SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  KEY `status_claim_id` (`status`,`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1078 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1067, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2026-03-08 19:55:41', '2026-03-08 14:55:41', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999741;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2026-03-08 19:55:45', '2026-03-08 14:55:45', 1, NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1068, 'instawp_send_heartbeat', 'complete', '2026-03-08 19:55:41', '2026-03-08 14:55:41', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999741;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2026-03-08 19:55:44', '2026-03-08 14:55:44', 1, NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1069, 'instawp_handle_heartbeat', 'complete', '2026-03-08 19:55:41', '2026-03-08 14:55:41', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999741;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 2, 1, '2026-03-08 19:55:44', '2026-03-08 14:55:44', 1, NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1070, 'instawp_prepare_large_files_list', 'complete', '2026-03-08 19:55:41', '2026-03-08 14:55:41', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999741;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 2, 1, '2026-03-08 19:55:45', '2026-03-08 14:55:45', 1, NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1071, 'instawp_clean_migrate_files', 'complete', '2026-03-08 19:55:41', '2026-03-08 14:55:41', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999741;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2026-03-08 19:55:45', '2026-03-08 14:55:45', 1, NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1072, 'action_scheduler/migration_hook', 'complete', '2026-03-08 19:56:41', '2026-03-08 14:56:41', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1772999801;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1772999801;}', 3, 1, '2026-03-08 19:57:48', '2026-03-08 14:57:48', 4, NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1073, 'instawp_send_heartbeat', 'pending', '2026-03-09 19:55:44', '2026-03-09 14:55:44', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773086144;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773086144;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1074, 'instawp_handle_heartbeat', 'pending', '2026-03-08 23:55:44', '2026-03-08 18:55:44', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773014144;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773014144;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1075, 'instawp_prepare_large_files_list', 'pending', '2026-03-08 20:55:45', '2026-03-08 15:55:45', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773003345;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773003345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1076, 'instawp_clean_migrate_files', 'pending', '2026-03-09 19:55:45', '2026-03-09 14:55:45', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773086145;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773086145;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_2_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1077, 'action_scheduler_run_recurring_actions_schedule_hook', 'pending', '2026-03-09 19:55:45', '2026-03-09 14:55:45', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773086145;s:18:\"\0*\0first_timestamp\";i:1772999741;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773086145;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_actionscheduler_groups` (`group_id`, `slug`) VALUES (1, 'ActionScheduler');

INSERT IGNORE INTO `wp_2_actionscheduler_groups` (`group_id`, `slug`) VALUES (2, 'instawp-connect');

INSERT IGNORE INTO `wp_2_actionscheduler_groups` (`group_id`, `slug`) VALUES (3, 'action-scheduler-migration');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (1, 1067, 'action created', '2026-03-08 19:55:41', '2026-03-08 14:55:41');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (2, 1068, 'action created', '2026-03-08 19:55:41', '2026-03-08 14:55:41');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (3, 1069, 'action created', '2026-03-08 19:55:41', '2026-03-08 14:55:41');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (4, 1070, 'action created', '2026-03-08 19:55:41', '2026-03-08 14:55:41');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (5, 1071, 'action created', '2026-03-08 19:55:41', '2026-03-08 14:55:41');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6, 1072, 'action created', '2026-03-08 19:55:41', '2026-03-08 14:55:41');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (7, 1068, 'action started via Async Request', '2026-03-08 19:55:44', '2026-03-08 14:55:44');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (8, 1068, 'action complete via Async Request', '2026-03-08 19:55:44', '2026-03-08 14:55:44');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (9, 1073, 'action created', '2026-03-08 19:55:44', '2026-03-08 14:55:44');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (10, 1069, 'action started via Async Request', '2026-03-08 19:55:44', '2026-03-08 14:55:44');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11, 1069, 'action complete via Async Request', '2026-03-08 19:55:44', '2026-03-08 14:55:44');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (12, 1074, 'action created', '2026-03-08 19:55:44', '2026-03-08 14:55:44');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (13, 1070, 'action started via Async Request', '2026-03-08 19:55:44', '2026-03-08 14:55:44');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (14, 1070, 'action complete via Async Request', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (15, 1075, 'action created', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (16, 1071, 'action started via Async Request', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (17, 1071, 'action complete via Async Request', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (18, 1076, 'action created', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (19, 1067, 'action started via Async Request', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (20, 1067, 'action complete via Async Request', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (21, 1077, 'action created', '2026-03-08 19:55:45', '2026-03-08 14:55:45');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (22, 1072, 'action started via WP Cron', '2026-03-08 19:57:48', '2026-03-08 14:57:48');

INSERT IGNORE INTO `wp_2_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (23, 1072, 'action complete via WP Cron', '2026-03-08 19:57:48', '2026-03-08 14:57:48');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_access` (
  `idaccess` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `access` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`idaccess`),
  KEY `index_loginidsite` (`login`,`idsite`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_archive_invalidations` (
  `idinvalidation` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idarchive` int(10) unsigned DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `date1` date NOT NULL,
  `date2` date NOT NULL,
  `period` tinyint(3) unsigned NOT NULL,
  `ts_invalidated` datetime DEFAULT NULL,
  `ts_started` datetime DEFAULT NULL,
  `status` tinyint(3) unsigned DEFAULT 0,
  `report` varchar(255) DEFAULT NULL,
  `processing_host` varchar(100) DEFAULT NULL,
  `process_id` varchar(15) DEFAULT NULL,
  PRIMARY KEY (`idinvalidation`),
  KEY `index_idsite_dates_period_name` (`idsite`,`date1`,`period`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_archive_numeric_2025_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_brute_force_log` (
  `id_brute_force_log` bigint(20) NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(60) DEFAULT NULL,
  `attempted_at` datetime NOT NULL,
  `login` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id_brute_force_log`),
  KEY `index_ip_address` (`ip_address`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_changes` (
  `idchange` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `created_time` datetime NOT NULL,
  `plugin_name` varchar(60) NOT NULL,
  `version` varchar(20) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `link_name` varchar(255) DEFAULT NULL,
  `link` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`idchange`),
  UNIQUE KEY `unique_plugin_version_title` (`plugin_name`,`version`,`title`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_custom_dimensions` (
  `idcustomdimension` bigint(20) unsigned NOT NULL,
  `idsite` bigint(20) unsigned NOT NULL,
  `name` varchar(100) NOT NULL,
  `index` smallint(5) unsigned NOT NULL,
  `scope` varchar(10) NOT NULL,
  `active` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `extractions` text NOT NULL,
  `case_sensitive` tinyint(3) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`idcustomdimension`,`idsite`),
  UNIQUE KEY `uniq_hash` (`idsite`,`scope`,`index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_goal` (
  `idsite` int(11) NOT NULL,
  `idgoal` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `match_attribute` varchar(20) NOT NULL,
  `pattern` varchar(255) NOT NULL,
  `pattern_type` varchar(25) NOT NULL,
  `case_sensitive` tinyint(4) NOT NULL,
  `allow_multiple` tinyint(4) NOT NULL,
  `revenue` double NOT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  `event_value_as_revenue` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`idsite`,`idgoal`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_locks` (
  `key` varchar(70) NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  `expiry_time` bigint(20) unsigned DEFAULT 9999999999,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_log_action` (
  `idaction` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(4096) DEFAULT NULL,
  `hash` int(10) unsigned NOT NULL,
  `type` tinyint(3) unsigned DEFAULT NULL,
  `url_prefix` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`idaction`),
  KEY `index_type_hash` (`type`,`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_log_conversion` (
  `idvisit` bigint(20) unsigned NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `server_time` datetime NOT NULL,
  `idaction_url` int(10) unsigned DEFAULT NULL,
  `idlink_va` bigint(20) unsigned DEFAULT NULL,
  `idgoal` int(11) NOT NULL,
  `buster` int(10) unsigned NOT NULL,
  `idorder` varchar(100) DEFAULT NULL,
  `items` smallint(5) unsigned DEFAULT NULL,
  `url` varchar(4096) NOT NULL,
  `revenue` float DEFAULT NULL,
  `revenue_shipping` double DEFAULT NULL,
  `revenue_subtotal` double DEFAULT NULL,
  `revenue_tax` double DEFAULT NULL,
  `revenue_discount` double DEFAULT NULL,
  `pageviews_before` smallint(5) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `visitor_returning` tinyint(1) DEFAULT NULL,
  `visitor_seconds_since_first` int(10) unsigned DEFAULT NULL,
  `visitor_seconds_since_order` int(10) unsigned DEFAULT NULL,
  `visitor_count_visits` int(10) unsigned NOT NULL DEFAULT 0,
  `referer_keyword` varchar(255) DEFAULT NULL,
  `referer_name` varchar(255) DEFAULT NULL,
  `referer_type` tinyint(3) unsigned DEFAULT NULL,
  `config_browser_name` varchar(40) DEFAULT NULL,
  `config_client_type` tinyint(1) DEFAULT NULL,
  `config_device_brand` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_model` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_type` tinyint(4) DEFAULT NULL,
  `location_city` varchar(255) DEFAULT NULL,
  `location_country` char(3) DEFAULT NULL,
  `location_latitude` decimal(9,6) DEFAULT NULL,
  `location_longitude` decimal(9,6) DEFAULT NULL,
  `location_region` char(3) DEFAULT NULL,
  PRIMARY KEY (`idvisit`,`idgoal`,`buster`),
  UNIQUE KEY `unique_idsite_idorder` (`idsite`,`idorder`),
  KEY `index_idsite_datetime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_log_conversion_item` (
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `server_time` datetime NOT NULL,
  `idvisit` bigint(20) unsigned NOT NULL,
  `idorder` varchar(100) NOT NULL,
  `idaction_sku` int(10) unsigned NOT NULL,
  `idaction_name` int(10) unsigned NOT NULL,
  `idaction_category` int(10) unsigned NOT NULL,
  `idaction_category2` int(10) unsigned NOT NULL,
  `idaction_category3` int(10) unsigned NOT NULL,
  `idaction_category4` int(10) unsigned NOT NULL,
  `idaction_category5` int(10) unsigned NOT NULL,
  `price` double NOT NULL,
  `quantity` int(10) unsigned NOT NULL,
  `deleted` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY (`idvisit`,`idorder`,`idaction_sku`),
  KEY `index_idsite_servertime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_log_link_visit_action` (
  `idlink_va` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `idvisit` bigint(20) unsigned NOT NULL,
  `idaction_url_ref` int(10) unsigned DEFAULT 0,
  `idaction_name_ref` int(10) unsigned DEFAULT NULL,
  `custom_float` double DEFAULT NULL,
  `pageview_position` mediumint(8) unsigned DEFAULT NULL,
  `time_spent` int(10) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `server_time` datetime NOT NULL,
  `idpageview` char(6) DEFAULT NULL,
  `idaction_name` int(10) unsigned DEFAULT NULL,
  `idaction_url` int(10) unsigned DEFAULT NULL,
  `search_cat` varchar(200) DEFAULT NULL,
  `search_count` int(10) unsigned DEFAULT NULL,
  `time_spent_ref_action` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat2` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat3` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat4` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat5` int(10) unsigned DEFAULT NULL,
  `idaction_product_name` int(10) unsigned DEFAULT NULL,
  `product_price` double DEFAULT NULL,
  `idaction_product_sku` int(10) unsigned DEFAULT NULL,
  `idaction_event_action` int(10) unsigned DEFAULT NULL,
  `idaction_event_category` int(10) unsigned DEFAULT NULL,
  `idaction_content_interaction` int(10) unsigned DEFAULT NULL,
  `idaction_content_name` int(10) unsigned DEFAULT NULL,
  `idaction_content_piece` int(10) unsigned DEFAULT NULL,
  `idaction_content_target` int(10) unsigned DEFAULT NULL,
  `time_dom_completion` mediumint(8) unsigned DEFAULT NULL,
  `time_dom_processing` mediumint(8) unsigned DEFAULT NULL,
  `time_network` mediumint(8) unsigned DEFAULT NULL,
  `time_on_load` mediumint(8) unsigned DEFAULT NULL,
  `time_server` mediumint(8) unsigned DEFAULT NULL,
  `time_transfer` mediumint(8) unsigned DEFAULT NULL,
  PRIMARY KEY (`idlink_va`),
  KEY `index_idvisit` (`idvisit`),
  KEY `index_idsite_servertime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_log_profiling` (
  `query` text NOT NULL,
  `count` int(10) unsigned DEFAULT NULL,
  `sum_time_ms` float DEFAULT NULL,
  `idprofiling` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idprofiling`),
  UNIQUE KEY `query` (`query`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_log_visit` (
  `idvisit` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `visit_last_action_time` datetime NOT NULL,
  `config_id` binary(8) NOT NULL,
  `location_ip` varbinary(16) NOT NULL,
  `last_idlink_va` bigint(20) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `profilable` tinyint(1) DEFAULT NULL,
  `user_id` varchar(200) DEFAULT NULL,
  `visit_first_action_time` datetime NOT NULL,
  `visit_goal_buyer` tinyint(1) DEFAULT NULL,
  `visit_goal_converted` tinyint(1) DEFAULT NULL,
  `visitor_returning` tinyint(1) DEFAULT NULL,
  `visitor_seconds_since_first` int(10) unsigned DEFAULT NULL,
  `visitor_seconds_since_order` int(10) unsigned DEFAULT NULL,
  `visitor_count_visits` int(10) unsigned NOT NULL DEFAULT 0,
  `visit_entry_idaction_name` int(10) unsigned DEFAULT NULL,
  `visit_entry_idaction_url` int(10) unsigned DEFAULT NULL,
  `visit_exit_idaction_name` int(10) unsigned DEFAULT NULL,
  `visit_exit_idaction_url` int(10) unsigned DEFAULT 0,
  `visit_total_actions` int(10) unsigned DEFAULT NULL,
  `visit_total_interactions` mediumint(8) unsigned DEFAULT 0,
  `visit_total_searches` smallint(5) unsigned DEFAULT NULL,
  `referer_keyword` varchar(255) DEFAULT NULL,
  `referer_name` varchar(255) DEFAULT NULL,
  `referer_type` tinyint(3) unsigned DEFAULT NULL,
  `referer_url` varchar(1500) DEFAULT NULL,
  `location_browser_lang` varchar(20) DEFAULT NULL,
  `config_browser_engine` varchar(10) DEFAULT NULL,
  `config_browser_name` varchar(40) DEFAULT NULL,
  `config_browser_version` varchar(20) DEFAULT NULL,
  `config_client_type` tinyint(1) DEFAULT NULL,
  `config_device_brand` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_model` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_type` tinyint(4) DEFAULT NULL,
  `config_os` char(3) DEFAULT NULL,
  `config_os_version` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `visit_total_events` int(10) unsigned DEFAULT NULL,
  `visitor_localtime` time DEFAULT NULL,
  `visitor_seconds_since_last` int(10) unsigned DEFAULT NULL,
  `config_resolution` varchar(18) DEFAULT NULL,
  `config_cookie` tinyint(1) DEFAULT NULL,
  `config_flash` tinyint(1) DEFAULT NULL,
  `config_java` tinyint(1) DEFAULT NULL,
  `config_pdf` tinyint(1) DEFAULT NULL,
  `config_quicktime` tinyint(1) DEFAULT NULL,
  `config_realplayer` tinyint(1) DEFAULT NULL,
  `config_silverlight` tinyint(1) DEFAULT NULL,
  `config_windowsmedia` tinyint(1) DEFAULT NULL,
  `visit_total_time` int(10) unsigned NOT NULL,
  `location_city` varchar(255) DEFAULT NULL,
  `location_country` char(3) DEFAULT NULL,
  `location_latitude` decimal(9,6) DEFAULT NULL,
  `location_longitude` decimal(9,6) DEFAULT NULL,
  `location_region` char(3) DEFAULT NULL,
  PRIMARY KEY (`idvisit`),
  KEY `index_idsite_config_datetime` (`idsite`,`config_id`,`visit_last_action_time`),
  KEY `index_idsite_datetime` (`idsite`,`visit_last_action_time`),
  KEY `index_idsite_idvisitor_time` (`idsite`,`idvisitor`,`visit_last_action_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_logger_message` (
  `idlogger_message` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tag` varchar(50) DEFAULT NULL,
  `timestamp` timestamp NULL DEFAULT NULL,
  `level` varchar(16) DEFAULT NULL,
  `message` text DEFAULT NULL,
  PRIMARY KEY (`idlogger_message`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_option` (
  `option_name` varchar(191) NOT NULL,
  `option_value` longtext NOT NULL,
  `autoload` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('CronArchive.lastInvalidationTime', 1747085288, '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-10', '{\"value\":\"545zkkg1gb6e0pijgmxsmln1hf71p9ti\",\"time\":1747085287}', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-11', '{\"value\":\"wzpuspjepsb010ccsv2i9vhcw1le68c3\",\"time\":1747085287}', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-12', '{\"value\":\"cotkabb9wwys036dp6dtewptb8r0eomb\",\"time\":1747085287}', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-13', '{\"value\":\"v3c0hxmgbnildfydlav0tob2i01my2x7\",\"time\":1747085287}', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('install_version', '5.3.1', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('LastCompletedFullArchiving', 1747085288, '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('LastFullArchivingStartTime', 1747085288, '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('MatomoUpdateHistory', '5.3.1,', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('MobileMessaging_DelegatedManagement', 'false', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('piwikUrl', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/plugins/matomo/app/', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('SitesManager_DefaultTimezone', 'America/Chicago', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('TaskScheduler.timetable', 'a:21:{s:60:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.invalidateOutdatedArchives\";i:1747094408;s:59:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.deleteOldFingerprintSalts\";i:1747094408;s:55:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeOutdatedArchives\";i:1747094408;s:55:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeOrphanedArchives\";i:1747612808;s:51:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.updateSpammerList\";i:1747612808;s:61:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.checkSiteHasTrackedVisits_1\";i:1747447200;s:47:\"Piwik\\Plugins\\Login\\Tasks.cleanupBruteForceLogs\";i:1747094408;s:53:\"Piwik\\Plugins\\UsersManager\\Tasks.cleanupExpiredTokens\";i:1747094408;s:63:\"Piwik\\Plugins\\UsersManager\\Tasks.setUserDefaultReportPreference\";i:1747094408;s:54:\"Piwik\\Plugins\\UsersManager\\Tasks.cleanUpExpiredInvites\";i:1747094408;s:49:\"Piwik\\Plugins\\CustomJsTracker\\Tasks.updateTracker\";i:1747087208;s:58:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeInvalidatedArchives\";i:1747094408;s:67:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeInvalidationsForDeletedSites\";i:1747094408;s:51:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteReportData\";i:1747094408;s:48:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteLogData\";i:1747087208;s:52:\"Piwik\\Plugins\\PrivacyManager\\Tasks.anonymizePastData\";i:1747087208;s:63:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteLogDataForDeletedSites\";i:1747612808;s:54:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.optimizeArchiveTable\";i:1748736008;s:57:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.cleanupTrackingFailures\";i:1747094408;s:56:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.notifyTrackingFailures\";i:1747612808;s:65:\"Piwik\\Plugins\\CoreUpdater\\Tasks.sendNotificationIfUpdateAvailable\";i:1747094408;}', '0');

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('useridsalt', 'Mgk_WXp7gZ-FDccgHzPypWjSKWKEkKcEoPbbsvin', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('UsersManager.lastSeen.cfibenefits', 1747085287, 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Actions', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_AIAgents', '5.6.2', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Annotations', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_API', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_BulkTracking', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Contents', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_core', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreAdminHome', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreConsole', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreHome', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CorePluginsAdmin', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreUpdater', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreVisualizations', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreVue', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CustomDimensions', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CustomJsTracker', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Dashboard', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_DevicePlugins', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_DevicesDetection', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Diagnostics', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Ecommerce', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Events', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_FeatureFlags', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_GeoIp2', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Goals', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Heartbeat', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_ImageGraph', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Insights', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Installation', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Intl', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_IntranetMeasurable', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_JsTrackerInstallCheck', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_LanguagesManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Live', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_conversion.pageviews_before', 'SMALLINT UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_conversion.revenue', 'float default NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_interaction', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_name', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_piece', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_target', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_event_action', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_event_category', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_name', 'INTEGER(10) UNSIGNED', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat2', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat3', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat4', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat5', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_name', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_sku', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_url', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idpageview', 'CHAR(6) NULL DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.product_price', 'DOUBLE NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.search_cat', 'VARCHAR(200) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.search_count', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.server_time', 'DATETIME NOT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_dom_completion', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_dom_processing', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_network', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_on_load', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_server', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_spent_ref_action', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_transfer', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_engine', 'VARCHAR(10) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_name', 'VARCHAR(40) NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_version', 'VARCHAR(20) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_client_type', 'TINYINT( 1 ) NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_cookie', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_brand', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_model', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_type', 'TINYINT( 100 ) NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_flash', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_java', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_os', 'CHAR(3) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_os_version', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_pdf', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_quicktime', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_realplayer', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_resolution', 'VARCHAR(18) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_silverlight', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_windowsmedia', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_browser_lang', 'VARCHAR(20) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_city', 'varchar(255) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_country', 'CHAR(3) NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_latitude', 'decimal(9, 6) DEFAULT NULL1', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_longitude', 'decimal(9, 6) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_region', 'char(3) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.profilable', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_keyword', 'VARCHAR(255) NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_name', 'VARCHAR(255) NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_type', 'TINYINT(1) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_url', 'VARCHAR(1500) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.user_id', 'VARCHAR(200) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_entry_idaction_name', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_entry_idaction_url', 'INTEGER(11) UNSIGNED NULL  DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_exit_idaction_name', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_exit_idaction_url', 'INTEGER(10) UNSIGNED NULL DEFAULT 0', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_first_action_time', 'DATETIME NOT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_goal_buyer', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_goal_converted', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_actions', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_events', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_interactions', 'MEDIUMINT UNSIGNED DEFAULT 0', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_searches', 'SMALLINT(5) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_time', 'INT(11) UNSIGNED NOT NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_count_visits', 'INT(11) UNSIGNED NOT NULL DEFAULT 01', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_localtime', 'TIME NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_returning', 'TINYINT(1) NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_first', 'INT(11) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_last', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_order', 'INT(11) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Login', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_MobileMessaging', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Monolog', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Morpheus', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Overlay', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_PagePerformance', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_PrivacyManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Proxy', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Referrers', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Resolution', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_RssWidget', 1.0, 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_ScheduledReports', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SegmentEditor', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SEO', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SitesManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Tour', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Transitions', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserCountry', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserCountryMap', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserId', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserLanguage', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UsersManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitFrequency', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitorInterest', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitsSummary', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitTime', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_WebsiteMeasurable', '5.3.1', 1);

INSERT IGNORE INTO `wp_2_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_WordPress', '0.1.0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_plugin_setting` (
  `plugin_name` varchar(60) NOT NULL,
  `setting_name` varchar(255) NOT NULL,
  `setting_value` longtext NOT NULL,
  `json_encoded` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `user_login` varchar(100) NOT NULL DEFAULT '',
  `idplugin_setting` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idplugin_setting`),
  KEY `plugin_name` (`plugin_name`,`user_login`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_privacy_logdata_anonymizations` (
  `idlogdata_anonymization` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsites` text DEFAULT NULL,
  `date_start` datetime NOT NULL,
  `date_end` datetime NOT NULL,
  `anonymize_ip` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `anonymize_location` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `anonymize_userid` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `unset_visit_columns` text NOT NULL,
  `unset_link_visit_action_columns` text NOT NULL,
  `output` mediumtext DEFAULT NULL,
  `scheduled_date` datetime DEFAULT NULL,
  `job_start_date` datetime DEFAULT NULL,
  `job_finish_date` datetime DEFAULT NULL,
  `requester` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`idlogdata_anonymization`),
  KEY `job_start_date` (`job_start_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_report` (
  `idreport` int(11) NOT NULL AUTO_INCREMENT,
  `idsite` int(11) NOT NULL,
  `login` varchar(100) NOT NULL,
  `description` varchar(255) NOT NULL,
  `idsegment` int(11) DEFAULT NULL,
  `period` varchar(10) NOT NULL,
  `hour` tinyint(4) NOT NULL DEFAULT 0,
  `type` varchar(10) NOT NULL,
  `format` varchar(10) NOT NULL,
  `reports` text NOT NULL,
  `parameters` text DEFAULT NULL,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ts_last_sent` timestamp NULL DEFAULT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  `evolution_graph_within_period` tinyint(4) NOT NULL DEFAULT 0,
  `evolution_graph_period_n` int(11) NOT NULL,
  `period_param` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`idreport`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_report_subscriptions` (
  `idreport` int(11) NOT NULL,
  `token` varchar(100) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `ts_subscribed` timestamp NULL DEFAULT current_timestamp(),
  `ts_unsubscribed` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`idreport`,`email`),
  UNIQUE KEY `unique_token` (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_segment` (
  `idsegment` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `definition` text NOT NULL,
  `hash` char(32) DEFAULT NULL,
  `login` varchar(100) NOT NULL,
  `enable_all_users` tinyint(4) NOT NULL DEFAULT 0,
  `enable_only_idsite` int(11) DEFAULT NULL,
  `auto_archive` tinyint(4) NOT NULL DEFAULT 0,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ts_last_edit` timestamp NULL DEFAULT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`idsegment`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_sequence` (
  `name` varchar(120) NOT NULL,
  `value` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_2_matomo_sequence` (`name`, `value`) VALUES ('wp_2_matomo_archive_numeric_2025_05', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_session` (
  `id` varchar(191) NOT NULL,
  `modified` int(11) DEFAULT NULL,
  `lifetime` int(11) DEFAULT NULL,
  `data` mediumtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_site` (
  `idsite` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(90) NOT NULL,
  `main_url` varchar(255) NOT NULL,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ecommerce` tinyint(4) DEFAULT 0,
  `sitesearch` tinyint(4) DEFAULT 1,
  `sitesearch_keyword_parameters` text NOT NULL,
  `sitesearch_category_parameters` text NOT NULL,
  `timezone` varchar(50) NOT NULL,
  `currency` char(3) NOT NULL,
  `exclude_unknown_urls` tinyint(1) DEFAULT 0,
  `excluded_ips` text NOT NULL,
  `excluded_parameters` text NOT NULL,
  `excluded_user_agents` text NOT NULL,
  `excluded_referrers` text NOT NULL,
  `group` varchar(250) NOT NULL,
  `type` varchar(255) NOT NULL,
  `keep_url_fragment` tinyint(4) NOT NULL DEFAULT 0,
  `creator_login` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`idsite`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_2_matomo_site` (`idsite`, `name`, `main_url`, `ts_created`, `ecommerce`, `sitesearch`, `sitesearch_keyword_parameters`, `sitesearch_category_parameters`, `timezone`, `currency`, `exclude_unknown_urls`, `excluded_ips`, `excluded_parameters`, `excluded_user_agents`, `excluded_referrers`, `group`, `type`, `keep_url_fragment`, `creator_login`) VALUES (1, 'CF Industries Total Rewards Canada', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca', '2025-05-12 21:28:07', 1, 1, '', '', 'America/Chicago', 'USD', '0', '', '', '', '', '', 'website', '0', 'super user was set');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_site_setting` (
  `idsite` int(10) unsigned NOT NULL,
  `plugin_name` varchar(60) NOT NULL,
  `setting_name` varchar(255) NOT NULL,
  `setting_value` longtext NOT NULL,
  `json_encoded` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `idsite_setting` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idsite_setting`),
  KEY `idsite` (`idsite`,`plugin_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_site_url` (
  `idsite` int(10) unsigned NOT NULL,
  `url` varchar(190) NOT NULL,
  PRIMARY KEY (`idsite`,`url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_tracking_failure` (
  `idsite` bigint(20) unsigned NOT NULL,
  `idfailure` smallint(5) unsigned NOT NULL,
  `date_first_occurred` datetime NOT NULL,
  `request_url` mediumtext NOT NULL,
  PRIMARY KEY (`idsite`,`idfailure`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_twofactor_recovery_code` (
  `idrecoverycode` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `recovery_code` varchar(40) NOT NULL,
  PRIMARY KEY (`idrecoverycode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_user` (
  `login` varchar(100) NOT NULL,
  `password` varchar(255) NOT NULL,
  `email` varchar(100) NOT NULL,
  `twofactor_secret` varchar(40) NOT NULL DEFAULT '',
  `superuser_access` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `date_registered` timestamp NULL DEFAULT NULL,
  `ts_password_modified` timestamp NULL DEFAULT NULL,
  `idchange_last_viewed` int(10) unsigned DEFAULT NULL,
  `invited_by` varchar(100) DEFAULT NULL,
  `invite_token` varchar(191) DEFAULT NULL,
  `invite_link_token` varchar(191) DEFAULT NULL,
  `invite_expired_at` timestamp NULL DEFAULT NULL,
  `invite_accept_at` timestamp NULL DEFAULT NULL,
  `ts_changes_shown` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`login`),
  UNIQUE KEY `uniq_email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_2_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`) VALUES ('cfibenefits', '$2y$10$Md9KlM3AZewV5ElhXCabpe7Lvrh7k7sGk6mfc5MWEQk4k8ZoFkOlC', 'tim@bandoliergroup.com', '', 1, '2025-05-12 21:28:07', '2025-05-12 21:28:07', NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_2_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`) VALUES ('sharris', '$2y$10$Q2ZrEX72K5d0zP7H6Gy/C.0382DVl0mUeyKAgYlCWhJOatYyBPE2y', 'stacey@bandoliergroup.com', '', 1, '2025-05-12 21:28:07', '2025-05-12 21:28:07', NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_2_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`) VALUES ('simbco', '$2y$10$VvKyAJmLpDmXWrt2XsfdbuGI3vkRhlWIxeV9ypMEif6lDSbkyfsvy', 'simeon@simb.co', '', 1, '2025-05-12 21:28:07', '2025-05-12 21:28:07', NULL, NULL, NULL, NULL, NULL, NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_user_dashboard` (
  `login` varchar(100) NOT NULL,
  `iddashboard` int(11) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `layout` text NOT NULL,
  PRIMARY KEY (`login`,`iddashboard`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_user_language` (
  `login` varchar(100) NOT NULL,
  `language` varchar(10) NOT NULL,
  `use_12_hour_clock` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`login`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_2_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('cfibenefits', 'en', '0');

INSERT IGNORE INTO `wp_2_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('sharris', 'en', '0');

INSERT IGNORE INTO `wp_2_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('simbco', 'en', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_matomo_user_token_auth` (
  `idusertokenauth` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `description` varchar(100) NOT NULL,
  `password` varchar(191) NOT NULL,
  `hash_algo` varchar(30) NOT NULL,
  `system_token` tinyint(1) NOT NULL DEFAULT 0,
  `last_used` datetime DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_expired` datetime DEFAULT NULL,
  `secure_only` tinyint(3) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`idusertokenauth`),
  UNIQUE KEY `uniq_password` (`password`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1055 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2, 'home', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 'blogname', 'CF Industries Total Rewards Canada', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4, 'blogdescription', 'Powered by You', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5, 'users_can_register', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6, 'admin_email', 'tim@bandoliergroup.com', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7, 'start_of_week', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8, 'use_balanceTags', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9, 'use_smilies', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10, 'require_name_email', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11, 'comments_notify', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (12, 'posts_per_rss', 10, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (13, 'rss_use_excerpt', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14, 'mailserver_url', 'mail.example.com', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15, 'mailserver_login', 'login@example.com', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16, 'mailserver_pass', 'password', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (17, 'mailserver_port', 110, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (18, 'default_category', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19, 'default_comment_status', 'open', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20, 'default_ping_status', 'open', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21, 'default_pingback_flag', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22, 'posts_per_page', 10, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23, 'date_format', 'F j, Y', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (24, 'time_format', 'g:i a', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26, 'comment_moderation', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27, 'moderation_notify', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (30, 'hack_file', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31, 'blog_charset', 'UTF-8', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (32, 'moderation_keys', '', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33, 'active_plugins', 'a:7:{i:0;s:33:\"acf-extended-pro/acf-extended.php\";i:1;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:47:\"better-search-replace/better-search-replace.php\";i:3;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:4;s:29:\"divi-booster/divi-booster.php\";i:5;s:25:\"divi-pixel/divi-pixel.php\";i:6;s:43:\"document-management/document-management.php\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (34, 'category_base', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (36, 'comment_max_links', 2, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37, 'gmt_offset', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38, 'default_email_category', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (39, 'recently_edited', 'a:4:{i:0;s:72:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/header.php\";i:2;s:71:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/style.css\";i:3;s:75:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/functions.php\";i:4;s:0:\"\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40, 'template', 'Divi', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41, 'stylesheet', 'Divi-child', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42, 'comment_registration', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (43, 'html_type', 'text/html', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44, 'use_trackback', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45, 'default_role', 'subscriber', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (46, 'db_version', 60717, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (47, 'uploads_use_yearmonth_folders', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (48, 'upload_path', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (49, 'blog_public', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (50, 'default_link_category', 2, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (51, 'show_on_front', 'page', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (52, 'tag_base', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (53, 'show_avatars', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (54, 'avatar_rating', 'G', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55, 'upload_url_path', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56, 'thumbnail_size_w', 150, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (57, 'thumbnail_size_h', 150, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (58, 'thumbnail_crop', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (59, 'medium_size_w', 300, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60, 'medium_size_h', 300, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61, 'avatar_default', 'mystery', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (62, 'large_size_w', 1024, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63, 'large_size_h', 1024, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64, 'image_default_link_type', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65, 'image_default_size', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66, 'image_default_align', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67, 'close_comments_for_old_posts', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68, 'close_comments_days_old', 14, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (69, 'thread_comments', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (70, 'thread_comments_depth', 5, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (71, 'page_comments', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (72, 'comments_per_page', 50, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73, 'default_comments_page', 'newest', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (74, 'comment_order', 'asc', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (75, 'sticky_posts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (79, 'uninstall_plugins', 'a:1:{s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (80, 'timezone_string', 'America/Chicago', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (81, 'page_for_posts', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82, 'page_on_front', 17, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (83, 'default_post_format', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (84, 'link_manager_enabled', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (85, 'finished_splitting_shared_terms', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (86, 'site_icon', 15, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (87, 'medium_large_size_w', 768, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (88, 'medium_large_size_h', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (89, 'wp_2_page_for_privacy_policy', 3, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (90, 'show_comments_cookies_opt_in', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (91, 'admin_email_lifespan', 1742241950, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (92, 'disallowed_keys', '', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (93, 'comment_previously_approved', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (95, 'auto_update_core_dev', 'enabled', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (96, 'auto_update_core_minor', 'enabled', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (97, 'auto_update_core_major', 'enabled', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (98, 'wp_2_force_deactivated_plugins', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (99, 'initial_db_version', 53496, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (100, 'wp_2_user_roles', 'a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{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:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:16:\"matomo_view_role\";a:2:{s:4:\"name\";s:11:\"Matomo View\";s:12:\"capabilities\";a:1:{s:11:\"view_matomo\";b:1;}}s:17:\"matomo_write_role\";a:2:{s:4:\"name\";s:12:\"Matomo Write\";s:12:\"capabilities\";a:1:{s:12:\"write_matomo\";b:1;}}s:17:\"matomo_admin_role\";a:2:{s:4:\"name\";s:12:\"Matomo Admin\";s:12:\"capabilities\";a:1:{s:12:\"admin_matomo\";b:1;}}s:21:\"matomo_superuser_role\";a:2:{s:4:\"name\";s:17:\"Matomo Super User\";s:12:\"capabilities\";a:1:{s:16:\"superuser_matomo\";b:1;}}}', 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'fresh_site', '0', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (102, 'user_count', 3, 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (104, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:7:\"block-2\";i:3;s:7:\"block-3\";i:4;s:7:\"block-4\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (105, 'cron', 'a:23:{i:1773000101;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1773000104;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773000258;a:3:{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;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773000259;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:1773001687;a:1:{s:24:\"matomo_scheduled_archive\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1773003558;a:1:{s:25:\"dipi_check_license_status\";a:1:{s:32:\"5d374855e6118a4d918ea76e17e537fc\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;b:1;}s:8:\"interval\";i:3600;}}}i:1773003662;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:1773003839;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773003841;a:2:{s:24:\"relevanssi_update_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:26:\"relevanssi_trim_click_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773004441;a:2:{s:29:\"dipi_save_google_reviews_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:31:\"dipi_save_facebook_reviews_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773004455;a:3:{s:36:\"dipi_refresh_instagram_access_tokens\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:39:\"dipi_testimonial_google_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:41:\"dipi_testimonial_facebook_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773016740;a:1:{s:34:\"puc_cron_check_updates-updraftplus\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773018393;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773023253;a:1:{s:35:\"puc_cron_check_updates-divi-booster\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773027401;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773043262;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773083914;a:1:{s:16:\"dipi_clear_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773086142;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773086462;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:1773359239;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773518462;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1774987768;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (121, 'widget_wpe_powered_by_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (122, 'recovery_keys', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (123, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679083440;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (124, 'https_detection_errors', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (126, 'current_theme', 'Divi Child CFI', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (127, 'theme_switched', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (128, 'theme_mods_genesis-block-theme', 'a:2:{s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679083767;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:8:\"footer-1\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}}}}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (129, 'genesis_blocks_has_content_to_migrate', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (132, 'finished_updating_comment_type', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (134, 'theme_mods_Divi', 'a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:6;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1684269706;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}}}}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (136, 'et_pb_cache_notice', 'a:1:{s:6:\"4.20.2\";s:6:\"ignore\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (137, 'et_core_version', '4.27.6', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (139, 'et_divi', 'a:193:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.27.6\";s:31:\"divi_previous_installed_version\";s:6:\"4.27.5\";s:29:\"divi_latest_installed_version\";s:6:\"4.27.6\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:89:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CFI_logo_v3.svg\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#015846|#54ce32|#3fa9f5|#00c7b1|#ff765f|#9835e5\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:9554:\"/* CF Industries Cookie Notice Styles */\r\n.cf-cookie-notice {\r\n    position: fixed;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    background-color: #f5f5f5;\r\n    border-top: 1px solid #ddd;\r\n    padding: 20px;\r\n    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\r\n    z-index: 999999;\r\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\r\n    font-size: 14px;\r\n    line-height: 1.5;\r\n    color: #333;\r\n    display: none;\r\n}\r\n\r\n.cf-cookie-notice.show {\r\n    display: block;\r\n}\r\n\r\n.cf-cookie-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    flex-wrap: wrap;\r\n    gap: 20px;\r\n}\r\n\r\n.cf-cookie-text {\r\n    flex: 1;\r\n    min-width: 300px;\r\n}\r\n\r\n.cf-cookie-text a {\r\n    color: #0066cc;\r\n    text-decoration: underline;\r\n}\r\n\r\n.cf-cookie-text a:hover {\r\n    text-decoration: none;\r\n}\r\n\r\n.cf-cookie-actions {\r\n    display: flex;\r\n    gap: 10px;\r\n    align-items: center;\r\n}\r\n\r\n.cf-cookie-close {\r\n    background-color: #0066cc;\r\n    color: white;\r\n    border: none;\r\n    padding: 8px 20px;\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    transition: background-color 0.3s ease;\r\n}\r\n\r\n.cf-cookie-close:hover {\r\n    background-color: #0052a3;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .cf-cookie-container {\r\n        flex-direction: column;\r\n        text-align: center;\r\n    }\r\n    .cf-cookie-text {\r\n        min-width: auto;\r\n    }\r\n    .cf-cookie-actions {\r\n        width: 100%;\r\n        justify-content: center;\r\n    }\r\n}\r\n\r\n/* page-specific CSS  */\r\n  /* photo zoom on rollover */\r\n.et-zoom-in.et_pb_image:hover img,\r\n.et-zoom-in .et_pb_image_wrap:hover img,\r\n.et-zoom-in a:hover img {\r\n    transform: scale(1.07); \r\n    transition: all .5s 0s ease;\r\n}\r\n\r\n.et-zoom-in,\r\n.et-zoom-in a {\r\n    overflow: hidden;\r\n}\r\n\r\n.et-zoom-in.et_pb_image img,\r\n.et-zoom-in .et_pb_image_wrap img,\r\n.et-zoom-in a img {\r\n    transition: all .5s 0s ease; \r\n}  \r\n\r\n/* change menu dropodwn line height */\r\n#top-menu .sub-menu .menu-item a {\r\n    line-height: 1.4em!important;\r\n    padding: 8px 0!important;\r\n}\r\n\r\n/* change menu dropodwn arrow color */\r\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\r\n\r\n/* adjust mobile menu logo size -- NOT using currently */\r\n\r\n/** @media all and (min-width: 768px) and (max-width: 1345px) {\r\n	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 35px !important;\r\n		max-height: 35px !important;\r\n    }\r\n}\r\n@media all and (max-width: 767px) {\r\n 	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 27px !important;\r\n		max-height: 27px !important;\r\n    }\r\n} **/\r\n\r\n/*** Logo Tablet to mobile ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n	.et_header_style_centered .logo_container {\r\n		height: 60px !important;\r\n		max-height: 60px !important;\r\n} \r\n}\r\n@media all and (max-width: 767px) {\r\n  .et_header_style_centered #main-header {\r\n    padding-bottom: 1em !important;\r\n		padding-top: 0px;\r\n  }\r\n	.et_header_style_centered .logo_container {\r\n		height: 47px !important;\r\n		max-height: 47px !important;\r\n				margin-bottom: 1em !important;\r\n		margin-top: -2.5em !important; \r\n		padding-bottom: 8px;\r\n}\r\n}\r\n/* list styles reg text */\r\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.reg_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* list styles toggles */\r\n.toggle_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.toggle_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.toggle_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.toggle_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.toggle_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* sidebar style tweaks */\r\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\r\n\r\n/* =========. Table CSS =============*/\r\n/* COMMON STYLES FOR ALL TABLES */\r\ntable.benefits-table {\r\n  /* Color variables */\r\n  --green-header: #89BB40;\r\n  --green-highlight: #E9F8F7;\r\n  --dark-gray-header: #4d4f33;\r\n  --gray-subheader: #6C777D;\r\n  --gray-highlight: #f4f4f4;\r\n  --blue-header: #0079C1;\r\n  --blue-smoke-header: #4472C4;\r\n  --blue-highlight: #EEF7FC;\r\n  --purple-header: #6361AB;\r\n  --pruple-highlight: #EEF7FC;\r\n  --lime-header: #00505c;\r\n  --lime-highlight: #EFF5E3;\r\n  --magenta-header: #00505c;\r\n  --magenta-highlight: #F5E9F3;\r\n  --orange-header: #0479c0;\r\n  --orange-highlight: #FFF9E5;\r\n  --header-text-color: #FFFFFF;\r\n  --body-text-color: #414241;\r\n  --table-background: #FFFFFF;\r\n  --table-border-color: #404041;\r\n  /* Style rules */\r\n  border-collapse: collapse;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  line-height: 1.3em !important;\r\n  text-align: center;\r\n  vertical-align: middle;\r\n}\r\n\r\ntable.benefits-table th, table.benefits-table td {\r\n  padding: .5em .75em .5em .75em;\r\n}\r\n\r\ntable.benefits-table th {\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table tr.subhead {\r\n  background-color: var(--gray-subheader);\r\n}\r\n\r\ntable.benefits-table tr.subhead th {\r\n  text-align: left;\r\n	font-weight: 700;\r\n	font-size: 105%;\r\n  color: var(--header-text-color);\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table td:first-child {\r\n  text-align: left;\r\n}\r\n\r\ntable.benefits-table td:last-child {\r\n  border-right: 1px solid #fff;\r\n}\r\n\r\ntable.benefits-table td {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tr.header th {\r\n  border-right: 1px solid #fff;\r\n  border-bottom: 0px;\r\n}\r\n\r\ntable.benefits-table tr.network th {\r\n  border-right: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tbody tr:last-child {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table.dependents td:nth-child(1) {\r\n  font-weight: bold;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table p {\r\n  margin: 0;\r\n  font-weight: normal;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table ul {\r\n  padding-inline-start: 1em;\r\n  margin-top: .25em;\r\n}\r\n\r\ntable.benefits-table li {\r\n  margin-bottom: .25em;\r\n	line-height: 1.3em;\r\n}\r\n\r\ntable.benefits-table sup {\r\n  font-size: x-small;\r\n}\r\ntable.benefits-table caption {\r\n  caption-side: bottom;\r\n  margin-top: 1em;\r\n  padding-left: 1em;\r\n  text-indent: -1em;\r\n  text-align: left;\r\n}\r\ntable.benefits-table small {\r\n  font-size: 90%;\r\n}\r\n\r\ntable.benefits-table th.blue-header {\r\n  background-color: var(--blue-header);\r\n  color: white;\r\n}\r\ntable.benefits-table th.green-header {\r\n  background-color: var(--green-header);\r\n}\r\ntable.benefits-table th.orange-header{\r\n  background-color: var(--orange-header);\r\n}\r\ntable.benefits-table td:nth-child(odd) {\r\n  background-color: var(--green-highlight);\r\n}\r\n\r\ntable.benefits-table ul {\r\n  list-style: none;\r\n}\r\n\r\ntable.benefits-table ul li:before {\r\n  content: \"\\25A0\";\r\n	margin-top: -2px !important;\r\n	font-size: 12px !important;\r\n	vertical-align: text-top !important;\r\n  list-style-type: square;\r\n  display: inline-block;\r\n  width: 1.1em !important; /* Also needed for space (tweak if needed) */\r\n  margin-left: -1em !important;\r\n}\r\n\r\n/* /1* ======= alternatives table specific css ============== *1/ */\r\ntable.benefits-table.alternatives td {\r\n  text-align: center;\r\n}\r\n\r\ntable.benefits-table.alternatives td.left-align {\r\n  text-align: left;\r\n}\r\n\r\n.modules {\r\n  --div.background: #FFFFFF;\r\n  --div.border-color: #404041;\r\n  --bg-blue: #3177BC;\r\n  --bg-green: #94BA53;\r\n  --bg-orange: #EC9F45;\r\n  --bg-purple: #6361AB;\r\n  --bg-pink: #E58DA5;\r\n  --body-text-color: #FFFFFF;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  display: flex;\r\n  flex-direction: row;\r\n}\r\n\r\n.module-box {\r\n  border-left: 1px solid #fff;\r\n  border-right: 1px solid #fff;\r\n  width: 120px;\r\n  height: 90px;\r\n  position: relative;\r\n}\r\n\r\n.bg-blue {\r\n  background-color: var(--bg-blue);\r\n}\r\n\r\n.bg-green {\r\n  background-color: var(--bg-green);\r\n}\r\n\r\n.bg-orange {\r\n  background-color: var(--bg-orange);\r\n}\r\n\r\n.bg-purple {\r\n  background-color: var(--bg-purple);\r\n}\r\n\r\n.bg-pink {\r\n  background-color: var(--bg-pink);\r\n}\r\n\r\n.number {\r\n  opacity: 0.4;\r\n  font-size: 60px;\r\n  z-index: 0;\r\n  position: absolute;\r\n  max-width: 100%;\r\n  height: auto;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%)\r\n}\r\n\r\n.text {\r\n  text-align: center;\r\n  position: relative;\r\n  top: 50%;\r\n  -ms-transform: translateY(-50%);\r\n  -webkit-transform: translateY(-50%);\r\n  transform: translateY(-50%);\r\n}\r\n\r\n/* /1* ======= end tables ============== *1/ */\r\n\r\n/* TOP light blue menu styles */\r\n#international-menu {\r\n background-color:rgba(63,169,245,0.1);\r\n	display: flex;\r\n	justify-content: end;\r\n	align-items: center;\r\n	padding-top: 6px;\r\n	padding-bottom: 6px;\r\n}\r\n/*** Responsive Styles Tablet And Below ***/\r\n@media all and (max-width: 980px) {\r\n	#international-menu {padding: 10px 8px !important;}\r\n}\r\n\r\n#international-menu > * {\r\n	margin: 5px 10px;\r\n}\r\n\r\n/*** Responsive Styles Tablet Only ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n#international-menu {\r\n	margin-top: -22px !important;\r\n}  \r\n}\r\n#international-menu img {\r\n	height: 22px !important;\r\n	display: block;\r\n}\r\n\r\n#international-menu .button {\r\n	background-color: transparent;\r\n	padding: 6px 6px !important;\r\n	border: 1px solid #2ea3f2;\r\n	outline: none;\r\n	text-align: center;\r\n	line-height: 1.2em;\r\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:6:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:16:\"dipi_testimonial\";s:3:\"off\";s:16:\"dipi_popup_maker\";s:3:\"off\";s:11:\"pf_document\";s:3:\"off\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:2:\"on\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:1582:\"<script src=\"https://kit.fontawesome.com/459562582f.js\" crossorigin=\"anonymous\"></script>\r\n\r\n\r\n<script>\r\n    jQuery(function($){\r\n        $(\".et-search-form .et-search-field\").attr(\"placeholder\", \"Ask about your Total Rewards\");\r\n    });\r\n</script>\r\n\r\n<script>\r\njQuery(document).ready(function($) {\r\n    // Cookie functions\r\n    function setCookie(name, value, days) {\r\n        const date = new Date();\r\n        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));\r\n        const expires = \"expires=\" + date.toUTCString();\r\n        document.cookie = name + \"=\" + value + \";\" + expires + \";path=/\";\r\n    }\r\n\r\n    function getCookie(name) {\r\n        const nameEQ = name + \"=\";\r\n        const ca = document.cookie.split(\';\');\r\n        for(let i = 0; i < ca.length; i++) {\r\n            let c = ca[i];\r\n            while (c.charAt(0) === \' \') c = c.substring(1, c.length);\r\n            if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);\r\n        }\r\n        return null;\r\n    }\r\n\r\n    window.acceptCookies = function() {\r\n        setCookie(\'cf_cookie_consent\', \'accepted\', 365);\r\n        $(\'#cfCookieNotice\').removeClass(\'show\');\r\n    }\r\n\r\n    // Check if user has already accepted cookies\r\n    const cookieConsent = getCookie(\'cf_cookie_consent\');\r\n    if (!cookieConsent) {\r\n        setTimeout(function() {\r\n            $(\'#cfCookieNotice\').addClass(\'show\');\r\n        }, 1000);\r\n    }\r\n\r\n    // Honor Do Not Track\r\n    if (navigator.doNotTrack === \"1\" || window.doNotTrack === \"1\") {\r\n        console.log(\"Do Not Track is enabled\");\r\n    }\r\n});\r\n</script>\";s:21:\"divi_integration_body\";s:1196:\"<!-- Google tag (gtag.js) -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-4DB5E3DMPM\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'G-4DB5E3DMPM\');\r\n</script>\r\n\r\n<!-- CF Industries Style Cookie Notice -->\r\n<div id=\"cfCookieNotice\" class=\"cf-cookie-notice\">\r\n    <div class=\"cf-cookie-container\">\r\n        <div class=\"cf-cookie-text\">\r\n            We use cookies to enhance your website experience, improve functionality, and measure how users interact with our website. To learn more, please visit our <a href=\"https://www.cfindustries.com/privacy-policy\" target=\"_blank\">Privacy Policy</a>. By using our website, you agree to our <a href=\"https://www.cfindustries.com/terms-and-conditions\" target=\"_blank\">Terms and Conditions</a>, including the arbitration agreement contained therein. You may opt-out of the arbitration agreement within 60 days as described in the Terms.\r\n        </div>\r\n        <div class=\"cf-cookie-actions\">\r\n            <button class=\"cf-cookie-close\" onclick=\"acceptCookies()\">Acknowledge</button>\r\n        </div>\r\n    </div>\r\n</div>\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:18:\"divi_dynamic_icons\";s:2:\"on\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:5:\"false\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:21:\"custom_footer_credits\";s:32:\"Copyright 2026 Lockton Companies\";s:24:\"show_footer_social_icons\";b:0;s:12:\"divi_favicon\";s:0:\"\";s:19:\"product_tour_status\";a:3:{i:1;s:3:\"off\";i:2;s:3:\"off\";i:3;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"click\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:1006;s:33:\"et_fb_pref_modal_dimension_height\";i:581;s:27:\"et_fb_pref_modal_position_x\";i:132;s:27:\"et_fb_pref_modal_position_y\";i:51;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:444;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:300;s:30:\"et_fb_pref_lv_modal_position_x\";i:1138;s:30:\"et_fb_pref_lv_modal_position_y\";i:453;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:16:\"et_global_colors\";a:63:{s:41:\"gcid-3d6b5102-a896-4646-985f-9e41d99aacac\";a:2:{s:5:\"color\";s:7:\"#353b3e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-ace50098-05a2-4c0d-b4d9-eb47e6ec825f\";a:2:{s:5:\"color\";s:7:\"#000484\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-340a9af0-fa36-48f6-b876-7c76703116ae\";a:2:{s:5:\"color\";s:7:\"#cceaff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75\";a:2:{s:5:\"color\";s:7:\"#25ace2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-eefd35e4-fb54-4576-b3a5-05662703688b\";a:2:{s:5:\"color\";s:7:\"#00004e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-01232a48-5fc4-4588-bcec-3f78ea5f79f3\";a:2:{s:5:\"color\";s:7:\"#0055be\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-321461a7-5be8-4cc2-b76a-a7d96b1f093d\";a:2:{s:5:\"color\";s:7:\"#fdf5cc\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-17556592-1bd6-46f7-bc7d-eb55a273238f\";a:2:{s:5:\"color\";s:7:\"#88dad6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-78e118d1-3492-4b4a-bc86-5e1a93b7daf8\";a:2:{s:5:\"color\";s:7:\"#06060a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d2066622-275e-4e6e-ae5d-cbeb6f5573fd\";a:2:{s:5:\"color\";s:7:\"#66bfff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4e52035f-186f-4a6e-ac12-1a8d3ad03473\";a:2:{s:5:\"color\";s:7:\"#a4d6a8\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-94eab57b-cdc6-4882-81fe-29e6f74f928d\";a:2:{s:5:\"color\";s:7:\"#d1ebd4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-bc64243b-935c-480b-b1b2-7412b7a2645e\";a:2:{s:5:\"color\";s:7:\"#d1eff0\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-fa596e43-660f-4000-b6ba-b3fcdc75c1c8\";a:2:{s:5:\"color\";s:7:\"#dee0e6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1df8f1f0-09f5-425f-880a-3720ce83aeb4\";a:2:{s:5:\"color\";s:7:\"#fce1c2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4aaaea65-0788-495a-af0b-0e678c2e4b06\";a:2:{s:5:\"color\";s:7:\"#003fe2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4aa205f5-d14d-40fd-8dae-010bfa1f9eb2\";a:2:{s:5:\"color\";s:7:\"#f2f2f8\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-85c74074-30e5-4266-a6d8-e65a6598114d\";a:2:{s:5:\"color\";s:7:\"#008eaa\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-35ad434d-7754-4346-9a48-e58426f52749\";a:2:{s:5:\"color\";s:7:\"#fbec9a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-b57a6eab-cb2e-4680-880e-cd8b7a20bc1f\";a:2:{s:5:\"color\";s:7:\"#f7b718\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-5a888119-9ceb-47ca-9c25-8506d322a2a2\";a:2:{s:5:\"color\";s:7:\"#df5927\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-8a74322a-943c-4377-a2fe-77fec65379bf\";a:2:{s:5:\"color\";s:7:\"#889c3b\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-2ec34724-b67f-4fae-8d2e-8c8f6c584418\";a:2:{s:5:\"color\";s:7:\"#454545\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-ecab4fec-ca03-4ff6-ac79-c58d30f54e8a\";a:2:{s:5:\"color\";s:7:\"#dfdb63\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f5083396-9fce-48d7-a0d7-a9bc361c7b00\";a:2:{s:5:\"color\";s:7:\"#4783c6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-86925f6d-446e-4420-8a8c-20a47f53dadb\";a:2:{s:5:\"color\";s:7:\"#9cc8eb\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f2814045-4b28-4951-99ee-c1aafe9e9ac8\";a:2:{s:5:\"color\";s:7:\"#a8bd42\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-6d94d64c-c5eb-4268-ae06-80437a5a7e54\";a:2:{s:5:\"color\";s:7:\"#dfdb63\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d4b26c64-5a38-4dcd-a8b0-53a67b0dedec\";a:2:{s:5:\"color\";s:7:\"#a8bd42\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4e8c7c58-e7e0-414d-8b03-99eaa2b391fe\";a:2:{s:5:\"color\";s:7:\"#9cc8eb\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-e0f6af37-267d-4398-ad05-815344dea540\";a:2:{s:5:\"color\";s:7:\"#f68b2f\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-cdf7d712-45e8-48ca-b8f8-2ae566fc8e63\";a:2:{s:5:\"color\";s:7:\"#365472\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-68ebc00d-7d46-4b81-9ee1-44e5d8cf251e\";a:2:{s:5:\"color\";s:7:\"#9daab4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-af041903-be3a-4149-bc54-753a1f644683\";a:2:{s:5:\"color\";s:7:\"#693068\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1a7d46a3-bb2a-438b-9196-45bc0669e861\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-22b2cce8-ac1a-472d-836b-f87f90900b89\";a:2:{s:5:\"color\";s:7:\"#5a00af\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-6459a856-7390-4931-beeb-d690da8a94b7\";a:2:{s:5:\"color\";s:7:\"#c4abfa\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1320857d-b9f2-4de4-9f65-919fe483614f\";a:2:{s:5:\"color\";s:7:\"#ffcb95\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-e2e53877-5ebd-4084-bfe0-44c290c619a4\";a:2:{s:5:\"color\";s:7:\"#c1c7cd\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-559b5c97-0edf-4de1-be88-6250d4fca932\";a:2:{s:5:\"color\";s:7:\"#e89aad\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d0100d4c-8b2f-4e4d-9f51-693db3dbe442\";a:2:{s:5:\"color\";s:19:\"rgba(255,255,255,0)\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-22f064be-0fd4-4ed5-8f12-90db53023731\";a:2:{s:5:\"color\";s:7:\"#fff4ed\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-fb6f2747-2bbb-4c0b-8ac9-6eacf371b0a0\";a:2:{s:5:\"color\";s:7:\"#fbeef1\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-722855e1-ca81-4dd1-977e-7b68c7ff9ff0\";a:2:{s:5:\"color\";s:7:\"#9d73f7\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-b3cec259-36c4-48a4-8f4e-8d7a7a4fc2a6\";a:2:{s:5:\"color\";s:7:\"#0dbdba\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-68b1bd27-428e-4a6b-b021-885f8a15b2ab\";a:2:{s:5:\"color\";s:7:\"#f8df5a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-680aaf21-a123-4f76-bc7e-45663873b6a7\";a:2:{s:5:\"color\";s:7:\"#f8ebd6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-52da7620-58d6-4b73-9fdd-7e4a34a714d0\";a:2:{s:5:\"color\";s:7:\"#e9f8f7\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-31990cfb-5642-4dbc-b383-9f1b5452de0e\";a:2:{s:5:\"color\";s:7:\"#eef0f2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-f139e9a9-a7de-4375-b290-a9bfef0198c2\";a:2:{s:5:\"color\";s:7:\"#4b5564\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\";a:2:{s:5:\"color\";s:7:\"#222222\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-c0091f5e-a7ea-461f-979e-d36a1483b8ad\";a:2:{s:5:\"color\";s:7:\"#9bc832\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-6a0c00ae-2d94-4460-9b8d-f4cdea2462f0\";a:2:{s:5:\"color\";s:7:\"#d1efef\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-aab697b0-75ac-46e8-9d6a-bd6422ef9cdf\";a:2:{s:5:\"color\";s:7:\"#edf2e5\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-dd503bea-72ce-4a23-a34d-6debfa92889a\";a:2:{s:5:\"color\";s:7:\"#0a0a0a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-66221e83-bbd6-41ca-bc05-a5b10f6f6573\";a:2:{s:5:\"color\";s:7:\"#969799\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-598e3e25-862f-478a-912c-5a03edfea053\";a:2:{s:5:\"color\";s:7:\"#0093b2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-3802537f-418f-46fe-9c35-57f1963449a1\";a:2:{s:5:\"color\";s:7:\"#89d93e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-9b0e15d9-a8d9-4026-818e-f09d95f88a76\";a:2:{s:5:\"color\";s:7:\"#c3ef97\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-83d88ffc-2ee5-4bd7-8f17-df9e3be7bf92\";a:2:{s:5:\"color\";s:7:\"#424242\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-8bb36b0d-4c6e-48a0-989a-551e44a5f764\";a:2:{s:5:\"color\";s:7:\"#00c7b1\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";a:2:{s:5:\"color\";s:7:\"#e8f9e4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";a:2:{s:5:\"color\";s:7:\"#515151\";s:6:\"active\";s:3:\"yes\";}}s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";s:27:\"bottom_bar_background_color\";s:7:\"#015846\";s:21:\"bottom_bar_text_color\";s:7:\"#e9f8f7\";s:12:\"header_style\";s:8:\"centered\";s:16:\"show_search_icon\";b:1;s:13:\"nav_fullwidth\";b:1;s:16:\"primary_nav_font\";s:10:\"Montserrat\";s:16:\"menu_link_active\";s:7:\"#3fa9f5\";s:11:\"menu_height\";i:88;s:11:\"logo_height\";i:49;s:21:\"minimized_menu_height\";i:68;s:17:\"hide_primary_logo\";b:0;s:30:\"divi_dynamic_icons_child_theme\";s:5:\"false\";}', 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (140, 'widget_aboutmewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (141, 'widget_adsensewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (142, 'widget_advwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (143, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (144, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (145, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (146, 'et_support_site_id', '@S5MEc#P4DG7(Uod-NHu', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (147, 'et_safe_mode_plugins_whitelist', 'a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (148, 'et_support_center_installed', 'true', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (149, 'et_images_temp_folder', '/nas/content/live/cfibenefits/wp-content/uploads/et_temp', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (150, 'et_schedule_clean_images_last_time', 1772450000, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (151, 'et_bfb_settings', 'a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (152, 'et_pb_builder_options', 'a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (153, 'et_support_center_setup_done', 'processed', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (154, 'recently_activated', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (155, 'et_account_status', 'active', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (156, 'chld_thm_cfg_options_configvars', 'a:40:{s:8:\"addl_css\";N;s:8:\"forcedep\";N;s:8:\"swappath\";N;s:8:\"cssunreg\";N;s:9:\"csswphead\";N;s:10:\"cssnotheme\";N;s:7:\"reorder\";N;s:10:\"parnt_deps\";N;s:10:\"child_deps\";a:1:{i:0;s:10:\"divi-style\";}s:9:\"hasstyles\";i:1;s:11:\"parntloaded\";N;s:11:\"childloaded\";s:10:\"divi-style\";s:11:\"ignoreparnt\";N;s:9:\"qpriority\";i:10;s:9:\"mpriority\";s:2:\"19\";s:7:\"enqueue\";s:7:\"enqueue\";s:8:\"handling\";s:7:\"primary\";s:9:\"templates\";a:44:{i:0;s:25:\"theme-before-wrappers.php\";i:1;s:18:\"sidebar-footer.php\";i:2;s:16:\"options_divi.php\";i:3;s:14:\"theme-head.php\";i:4;s:23:\"page-template-blank.php\";i:5;s:11:\"sidebar.php\";i:6;s:10:\"footer.php\";i:7;s:10:\"header.php\";i:8;s:8:\"page.php\";i:9;s:10:\"single.php\";i:10;s:23:\"single-et_pb_layout.php\";i:11;s:9:\"index.php\";i:12;s:12:\"comments.php\";i:13;s:7:\"404.php\";i:14;s:16:\"theme-header.php\";i:15;s:22:\"theme-after-footer.php\";i:16;s:24:\"post_thumbnails_divi.php\";i:17;s:18:\"single-project.php\";i:18;s:16:\"theme-footer.php\";i:19;s:22:\"theme-after-header.php\";i:20;s:20:\"includes/widgets.php\";i:21;s:23:\"includes/navigation.php\";i:22;s:25:\"includes/social_icons.php\";i:23;s:23:\"includes/no-results.php\";i:24;s:35:\"includes/functions/installation.php\";i:25;s:32:\"includes/functions/tutorials.php\";i:26;s:33:\"includes/builder/deprecations.php\";i:27;s:37:\"includes/builder/template-preview.php\";i:28;s:38:\"includes/builder/comments_template.php\";i:29;s:42:\"includes/builder/frontend-builder/i18n.php\";i:30;s:50:\"includes/builder/frontend-builder/bfb-template.php\";i:31;s:76:\"includes/builder/frontend-builder/theme-builder/frontend-header-template.php\";i:32;s:74:\"includes/builder/frontend-builder/theme-builder/frontend-body-template.php\";i:33;s:76:\"includes/builder/frontend-builder/theme-builder/frontend-footer-template.php\";i:34;s:56:\"includes/builder/frontend-builder/i18n/theme-builder.php\";i:35;s:50:\"includes/builder/frontend-builder/i18n/library.php\";i:36;s:56:\"includes/builder/frontend-builder/i18n/quick-actions.php\";i:37;s:54:\"includes/builder/frontend-builder/i18n/portability.php\";i:38;s:50:\"includes/builder/frontend-builder/i18n/generic.php\";i:39;s:56:\"includes/builder/frontend-builder/i18n/library/packs.php\";i:40;s:64:\"includes/builder/frontend-builder/i18n/library/layouts-short.php\";i:41;s:63:\"includes/builder/frontend-builder/i18n/library/layouts-long.php\";i:42;s:61:\"includes/builder/frontend-builder/i18n/library/categories.php\";i:43;s:61:\"includes/builder/plugin-compat/advanced-custom-fields-pro.php\";}s:7:\"max_sel\";N;s:7:\"imports\";a:2:{s:5:\"child\";a:0:{}s:5:\"parnt\";a:0:{}}s:13:\"child_version\";s:5:\"4.0.3\";s:12:\"child_author\";s:14:\"Elegant Themes\";s:10:\"child_name\";s:14:\"Divi Child CFI\";s:14:\"child_themeuri\";s:42:\"http://www.elegantthemes.com/gallery/divi/\";s:15:\"child_authoruri\";s:28:\"http://www.elegantthemes.com\";s:11:\"child_descr\";s:78:\"Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\";s:10:\"child_tags\";s:246:\"responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready\";s:5:\"parnt\";s:4:\"Divi\";s:5:\"child\";s:10:\"Divi-child\";s:10:\"configtype\";s:5:\"theme\";s:6:\"valkey\";i:1021;s:7:\"rulekey\";i:179;s:5:\"qskey\";i:3915;s:6:\"selkey\";i:3705;s:8:\"querykey\";i:24;s:8:\"tokenkey\";N;s:6:\"recent\";N;s:9:\"converted\";i:1;s:5:\"fsize\";i:568;s:7:\"version\";s:5:\"2.6.0\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (157, 'chld_thm_cfg_options_dict_qs', 'a:3915:{i:1;s:3:\"1:1\";i:2;s:3:\"1:2\";i:3;s:3:\"1:3\";i:4;s:3:\"1:4\";i:5;s:3:\"1:5\";i:6;s:3:\"1:6\";i:7;s:3:\"2:1\";i:8;s:3:\"2:7\";i:9;s:3:\"2:8\";i:10;s:3:\"2:9\";i:11;s:4:\"3:10\";i:12;s:4:\"3:11\";i:13;s:4:\"3:12\";i:14;s:4:\"3:13\";i:15;s:4:\"3:14\";i:16;s:4:\"3:15\";i:17;s:4:\"3:16\";i:18;s:4:\"3:17\";i:19;s:4:\"3:18\";i:20;s:4:\"3:19\";i:21;s:4:\"3:20\";i:22;s:4:\"3:21\";i:23;s:4:\"3:22\";i:24;s:4:\"3:23\";i:25;s:4:\"3:24\";i:26;s:4:\"3:25\";i:27;s:4:\"3:26\";i:28;s:4:\"3:27\";i:29;s:4:\"3:28\";i:30;s:4:\"3:29\";i:31;s:4:\"3:30\";i:32;s:4:\"3:31\";i:33;s:4:\"3:32\";i:34;s:4:\"3:33\";i:35;s:4:\"3:34\";i:36;s:4:\"3:35\";i:37;s:4:\"4:36\";i:38;s:4:\"4:37\";i:39;s:4:\"4:38\";i:40;s:4:\"4:39\";i:41;s:4:\"4:40\";i:42;s:4:\"4:41\";i:43;s:4:\"4:42\";i:44;s:4:\"4:43\";i:45;s:4:\"4:44\";i:46;s:4:\"4:45\";i:47;s:4:\"4:46\";i:48;s:4:\"4:47\";i:49;s:4:\"4:48\";i:50;s:4:\"4:49\";i:51;s:4:\"4:50\";i:52;s:4:\"4:51\";i:53;s:4:\"4:52\";i:54;s:4:\"4:53\";i:55;s:4:\"4:54\";i:56;s:4:\"4:55\";i:57;s:4:\"4:56\";i:58;s:4:\"4:57\";i:59;s:4:\"4:58\";i:60;s:4:\"4:59\";i:61;s:4:\"4:60\";i:62;s:4:\"4:61\";i:63;s:4:\"4:62\";i:64;s:4:\"4:63\";i:65;s:4:\"4:64\";i:66;s:4:\"4:65\";i:67;s:4:\"4:66\";i:68;s:4:\"4:67\";i:69;s:4:\"4:68\";i:70;s:4:\"4:69\";i:71;s:4:\"4:70\";i:72;s:4:\"4:71\";i:73;s:4:\"4:72\";i:74;s:4:\"4:73\";i:75;s:4:\"4:74\";i:76;s:4:\"4:75\";i:77;s:4:\"4:76\";i:78;s:4:\"4:77\";i:79;s:4:\"4:78\";i:80;s:4:\"4:79\";i:81;s:4:\"4:80\";i:82;s:4:\"4:81\";i:83;s:4:\"4:82\";i:84;s:4:\"4:83\";i:85;s:4:\"4:84\";i:86;s:4:\"4:85\";i:87;s:4:\"4:86\";i:88;s:4:\"4:87\";i:89;s:4:\"4:88\";i:90;s:4:\"4:89\";i:91;s:4:\"4:90\";i:92;s:4:\"4:91\";i:93;s:4:\"4:92\";i:94;s:4:\"4:93\";i:95;s:4:\"4:94\";i:96;s:4:\"4:95\";i:97;s:4:\"4:96\";i:98;s:4:\"4:97\";i:99;s:4:\"4:98\";i:100;s:4:\"4:99\";i:101;s:5:\"4:100\";i:102;s:5:\"4:101\";i:103;s:5:\"4:102\";i:104;s:5:\"4:103\";i:105;s:5:\"4:104\";i:106;s:5:\"4:105\";i:107;s:5:\"4:106\";i:108;s:5:\"4:107\";i:109;s:5:\"4:108\";i:110;s:5:\"4:109\";i:111;s:5:\"4:110\";i:112;s:5:\"4:111\";i:113;s:5:\"4:112\";i:114;s:5:\"4:113\";i:115;s:5:\"4:114\";i:116;s:5:\"4:115\";i:117;s:5:\"4:116\";i:118;s:5:\"4:117\";i:119;s:5:\"4:118\";i:120;s:5:\"4:119\";i:121;s:5:\"4:120\";i:122;s:5:\"4:121\";i:123;s:5:\"4:122\";i:124;s:5:\"4:123\";i:125;s:5:\"4:124\";i:126;s:5:\"4:125\";i:127;s:5:\"4:126\";i:128;s:5:\"4:127\";i:129;s:5:\"4:128\";i:130;s:5:\"4:129\";i:131;s:5:\"4:130\";i:132;s:5:\"4:131\";i:133;s:5:\"4:132\";i:134;s:5:\"4:133\";i:135;s:5:\"4:134\";i:136;s:5:\"4:135\";i:137;s:5:\"4:136\";i:138;s:5:\"4:137\";i:139;s:5:\"4:138\";i:140;s:5:\"4:139\";i:141;s:5:\"4:140\";i:142;s:5:\"4:141\";i:143;s:5:\"4:142\";i:144;s:5:\"4:143\";i:145;s:5:\"4:144\";i:146;s:5:\"4:145\";i:147;s:5:\"4:146\";i:148;s:5:\"4:147\";i:149;s:5:\"4:148\";i:150;s:5:\"4:149\";i:151;s:5:\"4:150\";i:152;s:5:\"4:151\";i:153;s:5:\"4:152\";i:154;s:5:\"4:153\";i:155;s:5:\"4:154\";i:156;s:5:\"4:155\";i:157;s:5:\"4:156\";i:158;s:5:\"4:157\";i:159;s:5:\"4:158\";i:160;s:5:\"4:159\";i:161;s:5:\"4:160\";i:162;s:5:\"4:161\";i:163;s:5:\"4:162\";i:164;s:5:\"4:163\";i:165;s:5:\"4:164\";i:166;s:5:\"4:165\";i:167;s:5:\"4:166\";i:168;s:5:\"4:167\";i:169;s:5:\"4:168\";i:170;s:5:\"4:169\";i:171;s:5:\"4:170\";i:172;s:5:\"4:171\";i:173;s:5:\"4:172\";i:174;s:5:\"4:173\";i:175;s:5:\"4:174\";i:176;s:5:\"4:175\";i:177;s:5:\"4:176\";i:178;s:5:\"4:177\";i:179;s:5:\"4:178\";i:180;s:5:\"4:179\";i:181;s:5:\"4:180\";i:182;s:5:\"4:181\";i:183;s:5:\"4:182\";i:184;s:5:\"4:183\";i:185;s:5:\"4:184\";i:186;s:5:\"4:185\";i:187;s:5:\"4:186\";i:188;s:5:\"4:187\";i:189;s:5:\"4:188\";i:190;s:5:\"4:189\";i:191;s:5:\"4:190\";i:192;s:5:\"4:191\";i:193;s:5:\"4:192\";i:194;s:5:\"4:193\";i:195;s:5:\"4:194\";i:196;s:5:\"4:195\";i:197;s:5:\"4:196\";i:198;s:5:\"4:197\";i:199;s:5:\"4:198\";i:200;s:5:\"4:199\";i:201;s:5:\"4:200\";i:202;s:5:\"4:201\";i:203;s:5:\"4:202\";i:204;s:5:\"4:203\";i:205;s:5:\"4:204\";i:206;s:5:\"4:205\";i:207;s:5:\"4:206\";i:208;s:5:\"4:207\";i:209;s:5:\"4:208\";i:210;s:5:\"4:209\";i:211;s:5:\"4:210\";i:212;s:5:\"4:211\";i:213;s:5:\"4:212\";i:214;s:5:\"4:213\";i:215;s:5:\"4:214\";i:216;s:5:\"4:215\";i:217;s:5:\"4:216\";i:218;s:5:\"4:217\";i:219;s:5:\"4:218\";i:220;s:5:\"4:219\";i:221;s:5:\"4:220\";i:222;s:5:\"4:221\";i:223;s:5:\"4:222\";i:224;s:5:\"4:223\";i:225;s:5:\"4:224\";i:226;s:5:\"4:225\";i:227;s:5:\"4:226\";i:228;s:5:\"4:227\";i:229;s:5:\"4:228\";i:230;s:5:\"4:229\";i:231;s:5:\"4:230\";i:232;s:5:\"4:231\";i:233;s:5:\"4:232\";i:234;s:5:\"4:233\";i:235;s:5:\"4:234\";i:236;s:5:\"4:235\";i:237;s:5:\"4:236\";i:238;s:5:\"4:237\";i:239;s:5:\"4:238\";i:240;s:5:\"4:239\";i:241;s:5:\"4:240\";i:242;s:5:\"4:241\";i:243;s:5:\"4:242\";i:244;s:5:\"4:243\";i:245;s:5:\"4:244\";i:246;s:5:\"4:245\";i:247;s:5:\"4:246\";i:248;s:5:\"4:247\";i:249;s:5:\"4:248\";i:250;s:5:\"4:249\";i:251;s:5:\"4:250\";i:252;s:5:\"4:251\";i:253;s:5:\"4:252\";i:254;s:5:\"4:253\";i:255;s:5:\"4:254\";i:256;s:5:\"4:255\";i:257;s:5:\"4:256\";i:258;s:5:\"4:257\";i:259;s:5:\"4:258\";i:260;s:5:\"4:259\";i:261;s:5:\"4:260\";i:262;s:5:\"4:261\";i:263;s:5:\"4:262\";i:264;s:5:\"4:263\";i:265;s:5:\"4:264\";i:266;s:5:\"4:265\";i:267;s:5:\"4:266\";i:268;s:5:\"4:267\";i:269;s:5:\"4:268\";i:270;s:5:\"4:269\";i:271;s:5:\"4:270\";i:272;s:5:\"4:271\";i:273;s:5:\"4:272\";i:274;s:5:\"4:273\";i:275;s:5:\"4:274\";i:276;s:5:\"4:275\";i:277;s:5:\"4:276\";i:278;s:5:\"4:277\";i:279;s:5:\"4:278\";i:280;s:5:\"4:279\";i:281;s:5:\"4:280\";i:282;s:5:\"4:281\";i:283;s:5:\"4:282\";i:284;s:5:\"4:283\";i:285;s:5:\"4:284\";i:286;s:5:\"4:285\";i:287;s:5:\"4:286\";i:288;s:5:\"4:287\";i:289;s:5:\"4:288\";i:290;s:5:\"4:289\";i:291;s:5:\"4:290\";i:292;s:5:\"4:291\";i:293;s:5:\"4:292\";i:294;s:5:\"4:293\";i:295;s:5:\"4:294\";i:296;s:5:\"4:295\";i:297;s:5:\"4:296\";i:298;s:5:\"4:297\";i:299;s:5:\"4:298\";i:300;s:5:\"4:299\";i:301;s:5:\"4:300\";i:302;s:5:\"4:301\";i:303;s:5:\"4:302\";i:304;s:5:\"4:303\";i:305;s:5:\"4:304\";i:306;s:5:\"4:305\";i:307;s:5:\"4:306\";i:308;s:5:\"4:307\";i:309;s:5:\"4:308\";i:310;s:5:\"4:309\";i:311;s:5:\"4:310\";i:312;s:5:\"4:311\";i:313;s:5:\"4:312\";i:314;s:5:\"4:313\";i:315;s:5:\"4:314\";i:316;s:5:\"4:315\";i:317;s:5:\"4:316\";i:318;s:5:\"4:317\";i:319;s:5:\"4:318\";i:320;s:5:\"4:319\";i:321;s:5:\"4:320\";i:322;s:5:\"4:321\";i:323;s:5:\"4:322\";i:324;s:5:\"4:323\";i:325;s:5:\"4:324\";i:326;s:5:\"4:325\";i:327;s:5:\"4:326\";i:328;s:5:\"4:327\";i:329;s:5:\"4:328\";i:330;s:5:\"4:329\";i:331;s:5:\"4:330\";i:332;s:5:\"4:331\";i:333;s:5:\"4:332\";i:334;s:5:\"4:333\";i:335;s:5:\"4:334\";i:336;s:5:\"4:335\";i:337;s:5:\"4:336\";i:338;s:5:\"4:337\";i:339;s:5:\"4:338\";i:340;s:5:\"4:339\";i:341;s:5:\"4:340\";i:342;s:5:\"4:341\";i:343;s:5:\"4:342\";i:344;s:5:\"4:343\";i:345;s:5:\"4:344\";i:346;s:5:\"4:345\";i:347;s:5:\"4:346\";i:348;s:5:\"4:347\";i:349;s:5:\"4:348\";i:350;s:5:\"4:349\";i:351;s:5:\"4:350\";i:352;s:5:\"4:351\";i:353;s:5:\"4:352\";i:354;s:5:\"4:353\";i:355;s:5:\"4:354\";i:356;s:5:\"4:355\";i:357;s:5:\"4:356\";i:358;s:5:\"4:357\";i:359;s:5:\"4:358\";i:360;s:5:\"4:359\";i:361;s:5:\"4:360\";i:362;s:5:\"4:361\";i:363;s:5:\"4:362\";i:364;s:5:\"4:363\";i:365;s:5:\"4:364\";i:366;s:5:\"4:365\";i:367;s:5:\"4:366\";i:368;s:5:\"4:367\";i:369;s:5:\"4:368\";i:370;s:5:\"4:369\";i:371;s:5:\"4:370\";i:372;s:5:\"4:371\";i:373;s:5:\"4:372\";i:374;s:5:\"4:373\";i:375;s:5:\"4:374\";i:376;s:5:\"4:375\";i:377;s:5:\"4:376\";i:378;s:5:\"4:377\";i:379;s:5:\"4:378\";i:380;s:5:\"4:379\";i:381;s:5:\"4:380\";i:382;s:5:\"4:381\";i:383;s:5:\"4:382\";i:384;s:5:\"4:383\";i:385;s:5:\"4:384\";i:386;s:5:\"4:385\";i:387;s:5:\"4:386\";i:388;s:5:\"4:387\";i:389;s:5:\"4:388\";i:390;s:5:\"4:389\";i:391;s:5:\"4:390\";i:392;s:5:\"4:391\";i:393;s:5:\"4:392\";i:394;s:5:\"4:393\";i:395;s:5:\"4:394\";i:396;s:5:\"4:395\";i:397;s:5:\"4:396\";i:398;s:5:\"4:397\";i:399;s:5:\"4:398\";i:400;s:5:\"4:399\";i:401;s:5:\"4:400\";i:402;s:5:\"4:401\";i:403;s:5:\"4:402\";i:404;s:5:\"4:403\";i:405;s:5:\"4:404\";i:406;s:5:\"4:405\";i:407;s:5:\"4:406\";i:408;s:5:\"4:407\";i:409;s:5:\"4:408\";i:410;s:5:\"4:409\";i:411;s:5:\"4:410\";i:412;s:5:\"4:411\";i:413;s:5:\"4:412\";i:414;s:5:\"4:413\";i:415;s:5:\"4:414\";i:416;s:5:\"4:415\";i:417;s:5:\"4:416\";i:418;s:5:\"4:417\";i:419;s:5:\"4:418\";i:420;s:5:\"4:419\";i:421;s:5:\"4:420\";i:422;s:5:\"4:421\";i:423;s:5:\"4:422\";i:424;s:5:\"4:423\";i:425;s:5:\"4:424\";i:426;s:5:\"4:425\";i:427;s:5:\"4:426\";i:428;s:5:\"4:427\";i:429;s:5:\"4:428\";i:430;s:5:\"4:429\";i:431;s:5:\"4:430\";i:432;s:5:\"4:431\";i:433;s:5:\"4:432\";i:434;s:5:\"4:433\";i:435;s:5:\"4:434\";i:436;s:5:\"4:435\";i:437;s:5:\"4:436\";i:438;s:5:\"4:437\";i:439;s:5:\"4:438\";i:440;s:5:\"4:439\";i:441;s:5:\"4:440\";i:442;s:5:\"4:441\";i:443;s:5:\"4:442\";i:444;s:5:\"4:443\";i:445;s:5:\"4:444\";i:446;s:5:\"4:445\";i:447;s:5:\"4:446\";i:448;s:5:\"4:447\";i:449;s:5:\"4:448\";i:450;s:5:\"4:449\";i:451;s:5:\"4:450\";i:452;s:5:\"4:451\";i:453;s:5:\"4:452\";i:454;s:5:\"4:453\";i:455;s:5:\"4:454\";i:456;s:5:\"4:455\";i:457;s:5:\"4:456\";i:458;s:5:\"4:457\";i:459;s:5:\"4:458\";i:460;s:5:\"4:459\";i:461;s:5:\"4:460\";i:462;s:5:\"4:461\";i:463;s:5:\"4:462\";i:464;s:5:\"4:463\";i:465;s:5:\"4:464\";i:466;s:5:\"4:465\";i:467;s:5:\"4:466\";i:468;s:5:\"4:467\";i:469;s:5:\"4:468\";i:470;s:5:\"4:469\";i:471;s:5:\"4:470\";i:472;s:5:\"4:471\";i:473;s:5:\"4:472\";i:474;s:5:\"4:473\";i:475;s:5:\"4:474\";i:476;s:5:\"4:475\";i:477;s:5:\"4:476\";i:478;s:5:\"4:477\";i:479;s:5:\"4:478\";i:480;s:5:\"4:479\";i:481;s:5:\"4:480\";i:482;s:5:\"4:481\";i:483;s:5:\"4:482\";i:484;s:5:\"4:483\";i:485;s:5:\"4:484\";i:486;s:5:\"4:485\";i:487;s:5:\"4:486\";i:488;s:5:\"4:487\";i:489;s:5:\"4:488\";i:490;s:5:\"4:489\";i:491;s:5:\"4:490\";i:492;s:5:\"4:491\";i:493;s:5:\"4:492\";i:494;s:5:\"4:493\";i:495;s:5:\"4:494\";i:496;s:5:\"4:495\";i:497;s:5:\"4:496\";i:498;s:5:\"4:497\";i:499;s:5:\"4:498\";i:500;s:5:\"4:499\";i:501;s:5:\"4:500\";i:502;s:5:\"4:501\";i:503;s:5:\"4:502\";i:504;s:5:\"4:503\";i:505;s:5:\"4:504\";i:506;s:5:\"4:505\";i:507;s:5:\"4:506\";i:508;s:5:\"4:507\";i:509;s:5:\"4:508\";i:510;s:5:\"4:509\";i:511;s:5:\"4:510\";i:512;s:5:\"4:511\";i:513;s:5:\"4:512\";i:514;s:5:\"4:513\";i:515;s:5:\"4:514\";i:516;s:5:\"4:515\";i:517;s:5:\"4:516\";i:518;s:5:\"4:517\";i:519;s:5:\"4:518\";i:520;s:5:\"4:519\";i:521;s:5:\"4:520\";i:522;s:5:\"4:521\";i:523;s:5:\"4:522\";i:524;s:5:\"4:523\";i:525;s:5:\"4:524\";i:526;s:5:\"4:525\";i:527;s:5:\"4:526\";i:528;s:5:\"4:527\";i:529;s:5:\"4:528\";i:530;s:5:\"4:529\";i:531;s:5:\"4:530\";i:532;s:5:\"4:531\";i:533;s:5:\"4:532\";i:534;s:5:\"4:533\";i:535;s:5:\"4:534\";i:536;s:5:\"4:535\";i:537;s:5:\"4:536\";i:538;s:5:\"4:537\";i:539;s:5:\"4:538\";i:540;s:5:\"4:539\";i:541;s:5:\"4:540\";i:542;s:5:\"4:541\";i:543;s:5:\"4:542\";i:544;s:5:\"4:543\";i:545;s:5:\"4:544\";i:546;s:5:\"4:545\";i:547;s:5:\"4:546\";i:548;s:5:\"4:547\";i:549;s:5:\"4:548\";i:550;s:5:\"4:549\";i:551;s:5:\"4:550\";i:552;s:5:\"4:551\";i:553;s:5:\"4:552\";i:554;s:5:\"4:553\";i:555;s:5:\"4:554\";i:556;s:5:\"4:555\";i:557;s:5:\"4:556\";i:558;s:5:\"4:557\";i:559;s:5:\"4:558\";i:560;s:5:\"4:559\";i:561;s:5:\"4:560\";i:562;s:5:\"4:561\";i:563;s:5:\"4:562\";i:564;s:5:\"4:563\";i:565;s:5:\"4:564\";i:566;s:5:\"4:565\";i:567;s:5:\"4:566\";i:568;s:5:\"4:567\";i:569;s:5:\"4:568\";i:570;s:5:\"4:569\";i:571;s:5:\"4:570\";i:572;s:5:\"4:571\";i:573;s:5:\"4:572\";i:574;s:5:\"4:573\";i:575;s:5:\"4:574\";i:576;s:5:\"4:575\";i:577;s:5:\"4:576\";i:578;s:5:\"4:577\";i:579;s:5:\"4:578\";i:580;s:5:\"4:579\";i:581;s:5:\"4:580\";i:582;s:5:\"4:581\";i:583;s:5:\"4:582\";i:584;s:5:\"4:583\";i:585;s:5:\"4:584\";i:586;s:5:\"4:585\";i:587;s:5:\"4:586\";i:588;s:5:\"4:587\";i:589;s:5:\"4:588\";i:590;s:5:\"4:589\";i:591;s:5:\"4:590\";i:592;s:5:\"4:591\";i:593;s:5:\"4:592\";i:594;s:5:\"4:593\";i:595;s:5:\"4:594\";i:596;s:5:\"4:595\";i:597;s:5:\"4:596\";i:598;s:5:\"4:597\";i:599;s:5:\"4:598\";i:600;s:5:\"4:599\";i:601;s:5:\"4:600\";i:602;s:5:\"4:601\";i:603;s:5:\"4:602\";i:604;s:5:\"4:603\";i:605;s:5:\"4:604\";i:606;s:5:\"4:605\";i:607;s:5:\"4:606\";i:608;s:5:\"4:607\";i:609;s:5:\"4:608\";i:610;s:5:\"4:609\";i:611;s:5:\"4:610\";i:612;s:5:\"4:611\";i:613;s:5:\"4:612\";i:614;s:5:\"4:613\";i:615;s:5:\"4:614\";i:616;s:5:\"4:615\";i:617;s:5:\"4:616\";i:618;s:5:\"4:617\";i:619;s:5:\"4:618\";i:620;s:5:\"4:619\";i:621;s:5:\"4:620\";i:622;s:5:\"4:621\";i:623;s:5:\"4:622\";i:624;s:5:\"4:623\";i:625;s:5:\"4:624\";i:626;s:5:\"4:625\";i:627;s:5:\"4:626\";i:628;s:5:\"4:627\";i:629;s:5:\"4:628\";i:630;s:5:\"4:629\";i:631;s:5:\"4:630\";i:632;s:5:\"4:631\";i:633;s:5:\"4:632\";i:634;s:5:\"4:633\";i:635;s:5:\"4:634\";i:636;s:5:\"4:635\";i:637;s:5:\"4:636\";i:638;s:5:\"4:637\";i:639;s:5:\"4:638\";i:640;s:5:\"4:639\";i:641;s:5:\"4:640\";i:642;s:5:\"4:641\";i:643;s:5:\"4:642\";i:644;s:5:\"4:643\";i:645;s:5:\"4:644\";i:646;s:5:\"4:645\";i:647;s:5:\"4:646\";i:648;s:5:\"4:647\";i:649;s:5:\"4:648\";i:650;s:5:\"4:649\";i:651;s:5:\"4:650\";i:652;s:5:\"4:651\";i:653;s:5:\"4:652\";i:654;s:5:\"4:653\";i:655;s:5:\"4:654\";i:656;s:5:\"4:655\";i:657;s:5:\"4:656\";i:658;s:5:\"4:657\";i:659;s:5:\"4:658\";i:660;s:5:\"4:659\";i:661;s:5:\"4:660\";i:662;s:5:\"4:661\";i:663;s:5:\"4:662\";i:664;s:5:\"4:663\";i:665;s:5:\"4:664\";i:666;s:5:\"4:665\";i:667;s:5:\"4:666\";i:668;s:5:\"4:667\";i:669;s:5:\"4:668\";i:670;s:5:\"4:669\";i:671;s:5:\"4:670\";i:672;s:5:\"4:671\";i:673;s:5:\"4:672\";i:674;s:5:\"4:673\";i:675;s:5:\"4:674\";i:676;s:5:\"4:675\";i:677;s:5:\"4:676\";i:678;s:5:\"4:677\";i:679;s:5:\"4:678\";i:680;s:5:\"4:679\";i:681;s:5:\"4:680\";i:682;s:5:\"4:681\";i:683;s:5:\"4:682\";i:684;s:5:\"4:683\";i:685;s:5:\"4:684\";i:686;s:5:\"4:685\";i:687;s:5:\"4:686\";i:688;s:5:\"4:687\";i:689;s:5:\"4:688\";i:690;s:5:\"4:689\";i:691;s:5:\"4:690\";i:692;s:5:\"4:691\";i:693;s:5:\"4:692\";i:694;s:5:\"4:693\";i:695;s:5:\"4:694\";i:696;s:5:\"4:695\";i:697;s:5:\"4:696\";i:698;s:5:\"4:697\";i:699;s:5:\"4:698\";i:700;s:5:\"4:699\";i:701;s:5:\"4:700\";i:702;s:5:\"4:701\";i:703;s:5:\"4:702\";i:704;s:5:\"4:703\";i:705;s:5:\"4:704\";i:706;s:5:\"4:705\";i:707;s:5:\"4:706\";i:708;s:5:\"4:707\";i:709;s:5:\"4:708\";i:710;s:5:\"4:709\";i:711;s:5:\"4:710\";i:712;s:5:\"4:711\";i:713;s:5:\"4:712\";i:714;s:5:\"4:713\";i:715;s:5:\"4:714\";i:716;s:5:\"4:715\";i:717;s:5:\"4:716\";i:718;s:5:\"4:717\";i:719;s:5:\"4:718\";i:720;s:5:\"4:719\";i:721;s:5:\"4:720\";i:722;s:5:\"4:721\";i:723;s:5:\"4:722\";i:724;s:5:\"4:723\";i:725;s:5:\"4:724\";i:726;s:5:\"4:725\";i:727;s:5:\"4:726\";i:728;s:5:\"4:727\";i:729;s:5:\"4:728\";i:730;s:5:\"4:729\";i:731;s:5:\"4:730\";i:732;s:5:\"4:731\";i:733;s:5:\"4:732\";i:734;s:5:\"4:733\";i:735;s:5:\"4:734\";i:736;s:5:\"4:735\";i:737;s:5:\"4:736\";i:738;s:5:\"4:737\";i:739;s:5:\"4:738\";i:740;s:5:\"4:739\";i:741;s:5:\"4:740\";i:742;s:5:\"4:741\";i:743;s:5:\"4:742\";i:744;s:5:\"4:743\";i:745;s:5:\"4:744\";i:746;s:5:\"4:745\";i:747;s:5:\"4:746\";i:748;s:5:\"4:747\";i:749;s:5:\"4:748\";i:750;s:5:\"4:749\";i:751;s:5:\"4:750\";i:752;s:5:\"4:751\";i:753;s:5:\"4:752\";i:754;s:5:\"4:753\";i:755;s:5:\"4:754\";i:756;s:5:\"4:755\";i:757;s:5:\"4:756\";i:758;s:5:\"4:757\";i:759;s:5:\"4:758\";i:760;s:5:\"4:759\";i:761;s:5:\"4:760\";i:762;s:5:\"4:761\";i:763;s:5:\"4:762\";i:764;s:5:\"4:763\";i:765;s:5:\"4:764\";i:766;s:5:\"4:765\";i:767;s:5:\"4:766\";i:768;s:5:\"4:767\";i:769;s:5:\"4:768\";i:770;s:5:\"4:769\";i:771;s:5:\"4:770\";i:772;s:5:\"4:771\";i:773;s:5:\"4:772\";i:774;s:5:\"4:773\";i:775;s:5:\"4:774\";i:776;s:5:\"4:775\";i:777;s:5:\"4:776\";i:778;s:5:\"4:777\";i:779;s:5:\"4:778\";i:780;s:5:\"4:779\";i:781;s:5:\"4:780\";i:782;s:5:\"4:781\";i:783;s:5:\"4:782\";i:784;s:5:\"4:783\";i:785;s:5:\"4:784\";i:786;s:5:\"4:785\";i:787;s:5:\"4:786\";i:788;s:5:\"4:787\";i:789;s:5:\"4:788\";i:790;s:5:\"4:789\";i:791;s:5:\"4:790\";i:792;s:5:\"4:791\";i:793;s:5:\"4:792\";i:794;s:5:\"4:793\";i:795;s:5:\"4:794\";i:796;s:5:\"4:795\";i:797;s:5:\"4:796\";i:798;s:5:\"4:797\";i:799;s:5:\"4:798\";i:800;s:5:\"4:799\";i:801;s:5:\"4:800\";i:802;s:5:\"4:801\";i:803;s:5:\"4:802\";i:804;s:5:\"4:803\";i:805;s:5:\"4:804\";i:806;s:5:\"4:805\";i:807;s:5:\"4:806\";i:808;s:5:\"4:807\";i:809;s:5:\"4:808\";i:810;s:5:\"4:809\";i:811;s:5:\"4:810\";i:812;s:5:\"4:811\";i:813;s:5:\"4:812\";i:814;s:5:\"4:813\";i:815;s:5:\"4:814\";i:816;s:5:\"4:815\";i:817;s:5:\"4:816\";i:818;s:5:\"4:817\";i:819;s:5:\"4:818\";i:820;s:5:\"4:819\";i:821;s:5:\"4:820\";i:822;s:5:\"4:821\";i:823;s:5:\"4:822\";i:824;s:5:\"4:823\";i:825;s:5:\"4:824\";i:826;s:5:\"4:825\";i:827;s:5:\"4:826\";i:828;s:5:\"4:827\";i:829;s:5:\"4:828\";i:830;s:5:\"4:829\";i:831;s:5:\"4:830\";i:832;s:5:\"4:831\";i:833;s:5:\"4:832\";i:834;s:5:\"4:833\";i:835;s:5:\"4:834\";i:836;s:5:\"4:835\";i:837;s:5:\"4:836\";i:838;s:5:\"4:837\";i:839;s:5:\"4:838\";i:840;s:5:\"4:839\";i:841;s:5:\"4:840\";i:842;s:5:\"4:841\";i:843;s:5:\"4:842\";i:844;s:5:\"4:843\";i:845;s:5:\"4:844\";i:846;s:5:\"4:845\";i:847;s:5:\"4:846\";i:848;s:5:\"4:847\";i:849;s:5:\"4:848\";i:850;s:5:\"4:849\";i:851;s:5:\"4:850\";i:852;s:5:\"4:851\";i:853;s:5:\"4:852\";i:854;s:5:\"4:853\";i:855;s:5:\"4:854\";i:856;s:5:\"4:855\";i:857;s:5:\"4:856\";i:858;s:5:\"4:857\";i:859;s:5:\"4:858\";i:860;s:5:\"4:859\";i:861;s:5:\"4:860\";i:862;s:5:\"4:861\";i:863;s:5:\"4:862\";i:864;s:5:\"4:863\";i:865;s:5:\"4:864\";i:866;s:5:\"4:865\";i:867;s:5:\"4:866\";i:868;s:5:\"4:867\";i:869;s:5:\"4:868\";i:870;s:5:\"4:869\";i:871;s:5:\"4:870\";i:872;s:5:\"4:871\";i:873;s:5:\"4:872\";i:874;s:5:\"4:873\";i:875;s:5:\"4:874\";i:876;s:5:\"4:875\";i:877;s:5:\"4:876\";i:878;s:5:\"4:877\";i:879;s:5:\"4:878\";i:880;s:5:\"4:879\";i:881;s:5:\"4:880\";i:882;s:5:\"4:881\";i:883;s:5:\"4:882\";i:884;s:5:\"4:883\";i:885;s:5:\"4:884\";i:886;s:5:\"4:885\";i:887;s:5:\"4:886\";i:888;s:5:\"4:887\";i:889;s:5:\"4:888\";i:890;s:5:\"4:889\";i:891;s:5:\"4:890\";i:892;s:5:\"4:891\";i:893;s:5:\"4:892\";i:894;s:5:\"4:893\";i:895;s:5:\"4:894\";i:896;s:5:\"4:895\";i:897;s:5:\"4:896\";i:898;s:5:\"4:897\";i:899;s:5:\"4:898\";i:900;s:5:\"4:899\";i:901;s:5:\"4:900\";i:902;s:5:\"4:901\";i:903;s:5:\"4:902\";i:904;s:5:\"4:903\";i:905;s:5:\"4:904\";i:906;s:5:\"4:905\";i:907;s:5:\"4:906\";i:908;s:5:\"4:907\";i:909;s:5:\"4:908\";i:910;s:5:\"4:909\";i:911;s:5:\"4:910\";i:912;s:5:\"4:911\";i:913;s:5:\"4:912\";i:914;s:5:\"4:913\";i:915;s:5:\"4:914\";i:916;s:5:\"4:915\";i:917;s:5:\"4:916\";i:918;s:5:\"4:917\";i:919;s:5:\"4:918\";i:920;s:5:\"4:919\";i:921;s:5:\"4:920\";i:922;s:5:\"4:921\";i:923;s:5:\"4:922\";i:924;s:5:\"4:923\";i:925;s:5:\"4:924\";i:926;s:5:\"4:925\";i:927;s:5:\"4:926\";i:928;s:5:\"4:927\";i:929;s:5:\"4:928\";i:930;s:5:\"4:929\";i:931;s:5:\"4:930\";i:932;s:5:\"4:931\";i:933;s:5:\"4:932\";i:934;s:5:\"4:933\";i:935;s:5:\"4:934\";i:936;s:5:\"4:935\";i:937;s:5:\"4:936\";i:938;s:5:\"4:937\";i:939;s:5:\"4:938\";i:940;s:5:\"4:939\";i:941;s:5:\"4:940\";i:942;s:5:\"4:941\";i:943;s:5:\"4:942\";i:944;s:5:\"4:943\";i:945;s:5:\"4:944\";i:946;s:5:\"4:945\";i:947;s:5:\"4:946\";i:948;s:3:\"4:2\";i:949;s:3:\"4:4\";i:950;s:3:\"4:3\";i:951;s:3:\"4:5\";i:952;s:5:\"4:947\";i:953;s:5:\"4:948\";i:954;s:5:\"4:949\";i:955;s:5:\"4:950\";i:956;s:5:\"4:951\";i:957;s:5:\"4:952\";i:958;s:5:\"4:953\";i:959;s:5:\"4:954\";i:960;s:5:\"4:955\";i:961;s:5:\"4:956\";i:962;s:5:\"4:957\";i:963;s:5:\"4:958\";i:964;s:5:\"4:959\";i:965;s:5:\"4:960\";i:966;s:5:\"4:961\";i:967;s:5:\"4:962\";i:968;s:5:\"4:963\";i:969;s:5:\"4:964\";i:970;s:5:\"4:965\";i:971;s:5:\"4:966\";i:972;s:5:\"4:967\";i:973;s:5:\"4:968\";i:974;s:5:\"4:969\";i:975;s:5:\"4:970\";i:976;s:5:\"4:971\";i:977;s:5:\"4:972\";i:978;s:5:\"4:973\";i:979;s:5:\"4:974\";i:980;s:5:\"4:975\";i:981;s:5:\"4:976\";i:982;s:5:\"4:977\";i:983;s:5:\"4:978\";i:984;s:5:\"4:979\";i:985;s:5:\"4:980\";i:986;s:5:\"4:981\";i:987;s:5:\"4:982\";i:988;s:5:\"4:983\";i:989;s:5:\"4:984\";i:990;s:5:\"4:985\";i:991;s:5:\"4:986\";i:992;s:5:\"4:987\";i:993;s:5:\"4:988\";i:994;s:5:\"4:989\";i:995;s:5:\"4:990\";i:996;s:5:\"4:991\";i:997;s:5:\"4:992\";i:998;s:5:\"4:993\";i:999;s:5:\"4:994\";i:1000;s:5:\"4:995\";i:1001;s:5:\"4:996\";i:1002;s:5:\"4:997\";i:1003;s:5:\"4:998\";i:1004;s:5:\"4:999\";i:1005;s:6:\"4:1000\";i:1006;s:6:\"4:1001\";i:1007;s:6:\"4:1002\";i:1008;s:6:\"4:1003\";i:1009;s:6:\"4:1004\";i:1010;s:6:\"4:1005\";i:1011;s:6:\"4:1006\";i:1012;s:6:\"4:1007\";i:1013;s:6:\"4:1008\";i:1014;s:6:\"4:1009\";i:1015;s:6:\"4:1010\";i:1016;s:6:\"4:1011\";i:1017;s:6:\"4:1012\";i:1018;s:6:\"4:1013\";i:1019;s:6:\"4:1014\";i:1020;s:6:\"4:1015\";i:1021;s:6:\"4:1016\";i:1022;s:6:\"4:1017\";i:1023;s:6:\"4:1018\";i:1024;s:6:\"4:1019\";i:1025;s:6:\"4:1020\";i:1026;s:6:\"4:1021\";i:1027;s:6:\"4:1022\";i:1028;s:6:\"4:1023\";i:1029;s:6:\"4:1024\";i:1030;s:6:\"4:1025\";i:1031;s:6:\"4:1026\";i:1032;s:6:\"4:1027\";i:1033;s:6:\"4:1028\";i:1034;s:6:\"4:1029\";i:1035;s:6:\"4:1030\";i:1036;s:6:\"4:1031\";i:1037;s:6:\"4:1032\";i:1038;s:6:\"4:1033\";i:1039;s:6:\"4:1034\";i:1040;s:6:\"4:1035\";i:1041;s:6:\"4:1036\";i:1042;s:6:\"4:1037\";i:1043;s:6:\"4:1038\";i:1044;s:6:\"4:1039\";i:1045;s:6:\"4:1040\";i:1046;s:6:\"4:1041\";i:1047;s:6:\"4:1042\";i:1048;s:6:\"4:1043\";i:1049;s:6:\"4:1044\";i:1050;s:6:\"4:1045\";i:1051;s:6:\"4:1046\";i:1052;s:6:\"4:1047\";i:1053;s:6:\"4:1048\";i:1054;s:6:\"4:1049\";i:1055;s:6:\"4:1050\";i:1056;s:6:\"4:1051\";i:1057;s:6:\"4:1052\";i:1058;s:6:\"4:1053\";i:1059;s:6:\"4:1054\";i:1060;s:6:\"4:1055\";i:1061;s:6:\"4:1056\";i:1062;s:6:\"4:1057\";i:1063;s:6:\"5:1058\";i:1064;s:6:\"5:1059\";i:1065;s:6:\"5:1060\";i:1066;s:6:\"5:1061\";i:1067;s:6:\"5:1062\";i:1068;s:6:\"5:1063\";i:1069;s:6:\"5:1064\";i:1070;s:6:\"5:1065\";i:1071;s:6:\"5:1066\";i:1072;s:6:\"5:1067\";i:1073;s:6:\"5:1068\";i:1074;s:6:\"5:1069\";i:1075;s:6:\"5:1070\";i:1076;s:6:\"5:1071\";i:1077;s:6:\"5:1072\";i:1078;s:6:\"5:1073\";i:1079;s:6:\"5:1074\";i:1080;s:6:\"5:1075\";i:1081;s:6:\"5:1076\";i:1082;s:6:\"5:1077\";i:1083;s:6:\"5:1078\";i:1084;s:6:\"5:1079\";i:1085;s:6:\"5:1080\";i:1086;s:6:\"5:1081\";i:1087;s:6:\"5:1082\";i:1088;s:6:\"5:1083\";i:1089;s:3:\"5:1\";i:1090;s:6:\"5:1084\";i:1091;s:6:\"5:1085\";i:1092;s:6:\"5:1086\";i:1093;s:6:\"6:1087\";i:1094;s:6:\"6:1088\";i:1095;s:4:\"6:36\";i:1096;s:4:\"6:37\";i:1097;s:6:\"6:1089\";i:1098;s:4:\"6:46\";i:1099;s:6:\"6:1090\";i:1100;s:6:\"6:1091\";i:1101;s:6:\"6:1092\";i:1102;s:6:\"6:1093\";i:1103;s:6:\"6:1094\";i:1104;s:6:\"6:1095\";i:1105;s:6:\"6:1096\";i:1106;s:6:\"6:1097\";i:1107;s:6:\"6:1098\";i:1108;s:6:\"6:1099\";i:1109;s:6:\"6:1100\";i:1110;s:6:\"6:1101\";i:1111;s:6:\"6:1102\";i:1112;s:6:\"6:1103\";i:1113;s:6:\"6:1104\";i:1114;s:6:\"6:1105\";i:1115;s:6:\"6:1106\";i:1116;s:6:\"6:1107\";i:1117;s:6:\"6:1108\";i:1118;s:6:\"6:1109\";i:1119;s:6:\"6:1110\";i:1120;s:6:\"6:1111\";i:1121;s:6:\"6:1112\";i:1122;s:6:\"6:1113\";i:1123;s:6:\"6:1114\";i:1124;s:6:\"6:1115\";i:1125;s:6:\"6:1116\";i:1126;s:6:\"6:1117\";i:1127;s:6:\"6:1118\";i:1128;s:6:\"6:1119\";i:1129;s:6:\"6:1120\";i:1130;s:6:\"6:1121\";i:1131;s:6:\"6:1122\";i:1132;s:6:\"6:1123\";i:1133;s:6:\"6:1124\";i:1134;s:6:\"6:1125\";i:1135;s:6:\"6:1126\";i:1136;s:6:\"6:1127\";i:1137;s:6:\"6:1128\";i:1138;s:6:\"6:1129\";i:1139;s:6:\"6:1130\";i:1140;s:6:\"6:1131\";i:1141;s:6:\"6:1132\";i:1142;s:6:\"6:1133\";i:1143;s:6:\"6:1134\";i:1144;s:6:\"6:1135\";i:1145;s:6:\"6:1136\";i:1146;s:6:\"6:1137\";i:1147;s:6:\"6:1060\";i:1148;s:6:\"6:1138\";i:1149;s:6:\"6:1139\";i:1150;s:6:\"6:1140\";i:1151;s:6:\"6:1141\";i:1152;s:6:\"6:1142\";i:1153;s:6:\"6:1143\";i:1154;s:6:\"6:1144\";i:1155;s:6:\"6:1145\";i:1156;s:6:\"6:1146\";i:1157;s:6:\"6:1147\";i:1158;s:6:\"6:1148\";i:1159;s:6:\"6:1149\";i:1160;s:6:\"6:1150\";i:1161;s:6:\"6:1151\";i:1162;s:6:\"6:1152\";i:1163;s:6:\"6:1153\";i:1164;s:6:\"6:1154\";i:1165;s:6:\"6:1155\";i:1166;s:6:\"6:1156\";i:1167;s:6:\"6:1157\";i:1168;s:6:\"6:1158\";i:1169;s:6:\"6:1159\";i:1170;s:6:\"6:1160\";i:1171;s:6:\"6:1161\";i:1172;s:6:\"6:1162\";i:1173;s:6:\"6:1163\";i:1174;s:6:\"6:1164\";i:1175;s:6:\"6:1165\";i:1176;s:6:\"6:1166\";i:1177;s:6:\"6:1167\";i:1178;s:6:\"6:1168\";i:1179;s:6:\"6:1169\";i:1180;s:6:\"6:1170\";i:1181;s:6:\"6:1171\";i:1182;s:6:\"6:1172\";i:1183;s:4:\"6:38\";i:1184;s:6:\"6:1173\";i:1185;s:6:\"6:1174\";i:1186;s:6:\"6:1175\";i:1187;s:4:\"6:78\";i:1188;s:6:\"6:1176\";i:1189;s:6:\"6:1177\";i:1190;s:6:\"6:1178\";i:1191;s:6:\"6:1179\";i:1192;s:6:\"6:1180\";i:1193;s:6:\"6:1181\";i:1194;s:6:\"6:1182\";i:1195;s:6:\"6:1183\";i:1196;s:6:\"6:1184\";i:1197;s:6:\"6:1185\";i:1198;s:6:\"6:1186\";i:1199;s:6:\"6:1187\";i:1200;s:6:\"6:1188\";i:1201;s:6:\"6:1189\";i:1202;s:6:\"6:1190\";i:1203;s:6:\"6:1191\";i:1204;s:6:\"6:1192\";i:1205;s:6:\"6:1193\";i:1206;s:6:\"6:1194\";i:1207;s:6:\"6:1195\";i:1208;s:6:\"6:1196\";i:1209;s:6:\"6:1197\";i:1210;s:6:\"6:1198\";i:1211;s:6:\"6:1199\";i:1212;s:6:\"6:1200\";i:1213;s:6:\"6:1201\";i:1214;s:6:\"6:1202\";i:1215;s:6:\"6:1203\";i:1216;s:6:\"6:1204\";i:1217;s:6:\"6:1205\";i:1218;s:6:\"6:1206\";i:1219;s:6:\"6:1207\";i:1220;s:6:\"6:1208\";i:1221;s:6:\"6:1209\";i:1222;s:6:\"6:1210\";i:1223;s:6:\"6:1211\";i:1224;s:6:\"6:1212\";i:1225;s:6:\"6:1213\";i:1226;s:6:\"6:1214\";i:1227;s:6:\"6:1215\";i:1228;s:6:\"6:1216\";i:1229;s:6:\"6:1217\";i:1230;s:6:\"6:1218\";i:1231;s:6:\"6:1219\";i:1232;s:6:\"6:1220\";i:1233;s:6:\"6:1221\";i:1234;s:6:\"6:1222\";i:1235;s:6:\"6:1223\";i:1236;s:6:\"6:1224\";i:1237;s:6:\"6:1225\";i:1238;s:6:\"6:1226\";i:1239;s:6:\"6:1227\";i:1240;s:6:\"6:1228\";i:1241;s:6:\"6:1229\";i:1242;s:6:\"6:1230\";i:1243;s:6:\"6:1231\";i:1244;s:6:\"6:1232\";i:1245;s:6:\"6:1233\";i:1246;s:6:\"6:1234\";i:1247;s:6:\"6:1235\";i:1248;s:6:\"6:1236\";i:1249;s:6:\"6:1237\";i:1250;s:6:\"6:1238\";i:1251;s:6:\"6:1239\";i:1252;s:6:\"6:1240\";i:1253;s:6:\"6:1241\";i:1254;s:6:\"6:1242\";i:1255;s:6:\"6:1243\";i:1256;s:6:\"6:1244\";i:1257;s:6:\"6:1245\";i:1258;s:6:\"6:1246\";i:1259;s:6:\"6:1247\";i:1260;s:6:\"6:1248\";i:1261;s:6:\"6:1249\";i:1262;s:6:\"6:1250\";i:1263;s:6:\"6:1251\";i:1264;s:6:\"6:1252\";i:1265;s:6:\"6:1253\";i:1266;s:6:\"6:1254\";i:1267;s:6:\"6:1255\";i:1268;s:6:\"6:1256\";i:1269;s:6:\"6:1257\";i:1270;s:6:\"6:1258\";i:1271;s:6:\"6:1259\";i:1272;s:6:\"6:1260\";i:1273;s:6:\"6:1261\";i:1274;s:6:\"6:1262\";i:1275;s:6:\"6:1263\";i:1276;s:6:\"6:1264\";i:1277;s:6:\"6:1265\";i:1278;s:6:\"6:1266\";i:1279;s:6:\"6:1267\";i:1280;s:6:\"6:1268\";i:1281;s:6:\"6:1269\";i:1282;s:6:\"6:1270\";i:1283;s:6:\"6:1271\";i:1284;s:6:\"6:1272\";i:1285;s:6:\"6:1273\";i:1286;s:6:\"6:1274\";i:1287;s:6:\"6:1275\";i:1288;s:6:\"6:1276\";i:1289;s:6:\"6:1277\";i:1290;s:6:\"6:1278\";i:1291;s:6:\"6:1279\";i:1292;s:6:\"6:1280\";i:1293;s:6:\"6:1281\";i:1294;s:6:\"6:1282\";i:1295;s:6:\"6:1283\";i:1296;s:6:\"6:1284\";i:1297;s:6:\"6:1285\";i:1298;s:6:\"6:1286\";i:1299;s:6:\"6:1287\";i:1300;s:6:\"6:1288\";i:1301;s:6:\"6:1289\";i:1302;s:6:\"6:1290\";i:1303;s:6:\"6:1291\";i:1304;s:6:\"6:1292\";i:1305;s:6:\"6:1293\";i:1306;s:6:\"6:1294\";i:1307;s:6:\"6:1295\";i:1308;s:6:\"6:1296\";i:1309;s:6:\"6:1297\";i:1310;s:6:\"6:1298\";i:1311;s:6:\"6:1299\";i:1312;s:6:\"6:1300\";i:1313;s:6:\"6:1301\";i:1314;s:6:\"6:1302\";i:1315;s:6:\"6:1303\";i:1316;s:6:\"6:1304\";i:1317;s:6:\"6:1305\";i:1318;s:6:\"6:1306\";i:1319;s:6:\"6:1307\";i:1320;s:6:\"6:1308\";i:1321;s:6:\"6:1309\";i:1322;s:6:\"6:1310\";i:1323;s:6:\"6:1311\";i:1324;s:6:\"6:1312\";i:1325;s:6:\"6:1313\";i:1326;s:6:\"6:1314\";i:1327;s:6:\"6:1315\";i:1328;s:5:\"6:726\";i:1329;s:6:\"6:1316\";i:1330;s:6:\"6:1317\";i:1331;s:6:\"6:1318\";i:1332;s:6:\"6:1319\";i:1333;s:6:\"6:1320\";i:1334;s:6:\"6:1321\";i:1335;s:6:\"6:1322\";i:1336;s:6:\"6:1323\";i:1337;s:6:\"6:1324\";i:1338;s:6:\"6:1325\";i:1339;s:6:\"6:1326\";i:1340;s:6:\"6:1327\";i:1341;s:6:\"6:1328\";i:1342;s:6:\"6:1329\";i:1343;s:6:\"6:1330\";i:1344;s:6:\"6:1331\";i:1345;s:6:\"6:1332\";i:1346;s:6:\"6:1333\";i:1347;s:6:\"6:1334\";i:1348;s:6:\"6:1335\";i:1349;s:6:\"6:1336\";i:1350;s:6:\"6:1337\";i:1351;s:6:\"6:1338\";i:1352;s:6:\"6:1339\";i:1353;s:6:\"6:1340\";i:1354;s:6:\"6:1027\";i:1355;s:6:\"6:1028\";i:1356;s:6:\"6:1030\";i:1357;s:6:\"6:1031\";i:1358;s:6:\"6:1022\";i:1359;s:6:\"6:1341\";i:1360;s:6:\"6:1342\";i:1361;s:6:\"6:1343\";i:1362;s:6:\"6:1344\";i:1363;s:6:\"6:1345\";i:1364;s:6:\"6:1346\";i:1365;s:6:\"6:1347\";i:1366;s:6:\"6:1348\";i:1367;s:6:\"6:1349\";i:1368;s:6:\"6:1350\";i:1369;s:6:\"6:1351\";i:1370;s:6:\"6:1352\";i:1371;s:6:\"6:1353\";i:1372;s:6:\"6:1354\";i:1373;s:6:\"6:1355\";i:1374;s:5:\"6:959\";i:1375;s:6:\"6:1356\";i:1376;s:6:\"6:1357\";i:1377;s:6:\"6:1358\";i:1378;s:6:\"6:1359\";i:1379;s:6:\"6:1360\";i:1380;s:6:\"6:1361\";i:1381;s:6:\"6:1362\";i:1382;s:6:\"6:1363\";i:1383;s:6:\"6:1364\";i:1384;s:6:\"6:1365\";i:1385;s:6:\"6:1366\";i:1386;s:6:\"6:1367\";i:1387;s:6:\"6:1368\";i:1388;s:6:\"6:1369\";i:1389;s:6:\"6:1370\";i:1390;s:6:\"6:1371\";i:1391;s:6:\"6:1372\";i:1392;s:6:\"6:1373\";i:1393;s:5:\"6:947\";i:1394;s:6:\"6:1374\";i:1395;s:6:\"6:1375\";i:1396;s:6:\"6:1376\";i:1397;s:6:\"6:1377\";i:1398;s:6:\"6:1378\";i:1399;s:6:\"6:1379\";i:1400;s:6:\"6:1380\";i:1401;s:6:\"6:1381\";i:1402;s:6:\"6:1382\";i:1403;s:6:\"6:1383\";i:1404;s:6:\"6:1384\";i:1405;s:6:\"6:1385\";i:1406;s:6:\"6:1386\";i:1407;s:6:\"6:1387\";i:1408;s:6:\"6:1388\";i:1409;s:5:\"6:991\";i:1410;s:6:\"6:1389\";i:1411;s:6:\"6:1390\";i:1412;s:6:\"6:1391\";i:1413;s:6:\"6:1392\";i:1414;s:6:\"6:1393\";i:1415;s:6:\"6:1394\";i:1416;s:6:\"6:1395\";i:1417;s:6:\"6:1396\";i:1418;s:6:\"6:1397\";i:1419;s:6:\"6:1398\";i:1420;s:6:\"6:1399\";i:1421;s:6:\"6:1400\";i:1422;s:6:\"6:1401\";i:1423;s:6:\"6:1402\";i:1424;s:6:\"6:1403\";i:1425;s:6:\"6:1055\";i:1426;s:6:\"6:1404\";i:1427;s:6:\"7:1405\";i:1428;s:6:\"7:1402\";i:1429;s:6:\"7:1406\";i:1430;s:6:\"7:1407\";i:1431;s:6:\"8:1408\";i:1432;s:6:\"8:1409\";i:1433;s:6:\"8:1410\";i:1434;s:6:\"8:1411\";i:1435;s:6:\"8:1412\";i:1436;s:6:\"8:1413\";i:1437;s:6:\"8:1414\";i:1438;s:6:\"8:1415\";i:1439;s:6:\"8:1416\";i:1440;s:6:\"9:1417\";i:1441;s:6:\"9:1418\";i:1442;s:6:\"9:1419\";i:1443;s:6:\"9:1420\";i:1444;s:6:\"9:1421\";i:1445;s:6:\"9:1422\";i:1446;s:6:\"9:1423\";i:1447;s:6:\"9:1424\";i:1448;s:6:\"9:1425\";i:1449;s:6:\"9:1426\";i:1450;s:6:\"9:1427\";i:1451;s:6:\"9:1428\";i:1452;s:6:\"9:1429\";i:1453;s:6:\"9:1430\";i:1454;s:6:\"9:1431\";i:1455;s:6:\"9:1432\";i:1456;s:6:\"9:1433\";i:1457;s:6:\"9:1434\";i:1458;s:6:\"9:1435\";i:1459;s:6:\"9:1436\";i:1460;s:6:\"9:1437\";i:1461;s:6:\"9:1438\";i:1462;s:6:\"9:1439\";i:1463;s:6:\"9:1440\";i:1464;s:6:\"9:1441\";i:1465;s:6:\"9:1135\";i:1466;s:6:\"9:1060\";i:1467;s:6:\"9:1442\";i:1468;s:6:\"9:1443\";i:1469;s:6:\"9:1444\";i:1470;s:6:\"9:1445\";i:1471;s:6:\"9:1446\";i:1472;s:6:\"9:1447\";i:1473;s:6:\"9:1448\";i:1474;s:6:\"9:1124\";i:1475;s:6:\"9:1126\";i:1476;s:6:\"9:1449\";i:1477;s:6:\"9:1450\";i:1478;s:6:\"9:1451\";i:1479;s:6:\"9:1452\";i:1480;s:6:\"9:1453\";i:1481;s:6:\"9:1454\";i:1482;s:6:\"9:1455\";i:1483;s:6:\"9:1456\";i:1484;s:6:\"9:1457\";i:1485;s:6:\"9:1458\";i:1486;s:6:\"9:1459\";i:1487;s:6:\"9:1460\";i:1488;s:6:\"9:1130\";i:1489;s:6:\"9:1461\";i:1490;s:6:\"9:1462\";i:1491;s:6:\"9:1463\";i:1492;s:6:\"9:1133\";i:1493;s:6:\"9:1464\";i:1494;s:6:\"9:1465\";i:1495;s:6:\"9:1466\";i:1496;s:6:\"9:1467\";i:1497;s:6:\"9:1468\";i:1498;s:6:\"9:1142\";i:1499;s:6:\"9:1469\";i:1500;s:6:\"9:1470\";i:1501;s:6:\"9:1147\";i:1502;s:6:\"9:1167\";i:1503;s:6:\"9:1168\";i:1504;s:6:\"9:1169\";i:1505;s:6:\"9:1171\";i:1506;s:6:\"9:1172\";i:1507;s:6:\"9:1471\";i:1508;s:6:\"9:1472\";i:1509;s:6:\"9:1473\";i:1510;s:6:\"9:1474\";i:1511;s:6:\"9:1475\";i:1512;s:6:\"9:1476\";i:1513;s:6:\"9:1477\";i:1514;s:6:\"9:1478\";i:1515;s:6:\"9:1479\";i:1516;s:6:\"9:1480\";i:1517;s:6:\"9:1481\";i:1518;s:6:\"9:1482\";i:1519;s:6:\"9:1483\";i:1520;s:6:\"9:1484\";i:1521;s:6:\"9:1485\";i:1522;s:6:\"9:1486\";i:1523;s:6:\"9:1487\";i:1524;s:6:\"9:1488\";i:1525;s:6:\"9:1489\";i:1526;s:6:\"9:1490\";i:1527;s:6:\"9:1491\";i:1528;s:6:\"9:1492\";i:1529;s:6:\"9:1493\";i:1530;s:6:\"9:1494\";i:1531;s:6:\"9:1495\";i:1532;s:6:\"9:1174\";i:1533;s:6:\"9:1496\";i:1534;s:6:\"9:1497\";i:1535;s:6:\"9:1498\";i:1536;s:6:\"9:1499\";i:1537;s:6:\"9:1500\";i:1538;s:6:\"9:1501\";i:1539;s:6:\"9:1502\";i:1540;s:6:\"9:1503\";i:1541;s:6:\"9:1504\";i:1542;s:6:\"9:1505\";i:1543;s:6:\"9:1506\";i:1544;s:6:\"9:1507\";i:1545;s:6:\"9:1508\";i:1546;s:6:\"9:1509\";i:1547;s:6:\"9:1510\";i:1548;s:6:\"9:1511\";i:1549;s:6:\"9:1512\";i:1550;s:6:\"9:1513\";i:1551;s:6:\"9:1514\";i:1552;s:6:\"9:1515\";i:1553;s:6:\"9:1516\";i:1554;s:6:\"9:1517\";i:1555;s:6:\"9:1518\";i:1556;s:6:\"9:1519\";i:1557;s:6:\"9:1520\";i:1558;s:6:\"9:1521\";i:1559;s:6:\"9:1522\";i:1560;s:6:\"9:1523\";i:1561;s:6:\"9:1524\";i:1562;s:6:\"9:1525\";i:1563;s:6:\"9:1526\";i:1564;s:6:\"9:1527\";i:1565;s:6:\"9:1528\";i:1566;s:6:\"9:1529\";i:1567;s:6:\"9:1530\";i:1568;s:6:\"9:1531\";i:1569;s:6:\"9:1532\";i:1570;s:6:\"9:1533\";i:1571;s:6:\"9:1534\";i:1572;s:6:\"9:1535\";i:1573;s:6:\"9:1536\";i:1574;s:6:\"9:1537\";i:1575;s:6:\"9:1538\";i:1576;s:6:\"9:1539\";i:1577;s:6:\"9:1540\";i:1578;s:6:\"9:1541\";i:1579;s:6:\"9:1542\";i:1580;s:6:\"9:1543\";i:1581;s:6:\"9:1544\";i:1582;s:6:\"9:1545\";i:1583;s:6:\"9:1546\";i:1584;s:6:\"9:1547\";i:1585;s:6:\"9:1548\";i:1586;s:6:\"9:1549\";i:1587;s:6:\"9:1550\";i:1588;s:6:\"9:1551\";i:1589;s:6:\"9:1552\";i:1590;s:6:\"9:1553\";i:1591;s:6:\"9:1554\";i:1592;s:6:\"9:1555\";i:1593;s:6:\"9:1556\";i:1594;s:6:\"9:1557\";i:1595;s:6:\"9:1558\";i:1596;s:6:\"9:1559\";i:1597;s:6:\"9:1560\";i:1598;s:6:\"9:1561\";i:1599;s:6:\"9:1562\";i:1600;s:6:\"9:1563\";i:1601;s:6:\"9:1564\";i:1602;s:6:\"9:1565\";i:1603;s:6:\"9:1566\";i:1604;s:6:\"9:1567\";i:1605;s:6:\"9:1568\";i:1606;s:6:\"9:1569\";i:1607;s:6:\"9:1570\";i:1608;s:6:\"9:1571\";i:1609;s:6:\"9:1572\";i:1610;s:6:\"9:1573\";i:1611;s:6:\"9:1574\";i:1612;s:6:\"9:1575\";i:1613;s:6:\"9:1576\";i:1614;s:6:\"9:1577\";i:1615;s:6:\"9:1578\";i:1616;s:6:\"9:1579\";i:1617;s:6:\"9:1580\";i:1618;s:6:\"9:1581\";i:1619;s:6:\"9:1582\";i:1620;s:6:\"9:1583\";i:1621;s:6:\"9:1262\";i:1622;s:6:\"9:1263\";i:1623;s:6:\"9:1261\";i:1624;s:6:\"9:1584\";i:1625;s:6:\"9:1585\";i:1626;s:6:\"9:1586\";i:1627;s:6:\"9:1587\";i:1628;s:6:\"9:1588\";i:1629;s:6:\"9:1589\";i:1630;s:6:\"9:1590\";i:1631;s:6:\"9:1591\";i:1632;s:6:\"9:1592\";i:1633;s:6:\"9:1593\";i:1634;s:6:\"9:1594\";i:1635;s:6:\"9:1595\";i:1636;s:6:\"9:1596\";i:1637;s:6:\"9:1597\";i:1638;s:6:\"9:1598\";i:1639;s:6:\"9:1279\";i:1640;s:6:\"9:1599\";i:1641;s:6:\"9:1600\";i:1642;s:6:\"9:1601\";i:1643;s:6:\"9:1602\";i:1644;s:6:\"9:1603\";i:1645;s:6:\"9:1604\";i:1646;s:6:\"9:1605\";i:1647;s:6:\"9:1606\";i:1648;s:6:\"9:1607\";i:1649;s:6:\"9:1608\";i:1650;s:6:\"9:1609\";i:1651;s:6:\"9:1610\";i:1652;s:6:\"9:1611\";i:1653;s:6:\"9:1612\";i:1654;s:6:\"9:1613\";i:1655;s:6:\"9:1614\";i:1656;s:6:\"9:1615\";i:1657;s:6:\"9:1616\";i:1658;s:6:\"9:1617\";i:1659;s:6:\"9:1618\";i:1660;s:6:\"9:1619\";i:1661;s:6:\"9:1620\";i:1662;s:6:\"9:1621\";i:1663;s:6:\"9:1622\";i:1664;s:6:\"9:1623\";i:1665;s:6:\"9:1624\";i:1666;s:6:\"9:1625\";i:1667;s:6:\"9:1626\";i:1668;s:6:\"9:1627\";i:1669;s:5:\"9:726\";i:1670;s:6:\"9:1316\";i:1671;s:6:\"9:1628\";i:1672;s:6:\"9:1629\";i:1673;s:6:\"9:1630\";i:1674;s:6:\"9:1631\";i:1675;s:6:\"9:1632\";i:1676;s:6:\"9:1633\";i:1677;s:6:\"9:1634\";i:1678;s:6:\"9:1635\";i:1679;s:6:\"9:1636\";i:1680;s:6:\"9:1637\";i:1681;s:6:\"9:1638\";i:1682;s:6:\"9:1639\";i:1683;s:6:\"9:1640\";i:1684;s:6:\"9:1331\";i:1685;s:6:\"9:1641\";i:1686;s:6:\"9:1642\";i:1687;s:6:\"9:1643\";i:1688;s:6:\"9:1644\";i:1689;s:6:\"9:1645\";i:1690;s:6:\"9:1646\";i:1691;s:6:\"9:1647\";i:1692;s:6:\"9:1346\";i:1693;s:6:\"9:1648\";i:1694;s:6:\"9:1649\";i:1695;s:6:\"9:1650\";i:1696;s:6:\"9:1651\";i:1697;s:6:\"9:1652\";i:1698;s:6:\"9:1405\";i:1699;s:6:\"9:1653\";i:1700;s:6:\"9:1654\";i:1701;s:6:\"9:1655\";i:1702;s:6:\"9:1360\";i:1703;s:6:\"9:1656\";i:1704;s:6:\"9:1657\";i:1705;s:6:\"9:1658\";i:1706;s:6:\"9:1659\";i:1707;s:6:\"9:1057\";i:1708;s:6:\"9:1660\";i:1709;s:6:\"9:1661\";i:1710;s:6:\"9:1662\";i:1711;s:6:\"9:1663\";i:1712;s:6:\"9:1664\";i:1713;s:7:\"10:1665\";i:1714;s:7:\"10:1666\";i:1715;s:7:\"10:1667\";i:1716;s:7:\"10:1668\";i:1717;s:7:\"10:1669\";i:1718;s:7:\"10:1670\";i:1719;s:7:\"10:1671\";i:1720;s:7:\"10:1672\";i:1721;s:7:\"10:1673\";i:1722;s:7:\"10:1674\";i:1723;s:7:\"10:1675\";i:1724;s:7:\"10:1676\";i:1725;s:7:\"10:1677\";i:1726;s:7:\"10:1678\";i:1727;s:7:\"10:1118\";i:1728;s:7:\"10:1679\";i:1729;s:7:\"10:1463\";i:1730;s:7:\"10:1133\";i:1731;s:7:\"10:1680\";i:1732;s:7:\"10:1681\";i:1733;s:7:\"10:1682\";i:1734;s:7:\"10:1060\";i:1735;s:7:\"10:1683\";i:1736;s:7:\"10:1684\";i:1737;s:7:\"10:1685\";i:1738;s:7:\"10:1686\";i:1739;s:7:\"10:1687\";i:1740;s:7:\"10:1688\";i:1741;s:7:\"10:1689\";i:1742;s:7:\"10:1690\";i:1743;s:7:\"10:1486\";i:1744;s:7:\"10:1488\";i:1745;s:7:\"10:1489\";i:1746;s:7:\"10:1452\";i:1747;s:7:\"10:1147\";i:1748;s:7:\"10:1467\";i:1749;s:7:\"10:1468\";i:1750;s:7:\"10:1691\";i:1751;s:7:\"10:1174\";i:1752;s:7:\"10:1171\";i:1753;s:7:\"10:1088\";i:1754;s:7:\"10:1621\";i:1755;s:7:\"10:1692\";i:1756;s:7:\"10:1693\";i:1757;s:7:\"10:1694\";i:1758;s:7:\"10:1695\";i:1759;s:7:\"10:1696\";i:1760;s:6:\"10:726\";i:1761;s:7:\"10:1316\";i:1762;s:7:\"10:1317\";i:1763;s:7:\"10:1634\";i:1764;s:7:\"10:1697\";i:1765;s:7:\"10:1637\";i:1766;s:7:\"10:1640\";i:1767;s:7:\"10:1698\";i:1768;s:7:\"10:1699\";i:1769;s:7:\"10:1331\";i:1770;s:7:\"10:1360\";i:1771;s:7:\"10:1700\";i:1772;s:7:\"10:1701\";i:1773;s:7:\"10:1647\";i:1774;s:7:\"10:1346\";i:1775;s:7:\"10:1702\";i:1776;s:7:\"10:1415\";i:1777;s:7:\"10:1703\";i:1778;s:7:\"11:1354\";i:1779;s:7:\"11:1704\";i:1780;s:7:\"11:1705\";i:1781;s:7:\"12:1706\";i:1782;s:7:\"13:1707\";i:1783;s:7:\"14:1708\";i:1784;s:7:\"14:1709\";i:1785;s:7:\"14:1710\";i:1786;s:7:\"14:1711\";i:1787;s:7:\"14:1712\";i:1788;s:7:\"14:1713\";i:1789;s:7:\"14:1714\";i:1790;s:7:\"15:1715\";i:1791;s:7:\"15:1716\";i:1792;s:7:\"16:1717\";i:1793;s:7:\"16:1497\";i:1794;s:7:\"17:1718\";i:1795;s:7:\"17:1472\";i:1796;s:7:\"17:1471\";i:1797;s:7:\"17:1719\";i:1798;s:7:\"17:1720\";i:1799;s:7:\"17:1721\";i:1800;s:7:\"17:1722\";i:1801;s:7:\"17:1061\";i:1802;s:7:\"17:1723\";i:1803;s:7:\"17:1724\";i:1804;s:7:\"17:1725\";i:1805;s:7:\"17:1726\";i:1806;s:7:\"17:1727\";i:1807;s:7:\"17:1478\";i:1808;s:7:\"17:1728\";i:1809;s:7:\"17:1480\";i:1810;s:7:\"17:1729\";i:1811;s:7:\"17:1730\";i:1812;s:7:\"17:1481\";i:1813;s:7:\"17:1731\";i:1814;s:7:\"17:1484\";i:1815;s:7:\"17:1732\";i:1816;s:7:\"17:1486\";i:1817;s:7:\"17:1487\";i:1818;s:7:\"17:1488\";i:1819;s:7:\"17:1489\";i:1820;s:7:\"17:1436\";i:1821;s:7:\"17:1733\";i:1822;s:7:\"17:1734\";i:1823;s:7:\"18:1168\";i:1824;s:7:\"18:1171\";i:1825;s:7:\"19:1735\";i:1826;s:7:\"19:1169\";i:1827;s:7:\"20:1736\";i:1828;s:7:\"20:1737\";i:1829;s:7:\"20:1738\";i:1830;s:7:\"20:1739\";i:1831;s:7:\"20:1740\";i:1832;s:7:\"20:1741\";i:1833;s:7:\"20:1742\";i:1834;s:7:\"20:1743\";i:1835;s:7:\"21:1744\";i:1836;s:7:\"21:1745\";i:1837;s:7:\"21:1746\";i:1838;s:7:\"21:1747\";i:1839;s:7:\"22:1748\";i:1840;s:7:\"22:1749\";i:1841;s:7:\"22:1750\";i:1842;s:7:\"23:1751\";i:1843;s:7:\"24:1752\";i:1844;s:7:\"24:1753\";i:1845;s:7:\"24:1754\";i:1846;s:7:\"24:1755\";i:1847;s:7:\"24:1756\";i:1848;s:7:\"24:1757\";i:1849;s:7:\"24:1758\";i:1850;s:7:\"24:1759\";i:1851;s:7:\"24:1760\";i:1852;s:7:\"24:1761\";i:1853;s:7:\"24:1762\";i:1854;s:7:\"24:1763\";i:1855;s:7:\"24:1764\";i:1856;s:7:\"24:1765\";i:1857;s:7:\"24:1766\";i:1858;s:7:\"24:1767\";i:1859;s:7:\"24:1768\";i:1860;s:7:\"24:1769\";i:1861;s:7:\"24:1770\";i:1862;s:7:\"24:1771\";i:1863;s:7:\"24:1772\";i:1864;s:7:\"24:1773\";i:1865;s:7:\"24:1774\";i:1866;s:7:\"24:1775\";i:1867;s:7:\"24:1776\";i:1868;s:7:\"24:1777\";i:1869;s:7:\"24:1778\";i:1870;s:7:\"24:1779\";i:1871;s:7:\"24:1780\";i:1872;s:7:\"24:1781\";i:1873;s:7:\"24:1782\";i:1874;s:7:\"24:1783\";i:1875;s:7:\"24:1784\";i:1876;s:7:\"24:1785\";i:1877;s:7:\"24:1786\";i:1878;s:7:\"24:1787\";i:1879;s:7:\"24:1788\";i:1880;s:7:\"24:1789\";i:1881;s:7:\"24:1790\";i:1882;s:7:\"24:1791\";i:1883;s:7:\"24:1792\";i:1884;s:7:\"24:1793\";i:1885;s:7:\"24:1794\";i:1886;s:7:\"24:1795\";i:1887;s:7:\"24:1796\";i:1888;s:7:\"24:1797\";i:1889;s:7:\"24:1798\";i:1890;s:7:\"24:1799\";i:1891;s:7:\"24:1800\";i:1892;s:7:\"24:1801\";i:1893;s:7:\"24:1802\";i:1894;s:7:\"24:1803\";i:1895;s:7:\"24:1804\";i:1896;s:7:\"24:1805\";i:1897;s:7:\"24:1806\";i:1898;s:7:\"24:1807\";i:1899;s:7:\"24:1808\";i:1900;s:7:\"24:1809\";i:1901;s:7:\"24:1810\";i:1902;s:7:\"24:1811\";i:1903;s:7:\"24:1812\";i:1904;s:7:\"24:1813\";i:1905;s:7:\"24:1814\";i:1906;s:7:\"24:1815\";i:1907;s:7:\"24:1816\";i:1908;s:7:\"24:1817\";i:1909;s:7:\"24:1818\";i:1910;s:7:\"24:1819\";i:1911;s:7:\"24:1820\";i:1912;s:7:\"24:1821\";i:1913;s:7:\"24:1822\";i:1914;s:7:\"24:1823\";i:1915;s:7:\"24:1824\";i:1916;s:7:\"24:1825\";i:1917;s:7:\"24:1826\";i:1918;s:7:\"24:1827\";i:1919;s:7:\"24:1828\";i:1920;s:7:\"24:1829\";i:1921;s:7:\"24:1830\";i:1922;s:7:\"24:1831\";i:1923;s:7:\"24:1832\";i:1924;s:7:\"24:1833\";i:1925;s:7:\"24:1834\";i:1926;s:7:\"24:1835\";i:1927;s:7:\"24:1836\";i:1928;s:7:\"24:1837\";i:1929;s:7:\"24:1838\";i:1930;s:7:\"24:1839\";i:1931;s:7:\"24:1840\";i:1932;s:7:\"24:1841\";i:1933;s:7:\"24:1842\";i:1934;s:7:\"24:1843\";i:1935;s:7:\"24:1844\";i:1936;s:7:\"24:1845\";i:1937;s:7:\"24:1846\";i:1938;s:7:\"24:1847\";i:1939;s:7:\"24:1848\";i:1940;s:7:\"24:1849\";i:1941;s:7:\"24:1850\";i:1942;s:7:\"24:1851\";i:1943;s:7:\"24:1852\";i:1944;s:7:\"24:1853\";i:1945;s:7:\"24:1405\";i:1946;s:7:\"24:1854\";i:1947;s:7:\"24:1855\";i:1948;s:7:\"24:1406\";i:1949;s:7:\"24:1856\";i:1950;s:7:\"24:1857\";i:1951;s:7:\"24:1858\";i:1952;s:7:\"24:1859\";i:1953;s:7:\"24:1860\";i:1954;s:7:\"24:1861\";i:1955;s:7:\"24:1368\";i:1956;s:7:\"24:1862\";i:1957;s:7:\"24:1863\";i:1958;s:7:\"24:1864\";i:1959;s:7:\"24:1865\";i:1960;s:7:\"24:1866\";i:1961;s:7:\"24:1867\";i:1962;s:7:\"24:1868\";i:1963;s:7:\"24:1869\";i:1964;s:7:\"24:1870\";i:1965;s:7:\"24:1871\";i:1966;s:7:\"24:1872\";i:1967;s:7:\"24:1873\";i:1968;s:7:\"24:1874\";i:1969;s:7:\"24:1875\";i:1970;s:7:\"24:1876\";i:1971;s:7:\"24:1877\";i:1972;s:7:\"24:1878\";i:1973;s:7:\"24:1879\";i:1974;s:7:\"24:1880\";i:1975;s:7:\"24:1881\";i:1976;s:7:\"24:1882\";i:1977;s:7:\"24:1883\";i:1978;s:7:\"24:1884\";i:1979;s:7:\"24:1885\";i:1980;s:7:\"24:1886\";i:1981;s:7:\"24:1887\";i:1982;s:7:\"24:1888\";i:1983;s:7:\"24:1889\";i:1984;s:7:\"24:1890\";i:1985;s:7:\"24:1891\";i:1986;s:7:\"24:1892\";i:1987;s:7:\"24:1893\";i:1988;s:7:\"24:1894\";i:1989;s:7:\"24:1371\";i:1990;s:7:\"24:1895\";i:1991;s:7:\"24:1896\";i:1992;s:7:\"24:1897\";i:1993;s:7:\"24:1898\";i:1994;s:7:\"24:1357\";i:1995;s:7:\"24:1899\";i:1996;s:7:\"24:1387\";i:1997;s:7:\"24:1900\";i:1998;s:7:\"24:1901\";i:1999;s:7:\"24:1902\";i:2000;s:7:\"24:1903\";i:2001;s:7:\"24:1904\";i:2002;s:7:\"24:1905\";i:2003;s:7:\"24:1906\";i:2004;s:7:\"24:1907\";i:2005;s:7:\"24:1908\";i:2006;s:7:\"24:1374\";i:2007;s:7:\"24:1909\";i:2008;s:7:\"24:1910\";i:2009;s:7:\"24:1911\";i:2010;s:7:\"24:1912\";i:2011;s:7:\"24:1659\";i:2012;s:7:\"24:1388\";i:2013;s:6:\"24:991\";i:2014;s:7:\"24:1913\";i:2015;s:7:\"24:1369\";i:2016;s:7:\"24:1914\";i:2017;s:7:\"24:1915\";i:2018;s:7:\"24:1916\";i:2019;s:7:\"24:1917\";i:2020;s:7:\"24:1386\";i:2021;s:7:\"24:1918\";i:2022;s:7:\"24:1919\";i:2023;s:7:\"24:1385\";i:2024;s:7:\"24:1920\";i:2025;s:7:\"24:1921\";i:2026;s:7:\"24:1922\";i:2027;s:7:\"24:1923\";i:2028;s:7:\"24:1924\";i:2029;s:7:\"24:1360\";i:2030;s:7:\"24:1925\";i:2031;s:7:\"24:1926\";i:2032;s:7:\"24:1927\";i:2033;s:7:\"24:1928\";i:2034;s:7:\"24:1929\";i:2035;s:7:\"24:1930\";i:2036;s:7:\"24:1931\";i:2037;s:7:\"24:1932\";i:2038;s:7:\"24:1933\";i:2039;s:7:\"24:1934\";i:2040;s:7:\"24:1935\";i:2041;s:7:\"24:1936\";i:2042;s:7:\"24:1937\";i:2043;s:7:\"24:1938\";i:2044;s:7:\"24:1378\";i:2045;s:7:\"24:1939\";i:2046;s:7:\"24:1377\";i:2047;s:7:\"24:1940\";i:2048;s:7:\"24:1941\";i:2049;s:7:\"24:1942\";i:2050;s:7:\"24:1943\";i:2051;s:7:\"24:1944\";i:2052;s:7:\"24:1945\";i:2053;s:7:\"24:1946\";i:2054;s:7:\"24:1947\";i:2055;s:7:\"24:1948\";i:2056;s:7:\"24:1949\";i:2057;s:7:\"24:1950\";i:2058;s:7:\"24:1951\";i:2059;s:7:\"24:1952\";i:2060;s:7:\"24:1953\";i:2061;s:7:\"24:1954\";i:2062;s:7:\"24:1955\";i:2063;s:7:\"24:1956\";i:2064;s:7:\"24:1957\";i:2065;s:7:\"24:1958\";i:2066;s:7:\"24:1959\";i:2067;s:7:\"24:1960\";i:2068;s:7:\"24:1961\";i:2069;s:7:\"24:1962\";i:2070;s:7:\"24:1963\";i:2071;s:7:\"24:1964\";i:2072;s:7:\"24:1965\";i:2073;s:7:\"24:1966\";i:2074;s:7:\"24:1967\";i:2075;s:7:\"24:1968\";i:2076;s:7:\"24:1969\";i:2077;s:7:\"24:1970\";i:2078;s:7:\"24:1971\";i:2079;s:7:\"24:1972\";i:2080;s:7:\"24:1973\";i:2081;s:7:\"24:1974\";i:2082;s:7:\"24:1975\";i:2083;s:7:\"24:1976\";i:2084;s:7:\"24:1977\";i:2085;s:7:\"24:1978\";i:2086;s:7:\"24:1979\";i:2087;s:7:\"24:1980\";i:2088;s:7:\"24:1981\";i:2089;s:7:\"24:1982\";i:2090;s:7:\"24:1983\";i:2091;s:7:\"24:1984\";i:2092;s:7:\"24:1985\";i:2093;s:7:\"24:1986\";i:2094;s:7:\"24:1987\";i:2095;s:7:\"24:1988\";i:2096;s:7:\"24:1989\";i:2097;s:7:\"24:1990\";i:2098;s:7:\"24:1991\";i:2099;s:7:\"24:1992\";i:2100;s:7:\"24:1993\";i:2101;s:7:\"24:1994\";i:2102;s:7:\"24:1995\";i:2103;s:7:\"24:1996\";i:2104;s:7:\"24:1997\";i:2105;s:7:\"24:1998\";i:2106;s:7:\"24:1999\";i:2107;s:7:\"24:2000\";i:2108;s:7:\"24:2001\";i:2109;s:7:\"24:2002\";i:2110;s:7:\"24:2003\";i:2111;s:7:\"24:2004\";i:2112;s:7:\"24:2005\";i:2113;s:7:\"24:2006\";i:2114;s:7:\"24:2007\";i:2115;s:7:\"24:2008\";i:2116;s:7:\"24:2009\";i:2117;s:7:\"24:2010\";i:2118;s:7:\"24:2011\";i:2119;s:7:\"24:2012\";i:2120;s:7:\"24:2013\";i:2121;s:7:\"24:2014\";i:2122;s:7:\"24:2015\";i:2123;s:7:\"24:2016\";i:2124;s:7:\"24:2017\";i:2125;s:7:\"24:2018\";i:2126;s:7:\"24:2019\";i:2127;s:7:\"24:1415\";i:2128;s:7:\"24:2020\";i:2129;s:7:\"24:2021\";i:2130;s:7:\"24:2022\";i:2131;s:7:\"24:2023\";i:2132;s:7:\"24:2024\";i:2133;s:7:\"24:2025\";i:2134;s:7:\"24:2026\";i:2135;s:7:\"24:2027\";i:2136;s:7:\"24:2028\";i:2137;s:7:\"24:2029\";i:2138;s:7:\"24:2030\";i:2139;s:7:\"24:2031\";i:2140;s:7:\"24:2032\";i:2141;s:7:\"24:1650\";i:2142;s:7:\"24:2033\";i:2143;s:7:\"24:1651\";i:2144;s:7:\"24:2034\";i:2145;s:7:\"24:2035\";i:2146;s:7:\"24:2036\";i:2147;s:7:\"24:2037\";i:2148;s:7:\"24:2038\";i:2149;s:7:\"24:2039\";i:2150;s:7:\"24:2040\";i:2151;s:7:\"24:2041\";i:2152;s:7:\"24:2042\";i:2153;s:7:\"24:2043\";i:2154;s:7:\"24:2044\";i:2155;s:7:\"24:2045\";i:2156;s:7:\"24:2046\";i:2157;s:7:\"24:2047\";i:2158;s:7:\"24:2048\";i:2159;s:7:\"24:2049\";i:2160;s:7:\"24:2050\";i:2161;s:7:\"24:2051\";i:2162;s:7:\"24:2052\";i:2163;s:7:\"24:2053\";i:2164;s:7:\"24:2054\";i:2165;s:7:\"24:2055\";i:2166;s:7:\"24:2056\";i:2167;s:7:\"24:2057\";i:2168;s:7:\"24:2058\";i:2169;s:7:\"24:2059\";i:2170;s:7:\"24:2060\";i:2171;s:7:\"24:2061\";i:2172;s:7:\"24:2062\";i:2173;s:7:\"24:2063\";i:2174;s:7:\"24:2064\";i:2175;s:7:\"24:2065\";i:2176;s:7:\"24:2066\";i:2177;s:7:\"24:2067\";i:2178;s:7:\"24:2068\";i:2179;s:7:\"24:2069\";i:2180;s:7:\"24:2070\";i:2181;s:7:\"24:2071\";i:2182;s:7:\"24:2072\";i:2183;s:7:\"24:2073\";i:2184;s:7:\"24:1148\";i:2185;s:7:\"24:2074\";i:2186;s:7:\"24:2075\";i:2187;s:7:\"24:2076\";i:2188;s:7:\"24:2077\";i:2189;s:7:\"24:2078\";i:2190;s:7:\"24:2079\";i:2191;s:7:\"24:2080\";i:2192;s:7:\"24:2081\";i:2193;s:7:\"24:2082\";i:2194;s:7:\"24:2083\";i:2195;s:7:\"24:2084\";i:2196;s:7:\"24:2085\";i:2197;s:7:\"24:2086\";i:2198;s:7:\"24:2087\";i:2199;s:7:\"24:2088\";i:2200;s:7:\"24:2089\";i:2201;s:7:\"24:2090\";i:2202;s:7:\"24:2091\";i:2203;s:7:\"24:2092\";i:2204;s:7:\"24:2093\";i:2205;s:7:\"24:2094\";i:2206;s:7:\"24:2095\";i:2207;s:7:\"24:2096\";i:2208;s:7:\"24:2097\";i:2209;s:7:\"24:2098\";i:2210;s:7:\"24:2099\";i:2211;s:7:\"24:2100\";i:2212;s:7:\"24:2101\";i:2213;s:7:\"24:2102\";i:2214;s:7:\"24:2103\";i:2215;s:7:\"24:2104\";i:2216;s:7:\"24:2105\";i:2217;s:7:\"24:2106\";i:2218;s:7:\"24:2107\";i:2219;s:7:\"24:2108\";i:2220;s:7:\"24:2109\";i:2221;s:7:\"24:2110\";i:2222;s:7:\"24:2111\";i:2223;s:7:\"24:2112\";i:2224;s:7:\"24:2113\";i:2225;s:7:\"24:2114\";i:2226;s:7:\"24:2115\";i:2227;s:7:\"24:2116\";i:2228;s:7:\"24:2117\";i:2229;s:7:\"24:2118\";i:2230;s:7:\"24:2119\";i:2231;s:7:\"24:1081\";i:2232;s:7:\"24:2120\";i:2233;s:7:\"24:2121\";i:2234;s:7:\"24:2122\";i:2235;s:7:\"24:2123\";i:2236;s:7:\"24:2124\";i:2237;s:7:\"24:2125\";i:2238;s:7:\"24:2126\";i:2239;s:7:\"24:2127\";i:2240;s:7:\"24:1389\";i:2241;s:7:\"24:2128\";i:2242;s:7:\"24:2129\";i:2243;s:7:\"24:2130\";i:2244;s:7:\"24:2131\";i:2245;s:7:\"24:1346\";i:2246;s:7:\"24:2132\";i:2247;s:7:\"24:2133\";i:2248;s:7:\"24:2134\";i:2249;s:7:\"24:2135\";i:2250;s:7:\"24:2136\";i:2251;s:7:\"24:2137\";i:2252;s:7:\"24:2138\";i:2253;s:7:\"24:2139\";i:2254;s:7:\"24:2140\";i:2255;s:7:\"24:2141\";i:2256;s:7:\"24:2142\";i:2257;s:7:\"24:2143\";i:2258;s:7:\"24:2144\";i:2259;s:7:\"24:2145\";i:2260;s:7:\"24:1349\";i:2261;s:7:\"24:2146\";i:2262;s:7:\"24:2147\";i:2263;s:7:\"24:2148\";i:2264;s:7:\"24:2149\";i:2265;s:7:\"24:2150\";i:2266;s:7:\"24:2151\";i:2267;s:7:\"24:2152\";i:2268;s:7:\"24:2153\";i:2269;s:7:\"24:2154\";i:2270;s:7:\"24:2155\";i:2271;s:7:\"24:2156\";i:2272;s:7:\"24:2157\";i:2273;s:7:\"24:2158\";i:2274;s:7:\"24:2159\";i:2275;s:7:\"24:2160\";i:2276;s:7:\"24:2161\";i:2277;s:7:\"24:2162\";i:2278;s:7:\"24:2163\";i:2279;s:7:\"24:2164\";i:2280;s:7:\"24:1020\";i:2281;s:7:\"24:1085\";i:2282;s:7:\"24:2165\";i:2283;s:7:\"24:2166\";i:2284;s:7:\"24:2167\";i:2285;s:7:\"24:2168\";i:2286;s:7:\"24:2169\";i:2287;s:7:\"24:2170\";i:2288;s:7:\"24:2171\";i:2289;s:7:\"24:2172\";i:2290;s:7:\"24:2173\";i:2291;s:7:\"24:2174\";i:2292;s:7:\"24:2175\";i:2293;s:7:\"24:2176\";i:2294;s:7:\"24:2177\";i:2295;s:7:\"24:2178\";i:2296;s:7:\"24:2179\";i:2297;s:7:\"24:2180\";i:2298;s:7:\"24:2181\";i:2299;s:7:\"24:2182\";i:2300;s:7:\"24:2183\";i:2301;s:7:\"24:2184\";i:2302;s:7:\"24:2185\";i:2303;s:7:\"24:2186\";i:2304;s:7:\"24:2187\";i:2305;s:7:\"24:2188\";i:2306;s:7:\"24:2189\";i:2307;s:7:\"24:2190\";i:2308;s:7:\"24:2191\";i:2309;s:7:\"24:2192\";i:2310;s:7:\"24:2193\";i:2311;s:7:\"24:2194\";i:2312;s:7:\"24:2195\";i:2313;s:7:\"24:2196\";i:2314;s:7:\"24:2197\";i:2315;s:7:\"24:2198\";i:2316;s:7:\"24:2199\";i:2317;s:7:\"24:2200\";i:2318;s:7:\"24:2201\";i:2319;s:7:\"24:2202\";i:2320;s:7:\"24:2203\";i:2321;s:7:\"24:2204\";i:2322;s:7:\"24:2205\";i:2323;s:7:\"24:2206\";i:2324;s:7:\"24:2207\";i:2325;s:7:\"24:2208\";i:2326;s:7:\"24:2209\";i:2327;s:7:\"24:2210\";i:2328;s:7:\"24:2211\";i:2329;s:7:\"24:2212\";i:2330;s:7:\"24:2213\";i:2331;s:7:\"24:2214\";i:2332;s:7:\"24:2215\";i:2333;s:7:\"24:2216\";i:2334;s:7:\"24:2217\";i:2335;s:7:\"24:2218\";i:2336;s:7:\"24:2219\";i:2337;s:7:\"24:2220\";i:2338;s:7:\"24:2221\";i:2339;s:7:\"24:2222\";i:2340;s:7:\"24:2223\";i:2341;s:7:\"24:2224\";i:2342;s:7:\"24:2225\";i:2343;s:7:\"24:2226\";i:2344;s:7:\"24:2227\";i:2345;s:7:\"24:2228\";i:2346;s:7:\"24:2229\";i:2347;s:7:\"24:2230\";i:2348;s:7:\"24:2231\";i:2349;s:7:\"24:2232\";i:2350;s:7:\"24:2233\";i:2351;s:7:\"24:2234\";i:2352;s:7:\"24:2235\";i:2353;s:7:\"24:2236\";i:2354;s:7:\"24:2237\";i:2355;s:7:\"24:2238\";i:2356;s:7:\"24:2239\";i:2357;s:7:\"24:2240\";i:2358;s:7:\"24:2241\";i:2359;s:7:\"24:2242\";i:2360;s:7:\"24:2243\";i:2361;s:7:\"24:2244\";i:2362;s:7:\"24:2245\";i:2363;s:7:\"24:2246\";i:2364;s:7:\"24:2247\";i:2365;s:7:\"24:2248\";i:2366;s:7:\"24:2249\";i:2367;s:7:\"24:2250\";i:2368;s:7:\"24:2251\";i:2369;s:7:\"24:2252\";i:2370;s:7:\"24:2253\";i:2371;s:7:\"24:2254\";i:2372;s:7:\"24:2255\";i:2373;s:7:\"24:2256\";i:2374;s:7:\"24:2257\";i:2375;s:7:\"24:2258\";i:2376;s:7:\"24:2259\";i:2377;s:7:\"24:2260\";i:2378;s:7:\"24:2261\";i:2379;s:7:\"24:2262\";i:2380;s:7:\"24:2263\";i:2381;s:7:\"24:2264\";i:2382;s:7:\"24:2265\";i:2383;s:7:\"24:2266\";i:2384;s:7:\"24:2267\";i:2385;s:7:\"24:2268\";i:2386;s:7:\"24:2269\";i:2387;s:7:\"24:2270\";i:2388;s:7:\"24:2271\";i:2389;s:7:\"24:2272\";i:2390;s:7:\"24:2273\";i:2391;s:7:\"24:2274\";i:2392;s:7:\"24:2275\";i:2393;s:7:\"24:1662\";i:2394;s:7:\"24:2276\";i:2395;s:7:\"24:2277\";i:2396;s:7:\"24:1663\";i:2397;s:7:\"24:2278\";i:2398;s:7:\"24:2279\";i:2399;s:7:\"24:2280\";i:2400;s:7:\"24:2281\";i:2401;s:7:\"24:2282\";i:2402;s:7:\"24:2283\";i:2403;s:7:\"24:2284\";i:2404;s:7:\"24:2285\";i:2405;s:7:\"24:1057\";i:2406;s:7:\"24:2286\";i:2407;s:7:\"24:1661\";i:2408;s:7:\"24:2287\";i:2409;s:7:\"24:2288\";i:2410;s:7:\"24:2289\";i:2411;s:7:\"24:2290\";i:2412;s:7:\"24:2291\";i:2413;s:7:\"24:2292\";i:2414;s:7:\"24:2293\";i:2415;s:7:\"24:2294\";i:2416;s:7:\"24:2295\";i:2417;s:7:\"24:2296\";i:2418;s:7:\"24:2297\";i:2419;s:7:\"24:2298\";i:2420;s:7:\"24:2299\";i:2421;s:7:\"24:2300\";i:2422;s:7:\"24:2301\";i:2423;s:7:\"24:2302\";i:2424;s:7:\"24:2303\";i:2425;s:7:\"24:2304\";i:2426;s:7:\"24:2305\";i:2427;s:7:\"24:2306\";i:2428;s:7:\"24:2307\";i:2429;s:7:\"24:2308\";i:2430;s:7:\"24:2309\";i:2431;s:7:\"24:2310\";i:2432;s:7:\"24:2311\";i:2433;s:7:\"24:2312\";i:2434;s:7:\"24:2313\";i:2435;s:7:\"24:2314\";i:2436;s:7:\"24:2315\";i:2437;s:7:\"24:2316\";i:2438;s:7:\"24:2317\";i:2439;s:7:\"24:2318\";i:2440;s:7:\"24:2319\";i:2441;s:7:\"24:2320\";i:2442;s:7:\"24:2321\";i:2443;s:7:\"24:2322\";i:2444;s:7:\"24:2323\";i:2445;s:7:\"24:2324\";i:2446;s:7:\"24:2325\";i:2447;s:7:\"24:2326\";i:2448;s:7:\"24:2327\";i:2449;s:7:\"24:2328\";i:2450;s:7:\"24:2329\";i:2451;s:7:\"24:2330\";i:2452;s:7:\"24:2331\";i:2453;s:7:\"24:2332\";i:2454;s:7:\"24:2333\";i:2455;s:7:\"24:2334\";i:2456;s:7:\"24:2335\";i:2457;s:7:\"24:2336\";i:2458;s:7:\"24:2337\";i:2459;s:7:\"24:2338\";i:2460;s:7:\"24:2339\";i:2461;s:7:\"24:2340\";i:2462;s:7:\"24:2341\";i:2463;s:7:\"24:2342\";i:2464;s:7:\"24:2343\";i:2465;s:7:\"24:2344\";i:2466;s:7:\"24:2345\";i:2467;s:7:\"24:2346\";i:2468;s:7:\"24:2347\";i:2469;s:7:\"24:2348\";i:2470;s:7:\"24:2349\";i:2471;s:7:\"24:2350\";i:2472;s:7:\"24:2351\";i:2473;s:7:\"24:2352\";i:2474;s:7:\"24:2353\";i:2475;s:7:\"24:1643\";i:2476;s:7:\"24:1644\";i:2477;s:7:\"24:2354\";i:2478;s:7:\"24:2355\";i:2479;s:7:\"24:2356\";i:2480;s:7:\"24:2357\";i:2481;s:7:\"24:2358\";i:2482;s:7:\"24:2359\";i:2483;s:7:\"24:2360\";i:2484;s:7:\"24:2361\";i:2485;s:7:\"24:2362\";i:2486;s:7:\"24:2363\";i:2487;s:7:\"24:2364\";i:2488;s:7:\"24:2365\";i:2489;s:7:\"24:2366\";i:2490;s:7:\"24:2367\";i:2491;s:7:\"24:2368\";i:2492;s:7:\"24:2369\";i:2493;s:7:\"24:2370\";i:2494;s:7:\"24:2371\";i:2495;s:7:\"24:2372\";i:2496;s:7:\"24:2373\";i:2497;s:7:\"24:2374\";i:2498;s:7:\"24:2375\";i:2499;s:7:\"24:2376\";i:2500;s:7:\"24:2377\";i:2501;s:7:\"24:2378\";i:2502;s:7:\"24:2379\";i:2503;s:7:\"24:2380\";i:2504;s:7:\"24:2381\";i:2505;s:7:\"24:2382\";i:2506;s:7:\"24:2383\";i:2507;s:7:\"24:2384\";i:2508;s:7:\"24:2385\";i:2509;s:7:\"24:2386\";i:2510;s:7:\"24:2387\";i:2511;s:7:\"24:2388\";i:2512;s:7:\"24:2389\";i:2513;s:7:\"24:2390\";i:2514;s:7:\"24:2391\";i:2515;s:7:\"24:2392\";i:2516;s:7:\"24:2393\";i:2517;s:7:\"24:1279\";i:2518;s:7:\"24:2394\";i:2519;s:7:\"24:2395\";i:2520;s:7:\"24:2396\";i:2521;s:7:\"24:2397\";i:2522;s:7:\"24:2398\";i:2523;s:7:\"24:2399\";i:2524;s:7:\"24:2400\";i:2525;s:7:\"24:2401\";i:2526;s:7:\"24:2402\";i:2527;s:7:\"24:2403\";i:2528;s:7:\"24:2404\";i:2529;s:7:\"24:2405\";i:2530;s:7:\"24:2406\";i:2531;s:7:\"24:2407\";i:2532;s:7:\"24:2408\";i:2533;s:7:\"24:2409\";i:2534;s:7:\"24:2410\";i:2535;s:7:\"24:2411\";i:2536;s:7:\"24:2412\";i:2537;s:7:\"24:2413\";i:2538;s:7:\"24:2414\";i:2539;s:7:\"24:2415\";i:2540;s:7:\"24:2416\";i:2541;s:7:\"24:2417\";i:2542;s:7:\"24:2418\";i:2543;s:7:\"24:2419\";i:2544;s:7:\"24:2420\";i:2545;s:7:\"24:2421\";i:2546;s:7:\"24:2422\";i:2547;s:7:\"24:2423\";i:2548;s:7:\"24:2424\";i:2549;s:7:\"24:2425\";i:2550;s:7:\"24:2426\";i:2551;s:7:\"24:2427\";i:2552;s:7:\"24:2428\";i:2553;s:7:\"24:2429\";i:2554;s:7:\"24:2430\";i:2555;s:7:\"24:2431\";i:2556;s:7:\"24:2432\";i:2557;s:7:\"24:2433\";i:2558;s:7:\"24:2434\";i:2559;s:7:\"24:1166\";i:2560;s:7:\"24:2435\";i:2561;s:7:\"24:2436\";i:2562;s:7:\"24:2437\";i:2563;s:7:\"24:2438\";i:2564;s:7:\"24:2439\";i:2565;s:7:\"24:2440\";i:2566;s:7:\"24:2441\";i:2567;s:7:\"24:2442\";i:2568;s:7:\"24:2443\";i:2569;s:7:\"24:2444\";i:2570;s:7:\"24:2445\";i:2571;s:7:\"24:2446\";i:2572;s:7:\"24:2447\";i:2573;s:7:\"24:2448\";i:2574;s:7:\"24:2449\";i:2575;s:7:\"24:2450\";i:2576;s:7:\"24:2451\";i:2577;s:7:\"24:2452\";i:2578;s:7:\"24:2453\";i:2579;s:7:\"24:2454\";i:2580;s:7:\"24:2455\";i:2581;s:7:\"24:2456\";i:2582;s:7:\"24:2457\";i:2583;s:7:\"24:2458\";i:2584;s:7:\"24:2459\";i:2585;s:7:\"24:2460\";i:2586;s:7:\"24:2461\";i:2587;s:7:\"24:2462\";i:2588;s:7:\"24:2463\";i:2589;s:7:\"24:2464\";i:2590;s:7:\"24:2465\";i:2591;s:7:\"24:2466\";i:2592;s:7:\"24:2467\";i:2593;s:7:\"24:1637\";i:2594;s:7:\"24:2468\";i:2595;s:7:\"24:1697\";i:2596;s:7:\"24:2469\";i:2597;s:7:\"24:2470\";i:2598;s:7:\"24:2471\";i:2599;s:7:\"24:2472\";i:2600;s:7:\"24:2473\";i:2601;s:7:\"24:1640\";i:2602;s:7:\"24:2474\";i:2603;s:7:\"24:2475\";i:2604;s:7:\"24:1705\";i:2605;s:7:\"24:2476\";i:2606;s:7:\"24:1639\";i:2607;s:7:\"24:2477\";i:2608;s:7:\"24:2478\";i:2609;s:7:\"24:2479\";i:2610;s:7:\"24:2480\";i:2611;s:7:\"24:2481\";i:2612;s:7:\"24:2482\";i:2613;s:7:\"24:2483\";i:2614;s:7:\"24:2484\";i:2615;s:7:\"24:2485\";i:2616;s:7:\"24:2486\";i:2617;s:7:\"24:2487\";i:2618;s:7:\"24:2488\";i:2619;s:7:\"24:2489\";i:2620;s:7:\"24:2490\";i:2621;s:7:\"24:2491\";i:2622;s:7:\"24:2492\";i:2623;s:7:\"24:2493\";i:2624;s:7:\"24:2494\";i:2625;s:5:\"24:38\";i:2626;s:7:\"24:2495\";i:2627;s:7:\"24:2496\";i:2628;s:7:\"24:1088\";i:2629;s:7:\"24:2497\";i:2630;s:7:\"24:2498\";i:2631;s:7:\"24:2499\";i:2632;s:7:\"24:2500\";i:2633;s:7:\"24:2501\";i:2634;s:7:\"24:2502\";i:2635;s:7:\"24:2503\";i:2636;s:7:\"24:2504\";i:2637;s:7:\"24:2505\";i:2638;s:7:\"24:2506\";i:2639;s:7:\"24:2507\";i:2640;s:7:\"24:2508\";i:2641;s:7:\"24:2509\";i:2642;s:7:\"24:2510\";i:2643;s:7:\"24:2511\";i:2644;s:7:\"24:2512\";i:2645;s:7:\"24:2513\";i:2646;s:7:\"24:2514\";i:2647;s:7:\"24:2515\";i:2648;s:7:\"24:2516\";i:2649;s:7:\"24:2517\";i:2650;s:7:\"24:2518\";i:2651;s:7:\"24:2519\";i:2652;s:7:\"24:2520\";i:2653;s:7:\"24:2521\";i:2654;s:7:\"24:2522\";i:2655;s:7:\"24:2523\";i:2656;s:7:\"24:2524\";i:2657;s:7:\"24:2525\";i:2658;s:7:\"24:2526\";i:2659;s:7:\"24:2527\";i:2660;s:7:\"24:2528\";i:2661;s:7:\"24:2529\";i:2662;s:7:\"24:2530\";i:2663;s:7:\"24:2531\";i:2664;s:7:\"24:2532\";i:2665;s:7:\"24:2533\";i:2666;s:7:\"24:2534\";i:2667;s:7:\"24:2535\";i:2668;s:7:\"24:2536\";i:2669;s:7:\"24:2537\";i:2670;s:7:\"24:2538\";i:2671;s:7:\"24:2539\";i:2672;s:7:\"24:2540\";i:2673;s:7:\"24:2541\";i:2674;s:7:\"24:2542\";i:2675;s:7:\"24:2543\";i:2676;s:7:\"24:2544\";i:2677;s:7:\"24:2545\";i:2678;s:7:\"24:2546\";i:2679;s:7:\"24:2547\";i:2680;s:7:\"24:2548\";i:2681;s:7:\"24:2549\";i:2682;s:7:\"24:2550\";i:2683;s:7:\"24:2551\";i:2684;s:7:\"24:2552\";i:2685;s:7:\"24:2553\";i:2686;s:7:\"24:2554\";i:2687;s:7:\"24:2555\";i:2688;s:7:\"24:2556\";i:2689;s:7:\"24:2557\";i:2690;s:7:\"24:2558\";i:2691;s:7:\"24:2559\";i:2692;s:7:\"24:2560\";i:2693;s:7:\"24:2561\";i:2694;s:7:\"24:2562\";i:2695;s:7:\"24:2563\";i:2696;s:7:\"24:2564\";i:2697;s:7:\"24:2565\";i:2698;s:7:\"24:2566\";i:2699;s:7:\"24:2567\";i:2700;s:7:\"24:2568\";i:2701;s:7:\"24:2569\";i:2702;s:7:\"24:2570\";i:2703;s:7:\"24:1691\";i:2704;s:7:\"24:2571\";i:2705;s:7:\"24:2572\";i:2706;s:7:\"24:2573\";i:2707;s:7:\"24:2574\";i:2708;s:7:\"24:2575\";i:2709;s:7:\"24:2576\";i:2710;s:7:\"24:2577\";i:2711;s:7:\"24:2578\";i:2712;s:7:\"24:2579\";i:2713;s:7:\"24:2580\";i:2714;s:7:\"24:2581\";i:2715;s:7:\"24:2582\";i:2716;s:7:\"24:2583\";i:2717;s:7:\"24:2584\";i:2718;s:7:\"24:2585\";i:2719;s:7:\"24:2586\";i:2720;s:7:\"24:2587\";i:2721;s:7:\"24:2588\";i:2722;s:7:\"24:2589\";i:2723;s:7:\"24:2590\";i:2724;s:7:\"24:2591\";i:2725;s:7:\"24:2592\";i:2726;s:7:\"24:2593\";i:2727;s:7:\"24:2594\";i:2728;s:7:\"24:2595\";i:2729;s:7:\"24:2596\";i:2730;s:7:\"24:2597\";i:2731;s:7:\"24:2598\";i:2732;s:7:\"24:2599\";i:2733;s:7:\"24:2600\";i:2734;s:7:\"24:2601\";i:2735;s:7:\"24:2602\";i:2736;s:7:\"24:1060\";i:2737;s:7:\"24:2603\";i:2738;s:7:\"24:2604\";i:2739;s:7:\"24:1684\";i:2740;s:7:\"24:2605\";i:2741;s:7:\"24:2606\";i:2742;s:7:\"24:2607\";i:2743;s:7:\"24:2608\";i:2744;s:7:\"24:2609\";i:2745;s:7:\"24:2610\";i:2746;s:7:\"24:2611\";i:2747;s:7:\"24:2612\";i:2748;s:7:\"24:2613\";i:2749;s:7:\"24:2614\";i:2750;s:7:\"24:2615\";i:2751;s:7:\"24:2616\";i:2752;s:7:\"24:2617\";i:2753;s:7:\"24:2618\";i:2754;s:7:\"24:2619\";i:2755;s:7:\"24:2620\";i:2756;s:7:\"24:2621\";i:2757;s:7:\"24:2622\";i:2758;s:7:\"24:2623\";i:2759;s:7:\"24:2624\";i:2760;s:7:\"24:2625\";i:2761;s:7:\"24:2626\";i:2762;s:7:\"24:2627\";i:2763;s:7:\"24:2628\";i:2764;s:7:\"24:2629\";i:2765;s:7:\"24:2630\";i:2766;s:7:\"24:2631\";i:2767;s:7:\"24:2632\";i:2768;s:7:\"24:2633\";i:2769;s:7:\"24:2634\";i:2770;s:7:\"24:2635\";i:2771;s:7:\"24:2636\";i:2772;s:7:\"24:2637\";i:2773;s:7:\"24:2638\";i:2774;s:7:\"24:2639\";i:2775;s:7:\"24:2640\";i:2776;s:7:\"24:2641\";i:2777;s:7:\"24:2642\";i:2778;s:7:\"24:2643\";i:2779;s:7:\"24:2644\";i:2780;s:7:\"24:2645\";i:2781;s:7:\"24:2646\";i:2782;s:7:\"24:1408\";i:2783;s:7:\"24:1718\";i:2784;s:7:\"24:2647\";i:2785;s:7:\"24:2648\";i:2786;s:7:\"24:2649\";i:2787;s:7:\"24:2650\";i:2788;s:7:\"24:2651\";i:2789;s:7:\"24:2652\";i:2790;s:7:\"24:2653\";i:2791;s:7:\"24:2654\";i:2792;s:7:\"24:2655\";i:2793;s:7:\"24:2656\";i:2794;s:7:\"24:2657\";i:2795;s:7:\"24:2658\";i:2796;s:7:\"24:2659\";i:2797;s:7:\"24:2660\";i:2798;s:7:\"24:2661\";i:2799;s:7:\"24:2662\";i:2800;s:7:\"24:2663\";i:2801;s:7:\"24:2664\";i:2802;s:7:\"24:2665\";i:2803;s:7:\"24:2666\";i:2804;s:7:\"24:2667\";i:2805;s:7:\"24:2668\";i:2806;s:7:\"24:2669\";i:2807;s:7:\"24:2670\";i:2808;s:7:\"24:2671\";i:2809;s:7:\"24:2672\";i:2810;s:7:\"24:2673\";i:2811;s:7:\"24:2674\";i:2812;s:7:\"24:2675\";i:2813;s:7:\"24:2676\";i:2814;s:7:\"24:2677\";i:2815;s:7:\"24:2678\";i:2816;s:7:\"24:2679\";i:2817;s:7:\"24:2680\";i:2818;s:7:\"24:2681\";i:2819;s:7:\"24:2682\";i:2820;s:7:\"24:2683\";i:2821;s:7:\"24:2684\";i:2822;s:7:\"24:2685\";i:2823;s:7:\"24:2686\";i:2824;s:7:\"24:2687\";i:2825;s:7:\"24:1128\";i:2826;s:7:\"24:1129\";i:2827;s:7:\"24:2688\";i:2828;s:7:\"24:2689\";i:2829;s:7:\"24:2690\";i:2830;s:7:\"24:1452\";i:2831;s:7:\"24:2691\";i:2832;s:7:\"24:2692\";i:2833;s:7:\"24:2693\";i:2834;s:7:\"24:2694\";i:2835;s:7:\"24:2695\";i:2836;s:7:\"24:2696\";i:2837;s:7:\"24:2697\";i:2838;s:7:\"24:2698\";i:2839;s:7:\"24:2699\";i:2840;s:7:\"24:2700\";i:2841;s:7:\"24:2701\";i:2842;s:7:\"24:2702\";i:2843;s:7:\"24:2703\";i:2844;s:7:\"24:2704\";i:2845;s:7:\"24:2705\";i:2846;s:7:\"24:2706\";i:2847;s:7:\"24:2707\";i:2848;s:7:\"24:2708\";i:2849;s:7:\"24:2709\";i:2850;s:7:\"24:2710\";i:2851;s:7:\"24:2711\";i:2852;s:7:\"24:2712\";i:2853;s:7:\"24:2713\";i:2854;s:7:\"24:2714\";i:2855;s:7:\"24:2715\";i:2856;s:7:\"24:2716\";i:2857;s:7:\"24:2717\";i:2858;s:7:\"24:2718\";i:2859;s:7:\"24:2719\";i:2860;s:7:\"24:2720\";i:2861;s:7:\"24:2721\";i:2862;s:7:\"24:2722\";i:2863;s:7:\"24:2723\";i:2864;s:7:\"24:2724\";i:2865;s:7:\"24:2725\";i:2866;s:7:\"24:2726\";i:2867;s:7:\"24:2727\";i:2868;s:7:\"24:2728\";i:2869;s:7:\"24:2729\";i:2870;s:7:\"24:2730\";i:2871;s:7:\"24:2731\";i:2872;s:7:\"24:2732\";i:2873;s:7:\"24:2733\";i:2874;s:7:\"24:2734\";i:2875;s:7:\"24:2735\";i:2876;s:7:\"24:2736\";i:2877;s:7:\"24:2737\";i:2878;s:7:\"24:2738\";i:2879;s:7:\"24:2739\";i:2880;s:7:\"24:2740\";i:2881;s:7:\"24:2741\";i:2882;s:7:\"24:1410\";i:2883;s:7:\"24:1411\";i:2884;s:7:\"24:1409\";i:2885;s:7:\"24:2742\";i:2886;s:7:\"24:2743\";i:2887;s:7:\"24:2744\";i:2888;s:7:\"24:1468\";i:2889;s:7:\"24:2745\";i:2890;s:7:\"24:2746\";i:2891;s:7:\"24:2747\";i:2892;s:7:\"24:2748\";i:2893;s:7:\"24:2749\";i:2894;s:7:\"24:2750\";i:2895;s:7:\"24:2751\";i:2896;s:7:\"24:2752\";i:2897;s:7:\"24:2753\";i:2898;s:7:\"24:2754\";i:2899;s:7:\"24:2755\";i:2900;s:7:\"24:2756\";i:2901;s:7:\"24:2757\";i:2902;s:7:\"24:2758\";i:2903;s:7:\"24:2759\";i:2904;s:7:\"24:2760\";i:2905;s:7:\"24:2761\";i:2906;s:7:\"24:2762\";i:2907;s:7:\"24:2763\";i:2908;s:7:\"24:2764\";i:2909;s:7:\"24:2765\";i:2910;s:7:\"24:2766\";i:2911;s:7:\"24:2767\";i:2912;s:7:\"24:2768\";i:2913;s:7:\"24:2769\";i:2914;s:7:\"24:2770\";i:2915;s:7:\"24:2771\";i:2916;s:7:\"24:2772\";i:2917;s:7:\"24:2773\";i:2918;s:7:\"24:2774\";i:2919;s:7:\"24:2775\";i:2920;s:7:\"24:2776\";i:2921;s:7:\"24:2777\";i:2922;s:7:\"24:2778\";i:2923;s:7:\"24:2779\";i:2924;s:7:\"24:2780\";i:2925;s:7:\"24:2781\";i:2926;s:7:\"24:2782\";i:2927;s:7:\"24:2783\";i:2928;s:7:\"24:2784\";i:2929;s:7:\"24:2785\";i:2930;s:7:\"24:2786\";i:2931;s:7:\"24:2787\";i:2932;s:7:\"24:2788\";i:2933;s:7:\"24:2789\";i:2934;s:7:\"24:2790\";i:2935;s:7:\"24:2791\";i:2936;s:7:\"24:2792\";i:2937;s:7:\"24:2793\";i:2938;s:7:\"24:2794\";i:2939;s:7:\"24:2795\";i:2940;s:7:\"24:2796\";i:2941;s:7:\"24:2797\";i:2942;s:7:\"24:2798\";i:2943;s:7:\"24:2799\";i:2944;s:7:\"24:2800\";i:2945;s:7:\"24:2801\";i:2946;s:7:\"24:2802\";i:2947;s:7:\"24:2803\";i:2948;s:7:\"24:2804\";i:2949;s:7:\"24:2805\";i:2950;s:7:\"24:2806\";i:2951;s:7:\"24:2807\";i:2952;s:7:\"24:2808\";i:2953;s:7:\"24:2809\";i:2954;s:7:\"24:2810\";i:2955;s:7:\"24:2811\";i:2956;s:7:\"24:2812\";i:2957;s:7:\"24:2813\";i:2958;s:7:\"24:2814\";i:2959;s:7:\"24:2815\";i:2960;s:7:\"24:2816\";i:2961;s:7:\"24:2817\";i:2962;s:7:\"24:2818\";i:2963;s:7:\"24:2819\";i:2964;s:7:\"24:2820\";i:2965;s:7:\"24:2821\";i:2966;s:7:\"24:2822\";i:2967;s:7:\"24:2823\";i:2968;s:7:\"24:2824\";i:2969;s:7:\"24:2825\";i:2970;s:7:\"24:2826\";i:2971;s:7:\"24:2827\";i:2972;s:7:\"24:2828\";i:2973;s:7:\"24:2829\";i:2974;s:7:\"24:2830\";i:2975;s:7:\"24:2831\";i:2976;s:7:\"24:1167\";i:2977;s:7:\"24:2832\";i:2978;s:7:\"24:2833\";i:2979;s:7:\"24:2834\";i:2980;s:7:\"24:1168\";i:2981;s:7:\"24:2835\";i:2982;s:7:\"24:2836\";i:2983;s:7:\"24:1169\";i:2984;s:7:\"24:2837\";i:2985;s:7:\"24:1170\";i:2986;s:7:\"24:2838\";i:2987;s:7:\"24:2839\";i:2988;s:7:\"24:2840\";i:2989;s:7:\"24:2841\";i:2990;s:7:\"24:2842\";i:2991;s:7:\"24:2843\";i:2992;s:7:\"24:2844\";i:2993;s:7:\"24:2845\";i:2994;s:7:\"24:2846\";i:2995;s:7:\"24:2847\";i:2996;s:7:\"24:2848\";i:2997;s:7:\"24:2849\";i:2998;s:7:\"24:2850\";i:2999;s:7:\"24:2851\";i:3000;s:7:\"24:2852\";i:3001;s:7:\"24:2853\";i:3002;s:7:\"24:2854\";i:3003;s:7:\"24:2855\";i:3004;s:7:\"24:2856\";i:3005;s:7:\"24:2857\";i:3006;s:7:\"24:2858\";i:3007;s:7:\"24:2859\";i:3008;s:7:\"24:2860\";i:3009;s:7:\"24:2861\";i:3010;s:7:\"24:2862\";i:3011;s:7:\"24:2863\";i:3012;s:7:\"24:2864\";i:3013;s:7:\"24:2865\";i:3014;s:7:\"24:2866\";i:3015;s:7:\"24:2867\";i:3016;s:7:\"24:2868\";i:3017;s:7:\"24:2869\";i:3018;s:7:\"24:2870\";i:3019;s:7:\"24:2871\";i:3020;s:7:\"24:2872\";i:3021;s:7:\"24:2873\";i:3022;s:7:\"24:2874\";i:3023;s:7:\"24:2875\";i:3024;s:7:\"24:2876\";i:3025;s:7:\"24:2877\";i:3026;s:7:\"24:2878\";i:3027;s:7:\"24:2879\";i:3028;s:7:\"24:2880\";i:3029;s:7:\"24:2881\";i:3030;s:7:\"24:2882\";i:3031;s:7:\"24:2883\";i:3032;s:7:\"24:2884\";i:3033;s:7:\"24:2885\";i:3034;s:7:\"24:2886\";i:3035;s:7:\"24:2887\";i:3036;s:7:\"24:2888\";i:3037;s:7:\"24:2889\";i:3038;s:7:\"24:2890\";i:3039;s:7:\"24:1160\";i:3040;s:7:\"24:2891\";i:3041;s:7:\"24:2892\";i:3042;s:7:\"24:2893\";i:3043;s:7:\"24:2894\";i:3044;s:7:\"24:2895\";i:3045;s:7:\"24:2896\";i:3046;s:7:\"24:2897\";i:3047;s:7:\"24:2898\";i:3048;s:7:\"24:2899\";i:3049;s:7:\"24:2900\";i:3050;s:7:\"24:2901\";i:3051;s:7:\"24:2902\";i:3052;s:7:\"24:2903\";i:3053;s:7:\"24:2904\";i:3054;s:7:\"24:2905\";i:3055;s:7:\"24:2906\";i:3056;s:7:\"24:2907\";i:3057;s:7:\"24:1151\";i:3058;s:7:\"24:2908\";i:3059;s:7:\"24:2909\";i:3060;s:7:\"24:2910\";i:3061;s:7:\"24:1153\";i:3062;s:7:\"24:2911\";i:3063;s:7:\"24:1154\";i:3064;s:7:\"24:2912\";i:3065;s:7:\"24:1155\";i:3066;s:7:\"24:2913\";i:3067;s:7:\"24:2914\";i:3068;s:7:\"24:2915\";i:3069;s:7:\"24:2916\";i:3070;s:7:\"24:2917\";i:3071;s:7:\"24:2918\";i:3072;s:7:\"24:1156\";i:3073;s:7:\"24:2919\";i:3074;s:7:\"24:2920\";i:3075;s:7:\"24:2921\";i:3076;s:7:\"24:1158\";i:3077;s:7:\"24:2922\";i:3078;s:7:\"24:2923\";i:3079;s:7:\"24:2924\";i:3080;s:7:\"24:2925\";i:3081;s:7:\"24:2926\";i:3082;s:7:\"24:2927\";i:3083;s:7:\"24:2928\";i:3084;s:7:\"24:2929\";i:3085;s:7:\"24:2930\";i:3086;s:7:\"24:2931\";i:3087;s:7:\"24:2932\";i:3088;s:7:\"24:2933\";i:3089;s:7:\"24:2934\";i:3090;s:7:\"24:2935\";i:3091;s:7:\"24:2936\";i:3092;s:7:\"24:2937\";i:3093;s:7:\"24:2938\";i:3094;s:7:\"24:2939\";i:3095;s:7:\"24:2940\";i:3096;s:7:\"24:2941\";i:3097;s:7:\"24:2942\";i:3098;s:7:\"24:2943\";i:3099;s:7:\"24:1473\";i:3100;s:7:\"24:2944\";i:3101;s:7:\"24:1474\";i:3102;s:7:\"24:2945\";i:3103;s:7:\"24:2946\";i:3104;s:7:\"24:2947\";i:3105;s:7:\"24:2948\";i:3106;s:7:\"24:2949\";i:3107;s:7:\"24:2950\";i:3108;s:7:\"24:2951\";i:3109;s:7:\"24:2952\";i:3110;s:7:\"24:2953\";i:3111;s:7:\"24:2954\";i:3112;s:7:\"24:2955\";i:3113;s:7:\"24:2956\";i:3114;s:7:\"24:2957\";i:3115;s:7:\"24:2958\";i:3116;s:7:\"24:2959\";i:3117;s:7:\"24:2960\";i:3118;s:7:\"24:2961\";i:3119;s:7:\"24:2962\";i:3120;s:7:\"24:2963\";i:3121;s:7:\"24:2964\";i:3122;s:7:\"24:2965\";i:3123;s:7:\"24:2966\";i:3124;s:7:\"24:1484\";i:3125;s:7:\"24:2967\";i:3126;s:7:\"24:1724\";i:3127;s:7:\"24:2968\";i:3128;s:7:\"24:1062\";i:3129;s:7:\"24:2969\";i:3130;s:7:\"24:2970\";i:3131;s:7:\"24:2971\";i:3132;s:7:\"24:2972\";i:3133;s:7:\"24:2973\";i:3134;s:7:\"24:2974\";i:3135;s:7:\"24:1064\";i:3136;s:7:\"24:2975\";i:3137;s:7:\"24:2976\";i:3138;s:7:\"24:2977\";i:3139;s:7:\"24:2978\";i:3140;s:7:\"24:1725\";i:3141;s:7:\"24:2979\";i:3142;s:7:\"24:2980\";i:3143;s:7:\"24:2981\";i:3144;s:7:\"24:2982\";i:3145;s:7:\"24:2983\";i:3146;s:7:\"24:2984\";i:3147;s:7:\"24:2985\";i:3148;s:7:\"24:2986\";i:3149;s:7:\"24:2987\";i:3150;s:7:\"24:2988\";i:3151;s:7:\"24:2989\";i:3152;s:7:\"24:2990\";i:3153;s:7:\"24:2991\";i:3154;s:7:\"24:2992\";i:3155;s:7:\"24:2993\";i:3156;s:7:\"24:2994\";i:3157;s:7:\"24:2995\";i:3158;s:7:\"24:2996\";i:3159;s:7:\"24:2997\";i:3160;s:7:\"24:2998\";i:3161;s:7:\"24:2999\";i:3162;s:7:\"24:1485\";i:3163;s:7:\"24:3000\";i:3164;s:7:\"24:3001\";i:3165;s:7:\"24:3002\";i:3166;s:7:\"24:3003\";i:3167;s:7:\"24:3004\";i:3168;s:7:\"24:3005\";i:3169;s:7:\"24:3006\";i:3170;s:7:\"24:3007\";i:3171;s:7:\"24:3008\";i:3172;s:7:\"24:3009\";i:3173;s:7:\"24:3010\";i:3174;s:7:\"24:3011\";i:3175;s:7:\"24:1173\";i:3176;s:7:\"24:3012\";i:3177;s:7:\"24:3013\";i:3178;s:7:\"24:3014\";i:3179;s:7:\"24:3015\";i:3180;s:7:\"24:3016\";i:3181;s:7:\"24:3017\";i:3182;s:7:\"24:3018\";i:3183;s:7:\"24:3019\";i:3184;s:7:\"24:3020\";i:3185;s:7:\"24:3021\";i:3186;s:7:\"24:3022\";i:3187;s:7:\"24:3023\";i:3188;s:7:\"24:1066\";i:3189;s:7:\"24:1067\";i:3190;s:7:\"24:1068\";i:3191;s:7:\"24:1069\";i:3192;s:7:\"24:1070\";i:3193;s:7:\"24:3024\";i:3194;s:7:\"24:1486\";i:3195;s:7:\"24:1487\";i:3196;s:7:\"24:3025\";i:3197;s:7:\"24:3026\";i:3198;s:7:\"24:3027\";i:3199;s:7:\"24:3028\";i:3200;s:7:\"24:3029\";i:3201;s:7:\"24:1489\";i:3202;s:7:\"24:1072\";i:3203;s:7:\"24:1073\";i:3204;s:7:\"24:1074\";i:3205;s:7:\"24:1075\";i:3206;s:7:\"24:1438\";i:3207;s:7:\"24:3030\";i:3208;s:7:\"24:3031\";i:3209;s:7:\"24:3032\";i:3210;s:7:\"24:3033\";i:3211;s:7:\"24:3034\";i:3212;s:7:\"24:3035\";i:3213;s:7:\"24:3036\";i:3214;s:7:\"24:3037\";i:3215;s:7:\"24:3038\";i:3216;s:7:\"24:3039\";i:3217;s:7:\"24:3040\";i:3218;s:7:\"24:3041\";i:3219;s:7:\"24:3042\";i:3220;s:7:\"24:3043\";i:3221;s:7:\"24:3044\";i:3222;s:7:\"24:3045\";i:3223;s:7:\"24:3046\";i:3224;s:7:\"24:3047\";i:3225;s:7:\"24:3048\";i:3226;s:7:\"24:3049\";i:3227;s:7:\"24:3050\";i:3228;s:7:\"24:3051\";i:3229;s:7:\"24:1456\";i:3230;s:7:\"24:1457\";i:3231;s:7:\"24:3052\";i:3232;s:7:\"24:3053\";i:3233;s:7:\"24:3054\";i:3234;s:7:\"24:3055\";i:3235;s:7:\"24:3056\";i:3236;s:7:\"24:3057\";i:3237;s:7:\"24:3058\";i:3238;s:7:\"24:3059\";i:3239;s:7:\"24:1458\";i:3240;s:7:\"24:1459\";i:3241;s:7:\"24:3060\";i:3242;s:7:\"24:3061\";i:3243;s:7:\"24:3062\";i:3244;s:7:\"24:3063\";i:3245;s:7:\"24:3064\";i:3246;s:7:\"24:3065\";i:3247;s:7:\"24:3066\";i:3248;s:7:\"24:3067\";i:3249;s:7:\"24:3068\";i:3250;s:7:\"24:3069\";i:3251;s:7:\"24:1464\";i:3252;s:7:\"24:1437\";i:3253;s:7:\"24:3070\";i:3254;s:7:\"24:3071\";i:3255;s:7:\"24:3072\";i:3256;s:7:\"24:1132\";i:3257;s:7:\"24:3073\";i:3258;s:7:\"24:1135\";i:3259;s:7:\"24:1133\";i:3260;s:7:\"24:3074\";i:3261;s:7:\"24:3075\";i:3262;s:7:\"24:3076\";i:3263;s:7:\"24:3077\";i:3264;s:7:\"24:3078\";i:3265;s:7:\"24:1130\";i:3266;s:7:\"24:3079\";i:3267;s:7:\"24:3080\";i:3268;s:7:\"24:3081\";i:3269;s:7:\"24:3082\";i:3270;s:7:\"24:3083\";i:3271;s:7:\"24:3084\";i:3272;s:7:\"24:3085\";i:3273;s:7:\"24:3086\";i:3274;s:7:\"24:3087\";i:3275;s:7:\"24:3088\";i:3276;s:7:\"24:3089\";i:3277;s:7:\"24:3090\";i:3278;s:7:\"24:3091\";i:3279;s:7:\"24:3092\";i:3280;s:7:\"24:3093\";i:3281;s:7:\"24:3094\";i:3282;s:7:\"24:3095\";i:3283;s:7:\"24:3096\";i:3284;s:7:\"24:3097\";i:3285;s:7:\"24:3098\";i:3286;s:7:\"24:3099\";i:3287;s:7:\"24:3100\";i:3288;s:7:\"24:3101\";i:3289;s:7:\"24:3102\";i:3290;s:7:\"24:3103\";i:3291;s:7:\"24:3104\";i:3292;s:7:\"24:3105\";i:3293;s:7:\"24:3106\";i:3294;s:7:\"24:3107\";i:3295;s:7:\"24:3108\";i:3296;s:7:\"24:3109\";i:3297;s:7:\"24:3110\";i:3298;s:7:\"24:3111\";i:3299;s:7:\"24:3112\";i:3300;s:7:\"24:3113\";i:3301;s:7:\"24:3114\";i:3302;s:7:\"24:3115\";i:3303;s:7:\"24:3116\";i:3304;s:7:\"24:3117\";i:3305;s:7:\"24:3118\";i:3306;s:7:\"24:3119\";i:3307;s:7:\"24:3120\";i:3308;s:5:\"24:36\";i:3309;s:7:\"24:3121\";i:3310;s:5:\"24:37\";i:3311;s:7:\"24:3122\";i:3312;s:7:\"24:3123\";i:3313;s:7:\"24:3124\";i:3314;s:7:\"24:3125\";i:3315;s:7:\"24:3126\";i:3316;s:7:\"24:3127\";i:3317;s:7:\"24:3128\";i:3318;s:7:\"24:3129\";i:3319;s:7:\"24:3130\";i:3320;s:7:\"24:3131\";i:3321;s:7:\"24:3132\";i:3322;s:7:\"24:3133\";i:3323;s:7:\"24:3134\";i:3324;s:7:\"24:3135\";i:3325;s:7:\"24:3136\";i:3326;s:7:\"24:3137\";i:3327;s:7:\"24:1094\";i:3328;s:5:\"24:47\";i:3329;s:5:\"24:48\";i:3330;s:7:\"24:3138\";i:3331;s:7:\"24:3139\";i:3332;s:7:\"24:3140\";i:3333;s:7:\"24:3141\";i:3334;s:7:\"24:3142\";i:3335;s:7:\"24:3143\";i:3336;s:7:\"24:3144\";i:3337;s:7:\"24:3145\";i:3338;s:7:\"24:3146\";i:3339;s:7:\"24:3147\";i:3340;s:7:\"24:3148\";i:3341;s:7:\"24:3149\";i:3342;s:7:\"24:3150\";i:3343;s:7:\"24:3151\";i:3344;s:7:\"24:3152\";i:3345;s:7:\"24:3153\";i:3346;s:7:\"24:3154\";i:3347;s:7:\"24:3155\";i:3348;s:7:\"24:3156\";i:3349;s:7:\"24:3157\";i:3350;s:7:\"24:3158\";i:3351;s:7:\"24:3159\";i:3352;s:7:\"24:3160\";i:3353;s:7:\"24:3161\";i:3354;s:7:\"24:3162\";i:3355;s:7:\"24:3163\";i:3356;s:7:\"24:3164\";i:3357;s:7:\"24:3165\";i:3358;s:7:\"24:3166\";i:3359;s:7:\"24:3167\";i:3360;s:7:\"24:3168\";i:3361;s:7:\"24:3169\";i:3362;s:7:\"24:3170\";i:3363;s:7:\"24:3171\";i:3364;s:7:\"24:3172\";i:3365;s:7:\"24:3173\";i:3366;s:7:\"24:3174\";i:3367;s:7:\"24:3175\";i:3368;s:7:\"24:3176\";i:3369;s:7:\"24:3177\";i:3370;s:7:\"24:3178\";i:3371;s:7:\"24:3179\";i:3372;s:7:\"24:3180\";i:3373;s:7:\"24:3181\";i:3374;s:7:\"24:3182\";i:3375;s:7:\"24:3183\";i:3376;s:7:\"24:3184\";i:3377;s:7:\"24:3185\";i:3378;s:7:\"24:3186\";i:3379;s:7:\"24:3187\";i:3380;s:7:\"24:3188\";i:3381;s:7:\"24:3189\";i:3382;s:7:\"24:3190\";i:3383;s:7:\"24:3191\";i:3384;s:7:\"24:3192\";i:3385;s:7:\"24:3193\";i:3386;s:7:\"24:3194\";i:3387;s:7:\"24:3195\";i:3388;s:7:\"24:3196\";i:3389;s:7:\"24:3197\";i:3390;s:7:\"24:3198\";i:3391;s:7:\"24:3199\";i:3392;s:7:\"24:3200\";i:3393;s:7:\"24:3201\";i:3394;s:7:\"24:3202\";i:3395;s:7:\"24:3203\";i:3396;s:7:\"24:3204\";i:3397;s:7:\"24:3205\";i:3398;s:7:\"24:3206\";i:3399;s:7:\"24:3207\";i:3400;s:7:\"24:3208\";i:3401;s:7:\"24:3209\";i:3402;s:7:\"24:3210\";i:3403;s:7:\"24:3211\";i:3404;s:7:\"24:3212\";i:3405;s:7:\"24:3213\";i:3406;s:7:\"24:3214\";i:3407;s:7:\"24:3215\";i:3408;s:7:\"24:3216\";i:3409;s:7:\"24:3217\";i:3410;s:7:\"24:3218\";i:3411;s:7:\"24:3219\";i:3412;s:7:\"24:3220\";i:3413;s:7:\"24:3221\";i:3414;s:7:\"24:3222\";i:3415;s:7:\"24:3223\";i:3416;s:7:\"24:3224\";i:3417;s:7:\"24:3225\";i:3418;s:7:\"24:3226\";i:3419;s:7:\"24:3227\";i:3420;s:7:\"24:3228\";i:3421;s:7:\"24:3229\";i:3422;s:7:\"24:3230\";i:3423;s:7:\"24:3231\";i:3424;s:7:\"24:3232\";i:3425;s:7:\"24:3233\";i:3426;s:7:\"24:3234\";i:3427;s:7:\"24:3235\";i:3428;s:7:\"24:3236\";i:3429;s:7:\"24:3237\";i:3430;s:7:\"24:3238\";i:3431;s:7:\"24:3239\";i:3432;s:7:\"24:3240\";i:3433;s:7:\"24:3241\";i:3434;s:7:\"24:3242\";i:3435;s:7:\"24:3243\";i:3436;s:7:\"24:3244\";i:3437;s:7:\"24:3245\";i:3438;s:7:\"24:3246\";i:3439;s:7:\"24:3247\";i:3440;s:7:\"24:3248\";i:3441;s:7:\"24:3249\";i:3442;s:7:\"24:3250\";i:3443;s:7:\"24:3251\";i:3444;s:7:\"24:3252\";i:3445;s:7:\"24:3253\";i:3446;s:7:\"24:3254\";i:3447;s:7:\"24:3255\";i:3448;s:7:\"24:3256\";i:3449;s:7:\"24:3257\";i:3450;s:7:\"24:3258\";i:3451;s:7:\"24:3259\";i:3452;s:7:\"24:3260\";i:3453;s:7:\"24:3261\";i:3454;s:7:\"24:3262\";i:3455;s:7:\"24:3263\";i:3456;s:7:\"24:3264\";i:3457;s:7:\"24:3265\";i:3458;s:7:\"24:1146\";i:3459;s:7:\"24:3266\";i:3460;s:7:\"24:3267\";i:3461;s:7:\"24:3268\";i:3462;s:7:\"24:3269\";i:3463;s:7:\"24:3270\";i:3464;s:7:\"24:3271\";i:3465;s:7:\"24:3272\";i:3466;s:7:\"24:3273\";i:3467;s:7:\"24:3274\";i:3468;s:7:\"24:3275\";i:3469;s:7:\"24:3276\";i:3470;s:7:\"24:3277\";i:3471;s:7:\"24:3278\";i:3472;s:7:\"24:3279\";i:3473;s:7:\"24:3280\";i:3474;s:7:\"24:3281\";i:3475;s:7:\"24:3282\";i:3476;s:7:\"24:3283\";i:3477;s:7:\"24:3284\";i:3478;s:7:\"24:3285\";i:3479;s:7:\"24:3286\";i:3480;s:7:\"24:3287\";i:3481;s:7:\"24:3288\";i:3482;s:7:\"24:3289\";i:3483;s:7:\"24:3290\";i:3484;s:7:\"24:3291\";i:3485;s:7:\"24:3292\";i:3486;s:7:\"24:3293\";i:3487;s:7:\"24:3294\";i:3488;s:7:\"24:3295\";i:3489;s:7:\"24:3296\";i:3490;s:7:\"24:3297\";i:3491;s:7:\"24:3298\";i:3492;s:7:\"24:3299\";i:3493;s:7:\"24:3300\";i:3494;s:7:\"24:3301\";i:3495;s:7:\"24:3302\";i:3496;s:7:\"24:3303\";i:3497;s:7:\"24:3304\";i:3498;s:7:\"24:3305\";i:3499;s:7:\"24:3306\";i:3500;s:7:\"24:3307\";i:3501;s:7:\"24:3308\";i:3502;s:7:\"24:3309\";i:3503;s:7:\"24:3310\";i:3504;s:7:\"24:3311\";i:3505;s:7:\"24:3312\";i:3506;s:7:\"24:3313\";i:3507;s:7:\"24:3314\";i:3508;s:7:\"24:3315\";i:3509;s:7:\"24:3316\";i:3510;s:7:\"24:3317\";i:3511;s:7:\"24:3318\";i:3512;s:7:\"24:3319\";i:3513;s:7:\"24:3320\";i:3514;s:7:\"24:3321\";i:3515;s:7:\"24:3322\";i:3516;s:7:\"24:3323\";i:3517;s:7:\"24:3324\";i:3518;s:7:\"24:3325\";i:3519;s:7:\"24:3326\";i:3520;s:7:\"24:3327\";i:3521;s:7:\"24:3328\";i:3522;s:7:\"24:3329\";i:3523;s:7:\"24:3330\";i:3524;s:7:\"24:3331\";i:3525;s:7:\"24:3332\";i:3526;s:7:\"24:3333\";i:3527;s:7:\"24:3334\";i:3528;s:7:\"24:3335\";i:3529;s:7:\"24:3336\";i:3530;s:7:\"24:3337\";i:3531;s:7:\"24:3338\";i:3532;s:7:\"24:3339\";i:3533;s:7:\"24:3340\";i:3534;s:7:\"24:3341\";i:3535;s:7:\"24:3342\";i:3536;s:7:\"24:3343\";i:3537;s:7:\"24:3344\";i:3538;s:7:\"24:3345\";i:3539;s:7:\"24:3346\";i:3540;s:7:\"24:3347\";i:3541;s:7:\"24:3348\";i:3542;s:7:\"24:3349\";i:3543;s:7:\"24:3350\";i:3544;s:7:\"24:3351\";i:3545;s:7:\"24:3352\";i:3546;s:7:\"24:3353\";i:3547;s:7:\"24:3354\";i:3548;s:7:\"24:3355\";i:3549;s:7:\"24:3356\";i:3550;s:7:\"24:3357\";i:3551;s:7:\"24:3358\";i:3552;s:7:\"24:3359\";i:3553;s:7:\"24:3360\";i:3554;s:7:\"24:3361\";i:3555;s:7:\"24:3362\";i:3556;s:7:\"24:3363\";i:3557;s:7:\"24:3364\";i:3558;s:7:\"24:3365\";i:3559;s:7:\"24:3366\";i:3560;s:7:\"24:3367\";i:3561;s:7:\"24:3368\";i:3562;s:7:\"24:3369\";i:3563;s:7:\"24:3370\";i:3564;s:7:\"24:3371\";i:3565;s:7:\"24:3372\";i:3566;s:7:\"24:3373\";i:3567;s:7:\"24:3374\";i:3568;s:7:\"24:3375\";i:3569;s:7:\"24:3376\";i:3570;s:7:\"24:3377\";i:3571;s:7:\"24:3378\";i:3572;s:7:\"24:3379\";i:3573;s:7:\"24:3380\";i:3574;s:7:\"24:3381\";i:3575;s:7:\"24:3382\";i:3576;s:7:\"24:3383\";i:3577;s:7:\"24:3384\";i:3578;s:7:\"24:3385\";i:3579;s:7:\"24:3386\";i:3580;s:7:\"24:3387\";i:3581;s:7:\"24:3388\";i:3582;s:7:\"24:3389\";i:3583;s:7:\"24:3390\";i:3584;s:7:\"24:3391\";i:3585;s:7:\"24:3392\";i:3586;s:7:\"24:3393\";i:3587;s:7:\"24:3394\";i:3588;s:7:\"24:3395\";i:3589;s:7:\"24:3396\";i:3590;s:7:\"24:3397\";i:3591;s:7:\"24:3398\";i:3592;s:7:\"24:3399\";i:3593;s:7:\"24:3400\";i:3594;s:7:\"24:3401\";i:3595;s:7:\"24:3402\";i:3596;s:7:\"24:3403\";i:3597;s:7:\"24:3404\";i:3598;s:7:\"24:3405\";i:3599;s:7:\"24:3406\";i:3600;s:7:\"24:3407\";i:3601;s:7:\"24:3408\";i:3602;s:7:\"24:3409\";i:3603;s:7:\"24:3410\";i:3604;s:7:\"24:3411\";i:3605;s:7:\"24:3412\";i:3606;s:7:\"24:3413\";i:3607;s:7:\"24:3414\";i:3608;s:7:\"24:3415\";i:3609;s:7:\"24:3416\";i:3610;s:7:\"24:3417\";i:3611;s:7:\"24:3418\";i:3612;s:7:\"24:3419\";i:3613;s:7:\"24:3420\";i:3614;s:7:\"24:3421\";i:3615;s:7:\"24:3422\";i:3616;s:7:\"24:3423\";i:3617;s:7:\"24:3424\";i:3618;s:7:\"24:3425\";i:3619;s:7:\"24:3426\";i:3620;s:7:\"24:3427\";i:3621;s:7:\"24:3428\";i:3622;s:7:\"24:3429\";i:3623;s:7:\"24:3430\";i:3624;s:7:\"24:3431\";i:3625;s:7:\"24:3432\";i:3626;s:7:\"24:3433\";i:3627;s:7:\"24:3434\";i:3628;s:7:\"24:3435\";i:3629;s:7:\"24:3436\";i:3630;s:7:\"24:3437\";i:3631;s:7:\"24:3438\";i:3632;s:7:\"24:3439\";i:3633;s:7:\"24:3440\";i:3634;s:7:\"24:1675\";i:3635;s:7:\"24:3441\";i:3636;s:7:\"24:3442\";i:3637;s:7:\"24:3443\";i:3638;s:7:\"24:3444\";i:3639;s:7:\"24:3445\";i:3640;s:7:\"24:3446\";i:3641;s:7:\"24:3447\";i:3642;s:7:\"24:3448\";i:3643;s:7:\"24:3449\";i:3644;s:7:\"24:3450\";i:3645;s:7:\"24:3451\";i:3646;s:7:\"24:3452\";i:3647;s:7:\"24:3453\";i:3648;s:7:\"24:3454\";i:3649;s:7:\"24:3455\";i:3650;s:7:\"24:3456\";i:3651;s:7:\"24:3457\";i:3652;s:7:\"24:3458\";i:3653;s:7:\"24:3459\";i:3654;s:7:\"24:3460\";i:3655;s:7:\"24:3461\";i:3656;s:7:\"24:3462\";i:3657;s:7:\"24:3463\";i:3658;s:7:\"24:3464\";i:3659;s:7:\"24:3465\";i:3660;s:7:\"24:3466\";i:3661;s:7:\"24:3467\";i:3662;s:7:\"24:3468\";i:3663;s:7:\"24:3469\";i:3664;s:7:\"24:3470\";i:3665;s:7:\"24:3471\";i:3666;s:7:\"24:3472\";i:3667;s:7:\"24:3473\";i:3668;s:7:\"24:3474\";i:3669;s:7:\"24:3475\";i:3670;s:7:\"24:3476\";i:3671;s:7:\"24:3477\";i:3672;s:7:\"24:3478\";i:3673;s:7:\"24:3479\";i:3674;s:7:\"24:3480\";i:3675;s:7:\"24:3481\";i:3676;s:7:\"24:3482\";i:3677;s:7:\"24:3483\";i:3678;s:7:\"24:3484\";i:3679;s:7:\"24:3485\";i:3680;s:7:\"24:3486\";i:3681;s:7:\"24:3487\";i:3682;s:7:\"24:3488\";i:3683;s:7:\"24:3489\";i:3684;s:7:\"24:3490\";i:3685;s:7:\"24:3491\";i:3686;s:7:\"24:3492\";i:3687;s:7:\"24:3493\";i:3688;s:7:\"24:3494\";i:3689;s:7:\"24:3495\";i:3690;s:7:\"24:3496\";i:3691;s:7:\"24:3497\";i:3692;s:7:\"24:3498\";i:3693;s:7:\"24:3499\";i:3694;s:7:\"24:3500\";i:3695;s:7:\"24:3501\";i:3696;s:7:\"24:3502\";i:3697;s:7:\"24:3503\";i:3698;s:7:\"24:3504\";i:3699;s:7:\"24:3505\";i:3700;s:7:\"24:3506\";i:3701;s:7:\"24:3507\";i:3702;s:7:\"24:3508\";i:3703;s:7:\"24:3509\";i:3704;s:7:\"24:3510\";i:3705;s:7:\"24:3511\";i:3706;s:7:\"24:3512\";i:3707;s:7:\"24:3513\";i:3708;s:7:\"24:3514\";i:3709;s:7:\"24:3515\";i:3710;s:7:\"24:3516\";i:3711;s:7:\"24:3517\";i:3712;s:7:\"24:3518\";i:3713;s:7:\"24:3519\";i:3714;s:7:\"24:3520\";i:3715;s:7:\"24:3521\";i:3716;s:7:\"24:3522\";i:3717;s:7:\"24:3523\";i:3718;s:7:\"24:3524\";i:3719;s:7:\"24:3525\";i:3720;s:7:\"24:3526\";i:3721;s:7:\"24:3527\";i:3722;s:7:\"24:3528\";i:3723;s:7:\"24:3529\";i:3724;s:7:\"24:3530\";i:3725;s:7:\"24:3531\";i:3726;s:7:\"24:3532\";i:3727;s:7:\"24:3533\";i:3728;s:7:\"24:3534\";i:3729;s:7:\"24:3535\";i:3730;s:7:\"24:3536\";i:3731;s:7:\"24:3537\";i:3732;s:7:\"24:3538\";i:3733;s:7:\"24:3539\";i:3734;s:7:\"24:3540\";i:3735;s:7:\"24:3541\";i:3736;s:7:\"24:3542\";i:3737;s:7:\"24:3543\";i:3738;s:7:\"24:3544\";i:3739;s:7:\"24:3545\";i:3740;s:7:\"24:3546\";i:3741;s:7:\"24:3547\";i:3742;s:7:\"24:3548\";i:3743;s:7:\"24:3549\";i:3744;s:7:\"24:3550\";i:3745;s:7:\"24:3551\";i:3746;s:7:\"24:3552\";i:3747;s:7:\"24:3553\";i:3748;s:7:\"24:3554\";i:3749;s:7:\"24:3555\";i:3750;s:7:\"24:3556\";i:3751;s:7:\"24:1422\";i:3752;s:7:\"24:1423\";i:3753;s:7:\"24:3557\";i:3754;s:7:\"24:1667\";i:3755;s:7:\"24:3558\";i:3756;s:7:\"24:3559\";i:3757;s:7:\"24:1668\";i:3758;s:7:\"24:1666\";i:3759;s:7:\"24:3560\";i:3760;s:7:\"24:3561\";i:3761;s:7:\"24:3562\";i:3762;s:7:\"24:1419\";i:3763;s:7:\"24:3563\";i:3764;s:7:\"24:3564\";i:3765;s:7:\"24:3565\";i:3766;s:7:\"24:3566\";i:3767;s:7:\"24:1421\";i:3768;s:7:\"24:3567\";i:3769;s:7:\"24:3568\";i:3770;s:7:\"24:1417\";i:3771;s:7:\"24:1420\";i:3772;s:7:\"24:3569\";i:3773;s:7:\"24:3570\";i:3774;s:7:\"24:3571\";i:3775;s:7:\"24:3572\";i:3776;s:7:\"24:3573\";i:3777;s:7:\"24:3574\";i:3778;s:7:\"24:3575\";i:3779;s:7:\"24:3576\";i:3780;s:7:\"24:3577\";i:3781;s:7:\"24:3578\";i:3782;s:7:\"24:3579\";i:3783;s:7:\"24:3580\";i:3784;s:7:\"24:3581\";i:3785;s:7:\"24:3582\";i:3786;s:7:\"24:3583\";i:3787;s:7:\"24:3584\";i:3788;s:7:\"24:3585\";i:3789;s:7:\"24:3586\";i:3790;s:7:\"24:3587\";i:3791;s:7:\"24:3588\";i:3792;s:7:\"24:3589\";i:3793;s:7:\"24:3590\";i:3794;s:7:\"24:3591\";i:3795;s:7:\"24:3592\";i:3796;s:7:\"24:3593\";i:3797;s:7:\"24:3594\";i:3798;s:7:\"24:3595\";i:3799;s:7:\"24:3596\";i:3800;s:7:\"24:3597\";i:3801;s:7:\"24:3598\";i:3802;s:7:\"24:3599\";i:3803;s:7:\"24:3600\";i:3804;s:7:\"24:3601\";i:3805;s:7:\"24:3602\";i:3806;s:7:\"24:1424\";i:3807;s:7:\"24:3603\";i:3808;s:7:\"24:3604\";i:3809;s:7:\"24:3605\";i:3810;s:7:\"24:3606\";i:3811;s:7:\"24:3607\";i:3812;s:7:\"24:3608\";i:3813;s:7:\"24:3609\";i:3814;s:7:\"24:3610\";i:3815;s:7:\"24:3611\";i:3816;s:7:\"24:3612\";i:3817;s:7:\"24:3613\";i:3818;s:7:\"24:3614\";i:3819;s:7:\"24:3615\";i:3820;s:7:\"24:3616\";i:3821;s:7:\"24:1426\";i:3822;s:7:\"24:3617\";i:3823;s:7:\"24:3618\";i:3824;s:7:\"24:3619\";i:3825;s:7:\"24:3620\";i:3826;s:7:\"24:3621\";i:3827;s:7:\"24:3622\";i:3828;s:7:\"24:3623\";i:3829;s:7:\"24:3624\";i:3830;s:7:\"24:3625\";i:3831;s:7:\"24:3626\";i:3832;s:7:\"24:3627\";i:3833;s:7:\"24:3628\";i:3834;s:7:\"24:1676\";i:3835;s:7:\"24:3629\";i:3836;s:7:\"24:3630\";i:3837;s:7:\"24:3631\";i:3838;s:7:\"24:3632\";i:3839;s:7:\"24:3633\";i:3840;s:7:\"24:3634\";i:3841;s:7:\"24:3635\";i:3842;s:7:\"24:3636\";i:3843;s:7:\"24:3637\";i:3844;s:7:\"24:3638\";i:3845;s:7:\"24:3639\";i:3846;s:7:\"24:3640\";i:3847;s:7:\"24:3641\";i:3848;s:7:\"24:3642\";i:3849;s:7:\"24:3643\";i:3850;s:7:\"24:3644\";i:3851;s:7:\"24:3645\";i:3852;s:7:\"24:3646\";i:3853;s:7:\"24:3647\";i:3854;s:7:\"24:3648\";i:3855;s:7:\"24:3649\";i:3856;s:7:\"24:3650\";i:3857;s:7:\"24:3651\";i:3858;s:7:\"24:3652\";i:3859;s:7:\"24:3653\";i:3860;s:7:\"24:3654\";i:3861;s:7:\"24:3655\";i:3862;s:7:\"24:1747\";i:3863;s:7:\"24:3656\";i:3864;s:7:\"24:3657\";i:3865;s:7:\"24:3658\";i:3866;s:7:\"24:3659\";i:3867;s:7:\"24:3660\";i:3868;s:7:\"24:3661\";i:3869;s:7:\"24:3662\";i:3870;s:7:\"24:3663\";i:3871;s:7:\"24:3664\";i:3872;s:7:\"24:3665\";i:3873;s:7:\"24:3666\";i:3874;s:7:\"24:3667\";i:3875;s:7:\"24:3668\";i:3876;s:7:\"24:3669\";i:3877;s:7:\"24:3670\";i:3878;s:7:\"24:3671\";i:3879;s:7:\"24:3672\";i:3880;s:7:\"24:3673\";i:3881;s:7:\"24:3674\";i:3882;s:7:\"24:3675\";i:3883;s:7:\"24:3676\";i:3884;s:7:\"24:3677\";i:3885;s:7:\"24:3678\";i:3886;s:7:\"24:3679\";i:3887;s:7:\"24:1744\";i:3888;s:7:\"24:3680\";i:3889;s:7:\"24:1745\";i:3890;s:7:\"24:1746\";i:3891;s:7:\"24:3681\";i:3892;s:7:\"24:3682\";i:3893;s:7:\"24:3683\";i:3894;s:7:\"24:3684\";i:3895;s:7:\"24:3685\";i:3896;s:7:\"24:3686\";i:3897;s:7:\"24:3687\";i:3898;s:7:\"24:3688\";i:3899;s:7:\"24:3689\";i:3900;s:7:\"24:3690\";i:3901;s:7:\"24:3691\";i:3902;s:7:\"24:3692\";i:3903;s:7:\"24:3693\";i:3904;s:7:\"24:3694\";i:3905;s:7:\"24:3695\";i:3906;s:7:\"24:3696\";i:3907;s:7:\"24:3697\";i:3908;s:7:\"24:3698\";i:3909;s:7:\"24:3699\";i:3910;s:7:\"24:3700\";i:3911;s:7:\"24:3701\";i:3912;s:7:\"24:3702\";i:3913;s:7:\"24:3703\";i:3914;s:7:\"24:3704\";i:3915;s:7:\"24:3705\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (158, 'chld_thm_cfg_options_dict_sel', 'a:3705:{i:1;s:666:\".et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images\";i:2;s:199:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1)\";i:3;s:195:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n)\";i:4;s:195:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n)\";i:5;s:199:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1)\";i:6;s:167:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item, .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item\";i:7;s:106:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n)\";i:8;s:90:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.first\";i:9;s:108:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n+1)\";i:10;s:24:\".et_pb_column .et_pb_map\";i:11;s:55:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table\";i:12;s:168:\".et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table\";i:13;s:282:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table\";i:14;s:691:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:15;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1)\";i:16;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1)\";i:17;s:142:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4)\";i:18;s:184:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4)\";i:19;s:92:\".et_vertical_nav .et_pb_column_1_3 .et_pb_sum, .et_vertical_nav .et_pb_column_1_4 .et_pb_sum\";i:20;s:124:\".et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top\";i:21;s:87:\".et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:22;s:209:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n)\";i:23;s:213:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1)\";i:24;s:213:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1)\";i:25;s:54:\".et_vertical_nav .et_pb_column_1_4 .et_audio_container\";i:26;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div\";i:27;s:142:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container\";i:28;s:140:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls\";i:29;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button\";i:30;s:200:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:31;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button\";i:32;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:33;s:170:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total\";i:34;s:178:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:35;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:36;s:14:\".et_pb_section\";i:37;s:24:\".et_pb_fullwidth_section\";i:38;s:10:\".et_pb_row\";i:39;s:34:\".et_pb_column_3_4 .et_pb_row_inner\";i:40;s:34:\".et_pb_column_2_3 .et_pb_row_inner\";i:41;s:70:\".et_pb_column_1_2 .et_pb_row_inner, .et_pb_column_3_5 .et_pb_row_inner\";i:42;s:20:\".et_pb_column_single\";i:43;s:97:\".et_pb_column_single .et_pb_module.et-first-child, .et_pb_column_single .et_pb_module:first-child\";i:44;s:95:\".et_pb_column_single .et_pb_module.et-last-child, .et_pb_column_single .et_pb_module:last-child\";i:45;s:577:\".et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child\";i:46;s:32:\".et_section_specialty>.et_pb_row\";i:47;s:16:\".et_pb_row_inner\";i:48;s:164:\".et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child\";i:49;s:115:\".et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row\";i:50;s:105:\".et_pb_row.et_pb_equal_columns>.et_pb_column, .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column\";i:51;s:16:\".et_pb_grid_item\";i:52;s:52:\".et_pb_shop_grid .woocommerce ul.products li.product\";i:53;s:152:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item img, .et_pb_gallery_grid .et_pb_gallery_item img, .et_pb_portfolio_grid .et_pb_portfolio_item img\";i:54;s:354:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_grid .et_pb_portfolio_item h2\";i:55;s:149:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2\";i:56;s:76:\".et_pb_gallery_item .et_pb_gallery_caption, .et_pb_portfolio_item .post-meta\";i:57;s:302:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_image\";i:58;s:1150:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description\";i:59;s:606:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video\";i:60;s:82:\".et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:61;s:166:\".et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:62;s:688:\".et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_6 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_2_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:63;s:384:\".et_pb_section_sticky, .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2)\";i:64;s:118:\".et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_fade.et_pb_menu ul li:hover>ul\";i:65;s:120:\".et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_slide.et_pb_menu ul li:hover>ul\";i:66;s:122:\".et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_expand.et_pb_menu ul li:hover>ul\";i:67;s:130:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover>ul, .et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul\";i:68;s:118:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_flip.et_pb_menu ul li:hover>ul\";i:69;s:108:\".et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row, .et_pb_menu.et_pb_menu_fullwidth .et_pb_row\";i:70;s:86:\".et_pb_column_1_3 .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_description\";i:71;s:169:\".et_pb_column_1_4 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide .et_pb_slide_description\";i:72;s:432:\".et_pb_column_1_2 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img, .et_pb_column_2_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_3_5 .et_pb_comments_module .comment_avatar img\";i:73;s:390:\".et_pb_column_1_2 .et_pb_comments_module .comment-body, .et_pb_column_1_3 .et_pb_comments_module .comment-body, .et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body, .et_pb_column_2_5 .et_pb_comments_module .comment-body, .et_pb_column_3_5 .et_pb_comments_module .comment-body\";i:74;s:425:\".et_pb_column_1_2 .et_pb_comments_module .comment .children, .et_pb_column_1_3 .et_pb_comments_module .comment .children, .et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children, .et_pb_column_2_5 .et_pb_comments_module .comment .children, .et_pb_column_3_5 .et_pb_comments_module .comment .children\";i:75;s:432:\".et_pb_column_1_2 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link, .et_pb_column_2_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_3_5 .et_pb_comments_module .comment-reply-link\";i:76;s:586:\".et_pb_column_1_2 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_3 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_4 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_6 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_2_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_3_5 .et_pb_comments_module #commentform [class*=comment-form-] input\";i:77;s:139:\".et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait\";i:78;s:59:\".et_pb_section_video_bg.et_pb_section_video_bg_desktop_only\";i:79;s:63:\".et_pb_column_4_4 .et_pb_audio_cover_art.has-box-shadow-overlay\";i:80;s:961:\".et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(3), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(4)\";i:81;s:70:\".et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column\";i:82;s:562:\".et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:83;s:78:\".et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4\";i:84;s:106:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:85;s:406:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:86;s:148:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:87;s:172:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:88;s:78:\".et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4\";i:89;s:106:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:90;s:406:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:91;s:148:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:92;s:172:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:93;s:78:\".et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3\";i:94;s:106:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:95;s:406:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:96;s:148:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:97;s:172:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:98;s:78:\".et_pb_gutters3 .et_pb_column_3_5, .et_pb_gutters3.et_pb_row .et_pb_column_3_5\";i:99;s:106:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:100;s:406:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:101;s:148:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:102;s:172:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:103;s:78:\".et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2\";i:104;s:106:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:105;s:406:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:106;s:148:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:107;s:172:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:108;s:78:\".et_pb_gutters3 .et_pb_column_2_5, .et_pb_gutters3.et_pb_row .et_pb_column_2_5\";i:109;s:106:\".et_pb_gutters3 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:110;s:580:\".et_pb_gutters3 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:111;s:78:\".et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3\";i:112;s:106:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:113;s:580:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:114;s:78:\".et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4\";i:115;s:106:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:116;s:580:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:117;s:78:\".et_pb_gutters3 .et_pb_column_1_5, .et_pb_gutters3.et_pb_row .et_pb_column_1_5\";i:118;s:106:\".et_pb_gutters3 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:119;s:580:\".et_pb_gutters3 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:120;s:78:\".et_pb_gutters3 .et_pb_column_1_6, .et_pb_gutters3.et_pb_row .et_pb_column_1_6\";i:121;s:106:\".et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:122;s:580:\".et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:123;s:532:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:124;s:544:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:125;s:176:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:126;s:136:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:127;s:136:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:128;s:532:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:129;s:544:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:130;s:136:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:131;s:136:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:132;s:754:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:133;s:766:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:134;s:766:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:135;s:210:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:136;s:210:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:137;s:1066:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:138;s:1090:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:139;s:274:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:140;s:274:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:141;s:1510:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:142;s:1534:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:143;s:422:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:144;s:422:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:145;s:532:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:146;s:544:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:147;s:136:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:148;s:136:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:149;s:550:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:150;s:1288:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:151;s:1288:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:152;s:1048:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:153;s:1048:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:154;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:155;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:156;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:157;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:158;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:159;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:160;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:161;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:162;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:163;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:164;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:165;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:166;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:167;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:168;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:169;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:170;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:171;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:172;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:173;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:174;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:175;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:176;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:177;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:178;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:179;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:180;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:181;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:182;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:183;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:184;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:185;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:186;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:187;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:188;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:189;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:190;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:191;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:192;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:193;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:194;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:195;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:196;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:197;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:198;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:199;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:200;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:201;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:202;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:203;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:204;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:205;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:206;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:207;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:208;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:209;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:210;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:211;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:212;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:213;s:75:\".et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product\";i:214;s:173:\".et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:215;s:30:\".et_pb_gutters3 .footer-widget\";i:216;s:41:\".et_pb_gutters3 .footer-widget:last-child\";i:217;s:52:\".et_pb_gutters3.et_pb_footer_columns6 .footer-widget\";i:218;s:61:\".et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget\";i:219;s:52:\".et_pb_gutters3.et_pb_footer_columns5 .footer-widget\";i:220;s:61:\".et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget\";i:221;s:52:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget\";i:222;s:61:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget\";i:223;s:52:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget\";i:224;s:61:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget\";i:225;s:52:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget\";i:226;s:61:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget\";i:227;s:52:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget\";i:228;s:61:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget\";i:229;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:230;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:231;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:232;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:233;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:234;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:235;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:236;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:237;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:238;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:239;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:240;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:241;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:242;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:243;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:244;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:245;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:246;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:247;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:248;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:249;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:250;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:251;s:95:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:252;s:104:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:253;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:254;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:255;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:256;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:257;s:72:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:258;s:81:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:259;s:95:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:260;s:104:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:261;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:262;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:263;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:264;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:265;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:266;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:267;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:268;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:269;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:270;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:271;s:95:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:272;s:104:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:273;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:274;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:275;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:276;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:277;s:98:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:278;s:107:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:279;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:280;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:281;s:98:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:282;s:107:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:283;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:284;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:285;s:158:\".rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:286;s:158:\".rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:287;s:158:\".rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:288;s:158:\".rtl .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:289;s:158:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:290;s:186:\".rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:291;s:1348:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:292;s:1348:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:293;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:294;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:295;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:296;s:70:\".et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column\";i:297;s:562:\".et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:298;s:78:\".et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4.et_pb_row .et_pb_column_4_4\";i:299;s:106:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:300;s:406:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:301;s:148:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:302;s:172:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:303;s:78:\".et_pb_gutters4 .et_pb_column_3_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4\";i:304;s:106:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:305;s:406:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:306;s:148:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:307;s:172:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:308;s:78:\".et_pb_gutters4 .et_pb_column_2_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3\";i:309;s:106:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:310;s:406:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:311;s:148:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:312;s:172:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:313;s:78:\".et_pb_gutters4 .et_pb_column_3_5, .et_pb_gutters4.et_pb_row .et_pb_column_3_5\";i:314;s:106:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:315;s:406:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:316;s:148:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:317;s:172:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:318;s:78:\".et_pb_gutters4 .et_pb_column_1_2, .et_pb_gutters4.et_pb_row .et_pb_column_1_2\";i:319;s:106:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:320;s:406:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:321;s:148:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:322;s:172:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:323;s:78:\".et_pb_gutters4 .et_pb_column_2_5, .et_pb_gutters4.et_pb_row .et_pb_column_2_5\";i:324;s:106:\".et_pb_gutters4 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:325;s:580:\".et_pb_gutters4 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:326;s:78:\".et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_1_3\";i:327;s:106:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:328;s:580:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:329;s:78:\".et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_4\";i:330;s:106:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:331;s:580:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:332;s:78:\".et_pb_gutters4 .et_pb_column_1_5, .et_pb_gutters4.et_pb_row .et_pb_column_1_5\";i:333;s:106:\".et_pb_gutters4 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:334;s:580:\".et_pb_gutters4 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:335;s:78:\".et_pb_gutters4 .et_pb_column_1_6, .et_pb_gutters4.et_pb_row .et_pb_column_1_6\";i:336;s:106:\".et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:337;s:580:\".et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:338;s:532:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:339;s:544:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:340;s:176:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:341;s:136:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:342;s:136:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:343;s:532:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:344;s:544:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:345;s:136:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:346;s:136:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:347;s:754:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:348;s:766:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:349;s:766:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:350;s:210:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:351;s:210:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:352;s:1066:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:353;s:1090:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:354;s:274:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:355;s:274:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:356;s:1510:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:357;s:1534:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:358;s:422:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:359;s:422:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:360;s:532:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:361;s:544:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:362;s:136:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:363;s:136:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:364;s:550:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:365;s:1288:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:366;s:1288:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:367;s:1048:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:368;s:1048:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:369;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:370;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:371;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:372;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:373;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:374;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:375;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:376;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:377;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:378;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:379;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:380;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:381;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:382;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:383;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:384;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:385;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:386;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:387;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:388;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:389;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:390;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:391;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:392;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:393;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:394;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:395;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:396;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:397;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:398;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:399;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:400;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:401;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:402;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:403;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:404;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:405;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:406;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:407;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:408;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:409;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:410;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:411;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:412;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:413;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:414;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:415;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:416;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:417;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:418;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:419;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:420;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:421;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:422;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:423;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:424;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:425;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:426;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:427;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:428;s:75:\".et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product\";i:429;s:173:\".et_pb_gutters4.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters4.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:430;s:30:\".et_pb_gutters4 .footer-widget\";i:431;s:41:\".et_pb_gutters4 .footer-widget:last-child\";i:432;s:52:\".et_pb_gutters4.et_pb_footer_columns6 .footer-widget\";i:433;s:61:\".et_pb_gutters4.et_pb_footer_columns6 .footer-widget .fwidget\";i:434;s:52:\".et_pb_gutters4.et_pb_footer_columns5 .footer-widget\";i:435;s:61:\".et_pb_gutters4.et_pb_footer_columns5 .footer-widget .fwidget\";i:436;s:52:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget\";i:437;s:61:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget\";i:438;s:52:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget\";i:439;s:61:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget\";i:440;s:52:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget\";i:441;s:61:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget\";i:442;s:52:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget\";i:443;s:61:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget\";i:444;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:445;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:446;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:447;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:448;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:449;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:450;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:451;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:452;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:453;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:454;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:455;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:456;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:457;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:458;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:459;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:460;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:461;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:462;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:463;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:464;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:465;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:466;s:95:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:467;s:104:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:468;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:469;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:470;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:471;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:472;s:72:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:473;s:81:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:474;s:95:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:475;s:104:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:476;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:477;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:478;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:479;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:480;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:481;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:482;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:483;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:484;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:485;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:486;s:95:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:487;s:104:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:488;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:489;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:490;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:491;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:492;s:98:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:493;s:107:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:494;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:495;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:496;s:98:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:497;s:107:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:498;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:499;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:500;s:158:\".rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:501;s:158:\".rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:502;s:158:\".rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:503;s:158:\".rtl .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:504;s:158:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:505;s:186:\".rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:506;s:1348:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:507;s:1348:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:508;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:509;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:510;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:511;s:70:\".et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column\";i:512;s:562:\".et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:513;s:78:\".et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4\";i:514;s:106:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:515;s:406:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:516;s:148:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:517;s:172:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:518;s:78:\".et_pb_gutters2 .et_pb_column_3_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4\";i:519;s:106:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:520;s:406:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:521;s:148:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:522;s:172:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:523;s:78:\".et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3\";i:524;s:106:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:525;s:406:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:526;s:148:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:527;s:172:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:528;s:78:\".et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2.et_pb_row .et_pb_column_3_5\";i:529;s:106:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:530;s:406:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:531;s:148:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:532;s:172:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:533;s:78:\".et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2\";i:534;s:106:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:535;s:406:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:536;s:148:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:537;s:172:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:538;s:78:\".et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2.et_pb_row .et_pb_column_2_5\";i:539;s:106:\".et_pb_gutters2 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:540;s:580:\".et_pb_gutters2 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:541;s:78:\".et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3\";i:542;s:106:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:543;s:580:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:544;s:78:\".et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4\";i:545;s:106:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:546;s:580:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:547;s:78:\".et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5\";i:548;s:106:\".et_pb_gutters2 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:549;s:580:\".et_pb_gutters2 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:550;s:78:\".et_pb_gutters2 .et_pb_column_1_6, .et_pb_gutters2.et_pb_row .et_pb_column_1_6\";i:551;s:106:\".et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:552;s:580:\".et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:553;s:532:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:554;s:544:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:555;s:176:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:556;s:136:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:557;s:136:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:558;s:532:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:559;s:544:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:560;s:136:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:561;s:136:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:562;s:754:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:563;s:766:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:564;s:766:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:565;s:210:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:566;s:210:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:567;s:1066:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:568;s:1090:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:569;s:274:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:570;s:274:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:571;s:1510:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:572;s:1534:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:573;s:422:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:574;s:422:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:575;s:532:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:576;s:544:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:577;s:136:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:578;s:136:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:579;s:550:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:580;s:1288:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:581;s:1288:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:582;s:1048:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:583;s:1048:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:584;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:585;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:586;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:587;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:588;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:589;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:590;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:591;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:592;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:593;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:594;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:595;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:596;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:597;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:598;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:599;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:600;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:601;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:602;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:603;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:604;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:605;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:606;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:607;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:608;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:609;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:610;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:611;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:612;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:613;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:614;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:615;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:616;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:617;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:618;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:619;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:620;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:621;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:622;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:623;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:624;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:625;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:626;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:627;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:628;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:629;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:630;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:631;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:632;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:633;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:634;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:635;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:636;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:637;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:638;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:639;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:640;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:641;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:642;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:643;s:75:\".et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product\";i:644;s:173:\".et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:645;s:30:\".et_pb_gutters2 .footer-widget\";i:646;s:41:\".et_pb_gutters2 .footer-widget:last-child\";i:647;s:52:\".et_pb_gutters2.et_pb_footer_columns6 .footer-widget\";i:648;s:61:\".et_pb_gutters2.et_pb_footer_columns6 .footer-widget .fwidget\";i:649;s:52:\".et_pb_gutters2.et_pb_footer_columns5 .footer-widget\";i:650;s:61:\".et_pb_gutters2.et_pb_footer_columns5 .footer-widget .fwidget\";i:651;s:52:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget\";i:652;s:61:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget\";i:653;s:52:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget\";i:654;s:61:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget\";i:655;s:52:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget\";i:656;s:61:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget\";i:657;s:52:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget\";i:658;s:61:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget\";i:659;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:660;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:661;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:662;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:663;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:664;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:665;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:666;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:667;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:668;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:669;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:670;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:671;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:672;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:673;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:674;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:675;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:676;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:677;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:678;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:679;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:680;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:681;s:95:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:682;s:104:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:683;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:684;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:685;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:686;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:687;s:72:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:688;s:81:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:689;s:95:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:690;s:104:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:691;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:692;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:693;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:694;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:695;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:696;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:697;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:698;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:699;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:700;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:701;s:95:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:702;s:104:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:703;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:704;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:705;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:706;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:707;s:98:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:708;s:107:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:709;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:710;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:711;s:98:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:712;s:107:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:713;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:714;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:715;s:158:\".rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:716;s:158:\".rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:717;s:158:\".rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:718;s:158:\".rtl .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:719;s:158:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:720;s:186:\".rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:721;s:1348:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:722;s:1348:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:723;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:724;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:725;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:726;s:70:\".et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column\";i:727;s:562:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:728;s:78:\".et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1.et_pb_row .et_pb_column_4_4\";i:729;s:106:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:730;s:406:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:731;s:148:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:732;s:172:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:733;s:78:\".et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4\";i:734;s:106:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:735;s:406:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:736;s:148:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:737;s:172:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:738;s:78:\".et_pb_gutters1 .et_pb_column_2_3, .et_pb_gutters1.et_pb_row .et_pb_column_2_3\";i:739;s:106:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:740;s:406:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:741;s:148:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:742;s:172:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:743;s:78:\".et_pb_gutters1 .et_pb_column_3_5, .et_pb_gutters1.et_pb_row .et_pb_column_3_5\";i:744;s:106:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:745;s:406:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:746;s:148:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:747;s:172:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:748;s:78:\".et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2\";i:749;s:106:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:750;s:406:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:751;s:148:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:752;s:172:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:753;s:78:\".et_pb_gutters1 .et_pb_column_2_5, .et_pb_gutters1.et_pb_row .et_pb_column_2_5\";i:754;s:106:\".et_pb_gutters1 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:755;s:580:\".et_pb_gutters1 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:756;s:78:\".et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1.et_pb_row .et_pb_column_1_3\";i:757;s:106:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:758;s:580:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:759;s:78:\".et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column_1_4\";i:760;s:106:\".et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:761;s:580:\".et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:762;s:78:\".et_pb_gutters1 .et_pb_column_1_5, .et_pb_gutters1.et_pb_row .et_pb_column_1_5\";i:763;s:106:\".et_pb_gutters1 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:764;s:580:\".et_pb_gutters1 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:765;s:78:\".et_pb_gutters1 .et_pb_column_1_6, .et_pb_gutters1.et_pb_row .et_pb_column_1_6\";i:766;s:106:\".et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:767;s:580:\".et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:768;s:532:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:769;s:544:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:770;s:176:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:771;s:136:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:772;s:136:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:773;s:532:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:774;s:544:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:775;s:136:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:776;s:136:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:777;s:754:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:778;s:766:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:779;s:766:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:780;s:210:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:781;s:210:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:782;s:1066:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:783;s:1090:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:784;s:274:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:785;s:274:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:786;s:1510:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:787;s:1534:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:788;s:422:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:789;s:422:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:790;s:532:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:791;s:544:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:792;s:136:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:793;s:136:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:794;s:550:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:795;s:1288:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:796;s:1288:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:797;s:1048:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:798;s:1048:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:799;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:800;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:801;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:802;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:803;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:804;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:805;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:806;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:807;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:808;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:809;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:810;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:811;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:812;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:813;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:814;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:815;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:816;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:817;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:818;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:819;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:820;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:821;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:822;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:823;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:824;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:825;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:826;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:827;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:828;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:829;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:830;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:831;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:832;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:833;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:834;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:835;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:836;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:837;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:838;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:839;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:840;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:841;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:842;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:843;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:844;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:845;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:846;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:847;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:848;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:849;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:850;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:851;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:852;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:853;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:854;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:855;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:856;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:857;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:858;s:75:\".et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product\";i:859;s:173:\".et_pb_gutters1.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters1.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:860;s:30:\".et_pb_gutters1 .footer-widget\";i:861;s:41:\".et_pb_gutters1 .footer-widget:last-child\";i:862;s:52:\".et_pb_gutters1.et_pb_footer_columns6 .footer-widget\";i:863;s:61:\".et_pb_gutters1.et_pb_footer_columns6 .footer-widget .fwidget\";i:864;s:52:\".et_pb_gutters1.et_pb_footer_columns5 .footer-widget\";i:865;s:61:\".et_pb_gutters1.et_pb_footer_columns5 .footer-widget .fwidget\";i:866;s:52:\".et_pb_gutters1.et_pb_footer_columns4 .footer-widget\";i:867;s:61:\".et_pb_gutters1.et_pb_footer_columns4 .footer-widget .fwidget\";i:868;s:52:\".et_pb_gutters1.et_pb_footer_columns3 .footer-widget\";i:869;s:61:\".et_pb_gutters1.et_pb_footer_columns3 .footer-widget .fwidget\";i:870;s:52:\".et_pb_gutters1.et_pb_footer_columns2 .footer-widget\";i:871;s:61:\".et_pb_gutters1.et_pb_footer_columns2 .footer-widget .fwidget\";i:872;s:52:\".et_pb_gutters1.et_pb_footer_columns1 .footer-widget\";i:873;s:61:\".et_pb_gutters1.et_pb_footer_columns1 .footer-widget .fwidget\";i:874;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:875;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:876;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:877;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:878;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:879;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:880;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:881;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:882;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:883;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:884;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:885;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:886;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:887;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:888;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:889;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:890;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:891;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:892;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:893;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:894;s:72:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:895;s:81:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:896;s:95:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:897;s:104:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:898;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:899;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:900;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:901;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:902;s:72:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:903;s:81:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:904;s:95:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:905;s:104:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:906;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:907;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:908;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:909;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:910;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:911;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:912;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:913;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:914;s:72:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:915;s:81:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:916;s:95:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:917;s:104:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:918;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:919;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:920;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:921;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:922;s:98:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:923;s:107:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:924;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:925;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:926;s:98:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:927;s:107:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:928;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:929;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:930;s:158:\".rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:931;s:158:\".rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:932;s:158:\".rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:933;s:158:\".rtl .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:934;s:158:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:935;s:186:\".rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:936;s:1348:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:937;s:1348:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:938;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:939;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:940;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:941;s:156:\".et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item .et_pb_module_header:last-child, .et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child\";i:942;s:138:\".et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container\";i:943;s:534:\".et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap, .et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap\";i:944;s:35:\".et-animated-content#page-container\";i:945;s:65:\".et_hide_nav #page-container, .et_transparent_nav #page-container\";i:946;s:176:\".et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:947;s:28:\".et_header_style_split #logo\";i:948;s:44:\".et_vertical_nav.et_header_style_split #logo\";i:949;s:55:\".et_header_style_split .centered-inline-logo-wrap #logo\";i:950;s:58:\".et_header_style_split.ie .centered-inline-logo-wrap #logo\";i:951;s:70:\".et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap\";i:952;s:75:\".et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field\";i:953;s:28:\"#main-header.et-fixed-header\";i:954;s:117:\".et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:955;s:141:\".et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a\";i:956;s:58:\".et_header_style_centered .et-fixed-header .et-search-form\";i:957;s:66:\".et_header_style_split .et-fixed-header .centered-inline-logo-wrap\";i:958;s:65:\".et_header_style_centered .et-fixed-header #et_search_icon:before\";i:959;s:202:\".et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:960;s:266:\".et_hide_nav.et_fixed_nav .et-fixed-header#main-header, .et_hide_nav.et_fixed_nav .et-fixed-header#top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header\";i:961;s:243:\".et_hide_nav .centered-inline-logo-wrap, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:962;s:28:\".et_hide_nav #page-container\";i:963;s:146:\".et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul\";i:964;s:148:\".et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover>ul\";i:965;s:150:\".et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul\";i:966;s:155:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover>ul\";i:967;s:146:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover>ul\";i:968;s:60:\".et_vertical_nav #et-main-area, .et_vertical_nav #top-header\";i:969;s:28:\".et_vertical_nav #top-header\";i:970;s:45:\".et_vertical_nav #page-container #main-header\";i:971;s:40:\".et_vertical_nav #main-header .container\";i:972;s:217:\".et_vertical_nav #main-header #et-top-navigation, .et_vertical_nav #main-header #et_top_search, .et_vertical_nav #main-header #logo, .et_vertical_nav #main-header #top-menu, .et_vertical_nav #main-header #top-menu-nav\";i:973;s:35:\".et_vertical_nav #main-header #logo\";i:974;s:42:\".et_vertical_nav #main-header #top-menu li\";i:975;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu>ul\";i:976;s:45:\".et_vertical_nav #main-header #top-menu li ul\";i:977;s:48:\".et_vertical_nav #main-header #top-menu li ul ul\";i:978;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu ul\";i:979;s:58:\".et_vertical_nav #main-header #top-menu li.mega-menu ul ul\";i:980;s:44:\".et_vertical_nav #main-header #top-menu>li>a\";i:981;s:50:\".et_vertical_nav #main-header #top-menu>li>a:after\";i:982;s:61:\".et_vertical_nav.et_boxed_layout #page-container #main-header\";i:983;s:135:\".et_vertical_nav.et_header_style_centered #main-header #top-menu-nav, .et_vertical_nav.et_header_style_split #main-header #top-menu-nav\";i:984;s:96:\".et_vertical_nav.et_vertical_right #et-main-area, .et_vertical_nav.et_vertical_right #top-header\";i:985;s:63:\".et_vertical_nav.et_vertical_right #page-container #main-header\";i:986;s:73:\".et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu>ul\";i:987;s:63:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul\";i:988;s:66:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul\";i:989;s:38:\".et_vertical_nav input.et-search-field\";i:990;s:39:\".et_vertical_nav #et_search_icon:before\";i:991;s:49:\".et_vertical_nav #et-top-navigation .et-cart-info\";i:992;s:52:\".et_vertical_nav .container.et_search_form_container\";i:993;s:74:\".et_vertical_nav .container.et_search_form_container .et-search-form input\";i:994;s:70:\".et_vertical_nav .container.et_search_form_container div#et_top_search\";i:995;s:210:\".et_vertical_nav .et_pb_menu_hidden #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_hidden .et-cart-info, .et_vertical_nav .et_pb_menu_visible #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_visible .et-cart-info\";i:996;s:34:\".et_vertical_nav div#et_top_search\";i:997;s:50:\".et_vertical_nav .et_pb_menu_hidden #et_top_search\";i:998;s:51:\".et_vertical_nav .et_pb_menu_visible #et_top_search\";i:999;s:73:\".et_vertical_nav .container.et_search_form_container.et_pb_search_visible\";i:1000;s:42:\".et_vertical_nav .et_pb_search_form_hidden\";i:1001;s:49:\".et_vertical_nav span.et_close_search_field:after\";i:1002;s:43:\".et_vertical_nav span.et_close_search_field\";i:1003;s:38:\".et_vertical_nav .et-search-form input\";i:1004;s:66:\".et_vertical_nav .et_search_form_container input::-moz-placeholder\";i:1005;s:75:\".et_vertical_nav .et_search_form_container input::-webkit-input-placeholder\";i:1006;s:70:\".et_vertical_nav .et_search_form_container input:-ms-input-placeholder\";i:1007;s:33:\".et_vertical_nav .et_search_outer\";i:1008;s:70:\".et_vertical_nav.et_header_style_centered #main-header .et-search-form\";i:1009;s:64:\".et_vertical_nav.et_header_style_centered #et_search_icon:before\";i:1010;s:69:\".et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:1011;s:87:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container\";i:1012;s:108:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible\";i:1013;s:61:\".et_vertical_nav.et_header_style_split #et_search_icon:before\";i:1014;s:730:\".archive.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .single.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n)\";i:1015;s:252:\".et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1)\";i:1016;s:41:\".et_fullwidth_nav #main-header .container\";i:1017;s:79:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container\";i:1018;s:71:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container\";i:1019;s:50:\".et_fullwidth_secondary_nav #top-header .container\";i:1020;s:8:\"#sidebar\";i:1021;s:10:\"#left-area\";i:1022;s:31:\"#main-content .container:before\";i:1023;s:57:\".et_full_width_page #left-area, .et_no_sidebar #left-area\";i:1024;s:30:\".et_full_width_page #left-area\";i:1025;s:46:\".et_no_sidebar #main-content .container:before\";i:1026;s:40:\".et_full_width_portfolio_page #left-area\";i:1027;s:28:\".et_right_sidebar #left-area\";i:1028;s:26:\".et_right_sidebar #sidebar\";i:1029;s:49:\".et_right_sidebar #main-content .container:before\";i:1030;s:27:\".et_left_sidebar #left-area\";i:1031;s:25:\".et_left_sidebar #sidebar\";i:1032;s:48:\".et_left_sidebar #main-content .container:before\";i:1033;s:39:\".et_pb_gutter.et_pb_gutters4 #left-area\";i:1034;s:39:\".et_pb_gutter.et_pb_gutters2 #left-area\";i:1035;s:39:\".et_pb_gutter.et_pb_gutters1 #left-area\";i:1036;s:37:\".et_pb_gutter.et_pb_gutters4 #sidebar\";i:1037;s:37:\".et_pb_gutter.et_pb_gutters2 #sidebar\";i:1038;s:37:\".et_pb_gutter.et_pb_gutters1 #sidebar\";i:1039;s:43:\".et_pb_gutters4.et_right_sidebar #left-area\";i:1040;s:42:\".et_pb_gutters4.et_left_sidebar #left-area\";i:1041;s:43:\".et_pb_gutters2.et_right_sidebar #left-area\";i:1042;s:42:\".et_pb_gutters2.et_left_sidebar #left-area\";i:1043;s:43:\".et_pb_gutters1.et_right_sidebar #left-area\";i:1044;s:42:\".et_pb_gutters1.et_left_sidebar #left-area\";i:1045;s:77:\".et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before\";i:1046;s:76:\".et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before\";i:1047;s:77:\".et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before\";i:1048;s:76:\".et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before\";i:1049;s:77:\".et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before\";i:1050;s:76:\".et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before\";i:1051;s:63:\".et_vertical_nav.et_vertical_fixed #page-container #main-header\";i:1052;s:151:\".et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation, .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation\";i:1053;s:89:\".et_header_style_fullscreen #et-top-navigation, .et_header_style_slide #et-top-navigation\";i:1054;s:100:\".et_header_style_fullscreen .et_toggle_fullscreen_menu, .et_header_style_slide .et_toggle_slide_menu\";i:1055;s:48:\".et_fixed_nav.et_header_style_slide #main-header\";i:1056;s:64:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header\";i:1057;s:39:\".et_header_style_fullscreen div#et-info\";i:1058;s:318:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_3 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content\";i:1059;s:518:\".et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title\";i:1060;s:11:\".et_pb_post\";i:1061;s:17:\".et_quote_content\";i:1062;s:35:\".et_pb_column_2_3 .et_quote_content\";i:1063;s:72:\".et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_quote_content\";i:1064;s:256:\".et_pb_blog_grid .et_quote_content, .et_pb_column_1_3 .et_quote_content, .et_pb_column_1_4 .et_quote_content, .et_pb_column_1_5 .et_quote_content, .et_pb_column_1_6 .et_quote_content, .et_pb_column_2_5 .et_quote_content, .et_pb_column_3_8 .et_quote_content\";i:1065;s:42:\".et_pb_column_4_4 .et_pb_post .et_pb_slide\";i:1066;s:42:\".et_pb_column_3_4 .et_pb_post .et_pb_slide\";i:1067;s:42:\".et_pb_column_2_3 .et_pb_post .et_pb_slide\";i:1068;s:86:\".et_pb_column_1_2 .et_pb_post .et_pb_slide, .et_pb_column_3_5 .et_pb_post .et_pb_slide\";i:1069;s:130:\".et_pb_column_1_3 .et_pb_post .et_pb_slide, .et_pb_column_2_5 .et_pb_post .et_pb_slide, .et_pb_column_3_8 .et_pb_post .et_pb_slide\";i:1070;s:130:\".et_pb_column_1_4 .et_pb_post .et_pb_slide, .et_pb_column_1_5 .et_pb_post .et_pb_slide, .et_pb_column_1_6 .et_pb_post .et_pb_slide\";i:1071;s:41:\".et_pb_blog_grid .et_pb_post .et_pb_slide\";i:1072;s:82:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art\";i:1073;s:40:\".et_pb_column_3_8 .et_pb_audio_cover_art\";i:1074;s:82:\".et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art\";i:1075;s:124:\".et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art\";i:1076;s:118:\".et_pb_column_1_4 .et_pb_contact_right, .et_pb_column_1_5 .et_pb_contact_right, .et_pb_column_1_6 .et_pb_contact_right\";i:1077;s:148:\".et_pb_column_1_4 .et_pb_number_counter .percent, .et_pb_column_1_5 .et_pb_number_counter .percent, .et_pb_column_1_6 .et_pb_number_counter .percent\";i:1078;s:130:\".et_pb_column_1_4 .et_pb_number_counter h3, .et_pb_column_1_5 .et_pb_number_counter h3, .et_pb_column_1_6 .et_pb_number_counter h3\";i:1079;s:65:\".et_vertical_nav.et_right_sidebar #main-content .container:before\";i:1080;s:64:\".et_vertical_nav.et_left_sidebar #main-content .container:before\";i:1081;s:42:\".et_vertical_nav #top-menu li.mega-menu>ul\";i:1082;s:67:\".et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p\";i:1083;s:117:\".et_vertical_nav .et_pb_column_3_4 .mejs-container, .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls\";i:1084;s:58:\".et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages\";i:1085;s:22:\"#sidebar .et_pb_widget\";i:1086;s:39:\".et_left_sidebar #sidebar .et_pb_widget\";i:1087;s:72:\"[data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped)\";i:1088;s:13:\".et_pb_column\";i:1089;s:42:\".et_pb_column .et_pb_row_inner, .et_pb_row\";i:1090;s:152:\".et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child\";i:1091;s:27:\".et_pb_column .et_pb_module\";i:1092;s:46:\".et_section_specialty .et_pb_row>.et_pb_column\";i:1093;s:252:\".et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child\";i:1094;s:32:\".et_pb_column.et_pb_column_empty\";i:1095;s:433:\".et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2)\";i:1096;s:178:\".et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child\";i:1097;s:273:\".et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col\";i:1098;s:152:\".et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:1099;s:200:\".et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even)\";i:1100;s:53:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4\";i:1101;s:68:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd)\";i:1102;s:53:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2\";i:1103;s:164:\".et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_4col .et_pb_column:nth-last-child(-n+2)\";i:1104;s:101:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5\";i:1105;s:133:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(even), .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(even)\";i:1106;s:53:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5\";i:1107;s:68:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd)\";i:1108;s:53:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5\";i:1109;s:57:\".et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2)\";i:1110;s:40:\".et_pb_row_5col .et_pb_column:last-child\";i:1111;s:105:\".et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6\";i:1112;s:133:\".et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n), .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n)\";i:1113;s:57:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1114;s:68:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child\";i:1115;s:57:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2\";i:1116;s:113:\".et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3), .et_pb_row_6col .et_pb_column:nth-last-child(-n+3)\";i:1117;s:49:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2\";i:1118;s:80:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6\";i:1119;s:91:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child\";i:1120;s:57:\".et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1121;s:73:\".et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(even)\";i:1122;s:47:\".et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3)\";i:1123;s:27:\".et_pb_space.et-hide-mobile\";i:1124;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:1125;s:71:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:1126;s:83:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:1127;s:82:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:1128;s:23:\".et_pb_widget_area_left\";i:1129;s:24:\".et_pb_widget_area_right\";i:1130;s:18:\".et_pb_more_button\";i:1131;s:195:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2, .et_pb_slide_description h2.et_pb_slide_title\";i:1132;s:43:\".et_pb_slide_description .et_pb_slide_title\";i:1133;s:20:\".et_pb_slide_content\";i:1134;s:24:\".et_pb_slide_description\";i:1135;s:48:\".et_pb_slide_with_image .et_pb_slide_description\";i:1136;s:190:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container\";i:1137;s:202:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:1138;s:202:\".et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form\";i:1139;s:427:\".et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form\";i:1140;s:349:\".et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_form\";i:1141;s:308:\".et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form\";i:1142;s:34:\".et_pb_column .et_pb_pricing_table\";i:1143;s:51:\".et_pb_column .et_pb_pricing_1 .et_pb_pricing_table\";i:1144;s:50:\".et_pb_column .et_pb_pricing_table:nth-child(2n+1)\";i:1145;s:49:\".et_pb_column .et_pb_pricing_table:nth-child(n+3)\";i:1146;s:42:\".et_pb_fullwidth_section .et_pb_post_title\";i:1147;s:31:\".et_pb_map_container>.et_pb_map\";i:1148;s:46:\".et_full_width_portfolio_page .et_project_meta\";i:1149;s:27:\".et_always_center_on_mobile\";i:1150;s:8:\".et-menu\";i:1151;s:228:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_fullwidth_menu--style-left_aligned .et_pb_row, .et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row\";i:1152;s:110:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, .et_pb_menu--style-left_aligned .et_pb_menu__wrap\";i:1153;s:158:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap\";i:1154;s:156:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap\";i:1155;s:164:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap\";i:1156;s:352:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap\";i:1157;s:332:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo\";i:1158;s:136:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot\";i:1159;s:56:\".et_pb_fullwidth_menu .et_pb_row, .et_pb_menu .et_pb_row\";i:1160;s:70:\".et_pb_fullwidth_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu\";i:1161;s:74:\".et_pb_fullwidth_menu .et_mobile_nav_menu, .et_pb_menu .et_mobile_nav_menu\";i:1162;s:66:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu\";i:1163;s:140:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul, .et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul\";i:1164;s:72:\".et_pb_fullwidth_menu .et_mobile_menu ul, .et_pb_menu .et_mobile_menu ul\";i:1165;s:120:\".et_pb_fullwidth_menu .et_pb_mobile_menu_upwards .et_mobile_menu, .et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu\";i:1166;s:19:\".et_mobile_nav_menu\";i:1167;s:29:\".et_pb_countdown_timer .title\";i:1168;s:33:\".et_pb_countdown_timer .section p\";i:1169;s:39:\".et_pb_countdown_timer .section p.label\";i:1170;s:45:\".et_pb_countdown_timer .sep.sep.sep.sep.sep p\";i:1171;s:70:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1172;s:76:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label\";i:1173;s:599:\".et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:1174;s:160:\".et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:1175;s:53:\".et_pb_section_video_bg.et_pb_section_video_bg_tablet\";i:1176;s:41:\".et_pb_bg_layout_light_tablet:not(:hover)\";i:1177;s:62:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_counter_title\";i:1178;s:489:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post p, .et_pb_bg_layout_light_tablet:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_light_tablet:not(:hover) p.et_pb_title_meta_container a\";i:1179;s:316:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_more_button, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_button, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_module.et_pb_button\";i:1180;s:144:\".et_pb_bg_layout_light_tablet:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_post_slider .post-meta a\";i:1181;s:200:\".et_pb_bg_layout_light_tablet:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1182;s:59:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_video_play\";i:1183;s:66:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_forgot_password a\";i:1184;s:120:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-arrow-next, .et_pb_bg_layout_light_tablet:not(:hover) .et-pb-arrow-prev\";i:1185;s:82:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-controllers .et-pb-active-control\";i:1186;s:62:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-controllers a\";i:1187;s:274:\".et_pb_bg_layout_light_tablet:not(:hover) h1, .et_pb_bg_layout_light_tablet:not(:hover) h2, .et_pb_bg_layout_light_tablet:not(:hover) h3, .et_pb_bg_layout_light_tablet:not(:hover) h4, .et_pb_bg_layout_light_tablet:not(:hover) h5, .et_pb_bg_layout_light_tablet:not(:hover) h6\";i:1188;s:68:\".et_pb_module .et_pb_bg_layout_light_tablet:not(:hover).et_pb_button\";i:1189;s:310:\".et_pb_bg_layout_dark_tablet:not(:hover), .et_pb_bg_layout_dark_tablet:not(:hover) h1, .et_pb_bg_layout_dark_tablet:not(:hover) h2, .et_pb_bg_layout_dark_tablet:not(:hover) h3, .et_pb_bg_layout_dark_tablet:not(:hover) h4, .et_pb_bg_layout_dark_tablet:not(:hover) h5, .et_pb_bg_layout_dark_tablet:not(:hover) h6\";i:1190;s:482:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post p, .et_pb_bg_layout_dark_tablet:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_dark_tablet:not(:hover) p.et_pb_title_meta_container a\";i:1191;s:142:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_post_slider .post-meta a\";i:1192;s:125:\".et_pb_bg_layout_dark_tablet:not(:hover) .comment_postinfo a, .et_pb_bg_layout_dark_tablet:not(:hover) .comment_postinfo span\";i:1193;s:85:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_social_media_follow li a.follow_button\";i:1194;s:91:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_social_media_follow li a.follow_button:hover\";i:1195;s:194:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_gallery .et_pb_gallery_pagination ul li a\";i:1196;s:101:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay\";i:1197;s:74:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_portfolio .meta p\";i:1198;s:69:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_menu ul li a\";i:1199;s:75:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_menu ul li a:hover\";i:1200;s:65:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_slide_description\";i:1201;s:61:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_slide_content\";i:1202;s:198:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1203;s:73:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_testimonial_description a\";i:1204;s:67:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s\";i:1205;s:94:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:1206;s:85:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s::-moz-placeholder\";i:1207;s:89:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s:-ms-input-placeholder\";i:1208;s:78:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_searchsubmit\";i:1209;s:61:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_counter_title\";i:1210;s:311:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_more_button, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_button, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_module.et_pb_button\";i:1211;s:494:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_module_meta, .et_pb_text_color_dark_tablet:not(:hover) .et_link_content a.et_link_main_url, .et_pb_text_color_dark_tablet:not(:hover) .et_link_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_pb_audio_module_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote cite, .et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote p\";i:1212;s:423:\".et_pb_text_color_dark_tablet:not(:hover).et_audio_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_link_content a.et_link_main_url, .et_pb_text_color_dark_tablet:not(:hover).et_link_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_pb_audio_module_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content blockquote cite, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content blockquote p\";i:1213;s:177:\".et_pb_text_color_dark_tablet:not(:hover).et_audio_content, .et_pb_text_color_dark_tablet:not(:hover).et_link_content, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content\";i:1214;s:248:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1215;s:252:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1216;s:195:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1217;s:230:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark_tablet:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1218;s:88:\".et_pb_text_color_dark_tablet:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1219;s:641:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_link_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_quote_content blockquote p\";i:1220;s:290:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1221;s:294:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1222;s:237:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1223;s:272:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1224;s:109:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1225;s:74:\".et_pb_newsletter .et_pb_contact_field_last_tablet+.et_pb_newsletter_field\";i:1226;s:105:\"p.et_pb_contact_field_half_tablet+p.et_pb_contact_field_last_tablet:not(.et_pb_contact_field_half_tablet)\";i:1227;s:107:\"p.et_pb_contact_field.et_pb_contact_field_last_tablet+p.et_pb_contact_field.et_pb_contact_field_last_tablet\";i:1228;s:73:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_tablet\";i:1229;s:47:\".et_pb_contact .et_pb_contact_field_half_tablet\";i:1230;s:73:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_tablet\";i:1231;s:47:\".et_pb_contact .et_pb_contact_field_last_tablet\";i:1232;s:85:\".et_pb_blurb.et_pb_text_align_left-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1233;s:86:\".et_pb_blurb.et_pb_text_align_right-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1234;s:90:\".et_pb_blurb.et_pb_text_align_justified-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1235;s:87:\".et_pb_blurb.et_pb_text_align_center-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1236;s:51:\".et_pb_text_align_left-tablet .et_pb_counter_amount\";i:1237;s:53:\".et_pb_text_align_center-tablet .et_pb_counter_amount\";i:1238;s:52:\".et_pb_text_align_right-tablet .et_pb_counter_amount\";i:1239;s:56:\".et_pb_text_align_justified-tablet .et_pb_counter_amount\";i:1240;s:428:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-tablet h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title\";i:1241;s:1086:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title\";i:1242;s:557:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper\";i:1243;s:183:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper\";i:1244;s:181:\".et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper\";i:1245;s:189:\".et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper\";i:1246;s:171:\".et_pb_shop.et_pb_text_align_center-tablet .star-rating, .et_pb_shop.et_pb_text_align_justified-tablet .star-rating, .et_pb_shop.et_pb_text_align_right-tablet .star-rating\";i:1247;s:29:\".et_pb_text_align_left-tablet\";i:1248;s:31:\".et_pb_text_align_center-tablet\";i:1249;s:30:\".et_pb_text_align_right-tablet\";i:1250;s:34:\".et_pb_text_align_justified-tablet\";i:1251;s:206:\".et_pb_text_align_left-tablet .wp-pagenavi, .et_pb_text_align_left-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1252;s:212:\".et_pb_text_align_center-tablet .wp-pagenavi, .et_pb_text_align_center-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1253;s:209:\".et_pb_text_align_right-tablet .wp-pagenavi, .et_pb_text_align_right-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1254;s:221:\".et_pb_text_align_justified-tablet .wp-pagenavi, .et_pb_text_align_justified-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1255;s:86:\".et_pb_filterable_portfolio.et_pb_text_align_center-tablet .et_pb_portfolio_filters ul\";i:1256;s:89:\".et_pb_filterable_portfolio.et_pb_text_align_justified-tablet .et_pb_portfolio_filters ul\";i:1257;s:85:\".et_pb_filterable_portfolio.et_pb_text_align_right-tablet .et_pb_portfolio_filters ul\";i:1258;s:128:\".et_pb_search.et_pb_text_align_center-tablet .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit\";i:1259;s:63:\".et_pb_search.et_pb_text_align_right-tablet .et_pb_searchsubmit\";i:1260;s:57:\".et_pb_search.et_pb_text_align_right-tablet input.et_pb_s\";i:1261;s:58:\".et_pb_search.et_pb_text_align_center-tablet input.et_pb_s\";i:1262;s:62:\".et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit\";i:1263;s:56:\".et_pb_search.et_pb_text_align_left-tablet input.et_pb_s\";i:1264;s:32:\".et_pb_has_bg_tablet.et_pb_promo\";i:1265;s:31:\".et_pb_no_bg_tablet.et_pb_promo\";i:1266;s:40:\".et_pb_animation_left_tablet.et-animated\";i:1267;s:41:\".et_pb_animation_right_tablet.et-animated\";i:1268;s:39:\".et_pb_animation_top_tablet.et-animated\";i:1269;s:42:\".et_pb_animation_bottom_tablet.et-animated\";i:1270;s:43:\".et_pb_animation_fade_in_tablet.et-animated\";i:1271;s:140:\".et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down, .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone\";i:1272;s:73:\".et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet\";i:1273;s:41:\".et_pb_divider_position_top_tablet:before\";i:1274;s:44:\".et_pb_divider_position_bottom_tablet:before\";i:1275;s:44:\".et_pb_divider_position_center_tablet:before\";i:1276;s:43:\".et_parallax_bg.et_parallax_bg_tablet_exist\";i:1277;s:37:\".et_parallax_bg.et_parallax_bg_tablet\";i:1278;s:77:\".et_overlay.et_pb_inline_icon_tablet:before, .et_pb_inline_icon_tablet:before\";i:1279;s:74:\".et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after\";i:1280;s:63:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left\";i:1281;s:64:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right\";i:1282;s:65:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center\";i:1283;s:117:\".et_pb_blurb_position_left_tablet .et_pb_main_blurb_image, .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image\";i:1284;s:125:\".et_pb_blurb_position_left_tablet .et_pb_main_blurb_image img, .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image img\";i:1285;s:93:\".et_pb_blurb_position_left_tablet .et-pb-icon, .et_pb_blurb_position_right_tablet .et-pb-icon\";i:1286;s:107:\".et_pb_blurb_position_left_tablet .et-pb-icon-circle, .et_pb_blurb_position_right_tablet .et-pb-icon-circle\";i:1287;s:121:\".et_pb_blurb_position_left_tablet .et-pb-icon-circle-border, .et_pb_blurb_position_right_tablet .et-pb-icon-circle-border\";i:1288;s:115:\".et_pb_blurb_position_left_tablet .et_pb_blurb_container, .et_pb_blurb_position_right_tablet .et_pb_blurb_container\";i:1289;s:56:\".et_pb_blurb_position_left_tablet .et_pb_blurb_container\";i:1290;s:54:\".et_pb_blurb_position_left_tablet .et_pb_blurb_content\";i:1291;s:57:\".et_pb_blurb_position_right_tablet .et_pb_blurb_container\";i:1292;s:55:\".et_pb_blurb_position_right_tablet .et_pb_blurb_content\";i:1293;s:58:\".et_pb_blurb_position_right_tablet .et_pb_main_blurb_image\";i:1294;s:46:\".et_pb_blurb_position_right_tablet .et-pb-icon\";i:1295;s:56:\".et_pb_blurb_position_top_tablet .et_pb_main_blurb_image\";i:1296;s:44:\".et_pb_blurb_position_top_tablet .et-pb-icon\";i:1297;s:51:\".et_pb_blurb_position_top_tablet .et-pb-icon-circle\";i:1298;s:55:\".et_pb_blurb_position_top_tablet .et_pb_blurb_container\";i:1299;s:53:\".et_pb_blurb_position_top_tablet .et_pb_blurb_content\";i:1300;s:26:\".et_pb_image_sticky_tablet\";i:1301;s:32:\".et_pb_image_bottom_space_tablet\";i:1302;s:119:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1303;s:147:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1304;s:151:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1305;s:30:\".et_pb_column .et_pb_grid_item\";i:1306;s:42:\".et_pb_column .et_pb_grid_item.last_in_row\";i:1307;s:77:\".et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget\";i:1308;s:105:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_column .et_pb_widget:nth-child(2n)\";i:1309;s:109:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n+1), .et_pb_column .et_pb_widget:nth-child(2n+1)\";i:1310;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:1311;s:98:\".et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_blog_grid .column.size-1of2\";i:1312;s:144:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child\";i:1313;s:1659:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1314;s:1250:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1315;s:2168:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1316;s:98:\".et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module\";i:1317;s:282:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1318;s:240:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1319;s:164:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:1320;s:540:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:1321;s:3940:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1322;s:407:\".et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5\";i:1323;s:2967:\".et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1324;s:564:\".et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6\";i:1325;s:4060:\".et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1326;s:147:\".et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1327;s:1051:\".et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1328;s:87:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_column .et_pb_widget\";i:1329;s:230:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row, .rtl .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_column .et_pb_widget .last_in_row, .rtl .et_pb_column .et_pb_widget:nth-child(2n)\";i:1330;s:260:\".rtl .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column .et_pb_widget, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1331;s:53:\".woocommerce-page ul.products li.product:nth-child(n)\";i:1332;s:54:\".woocommerce-page ul.products li.product:nth-child(3n)\";i:1333;s:56:\".woocommerce-page ul.products li.product:nth-child(3n+1)\";i:1334;s:49:\".et_hide_mobile_logo #main-header .logo_container\";i:1335;s:283:\"#page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:1336;s:325:\".et-tb #page-container, .et-tb-has-header #page-container, .et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb-has-header #page-container\";i:1337;s:33:\".et_non_fixed_nav #page-container\";i:1338;s:366:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:1339;s:20:\"#left-area, #sidebar\";i:1340;s:112:\".et_left_sidebar #left-area, .et_left_sidebar #sidebar, .et_right_sidebar #left-area, .et_right_sidebar #sidebar\";i:1341;s:129:\".et_full_width_page .et_gallery_item:nth-child(4n+1), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1)\";i:1342;s:27:\".footer-widget:nth-child(n)\";i:1343;s:39:\"#footer-widgets .footer-widget .fwidget\";i:1344;s:43:\".et_pb_gutters1 .footer-widget:nth-child(n)\";i:1345;s:55:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget\";i:1346;s:15:\"#footer-widgets\";i:1347;s:44:\"#footer-widgets .footer-widget:nth-child(2n)\";i:1348;s:51:\"#footer-widgets .footer-widget:nth-last-child(-n+2)\";i:1349;s:11:\".bottom-nav\";i:1350;s:71:\".woocommerce .cart-collaterals>div, .woocommerce .cart-collaterals>form\";i:1351;s:19:\".shop_table .coupon\";i:1352;s:55:\".checkout .col-1, .checkout .col-2, .checkout .form-row\";i:1353;s:34:\".checkout .col-1, .checkout .col-2\";i:1354;s:25:\"#main-header, #top-header\";i:1355;s:9:\"#top-menu\";i:1356;s:38:\".et_header_style_centered #main-header\";i:1357;s:42:\".et_header_style_centered nav#top-menu-nav\";i:1358;s:35:\".et_header_style_split #main-header\";i:1359;s:101:\".et_header_style_split #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:1360;s:18:\"#et-top-navigation\";i:1361;s:154:\".et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1362;s:99:\".et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation\";i:1363;s:77:\".et_fixed_nav #main-header, .et_non_fixed_nav.et_transparent_nav #main-header\";i:1364;s:89:\".et_vertical_nav.et_left_sidebar #left-area, .et_vertical_nav.et_right_sidebar #left-area\";i:1365;s:37:\"#et-secondary-menu, #et-secondary-nav\";i:1366;s:129:\".et_fixed_nav_temp #main-header, .et_non_fixed_nav.et_transparent_nav_temp #main-header, .et_secondary_nav_only_menu #main-header\";i:1367;s:39:\".et_secondary_nav_only_menu #top-header\";i:1368;s:22:\"#top-header .container\";i:1369;s:8:\"#et-info\";i:1370;s:48:\"#logo, #main-header, .container, .logo_container\";i:1371;s:31:\".et_header_style_centered #logo\";i:1372;s:60:\".et_header_style_centered header#main-header .logo_container\";i:1373;s:57:\".et_header_style_split header#main-header .logo_container\";i:1374;s:33:\".et_vertical_nav span.logo_helper\";i:1375;s:53:\".et_vertical_nav.et_header_style_left .logo_container\";i:1376;s:57:\".et_header_style_left #logo, .et_header_style_split #logo\";i:1377;s:14:\"#et_top_search\";i:1378;s:22:\"#et_search_icon:before\";i:1379;s:111:\".et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:1380;s:83:\".et_header_style_centered .et_search_outer, .et_header_style_split .et_search_outer\";i:1381;s:105:\".et_header_style_split #et_top_search, .et_vertical_nav.et_header_style_split #main-header #et_top_search\";i:1382;s:77:\".et_header_style_left .et-search-form, .et_header_style_split .et-search-form\";i:1383;s:66:\".et_header_style_slide .et_slide_in_menu_container .et-search-form\";i:1384;s:30:\"#footer-info, .et-social-icons\";i:1385;s:16:\".et-social-icons\";i:1386;s:28:\"#top-header .et-social-icons\";i:1387;s:58:\".et_header_style_centered #et-top-navigation .et-cart-info\";i:1388;s:32:\"#et-top-navigation .et-cart-info\";i:1389;s:19:\"#et_mobile_nav_menu\";i:1390;s:153:\".et_header_style_centered .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar), .et_header_style_split .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1391;s:45:\".et_header_style_centered #et_mobile_nav_menu\";i:1392;s:50:\".et_header_style_centered #main-header .mobile_nav\";i:1393;s:99:\".et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page\";i:1394;s:77:\".et_header_style_centered .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1395;s:41:\".et_header_style_centered .et_mobile_menu\";i:1396;s:42:\".et_header_style_split #et_mobile_nav_menu\";i:1397;s:39:\".et_header_style_split nav#top-menu-nav\";i:1398;s:47:\".et_header_style_split #main-header .mobile_nav\";i:1399;s:74:\".et_header_style_split .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1400;s:38:\".et_header_style_split .et_mobile_menu\";i:1401;s:43:\"body.admin-bar.et_vertical_nav #main-header\";i:1402;s:151:\".et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header\";i:1403;s:62:\"body.admin-bar.et_fixed_nav.et_header_style_slide #main-header\";i:1404;s:80:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header\";i:1405;s:210:\"body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:1406;s:155:\"body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:1407;s:64:\"body.admin-bar.et_header_style_slide .et_slide_in_menu_container\";i:1408;s:183:\".et_pb_column_1_2 .et_pb_video_play, .et_pb_column_2_3 .et_pb_video_play, .et_pb_column_3_4 .et_pb_video_play, .et_pb_column_3_5 .et_pb_video_play, .et_pb_column_4_4 .et_pb_video_play\";i:1409;s:253:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form\";i:1410;s:184:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter\";i:1411;s:274:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description\";i:1412;s:256:\"#main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, .woocommerce-cart #content-area table td, .woocommerce-cart #content-area table th, .woocommerce-cart #content-area table tr, table.cart td, table.cart th, table.cart tr\";i:1413;s:66:\"#content-area table tr, #main-content table.cart tr, table.cart tr\";i:1414;s:33:\".woocommerce .cart_item .quantity\";i:1415;s:59:\".woocommerce-cart table.cart td.actions .coupon .input-text\";i:1416;s:65:\".woocommerce-cart table.cart td.actions .button[name=update_cart]\";i:1417;s:16:\".et_left_tabs_bg\";i:1418;s:64:\".et-tabs-container .et-tabs-control, .tabs-left .et-tabs-control\";i:1419;s:38:\".tabs-left ul.et_shortcodes_mobile_nav\";i:1420;s:40:\".tabs-left ul.et_shortcodes_mobile_nav a\";i:1421;s:27:\".tabs-left .et-tabs-content\";i:1422;s:46:\".et-tabs-container ul.et_shortcodes_mobile_nav\";i:1423;s:49:\".et-tabs-container ul.et_shortcodes_mobile_nav li\";i:1424;s:11:\".et-pricing\";i:1425;s:113:\"body.et_full_width_page .pricing-table, body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";i:1426;s:12:\".pricing-big\";i:1427;s:181:\"body.et_full_width_page .one_fourth, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .three_fourth, body.et_full_width_page .two_third\";i:1428;s:82:\"body.et_full_width_page .et-protected, body.et_full_width_page .et-testimonial-box\";i:1429;s:42:\"body.et_full_width_page .et-protected-form\";i:1430;s:109:\"body.et_left_sidebar .author-shortcodes .author-inner, body.et_right_sidebar .author-shortcodes .author-inner\";i:1431;s:109:\"body.et_left_sidebar .author-shortcodes .author-image, body.et_right_sidebar .author-shortcodes .author-image\";i:1432;s:123:\"body.et_left_sidebar .quote-center .et_quote_additional_sign, body.et_right_sidebar .quote-center .et_quote_additional_sign\";i:1433;s:91:\"body.et_left_sidebar .et_shortcodes_controls, body.et_right_sidebar .et_shortcodes_controls\";i:1434;s:109:\"body.et_left_sidebar .et_shortcodes_controls_arrows a, body.et_right_sidebar .et_shortcodes_controls_arrows a\";i:1435;s:71:\"[data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped)\";i:1436;s:78:\".et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:1437;s:38:\".et_pb_slide_image, .et_pb_slide_video\";i:1438;s:18:\".et_pb_slide_video\";i:1439;s:39:\".et_pb_section_first .et_pb_slide_image\";i:1440;s:86:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title\";i:1441;s:61:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content\";i:1442;s:67:\".et_pb_portfolio_item h2, .et_pb_post h2, .et_pb_title_container h1\";i:1443;s:74:\".et_pb_carousel .et-pb-arrow-prev, .et_pb_carousel:hover .et-pb-arrow-prev\";i:1444;s:74:\".et_pb_carousel .et-pb-arrow-next, .et_pb_carousel:hover .et-pb-arrow-next\";i:1445;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-prev\";i:1446;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-next\";i:1447;s:462:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:1448;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:1449;s:84:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a\";i:1450;s:104:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a\";i:1451;s:105:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a\";i:1452;s:12:\".et_pb_promo\";i:1453;s:798:\".et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form\";i:1454;s:109:\".et_pb_column_2_3>.et_pb_newsletter, .et_pb_column_3_4>.et_pb_newsletter, .et_pb_column_4_4>.et_pb_newsletter\";i:1455;s:65:\".et_pb_column_4_4>.et_pb_newsletter .et_pb_newsletter_description\";i:1456;s:37:\".et_pb_slider:hover .et-pb-arrow-prev\";i:1457;s:37:\".et_pb_slider:hover .et-pb-arrow-next\";i:1458;s:18:\".et-pb-controllers\";i:1459;s:34:\".format-gallery .et-pb-controllers\";i:1460;s:65:\".et_transparent_nav .et_pb_section:first-child .et-pb-controllers\";i:1461;s:88:\".et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description\";i:1462;s:88:\".et_pb_slider_show_image .et_pb_slide_image, .et_pb_slider_show_image .et_pb_slide_video\";i:1463;s:45:\".et_pb_slide_description h2.et_pb_slide_title\";i:1464;s:22:\".et_pb_slide_image img\";i:1465;s:43:\".et_pb_section_first .et_pb_slide_image img\";i:1466;s:128:\".et_pb_slide_description, .et_pb_slide_with_image .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:1467;s:20:\".et_pb_tabs_controls\";i:1468;s:23:\".et_pb_tabs_controls li\";i:1469;s:95:\".et_pb_column .et_pb_pricing_table.et-last-child, .et_pb_column .et_pb_pricing_table:last-child\";i:1470;s:55:\".et_pb_column .et_pb_contact p.et_pb_contact_field_half\";i:1471;s:44:\".et_pb_column .et_pb_testimonial_description\";i:1472;s:41:\".et_pb_column .et_pb_testimonial_portrait\";i:1473;s:24:\".et_pb_team_member_image\";i:1474;s:30:\".et_pb_team_member_description\";i:1475;s:53:\".et_pb_blog_grid .et_quote_content, .et_quote_content\";i:1476;s:79:\".et_pb_blog_grid .et_quote_content blockquote p, .et_quote_content blockquote p\";i:1477;s:85:\".et_pb_blog_grid .et_quote_content blockquote cite, .et_quote_content blockquote cite\";i:1478;s:16:\".et_link_content\";i:1479;s:41:\".et_audio_content h2, .et_link_content h2\";i:1480;s:35:\".et_link_content a.et_link_main_url\";i:1481;s:63:\".et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1482;s:80:\".et_pb_blog_grid .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1483;s:17:\".et_audio_content\";i:1484;s:20:\".et_audio_content h2\";i:1485;s:66:\".et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:1486;s:22:\".et_pb_audio_cover_art\";i:1487;s:27:\".et_pb_audio_module_content\";i:1488;s:30:\".et_pb_audio_module_content h2\";i:1489;s:121:\".et_pb_column_1_4 .et_audio_module_meta, .et_pb_column_1_5 .et_audio_module_meta, .et_pb_column_1_6 .et_audio_module_meta\";i:1490;s:15:\".et-hide-mobile\";i:1491;s:127:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:1492;s:585:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:1493;s:159:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:1494;s:169:\".et_pb_slider_with_overlay .et_pb_slide_image, .et_pb_slider_with_overlay .et_pb_slide_video, .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description\";i:1495;s:45:\".et_pb_slider_with_overlay .et_pb_slide_image\";i:1496;s:52:\".et_pb_section_video_bg.et_pb_section_video_bg_phone\";i:1497;s:61:\".et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet\";i:1498;s:40:\".et_pb_bg_layout_light_phone:not(:hover)\";i:1499;s:61:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_counter_title\";i:1500;s:482:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post p, .et_pb_bg_layout_light_phone:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_light_phone:not(:hover) p.et_pb_title_meta_container a\";i:1501;s:142:\".et_pb_bg_layout_light_phone:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_light_phone:not(:hover).et_pb_post_slider .post-meta a\";i:1502;s:311:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_more_button, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_light_phone:not(:hover).et_pb_button, .et_pb_bg_layout_light_phone:not(:hover).et_pb_module.et_pb_button\";i:1503;s:198:\".et_pb_bg_layout_light_phone:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light_phone:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1504;s:58:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_video_play\";i:1505;s:65:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_forgot_password a\";i:1506;s:118:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-arrow-next, .et_pb_bg_layout_light_phone:not(:hover) .et-pb-arrow-prev\";i:1507;s:81:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-controllers .et-pb-active-control\";i:1508;s:61:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-controllers a\";i:1509;s:268:\".et_pb_bg_layout_light_phone:not(:hover) h1, .et_pb_bg_layout_light_phone:not(:hover) h2, .et_pb_bg_layout_light_phone:not(:hover) h3, .et_pb_bg_layout_light_phone:not(:hover) h4, .et_pb_bg_layout_light_phone:not(:hover) h5, .et_pb_bg_layout_light_phone:not(:hover) h6\";i:1510;s:67:\".et_pb_module .et_pb_bg_layout_light_phone:not(:hover).et_pb_button\";i:1511;s:303:\".et_pb_bg_layout_dark_phone:not(:hover), .et_pb_bg_layout_dark_phone:not(:hover) h1, .et_pb_bg_layout_dark_phone:not(:hover) h2, .et_pb_bg_layout_dark_phone:not(:hover) h3, .et_pb_bg_layout_dark_phone:not(:hover) h4, .et_pb_bg_layout_dark_phone:not(:hover) h5, .et_pb_bg_layout_dark_phone:not(:hover) h6\";i:1512;s:475:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post p, .et_pb_bg_layout_dark_phone:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_dark_phone:not(:hover) p.et_pb_title_meta_container a\";i:1513;s:140:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_post_slider .post-meta a\";i:1514;s:123:\".et_pb_bg_layout_dark_phone:not(:hover) .comment_postinfo a, .et_pb_bg_layout_dark_phone:not(:hover) .comment_postinfo span\";i:1515;s:84:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_social_media_follow li a.follow_button\";i:1516;s:90:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_social_media_follow li a.follow_button:hover\";i:1517;s:192:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_gallery .et_pb_gallery_pagination ul li a\";i:1518;s:100:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay\";i:1519;s:73:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_portfolio .meta p\";i:1520;s:68:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_menu ul li a\";i:1521;s:74:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_menu ul li a:hover\";i:1522;s:64:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_slide_description\";i:1523;s:60:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_slide_content\";i:1524;s:196:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1525;s:72:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_testimonial_description a\";i:1526;s:66:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s\";i:1527;s:93:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:1528;s:84:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s::-moz-placeholder\";i:1529;s:88:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s:-ms-input-placeholder\";i:1530;s:77:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_searchsubmit\";i:1531;s:60:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_counter_title\";i:1532;s:306:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_more_button, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_button, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_module.et_pb_button\";i:1533;s:683:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_link_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_quote_content blockquote p\";i:1534;s:585:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_audio_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content a.et_link_main_url, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_pb_audio_module_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content blockquote cite, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content blockquote p\";i:1535;s:258:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_audio_content, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content\";i:1536;s:302:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1537;s:306:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1538;s:249:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1539;s:284:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1540;s:115:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1541;s:683:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_link_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote p\";i:1542;s:302:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1543;s:306:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1544;s:249:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1545;s:284:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1546;s:115:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1547;s:73:\".et_pb_newsletter .et_pb_contact_field_last_phone+.et_pb_newsletter_field\";i:1548;s:102:\"p.et_pb_contact_field_half_phone+p.et_pb_contact_field_last_phone:not(.et_pb_contact_field_half_phone)\";i:1549;s:105:\"p.et_pb_contact_field.et_pb_contact_field_last_phone+p.et_pb_contact_field.et_pb_contact_field_last_phone\";i:1550;s:72:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_phone\";i:1551;s:46:\".et_pb_contact .et_pb_contact_field_half_phone\";i:1552;s:72:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_phone\";i:1553;s:46:\".et_pb_contact .et_pb_contact_field_last_phone\";i:1554;s:84:\".et_pb_blurb.et_pb_text_align_left-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1555;s:85:\".et_pb_blurb.et_pb_text_align_right-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1556;s:89:\".et_pb_blurb.et_pb_text_align_justified-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1557;s:86:\".et_pb_blurb.et_pb_text_align_center-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1558;s:50:\".et_pb_text_align_left-phone .et_pb_counter_amount\";i:1559;s:52:\".et_pb_text_align_center-phone .et_pb_counter_amount\";i:1560;s:51:\".et_pb_text_align_right-phone .et_pb_counter_amount\";i:1561;s:55:\".et_pb_text_align_justified-phone .et_pb_counter_amount\";i:1562;s:422:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-phone h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title\";i:1563;s:1074:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_title\";i:1564;s:551:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper\";i:1565;s:181:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper\";i:1566;s:179:\".et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper\";i:1567;s:187:\".et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper\";i:1568;s:168:\".et_pb_shop.et_pb_text_align_center-phone .star-rating, .et_pb_shop.et_pb_text_align_justified-phone .star-rating, .et_pb_shop.et_pb_text_align_right-phone .star-rating\";i:1569;s:28:\".et_pb_text_align_left-phone\";i:1570;s:30:\".et_pb_text_align_center-phone\";i:1571;s:29:\".et_pb_text_align_right-phone\";i:1572;s:33:\".et_pb_text_align_justified-phone\";i:1573;s:203:\".et_pb_text_align_left-phone .wp-pagenavi, .et_pb_text_align_left-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1574;s:209:\".et_pb_text_align_center-phone .wp-pagenavi, .et_pb_text_align_center-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1575;s:206:\".et_pb_text_align_right-phone .wp-pagenavi, .et_pb_text_align_right-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1576;s:218:\".et_pb_text_align_justified-phone .wp-pagenavi, .et_pb_text_align_justified-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1577;s:85:\".et_pb_filterable_portfolio.et_pb_text_align_center-phone .et_pb_portfolio_filters ul\";i:1578;s:88:\".et_pb_filterable_portfolio.et_pb_text_align_justified-phone .et_pb_portfolio_filters ul\";i:1579;s:84:\".et_pb_filterable_portfolio.et_pb_text_align_right-phone .et_pb_portfolio_filters ul\";i:1580;s:126:\".et_pb_search.et_pb_text_align_center-phone .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left-phone .et_pb_searchsubmit\";i:1581;s:62:\".et_pb_search.et_pb_text_align_right-phone .et_pb_searchsubmit\";i:1582;s:56:\".et_pb_search.et_pb_text_align_right-phone input.et_pb_s\";i:1583;s:57:\".et_pb_search.et_pb_text_align_center-phone input.et_pb_s\";i:1584;s:31:\".et_pb_has_bg_phone.et_pb_promo\";i:1585;s:30:\".et_pb_no_bg_phone.et_pb_promo\";i:1586;s:39:\".et_pb_animation_left_phone.et-animated\";i:1587;s:40:\".et_pb_animation_right_phone.et-animated\";i:1588;s:38:\".et_pb_animation_top_phone.et-animated\";i:1589;s:41:\".et_pb_animation_bottom_phone.et-animated\";i:1590;s:42:\".et_pb_animation_fade_in_phone.et-animated\";i:1591;s:139:\".et_pb_fullwidth_header .scroll-down-container-phone .scroll-down, .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet\";i:1592;s:71:\".et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone\";i:1593;s:40:\".et_pb_divider_position_top_phone:before\";i:1594;s:43:\".et_pb_divider_position_bottom_phone:before\";i:1595;s:43:\".et_pb_divider_position_center_phone:before\";i:1596;s:42:\".et_parallax_bg.et_parallax_bg_phone_exist\";i:1597;s:36:\".et_parallax_bg.et_parallax_bg_phone\";i:1598;s:75:\".et_overlay.et_pb_inline_icon_phone:before, .et_pb_inline_icon_phone:before\";i:1599;s:62:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_left\";i:1600;s:63:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_right\";i:1601;s:64:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_center\";i:1602;s:115:\".et_pb_blurb_position_left_phone .et_pb_main_blurb_image, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image\";i:1603;s:123:\".et_pb_blurb_position_left_phone .et_pb_main_blurb_image img, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image img\";i:1604;s:91:\".et_pb_blurb_position_left_phone .et-pb-icon, .et_pb_blurb_position_right_phone .et-pb-icon\";i:1605;s:105:\".et_pb_blurb_position_left_phone .et-pb-icon-circle, .et_pb_blurb_position_right_phone .et-pb-icon-circle\";i:1606;s:119:\".et_pb_blurb_position_left_phone .et-pb-icon-circle-border, .et_pb_blurb_position_right_phone .et-pb-icon-circle-border\";i:1607;s:113:\".et_pb_blurb_position_left_phone .et_pb_blurb_container, .et_pb_blurb_position_right_phone .et_pb_blurb_container\";i:1608;s:55:\".et_pb_blurb_position_left_phone .et_pb_blurb_container\";i:1609;s:53:\".et_pb_blurb_position_left_phone .et_pb_blurb_content\";i:1610;s:56:\".et_pb_blurb_position_right_phone .et_pb_blurb_container\";i:1611;s:54:\".et_pb_blurb_position_right_phone .et_pb_blurb_content\";i:1612;s:57:\".et_pb_blurb_position_right_phone .et_pb_main_blurb_image\";i:1613;s:45:\".et_pb_blurb_position_right_phone .et-pb-icon\";i:1614;s:55:\".et_pb_blurb_position_top_phone .et_pb_main_blurb_image\";i:1615;s:43:\".et_pb_blurb_position_top_phone .et-pb-icon\";i:1616;s:50:\".et_pb_blurb_position_top_phone .et-pb-icon-circle\";i:1617;s:54:\".et_pb_blurb_position_top_phone .et_pb_blurb_container\";i:1618;s:52:\".et_pb_blurb_position_top_phone .et_pb_blurb_content\";i:1619;s:25:\".et_pb_image_sticky_phone\";i:1620;s:31:\".et_pb_image_bottom_space_phone\";i:1621;s:151:\".et_pb_column .et_pb_grid_item, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1622;s:193:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1623;s:199:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1624;s:385:\".et_pb_column .et_pb_grid_item .last_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .last_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n)\";i:1625;s:394:\".et_pb_column .et_pb_grid_item .first_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .first_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column .et_pb_grid_item:nth-child(2n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1)\";i:1626;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:1627;s:27:\".et_pb_column .et_pb_widget\";i:1628;s:430:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1629;s:514:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1630;s:526:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1631;s:146:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item\";i:1632;s:104:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item\";i:1633;s:128:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.last_in_row\";i:1634;s:264:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1635;s:65:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:1636;s:32:\"#comment-wrap li.comment article\";i:1637;s:13:\".comment-body\";i:1638;s:19:\".comment-reply-link\";i:1639;s:91:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url]\";i:1640;s:18:\".comment .children\";i:1641;s:54:\".woocommerce-page ul.products li.product:nth-child(2n)\";i:1642;s:56:\".woocommerce-page ul.products li.product:nth-child(2n+1)\";i:1643;s:35:\".et_mobile_device .et-pb-arrow-prev\";i:1644;s:35:\".et_mobile_device .et-pb-arrow-next\";i:1645;s:78:\"#footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget\";i:1646;s:84:\"#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n)\";i:1647;s:116:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget, .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n)\";i:1648;s:50:\"#footer-widgets .footer-widget .fwidget:last-child\";i:1649;s:41:\"#footer-widgets .footer-widget:last-child\";i:1650;s:276:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active\";i:1651;s:134:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a\";i:1652;s:22:\".woocommerce .form-row\";i:1653;s:161:\"body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:1654;s:25:\"#et-info .et-social-icons\";i:1655;s:45:\"#et-secondary-menu .et_duplicate_social_icons\";i:1656;s:141:\"body.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:1657;s:28:\"#et-info, #et-secondary-menu\";i:1658;s:47:\".et_secondary_nav_two_panels #et-secondary-menu\";i:1659;s:25:\"#top-header .et-cart-info\";i:1660;s:38:\".et_header_style_fullscreen #et-info a\";i:1661;s:62:\".et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:1662;s:55:\".et_header_style_fullscreen .et_slide_in_menu_container\";i:1663;s:102:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu\";i:1664;s:82:\".et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:1665;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev\";i:1666;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:1667;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next\";i:1668;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:1669;s:56:\"body.et_full_width_page .author-shortcodes .author-inner\";i:1670;s:56:\"body.et_full_width_page .author-shortcodes .author-image\";i:1671;s:63:\"body.et_full_width_page .quote-center .et_quote_additional_sign\";i:1672;s:47:\"body.et_full_width_page .et_shortcodes_controls\";i:1673;s:56:\"body.et_full_width_page .et_shortcodes_controls_arrows a\";i:1674;s:38:\".et-box:before, .et-testimonial:before\";i:1675;s:15:\".et-box-content\";i:1676;s:15:\".et-testimonial\";i:1677;s:127:\".et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6\";i:1678;s:331:\".et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child\";i:1679;s:187:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child\";i:1680;s:41:\".et_pb_slide_content, a.et_pb_more_button\";i:1681;s:96:\".et_pb_slider_fullwidth_off .et_pb_more_button, .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:1682;s:21:\".et_pb_portfolio_item\";i:1683;s:35:\".et_pb_blog_grid h2, .et_pb_post h2\";i:1684;s:22:\".et_pb_post .post-meta\";i:1685;s:210:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_blog_grid .et_pb_post.format-link>*, .et_pb_blog_grid .et_pb_post.format-quote>*\";i:1686;s:125:\".et_pb_blog_grid .et_pb_post>.et_pb_image_container, .et_pb_blog_grid .et_pb_post>.post-meta, .et_pb_blog_grid .et_pb_post>h2\";i:1687;s:39:\".et_pb_blog_grid .et_pb_post .post-meta\";i:1688;s:346:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:1689;s:107:\".et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_blog_grid .et_quote_content, .et_quote_content\";i:1690;s:145:\".et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide, .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1691;s:18:\".et_pb_testimonial\";i:1692;s:190:\".et_pb_column .et_pb_grid_item .on_last_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .on_last_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .on_last_row\";i:1693;s:89:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget\";i:1694;s:961:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1695;s:724:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1696;s:1258:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1697;s:19:\".comment_avatar img\";i:1698;s:33:\"a.comment-reply-link.et_pb_button\";i:1699;s:39:\"a.comment-reply-link.et_pb_button:after\";i:1700;s:68:\"#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget\";i:1701;s:35:\"#footer-widgets .footer-widget.last\";i:1702;s:115:\"#content table.cart td, #content table.cart th, #content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:1703;s:108:\".woocommerce-cart table.cart td.actions .button, .woocommerce-cart table.cart td.actions .coupon .input-text\";i:1704;s:15:\"#page-container\";i:1705;s:8:\"#respond\";i:1706;s:1110:\".et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2)\";i:1707;s:1126:\".et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2)\";i:1708;s:130:\".et_pb_column_1_4 .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_description\";i:1709;s:184:\".et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img\";i:1710;s:166:\".et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body\";i:1711;s:181:\".et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children\";i:1712;s:184:\".et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link\";i:1713;s:94:\".et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar\";i:1714;s:97:\".et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text\";i:1715;s:298:\".et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar\";i:1716;s:307:\".et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text, .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text, .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text\";i:1717;s:62:\".et_pb_in_customizer.et_pb_login .et_pb_newsletter_description\";i:1718;s:220:\".et_pb_column_1_3 .et_pb_video_play, .et_pb_column_1_4 .et_pb_video_play, .et_pb_column_1_5 .et_pb_video_play, .et_pb_column_1_6 .et_pb_video_play, .et_pb_column_2_5 .et_pb_video_play, .et_pb_column_3_8 .et_pb_video_play\";i:1719;s:289:\".et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait, .et_pb_row_4col .et_pb_testimonial_portrait\";i:1720;s:38:\".et_pb_column .et_pb_team_member_image\";i:1721;s:71:\".et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image\";i:1722;s:44:\".et_pb_column .et_pb_team_member_description\";i:1723;s:30:\".et_quote_content blockquote p\";i:1724;s:33:\".et_quote_content blockquote cite\";i:1725;s:34:\".et_pb_blog_grid .et_quote_content\";i:1726;s:47:\".et_pb_blog_grid .et_quote_content blockquote p\";i:1727;s:50:\".et_pb_blog_grid .et_quote_content blockquote cite\";i:1728;s:19:\".et_link_content h2\";i:1729;s:36:\".et_pb_blog_grid .et_link_content h2\";i:1730;s:52:\".et_pb_blog_grid .et_link_content a.et_link_main_url\";i:1731;s:80:\".et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide\";i:1732;s:37:\".et_pb_blog_grid .et_audio_content h2\";i:1733;s:1560:\".et_pb_column_1_2>.et_pb_newsletter_layout_left_right, .et_pb_column_1_2>.et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5 .et_pb_newsletter_layout_left_right, .et_pb_column_2_5 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5>.et_pb_newsletter_layout_left_right, .et_pb_column_3_5>.et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left\";i:1734;s:58:\".et_pb_section_video_bg.et_pb_section_video_bg_tablet_only\";i:1735;s:105:\".et_pb_countdown_timer .section p, .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1736;s:33:\".mfp-img-mobile .mfp-image-holder\";i:1737;s:27:\".mfp-img-mobile img.mfp-img\";i:1738;s:33:\".mfp-img-mobile .mfp-figure:after\";i:1739;s:33:\".mfp-img-mobile .mfp-figure small\";i:1740;s:31:\".mfp-img-mobile .mfp-bottom-bar\";i:1741;s:37:\".mfp-img-mobile .mfp-bottom-bar:empty\";i:1742;s:28:\".mfp-img-mobile .mfp-counter\";i:1743;s:26:\".mfp-img-mobile .mfp-close\";i:1744;s:10:\".mfp-arrow\";i:1745;s:15:\".mfp-arrow-left\";i:1746;s:16:\".mfp-arrow-right\";i:1747;s:14:\".mfp-container\";i:1748;s:339:\"body.et_left_sidebar .one_fourth, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .three_fourth, body.et_left_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .three_fourth, body.et_right_sidebar .two_third\";i:1749;s:156:\"body.et_left_sidebar .et-protected, body.et_left_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected, body.et_right_sidebar .et-testimonial-box\";i:1750;s:81:\"body.et_left_sidebar .et-protected-form, body.et_right_sidebar .et-protected-form\";i:1751;s:38:\"body.et_full_width_page .pricing-table\";i:1752;s:294:\"a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var\";i:1753;s:4:\"body\";i:1754;s:6:\"ol, ul\";i:1755;s:13:\"blockquote, q\";i:1756;s:54:\"blockquote:after, blockquote:before, q:after, q:before\";i:1757;s:10:\"blockquote\";i:1758;s:6:\":focus\";i:1759;s:3:\"ins\";i:1760;s:3:\"del\";i:1761;s:5:\"table\";i:1762;s:52:\"article, aside, footer, header, hgroup, nav, section\";i:1763;s:123:\"body.et_fixed_nav.et_boxed_layout #page-container, body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container\";i:1764;s:123:\"body.et_fixed_nav.et_boxed_layout.et-tb #page-container, body.et_fixed_nav.et_boxed_layout.et-tb-has-header #page-container\";i:1765;s:58:\"body.page-template-page-template-blank-php #page-container\";i:1766;s:24:\"body.et_cover_background\";i:1767;s:7:\"a:hover\";i:1768;s:35:\"p:not(.has-background):last-of-type\";i:1769;s:19:\"p.et_normal_padding\";i:1770;s:6:\"strong\";i:1771;s:11:\"cite, em, i\";i:1772;s:9:\"code, pre\";i:1773;s:8:\"sub, sup\";i:1774;s:3:\"sup\";i:1775;s:3:\"sub\";i:1776;s:2:\"dl\";i:1777;s:5:\"dl dt\";i:1778;s:2:\"dd\";i:1779;s:12:\"blockquote p\";i:1780;s:28:\"embed, iframe, object, video\";i:1781;s:22:\"h1, h2, h3, h4, h5, h6\";i:1782;s:34:\"h1 a, h2 a, h3 a, h4 a, h5 a, h6 a\";i:1783;s:2:\"h1\";i:1784;s:2:\"h2\";i:1785;s:2:\"h3\";i:1786;s:2:\"h4\";i:1787;s:2:\"h5\";i:1788;s:2:\"h6\";i:1789;s:5:\"input\";i:1790;s:20:\"input[type=checkbox]\";i:1791;s:17:\"input[type=radio]\";i:1792;s:117:\"input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea\";i:1793;s:89:\"input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus\";i:1794;s:59:\"input.text, input.title, input[type=text], select, textarea\";i:1795;s:8:\"textarea\";i:1796;s:31:\"button, input, select, textarea\";i:1797;s:3:\"img\";i:1798;s:8:\"#ie8 img\";i:1799;s:6:\".clear\";i:1800;s:8:\"br.clear\";i:1801;s:38:\".et_vertical_nav #page-container:after\";i:1802;s:35:\"#et-secondary-menu li, #top-menu li\";i:1803;s:98:\".woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message\";i:1804;s:2452:\"#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current\";i:1805;s:82:\".et-search-form, .et_mobile_menu, .footer-widget li:before, .nav li ul, blockquote\";i:1806;s:36:\"#et-secondary-nav li ul, #top-header\";i:1807;s:13:\"#main-content\";i:1808;s:12:\"#main-header\";i:1809;s:37:\"#main-header.et-disabled-animations *\";i:1810;s:10:\".container\";i:1811;s:95:\"body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container\";i:1812;s:114:\".et_full_width_page #main-content .container:before, .et_full_width_portfolio_page #main-content .container:before\";i:1813;s:35:\".et_transparent_nav #page-container\";i:1814;s:32:\".et_boxed_layout #page-container\";i:1815;s:685:\".et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header\";i:1816;s:48:\".et_boxed_layout.et_vertical_nav #page-container\";i:1817;s:60:\".et_boxed_layout.et_vertical_nav #page-container #top-header\";i:1818;s:65:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #main-header\";i:1819;s:102:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #page-container #main-header.et_vertical_menu_set\";i:1820;s:32:\".et_vertical_nav #page-container\";i:1821;s:11:\".main_title\";i:1822;s:775:\".woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce-page input.button, .woocommerce-page input.button.alt\";i:1823;s:907:\".woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:1824;s:1021:\".comment-reply-link:hover, .et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:1825;s:1203:\".woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #content input.button:before, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce #respond input#submit:before, .woocommerce a.button.alt:after, .woocommerce a.button:after, .woocommerce a.button:before, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.button:before, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce input.button:before, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #content input.button:before, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page #respond input#submit:before, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page a.button:before, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page button.button:before, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, .woocommerce-page input.button:before\";i:1826;s:393:\".woocommerce #content input.button:before, .woocommerce #respond input#submit:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before, .woocommerce-page #content input.button:before, .woocommerce-page #respond input#submit:before, .woocommerce-page a.button:before, .woocommerce-page button.button:before, .woocommerce-page input.button:before\";i:1827;s:1320:\".et_button_icon_visible .et_pb_button, .et_button_icon_visible.woocommerce #content input.button, .et_button_icon_visible.woocommerce #content input.button.alt, .et_button_icon_visible.woocommerce #respond input#submit, .et_button_icon_visible.woocommerce #respond input#submit.alt, .et_button_icon_visible.woocommerce a.button, .et_button_icon_visible.woocommerce a.button.alt, .et_button_icon_visible.woocommerce button.button, .et_button_icon_visible.woocommerce button.button.alt, .et_button_icon_visible.woocommerce button.button.alt.disabled, .et_button_icon_visible.woocommerce input.button, .et_button_icon_visible.woocommerce input.button.alt, .et_button_icon_visible.woocommerce-page #content input.button, .et_button_icon_visible.woocommerce-page #content input.button.alt, .et_button_icon_visible.woocommerce-page #respond input#submit, .et_button_icon_visible.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.woocommerce-page a.button, .et_button_icon_visible.woocommerce-page a.button.alt, .et_button_icon_visible.woocommerce-page button.button, .et_button_icon_visible.woocommerce-page button.button.alt, .et_button_icon_visible.woocommerce-page button.button.alt.disabled, .et_button_icon_visible.woocommerce-page input.button, .et_button_icon_visible.woocommerce-page input.button.alt\";i:1828;s:1313:\".et_button_icon_visible .et_pb_button:after, .et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_icon_visible.woocommerce #content input.button:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_icon_visible.woocommerce a.button.alt:after, .et_button_icon_visible.woocommerce a.button:after, .et_button_icon_visible.woocommerce button.button.alt:after, .et_button_icon_visible.woocommerce button.button:after, .et_button_icon_visible.woocommerce input.button.alt:after, .et_button_icon_visible.woocommerce input.button:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_icon_visible.woocommerce-page a.button:after, .et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_icon_visible.woocommerce-page button.button:after, .et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_icon_visible.woocommerce-page input.button:after\";i:1829;s:1731:\".et_button_left .et_pb_button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button:hover:after\";i:1830;s:961:\".comment-reply-link:hover:after, .woocommerce #content input.button.alt:hover:after, .woocommerce #content input.button:hover:after, .woocommerce #respond input#submit.alt:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce a.button:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce button.button:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce input.button:hover:after, .woocommerce-page #content input.button.alt:hover:after, .woocommerce-page #content input.button:hover:after, .woocommerce-page #respond input#submit.alt:hover:after, .woocommerce-page #respond input#submit:hover:after, .woocommerce-page a.button.alt:hover:after, .woocommerce-page a.button:hover:after, .woocommerce-page button.button.alt:hover:after, .woocommerce-page button.button:hover:after, .woocommerce-page input.button.alt:hover:after, .woocommerce-page input.button:hover:after\";i:1831;s:1145:\".et_button_left .et_pb_button:after, .et_button_left.woocommerce #content input.button.alt:after, .et_button_left.woocommerce #content input.button:after, .et_button_left.woocommerce #respond input#submit.alt:after, .et_button_left.woocommerce #respond input#submit:after, .et_button_left.woocommerce a.button.alt:after, .et_button_left.woocommerce a.button:after, .et_button_left.woocommerce button.button.alt:after, .et_button_left.woocommerce button.button:after, .et_button_left.woocommerce input.button.alt:after, .et_button_left.woocommerce input.button:after, .et_button_left.woocommerce-page #content input.button.alt:after, .et_button_left.woocommerce-page #content input.button:after, .et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_left.woocommerce-page #respond input#submit:after, .et_button_left.woocommerce-page a.button.alt:after, .et_button_left.woocommerce-page a.button:after, .et_button_left.woocommerce-page button.button.alt:after, .et_button_left.woocommerce-page button.button:after, .et_button_left.woocommerce-page input.button.alt:after, .et_button_left.woocommerce-page input.button:after\";i:1832;s:2992:\".et_button_icon_visible.et_button_left .et_pb_button, .et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled, .et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled, .et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_left .et_pb_button:hover, .et_button_left .et_pb_module .et_pb_button:hover, .et_button_left.woocommerce #content input.button.alt:hover, .et_button_left.woocommerce #content input.button:hover, .et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_left.woocommerce #respond input#submit:hover, .et_button_left.woocommerce a.button.alt:hover, .et_button_left.woocommerce a.button:hover, .et_button_left.woocommerce button.button.alt.disabled:hover, .et_button_left.woocommerce button.button.alt:hover, .et_button_left.woocommerce button.button:hover, .et_button_left.woocommerce input.button.alt:hover, .et_button_left.woocommerce input.button:hover, .et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_left.woocommerce-page #content input.button:hover, .et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_left.woocommerce-page #respond input#submit:hover, .et_button_left.woocommerce-page a.button.alt:hover, .et_button_left.woocommerce-page a.button:hover, .et_button_left.woocommerce-page button.button.alt.disabled:hover, .et_button_left.woocommerce-page button.button.alt:hover, .et_button_left.woocommerce-page button.button:hover, .et_button_left.woocommerce-page input.button.alt:hover, .et_button_left.woocommerce-page input.button:hover\";i:1833;s:2901:\".et_button_icon_visible.et_button_left .et_pb_button:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce a.button:after, .et_button_icon_visible.et_button_left.woocommerce button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce button.button:after, .et_button_icon_visible.et_button_left.woocommerce input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button:after, .et_button_left .et_pb_button:hover:after, .et_button_left.woocommerce #content input.button.alt:hover:after, .et_button_left.woocommerce #content input.button:hover:after, .et_button_left.woocommerce #respond input#submit.alt:hover:after, .et_button_left.woocommerce #respond input#submit:hover:after, .et_button_left.woocommerce a.button.alt:hover:after, .et_button_left.woocommerce a.button:hover:after, .et_button_left.woocommerce button.button.alt:hover:after, .et_button_left.woocommerce button.button:hover:after, .et_button_left.woocommerce input.button.alt:hover:after, .et_button_left.woocommerce input.button:hover:after, .et_button_left.woocommerce-page #content input.button.alt:hover:after, .et_button_left.woocommerce-page #content input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after, .et_button_left.woocommerce-page a.button.alt:hover:after, .et_button_left.woocommerce-page a.button:hover:after, .et_button_left.woocommerce-page button.button.alt:hover:after, .et_button_left.woocommerce-page button.button:hover:after, .et_button_left.woocommerce-page input.button.alt:hover:after, .et_button_left.woocommerce-page input.button:hover:after\";i:1834;s:174:\".et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover\";i:1835;s:1208:\".et_button_no_icon .et_pb_button:after, .et_button_no_icon.woocommerce #content input.button.alt:after, .et_button_no_icon.woocommerce #content input.button:after, .et_button_no_icon.woocommerce #respond input#submit.alt:after, .et_button_no_icon.woocommerce #respond input#submit:after, .et_button_no_icon.woocommerce a.button.alt:after, .et_button_no_icon.woocommerce a.button:after, .et_button_no_icon.woocommerce button.button.alt:after, .et_button_no_icon.woocommerce button.button:after, .et_button_no_icon.woocommerce input.button.alt:after, .et_button_no_icon.woocommerce input.button:after, .et_button_no_icon.woocommerce-page #content input.button.alt:after, .et_button_no_icon.woocommerce-page #content input.button:after, .et_button_no_icon.woocommerce-page #respond input#submit.alt:after, .et_button_no_icon.woocommerce-page #respond input#submit:after, .et_button_no_icon.woocommerce-page a.button.alt:after, .et_button_no_icon.woocommerce-page a.button:after, .et_button_no_icon.woocommerce-page button.button.alt:after, .et_button_no_icon.woocommerce-page button.button:after, .et_button_no_icon.woocommerce-page input.button.alt:after, .et_button_no_icon.woocommerce-page input.button:after\";i:1836;s:6381:\".et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt.disabled, .et_button_no_icon.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt.disabled, .et_button_no_icon.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover\";i:1837;s:1292:\".et_button_custom_icon .et_pb_button:after, .et_button_custom_icon.woocommerce #content input.button.alt:after, .et_button_custom_icon.woocommerce #content input.button:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.woocommerce #respond input#submit:after, .et_button_custom_icon.woocommerce a.button.alt:after, .et_button_custom_icon.woocommerce a.button:after, .et_button_custom_icon.woocommerce button.button.alt:after, .et_button_custom_icon.woocommerce button.button:after, .et_button_custom_icon.woocommerce input.button.alt:after, .et_button_custom_icon.woocommerce input.button:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.woocommerce-page #content input.button:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.woocommerce-page #respond input#submit:after, .et_button_custom_icon.woocommerce-page a.button.alt:after, .et_button_custom_icon.woocommerce-page a.button:after, .et_button_custom_icon.woocommerce-page button.button.alt:after, .et_button_custom_icon.woocommerce-page button.button:after, .et_button_custom_icon.woocommerce-page input.button.alt:after, .et_button_custom_icon.woocommerce-page input.button:after\";i:1838;s:3188:\".et_button_custom_icon .et_pb_button:hover:after, .et_button_custom_icon.et_button_icon_visible .et_pb_button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after, .et_button_custom_icon.woocommerce #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce #content input.button:hover:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce #respond input#submit:hover:after, .et_button_custom_icon.woocommerce a.button.alt:hover:after, .et_button_custom_icon.woocommerce a.button:hover:after, .et_button_custom_icon.woocommerce button.button.alt:hover:after, .et_button_custom_icon.woocommerce button.button:hover:after, .et_button_custom_icon.woocommerce input.button.alt:hover:after, .et_button_custom_icon.woocommerce input.button:hover:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page #content input.button:hover:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button:hover:after, .et_button_custom_icon.woocommerce-page button.button.alt:hover:after, .et_button_custom_icon.woocommerce-page button.button:hover:after, .et_button_custom_icon.woocommerce-page input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after\";i:1839;s:75:\"#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type\";i:1840;s:71:\".entry-content table, body.et-pb-preview #main-content .container table\";i:1841;s:150:\".entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th\";i:1842;s:71:\".entry-content tr td, body.et-pb-preview #main-content .container tr td\";i:1843;s:153:\"#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul\";i:1844;s:153:\"#left-area ol, .comment-content ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol, body.et-pb-preview #main-content .container ol\";i:1845;s:152:\"#left-area ul li ul, .comment-content ul li ol, .comment-content ul li ul, .entry-content ul li ol, body.et-pb-preview #main-content .container ul li ol\";i:1846;s:222:\"#left-area ol li ul, .comment-content ol li ol, .comment-content ol li ul, .entry-content ol li ol, .et-l--body ol li ol, .et-l--footer ol li ol, .et-l--header ol li ol, body.et-pb-preview #main-content .container ol li ol\";i:1847;s:30:\"#left-area ul.wp-block-gallery\";i:1848;s:34:\".comment .children, ol.commentlist\";i:1849;s:19:\".comment-content ul\";i:1850;s:19:\".comment-content ol\";i:1851;s:22:\"#left-area ul.products\";i:1852;s:15:\".gallery-item a\";i:1853;s:33:\".gallery-caption, .gallery-item a\";i:1854;s:266:\"body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:1855;s:135:\"body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:1856;s:85:\"body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_header_style_slide #main-header\";i:1857;s:57:\".et_vertical_fixed.admin-bar #page-container #main-header\";i:1858;s:11:\"#wpadminbar\";i:1859;s:11:\"#top-header\";i:1860;s:13:\"#top-header a\";i:1861;s:30:\"#et-secondary-nav, #top-header\";i:1862;s:26:\".et_duplicate_social_icons\";i:1863;s:88:\"#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a\";i:1864;s:107:\".et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container\";i:1865;s:107:\".et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container\";i:1866;s:157:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:1867;s:207:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:1868;s:157:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container\";i:1869;s:75:\".et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1870;s:99:\".et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1871;s:53:\".et_fixed_nav #main-header, .et_fixed_nav #top-header\";i:1872;s:83:\".et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation\";i:1873;s:107:\".et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a\";i:1874;s:37:\".et_header_style_left .logo_container\";i:1875;s:53:\".et_header_style_split #et-top-navigation nav>ul>li>a\";i:1876;s:62:\".et_header_style_split #main-header .centered-inline-logo-wrap\";i:1877;s:78:\".et_header_style_split #main-header .centered-inline-logo-wrap .logo_container\";i:1878;s:64:\".et_header_style_split #main-header .centered-inline-logo-wrap a\";i:1879;s:51:\".et_header_style_split #main-header .logo_container\";i:1880;s:36:\".et_header_style_split #top-menu-nav\";i:1881;s:37:\".et_header_style_split #et_top_search\";i:1882;s:53:\".et_header_style_split.et_vertical_nav #et_top_search\";i:1883;s:45:\".et_header_style_split #et_search_icon:before\";i:1884;s:117:\".et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar\";i:1885;s:41:\".et_header_style_split #et-top-navigation\";i:1886;s:57:\".et_header_style_split.et_vertical_nav #et-top-navigation\";i:1887;s:99:\".et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container\";i:1888;s:39:\".et_header_style_split span.logo_helper\";i:1889;s:269:\".et_header_style_split #main-header .et-menu, .et_header_style_split #main-header nav.et-menu-nav, .et_header_style_split #top-header .et-menu, .et_header_style_split #top-header nav.et-menu-nav, .et_header_style_split #top-menu, .et_header_style_split nav#top-menu-nav\";i:1890;s:48:\".safari.et_header_style_split #et-top-navigation\";i:1891;s:49:\".et_header_style_centered #main-header .container\";i:1892;s:65:\".et_header_style_centered.et_vertical_nav #main-header .container\";i:1893;s:60:\".et_header_style_centered #main-header div#et-top-navigation\";i:1894;s:158:\".et_header_style_centered #et-top-navigation, .et_header_style_centered #logo, .et_header_style_centered #top-menu, .et_header_style_centered nav#top-menu-nav\";i:1895;s:54:\".et_header_style_centered #main-header .logo_container\";i:1896;s:76:\".et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:1897;s:40:\".et_header_style_centered #et_top_search\";i:1898;s:48:\".et_header_style_centered #et_search_icon:before\";i:1899;s:40:\".et_header_style_centered #top-menu>li>a\";i:1900;s:92:\".et_hide_search_icon #et_top_search, .et_hide_search_icon .et_slide_menu_top .et-search-form\";i:1901;s:164:\".et_vertical_nav.et_header_style_centered #main-header .logo_container, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:1902;s:168:\".et_vertical_nav.et_header_style_centered header#main-header #top-menu>li>a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu>li>a\";i:1903;s:115:\".et_vertical_nav.et_header_style_left #et-top-navigation, .et_vertical_nav.et_header_style_split #et-top-navigation\";i:1904;s:5:\"#logo\";i:1905;s:110:\".et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo\";i:1906;s:15:\".logo_container\";i:1907;s:16:\"span.logo_helper\";i:1908;s:32:\".et_vertical_nav .logo_container\";i:1909;s:34:\".safari .centered-inline-logo-wrap\";i:1910;s:24:\"#et-define-logo-wrap img\";i:1911;s:36:\".gecko #et-define-logo-wrap.svg-logo\";i:1912;s:13:\".et-cart-info\";i:1913;s:119:\".et_header_style_fullscreen #et-top-navigation a.et-cart-info, .et_header_style_slide #et-top-navigation a.et-cart-info\";i:1914;s:50:\"#et-info-email, #et-info-phone, .et-cart-info span\";i:1915;s:21:\"#et-info-phone:before\";i:1916;s:14:\"#et-info-phone\";i:1917;s:21:\"#et-info-email:before\";i:1918;s:35:\"#et-secondary-menu .et-social-icons\";i:1919;s:31:\"#top-header .et-social-icons li\";i:1920;s:19:\".et-social-icons li\";i:1921;s:17:\".et-social-icon a\";i:1922;s:20:\".et-social-icon span\";i:1923;s:29:\"#top-header .et-social-icon a\";i:1924;s:24:\"#top-menu, #top-menu-nav\";i:1925;s:32:\".et_fixed_nav #et-top-navigation\";i:1926;s:18:\"#et-secondary-menu\";i:1927;s:36:\"#et-info, #et-secondary-menu>ul>li a\";i:1928;s:39:\"#et-secondary-nav, #et-secondary-nav li\";i:1929;s:19:\"#et-secondary-nav a\";i:1930;s:20:\"#et-secondary-nav li\";i:1931;s:31:\"#et-secondary-nav>li:last-child\";i:1932;s:25:\".et-cart-info span:before\";i:1933;s:54:\"#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav\";i:1934;s:12:\"#top-menu li\";i:1935;s:23:\"#top-menu>li:last-child\";i:1936;s:91:\".et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu\";i:1937;s:11:\"#top-menu a\";i:1938;s:109:\"#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover\";i:1939;s:21:\"#et_search_icon:hover\";i:1940;s:31:\"#et_top_search.et_search_opened\";i:1941;s:31:\".et_vertical_nav #et_top_search\";i:1942;s:15:\".et-search-form\";i:1943;s:21:\".et-search-form input\";i:1944;s:43:\".et-search-form .et-search-field::-ms-clear\";i:1945;s:101:\".et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field\";i:1946;s:133:\".et_vertical_nav.et_header_style_centered .et-search-form input, .et_vertical_nav.et_header_style_centered span.et_close_search_field\";i:1947;s:25:\".et_search_form_container\";i:1948;s:35:\".container.et_search_form_container\";i:1949;s:56:\".container.et_search_form_container.et_pb_search_visible\";i:1950;s:40:\".et_pb_search_visible.et_pb_no_animation\";i:1951;s:25:\".et_pb_search_form_hidden\";i:1952;s:26:\"span.et_close_search_field\";i:1953;s:32:\"span.et_close_search_field:after\";i:1954;s:28:\".container.et_menu_container\";i:1955;s:60:\".container.et_search_form_container.et_pb_search_form_hidden\";i:1956;s:16:\".et_search_outer\";i:1957;s:28:\".container.et_pb_menu_hidden\";i:1958;s:19:\"form.et-search-form\";i:1959;s:48:\"input[type=search]::-webkit-search-cancel-button\";i:1960;s:21:\"#left-area .post-meta\";i:1961;s:23:\"#left-area .post-meta a\";i:1962;s:29:\"#left-area .et_featured_image\";i:1963;s:13:\".single .post\";i:1964;s:29:\"body.single .et_audio_content\";i:1965;s:97:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container\";i:1966;s:94:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper\";i:1967;s:107:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper:last-of-type\";i:1968;s:83:\".et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row\";i:1969;s:106:\".et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row\";i:1970;s:206:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page:not(.et-tb-has-body) #main-content .et_pb_row\";i:1971;s:94:\".et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content\";i:1972;s:52:\".single-project.et_pb_pagebuilder_layout .nav-single\";i:1973;s:35:\".et_password_protected_form p input\";i:1974;s:33:\".et_password_protected_form label\";i:1975;s:45:\".et_password_protected_form .et_submit_button\";i:1976;s:82:\".post-password-required .et_pb_row, .post-password-required p.nocomments.container\";i:1977;s:53:\".post-password-required p.nocomments.container:before\";i:1978;s:12:\"p.demo_store\";i:1979;s:101:\".comment-content address, .entry-content address, body.et-pb-preview #main-content .container address\";i:1980;s:19:\".woocommerce-info a\";i:1981;s:28:\".shop_table .actions .submit\";i:1982;s:37:\".shop_table .actions .checkout-button\";i:1983;s:19:\".col2-set.addresses\";i:1984;s:16:\"table.shop_table\";i:1985;s:40:\".woocommerce-message a.button.wc-forward\";i:1986;s:46:\".woocommerce-message a.button.wc-forward:hover\";i:1987;s:82:\".woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea\";i:1988;s:26:\"p.woocommerce-result-count\";i:1989;s:27:\".entry-summary .entry-title\";i:1990;s:24:\".et_pb_widget .buttons a\";i:1991;s:13:\".product_meta\";i:1992;s:26:\".posted_in a, .tagged_as a\";i:1993;s:17:\".related.products\";i:1994;s:20:\".product .related h2\";i:1995;s:97:\".et_fixed_nav.et_transparent_nav.et-db.et_full_width_page #left-area>.woocommerce-notices-wrapper\";i:1996;s:89:\".woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img\";i:1997;s:83:\".woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3\";i:1998;s:93:\".woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale\";i:1999;s:55:\".woocommerce span.onsale, .woocommerce-page span.onsale\";i:2000;s:190:\".woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img\";i:2001;s:234:\".woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails\";i:2002;s:111:\".woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers\";i:2003;s:77:\".woocommerce .products .star-rating, .woocommerce-page .products .star-rating\";i:2004;s:71:\".woocommerce .star-rating:before, .woocommerce-page .star-rating:before\";i:2005;s:192:\".woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del\";i:2006;s:27:\".entry-summary p.price span\";i:2007;s:26:\".entry-summary p.price del\";i:2008;s:26:\".cart_table_item .quantity\";i:2009;s:31:\"#main-content .cart-subtotal td\";i:2010;s:53:\".woocommerce-checkout #main-content .cart-subtotal td\";i:2011;s:202:\"#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:2012;s:82:\"#main-content table.cart td.actions .button.alt, table.cart td.actions .button.alt\";i:2013;s:38:\"table.cart td.actions .checkout-button\";i:2014;s:66:\".orderby, .woocommerce div.product form.cart .variations td select\";i:2015;s:40:\".cart_totals h2, .shipping_calculator h2\";i:2016;s:170:\".woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart\";i:2017;s:302:\".woocommerce #content div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce-page #content div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce-page div.product .et_pb_wc_add_to_cart:last-child form.cart\";i:2018;s:222:\".woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity\";i:2019;s:223:\".woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty\";i:2020;s:78:\".woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder\";i:2021;s:86:\".woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder\";i:2022;s:76:\".woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder\";i:2023;s:77:\".woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder\";i:2024;s:81:\".woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder\";i:2025;s:298:\".woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus\";i:2026;s:122:\".woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity\";i:2027;s:49:\".woocommerce div.product form.cart .variations td\";i:2028;s:60:\".woocommerce div.product form.cart .variations td:last-child\";i:2029;s:148:\".woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li\";i:2030;s:262:\".woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before\";i:2031;s:34:\"body.woocommerce .woocommerce-tabs\";i:2032;s:124:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, body.woocommerce div.product .woocommerce-tabs ul.tabs\";i:2033;s:78:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active\";i:2034;s:288:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce div.product .woocommerce-tabs ul.tabs li:before\";i:2035;s:148:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a\";i:2036;s:122:\"body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel\";i:2037;s:21:\"#reviews .commentlist\";i:2038;s:105:\".woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li\";i:2039;s:133:\".woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text\";i:2040;s:127:\".woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar\";i:2041;s:147:\".woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta\";i:2042;s:47:\".woocommerce #reviews .commentlist .star-rating\";i:2043;s:460:\".woocommerce #reviews #comments h1, .woocommerce #reviews #comments h2, .woocommerce #reviews #comments h3, .woocommerce #reviews #comments h4, .woocommerce #reviews #comments h5, .woocommerce #reviews #comments h6, .woocommerce-page #reviews #comments h1, .woocommerce-page #reviews #comments h2, .woocommerce-page #reviews #comments h3, .woocommerce-page #reviews #comments h4, .woocommerce-page #reviews #comments h5, .woocommerce-page #reviews #comments h6\";i:2044;s:59:\".woocommerce-error, .woocommerce-info, .woocommerce-message\";i:2045;s:80:\".woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before\";i:2046;s:94:\".woocommerce-page #review_form #respond p.form-submit, .woocommerce-page #reviews #commentform\";i:2047;s:18:\".woocommerce .pswp\";i:2048;s:17:\"div.pp_pic_holder\";i:2049;s:14:\"div.pp_overlay\";i:2050;s:43:\"figure.woocommerce-product-gallery__wrapper\";i:2051;s:56:\".woocommerce div.product div.images .flex-control-thumbs\";i:2052;s:59:\".woocommerce div.product div.images .flex-control-thumbs li\";i:2053;s:75:\".woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n)\";i:2054;s:63:\".woocommerce div.product div.images.woocommerce-product-gallery\";i:2055;s:63:\".woocommerce div.product div.images .flex-control-thumbs li img\";i:2056;s:26:\".single-project #left-area\";i:2057;s:14:\".et_main_title\";i:2058;s:17:\".et_main_title h1\";i:2059;s:37:\".et_main_title .et_project_categories\";i:2060;s:39:\".et_main_title .et_project_categories a\";i:2061;s:23:\".project .entry-content\";i:2062;s:22:\".et_project_meta_title\";i:2063;s:16:\".et_project_meta\";i:2064;s:18:\".et_project_meta p\";i:2065;s:20:\".et_project_meta p a\";i:2066;s:13:\".nav-single a\";i:2067;s:13:\".nav-previous\";i:2068;s:9:\".nav-next\";i:2069;s:19:\".single .et_pb_post\";i:2070;s:35:\".et_portfolio_image, .et_shop_image\";i:2071;s:23:\".et_portfolio_image img\";i:2072;s:45:\".single .et_pb_post.et_pb_no_comments_section\";i:2073;s:49:\".et_pb_pagebuilder_layout .project .entry-content\";i:2074;s:44:\".et_full_width_portfolio_page .entry-content\";i:2075;s:41:\".et_full_width_portfolio_page .nav-single\";i:2076;s:41:\".entry-content .et_pb_member_social_links\";i:2077;s:15:\"#top-menu li li\";i:2078;s:17:\"#top-menu li li a\";i:2079;s:23:\"#et-secondary-nav li ul\";i:2080;s:26:\"#et-secondary-nav li ul ul\";i:2081;s:26:\"#et-secondary-nav li ul li\";i:2082;s:32:\"#et-secondary-nav li.et-hover>ul\";i:2083;s:23:\"#et-secondary-nav li>ul\";i:2084;s:96:\"#et-secondary-nav li.et-touch-hover>ul, #et-secondary-nav li:hover>ul, .nav li.et-touch-hover>ul\";i:2085;s:23:\"#et-secondary-nav li li\";i:2086;s:25:\"#et-secondary-nav li li a\";i:2087;s:31:\"#et-secondary-nav ul li a:hover\";i:2088;s:26:\"#et-secondary-nav li:hover\";i:2089;s:116:\"#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after\";i:2090;s:104:\"#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child\";i:2091;s:50:\"#top-menu li .menu-item-has-children>a:first-child\";i:2092;s:56:\"#top-menu li .menu-item-has-children>a:first-child:after\";i:2093;s:61:\"#et-secondary-nav .menu-item-has-children>a:first-child:after\";i:2094;s:64:\"#et-secondary-nav li .menu-item-has-children>a:first-child:after\";i:2095;s:22:\"#top-menu li.mega-menu\";i:2096;s:25:\"#top-menu li.mega-menu>ul\";i:2097;s:28:\"#top-menu li.mega-menu ul li\";i:2098;s:44:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:2099;s:46:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:2100;s:31:\"#top-menu li.mega-menu ul li li\";i:2101;s:28:\"#top-menu li.mega-menu li>ul\";i:2102;s:28:\"#top-menu li.mega-menu li ul\";i:2103;s:37:\"#top-menu li.mega-menu.et-hover li ul\";i:2104;s:34:\"#top-menu li.mega-menu.et-hover>ul\";i:2105;s:30:\"#top-menu li.mega-menu>ul>li>a\";i:2106;s:42:\"#top-menu li.mega-menu>ul>li>a:first-child\";i:2107;s:48:\"#top-menu li.mega-menu>ul>li>a:first-child:hover\";i:2108;s:27:\"#top-menu li.mega-menu li>a\";i:2109;s:91:\"#top-menu li.mega-menu.mega-menu-parent li li, #top-menu li.mega-menu.mega-menu-parent li>a\";i:2110;s:52:\"#top-menu li.mega-menu.mega-menu-parent li>.sub-menu\";i:2111;s:28:\"#top-menu li.mega-menu>ul>li\";i:2112;s:47:\"#top-menu li.mega-menu.mega-menu-parent-3>ul>li\";i:2113;s:47:\"#top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:2114;s:47:\"#top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:2115;s:66:\"#top-menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:2116;s:34:\"#top-menu li.mega-menu>ul>li>ul>li\";i:2117;s:39:\".et_vertical_nav #top-menu li.mega-menu\";i:2118;s:45:\".et_vertical_nav #top-menu li.mega-menu li>ul\";i:2119;s:44:\".et_vertical_nav #top-menu li.mega-menu li>a\";i:2120;s:45:\".et_vertical_nav #top-menu li.mega-menu>ul>li\";i:2121;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:2122;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:2123;s:60:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4)\";i:2124;s:59:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n)\";i:2125;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1)\";i:2126;s:63:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:2127;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:2128;s:16:\".mobile_menu_bar\";i:2129;s:52:\".et_toggle_slide_menu:after, .mobile_menu_bar:before\";i:2130;s:24:\".mobile_nav .select_page\";i:2131;s:12:\"#main-footer\";i:2132;s:14:\".footer-widget\";i:2133;s:5:\".last\";i:2134;s:34:\".footer-widget .fwidget:last-child\";i:2135;s:33:\"#footer-widgets .footer-widget li\";i:2136;s:40:\"#footer-widgets .footer-widget li:before\";i:2137;s:35:\"#footer-widgets .footer-widget li a\";i:2138;s:41:\"#footer-widgets .footer-widget li a:hover\";i:2139;s:40:\".footer-widget .widget_adsensewidget ins\";i:2140;s:14:\"#footer-bottom\";i:2141;s:16:\"#footer-bottom a\";i:2142;s:12:\"#footer-info\";i:2143;s:14:\"#footer-info a\";i:2144;s:20:\"#footer-info a:hover\";i:2145;s:14:\"#et-footer-nav\";i:2146;s:14:\".bottom-nav li\";i:2147;s:13:\".bottom-nav a\";i:2148;s:19:\".bottom-nav a:hover\";i:2149;s:45:\".aligncenter, div.post .new-post .aligncenter\";i:2150;s:11:\".wp-caption\";i:2151;s:21:\".wp-caption.alignleft\";i:2152;s:22:\".wp-caption.alignright\";i:2153;s:15:\".wp-caption img\";i:2154;s:29:\".wp-caption p.wp-caption-text\";i:2155;s:11:\".alignright\";i:2156;s:10:\".alignleft\";i:2157;s:13:\"img.alignleft\";i:2158;s:14:\"img.alignright\";i:2159;s:11:\".pagination\";i:2160;s:12:\".wp-pagenavi\";i:2161;s:33:\".wp-pagenavi a, .wp-pagenavi span\";i:2162;s:60:\".wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink\";i:2163;s:47:\".wp-pagenavi a:hover, .wp-pagenavi span.current\";i:2164;s:44:\".page.et_pb_pagebuilder_layout #main-content\";i:2165;s:15:\"img#about-image\";i:2166;s:34:\".widget_search .screen-reader-text\";i:2167;s:57:\".widget_search input#s, .widget_search input#searchsubmit\";i:2168;s:17:\".widget_search #s\";i:2169;s:26:\".widget_search #searchform\";i:2170;s:28:\".widget_search #searchsubmit\";i:2171;s:13:\"#searchsubmit\";i:2172;s:12:\"#wp-calendar\";i:2173;s:14:\"#wp-calendar a\";i:2174;s:20:\"#wp-calendar a:hover\";i:2175;s:20:\"#wp-calendar caption\";i:2176;s:15:\"#wp-calendar td\";i:2177;s:21:\"#wp-calendar td#today\";i:2178;s:15:\"#wp-calendar th\";i:2179;s:42:\"#wp-calendar #next a, #wp-calendar #prev a\";i:2180;s:20:\"#wp-calendar #next a\";i:2181;s:20:\"#wp-calendar #prev a\";i:2182;s:11:\".tagcloud a\";i:2183;s:17:\".tagcloud a:hover\";i:2184;s:24:\".et_color_scheme_green a\";i:2185;s:149:\".et_color_scheme_green #top-header, .et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading\";i:2186;s:1389:\".et_color_scheme_green .woocommerce-error, .et_color_scheme_green .woocommerce-info, .et_color_scheme_green .woocommerce-message, .et_color_scheme_green.woocommerce #content input.button, .et_color_scheme_green.woocommerce #content input.button.alt, .et_color_scheme_green.woocommerce #respond input#submit, .et_color_scheme_green.woocommerce #respond input#submit.alt, .et_color_scheme_green.woocommerce a.button, .et_color_scheme_green.woocommerce a.button.alt, .et_color_scheme_green.woocommerce button.button, .et_color_scheme_green.woocommerce button.button.alt, .et_color_scheme_green.woocommerce button.button.alt.disabled, .et_color_scheme_green.woocommerce input.button, .et_color_scheme_green.woocommerce input.button.alt, .et_color_scheme_green.woocommerce-page #content input.button, .et_color_scheme_green.woocommerce-page #content input.button.alt, .et_color_scheme_green.woocommerce-page #respond input#submit, .et_color_scheme_green.woocommerce-page #respond input#submit.alt, .et_color_scheme_green.woocommerce-page a.button, .et_color_scheme_green.woocommerce-page a.button.alt, .et_color_scheme_green.woocommerce-page button.button, .et_color_scheme_green.woocommerce-page button.button.alt, .et_color_scheme_green.woocommerce-page button.button.alt.disabled, .et_color_scheme_green.woocommerce-page input.button, .et_color_scheme_green.woocommerce-page input.button.alt\";i:2187;s:1468:\".et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a, .et_color_scheme_green .bottom-nav li.current-menu-item>a, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green .et_overlay:before, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .form-submit .et_pb_button, .et_color_scheme_green .mobile_menu_bar:before, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce-page div.product span.price\";i:2188;s:125:\".et_color_scheme_green.woocommerce .star-rating span:before, .et_color_scheme_green.woocommerce-page .star-rating span:before\";i:2189;s:211:\".et_color_scheme_green .et-search-form, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .et_pb_pricing li:before, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .nav li ul\";i:2190;s:23:\".et_color_scheme_pink a\";i:2191;s:146:\".et_color_scheme_pink #top-header, .et_color_scheme_pink .et_pb_counter_amount, .et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading\";i:2192;s:1364:\".et_color_scheme_pink .woocommerce-error, .et_color_scheme_pink .woocommerce-info, .et_color_scheme_pink .woocommerce-message, .et_color_scheme_pink.woocommerce #content input.button, .et_color_scheme_pink.woocommerce #content input.button.alt, .et_color_scheme_pink.woocommerce #respond input#submit, .et_color_scheme_pink.woocommerce #respond input#submit.alt, .et_color_scheme_pink.woocommerce a.button, .et_color_scheme_pink.woocommerce a.button.alt, .et_color_scheme_pink.woocommerce button.button, .et_color_scheme_pink.woocommerce button.button.alt, .et_color_scheme_pink.woocommerce button.button.alt.disabled, .et_color_scheme_pink.woocommerce input.button, .et_color_scheme_pink.woocommerce input.button.alt, .et_color_scheme_pink.woocommerce-page #content input.button, .et_color_scheme_pink.woocommerce-page #content input.button.alt, .et_color_scheme_pink.woocommerce-page #respond input#submit, .et_color_scheme_pink.woocommerce-page #respond input#submit.alt, .et_color_scheme_pink.woocommerce-page a.button, .et_color_scheme_pink.woocommerce-page a.button.alt, .et_color_scheme_pink.woocommerce-page button.button, .et_color_scheme_pink.woocommerce-page button.button.alt, .et_color_scheme_pink.woocommerce-page button.button.alt.disabled, .et_color_scheme_pink.woocommerce-page input.button, .et_color_scheme_pink.woocommerce-page input.button.alt\";i:2193;s:1442:\".et_color_scheme_pink #et_search_icon:hover, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_pink .bottom-nav li.current-menu-item>a, .et_color_scheme_pink .comment-reply-link, .et_color_scheme_pink .entry-summary p.price ins, .et_color_scheme_pink .et_overlay:before, .et_color_scheme_pink .et_password_protected_form .et_submit_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_pink .et_pb_contact_submit, .et_color_scheme_pink .et_pb_pricing li a, .et_color_scheme_pink .et_pb_pricing_table_button, .et_color_scheme_pink .et_pb_sum, .et_color_scheme_pink .footer-widget h4, .et_color_scheme_pink .form-submit .et_pb_button, .et_color_scheme_pink .mobile_menu_bar:before, .et_color_scheme_pink.woocommerce #content div.product p.price, .et_color_scheme_pink.woocommerce #content div.product span.price, .et_color_scheme_pink.woocommerce div.product p.price, .et_color_scheme_pink.woocommerce div.product span.price, .et_color_scheme_pink.woocommerce-page #content div.product p.price, .et_color_scheme_pink.woocommerce-page #content div.product span.price, .et_color_scheme_pink.woocommerce-page div.product p.price, .et_color_scheme_pink.woocommerce-page div.product span.price\";i:2194;s:123:\".et_color_scheme_pink.woocommerce .star-rating span:before, .et_color_scheme_pink.woocommerce-page .star-rating span:before\";i:2195;s:206:\".et_color_scheme_pink .et-search-form, .et_color_scheme_pink .et_mobile_menu, .et_color_scheme_pink .et_pb_pricing li:before, .et_color_scheme_pink .footer-widget li:before, .et_color_scheme_pink .nav li ul\";i:2196;s:22:\".et_color_scheme_red a\";i:2197;s:143:\".et_color_scheme_red #top-header, .et_color_scheme_red .et_pb_counter_amount, .et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading\";i:2198;s:1339:\".et_color_scheme_red .woocommerce-error, .et_color_scheme_red .woocommerce-info, .et_color_scheme_red .woocommerce-message, .et_color_scheme_red.woocommerce #content input.button, .et_color_scheme_red.woocommerce #content input.button.alt, .et_color_scheme_red.woocommerce #respond input#submit, .et_color_scheme_red.woocommerce #respond input#submit.alt, .et_color_scheme_red.woocommerce a.button, .et_color_scheme_red.woocommerce a.button.alt, .et_color_scheme_red.woocommerce button.button, .et_color_scheme_red.woocommerce button.button.alt, .et_color_scheme_red.woocommerce button.button.alt.disabled, .et_color_scheme_red.woocommerce input.button, .et_color_scheme_red.woocommerce input.button.alt, .et_color_scheme_red.woocommerce-page #content input.button, .et_color_scheme_red.woocommerce-page #content input.button.alt, .et_color_scheme_red.woocommerce-page #respond input#submit, .et_color_scheme_red.woocommerce-page #respond input#submit.alt, .et_color_scheme_red.woocommerce-page a.button, .et_color_scheme_red.woocommerce-page a.button.alt, .et_color_scheme_red.woocommerce-page button.button, .et_color_scheme_red.woocommerce-page button.button.alt, .et_color_scheme_red.woocommerce-page button.button.alt.disabled, .et_color_scheme_red.woocommerce-page input.button, .et_color_scheme_red.woocommerce-page input.button.alt\";i:2199;s:1416:\".et_color_scheme_red #et_search_icon:hover, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_red .bottom-nav li.current-menu-item>a, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .entry-summary p.price ins, .et_color_scheme_red .et_overlay:before, .et_color_scheme_red .et_password_protected_form .et_submit_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_red .et_pb_contact_submit, .et_color_scheme_red .et_pb_pricing li a, .et_color_scheme_red .et_pb_pricing_table_button, .et_color_scheme_red .et_pb_sum, .et_color_scheme_red .footer-widget h4, .et_color_scheme_red .form-submit .et_pb_button, .et_color_scheme_red .mobile_menu_bar:before, .et_color_scheme_red.woocommerce #content div.product p.price, .et_color_scheme_red.woocommerce #content div.product span.price, .et_color_scheme_red.woocommerce div.product p.price, .et_color_scheme_red.woocommerce div.product span.price, .et_color_scheme_red.woocommerce-page #content div.product p.price, .et_color_scheme_red.woocommerce-page #content div.product span.price, .et_color_scheme_red.woocommerce-page div.product p.price, .et_color_scheme_red.woocommerce-page div.product span.price\";i:2200;s:123:\".et_color_scheme_red .woocommerce .star-rating span:before, .et_color_scheme_red .woocommerce-page .star-rating span:before\";i:2201;s:201:\".et_color_scheme_red .et-search-form, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .et_pb_pricing li:before, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .nav li ul\";i:2202;s:25:\".et_color_scheme_orange a\";i:2203;s:152:\".et_color_scheme_orange #top-header, .et_color_scheme_orange .et_pb_counter_amount, .et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading\";i:2204;s:1414:\".et_color_scheme_orange .woocommerce-error, .et_color_scheme_orange .woocommerce-info, .et_color_scheme_orange .woocommerce-message, .et_color_scheme_orange.woocommerce #content input.button, .et_color_scheme_orange.woocommerce #content input.button.alt, .et_color_scheme_orange.woocommerce #respond input#submit, .et_color_scheme_orange.woocommerce #respond input#submit.alt, .et_color_scheme_orange.woocommerce a.button, .et_color_scheme_orange.woocommerce a.button.alt, .et_color_scheme_orange.woocommerce button.button, .et_color_scheme_orange.woocommerce button.button.alt, .et_color_scheme_orange.woocommerce button.button.alt.disabled, .et_color_scheme_orange.woocommerce input.button, .et_color_scheme_orange.woocommerce input.button.alt, .et_color_scheme_orange.woocommerce-page #content input.button, .et_color_scheme_orange.woocommerce-page #content input.button.alt, .et_color_scheme_orange.woocommerce-page #respond input#submit, .et_color_scheme_orange.woocommerce-page #respond input#submit.alt, .et_color_scheme_orange.woocommerce-page a.button, .et_color_scheme_orange.woocommerce-page a.button.alt, .et_color_scheme_orange.woocommerce-page button.button, .et_color_scheme_orange.woocommerce-page button.button.alt, .et_color_scheme_orange.woocommerce-page button.button.alt.disabled, .et_color_scheme_orange.woocommerce-page input.button, .et_color_scheme_orange.woocommerce-page input.button.alt\";i:2205;s:1494:\".et_color_scheme_orange #et_search_icon:hover, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_orange .bottom-nav li.current-menu-item>a, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange .entry-summary p.price ins, .et_color_scheme_orange .et_overlay:before, .et_color_scheme_orange .et_password_protected_form .et_submit_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_orange .et_pb_contact_submit, .et_color_scheme_orange .et_pb_pricing li a, .et_color_scheme_orange .et_pb_pricing_table_button, .et_color_scheme_orange .et_pb_sum, .et_color_scheme_orange .footer-widget h4, .et_color_scheme_orange .form-submit .et_pb_button, .et_color_scheme_orange .mobile_menu_bar:before, .et_color_scheme_orange.woocommerce #content div.product p.price, .et_color_scheme_orange.woocommerce #content div.product span.price, .et_color_scheme_orange.woocommerce div.product p.price, .et_color_scheme_orange.woocommerce div.product span.price, .et_color_scheme_orange.woocommerce-page #content div.product p.price, .et_color_scheme_orange.woocommerce-page #content div.product span.price, .et_color_scheme_orange.woocommerce-page div.product p.price, .et_color_scheme_orange.woocommerce-page div.product span.price\";i:2206;s:129:\".et_color_scheme_orange .woocommerce .star-rating span:before, .et_color_scheme_orange .woocommerce-page .star-rating span:before\";i:2207;s:216:\".et_color_scheme_orange .et-search-form, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .et_pb_pricing li:before, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .nav li ul\";i:2208;s:1684:\".et_color_scheme_green .et-cart-info, .et_color_scheme_green .et-pb-slider-arrows a, .et_color_scheme_green .et-social-icon a:hover, .et_color_scheme_green .et_audio_content a, .et_color_scheme_green .et_link_content a, .et_color_scheme_green .et_pb_more_button, .et_color_scheme_green .et_pb_newsletter_button, .et_color_scheme_green .et_pb_promo_button, .et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_orange .et-cart-info, .et_color_scheme_orange .et-pb-slider-arrows a, .et_color_scheme_orange .et-social-icon a:hover, .et_color_scheme_orange .et_audio_content a, .et_color_scheme_orange .et_link_content a, .et_color_scheme_orange .et_pb_more_button, .et_color_scheme_orange .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_promo_button, .et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_pink .et-cart-info, .et_color_scheme_pink .et-pb-slider-arrows a, .et_color_scheme_pink .et-social-icon a:hover, .et_color_scheme_pink .et_audio_content a, .et_color_scheme_pink .et_link_content a, .et_color_scheme_pink .et_pb_more_button, .et_color_scheme_pink .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_promo_button, .et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_red .et-cart-info, .et_color_scheme_red .et-pb-slider-arrows a, .et_color_scheme_red .et-social-icon a:hover, .et_color_scheme_red .et_audio_content a, .et_color_scheme_red .et_link_content a, .et_color_scheme_red .et_pb_more_button, .et_color_scheme_red .et_pb_newsletter_button, .et_color_scheme_red .et_pb_promo_button, .et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a\";i:2209;s:38:\"ul.et_pb_side_nav, ul.et_pb_side_nav *\";i:2210;s:17:\"ul.et_pb_side_nav\";i:2211;s:34:\"ul.et_pb_side_nav li.side_nav_item\";i:2212;s:34:\"ul.et_pb_side_nav .side_nav_item a\";i:2213;s:28:\"ul.et_pb_side_nav.et-visible\";i:2214;s:41:\"ul.et_pb_side_nav .side_nav_item a.active\";i:2215;s:28:\".et_pb_scroll_top.et-pb-icon\";i:2216;s:24:\".et_pb_scroll_top:before\";i:2217;s:28:\".et_pb_scroll_top.et-visible\";i:2218;s:27:\".et_pb_scroll_top.et-hidden\";i:2219;s:105:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .et-cart-info\";i:2220;s:108:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .et-cart-info\";i:2221;s:108:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .mobile_menu_bar\";i:2222;s:111:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .mobile_menu_bar\";i:2223;s:157:\".et_pb_no_animation #et_search_icon:before, .et_pb_no_animation #top-menu, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container\";i:2224;s:429:\".et_header_style_slide .et_slide_in_menu_container, .et_header_style_slide .et_slide_in_menu_container #et-info span, .et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a, .et_header_style_slide .et_slide_in_menu_container a, .et_header_style_slide .et_slide_in_menu_container input.et-search-field, .et_header_style_slide .et_slide_menu_top span, .et_header_style_slide .et_slide_menu_top ul.et-social-icons a\";i:2225;s:85:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:2226;s:94:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:2227;s:89:\".et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:2228;s:36:\".mobile_menu_bar.et_pb_header_toggle\";i:2229;s:60:\".et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu\";i:2230;s:382:\".et_header_style_fullscreen #et_top_search, .et_header_style_fullscreen #top-header, .et_header_style_fullscreen .et_slide_menu_top .clear, .et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_slide #et_top_search, .et_header_style_slide #top-header, .et_header_style_slide div#et_mobile_nav_menu, .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul\";i:2231;s:216:\".et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_fullscreen.et_fullwidth_nav .et-search-form, .et_header_style_slide div#et_mobile_nav_menu, .et_header_style_slide.et_fullwidth_nav .et-search-form\";i:2232;s:158:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before, .et_slide_menu_top button#searchsubmit_header:before, .et_toggle_slide_menu:after\";i:2233;s:57:\".et_toggle_slide_menu:after, .et_toggle_slide_menu:before\";i:2234;s:28:\".et_toggle_slide_menu:before\";i:2235;s:27:\".et_toggle_slide_menu:after\";i:2236;s:53:\".et_pb_slide_menu_active .et_toggle_slide_menu:before\";i:2237;s:52:\".et_pb_slide_menu_active .et_toggle_slide_menu:after\";i:2238;s:238:\".et_header_style_fullscreen #top-menu-nav, .et_header_style_slide #top-menu-nav, .et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu, .et_slide_in_menu_container #mobile_menu_slide ul.sub-menu\";i:2239;s:50:\".et_header_style_slide .et_slide_in_menu_container\";i:2240;s:27:\".et_slide_in_menu_container\";i:2241;s:38:\".admin-bar .et_slide_in_menu_container\";i:2242;s:18:\".et_slide_menu_top\";i:2243;s:38:\".et_header_style_slide #page-container\";i:2244;s:76:\".et_slide_menu_top span#et-info-email, .et_slide_menu_top ul.et-social-icons\";i:2245;s:40:\".et_slide_menu_top ul.et-social-icons li\";i:2246;s:33:\".et_slide_menu_top a.et-cart-info\";i:2247;s:24:\".et_slide_menu_top:after\";i:2248;s:34:\".et_slide_menu_top .et-search-form\";i:2249;s:40:\".et_slide_menu_top input.et-search-field\";i:2250;s:45:\".et_slide_menu_top button#searchsubmit_header\";i:2251;s:52:\".et_slide_menu_top button#searchsubmit_header:before\";i:2252;s:23:\".et_slide_menu_top span\";i:2253;s:30:\".et_slide_menu_top div#et-info\";i:2254;s:66:\".et_slide_menu_top, .et_slide_menu_top a, .et_slide_menu_top input\";i:2255;s:48:\".et_slide_in_menu_container ul#mobile_menu_slide\";i:2256;s:122:\".et_slide_in_menu_container #mobile_menu_slide li a, .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a\";i:2257;s:70:\".et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children\";i:2258;s:53:\".et_slide_in_menu_container span.et_mobile_menu_arrow\";i:2259;s:74:\".et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened\";i:2260;s:75:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:2261;s:69:\".et_slide_in_menu_container .et_mobile_menu .menu-item-has-children>a\";i:2262;s:69:\".et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a\";i:2263;s:61:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li\";i:2264;s:89:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened>li\";i:2265;s:54:\".et_slide_in_menu_container .et_mobile_menu li a:hover\";i:2266;s:54:\".et_slide_in_menu_container #mobile_menu_slide li li a\";i:2267;s:60:\".et_slide_in_menu_container #mobile_menu_slide li li a:hover\";i:2268;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a\";i:2269;s:386:\".et_header_style_fullscreen .et_slide_in_menu_container, .et_header_style_fullscreen .et_slide_in_menu_container #et-info span, .et_header_style_fullscreen .et_slide_in_menu_container a, .et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field, .et_header_style_fullscreen .et_slide_menu_top span, .et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a\";i:2270;s:90:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:2271;s:99:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:2272;s:94:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:2273;s:70:\".et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu\";i:2274;s:59:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container\";i:2275;s:83:\".et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container\";i:2276;s:73:\".et-has-admin-bar .et_header_style_fullscreen .et_slide_in_menu_container\";i:2277;s:84:\".et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened\";i:2278;s:109:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before\";i:2279;s:46:\".et_header_style_fullscreen .et_slide_menu_top\";i:2280;s:49:\".et_header_style_fullscreen .et_pb_top_menu_inner\";i:2281;s:289:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before, .et_header_style_fullscreen .et_slide_menu_top, .et_header_style_fullscreen .et_slide_menu_top a, .et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before\";i:2282;s:51:\".et_header_style_fullscreen input::-moz-placeholder\";i:2283;s:60:\".et_header_style_fullscreen input::-webkit-input-placeholder\";i:2284;s:55:\".et_header_style_fullscreen input:-ms-input-placeholder\";i:2285;s:131:\".et_header_style_fullscreen a.et-cart-info, .et_header_style_fullscreen div#et-info, .et_header_style_fullscreen ul.et-social-icons\";i:2286;s:44:\".et_header_style_fullscreen div#et-info span\";i:2287;s:42:\".et_header_style_fullscreen a.et-cart-info\";i:2288;s:65:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons\";i:2289;s:68:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li\";i:2290;s:70:\".et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children\";i:2291;s:48:\".et_header_style_fullscreen ul#mobile_menu_slide\";i:2292;s:75:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu\";i:2293;s:77:\".et_pb_fullscreen_menu_opened .et_pb_fullscreen_nav_container .et_mobile_menu\";i:2294;s:78:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li\";i:2295;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a\";i:2296;s:81:\".et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow\";i:2297;s:103:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:2298;s:50:\".et_pb_fullscreen_menu_animated .et_mobile_menu li\";i:2299;s:48:\".et_pb_fullscreen_menu_opened .et_mobile_menu li\";i:2300;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1)\";i:2301;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2)\";i:2302;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3)\";i:2303;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4)\";i:2304;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5)\";i:2305;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6)\";i:2306;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7)\";i:2307;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8)\";i:2308;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9)\";i:2309;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10)\";i:2310;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11)\";i:2311;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12)\";i:2312;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13)\";i:2313;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14)\";i:2314;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15)\";i:2315;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16)\";i:2316;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17)\";i:2317;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18)\";i:2318;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19)\";i:2319;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20)\";i:2320;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21)\";i:2321;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22)\";i:2322;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23)\";i:2323;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24)\";i:2324;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25)\";i:2325;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26)\";i:2326;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27)\";i:2327;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28)\";i:2328;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29)\";i:2329;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30)\";i:2330;s:123:\".et_header_style_fullscreen .et-fixed-header #et-top-navigation, .et_header_style_slide .et-fixed-header #et-top-navigation\";i:2331;s:352:\".et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep\";i:2332;s:352:\".et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep\";i:2333;s:352:\".et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep\";i:2334;s:352:\".et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep\";i:2335;s:352:\".et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep\";i:2336;s:1559:\".et_is_customize_preview.et_pb_footer_columns1 .footer-widget:first-child, .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:nth-child(5), .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:2337;s:1702:\".et_is_customize_preview.et_pb_footer_columns1 .footer-widget:nth-last-child(-n+5), .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:last-child, .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-last-child(-n+4)\";i:2338;s:44:\"#wp-admin-bar-et-use-visual-builder a:before\";i:2339;s:50:\"#wp-admin-bar-et-use-visual-builder:hover a:before\";i:2340;s:88:\"#wp-admin-bar-et-use-visual-builder a:hover, #wp-admin-bar-et-use-visual-builder:hover a\";i:2341;s:107:\".iphone .et_pb_contact_form input, .iphone .et_pb_contact_form select, .iphone .et_pb_contact_form textarea\";i:2342;s:83:\".iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button\";i:2343;s:39:\".chrome.parallax-map-support .et_pb_map\";i:2344;s:18:\".ie .et_pb_divider\";i:2345;s:169:\".ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left, .ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right\";i:2346;s:83:\".ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:2347;s:76:\".et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:2348;s:48:\".gecko .et_pb_newsletter .et_pb_newsletter_field\";i:2349;s:48:\".safari .et_pb_gallery_grid .et_pb_gallery_image\";i:2350;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev\";i:2351;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next\";i:2352;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-prev\";i:2353;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-next\";i:2354;s:184:\".et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, .et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:2355;s:58:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left\";i:2356;s:59:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right\";i:2357;s:65:\".logged-in:not(.et-fb) .et_pb_login .et_pb_newsletter_description\";i:2358;s:850:\".et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p\";i:2359;s:48:\".et-fb.et-db #et-boc .et-l .et_pb_number_counter\";i:2360;s:36:\".et_full_width_page .et_gallery_item\";i:2361;s:50:\".et_full_width_page .et_gallery_item:nth-child(3n)\";i:2362;s:52:\".et_full_width_page .et_gallery_item:nth-child(3n+1)\";i:2363;s:50:\".et_full_width_page .et_gallery_item:nth-child(4n)\";i:2364;s:52:\".et_full_width_page .et_gallery_item:nth-child(4n+1)\";i:2365;s:145:\".single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title, .single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title\";i:2366;s:90:\".single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg\";i:2367;s:72:\".single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container\";i:2368;s:64:\".single .et_pb_fullwidth_section .et_pb_title_featured_container\";i:2369;s:33:\".et-social-facebook a.icon:before\";i:2370;s:32:\".et-social-twitter a.icon:before\";i:2371;s:36:\".et-social-google-plus a.icon:before\";i:2372;s:34:\".et-social-pinterest a.icon:before\";i:2373;s:33:\".et-social-linkedin a.icon:before\";i:2374;s:31:\".et-social-tumblr a.icon:before\";i:2375;s:34:\".et-social-instagram a.icon:before\";i:2376;s:30:\".et-social-skype a.icon:before\";i:2377;s:30:\".et-social-flikr a.icon:before\";i:2378;s:32:\".et-social-myspace a.icon:before\";i:2379;s:33:\".et-social-dribbble a.icon:before\";i:2380;s:32:\".et-social-youtube a.icon:before\";i:2381;s:30:\".et-social-vimeo a.icon:before\";i:2382;s:28:\".et-social-rss a.icon:before\";i:2383;s:29:\".single-project #comment-wrap\";i:2384;s:29:\".rtl .et_pb_blog_grid .column\";i:2385;s:242:\".rtl .et_pb_contact p input[type=checkbox]+label i, .rtl .et_pb_contact p input[type=radio]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2386;s:26:\".rtl .et_pb_contact_select\";i:2387;s:49:\".rtl .et_pb_contact_field[data-type=select]:after\";i:2388;s:70:\".woocommerce-page #content input.button:hover .et_pb_widget li a:hover\";i:2389;s:61:\".woocommerce.et_pb_pagebuilder_layout div.product div.summary\";i:2390;s:25:\".ai1ec-single-event:after\";i:2391;s:96:\".evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot\";i:2392;s:1599:\"#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, a.et_pb_more_button:after\";i:2393;s:103:\".et_pb_custom_button_icon.et_pb_button:after, .et_pb_login .et_pb_custom_button_icon.et_pb_button:after\";i:2394;s:11:\".et-pb-icon\";i:2395;s:10:\".nav li li\";i:2396;s:16:\".et-menu li li a\";i:2397;s:7:\".nav li\";i:2398;s:10:\".nav li ul\";i:2399;s:19:\".nav li.et-hover>ul\";i:2400;s:43:\".nav li.et-touch-hover>ul, .nav li:hover>ul\";i:2401;s:13:\".nav li li ul\";i:2402;s:38:\".nav li.et-reverse-direction-nav li ul\";i:2403;s:13:\".nav li:hover\";i:2404;s:34:\".et_mobile_menu li a, .nav li li a\";i:2405;s:46:\".et_mobile_menu li a:hover, .nav ul li a:hover\";i:2406;s:24:\".et-dropdown-removing>ul\";i:2407;s:35:\".mega-menu .et-dropdown-removing>ul\";i:2408;s:52:\".et-menu .menu-item-has-children>a:first-child:after\";i:2409;s:46:\".et-menu .menu-item-has-children>a:first-child\";i:2410;s:57:\".et-menu li li.menu-item-has-children>a:first-child:after\";i:2411;s:25:\".et-menu-nav li.mega-menu\";i:2412;s:28:\".et-menu-nav li.mega-menu>ul\";i:2413;s:31:\".et-menu-nav li.mega-menu ul li\";i:2414;s:31:\".et-menu-nav li.mega-menu li>ul\";i:2415;s:31:\".et-menu-nav li.mega-menu li ul\";i:2416;s:79:\".et-menu-nav li.mega-menu.et-hover li ul, .et-menu-nav li.mega-menu:hover li ul\";i:2417;s:34:\".et-menu-nav li.mega-menu:hover>ul\";i:2418;s:45:\".et-menu-nav li.mega-menu>ul>li>a:first-child\";i:2419;s:51:\".et-menu-nav li.mega-menu>ul>li>a:first-child:hover\";i:2420;s:30:\".et-menu-nav li.mega-menu li>a\";i:2421;s:97:\".et-menu-nav li.mega-menu.mega-menu-parent li li, .et-menu-nav li.mega-menu.mega-menu-parent li>a\";i:2422;s:55:\".et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu\";i:2423;s:31:\".et-menu-nav li.mega-menu>ul>li\";i:2424;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li\";i:2425;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li\";i:2426;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li\";i:2427;s:148:\".et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after, .et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:2428;s:43:\".et_fullwidth_nav #top-menu li.mega-menu>ul\";i:2429;s:15:\".et_mobile_menu\";i:2430;s:114:\"#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul\";i:2431;s:21:\".et_mobile_menu li li\";i:2432;s:20:\".et_mobile_menu li a\";i:2433;s:41:\".et_mobile_menu .menu-item-has-children>a\";i:2434;s:44:\".et_mobile_menu li .menu-item-has-children>a\";i:2435;s:23:\".mobile_menu_bar:before\";i:2436;s:13:\".et_pb_widget\";i:2437;s:15:\".et_pb_widget a\";i:2438;s:24:\".et_pb_widget li a:hover\";i:2439;s:19:\".et_pb_widget ul li\";i:2440;s:25:\".et_pb_widget ul li ul li\";i:2441;s:20:\".et_pb_widget select\";i:2442;s:34:\".et_pb_widget_area .et_pb_widget a\";i:2443;s:41:\".et_pb_bg_layout_light .et_pb_widget li a\";i:2444;s:40:\".et_pb_bg_layout_dark .et_pb_widget li a\";i:2445;s:85:\".et-safe-mode-indicator, .et-safe-mode-indicator:focus, .et-safe-mode-indicator:hover\";i:2446;s:13:\".et_pb_button\";i:2447;s:19:\".et_pb_button_inner\";i:2448;s:54:\".et_pb_button:hover, .et_pb_module .et_pb_button:hover\";i:2449;s:19:\".et_pb_button:hover\";i:2450;s:177:\".et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover\";i:2451;s:41:\".et_pb_button:after, .et_pb_button:before\";i:2452;s:83:\".et_pb_button.et_hover_enabled:hover:after, .et_pb_button.et_pb_hovered:hover:after\";i:2453;s:20:\".et_pb_button:before\";i:2454;s:169:\".et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after\";i:2455;s:26:\".et_pb_contact_reset:hover\";i:2456;s:20:\".et_subscribe_loader\";i:2457;s:56:\".et_pb_button_text_loading .et_pb_newsletter_button_text\";i:2458;s:127:\".woocommerce .media-frame .media-frame-toolbar button.button, .woocommerce-page .media-frame .media-frame-toolbar button.button\";i:2459;s:85:\".woocommerce .media-frame button.button, .woocommerce-page .media-frame button.button\";i:2460;s:97:\".woocommerce .media-frame button.button:after, .woocommerce-page .media-frame button.button:after\";i:2461;s:101:\".woocommerce .media-frame button.button-primary, .woocommerce-page .media-frame button.button-primary\";i:2462;s:113:\".woocommerce .media-frame button.button-primary:hover, .woocommerce-page .media-frame button.button-primary:hover\";i:2463;s:115:\".woocommerce .media-frame button.button-primary:active, .woocommerce-page .media-frame button.button-primary:active\";i:2464;s:95:\".woocommerce .media-frame button.button-hero, .woocommerce-page .media-frame button.button-hero\";i:2465;s:107:\".woocommerce .media-frame button.button-hero:hover, .woocommerce-page .media-frame button.button-hero:hover\";i:2466;s:109:\".woocommerce .media-frame button.button-hero:active, .woocommerce-page .media-frame button.button-hero:active\";i:2467;s:13:\"#comment-wrap\";i:2468;s:15:\".comment_avatar\";i:2469;s:17:\".comment_postinfo\";i:2470;s:18:\"span.fn, span.fn a\";i:2471;s:17:\"span.comment_date\";i:2472;s:33:\".comment_area .comment-reply-link\";i:2473;s:45:\".comment-reply-link:hover, .form-submit:hover\";i:2474;s:40:\"#comment-wrap li.comment.depth-5 article\";i:2475;s:17:\".comment #respond\";i:2476;s:12:\"#commentform\";i:2477;s:21:\"#commentform textarea\";i:2478;s:114:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea\";i:2479;s:12:\".form-submit\";i:2480;s:26:\".form-submit .et_pb_button\";i:2481;s:18:\"#reply-title small\";i:2482;s:108:\".et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1\";i:2483;s:108:\".et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2\";i:2484;s:108:\".et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3\";i:2485;s:108:\".et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4\";i:2486;s:108:\".et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5\";i:2487;s:108:\".et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6\";i:2488;s:59:\".clearfix:after, .et_pb_wc_images .et_pb_module_inner:after\";i:2489;s:691:\".et_pb_blurb_content, .et_pb_circle_counter, .et_pb_contact_main_title, .et_pb_countdown_timer_container, .et_pb_counter_title, .et_pb_gallery_item, .et_pb_newsletter_description, .et_pb_number_counter, .et_pb_portfolio_item, .et_pb_post, .et_pb_pricing_content, .et_pb_pricing_heading, .et_pb_promo_description, .et_pb_slide_description, .et_pb_tab, .et_pb_tabs_controls, .et_pb_team_member, .et_pb_testimonial_description_inner, .et_pb_text, .et_pb_toggle_content, .et_pb_toggle_title, .et_pb_wc_add_to_cart, .et_pb_wc_additional_info, .et_pb_wc_breadcrumb, .et_pb_wc_description, .et_pb_wc_meta, .et_pb_wc_price, .et_pb_wc_rating, .et_pb_wc_stock, .et_pb_wc_title, .et_pb_widget, .product\";i:2490;s:23:\".et_pb_wc_price .amount\";i:2491;s:521:\".et_overlay:before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum\";i:2492;s:29:\".et_pb_pricing li span:before\";i:2493;s:123:\".et_audio_content, .et_link_content, .et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content\";i:2494;s:187:\".et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider, .et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider\";i:2495;s:31:\".section_has_divider .et_pb_row\";i:2496;s:35:\".et_pb_fullwidth_section .et_pb_row\";i:2497;s:36:\".et_pb_column.et_pb_section_parallax\";i:2498;s:37:\".et_pb_css_mix_blend_mode_passthrough\";i:2499;s:19:\".et_pb_module_inner\";i:2500;s:25:\".et_hover_enabled_preview\";i:2501;s:23:\".et_hover_enabled:hover\";i:2502;s:16:\".et_post_gallery\";i:2503;s:23:\"p.et_pb_gallery_caption\";i:2504;s:11:\".et-menu li\";i:2505;s:22:\".et-menu>li:last-child\";i:2506;s:10:\".et-menu a\";i:2507;s:16:\".et-menu a:hover\";i:2508;s:13:\".et-menu li>a\";i:2509;s:232:\".et_pb_all_tabs, .et_pb_column, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_posts_nav a, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background\";i:2510;s:2989:\".et_pb_fullwidth_post_content.et_pb_with_border img, .et_pb_post_content.et_pb_with_border img, .et_pb_with_border, .et_pb_with_border .et_pb_audio_cover_art, .et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_contact_form .input[type=radio]+label i, .et_pb_with_border .et_pb_contact_form input, .et_pb_with_border .et_pb_contact_form select, .et_pb_with_border .et_pb_contact_form textarea, .et_pb_with_border .et_pb_counter_container, .et_pb_with_border .et_pb_gallery_image img, .et_pb_with_border .et_pb_gallery_item, .et_pb_with_border .et_pb_image_wrap, .et_pb_with_border .et_pb_main_blurb_image, .et_pb_with_border .et_pb_newsletter_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_newsletter_form .input[type=radio]+label i, .et_pb_with_border .et_pb_newsletter_form input, .et_pb_with_border .et_pb_newsletter_form select, .et_pb_with_border .et_pb_newsletter_form textarea, .et_pb_with_border .et_pb_portfolio_image, .et_pb_with_border .et_pb_portfolio_item, .et_pb_with_border .et_pb_post .et_pb_slides, .et_pb_with_border .et_pb_post .et_pb_video_overlay, .et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder), .et_pb_with_border .et_pb_slide_image img, .et_pb_with_border .et_pb_team_member_image, .et_pb_with_border .et_pb_testimonial_portrait, .et_pb_with_border .et_pb_wc_related_products .et_shop_image>img:not(.woocommerce-placeholder), .et_pb_with_border .et_portfolio_image, .et_pb_with_border .woocommerce-breadcrumb, .et_pb_with_border.et_pb_comments_module .commentlist li img.avatar, .et_pb_with_border.et_pb_comments_module input, .et_pb_with_border.et_pb_comments_module textarea, .et_pb_with_border.et_pb_contact_field .input[type=checkbox]+label i, .et_pb_with_border.et_pb_contact_field .input[type=radio]+label i, .et_pb_with_border.et_pb_contact_field input, .et_pb_with_border.et_pb_contact_field select, .et_pb_with_border.et_pb_contact_field textarea, .et_pb_with_border.et_pb_fullwidth_header .header-image-container img, .et_pb_with_border.et_pb_fullwidth_header .header-logo, .et_pb_with_border.et_pb_fullwidth_menu .et_pb_menu__logo img, .et_pb_with_border.et_pb_menu .et_pb_menu__logo img, .et_pb_with_border.et_pb_posts .et_pb_post, .et_pb_with_border.et_pb_posts_nav span.nav-next a, .et_pb_with_border.et_pb_posts_nav span.nav-previous a, .et_pb_with_border.et_pb_shop .et_shop_image>img, .et_pb_with_border.et_pb_shop .products li, .et_pb_with_border.et_pb_video_slider .et_pb_carousel_item, .et_pb_with_border.et_pb_video_slider .et_pb_slider, .et_pb_with_border.et_pb_wc_images .woocommerce-product-gallery__image, .et_pb_with_border.et_pb_wc_related_products .et_shop_image, .et_pb_with_border.et_pb_wc_related_products .product, .et_pb_with_border.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_with_border.et_pb_wc_upsells .et_shop_image, .et_pb_with_border.et_pb_wc_upsells .product, .et_pb_with_focus_border .et_pb_newsletter_form input:focus\";i:2511;s:12:\".et_pb_image\";i:2512;s:24:\".et_pb_image.aligncenter\";i:2513;s:53:\".et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image\";i:2514;s:30:\".et_pb_image .et_pb_image_wrap\";i:2515;s:16:\".et_pb_image img\";i:2516;s:19:\".et_pb_image_sticky\";i:2517;s:18:\".et-pb-icon-circle\";i:2518;s:25:\".et-pb-icon-circle-border\";i:2519;s:20:\".et_pb_blurb_content\";i:2520;s:78:\".et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container\";i:2521;s:79:\".et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container\";i:2522;s:83:\".et_pb_blurb.et_pb_text_align_justified .et_pb_blurb_content .et_pb_blurb_container\";i:2523;s:80:\".et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container\";i:2524;s:35:\".et_pb_blurb_content p:last-of-type\";i:2525;s:23:\".et_pb_main_blurb_image\";i:2526;s:54:\".et_pb_blurb .et_pb_module_header a, .et_pb_blurb h4 a\";i:2527;s:30:\".et_pb_blurb .et_pb_image_wrap\";i:2528;s:103:\".et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image\";i:2529;s:111:\".et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img\";i:2530;s:79:\".et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon\";i:2531;s:93:\".et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle\";i:2532;s:107:\".et_pb_blurb_position_left .et-pb-icon-circle-border, .et_pb_blurb_position_right .et-pb-icon-circle-border\";i:2533;s:101:\".et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container\";i:2534;s:49:\".et_pb_blurb_position_left .et_pb_blurb_container\";i:2535;s:47:\".et_pb_blurb_position_left .et_pb_blurb_content\";i:2536;s:50:\".et_pb_blurb_position_right .et_pb_blurb_container\";i:2537;s:48:\".et_pb_blurb_position_right .et_pb_blurb_content\";i:2538;s:51:\".et_pb_blurb_position_right .et_pb_main_blurb_image\";i:2539;s:39:\".et_pb_blurb_position_right .et-pb-icon\";i:2540;s:25:\".et_pb_pricing_table_wrap\";i:2541;s:20:\".et_pb_pricing_table\";i:2542;s:34:\".et_pb_pricing>.box-shadow-overlay\";i:2543;s:21:\".et_pb_featured_table\";i:2544;s:38:\".et_pb_column_4_4 .et_pb_pricing_table\";i:2545;s:55:\".et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table\";i:2546;s:157:\".et_pb_column_1_2 .et_pb_pricing_table, .et_pb_column_2_3 .et_pb_pricing_table, .et_pb_column_3_5 .et_pb_pricing_table, .et_pb_pricing_2 .et_pb_pricing_table\";i:2547;s:277:\".et_pb_column_1_3 .et_pb_pricing_table, .et_pb_column_1_4 .et_pb_pricing_table, .et_pb_column_1_5 .et_pb_pricing_table, .et_pb_column_1_6 .et_pb_pricing_table, .et_pb_column_2_5 .et_pb_pricing_table, .et_pb_column_3_8 .et_pb_pricing_table, .et_pb_pricing_1 .et_pb_pricing_table\";i:2548;s:731:\".et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_pb_column_1_5 .et_pb_pricing_table.et-last-child, .et_pb_column_1_5 .et_pb_pricing_table:last-child, .et_pb_column_1_6 .et_pb_pricing_table.et-last-child, .et_pb_column_1_6 .et_pb_pricing_table:last-child, .et_pb_column_2_5 .et_pb_pricing_table.et-last-child, .et_pb_column_2_5 .et_pb_pricing_table:last-child, .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:2549;s:483:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(3n+1), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(4n+1)\";i:2550;s:478:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+4), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+5)\";i:2551;s:508:\".et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4), .et_pb_column_3_5 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5)\";i:2552;s:22:\".et_pb_pricing_heading\";i:2553;s:70:\".et_pb_pricing_heading .et_pb_pricing_title, .et_pb_pricing_heading h2\";i:2554;s:17:\".et_pb_best_value\";i:2555;s:26:\".et_pb_pricing_content_top\";i:2556;s:42:\".et_pb_pricing_table .et_pb_button_wrapper\";i:2557;s:15:\".et_pb_et_price\";i:2558;s:18:\".et_pb_dollar_sign\";i:2559;s:10:\".et_pb_sum\";i:2560;s:22:\".et_pb_pricing_content\";i:2561;s:44:\".et_pb_featured_table .et_pb_pricing_content\";i:2562;s:17:\".et_pb_pricing li\";i:2563;s:28:\".et_pb_pricing li:last-child\";i:2564;s:53:\".et_pb_pricing.et_pb_pricing_no_bullet li span:before\";i:2565;s:37:\".et_pb_pricing li.et_pb_not_available\";i:2566;s:49:\".et_pb_pricing li.et_pb_not_available span:before\";i:2567;s:19:\".et_pb_pricing li a\";i:2568;s:22:\".et_pb_pricing li span\";i:2569;s:27:\".et_pb_pricing_table_button\";i:2570;s:538:\".et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2)\";i:2571;s:42:\".et_pb_testimonial.et_pb_testimonial_no_bg\";i:2572;s:33:\".et_pb_testimonial p:last-of-type\";i:2573;s:63:\".et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before\";i:2574;s:27:\".et_pb_testimonial_portrait\";i:2575;s:34:\".et_pb_testimonial_portrait:before\";i:2576;s:280:\".et_pb_column_1_3 .et_pb_testimonial_portrait, .et_pb_column_1_4 .et_pb_testimonial_portrait, .et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait, .et_pb_column_3_8 .et_pb_testimonial_portrait\";i:2577;s:68:\".et_pb_testimonial_description, .et_pb_testimonial_description_inner\";i:2578;s:54:\".et_pb_bg_layout_dark .et_pb_testimonial_description a\";i:2579;s:25:\".et_pb_testimonial_author\";i:2580;s:27:\".et_pb_testimonial_author a\";i:2581;s:25:\".et_pb_testimonial:before\";i:2582;s:49:\".et_pb_testimonial.et_pb_testimonial_no_bg:before\";i:2583;s:40:\".et_pb_testimonial.et_pb_icon_off:before\";i:2584;s:93:\".et_pb_testimonial_old_layout, .et_pb_testimonial_old_layout .et_pb_testimonial_description a\";i:2585;s:9:\".et-promo\";i:2586;s:21:\".et-promo-description\";i:2587;s:23:\".et-promo-description p\";i:2588;s:16:\".et-promo-button\";i:2589;s:20:\".et_pb_counter_title\";i:2590;s:43:\".et_pb_bg_layout_light .et_pb_counter_title\";i:2591;s:24:\".et_pb_counter_container\";i:2592;s:21:\".et_pb_counter_amount\";i:2593;s:29:\".et_pb_counter_amount.overlay\";i:2594;s:48:\".et_pb_counters span.et_pb_counter_amount_number\";i:2595;s:111:\".et_pb_counters span.et_pb_counter_amount_number:after, .et_pb_counters span.et_pb_counter_amount_number:before\";i:2596;s:38:\".et_pb_counters.et_pb_section_video>li\";i:2597;s:60:\".et_pb_counters>li.et_pb_section_video .et_pb_counter_amount\";i:2598;s:56:\".et_pb_counters li:last-of-type .et_pb_counter_container\";i:2599;s:44:\".et_pb_text_align_left .et_pb_counter_amount\";i:2600;s:46:\".et_pb_text_align_center .et_pb_counter_amount\";i:2601;s:45:\".et_pb_text_align_right .et_pb_counter_amount\";i:2602;s:49:\".et_pb_text_align_justified .et_pb_counter_amount\";i:2603;s:37:\".et_pb_post .entry-featured-image-url\";i:2604;s:118:\".et_pb_portfolio_item .et_pb_module_header a, .et_pb_portfolio_item h3 a, .et_pb_post .entry-title a, .et_pb_post h2 a\";i:2605;s:60:\".et_pb_portfolio_item .post-meta a, .et_pb_post .post-meta a\";i:2606;s:17:\".et_pb_post .more\";i:2607;s:24:\".et_pb_posts a.more-link\";i:2608;s:54:\".et_pb_has_overlay.et_pb_post .et_pb_image_container a\";i:2609;s:24:\".et_pb_posts .et_pb_post\";i:2610;s:41:\".et_pb_posts.et_pb_section_parallax:hover\";i:2611;s:182:\".et_pb_section_parallax .et_pb_ajax_pagination_container, .et_pb_section_parallax .pagination, .et_pb_section_video .et_pb_ajax_pagination_container, .et_pb_section_video .pagination\";i:2612;s:74:\".post-password-required .et_pb_row, .post-password-required .et_pb_section\";i:2613;s:51:\".post-password-required .et_password_protected_form\";i:2614;s:54:\".post-password-required .et_password_protected_form h1\";i:2615;s:44:\".et_pb_posts.et_pb_module article .et_pb_row\";i:2616;s:67:\".et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row\";i:2617;s:356:\".et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a\";i:2618;s:349:\".et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark .et_pb_post .post-meta, .et_pb_bg_layout_dark .et_pb_post .post-meta a, .et_pb_bg_layout_dark .et_pb_post p, .et_pb_bg_layout_dark p.et_pb_title_meta_container, .et_pb_bg_layout_dark p.et_pb_title_meta_container a\";i:2619;s:16:\".et_pb_blog_grid\";i:2620;s:24:\".et_pb_blog_grid .column\";i:2621;s:28:\".et_pb_blog_grid .et_pb_post\";i:2622;s:39:\".et_pb_blog_grid .et_pb_image_container\";i:2623;s:145:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_image_container\";i:2624;s:45:\".et_pb_image_container img, .et_pb_post a img\";i:2625;s:43:\".et_pb_blog_grid .et_pb_image_container img\";i:2626;s:82:\".et_pb_blog_grid .et_pb_no_thumb .entry-title, .et_pb_blog_grid .et_pb_no_thumb h2\";i:2627;s:34:\".et_pb_blog_grid .et_audio_content\";i:2628;s:19:\".et_pb_blog_grid h2\";i:2629;s:64:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:2630;s:68:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:2631;s:76:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post\";i:2632;s:29:\".et_pb_grid_item.first_in_row\";i:2633;s:35:\".et_pb_grid_item:not(.first_in_row)\";i:2634;s:36:\".et_pb_post>.et_main_video_container\";i:2635;s:50:\".et_pb_post .et_pb_video_overlay .et_pb_video_play\";i:2636;s:44:\".et_pb_post .et_pb_video_overlay_hover:hover\";i:2637;s:52:\".et_pb_blog_grid .et_main_video_overlay:hover:before\";i:2638;s:12:\".et_pb_video\";i:2639;s:16:\".et_pb_video_box\";i:2640;s:22:\".et_pb_video_box video\";i:2641;s:20:\".et_pb_video_overlay\";i:2642;s:24:\".et_pb_video_play:before\";i:2643;s:17:\".et_pb_video_play\";i:2644;s:40:\".et_pb_bg_layout_light .et_pb_video_play\";i:2645;s:26:\".et_pb_video_overlay_hover\";i:2646;s:45:\".et_pb_video .et_pb_video_overlay_hover:hover\";i:2647;s:19:\".et_pb_video_slider\";i:2648;s:66:\".et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover\";i:2649;s:100:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers .et-pb-active-control\";i:2650;s:79:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers a\";i:2651;s:61:\".et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows\";i:2652;s:70:\".et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers\";i:2653;s:136:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel .et_pb_carousel_items\";i:2654;s:96:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out\";i:2655;s:117:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out .et_pb_video_overlay\";i:2656;s:216:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.next .et_pb_carousel_item, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.prev .et_pb_carousel_item\";i:2657;s:115:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .et_pb_carousel_item.item-fade-in\";i:2658;s:26:\".et-pb-is-sliding-carousel\";i:2659;s:15:\".et_pb_carousel\";i:2660;s:39:\".et_pb_carousel:hover .et-pb-arrow-prev\";i:2661;s:39:\".et_pb_carousel:hover .et-pb-arrow-next\";i:2662;s:22:\".et_pb_slider_carousel\";i:2663;s:235:\".et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et_pb_video_play\";i:2664;s:356:\".et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et_pb_video_play\";i:2665;s:21:\".et_pb_carousel_items\";i:2666;s:40:\".et_pb_carousel_items .et-carousel-group\";i:2667;s:47:\".et_pb_carousel_items .et-carousel-group.active\";i:2668;s:79:\".et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child\";i:2669;s:20:\".et_pb_carousel_item\";i:2670;s:52:\".et_pb_carousel_items.columns-6 .et_pb_carousel_item\";i:2671;s:52:\".et_pb_carousel_items.columns-5 .et_pb_carousel_item\";i:2672;s:52:\".et_pb_carousel_items.columns-4 .et_pb_carousel_item\";i:2673;s:52:\".et_pb_carousel_items.columns-3 .et_pb_carousel_item\";i:2674;s:52:\".et_pb_carousel_items.columns-2 .et_pb_carousel_item\";i:2675;s:52:\".et_pb_carousel_items.columns-1 .et_pb_carousel_item\";i:2676;s:26:\".et_pb_carousel_item:after\";i:2677;s:41:\".et_pb_carousel_item .et_pb_video_overlay\";i:2678;s:68:\".et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover\";i:2679;s:38:\".et_pb_carousel_item .et_pb_video_play\";i:2680;s:65:\".et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play\";i:2681;s:53:\".et_pb_carousel_item .et_pb_video_overlay_hover:hover\";i:2682;s:4:\"from\";i:2683;s:2:\"to\";i:2684;s:163:\".et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_5 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_6 .et_pb_slider_carousel .et_pb_slide\";i:2685;s:288:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:2686;s:172:\".et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:2687;s:172:\".et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play\";i:2688;s:24:\".et_pb_sidebar_no_border\";i:2689;s:22:\".et_pb_fullwidth_image\";i:2690;s:26:\".et_pb_fullwidth_image img\";i:2691;s:24:\".et_pb_promo_description\";i:2692;s:39:\".et_pb_promo_description p:last-of-type\";i:2693;s:47:\".et_pb_module.et_pb_button, .et_pb_promo_button\";i:2694;s:57:\".et_pb_newsletter_button:hover, .et_pb_promo_button:hover\";i:2695;s:222:\".et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo, .et_pb_column_1_5 .et_pb_promo, .et_pb_column_1_6 .et_pb_promo, .et_pb_column_2_5 .et_pb_promo, .et_pb_column_3_5 .et_pb_promo\";i:2696;s:56:\".et_pb_button_module_wrapper.et_pb_button_alignment_left\";i:2697;s:57:\".et_pb_button_module_wrapper.et_pb_button_alignment_right\";i:2698;s:58:\".et_pb_button_module_wrapper.et_pb_button_alignment_center\";i:2699;s:30:\".et_pb_button_module_wrapper>a\";i:2700;s:17:\".et_pb_newsletter\";i:2701;s:53:\".et_pb_newsletter_description, .et_pb_newsletter_form\";i:2702;s:29:\".et_pb_newsletter_description\";i:2703;s:44:\".et_pb_newsletter_description p:last-of-type\";i:2704;s:22:\".et_pb_newsletter_form\";i:2705;s:47:\".et_pb_newsletter_form p.et_pb_newsletter_field\";i:2706;s:73:\".et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field\";i:2707;s:303:\".et_pb_newsletter_form .input, .et_pb_newsletter_form input[type=password], .et_pb_newsletter_form input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field textarea, .et_pb_newsletter_form select, .et_pb_newsletter_form textarea\";i:2708;s:70:\".et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after\";i:2709;s:47:\".et_pb_newsletter_form p .et_pb_subscribe_error\";i:2710;s:24:\".et_pb_newsletter_result\";i:2711;s:25:\".et_pb_newsletter_success\";i:2712;s:24:\".et_pb_newsletter_button\";i:2713;s:50:\".et_pb_newsletter_fields, .et_pb_newsletter_footer\";i:2714;s:24:\".et_pb_newsletter_footer\";i:2715;s:91:\".et_pb_feedburner_form .et_pb_newsletter_button, .et_pb_login_form .et_pb_newsletter_button\";i:2716;s:51:\".et_pb_feedburner_form form, .et_pb_login_form form\";i:2717;s:97:\".et_pb_feedburner_form ::-webkit-input-placeholder, .et_pb_login_form ::-webkit-input-placeholder\";i:2718;s:79:\".et_pb_feedburner_form ::-moz-placeholder, .et_pb_login_form ::-moz-placeholder\";i:2719;s:87:\".et_pb_feedburner_form :-ms-input-placeholder, .et_pb_login_form :-ms-input-placeholder\";i:2720;s:12:\".et_pb_no_bg\";i:2721;s:37:\".et_pb_has_bg_hover.et_pb_promo:hover\";i:2722;s:397:\".et_pb_column_1_2 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_3 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_4 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_5 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_6 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_2_5 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_3_5 .et_pb_has_bg_hover.et_pb_promo:hover\";i:2723;s:36:\".et_pb_no_bg_hover.et_pb_promo:hover\";i:2724;s:67:\".et_pb_newsletter .et_pb_contact_field_last+.et_pb_newsletter_field\";i:2725;s:46:\".et_pb_newsletter .et_pb_contact_field--hidden\";i:2726;s:54:\".et_pb_contact_field_options_list label a:empty:before\";i:2727;s:29:\".et_pb_newsletter.et_pb_login\";i:2728;s:39:\".et_pb_newsletter p .et_pb_signup_error\";i:2729;s:42:\".et_pb_newsletter .et_pb_newsletter_fields\";i:2730;s:44:\".et_pb_newsletter .et_pb_newsletter_fields>*\";i:2731;s:66:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half\";i:2732;s:81:\".et_pb_signup .et_pb_newsletter_description, .et_pb_signup .et_pb_newsletter_form\";i:2733;s:132:\".et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description, .et_pb_newsletter_layout_right_left .et_pb_newsletter_description\";i:2734;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_right_left .et_pb_newsletter_form\";i:2735;s:82:\".et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_description\";i:2736;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form\";i:2737;s:82:\".et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description\";i:2738;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form\";i:2739;s:1802:\".et_pb_column_1_2 .et_pb_newsletter_layout_left_right, .et_pb_column_1_2 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_5 .et_pb_newsletter_layout_left_right, .et_pb_column_1_5 .et_pb_newsletter_layout_right_left, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_6 .et_pb_newsletter_layout_left_right, .et_pb_column_1_6 .et_pb_newsletter_layout_right_left, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5 .et_pb_newsletter_layout_left_right, .et_pb_column_3_5 .et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_newsletter_layout_bottom_top, .et_pb_newsletter_layout_top_bottom\";i:2740;s:478:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left\";i:2741;s:726:\".et_pb_column_1_2 .et_pb_newsletter_description, .et_pb_column_1_2 .et_pb_newsletter_form, .et_pb_column_1_3 .et_pb_newsletter_description, .et_pb_column_1_3 .et_pb_newsletter_form, .et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column_1_6 .et_pb_newsletter_form, .et_pb_column_2_5 .et_pb_newsletter_description, .et_pb_column_2_5 .et_pb_newsletter_form, .et_pb_column_3_5 .et_pb_newsletter_description, .et_pb_column_3_5 .et_pb_newsletter_form, .et_pb_column_3_8 .et_pb_newsletter_description, .et_pb_column_3_8 .et_pb_newsletter_form\";i:2742;s:27:\".et_pb_tabs, .et_pb_wc_tabs\";i:2743;s:22:\"ul.et_pb_tabs_controls\";i:2744;s:28:\"ul.et_pb_tabs_controls:after\";i:2745;s:57:\".et_pb_tabs_controls li:not(.et_pb_tab_active):last-child\";i:2746;s:25:\".et_pb_tabs_controls li a\";i:2747;s:40:\".et_pb_tabs_controls li.et_pb_tab_active\";i:2748;s:19:\".et_pb_tab_active a\";i:2749;s:25:\".et_pb_tab p:last-of-type\";i:2750;s:15:\".et_pb_all_tabs\";i:2751;s:62:\".et_pb_all_tabs>div, .et_pb_toggle_close .et_pb_toggle_content\";i:2752;s:37:\".et_pb_all_tabs .et_pb_active_content\";i:2753;s:10:\".et_pb_tab\";i:2754;s:18:\".et_pb_tab_content\";i:2755;s:238:\".et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls, .et_pb_column_1_5 .et_pb_tabs_controls, .et_pb_column_1_6 .et_pb_tabs_controls, .et_pb_column_2_5 .et_pb_tabs_controls, .et_pb_column_3_8 .et_pb_tabs_controls\";i:2756;s:256:\".et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_controls li\";i:2757;s:442:\".et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li\";i:2758;s:13:\".et_pb_toggle\";i:2759;s:19:\".et_pb_toggle_close\";i:2760;s:18:\".et_pb_toggle_open\";i:2761;s:458:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title\";i:2762;s:82:\".et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title\";i:2763;s:80:\".et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title\";i:2764;s:26:\".et_pb_toggle_title:before\";i:2765;s:85:\".et_pb_accordion .et_pb_toggle_title:before, .et_pb_toggle .et_pb_toggle_title:before\";i:2766;s:45:\".et_pb_toggle_open .et_pb_toggle_title:before\";i:2767;s:21:\".et_pb_toggle_content\";i:2768;s:36:\".et_pb_toggle_content p:last-of-type\";i:2769;s:10:\".et_pb_map\";i:2770;s:45:\".et_pb_fullwidth_section .et_pb_map_container\";i:2771;s:24:\".et_pb_map_container img\";i:2772;s:14:\".et_pb_map_pin\";i:2773;s:28:\".et_pb_column_2_3 .et_pb_map\";i:2774;s:88:\".et_pb_column_1_2 .et_pb_map, .et_pb_column_3_5 .et_pb_map, .et_pb_column_3_8 .et_pb_map\";i:2775;s:148:\".et_pb_column_1_3 .et_pb_map, .et_pb_column_1_4 .et_pb_map, .et_pb_column_1_5 .et_pb_map, .et_pb_column_1_6 .et_pb_map, .et_pb_column_2_5 .et_pb_map\";i:2776;s:19:\".et_pb_contact_form\";i:2777;s:44:\".et_pb_contact_form [data-conditional-logic]\";i:2778;s:21:\"p.et_pb_contact_field\";i:2779;s:138:\"p.et_pb_contact_field:not(.et_pb_contact_field_last), p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half)\";i:2780;s:93:\"p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last\";i:2781;s:85:\".et_pb_contact_field.et_pb_section_parallax, .et_pb_contact_field.et_pb_section_video\";i:2782;s:22:\".et_pb_contact_field *\";i:2783;s:22:\".et_pb_contact_field a\";i:2784;s:25:\".et_pb_contact_main_title\";i:2785;s:27:\"h1.et_pb_contact_main_title\";i:2786;s:22:\".et-pb-contact-message\";i:2787;s:223:\".et_pb_column_1_3 .et_pb_contact_main_title, .et_pb_column_1_4 .et_pb_contact_main_title, .et_pb_column_1_5 .et_pb_contact_main_title, .et_pb_column_1_6 .et_pb_contact_main_title, .et_pb_column_2_5 .et_pb_contact_main_title\";i:2788;s:25:\".et_pb_contact_form_label\";i:2789;s:20:\".et_pb_contact_right\";i:2790;s:52:\".et_pb_contact_right .et_pb_contact_captcha_question\";i:2791;s:14:\".et_pb_contact\";i:2792;s:40:\".et_pb_contact .et_pb_contact_field_half\";i:2793;s:142:\".et_pb_contact p input, .et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea\";i:2794;s:91:\".et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea\";i:2795;s:73:\".et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field textarea\";i:2796;s:85:\".et_pb_contact p input::-moz-placeholder, .et_pb_contact p textarea::-moz-placeholder\";i:2797;s:83:\".et_pb_contact p input:-moz-placeholder, .et_pb_contact p textarea:-moz-placeholder\";i:2798;s:28:\".et_pb_contact_right p input\";i:2799;s:190:\".et_pb_contact p input[type=checkbox], .et_pb_contact p input[type=radio], .et_pb_subscribe .et_pb_contact_field input[type=checkbox], .et_pb_subscribe .et_pb_contact_field input[type=radio]\";i:2800;s:214:\".et_pb_contact p input[type=checkbox]+label, .et_pb_contact p input[type=radio]+label, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label\";i:2801;s:222:\".et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2802;s:281:\".et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea\";i:2803;s:216:\".et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea\";i:2804;s:107:\".et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2805;s:282:\".et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before\";i:2806;s:143:\".et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before\";i:2807;s:137:\".et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before\";i:2808;s:131:\".et_pb_contact p input[type=checkbox]~input[type=text], .et_pb_subscribe .et_pb_contact_field input[type=checkbox]~input[type=text]\";i:2809;s:38:\".et_pb_contact_field[data-type=select]\";i:2810;s:44:\".et_pb_contact_field[data-type=select]:after\";i:2811;s:21:\".et_pb_contact_select\";i:2812;s:33:\".et_pb_contact_select::-ms-expand\";i:2813;s:36:\".et_pb_contact_field_options_wrapper\";i:2814;s:71:\".et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title\";i:2815;s:42:\".et_pb_contact_field_options_wrapper:after\";i:2816;s:128:\".et_pb_contact_field_checkbox, .et_pb_contact_field_options_title, .et_pb_contact_field_radio, .et_pb_contact_field_select_title\";i:2817;s:67:\".et_pb_contact_field_radio_title, .et_pb_contact_field_select_title\";i:2818;s:51:\".et_pb_contact_field textarea.et_pb_contact_message\";i:2819;s:43:\".et_pb_contact_reset, .et_pb_contact_submit\";i:2820;s:34:\".et_pb_contact p .et_contact_error\";i:2821;s:256:\".et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label, .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title, .et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label\";i:2822;s:28:\".et_contact_bottom_container\";i:2823;s:40:\".et_pb_contact_form p[data-id=et_number]\";i:2824;s:46:\".et_pb_contact_form p[data-id=et_number] input\";i:2825;s:1002:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title\";i:2826;s:515:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper\";i:2827;s:169:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper\";i:2828;s:167:\".et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper\";i:2829;s:175:\".et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper\";i:2830;s:22:\".et_pb_countdown_timer\";i:2831;s:55:\".et_pb_countdown_timer .et_pb_countdown_timer_container\";i:2832;s:31:\".et_pb_countdown_timer h4.title\";i:2833;s:31:\".et_pb_countdown_timer .section\";i:2834;s:38:\".et_pb_countdown_timer .section.values\";i:2835;s:38:\".et_pb_countdown_timer .section.zero p\";i:2836;s:39:\".et_pb_countdown_timer .section p.value\";i:2837;s:27:\".et_pb_countdown_timer .sep\";i:2838;s:104:\".et_pb_column_1_2 .et_pb_countdown_timer .section p, .et_pb_column_3_5 .et_pb_countdown_timer .section p\";i:2839;s:116:\".et_pb_column_1_2 .et_pb_countdown_timer .section p.label, .et_pb_column_3_5 .et_pb_countdown_timer .section p.label\";i:2840;s:243:\".et_pb_column_1_3 .et_pb_countdown_timer .title, .et_pb_column_1_4 .et_pb_countdown_timer .title, .et_pb_column_1_5 .et_pb_countdown_timer .title, .et_pb_column_1_6 .et_pb_countdown_timer .title, .et_pb_column_2_5 .et_pb_countdown_timer .title\";i:2841;s:157:\".et_pb_column_1_3 .et_pb_countdown_timer .section p, .et_pb_column_2_5 .et_pb_countdown_timer .section p, .et_pb_column_3_8 .et_pb_countdown_timer .section p\";i:2842;s:157:\".et_pb_column_1_4 .et_pb_countdown_timer .section p, .et_pb_column_1_5 .et_pb_countdown_timer .section p, .et_pb_column_1_6 .et_pb_countdown_timer .section p\";i:2843;s:352:\".et_pb_column_1_3 .et_pb_countdown_timer .section p.label, .et_pb_column_1_4 .et_pb_countdown_timer .section p.label, .et_pb_column_1_5 .et_pb_countdown_timer .section p.label, .et_pb_column_1_6 .et_pb_countdown_timer .section p.label, .et_pb_column_2_5 .et_pb_countdown_timer .section p.label, .et_pb_column_3_8 .et_pb_countdown_timer .section p.label\";i:2844;s:44:\".et_pb_circle_counter, .et_pb_number_counter\";i:2845;s:21:\".et_pb_circle_counter\";i:2846;s:27:\".et_pb_circle_counter_inner\";i:2847;s:28:\".et_pb_circle_counter canvas\";i:2848;s:30:\".et_pb_circle_counter .percent\";i:2849;s:62:\".et_pb_circle_counter .percent, .et_pb_number_counter .percent\";i:2850;s:32:\".et_pb_circle_counter .percent p\";i:2851;s:100:\".et_pb_circle_counter .percent p, .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type\";i:2852;s:50:\".et_pb_circle_counter h3, .et_pb_number_counter h3\";i:2853;s:86:\".et_pb_circle_counter .et_pb_module_header, .et_pb_number_counter .et_pb_module_header\";i:2854;s:96:\".et_pb_circle_counter.et_pb_with_title .percent, .et_pb_number_counter.et_pb_with_title .percent\";i:2855;s:21:\".et_pb_number_counter\";i:2856;s:28:\".et_pb_number_counter.active\";i:2857;s:28:\".et_pb_number_counter canvas\";i:2858;s:30:\".et_pb_number_counter .percent\";i:2859;s:32:\".et_pb_number_counter .percent p\";i:2860;s:26:\".et_pb_post .entry-content\";i:2861;s:174:\".et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_item h2\";i:2862;s:63:\".et_overlay.et_pb_inline_icon:before, .et_pb_inline_icon:before\";i:2863;s:11:\".et_overlay\";i:2864;s:18:\".et_overlay:before\";i:2865;s:45:\".et_pb_gallery_image:hover .et_overlay:before\";i:2866;s:367:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta, .et_pb_gallery_image:hover .et_overlay, .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay\";i:2867;s:53:\".et_pb_slider.et_pb_gallery_fullwidth span.et_overlay\";i:2868;s:34:\"#ie7 .et_overlay, #ie8 .et_overlay\";i:2869;s:80:\".et_pb_fullwidth_menu.et_hover_enabled:hover, .et_pb_menu.et_hover_enabled:hover\";i:2870;s:128:\".et_pb_fullwidth_menu .et-menu-nav, .et_pb_fullwidth_menu .et-menu-nav>ul, .et_pb_menu .et-menu-nav, .et_pb_menu .et-menu-nav>ul\";i:2871;s:66:\".et_pb_fullwidth_menu .et-menu-nav>ul, .et_pb_menu .et-menu-nav>ul\";i:2872;s:72:\".et_pb_fullwidth_menu .et-menu-nav>ul ul, .et_pb_menu .et-menu-nav>ul ul\";i:2873;s:92:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a, .et_pb_bg_layout_dark.et_pb_menu ul li a\";i:2874;s:104:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover, .et_pb_bg_layout_dark.et_pb_menu ul li a:hover\";i:2875;s:94:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul, .et_pb_menu .et-menu-nav>ul.upwards li ul\";i:2876;s:106:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul li ul, .et_pb_menu .et-menu-nav>ul.upwards li ul li ul\";i:2877;s:120:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li.mega-menu ul ul, .et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul\";i:2878;s:27:\".et_pb_menu_inner_container\";i:2879;s:17:\".et_pb_menu__wrap\";i:2880;s:34:\".et_pb_menu__wrap .mobile_menu_bar\";i:2881;s:41:\".et_pb_menu__wrap .mobile_menu_bar:before\";i:2882;s:17:\".et_pb_menu__menu\";i:2883;s:17:\".et_pb_menu__logo\";i:2884;s:21:\".et_pb_menu__logo img\";i:2885;s:32:\".et_pb_menu__search-button:after\";i:2886;s:30:\".et_pb_menu__cart-button:after\";i:2887;s:43:\"a.et_pb_menu__icon, button.et_pb_menu__icon\";i:2888;s:70:\".et_pb_fullwidth_menu .et_pb_menu__wrap, .et_pb_menu .et_pb_menu__wrap\";i:2889;s:88:\".et_pb_fullwidth_menu .et_pb_menu__wrap--visible, .et_pb_menu .et_pb_menu__wrap--visible\";i:2890;s:86:\".et_pb_fullwidth_menu .et_pb_menu__wrap--hidden, .et_pb_menu .et_pb_menu__wrap--hidden\";i:2891;s:78:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav, .et_pb_menu .et_pb_menu__menu>nav\";i:2892;s:84:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul, .et_pb_menu .et_pb_menu__menu>nav>ul\";i:2893;s:90:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li, .et_pb_menu .et_pb_menu__menu>nav>ul>li\";i:2894;s:110:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu, .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu\";i:2895;s:96:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul, .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul\";i:2896;s:112:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul.upwards>li>ul, .et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul\";i:2897;s:116:\".et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a\";i:2898;s:128:\".et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after\";i:2899;s:112:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul\";i:2900;s:118:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li\";i:2901;s:122:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a\";i:2902;s:134:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li\";i:2903;s:138:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a\";i:2904;s:150:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after\";i:2905;s:70:\".et_pb_fullwidth_menu .et_pb_menu__icon, .et_pb_menu .et_pb_menu__icon\";i:2906;s:52:\".et_pb_fullwidth_menu .et-menu, .et_pb_menu .et-menu\";i:2907;s:58:\".et_pb_fullwidth_menu .et-menu>li, .et_pb_menu .et-menu>li\";i:2908;s:120:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo-wrap, .et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap\";i:2909;s:110:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo, .et_pb_menu--style-left_aligned .et_pb_menu__logo\";i:2910;s:120:\".rtl .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo, .rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo\";i:2911;s:172:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul\";i:2912;s:170:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul\";i:2913;s:164:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu\";i:2914;s:172:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav\";i:2915;s:178:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul\";i:2916;s:112:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__logo-wrap, .et_pb_menu--style-centered .et_pb_menu__logo-wrap\";i:2917;s:214:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__logo, .et_pb_fullwidth_menu--style-centered .et_pb_menu__logo img, .et_pb_menu--style-centered .et_pb_menu__logo, .et_pb_menu--style-centered .et_pb_menu__logo img\";i:2918;s:102:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap, .et_pb_menu--style-centered .et_pb_menu__wrap\";i:2919;s:126:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo\";i:2920;s:262:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo img, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img\";i:2921;s:126:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap\";i:2922;s:356:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap\";i:2923;s:144:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot img, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img\";i:2924;s:134:\".et_pb_fullwidth_menu .et_pb_menu__logo-slot .et-fb-content-placeholder, .et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder\";i:2925;s:94:\".et_pb_fullwidth_menu .et_pb_menu__search-container, .et_pb_menu .et_pb_menu__search-container\";i:2926;s:112:\".et_pb_fullwidth_menu .et_pb_menu__search-container--visible, .et_pb_menu .et_pb_menu__search-container--visible\";i:2927;s:110:\".et_pb_fullwidth_menu .et_pb_menu__search-container--hidden, .et_pb_menu .et_pb_menu__search-container--hidden\";i:2928;s:114:\".et_pb_fullwidth_menu .et_pb_menu__search-container--disabled, .et_pb_menu .et_pb_menu__search-container--disabled\";i:2929;s:74:\".et_pb_fullwidth_menu .et_pb_menu__search, .et_pb_menu .et_pb_menu__search\";i:2930;s:84:\".et_pb_fullwidth_menu .et_pb_menu__search-form, .et_pb_menu .et_pb_menu__search-form\";i:2931;s:86:\".et_pb_fullwidth_menu .et_pb_menu__search-input, .et_pb_menu .et_pb_menu__search-input\";i:2932;s:100:\".et_pb_fullwidth_menu .et_pb_menu__close-search-button, .et_pb_menu .et_pb_menu__close-search-button\";i:2933;s:112:\".et_pb_fullwidth_menu .et_pb_menu__close-search-button:after, .et_pb_menu .et_pb_menu__close-search-button:after\";i:2934;s:60:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul\";i:2935;s:63:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li\";i:2936;s:65:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a\";i:2937;s:68:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards\";i:2938;s:71:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li\";i:2939;s:73:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a\";i:2940;s:79:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after\";i:2941;s:22:\".et_pb_forgot_password\";i:2942;s:24:\".et_pb_forgot_password a\";i:2943;s:47:\".et_pb_bg_layout_light .et_pb_forgot_password a\";i:2944;s:45:\".et_pb_column .et_pb_team_member_image.et-svg\";i:2945;s:58:\".et_pb_team_member_no_image .et_pb_team_member_description\";i:2946;s:22:\".et_pb_member_position\";i:2947;s:350:\".et_pb_column_1_2 .et_pb_team_member_image, .et_pb_column_1_3 .et_pb_team_member_image, .et_pb_column_1_4 .et_pb_team_member_image, .et_pb_column_1_5 .et_pb_team_member_image, .et_pb_column_1_6 .et_pb_team_member_image, .et_pb_column_2_5 .et_pb_team_member_image, .et_pb_column_3_5 .et_pb_team_member_image, .et_pb_column_3_8 .et_pb_team_member_image\";i:2948;s:448:\".et_pb_column_1_2 .et_pb_team_member_description, .et_pb_column_1_3 .et_pb_team_member_description, .et_pb_column_1_4 .et_pb_team_member_description, .et_pb_column_1_5 .et_pb_team_member_description, .et_pb_column_1_6 .et_pb_team_member_description, .et_pb_column_2_5 .et_pb_team_member_description, .et_pb_column_3_4 .et_pb_team_member_description, .et_pb_column_3_5 .et_pb_team_member_description, .et_pb_column_3_8 .et_pb_team_member_description\";i:2949;s:150:\".et_pb_shop.et_pb_text_align_center .star-rating, .et_pb_shop.et_pb_text_align_justified .star-rating, .et_pb_shop.et_pb_text_align_right .star-rating\";i:2950;s:29:\".et_pb_member_social_links li\";i:2951;s:28:\".et_pb_member_social_links a\";i:2952;s:27:\".et_pb_facebook_icon:before\";i:2953;s:26:\".et_pb_twitter_icon:before\";i:2954;s:25:\".et_pb_google_icon:before\";i:2955;s:27:\".et_pb_linkedin_icon:before\";i:2956;s:31:\".et_pb_member_social_links span\";i:2957;s:83:\".et_audio_content, .et_link_content, .et_pb_audio_module_content, .et_quote_content\";i:2958;s:33:\".et_audio_content .wp-block-audio\";i:2959;s:177:\".et_audio_content h2, .et_link_content a.et_link_main_url, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote cite, .et_quote_content blockquote p\";i:2960;s:361:\".et_pb_text_color_dark .et_audio_content h2, .et_pb_text_color_dark .et_audio_module_meta, .et_pb_text_color_dark .et_link_content a.et_link_main_url, .et_pb_text_color_dark .et_link_content h2, .et_pb_text_color_dark .et_pb_audio_module_content h2, .et_pb_text_color_dark .et_quote_content blockquote cite, .et_pb_text_color_dark .et_quote_content blockquote p\";i:2961;s:309:\".et_pb_text_color_dark.et_audio_content h2, .et_pb_text_color_dark.et_link_content a.et_link_main_url, .et_pb_text_color_dark.et_link_content h2, .et_pb_text_color_dark.et_pb_audio_module_content h2, .et_pb_text_color_dark.et_quote_content blockquote cite, .et_pb_text_color_dark.et_quote_content blockquote p\";i:2962;s:120:\".et_pb_text_color_dark.et_audio_content, .et_pb_text_color_dark.et_link_content, .et_pb_text_color_dark.et_quote_content\";i:2963;s:19:\".et_quote_main_link\";i:2964;s:28:\".et_quote_content blockquote\";i:2965;s:105:\".et_audio_content h2, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote p\";i:2966;s:73:\".et_audio_content h2, .et_link_content h2, .et_quote_content blockquote p\";i:2967;s:70:\".et_link_content a.et_link_main_url, .et_quote_content blockquote cite\";i:2968;s:357:\".et_pb_blog_grid .et_audio_content h2, .et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2\";i:2969;s:118:\".et_pb_column_2_3 .et_audio_content, .et_pb_column_2_3 .et_link_content, .et_pb_column_2_3 .et_pb_audio_module_content\";i:2970;s:218:\".et_pb_column_1_2 .et_audio_content, .et_pb_column_1_2 .et_link_content, .et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_audio_content, .et_pb_column_3_5 .et_link_content, .et_pb_column_3_5 .et_quote_content\";i:2971;s:92:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content\";i:2972;s:98:\".et_pb_column_1_2 .et_quote_content blockquote p, .et_pb_column_3_5 .et_quote_content blockquote p\";i:2973;s:156:\".et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_2 .et_link_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_5 .et_link_content h2\";i:2974;s:214:\".et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_3_5 .et_link_content a.et_link_main_url, .et_pb_column_3_5 .et_quote_content blockquote cite\";i:2975;s:507:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_column_1_3 .et_audio_content, .et_pb_column_1_3 .et_link_content, .et_pb_column_1_4 .et_audio_content, .et_pb_column_1_4 .et_link_content, .et_pb_column_1_5 .et_audio_content, .et_pb_column_1_5 .et_link_content, .et_pb_column_1_6 .et_audio_content, .et_pb_column_1_6 .et_link_content, .et_pb_column_2_5 .et_audio_content, .et_pb_column_2_5 .et_link_content, .et_pb_column_3_8 .et_audio_content, .et_pb_column_3_8 .et_link_content\";i:2976;s:898:\".et_pb_blog_grid .et_audio_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_5 .et_link_content h2, .et_pb_column_1_5 .et_quote_content blockquote p, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_1_6 .et_link_content h2, .et_pb_column_1_6 .et_quote_content blockquote p, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_2_5 .et_link_content h2, .et_pb_column_2_5 .et_quote_content blockquote p, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_3_8 .et_quote_content blockquote p\";i:2977;s:752:\".et_pb_blog_grid .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_column_1_5 .et_link_content a.et_link_main_url, .et_pb_column_1_5 .et_quote_content blockquote cite, .et_pb_column_1_6 .et_link_content a.et_link_main_url, .et_pb_column_1_6 .et_quote_content blockquote cite, .et_pb_column_2_5 .et_link_content a.et_link_main_url, .et_pb_column_2_5 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_quote_content blockquote cite\";i:2978;s:33:\".et_pb_blog_grid .et_link_content\";i:2979;s:139:\".et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:2980;s:35:\".et_audio_container .mejs-container\";i:2981;s:158:\".et_audio_container .mejs-container, .et_audio_container .mejs-container .mejs-controls, .et_audio_container .mejs-embed, .et_audio_container .mejs-embed body\";i:2982;s:127:\".et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded, .et_audio_container .mejs-time.mejs-currenttime-container\";i:2983;s:30:\".et_audio_container .mejs-time\";i:2984;s:174:\".et_audio_container .mejs-android .mejs-time, .et_audio_container .mejs-ios .mejs-time, .et_audio_container .mejs-ipad .mejs-time, .et_audio_container .mejs-iphone .mejs-time\";i:2985;s:164:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:2986;s:210:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:2987;s:38:\".et_audio_container .mejs-controls>div\";i:2988;s:53:\".et_audio_container .mejs-controls div.mejs-time-rail\";i:2989;s:57:\".et_audio_container span.mejs-time-total.mejs-time-slider\";i:2990;s:51:\".et_audio_container .mejs-button.mejs-volume-button\";i:2991;s:168:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:2992;s:214:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:2993;s:166:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle\";i:2994;s:88:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle\";i:2995;s:61:\".et_audio_container .mejs-time-rail .mejs-time-handle-content\";i:2996;s:54:\".et_audio_container .mejs-time-rail .mejs-time-hovered\";i:2997;s:96:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:2998;s:116:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:2999;s:117:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";i:3000;s:66:\".et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3001;s:68:\".et_audio_container .mejs-controls div.mejs-horizontal-volume-slider\";i:3002;s:97:\".et_audio_container .mejs-playpause-button button, .et_audio_container .mejs-volume-button button\";i:3003;s:56:\".et_audio_container .mejs-playpause-button button:before\";i:3004;s:111:\".et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before\";i:3005;s:157:\".et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before\";i:3006;s:192:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle\";i:3007;s:69:\".et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span\";i:3008;s:42:\".et_audio_container .mejs-playpause-button\";i:3009;s:60:\".et_audio_container .mejs-controls .mejs-button button:focus\";i:3010;s:67:\".et_audio_container .mejs-playpause-button.mejs-pause button:before\";i:3011;s:53:\".et_audio_container .mejs-volume-button button:before\";i:3012;s:50:\".et_audio_container .mejs-container .mejs-controls\";i:3013;s:334:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3014;s:100:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3015;s:64:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-time\";i:3016;s:310:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-android .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ios .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ipad .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-iphone .mejs-time\";i:3017;s:85:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-button.mejs-volume-button\";i:3018;s:87:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls div.mejs-time-rail\";i:3019;s:49:\".et_pb_post .et_pb_gallery_post_type .et_pb_slide\";i:3020;s:52:\".et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide\";i:3021;s:16:\".et_gallery_item\";i:3022;s:30:\".et_gallery_item:nth-child(3n)\";i:3023;s:32:\".et_gallery_item:nth-child(3n+1)\";i:3024;s:19:\".et_pb_audio_module\";i:3025;s:21:\".et_audio_module_meta\";i:3026;s:49:\".et_pb_audio_no_image .et_pb_audio_module_content\";i:3027;s:334:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art, .et_pb_column_3_8 .et_pb_audio_cover_art\";i:3028;s:233:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_2_5 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:3029;s:139:\".et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_1_5 .et_pb_audio_module_content, .et_pb_column_1_6 .et_pb_audio_module_content\";i:3030;s:89:\".et_pb_slide_video .wp-video-shortcode video, .et_pb_slide_video video.wp-video-shortcode\";i:3031;s:13:\".et_pb_slider\";i:3032;s:61:\".et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after\";i:3033;s:26:\".et_pb_slider .et_pb_slide\";i:3034;s:60:\".format-gallery .et_pb_slider.gallery-not-found .et_pb_slide\";i:3035;s:107:\".et_pb_slider.gallery-not-found .et_pb_slide, .et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container\";i:3036;s:42:\".et_pb_section, .et_pb_slider .et_pb_slide\";i:3037;s:38:\".et_pb_slider .et_pb_slide:first-child\";i:3038;s:25:\".et_pb_post>.et_pb_slider\";i:3039;s:30:\".et_pb_slider .et_pb_container\";i:3040;s:12:\".et_pb_slide\";i:3041;s:32:\".et_pb_video_slider .et_pb_slide\";i:3042;s:87:\".et_pb_fullwidth_post_slider .et_pb_container, .et_pb_fullwidth_slider .et_pb_container\";i:3043;s:36:\".et-pb-arrow-next, .et-pb-arrow-prev\";i:3044;s:82:\".et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev\";i:3045;s:63:\".et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control\";i:3046;s:48:\".et-pb-arrow-next:hover, .et-pb-arrow-prev:hover\";i:3047;s:46:\".et-pb-arrow-next span, .et-pb-arrow-prev span\";i:3048;s:17:\".et-pb-arrow-prev\";i:3049;s:17:\".et-pb-arrow-next\";i:3050;s:24:\".et-pb-arrow-prev:before\";i:3051;s:24:\".et-pb-arrow-next:before\";i:3052;s:68:\".format-gallery .et-pb-arrow-next, .format-gallery .et-pb-arrow-prev\";i:3053;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-prev\";i:3054;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-next\";i:3055;s:283:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev\";i:3056;s:112:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next\";i:3057;s:169:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev\";i:3058;s:136:\".et_pb_column_1_4 .et_pb_slider .et_pb_slide, .et_pb_column_1_5 .et_pb_slider .et_pb_slide, .et_pb_column_1_6 .et_pb_slider .et_pb_slide\";i:3059;s:169:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next\";i:3060;s:20:\".et-pb-controllers a\";i:3061;s:40:\".et-pb-controllers .et-pb-active-control\";i:3062;s:32:\".et_pb_post .et-pb-controllers a\";i:3063;s:31:\".et-pb-controllers a:last-child\";i:3064;s:18:\".et_pb_slide_image\";i:3065;s:47:\".et_pb_slide:first-child .et_pb_slide_image img\";i:3066;s:54:\".et_pb_slide:first-child .et_pb_slide_image img.active\";i:3067;s:48:\".et_pb_media_alignment_center .et_pb_slide_image\";i:3068;s:78:\".et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video\";i:3069;s:38:\".et-pb-active-slide .et_pb_slide_image\";i:3070;s:44:\".et-pb-active-slide .et_pb_slide_description\";i:3071;s:46:\".et_pb_bg_layout_dark .et_pb_slide_description\";i:3072;s:42:\".et_pb_bg_layout_dark .et_pb_slide_content\";i:3073;s:78:\".et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:3074;s:35:\".et_pb_slide_content p:last-of-type\";i:3075;s:30:\".et_pb_slides .et_pb_container\";i:3076;s:43:\".et_pb_slides .et_pb_slider_container_inner\";i:3077;s:112:\".et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner, .et_pb_slides .et_pb_empty_slide.et_pb_container\";i:3078;s:31:\".et_pb_slides .et_pb_temp_slide\";i:3079;s:20:\".et_parallax_bg_wrap\";i:3080;s:15:\".et_parallax_bg\";i:3081;s:195:\".et_parallax_bg.et_parallax_bg__hover, .et_parallax_bg.et_parallax_bg_phone, .et_parallax_bg.et_parallax_bg_tablet, .et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover)\";i:3082;s:73:\".et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover\";i:3083;s:114:\".et_pb_module.et_pb_section_parallax, .et_pb_posts_nav a.et_pb_section_parallax, .et_pb_tab.et_pb_section_parallax\";i:3084;s:93:\".et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:3085;s:117:\"body.et-bfb .et_pb_section_parallax .et_pb_parallax_css, body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:3086;s:148:\".et_pb_section_parallax.et_pb_column .et_pb_module, .et_pb_section_parallax.et_pb_row .et_pb_column, .et_pb_section_parallax.et_pb_row .et_pb_module\";i:3087;s:358:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:3088;s:598:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:3089;s:502:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description\";i:3090;s:314:\".et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3091;s:394:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:3092;s:222:\".et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3093;s:336:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content\";i:3094;s:274:\".et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3095;s:211:\".et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title\";i:3096;s:323:\".et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title\";i:3097;s:58:\".et_pb_preload .et_pb_section_video_bg, .et_pb_preload>div\";i:3098;s:64:\".et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload\";i:3099;s:21:\".et_pb_preload:before\";i:3100;s:30:\".et_pb_text ol, .et_pb_text ul\";i:3101;s:23:\".et_pb_text>:last-child\";i:3102;s:17:\".et_pb_text_inner\";i:3103;s:177:\".et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6\";i:3104;s:22:\".et_pb_text_align_left\";i:3105;s:24:\".et_pb_text_align_center\";i:3106;s:23:\".et_pb_text_align_right\";i:3107;s:27:\".et_pb_text_align_justified\";i:3108;s:28:\"ul.et_pb_social_media_follow\";i:3109;s:29:\".et_pb_social_media_follow li\";i:3110;s:31:\".et_pb_social_media_follow li a\";i:3111;s:45:\".et_pb_social_media_follow li a.follow_button\";i:3112;s:86:\".et_pb_social_media_follow li.last-child a, .et_pb_social_media_follow li:last-child a\";i:3113;s:132:\".et_pb_social_media_follow.has_follow_button li.last-child a.icon, .et_pb_social_media_follow.has_follow_button li:last-child a.icon\";i:3114;s:51:\".et_pb_social_media_follow li a.follow_button:hover\";i:3115;s:66:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button\";i:3116;s:72:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover\";i:3117;s:36:\".et_pb_social_media_follow li a.icon\";i:3118;s:44:\".et_pb_social_media_follow li a.icon::before\";i:3119;s:50:\".et_pb_social_media_follow li a.icon:hover::before\";i:3120;s:39:\".et_pb_social_media_follow_network_name\";i:3121;s:37:\".et_pb_section.et_section_transparent\";i:3122;s:19:\".et_pb_inner_shadow\";i:3123;s:55:\".et_pb_bottom_inside_divider, .et_pb_top_inside_divider\";i:3124;s:89:\".et_pb_bottom_inside_divider.et-no-transition, .et_pb_top_inside_divider.et-no-transition\";i:3125;s:25:\".et_pb_top_inside_divider\";i:3126;s:28:\".et_pb_bottom_inside_divider\";i:3127;s:64:\".et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu)\";i:3128;s:23:\".et_pb_section_video_bg\";i:3129;s:221:\".et_pb_section_video_bg.et_pb_section_video_bg_hover, .et_pb_section_video_bg.et_pb_section_video_bg_phone, .et_pb_section_video_bg.et_pb_section_video_bg_tablet, .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only\";i:3130;s:82:\".et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play\";i:3131;s:124:\".et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video\";i:3132;s:35:\".et_pb_section_video_bg .mejs-video\";i:3133;s:45:\".et_pb_section_video_bg .mejs-overlay-loading\";i:3134;s:47:\".et_pb_social_network_link .et_pb_section_video\";i:3135;s:59:\".et_pb_section_video_on_hover:hover>.et_pb_section_video_bg\";i:3136;s:140:\".et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover, .et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit\";i:3137;s:77:\".et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty\";i:3138;s:12:\".et_pb_space\";i:3139;s:21:\".et_pb_divider_hidden\";i:3140;s:23:\".et_pb_divider_internal\";i:3141;s:14:\".et_pb_divider\";i:3142;s:21:\".et_pb_divider:before\";i:3143;s:40:\".et_pb_divider:after, .et_pb_space:after\";i:3144;s:37:\".et_pb_divider_position_bottom:before\";i:3145;s:37:\".et_pb_divider_position_center:before\";i:3146;s:23:\".et_pb_fullwidth_header\";i:3147;s:25:\".et_pb_fullwidth_header p\";i:3148;s:31:\".et_pb_fullwidth_header_subhead\";i:3149;s:17:\".et_pb_fullscreen\";i:3150;s:57:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container\";i:3151;s:51:\".et_pb_fullscreen .et_pb_fullwidth_header_container\";i:3152;s:64:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center\";i:3153;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom\";i:3154;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center\";i:3155;s:98:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container\";i:3156;s:114:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content\";i:3157;s:103:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center\";i:3158;s:180:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container\";i:3159;s:194:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center\";i:3160;s:182:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom\";i:3161;s:62:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left\";i:3162;s:63:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:3163;s:179:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container\";i:3164;s:404:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:3165;s:384:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center\";i:3166;s:360:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom\";i:3167;s:78:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content\";i:3168;s:102:\".et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content\";i:3169;s:79:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:3170;s:103:\".et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content\";i:3171;s:181:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom\";i:3172;s:39:\".et_pb_fullwidth_header .header-content\";i:3173;s:80:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content\";i:3174;s:37:\".et_pb_fullwidth_header .header-image\";i:3175;s:88:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button\";i:3176;s:75:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two\";i:3177;s:55:\".et_pb_fullwidth_header .et_pb_fullwidth_header_overlay\";i:3178;s:43:\".et_pb_fullwidth_header .et_pb_parallax_css\";i:3179;s:54:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll\";i:3180;s:56:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a\";i:3181;s:68:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon\";i:3182;s:133:\".et_pb_fullwidth_header .scroll-down-container .scroll-down-phone, .et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet\";i:3183;s:30:\".et_pb_accordion .et_pb_toggle\";i:3184;s:41:\".et_pb_accordion .et_pb_toggle:last-child\";i:3185;s:62:\".et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before\";i:3186;s:76:\".et_pb_counters, .et_pb_pricing, .et_pb_tabs_controls, .et_pb_widget_area ul\";i:3187;s:35:\".et_pb_gallery .et_pb_gallery_items\";i:3188;s:37:\".et_pb_gallery.et_pb_section_parallax\";i:3189;s:43:\".et_pb_gallery.et_pb_section_parallax:hover\";i:3190;s:40:\".et_pb_gallery_grid .et_pb_gallery_items\";i:3191;s:40:\".et_pb_gallery_grid .et_pb_gallery_image\";i:3192;s:20:\".et_pb_gallery_image\";i:3193;s:95:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item, .et_pb_gallery_grid .et_pb_gallery_item\";i:3194;s:38:\".et_pb_portfolio .et_pb_portfolio_item\";i:3195;s:44:\".et_pb_gallery_fullwidth .et_pb_gallery_item\";i:3196;s:95:\".et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item\";i:3197;s:56:\".et_pb_gallery_fullwidth .et_pb_gallery_item:first-child\";i:3198;s:434:\".et_pb_portfolio.et_pb_section_parallax .pagination, .et_pb_portfolio.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio.et_pb_section_video .pagination, .et_pb_portfolio.et_pb_section_video .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_parallax .pagination, .et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_video .pagination, .et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi\";i:3199;s:185:\".et_pb_text_align_left .wp-pagenavi, .et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul\";i:3200;s:191:\".et_pb_text_align_center .wp-pagenavi, .et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul\";i:3201;s:188:\".et_pb_text_align_right .wp-pagenavi, .et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul\";i:3202;s:200:\".et_pb_text_align_justified .wp-pagenavi, .et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul\";i:3203;s:52:\".et_pb_filterable_portfolio .et_pb_portfolio_filters\";i:3204;s:149:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters\";i:3205;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:3206;s:79:\".et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul\";i:3207;s:82:\".et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul\";i:3208;s:78:\".et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul\";i:3209;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:3210;s:57:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:3211;s:69:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:3212;s:68:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:3213;s:63:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover\";i:3214;s:64:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active\";i:3215;s:110:\".et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper\";i:3216;s:97:\".et_pb_filterable_portfolio .et_pb_portfolio_item.active, .et_pb_gallery_grid .et_pb_gallery_item\";i:3217;s:448:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:3218;s:532:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:3219;s:526:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:3220;s:98:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination, .et_pb_gallery .et_pb_gallery_pagination\";i:3221;s:157:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination\";i:3222;s:104:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_gallery .et_pb_gallery_pagination ul\";i:3223;s:110:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li, .et_pb_gallery .et_pb_gallery_pagination ul li\";i:3224;s:114:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a\";i:3225;s:128:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active\";i:3226;s:34:\".et_pb_gallery_pagination ul:after\";i:3227;s:156:\".et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a, .et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a\";i:3228;s:44:\".et_pb_portfolio_items_wrapper.no_pagination\";i:3229;s:13:\".et_pb_module\";i:3230;s:26:\".et_pb_fullwidth_portfolio\";i:3231;s:38:\".et_pb_fullwidth_portfolio .et_overlay\";i:3232;s:48:\".et_pb_fullwidth_portfolio .et_pb_carousel_group\";i:3233;s:55:\".et_pb_fullwidth_portfolio .et_pb_carousel_group.active\";i:3234;s:79:\".et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group\";i:3235;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_items\";i:3236;s:48:\".et_pb_fullwidth_portfolio .et_pb_portfolio_item\";i:3237;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image\";i:3238;s:53:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image img\";i:3239;s:63:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img\";i:3240;s:62:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img\";i:3241;s:68:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before\";i:3242;s:74:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before\";i:3243;s:82:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay\";i:3244;s:55:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p\";i:3245;s:55:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta\";i:3246;s:102:\".et_pb_fullwidth_portfolio .et_pb_portfolio_title, .et_pb_fullwidth_portfolio h2.et_pb_portfolio_title\";i:3247;s:177:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3, .et_pb_fullwidth_portfolio .et_pb_portfolio_image p\";i:3248;s:124:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3\";i:3249;s:73:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay+p.post-meta\";i:3250;s:136:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3\";i:3251;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev\";i:3252;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-next\";i:3253;s:96:\".et_pb_fullwidth_portfolio .et_pb_no_results .entry, .et_pb_post_slider .et_pb_no_results .entry\";i:3254;s:88:\".et_pb_section:not(.et_pb_fullwidth_section) .et_pb_post_slider .et_pb_no_results .entry\";i:3255;s:25:\".et_pb_title_container h1\";i:3256;s:223:\".et_pb_column_1_3 .et_pb_title_container h1, .et_pb_column_1_4 .et_pb_title_container h1, .et_pb_column_1_5 .et_pb_title_container h1, .et_pb_column_1_6 .et_pb_title_container h1, .et_pb_column_2_5 .et_pb_title_container h1\";i:3257;s:35:\".et_pb_post_title.et_pb_featured_bg\";i:3258;s:37:\".et_pb_post_title .et_pb_parallax_css\";i:3259;s:35:\".et_pb_title_featured_container img\";i:3260;s:58:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:3261;s:22:\".et_pb_title_container\";i:3262;s:31:\".et_pb_title_featured_container\";i:3263;s:28:\"p.et_pb_title_meta_container\";i:3264;s:99:\"p.et_pb_title_meta_container .et_pb_title_meta_item--visible+.et_pb_title_meta_item--visible:before\";i:3265;s:63:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container\";i:3266;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above\";i:3267;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below\";i:3268;s:83:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:3269;s:105:\".et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container\";i:3270;s:34:\".et_pb_fullwidth_code.et_pb_module\";i:3271;s:86:\".et_pb_module.et_pb_has_overlay, article.et_pb_has_overlay .et_pb_blog_image_container\";i:3272;s:70:\".et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay\";i:3273;s:31:\".et_pb_slider.et_pb_post_slider\";i:3274;s:31:\".et_pb_post_slider .et_pb_slide\";i:3275;s:50:\".et_pb_post_slider_image_bottom .et_pb_slide_image\";i:3276;s:56:\".et_pb_post_slider_image_bottom .et_pb_slide_description\";i:3277;s:47:\".et_pb_post_slider_image_top .et_pb_slide_image\";i:3278;s:53:\".et_pb_post_slider_image_top .et_pb_slide_description\";i:3279;s:55:\".et_pb_post_slider_image_right .et_pb_slide_description\";i:3280;s:49:\".et_pb_post_slider_image_right .et_pb_slide_image\";i:3281;s:59:\".et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3282;s:57:\".et_pb_slider_with_overlay .et_pb_slide_overlay_container\";i:3283;s:66:\".et_pb_slide_content .post-meta, .et_pb_slide_content .post-meta a\";i:3284;s:31:\".et_pb_slide_content .post-meta\";i:3285;s:162:\".et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3286;s:160:\".et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3287;s:104:\".et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a\";i:3288;s:106:\".et_pb_post_slider.et_pb_bg_layout_light .post-meta, .et_pb_post_slider.et_pb_bg_layout_light .post-meta a\";i:3289;s:146:\".et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description, .et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image\";i:3290;s:91:\".et_pb_wc_related_products ul.products li.product, .et_pb_wc_upsells ul.products li.product\";i:3291;s:103:\".et_pb_wc_related_products ul.products li.product a img, .et_pb_wc_upsells ul.products li.product a img\";i:3292;s:103:\".et_pb_wc_related_products ul.products li.product.first, .et_pb_wc_upsells ul.products li.product.first\";i:3293;s:101:\".et_pb_wc_related_products ul.products li.product.last, .et_pb_wc_upsells ul.products li.product.last\";i:3294;s:111:\".et_pb_wc_related_products ul.products.columns-1 li.product, .et_pb_wc_upsells ul.products.columns-1 li.product\";i:3295;s:111:\".et_pb_wc_related_products ul.products.columns-2 li.product, .et_pb_wc_upsells ul.products.columns-2 li.product\";i:3296;s:111:\".et_pb_wc_related_products ul.products.columns-3 li.product, .et_pb_wc_upsells ul.products.columns-3 li.product\";i:3297;s:111:\".et_pb_wc_related_products ul.products.columns-4 li.product, .et_pb_wc_upsells ul.products.columns-4 li.product\";i:3298;s:111:\".et_pb_wc_related_products ul.products.columns-5 li.product, .et_pb_wc_upsells ul.products.columns-5 li.product\";i:3299;s:111:\".et_pb_wc_related_products ul.products.columns-6 li.product, .et_pb_wc_upsells ul.products.columns-6 li.product\";i:3300;s:425:\".et_pb_wc_related_products.et_pb_text_align_center .products .star-rating, .et_pb_wc_related_products.et_pb_text_align_justified .products .star-rating, .et_pb_wc_related_products.et_pb_text_align_right .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_center .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_justified .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_right .products .star-rating\";i:3301;s:83:\".et_pb_wc_related_products .et_shop_image>img, .et_pb_wc_upsells .et_shop_image>img\";i:3302;s:45:\".et_pb_wc_additional_info.et_pb_hide_title h2\";i:3303;s:18:\".et_pb_wc_title h1\";i:3304;s:168:\".et_pb_wc_meta.et_pb_wc_meta_layout_stacked .posted_in, .et_pb_wc_meta.et_pb_wc_meta_layout_stacked .sku_wrapper, .et_pb_wc_meta.et_pb_wc_meta_layout_stacked .tagged_as\";i:3305;s:20:\".et_pb_wc_meta_empty\";i:3306;s:50:\".et_pb_wc_meta .product_meta>span:last-child:after\";i:3307;s:137:\".et_pb_wc_meta.et_pb_wc_no_categories .posted_in, .et_pb_wc_meta.et_pb_wc_no_sku .sku_wrapper, .et_pb_wc_meta.et_pb_wc_no_tags .tagged_as\";i:3308;s:22:\".et_pb_wc_price .price\";i:3309;s:26:\".et_pb_wc_price .price del\";i:3310;s:85:\".et_pb_wc_add_to_cart form.cart .button, .et_pb_wc_add_to_cart form.cart div.quantity\";i:3311;s:31:\".et_pb_wc_add_to_cart form.cart\";i:3312;s:155:\".et_pb_wc_add_to_cart.et_pb_hide_input_quantity .quantity, .et_pb_wc_add_to_cart.et_pb_hide_input_quantity .woocommerce-grouped-product-list-item__quantity\";i:3313;s:45:\".et_pb_wc_add_to_cart.et_pb_hide_stock .stock\";i:3314;s:40:\".et_pb_wc_add_to_cart .variations .label\";i:3315;s:86:\".et_pb_wc_add_to_cart.et_pb_module .et_pb_module_inner form.cart .variations td select\";i:3316;s:41:\".et_pb_wc_add_to_cart .quantity input.qty\";i:3317;s:84:\".et_pb_wc_cart_notice .woocommerce-error, .et_pb_wc_cart_notice .woocommerce-message\";i:3318;s:33:\".et_pb_wc_cart_notice .wc-forward\";i:3319;s:41:\".et_pb_wc_rating .star-rating span.rating\";i:3320;s:28:\".et_pb_wc_rating .et-pb-icon\";i:3321;s:41:\".et_pb_wc_rating .woocommerce-review-link\";i:3322;s:44:\".et_pb_wc_rating .woocommerce-product-rating\";i:3323;s:57:\".et_pb_wc_rating .woocommerce-product-rating .star-rating\";i:3324;s:72:\".et_pb_wc_rating.et_pb_wc_rating_layout_stacked .woocommerce-review-link\";i:3325;s:55:\".et_pb_wc_rating.et_pb_wc_rating_no_rating .star-rating\";i:3326;s:68:\".et_pb_wc_rating.et_pb_wc_rating_no_reviews .woocommerce-review-link\";i:3327;s:73:\".et_pb_wc_reviews.et_pb_comments_module.et_pb_no_comments_count #comments\";i:3328;s:68:\".et_pb_wc_reviews.et_pb_no_comments_count .woocommerce-Reviews-title\";i:3329;s:43:\".et_pb_wc_reviews.et_pb_module .star-rating\";i:3330;s:55:\".et_pb_wc_reviews.et_pb_module .star-rating span:before\";i:3331;s:41:\".et_pb_wc_reviews.et_pb_no_avatar .avatar\";i:3332;s:84:\".et_pb_wc_reviews.et_pb_no_avatar #reviews #comments ol.commentlist li .comment-text\";i:3333;s:29:\".et_pb_wc_stock .out-of-stock\";i:3334;s:25:\".et_pb_wc_stock .in-stock\";i:3335;s:22:\".et_pb_wc_stock .stock\";i:3336;s:257:\"body.woocommerce .et_builder_inner_content.product .et_pb_wc_images div.images, body.woocommerce-page #content .et_builder_inner_content.product .et_pb_wc_images div.images, body.woocommerce-page .et_builder_inner_content.product .et_pb_wc_images div.images\";i:3337;s:67:\".et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav\";i:3338;s:70:\".et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li\";i:3339;s:99:\".et_pb_wc_images .woocommerce-product-gallery--without-images .woocommerce-product-gallery__wrapper\";i:3340;s:45:\".et_pb_wc_images .woocommerce-product-gallery\";i:3341;s:83:\".et_pb_wc_images .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper\";i:3342;s:71:\".et_pb_wc_images .flex-control-nav img, .et_pb_wc_images .flex-viewport\";i:3343;s:44:\".et_pb_wc_breadcrumb .woocommerce-breadcrumb\";i:3344;s:510:\".et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide\";i:3345;s:130:\".et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3346;s:278:\".et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3347;s:138:\".et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3348;s:418:\".et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3349;s:418:\".et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3350;s:42:\".et_pb_post_slider.et_pb_module .et_pb_row\";i:3351;s:65:\".et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row\";i:3352;s:46:\".et_pb_post_slider.et_pb_module .et_pb_section\";i:3353;s:33:\".et_pb_search .screen-reader-text\";i:3354;s:13:\".et_pb_search\";i:3355;s:67:\".et_pb_search input.et_pb_s, .et_pb_search input.et_pb_searchsubmit\";i:3356;s:54:\".et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:3357;s:45:\".et_pb_search input.et_pb_s::-moz-placeholder\";i:3358;s:49:\".et_pb_search input.et_pb_s:-ms-input-placeholder\";i:3359;s:27:\".et_pb_search input.et_pb_s\";i:3360;s:31:\".et_pb_search .et_pb_searchform\";i:3361;s:38:\".et_pb_search input.et_pb_searchsubmit\";i:3362;s:114:\".et_pb_search.et_pb_text_align_center .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left .et_pb_searchsubmit\";i:3363;s:56:\".et_pb_search.et_pb_text_align_right .et_pb_searchsubmit\";i:3364;s:50:\".et_pb_search.et_pb_text_align_right input.et_pb_s\";i:3365;s:51:\".et_pb_search.et_pb_text_align_center input.et_pb_s\";i:3366;s:63:\".et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit\";i:3367;s:52:\".et_pb_search.et_pb_hide_search_button input.et_pb_s\";i:3368;s:48:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s\";i:3369;s:75:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder\";i:3370;s:66:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder\";i:3371;s:70:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder\";i:3372;s:59:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit\";i:3373;s:36:\".et_pb_comments_module #comment-wrap\";i:3374;s:54:\".et_pb_comments_module.et_pb_no_avatar .comment_avatar\";i:3375;s:52:\".et_pb_comments_module.et_pb_no_avatar .comment-body\";i:3376;s:74:\".et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body\";i:3377;s:65:\".et_pb_comments_module.et_pb_no_reply_button span.reply-container\";i:3378;s:58:\".et_pb_comments_module.et_pb_no_reply_button .comment-body\";i:3379;s:56:\".et_pb_comments_module.et_pb_no_comments_count #comments\";i:3380;s:87:\".et_pb_bg_layout_dark .comment_postinfo a, .et_pb_bg_layout_dark .comment_postinfo span\";i:3381;s:33:\".et_pb_posts_nav.nav-single:after\";i:3382;s:18:\".et_pb_posts_nav a\";i:3383;s:58:\".et_pb_posts_nav .nav-next, .et_pb_posts_nav .nav-previous\";i:3384;s:55:\".et_pb_posts_nav .meta-nav, .et_pb_posts_nav .nav-label\";i:3385;s:17:\".et_pb_code_inner\";i:3386;s:12:\".et-waypoint\";i:3387;s:15:\".et_pb_counters\";i:3388;s:20:\".et_pb_animation_off\";i:3389;s:42:\".et-animated li span .et_pb_counter_amount\";i:3390;s:33:\".et_pb_animation_left.et-animated\";i:3391;s:34:\".et_pb_animation_right.et-animated\";i:3392;s:32:\".et_pb_animation_top.et-animated\";i:3393;s:35:\".et_pb_animation_bottom.et-animated\";i:3394;s:36:\".et_pb_animation_fade_in.et-animated\";i:3395;s:12:\".et_animated\";i:3396;s:21:\".et_animated.infinite\";i:3397;s:17:\".et_had_animation\";i:3398;s:17:\".et_animated.fade\";i:3399;s:20:\".et_animated.fadeTop\";i:3400;s:22:\".et_animated.fadeRight\";i:3401;s:23:\".et_animated.fadeBottom\";i:3402;s:21:\".et_animated.fadeLeft\";i:3403;s:18:\".et_animated.slide\";i:3404;s:21:\".et_animated.slideTop\";i:3405;s:23:\".et_animated.slideRight\";i:3406;s:24:\".et_animated.slideBottom\";i:3407;s:22:\".et_animated.slideLeft\";i:3408;s:19:\".et_animated.bounce\";i:3409;s:22:\".et_animated.bounceTop\";i:3410;s:24:\".et_animated.bounceRight\";i:3411;s:25:\".et_animated.bounceBottom\";i:3412;s:23:\".et_animated.bounceLeft\";i:3413;s:17:\".et_animated.zoom\";i:3414;s:20:\".et_animated.zoomTop\";i:3415;s:22:\".et_animated.zoomRight\";i:3416;s:23:\".et_animated.zoomBottom\";i:3417;s:21:\".et_animated.zoomLeft\";i:3418;s:17:\".et_animated.flip\";i:3419;s:20:\".et_animated.flipTop\";i:3420;s:22:\".et_animated.flipRight\";i:3421;s:23:\".et_animated.flipBottom\";i:3422;s:21:\".et_animated.flipLeft\";i:3423;s:17:\".et_animated.fold\";i:3424;s:20:\".et_animated.foldTop\";i:3425;s:22:\".et_animated.foldRight\";i:3426;s:23:\".et_animated.foldBottom\";i:3427;s:21:\".et_animated.foldLeft\";i:3428;s:17:\".et_animated.roll\";i:3429;s:20:\".et_animated.rollTop\";i:3430;s:22:\".et_animated.rollRight\";i:3431;s:23:\".et_animated.rollBottom\";i:3432;s:21:\".et_animated.rollLeft\";i:3433;s:19:\".box-shadow-overlay\";i:3434;s:45:\".et_pb_section>.box-shadow-overlay~.et_pb_row\";i:3435;s:30:\".et_pb_row>.box-shadow-overlay\";i:3436;s:23:\".has-box-shadow-overlay\";i:3437;s:13:\".et_clickable\";i:3438;s:19:\".screen-reader-text\";i:3439;s:50:\".et_multi_view_hidden, .et_multi_view_hidden_image\";i:3440;s:7:\".et-box\";i:3441;s:22:\".et-box-content strong\";i:3442;s:91:\".et-bio:before, .et-download:before, .et-info:before, .et-shadow:before, .et-warning:before\";i:3443;s:8:\".et-info\";i:3444;s:15:\".et-info:before\";i:3445;s:24:\".et-info .et-box-content\";i:3446;s:172:\".et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6\";i:3447;s:11:\".et-warning\";i:3448;s:18:\".et-warning:before\";i:3449;s:27:\".et-warning .et-box-content\";i:3450;s:190:\".et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6\";i:3451;s:12:\".et-download\";i:3452;s:19:\".et-download:before\";i:3453;s:28:\".et-download .et-box-content\";i:3454;s:196:\".et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6\";i:3455;s:7:\".et-bio\";i:3456;s:14:\".et-bio:before\";i:3457;s:23:\".et-bio .et-box-content\";i:3458;s:166:\".et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6\";i:3459;s:10:\".et-shadow\";i:3460;s:26:\".et-shadow .et-box-content\";i:3461;s:184:\".et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6\";i:3462;s:11:\".et-tooltip\";i:3463;s:15:\".et-tooltip-box\";i:3464;s:17:\".et-tooltip-arrow\";i:3465;s:14:\".et-learn-more\";i:3466;s:30:\".et-learn-more h3.heading-more\";i:3467;s:54:\".et-learn-more h3.heading-more span.et_learnmore_arrow\";i:3468;s:43:\".et-learn-more span.et_learnmore_arrow span\";i:3469;s:49:\".et-learn-more .open span.et_learnmore_arrow span\";i:3470;s:34:\".et-learn-more .learn-more-content\";i:3471;s:51:\".et_slidecontent .et-learn-more .learn-more-content\";i:3472;s:28:\".et-open .learn-more-content\";i:3473;s:29:\".et_shortcodes_controller_nav\";i:3474;s:55:\".et_shortcodes_controls, .et_shortcodes_controls_arrows\";i:3475;s:23:\".et_shortcodes_controls\";i:3476;s:26:\".et_shortcodes_controls li\";i:3477;s:25:\".et_shortcodes_controls a\";i:3478;s:55:\".et_shortcodes_controls .et_shortcodes_active_control a\";i:3479;s:32:\".et_shortcodes_controls_arrows a\";i:3480;s:38:\".et_shortcodes_controls_arrows a:hover\";i:3481;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_prev\";i:3482;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_next\";i:3483;s:104:\".et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:3484;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_next span\";i:3485;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:3486;s:17:\".et-simple-slider\";i:3487;s:130:\".et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6\";i:3488;s:17:\".et-simple-slides\";i:3489;s:30:\".et-simple-slider div.et-slide\";i:3490;s:61:\".one_fourth, .one_half, .one_third, .three_fourth, .two_third\";i:3491;s:9:\".one_half\";i:3492;s:10:\".one_third\";i:3493;s:10:\".two_third\";i:3494;s:11:\".one_fourth\";i:3495;s:13:\".three_fourth\";i:3496;s:43:\"a.big-button, a.icon-button, a.small-button\";i:3497;s:29:\"a.icon-button, a.small-button\";i:3498;s:61:\"a.big-button:hover, a.icon-button:hover, a.small-button:hover\";i:3499;s:22:\"a.bigblue, a.smallblue\";i:3500;s:34:\"a.bigblue:hover, a.smallblue:hover\";i:3501;s:16:\"a.smalllightblue\";i:3502;s:22:\"a.smalllightblue:hover\";i:3503;s:38:\"a.bigteal, a.bigturquoise, a.smallteal\";i:3504;s:56:\"a.bigteal:hover, a.bigturquoise:hover, a.smallteal:hover\";i:3505;s:24:\"a.biggreen, a.smallgreen\";i:3506;s:36:\"a.biggreen:hover, a.smallgreen:hover\";i:3507;s:26:\"a.bigorange, a.smallorange\";i:3508;s:38:\"a.bigorange:hover, a.smallorange:hover\";i:3509;s:13:\"a.smallsilver\";i:3510;s:19:\"a.smallsilver:hover\";i:3511;s:12:\"a.smallblack\";i:3512;s:18:\"a.smallblack:hover\";i:3513;s:20:\"a.bigred, a.smallred\";i:3514;s:32:\"a.bigred:hover, a.smallred:hover\";i:3515;s:11:\"a.smallpink\";i:3516;s:17:\"a.smallpink:hover\";i:3517;s:26:\"a.bigpurple, a.smallpurple\";i:3518;s:38:\"a.bigpurple:hover, a.smallpurple:hover\";i:3519;s:12:\"a.big-button\";i:3520;s:18:\"a.big-button:hover\";i:3521;s:13:\"a.icon-button\";i:3522;s:19:\"a.icon-button:hover\";i:3523;s:26:\"a.icon-button span.et-icon\";i:3524;s:28:\"a.download-icon span.et-icon\";i:3525;s:26:\"a.search-icon span.et-icon\";i:3526;s:27:\"a.refresh-icon span.et-icon\";i:3527;s:28:\"a.question-icon span.et-icon\";i:3528;s:26:\"a.people-icon span.et-icon\";i:3529;s:27:\"a.warning-icon span.et-icon\";i:3530;s:24:\"a.mail-icon span.et-icon\";i:3531;s:25:\"a.heart-icon span.et-icon\";i:3532;s:25:\"a.paper-icon span.et-icon\";i:3533;s:26:\"a.notice-icon span.et-icon\";i:3534;s:25:\"a.stats-icon span.et-icon\";i:3535;s:23:\"a.rss-icon span.et-icon\";i:3536;s:27:\"ul.et_shortcodes_mobile_nav\";i:3537;s:29:\"ul.et_shortcodes_mobile_nav a\";i:3538;s:69:\".et_shortcodes_controls_arrows span, ul.et_shortcodes_mobile_nav span\";i:3539;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_prev span, ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:3540;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_next span, ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:3541;s:18:\".et-tabs-container\";i:3542;s:239:\".et-learn-more h3.heading-more, .et-protected-title, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et-testimonial-author-info, .et_shortcodes_controller_nav, .pricing-content-bottom, .pricing-heading\";i:3543;s:83:\".et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav\";i:3544;s:42:\".et-tabs-container .et-tabs-control:before\";i:3545;s:38:\".et-tabs-container .et-tabs-control li\";i:3546;s:50:\".et-tabs-container .et-tabs-control li:first-child\";i:3547;s:40:\".et-tabs-container .et-tabs-control li a\";i:3548;s:46:\".et-tabs-container .et-tabs-control li a:hover\";i:3549;s:52:\".et-tabs-container .et-tabs-control li.active:before\";i:3550;s:47:\".et-tabs-container .et-tabs-control li.active a\";i:3551;s:28:\".et-tabs-content-wrapper>div\";i:3552;s:43:\".et_sliderfx_slide .et-tabs-content-wrapper\";i:3553;s:47:\".et_sliderfx_slide .et-tabs-content-wrapper>div\";i:3554;s:83:\".et_sliderfx_fade .et_slidecontent, .et_sliderfx_slide .et-tabs-content-wrapper>div\";i:3555;s:45:\".et_sliderfx_slide .et_shortcode_slide_active\";i:3556;s:35:\".et-tabs-container .et-tabs-content\";i:3557;s:48:\".et-tabs-container ul.et_shortcodes_mobile_nav a\";i:3558;s:54:\".et-tabs-container ul.et_shortcodes_mobile_nav a:hover\";i:3559;s:69:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before\";i:3560;s:123:\".author-shortcodes, .et-image-slider, .et-protected, .et-simple-slider, .et-tabs-container, .et-testimonial-box, .tabs-left\";i:3561;s:10:\".tabs-left\";i:3562;s:67:\".tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav\";i:3563;s:73:\".tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li\";i:3564;s:32:\".tabs-left .et-tabs-control li a\";i:3565;s:39:\".tabs-left .et-tabs-control li.active a\";i:3566;s:79:\".tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a\";i:3567;s:55:\".tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap\";i:3568;s:30:\".tabs-left .et-tabs-content h3\";i:3569;s:45:\".tabs-left ul.et_shortcodes_mobile_nav a span\";i:3570;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:3571;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:3572;s:18:\".author-shortcodes\";i:3573;s:32:\".author-shortcodes .author-inner\";i:3574;s:32:\".author-shortcodes .author-image\";i:3575;s:36:\".author-shortcodes .author-image img\";i:3576;s:48:\".author-shortcodes .author-image .author-overlay\";i:3577;s:13:\".et-protected\";i:3578;s:19:\".et-protected-title\";i:3579;s:26:\".et-protected-title:before\";i:3580;s:18:\".et-protected-form\";i:3581;s:20:\".et-protected-form p\";i:3582;s:26:\".et-protected-form p label\";i:3583;s:39:\".et-protected-form p .et_protected_icon\";i:3584;s:43:\".et-protected-form p .et_protected_password\";i:3585;s:29:\".et-protected-form label span\";i:3586;s:26:\".et-protected-form p input\";i:3587;s:39:\".et-protected-form input.etlogin-button\";i:3588;s:34:\".et-simple-slides .et_slidecontent\";i:3589;s:16:\".et-image-slides\";i:3590;s:16:\".et-image-slider\";i:3591;s:15:\".et-image-slide\";i:3592;s:20:\".et-image-slider img\";i:3593;s:17:\".et-image-overlay\";i:3594;s:102:\".author-shortcodes, .et-learn-more, .et-simple-slider, .et-tabs-container, .et-tooltip-box, .tabs-left\";i:3595;s:114:\".author-shortcodes a, .et-learn-more a, .et-simple-slider a, .et-tabs-container a, .et-tooltip-box a, .tabs-left a\";i:3596;s:18:\".et-custom-list ul\";i:3597;s:21:\".et-custom-list ul li\";i:3598;s:28:\".et-custom-list ul li:before\";i:3599;s:22:\".etlist-x ul li:before\";i:3600;s:17:\".etlist-dot ul li\";i:3601;s:24:\".etlist-dot ul li:before\";i:3602;s:24:\".et-custom-list ul li ul\";i:3603;s:14:\".pricing-table\";i:3604;s:19:\".pricing-table-wrap\";i:3605;s:16:\".pricing-heading\";i:3606;s:14:\".pricing-title\";i:3607;s:18:\".pricing-heading p\";i:3608;s:25:\".pricing-table ul.pricing\";i:3609;s:28:\".pricing-table ul.pricing li\";i:3610;s:46:\".pricing-table ul.pricing li span.pricing-mark\";i:3611;s:53:\".pricing-table ul.pricing li.x-mark span.pricing-mark\";i:3612;s:23:\".pricing-content-bottom\";i:3613;s:13:\"span.et-price\";i:3614;s:17:\"span.et-price sup\";i:3615;s:30:\"span.et-price span.dollar-sign\";i:3616;s:28:\".pricing-table a.icon-button\";i:3617;s:32:\".pricing-big .pricing-table-wrap\";i:3618;s:29:\".pricing-big .pricing-heading\";i:3619;s:36:\".pricing-big .pricing-content-bottom\";i:3620;s:19:\".et-testimonial-box\";i:3621;s:27:\".et-testimonial-author-info\";i:3622;s:6:\".t-img\";i:3623;s:10:\".t-img img\";i:3624;s:10:\".t-overlay\";i:3625;s:22:\".t-author, .t-position\";i:3626;s:9:\".t-author\";i:3627;s:11:\".t-position\";i:3628;s:28:\".et-testimonial, .t-position\";i:3629;s:22:\".et-testimonial:before\";i:3630;s:15:\".t-bottom-arrow\";i:3631;s:11:\".et-dropcap\";i:3632;s:9:\".et_quote\";i:3633;s:24:\".et_quote .et_quote_sign\";i:3634;s:28:\".quote-center .et_quote_sign\";i:3635;s:39:\".quote-center .et_quote_additional_sign\";i:3636;s:15:\".et_right_quote\";i:3637;s:13:\".quote-center\";i:3638;s:29:\".quote-center .et_right_quote\";i:3639;s:35:\".et-tabs-container .et-tabs-control\";i:3640;s:27:\".tabs-left .et-tabs-control\";i:3641;s:100:\".author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6\";i:3642;s:74:\".et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a\";i:3643;s:15:\".et_column_last\";i:3644;s:37:\".mfp-wrap .mfp-container button:hover\";i:3645;s:27:\".mfp-wrap .mfp-arrow:active\";i:3646;s:27:\".mfp-wrap .mfp-close:active\";i:3647;s:94:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:3648;s:16:\".mfp-fade.mfp-bg\";i:3649;s:26:\".mfp-fade.mfp-bg.mfp-ready\";i:3650;s:29:\".mfp-fade.mfp-bg.mfp-removing\";i:3651;s:31:\".mfp-fade.mfp-wrap .mfp-content\";i:3652;s:41:\".mfp-fade.mfp-wrap.mfp-ready .mfp-content\";i:3653;s:44:\".mfp-fade.mfp-wrap.mfp-removing .mfp-content\";i:3654;s:7:\".mfp-bg\";i:3655;s:9:\".mfp-wrap\";i:3656;s:21:\".mfp-container:before\";i:3657;s:36:\".mfp-align-top .mfp-container:before\";i:3658;s:12:\".mfp-content\";i:3659;s:62:\".mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content\";i:3660;s:13:\".mfp-ajax-cur\";i:3661;s:65:\".mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close\";i:3662;s:9:\".mfp-zoom\";i:3663;s:29:\".mfp-auto-cursor .mfp-content\";i:3664;s:52:\".mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader\";i:3665;s:23:\".mfp-loading.mfp-figure\";i:3666;s:9:\".mfp-hide\";i:3667;s:14:\".mfp-preloader\";i:3668;s:16:\".mfp-preloader a\";i:3669;s:22:\".mfp-preloader a:hover\";i:3670;s:27:\".mfp-s-ready .mfp-preloader\";i:3671;s:25:\".mfp-s-error .mfp-content\";i:3672;s:34:\"button.mfp-arrow, button.mfp-close\";i:3673;s:24:\"button::-moz-focus-inner\";i:3674;s:10:\".mfp-close\";i:3675;s:34:\".mfp-close:focus, .mfp-close:hover\";i:3676;s:17:\".mfp-close:active\";i:3677;s:28:\".mfp-close-btn-in .mfp-close\";i:3678;s:59:\".mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close\";i:3679;s:12:\".mfp-counter\";i:3680;s:16:\".mfp-arrow:hover\";i:3681;s:18:\".mfp-iframe-holder\";i:3682;s:31:\".mfp-iframe-holder .mfp-content\";i:3683;s:29:\".mfp-iframe-holder .mfp-close\";i:3684;s:18:\".mfp-iframe-scaler\";i:3685;s:25:\".mfp-iframe-scaler iframe\";i:3686;s:47:\".mfp-arrow-left:before, .mfp-arrow-right:before\";i:3687;s:45:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after\";i:3688;s:47:\".mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:3689;s:71:\".mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover\";i:3690;s:16:\".mfp-arrow:after\";i:3691;s:11:\"img.mfp-img\";i:3692;s:11:\".mfp-figure\";i:3693;s:17:\".mfp-figure:after\";i:3694;s:17:\".mfp-figure small\";i:3695;s:18:\".mfp-figure figure\";i:3696;s:15:\".mfp-bottom-bar\";i:3697;s:10:\".mfp-title\";i:3698;s:30:\".mfp-image-holder .mfp-content\";i:3699;s:42:\".mfp-gallery .mfp-image-holder .mfp-figure\";i:3700;s:17:\".mfp-ie7 .mfp-img\";i:3701;s:24:\".mfp-ie7 .mfp-bottom-bar\";i:3702;s:23:\".mfp-ie7 .mfp-container\";i:3703;s:21:\".mfp-ie7 .mfp-content\";i:3704;s:19:\".mfp-ie7 .mfp-close\";i:3705;s:73:\"body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (159, 'chld_thm_cfg_options_dict_query', 'a:24:{i:1;s:34:\"@media all and (min-width: 1405px)\";i:2;s:58:\"@media all and (min-width: 1100px) and (max-width: 1405px)\";i:3;s:57:\"@media all and (min-width: 981px) and (max-width: 1405px)\";i:4;s:33:\"@media all and (min-width: 981px)\";i:5;s:57:\"@media all and (min-width: 981px) and (max-width: 1100px)\";i:6;s:33:\"@media all and (max-width: 980px)\";i:7;s:36:\"@media screen and (max-width: 782px)\";i:8;s:33:\"@media all and (max-width: 768px)\";i:9;s:33:\"@media all and (max-width: 767px)\";i:10;s:33:\"@media all and (max-width: 479px)\";i:11;s:12:\"@media print\";i:12;s:33:\"@media all and (max-width: 981px)\";i:13;s:33:\"@media all and (min-width: 767px)\";i:14;s:33:\"@media all and (min-width: 480px)\";i:15;s:33:\"@media all and (min-width: 980px)\";i:16;s:33:\"@media all and (min-width: 768px)\";i:17;s:56:\"@media all and (min-width: 768px) and (max-width: 980px)\";i:18;s:56:\"@media all and (min-width: 768px) and (max-width: 800px)\";i:19;s:33:\"@media all and (max-width: 380px)\";i:20;s:96:\"@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px)\";i:21;s:33:\"@media all and (max-width: 900px)\";i:22;s:33:\"@media all and (max-width: 959px)\";i:23;s:56:\"@media all and (min-width: 768px) and (max-width: 959px)\";i:24;s:4:\"base\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (160, 'chld_thm_cfg_options_dict_rule', 'a:179:{i:1;s:5:\"width\";i:2;s:5:\"clear\";i:3;s:12:\"margin-right\";i:4;s:9:\"max-width\";i:5;s:10:\"margin-top\";i:6;s:13:\"margin-bottom\";i:7;s:11:\"margin-left\";i:8;s:9:\"font-size\";i:9;s:14:\"padding-bottom\";i:10;s:8:\"position\";i:11;s:6:\"height\";i:12;s:7:\"z-index\";i:13;s:3:\"top\";i:14;s:4:\"left\";i:15;s:5:\"right\";i:16;s:7:\"display\";i:17;s:12:\"padding-left\";i:18;s:11:\"padding-top\";i:19;s:13:\"padding-right\";i:20;s:9:\"direction\";i:21;s:5:\"order\";i:22;s:5:\"float\";i:23;s:9:\"word-wrap\";i:24;s:6:\"bottom\";i:25;s:7:\"content\";i:26;s:10:\"transition\";i:27;s:17:\"-webkit-animation\";i:28;s:14:\"-moz-animation\";i:29;s:12:\"-o-animation\";i:30;s:9:\"animation\";i:31;s:16:\"transform-origin\";i:32;s:27:\"-webkit-backface-visibility\";i:33;s:19:\"backface-visibility\";i:34;s:10:\"box-sizing\";i:35;s:11:\"line-height\";i:36;s:7:\"opacity\";i:37;s:10:\"box-shadow\";i:38;s:9:\"transform\";i:39;s:19:\"transition-duration\";i:40;s:10:\"max-height\";i:41;s:10:\"border-top\";i:42;s:17:\"border-left-width\";i:43;s:17:\"border-left-style\";i:44;s:18:\"border-right-width\";i:45;s:18:\"border-right-style\";i:46;s:11:\"border-left\";i:47;s:10:\"font-style\";i:48;s:15:\"text-decoration\";i:49;s:8:\"overflow\";i:50;s:16:\"background-color\";i:51;s:10:\"min-height\";i:52;s:17:\"-webkit-flex-wrap\";i:53;s:13:\"-ms-flex-wrap\";i:54;s:9:\"flex-wrap\";i:55;s:13:\"border-radius\";i:56;s:12:\"border-right\";i:57;s:11:\"font-weight\";i:58;s:10:\"text-align\";i:59;s:11:\"align-items\";i:60;s:15:\"justify-content\";i:61;s:14:\"flex-direction\";i:62;s:10:\"list-style\";i:63;s:5:\"color\";i:64;s:11:\"text-shadow\";i:65;s:6:\"border\";i:66;s:10:\"flex-basis\";i:67;s:6:\"cursor\";i:68;s:14:\"vertical-align\";i:69;s:11:\"text-indent\";i:70;s:13:\"border-bottom\";i:71;s:17:\"-webkit-flex-flow\";i:72;s:14:\"-moz-flex-flow\";i:73;s:13:\"-ms-flex-flow\";i:74;s:9:\"flex-flow\";i:75;s:23:\"-webkit-justify-content\";i:76;s:20:\"-moz-justify-content\";i:77;s:19:\"-ms-justify-content\";i:78;s:7:\"outline\";i:79;s:19:\"background-position\";i:80;s:24:\"-webkit-text-size-adjust\";i:81;s:20:\"-ms-text-size-adjust\";i:82;s:6:\"quotes\";i:83;s:14:\"border-spacing\";i:84;s:15:\"border-collapse\";i:85;s:11:\"font-family\";i:86;s:14:\"font-smoothing\";i:87;s:23:\"-moz-osx-font-smoothing\";i:88;s:17:\"background-repeat\";i:89;s:21:\"background-attachment\";i:90;s:23:\"-webkit-background-size\";i:91;s:20:\"-moz-background-size\";i:92;s:15:\"background-size\";i:93;s:18:\"-webkit-appearance\";i:94;s:12:\"border-color\";i:95;s:10:\"visibility\";i:96;s:15:\"list-style-type\";i:97;s:19:\"list-style-position\";i:98;s:12:\"font-variant\";i:99;s:14:\"text-transform\";i:100;s:5:\"speak\";i:101;s:12:\"border-width\";i:102;s:12:\"border-style\";i:103;s:9:\"min-width\";i:104;s:22:\"border-top-left-radius\";i:105;s:25:\"border-bottom-left-radius\";i:106;s:19:\"border-bottom-color\";i:107;s:23:\"border-top-right-radius\";i:108;s:22:\"border-radius-topright\";i:109;s:26:\"border-bottom-right-radius\";i:110;s:25:\"border-radius-bottomright\";i:111;s:11:\"empty-cells\";i:112;s:21:\"border-radius-topleft\";i:113;s:24:\"border-radius-bottomleft\";i:114;s:16:\"transition-delay\";i:115;s:10:\"overflow-x\";i:116;s:16:\"background-image\";i:117;s:14:\"outline-offset\";i:118;s:10:\"word-break\";i:119;s:14:\"mix-blend-mode\";i:120;s:22:\"-webkit-flex-direction\";i:121;s:18:\"-ms-flex-direction\";i:122;s:12:\"-webkit-flex\";i:123;s:8:\"-ms-flex\";i:124;s:4:\"flex\";i:125;s:22:\"-webkit-animation-name\";i:126;s:14:\"animation-name\";i:127;s:26:\"-webkit-animation-duration\";i:128;s:23:\"-moz-animation-duration\";i:129;s:21:\"-o-animation-duration\";i:130;s:18:\"animation-duration\";i:131;s:10:\"align-self\";i:132;s:14:\"pointer-events\";i:133;s:15:\"-moz-appearance\";i:134;s:10:\"appearance\";i:135;s:24:\"-moz-backface-visibility\";i:136;s:22:\"-o-backface-visibility\";i:137;s:19:\"border-bottom-width\";i:138;s:19:\"border-bottom-style\";i:139;s:11:\"white-space\";i:140;s:11:\"margin-righ\";i:141;s:9:\"flex-grow\";i:142;s:13:\"align-content\";i:143;s:19:\"-moz-animation-name\";i:144;s:18:\"-ms-animation-name\";i:145;s:17:\"-o-animation-name\";i:146;s:22:\"-ms-animation-duration\";i:147;s:33:\"-webkit-animation-timing-function\";i:148;s:30:\"-moz-animation-timing-function\";i:149;s:29:\"-ms-animation-timing-function\";i:150;s:28:\"-o-animation-timing-function\";i:151;s:25:\"animation-timing-function\";i:152;s:23:\"-webkit-animation-delay\";i:153;s:20:\"-moz-animation-delay\";i:154;s:19:\"-ms-animation-delay\";i:155;s:18:\"-o-animation-delay\";i:156;s:15:\"animation-delay\";i:157;s:27:\"-webkit-animation-fill-mode\";i:158;s:24:\"-moz-animation-fill-mode\";i:159;s:23:\"-ms-animation-fill-mode\";i:160;s:22:\"-o-animation-fill-mode\";i:161;s:19:\"animation-fill-mode\";i:162;s:12:\"table-layout\";i:163;s:19:\"background-repeat-y\";i:164;s:16:\"border-top-width\";i:165;s:16:\"border-top-style\";i:166;s:16:\"border-top-color\";i:167;s:18:\"-webkit-align-self\";i:168;s:15:\"-moz-align-self\";i:169;s:14:\"-ms-align-self\";i:170;s:33:\"-webkit-animation-iteration-count\";i:171;s:25:\"animation-iteration-count\";i:172;s:4:\"clip\";i:173;s:9:\"clip-path\";i:174;s:14:\"letter-spacing\";i:175;s:16:\"list-style-image\";i:176;s:19:\"-webkit-user-select\";i:177;s:16:\"-moz-user-select\";i:178;s:11:\"user-select\";i:179;s:27:\"-webkit-tap-highlight-color\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (161, 'chld_thm_cfg_options_dict_val', 'a:1021:{i:1;s:5:\"315px\";i:2;s:4:\"both\";i:3;s:4:\"60px\";i:4;s:1:\"0\";i:5;s:4:\"none\";i:6;s:5:\"193px\";i:7;s:5:\"250px\";i:8;s:4:\"100%\";i:9;s:7:\"33.333%\";i:10;s:3:\"50%\";i:11;s:4:\"30px\";i:12;s:4:\"50px\";i:13;s:4:\"40px\";i:14;s:4:\"20px\";i:15;s:8:\"absolute\";i:16;s:4:\"80px\";i:17;s:2:\"99\";i:18;s:3:\"7px\";i:19;s:4:\"26px\";i:20;s:5:\"block\";i:21;s:8:\"relative\";i:22;s:2:\"4%\";i:23;s:2:\"2%\";i:24;s:6:\"3.735%\";i:25;s:7:\"4.2415%\";i:26;s:5:\"5.82%\";i:27;s:6:\"2.855%\";i:28;s:11:\"-webkit-box\";i:29;s:8:\"-moz-box\";i:30;s:11:\"-ms-flexbox\";i:31;s:12:\"-webkit-flex\";i:32;s:4:\"flex\";i:33;s:3:\"ltr\";i:34;s:1:\"1\";i:35;s:4:\"left\";i:36;s:4:\"10px\";i:37;s:10:\"break-word\";i:38;s:4:\"18px\";i:39;s:4:\".4em\";i:40;s:4:\"14px\";i:41;s:4:\"auto\";i:42;s:3:\"10%\";i:43;s:21:\"\"3 .column.size-1of3\"\";i:44;s:21:\"\"2 .column.size-1of2\"\";i:45;s:21:\"\"1 .column.size-1of1\"\";i:46;s:19:\"all .2s ease-in-out\";i:47;s:24:\"fadeLeft .4s ease-in-out\";i:48;s:3:\"0 0\";i:49;s:20:\"Grow .4s ease-in-out\";i:50;s:20:\"Grow .8s ease-in-out\";i:51;s:7:\"visible\";i:52;s:23:\"flipInX .6s ease-in-out\";i:53;s:23:\"flipInY .6s ease-in-out\";i:54;s:3:\"26%\";i:55;s:3:\"34%\";i:56;s:4:\"25px\";i:57;s:5:\"right\";i:58;s:5:\"-10px\";i:59;s:10:\"border-box\";i:60;s:4:\"5.5%\";i:61;s:5:\"2.75%\";i:62;s:7:\"20.875%\";i:63;s:7:\"29.667%\";i:64;s:7:\"18.539%\";i:65;s:7:\"73.625%\";i:66;s:7:\"28.353%\";i:67;s:5:\"7.47%\";i:68;s:7:\"46.265%\";i:69;s:7:\"14.941%\";i:70;s:7:\"64.833%\";i:71;s:6:\"4.242%\";i:72;s:7:\"45.758%\";i:73;s:6:\"8.483%\";i:74;s:7:\"16.967%\";i:75;s:5:\"57.8%\";i:76;s:6:\"4.758%\";i:77;s:7:\"45.242%\";i:78;s:6:\"9.516%\";i:79;s:6:\"47.25%\";i:80;s:6:\"44.18%\";i:81;s:6:\"11.64%\";i:82;s:5:\"36.7%\";i:83;s:6:\"7.493%\";i:84;s:7:\"14.986%\";i:85;s:5:\"9.27%\";i:86;s:7:\"13.174%\";i:87;s:7:\"26.347%\";i:88;s:5:\"15.6%\";i:89;s:7:\"17.628%\";i:90;s:7:\"35.256%\";i:91;s:8:\"12.0833%\";i:92;s:7:\"22.759%\";i:93;s:7:\"45.517%\";i:94;s:12:\"46.26485569%\";i:95;s:12:\"28.35314092%\";i:96;s:7:\"18.638%\";i:97;s:12:\"27.67780634%\";i:98;s:12:\"44.17989418%\";i:99;s:7:\"25.573%\";i:100;s:7:\"12.083%\";i:101;s:2:\"8%\";i:102;s:3:\"19%\";i:103;s:3:\"28%\";i:104;s:7:\"28.571%\";i:105;s:3:\"73%\";i:106;s:6:\"5.479%\";i:107;s:7:\"26.027%\";i:108;s:7:\"10.959%\";i:109;s:7:\"44.521%\";i:110;s:7:\"21.918%\";i:111;s:3:\"64%\";i:112;s:5:\"6.25%\";i:113;s:6:\"43.75%\";i:114;s:5:\"12.5%\";i:115;s:3:\"25%\";i:116;s:5:\"56.8%\";i:117;s:6:\"7.042%\";i:118;s:7:\"42.958%\";i:119;s:7:\"14.085%\";i:120;s:3:\"46%\";i:121;s:6:\"8.696%\";i:122;s:7:\"41.304%\";i:123;s:7:\"17.391%\";i:124;s:5:\"35.2%\";i:125;s:7:\"11.364%\";i:126;s:7:\"22.727%\";i:127;s:7:\"14.286%\";i:128;s:7:\"21.053%\";i:129;s:7:\"42.105%\";i:130;s:5:\"13.6%\";i:131;s:7:\"29.412%\";i:132;s:7:\"58.824%\";i:133;s:3:\"40%\";i:134;s:3:\"80%\";i:135;s:12:\"44.52054795%\";i:136;s:12:\"26.02739726%\";i:137;s:7:\"15.625%\";i:138;s:12:\"41.30434783%\";i:139;s:7:\"21.739%\";i:140;s:2:\"3%\";i:141;s:4:\"1.5%\";i:142;s:6:\"22.75%\";i:143;s:7:\"31.333%\";i:144;s:6:\"9.574%\";i:145;s:6:\"74.25%\";i:146;s:5:\"2.02%\";i:147;s:6:\"30.64%\";i:148;s:5:\"4.04%\";i:149;s:6:\"47.98%\";i:150;s:6:\"8.081%\";i:151;s:7:\"65.667%\";i:152;s:6:\"2.284%\";i:153;s:7:\"47.716%\";i:154;s:6:\"4.569%\";i:155;s:6:\"9.137%\";i:156;s:5:\"58.8%\";i:157;s:6:\"2.551%\";i:158;s:7:\"47.449%\";i:159;s:6:\"5.102%\";i:160;s:5:\"48.5%\";i:161;s:6:\"3.093%\";i:162;s:7:\"46.907%\";i:163;s:6:\"6.186%\";i:164;s:5:\"38.2%\";i:165;s:6:\"3.927%\";i:166;s:6:\"7.853%\";i:167;s:6:\"4.787%\";i:168;s:6:\"6.593%\";i:169;s:7:\"13.187%\";i:170;s:5:\"17.6%\";i:171;s:6:\"8.523%\";i:172;s:7:\"17.045%\";i:173;s:8:\"14.1667%\";i:174;s:7:\"10.588%\";i:175;s:7:\"21.176%\";i:176;s:12:\"47.97979798%\";i:177;s:12:\"30.63973064%\";i:178;s:7:\"21.574%\";i:179;s:12:\"30.28764805%\";i:180;s:12:\"46.90721649%\";i:181;s:6:\"29.21%\";i:182;s:7:\"14.167%\";i:183;s:3:\"75%\";i:184;s:7:\"66.667%\";i:185;s:3:\"60%\";i:186;s:3:\"20%\";i:187;s:8:\"16.6667%\";i:188;s:12:\"33.33333333%\";i:189;s:7:\"16.667%\";i:190;s:6:\"normal\";i:191;s:19:\"all .4s ease-in-out\";i:192;s:26:\"margin-top .4s ease-in-out\";i:193;s:7:\"initial\";i:194;s:38:\"fadeIn 1s 1 cubic-bezier(.77,0,.175,1)\";i:195;s:6:\"inline\";i:196;s:22:\"0 0 7px rgba(0,0,0,.1)\";i:197;s:4:\"21px\";i:198;s:4:\"54px\";i:199;s:5:\"-20px\";i:200;s:13:\"translateY(0)\";i:201;s:3:\".7s\";i:202;s:5:\"225px\";i:203;s:4:\"9999\";i:204;s:4:\"28px\";i:205;s:5:\"190px\";i:206;s:5:\"185px\";i:207;s:5:\"-32px\";i:208;s:3:\"3px\";i:209;s:5:\"solid\";i:210;s:5:\"237px\";i:211;s:5:\"-40px\";i:212;s:4:\"19px\";i:213;s:4:\"-3px\";i:214;s:44:\"fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:215;s:43:\"fadeInRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:216;s:42:\"fadeInLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:217;s:43:\"fadeOutLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:218;s:5:\"-45px\";i:219;s:4:\"16px\";i:220;s:4:\"13px\";i:221;s:3:\"90%\";i:222;s:4:\"-5px\";i:223;s:3:\"999\";i:224;s:7:\"79.125%\";i:225;s:4:\"23px\";i:226;s:3:\"1px\";i:227;s:7:\"#e2e2e2\";i:228;s:2:\"\"\"\";i:229;s:3:\"70%\";i:230;s:2:\"9%\";i:231;s:3:\"81%\";i:232;s:6:\"77.25%\";i:233;s:5:\"fixed\";i:234;s:4:\"33px\";i:235;s:4:\"24px\";i:236;s:127:\"left .8s cubic-bezier(.77,0,.175,1),background .4s ease-in-out,opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:237;s:142:\"left .8s cubic-bezier(.77,0,.175,1),background .4s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:238;s:4:\"42px\";i:239;s:4:\"70px\";i:240;s:4:\"45px\";i:241;s:4:\"35px\";i:242;s:4:\"47px\";i:243;s:4:\"32px\";i:244;s:5:\"534px\";i:245;s:5:\"392px\";i:246;s:5:\"345px\";i:247;s:5:\"155px\";i:248;s:5:\"108px\";i:249;s:5:\"340px\";i:250;s:5:\"242px\";i:251;s:5:\"210px\";i:252;s:5:\"145px\";i:253;s:3:\"5px\";i:254;s:4:\"55px\";i:255;s:5:\"195px\";i:256;s:5:\"675px\";i:257;s:4:\"65px\";i:258;s:5:\"215px\";i:259;s:5:\"119px\";i:260;s:6:\"hidden\";i:261;s:4:\"wrap\";i:262;s:7:\"29.666%\";i:263;s:11:\"3px 0 0 3px\";i:264;s:11:\"0 3px 3px 0\";i:265;s:12:\"inline-block\";i:266;s:3:\"500\";i:267;s:3:\"400\";i:268;s:6:\"center\";i:269;s:5:\"50.5%\";i:270;s:5:\"350px\";i:271;s:8:\"flex-end\";i:272;s:13:\"space-between\";i:273;s:6:\"column\";i:274;s:4:\"81px\";i:275;s:3:\"6px\";i:276;s:2:\"5%\";i:277;s:4:\"-1px\";i:278;s:4:\"22px\";i:279;s:4:\"64px\";i:280;s:6:\"1080px\";i:281;s:4:\"#666\";i:282;s:7:\"#2ea3f2\";i:283;s:4:\"#333\";i:284;s:20:\"rgba(255,255,255,.9)\";i:285;s:14:\"rgba(0,0,0,.3)\";i:286;s:4:\"#fff\";i:287;s:7:\"inherit\";i:288;s:20:\"rgba(255,255,255,.8)\";i:289;s:14:\"rgba(0,0,0,.6)\";i:290;s:14:\"rgba(0,0,0,.7)\";i:291;s:24:\"0 1px 3px rgba(0,0,0,.3)\";i:292;s:14:\"2px solid #fff\";i:293;s:11:\"transparent\";i:294;s:4:\"#bbb\";i:295;s:7:\"#e8e8e8\";i:296;s:20:\"rgba(153,153,153,.5)\";i:297;s:4:\"#999\";i:298;s:20:\"rgba(255,255,255,.5)\";i:299;s:7:\"justify\";i:300;s:7:\"pointer\";i:301;s:4:\".7em\";i:302;s:6:\".715em\";i:303;s:40:\"fadeLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:304;s:41:\"fadeRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:305;s:39:\"fadeTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:306;s:42:\"fadeBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:307;s:22:\"attr(data-icon-tablet)\";i:308;s:10:\"table-cell\";i:309;s:3:\"8px\";i:310;s:9:\"2px solid\";i:311;s:3:\"top\";i:312;s:4:\"15px\";i:313;s:4:\"52px\";i:314;s:4:\"96px\";i:315;s:4:\"48px\";i:316;s:4:\"7.5%\";i:317;s:6:\"16.21%\";i:318;s:5:\"11.5%\";i:319;s:7:\"28.333%\";i:320;s:5:\"136px\";i:321;s:6:\"46.25%\";i:322;s:5:\".75em\";i:323;s:5:\"100px\";i:324;s:5:\"-38px\";i:325;s:15:\"rgba(0,0,0,.05)\";i:326;s:3:\"2px\";i:327;s:4:\"53px\";i:328;s:3:\"9px\";i:329;s:4:\"46px\";i:330;s:7:\"-1.5rem\";i:331;s:4:\"3rem\";i:332;s:4:\"51px\";i:333;s:4:\"49px\";i:334;s:4:\"75px\";i:335;s:4:\"27px\";i:336;s:4:\"17px\";i:337;s:5:\"-13px\";i:338;s:7:\"-9999px\";i:339;s:2:\"6%\";i:340;s:4:\"-8px\";i:341;s:5:\"-1rem\";i:342;s:4:\"2rem\";i:343;s:9:\"3px 0 0 0\";i:344;s:9:\"0 3px 0 0\";i:345;s:11:\"0 0 3px 3px\";i:346;s:7:\"0 0 3px\";i:347;s:2:\"10\";i:348;s:4:\"12px\";i:349;s:5:\"300px\";i:350;s:17:\"1px solid #d9d9d9\";i:351;s:5:\"220px\";i:352;s:5:\"222px\";i:353;s:21:\"attr(data-icon-phone)\";i:354;s:4:\"9.5%\";i:355;s:6:\"45.25%\";i:356;s:17:\"1px solid #e0dadf\";i:357;s:5:\"104px\";i:358;s:4:\"58px\";i:359;s:5:\"140px\";i:360;s:7:\"-.75rem\";i:361;s:6:\"1.5rem\";i:362;s:5:\"156px\";i:363;s:5:\"200px\";i:364;s:3:\"16%\";i:365;s:3:\"12%\";i:366;s:6:\".857em\";i:367;s:6:\".287em\";i:368;s:5:\"-3rem\";i:369;s:4:\"6rem\";i:370;s:5:\"280px\";i:371;s:4:\"43px\";i:372;s:4:\"44px\";i:373;s:5:\"384px\";i:374;s:5:\"182px\";i:375;s:5:\"400px\";i:376;s:4:\"36px\";i:377;s:3:\"row\";i:378;s:10:\"scale(.75)\";i:379;s:8:\"baseline\";i:380;s:9:\"5px solid\";i:381;s:12:\"line-through\";i:382;s:8:\"collapse\";i:383;s:28:\"\"Open Sans\",Arial,sans-serif\";i:384;s:11:\"antialiased\";i:385;s:9:\"grayscale\";i:386;s:5:\"1.7em\";i:387;s:9:\"no-repeat\";i:388;s:10:\"top center\";i:389;s:5:\"cover\";i:390;s:3:\"1em\";i:391;s:3:\"700\";i:392;s:6:\"italic\";i:393;s:21:\"Courier New,monospace\";i:394;s:4:\".8em\";i:395;s:4:\".3em\";i:396;s:5:\"1.5em\";i:397;s:8:\"checkbox\";i:398;s:5:\"radio\";i:399;s:14:\"1px solid #bbb\";i:400;s:7:\"#4e4e4e\";i:401;s:7:\"#2d3940\";i:402;s:7:\"#3e3e3e\";i:403;s:3:\"4px\";i:404;s:3:\"\" \"\";i:405;s:68:\"background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out\";i:406;s:2:\"0s\";i:407;s:25:\"0 0 10px 0 rgba(0,0,0,.2)\";i:408;s:6:\"1200px\";i:409;s:6:\"1425px\";i:410;s:23:\"opacity .4s ease-in-out\";i:411;s:7:\"all .2s\";i:412;s:3:\"2em\";i:413;s:21:\"2px solid transparent\";i:414;s:4:\"-1em\";i:415;s:9:\"ETmodules\";i:416;s:5:\"\"\\35\"\";i:417;s:5:\".15em\";i:418;s:5:\"-16px\";i:419;s:14:\"1px solid #eee\";i:420;s:4:\"#555\";i:421;s:4:\"disc\";i:422;s:6:\"inside\";i:423;s:7:\"decimal\";i:424;s:3:\"1.7\";i:425;s:4:\"63px\";i:426;s:6:\"100001\";i:427;s:6:\"100000\";i:428;s:58:\"background-color .4s,transform .4s,opacity .4s ease-in-out\";i:429;s:3:\"600\";i:430;s:5:\"99999\";i:431;s:22:\"0 1px 0 rgba(0,0,0,.1)\";i:432;s:5:\"111px\";i:433;s:5:\"177px\";i:434;s:5:\"147px\";i:435;s:1:\"3\";i:436;s:4:\"66px\";i:437;s:5:\"-33px\";i:438;s:4:\"-9px\";i:439;s:6:\"middle\";i:440;s:1:\"2\";i:441;s:18:\"translate3d(0,0,0)\";i:442;s:3:\"54%\";i:443;s:4:\"-2px\";i:444;s:7:\"\"\\e090\"\";i:445;s:7:\"\"\\e076\"\";i:446;s:17:\"color .3s ease 0s\";i:447;s:42:\"background-color .4s,color .4s ease-in-out\";i:448;s:7:\"\"\\e07a\"\";i:449;s:2:\".7\";i:450;s:5:\"\"\\55\"\";i:451;s:4:\"1000\";i:452;s:41:\"fadeInTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:453;s:42:\"fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:454;s:5:\"\"\\4d\"\";i:455;s:2:\"-1\";i:456;s:13:\"rgba(0,0,0,0)\";i:457;s:4:\"-6px\";i:458;s:4:\"#eee\";i:459;s:7:\"#dadada\";i:460;s:17:\"1px solid #dadada\";i:461;s:7:\"#ef8f61\";i:462;s:4:\"#ccc\";i:463;s:17:\"\"\\53\\53\\53\\53\\53\"\";i:464;s:6:\".587em\";i:465;s:7:\"#ececec\";i:466;s:4:\"39px\";i:467;s:14:\"rgba(0,0,0,.2)\";i:468;s:5:\"150px\";i:469;s:17:\"1px solid #bcc8c9\";i:470;s:7:\"#bcc8c9\";i:471;s:3:\"300\";i:472;s:5:\"1.3em\";i:473;s:7:\"#d9d9d9\";i:474;s:7:\"#f4f4f4\";i:475;s:4:\"#000\";i:476;s:6:\"999999\";i:477;s:7:\"6.6666%\";i:478;s:16:\"opacity .5s ease\";i:479;s:17:\"1px solid #e2e2e2\";i:480;s:6:\"bottom\";i:481;s:3:\"21%\";i:482;s:24:\"0 2px 5px rgba(0,0,0,.1)\";i:483;s:15:\"rgba(0,0,0,.03)\";i:484;s:3:\"800\";i:485;s:3:\"\"3\"\";i:486;s:5:\".67em\";i:487;s:5:\"2.3em\";i:488;s:25:\"1px solid rgba(0,0,0,.03)\";i:489;s:6:\"33.33%\";i:490;s:4:\"62px\";i:491;s:5:\"790px\";i:492;s:5:\"\"\\61\"\";i:493;s:4:\"#222\";i:494;s:20:\"rgba(255,255,255,.7)\";i:495;s:5:\"160px\";i:496;s:7:\"#1f1f1f\";i:497;s:15:\"rgba(0,0,0,.32)\";i:498;s:21:\"rgba(255,255,255,.05)\";i:499;s:3:\"96%\";i:500;s:14:\"1px solid #ddd\";i:501;s:7:\"#f3f3f3\";i:502;s:6:\"0 none\";i:503;s:4:\"#ddd\";i:504;s:4:\"show\";i:505;s:9:\"underline\";i:506;s:4:\"bold\";i:507;s:16:\"Arial,Sans-Serif\";i:508;s:7:\"#9f9f9f\";i:509;s:10:\"capitalize\";i:510;s:3:\"9pt\";i:511;s:15:\"rgba(0,0,0,.15)\";i:512;s:7:\"#7cc68d\";i:513;s:7:\"#c37cc6\";i:514;s:7:\"#cd5c5c\";i:515;s:7:\"#edb059\";i:516;s:14:\"rgba(0,0,0,.4)\";i:517;s:45:\"fadeInRight 1.5s 1 cubic-bezier(.77,0,.175,1)\";i:518;s:5:\"125px\";i:519;s:3:\"\"2\"\";i:520;s:45:\"fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:521;s:44:\"fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:522;s:20:\"rgba(255,255,255,.6)\";i:523;s:7:\"all .7s\";i:524;s:13:\"rotate(45deg)\";i:525;s:9:\"rotate(0)\";i:526;s:3:\".3s\";i:527;s:5:\"320px\";i:528;s:5:\"-100%\";i:529;s:36:\"right .8s cubic-bezier(.77,0,.175,1)\";i:530;s:14:\"rgba(0,0,0,.1)\";i:531;s:62:\"left .8s cubic-bezier(.77,0,.175,1),margin-top .4s ease-in-out\";i:532;s:4:\"11px\";i:533;s:2:\".6\";i:534;s:7:\"all .5s\";i:535;s:14:\"rotate(180deg)\";i:536;s:30:\".5s cubic-bezier(.77,0,.175,1)\";i:537;s:33:\"1s .1s cubic-bezier(.77,0,.175,1)\";i:538;s:2:\".4\";i:539;s:5:\"table\";i:540;s:29:\"1s ease-in-out,padding-top 0s\";i:541;s:3:\".95\";i:542;s:4:\"34px\";i:543;s:14:\"1px solid #fff\";i:544;s:5:\"-31px\";i:545;s:14:\"1s ease-in-out\";i:546;s:15:\".3s ease-in-out\";i:547;s:8:\"scale(1)\";i:548;s:3:\".1s\";i:549;s:3:\".2s\";i:550;s:3:\".4s\";i:551;s:3:\".5s\";i:552;s:3:\".6s\";i:553;s:3:\".8s\";i:554;s:3:\".9s\";i:555;s:2:\"1s\";i:556;s:4:\"1.1s\";i:557;s:4:\"1.2s\";i:558;s:4:\"1.3s\";i:559;s:4:\"1.4s\";i:560;s:4:\"1.5s\";i:561;s:4:\"1.6s\";i:562;s:4:\"1.7s\";i:563;s:4:\"1.8s\";i:564;s:4:\"1.9s\";i:565;s:2:\"2s\";i:566;s:4:\"2.1s\";i:567;s:4:\"2.2s\";i:568;s:4:\"2.3s\";i:569;s:4:\"2.4s\";i:570;s:4:\"2.5s\";i:571;s:4:\"2.6s\";i:572;s:4:\"2.7s\";i:573;s:4:\"2.8s\";i:574;s:4:\"2.9s\";i:575;s:2:\"3s\";i:576;s:7:\"#974df3\";i:577;s:7:\"\"\\e625\"\";i:578;s:7:\"#7e3bd0\";i:579;s:25:\"background-color .5s ease\";i:580;s:3:\"1vw\";i:581;s:6:\"scroll\";i:582;s:7:\"\"\\e093\"\";i:583;s:7:\"\"\\e094\"\";i:584;s:7:\"\"\\e096\"\";i:585;s:7:\"\"\\e095\"\";i:586;s:7:\"\"\\e09d\"\";i:587;s:7:\"\"\\e097\"\";i:588;s:7:\"\"\\e09a\"\";i:589;s:7:\"\"\\e0a2\"\";i:590;s:7:\"\"\\e0a6\"\";i:591;s:7:\"\"\\e0a1\"\";i:592;s:7:\"\"\\e09b\"\";i:593;s:7:\"\"\\e0a3\"\";i:594;s:7:\"\"\\e09c\"\";i:595;s:7:\"\"\\e09e\"\";i:596;s:15:\"attr(data-icon)\";i:597;s:5:\"240px\";i:598;s:17:\"3px solid #2ea3f2\";i:599;s:5:\"-23px\";i:600;s:7:\"#82c0c7\";i:601;s:4:\".5em\";i:602;s:7:\"#29c4a9\";i:603;s:31:\"0 5px 10px rgba(41,196,169,.15)\";i:604;s:22:\"\"Open Sans\",sans-serif\";i:605;s:20:\"rgba(255,255,255,.2)\";i:606;s:58:\"url(./includes/builder/styles/images/subscribe-loader.gif)\";i:607;s:7:\"#f7f7f7\";i:608;s:12:\"0 1px 0 #ccc\";i:609;s:23:\"#0073aa #006799 #006799\";i:610;s:7:\"#0085ba\";i:611;s:15:\"0 1px 0 #006799\";i:612;s:73:\"0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799\";i:613;s:7:\"#008ec2\";i:614;s:7:\"#0073aa\";i:615;s:21:\"inset 0 2px 0 #006799\";i:616;s:7:\"#23282d\";i:617;s:7:\"#fafafa\";i:618;s:35:\"inset 0 2px 5px -3px rgba(0,0,0,.5)\";i:619;s:15:\"translateY(1px)\";i:620;s:4:\"87px\";i:621;s:5:\"110px\";i:622;s:5:\"-30px\";i:623;s:3:\"47%\";i:624;s:9:\"break-all\";i:625;s:1:\"5\";i:626;s:2:\"11\";i:627;s:5:\"unset\";i:628;s:4:\"29px\";i:629;s:9:\"3px solid\";i:630;s:5:\"550px\";i:631;s:10:\"flex-start\";i:632;s:17:\"1px solid #bebebe\";i:633;s:7:\"#fcfcfc\";i:634;s:8:\"1 1 auto\";i:635;s:23:\"0 0 12px rgba(0,0,0,.1)\";i:636;s:5:\"25.5%\";i:637;s:7:\"#bebebe\";i:638;s:5:\"-.5em\";i:639;s:6:\"1.03em\";i:640;s:5:\"1.6em\";i:641;s:5:\"-14px\";i:642;s:3:\"1.5\";i:643;s:4:\"90px\";i:644;s:11:\"content-box\";i:645;s:28:\"inset 0 0 3px rgba(0,0,0,.3)\";i:646;s:4:\"31px\";i:647;s:7:\"#f5f5f5\";i:648;s:5:\"\"\\7c\"\";i:649;s:7:\"#1f6581\";i:650;s:5:\"754px\";i:651;s:15:\"rgba(0,0,0,.35)\";i:652;s:17:\"1px solid #d8d8d8\";i:653;s:5:\"\"\\49\"\";i:654;s:3:\"100\";i:655;s:19:\"all .5s ease-in-out\";i:656;s:14:\"rgba(51,51,51)\";i:657;s:32:\"et_pb_video_slider_item_fade_out\";i:658;s:40:\"et_pb_video_slider_item_overlay_fade_out\";i:659;s:31:\"et_pb_video_slider_item_fade_in\";i:660;s:15:\"rgba(0,0,0,.25)\";i:661;s:3:\"15%\";i:662;s:5:\"18.4%\";i:663;s:5:\"23.5%\";i:664;s:3:\"32%\";i:665;s:3:\"49%\";i:666;s:9:\"scale(.8)\";i:667;s:8:\"-1.39rem\";i:668;s:7:\"2.78rem\";i:669;s:24:\"1px solid rgba(0,0,0,.1)\";i:670;s:13:\"1px solid red\";i:671;s:23:\"padding .4s ease-in-out\";i:672;s:7:\"\"\\e906\"\";i:673;s:5:\"start\";i:674;s:1:\"9\";i:675;s:7:\"\"\\e050\"\";i:676;s:7:\"\"\\e04f\"\";i:677;s:5:\"440px\";i:678;s:5:\"230px\";i:679;s:3:\"-3%\";i:680;s:5:\"105px\";i:681;s:20:\"translate(-50%,-50%)\";i:682;s:9:\"dashicons\";i:683;s:7:\"\"\\f147\"\";i:684;s:9:\"6px solid\";i:685;s:40:\"#666 transparent transparent transparent\";i:686;s:16:\"translateY(-50%)\";i:687;s:3:\"red\";i:688;s:9:\"-moz-flex\";i:689;s:8:\"-ms-flex\";i:690;s:5:\"-1.5%\";i:691;s:14:\"scale(.01,.01)\";i:692;s:3:\"17%\";i:693;s:4:\"38px\";i:694;s:4:\".1em\";i:695;s:10:\"opacity 1s\";i:696;s:4:\"72px\";i:697;s:17:\"1px solid #e5e5e5\";i:698;s:7:\"all .3s\";i:699;s:3:\"55%\";i:700;s:7:\"all .4s\";i:701;s:27:\"2px -2px 5px rgba(0,0,0,.1)\";i:702;s:5:\"-11px\";i:703;s:15:\"translate(0,3%)\";i:704;s:7:\"stretch\";i:705;s:8:\"0 1 auto\";i:706;s:6:\"static\";i:707;s:16:\"calc(100% - 1px)\";i:708;s:6:\"nowrap\";i:709;s:17:\"translate(0,-50%)\";i:710;s:8:\"0 0 auto\";i:711;s:4:\"#aaa\";i:712;s:7:\"#b2b2b2\";i:713;s:3:\"200\";i:714;s:4:\"59px\";i:715;s:5:\"\"\\45\"\";i:716;s:4:\"-7px\";i:717;s:5:\"\"\\60\"\";i:718;s:7:\"\"\\e068\"\";i:719;s:5:\"500px\";i:720;s:5:\"180px\";i:721;s:5:\"442px\";i:722;s:5:\"390px\";i:723;s:5:\"284px\";i:724;s:5:\"380px\";i:725;s:5:\"275px\";i:726;s:5:\"170px\";i:727;s:29:\"inset 0 0 10px rgba(0,0,0,.1)\";i:728;s:9:\"list-item\";i:729;s:5:\"-24px\";i:730;s:5:\"-22px\";i:731;s:5:\"\"\\34\"\";i:732;s:2:\".5\";i:733;s:8:\"fadeLeft\";i:734;s:11:\"ease-in-out\";i:735;s:10:\"fadeBottom\";i:736;s:7:\"#464646\";i:737;s:51:\"url(./includes/builder/styles/images/preloader.gif)\";i:738;s:14:\"rgba(0,0,0,.5)\";i:739;s:9:\"color .3s\";i:740;s:29:\"inset 0 0 7px rgba(0,0,0,.07)\";i:741;s:11:\"display .3s\";i:742;s:13:\"center center\";i:743;s:5:\"100vh\";i:744;s:8:\"row wrap\";i:745;s:11:\"column wrap\";i:746;s:13:\"column nowrap\";i:747;s:11:\"row-reverse\";i:748;s:5:\"800px\";i:749;s:5:\"3.5em\";i:750;s:22:\"height .2s ease-in-out\";i:751;s:7:\"#f9f9f9\";i:752;s:11:\"3px 3px 0 0\";i:753;s:6:\"linear\";i:754;s:3:\"45%\";i:755;s:3:\"33%\";i:756;s:3:\"35%\";i:757;s:8:\"285.75px\";i:758;s:2:\"98\";i:759;s:5:\"\" | \"\";i:760;s:4:\"3.8%\";i:761;s:7:\"2.992em\";i:762;s:3:\"48%\";i:763;s:6:\"30.75%\";i:764;s:6:\"22.15%\";i:765;s:6:\"16.95%\";i:766;s:5:\"13.5%\";i:767;s:11:\"text-bottom\";i:768;s:7:\"#77a464\";i:769;s:2:\"7%\";i:770;s:42:\"slideWidth 1s 1 cubic-bezier(.77,0,.175,1)\";i:771;s:8:\"infinite\";i:772;s:10:\"et_pb_fade\";i:773;s:22:\"translate3d(0,-100%,0)\";i:774;s:13:\"et_pb_fadeTop\";i:775;s:21:\"translate3d(100%,0,0)\";i:776;s:15:\"et_pb_fadeRight\";i:777;s:21:\"translate3d(0,100%,0)\";i:778;s:16:\"et_pb_fadeBottom\";i:779;s:22:\"translate3d(-100%,0,0)\";i:780;s:14:\"et_pb_fadeLeft\";i:781;s:11:\"et_pb_slide\";i:782;s:14:\"et_pb_slideTop\";i:783;s:16:\"et_pb_slideRight\";i:784;s:17:\"et_pb_slideBottom\";i:785;s:15:\"et_pb_slideLeft\";i:786;s:12:\"et_pb_bounce\";i:787;s:15:\"et_pb_bounceTop\";i:788;s:22:\"translate3d(200px,0,0)\";i:789;s:17:\"et_pb_bounceRight\";i:790;s:18:\"et_pb_bounceBottom\";i:791;s:16:\"et_pb_bounceLeft\";i:792;s:10:\"et_pb_zoom\";i:793;s:13:\"et_pb_zoomTop\";i:794;s:15:\"et_pb_zoomRight\";i:795;s:16:\"et_pb_zoomBottom\";i:796;s:14:\"et_pb_zoomLeft\";i:797;s:25:\"perspective(0) rotateX(0)\";i:798;s:10:\"et_pb_flip\";i:799;s:13:\"et_pb_flipTop\";i:800;s:25:\"perspective(0) rotateY(0)\";i:801;s:15:\"et_pb_flipRight\";i:802;s:16:\"et_pb_flipBottom\";i:803;s:14:\"et_pb_flipLeft\";i:804;s:10:\"et_pb_fold\";i:805;s:13:\"et_pb_foldTop\";i:806;s:15:\"et_pb_foldRight\";i:807;s:16:\"et_pb_foldBottom\";i:808;s:14:\"et_pb_foldLeft\";i:809;s:10:\"et_pb_roll\";i:810;s:13:\"et_pb_rollTop\";i:811;s:15:\"et_pb_rollRight\";i:812;s:16:\"et_pb_rollBottom\";i:813;s:14:\"et_pb_rollLeft\";i:814;s:1:\"8\";i:815;s:21:\"rect(1px,1px,1px,1px)\";i:816;s:10:\"inset(50%)\";i:817;s:24:\"0 1px 1px rgba(0,0,0,.1)\";i:818;s:16:\"1px 1px 1px #fff\";i:819;s:17:\"1px solid #e2e2ba\";i:820;s:53:\"url(./epanel/shortcodes/images/shortcodes-sprite.png)\";i:821;s:10:\"-97px -2px\";i:822;s:17:\"1px solid #fbfbef\";i:823;s:7:\"#ada771\";i:824;s:7:\"#f9f9dc\";i:825;s:22:\"inset 0 0 45px #efefc0\";i:826;s:17:\"1px solid #e0b1b1\";i:827;s:11:\"-75px -41px\";i:828;s:17:\"1px solid #fceeec\";i:829;s:7:\"#ad7676\";i:830;s:7:\"#ffd9d5\";i:831;s:22:\"inset 0 0 45px #f0bfba\";i:832;s:17:\"1px solid #b9dbb6\";i:833;s:11:\"-23px -19px\";i:834;s:17:\"1px solid #f1f9f0\";i:835;s:7:\"#7ea57b\";i:836;s:7:\"#dff7dd\";i:837;s:22:\"inset 0 0 45px #cbe5c9\";i:838;s:17:\"1px solid #b3d8d3\";i:839;s:10:\"-23px -2px\";i:840;s:17:\"1px solid #f1fafb\";i:841;s:7:\"#80acb0\";i:842;s:7:\"#ddf5f7\";i:843;s:22:\"inset 0 0 45px #c6edf0\";i:844;s:17:\"1px solid #fafafa\";i:845;s:7:\"#737373\";i:846;s:22:\"inset 0 0 45px #e7e7e7\";i:847;s:5:\"-94px\";i:848;s:5:\"235px\";i:849;s:17:\"1px solid #dbdbdb\";i:850;s:7:\"#6d6e6e\";i:851;s:30:\"1px 1px 5px 1px rgba(0,0,0,.1)\";i:852;s:5:\"129px\";i:853;s:11:\"-120px -2px\";i:854;s:17:\"1px solid #e7e7e7\";i:855;s:17:\"1px -1px 0 0 #fff\";i:856;s:14:\"1px 1px 0 #fff\";i:857;s:18:\"-1px 0 0 0 #e7e7e7\";i:858;s:10:\"-58px -2px\";i:859;s:11:\"-58px -14px\";i:860;s:22:\"inset 1px 1px 0 0 #fff\";i:861;s:10:\"-45px -1px\";i:862;s:11:\"-45px -14px\";i:863;s:7:\"#4c4c4c\";i:864;s:14:\"1px 0 0 0 #fff\";i:865;s:31:\"Century Gothic,Arial,sans-serif\";i:866;s:6:\"30.66%\";i:867;s:6:\"65.32%\";i:868;s:3:\"22%\";i:869;s:3:\"74%\";i:870;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1)\";i:871;s:30:\"1px 1px 0 rgba(255,255,255,.3)\";i:872;s:17:\"1px solid #3e8ff4\";i:873;s:7:\"#2b63a8\";i:874;s:7:\"#88bdff\";i:875;s:26:\"top:#88bdff:0:#60a7ff:100%\";i:876;s:7:\"#23528c\";i:877;s:17:\"1px solid #51b5e4\";i:878;s:7:\"#348db6\";i:879;s:7:\"#8edbff\";i:880;s:26:\"top:#8edbff:0:#60cdff:100%\";i:881;s:7:\"#287295\";i:882;s:17:\"1px solid #48bec0\";i:883;s:7:\"#3da7a9\";i:884;s:7:\"#61eef0\";i:885;s:26:\"top:#61eef0:0:#59dcde:100%\";i:886;s:7:\"#309192\";i:887;s:17:\"1px solid #4dab46\";i:888;s:7:\"#569d51\";i:889;s:7:\"#94e48d\";i:890;s:26:\"top:#94e48d:0:#82cf7c:100%\";i:891;s:7:\"#478542\";i:892;s:17:\"1px solid #db9c51\";i:893;s:7:\"#c7822f\";i:894;s:7:\"#ffcb8c\";i:895;s:26:\"top:#ffcb8c:0:#ffb660:100%\";i:896;s:7:\"#a96c23\";i:897;s:17:\"1px solid #c3c3c3\";i:898;s:7:\"#595a5a\";i:899;s:26:\"top:#f5f5f5:0:#e2e2e2:100%\";i:900;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.9),1px 1px 1px rgba(0,0,0,.1)\";i:901;s:7:\"#454545\";i:902;s:17:\"1px solid #0e0e0e\";i:903;s:7:\"#5b5b5b\";i:904;s:26:\"top:#5b5b5b:0:#383838:100%\";i:905;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.2),1px 1px 1px rgba(0,0,0,.1)\";i:906;s:16:\"-1px -1px 0 #000\";i:907;s:17:\"1px solid #d85353\";i:908;s:7:\"#9a3e3e\";i:909;s:7:\"#ff7979\";i:910;s:26:\"top:#ff7979:0:#ff5f5f:100%\";i:911;s:7:\"#803030\";i:912;s:17:\"1px solid #b15cb9\";i:913;s:7:\"#914d97\";i:914;s:7:\"#e782f1\";i:915;s:26:\"top:#e782f1:0:#d271da:100%\";i:916;s:7:\"#753b7a\";i:917;s:17:\"1px solid #8b53d8\";i:918;s:7:\"#653e9a\";i:919;s:7:\"#b279ff\";i:920;s:26:\"top:#b279ff:0:#a35fff:100%\";i:921;s:7:\"#563386\";i:922;s:26:\"top:#f5f5f5:0:#e1e1e1:100%\";i:923;s:7:\"#404040\";i:924;s:9:\"-3px -2px\";i:925;s:11:\"-206px -2px\";i:926;s:12:\"-169px -19px\";i:927;s:11:\"-164px -2px\";i:928;s:12:\"-151px -33px\";i:929;s:12:\"-188px -19px\";i:930;s:12:\"-131px -33px\";i:931;s:12:\"-131px -18px\";i:932;s:12:\"-147px -17px\";i:933;s:11:\"-147px -2px\";i:934;s:11:\"-184px -2px\";i:935;s:12:\"-171px -36px\";i:936;s:17:\"none outside none\";i:937;s:10:\"-3px -24px\";i:938;s:10:\"-3px -40px\";i:939;s:26:\"top:#f9f9f9:0:#f5f5f5:100%\";i:940;s:7:\"#e7e7e7\";i:941;s:13:\"-1px 0 0 #fff\";i:942;s:5:\"1200%\";i:943;s:12:\"1px 0 0 #fff\";i:944;s:24:\"0 1px 2px rgba(0,0,0,.1)\";i:945;s:5:\"149px\";i:946;s:14:\"0 1px 0 0 #fff\";i:947;s:5:\"148px\";i:948;s:27:\"left:#f9f9f9:0:#f5f5f5:100%\";i:949;s:4:\"-4px\";i:950;s:7:\"#363636\";i:951;s:5:\"117px\";i:952;s:28:\"inset 0 0 4px rgba(0,0,0,.5)\";i:953;s:12:\"0 1px 0 #fff\";i:954;s:11:\"-23px -36px\";i:955;s:4:\"37px\";i:956;s:12:\"-190px -37px\";i:957;s:11:\"-275px -2px\";i:958;s:27:\"top:#f3f3f3:1%:#fefefe:100%\";i:959;s:28:\"inset 0 0 1px rgba(0,0,0,.1)\";i:960;s:28:\"inset 0 0 5px rgba(0,0,0,.6)\";i:961;s:7:\"#201f1f\";i:962;s:10:\"-74px -2px\";i:963;s:11:\"-75px -21px\";i:964;s:11:\"-230px -3px\";i:965;s:7:\"#53b4c7\";i:966;s:9:\"uppercase\";i:967;s:56:\"-moz-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:968;s:59:\"-webkit-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:969;s:54:\"-o-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:970;s:55:\"-ms-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:971;s:57:\"linear-gradient(to bottom,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:972;s:11:\"-74px -20px\";i:973;s:20:\"inset 1px 0 0 0 #fff\";i:974;s:7:\"#94c65c\";i:975;s:13:\"Georgia,serif\";i:976;s:23:\"0 0 18px rgba(0,0,0,.2)\";i:977;s:7:\"#d6d5d5\";i:978;s:17:\"1px solid #d6d5d5\";i:979;s:28:\"inset 0 0 4px rgba(0,0,0,.4)\";i:980;s:7:\"#595959\";i:981;s:4:\"77px\";i:982;s:11:\"-45px -35px\";i:983;s:11:\"-97px -25px\";i:984;s:4:\"57px\";i:985;s:12:\"-206px -20px\";i:986;s:11:\"-251px -2px\";i:987;s:12:\"-251px -22px\";i:988;s:3:\"1.2\";i:989;s:3:\"95%\";i:990;s:4:\".001\";i:991;s:16:\"all .5s ease-out\";i:992;s:2:\".8\";i:993;s:7:\"1000000\";i:994;s:7:\"#0b0b0b\";i:995;s:7:\"1000001\";i:996;s:2:\"\'\'\";i:997;s:4:\"1045\";i:998;s:8:\"progress\";i:999;s:13:\"-moz-zoom-out\";i:1000;s:16:\"-webkit-zoom-out\";i:1001;s:8:\"zoom-out\";i:1002;s:15:\"-webkit-zoom-in\";i:1003;s:12:\"-moz-zoom-in\";i:1004;s:7:\"zoom-in\";i:1005;s:5:\"-.8em\";i:1006;s:4:\"1044\";i:1007;s:4:\"1046\";i:1008;s:3:\".65\";i:1009;s:27:\"Arial,Baskerville,monospace\";i:1010;s:3:\".55\";i:1011;s:5:\"900px\";i:1012;s:6:\"56.25%\";i:1013;s:22:\"0 0 8px rgba(0,0,0,.6)\";i:1014;s:28:\"\'Open Sans\',Arial,sans-serif\";i:1015;s:2:\".2\";i:1016;s:4:\"#444\";i:1017;s:7:\"#bdbdbd\";i:1018;s:5:\"-36px\";i:1019;s:5:\"600px\";i:1020;s:6:\"-300px\";i:1021;s:0:\"\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (162, 'chld_thm_cfg_options_dict_seq', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163, 'chld_thm_cfg_options_dict_token', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (164, 'chld_thm_cfg_options_val_ndx', 'a:3915:{i:1;s:13:\"VE=hT?GUatlBA\";i:2;s:13:\"EH=hT?GUqtlBA\";i:3;s:13:\">J=hT?GU6tlBA\";i:4;s:13:\">J=hT?GU:tlBA\";i:5;s:13:\"EH=hT?GU\"tlBA\";i:6;s:13:\"VE=hT?GUOBlBA\";i:7;s:13:\"VE=hT?GUfulBA\";i:8;s:13:\">J=hT?GU:tlBA\";i:9;s:13:\"EH=hT?GU\"tlBA\";i:10;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:11;s:13:\"9M=hT?GUuBlBA\";i:12;s:13:\"VE=hT?GU!BlBA\";i:13;s:13:\"VE=hT?GU>BlBA\";i:14;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:15;s:12:\"bS=hT?GU/A$A\";i:16;s:13:\"EH=hT?GU~AlBA\";i:17;s:12:\"EH=hT?GUpA$A\";i:18;s:13:\"sP=hT?GUTClBA\";i:19;s:13:\"sP=hT?GUDClBA\";i:20;s:13:\"_X=hT?GUjClBA\";i:21;s:13:\"(a=hT?GUzClBA\";i:22;s:13:\"VE=hT?GUuBlBA\";i:23;s:13:\">J=hT?GU:tlBA\";i:24;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:25;s:13:\"EH=hT?GU\"tlBA\";i:26;s:13:\"(a=hT?GUjClBA\";i:27;s:13:\"yd=hT?GU(ClBA\";i:28;s:13:\"hg=hT?GU_vlBA\";i:29;s:13:\"hg=hT?GUvulBA\";i:30;s:34:\"Sj=hT?GUIDlB;L.4Fx}MBAkn=hT?GU/A$A\";i:31;s:24:\"Am=hT?GUDClB?L.4Fx~5EABA\";i:32;s:24:\"Am=hT?GUoDlB^L.4Fxs@AABA\";i:33;s:46:\"qu=hT?GU5wlB#L.4Fxs@(A1k=hT?GUoDlB^L.4Fx}MBABA\";i:34;s:35:\"pu=hT?GU4DlB#L.4Fxrj*A;C=hT?GUvulBA\";i:35;s:24:\"WE=hT?GUvulBAM.4Fxs@&ABA\";i:36;s:34:\"0d=hT?GU/wlBbL.4Fx}M&A$T=hT?GU/A$A\";i:37;s:46:\"I0=hT?GU}DlBIM.4Fx}MBAeZ=hT?GU}DlBAM.4Fx}MBABA\";i:38;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:39;s:46:\"I0=hT?GUNElBIM.4Fx}MBAeZ=hT?GUNElBAM.4Fx}MBABA\";i:40;s:46:\"I0=hT?GUdElBIM.4Fx}MBAeZ=hT?GUdElBAM.4Fx}MBABA\";i:41;s:46:\"I0=hT?GUtElBIM.4Fx}MBAeZ=hT?GUtElBAM.4Fx}MBABA\";i:42;s:46:\"I0=hT?GU9ElBIM.4Fx}MBAeZ=hT?GU9ElBAM.4Fx}MBABA\";i:43;s:46:\"I0=hT?GU=ElBIM.4Fx}MBAeZ=hT?GU=ElBAM.4Fx}MBABA\";i:44;s:12:\"sP=hT?GU/A$A\";i:45;s:12:\"bS=hT?GU/A$A\";i:46;s:12:\"bS=hT?GU/A$A\";i:47;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:48;s:13:\"VE=hT?GUuBlBA\";i:49;s:13:\">J=hT?GU:tlBA\";i:50;s:43:\"ou=hT?OUCFlB&!DA(afBFB;}C\"#zgAVtjt,ub@3X5FA\";i:51;s:13:\"t8=hT?GUHGlBA\";i:52;s:24:\"d#=hT?GUXGlB#L.4FxrjFABA\";i:53;s:13:\"EH=hT?GU~AlBA\";i:54;s:13:\"VE=hT?GUuBlBA\";i:55;s:67:\"xP=hT?GUnGlBjL.4Fx}MBA[Q=hT?GU/A$A[CSOYM)ZBt8M_Q3nE3kAi\"wBJHNz!PvWA\";i:56;s:13:\"_X=hT?GU,GlBA\";i:57;s:56:\"wP=hT?GU|GlBjL.4Fx}MBA[Q=hT?GU/A$A[CSOYM)ZBtXL_Q3nE3zD$A\";i:58;s:35:\"0d=hT?GU.DlB;L.4FxrjKAw(=hT?GUcHlBA\";i:59;s:13:\"VE=hT?GUvulBA\";i:60;s:89:\"zP=hT?GUt0lBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:61;s:13:\"),=hT?GU8HlBA\";i:62;s:13:\"),=hT?GU<HlBA\";i:63;s:13:\"),=hT?GUBIlBA\";i:64;s:13:\"(a=hT?GU:tlBA\";i:65;s:13:\"z:=hT?GURIlBA\";i:66;s:46:\"l==hT?GUhIlBsM.4Fxs@LA2[=hT?GUhIlB0M.4Fxs@LABA\";i:67;s:79:\"#}=hT?GUxIlBoM.4FxrjMA,>=hT?GU[IlBwM.4FxrjMAl_=hT?GU%IlB8M.4Fxs@<A;C>hT?GUH2lBA\";i:68;s:67:\"n==hT?GUWJlBsM.4Fx}MNA2[=hT?GUWJlB0M.4Fx}MNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:69;s:67:\"n==hT?GUmJlBsM.4FxrjNA2[=hT?GUmJlB0M.4FxrjNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:70;s:68:\"aE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU:tlBIM.4Fxs@&AeZ=hT?GU:tlBAM.4Fxs@&ABA\";i:71;s:13:\"(a=hT?GU2JlBA\";i:72;s:13:\"(a=hT?GU+JlBA\";i:73;s:13:\"9M=hT?GU>BlBA\";i:74;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:75;s:13:\"KV=hT?GU{JlBA\";i:76;s:46:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4Fx~5OABA\";i:77;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:78;s:35:\"XE=hT?GUuBlB(L.4Fx}MBAeZ=hT?GUuBlBA\";i:79;s:13:\"nu=hT?GU4DlBA\";i:80;s:13:\"yd=hT?GU(ClBA\";i:81;s:13:\"sP=hT?GU:tlBA\";i:82;s:13:\">J=hT?GU7KlBA\";i:83;s:13:\"bS=hT?GUDClBA\";i:84;s:13:\"VE=hT?GUuBlBA\";i:85;s:13:\"bS=hT?GU;KlBA\";i:86;s:35:\"XE=hT?GUALlBjL.4Fx}MPA[Q=hT?GU7KlBA\";i:87;s:24:\"WE=hT?GUQLlBjL.4Fx}MPABA\";i:88;s:13:\"bS=hT?GUgLlBA\";i:89;s:13:\"VE=hT?GUwLlBA\";i:90;s:13:\"bS=hT?GUdElBA\";i:91;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:92;s:24:\"WE=hT?GUFMlBjL.4Fxs@QABA\";i:93;s:13:\"bS=hT?GUVMlBA\";i:94;s:13:\"VE=hT?GUlMlBA\";i:95;s:13:\"bS=hT?GU1MlBA\";i:96;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:97;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:98;s:13:\"bS=hT?GUKNlBA\";i:99;s:13:\"VE=hT?GUaNlBA\";i:100;s:13:\"bS=hT?GUqNlBA\";i:101;s:35:\"XE=hT?GU6NlBjL.4Fx~5TA[Q=hT?GU:NlBA\";i:102;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:103;s:13:\"bS=hT?GU:NlBA\";i:104;s:13:\"VE=hT?GU\"NlBA\";i:105;s:13:\"bS=hT?GU9ElBA\";i:106;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:107;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:108;s:13:\"bS=hT?GUfOlBA\";i:109;s:13:\"VE=hT?GUvOlBA\";i:110;s:13:\"bS=hT?GU#OlBA\";i:111;s:24:\"WE=hT?GUuBlBvL.4Fx}MVABA\";i:112;s:13:\"VE=hT?GUQLlBA\";i:113;s:13:\"bS=hT?GUEPlBA\";i:114;s:24:\"WE=hT?GUuBlBvL.4Fx}MQABA\";i:115;s:13:\"VE=hT?GUALlBA\";i:116;s:13:\"bS=hT?GUUPlBA\";i:117;s:24:\"WE=hT?GUuBlBvL.4Fxs@VABA\";i:118;s:13:\"VE=hT?GU0PlBA\";i:119;s:13:\"bS=hT?GU)PlBA\";i:120;s:24:\"WE=hT?GUuBlBvL.4Fx~5WABA\";i:121;s:13:\"VE=hT?GUJQlBA\";i:122;s:13:\"bS=hT?GUZQlBA\";i:123;s:24:\"WE=hT?GUuBlBvL.4FxrjXABA\";i:124;s:12:\">J=hT?GU/A$A\";i:125;s:12:\"EH=hT?GUpA$A\";i:126;s:12:\">J=hT?GU/A$A\";i:127;s:12:\">J=hT?GU/A$A\";i:128;s:12:\"bS=hT?GU/A$A\";i:129;s:12:\">J=hT?GU/A$A\";i:130;s:12:\"EH=hT?GUpA$A\";i:131;s:12:\">J=hT?GU/A$A\";i:132;s:12:\"bS=hT?GU/A$A\";i:133;s:12:\">J=hT?GU/A$A\";i:134;s:12:\"EH=hT?GUpA$A\";i:135;s:13:\"EH=hT?GU~AlBA\";i:136;s:12:\">J=hT?GU/A$A\";i:137;s:12:\"bS=hT?GU/A$A\";i:138;s:12:\">J=hT?GU/A$A\";i:139;s:12:\"EH=hT?GUpA$A\";i:140;s:12:\">J=hT?GU/A$A\";i:141;s:12:\"bS=hT?GU/A$A\";i:142;s:12:\">J=hT?GU/A$A\";i:143;s:12:\"EH=hT?GUpA$A\";i:144;s:12:\">J=hT?GU/A$A\";i:145;s:12:\"bS=hT?GU/A$A\";i:146;s:12:\">J=hT?GU/A$A\";i:147;s:12:\"EH=hT?GUpA$A\";i:148;s:12:\">J=hT?GU/A$A\";i:149;s:12:\"bS=hT?GU/A$A\";i:150;s:12:\"bS=hT?GU/A$A\";i:151;s:12:\">J=hT?GU/A$A\";i:152;s:12:\">J=hT?GU/A$A\";i:153;s:12:\">J=hT?GU/A$A\";i:154;s:12:\"bS=hT?GU/A$A\";i:155;s:13:\"bS=hT?GUUPlBA\";i:156;s:13:\"bS=hT?GUEPlBA\";i:157;s:13:\"bS=hT?GU9ElBA\";i:158;s:13:\"VE=hT?GUuBlBA\";i:159;s:13:\"bS=hT?GUdElBA\";i:160;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:161;s:12:\">J=hT?GU/A$A\";i:162;s:12:\"EH=hT?GUpA$A\";i:163;s:13:\"EH=hT?GU~AlBA\";i:164;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:165;s:12:\"bS=hT?GU/A$A\";i:166;s:24:\"WE=hT?GUFMlBjL.4Fxs@QABA\";i:167;s:13:\"bS=hT?GUVMlBA\";i:168;s:24:\"WE=hT?GU5QlBjL.4Fxs@QABA\";i:169;s:13:\"bS=hT?GU@LlBA\";i:170;s:24:\"WE=hT?GUuBlBvL.4FxrjRABA\";i:171;s:12:\"bS=hT?GU/A$A\";i:172;s:24:\"WE=hT?GU/QlBjL.4Fxs@QABA\";i:173;s:13:\"bS=hT?GUUPlBA\";i:174;s:24:\"WE=hT?GUuBlBvL.4Fxs@VABA\";i:175;s:12:\"bS=hT?GU/A$A\";i:176;s:13:\"VE=hT?GUuBlBA\";i:177;s:13:\"bS=hT?GU1MlBA\";i:178;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:179;s:12:\">J=hT?GU/A$A\";i:180;s:12:\"EH=hT?GUpA$A\";i:181;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:182;s:12:\"bS=hT?GU/A$A\";i:183;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:184;s:13:\"bS=hT?GUKNlBA\";i:185;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:186;s:13:\"bS=hT?GUEPlBA\";i:187;s:24:\"WE=hT?GUuBlBvL.4Fx}MQABA\";i:188;s:12:\"bS=hT?GU/A$A\";i:189;s:24:\"WE=hT?GU~QlBjL.4FxrjSABA\";i:190;s:13:\"bS=hT?GUZQlBA\";i:191;s:24:\"WE=hT?GUuBlBvL.4FxrjXABA\";i:192;s:12:\"bS=hT?GU/A$A\";i:193;s:24:\"WE=hT?GUORlBjL.4FxrjSABA\";i:194;s:13:\"bS=hT?GUZQlBA\";i:195;s:13:\"bS=hT?GUpQlBA\";i:196;s:12:\"bS=hT?GU/A$A\";i:197;s:13:\"VE=hT?GUuBlBA\";i:198;s:13:\"bS=hT?GU9ElBA\";i:199;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:200;s:12:\">J=hT?GU/A$A\";i:201;s:12:\"EH=hT?GUpA$A\";i:202;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:203;s:12:\"bS=hT?GU/A$A\";i:204;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:205;s:13:\"bS=hT?GUfOlBA\";i:206;s:24:\"WE=hT?GUeRlBjL.4FxrjUABA\";i:207;s:13:\"bS=hT?GUUPlBA\";i:208;s:13:\"bS=hT?GUkPlBA\";i:209;s:12:\"bS=hT?GU/A$A\";i:210;s:24:\"WE=hT?GUuRlBjL.4FxrjUABA\";i:211;s:13:\"bS=hT?GUZQlBA\";i:212;s:13:\"bS=hT?GUpQlBA\";i:213;s:12:\"bS=hT?GU/A$A\";i:214;s:35:\"XE=hT?GUALlBjL.4Fx}MPA[Q=hT?GU7KlBA\";i:215;s:24:\"WE=hT?GU$LlBjL.4Fxs@QABA\";i:216;s:24:\"?J=hT?GU7KlBvL.4Fx}MPABA\";i:217;s:12:\">J=hT?GU/A$A\";i:218;s:13:\"VE=hT?GU!RlBA\";i:219;s:13:\"bS=hT?GUpQlBA\";i:220;s:13:\"VE=hT?GU0PlBA\";i:221;s:13:\"bS=hT?GU_PlBA\";i:222;s:13:\"VE=hT?GUALlBA\";i:223;s:13:\"bS=hT?GUkPlBA\";i:224;s:13:\"VE=hT?GUQLlBA\";i:225;s:13:\"bS=hT?GUgLlBA\";i:226;s:13:\"VE=hT?GU\"NlBA\";i:227;s:13:\"bS=hT?GUfOlBA\";i:228;s:13:\"VE=hT?GUuBlBA\";i:229;s:13:\"bS=hT?GU7KlBA\";i:230;s:23:\"FH=hT?GUpA$A;CSOYM?IFtA\";i:231;s:13:\"bS=hT?GU@LlBA\";i:232;s:13:\"VE=hT?GUALlBA\";i:233;s:13:\"bS=hT?GUkPlBA\";i:234;s:23:\"FH=hT?GUpA$A;CSOYMB]EtA\";i:235;s:13:\"bS=hT?GUkPlBA\";i:236;s:13:\"VE=hT?GUwLlBA\";i:237;s:13:\"bS=hT?GU@LlBA\";i:238;s:13:\"VE=hT?GUlMlBA\";i:239;s:13:\"bS=hT?GU`MlBA\";i:240;s:13:\"VE=hT?GUQLlBA\";i:241;s:13:\"bS=hT?GUgLlBA\";i:242;s:13:\"VE=hT?GUQLlBA\";i:243;s:13:\"bS=hT?GUgLlBA\";i:244;s:13:\"VE=hT?GUlMlBA\";i:245;s:13:\"bS=hT?GU`MlBA\";i:246;s:13:\"VE=hT?GUALlBA\";i:247;s:13:\"bS=hT?GUkPlBA\";i:248;s:13:\"VE=hT?GU\"NlBA\";i:249;s:13:\"bS=hT?GUfOlBA\";i:250;s:13:\"VE=hT?GU\"NlBA\";i:251;s:13:\"bS=hT?GUfOlBA\";i:252;s:13:\"VE=hT?GUALlBA\";i:253;s:13:\"bS=hT?GUkPlBA\";i:254;s:13:\"VE=hT?GU0PlBA\";i:255;s:13:\"bS=hT?GU_PlBA\";i:256;s:13:\"VE=hT?GUaNlBA\";i:257;s:13:\"bS=hT?GU:NlBA\";i:258;s:13:\"VE=hT?GUaNlBA\";i:259;s:13:\"bS=hT?GU:NlBA\";i:260;s:13:\"VE=hT?GU0PlBA\";i:261;s:13:\"bS=hT?GU_PlBA\";i:262;s:13:\"VE=hT?GUaNlBA\";i:263;s:13:\"bS=hT?GU:NlBA\";i:264;s:13:\"VE=hT?GUvOlBA\";i:265;s:13:\"bS=hT?GU?OlBA\";i:266;s:13:\"VE=hT?GUvOlBA\";i:267;s:13:\"bS=hT?GU?OlBA\";i:268;s:13:\"VE=hT?GUaNlBA\";i:269;s:13:\"bS=hT?GU:NlBA\";i:270;s:13:\"VE=hT?GU\"NlBA\";i:271;s:13:\"bS=hT?GUfOlBA\";i:272;s:13:\"VE=hT?GU!RlBA\";i:273;s:13:\"bS=hT?GUpQlBA\";i:274;s:13:\"VE=hT?GU!RlBA\";i:275;s:13:\"bS=hT?GUpQlBA\";i:276;s:13:\"VE=hT?GU\"NlBA\";i:277;s:13:\"bS=hT?GUfOlBA\";i:278;s:13:\"VE=hT?GUALlBA\";i:279;s:13:\"bS=hT?GUkPlBA\";i:280;s:13:\"VE=hT?GU\"NlBA\";i:281;s:13:\"bS=hT?GUfOlBA\";i:282;s:13:\"VE=hT?GU0PlBA\";i:283;s:13:\"bS=hT?GU_PlBA\";i:284;s:13:\"VE=hT?GUaNlBA\";i:285;s:13:\"bS=hT?GU:NlBA\";i:286;s:23:\"?J=hT?GU/A$A[CSOYM*+EtA\";i:287;s:23:\"?J=hT?GU/A$A[CSOYMLUFtA\";i:288;s:23:\"?J=hT?GU/A$A[CSOYM@1FtA\";i:289;s:12:\"KV=hT?GU/A$A\";i:290;s:12:\"KV=hT?GU/A$A\";i:291;s:12:\"KV=hT?GU/A$A\";i:292;s:12:\"KV=hT?GU/A$A\";i:293;s:12:\"KV=hT?GU/A$A\";i:294;s:23:\"?J=hT?GU/A$A[CSOYMLUFtA\";i:295;s:23:\"?J=hT?GU/A$A[CSOYM@1FtA\";i:296;s:12:\"KV=hT?GU/A$A\";i:297;s:13:\">J=hT?GU>RlBA\";i:298;s:13:\"bS=hT?GUDClBA\";i:299;s:13:\"VE=hT?GUuBlBA\";i:300;s:13:\"bS=hT?GU}DlBA\";i:301;s:35:\"XE=hT?GUDSlBjL.4FxrjZA[Q=hT?GU>RlBA\";i:302;s:24:\"WE=hT?GUTSlBjL.4FxrjZABA\";i:303;s:13:\"bS=hT?GUjSlBA\";i:304;s:13:\"VE=hT?GUzSlBA\";i:305;s:13:\"bS=hT?GU(SlBA\";i:306;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:307;s:24:\"WE=hT?GUYTlBjL.4Fx}MbABA\";i:308;s:13:\"bS=hT?GUoTlBA\";i:309;s:13:\"VE=hT?GU4TlBA\";i:310;s:13:\"bS=hT?GU.TlBA\";i:311;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:312;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:313;s:13:\"bS=hT?GUdUlBA\";i:314;s:13:\"VE=hT?GUtUlBA\";i:315;s:13:\"bS=hT?GU9UlBA\";i:316;s:35:\"XE=hT?GU=UlBjL.4Fxs@dA[Q=hT?GUCVlBA\";i:317;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:318;s:13:\"bS=hT?GUCVlBA\";i:319;s:13:\"VE=hT?GUSVlBA\";i:320;s:13:\"bS=hT?GUiVlBA\";i:321;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:322;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:323;s:13:\"bS=hT?GU&VlBA\";i:324;s:13:\"VE=hT?GU]VlBA\";i:325;s:13:\"bS=hT?GUHWlBA\";i:326;s:24:\"WE=hT?GUuBlBvL.4Fx~5fABA\";i:327;s:13:\"VE=hT?GUTSlBA\";i:328;s:13:\"bS=hT?GUnWlBA\";i:329;s:24:\"WE=hT?GUuBlBvL.4Fx}MaABA\";i:330;s:13:\"VE=hT?GUDSlBA\";i:331;s:14:\"bS=hT?GU}j$ACA\";i:332;s:25:\"WE=hT?GUuBlBvL.4Fx}MYB6FA\";i:333;s:14:\"VE=hT?GU}j%ACA\";i:334;s:14:\"bS=hT?GU~@%ACA\";i:335;s:25:\"WE=hT?GUuBlBvL.4Fx}MiD6FA\";i:336;s:13:\"VE=hT?GUsHlBA\";i:337;s:14:\"bS=hT?GU~@&ACA\";i:338;s:25:\"WE=hT?GUuBlBvL.4Fx}M,E6FA\";i:339;s:12:\">J=hT?GU/A$A\";i:340;s:12:\"EH=hT?GUpA$A\";i:341;s:12:\">J=hT?GU/A$A\";i:342;s:12:\">J=hT?GU/A$A\";i:343;s:12:\"bS=hT?GU/A$A\";i:344;s:12:\">J=hT?GU/A$A\";i:345;s:12:\"EH=hT?GUpA$A\";i:346;s:12:\">J=hT?GU/A$A\";i:347;s:12:\"bS=hT?GU/A$A\";i:348;s:12:\">J=hT?GU/A$A\";i:349;s:12:\"EH=hT?GUpA$A\";i:350;s:13:\"EH=hT?GU~AlBA\";i:351;s:12:\">J=hT?GU/A$A\";i:352;s:12:\"bS=hT?GU/A$A\";i:353;s:12:\">J=hT?GU/A$A\";i:354;s:12:\"EH=hT?GUpA$A\";i:355;s:12:\">J=hT?GU/A$A\";i:356;s:12:\"bS=hT?GU/A$A\";i:357;s:12:\">J=hT?GU/A$A\";i:358;s:12:\"EH=hT?GUpA$A\";i:359;s:12:\">J=hT?GU/A$A\";i:360;s:12:\"bS=hT?GU/A$A\";i:361;s:12:\">J=hT?GU/A$A\";i:362;s:12:\"EH=hT?GUpA$A\";i:363;s:12:\">J=hT?GU/A$A\";i:364;s:12:\"bS=hT?GU/A$A\";i:365;s:12:\"bS=hT?GU/A$A\";i:366;s:12:\">J=hT?GU/A$A\";i:367;s:12:\">J=hT?GU/A$A\";i:368;s:12:\">J=hT?GU/A$A\";i:369;s:12:\"bS=hT?GU/A$A\";i:370;s:14:\"bS=hT?GU}j$ACA\";i:371;s:13:\"bS=hT?GUnWlBA\";i:372;s:13:\"bS=hT?GUiVlBA\";i:373;s:13:\"VE=hT?GUuBlBA\";i:374;s:13:\"bS=hT?GU(SlBA\";i:375;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:376;s:12:\">J=hT?GU/A$A\";i:377;s:12:\"EH=hT?GUpA$A\";i:378;s:13:\"EH=hT?GU~AlBA\";i:379;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:380;s:12:\"bS=hT?GU/A$A\";i:381;s:24:\"WE=hT?GUYTlBjL.4Fx}MbABA\";i:382;s:13:\"bS=hT?GUoTlBA\";i:383;s:25:\"WE=hT?GU~@(A]Q#(k)NoQm:CA\";i:384;s:13:\"bS=hT?GUITlBA\";i:385;s:24:\"WE=hT?GUuBlBvL.4Fx~5bABA\";i:386;s:12:\"bS=hT?GU/A$A\";i:387;s:25:\"WE=hT?GU}j)A]Q#(k)NoQm:CA\";i:388;s:14:\"bS=hT?GU}j$ACA\";i:389;s:25:\"WE=hT?GUuBlBvL.4Fx}MYB6FA\";i:390;s:12:\"bS=hT?GU/A$A\";i:391;s:13:\"VE=hT?GUuBlBA\";i:392;s:13:\"bS=hT?GU.TlBA\";i:393;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:394;s:12:\">J=hT?GU/A$A\";i:395;s:12:\"EH=hT?GUpA$A\";i:396;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:397;s:12:\"bS=hT?GU/A$A\";i:398;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:399;s:13:\"bS=hT?GUdUlBA\";i:400;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:401;s:13:\"bS=hT?GUnWlBA\";i:402;s:24:\"WE=hT?GUuBlBvL.4Fx}MaABA\";i:403;s:12:\"bS=hT?GU/A$A\";i:404;s:25:\"WE=hT?GU~@)A]Q#(k)Noao:CA\";i:405;s:14:\"bS=hT?GU~@&ACA\";i:406;s:25:\"WE=hT?GUuBlBvL.4Fx}M,E6FA\";i:407;s:12:\"bS=hT?GU/A$A\";i:408;s:24:\"WE=hT?GUdUlBjL.4Fx~5cABA\";i:409;s:14:\"bS=hT?GU~@&ACA\";i:410;s:14:\"bS=hT?GU}j(ACA\";i:411;s:12:\"bS=hT?GU/A$A\";i:412;s:13:\"VE=hT?GUuBlBA\";i:413;s:13:\"bS=hT?GUiVlBA\";i:414;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:415;s:12:\">J=hT?GU/A$A\";i:416;s:12:\"EH=hT?GUpA$A\";i:417;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:418;s:12:\"bS=hT?GU/A$A\";i:419;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:420;s:13:\"bS=hT?GU&VlBA\";i:421;s:25:\"WE=hT?GU}j*A]Q#(k)Nopr:CA\";i:422;s:14:\"bS=hT?GU}j$ACA\";i:423;s:14:\"bS=hT?GU~@$ACA\";i:424;s:12:\"bS=hT?GU/A$A\";i:425;s:25:\"WE=hT?GU~@*A]Q#(k)Nopr:CA\";i:426;s:14:\"bS=hT?GU~@&ACA\";i:427;s:14:\"bS=hT?GU}j(ACA\";i:428;s:12:\"bS=hT?GU/A$A\";i:429;s:35:\"XE=hT?GUDSlBjL.4FxrjZA[Q=hT?GU>RlBA\";i:430;s:24:\"WE=hT?GU^SlBjL.4Fx}MbABA\";i:431;s:24:\"?J=hT?GU>RlBvL.4FxrjZABA\";i:432;s:12:\">J=hT?GU/A$A\";i:433;s:13:\"VE=hT?GUsHlBA\";i:434;s:14:\"bS=hT?GU}j(ACA\";i:435;s:14:\"VE=hT?GU}j%ACA\";i:436;s:14:\"bS=hT?GU}j&ACA\";i:437;s:13:\"VE=hT?GUDSlBA\";i:438;s:14:\"bS=hT?GU~@$ACA\";i:439;s:13:\"VE=hT?GUTSlBA\";i:440;s:13:\"bS=hT?GUjSlBA\";i:441;s:13:\"VE=hT?GUSVlBA\";i:442;s:13:\"bS=hT?GU&VlBA\";i:443;s:13:\"VE=hT?GUuBlBA\";i:444;s:13:\"bS=hT?GU>RlBA\";i:445;s:23:\"FH=hT?GUpA$A;CSOYM@1HtA\";i:446;s:13:\"bS=hT?GUITlBA\";i:447;s:13:\"VE=hT?GUDSlBA\";i:448;s:14:\"bS=hT?GU~@$ACA\";i:449;s:23:\"FH=hT?GUpA$A;CSOYMAlHtA\";i:450;s:14:\"bS=hT?GU~@$ACA\";i:451;s:13:\"VE=hT?GUzSlBA\";i:452;s:13:\"bS=hT?GUITlBA\";i:453;s:13:\"VE=hT?GU4TlBA\";i:454;s:13:\"bS=hT?GUNUlBA\";i:455;s:13:\"VE=hT?GUTSlBA\";i:456;s:13:\"bS=hT?GUjSlBA\";i:457;s:13:\"VE=hT?GUTSlBA\";i:458;s:13:\"bS=hT?GUjSlBA\";i:459;s:13:\"VE=hT?GU4TlBA\";i:460;s:13:\"bS=hT?GUNUlBA\";i:461;s:13:\"VE=hT?GUDSlBA\";i:462;s:14:\"bS=hT?GU~@$ACA\";i:463;s:13:\"VE=hT?GUSVlBA\";i:464;s:13:\"bS=hT?GU&VlBA\";i:465;s:13:\"VE=hT?GUSVlBA\";i:466;s:13:\"bS=hT?GU&VlBA\";i:467;s:13:\"VE=hT?GUDSlBA\";i:468;s:14:\"bS=hT?GU~@$ACA\";i:469;s:14:\"VE=hT?GU}j%ACA\";i:470;s:14:\"bS=hT?GU}j&ACA\";i:471;s:13:\"VE=hT?GUtUlBA\";i:472;s:13:\"bS=hT?GUCVlBA\";i:473;s:13:\"VE=hT?GUtUlBA\";i:474;s:13:\"bS=hT?GUCVlBA\";i:475;s:14:\"VE=hT?GU}j%ACA\";i:476;s:14:\"bS=hT?GU}j&ACA\";i:477;s:13:\"VE=hT?GUtUlBA\";i:478;s:13:\"bS=hT?GUCVlBA\";i:479;s:13:\"VE=hT?GU]VlBA\";i:480;s:13:\"bS=hT?GUXWlBA\";i:481;s:13:\"VE=hT?GU]VlBA\";i:482;s:13:\"bS=hT?GUXWlBA\";i:483;s:13:\"VE=hT?GUtUlBA\";i:484;s:13:\"bS=hT?GUCVlBA\";i:485;s:13:\"VE=hT?GUSVlBA\";i:486;s:13:\"bS=hT?GU&VlBA\";i:487;s:13:\"VE=hT?GUsHlBA\";i:488;s:14:\"bS=hT?GU}j(ACA\";i:489;s:13:\"VE=hT?GUsHlBA\";i:490;s:14:\"bS=hT?GU}j(ACA\";i:491;s:13:\"VE=hT?GUSVlBA\";i:492;s:13:\"bS=hT?GU&VlBA\";i:493;s:13:\"VE=hT?GUDSlBA\";i:494;s:14:\"bS=hT?GU~@$ACA\";i:495;s:13:\"VE=hT?GUSVlBA\";i:496;s:13:\"bS=hT?GU&VlBA\";i:497;s:14:\"VE=hT?GU}j%ACA\";i:498;s:14:\"bS=hT?GU}j&ACA\";i:499;s:13:\"VE=hT?GUtUlBA\";i:500;s:13:\"bS=hT?GUCVlBA\";i:501;s:23:\"?J=hT?GU/A$A[CSOYMifHtA\";i:502;s:23:\"?J=hT?GU/A$A[CSOYM*+HtA\";i:503;s:23:\"?J=hT?GU/A$A[CSOYMtOItA\";i:504;s:12:\"KV=hT?GU/A$A\";i:505;s:12:\"KV=hT?GU/A$A\";i:506;s:12:\"KV=hT?GU/A$A\";i:507;s:12:\"KV=hT?GU/A$A\";i:508;s:12:\"KV=hT?GU/A$A\";i:509;s:23:\"?J=hT?GU/A$A[CSOYM*+HtA\";i:510;s:23:\"?J=hT?GU/A$A[CSOYMtOItA\";i:511;s:12:\"KV=hT?GU/A$A\";i:512;s:14:\">J=hT?GU}j+ACA\";i:513;s:13:\"bS=hT?GUDClBA\";i:514;s:13:\"VE=hT?GUuBlBA\";i:515;s:14:\"bS=hT?GU~@+ACA\";i:516;s:38:\"XE=hT?GU}j,A]Q#(k)No`,xBJt(\",ub@=1IDQA\";i:517;s:26:\"WE=hT?GU~@,A]Q#(k)No`,xBIA\";i:518;s:14:\"bS=hT?GU}j.ACA\";i:519;s:14:\"VE=hT?GU~@.ACA\";i:520;s:14:\"bS=hT?GU}j/ACA\";i:521;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:522;s:26:\"WE=hT?GU~@:A]Q#(k)No`,5BIA\";i:523;s:14:\"bS=hT?GU}j;ACA\";i:524;s:14:\"VE=hT?GU~@;ACA\";i:525;s:14:\"bS=hT?GU}j<ACA\";i:526;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:527;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:528;s:14:\"bS=hT?GU~@=ACA\";i:529;s:14:\"VE=hT?GU}j>ACA\";i:530;s:14:\"bS=hT?GU~@>ACA\";i:531;s:38:\"XE=hT?GU}j?A]Q#(k)No`,)BJt(\",ub@=1uDQA\";i:532;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:533;s:14:\"bS=hT?GU~@?ACA\";i:534;s:14:\"VE=hT?GU}j@ACA\";i:535;s:14:\"bS=hT?GU~@@ACA\";i:536;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:537;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:538;s:14:\"bS=hT?GU~@[ACA\";i:539;s:14:\"VE=hT?GU}j]ACA\";i:540;s:14:\"bS=hT?GU~@]ACA\";i:541;s:25:\"WE=hT?GUuBlBvL.4Fx}Mab6FA\";i:542;s:14:\"VE=hT?GU~@,ACA\";i:543;s:14:\"bS=hT?GU~@^ACA\";i:544;s:25:\"WE=hT?GUuBlBvL.4Fx}M:L6FA\";i:545;s:14:\"VE=hT?GU}j,ACA\";i:546;s:14:\"bS=hT?GU}j_ACA\";i:547;s:25:\"WE=hT?GUuBlBvL.4Fx}Mkd6FA\";i:548;s:14:\"VE=hT?GU}j`ACA\";i:549;s:14:\"bS=hT?GU~@`ACA\";i:550;s:25:\"WE=hT?GUuBlBvL.4Fx}Muf6FA\";i:551;s:14:\"VE=hT?GU~@{ACA\";i:552;s:14:\"bS=hT?GU}j|ACA\";i:553;s:25:\"WE=hT?GUuBlBvL.4Fx}M4h6FA\";i:554;s:12:\">J=hT?GU/A$A\";i:555;s:12:\"EH=hT?GUpA$A\";i:556;s:12:\">J=hT?GU/A$A\";i:557;s:12:\">J=hT?GU/A$A\";i:558;s:12:\"bS=hT?GU/A$A\";i:559;s:12:\">J=hT?GU/A$A\";i:560;s:12:\"EH=hT?GUpA$A\";i:561;s:12:\">J=hT?GU/A$A\";i:562;s:12:\"bS=hT?GU/A$A\";i:563;s:12:\">J=hT?GU/A$A\";i:564;s:12:\"EH=hT?GUpA$A\";i:565;s:13:\"EH=hT?GU~AlBA\";i:566;s:12:\">J=hT?GU/A$A\";i:567;s:12:\"bS=hT?GU/A$A\";i:568;s:12:\">J=hT?GU/A$A\";i:569;s:12:\"EH=hT?GUpA$A\";i:570;s:12:\">J=hT?GU/A$A\";i:571;s:12:\"bS=hT?GU/A$A\";i:572;s:12:\">J=hT?GU/A$A\";i:573;s:12:\"EH=hT?GUpA$A\";i:574;s:12:\">J=hT?GU/A$A\";i:575;s:12:\"bS=hT?GU/A$A\";i:576;s:12:\">J=hT?GU/A$A\";i:577;s:12:\"EH=hT?GUpA$A\";i:578;s:12:\">J=hT?GU/A$A\";i:579;s:12:\"bS=hT?GU/A$A\";i:580;s:12:\"bS=hT?GU/A$A\";i:581;s:12:\">J=hT?GU/A$A\";i:582;s:12:\">J=hT?GU/A$A\";i:583;s:12:\">J=hT?GU/A$A\";i:584;s:12:\"bS=hT?GU/A$A\";i:585;s:14:\"bS=hT?GU}j_ACA\";i:586;s:14:\"bS=hT?GU~@^ACA\";i:587;s:14:\"bS=hT?GU~@@ACA\";i:588;s:13:\"VE=hT?GUuBlBA\";i:589;s:14:\"bS=hT?GU}j/ACA\";i:590;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:591;s:12:\">J=hT?GU/A$A\";i:592;s:12:\"EH=hT?GUpA$A\";i:593;s:13:\"EH=hT?GU~AlBA\";i:594;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:595;s:12:\"bS=hT?GU/A$A\";i:596;s:26:\"WE=hT?GU~@:A]Q#(k)No`,5BIA\";i:597;s:14:\"bS=hT?GU}j;ACA\";i:598;s:26:\"WE=hT?GU}j}A]Q#(k)No`,5BIA\";i:599;s:14:\"bS=hT?GU}j:ACA\";i:600;s:25:\"WE=hT?GUuBlBvL.4Fx}MDQ6FA\";i:601;s:12:\"bS=hT?GU/A$A\";i:602;s:26:\"WE=hT?GU~@}A]Q#(k)No`,5BIA\";i:603;s:14:\"bS=hT?GU}j_ACA\";i:604;s:25:\"WE=hT?GUuBlBvL.4Fx}Mkd6FA\";i:605;s:12:\"bS=hT?GU/A$A\";i:606;s:13:\"VE=hT?GUuBlBA\";i:607;s:14:\"bS=hT?GU}j<ACA\";i:608;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:609;s:12:\">J=hT?GU/A$A\";i:610;s:12:\"EH=hT?GUpA$A\";i:611;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:612;s:12:\"bS=hT?GU/A$A\";i:613;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:614;s:14:\"bS=hT?GU~@=ACA\";i:615;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:616;s:14:\"bS=hT?GU~@^ACA\";i:617;s:25:\"WE=hT?GUuBlBvL.4Fx}M:L6FA\";i:618;s:12:\"bS=hT?GU/A$A\";i:619;s:26:\"WE=hT?GU}j~A/hht,ub@=1kDQA\";i:620;s:14:\"bS=hT?GU}j|ACA\";i:621;s:25:\"WE=hT?GUuBlBvL.4Fx}M4h6FA\";i:622;s:12:\"bS=hT?GU/A$A\";i:623;s:26:\"WE=hT?GU~@~A/hht,ub@=1kDQA\";i:624;s:14:\"bS=hT?GU}j|ACA\";i:625;s:14:\"bS=hT?GU~@|ACA\";i:626;s:12:\"bS=hT?GU/A$A\";i:627;s:13:\"VE=hT?GUuBlBA\";i:628;s:14:\"bS=hT?GU~@@ACA\";i:629;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:630;s:12:\">J=hT?GU/A$A\";i:631;s:12:\"EH=hT?GUpA$A\";i:632;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:633;s:12:\"bS=hT?GU/A$A\";i:634;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:635;s:14:\"bS=hT?GU~@[ACA\";i:636;s:26:\"WE=hT?GU}j\"A/hht,ub@=12DQA\";i:637;s:14:\"bS=hT?GU}j_ACA\";i:638;s:14:\"bS=hT?GU~@_ACA\";i:639;s:12:\"bS=hT?GU/A$A\";i:640;s:26:\"WE=hT?GU~@\"A/hht,ub@=12DQA\";i:641;s:14:\"bS=hT?GU}j|ACA\";i:642;s:14:\"bS=hT?GU~@|ACA\";i:643;s:12:\"bS=hT?GU/A$A\";i:644;s:38:\"XE=hT?GU}j,A]Q#(k)No`,xBJt(\",ub@=1IDQA\";i:645;s:26:\"WE=hT?GU~@/A]Q#(k)No`,5BIA\";i:646;s:26:\"?J=hT?GU}j+A,h#(k)No`,xBIA\";i:647;s:12:\">J=hT?GU/A$A\";i:648;s:14:\"VE=hT?GU}jABEA\";i:649;s:14:\"bS=hT?GU~@|ACA\";i:650;s:14:\"VE=hT?GU}j`ACA\";i:651;s:14:\"bS=hT?GU}j{ACA\";i:652;s:14:\"VE=hT?GU}j,ACA\";i:653;s:14:\"bS=hT?GU~@_ACA\";i:654;s:14:\"VE=hT?GU~@,ACA\";i:655;s:14:\"bS=hT?GU}j.ACA\";i:656;s:14:\"VE=hT?GU}j@ACA\";i:657;s:14:\"bS=hT?GU~@[ACA\";i:658;s:13:\"VE=hT?GUuBlBA\";i:659;s:14:\"bS=hT?GU}j+ACA\";i:660;s:25:\"FH=hT?GUpA$A;CSOYM*+5ZlBA\";i:661;s:14:\"bS=hT?GU}j:ACA\";i:662;s:14:\"VE=hT?GU}j,ACA\";i:663;s:14:\"bS=hT?GU~@_ACA\";i:664;s:25:\"FH=hT?GUpA$A;CSOYM*+JZlBA\";i:665;s:14:\"bS=hT?GU~@_ACA\";i:666;s:14:\"VE=hT?GU~@.ACA\";i:667;s:14:\"bS=hT?GU}j:ACA\";i:668;s:14:\"VE=hT?GU~@;ACA\";i:669;s:14:\"bS=hT?GU}j=ACA\";i:670;s:14:\"VE=hT?GU~@,ACA\";i:671;s:14:\"bS=hT?GU}j.ACA\";i:672;s:14:\"VE=hT?GU~@,ACA\";i:673;s:14:\"bS=hT?GU}j.ACA\";i:674;s:14:\"VE=hT?GU~@;ACA\";i:675;s:14:\"bS=hT?GU}j=ACA\";i:676;s:14:\"VE=hT?GU}j,ACA\";i:677;s:14:\"bS=hT?GU~@_ACA\";i:678;s:14:\"VE=hT?GU}j@ACA\";i:679;s:14:\"bS=hT?GU~@[ACA\";i:680;s:14:\"VE=hT?GU}j@ACA\";i:681;s:14:\"bS=hT?GU~@[ACA\";i:682;s:14:\"VE=hT?GU}j,ACA\";i:683;s:14:\"bS=hT?GU~@_ACA\";i:684;s:14:\"VE=hT?GU}j`ACA\";i:685;s:14:\"bS=hT?GU}j{ACA\";i:686;s:14:\"VE=hT?GU}j>ACA\";i:687;s:14:\"bS=hT?GU~@?ACA\";i:688;s:14:\"VE=hT?GU}j>ACA\";i:689;s:14:\"bS=hT?GU~@?ACA\";i:690;s:14:\"VE=hT?GU}j`ACA\";i:691;s:14:\"bS=hT?GU}j{ACA\";i:692;s:14:\"VE=hT?GU}j>ACA\";i:693;s:14:\"bS=hT?GU~@?ACA\";i:694;s:14:\"VE=hT?GU}j]ACA\";i:695;s:14:\"bS=hT?GU}j^ACA\";i:696;s:14:\"VE=hT?GU}j]ACA\";i:697;s:14:\"bS=hT?GU}j^ACA\";i:698;s:14:\"VE=hT?GU}j>ACA\";i:699;s:14:\"bS=hT?GU~@?ACA\";i:700;s:14:\"VE=hT?GU}j@ACA\";i:701;s:14:\"bS=hT?GU~@[ACA\";i:702;s:14:\"VE=hT?GU}jABEA\";i:703;s:14:\"bS=hT?GU~@|ACA\";i:704;s:14:\"VE=hT?GU}jABEA\";i:705;s:14:\"bS=hT?GU~@|ACA\";i:706;s:14:\"VE=hT?GU}j@ACA\";i:707;s:14:\"bS=hT?GU~@[ACA\";i:708;s:14:\"VE=hT?GU}j,ACA\";i:709;s:14:\"bS=hT?GU~@_ACA\";i:710;s:14:\"VE=hT?GU}j@ACA\";i:711;s:14:\"bS=hT?GU~@[ACA\";i:712;s:14:\"VE=hT?GU}j`ACA\";i:713;s:14:\"bS=hT?GU}j{ACA\";i:714;s:14:\"VE=hT?GU}j>ACA\";i:715;s:14:\"bS=hT?GU~@?ACA\";i:716;s:25:\"?J=hT?GU/A$A[CSOYM*+)YlBA\";i:717;s:25:\"?J=hT?GU/A$A[CSOYM*+OalBA\";i:718;s:25:\"?J=hT?GU/A$A[CSOYM*+TblBA\";i:719;s:12:\"KV=hT?GU/A$A\";i:720;s:12:\"KV=hT?GU/A$A\";i:721;s:12:\"KV=hT?GU/A$A\";i:722;s:12:\"KV=hT?GU/A$A\";i:723;s:12:\"KV=hT?GU/A$A\";i:724;s:25:\"?J=hT?GU/A$A[CSOYM*+OalBA\";i:725;s:25:\"?J=hT?GU/A$A[CSOYM*+TblBA\";i:726;s:12:\"KV=hT?GU/A$A\";i:727;s:12:\">J=hT?GU/A$A\";i:728;s:13:\"bS=hT?GUDClBA\";i:729;s:13:\"VE=hT?GUuBlBA\";i:730;s:12:\"bS=hT?GU/A$A\";i:731;s:34:\"XE=hT?GUdUlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:732;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:733;s:12:\"bS=hT?GU/A$A\";i:734;s:14:\"VE=hT?GU~@ABEA\";i:735;s:12:\"bS=hT?GU/A$A\";i:736;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:737;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:738;s:12:\"bS=hT?GU/A$A\";i:739;s:14:\"VE=hT?GU}jBBEA\";i:740;s:12:\"bS=hT?GU/A$A\";i:741;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:742;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:743;s:12:\"bS=hT?GU/A$A\";i:744;s:14:\"VE=hT?GU~@BBEA\";i:745;s:12:\"bS=hT?GU/A$A\";i:746;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:747;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:748;s:12:\"bS=hT?GU/A$A\";i:749;s:13:\"VE=hT?GU>BlBA\";i:750;s:12:\"bS=hT?GU/A$A\";i:751;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:752;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:753;s:12:\"bS=hT?GU/A$A\";i:754;s:14:\"VE=hT?GU~@&ACA\";i:755;s:12:\"bS=hT?GU/A$A\";i:756;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:757;s:13:\"VE=hT?GU!BlBA\";i:758;s:12:\"bS=hT?GU/A$A\";i:759;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:760;s:13:\"VE=hT?GUdUlBA\";i:761;s:12:\"bS=hT?GU/A$A\";i:762;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:763;s:14:\"VE=hT?GU}jCBEA\";i:764;s:12:\"bS=hT?GU/A$A\";i:765;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:766;s:14:\"VE=hT?GU~@CBEA\";i:767;s:12:\"bS=hT?GU/A$A\";i:768;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:769;s:12:\">J=hT?GU/A$A\";i:770;s:12:\"EH=hT?GUpA$A\";i:771;s:12:\">J=hT?GU/A$A\";i:772;s:12:\">J=hT?GU/A$A\";i:773;s:12:\"bS=hT?GU/A$A\";i:774;s:12:\">J=hT?GU/A$A\";i:775;s:12:\"EH=hT?GUpA$A\";i:776;s:12:\">J=hT?GU/A$A\";i:777;s:12:\"bS=hT?GU/A$A\";i:778;s:12:\">J=hT?GU/A$A\";i:779;s:12:\"EH=hT?GUpA$A\";i:780;s:13:\"EH=hT?GU~AlBA\";i:781;s:12:\">J=hT?GU/A$A\";i:782;s:12:\"bS=hT?GU/A$A\";i:783;s:12:\">J=hT?GU/A$A\";i:784;s:12:\"EH=hT?GUpA$A\";i:785;s:12:\">J=hT?GU/A$A\";i:786;s:12:\"bS=hT?GU/A$A\";i:787;s:12:\">J=hT?GU/A$A\";i:788;s:12:\"EH=hT?GUpA$A\";i:789;s:12:\">J=hT?GU/A$A\";i:790;s:12:\"bS=hT?GU/A$A\";i:791;s:12:\">J=hT?GU/A$A\";i:792;s:12:\"EH=hT?GUpA$A\";i:793;s:12:\">J=hT?GU/A$A\";i:794;s:12:\"bS=hT?GU/A$A\";i:795;s:12:\"bS=hT?GU/A$A\";i:796;s:12:\">J=hT?GU/A$A\";i:797;s:12:\">J=hT?GU/A$A\";i:798;s:12:\">J=hT?GU/A$A\";i:799;s:12:\"bS=hT?GU/A$A\";i:800;s:12:\"bS=hT?GU/A$A\";i:801;s:12:\"bS=hT?GU/A$A\";i:802;s:12:\"bS=hT?GU/A$A\";i:803;s:13:\"VE=hT?GUuBlBA\";i:804;s:12:\"bS=hT?GU/A$A\";i:805;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:806;s:12:\">J=hT?GU/A$A\";i:807;s:12:\"EH=hT?GUpA$A\";i:808;s:13:\"EH=hT?GU~AlBA\";i:809;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:810;s:12:\"bS=hT?GU/A$A\";i:811;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:812;s:12:\"bS=hT?GU/A$A\";i:813;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:814;s:12:\"bS=hT?GU/A$A\";i:815;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:816;s:12:\"bS=hT?GU/A$A\";i:817;s:25:\"WE=hT?GU}jDB/hht,ub@TD5FA\";i:818;s:12:\"bS=hT?GU/A$A\";i:819;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:820;s:12:\"bS=hT?GU/A$A\";i:821;s:13:\"VE=hT?GUuBlBA\";i:822;s:12:\"bS=hT?GU/A$A\";i:823;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:824;s:12:\">J=hT?GU/A$A\";i:825;s:12:\"EH=hT?GUpA$A\";i:826;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:827;s:12:\"bS=hT?GU/A$A\";i:828;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:829;s:12:\"bS=hT?GU/A$A\";i:830;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:831;s:12:\"bS=hT?GU/A$A\";i:832;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:833;s:12:\"bS=hT?GU/A$A\";i:834;s:24:\"WE=hT?GUdUlBjL.4Fx}MBABA\";i:835;s:12:\"bS=hT?GU/A$A\";i:836;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:837;s:12:\"bS=hT?GU/A$A\";i:838;s:25:\"WE=hT?GU}jDB/hht,ub@TD5FA\";i:839;s:12:\"bS=hT?GU/A$A\";i:840;s:12:\"bS=hT?GU/A$A\";i:841;s:12:\"bS=hT?GU/A$A\";i:842;s:13:\"VE=hT?GUuBlBA\";i:843;s:12:\"bS=hT?GU/A$A\";i:844;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:845;s:12:\">J=hT?GU/A$A\";i:846;s:12:\"EH=hT?GUpA$A\";i:847;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:848;s:12:\"bS=hT?GU/A$A\";i:849;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:850;s:12:\"bS=hT?GU/A$A\";i:851;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:852;s:12:\"bS=hT?GU/A$A\";i:853;s:12:\"bS=hT?GU/A$A\";i:854;s:12:\"bS=hT?GU/A$A\";i:855;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:856;s:12:\"bS=hT?GU/A$A\";i:857;s:12:\"bS=hT?GU/A$A\";i:858;s:12:\"bS=hT?GU/A$A\";i:859;s:34:\"XE=hT?GUdUlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:860;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:861;s:23:\"?J=hT?GU/A$A@CSOYM)ZBtA\";i:862;s:12:\">J=hT?GU/A$A\";i:863;s:14:\"VE=hT?GU~@DBEA\";i:864;s:12:\"bS=hT?GU/A$A\";i:865;s:14:\"VE=hT?GU}jCBEA\";i:866;s:12:\"bS=hT?GU/A$A\";i:867;s:13:\"VE=hT?GUdUlBA\";i:868;s:12:\"bS=hT?GU/A$A\";i:869;s:13:\"VE=hT?GU!BlBA\";i:870;s:12:\"bS=hT?GU/A$A\";i:871;s:13:\"VE=hT?GU>BlBA\";i:872;s:12:\"bS=hT?GU/A$A\";i:873;s:13:\"VE=hT?GUuBlBA\";i:874;s:12:\"bS=hT?GU/A$A\";i:875;s:25:\"FH=hT?GUpA$A;CSOYM*+cglBA\";i:876;s:12:\"bS=hT?GU/A$A\";i:877;s:13:\"VE=hT?GUdUlBA\";i:878;s:12:\"bS=hT?GU/A$A\";i:879;s:23:\"FH=hT?GUpA$A;CSOYMLUItA\";i:880;s:12:\"bS=hT?GU/A$A\";i:881;s:14:\"VE=hT?GU~@ABEA\";i:882;s:12:\"bS=hT?GU/A$A\";i:883;s:14:\"VE=hT?GU}jBBEA\";i:884;s:12:\"bS=hT?GU/A$A\";i:885;s:13:\"VE=hT?GU!BlBA\";i:886;s:12:\"bS=hT?GU/A$A\";i:887;s:13:\"VE=hT?GU!BlBA\";i:888;s:12:\"bS=hT?GU/A$A\";i:889;s:14:\"VE=hT?GU}jBBEA\";i:890;s:12:\"bS=hT?GU/A$A\";i:891;s:13:\"VE=hT?GUdUlBA\";i:892;s:12:\"bS=hT?GU/A$A\";i:893;s:13:\"VE=hT?GU>BlBA\";i:894;s:12:\"bS=hT?GU/A$A\";i:895;s:13:\"VE=hT?GU>BlBA\";i:896;s:12:\"bS=hT?GU/A$A\";i:897;s:13:\"VE=hT?GUdUlBA\";i:898;s:12:\"bS=hT?GU/A$A\";i:899;s:14:\"VE=hT?GU}jCBEA\";i:900;s:12:\"bS=hT?GU/A$A\";i:901;s:14:\"VE=hT?GU~@BBEA\";i:902;s:12:\"bS=hT?GU/A$A\";i:903;s:14:\"VE=hT?GU~@BBEA\";i:904;s:12:\"bS=hT?GU/A$A\";i:905;s:14:\"VE=hT?GU}jCBEA\";i:906;s:12:\"bS=hT?GU/A$A\";i:907;s:14:\"VE=hT?GU~@BBEA\";i:908;s:12:\"bS=hT?GU/A$A\";i:909;s:14:\"VE=hT?GU~@&ACA\";i:910;s:12:\"bS=hT?GU/A$A\";i:911;s:14:\"VE=hT?GU~@&ACA\";i:912;s:12:\"bS=hT?GU/A$A\";i:913;s:14:\"VE=hT?GU~@BBEA\";i:914;s:12:\"bS=hT?GU/A$A\";i:915;s:13:\"VE=hT?GU>BlBA\";i:916;s:12:\"bS=hT?GU/A$A\";i:917;s:14:\"VE=hT?GU~@DBEA\";i:918;s:12:\"bS=hT?GU/A$A\";i:919;s:14:\"VE=hT?GU~@DBEA\";i:920;s:12:\"bS=hT?GU/A$A\";i:921;s:13:\"VE=hT?GU>BlBA\";i:922;s:12:\"bS=hT?GU/A$A\";i:923;s:13:\"VE=hT?GUdUlBA\";i:924;s:12:\"bS=hT?GU/A$A\";i:925;s:13:\"VE=hT?GU>BlBA\";i:926;s:12:\"bS=hT?GU/A$A\";i:927;s:14:\"VE=hT?GU}jCBEA\";i:928;s:12:\"bS=hT?GU/A$A\";i:929;s:14:\"VE=hT?GU~@BBEA\";i:930;s:12:\"bS=hT?GU/A$A\";i:931;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:932;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:933;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:934;s:12:\"KV=hT?GU/A$A\";i:935;s:12:\"KV=hT?GU/A$A\";i:936;s:12:\"KV=hT?GU/A$A\";i:937;s:12:\"KV=hT?GU/A$A\";i:938;s:12:\"KV=hT?GU/A$A\";i:939;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:940;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:941;s:12:\"KV=hT?GU/A$A\";i:942;s:14:\">J>hT?GU}jEBEA\";i:943;s:36:\"jg=hT?GU/A$ATDSOYM)ZBt0k_Q3nE3t`vABA\";i:944;s:67:\"mg=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSAQA;\",ub@TD5FA\";i:945;s:14:\"z:=hT?GU}jFBEA\";i:946;s:13:\"z:=hT?GU~AlBA\";i:947;s:12:\"F0=hT?GU/A$A\";i:948;s:13:\"EH=hT?GU~AlBA\";i:949;s:12:\">J=hT?GU5A$A\";i:950;s:12:\">J=hT?GU/A$A\";i:951;s:12:\"EH=hT?GUpA$A\";i:952;s:13:\"nu=hT?GU~AlBA\";i:953;s:13:\"nu=hT?GU4DlBA\";i:954;s:63:\"ru=hT?GU~@FB/hkt,ub@=1ZEQA/\",ub@=1ZERtzBJHNzijLR$ANDSOYM*+WilBA\";i:955;s:14:\"nu=hT?GU~@GBEA\";i:956;s:12:\"VE=hT?GU/A$A\";i:957;s:13:\"4r=hT?GUDClBA\";i:958;s:14:\"sP>hT?GU}jsCEA\";i:959;s:13:\"F0=hT?GUzClBA\";i:960;s:13:\"(a=hT?GUzClBA\";i:961;s:14:\"\"l=hT?GU~@HBEA\";i:962;s:72:\"aE=hT?GU}jIB/hit,ub@=1hERtnBJHNzijzR$A=CSOYM)ZBtoI_Q3nE3t`xA$T=hT?GU/A$A\";i:963;s:12:\"sP=hT?GU/A$A\";i:964;s:12:\"9M>hT?GU/A$A\";i:965;s:25:\"!M>hT?GUHGlB_M.4Fx}MSz8FA\";i:966;s:14:\"KV>hT?GU~@JBEA\";i:967;s:13:\"F0=hT?GU:tlBA\";i:968;s:13:\"z:=hT?GURIlBA\";i:969;s:46:\"l==hT?GUhIlBsM.4Fxs@LA2[=hT?GUhIlB0M.4Fxs@LABA\";i:970;s:79:\"#}=hT?GUxIlBoM.4FxrjMA,>=hT?GU[IlBwM.4FxrjMAl_=hT?GU%IlB8M.4Fxs@<A;C>hT?GUH2lBA\";i:971;s:67:\"n==hT?GUWJlBsM.4Fx}MNA2[=hT?GUWJlB0M.4Fx}MNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:972;s:67:\"n==hT?GUmJlBsM.4FxrjNA2[=hT?GUmJlB0M.4FxrjNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:973;s:25:\"zd=hT?GU.DlBzL.4Fx}M308FA\";i:974;s:14:\"Qj=hT?GU~@KBEA\";i:975;s:81:\"4d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYM*+7jlB(L.4Fx}MCA7y=hT?GUjClB@M.4Fx}Mjw6FA\";i:976;s:57:\"ZE=hT?GUcHlBrL.4Fx}MBApI=hT?GUjClBvL.4Fx}MBA$T=hT?GUjClBA\";i:977;s:24:\"d#=hT?GU~AlBkM.4FxrjBABA\";i:978;s:69:\"~X>hT?GU~AlBvL.4Fx}MB26FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:979;s:24:\"ou=hT?GU4DlBIM.4Fx}MBABA\";i:980;s:26:\"Am=hT?GU~@LBz(it,ub@=1PKQA\";i:981;s:62:\"Dm=hT?GU~@MBz(it,ub@=1xERt5BJHNz!PuWxdqI:$vb\"Ic\"s8_Q3nE3so0ABA\";i:982;s:37:\"Bm=hT?GU~@IBz(it,ub@=15ES\"<\",ub@TD5FA\";i:983;s:25:\"Am=hT?GU~@MBz(it,ub@Vd5FA\";i:984;s:13:\"\"l=hT?GUcHlBA\";i:985;s:37:\"@J=hT?GU~@OB/hjt,ub@xJ5F2uLvSQ[zu60WA\";i:986;s:13:\"4r=hT?GUzClBA\";i:987;s:24:\":o=hT?GUcHlBkM.4FxrjBABA\";i:988;s:13:\"VE=hT?GUuBlBA\";i:989;s:25:\"?J=hT?GU}jKB:>ht,ub@TD7FA\";i:990;s:23:\"5r=hT?GU/A$A}CSOYM@1TtA\";i:991;s:25:\"5r=hT?GU}jxCz(it,ub@Vd7FA\";i:992;s:60:\"8r=hT?GU}jMBz(it,ub@Vd5F)0LvSQ[zXv0W7fqI:$vbWUc\"$$_Q3nE3kAgA\";i:993;s:12:\"Qj>hT?GU/A$A\";i:994;s:13:\"/o=hT?GU:tlBA\";i:995;s:14:\"\"l=hT?GU~@PBEA\";i:996;s:24:\"ou=hT?GU4DlBUM.4FxrjBABA\";i:997;s:47:\"1d=hT?GU.DlB^L.4Fx}M%A|e=hT?GUkvlBrL.4Fx}M>#8FA\";i:998;s:36:\"{X=hT?GUN0lBdN.4Fx}MPs8Fp1LvSQ[z?CIA\";i:999;s:13:\"hg=hT?GUDClBA\";i:1000;s:46:\"$M>hT?GUIzlBoM.4Fxrj%A,>=hT?GU\"tlB0M.4Fxrj%ABA\";i:1001;s:35:\"XE=hT?GUuBlB(L.4Fxs@CAHO=hT?GUzClBA\";i:1002;s:61:\"%M>hT?GU/A$AKDSOYM*+*llBsM.4Fx}ME96FKyLvSQ[zM$0WJVqI:$vbu<c\"A\";i:1003;s:62:\"%M>hT?GUHGlBoM.4Fx}M)96F`xLvSQ[z{&0WkUqI:$vb*|c\"Sq_Q3nE3t`1ABA\";i:1004;s:72:\"9r=hT?GU/A$ATDSOYMtODt~l_Q3nE3~R2A,>=hT?GU}jRBc4kt,ub@=1*ES\"/\",ub@=1*EQA\";i:1005;s:61:\"%M>hT?GU/A$AKDSOYM*+amlBsM.4Fx}MO#6FKyLvSQ[z0.0WJVqI:$vbWUd\"A\";i:1006;s:14:\"_X=hT?GU~@SBEA\";i:1007;s:25:\"WE=hT?GU}jTB/hit,ub@Lb5FA\";i:1008;s:14:\"VE=hT?GU~@TBEA\";i:1009;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1010;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1011;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1012;s:24:\"Xx>hT?GUGJlB#L.4FxrjFABA\";i:1013;s:12:\"/o=hT?GU/A$A\";i:1014;s:25:\":o=hT?GU>BlBzL.4Fx}M9&6FA\";i:1015;s:58:\"ru=hT?GU5wlBrL.4Fx}Mz$6FxtLvSQ[zpAz(ht,ub@TD5FWuLvSQ[zpAEA\";i:1016;s:13:\"Qj=hT?GUHGlBA\";i:1017;s:14:\"Qj=hT?GU~@UBEA\";i:1018;s:12:\"sP=hT?GU/A$A\";i:1019;s:12:\">J=hT?GU/A$A\";i:1020;s:12:\"EH=hT?GUpA$A\";i:1021;s:46:\"YE=hT?GUuBlBnL.4Fx}MCAq1=hT?GUDClBAM.4Fxs@CABA\";i:1022;s:12:\"Wx=hT?GU/A$A\";i:1023;s:13:\"Wx=hT?GUDClBA\";i:1024;s:46:\"YE=hT?GUuBlBnL.4Fx}MCAq1=hT?GUDClBAM.4Fxs@CABA\";i:1025;s:24:\"d#=hT?GUXGlBbL.4Fx~5PABA\";i:1026;s:26:\"WE=hT?GU}jVBbLit,ub@=1|EQA\";i:1027;s:71:\"3d=hT?GU(ClB;L.4Fx}MBA;C=hT?GU}jWB/hit,ub@CG5F/1LvSQ[z!K1W1RqI:$vbA2e\"A\";i:1028;s:24:\"d#=hT?GU~AlBbL.4Fx}M&ABA\";i:1029;s:12:\"(a=hT?GU/A$A\";i:1030;s:13:\"nu=hT?GU~AlBA\";i:1031;s:37:\"e#=hT?GUXGlBbL.4Fx}M2,8FxtLvSQ[zLT1WA\";i:1032;s:24:\"d#=hT?GUXGlBIM.4Fx}MPABA\";i:1033;s:13:\"Wx=hT?GUDClBA\";i:1034;s:13:\"4r=hT?GUB4lBA\";i:1035;s:24:\"d#=hT?GULKlBAM.4Fx}MPABA\";i:1036;s:13:\"?2=hT?GUDClBA\";i:1037;s:13:\"/o=hT?GUB4lBA\";i:1038;s:14:\"VE=hT?GU~@YBEA\";i:1039;s:14:\"VE=hT?GU}jZBEA\";i:1040;s:14:\"VE=hT?GU~@ABEA\";i:1041;s:13:\"VE=hT?GUDSlBA\";i:1042;s:14:\"VE=hT?GU}j,ACA\";i:1043;s:13:\"VE=hT?GUdUlBA\";i:1044;s:13:\"?2=hT?GU>RlBA\";i:1045;s:13:\"Wx=hT?GU>RlBA\";i:1046;s:14:\"?2=hT?GU}j+ACA\";i:1047;s:14:\"Wx=hT?GU}j+ACA\";i:1048;s:12:\"?2=hT?GU/A$A\";i:1049;s:12:\"Wx=hT?GU/A$A\";i:1050;s:13:\"4r=hT?GUE#lBA\";i:1051;s:13:\"/o=hT?GUE#lBA\";i:1052;s:14:\"4r=hT?GU}jRCEA\";i:1053;s:14:\"/o=hT?GU}jRCEA\";i:1054;s:13:\"4r=hT?GUe%lBA\";i:1055;s:13:\"/o=hT?GUe%lBA\";i:1056;s:14:\"yd=hT?GU~@ZBEA\";i:1057;s:14:\"F0=hT?GU}jaBEA\";i:1058;s:48:\"I0=hT?GU~@#C/hjt,ub@TD7F2uLvSQ[zRh9W|LqI:$vbpLgA\";i:1059;s:12:\"(a=hT?GU/A$A\";i:1060;s:31:\":o=hT?GU/A$AJDSO}M*+5plBrz4^5FA\";i:1061;s:13:\"/o=hT?GUcHlBA\";i:1062;s:12:\"sP=hT?GU/A$A\";i:1063;s:13:\"_X=hT?GUMHlBA\";i:1064;s:13:\"_X=hT?GU,GlBA\";i:1065;s:14:\"bS=hT?GU}jcBEA\";i:1066;s:49:\"I0=hT?GUTClBIM.4Fx}M5>6F2uLvSQ[zXv1W|LqI:$vb*|f\"A\";i:1067;s:47:\"I0=hT?GUTClBIM.4Fx}MDAeZ=hT?GU}jdBbLjt,ub@<I5FA\";i:1068;s:49:\"I0=hT?GU~@dB/hjt,ub@=1eFRtpBJHNzzguW|LqI:$vbtfg\"A\";i:1069;s:48:\"I0=hT?GU~@dB/hjt,ub@,n5F2uLvSQ[z#31W|LqI:$vbsCgA\";i:1070;s:14:\"?2>hT?GU}jfBEA\";i:1071;s:14:\"?2>hT?GU~@fBEA\";i:1072;s:14:\"?2>hT?GU}jgBEA\";i:1073;s:13:\"?2>hT?GUeBlBA\";i:1074;s:14:\"?2>hT?GU~@gBEA\";i:1075;s:14:\"?2>hT?GU}jhBEA\";i:1076;s:14:\"?2>hT?GU~@gBEA\";i:1077;s:14:\"hg=hT?GU~@hBEA\";i:1078;s:14:\"hg=hT?GU}jiBEA\";i:1079;s:14:\"hg=hT?GU~@iBEA\";i:1080;s:14:\"hg=hT?GU}jjBEA\";i:1081;s:14:\">J=hT?GU~@jBEA\";i:1082;s:14:\"hg=hT?GU}jkBEA\";i:1083;s:45:\"I0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GU/A$AADSOYM)ZBtA\";i:1084;s:14:\"4r=hT?GU~@kBEA\";i:1085;s:14:\"/o=hT?GU~@kBEA\";i:1086;s:15:\"VE=hT?GUO[AA7FA\";i:1087;s:41:\"`X=hT?IUO[lBXL#z6{It4YqI/TwbaUgAlBrz2~5FA\";i:1088;s:13:\"hg=hT?GU6tlBA\";i:1089;s:15:\"VE=hT?GUO[:CbLA\";i:1090;s:26:\"ou=hT?GU4DlBbL.4FxrjYB#FQA\";i:1091;s:12:\"KV=hT?GU/A$A\";i:1092;s:12:\">J=hT?GU/A$A\";i:1093;s:13:\"nu=hT?GU\"tlBA\";i:1094;s:24:\"WE=hT?GUuBlBvL.4Fxs@CABA\";i:1095;s:46:\"I0=hT?GUTClBIM.4Fx}MBAeZ=hT?GUTClBAM.4Fx}MBABA\";i:1096;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1097;s:46:\"I0=hT?GUDClBIM.4Fx}MBAeZ=hT?GUDClBAM.4Fx}MBABA\";i:1098;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1099;s:12:\"bS=hT?GU/A$A\";i:1100;s:13:\"bS=hT?GUDClBA\";i:1101;s:12:\"(a=hT?GU/A$A\";i:1102;s:12:\"bS=hT?GU/A$A\";i:1103;s:13:\"nu=hT?GU~AlBA\";i:1104;s:13:\"(a=hT?GU:tlBA\";i:1105;s:12:\"bS=hT?GU/A$A\";i:1106;s:86:\"ru=hT?OUCFlB&!DA(afBFB;}C\"#zgArLnt,ub@y2xWBtN/_Q3nE30ovD5Fe2LvSQ[zGFoAgA$BJHNzRm8WBABA\";i:1107;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1108;s:12:\">J=hT?GU/A$A\";i:1109;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1110;s:12:\">J=hT?GU/A$A\";i:1111;s:12:\">J=hT?GU/A$A\";i:1112;s:12:\"bS=hT?GU/A$A\";i:1113;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1114;s:12:\">J=hT?GU/A$A\";i:1115;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1116;s:12:\">J=hT?GU/A$A\";i:1117;s:12:\">J=hT?GU/A$A\";i:1118;s:12:\"bS=hT?GU/A$A\";i:1119;s:12:\"bS=hT?GU/A$A\";i:1120;s:26:\"WE=hT?GUO[oIXLFBVElg*NeBQA\";i:1121;s:12:\">J=hT?GU/A$A\";i:1122;s:26:\"WE=hT?GUO[oIXLFBVElg*NeBQA\";i:1123;s:12:\">J=hT?GU/A$A\";i:1124;s:12:\">J=hT?GU/A$A\";i:1125;s:12:\"bS=hT?GU/A$A\";i:1126;s:12:\"bS=hT?GU/A$A\";i:1127;s:37:\"XE=hT?GUO[oIXLFBVElg*NeBS\"(\",ub@TD5FA\";i:1128;s:12:\">J=hT?GU/A$A\";i:1129;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1130;s:12:\">J=hT?GU/A$A\";i:1131;s:12:\"bS=hT?GU/A$A\";i:1132;s:13:\"nu=hT?GU~AlBA\";i:1133;s:13:\"VE=hT?GUcHlBA\";i:1134;s:24:\"WE=hT?GUcHlB9N.4Fx}MBABA\";i:1135;s:15:\"L&>hT?GUO[=JXLA\";i:1136;s:15:\"L&>hT?GUO[XLXLA\";i:1137;s:23:\"@2=hT?GU/A$AnDSOYMifBtA\";i:1138;s:23:\"Xx=hT?GU/A$AdDSOYMifBtA\";i:1139;s:15:\"nu=hT?GUO[8MbLA\";i:1140;s:26:\"`X=hT?GUoDlB*N.4FxrjYB=FQA\";i:1141;s:15:\"),>hT?GUO[GObLA\";i:1142;s:27:\"`X=hT?GU}jTBbLot,ub@y2_9BtA\";i:1143;s:15:\"z:>hT?GUO[@QXLA\";i:1144;s:13:\"z:>hT?GUXGlBA\";i:1145;s:13:\"?2>hT?GUcHlBA\";i:1146;s:13:\"nu=hT?GU4DlBA\";i:1147;s:14:\"bS=hT?GU}jcBEA\";i:1148;s:56:\"ZE=hT?GU>BlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1149;s:13:\"Wx=hT?GUjClBA\";i:1150;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1151;s:13:\"VE=hT?GU>BlBA\";i:1152;s:26:\"WE=hT?GU?ulBnL.4FxrjYB^FQA\";i:1153;s:24:\"WE=hT?GUvulBnL.4Fxrj%ABA\";i:1154;s:12:\"EH=hT?GUpA$A\";i:1155;s:13:\"sP=hT?GUTClBA\";i:1156;s:46:\"I0=hT?GU^ClBIM.4Fx}MBAeZ=hT?GU^ClBAM.4Fx}MBABA\";i:1157;s:15:\"hg=hT?GUO[#TXLA\";i:1158;s:36:\"e#=hT?GU~AlBbL.4Fx}MCAHO=hT?GU~@IBEA\";i:1159;s:37:\"@J=hT?GUd0lBzL.4Fxrj:AO/>hT?GUO[@QbLA\";i:1160;s:13:\"nu=hT?GU~AlBA\";i:1161;s:15:\"i=>hT?GUO[@QXLA\";i:1162;s:15:\"R@>hT?GUO[JVXLA\";i:1163;s:15:\"R@>hT?GUO[@QXLA\";i:1164;s:15:\"R@>hT?GUO[JVXLA\";i:1165;s:15:\"R@>hT?GUO[uWXLA\";i:1166;s:39:\"pu=hT?GU&FlB`N.4FxrjYBiA3(@\",ub@y2y(BtA\";i:1167;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:1168;s:13:\"nu=hT?GU~AlBA\";i:1169;s:15:\"?2>hT?GUO[dZXLA\";i:1170;s:13:\"nu=hT?GU~AlBA\";i:1171;s:85:\"tu=hT?GU&FlBUM.4FxrjBAHO=hT?GU/A$A=CSOYMj<dtJA,h#(k)No3B:CLXzXJI|+wC<ARt&BJHNzRmQ\"D\"A\";i:1172;s:66:\"Dm=hT?GUuBlBEM.4FxrjYBoA3(+\",ub@y2xWCt8M_Q3nE30oGO5FAwLvSQ[zGF*B$A\";i:1173;s:24:\"0:>hT?GUXGlB~N.4Fxrj%ABA\";i:1174;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1175;s:24:\"Am=hT?GUcHlBcM.4Fx}MCABA\";i:1176;s:26:\"ou=hT?GU4DlBrL.4FxrjYBqAIA\";i:1177;s:15:\"_X=hT?GUO[{ebLA\";i:1178;s:29:\"`X=hT?GUO[ggbLcMVElg*NNKFxlBA\";i:1179;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1180;s:13:\"nu>hT?GU\"tlBA\";i:1181;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1182;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1183;s:15:\"9M=hT?GUO[*hXLA\";i:1184;s:13:\"_X=hT?GU,GlBA\";i:1185;s:15:\"bS=hT?GUO[McbLA\";i:1186;s:13:\"nu=hT?GU4DlBA\";i:1187;s:13:\"nu=hT?GU~AlBA\";i:1188;s:15:\"5}>hT?GUO[PjbLA\";i:1189;s:15:\"5}>hT?GUO[PjXLA\";i:1190;s:15:\"5}>hT?GUO[PjXLA\";i:1191;s:15:\"5}>hT?GUO[0kXLA\";i:1192;s:15:\"5}>hT?GUO[~lbLA\";i:1193;s:15:\"F0>hT?GUO[jnXLA\";i:1194;s:15:\"5}>hT?GUO[~lXLA\";i:1195;s:15:\"5}>hT?GUO[PjXLA\";i:1196;s:15:\"5}>hT?GUO[~lXLA\";i:1197;s:15:\"F0>hT?GUO[~lXLA\";i:1198;s:15:\"F0>hT?GUO[.oXLA\";i:1199;s:15:\"5}>hT?GUO[~lbLA\";i:1200;s:15:\"5}>hT?GUO[0kbLA\";i:1201;s:15:\"5}>hT?GUO[SqbLA\";i:1202;s:15:\"5}>hT?GUO[3rXLA\";i:1203;s:15:\"5}>hT?GUO[SqbLA\";i:1204;s:15:\"5}>hT?GUO[SqXLA\";i:1205;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:1206;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:1207;s:15:\"5}>hT?GUO[SqXLA\";i:1208;s:15:\"F0>hT?GUO[muXLA\";i:1209;s:15:\"5}>hT?GUO[SqXLA\";i:1210;s:15:\"5}>hT?GUO[SqXLA\";i:1211;s:15:\"5}>hT?GUO[BtXLA\";i:1212;s:15:\"mB?hT?GUO[VxXLA\";i:1213;s:15:\"5}>hT?GUO[SqXLA\";i:1214;s:15:\"F0>hT?GUO[.oXLA\";i:1215;s:15:\"5}>hT?GUO[SqXLA\";i:1216;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:1217;s:15:\"5}>hT?GUO[SqXLA\";i:1218;s:15:\"5}>hT?GUO[SqXLA\";i:1219;s:15:\"5}>hT?GUO[SqXLA\";i:1220;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:1221;s:15:\"5}>hT?GUO[SqXLA\";i:1222;s:15:\"5}>hT?GUO[3rXLA\";i:1223;s:15:\"5}>hT?GUO[PjbLA\";i:1224;s:15:\"5}>hT?GUO[p1bLA\";i:1225;s:15:\"F0>hT?GUO[>2XLA\";i:1226;s:15:\"F0>hT?GUO[Y4XLA\";i:1227;s:15:\"F0>hT?GUO[95XLA\";i:1228;s:15:\"5}>hT?GUO[PjXLA\";i:1229;s:15:\"F0>hT?GUO[PjXLA\";i:1230;s:15:\"5}>hT?GUO[95XLA\";i:1231;s:15:\"5}>hT?GUO[SqbLA\";i:1232;s:15:\"F0>hT?GUO[H7XLA\";i:1233;s:15:\"F0>hT?GUO[SqXLA\";i:1234;s:15:\"5}>hT?GUO[SqXLA\";i:1235;s:15:\"F0>hT?GUO[SqXLA\";i:1236;s:15:\"5}>hT?GUO[SqXLA\";i:1237;s:12:\"Wx=hT?GU/A$A\";i:1238;s:12:\"EH=hT?GUpA$A\";i:1239;s:12:\"EH=hT?GUpA$A\";i:1240;s:14:\"EH?hT?GU}j@ACA\";i:1241;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:1242;s:13:\"EH?hT?GUuBlBA\";i:1243;s:13:\"VE=hT?GUuBlBA\";i:1244;s:13:\"z:>hT?GUXGlBA\";i:1245;s:13:\"z:>hT?GULKlBA\";i:1246;s:15:\"z:>hT?GUO[s8XLA\";i:1247;s:15:\"z:>hT?GUO[@QXLA\";i:1248;s:13:\"z:>hT?GUXGlBA\";i:1249;s:15:\"z:>hT?GUO[@QXLA\";i:1250;s:13:\"z:>hT?GULKlBA\";i:1251;s:15:\"z:>hT?GUO[s8XLA\";i:1252;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:1253;s:13:\"c#=hT?GU~AlBA\";i:1254;s:13:\"nu=hT?GU&FlBA\";i:1255;s:15:\"R@>hT?GUO[@QXLA\";i:1256;s:15:\"R@>hT?GUO[JVXLA\";i:1257;s:15:\"R@>hT?GUO[uWXLA\";i:1258;s:15:\"nu=hT?GUO[8MXLA\";i:1259;s:13:\"z:>hT?GUXGlBA\";i:1260;s:15:\"z:>hT?GUO[@QXLA\";i:1261;s:13:\"z:>hT?GULKlBA\";i:1262;s:15:\"z:>hT?GUO[s8XLA\";i:1263;s:13:\"z:>hT?GUXGlBA\";i:1264;s:15:\"z:>hT?GUO[@QXLA\";i:1265;s:13:\"z:>hT?GULKlBA\";i:1266;s:15:\"z:>hT?GUO[s8XLA\";i:1267;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:1268;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:1269;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:1270;s:12:\"4r=hT?GU/A$A\";i:1271;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:1272;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:1273;s:42:\"1:>hT?GUO[@QXL!GVElg*NNKIIlBAM.4FxrjYBBBQA\";i:1274;s:13:\"/o=hT?GUcHlBA\";i:1275;s:26:\"Xx=hT?GUO[$$XLkUVElg*N,AIA\";i:1276;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:1277;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:1278;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:1279;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:1280;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:1281;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:1282;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:1283;s:13:\"nu=hT?GU~AlBA\";i:1284;s:15:\"nu=hT?GUO[8MXLA\";i:1285;s:24:\"Am=hT?GU:tlBcM.4Fxrj:ABA\";i:1286;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:1287;s:13:\"\"l=hT?GU?ulBA\";i:1288;s:13:\"nu=hT?GU~AlBA\";i:1289;s:13:\"nu=hT?GU4DlBA\";i:1290;s:15:\"),=hT?GUO[(,XLA\";i:1291;s:15:\"),=hT?GUO[(,bLA\";i:1292;s:13:\"z:>hT?GUXGlBA\";i:1293;s:13:\"z:>hT?GULKlBA\";i:1294;s:15:\"z:>hT?GUO[@QXLA\";i:1295;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:1296;s:15:\"VE=hT?GUO[3rXLA\";i:1297;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:1298;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:1299;s:15:\"VE?hT?GUO[|;XLA\";i:1300;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:1301;s:15:\"Wx=hT?GUO[+>XLA\";i:1302;s:13:\"z:>hT?GUXGlBA\";i:1303;s:15:\"?2=hT?GUO[+>XLA\";i:1304;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:1305;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:1306;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:1307;s:27:\"ou=hT?GUO[8MXLi\"LvSQ[zFF0WA\";i:1308;s:27:\"ou=hT?GU~@FBG\"#(k)Noa.O/vWA\";i:1309;s:59:\"J0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOAvW=hT?GUO[\"]XLA\";i:1310;s:26:\"@2=hT?GU~@FBbLjt,ub@=1XEQA\";i:1311;s:27:\"@2=hT?GU~@FByWot,ub@y2y(BtA\";i:1312;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:1313;s:24:\"ou=hT?GU4DlBvL.4Fxs@&ABA\";i:1314;s:83:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[oIXL*BVElg*NJA3(&\",ub@2q5FGuLvSQ[zGFZF$A[CSOYM)ZBtA\";i:1315;s:12:\">J=hT?GU/A$A\";i:1316;s:12:\"EH=hT?GUpA$A\";i:1317;s:83:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[oIXL*BVElg*NJA3(&\",ub@2q5FGuLvSQ[zGFZF$A[CSOYM)ZBtA\";i:1318;s:12:\">J=hT?GU/A$A\";i:1319;s:81:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GU\"NlBrL.4Fx}MBApI=hT?GU7KlBvL.4FxrjYBdBRtoBJHNz?MuWA\";i:1320;s:12:\">J=hT?GU/A$A\";i:1321;s:12:\"EH=hT?GUpA$A\";i:1322;s:15:\"bS=hT?GUO[/`XLA\";i:1323;s:12:\"bS=hT?GU/A$A\";i:1324;s:13:\"bS=hT?GUDClBA\";i:1325;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1326;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1327;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1328;s:12:\"bS=hT?GU/A$A\";i:1329;s:12:\"bS=hT?GU/A$A\";i:1330;s:56:\"ZE=hT?GU!BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1331;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1332;s:12:\"bS=hT?GU/A$A\";i:1333;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1334;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1335;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1336;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1337;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:1338;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1339;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1340;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1341;s:59:\"g#=hT?GULKlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAPA$T=hT?GU7KlBA\";i:1342;s:12:\"KV=hT?GU/A$A\";i:1343;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:1344;s:86:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[4}bL*BVElg*N&FRtmBJHNzRmQ\"p\"oI_Q3nE30oSq7FWuLvSQ[z>CIA\";i:1345;s:13:\">J=hT?GU:tlBA\";i:1346;s:12:\"EH=hT?GUpA$A\";i:1347;s:36:\"pu=hT?GU~AlB<M.4Fx}MBAO/=hT?GU~@EBEA\";i:1348;s:13:\"F0=hT?GU^ClBA\";i:1349;s:13:\"F0=hT?GU:tlBA\";i:1350;s:12:\"F0=hT?GU/A$A\";i:1351;s:15:\"F0=hT?GUO[C\"5FA\";i:1352;s:13:\"VE=hT?GUvulBA\";i:1353;s:45:\"f#=hT?GU~AlBbL.4FxrjKAq1=hT?GU/A$AADSOYM)ZBtA\";i:1354;s:12:\">J=hT?GU/A$A\";i:1355;s:23:\"LV=hT?GU/A$AdDSOYMifBtA\";i:1356;s:12:\"KV=hT?GU/A$A\";i:1357;s:23:\"?J=hT?GU/A$AnDSOYMifBtA\";i:1358;s:13:\"nu=hT?GU\"tlBA\";i:1359;s:13:\"EH=hT?GU~AlBA\";i:1360;s:64:\"ZE=hT?GUO[lBcL*BVElg*N&FRtmBJHNzRmQ\"p\"oI_Q3nE30oSq7FWuLvSQ[z>CIA\";i:1361;s:15:\"bS=hT?GUO[/`XLA\";i:1362;s:57:\"ZE=hT?GU?ulBrL.4Fx}M%ApI=hT?GU:tlBvL.4Fx}M%A$T=hT?GU:tlBA\";i:1363;s:12:\"bS=hT?GU/A$A\";i:1364;s:46:\"I0=hT?GU>RlBIM.4Fx}MBAeZ=hT?GU>RlBAM.4Fx}MBABA\";i:1365;s:13:\">J=hT?GU:tlBA\";i:1366;s:13:\"bS=hT?GU:tlBA\";i:1367;s:15:\"z:>hT?GUO[@QXLA\";i:1368;s:24:\"d#=hT?GU\"tlBbL.4Fx}M&ABA\";i:1369;s:13:\"bS=hT?GU|2lBA\";i:1370;s:24:\"d#=hT?GU\"tlBbL.4Fxrj:ABA\";i:1371;s:13:\"bS=hT?GU|2lBA\";i:1372;s:13:\"z:=hT?GU~AlBA\";i:1373;s:13:\"nu=hT?GU~AlBA\";i:1374;s:25:\"!M>hT?GUHGlB_M.4Fx}MSz8FA\";i:1375;s:46:\"I0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBABA\";i:1376;s:13:\"nu=hT?GU~AlBA\";i:1377;s:46:\"I0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBABA\";i:1378;s:24:\"ou=hT?GU4DlBEM.4Fx}MBABA\";i:1379;s:23:\"?J=hT?GU/A$AJDSOYMifBtA\";i:1380;s:13:\"yd=hT?GU(ClBA\";i:1381;s:25:\"ou=hT?GU4DlBEM.4Fx}M:;6FA\";i:1382;s:13:\"z:=hT?GU~AlBA\";i:1383;s:13:\"VE=hT?GUcHlBA\";i:1384;s:13:\"nu=hT?GU\"tlBA\";i:1385;s:13:\"\"l=hT?GU:tlBA\";i:1386;s:13:\"nu=hT?GU~AlBA\";i:1387;s:12:\"F0=hT?GU/A$A\";i:1388;s:15:\"F0=hT?GUO[:CYLA\";i:1389;s:13:\"z:=hT?GU~AlBA\";i:1390;s:12:\"_X>hT?GU5A$A\";i:1391;s:70:\"mg=hT?GUcHlBBN.4FxrjYBrBS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA\";i:1392;s:70:\"mg=hT?GUcHlBBN.4FxrjYBrBS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA\";i:1393;s:12:\"_X>hT?GU5A$A\";i:1394;s:15:\"nu=hT?GUO[8MXLA\";i:1395;s:24:\"zd=hT?GU(ClB(L.4Fx}MCABA\";i:1396;s:13:\"9M=hT?GU>BlBA\";i:1397;s:58:\"g#=hT?GUXGlBrL.4Fx}MBApI=hT?GU~@dBz(ht,ub@TD5FWuLvSQ[zEAEA\";i:1398;s:13:\"\"l=hT?GUYDlBA\";i:1399;s:13:\"nu=hT?GU\"tlBA\";i:1400;s:13:\"nu=hT?GU~AlBA\";i:1401;s:13:\"nu=hT?GU\"tlBA\";i:1402;s:24:\"WE=hT?GU?ulBnL.4Fx~5&ABA\";i:1403;s:24:\"WE=hT?GUvulBnL.4Fx}M&ABA\";i:1404;s:26:\"d#=hT?GU~AlB/N.4FxrjYBYAIA\";i:1405;s:46:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3so#A$T=hT?GU/A$A\";i:1406;s:12:\"bS=hT?GU/A$A\";i:1407;s:13:\"nu=hT?GU~AlBA\";i:1408;s:14:\"sP=hT?GU~@jBEA\";i:1409;s:15:\"KV=hT?GUO[5FYLA\";i:1410;s:13:\"nu=hT?GU4DlBA\";i:1411;s:13:\"9M>hT?GUHGlBA\";i:1412;s:35:\"e#=hT?GU~AlB#L.4FxrjFAHO=hT?GUzClBA\";i:1413;s:96:\"uu=hT?GU4DlBEM.4Fx}Mr}6FgwLvSQ[zkAbLit,ub@=10FRttBJHNz?MvW!mqI:$vbX%h\"e+_Q3nE30oww5FT3LvSQ[zjAEA\";i:1414;s:40:\"pu=hT?GUO[8MXLOWVElg*NNKkElB3L.4Fx}MKABA\";i:1415;s:38:\"0d=hT?GU(ClB;L.4FxrjYBxBRtsBJHNzijcW$A\";i:1416;s:15:\"\"l=hT?GUO[=JYLA\";i:1417;s:46:\"qu=hT?GU4DlBUM.4FxrjBANc=hT?GU.DlBrL.4Fx~5DABA\";i:1418;s:13:\"nu=hT?GU~AlBA\";i:1419;s:98:\"uu=hT?GU4DlBEM.4FxrjYB1BRtuBJHNz?MvWeGqI:$vbaUdZ:CAYzXJI{ZSAln&(k)No`,,CJt>\",ub@y2PcFt1[_Q3nE3LD$A\";i:1420;s:38:\"0d=hT?GU(ClB;L.4FxrjYBxBRtsBJHNzijcW$A\";i:1421;s:15:\"\"l=hT?GUO[=JYLA\";i:1422;s:13:\"\"l=hT?GU:tlBA\";i:1423;s:14:\"\"l=hT?GU~@(CEA\";i:1424;s:13:\"\"l=hT?GU:tlBA\";i:1425;s:13:\"/o=hT?GU:tlBA\";i:1426;s:13:\"VE=hT?GUuBlBA\";i:1427;s:15:\"\"l=hT?GUO[8MYLA\";i:1428;s:15:\"\"l=hT?GUO[8McLA\";i:1429;s:13:\"\"l=hT?GU^ClBA\";i:1430;s:15:\"\"l=hT?GUO[8MYLA\";i:1431;s:56:\"vP=hT?GUO[GOYLqCVElg*NNKBNlB3L.4FxrjYB7BRt2BJHNzRm9(SABA\";i:1432;s:12:\"Wx=hT?GU/A$A\";i:1433;s:13:\"nu=hT?GU4DlBA\";i:1434;s:13:\"bS=hT?GU{JlBA\";i:1435;s:13:\"9M=hT?GUuBlBA\";i:1436;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1437;s:13:\"VE=hT?GUcHlBA\";i:1438;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1439;s:13:\"VE=hT?GUuBlBA\";i:1440;s:13:\"VE=hT?GUTClBA\";i:1441;s:13:\"nu=hT?GU~AlBA\";i:1442;s:26:\"ou=hT?GU4DlBbL.4FxrjYB9BQA\";i:1443;s:37:\"pu=hT?GU4DlB(L.4FxrjYB#BRtlBJHNzLYuWA\";i:1444;s:15:\"KV=hT?GUO[#TYLA\";i:1445;s:13:\"nu=hT?GU4DlBA\";i:1446;s:13:\"VE=hT?GU>BlBA\";i:1447;s:12:\"sP=hT?GU/A$A\";i:1448;s:25:\"WE=hT?GUuBlBvL.4Fx}MD@6FA\";i:1449;s:12:\"\"l=hT?GU/A$A\";i:1450;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUcHlBvL.4Fx}MJABA\";i:1451;s:13:\"VE=hT?GUd0lBA\";i:1452;s:55:\"I0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"A\";i:1453;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1454;s:45:\"1d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A@CSOYM)ZDtA\";i:1455;s:15:\"4r=hT?GUO[^XYLA\";i:1456;s:13:\"nu=hT?GU~AlBA\";i:1457;s:15:\"sP?hT?GUO[dZYLA\";i:1458;s:13:\"nu=hT?GU\"tlBA\";i:1459;s:13:\"),=hT?GUBIlBA\";i:1460;s:119:\"1P=hT?IUO[&acL#zMAIA$(k)No|B;CjXzXJI|+KA]Q#(k)No4O:CDXzXJI{ZCAln#(k)No4O:CIYzXJI{ZCA]Q$(k)No3B:CbXzXJI{ZCA7F$(k)No3B:CA\";i:1461;s:13:\"c#=hT?GU~AlBA\";i:1462;s:57:\"Dm=hT?GUzClBrL.4Fx}M%ApI=hT?GU:tlBvL.4Fx}M%A$T=hT?GU:tlBA\";i:1463;s:13:\"_X=hT?GUzClBA\";i:1464;s:13:\"_X=hT?GUMHlBA\";i:1465;s:37:\"e#=hT?GU~AlBbL.4Fx}MCAO/>hT?GUO[@QXLA\";i:1466;s:14:\"bS=hT?GU}jcBEA\";i:1467;s:13:\"_X=hT?GU,GlBA\";i:1468;s:26:\":o=hT?GUO[McYL8MVElg*N*AIA\";i:1469;s:26:\"5r=hT?GUO[McYL8MVElg*N*AIA\";i:1470;s:13:\"9M>hT?GU:tlBA\";i:1471;s:13:\"9M>hT?GU:tlBA\";i:1472;s:56:\"vP=hT?GUO[xdYLqCVElg*NNK{OlB3L.4FxrjYB[BRt2BJHNzRmPtVABA\";i:1473;s:13:\"VE=hT?GUuBlBA\";i:1474;s:13:\"VE=hT?GU>BlBA\";i:1475;s:15:\"L&>hT?GUO[ggYLA\";i:1476;s:15:\"L&>hT?GUO[*hYLA\";i:1477;s:15:\"L&>hT?GUO[PjYLA\";i:1478;s:15:\"L&>hT?GUO[0kYLA\";i:1479;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:1480;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1481;s:13:\"nu=hT?GU4DlBA\";i:1482;s:13:\"bS=hT?GUzClBA\";i:1483;s:23:\":o=hT?GU/A$ATDSOYMtODtA\";i:1484;s:23:\"5r=hT?GU/A$ATDSOYMtODtA\";i:1485;s:85:\"4d=hT?GU(ClB,L.4FxrjYBACQA.\",ub@y2xWCt#T_Q3nE3kAi\"lBJHNzLYuW(HqI:$vb,BgA&BJHNzRmQ\"D\"A\";i:1486;s:13:\"hg=hT?GUcHlBA\";i:1487;s:13:\"`)=hT?GU,GlBA\";i:1488;s:15:\"nu=hT?GUO[8MbLA\";i:1489;s:13:\"VE=hT?GUuBlBA\";i:1490;s:13:\"nu=hT?GU5wlBA\";i:1491;s:14:\"_X=hT?GU~@aBEA\";i:1492;s:15:\"_X=hT?GUO[jnYLA\";i:1493;s:15:\"_X>hT?GUO[.oYLA\";i:1494;s:15:\"_X>hT?GUO[.ocLA\";i:1495;s:15:\"z:>hT?GUO[@QXLA\";i:1496;s:24:\"ig=hT?GUd0lBeO.4FxrjBABA\";i:1497;s:48:\"qu=hT?GU4DlBUM.4FxrjBAw(>hT?GU~AlBeO.4FxrjYBGCQA\";i:1498;s:67:\"aE=hT?GUvulBnL.4Fx}M&AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtA\";i:1499;s:12:\"bS=hT?GU/A$A\";i:1500;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:1501;s:15:\"hg=hT?GUO[3rYLA\";i:1502;s:26:\"cS=hT?GU0vlB3L.4FxrjYBKGQA\";i:1503;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1504;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1505;s:26:\"`X=hT?GU~@3C/hlt,ub@=1pKQA\";i:1506;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1507;s:24:\"ou=hT?GU4DlBbL.4Fx}MCABA\";i:1508;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:1509;s:94:\"uu=hT?GU4DlBUM.4FxrjBA;C=hT?GUcHlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:1510;s:13:\"nu=hT?GU4DlBA\";i:1511;s:48:\"I0=hT?GU~@&C/hjt,ub@MI7F2uLvSQ[zGy9W|LqI:$vb*LgA\";i:1512;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1513;s:13:\"_X=hT?GUN0lBA\";i:1514;s:48:\"I0=hT?GU~@dB/hjt,ub@WK5F2uLvSQ[zGy1W|LqI:$vb6AQA\";i:1515;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1516;s:13:\"_X=hT?GUN0lBA\";i:1517;s:15:\"?2>hT?GUO[BtcLA\";i:1518;s:15:\"?2>hT?GUO[BtcLA\";i:1519;s:48:\"I0=hT?GU~@&C/hjt,ub@WK7F2uLvSQ[zGy9W|LqI:$vb[LgA\";i:1520;s:15:\"bS=hT?GUO[XLcLA\";i:1521;s:13:\"_X=hT?GUN0lBA\";i:1522;s:48:\"f#=hT?GU\"tlB#L.4FxrjFA;C=hT?GUvulB(L.4FxrjYB9HQA\";i:1523;s:57:\"OV=hT?GU:tlBEM.4Fxs@&Aq1=hT?GUEvlB7L.4Fxs@&A<v=hT?GUEvlBA\";i:1524;s:13:\"_X=hT?GUoDlBA\";i:1525;s:13:\"_X=hT?GUN0lBA\";i:1526;s:13:\"nu=hT?GU\"tlBA\";i:1527;s:109:\"RV?hT?GUO[^XXLdZVElg*NNK\"ClBqO.4FxrjYBiAJt_\",ub@y28FCtrP`Q3nE30ooI5Fi6LvSQ[zGFFB$A8DSOYMj<cADA,>>hT?GUO[@QXLA\";i:1528;s:13:\"VE=hT?GUuBlBA\";i:1529;s:46:\"vP=hT?GUzClBjL.4Fxs@FA[Q=hT?GUzClBzL.4Fxs@FABA\";i:1530;s:13:\"VE=hT?GUuBlBA\";i:1531;s:26:\"tP=hT?GU:tlBEM.4FxrjYB;BQA\";i:1532;s:13:\"bS=hT?GUt0lBA\";i:1533;s:13:\"nu=hT?GU4DlBA\";i:1534;s:13:\"nu=hT?GU~AlBA\";i:1535;s:15:\"5}>hT?GUO[PjbLA\";i:1536;s:15:\"5}>hT?GUO[PjXLA\";i:1537;s:15:\"5}>hT?GUO[PjXLA\";i:1538;s:15:\"5}>hT?GUO[~lbLA\";i:1539;s:15:\"5}>hT?GUO[0kXLA\";i:1540;s:15:\"F0>hT?GUO[jnXLA\";i:1541;s:15:\"5}>hT?GUO[~lXLA\";i:1542;s:15:\"5}>hT?GUO[PjXLA\";i:1543;s:15:\"5}>hT?GUO[~lXLA\";i:1544;s:15:\"F0>hT?GUO[~lXLA\";i:1545;s:15:\"F0>hT?GUO[.oXLA\";i:1546;s:15:\"5}>hT?GUO[~lbLA\";i:1547;s:15:\"5}>hT?GUO[0kbLA\";i:1548;s:15:\"5}>hT?GUO[SqbLA\";i:1549;s:15:\"5}>hT?GUO[3rXLA\";i:1550;s:15:\"5}>hT?GUO[SqbLA\";i:1551;s:15:\"5}>hT?GUO[SqXLA\";i:1552;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:1553;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:1554;s:15:\"5}>hT?GUO[SqXLA\";i:1555;s:15:\"F0>hT?GUO[muXLA\";i:1556;s:15:\"5}>hT?GUO[SqXLA\";i:1557;s:15:\"5}>hT?GUO[SqXLA\";i:1558;s:15:\"5}>hT?GUO[BtXLA\";i:1559;s:15:\"mB?hT?GUO[VxXLA\";i:1560;s:15:\"5}>hT?GUO[SqXLA\";i:1561;s:15:\"F0>hT?GUO[.oXLA\";i:1562;s:15:\"5}>hT?GUO[SqXLA\";i:1563;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:1564;s:15:\"5}>hT?GUO[SqXLA\";i:1565;s:15:\"5}>hT?GUO[SqXLA\";i:1566;s:15:\"5}>hT?GUO[SqXLA\";i:1567;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:1568;s:15:\"5}>hT?GUO[SqXLA\";i:1569;s:15:\"5}>hT?GUO[3rXLA\";i:1570;s:15:\"5}>hT?GUO[PjbLA\";i:1571;s:15:\"5}>hT?GUO[p1bLA\";i:1572;s:15:\"F0>hT?GUO[>2XLA\";i:1573;s:15:\"F0>hT?GUO[Y4XLA\";i:1574;s:15:\"F0>hT?GUO[95XLA\";i:1575;s:15:\"5}>hT?GUO[PjXLA\";i:1576;s:15:\"F0>hT?GUO[PjXLA\";i:1577;s:15:\"5}>hT?GUO[95XLA\";i:1578;s:15:\"5}>hT?GUO[SqbLA\";i:1579;s:15:\"F0>hT?GUO[H7XLA\";i:1580;s:15:\"F0>hT?GUO[SqXLA\";i:1581;s:15:\"5}>hT?GUO[SqXLA\";i:1582;s:15:\"F0>hT?GUO[SqXLA\";i:1583;s:15:\"5}>hT?GUO[SqXLA\";i:1584;s:12:\"Wx=hT?GU/A$A\";i:1585;s:12:\"EH=hT?GUpA$A\";i:1586;s:12:\"EH=hT?GUpA$A\";i:1587;s:14:\"EH?hT?GU}j@ACA\";i:1588;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:1589;s:13:\"EH?hT?GUuBlBA\";i:1590;s:13:\"VE=hT?GUuBlBA\";i:1591;s:13:\"z:>hT?GUXGlBA\";i:1592;s:13:\"z:>hT?GULKlBA\";i:1593;s:15:\"z:>hT?GUO[s8XLA\";i:1594;s:15:\"z:>hT?GUO[@QXLA\";i:1595;s:13:\"z:>hT?GUXGlBA\";i:1596;s:15:\"z:>hT?GUO[@QXLA\";i:1597;s:13:\"z:>hT?GULKlBA\";i:1598;s:15:\"z:>hT?GUO[s8XLA\";i:1599;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:1600;s:13:\"c#=hT?GU~AlBA\";i:1601;s:13:\"nu=hT?GU&FlBA\";i:1602;s:15:\"R@>hT?GUO[@QXLA\";i:1603;s:15:\"R@>hT?GUO[JVXLA\";i:1604;s:15:\"R@>hT?GUO[uWXLA\";i:1605;s:15:\"nu=hT?GUO[8MXLA\";i:1606;s:13:\"z:>hT?GUXGlBA\";i:1607;s:15:\"z:>hT?GUO[@QXLA\";i:1608;s:13:\"z:>hT?GULKlBA\";i:1609;s:15:\"z:>hT?GUO[s8XLA\";i:1610;s:13:\"z:>hT?GUXGlBA\";i:1611;s:15:\"z:>hT?GUO[@QXLA\";i:1612;s:13:\"z:>hT?GULKlBA\";i:1613;s:15:\"z:>hT?GUO[s8XLA\";i:1614;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:1615;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:1616;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:1617;s:12:\"4r=hT?GU/A$A\";i:1618;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:1619;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:1620;s:15:\"z:>hT?GUO[@QXLA\";i:1621;s:13:\"/o=hT?GUcHlBA\";i:1622;s:26:\"Xx=hT?GUO[$$XLkUVElg*N,AIA\";i:1623;s:29:\"@2=hT?GUO[$$XL~FVElg*NNKIIlBA\";i:1624;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:1625;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:1626;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:1627;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:1628;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:1629;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:1630;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:1631;s:13:\"nu=hT?GU~AlBA\";i:1632;s:15:\"nu=hT?GUO[8MXLA\";i:1633;s:24:\"Am=hT?GU:tlBcM.4Fxrj:ABA\";i:1634;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:1635;s:13:\"\"l=hT?GU?ulBA\";i:1636;s:13:\"nu=hT?GU~AlBA\";i:1637;s:13:\"nu=hT?GU4DlBA\";i:1638;s:15:\"),=hT?GUO[muYLA\";i:1639;s:15:\"),=hT?GUO[mucLA\";i:1640;s:13:\"z:>hT?GUXGlBA\";i:1641;s:13:\"z:>hT?GULKlBA\";i:1642;s:15:\"z:>hT?GUO[@QXLA\";i:1643;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:1644;s:15:\"VE=hT?GUO[3rXLA\";i:1645;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:1646;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:1647;s:15:\"VE?hT?GUO[|;XLA\";i:1648;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:1649;s:15:\"Wx=hT?GUO[+>XLA\";i:1650;s:13:\"z:>hT?GUXGlBA\";i:1651;s:15:\"?2=hT?GUO[+>XLA\";i:1652;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:1653;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:1654;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:1655;s:27:\"ou=hT?GUO[8MXLi\"LvSQ[zFF0WA\";i:1656;s:27:\"ou=hT?GU~@FBG\"#(k)Noa.O/vWA\";i:1657;s:59:\"J0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOAvW=hT?GUO[\"]XLA\";i:1658;s:26:\"@2=hT?GU~@FBbLjt,ub@=1XEQA\";i:1659;s:27:\"@2=hT?GU~@FByWot,ub@y2y(BtA\";i:1660;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:1661;s:24:\"ou=hT?GU4DlBvL.4Fxs@&ABA\";i:1662;s:81:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GU\"NlBrL.4Fx}MBApI=hT?GU7KlBvL.4FxrjYBOCRtoBJHNz?MuWA\";i:1663;s:13:\">J=hT?GU7KlBA\";i:1664;s:13:\"EH=hT?GU~AlBA\";i:1665;s:12:\">J=hT?GU/A$A\";i:1666;s:12:\"EH=hT?GUpA$A\";i:1667;s:37:\"XE=hT?GUuBlBjL.4Fx}MBA[Q=hT?GUO[;vYLA\";i:1668;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:1669;s:12:\"bS=hT?GU/A$A\";i:1670;s:12:\"bS=hT?GU/A$A\";i:1671;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1672;s:12:\">J=hT?GU/A$A\";i:1673;s:13:\"EH=hT?GU~AlBA\";i:1674;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1675;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1676;s:12:\">J=hT?GU/A$A\";i:1677;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1678;s:12:\"KV=hT?GU/A$A\";i:1679;s:12:\"?2=hT?GU/A$A\";i:1680;s:48:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzRm9(QABA\";i:1681;s:52:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4?z~5OAq1t`0ACA\";i:1682;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:1683;s:17:\"KV=hT?IUTClBrzAAB\";i:1684;s:75:\"JH=hT?GU~AlBbL.4FxrjYB/HRtnBJHNz?M2WKCqI:$vbaUqi;CDXzXJI|+wCzPi\"oBJHNz?M2WA\";i:1685;s:13:\">J=hT?GU:tlBA\";i:1686;s:12:\"EH=hT?GUpA$A\";i:1687;s:23:\":o=hT?GU/A$ATDSOYMtODtA\";i:1688;s:23:\"5r=hT?GU/A$ATDSOYMtODtA\";i:1689;s:24:\"WE=hT?GUvulBjL.4Fx}M%ABA\";i:1690;s:15:\"bS=hT?GUO[;vcLA\";i:1691;s:13:\"bS=hT?GU:tlBA\";i:1692;s:46:\"I0=hT?GUsHlBIM.4Fx}MBAeZ=hT?GUsHlBAM.4Fx}MBABA\";i:1693;s:13:\"bS=hT?GU:tlBA\";i:1694;s:13:\"bS=hT?GU:tlBA\";i:1695;s:26:\"ou=hT?GU5wlBeO.4FxrjYB;HQA\";i:1696;s:13:\"nu=hT?GU5wlBA\";i:1697;s:24:\"d#=hT?GU\"tlBbL.4Fxrj:ABA\";i:1698;s:15:\"\"l=hT?GUO[8MYLA\";i:1699;s:15:\"\"l=hT?GUO[E0YLA\";i:1700;s:13:\"nu=hT?GU~AlBA\";i:1701;s:15:\"nu=hT?GUO[8MXLA\";i:1702;s:12:\">J=hT?GU/A$A\";i:1703;s:15:\"\"l=hT?GUO[p1YLA\";i:1704;s:37:\"pu=hT?GU4DlBUM.4FxrjBAO/>hT?GUO[@QXLA\";i:1705;s:15:\"sP=hT?GUO[jnYLA\";i:1706;s:12:\"KV=hT?GU/A$A\";i:1707;s:37:\"e#=hT?GU\"tlB#L.4FxrjFAHO=hT?GUO[+>XLA\";i:1708;s:26:\"ou=hT?GUO[8MXLcMVElg*NJAIA\";i:1709;s:57:\"ru=hT?GU5wlBbL.4Fx}M&AYL=hT?GUvulBrL.4Fx}M/A[Q=hT?GUozlBA\";i:1710;s:15:\"F0=hT?GUO[>2YLA\";i:1711;s:14:\"\"l=hT?GU}jLBEA\";i:1712;s:13:\"nu=hT?GU\"tlBA\";i:1713;s:13:\"Wx=hT?GUoDlBA\";i:1714;s:13:\"/o=hT?GUnGlBA\";i:1715;s:13:\"?2=hT?GUoDlBA\";i:1716;s:13:\"4r=hT?GUnGlBA\";i:1717;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1718;s:45:\"1d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A@CSOYM)ZDtA\";i:1719;s:15:\"4r=hT?GUO[^XYLA\";i:1720;s:13:\"nu=hT?GU~AlBA\";i:1721;s:15:\"sP?hT?GUO[dZYLA\";i:1722;s:13:\"nu=hT?GU~AlBA\";i:1723;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1724;s:46:\"I0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOABA\";i:1725;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:1726;s:12:\"bS=hT?GU/A$A\";i:1727;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:1728;s:12:\"bS=hT?GU/A$A\";i:1729;s:13:\"_X=hT?GUzClBA\";i:1730;s:26:\"`X=hT?GUnGlB*N.4FxrjYBWAIA\";i:1731;s:13:\"nu=hT?GU4DlBA\";i:1732;s:13:\"nu=hT?GU~AlBA\";i:1733;s:15:\"bS=hT?GUO[{eXLA\";i:1734;s:14:\"bS=hT?GU}jcBEA\";i:1735;s:25:\")a=hT?GU/A$A]CSOYM*+6mlBA\";i:1736;s:26:\"6}>hT?GUO[PjXL:CVElg*N[AIA\";i:1737;s:13:\"nu=hT?GU4DlBA\";i:1738;s:13:\"nu=hT?GU4DlBA\";i:1739;s:56:\"ru=hT?GU5wlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1740;s:56:\"vP=hT?GUO[Y4YLqCVElg*NNKaSlB3L.4FxrjYBcCRt2BJHNzRm8WaABA\";i:1741;s:48:\"I0=hT?GU~@&C/hjt,ub@WK7F2uLvSQ[zGy9W|LqI:$vb[LgA\";i:1742;s:15:\"?2>hT?GUO[H7cLA\";i:1743;s:36:\"e#=hT?GU\"tlBbL.4Fx}M&A|e=hT?GU~@,CEA\";i:1744;s:13:\"_X=hT?GUzClBA\";i:1745;s:13:\"_X=hT?GUN0lBA\";i:1746;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:1747;s:15:\"hg=hT?GUO[s8YLA\";i:1748;s:13:\"bS?hT?GU~AlBA\";i:1749;s:37:\"e#=hT?GU~AlB%N.4FxrjBA[Q?hT?GUO[SqYLA\";i:1750;s:13:\"F0=hT?GUsHlBA\";i:1751;s:15:\"bS=hT?GUO[[9cLA\";i:1752;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1753;s:13:\"VE=hT?GUvulBA\";i:1754;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1755;s:12:\"bS=hT?GU/A$A\";i:1756;s:37:\"XE=hT?GUuBlBjL.4Fx}MBA[Q=hT?GUO[T|XLA\";i:1757;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1758;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1759;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1760;s:46:\"vP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:1761;s:12:\"bS=hT?GU/A$A\";i:1762;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1763;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1764;s:13:\"9M=hT?GU>BlBA\";i:1765;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:1766;s:13:\"KV=hT?GU{JlBA\";i:1767;s:15:\"_X=hT?GUO[+>XLA\";i:1768;s:13:\"_X=hT?GU{JlBA\";i:1769;s:59:\"ZE=hT?GUvulBrL.4Fx}M%ApI=hT?GU:tlBvL.4FxrjYB\"GRtoBJHNz?M2WA\";i:1770;s:12:\">J=hT?GU/A$A\";i:1771;s:15:\"bS=hT?GUO[T|bLA\";i:1772;s:13:\"bS=hT?GU:tlBA\";i:1773;s:13:\"bS=hT?GU:tlBA\";i:1774;s:50:\"I0=hT?GUO[b#YL!GVElg*NJA2W)\",ub@y2Q/Ht^X_Q3nE3kAgA\";i:1775;s:56:\"I0=hT?GUO[$$cL!GVElg*NNKw$lB7L.4FxrjYBEIRttBJHNzRm9(ABCA\";i:1776;s:13:\"bS=hT?GUnGlBA\";i:1777;s:13:\"VE=hT?GUuBlBA\";i:1778;s:57:\"2d=hT?GU/wlB;L.4Fxrj:ATq=hT?GUd0lBcM.4Fxrj:Akn=hT?GUd0lBA\";i:1779;s:13:\"F0=hT?GU:tlBA\";i:1780;s:13:\"nu=hT?GU~AlBA\";i:1781;s:13:\"sP=hT?GU:tlBA\";i:1782;s:13:\"sP=hT?GU:tlBA\";i:1783;s:13:\"(a=hT?GU2JlBA\";i:1784;s:13:\"9M=hT?GU>BlBA\";i:1785;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:1786;s:12:\"KV=hT?GU/A$A\";i:1787;s:46:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4Fx~5OABA\";i:1788;s:35:\"e#=hT?GU~AlB#L.4FxrjFA[Q=hT?GUnGlBA\";i:1789;s:13:\"KV=hT?GU:tlBA\";i:1790;s:35:\"e#=hT?GU~AlB#L.4FxrjFA[Q=hT?GUnGlBA\";i:1791;s:13:\"KV=hT?GU:tlBA\";i:1792;s:13:\"VE=hT?GU>BlBA\";i:1793;s:13:\"nu=hT?GU4DlBA\";i:1794;s:56:\"vP=hT?GUO[v(YLqCVElg*NNK#TlB3L.4FxrjYBsCRt2BJHNzRm8WcABA\";i:1795;s:35:\"pu=hT?GU4DlBUM.4Fxs@IApI=hT?GUDClBA\";i:1796;s:13:\"nu=hT?GU4DlBA\";i:1797;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:1798;s:81:\"i#=hT?GUXGlBbL.4FxrjYBuCRtnBJHNz?MuWKCqI:$vbuAS\"(\",ub@TD5FWuLvSQ[zEAyWot,ub@BZ5FA\";i:1799;s:94:\"j#=hT?GU~AlBbL.4FxrjKAYL=hT?GU~AlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:1800;s:15:\"nu=hT?GUO[N/XLA\";i:1801;s:52:\"I0=hT?GUUvlBIM.4FxrjYBOIRtpBJHNzij9r$AADSOYMj<dtDCEA\";i:1802;s:26:\"`X=hT?GUpwlB.M.4FxrjYBQIQA\";i:1803;s:13:\"_X=hT?GU.zlBA\";i:1804;s:48:\"I0=hT?GU~@&C/hjt,ub@MI7F2uLvSQ[zGy9W|LqI:$vb*LgA\";i:1805;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1806;s:13:\"_X=hT?GUN0lBA\";i:1807;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU}jdBbLjt,ub@xJ5FA\";i:1808;s:26:\"`X=hT?GUpwlB.M.4FxrjYBQIQA\";i:1809;s:13:\"_X=hT?GU.zlBA\";i:1810;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1811;s:13:\"_X=hT?GUN0lBA\";i:1812;s:15:\"?2>hT?GUO[y:cLA\";i:1813;s:15:\"?2>hT?GUO[|;cLA\";i:1814;s:38:\"dS=hT?GU~@#CG\"#(k)No@G;C1ZzXJI|+wCgQgA\";i:1815;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1816;s:48:\"f#=hT?GU\"tlB#L.4FxrjFA;C=hT?GUvulB(L.4FxrjYBWIQA\";i:1817;s:59:\"OV=hT?GU:tlBEM.4Fx}MQ~8FgwLvSQ[z=C2W)\",ub@=1ULRttBJHNzFK2WA\";i:1818;s:15:\"_X=hT?GUO[+>YLA\";i:1819;s:13:\"_X=hT?GUN0lBA\";i:1820;s:13:\"),=hT?GU<HlBA\";i:1821;s:15:\"A^>hT?GUO[Q@YLA\";i:1822;s:13:\"nu=hT?GU4DlBA\";i:1823;s:24:\"`X=hT?GUUvlB.M.4Fx}M(ABA\";i:1824;s:24:\"`X=hT?GU|2lB.M.4Fx}M>ABA\";i:1825;s:26:\"`X=hT?GU~@#C/hlt,ub@=1/KQA\";i:1826;s:26:\"`X=hT?GUO[jncLcMVElg*N?GQA\";i:1827;s:23:\"Xx=hT?GU/A$ACDSOYM)ZBtA\";i:1828;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1829;s:23:\"Am=hT?GU/A$AHDSOYM)ZBtA\";i:1830;s:26:\"ou=hT?GU~@GB:>ht,ub@=10FQA\";i:1831;s:153:\"R0>hT?GUO[muXLoIVElg*NJA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAc4it,ub@Vd5FQwLvSQ[zXv0WhNqI:$vbX%h\"8M_Q3nE3~R0A<v=hT?GU~@jByWit,ub@=1MFS\":\",ub@[p5FA\";i:1832;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1833;s:26:\"5r=hT?GU~@jBc4it,ub@=11EQA\";i:1834;s:143:\"Km=hT?GU/A$A~CSOYM)ZBtlB_Q3nE3so8A|e=hT?GU~@dB/hlt,ub@=1cFS\">\",ub@y28FDtGO_Q3nE3so6AO/>hT?GUO[@QXLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1835;s:15:\"bS>hT?GUO[1[YLA\";i:1836;s:12:\"5}=hT?GU/A$A\";i:1837;s:13:\"5}=hT?GUuBlBA\";i:1838;s:29:\"Xx=hT?GUO[&aXL!GVElg*NNKfDlBA\";i:1839;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUcHlBvL.4Fx}MJABA\";i:1840;s:13:\"VE=hT?GUd0lBA\";i:1841;s:55:\"I0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"A\";i:1842;s:13:\"VE=hT?GU>BlBA\";i:1843;s:168:\"6P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSAS\"`\",ub@TD5F]6LvSQ[zwAG\"#(k)NoBD:CsczXJI|+wClFgA=BJHNzLYuW}4qI:$vbiAQA\";i:1844;s:112:\"`J>hT?IUHGlB&!5A%Ao_&(k)Noa.f+uWPjqI:$vbaUyK:C~dzXJI|+wC1FgApBJHNzLYvWIoqI:$vbaUvD:CGezXJI|+wC5Fi\"@BJHNzRm8WgABA\";i:1845;s:13:\":`>hT?GU~AlBA\";i:1846;s:13:\"F0?hT?GU~AlBA\";i:1847;s:19:\"),=hT?IU}jXB/h|B5FA\";i:1848;s:70:\"xP=hT?GUzClBjL.4Fx}MBA[Q=hT?GUDClBzL.4Fx}MBA<v=hT?GUzClBZN.4FxrjYB&CQA\";i:1849;s:12:\"/o?hT?GU/A$A\";i:1850;s:13:\"nu>hT?GU~AlBA\";i:1851;s:15:\"nu>hT?GUO[/`YLA\";i:1852;s:26:\"@2?hT?GU/A$A(DSOYMj<e\"fABA\";i:1853;s:13:\"nu=hT?GU4DlBA\";i:1854;s:13:\"F0=hT?GU^ClBA\";i:1855;s:13:\"F0=hT?GU:tlBA\";i:1856;s:13:\"F0=hT?GU:tlBA\";i:1857;s:81:\"\")?hT?GUO[UEdLbfVElg*NM3PtJV`Q3nE30o:C8F<8LvSQ[zGFSi$A:DSOYMj<dtMCFtst,ub@y2PcZtA\";i:1858;s:13:\"nu>hT?GU~AlBA\";i:1859;s:12:\"(a=hT?GU/A$A\";i:1860;s:15:\"(a=hT?GUO[oIZLA\";i:1861;s:15:\"),>hT?GUO[=JZLA\";i:1862;s:15:\"4r>hT?GUO[XLZLA\";i:1863;s:26:\"cS=hT?GUnGlB\"O.4FxrjYBBDQA\";i:1864;s:48:\"1d=hT?GU.DlB(L.4Fx}MBApI>hT?GUHGlBWO.4FxrjYB$CQA\";i:1865;s:15:\"`)=hT?GUO[GOZLA\";i:1866;s:15:\"\"l=hT?GUO[rPZLA\";i:1867;s:48:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE30ooI6FWuLvSQ[zEAEA\";i:1868;s:15:\"),>hT?GUO[=JZLA\";i:1869;s:15:\"KV=hT?GUO[@QZLA\";i:1870;s:12:\"(a=hT?GU/A$A\";i:1871;s:13:\"9M=hT?GUuBlBA\";i:1872;s:53:\"+a=hT?GUnGlBCO.4FxrjYB2A2W@\",ub@y2b4BtVx_Q3nE30oUE6FA\";i:1873;s:15:\"5}>hT?GUO[3rXLA\";i:1874;s:13:\"_X=hT?GUDClBA\";i:1875;s:13:\"_X=hT?GUoDlBA\";i:1876;s:15:\"_X=hT?GUO[{eXLA\";i:1877;s:13:\"_X=hT?GU,GlBA\";i:1878;s:14:\"_X=hT?GU~@SBEA\";i:1879;s:13:\"_X=hT?GUMHlBA\";i:1880;s:13:\"A^?hT?GU~AlBA\";i:1881;s:15:\"A^?hT?GUO[aSZLA\";i:1882;s:15:\"A^?hT?GUO[#TZLA\";i:1883;s:96:\"L0=hT?GUO[oIYL!GVElg*NNKcMlB7L.4FxrjYBxBRttBJHNzRmPtRA;C?hT?GUO[JVZLOWVElg*NNKdZlBpN.4FxrjYB8AIA\";i:1884;s:29:\";`?hT?GUO[^XZLOWVElg*NNK9ZlBA\";i:1885;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:1886;s:56:\"I0=hT?GUO[&aZL!GVElg*NNK=ZlB7L.4FxrjYBVDRttBJHNzRm9(kABA\";i:1887;s:15:\"t8?hT?GUO[3rXLA\";i:1888;s:24:\"!M=hT?GUuBlB(L.4FxrjKABA\";i:1889;s:13:\"VE=hT?GUcHlBA\";i:1890;s:12:\"EH=hT?GUpA$A\";i:1891;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWA\";i:1892;s:72:\"su=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5F{uLvSQ[zEAG\"#(k)No3B:C$YzXJI|+wCuGgA\";i:1893;s:13:\"L&=hT?GU3GlBA\";i:1894;s:15:\"F0>hT?GUO[0kXLA\";i:1895;s:15:\"5}>hT?GUO[0kXLA\";i:1896;s:15:\":`?hT?GUO[0kXLA\";i:1897;s:15:\"F0>hT?GUO[0kXLA\";i:1898;s:15:\"F0>hT?GUO[SqXLA\";i:1899;s:114:\"7:=hT?GUO[xdZLvDVElg*NrAK\"it,ub@y2/>LtaS_Q3nE3kAi\"lBJHNzLYuWPjqI:$vbaUyK:C*ZzXJI|+wC#Hi\"%BJHNzRmPtCApI>hT?GU~@VBEA\";i:1900;s:15:\"KV>hT?GUO[{edLA\";i:1901;s:93:\"5d=hT?GU.DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$ApDSOYMLUDtA\";i:1902;s:15:\"F0=hT?GUO[p1YLA\";i:1903;s:13:\"nu=hT?GU~AlBA\";i:1904;s:13:\"F0=hT?GU:tlBA\";i:1905;s:15:\"sP>hT?GUO[ggZLA\";i:1906;s:71:\"aE=hT?GU~@TBFtht,ub@y2EtKtDH_Q3nE37D$A=CSOYM@1DtoI_Q3nE37D$A[CSOYM@1DtA\";i:1907;s:15:\"9M=hT?GUO[PjZLA\";i:1908;s:24:\"WE=hT?GUcHlBnL.4FxrjBABA\";i:1909;s:12:\"9M>hT?GU/A$A\";i:1910;s:26:\"!M>hT?GUHGlBkM.4FxrjYBjDQA\";i:1911;s:24:\"zd=hT?GU.DlBEM.4Fx}M%ABA\";i:1912;s:13:\"bS=hT?GUzClBA\";i:1913;s:155:\"9d=hT?GU.DlBEM.4FxrjYBFDRtuBJHNzRmPthAeZ=hT?GUO[rPZL~FVElg*NNKzXlBKO.4FxrjYBRBRt$BJHNzijgS$A!DSOYMWDEtXL_Q3nE3ZB$AoDSOYMj<e\"CApI>hT?GUO[:CdLNJVElg*NNKXblBA\";i:1914;s:69:\"J0=hT?GUO[rPZL!GVElg*NNKnblB7L.4FxrjYBFDRttBJHNzRmPthA;C?hT?GUO[.oZLA\";i:1915;s:15:\"F0>hT?GUO[DHYLA\";i:1916;s:103:\"5d=hT?GU(ClBzL.4FxrjYBrDQA;\",ub@TD5F|7LvSQ[zGF~N$A]CSOYM*+>qlB.M.4FxrjYB{CRtxBJHNzRmOAW\"0k_Q3nE30o\"S6FA\";i:1917;s:13:\"nu=hT?GU~AlBA\";i:1918;s:29:\"@2=hT?GUO[jnZL~FVElg*NNK^HlBA\";i:1919;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:1920;s:15:\"/o=hT?GUO[muZLA\";i:1921;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:1922;s:26:\":o=hT?GUO[oIZLqCVElg*NJAIA\";i:1923;s:29:\"@2=hT?GUO[b#XL~FVElg*NNKnblBA\";i:1924;s:15:\"/o=hT?GUO[muZLA\";i:1925;s:56:\"I0=hT?GUO[rPZL!GVElg*NNKzXlB7L.4FxrjYBFDRttBJHNzRmPthABA\";i:1926;s:13:\"nu=hT?GU~AlBA\";i:1927;s:56:\"I0=hT?GUO[rPdL!GVElg*NNK0)lB7L.4FxrjYB!IRttBJHNzRmPtGBCA\";i:1928;s:15:\">J>hT?GUO[:CZLA\";i:1929;s:15:\"KV=hT?GUO[rPZLA\";i:1930;s:59:\"fS=hT?GUO[;vZLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1931;s:83:\"bE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAOA$T=hT?GU/A$AwDSOYMj<dt[Aa4&(k)NouM:CA\";i:1932;s:80:\"K0=hT?GUO[XLYL!GVElg*Nj&Pt8M_Q3nE30o6y5FAwLvSQ[zRh1WcsqI:$vbaU95:CvbzXJI|+wC`FgA\";i:1933;s:67:\"J0=hT?GUO[&aXL!GVElg*Nj&Pt8M_Q3nE30ohN5FAwLvSQ[zRh1W<cqI:$vbaUd5:CA\";i:1934;s:73:\"K0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3so4A<v=hT?GUO[oIZLcMVElg*NnAIAtt,ub@y2PcLtA\";i:1935;s:84:\"L0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3so4A<v=hT?GU/A$ASDSOYMLUCtmu`Q3nE30o&a6F[9LvSQ[zGF!O$A\";i:1936;s:50:\"I0=hT?GUO[oIYL!GVElg*NJA2W)\",ub@y2.hFt^X_Q3nE3ZB$A\";i:1937;s:52:\"I0=hT?GUO[oIYL!GVElg*NJA2W)\",ub@y2.hFt^X_Q3nE3so8ABA\";i:1938;s:81:\"tu=hT?GU&FlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA`BJHNz!PuW~lqI:$vbaU*B:CA\";i:1939;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[:CdL/VVElg*N)FQA\";i:1940;s:59:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU~@6CbLjt,ub@=1pKRt2BJHNzG32WA\";i:1941;s:13:\">J>hT?GUpwlBA\";i:1942;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[Y4dL/VVElg*N)FQA\";i:1943;s:13:\"nu=hT?GU4DlBA\";i:1944;s:14:\"VE=hT?GU~@TBEA\";i:1945;s:14:\"\"l=hT?GU~@eBEA\";i:1946;s:14:\"\"l=hT?GU}jLBEA\";i:1947;s:13:\"\"l=hT?GUDClBA\";i:1948;s:15:\"\"l=hT?GUO[95ZLA\";i:1949;s:12:\"\"l=hT?GU/A$A\";i:1950;s:14:\"\"l=hT?GU~@eBEA\";i:1951;s:15:\"Qj=hT?GUO[H7ZLA\";i:1952;s:54:\"Tj=hT?GUO[s8ZLOWVElg*NNKZFlB3L.4FxrjYBCCRt2BJHNzijlT$A\";i:1953;s:15:\"5}>hT?GUO[SqXLA\";i:1954;s:15:\"z:=hT?GUO[[9ZLA\";i:1955;s:29:\"G0=hT?GUO[:CYLEUVElg*NNKmelBA\";i:1956;s:13:\"nu=hT?GU~AlBA\";i:1957;s:15:\">J>hT?GUO[oIZLA\";i:1958;s:13:\"F0=hT?GU^ClBA\";i:1959;s:13:\"F0=hT?GU:tlBA\";i:1960;s:15:\"F0=hT?GUO[v(ZLA\";i:1961;s:15:\"F0=hT?GUO[_)ZLA\";i:1962;s:15:\"F0=hT?GUO[e+ZLA\";i:1963;s:34:\"Bm=hT?GU/A$A~CSOYM)ZBt#T_Q3nE3kAgA\";i:1964;s:13:\"yd=hT?GU(ClBA\";i:1965;s:14:\"yd=hT?GU~@ZBEA\";i:1966;s:14:\"F0=hT?GU}jaBEA\";i:1967;s:14:\"(a=hT?GU}jaBEA\";i:1968;s:35:\"0d=hT?GU(ClBbL.4Fx}MCA|e=hT?GUuBlBA\";i:1969;s:15:\"Qj=hT?GUO[(,ZLA\";i:1970;s:76:\"mg=hT?GUO[N/ZL*BVElg*NNK;flBjL.4Fx}MBA[Q=hT?GUO[y:ZLqCVElg*NJAJt.\",ub@=1TEQA\";i:1971;s:13:\"hg=hT?GUuBlBA\";i:1972;s:13:\"hg=hT?GUuBlBA\";i:1973;s:14:\"yd=hT?GU~@FBEA\";i:1974;s:15:\"nu=hT?GUO[8MXLA\";i:1975;s:26:\"ou=hT?GUO[8MXL(HVElg*NLAIA\";i:1976;s:13:\"nu=hT?GU4DlBA\";i:1977;s:15:\"sP=hT?GUO[|;ZLA\";i:1978;s:14:\"(a=hT?GU~@aBEA\";i:1979;s:86:\"tu=hT?GUO[8MXL(HVElg*NLAJt)\",ub@PP5FRtLvSQ[zIA/hlt,ub@cY5FT3LvSQ[zGFFB$AzDSOYMj<dtABEA\";i:1980;s:24:\"ou=hT?GU4DlB/N.4Fxs@IABA\";i:1981;s:29:\"Rj=hT?GUO[+>ZLkUVElg*NNKKClBA\";i:1982;s:13:\"nu=hT?GU~AlBA\";i:1983;s:13:\"c#=hT?GU~AlBA\";i:1984;s:15:\"bS>hT?GUO[Q@ZLA\";i:1985;s:29:\"ig=hT?GUO[3rXLkUVElg*NNKKClBA\";i:1986;s:13:\"hg=hT?GUcHlBA\";i:1987;s:35:\"0d=hT?GU.DlBcM.4Fx}MBA;C=hT?GUuBlBA\";i:1988;s:13:\"c#=hT?GU~AlBA\";i:1989;s:13:\"_X>hT?GU4TlBA\";i:1990;s:59:\"lg=hT?GUO[UEYLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1991;s:14:\"hg=hT?GU~@cBEA\";i:1992;s:26:\"ou=hT?GUO[8MbL(HVElg*NLAIA\";i:1993;s:27:\"Am=hT?GUO[^XYL_EVElg*NtEOtA\";i:1994;s:15:\"nu=hT?GUO[8MXLA\";i:1995;s:15:\"(a=hT?GUO[jnZLA\";i:1996;s:13:\"c#=hT?GU~AlBA\";i:1997;s:13:\"nu=hT?GU\"tlBA\";i:1998;s:13:\"hg=hT?GUcHlBA\";i:1999;s:14:\"(a=hT?GU}jPBEA\";i:2000;s:12:\"F0=hT?GU/A$A\";i:2001;s:89:\"tu=hT?GUO[8MXL(HVElg*NLAIAmt,ub@y2b4MtoI_Q3nE3kAgA,BJHNzRm9(tAO/=hT?GU~@EBz(lt,ub@y29yMtA\";i:2002;s:15:\"hg=hT?GUO[1[ZLA\";i:2003;s:14:\"z:=hT?GU~@EBEA\";i:2004;s:50:\"qu=hT?GUO[8MXLi\"LvSQ[zEA/hit,ub@CG5F}4LvSQ[zGFIQ$A\";i:2005;s:67:\"3d=hT?GU.DlB(L.4FxrjKA7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:2006;s:13:\"nu=hT?GU~AlBA\";i:2007;s:27:\"0:=hT?GU~@EBz(lt,ub@y29yMtA\";i:2008;s:13:\"VE=hT?GUuBlBA\";i:2009;s:13:\"yd=hT?GU/wlBA\";i:2010;s:15:\"5}>hT?GUO[3rXLA\";i:2011;s:15:\"KV=hT?GUO[+>XLA\";i:2012;s:74:\"h#=hT?GUXGlBrL.4FxrjYBKERtmBJHNz?MuWUEqI:$vbSARtoBJHNzRmPtFAvW=hT?GU~@SBEA\";i:2013;s:12:\"KV=hT?GU/A$A\";i:2014;s:13:\"nu=hT?GU~AlBA\";i:2015;s:13:\"c#=hT?GUXGlBA\";i:2016;s:13:\"yd=hT?GU.DlBA\";i:2017;s:53:\"1d=hT?GU.DlB;L.4FxrjYBxBRtmBJHNzRmPtRAf+=hT?GUO[k_ZLA\";i:2018;s:14:\">J=hT?GU}jTBEA\";i:2019;s:29:\"?J=hT?GUO[&aZL.IVElg*NNKVhlBA\";i:2020;s:26:\"ou=hT?GUO[8MXL(HVElg*NLAIA\";i:2021;s:13:\">J=hT?GUzClBA\";i:2022;s:29:\"tP=hT?GUO[\"]ZLqCVElg*NNKQQlBA\";i:2023;s:13:\"c#=hT?GULKlBA\";i:2024;s:26:\"ou=hT?GUO[8MXLqCVElg*NdAIA\";i:2025;s:89:\"tu=hT?GUO[8MXLvDVElg*NrA3([\",ub@y29yCtXL_Q3nE3t`6AO/>hT?GUO[@QXL@QVElg*NLAJt.\",ub@y2/>MtA\";i:2026;s:13:\"nu=hT?GU~AlBA\";i:2027;s:13:\"_X=hT?GUMHlBA\";i:2028;s:12:\">J>hT?GU/A$A\";i:2029;s:26:\"*,>hT?GUO[b#ZL(HVElg*NYBQA\";i:2030;s:14:\"z:=hT?GU~@EBEA\";i:2031;s:13:\"c#=hT?GULKlBA\";i:2032;s:26:\"ou=hT?GU4DlB7L.4FxrjYBpBQA\";i:2033;s:15:\"nu=hT?GUO[8MXLA\";i:2034;s:15:\"z:=hT?GUO[4}ZLA\";i:2035;s:37:\"@J=hT?GUO[+>XLvDVElg*NrAJt@\",ub@so5FA\";i:2036;s:12:\">J=hT?GU/A$A\";i:2037;s:26:\"?J=hT?GUnGlBgM.4FxrjYBUEQA\";i:2038;s:13:\"c#=hT?GUXGlBA\";i:2039;s:40:\"pu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKABA\";i:2040;s:12:\"?2=hT?GU/A$A\";i:2041;s:12:\"4r=hT?GU/A$A\";i:2042;s:60:\"ru=hT?GU4DlB#L.4FxrjFAU|>hT?GUO[muXL@QVElg*NLAJt.\",ub@=1TEQA\";i:2043;s:27:\"!M>hT?GUO[lBaLNJVElg*N[}MtA\";i:2044;s:63:\"2d=hT?GU(ClB;L.4Fx}Mf86FrvLvSQ[zEAG\"#(k)Noa.CtwW1RqI:$vbaUU):CA\";i:2045;s:15:\">J?hT?GUO[[9XLA\";i:2046;s:93:\"uu=hT?GU4DlBUM.4FxrjOANc=hT?GU.DlBbL.4Fx~5JAHO=hT?GU}jNB/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@y2.hCtA\";i:2047;s:24:\"zd=hT?GU(ClBbL.4Fx}MCABA\";i:2048;s:12:\"KV=hT?GU/A$A\";i:2049;s:70:\"3d=hT?GU(ClB,L.4FxrjYBaERtrBJHNz?MuWyKqI:$vbSAQA.\",ub@TD5FRtLvSQ[zIAEA\";i:2050;s:137:\"9d=hT?GU(ClB;L.4Fx}MBATq=hT?GUDClBcM.4Fx}MBA;C=hT?GU~@TBc4ht,ub@Vd5FxtLvSQ[zpAz(ht,ub@Vd5FWuLvSQ[zpAbLpt,ub@^D5FI4LvSQ[zGFiC$A!DSOYMWDEtA\";i:2051;s:34:\"pu=hT?GU~AlBbL.4Fx}MBA|e=hT?GU/A$A\";i:2052;s:14:\"\"l=hT?GU~@BBEA\";i:2053;s:12:\"\"l=hT?GU/A$A\";i:2054;s:46:\"l==hT?GU~AlBsM.4FxrjBA2[=hT?GU~AlB0M.4FxrjBABA\";i:2055;s:36:\"0d=hT?GU.DlB(L.4Fx}Ms*6FfzLvSQ[zEAEA\";i:2056;s:68:\"Uj=hT?GU~@UB/hkt,ub@y2xWNtjn_Q3nE30o;v6FKyLvSQ[zGFVR$ANDSOYMj<cAxABA\";i:2057;s:13:\"9M>hT?GUHGlBA\";i:2058;s:55:\"l==hT?GUO[DHaL=JVElg*NNK6ilBwM.4FxrjYBeES\"/\",ub@y2PcNtA\";i:2059;s:149:\"zu=hT?GU4DlB#L.4Fxs@DA+h=hT?GUO[$$ZL0EVElg*NJA3(*\",ub@TD5FVxLvSQ[zEAbLht,ub@MI5F{uLvSQ[zLAc4ht,ub@Vd5FxtLvSQ[zpAz(ht,ub@Vd5FWuLvSQ[zpA/hpt,ub@y2y(DtA\";i:2060;s:137:\"xu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GU~@eBbLot,ub@y2_9Bt;v`Q3nE3\"!vA]9?hT?GUO[AA6FPzLvSQ[ziA/htt,ub@^D5FlxLvSQ[zGFlR$A^DSOYMifBtA\";i:2061;s:13:\"Qj=hT?GUIDlBA\";i:2062;s:13:\"Qj=hT?GUIzlBA\";i:2063;s:48:\"Zx>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5FRtLvSQ[zIAEA\";i:2064;s:15:\"Qj=hT?GUO[=JaLA\";i:2065;s:15:\"F0>hT?GUO[XLeLA\";i:2066;s:13:\"A^?hT?GU~AlBA\";i:2067;s:26:\")a=hT?GUO[+>XL:CVElg*N[AIA\";i:2068;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2069;s:13:\"(a=hT?GUYDlBA\";i:2070;s:13:\"(a=hT?GU{JlBA\";i:2071;s:15:\"bS=hT?GUO[8MaLA\";i:2072;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2073;s:85:\"bE=hT?GU}j(AwW#(k)Noa.w(uWvDqI:$vb;Bi\"mBJHNz`avWUEqI:$vb;Bi\"oBJHNz`avW8MqI:$vbaURd:CA\";i:2074;s:12:\"F0=hT?GU/A$A\";i:2075;s:13:\"VE=hT?GUuBlBA\";i:2076;s:14:\"VE=hT?GU}j(ACA\";i:2077;s:14:\"VE=hT?GU}j(ACA\";i:2078;s:24:\"cS=hT?GU:tlBEM.4Fx}MBABA\";i:2079;s:71:\"aE=hT?GU}j(AwW#(k)Noa.w(uWvDqI:$vb3Bi\"mBJHNz`avWUEqI:$vb3Bi\"oBJHNz`avWA\";i:2080;s:132:\"OH>hT?GUrKlBbL.4Fx}M&A7y=hT?GU~@3C/hjt,ub@=1pKRtpBJHNzij;p$AADSOYM*+7^lBKO.4Fxrj%A%$>hT?GU:tlBCO.4FxrjYBwGS\">\",ub@y2b4NtXL_Q3nE3zD$A\";i:2081;s:13:\"nu=hT?GU~AlBA\";i:2082;s:97:\"uu=hT?GU4DlBUM.4FxrjOAHO=hT?GUO[y:XLFBVElg*N^AJt(\",ub@TD5FWuLvSQ[zpAc4rt,ub@y2n_CtUE`Q3nE30o{e5FA\";i:2083;s:13:\"9M=hT?GUuBlBA\";i:2084;s:13:\"nu=hT?GU~AlBA\";i:2085;s:49:\"1d=hT?GU~@!CFtit,ub@y2_9LtaS_Q3nE3Oa$AHDSOYM)ZRtA\";i:2086;s:27:\"cS=hT?GUO[jnYLcMVElg*Nj&PtA\";i:2087;s:15:\"5}>hT?GUO[SqbLA\";i:2088;s:13:\"c#=hT?GULKlBA\";i:2089;s:12:\"EH=hT?GUpA$A\";i:2090;s:13:\"sP=hT?GUzClBA\";i:2091;s:13:\"bS=hT?GUEvlBA\";i:2092;s:26:\"WE?hT?GU~AlBpN.4FxrjYB8AIA\";i:2093;s:26:\"WE?hT?GU~AlBpN.4FxrjYB8AIA\";i:2094;s:79:\"K0=hT?GUO[+>XL!GVElg*NNK=JlB7L.4FxrjYBVBRttBJHNzRmOAJ\"h=_Q3nE3~R0AvW=hT?GUMHlBA\";i:2095;s:50:\"+a=hT?GUjClBCO.4FxrjYB]AIAit,ub@wc5FD3LvSQ[zGF@AgA\";i:2096;s:13:\"(a=hT?GUN0lBA\";i:2097;s:13:\"sP=hT?GUozlBA\";i:2098;s:90:\"L0=hT?GUO[&aXLvjVElg*NJAJt~AyD1+!RUJgA_BJHNzRm9(yAeZ>hT?GUO[@QaLOWVElg*NNKkElB3L.4Fx}MKABA\";i:2099;s:40:\"7}>hT?GUO[0kXLEUVElg*NNK*BlBhN.4FxrjBABA\";i:2100;s:46:\"vP=hT?GUzClBjL.4Fx}MBA[Q=hT?GUzClBzL.4Fx}MBABA\";i:2101;s:25:\")a=hT?GU~@SBG\"#(k)No@G;CA\";i:2102;s:12:\"9M>hT?GU/A$A\";i:2103;s:59:\"wP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GUO[XLcLqCVElg*N&FRt3BJHNz!P2WA\";i:2104;s:50:\"I0=hT?GUO[rPZL!GVElg*NJA2W)\",ub@y2_9Jt^X_Q3nE3kAgA\";i:2105;s:68:\"9r=hT?GUd0lB?L.4Fx}M/AHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:2106;s:265:\"oC{u)\",ub@{K5FLvLvSQ[zGFQQ$A|CSOYM)ZTt#T_Q3nE3%Z$A{DSOYM)ZRt(,_Q3nE3]W$A?CSOYM)ZRtUE_Q3nE3]W$A@CSOYM)ZRt=J_Q3nE3]W$ABDSOYMj<dtuB/hjt,ub@Lb7F2uLvSQ[zGFQY$AADSOYMAlTth=_Q3nE3~RZBm_&(k)Noa.l_uWPjqI:$vbaUI.;C*ZzXJI|+nBEA((k)No|B;CTXzXJI{ZHA8y&(k)Noa.Nc2W4YqI:$vbaU]K;CA\";i:2107;s:13:\"sP>hT?GU\"tlBA\";i:2108;s:13:\"F0=hT?GU0vlBA\";i:2109;s:57:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%Al_>hT?GU\"tlBA\";i:2110;s:50:\"vP=hT?GUO[&adLFBVElg*N&FS\"(\",ub@y2_9Zt=J_Q3nE3]W$A\";i:2111;s:29:\"6}>hT?GUO[#TeL.IVElg*NNKl[lBA\";i:2112;s:70:\"xP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%AU|>hT?GUO[PjbL:CVElg*N[AIA\";i:2113;s:13:\"_X=hT?GUpwlBA\";i:2114;s:26:\"?J=hT?GUnGlBCO.4FxrjYB]AIA\";i:2115;s:59:\"ZE=hT?GUO[UEcL*BVElg*N&FRtmBJHNz?M2WUEqI:$vbpLi\"oBJHNz?M2WA\";i:2116;s:13:\"(a>hT?GU~AlBA\";i:2117;s:15:\"(a>hT?GUO[VxZLA\";i:2118;s:66:\"%M=hT?GUuBlBEM.4FxrjYBmCRtuBJHNzRmOAc\"8M_Q3nE30oh=5FAwLvSQ[zGFaS$A\";i:2119;s:49:\"vP=hT?GU}jPB/hht,ub@TD5FGuLvSQ[zGFeG$A[CSOYM)ZBtA\";i:2120;s:46:\"vP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:2121;s:146:\"P0=hT?GUO[&aZL!GVElg*NNKdJlB7L.4FxrjYBVDRttBJHNzRm8WNA;C?hT?GU~AlB9N.4Fx}M;46FI4LvSQ[zGF$Y$AhDSOYMj<dtNBc4rt,ub@y2n_ItXL_Q3nE30o$$5FD3LvSQ[zGF@AgA\";i:2122;s:13:\"bS=hT?GUnGlBA\";i:2123;s:49:\"vP=hT?GU~@aB/hht,ub@TD5FGuLvSQ[zGFqS$A[CSOYM)ZBtA\";i:2124;s:13:\"bS=hT?GU:tlBA\";i:2125;s:70:\"bx>hT?GUO[5FXLi\"LvSQ[zpAc4ht,ub@TD7FxtLvSQ[z}CJt(\",ub@TD7FWuLvSQ[z>CIA\";i:2126;s:100:\"og=hT?GUO[aSYL>WVElg*N)FRt$BJHNzijgS$AuDSOYMj<e\",A7y>hT?GUO[&aeLBNVElg*N)FQA)\",ub@WK7FD3LvSQ[zGFjX$A\";i:2127;s:80:\"aE=hT?GUO[McaLFBVElg*N/AJt+\",ub@y2^QCt&a_Q3nE30o$$5F2uLvSQ[zGF9B$AADSOYMj<cAXABA\";i:2128;s:15:\"5}>hT?GUO[SqXLA\";i:2129;s:15:\"5}>hT?GUO[SqXLA\";i:2130;s:15:\"5}>hT?GUO[SqXLA\";i:2131;s:15:\"5}>hT?GUO[SqXLA\";i:2132;s:15:\"5}>hT?GUO[SqXLA\";i:2133;s:145:\"gE=hT?GUEvlB(L.4Fx}M:;8Fo4LvSQ[zGFVp$A|DSOYM)ZRt95`Q3nE3]W$AuDSOYMj<e\"aBZL&(k)Noa.l_2WCaqI:$vbtLgA*BJHNz!P2W5FqI:$vb[Li\"%BJHNzRm9(aBE\">hT?GU\"tlBA\";i:2134;s:59:\"ZE=hT?GUO[UEYL*BVElg*NJA3(&\",ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FA\";i:2135;s:70:\"&M=hT?GU\"tlBEM.4Fx}M%Aq1=hT?GU0vlB7L.4Fx~5(A<v=hT?GU:tlB.M.4FxrjYB)EQA\";i:2136;s:13:\"?2=hT?GU:tlBA\";i:2137;s:50:\"I0=hT?GUO[&aXL!GVElg*NJA2W)\",ub@y2^QCt^X_Q3nE3kAgA\";i:2138;s:15:\"yd@hT?GUO[PjaLA\";i:2139;s:60:\"wP=hT?GUDClBjL.4Fx}MBA[Q=hT?GU}jdB:>ht,ub@TD5Fo4LvSQ[zGFYI$A\";i:2140;s:103:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%A7y>hT?GUO[0kaLA\";i:2141;s:165:\"5P=hT?GU/A$A=CSOYMj<dtCBz(ht,ub@TD5FWuLvSQ[zGFoQ$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSARt*BJHNz!PuWjnqI:$vbaUFh:CfbzXJI{ZCAm_((k)NoHR:C]azXJI|+wC1Ji\"3BJHNz!PuWA\";i:2142;s:15:\"F0>hT?GUO[SqbLA\";i:2143;s:69:\"J0=hT?GUO[&adL!GVElg*NNK@wlB7L.4FxrjYB>IRttBJHNzRmPt*AU|>hT?GUO[PjbLA\";i:2144;s:13:\"nu=hT?GU~AlBA\";i:2145;s:15:\"5}>hT?GUO[~leLA\";i:2146;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbuARtuBJHNzzguWeGqI:$vbuARttBJHNzzguWA\";i:2147;s:13:\"(a=hT?GU:tlBA\";i:2148;s:13:\"bS=hT?GUkvlBA\";i:2149;s:103:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4FxrjYBJHS\"+\",ub@TD7FgwLvSQ[z>C2W)\",ub@TD7FAwLvSQ[z>C2W]\",ub@^D7FA\";i:2150;s:68:\"aE=hT?GUd0lBEM.4Fx}M%Aq1=hT?GU:tlB7L.4Fx}M%A<v=hT?GU:tlBKO.4FxrjBABA\";i:2151;s:105:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GUO[oIcLqCVElg*N&FS\"+\",ub@TD7FgwLvSQ[z>C2W)\",ub@TD7FAwLvSQ[z>CIAit,ub@y2n_StA\";i:2152;s:26:\"d#=hT?GU\"tlBvL.4FxrjYBEGQA\";i:2153;s:13:\"bS=hT?GUEvlBA\";i:2154;s:113:\"N0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"lB`Q3nE3\"W$AuDSOYMj<e\",AHO>hT?GU\"tlBGO.4Fxrj%AvW=hT?GU.zlBA\";i:2155;s:26:\"ou=hT?GU\"tlBCO.4FxrjYBaGQA\";i:2156;s:23:\"cS=hT?GU/A$A^CSOYM)ZBtA\";i:2157;s:15:\"Qj=hT?GUO[jnaLA\";i:2158;s:15:\"Qj=hT?GUO[H7ZLA\";i:2159;s:15:\"Qj=hT?GUO[s8ZLA\";i:2160;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:2161;s:15:\"sP=hT?GUO[.oaLA\";i:2162;s:41:\"XE=hT?GU}jCB/hht,ub@y2Q/OtoI_Q3nE30ol%6FA\";i:2163;s:12:\">J=hT?GU/A$A\";i:2164;s:12:\"bS=hT?GU/A$A\";i:2165;s:15:\"z:=hT?GUO[SqaLA\";i:2166;s:13:\"(a=hT?GUTClBA\";i:2167;s:15:\"(a=hT?GUO[jnYLA\";i:2168;s:29:\"ou=hT?GUO[8MXL!GVElg*NNKcMlBA\";i:2169;s:13:\"_X=hT?GUMHlBA\";i:2170;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2171;s:13:\"F0=hT?GUDClBA\";i:2172;s:39:\"pu=hT?GU4DlBCO.4FxrjYB2A2W@\",ub@y2mnJtA\";i:2173;s:123:\"1P=hT?GU~@VB/hht,ub@TD5FGuLvSQ[zoA:>ht,ub@TD5FQwLvSQ[zGF_E$ACDSOYM)ZBt8M_Q3nE30o956FAwLvSQ[zEAbLmt,ub@y2n_OtoI`Q3nE30o:&6FA\";i:2174;s:15:\"(a=hT?GUO[+>XLA\";i:2175;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2176;s:50:\"8}>hT?GUO[0kXL:CVElg*N[A2W@\",ub@y2_9Btv(_Q3nE3sAgA\";i:2177;s:13:\"c#=hT?GUXGlBA\";i:2178;s:13:\"c#=hT?GULKlBA\";i:2179;s:15:\"bS=hT?GUO[JVYLA\";i:2180;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2181;s:26:\"cS=hT?GU/A$AzDSOYMj<cA4ABA\";i:2182;s:23:\"cS=hT?GU/A$A^CSOYM)ZBtA\";i:2183;s:12:\"F0=hT?GU/A$A\";i:2184;s:59:\"fS=hT?GU/A$AFDSOYMLUDtlB_Q3nE30oU)6F[tLvSQ[zEAz(pt,ub@^D5FA\";i:2185;s:15:\"bS=hT?GUO[(,YLA\";i:2186;s:27:\"G0=hT?GU}jTBbLmt,ub@y2n_OtA\";i:2187;s:67:\"xP=hT?GUzClBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA`BJHNz!P2WA\";i:2188;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzApuWeGqI:$vbSARttBJHNzApuWA\";i:2189;s:64:\"ZE=hT?GUO[s8YLeGVElg*NNKfDlBIM.4Fx~5DAeZ=hT?GUO[&aXL~FVElg*NdAIA\";i:2190;s:137:\"8d=hT?GU(ClB^L.4Fx}MBA7y=hT?GUO[oIZL!GVElg*NJA2W)\",ub@y2.hJt^X_Q3nE3kAi\"_BJHNzRmQ\"C\"@Q_Q3nE30o$$6FfzLvSQ[zEAc4lt,ub@y2aLPtp1_Q3nE30oIo6FA\";i:2191;s:39:\"Bm=hT?GU/A$A~CSOYMj<dtvAOc#(k)Noa.l_yWA\";i:2192;s:13:\"nu=hT?GU4DlBA\";i:2193;s:13:\"5}?hT?GUGJlBA\";i:2194;s:15:\"VE=hT?GUO[3rYLA\";i:2195;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2196;s:93:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzRmQ\"V\"8M_Q3nE3kAi\"tBJHNzRmQ\"V\"A\";i:2197;s:126:\"wu=hT?GU4DlBbL.4Fx}MCApI=hT?GU/A$ABDSOYMj<e\"hAq1=hT?GUO[oIZLPDVElg*NNKzXlBAM.4FxrjYB{CQA)\",ub@y2y(GtVx_Q3nE30oUE6F1xLvSQ[zuAEA\";i:2198;s:15:\"F0>hT?GUO[VxaLA\";i:2199;s:15:\"5}?hT?GUO[3rXLA\";i:2200;s:87:\"4d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A)DSOYMj<dt?ADt#(k)No`,lC2W@\",ub@y2xWPtPj_Q3nE30oD,6FA\";i:2201;s:13:\"?2=hT?GUzClBA\";i:2202;s:13:\"?2=hT?GUjClBA\";i:2203;s:26:\"Am=hT?GUO[&aXLZFVElg*NdAIA\";i:2204;s:12:\"\"l=hT?GU/A$A\";i:2205;s:39:\"Bm=hT?GUO[p1aLZFVElg*N^AJt*\",ub@y2mnPtA\";i:2206;s:15:\"yd=hT?GUO[3rXLA\";i:2207;s:79:\"4d=hT?GU)vlB?L.4Fx}M%A;C=hT?GUuBlBEM.4Fxs@CAq1=hT?GUzClB7L.4Fxs@CA<v=hT?GUzClBA\";i:2208;s:111:\"wu=hT?GU5wlBUM.4Fxs@.AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbpLi\"uBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2209;s:13:\"EH=hT?GULKlBA\";i:2210;s:13:\"EH=hT?GUXGlBA\";i:2211;s:13:\"VE=hT?GUuBlBA\";i:2212;s:157:\"#d=hT?GU.DlB;L.4FxrjKAkn=hT?GUcHlBbL.4Fx}M}%8FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5Fo4LvSQ[zFAc4lt,ub@^D5F*xLvSQ[z?CK\"kt,ub@^D7FKyLvSQ[z?CJt/\",ub@^D7FA\";i:2213;s:35:\"pu=hT?GU~AlBnP.4Fxs@MAYL>hT?GUHGlBA\";i:2214;s:13:\"nu=hT?GU4DlBA\";i:2215;s:24:\"6}?hT?GUH2lB<M.4Fx~5.ABA\";i:2216;s:58:\"ZE=hT?GU~@TByWjt,ub@TD5FgwLvSQ[zOAbLit,ub@%Z5FAwLvSQ[zOAEA\";i:2217;s:40:\"H0=hT?GU:tlBeO.4FxrjYBJFRt%BJHNzRm9(hABA\";i:2218;s:15:\"F0>hT?GUO[E0bLA\";i:2219;s:13:\"VE=hT?GUuBlBA\";i:2220;s:13:\"VE=hT?GUvulBA\";i:2221;s:24:\"d#=hT?GUXGlBbL.4Fx}M&ABA\";i:2222;s:56:\"ZE=hT?GUdUlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2223;s:15:\"VE=hT?GUO[95aLA\";i:2224;s:13:\"VE=hT?GU>BlBA\";i:2225;s:13:\"VE=hT?GUuBlBA\";i:2226;s:13:\"nu=hT?GU~AlBA\";i:2227;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2228;s:13:\"yd=hT?GU.DlBA\";i:2229;s:13:\"VE=hT?GUvulBA\";i:2230;s:13:\"VE=hT?GUvulBA\";i:2231;s:94:\"5d=hT?GU)vlB;L.4FxrjYBNFS\"*\",ub@TD7FRtLvSQ[zGFPr$ABDSOYMM%Bt&a_Q3nE3ZB$A^CSOYMM%Bt^X_Q3nE3ZB$A\";i:2232;s:13:\"VE=hT?GU!BlBA\";i:2233;s:13:\"VE=hT?GUuBlBA\";i:2234;s:13:\"VE=hT?GU>BlBA\";i:2235;s:13:\"sP=hT?GUDClBA\";i:2236;s:13:\"EH=hT?GULKlBA\";i:2237;s:13:\"EH=hT?GUXGlBA\";i:2238;s:13:\"EH=hT?GU~AlBA\";i:2239;s:13:\"EH=hT?GU~AlBA\";i:2240;s:24:\"ou=hT?GU~AlBUM.4FxrjOABA\";i:2241;s:34:\"pu=hT?GU4DlB#L.4FxrjFApI>hT?GU/A$A\";i:2242;s:73:\"3d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A]CSOYM*+>qlBgM.4FxrjYBRFRt+BJHNzRmQ\"H\"A\";i:2243;s:13:\"nu=hT?GU~AlBA\";i:2244;s:15:\"F0>hT?GUO[b#aLA\";i:2245;s:48:\"I0=hT?GUO[&aYL!GVElg*NJA2W)\",ub@TD5FAwLvSQ[zEAEA\";i:2246;s:26:\"d#=hT?GUXGlBCO.4FxrjYB8AIA\";i:2247;s:12:\">J=hT?GU/A$A\";i:2248;s:13:\"bS=hT?GU:tlBA\";i:2249;s:24:\"zd=hT?GU.DlBAM.4Fx}MKABA\";i:2250;s:86:\"4d=hT?GU(ClB;L.4FxrjYB1BS\"*\",ub@TD5F+!LvSQ[zXv0W(,qI:$vbWUc\"h=_Q3nE3~R0Af+=hT?GU}jXBEA\";i:2251;s:26:\"6}>hT?GUO[SqXL@QVElg*NLAIA\";i:2252;s:15:\"5}>hT?GUO[$$aLA\";i:2253;s:15:\"KV@hT?GUO[K&aLA\";i:2254;s:70:\"J0=hT?GUO[+>XL!GVElg*NJA2W)\",ub@=10FRttBJHNz?MuWPjqI/TwbaUk_:CnjYBbFgA\";i:2255;s:14:\"z:=hT?GU~@EBEA\";i:2256;s:48:\"f#=hT?GUXGlB7L.4Fx}MJAU|>hT?GUO[PjXLkUVElg*N,AIA\";i:2257;s:29:\"6}>hT?GUO[PjXLEUVElg*NNK(XlBA\";i:2258;s:15:\"9M>hT?GUO[lBaLA\";i:2259;s:15:\"F0>hT?GUO[e+aLA\";i:2260;s:50:\"I0=hT?GUO[+>XL!GVElg*NJA2W)\",ub@y2EtEt^X_Q3nE3kAgA\";i:2261;s:53:\"qu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKAf+>hT?GUO[b#ZLA\";i:2262;s:27:\"6}>hT?GUO[p1XLNJVElg*N[}MtA\";i:2263;s:15:\"9M>hT?GUO[lBaLA\";i:2264;s:35:\"pu=hT?GU4DlBjL.4FxrjKA$T=hT?GUcHlBA\";i:2265;s:127:\"*M=hT?GUO[(,aLKCVElg*N/AJt+\",uj@y2PcEt&aaU#z5FQYzXJI|+wCeCi\"pBJHNzRm8WNA<v=hT?GUO[y:XL>WVElg*NNK]qlBpN.4FxrjYBjFS\"@\",ub@y2y(BtA\";i:2266;s:45:\"vP=hT?GU/A$A=CSOYMM%BtoI_Q3nE3ZB$A[CSOYM)ZBtA\";i:2267;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3ZB$A[CSOYMM%BtA\";i:2268;s:103:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbaUu{:CA\";i:2269;s:109:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzRm9(kAeZ=hT?GU~@jBbLjt,ub@y2^QKtXL_Q3nE30o$$5FA\";i:2270;s:13:\"c#=hT?GULKlBA\";i:2271;s:13:\"c#=hT?GUXGlBA\";i:2272;s:38:\"pu=hT?GU~@GBz(jt,ub@BZ5FxtLvSQ[zGF_E$A\";i:2273;s:38:\"pu=hT?GU~@GBz(jt,ub@so5FWuLvSQ[zGF_E$A\";i:2274;s:12:\"EH=hT?GUpA$A\";i:2275;s:60:\"IH=hT?GUpA$A@CSOYMM%BtdZ_Q3nE3~R3AeZ>hT?GUO[3raLkUVElg*NYBQA\";i:2276;s:108:\"0P=hT?GU/A$A=CSOYM*+4slBvL.4Fx}MBA$T=hT?GU~@jBbLpt,ub@^D7FI4LvSQ[zGFSC$A]CSOYMXwTtQ@_Q3nE30o(H7Fp1LvSQ[zFAEA\";i:2277;s:15:\"5}>hT?GUO[95bLA\";i:2278;s:15:\"5}>hT?GUO[0kbLA\";i:2279;s:15:\"F0>hT?GUO[E0XLA\";i:2280;s:14:\"(a=hT?GU}jLBEA\";i:2281;s:35:\"e#=hT?GU~AlBbL.4Fx}MCA[Q=hT?GUDClBA\";i:2282;s:63:\"g#=hT?GUXGlBrL.4Fx}M;46FxtLvSQ[zGF8E$A@CSOYMj<dtaAln#(k)No3B:CA\";i:2283;s:13:\"nu=hT?GU~AlBA\";i:2284;s:160:\"tg=hT?GUkvlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgAuBJHNzRm8WLAq1=hT?GUO[b#XLPDVElg*NNK^HlBAM.4FxrjYB\"ARt*BJHNzRmQ\"g\"4}_Q3nE30o1R5FmuLvSQ[zoA/hlt,ub@=1:JQA\";i:2285;s:25:\"WE=hT?GUuBlB9N.4Fx}M;46FA\";i:2286;s:13:\"yd=hT?GU.DlBA\";i:2287;s:109:\"6d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A;CSOYM*+OqlB|P.4Fx}M;46FA$LvSQ[zXv0W8<qI:$vb\"Ic\"$$`Q3nE3~R0A7y>hT?GUO[h=aLA\";i:2288;s:15:\">J?hT?GUO[[9XLA\";i:2289;s:70:\"aE=hT?GUuBlBrL.4Fx}MJApI=hT?GUcHlBvL.4Fx}MBA$T=hT?GUcHlBMQ.4FxrjYBpFQA\";i:2290;s:37:\"pu=hT?GU4DlB*N.4FxrjYB}CQA>\",ub@^D5FA\";i:2291;s:15:\"nu>hT?GUO[Q@aLA\";i:2292;s:52:\",,>hT?GUO[1[aL:CVElg*NB.Otxd`Q3nE30ou{6Fp1LvSQ[zFAEA\";i:2293;s:64:\"J0=hT?GU}jNB/hjt,ub@=10FRtpBJHNzijgS$AADSOYM*+4slBCO.4FxrjYBxFQA\";i:2294;s:15:\"),>hT?GUO[=JZLA\";i:2295;s:76:\"K0=hT?GU}jNB/hjt,ub@=10FRtpBJHNzijgS$AADSOYM*+4slBdN.4Fx}MPs6Fm!LvSQ[zGFWW$A\";i:2296;s:15:\"_X=hT?GUO[T|aLA\";i:2297;s:24:\"@2=hT?GUnGlB/N.4FxrjOABA\";i:2298;s:24:\"Xx=hT?GUnGlB/N.4Fxs@IABA\";i:2299;s:133:\"wu=hT?GUO[8MXLKCVElg*NNK=ZlBEM.4FxrjYBxBRtuBJHNzRm8WNAeZ=hT?GUO[oIYL~FVElg*NNKdJlB9N.4Fx}M;46F/1LvSQ[zGFGG$A]CSOYMj<cA|AO/=hT?GURIlBA\";i:2300;s:15:\"F0>hT?GUO[4}aLA\";i:2301;s:15:\"5}>hT?GUNkBA5FA\";i:2302;s:15:\"F0>hT?GUNkBA7FA\";i:2303;s:15:\"F0>hT?GUNkBA7FA\";i:2304;s:15:\"5}>hT?GUNkBA5FA\";i:2305;s:15:\"5}>hT?GUNkBA7FA\";i:2306;s:15:\":`?hT?GUNkBA7FA\";i:2307;s:15:\"5}>hT?GUNkmBXLA\";i:2308;s:15:\"F0>hT?GUNkmBbLA\";i:2309;s:15:\"F0>hT?GUNkmBbLA\";i:2310;s:15:\"5}>hT?GUNkmBXLA\";i:2311;s:15:\"5}>hT?GUNkmBbLA\";i:2312;s:15:\":`?hT?GUNkmBbLA\";i:2313;s:15:\"5}>hT?GUNk;CXLA\";i:2314;s:15:\"F0>hT?GUNk;CbLA\";i:2315;s:15:\"F0>hT?GUNk;CbLA\";i:2316;s:15:\"5}>hT?GUNk;CXLA\";i:2317;s:15:\"5}>hT?GUNk;CbLA\";i:2318;s:15:\":`?hT?GUNk;CXLA\";i:2319;s:15:\"5}>hT?GUNkVEXLA\";i:2320;s:15:\"F0>hT?GUNkVEbLA\";i:2321;s:15:\"F0>hT?GUNkVEbLA\";i:2322;s:15:\"5}>hT?GUNkVEXLA\";i:2323;s:15:\"5}>hT?GUNkVEbLA\";i:2324;s:15:\":`?hT?GUNkVEXLA\";i:2325;s:15:\"5}>hT?GUO[3rbLA\";i:2326;s:13:\"EH>hT?GUrKlBA\";i:2327;s:191:\"oClB+\",ub@qO5F+uLvSQ[zzb1WoIqI:$vbaUR9:C7XzXJI{ZFAm_#(k)No3B:C2WzXJI|+GAZL$(k)No>M:CQYzXJI{ZSA8y#(k)No>M:CAYzXJI{ZSADt*(k)No`,,CIAvt,ub@=10FRt~BJHNzijcW$AFESOYM*+4slB<M.4Fx}MBA7y>hT?GUNk6FXLA\";i:2328;s:46:\"I0=hT?GUYDlBIM.4Fx~5EAeZ=hT?GUYDlBAM.4Fx~5EABA\";i:2329;s:83:\"tu=hT?GU4DlBbL.4Fx~5EA|e=hT?GUYDlBjL.4Fx}MJA%$>hT?GUYDlBpN.4FxrjYB_A2W^\",ub@y2aLGtA\";i:2330;s:66:\"%M>hT?GUHGlBoM.4Fxrj}BKAK\"kt,ub@y2RcBt.o_Q3nE3H#vD5FayLvSQ[z@HoAgA\";i:2331;s:15:\"F0>hT?GUO[SqbLA\";i:2332;s:238:\"oC9B+\",ub@^D5F+uLvSQ[zzb1WoIqI:$vbaUR9:C;XzXJI{ZCADt$(k)Noa.]QuW8MqI:$vbX%h\"&a_Q3nE3so#AeZ=hT?GU~@jBbLjt,ub@=10FQA\"AyD1+!ROLgACCJHNzijcW$A}DSOYM*+4slBUQ.4Fx}Mr}6FI4LvSQ[zGF6C$AhDSOYMj<sABAvW=hT?GUDClB/N.4FxrjYBYAIAnt,ub@^D5F.4LvSQ[zGF?D$A\";i:2333;s:15:\"),=hT?GUNk>JXLA\";i:2334;s:62:\"%M>hT?GUHGlBoM.4Fx}M)96F`xLvSQ[z{&0WkUqI:$vb*|c\"Sq_Q3nE3t`1ABA\";i:2335;s:61:\"%M>hT?GU/A$AKDSOYM*+*llBsM.4Fx}ME96FKyLvSQ[zM$0WJVqI:$vbu<c\"A\";i:2336;s:66:\"%M>hT?GU/A$AKDSOYMj<sACA,>=hT?GUNkYLXLSKVElg*N+PlBlB0M.4Fxrj}BQAIA\";i:2337;s:77:\"Vj=hT?GUIDlB<M.4Fx~5IA};=hT?GUNk9MXL=JVElg*N+P1BlBwM.4Fxrj}BSAJt/\",ub@y2#yBtA\";i:2338;s:66:\"%M>hT?GU/A$AKDSOYMj<sACA,>=hT?GUNkYLXLSKVElg*N+PlBlB0M.4Fxrj}BQAIA\";i:2339;s:77:\"Vj=hT?GUIDlB<M.4Fx~5IA};=hT?GUNk9MXL=JVElg*N+P1BlBwM.4Fxrj}BSAJt/\",ub@y2#yBtA\";i:2340;s:46:\"l==hT?GU\"tlBsM.4Fxrj%A2[=hT?GU\"tlB0M.4Fxrj%ABA\";i:2341;s:13:\"_X=hT?GUMHlBA\";i:2342;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2343;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2344;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2345;s:38:\"pu=hT?GU~AlBbL.4Fx}Mo[6F.4LvSQ[zGF?D$A\";i:2346;s:13:\"nu=hT?GU4DlBA\";i:2347;s:13:\"nu=hT?GU\"tlBA\";i:2348;s:13:\"4r=hT?GU:tlBA\";i:2349;s:87:\"z8?hT?GUO[3rZLEUVElg*NNK`BlBzP.4Fx}MPs6FM8LvSQ[zGFXL$ASDSOYMtODtVx`Q3nE3sAgA|BJHNz!PuWA\";i:2350;s:15:\"z:=hT?GUNksPXLA\";i:2351;s:13:\"9M>hT?GUHGlBA\";i:2352;s:52:\"<o=hT?GU~@MBFtlt,ub@TD5FlxLvSQ[zGFlR$AVDSOYMj<sADABA\";i:2353;s:12:\"9M>hT?GU/A$A\";i:2354;s:39:\"#M>hT?GUHGlB_M.4Fxrj}BaAJtBByD1+IT6(D\"A\";i:2355;s:13:\"nu=hT?GU~AlBA\";i:2356;s:38:\"XE=hT?GUNkKVXLlBVElg*N@rMtdZ_Q3nE3]W$A\";i:2357;s:101:\"dx>hT?GUcHlB#L.4Fx}Ml:6FLvLvSQ[zGFfT$A|CSOYM)ZBtJV_Q3nE3H#XL5F{uLvSQ[zIAyWnt,ub@y2b4Ct0k_Q3nE3H#|L5FA\";i:2358;s:14:\"\"l=hT?GU~@eBEA\";i:2359;s:59:\"J0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDA7y>hT?GUNkeZXLA\";i:2360;s:37:\"0d=hT?GU.DlB?L.4Fx}MBAO/=hT?GUNk(abLA\";i:2361;s:13:\"c#=hT?GUXGlBA\";i:2362;s:24:\"?J=hT?GUnGlBzL.4Fx}MBABA\";i:2363;s:13:\"c#=hT?GULKlBA\";i:2364;s:36:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GU}jXBEA\";i:2365;s:179:\"SH=hT?GUpA$A_CSOYMifCtlB_Q3nE3XX$A>CSOYMXwRtrP_Q3nE3so8AHO=hT?GUO[+>XLFBVElg*NJAJt(\",ub@TD5FWuLvSQ[zEAyWjt,ub@=1SLRtuBJHNzij:s$A^CSOYM*+5~lBAM.4Fx}Mr}8F!2LvSQ[z;^1WPjqI:$vbaUS:;CA\";i:2366;s:14:\"/o=hT?GU~@jBEA\";i:2367;s:93:\"5d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A;CSOYMM%BtrP_Q3nE3so8A;C?hT?GU~AlB&O.4Fx}MMApI?hT?GUO[[9XLA\";i:2368;s:76:\"3d=hT?GU(ClB;L.4Fxrj}BoAJt*\",ub@FN5FI4LvSQ[z@H@AgApBJHNzijlT$AIDSOYMj<e\"wABA\";i:2369;s:15:\"),>hT?GUO[b#ZLA\";i:2370;s:37:\"XE=hT?GUuBlBEM.4FxrjYBVBRtpBJHNz?MuWA\";i:2371;s:15:\"5}>hT?GUNkHOXLA\";i:2372;s:92:\"uu=hT?GU5wlBEM.4Fx}MB26FgwLvSQ[zNAbLit,ub@=1tERttBJHNzRmuW%tqI:$vbWARt<BJHNz5uvWCaqI:$vbWAQA\";i:2373;s:70:\"K0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GUnGlBAM.4Fx}MBA;C?hT?GU~AlBCO.4FxrjYB8AIA\";i:2374;s:13:\"yd=hT?GU.DlBA\";i:2375;s:99:\"uu=hT?GUO[8MXLvDVElg*NfA3(*\",ub@TD5FRtLvSQ[zpA/hit,ub@Vd5FfzLvSQ[z@H=B$AyDSOYMj<cALAO/=hT?GUNk|eXLA\";i:2376;s:15:\"bS>hT?GUNkhgXLA\";i:2377;s:101:\"uu=hT?GU4DlB,L.4Fx}Mi(6FbvLvSQ[zkA:>it,ub@=1=ERt)BJHNzRmPtHAvW=hT?GU~@HByWot,ub@y2y(BtPj_Q3nE30oD,6FA\";i:2378;s:26:\"5r?hT?GUxIlB*N.4FxrjYBWAIA\";i:2379;s:15:\"),>hT?GUO[=JZLA\";i:2380;s:26:\"!M>hT?GU/A$AJDSOYMj<sAGABA\";i:2381;s:26:\"!M>hT?GUHGlBkM.4Fxrj}ByAIA\";i:2382;s:13:\"4r?hT?GUxIlBA\";i:2383;s:15:\"9M>hT?GUNkydXLA\";i:2384;s:15:\"9M>hT?GUNk1kXLA\";i:2385;s:13:\"_X=hT?GUDClBA\";i:2386;s:13:\"_X=hT?GU,GlBA\";i:2387;s:13:\"_X=hT?GU,GlBA\";i:2388;s:13:\"_X=hT?GU,GlBA\";i:2389;s:13:\"_X=hT?GU,GlBA\";i:2390;s:13:\"nu=hT?GU4DlBA\";i:2391;s:50:\"qu=hT?GUNk\"lXLi\"LvSQ[zIA/hit,ub@CG5F}4LvSQ[zGFIQ$A\";i:2392;s:12:\"F0=hT?GU/A$A\";i:2393;s:121:\"wu=hT?GU5wlBnP.4FxrjYBIA3(BByD1+ITItC\"GO_Q3nE3so6A1k=hT?GU/A$A~CSOYM)ZRtlB_Q3nE3)AgAuBJHNzijHV$ATDSOYM)ZBt0k_Q3nE3H##T5FA\";i:2394;s:14:\"\"l=hT?GU~@eBEA\";i:2395;s:26:\"6}?hT?GUGJlB<M.4Fxrj}B6AIA\";i:2396;s:64:\"2d=hT?GU(ClB,L.4FxrjYB<ERtrBJHNzRmXtHATq=hT?GUDClBSO.4FxrjYB}AIA\";i:2397;s:15:\"),=hT?GUO[oIaLA\";i:2398;s:110:\"6d=hT?GU(ClB,L.4FxrjYB;DRtrBJHNz?MuW$AVElg*NRAJt+\",ub@=1cFRtuBJHNzijXV$A^CSOYM*+uqlBAM.4Fx}MD@6FT3LvSQ[zGFFB$A\";i:2399;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2400;s:15:\"5}>hT?GUO[SqXLA\";i:2401;s:15:\"5}>hT?GUO[SqXLA\";i:2402;s:15:\"5}>hT?GUO[SqXLA\";i:2403;s:15:\"5}>hT?GUO[SqXLA\";i:2404;s:13:\">J=hT?GUDClBA\";i:2405;s:48:\"qu=hT?GUO[8MXL(HVElg*NlGRtlBJHNz`avWvDqI:$vb:AQA\";i:2406;s:15:\">J=hT?GUO[+>XLA\";i:2407;s:100:\"uu=hT?GUO[8MXLi\"LvSQ[zGFzf$A{DSOYMj<dtzAOc#(k)No3B;CDXzXJI{ZdA7F((k)Noa.V|uW!mqI:$vb\"Ic\"JV`Q3nE3+a$A\";i:2408;s:13:\"c#=hT?GU\"tlBA\";i:2409;s:26:\"ou=hT?GUO[8MXL(HVElg*N)FQA\";i:2410;s:12:\">J=hT?GU/A$A\";i:2411;s:15:\">J=hT?GUNkCtXLA\";i:2412;s:119:\"wu=hT?GUO[N/bLvDVElg*NrA2W&\",ub@Vd5F{uLvSQ[zIAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAyWot,ub@y2y(Bt5F`Q3nE30o!m6FA\";i:2413;s:39:\"7}?hT?GUO[5FXL8MVElg*NJAJt.\",ub@y2!FDtA\";i:2414;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2415;s:53:\"Zx=hT?GU:tlBkM.4Fxrj}B)AJtBByD1+IT2(U\"p1_Q3nE3H#4Y5FA\";i:2416;s:26:\"ou=hT?GUO[8MXLFBVElg*NJAIA\";i:2417;s:35:\"0d=hT?GU.DlB^L.4FxrjKAq1=hT?GUnGlBA\";i:2418;s:34:\"0d=hT?GU.DlB;L.4Fx}MBATq=hT?GU/A$A\";i:2419;s:15:\"bS>hT?GUNkWxXLA\";i:2420;s:13:\"9M>hT?GUHGlBA\";i:2421;s:15:\"F0@hT?GUNk7yXLA\";i:2422;s:15:\"F0@hT?GUNkF0XLA\";i:2423;s:15:\"F0@hT?GUNk$TXLA\";i:2424;s:15:\"F0@hT?GUNkq1XLA\";i:2425;s:15:\"F0@hT?GUNk?2XLA\";i:2426;s:15:\"F0@hT?GUNkZ4XLA\";i:2427;s:14:\"F0@hT?GU~@JBEA\";i:2428;s:15:\"F0@hT?GUNk!5XLA\";i:2429;s:15:\"F0@hT?GUNkI7XLA\";i:2430;s:15:\"F0@hT?GUNkt8XLA\";i:2431;s:15:\"F0@hT?GUNk]9XLA\";i:2432;s:15:\"F0@hT?GUNkc#XLA\";i:2433;s:15:\"F0@hT?GUNk%$XLA\";i:2434;s:15:\"F0@hT?GUNkL&XLA\";i:2435;s:15:\"F0@hT?GUNkw(XLA\";i:2436;s:15:\"F0@hT?GUNk`)XLA\";i:2437;s:15:\"F0@hT?GUNkf+XLA\";i:2438;s:15:\"F0@hT?GUNk),XLA\";i:2439;s:15:\"F0@hT?GUNkO/XLA\";i:2440;s:15:\"F0@hT?GUNkz:XLA\";i:2441;s:15:\"F0@hT?GUNk};XLA\";i:2442;s:15:\"F0@hT?GUNki=XLA\";i:2443;s:15:\"F0@hT?GUNk,>XLA\";i:2444;s:15:\"F0@hT?GUNkR@XLA\";i:2445;s:15:\"F0@hT?GUNk2[XLA\";i:2446;s:15:\"F0@hT?GUNkA^XLA\";i:2447;s:15:\"F0@hT?GUNkl_XLA\";i:2448;s:15:\"F0@hT?GUNk:`XLA\";i:2449;s:15:\"F0@hT?GUNkU|XLA\";i:2450;s:15:\"F0@hT?GUNk5}XLA\";i:2451;s:50:\"I0=hT?GUNkNcbL!GVElg*N&FRtpBJHNzRmY\"k\"^X_Q3nE3]W$A\";i:2452;s:29:\"`X=hT?GUO[N/YLcMVElg*NNKkUlBA\";i:2453;s:26:\"`X=hT?GU~@eB/hlt,ub@=1gFQA\";i:2454;s:26:\"`X=hT?GU~@aB/hlt,ub@=1QFQA\";i:2455;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2456;s:26:\"`X=hT?GU~@SB/hlt,ub@=1;EQA\";i:2457;s:12:\">J=hT?GU/A$A\";i:2458;s:13:\"nu=hT?GU~AlBA\";i:2459;s:77:\"aE=hT?GU}jLBc4ht,ub@=1#ERt)BJHNzRmWAq\"xd`Q3nE30o/V8FmuLvSQ[z`C2W.\",ub@y2!FFtA\";i:2460;s:15:\"5}>hT?GUO[SqbLA\";i:2461;s:42:\"7}>hT?GUO[SqbL1RVElg*N+P44lBkM.4Fxrj}BrBQA\";i:2462;s:14:\"A^?hT?GU~@FBEA\";i:2463;s:24:\"ou=hT?GU\"tlBfP.4FxrjBABA\";i:2464;s:15:\"bS>hT?GUO[3rbLA\";i:2465;s:13:\"Wx>hT?GUGJlBA\";i:2466;s:15:\"hg=hT?GUO[UEYLA\";i:2467;s:13:\"c#=hT?GU~AlBA\";i:2468;s:13:\"9M>hT?GUHGlBA\";i:2469;s:15:\"bS=hT?GUNk6FYLA\";i:2470;s:13:\"Wx>hT?GUGJlBA\";i:2471;s:13:\"9M>hT?GU:tlBA\";i:2472;s:13:\"9M>hT?GU:tlBA\";i:2473;s:24:\":o=hT?GUbKlB<M.4Fx~5IABA\";i:2474;s:24:\"5r=hT?GUbKlB<M.4Fx~5IABA\";i:2475;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:2476;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:2477;s:15:\"),?hT?GUNkEHYLA\";i:2478;s:13:\"`)>hT?GU~AlBA\";i:2479;s:13:\"/o>hT?GU~AlBA\";i:2480;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2481;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2482;s:13:\"9M>hT?GUHGlBA\";i:2483;s:67:\"h#=hT?GUXGlBbL.4Fx~5PAHO=hT?GU/A$A=CSOYM*+EtoI_Q3nE3dF$A[CSOYM)ZBtA\";i:2484;s:13:\">J=hT?GU7KlBA\";i:2485;s:13:\"EH=hT?GU~AlBA\";i:2486;s:12:\">J=hT?GU/A$A\";i:2487;s:12:\"EH=hT?GUpA$A\";i:2488;s:12:\"F0=hT?GU/A$A\";i:2489;s:15:\"F0=hT?GUO[&aYLA\";i:2490;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2491;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2492;s:15:\"),=hT?GUNkpIYLA\";i:2493;s:15:\"),=hT?GUNk>JYLA\";i:2494;s:15:\"),=hT?GUNkYLYLA\";i:2495;s:15:\"),=hT?GUNk9MYLA\";i:2496;s:15:\"),=hT?GUNkHOYLA\";i:2497;s:15:\"),=hT?GUNksPYLA\";i:2498;s:15:\"),=hT?GUNk[QYLA\";i:2499;s:15:\"),=hT?GUNkbSYLA\";i:2500;s:15:\"),=hT?GUNk$TYLA\";i:2501;s:15:\"),=hT?GUNkKVYLA\";i:2502;s:15:\"),=hT?GUNkvWYLA\";i:2503;s:15:\"),=hT?GUNk_XYLA\";i:2504;s:15:\"),=hT?GUNkeZYLA\";i:2505;s:15:\"),=hT?GUNk(aYLA\";i:2506;s:12:\"F0=hT?GU/A$A\";i:2507;s:13:\"c#=hT?GULKlBA\";i:2508;s:26:\"?J=hT?GU/A$A[CSOYMj<dtJACA\";i:2509;s:49:\"I0=hT?GU~@SB/hjt,ub@=1;ERtpBJHNzijdT$AADSOYMB]BtA\";i:2510;s:25:\"5r=hT?GUcHlB?L.4Fx}M_=6FA\";i:2511;s:15:\"5}>hT?GUO[0kXLA\";i:2512;s:12:\"bS=hT?GU/A$A\";i:2513;s:39:\"pu=hT?GUNk\"lXL&\"LvSQ[zCAbLkt,ub@y2xWKtA\";i:2514;s:15:\"Qj=hT?GUO[(,ZLA\";i:2515;s:124:\"vB?hT?GUxIlB\"O.4FxrjYBLJRt%BJHNzRm9(CATq>hT?GU}jEByWtt,ub@=1RES\"|\",ub@y2DAyWR9qI:$vbaUht:C1ZzXJI{ZRA]Q*(k)No|B:CbfzXJI|+CACA\";i:2516;s:15:\"),=hT?GUNkNcYLA\";i:2517;s:15:\"),=hT?GUNkNccLA\";i:2518;s:151:\"yu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GUO[1[XLEUVElg*NNK`BlBdN.4Fx}MPs6FW!LvSQ[z6{zWs8qI:$vbaUBt:C1ZzXJI{ZRA]Q*(k)No|B:C$YzXJI|+`D#DgA|BJHNz!PuWA\";i:2519;s:113:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzApuWeGqI:$vbSARttBJHNzApuWDHqI:$vb{ARt2BJHNzRmQ\"V\"A\";i:2520;s:64:\"ZE=hT?GUO[s8YLeGVElg*NNKfDlBIM.4Fx~5DAeZ=hT?GUO[&aXL~FVElg*NdAIA\";i:2521;s:26:\"zd=hT?GU.DlB.M.4FxrjYB{CQA\";i:2522;s:171:\"#d=hT?GU(ClBEM.4Fx~5DAq1=hT?GU/A$A^CSOYMB]Bt^X_Q3nE3kAi\"_BJHNzRmQ\"C\"@Q_Q3nE3t`yA;C=hT?GUNkydYLmOVElg*N+PLPlB<M.4Fx}MBA7y>hT?GUO[SqXLBNVElg*NNK(nlB/N.4Fxs@IA[Q>hT?GUO[Q@ZLA\";i:2523;s:13:\"5}?hT?GUGJlBA\";i:2524;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2525;s:42:\"Sj=hT?GUO[UEaL0EVElg*N+PbPlB?L.4Fxrj}B?BQA\";i:2526;s:26:\"5r=hT?GUNkydYL_EVElg*N^AIA\";i:2527;s:15:\"5}?hT?GUO[3rXLA\";i:2528;s:24:\"`X=hT?GUMHlBkM.4Fx~5LABA\";i:2529;s:29:\"!M>hT?GUO[lBaL1RVElg*NNK^nlBA\";i:2530;s:13:\"nu=hT?GU~AlBA\";i:2531;s:13:\"nu=hT?GU4DlBA\";i:2532;s:87:\"4d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A)DSOYMj<dt?ADt#(k)No`,lC2W@\",ub@y2xWPtPj_Q3nE30oD,6FA\";i:2533;s:13:\"?2=hT?GUzClBA\";i:2534;s:33:\"Am=hT?IUO[&aXL#zGFIIlB|FkcwYA:D\"A\";i:2535;s:15:\"yd=hT?GUO[3rXLA\";i:2536;s:79:\"4d=hT?GU)vlB?L.4Fx}M%A;C=hT?GUuBlBEM.4Fxs@CAq1=hT?GUzClB7L.4Fxs@CA<v=hT?GUzClBA\";i:2537;s:111:\"wu=hT?GU5wlBUM.4Fxs@.AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbpLi\"uBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2538;s:158:\"#d=hT?GU.DlB;L.4FxrjKAkn=hT?GUcHlBbL.4Fxrj}BtHS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAbLpt,ub@^D5FvzLvSQ[zFA/hkt,ub@^D7F`xLvSQ[z?C2W/\",ub@^D7FayLvSQ[z?CIA\";i:2539;s:35:\"pu=hT?GU~AlBnP.4Fxs@MAYL>hT?GUHGlBA\";i:2540;s:13:\"nu=hT?GU4DlBA\";i:2541;s:24:\"6}?hT?GUH2lB<M.4Fx~5.ABA\";i:2542;s:40:\"H0=hT?GU:tlBeO.4FxrjYBJFRt%BJHNzRm9(hABA\";i:2543;s:15:\"F0>hT?GUO[E0bLA\";i:2544;s:15:\"VE=hT?GUO[s8cLA\";i:2545;s:13:\"VE=hT?GUvulBA\";i:2546;s:24:\"d#=hT?GUXGlBbL.4Fx}M&ABA\";i:2547;s:56:\"ZE=hT?GUdUlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2548;s:15:\"VE=hT?GUO[95aLA\";i:2549;s:13:\"VE=hT?GU>BlBA\";i:2550;s:13:\"VE=hT?GUuBlBA\";i:2551;s:13:\"nu=hT?GU~AlBA\";i:2552;s:35:\"6r=hT?GUEvlB?L.4Fxs@&A;C=hT?GUcHlBA\";i:2553;s:174:\"0u=hT?GU~AlBnP.4Fxs@MANc=hT?GU(ClB,L.4Fx}Mc16FrvLvSQ[zEAbLht,ub@CG5FQwLvSQ[zGF*B$ACDSOYMj<cAFAeZ=hT?GUO[McXL~FVElg*NNKvDlBFN.4Fxrj}B[BQA;\",ub@cY5F/1LvSQ[zGF6C$AUDSOYMj<e\"4ABA\";i:2554;s:35:\"pu=hT?GU5wlBnP.4Fxs@<A<v=hT?GUnGlBA\";i:2555;s:15:\"Wx=hT?GUO[McXLA\";i:2556;s:88:\"tu=hT?GU4DlBEM.4Fx}MJAq1=hT?GUO[McXLPDVElg*N/A2W+\",ub@y2xWCtoI`Q3nE30oN/6FI4LvSQ[zGFSC$A\";i:2557;s:29:\"G0>hT?GUO[VxaLEUVElg*NNK(XlBA\";i:2558;s:15:\"F0>hT?GUO[E0XLA\";i:2559;s:24:\"ou=hT?GU~AlBUM.4FxrjOABA\";i:2560;s:76:\"3d=hT?GU.DlB;L.4FxrjYBxBS\"*\",ub@TD5FmuLvSQ[z#31W1RqI:$vbaU\"]:CkczXJI|+wC`BgA\";i:2561;s:24:\"d#=hT?GUXGlBnL.4Fx}MCABA\";i:2562;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2563;s:15:\"5}>hT?GUNk+hYLA\";i:2564;s:15:\"bS=hT?GUNkQjYLA\";i:2565;s:15:\"KV=hT?GUO[+>XLA\";i:2566;s:71:\"aE=hT?GUuBlB(L.4Fx}MB26FQwLvSQ[zEA/hjt,ub@=10FRtpBJHNz?MuW|LqI:$vbX%h\"A\";i:2567;s:15:\"5}>hT?GUO[3rXLA\";i:2568;s:15:\"5}>hT?GUO[PjXLA\";i:2569;s:15:\"5}>hT?GUO[3rXLA\";i:2570;s:246:\"oC!u)\",ub@=1MFQA*\",ub@y2y(OtJV_Q3nE3BB$AHDSOYMM%BtdZ_Q3nE30o$$5FgwLvSQ[zGFII$A^CSOYMj<cAXA<v=hT?GUO[jnYLfTVElg*NtEOt4}_Q3nE30oJV5F/1LvSQ[z@H^H$AUDSOYMj<tttAOc)(k)Noa..>wW5FqI:$vb,Bi\"%BJHNzRm8WrA]9?hT?GUO[AA6Fc8LvSQ[zGFfL$ASDSOYM*+6mlBhN.4FxrjBABA\";i:2571;s:198:\"$d=hT?GU.DlBEM.4FxrjYBFDRtuBJHNzRmPthAeZ=hT?GUO[rPZL~FVElg*NNKzXlBKO.4FxrjYBRBRt$BJHNzijgS$AhDSOYMj<dtSADt)(k)Noa.pIyWz3qI:$vbaUUE:C2ezXJI|+wC=FgApBJHNzApuWIoqI:$vbaUvD:C1ZzXJI|+wC}QgAyBJHNzRm9(mABA\";i:2572;s:13:\"yd=hT?GU.DlBA\";i:2573;s:69:\"J0=hT?GUO[rPZL!GVElg*NNKnblB7L.4FxrjYBFDRttBJHNzRm8WLA;C?hT?GUO[.oZLA\";i:2574;s:15:\"F0>hT?GUNk/oYLA\";i:2575;s:15:\"F0>hT?GUO[DHYLA\";i:2576;s:148:\"9d=hT?GU(ClBzL.4FxrjYBrDQA;\",ub@TD5FY4LvSQ[zFAG\"#(k)No`,9C2W@\",ub@y2_9BtK&_Q3nE3\"!vA6F@hT?GU~AlB.M.4FxrjYB{CRt{BJHNz!PuW1RqI:$vbaUY4:C.YzXJI|+wC:GgA\";i:2577;s:13:\"z:=hT?GU\"tlBA\";i:2578;s:13:\"nu=hT?GU~AlBA\";i:2579;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:2580;s:56:\"I0=hT?GUO[rPZL!GVElg*NNKzXlB7L.4FxrjYBFDRttBJHNzRmPthABA\";i:2581;s:98:\"uu=hT?GU~AlB#L.4Fxs@DA1k=hT?GU~@SBz(it,ub@nH5FRtLvSQ[zS>0W(HqI:$vb)qd\"=J_Q3nE30oH75Fl%LvSQ[z@HYI$A\";i:2582;s:15:\"5}?hT?GUO[5FXLA\";i:2583;s:13:\"c#=hT?GUXGlBA\";i:2584;s:193:\"6P=hT?GUO[+>XLqCVElg*N/AJt+\",ub@TD7FgwLvSQ[zGF2e$A^CSOYMj<e\"[A<v=hT?GUO[jncLvjVElg*N)PPtSq`Q3nE30o>26FI4LvSQ[zGFmO$AhDSOYMj<ttvAOc%(k)Noa.E\"YL:CVElg*NB.OtQ@_Q3nE30o(H5F}4LvSQ[zGF<E$AfDSOYMifBtA\";i:2585;s:14:\"),=hT?GU}jXBEA\";i:2586;s:69:\">`?hT?GUNknuYLOWVElg*NNKZFlBpN.4Fxrj}BOCRt3BJHNzRm*(YABA`Q3nE3H#e+5FA\";i:2587;s:15:\"F0>hT?GUNkF0YLA\";i:2588;s:29:\"G0>hT?GUNkq1YLBNVElg*N+PKSlBA\";i:2589;s:88:\"ng=hT?GUO[8McLeGVElg*N&FRtuBJHNzRmOAx\"8M_Q3nE3]W$AADSOYMj<cADBDt#(k)NoYO:C1ZzXJI|+wCJFgA\";i:2590;s:42:\"<`?hT?GUO[95XLOWVElg*N+PaSlBpN.4Fxrj}BcCQA\";i:2591;s:80:\"?`?hT?GUO[95XLnbVElg*NNK3blBkQ.4Fx}MBA7y>hT?GUO[GOaLBNVElg*N+P6SlB_M.4Fxrj}BgCQA\";i:2592;s:15:\"F0=hT?GUO[#TYLA\";i:2593;s:88:\"4d=hT?GU.DlBtN.4Fxrj}BiCS\"(\",ub@y2_9EtdZ_Q3nE3kAi\"uBJHNzRm)WbAeZ=hT?GU/A$AADSOYMj<dthACA\";i:2594;s:34:\"0d=hT?GU(ClB;L.4Fx~5EAkn=hT?GU/A$A\";i:2595;s:46:\"qu=hT?GU4DlBbL.4FxrjKAYL=hT?GUuBlB(L.4FxrjKABA\";i:2596;s:15:\"bS=hT?GUO[y:XLA\";i:2597;s:65:\"ru=hT?GUO[8MXLOWVElg*NNKumlB3L.4Fx}Mz$6FD3LvSQ[zGF?L$AfDSOYMifBtA\";i:2598;s:39:\"7}>hT?GUO[~laL:CVElg*N[A2W@\",ub@y2mnOtA\";i:2599;s:46:\"qu=hT?GU4DlB#L.4Fxs@DA1k=hT?GUYDlB^L.4Fx}MBABA\";i:2600;s:13:\"nu>hT?GU~AlBA\";i:2601;s:26:\"LV=hT?GUO[UEYL~FVElg*N&FQA\";i:2602;s:12:\"?2=hT?GU/A$A\";i:2603;s:48:\"vP=hT?GUNk%$YLFBVElg*NJAJt(\",ub@TD5FWuLvSQ[zEAEA\";i:2604;s:15:\"F0=hT?GUO[uWYLA\";i:2605;s:13:\"(a=hT?GUTClBA\";i:2606;s:15:\"VE=hT?GUNkL&YLA\";i:2607;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:2608;s:117:\"N0=hT?GUO[jnYL!GVElg*NNKQQlB7L.4FxrjYBCCRttBJHNzRmQ\"N\"E0`Q3nE3kAi\")BJHNzRm8WKA7y>hT?GUO[GOaL:CVElg*N=A3(:\",ub@y2.hJtA\";i:2609;s:13:\"z:>hT?GULKlBA\";i:2610;s:29:\"ou=hT?GUO[8MXLzXVElg*NNK(HlBA\";i:2611;s:37:\"pu=hT?GU4DlB3L.4Fx}MKAf+>hT?GUO[rPXLA\";i:2612;s:13:\"_X=hT?GUoDlBA\";i:2613;s:14:\"_X=hT?GU~@VBEA\";i:2614;s:13:\"_X=hT?GUzClBA\";i:2615;s:13:\"_X=hT?GU,GlBA\";i:2616;s:14:\"_X=hT?GU~@SBEA\";i:2617;s:15:\"_X=hT?GUO[+>XLA\";i:2618;s:72:\"su=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5F{uLvSQ[zEAG\"#(k)No3B:C$YzXJI|+wCuGgA\";i:2619;s:13:\"L&=hT?GU3GlBA\";i:2620;s:15:\"c#@hT?GUNkw(YLA\";i:2621;s:15:\"5}>hT?GUO[0kXLA\";i:2622;s:102:\"[`?hT?GUO[0kXLvDVElg*NfA2W*\",ub@y2EtFt#T_Q3nE3H#&\":CjfzXJI{Z5XaL?jVElg*NLKOth=_Q3nE3~R0Af+=hT?GU}jXBEA\";i:2623;s:15:\"F0>hT?GUO[0kXLA\";i:2624;s:13:\"Qj=hT?GUHGlBA\";i:2625;s:82:\"4d=hT?GU.DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$A\";i:2626;s:15:\"Qj=hT?GUNk`)YLA\";i:2627;s:59:\"Uj=hT?GUNkf+YLeGVElg*N&FRtuBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2628;s:64:\"g#=hT?GUXGlB#L.4FxrjFA+h=hT?GUO[+>ZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2629;s:13:\"yd=hT?GU.DlBA\";i:2630;s:15:\"L&@hT?GUNk),cLA\";i:2631;s:13:\"yd=hT?GU.DlBA\";i:2632;s:15:\"Qj=hT?GUO[+>ZLA\";i:2633;s:26:\"zd=hT?GU.DlB,L.4FxrjYBEEQA\";i:2634;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[Y4dL/VVElg*N)FQA\";i:2635;s:15:\">J>hT?GUO[Y4ZLA\";i:2636;s:40:\"pu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKABA\";i:2637;s:12:\"?2=hT?GU/A$A\";i:2638;s:60:\"ru=hT?GU4DlB#L.4FxrjFAU|>hT?GUO[muXL@QVElg*NLAJt.\",ub@=1TEQA\";i:2639;s:27:\"!M>hT?GUO[lBaLNJVElg*N[}MtA\";i:2640;s:26:\")a=hT?GUNkO/YLIIVElg*N;AIA\";i:2641;s:42:\"|)?hT?GUO[UEZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2642;s:38:\"uP@hT?GU/A$A`DSOYM*+@klBjP.4FxrjYB2AIA\";i:2643;s:46:\"qu=hT?GU4DlBjL.4FxrjKA$T=hT?GUcHlB.M.4Fx}MBABA\";i:2644;s:15:\"z:>hT?GUO[@QXLA\";i:2645;s:37:\"pu=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FA\";i:2646;s:37:\"pu=hT?GUO[8MXLvDVElg*NrAK\"ht,ub@CG5FA\";i:2647;s:13:\"yd=hT?GU.DlBA\";i:2648;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:2649;s:70:\"K0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOA%$>hT?GUuBlB3L.4FxrjYBbBQA\";i:2650;s:15:\"VE?hT?GUNkz:YLA\";i:2651;s:83:\"4d=hT?GU.DlBnL.4Fxrj}B2CRtnBJHNz?MuWKCqI:$vb;BgAoBJHNz?MuW_EqI:$vb;BgA&BJHNzRmQ\"D\"A\";i:2652;s:13:\"z:>hT?GUXGlBA\";i:2653;s:13:\"z:>hT?GULKlBA\";i:2654;s:15:\"z:>hT?GUO[s8XLA\";i:2655;s:15:\"z:>hT?GUO[@QXLA\";i:2656;s:12:\"(a=hT?GU/A$A\";i:2657;s:48:\"qu=hT?GUO[8MXLlBVElg*NRAJt(\",ub@MI5FPzLvSQ[zEAEA\";i:2658;s:13:\"nu>hT?GU~AlBA\";i:2659;s:57:\"ru=hT?GU4DlBrL.4FxrjKApI=hT?GUcHlBvL.4FxrjKA$T=hT?GUcHlBA\";i:2660;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:2661;s:15:\"VE=hT?GUO[3rXLA\";i:2662;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:2663;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:2664;s:15:\"VE?hT?GUO[|;XLA\";i:2665;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:2666;s:15:\"Wx=hT?GUO[+>XLA\";i:2667;s:13:\"z:>hT?GUXGlBA\";i:2668;s:15:\"?2=hT?GUO[+>XLA\";i:2669;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:2670;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:2671;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:2672;s:121:\"uu=hT?MU4DlB~/DA(ajBFB4BD\"pVVElg*NNKZVlB=N.4Fxrj}B4CQADByD1+ITeLR\"Q@`Q3nE30oJ`5FO2LvSQ[zGFoAi\"#BJHNzRm8WBA]9>hT?GUO[DHXLA\";i:2673;s:186:\"q#=hT?GUXGlB#L.4FxrjFA;C=hT?GUO[95aLlBVElg*NUBRtnBJHNzzguWKCqI:$vbaUjH:CDXzXJI{ZCAln#(k)No3B:CbXzXJI|+FA7F((k)Noa.x(xWPjqI:$vbxfyq:C3bzXJI|+wCwAS\"DByD1+IT5WR\"\"]`Q3nE3H#/`5F:&LvSQ[z@H&K$A\";i:2674;s:15:\"Qj=hT?GUNkf+YLA\";i:2675;s:64:\"2d=hT?GU.DlB,L.4FxrjYBACRtnBJHNz?MuWPjqI:$vbaUyK:C*ZzXJI|+`DlFgA\";i:2676;s:26:\"WE=hT?GUdUlBnL.4Fxrj}B&CQA\";i:2677;s:26:\"WE=hT?GUO[95aLlBVElg*NUBQA\";i:2678;s:26:\"WE=hT?GU>BlBnL.4FxrjYBaAIA\";i:2679;s:67:\"aE=hT?GUuBlBnL.4FxrjBAHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtA\";i:2680;s:12:\"bS=hT?GU/A$A\";i:2681;s:12:\"EH=hT?GUpA$A\";i:2682;s:13:\"sP=hT?GUTClBA\";i:2683;s:13:\"sP=hT?GUDClBA\";i:2684;s:70:\"3d=hT?GU.DlBEM.4Fx}MJAq1=hT?GU/A$A^CSOYM)ZDt^X_Q3nE3kAgA!BJHNzRm)WfABA\";i:2685;s:27:\")a=hT?GU~@jB:>ot,ub@y2/>CtA\";i:2686;s:63:\"ru=hT?GU4DlBCO.4FxrjYB8AIAit,ub@=1;ERt%BJHNzRmPtCApI>hT?GUzClBA\";i:2687;s:63:\"2d=hT?GU.DlBEM.4FxrjYB*BRtpBJHNzzguW(,qI:$vbWUc\"oI`Q3nE3H#k_5FA\";i:2688;s:24:\"@2=hT?GUDClBAM.4Fxs@CABA\";i:2689;s:27:\"6}>hT?GUO[95XL:CVElg*Nj&OtA\";i:2690;s:50:\"1d=hT?GU(ClBzL.4Fxrj}B+CQA)\",ub@Lb5FD3LvSQ[zGF}AgA\";i:2691;s:40:\"{X=hT?GU^ClB*N.4FxrjYB&ERt2BJHNzRm*(fABA\";i:2692;s:68:\"3d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fxs@CA<v=hT?GUDClB/N.4Fxs@IABA\";i:2693;s:13:\"(a=hT?GUTClBA\";i:2694;s:72:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYMj<sAgA<v=hT?GUMHlB.M.4Fxrj}B:CQA\";i:2695;s:12:\"(a=hT?GU/A$A\";i:2696;s:13:\"nu=hT?GU\"tlBA\";i:2697;s:15:\"5}>hT?GUO[#TaLA\";i:2698;s:15:\":`?hT?GUO[#TaLA\";i:2699;s:26:\"*,>hT?GUO[GOXL@QVElg*NLAIA\";i:2700;s:13:\"yd=hT?GU.DlBA\";i:2701;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2702;s:13:\"sP=hT?GU:tlBA\";i:2703;s:70:\"3d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fxs@CA<v=hT?GUDClB.M.4Fxrj}B>CQA\";i:2704;s:45:\"I0=hT?GUDClBIM.4Fx}MBAeZ=hT?GU/A$AADSOYM)ZBtA\";i:2705;s:12:\"(a=hT?GU/A$A\";i:2706;s:15:\"L&>hT?GUNkVEZLA\";i:2707;s:153:\"yu=hT?GU4DlBUM.4Fxs@IANc=hT?GU.DlB)M.4Fxrj}B]CRtlBJHNzRm*(gA|e=hT?GUNkVEZLFBVElg*NXAIAst,ub@y2^QJtJV`Q3nE30ooI5F<8LvSQ[zGF#L$A:DSOYMj<dt&Ax()(k)Noa.HOyWA\";i:2708;s:82:\"4d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRm)WhAf+=hT?GU}jXBEA\";i:2709;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:2710;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2711;s:15:\"5}>hT?GUO[SqXLA\";i:2712;s:38:\"pu=hT?GU4DlBrL.4Fx}Mz$6FD3LvSQ[zGF?L$A\";i:2713;s:15:\"5}>hT?GUO[3rXLA\";i:2714;s:117:\"6d=hT?GU(ClB,L.4FxrjYBEERtrBJHNzRmPtoAkn=hT?GU>BlBzL.4FxrjYBzDRt$BJHNzRmXthA7y>hT?GUNk>JZL:CVElg*NiVQtPj_Q3nE3H#5F6FA\";i:2715;s:15:\"F0>hT?GUO[3rXLA\";i:2716;s:13:\"nu=hT?GU~AlBA\";i:2717;s:15:\"5}>hT?GUO[PjbLA\";i:2718;s:59:\"J0=hT?GUjClBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBA7y>hT?GUNk9MZLA\";i:2719;s:70:\"h#=hT?GUXGlBEM.4Fx}MBAq1=hT?GU5A$A^CSOYM)ZBt^X_Q3nE3cAi\"lBJHNzRmXtiABA\";i:2720;s:15:\"5}>hT?GUO[SqXLA\";i:2721;s:149:\"yu=hT?GUO[8MXL(HVElg*N,A2W(\",ub@WK5FQwLvSQ[zoA/hjt,uj@WK5F>+BA!y#(k)NoYO:CAYzXJI{ZHAln&(k)No`,,C3([\",ub@y2/>Cte+_Q3nE3H#(H6FmuLvSQ[zOAbLot,ub@y2b4BtA\";i:2722;s:39:\"pu=hT?GU4DlB3L.4FxrjYBCCRt2BJHNzRmWAS\"A\";i:2723;s:15:\"5}>hT?GUO[PjXLA\";i:2724;s:75:\"su=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FGuLvSQ[zkA:>ot,ub@y2/>Cte+_Q3nE30o#^6FA\";i:2725;s:175:\"0u=hT?GU4DlBUM.4Fxs@IA<v>hT?GUO[5FXLUEVElg*NNKgglBtN.4FxrjYBmAJt+\",ub@=1~ERtuBJHNzij`T$A^CSOYM*+?nlBAM.4Fx}Ms*6FfzLvSQ[zEAG\"#(k)Noa.,>wWIoqI:$vbaU<8:C1ZzXJI|+`D5FgA&BJHNz{,vWA\";i:2726;s:83:\"cx>hT?GUGJlB#L.4Fxs@(A+h=hT?GUHGlB;L.4Fx}MBAkn=hT?GU/A$AuDSOYMj<e\"GA7y>hT?GUO[E0bLA\";i:2727;s:59:\"ru=hT?GUO[8MXLeGVElg*NJA3(+\",ub@%Z5F2uLvSQ[zEAbLjt,ub@%Z5FA\";i:2728;s:48:\"qu=hT?GU4DlB,P.4Fx}Mr}6F%tLvSQ[zOAbLkt,ub@=1CFQA\";i:2729;s:13:\"yd=hT?GU.DlBA\";i:2730;s:13:\"yd=hT?GU.DlBA\";i:2731;s:12:\"bS=hT?GU/A$A\";i:2732;s:13:\"z:>hT?GUXGlBA\";i:2733;s:15:\"z:>hT?GUO[@QXLA\";i:2734;s:13:\"z:>hT?GULKlBA\";i:2735;s:15:\"z:>hT?GUO[s8XLA\";i:2736;s:12:\"bS=hT?GU5A$A\";i:2737;s:35:\"pu=hT?GU4DlB#L.4FxrjFA[Q=hT?GUDClBA\";i:2738;s:13:\"nu>hT?GU~AlBA\";i:2739;s:26:\"cS=hT?GUO[&aXL:CVElg*N[AIA\";i:2740;s:13:\"nu>hT?GU~AlBA\";i:2741;s:26:\"6}>hT?GUNk+hYL@QVElg*NLAIA\";i:2742;s:24:\"ou=hT?GU4DlBfL.4Fx~5AABA\";i:2743;s:37:\"pu=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FA\";i:2744;s:13:\"yd=hT?GU.DlBA\";i:2745;s:15:\"Wx>hT?GUO[5FXLA\";i:2746;s:13:\"yd=hT?GU.DlBA\";i:2747;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2748;s:14:\"?2>hT?GU~@FBEA\";i:2749;s:13:\"nu=hT?GU~AlBA\";i:2750;s:13:\"VE=hT?GUuBlBA\";i:2751;s:14:\"VE=hT?GU}j(ACA\";i:2752;s:15:\"5}>hT?GUO[PjXLA\";i:2753;s:15:\"5}>hT?GUO[3rXLA\";i:2754;s:13:\"yd=hT?GU.DlBA\";i:2755;s:24:\"d#=hT?GUXGlBnL.4Fx}MCABA\";i:2756;s:88:\"L0=hT?GU}jPB/hjt,ub@=19ERtpBJHNzij$S$AADSOYM*+lllBKO.4Fxrj}BHDS\">\",ub@y2/>Ctgg_Q3nE3bD$A\";i:2757;s:13:\"yd=hT?GU.DlBA\";i:2758;s:52:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@y2zWIt=J_Q3nE3t`xABA\";i:2759;s:26:\"!M=hT?GUuBlBWO.4FxrjYB_EQA\";i:2760;s:35:\"MV@hT?GUuBlBnL.4Fx}MCA|e=hT?GUcHlBA\";i:2761;s:12:\"sP=hT?GU/A$A\";i:2762;s:19:\"bS=hT?IU/A$Aij$SlBA\";i:2763;s:13:\"_X=hT?GU,GlBA\";i:2764;s:34:\"pu=hT?GU~AlB<M.4Fx}MBApI>hT?GU/A$A\";i:2765;s:12:\"9M>hT?GU/A$A\";i:2766;s:13:\"9M>hT?GUHGlBA\";i:2767;s:12:\"EH=hT?GUpA$A\";i:2768;s:13:\"EH=hT?GU~AlBA\";i:2769;s:24:\"zd=hT?GU.DlBvL.4Fxs@CABA\";i:2770;s:15:\"5}>hT?GUO[SqXLA\";i:2771;s:15:\"F0>hT?GUO[muXLA\";i:2772;s:15:\"F0>hT?GUO[muXLA\";i:2773;s:13:\"yd=hT?GU.DlBA\";i:2774;s:46:\"qu=hT?GU4DlB#L.4FxrjFA+h=hT?GUHGlB.M.4Fx}MBABA\";i:2775;s:24:\"WE=hT?GUvulB(L.4Fxrj:ABA\";i:2776;s:151:\"9d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbiAQA}\",ub@y2^QJtJV`Q3nE30ooI5F<8LvSQ[zGF#L$A:DSOYMj<dt&Ax()(k)Noa.HOyWLvqI:$vbaUrP:CA\";i:2777;s:29:\"u8?hT?GUO[3rZL.IVElg*N+P.YlBA\";i:2778;s:72:\"su=hT?GU4DlB#L.4Fxs@DA+h=hT?GUNk$TZL0EVElg*NVAJt*\",ub@nH5FI4LvSQ[zGF6C$A\";i:2779;s:15:\"5}>hT?GUO[~lXLA\";i:2780;s:75:\"3d=hT?GU(ClB,L.4Fxrj}BLDRtlBJHNzLYuW(HqI:$vbiAS\">\",ub@y2EtNt0k_Q3nE3H#yK6FA\";i:2781;s:15:\"F0>hT?GUO[muXLA\";i:2782;s:56:\"vP=hT?GUO[v(YLqCVElg*NNK#TlB3L.4FxrjYBsCRt2BJHNzRm8WcABA\";i:2783;s:56:\"vP=hT?GUO[GOYLqCVElg*NNKBNlB3L.4FxrjYB7BRt2BJHNzRm9(SABA\";i:2784;s:13:\"yd=hT?GU.DlBA\";i:2785;s:15:\"F0>hT?GUO[muXLA\";i:2786;s:15:\"F0>hT?GUO[SqXLA\";i:2787;s:15:\"F0>hT?GUNkvWZLA\";i:2788;s:15:\"5}>hT?GUO[~lXLA\";i:2789;s:14:\"`)=hT?GU~@dBEA\";i:2790;s:13:\"Wx>hT?GUGJlBA\";i:2791;s:119:\"*M>hT?GU/A$A!DSOYMWDUtE0_Q3nE3\"W$ARESOYMj<tt.A.>+(k)Noa.=vyWd~qI:$vbxfBN:C`RFByD1+ITj4G\"@Q|Q.4Fxrj}B:AK\"\"tVElg*N+PuGlBA\";i:2792;s:86:\"F^@hT?GUNkeZZLcsVElg*N+P9ZlB<Q.4Fxrj}B:AK\"atVElg*N+PuGlBUUxt,ub@y2RcDt@QAR.4Fxrj}B:AIA\";i:2793;s:12:\"9M>hT?GU/A$A\";i:2794;s:108:\"uu=hT?GU4DlB<M.4Fx~5IA2[@hT?GUNk(aZLcsVElg*N+P=ZlB<Q.4Fxrj}B<AK\"atVElg*N+P!GlBUUxt,ub@y2:hDt@QAR.4Fxrj}B<AIA\";i:2795;s:15:\"?2@hT?GUO[5FXLA\";i:2796;s:37:\"Yx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@0Q5FA\";i:2797;s:24:\":o=hT?GUnGlB<M.4Fx~5IABA\";i:2798;s:24:\"5r=hT?GUnGlB<M.4Fx~5IABA\";i:2799;s:13:\"bS=hT?GU:tlBA\";i:2800;s:15:\"5}>hT?GUO[SqXLA\";i:2801;s:15:\"5}>hT?GUO[~lXLA\";i:2802;s:48:\"Zx>hT?GUO[5FXLvDVElg*NrA2W&\",ub@CG5F{uLvSQ[zpAEA\";i:2803;s:46:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCABA\";i:2804;s:13:\"nu=hT?GU4DlBA\";i:2805;s:12:\">J=hT?GU/A$A\";i:2806;s:135:\"yu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBrL.4Fx}MBApI=hT?GUNElBvL.4Fx}MBA$T=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSAS\">\",ub@y2zWKtA\";i:2807;s:15:\"VE=hT?GUNkydZLA\";i:2808;s:15:\"VE=hT?GUNk|eZLA\";i:2809;s:15:\"VE=hT?GUNkhgZLA\";i:2810;s:15:\"VE=hT?GUNk+hZLA\";i:2811;s:15:\"VE=hT?GUNkQjZLA\";i:2812;s:13:\"VE=hT?GUuBlBA\";i:2813;s:37:\"pu=hT?GU4DlBEM.4Fx}MWn6FlxLvSQ[ztN1WA\";i:2814;s:56:\"2d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$AHDSOYM)ZBt#T_Q3nE3kAgA\";i:2815;s:15:\"F0>hT?GUO[muXLA\";i:2816;s:26:\"!M>hT?GU/A$AJDSOYMj<tt,ACA\";i:2817;s:13:\"9M>hT?GUHGlBA\";i:2818;s:15:\"F0>hT?GUO[muXLA\";i:2819;s:112:\"#M>hT?IUHGlBrzAAq1_Q3nK3H#4Y5F>+`D+G&\"ITn4C\"(a.qqCXLnj9CSA|(y2}9C\"iNkVvD=J4M.4c8rjYBYA3(y2mnF\"hNYBxtITHAOAiN,AoA\";i:2820;s:102:\"#M>hT?IU/A$AWHCt&aqI/TybxfO2:Cnj}B+A#(y29yLAiNkVJFDH&!eBgACi|BoIVZzX3e|+wCwARtIT=>GA(awCFBRmOAcA)azB*B\";i:2821;s:14:\"?2>hT?GU~@qCEA\";i:2822;s:55:\"vP=hT?GUNk\"lZLqCVElg*N+PXblB3L.4Fxrj}BnDRt2BJHNzRmY\"V\"A\";i:2823;s:56:\"vP=hT?GUO[xdYLqCVElg*NNK{OlB3L.4FxrjYB[BRt2BJHNzRmPtVABA\";i:2824;s:56:\"vP=hT?GUO[Y4YLqCVElg*NNKaSlB3L.4FxrjYBcCRt2BJHNzRm8WaABA\";i:2825;s:26:\"@2=hT?GUDClB%N.4Fxrj}BpDQA\";i:2826;s:26:\"Xx=hT?GUDClBZN.4Fxrj}BpDQA\";i:2827;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuW%tqI:$vbWAQA\";i:2828;s:24:\"zd=hT?GU.DlB.M.4Fx}MBABA\";i:2829;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:2830;s:59:\"J0=hT?GUjClBIM.4Fxs@AAeZ=hT?GUjClBAM.4Fxs@AAO/>hT?GUO[@QXLA\";i:2831;s:24:\"zd=hT?GU.DlB7L.4Fx~5DABA\";i:2832;s:12:\"(a=hT?GU/A$A\";i:2833;s:29:\"ou=hT?GUO[8MXLOWVElg*NNKpFlBA\";i:2834;s:13:\"nu>hT?GU~AlBA\";i:2835;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:2836;s:13:\"z:>hT?GUXGlBA\";i:2837;s:13:\"z:>hT?GULKlBA\";i:2838;s:15:\"z:>hT?GUO[@QXLA\";i:2839;s:15:\"nu=hT?GUO[8MXLA\";i:2840;s:70:\"K0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOACt=hT?GU&FlB[N.4FxrjYBgAIA\";i:2841;s:67:\"3d=hT?GU.DlBbL.4Fx~5CA7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:2842;s:24:\"d#=hT?GUXGlBvL.4Fx~5DABA\";i:2843;s:12:\"(a=hT?GU/A$A\";i:2844;s:13:\"c#=hT?GUXGlBA\";i:2845;s:26:\"cS=hT?GU/A$A^CSOYMj<e\"hABA\";i:2846;s:12:\"Wx=hT?GU/A$A\";i:2847;s:144:\"gE=hT?GUuBlBEM.4Fx}M:Aq1=hT?GU~wlB7L.4Fx}M:A<v=hT?GU~wlB#P.4Fx}MBA%$>hT?GU}jNB:>ot,ub@y29yCte+_Q3nE30oJV5FmuLvSQ[zS>0WIoqI:$vbaU?D:C!ezXJI|+CACA\";i:2848;s:14:\"sP=hT?GU~@PBEA\";i:2849;s:15:\"VE?hT?GUNkTqdLA\";i:2850;s:13:\"nu=hT?GU~AlBA\";i:2851;s:15:\"z:>hT?GUO[@QXLA\";i:2852;s:61:\"ru=hT?GU4DlB)M.4Fxs@OA;C=hT?GUuBlBCO.4FxrjYB!AJt@\",ub@y2y(BtA\";i:2853;s:13:\"VE=hT?GUuBlBA\";i:2854;s:13:\"sP=hT?GUzClBA\";i:2855;s:69:\"aE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAi\"+BJHNzRmQ\"H\"A\";i:2856;s:13:\"z:>hT?GUXGlBA\";i:2857;s:15:\"5}>hT?GUO[PjXLA\";i:2858;s:15:\"5}>hT?GUO[PjXLA\";i:2859;s:15:\"5}>hT?GUO[PjXLA\";i:2860;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:2861;s:59:\"J0=hT?GUkvlBIM.4Fxs@$AeZ=hT?GUkvlBAM.4Fxs@$AO/=hT?GUNk4rZLA\";i:2862;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:2863;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:2864;s:12:\"Wx=hT?GU/A$A\";i:2865;s:13:\"nu=hT?GU~AlBA\";i:2866;s:150:\"yu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GU~@SBbLot,ub@y2_9BtK&_Q3nE3\"!vA6F@hT?GU}jEBz(rt,ub@y2DAyW4YqI:$vbvBi\"{BJHNz!PuW1RqI:$vbxfY4:CbfzXJI|+CACA\";i:2867;s:13:\"nu=hT?GU4DlBA\";i:2868;s:15:\"VE?hT?GUNkTqdLA\";i:2869;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:2870;s:13:\"EH?hT?GUuBlBA\";i:2871;s:14:\"EH?hT?GU}j@ACA\";i:2872;s:13:\"c#=hT?GU~AlBA\";i:2873;s:23:\"Xx=hT?GU/A$AEDSOYMtODtA\";i:2874;s:24:\"@2=hT?GUjClBAM.4Fx}MBABA\";i:2875;s:46:\"YE=hT?GUuBlBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBABA\";i:2876;s:34:\"XE=hT?GUuBlBIM.4Fx}MBA<v=hT?GU/A$A\";i:2877;s:34:\"XE=hT?GUuBlBIM.4Fx}MBA<v=hT?GU/A$A\";i:2878;s:46:\"YE=hT?GUuBlBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBABA\";i:2879;s:15:\"A^>hT?GUO[^XXLA\";i:2880;s:15:\"A^>hT?GUO[Q@YLA\";i:2881;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2882;s:26:\"ou=hT?GU&FlB=N.4FxrjYBYAIA\";i:2883;s:27:\"cS=hT?GU/A$A!K[hT?GUNknuZLA\";i:2884;s:13:\"Wx=hT?GU{JlBA\";i:2885;s:15:\"VE?hT?GUO[SqYLA\";i:2886;s:15:\"F0>hT?GUO[0kaLA\";i:2887;s:87:\"tu=hT?GU4DlBnP.4Fxs@MANc=hT?GU.DlB,L.4Fxrj}BzDRtrBJHNzRm8WFAeZ>hT?GUO[SqYL.IVElg*NAbPtA\";i:2888;s:115:\"vu=hT?GUNk\"lXL(HVElg*N,AJt)\",ub@PP5FLvLvSQ[z@HCK$A>CSOYMXwBt+>_Q3nE30oK&5FD3LvSQ[zGFTP$ASDSOYMj<e\"gApI?hT?GUO[[9XLA\";i:2889;s:13:\"`)>hT?GU~AlBA\";i:2890;s:115:\"vu=hT?GUO[N/XLeGVElg*NNK=ZlBIM.4Fxs@CAeZ=hT?GUO[&aZL~FVElg*NXA3([\",ub@y29yCtVx_Q3nE30o/V5F}4LvSQ[zGFIQ$AfDSOYMifBtA\";i:2891;s:15:\"F0>hT?GUO[SqXLA\";i:2892;s:15:\"5}>hT?GUO[~lbLA\";i:2893;s:12:\"(a=hT?GU/A$A\";i:2894;s:15:\"F0>hT?GUO[SqXLA\";i:2895;s:13:\"nu=hT?GU~AlBA\";i:2896;s:13:\"nu=hT?GU4DlBA\";i:2897;s:48:\"I0=hT?GU~@aB/hjt,ub@MI5F2uLvSQ[zRh1W|LqI:$vbuAQA\";i:2898;s:13:\"yd=hT?GU.DlBA\";i:2899;s:13:\"bS?hT?GU~AlBA\";i:2900;s:37:\"e#=hT?GU~AlB%N.4FxrjBA[Q?hT?GUO[SqYLA\";i:2901;s:13:\"VE=hT?GUuBlBA\";i:2902;s:15:\"VE?hT?GUO[SqYLA\";i:2903;s:59:\"J0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUzClBAM.4Fx~5DA7y>hT?GUO[0kaLA\";i:2904;s:70:\"K0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUzClBAM.4Fx~5DA7y>hT?GUO[SqXLUEVElg*N*AIA\";i:2905;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:2906;s:15:\"5}>hT?GUO[PjXLA\";i:2907;s:15:\"5}>hT?GUO[~lXLA\";i:2908;s:87:\"4d=hT?GU(ClB;L.4Fx~5CATq=hT?GU/A$A?CSOYMj<u\"fAU|>hT?GUO[#TaL:CVElg*Nj&OtPj_Q3nE3H#4Y6FA\";i:2909;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:2910;s:15:\"),=hT?GUNk7yZLA\";i:2911;s:24:\"zd=hT?GU.DlBEM.4Fx~5DABA\";i:2912;s:12:\"(a=hT?GU/A$A\";i:2913;s:37:\"0d=hT?GU.DlBbL.4Fx}MCA|e=hT?GUNkF0ZLA\";i:2914;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:2915;s:15:\"9M=hT?GUO[3rXLA\";i:2916;s:26:\"ou=hT?GU~AlBnP.4FxrjYBIAIA\";i:2917;s:15:\"hg=hT?GUO[h=YLA\";i:2918;s:15:\"hg=hT?GUO[e+YLA\";i:2919;s:15:\"hg=hT?GUNkq1ZLA\";i:2920;s:15:\"KV=hT?GUNk?2ZLA\";i:2921;s:13:\"nu=hT?GU~AlBA\";i:2922;s:86:\"hS=hT?GU}j+AZL$(k)No3B:CQYzXJI{ZCA8y#(k)No3B:CAYzXJI{ZASZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2923;s:12:\"EH=hT?GUpA$A\";i:2924;s:12:\"EH=hT?GUpA$A\";i:2925;s:13:\"yd=hT?GU.DlBA\";i:2926;s:13:\"yd=hT?GU.DlBA\";i:2927;s:42:\"7}>hT?GUO[3rXLEUVElg*NNK(XlBhN.4FxrjYBrFQA\";i:2928;s:38:\"0d=hT?GU.DlB7L.4Fx}Mz$6FD3LvSQ[zGF@AgA\";i:2929;s:13:\"_X=hT?GUoDlBA\";i:2930;s:13:\"yd=hT?GU.DlBA\";i:2931;s:15:\"_X=hT?GUO[{eXLA\";i:2932;s:13:\"nu=hT?GU~AlBA\";i:2933;s:83:\"tu=hT?GUO[8MXLUkVElg*N+PxdlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA&BJHNz{,vWA\";i:2934;s:15:\"9M?hT?GUO[h=ZLA\";i:2935;s:13:\"yd=hT?GU.DlBA\";i:2936;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:2937;s:132:\"fE=hT?GUuBlBEM.4Fx}Mz$6FgwLvSQ[zS>0WeGqI:$vb)qd\"^X_Q3nE3t`2AHO@hT?GU/A$AmDSOYM)ZBt4}_Q3nE30o<c5F/1LvSQ[zGF*R$A]CSOYMXwDt.o`Q3nE3sAgA\";i:2938;s:15:\"F0>hT?GUO[SqXLA\";i:2939;s:15:\"t8?hT?GUO[3rXLA\";i:2940;s:13:\"9M>hT?GUHGlBA\";i:2941;s:13:\"9M>hT?GUHGlBA\";i:2942;s:62:\"%M=hT?GUTClBEM.4Fx}Mz$6FgwLvSQ[zS>0WeGqI:$vb)qd\"^X_Q3nE3t`2ABA\";i:2943;s:122:\"xu=hT?GU~AlBbL.4FxrjKAYL=hT?GU~AlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgAuBJHNz?MuWhNqI:$vbSARtpBJHNz?MuW|LqI:$vbSAQA\";i:2944;s:80:\"su=hT?GUO[8MXLvDVElg*NrA3(>\",ub@y2aLJtVx_Q3nE30olB6F}4LvSQ[zGFIQ$AyDSOYMj<cALABA\";i:2945;s:113:\"vu=hT?GUO[8MXLvDVElg*NrA2W&\",ub@Lb5F{uLvSQ[zmA/hht,ub@y2^QCte+_Q3nE30oE06FZ1LvSQ[z6{zW;vqI:$vbaUg$:C$YzXJI{Z*zaLA\";i:2946;s:15:\"F0>hT?GUO[SqXLA\";i:2947;s:14:\"L&>hT?GU}jNBEA\";i:2948;s:13:\"L&>hT?GU>BlBA\";i:2949;s:60:\"2d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU>BlBgM.4Fx}M[+6F#zLvSQ[z@H>O$A\";i:2950;s:96:\"bE=hT?GUO[uWYL?DVElg*NNKGOlBCO.4FxrjYB0A2W|\",ub@y2d4LtXL_Q3nE30oY45FPzLvSQ[zGFDH$AIDSOYMj<tt`ACA\";i:2951;s:53:\"YE=hT?GUO[&aXL?DVElg*NNKfDlB9N.4Fx~5CA7y>hT?GUO[0kXLA\";i:2952;s:13:\"nu=hT?GU\"tlBA\";i:2953;s:13:\"yd=hT?GU.DlBA\";i:2954;s:133:\"8d=hT?GU(ClB;L.4Fx~5CATq=hT?GUnGlBbL.4Fx}MBA|e=hT?GU/A$A?CSOYM*+$klBKO.4Fxrj}B,DS\"~\",ub@y2S/LtPj_Q3nE3~R5A[Q>hT?GUNk%$ZL(,YESOYMifBtA\";i:2955;s:166:\"RH>hT?GUrKlBbL.4Fx}MCA7y=hT?GU~@SB/hjt,ub@WK5F2uLvSQ[zS>0W|LqI:$vb)qd\"lB`Q3nE3kAi\"$BJHNz?MuWcsqI:$vbaUmO:C]azXJI|+wC@IgApBJHNzLYvWl%qI:$vbWAQAHErI:$vbWAQA,ErI:$vbWAQA\";i:2956;s:13:\"nu=hT?GU~AlBA\";i:2957;s:13:\"nu=hT?GU4DlBA\";i:2958;s:29:\"cS=hT?GUNkQjYLEUVElg*NNKmelBA\";i:2959;s:37:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GUO[McZLA\";i:2960;s:13:\"nu=hT?GU4DlBA\";i:2961;s:27:\")a=hT?GUO[&aZL:CVElg*Nj&OtA\";i:2962;s:26:\"ou=hT?GU4DlBtN.4FxrjYB8EQA\";i:2963;s:86:\"tu=hT?GUO[8MXL*BVElg*NJA3(&\",ub@TD5FGuLvSQ[zEA:>ht,ub@Lb5F|7LvSQ[zGF&C$AyDSOYMj<cALABA\";i:2964;s:15:\"VE?hT?GUNkTqdLA\";i:2965;s:15:\"5}>hT?GUNkL&dLA\";i:2966;s:68:\"qu=hT?MUyFlB&!~A`B#(y2!FMt(anBlBFDSOYM@1EtDH_Q3nE3H#Pj6FT3LvSQ[z5AEA\";i:2967;s:26:\"zd=hT?GU)vlB_M.4Fxrj}BzJQA\";i:2968;s:24:\"WE?hT?GU\"tlB&O.4Fx}M<ABA\";i:2969;s:13:\"c#=hT?GU~AlBA\";i:2970;s:13:\"nu=hT?GU&FlBA\";i:2971;s:15:\"R@>hT?GUO[@QXLA\";i:2972;s:15:\"R@>hT?GUO[JVXLA\";i:2973;s:15:\"R@>hT?GUO[uWXLA\";i:2974;s:46:\"I0=hT?GU}DlBIM.4Fx~5FAeZ=hT?GU}DlBAM.4Fx~5FABA\";i:2975;s:51:\"1d=hT?GU.DlBbL.4Fx}MCAO/>hT?GUO[@QXL^XVElg*NNK9JlBA\";i:2976;s:116:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtdZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuWIoqI:$vbaUvD:C3bzXJI|+wCwAQA\";i:2977;s:13:\"_X=hT?GUoDlBA\";i:2978;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2979;s:42:\"XE=hT?GUNkO/ZLlBVElg*NNKCqlBWO.4FxrjYBTBQA\";i:2980;s:64:\"ru=hT?GUO[8MXLPDVElg*NJAIAit,ub@=1hERt2BJHNzijrR$ApDSOYMj<cADABA\";i:2981;s:15:\"9M>hT?GUNk1kXLA\";i:2982;s:13:\"KV@hT?GUuBlBA\";i:2983;s:48:\"qu=hT?GU4DlB3L.4Fx}MKApI>hT?GU{JlB/N.4FxrjYBYAIA\";i:2984;s:13:\"yd=hT?GU.DlBA\";i:2985;s:13:\"nu>hT?GU\"tlBA\";i:2986;s:29:\"`X=hT?GUNkz:ZLcMVElg*N+P;flBA\";i:2987;s:26:\"`X=hT?GUO[jnYLcMVElg*NdAIA\";i:2988;s:26:\"cS=hT?GUzClB3L.4FxrjYBsAIA\";i:2989;s:26:\"`X=hT?GU}jLB/hlt,ub@=1tEQA\";i:2990;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2991;s:27:\"`X=hT?GUNkNcXLcMVElg*NAbOtA\";i:2992;s:70:\"3d=hT?GU.DlBrL.4Fx}MBApI=hT?GUcHlBvL.4Fxs@CA$T=hT?GUcHlB/N.4FxrjYBYAIA\";i:2993;s:14:\"9M=hT?GU}jKBEA\";i:2994;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2995;s:56:\"2d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwRtrP_Q3nE3Oa$A\";i:2996;s:14:\"L&=hT?GU~@FBEA\";i:2997;s:26:\"zd=hT?GU.DlB,L.4FxrjYBEEQA\";i:2998;s:15:\"5}?hT?GUO[5FXLA\";i:2999;s:100:\"5d=hT?GU.DlBEM.4Fxrj}BhDRtuBJHNz?MuWeGqI:$vbxf/1:CAYzXJI{ZCADt#(k)No+E:CvbzXJI|+wCoARt2BJHNzRmXttABA\";i:3000;s:24:\"zd=hT?GU.DlB3L.4Fx~5JABA\";i:3001;s:13:\"yd=hT?GU.DlBA\";i:3002;s:13:\"bS=hT?GUzClBA\";i:3003;s:37:\"#M>hT?GU/A$AJDSOYMj<ttABbLht,ub@Vd5FA\";i:3004;s:13:\"9M>hT?GUHGlBA\";i:3005;s:26:\"ou=hT?GU~AlBnP.4FxrjYBIAIA\";i:3006;s:26:\"zd=hT?GU.DlB(L.4Fxrj}BEEQA\";i:3007;s:42:\"{X=hT?GUNk,>ZLEUVElg*NNK*BlB.M.4Fxrj}BEEQA\";i:3008;s:13:\"F0=hT?GUDClBA\";i:3009;s:13:\"sP=hT?GUnGlBA\";i:3010;s:15:\"),=hT?GUNkNcYLA\";i:3011;s:226:\"oC1B+\",ub@qO5F+uLvSQ[zPAFtit,ub@y2mnNtaS_Q3nE3kAgAsBJHNz?MuW^XqI:$vb4Ci\"lBJHNzLYuW(HqI:$vbiARt*BJHNzRm)WuAYL>hT?GU/A$AhDSOYMj<cAHAO/=hT?GUNk2[ZLhNVElg*NNKwglB8M.4FxrjYBIAK\")vVElg*NNK$A$AQDSOYMj<cABA+hQizXJI|+CAx(F*LvSQ[zGFgAgA\";i:3012;s:125:\"7d=hT?GU(ClB;L.4Fxrj}BKES\"*\",ub@nH5F[tLvSQ[zGFWO$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNzRmPtoAvW=hT?GU~@eBbLkt,ub@y2`QLt0k_Q3nE3H#Sq6FA\";i:3013;s:13:\"\"l=hT?GU>BlBA\";i:3014;s:26:\"Rj=hT?GUO[(,ZL8MVElg*N*AIA\";i:3015;s:13:\"nu=hT?GU~AlBA\";i:3016;s:13:\"nu=hT?GU~AlBA\";i:3017;s:14:\"Qj=hT?GU~@FBEA\";i:3018;s:13:\"c#=hT?GU~AlBA\";i:3019;s:59:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[:CZLA\";i:3020;s:57:\"J0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBAO/>hT?GUXGlBA\";i:3021;s:15:\"5}>hT?GUO[SqXLA\";i:3022;s:15:\"5}>hT?GUO[BtXLA\";i:3023;s:88:\"Fm=hT?GUcHlBcM.4Fx}MCAeZ>hT?GU~AlBUUyt,ub@=11EQA2HrI:$vbWUc\"H7`Q3nE30oaS5FvzLvSQ[z@H4Q$A\";i:3024;s:15:\"`)=hT?GUNkhgYLA\";i:3025;s:35:\"Bm=hT?GUcHlBcM.4Fx}MBA;C?hT?GU~AlBA\";i:3026;s:13:\"yd=hT?GU.DlBA\";i:3027;s:50:\"vP=hT?GU/A$A=CSOYMj<u\"vA[Q=hT?GU/A$A[CSOYMj<u\"vABA\";i:3028;s:15:\"bS>hT?GUNk5}ZLA\";i:3029;s:12:\"\"l=hT?GU/A$A\";i:3030;s:29:\"?J=hT?GUNkNcXLqCVElg*N+PvDlBA\";i:3031;s:15:\"Wx>hT?GUO[5FXLA\";i:3032;s:13:\"nu=hT?GU4DlBA\";i:3033;s:15:\"),=hT?GUO[:CaLA\";i:3034;s:15:\"),=hT?GUO[C\"6FA\";i:3035;s:181:\"1u=hT?GU&FlBrL.4Fx}MBApI=hT?GUNkNcXLKCVElg*NJA3((\",ub@y2zWCtdZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSARt<BJHNz5uvW,7qI:$vbaU^3:CTXzXJI|+wCvDi\"+BJHNzRmQ\"H\"\"]_Q3nE30ooI5FA\";i:3036;s:77:\"su=hT?GU&FlB<M.4Fx~5IA};>hT?GUNkD\"6F:&LvSQ[z@H&K$AlDSOYMj<dtCAx(&(k)Noa.&$xWA\";i:3037;s:15:\":`=hT?GUNk9MXLA\";i:3038;s:26:\"!M>hT?GU/A$ANDSOYMj<sACABA\";i:3039;s:53:\"qu=hT?GU&FlB=N.4Fxrj}BUEQAEByD1+ITiLa\"k__Q3nE3H##^5FA\";i:3040;s:26:\"ou=hT?GU&FlB=N.4Fxrj}BUEQA\";i:3041;s:53:\"qu=hT?GU&FlB=N.4Fxrj}BUES\"?\",ub@y2PcBtk__Q3nE3H##^5FA\";i:3042;s:81:\"tu=hT?GU&FlB#L.4FxrjFAHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWtpqI:$vbxfv(:CA\";i:3043;s:15:\"yd=hT?GUNk;CaLA\";i:3044;s:26:\"Am=hT?GUNkVEaL_EVElg*NJAIA\";i:3045;s:26:\"Am=hT?GUcHlBcM.4Fxrj}BaEQA\";i:3046;s:90:\"tu=hT?GU&FlBEM.4Fxrj}B{CRtuBJHNz?MuWeGqI:$vbxfLv:CAYzXJI{ZCAx(1*LvSQ[z@HVR$AqDSOYMj<cADABA\";i:3047;s:26:\"Am=hT?GU?ulB_M.4Fxrj}BeEQA\";i:3048;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:3049;s:15:\"sP=hT?GUO[y:XLA\";i:3050;s:15:\"(a=hT?GUO[y:XLA\";i:3051;s:26:\"tP=hT?GU/A$A@CSOYMj<dtaACA\";i:3052;s:26:\"G0=hT?GUO[y:XLPDVElg*NJAIA\";i:3053;s:24:\"Am=hT?GUcHlBcM.4Fx}MBABA\";i:3054;s:15:\"R@@hT?GUNkpIaLA\";i:3055;s:30:\"LV=hT?GUNkU|ZL(,gESOYMj<u\"vABA\";i:3056;s:29:\"@2=hT?GUNkNcXL~FVElg*N+PvDlBA\";i:3057;s:26:\"ou=hT?GU&FlB=N.4Fxrj}BUEQA\";i:3058;s:39:\"pu=hT?GU&FlB=N.4FxrjYBYAK\"wt,ub@y2:hNtA\";i:3059;s:13:\">J=hT?GUDClBA\";i:3060;s:23:\"?J=hT?GU/A$A[CSOYMM%BtA\";i:3061;s:15:\"R@>hT?GUO[@QXLA\";i:3062;s:15:\"R@>hT?GUO[@QXLA\";i:3063;s:15:\"R@>hT?GUO[JVXLA\";i:3064;s:15:\"R@>hT?GUO[JVXLA\";i:3065;s:14:\"Qj}izXJI{ZRACA\";i:3066;s:14:\"Qj}izXJI{ZRACA\";i:3067;s:14:\"Qj}izXJI{ZRACA\";i:3068;s:27:\"Rj}izXJI{ZRAx(&(k)Noa.CtuWA\";i:3069;s:39:\"pu=hT?GU&FlB`N.4FxrjYBiA3(@\",ub@y2y(BtA\";i:3070;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:3071;s:15:\"R@>hT?GUO[@QXLA\";i:3072;s:24:\"ou=hT?GU~AlBvL.4Fxs@CABA\";i:3073;s:26:\"ou=hT?GU&FlB=N.4FxrjYBYAIA\";i:3074;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:3075;s:15:\"R@>hT?GUO[@QXLA\";i:3076;s:15:\"i=>hT?GUO[@QbLA\";i:3077;s:24:\"WE=hT?GUuBlB(L.4Fx}MCABA\";i:3078;s:13:\"_X>hT?GUuBlBA\";i:3079;s:15:\"KV@hT?GUO[1[XLA\";i:3080;s:119:\"wu=hT?GU&FlB#L.4Fxs@DA+h=hT?GU~@UBG\"$(k)No3B:C(XzXJI{ZCA7F#(k)NoBD:CrXzXJI{ZEAwW%(k)No3B:C{!IByD1+ITLANtk__Q3nE3H#Bt6FA\";i:3081;s:26:\"!M>hT?GUHGlB0M.4FxrjYBcEQA\";i:3082;s:15:\":`=hT?GUO[DHaLA\";i:3083;s:13:\"nu=hT?GU~AlBA\";i:3084;s:53:\"qu=hT?GU&FlB=N.4FxrjYBYAK\"wt,ub@y2d4Itk__Q3nE3H#Bt6FA\";i:3085;s:15:\"R@@hT?GUNk2[YLA\";i:3086;s:48:\"YE=hT?GUuBlBKO.4Fx}MBAU|>hT?GUO[~lXL,bVElg*NGBQA\";i:3087;s:15:\"R@@hT?GUNkpIaLA\";i:3088;s:29:\"`X=hT?GUO[:CZL.IVElg*NNK:ilBA\";i:3089;s:47:\"I0=hT?GU}jwC/hjt,ub@TD7F2uLvSQ[z>C2W+\",ub@TD7FA\";i:3090;s:14:\"sP=hT?GU~@jBEA\";i:3091;s:54:\"qu=hT?GU&FlB7L.4Fxrj}ByCQAbIrI:$vbxf_):C#bzXJI|+wCwAQA\";i:3092;s:47:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU}jwCbLjt,ub@TD7FA\";i:3093;s:25:\"tP=hT?GU/A$A@CSOYM*+4slBA\";i:3094;s:26:\"G0=hT?GUNkO/YLPDVElg*NJAIA\";i:3095;s:24:\"Am=hT?GUcHlBcM.4Fx}MBABA\";i:3096;s:27:\"tP=hT?GU}jUBG\"#(k)Noa.,>wWA\";i:3097;s:29:\"6}>hT?GUO[SqXL@QVElg*NNK,rlBA\";i:3098;s:15:\"5}>hT?GUO[PjXLA\";i:3099;s:72:\"su=hT?GUO[N/XL(HVElg*N,AJt)\",ub@PP5F%tLvSQ[z@HdB$A=CSOYMM%BtVx_Q3nE3]W$A\";i:3100;s:26:\"WE=hT?GUNkKVXLlBVElg*NRAIA\";i:3101;s:39:\"pu=hT?GUO[N/XLvDVElg*NrAK\"pt,ub@y2mnEtA\";i:3102;s:13:\"nu=hT?GU5wlBA\";i:3103;s:26:\")a=hT?GUYDlBCO.4Fxrj}BiEQA\";i:3104;s:94:\"uu=hT?GU4DlBUM.4FxrjBA;C=hT?GUcHlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:3105;s:13:\"nu=hT?GU4DlBA\";i:3106;s:15:\"nu=hT?GUO[8MXLA\";i:3107;s:29:\"ou=hT?GUO[8MXLFBVElg*NNK=JlBA\";i:3108;s:89:\"tu=hT?GUO[8MXLvDVElg*NrA3([\",ub@y2GtNtXL_Q3nE3t`2AO/>hT?GUO[@QXL@QVElg*NLAJt.\",ub@y2/>MtA\";i:3109;s:15:\"),=hT?GUNkpIYLA\";i:3110;s:15:\"),=hT?GUNk>JYLA\";i:3111;s:15:\"),=hT?GUNkYLYLA\";i:3112;s:15:\"),=hT?GUNkHOYLA\";i:3113;s:13:\"nu=hT?GU~AlBA\";i:3114;s:81:\"4d=hT?GU.DlB/N.4FxrjYBYA3(,\",ub@ma5FQwLvSQ[zMA/hjt,ub@uC5F2uLvSQ[zMAbLjt,ub@uC5FA\";i:3115;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWA\";i:3116;s:15:\"5}>hT?GUO[SqbLA\";i:3117;s:15:\"5}>hT?GUO[PjbLA\";i:3118;s:15:\"5}>hT?GUO[p1bLA\";i:3119;s:15:\"F0>hT?GUO[>2XLA\";i:3120;s:81:\"tu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWwwqI:$vbaU<c:CA\";i:3121;s:100:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbWAQA\";i:3122;s:12:\"sP=hT?GU/A$A\";i:3123;s:15:\">J>hT?GUO[N/YLA\";i:3124;s:13:\"bS=hT?GUzClBA\";i:3125;s:26:\"`X=hT?GU,GlB*N.4Fxrj}BmEQA\";i:3126;s:14:\"4r>hT?GU}jEBEA\";i:3127;s:26:\"tP=hT?GU/A$A@CSOYMj<cASABA\";i:3128;s:49:\"I0=hT?GUTClBIM.4Fx}M_=6F2uLvSQ[zXv1W|LqI:$vbu<f\"A\";i:3129;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU}jdBbLjt,ub@xJ5FA\";i:3130;s:48:\"I0=hT?GU~@dB/hjt,ub@xJ5F2uLvSQ[zGy1W|LqI:$vb2AQA\";i:3131;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU~@dBbLjt,ub@xJ5FA\";i:3132;s:25:\"`X=hT?GUoDlB.M.4Fx}Mo[6FA\";i:3133;s:14:\">J>hT?GU~@eBEA\";i:3134;s:13:\"_X=hT?GUMHlBA\";i:3135;s:48:\"I0=hT?GU~@dB/hjt,ub@MI5F2uLvSQ[z#31W|LqI:$vbuAQA\";i:3136;s:48:\"I0=hT?GU~@dB/hjt,ub@WK5F2uLvSQ[zGy1W|LqI:$vb6AQA\";i:3137;s:24:\"`X=hT?GU,GlB.M.4Fxs@EABA\";i:3138;s:13:\"_X=hT?GUMHlBA\";i:3139;s:50:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@=19ERtoBJHNzijzR$A\";i:3140;s:50:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@=19ERtoBJHNzijzR$A\";i:3141;s:46:\"I0=hT?GUDClBIM.4Fxs@CAeZ=hT?GUDClBAM.4Fxs@CABA\";i:3142;s:37:\"XE=hT?GUd0lB,P.4Fxrj}BOIRtqBJHNz`a3WA\";i:3143;s:24:\"ig=hT?GUcHlB&O.4Fx}MMABA\";i:3144;s:13:\"nu=hT?GU\"tlBA\";i:3145;s:95:\"uu=hT?GU5wlBjL.4Fxrj}B@CRtoBJHNz?MvW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW4YqI:$vbaU]K:CA\";i:3146;s:12:\">J=hT?GU/A$A\";i:3147;s:119:\"Im=hT?GU/A$A~CSOYM)ZBt#T_Q3nE37D$A`CSOYMj<dt/AOc#(k)Noa.I7vWKCqI:$vbSAS\"(\",ub@TD5FWuLvSQ[zEA:>nt,ub@=10FS\">\",ub@y2b4DtA\";i:3148;s:15:\"F0>hT?GUO[Y4XLA\";i:3149;s:13:\"hg=hT?GU0vlBA\";i:3150;s:58:\"ru=hT?GU5wlB#L.4FxrjFApI=hT?GU/A$A[CSOYM*+~plBEM.4Fx}MBABA\";i:3151;s:48:\"qu=hT?GU5wlB#L.4Fxrj*A$T@hT?GUNk),cLlBVElg*NRAIA\";i:3152;s:72:\"3d=hT?GU(ClB^L.4Fxrj}BoEQA.\",ub@y2_9MtlB_Q3nE37D$A`CSOYM@1Dt=J_Q3nE37D$A\";i:3153;s:41:\"jg=hT?GUO[&aZLfTVElg*N6=Qte+_Q3nE30oJV5FA\";i:3154;s:15:\"F0>hT?GUO[95XLA\";i:3155;s:35:\"pu=hT?GU4DlBbL.4Fx}MJA;C?hT?GU~AlBA\";i:3156;s:14:\"\"l=hT?GU~@PBEA\";i:3157;s:26:\"M&>hT?GUuBlB_M.4Fxrj}B+AIA\";i:3158;s:15:\"hg=hT?GUO[&aZLA\";i:3159;s:61:\"2d=hT?GU(ClB;L.4Fx}Mf86F{uLvSQ[zkA:>nt,ub@=10FS\">\",ub@y2/>CtA\";i:3160;s:14:\"\"l=hT?GU~@jBEA\";i:3161;s:15:\"\"l=hT?GUO[y:XLA\";i:3162;s:13:\"_X=hT?GU,GlBA\";i:3163;s:70:\"su=hT?GU5wlB#L.4Fxs@DATq=hT?GU/A$AHDSOYM)ZBtrP_Q3nE3~R1A$T=hT?GU~@jBEA\";i:3164;s:15:\"hg=hT?GUO[&aZLA\";i:3165;s:101:\"6d=hT?GU/wlB,L.4FxrjEA;C=hT?GUd0lB(L.4Fxrj:AHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ATq?hT?GUy1lBA\";i:3166;s:52:\"Cm=hT?GUO[McYL_EVElg*NJAIAit,ub@=1gFRtxBJHNzRm*(XBCA\";i:3167;s:15:\"5}>hT?GUO[SqXLA\";i:3168;s:15:\"5}>hT?GUO[PjXLA\";i:3169;s:15:\"F0>hT?GUO[PjXLA\";i:3170;s:15:\"5}>hT?GUO[95XLA\";i:3171;s:48:\"1d=hT?GU(ClBbL.4Fxrj:A|e=hT?GUd0lBrL.4Fxrj}BKKQA\";i:3172;s:12:\"/o?hT?GU/A$A\";i:3173;s:15:\"),=hT?GUNkbSeLA\";i:3174;s:26:\"`X=hT?GU,GlBgM.4Fxrj}BwEQA\";i:3175;s:13:\"_X=hT?GUMHlBA\";i:3176;s:83:\"4d=hT?GU.DlB,P.4Fxrj}BOIS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAz(nt,ub@y2PcBtA\";i:3177;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:3178;s:12:\"KV=hT?GU/A$A\";i:3179;s:26:\"?J=hT?GUnGlBzL.4Fxrj}B@CQA\";i:3180;s:12:\"KV=hT?GU/A$A\";i:3181;s:26:\"5r=hT?GUcHlB?L.4Fxrj}BoEQA\";i:3182;s:26:\"?J=hT?GU}jcB:>ht,ub@=10FQA\";i:3183;s:42:\"[2>hT?GUNkKVaL,bVElg*NNKTXlBbP.4FxrjYByIQA\";i:3184;s:15:\"?2>hT?GUNkvWaLA\";i:3185;s:67:\"h#=hT?GUXGlBbL.4Fx~5QAHO=hT?GU/A$A=CSOYMLUFtoI_Q3nE3`F$A[CSOYM)ZBtA\";i:3186;s:12:\">J=hT?GU/A$A\";i:3187;s:12:\"EH=hT?GUpA$A\";i:3188;s:15:\"?2>hT?GUNk_XaLA\";i:3189;s:15:\"?2>hT?GUNkeZaLA\";i:3190;s:15:\"?2>hT?GUNk(aaLA\";i:3191;s:15:\"?2>hT?GUNkvWaLA\";i:3192;s:15:\"?2>hT?GUNkpIXLA\";i:3193;s:13:\"yd=hT?GU.DlBA\";i:3194;s:139:\"8d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMj<dtvA^9#(k)NoBD:CWezXJI|+wC*Fi\"<BJHNzRmQ\"D\"0k`Q3nE30ovD6FB9LvSQ[zGF#L$A;DSOYMj<dt&Aa4$(k)Noa.U|uWA\";i:3195;s:15:\"KV=hT?GUO[3rYLA\";i:3196;s:29:\"cS=hT?GUO[uWYLOWVElg*NNKZFlBA\";i:3197;s:12:\"KV=hT?GU/A$A\";i:3198;s:35:\"e#=hT?GU~AlB#L.4FxrjFA;C=hT?GUuBlBA\";i:3199;s:12:\"KV=hT?GU/A$A\";i:3200;s:12:\"KV=hT?GU/A$A\";i:3201;s:15:\"_X=hT?GUO[jnYLA\";i:3202;s:15:\"hg=hT?GUNkNcaLA\";i:3203;s:15:\"hg=hT?GUNkydaLA\";i:3204;s:15:\"hg=hT?GUNkydYLA\";i:3205;s:15:\"hg=hT?GUNk|eaLA\";i:3206;s:35:\"0d=hT?GU(ClB;L.4Fx~5CAw(=hT?GUcHlBA\";i:3207;s:13:\"hg=hT?GUcHlBA\";i:3208;s:26:\"Xx>hT?GUO[5FXLvDVElg*NrAIA\";i:3209;s:82:\"tu=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5FRtLvSQ[zEA/hit,ub@TD5FPzLvSQ[zEAbLkt,ub@=1CFQA\";i:3210;s:84:\"tu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCApI=hT?GUNkvWXLkUVElg*NNKKClB~N.4Fxrj%ABA\";i:3211;s:15:\"sP>hT?GUNkhgaLA\";i:3212;s:13:\"?2>hT?GU:tlBA\";i:3213;s:69:\"7r?hT?GUO[@QXL7fVE^2*NRA3(y2PcK\"A$qI/TwbiARtITf4QAkn`Q3nF3)Ai\"ITf4QAB\";i:3214;s:15:\"nu=hT?GUNk+haLA\";i:3215;s:13:\"bS=hT?GUDClBA\";i:3216;s:81:\"4d=hT?GU.DlB,L.4FxrjYBEERtlBJHNzLYuWvDqI:$vbSARtmBJHNz`avWUEqI:$vbSARtoBJHNz`avWA\";i:3217;s:50:\"I0=hT?GU/A$ACDSOYMj<dtpA8y#(k)No3B:CAYzXJI|+wC7DgA\";i:3218;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3219;s:27:\"WE=hT?GU}j(AwW#(k)Noa.w(uWA\";i:3220;s:100:\"5d=hT?GU(ClB,L.4Fxrj}BLDRtrBJHNz)duWvDqI:$vbxfc<:C9ZzXJI{ZCAm_&(k)Noa.l_uW5FqI:$vbaU)U:C.YzXJI{ZXACA\";i:3221;s:15:\"5}>hT?GUO[~lXLA\";i:3222;s:15:\"F0>hT?GUO[~lXLA\";i:3223;s:13:\"nu>hT?GU~AlBA\";i:3224;s:13:\"nu=hT?GU~AlBA\";i:3225;s:15:\"/o=hT?GUNk1kaLA\";i:3226;s:15:\"4r=hT?GUNk1kaLA\";i:3227;s:15:\"),=hT?GUNk\"laLA\";i:3228;s:15:\"),=hT?GUO[BtZLA\";i:3229;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:3230;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:3231;s:15:\"5}>hT?GUO[SqXLA\";i:3232;s:12:\"/o=hT?GU/A$A\";i:3233;s:12:\"4r=hT?GU/A$A\";i:3234;s:12:\"/o=hT?GU/A$A\";i:3235;s:12:\"4r=hT?GU/A$A\";i:3236;s:12:\"4r=hT?GU/A$A\";i:3237;s:15:\"?2>hT?GUNk|eaLA\";i:3238;s:12:\"4r=hT?GU/A$A\";i:3239;s:72:\"3d=hT?GU(ClB,L.4FxrjYBACQA.\",ub@WK5FrvLvSQ[zEAbLht,ub@CG5FT3LvSQ[zGFFB$A\";i:3240;s:12:\"`)=hT?GU/A$A\";i:3241;s:143:\"yu=hT?GUO[8MXLi\"LvSQ[zSA/hit,ub@FN5FxtLvSQ[zkAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEA:>nt,ub@FN5FfzLvSQ[z@HfT$AhDSOYMj<e\"KAHO?hT?GUO[dZYLA\";i:3242;s:26:\"!M>hT?GUHGlBpN.4FxrjYB8AIA\";i:3243;s:13:\"bS=hT?GUnGlBA\";i:3244;s:12:\">J=hT?GU/A$A\";i:3245;s:24:\"zd=hT?GU(ClBcM.4Fx}MBABA\";i:3246;s:12:\"9M>hT?GU/A$A\";i:3247;s:360:\"oCaC;\",ub@cY5F\"&LvSQ[z@HnT$Aos[hT?GUNk/oaL(,kESOYMj<ttTBFtYzVElg*N+P>mlB.Q.4Fxrj}B>ERtJCJHNzij(R$AWC[hT?GU~@JBFt4zVElg*NM3Nt@Q|Q.4Fx}M]z6F?jLCJHNzij(R$A#3[hT?GUNkTqaL(,oESOYMj<u\"3A+h9jzXJI|+`D*JgAGg{Q3nE3H#K&6F@@VCJHNzRmXt3A+h`jzXJI|+`D*BgAak{Q3nE3H#Mc5F?jXCJHNzRmWAH\"@QJS.4Fxrj}B@AK\"M3VElg*N+PDHlBV%0t,ub@/B5F?jZCJHNzWHuWp1MJkcwY\"cC\"@QdS.4Fx~5AA+h&kzXJI{ZBACA\";i:3248;s:24:\"Am=hT?GU>BlBcM.4FxrjKABA\";i:3249;s:278:\"oCZ*EByD1+!R?IgALB{Q3nE3soyA+hljzXJI{Z,NaL(,VESOYM*+rjlBrfxt,ub@=1nEQA_NrI:$vbxfG>:C`RKByD1+IT6(d\"@Q<R.4Fxrj}B@EQADQrI:$vbxfG>:Cp`KByD1+IT6(d\"@Q}R.4Fxrj}B@AK\"H2VElg*N+PDHlBrf0t,ub@y2GtDt@QJS.4Fxrj}B@AK\"M3VElg*N+PDHlBV%0t,ub@/B5F?jZCJHNzWHuWp1MJkcwY\"cC\"@QdS.4Fx~5AA+h&kzXJI{ZBACA\";i:3250;s:73:\"E^@hT?GUNk/oaL(,jESOYMj<ttTBFt^yVElg*N+P>mlBUUzt,ub@y2S/OtT|`Q3nE3H#l%6FA\";i:3251;s:15:\"9M?hT?GUO[BtaLA\";i:3252;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:3253;s:348:\"oC$YEByD1+IT[>d\"@Q0R.4Fxrj}B]EQA:LrI:$vbxfm>:CooJByD1+IT[>d\"T|`Q3nE3H#:&6Ff(LvSQ[zzb0Wp1pIkcwYtz|+:C{!JByD1+!R?IgAwC{Q3nE3soyA+hAizXJI{Z,NaL(,nESOYMj<u\"3A+h1jzXJI|+`D*JgA8e{Q3nE3H#K&6F?jVCJHNzRmXt3A+h=jzXJI|+`D*JgA@i{Q3nE3H#xd5F@@WCJHNzRmXtKA+hKkzXJI|+`D=BgAJn{Q3nE3H#xd5F?jYCJHNzRmXtKA+hikzXJI{ZBAx(_.LvSQ[zCAFtR4VElg*NFAK\"x4VElg*NFAK\"[4VElg*NFAIA\";i:3254;s:15:\"mB?hT?GUO[VxXLA\";i:3255;s:15:\"5}>hT?GUO[SqXLA\";i:3256;s:39:\"uP=hT?GU/A$AoDSOYMj<dtQBG\"#(k)Noa.eZwWA\";i:3257;s:106:\"dE=hT?GUcHlBrL.4FxrjKApI=hT?GUcHlBvL.4FxrjKA$T=hT?GUcHlBEM.4FxrjYBiCRtuBJHNz!PxWeGqI:$vbaU~l:CAYzXJI|+yACA\";i:3258;s:56:\"g#=hT?GULKlBbL.4Fxs@TAq1=hT?GU/A$AADSOYM)ZBt1[_Q3nE3LD$A\";i:3259;s:39:\"7}>hT?GUO[~lXL:CVElg*N=A2W@\",ub@y2_9BtA\";i:3260;s:12:\"(a=hT?GU/A$A\";i:3261;s:29:\"ou=hT?GUNk\"lXL(,2ESOYM*+JplBA\";i:3262;s:39:\"pu=hT?GUO[N/XLi\"LvSQ[zIAFtpt,ub@y2mnMtA\";i:3263;s:13:\"nu=hT?GU4DlBA\";i:3264;s:13:\"nu=hT?GU4DlBA\";i:3265;s:61:\"ru=hT?GUO[8MXL*BVElg*NdA3([\",ub@y2n_CtC\"qI:$vbWAQA>\",ub@^D5FA\";i:3266;s:70:\"bx>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5F7vLvSQ[zEAG\"$(k)No3B:C(XzXJI{ZCACA\";i:3267;s:108:\"vu=hT?GU4DlB#L.4Fxs@DAw(=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuW[9qI:$vbaUGu:CpdzXJI|+wC/FgA^BJHNzRm8WhABA\";i:3268;s:13:\"nu=hT?GU~AlBA\";i:3269;s:13:\"nu=hT?GU4DlBA\";i:3270;s:13:\"yd=hT?GU.DlBA\";i:3271;s:14:\"),?hT?GU~@ZBEA\";i:3272;s:26:\"{)=hT?GUcHlBPP.4Fxrj}BvBQA\";i:3273;s:26:\"zd=hT?GU.DlB,L.4Fxrj}BzDQA\";i:3274;s:15:\"z:>hT?GUO[@QXLA\";i:3275;s:13:\"nu=hT?GU~AlBA\";i:3276;s:15:\"z:>hT?GUO[@QXLA\";i:3277;s:13:\"nu=hT?GU~AlBA\";i:3278;s:13:\"nu=hT?GU~AlBA\";i:3279;s:13:\"nu=hT?GU~AlBA\";i:3280;s:13:\"_X=hT?GUMHlBA\";i:3281;s:13:\"nu=hT?GU4DlBA\";i:3282;s:26:\"`X=hT?GUoDlB*N.4FxrjYBWAIA\";i:3283;s:29:\"`X=hT?GUO[{eXLEUVElg*NNK`BlBA\";i:3284;s:15:\"5}?hT?GUO[5FXLA\";i:3285;s:26:\"zd=hT?GU.DlBpN.4Fxrj}ByKQA\";i:3286;s:159:\"!d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU>BlBbL.4Fx}Mo[6F{uLvSQ[z#31WvDqI:$vbaU}4:C+WzXJI{ZCA,h#(k)No3B:CLXzXJI|+wCLHi\"$BJHNzijnV$AIESOYMj<ttVBG\")(k)Noa.pIyW1RqI:$vbA2e\"A\";i:3287;s:15:\"(a=hT?GUO[oIZLA\";i:3288;s:12:\"(a=hT?GU/A$A\";i:3289;s:13:\"yd=hT?GU.DlBA\";i:3290;s:15:\"5}>hT?GUO[SqbLA\";i:3291;s:13:\"z:>hT?GUXGlBA\";i:3292;s:15:\"z:>hT?GUO[@QXLA\";i:3293;s:13:\"z:>hT?GULKlBA\";i:3294;s:15:\"z:>hT?GUO[s8XLA\";i:3295;s:103:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE30orP5FWuLvSQ[zEAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA*(k)No|B;CA\";i:3296;s:39:\"pu=hT?GUO[8MXLvDVElg*NrAJt(\",ub@y2PcEtA\";i:3297;s:64:\"ru=hT?GUO[8MXLvDVElg*NrA3(&\",ub@y2PcEt1[_Q3nE30ooI5Fp1LvSQ[zFAEA\";i:3298;s:173:\"5P=hT?GU~@jB/hht,ub@,n5FQwLvSQ[zEA/hjt,ub@y2y(Gt8M_Q3nE3kAi\"tBJHNzRmQ\"N\"E0`Q3nE3kAgA}BJHNzijoS$AmDSOYM*+$klBCO.4Fxrj}B}ES\">\",ub@y2cLCtXL_Q3nE3zD$ASDSOYMj<sAgAO/=hT?GUNk2[ZLA\";i:3299;s:12:\">J=hT?GU/A$A\";i:3300;s:15:\">J=hT?GUO[y:XLA\";i:3301;s:29:\"6}>hT?GUO[muXL1RVElg*NNKJllBA\";i:3302;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:3303;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:3304;s:95:\"LH>hT?GUNk6FZLi\"LvSQ[z#31W(HqI:$vb)qg\"dZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuW!mqI:$vb\"Ic\"A\";i:3305;s:113:\"vu=hT?GU4DlB#L.4FxrjFA+h=hT?GUO[~lYLi\"LvSQ[z#31W(HqI:$vb)qg\"4}_Q3nE30oJV5FmuLvSQ[zS>0W4YqI:$vb)qg\"0k_Q3nE3H#5*6FA\";i:3306;s:15:\"5}>hT?GUO[$$aLA\";i:3307;s:13:\"nu=hT?GU~AlBA\";i:3308;s:26:\"zd=hT?GU.DlBpN.4FxrjYB8AIA\";i:3309;s:15:\"F0>hT?GUO[E0XLA\";i:3310;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3311;s:15:\"sP>hT?GUNk7yaLA\";i:3312;s:72:\"su=hT?GU4DlB#L.4Fxs@DA;C=hT?GUuBlB(L.4Fx}MCA+hQizXJI|+CAx(//LvSQ[zGFvL$A\";i:3313;s:13:\"z:=hT?GU\"tlBA\";i:3314;s:15:\"sP=hT?GUO[xdXLA\";i:3315;s:15:\"bS=hT?GUO[xdXLA\";i:3316;s:26:\"Xx>hT?GUO[5FXLvDVElg*NrAIA\";i:3317;s:118:\"wu=hT?GU4DlBnP.4Fxs@MA<v>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5FrvLvSQ[zEAbLht,ub@CG5F{uLvSQ[zIAyWkt,ub@y2RcPt@QIR.4FxrjBABA\";i:3318;s:13:\"nu=hT?GU~AlBA\";i:3319;s:13:\"nu=hT?GU\"tlBA\";i:3320;s:13:\"9M=hT?GU~AlBA\";i:3321;s:35:\"0d=hT?GU(ClB?L.4Fx~5CAYL=hT?GU~AlBA\";i:3322;s:13:\"nu=hT?GU\"tlBA\";i:3323;s:13:\"Wx>hT?GUGJlBA\";i:3324;s:13:\"nu=hT?GU~AlBA\";i:3325;s:13:\"nu=hT?GU4DlBA\";i:3326;s:13:\"nu=hT?GU~AlBA\";i:3327;s:14:\"?2>hT?GU}jWBEA\";i:3328;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:3329;s:13:\">J=hT?GU:tlBA\";i:3330;s:27:\"FH>hT?GUNk6FZL?DVElg*NLKPtA\";i:3331;s:13:\"bS=hT?GU:tlBA\";i:3332;s:26:\"ou=hT?GUO[8MXLi\"LvSQ[zIAEA\";i:3333;s:56:\"2d=hT?GU.DlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:3334;s:133:\"7d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbtfe\"@QtS.4Fx}Ms*6F@@cCJHNzijoS$ALT]hT?IUO[GOaL#z@H1BlBQGkcwYtzp@:CA\";i:3335;s:27:\"ou=hT?GUNk\"lXL.IVElg*NAbPtA\";i:3336;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:3337;s:13:\"\"l=hT?GU?ulBA\";i:3338;s:83:\"4d=hT?GU.DlBEM.4Fx}MDAq1=hT?GU/A$A^CSOYM*+Bt^X_Q3nE3kAi\"<BJHNzRmXt5A,>?hT?GUO[DHZLA\";i:3339;s:12:\"(a=hT?GU/A$A\";i:3340;s:13:\"nu=hT?GU4DlBA\";i:3341;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3342;s:74:\"3d=hT?GU.DlB,L.4FxrjYB`DRtlBJHNzij=L$A>CSOYMj<cAGApI=hT?GUcHlBzL.4FxrjKABA\";i:3343;s:49:\"YE=hT?GU}j(AwW#(k)No|B:CrXzXJI{ZSA]Q&(k)Noa.%T1WA\";i:3344;s:140:\"vu=hT?MUyFlB&!~A`B#(y2!FMt(anBlB2DSOYMj<sA6AvW?hT?GUNkZ4aL9ZVElg*N+P.olBuO.4Fxrj}BJFRt:BJHNzRmQ\"D\"@Q`Q3nE30ooI5Fy6LvSQ[zGFFB$ArDSOYMj<cADABA\";i:3345;s:109:\"RV?hT?GUNk!5aLdZVElg*N+P}olBqO.4Fxrj}BLFS\"_\",ub@y2#yPtrP`Q3nE30oyK5Fi6LvSQ[zGFdB$A8DSOYMj<dtHAx(&(k)Noa.TquWA\";i:3346;s:55:\"NV?hT?GUNkI7aLdZVElg*N+PNplBqO.4Fxrj}BNFS\"_\",ub@y2d4PtA\";i:3347;s:86:\"ru=hT?MUyFlB&!~A`B#(y2!FMt(anBlB2DSOYMj<sA6AvW?hT?GUNkZ4aL9ZVElg*N+P.olBuO.4Fxrj}BJFQA\";i:3348;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3349;s:60:\"TjXlzXJI|+`DVFgAj5{Q3nE3H##^5F@@eCJHNzRm*(dA+hIizXJI|+`DVFgA\";i:3350;s:71:\"ZE=hT?GUuBlB(|1t,ub@y2y(Bt@Q9S.4FxrjYBYAK\"$7VElg*NNKKClB&qxt,ub@y2y(BtA\";i:3351;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3352;s:60:\"TjXlzXJI|+wC8AQA#crI:$vbaUZF:CooPByD1+IT=>D\"@QER.4FxrjYBeAIA\";i:3353;s:84:\"ru=hT?MUyFlB&!~A`B#(tV@Q=ZQArn((k)Noa.f+xW6yqI:$vbaUyq:C_czXJI|+wCdFgA:BJHNzRm8WeABA\";i:3354;s:84:\"ru=hT?MUyFlB&!~A`B#(tV@Q=ZQArn((k)Noa.}e1W6yqI:$vbxf6]:C_czXJI|+`DeKgA:BJHNzRm*(6ABA\";i:3355;s:13:\"VE=hT?GUuBlBA\";i:3356;s:71:\"ZE=hT?GU>BlB(|1t,ub@y2y(Bt@Q9S.4FxrjYBYAK\"$7VElg*NNKKClB&qxt,ub@y2y(BtA\";i:3357;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3358;s:60:\"TjXlzXJI|+wC8AQA#crI:$vbaUZF:CooPByD1+IT=>D\"@QER.4FxrjYBeAIA\";i:3359;s:34:\"MV=hT?GU/A$ApDSOYMLUDt^X_Q3nE3kAgA\";i:3360;s:15:\">J=hT?GUO[&aYLA\";i:3361;s:34:\"@J=hT?GU/A$ApDSOYM@1Et&a_Q3nE3kAgA\";i:3362;s:26:\"d#=hT?GULKlBzL.4FxrjYB;BQA\";i:3363;s:13:\"bS=hT?GU^ClBA\";i:3364;s:59:\"J0=hT?GUnGlBIM.4Fx}MJAeZ=hT?GUnGlBAM.4Fx}MJAO/>hT?GUO[@QXLA\";i:3365;s:71:\"aE=hT?GU}j(AwW#(k)Noa.,h1WvDqI:$vb6ARtmBJHNz`avWUEqI:$vb6ARtoBJHNz`avWA\";i:3366;s:48:\"[J=hT?GUNElBzL.4Fxs@FApI>hT?GU/A$ApDSOYMj<cADABA\";i:3367;s:26:\"ou=hT?GUO[8MXL*BVElg*NdAIA\";i:3368;s:15:\"KV=hT?GUO[+>XLA\";i:3369;s:94:\"5d=hT?GU(ClB,L.4FxrjYBEERtrBJHNz?MuWyKqI:$vbSAQA.\",ub@TD5FrvLvSQ[zEAbLkt,ub@=1CFQAiDrI:$vbWAQA\";i:3370;s:100:\"dx>hT?GUO[5FXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAG\")(k)Noa.pIyW2!qI:$vbWUf\"JV`Q3nE30o:C6FR9LvSQ[zGF#L$A\";i:3371;s:160:\"#d=hT?GU(ClB,L.4FxrjYB`DRtsBJHNz?MuW@QqI:$vbSAS\"*\",ub@TD5FRtLvSQ[zIA/hnt,ub@MI5F[tLvSQ[zEA/hht,ub@Vd5FGuLvSQ[zEA:>ht,ub@Vd5FQwLvSQ[zkAbLit,ub@WK5FT3LvSQ[zGFFB$A\";i:3372;s:15:\"nu=hT?GUO[8MXLA\";i:3373;s:29:\"6}>hT?GUO[SqXL:CVElg*N+P9plBA\";i:3374;s:13:\"nu=hT?GU~AlBA\";i:3375;s:24:\"zd=hT?GU.DlBvL.4Fx}MJABA\";i:3376;s:12:\"bS=hT?GU/A$A\";i:3377;s:13:\"nu=hT?GU~AlBA\";i:3378;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[3rbL/VVElg*N)FQA\";i:3379;s:13:\"VE=hT?GUuBlBA\";i:3380;s:13:\"VE=hT?GUuBlBA\";i:3381;s:15:\"Wx>hT?GUO[5FXLA\";i:3382;s:15:\"z:=hT?GUNk%$aLA\";i:3383;s:13:\"yd=hT?GU.DlBA\";i:3384;s:12:\">J>hT?GU/A$A\";i:3385;s:13:\"nu=hT?GU~AlBA\";i:3386;s:13:\"yd=hT?GU.DlBA\";i:3387;s:48:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBjL.4Fxrj}BgAIA\";i:3388;s:13:\"VE=hT?GUuBlBA\";i:3389;s:13:\"nu=hT?GU4DlBA\";i:3390;s:13:\"yd=hT?GU.DlBA\";i:3391;s:13:\"z:>hT?GUXGlBA\";i:3392;s:15:\"z:>hT?GUO[@QXLA\";i:3393;s:13:\"z:>hT?GULKlBA\";i:3394;s:15:\"z:>hT?GUO[s8XLA\";i:3395;s:56:\"IH=hT?GUpA$A?CSOYM)ZBtUE_Q3nE3kAgAoBJHNzRmuW_EqI:$vbSAQA\";i:3396;s:13:\"yd=hT?GU.DlBA\";i:3397;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWv(qI:$vbtLgA\";i:3398;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:3399;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:3400;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:3401;s:37:\"e#=hT?GUXGlB3L.4Fx}MKApI>hT?GUO[oIZLA\";i:3402;s:170:\"0u=hT?GU4DlBlN.4FxrjYBIA3()\",ub@Vd5F[tLvSQ[zGF=B$A=CSOYMj<dtKA,h#(k)No3B:CLXzXJI{ZCAZL$(k)No>M:CQYzXJI{ZHA8y#(k)No>M:CAYzXJI{ZHA7F((k)Noa.U|0WcsqI:$vbaU.I:C]azXJI|+wCdBgA\";i:3403;s:15:\"L&>hT?GUO[=JXLA\";i:3404;s:15:\"L&>hT?GUO[XLXLA\";i:3405;s:29:\"6}>hT?GUO[PjXL1RVElg*NNKemlBA\";i:3406;s:29:\"6}>hT?GUNk+hYL1RVElg*N+PCqlBA\";i:3407;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:3408;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:3409;s:13:\"VE=hT?GUuBlBA\";i:3410;s:15:\"L&>hT?GUNkw(aLA\";i:3411;s:15:\"L&>hT?GUO[PjYLA\";i:3412;s:37:\"0d=hT?GU.DlBbL.4Fx}MCAeZ>hT?GUO[3raLA\";i:3413;s:13:\"yd=hT?GU.DlBA\";i:3414;s:111:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW.oqI:$vbwCgA`BJHNz!P2WA\";i:3415;s:59:\"ru=hT?GUO[8MXLeGVElg*N/A3(+\",ub@%Z5F2uLvSQ[zkAbLjt,ub@%Z5FA\";i:3416;s:40:\"7}>hT?GUO[95XL:CVElg*Nj&OtVx_Q3nE3t`2ABA\";i:3417;s:15:\"5}>hT?GUNk+hYLA\";i:3418;s:49:\"qu=hT?GUO[8MXLi\"LvSQ[zIA/hit,ub@TD5FlxLvSQ[ztN1WA\";i:3419;s:15:\"5}>hT?GUO[SqXLA\";i:3420;s:13:\"bS?hT?GU~AlBA\";i:3421;s:118:\"XjtjzXJI|+`D2KgAXd{Q3nE3H#r?6F?jVCJHNzRm)W8A+h=jzXJI|+`D2Ki\"JCJHNzRm)WJA+h;hzXJI|+`D5BgAwC{Q3nE3H#Ca5F?jLCJHNzRm)WJABA\";i:3422;s:70:\"bx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3423;s:13:\"VE?hT?GU~AlBA\";i:3424;s:46:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCABA\";i:3425;s:13:\"nu=hT?GU4DlBA\";i:3426;s:13:\"nu=hT?GU4DlBA\";i:3427;s:59:\"ax>hT?GUO[5FXLvDVElg*NrA2W*\",ub@TD5FrvLvSQ[zEAbLht,ub@CG5FA\";i:3428;s:91:\"j#=hT?GUXGlB#L.4FxrjFA;C=hT?GU}jCB/hit,ub@TD5F[tLvSQ[zEA/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FA\";i:3429;s:92:\"dx>hT?GUO[5FXLvDVElg*NrA2W&\",ub@CG5F{uLvSQ[zIAc4ht,ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3430;s:50:\"NV@hT?GUuBlBnL.4FxrjYB!A3()\",ub@y2n_Ct(,_Q3nE3)AgA\";i:3431;s:13:\"hg=hT?GUuBlBA\";i:3432;s:13:\"VE=hT?GUuBlBA\";i:3433;s:29:\"Am=hT?GUNkf+aLNJVElg*N+PFhlBA\";i:3434;s:15:\"\"l=hT?GUNk),aLA\";i:3435;s:15:\"F0>hT?GUO[muXLA\";i:3436;s:15:\"5}>hT?GUO[SqXLA\";i:3437;s:175:\"#d=hT?GU(ClB,L.4FxrjYBiERtrBJHNz?MuW=JqI:$vbSAS\":\",ub@[p5FRtLvSQ[zIA/hit,ub@CG5FfzLvSQ[zEAyWkt,ub@y2d4Mtp1_Q3nE30oIo6F6yLvSQ[zGFgAgA}K{Q3nE30o:C5F:yLvSQ[zGFgAgAiM{Q3nE30o:C5FA\";i:3438;s:69:\"3d=hT?GU.DlBrL.4Fxs@CApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA&BJHNzRmQ\"D\"A\";i:3439;s:166:\"zu=hT?GU4DlBUM.4Fxs@IANc=hT?GU.DlB,L.4Fxrj}BsCS\":\",ub@[p5FRtLvSQ[zIAyWot,ub@y2y(Bt0k_Q3nE3H#.o6F#zLvSQ[zGFYQ$APDSOYMj<cABA+hoizXJI|+wCQARt1BJHNzRmQ\"C\"@QYR.4FxrjYBIAIA\";i:3440;s:60:\"wP=hT?GU~@&AZL$(k)No3B:CQYzXJI{Z_{aLPDVElg*NJA2W+\",ub@=10FQA\";i:3441;s:59:\"2d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU/A$A;CSOYMXwBtp1_Q3nE3H#gg6FA\";i:3442;s:15:\"sP=hT?GUNkO/aLA\";i:3443;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:3444;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:3445;s:53:\"qu=hT?GU&FlB`N.4FxrjYBiA3()\",ub@y2RcQtk__Q3nE30ooI5FA\";i:3446;s:62:\"lg=hT?GUcHlBEM.4FxrjYBiCRtuBJHNz!PxWeGqI:$vbaU~l:CAYzXJI|+yACA\";i:3447;s:13:\"_X=hT?GUoDlBA\";i:3448;s:13:\"_X=hT?GU,GlBA\";i:3449;s:101:\"dx>hT?GUO[5FXLvDVElg*NrAJt+\",ub@y2y(Ht&a_Q3nE3_I$A^CSOYMj<cAbA<v=hT?GU>RlB&O.4FxrjYBYAK\"st,ub@y2PcJtA\";i:3450;s:100:\"dx>hT?GUO[5FXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAG\")(k)Noa.pIyW2!qI:$vbWUf\"JV`Q3nE30o:C6FR9LvSQ[zGF#L$A\";i:3451;s:13:\"VE=hT?GUuBlBA\";i:3452;s:55:\"I0=hT?GUO[oIZL!GVElg*NNK4YlB7L.4FxrjYB{CRttBJHNzRmQ\"T\"A\";i:3453;s:59:\"ru=hT?GU4DlB#L.4FxrjFA+h=hT?GUNk};aLlBVElg*NRA3(,\",ub@ma5FA\";i:3454;s:24:\"zd=hT?GU.DlB.M.4Fx}MBABA\";i:3455;s:15:\"(a=hT?GUO[oIZLA\";i:3456;s:15:\"),=hT?GUNki=aLA\";i:3457;s:12:\"(a=hT?GU/A$A\";i:3458;s:62:\"2d=hT?GU.DlBEM.4FxrjYB;BRtuBJHNz?MuWeGqI:$vbaURd:CAYzXJI{ZCACA\";i:3459;s:12:\"F0=hT?GU/A$A\";i:3460;s:12:\"(a=hT?GU/A$A\";i:3461;s:12:\"(a=hT?GU/A$A\";i:3462;s:82:\"tu=hT?GU4DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$A\";i:3463;s:26:\"zd=hT?GU.DlB,L.4Fxrj}BzDQA\";i:3464;s:13:\"yd=hT?GU.DlBA\";i:3465;s:13:\"VE?hT?GU~AlBA\";i:3466;s:69:\"7r?hT?GUO[@QXL7fVE^2*NRA3(y2PcK\"A$qI/TwbiARtITf4QAkn`Q3nF3)Ai\"ITf4QAB\";i:3467;s:15:\"`)?hT?GUO[UEZLA\";i:3468;s:57:\"2d=hT?GU.DlBrL.4Fx}M%ApI=hT?GUd0lBvL.4Fx}M/A$T=hT?GUd0lBA\";i:3469;s:13:\"(a=hT?GU>RlBA\";i:3470;s:57:\"2d=hT?GU.DlBrL.4Fxrj~A]Q#(k)No4O;CDXzXJI{ZnB:>ht,ub@Vd7FA\";i:3471;s:24:\"G0=hT?GU>RlB7L.4FxrjZABA\";i:3472;s:13:\"c#=hT?GUYzlBA\";i:3473;s:23:\"5r=hT?GU/A$A=CSOYM)ZBtA\";i:3474;s:58:\"J0=hT?GUDClBIM.4Fxs@CAeZ=hT?GUDClBAM.4Fxs@CA%$>hT?GU}jNBEA\";i:3475;s:67:\"3d=hT?GU(ClB,L.4Fx~5IA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWA\";i:3476;s:27:\"`X=hT?GU}j4CbLot,ub@y2_9RtA\";i:3477;s:25:\"G0=hT?GU~@jBbLit,ub@TD7FA\";i:3478;s:15:\"F0>hT?GUO[jnXLA\";i:3479;s:15:\"F0>hT?GUO[.oXLA\";i:3480;s:15:\"5}>hT?GUO[SqbLA\";i:3481;s:15:\"5}>hT?GUO[~lbLA\";i:3482;s:12:\"9M>hT?GU/A$A\";i:3483;s:62:\"IH=hT?GU~AlBrL.4Fx}MBApI=hT?GUNk,>aLKCVElg*N+P,rlBzL.4Fx}MBABA\";i:3484;s:13:\"bS=hT?GU:tlBA\";i:3485;s:12:\"EH=hT?GUpA$A\";i:3486;s:12:\">J=hT?GU/A$A\";i:3487;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:3488;s:15:\"VE=hT?GUNk2[aLA\";i:3489;s:15:\"VE=hT?GUNkA^aLA\";i:3490;s:15:\"VE=hT?GUNkl_aLA\";i:3491;s:15:\"VE=hT?GUNk:`aLA\";i:3492;s:15:\"VE=hT?GUNkU|aLA\";i:3493;s:15:\"nu=hT?GUO[8MXLA\";i:3494;s:14:\"bS@hT?GU~@NBEA\";i:3495;s:13:\"nu=hT?GU~AlBA\";i:3496;s:12:\"(a=hT?GU/A$A\";i:3497;s:13:\"nu=hT?GU4DlBA\";i:3498;s:13:\"nu=hT?GU~AlBA\";i:3499;s:14:\"),=hT?GU}j8CEA\";i:3500;s:13:\"nu=hT?GU~AlBA\";i:3501;s:13:\"_X=hT?GUpwlBA\";i:3502;s:15:\"5}>hT?GUO[95XLA\";i:3503;s:39:\"pu=hT?GUO[8MXL(HVElg*NLAK\"pt,ub@y2mnMtA\";i:3504;s:24:\"tP=hT?GU:tlBvL.4Fx}M%ABA\";i:3505;s:13:\"nu=hT?GU\"tlBA\";i:3506;s:13:\"nu=hT?GU~AlBA\";i:3507;s:15:\"),>hT?GUO[=JZLA\";i:3508;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3509;s:38:\"uP@hT?GU:tlB(P.4Fx}Mw58Fx9LvSQ[zGF@Y$A\";i:3510;s:59:\"wP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWPjqI:$vbaUBN:CA\";i:3511;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3512;s:13:\"nu=hT?GU~AlBA\";i:3513;s:14:\"_X=hT?GU~@SBEA\";i:3514;s:29:\"?J>hT?GUO[:CZL^XVElg*N+P<slBA\";i:3515;s:12:\"bS=hT?GU/A$A\";i:3516;s:70:\"su=hT?GUO[8MXL(HVElg*NLA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3517;s:24:\"ou=hT?GU4DlBUM.4FxrjBABA\";i:3518;s:13:\"nu=hT?GU~AlBA\";i:3519;s:13:\"nu=hT?GU~AlBA\";i:3520;s:13:\"nu=hT?GU4DlBA\";i:3521;s:13:\"nu=hT?GU~AlBA\";i:3522;s:15:\"bS=hT?GUO[jncLA\";i:3523;s:15:\"z:=hT?GUNkWxaLA\";i:3524;s:13:\"nu=hT?GU~AlBA\";i:3525;s:13:\"KV=hT?GU:tlBA\";i:3526;s:15:\"5}>hT?GUNkL&ZLA\";i:3527;s:15:\"5}>hT?GUO[BA5FA\";i:3528;s:14:\"_X=hT?GU}jTBEA\";i:3529;s:13:\"VE=hT?GUuBlBA\";i:3530;s:13:\"Wx>hT?GUGJlBA\";i:3531;s:14:\"bS@hT?GU~@NBEA\";i:3532;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3533;s:13:\"VE=hT?GUuBlBA\";i:3534;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3535;s:14:\"bS@hT?GU~@NBEA\";i:3536;s:12:\"bS=hT?GU/A$A\";i:3537;s:15:\"(a=hT?GUO[&aYLA\";i:3538;s:13:\"bS=hT?GUt0lBA\";i:3539;s:15:\"bS=hT?GUO[McbLA\";i:3540;s:15:\"bS=hT?GUO[mBbLA\";i:3541;s:15:\"bS=hT?GUNkyddLA\";i:3542;s:13:\"bS=hT?GUe%lBA\";i:3543;s:13:\"VE=hT?GUuBlBA\";i:3544;s:14:\"VE=hT?GU}j(ACA\";i:3545;s:15:\"F0>hT?GUO[E0XLA\";i:3546;s:13:\"nu=hT?GU~AlBA\";i:3547;s:41:\"Yx>hT?GUO[5FXL>WVElg*NNK]qlB9N.4Fx}M;46FA\";i:3548;s:147:\"3P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbaUQQ:CQYzXJI|+wCCCi\"pBJHNzRmPtLA<v=hT?GUO[$$XL>WVElg*NLA3([\",ub@y29yCtXL_Q3nE3zD$ASDSOYM*+y>lBA\";i:3549;s:15:\"5}>hT?GUO[PjXLA\";i:3550;s:15:\"5}>hT?GUO[PjXLA\";i:3551;s:15:\"5}>hT?GUO[PjXLA\";i:3552;s:59:\"ru=hT?GUO[8MXLi\"LvSQ[zIA/hjt,ub@7L5F]6LvSQ[zwAc4st,ub@^D5FA\";i:3553;s:13:\"yd=hT?GU.DlBA\";i:3554;s:72:\"3d=hT?GU(ClB;L.4Fx}MBAw(=hT?GU/A$AiDSOYMXwRte+_Q3nE30o#^6F.4LvSQ[zGF?D$A\";i:3555;s:12:\"4r=hT?GU/A$A\";i:3556;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:3557;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:3558;s:15:\"z:>hT?GUO[@QXLA\";i:3559;s:13:\"nu=hT?GU~AlBA\";i:3560;s:29:\"@2=hT?GUO[b#bL~FVElg*NNK_0lBA\";i:3561;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:3562;s:15:\"5}>hT?GUO[SqXLA\";i:3563;s:15:\"5}>hT?GUO[SqXLA\";i:3564;s:15:\"5}>hT?GUO[SqXLA\";i:3565;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:3566;s:24:\"zd=hT?GU.DlBEM.4Fx}MBABA\";i:3567;s:13:\"nu=hT?GU~AlBA\";i:3568;s:24:\"@2>hT?GU:tlBAM.4Fx}M%ABA\";i:3569;s:15:\"bS=hT?GUO[+>bLA\";i:3570;s:13:\"nu=hT?GU~AlBA\";i:3571;s:13:\"?2=hT?GU:tlBA\";i:3572;s:13:\"nu=hT?GU~AlBA\";i:3573;s:15:\"5}>hT?GUO[SqXLA\";i:3574;s:36:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GU}jXBEA\";i:3575;s:15:\"nu=hT?GUO[8MXLA\";i:3576;s:13:\"yd=hT?GU.DlBA\";i:3577;s:13:\"yd=hT?GU.DlBA\";i:3578;s:13:\"yd=hT?GU.DlBA\";i:3579;s:12:\"9M>hT?GU/A$A\";i:3580;s:13:\"9M>hT?GUHGlBA\";i:3581;s:13:\"9M>hT?GUHGlBA\";i:3582;s:77:\"3d=hT?GU.DlB<M.4Fx~5IA};=hT?GUO[;CXL=JVElg*NkVgA$AMDSOYMj<!\"AAl_=hT?GUO[;CXLA\";i:3583;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:3584;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:3585;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:3586;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:3587;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:3588;s:65:\"%M>hT?GU/A$ATESOYMj<ttVAx(A)LvSQ[z@H,D$A;^[hT?GUqtlBUU1t,ub@/B7FA\";i:3589;s:31:\"RjvlzXJI|+fFMAQA/erI:$vb.qFB:CA\";i:3590;s:13:\"yd=hT?GU.DlBA\";i:3591;s:28:\"B^@hT?GUO[6FXLcsVElg*NkV$A$A\";i:3592;s:29:\"B^@hT?GUO[pIXLcsVElg*NkVFBlBA\";i:3593;s:29:\"B^@hT?GUO[YLXLcsVElg*NkVlBlBA\";i:3594;s:29:\"B^@hT?GUO[HOXLcsVElg*NkV*BlBA\";i:3595;s:29:\"B^@hT?GUO[[QXLcsVElg*NkVKClBA\";i:3596;s:29:\"B^@hT?GUO[bSXLcsVElg*NkVaClBA\";i:3597;s:29:\"B^@hT?GUO[$TXLcsVElg*NkVqClBA\";i:3598;s:29:\"B^@hT?GUO[KVXLcsVElg*NkV6ClBA\";i:3599;s:29:\"B^@hT?GUO[vWXLcsVElg*NkV:ClBA\";i:3600;s:29:\"B^@hT?GUO[_XXLcsVElg*NkV\"ClBA\";i:3601;s:29:\"B^@hT?GUO[eZXLcsVElg*NkVPDlBA\";i:3602;s:29:\"B^@hT?GUO[(aXLcsVElg*NkVfDlBA\";i:3603;s:29:\"B^@hT?GUO[ydXLcsVElg*NkV#DlBA\";i:3604;s:29:\"B^@hT?GUO[|eXLcsVElg*NkV?DlBA\";i:3605;s:29:\"B^@hT?GUO[hgXLcsVElg*NkVEElBA\";i:3606;s:29:\"B^@hT?GUO[+hXLcsVElg*NkVUElBA\";i:3607;s:42:\"7}=hT?GUO[h=XL|rVElg*NkVkElB.Q.4Fxrj9CyAIA\";i:3608;s:39:\"7}=hT?GULKlB)Q.4Fxrj9C0AJtEByD1+IT9WF\"A\";i:3609;s:42:\"7}=hT?GUO[BtaL|rVElg*NkV)ElB.Q.4Fxrj9C2AIA\";i:3610;s:39:\"7}=hT?GUXGlB)Q.4Fxrj9C4AJtEByD1+ITQtF\"A\";i:3611;s:29:\"B^@hT?GUO[TqXLcsVElg*NkVZFlBA\";i:3612;s:29:\"B^@hT?GUO[4rXLcsVElg*NkVpFlBA\";i:3613;s:29:\"B^@hT?GUO[nuXLcsVElg*NkV/FlBA\";i:3614;s:29:\"B^@hT?GUO[<vXLcsVElg*NkV~FlBA\";i:3615;s:29:\"B^@hT?GUO[WxXLcsVElg*NkVOGlBA\";i:3616;s:42:\"7}=hT?GUO[@QXL|rVElg*NkVeGlB.Q.4Fxrj9C.AIA\";i:3617;s:42:\"7}=hT?GUO[h=XL|rVElg*NkVuGlB.Q.4Fxrj9C:AIA\";i:3618;s:39:\"7}=hT?GULKlB)Q.4Fxrj9C<AJtEByD1+IT!(G\"A\";i:3619;s:42:\"7}=hT?GUO[BtaL|rVElg*NkV>GlB.Q.4Fxrj9C>AIA\";i:3620;s:39:\"7}=hT?GUXGlB)Q.4Fxrj9C@AJtEByD1+ITR\"DtA\";i:3621;s:29:\"B^@hT?GUO[!5XLcsVElg*NkVTHlBA\";i:3622;s:29:\"B^@hT?GUO[I7XLcsVElg*NkVjHlBA\";i:3623;s:29:\"B^@hT?GUO[t8XLcsVElg*NkVzHlBA\";i:3624;s:29:\"B^@hT?GUO[]9XLcsVElg*NkV(HlBA\";i:3625;s:29:\"B^@hT?GUO[c#XLcsVElg*NkV^HlBA\";i:3626;s:82:\"4d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbiAQAiDrI:$vbWAQA\";i:3627;s:15:\"Qj=hT?GUNkf+YLA\";i:3628;s:15:\"Qj=hT?GUO[%$XLA\";i:3629;s:13:\"yd=hT?GU.DlBA\";i:3630;s:15:\">J?hT?GUO[[9XLA\";i:3631;s:203:\"oC^X>\",ub@y2xWBt@Q=S.4Fxrj9CDBS\")\",ub@{K7FRtLvSQ[z?H1W(HqI:$vbtfe\"DH_Q3nE30o+O5FxtLvSQ[zGF=B$A@CSOYMj<dtKAln#(k)Noa.I7uW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSARtwBJHNzijZn$A:m]hT?GUO[w(XLA\";i:3632;s:13:\"nu=hT?GU\"tlBA\";i:3633;s:81:\"4d=hT?GU.DlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZDt=J_Q3nE3kAi\"3BJHNzRm<WMAvW=hT?GUMHlBA\";i:3634;s:81:\"_2>hT?GU~@dByWjt,ub@y2n_Ft&a_Q3nE30o@@5F2uLvSQ[zGFDH$AADSOYMj<cAtABA`Q3nE31`Pj5FA\";i:3635;s:29:\"6}>hT?GUO[~laLEUVElg*NNK(XlBA\";i:3636;s:49:\"1d=hT?GU(ClB;L.4Fx}Mo[6FrvLvSQ[zAk0W1RqI:$vbA2e\"A\";i:3637;s:15:\"VE?hT?GUO[),XLA\";i:3638;s:66:\"ZE=hT?GUO[{eXL?DVElg*NdAK\"vt,ub@y21WEt*h`Q3nE30oKC6F]6LvSQ[z#K8E$A\";i:3639;s:56:\"YE?hT?GUO[};XLOWVElg*NkV9JlBpN.4Fxrj9CVBRt3BJHNzRm<WOABA\";i:3640;s:15:\"5}>hT?GUO[i=XLA\";i:3641;s:15:\"VE?hT?GUO[2[XLA\";i:3642;s:69:\"ZE=hT?GUO[uWYL?DVElg*NNKGOlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`tp5FA\";i:3643;s:56:\"YE?hT?GUO[l_XLOWVElg*NkV&KlBpN.4Fxrj9ChBRt3BJHNzRm=(PABA\";i:3644;s:15:\"5}>hT?GUO[:`XLA\";i:3645;s:15:\"VE?hT?GUO[D\"5FA\";i:3646;s:65:\"ZE=hT?GU}jPB/hit,ub@wc5Fl%LvSQ[z#K0E$A,DSOYMj<dt%Am_((k)Noa.=CwWA\";i:3647;s:56:\"YE?hT?GUO[;CYLOWVElg*NkV,LlBpN.4Fxrj9CtBRt3BJHNzRm<WRABA\";i:3648;s:15:\"5}>hT?GUO[VEYLA\";i:3649;s:15:\"VE?hT?GUO[pIYLA\";i:3650;s:80:\"Em=hT?GU}jaBbLht,ub@=19ERtqBJHNzRmOAJ\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tjACA\";i:3651;s:56:\"YE?hT?GUO[YLYLOWVElg*NkV<MlBpN.4Fxrj9C5BRt3BJHNzRm=(SABA\";i:3652;s:15:\"5}>hT?GUO[9MYLA\";i:3653;s:15:\"VE?hT?GUO[N/aLA\";i:3654;s:56:\"YE?hT?GUO[[QYLOWVElg*NkVxNlBpN.4Fxrj}BcCRt3BJHNzRmftTABA\";i:3655;s:15:\"5}>hT?GUO[bSYLA\";i:3656;s:13:\"yd=hT?GU.DlBA\";i:3657;s:185:\"1u=hT?GU~AlB#L.4Fxs@DAw(=hT?GU~@dBz(it,ub@y2r_FtlB_Q3nE31`Y45FQwLvSQ[zOA/hjt,ub@,n5F2uLvSQ[zGF`B$AADSOYMXwEtlB`Q3nE31`}45F!2LvSQ[zkA:>ot,ub@y2eLGte+_Q3nE30oJV5FvzLvSQ[z#KbH$ASDSOYMAlDtA\";i:3658;s:116:\"vu=hT?GU4DlB#L.4Fxs@DAw(=hT?GUO[^XYL_EVElg*NkV+OlBbL.4Fx}M:;6F{uLvSQ[zB[0W1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRm<WVABA\";i:3659;s:86:\"yP=hT?GUnGlBjL.4Fx}MBA[Q=hT?GUnGlBzL.4Fx}MBA;C?hT?GUO[|eYL1RVElg*NNKZFlB@M.4Fxrj9C^BQA\";i:3660;s:198:\"oCmu)\",ub@PP5F[tLvSQ[z>C3(&\",ub@TD7FGuLvSQ[z>C3((\",ub@TD7FQwLvSQ[zS>0WhNqI:$vbyARtpBJHNzijdT$AADSOYMj<e\"FAeZ>hT?GUNk4rXLQQVElg*N+PpFlBCO.4FxrjYB]AIApt,ub@y2ItGtXL_Q3nE3zD$A5p]hT?GU/A$AyDSOYMj<cALABA\";i:3661;s:97:\"uu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A~CSOYM)ZBtlB_Q3nE30otp5F{uLvSQ[zIAz(mt,ub@y2p_CtE0_Q3nE31`2!5FA\";i:3662;s:135:\"xu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU>BlB?L.4Fx~5CA;C=hT?GU}jTB/hit,ub@%Z5F[tLvSQ[z6{0W_EqI:$vbaU!+:C$gzXJI|+fFaCgA[BJHNzRm9(gATq?hT?GUO[1kYLA\";i:3663;s:15:\"4r?hT?GUO[\"lYLA\";i:3664;s:72:\"!}?hT?GUO[5FXLeGVElg*NXA3(+\",ub@MI5F2uLvSQ[zOAbLjt,ub@MI5FU0LvSQ[z#KzH$A\";i:3665;s:26:\"ou=hT?GU4DlBnP.4FxrjYBIAIA\";i:3666;s:24:\"ou=hT?GU4DlBnP.4Fxs@<ABA\";i:3667;s:53:\"1d=hT?GU.DlBtN.4FxrjYBzBRt5BJHNzRmftVAHO>hT?GUO[knYLA\";i:3668;s:112:\"1P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUpwlB~N.4Fxrj%ABA\";i:3669;s:37:\"H0=hT?GU0vlB.M.4Fx}M%AO/>hT?GUO[@QXLA\";i:3670;s:61:\"ru=hT?GUO[8MXL*BVElg*NJA3(&\",ub@=11ES\"(\",ub@TD5FWuLvSQ[zXv0WA\";i:3671;s:82:\"su=hT?GUO[8MXLi\"LvSQ[z@H*B$A`CSOYMj<sAFAZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CECQA\";i:3672;s:15:\"4r?hT?GUO[TqYLA\";i:3673;s:62:\"2d=hT?GU(ClB;L.4Fx}MBAU|>hT?GUO[95bLuWVElg*NkVrPlB3L.4Fx}MKABA\";i:3674;s:26:\"6}>hT?GUO[4rYL@QVElg*NLAIA\";i:3675;s:91:\"?o=hT?GU/A$ABDSOYMXwDt&a_Q3nE3H#Zl6F2uLvSQ[zGFII$AADSOYMj<dtdADt&(k)Noa._9wWCaqI:$vb.q*h:CA\";i:3676;s:91:\"!r=hT?GU/A$ABDSOYMXwDt&a_Q3nE30otp5F2uLvSQ[zGFII$AADSOYMj<tt\"Az(mt,ub@y2p_CtE0_Q3nE31`2!5FA\";i:3677;s:14:\"\"l=hT?GU~@HBEA\";i:3678;s:13:\"4r=hT?GUDClBA\";i:3679;s:13:\"/o=hT?GUDClBA\";i:3680;s:83:\"4d=hT?GU.DlBrL.4Fx}MJApI=hT?GU/A$A@CSOYM)ZDt=J_Q3nE3kAi\"*BJHNzRmftVA7y>hT?GUO[SqXLA\";i:3681;s:29:\"6}>hT?GUO[~lXL[dVElg*NkVFRlBA\";i:3682;s:59:\"ax>hT?GUO[5FXL*BVElg*NXA3(&\",ub@MI5FGuLvSQ[zOA:>ht,ub@MI5FA\";i:3683;s:24:\"ou=hT?GU~AlBbL.4Fx}M&ABA\";i:3684;s:35:\"e#=hT?GUXGlB#L.4FxrjFApI=hT?GU}DlBA\";i:3685;s:15:\"VE=hT?GUNk2[aLA\";i:3686;s:15:\"VE=hT?GUO[<vYLA\";i:3687;s:15:\"VE=hT?GUO[WxYLA\";i:3688;s:15:\"VE=hT?GUO[7yYLA\";i:3689;s:15:\"VE=hT?GUO[F0YLA\";i:3690;s:77:\"su=hT?GUO[8MXLfTVElg*N/A2W;\",ub@y2<hHtC\"qI:$vb.qUk:C1ZzXJI|+JA]Q((k)Noa.+hvWA\";i:3691;s:125:\"1P=hT?GU/A$A=CSOYM*+4slBvL.4FxrjYBPBRtoBJHNz?MuW8MqI:$vbaU!G:CQYzXJI{ZUA8y#(k)Noa.q1uW|LqI:$vb,BgApBJHNzRmQ\"N\"Q@_Q3nE30o_E8FA\";i:3692;s:13:\"nu>hT?GU~AlBA\";i:3693;s:55:\"YE?hT?GUO[Z4YLOWVElg*NkVr#lBpN.4Fxrj9CeCQACByD1+IT_hP\"A\";i:3694;s:15:\"5}>hT?GUO[]9cLA\";i:3695;s:55:\"YE?hT?GUO[c#YLOWVElg*NkVg$lBpN.4Fxrj9CoCQACByD1+ITPAItA\";i:3696;s:15:\"5}>hT?GUO[`)cLA\";i:3697;s:55:\"YE?hT?GUO[f+YLOWVElg*NkVV%lBpN.4Fxrj9CyCQACByD1+ITn4Q\"A\";i:3698;s:15:\"5}>hT?GUO[};cLA\";i:3699;s:55:\"YE?hT?GUO[i=YLOWVElg*NkVK&lBpN.4Fxrj9C8CQACByD1+IT9WR\"A\";i:3700;s:15:\"5}>hT?GUO[A^cLA\";i:3701;s:55:\"YE?hT?GUO[l_YLOWVElg*NkV\"&lBpN.4Fxrj9C+CQACByD1+IT`>R\"A\";i:3702;s:15:\"5}>hT?GUO[BA8FA\";i:3703;s:82:\"aE?hT?GUO[mBZLOWVElg*NkV?(lBpN.4Fxrj}B}CQACByD1+IT_hS\"E0_Q3nE31`:C6FY4LvSQ[z#KkE$A\";i:3704;s:15:\"5}>hT?GUO[EHdLA\";i:3705;s:82:\"aE?hT?GUO[pIZLOWVElg*NNKaylBpN.4Fxrj9C}CQACByD1+ITR\"JtE0_Q3nE31`eG6FY4LvSQ[z#KMM$A\";i:3706;s:15:\"5}>hT?GUNk4rcLA\";i:3707;s:55:\"YE?hT?GUO[sPZLOWVElg*NkV5*lBpN.4Fxrj9CJDQACByD1+IT!(T\"A\";i:3708;s:15:\"5}>hT?GUO[KVdLA\";i:3709;s:55:\"YE?hT?GUO[vWZLOWVElg*NkVu+lBpN.4Fxrj9CTDQACByD1+IT_hU\"A\";i:3710;s:15:\"5}>hT?GUO[NcdLA\";i:3711;s:55:\"YE?hT?GUO[ydZLOWVElg*NkVj,lBpN.4Fxrj9CdDQACByD1+ITR\"KtA\";i:3712;s:15:\"5}>hT?GUO[QjdLA\";i:3713;s:124:\"1P=hT?GUO[y:XLFBVElg*NNKfDlBvL.4FxrjYBPBRtoBJHNz?MuW8MqI:$vb,Bi\"uBJHNzij&U$A^CSOYMXwDt^X_Q3nE3t`6AvW=hT?GUzClB*N.4FxrjYB?FQA\";i:3714;s:13:\"nu>hT?GU~AlBA\";i:3715;s:107:\"5d=hT?GU.DlBAM.4FxrjYB6CRt*BJHNzRm<WgAU|>hT?GUO[;CdL1RVElg*N+P(XlBgQ.4Fxrj9CjDRt3BJHNzRmg\"S\"C\"qI:$vb.q1R:CA\";i:3716;s:15:\"5}>hT?GUO[\"lZLA\";i:3717;s:60:\"2d=hT?GU(ClB;L.4Fx}MJAkn=hT?GUO[jnYLi\"LvSQ[zmA/hit,ub@=1;EQA\";i:3718;s:77:\"Em=hT?GUYDlBbL.4FxrjYB*BRtqBJHNzApuW1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRmg\"V\"A\";i:3719;s:56:\"Cm=hT?GUO[XLYL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRm<WnABA\";i:3720;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CrDQA\";i:3721;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CtDQA\";i:3722;s:69:\"Dm=hT?GUO[XLYL?DVElg*NNKGOlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`uW6FA\";i:3723;s:56:\"YE=hT?GUO[+>XL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRm<WoABA\";i:3724;s:56:\"kg=hT?GUO[+>XL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRmftoABA\";i:3725;s:90:\"Fm=hT?GUO[jnYL_EVElg*N[A2W&\",ub@wc5F{uLvSQ[zB[0W1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRm=(oABA\";i:3726;s:69:\"ZE=hT?GUO[+>XL?DVElg*NNK=JlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`dZ6FA\";i:3727;s:81:\"Em=hT?GUNkNcXLi\"LvSQ[zGF_E$A`CSOYM*+:mlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`Ca6FA\";i:3728;s:80:\"Em=hT?GUNkNcXLi\"LvSQ[zGF_E$A`CSOYMXwDtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"pABA\";i:3729;s:69:\"Dm=hT?GUO[XLYLi\"LvSQ[zGF_E$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVhdlBA\";i:3730;s:127:\"xu=hT?GU~AlB,L.4FxrjYBEERtnBJHNz?M2WKCqI:$vbpLgAoBJHNz?M2W_EqI:$vbpLgAuBJHNz?M2WhNqI:$vbpLi\"pBJHNz?M2W|LqI:$vbpLgA)BJHNzRmeA3\"A\";i:3731;s:13:\"yd=hT?GU.DlBA\";i:3732;s:58:\"ru=hT?GU4DlB#L.4Fxs@DA1k=hT?GU~@VBbLht,ub@%Z5F{uLvSQ[zoAEA\";i:3733;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C%DQA\";i:3734;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C(DQA\";i:3735;s:85:\"4d=hT?GU.DlBrL.4Fx}MDApI=hT?GU/A$A@CSOYMj<cAOA$T=hT?GU/A$AwDSOYMj<!\"VA7y>hT?GUO[SqXLA\";i:3736;s:29:\"G0>hT?GUNkL&aL.oVElg*NkVGelBA\";i:3737;s:83:\"cx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@TD7FxtLvSQ[z>CJt(\",ub@TD7FWuLvSQ[z>C2W<\",ub@y2p_CtA\";i:3738;s:83:\"4d=hT?GU(ClBcM.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3\"!4A7y>hT?GUO[]9ZL.IVElg*NAbPtA\";i:3739;s:152:\"o#=hT?GUXGlB#L.4FxrjFAHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%Akn>hT?GUO[|eYLBNVElg*NkVmelB~N.4Fxrj9C#DQA\";i:3740;s:26:\":o>hT?GUNk4rXLBNVElg*NLAIA\";i:3741;s:100:\"uu=hT?GU4DlBEM.4FxrjYBVBRtuBJHNzApuWeGqI:$vbaU#T:CAYzXJI{ZHAm_&(k)Noa.eZ3WBtqI:$vb.q{e;CTXzXJI{ZUACA\";i:3742;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3743;s:83:\"4d=hT?GU(ClBcM.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3\"!4A7y>hT?GUO[SqXL.IVElg*NAbPtA\";i:3744;s:29:\"6}>hT?GUO[4rcL1RVElg*NNKZFlBA\";i:3745;s:13:\"nu=hT?GU~AlBA\";i:3746;s:37:\"0d=hT?GU.DlB?L.4Fx}MBA;C=hT?GUO[%$ZLA\";i:3747;s:49:\"qu=hT?GU4DlBnP.4FxrjYBIAJt,\",ub@BZ5F{uLvSQ[z?H1WA\";i:3748;s:13:\"L&=hT?GU3GlBA\";i:3749;s:13:\"hg=hT?GUd0lBA\";i:3750;s:46:\"vP=hT?GUDClBjL.4Fxs@CA[Q=hT?GUzClBzL.4Fxs@CABA\";i:3751;s:15:\"bS?hT?GUO[|eYLA\";i:3752;s:24:\"d#=hT?GULKlB.M.4Fxs@EABA\";i:3753;s:98:\"uu=hT?GU4DlBEM.4Fx}Mz$6FgwLvSQ[zkAbLit,ub@=1;ERttBJHNzijPV$AuDSOYMj<dt5BEA((k)Noa.y(4W5FqI:$vb,BgA\";i:3754;s:60:\"J0=hT?GU~@SB/hjt,ub@=1aFRtpBJHNzijdT$AADSOYM)ZDt1[_Q3nE3FF$A\";i:3755;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3756;s:97:\"5d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYM*+?nlB(L.4Fx}MCA7y>hT?GUO[]9ZLBNVElg*NkV+elBgM.4Fx}M[+6FA\";i:3757;s:14:\"4r=hT?GU}jLBEA\";i:3758;s:14:\"/o=hT?GU}jLBEA\";i:3759;s:15:\"sP>hT?GUO[w(ZLA\";i:3760;s:53:\"1d=hT?GU.DlBvL.4FxrjYBVBRt*BJHNzRmftVA7y>hT?GUO[SqXLA\";i:3761;s:108:\"k#=hT?GUXGlB#L.4FxrjFA;C=hT?GUO[`)ZL*BVElg*N&FRtmBJHNz?M2WUEqI:$vbpLi\"oBJHNz?M2W<cqI:$vbxf]K:C|bzXJI|+fF6SgA\";i:3762;s:34:\"0d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A\";i:3763;s:73:\"_2=hT?GU:tlBAM.4Fx}M%A[Q?hT?GUO[|eYL,bVElg*N#GRt3BJHNzRmftsAl_>hT?GU\"tlBA\";i:3764;s:100:\"uu=hT?GU4DlBEM.4FxrjYBVBRtuBJHNz?MvWeGqI:$vbaU#T:CAYzXJI{ZHAm_&(k)Noa.eZ3WBtqI:$vb.q{e;CTXzXJI{ZUACA\";i:3765;s:29:\"?J=hT?GUO[xdXL1RVElg*NNKZFlBA\";i:3766;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3767;s:57:\"2d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fx~5DA<v=hT?GUDClBA\";i:3768;s:15:\"Wx>hT?GUO[5FXLA\";i:3769;s:26:\")a=hT?GUMHlBCO.4FxrjYB2AIA\";i:3770;s:113:\"6d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMj<9t~A/hit,ub@CG5F>2LvSQ[z#KzH$AdDSOYMj<ttPAZL&(k)Noa.%TyW1[qI:$vb.qb#:CA\";i:3771;s:15:\"sP?hT?GUO[dZYLA\";i:3772;s:26:\"Am=hT?GU>BlBrL.4Fxrj}BsEQA\";i:3773;s:26:\"5r=hT?GU>BlBjL.4Fxrj9C~DQA\";i:3774;s:26:\":o=hT?GU>BlBzL.4Fxrj9C~DQA\";i:3775;s:64:\"fS=hT?GUnGlBKO.4Fxrj9C[BRt)BJHNzRmfttA7y>hT?GUO[SqXL:CVElg*N[AIA\";i:3776;s:70:\"3d=hT?GU.DlBtN.4Fxs@AA7y=hT?GUDClBIM.4Fxs@CAeZ=hT?GUzClBAM.4Fxrj9CCEQA\";i:3777;s:58:\"2d=hT?GU(ClB;L.4Fx}Mo[6FrvLvSQ[zLAbLht,ub@uC5F{uLvSQ[zDAEA\";i:3778;s:35:\"XE=hT?GUcHlBnL.4Fx}MCA|e=hT?GUcHlBA\";i:3779;s:69:\"3d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRmeAZ\"A\";i:3780;s:53:\"YE=hT?GUNkeZaLKCVElg*N/A2W]\",ub@y2<hGte+_Q3nE30oJV5FA\";i:3781;s:138:\"8d=hT?GU.DlBEM.4Fx~5JAq1=hT?GUnGlB7L.4FxrjYB*BRttBJHNzijuW<cqI:$vbxf]K:C8czXJI|+fF,DgA8BJHNzRm*(HAU|>hT?GUO[95XLuWVElg*NkVwglB3L.4Fx}MKABA\";i:3782;s:114:\"6d=hT?GU(ClB;L.4Fx}Mz$6FrvLvSQ[zOAbLht,ub@y2F\"wW(HqI:$vbA2c\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"uAf+=hT?GU}jXBEA\";i:3783;s:63:\"J0=hT?GU~@eB/hjt,ub@y2}9Mt8M_Q3nE3t`8A<v=hT?GU~@eByWot,ub@so5FA\";i:3784;s:14:\"(a=hT?GU~@SBEA\";i:3785;s:13:\"yd=hT?GU.DlBA\";i:3786;s:110:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GUO[oIYL_EVElg*N=A2W&\",ub@%Z5F{uLvSQ[zOAFtvt,ub@y21WEt*h`Q3nE30oKC6F]6LvSQ[z#KwQ$A\";i:3787;s:27:\"ig=hT?GU~@VB:>qt,ub@y2U/MtA\";i:3788;s:13:\"nu=hT?GU~AlBA\";i:3789;s:203:\"oCuu)\",ub@PP5F\"yLvSQ[z7AbLht,ub@CG5F[tLvSQ[z>C3(&\",ub@TD7FGuLvSQ[z>C3((\",ub@TD7FQwLvSQ[zOA/hjt,ub@WK5F2uLvSQ[zOAbLjt,ub@xJ5Fo4LvSQ[z#KzH$AuDSOYMj<!\"tA7y>hT?GUO[y:aL.oVElg*NkVlhlB@M.4Fxrj9CSEQA)\",ub@wc5FA\";i:3790;s:140:\"P0=hT?GUMHlBIM.4Fx}M:;6F2uLvSQ[zoAbLjt,ub@=1QFRt*BJHNzRmftVAU|>hT?GUO[95XL1RVElg*N+PCqlBgQ.4Fxrj9C*DRt3BJHNzRmg\"N\"C\"qI:$vb.qF%:CTXzXJI{ZUACA\";i:3791;s:13:\"VE=hT?GUcHlBA\";i:3792;s:15:\"F0>hT?GUO[6yZLA\";i:3793;s:39:\"dS=hT?GU{JlBKO.4Fxrj9C[BS\">\",ub@y2/>CtA\";i:3794;s:13:\"yd=hT?GU.DlBA\";i:3795;s:79:\"tu=hT?GU4DlBbL.4FxrjKA|e=hT?GUcHlBrL.4Fx}MBApI=hT?GUcHlBvL.4Fx}MBA$T=hT?GUcHlBA\";i:3796;s:69:\"3d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRmeAa\"A\";i:3797;s:26:\"6}>hT?GUO[mBeLuWVElg*N)FQA\";i:3798;s:13:\"mB?hT?GU\"tlBA\";i:3799;s:91:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A<v=hT?GU:tlB.M.4Fxs@EAl_>hT?GU\"tlB(|2t,ub@^D7FA\";i:3800;s:82:\"4d=hT?GU.DlBrL.4Fx}Mr}8FxtLvSQ[z>CJt(\",ub@=1SLRtoBJHNz?M2W|LqI:$vbA27\"T|_Q3nE3\"W$A\";i:3801;s:113:\"6d=hT?GU(ClB;L.4Fx}Mr}6FrvLvSQ[zEAbLht,ub@y2.hCtrP_Q3nE3jD$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVKilBgM.4Fx}M[+6FA\";i:3802;s:114:\"6d=hT?GU(ClB;L.4FxrjYBmAJt*\",ub@TD5FRtLvSQ[zGF`B$A`CSOYMAlDtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tGBbLkt,ub@=1CFQA\";i:3803;s:13:\"Wx=hT?GU|2lBA\";i:3804;s:114:\"6d=hT?GU(ClB;L.4FxrjYB1BS\"*\",ub@TD5FRtLvSQ[zkA/hit,ub@y2EtFtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<8AxAf+=hT?GU}jXBEA\";i:3805;s:95:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GUO[oIcL!GVElg*N&FRtpBJHNzRmPt[A<v=hT?GU:tlBA\";i:3806;s:46:\"vP=hT?GUjClBjL.4Fx}MBA[Q=hT?GUnGlBzL.4Fx}MBABA\";i:3807;s:61:\"g#=hT?GUXGlB#L.4FxrjFA;C=hT?GUdUlBvL.4FxrjYBsA3((\",ub@y2PcCtA\";i:3808;s:26:\"WE?hT?GUO[|eYL4YVElg*NLAIA\";i:3809;s:130:\"O0=hT?GU~@VB/hjt,ub@%Z5F2uLvSQ[zGF`B$AADSOYM)ZDtoI`Q3nE31`s85FI4LvSQ[zGF3D$AUDSOYMj<8AXABA`Q3nE31`[95FmuLvSQ[zGFII$ApDSOYMj<cADABA\";i:3810;s:64:\"9}>hT?GUO[EHeLuWVElg*N)FQA)\",ub@WK5FD3LvSQ[zGF?L$A]DSOYMj<!\"xABA\";i:3811;s:13:\"(a=hT?GU:tlBA\";i:3812;s:124:\"2P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUoDlB~N.4Fxrj%A+h|lzXJI|+nBEA\";i:3813;s:191:\"!d=hT?GU.DlBEM.4Fx}MKAq1=hT?GUYDlB7L.4Fx}MKA<v=hT?GUO[95ZLmOVElg*N+PpFlBeO.4Fxrj9C[BRt)BJHNzRmfttA7y>hT?GUNk>JZL.oVElg+NkV\"ilB&!eBSC#(y2%yNt(a.qD,XLnj9CqE@A]\",ub@^D7FmuLvSQ[zGFII$AtDSOYMifRtA\";i:3814;s:101:\"5d=hT?GU(ClB;L.4Fx}M676FrvLvSQ[zLAbLht,ub@y2.hCtrP_Q3nE3jD$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVKilBA\";i:3815;s:15:\"4r?hT?GUO[[QaLA\";i:3816;s:104:\"M0=hT?GUzClBIM.4Fx}Mr}6F2uLvSQ[zGFKK$AADSOYM*+4slBFN.4Fxrj}B!AJt^\",ub@y2<hGtE0_Q3nE31`O26FT3LvSQ[zGFFB$A\";i:3817;s:55:\"8}>hT?GUO[$TaLuWVElg*NkVwglB\"O.4Fxrj9CyEQA)\",ub@y2_9EtA\";i:3818;s:38:\"|)=hT?GU}jTBz(it,ub@=1~EQA)\",ub@=1QFQA\";i:3819;s:15:\"_X=hT?GUO[+>YLA\";i:3820;s:108:\"6d=hT?GU(ClBcM.4FxrjYB,BS\"*\",ub@nH5F[tLvSQ[zEA/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FAwLvSQ[zGF_E$A>DSOYMj<cABABA\";i:3821;s:41:\"Sj=hT?GUO[+>ZL0EVElg*N@rNtE0_Q3nE31`Y46FA\";i:3822;s:15:\":`?hT?GUO[_XaLA\";i:3823;s:15:\"F0=hT?GUO[(,YLA\";i:3824;s:29:\")a=hT?GUO[95ZL4YVElg*NkV_klBA\";i:3825;s:85:\"4d=hT?GU.DlBrL.4Fx}MJApI=hT?GU/A$A@CSOYM*+eqlBzL.4Fx}MBA;C?hT?GUO[|eYL1RVElg*NNKZFlBA\";i:3826;s:102:\"M0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUO[+>XL~FVElg*NdA2W<\",ub@y2p_CtoI`Q3nE31`s85FJ1LvSQ[z@H&C$AvDSOYMj<9tBBEA\";i:3827;s:104:\"k#=hT?GUXGlB#L.4FxrjFA;C=hT?GU5A$A`CSOYMLUBtDH_Q3nE3kAi\"mBJHNzM*vWUEqI:$vbX%h\"=J_Q3nE3kAi\"3BJHNzRmftsABA\";i:3828;s:24:\"!M=hT?GUuBlB(L.4FxrjKABA\";i:3829;s:81:\"tu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWCaqI:$vb.qS::CA\";i:3830;s:13:\"nu=hT?GU4DlBA\";i:3831;s:71:\"K0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GU~@jBbLjt,ub@TD5FI4LvSQ[zGF3D$A]CSOYMAlDtA\";i:3832;s:15:\"5}>hT?GUO[NcaLA\";i:3833;s:39:\"v8?hT?GUO[KVaL:CVElg*N[A3(=\",ub@y2EtJtA\";i:3834;s:87:\"4d=hT?GU.DlBEM.4FxrjYBwCRtuBJHNzijXV$A^CSOYMM%Bt^X_Q3nE31`,76FI4LvSQ[z#KAQ$AvDSOYMifRtA\";i:3835;s:114:\"6d=hT?GU(ClB;L.4FxrjYBwCS\"*\",ub@=1cFRtlBJHNzM*vW(HqI:$vbA2c\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"1Af+=hT?GU}jXBEA\";i:3836;s:102:\"5d=hT?GU(ClB^L.4FxrjDAw(=hT?GU~@MBbLht,ub@y2:hJtrP_Q3nE3t`8AZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C&EQA\";i:3837;s:92:\"uu=hT?GU4DlBUM.4Fxs@IAHO=hT?GU/A$A=CSOYMtOCtoI_Q3nE3kAi\"oBJHNz?MuW5FqI:$vbaU)U:C1ZzXJI{ZRACA\";i:3838;s:100:\"5d=hT?GU.DlBtN.4FxrjDA[Q=hT?GUnGlBAM.4Fxrj9C)ERt?BJHNzRm=(zAvW=hT?GUMHlBdN.4FxrjYB\"CRt2BJHNzRmXtgABA\";i:3839;s:110:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3RB$A`CSOYMj<u\"HAZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C+EQA\";i:3840;s:51:\"Cm=hT?GU}jNBbLht,ub@WK5F{uLvSQ[zS>0Wz3qI:$vb.q8<:CA\";i:3841;s:112:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU}jNB:>it,ub@=1=ERtlBJHNzApuW(HqI:$vb)qd\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tSBEA\";i:3842;s:13:\"VE=hT?GUuBlBA\";i:3843;s:52:\"Zx=hT?GUDClB3L.4Fx}M:;6FPzLvSQ[z#KfT$ApDSOYMj<cADABA\";i:3844;s:26:\"WE=hT?GUO[/oaL!GVElg*NXAIA\";i:3845;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3846;s:12:\"Wx=hT?GU/A$A\";i:3847;s:26:\"6}>hT?GUO[mBeLuWVElg*N)FQA\";i:3848;s:13:\"nu>hT?GU\"tlBA\";i:3849;s:24:\"FH=hT?GULKlBjL.4Fx}M%ABA\";i:3850;s:13:\"4r?hT?GUy1lBA\";i:3851;s:24:\"zd=hT?GU(ClB;L.4Fx~5CABA\";i:3852;s:24:\"zd=hT?GU(ClB;L.4Fx~5OABA\";i:3853;s:151:\"48?hT?GUO[3rZLPjVElg*NLA3(=\",ub@=1RERt%BJHNzRm9(CA6F@hT?GU}jEB/htt,ub@^D5FPzLvSQ[ziAz(rt,ub@y2DAyWR9qI:$vbaUht:CUczXJI|+CADt#(k)Noa.%$uWcsqI:$vbaUyK:CA\";i:3854;s:29:\"!M>hT?GUO[TqaLNJVElg*NkVTnlBA\";i:3855;s:15:\"9M>hT?GUO[CtaLA\";i:3856;s:12:\"9M>hT?GU/A$A\";i:3857;s:29:\"!M>hT?GUO[TqaLNJVElg*NkVTnlBA\";i:3858;s:13:\"9M>hT?GUHGlBA\";i:3859;s:12:\"9M>hT?GU/A$A\";i:3860;s:111:\"Hm=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWoIqI:$vb.qL?:C:azXJI|+wCQAS\")\",ub@=1MFS\">\",ub@y2eLPt6y_Q3nE31`v(6FA\";i:3861;s:95:\"Gm=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWoIqI:$vb.q;?:CjXzXJI{Z.6aLnbVElg*N&FQA:\",ub@y2xWBtA\";i:3862;s:130:\"9:>hT?GUO[@QXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAz(it,ub@TD5FbvLvSQ[zEAyWjt,ub@TD5FgwLvSQ[zGF8E$A^CSOYM)ZBt^X_Q3nE30oZl5F\"yLvSQ[z7AEA\";i:3863;s:53:\",,=hT?GUO[7yaL5FVElg*NNK1BlB(L.4Fx}MCAYL?hT?GUO[h=ZLA\";i:3864;s:13:\"nu=hT?GU~AlBA\";i:3865;s:108:\"6d=hT?GU.DlB|L.4FxrjYBSAK\"pt,ub@y2mnMtDH_Q3nE3kAi\"mBJHNz`avWUEqI:$vbSARtoBJHNz`avW.oqI:$vbzBgArBJHNzRm<W5ABA\";i:3866;s:24:\"WE=hT?GUuBlBSO.4FxrjKABA\";i:3867;s:15:\">J?hT?GUO[q1aLA\";i:3868;s:30:\">J?hT?KUO[?2aL#z#KkUlBi<9tZBMA\";i:3869;s:37:\">J?hT?MUO[[9XL#z#K0UlBi<9taB[ha..hJ\"A\";i:3870;s:13:\">J?hT?GUcHlBA\";i:3871;s:38:\"SjEmzXJI|+CAx(Y<LvSQ[zFAFt?!VElg*NLAIA\";i:3872;s:13:\"nu=hT?GU~AlBA\";i:3873;s:13:\"nu=hT?GU\"tlBA\";i:3874;s:115:\"%}>hT?GUO[#TaLvDVElg*NfA2W*\",ub@nH5FRtLvSQ[zpAyWot,ub@y2y(BtDH_Q3nE31`8<6FrvLvSQ[zGF8E$A~CSOYMj<dtaAx(#(k)Noa.mn1WA\";i:3875;s:15:\"5}>hT?GUO[#TaLA\";i:3876;s:15:\"5}>hT?GUO[SqXLA\";i:3877;s:13:\"nu=hT?GU~AlBA\";i:3878;s:13:\"nu=hT?GU~AlBA\";i:3879;s:149:\"ix>hT?GUGJlBSO.4FxrjYB}A3(`\",ub@Oi5Fo4LvSQ[zEAc4st,ub@^D5F;vLvSQ[zUAz(qt,ub@TD5FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FLvLvSQ[z#KBV$AUDSOYMifBtA\";i:3880;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuW%tqI:$vbSAQA\";i:3881;s:210:\"oCAY&\",ub@y2xWItrP_Q3nE30o1[5FPzLvSQ[zGFSK$A_CSOYM6|BtJV_Q3nE3kAi\"rBJHNz?MuW*hqI:$vbWAS\"@\",ub@y2y(Bt6y_Q3nE31`+>6FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zmAbLjt,ub@%Z5FI4LvSQ[zGF6C$AeDSOYM*+xhlB3L.4Fx}MB26F|7LvSQ[z#KRV$A\";i:3882;s:13:\"9M>hT?GUHGlBA\";i:3883;s:14:\"\"l=hT?GU}jWBEA\";i:3884;s:15:\"5}>hT?GUO[~lXLA\";i:3885;s:129:\"&}>hT?GUO[SqXLZFVElg*NNKfjlB/N.4FxrjOAq1=hT?GUO[&aXLi\"LvSQ[zIAG\"#(k)Noa.%$uW,7qI:$vb.qu{:CvbzXJI|+`D<Ii\"rBJHNz*:vWdZqI:$vb.q>{:CA\";i:3886;s:72:\"3d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$AuDSOYMj<e\"zAvW=hT?GUO[jnYLcMVElg*N=AIA\";i:3887;s:199:\"oCmu)\",ub@{K5FfzLvSQ[z#KZV$A?CSO}M)ZBt&a*|5AVE_Q3nE3kAgAoBJHNz?MuW_EqI:$vbSARtrBJHNz)duW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWp10JkcwY)!7\"SAm_((k)NoHR;C2WzXJI|+wC=Ni\"qBJHNzRm9(>ApI>hT?GUO[oIdLA\";i:3888;s:13:\"9M>hT?GUHGlBA\";i:3889;s:17:\"/o=hT?IUnGlBrzgAB\";i:3890;s:13:\"4r=hT?GUnGlBA\";i:3891;s:24:\"G0=hT?GUjClB7L.4FxrjDABA\";i:3892;s:37:\"@J>hT?GU/A$A;CSOYMXwBt5F_Q3nE31`@@6FA\";i:3893;s:14:\"\"l=hT?GU~@OBEA\";i:3894;s:51:\"YE=hT?GUuBlB(L.4Fx}MBA<v>hT?GUO[5FXLeGVElg*NkV]qlBA\";i:3895;s:94:\"5d=hT?GU(ClB|L.4Fx}MFA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWCaqI:$vb.qO{:C]azXJI|+wC5JgA\";i:3896;s:13:\"nu=hT?GU~AlBA\";i:3897;s:15:\"),=hT?GUNk\"laLA\";i:3898;s:15:\"),=hT?GUO[BtZLA\";i:3899;s:13:\"9M>hT?GUHGlBA\";i:3900;s:95:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A1k=hT?GU:tlBKO.4Fxrj%A;C=hT?GUO[\"]bL?DVElg*NNKj3lBA\";i:3901;s:155:\"iE=hT?GUcHlBnL.4Fx}MCA|e=hT?GUcHlB|L.4Fx}MFApI>hT?GU/A$ARDSOYMM%EtdZ_Q3nE3RB$ACDSOYM)ZBt8M_Q3nE3RB$AADSOYM)ZBtDH_Q3nE3kAi\"mBJHNz`avWUEqI:$vbSARtoBJHNz`avWA\";i:3902;s:12:\">J>hT?GU/A$A\";i:3903;s:143:\"?,=hT?GUO[7yaLvDVElg*NfAJt*\",ub@TD5FbvLvSQ[zNAG\"$(k)No+E:C^XzXJI{ZKAm_#(k)No3B:C2WzXJI|+UA^9#(k)No4O:CzXzXJI|+wC)Ii\"3BJHNzRm<W9A7y>hT?GUO[,>aLA\";i:3904;s:50:\"8}>hT?GUO[R@aL5FVElg*NpAIAit,ub@y2y(GtVx_Q3nE3zD$A\";i:3905;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:3906;s:70:\"xP=hT?GUO[2[aLvDVElg*NfA2W*\",ub@CG5FrvLvSQ[zEAbLht,ub@CG5F.4LvSQ[zpAEA\";i:3907;s:61:\"3:>hT?GUXGlB.M.4Fx~5JAU|>hT?GUO[y:aLIIVElg*N;A3(+\",ub@y2EtItA\";i:3908;s:13:\"9M=hT?GUuBlBA\";i:3909;s:15:\">J?hT?GUO[[9XLA\";i:3910;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3911;s:64:\"ZE=hT?GUO[A^aL_EVElg*NVA3((\",ub@y22(QtDH_Q3nE3so#AeZ=hT?GU~@jBEA\";i:3912;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3913;s:15:\"F0=hT?GUO[N/YLA\";i:3914;s:34:\"Bm=hT?GU/A$A~CSOYM)ZBtdZ_Q3nE3kAgA\";i:3915;s:13:\"VE=hT?GU>BlBA\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165, 'theme_mods_Divi-child', 'a:4:{s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:18:\"custom_css_post_id\";i:697;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (169, 'et_google_api_settings', 'a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (170, 'et_automatic_updates_options', 'a:2:{s:8:\"username\";s:14:\"bandoliergroup\";s:7:\"api_key\";s:40:\"0dcea3c39ae27a3ee8484543219350a142fafca1\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (171, 'et_account_status_last_checked', 1679084971, 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (172, 'dipi_license', '91defe51a4a796632bc4dedbfd3a2789', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (173, 'dipi_license_status', 'site_inactive', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (174, 'dipi_license_limit', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (175, 'dipi_license_site_count', 46, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (176, 'edd_sl_9481ed44b0b7ba0701d45beb14f3f72f', 'a:2:{s:7:\"timeout\";i:1679097561;s:5:\"value\";s:119310:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"msg\":\"No license key has been provided.\",\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (178, 'dipi_login_page', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (179, 'dipi_login_page_link', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (180, 'dipi_browser_scrollbar', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (181, 'dipi_svg_upload', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (182, 'dipi_back_to_top', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (183, 'dipi_btt_button_style', 'display_icon', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (184, 'dipi_btt_custom_link', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (185, 'dipi_btt_link', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (186, 'dipi_btt_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (187, 'dipi_hide_projects', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (188, 'dipi_rename_projects', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (189, 'dipi_rename_projects_singular', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (190, 'dipi_rename_projects_plural', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (191, 'dipi_rename_projects_slug', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (192, 'dipi_rename_testimonials', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (193, 'dipi_rename_testimonials_singular', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (194, 'dipi_rename_testimonials_plural', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (195, 'dipi_rename_testimonials_slug', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (196, 'dipi_hide_library_shortcodes', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (197, 'dipi_disable_conditional_module_display', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (198, 'dipi_hide_edit_in_vb', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (199, 'dipi_hide_admin_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (200, 'dipi_custom_map_marker', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (201, 'dipi_upload_custom_marker', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (202, 'dipi_custom_map_marker_anchor', 'bottom_center', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (203, 'dipi_custom_preloader', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (204, 'dipi_custom_preloader_style', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (205, 'dipi_custom_preloader_image', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (206, 'dipi_upload_preloader', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (207, 'dipi_custom_preloader_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (208, 'dipi_preloader_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (209, 'dipi_menu_styles', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (210, 'dipi_enable_menu_hover_styles', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (211, 'dipi_menu_hover_styles', 'three_dots', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (212, 'dipi_custom_dropdown', 'off', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (213, 'dipi_menu_button', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (214, 'dipi_menu_cta_menu', 'a:1:{i:0;s:1:\"3\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (215, 'dipi_menu_button_text', 'Enroll Now', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (216, 'dipi_menu_button_url', '#', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (217, 'dipi_menu_button_placement', 'a', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (218, 'dipi_menu_button_classname', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (219, 'dipi_cta_btn_new_tab', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (220, 'dipi_mobile_cta_btn', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (221, 'dipi_menu_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (222, 'dipi_header_underline', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (223, 'dipi_shrink_header', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (224, 'dipi_fixed_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (225, 'dipi_fixed_logo_image', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (226, 'dipi_zoom_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (227, 'dipi_footer_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (228, 'dipi_footer_layout', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (229, 'dipi_select_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (230, 'dipi_hide_bottom_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (231, 'dipi_fixed_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (232, 'dipi_reveal_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (233, 'dipi_reveal_desktop', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (234, 'dipi_reveal_tablet', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (235, 'dipi_reveal_phone', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (236, 'dipi_footer_reveal_posts_type', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (237, 'dipi_footer_reveal_pages_type', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (238, 'dipi_footer_reveal_projects_type', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (239, 'dipi_footer_reveal_testimonials_type', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (240, 'dipi_dipi_settings_reset_button', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (241, 'dipi_dipi_settings_reset_customizer_button', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (242, 'dipi_enable_beta_program', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (243, 'dipi_google_place_id', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (244, 'dipi_google_api_key', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (245, 'dipi_facebook_page_id', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (246, 'dipi_facebook_page_access_token', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (247, 'dipi_export_settings', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (248, 'dipi_export_customizer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (249, 'dipi_export_button', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (250, 'dipi_import_button', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (251, 'dipi_social_icons_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (252, 'dipi_use_dipi_social_icons', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (253, 'dipi_social_links_new_tab', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (254, 'dipi_social_icons_individual_location', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (255, 'dipi_social_icons_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (256, 'dipi_social_icons_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (257, 'dipi_social_icons_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (258, 'dipi_social_media_facebook', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (259, 'dipi_social_media_facebook_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (260, 'dipi_social_media_facebook_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (261, 'dipi_social_media_facebook_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (262, 'dipi_social_media_instagram', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (263, 'dipi_social_media_instagram_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (264, 'dipi_social_media_instagram_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (265, 'dipi_social_media_instagram_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (266, 'dipi_social_media_twitter', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (267, 'dipi_social_media_twitter_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (268, 'dipi_social_media_twitter_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (269, 'dipi_social_media_twitter_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (270, 'dipi_social_media_youtube', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (271, 'dipi_social_media_youtube_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (272, 'dipi_social_media_youtube_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (273, 'dipi_social_media_youtube_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (274, 'dipi_social_media_pinterest', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (275, 'dipi_social_media_pinterest_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (276, 'dipi_social_media_pinterest_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (277, 'dipi_social_media_pinterest_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (278, 'dipi_social_media_vimeo', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (279, 'dipi_social_media_vimeo_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (280, 'dipi_social_media_vimeo_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (281, 'dipi_social_media_vimeo_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (282, 'dipi_social_media_tumblr', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (283, 'dipi_social_media_tumblr_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (284, 'dipi_social_media_tumblr_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (285, 'dipi_social_media_tumblr_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (286, 'dipi_social_media_linkedin', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (287, 'dipi_social_media_linkedin_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (288, 'dipi_social_media_linkedin_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (289, 'dipi_social_media_linkedin_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (290, 'dipi_social_media_flickr', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (291, 'dipi_social_media_flickr_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (292, 'dipi_social_media_flickr_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (293, 'dipi_social_media_flickr_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (294, 'dipi_social_media_dribbble', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (295, 'dipi_social_media_dribbble_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (296, 'dipi_social_media_dribbble_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (297, 'dipi_social_media_dribbble_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (298, 'dipi_social_media_skype', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (299, 'dipi_social_media_skype_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (300, 'dipi_social_media_skype_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (301, 'dipi_social_media_skype_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (302, 'dipi_social_media_google', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (303, 'dipi_social_media_google_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (304, 'dipi_social_media_google_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (305, 'dipi_social_media_google_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (306, 'dipi_social_media_xing', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (307, 'dipi_social_media_xing_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (308, 'dipi_social_media_xing_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (309, 'dipi_social_media_xing_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (310, 'dipi_social_media_whatsapp', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (311, 'dipi_social_media_whatsapp_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (312, 'dipi_social_media_whatsapp_footer', 'off', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (313, 'dipi_social_media_whatsapp_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (314, 'dipi_social_media_snapchat', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (315, 'dipi_social_media_snapchat_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (316, 'dipi_social_media_snapchat_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (317, 'dipi_social_media_snapchat_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (318, 'dipi_blog_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (319, 'dipi_custom_archive_page', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (320, 'dipi_custom_archive_styles', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (321, 'dipi_hide_excerpt_text', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (322, 'dipi_blog_meta_icons', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (323, 'dipi_remove_sidebar', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (324, 'dipi_remove_sidebar_line', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (325, 'dipi_add_read_more_archive', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (326, 'dipi_read_more_button_style', 'text_icon', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (327, 'dipi_read_more_button', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (328, 'dipi_read_more_button_text', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (329, 'dipi_author_box', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (330, 'dipi_blog_nav', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (331, 'dipi_blog_nav_prev', 'Previous Article', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (332, 'dipi_blog_nav_next', 'Next Article', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (333, 'dipi_related_articles', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (334, 'dipi_related_articles_heading', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (335, 'dipi_related_articles_limit', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (336, 'dipi_enable_custom_comments', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (337, 'dipi_custom_comments_title', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (338, 'dipi_mobile_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (339, 'dipi_custom_breakpoints', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (340, 'dipi_breakpoint_mobile', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (341, 'dipi_fixed_mobile_header', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (342, 'dipi_search_icon_mobile', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (343, 'dipi_mobile_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (344, 'dipi_mobile_logo_url', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (345, 'dipi_mobile_menu_style', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (346, 'dipi_mobile_menu_fullscreen', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (347, 'dipi_hamburger_animation', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (348, 'dipi_hamburger_animation_styles', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (349, 'dipi_hamburger_animation_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (350, 'dipi_collapse_submenu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (351, 'dipi_collapse_submenu_prevent_parent_opening', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (352, 'dipi_modules_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (353, 'dipi_md_masonry_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (354, 'dipi_md_testimonial', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (355, 'dipi_md_countdown', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (356, 'dipi_md_blog_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (357, 'dipi_md_counter', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (358, 'dipi_md_flip_box', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (359, 'dipi_md_button_grid', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (360, 'dipi_md_before_after_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (361, 'dipi_md_floating_multi_images', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (362, 'dipi_md_tilt_image', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (363, 'dipi_md_carousel', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (364, 'dipi_md_typing_text', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (365, 'dipi_md_star_rating', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (366, 'dipi_md_breadcrumbs', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (367, 'dipi_md_pricelist', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (368, 'dipi_md_image_hotspot', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (369, 'dipi_md_hover_box', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (370, 'dipi_md_fancy_text', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (371, 'dipi_md_accordion_image', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (372, 'dipi_md_scroll_image', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (373, 'dipi_md_panorama', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (374, 'dipi_md_reading_progress_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (375, 'dipi_md_image_magnifier', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (376, 'dipi_md_lottie_icon', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (377, 'dipi_md_image_showcase', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (378, 'dipi_md_image_mask', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (379, 'dipi_md_timeline', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (380, 'dipi_md_content_toggle', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (381, 'dipi_md_faq', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (382, 'dipi_md_balloon', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (383, 'dipi_md_gallery_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (384, 'dipi_md_instagram', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (385, 'dipi_md_popup_maker', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (386, 'dipi_md_filterable_grid', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (387, 'dipi_md_video_lightbox', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (388, 'dipi_inject_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (389, 'dipi_before_nav_layout', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (390, 'dipi_after_nav_layout', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (391, 'dipi_nav_layout_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (392, 'dipi_nav_layout_custom', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (393, 'dipi_nav_specific_pages', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (394, 'dipi_before_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (395, 'dipi_after_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (396, 'dipi_footer_layout_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (397, 'dipi_footer_layout_custom', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (398, 'dipi_footer_specific_pages', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (399, 'dipi_error_page', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (400, 'dipi_select_error_page', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (401, 'dipi_error_page_header', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (402, 'dipi_error_page_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (403, 'dipi_after_nav_post_layout', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (404, 'dipi_after_nav_archives', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (405, 'dipi_after_nav_categories', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (406, 'dipi_after_nav_search', -1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (407, 'edd_api_request_4b98b859d8e70fe5f76bfec2669e8718', 'a:2:{s:7:\"timeout\";i:1679097638;s:5:\"value\";s:119692:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTIzODo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo5ZDBhMTY2MzcyMzE4YzEyYzVjNjg3NDdhZDE0NTYyODpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTIzODo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo5ZDBhMTY2MzcyMzE4YzEyYzVjNjg3NDdhZDE0NTYyODpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (408, 'edd_sl_4b98b859d8e70fe5f76bfec2669e8718', 'a:2:{s:7:\"timeout\";i:1679097657;s:5:\"value\";s:119692:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTI1Njo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo2OWYyMDJhNDMyMWQ3YzhhNGMyYzY3ZmY1MjY2N2JkZjpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTI1Njo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo2OWYyMDJhNDMyMWQ3YzhhNGMyYzY3ZmY1MjY2N2JkZjpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (409, 'recovery_mode_email_last_sent', 1679087186, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (411, 'et_safe_mode_plugins_allowlist', 'a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (412, 'et_divi_builder_global_presets_ng', 'O:8:\"stdClass\":5:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":18:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"fba48a2d-58dc-430b-9f9f-3ef6484a47ac\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"secondary page intro text imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"f4e63009-a4cc-4b79-8657-d66d16a09428\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"std_textbox imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"8d5f0603-b06d-45a1-b0ba-d0213842cfc3\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"lightGreen sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"c9cebd60-2a1c-47af-ace5-b925b022b072\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"lightBlue sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"2bfdf6f3-2bf5-4d6f-a4ab-7843d6a656d7\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"teal sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d33dde7f-2c37-4fae-9ea8-9396c004220b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3644736a-98bc-4ef3-9f16-f697f0f4ec18\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"slider 2025 OE\";s:7:\"created\";i:1729646109275;s:7:\"updated\";i:1729646109275;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#015846\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:96:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:102:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (414, 'dipi_instagram_db_version', 1, 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (415, 'dipi_pm_OnceMigrateCbcValues', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (417, 'edd_sl_f08fbf759fdb5fba408fbfa956be94cd', 'a:2:{s:7:\"timeout\";i:1711483302;s:5:\"value\";s:150874:\"{\"new_version\":\"2.29.2\",\"stable_version\":\"2.29.2\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2024-03-01 16:23:36\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTcxMjA4MDkwMjo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODpjNzBlZjc0Y2E4M2IwZjUyOThiODc3OWEzMzQ0ZWU4YzpodHRwc0AvL2NmaWJlbmVmaXRzc3RnLndwZW5naW5lLmNvbS9jYTow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTcxMjA4MDkwMjo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODpjNzBlZjc0Y2E4M2IwZjUyOThiODc3OWEzMzQ0ZWU4YzpodHRwc0AvL2NmaWJlbmVmaXRzc3RnLndwZW5naW5lLmNvbS9jYTow\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" collapsed=\\\"on\\\" global_colors_info=\\\"{}\\\"][et_pb_row column_structure=\\\"1_2,1_2\\\" admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.20.4\\\" _module_preset=\\\"default\\\" global_colors_info=\\\"{}\\\"][\\/et_pb_column][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.29.2 December 21st 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple FadeIn animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" collapsed=\\\"on\\\" global_colors_info=\\\"{}\\\"][et_pb_row column_structure=\\\"1_2,1_2\\\" admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.20.4\\\" _module_preset=\\\"default\\\" global_colors_info=\\\"{}\\\"][\\/et_pb_column][et_pb_column type=\\\"1_2\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.29.2 December 21st 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple FadeIn animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"],\"plugin\":\"divi-pixel\\/divi-pixel.php\",\"id\":\"divi-pixel\\/divi-pixel.php\"}\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (418, 'divibooster_version', '4.8.1', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (419, 'external_updates-divi-booster', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1687054767;s:14:\"checkedVersion\";s:5:\"4.1.6\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:12:\"divi-booster\";s:7:\"version\";s:5:\"4.2.4\";s:12:\"download_url\";s:54:\"https://d3mraia2v9t5x8.cloudfront.net/divi-booster.zip\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";N;s:6:\"tested\";s:7:\"6.2.999\";s:12:\"requires_php\";s:3:\"5.3\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:29:\"divi-booster/divi-booster.php\";}s:11:\"updateClass\";s:35:\"DiviBooster\\Puc_v4p10_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (420, 'dipi_instagram_accounts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (421, 'dipi_facebook_accounts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (422, 'divi-booster-license_key', 'd2a47153d5db0b4c6eb596570c3af35b', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (423, 'divi-booster-license_status', 'valid', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (425, 'dipi_customizer_option_preloader_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (426, 'dipi_customizer_option_particles_color', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (427, 'dipi_customizer_option_link_color', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (428, 'dipi_customizer_option_particles_color_2', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (429, 'dipi_customizer_option_link_color_2', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (430, 'dipi_customizer_option_btt_btn_background', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (431, 'dipi_customizer_option_btt_btn_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (432, 'dipi_customizer_option_btt_btn_background_hover', '#000000', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (433, 'dipi_customizer_option_btt_btn_color_hover', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (434, 'dipi_customizer_option_blog_archives_page_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (435, 'dipi_customizer_option_archive_box_icon_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (436, 'dipi_customizer_option_blog_related_box_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (437, 'dipi_customizer_option_blog_related_box_shadow_color', '#000000', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (438, 'dipi_customizer_option_blog_related_hover_box_shadow_color', '#444444', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (439, 'dipi_customizer_option_mobile_submenu_item_background', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (440, 'dipi_customizer_option_mobile_menu_btn_shadow_color', 'rgba(0,39,56,0.3)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (441, 'dipi_use_particles', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (442, 'dipi_use_particles_note', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (443, 'dipi_use_coming_soon', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (444, 'dipi_coming_soon_page', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (445, 'dipi_coming_soon_vip', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (446, 'dipi_ttf_upload', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (447, 'dipi_rename_projects_icon', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (448, 'dipi_rename_projects_cat_slug', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (449, 'dipi_rename_projects_tag_slug', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (450, 'dipi_rename_projects_notice', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (451, 'dipi_footer_customization', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (452, 'dipi_settings_reset_button', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (453, 'dipi_settings_reset_customizer_button', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (454, 'dipi_google_api_lang', 'en', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (455, 'dipi_instagram_basic_app_id', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (456, 'dipi_instagram_basic_app_secret', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (457, 'dipi_instagram_connect_basic', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (458, 'dipi_instagram_connected_accounts_basic', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (459, 'dipi_instagram_graph_app_id', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (460, 'dipi_instagram_graph_app_secret', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (461, 'dipi_instagram_connect_graph', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (462, 'dipi_instagram_connected_accounts_graph', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (463, 'dipi_layout_importer', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (464, 'dipi_social_media_soundcloud', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (465, 'dipi_social_media_soundcloud_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (466, 'dipi_social_media_soundcloud_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (467, 'dipi_social_media_soundcloud_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (468, 'dipi_social_media_tiktok', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (469, 'dipi_social_media_tiktok_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (470, 'dipi_social_media_tiktok_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (471, 'dipi_social_media_tiktok_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (472, 'dipi_social_media_telegram', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (473, 'dipi_social_media_telegram_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (474, 'dipi_social_media_telegram_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (475, 'dipi_social_media_telegram_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (476, 'dipi_social_media_line', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (477, 'dipi_social_media_line_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (478, 'dipi_social_media_line_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (479, 'dipi_social_media_line_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (480, 'dipi_sidebar_customization', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (481, 'dipi_md_hide_all_modules', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (482, 'dipi_faq_search_enabled', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (483, 'dipi_md_dual_heading', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (484, 'dipi_md_svg_animator', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (485, 'dipi_md_info_circle', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (486, 'dipi_md_advanced_tabs', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (487, 'dipi_md_horizontal_timeline', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (488, 'dipi_md_expanding_cta', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (489, 'dipi_md_text_highlighter', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (490, 'dipi_md_tile_scroll', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (491, 'dipi_md_pricing_table', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (492, 'dipi_md_filterable_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (493, 'dipi_md_parallax_image', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (494, 'dipi_md_hover_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (495, 'dipi_md_gravity_styler', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (499, 'category_children', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (501, 'et_server_domain_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvd3d3LmVsZWdhbnR0aGVtZXMuY29tIiwiaWF0IjoxNjk4MTkxNzIxLCJ1c2VybmFtZSI6ImJhbmRvbGllcmdyb3VwIiwic3RhdHVzIjoiYWN0aXZlIiwibWF4X2l0ZW1zIjoiNTAiLCJtYXhfdHJhc2hfaXRlbXMiOiI1MCIsImRvbWFpbiI6ImNmdG90YWxyZXdhcmRzLmNvbSIsIm5hbWUiOiJUaW0gTWNDYW5kbGVzcyIsImVtYWlsIjoidGltQGJhbmRvbGllcmdyb3VwLmNvbSIsIm1heF9ieXRlcyI6MTA3Mzc0MTgyNDAwfQ.YUKlx0VZV3OWAHQYQM93LGQqnmi7Uy_n5ZmDbTEP9iBxggNLkKeaY99ezFaTUET4DB2J3q8Dm7DzAuAFb0F5InPIzqw4xyKZ5NFls8Rjh6OcX3NUxBCmZln_PVGGa8qiKeH2vwXX8euXYq62BOqJtQ8W06M8sgKWvdH1gKGrB_TsACaQDqdfZAbs-8m0DYKWymdJ4pDNTm1YYqOQsgdhkFrr1276BGm1CyUDiKG7IL47EDMQ6SY5WQ6HF6KdoS_L4w7QIDDi2XNnVjz3LjCZr3e4TKDIAptu_jwLq7mesFDanjy9xHcmvu2hXT13rD3uNXqHiTq2WYGd1O3ImfdL1NGlHfKa2sbyl4rDH1fQDQ0JO7SM6ueU_DWcDIK3uUiDXGIQMUR1KMogWy24p7Vcsvop0MFuGcOqHBAyeLtbJYVjO6HzztzVBFUpCEfH3ps7TP2FuirgsCMomwzmLru_AsakEdVOCIKUa9lPmNNNHBFQk2jLEwW0HLub2rMU9n-QjlLk_xlVKtygSwVau_Ou3KRSm90oWajCKyHHMRppG30yP-lHgALx6q-uq1P5Qd35awSpAkLPMWICuyj4rsHd080BRP38i4YWMyhGVTHPf9JTUITxB6V7agy3k4Lj7-pAEgA5ZALBI61Vy-hY-4f0nrUR68-Lo6iTzKnyPr7b3og', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (502, 'et_cloud_refresh_token', 'a:2:{i:1;a:2:{s:13:\"refresh_token\";s:369:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzUxMiJ9.eyJleHAiOjE2OTg3OTY1MjIuODQ5Mjk0LCJqdGkiOiI5Y2EyZWI4MS0yOWI2LTQzZDAtOThmNi00ZTFkMTlhNTc0NzEiLCJpYXQiOjE2OTgxOTE3MjIuODQ5Mjk0LCJpc3MiOiJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImF1ZCI6WyJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImh0dHBzOi8vY2xvdWQuZWxlZ2FudHRoZW1lcy5jb20vZjJjNGZhYmMwNDM3ZmNmZTM4NTdlNTZhNGE5ZWM0MzAiXSwic3Vi\";s:13:\"is_full_token\";b:0;}i:2;a:2:{s:13:\"refresh_token\";s:371:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzUxMiJ9.eyJleHAiOjE2ODM4NDc0MTUuNDY1Nzk0LCJqdGkiOiI4ZWY4MGU2Yy1kZjI5LTRhZDQtYmIyZC1iZDYxOWMxZTk2YjUiLCJpYXQiOjE2ODMyNDI2MTUuNDY1Nzk0LCJpc3MiOiJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImF1ZCI6WyJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImh0dHBzOi8vY2xvdWQuZWxlZ2FudHRoZW1lcy5jb20vZjJjNGZhYmMwNDM3ZmNmZTM4NTdlNTZhNGE5ZWM0MzAiXSwic3ViIj\";s:13:\"is_full_token\";b:0;}}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (508, 'et_divi_builder_global_presets_history_ng', 'O:8:\"stdClass\":2:{s:7:\"history\";a:5:{i:0;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1683951587549;s:5:\"label\";s:23:\"Preset Created For Text\";}i:1;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1684236385258;s:5:\"label\";s:11:\"Edited Text\";}i:2;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1684239569044;s:5:\"label\";s:11:\"Edited Text\";}i:3;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1684443546692;s:5:\"label\";s:11:\"Edited Text\";}i:4;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":18:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"fba48a2d-58dc-430b-9f9f-3ef6484a47ac\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"secondary page intro text imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"f4e63009-a4cc-4b79-8657-d66d16a09428\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"std_textbox imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"8d5f0603-b06d-45a1-b0ba-d0213842cfc3\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"lightGreen sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:8:\"settings\";a:27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"c9cebd60-2a1c-47af-ace5-b925b022b072\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"lightBlue sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:8:\"settings\";a:26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"2bfdf6f3-2bf5-4d6f-a4ab-7843d6a656d7\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"teal sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:8:\"settings\";a:29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d33dde7f-2c37-4fae-9ea8-9396c004220b\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}}}s:4:\"time\";i:1698026462000;s:5:\"label\";s:20:\"Imported From Layout\";}}s:5:\"index\";i:4;}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (509, 'wpe-health-check-site-status-result', '{\"good\":19,\"recommended\":4,\"critical\":1}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (510, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (512, 'WPLANG', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (513, 'new_admin_email', 'tim@bandoliergroup.com', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (515, 'dipi_customizer_option_primary_nav_font_weight', 500, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (517, 'dipi_customizer_option_menu_btn_font_select', 'Montserrat', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (518, 'dipi_customizer_option_menu_btn_icon_display', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (519, 'dipi_customizer_option_menu_btn_padding_1', 4, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (520, 'dipi_customizer_option_menu_btn_padding_2', 9, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (521, 'dipi_customizer_option_menu_btn_padding_3', 4, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (522, 'dipi_customizer_option_menu_btn_padding_4', 9, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (523, 'dipi_customizer_option_menu_btn_background', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (524, 'dipi_customizer_option_menu_btn_hover_effect', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (525, 'dipi_customizer_option_menu_btn_background_hover', 'rgba(255,255,255,0.18)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (526, 'dipi_customizer_option_menu_btn_border_radius', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (527, 'dipi_customizer_option_menu_btn_border_width', 2, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (528, 'dipi_customizer_option_menu_btn_border_color', '#3fa9f5', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (529, 'dipi_customizer_option_menu_btn_text_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (530, 'dipi_customizer_option_menu_btn_hover_text_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (531, 'dipi_customizer_option_menu_btn_hover_border_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (532, 'dipi_customizer_option_fixed_menu_btn_text_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (533, 'dipi_customizer_option_fixed_menu_btn_hover_text_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (534, 'dipi_customizer_option_fixed_menu_btn_background', 'rgba(255,255,255,0.18)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (535, 'dipi_customizer_option_fixed_menu_btn_border_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (536, 'dipi_customizer_option_fixed_menu_btn_hover_border_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (537, 'dipi_customizer_option_fixed_menu_btn_background_hover', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (548, 'wp_2_calendar_block_has_published_posts', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (549, 'layout_category_children', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (556, 'dipi_md_content_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (567, 'bsr_data', 'a:8:{s:13:\"select_tables\";a:1:{i:0;s:8:\"wp_posts\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:18:\"<h2>Resources</h2>\";s:12:\"replace_with\";s:29:\"<h2>Additional Resources</h2>\";s:15:\"completed_pages\";i:1;s:11:\"total_pages\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (599, '_transient_random_seed', '123774b14feea40ab38529a52473d470', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (600, 'nonce_key', 'l(7Gs%AQ(OjPX?<6|h+x+`+?7c&&1PhhQ1v~U%G,ta9#OZl> f6rSxqS70NHQ8OH', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (601, 'nonce_salt', '{x-jV=`[5qI1`k_crNjkT3e|@`h}7g;Mp9w5^6k-NiV_SOY[_PX_a2aM%qvjd+Z<', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (602, 'rewrite_rules', 'a:382:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:58:\"dipi_cpt_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_cpt_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_cpt_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_cpt_category=$matches[1]&embed=true\";s:46:\"dipi_cpt_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_cpt_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_cpt_category/([^/]+)/?$\";s:39:\"index.php?dipi_cpt_category=$matches[1]\";s:60:\"dipi_media_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:55:\"dipi_media_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:36:\"dipi_media_category/([^/]+)/embed/?$\";s:52:\"index.php?dipi_media_category=$matches[1]&embed=true\";s:48:\"dipi_media_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?dipi_media_category=$matches[1]&paged=$matches[2]\";s:30:\"dipi_media_category/([^/]+)/?$\";s:41:\"index.php?dipi_media_category=$matches[1]\";s:58:\"document_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?document category=$matches[1]&feed=$matches[2]\";s:53:\"document_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?document category=$matches[1]&feed=$matches[2]\";s:34:\"document_category/([^/]+)/embed/?$\";s:50:\"index.php?document category=$matches[1]&embed=true\";s:46:\"document_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?document category=$matches[1]&paged=$matches[2]\";s:28:\"document_category/([^/]+)/?$\";s:39:\"index.php?document category=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:43:\"index.php?layout_tag=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?layout_tag=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:32:\"index.php?layout_tag=$matches[1]\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:48:\"index.php?et_tb_item_type=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?et_tb_item_type=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:37:\"index.php?et_tb_item_type=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:58:\"dipi_faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_faq_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_faq_category=$matches[1]&embed=true\";s:46:\"dipi_faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_faq_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_faq_category/([^/]+)/?$\";s:39:\"index.php?dipi_faq_category=$matches[1]\";s:44:\"dipi_testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_testimonial/([^/]+)/embed/?$\";s:49:\"index.php?dipi_testimonial=$matches[1]&embed=true\";s:37:\"dipi_testimonial/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_testimonial=$matches[1]&tb=1\";s:45:\"dipi_testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&paged=$matches[2]\";s:52:\"dipi_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_testimonial=$matches[1]&page=$matches[2]\";s:33:\"dipi_testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"testimonial_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_cat/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_cat=$matches[1]&embed=true\";s:44:\"testimonial_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_cat=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_cat/([^/]+)/?$\";s:37:\"index.php?testimonial_cat=$matches[1]\";s:56:\"testimonial_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_tag/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_tag=$matches[1]&embed=true\";s:44:\"testimonial_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_tag=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_tag/([^/]+)/?$\";s:37:\"index.php?testimonial_tag=$matches[1]\";s:44:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_popup_maker/([^/]+)/embed/?$\";s:49:\"index.php?dipi_popup_maker=$matches[1]&embed=true\";s:37:\"dipi_popup_maker/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_popup_maker=$matches[1]&tb=1\";s:45:\"dipi_popup_maker/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&paged=$matches[2]\";s:52:\"dipi_popup_maker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_popup_maker/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_popup_maker=$matches[1]&page=$matches[2]\";s:33:\"dipi_popup_maker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_popup_maker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_popup_maker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_popup_maker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"documents/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"documents/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"documents/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"documents/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"documents/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"documents/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"documents/([^/]+)/embed/?$\";s:44:\"index.php?pf_document=$matches[1]&embed=true\";s:30:\"documents/([^/]+)/trackback/?$\";s:38:\"index.php?pf_document=$matches[1]&tb=1\";s:38:\"documents/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?pf_document=$matches[1]&paged=$matches[2]\";s:45:\"documents/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?pf_document=$matches[1]&cpage=$matches[2]\";s:34:\"documents/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?pf_document=$matches[1]&page=$matches[2]\";s:26:\"documents/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"documents/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"documents/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"documents/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"documents/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"documents/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"dipi_faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"dipi_faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"dipi_faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"dipi_faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"dipi_faq/([^/]+)/embed/?$\";s:41:\"index.php?dipi_faq=$matches[1]&embed=true\";s:29:\"dipi_faq/([^/]+)/trackback/?$\";s:35:\"index.php?dipi_faq=$matches[1]&tb=1\";s:37:\"dipi_faq/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&paged=$matches[2]\";s:44:\"dipi_faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&cpage=$matches[2]\";s:33:\"dipi_faq/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?dipi_faq=$matches[1]&page=$matches[2]\";s:25:\"dipi_faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"dipi_faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"dipi_faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"dipi_faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:39:\"index.php?&page_id=17&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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]\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (603, 'mucd_duplicable', 'no', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (604, 'wp_force_deactivated_plugins', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (609, 'wtfdivi_last_error', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (612, 'wp_page_for_privacy_policy', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (613, 'db_upgraded', '', 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (618, 'wtfdivi', 'a:53:{s:8:\"lastsave\";s:10:\"1698589096\";s:7:\"general\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"general-accessibility\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-icons\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"fixes\";a:53:{s:17:\"014-add-new-icons\";a:2:{s:4:\"url0\";s:0:\"\";s:6:\"urlmax\";s:1:\"0\";}s:20:\"073-add-social-icons\";a:9:{s:8:\"linkedin\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"flikr\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";}s:27:\"126-customizer-social-icons\";a:2:{s:7:\"enabled\";s:1:\"1\";s:5:\"icons\";s:0:\"\";}s:27:\"004-add-image-before-header\";a:2:{s:3:\"url\";s:0:\"\";s:7:\"linkurl\";s:0:\"\";}s:33:\"018-box-layout-in-front-of-header\";a:3:{s:12:\"headerheight\";s:3:\"120\";s:9:\"headercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:28:\"135-set-mobile-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:29:\"095-secondary-nav-hover-color\";a:1:{s:8:\"hovercol\";s:21:\"rgba(255,255,255,0.7)\";}s:26:\"116-add-text-to-top-header\";a:1:{s:13:\"topheadertext\";s:0:\"\";}s:31:\"119-make-phone-number-clickable\";a:1:{s:8:\"phonenum\";s:0:\"\";}s:42:\"024-scroll-further-before-shrinking-header\";a:1:{s:6:\"offset\";s:3:\"500\";}s:24:\"066-change-header-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:34:\"071-submenu-hover-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:31:\"074-set-header-menu-hover-color\";a:1:{s:3:\"col\";s:16:\"rgba(0,0,0,0.42)\";}s:35:\"087-change-space-between-menu-items\";a:1:{s:15:\"menuitempadding\";s:2:\"22\";}s:20:\"113-change-logo-link\";a:1:{s:7:\"logourl\";s:0:\"\";}s:27:\"121-search-icon-hover-color\";a:1:{s:8:\"hovercol\";s:7:\"#ffffff\";}s:28:\"133-header-title-and-tagline\";a:3:{s:6:\"layout\";s:10:\"horizontal\";s:16:\"titleHeaderLevel\";s:2:\"h2\";s:18:\"taglineHeaderLevel\";s:1:\"p\";}s:34:\"028-add-text-to-mobile-menu-button\";a:1:{s:14:\"menubuttontext\";s:0:\"\";}s:29:\"103-set-mobile-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:43:\"127-change-centered-header-select-page-text\";a:1:{s:14:\"selectpagetext\";s:0:\"\";}s:34:\"142-mobile-menu-select-page-bg-col\";a:1:{s:5:\"bgcol\";s:16:\"rgba(0,0,0,0.05)\";}s:28:\"145-mobile-menu-button-color\";a:1:{s:9:\"buttoncol\";s:7:\"#2ea3f2\";}s:27:\"149-project-cpt-custom-name\";a:3:{s:4:\"slug\";s:7:\"project\";s:4:\"name\";s:7:\"Project\";s:11:\"name_plural\";s:8:\"Projects\";}s:28:\"006-sidebar-background-color\";a:1:{s:5:\"bgcol\";s:4:\"#fff\";}s:28:\"138-set-footer-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:25:\"148-footer-menu-alignment\";a:1:{s:5:\"align\";s:4:\"left\";}s:20:\"067-edit-footer-html\";a:1:{s:10:\"footerhtml\";s:0:\"\";}s:32:\"115-set-minimum-cta-button-width\";a:1:{s:8:\"ctawidth\";s:3:\"180\";}s:45:\"104-countdown-module-remove-day-trailing-zero\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"016-gallery-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:31:\"017-gallery-module-image-border\";a:1:{s:9:\"bordercol\";s:7:\"#ffffff\";}s:26:\"047-change-map-marker-icon\";a:1:{s:3:\"url\";s:0:\"\";}s:32:\"068-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:43:\"072-filterable-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:24:\"005-adjust-slider-height\";a:1:{s:12:\"sliderheight\";s:3:\"500\";}s:38:\"046-slider-text-transparent-background\";a:3:{s:5:\"bgcol\";s:4:\"#000\";s:7:\"opacity\";s:2:\"50\";s:13:\"border-radius\";s:2:\"15\";}s:28:\"011-custom-css-media-queries\";a:2:{s:7:\"enabled\";s:1:\"1\";s:9:\"customcss\";a:8:{s:7:\"enabled\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}s:4:\"user\";a:1:{i:0;s:3:\"all\";}s:8:\"pagetype\";a:1:{i:0;s:3:\"all\";}s:13:\"elegantthemes\";a:1:{i:0;s:3:\"all\";}s:7:\"browser\";a:1:{i:0;s:3:\"all\";}s:6:\"device\";a:1:{i:0;s:3:\"all\";}s:12:\"mediaqueries\";a:1:{i:0;s:3:\"all\";}s:3:\"css\";a:1:{i:0;s:0:\"\";}}}s:19:\"033-export-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"034-import-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:22:\"037-view-generated-css\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:21:\"040-view-generated-js\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"050-view-generated-footer-html\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:27:\"053-view-generated-htaccess\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:31:\"015-adjust-phone-and-email-size\";a:4:{s:8:\"fontsize\";s:3:\"100\";s:3:\"col\";s:7:\"#ffffff\";s:8:\"hovercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:17:\"019-sidebar-width\";a:1:{s:12:\"sidebarwidth\";s:3:\"285\";}s:29:\"025-set-mobile-menu-bar-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:22:\"052-change-logo-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:22:\"064-set-body-font-size\";a:1:{s:8:\"fontsize\";s:3:\"100\";}s:29:\"075-set-header-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:39:\"077-adjust-page-builder-section-spacing\";a:2:{s:3:\"top\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";}s:35:\"078-adjust-page-builder-row-spacing\";a:1:{s:3:\"top\";s:2:\"30\";}s:27:\"084-set-bottom-footer-color\";a:1:{s:5:\"bgcol\";s:7:\"#000000\";}s:24:\"065-set-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}}s:14:\"general-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-links\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-speed\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"header\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"header-top\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"header-main\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"header-mobile\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"posts\";a:1:{s:4:\"open\";s:1:\"0\";}s:8:\"projects\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"footer-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"footer-menu\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"footer-bottombar\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"pagebuilder\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"pagebuilder-divi\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"pagebuilder-classic\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"pagebuilder-visual\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"modules\";a:1:{s:4:\"open\";s:1:\"1\";}s:17:\"modules-accordion\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-countdown\";a:1:{s:4:\"open\";s:1:\"1\";}s:15:\"modules-gallery\";a:1:{s:4:\"open\";s:1:\"0\";}s:23:\"modules-headerfullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"modules-map\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-portfolio\";a:1:{s:4:\"open\";s:1:\"0\";}s:25:\"modules-portfoliofiltered\";a:1:{s:4:\"open\";s:1:\"0\";}s:26:\"modules-portfoliofullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-postnav\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"modules-postslider\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-pricing\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-subscribe\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"modules-slider\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"modules-text\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"plugins\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"plugins-edd\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"plugins-woocommerce\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"plugins-other\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"customcss\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"developer\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"developer-export\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"developer-css\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"developer-js\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"developer-footer-html\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"developer-htaccess\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"deprecated\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"deprecated-divi4\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi24\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi23\";a:1:{s:4:\"open\";s:1:\"0\";}}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (622, 'wp_attachment_pages_enabled', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (628, 'acf_version', '6.2.0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (629, 'relevanssi_admin_search', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (630, 'relevanssi_bg_col', '#ffaf75', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (631, 'relevanssi_cat', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (632, 'relevanssi_class', 'relevanssi-query-term', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (633, 'relevanssi_comment_boost', '0.75', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (634, 'relevanssi_content_boost', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (635, 'relevanssi_css', 'text-decoration: underline; color: #ff0000', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (636, 'relevanssi_db_version', 24, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (637, 'relevanssi_debugging_mode', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (638, 'relevanssi_default_orderby', 'relevance', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (639, 'relevanssi_disable_or_fallback', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (640, 'relevanssi_exact_match_bonus', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (641, 'relevanssi_excat', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (642, 'relevanssi_excerpt_allowable_tags', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (643, 'relevanssi_excerpt_custom_fields', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (644, 'relevanssi_excerpt_length', 30, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (645, 'relevanssi_excerpt_specific_fields', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (646, 'relevanssi_excerpt_type', 'words', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (647, 'relevanssi_excerpts', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (648, 'relevanssi_exclude_posts', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (649, 'relevanssi_expand_highlights', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (650, 'relevanssi_expand_shortcodes', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (651, 'relevanssi_extag', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (652, 'relevanssi_fuzzy', 'always', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (653, 'relevanssi_highlight', 'strong', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (654, 'relevanssi_highlight_comments', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (655, 'relevanssi_highlight_docs', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (656, 'relevanssi_hilite_title', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (657, 'relevanssi_implicit_operator', 'OR', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (658, 'relevanssi_index_author', 'off', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (659, 'relevanssi_index_comments', 'none', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (660, 'relevanssi_index_excerpt', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (661, 'relevanssi_index_fields', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (662, 'relevanssi_index_image_files', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (663, 'relevanssi_index_post_types', 'a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:11:\"pf_document\";i:3;s:5:\"bogus\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (664, 'relevanssi_index_taxonomies_list', 'a:1:{i:0;s:8:\"category\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (665, 'relevanssi_indexed', 'done', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (666, 'relevanssi_log_queries', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (667, 'relevanssi_log_queries_with_ip', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (668, 'relevanssi_min_word_length', 3, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (669, 'relevanssi_omit_from_logs', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (670, 'relevanssi_polylang_all_languages', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (671, 'relevanssi_punctuation', 'a:4:{s:6:\"quotes\";s:7:\"replace\";s:7:\"hyphens\";s:7:\"replace\";s:10:\"ampersands\";s:7:\"replace\";s:8:\"decimals\";s:6:\"remove\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (672, 'relevanssi_respect_exclude', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (673, 'relevanssi_seo_noindex', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (674, 'relevanssi_show_matches', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (675, 'relevanssi_show_matches_text', '(Search hits: %body% in body, %title% in title, %categories% in categories, %tags% in tags, %taxonomies% in other taxonomies, %comments% in comments. Score: %score%)', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (676, 'relevanssi_stopwords', 'a:1:{s:5:\"en_US\";s:1890:\"a,about,above,across,after,afterwards,again,against,all,almost,alone,along,already,also,although,always,am,among,amongst,amoungst,amount,an,and,another,any,anyhow,anyone,anything,anyway,anywhere,are,around,as,at,back,be,became,because,become,becomes,becoming,been,before,beforehand,behind,below,beside,besides,between,beyond,bill,both,bottom,but,by,call,can,cannot,cant,co,con,could,couldnt,cry,de,describe,detail,do,done,down,due,during,each,eg,eight,either,eleven,else,elsewhere,empty,enough,etc,even,ever,every,everyone,everything,everywhere,except,few,fifteen,fifty,fill,find,fire,first,five,for,former,formerly,forty,found,four,from,front,full,further,get,give,go,had,has,hasnt,have,he,hence,her,here,hereafter,hereby,herein,hereupon,hers,herself,him,himself,his,how,however,hundred,ie,if,in,inc,indeed,interest,into,is,it,its,itself,keep,last,latter,latterly,least,less,ltd,made,many,may,me,meanwhile,might,mill,mine,more,moreover,most,mostly,move,much,must,my,myself,name,namely,neither,never,nevertheless,next,nine,no,nobody,none,noone,nor,not,nothing,now,nowhere,of,off,often,on,once,one,only,onto,or,other,others,otherwise,our,ours,ourselves,out,over,own,part,per,perhaps,please,put,rather,re,same,see,seem,seemed,seeming,seems,serious,several,she,should,show,side,since,sincere,six,sixty,so,some,somehow,someone,something,sometime,sometimes,somewhere,still,such,system,take,ten,than,that,the,their,them,themselves,then,thence,there,thereafter,thereby,therefore,therein,thereupon,these,they,thickv,thin,third,this,those,though,three,through,throughout,thru,thus,to,together,too,toward,towards,twelve,twenty,two,un,under,until,upon,us,very,via,was,we,were,what,whatever,when,whence,whenever,where,whereafter,whereas,whereby,wherein,whereupon,wherever,whether,which,while,whither,who,whoever,whole,whom,whose,why,will,with,within,without,would,yet,you,your,yours,yourself,yourselves\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (677, 'relevanssi_synonyms', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (678, 'relevanssi_throttle', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (679, 'relevanssi_throttle_limit', 500, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (680, 'relevanssi_title_boost', 5, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (681, 'relevanssi_txt_col', '#ff0000', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (682, 'relevanssi_wpml_only_current', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (683, 'relevanssi_api_key', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (684, 'relevanssi_click_tracking', 'on', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (685, 'relevanssi_disable_shortcodes', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (686, 'relevanssi_do_not_call_home', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (687, 'relevanssi_hide_post_controls', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (688, 'relevanssi_index_pdf_parent', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (689, 'relevanssi_index_post_type_archives', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (690, 'relevanssi_index_subscribers', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (691, 'relevanssi_index_synonyms', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (692, 'relevanssi_index_taxonomies', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (693, 'relevanssi_index_terms', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (694, 'relevanssi_index_users', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (695, 'relevanssi_internal_links', 'noindex', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (696, 'relevanssi_link_boost', '0.75', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (697, 'relevanssi_link_pdf_files', 'off', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (698, 'relevanssi_max_excerpts', 1, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (699, 'relevanssi_mysql_columns', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (700, 'relevanssi_post_type_weights', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (701, 'relevanssi_read_new_files', 'on', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (702, 'relevanssi_redirects', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (703, 'relevanssi_related_settings', 'a:10:{s:7:\"enabled\";s:3:\"off\";s:6:\"number\";i:6;s:7:\"nothing\";s:7:\"nothing\";s:9:\"notenough\";s:6:\"random\";s:10:\"post_types\";s:4:\"post\";s:7:\"keyword\";s:5:\"title\";s:6:\"append\";s:0:\"\";s:16:\"cache_for_admins\";s:3:\"off\";s:6:\"months\";i:0;s:8:\"restrict\";s:0:\"\";}', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (704, 'relevanssi_related_style', 'a:5:{s:5:\"width\";i:250;s:6:\"titles\";s:2:\"on\";s:8:\"excerpts\";s:3:\"off\";s:10:\"thumbnails\";s:2:\"on\";s:17:\"default_thumbnail\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (705, 'relevanssi_send_pdf_files', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (706, 'relevanssi_server_location', 'us', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (707, 'relevanssi_show_post_controls', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (708, 'relevanssi_spamblock', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (709, 'relevanssi_thousand_separator', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (710, 'relevanssi_trim_click_logs', 180, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (711, 'relevanssi_update_translations', 'off', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (712, 'relevanssi_recency_bonus', 'a:2:{s:5:\"bonus\";s:0:\"\";s:4:\"days\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (713, 'relevanssi_doc_count', 77, 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (714, 'relevanssi_terms_count', 6492, 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (715, 'relevanssi_user_count', '0', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (716, 'relevanssi_taxterm_count', '0', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (717, 'acfe', 'a:2:{s:7:\"version\";s:8:\"0.8.8.10\";s:7:\"modules\";a:4:{s:11:\"block_types\";a:0:{}s:13:\"options_pages\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}}}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (718, 'acfe_plugin_updates', 'a:2:{s:7:\"timeout\";i:1711483301;s:5:\"value\";s:407862:\"{\"new_version\":\"0.8.9.5\",\"stable_version\":\"0.8.9.5\",\"name\":\"ACF Extended Pro\",\"slug\":\"acf-extended\",\"url\":\"https:\\/\\/www.acf-extended.com\\/?download=acf-extended-pro&#038;changelog=1\",\"last_updated\":\"2023-11-06 02:59:16\",\"homepage\":\"https:\\/\\/www.acf-extended.com\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.<\\/p>\\n<p><strong>This plugin requires at least ACF Pro 5.8.<\\/strong>\\nIf you don\'t already own <a href=\\\"https:\\/\\/www.advancedcustomfields.com\\/pro\\/\\\">ACF Pro<\\/a>, you should consider it. It\'s one of the most powerful WordPress plugin available.<\\/p>\\n<h3>&#x2b50; Highlight<\\/h3>\\n<ul>\\n<li>14+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>4+ New Field Groups Locations<\\/li>\\n<li>Self\\/Multi\\/Bidirectional Fields<\\/li>\\n<li>Advanced Fields Validation<\\/li>\\n<li>Flexible Content as Page Builder<\\/li>\\n<li>Optimize metadata with Performance Mode<\\/li>\\n<li>ACF Forms Manager<\\/li>\\n<li>ACF Options Pages \\/ Block Types Manager<\\/li>\\n<li>ACF &amp; WordPress Meta Overview<\\/li>\\n<li>WordPress Post Types \\/ Taxonomies Manager<\\/li>\\n<li>WordPress Options Manager<\\/li>\\n<li>WordPress Admin Enhancements<\\/li>\\n<li>WPML &amp; Polylang Multilingual support<\\/li>\\n<li>... And many more features<h3>&#x1f48e; Pro Highlight<\\/h3><\\/li>\\n<li>20+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>20+ New Locations<\\/li>\\n<li>Payment Field with Stripe &amp; PayPal Express<\\/li>\\n<li>Flexible Content Grid System<\\/li>\\n<li>Flexible Content Layouts Locations Rules<\\/li>\\n<li>Templates Manager<\\/li>\\n<li>Builtin Classic Editor<\\/li>\\n<li>Settings UI<\\/li>\\n<li>Screen Layouts<\\/li>\\n<li>Force Json Sync<\\/li>\\n<li>Field Visibility Settings<\\/li>\\n<li>Global Field Conditional Rules<\\/li>\\n<li>... And many more features<h3>&#x1f91f; Philosophy<\\/h3><\\/li>\\n<li>Seamless integration<\\/li>\\n<li>No extra menu, ads or notices<\\/li>\\n<li>Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\\">Website<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Documentation<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/guides\\\">Guides<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Roadmap<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">GitHub<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/ACFExtended\\\">Twitter<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/hwkfr\\\">Twitter<\\/a> (Personal)<\\/li>\\n<li><a href=\\\"https:\\/\\/slack.acf-extended.com\\\">Slack Community<\\/a><h3>&#x1f9f0; Tools<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/acf-extended\\/#faq\\\">FAQ<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Support<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Feature Request<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/reviews\\/#new-post\\\">Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/ko-fi.com\\/acfextended\\\">Donation<\\/a><h3>&#x1f4c1; Field Groups<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nEnable advanced settings for all fields within the Field Group.<\\/li>\\n<\\/ul>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync PHP<\\/a><\\/strong>\\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync Json<\\/a><\\/strong>\\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/categories\\\">Categories<\\/a><\\/strong>\\nSpice up your field groups with a custom taxonomy and filter field groups by terms.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-key\\\">Custom Key<\\/a><\\/strong>\\nSet custom field group key. Example: <code>group_custom_name<\\/code>.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-meta\\\">Custom Meta<\\/a><\\/strong>\\nAdd custom metas (key\\/value) in the field group administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/display-title\\\">Display Title<\\/a><\\/strong>\\nDisplay an alternative field group title in post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/field-group-ui\\\">Field Group UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable enhancements to the Field Group UI for a better user experience.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/force-sync\\\">Force Sync<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAlways keep Json files synchronized with the Field Groups in the database.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/hide-on-screen\\\">Hide on Screen<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/instruction-placement\\\">Instructions Placement<\\/a><\\/strong>\\nNew instruction placements let you display field description &quot;above the fields&quot; or in a &quot;tooltip&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-post\\\">Location: Advanced Post<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-menu-item\\\">Location: Advanced Menu Item<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nTarget specific &quot;Menu Item Depth&quot; or &quot;Menu Item Type&quot; from the Field Groups Locations rules.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-taxonomy\\\">Location: Advanced Taxonomy Term<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/all-post-types\\\">Location: All post types<\\/a><\\/strong>\\nDisplay field groups on all post types edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/attachment-list\\\">Location: Attachment List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on attachment admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/field-value\\\">Location: Field Value<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a field group based on the field value of an another field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-archive\\\">Location: Post type Archive<\\/a><\\/strong>\\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-list\\\">Location: Post type List<\\/a><\\/strong>\\nDisplay field group on post types admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/taxonomy-list\\\">Location: Taxonomy List<\\/a><\\/strong>\\nDisplay field group on taxonomies admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/user-list\\\">Location: User List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on user admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/wp-settings\\\">Location: WP Settings<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/\\\">Local Field Groups<\\/a><\\/strong>\\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php<\\/code> file, but not in the ACF UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/note\\\">Note<\\/a><\\/strong>\\nAdd a personal note in the field group administration. Only visible to administrators.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/raw-data\\\">Raw Data<\\/a><\\/strong>\\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nA more sophisticated field settings based on specified location (administration\\/front-end). Example: Field is required only in front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/advanced-validation\\\">Advanced Validation<\\/a><\\/strong>\\nA more sophisticated validation conditions (AND\\/OR) with custom error messages based on specified location (administration\\/front-end).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/bidirectional-fields\\\">Self\\/Multi\\/Bidirectional fields<\\/a><\\/strong>\\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-visibility\\\">Field Visibility<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet quick access to &quot;Field Visibility&quot;, &quot;Label Visibility&quot;, &quot;Instructions Visibility&quot; and &quot;Required Setting&quot; for the following screens: &quot;Everywhere&quot;, &quot;Front-end&quot; and &quot;Administration&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/global-condition\\\">Global Condition<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-instruction-placement\\\">Instruction Placement<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/instruction-read-more\\\">Instruction Read More<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAllow to expand instructions text with a &quot;Read More&quot; link. This feature is useful for lengthy instructions text.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/min-max\\\">Min\\/Max<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-raw-data\\\">Raw data<\\/a><\\/strong>\\nDisplay raw field data in a modal to check your configuration &amp; settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/required-message\\\">Required Message<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/advanced-link\\\">Advanced Link<\\/a><\\/strong>\\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-editor\\\">Block Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-types\\\">Block Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Block Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/button\\\">Button<\\/a><\\/strong>\\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/checkbox\\\">Checkbox<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\\u2019s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/clone\\\">Clone<\\/a><\\/strong>\\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/code-editor\\\">Code Editor<\\/a><\\/strong>\\nEdit code using the native WP Core Codemirror library. Default languages: Text\\/HTML, Javascript, CSS, PHP mixed\\/plain.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/color-picker\\\">Color Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/columns\\\">Columns<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion\\/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/countries\\\">Countries<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Country selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/currencies\\\">Currencies<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Currency selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/datepicker\\\">Date\\/Timepicker<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/date-range-picker\\\">Date Range Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/dynamic-render\\\">Dynamic Render<\\/a><\\/strong>\\nDisplay custom HTML\\/PHP content using a simple named hook.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-groups-selector\\\">Field Groups<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-types\\\">Field Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/fields-selector\\\">Fields<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Fields selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/file\\\">File<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, enable multi file upload and dropzone.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/flexible-content\\\">Flexible Content<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\\u2019s behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/forms\\\">Forms<\\/a><\\/strong>\\nSelect any dynamic form (format: checkbox, radio or select).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/google-map\\\">Google Map<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/recaptcha\\\">Google reCaptcha<\\/a><\\/strong>\\nDisplay a reCaptcha field (compatible v2 &amp; v3).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/group\\\">Group<\\/a><\\/strong>\\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/hidden-input\\\">Hidden Input<\\/a><\\/strong>\\nDisplay a hidden input with custom name\\/value<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image\\\">Image<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-selector\\\">Image Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Selector field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-sizes\\\">Image Sizes<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Sizes selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/languages\\\">Languages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menu-locations\\\">Menu Locations<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu Locations selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menus\\\">Menus<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/options-pages\\\">Options Pages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment\\\">Payment<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-cart\\\">Payment Cart<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Cart to easily setup an e-commerce solution.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-selector\\\">Payment Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Selector which let the user switch the payment gateway.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/phone-number\\\">Phone Number<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a fully customizable international Phone Number field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-field\\\">Post Field<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-formats\\\">Post Formats<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Post Format selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Post Object<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation\\/edit.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-statuses\\\">Post Status<\\/a><\\/strong>\\nSelect any post status (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-types\\\">Post Types<\\/a><\\/strong>\\nSelect any post type (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/radio\\\">Radio<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\\u2019s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/relationship\\\">Relationship<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/repeater\\\">Repeater<\\/a><\\/strong>\\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/select\\\">Select<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChange the default &quot;Select&quot; placeholder text and Search Input placeholder and allow user to enter custom values.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/slug\\\">Slug<\\/a><\\/strong>\\nA slug text input (ie: <code>my-text-input<\\/code>).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/tab\\\">Tab<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomies\\\">Taxonomies<\\/a><\\/strong>\\nSelect any taxonomy (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomy-terms\\\">Taxonomy Terms<\\/a><\\/strong>\\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/templates-selector\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/textarea\\\">Textarea<\\/a><\\/strong>\\nSwitch font family to monospace and allow tab indent.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/true-false\\\">True\\/False<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nFive new styles have been added to the native True\\/False field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/user-roles\\\">User Roles<\\/a><\\/strong>\\nSelect any user role (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/wysiwyg-editor\\\">WYSIWYG Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-block-types\\\">Block Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/classic-editor\\\">Classic Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/developer-mode\\\">Developer Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-forms\\\">Forms<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce &quot;Actions&quot; for a complete control over the form behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-options-pages\\\">Options Pages UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/performance-mode\\\">Performance Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-post-types\\\">Post Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/rewrite-rules\\\">Rewrite Rules<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/scripts\\\">Scripts UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nRun custom scripts on thousands of posts. Including builtin &quot;Orphan Meta Cleaner&quot;, &quot;Script Launcher&quot; and &quot;Performance Converter&quot; scripts.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/settings-ui\\\">Settings UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-taxonomies\\\">Taxonomies UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/templates\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nManage default ACF values in an advanced way and sync templates with Json\\/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/ajax-author-box\\\">Ajax Author Box<\\/a><\\/strong>\\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/enhanced-ui\\\">Enhanced UI<\\/a><\\/strong>\\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS\\/JS only.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/polylang\\\">Polylang<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/screen-layouts\\\">Screen Layouts<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/wpml\\\">WPML<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/options\\\">WP Options<\\/a><\\/strong>\\nManage WordPress Options from the Settings &gt; Options page. Options value (strings, serialized &amp; Json) will be displayed in a readable form. Values can be edited or deleted.<h3>&#x2764;&#xfe0f; Early Supporters<\\/h3><\\/p>\\n<ul>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/AsmussenBrandon\\\">Brandon A.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/DamChtlv\\\">Damien C.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/Val_Pellegrin\\\">Valentin P.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to Damian P. for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/jsaarenk\\\">Jaakko S.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/altendorfme\\\">Renan A.<\\/a> for his support &amp; tests<h3>&#x1f970; Donors<\\/h3><\\/li>\\n<li>Thanks to RavenSays<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Rob H.<\\/li>\\n<li>Thanks to Valentin P.<\\/li>\\n<li>Thanks to Alan A.<\\/li>\\n<li>Thanks to Damian C.<\\/li>\\n<li>Thanks to Andrew<\\/li>\\n<li>Thanks to Kimantis<\\/li>\\n<li>Thanks to Anonymous<\\/li>\\n<li>Thanks to Chris<\\/li>\\n<li>Thanks to Dennis D.<\\/li>\\n<li>Thanks to Cody R.<\\/li>\\n<li>Thanks to Jamie<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Paul M.<\\/li>\\n<li>Thanks to David B.<\\/li>\\n<li>Thanks to Swingjac<\\/li>\\n<li>Thanks to Erik<\\/li>\\n<li>Thanks to Giancarlo P.<\\/li>\\n<li>Thanks to Geuer M.<\\/li>\\n<\\/ul>\",\"installation\":\"<h4> Wordpress Install <\\/h4>\\n<ol>\\n<li>Install Advanced Custom Fields: Pro<\\/li>\\n<li>Upload the plugin files to the <code>\\/wp-content\\/plugins\\/acf-extended\\/<\\/code> directory, or install the plugin through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.<\\/li>\\n<li>Everything is ready!<\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 0.8.9.5 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Block Editor - Added WP 6.4 compatibility<\\/li>\\n<li>Field: Block Editor - Enhanced compatibility with custom blocks<\\/li>\\n<li>Field: Block Editor - Fixed Media Upload not working in front-end form<\\/li>\\n<li>Field: Block Editor - Fixed shortcodes not applied with <code>get_field()<\\/code><\\/li>\\n<li>Field: Block Editor - Fixed Embed Block preview height<\\/li>\\n<li>Field: Block Editor - Fixed &quot;Allowed Block Types&quot; setting not working in WP 6.3<\\/li>\\n<li>Field: Block Editor - Fixed Inserter Block Preview popup position<\\/li>\\n<li>Field: Payment - Enhanced Conditional logic &amp; Tab logic compatibility<\\/li>\\n<li>Field: Payment - Fixed PayPal Checkout button being disabled when form has no submit button<\\/li>\\n<li>Field: Payment - Added &quot;Paypal Checkout&quot; button text setting<\\/li>\\n<li>Field: Payment Cart - Added quotes compatibility in Items name<\\/li>\\n<li>Field: Phone Number - Updated Intl Tel Input library and Utilities with latest area codes<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Google reCaptcha v3 - Added token refresh logic<\\/li>\\n<li>Module: Developer Mode - Enhanced handle of incomplete class in meta values<\\/li>\\n<li>Module: Options UI - Enhanced handle of incomplete class in options values<\\/li>\\n<li>Module: Performance Ultra - Fixed slash values in WP Preview &amp; WP Revisions<\\/li>\\n<li>General: Bump WP version up to 6.4<\\/li>\\n<li>General: Updated french translation<\\/li>\\n<li>General: Enhanced internal tools<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.4 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.4:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Block Editor - Fixed WP 6.3 compatibility<\\/li>\\n<li>Field: Block Editor - Enhanced WP 6.0 \\/ 6.1 \\/ 6.2 compatibility<\\/li>\\n<li>Field: Block Editor - Fixed duplicated field when using &quot;Duplicate&quot; action with a Flexible Content\\/Repeater<\\/li>\\n<li>Field: Color Picker - Fixed Theme Json Resolver deprecated notice since WP 6.2<\\/li>\\n<li>Field: Payment - Fixed PayPal credentials field settings width for better usability<\\/li>\\n<li>Field: Phone Number - Updated Libphonenumber PHP Addon to latest 8.13.21 version<\\/li>\\n<li>Field: Phone Number - Fixed Libphonenumber PHP Addon deprecated notice<\\/li>\\n<li>Module: Performance - Added auto upgrade for <code>single_meta<\\/code> into <code>performance ultra<\\/code> when using Settings UI<\\/li>\\n<li>Core: Fixed PHP 8 deprecated notice on ACF\\/ACFE Updates admin page<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.4:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Form - Fixed PHP 8 deprecated notice when creating a new form<\\/li>\\n<li>Module: Form - Fixed escaping in <code>[acfe_form]<\\/code> attributes shortcode<\\/li>\\n<li>Module: Performance - Removed unnecessary &quot;Save as individual meta&quot; field setting when module is disabled<\\/li>\\n<li>Compatibility: ACF 6.2 - Added sidebar column in the new ACF Options Pages UI<\\/li>\\n<li>Compatibility: Profile Builder - Fixed PHP notice in settings page<\\/li>\\n<li>Compatibility: Query Monitor - Updated internal trigger notice function to correctly register as &quot;Doing it wrong&quot;<\\/li>\\n<li>Core: Updated Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.3 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.3:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Performance - Added &quot;Hybrid&quot; Engine<\\/li>\\n<li>Module: Performance - Hybrid Engine divides post meta per 2 while being compatible with search plugins &amp; <code>WP_Query<\\/code><\\/li>\\n<li>Module: Scripts - Fixed submit button not being disabled on start<\\/li>\\n<li>Module: Template - Template Location can now be used in middle of other locations<\\/li>\\n<li>Field: Block Editor - Force array when empty &quot;allow blocks&quot;<\\/li>\\n<li>Field: Color Picker - Fixed default black &amp; white color picker on &quot;Palette Display&quot;<\\/li>\\n<li>Field: Flexible Content - Grid - Fixed resizable area when column has only &quot;auto&quot; size<\\/li>\\n<li>Field: Google Map - Fixed PHP warning when importing field with a &quot;default value&quot;<\\/li>\\n<li>Field: Phone Number - Fixed JS initialization in repeater\\/flexible content on Gutenberg screen<\\/li>\\n<li>Field: Post Field - Fixed UI empty space when using Title + Permalink<\\/li>\\n<li>Field: Post Field - Fixed &quot;Add Title&quot; placeholder CSS glitch on new post creation when using Title<\\/li>\\n<li>Field: Post Field - Added compatibility with Bricks for the Content field<\\/li>\\n<li>Global Condition: Removed <code>acfe_field_group_condition<\\/code> from fields settings when not needed<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.3:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Performance Mode - Added module<\\/li>\\n<li>Module: Performance Mode - Renamed &quot;Single Meta&quot; to &quot;Ultra&quot; Engine<\\/li>\\n<li>Module: Performance Mode - Added Modes: &quot;Test Drive&quot;, &quot;Production&quot; &amp; &quot;Rollback&quot;<\\/li>\\n<li>Module: Performance Mode - Added metabox allowing to switch Mode on-demand. Displayed when Developer Mode is enabled<\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta<\\/code> setting in favor of <code>acfe\\/modules\\/performance<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/post_types<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/taxonomies<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/users<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/options<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Dev Mode - Fixed Dev Metabox disappearing on Page Template change<\\/li>\\n<li>Module: Form - Fixed PHP 8 deprecated notice<\\/li>\\n<li>Module: Post Type - Fixed forced 2 minimum <code>supports<\\/code> setting<\\/li>\\n<li>Field: Advanced Link - Forced empty value when saved as empty<\\/li>\\n<li>Field: Flexible Content - Fixed Layouts Categories order to ASC<\\/li>\\n<li>Field: Taxonomy Terms - Added REST API return schema array|false|null<\\/li>\\n<li>Compatibility: Fixed tooltip instruction placement being wrongly translated<\\/li>\\n<li>Compatibility: Added ACFML 2.0.2 compatibility fix with PHP AutoSync and <code>l10n_textdomain<\\/code><\\/li>\\n<li>Compatibility: Added ACF 6.1 compatibility fixes<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.2 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.2:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Dev Mode - Added &quot;Edit&quot; action to edit raw metadata on the fly<\\/li>\\n<li>Field: Color Picker - Custom colors are now normalized to enhance compatibility with Iris<\\/li>\\n<li>Field: Color Picker - Color gradient is now displayed by default instead of the black &amp; white gradient<\\/li>\\n<li>Field: Image - Added &quot;Upload Folder&quot; setting to customize upload path<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Code Editor - Fixed <code>return_format<\\/code> throwing an error on newly created\\/modified Code Editor<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Removed unnecessary HTML comment with layout name<\\/li>\\n<li>Field: Flexible Content - Copy\\/Paste - Enhanced prompt instructions<\\/li>\\n<li>General: Updated Translations<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Date Range Picker - Added string value fallback in <code>format_value()<\\/code><\\/li>\\n<li>Field: Menu Locations - Added &quot;Name&quot;, &quot;Label&quot; &amp; &quot;Both (Array)&quot;&quot; Return Format<\\/li>\\n<li>Field: Options Pages - Fixed potential warning when &quot;Allowed Options Pages&quot; setting was empty<\\/li>\\n<li>Field Group: Global Conditional Logic - Added &lt;, &lt;=, &gt;, &gt;= Field Group Locations Operators<\\/li>\\n<li>Module: Rewrite Rules - Enhanced invalid regex rule fallback<\\/li>\\n<li>Module: Scripts - Script Launcher - Added <code>capability<\\/code> parameter<\\/li>\\n<li>Module: Scripts - Script Launcher - Enhanced <code>executions<\\/code> argument to allow <code>false\\/true\\/[number]<\\/code><\\/li>\\n<li>Module: Scripts - Script Launcher - Removed unnecessary <code>$index<\\/code> from hooks arguments<\\/li>\\n<li>Module: Template - Fixed potential warning when adding a Local Field Group without <code>location<\\/code><\\/li>\\n<li>Module: Template - Fixed &quot;After Title&quot; Field Group position which could break saving<\\/li>\\n<li>Module: Template - Fixed &quot;Required&quot; setting when using DB Field Groups<\\/li>\\n<li>Module: Template - Fixed Clone &quot;Seamless&quot; values prefix<\\/li>\\n<li>General: Fixed Currencies returned in Languages queries<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Formatted value now correctly return an empty value when needed<\\/li>\\n<li>Field: Advanced Link - Fixed an issue with custom sub fields when <code>key<\\/code> argument was missing<\\/li>\\n<li>Field: Code Editor - Added <code>nl2br()<\\/code> &quot;Return Format&quot; setting<\\/li>\\n<li>Field Groups: Added <code>acfe\\/default_field_group<\\/code> filter to define default Field Group configuration<\\/li>\\n<li>Field Groups: ACF 6.0 - Fixed Field Groups tabs CSS when there are many categories<\\/li>\\n<li>Field Settings: Bidirectional - Added control to avoid updating values when prevewing changes<\\/li>\\n<li>Module: Block Types - Fixed an edge case where an error could be thrown when editing a post<\\/li>\\n<li>Module: Post Types - Admin Archive - Added <code>acfe\\/validate_post_type_archive<\\/code> hook<\\/li>\\n<li>Module: Post Types - Admin Archive - Deprecated <code>acfe\\/post_type_archive_capability<\\/code> hook<\\/li>\\n<li>Module: Post Types - Admin Archive - Added <code>show_in_menu<\\/code>  custom page compatibility<\\/li>\\n<li>Module: Post Types - Admin Archive - Added Post Type <code>post<\\/code> &quot;Edit Archive&quot; adminbar compatibility<\\/li>\\n<li>Module: Settings - Fixed warning when using an old ACF version which doesn\\u2019t handle newer ACF settings<\\/li>\\n<li>Modules: Fixed &quot;Enter&quot; keypress breaking the creating of new item<\\/li>\\n<li>Modules: Enhanced 0.8.9 module upgrade to use <code>init<\\/code> action<\\/li>\\n<li>General: Replaced <code>acf_esc_attrs()<\\/code> (ACF 5.8.1) usage with <code>acf_esc_atts()<\\/code> (ACF 5.8) to meet requirements<\\/li>\\n<li>General: Updated Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.9 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Block Editor - Added field<\\/li>\\n<li>Field: Payment - Fixed ACF 6.0.x settings instructions<\\/li>\\n<li>Modules: Added PHP\\/Json AutoSync feature<\\/li>\\n<li>Modules: Added &quot;Local&quot; &amp; &quot;Sync Available&quot; views<\\/li>\\n<li>Modules: Added DB &lt;&gt; PHP &lt;&gt; Json triangular difference comparison<\\/li>\\n<li>Module: Block Types - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/block-types<\\/code><\\/li>\\n<li>Module: Block Types - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/block-types<\\/code><\\/li>\\n<li>Module: Options Pages - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/options-pages<\\/code><\\/li>\\n<li>Module: Options Pages - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/options-pages<\\/code><\\/li>\\n<li>Module: Post Types - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/post-types<\\/code><\\/li>\\n<li>Module: Post Types - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/post-types<\\/code><\\/li>\\n<li>Module: Taxonomies - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/taxonomies<\\/code><\\/li>\\n<li>Module: Taxonomies - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/taxonomies<\\/code><\\/li>\\n<li>Module: Templates - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/templates<\\/code><\\/li>\\n<li>Module: Templates - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/templates<\\/code><\\/li>\\n<li>Module: Templates - Deprecated <code>acfe_add_local_template()<\\/code> in favor of <code>acfe_register_template()<\\/code><\\/li>\\n<li>Module: Settings - Fixed <code>l10n_textdomain<\\/code> setting as text input<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Added value type control during <code>update_value<\\/code> to enhance compatibility<\\/li>\\n<li>Module: Block Types - Added &quot;Align Text&quot;, &quot;Align Content&quot;, &quot;Full Height&quot;, &quot;Align Matrix&quot; settings<\\/li>\\n<li>Module: Enhanced UI - Fixed WP 6.1 Attachment &quot;Alt&quot; field missing<\\/li>\\n<li>Module: Post Types - Added &quot;Meta Key&quot; and &quot;Meta Type&quot; orderby settings in Archive and Admin query<\\/li>\\n<li>Module: Post Types - Added &quot;Enter Title&quot; setting in Labels<\\/li>\\n<li>Module: Post Types - WP Updated Messages now use Labels with Classic Editor<\\/li>\\n<li>Module: Taxonomies - Added &quot;Meta Key&quot; and &quot;Meta Type&quot; orderby settings in Single and Admin query<\\/li>\\n<li>General: Fixed potential Block Type JS error on layout change<\\/li>\\n<li>General: Added ACF 6.0.x Select2 single select CSS fix<\\/li>\\n<li>General: Introduced Module v3<\\/li>\\n<li>General: Reworked Upgrades logic<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.11 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.11:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Date\\/Time Picker - Fixed instructions placement in ACF 6.0.x<\\/li>\\n<li>Field: Google Map - Added <code>is_array()<\\/code> control in <code>format_value()<\\/code><\\/li>\\n<li>Field: Payment - Added initialization on <code>ready<\\/code> to avoid too early JS init<\\/li>\\n<li>Module: Scripts - Bumped &quot;Clean Orphan Meta&quot; script version to 1.1<\\/li>\\n<li>Module: Scripts - Added &quot;Script Launcher&quot; to easily launch scripts using hooks<\\/li>\\n<li>Module: Settings - Added <code>modules\\/scripts\\/demo<\\/code> setting<\\/li>\\n<li>General: ACF Updates screen has been uniformized accross 5.10.x to ACF 6.0.x versions<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.11:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Reworked code &amp; unified unformatted value<\\/li>\\n<li>Field: Clone - Fixed Seamless Style CSS in <code>acf-table<\\/code><\\/li>\\n<li>Field: Columns - Fixed Columns render in Repeater when user sort rows<\\/li>\\n<li>Field: Flexible Content - Added check in <code>acfe\\/load_fields<\\/code> to avoid potential PHP warning with third party plugins<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Added Layout&quot; scroll animation<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview Ajax when inside ACF Ajax Screen Check<\\/li>\\n<li>Field: Group - Fixed Seamless Style CSS in <code>acf-table<\\/code><\\/li>\\n<li>Field: Post Object - Fixed older ACF version &lt; 5.10 Select2 escape<\\/li>\\n<li>Field: Tab - Fixed last opened tab preference on page refresh<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Level&quot; ajax setting not working correctly in ACF 6.0.x<\\/li>\\n<li>Field: Taxonomy Terms - Enhanced Load Terms\\/Save Terms settings logic to avoid call on front-end<\\/li>\\n<li>Field Group: Fixed Flexible Content &quot;Duplicate Layout&quot; sub fields moved to original layout<\\/li>\\n<li>Field Settings: Bidirectional - Fixed potential php warning when deleting related field groups<\\/li>\\n<li>Fields: Added <code>acf_translate()<\\/code> in <code>acf\\/translate_field\\/type=field_type<\\/code> for all field types<\\/li>\\n<li>Module: Dev Mode - &quot;Bulk actions&quot; is correctly hidden when metabox are cleared<\\/li>\\n<li>Module: Enhanced UI - Fixed Tabs &quot;Align Left&quot; placement on User Edit Screen<\\/li>\\n<li>Module: Form - Fixed &quot;User Action&quot; uploaded files so it can be used in a later action<\\/li>\\n<li>Module: Form - Added &quot;User Action&quot; Target control before processing builtin User Validation<\\/li>\\n<li>Module: Form - Added <code>acfe\\/form\\/submit\\/post_append_terms<\\/code> filter to change the <code>wp_set_object_terms<\\/code> append<\\/li>\\n<li>Module: Settings - Added <code>rest_api_enabled<\\/code> <code>rest_api_format<\\/code> <code>rest_api_embed_links<\\/code> <code>preload_blocks<\\/code> <code>enable_shortcode<\\/code> settings<\\/li>\\n<li>General: Fixed various ACF 6.0.x CSS<\\/li>\\n<li>General: Added multiple plugin activation warning messages<\\/li>\\n<li>General: Added select2 hooks controls to avoid initialize without <code>field<\\/code> instance<\\/li>\\n<li>General: Introduced <code>acfe.FieldExtender<\\/code> and deprecated <code>acfe.fieldExtend<\\/code><\\/li>\\n<li>General: Introduced <code>acfe.Modal<\\/code> and deprecated <code>acfe.Popup<\\/code><\\/li>\\n<li>General: Replaced <code>_.escape()<\\/code> with <code>acf.strEscape()<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.8.8.10 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.10:<\\/strong><\\/p>\\n<ul>\\n<li>Field: File - Improved default values implementation<\\/li>\\n<li>Field: File - Fixed Preview Style &quot;Select2&quot; setting render styling<\\/li>\\n<li>Field: WYSIWYG - Fixed &quot;Custom Toolbar&quot; setting not working correctly in ACF 6.0 UI<\\/li>\\n<li>Field Settings: Min\\/Max - Added settings as default values in related fields<\\/li>\\n<li>Module: Scripts - Improved validation process to only trigger inside page wrapper<\\/li>\\n<li>General: Fixed ACF 6.0 CSS on ACF &quot;Updates&quot; page<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.10:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Image\\/File - Fixed undefined index notice when ACFE Form forced specific uploader type<\\/li>\\n<li>Field: Flexible Content - Clear fields storage in Field Group UI to avoid third party plugins messing with it<\\/li>\\n<li>Module: Forms - Reverted logic for the Image\\/File\\/Gallery media modal<\\/li>\\n<li>Field Groups: Fixed Advanced Settings\\/Validation settings not working correctly in ACF 6.0 UI<\\/li>\\n<li>General: Added several ACF 6.0 Field Groups CSS fixes<\\/li>\\n<li>General: Hooks - Added <code>acf_add_filter_variations()<\\/code> to general hooks<\\/li>\\n<li>General: Enhanced <code>acfe_is_admin_screen()<\\/code> helper<\\/li>\\n<li>General: Enhanced <code>ftype<\\/code> js logic to avoid overriding prototype<\\/li>\\n<li>General: Enhanced <code>acfe.fieldExtend<\\/code> js logic &amp; added dependencies<\\/li>\\n<li>General: Enhanced js helpers<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.9 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Code Editor - Fixed ACF 6.0 UI field setting width<\\/li>\\n<li>Field: Google Map - Fixed potential undefined <code>zoom<\\/code> key in some edge case<\\/li>\\n<li>Field: Post Object - Fixed an issue with the Inline Post Edit modal which would not work correctly in some edge case<\\/li>\\n<li>Field: Relationship - Reworked &amp; Enhanced Post Creation\\/Edit code logic<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Dynamic Render - Fixed potential undefined <code>render<\\/code> key when using the old <code>acfe_dynamic_message<\\/code> field type<\\/li>\\n<li>Field: Flexible Content - Fixed duplicated Modal Select Categories<\\/li>\\n<li>Field: Flexible Content - Fixed Sortable ui helper css margin<\\/li>\\n<li>Field: Post Object - Fixed ACF 6.0 UI wrong border color<\\/li>\\n<li>Field: Post Object - Fixed sortable items when Inline Post Edit is enabled with &quot;Allow Multiple values&quot;<\\/li>\\n<li>Field: Select - Fixed potential JS issue while searching a value when using &quot;Allow custom value&quot;<\\/li>\\n<li>Field: Tab - Fixed ACF 6.0 UI missing colors<\\/li>\\n<li>Field: Taxonomy - Fixed JS error on initialization<\\/li>\\n<li>Module: Advanced Validation\\/Settings - Fixed ACF 6.0 UI settings css<\\/li>\\n<li>Module: Forms - Bail early in the Block Editor in the <code>[acfe_form]<\\/code> shortcode to avoid conflict with Media Modal (ACF core logic)<\\/li>\\n<li>Module: Dev - Enhanced module logic<\\/li>\\n<li>General: Added several ACF 6.0 &amp; ACF 6.0.1 UI compatibility fixes<\\/li>\\n<li>General: Added several JS helpers<\\/li>\\n<li>General: Enhanced ACFE Modal logic<\\/li>\\n<li>General: Enhanced Readme<\\/li>\\n<li>General: Enhanced Build Tools<\\/li>\\n<li>General: Introduced <code>acfe.fieldExtend<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.8.8.8 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Dev Mode - <code>post_content<\\/code> is unserialized in Post Object view when possible<\\/li>\\n<li>Module: Dev Mode - Added data overview &amp; clean orphan meta on Attachment<\\/li>\\n<li>Module: Global Conditional Logic - Fixed postbox being hidden when user interacted with Screen Options<\\/li>\\n<li>Module: Scripts - Fixed Attachments post type in Orphan Meta Cleaner<\\/li>\\n<li>Module: Rewrite Rules - Fixed non-registered rewrite tag php notice<\\/li>\\n<li>Field: Color Picker - Added <code>theme.json<\\/code> compatibility for color palette<\\/li>\\n<li>Field: Color Picker - Added Return Format &quot;Label&quot; and &quot;Color + Label Array&quot;<\\/li>\\n<li>Field: Countries \\/ Languages \\/ Currencies - Removed potential notice in some edge cases<\\/li>\\n<li>Field: Date Range Picker - The <code>end_date<\\/code> sub field is now correctly cleared upon save<\\/li>\\n<li>Field: Date Range Picker - Displaying only one date when the user select the same start\\/end date<\\/li>\\n<li>Field: File - Added field key to attributes for nonce generation<\\/li>\\n<li>Field: Payment - Added &quot;Hide Postal Code&quot; setting<\\/li>\\n<li>Field: Payment - Added <code>acfe\\/fields\\/payment\\/stripe_args<\\/code> JS hook to change Stripe elements args<\\/li>\\n<li>Field: Payment - Fixed Payment Summary Render rounding the total amount<\\/li>\\n<li>Field: Payment - Fixed PayPal popup blocked by Safari<\\/li>\\n<li>Field: Payment - Fixed PayPal validation when &quot;Display Button&quot; is disabled<\\/li>\\n<li>Field: Payment Cart - &quot;## Title&quot; markup is now allowed<\\/li>\\n<li>Field: Payment Cart - Field is now compatible with Repeater\\/Flexible Content<\\/li>\\n<li>Field: Payment Cart - Cart items are now automatically passed to js in <code>acf.data.acfe.carts<\\/code><\\/li>\\n<li>Field: Phone Number - Added National &amp; International return format when libphonenumber is installed<\\/li>\\n<li>Field: Phone Number - Added Geolocation API Token setting for ipinfo.io<\\/li>\\n<li>Field: Phone Number - Field value now only save the phone number instead of an array for data accessibility<\\/li>\\n<li>Field: Phone Number - Server Validation now also take care of Allowed Countries setting<\\/li>\\n<li>Field: Post Field - Fixed Content reinit JS undefined variable<\\/li>\\n<li>Field: Post Object - Inline Post Creation\\/Edit - Added data in iframe URL for customization<\\/li>\\n<li>Field: Relationship - Inline Post Creation\\/Edit - Added data in iframe URL for customization<\\/li>\\n<li>Field: Relationship - Added edit button RTL CSS support<\\/li>\\n<li>Field: True False - Added &quot;Default Rounded&quot;, &quot;Small&quot;, &quot;Small Rounded&quot;, &quot;Alt&quot; &amp; &quot;Alt Rounded&quot; styles<\\/li>\\n<li>Field: WYSIWYG - Removed jQuery dependency on Source Code modal<\\/li>\\n<li>Field Group: Added Alternative Add Field Mode with Shift+Click (add by field type)<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Dev Mode - Fixed &quot;Bulk Delete Meta&quot; not working correctly on Post Type List screen<\\/li>\\n<li>Module: Dev Mode - Added meta overview on Attachment screen<\\/li>\\n<li>Module: Enhanced UI - Added Attachment Enhanced UI<\\/li>\\n<li>Module: Enhanced UI - Fixed WordPress 6.0 User Profile PHP notice<\\/li>\\n<li>Module: Form - Fixed &quot;Library: Attached to this post&quot; front-end Media Modal<\\/li>\\n<li>Module: Form - Enhanced <code>acfe\\/form\\/load<\\/code> to allow hidding field<\\/li>\\n<li>Module: Form - User - Added builtin Insert\\/Update User Email validation<\\/li>\\n<li>Module: Form - Post Action - Fixed post parent setting which could break in some edge cases<\\/li>\\n<li>Module: Form - PHP Success hook<\\/li>\\n<li>Module: Multilang - Fixed Post Types Archive Page detection when using <code>get_field()<\\/code> very early<\\/li>\\n<li>Module: Options Pages - Admin List - Added &quot;Position&quot; column<\\/li>\\n<li>Module: Options UI - Enhanced search escape<\\/li>\\n<li>Module: Options UI - Enhanced specialchars entities &amp; added raw serialized output<\\/li>\\n<li>Module: Settings UI - Enhanced registered values column to correctly use <code>acf\\/settings<\\/code> filter<\\/li>\\n<li>Field: Advanced Link - Display preview when URL or Title is entered<\\/li>\\n<li>Field: Code Editor - Fixed value update when used inside an ACF Block Type<\\/li>\\n<li>Field: Code Editor - Fixed missing Field Object Settings in the Field Group UI on duplicate<\\/li>\\n<li>Field: Columns - Fixed CSS when inside a collapsed Repeater<\\/li>\\n<li>Field: Columns - Added field to GraphQL<\\/li>\\n<li>Field: Clone - Fixed Modal Edit title when in repeater table<\\/li>\\n<li>Field: Flexible Content - Select Modal - Fixed Layout Category showing in all categories when there is no category set<\\/li>\\n<li>Field: Flexible Content - Edit Modal - Fixed usage with <code>acf\\/fields\\/flexible_content\\/layout_title<\\/code><\\/li>\\n<li>Field: Group - Fixed Modal Edit title when in repeater table<\\/li>\\n<li>Field: Post Statuses - slugs are only shown when duplicated labels<\\/li>\\n<li>Field: Select - Enhanced Select2 &quot;on clear&quot; logic by closing selection<\\/li>\\n<li>Field: Taxonomy Terms - Enhanced Radio Field Type when using Load Terms with specific allowed terms<\\/li>\\n<li>Field Settings: Validation - Added regex unicode compatibility<\\/li>\\n<li>Locations: Post Type Archive - Enhanced <code>have_archive()<\\/code> to find post type when there is no posts<\\/li>\\n<li>Locations: Post Type Archive - Fixed native <code>post<\\/code>, <code>page<\\/code> &amp; <code>attachment<\\/code> post types archive location matching field groups<\\/li>\\n<li>General: Compatibility - Enhanced Elementor Dynamic Tags detection<\\/li>\\n<li>General: Compatibility - Added ACF 6.0 new UI compatibility fixes<\\/li>\\n<li>General: Core - Fixed editable <code>&lt;code&gt;<\\/code> tag for facetwp<\\/li>\\n<li>General: Core - Enhanced localize data<\\/li>\\n<li>General: Core - Enhanced scripts enqueue logic<\\/li>\\n<li>General: Core - Updated tooltip icon &amp; added on\\/off logic on click<\\/li>\\n<li>General: Gutenberg - Enhanced metabox CSS<\\/li>\\n<li>General: Helpers - Added <code>acfe_query_fields()<\\/code> helper<\\/li>\\n<li>General: Readme - Enhanced Readme (Plugin URI, typos, Slack URL...)<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.7 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.7:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Templates - Fixed top-level Seamless Clones values not being correctly loaded<\\/li>\\n<li>Module: Templates - Fixed Templates List columns data<\\/li>\\n<li>Module: Global Conditional Logic - Fixed Field Group Locations when using a Global Field on the &quot;Add Term&quot; screen<\\/li>\\n<li>Module: Global Conditional Logic - Enhanced Field Group Locations to only use matched groups when using the same field on different screens<\\/li>\\n<li>Module: Global Conditional Logic - Fixed ACF Ajax Screen rules being incorrectly applied<\\/li>\\n<li>Field: Date Range Picker - Fixed &quot;Default Start\\/End&quot; settings not working correctly<\\/li>\\n<li>Field: Date Range Picker - Added &quot;Show Dropdowns&quot; settings<\\/li>\\n<li>Field: Date Range Picker - Enhanced dropdowns CSS<\\/li>\\n<li>Field: Flexible Content - Grid System - Renamed &quot;Wrap&quot; setting to &quot;No Wrap&quot; for consistency<\\/li>\\n<li>Field: Payment - Fixed Conditional Logic not working correctly<\\/li>\\n<li>Field: Payment - Fixed &quot;Incorrect Payment Data&quot; in Summary Render when no items saved<\\/li>\\n<li>Field: Payment - Enhanced Summary Render &amp; Data validation<\\/li>\\n<li>Field: Payment - Fixed recursive &quot;Payment Field Selection&quot; when payment fields are inside sub fields<\\/li>\\n<li>Field: Post Field - Taxonomy - Fixed initialization with non-hierarchical taxonomy<\\/li>\\n<li>Field: Post Field - Editor - Added delayed re-initialization<\\/li>\\n<li>Field: Post Object - Fixed &quot;Allow Creation&quot; setting not triggering Conditional Logic on post creation<\\/li>\\n<li>Field: WYSIWYG - Added &quot;Auto Init&quot; setting when using &quot;Delay Init&quot;<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.7:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Ajax Authorbox - Fixed disappearing authorbox when ACF Ajax Screen is triggered (category selection etc...)<\\/li>\\n<li>Module: Clean Orphan Meta - Enhanced logic for cloned fields with sub fields<\\/li>\\n<li>Module: Forms - Enhanced <code>acfe\\/form\\/prepare<\\/code> arguments when using <code>return false<\\/code><\\/li>\\n<li>Module: Developer Mode - Fixed potential PHP notice when using Local Field Groups<\\/li>\\n<li>Module: Developer Mode - <code>ACFE_DEV<\\/code> &amp; <code>ACFE_SUPER_DEV<\\/code> constants are now uppercase<\\/li>\\n<li>Module: Options UI - Fixed <code>orderby<\\/code> column sanitization<\\/li>\\n<li>Module: Single Meta - Fixed Preview Changes not working correctly with Single Meta<\\/li>\\n<li>Field: Columns - Fixed CSS when used inside Tabs Aligned Left<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Modal Select Size&quot; being always forced to &quot;Full&quot;<\\/li>\\n<li>Field: Flexible Content - Fixed sub fields CSS when displayed inside a &quot;Modal Edit&quot; from the Sidebar<\\/li>\\n<li>Field: Flexible Content - Fixed sidebar Gutenberg title CSS glitch<\\/li>\\n<li>Field: WYSIWYG - Fixed &quot;Delay init&quot; setting being automatically initialized on page load<\\/li>\\n<li>Field Groups: Fixed potential PHP notice when no Field Group are saved in DB in the &quot;Sync Available&quot; Tab<\\/li>\\n<li>Locations: Post Type list\\/Taxonomy list\\/User list\\/Attachment list - Fixed Flexible Content field initialization<\\/li>\\n<li>Locations: Post Type list\\/Taxonomy list\\/User list\\/Attachment list - Fixed fields CSS padding<\\/li>\\n<li>General: Added <code>acfe_get_field_descendants()<\\/code> &amp; <code>acfe_map_any_field()<\\/code> helpers<\\/li>\\n<li>General: Fixed native ACF 5.11 bug with multiple front-end forms which wrongly trigger validation when one field was required<\\/li>\\n<li>General: Fixed <code>acfe\\/validate_save_post<\\/code> to correctly work with <code>acfe_add_validation_error()<\\/code> helper<\\/li>\\n<li>General: Enhanced Select2 CSS integration for ACF 5.10\\/5.11.3\\/5.11.4 and YOAST<\\/li>\\n<li>General: Enhanced french translation<\\/li>\\n<li>General: Code Cleanup &amp; Formatting<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.6 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.6:<\\/strong><\\/p>\\n<ul>\\n<li>Field: File - Fixed single file not being correctly saved when removed on Gutenberg screen<\\/li>\\n<li>Field: Payment - Added PayPal Production &amp; Test API URL in settings instructions<\\/li>\\n<li>Field: Payment - Enhanced Stripe\\/PayPal JS enqueue on Gutenberg screen<\\/li>\\n<li>Field: Payment Cart - Fixed multiline &quot;Default Value&quot; setting<\\/li>\\n<li>Field: Phone Number - Fixed format value causing problem in some edge case<\\/li>\\n<li>Field: Phone Number - Changed default &quot;Return Format&quot; to &quot;Number&quot;<\\/li>\\n<li>Field Settings: Instructions More - Fixed <code>&amp;dash;<\\/code> in field settings instructions with ACF 5.10<\\/li>\\n<li>Module: Dev Mode - Fixed &quot;Object Data&quot; modal on Post Screen when sidebar is fixed<\\/li>\\n<li>Module: Forms - Fixed Shortcode Preview issue when the ACFE Form module was disabled<\\/li>\\n<li>Module: Orphan Meta Cleaner Script - Added support of multi-sub level clones seamless fields<\\/li>\\n<li>General: Removed &quot;No license key has been provided&quot; annoying message on Updates Screen<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.6:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Fixed WYSIWYG copy\\/paste layout feature with ACF 5.10<\\/li>\\n<li>Fields: Fixed ACFE Modal position on Gutenberg screen<\\/li>\\n<li>Module: Dev Mode - Added support of multi-sub level clones seamless fields<\\/li>\\n<li>Module: Enhanced UI - Added LearnDash Taxonomies compatibility<\\/li>\\n<li>Module: Forms - Added <code>acfe_form_format_value()<\\/code> back-compatibility with 3rd argument<\\/li>\\n<li>Module: Forms - Enhanced &quot;Save ACF Fields&quot; instructions text<\\/li>\\n<li>Module: Forms - Added &quot;Post Excerpt&quot; in the &quot;Post Action&quot; fields<\\/li>\\n<li>Module: Settings UI - Fixed tabs badge count with ACF 5.10<\\/li>\\n<li>General: Enhanced <code>acfe_is_json()<\\/code> helper<\\/li>\\n<li>General: Added <code>acfe_is_block_editor()<\\/code> helper<\\/li>\\n<li>General: Fixed typo in changelog<\\/li>\\n<li>General: Enhanced french translation<\\/li>\\n<li>General: Enhanced readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.5 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Added &quot;Payment&quot; Field - Compatible with Stripe &amp; PayPal Express gateways<\\/li>\\n<li>Field: Added &quot;Payment Selector&quot; Field - Select Payment Field gateway. Supports Radio\\/Select field type and icons<\\/li>\\n<li>Field: Added &quot;Payment Cart&quot; Field - Easily setup a cart selector with items and price<\\/li>\\n<li>Module: Added &quot;Scripts UI&quot; - Run scripts on thousands Posts\\/Terms\\/Users\\/Options Page without server limitation. Including API for custom made scripts<\\/li>\\n<li>Module: Added &quot;Rewrite Rules UI&quot; - Overview, debug and test permalinks rules<\\/li>\\n<li>Module: Scripts UI - Added &quot;Orphan Meta Cleaner&quot; builtin script to clean orphan meta from any objects<\\/li>\\n<li>Module: Scripts UI - Added &quot;Single Meta Converter&quot; builtin script to convert any object meta to Single Meta<\\/li>\\n<li>Module: Scripts UI - Added &quot;Count Posts&quot;, &quot;Export Posts&quot; &amp; &quot;Import Posts&quot; example scripts for developers<\\/li>\\n<li>Module: Developer Mode - Reworked and enhanced the module logic<\\/li>\\n<li>Module: Developer Mode - Enhanced &amp; moved &quot;Object Overview&quot; Metabox into the respective object submit box<\\/li>\\n<li>Module: Developer Mode - Added &quot;Meta Count&quot;, &quot;Meta Clean&quot; &amp; &quot;Single Meta Status&quot; infos on all objects<\\/li>\\n<li>Module: Developer Mode - Added module on &quot;Attachment List&quot;, &quot;User List&quot; and &quot;WP Settings&quot; locations<\\/li>\\n<li>Module: Developer Mode - Fixed potential warning if the ACF Options Page <code>menu_slug<\\/code> wasn\'t found<\\/li>\\n<li>Module: Force Sync - Added &quot;Deleted File Sync&quot; setting <code>acfe\\/modules\\/force_sync\\/delete<\\/code> to automatically sync deleted json files to DB<\\/li>\\n<li>Module: Forms - Added <code>[acfe_form]<\\/code> shortcode preview mode setting <code>acfe\\/modules\\/forms\\/shortcode_preview<\\/code> to render the Form Preview in the WP Editor<\\/li>\\n<li>Field: Color Picker - Added ACF 5.10 &quot;Enable Transparency&quot; compatibility<\\/li>\\n<li>Field: Countries - Added missing conditional logic compatibility<\\/li>\\n<li>Field: Currencies - Added missing conditional logic compatibility<\\/li>\\n<li>Field: Date Range Picker - Enhanced field to allow users to enter dates manually in the text input<\\/li>\\n<li>Field: Date Range Picker - Fixed virtual keyboard on mobile device when user click on the input<\\/li>\\n<li>Field: Date Range Picker - Enhanced Load\\/Save\\/Format\\/Delete Sub Fields logic<\\/li>\\n<li>Field: File Upload - Added Repeater upload compatibility when &quot;Multiple File Upload&quot; setting is disabled<\\/li>\\n<li>Field: Flexible Content Layouts Locations Rules - Fixed &quot;Minimum Layout&quot; setting being incorrectly triggered on unmatched screen<\\/li>\\n<li>Field: Flexible Content Layouts Locations Rules - Fixed various problems when used within the Templates module<\\/li>\\n<li>Field: Flexible Content Layouts Grid System - Fixed placeholder height CSS when using &quot;Stretch Size&quot; setting<\\/li>\\n<li>Field: Image Selector - Fixed PHP notice when creating the field in the Field Group admin UI<\\/li>\\n<li>Field: Image Selector - Reworked and fixed &quot;Return Format&quot; setting to use new formats: &quot;Value&quot;, &quot;Array&quot; or &quot;Image&quot;<\\/li>\\n<li>Field: Languages - Added missing conditional logic compatibility<\\/li>\\n<li>Field: Options Pages - Fixed possible notice when no Options Pages are registered<\\/li>\\n<li>Field: Phone Number - Fixed value reset to &quot;0&quot; when empty and using Single Meta<\\/li>\\n<li>Field: Phone Number - Fixed input padding calculation when using &quot;Separated Dial Code&quot; setting with Gutenberg<\\/li>\\n<li>Field: Users - Added &quot;Min\\/Max&quot; restriction setting compatibility<\\/li>\\n<li>Locations: Added &quot;Attachment List&quot; Field Group Location<\\/li>\\n<li>Locations: Added &quot;User List&quot; Field Group Location<\\/li>\\n<li>General: Added WP auto-update feature compatibility<\\/li>\\n<li>General: Fixed PHP warning on &quot;Update Core&quot; screen when an update is available<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Button - Added JS ajax data filter <code>acfe\\/fields\\/button\\/data<\\/code> and added all form fields in the post dataset<\\/li>\\n<li>Field: Code Editor - Added &quot;Json&quot; Mode<\\/li>\\n<li>Field: Code Editor - Added &quot;Return HTML Entities&quot; setting to render entities instead of HTML<\\/li>\\n<li>Field: Code Editor - Fixed duplicated textarea when the field was duplicated within a Repeater or a Flexible Content<\\/li>\\n<li>Field: Columns - Fixed CSS when columns when used in Tabs<\\/li>\\n<li>Field: Dynamic Message - Renamed field to &quot;Dynamic Render&quot;<\\/li>\\n<li>Field: File - Added <code>acfe\\/upload_dir<\\/code> and <code>acfe\\/upload_file<\\/code> hooks (+ variations) to allow developers easily change upload folder and file name during an upload<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Toggle Layout&quot; feature which rendered duplicated layouts on the front-end when a layout was toggled off<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Layouts State: Always Opened&quot; not being correctly applied to previously closed layout<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Modal Edit Title&quot; not being correctly displayed when not using the &quot;Inline Title Edit&quot; setting<\\/li>\\n<li>Field: Flexible Content - Added links to documentation in settings instructions<\\/li>\\n<li>Field: Image - Fixed &quot;Set as Featured Image&quot; not working correctly in the WP &quot;Post Preview&quot; mode when the post wasn\'t saved<\\/li>\\n<li>Field: Select2 - Enhanced placeholder CSS<\\/li>\\n<li>Field: Taxonomy Terms - Added <code>acfe\\/fields\\/taxonomy_terms\\/result<\\/code> filters to change the Term Name result<\\/li>\\n<li>Field: Taxonomy Terms - Fixed potential warning when using non-existent taxonomies as setting (after an import for example)<\\/li>\\n<li>Field: Taxonomy Terms - Fixed potential notice when trying to update the field incorrectly with a Term Name instead of the ID<\\/li>\\n<li>Field: WYSIWYG Editor - Fixed dropdown placement when user scroll inside an ACFE modal<\\/li>\\n<li>Module: Ajax Author Box - Reworked module code base to enhance compatibility<\\/li>\\n<li>Module: Ajax Author Box - Disabled the module on Block Editor screen<\\/li>\\n<li>Module: Block Types UI - Fixed potential PHP notice when using a Clone field with non-existent cloned fields<\\/li>\\n<li>Module: Developer Mode - Added meta overview on &quot;Post Type List&quot; and &quot;Taxonomy List&quot; locations<\\/li>\\n<li>Module: Enhanced UI - Fixed Rankmath metabox compatibility on Terms Edit screen<\\/li>\\n<li>Module: Enhanced UI - Enhanced various metaboxes CSS<\\/li>\\n<li>Module: Forms - Enhanced <code>[acfe_form]<\\/code> shortcode to allow users to override any form setting<\\/li>\\n<li>Module: Forms - Added <code>[acfe_form]<\\/code> shortcode placeholder in the WP Editor<\\/li>\\n<li>Module: Forms - Added links to documentation and removed code examples from the UI<\\/li>\\n<li>Module: Forms - Fixed &quot;Log User&quot; Action not displaying error messages when the user\\/pass were incorrect<\\/li>\\n<li>Module: Forms - Enhanced general pre-save logic to avoid side effects<\\/li>\\n<li>Module: Forms - Enhanced old usage of <code>{query_var}<\\/code> Template Tag detection when trying to retrieve an action output<\\/li>\\n<li>Module: Forms - Added &quot;#Generated ID&quot; value for the &quot;Post Title&quot; of the &quot;Post Action&quot;<\\/li>\\n<li>Module: Forms - Enhanced <code>acfe_add_validation_error()<\\/code> to use form fields in priority when using a field name selector<\\/li>\\n<li>Module: Forms - Added Repeater format value when using <code>{field}<\\/code> &amp; <code>{fields}<\\/code> Template Tags<\\/li>\\n<li>Module: Options UI - Reworked code base<\\/li>\\n<li>Module: Single Meta - Enhanced meta compilation logic for even better performance<\\/li>\\n<li>Module: Single Meta - Enhanced revision meta compilation<\\/li>\\n<li>Module: Single Meta - Enhanced &quot;Clean orphan Meta&quot; logic<\\/li>\\n<li>Module: Single Meta - Enhanced &quot;Clean orphan Meta&quot; metabox. Now only available when the &quot;Developer Mode&quot; module is enabled<\\/li>\\n<li>Module: Single Meta - Meta conversion to &quot;Single Meta&quot; no more delete native ACF meta in the process. Users have to click on &quot;Clean Orphan Meta&quot; action manually<\\/li>\\n<li>Module: Single Meta - Added &quot;User Object&quot; type compatibility<\\/li>\\n<li>Module: Single Meta - Added <code>acfe\\/modules\\/single_meta\\/users<\\/code> hook to filter specific user roles<\\/li>\\n<li>Fields: Bidirectional Setting - Field Groups Json\\/PHP files are now automatically synced when a new bidirectional is setup<\\/li>\\n<li>Locations: Taxonomy List - Fixed &quot;Side&quot; Field Group position<\\/li>\\n<li>General: ACFE Modal - Enhanced &quot;Field Label&quot; in the &quot;Modal Title&quot; to avoid using third party dev code<\\/li>\\n<li>General: ACFE Modal - Added an easy way for developers to trigger a custom ACFE Modal<\\/li>\\n<li>General: Added plugin localization compatibility with pot\\/mo files<\\/li>\\n<li>General: Added french translation<\\/li>\\n<li>General: Updated Readme and Tested Up To version<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.4 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.4:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added &quot;Layouts Locations Rules&quot; setting<\\/li>\\n<li>Field: Flexible Content Grid System - Fixed undefined index in <code>get_flexible_grid()<\\/code> when using &quot;Container Size&quot; setting<\\/li>\\n<li>Field: Flexible Content Grid System - Added <code>has_flexible_grid()<\\/code> helper<\\/li>\\n<li>Field: Flexible Content Grid System - <code>has_flexible_grid()<\\/code>, <code>get_flexible_grid()<\\/code> &amp; <code>get_flexible_grid_class()<\\/code> now accept a post id as 2nd parameter<\\/li>\\n<li>Field: Checkbox\\/Radio - Added Dynamic Render Choice hooks<\\/li>\\n<li>Field: Added Phone Number field<\\/li>\\n<li>Field: Added Countries Selector field<\\/li>\\n<li>Field: Added Languages Selector field<\\/li>\\n<li>Field: Added Currencies Selector field<\\/li>\\n<li>Field: Added Post Formats Selector field<\\/li>\\n<li>Field: Color Picker - Added selected palette border color compatibility for gradients<\\/li>\\n<li>Field: Columns - Added &quot;Fill&quot; size and swapped the setting with &quot;Auto&quot; size. The &quot;Auto&quot; size will now fit the field size<\\/li>\\n<li>Field: Select - Added &quot;Prepend&quot; &amp; &quot;Append&quot; settings<\\/li>\\n<li>Field: Image Selector - Choices are now compatible with <code>value : image<\\/code> logic, allowing developers to save a custom value instead of Image ID\\/URL<\\/li>\\n<li>Field: Image Selector - Removed gallery setting selector due to unnecessary complexity. Choices are now all merged into one single setting<\\/li>\\n<li>Field: Relationship - Enhanced Gutenberg post update detection for the Inline Add\\/Edit Post settings<\\/li>\\n<li>Field: Color Picker - Fixed RGBA library not being correctly initialized in the Gutenberg Editor<\\/li>\\n<li>Field: Date Range Picker - Fixed the JS not being correctly initialized in the Gutenberg Editor<\\/li>\\n<li>Field: Date Range Picker - Enhanced CSS Style of invalid dates to match the ACF Date Picker style<\\/li>\\n<li>Field: WYSIWYG - Fixed potential PHP warning when using an un-existent toolbar<\\/li>\\n<li>Module: Force Sync - Fixed json file timestamp update during the sync<\\/li>\\n<li>Field Settings: Required message - It is now recommended to use <code>{label}<\\/code> to display the field label instead of the previous <code>%s<\\/code>, for consistency (<code>%s<\\/code> will still work)<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.4:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Fixed typo in the field settings<\\/li>\\n<li>Field: Columns - Fixed Field Group Seamless Style columns render<\\/li>\\n<li>Field: Enhanced UI - Fixed &quot;Add New Term&quot; button on Taxonomy List when using Tabs<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Inline Title Edit&quot; setting generating a duplicated layout title when using &quot;Modal Edit&quot; setting<\\/li>\\n<li>Field: Flexible Content - Enhanced &quot;Disable Legacy Ajax Title&quot; &amp; &quot;Async Layouts&quot; settings UI<\\/li>\\n<li>Field: Flexible Content - Added missing &quot;Hide Collapse&quot; action setting<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Locked&quot; layout handle cursor CSS<\\/li>\\n<li>Field: Forms - Added missing &quot;Search placeholder&quot; setting when using &quot;Select&quot; Field Type<\\/li>\\n<li>Field: ReCaptcha - Value are now updated silently to avoid triggering the <code>acf_changed<\\/code> popup logic<\\/li>\\n<li>Field: Select2 - Enhanced various CSS Style<\\/li>\\n<li>Field: Taxonomy Terms - Added missing &quot;Search placeholder&quot; setting when using &quot;Select&quot; Field Type<\\/li>\\n<li>Field: Text - Fixed input wrap overflow CSS (while waiting for ACF to fix it)<\\/li>\\n<li>Fields: Fixed &quot;Placeholder&quot; &amp; &quot;Search placeholder&quot; conditional logic when using &quot;Select&quot; field type<\\/li>\\n<li>Module: Forms - Removed reCaptcha field type from <code>{fields}<\\/code> Template Tag render<\\/li>\\n<li>Module: Forms - Enhanced field mapping hook with the form context<\\/li>\\n<li>Module: Options Pages - Fixed PHP notice when using a Sub Options Page with the latest ACF Pro 5.9.6 update<\\/li>\\n<li>Module: Settings UI - Fixed &quot;Modification in code&quot; not being correctly rendered<\\/li>\\n<li>Field Groups: Hide On Screen - Fixed Classic Content Editor appearing when should be hidden, while using a second Field Group Hide on Screen and selecting a category<\\/li>\\n<li>Compatibility: GraphQL: Fixed typo in Taxonomy Terms field registration<\\/li>\\n<li>Compatibility: GraphQL: Added basic field values resolvers (while waiting for official third party implementation documentation)<\\/li>\\n<li>General: Added <code>acfe_is_gutenberg()<\\/code> helper<\\/li>\\n<li>General: Enhanced Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.3 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Added &quot;Image Selector&quot; field<\\/li>\\n<li>Field: Added &quot;Image Sizes Selector&quot; field<\\/li>\\n<li>Field: Column - Added &quot;Column Auto&quot; size setting<\\/li>\\n<li>Field: Column - Added &quot;Column Border&quot; &amp; &quot;Fields Border&quot; settings<\\/li>\\n<li>Field: Color Picker - Fixed CSS Position of the Color Picker in palette mode<\\/li>\\n<li>Module: Global Conditional Logic - Fixed multiple Conditional Groups not being correctly detected<\\/li>\\n<li>Module: Templates - Enhanced Templates Values detection<\\/li>\\n<li>Module: Templates - Added <code>acf\\/init<\\/code> hook in the PHP Export code<\\/li>\\n<li>Module: Templates - Added Template Detection on Term &amp; Post Edit screens<\\/li>\\n<li>Module: Templates - Fixed potential PHP notice in the Template UI sidebar when using a custom location<\\/li>\\n<li>Fields: Added missing ACF Conditional Logic rules on Pro Fields (Block Types, Color Picker, Field Groups etc...)<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Column - Upgraded CSS to use Flexbox<\\/li>\\n<li>Module: Forms - Fixed Honeypot Field not being correctly rendered<\\/li>\\n<li>Module: Forms - Fixed potential slashes on the Success Page when using Single Meta Save<\\/li>\\n<li>Module: Forms - Fixed potential slashes in e-mail content &amp; fields<\\/li>\\n<li>Module: Forms - Added context &amp; variations to the <code>acfe\\/form\\/render<\\/code> hooks<\\/li>\\n<li>Module: Multilang - Enhanced WPML String Translation Registration for all modules<\\/li>\\n<li>Module: Dev Mode - The module now check the <code>acf_current_user_can_admin()<\\/code> function<\\/li>\\n<li>Module: Dev Mode - Tweaked CSS margin of the Bulk Action select<\\/li>\\n<li>Module: Single Meta Save - Disabled &quot;Save as individual meta&quot; on Column, Google reCaptcha &amp; Dynamic Message fields<\\/li>\\n<li>Module: Single Meta Save - Fixed WP Revisions Comparison compatibility<\\/li>\\n<li>Module: Single Meta Save - Fixed slashes in WP Revisions<\\/li>\\n<li>Modules: Fixed Draft Post Status when an item is reverted from Trash<\\/li>\\n<li>General: Local Meta - Enhanced preload Post ID logic<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.2 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Added Advanced &quot;Color Picker&quot; field settings with RGBA support, Palette display style, Custom predefined colors &amp; Allow null<\\/li>\\n<li>Field: Added &quot;Date Range Picker&quot; field with Custom ranges, No weekends, Min\\/max date &amp; Min\\/max days support<\\/li>\\n<li>Field: Flexible Content Grid System - Fixed sub Flexible Content Grid CSS bug<\\/li>\\n<li>Field: Flexible Content Grid System - Tweaked <code>get_flexible_grid_class()<\\/code> prefix<\\/li>\\n<li>Field: Fields Selector - Added &quot;Field Name&quot; return value setting<\\/li>\\n<li>Field: Post Field - Fixed Permalink &quot;Save&quot; &amp; &quot;Cancel&quot; missing text when editing a permalink<\\/li>\\n<li>Module: Added &quot;Force Sync&quot; module allowing to automatically sync Json Files to DB with the newest version<\\/li>\\n<li>Module: Dynamic Template - Improved instruction<\\/li>\\n<li>Module: Global Conditional Logic - Fixed compatibility with Terms &amp; Users screen when Enhanced UI is disabled<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Clone - Fixed internal ACFE module field groups which where selectable in clone<\\/li>\\n<li>Field: Google reCaptcha - Renamed the field to Google reCaptcha<\\/li>\\n<li>Field: Post Object - Fixed duplicated post creation when using &quot;Custom Value&quot; setting<\\/li>\\n<li>Module: Forms - Fixed Clone Render when using &quot;Override Form Render&quot; settings<\\/li>\\n<li>Module: Forms - Fixed &quot;Redirect Action&quot; named hook not working with a custom action name<\\/li>\\n<li>Module: Forms - Added render actions hooks<\\/li>\\n<li>Module: Forms - Fixed <code>acfe_import_form()<\\/code> function<\\/li>\\n<li>Module: Block Types - Changed the &quot;Mode&quot; setting default value to &quot;Preview&quot;, as in the documentation<\\/li>\\n<li>Module: Multilang - Options Post ID <code>options<\\/code> can now be excluded from the module translation<\\/li>\\n<li>Module: Multilang - Added <code>acfe\\/modules\\/multilang\\/exclude_options<\\/code> filter to exclude specific Options Post ID from module translation<\\/li>\\n<li>Module: Multilang - Added <code>acfe\\/modules\\/multilang\\/include_options<\\/code> filter to include specific Options Post ID from module translation<\\/li>\\n<li>Module: Multilang - Deprecated the <code>acfe\\/modules\\/multilang\\/options<\\/code> filter<\\/li>\\n<li>Module: Multilang - WPML string translations now use <code>wpml_translate_single_string<\\/code> instead of <code>__()<\\/code><\\/li>\\n<li>Module: Settings UI - Fixed potential duplicated table <code>thead<\\/code> columns<\\/li>\\n<li>Module: Enhanced UI - Fixed possible metaboxes screen name collision with taxonomy name<\\/li>\\n<li>General: ACFE Modal - Fixed <code>show_field<\\/code> on modal open<\\/li>\\n<li>General: ACFE Modal - Fixed possible duplicate field instructions in repeaters<\\/li>\\n<li>General: The <code>acfe_get_post_id()<\\/code> helper now correctly retrieve the Post ID in ACF Block Types<\\/li>\\n<li>General: Fixed <code>get_fields()<\\/code> calls in <code>acfe\\/save<\\/code> hooks when a bidirectional value is set<\\/li>\\n<li>General: Enhanced Local Meta logic<\\/li>\\n<li>General: Enhanced <code>acfe\\/save<\\/code> &amp; <code>acfe\\/validate_save<\\/code> hooks logic<\\/li>\\n<li>General: Code format cleanup<\\/li>\\n<li>Compatibility: Added ACFE Field Types to WP GraphQL ACF plugin<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.1:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Added &quot;Screen Layouts&quot; module allowing to customize Post Edit Screen up to 3 columns<\\/li>\\n<li>Field: Flexible Content - Added &quot;Container Size&quot; setting in the <code>get_flexible_grid()<\\/code> helper<\\/li>\\n<li>Field: &quot;Menus&quot; &amp; &quot;Menu Locations&quot; - Added compatibility with min\\/max items settings<\\/li>\\n<li>Field: Added &quot;ACFE Template&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Block Types&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Field Groups&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Field Types&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Fields&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Options Pages&quot; Selector field<\\/li>\\n<li>Field: Post Field - Fixed field type category translation<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: reCaptcha - Fixed missing field Site key &amp; Secret Key on field render<\\/li>\\n<li>Fields: Fields types are now sorted in ASC order in the Field Group UI<\\/li>\\n<li>Fields: Added &quot;ACF&quot; &amp; &quot;WordPress&quot; Field Types Categories in the Field Group UI to de-clutter the &quot;Relational&quot; category<\\/li>\\n<li>Module: Forms - Fixed empty <code>get_field()<\\/code> used inside an action when a previous action saved additional meta<\\/li>\\n<li>Module: Forms - Fixed Form Name not being correctly updated when changed<\\/li>\\n<li>Locations: Post Type Archive - Added <code>acfe\\/post_type_archive_capability<\\/code> filter to change Archive Page admin menu capability<\\/li>\\n<li>Locations: Post Type Archive - Admin menu item on front-end now correctly check the user permissions<\\/li>\\n<li>Field Groups: Permissions - Fixed undefined index notice when using the permission setting<\\/li>\\n<li>General: Fixed &quot;ACF Title&quot; metabox position to become usable with drag&amp;drop function when empty (while waiting for ACF to fix it)<\\/li>\\n<\\/ul>\\n<h4> 0.8.8 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added Grid System setting, <code>get_flexible_grid()<\\/code> &amp; <code>get_flexible_grid_class()<\\/code> helpers<\\/li>\\n<li>Field: Added Menus Selector<\\/li>\\n<li>Field: Added Menu Locations Selector<\\/li>\\n<li>Field: File - Added &quot;Button Label&quot; setting to customize the &quot;Add File&quot; text<\\/li>\\n<li>Field: File Multiupload - The field now always return an array when multiupload is enabled<\\/li>\\n<li>Field: File Multiupload - Fixed missing ID format value<\\/li>\\n<li>Field: Post Field - Added &quot;Taxonomies&quot; field type allowing to move Taxonomies metaboxes<\\/li>\\n<li>Field: Post Field - Fixed &quot;Content&quot; field type width when used inside a modal<\\/li>\\n<li>Field: Relationship\\/Post Object - Fixed Inline Post Creation\\/Edit which wasn\'t working correctly with Gutenberg<\\/li>\\n<li>Field: Relationship\\/Post Object - Fixed Inline Post Creation\\/Edit which wasn\'t working correctly with Attachment post type<\\/li>\\n<li>Field: WYSIWYG - Fixed source code textarea border flickering during modal initialization<\\/li>\\n<li>Field Groups: Added Menu Item Depth Location<\\/li>\\n<li>Field Groups: Added Menu Item Type Location<\\/li>\\n<li>Module: Settings - Enhanced UI, description, tabs. Settings now display default and registered values difference<\\/li>\\n<li>Module: Settings - Added Enable\\/Disable features allowing to switch modules directly from the UI<\\/li>\\n<li>Module: Settings - Added Export (PHP &amp; Json) \\/ Import tools<\\/li>\\n<li>Module: Developer Mode - Added Post \\/ Term \\/ User \\/ Options Page Object Data overview<\\/li>\\n<li>Module: Dynamic Block Types - Added &quot;Active&quot; setting allowing to enable\\/disable one specific block type<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Active&quot; setting allowing to enable\\/disable one specific form<\\/li>\\n<li>Module: Dynamic Options Pages - Added &quot;Active&quot; setting allowing to enable\\/disable one specific options page<\\/li>\\n<li>Module: Dynamic Post Types - Added &quot;Active&quot; setting allowing to enable\\/disable one specific post type<\\/li>\\n<li>Module: Dynamic Taxonomies - Added &quot;Active&quot; setting allowing to enable\\/disable one specific taxonomy<\\/li>\\n<li>Module: Dynamic Templates - Added &quot;Active&quot; setting allowing to enable\\/disable one specific template<\\/li>\\n<li>Module: Dynamic Templates - Fixed required fields which weren\'t always disabled in the template view<\\/li>\\n<li>Module: Dynamic Templates - Fixed a bug with Flexible Content Preview when preloading values<\\/li>\\n<li>Module: Dynamic Templates - Removed Field Group Hide on Screen effects in the Template UI<\\/li>\\n<li>Module: Dynamic Templates - Added Export (PHP &amp; Json) \\/ Import tools<\\/li>\\n<li>Module: Dynamic Templates - Added <code>acfe_add_local_template()<\\/code> function to locally register template values<\\/li>\\n<li>Module: Dynamic Forms - Option Action - Fixed code example labels<\\/li>\\n<li>Module: Global Field Condition - Fixed duplicated operators<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added Modal Select size setting<\\/li>\\n<li>Field: Flexible Content - Added Modal Edit size setting<\\/li>\\n<li>Field: Flexible Content - Added Modal Edit size setting for each layouts<\\/li>\\n<li>Field: Flexible Content - Reworked code base &amp; Enhanced Field Settings UI<\\/li>\\n<li>Field: Flexible Content - Fixed placeholder height when the layout is toggled and the preview is reloaded<\\/li>\\n<li>Field: Flexible Content - Added modal Select\\/Edit CSS classes with field name, key &amp; layout name for developers<\\/li>\\n<li>Field: Advanced Link - Fixed error if the field was using a Term which has been deleted<\\/li>\\n<li>Field: Button - Added name field attribute to be able to retrieve the button click during <code>acf\\/save_post<\\/code><\\/li>\\n<li>Field: Checkbox\\/Radio - Fixed <code>## Title<\\/code> Group Options not working on the front-end<\\/li>\\n<li>Field: Code Editor - Fixed CSS <code>break-work<\\/code> property when used in repeater<\\/li>\\n<li>Field: Columns - Re-introduced the field in Terms\\/Users views when Enhanced UI module is enabled<\\/li>\\n<li>Field: Conditional Logic - Fixed &quot;contains&quot; operator which would not work properly on Forms\\/Post Statuses\\/Post Types\\/Taxonomies\\/Taxonomy Terms\\/User Roles fields when using Checkbox\\/Radio field type<\\/li>\\n<li>Field: Dynamic Message - Added <code>render<\\/code> field setting to be used as a callback to write content in PHP<\\/li>\\n<li>Field: Forms\\/Post Statuses\\/Post Types\\/Taxonomies\\/Taxonomy Terms\\/User Roles - Fixed Multiple Lines &quot;Default Value&quot; setting now working correctly<\\/li>\\n<li>Field: Group\\/Clone - Fixed modal edit which included the instruction in the modal title when using the Modal Edit setting<\\/li>\\n<li>Field: Image\\/File - Added file upload validation when using Basic Upload (temporary fix while waiting for ACF to fix officially)<\\/li>\\n<li>Field: Image\\/File - Added &quot;Default&quot; option in the &quot;Uploader Type&quot; setting to fallback to the native behavior<\\/li>\\n<li>Field: Image - Fixed &quot;use as Featured Image&quot; which was wrongly saved during page preview<\\/li>\\n<li>Field: Select2 - Added dropdown CSS classes with field name &amp; key for developers<\\/li>\\n<li>Module: Enhanced UI - Fixed WPMU missing &quot;Add User&quot; button in &quot;Add User&quot; view<\\/li>\\n<li>Module: Enhanced UI - Fixed Woocommerce Product Category CSS when using Enhanced UI<\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_block_types<\\/code> setting to <code>acfe\\/modules\\/block_types<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_forms<\\/code> setting to <code>acfe\\/modules\\/forms<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_options_pages<\\/code> setting to <code>acfe\\/modules\\/options_pages<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_post_types<\\/code> setting to <code>acfe\\/modules\\/post_types<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_taxonomies<\\/code> setting to <code>acfe\\/modules\\/taxonomies<\\/code><\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Enhanced code base &amp; UI<\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Added Export Json \\/ PHP in the row action<\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Added Export Json \\/ PHP bulk actions<\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Fixed possible desync when switching to draft post status<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies - Added &quot;View&quot; in the row action<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/WP Options\\/Dev Mode now correctly use the ACF <code>show_admin<\\/code> setting<\\/li>\\n<li>Module: Dynamic Forms - Fixed Clone Fields filter when using Custom HTML Render<\\/li>\\n<li>Module: Dynamic Forms - Deprecated <code>{current:post|term|user|author}<\\/code> Template Tags for a more simple version <code>{post|term|user|author}<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added compatibility with Flexible Content Preview Mode &amp; Gutenberg\\/ACF Block Type Preview mode<\\/li>\\n<li>Module: Dynamic Forms - Added a 2nd parameter to <code>acfe_form_get_action()<\\/code> to directly retrieve the key value<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>acfe_add_validation_error()<\\/code> which wasn\'t working correctly with field names in the Action Validation Hooks<\\/li>\\n<li>Module: Dynamic Forms - User Login Action - Added <code>acfe\\/form\\/validation\\/user\\/login_errors<\\/code> filter to change the default error messages<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>acfe_import_dynamic_form()<\\/code> function to programmatically import a form<\\/li>\\n<li>Module: Settings - Enhanced UI and updated the module list<\\/li>\\n<li>General: Helpers - Deprecated <code>acfe_form_is_front()<\\/code> &amp; <code>acfe_form_is_admin()<\\/code> in favor of <code>acfe_is_front()<\\/code> &amp; <code>acfe_is_admin()<\\/code><\\/li>\\n<li>General: Helpers - Added <code>acfe_get_post_id()<\\/code> function as a universal solution to always retrieve the correct ACF Post ID in front-end and back-end<\\/li>\\n<li>General: Hooks - Added <code>acfe\\/save_post<\\/code> hook and variations on page submission. Compatible with <code>get_field()<\\/code>, <code>have_rows()<\\/code> etc...<\\/li>\\n<li>General: Hooks - Added <code>acfe\\/validate_save_post<\\/code> hook and variations to validate the whole page. Compatible with <code>get_field()<\\/code>, <code>have_rows()<\\/code> etc...<\\/li>\\n<li>General: Hooks - Deprecated <code>acfe\\/load_field_front<\\/code>. <code>acfe\\/load_field<\\/code> should be used with <code>acfe_is_front()<\\/code> instead<\\/li>\\n<li>General: Hooks - Deprecated <code>acfe\\/load_field_admin<\\/code>. <code>acfe\\/load_field<\\/code> should be used with <code>acfe_is_admin()<\\/code> instead<\\/li>\\n<li>General: Modal - Fixed CSS <code>z-index<\\/code> overlay when using &quot;Edit in Modal&quot; feature inside a WordPress Widget<\\/li>\\n<li>General: Updated <code>acfe<\\/code> option data structure<\\/li>\\n<li>General: Compatibility - Fixed Elementor which list all private ACF Extended Field Groups in the &quot;Dynamic ACF tags&quot; dropdown<\\/li>\\n<li>General: Compatibility - Fixed Error in Field Groups UI when trying to use ACF Extended with ACF Free<\\/li>\\n<li>General: Compatibility - Fixed Gutenberg &quot;seamless&quot; class on &quot;Seamless&quot; Field Group style to match WP\\/ACF style<\\/li>\\n<li>General: Compatibility - Fixed PHP 8 deprecated notices<\\/li>\\n<li>General: Compatibility - Fixed YOAST Rewrite &amp; Republish feature when using the Authorbox UI<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.6 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.7.6:<\\/strong><\\/p>\\n<ul>\\n<li>Field Groups: WP Settings Locations - Added new &quot;General Settings&quot;, &quot;Writing&quot;, &quot;Reading&quot;, &quot;Discussion&quot;, &quot;Media&quot; &amp; &quot;Permalinks&quot; locations<\\/li>\\n<li>Module: Global Field Condition - Fixed compatibility with required fields<\\/li>\\n<li>Module: Dynamic Templates - Added Polylang\\/WPML compatibility<\\/li>\\n<li>Module: Dynamic Templates - Improved code logic &amp; compatibility with Clone fields<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Options Page Action&quot;. Allowing to Save &amp; Load meta to ACF Options Page<\\/li>\\n<li>Module: Dynamic Forms - Fixed &quot;Email Action&quot; to correctly use Multiple Upload files<\\/li>\\n<li>Module: Dynamic Forms - Fixed Multiple Upload files on front-end for not logged users<\\/li>\\n<li>Module: Dynamic Forms - Fixed Multiple Upload &amp; Dropzone in Basic mode on Firefox<\\/li>\\n<li>Field: Relationship\\/Post Object - Fixed Inline Post Creation when only one post type was allowed in the field setting<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.7.6:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Enhanced UI - Improved logic, compatibility and style. ACF Field Groups can now use any position and any style in Users &amp; Terms views<\\/li>\\n<li>Module: Enhanced UI - Fixed Terms WPML widget compatibility<\\/li>\\n<li>Module: Dynamic Post Types - &quot;Archive Page&quot; submenu is now correctly translated<\\/li>\\n<li>Module: Dynamic Forms - Fixed values loaded from Clones Fields in Seamless display<\\/li>\\n<li>Module: Dynamic Forms - Enhanced Image\\/File format value when using the <code>{field:my_file}<\\/code> Template Tag<\\/li>\\n<li>Module: Multilang - Added &quot;Current Language&quot; text widget in Options Page submit box<\\/li>\\n<li>Module: Multilang - Polylang - Added fallback to &quot;Default Language&quot; in Options Page values if a translated option was never saved before<\\/li>\\n<li>Module: Multilang - Polylang - Fixed &quot;Dynamic Forms&quot; &amp; &quot;Dynamic Template&quot; post types detection<\\/li>\\n<li>Module: PHP AutoSync - Fixed Local Field Group detection when using a custom submenu on the ACF Field Group menu<\\/li>\\n<li>Core: Added default <code>acf.data.acfe<\\/code> in core JS<\\/li>\\n<li>Core: Fixed ACF Pro 5.8 JS compatibility<\\/li>\\n<li>Core: Fixed Google Map suggestions z-index CSS in modals<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.5 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.7.5:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Added Enhanced Field Group UI module.<\\/li>\\n<li>Module: Added Classic Editor module. Disabled by default, can be enabled using <code>acf_update_setting(\'acfe\\/modules\\/classic_editor\', true)<\\/code><\\/li>\\n<li>Fields: Added &quot;Instruction Placement&quot; override setting. This will allow to set specific instruction placement for any field. The Advanced Field Group Setting must be enabled<\\/li>\\n<li>Fields: Added &quot;Instructions Read More&quot; setting allowing to add collapsed instructions. You may use the <code>---<\\/code> or <code>---Learn more---<\\/code> template tags to split the instruction<\\/li>\\n<li>Fields: Added Quick Visibility Settings widget allowing hide the field, label, instructions or required settings based on the screen: Everywhere, administration or front-end. The Advanced Field Group Setting must be enabled<\\/li>\\n<li>Fields: Added inline hooks callbacks for the <code>acf_add_local_field_group()<\\/code> function. Allowing to hook in <code>load_field<\\/code>, <code>prepare_field<\\/code>, <code>render_field<\\/code>, <code>load_value<\\/code>, <code>update_value<\\/code>, <code>format_value<\\/code>, <code>validate_value<\\/code>, <code>delete_value<\\/code><\\/li>\\n<li>Module: Global Fields Condition can now be used as a specific field conditional logic<\\/li>\\n<li>Field Groups: Added new &quot;Hide on Screen&quot; settings: &quot;Hide Title&quot;, &quot;Hide save draft&quot;, &quot;Hide preview&quot;, &quot;Hide post status&quot;, &quot;Hide visibility&quot;, \'Hide publish date&quot;, &quot;Hide move to trash&quot;, &quot;Hide publish&quot;, &quot;Hide minor publishing actions&quot;, &quot;Hide misc publishing actions&quot; &amp; &quot;Hide major publishing actions&quot;<\\/li>\\n<li>Field: File - Added &quot;Allow Multiple Upload&quot;, &quot;Preview Style&quot;, &quot;File Count&quot;, &quot;Min\\/max allowed files&quot;, &quot;Custom Upload Folder&quot;, &quot;Stylised Button&quot; (for Browser uploader) and built-in dropzone (for Browser uploader)<\\/li>\\n<li>Field: WYSIWYG - Added &quot;Disable Native WP Style&quot;, &quot;Custom Stylesheet Enqueue&quot;, &quot;AutoResize&quot;, &quot;Max Height&quot;, &quot;Codemirror as Source Editor via the <code>source_code<\\/code> button&quot; &amp; &quot;Valid Elements&quot; settings<\\/li>\\n<li>Field: WYSIWYG - Added a new &quot;Basic Enhanced&quot; Toolbar which automatically includes the new <code>source_code<\\/code> (Code Mirror source editor) and <code>wp_add_media<\\/code> buttons<\\/li>\\n<li>Field: WYSIWYG - Fixed the &quot;Path&quot; render when using the &quot;Transparent Background&quot; setting<\\/li>\\n<li>Field: Post Field - Added &quot;Instructions&quot; setting<\\/li>\\n<li>Field: Tab - Added &quot;No Preference Save&quot; setting to not save latest opened tab when refreshing the page<\\/li>\\n<li>Field: Datepicker: Added &quot;Placeholder&quot;, &quot;Min\\/max Date&quot; &amp; &quot;No Weekends&quot; settings<\\/li>\\n<li>Field: Datetime picker: Added &quot;Placeholder&quot;, &quot;Min\\/max Date&quot;, &quot;Min\\/max Time&quot;, &quot;Min\\/max H:i:s&quot; &amp; &quot;No Weekends&quot; settings<\\/li>\\n<li>Field: Time picker: Added &quot;Placeholder&quot;, &quot;Min\\/max Time&quot; &amp; &quot;Min\\/max H:i:s&quot; settings<\\/li>\\n<li>Core: Added the <code>ACFE_PRO_KEY<\\/code> constant allowing to set the licence key in PHP<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.7.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field Groups: Instruction Placement - Added &quot;Above Fields&quot; setting<\\/li>\\n<li>Field Groups: Instruction Placement - &quot;Tooltip&quot; instructions can now be clicked on mobile device<\\/li>\\n<li>Field Groups: Hide on screen - All field groups &quot;Hide on screen&quot; settings are now merged, instead of using only the first field group setting<\\/li>\\n<li>Field Groups: Advanced Settings - Enhanced code logic<\\/li>\\n<li>Field Groups: Permissions setting is now displayed when the Advanced Field Group setting is enabled<\\/li>\\n<li>Field: Select - Removed the <code>- -<\\/code> characters in the placeholder<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Load Terms&quot; setting when using the radio field type<\\/li>\\n<li>Field: Flexible Content - Fixed &amp; enhanced the &quot;Minimum&quot; setting badge duplication when using the &quot;Modal Select&quot; setting<\\/li>\\n<li>Field: Flexible Content - Fixed <code>$is_preview<\\/code> hard reset in the <code>get_flexible()<\\/code> function. This will allow to use <code>get_flexible()<\\/code> inside an another <code>get_flexible()<\\/code> and correctly get the <code>$is_preview<\\/code> variable<\\/li>\\n<li>Field: Flexible Content - Fixed a potential PHP notice when adding a new Flexible Content<\\/li>\\n<li>Field: Hidden Input - Value can now be used as conditional setting<\\/li>\\n<li>Field: Datetime Picker - Value can now be used as conditional setting<\\/li>\\n<li>Field: Time Picker - Value can now be used as conditional setting<\\/li>\\n<li>Field: File - Renamed the <code>acfe_uploader<\\/code> setting back to the native <code>uploader<\\/code> name<\\/li>\\n<li>Field: Image - Renamed the <code>acfe_uploader<\\/code> setting back to the native <code>uploader<\\/code> name<\\/li>\\n<li>Fields: Permissions settings are now displayed when the Advanced Field Group setting is enabled<\\/li>\\n<li>Fields: Enhanced Advanced Settings &amp; Advanced Validation UI<\\/li>\\n<li>Module: Dev Mode - Fixed deprecated <code>acf_get_term_post_id()<\\/code> usage<\\/li>\\n<li>Module: Enhanced UI - Enhanced the responsive CSS<\\/li>\\n<li>Module: Enhanced UI - Fixed WPMU styles<\\/li>\\n<li>Module: Enhanced UI - Enhanced User Profiles compatibility with Woocommerce plugin<\\/li>\\n<li>Module: Enhanced UI - Enhanced Terms Views compatibility with Woocommerce, Yoast, WPML &amp; User Role Editor plugins<\\/li>\\n<li>Module: Dynamic Forms - Added the new &quot;Redirect Action&quot;<\\/li>\\n<li>Module: Dynamic Forms - Added the new <code>acfe_form_get_action(\'post\')<\\/code> function to retrieve the previous Action output within an Action<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the &quot;Redirection&quot; setting. The new &quot;Redirect Action&quot; should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>{query_var:my-post}<\\/code> Template Tag to retrieve previous Action output. The new <code>{action:post}<\\/code> Template Tag should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>{current:form:key}<\\/code> Template Tag. The new <code>{form:key}<\\/code> Template Tag should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/email<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/email<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/post<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/post<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/term<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/term<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/user<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/user<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe_form_is_submitted()<\\/code> function. The new <code>acfe_is_form_success()<\\/code> function should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Enhanced Actions &quot;Code Examples&quot;<\\/li>\\n<li>Module: Dynamic Forms - Updated &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Multiple clicks on the submit button are now prevented (Also apply to the native ACF Forms)<\\/li>\\n<li>Module: Dynamic Forms - Applying Date, Date time &amp; time pickers fields input class settings<\\/li>\\n<li>Module: Dynamic Forms - Removed a potential &quot;Draft Post&quot; if the &quot;Post Action&quot; was cancelled during the <code>acfe\\/form\\/submit\\/post_args<\\/code> hook<\\/li>\\n<li>Module: Dynamic Block Types - Added &quot;Anchor&quot; supports setting<\\/li>\\n<li>Module: Dynamic Post Types - &quot;Menu position&quot; setting now correctly use <code>null<\\/code> as default value (as in the <code>register_post_type()<\\/code> documentation)<\\/li>\\n<li>Module: Single Meta Save - Fixed slashed values after saving a menu in the WP Nav Menu Items screen<\\/li>\\n<li>Module: Single Meta Save - Fixed typo in instruction<\\/li>\\n<li>Tools: Fixed the empty message when clicking &quot;Import&quot; without selecting a field group file<\\/li>\\n<li>General: Fixed ACF Updates box CSS<\\/li>\\n<li>General: Updated the donors list<\\/li>\\n<li>General: Enhanced assets build tools, now using Gulp, Postcss, Autoprefixer &amp; Minifier<\\/li>\\n<li>Core: Enhanced JS code base<\\/li>\\n<li>Core: Enhanced Enqueue<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.4 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.7.4:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Added &quot;Dynamic Templates&quot; module allowing to manage advanced field groups default values based on post type, taxonomy, user etc...<\\/li>\\n<li>Field: Google Map - Added &quot;Preview&quot;, &quot;Height&quot;, &quot;Zoom&quot;, &quot;Min\\/Max Zoom&quot;, &quot;Marker Image&quot;, &quot;Map Type&quot;, &quot;Hide UI&quot;, &quot;Hide Zoom&quot;, &quot;Hide Map Type&quot;, &quot;Hide Fullscreen&quot;, &quot;Hide Street view&quot;, &quot;Map Style&quot;, &quot;API Key&quot; settings<\\/li>\\n<li>Field: WYSIWYG - Added &quot;Height&quot;, &quot;Remove path&quot;, &quot;Disable resize&quot;, &quot;Menu bar&quot;, &quot;Transparent editor&quot;, &quot;Merge Toolbars&quot;, &quot;Customize Toolbars&quot; settings<\\/li>\\n<li>Field: Post Object - Added &quot;Inline Post Edit&quot; &amp; &quot;Inline Post Creation&quot; settings<\\/li>\\n<li>Field: Relationship - Added &quot;Inline Post Edit&quot; &amp; &quot;Inline Post Creation&quot; settings<\\/li>\\n<li>Field: Post Field - Added field, allowing to move native WP Post fields: Attributes, Author, Comments, Content, Date, Discussion, Excerpt, Featured Image, Name, Permalink, Preview, Revisions, Revisions list, Status, Title, Trackbacks, Visibility inside a field group<\\/li>\\n<li>Field Groups: Post Locations - Added &quot;Post Author&quot;, &quot;Post Author Role&quot;, &quot;Post Date&quot;, &quot;Post Date Time&quot;, &quot;Post Path&quot;, &quot;Post Screen&quot;, &quot;Post Slug&quot;, &quot;Post Time&quot;, &quot;Post Title&quot; conditional rules<\\/li>\\n<li>Field Groups: Taxonomy Locations - Added &quot;Taxonomy Term&quot;, &quot;Taxonomy Term name&quot;, &quot;Taxonomy Term Parent&quot;, &quot;Taxonomy Term Slug&quot;, &quot;Taxonomy Term Type&quot; conditional rules<\\/li>\\n<li>Field Setting: Added &quot;Global Field Condition&quot; setting allowing to use the field value as a Field Group conditional rule<\\/li>\\n<li>Field Setting: Added &quot;Required Message&quot; setting allowing to customize the field required message<\\/li>\\n<li>Field Setting: Added &quot;Min\\/max&quot; setting allowing to customize the minimum &amp; maximum items for the following fields: Checkbox, Post Object, Select, Taxonomy, Forms, Post Statuses, Post Types, Taxonomies, Taxonomy Terms, User Roles<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Free 0.8.7.4:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Json AutoSync - Fixed an issue where json file would not be updated when the field group was created without ACF Extended (Json Sync checkbox was unchecked)<\\/li>\\n<li>Module: Dynamic Forms - Added the ability to pass an array to the <code>acfe_form()<\\/code> function allowing to override settings<\\/li>\\n<li>Module: Dynamic Forms - Fixed Elementor + YOAST infinite loop when using the <code>[acfe_form]<\\/code> shortcode to create a new post<\\/li>\\n<li>Module: Dynamic Forms - Post\\/Term\\/User Actions load values setting is now disabled by default<\\/li>\\n<li>Module: Dynamic Post Type - Updated Block Editor instructions for the <code>show_in_rest<\\/code> setting<\\/li>\\n<li>Module: Dynamic Taxonomy - Updated Block Editor instructions for the <code>show_in_rest<\\/code> setting<\\/li>\\n<li>Field: Hidden - Fixed the field render when in table element<\\/li>\\n<li>Field: Columns - Enhanced Field Group UI<\\/li>\\n<li>Field: Columns - Hidden in Users \\/ Terms views to avoid display problem (Due to table render)<\\/li>\\n<li>Field: Advanced Link - Fixed ACF CSS that adds a <code>display:none<\\/code> on sub fields buttons<\\/li>\\n<li>Field: Taxonomy Terms - Added hook <code>filter(\'acfe\\/fields\\/taxonomy_terms\\/query\', $args, $field, $post_id)<\\/code> to change the ajax query<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.3 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed &quot;Copy\\/Paste&quot; function which wasn\'t working correctly with WYSIWYG &amp; Code Editor fields since the latest ACF 5.9 update<\\/li>\\n<li>Field: Column - Columns sizes are now based on a grid of 12 (1\\/12, 2\\/12, 3\\/12, 4\\/12 ...)<\\/li>\\n<li>Field: Taxonomy - Added compatibility with &quot;Value equal&quot;, &quot;Value not equal&quot;, &quot;Value pattern&quot; &amp; &quot;Value contains&quot; conditional logic<\\/li>\\n<li>Field: Select - &quot;Placeholder&quot; setting is now only available when &quot;Stylised UI&quot; is enabled with &quot;Allow multiple&quot; or &quot;Allow null&quot;<\\/li>\\n<li>Module: Dynamic Post Type - Fixed &quot;Post Type Archive Location = All&quot; which incorrectly matched Options Pages<\\/li>\\n<li>Module: Dynamic Post Type - &quot;Edit Post Type Archive&quot; Admin bar item is now only displayed when the &quot;Admin Archive Page&quot; setting is enabled<\\/li>\\n<li>Module: Dynamic Post Type\\/Taxonomy - WP Permalinks are now automatically regenerated on each save<\\/li>\\n<li>Module: Dynamic Options Pages - Sub Options Pages are now ordered based on the &quot;Position&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Fixed an issue where visitors could not upload Image\\/File when using the WP modal field setting<\\/li>\\n<li>Module: PHP AutoSync - Updated save logic to match the new ACF 5.9.1 version (See ACF Pro 5.9.1 changelog)<\\/li>\\n<li>Field Groups - Added more width to the &quot;Fields&quot; column<\\/li>\\n<li>General: JS &amp; CSS files are now minified and concatenated. <code>SCRIPT_DEBUG<\\/code> controls the unminified version<\\/li>\\n<li>General: Fixed potential error during plugin activation when ACF Pro wasn\'t activated<\\/li>\\n<li>General: Gutenberg - Enhanced WP Metabox Styles<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.2 <\\/h4>\\n<ul>\\n<li>Module: AutoSync - Reworked codebase, enhanced Field Groups Columns and added more information about files\\/folders detection<\\/li>\\n<li>Module: AutoSync - Added filters to target a specific field group for the PHP &amp; Json save<\\/li>\\n<li>Module: AutoSync - Fixed an issue where &quot;Available Json Sync&quot; wouldn\'t be visible if the field group was using PHP Sync<\\/li>\\n<li>Module: Dynamic Forms - Fixed missing &quot;Log User&quot; icon in the Forms List screen<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current}<\\/code>, <code>{get_field}<\\/code>, <code>{get_option}<\\/code>, <code>{query_var}<\\/code>, <code>{request}<\\/code> mapping in the &quot;Custom Form Render&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Added <code>acfe-form<\\/code> to available post types in Polylang<\\/li>\\n<li>Module: Dynamic Forms - Local Field Groups can now be mapped<\\/li>\\n<li>Field Groups: Added Export PHP &amp; Export Json to bulk actions<\\/li>\\n<li>Field Groups: Description column is now hidden by default<\\/li>\\n<li>Field Groups: Local - Added Export PHP, Export Json &amp; Sync to database to bulk actions<\\/li>\\n<li>Field Groups: Categories - Added <code>acfe\\/modules\\/categories<\\/code> setting to disable the custom taxonomy<\\/li>\\n<li>Field: Post Object - Fixed undefined PHP function when using the &quot;Allow custom value&quot; setting with ACF version below 5.8.10<\\/li>\\n<li>Field: Columns - Fixed &quot;Endpoint&quot; description typo<\\/li>\\n<li>General: Settings - Fixed postbox header CSS<\\/li>\\n<li>General: Compatibility - Fixed Post Type Order plugin which automatically drag&amp;drop on ACF Field Groups UI<\\/li>\\n<li>General: Bumped minimum ACF Pro version to 5.8<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.1 <\\/h4>\\n<ul>\\n<li>General: WordPress 5.5 Compatibility - Fixed the new &quot;Postbox Order Icons&quot; size &amp; only display them on postbox hover<\\/li>\\n<li>General: ACF 5.9 Compatibility - Added missing legacy ACF 2 columns CSS<\\/li>\\n<li>General: ACF 5.9 Compatibility - Fixed Fields Groups UI <code>colspan<\\/code> when empty<\\/li>\\n<li>General: Added <code>pre &gt; code<\\/code> CSS compatibility<\\/li>\\n<li>General: Added JS hooks for ACFE Modal: <code>acf.doAction(\'acfe\\/modal\\/open\', $modal, args)<\\/code> &amp; <code>acf.doAction(\'acfe\\/modal\\/close\', $modal, args)<\\/code><\\/li>\\n<li>Field Groups: Fixed &quot;All Images Formats&quot; location which triggered a PHP warning<\\/li>\\n<li>Field Groups: Added <code>acfe-postbox-top<\\/code> CSS preload to avoid UI blink during admin page load<\\/li>\\n<li>Field Groups: Categories - Changed the <code>register_taxonomy()<\\/code> to priority <code>9<\\/code><\\/li>\\n<li>Module: Multilang - Added <code>filter(\'acfe\\/modules\\/multilang\\/options\', $options_pages_id)<\\/code> allowing to allow\\/exclude specific Options Pages Post ID<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Fixed \'Reply-to\' headers which weren\'t correctly set<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>{field:my_field:false}<\\/code> Template Tag to disable value format<\\/li>\\n<li>Module: Dynamic Post Types - Added additional check before <code>register_post_type()<\\/code><\\/li>\\n<li>Module: Dynamic Post Types - Added &quot;Show in menu (text)&quot; to allow string value<\\/li>\\n<li>Module: Dynamic Post Types - Fixed &quot;Archive Slug&quot; incorrectly set when empty while using the Import Tool<\\/li>\\n<li>Module: Dynamic Block Types - Added additional check for Template, Script &amp; Styles arguments before <code>register_block_type()<\\/code><\\/li>\\n<li>Module: Dynamic Taxonomies - Added additional check before <code>register_taxonomy()<\\/code><\\/li>\\n<li>Module: Options - Fixed &quot;Serialized&quot; typo on edit screen<\\/li>\\n<li>Field: Button - Fixed typo in &quot;Button Type&quot; setting instructions<\\/li>\\n<li>Field: Button - Added default class value <code>button button-secondary<\\/code><\\/li>\\n<li>Field: Clone - Fixed &quot;Edit in modal&quot; setting to be available only when the &quot;Display&quot; setting is set to &quot;Group&quot;<\\/li>\\n<li>Field: Code Editor - Fixed &quot;Editor Mode&quot; setting instructions<\\/li>\\n<li>Field: Forms - Changed default order to Title ASC<\\/li>\\n<li>Field: reCaptcha - Fixed form submission when the field isn\'t required<\\/li>\\n<li>Field Settings: Bidirectional - Fixed potential PHP notice <code>Undefined index<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.8.7 <\\/h4>\\n<ul>\\n<li>General: ACF 5.9 Compatibility - Modules - Added the ACF 5.9 Header menu<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Removed ACFE &quot;Locations&quot; column<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Removed ACFE &quot;Json Sync&quot; column<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Enlarged &quot;PHP Sync&quot; &amp; &quot;Load&quot; columns<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Removed the &quot;Field Group Key&quot; value from row actions<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Changed the text color of &quot;Disabled&quot; state<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - &quot;Description&quot; column is hidden by default<\\/li>\\n<li>General: ACF 5.9 Compatibility - Flexible Content - Removed &quot;Clone&quot; field setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Flexible Content - Added &quot;Hide: Duplicate Button&quot; setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Block Type - Added &quot;Inner Block&quot; setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Block Type - Added &quot;Supports: Align Content&quot; setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Block Type - Added &quot;Align Content&quot; setting<\\/li>\\n<li>Module: Dynamic Block Type - Fixed Template, Style &amp; Script Render paths during Block Type registration<\\/li>\\n<li>Field: Radio - Enhanced Group display for horizontal layout<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Dynamic Render - External Layout Style &amp; Script files now check for current domain before trying to automatically enqueue <code>{file}-preview.css<\\/code> in Preview Mode<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Fixed <code>$field<\\/code>, <code>$layout<\\/code> &amp; <code>$is_preview<\\/code> variables which weren\'t correctly passed to the Layout Template file<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Fixed Layout Style &amp; Script enqueue handles which weren\'t using the real Flexible Content field\'s name<\\/li>\\n<li>Field: Radio \\/ Checkbox - Added Group display settings. <code>## Group<\\/code> markup can be used in choices settings to create a new group<\\/li>\\n<li>Field: Taxonomy Terms - Added &quot;Radio Button&quot; display type<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.8 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Enhanced Code Base<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Enhanced <code>get_flexible()<\\/code> &amp; <code>the_flexible()<\\/code> functions logic<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Enhanced Template, Style &amp; Script files detection. Now detects paths from WP root directory, and from <code>\\/wp-content\\/<\\/code> directory<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Automatically include the layout <code>{template}-preview.php<\\/code> file instead of <code>template.php<\\/code>, if it is found within the same path<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Automatically enqueue the layout <code>{style}-preview.css<\\/code> file in addition of <code>style.css<\\/code>, if it is found within the same path<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Automatically enqueue the layout <code>{script}-preview.js<\\/code> file instead of <code>script.js<\\/code>, if it is found within the same path<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Fixed full path match for Layouts Templates files<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/prepend\\/template\\/name=my_flexible\', $path, $flexible, $layout)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/prepend\\/style\\/name=my_flexible\', $path, $flexible, $layout)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/prepend\\/script\\/name=my_flexible\', $path, $flexible, $layout)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/thumbnail\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/thumbnail\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/template\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/template\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/before_template\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/before_template\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/after_template\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/after_template\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/style\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/style\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/script\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/script\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/enqueue\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/enqueue\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/preview<\\/code> hooks and its variations<\\/li>\\n<li>Module: Dynamic Block Types - The &quot;Template Render&quot; setting is now independent from the theme<\\/li>\\n<li>Module: Dynamic Block Types - Added <code>filter(\'acfe\\/block_type\\/prepend\\/template\\/name=my-block-type\', $path, $name)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Module: Dynamic Block Types - Added <code>filter(\'acfe\\/block_type\\/prepend\\/style\\/name=my-block-type\', $path, $name)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Module: Dynamic Block Types - Added <code>filter(\'acfe\\/block_type\\/prepend\\/script\\/name=my-block-type\', $path, $name)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Module: Post Type Archive Page - <code>have_archive()<\\/code> now allows to pass the post type name. Usage example: <code>while(have_archive(\'my-post-type\')): the_archive()<\\/code><\\/li>\\n<li>Module: Multilang - Enhanced Options Pages Post ID detection<\\/li>\\n<li>Module: Multilang - Added &quot;Post Type List&quot; &amp; &quot;Taxonomy List&quot; Locations compatibility<\\/li>\\n<li>Module: Multilang - Fixed the &quot;Disable module&quot; setting which wasn\'t working correctly<\\/li>\\n<li>Module: Multilang - Fixed Polylang Ajax language detection<\\/li>\\n<li>General: Enhanced <code>acfe_update_setting()<\\/code>, <code>acfe_get_setting()<\\/code> functions and <code>filer(\'acfe\\/settings\\/{name}\')<\\/code> hook<\\/li>\\n<li>General: Removed <code>ACFE_THEME_PATH<\\/code> &amp; <code>ACFE_THEME_URL<\\/code> constants<\\/li>\\n<li>General: Added <code>acfe\\/theme_path<\\/code>, <code>acfe\\/theme_url<\\/code> &amp; <code>acfe\\/theme_folder<\\/code> settings<\\/li>\\n<li>General: The default <code>acfe\\/php_save<\\/code>, <code>acfe\\/php_load<\\/code> &amp; <code>acfe\\/theme_folder<\\/code> settings are now generated based on the new <code>acfe\\/theme_path<\\/code> &amp; <code>acfe\\/theme_url<\\/code> settings<\\/li>\\n<li>General: The <code>acfe\\/theme_folder<\\/code> setting is now used to prepend Flexible Content &amp; Block Types render fields settings (Display only)<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.6 <\\/h4>\\n<ul>\\n<li>Module: Multilang - Fixed WPML front-end language detection for custom languages<\\/li>\\n<li>Module: Settings - Added &quot;Multilang&quot; &amp; &quot;Single Meta&quot; settings in the UI<\\/li>\\n<li>Module: Settings - Fixed <code>l10n_textdomain<\\/code> which wasn\'t correctly displayed<\\/li>\\n<li>Module: Dev Mode - Fixed option &quot;Edit&quot; action link<\\/li>\\n<li>Module: PHP AutoSync - Added l10n support<\\/li>\\n<li>Module: Single Meta - Enhanced &quot;Delete Orphan Meta&quot; setting logic &amp; performance<\\/li>\\n<li>Field: Taxonomy Terms - Added &quot;Term (All childs)&quot; to display any childs level terms<\\/li>\\n<li>Field: Taxonomy Terms - Renamed &quot;Term (Childs)&quot; to &quot;Term (Direct childs)&quot; to avoid confusion with the new filter<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Term (Direct childs)&quot; which could be duplicated in some cases<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.5 <\\/h4>\\n<ul>\\n<li>General: Added WPML &amp; Polylang compatibility for Options Pages with custom post ids. ie: <code>my-theme<\\/code> post id will be translated to <code>my-theme_en<\\/code> with WPML &amp; <code>my-theme_en_US<\\/code> with Polylang<\\/li>\\n<li>Modules: Dynamic Post Types, Taxonomies, Options Pages &amp; Block Types - Added Multilingual compatibility for WPML &amp; Polylang. Items are automatically registered as strings for both WPML &amp; Polylang plugins<\\/li>\\n<li>Modules: Dynamic Post Types, Taxonomies, Options Pages &amp; Block Types - Added l10n support for the ACF Exporting Tools<\\/li>\\n<li>Module: Dynamic Post Type Archive - Added &quot;Edit Archive Page&quot; in the Admin Bar in the front-end when visiting an Archive Page<\\/li>\\n<li>Module: Dynamic Post Type Archive - Added l10n on the Label<\\/li>\\n<li>Module: Dynamic Post Type - Fixed Typo in UI<\\/li>\\n<li>Module: Single Meta Save - Enhanced code logic &amp; compatibility<\\/li>\\n<li>Module: Single Meta Save - Added <code>get_fields()<\\/code> support<\\/li>\\n<li>Module: Single Meta Save - Removed the &quot;Delete Orphan Meta&quot; feature from Options Pages<\\/li>\\n<li>Module: Dev Mode - Fixed Bulk Actions being displayed when the Postboxes were hidden by user<\\/li>\\n<li>Module: Dev Mode - Added Clone in Sub Fields support (previously displayed as <code>Undefined<\\/code>)<\\/li>\\n<li>Module: Dev Mode - Fixed PHP 7.4 notices<\\/li>\\n<li>Module: Dynamic Forms - Query Var setting has been removed<\\/li>\\n<li>Module: Dynamic Forms - Query vars are now always generated. If no action name has been set, the query var will be named <code>{form_name}-{action}<\\/code>. ie: <code>my-form-post<\\/code>. The next post action will be named <code>my-form-post-2<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Label Placement: Hidden&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current:post:post_author_data}<\\/code> template tags in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added all available <code>{query_var}<\\/code> template tags in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Form Fields Groups, E-mail Action From\\/To\\/Subject fields are not required anymore<\\/li>\\n<li>Module: Dynamic Forms - Added JS Form Submit Action code example in the &quot;Submission&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Tweaked UI<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layout Toggle&quot; setting allowing the user to hide specific layout from the front-end<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Layout State&quot; setting which incorrectly forced it as &quot;Closed&quot; when using the &quot;Dynamic Render&quot; setting<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Layout Title&quot; CSS<\\/li>\\n<li>Field: WYSIWYG - Fixed the Smart Delayed Init in the Flexible Content when the layout had the &quot;Layout State&quot; on &quot;Opened&quot;<\\/li>\\n<li>Fields: Advanced Validation - Added <code>count()<\\/code>, <code>is_array()<\\/code>, <code>is_string()<\\/code>, <code>is_numeric()<\\/code>, <code>get_post_type()<\\/code>, <code>get_post_by_id()<\\/code>, <code>get_post_by_title()<\\/code> rules and <code>Matches regex<\\/code>, <code>Doesn\'t matches regex<\\/code>, <code>!= true<\\/code>, <code>!= false<\\/code>, <code>!= null<\\/code> operators<\\/li>\\n<li>Field: Date Picker - Added <code>==<\\/code>, <code>!=<\\/code>, <code>&gt;<\\/code>, <code>&lt;<\\/code>, <code>Pattern match<\\/code> &amp; <code>Contains<\\/code> conditional logic<\\/li>\\n<li>Field: Image - &quot;Use as Featured Image&quot; setting now loads the Featured Image if it was already set<\\/li>\\n<li>Field: Taxonomy Terms - Added Async Load setting support<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Level&quot; filter input CSS width<\\/li>\\n<li>Field: Post Object - Merged &quot;Allow Custom&quot; &amp; &quot;Save Custom Value as New Post&quot; settings<\\/li>\\n<li>Field: Post Object - Fixed the &quot;Save as New Post&quot; setting when allowing &quot;Multiple Values&quot;<\\/li>\\n<li>Field: Post Object - Added instructions &amp; code examples to alter the New Post arguments programmatically<\\/li>\\n<li>Field: Code Editor - Added border radius to match WP admin input style<\\/li>\\n<li>Field: Group - Fixed &quot;Edit in Modal&quot; settings which weren\'t displayed<\\/li>\\n<li>Field Groups: Location Column - Fixed potential consuming query when using the <code>Post == ID<\\/code> Conditional Rule<\\/li>\\n<li>General: Introduced <code>acfe_update_setting()<\\/code>, <code>acfe_get_setting()<\\/code> functions and <code>acfe\\/settings\\/{name}<\\/code> filter<\\/li>\\n<li>General: Compatibility - Fixed WPML PHP notices in Field Groups<\\/li>\\n<li>General: Compatibility - Fixed Advanced Forms PHP notice during ACF Extended: Forms submission<\\/li>\\n<li>General: Readme - Added Field Bi-directional instructions to migrate already existing data<\\/li>\\n<li>General: Readme - Added Multilingual section<\\/li>\\n<li>General: Readme - Added Donators section<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.3 <\\/h4>\\n<ul>\\n<li>Module - Enhanced UI - Added WP User &amp; WP Settings UI enhancements<\\/li>\\n<li>Module - Enhanced UI - Taxonomies UI enhancements were moved in the general Enhancement module. The setting <code>acf_update_setting(\'acfe\\/modules\\/taxonomies\')<\\/code> has been replaced by <code>acf_update_setting(\'acfe\\/modules\\/ui\')<\\/code><\\/li>\\n<li>Module: Dev Mode - Added &quot;Field Type&quot; column on ACF meta overview<\\/li>\\n<li>Module: Dev Mode - Added &quot;Autoload&quot; column on Options meta overview<\\/li>\\n<li>Module: Dev Mode - Added &quot;Delete&quot; action for each meta &amp; options fields<\\/li>\\n<li>Module: Dev Mode - Added &quot;Bulk Delete&quot; action<\\/li>\\n<li>Module: Single Meta Save - Reworked codebase<\\/li>\\n<li>Module: Single Meta Save - Added Options pages compatibility (disabled by default. See <code>filter(\'acfe\\/modules\\/single_meta\\/options\')<\\/code> usage in the readme to enable specific Options ID)<\\/li>\\n<li>Module: Single Meta Save - Added <code>filter(\'acfe\\/modules\\/single_meta\\/post_types\')<\\/code> to allow specific post types only (default to: all)<\\/li>\\n<li>Module: Single Meta Save - Added <code>filter(\'acfe\\/modules\\/single_meta\\/taxonomies\')<\\/code> to allow specific taxonomies only (default to: all)<\\/li>\\n<li>Module: Single Meta Save - Fixed bidirectional setting which wasn\'t working when Single Meta Save was enabled<\\/li>\\n<li>Fields settings: Bidirectional - Added Self-bidirectional setting, allowing to link a field on itself<\\/li>\\n<li>Fields settings: Bidirectional - Added Multi-bidirectional setting, allowing to link multiple fields<\\/li>\\n<li>Field: Taxonomy Terms - Fixed a bug with last childs choices not being correctly rendered<\\/li>\\n<li>Field: Code Editor - Fixed duplicated field from the Field Group UI when user cloned the field<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.1 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Block Types\\/Options Pages - Slugs can now to edited &amp; updated from the UI<\\/li>\\n<li>Module: Dynamic Options Pages - Added a configuration icon on top of options page to easily switch to options page settings<\\/li>\\n<li>Module: Dynamic Forms - User Action query var now returns the password if it has been created\\/generated during the action. This will allow developers to send the password confirmation via an e-mail action using query vars<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{request:name}<\\/code> &amp; <code>{request:name:key}<\\/code> template tags to retrieve <code>$_REQUEST<\\/code> <code>$_GET<\\/code> &amp; <code>$_POST<\\/code> data<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{get_option:name}<\\/code> &amp; <code>{get_option:name:key}<\\/code> template tags to retrieve an option from database<\\/li>\\n<li>Module: Dynamic Forms - Enhanced &quot;Post Action&quot; query var which now returns post author data in the <code>{query_var:my-action:post_author_data:field}<\\/code> template tag<\\/li>\\n<li>Module: Dynamic Forms - Enhanced JS detection of the <code>acf<\\/code> object to avoid potential errors when using aggressive minification<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>{current:user:show_welcome_panel}<\\/code> which was printed twice in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>wp_unslash()<\\/code> on the success message<\\/li>\\n<li>Module: Dynamic Forms - Fixed undefined <code>post<\\/code> key notice which could occurs in some cases<\\/li>\\n<li>Module: Dynamic Forms - Fixed template tags which were using <code>id<\\/code> instead of <code>ID<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Fixed the conditional logic on custom form render when using complex fields like repeaters or flexible content<\\/li>\\n<li>Module: Single Meta Save - <code>acf<\\/code> meta is now updated on submission instead of being reset each time it is saved. This fix a potential problem when fields wouldn\'t be displayed to specific user roles<\\/li>\\n<li>Module: PHP AutoSync - PHP files are now included only if the filename starts with <code>group_*.php<\\/code><\\/li>\\n<li>Field: Columns - Added responsive breakpoints<\\/li>\\n<li>Field: Button - Added Advanced Settings compatibility<\\/li>\\n<li>Field: Advanced Link - Fixed a bug which could render an empty &quot;Archive&quot; default value artifact in post objects fields<\\/li>\\n<li>Field: Advanced Link - Fixed required field validation<\\/li>\\n<li>Field: Code Editor - Fixed line wrap in terms views<\\/li>\\n<li>Field: WYSIWYG - Fixed the automatic smart delayed initialization in flexible content layouts<\\/li>\\n<li>Field: WYSIWYG - Fixed init in Flexible Content layouts which could break when trying to open a layout before the complete page load<\\/li>\\n<li>General: Settings API - Enhanced upgrade process<\\/li>\\n<li>General: Settings API - <code>acfe<\\/code> option now regenerate Post Types\\/Taxonomies\\/Block Types\\/Options Pages on reset<\\/li>\\n<\\/ul>\\n<h4> 0.8.5.5 <\\/h4>\\n<ul>\\n<li>Field: Button - Added nominative JS hooks <code>action(\'acfe\\/fields\\/button\\/before\\/name=my_field\', response, $el, data);<\\/code><\\/li>\\n<li>Field: Button - Added nominative JS hooks <code>action(\'acfe\\/fields\\/button\\/success\\/name=my_field\', response, $el, data);<\\/code><\\/li>\\n<li>Field: Button - Added nominative JS hooks <code>action(\'acfe\\/fields\\/button\\/complete\\/name=my_field\', response, $el, data);<\\/code><\\/li>\\n<li>Field: Button - Deprecated JS hooks <code>acfe\\/fields\\/button\\/before_ajax<\\/code> &amp; <code>acfe\\/fields\\/button\\/ajax_success<\\/code>. Replaced by <code>acfe\\/fields\\/button\\/before<\\/code> &amp; <code>acfe\\/fields\\/button\\/success<\\/code><\\/li>\\n<li>Field: Flexible Content - Added generic <code>acfe\\/flexible\\/thumbnail<\\/code> hook<\\/li>\\n<li>Module: Dynamic Forms - Fixed a bug where 2 forms with 2 fields with the same name on the same page, will override <code>default_value<\\/code> during render<\\/li>\\n<li>Module: Dynamic Forms - Fixed a nasty bug with &quot;Post Action&quot; which could trigger an infinite loop when using Elementor &amp; YOAST. See bug report: <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10998\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10998<\\/a><\\/li>\\n<li>Module: Dynamic Forms - Fixed jQuery not recognized on form success in some specific case<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;No form element&quot; compatibility allowing validation settings to be applied when form tag isn\'t printed<\\/li>\\n<li>Module: Dynamic Forms - Fixed typo in &quot;Custom Action&quot; code example<\\/li>\\n<li>Module: Dynamic Forms - Added to the possibility to use <code>get_field(\'my_field\')<\\/code> to retrieve form input value inside <code>acfe\\/form\\/load<\\/code> hooks<\\/li>\\n<li>Module: Single Meta Save - Fixed hook arguments which could trigger a PHP error in some specific cases<\\/li>\\n<li>General: Readme - Added Flexible Content Settings Modal example<\\/li>\\n<\\/ul>\\n<h4> 0.8.5 <\\/h4>\\n<ul>\\n<li>General: Added Settings\\/Options API<\\/li>\\n<li>General: Improved modules performance<\\/li>\\n<li>Module: Dynamic Forms - Improved module UI, fields UI &amp; documentation<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Cheatsheet&quot; tab to list all available template tags<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Validation&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Added &quot;Reply-to&quot;, &quot;Cc&quot;, &amp; &quot;Bcc&quot; fields<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Added &quot;Delete attachment once sent&quot; setting for each Dynamic attachments<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Added &quot;Static attachments&quot;<\\/li>\\n<li>Module: Dynamic Forms - User Action - Added &quot;Log user&quot; action type<\\/li>\\n<li>Module: Dynamic Forms - Post Action - Terms can now be created on the fly using custom template tags. Example: <code>My new term|my-taxonomy<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Post Action - Fixed terms not being set correctly when user wasn\'t logged<\\/li>\\n<li>Module: Dynamic Forms - Template tags are now allowed everywhere<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Apply field groups rules&quot; setting to take field group conditional locations into account<\\/li>\\n<li>Module: Dynamic Forms - Added a switch on &quot;Form HTML override&quot; to explicitly explain this setting is optional<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{get_field:field_name}<\\/code> template tags to retrieve field value from DB. More information in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current:post\\/term\\/user\\/author\\/form}<\\/code> template tags to retrieve current data information. More information in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current:***}<\\/code> template tags to retrieve current post\\/term\\/user\\/post author\\/form information. More information in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Hide successful re-validation notice&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Google Map return value is now correctly formatted<\\/li>\\n<li>Module: Dynamic Forms - Fixed WPML compatibility problem when using &quot;honeypot&quot; field<\\/li>\\n<li>Module: Dynamic Forms - Fields conditional logic are now working when fields are wrapper within custom div<\\/li>\\n<li>Module: Dynamic Forms - Added CSS to WP Media modal &amp; cleaned accessibility text<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Default Uploader Type&quot; setting (based on field setting)<\\/li>\\n<li>Module: Dynamic Forms - Fixed Loading value not working correctly on repeaters\\/groups\\/flexible content<\\/li>\\n<li>Module: Dynamic Forms - Added PHP function to easily import form. <code>acfe_import_dynamic_form($array|$json);<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Fixed shortcode being interpreted in admin view (Gutenberg\\/Dynamic Ajax Preview)<\\/li>\\n<li>Module: Dynamic Post Type - Fixed capabilities not being correctly mapped<\\/li>\\n<li>Module: Dynamic Post Type - Fixed Admin orderby &amp; order not working correctly when <code>has_archive<\\/code> was disabled<\\/li>\\n<li>Module: Dynamic Taxonomy - Fixed capabilities not being correctly mapped<\\/li>\\n<li>Module: Dynamic Taxonomy - Fixed Front posts per page, orderby &amp; order settings<\\/li>\\n<li>Module: Dynamic Author - Added better post author ID cast<\\/li>\\n<li>Module: AutoSync - New fields groups now have Json\\/PHP AutoSync setting checked by default if the corresponding folder exists<\\/li>\\n<li>Field: Flexible Content - Modal Categories Selection setting is now using Select2 with tags<\\/li>\\n<li>Field: Flexible Content - The bottom bar in modal now clear potential floating elements<\\/li>\\n<li>Field: Flexible Content - Fixed clone function not working correctly with tabs that have conditional logic<\\/li>\\n<li>Field: Select - Added &quot;## Title&quot; markdown to add option group in field\'s choices<\\/li>\\n<li>Field: Select - Added &quot;Allow custom&quot; setting<\\/li>\\n<li>Field: Select2 - Tweaked CSS to match WordPress 5.3 UI<\\/li>\\n<li>Field: Select2 - Fixed WPML CSS overriding select2 style<\\/li>\\n<li>Field: Code Editor - The field now correctly trigger <code>change()<\\/code> on input<\\/li>\\n<li>Field: Code Editor - Added &quot;Max rows&quot; setting<\\/li>\\n<li>Field: Code Editor - Fixed &quot;Default value&quot; javascript code being executed within the Data modal<\\/li>\\n<li>Field: Advanced Link - Added Term link types<\\/li>\\n<li>Field: Advanced Link - Added Post Type Archive link types<\\/li>\\n<li>Field: Advanced Link - Fixed custom sub fields not working correctly when retrieving values<\\/li>\\n<li>Field: Advanced Link - Reworked the custom sub fields declaration. It\'s now easier to add custom fields<\\/li>\\n<li>Field: reCaptcha - Fixed v2 theme &amp; size settings not working correctly<\\/li>\\n<li>Field: reCaptcha - Fixed v3 JS error on reset<\\/li>\\n<li>Field: Datepicker\\/Datetime picker\\/Timepicker - Added CSS to match WordPress 5.3 UI<\\/li>\\n<li>Field Group: Fixed Instructions &quot;Tooltip&quot; mode not working correctly in groups<\\/li>\\n<li>Field Group: Added pre-rendering CSS for field groups with labels on left, removing potential during admin page load<\\/li>\\n<li>Field Group: Renamed &quot;Third Party&quot; Field Groups types to &quot;Local&quot;<\\/li>\\n<li>General: Gutenberg - Fixed CSS for modal<\\/li>\\n<\\/ul>\\n<h4> 0.8.4.6 <\\/h4>\\n<ul>\\n<li>Field: Taxonomy Terms - Fixed a problem with value return when &quot;Load Terms&quot; was enabled<\\/li>\\n<li>General: Modal - Fixed z-index problem with WP attachment modal<\\/li>\\n<\\/ul>\\n<h4> 0.8.4.5 <\\/h4>\\n<ul>\\n<li>Field Group: Hide on Screen - Added &quot;Block Editor&quot; (Gutenberg) setting, allowing administrator to disable the block editor on field group location<\\/li>\\n<li>Field Group: Third Party - Fixed Export\\/Sync Clones fields being processed during the action<\\/li>\\n<li>Field Group: Postbox Seamless CSS class are now added in PHP, which remove the blink during admin page load caused by the class being added in JS<\\/li>\\n<li>Field Group: Raw Data button now also display the WP_Post object<\\/li>\\n<li>Field: Button - Before\\/After HTML settings are now using code editor<\\/li>\\n<li>Field: Button - Ajax call - Added nominative hooks allowing to target specific field. Hook is now easier. Instructions have been updated<\\/li>\\n<li>Field: Flexible Content - Added &quot;Advanced Flexible Content&quot; setting (ON\\/OFF). All advanced settings are now hidden by default and depend on that setting to be shown. (Retro compatibility: if any advanced setting has been saved before, this setting will be set to ON)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Clone&quot; button as a setting (Not enabled by default in all flexible content anymore)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Hide: Add Layout Button&quot; setting<\\/li>\\n<li>Field: Flexible Content - Added &quot;Hide: Remove Layout Button&quot; setting<\\/li>\\n<li>Field: Flexible Content - Added &quot;Lock Flexible Content&quot; (sortable) setting<\\/li>\\n<li>Field: Flexible Content - Flexible Content can now be completely locked and all actions removed from the field settings<\\/li>\\n<li>Field: Flexible Content - Layout Settings modal now allow multiple clones<\\/li>\\n<li>Field: Flexible Content - Layout Settings modal size can now be selected for each layout (small\\/medium\\/large\\/extra large\\/full)<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Force State: Open&quot; not working correctly in some specific cases<\\/li>\\n<li>Field: Flexible Content - Fixed Modal Selection z-index problem on attachment screen<\\/li>\\n<li>Field: Flexible Content - Fixed Modal Edition z-index problem with button group (when already inside a modal)<\\/li>\\n<li>Field: Flexible Content - Fixed a bug causing duplicated &quot;Layout Setting&quot; &amp; &quot;Layout Title Edition&quot; fields when export\\/re-importing a field group with flexible content that had this settings<\\/li>\\n<li>Field: Taxonomy Terms - Fixed a PHP notice when &quot;Load Terms&quot; was enabled with &quot;select&quot; as field type<\\/li>\\n<li>Field: Group\\/Clone - Seamless style CSS fixed in term view<\\/li>\\n<li>Field: Color Picker - Added position relative property when the field is used inside a modal<\\/li>\\n<li>Field: Hidden - Added global CSS style<\\/li>\\n<li>Module: Single Meta Save - Improved save process performance (it\'s now even faster!)<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{query_var:var}<\\/code> template tag in E-mail action, Post Load source, Post Target, Term Load source, Term Target &amp; User Load source, Redirection &amp; Updated Message fields. This will allow user to retrieve a specific <code>query_var<\\/code> and use it dynamically<\\/li>\\n<li>Module: Dynamic Forms - <code>{query_var:var}<\\/code> template tag also allow to specific key if the value is an array, using the following tag: <code>{query_var:var:key}<\\/code><\\/li>\\n<li>Module: Dynamic Forms - New &quot;Query var&quot; settings on Post, Terms, Users &amp; E-mail actions that generate a custom query var based on the &quot;Action name&quot; after completing the action. For example: Post Action with Action name &quot;my-action&quot; will generate a <code>query_var<\\/code> named <code>my-action<\\/code> and as value the post data (array) that has been created\\/updated. This <code>query_var<\\/code> can be accessed using <code>get_query_var(\'my-action\');<\\/code> or the template tag <code>{query_var:my-action:ID}<\\/code> (Post ID), <code>{query_var:my-action:post_title}<\\/code> (Post Title), <code>{query_var:my-action:permalink}<\\/code> (Post Permalink), <code>{query_var:my-action:admin_url}<\\/code> (Post Admin URL)<\\/li>\\n<li>Module: Dynamic Forms - Fixed shortcode not working correctly when using Form ID instead of Form name<\\/li>\\n<li>Module: Dynamic Forms - Actions UI Layouts can now be collapsed<\\/li>\\n<li>Module: Dev Mode - Added Meta Overview for Options Page<\\/li>\\n<li>Module: Options Page - Child Options page are now correctly displayed as child in the Options Page UI<\\/li>\\n<li>General: Modal - Added localization for the &quot;Close&quot; button<\\/li>\\n<li>General: Modal - Added Small\\/Medium\\/Large\\/Extra Large\\/Full sizes<\\/li>\\n<\\/ul>\\n<h4> 0.8.4.1 <\\/h4>\\n<ul>\\n<li>General: Fixed loading sequence when <code>get_field<\\/code> was called directly in the functions file<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview overlay z-index<\\/li>\\n<\\/ul>\\n<h4> 0.8.4 <\\/h4>\\n<ul>\\n<li>Module: Added Single Meta Save feature - Compress all fields values from the current post, term or user into one single meta data. This feature is disabled by default, to enable it, use <code>acf_update_setting(\'acfe\\/modules\\/single_meta\', true);<\\/code>. More information available in the readme.<\\/li>\\n<li>Module: Dynamic Post Types - Added <code>while(have_archive()): the_archive();<\\/code> logic when the &quot;Admin Archive Page&quot; setting is turned on. This template tags can be used in the <code>archive-post-type.php<\\/code> template which makes <code>get_field(\'my_field\')<\\/code> calls easier<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies - Fixed Posts\\/Terms column data when object was trashed.<\\/li>\\n<li>Module: PHP AutoSync - PHP sync files are now removed when the field group is disabled\\/trashed.<\\/li>\\n<li>Module: Dynamic Forms - In the &quot;E-mail Action&quot; the &quot;From&quot; field is now required.<\\/li>\\n<li>Module: Dynamic Forms - The Javascript hook <code>acfe\\/form\\/submit\\/success<\\/code> is now correctly fired on form submission<\\/li>\\n<li>Module: Dev Mode - Added the WP &amp; ACF Meta Overview on User pages<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Options Pages\\/Block Types - Removed Draft button action<\\/li>\\n<li>Field: Flexible Content - Significant Performance Boost (~50\\/60% faster during the loading). Many settings are now loaded in PHP. This massive rework brings some great performance on complex Flexible Content fields.<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layouts: Asynchronous&quot; setting which add layouts using Ajax method (instead of having hidden layouts models in the DOM). This setting increase performance on complex Flexible Content fields.<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layouts: Settings&quot; setting which let you choose a field group to clone and to be used as a configuration modal for each layout. Settings can then be used with <code>while(have_settings()): the_setting(); get_sub_field(\'my_setting\');<\\/code> in the Layout Template.<\\/li>\\n<li>Field: Flexible Content - Initial &quot;Dynamic Preview&quot; are now processed during page administration load, and not Ajax anymore. This tweak also speed-up the loading speed.<\\/li>\\n<li>Field: Flexible Content - Fixed a potential duplicated categories bug in the Selection Modal if the category name had spaces.<\\/li>\\n<li>Field: Flexible Content - &quot;Remove Actions&quot; now correctly remove Clone &amp; Copy\\/Paste buttons.<\\/li>\\n<li>Field: Flexible Content - Added &quot;Disable Legacy Layout Title Ajax&quot; setting. It disables the native ACF Layout Title Ajax call on <code>acf\\/fields\\/flexible_content\\/layout_title<\\/code>.<\\/li>\\n<li>Field: Flexible Content - Fixed the <code>$is_preview<\\/code> variable not being available in specific situations.<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview repeater fields inside a layout which could send an additional <code>acfcloneindex<\\/code> during the preview mode<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview with WP Query in the layout, which could be duplicated due to how WP Admin manage custom queries<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Edit&quot; icon vertical align with the latest WP 5.3 update<\\/li>\\n<li>Field: Flexible Content - Added shorter CSS class for preview wrapper <code>-preview<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed the native ACF setting &quot;Select layout&quot; with a wrong height on WP 5.3<\\/li>\\n<li>Field: Flexible Content - Fixed Enter key opening duplicated modal with Modal Edition setting<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layouts\\/div\\/name=my_flexible\', $div, $layout, $field)<\\/code> to change layout div attributes (with 5 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layouts\\/handle\\/name=my_flexible\', $handle, $layout, $field)<\\/code> to change layout handle attributes (with 5 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layouts\\/icons\\/name=my_flexible\', $icons, $layout, $field)<\\/code> to change layout handle icons (with 5 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/secondary_actions\\/name=my_flexible\', $secondary_actions, $field)<\\/code> to change Flexible Content secondary actions (copy, paste...) (with 3 variations)<\\/li>\\n<li>Field: Advanced Link - Fixed required validation which could fail if a post object was selected.<\\/li>\\n<li>Field: Advanced Link - Fixed a <code>z-index<\\/code> problem in menu\\/items<\\/li>\\n<li>Field: Code Editor - Added compatibility with WP Code Editor Settings (editor themes).<\\/li>\\n<li>Field: Group\\/Clone - In Seamless Style mode instructions could be truncated in some specific cases<\\/li>\\n<li>Field: Group\\/Clone - Seamless Style mode wasn\'t working correctly in the Term administration<\\/li>\\n<li>Field: Group\\/Clone - Fixed &quot;Seamless Style&quot; typo<\\/li>\\n<li>Field: Group\\/Clone - Fixed &quot;Edit in modal&quot; which wasn\'t correctly working in menus<\\/li>\\n<li>Field Group: Fixed Category sync which failed to create &amp; set new field group category if not already available in WP<\\/li>\\n<li>Field Groups: Fixed empty field groups list colspan<\\/li>\\n<li>Fields: Post Statuses\\/Post Types\\/Taxonomies\\/Taxonomies Terms\\/User Roles can now be used as conditional display field<\\/li>\\n<li>General: ACF Extended now correctly detects ACF Pro when included in the WP Theme.<\\/li>\\n<li>General: ACF Extended can now be included in WP Themes (following the same logic as ACF)<\\/li>\\n<\\/ul>\\n<h4> 0.8.3.1 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed PHP <code>Undefined index: acfe_flexible_modal<\\/code> notice<\\/li>\\n<li>Fields: Select2 CSS Enhanced - Fixed forced height when in multiple mode<\\/li>\\n<li>Fields: Select2 CSS Enhanced - Global standardization of generic select input &amp; select2 style<\\/li>\\n<li>Module: Dynamic Forms - Added missing hook <code>filter(\'acfe\\/form\\/load\\/action=my-action-alias\',  $args, $post_id);<\\/code><\\/li>\\n<li>General: Fixed typo in Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.3 <\\/h4>\\n<ul>\\n<li>Field: Advanced Link - Added &quot;Allowed Post Types&quot; &amp; &quot;Allowed Taxonomies&quot; setting to filter allowed Post types &amp; Taxonomy terms in the post selection<\\/li>\\n<li>Field: Flexible Content - Categories in the Layouts Selection Modal are now sticky, the vertical scrollbar is now applied to layouts (Thanks @Damien C.)<\\/li>\\n<li>Field: Flexible Content - Added filter to disable a potentially unnecessary ACF ajax call when closing a layout: <code>filter(\'acfe\\/flexible\\/remove_ajax_title\\/name=my_flexible\', false, $field);<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed Layout Title Edition input which could disappear in some rare cases<\\/li>\\n<li>Field: Flexible Content - Fixed <code>z-index<\\/code> CSS conflict in modals when the flexible content was inside an accordion field (Thanks @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Fixed <code>border-bottom<\\/code> CSS on layout handle when edition modal is set to ON<\\/li>\\n<li>Field: Flexible Content - Fixed an issue where Categories in the Layouts Modal would still appear when setting was set to ON then to OFF<\\/li>\\n<li>Field: Post Object - Added &quot;Allow custom value&quot; setting when &quot;Advanced UI&quot; is ON<\\/li>\\n<li>Field: Post Object - Added &quot;Save custom value as post&quot; setting when &quot;Allow custom value&quot; is ON<\\/li>\\n<li>Field: reCaptcha - Changed <code>file_get_contents()<\\/code> to <code>curl<\\/code> method for better compatibility (Thanks @Brandon A.)<\\/li>\\n<li>Field: Select - Placeholder setting is now also available if &quot;Advanced UI&quot; is set to ON<\\/li>\\n<li>Fields: Select2 - CSS enhancements have been moved to the WP admin and are not enqueued in the front-end anymore (Thanks @jaakkosaarenketo)<\\/li>\\n<li>Field: Taxonomy Terms - Added &quot;Load Terms&quot; &amp; &quot;Save Terms&quot; allowing the user the load &amp; add terms to the current post, just like ACF does with the &quot;Taxonomy&quot; field (Feature request: @gptrading)<\\/li>\\n<li>Field Settings: Bidirectional - Fixed multiple sub fields check which bail too early during the field relation selection process (Thanks @doublesharp)<\\/li>\\n<li>Fields Groups: Fixed Json\\/PHP Sync warnings that were not properly checking the ACF setting <code>load_json<\\/code> paths (Thanks @doublesharp)<\\/li>\\n<li>Fields Groups: Added Export Json &amp; PHP in the Field Group single view (sidebar)<\\/li>\\n<li>Fields Groups: Categories are now synced with field groups during the export\\/import process<\\/li>\\n<li>Module: Author - Fixed duplicated post revision when updating an ACF value (Thanks: @Fran\\u00e7ois B.)<\\/li>\\n<li>Module: Author - Fixed an issue where the module would not show up on post types which are registered using a priority higher or equal to 5 (Thanks @yangkennyk)<\\/li>\\n<li>Module: Dev Mode - Added fields counter in the metabox title (Feature request: @Damien C.)<\\/li>\\n<li>Module: Dynamic Forms - Added the ability to use <code>{field:field_name}<\\/code> &amp; <code>{field:field_key}<\\/code> values in the &quot;Updated message&quot; setting (Feature request: @alexene22)<\\/li>\\n<li>Module: Dynamic Forms - Better handling of select\\/checkbox\\/radio values render (Thanks @jabbadu)<\\/li>\\n<li>Module: Dynamic Forms - Fixed the ACF form submit button which would be still displayed, even if the setting was set to OFF (Thanks @Damien C.)<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Post field groups&quot; setting in the &quot;Advanced&quot; tab to override displayed field groups by a specific post field groups<\\/li>\\n<li>Module: Dynamic Forms - Added fallback when rendering complex fields values (array)<\\/li>\\n<li>Module: Dynamic Forms - Added <code>filter(\'acfe\\/form\\/format_value\\/name=my_field\', $value, $unformatted_value, $post_id, $field)<\\/code> to format field output used in email\\/post\\/term\\/user actions. (Also works with <code>\\/type<\\/code> &amp; <code>\\/key<\\/code> selectors)<\\/li>\\n<li>Module: Dynamic Forms - Added Javascript ACF Action on successful form submission: <code>acf.doAction(\'acfe\\/form\\/submit\\/success\\/name=my-form\')<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added compatibility fix for the plugin &quot;MC ACF Flexible Template&quot; (Thanks @MarcinKilarski)<\\/li>\\n<li>Module: Dynamic Forms - Added Manual Json Export &amp; Import tools<\\/li>\\n<li>Module: Dynamic Forms \\/ Post Types \\/ Taxonomies \\/ Block Types \\/ Options - Added Manual Export in the single view<\\/li>\\n<li>Module: Dynamic Forms \\/ Post Types \\/ Taxonomies \\/ Block Types \\/ Options - Added compatibility fix for PolyLang, allowing user to translate modules items (Thanks @Drashka)<\\/li>\\n<li>Module: Dynamic Post Types \\/ Taxonomies \\/ Block Types \\/ Options - Added Manual PHP Export action (Feature request: @jaakkosaarenketo)<\\/li>\\n<li>General: Added CSS styles to match WP 5.3 Update UI<\\/li>\\n<\\/ul>\\n<h4> 0.8.2 <\\/h4>\\n<ul>\\n<li>Dynamic Forms: Fixed error position \'below\' not working on some specific fields (Select)<\\/li>\\n<li>Dynamic Forms: <code>acfe_form_is_front()<\\/code> &amp; <code>acfe_form_is_admin()<\\/code> helpers now also check native ACF Form screen<\\/li>\\n<li>Dynamic Forms: Added action alias name setting for each action allowing better targeting when using hooks<\\/li>\\n<li>Dynamic Forms: Reworked forms actions hooks and added \'Advanced\' tab for each action with code examples<\\/li>\\n<li>Field: Groups\\/Clones - CSS integration tweaks are now optional (Thanks @Brandon A.)<\\/li>\\n<li>Field: Groups\\/Clones - Added &quot;Seamless style&quot; setting which enable better CSS integration (remove borders and padding)<\\/li>\\n<li>Field: Code Editor - Added Field (use the WP Core CodeMirror script)<\\/li>\\n<li>Field: Taxonomy Terms - Added advanced settings allowing specific taxonomies or specific terms in the field (with level or parent\\/child dependencies)<\\/li>\\n<li>Field: reCaptcha - Fixed a bug where reCaptcha would not work properly<\\/li>\\n<li>Field: Flexible Content - Updated JS filter <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/preview\', response, flexible.$el, $layout, ajaxData)<\\/code> &amp; moved it after preview HTML parse<\\/li>\\n<li>Field: Flexible Content - Updated JS filters &amp; added variations <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/preview\\/name=my_flexible&amp;layout=my_layout\', response, flexible.$el, $layout, ajaxData)<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Remove Collapse&quot; setting not working on newly added layout (Moved RemoveCollapse from acf-extended-fc-control.js to acf-extended-fc.js (acfe\\/flexible\\/layouts))<\\/li>\\n<li>Fields: Fields are now registered using <code>acf_register_field_type()<\\/code>. This will allow developers to use <code>acf_get_field_type(\'acfe_field\')<\\/code><\\/li>\\n<li>Fields settings: Bidirectional - Added filter which allow to force related field to be updated when migrating from already existing values<\\/li>\\n<li>Fields settings: Bidirectional - Added <code>filter(\'acfe\\/bidirectional\\/force_update\\/name=my_field\', true, $field, $post_id)<\\/code> (available with \\/type &amp; \\/key) (Feature request: @anjanphukan)<\\/li>\\n<li>Field Groups: Fixed CSS which wrongly hide instructions when there\'s no field label (Thanks @Damien C.)<\\/li>\\n<li>Field Groups: Third Party - Added PHP filter to change source column output <code>filter(\'acfe\\/field_groups_third_party\\/source\', $source, $post_id, $field_group)<\\/code><\\/li>\\n<li>General: Added <code>filter(\'acfe\\/field_wrapper_attributes\\/type=$field_type\', $wrapper, $field)<\\/code> (also with \\/name &amp; \\/key variations)<\\/li>\\n<li>General: Splitted CSS for front-end\\/back-end<\\/li>\\n<li>General: Fixed ACF Setting Tab &quot;Module: Taxonomies Enhancements&quot; title (thanks @doublesharp)<\\/li>\\n<\\/ul>\\n<h4> 0.8.1 <\\/h4>\\n<ul>\\n<li>Field: Advanced Link - Added instructions to add custom fields in the field administration<\\/li>\\n<li>Field: Advanced Link - Added filters <code>acfe\\/fields\\/advanced_link\\/fields\\/name=my_field<\\/code> &amp; <code>acfe\\/fields\\/advanced_link\\/fields\\/key=field_xxxxxxx<\\/code><\\/li>\\n<li>Field: Advanced Link - Changed values keys to: <code>type<\\/code>, <code>url<\\/code>, <code>post<\\/code>, <code>title<\\/code> &amp; <code>target<\\/code><\\/li>\\n<li>Field: Button - Updated JS hook <code>acf.doAction(\'acfe\\/fields\\/button\\/before_ajax\', $el, data)<\\/code><\\/li>\\n<li>Field: Button - Updated JS hook <code>acf.doAction(\'acfe\\/fields\\/button\\/ajax_success\', response, $el, data)<\\/code><\\/li>\\n<li>Field: Column - Fixed endpoint column not correctly closing the row<\\/li>\\n<li>Field: Flexible Content - Added JS hook <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/before_preview\', $el, data)<\\/code><\\/li>\\n<li>Field: Flexible Content - Added JS hook <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/preview\', response, $el, data)<\\/code><\\/li>\\n<li>Field: Flexible Content - Clone\\/Copy\\/Paste - Fixed a problem where new select option values weren\'t properly duplicated (thanks @chrisschrijver)<\\/li>\\n<li>Module: Dynamic Forms - Advanced settings: Fixed <code>prepare_field<\\/code> on form front<\\/li>\\n<li>Module: Dynamic Forms - Fixed a compatibility problem if a dynamic form was named <code>form<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Rename <code>field class<\\/code> to <code>input class<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Fixed a problem where native ACF Form would not properly work (thanks @maximelessard)<\\/li>\\n<li>Module: Dynamic Forms - Added Javascript to avoid re-submission on page refresh when \'Hide form\' is set to ON<\\/li>\\n<\\/ul>\\n<h4> 0.8 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Forms - Added module. Forms UI available under ACF menu<\\/li>\\n<li>Module: Dynamic Forms - Added PHP helper <code>acfe_form(\'my_form_name\')<\\/code> &amp; <code>acfe_form(188)<\\/code> to display a form<\\/li>\\n<li>Module: Dynamic Forms - Added shortcode <code>[acfe_form name=\\\"my_form_name\\\"]<\\/code> &amp; <code>[acfe_form ID=\\\"188\\\"]<\\/code> to display a form<\\/li>\\n<li>Module: Dynamic Forms - Added setting to disable Dynamic Forms: <code>acf_update_setting(\'acfe\\/modules\\/dynamic_forms\', false)<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added <code>action(\'acfe\\/form\\/validation\', $form, $post_id)<\\/code> &amp; <code>action(\'acfe\\/form\\/validation\\/name=form_name\', $form, $post_id)<\\/code> to validate form before submission. <code>get_field()<\\/code>, <code>have_rows()<\\/code>, <code>get_sub_field()<\\/code> functions can be used.<\\/li>\\n<li>Module: Dynamic Forms - Added <code>acfe_add_validation_error(\'field_name_or_key\', \'message\')<\\/code> helper to add error on specific field during the validation<\\/li>\\n<li>Module: Dynamic Forms - Added <code>action(\'acfe\\/form\\/submit\', $form, $post_id)<\\/code> &amp; <code>action(\'acfe\\/form\\/submit\\/name=form_name\', $form, $post_id)<\\/code> to add custom action on submission<\\/li>\\n<li>Module: Dynamic Forms - Added 8 new hooks per form action allowing developers to customize each action<\\/li>\\n<li>Field: Added Dynamic Form Select field<\\/li>\\n<li>Field: Added Google reCaptcha field (compatible v2 &amp; v3)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/site_key<\\/code> (API site key)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/secret_key<\\/code> (API secret key)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/version<\\/code> (v2 or v3)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/v2\\/theme<\\/code> (light or dark)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/v2\\/size<\\/code> (normal or compact)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/v3\\/hide_logo<\\/code> (true or false)<\\/li>\\n<li>Field: File - Removed the native \'No file selected\' text<\\/li>\\n<li>Field: File &amp; Image - Added \'Uploader type\' setting to choose which uploader to use (Basic or Media)<\\/li>\\n<li>Field: Post Type Selection - Code has been reworked. The field is now compatible with all select, checkbox &amp; radio settings<\\/li>\\n<li>Field: Taxonomy Selection - Code has been reworked. The field is now compatible with all select, checkbox &amp; radio settings<\\/li>\\n<li>Field: Button - Code has been reworked &amp; added Ajax call setting<\\/li>\\n<li>Field: Button - Added Ajax action: \'acfe\\/fields\\/button\', POST parameters: $post_id, $field_key, $field_name<\\/li>\\n<li>Field: Button - Added Javascript Ajax action: <code>(\'acfe\\/fields\\/button\\/before_ajax\', this.$el)<\\/code><\\/li>\\n<li>Field: Button - Added Javascript Ajax action: <code>(\'acfe\\/fields\\/button\\/ajax_success\', response, this.$el)<\\/code><\\/li>\\n<li>Field: Slug - Code has been reworked<\\/li>\\n<li>Field: Dynamic Message - Added instructions &amp; code example in the field setting view<\\/li>\\n<li>Field: Column - Added Field<\\/li>\\n<li>Field: Post Status Selection - Added Field<\\/li>\\n<li>Field: User Roles Selection - Added Field<\\/li>\\n<li>Field: Hidden Input - Added Field<\\/li>\\n<li>Field: Advanced Link - Added Field. Added <code>filter(\'acfe\\/fields\\/advanced_link\\/fields\', $fields, $field, $link)<\\/code> allowing developers to add custom field to the modal<\\/li>\\n<li>Field: Taxonomy Terms - Added Field<\\/li>\\n<li>Field: Group - Added Modal Edition setting allowing users to edit group values in a modal<\\/li>\\n<li>Field: Group - Added CSS fixes for better integration<\\/li>\\n<li>Field: Clone - Added Modal Edition setting allowing users to edit clone values in a modal (Only in group mode)<\\/li>\\n<li>Field: Clone - Added CSS fixes for better integration<\\/li>\\n<li>Field: Textarea - Added Code mode setting to switch font family to monospace and allow tab indent<\\/li>\\n<li>Field: Select - Added placeholder setting when allow null is activated<\\/li>\\n<li>Field: Flexible Content - Added \'Remove Collapse Action\' setting<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/lock\', true, $field)<\\/code> to lock flexible content layouts (disable sortable)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/lock\\/name=my_flexible\', true, $field)<\\/code> to lock flexible content layouts (disable sortable)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/remove_actions\', true, $field)<\\/code> to remove the &quot;Add layout&quot; button<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/remove_actions\\/name=my_flexible\', true, $field)<\\/code> to remove the &quot;Add layout&quot; button<\\/li>\\n<li>Field: Flexible Content - Clone &amp; Copy\\/Paste functions are now compatible with min\\/max settings for each layout<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/render\\/before_template\', $field, $layout, $is_preview)<\\/code> to add wrapper around the template render (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/render\\/after_template\', $field, $layout, $is_preview)<\\/code> to add wrapper around the template render (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Fixed <code>text-align:center<\\/code> applied to placeholder css<\\/li>\\n<li>Field: Flexible Content - Fixed Style\\/Script render filters when returning a full URL<\\/li>\\n<li>Field: Flexible Content - Fixed a bug where the layout Title Edition input could disappear when clicking on the handle<\\/li>\\n<li>Field: Flexible Content - Fixed a bug where the close button would not appear after adding a new layout<\\/li>\\n<li>Field: Repeater - Added Stylised button setting<\\/li>\\n<li>Field: Repeater - Added CSS fixes when table is empty<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/lock\', true, $field)<\\/code> to lock repeater rows (disable sortable)<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/lock\\/name=my_repeater\', true, $field)<\\/code> to repeater rows (disable sortable)<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/remove_actions\', true, $field)<\\/code> to remove the &quot;Add row&quot; button<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/remove_actions\\/name=my_repeater\', true, $field)<\\/code> to remove the &quot;Add row&quot; button<\\/li>\\n<li>Field: Fixed fields label CSS when label is empty (top &amp; left placement)<\\/li>\\n<li>Fields: &quot;Advanced Validation&quot; settings are now disabled by default. To display them, the &quot;Advanced settings&quot; must be turned ON in the field group<\\/li>\\n<li>Fields: Added &quot;Advanced Settings&quot; allowing administrator to set custom field properties based on the current screen (administration\\/front-end). &quot;Form settings&quot; must be turned ON in the field group<\\/li>\\n<li>Fields: Added Hide Label setting (in the Advanced Settings)<\\/li>\\n<li>Fields: Added Hide Field setting (in the Advanced Settings)<\\/li>\\n<li>Fields: Added <code>filter(\'acfe\\/load_field\', $field)<\\/code> to filter field settings everywhere but not in field group &amp; tools management<\\/li>\\n<li>Fields: Added <code>filter(\'acfe\\/load_field_front\', $field)<\\/code> to filter field settings in the front-end (and ajax coming from front-end) but not in field group &amp; tools management<\\/li>\\n<li>Fields: Added <code>filter(\'acfe\\/load_field_admin\', $field)<\\/code> to filter field settings in the administration (and ajax coming from administration) but not in field group &amp; tools management<\\/li>\\n<li>Field Groups: Instructions Placement - Added &quot;Tooltip&quot; placement for instructions<\\/li>\\n<li>Field Groups: Third Party - Added PHP \\/ Json Export &amp; Sync actions<\\/li>\\n<li>Field Groups: Third Party - Added Source column<\\/li>\\n<li>Field Groups: Fixed potential undefined index in location column<\\/li>\\n<li>Location: Old Location &quot;Post Type Archive&quot; &amp; &quot;Taxonomy Archive&quot; (in the admin list) have been renamed &quot;Post Type List&quot; &amp; &quot;Taxonomy List&quot;<\\/li>\\n<li>Location: Post Type List\\/Taxonomy List - Fixed Image &amp; File Upload fields being forced on basic mode (Thanks @dominikkucharski)<\\/li>\\n<li>Location: New Location &quot;Post Type Archive&quot; creates an option page under post types menu when argument <code>acfe_admin_archive<\\/code> is set to true (also available in Dynamic Post Type)<\\/li>\\n<li>Module: Settings - Added ACF Extended tab to list the plugin\'s current settings<\\/li>\\n<li>Module: Settings - Fixed <code>save_json<\\/code> setting being incorrectly displayed in the ACF Setting tab<\\/li>\\n<li>Module: PHP Sync - Fixed a problem where field group would not be recognized as loaded in PHP if Json AutoSync is also activated<\\/li>\\n<li>Module: PHP Sync - Renamed PHP Sync settings to <code>acfe\\/php<\\/code>, <code>acfe\\/php_save<\\/code>, <code>acfe\\/php_load<\\/code>, <code>acfe\\/php_found<\\/code><\\/li>\\n<li>Module: Dev Mode - Added mode which replace the WP Post Meta box with more details data (in posts &amp; terms). It also enables <code>SCRIPT_DEBUG<\\/code>. Can be activated using <code>acf_update_setting(\'acfe\\/dev\', true)<\\/code> or <code>define(\'ACFE_dev\', true)<\\/code><\\/li>\\n<li>Module: Dynamic Taxonomy - Added missing <code>meta_box_cb<\\/code> setting (thanks @DavidGMiles)<\\/li>\\n<li>Module: Options - Fixed potential validation problem<\\/li>\\n<li>General: Improved ACF Extended modal CSS style &amp; Added Modal inside modal overlay<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed Copy\\/Paste function doing incorrect checks on radio, checkboxes and select inputs<\\/li>\\n<li>Field Group: Fixed field \'Data\' button being displayed on newly created fields<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9.8 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions in multi level flexible content (flexible inside flexible inside flexible...) (Thanks @AsmussenBrandon)<\\/li>\\n<li>Field: Flexible Content - Fixed CSS border glitch<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9.6 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions for accordions fields (Thanks @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions for FontAwesome fields (Thanks @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Close Button setting is now always available and is not conditional anymore<\\/li>\\n<li>Field: Flexible Content - Render Template\\/Style\\/Script path now supports parent\\/child theme. If a file is found in the child theme, it will be included. Otherwise it will be checked against the parent theme path (Feature Request: @r3dridl3)<\\/li>\\n<li>Field: Flexible Content - Fixed Layout Title Edition not working in some rare cases (Thanks @Damian P.)<\\/li>\\n<li>Field: Post Types &amp; Taxonomies Select - Fixed two PHP noticed<\\/li>\\n<li>General: Added ACF Extended GitHub repository URL in the readme<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Settings are now dynamic (and not global anymore) (Thanks @Val)<\\/li>\\n<li>Field: Flexible Content - Added CSS class on cloned layouts<\\/li>\\n<li>Field: Flexible Content - Removed <code>esc_attr()<\\/code> from Layout Title Edition, allowing icons to be displayed correctly<\\/li>\\n<li>Field: Flexible Content - Fixed potential duplicated clone buttons in specific cases (Thanks @chrisschrijver)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layout Placeholder&quot; setting, disabled by default (feature request: @Matt H.)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layout Title Edition&quot; setting, disabled by default<\\/li>\\n<li>Field: Flexible Content - Fixed Enter key closing modal in textarea inputs (thanks @dominikkucharski)<\\/li>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions on select2 fields (Thanks @AsmussenBrandon)<\\/li>\\n<li>Field: Flexible Content - Multiple Layouts Categories are now allowed in the Selection Modal, using pipes &quot;|&quot;. ie: Main|Shopping|Interactive (Feature request: @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Fixed a problem where &quot;Min\\/Max Layouts&quot; limitation (setting per layout) weren\'t working properly when using the Layout Selection Modal (Thanks: @Matt H.)<\\/li>\\n<li>Module: Taxonomy - Added Polylang compatibility when translating a term (Thanks @jaakkosaarenketo)<\\/li>\\n<li>Module: Taxonomy - Fixed spacing when a meta field has no label<\\/li>\\n<li>Field: Bidirectional - Values are now saved as string when Post Object &amp; User &quot;Allow multiple values&quot; setting is disabled (Thanks @screamingdev)<\\/li>\\n<li>Fields Groups: Added <code>word-break<\\/code> on field description<\\/li>\\n<li>Fields Groups: Fixed PHP Notice when group location is an attachment (Thanks @herrschuessler)<\\/li>\\n<li>General: Added multiples settings in order to disable specific plugin\'s modules. See FAQ (Feature request: @Matt H.)<\\/li>\\n<li>General: Added <code>ACFE_VERSION<\\/code> constant to force cache flush on plugin update<\\/li>\\n<li>General: PHP Strict Type checks globally (Thanks @Liam S.)<\\/li>\\n<li>General: Added Flexible Content Dynamic Preview Video in readme<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.4 <\\/h4>\\n<ul>\\n<li>Module: Author Box - Hotfix<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.3 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/thumbnail\\/name={flexible:name}\', $thumbnail, $field, $layout)<\\/code> to change all layouts thumbnails (must return <code>attachment ID<\\/code> or <code>URL<\\/code>) (Thanks @Dam)<\\/li>\\n<li>Field: Flexible Content - Fixed <code>$is_preview<\\/code> not being available during the Dynamic Layout Preview (thanks @Dam)<\\/li>\\n<li>Module: Author Box - Added custom authors roles being able to be selected in the Author Box (Thanks @Andremacola)<\\/li>\\n<li>General: Fixed Readme typos<\\/li>\\n<\\/ul>\\n<h4> 0.7.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added Inline Layout Title Edition<\\/li>\\n<li>Field: Flexible Content - Added Auto scroll + Modal edit on One Click layout<\\/li>\\n<li>Field: Flexible Content - Removed native &quot;Controls Icons&quot; visibility being visible on all sub flexible content fields (better readability)<\\/li>\\n<li>Field: Flexible Content - Added WP Unslash on preview values to prevent backlashes on values (thanks @Dam)<\\/li>\\n<li>Field: Flexible Content - Added compatibility for layouts that have been synced and not manually created (thanks @T. Dubois)<\\/li>\\n<li>Field: Flexible Content - Copy\\/Paste functionality is now a Flexible Content setting (Default: Disabled) (Feature request: @louiswalch)<\\/li>\\n<li>Field: Flexible Content - \'Close Button\' (collapse) on layouts is now a Flexible Content setting(Default: Disabled)<\\/li>\\n<li>Field: Flexible Content - Layouts Thumbnails aspect ratio are now locked (base ratio: 450px * 200px) (Feature request: @louiswalch)<\\/li>\\n<li>Field: Flexible Content - Dynamic Layout Preview refresh has been optimized. The preview content is now kept instead of being reset<\\/li>\\n<li>Field: Flexible Content - Dynamic Layout Preview style &amp; script enqueue now use wp_enqueue_style() &amp; wp_enqueue_script()<\\/li>\\n<li>Field: Flexible Content - Modal Edition - \'Enter\' &amp; \'ESC\' keys now close Modals (instead of submitting the form)<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/enqueue\', $field, $is_preview)<\\/code> to enqueue new style\\/script (back &amp; front) (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layout\\/thumbnail\\/layout={layout:name}\', $thumbnail, $field, $layout)<\\/code> to change layout thumbnail (must return <code>attachment ID<\\/code> or <code>URL<\\/code>) (with 3 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/preview\', $field, $layout)<\\/code> to change Dynamic Layout Preview content (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/render\\/template\', $template, $field, $layout, $is_preview)<\\/code> to change Layout Render: Template Path (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/render\\/style\', $style, $field, $layout, $is_preview)<\\/code> to change Layout Render: Style Path (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/render\\/script\', $script, $field, $layout, $is_preview)<\\/code> to change Layout Render: Script Path (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/placeholder\\/icon\', $class, $field)<\\/code> to change the Placeholder Button Dashicons class (default: \'dashicons dashicons-edit\') (with 3 variations)<\\/li>\\n<li>Module: Dynamic Options Page - Fixed \'Undefined $post_id\' PHP warning in Dynamic Options Page screen<\\/li>\\n<li>Module: Dynamic Options Page - Fixed registration order for child options pages (thanks @Val)<\\/li>\\n<li>Module: Dynamic Post Type - Fixed undefined ID php Warning on edit screen when Dynamic Post Type is registered locally (thanks @Val)<\\/li>\\n<li>Module: Dynamic Taxonomies - Taxonomy name character limit has been fixed to 32 instead of 20 (thanks @Damian)<\\/li>\\n<li>Module: Dynamic Taxonomies - \'Add New\' button is now based on Taxonomy capabilities &amp; Taxonomy Label (thanks @absolute_web)<\\/li>\\n<li>Module: Author - Field groups \'Hide on screen\' is now taken in account (thanks @louiswalch)<\\/li>\\n<li>Tools: Dynamic Taxonomies Import - Fixed \'undefined index\' PHP warning on taxonomy import (thanks @Val)<\\/li>\\n<\\/ul>\\n<h4> 0.7.8 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Removed \'Layouts Thumbnail as Preview\' setting. You should now use \'Layouts: Dynamic Preview\'<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts: Dynamic Preview\' (\'Layouts: Render\' setting must be turned ON)<\\/li>\\n<li>Field: Flexible Content - Reworked layouts settings order (better readability)<\\/li>\\n<li>Field: Flexible Content - Modal Edition title now removes eventual extra HTML tags (thanks @Thomas D.)<\\/li>\\n<li>Field: Flexible Content - Modal Edition CSS has been fixed on Gutenberg Editor view (thanks @Val)<\\/li>\\n<li>Field: Flexible Content - Fixed \'Empty Message\' placeholder setting using wrong <code>__()<\\/code> function (thanks @illiminal)<\\/li>\\n<li>Field: Flexible Content - Removed query vars from <code>get_flexible()<\\/code>. Global variables <code>$layout<\\/code> &amp; <code>$field<\\/code> can be used in the template to retrieve current settings<\\/li>\\n<li>Field: Flexible Content - Added global variable <code>$is_preview<\\/code> which is true when the template file is called as a layout preview<\\/li>\\n<li>Field: Flexible Content - <code>get_flexible()<\\/code> now uses <code>wp_enqueue_style()<\\/code> &amp; <code>wp_enqueue_script()<\\/code> when rendering on front-end<\\/li>\\n<li>Field: Image - \'No image selected\' text has been removed<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies - Fixed \'index key not found\' PHP warning (thanks @Val)<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Options &amp; Block Types - Added <code>edit_posts<\\/code> capabilities matching the ACF capability setting<\\/li>\\n<li>Tools: Dynamic Post Type Import - Fixed \'capabilities key not found\' PHP warning during import process (thanks @Val)<\\/li>\\n<li>General: Improved Metaboxes CSS on Gutenberg Editor views<\\/li>\\n<li>General: Reworked JS enqueue. Flexible Content JS is now excluded from ACF Field Groups views<\\/li>\\n<\\/ul>\\n<h4> 0.7.5.5 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Completely revamped Flexible Content JavaScript for a more solid &amp; optimized code<\\/li>\\n<li>Field: Flexible Content - Automatically scroll to the layout position when adding a new layout<\\/li>\\n<li>Field: Flexible Content - Automatically open layout edition modal when adding a new layout<\\/li>\\n<li>Field: Flexible Content - Added \'Close\' (collapse) button at the bottom of layout when opened<\\/li>\\n<li>Field: Flexible Content - Fixed typo error in the \'Paste Layouts\' prompt<\\/li>\\n<li>Field: Flexible Content - Added Flexbox CSS compatibility<\\/li>\\n<li>Field: Flexible Content - Better Multi Modal Handling (modal inside a modal inside a modal...)<\\/li>\\n<li>Field: Flexible Content - Better Field Validation Handling inside layouts<\\/li>\\n<li>Field: Flexible Content - Added <code>has_flexible($field_name, $post_id)<\\/code> front-end function to check if rows exists<\\/li>\\n<li>Field: Flexible Content Control - Automatically scroll to the new layout position when using \'Clone Layout\'<\\/li>\\n<li>Field: Flexible Content Control - Fixed \'Clone Layout\' when an already cloned layout had an \'Editor\' field<\\/li>\\n<li>Field: Flexible Content Control - Fixed \'Clone Layout\' unwanted icon when a layout had an \'Accordion\' field<\\/li>\\n<li>Field: Advanced Validation\\/Update - The settings are now hidden on non-necessary fields (Clone, Flexible content, Tabs etc...)<\\/li>\\n<li>Module: Dynamic Options Pages - Now forces a unique slug to avoid duplication<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Options Pages &amp; Block Types - Manual Json export has been removed from possible actions on the trashed status screen<\\/li>\\n<li>Module: Options - Fixed a CSS enqueue problem introduced in last patch<\\/li>\\n<li>Location: Post Type Archive &amp; Taxonomy Archive options now use ACF multi-languages settings<\\/li>\\n<li>General: Removed jQuery UI &amp; jQuery UI Dialog dependency (ACF Extended now uses its own lightweight modal system)<\\/li>\\n<\\/ul>\\n<h4> 0.7.5 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added \'Control\': Copy, Paste &amp; Duplicate Layouts on the fly using icons in the layouts handle<\\/li>\\n<li>Field: Flexible Content - Control: Copy &amp; Paste all layouts on the fly using the new icon next to \'Add row\' button (can be used to transfer layout data from one page to an another)<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Edition\' setting, allowing to edit layouts in a modal<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts Previews\' setting, allowing to display the layout thumbnail as preview (collapsed state)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/previews\\/name=$field_name\', $thumbnails, $field)<\\/code> allowing to override the preview image for each layout (usage example is available in the FAQ)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/previews\\/key=$field_key\', $thumbnails, $field)<\\/code> allowing to override the preview image for each layout (usage example is available in the FAQ)<\\/li>\\n<li>Field: Flexible Content - When using <code>get_flexible()<\\/code>, <code>get_query_var(\'acf_flexible_field\')<\\/code> &amp; <code>get_query_var(\'acf_flexible_layout\')<\\/code> can be used in the template file to retrieve current field &amp; layout information<\\/li>\\n<li>Field: Flexible Content - When using <code>get_flexible()<\\/code>, an HTML comment has been added for each rendered templates<\\/li>\\n<li>Field: Flexible Content - Fixed the possibility to render the same layout multiple times when using <code>get_flexible()<\\/code> (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field: Flexible Content - <code>get_flexible()<\\/code> now enqueue each style.css &amp; script.js only one time on the whole page<\\/li>\\n<li>Field: Flexible Content - Added more width spacing for the \'Modal: Category\' checkbox (compatibility for small screens)<\\/li>\\n<li>Tools: Added Export &amp; Import Tools for Dynamic Post Types, Taxonomies, Block Types &amp; Options Pages using Json files<\\/li>\\n<li>Location: Post Type Archive &amp; Taxonomy Archive now use field group location (High, Normal or Side) &amp; field group style (WP Box or seamless) (Feature Request)<\\/li>\\n<li>Module: Taxonomy - Added some spacing on the term edition screen (compatibility with YOAST\\/Rank Math metaboxes)<\\/li>\\n<li>Module: Taxonomy - Fixed Edit Screen CSS for Repeaters &amp; Groups (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Taxonomies - Fixed \'Post Type\' column when a post type does not exist anymore (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Taxonomies - Fixed Single Posts per page, Orderby &amp; Order<\\/li>\\n<li>Module: Dynamic Post Types - Fixed \'Taxonomies\' column when a taxonomy does not exist anymore (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Post Types &amp; Taxonomies - Fixed Admin Orderby, Order &amp; Menu position which weren\'t working properly (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Post Types &amp; Taxonomies - Fixed user Posts per page, Orderby &amp; Order option screen which were forced (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field Groups: Hide \'Category\' column if there\'s no term<\\/li>\\n<li>Misc: Added \'Advanced Custom Fields\' tab in the WP \'Add plugin\' page<\\/li>\\n<\\/ul>\\n<h4> 0.7.0.3 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - \'Modal: Title\' - The custom modal title now works correctly (thanks to Damian P.)<\\/li>\\n<li>Field: Flexible Content - \'Layouts State\' - Fixed a problem where layouts title were incorrect when forcing layouts state (thanks to Damian P.)<\\/li>\\n<li>Compatibility: ACF Pro 5.7.13 - Fixed Archive Location \'All\' PHP error (acf\\/location\\/rule_match filter)<\\/li>\\n<\\/ul>\\n<h4> 0.7 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added \'Stylised Button\' setting which automatically hide native ACF \'empty\' message and add style to \'Add row\' button<\\/li>\\n<li>Field: Flexible Content - Added \'Hide Empty Message\' setting to hide native ACF \'empty\' message<\\/li>\\n<li>Field: Flexible Content - Added \'Empty Message\' text setting to change the native ACF \'click the Add Row button below...\' message<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts Thumbnails\' setting to add image thumbnails for each layout in the admin layout selection<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts Render\' setting to add template, style &amp; script file for each layout. Those settings can be then accessed on the front-end<\\/li>\\n<li>Field: Flexible Content - Added <code>get_flexible($selector, $post_id)<\\/code> and <code>the_flexible($selector, $post_id)<\\/code> functions to automatically use the \'Layouts Render\' settings in front-end<\\/li>\\n<li>Field: Flexible Content - Added \'Modal\' setting to change the layout selection into a proper modal in the administration<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Title\' setting to change the layout modal title<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Columns\' setting to change the layout modal columns grid. 1, 2, 3, 4, 5 or 6 columns available<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Categories\' setting to add a category for each layout in the layout modal<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts State\' setting to force layouts to be collapsed or opened by default<\\/li>\\n<li>Field: Flexible Content - Added \'Button Label\' native compatibility fix to make it work with Dashicons (CSS to fix vertical alignment)<\\/li>\\n<li>Field: Flexible Content - Added \'One click\' hidden function. In the post administration, the \'Add row\' button will add a layout without the selection modal if there is only one layout available in the flexible content<\\/li>\\n<li>Field: Flexible Content - Note - The following settings: Layouts Thumbnails, Layouts Render &amp; Modal Categories will be visible after saving field group<\\/li>\\n<li>Module: Ajax Author - Fixed a bug where field groups \'Hide on screen\' setting wasn\'t applied on post administration<\\/li>\\n<li>Module: Json AutoSync - Added &quot;\'\\/acf-json\' folder not found&quot; warning message if Json Sync is set in a field group and the \'\\/acf-json\' folder doesn\'t exist<\\/li>\\n<li>Module: Taxonomy - Forced Tabs to be \'Aligned Top\' in taxonomies fields (JS Only - ACF Bug) &amp; added better CSS style (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Post Type\\/Taxonomy\\/Option Page\\/Block Type - Hidden \'Minor publishing\' panel (Save as draft, visibility...) to avoid confusion (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field: Bidirectional - Removed the \'bail early if old values == new values\' check. This will let users convert existing fields with saved values into bidirectional without hassle (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field: Repeater - Added CSS spacing for block repeaters (better readability)<\\/li>\\n<li>Field Group: Location \'Taxonomy All\' - Fix native ACF location \'Taxonomy == All\' matching all ACF Extended \'Taxonomies Archives\' locations<\\/li>\\n<li>Compatibility: Added compatibility fix for Rank Math SEO &amp; YOAST Plugin to avoid the plugin\'s post metabox being above ACF metaboxes<\\/li>\\n<\\/ul>\\n<h4> 0.6.7.2 <\\/h4>\\n<ul>\\n<li>Field Group: Latest Post Type \'All\' location fix was too sensitive. The location now works as expected<\\/li>\\n<li>Module: Dynamic Post Types, Taxonomies &amp; Block Types modules now set the \'slug\' as disabled once it\'s saved (to avoid duplication). A more flexible solution will be introduced later (WIP)<\\/li>\\n<\\/ul>\\n<h4> 0.6.7 <\\/h4>\\n<ul>\\n<li>Module: Added Block Types Module. You can now add, edit and delete Block Types in the ACF &gt; Block Types UI<\\/li>\\n<li>Module: Added Options Pages Module. You can now add, edit and delete Options Pages in the ACF &gt; Options UI<\\/li>\\n<li>Field Group: Fixed Post Type \'All\' location that could render field groups on internal\\/excluded post types<\\/li>\\n<\\/ul>\\n<h4> 0.6.5 <\\/h4>\\n<ul>\\n<li>Field: Added \'Featured Thumbnail\' setting on image fields. When selected, the field will update the post featured thumbnail<\\/li>\\n<li>Field: Fixed bidirectional ON\\/OFF switch \'width:auto\' causing warning with ACF Pro 5.8<\\/li>\\n<li>Module: Options - Added support of Json value (introduced by WordPress 5.2 Health Check transients)<\\/li>\\n<li>Module: Dynamic Post Type &amp; Taxonomy - Removed \'sanitize_title()\' pass on archive &amp; single rewrite settings. Allowing rewrite slugs to be saved as: \'prefix1\\/prefix2\'<\\/li>\\n<li>General: Added Gutenberg CSS on post metaboxes. More contrast for better metaboxes integration &amp; visibility<\\/li>\\n<\\/ul>\\n<h4> 0.6.3 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Post Type &amp; Taxonomy now deregister post types \\/taxonomies that have been deleted (or trashed) via the Tools &gt; Post Types \\/ Taxonomies<\\/li>\\n<li>Module: Dynamic Post Type &amp; Taxonomy now register post types \\/ taxonomies in ASC order<\\/li>\\n<li>Module: Dynamic Post Type - Fixed a bug where hierarchical post types had a query error in the admin archive<\\/li>\\n<li>General: Improved the ACF Pro dependency style in plugins list when ACF Pro isn\'t activated<\\/li>\\n<li>Plugin: Readme - Reworked structure<\\/li>\\n<li>Plugin: Readme - Added Supporters section<\\/li>\\n<li>Plugin: Readme - Trying to implement emojis &#x270c;<\\/li>\\n<\\/ul>\\n<h4> 0.6.1 <\\/h4>\\n<ul>\\n<li>Admin: Re-introduced \'Options\' admin screen under Settings &gt; Options. Code has been completely refactored using native WP List Table. New features: Searchbox, item per page preference (default: 100), sortable columns, bulk delete and ability to edit serialized values.<\\/li>\\n<\\/ul>\\n<h4> 0.6.0.2 <\\/h4>\\n<ul>\\n<li>Field Group: Lowered \'Field Group Data\' Metabox priority which was too high and was displayed above fields.<\\/li>\\n<\\/ul>\\n<h4> 0.6.0.1 <\\/h4>\\n<ul>\\n<li>General: Fixed backward compatibility for ACF Pro 5.7.10. The function: acf_add_filter_variations() was causing problems.<\\/li>\\n<li>Admin: Temporarily removed the \'Options Beta\' admin screen. Still needs some works. (thanks to @DamChtlv)<\\/li>\\n<\\/ul>\\n<h4> 0.6 <\\/h4>\\n<ul>\\n<li>Field Group: New location available - Post type archive (under Post type). Field group will be displayed on post type list view, as a sidebar. Fields will be saved in the option: <code>{post_type}_options<\\/code>. Frontend usage example: <code>get_field(\'my_field\', \'page_options\')<\\/code>.<\\/li>\\n<li>Field Group: New location available - Taxonomy archive (under Taxonomy). Field group will be displayed on taxonomy list view, as a sidebar. Fields will be saved in the option: <code>tax_{taxonomy}_options<\\/code>. Frontend usage example: <code>get_field(\'my_field\', \'tax_category_options\')<\\/code>.<\\/li>\\n<li>Taxonomies: Taxonomies list &amp; edit views have been tweaked for a more consistent administration experience, using CSS\\/JS only. Views are now similar to post type edition screens.<\\/li>\\n<li>Field Groups: Added a \'Third party\' status (just like \'Sync available\') in order to display local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: a field group is registered locally in the <code>functions.php<\\/code> file.<\\/li>\\n<li>Dynamic Post Type: Added a configuration button next to the post type title, if the post type was generated by the Dynamic Post Type tool.<\\/li>\\n<li>Dynamic Taxonomy: Added a configuration button next to the taxonomy title, if the taxonomy was generated by the Dynamic Taxonomy tool.<\\/li>\\n<li>Field Groups: Better \'Load\' column data source. Now display: DB, Json or PHP.<\\/li>\\n<li>Field Groups: Now forcing Json \\/ PHP Sync if local files are loaded by ACF. In order to disable it, and if the setting is already enabled, you must manually delete the <code>group_xxxxxxxxx<\\/code> file in your theme folder. This behavior is applied to avoid any data desync.<\\/li>\\n<li>Field: Fixed a PHP notice in the Advanced Validation setting update.<\\/li>\\n<li>Field Groups: Taxonomy acf-field-group-category - Better exclusion from ACF taxonomy selection (location &amp; fields)<\\/li>\\n<\\/ul>\\n<h4> 0.5.8.1 <\\/h4>\\n<ul>\\n<li>Plugin: Less aggressive ACF Pro check on activation. Now displaying a notice (allowing pre-activation of ACF Extended)<\\/li>\\n<li>Plugin: Readme text fix<\\/li>\\n<\\/ul>\\n<h4> 0.5.8 <\\/h4>\\n<ul>\\n<li>Field: Added Bidirectional setting for the following fields: relationship, post object, user &amp; taxonomy terms<\\/li>\\n<li>Module: Added \'Ajax Author\' field to replace the native WP Author Meta Box<\\/li>\\n<li>Module: Dynamic Post Type &amp; Taxonomy - Better exclusion from ACF post types selection (location &amp; fields)<\\/li>\\n<li>General: Fixed ACF Select2 CSS to fit ACF input styles (border-radius, border-color &amp; line-height)<\\/li>\\n<li>General: Renamed ACF-Extended assets for better readability in the browser console resources tab<\\/li>\\n<li>Compatibility: Removed the Taxonomy Order submenu created under ACF for the taxonomy \'Field Group Category\' by the plugin \'Category Order and Taxonomy Terms Order\'<\\/li>\\n<\\/ul>\\n<h4> 0.5.5.1 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Taxonomy - Fixed Terms PHP warning<\\/li>\\n<li>General: Plugin readme<\\/li>\\n<\\/ul>\\n<h4> 0.5.5 <\\/h4>\\n<ul>\\n<li>Module: Added Dynamic Post Type module<\\/li>\\n<li>Module: Added Dynamic Taxonomy module<\\/li>\\n<li>Admin: Added WP Options page<\\/li>\\n<li>Field: Added Post Type Selection field<\\/li>\\n<li>Field: Added Taxonomy Selection field<\\/li>\\n<li>Field: Added Slug field<\\/li>\\n<li>Field Groups: Fixed \'no field groups found\' wrong colspan<\\/li>\\n<li>General: Reworked plugin folders and files hierarchy<\\/li>\\n<\\/ul>\\n<h4> 0.5.2.3 <\\/h4>\\n<ul>\\n<li>Field Groups: Fixed unused category column on Field Groups Sync page<\\/li>\\n<li>Fields: Fixed subfields \'ghost\' acfcloneindex saved when duplicating flexible content (thanks to @AsmussenBrandon)<\\/li>\\n<\\/ul>\\n<h4> 0.5.2.1 <\\/h4>\\n<ul>\\n<li>Field Group: Fixed Left Label Placement overwriting existing field groups (thanks to @AsmussenBrandon)<\\/li>\\n<\\/ul>\\n<h4> 0.5.2 <\\/h4>\\n<ul>\\n<li>Fields: Added new dynamic message field<\\/li>\\n<li>Fields: Added new button field<\\/li>\\n<li>General: Added compatibility filters for \'Post Types Order\' plugin<\\/li>\\n<li>Plugin: Updated assets<\\/li>\\n<li>Plugin: Reworked readme<\\/li>\\n<li>Plugin: Fixed typos<\\/li>\\n<\\/ul>\\n<h4> 0.5.1 <\\/h4>\\n<ul>\\n<li>Plugin: Added screenshots<\\/li>\\n<li>Field Group: Moved Auto Sync Warnings below Auto Sync instructions<\\/li>\\n<li>Field: Added filters variation to <code>acfe\\/validate<\\/code> &amp; <code>acfe\\/update<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.5 <\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\",\"faq\":\"<h4>Where can I find the documentation?<\\/h4>\\n<p>You\'ll find the documentation of every features on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">official ACF Extended website<\\/a>.<\\/p>\\n<h4>Where can I submit a bug report?<\\/h4>\\n<p>You can file a report on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a> or on the <a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">Github Page<\\/a> if you prefer.<\\/p>\\n<h4>Where can I submit a feature request?<\\/h4>\\n<p>You can submit a feature request on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a>. Feature requests are all listed on the <a href=\\\"https:\\/\\/trello.com\\/b\\/QEgpU7CL\\/acf-extended\\\">Official Trello Board<\\/a>.<\\/p>\\n<h4>What is planned for the next update?<\\/h4>\\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Official Roadmap<\\/a> (or the Trello Board).<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/acf-extended\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/acf-extended\\/assets\\/banner-772x250.png\"},\"icons\":{\"1x\":\"https:\\/\\/www.acf-extended.com\\/wp-content\\/uploads\\/edd\\/acf-extended-256x256-1-128x128.png\",\"2x\":\"https:\\/\\/www.acf-extended.com\\/wp-content\\/uploads\\/edd\\/acf-extended-256x256-1.png\"},\"msg\":\"No license key has been provided.\",\"tags\":[\"acf\",\"custom fields\",\"meta\",\"admin\",\"fields\"],\"requires\":\"4.9\",\"tested\":\"6.4\",\"requires_php\":\"5.6\",\"contributors\":{\"hwk-fr\":{\"display_name\":\"hwk-fr\",\"profile\":\"\\/\\/profiles.wordpress.org\\/hwk-fr\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=hwk-fr\"}},\"stable_tag\":\"0.8.9.5\",\"donate_link\":\"https:\\/\\/www.acf-extended.com\",\"short_description\":\"All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields.\",\"license\":\"GPLv2 or later\",\"screenshots\":{\"1\":\"Flexible Content Preview\",\"2\":\"Flexible Content Modal\",\"3\":\"New Fields\",\"4\":\"Post Type List Location\",\"5\":\"Self\\/Multi\\/Bidirectional Fields\",\"6\":\"Developer Mode\",\"7\":\"Dynamic Post Types\",\"8\":\"Enhanced WordPress UI\"},\"faq\":[\"<h4>Where can I find the documentation?<\\/h4>\\n<p>You\'ll find the documentation of every features on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">official ACF Extended website<\\/a>.<\\/p>\\n<h4>Where can I submit a bug report?<\\/h4>\\n<p>You can file a report on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a> or on the <a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">Github Page<\\/a> if you prefer.<\\/p>\\n<h4>Where can I submit a feature request?<\\/h4>\\n<p>You can submit a feature request on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a>. Feature requests are all listed on the <a href=\\\"https:\\/\\/trello.com\\/b\\/QEgpU7CL\\/acf-extended\\\">Official Trello Board<\\/a>.<\\/p>\\n<h4>What is planned for the next update?<\\/h4>\\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Official Roadmap<\\/a> (or the Trello Board).<\\/p>\\n\"],\"warnings\":[],\"description\":[\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.<\\/p>\\n<p><strong>This plugin requires at least ACF Pro 5.8.<\\/strong>\\nIf you don\'t already own <a href=\\\"https:\\/\\/www.advancedcustomfields.com\\/pro\\/\\\">ACF Pro<\\/a>, you should consider it. It\'s one of the most powerful WordPress plugin available.<\\/p>\\n<h3>&#x2b50; Highlight<\\/h3>\\n<ul>\\n<li>14+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>4+ New Field Groups Locations<\\/li>\\n<li>Self\\/Multi\\/Bidirectional Fields<\\/li>\\n<li>Advanced Fields Validation<\\/li>\\n<li>Flexible Content as Page Builder<\\/li>\\n<li>Optimize metadata with Performance Mode<\\/li>\\n<li>ACF Forms Manager<\\/li>\\n<li>ACF Options Pages \\/ Block Types Manager<\\/li>\\n<li>ACF &amp; WordPress Meta Overview<\\/li>\\n<li>WordPress Post Types \\/ Taxonomies Manager<\\/li>\\n<li>WordPress Options Manager<\\/li>\\n<li>WordPress Admin Enhancements<\\/li>\\n<li>WPML &amp; Polylang Multilingual support<\\/li>\\n<li>... And many more features<h3>&#x1f48e; Pro Highlight<\\/h3><\\/li>\\n<li>20+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>20+ New Locations<\\/li>\\n<li>Payment Field with Stripe &amp; PayPal Express<\\/li>\\n<li>Flexible Content Grid System<\\/li>\\n<li>Flexible Content Layouts Locations Rules<\\/li>\\n<li>Templates Manager<\\/li>\\n<li>Builtin Classic Editor<\\/li>\\n<li>Settings UI<\\/li>\\n<li>Screen Layouts<\\/li>\\n<li>Force Json Sync<\\/li>\\n<li>Field Visibility Settings<\\/li>\\n<li>Global Field Conditional Rules<\\/li>\\n<li>... And many more features<h3>&#x1f91f; Philosophy<\\/h3><\\/li>\\n<li>Seamless integration<\\/li>\\n<li>No extra menu, ads or notices<\\/li>\\n<li>Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\\">Website<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Documentation<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/guides\\\">Guides<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Roadmap<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">GitHub<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/ACFExtended\\\">Twitter<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/hwkfr\\\">Twitter<\\/a> (Personal)<\\/li>\\n<li><a href=\\\"https:\\/\\/slack.acf-extended.com\\\">Slack Community<\\/a><h3>&#x1f9f0; Tools<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/acf-extended\\/#faq\\\">FAQ<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Support<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Feature Request<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/reviews\\/#new-post\\\">Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/ko-fi.com\\/acfextended\\\">Donation<\\/a><h3>&#x1f4c1; Field Groups<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nEnable advanced settings for all fields within the Field Group.<\\/li>\\n<\\/ul>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync PHP<\\/a><\\/strong>\\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync Json<\\/a><\\/strong>\\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/categories\\\">Categories<\\/a><\\/strong>\\nSpice up your field groups with a custom taxonomy and filter field groups by terms.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-key\\\">Custom Key<\\/a><\\/strong>\\nSet custom field group key. Example: <code>group_custom_name<\\/code>.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-meta\\\">Custom Meta<\\/a><\\/strong>\\nAdd custom metas (key\\/value) in the field group administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/display-title\\\">Display Title<\\/a><\\/strong>\\nDisplay an alternative field group title in post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/field-group-ui\\\">Field Group UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable enhancements to the Field Group UI for a better user experience.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/force-sync\\\">Force Sync<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAlways keep Json files synchronized with the Field Groups in the database.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/hide-on-screen\\\">Hide on Screen<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/instruction-placement\\\">Instructions Placement<\\/a><\\/strong>\\nNew instruction placements let you display field description &quot;above the fields&quot; or in a &quot;tooltip&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-post\\\">Location: Advanced Post<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-menu-item\\\">Location: Advanced Menu Item<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nTarget specific &quot;Menu Item Depth&quot; or &quot;Menu Item Type&quot; from the Field Groups Locations rules.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-taxonomy\\\">Location: Advanced Taxonomy Term<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/all-post-types\\\">Location: All post types<\\/a><\\/strong>\\nDisplay field groups on all post types edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/attachment-list\\\">Location: Attachment List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on attachment admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/field-value\\\">Location: Field Value<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a field group based on the field value of an another field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-archive\\\">Location: Post type Archive<\\/a><\\/strong>\\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-list\\\">Location: Post type List<\\/a><\\/strong>\\nDisplay field group on post types admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/taxonomy-list\\\">Location: Taxonomy List<\\/a><\\/strong>\\nDisplay field group on taxonomies admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/user-list\\\">Location: User List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on user admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/wp-settings\\\">Location: WP Settings<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/\\\">Local Field Groups<\\/a><\\/strong>\\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php<\\/code> file, but not in the ACF UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/note\\\">Note<\\/a><\\/strong>\\nAdd a personal note in the field group administration. Only visible to administrators.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/raw-data\\\">Raw Data<\\/a><\\/strong>\\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nA more sophisticated field settings based on specified location (administration\\/front-end). Example: Field is required only in front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/advanced-validation\\\">Advanced Validation<\\/a><\\/strong>\\nA more sophisticated validation conditions (AND\\/OR) with custom error messages based on specified location (administration\\/front-end).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/bidirectional-fields\\\">Self\\/Multi\\/Bidirectional fields<\\/a><\\/strong>\\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-visibility\\\">Field Visibility<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet quick access to &quot;Field Visibility&quot;, &quot;Label Visibility&quot;, &quot;Instructions Visibility&quot; and &quot;Required Setting&quot; for the following screens: &quot;Everywhere&quot;, &quot;Front-end&quot; and &quot;Administration&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/global-condition\\\">Global Condition<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-instruction-placement\\\">Instruction Placement<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/instruction-read-more\\\">Instruction Read More<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAllow to expand instructions text with a &quot;Read More&quot; link. This feature is useful for lengthy instructions text.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/min-max\\\">Min\\/Max<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-raw-data\\\">Raw data<\\/a><\\/strong>\\nDisplay raw field data in a modal to check your configuration &amp; settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/required-message\\\">Required Message<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/advanced-link\\\">Advanced Link<\\/a><\\/strong>\\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-editor\\\">Block Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-types\\\">Block Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Block Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/button\\\">Button<\\/a><\\/strong>\\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/checkbox\\\">Checkbox<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\\u2019s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/clone\\\">Clone<\\/a><\\/strong>\\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/code-editor\\\">Code Editor<\\/a><\\/strong>\\nEdit code using the native WP Core Codemirror library. Default languages: Text\\/HTML, Javascript, CSS, PHP mixed\\/plain.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/color-picker\\\">Color Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/columns\\\">Columns<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion\\/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/countries\\\">Countries<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Country selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/currencies\\\">Currencies<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Currency selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/datepicker\\\">Date\\/Timepicker<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/date-range-picker\\\">Date Range Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/dynamic-render\\\">Dynamic Render<\\/a><\\/strong>\\nDisplay custom HTML\\/PHP content using a simple named hook.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-groups-selector\\\">Field Groups<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-types\\\">Field Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/fields-selector\\\">Fields<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Fields selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/file\\\">File<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, enable multi file upload and dropzone.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/flexible-content\\\">Flexible Content<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\\u2019s behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/forms\\\">Forms<\\/a><\\/strong>\\nSelect any dynamic form (format: checkbox, radio or select).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/google-map\\\">Google Map<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/recaptcha\\\">Google reCaptcha<\\/a><\\/strong>\\nDisplay a reCaptcha field (compatible v2 &amp; v3).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/group\\\">Group<\\/a><\\/strong>\\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/hidden-input\\\">Hidden Input<\\/a><\\/strong>\\nDisplay a hidden input with custom name\\/value<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image\\\">Image<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-selector\\\">Image Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Selector field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-sizes\\\">Image Sizes<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Sizes selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/languages\\\">Languages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menu-locations\\\">Menu Locations<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu Locations selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menus\\\">Menus<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/options-pages\\\">Options Pages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment\\\">Payment<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-cart\\\">Payment Cart<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Cart to easily setup an e-commerce solution.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-selector\\\">Payment Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Selector which let the user switch the payment gateway.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/phone-number\\\">Phone Number<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a fully customizable international Phone Number field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-field\\\">Post Field<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-formats\\\">Post Formats<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Post Format selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Post Object<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation\\/edit.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-statuses\\\">Post Status<\\/a><\\/strong>\\nSelect any post status (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-types\\\">Post Types<\\/a><\\/strong>\\nSelect any post type (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/radio\\\">Radio<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\\u2019s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/relationship\\\">Relationship<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/repeater\\\">Repeater<\\/a><\\/strong>\\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/select\\\">Select<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChange the default &quot;Select&quot; placeholder text and Search Input placeholder and allow user to enter custom values.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/slug\\\">Slug<\\/a><\\/strong>\\nA slug text input (ie: <code>my-text-input<\\/code>).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/tab\\\">Tab<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomies\\\">Taxonomies<\\/a><\\/strong>\\nSelect any taxonomy (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomy-terms\\\">Taxonomy Terms<\\/a><\\/strong>\\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/templates-selector\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/textarea\\\">Textarea<\\/a><\\/strong>\\nSwitch font family to monospace and allow tab indent.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/true-false\\\">True\\/False<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nFive new styles have been added to the native True\\/False field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/user-roles\\\">User Roles<\\/a><\\/strong>\\nSelect any user role (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/wysiwyg-editor\\\">WYSIWYG Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-block-types\\\">Block Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/classic-editor\\\">Classic Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/developer-mode\\\">Developer Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-forms\\\">Forms<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce &quot;Actions&quot; for a complete control over the form behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-options-pages\\\">Options Pages UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/performance-mode\\\">Performance Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-post-types\\\">Post Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/rewrite-rules\\\">Rewrite Rules<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/scripts\\\">Scripts UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nRun custom scripts on thousands of posts. Including builtin &quot;Orphan Meta Cleaner&quot;, &quot;Script Launcher&quot; and &quot;Performance Converter&quot; scripts.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/settings-ui\\\">Settings UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-taxonomies\\\">Taxonomies UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/templates\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nManage default ACF values in an advanced way and sync templates with Json\\/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/ajax-author-box\\\">Ajax Author Box<\\/a><\\/strong>\\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/enhanced-ui\\\">Enhanced UI<\\/a><\\/strong>\\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS\\/JS only.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/polylang\\\">Polylang<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/screen-layouts\\\">Screen Layouts<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/wpml\\\">WPML<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/options\\\">WP Options<\\/a><\\/strong>\\nManage WordPress Options from the Settings &gt; Options page. Options value (strings, serialized &amp; Json) will be displayed in a readable form. Values can be edited or deleted.<h3>&#x2764;&#xfe0f; Early Supporters<\\/h3><\\/p>\\n<ul>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/AsmussenBrandon\\\">Brandon A.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/DamChtlv\\\">Damien C.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/Val_Pellegrin\\\">Valentin P.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to Damian P. for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/jsaarenk\\\">Jaakko S.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/altendorfme\\\">Renan A.<\\/a> for his support &amp; tests<h3>&#x1f970; Donors<\\/h3><\\/li>\\n<li>Thanks to RavenSays<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Rob H.<\\/li>\\n<li>Thanks to Valentin P.<\\/li>\\n<li>Thanks to Alan A.<\\/li>\\n<li>Thanks to Damian C.<\\/li>\\n<li>Thanks to Andrew<\\/li>\\n<li>Thanks to Kimantis<\\/li>\\n<li>Thanks to Anonymous<\\/li>\\n<li>Thanks to Chris<\\/li>\\n<li>Thanks to Dennis D.<\\/li>\\n<li>Thanks to Cody R.<\\/li>\\n<li>Thanks to Jamie<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Paul M.<\\/li>\\n<li>Thanks to David B.<\\/li>\\n<li>Thanks to Swingjac<\\/li>\\n<li>Thanks to Erik<\\/li>\\n<li>Thanks to Giancarlo P.<\\/li>\\n<li>Thanks to Geuer M.<\\/li>\\n<\\/ul>\"],\"installation\":[\"<h4> Wordpress Install <\\/h4>\\n<ol>\\n<li>Install Advanced Custom Fields: Pro<\\/li>\\n<li>Upload the plugin files to the <code>\\/wp-content\\/plugins\\/acf-extended\\/<\\/code> directory, or install the plugin through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.<\\/li>\\n<li>Everything is ready!<\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 0.8.9.5 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Block Editor - Added WP 6.4 compatibility<\\/li>\\n<li>Field: Block Editor - Enhanced compatibility with custom blocks<\\/li>\\n<li>Field: Block Editor - Fixed Media Upload not working in front-end form<\\/li>\\n<li>Field: Block Editor - Fixed shortcodes not applied with <code>get_field()<\\/code><\\/li>\\n<li>Field: Block Editor - Fixed Embed Block preview height<\\/li>\\n<li>Field: Block Editor - Fixed &quot;Allowed Block Types&quot; setting not working in WP 6.3<\\/li>\\n<li>Field: Block Editor - Fixed Inserter Block Preview popup position<\\/li>\\n<li>Field: Payment - Enhanced Conditional logic &amp; Tab logic compatibility<\\/li>\\n<li>Field: Payment - Fixed PayPal Checkout button being disabled when form has no submit button<\\/li>\\n<li>Field: Payment - Added &quot;Paypal Checkout&quot; button text setting<\\/li>\\n<li>Field: Payment Cart - Added quotes compatibility in Items name<\\/li>\\n<li>Field: Phone Number - Updated Intl Tel Input library and Utilities with latest area codes<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Google reCaptcha v3 - Added token refresh logic<\\/li>\\n<li>Module: Developer Mode - Enhanced handle of incomplete class in meta values<\\/li>\\n<li>Module: Options UI - Enhanced handle of incomplete class in options values<\\/li>\\n<li>Module: Performance Ultra - Fixed slash values in WP Preview &amp; WP Revisions<\\/li>\\n<li>General: Bump WP version up to 6.4<\\/li>\\n<li>General: Updated french translation<\\/li>\\n<li>General: Enhanced internal tools<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.4 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.4:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Block Editor - Fixed WP 6.3 compatibility<\\/li>\\n<li>Field: Block Editor - Enhanced WP 6.0 \\/ 6.1 \\/ 6.2 compatibility<\\/li>\\n<li>Field: Block Editor - Fixed duplicated field when using &quot;Duplicate&quot; action with a Flexible Content\\/Repeater<\\/li>\\n<li>Field: Color Picker - Fixed Theme Json Resolver deprecated notice since WP 6.2<\\/li>\\n<li>Field: Payment - Fixed PayPal credentials field settings width for better usability<\\/li>\\n<li>Field: Phone Number - Updated Libphonenumber PHP Addon to latest 8.13.21 version<\\/li>\\n<li>Field: Phone Number - Fixed Libphonenumber PHP Addon deprecated notice<\\/li>\\n<li>Module: Performance - Added auto upgrade for <code>single_meta<\\/code> into <code>performance ultra<\\/code> when using Settings UI<\\/li>\\n<li>Core: Fixed PHP 8 deprecated notice on ACF\\/ACFE Updates admin page<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.4:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Form - Fixed PHP 8 deprecated notice when creating a new form<\\/li>\\n<li>Module: Form - Fixed escaping in <code>[acfe_form]<\\/code> attributes shortcode<\\/li>\\n<li>Module: Performance - Removed unnecessary &quot;Save as individual meta&quot; field setting when module is disabled<\\/li>\\n<li>Compatibility: ACF 6.2 - Added sidebar column in the new ACF Options Pages UI<\\/li>\\n<li>Compatibility: Profile Builder - Fixed PHP notice in settings page<\\/li>\\n<li>Compatibility: Query Monitor - Updated internal trigger notice function to correctly register as &quot;Doing it wrong&quot;<\\/li>\\n<li>Core: Updated Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.3 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.3:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Performance - Added &quot;Hybrid&quot; Engine<\\/li>\\n<li>Module: Performance - Hybrid Engine divides post meta per 2 while being compatible with search plugins &amp; <code>WP_Query<\\/code><\\/li>\\n<li>Module: Scripts - Fixed submit button not being disabled on start<\\/li>\\n<li>Module: Template - Template Location can now be used in middle of other locations<\\/li>\\n<li>Field: Block Editor - Force array when empty &quot;allow blocks&quot;<\\/li>\\n<li>Field: Color Picker - Fixed default black &amp; white color picker on &quot;Palette Display&quot;<\\/li>\\n<li>Field: Flexible Content - Grid - Fixed resizable area when column has only &quot;auto&quot; size<\\/li>\\n<li>Field: Google Map - Fixed PHP warning when importing field with a &quot;default value&quot;<\\/li>\\n<li>Field: Phone Number - Fixed JS initialization in repeater\\/flexible content on Gutenberg screen<\\/li>\\n<li>Field: Post Field - Fixed UI empty space when using Title + Permalink<\\/li>\\n<li>Field: Post Field - Fixed &quot;Add Title&quot; placeholder CSS glitch on new post creation when using Title<\\/li>\\n<li>Field: Post Field - Added compatibility with Bricks for the Content field<\\/li>\\n<li>Global Condition: Removed <code>acfe_field_group_condition<\\/code> from fields settings when not needed<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.3:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Performance Mode - Added module<\\/li>\\n<li>Module: Performance Mode - Renamed &quot;Single Meta&quot; to &quot;Ultra&quot; Engine<\\/li>\\n<li>Module: Performance Mode - Added Modes: &quot;Test Drive&quot;, &quot;Production&quot; &amp; &quot;Rollback&quot;<\\/li>\\n<li>Module: Performance Mode - Added metabox allowing to switch Mode on-demand. Displayed when Developer Mode is enabled<\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta<\\/code> setting in favor of <code>acfe\\/modules\\/performance<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/post_types<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/taxonomies<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/users<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Performance Mode - Deprecated <code>acfe\\/modules\\/single_meta\\/options<\\/code> hook in favor of <code>acfe\\/modules\\/performance\\/config<\\/code><\\/li>\\n<li>Module: Dev Mode - Fixed Dev Metabox disappearing on Page Template change<\\/li>\\n<li>Module: Form - Fixed PHP 8 deprecated notice<\\/li>\\n<li>Module: Post Type - Fixed forced 2 minimum <code>supports<\\/code> setting<\\/li>\\n<li>Field: Advanced Link - Forced empty value when saved as empty<\\/li>\\n<li>Field: Flexible Content - Fixed Layouts Categories order to ASC<\\/li>\\n<li>Field: Taxonomy Terms - Added REST API return schema array|false|null<\\/li>\\n<li>Compatibility: Fixed tooltip instruction placement being wrongly translated<\\/li>\\n<li>Compatibility: Added ACFML 2.0.2 compatibility fix with PHP AutoSync and <code>l10n_textdomain<\\/code><\\/li>\\n<li>Compatibility: Added ACF 6.1 compatibility fixes<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.2 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.2:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Dev Mode - Added &quot;Edit&quot; action to edit raw metadata on the fly<\\/li>\\n<li>Field: Color Picker - Custom colors are now normalized to enhance compatibility with Iris<\\/li>\\n<li>Field: Color Picker - Color gradient is now displayed by default instead of the black &amp; white gradient<\\/li>\\n<li>Field: Image - Added &quot;Upload Folder&quot; setting to customize upload path<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Code Editor - Fixed <code>return_format<\\/code> throwing an error on newly created\\/modified Code Editor<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Removed unnecessary HTML comment with layout name<\\/li>\\n<li>Field: Flexible Content - Copy\\/Paste - Enhanced prompt instructions<\\/li>\\n<li>General: Updated Translations<\\/li>\\n<\\/ul>\\n<h4> 0.8.9.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Date Range Picker - Added string value fallback in <code>format_value()<\\/code><\\/li>\\n<li>Field: Menu Locations - Added &quot;Name&quot;, &quot;Label&quot; &amp; &quot;Both (Array)&quot;&quot; Return Format<\\/li>\\n<li>Field: Options Pages - Fixed potential warning when &quot;Allowed Options Pages&quot; setting was empty<\\/li>\\n<li>Field Group: Global Conditional Logic - Added &lt;, &lt;=, &gt;, &gt;= Field Group Locations Operators<\\/li>\\n<li>Module: Rewrite Rules - Enhanced invalid regex rule fallback<\\/li>\\n<li>Module: Scripts - Script Launcher - Added <code>capability<\\/code> parameter<\\/li>\\n<li>Module: Scripts - Script Launcher - Enhanced <code>executions<\\/code> argument to allow <code>false\\/true\\/[number]<\\/code><\\/li>\\n<li>Module: Scripts - Script Launcher - Removed unnecessary <code>$index<\\/code> from hooks arguments<\\/li>\\n<li>Module: Template - Fixed potential warning when adding a Local Field Group without <code>location<\\/code><\\/li>\\n<li>Module: Template - Fixed &quot;After Title&quot; Field Group position which could break saving<\\/li>\\n<li>Module: Template - Fixed &quot;Required&quot; setting when using DB Field Groups<\\/li>\\n<li>Module: Template - Fixed Clone &quot;Seamless&quot; values prefix<\\/li>\\n<li>General: Fixed Currencies returned in Languages queries<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Formatted value now correctly return an empty value when needed<\\/li>\\n<li>Field: Advanced Link - Fixed an issue with custom sub fields when <code>key<\\/code> argument was missing<\\/li>\\n<li>Field: Code Editor - Added <code>nl2br()<\\/code> &quot;Return Format&quot; setting<\\/li>\\n<li>Field Groups: Added <code>acfe\\/default_field_group<\\/code> filter to define default Field Group configuration<\\/li>\\n<li>Field Groups: ACF 6.0 - Fixed Field Groups tabs CSS when there are many categories<\\/li>\\n<li>Field Settings: Bidirectional - Added control to avoid updating values when prevewing changes<\\/li>\\n<li>Module: Block Types - Fixed an edge case where an error could be thrown when editing a post<\\/li>\\n<li>Module: Post Types - Admin Archive - Added <code>acfe\\/validate_post_type_archive<\\/code> hook<\\/li>\\n<li>Module: Post Types - Admin Archive - Deprecated <code>acfe\\/post_type_archive_capability<\\/code> hook<\\/li>\\n<li>Module: Post Types - Admin Archive - Added <code>show_in_menu<\\/code>  custom page compatibility<\\/li>\\n<li>Module: Post Types - Admin Archive - Added Post Type <code>post<\\/code> &quot;Edit Archive&quot; adminbar compatibility<\\/li>\\n<li>Module: Settings - Fixed warning when using an old ACF version which doesn\\u2019t handle newer ACF settings<\\/li>\\n<li>Modules: Fixed &quot;Enter&quot; keypress breaking the creating of new item<\\/li>\\n<li>Modules: Enhanced 0.8.9 module upgrade to use <code>init<\\/code> action<\\/li>\\n<li>General: Replaced <code>acf_esc_attrs()<\\/code> (ACF 5.8.1) usage with <code>acf_esc_atts()<\\/code> (ACF 5.8) to meet requirements<\\/li>\\n<li>General: Updated Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.9 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Block Editor - Added field<\\/li>\\n<li>Field: Payment - Fixed ACF 6.0.x settings instructions<\\/li>\\n<li>Modules: Added PHP\\/Json AutoSync feature<\\/li>\\n<li>Modules: Added &quot;Local&quot; &amp; &quot;Sync Available&quot; views<\\/li>\\n<li>Modules: Added DB &lt;&gt; PHP &lt;&gt; Json triangular difference comparison<\\/li>\\n<li>Module: Block Types - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/block-types<\\/code><\\/li>\\n<li>Module: Block Types - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/block-types<\\/code><\\/li>\\n<li>Module: Options Pages - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/options-pages<\\/code><\\/li>\\n<li>Module: Options Pages - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/options-pages<\\/code><\\/li>\\n<li>Module: Post Types - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/post-types<\\/code><\\/li>\\n<li>Module: Post Types - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/post-types<\\/code><\\/li>\\n<li>Module: Taxonomies - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/taxonomies<\\/code><\\/li>\\n<li>Module: Taxonomies - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/taxonomies<\\/code><\\/li>\\n<li>Module: Templates - PHP sync files are saved\\/loaded from <code>\\/my-theme\\/acfe-php\\/templates<\\/code><\\/li>\\n<li>Module: Templates - Json sync files are saved\\/loaded from <code>\\/my-theme\\/acf-json\\/templates<\\/code><\\/li>\\n<li>Module: Templates - Deprecated <code>acfe_add_local_template()<\\/code> in favor of <code>acfe_register_template()<\\/code><\\/li>\\n<li>Module: Settings - Fixed <code>l10n_textdomain<\\/code> setting as text input<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Added value type control during <code>update_value<\\/code> to enhance compatibility<\\/li>\\n<li>Module: Block Types - Added &quot;Align Text&quot;, &quot;Align Content&quot;, &quot;Full Height&quot;, &quot;Align Matrix&quot; settings<\\/li>\\n<li>Module: Enhanced UI - Fixed WP 6.1 Attachment &quot;Alt&quot; field missing<\\/li>\\n<li>Module: Post Types - Added &quot;Meta Key&quot; and &quot;Meta Type&quot; orderby settings in Archive and Admin query<\\/li>\\n<li>Module: Post Types - Added &quot;Enter Title&quot; setting in Labels<\\/li>\\n<li>Module: Post Types - WP Updated Messages now use Labels with Classic Editor<\\/li>\\n<li>Module: Taxonomies - Added &quot;Meta Key&quot; and &quot;Meta Type&quot; orderby settings in Single and Admin query<\\/li>\\n<li>General: Fixed potential Block Type JS error on layout change<\\/li>\\n<li>General: Added ACF 6.0.x Select2 single select CSS fix<\\/li>\\n<li>General: Introduced Module v3<\\/li>\\n<li>General: Reworked Upgrades logic<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.11 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.11:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Date\\/Time Picker - Fixed instructions placement in ACF 6.0.x<\\/li>\\n<li>Field: Google Map - Added <code>is_array()<\\/code> control in <code>format_value()<\\/code><\\/li>\\n<li>Field: Payment - Added initialization on <code>ready<\\/code> to avoid too early JS init<\\/li>\\n<li>Module: Scripts - Bumped &quot;Clean Orphan Meta&quot; script version to 1.1<\\/li>\\n<li>Module: Scripts - Added &quot;Script Launcher&quot; to easily launch scripts using hooks<\\/li>\\n<li>Module: Settings - Added <code>modules\\/scripts\\/demo<\\/code> setting<\\/li>\\n<li>General: ACF Updates screen has been uniformized accross 5.10.x to ACF 6.0.x versions<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.11:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Reworked code &amp; unified unformatted value<\\/li>\\n<li>Field: Clone - Fixed Seamless Style CSS in <code>acf-table<\\/code><\\/li>\\n<li>Field: Columns - Fixed Columns render in Repeater when user sort rows<\\/li>\\n<li>Field: Flexible Content - Added check in <code>acfe\\/load_fields<\\/code> to avoid potential PHP warning with third party plugins<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Added Layout&quot; scroll animation<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview Ajax when inside ACF Ajax Screen Check<\\/li>\\n<li>Field: Group - Fixed Seamless Style CSS in <code>acf-table<\\/code><\\/li>\\n<li>Field: Post Object - Fixed older ACF version &lt; 5.10 Select2 escape<\\/li>\\n<li>Field: Tab - Fixed last opened tab preference on page refresh<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Level&quot; ajax setting not working correctly in ACF 6.0.x<\\/li>\\n<li>Field: Taxonomy Terms - Enhanced Load Terms\\/Save Terms settings logic to avoid call on front-end<\\/li>\\n<li>Field Group: Fixed Flexible Content &quot;Duplicate Layout&quot; sub fields moved to original layout<\\/li>\\n<li>Field Settings: Bidirectional - Fixed potential php warning when deleting related field groups<\\/li>\\n<li>Fields: Added <code>acf_translate()<\\/code> in <code>acf\\/translate_field\\/type=field_type<\\/code> for all field types<\\/li>\\n<li>Module: Dev Mode - &quot;Bulk actions&quot; is correctly hidden when metabox are cleared<\\/li>\\n<li>Module: Enhanced UI - Fixed Tabs &quot;Align Left&quot; placement on User Edit Screen<\\/li>\\n<li>Module: Form - Fixed &quot;User Action&quot; uploaded files so it can be used in a later action<\\/li>\\n<li>Module: Form - Added &quot;User Action&quot; Target control before processing builtin User Validation<\\/li>\\n<li>Module: Form - Added <code>acfe\\/form\\/submit\\/post_append_terms<\\/code> filter to change the <code>wp_set_object_terms<\\/code> append<\\/li>\\n<li>Module: Settings - Added <code>rest_api_enabled<\\/code> <code>rest_api_format<\\/code> <code>rest_api_embed_links<\\/code> <code>preload_blocks<\\/code> <code>enable_shortcode<\\/code> settings<\\/li>\\n<li>General: Fixed various ACF 6.0.x CSS<\\/li>\\n<li>General: Added multiple plugin activation warning messages<\\/li>\\n<li>General: Added select2 hooks controls to avoid initialize without <code>field<\\/code> instance<\\/li>\\n<li>General: Introduced <code>acfe.FieldExtender<\\/code> and deprecated <code>acfe.fieldExtend<\\/code><\\/li>\\n<li>General: Introduced <code>acfe.Modal<\\/code> and deprecated <code>acfe.Popup<\\/code><\\/li>\\n<li>General: Replaced <code>_.escape()<\\/code> with <code>acf.strEscape()<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.8.8.10 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.10:<\\/strong><\\/p>\\n<ul>\\n<li>Field: File - Improved default values implementation<\\/li>\\n<li>Field: File - Fixed Preview Style &quot;Select2&quot; setting render styling<\\/li>\\n<li>Field: WYSIWYG - Fixed &quot;Custom Toolbar&quot; setting not working correctly in ACF 6.0 UI<\\/li>\\n<li>Field Settings: Min\\/Max - Added settings as default values in related fields<\\/li>\\n<li>Module: Scripts - Improved validation process to only trigger inside page wrapper<\\/li>\\n<li>General: Fixed ACF 6.0 CSS on ACF &quot;Updates&quot; page<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.10:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Image\\/File - Fixed undefined index notice when ACFE Form forced specific uploader type<\\/li>\\n<li>Field: Flexible Content - Clear fields storage in Field Group UI to avoid third party plugins messing with it<\\/li>\\n<li>Module: Forms - Reverted logic for the Image\\/File\\/Gallery media modal<\\/li>\\n<li>Field Groups: Fixed Advanced Settings\\/Validation settings not working correctly in ACF 6.0 UI<\\/li>\\n<li>General: Added several ACF 6.0 Field Groups CSS fixes<\\/li>\\n<li>General: Hooks - Added <code>acf_add_filter_variations()<\\/code> to general hooks<\\/li>\\n<li>General: Enhanced <code>acfe_is_admin_screen()<\\/code> helper<\\/li>\\n<li>General: Enhanced <code>ftype<\\/code> js logic to avoid overriding prototype<\\/li>\\n<li>General: Enhanced <code>acfe.fieldExtend<\\/code> js logic &amp; added dependencies<\\/li>\\n<li>General: Enhanced js helpers<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.9 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Code Editor - Fixed ACF 6.0 UI field setting width<\\/li>\\n<li>Field: Google Map - Fixed potential undefined <code>zoom<\\/code> key in some edge case<\\/li>\\n<li>Field: Post Object - Fixed an issue with the Inline Post Edit modal which would not work correctly in some edge case<\\/li>\\n<li>Field: Relationship - Reworked &amp; Enhanced Post Creation\\/Edit code logic<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Dynamic Render - Fixed potential undefined <code>render<\\/code> key when using the old <code>acfe_dynamic_message<\\/code> field type<\\/li>\\n<li>Field: Flexible Content - Fixed duplicated Modal Select Categories<\\/li>\\n<li>Field: Flexible Content - Fixed Sortable ui helper css margin<\\/li>\\n<li>Field: Post Object - Fixed ACF 6.0 UI wrong border color<\\/li>\\n<li>Field: Post Object - Fixed sortable items when Inline Post Edit is enabled with &quot;Allow Multiple values&quot;<\\/li>\\n<li>Field: Select - Fixed potential JS issue while searching a value when using &quot;Allow custom value&quot;<\\/li>\\n<li>Field: Tab - Fixed ACF 6.0 UI missing colors<\\/li>\\n<li>Field: Taxonomy - Fixed JS error on initialization<\\/li>\\n<li>Module: Advanced Validation\\/Settings - Fixed ACF 6.0 UI settings css<\\/li>\\n<li>Module: Forms - Bail early in the Block Editor in the <code>[acfe_form]<\\/code> shortcode to avoid conflict with Media Modal (ACF core logic)<\\/li>\\n<li>Module: Dev - Enhanced module logic<\\/li>\\n<li>General: Added several ACF 6.0 &amp; ACF 6.0.1 UI compatibility fixes<\\/li>\\n<li>General: Added several JS helpers<\\/li>\\n<li>General: Enhanced ACFE Modal logic<\\/li>\\n<li>General: Enhanced Readme<\\/li>\\n<li>General: Enhanced Build Tools<\\/li>\\n<li>General: Introduced <code>acfe.fieldExtend<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.8.8.8 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Dev Mode - <code>post_content<\\/code> is unserialized in Post Object view when possible<\\/li>\\n<li>Module: Dev Mode - Added data overview &amp; clean orphan meta on Attachment<\\/li>\\n<li>Module: Global Conditional Logic - Fixed postbox being hidden when user interacted with Screen Options<\\/li>\\n<li>Module: Scripts - Fixed Attachments post type in Orphan Meta Cleaner<\\/li>\\n<li>Module: Rewrite Rules - Fixed non-registered rewrite tag php notice<\\/li>\\n<li>Field: Color Picker - Added <code>theme.json<\\/code> compatibility for color palette<\\/li>\\n<li>Field: Color Picker - Added Return Format &quot;Label&quot; and &quot;Color + Label Array&quot;<\\/li>\\n<li>Field: Countries \\/ Languages \\/ Currencies - Removed potential notice in some edge cases<\\/li>\\n<li>Field: Date Range Picker - The <code>end_date<\\/code> sub field is now correctly cleared upon save<\\/li>\\n<li>Field: Date Range Picker - Displaying only one date when the user select the same start\\/end date<\\/li>\\n<li>Field: File - Added field key to attributes for nonce generation<\\/li>\\n<li>Field: Payment - Added &quot;Hide Postal Code&quot; setting<\\/li>\\n<li>Field: Payment - Added <code>acfe\\/fields\\/payment\\/stripe_args<\\/code> JS hook to change Stripe elements args<\\/li>\\n<li>Field: Payment - Fixed Payment Summary Render rounding the total amount<\\/li>\\n<li>Field: Payment - Fixed PayPal popup blocked by Safari<\\/li>\\n<li>Field: Payment - Fixed PayPal validation when &quot;Display Button&quot; is disabled<\\/li>\\n<li>Field: Payment Cart - &quot;## Title&quot; markup is now allowed<\\/li>\\n<li>Field: Payment Cart - Field is now compatible with Repeater\\/Flexible Content<\\/li>\\n<li>Field: Payment Cart - Cart items are now automatically passed to js in <code>acf.data.acfe.carts<\\/code><\\/li>\\n<li>Field: Phone Number - Added National &amp; International return format when libphonenumber is installed<\\/li>\\n<li>Field: Phone Number - Added Geolocation API Token setting for ipinfo.io<\\/li>\\n<li>Field: Phone Number - Field value now only save the phone number instead of an array for data accessibility<\\/li>\\n<li>Field: Phone Number - Server Validation now also take care of Allowed Countries setting<\\/li>\\n<li>Field: Post Field - Fixed Content reinit JS undefined variable<\\/li>\\n<li>Field: Post Object - Inline Post Creation\\/Edit - Added data in iframe URL for customization<\\/li>\\n<li>Field: Relationship - Inline Post Creation\\/Edit - Added data in iframe URL for customization<\\/li>\\n<li>Field: Relationship - Added edit button RTL CSS support<\\/li>\\n<li>Field: True False - Added &quot;Default Rounded&quot;, &quot;Small&quot;, &quot;Small Rounded&quot;, &quot;Alt&quot; &amp; &quot;Alt Rounded&quot; styles<\\/li>\\n<li>Field: WYSIWYG - Removed jQuery dependency on Source Code modal<\\/li>\\n<li>Field Group: Added Alternative Add Field Mode with Shift+Click (add by field type)<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Dev Mode - Fixed &quot;Bulk Delete Meta&quot; not working correctly on Post Type List screen<\\/li>\\n<li>Module: Dev Mode - Added meta overview on Attachment screen<\\/li>\\n<li>Module: Enhanced UI - Added Attachment Enhanced UI<\\/li>\\n<li>Module: Enhanced UI - Fixed WordPress 6.0 User Profile PHP notice<\\/li>\\n<li>Module: Form - Fixed &quot;Library: Attached to this post&quot; front-end Media Modal<\\/li>\\n<li>Module: Form - Enhanced <code>acfe\\/form\\/load<\\/code> to allow hidding field<\\/li>\\n<li>Module: Form - User - Added builtin Insert\\/Update User Email validation<\\/li>\\n<li>Module: Form - Post Action - Fixed post parent setting which could break in some edge cases<\\/li>\\n<li>Module: Form - PHP Success hook<\\/li>\\n<li>Module: Multilang - Fixed Post Types Archive Page detection when using <code>get_field()<\\/code> very early<\\/li>\\n<li>Module: Options Pages - Admin List - Added &quot;Position&quot; column<\\/li>\\n<li>Module: Options UI - Enhanced search escape<\\/li>\\n<li>Module: Options UI - Enhanced specialchars entities &amp; added raw serialized output<\\/li>\\n<li>Module: Settings UI - Enhanced registered values column to correctly use <code>acf\\/settings<\\/code> filter<\\/li>\\n<li>Field: Advanced Link - Display preview when URL or Title is entered<\\/li>\\n<li>Field: Code Editor - Fixed value update when used inside an ACF Block Type<\\/li>\\n<li>Field: Code Editor - Fixed missing Field Object Settings in the Field Group UI on duplicate<\\/li>\\n<li>Field: Columns - Fixed CSS when inside a collapsed Repeater<\\/li>\\n<li>Field: Columns - Added field to GraphQL<\\/li>\\n<li>Field: Clone - Fixed Modal Edit title when in repeater table<\\/li>\\n<li>Field: Flexible Content - Select Modal - Fixed Layout Category showing in all categories when there is no category set<\\/li>\\n<li>Field: Flexible Content - Edit Modal - Fixed usage with <code>acf\\/fields\\/flexible_content\\/layout_title<\\/code><\\/li>\\n<li>Field: Group - Fixed Modal Edit title when in repeater table<\\/li>\\n<li>Field: Post Statuses - slugs are only shown when duplicated labels<\\/li>\\n<li>Field: Select - Enhanced Select2 &quot;on clear&quot; logic by closing selection<\\/li>\\n<li>Field: Taxonomy Terms - Enhanced Radio Field Type when using Load Terms with specific allowed terms<\\/li>\\n<li>Field Settings: Validation - Added regex unicode compatibility<\\/li>\\n<li>Locations: Post Type Archive - Enhanced <code>have_archive()<\\/code> to find post type when there is no posts<\\/li>\\n<li>Locations: Post Type Archive - Fixed native <code>post<\\/code>, <code>page<\\/code> &amp; <code>attachment<\\/code> post types archive location matching field groups<\\/li>\\n<li>General: Compatibility - Enhanced Elementor Dynamic Tags detection<\\/li>\\n<li>General: Compatibility - Added ACF 6.0 new UI compatibility fixes<\\/li>\\n<li>General: Core - Fixed editable <code>&lt;code&gt;<\\/code> tag for facetwp<\\/li>\\n<li>General: Core - Enhanced localize data<\\/li>\\n<li>General: Core - Enhanced scripts enqueue logic<\\/li>\\n<li>General: Core - Updated tooltip icon &amp; added on\\/off logic on click<\\/li>\\n<li>General: Gutenberg - Enhanced metabox CSS<\\/li>\\n<li>General: Helpers - Added <code>acfe_query_fields()<\\/code> helper<\\/li>\\n<li>General: Readme - Enhanced Readme (Plugin URI, typos, Slack URL...)<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.7 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.7:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Templates - Fixed top-level Seamless Clones values not being correctly loaded<\\/li>\\n<li>Module: Templates - Fixed Templates List columns data<\\/li>\\n<li>Module: Global Conditional Logic - Fixed Field Group Locations when using a Global Field on the &quot;Add Term&quot; screen<\\/li>\\n<li>Module: Global Conditional Logic - Enhanced Field Group Locations to only use matched groups when using the same field on different screens<\\/li>\\n<li>Module: Global Conditional Logic - Fixed ACF Ajax Screen rules being incorrectly applied<\\/li>\\n<li>Field: Date Range Picker - Fixed &quot;Default Start\\/End&quot; settings not working correctly<\\/li>\\n<li>Field: Date Range Picker - Added &quot;Show Dropdowns&quot; settings<\\/li>\\n<li>Field: Date Range Picker - Enhanced dropdowns CSS<\\/li>\\n<li>Field: Flexible Content - Grid System - Renamed &quot;Wrap&quot; setting to &quot;No Wrap&quot; for consistency<\\/li>\\n<li>Field: Payment - Fixed Conditional Logic not working correctly<\\/li>\\n<li>Field: Payment - Fixed &quot;Incorrect Payment Data&quot; in Summary Render when no items saved<\\/li>\\n<li>Field: Payment - Enhanced Summary Render &amp; Data validation<\\/li>\\n<li>Field: Payment - Fixed recursive &quot;Payment Field Selection&quot; when payment fields are inside sub fields<\\/li>\\n<li>Field: Post Field - Taxonomy - Fixed initialization with non-hierarchical taxonomy<\\/li>\\n<li>Field: Post Field - Editor - Added delayed re-initialization<\\/li>\\n<li>Field: Post Object - Fixed &quot;Allow Creation&quot; setting not triggering Conditional Logic on post creation<\\/li>\\n<li>Field: WYSIWYG - Added &quot;Auto Init&quot; setting when using &quot;Delay Init&quot;<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.7:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Ajax Authorbox - Fixed disappearing authorbox when ACF Ajax Screen is triggered (category selection etc...)<\\/li>\\n<li>Module: Clean Orphan Meta - Enhanced logic for cloned fields with sub fields<\\/li>\\n<li>Module: Forms - Enhanced <code>acfe\\/form\\/prepare<\\/code> arguments when using <code>return false<\\/code><\\/li>\\n<li>Module: Developer Mode - Fixed potential PHP notice when using Local Field Groups<\\/li>\\n<li>Module: Developer Mode - <code>ACFE_DEV<\\/code> &amp; <code>ACFE_SUPER_DEV<\\/code> constants are now uppercase<\\/li>\\n<li>Module: Options UI - Fixed <code>orderby<\\/code> column sanitization<\\/li>\\n<li>Module: Single Meta - Fixed Preview Changes not working correctly with Single Meta<\\/li>\\n<li>Field: Columns - Fixed CSS when used inside Tabs Aligned Left<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Modal Select Size&quot; being always forced to &quot;Full&quot;<\\/li>\\n<li>Field: Flexible Content - Fixed sub fields CSS when displayed inside a &quot;Modal Edit&quot; from the Sidebar<\\/li>\\n<li>Field: Flexible Content - Fixed sidebar Gutenberg title CSS glitch<\\/li>\\n<li>Field: WYSIWYG - Fixed &quot;Delay init&quot; setting being automatically initialized on page load<\\/li>\\n<li>Field Groups: Fixed potential PHP notice when no Field Group are saved in DB in the &quot;Sync Available&quot; Tab<\\/li>\\n<li>Locations: Post Type list\\/Taxonomy list\\/User list\\/Attachment list - Fixed Flexible Content field initialization<\\/li>\\n<li>Locations: Post Type list\\/Taxonomy list\\/User list\\/Attachment list - Fixed fields CSS padding<\\/li>\\n<li>General: Added <code>acfe_get_field_descendants()<\\/code> &amp; <code>acfe_map_any_field()<\\/code> helpers<\\/li>\\n<li>General: Fixed native ACF 5.11 bug with multiple front-end forms which wrongly trigger validation when one field was required<\\/li>\\n<li>General: Fixed <code>acfe\\/validate_save_post<\\/code> to correctly work with <code>acfe_add_validation_error()<\\/code> helper<\\/li>\\n<li>General: Enhanced Select2 CSS integration for ACF 5.10\\/5.11.3\\/5.11.4 and YOAST<\\/li>\\n<li>General: Enhanced french translation<\\/li>\\n<li>General: Code Cleanup &amp; Formatting<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.6 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.6:<\\/strong><\\/p>\\n<ul>\\n<li>Field: File - Fixed single file not being correctly saved when removed on Gutenberg screen<\\/li>\\n<li>Field: Payment - Added PayPal Production &amp; Test API URL in settings instructions<\\/li>\\n<li>Field: Payment - Enhanced Stripe\\/PayPal JS enqueue on Gutenberg screen<\\/li>\\n<li>Field: Payment Cart - Fixed multiline &quot;Default Value&quot; setting<\\/li>\\n<li>Field: Phone Number - Fixed format value causing problem in some edge case<\\/li>\\n<li>Field: Phone Number - Changed default &quot;Return Format&quot; to &quot;Number&quot;<\\/li>\\n<li>Field Settings: Instructions More - Fixed <code>&amp;dash;<\\/code> in field settings instructions with ACF 5.10<\\/li>\\n<li>Module: Dev Mode - Fixed &quot;Object Data&quot; modal on Post Screen when sidebar is fixed<\\/li>\\n<li>Module: Forms - Fixed Shortcode Preview issue when the ACFE Form module was disabled<\\/li>\\n<li>Module: Orphan Meta Cleaner Script - Added support of multi-sub level clones seamless fields<\\/li>\\n<li>General: Removed &quot;No license key has been provided&quot; annoying message on Updates Screen<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.6:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Fixed WYSIWYG copy\\/paste layout feature with ACF 5.10<\\/li>\\n<li>Fields: Fixed ACFE Modal position on Gutenberg screen<\\/li>\\n<li>Module: Dev Mode - Added support of multi-sub level clones seamless fields<\\/li>\\n<li>Module: Enhanced UI - Added LearnDash Taxonomies compatibility<\\/li>\\n<li>Module: Forms - Added <code>acfe_form_format_value()<\\/code> back-compatibility with 3rd argument<\\/li>\\n<li>Module: Forms - Enhanced &quot;Save ACF Fields&quot; instructions text<\\/li>\\n<li>Module: Forms - Added &quot;Post Excerpt&quot; in the &quot;Post Action&quot; fields<\\/li>\\n<li>Module: Settings UI - Fixed tabs badge count with ACF 5.10<\\/li>\\n<li>General: Enhanced <code>acfe_is_json()<\\/code> helper<\\/li>\\n<li>General: Added <code>acfe_is_block_editor()<\\/code> helper<\\/li>\\n<li>General: Fixed typo in changelog<\\/li>\\n<li>General: Enhanced french translation<\\/li>\\n<li>General: Enhanced readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.5 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Added &quot;Payment&quot; Field - Compatible with Stripe &amp; PayPal Express gateways<\\/li>\\n<li>Field: Added &quot;Payment Selector&quot; Field - Select Payment Field gateway. Supports Radio\\/Select field type and icons<\\/li>\\n<li>Field: Added &quot;Payment Cart&quot; Field - Easily setup a cart selector with items and price<\\/li>\\n<li>Module: Added &quot;Scripts UI&quot; - Run scripts on thousands Posts\\/Terms\\/Users\\/Options Page without server limitation. Including API for custom made scripts<\\/li>\\n<li>Module: Added &quot;Rewrite Rules UI&quot; - Overview, debug and test permalinks rules<\\/li>\\n<li>Module: Scripts UI - Added &quot;Orphan Meta Cleaner&quot; builtin script to clean orphan meta from any objects<\\/li>\\n<li>Module: Scripts UI - Added &quot;Single Meta Converter&quot; builtin script to convert any object meta to Single Meta<\\/li>\\n<li>Module: Scripts UI - Added &quot;Count Posts&quot;, &quot;Export Posts&quot; &amp; &quot;Import Posts&quot; example scripts for developers<\\/li>\\n<li>Module: Developer Mode - Reworked and enhanced the module logic<\\/li>\\n<li>Module: Developer Mode - Enhanced &amp; moved &quot;Object Overview&quot; Metabox into the respective object submit box<\\/li>\\n<li>Module: Developer Mode - Added &quot;Meta Count&quot;, &quot;Meta Clean&quot; &amp; &quot;Single Meta Status&quot; infos on all objects<\\/li>\\n<li>Module: Developer Mode - Added module on &quot;Attachment List&quot;, &quot;User List&quot; and &quot;WP Settings&quot; locations<\\/li>\\n<li>Module: Developer Mode - Fixed potential warning if the ACF Options Page <code>menu_slug<\\/code> wasn\'t found<\\/li>\\n<li>Module: Force Sync - Added &quot;Deleted File Sync&quot; setting <code>acfe\\/modules\\/force_sync\\/delete<\\/code> to automatically sync deleted json files to DB<\\/li>\\n<li>Module: Forms - Added <code>[acfe_form]<\\/code> shortcode preview mode setting <code>acfe\\/modules\\/forms\\/shortcode_preview<\\/code> to render the Form Preview in the WP Editor<\\/li>\\n<li>Field: Color Picker - Added ACF 5.10 &quot;Enable Transparency&quot; compatibility<\\/li>\\n<li>Field: Countries - Added missing conditional logic compatibility<\\/li>\\n<li>Field: Currencies - Added missing conditional logic compatibility<\\/li>\\n<li>Field: Date Range Picker - Enhanced field to allow users to enter dates manually in the text input<\\/li>\\n<li>Field: Date Range Picker - Fixed virtual keyboard on mobile device when user click on the input<\\/li>\\n<li>Field: Date Range Picker - Enhanced Load\\/Save\\/Format\\/Delete Sub Fields logic<\\/li>\\n<li>Field: File Upload - Added Repeater upload compatibility when &quot;Multiple File Upload&quot; setting is disabled<\\/li>\\n<li>Field: Flexible Content Layouts Locations Rules - Fixed &quot;Minimum Layout&quot; setting being incorrectly triggered on unmatched screen<\\/li>\\n<li>Field: Flexible Content Layouts Locations Rules - Fixed various problems when used within the Templates module<\\/li>\\n<li>Field: Flexible Content Layouts Grid System - Fixed placeholder height CSS when using &quot;Stretch Size&quot; setting<\\/li>\\n<li>Field: Image Selector - Fixed PHP notice when creating the field in the Field Group admin UI<\\/li>\\n<li>Field: Image Selector - Reworked and fixed &quot;Return Format&quot; setting to use new formats: &quot;Value&quot;, &quot;Array&quot; or &quot;Image&quot;<\\/li>\\n<li>Field: Languages - Added missing conditional logic compatibility<\\/li>\\n<li>Field: Options Pages - Fixed possible notice when no Options Pages are registered<\\/li>\\n<li>Field: Phone Number - Fixed value reset to &quot;0&quot; when empty and using Single Meta<\\/li>\\n<li>Field: Phone Number - Fixed input padding calculation when using &quot;Separated Dial Code&quot; setting with Gutenberg<\\/li>\\n<li>Field: Users - Added &quot;Min\\/Max&quot; restriction setting compatibility<\\/li>\\n<li>Locations: Added &quot;Attachment List&quot; Field Group Location<\\/li>\\n<li>Locations: Added &quot;User List&quot; Field Group Location<\\/li>\\n<li>General: Added WP auto-update feature compatibility<\\/li>\\n<li>General: Fixed PHP warning on &quot;Update Core&quot; screen when an update is available<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Button - Added JS ajax data filter <code>acfe\\/fields\\/button\\/data<\\/code> and added all form fields in the post dataset<\\/li>\\n<li>Field: Code Editor - Added &quot;Json&quot; Mode<\\/li>\\n<li>Field: Code Editor - Added &quot;Return HTML Entities&quot; setting to render entities instead of HTML<\\/li>\\n<li>Field: Code Editor - Fixed duplicated textarea when the field was duplicated within a Repeater or a Flexible Content<\\/li>\\n<li>Field: Columns - Fixed CSS when columns when used in Tabs<\\/li>\\n<li>Field: Dynamic Message - Renamed field to &quot;Dynamic Render&quot;<\\/li>\\n<li>Field: File - Added <code>acfe\\/upload_dir<\\/code> and <code>acfe\\/upload_file<\\/code> hooks (+ variations) to allow developers easily change upload folder and file name during an upload<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Toggle Layout&quot; feature which rendered duplicated layouts on the front-end when a layout was toggled off<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Layouts State: Always Opened&quot; not being correctly applied to previously closed layout<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Modal Edit Title&quot; not being correctly displayed when not using the &quot;Inline Title Edit&quot; setting<\\/li>\\n<li>Field: Flexible Content - Added links to documentation in settings instructions<\\/li>\\n<li>Field: Image - Fixed &quot;Set as Featured Image&quot; not working correctly in the WP &quot;Post Preview&quot; mode when the post wasn\'t saved<\\/li>\\n<li>Field: Select2 - Enhanced placeholder CSS<\\/li>\\n<li>Field: Taxonomy Terms - Added <code>acfe\\/fields\\/taxonomy_terms\\/result<\\/code> filters to change the Term Name result<\\/li>\\n<li>Field: Taxonomy Terms - Fixed potential warning when using non-existent taxonomies as setting (after an import for example)<\\/li>\\n<li>Field: Taxonomy Terms - Fixed potential notice when trying to update the field incorrectly with a Term Name instead of the ID<\\/li>\\n<li>Field: WYSIWYG Editor - Fixed dropdown placement when user scroll inside an ACFE modal<\\/li>\\n<li>Module: Ajax Author Box - Reworked module code base to enhance compatibility<\\/li>\\n<li>Module: Ajax Author Box - Disabled the module on Block Editor screen<\\/li>\\n<li>Module: Block Types UI - Fixed potential PHP notice when using a Clone field with non-existent cloned fields<\\/li>\\n<li>Module: Developer Mode - Added meta overview on &quot;Post Type List&quot; and &quot;Taxonomy List&quot; locations<\\/li>\\n<li>Module: Enhanced UI - Fixed Rankmath metabox compatibility on Terms Edit screen<\\/li>\\n<li>Module: Enhanced UI - Enhanced various metaboxes CSS<\\/li>\\n<li>Module: Forms - Enhanced <code>[acfe_form]<\\/code> shortcode to allow users to override any form setting<\\/li>\\n<li>Module: Forms - Added <code>[acfe_form]<\\/code> shortcode placeholder in the WP Editor<\\/li>\\n<li>Module: Forms - Added links to documentation and removed code examples from the UI<\\/li>\\n<li>Module: Forms - Fixed &quot;Log User&quot; Action not displaying error messages when the user\\/pass were incorrect<\\/li>\\n<li>Module: Forms - Enhanced general pre-save logic to avoid side effects<\\/li>\\n<li>Module: Forms - Enhanced old usage of <code>{query_var}<\\/code> Template Tag detection when trying to retrieve an action output<\\/li>\\n<li>Module: Forms - Added &quot;#Generated ID&quot; value for the &quot;Post Title&quot; of the &quot;Post Action&quot;<\\/li>\\n<li>Module: Forms - Enhanced <code>acfe_add_validation_error()<\\/code> to use form fields in priority when using a field name selector<\\/li>\\n<li>Module: Forms - Added Repeater format value when using <code>{field}<\\/code> &amp; <code>{fields}<\\/code> Template Tags<\\/li>\\n<li>Module: Options UI - Reworked code base<\\/li>\\n<li>Module: Single Meta - Enhanced meta compilation logic for even better performance<\\/li>\\n<li>Module: Single Meta - Enhanced revision meta compilation<\\/li>\\n<li>Module: Single Meta - Enhanced &quot;Clean orphan Meta&quot; logic<\\/li>\\n<li>Module: Single Meta - Enhanced &quot;Clean orphan Meta&quot; metabox. Now only available when the &quot;Developer Mode&quot; module is enabled<\\/li>\\n<li>Module: Single Meta - Meta conversion to &quot;Single Meta&quot; no more delete native ACF meta in the process. Users have to click on &quot;Clean Orphan Meta&quot; action manually<\\/li>\\n<li>Module: Single Meta - Added &quot;User Object&quot; type compatibility<\\/li>\\n<li>Module: Single Meta - Added <code>acfe\\/modules\\/single_meta\\/users<\\/code> hook to filter specific user roles<\\/li>\\n<li>Fields: Bidirectional Setting - Field Groups Json\\/PHP files are now automatically synced when a new bidirectional is setup<\\/li>\\n<li>Locations: Taxonomy List - Fixed &quot;Side&quot; Field Group position<\\/li>\\n<li>General: ACFE Modal - Enhanced &quot;Field Label&quot; in the &quot;Modal Title&quot; to avoid using third party dev code<\\/li>\\n<li>General: ACFE Modal - Added an easy way for developers to trigger a custom ACFE Modal<\\/li>\\n<li>General: Added plugin localization compatibility with pot\\/mo files<\\/li>\\n<li>General: Added french translation<\\/li>\\n<li>General: Updated Readme and Tested Up To version<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.4 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.4:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added &quot;Layouts Locations Rules&quot; setting<\\/li>\\n<li>Field: Flexible Content Grid System - Fixed undefined index in <code>get_flexible_grid()<\\/code> when using &quot;Container Size&quot; setting<\\/li>\\n<li>Field: Flexible Content Grid System - Added <code>has_flexible_grid()<\\/code> helper<\\/li>\\n<li>Field: Flexible Content Grid System - <code>has_flexible_grid()<\\/code>, <code>get_flexible_grid()<\\/code> &amp; <code>get_flexible_grid_class()<\\/code> now accept a post id as 2nd parameter<\\/li>\\n<li>Field: Checkbox\\/Radio - Added Dynamic Render Choice hooks<\\/li>\\n<li>Field: Added Phone Number field<\\/li>\\n<li>Field: Added Countries Selector field<\\/li>\\n<li>Field: Added Languages Selector field<\\/li>\\n<li>Field: Added Currencies Selector field<\\/li>\\n<li>Field: Added Post Formats Selector field<\\/li>\\n<li>Field: Color Picker - Added selected palette border color compatibility for gradients<\\/li>\\n<li>Field: Columns - Added &quot;Fill&quot; size and swapped the setting with &quot;Auto&quot; size. The &quot;Auto&quot; size will now fit the field size<\\/li>\\n<li>Field: Select - Added &quot;Prepend&quot; &amp; &quot;Append&quot; settings<\\/li>\\n<li>Field: Image Selector - Choices are now compatible with <code>value : image<\\/code> logic, allowing developers to save a custom value instead of Image ID\\/URL<\\/li>\\n<li>Field: Image Selector - Removed gallery setting selector due to unnecessary complexity. Choices are now all merged into one single setting<\\/li>\\n<li>Field: Relationship - Enhanced Gutenberg post update detection for the Inline Add\\/Edit Post settings<\\/li>\\n<li>Field: Color Picker - Fixed RGBA library not being correctly initialized in the Gutenberg Editor<\\/li>\\n<li>Field: Date Range Picker - Fixed the JS not being correctly initialized in the Gutenberg Editor<\\/li>\\n<li>Field: Date Range Picker - Enhanced CSS Style of invalid dates to match the ACF Date Picker style<\\/li>\\n<li>Field: WYSIWYG - Fixed potential PHP warning when using an un-existent toolbar<\\/li>\\n<li>Module: Force Sync - Fixed json file timestamp update during the sync<\\/li>\\n<li>Field Settings: Required message - It is now recommended to use <code>{label}<\\/code> to display the field label instead of the previous <code>%s<\\/code>, for consistency (<code>%s<\\/code> will still work)<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.4:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Fixed typo in the field settings<\\/li>\\n<li>Field: Columns - Fixed Field Group Seamless Style columns render<\\/li>\\n<li>Field: Enhanced UI - Fixed &quot;Add New Term&quot; button on Taxonomy List when using Tabs<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Inline Title Edit&quot; setting generating a duplicated layout title when using &quot;Modal Edit&quot; setting<\\/li>\\n<li>Field: Flexible Content - Enhanced &quot;Disable Legacy Ajax Title&quot; &amp; &quot;Async Layouts&quot; settings UI<\\/li>\\n<li>Field: Flexible Content - Added missing &quot;Hide Collapse&quot; action setting<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Locked&quot; layout handle cursor CSS<\\/li>\\n<li>Field: Forms - Added missing &quot;Search placeholder&quot; setting when using &quot;Select&quot; Field Type<\\/li>\\n<li>Field: ReCaptcha - Value are now updated silently to avoid triggering the <code>acf_changed<\\/code> popup logic<\\/li>\\n<li>Field: Select2 - Enhanced various CSS Style<\\/li>\\n<li>Field: Taxonomy Terms - Added missing &quot;Search placeholder&quot; setting when using &quot;Select&quot; Field Type<\\/li>\\n<li>Field: Text - Fixed input wrap overflow CSS (while waiting for ACF to fix it)<\\/li>\\n<li>Fields: Fixed &quot;Placeholder&quot; &amp; &quot;Search placeholder&quot; conditional logic when using &quot;Select&quot; field type<\\/li>\\n<li>Module: Forms - Removed reCaptcha field type from <code>{fields}<\\/code> Template Tag render<\\/li>\\n<li>Module: Forms - Enhanced field mapping hook with the form context<\\/li>\\n<li>Module: Options Pages - Fixed PHP notice when using a Sub Options Page with the latest ACF Pro 5.9.6 update<\\/li>\\n<li>Module: Settings UI - Fixed &quot;Modification in code&quot; not being correctly rendered<\\/li>\\n<li>Field Groups: Hide On Screen - Fixed Classic Content Editor appearing when should be hidden, while using a second Field Group Hide on Screen and selecting a category<\\/li>\\n<li>Compatibility: GraphQL: Fixed typo in Taxonomy Terms field registration<\\/li>\\n<li>Compatibility: GraphQL: Added basic field values resolvers (while waiting for official third party implementation documentation)<\\/li>\\n<li>General: Added <code>acfe_is_gutenberg()<\\/code> helper<\\/li>\\n<li>General: Enhanced Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.3 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Added &quot;Image Selector&quot; field<\\/li>\\n<li>Field: Added &quot;Image Sizes Selector&quot; field<\\/li>\\n<li>Field: Column - Added &quot;Column Auto&quot; size setting<\\/li>\\n<li>Field: Column - Added &quot;Column Border&quot; &amp; &quot;Fields Border&quot; settings<\\/li>\\n<li>Field: Color Picker - Fixed CSS Position of the Color Picker in palette mode<\\/li>\\n<li>Module: Global Conditional Logic - Fixed multiple Conditional Groups not being correctly detected<\\/li>\\n<li>Module: Templates - Enhanced Templates Values detection<\\/li>\\n<li>Module: Templates - Added <code>acf\\/init<\\/code> hook in the PHP Export code<\\/li>\\n<li>Module: Templates - Added Template Detection on Term &amp; Post Edit screens<\\/li>\\n<li>Module: Templates - Fixed potential PHP notice in the Template UI sidebar when using a custom location<\\/li>\\n<li>Fields: Added missing ACF Conditional Logic rules on Pro Fields (Block Types, Color Picker, Field Groups etc...)<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Column - Upgraded CSS to use Flexbox<\\/li>\\n<li>Module: Forms - Fixed Honeypot Field not being correctly rendered<\\/li>\\n<li>Module: Forms - Fixed potential slashes on the Success Page when using Single Meta Save<\\/li>\\n<li>Module: Forms - Fixed potential slashes in e-mail content &amp; fields<\\/li>\\n<li>Module: Forms - Added context &amp; variations to the <code>acfe\\/form\\/render<\\/code> hooks<\\/li>\\n<li>Module: Multilang - Enhanced WPML String Translation Registration for all modules<\\/li>\\n<li>Module: Dev Mode - The module now check the <code>acf_current_user_can_admin()<\\/code> function<\\/li>\\n<li>Module: Dev Mode - Tweaked CSS margin of the Bulk Action select<\\/li>\\n<li>Module: Single Meta Save - Disabled &quot;Save as individual meta&quot; on Column, Google reCaptcha &amp; Dynamic Message fields<\\/li>\\n<li>Module: Single Meta Save - Fixed WP Revisions Comparison compatibility<\\/li>\\n<li>Module: Single Meta Save - Fixed slashes in WP Revisions<\\/li>\\n<li>Modules: Fixed Draft Post Status when an item is reverted from Trash<\\/li>\\n<li>General: Local Meta - Enhanced preload Post ID logic<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.2 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Added Advanced &quot;Color Picker&quot; field settings with RGBA support, Palette display style, Custom predefined colors &amp; Allow null<\\/li>\\n<li>Field: Added &quot;Date Range Picker&quot; field with Custom ranges, No weekends, Min\\/max date &amp; Min\\/max days support<\\/li>\\n<li>Field: Flexible Content Grid System - Fixed sub Flexible Content Grid CSS bug<\\/li>\\n<li>Field: Flexible Content Grid System - Tweaked <code>get_flexible_grid_class()<\\/code> prefix<\\/li>\\n<li>Field: Fields Selector - Added &quot;Field Name&quot; return value setting<\\/li>\\n<li>Field: Post Field - Fixed Permalink &quot;Save&quot; &amp; &quot;Cancel&quot; missing text when editing a permalink<\\/li>\\n<li>Module: Added &quot;Force Sync&quot; module allowing to automatically sync Json Files to DB with the newest version<\\/li>\\n<li>Module: Dynamic Template - Improved instruction<\\/li>\\n<li>Module: Global Conditional Logic - Fixed compatibility with Terms &amp; Users screen when Enhanced UI is disabled<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Clone - Fixed internal ACFE module field groups which where selectable in clone<\\/li>\\n<li>Field: Google reCaptcha - Renamed the field to Google reCaptcha<\\/li>\\n<li>Field: Post Object - Fixed duplicated post creation when using &quot;Custom Value&quot; setting<\\/li>\\n<li>Module: Forms - Fixed Clone Render when using &quot;Override Form Render&quot; settings<\\/li>\\n<li>Module: Forms - Fixed &quot;Redirect Action&quot; named hook not working with a custom action name<\\/li>\\n<li>Module: Forms - Added render actions hooks<\\/li>\\n<li>Module: Forms - Fixed <code>acfe_import_form()<\\/code> function<\\/li>\\n<li>Module: Block Types - Changed the &quot;Mode&quot; setting default value to &quot;Preview&quot;, as in the documentation<\\/li>\\n<li>Module: Multilang - Options Post ID <code>options<\\/code> can now be excluded from the module translation<\\/li>\\n<li>Module: Multilang - Added <code>acfe\\/modules\\/multilang\\/exclude_options<\\/code> filter to exclude specific Options Post ID from module translation<\\/li>\\n<li>Module: Multilang - Added <code>acfe\\/modules\\/multilang\\/include_options<\\/code> filter to include specific Options Post ID from module translation<\\/li>\\n<li>Module: Multilang - Deprecated the <code>acfe\\/modules\\/multilang\\/options<\\/code> filter<\\/li>\\n<li>Module: Multilang - WPML string translations now use <code>wpml_translate_single_string<\\/code> instead of <code>__()<\\/code><\\/li>\\n<li>Module: Settings UI - Fixed potential duplicated table <code>thead<\\/code> columns<\\/li>\\n<li>Module: Enhanced UI - Fixed possible metaboxes screen name collision with taxonomy name<\\/li>\\n<li>General: ACFE Modal - Fixed <code>show_field<\\/code> on modal open<\\/li>\\n<li>General: ACFE Modal - Fixed possible duplicate field instructions in repeaters<\\/li>\\n<li>General: The <code>acfe_get_post_id()<\\/code> helper now correctly retrieve the Post ID in ACF Block Types<\\/li>\\n<li>General: Fixed <code>get_fields()<\\/code> calls in <code>acfe\\/save<\\/code> hooks when a bidirectional value is set<\\/li>\\n<li>General: Enhanced Local Meta logic<\\/li>\\n<li>General: Enhanced <code>acfe\\/save<\\/code> &amp; <code>acfe\\/validate_save<\\/code> hooks logic<\\/li>\\n<li>General: Code format cleanup<\\/li>\\n<li>Compatibility: Added ACFE Field Types to WP GraphQL ACF plugin<\\/li>\\n<\\/ul>\\n<h4> 0.8.8.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8.1:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Added &quot;Screen Layouts&quot; module allowing to customize Post Edit Screen up to 3 columns<\\/li>\\n<li>Field: Flexible Content - Added &quot;Container Size&quot; setting in the <code>get_flexible_grid()<\\/code> helper<\\/li>\\n<li>Field: &quot;Menus&quot; &amp; &quot;Menu Locations&quot; - Added compatibility with min\\/max items settings<\\/li>\\n<li>Field: Added &quot;ACFE Template&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Block Types&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Field Groups&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Field Types&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Fields&quot; Selector field<\\/li>\\n<li>Field: Added &quot;ACF Options Pages&quot; Selector field<\\/li>\\n<li>Field: Post Field - Fixed field type category translation<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: reCaptcha - Fixed missing field Site key &amp; Secret Key on field render<\\/li>\\n<li>Fields: Fields types are now sorted in ASC order in the Field Group UI<\\/li>\\n<li>Fields: Added &quot;ACF&quot; &amp; &quot;WordPress&quot; Field Types Categories in the Field Group UI to de-clutter the &quot;Relational&quot; category<\\/li>\\n<li>Module: Forms - Fixed empty <code>get_field()<\\/code> used inside an action when a previous action saved additional meta<\\/li>\\n<li>Module: Forms - Fixed Form Name not being correctly updated when changed<\\/li>\\n<li>Locations: Post Type Archive - Added <code>acfe\\/post_type_archive_capability<\\/code> filter to change Archive Page admin menu capability<\\/li>\\n<li>Locations: Post Type Archive - Admin menu item on front-end now correctly check the user permissions<\\/li>\\n<li>Field Groups: Permissions - Fixed undefined index notice when using the permission setting<\\/li>\\n<li>General: Fixed &quot;ACF Title&quot; metabox position to become usable with drag&amp;drop function when empty (while waiting for ACF to fix it)<\\/li>\\n<\\/ul>\\n<h4> 0.8.8 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added Grid System setting, <code>get_flexible_grid()<\\/code> &amp; <code>get_flexible_grid_class()<\\/code> helpers<\\/li>\\n<li>Field: Added Menus Selector<\\/li>\\n<li>Field: Added Menu Locations Selector<\\/li>\\n<li>Field: File - Added &quot;Button Label&quot; setting to customize the &quot;Add File&quot; text<\\/li>\\n<li>Field: File Multiupload - The field now always return an array when multiupload is enabled<\\/li>\\n<li>Field: File Multiupload - Fixed missing ID format value<\\/li>\\n<li>Field: Post Field - Added &quot;Taxonomies&quot; field type allowing to move Taxonomies metaboxes<\\/li>\\n<li>Field: Post Field - Fixed &quot;Content&quot; field type width when used inside a modal<\\/li>\\n<li>Field: Relationship\\/Post Object - Fixed Inline Post Creation\\/Edit which wasn\'t working correctly with Gutenberg<\\/li>\\n<li>Field: Relationship\\/Post Object - Fixed Inline Post Creation\\/Edit which wasn\'t working correctly with Attachment post type<\\/li>\\n<li>Field: WYSIWYG - Fixed source code textarea border flickering during modal initialization<\\/li>\\n<li>Field Groups: Added Menu Item Depth Location<\\/li>\\n<li>Field Groups: Added Menu Item Type Location<\\/li>\\n<li>Module: Settings - Enhanced UI, description, tabs. Settings now display default and registered values difference<\\/li>\\n<li>Module: Settings - Added Enable\\/Disable features allowing to switch modules directly from the UI<\\/li>\\n<li>Module: Settings - Added Export (PHP &amp; Json) \\/ Import tools<\\/li>\\n<li>Module: Developer Mode - Added Post \\/ Term \\/ User \\/ Options Page Object Data overview<\\/li>\\n<li>Module: Dynamic Block Types - Added &quot;Active&quot; setting allowing to enable\\/disable one specific block type<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Active&quot; setting allowing to enable\\/disable one specific form<\\/li>\\n<li>Module: Dynamic Options Pages - Added &quot;Active&quot; setting allowing to enable\\/disable one specific options page<\\/li>\\n<li>Module: Dynamic Post Types - Added &quot;Active&quot; setting allowing to enable\\/disable one specific post type<\\/li>\\n<li>Module: Dynamic Taxonomies - Added &quot;Active&quot; setting allowing to enable\\/disable one specific taxonomy<\\/li>\\n<li>Module: Dynamic Templates - Added &quot;Active&quot; setting allowing to enable\\/disable one specific template<\\/li>\\n<li>Module: Dynamic Templates - Fixed required fields which weren\'t always disabled in the template view<\\/li>\\n<li>Module: Dynamic Templates - Fixed a bug with Flexible Content Preview when preloading values<\\/li>\\n<li>Module: Dynamic Templates - Removed Field Group Hide on Screen effects in the Template UI<\\/li>\\n<li>Module: Dynamic Templates - Added Export (PHP &amp; Json) \\/ Import tools<\\/li>\\n<li>Module: Dynamic Templates - Added <code>acfe_add_local_template()<\\/code> function to locally register template values<\\/li>\\n<li>Module: Dynamic Forms - Option Action - Fixed code example labels<\\/li>\\n<li>Module: Global Field Condition - Fixed duplicated operators<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added Modal Select size setting<\\/li>\\n<li>Field: Flexible Content - Added Modal Edit size setting<\\/li>\\n<li>Field: Flexible Content - Added Modal Edit size setting for each layouts<\\/li>\\n<li>Field: Flexible Content - Reworked code base &amp; Enhanced Field Settings UI<\\/li>\\n<li>Field: Flexible Content - Fixed placeholder height when the layout is toggled and the preview is reloaded<\\/li>\\n<li>Field: Flexible Content - Added modal Select\\/Edit CSS classes with field name, key &amp; layout name for developers<\\/li>\\n<li>Field: Advanced Link - Fixed error if the field was using a Term which has been deleted<\\/li>\\n<li>Field: Button - Added name field attribute to be able to retrieve the button click during <code>acf\\/save_post<\\/code><\\/li>\\n<li>Field: Checkbox\\/Radio - Fixed <code>## Title<\\/code> Group Options not working on the front-end<\\/li>\\n<li>Field: Code Editor - Fixed CSS <code>break-work<\\/code> property when used in repeater<\\/li>\\n<li>Field: Columns - Re-introduced the field in Terms\\/Users views when Enhanced UI module is enabled<\\/li>\\n<li>Field: Conditional Logic - Fixed &quot;contains&quot; operator which would not work properly on Forms\\/Post Statuses\\/Post Types\\/Taxonomies\\/Taxonomy Terms\\/User Roles fields when using Checkbox\\/Radio field type<\\/li>\\n<li>Field: Dynamic Message - Added <code>render<\\/code> field setting to be used as a callback to write content in PHP<\\/li>\\n<li>Field: Forms\\/Post Statuses\\/Post Types\\/Taxonomies\\/Taxonomy Terms\\/User Roles - Fixed Multiple Lines &quot;Default Value&quot; setting now working correctly<\\/li>\\n<li>Field: Group\\/Clone - Fixed modal edit which included the instruction in the modal title when using the Modal Edit setting<\\/li>\\n<li>Field: Image\\/File - Added file upload validation when using Basic Upload (temporary fix while waiting for ACF to fix officially)<\\/li>\\n<li>Field: Image\\/File - Added &quot;Default&quot; option in the &quot;Uploader Type&quot; setting to fallback to the native behavior<\\/li>\\n<li>Field: Image - Fixed &quot;use as Featured Image&quot; which was wrongly saved during page preview<\\/li>\\n<li>Field: Select2 - Added dropdown CSS classes with field name &amp; key for developers<\\/li>\\n<li>Module: Enhanced UI - Fixed WPMU missing &quot;Add User&quot; button in &quot;Add User&quot; view<\\/li>\\n<li>Module: Enhanced UI - Fixed Woocommerce Product Category CSS when using Enhanced UI<\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_block_types<\\/code> setting to <code>acfe\\/modules\\/block_types<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_forms<\\/code> setting to <code>acfe\\/modules\\/forms<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_options_pages<\\/code> setting to <code>acfe\\/modules\\/options_pages<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_post_types<\\/code> setting to <code>acfe\\/modules\\/post_types<\\/code><\\/li>\\n<li>Module: Renamed <code>acfe\\/modules\\/dynamic_taxonomies<\\/code> setting to <code>acfe\\/modules\\/taxonomies<\\/code><\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Enhanced code base &amp; UI<\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Added Export Json \\/ PHP in the row action<\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Added Export Json \\/ PHP bulk actions<\\/li>\\n<li>Module: Dynamic Block Types\\/Forms\\/Options Pages\\/Post Types\\/Taxonomies - Fixed possible desync when switching to draft post status<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies - Added &quot;View&quot; in the row action<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/WP Options\\/Dev Mode now correctly use the ACF <code>show_admin<\\/code> setting<\\/li>\\n<li>Module: Dynamic Forms - Fixed Clone Fields filter when using Custom HTML Render<\\/li>\\n<li>Module: Dynamic Forms - Deprecated <code>{current:post|term|user|author}<\\/code> Template Tags for a more simple version <code>{post|term|user|author}<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added compatibility with Flexible Content Preview Mode &amp; Gutenberg\\/ACF Block Type Preview mode<\\/li>\\n<li>Module: Dynamic Forms - Added a 2nd parameter to <code>acfe_form_get_action()<\\/code> to directly retrieve the key value<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>acfe_add_validation_error()<\\/code> which wasn\'t working correctly with field names in the Action Validation Hooks<\\/li>\\n<li>Module: Dynamic Forms - User Login Action - Added <code>acfe\\/form\\/validation\\/user\\/login_errors<\\/code> filter to change the default error messages<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>acfe_import_dynamic_form()<\\/code> function to programmatically import a form<\\/li>\\n<li>Module: Settings - Enhanced UI and updated the module list<\\/li>\\n<li>General: Helpers - Deprecated <code>acfe_form_is_front()<\\/code> &amp; <code>acfe_form_is_admin()<\\/code> in favor of <code>acfe_is_front()<\\/code> &amp; <code>acfe_is_admin()<\\/code><\\/li>\\n<li>General: Helpers - Added <code>acfe_get_post_id()<\\/code> function as a universal solution to always retrieve the correct ACF Post ID in front-end and back-end<\\/li>\\n<li>General: Hooks - Added <code>acfe\\/save_post<\\/code> hook and variations on page submission. Compatible with <code>get_field()<\\/code>, <code>have_rows()<\\/code> etc...<\\/li>\\n<li>General: Hooks - Added <code>acfe\\/validate_save_post<\\/code> hook and variations to validate the whole page. Compatible with <code>get_field()<\\/code>, <code>have_rows()<\\/code> etc...<\\/li>\\n<li>General: Hooks - Deprecated <code>acfe\\/load_field_front<\\/code>. <code>acfe\\/load_field<\\/code> should be used with <code>acfe_is_front()<\\/code> instead<\\/li>\\n<li>General: Hooks - Deprecated <code>acfe\\/load_field_admin<\\/code>. <code>acfe\\/load_field<\\/code> should be used with <code>acfe_is_admin()<\\/code> instead<\\/li>\\n<li>General: Modal - Fixed CSS <code>z-index<\\/code> overlay when using &quot;Edit in Modal&quot; feature inside a WordPress Widget<\\/li>\\n<li>General: Updated <code>acfe<\\/code> option data structure<\\/li>\\n<li>General: Compatibility - Fixed Elementor which list all private ACF Extended Field Groups in the &quot;Dynamic ACF tags&quot; dropdown<\\/li>\\n<li>General: Compatibility - Fixed Error in Field Groups UI when trying to use ACF Extended with ACF Free<\\/li>\\n<li>General: Compatibility - Fixed Gutenberg &quot;seamless&quot; class on &quot;Seamless&quot; Field Group style to match WP\\/ACF style<\\/li>\\n<li>General: Compatibility - Fixed PHP 8 deprecated notices<\\/li>\\n<li>General: Compatibility - Fixed YOAST Rewrite &amp; Republish feature when using the Authorbox UI<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.6 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.7.6:<\\/strong><\\/p>\\n<ul>\\n<li>Field Groups: WP Settings Locations - Added new &quot;General Settings&quot;, &quot;Writing&quot;, &quot;Reading&quot;, &quot;Discussion&quot;, &quot;Media&quot; &amp; &quot;Permalinks&quot; locations<\\/li>\\n<li>Module: Global Field Condition - Fixed compatibility with required fields<\\/li>\\n<li>Module: Dynamic Templates - Added Polylang\\/WPML compatibility<\\/li>\\n<li>Module: Dynamic Templates - Improved code logic &amp; compatibility with Clone fields<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Options Page Action&quot;. Allowing to Save &amp; Load meta to ACF Options Page<\\/li>\\n<li>Module: Dynamic Forms - Fixed &quot;Email Action&quot; to correctly use Multiple Upload files<\\/li>\\n<li>Module: Dynamic Forms - Fixed Multiple Upload files on front-end for not logged users<\\/li>\\n<li>Module: Dynamic Forms - Fixed Multiple Upload &amp; Dropzone in Basic mode on Firefox<\\/li>\\n<li>Field: Relationship\\/Post Object - Fixed Inline Post Creation when only one post type was allowed in the field setting<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.7.6:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Enhanced UI - Improved logic, compatibility and style. ACF Field Groups can now use any position and any style in Users &amp; Terms views<\\/li>\\n<li>Module: Enhanced UI - Fixed Terms WPML widget compatibility<\\/li>\\n<li>Module: Dynamic Post Types - &quot;Archive Page&quot; submenu is now correctly translated<\\/li>\\n<li>Module: Dynamic Forms - Fixed values loaded from Clones Fields in Seamless display<\\/li>\\n<li>Module: Dynamic Forms - Enhanced Image\\/File format value when using the <code>{field:my_file}<\\/code> Template Tag<\\/li>\\n<li>Module: Multilang - Added &quot;Current Language&quot; text widget in Options Page submit box<\\/li>\\n<li>Module: Multilang - Polylang - Added fallback to &quot;Default Language&quot; in Options Page values if a translated option was never saved before<\\/li>\\n<li>Module: Multilang - Polylang - Fixed &quot;Dynamic Forms&quot; &amp; &quot;Dynamic Template&quot; post types detection<\\/li>\\n<li>Module: PHP AutoSync - Fixed Local Field Group detection when using a custom submenu on the ACF Field Group menu<\\/li>\\n<li>Core: Added default <code>acf.data.acfe<\\/code> in core JS<\\/li>\\n<li>Core: Fixed ACF Pro 5.8 JS compatibility<\\/li>\\n<li>Core: Fixed Google Map suggestions z-index CSS in modals<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.5 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.7.5:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Added Enhanced Field Group UI module.<\\/li>\\n<li>Module: Added Classic Editor module. Disabled by default, can be enabled using <code>acf_update_setting(\'acfe\\/modules\\/classic_editor\', true)<\\/code><\\/li>\\n<li>Fields: Added &quot;Instruction Placement&quot; override setting. This will allow to set specific instruction placement for any field. The Advanced Field Group Setting must be enabled<\\/li>\\n<li>Fields: Added &quot;Instructions Read More&quot; setting allowing to add collapsed instructions. You may use the <code>---<\\/code> or <code>---Learn more---<\\/code> template tags to split the instruction<\\/li>\\n<li>Fields: Added Quick Visibility Settings widget allowing hide the field, label, instructions or required settings based on the screen: Everywhere, administration or front-end. The Advanced Field Group Setting must be enabled<\\/li>\\n<li>Fields: Added inline hooks callbacks for the <code>acf_add_local_field_group()<\\/code> function. Allowing to hook in <code>load_field<\\/code>, <code>prepare_field<\\/code>, <code>render_field<\\/code>, <code>load_value<\\/code>, <code>update_value<\\/code>, <code>format_value<\\/code>, <code>validate_value<\\/code>, <code>delete_value<\\/code><\\/li>\\n<li>Module: Global Fields Condition can now be used as a specific field conditional logic<\\/li>\\n<li>Field Groups: Added new &quot;Hide on Screen&quot; settings: &quot;Hide Title&quot;, &quot;Hide save draft&quot;, &quot;Hide preview&quot;, &quot;Hide post status&quot;, &quot;Hide visibility&quot;, \'Hide publish date&quot;, &quot;Hide move to trash&quot;, &quot;Hide publish&quot;, &quot;Hide minor publishing actions&quot;, &quot;Hide misc publishing actions&quot; &amp; &quot;Hide major publishing actions&quot;<\\/li>\\n<li>Field: File - Added &quot;Allow Multiple Upload&quot;, &quot;Preview Style&quot;, &quot;File Count&quot;, &quot;Min\\/max allowed files&quot;, &quot;Custom Upload Folder&quot;, &quot;Stylised Button&quot; (for Browser uploader) and built-in dropzone (for Browser uploader)<\\/li>\\n<li>Field: WYSIWYG - Added &quot;Disable Native WP Style&quot;, &quot;Custom Stylesheet Enqueue&quot;, &quot;AutoResize&quot;, &quot;Max Height&quot;, &quot;Codemirror as Source Editor via the <code>source_code<\\/code> button&quot; &amp; &quot;Valid Elements&quot; settings<\\/li>\\n<li>Field: WYSIWYG - Added a new &quot;Basic Enhanced&quot; Toolbar which automatically includes the new <code>source_code<\\/code> (Code Mirror source editor) and <code>wp_add_media<\\/code> buttons<\\/li>\\n<li>Field: WYSIWYG - Fixed the &quot;Path&quot; render when using the &quot;Transparent Background&quot; setting<\\/li>\\n<li>Field: Post Field - Added &quot;Instructions&quot; setting<\\/li>\\n<li>Field: Tab - Added &quot;No Preference Save&quot; setting to not save latest opened tab when refreshing the page<\\/li>\\n<li>Field: Datepicker: Added &quot;Placeholder&quot;, &quot;Min\\/max Date&quot; &amp; &quot;No Weekends&quot; settings<\\/li>\\n<li>Field: Datetime picker: Added &quot;Placeholder&quot;, &quot;Min\\/max Date&quot;, &quot;Min\\/max Time&quot;, &quot;Min\\/max H:i:s&quot; &amp; &quot;No Weekends&quot; settings<\\/li>\\n<li>Field: Time picker: Added &quot;Placeholder&quot;, &quot;Min\\/max Time&quot; &amp; &quot;Min\\/max H:i:s&quot; settings<\\/li>\\n<li>Core: Added the <code>ACFE_PRO_KEY<\\/code> constant allowing to set the licence key in PHP<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.8.7.5:<\\/strong><\\/p>\\n<ul>\\n<li>Field Groups: Instruction Placement - Added &quot;Above Fields&quot; setting<\\/li>\\n<li>Field Groups: Instruction Placement - &quot;Tooltip&quot; instructions can now be clicked on mobile device<\\/li>\\n<li>Field Groups: Hide on screen - All field groups &quot;Hide on screen&quot; settings are now merged, instead of using only the first field group setting<\\/li>\\n<li>Field Groups: Advanced Settings - Enhanced code logic<\\/li>\\n<li>Field Groups: Permissions setting is now displayed when the Advanced Field Group setting is enabled<\\/li>\\n<li>Field: Select - Removed the <code>- -<\\/code> characters in the placeholder<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Load Terms&quot; setting when using the radio field type<\\/li>\\n<li>Field: Flexible Content - Fixed &amp; enhanced the &quot;Minimum&quot; setting badge duplication when using the &quot;Modal Select&quot; setting<\\/li>\\n<li>Field: Flexible Content - Fixed <code>$is_preview<\\/code> hard reset in the <code>get_flexible()<\\/code> function. This will allow to use <code>get_flexible()<\\/code> inside an another <code>get_flexible()<\\/code> and correctly get the <code>$is_preview<\\/code> variable<\\/li>\\n<li>Field: Flexible Content - Fixed a potential PHP notice when adding a new Flexible Content<\\/li>\\n<li>Field: Hidden Input - Value can now be used as conditional setting<\\/li>\\n<li>Field: Datetime Picker - Value can now be used as conditional setting<\\/li>\\n<li>Field: Time Picker - Value can now be used as conditional setting<\\/li>\\n<li>Field: File - Renamed the <code>acfe_uploader<\\/code> setting back to the native <code>uploader<\\/code> name<\\/li>\\n<li>Field: Image - Renamed the <code>acfe_uploader<\\/code> setting back to the native <code>uploader<\\/code> name<\\/li>\\n<li>Fields: Permissions settings are now displayed when the Advanced Field Group setting is enabled<\\/li>\\n<li>Fields: Enhanced Advanced Settings &amp; Advanced Validation UI<\\/li>\\n<li>Module: Dev Mode - Fixed deprecated <code>acf_get_term_post_id()<\\/code> usage<\\/li>\\n<li>Module: Enhanced UI - Enhanced the responsive CSS<\\/li>\\n<li>Module: Enhanced UI - Fixed WPMU styles<\\/li>\\n<li>Module: Enhanced UI - Enhanced User Profiles compatibility with Woocommerce plugin<\\/li>\\n<li>Module: Enhanced UI - Enhanced Terms Views compatibility with Woocommerce, Yoast, WPML &amp; User Role Editor plugins<\\/li>\\n<li>Module: Dynamic Forms - Added the new &quot;Redirect Action&quot;<\\/li>\\n<li>Module: Dynamic Forms - Added the new <code>acfe_form_get_action(\'post\')<\\/code> function to retrieve the previous Action output within an Action<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the &quot;Redirection&quot; setting. The new &quot;Redirect Action&quot; should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>{query_var:my-post}<\\/code> Template Tag to retrieve previous Action output. The new <code>{action:post}<\\/code> Template Tag should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>{current:form:key}<\\/code> Template Tag. The new <code>{form:key}<\\/code> Template Tag should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/email<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/email<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/post<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/post<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/term<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/term<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe\\/form\\/query_var\\/user<\\/code> hook &amp; variations. The new <code>acfe\\/form\\/output\\/user<\\/code> hook should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Deprecated the <code>acfe_form_is_submitted()<\\/code> function. The new <code>acfe_is_form_success()<\\/code> function should be used instead<\\/li>\\n<li>Module: Dynamic Forms - Enhanced Actions &quot;Code Examples&quot;<\\/li>\\n<li>Module: Dynamic Forms - Updated &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Multiple clicks on the submit button are now prevented (Also apply to the native ACF Forms)<\\/li>\\n<li>Module: Dynamic Forms - Applying Date, Date time &amp; time pickers fields input class settings<\\/li>\\n<li>Module: Dynamic Forms - Removed a potential &quot;Draft Post&quot; if the &quot;Post Action&quot; was cancelled during the <code>acfe\\/form\\/submit\\/post_args<\\/code> hook<\\/li>\\n<li>Module: Dynamic Block Types - Added &quot;Anchor&quot; supports setting<\\/li>\\n<li>Module: Dynamic Post Types - &quot;Menu position&quot; setting now correctly use <code>null<\\/code> as default value (as in the <code>register_post_type()<\\/code> documentation)<\\/li>\\n<li>Module: Single Meta Save - Fixed slashed values after saving a menu in the WP Nav Menu Items screen<\\/li>\\n<li>Module: Single Meta Save - Fixed typo in instruction<\\/li>\\n<li>Tools: Fixed the empty message when clicking &quot;Import&quot; without selecting a field group file<\\/li>\\n<li>General: Fixed ACF Updates box CSS<\\/li>\\n<li>General: Updated the donors list<\\/li>\\n<li>General: Enhanced assets build tools, now using Gulp, Postcss, Autoprefixer &amp; Minifier<\\/li>\\n<li>Core: Enhanced JS code base<\\/li>\\n<li>Core: Enhanced Enqueue<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.4 <\\/h4>\\n<p><strong>ACF Extended Pro 0.8.7.4:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Added &quot;Dynamic Templates&quot; module allowing to manage advanced field groups default values based on post type, taxonomy, user etc...<\\/li>\\n<li>Field: Google Map - Added &quot;Preview&quot;, &quot;Height&quot;, &quot;Zoom&quot;, &quot;Min\\/Max Zoom&quot;, &quot;Marker Image&quot;, &quot;Map Type&quot;, &quot;Hide UI&quot;, &quot;Hide Zoom&quot;, &quot;Hide Map Type&quot;, &quot;Hide Fullscreen&quot;, &quot;Hide Street view&quot;, &quot;Map Style&quot;, &quot;API Key&quot; settings<\\/li>\\n<li>Field: WYSIWYG - Added &quot;Height&quot;, &quot;Remove path&quot;, &quot;Disable resize&quot;, &quot;Menu bar&quot;, &quot;Transparent editor&quot;, &quot;Merge Toolbars&quot;, &quot;Customize Toolbars&quot; settings<\\/li>\\n<li>Field: Post Object - Added &quot;Inline Post Edit&quot; &amp; &quot;Inline Post Creation&quot; settings<\\/li>\\n<li>Field: Relationship - Added &quot;Inline Post Edit&quot; &amp; &quot;Inline Post Creation&quot; settings<\\/li>\\n<li>Field: Post Field - Added field, allowing to move native WP Post fields: Attributes, Author, Comments, Content, Date, Discussion, Excerpt, Featured Image, Name, Permalink, Preview, Revisions, Revisions list, Status, Title, Trackbacks, Visibility inside a field group<\\/li>\\n<li>Field Groups: Post Locations - Added &quot;Post Author&quot;, &quot;Post Author Role&quot;, &quot;Post Date&quot;, &quot;Post Date Time&quot;, &quot;Post Path&quot;, &quot;Post Screen&quot;, &quot;Post Slug&quot;, &quot;Post Time&quot;, &quot;Post Title&quot; conditional rules<\\/li>\\n<li>Field Groups: Taxonomy Locations - Added &quot;Taxonomy Term&quot;, &quot;Taxonomy Term name&quot;, &quot;Taxonomy Term Parent&quot;, &quot;Taxonomy Term Slug&quot;, &quot;Taxonomy Term Type&quot; conditional rules<\\/li>\\n<li>Field Setting: Added &quot;Global Field Condition&quot; setting allowing to use the field value as a Field Group conditional rule<\\/li>\\n<li>Field Setting: Added &quot;Required Message&quot; setting allowing to customize the field required message<\\/li>\\n<li>Field Setting: Added &quot;Min\\/max&quot; setting allowing to customize the minimum &amp; maximum items for the following fields: Checkbox, Post Object, Select, Taxonomy, Forms, Post Statuses, Post Types, Taxonomies, Taxonomy Terms, User Roles<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Free 0.8.7.4:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Json AutoSync - Fixed an issue where json file would not be updated when the field group was created without ACF Extended (Json Sync checkbox was unchecked)<\\/li>\\n<li>Module: Dynamic Forms - Added the ability to pass an array to the <code>acfe_form()<\\/code> function allowing to override settings<\\/li>\\n<li>Module: Dynamic Forms - Fixed Elementor + YOAST infinite loop when using the <code>[acfe_form]<\\/code> shortcode to create a new post<\\/li>\\n<li>Module: Dynamic Forms - Post\\/Term\\/User Actions load values setting is now disabled by default<\\/li>\\n<li>Module: Dynamic Post Type - Updated Block Editor instructions for the <code>show_in_rest<\\/code> setting<\\/li>\\n<li>Module: Dynamic Taxonomy - Updated Block Editor instructions for the <code>show_in_rest<\\/code> setting<\\/li>\\n<li>Field: Hidden - Fixed the field render when in table element<\\/li>\\n<li>Field: Columns - Enhanced Field Group UI<\\/li>\\n<li>Field: Columns - Hidden in Users \\/ Terms views to avoid display problem (Due to table render)<\\/li>\\n<li>Field: Advanced Link - Fixed ACF CSS that adds a <code>display:none<\\/code> on sub fields buttons<\\/li>\\n<li>Field: Taxonomy Terms - Added hook <code>filter(\'acfe\\/fields\\/taxonomy_terms\\/query\', $args, $field, $post_id)<\\/code> to change the ajax query<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.3 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed &quot;Copy\\/Paste&quot; function which wasn\'t working correctly with WYSIWYG &amp; Code Editor fields since the latest ACF 5.9 update<\\/li>\\n<li>Field: Column - Columns sizes are now based on a grid of 12 (1\\/12, 2\\/12, 3\\/12, 4\\/12 ...)<\\/li>\\n<li>Field: Taxonomy - Added compatibility with &quot;Value equal&quot;, &quot;Value not equal&quot;, &quot;Value pattern&quot; &amp; &quot;Value contains&quot; conditional logic<\\/li>\\n<li>Field: Select - &quot;Placeholder&quot; setting is now only available when &quot;Stylised UI&quot; is enabled with &quot;Allow multiple&quot; or &quot;Allow null&quot;<\\/li>\\n<li>Module: Dynamic Post Type - Fixed &quot;Post Type Archive Location = All&quot; which incorrectly matched Options Pages<\\/li>\\n<li>Module: Dynamic Post Type - &quot;Edit Post Type Archive&quot; Admin bar item is now only displayed when the &quot;Admin Archive Page&quot; setting is enabled<\\/li>\\n<li>Module: Dynamic Post Type\\/Taxonomy - WP Permalinks are now automatically regenerated on each save<\\/li>\\n<li>Module: Dynamic Options Pages - Sub Options Pages are now ordered based on the &quot;Position&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Fixed an issue where visitors could not upload Image\\/File when using the WP modal field setting<\\/li>\\n<li>Module: PHP AutoSync - Updated save logic to match the new ACF 5.9.1 version (See ACF Pro 5.9.1 changelog)<\\/li>\\n<li>Field Groups - Added more width to the &quot;Fields&quot; column<\\/li>\\n<li>General: JS &amp; CSS files are now minified and concatenated. <code>SCRIPT_DEBUG<\\/code> controls the unminified version<\\/li>\\n<li>General: Fixed potential error during plugin activation when ACF Pro wasn\'t activated<\\/li>\\n<li>General: Gutenberg - Enhanced WP Metabox Styles<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.2 <\\/h4>\\n<ul>\\n<li>Module: AutoSync - Reworked codebase, enhanced Field Groups Columns and added more information about files\\/folders detection<\\/li>\\n<li>Module: AutoSync - Added filters to target a specific field group for the PHP &amp; Json save<\\/li>\\n<li>Module: AutoSync - Fixed an issue where &quot;Available Json Sync&quot; wouldn\'t be visible if the field group was using PHP Sync<\\/li>\\n<li>Module: Dynamic Forms - Fixed missing &quot;Log User&quot; icon in the Forms List screen<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current}<\\/code>, <code>{get_field}<\\/code>, <code>{get_option}<\\/code>, <code>{query_var}<\\/code>, <code>{request}<\\/code> mapping in the &quot;Custom Form Render&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Added <code>acfe-form<\\/code> to available post types in Polylang<\\/li>\\n<li>Module: Dynamic Forms - Local Field Groups can now be mapped<\\/li>\\n<li>Field Groups: Added Export PHP &amp; Export Json to bulk actions<\\/li>\\n<li>Field Groups: Description column is now hidden by default<\\/li>\\n<li>Field Groups: Local - Added Export PHP, Export Json &amp; Sync to database to bulk actions<\\/li>\\n<li>Field Groups: Categories - Added <code>acfe\\/modules\\/categories<\\/code> setting to disable the custom taxonomy<\\/li>\\n<li>Field: Post Object - Fixed undefined PHP function when using the &quot;Allow custom value&quot; setting with ACF version below 5.8.10<\\/li>\\n<li>Field: Columns - Fixed &quot;Endpoint&quot; description typo<\\/li>\\n<li>General: Settings - Fixed postbox header CSS<\\/li>\\n<li>General: Compatibility - Fixed Post Type Order plugin which automatically drag&amp;drop on ACF Field Groups UI<\\/li>\\n<li>General: Bumped minimum ACF Pro version to 5.8<\\/li>\\n<\\/ul>\\n<h4> 0.8.7.1 <\\/h4>\\n<ul>\\n<li>General: WordPress 5.5 Compatibility - Fixed the new &quot;Postbox Order Icons&quot; size &amp; only display them on postbox hover<\\/li>\\n<li>General: ACF 5.9 Compatibility - Added missing legacy ACF 2 columns CSS<\\/li>\\n<li>General: ACF 5.9 Compatibility - Fixed Fields Groups UI <code>colspan<\\/code> when empty<\\/li>\\n<li>General: Added <code>pre &gt; code<\\/code> CSS compatibility<\\/li>\\n<li>General: Added JS hooks for ACFE Modal: <code>acf.doAction(\'acfe\\/modal\\/open\', $modal, args)<\\/code> &amp; <code>acf.doAction(\'acfe\\/modal\\/close\', $modal, args)<\\/code><\\/li>\\n<li>Field Groups: Fixed &quot;All Images Formats&quot; location which triggered a PHP warning<\\/li>\\n<li>Field Groups: Added <code>acfe-postbox-top<\\/code> CSS preload to avoid UI blink during admin page load<\\/li>\\n<li>Field Groups: Categories - Changed the <code>register_taxonomy()<\\/code> to priority <code>9<\\/code><\\/li>\\n<li>Module: Multilang - Added <code>filter(\'acfe\\/modules\\/multilang\\/options\', $options_pages_id)<\\/code> allowing to allow\\/exclude specific Options Pages Post ID<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Fixed \'Reply-to\' headers which weren\'t correctly set<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>{field:my_field:false}<\\/code> Template Tag to disable value format<\\/li>\\n<li>Module: Dynamic Post Types - Added additional check before <code>register_post_type()<\\/code><\\/li>\\n<li>Module: Dynamic Post Types - Added &quot;Show in menu (text)&quot; to allow string value<\\/li>\\n<li>Module: Dynamic Post Types - Fixed &quot;Archive Slug&quot; incorrectly set when empty while using the Import Tool<\\/li>\\n<li>Module: Dynamic Block Types - Added additional check for Template, Script &amp; Styles arguments before <code>register_block_type()<\\/code><\\/li>\\n<li>Module: Dynamic Taxonomies - Added additional check before <code>register_taxonomy()<\\/code><\\/li>\\n<li>Module: Options - Fixed &quot;Serialized&quot; typo on edit screen<\\/li>\\n<li>Field: Button - Fixed typo in &quot;Button Type&quot; setting instructions<\\/li>\\n<li>Field: Button - Added default class value <code>button button-secondary<\\/code><\\/li>\\n<li>Field: Clone - Fixed &quot;Edit in modal&quot; setting to be available only when the &quot;Display&quot; setting is set to &quot;Group&quot;<\\/li>\\n<li>Field: Code Editor - Fixed &quot;Editor Mode&quot; setting instructions<\\/li>\\n<li>Field: Forms - Changed default order to Title ASC<\\/li>\\n<li>Field: reCaptcha - Fixed form submission when the field isn\'t required<\\/li>\\n<li>Field Settings: Bidirectional - Fixed potential PHP notice <code>Undefined index<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.8.7 <\\/h4>\\n<ul>\\n<li>General: ACF 5.9 Compatibility - Modules - Added the ACF 5.9 Header menu<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Removed ACFE &quot;Locations&quot; column<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Removed ACFE &quot;Json Sync&quot; column<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Enlarged &quot;PHP Sync&quot; &amp; &quot;Load&quot; columns<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Removed the &quot;Field Group Key&quot; value from row actions<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - Changed the text color of &quot;Disabled&quot; state<\\/li>\\n<li>General: ACF 5.9 Compatibility - Field Groups - &quot;Description&quot; column is hidden by default<\\/li>\\n<li>General: ACF 5.9 Compatibility - Flexible Content - Removed &quot;Clone&quot; field setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Flexible Content - Added &quot;Hide: Duplicate Button&quot; setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Block Type - Added &quot;Inner Block&quot; setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Block Type - Added &quot;Supports: Align Content&quot; setting<\\/li>\\n<li>General: ACF 5.9 Compatibility - Block Type - Added &quot;Align Content&quot; setting<\\/li>\\n<li>Module: Dynamic Block Type - Fixed Template, Style &amp; Script Render paths during Block Type registration<\\/li>\\n<li>Field: Radio - Enhanced Group display for horizontal layout<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Dynamic Render - External Layout Style &amp; Script files now check for current domain before trying to automatically enqueue <code>{file}-preview.css<\\/code> in Preview Mode<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Fixed <code>$field<\\/code>, <code>$layout<\\/code> &amp; <code>$is_preview<\\/code> variables which weren\'t correctly passed to the Layout Template file<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Fixed Layout Style &amp; Script enqueue handles which weren\'t using the real Flexible Content field\'s name<\\/li>\\n<li>Field: Radio \\/ Checkbox - Added Group display settings. <code>## Group<\\/code> markup can be used in choices settings to create a new group<\\/li>\\n<li>Field: Taxonomy Terms - Added &quot;Radio Button&quot; display type<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.8 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Enhanced Code Base<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Enhanced <code>get_flexible()<\\/code> &amp; <code>the_flexible()<\\/code> functions logic<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Enhanced Template, Style &amp; Script files detection. Now detects paths from WP root directory, and from <code>\\/wp-content\\/<\\/code> directory<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Automatically include the layout <code>{template}-preview.php<\\/code> file instead of <code>template.php<\\/code>, if it is found within the same path<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Automatically enqueue the layout <code>{style}-preview.css<\\/code> file in addition of <code>style.css<\\/code>, if it is found within the same path<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Automatically enqueue the layout <code>{script}-preview.js<\\/code> file instead of <code>script.js<\\/code>, if it is found within the same path<\\/li>\\n<li>Field: Flexible Content - Dynamic Preview - Fixed full path match for Layouts Templates files<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/prepend\\/template\\/name=my_flexible\', $path, $flexible, $layout)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/prepend\\/style\\/name=my_flexible\', $path, $flexible, $layout)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/prepend\\/script\\/name=my_flexible\', $path, $flexible, $layout)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/thumbnail\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/thumbnail\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/template\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/template\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/before_template\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/before_template\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/after_template\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/after_template\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/style\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/style\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/render\\/script\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/render\\/script\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/layout\\/enqueue\\/layout=my_layout<\\/code> hooks and its variations. Use <code>acfe\\/flexible\\/enqueue\\/layout=my_layout<\\/code> instead<\\/li>\\n<li>Field: Flexible Content - Deprecated <code>acfe\\/flexible\\/preview<\\/code> hooks and its variations<\\/li>\\n<li>Module: Dynamic Block Types - The &quot;Template Render&quot; setting is now independent from the theme<\\/li>\\n<li>Module: Dynamic Block Types - Added <code>filter(\'acfe\\/block_type\\/prepend\\/template\\/name=my-block-type\', $path, $name)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Module: Dynamic Block Types - Added <code>filter(\'acfe\\/block_type\\/prepend\\/style\\/name=my-block-type\', $path, $name)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Module: Dynamic Block Types - Added <code>filter(\'acfe\\/block_type\\/prepend\\/script\\/name=my-block-type\', $path, $name)<\\/code> and its variations to alter the field\'s setting prepend (display only)<\\/li>\\n<li>Module: Post Type Archive Page - <code>have_archive()<\\/code> now allows to pass the post type name. Usage example: <code>while(have_archive(\'my-post-type\')): the_archive()<\\/code><\\/li>\\n<li>Module: Multilang - Enhanced Options Pages Post ID detection<\\/li>\\n<li>Module: Multilang - Added &quot;Post Type List&quot; &amp; &quot;Taxonomy List&quot; Locations compatibility<\\/li>\\n<li>Module: Multilang - Fixed the &quot;Disable module&quot; setting which wasn\'t working correctly<\\/li>\\n<li>Module: Multilang - Fixed Polylang Ajax language detection<\\/li>\\n<li>General: Enhanced <code>acfe_update_setting()<\\/code>, <code>acfe_get_setting()<\\/code> functions and <code>filer(\'acfe\\/settings\\/{name}\')<\\/code> hook<\\/li>\\n<li>General: Removed <code>ACFE_THEME_PATH<\\/code> &amp; <code>ACFE_THEME_URL<\\/code> constants<\\/li>\\n<li>General: Added <code>acfe\\/theme_path<\\/code>, <code>acfe\\/theme_url<\\/code> &amp; <code>acfe\\/theme_folder<\\/code> settings<\\/li>\\n<li>General: The default <code>acfe\\/php_save<\\/code>, <code>acfe\\/php_load<\\/code> &amp; <code>acfe\\/theme_folder<\\/code> settings are now generated based on the new <code>acfe\\/theme_path<\\/code> &amp; <code>acfe\\/theme_url<\\/code> settings<\\/li>\\n<li>General: The <code>acfe\\/theme_folder<\\/code> setting is now used to prepend Flexible Content &amp; Block Types render fields settings (Display only)<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.6 <\\/h4>\\n<ul>\\n<li>Module: Multilang - Fixed WPML front-end language detection for custom languages<\\/li>\\n<li>Module: Settings - Added &quot;Multilang&quot; &amp; &quot;Single Meta&quot; settings in the UI<\\/li>\\n<li>Module: Settings - Fixed <code>l10n_textdomain<\\/code> which wasn\'t correctly displayed<\\/li>\\n<li>Module: Dev Mode - Fixed option &quot;Edit&quot; action link<\\/li>\\n<li>Module: PHP AutoSync - Added l10n support<\\/li>\\n<li>Module: Single Meta - Enhanced &quot;Delete Orphan Meta&quot; setting logic &amp; performance<\\/li>\\n<li>Field: Taxonomy Terms - Added &quot;Term (All childs)&quot; to display any childs level terms<\\/li>\\n<li>Field: Taxonomy Terms - Renamed &quot;Term (Childs)&quot; to &quot;Term (Direct childs)&quot; to avoid confusion with the new filter<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Term (Direct childs)&quot; which could be duplicated in some cases<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.5 <\\/h4>\\n<ul>\\n<li>General: Added WPML &amp; Polylang compatibility for Options Pages with custom post ids. ie: <code>my-theme<\\/code> post id will be translated to <code>my-theme_en<\\/code> with WPML &amp; <code>my-theme_en_US<\\/code> with Polylang<\\/li>\\n<li>Modules: Dynamic Post Types, Taxonomies, Options Pages &amp; Block Types - Added Multilingual compatibility for WPML &amp; Polylang. Items are automatically registered as strings for both WPML &amp; Polylang plugins<\\/li>\\n<li>Modules: Dynamic Post Types, Taxonomies, Options Pages &amp; Block Types - Added l10n support for the ACF Exporting Tools<\\/li>\\n<li>Module: Dynamic Post Type Archive - Added &quot;Edit Archive Page&quot; in the Admin Bar in the front-end when visiting an Archive Page<\\/li>\\n<li>Module: Dynamic Post Type Archive - Added l10n on the Label<\\/li>\\n<li>Module: Dynamic Post Type - Fixed Typo in UI<\\/li>\\n<li>Module: Single Meta Save - Enhanced code logic &amp; compatibility<\\/li>\\n<li>Module: Single Meta Save - Added <code>get_fields()<\\/code> support<\\/li>\\n<li>Module: Single Meta Save - Removed the &quot;Delete Orphan Meta&quot; feature from Options Pages<\\/li>\\n<li>Module: Dev Mode - Fixed Bulk Actions being displayed when the Postboxes were hidden by user<\\/li>\\n<li>Module: Dev Mode - Added Clone in Sub Fields support (previously displayed as <code>Undefined<\\/code>)<\\/li>\\n<li>Module: Dev Mode - Fixed PHP 7.4 notices<\\/li>\\n<li>Module: Dynamic Forms - Query Var setting has been removed<\\/li>\\n<li>Module: Dynamic Forms - Query vars are now always generated. If no action name has been set, the query var will be named <code>{form_name}-{action}<\\/code>. ie: <code>my-form-post<\\/code>. The next post action will be named <code>my-form-post-2<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Label Placement: Hidden&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current:post:post_author_data}<\\/code> template tags in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added all available <code>{query_var}<\\/code> template tags in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Form Fields Groups, E-mail Action From\\/To\\/Subject fields are not required anymore<\\/li>\\n<li>Module: Dynamic Forms - Added JS Form Submit Action code example in the &quot;Submission&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Tweaked UI<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layout Toggle&quot; setting allowing the user to hide specific layout from the front-end<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Layout State&quot; setting which incorrectly forced it as &quot;Closed&quot; when using the &quot;Dynamic Render&quot; setting<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Layout Title&quot; CSS<\\/li>\\n<li>Field: WYSIWYG - Fixed the Smart Delayed Init in the Flexible Content when the layout had the &quot;Layout State&quot; on &quot;Opened&quot;<\\/li>\\n<li>Fields: Advanced Validation - Added <code>count()<\\/code>, <code>is_array()<\\/code>, <code>is_string()<\\/code>, <code>is_numeric()<\\/code>, <code>get_post_type()<\\/code>, <code>get_post_by_id()<\\/code>, <code>get_post_by_title()<\\/code> rules and <code>Matches regex<\\/code>, <code>Doesn\'t matches regex<\\/code>, <code>!= true<\\/code>, <code>!= false<\\/code>, <code>!= null<\\/code> operators<\\/li>\\n<li>Field: Date Picker - Added <code>==<\\/code>, <code>!=<\\/code>, <code>&gt;<\\/code>, <code>&lt;<\\/code>, <code>Pattern match<\\/code> &amp; <code>Contains<\\/code> conditional logic<\\/li>\\n<li>Field: Image - &quot;Use as Featured Image&quot; setting now loads the Featured Image if it was already set<\\/li>\\n<li>Field: Taxonomy Terms - Added Async Load setting support<\\/li>\\n<li>Field: Taxonomy Terms - Fixed &quot;Level&quot; filter input CSS width<\\/li>\\n<li>Field: Post Object - Merged &quot;Allow Custom&quot; &amp; &quot;Save Custom Value as New Post&quot; settings<\\/li>\\n<li>Field: Post Object - Fixed the &quot;Save as New Post&quot; setting when allowing &quot;Multiple Values&quot;<\\/li>\\n<li>Field: Post Object - Added instructions &amp; code examples to alter the New Post arguments programmatically<\\/li>\\n<li>Field: Code Editor - Added border radius to match WP admin input style<\\/li>\\n<li>Field: Group - Fixed &quot;Edit in Modal&quot; settings which weren\'t displayed<\\/li>\\n<li>Field Groups: Location Column - Fixed potential consuming query when using the <code>Post == ID<\\/code> Conditional Rule<\\/li>\\n<li>General: Introduced <code>acfe_update_setting()<\\/code>, <code>acfe_get_setting()<\\/code> functions and <code>acfe\\/settings\\/{name}<\\/code> filter<\\/li>\\n<li>General: Compatibility - Fixed WPML PHP notices in Field Groups<\\/li>\\n<li>General: Compatibility - Fixed Advanced Forms PHP notice during ACF Extended: Forms submission<\\/li>\\n<li>General: Readme - Added Field Bi-directional instructions to migrate already existing data<\\/li>\\n<li>General: Readme - Added Multilingual section<\\/li>\\n<li>General: Readme - Added Donators section<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.3 <\\/h4>\\n<ul>\\n<li>Module - Enhanced UI - Added WP User &amp; WP Settings UI enhancements<\\/li>\\n<li>Module - Enhanced UI - Taxonomies UI enhancements were moved in the general Enhancement module. The setting <code>acf_update_setting(\'acfe\\/modules\\/taxonomies\')<\\/code> has been replaced by <code>acf_update_setting(\'acfe\\/modules\\/ui\')<\\/code><\\/li>\\n<li>Module: Dev Mode - Added &quot;Field Type&quot; column on ACF meta overview<\\/li>\\n<li>Module: Dev Mode - Added &quot;Autoload&quot; column on Options meta overview<\\/li>\\n<li>Module: Dev Mode - Added &quot;Delete&quot; action for each meta &amp; options fields<\\/li>\\n<li>Module: Dev Mode - Added &quot;Bulk Delete&quot; action<\\/li>\\n<li>Module: Single Meta Save - Reworked codebase<\\/li>\\n<li>Module: Single Meta Save - Added Options pages compatibility (disabled by default. See <code>filter(\'acfe\\/modules\\/single_meta\\/options\')<\\/code> usage in the readme to enable specific Options ID)<\\/li>\\n<li>Module: Single Meta Save - Added <code>filter(\'acfe\\/modules\\/single_meta\\/post_types\')<\\/code> to allow specific post types only (default to: all)<\\/li>\\n<li>Module: Single Meta Save - Added <code>filter(\'acfe\\/modules\\/single_meta\\/taxonomies\')<\\/code> to allow specific taxonomies only (default to: all)<\\/li>\\n<li>Module: Single Meta Save - Fixed bidirectional setting which wasn\'t working when Single Meta Save was enabled<\\/li>\\n<li>Fields settings: Bidirectional - Added Self-bidirectional setting, allowing to link a field on itself<\\/li>\\n<li>Fields settings: Bidirectional - Added Multi-bidirectional setting, allowing to link multiple fields<\\/li>\\n<li>Field: Taxonomy Terms - Fixed a bug with last childs choices not being correctly rendered<\\/li>\\n<li>Field: Code Editor - Fixed duplicated field from the Field Group UI when user cloned the field<\\/li>\\n<\\/ul>\\n<h4> 0.8.6.1 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Block Types\\/Options Pages - Slugs can now to edited &amp; updated from the UI<\\/li>\\n<li>Module: Dynamic Options Pages - Added a configuration icon on top of options page to easily switch to options page settings<\\/li>\\n<li>Module: Dynamic Forms - User Action query var now returns the password if it has been created\\/generated during the action. This will allow developers to send the password confirmation via an e-mail action using query vars<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{request:name}<\\/code> &amp; <code>{request:name:key}<\\/code> template tags to retrieve <code>$_REQUEST<\\/code> <code>$_GET<\\/code> &amp; <code>$_POST<\\/code> data<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{get_option:name}<\\/code> &amp; <code>{get_option:name:key}<\\/code> template tags to retrieve an option from database<\\/li>\\n<li>Module: Dynamic Forms - Enhanced &quot;Post Action&quot; query var which now returns post author data in the <code>{query_var:my-action:post_author_data:field}<\\/code> template tag<\\/li>\\n<li>Module: Dynamic Forms - Enhanced JS detection of the <code>acf<\\/code> object to avoid potential errors when using aggressive minification<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>{current:user:show_welcome_panel}<\\/code> which was printed twice in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Fixed <code>wp_unslash()<\\/code> on the success message<\\/li>\\n<li>Module: Dynamic Forms - Fixed undefined <code>post<\\/code> key notice which could occurs in some cases<\\/li>\\n<li>Module: Dynamic Forms - Fixed template tags which were using <code>id<\\/code> instead of <code>ID<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Fixed the conditional logic on custom form render when using complex fields like repeaters or flexible content<\\/li>\\n<li>Module: Single Meta Save - <code>acf<\\/code> meta is now updated on submission instead of being reset each time it is saved. This fix a potential problem when fields wouldn\'t be displayed to specific user roles<\\/li>\\n<li>Module: PHP AutoSync - PHP files are now included only if the filename starts with <code>group_*.php<\\/code><\\/li>\\n<li>Field: Columns - Added responsive breakpoints<\\/li>\\n<li>Field: Button - Added Advanced Settings compatibility<\\/li>\\n<li>Field: Advanced Link - Fixed a bug which could render an empty &quot;Archive&quot; default value artifact in post objects fields<\\/li>\\n<li>Field: Advanced Link - Fixed required field validation<\\/li>\\n<li>Field: Code Editor - Fixed line wrap in terms views<\\/li>\\n<li>Field: WYSIWYG - Fixed the automatic smart delayed initialization in flexible content layouts<\\/li>\\n<li>Field: WYSIWYG - Fixed init in Flexible Content layouts which could break when trying to open a layout before the complete page load<\\/li>\\n<li>General: Settings API - Enhanced upgrade process<\\/li>\\n<li>General: Settings API - <code>acfe<\\/code> option now regenerate Post Types\\/Taxonomies\\/Block Types\\/Options Pages on reset<\\/li>\\n<\\/ul>\\n<h4> 0.8.5.5 <\\/h4>\\n<ul>\\n<li>Field: Button - Added nominative JS hooks <code>action(\'acfe\\/fields\\/button\\/before\\/name=my_field\', response, $el, data);<\\/code><\\/li>\\n<li>Field: Button - Added nominative JS hooks <code>action(\'acfe\\/fields\\/button\\/success\\/name=my_field\', response, $el, data);<\\/code><\\/li>\\n<li>Field: Button - Added nominative JS hooks <code>action(\'acfe\\/fields\\/button\\/complete\\/name=my_field\', response, $el, data);<\\/code><\\/li>\\n<li>Field: Button - Deprecated JS hooks <code>acfe\\/fields\\/button\\/before_ajax<\\/code> &amp; <code>acfe\\/fields\\/button\\/ajax_success<\\/code>. Replaced by <code>acfe\\/fields\\/button\\/before<\\/code> &amp; <code>acfe\\/fields\\/button\\/success<\\/code><\\/li>\\n<li>Field: Flexible Content - Added generic <code>acfe\\/flexible\\/thumbnail<\\/code> hook<\\/li>\\n<li>Module: Dynamic Forms - Fixed a bug where 2 forms with 2 fields with the same name on the same page, will override <code>default_value<\\/code> during render<\\/li>\\n<li>Module: Dynamic Forms - Fixed a nasty bug with &quot;Post Action&quot; which could trigger an infinite loop when using Elementor &amp; YOAST. See bug report: <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10998\\\">https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10998<\\/a><\\/li>\\n<li>Module: Dynamic Forms - Fixed jQuery not recognized on form success in some specific case<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;No form element&quot; compatibility allowing validation settings to be applied when form tag isn\'t printed<\\/li>\\n<li>Module: Dynamic Forms - Fixed typo in &quot;Custom Action&quot; code example<\\/li>\\n<li>Module: Dynamic Forms - Added to the possibility to use <code>get_field(\'my_field\')<\\/code> to retrieve form input value inside <code>acfe\\/form\\/load<\\/code> hooks<\\/li>\\n<li>Module: Single Meta Save - Fixed hook arguments which could trigger a PHP error in some specific cases<\\/li>\\n<li>General: Readme - Added Flexible Content Settings Modal example<\\/li>\\n<\\/ul>\\n<h4> 0.8.5 <\\/h4>\\n<ul>\\n<li>General: Added Settings\\/Options API<\\/li>\\n<li>General: Improved modules performance<\\/li>\\n<li>Module: Dynamic Forms - Improved module UI, fields UI &amp; documentation<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Cheatsheet&quot; tab to list all available template tags<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Validation&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Added &quot;Reply-to&quot;, &quot;Cc&quot;, &amp; &quot;Bcc&quot; fields<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Added &quot;Delete attachment once sent&quot; setting for each Dynamic attachments<\\/li>\\n<li>Module: Dynamic Forms - Email Action - Added &quot;Static attachments&quot;<\\/li>\\n<li>Module: Dynamic Forms - User Action - Added &quot;Log user&quot; action type<\\/li>\\n<li>Module: Dynamic Forms - Post Action - Terms can now be created on the fly using custom template tags. Example: <code>My new term|my-taxonomy<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Post Action - Fixed terms not being set correctly when user wasn\'t logged<\\/li>\\n<li>Module: Dynamic Forms - Template tags are now allowed everywhere<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Apply field groups rules&quot; setting to take field group conditional locations into account<\\/li>\\n<li>Module: Dynamic Forms - Added a switch on &quot;Form HTML override&quot; to explicitly explain this setting is optional<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{get_field:field_name}<\\/code> template tags to retrieve field value from DB. More information in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current:post\\/term\\/user\\/author\\/form}<\\/code> template tags to retrieve current data information. More information in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{current:***}<\\/code> template tags to retrieve current post\\/term\\/user\\/post author\\/form information. More information in the &quot;Cheatsheet&quot; tab<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Hide successful re-validation notice&quot; setting<\\/li>\\n<li>Module: Dynamic Forms - Google Map return value is now correctly formatted<\\/li>\\n<li>Module: Dynamic Forms - Fixed WPML compatibility problem when using &quot;honeypot&quot; field<\\/li>\\n<li>Module: Dynamic Forms - Fields conditional logic are now working when fields are wrapper within custom div<\\/li>\\n<li>Module: Dynamic Forms - Added CSS to WP Media modal &amp; cleaned accessibility text<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Default Uploader Type&quot; setting (based on field setting)<\\/li>\\n<li>Module: Dynamic Forms - Fixed Loading value not working correctly on repeaters\\/groups\\/flexible content<\\/li>\\n<li>Module: Dynamic Forms - Added PHP function to easily import form. <code>acfe_import_dynamic_form($array|$json);<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Fixed shortcode being interpreted in admin view (Gutenberg\\/Dynamic Ajax Preview)<\\/li>\\n<li>Module: Dynamic Post Type - Fixed capabilities not being correctly mapped<\\/li>\\n<li>Module: Dynamic Post Type - Fixed Admin orderby &amp; order not working correctly when <code>has_archive<\\/code> was disabled<\\/li>\\n<li>Module: Dynamic Taxonomy - Fixed capabilities not being correctly mapped<\\/li>\\n<li>Module: Dynamic Taxonomy - Fixed Front posts per page, orderby &amp; order settings<\\/li>\\n<li>Module: Dynamic Author - Added better post author ID cast<\\/li>\\n<li>Module: AutoSync - New fields groups now have Json\\/PHP AutoSync setting checked by default if the corresponding folder exists<\\/li>\\n<li>Field: Flexible Content - Modal Categories Selection setting is now using Select2 with tags<\\/li>\\n<li>Field: Flexible Content - The bottom bar in modal now clear potential floating elements<\\/li>\\n<li>Field: Flexible Content - Fixed clone function not working correctly with tabs that have conditional logic<\\/li>\\n<li>Field: Select - Added &quot;## Title&quot; markdown to add option group in field\'s choices<\\/li>\\n<li>Field: Select - Added &quot;Allow custom&quot; setting<\\/li>\\n<li>Field: Select2 - Tweaked CSS to match WordPress 5.3 UI<\\/li>\\n<li>Field: Select2 - Fixed WPML CSS overriding select2 style<\\/li>\\n<li>Field: Code Editor - The field now correctly trigger <code>change()<\\/code> on input<\\/li>\\n<li>Field: Code Editor - Added &quot;Max rows&quot; setting<\\/li>\\n<li>Field: Code Editor - Fixed &quot;Default value&quot; javascript code being executed within the Data modal<\\/li>\\n<li>Field: Advanced Link - Added Term link types<\\/li>\\n<li>Field: Advanced Link - Added Post Type Archive link types<\\/li>\\n<li>Field: Advanced Link - Fixed custom sub fields not working correctly when retrieving values<\\/li>\\n<li>Field: Advanced Link - Reworked the custom sub fields declaration. It\'s now easier to add custom fields<\\/li>\\n<li>Field: reCaptcha - Fixed v2 theme &amp; size settings not working correctly<\\/li>\\n<li>Field: reCaptcha - Fixed v3 JS error on reset<\\/li>\\n<li>Field: Datepicker\\/Datetime picker\\/Timepicker - Added CSS to match WordPress 5.3 UI<\\/li>\\n<li>Field Group: Fixed Instructions &quot;Tooltip&quot; mode not working correctly in groups<\\/li>\\n<li>Field Group: Added pre-rendering CSS for field groups with labels on left, removing potential during admin page load<\\/li>\\n<li>Field Group: Renamed &quot;Third Party&quot; Field Groups types to &quot;Local&quot;<\\/li>\\n<li>General: Gutenberg - Fixed CSS for modal<\\/li>\\n<\\/ul>\\n<h4> 0.8.4.6 <\\/h4>\\n<ul>\\n<li>Field: Taxonomy Terms - Fixed a problem with value return when &quot;Load Terms&quot; was enabled<\\/li>\\n<li>General: Modal - Fixed z-index problem with WP attachment modal<\\/li>\\n<\\/ul>\\n<h4> 0.8.4.5 <\\/h4>\\n<ul>\\n<li>Field Group: Hide on Screen - Added &quot;Block Editor&quot; (Gutenberg) setting, allowing administrator to disable the block editor on field group location<\\/li>\\n<li>Field Group: Third Party - Fixed Export\\/Sync Clones fields being processed during the action<\\/li>\\n<li>Field Group: Postbox Seamless CSS class are now added in PHP, which remove the blink during admin page load caused by the class being added in JS<\\/li>\\n<li>Field Group: Raw Data button now also display the WP_Post object<\\/li>\\n<li>Field: Button - Before\\/After HTML settings are now using code editor<\\/li>\\n<li>Field: Button - Ajax call - Added nominative hooks allowing to target specific field. Hook is now easier. Instructions have been updated<\\/li>\\n<li>Field: Flexible Content - Added &quot;Advanced Flexible Content&quot; setting (ON\\/OFF). All advanced settings are now hidden by default and depend on that setting to be shown. (Retro compatibility: if any advanced setting has been saved before, this setting will be set to ON)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Clone&quot; button as a setting (Not enabled by default in all flexible content anymore)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Hide: Add Layout Button&quot; setting<\\/li>\\n<li>Field: Flexible Content - Added &quot;Hide: Remove Layout Button&quot; setting<\\/li>\\n<li>Field: Flexible Content - Added &quot;Lock Flexible Content&quot; (sortable) setting<\\/li>\\n<li>Field: Flexible Content - Flexible Content can now be completely locked and all actions removed from the field settings<\\/li>\\n<li>Field: Flexible Content - Layout Settings modal now allow multiple clones<\\/li>\\n<li>Field: Flexible Content - Layout Settings modal size can now be selected for each layout (small\\/medium\\/large\\/extra large\\/full)<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Force State: Open&quot; not working correctly in some specific cases<\\/li>\\n<li>Field: Flexible Content - Fixed Modal Selection z-index problem on attachment screen<\\/li>\\n<li>Field: Flexible Content - Fixed Modal Edition z-index problem with button group (when already inside a modal)<\\/li>\\n<li>Field: Flexible Content - Fixed a bug causing duplicated &quot;Layout Setting&quot; &amp; &quot;Layout Title Edition&quot; fields when export\\/re-importing a field group with flexible content that had this settings<\\/li>\\n<li>Field: Taxonomy Terms - Fixed a PHP notice when &quot;Load Terms&quot; was enabled with &quot;select&quot; as field type<\\/li>\\n<li>Field: Group\\/Clone - Seamless style CSS fixed in term view<\\/li>\\n<li>Field: Color Picker - Added position relative property when the field is used inside a modal<\\/li>\\n<li>Field: Hidden - Added global CSS style<\\/li>\\n<li>Module: Single Meta Save - Improved save process performance (it\'s now even faster!)<\\/li>\\n<li>Module: Dynamic Forms - Added <code>{query_var:var}<\\/code> template tag in E-mail action, Post Load source, Post Target, Term Load source, Term Target &amp; User Load source, Redirection &amp; Updated Message fields. This will allow user to retrieve a specific <code>query_var<\\/code> and use it dynamically<\\/li>\\n<li>Module: Dynamic Forms - <code>{query_var:var}<\\/code> template tag also allow to specific key if the value is an array, using the following tag: <code>{query_var:var:key}<\\/code><\\/li>\\n<li>Module: Dynamic Forms - New &quot;Query var&quot; settings on Post, Terms, Users &amp; E-mail actions that generate a custom query var based on the &quot;Action name&quot; after completing the action. For example: Post Action with Action name &quot;my-action&quot; will generate a <code>query_var<\\/code> named <code>my-action<\\/code> and as value the post data (array) that has been created\\/updated. This <code>query_var<\\/code> can be accessed using <code>get_query_var(\'my-action\');<\\/code> or the template tag <code>{query_var:my-action:ID}<\\/code> (Post ID), <code>{query_var:my-action:post_title}<\\/code> (Post Title), <code>{query_var:my-action:permalink}<\\/code> (Post Permalink), <code>{query_var:my-action:admin_url}<\\/code> (Post Admin URL)<\\/li>\\n<li>Module: Dynamic Forms - Fixed shortcode not working correctly when using Form ID instead of Form name<\\/li>\\n<li>Module: Dynamic Forms - Actions UI Layouts can now be collapsed<\\/li>\\n<li>Module: Dev Mode - Added Meta Overview for Options Page<\\/li>\\n<li>Module: Options Page - Child Options page are now correctly displayed as child in the Options Page UI<\\/li>\\n<li>General: Modal - Added localization for the &quot;Close&quot; button<\\/li>\\n<li>General: Modal - Added Small\\/Medium\\/Large\\/Extra Large\\/Full sizes<\\/li>\\n<\\/ul>\\n<h4> 0.8.4.1 <\\/h4>\\n<ul>\\n<li>General: Fixed loading sequence when <code>get_field<\\/code> was called directly in the functions file<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview overlay z-index<\\/li>\\n<\\/ul>\\n<h4> 0.8.4 <\\/h4>\\n<ul>\\n<li>Module: Added Single Meta Save feature - Compress all fields values from the current post, term or user into one single meta data. This feature is disabled by default, to enable it, use <code>acf_update_setting(\'acfe\\/modules\\/single_meta\', true);<\\/code>. More information available in the readme.<\\/li>\\n<li>Module: Dynamic Post Types - Added <code>while(have_archive()): the_archive();<\\/code> logic when the &quot;Admin Archive Page&quot; setting is turned on. This template tags can be used in the <code>archive-post-type.php<\\/code> template which makes <code>get_field(\'my_field\')<\\/code> calls easier<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies - Fixed Posts\\/Terms column data when object was trashed.<\\/li>\\n<li>Module: PHP AutoSync - PHP sync files are now removed when the field group is disabled\\/trashed.<\\/li>\\n<li>Module: Dynamic Forms - In the &quot;E-mail Action&quot; the &quot;From&quot; field is now required.<\\/li>\\n<li>Module: Dynamic Forms - The Javascript hook <code>acfe\\/form\\/submit\\/success<\\/code> is now correctly fired on form submission<\\/li>\\n<li>Module: Dev Mode - Added the WP &amp; ACF Meta Overview on User pages<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Options Pages\\/Block Types - Removed Draft button action<\\/li>\\n<li>Field: Flexible Content - Significant Performance Boost (~50\\/60% faster during the loading). Many settings are now loaded in PHP. This massive rework brings some great performance on complex Flexible Content fields.<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layouts: Asynchronous&quot; setting which add layouts using Ajax method (instead of having hidden layouts models in the DOM). This setting increase performance on complex Flexible Content fields.<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layouts: Settings&quot; setting which let you choose a field group to clone and to be used as a configuration modal for each layout. Settings can then be used with <code>while(have_settings()): the_setting(); get_sub_field(\'my_setting\');<\\/code> in the Layout Template.<\\/li>\\n<li>Field: Flexible Content - Initial &quot;Dynamic Preview&quot; are now processed during page administration load, and not Ajax anymore. This tweak also speed-up the loading speed.<\\/li>\\n<li>Field: Flexible Content - Fixed a potential duplicated categories bug in the Selection Modal if the category name had spaces.<\\/li>\\n<li>Field: Flexible Content - &quot;Remove Actions&quot; now correctly remove Clone &amp; Copy\\/Paste buttons.<\\/li>\\n<li>Field: Flexible Content - Added &quot;Disable Legacy Layout Title Ajax&quot; setting. It disables the native ACF Layout Title Ajax call on <code>acf\\/fields\\/flexible_content\\/layout_title<\\/code>.<\\/li>\\n<li>Field: Flexible Content - Fixed the <code>$is_preview<\\/code> variable not being available in specific situations.<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview repeater fields inside a layout which could send an additional <code>acfcloneindex<\\/code> during the preview mode<\\/li>\\n<li>Field: Flexible Content - Fixed Dynamic Preview with WP Query in the layout, which could be duplicated due to how WP Admin manage custom queries<\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Edit&quot; icon vertical align with the latest WP 5.3 update<\\/li>\\n<li>Field: Flexible Content - Added shorter CSS class for preview wrapper <code>-preview<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed the native ACF setting &quot;Select layout&quot; with a wrong height on WP 5.3<\\/li>\\n<li>Field: Flexible Content - Fixed Enter key opening duplicated modal with Modal Edition setting<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layouts\\/div\\/name=my_flexible\', $div, $layout, $field)<\\/code> to change layout div attributes (with 5 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layouts\\/handle\\/name=my_flexible\', $handle, $layout, $field)<\\/code> to change layout handle attributes (with 5 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layouts\\/icons\\/name=my_flexible\', $icons, $layout, $field)<\\/code> to change layout handle icons (with 5 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/secondary_actions\\/name=my_flexible\', $secondary_actions, $field)<\\/code> to change Flexible Content secondary actions (copy, paste...) (with 3 variations)<\\/li>\\n<li>Field: Advanced Link - Fixed required validation which could fail if a post object was selected.<\\/li>\\n<li>Field: Advanced Link - Fixed a <code>z-index<\\/code> problem in menu\\/items<\\/li>\\n<li>Field: Code Editor - Added compatibility with WP Code Editor Settings (editor themes).<\\/li>\\n<li>Field: Group\\/Clone - In Seamless Style mode instructions could be truncated in some specific cases<\\/li>\\n<li>Field: Group\\/Clone - Seamless Style mode wasn\'t working correctly in the Term administration<\\/li>\\n<li>Field: Group\\/Clone - Fixed &quot;Seamless Style&quot; typo<\\/li>\\n<li>Field: Group\\/Clone - Fixed &quot;Edit in modal&quot; which wasn\'t correctly working in menus<\\/li>\\n<li>Field Group: Fixed Category sync which failed to create &amp; set new field group category if not already available in WP<\\/li>\\n<li>Field Groups: Fixed empty field groups list colspan<\\/li>\\n<li>Fields: Post Statuses\\/Post Types\\/Taxonomies\\/Taxonomies Terms\\/User Roles can now be used as conditional display field<\\/li>\\n<li>General: ACF Extended now correctly detects ACF Pro when included in the WP Theme.<\\/li>\\n<li>General: ACF Extended can now be included in WP Themes (following the same logic as ACF)<\\/li>\\n<\\/ul>\\n<h4> 0.8.3.1 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed PHP <code>Undefined index: acfe_flexible_modal<\\/code> notice<\\/li>\\n<li>Fields: Select2 CSS Enhanced - Fixed forced height when in multiple mode<\\/li>\\n<li>Fields: Select2 CSS Enhanced - Global standardization of generic select input &amp; select2 style<\\/li>\\n<li>Module: Dynamic Forms - Added missing hook <code>filter(\'acfe\\/form\\/load\\/action=my-action-alias\',  $args, $post_id);<\\/code><\\/li>\\n<li>General: Fixed typo in Readme<\\/li>\\n<\\/ul>\\n<h4> 0.8.3 <\\/h4>\\n<ul>\\n<li>Field: Advanced Link - Added &quot;Allowed Post Types&quot; &amp; &quot;Allowed Taxonomies&quot; setting to filter allowed Post types &amp; Taxonomy terms in the post selection<\\/li>\\n<li>Field: Flexible Content - Categories in the Layouts Selection Modal are now sticky, the vertical scrollbar is now applied to layouts (Thanks @Damien C.)<\\/li>\\n<li>Field: Flexible Content - Added filter to disable a potentially unnecessary ACF ajax call when closing a layout: <code>filter(\'acfe\\/flexible\\/remove_ajax_title\\/name=my_flexible\', false, $field);<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed Layout Title Edition input which could disappear in some rare cases<\\/li>\\n<li>Field: Flexible Content - Fixed <code>z-index<\\/code> CSS conflict in modals when the flexible content was inside an accordion field (Thanks @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Fixed <code>border-bottom<\\/code> CSS on layout handle when edition modal is set to ON<\\/li>\\n<li>Field: Flexible Content - Fixed an issue where Categories in the Layouts Modal would still appear when setting was set to ON then to OFF<\\/li>\\n<li>Field: Post Object - Added &quot;Allow custom value&quot; setting when &quot;Advanced UI&quot; is ON<\\/li>\\n<li>Field: Post Object - Added &quot;Save custom value as post&quot; setting when &quot;Allow custom value&quot; is ON<\\/li>\\n<li>Field: reCaptcha - Changed <code>file_get_contents()<\\/code> to <code>curl<\\/code> method for better compatibility (Thanks @Brandon A.)<\\/li>\\n<li>Field: Select - Placeholder setting is now also available if &quot;Advanced UI&quot; is set to ON<\\/li>\\n<li>Fields: Select2 - CSS enhancements have been moved to the WP admin and are not enqueued in the front-end anymore (Thanks @jaakkosaarenketo)<\\/li>\\n<li>Field: Taxonomy Terms - Added &quot;Load Terms&quot; &amp; &quot;Save Terms&quot; allowing the user the load &amp; add terms to the current post, just like ACF does with the &quot;Taxonomy&quot; field (Feature request: @gptrading)<\\/li>\\n<li>Field Settings: Bidirectional - Fixed multiple sub fields check which bail too early during the field relation selection process (Thanks @doublesharp)<\\/li>\\n<li>Fields Groups: Fixed Json\\/PHP Sync warnings that were not properly checking the ACF setting <code>load_json<\\/code> paths (Thanks @doublesharp)<\\/li>\\n<li>Fields Groups: Added Export Json &amp; PHP in the Field Group single view (sidebar)<\\/li>\\n<li>Fields Groups: Categories are now synced with field groups during the export\\/import process<\\/li>\\n<li>Module: Author - Fixed duplicated post revision when updating an ACF value (Thanks: @Fran\\u00e7ois B.)<\\/li>\\n<li>Module: Author - Fixed an issue where the module would not show up on post types which are registered using a priority higher or equal to 5 (Thanks @yangkennyk)<\\/li>\\n<li>Module: Dev Mode - Added fields counter in the metabox title (Feature request: @Damien C.)<\\/li>\\n<li>Module: Dynamic Forms - Added the ability to use <code>{field:field_name}<\\/code> &amp; <code>{field:field_key}<\\/code> values in the &quot;Updated message&quot; setting (Feature request: @alexene22)<\\/li>\\n<li>Module: Dynamic Forms - Better handling of select\\/checkbox\\/radio values render (Thanks @jabbadu)<\\/li>\\n<li>Module: Dynamic Forms - Fixed the ACF form submit button which would be still displayed, even if the setting was set to OFF (Thanks @Damien C.)<\\/li>\\n<li>Module: Dynamic Forms - Added &quot;Post field groups&quot; setting in the &quot;Advanced&quot; tab to override displayed field groups by a specific post field groups<\\/li>\\n<li>Module: Dynamic Forms - Added fallback when rendering complex fields values (array)<\\/li>\\n<li>Module: Dynamic Forms - Added <code>filter(\'acfe\\/form\\/format_value\\/name=my_field\', $value, $unformatted_value, $post_id, $field)<\\/code> to format field output used in email\\/post\\/term\\/user actions. (Also works with <code>\\/type<\\/code> &amp; <code>\\/key<\\/code> selectors)<\\/li>\\n<li>Module: Dynamic Forms - Added Javascript ACF Action on successful form submission: <code>acf.doAction(\'acfe\\/form\\/submit\\/success\\/name=my-form\')<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added compatibility fix for the plugin &quot;MC ACF Flexible Template&quot; (Thanks @MarcinKilarski)<\\/li>\\n<li>Module: Dynamic Forms - Added Manual Json Export &amp; Import tools<\\/li>\\n<li>Module: Dynamic Forms \\/ Post Types \\/ Taxonomies \\/ Block Types \\/ Options - Added Manual Export in the single view<\\/li>\\n<li>Module: Dynamic Forms \\/ Post Types \\/ Taxonomies \\/ Block Types \\/ Options - Added compatibility fix for PolyLang, allowing user to translate modules items (Thanks @Drashka)<\\/li>\\n<li>Module: Dynamic Post Types \\/ Taxonomies \\/ Block Types \\/ Options - Added Manual PHP Export action (Feature request: @jaakkosaarenketo)<\\/li>\\n<li>General: Added CSS styles to match WP 5.3 Update UI<\\/li>\\n<\\/ul>\\n<h4> 0.8.2 <\\/h4>\\n<ul>\\n<li>Dynamic Forms: Fixed error position \'below\' not working on some specific fields (Select)<\\/li>\\n<li>Dynamic Forms: <code>acfe_form_is_front()<\\/code> &amp; <code>acfe_form_is_admin()<\\/code> helpers now also check native ACF Form screen<\\/li>\\n<li>Dynamic Forms: Added action alias name setting for each action allowing better targeting when using hooks<\\/li>\\n<li>Dynamic Forms: Reworked forms actions hooks and added \'Advanced\' tab for each action with code examples<\\/li>\\n<li>Field: Groups\\/Clones - CSS integration tweaks are now optional (Thanks @Brandon A.)<\\/li>\\n<li>Field: Groups\\/Clones - Added &quot;Seamless style&quot; setting which enable better CSS integration (remove borders and padding)<\\/li>\\n<li>Field: Code Editor - Added Field (use the WP Core CodeMirror script)<\\/li>\\n<li>Field: Taxonomy Terms - Added advanced settings allowing specific taxonomies or specific terms in the field (with level or parent\\/child dependencies)<\\/li>\\n<li>Field: reCaptcha - Fixed a bug where reCaptcha would not work properly<\\/li>\\n<li>Field: Flexible Content - Updated JS filter <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/preview\', response, flexible.$el, $layout, ajaxData)<\\/code> &amp; moved it after preview HTML parse<\\/li>\\n<li>Field: Flexible Content - Updated JS filters &amp; added variations <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/preview\\/name=my_flexible&amp;layout=my_layout\', response, flexible.$el, $layout, ajaxData)<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed &quot;Remove Collapse&quot; setting not working on newly added layout (Moved RemoveCollapse from acf-extended-fc-control.js to acf-extended-fc.js (acfe\\/flexible\\/layouts))<\\/li>\\n<li>Fields: Fields are now registered using <code>acf_register_field_type()<\\/code>. This will allow developers to use <code>acf_get_field_type(\'acfe_field\')<\\/code><\\/li>\\n<li>Fields settings: Bidirectional - Added filter which allow to force related field to be updated when migrating from already existing values<\\/li>\\n<li>Fields settings: Bidirectional - Added <code>filter(\'acfe\\/bidirectional\\/force_update\\/name=my_field\', true, $field, $post_id)<\\/code> (available with \\/type &amp; \\/key) (Feature request: @anjanphukan)<\\/li>\\n<li>Field Groups: Fixed CSS which wrongly hide instructions when there\'s no field label (Thanks @Damien C.)<\\/li>\\n<li>Field Groups: Third Party - Added PHP filter to change source column output <code>filter(\'acfe\\/field_groups_third_party\\/source\', $source, $post_id, $field_group)<\\/code><\\/li>\\n<li>General: Added <code>filter(\'acfe\\/field_wrapper_attributes\\/type=$field_type\', $wrapper, $field)<\\/code> (also with \\/name &amp; \\/key variations)<\\/li>\\n<li>General: Splitted CSS for front-end\\/back-end<\\/li>\\n<li>General: Fixed ACF Setting Tab &quot;Module: Taxonomies Enhancements&quot; title (thanks @doublesharp)<\\/li>\\n<\\/ul>\\n<h4> 0.8.1 <\\/h4>\\n<ul>\\n<li>Field: Advanced Link - Added instructions to add custom fields in the field administration<\\/li>\\n<li>Field: Advanced Link - Added filters <code>acfe\\/fields\\/advanced_link\\/fields\\/name=my_field<\\/code> &amp; <code>acfe\\/fields\\/advanced_link\\/fields\\/key=field_xxxxxxx<\\/code><\\/li>\\n<li>Field: Advanced Link - Changed values keys to: <code>type<\\/code>, <code>url<\\/code>, <code>post<\\/code>, <code>title<\\/code> &amp; <code>target<\\/code><\\/li>\\n<li>Field: Button - Updated JS hook <code>acf.doAction(\'acfe\\/fields\\/button\\/before_ajax\', $el, data)<\\/code><\\/li>\\n<li>Field: Button - Updated JS hook <code>acf.doAction(\'acfe\\/fields\\/button\\/ajax_success\', response, $el, data)<\\/code><\\/li>\\n<li>Field: Column - Fixed endpoint column not correctly closing the row<\\/li>\\n<li>Field: Flexible Content - Added JS hook <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/before_preview\', $el, data)<\\/code><\\/li>\\n<li>Field: Flexible Content - Added JS hook <code>acf.doAction(\'acfe\\/fields\\/flexible_content\\/preview\', response, $el, data)<\\/code><\\/li>\\n<li>Field: Flexible Content - Clone\\/Copy\\/Paste - Fixed a problem where new select option values weren\'t properly duplicated (thanks @chrisschrijver)<\\/li>\\n<li>Module: Dynamic Forms - Advanced settings: Fixed <code>prepare_field<\\/code> on form front<\\/li>\\n<li>Module: Dynamic Forms - Fixed a compatibility problem if a dynamic form was named <code>form<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Rename <code>field class<\\/code> to <code>input class<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Fixed a problem where native ACF Form would not properly work (thanks @maximelessard)<\\/li>\\n<li>Module: Dynamic Forms - Added Javascript to avoid re-submission on page refresh when \'Hide form\' is set to ON<\\/li>\\n<\\/ul>\\n<h4> 0.8 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Forms - Added module. Forms UI available under ACF menu<\\/li>\\n<li>Module: Dynamic Forms - Added PHP helper <code>acfe_form(\'my_form_name\')<\\/code> &amp; <code>acfe_form(188)<\\/code> to display a form<\\/li>\\n<li>Module: Dynamic Forms - Added shortcode <code>[acfe_form name=\\\"my_form_name\\\"]<\\/code> &amp; <code>[acfe_form ID=\\\"188\\\"]<\\/code> to display a form<\\/li>\\n<li>Module: Dynamic Forms - Added setting to disable Dynamic Forms: <code>acf_update_setting(\'acfe\\/modules\\/dynamic_forms\', false)<\\/code><\\/li>\\n<li>Module: Dynamic Forms - Added <code>action(\'acfe\\/form\\/validation\', $form, $post_id)<\\/code> &amp; <code>action(\'acfe\\/form\\/validation\\/name=form_name\', $form, $post_id)<\\/code> to validate form before submission. <code>get_field()<\\/code>, <code>have_rows()<\\/code>, <code>get_sub_field()<\\/code> functions can be used.<\\/li>\\n<li>Module: Dynamic Forms - Added <code>acfe_add_validation_error(\'field_name_or_key\', \'message\')<\\/code> helper to add error on specific field during the validation<\\/li>\\n<li>Module: Dynamic Forms - Added <code>action(\'acfe\\/form\\/submit\', $form, $post_id)<\\/code> &amp; <code>action(\'acfe\\/form\\/submit\\/name=form_name\', $form, $post_id)<\\/code> to add custom action on submission<\\/li>\\n<li>Module: Dynamic Forms - Added 8 new hooks per form action allowing developers to customize each action<\\/li>\\n<li>Field: Added Dynamic Form Select field<\\/li>\\n<li>Field: Added Google reCaptcha field (compatible v2 &amp; v3)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/site_key<\\/code> (API site key)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/secret_key<\\/code> (API secret key)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/version<\\/code> (v2 or v3)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/v2\\/theme<\\/code> (light or dark)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/v2\\/size<\\/code> (normal or compact)<\\/li>\\n<li>Field: Google reCaptcha - Added global setting: <code>acfe\\/field\\/recaptcha\\/v3\\/hide_logo<\\/code> (true or false)<\\/li>\\n<li>Field: File - Removed the native \'No file selected\' text<\\/li>\\n<li>Field: File &amp; Image - Added \'Uploader type\' setting to choose which uploader to use (Basic or Media)<\\/li>\\n<li>Field: Post Type Selection - Code has been reworked. The field is now compatible with all select, checkbox &amp; radio settings<\\/li>\\n<li>Field: Taxonomy Selection - Code has been reworked. The field is now compatible with all select, checkbox &amp; radio settings<\\/li>\\n<li>Field: Button - Code has been reworked &amp; added Ajax call setting<\\/li>\\n<li>Field: Button - Added Ajax action: \'acfe\\/fields\\/button\', POST parameters: $post_id, $field_key, $field_name<\\/li>\\n<li>Field: Button - Added Javascript Ajax action: <code>(\'acfe\\/fields\\/button\\/before_ajax\', this.$el)<\\/code><\\/li>\\n<li>Field: Button - Added Javascript Ajax action: <code>(\'acfe\\/fields\\/button\\/ajax_success\', response, this.$el)<\\/code><\\/li>\\n<li>Field: Slug - Code has been reworked<\\/li>\\n<li>Field: Dynamic Message - Added instructions &amp; code example in the field setting view<\\/li>\\n<li>Field: Column - Added Field<\\/li>\\n<li>Field: Post Status Selection - Added Field<\\/li>\\n<li>Field: User Roles Selection - Added Field<\\/li>\\n<li>Field: Hidden Input - Added Field<\\/li>\\n<li>Field: Advanced Link - Added Field. Added <code>filter(\'acfe\\/fields\\/advanced_link\\/fields\', $fields, $field, $link)<\\/code> allowing developers to add custom field to the modal<\\/li>\\n<li>Field: Taxonomy Terms - Added Field<\\/li>\\n<li>Field: Group - Added Modal Edition setting allowing users to edit group values in a modal<\\/li>\\n<li>Field: Group - Added CSS fixes for better integration<\\/li>\\n<li>Field: Clone - Added Modal Edition setting allowing users to edit clone values in a modal (Only in group mode)<\\/li>\\n<li>Field: Clone - Added CSS fixes for better integration<\\/li>\\n<li>Field: Textarea - Added Code mode setting to switch font family to monospace and allow tab indent<\\/li>\\n<li>Field: Select - Added placeholder setting when allow null is activated<\\/li>\\n<li>Field: Flexible Content - Added \'Remove Collapse Action\' setting<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/lock\', true, $field)<\\/code> to lock flexible content layouts (disable sortable)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/lock\\/name=my_flexible\', true, $field)<\\/code> to lock flexible content layouts (disable sortable)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/remove_actions\', true, $field)<\\/code> to remove the &quot;Add layout&quot; button<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/remove_actions\\/name=my_flexible\', true, $field)<\\/code> to remove the &quot;Add layout&quot; button<\\/li>\\n<li>Field: Flexible Content - Clone &amp; Copy\\/Paste functions are now compatible with min\\/max settings for each layout<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/render\\/before_template\', $field, $layout, $is_preview)<\\/code> to add wrapper around the template render (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/render\\/after_template\', $field, $layout, $is_preview)<\\/code> to add wrapper around the template render (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Fixed <code>text-align:center<\\/code> applied to placeholder css<\\/li>\\n<li>Field: Flexible Content - Fixed Style\\/Script render filters when returning a full URL<\\/li>\\n<li>Field: Flexible Content - Fixed a bug where the layout Title Edition input could disappear when clicking on the handle<\\/li>\\n<li>Field: Flexible Content - Fixed a bug where the close button would not appear after adding a new layout<\\/li>\\n<li>Field: Repeater - Added Stylised button setting<\\/li>\\n<li>Field: Repeater - Added CSS fixes when table is empty<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/lock\', true, $field)<\\/code> to lock repeater rows (disable sortable)<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/lock\\/name=my_repeater\', true, $field)<\\/code> to repeater rows (disable sortable)<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/remove_actions\', true, $field)<\\/code> to remove the &quot;Add row&quot; button<\\/li>\\n<li>Field: Repeater - Added <code>filter(\'acfe\\/repeater\\/remove_actions\\/name=my_repeater\', true, $field)<\\/code> to remove the &quot;Add row&quot; button<\\/li>\\n<li>Field: Fixed fields label CSS when label is empty (top &amp; left placement)<\\/li>\\n<li>Fields: &quot;Advanced Validation&quot; settings are now disabled by default. To display them, the &quot;Advanced settings&quot; must be turned ON in the field group<\\/li>\\n<li>Fields: Added &quot;Advanced Settings&quot; allowing administrator to set custom field properties based on the current screen (administration\\/front-end). &quot;Form settings&quot; must be turned ON in the field group<\\/li>\\n<li>Fields: Added Hide Label setting (in the Advanced Settings)<\\/li>\\n<li>Fields: Added Hide Field setting (in the Advanced Settings)<\\/li>\\n<li>Fields: Added <code>filter(\'acfe\\/load_field\', $field)<\\/code> to filter field settings everywhere but not in field group &amp; tools management<\\/li>\\n<li>Fields: Added <code>filter(\'acfe\\/load_field_front\', $field)<\\/code> to filter field settings in the front-end (and ajax coming from front-end) but not in field group &amp; tools management<\\/li>\\n<li>Fields: Added <code>filter(\'acfe\\/load_field_admin\', $field)<\\/code> to filter field settings in the administration (and ajax coming from administration) but not in field group &amp; tools management<\\/li>\\n<li>Field Groups: Instructions Placement - Added &quot;Tooltip&quot; placement for instructions<\\/li>\\n<li>Field Groups: Third Party - Added PHP \\/ Json Export &amp; Sync actions<\\/li>\\n<li>Field Groups: Third Party - Added Source column<\\/li>\\n<li>Field Groups: Fixed potential undefined index in location column<\\/li>\\n<li>Location: Old Location &quot;Post Type Archive&quot; &amp; &quot;Taxonomy Archive&quot; (in the admin list) have been renamed &quot;Post Type List&quot; &amp; &quot;Taxonomy List&quot;<\\/li>\\n<li>Location: Post Type List\\/Taxonomy List - Fixed Image &amp; File Upload fields being forced on basic mode (Thanks @dominikkucharski)<\\/li>\\n<li>Location: New Location &quot;Post Type Archive&quot; creates an option page under post types menu when argument <code>acfe_admin_archive<\\/code> is set to true (also available in Dynamic Post Type)<\\/li>\\n<li>Module: Settings - Added ACF Extended tab to list the plugin\'s current settings<\\/li>\\n<li>Module: Settings - Fixed <code>save_json<\\/code> setting being incorrectly displayed in the ACF Setting tab<\\/li>\\n<li>Module: PHP Sync - Fixed a problem where field group would not be recognized as loaded in PHP if Json AutoSync is also activated<\\/li>\\n<li>Module: PHP Sync - Renamed PHP Sync settings to <code>acfe\\/php<\\/code>, <code>acfe\\/php_save<\\/code>, <code>acfe\\/php_load<\\/code>, <code>acfe\\/php_found<\\/code><\\/li>\\n<li>Module: Dev Mode - Added mode which replace the WP Post Meta box with more details data (in posts &amp; terms). It also enables <code>SCRIPT_DEBUG<\\/code>. Can be activated using <code>acf_update_setting(\'acfe\\/dev\', true)<\\/code> or <code>define(\'ACFE_dev\', true)<\\/code><\\/li>\\n<li>Module: Dynamic Taxonomy - Added missing <code>meta_box_cb<\\/code> setting (thanks @DavidGMiles)<\\/li>\\n<li>Module: Options - Fixed potential validation problem<\\/li>\\n<li>General: Improved ACF Extended modal CSS style &amp; Added Modal inside modal overlay<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed Copy\\/Paste function doing incorrect checks on radio, checkboxes and select inputs<\\/li>\\n<li>Field Group: Fixed field \'Data\' button being displayed on newly created fields<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9.8 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions in multi level flexible content (flexible inside flexible inside flexible...) (Thanks @AsmussenBrandon)<\\/li>\\n<li>Field: Flexible Content - Fixed CSS border glitch<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9.6 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions for accordions fields (Thanks @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions for FontAwesome fields (Thanks @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Close Button setting is now always available and is not conditional anymore<\\/li>\\n<li>Field: Flexible Content - Render Template\\/Style\\/Script path now supports parent\\/child theme. If a file is found in the child theme, it will be included. Otherwise it will be checked against the parent theme path (Feature Request: @r3dridl3)<\\/li>\\n<li>Field: Flexible Content - Fixed Layout Title Edition not working in some rare cases (Thanks @Damian P.)<\\/li>\\n<li>Field: Post Types &amp; Taxonomies Select - Fixed two PHP noticed<\\/li>\\n<li>General: Added ACF Extended GitHub repository URL in the readme<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Settings are now dynamic (and not global anymore) (Thanks @Val)<\\/li>\\n<li>Field: Flexible Content - Added CSS class on cloned layouts<\\/li>\\n<li>Field: Flexible Content - Removed <code>esc_attr()<\\/code> from Layout Title Edition, allowing icons to be displayed correctly<\\/li>\\n<li>Field: Flexible Content - Fixed potential duplicated clone buttons in specific cases (Thanks @chrisschrijver)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layout Placeholder&quot; setting, disabled by default (feature request: @Matt H.)<\\/li>\\n<li>Field: Flexible Content - Added &quot;Layout Title Edition&quot; setting, disabled by default<\\/li>\\n<li>Field: Flexible Content - Fixed Enter key closing modal in textarea inputs (thanks @dominikkucharski)<\\/li>\\n<li>Field: Flexible Content - Fixed Clone &amp; Copy\\/Paste functions on select2 fields (Thanks @AsmussenBrandon)<\\/li>\\n<li>Field: Flexible Content - Multiple Layouts Categories are now allowed in the Selection Modal, using pipes &quot;|&quot;. ie: Main|Shopping|Interactive (Feature request: @Damian P.)<\\/li>\\n<li>Field: Flexible Content - Fixed a problem where &quot;Min\\/Max Layouts&quot; limitation (setting per layout) weren\'t working properly when using the Layout Selection Modal (Thanks: @Matt H.)<\\/li>\\n<li>Module: Taxonomy - Added Polylang compatibility when translating a term (Thanks @jaakkosaarenketo)<\\/li>\\n<li>Module: Taxonomy - Fixed spacing when a meta field has no label<\\/li>\\n<li>Field: Bidirectional - Values are now saved as string when Post Object &amp; User &quot;Allow multiple values&quot; setting is disabled (Thanks @screamingdev)<\\/li>\\n<li>Fields Groups: Added <code>word-break<\\/code> on field description<\\/li>\\n<li>Fields Groups: Fixed PHP Notice when group location is an attachment (Thanks @herrschuessler)<\\/li>\\n<li>General: Added multiples settings in order to disable specific plugin\'s modules. See FAQ (Feature request: @Matt H.)<\\/li>\\n<li>General: Added <code>ACFE_VERSION<\\/code> constant to force cache flush on plugin update<\\/li>\\n<li>General: PHP Strict Type checks globally (Thanks @Liam S.)<\\/li>\\n<li>General: Added Flexible Content Dynamic Preview Video in readme<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.4 <\\/h4>\\n<ul>\\n<li>Module: Author Box - Hotfix<\\/li>\\n<\\/ul>\\n<h4> 0.7.9.3 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/thumbnail\\/name={flexible:name}\', $thumbnail, $field, $layout)<\\/code> to change all layouts thumbnails (must return <code>attachment ID<\\/code> or <code>URL<\\/code>) (Thanks @Dam)<\\/li>\\n<li>Field: Flexible Content - Fixed <code>$is_preview<\\/code> not being available during the Dynamic Layout Preview (thanks @Dam)<\\/li>\\n<li>Module: Author Box - Added custom authors roles being able to be selected in the Author Box (Thanks @Andremacola)<\\/li>\\n<li>General: Fixed Readme typos<\\/li>\\n<\\/ul>\\n<h4> 0.7.9 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added Inline Layout Title Edition<\\/li>\\n<li>Field: Flexible Content - Added Auto scroll + Modal edit on One Click layout<\\/li>\\n<li>Field: Flexible Content - Removed native &quot;Controls Icons&quot; visibility being visible on all sub flexible content fields (better readability)<\\/li>\\n<li>Field: Flexible Content - Added WP Unslash on preview values to prevent backlashes on values (thanks @Dam)<\\/li>\\n<li>Field: Flexible Content - Added compatibility for layouts that have been synced and not manually created (thanks @T. Dubois)<\\/li>\\n<li>Field: Flexible Content - Copy\\/Paste functionality is now a Flexible Content setting (Default: Disabled) (Feature request: @louiswalch)<\\/li>\\n<li>Field: Flexible Content - \'Close Button\' (collapse) on layouts is now a Flexible Content setting(Default: Disabled)<\\/li>\\n<li>Field: Flexible Content - Layouts Thumbnails aspect ratio are now locked (base ratio: 450px * 200px) (Feature request: @louiswalch)<\\/li>\\n<li>Field: Flexible Content - Dynamic Layout Preview refresh has been optimized. The preview content is now kept instead of being reset<\\/li>\\n<li>Field: Flexible Content - Dynamic Layout Preview style &amp; script enqueue now use wp_enqueue_style() &amp; wp_enqueue_script()<\\/li>\\n<li>Field: Flexible Content - Modal Edition - \'Enter\' &amp; \'ESC\' keys now close Modals (instead of submitting the form)<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/enqueue\', $field, $is_preview)<\\/code> to enqueue new style\\/script (back &amp; front) (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/layout\\/thumbnail\\/layout={layout:name}\', $thumbnail, $field, $layout)<\\/code> to change layout thumbnail (must return <code>attachment ID<\\/code> or <code>URL<\\/code>) (with 3 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>action(\'acfe\\/flexible\\/preview\', $field, $layout)<\\/code> to change Dynamic Layout Preview content (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/render\\/template\', $template, $field, $layout, $is_preview)<\\/code> to change Layout Render: Template Path (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/render\\/style\', $style, $field, $layout, $is_preview)<\\/code> to change Layout Render: Style Path (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/render\\/script\', $script, $field, $layout, $is_preview)<\\/code> to change Layout Render: Script Path (with 6 variations)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/placeholder\\/icon\', $class, $field)<\\/code> to change the Placeholder Button Dashicons class (default: \'dashicons dashicons-edit\') (with 3 variations)<\\/li>\\n<li>Module: Dynamic Options Page - Fixed \'Undefined $post_id\' PHP warning in Dynamic Options Page screen<\\/li>\\n<li>Module: Dynamic Options Page - Fixed registration order for child options pages (thanks @Val)<\\/li>\\n<li>Module: Dynamic Post Type - Fixed undefined ID php Warning on edit screen when Dynamic Post Type is registered locally (thanks @Val)<\\/li>\\n<li>Module: Dynamic Taxonomies - Taxonomy name character limit has been fixed to 32 instead of 20 (thanks @Damian)<\\/li>\\n<li>Module: Dynamic Taxonomies - \'Add New\' button is now based on Taxonomy capabilities &amp; Taxonomy Label (thanks @absolute_web)<\\/li>\\n<li>Module: Author - Field groups \'Hide on screen\' is now taken in account (thanks @louiswalch)<\\/li>\\n<li>Tools: Dynamic Taxonomies Import - Fixed \'undefined index\' PHP warning on taxonomy import (thanks @Val)<\\/li>\\n<\\/ul>\\n<h4> 0.7.8 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Removed \'Layouts Thumbnail as Preview\' setting. You should now use \'Layouts: Dynamic Preview\'<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts: Dynamic Preview\' (\'Layouts: Render\' setting must be turned ON)<\\/li>\\n<li>Field: Flexible Content - Reworked layouts settings order (better readability)<\\/li>\\n<li>Field: Flexible Content - Modal Edition title now removes eventual extra HTML tags (thanks @Thomas D.)<\\/li>\\n<li>Field: Flexible Content - Modal Edition CSS has been fixed on Gutenberg Editor view (thanks @Val)<\\/li>\\n<li>Field: Flexible Content - Fixed \'Empty Message\' placeholder setting using wrong <code>__()<\\/code> function (thanks @illiminal)<\\/li>\\n<li>Field: Flexible Content - Removed query vars from <code>get_flexible()<\\/code>. Global variables <code>$layout<\\/code> &amp; <code>$field<\\/code> can be used in the template to retrieve current settings<\\/li>\\n<li>Field: Flexible Content - Added global variable <code>$is_preview<\\/code> which is true when the template file is called as a layout preview<\\/li>\\n<li>Field: Flexible Content - <code>get_flexible()<\\/code> now uses <code>wp_enqueue_style()<\\/code> &amp; <code>wp_enqueue_script()<\\/code> when rendering on front-end<\\/li>\\n<li>Field: Image - \'No image selected\' text has been removed<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies - Fixed \'index key not found\' PHP warning (thanks @Val)<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Options &amp; Block Types - Added <code>edit_posts<\\/code> capabilities matching the ACF capability setting<\\/li>\\n<li>Tools: Dynamic Post Type Import - Fixed \'capabilities key not found\' PHP warning during import process (thanks @Val)<\\/li>\\n<li>General: Improved Metaboxes CSS on Gutenberg Editor views<\\/li>\\n<li>General: Reworked JS enqueue. Flexible Content JS is now excluded from ACF Field Groups views<\\/li>\\n<\\/ul>\\n<h4> 0.7.5.5 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Completely revamped Flexible Content JavaScript for a more solid &amp; optimized code<\\/li>\\n<li>Field: Flexible Content - Automatically scroll to the layout position when adding a new layout<\\/li>\\n<li>Field: Flexible Content - Automatically open layout edition modal when adding a new layout<\\/li>\\n<li>Field: Flexible Content - Added \'Close\' (collapse) button at the bottom of layout when opened<\\/li>\\n<li>Field: Flexible Content - Fixed typo error in the \'Paste Layouts\' prompt<\\/li>\\n<li>Field: Flexible Content - Added Flexbox CSS compatibility<\\/li>\\n<li>Field: Flexible Content - Better Multi Modal Handling (modal inside a modal inside a modal...)<\\/li>\\n<li>Field: Flexible Content - Better Field Validation Handling inside layouts<\\/li>\\n<li>Field: Flexible Content - Added <code>has_flexible($field_name, $post_id)<\\/code> front-end function to check if rows exists<\\/li>\\n<li>Field: Flexible Content Control - Automatically scroll to the new layout position when using \'Clone Layout\'<\\/li>\\n<li>Field: Flexible Content Control - Fixed \'Clone Layout\' when an already cloned layout had an \'Editor\' field<\\/li>\\n<li>Field: Flexible Content Control - Fixed \'Clone Layout\' unwanted icon when a layout had an \'Accordion\' field<\\/li>\\n<li>Field: Advanced Validation\\/Update - The settings are now hidden on non-necessary fields (Clone, Flexible content, Tabs etc...)<\\/li>\\n<li>Module: Dynamic Options Pages - Now forces a unique slug to avoid duplication<\\/li>\\n<li>Module: Dynamic Post Types\\/Taxonomies\\/Options Pages &amp; Block Types - Manual Json export has been removed from possible actions on the trashed status screen<\\/li>\\n<li>Module: Options - Fixed a CSS enqueue problem introduced in last patch<\\/li>\\n<li>Location: Post Type Archive &amp; Taxonomy Archive options now use ACF multi-languages settings<\\/li>\\n<li>General: Removed jQuery UI &amp; jQuery UI Dialog dependency (ACF Extended now uses its own lightweight modal system)<\\/li>\\n<\\/ul>\\n<h4> 0.7.5 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added \'Control\': Copy, Paste &amp; Duplicate Layouts on the fly using icons in the layouts handle<\\/li>\\n<li>Field: Flexible Content - Control: Copy &amp; Paste all layouts on the fly using the new icon next to \'Add row\' button (can be used to transfer layout data from one page to an another)<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Edition\' setting, allowing to edit layouts in a modal<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts Previews\' setting, allowing to display the layout thumbnail as preview (collapsed state)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/previews\\/name=$field_name\', $thumbnails, $field)<\\/code> allowing to override the preview image for each layout (usage example is available in the FAQ)<\\/li>\\n<li>Field: Flexible Content - Added <code>filter(\'acfe\\/flexible\\/previews\\/key=$field_key\', $thumbnails, $field)<\\/code> allowing to override the preview image for each layout (usage example is available in the FAQ)<\\/li>\\n<li>Field: Flexible Content - When using <code>get_flexible()<\\/code>, <code>get_query_var(\'acf_flexible_field\')<\\/code> &amp; <code>get_query_var(\'acf_flexible_layout\')<\\/code> can be used in the template file to retrieve current field &amp; layout information<\\/li>\\n<li>Field: Flexible Content - When using <code>get_flexible()<\\/code>, an HTML comment has been added for each rendered templates<\\/li>\\n<li>Field: Flexible Content - Fixed the possibility to render the same layout multiple times when using <code>get_flexible()<\\/code> (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field: Flexible Content - <code>get_flexible()<\\/code> now enqueue each style.css &amp; script.js only one time on the whole page<\\/li>\\n<li>Field: Flexible Content - Added more width spacing for the \'Modal: Category\' checkbox (compatibility for small screens)<\\/li>\\n<li>Tools: Added Export &amp; Import Tools for Dynamic Post Types, Taxonomies, Block Types &amp; Options Pages using Json files<\\/li>\\n<li>Location: Post Type Archive &amp; Taxonomy Archive now use field group location (High, Normal or Side) &amp; field group style (WP Box or seamless) (Feature Request)<\\/li>\\n<li>Module: Taxonomy - Added some spacing on the term edition screen (compatibility with YOAST\\/Rank Math metaboxes)<\\/li>\\n<li>Module: Taxonomy - Fixed Edit Screen CSS for Repeaters &amp; Groups (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Taxonomies - Fixed \'Post Type\' column when a post type does not exist anymore (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Taxonomies - Fixed Single Posts per page, Orderby &amp; Order<\\/li>\\n<li>Module: Dynamic Post Types - Fixed \'Taxonomies\' column when a taxonomy does not exist anymore (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Post Types &amp; Taxonomies - Fixed Admin Orderby, Order &amp; Menu position which weren\'t working properly (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Post Types &amp; Taxonomies - Fixed user Posts per page, Orderby &amp; Order option screen which were forced (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field Groups: Hide \'Category\' column if there\'s no term<\\/li>\\n<li>Misc: Added \'Advanced Custom Fields\' tab in the WP \'Add plugin\' page<\\/li>\\n<\\/ul>\\n<h4> 0.7.0.3 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - \'Modal: Title\' - The custom modal title now works correctly (thanks to Damian P.)<\\/li>\\n<li>Field: Flexible Content - \'Layouts State\' - Fixed a problem where layouts title were incorrect when forcing layouts state (thanks to Damian P.)<\\/li>\\n<li>Compatibility: ACF Pro 5.7.13 - Fixed Archive Location \'All\' PHP error (acf\\/location\\/rule_match filter)<\\/li>\\n<\\/ul>\\n<h4> 0.7 <\\/h4>\\n<ul>\\n<li>Field: Flexible Content - Added \'Stylised Button\' setting which automatically hide native ACF \'empty\' message and add style to \'Add row\' button<\\/li>\\n<li>Field: Flexible Content - Added \'Hide Empty Message\' setting to hide native ACF \'empty\' message<\\/li>\\n<li>Field: Flexible Content - Added \'Empty Message\' text setting to change the native ACF \'click the Add Row button below...\' message<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts Thumbnails\' setting to add image thumbnails for each layout in the admin layout selection<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts Render\' setting to add template, style &amp; script file for each layout. Those settings can be then accessed on the front-end<\\/li>\\n<li>Field: Flexible Content - Added <code>get_flexible($selector, $post_id)<\\/code> and <code>the_flexible($selector, $post_id)<\\/code> functions to automatically use the \'Layouts Render\' settings in front-end<\\/li>\\n<li>Field: Flexible Content - Added \'Modal\' setting to change the layout selection into a proper modal in the administration<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Title\' setting to change the layout modal title<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Columns\' setting to change the layout modal columns grid. 1, 2, 3, 4, 5 or 6 columns available<\\/li>\\n<li>Field: Flexible Content - Added \'Modal: Categories\' setting to add a category for each layout in the layout modal<\\/li>\\n<li>Field: Flexible Content - Added \'Layouts State\' setting to force layouts to be collapsed or opened by default<\\/li>\\n<li>Field: Flexible Content - Added \'Button Label\' native compatibility fix to make it work with Dashicons (CSS to fix vertical alignment)<\\/li>\\n<li>Field: Flexible Content - Added \'One click\' hidden function. In the post administration, the \'Add row\' button will add a layout without the selection modal if there is only one layout available in the flexible content<\\/li>\\n<li>Field: Flexible Content - Note - The following settings: Layouts Thumbnails, Layouts Render &amp; Modal Categories will be visible after saving field group<\\/li>\\n<li>Module: Ajax Author - Fixed a bug where field groups \'Hide on screen\' setting wasn\'t applied on post administration<\\/li>\\n<li>Module: Json AutoSync - Added &quot;\'\\/acf-json\' folder not found&quot; warning message if Json Sync is set in a field group and the \'\\/acf-json\' folder doesn\'t exist<\\/li>\\n<li>Module: Taxonomy - Forced Tabs to be \'Aligned Top\' in taxonomies fields (JS Only - ACF Bug) &amp; added better CSS style (thanks to @Val_Pellegrin)<\\/li>\\n<li>Module: Dynamic Post Type\\/Taxonomy\\/Option Page\\/Block Type - Hidden \'Minor publishing\' panel (Save as draft, visibility...) to avoid confusion (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field: Bidirectional - Removed the \'bail early if old values == new values\' check. This will let users convert existing fields with saved values into bidirectional without hassle (thanks to @Val_Pellegrin)<\\/li>\\n<li>Field: Repeater - Added CSS spacing for block repeaters (better readability)<\\/li>\\n<li>Field Group: Location \'Taxonomy All\' - Fix native ACF location \'Taxonomy == All\' matching all ACF Extended \'Taxonomies Archives\' locations<\\/li>\\n<li>Compatibility: Added compatibility fix for Rank Math SEO &amp; YOAST Plugin to avoid the plugin\'s post metabox being above ACF metaboxes<\\/li>\\n<\\/ul>\\n<h4> 0.6.7.2 <\\/h4>\\n<ul>\\n<li>Field Group: Latest Post Type \'All\' location fix was too sensitive. The location now works as expected<\\/li>\\n<li>Module: Dynamic Post Types, Taxonomies &amp; Block Types modules now set the \'slug\' as disabled once it\'s saved (to avoid duplication). A more flexible solution will be introduced later (WIP)<\\/li>\\n<\\/ul>\\n<h4> 0.6.7 <\\/h4>\\n<ul>\\n<li>Module: Added Block Types Module. You can now add, edit and delete Block Types in the ACF &gt; Block Types UI<\\/li>\\n<li>Module: Added Options Pages Module. You can now add, edit and delete Options Pages in the ACF &gt; Options UI<\\/li>\\n<li>Field Group: Fixed Post Type \'All\' location that could render field groups on internal\\/excluded post types<\\/li>\\n<\\/ul>\\n<h4> 0.6.5 <\\/h4>\\n<ul>\\n<li>Field: Added \'Featured Thumbnail\' setting on image fields. When selected, the field will update the post featured thumbnail<\\/li>\\n<li>Field: Fixed bidirectional ON\\/OFF switch \'width:auto\' causing warning with ACF Pro 5.8<\\/li>\\n<li>Module: Options - Added support of Json value (introduced by WordPress 5.2 Health Check transients)<\\/li>\\n<li>Module: Dynamic Post Type &amp; Taxonomy - Removed \'sanitize_title()\' pass on archive &amp; single rewrite settings. Allowing rewrite slugs to be saved as: \'prefix1\\/prefix2\'<\\/li>\\n<li>General: Added Gutenberg CSS on post metaboxes. More contrast for better metaboxes integration &amp; visibility<\\/li>\\n<\\/ul>\\n<h4> 0.6.3 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Post Type &amp; Taxonomy now deregister post types \\/taxonomies that have been deleted (or trashed) via the Tools &gt; Post Types \\/ Taxonomies<\\/li>\\n<li>Module: Dynamic Post Type &amp; Taxonomy now register post types \\/ taxonomies in ASC order<\\/li>\\n<li>Module: Dynamic Post Type - Fixed a bug where hierarchical post types had a query error in the admin archive<\\/li>\\n<li>General: Improved the ACF Pro dependency style in plugins list when ACF Pro isn\'t activated<\\/li>\\n<li>Plugin: Readme - Reworked structure<\\/li>\\n<li>Plugin: Readme - Added Supporters section<\\/li>\\n<li>Plugin: Readme - Trying to implement emojis &#x270c;<\\/li>\\n<\\/ul>\\n<h4> 0.6.1 <\\/h4>\\n<ul>\\n<li>Admin: Re-introduced \'Options\' admin screen under Settings &gt; Options. Code has been completely refactored using native WP List Table. New features: Searchbox, item per page preference (default: 100), sortable columns, bulk delete and ability to edit serialized values.<\\/li>\\n<\\/ul>\\n<h4> 0.6.0.2 <\\/h4>\\n<ul>\\n<li>Field Group: Lowered \'Field Group Data\' Metabox priority which was too high and was displayed above fields.<\\/li>\\n<\\/ul>\\n<h4> 0.6.0.1 <\\/h4>\\n<ul>\\n<li>General: Fixed backward compatibility for ACF Pro 5.7.10. The function: acf_add_filter_variations() was causing problems.<\\/li>\\n<li>Admin: Temporarily removed the \'Options Beta\' admin screen. Still needs some works. (thanks to @DamChtlv)<\\/li>\\n<\\/ul>\\n<h4> 0.6 <\\/h4>\\n<ul>\\n<li>Field Group: New location available - Post type archive (under Post type). Field group will be displayed on post type list view, as a sidebar. Fields will be saved in the option: <code>{post_type}_options<\\/code>. Frontend usage example: <code>get_field(\'my_field\', \'page_options\')<\\/code>.<\\/li>\\n<li>Field Group: New location available - Taxonomy archive (under Taxonomy). Field group will be displayed on taxonomy list view, as a sidebar. Fields will be saved in the option: <code>tax_{taxonomy}_options<\\/code>. Frontend usage example: <code>get_field(\'my_field\', \'tax_category_options\')<\\/code>.<\\/li>\\n<li>Taxonomies: Taxonomies list &amp; edit views have been tweaked for a more consistent administration experience, using CSS\\/JS only. Views are now similar to post type edition screens.<\\/li>\\n<li>Field Groups: Added a \'Third party\' status (just like \'Sync available\') in order to display local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: a field group is registered locally in the <code>functions.php<\\/code> file.<\\/li>\\n<li>Dynamic Post Type: Added a configuration button next to the post type title, if the post type was generated by the Dynamic Post Type tool.<\\/li>\\n<li>Dynamic Taxonomy: Added a configuration button next to the taxonomy title, if the taxonomy was generated by the Dynamic Taxonomy tool.<\\/li>\\n<li>Field Groups: Better \'Load\' column data source. Now display: DB, Json or PHP.<\\/li>\\n<li>Field Groups: Now forcing Json \\/ PHP Sync if local files are loaded by ACF. In order to disable it, and if the setting is already enabled, you must manually delete the <code>group_xxxxxxxxx<\\/code> file in your theme folder. This behavior is applied to avoid any data desync.<\\/li>\\n<li>Field: Fixed a PHP notice in the Advanced Validation setting update.<\\/li>\\n<li>Field Groups: Taxonomy acf-field-group-category - Better exclusion from ACF taxonomy selection (location &amp; fields)<\\/li>\\n<\\/ul>\\n<h4> 0.5.8.1 <\\/h4>\\n<ul>\\n<li>Plugin: Less aggressive ACF Pro check on activation. Now displaying a notice (allowing pre-activation of ACF Extended)<\\/li>\\n<li>Plugin: Readme text fix<\\/li>\\n<\\/ul>\\n<h4> 0.5.8 <\\/h4>\\n<ul>\\n<li>Field: Added Bidirectional setting for the following fields: relationship, post object, user &amp; taxonomy terms<\\/li>\\n<li>Module: Added \'Ajax Author\' field to replace the native WP Author Meta Box<\\/li>\\n<li>Module: Dynamic Post Type &amp; Taxonomy - Better exclusion from ACF post types selection (location &amp; fields)<\\/li>\\n<li>General: Fixed ACF Select2 CSS to fit ACF input styles (border-radius, border-color &amp; line-height)<\\/li>\\n<li>General: Renamed ACF-Extended assets for better readability in the browser console resources tab<\\/li>\\n<li>Compatibility: Removed the Taxonomy Order submenu created under ACF for the taxonomy \'Field Group Category\' by the plugin \'Category Order and Taxonomy Terms Order\'<\\/li>\\n<\\/ul>\\n<h4> 0.5.5.1 <\\/h4>\\n<ul>\\n<li>Module: Dynamic Taxonomy - Fixed Terms PHP warning<\\/li>\\n<li>General: Plugin readme<\\/li>\\n<\\/ul>\\n<h4> 0.5.5 <\\/h4>\\n<ul>\\n<li>Module: Added Dynamic Post Type module<\\/li>\\n<li>Module: Added Dynamic Taxonomy module<\\/li>\\n<li>Admin: Added WP Options page<\\/li>\\n<li>Field: Added Post Type Selection field<\\/li>\\n<li>Field: Added Taxonomy Selection field<\\/li>\\n<li>Field: Added Slug field<\\/li>\\n<li>Field Groups: Fixed \'no field groups found\' wrong colspan<\\/li>\\n<li>General: Reworked plugin folders and files hierarchy<\\/li>\\n<\\/ul>\\n<h4> 0.5.2.3 <\\/h4>\\n<ul>\\n<li>Field Groups: Fixed unused category column on Field Groups Sync page<\\/li>\\n<li>Fields: Fixed subfields \'ghost\' acfcloneindex saved when duplicating flexible content (thanks to @AsmussenBrandon)<\\/li>\\n<\\/ul>\\n<h4> 0.5.2.1 <\\/h4>\\n<ul>\\n<li>Field Group: Fixed Left Label Placement overwriting existing field groups (thanks to @AsmussenBrandon)<\\/li>\\n<\\/ul>\\n<h4> 0.5.2 <\\/h4>\\n<ul>\\n<li>Fields: Added new dynamic message field<\\/li>\\n<li>Fields: Added new button field<\\/li>\\n<li>General: Added compatibility filters for \'Post Types Order\' plugin<\\/li>\\n<li>Plugin: Updated assets<\\/li>\\n<li>Plugin: Reworked readme<\\/li>\\n<li>Plugin: Fixed typos<\\/li>\\n<\\/ul>\\n<h4> 0.5.1 <\\/h4>\\n<ul>\\n<li>Plugin: Added screenshots<\\/li>\\n<li>Field Group: Moved Auto Sync Warnings below Auto Sync instructions<\\/li>\\n<li>Field: Added filters variation to <code>acfe\\/validate<\\/code> &amp; <code>acfe\\/update<\\/code><\\/li>\\n<\\/ul>\\n<h4> 0.5 <\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\"],\"plugin\":\"acf-extended-pro\\/acf-extended.php\",\"id\":\"acf-extended-pro\\/acf-extended.php\"}\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (723, 'blog_upload_space', '', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (724, 'relevanssi_index_user_fields', '', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (728, 'sep_exclude', 'a:10:{i:0;i:2;i:1;i:402;i:2;i:3;i:3;i:17;i:4;i:246;i:5;i:260;i:6;i:263;i:7;i:268;i:8;i:272;i:9;i:271;}', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (736, 'relevanssi_trim_logs', '0', 'yes');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (737, 'relevanssi_hide_branding', 'off', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (739, 'et_divi_builder_presets_history_meta', 'a:1:{s:5:\"index\";s:1:\"0\";}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (740, 'et_divi_builder_presets_history_item_0', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":5:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":18:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"fba48a2d-58dc-430b-9f9f-3ef6484a47ac\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"secondary page intro text imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"f4e63009-a4cc-4b79-8657-d66d16a09428\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"std_textbox imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"8d5f0603-b06d-45a1-b0ba-d0213842cfc3\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"lightGreen sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"c9cebd60-2a1c-47af-ace5-b925b022b072\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"lightBlue sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"2bfdf6f3-2bf5-4d6f-a4ab-7843d6a656d7\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"teal sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d33dde7f-2c37-4fae-9ea8-9396c004220b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3644736a-98bc-4ef3-9f16-f697f0f4ec18\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"slider 2025 OE\";s:7:\"created\";i:1729646109275;s:7:\"updated\";i:1729646109275;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#015846\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:96:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:102:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1729646109857;s:5:\"label\";s:24:\"Preset Created For Slide\";}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (741, 'et_divi_builder_presets_history_item_1', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1684236385258;s:5:\"label\";s:11:\"Edited Text\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (742, 'et_divi_builder_presets_history_item_2', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1684239569044;s:5:\"label\";s:11:\"Edited Text\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (743, 'et_divi_builder_presets_history_item_3', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1684443546692;s:5:\"label\";s:11:\"Edited Text\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (744, 'et_divi_builder_presets_history_item_4', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":18:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"fba48a2d-58dc-430b-9f9f-3ef6484a47ac\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"secondary page intro text imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"f4e63009-a4cc-4b79-8657-d66d16a09428\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"std_textbox imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"8d5f0603-b06d-45a1-b0ba-d0213842cfc3\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"lightGreen sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:8:\"settings\";a:27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"c9cebd60-2a1c-47af-ace5-b925b022b072\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"lightBlue sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:8:\"settings\";a:26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"2bfdf6f3-2bf5-4d6f-a4ab-7843d6a656d7\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"teal sidebar box imported\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.20.2\";s:8:\"settings\";a:29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d33dde7f-2c37-4fae-9ea8-9396c004220b\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1698026462000;s:7:\"updated\";i:1698026462000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}}}s:4:\"time\";i:1698026462000;s:5:\"label\";s:20:\"Imported From Layout\";}', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (749, 'wpe_feature_flags', 'a:4:{s:29:\"showUpdateProviderHealthPanel\";b:1;s:23:\"showCurrentUpdateSource\";b:1;s:25:\"showUpdateSourceSelection\";b:1;s:19:\"allowSourceOverride\";b:1;}', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (750, 'wpe_feature_flags_expiration', 1773000642, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (751, 'wpe_notices', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (752, 'wpe_notices_expiration', 1773000642, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (762, 'dipi_facebook_page_token_secret', '1660853b-8fb0-4024-807c-7747b0244847', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (763, 'dipi_filterable_grid_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (764, 'dipi_needs_permalink_flushing', '0', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (765, 'dipi_testimonials_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (766, 'dipi_popupmaker_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (767, 'dipi_faq_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (769, 'dipi_fix_library_permalinks', 1, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (772, 'qlse_settings', 'a:1:{s:7:\"entries\";a:8:{s:4:\"post\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:4:\"page\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:12:{i:0;i:2;i:1;i:402;i:2;i:3;i:3;i:17;i:4;i:246;i:5;i:260;i:6;i:263;i:7;i:268;i:8;i:272;i:9;i:271;i:10;i:504;i:11;i:404;}}s:7:\"project\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:16:\"dipi_testimonial\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:16:\"dipi_popup_maker\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:11:\"pf_document\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:8:\"dipi_faq\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:10:\"attachment\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}}}', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (797, 'matomo-roles-setup', 1, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (798, 'matomo-referral-dismissed', 1744493282, 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (801, 'matomo-install-date', 1747085287, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (802, 'matomo-install-version', '5.3.0', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (803, 'matomo-user-login-1', 'cfibenefits', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (804, 'matomo-user-login-2', 'sharris', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (805, 'matomo-user-login-3', 'simbco', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (806, 'matomo-matomo_salt', '68gaw2a4zbleybdrbzr63h68nluk2rhu', 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (807, 'matomo-option', 'a:1:{s:29:\"instance-components-installed\";s:950:\"{\"core\":1,\"CoreVue\":1,\"CorePluginsAdmin\":1,\"CoreAdminHome\":1,\"CoreHome\":1,\"WebsiteMeasurable\":1,\"IntranetMeasurable\":1,\"Diagnostics\":1,\"CoreVisualizations\":1,\"Proxy\":1,\"API\":1,\"Transitions\":1,\"LanguagesManager\":1,\"Actions\":1,\"Dashboard\":1,\"Referrers\":1,\"UserLanguage\":1,\"DevicesDetection\":1,\"Goals\":1,\"Ecommerce\":1,\"SEO\":1,\"Events\":1,\"UserCountry\":1,\"GeoIp2\":1,\"VisitsSummary\":1,\"VisitFrequency\":1,\"VisitTime\":1,\"VisitorInterest\":1,\"RssWidget\":1,\"Monolog\":1,\"Login\":1,\"UsersManager\":1,\"SitesManager\":1,\"Installation\":1,\"CoreUpdater\":1,\"CoreConsole\":1,\"ScheduledReports\":1,\"UserCountryMap\":1,\"Live\":1,\"PrivacyManager\":1,\"ImageGraph\":1,\"Annotations\":1,\"MobileMessaging\":1,\"Overlay\":1,\"SegmentEditor\":1,\"Insights\":1,\"Morpheus\":1,\"Contents\":1,\"BulkTracking\":1,\"Resolution\":1,\"DevicePlugins\":1,\"Heartbeat\":1,\"Intl\":1,\"UserId\":1,\"CustomJsTracker\":1,\"Tour\":1,\"PagePerformance\":1,\"CustomDimensions\":1,\"JsTrackerInstallCheck\":1,\"FeatureFlags\":1,\"WordPress\":1}\";}', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (808, 'matomo-before-cron-matomo_scheduled_archive', 1747085288, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (809, 'matomo-plugin-version-matomo', '5.3.0', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (810, 'matomo-after-cron-matomo_scheduled_archive', 1747085288, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (811, 'matomo-before-cron-matomo_scheduled_geoipdb', 1747085323, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (812, 'matomo-after-cron-matomo_scheduled_geoipdb', 1747085323, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (813, 'matomo-errorlogs', 'a:6:{i:0;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772487882;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:1;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772576652;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:2;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772661365;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:3;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772749099;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:4;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772835570;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:5;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772919208;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}}', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (814, 'cookie_notice_options', 'a:47:{s:15:\"global_override\";b:0;s:13:\"global_cookie\";b:0;s:6:\"app_id\";s:0:\"\";s:7:\"app_key\";s:0:\"\";s:12:\"app_blocking\";b:1;s:18:\"conditional_active\";b:0;s:19:\"conditional_display\";s:4:\"hide\";s:17:\"conditional_rules\";a:0:{}s:11:\"amp_support\";b:0;s:13:\"bot_detection\";b:1;s:21:\"caching_compatibility\";b:1;s:10:\"debug_mode\";b:0;s:8:\"position\";s:6:\"bottom\";s:12:\"message_text\";s:0:\"\";s:9:\"css_class\";s:0:\"\";s:11:\"accept_text\";s:0:\"\";s:11:\"refuse_text\";s:0:\"\";s:10:\"refuse_opt\";b:0;s:11:\"refuse_code\";s:0:\"\";s:16:\"refuse_code_head\";s:0:\"\";s:14:\"revoke_cookies\";b:0;s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:19:\"revoke_message_text\";s:0:\"\";s:11:\"revoke_text\";s:0:\"\";s:11:\"redirection\";b:0;s:8:\"see_more\";b:0;s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:11:\"hide_effect\";s:4:\"fade\";s:9:\"on_scroll\";b:0;s:16:\"on_scroll_offset\";i:100;s:8:\"on_click\";b:0;s:6:\"colors\";a:4:{s:4:\"text\";s:4:\"#fff\";s:6:\"button\";s:7:\"#00a99d\";s:3:\"bar\";s:7:\"#32323a\";s:11:\"bar_opacity\";i:100;}s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:0:\"\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:0;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:16:\"script_placement\";s:6:\"header\";s:9:\"translate\";b:1;s:19:\"deactivation_delete\";b:0;s:13:\"review_notice\";b:1;s:19:\"review_notice_delay\";i:0;s:14:\"update_version\";i:8;s:13:\"update_notice\";b:1;s:18:\"update_notice_diss\";b:0;s:17:\"update_delay_date\";i:0;s:21:\"update_threshold_date\";i:0;s:10:\"csp_notice\";b:0;}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (815, 'cookie_notice_privacy_consent', 'a:10:{s:16:\"wordpress_active\";b:1;s:21:\"wordpress_active_type\";s:3:\"all\";s:19:\"contactform7_active\";b:0;s:24:\"contactform7_active_type\";s:3:\"all\";s:16:\"mailchimp_active\";b:0;s:21:\"mailchimp_active_type\";s:3:\"all\";s:14:\"wpforms_active\";b:0;s:19:\"wpforms_active_type\";s:3:\"all\";s:18:\"woocommerce_active\";b:0;s:23:\"woocommerce_active_type\";s:3:\"all\";}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (816, 'cookie_notice_status', 'a:4:{s:6:\"status\";s:0:\"\";s:12:\"subscription\";s:5:\"basic\";s:18:\"threshold_exceeded\";b:0;s:19:\"activation_datetime\";i:0;}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (817, 'cookie_notice_version', '2.5.6', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (952, 'googlesitekit_db_version', '1.163.0', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (953, 'dipi_show_clear_divi_cache_in_adminbar', 'on', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (954, 'dipi_show_clear_divi_cache_in_adminbar_only_admin', 'on', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (955, 'dipi_enable_clear_cache_on_schedule', 'on', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (956, 'dipi_clear_cache_schedule', 'daily', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (957, 'dipi_enable_clear_cache_on_wp_hook', 'on', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (958, 'dipi_clear_cache_on_wp_hook', 'a:1:{i:0;s:15:\"after_post_save\";}', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (959, 'dipi_cache_notice', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (960, 'dipi_enable_social_icons_multiple_menus', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (961, 'dipi_social_icons_multiple_menus', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (962, 'dipi_social_media_quora', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (963, 'dipi_social_media_quora_menu', 'none', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (964, 'dipi_social_media_quora_footer', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (965, 'dipi_social_media_quora_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (966, 'dipi_social_media_tripadvisor', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (967, 'dipi_social_media_tripadvisor_menu', 'none', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (968, 'dipi_social_media_tripadvisor_footer', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (969, 'dipi_social_media_tripadvisor_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (970, 'dipi_social_media_twitch', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (971, 'dipi_social_media_twitch_menu', 'none', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (972, 'dipi_social_media_twitch_footer', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (973, 'dipi_social_media_twitch_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (974, 'dipi_social_media_yelp', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (975, 'dipi_social_media_yelp_menu', 'none', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (976, 'dipi_social_media_yelp_footer', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (977, 'dipi_social_media_yelp_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (978, 'dipi_social_media_spotify', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (979, 'dipi_social_media_spotify_menu', 'none', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (980, 'dipi_social_media_spotify_footer', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (981, 'dipi_social_media_spotify_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (982, 'dipi_adjust_anchor_links_pos_with_fixed_header', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (983, 'dipi_popup_as_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (984, 'dipi_mobile_menu_popup', '0', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (985, 'dipi_popup_select_menu', '', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (986, 'dipi_md_reveal', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (987, 'dipi_md_parallax_images', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (988, 'dipi_md_image_rotator', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (989, 'dipi_md_table_of_contents', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (990, 'dipi_md_advanced_divider', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (991, 'dipi_md_table_maker', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (992, 'dipi_md_accordion_slider', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (993, 'dipi_md_animated_blurb', 'off', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (994, 'googlesitekit_has_connected_admins', '0', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1032, 'wp_notes_notify', 1, 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1044, 'action_scheduler_hybrid_store_demarkation', 1066, 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1045, 'schema-ActionScheduler_StoreSchema', '8.0.1772999741', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1046, 'schema-ActionScheduler_LoggerSchema', '3.0.1772999741', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1047, 'ai1wm_secret_key', '4A45OuXMoEaJ', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1048, 'action_scheduler_lock_async-request-runner', '69add5809d5861.45678553|1773000124', 'no');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1049, 'instawp_heartbeat_failed', 1, 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1050, 'instawp_large_files_list', 'a:1:{i:0;a:5:{s:4:\"size\";i:131914158;s:4:\"path\";s:55:\"/nas/content/live/cfibenefits/wp-content/uploads/matomo\";s:8:\"pathname\";s:70:\"/nas/content/live/cfibenefits/wp-content/uploads/matomo/DBIP-City.mmdb\";s:8:\"realpath\";s:70:\"/nas/content/live/cfibenefits/wp-content/uploads/matomo/DBIP-City.mmdb\";s:13:\"relative_path\";s:40:\"wp-content/uploads/matomo/DBIP-City.mmdb\";}}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1051, 'action_scheduler_migration_status', 'complete', 'auto');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1052, 'as_has_wp_comment_logs', 'no', 'on');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1053, 'instawp_api_options', 'a:6:{s:7:\"api_url\";s:22:\"https://app.instawp.io\";s:7:\"api_key\";s:47:\"162614|s2YEukPq4x8KygUQJC4yp5yepZE491gEwVwxMRAL\";s:3:\"jwt\";s:529:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwcC5pbnN0YXdwLmlvL2FwaS92Mi9taWdyYXRlLXdoaXRlLWxhYmVsL21pZ3JhdGUvYmx1ZWhvc3Qvd3AtaW5zdGFsbC1jb25maWctcGx1Z2luIiwiaWF0IjoxNzczMDAwMDg4LCJleHAiOjE3NzMwMDM2ODgsIm5iZiI6MTc3MzAwMDA4OCwianRpIjoiQUFqT09adW5rSUl1Yng3VCIsInN1YiI6IjQyNzA3IiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyIsImNsYWltIjp7ImlkIjo0MjcwNywibmFtZSI6IndvcmRwcmVzcy1jb2UiLCJlbWFpbCI6IndvcmRwcmVzcy1jb2VAbmV3Zm9sZC5jb20iLCJ0ZWFtX2lkIjo0Mjg2NX19.x8IP0habqxS2ugwB6LsicDFsTHFtfoLg6Pv0p4Z_75U\";s:6:\"origin\";s:32:\"632aab4b68045e8a91a4e9fd1ddc8b82\";s:8:\"response\";a:5:{s:6:\"status\";b:1;s:4:\"name\";s:13:\"wordpress-coe\";s:5:\"email\";s:25:\"wordpress-coe@newfold.com\";s:9:\"team_name\";s:8:\"Bluehost\";s:10:\"permisions\";a:1:{i:0;s:1:\"*\";}}s:10:\"group_uuid\";s:36:\"269da67f-6b18-4733-a658-85de7f3d9e1c\";}', 'off');

INSERT IGNORE INTO `wp_2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1054, 'instawp_migration_details', 'a:5:{s:11:\"migrate_key\";s:40:\"3jsfjjvgkcowuqlibupz53mikbsog8jy45zs5x26\";s:13:\"is_end_to_end\";s:1:\"1\";s:10:\"started_at\";s:19:\"2026-03-08 20:01:36\";s:6:\"status\";s:9:\"initiated\";s:4:\"mode\";s:4:\"pull\";}', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=49978 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2, 3, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15, 13, '_wp_attached_file', '2023/03/cfi_logo_tm_rgb_color_pos.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16, 13, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1794;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17, 14, '_wp_attached_file', '2023/03/CFlogo_with_subtitle.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18, 14, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:5678;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19, 15, '_wp_attached_file', '2023/03/CFapple-icon-180x180-1.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:34:\"2023/03/CFapple-icon-180x180-1.png\";s:8:\"filesize\";i:6701;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"CFapple-icon-180x180-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23, 17, '_edit_lock', '1715604556:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27, 17, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28, 17, '_et_gb_content_width', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29, 17, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30, 17, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31, 17, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32, 17, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34, 17, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35, 17, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36, 17, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37, 17, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"17\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38, 17, '_et_pb_custom_css', '.slider_subhead {font-size: 27px !important; color: #333 !important; padding-bottom: .7em; line-height: 1.2;}\n\n/*** Responsive Styles Smartphone Only ***/\n@media all and (max-width: 767px) {\n.slider_subhead {font-size: 27px !important; color: #fff !important; padding-bottom: .7em; line-height: 1.2;} \n}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39, 17, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41, 17, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42, 17, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43, 17, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44, 17, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45, 17, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66, 21, '_wp_attached_file', '2023/03/alex-montage.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:724;s:4:\"file\";s:24:\"2023/03/alex-montage.png\";s:8:\"filesize\";i:122907;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"alex-montage-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14913;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"alex-montage-1024x570.png\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"alex-montage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12528;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"alex-montage-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52894;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25286;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"alex-montage-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102777;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29515;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43809;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"alex-montage-1080x601.png\";s:5:\"width\";i:1080;s:6:\"height\";i:601;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87685;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61872;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"alex-montage-1280x713.png\";s:5:\"width\";i:1280;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113950;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"alex-montage-980x546.png\";s:5:\"width\";i:980;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75056;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"alex-montage-480x267.png\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70, 23, '_wp_attached_file', '2023/03/health.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (71, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2023/03/health.png\";s:8:\"filesize\";i:7671;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"health-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"health-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10322;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"health-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25028;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"health-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26470;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"health-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5675;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"health-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72, 24, '_wp_attached_file', '2023/03/wealth.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2023/03/wealth.png\";s:8:\"filesize\";i:6899;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"wealth-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"wealth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8574;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"wealth-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18320;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"wealth-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19478;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"wealth-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4955;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"wealth-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74, 25, '_wp_attached_file', '2023/03/self.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (75, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:16:\"2023/03/self.png\";s:8:\"filesize\";i:9524;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"self-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"self-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"self-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32640;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"self-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34998;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"self-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"self-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (80, 17, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (82, 17, '_et_builder_dynamic_assets_loading_attr_threshold', 20);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90, 32, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (91, 32, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92, 32, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93, 32, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94, 32, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (95, 32, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (96, 32, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (97, 32, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (98, 32, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (99, 32, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (100, 32, '_edit_lock', '1684235072:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (102, 32, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (103, 32, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (104, 32, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (105, 32, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"32\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (106, 32, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (107, 32, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (109, 32, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (110, 32, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (111, 32, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (120, 32, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (131, 37, '_wp_attached_file', '2023/03/strive_slider_image1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (132, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:765;s:4:\"file\";s:32:\"2023/03/strive_slider_image1.jpg\";s:8:\"filesize\";i:96752;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12503;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40438;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1536x734.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108761;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22022;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24557;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35096;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1080x516.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65658;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39030;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1280x612.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83529;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-980x469.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-480x230.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2019 Popartic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (133, 39, '_wp_attached_file', '2023/03/strive_slider_image2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (134, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:32:\"2023/03/strive_slider_image2.jpg\";s:8:\"filesize\";i:91611;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12239;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8641;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37606;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99179;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20006;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75093;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21728;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30462;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59736;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26366;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76523;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51855;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2019 Popartic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (139, 41, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (140, 41, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (141, 41, '_menu_item_object_id', 41);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (142, 41, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (143, 41, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (144, 41, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (145, 41, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (146, 41, '_menu_item_url', '/ca/be-rewarded/');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (188, 46, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (189, 46, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (190, 46, '_menu_item_object_id', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (191, 46, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (192, 46, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (193, 46, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (194, 46, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (195, 46, '_menu_item_url', '/ca/be-well/');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (277, 55, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (278, 55, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (279, 55, '_menu_item_object_id', 55);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (280, 55, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (281, 55, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (282, 55, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (283, 55, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (284, 55, '_menu_item_url', '/ca/be-balanced/');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (340, 62, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (341, 62, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (342, 62, '_menu_item_object_id', 62);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (343, 62, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (344, 62, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (345, 62, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (346, 62, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (347, 62, '_menu_item_url', '/ca/be-successful/');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (421, 72, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (422, 72, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (423, 72, '_menu_item_object_id', 72);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (424, 72, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (425, 72, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (426, 72, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (427, 72, '_menu_item_xfn', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (428, 72, '_menu_item_url', '/ca/be-prepared/');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (450, 74, '_wp_attached_file', '2023/03/strive-mobile-image1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (451, 74, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2023/03/strive-mobile-image1.jpg\";s:8:\"filesize\";i:85234;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11607;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8224;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79005;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94137;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61532;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19136;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26885;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27704;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40823;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (583, 91, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (584, 91, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (585, 91, '_menu_item_object_id', 91);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (586, 91, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (587, 91, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (588, 91, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (589, 91, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (590, 91, '_menu_item_url', '/ca/be-included/');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (664, 100, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (665, 100, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (666, 100, '_menu_item_object_id', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (667, 100, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (668, 100, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (669, 100, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (670, 100, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (671, 100, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (745, 109, '_wp_attached_file', '2023/03/2023_guide.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (746, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:646;s:4:\"file\";s:22:\"2023/03/2023_guide.jpg\";s:8:\"filesize\";i:31712;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2023_guide-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2023_guide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6434;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17254;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27479;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"2023_guide-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (763, 113, '_wp_attached_file', '2023/03/CLI_powered_by_you.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (764, 113, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:2524;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (773, 116, '_wp_attached_file', '2023/03/strive_slider_image3.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (774, 116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:32:\"2023/03/strive_slider_image3.jpg\";s:8:\"filesize\";i:112565;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13348;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8822;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45265;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120019;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21568;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23664;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33762;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29517;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92661;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63604;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (775, 117, '_wp_attached_file', '2023/03/strive-mobile-image2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (776, 117, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2023/03/strive-mobile-image2.jpg\";s:8:\"filesize\";i:88199;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14084;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103998;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122535;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20341;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75443;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23293;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33599;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37283;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (795, 122, '_wp_attached_file', '2023/03/CLI_powered_by_you_outline.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (796, 122, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:6875;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (805, 125, '_edit_lock', '1769721274:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (806, 125, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (807, 125, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (808, 125, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (809, 125, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (810, 125, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (811, 125, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (812, 125, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (813, 125, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (814, 125, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (815, 125, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (821, 127, '_wp_attached_file', '2023/03/medicalBG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (822, 127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2023/03/medicalBG.jpg\";s:8:\"filesize\";i:80759;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"medicalBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6005;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"medicalBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"medicalBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4146;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"medicalBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15197;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"medicalBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39978;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6072;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"medicalBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29550;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7450;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"medicalBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24079;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6566;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"medicalBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30524;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"medicalBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21087;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"medicalBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9055;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (823, 125, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (824, 125, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (825, 125, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (826, 125, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"125\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (827, 125, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (828, 125, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (830, 125, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (831, 125, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (832, 125, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (835, 125, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (895, 139, '_wp_attached_file', '2023/03/inclusion_icon.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (896, 139, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1430;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (897, 140, '_wp_attached_file', '2023/03/success_icon.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (898, 140, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:689;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (899, 141, '_wp_attached_file', '2023/03/award_icon.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (900, 141, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1336;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (901, 142, '_wp_attached_file', '2023/03/balance_icon.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (902, 142, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1713;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (903, 143, '_wp_attached_file', '2023/03/planning_icon.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (904, 143, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1080;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (905, 144, '_wp_attached_file', '2023/03/medical_icon.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (906, 144, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1120;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (917, 147, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (918, 147, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (919, 147, '_menu_item_object_id', 125);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (920, 147, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (921, 147, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (922, 147, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (923, 147, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (924, 147, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (926, 148, '_wp_attached_file', '2023/03/ayco-slider2-mobile.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (927, 148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:31:\"2023/03/ayco-slider2-mobile.jpg\";s:8:\"filesize\";i:119804;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13766;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9727;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136563;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163068;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27776;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30518;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46461;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43694;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65029;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (928, 149, '_wp_attached_file', '2023/03/ayco-slider2_image1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (929, 149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:31:\"2023/03/ayco-slider2_image1.jpg\";s:8:\"filesize\";i:123010;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12635;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8347;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44209;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123586;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20770;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84028;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22190;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30772;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24879;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94317;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62858;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (966, 17, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (967, 17, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1066, 166, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1067, 166, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1068, 166, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1069, 166, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1070, 166, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1071, 166, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1072, 166, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1073, 166, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1074, 166, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1075, 166, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1076, 166, '_edit_lock', '1679280808:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1078, 166, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1079, 166, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1080, 166, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1081, 166, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"166\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1082, 166, '_et_pb_custom_css', '.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1083, 166, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1085, 166, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1086, 166, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1087, 166, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1090, 166, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1093, 166, '_thumbnail_id', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1094, 167, '_wp_attached_file', '2023/03/ppl-slider3_image1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1095, 167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:30:\"2023/03/ppl-slider3_image1.jpg\";s:8:\"filesize\";i:95002;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11096;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36489;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101398;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17516;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18243;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25381;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59316;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20279;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76865;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51661;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1099, 169, '_wp_attached_file', '2023/03/ppl-slider3-mobile.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1100, 169, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1056;s:6:\"height\";i:1877;s:4:\"file\";s:30:\"2023/03/ppl-slider3-mobile.jpg\";s:8:\"filesize\";i:114412;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13820;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74111;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115617;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138012;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21923;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-1056x675.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95414;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24046;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35456;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36655;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:32:\"ppl-slider3-mobile-1056x1800.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188055;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-980x1742.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167446;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56385;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1109, 170, '_wp_attached_file', '2023/03/lower_tri-form_1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1110, 170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:906;s:4:\"file\";s:28:\"2023/03/lower_tri-form_1.jpg\";s:8:\"filesize\";i:8718;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-768x805.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10030;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2902;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-864x675.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9506;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4458;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4764;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-480x503.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1120, 173, '_wp_attached_file', '2023/03/lower_tri-form_2.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1121, 173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:867;s:6:\"height\";i:909;s:4:\"file\";s:28:\"2023/03/lower_tri-form_2.png\";s:8:\"filesize\";i:8171;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31345;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10262;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-867x675.png\";s:5:\"width\";i:867;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6467;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11394;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15422;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-480x503.png\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1122, 174, '_wp_attached_file', '2023/03/educate-slider4_image1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1123, 174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:34:\"2023/03/educate-slider4_image1.jpg\";s:8:\"filesize\";i:149313;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13321;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51799;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23395;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105921;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25158;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36779;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88149;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30821;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115100;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1140, 177, '_edit_lock', '1679284995:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1141, 177, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1142, 177, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1143, 177, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1144, 177, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1145, 177, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1146, 177, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1147, 177, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1148, 177, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1149, 177, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1150, 177, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1152, 177, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1153, 177, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1154, 177, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1155, 177, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"177\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1156, 177, '_et_pb_custom_css', '.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1157, 177, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1159, 177, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1160, 177, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1161, 177, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1164, 177, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1167, 177, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1172, 183, '_wp_attached_file', '2023/03/educate-slider4_image2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1173, 183, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:34:\"2023/03/educate-slider4_image2.jpg\";s:8:\"filesize\";i:95873;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7516;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37385;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103379;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17452;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67257;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18156;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25173;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60858;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21756;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78955;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52845;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1174, 184, '_wp_attached_file', '2023/03/eap_slider4-mobile.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1175, 184, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:30:\"2023/03/eap_slider4-mobile.jpg\";s:8:\"filesize\";i:87888;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13121;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107977;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127991;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19938;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74918;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21879;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31789;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32491;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1180, 187, '_wp_attached_file', '2023/03/lower_tri-form_3.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1181, 187, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:867;s:6:\"height\";i:909;s:4:\"file\";s:28:\"2023/03/lower_tri-form_3.png\";s:8:\"filesize\";i:8942;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9593;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-867x675.png\";s:5:\"width\";i:867;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7323;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11331;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16275;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17237;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-480x503.png\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1182, 188, '_wp_attached_file', '2023/03/slider5_image1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1183, 188, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:26:\"2023/03/slider5_image1.jpg\";s:8:\"filesize\";i:98183;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider5_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12721;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider5_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"slider5_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39868;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105168;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20856;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79231;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22427;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31770;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63469;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29908;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81267;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"slider5_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55644;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"slider5_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1196, 189, '_wp_attached_file', '2023/03/diversity_slider5-mobile.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1197, 189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:36:\"2023/03/diversity_slider5-mobile.jpg\";s:8:\"filesize\";i:89042;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13086;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127679;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19396;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79613;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31950;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52130;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1202, 191, '_wp_attached_file', '2023/03/field_BG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1203, 191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:457;s:4:\"file\";s:20:\"2023/03/field_BG.jpg\";s:8:\"filesize\";i:98482;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"field_BG-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10535;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"field_BG-1024x360.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"field_BG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"field_BG-768x270.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51100;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"field_BG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26544;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"field_BG-1080x457.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123129;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"field_BG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"field_BG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48501;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"field_BG-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"field_BG-400x457.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49489;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"field_BG-1280x450.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133331;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"field_BG-980x345.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82551;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"field_BG-480x169.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2015 Jarek Pawlak/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1235, 41, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1240, 46, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1241, 147, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1249, 55, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1256, 62, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1264, 72, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1276, 91, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1285, 100, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1311, 198, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1312, 198, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1313, 198, '_menu_item_object_id', 177);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1314, 198, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1315, 198, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1316, 198, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1317, 198, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1318, 198, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1346, 201, '_wp_attached_file', '2023/03/counseling_session.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1347, 201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:749;s:4:\"file\";s:30:\"2023/03/counseling_session.jpg\";s:8:\"filesize\";i:32487;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"counseling_session-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"counseling_session-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6684;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16530;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"counseling_session-500x675.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18181;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27215;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29693;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"counseling_session-480x719.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2018 RossHelen/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1369, 203, '_wp_attached_file', '2023/03/eap_section_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1370, 203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/eap_section_banner.jpg\";s:8:\"filesize\";i:27228;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"eap_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3821;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12417;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33038;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13231;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14743;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17539;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19918;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15515;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25244;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17483;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"eap_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6831;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1375, 205, '_wp_attached_file', '2023/03/eap_section_banner2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1376, 205, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/eap_section_banner2.jpg\";s:8:\"filesize\";i:32018;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3898;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13382;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36417;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11214;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30934;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11107;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15348;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21835;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11679;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27804;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19042;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7061;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1384, 207, '_wp_attached_file', '2023/03/fsa_section_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1385, 207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/fsa_section_banner.jpg\";s:8:\"filesize\";i:13964;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fsa_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2879;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2942;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7848;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19330;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13378;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6030;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6018;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5685;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15134;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10771;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"fsa_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1398, 208, '_wp_attached_file', '2023/03/med_section_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1399, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/med_section_banner.jpg\";s:8:\"filesize\";i:60763;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"med_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4323;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"med_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6925;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"med_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18537;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22997;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58048;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34416;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33192;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29104;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43943;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"med_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28204;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"med_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1404, 209, '_wp_attached_file', '2023/03/med_section_banner2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1405, 209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner2.jpg\";s:8:\"filesize\";i:24895;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3186;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2470;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27869;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7017;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21288;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7911;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8992;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16411;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21025;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14325;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5427;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1429, 211, '_wp_attached_file', '2023/03/eap_section_banner3.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1430, 211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/eap_section_banner3.jpg\";s:8:\"filesize\";i:30607;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_section_banner3-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3778;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4359;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12926;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35438;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11048;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30244;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15059;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11453;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26965;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18462;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_section_banner3-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6848;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1446, 213, '_wp_attached_file', '2023/03/lower_tri-form_4.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1447, 213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1031;s:6:\"height\";i:607;s:4:\"file\";s:28:\"2023/03/lower_tri-form_4.png\";s:8:\"filesize\";i:6664;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6756;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"lower_tri-form_4-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19384;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9939;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10360;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13263;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11222;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-980x577.png\";s:5:\"width\";i:980;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25169;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-480x283.png\";s:5:\"width\";i:480;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1494, 219, '_wp_attached_file', '2023/03/med_section_banner3.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1495, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner3.jpg\";s:8:\"filesize\";i:85446;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner3-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3826;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15735;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54666;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17257;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58452;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18880;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27849;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29051;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22111;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39203;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24323;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner3-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1496, 220, '_wp_attached_file', '2023/03/med_section_banner4.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1497, 220, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner4.jpg\";s:8:\"filesize\";i:44397;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner4-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3515;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11607;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31406;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5039;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22066;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5229;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6636;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5295;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23873;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16311;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner4-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1511, 41, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1516, 46, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1517, 147, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1523, 55, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1524, 198, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1529, 62, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1537, 72, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1548, 91, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1557, 100, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1574, 223, '_wp_attached_file', '2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1575, 223, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE23_eGuide_US_FINAL_111022-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218490;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_US_FINAL_111022-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33297;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE23_eGuide_US_FINAL_111022-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_US_FINAL_111022-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19172;}}s:8:\"filesize\";i:6386508;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1587, 225, '_wp_attached_file', '2023/03/fsa_section_banner2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1588, 225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/fsa_section_banner2.jpg\";s:8:\"filesize\";i:58110;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4478;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41873;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12107;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15936;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25253;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13656;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32325;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22131;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8098;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1592, 226, '_wp_attached_file', '2023/03/pdf-to-come.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1593, 226, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"pdf-to-come-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17494;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"pdf-to-come-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4015;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"pdf-to-come-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11247;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"pdf-to-come-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3122;}}s:8:\"filesize\";i:6114;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1676, 41, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1681, 46, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1682, 147, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1689, 55, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1690, 198, '_wp_old_date', '2023-03-21');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1695, 62, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1704, 72, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1715, 91, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1723, 100, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1735, 233, '_wp_attached_file', '2023/03/blurry_medBG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1736, 233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:818;s:4:\"file\";s:24:\"2023/03/blurry_medBG.jpg\";s:8:\"filesize\";i:93661;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5937;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1024x524.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21531;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1536x785.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77916;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9049;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46387;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13798;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1080x552.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38429;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13508;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1280x654.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53596;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-980x501.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32371;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-480x245.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1785, 242, '_wp_attached_file', '2023/03/eap_sidebar.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1786, 242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:560;s:6:\"height\";i:837;s:4:\"file\";s:23:\"2023/03/eap_sidebar.jpg\";s:8:\"filesize\";i:69816;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6763;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17780;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-560x675.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60617;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19824;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29784;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36748;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-480x717.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1790, 41, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1795, 46, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1796, 147, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1803, 55, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1804, 198, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1809, 62, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1819, 72, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1830, 91, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1838, 100, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1858, 244, '_wp_attached_file', '2023/03/CFI_logo_v3.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1859, 244, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:10603;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1888, 246, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1889, 246, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1890, 246, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1891, 246, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1892, 246, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1893, 246, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1894, 246, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1895, 246, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1896, 246, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1897, 246, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1898, 246, '_edit_lock', '1769127315:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1900, 248, '_wp_attached_file', '2023/04/checkup-healthPage.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1901, 248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/04/checkup-healthPage.jpg\";s:8:\"filesize\";i:38533;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5381;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18222;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19832;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19832;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1902, 249, '_wp_attached_file', '2023/04/supplemental-med-FLIPPED.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1903, 249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:36:\"2023/04/supplemental-med-FLIPPED.jpg\";s:8:\"filesize\";i:36522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11059;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29044;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32261;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32261;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2022 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1904, 250, '_wp_attached_file', '2023/04/dental-appointment.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1905, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/04/dental-appointment.jpg\";s:8:\"filesize\";i:22263;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"dental-appointment-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"dental-appointment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"dental-appointment-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1906, 251, '_wp_attached_file', '2023/04/vision_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1907, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:24:\"2023/04/vision_inset.jpg\";s:8:\"filesize\";i:33222;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"vision_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"vision_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10636;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27297;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29766;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"vision_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2022 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1908, 252, '_wp_attached_file', '2023/04/blurry-medBG_bottom.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1909, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1198;s:6:\"height\";i:350;s:4:\"file\";s:31:\"2023/04/blurry-medBG_bottom.jpg\";s:8:\"filesize\";i:21721;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"blurry-medBG_bottom-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5000;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4407;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-768x224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9074;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6693;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1080x350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13550;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6750;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-510x350.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8506;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1080x316.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12872;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x350.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7171;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-980x286.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11569;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-480x140.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6389;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:65:\"Copyright (c) 2021 Here/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1910, 253, '_wp_attached_file', '2023/04/canoers_bannerBG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1911, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2023/04/canoers_bannerBG.jpg\";s:8:\"filesize\";i:48856;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10362;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1024x372.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-768x279.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29918;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17813;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1080x400.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49291;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18676;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25603;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1080x393.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47574;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21154;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-980x356.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41421;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-480x175.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1912, 246, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1913, 246, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1914, 246, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1915, 246, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"246\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1916, 246, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1917, 246, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1919, 246, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1920, 246, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1927, 246, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1932, 257, '_wp_attached_file', '2023/04/placeholder.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1933, 257, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:23:\"2023/04/placeholder.jpg\";s:8:\"filesize\";i:14954;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12539;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7383;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"placeholder-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20522;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"placeholder-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21777;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"placeholder-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21777;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"placeholder-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1944, 246, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1972, 41, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1977, 46, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1978, 147, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1985, 55, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1986, 198, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1991, 62, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2001, 72, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2012, 91, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2020, 100, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2044, 260, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2045, 260, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2046, 260, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2047, 260, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2048, 260, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2049, 260, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2050, 260, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2051, 260, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2052, 260, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2053, 260, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2054, 260, '_edit_lock', '1715604327:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2056, 260, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2057, 260, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2058, 260, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2059, 260, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"260\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2060, 260, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2061, 260, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2063, 260, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2064, 260, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2065, 260, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2070, 260, '_et_builder_dynamic_assets_loading_attr_threshold', 10);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2090, 263, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2091, 263, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2092, 263, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2093, 263, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2094, 263, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2095, 263, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2096, 263, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2097, 263, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2098, 263, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2099, 263, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2100, 263, '_edit_lock', '1715604378:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2102, 263, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2103, 263, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2104, 263, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2105, 263, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"263\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2106, 263, '_et_pb_custom_css', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2107, 263, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2109, 263, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2110, 263, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2111, 263, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2116, 263, '_et_builder_dynamic_assets_loading_attr_threshold', 8);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2155, 268, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2156, 268, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2157, 268, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2158, 268, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2159, 268, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2160, 268, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2161, 268, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2162, 268, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2163, 268, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2164, 268, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2165, 268, '_edit_lock', '1715604419:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2167, 268, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2168, 268, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2169, 268, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2170, 268, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"268\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2171, 268, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2172, 268, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2174, 268, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2175, 268, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2176, 268, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 268, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2199, 271, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2200, 271, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2201, 271, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2202, 271, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2203, 271, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2204, 271, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2205, 271, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2206, 271, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2207, 271, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2208, 271, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2209, 271, '_edit_lock', '1715604534:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2211, 271, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2212, 271, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2213, 271, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2214, 271, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"271\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2215, 271, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2216, 271, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2218, 271, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2219, 271, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2220, 271, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2223, 271, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2231, 272, '_edit_lock', '1715604482:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2232, 272, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2233, 272, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2234, 272, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2235, 272, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2236, 272, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2237, 272, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2238, 272, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2239, 272, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2240, 272, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2241, 272, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2243, 272, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2244, 272, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2245, 272, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2246, 272, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"272\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2247, 272, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2248, 272, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2250, 272, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2251, 272, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2252, 272, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2255, 272, '_et_builder_dynamic_assets_loading_attr_threshold', 12);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2267, 41, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2272, 46, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2273, 147, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2280, 55, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2281, 198, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2286, 62, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2296, 72, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2307, 91, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2315, 100, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2364, 277, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2365, 277, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2366, 279, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2367, 279, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 280, '_wp_attached_file', '2023/04/med_section_banner5.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2380, 280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/04/med_section_banner5.jpg\";s:8:\"filesize\";i:22408;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner5-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3124;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9177;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23939;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3055;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16314;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2984;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3599;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14514;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2722;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18469;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12783;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner5-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2386, 281, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2405, 41, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2410, 46, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2411, 147, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2418, 55, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2419, 198, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2424, 62, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2433, 72, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2443, 91, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2451, 100, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2477, 41, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2482, 46, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2483, 147, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2490, 55, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2491, 198, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2496, 62, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2503, 72, '_wp_old_date', '2023-04-10');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2514, 91, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2522, 100, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2676, 308, '_wp_attached_file', '2023/05/new-employee-integration.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2677, 308, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/new-employee-integration.jpg\";s:8:\"filesize\";i:58709;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"new-employee-integration-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3367;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13403;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35977;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10176;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30674;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10489;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14472;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21888;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11125;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27813;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19163;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"new-employee-integration-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2680, 310, '_wp_attached_file', '2023/05/beSuccessful-new_employee2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2681, 310, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/beSuccessful-new_employee2.jpg\";s:8:\"filesize\";i:36123;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5224;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18775;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20419;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20419;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2694, 312, '_wp_attached_file', '2023/05/beSuccessful-career_development.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2695, 312, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:43:\"2023/05/beSuccessful-career_development.jpg\";s:8:\"filesize\";i:42081;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14421;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7479;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24505;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2700, 313, '_wp_attached_file', '2023/05/career-development-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2701, 313, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2023/05/career-development-banner.jpg\";s:8:\"filesize\";i:71096;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"career-development-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3471;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"career-development-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2819;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"career-development-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14344;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40578;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8149;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29648;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11501;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23856;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9257;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"career-development-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20738;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"career-development-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7069;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2702, 314, '_wp_attached_file', '2023/05/mentoring.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2703, 314, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/mentoring.jpg\";s:8:\"filesize\";i:40174;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"mentoring-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"mentoring-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"mentoring-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26638;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"mentoring-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30030;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"mentoring-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"mentoring-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2704, 316, '_wp_attached_file', '2023/05/performance-management.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2705, 316, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:34:\"2023/05/performance-management.jpg\";s:8:\"filesize\";i:28903;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"performance-management-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"performance-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5738;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"performance-management-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"performance-management-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21355;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"performance-management-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"performance-management-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2710, 317, '_wp_attached_file', '2023/05/performance-management-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2711, 317, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2023/05/performance-management-banner.jpg\";s:8:\"filesize\";i:45540;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"performance-management-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2790;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2335;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10263;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27187;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7125;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17864;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7520;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10334;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20992;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14496;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"performance-management-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5344;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2712, 318, '_wp_attached_file', '2023/05/mentoring-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2713, 318, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2023/05/mentoring-banner.jpg\";s:8:\"filesize\";i:71312;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"mentoring-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3522;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22599;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14636;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40663;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28656;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11755;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16493;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24319;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12309;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31265;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21271;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"mentoring-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2714, 319, '_wp_attached_file', '2023/05/talent.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2715, 319, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:18:\"2023/05/talent.jpg\";s:8:\"filesize\";i:32750;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"talent-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"talent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"talent-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24776;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"talent-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27192;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"talent-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27192;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"talent-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2716, 320, '_wp_attached_file', '2023/05/leadership.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2717, 320, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/leadership.jpg\";s:8:\"filesize\";i:32876;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"leadership-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"leadership-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6378;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"leadership-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20121;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"leadership-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22961;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"leadership-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22961;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"leadership-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2718, 322, '_wp_attached_file', '2023/05/education-assistance.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2719, 322, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/education-assistance.jpg\";s:8:\"filesize\";i:43050;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"education-assistance-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"education-assistance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9193;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27232;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31702;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31702;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"education-assistance-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2720, 323, '_wp_attached_file', '2023/05/education-assist-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2721, 323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/education-assist-banner.jpg\";s:8:\"filesize\";i:73467;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"education-assist-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3942;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15672;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9773;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36283;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10491;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13586;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25664;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11183;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33060;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22327;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"education-assist-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2722, 324, '_wp_attached_file', '2023/05/leadership-devel-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2723, 324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/leadership-devel-banner.jpg\";s:8:\"filesize\";i:54238;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"leadership-devel-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11067;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31151;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4509;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18925;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4356;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6596;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18405;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4526;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23575;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15965;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"leadership-devel-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2724, 325, '_wp_attached_file', '2023/05/talent-management-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2725, 325, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/talent-management-banner.jpg\";s:8:\"filesize\";i:69331;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"talent-management-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3691;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14845;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40395;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8227;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8436;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11471;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24322;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30942;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21225;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"talent-management-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2747, 326, '_wp_attached_file', '2023/05/EAP.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2748, 326, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:15:\"2023/05/EAP.jpg\";s:8:\"filesize\";i:37151;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"EAP-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"EAP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8213;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"EAP-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27543;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"EAP-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"EAP-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"EAP-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2749, 327, '_wp_attached_file', '2023/05/paid-parental-leave.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2750, 327, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/paid-parental-leave.jpg\";s:8:\"filesize\";i:35761;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5537;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19391;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22275;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22275;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23056;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2755, 328, '_wp_attached_file', '2023/05/paid-time-off.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2756, 328, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:25:\"2023/05/paid-time-off.jpg\";s:8:\"filesize\";i:63617;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"paid-time-off-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"paid-time-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10421;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36747;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43307;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"paid-time-off-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2765, 330, '_wp_attached_file', '2023/05/volunteers.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2766, 330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/volunteers.jpg\";s:8:\"filesize\";i:37837;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"volunteers-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"volunteers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7048;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"volunteers-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22284;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"volunteers-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24820;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"volunteers-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24820;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"volunteers-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26918;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2767, 331, '_wp_attached_file', '2023/05/employee-perks.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2768, 331, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/employee-perks.jpg\";s:8:\"filesize\";i:55744;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"employee-perks-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"employee-perks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10343;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38032;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44229;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"employee-perks-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2773, 332, '_wp_attached_file', '2023/05/employee-match-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2774, 332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/employee-match-banner.jpg\";s:8:\"filesize\";i:71275;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"employee-match-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3629;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22773;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4495;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41134;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14545;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15475;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22244;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24569;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16911;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31464;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21402;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"employee-match-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7403;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2775, 333, '_wp_attached_file', '2023/05/employee-perks-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2776, 333, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/employee-perks-banner.jpg\";s:8:\"filesize\";i:102493;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"employee-perks-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4457;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21822;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67990;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57803;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20922;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27608;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23449;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50784;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32939;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"employee-perks-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9938;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2777, 334, '_wp_attached_file', '2023/05/PTO-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2778, 334, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/PTO-banner.jpg\";s:8:\"filesize\";i:96510;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"PTO-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4372;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PTO-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5155;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"PTO-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62079;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53613;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25317;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19460;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"PTO-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30619;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"PTO-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2795, 338, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2796, 338, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2829, 348, '_edit_lock', '1684064613:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2830, 348, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2831, 348, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2832, 348, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2833, 348, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2834, 348, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2835, 348, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2836, 348, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2837, 348, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2838, 348, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2839, 348, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2842, 348, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2843, 348, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2844, 348, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2845, 348, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"348\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2846, 348, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2847, 348, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2849, 348, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2850, 348, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2851, 348, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2854, 348, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2857, 348, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2862, 350, '_wp_attached_file', '2023/05/Express-Scripts-Mail-Order-Form.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2863, 350, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"Express-Scripts-Mail-Order-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277729;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Express-Scripts-Mail-Order-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25942;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Express-Scripts-Mail-Order-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Express-Scripts-Mail-Order-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11116;}}s:8:\"filesize\";i:265663;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2864, 351, '_wp_attached_file', '2023/05/IL-Prescription-Reimbursement-Claim-Form.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2865, 351, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"IL-Prescription-Reimbursement-Claim-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210676;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"IL-Prescription-Reimbursement-Claim-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"IL-Prescription-Reimbursement-Claim-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"IL-Prescription-Reimbursement-Claim-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}}s:8:\"filesize\";i:1026039;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2866, 352, '_wp_attached_file', '2023/05/Accredo-Specialty-Pharmacy.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2867, 352, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"Accredo-Specialty-Pharmacy-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235809;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Accredo-Specialty-Pharmacy-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37063;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Accredo-Specialty-Pharmacy-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Accredo-Specialty-Pharmacy-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27730;}}s:8:\"filesize\";i:5133471;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2868, 353, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2869, 353, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf.jpg\";s:5:\"width\";i:1090;s:6:\"height\";i:1406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:395268;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28151;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11886;}}s:8:\"filesize\";i:4609032;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2870, 354, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2871, 354, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275318;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22910;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9360;}}s:8:\"filesize\";i:4651477;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2872, 355, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2873, 355, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf.jpg\";s:5:\"width\";i:1091;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220193;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19613;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-793x1024.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8323;}}s:8:\"filesize\";i:3688047;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2874, 356, '_wp_attached_file', '2023/05/Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2875, 356, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321835;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22467;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}}s:8:\"filesize\";i:523106;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2876, 357, '_wp_attached_file', '2023/05/CF-Industries-Basic-and-Vol-Life-Benefit-Summary.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2877, 357, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344412;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24220;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9005;}}s:8:\"filesize\";i:283976;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2878, 358, '_wp_attached_file', '2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2879, 358, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"5A-LTI-RSU-Only-2022-010423-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104375;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"5A-LTI-RSU-Only-2022-010423-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44812;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"5A-LTI-RSU-Only-2022-010423-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"5A-LTI-RSU-Only-2022-010423-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40054;}}s:8:\"filesize\";i:134484;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2880, 359, '_wp_attached_file', '2023/05/5B-LTI-RSU-PSU-010423-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2881, 359, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"5B-LTI-RSU-PSU-010423-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113288;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"5B-LTI-RSU-PSU-010423-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44745;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"5B-LTI-RSU-PSU-010423-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"5B-LTI-RSU-PSU-010423-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39935;}}s:8:\"filesize\";i:221881;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2882, 360, '_wp_attached_file', '2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2883, 360, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83185;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42101;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38861;}}s:8:\"filesize\";i:207307;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2884, 361, '_wp_attached_file', '2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2885, 361, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"4C-VIP-MFG-DF-2023-011023-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117238;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"4C-VIP-MFG-DF-2023-011023-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45477;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"4C-VIP-MFG-DF-2023-011023-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"4C-VIP-MFG-DF-2023-011023-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40260;}}s:8:\"filesize\";i:261221;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2886, 362, '_wp_attached_file', '2023/05/BCBSIL-Medical-Claim-Form-IL.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2887, 362, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"BCBSIL-Medical-Claim-Form-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247175;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"BCBSIL-Medical-Claim-Form-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22568;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"BCBSIL-Medical-Claim-Form-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"BCBSIL-Medical-Claim-Form-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11770;}}s:8:\"filesize\";i:514481;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2888, 363, '_wp_attached_file', '2023/05/MD-Live_User-Guide.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2889, 363, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"MD-Live_User-Guide-pdf.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254275;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"MD-Live_User-Guide-pdf-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22457;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"MD-Live_User-Guide-pdf-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"MD-Live_User-Guide-pdf-150x113.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9781;}}s:8:\"filesize\";i:2265999;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2890, 364, '_wp_attached_file', '2023/05/Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2891, 364, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:69:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311853;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22319;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}}s:8:\"filesize\";i:795105;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2892, 365, '_wp_attached_file', '2023/05/F_GROGuide.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2893, 365, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"F_GROGuide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183244;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16134;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"F_GROGuide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7685;}}s:8:\"filesize\";i:336996;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2894, 366, '_wp_attached_file', '2023/05/F_ServiceFC.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2895, 366, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceFC-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266715;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceFC-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23136;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceFC-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceFC-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9610;}}s:8:\"filesize\";i:350969;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2896, 367, '_wp_attached_file', '2023/05/F_ServiceFS.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2897, 367, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceFS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247391;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceFS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21189;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceFS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceFS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9121;}}s:8:\"filesize\";i:353708;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2898, 368, '_wp_attached_file', '2023/05/F_ServiceLC.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2899, 368, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceLC-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226775;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceLC-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21009;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceLC-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceLC-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9196;}}s:8:\"filesize\";i:324978;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2922, 371, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2923, 371, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2924, 371, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2925, 371, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2926, 371, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2927, 371, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2928, 371, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2929, 371, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2930, 371, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2931, 371, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2932, 371, '_edit_lock', '1684067040:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2934, 371, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2935, 371, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2936, 371, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2937, 371, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"371\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2938, 371, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2939, 371, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2941, 371, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2942, 371, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2943, 371, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2946, 371, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2984, 373, '_edit_lock', '1684067291:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2985, 373, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2986, 373, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2987, 373, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2988, 373, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2989, 373, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2990, 373, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2991, 373, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2992, 373, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2993, 373, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2994, 373, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2996, 373, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2997, 373, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2998, 373, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2999, 373, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"373\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3000, 373, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3001, 373, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3003, 373, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3004, 373, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3005, 373, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3008, 373, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3011, 373, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3015, 375, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3016, 375, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3017, 375, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3018, 375, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3019, 375, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3020, 375, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3021, 375, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3022, 375, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3023, 375, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3024, 375, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3025, 375, '_edit_lock', '1684067614:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3027, 375, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3028, 375, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3029, 375, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3030, 375, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"375\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3031, 375, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3032, 375, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3034, 375, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3035, 375, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3036, 375, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3039, 375, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3041, 375, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3049, 376, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3050, 376, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3051, 376, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3052, 376, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3053, 376, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3054, 376, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3055, 376, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3056, 376, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3057, 376, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3058, 376, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3059, 376, '_edit_lock', '1769127258:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3061, 376, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3062, 376, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3063, 376, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3064, 376, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"376\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3065, 376, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3066, 376, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3068, 376, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3069, 376, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3070, 376, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3075, 376, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3086, 379, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3087, 379, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3088, 379, '_menu_item_object_id', 375);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3089, 379, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3090, 379, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3091, 379, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3092, 379, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3093, 379, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3095, 380, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3096, 380, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3097, 380, '_menu_item_object_id', 373);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3098, 380, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3099, 380, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3100, 380, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3101, 380, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3102, 380, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3104, 381, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3105, 381, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3106, 381, '_menu_item_object_id', 371);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3107, 381, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3108, 381, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3109, 381, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3110, 381, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3111, 381, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3113, 382, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3114, 382, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3115, 382, '_menu_item_object_id', 348);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3116, 382, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3117, 382, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3118, 382, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3119, 382, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3120, 382, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3122, 41, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3123, 46, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3124, 147, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3131, 55, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3132, 198, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3137, 62, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3145, 72, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3156, 91, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3164, 100, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3170, 383, '_edit_lock', '1684068970:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3171, 383, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3172, 383, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3173, 383, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3174, 383, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3175, 383, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3176, 383, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3177, 383, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3178, 383, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3179, 383, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3180, 383, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3182, 383, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3183, 383, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3184, 383, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3185, 383, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"383\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3186, 383, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3187, 383, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3189, 383, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3190, 383, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3191, 383, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3194, 383, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3197, 383, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3198, 385, '_wp_attached_file', '2023/05/HSA-Preventive-Drug-Program.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3199, 385, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"HSA-Preventive-Drug-Program-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203822;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-Program-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24972;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"HSA-Preventive-Drug-Program-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118141;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-Program-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13725;}}s:8:\"filesize\";i:1116684;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3200, 386, '_wp_attached_file', '2023/05/RX-ACA-Preventative-List-IL.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3201, 386, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"RX-ACA-Preventative-List-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377723;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31837;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"RX-ACA-Preventative-List-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210814;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15996;}}s:8:\"filesize\";i:166152;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3210, 388, '_edit_lock', '1684070382:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3211, 388, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3212, 388, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3213, 388, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3214, 388, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3215, 388, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3216, 388, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3217, 388, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3218, 388, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3219, 388, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3220, 388, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3222, 388, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3223, 388, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3224, 388, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3225, 388, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"388\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3226, 388, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3227, 388, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3229, 388, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3230, 388, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3231, 388, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3234, 388, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3237, 388, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3238, 390, '_wp_attached_file', '2023/05/Cigna-Dental-Claim-Form.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3239, 390, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Cigna-Dental-Claim-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286139;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Cigna-Dental-Claim-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23490;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Cigna-Dental-Claim-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Cigna-Dental-Claim-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8301;}}s:8:\"filesize\";i:801722;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3240, 391, '_wp_attached_file', '2023/05/CF_2023_Rates_FINAL_102022.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3241, 391, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2023_Rates_FINAL_102022-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250886;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2023_Rates_FINAL_102022-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23366;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2023_Rates_FINAL_102022-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2023_Rates_FINAL_102022-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12174;}}s:8:\"filesize\";i:69057;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3245, 393, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3246, 393, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3247, 393, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3248, 393, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3249, 393, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3250, 393, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3251, 393, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3252, 393, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3253, 393, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3254, 393, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3255, 393, '_edit_lock', '1684090748:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3258, 393, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3259, 393, '_et_pb_ab_subjects', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3260, 393, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3261, 393, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"393\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3262, 393, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3263, 393, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3264, 393, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3265, 393, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3266, 393, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3267, 393, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3268, 398, '_wp_attached_file', '2023/05/CF_2023_Rates_FINAL_102022-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3269, 398, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"CF_2023_Rates_FINAL_102022-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250886;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"CF_2023_Rates_FINAL_102022-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23366;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"CF_2023_Rates_FINAL_102022-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"CF_2023_Rates_FINAL_102022-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12174;}}s:8:\"filesize\";i:69057;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3271, 393, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3274, 399, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3275, 399, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3276, 399, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3277, 399, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3278, 399, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3279, 399, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3280, 399, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3281, 399, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3282, 399, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3283, 399, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3284, 399, '_edit_lock', '1769131496:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3286, 399, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3287, 399, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3288, 399, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3289, 399, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"399\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3290, 399, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3291, 399, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3293, 399, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3294, 399, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3295, 399, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3298, 399, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3307, 402, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3308, 402, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3309, 402, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3310, 402, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3311, 402, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3312, 402, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3313, 402, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3314, 402, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3315, 402, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3316, 402, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3317, 402, '_edit_lock', '1712692296:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3319, 402, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3320, 402, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3321, 402, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3322, 402, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"402\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3323, 402, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3324, 402, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3326, 402, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3327, 402, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3328, 402, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3331, 402, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3338, 404, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3339, 404, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3340, 404, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3341, 404, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3342, 404, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3343, 404, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3344, 404, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3345, 404, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3346, 404, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3347, 404, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3348, 404, '_edit_lock', '1759302585:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3350, 404, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3351, 404, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3352, 404, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3353, 404, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"404\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3354, 404, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3355, 404, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3357, 404, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3358, 404, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3359, 404, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3363, 404, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3373, 408, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3374, 408, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3375, 408, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3376, 408, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3377, 408, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3378, 408, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3379, 408, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3380, 408, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3381, 408, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3382, 408, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3383, 408, '_edit_lock', '1769131570:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3385, 408, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3386, 408, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3387, 408, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3388, 408, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"408\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3389, 408, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3390, 408, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3392, 408, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3393, 408, '_et_builder_version', 'VB|Divi|4.24.2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3394, 408, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3397, 408, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3400, 411, '_wp_attached_file', '2023/05/CF-PPL-Affidavit.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3401, 411, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"CF-PPL-Affidavit-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88800;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8299;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"CF-PPL-Affidavit-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:8:\"filesize\";i:39095;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3402, 408, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3415, 413, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3416, 413, '_wp_page_template', 'default');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3417, 413, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3418, 413, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3419, 413, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3420, 413, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3421, 413, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3422, 413, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3423, 413, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3424, 413, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3425, 413, '_edit_lock', '1684091668:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3427, 413, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3428, 413, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3429, 413, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3430, 413, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"413\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3431, 413, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3432, 413, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3434, 413, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3435, 413, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3436, 413, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3439, 413, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3442, 413, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3446, 415, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3447, 415, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3448, 415, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3449, 415, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3450, 415, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3451, 415, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3452, 415, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3453, 415, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3454, 415, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3455, 415, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3456, 415, '_edit_lock', '1685724300:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3458, 415, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3459, 415, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3460, 415, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3461, 415, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"415\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3462, 415, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3463, 415, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3465, 415, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3466, 415, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3467, 415, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3470, 415, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3477, 417, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3478, 417, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3479, 417, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3480, 417, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3481, 417, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3482, 417, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3483, 417, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3484, 417, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3485, 417, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3486, 417, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3487, 417, '_edit_lock', '1684093589:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3489, 417, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3490, 417, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3491, 417, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3492, 417, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"417\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3493, 417, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3494, 417, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3496, 417, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3497, 417, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3498, 417, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3501, 417, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3503, 417, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3507, 419, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3508, 419, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3509, 419, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3510, 419, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3511, 419, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3512, 419, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3513, 419, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3514, 419, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3515, 419, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3516, 419, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3517, 419, '_edit_lock', '1769131611:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3519, 419, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3520, 419, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3521, 419, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3522, 419, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"419\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3523, 419, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3524, 419, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3526, 419, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3527, 419, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3528, 419, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3531, 419, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3533, 419, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3534, 421, '_wp_attached_file', '2023/05/Road-Map-Leading-Self.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3535, 421, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1040;s:4:\"file\";s:33:\"2023/05/Road-Map-Leading-Self.jpg\";s:8:\"filesize\";i:192079;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15518;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-768x420.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58362;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1536x841.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155519;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26155;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106764;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1080x591.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95438;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35588;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1280x701.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122016;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-980x536.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84450;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-480x263.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30697;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3536, 422, '_wp_attached_file', '2023/05/Road-Map-Leading-Teams.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3537, 422, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1041;s:4:\"file\";s:34:\"2023/05/Road-Map-Leading-Teams.jpg\";s:8:\"filesize\";i:198884;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15882;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62243;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1536x842.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161958;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26802;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113754;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28572;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41317;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1080x592.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99848;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35243;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1280x701.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126277;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-980x537.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85556;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-480x263.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3542, 424, '_edit_lock', '1684096595:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3543, 424, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3544, 424, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3545, 424, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3546, 424, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3547, 424, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3548, 424, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3549, 424, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3550, 424, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3551, 424, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3552, 424, '_et_pb_old_content', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3554, 424, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3555, 424, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3556, 424, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3557, 424, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"424\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3558, 424, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3559, 424, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3561, 424, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3562, 424, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3563, 424, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3566, 424, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3569, 424, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3577, 426, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3578, 426, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3579, 426, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3580, 426, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3581, 426, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3582, 426, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3583, 426, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3584, 426, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3585, 426, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3586, 426, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3587, 426, '_edit_lock', '1684097096:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3589, 426, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3590, 426, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3591, 426, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3592, 426, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"426\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3593, 426, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3594, 426, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3596, 426, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3597, 426, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3598, 426, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3601, 426, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3603, 426, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3607, 427, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3608, 427, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3609, 427, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3610, 427, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3611, 427, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3612, 427, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3613, 427, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3614, 427, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3615, 427, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3616, 427, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3617, 427, '_edit_lock', '1684097611:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3619, 427, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3620, 427, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3621, 427, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3622, 427, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"427\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3623, 427, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3624, 427, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3626, 427, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3627, 427, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3628, 427, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3637, 427, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3639, 427, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3643, 430, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3644, 430, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3645, 430, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3646, 430, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3647, 430, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3648, 430, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3649, 430, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3650, 430, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3651, 430, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3652, 430, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3653, 430, '_edit_lock', '1684097993:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3655, 430, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3656, 430, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3657, 430, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3658, 430, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"430\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3659, 430, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3660, 430, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3662, 430, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3663, 430, '_et_builder_version', 'VB|Divi|4.24.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3664, 430, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3667, 430, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3670, 430, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3674, 432, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3675, 432, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3676, 432, '_menu_item_object_id', 430);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3677, 432, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3678, 432, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3679, 432, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3680, 432, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3681, 432, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3683, 433, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3684, 433, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3685, 433, '_menu_item_object_id', 427);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3686, 433, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3687, 433, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3688, 433, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3689, 433, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3690, 433, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3692, 434, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3693, 434, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3694, 434, '_menu_item_object_id', 426);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3695, 434, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3696, 434, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3697, 434, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3698, 434, '_menu_item_xfn', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3699, 434, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3710, 436, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3711, 436, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3712, 436, '_menu_item_object_id', 417);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3713, 436, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3714, 436, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3715, 436, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3716, 436, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3717, 436, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3719, 437, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3720, 437, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3721, 437, '_menu_item_object_id', 415);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3722, 437, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3723, 437, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3724, 437, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3725, 437, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3726, 437, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3728, 438, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3729, 438, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3730, 438, '_menu_item_object_id', 413);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3731, 438, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3732, 438, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3733, 438, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3734, 438, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3735, 438, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3755, 441, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3756, 441, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3757, 441, '_menu_item_object_id', 402);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3758, 441, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3759, 441, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3760, 441, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3761, 441, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3762, 441, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3773, 443, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3774, 443, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3775, 443, '_menu_item_object_id', 393);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3776, 443, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3777, 443, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3778, 443, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3779, 443, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3780, 443, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3782, 444, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3783, 444, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3784, 444, '_menu_item_object_id', 388);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3785, 444, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3786, 444, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3787, 444, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3788, 444, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3789, 444, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3791, 445, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3792, 445, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3793, 445, '_menu_item_object_id', 383);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3794, 445, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3795, 445, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3796, 445, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3797, 445, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3798, 445, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3800, 446, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3801, 446, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3802, 446, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3803, 446, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3804, 446, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3805, 446, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3806, 446, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3807, 446, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3808, 446, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3809, 446, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3810, 446, '_edit_lock', '1769131688:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3812, 446, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3813, 446, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3814, 446, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3815, 446, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"446\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3816, 446, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3817, 446, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3819, 446, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3820, 446, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3821, 446, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3824, 446, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3826, 448, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3827, 448, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3828, 448, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3829, 448, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3830, 448, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3831, 448, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3832, 448, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3833, 448, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3834, 448, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3835, 448, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3836, 448, '_edit_lock', '1769131734:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3838, 448, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3839, 448, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3840, 448, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3841, 448, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"448\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3842, 448, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3843, 448, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3845, 448, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3846, 448, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3847, 448, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3850, 448, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3852, 450, '_edit_last', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3853, 450, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3854, 450, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3855, 450, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3856, 450, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3857, 450, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3858, 450, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3859, 450, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3860, 450, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3861, 450, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3862, 450, '_edit_lock', '1684098997:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3864, 450, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3865, 450, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3866, 450, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3867, 450, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"450\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3868, 450, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3869, 450, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3871, 450, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3872, 450, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3873, 450, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3876, 450, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3878, 450, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3882, 452, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3883, 452, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3884, 452, '_menu_item_object_id', 450);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3885, 452, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3886, 452, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3887, 452, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3888, 452, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3889, 452, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3909, 455, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3910, 455, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3911, 455, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3912, 455, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3913, 455, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3914, 455, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3915, 455, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3916, 455, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3917, 455, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3918, 455, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3919, 455, '_edit_lock', '1687435155:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3921, 455, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3922, 455, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3923, 455, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3924, 455, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"455\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3925, 455, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3926, 455, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3928, 455, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3929, 455, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3930, 455, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3935, 455, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3948, 461, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3949, 461, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3950, 461, '_menu_item_object_id', 455);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3951, 461, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3952, 461, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3953, 461, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3954, 461, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3955, 461, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3957, 462, '_edit_lock', '1687112700:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3958, 462, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3959, 462, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3960, 462, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3961, 462, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3962, 462, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3963, 462, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3964, 462, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3965, 462, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3966, 462, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3967, 462, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3969, 462, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3970, 462, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3971, 462, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3972, 462, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"462\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3973, 462, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3974, 462, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3976, 462, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3977, 462, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3978, 462, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3981, 462, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3987, 465, '_wp_attached_file', '2023/05/FSRS_NetBenefits_AccessCardSM_FAQS.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3988, 465, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:483492;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28821;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11483;}}s:8:\"filesize\";i:1238841;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3999, 469, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4000, 469, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4001, 469, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4002, 469, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4003, 469, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4004, 469, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4005, 469, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4006, 469, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4007, 469, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4008, 469, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4009, 469, '_edit_lock', '1684112687:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4011, 469, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4012, 469, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4013, 469, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4014, 469, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"469\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4015, 469, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4016, 469, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4018, 469, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4019, 469, '_et_builder_version', 'VB|Divi|4.27.6');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4020, 469, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4025, 469, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4027, 472, '_wp_attached_file', '2023/05/Evidence-of-Insurability-Form-for-Term-Life-Insurance.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4028, 472, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1792;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355320;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17598;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-622x1024.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-91x150.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6680;}}s:8:\"filesize\";i:194592;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4029, 469, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4040, 474, '_edit_lock', '1684114097:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4041, 474, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4042, 474, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4043, 474, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4044, 474, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4045, 474, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4046, 474, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4047, 474, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4048, 474, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4049, 474, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4050, 474, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4052, 474, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4053, 474, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4054, 474, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4055, 474, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"474\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4056, 474, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4057, 474, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4059, 474, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4060, 474, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4061, 474, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4064, 474, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4067, 477, '_wp_attached_file', '2023/05/Intake-Brochure-Disability-FML.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4068, 477, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"Intake-Brochure-Disability-FML-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299596;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Intake-Brochure-Disability-FML-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32249;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Intake-Brochure-Disability-FML-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Intake-Brochure-Disability-FML-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18718;}}s:8:\"filesize\";i:238692;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4069, 478, '_wp_attached_file', '2023/05/Evidence-of-Insurability-Form-for-Disability-Insurance.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4070, 478, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1792;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367560;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17499;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-622x1024.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-91x150.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6598;}}s:8:\"filesize\";i:176181;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4071, 474, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4076, 479, '_wp_attached_file', '2023/05/paid-parental-leave-bannerBG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4077, 479, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2023/05/paid-parental-leave-bannerBG.jpg\";s:8:\"filesize\";i:84266;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"paid-parental-leave-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5935;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20911;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6329;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14449;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38576;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15860;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42182;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18122;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26254;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22465;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22038;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28828;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19709;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"paid-parental-leave-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8741;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4086, 481, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4087, 481, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4088, 481, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4089, 481, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4090, 481, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4091, 481, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4092, 481, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4093, 481, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4094, 481, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4095, 481, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4096, 481, '_edit_lock', '1687116007:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4101, 481, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4102, 481, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4103, 481, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4104, 481, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"481\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4105, 481, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4106, 481, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4108, 481, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4109, 481, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4110, 481, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4119, 481, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4121, 485, '_wp_attached_file', '2023/05/paid-time-off-bannerBG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4122, 485, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/paid-time-off-bannerBG.jpg\";s:8:\"filesize\";i:79673;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"paid-time-off-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6765;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6177;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18153;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44298;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12778;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13075;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16872;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13535;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24377;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"paid-time-off-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4131, 488, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4132, 488, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4133, 488, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4134, 488, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4135, 488, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4136, 488, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4137, 488, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4138, 488, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4139, 488, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4140, 488, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4141, 488, '_edit_lock', '1684115826:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4143, 488, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4144, 488, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4145, 488, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4146, 488, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"488\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4147, 488, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4148, 488, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4150, 488, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4151, 488, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4152, 488, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4155, 488, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4157, 488, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4161, 491, '_wp_attached_file', '2023/05/PTO-2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4162, 491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:17:\"2023/05/PTO-2.jpg\";s:8:\"filesize\";i:43518;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"PTO-2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"PTO-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11529;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35369;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"PTO-2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38354;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4167, 492, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4168, 492, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4169, 492, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4170, 492, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4171, 492, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4172, 492, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4173, 492, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4174, 492, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4175, 492, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4176, 492, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4177, 492, '_edit_lock', '1723730231:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4179, 492, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4180, 492, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4181, 492, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4182, 492, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"492\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4183, 492, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4184, 492, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4186, 492, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4187, 492, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4188, 492, '_et_pb_show_page_creation', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4193, 492, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4199, 494, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4200, 494, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4201, 494, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4202, 494, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4203, 494, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4204, 494, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4205, 494, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4206, 494, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4207, 494, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4208, 494, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4209, 494, '_edit_lock', '1684120622:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4212, 494, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4213, 494, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4214, 494, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4215, 494, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"494\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4216, 494, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4217, 494, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4219, 494, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4220, 494, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4221, 494, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4223, 497, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4224, 497, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4225, 497, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4226, 497, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4227, 497, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4228, 497, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4229, 497, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4230, 497, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4231, 497, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4232, 497, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4233, 497, '_edit_lock', '1684116771:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4235, 497, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4236, 497, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4237, 497, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4238, 497, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"497\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4239, 497, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4240, 497, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4242, 497, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4243, 497, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4244, 497, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4247, 497, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4252, 497, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4256, 499, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4257, 499, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4258, 499, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4259, 499, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4260, 499, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4261, 499, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4262, 499, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4263, 499, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4264, 499, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4265, 499, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4266, 499, '_edit_lock', '1769131845:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4268, 499, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4269, 499, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4270, 499, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4271, 499, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"499\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4272, 499, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4273, 499, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4275, 499, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4276, 499, '_et_builder_version', 'VB|Divi|4.24.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4277, 499, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4280, 499, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4282, 501, '_wp_attached_file', '2023/05/4_pillars.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4283, 501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:953;s:4:\"file\";s:21:\"2023/05/4_pillars.png\";s:8:\"filesize\";i:88890;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"4_pillars-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28477;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"4_pillars-1024x514.png\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"4_pillars-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"4_pillars-768x385.png\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101199;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"4_pillars-1536x770.png\";s:5:\"width\";i:1536;s:6:\"height\";i:770;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267533;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44251;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"4_pillars-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171927;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43942;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59293;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"4_pillars-1080x542.png\";s:5:\"width\";i:1080;s:6:\"height\";i:542;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159049;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58164;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"4_pillars-1280x642.png\";s:5:\"width\";i:1280;s:6:\"height\";i:642;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203187;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"4_pillars-980x492.png\";s:5:\"width\";i:980;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138921;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"4_pillars-480x241.png\";s:5:\"width\";i:480;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54551;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4284, 502, '_wp_attached_file', '2023/05/mentoring_bannerBG2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4285, 502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/05/mentoring_bannerBG2.jpg\";s:8:\"filesize\";i:50643;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"mentoring_bannerBG2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6525;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17207;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43084;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7804;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27619;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7673;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9362;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7668;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33381;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23543;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"mentoring_bannerBG2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4286, 499, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4296, 504, '_edit_lock', '1751820748:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4297, 504, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4302, 504, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4303, 504, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4304, 504, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4305, 504, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4306, 504, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4307, 504, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4308, 504, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4309, 504, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4310, 504, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4312, 504, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4313, 504, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4314, 504, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4315, 504, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"504\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4316, 504, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4317, 504, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4319, 504, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4320, 504, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4321, 504, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4324, 504, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4326, 505, '_wp_attached_file', '2023/05/mentoring2_landing.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4327, 505, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/05/mentoring2_landing.jpg\";s:8:\"filesize\";i:36632;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10455;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27331;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29540;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29540;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4335, 506, '_wp_attached_file', '2023/05/career-development-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4336, 506, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:36:\"2023/05/career-development-inset.jpg\";s:8:\"filesize\";i:32508;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"career-development-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"career-development-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24320;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26709;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26709;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"career-development-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27897;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4342, 508, '_wp_attached_file', '2023/05/career-developmentBG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4343, 508, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/career-developmentBG.jpg\";s:8:\"filesize\";i:74164;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"career-developmentBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6897;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9358;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20391;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57650;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24322;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66295;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26800;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35784;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30410;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43424;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29346;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"career-developmentBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4366, 513, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4367, 513, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4368, 513, '_menu_item_object_id', 497);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4369, 513, '_menu_item_object', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4370, 513, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4371, 513, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4372, 513, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4373, 513, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4375, 514, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4376, 514, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4377, 514, '_menu_item_object_id', 492);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4378, 514, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4379, 514, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4380, 514, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4381, 514, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4382, 514, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4384, 515, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4385, 515, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4386, 515, '_menu_item_object_id', 488);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4387, 515, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4388, 515, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4389, 515, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4390, 515, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4391, 515, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4393, 516, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4394, 516, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4395, 516, '_menu_item_object_id', 481);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4396, 516, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4397, 516, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4398, 516, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4399, 516, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4400, 516, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4402, 517, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4403, 517, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4404, 517, '_menu_item_object_id', 474);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4405, 517, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4406, 517, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4407, 517, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4408, 517, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4409, 517, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4411, 518, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4412, 518, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4413, 518, '_menu_item_object_id', 469);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4414, 518, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4415, 518, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4416, 518, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4417, 518, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4418, 518, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4420, 519, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4421, 519, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4422, 519, '_menu_item_object_id', 462);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4423, 519, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4424, 519, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4425, 519, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4426, 519, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4427, 519, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4429, 520, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4430, 520, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4431, 520, '_menu_item_object_id', 494);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4432, 520, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4433, 520, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4434, 520, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4435, 520, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4436, 520, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4438, 521, '_edit_last', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4439, 521, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4440, 521, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4441, 521, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4442, 521, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4443, 521, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4444, 521, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4445, 521, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4446, 521, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4447, 521, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4448, 521, '_edit_lock', '1684193848:2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4450, 524, '_wp_attached_file', '2023/05/leadership-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4451, 524, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/leadership-inset.jpg\";s:8:\"filesize\";i:45582;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"leadership-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"leadership-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8363;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24656;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24656;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"leadership-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4454, 494, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4456, 521, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4457, 521, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4458, 521, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4459, 521, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"521\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4460, 521, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 98vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4461, 521, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4463, 521, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4464, 521, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4465, 521, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4468, 521, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4471, 494, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4483, 526, '_wp_attached_file', '2023/05/leadership-development-bannerBG.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4484, 526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2023/05/leadership-development-bannerBG.jpg\";s:8:\"filesize\";i:53981;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"leadership-development-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5590;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18153;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4798;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30369;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20500;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8632;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11345;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8796;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23939;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17238;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"leadership-development-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4488, 448, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4492, 527, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4493, 527, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4494, 527, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4495, 527, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4496, 527, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4497, 527, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4498, 527, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4499, 527, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4500, 527, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4501, 527, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4502, 527, '_edit_lock', '1769131876:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4504, 527, '_et_pb_built_for_post_type', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4505, 527, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4506, 527, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4507, 527, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"527\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4508, 527, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 97.5vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4509, 527, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4511, 527, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4512, 527, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4513, 527, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4516, 527, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4519, 529, '_wp_attached_file', '2023/05/education-assistance2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4520, 529, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:33:\"2023/05/education-assistance2.jpg\";s:8:\"filesize\";i:40750;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"education-assistance2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"education-assistance2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8896;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20540;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23230;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23230;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"education-assistance2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4524, 531, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4525, 531, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4526, 531, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4527, 531, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4528, 531, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4529, 531, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4530, 531, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4531, 531, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4532, 531, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4533, 531, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4534, 531, '_edit_lock', '1769131914:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4540, 531, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4541, 531, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4542, 531, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4543, 531, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"531\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4544, 531, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 97.5vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4545, 531, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4547, 531, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4548, 531, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4549, 531, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4551, 531, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4554, 534, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4555, 534, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4556, 534, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4557, 534, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4558, 534, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4559, 534, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4560, 534, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4561, 534, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4562, 534, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4563, 534, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4564, 534, '_edit_lock', '1684122835:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4566, 446, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4567, 534, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4568, 534, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4569, 534, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4570, 534, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"534\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4571, 534, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4572, 534, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4574, 534, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4575, 534, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4576, 534, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4579, 534, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4581, 534, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4594, 538, '_wp_attached_file', '2023/05/service-award-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4595, 538, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/service-award-inset.jpg\";s:8:\"filesize\";i:43565;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"service-award-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"service-award-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9199;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23732;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23732;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"service-award-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4596, 539, '_wp_attached_file', '2023/05/service-award_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4597, 539, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/service-award_banner.jpg\";s:8:\"filesize\";i:63703;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"service-award_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6313;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"service-award_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"service-award_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15159;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35445;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11080;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28087;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14349;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22507;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11843;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27900;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"service-award_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20203;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"service-award_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4600, 541, '_wp_attached_file', '2023/05/base-pay-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4601, 541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2023/05/base-pay-banner.jpg\";s:8:\"filesize\";i:55238;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"base-pay-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5983;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13892;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31620;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8245;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23144;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8399;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10631;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20536;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8672;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25300;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18336;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"base-pay-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4602, 542, '_wp_attached_file', '2023/05/base-pay-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4603, 542, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/base-pay-inset.jpg\";s:8:\"filesize\";i:39686;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8156;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19877;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4631, 546, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4632, 546, '_menu_item_menu_item_parent', 91);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4633, 546, '_menu_item_object_id', 521);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4634, 546, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4635, 546, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4636, 546, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4637, 546, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4638, 546, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4640, 41, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4641, 381, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4642, 380, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4643, 379, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4645, 46, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4646, 147, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4647, 445, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4648, 444, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4649, 443, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4651, 441, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4653, 55, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4654, 198, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4656, 438, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4657, 437, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4658, 436, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4659, 62, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4661, 434, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4662, 433, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4663, 432, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4666, 452, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4667, 72, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4668, 461, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4670, 519, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4671, 518, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4672, 517, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4673, 516, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4674, 515, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4675, 514, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4676, 520, '_wp_old_date', '2023-05-14');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4677, 513, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4678, 91, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4682, 100, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4688, 382, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4693, 547, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4694, 547, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4695, 547, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4696, 547, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4697, 547, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4698, 547, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4699, 547, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4700, 547, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4701, 547, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4702, 547, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4703, 547, '_edit_lock', '1684150082:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4705, 547, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4706, 547, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4707, 547, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4708, 547, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"547\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4709, 547, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4710, 547, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4712, 547, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4713, 547, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4714, 547, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4717, 547, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4719, 547, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4723, 550, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4724, 550, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4725, 550, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4726, 550, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4727, 550, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4728, 550, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4729, 550, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4730, 550, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4731, 550, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4732, 550, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4733, 550, '_edit_lock', '1684150314:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4735, 550, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4736, 550, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4737, 550, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4738, 550, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"550\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4739, 550, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4740, 550, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4742, 550, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4743, 550, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4744, 550, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4747, 550, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4750, 552, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4751, 552, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4752, 552, '_menu_item_object_id', 550);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4753, 552, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4754, 552, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4755, 552, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4756, 552, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4757, 552, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4759, 553, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4760, 553, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4761, 553, '_menu_item_object_id', 547);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4762, 553, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4763, 553, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4764, 553, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4765, 553, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4766, 553, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4768, 554, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4769, 554, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4770, 554, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4771, 554, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4772, 554, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4773, 554, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4774, 554, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4775, 554, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4776, 554, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4777, 554, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4778, 554, '_edit_lock', '1769724669:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4780, 554, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4781, 554, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4782, 554, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4783, 554, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"554\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4784, 554, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4785, 554, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4787, 554, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4788, 554, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4789, 554, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4792, 554, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4799, 557, '_wp_attached_file', '2023/05/short-term-incentive_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4800, 557, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2023/05/short-term-incentive_banner.jpg\";s:8:\"filesize\";i:69240;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"short-term-incentive_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6584;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4369;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16663;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39639;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7382;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27448;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7345;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9376;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25190;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7498;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31276;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"short-term-incentive_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4801, 558, '_wp_attached_file', '2023/05/short-term-incentive-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4802, 558, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/short-term-incentive-inset.jpg\";s:8:\"filesize\";i:33297;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10698;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26633;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28492;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4803, 559, '_wp_attached_file', '2023/05/long-term-incentive-incentive.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4804, 559, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:41:\"2023/05/long-term-incentive-incentive.jpg\";s:8:\"filesize\";i:33546;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24733;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26976;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26976;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4805, 560, '_wp_attached_file', '2023/05/long-term-incentive-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4806, 560, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2023/05/long-term-incentive-banner.jpg\";s:8:\"filesize\";i:68233;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"long-term-incentive-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5954;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14701;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36263;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7330;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26060;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7103;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9537;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22743;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7248;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28380;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20140;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"long-term-incentive-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4810, 561, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4811, 561, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4812, 561, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4813, 561, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4814, 561, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4815, 561, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4816, 561, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4817, 561, '_et_pb_truncate_post', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4818, 561, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4819, 561, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4820, 561, '_edit_lock', '1684408408:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4822, 561, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4823, 561, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4824, 561, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4825, 561, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"561\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4826, 561, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4827, 561, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4829, 561, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4830, 561, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4831, 561, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4833, 564, '_wp_attached_file', '2023/05/Annual-Funding-Notice.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4834, 564, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Annual-Funding-Notice-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64204;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Annual-Funding-Notice-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14901;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Annual-Funding-Notice-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Annual-Funding-Notice-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11820;}}s:8:\"filesize\";i:187263;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4835, 565, '_wp_attached_file', '2023/05/SafeHarborNotice.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4836, 565, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"SafeHarborNotice-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324303;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"SafeHarborNotice-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20231;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"SafeHarborNotice-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"SafeHarborNotice-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7747;}}s:8:\"filesize\";i:179273;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4837, 566, '_wp_attached_file', '2023/05/SAR-CF-Industries-401k-2017-11092018.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4838, 566, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"SAR-CF-Industries-401k-2017-11092018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308250;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"SAR-CF-Industries-401k-2017-11092018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19764;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"SAR-CF-Industries-401k-2017-11092018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"SAR-CF-Industries-401k-2017-11092018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8220;}}s:8:\"filesize\";i:14025;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4839, 567, '_wp_attached_file', '2023/05/SAR-CF-Industries-EE-Wlf-Ben-2017-11092018.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4840, 567, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220240;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15218;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7150;}}s:8:\"filesize\";i:12954;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4841, 568, '_wp_attached_file', '2023/05/CF-2022-U.S.-Required-Notices10.10.22.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4842, 568, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"CF-2022-U.S.-Required-Notices10.10.22-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127172;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14843;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7951;}}s:8:\"filesize\";i:1273164;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4843, 569, '_wp_attached_file', '2023/05/Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4844, 569, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:107:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:357044;}s:6:\"medium\";a:5:{s:4:\"file\";s:115:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23808;}s:5:\"large\";a:5:{s:4:\"file\";s:116:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:115:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9064;}}s:8:\"filesize\";i:485762;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4845, 570, '_wp_attached_file', '2023/05/Standard-PPO_SBC.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4846, 570, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"Standard-PPO_SBC-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375361;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Standard-PPO_SBC-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24048;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Standard-PPO_SBC-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Standard-PPO_SBC-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8970;}}s:8:\"filesize\";i:521307;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4856, 572, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4857, 572, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4858, 572, '_menu_item_object_id', 554);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4859, 572, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4860, 572, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4861, 572, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4862, 572, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4863, 572, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4866, 561, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4869, 561, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4883, 574, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4884, 574, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4885, 574, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4886, 574, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4887, 574, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4888, 574, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4889, 574, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4890, 574, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4891, 574, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4892, 574, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4893, 574, '_edit_lock', '1684156006:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4895, 574, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4896, 574, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4897, 574, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4898, 574, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"574\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4899, 574, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4900, 574, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4902, 574, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4903, 574, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4904, 574, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4907, 574, '_et_builder_dynamic_assets_loading_attr_threshold', 21);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4909, 574, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4913, 576, '_wp_attached_file', '2023/05/service-anniversary-award_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4914, 576, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:49:\"2023/05/service-anniversary-award_page_banner.jpg\";s:8:\"filesize\";i:23951;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"service-anniversary-award_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3268;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3164;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9707;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24612;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6856;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17963;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7115;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8713;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15181;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7258;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19033;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13473;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"service-anniversary-award_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4919, 577, '_wp_attached_file', '2023/05/service-anniversary-award_section_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4920, 577, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:51:\"2023/05/service-anniversary-award_section_inset.jpg\";s:8:\"filesize\";i:19093;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7158;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19122;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19933;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19933;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4942, 578, '_wp_attached_file', '2023/05/strive_section_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4943, 578, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/strive_section_inset.jpg\";s:8:\"filesize\";i:38210;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10702;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33049;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37337;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37337;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4944, 579, '_wp_attached_file', '2023/05/medical_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4945, 579, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/medical_page_banner.jpg\";s:8:\"filesize\";i:12730;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14372;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14372;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4950, 581, '_wp_attached_file', '2023/05/prescription_section_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4951, 581, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/prescription_section_inset.jpg\";s:8:\"filesize\";i:14842;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10184;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6035;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15621;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16860;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16860;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18081;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4952, 371, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4964, 583, '_wp_attached_file', '2023/05/dental_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4965, 583, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/dental_page_banner.jpg\";s:8:\"filesize\";i:25208;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"dental_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3058;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9331;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24737;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3646;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18936;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13040;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"dental_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4966, 584, '_wp_attached_file', '2023/05/dental_section_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4967, 584, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/dental_section_inset.jpg\";s:8:\"filesize\";i:18428;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7783;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21150;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21150;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5107, 587, '_wp_attached_file', '2023/05/HSA-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5108, 587, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/HSA-banner.jpg\";s:8:\"filesize\";i:55263;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"HSA-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2926;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HSA-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1558;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"HSA-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11465;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31934;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24558;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7740;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19183;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5474;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24522;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"HSA-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16627;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"HSA-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5109, 588, '_wp_attached_file', '2023/05/vision_section_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5110, 588, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/vision_section_inset.jpg\";s:8:\"filesize\";i:17522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7270;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17870;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20028;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20028;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5111, 590, '_wp_attached_file', '2023/05/proactive-md_section_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5112, 590, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/proactive-md_section_inset.jpg\";s:8:\"filesize\";i:20874;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23018;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23018;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5117, 591, '_wp_attached_file', '2023/05/ayco-financial-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5118, 591, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/ayco-financial-inset.jpg\";s:8:\"filesize\";i:37091;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6980;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21585;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24013;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24013;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5119, 592, '_wp_attached_file', '2023/05/chronic-conditions_page_banner2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5120, 592, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2023/05/chronic-conditions_page_banner2.jpg\";s:8:\"filesize\";i:18781;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2825;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14660;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5853;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5817;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15330;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5121, 593, '_wp_attached_file', '2023/05/chronic-conditions_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5122, 593, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:42:\"2023/05/chronic-conditions_page_banner.jpg\";s:8:\"filesize\";i:11838;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13861;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13861;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14712;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5131, 594, '_wp_attached_file', '2023/05/prescription_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5132, 594, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/prescription_page_banner.jpg\";s:8:\"filesize\";i:22972;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"prescription_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3165;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13231;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8999;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22947;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3695;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4491;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14223;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17702;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"prescription_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5133, 595, '_wp_attached_file', '2023/05/dental_page_banner-1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5134, 595, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/dental_page_banner-1.jpg\";s:8:\"filesize\";i:25208;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3058;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9331;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24737;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3646;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18936;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13040;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5135, 596, '_wp_attached_file', '2023/05/vision_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5136, 596, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/vision_page_banner.jpg\";s:8:\"filesize\";i:29225;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"vision_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3339;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10418;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27781;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6070;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20667;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6159;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7623;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16914;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6237;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21462;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14679;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"vision_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5645;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5137, 597, '_wp_attached_file', '2023/05/proactive-md_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5138, 597, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/proactive-md_page_banner.jpg\";s:8:\"filesize\";i:30741;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"proactive-md_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3603;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29832;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7991;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7785;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11399;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18069;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22905;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15811;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"proactive-md_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5139, 598, '_wp_attached_file', '2023/05/chronic-conditions_page_banner2-1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5140, 598, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2023/05/chronic-conditions_page_banner2-1.jpg\";s:8:\"filesize\";i:18781;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2825;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14660;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5853;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5817;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15330;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5152, 599, '_wp_attached_file', '2023/05/strive_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5153, 599, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/strive_page_banner.jpg\";s:8:\"filesize\";i:54862;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"strive_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3800;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15729;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46727;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6537;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33363;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6380;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9561;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27167;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6532;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35177;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23482;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"strive_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5158, 600, '_wp_attached_file', '2023/05/FSA-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5159, 600, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/FSA-inset.jpg\";s:8:\"filesize\";i:27509;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"FSA-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FSA-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5843;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17460;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19185;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19185;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"FSA-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5165, 601, '_wp_attached_file', '2023/05/life-insurance-inset.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5166, 601, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/life-insurance-inset.jpg\";s:8:\"filesize\";i:148684;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28610;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32396;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32396;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5170, 602, '_wp_attached_file', '2023/05/HSA-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5171, 602, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/HSA-inset.jpg\";s:8:\"filesize\";i:28250;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"HSA-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HSA-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19761;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"HSA-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5172, 603, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5173, 603, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5174, 603, '_menu_item_object_id', 574);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5175, 603, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5176, 603, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5177, 603, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5178, 603, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5179, 603, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5188, 604, '_wp_attached_file', '2023/05/life-insurance-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5189, 604, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/life-insurance-banner.jpg\";s:8:\"filesize\";i:79042;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"life-insurance-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3433;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2436;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15732;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49001;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7386;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35813;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7493;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10481;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27440;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7971;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36390;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23575;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"life-insurance-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7408;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5190, 605, '_wp_attached_file', '2023/05/health_advo_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5191, 605, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:203;s:6:\"height\";i:199;s:4:\"file\";s:28:\"2023/05/health_advo_icon.png\";s:8:\"filesize\";i:5188;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"health_advo_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5192, 606, '_wp_attached_file', '2023/05/medical_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5193, 606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:201;s:6:\"height\";i:169;s:4:\"file\";s:24:\"2023/05/medical_icon.png\";s:8:\"filesize\";i:4518;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"medical_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5194, 607, '_wp_attached_file', '2023/05/prescription_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5195, 607, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:207;s:4:\"file\";s:29:\"2023/05/prescription_icon.png\";s:8:\"filesize\";i:5181;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"prescription_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5196, 608, '_wp_attached_file', '2023/05/insurance_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5197, 608, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:197;s:4:\"file\";s:26:\"2023/05/insurance_icon.png\";s:8:\"filesize\";i:6359;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"insurance_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8690;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5198, 609, '_wp_attached_file', '2023/05/accident_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5199, 609, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:139;s:4:\"file\";s:25:\"2023/05/accident_icon.png\";s:8:\"filesize\";i:3419;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"accident_icon-150x139.png\";s:5:\"width\";i:150;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3259;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5200, 610, '_wp_attached_file', '2023/05/HSA_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5201, 610, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:186;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2023/05/HSA_icon.png\";s:8:\"filesize\";i:5241;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"HSA_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5202, 611, '_wp_attached_file', '2023/05/FSA_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5203, 611, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:209;s:6:\"height\";i:196;s:4:\"file\";s:20:\"2023/05/FSA_icon.png\";s:8:\"filesize\";i:5568;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FSA_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5204, 612, '_wp_attached_file', '2023/05/dental_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5205, 612, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:208;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2023/05/dental_icon.png\";s:8:\"filesize\";i:5821;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"dental_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5206, 613, '_wp_attached_file', '2023/05/vision_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5207, 613, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:202;s:6:\"height\";i:122;s:4:\"file\";s:23:\"2023/05/vision_icon.png\";s:8:\"filesize\";i:3620;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"vision_icon-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5208, 614, '_wp_attached_file', '2023/05/disability_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5209, 614, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:198;s:6:\"height\";i:152;s:4:\"file\";s:27:\"2023/05/disability_icon.png\";s:8:\"filesize\";i:4590;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"disability_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5210, 615, '_wp_attached_file', '2023/05/401k_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5211, 615, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:164;s:6:\"height\";i:192;s:4:\"file\";s:21:\"2023/05/401k_icon.png\";s:8:\"filesize\";i:4549;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"401k_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5212, 616, '_wp_attached_file', '2023/05/EAP_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5213, 616, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:204;s:6:\"height\";i:119;s:4:\"file\";s:20:\"2023/05/EAP_icon.png\";s:8:\"filesize\";i:4549;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"EAP_icon-150x119.png\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5214, 617, '_wp_attached_file', '2023/05/long-term_icon.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5215, 617, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:26:\"2023/05/long-term_icon.png\";s:8:\"filesize\";i:4637;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"long-term_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5216, 618, '_wp_attached_file', '2023/05/ayco-financial-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5217, 618, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/ayco-financial-banner.jpg\";s:8:\"filesize\";i:49829;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ayco-financial-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3061;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1916;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32912;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5852;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26526;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6125;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19539;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25117;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16985;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ayco-financial-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6058;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5248, 622, '_wp_attached_file', '2023/05/HSA-inset-1.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5249, 622, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:23:\"2023/05/HSA-inset-1.jpg\";s:8:\"filesize\";i:28250;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19761;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5250, 623, '_wp_attached_file', '2023/05/disability-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5251, 623, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/disability-inset.jpg\";s:8:\"filesize\";i:31333;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"disability-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"disability-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5803;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18670;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20993;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20993;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"disability-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22115;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5259, 624, '_wp_attached_file', '2023/05/disability_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5260, 624, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/disability_banner.jpg\";s:8:\"filesize\";i:56090;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"disability_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2930;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"disability_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16731;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"disability_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1769;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"disability_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10977;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"disability_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30752;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"disability_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23530;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6760;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9411;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"disability_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18136;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7152;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"disability_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23397;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"disability_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15753;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"disability_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5261, 626, '_wp_attached_file', '2023/05/medicare-ssa.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5262, 626, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:24:\"2023/05/medicare-ssa.png\";s:8:\"filesize\";i:3500;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"medicare-ssa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2922;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5267, 627, '_wp_attached_file', '2023/05/perks.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5268, 627, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:17:\"2023/05/perks.png\";s:8:\"filesize\";i:5958;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"perks-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5276, 628, '_wp_attached_file', '2023/05/401k-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5277, 628, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/401k-inset.jpg\";s:8:\"filesize\";i:55905;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"401k-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"401k-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34036;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39950;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39950;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"401k-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5278, 629, '_wp_attached_file', '2023/05/travel-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5279, 629, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:24:\"2023/05/travel-inset.jpg\";s:8:\"filesize\";i:43234;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"travel-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"travel-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9317;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32315;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36090;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36090;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"travel-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5280, 630, '_wp_attached_file', '2023/05/chronic.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5281, 630, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:19:\"2023/05/chronic.png\";s:8:\"filesize\";i:3812;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"chronic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5282, 631, '_wp_attached_file', '2023/05/leaving-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5283, 631, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:25:\"2023/05/leaving-inset.jpg\";s:8:\"filesize\";i:18255;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"leaving-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7617;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"leaving-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4926;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12750;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"leaving-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5284, 632, '_wp_attached_file', '2023/05/strive.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5285, 632, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:18:\"2023/05/strive.png\";s:8:\"filesize\";i:5778;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"strive-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5286, 634, '_wp_attached_file', '2023/05/retiring-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5287, 634, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/retiring-inset.jpg\";s:8:\"filesize\";i:33009;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"retiring-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"retiring-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6341;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19634;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"retiring-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22923;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5288, 635, '_wp_attached_file', '2023/05/reporting-death-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5289, 635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:33:\"2023/05/reporting-death-inset.jpg\";s:8:\"filesize\";i:49078;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7542;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32685;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5297, 636, '_wp_attached_file', '2023/05/401k-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5298, 636, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2023/05/401k-banner.jpg\";s:8:\"filesize\";i:89579;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"401k-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3231;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"401k-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"401k-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1393;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"401k-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"401k-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55977;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8523;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"401k-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44376;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13942;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"401k-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30171;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8652;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"401k-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40774;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"401k-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25692;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"401k-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5305, 637, '_wp_attached_file', '2023/05/travel-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5306, 637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2023/05/travel-banner.jpg\";s:8:\"filesize\";i:63727;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"travel-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3302;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"travel-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"travel-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"travel-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14919;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"travel-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44067;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1520;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"travel-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19476;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:611;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2280;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"travel-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25429;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:636;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"travel-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33090;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"travel-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22149;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"travel-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5316, 639, '_wp_attached_file', '2023/05/leaving-CF-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5317, 639, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/leaving-CF-banner.jpg\";s:8:\"filesize\";i:31130;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"leaving-CF-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2087;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7290;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19436;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2871;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13437;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3017;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4047;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3257;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14909;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10276;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"leaving-CF-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5324, 640, '_wp_attached_file', '2023/05/retiring-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5325, 640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2023/05/retiring-banner.jpg\";s:8:\"filesize\";i:52676;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"retiring-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2421;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"retiring-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:821;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"retiring-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9684;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28259;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2640;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12798;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2678;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3819;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16277;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2881;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21215;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"retiring-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14010;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"retiring-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5326, 641, '_wp_attached_file', '2023/05/hsa-fsa-accounts.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5327, 641, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:28:\"2023/05/hsa-fsa-accounts.png\";s:8:\"filesize\";i:3963;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"hsa-fsa-accounts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5337, 643, '_wp_attached_file', '2023/05/reporting-death-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5338, 643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/reporting-death-banner.jpg\";s:8:\"filesize\";i:69247;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"reporting-death-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3042;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21414;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13273;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41211;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7621;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29303;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7872;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12063;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8754;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30555;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19812;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"reporting-death-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6319;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5379, 650, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5380, 650, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5381, 650, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5382, 650, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5383, 650, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5384, 650, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5385, 650, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5386, 650, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5387, 650, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5388, 650, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5389, 650, '_edit_lock', '1684182606:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5391, 650, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5392, 650, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5393, 650, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5394, 650, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"650\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5395, 650, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5396, 650, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5398, 650, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5399, 650, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5400, 650, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5403, 650, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5406, 652, '_wp_attached_file', '2023/05/be-included-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5407, 652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:29:\"2023/05/be-included-inset.jpg\";s:8:\"filesize\";i:31672;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"be-included-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"be-included-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7391;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24266;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27737;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27737;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"be-included-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28381;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5408, 650, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5409, 653, '_wp_attached_file', '2023/05/inclusion-council-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5410, 653, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:35:\"2023/05/inclusion-council-inset.jpg\";s:8:\"filesize\";i:28474;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7368;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20684;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23643;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5411, 654, '_wp_attached_file', '2023/05/life-cycle_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5412, 654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/life-cycle_inset.jpg\";s:8:\"filesize\";i:36329;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8667;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24886;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28287;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28287;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29135;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5413, 655, '_wp_attached_file', '2023/05/DEI-report-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5414, 655, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/DEI-report-inset.jpg\";s:8:\"filesize\";i:52780;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20729;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9528;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35431;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40747;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40747;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5415, 657, '_wp_attached_file', '2023/05/blue-ocean-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5416, 657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/blue-ocean-inset.jpg\";s:8:\"filesize\";i:29755;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6415;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18600;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20881;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20881;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5417, 658, '_wp_attached_file', '2023/05/inclusion-resource-group-inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5418, 658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:42:\"2023/05/inclusion-resource-group-inset.jpg\";s:8:\"filesize\";i:39823;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7635;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26264;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5419, 659, '_wp_attached_file', '2023/05/IRG-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5420, 659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/IRG-banner.jpg\";s:8:\"filesize\";i:78454;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IRG-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4090;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IRG-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3314;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IRG-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16001;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44443;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9852;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36751;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9819;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14793;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26463;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10391;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33926;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IRG-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23138;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IRG-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5421, 660, '_wp_attached_file', '2023/05/blue-ocean-brain-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5422, 660, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/blue-ocean-brain-banner.jpg\";s:8:\"filesize\";i:36962;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"blue-ocean-brain-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2396;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9031;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24964;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1950;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11210;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1924;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2816;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1952;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19052;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12919;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"blue-ocean-brain-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5423, 661, '_wp_attached_file', '2023/05/DEI-report-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5424, 661, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/DEI-report-banner.jpg\";s:8:\"filesize\";i:83815;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DEI-report-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3179;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14721;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8081;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35375;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8458;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12328;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25865;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9415;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34527;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22067;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"DEI-report-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5425, 662, '_wp_attached_file', '2023/05/life-cycle-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5426, 662, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/life-cycle-banner.jpg\";s:8:\"filesize\";i:64327;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"life-cycle-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3655;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14552;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39632;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9470;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35173;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10133;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13154;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10660;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30338;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20597;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"life-cycle-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5427, 663, '_wp_attached_file', '2023/05/inclusion-council-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5428, 663, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/inclusion-council-banner.jpg\";s:8:\"filesize\";i:53791;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"inclusion-council-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16256;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1683;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29573;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4488;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21977;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4739;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6158;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17590;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5175;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22505;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15288;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"inclusion-council-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5429, 664, '_wp_attached_file', '2023/05/EVP-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5430, 664, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/EVP-banner.jpg\";s:8:\"filesize\";i:55116;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EVP-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3125;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"EVP-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"EVP-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39577;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12921;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37382;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13438;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18635;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23184;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14521;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30138;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"EVP-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20186;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"EVP-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6685;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5462, 666, '_wp_attached_file', '2023/05/life-event_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5463, 666, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/life-event_page_banner.jpg\";s:8:\"filesize\";i:19679;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"life-event_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2991;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8231;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20191;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15334;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2663;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3475;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12628;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15695;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11156;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"life-event_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5475, 668, '_wp_attached_file', '2023/05/benefits-eligibility_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5476, 668, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:44:\"2023/05/benefits-eligibility_page_banner.jpg\";s:8:\"filesize\";i:53881;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"benefits-eligibility_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4259;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16402;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47294;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12361;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41702;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13003;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17366;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27633;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13665;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35771;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23937;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"benefits-eligibility_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5477, 550, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5487, 670, '_wp_attached_file', '2023/05/requires-notices_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5488, 670, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2023/05/requires-notices_page_banner.jpg\";s:8:\"filesize\";i:23574;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"requires-notices_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2861;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8033;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21513;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2463;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2177;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3490;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12983;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2136;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16520;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11319;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"requires-notices_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5493, 671, '_wp_attached_file', '2023/05/resources-library_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5494, 671, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2023/05/resources-library_page_banner.jpg\";s:8:\"filesize\";i:25536;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"resources-library_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3171;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1950;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9545;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24940;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4199;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15895;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5318;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15215;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4552;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19205;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13451;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"resources-library_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5505, 674, '_wp_attached_file', '2023/05/contacts_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5506, 674, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/contacts_page_banner.jpg\";s:8:\"filesize\";i:29064;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"contacts_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3074;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9547;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26028;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1530;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12514;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1580;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1734;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15423;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1586;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19658;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13415;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"contacts_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5534, 531, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5599, 675, '_edit_lock', '1684253811:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5604, 675, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5605, 675, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5606, 675, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5607, 675, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5608, 675, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5609, 675, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5610, 675, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5611, 675, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5612, 675, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5613, 675, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5619, 675, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5620, 675, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5621, 675, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5622, 675, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"675\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5623, 675, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5624, 675, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5626, 675, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5627, 675, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5628, 675, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5661, 681, '_wp_attached_file', '2023/05/service-award-mobileONLY.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5662, 681, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:738;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/service-award-mobileONLY.jpg\";s:8:\"filesize\";i:38806;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4828;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16169;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16680;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23677;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17833;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-480x195.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16386;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5663, 376, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5691, 682, '_wp_attached_file', '2023/05/new-to-cfi_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5692, 682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/new-to-cfi_banner.jpg\";s:8:\"filesize\";i:30123;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3481;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10961;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28515;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3891;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18340;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3993;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4824;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17318;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3931;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21888;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15266;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5740, 685, '_wp_attached_file', '2023/05/PTO_mobileONLY.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5741, 685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:712;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2023/05/PTO_mobileONLY.jpg\";s:8:\"filesize\";i:52471;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6830;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21652;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31510;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-480x202.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5873, 689, '_wp_attached_file', '2023/05/2023-Adult-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5874, 689, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"2023-Adult-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345272;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"2023-Adult-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26848;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"2023-Adult-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"2023-Adult-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13472;}}s:8:\"filesize\";i:264814;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5875, 690, '_wp_attached_file', '2023/05/2023-Childrens-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5876, 690, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"2023-Childrens-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325149;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"2023-Childrens-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27726;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"2023-Childrens-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178175;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"2023-Childrens-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13789;}}s:8:\"filesize\";i:384313;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5877, 691, '_wp_attached_file', '2023/05/2023-Perinatal-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5878, 691, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"2023-Perinatal-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284987;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26193;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13521;}}s:8:\"filesize\";i:539486;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6116, 41, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6117, 381, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6118, 380, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6119, 379, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6121, 46, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6122, 147, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6123, 445, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6124, 444, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6125, 443, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6127, 441, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6129, 55, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6130, 198, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6132, 438, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6133, 437, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6134, 436, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6135, 62, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6137, 434, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6138, 433, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6139, 432, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6142, 452, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6143, 72, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6144, 461, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6146, 519, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6147, 518, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6148, 517, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6149, 516, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6150, 515, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6151, 514, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6152, 520, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6153, 513, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6154, 91, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6157, 546, '_wp_old_date', '2023-05-15');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6161, 100, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6162, 553, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6163, 552, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6164, 572, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6165, 603, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6167, 382, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6177, 675, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6216, 699, '_wp_attached_file', '2023/05/usa-canada.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6217, 699, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:482;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2023/05/usa-canada.png\";s:8:\"filesize\";i:5856;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"usa-canada-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"usa-canada-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:580;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"usa-canada-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6218, 700, '_wp_attached_file', '2023/05/canada-usa.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6219, 700, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:482;s:6:\"height\";i:115;s:4:\"file\";s:22:\"2023/05/canada-usa.png\";s:8:\"filesize\";i:5936;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"canada-usa-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"canada-usa-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:536;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"canada-usa-480x115.png\";s:5:\"width\";i:480;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6277, 704, '_wp_attached_file', '2023/05/team_congrats.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6278, 704, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:25:\"2023/05/team_congrats.jpg\";s:8:\"filesize\";i:38388;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"team_congrats-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"team_congrats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9850;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30083;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33122;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x334.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40284;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"team_congrats-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2018 G-Stock Studio/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6690, 41, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6691, 381, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6692, 380, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6693, 379, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6695, 46, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6696, 147, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6697, 445, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6698, 444, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6699, 443, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6701, 441, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6703, 55, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6704, 198, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6706, 438, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6707, 437, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6708, 436, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6709, 62, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6711, 434, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6712, 433, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6713, 432, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6716, 452, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6717, 72, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6718, 461, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6720, 519, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6721, 518, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6722, 517, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6723, 516, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6724, 515, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6725, 514, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6726, 520, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6727, 513, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6728, 91, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6731, 546, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6735, 100, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6736, 553, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6737, 552, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6738, 572, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6739, 603, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6741, 382, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6787, 720, '_wp_attached_file', '2023/05/Guide-to-Using-GuidanceResources-Online.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6788, 720, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"Guide-to-Using-GuidanceResources-Online-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185751;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"Guide-to-Using-GuidanceResources-Online-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13265;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"Guide-to-Using-GuidanceResources-Online-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"Guide-to-Using-GuidanceResources-Online-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6729;}}s:8:\"filesize\";i:927130;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6840, 721, '_wp_attached_file', '2023/05/Annual-Funding-Notice-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6841, 721, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Annual-Funding-Notice-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64204;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Annual-Funding-Notice-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14901;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Annual-Funding-Notice-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Annual-Funding-Notice-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11820;}}s:8:\"filesize\";i:187263;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6939, 728, '_wp_attached_file', '2023/05/us.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6940, 728, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:644;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6941, 729, '_wp_attached_file', '2023/05/ca.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6942, 729, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:643;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7101, 734, '_wp_attached_file', '2023/05/team_inclusion.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7102, 734, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2023/05/team_inclusion.jpg\";s:8:\"filesize\";i:89213;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"team_inclusion-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"team_inclusion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"team_inclusion-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80763;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27511;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42002;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"team_inclusion-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119555;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"team_inclusion-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2021 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7593, 521, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7685, 41, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7686, 381, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7687, 380, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7688, 379, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7690, 46, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7691, 147, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7692, 445, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7693, 444, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7694, 443, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7696, 441, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7698, 55, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7699, 198, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7701, 438, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7702, 437, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7703, 436, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7704, 62, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7706, 434, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7707, 433, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7708, 432, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7711, 452, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7712, 72, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7713, 461, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7715, 519, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7716, 518, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7717, 517, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7718, 516, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7719, 515, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7720, 514, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7721, 520, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7722, 513, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7723, 91, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7726, 546, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7730, 100, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7731, 553, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7732, 552, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7733, 572, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7734, 603, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7736, 382, '_wp_old_date', '2023-05-18');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7887, 769, '_wp_attached_file', '2023/06/Standard_PPO_248035_0002.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7888, 769, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"Standard_PPO_248035_0002-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372580;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Standard_PPO_248035_0002-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23845;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Standard_PPO_248035_0002-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Standard_PPO_248035_0002-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8907;}}s:8:\"filesize\";i:489039;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7900, 770, '_wp_attached_file', '2023/06/Cigna_Healthy_Rewards.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7901, 770, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Cigna_Healthy_Rewards-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304800;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Cigna_Healthy_Rewards-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26548;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Cigna_Healthy_Rewards-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Cigna_Healthy_Rewards-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11513;}}s:8:\"filesize\";i:731619;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7909, 771, '_wp_attached_file', '2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7910, 771, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:483492;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28821;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11483;}}s:8:\"filesize\";i:1238841;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7914, 772, '_wp_attached_file', '2023/06/NYL-GBS-Secure-Travel.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7915, 772, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"NYL-GBS-Secure-Travel-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363949;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"NYL-GBS-Secure-Travel-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24052;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"NYL-GBS-Secure-Travel-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192095;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"NYL-GBS-Secure-Travel-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10608;}}s:8:\"filesize\";i:87036;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7919, 773, '_wp_attached_file', '2023/06/MDLIVE.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7920, 773, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:14:\"MDLIVE-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288990;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"MDLIVE-pdf-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53231;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"MDLIVE-pdf-796x1024.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"MDLIVE-pdf-117x150.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41485;}}s:8:\"filesize\";i:7938320;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7921, 774, '_wp_attached_file', '2023/06/Cost_of_Coverage_2023.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7922, 774, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Cost_of_Coverage_2023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252934;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Cost_of_Coverage_2023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25414;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Cost_of_Coverage_2023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Cost_of_Coverage_2023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14222;}}s:8:\"filesize\";i:55685;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7923, 775, '_wp_attached_file', '2023/06/Balanced-Drug-List.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7924, 775, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"Balanced-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191449;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Balanced-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13651;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Balanced-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Balanced-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5154;}}s:8:\"filesize\";i:2028636;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7925, 776, '_wp_attached_file', '2023/06/No-Cost-Preventive-Drug-List.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7926, 776, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"No-Cost-Preventive-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377350;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"No-Cost-Preventive-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31845;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"No-Cost-Preventive-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"No-Cost-Preventive-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15992;}}s:8:\"filesize\";i:164391;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7927, 777, '_wp_attached_file', '2023/06/Preventive-Drug-Benefit-Program.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7928, 777, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"Preventive-Drug-Benefit-Program-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202829;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Preventive-Drug-Benefit-Program-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25004;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Preventive-Drug-Benefit-Program-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Preventive-Drug-Benefit-Program-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13709;}}s:8:\"filesize\";i:366928;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7929, 778, '_wp_attached_file', '2023/06/Basic-Term-Life-Insurance-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7930, 778, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"Basic-Term-Life-Insurance-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:330452;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Basic-Term-Life-Insurance-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33652;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Basic-Term-Life-Insurance-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Basic-Term-Life-Insurance-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22912;}}s:8:\"filesize\";i:423228;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7931, 780, '_wp_attached_file', '2023/06/Basic-Accidental-Death-and-Dismemberment-Insurance.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7932, 780, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:58:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275081;}s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31854;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22594;}}s:8:\"filesize\";i:426070;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7933, 781, '_wp_attached_file', '2023/06/Long-Term-Disability-Insurance.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7934, 781, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"Long-Term-Disability-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287719;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Long-Term-Disability-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33839;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Long-Term-Disability-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Long-Term-Disability-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23229;}}s:8:\"filesize\";i:437434;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7935, 782, '_wp_attached_file', '2023/06/Voluntary-Accidental-Death-and-Dismemberment-Insurance.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7936, 782, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323254;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34800;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23252;}}s:8:\"filesize\";i:428352;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7937, 783, '_wp_attached_file', '2023/06/Voluntary-Term-Life-Insurance.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7938, 783, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"Voluntary-Term-Life-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:341477;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Voluntary-Term-Life-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34437;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Voluntary-Term-Life-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Voluntary-Term-Life-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23125;}}s:8:\"filesize\";i:448339;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7968, 784, '_wp_attached_file', '2023/06/Understanding-your-Explanation-of-Benefits.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7969, 784, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"Understanding-your-Explanation-of-Benefits-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324372;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"Understanding-your-Explanation-of-Benefits-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29783;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"Understanding-your-Explanation-of-Benefits-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"Understanding-your-Explanation-of-Benefits-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13687;}}s:8:\"filesize\";i:926254;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7985, 415, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8044, 41, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8045, 381, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8046, 380, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8047, 379, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8049, 46, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8050, 147, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8051, 445, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8052, 444, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8053, 443, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8055, 441, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8057, 55, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8058, 198, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8060, 438, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8061, 437, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8062, 436, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8063, 62, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8065, 434, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8066, 433, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8067, 432, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8070, 452, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8071, 72, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8072, 461, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8074, 519, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8075, 518, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8076, 517, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8077, 516, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8078, 515, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8079, 91, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8082, 546, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8086, 100, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8087, 553, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8088, 552, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8089, 572, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8090, 603, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8092, 382, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8093, 514, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8094, 520, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8095, 513, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8165, 789, '_wp_attached_file', '2023/06/2022-CF-Summary-Plan-Description-SPD_Retirement-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8166, 789, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101367;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12365;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6771;}}s:8:\"filesize\";i:1599271;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8174, 791, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8175, 791, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8176, 791, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8177, 791, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8178, 791, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8179, 791, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8180, 791, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8181, 791, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8182, 791, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8183, 791, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8184, 791, '_edit_lock', '1686657577:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8186, 791, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8187, 791, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8188, 791, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8189, 791, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"791\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8190, 791, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8191, 791, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8193, 791, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8194, 791, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8195, 791, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8198, 791, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8201, 791, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8206, 792, '_wp_attached_file', '2023/06/integration-pathway.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8207, 792, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:878;s:4:\"file\";s:31:\"2023/06/integration-pathway.png\";s:8:\"filesize\";i:87346;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"integration-pathway-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39909;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1024x702.png\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"integration-pathway-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18549;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"integration-pathway-768x527.png\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161576;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56288;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243203;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65317;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100745;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1080x741.png\";s:5:\"width\";i:1080;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266255;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95987;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"integration-pathway-980x672.png\";s:5:\"width\";i:980;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231537;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"integration-pathway-480x329.png\";s:5:\"width\";i:480;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8242, 794, '_wp_attached_file', '2023/06/best-premium_section_inset.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8243, 794, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/06/best-premium_section_inset.jpg\";s:8:\"filesize\";i:21687;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7482;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21079;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22691;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22691;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8248, 795, '_wp_attached_file', '2023/06/best-premium_page_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8249, 795, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/06/best-premium_page_banner.jpg\";s:8:\"filesize\";i:29165;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"best-premium_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3356;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10369;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27337;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2990;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21576;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2768;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4500;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16489;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2692;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20796;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14481;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"best-premium_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8335, 797, '_wp_attached_file', '2023/06/CF_Retiree_eGuide_US_052323.pdf');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8336, 797, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"CF_Retiree_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178699;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24373;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"CF_Retiree_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15067;}}s:8:\"filesize\";i:2960659;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8337, 798, '_wp_attached_file', '2023/06/CF_Termination_eGuide_US_052323.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8338, 798, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_Termination_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213033;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_Termination_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25234;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_Termination_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_Termination_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14866;}}s:8:\"filesize\";i:2478908;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8363, 41, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8364, 381, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8365, 380, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8366, 379, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8368, 46, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8370, 147, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8371, 445, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8372, 444, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8373, 443, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8375, 441, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8377, 55, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8378, 198, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8380, 438, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8381, 437, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8382, 436, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8383, 62, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8385, 434, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8386, 433, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8387, 432, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8390, 452, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8391, 72, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8392, 461, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8394, 519, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8395, 518, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8396, 517, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8397, 516, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8398, 515, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8399, 91, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8402, 546, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8406, 100, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8407, 553, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8408, 552, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8409, 572, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8410, 603, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8412, 382, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8413, 514, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8414, 520, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8415, 513, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8486, 801, '_wp_attached_file', '2023/06/LOA-Request-Form-Rev-10.24.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8487, 801, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"LOA-Request-Form-Rev-10.24-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210956;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"LOA-Request-Form-Rev-10.24-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16562;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"LOA-Request-Form-Rev-10.24-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"LOA-Request-Form-Rev-10.24-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6892;}}s:8:\"filesize\";i:246800;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8605, 481, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8685, 41, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8686, 381, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8687, 380, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8688, 379, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8690, 46, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8691, 147, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8692, 445, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8693, 444, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8694, 443, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8696, 441, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8698, 55, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8699, 198, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8701, 438, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8702, 437, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8703, 436, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8704, 62, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8706, 434, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8707, 433, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8708, 432, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8711, 452, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8712, 72, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8713, 461, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8715, 519, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8716, 518, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8717, 517, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8718, 516, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8719, 515, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8720, 91, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8723, 546, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8727, 100, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8728, 553, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8729, 552, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8730, 572, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8731, 603, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8733, 382, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8734, 514, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8735, 520, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8736, 513, '_wp_old_date', '2023-06-18');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8744, 808, '_wp_attached_file', '2023/06/Manage-Your-Benefits.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8745, 808, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"Manage-Your-Benefits-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120486;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Manage-Your-Benefits-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12813;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Manage-Your-Benefits-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Manage-Your-Benefits-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6606;}}s:8:\"filesize\";i:290873;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8756, 809, '_wp_attached_file', '2023/06/Sunlife-Beneficiary-Form.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8757, 809, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"Sunlife-Beneficiary-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308790;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Sunlife-Beneficiary-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19434;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Sunlife-Beneficiary-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Sunlife-Beneficiary-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7549;}}s:8:\"filesize\";i:216944;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8774, 814, '_wp_attached_file', '2023/06/hr.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8775, 814, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:209;s:6:\"height\";i:196;s:4:\"file\";s:14:\"2023/06/hr.png\";s:8:\"filesize\";i:3460;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"hr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8780, 41, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8781, 381, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8782, 380, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8783, 379, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8785, 46, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8786, 147, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8787, 445, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8788, 444, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8789, 443, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8791, 441, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8793, 55, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8794, 198, '_wp_old_date', '2023-06-19');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8796, 438, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8797, 437, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8798, 436, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8799, 62, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8801, 434, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8802, 433, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8803, 432, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8806, 452, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8807, 72, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8808, 461, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8810, 519, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8811, 518, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8812, 517, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8813, 516, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8814, 515, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8815, 91, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8818, 546, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8822, 100, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8823, 553, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8824, 552, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8825, 572, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8826, 603, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8827, 382, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8828, 514, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8829, 520, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8830, 513, '_wp_old_date', '2023-06-19');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8839, 816, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8840, 816, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8841, 816, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8842, 816, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8843, 816, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8844, 816, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8845, 816, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8846, 816, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8847, 816, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8848, 816, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8849, 816, '_edit_lock', '1769211887:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8851, 816, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8852, 816, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8853, 816, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8854, 816, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"816\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8855, 816, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8856, 816, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8858, 816, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8859, 816, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8860, 816, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8863, 816, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8867, 817, '_wp_attached_file', '2023/06/teladoc_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8868, 817, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2023/06/teladoc_banner.jpg\";s:8:\"filesize\";i:27082;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"teladoc_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3243;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"teladoc_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"teladoc_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1973;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"teladoc_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10228;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"teladoc_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26659;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"teladoc_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4591;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"teladoc_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16295;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"teladoc_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4523;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"teladoc_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5795;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"teladoc_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16317;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"teladoc_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4491;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"teladoc_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20709;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"teladoc_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14327;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"teladoc_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5620;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8873, 819, '_wp_attached_file', '2023/06/teladoc_section.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8874, 819, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:27:\"2023/06/teladoc_section.jpg\";s:8:\"filesize\";i:16677;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"teladoc_section-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"teladoc_section-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6725;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"teladoc_section-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"teladoc_section-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18959;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"teladoc_section-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18959;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"teladoc_section-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21615;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8883, 820, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8884, 820, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8885, 820, '_menu_item_object_id', 816);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8886, 820, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8887, 820, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8888, 820, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8889, 820, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8890, 820, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8906, 402, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8922, 821, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8923, 821, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8928, 823, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8929, 823, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9039, 41, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9040, 381, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9041, 380, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9042, 379, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9044, 46, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9045, 147, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9046, 445, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9047, 444, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9048, 443, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9050, 441, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9052, 820, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9053, 55, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9054, 198, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9056, 438, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9057, 437, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9058, 436, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9059, 62, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9061, 434, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9062, 433, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9063, 432, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9066, 452, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9067, 72, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9068, 461, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9069, 519, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9070, 518, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9071, 517, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9072, 516, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9073, 515, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9074, 91, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9077, 546, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9081, 100, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9082, 553, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9083, 552, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9084, 572, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9085, 603, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9086, 382, '_wp_old_date', '2023-06-20');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9087, 514, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9088, 520, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9089, 513, '_wp_old_date', '2023-06-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9285, 41, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9286, 381, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9287, 380, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9288, 379, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9290, 46, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9291, 147, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9292, 445, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9293, 444, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9294, 443, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9296, 441, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9298, 820, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9299, 55, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9300, 198, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9302, 438, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9303, 437, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9304, 436, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9305, 62, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9307, 434, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9308, 433, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9309, 432, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9312, 452, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9313, 72, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9314, 461, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9315, 519, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9316, 518, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9317, 517, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9318, 516, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9319, 515, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9320, 91, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9323, 546, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9327, 100, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9328, 553, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9329, 552, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9330, 572, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9331, 603, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9332, 382, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9333, 514, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9334, 520, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9335, 513, '_wp_old_date', '2023-06-21');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9564, 825, '_wp_attached_file', '2023/06/CF_AE23_eGuide_CA_FINAL_102522.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9565, 825, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE23_eGuide_CA_FINAL_102522-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164463;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_CA_FINAL_102522-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23918;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE23_eGuide_CA_FINAL_102522-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101119;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_CA_FINAL_102522-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13791;}}s:8:\"filesize\";i:1581300;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9839, 828, '_wp_attached_file', '2023/08/bcbsglobalcore-brochure-English.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9840, 828, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"bcbsglobalcore-brochure-English-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359852;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"bcbsglobalcore-brochure-English-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55554;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"bcbsglobalcore-brochure-English-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"bcbsglobalcore-brochure-English-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42995;}}s:8:\"filesize\";i:244540;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10245, 831, '_wp_attached_file', '2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10246, 831, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:73:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180932;}s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14641;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7029;}}s:8:\"filesize\";i:2753818;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10451, 832, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10452, 832, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10453, 832, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10454, 832, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10455, 832, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10456, 832, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10457, 832, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10458, 832, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10459, 832, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10460, 832, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10461, 832, '_edit_lock', '1769720403:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10463, 834, '_wp_attached_file', '2023/10/new-to-cfi_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10464, 834, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/10/new-to-cfi_banner.jpg\";s:8:\"filesize\";i:27360;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2553;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10033;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27587;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2963;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17412;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3065;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3896;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16390;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3003;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20960;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14338;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5064;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10465, 835, '_wp_attached_file', '2023/10/e-guide.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10466, 835, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1030;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10467, 836, '_wp_attached_file', '2023/10/rates.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10468, 836, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1803;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10469, 837, '_wp_attached_file', '2023/10/checklist.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10470, 837, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1768;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10471, 838, '_wp_attached_file', '2023/10/enroll.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10472, 838, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1550;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10473, 839, '_wp_attached_file', '2023/10/best-premium.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10474, 839, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:2046;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10478, 832, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10479, 832, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10480, 832, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10481, 832, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"832\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10482, 832, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10483, 832, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10485, 832, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10486, 832, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10487, 832, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10490, 832, '_et_builder_dynamic_assets_loading_attr_threshold', 20);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10493, 832, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10502, 844, '_wp_attached_file', '2023/10/CF_AE24_eGuide_CAN_101923.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10503, 844, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"CF_AE24_eGuide_CAN_101923-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153284;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_101923-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20735;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"CF_AE24_eGuide_CAN_101923-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_101923-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12553;}}s:8:\"filesize\";i:1650161;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10504, 845, '_wp_attached_file', '2023/10/CF_2024_Costs_CAN_101323FINAL.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10505, 845, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"CF_2024_Costs_CAN_101323FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114162;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"CF_2024_Costs_CAN_101323FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13238;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"CF_2024_Costs_CAN_101323FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"CF_2024_Costs_CAN_101323FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6451;}}s:8:\"filesize\";i:38789;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10506, 846, '_wp_attached_file', '2023/10/CFIND-24AE-Checklist-2941290.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10507, 846, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"CFIND-24AE-Checklist-2941290-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224861;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"CFIND-24AE-Checklist-2941290-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19317;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"CFIND-24AE-Checklist-2941290-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"CFIND-24AE-Checklist-2941290-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9221;}}s:8:\"filesize\";i:1270823;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10508, 847, '_wp_attached_file', '2023/10/CFIND-24Benefits-Offering_CA-2971057_10.12.2023.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10509, 847, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CFIND-24Benefits-Offering_CA-2971057_10.12.2023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275487;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CFIND-24Benefits-Offering_CA-2971057_10.12.2023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26024;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CFIND-24Benefits-Offering_CA-2971057_10.12.2023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CFIND-24Benefits-Offering_CA-2971057_10.12.2023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11476;}}s:8:\"filesize\";i:673634;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10526, 851, '_et_pb_row_layout', '1_4,1_4,1_4,1_4');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10527, 851, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10618, 852, '_wp_attached_file', '2023/10/CF_AE24_eGuide_CAN_102023.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10619, 852, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"CF_AE24_eGuide_CAN_102023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153284;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_102023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20735;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"CF_AE24_eGuide_CAN_102023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_102023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12553;}}s:8:\"filesize\";i:1635391;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10620, 853, '_wp_attached_file', '2023/10/CFIND-24OE-Checklist_CA-2971023.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10621, 853, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CFIND-24OE-Checklist_CA-2971023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230988;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CFIND-24OE-Checklist_CA-2971023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19020;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CFIND-24OE-Checklist_CA-2971023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117797;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CFIND-24OE-Checklist_CA-2971023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9249;}}s:8:\"filesize\";i:1271019;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10622, 851, '_et_pb_excluded_global_options', '[]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10636, 41, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10637, 381, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10638, 380, '_wp_old_date', '2023-06-22');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10639, 379, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10641, 46, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10642, 147, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10643, 445, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10644, 444, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10645, 443, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10647, 441, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10649, 820, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10650, 55, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10651, 198, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10653, 438, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10654, 437, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10655, 436, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10656, 62, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10658, 434, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10659, 433, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10660, 432, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10663, 452, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10664, 72, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10665, 461, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10666, 519, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10667, 518, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10668, 517, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10669, 516, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10670, 515, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10671, 91, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10674, 546, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10678, 100, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10679, 553, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10680, 552, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10681, 572, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10682, 603, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10683, 382, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10684, 514, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10685, 520, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10686, 513, '_wp_old_date', '2023-06-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10698, 856, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10699, 856, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10700, 857, '_wp_attached_file', '2023/10/OE_desktop_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10701, 857, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:29:\"2023/10/OE_desktop_banner.jpg\";s:8:\"filesize\";i:74343;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7714;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29139;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83916;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12600;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53827;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13359;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19251;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49018;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15050;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63479;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42487;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14289;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10702, 858, '_wp_attached_file', '2023/10/OE_mobile_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10703, 858, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:28:\"2023/10/OE_mobile_banner.jpg\";s:8:\"filesize\";i:89538;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9300;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84339;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14311;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60144;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15946;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24123;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26299;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10704, 859, '_wp_attached_file', '2023/10/best-premiums_home-slider-desktop.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10705, 859, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:45:\"2023/10/best-premiums_home-slider-desktop.jpg\";s:8:\"filesize\";i:70899;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9532;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35655;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101859;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18112;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19348;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28585;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59867;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25577;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77764;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10706, 860, '_wp_attached_file', '2023/10/best-premiums_home-slider-mobile.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10707, 860, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:44:\"2023/10/best-premiums_home-slider-mobile.jpg\";s:8:\"filesize\";i:87439;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10285;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100689;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121146;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17830;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19870;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30849;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11628, 865, '_wp_attached_file', '2024/01/CF_AE24_eGuide_CAN_110923.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11629, 865, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"CF_AE24_eGuide_CAN_110923-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161280;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_110923-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22200;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"CF_AE24_eGuide_CAN_110923-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_110923-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12968;}}s:8:\"filesize\";i:1642504;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12193, 41, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12194, 381, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12195, 380, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12196, 379, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12198, 46, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12199, 147, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12200, 445, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12201, 444, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12202, 443, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12204, 441, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12206, 820, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12207, 55, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12208, 198, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12210, 438, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12211, 437, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12212, 436, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12213, 62, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12215, 434, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12216, 433, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12217, 432, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12220, 452, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12221, 72, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12222, 461, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12223, 519, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12224, 518, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12225, 517, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12226, 516, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12227, 515, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12228, 91, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12231, 546, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12235, 100, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12237, 553, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12238, 552, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12239, 572, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12240, 603, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12241, 382, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12242, 514, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12243, 520, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12244, 513, '_wp_old_date', '2023-10-24');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12824, 868, '_wp_attached_file', '2024/02/CF_AE24_eGuide_CAN_110923.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12825, 868, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"CF_AE24_eGuide_CAN_110923-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161280;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_110923-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22200;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"CF_AE24_eGuide_CAN_110923-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"CF_AE24_eGuide_CAN_110923-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12968;}}s:8:\"filesize\";i:1642504;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13191, 41, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13192, 381, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13193, 380, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13194, 379, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13196, 46, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13197, 147, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13198, 445, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13199, 444, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13200, 443, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13202, 441, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13204, 820, '_wp_old_date', '2024-02-09');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13205, 55, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13206, 198, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13208, 438, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13209, 437, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13210, 436, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13211, 62, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13213, 434, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13214, 433, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13215, 432, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13218, 452, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13219, 72, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13220, 461, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13221, 519, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13222, 518, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13223, 517, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13224, 516, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13225, 515, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13226, 91, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13229, 546, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13233, 100, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13234, 553, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13235, 552, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13236, 572, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13237, 603, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13238, 382, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13239, 514, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13240, 520, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13241, 513, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13252, 871, '_edit_lock', '1715718463:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13253, 871, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13254, 871, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, decision guide, benefits, booklet, summary, overview, annual enrolment, enrolment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13255, 871, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13256, 871, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13257, 871, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13258, 871, 'attachment', 868);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13259, 871, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13268, 872, '_edit_lock', '1721072514:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13269, 872, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13270, 872, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, support, EAP, employee assistance, compsych, support, enrolment, annual enrolment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13271, 872, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13272, 872, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13273, 872, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13274, 872, 'attachment', 900);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13275, 872, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13276, 873, '_edit_lock', '1751821176:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13277, 873, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13278, 873, 'keywords', 'Paid Parental Leave, PPL, newborn, baby, adoption, adopt, maternity, paternity, leave, birth, leave of absence, LOA, LOA Request Form, leave of absense form, maternal leave, paternal leave, life event, parental, top-up, EI');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13279, 873, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13280, 873, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13281, 873, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13282, 873, 'attachment', 953);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13283, 873, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13284, 874, '_edit_lock', '1715208447:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13285, 874, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13286, 874, 'keywords', 'Education assistance, education application, tuition, degree, exam, education, future career, career development');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13287, 874, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13288, 874, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13289, 874, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13290, 874, 'attachment', 894);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13291, 874, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13292, 875, '_edit_lock', '1715208489:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13293, 875, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13294, 875, 'keywords', 'business travel, personal travel, travel insurance, Global Excel Management, GEM, medi passport, travel benefits, international sos, travel protection, emergency assistance, out of country');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13295, 875, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13296, 875, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13297, 875, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13298, 875, 'attachment', 831);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13299, 875, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13300, 876, '_edit_lock', '1715208526:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13301, 876, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13302, 876, 'keywords', 'premium, health coverage, dental coverage, rates, 2024 premium rates, flex credits, opt-out credits, excess flex credits, annual costs, premiums, benefits premiums');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13303, 876, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13304, 876, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13305, 876, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13306, 876, 'attachment', 845);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13307, 876, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13308, 877, '_edit_lock', '1711393589:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13309, 877, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13310, 877, 'keywords', 'annual enrollment, enrollment checklist, benefits checklist 2024, checklist');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13311, 877, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13312, 877, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13313, 877, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13314, 877, 'attachment', 853);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13315, 877, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13316, 878, '_edit_lock', '1715208554:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13317, 878, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13318, 878, 'keywords', 'annual enrollment, enrollment benefits, benefits overview 2024, benefits flyer, health and dental, health coverage, dental coverage');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13319, 878, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13320, 878, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13321, 878, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13322, 878, 'attachment', 847);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13323, 878, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13324, 879, '_edit_lock', '1711393683:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13325, 879, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13326, 879, 'keywords', 'benefits change, life event change, tip sheet, manage benefits, benefits election change, life event');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13327, 879, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13328, 879, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13329, 879, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13330, 879, 'attachment', 808);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13331, 879, '_attachment', 'field_62990e003ee7f');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13332, 880, '_edit_lock', '1715208589:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13333, 880, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13334, 880, 'keywords', 'beneficiary, designate beneficiary, beneficiary form, Sun Life Financial, Sun Life, form, trustee appointment, trustee, contingent beneficiary, new beneficiary, remove beneficiary ');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13335, 880, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13336, 880, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13337, 880, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13338, 880, 'attachment', 809);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13339, 880, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13340, 881, '_edit_lock', '1715718514:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13341, 881, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13342, 881, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, financial assistance, legal guidance, work life solutions');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13343, 881, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13344, 881, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13345, 881, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13346, 881, 'attachment', 365);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13347, 881, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13348, 882, '_edit_lock', '1715208729:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13349, 882, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13350, 882, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, financial assistance, accountant, financial planner, debt management, financial planning, tax, mortgage, investment, PlanRight, Manulife, Pension Plan, DCPP');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13351, 882, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13352, 882, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13353, 882, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13354, 882, 'attachment', 366);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13355, 882, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13356, 883, '_edit_lock', '1715208763:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13357, 883, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13358, 883, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, work life solutions, childcare, elder care, pet care, housing, financial assistance, planning');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13359, 883, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13360, 883, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13361, 883, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13362, 883, 'attachment', 367);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13363, 883, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13364, 884, '_edit_lock', '1715208799:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13365, 884, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13366, 884, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, legal guidance, attorney, legal issues, family law, immigration, wills');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13367, 884, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13368, 884, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13369, 884, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13370, 884, 'attachment', 368);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13371, 884, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13372, 885, '_edit_lock', '1715208821:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13373, 885, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13374, 885, 'keywords', 'Leaving CF, retirement, termination, transition, employment, last day');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13375, 885, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13376, 885, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13377, 885, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13378, 885, 'attachment', 798);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13379, 885, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13380, 886, '_edit_lock', '1715208857:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13381, 886, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13382, 886, 'keywords', 'Retirement, guide, transition, pension, planning, post-retirement, pension plan, DCPP, RRSP');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13383, 886, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13384, 886, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13385, 886, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13386, 886, 'attachment', 797);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13387, 886, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13392, 223, '_relevanssi_pdf_content', '\nAnnual Enrollment 2023 \nDecision eGuide\nOctober 31 to November 11, 2022\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 2\n\nSummary of Material \nModifications (SMM)\n\nThis eGuide constitutes a Summary of \n\nMaterial Modifications, as required by \n\nERISA, and should be kept with your \n\nSummary Plan Description for the  \n\nCF Industries Holdings, Inc. Employee \n\nWelfare Benefit Plan.\n\nAnnual Enrollment 2023 â€“ \nOctober 31 to November 11, 2022\n\nThis is the time of year to review your benefit options and make any changes \n\nfor 2023. Itâ€™s also a great time to explore the programs offered to support  \n\nyour overall well-being. This guide is designed to help you determine  \n\nwhich plans will best fit your individual and family needs. It also  \n\ndetails the resources available to help you make wise benefit  \n\ndecisions. By reading it thoroughly and sharing it with  \n\nyour family, youâ€™ll be ready to make the most of  \n\nthe benefits and programs offered by CF.\n\nWhatâ€™s Inside\nWhatâ€™s New for 2023 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3\n\nEligibility & Enrollment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nYour Benefits â€“ An Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nMedical Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nComparing the PPO Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nComparing the PPO Plan Details. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\nPrescription Drugs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11\n\nDental Plan. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .12\n\nVision Plan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .13\n\nHealth Savings Account (HSA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14\n\nHealth Care FSA and Limited Purpose Health Care FSA. . . . . . . . 16 \n\nDependent Care FSA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19\n\nLife and AD&D Insurance. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 \n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .21\n\nYour Cost of Coverage  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 3\n\nWhatâ€™s New for 2023 \n\nThe following chart provides an overview of whatâ€™s new for 2023. \n\n2023 Cost of Coverage\n\nThere are no changes to your cost for vision coverage.  \n\nYou will see a slight increase in the cost of medical and \n\ndental coverage for 2023. There will also be slight  \n\nincreases in voluntary employee or voluntary spouse  \n\nlife rates. You can see your cost of coverage by  \n\nvisiting CFTotalRewards.com.\n\nBenefit/Program Description\n\nMedical Plans \n\nâ€¢  Fertility â€“ Eligibility has been expanded to include same-sex couples, women over 35, single\npersons, and those who cannot get pregnant naturally due to a medical reason.\n\nâ€¢  MDLive and Virtual Visits â€“ MDLive or virtual visits through your provider will be subject to your\nmedical optionâ€™s deductible and coinsurance under revised legislation.\n\nDental Plan â€¢  Orthodontics now covered for adults at 50% up to a lifetime maximum of $2,000 (see page 12).\n\nFlexible Spending \nAccounts (FSA)\n\nâ€¢  The FSA Plan administrator changing to Fidelity (see page 16).\n\nHealth Care Flexible \nSpending Account (FSA)\n\nâ€¢  Move from grace period to carryover plan (2022 change â€“ see page 16).\n\nLimited Purpose Health \nCare Flexible Spending \nAccount (FSA)\n\nâ€¢  New option for those enrolled in the Advantage PPO with HSA to save pre-tax dollars to pay for\ndental and vision expenses (see page 16).\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 4\n\nEligibility & Enrollment \n\nThe elections you make during Annual Enrollment will be effective from January 1, 2023, \n\nthrough December 31, 2023. Once Annual Enrollment ends, you cannot make changes  \n\nduring 2023 unless you experience a qualifying life event.  \n\nBe sure to take the following action:\n\nConsider Your Needs, Learn More About Your Options & \nUse the Available Tools and Resources \nâ€¢  Understand the personal needs of your family. If your family status has\n\nchanged, such as through marriage or a new child, your benefit needs may\n\nhave changed. Carefully review your options to see if you need to make\n\nadjustments or add coverage. Also, itâ€™s always a good idea to think\n\nabout your budget. Thatâ€™s why participating in some of our\n\nmoney-saving plans, like the Health Savings Account (HSA) and\n\nFlexible Spending Accounts (FSAs), can really add value.\n\nâ€¢  Understand your options and whatâ€™s new for 2023.\n\nThis guide provides an overview of your choices for 2023.\n\nRead it carefully and share it with your family so youâ€™re\n\nprepared to enroll. Visit CFTotalRewards.com for\n\neven more information.\n\nâ€¢  Use PLANselect. Simply answer four questions\n\nabout your likely medical needs for next year\n\nand youâ€™ll get a better idea of what plan\n\nmight be best for you.\n\nâ€¢  Call the Blue Cross Blue Shield\n\nHealth Advocacy Solutions team.\n\nProvided at no cost to you and\n\navailable 24/7, your health\n\nadvocate can answer your health\n\ncare questions, help you choose\n\nthe best plan for you and navigate\n\nthe health care system throughout the\n\nyear. Simply call (888) 902-8293 (toll-free).\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 5\n\nDecide If You Need to Enroll \n This is a passive enrollment, which means that, with \n\nthe exception of the Flexible Spending Accounts and \n\nHealth Savings Account, most of your benefits will \n\nroll forward to next year. However, you should take \n\naction during Annual Enrollment if you want to:\n\nâ€¢  Enroll in or change your current medical, dental or\n\nvision elections for 2023. This includes adding\n\nor dropping dependents.\n\nâ€¢  Contribute to the Health Care, Limited Purpose\n\nHealth Care or Dependent Care Flexible Spending\n\nAccounts (FSAs). Your 2022 election amounts\n\nwill not carry forward to 2023.\n\nâ€¢  Elect to participate in the Health Savings Account\n\nfor 2023, if eligible. Your 2022 election amount\n\nwill not carry forward to 2023.\n\nâ€¢  Evaluate your voluntary life and AD&D needs and\n\ndecide if you want to change your coverage.\n\nâ€¢  Enroll in or drop supplemental LTD coverage.\n\nStarting October 31, 2022, you can go into Workday \n\nto enroll in your 2023 benefits. You only have until \n\nNovember 11, 2022, so donâ€™t miss out.\n\nMaking Changes During the Year\n\nChanges to your benefit elections are \n\npermitted during the year only if you \n\nexperience a qualified change in life status \n\nsuch as: \n\nâ€¢   Marriage\n\nâ€¢   Annulment, or legal separation\n\nâ€¢   Divorce\n\nâ€¢   Birth or adoption of a child\n\nâ€¢   Death of a dependent\n\nâ€¢   Your spouse gains or loses coverage\n\nâ€¢   Your dependent is no longer eligible for\n\ncoverage\n\nIf you experience a change in life status, \n\nplease contact your local Human Resources \n\nrepresentative. You will be required to make \n\nthe change in Workday within 30 days of \n\nthe qualified change. For example, you \n\nmay add a newborn child to your health \n\ncoverage by enrolling in Workday and \n\nuploading supporting documentation in \n\nWorkday within 30 days of the birth. If your \n\nbenefit changes and documentation are not \n\nsubmitted in Workday within 30 days of the \n\nevent, you must wait until the next Annual \n\nEnrollment period to change your benefits.\n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 6\n\nYour Benefits â€“ An Overview \n\nCF offers a variety of benefits and programs. Some are voluntary, where you and the Company may share a \n\nportion of the cost, and some offered at no cost to you. The following chart is an overview of your 2023 benefits.\n\nBenefit Options Who Pays for the Plan Enrollment & Changes*\n\nMedical\nâ€¢ Standard PPO\nâ€¢ Advantage PPO with HSA\n\nCF and you share the cost New hire and Annual Enrollment\n\nDental Cigna Dental Plan CF and you share the cost New hire and Annual Enrollment\n\nVision Cigna Vision Plan CF and you share the cost New hire and Annual Enrollment\n\nHealth Savings \nAccount (HSA)\n\nAvailable if you enroll in the \nAdvantage PPO with HSA\n\nYou can make pre-tax \ncontributions. The Company makes \nan automatic contribution to your \naccount and provides an additional \nmatch when you contribute.\n\nYou can make changes at any time\n\nFlexible \nSpending \nAccounts \n(FSAs)\n\nâ€¢ Health Care FSA\nâ€¢  Limited Purpose Health Care FSA\n\n(dental and vision expenses only)\nâ€¢ Dependent Care FSA\n\nYou contribute with pre-tax dollars New hire and Annual Enrollment\n\nBasic Life and \nAD&D 1x base salary CF pays the full cost Enrollment is automatic\n\nBusiness Travel \nAccident 2x base salary CF pays the full cost Enrollment is automatic\n\nVoluntary Life \n(EOI required)\n\nâ€¢  You â€“ 1-5x base salary\nâ€¢  Spouse â€“ up to $500,000\nâ€¢  Child â€“ up to $20,000\n\nYou pay the full cost with after-tax \ndollars New hire and Annual Enrollment\n\nVoluntary \nAD&D\n\nâ€¢ You â€“ up to $500,000\nâ€¢ Spouse â€“ up to $500,000\nâ€¢ Child â€“ up to $20,000\n\nYou pay the full cost with after-tax \ndollars New hire and Annual Enrollment\n\nBasic Disability\nâ€¢  Short-Term Disability\nâ€¢  Basic Long-Term Disability â€“ 50%\n\nbase pay up to $5,000 per month\nCF pays the full cost Enrollment is automatic\n\nSupplemental \nLong-Term \nDisability \n(EOI required)\n\nProvides an additional 10% of base \npay up to $10,000 per month\n\nYou pay the full cost of additional \ncoverage with after-tax dollars New hire and Annual Enrollment\n\nEmployee \nAssistance \nProgram (EAP)\n\nAssistance is available for you and \nyour family household, 24/7 CF pays the full cost You can participate at any time\n\nVoluntary \nBenefits\n\nColonial Life group accident, \ncancer, critical illness and whole \nlife insurance\n\nYou pay the full cost New hire and Annual Enrollment\n\n* You may be eligible to make a change during the year if you have a qualified change in status. See page 5 for more information.\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 7\n\nMedical Options  \n\nYour medical coverage is essential for keeping  \n\nyou healthy today, as well as protecting you if  \n\nyou are ill or injured. CF offers two medical plan \n\noptions administered by Blue Cross Blue Shield of \n\nIllinois (BCBSIL): \n\nâ€¢  Advantage PPO with HSA\n\nâ€¢  Standard PPO\n\nBoth medical options have the following features:\n\nâ€¢  In-network preventive care is covered at 100%\n\nâ€¢  You can choose any provider, but you pay less\n\nwhen you use BCBSIL in-network providers\n\nâ€¢  You pay the full cost of services until you\n\nmeet your deductible, which varies based on\n\nthe option you choose\n\nâ€¢  Once you meet your deductible you pay 10% of\n\ncovered services (coinsurance)\n\nâ€¢  Prescription drug coverage is provided through\n\nPrime Therapeutics\n\nIf you enroll in the Advantage PPO with HSA, \n\nyou have the added advantage of a Company \n\ncontribution to your Fidelity HSA to help you  \n\ncover a portion of your deductible and pay for \n\neligible expenses. If you contribute too, you earn \n\neven more with the Company match. Learn more \n\nabout the HSA on pages 14 & 15.\n\nPay Less with In-Network Providers\n\nBecause you receive the highest level of \n\nbenefits when you use in-network providers, \n\nyou should always check to see if your \n\nproviders are in the network before you \n\nreceive care. Click here to find a provider or \n\ncall BCBSIL Health Advocacy Solutions at \n\n(888) 902-8293.\n\nhttps://www.bcbsil.com/find-care/providers-in-your-network/find-a-doctor-or-hospital?utm_source=QR-Code&utm_medium=AE%2520Guide&utm_campaign=Annual%2520Enrollment%25202020&utm_term=Provider+directory\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 8\n\nComparing the PPO Features\n\nPlan Feature Description Advantage PPO with HSA Standard PPO\n\nYour Cost of \nCoverage\n\nYou and CF share in the cost of \ncoverage. Your cost depends on \nwho you cover.\n\nYou pay less for coverage. You pay more for coverage.\n\nDeductible\n\nThe amount you must pay before \nthe Plan begins to pay a portion of \nthe cost. \n\nIn-network preventive care is not \nsubject to the deductible.\n\nThe deductible is higher.\n\nIf you have family coverage, \nany covered family member or \ncombination of family members \nmust satisfy the family deductible \nbefore the plan pays benefits, even \nif only one person uses the plan.\n\nPrescription drugs are subject to \nthe deductible.\n\nThe deductible is lower.\n\nOnce one family member satisfies \nthe individual deductible, the plan \npays expenses for that individual. \nThen any covered family member \nor any combination of family \nmembers can satisfy the family \ndeductible.\n\nPrescription drugs are not subject \nto the deductible.\n\nCoinsurance The percentage the Plan pays once you meet your deductible. \nIn-network expenses are covered \nat 90%.\n\nIn-network expenses are covered \nat 90%.\n\nOut-of-Pocket \nMaximum\n\nThe most you will pay out of your \npocket before the plan pays 100% \nof eligible costs.\n\nThe out-of-pocket maximum is \nhigher.\n\nThe out-of-pocket maximum is \nlower.\n\nPrescription \nDrugs\n\nAutomatic with enrollment in \neither PPO medical option.\n\nWith the exception of some \npreventive medications, the cost \nwill apply to the deductible and \ncoinsurance and will count towards \nyour out-of-pocket maximum.\n\nWith the exception of some \npreventive medications, \nprescriptions have copays and \ndonâ€™t apply to the deductible,  \nbut do count towards your  \nout-of-pocket maximum.\n\nHealth Savings \nAccount (HSA)\n\nA tax-advantaged plan that lets \nyou save pre-tax dollars to pay for \neligible health care expenses.  \nThe money stays with you  \nthrough retirement.\n\nAvailable with a Company \ncontribution and match. Not available.\n\nHealth Care \nFlexible \nSpending \nAccount \n(HCFSA)\n\nA tax-advantaged plan that lets \nyou save pre-tax dollars to pay \nfor eligible health care expenses. \nYou must use your money each \ncalendar year or you lose any \namount over $610 (balances under \n$25 will be forfeited).\n\nLimited Purpose Health Care FSA \navailable for dental and vision \nexpenses only.\n\nAvailable for medical, prescription \ndrug, dental and vision expenses. \n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 9\n\nComparing the PPO Plan Details\n\nMedical\n\nPlan Feature Advantage PPO with HSA Standard PPO\n\nAnnual \nDeductible\n\nâ€¢  In-network: $1,500 individual; $3,000 family\nâ€¢  Out-of-network: $3,000 individual; $6,000 family\nIf you have family coverage, any covered family \nmember or combination of family members must \nsatisfy the family deductible before the plan pays \nbenefits, even if only one person uses the plan.  \n\nâ€¢  In-network: $1,000 individual; $2,000 family\nâ€¢  Out-of-network: $2,000 individual; $4,000 family\nWhen one family member satisfies the individual \ndeductible, the plan pays benefits for that individual. \nThen any covered family member or any combination \nof family members can satisfy the family deductible.\n\nAnnual \nOut-of-Pocket \nLimit\n\nâ€¢  In-network: $3,000 individual; $6,000 family\nâ€¢  Out-of-network: $6,000 individual; $12,000 family\n\nâ€¢  In-network: $2,500 individual; $5,000 family\nâ€¢  Out-of-network: $5,000 individual; $10,000 family\n\nCF Health \nSavings \nAccount (HSA) \nContribution\n\nâ€¢  Initial contribution: $250 individual; $500 family*\nâ€¢  Matching contribution: Dollar-for-dollar up to: $500\n\nindividual; $1,000 family\nâ€¢  CFâ€™s initial and matching contributions can offset\n\nyour deductible by as much as 50%\n\nNot applicable\n\nHealth Savings \nAccount (HSA) \nMaximum \nContribution\n\n2023 Maximum Annual Contribution\nâ€¢  Individual: $3,850 (includes CFâ€™s contributions)\nâ€¢  Family: $7,750 (includes CFâ€™s contributions)\nNote: If you are age 55 or older, you can contribute an \nadditional $1,000 per year to your HSA.\n\nNot applicable\n\n Lifetime \nMaximum \nBenefit\n\nUnlimited Unlimited\n\nIn-Network \nBenefits\n\nâ€¢  100% for preventive care (no deductible) and some\npreventive medications\nAdult: one per calendar year\nChild: age-based schedule\n\nâ€¢  Coinsurance: 90% / 10%, after deductible\n\nâ€¢  100% for preventive care (no deductible) and some\npreventive medications\nAdult: one per calendar year\nChild: age-based schedule\n\nâ€¢  Coinsurance: 90% / 10%, after deductible\n\nOut-of-Network \nBenefits \n\nUsing out-of-network providers will always cost more than in-network providers through higher deductibles, \nreduced coinsurance, and higher out-of-pocket maximums â€“ and providers can also charge you for amounts \nabove the BCBSIL allowable amount for a service.\nCoinsurance: 70% / 30%, after deductible\n\nPrescription Drugs\n\nType Advantage PPO with HSA (In-Network) â€“ You pay: Standard PPO (In-Network) â€“ You pay:\n\nGeneric 100% until deductible is met; 10% after deductible is met\n$10 copay (30-day supply)\n$20 copay (90-day supply)**\n\nPreferred Brand 100% until deductible is met; 10% after deductible is met\n$40 copay (30-day supply)\n$80 copay (90-day supply)**\n\nNon-Preferred  \nBrand\n\n100% until deductible is met; 10% after deductible \nis met\n\n$55 copay (30-day supply)\n$110 copay (90-day supply)**\n\nPreventive \nMedications\n\nSome covered at no cost to you; for others, the 10% \ncoinsurance will apply, but not the deductible.\n\nSome covered at no cost to you; for others, your \ncopay is based on the drug type (i.e., generic, \npreferred, non-preferred)\n\nPrescription \nCosts\n\nCoinsurance counts towards deductible and \nout-of-pocket maximum Copay counts towards out-of-pocket maximum only\n\nUse HSA to Pay \nfor Prescriptions Yes No**\n\n*Prorated for month of hire.\n\n**For Mail Order or Extended Supply Network Pharmacies fill 90-day supplies of maintenance medications.\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 10\n\nNeed Help Selecting Your Medical Option or Navigating Care During the Year?\n\nYou have a free resource through Blue Cross Blue Shield Health Advocacy  \n\nSolutions (HAS). A health advocate serves as a personal assistant for your health \n\ncare needs. If you are enrolled in a PPO, you can contact a health advocate  \n\nto help address your medical benefits questions, concerns and issues.\n\nA health advocate can help you and your covered family members: \n\nâ€¢  Get personal assistance with your health care matters\n\nâ€¢   Understand your health benefits\n\nâ€¢  Talk to your BCBSIL clinician about health questions\n\nâ€¢   Sort out a new diagnosis and what to do next\n\nâ€¢  Shop for quality, lower-cost health care\n\nItâ€™s easy to reach a health advocate.  \n\nCall (888) 902-8293 (toll-free). You may \n\nalso call a health advocate during  \n\nAnnual Enrollment to help you  \n\nfind an in-network provider and  \n\nunderstand your benefits.  \n\nYouâ€™ll get support 24/7.\n\nComing Soon â€“ Dario\n\nYour health and well-being are important to us, and we invest in \n\nyou through programs and resources that help you maximize your \n\nwell-being. Weâ€™re pleased to introduce a new chronic condition \n\nmanagement program through Dario coming later this year.  \n\nWatch for more information coming soon.\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 11\n\nPrescription Drugs \n\nIf you enroll in a PPO medical option, you \n\nautomatically receive prescription drug coverage \n\nthrough Prime Therapeutics. Your paycheck cost \n\nfor prescription drug coverage is included in your \n\nmedical contributions. \n\nYou must use Prime network pharmacies to fill \n\nyour prescriptions. Prime has a broad network of \n\npharmacies such as CVS, Walgreens and more.   \n\nYou can find network pharmacies by visiting  \n\nBCBSIL.com and clicking on Find a Pharmacy.  \n\nIf you are taking a maintenance medication,  \n\nyou can fill up to a 90 day supply through  \n\nExpress Scripts Mail Order or you can also purchase \n\nat a retail pharmacy (Primeâ€™s Extended Supply \n\nNetwork Pharmacies).  \n\nThe Prime Therapeutics uses a list of preferred \n\nmedications that are captured on the  \n\nBalanced Formulary Drug List. The price you pay  \n\nfor each prescription depends on its formulary tier:\n\nâ€¢  Generic â€“ Your prescriptions are filled with \n\ngeneric drugs unless your physician indicates that \n\nsubstitutions are not allowed. Generic drugs are \n\nessentially equivalent to the brand-name drug for \n\nall the active ingredients.\n\nâ€¢  Preferred brand â€“ In general, these drugs do not \n\nyet have a generic equivalent, but may in the future.\n\nâ€¢  Non-preferred brands â€“ Some non-preferred \n\nbrands may be covered on the Prime Therapeutics \n\nformulary list. Those medications not on the list will \n\nnot be covered by the plan.\n\nBCBSIL/Prime partners with Express Scripts for mail \n\norder/home delivery only.  \n\nSpecialty medications are provided through \n\nAccredo. You may contact Accredo directly or you \n\nmay contact a BCBSIL health advocate to help \n\nfacilitate the conversation with Accredo.\n\nOther Useful Prescription Drug Lists\n\nBCBSIL HSA Preventive Drug List\n\nBCBSIL No-Cost Preventive Drug List\n\nhttps://www.bcbsil.com/\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 12\n\n \n\nDental Plan  \n\nDid you know that a healthy mouth is essential to your overall health? Poor oral health can lead to periodontal \n\ndisease, which has been linked to illnesses such as heart disease, diabetes and respiratory infection.\n\nYou have the option of enrolling in a Dental PPO featuring the Total Cigna DPPO network. The Plan offers 100% \n\ncoverage for in-network preventive care and covers a percentage of other services. You can use any provider, but \n\nyou pay less when you use a provider in the Cigna DPPO network. The annual maximum is the most the Plan will \n\npay for covered services each year.\n\nNEW for 2023 â€“ Orthodontia benefits are now available to adults.\n\nPlan Feature Coverage\n\nAnnual Deductible $50 per individual; $150 per family\n\nAnnual Maximum (excludes preventive and orthodontia services) $1,500 per person\n\nPreventive Services \nOral exams and cleanings (two per calendar year), x-rays (full), space maintainers \n(through age 14), topical fluoride treatments/sealants (to age 14)\n\nPlan pays 100%\n\nBasic Services \nEmergency exams & palliative care for pain, oral surgery, amalgam/composite \nfillings, extractions (routine), endodontics (root canals), periodontics\n\nPlan pays 80% after deductible\n\nMajor Services \nPorcelain crowns, inlays and onlays, partial/ complete dentures, denture relines/\nrebases, removable/fixed bridgework\n\nPlan pays 50% after deductible\n\nOrthodontia \nNEW for 2023 â€“ Now covers children and adults\n\nPlan pays 50% after deductible; lifetime \nmaximum $2,000 per person\n\nImplants Plan pays 80% after deductible\n\nFind Cigna Providers\n\nYou can find a Cigna provider here or \n\nby calling (800) 244-6224 and using the \n\nautomated Dental Office Locator or speak to \n\na customer service representative to locate a \n\nCigna DPPO Network dentist or specialist.\n\nhttp://cignaes.adis-glb.com/EmployerSite/(S(h0iqsbtfe2recyf10pbs4lmp))/Provider?Sites=RADIUS&utm_source=QR-Code&utm_medium=AE%20Guide&utm_campaign=Annual%20Enrollment%202020&utm_term=dental+directory\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 13\n\nVision Plan \n\nTaking care of your eyes is important to your overall well-being. You have the option of enrolling in vision  \n\ncoverage through Cigna, which offers a large network of providers. Vision coverage helps pay for eye exams, \n\nframes, lenses and contact lenses for you and your dependents. You also receive discounted services for  \n\nLaser Vision Correction through contracted laser centers.\n\nBenefits are available once every calendar year. You can use any provider, but you pay less when you use a  \n\nCigna network provider.\n\nWhatâ€™s Not Covered \nThe following vision expenses are not covered  \n\nunder the Vision Plan: \n\nâ€¢  Any non-prescription eyeglasses, lenses or  \n\ncontact lenses\n\nâ€¢  Spectacle lens treatments, â€œadd-ons,â€  \n\nor lens coatings not shown as covered  \n\nin the Schedule of Vision Coverage\n\nâ€¢ Prescription sunglasses\n\nâ€¢  Two pairs of glasses, in lieu of bifocals  \n\nor trifocals\n\nFind Cigna Providers\n\nYou can find a Cigna provider here or by \n\ncalling (877) 478-7557.\n\nBenefit In-Network Out-of-Network\n\nExam You pay $10 Plan pays up to $60\n\nGlasses (in lieu of contacts) You pay $25 and then the Plan pays: The Plan pays up to:\n\nâ€¢ Single Vision\n\n100%\n\n$40\n\nâ€¢ Bifocal $65\n\nâ€¢ Trifocal $75\n\nâ€¢ Progressive $75\n\nâ€¢ Lenticular $100\n\nFrames The Plan pays up to $200 Plan pays up to $133\n\nContact Lenses (in lieu of glasses) The Plan pays up to $300\n\nFor elective contact lenses, the Plan pays \nup to $225.\nFor medically necessary contact lenses, \nthe Plan pays up to $210.\n\nLaser Vision Correction Discount program available\n\nhttps://cigna.vsp.com/find-eye-doctors.html?id=guest&utm_source=QR-Code&utm_medium=AE%20Guide&utm_campaign=Annual%20Enrollment%202020&utm_term=vision+directory\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 14\n\nHealth Savings Account (HSA) \n\nIf you enroll in the Advantage PPO with HSA medical \n\noption, you can make pre-tax contributions to a \n\nHealth Savings Account (HSA). The HSA has many \n\nfeatures that make it a great savings tool today, as \n\nwell as the future.\n\nSave On Taxes Today\nThere are â€œtriple taxâ€ advantages to contributing  \n\nto an HSA. Contributions are taken out of your \n\npaycheck before taxes. Once in your account, they \n\ngrow tax free with interest or investment earnings. \n\nWhen theyâ€™re withdrawn to pay for eligible health \n\ncare expenses, they are free of federal, and in many \n\ncases, state taxes. Remember, if you use your HSA \n\nto pay for ineligible expenses before age 65, you will \n\nbe taxed on those amounts and will be subject to an \n\nadditional 20% penalty.\n\nNEW for 2023 â€“ You can also contribute to a  \n\nLimited Purpose Health Care Flexible \n\nSpending Account for dental and vision \n\nexpenses if you are in the Advantage PPO \n\nwith HSA. See page 16 to learn more. \n\nCF Helps You Save, Too\nYou can get up to half of your deductible funded \n\nthrough CF contributions to your account.\n\nâ€¢  Automatic contributions â€“ When you open your \n\nHSA, CF will automatically contribute up to $250 \n\nfor employee only coverage and $500 if you are \n\ncovering at least one dependent (prorated for new \n\nhires). You get this contribution whether you decide \n\nto contribute or not and itâ€™s always yours to keep.\n\nâ€¢  Matching contributions â€“ If you decide to \n\ncontribute to your HSA, CF will make a dollar-for-\n\ndollar matching contribution to your account,  \n\nup to $500 for employee only coverage and $1,000 \n\nif you are covering at least one dependent. \n\nUse Your Money When You Need It\nWhen you have an eligible health care expense \n\nduring the year, you can use your Fidelity HSA \n\ndebit card and the money comes right out of \n\nyour account. Eligible expenses include medical, \n\nprescription drugs, dental and vision costs. You can \n\nfind a complete list by logging in to your Fidelity \n\naccount or by reviewing IRS publication 502. \n\nhttps://www.irs.gov/publications/p502\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 15\n\nWatch Your Balance Grow if You Donâ€™t Use It\nOne of the best features of the HSA is that the money is yours to keep and carries forward each year,  \n\neven if you leave CF. That makes it a valuable tool to help you save for future health care expenses.  \n\nNot only are your contributions and qualified withdrawals from your account free of federal taxes, but  \n\nyour investment earnings are as well.\n\n2023 Annual Contributions and IRS Limits\n\nCoverage Tier\nCF  \n\nAutomatic \nContribution\n\nCF  \nMatching \n\nContribution*\n\nYour  \nMaximum \n\nContribution**\n\nIRS Maximum Contribution Limit \n(includes all employee and  \n\nCF contributions)***\n\nYou only $250 $500 $3,100 $3,850\n\nYou and at least one \nother family member $500 $1,000 $6,250 $7,750\n\n*Assumes you contribute at least $500 if you have employee only coverage and $1,000 if you are covering at least one other dependent. \n\n**If you are age 55 or older you can make an additional $1,000 catch up contribution.\n\n*** Married couples with HSA-eligible family coverage will share one family HSA contribution limit of $7,750 in 2023.  \nIf both spouses have eligible self-only coverage, each spouse may contribute up to $3,850 in separate accounts.\n\nUsing Your HSA to Save for Future \nMedical Expenses \n\nConsider thisâ€¦Fidelity estimates that the \n\naverage 65-year-old couple retiring in 2022 \n\nwill need approximately $315,000* to cover \n\nfuture medical costs. If you do not use your \n\nHSA dollars now, your account can grow year \n\nafter year with your contributions. Use your \n\nmoney for things like Medicare premiums, \n\ndeductibles and coinsurance, qualified long-\n\nterm care premiums, hearing aids and more.\n\nCF also helps you save by contributing \n\nto your account. And remember, your \n\ncontributions decrease your taxable income, \n\nso youâ€™re also saving on taxes today.\n\n* Estimate based on a hypothetical couple retiring in 2022, \n65-years-old, with life expectancies that align with Society \nof Actuaries RP-2014 Mortality Table Healthy Annuitants \nrates projected with Mortality Improvement Scale MP-2020 \nas of 2022.\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 16\n\n \n\nHealth Care FSA and  \nLimited Purpose Health Care FSA  \n\nSave money on eligible health care expenses with \n\nthe Health Care Flexible Spending Account (HCFSA) \n\nand, new for 2023, the Limited Purpose Health \n\nCare Flexible Spending Account (Limited Purpose \n\nHCFSA). Both are administered by Fidelity in 2023. \n\nEach year during Annual Enrollment you decide how \n\nmuch you want to save, from $120 to $3,050. You \n\nmust make an election each year â€“ your previous \n\nyearâ€™s election does not carry forward. \n\nâ€¢  HCFSA â€“ You can contribute to the HCFSA if you \n\nare not enrolled in the Advantage PPO with HSA \n\nmedical plan option. You can use funds in your \n\nHCFSA for medical, prescription drug, dental and \n\nvision expenses. \n\nâ€¢  NEW â€“ Limited Purpose HCFSA â€“ You can \n\ncontribute to the Limited Purpose HCFSA if you  \n\nare enrolled in the Advantage PPO with HSA \n\nmedical option. You can use funds in your Limited \n\nPurpose HCFSA for dental and vision expenses  \n\nonly,  maximizing your ability to save money with \n\npre-tax dollars. \n\nIf you elect to contribute, contributions will be taken \n\nout of your paycheck in equal amounts. However, \n\nyour full annual balance is available to you at the \n\nbeginning of the year. \n\nNEW for 2023\n\nFidelity Reimbursement Account Services \n\n(Fidelity) will be the administrator of our \n\nFlexible Spending Accounts.\n\nTransition from Grace Period  \nto Carryover Plan\nThe HCFSA has transitioned from a grace period to \n\nan annual carryover plan. This means: \n\nâ€¢  Eligible expenses must be incurred during the \n\ncurrent calendar year. If you are contributing to the \n\nHCFSA in 2022, you must incur eligible expenses \n\nby December 31, 2022. If you decide to contribute \n\nin 2023, you must incur eligible expenses between \n\nJanuary 1, 2023, and December 31, 2023.\n\nâ€¢  You have until March 31, 2023, to submit eligible \n\nexpenses that were incurred in 2022. You have until \n\nMarch 31, 2024, to submit eligible expenses that \n\nwere incurred in 2023.\n\nâ€¢  The carryover provision allows you to carry over a \n\nminimum and maximum amount each year to the \n\nfollowing yearâ€™s HCFSA. A minimum of $25 and up \n\nto $570 of your unused 2022 year-end balance can \n\nbe carried over to the 2023 plan year. Balances over \n\n$570 and under $25 will be forfeited. If you enroll \n\nin the Advantage PPO with HSA medical option in \n\n2023, any carry over funds will automatically be put \n\ninto the Limited Purpose HCFSA.  \n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 17\n\nPaying For Your Expenses\nIf you enroll in the HCFSA or Limited Purpose HCFSA, watch for a debit card in the mail from Fidelity before the \n\nend of the year. If you currently have a Fidelity HSA debit card and you enroll in the Limited Purpose HCFSA, you \n\nwill receive one new card with funds for both accounts. Use your Fidelity debit card for all claims incurred on or \n\nafter January 1, 2023. If you are currently participating in the HCFSA, your BASIC debit card will not work after \n\nDecember 31, 2023.\n\nImportant Information About Incurring & Filing Your HCFSA and Limited Purpose HCFSA Claims\n\nWith the move to Fidelity as our FSA administrator for 2023, itâ€™s important to understand important dates for \n\nincurring and filing your HCFSA and Limited Purpose HCFSA claims:\n\nPlan Where to File Claims\nDeadline to  \n\nIncur Eligible \nExpenses\n\nDeadline to \nSubmit Eligible \n\nExpenses\n\nIf You Have \nQuestions or \n\nNeed Help\n\n2022 HCFSA\n\nBASIC\nâ€¢  Use your 2022 debit card (available only \n\nthrough December 31, 2022)\nâ€¢  File online at BASIC at  \n\nhttps://cda.basiconline.com/ log on or \nafter January 1, 2023\n\nDecember 31, 2022 March 31, 2023\n\nCall BASIC at  \n(800) 372-3539 \n\nOption 1\n\n2023 HCFSA \nand Limited \nPurpose \nHCFSA\n\nFidelity Reimbursement Account Services\nâ€¢  Use your 2023 debit card starting  \n\nJanuary 1, 2023\nâ€¢  Log in to www.netbenefits.com\n\nDecember 31, 2023 March 31, 2024\nCall Fidelity at  \n(833) 299-5089\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 18\n\nComparing the Health Savings Account, Health Care FSA  \nand Limited Purpose Health Care FSA\n\nPlan Feature HCFSA Limited Purpose HCFSA HSA\n\nEligibility\n\nYou can participate if you are  \nnot enrolled in the Advantage \nPPO or any other HDHP with HSA \nmedical option.\n\nYou can participate if you are \nenrolled in the Advantage PPO \nwith HSA medical option.\n\nYou can participate if you:\nâ€¢  Enroll in the Advantage PPO with \n\nHSA medical plan option\nâ€¢  Are not claimed as a dependent \n\non someone elseâ€™s tax return\nâ€¢  Are not covered by another \n\nhealth insurance plan that is not \na high deductible health plan\n\nâ€¢  Do not participate in a HCFSA \n(other than the Limited Purpose \nHCFSA)\n\nâ€¢  Are not enrolled in any part of \nMedicare\n\nElecting \nContributions & \nMaking Changes\n\nYou can only make an election \nduring your new hire period or \nduring Annual Enrollment, unless \nyou have a qualified change in \nstatus consistent with the change.\n\nYou can only make an election \nduring your new hire period or \nduring Annual Enrollment, unless \nyou have a qualified change in \nstatus consistent with the change.\n\nYou can start, stop or change your \ncontribution election at any time \nduring the year.\n\nCompany \nContribution No No\n\nYes. CF will make an automatic \ncontribution to your account of \n$250 if you have employee only \ncoverage and $500 if you cover at \nleast one other dependent. You \nwill also receive a dollar-for-dollar \nmatching contribution of up to \n$500 if you have employee only \ncoverage and $1,000 if you cover \nat least one other dependent. \n\nAnnual Maximum \nContribution $3,050 $3,050\n\nEmployee only coverage â€“ $3,850 \nEmployee plus one or more â€“ $7,750 \n(including employee and all  \nCF contributions)\nIf you are age 55 or older, you  \ncan make an additional $1,000 \ncatch-up contribution to your \naccount each year.\n\nEligible Expenses\nEligible medical, prescription drug, \ndental and vision for you and your \ntax dependents.\n\nEligible dental and vision for you \nand your tax dependents.\n\nEligible medical, prescription drug, \ndental and vision for you and your \ntax dependents.\n\nClaim Deadlines \n& Unused Funds \nin Your Account\n\nAll eligible expenses must be \nincurred by December 31, 2023,  \nand submitted to Fidelity by  \nMarch 31, 2024. Balances less than \n$25 and any amount more than \n$610 will be forfeited.\n\nAll eligible expenses must be \nincurred by December 31, 2023,  \nand submitted to Fidelity by  \nMarch 31, 2024. Balances less than \n$25 and any amount more than \n$610 will be forfeited.\n\nIf cash funds are available,  \nyou can make withdrawals from  \nyour account at any time after  \nit is opened.\nAny unused balance in your \naccount is carried over to the next \nyear and goes with you if you \nchange employers or retire.\n\nReimbursements\n\nYou may be reimbursed for \nexpenses up to the maximum \namount you elect for the full  \nyear. The full amount will be \navailable to you on your benefits \neffective date.\n\nYou may be reimbursed for \nexpenses up to the maximum \namount you elect for the full  \nyear. The full amount will be \navailable to you on your benefits \neffective date.\n\nYou will be reimbursed up to your \naccount balance at the time you \nsubmit the claim; reimbursements \nfor submitted expenses that \nexceed the amount in your account \nmay be made once there are \nsufficient funds in your account.\nNote: You cannot claim \nreimbursements for expenses \nincurred before opening your HSA \n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 19\n\nDependent Care FSA \n\nIf you and your spouse work, are looking for work, or are in school full time, the Dependent Care FSA (DCFSA) \n\nlets you set aside pre-tax money for eligible day care, summer day camp, after-school or home care expenses \n\nfor qualified dependents, including children under age 13 (or older, if disabled). Other qualified tax dependents \n\ninclude your spouse and your parents if they live with you and are mentally or physically incapable of caring  \n\nfor themselves.\n\nIf you elect to contribute, deductions will be taken out of your paychecks in equal amounts throughout the year. \n\nYou can contribute from $120 to $5,000 to the DCFSA, or up to $2,500 if you and your spouse both work and file \n\ntaxes separately.\n\nPlan Where to File Claims\nDeadline to  \n\nIncur Eligible \nExpenses\n\nDeadline to \nSubmit Eligible \n\nExpenses\n\nIf You Have \nQuestions or \n\nNeed Help\n\n2022 \nDependent \nCare FSA\n\nBASIC\nâ€¢  Use your 2022 debit card (available only \n\nthrough December 31, 2022)\n\nâ€¢  File online at BASIC at  \nhttps://cda.basiconline.com/ log on or \nafter January 1, 2023\n\nMarch 15, 2023 March 31, 2023\n\nCall BASIC at  \n(800) 372-3539 \n\nOption 1\n\n2023 \nDependent \nCare FSA\n\nFidelity Reimbursement Account Services\nâ€¢  Claims are filed online  â€“ Log in to  \n\nwww.netbenefits.com\nMarch 15, 2024\n\nMarch 31, 2024\n\nDeadline to incur \nexpenses  \n\nMarch 15, 2023\n\nCall Fidelity at  \n(833) 299-5089\n\nDCFSA â€“ At a Glance\n\nâ€¢  NEW for 2023 â€“ The 2023 DCFSA is administered by Fidelity.\n\nâ€¢  Enroll â€“ You must enroll during Annual Enrollment to participate. \n\nâ€¢  Using Your Money â€“ You will not receive a debit card in 2023.  \n\nYou must file your claims at www.netbenefits.com. \n\nâ€¢  Plan Carefully â€“ You must use the money in your DCFSA or it is \n\nforfeited â€“ it does not roll forward from year to year.\n\nâ€¢  Incurring & Filing Claims â€“ You have until March 15, 2024, to use \n\nyour 2023 DCFSA dollars and until March 31, 2024, to file your \n\nclaims with Fidelity.\n\nIs Your Family Growing? \n\nIf youâ€™ve recently added a child to \n\nyour family, or you plan on adding a \n\nchild in 2023, consider contributing \n\nto the DCFSA if you expect to have \n\ndaycare expenses.   \n\nThe DCFSA can save you  \n\nmoney by using pre-tax  \n\ndollars to pay for  \n\nthat care.\n\nhttps://sponsor.fidelity.com/bin-public/06_PSW_Website/documents/DCFSA%20Fact%20Sheet%20FAQ_1.pdf\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 20\n\n \n\nLife and AD&D Insurance  \n\nItâ€™s always a good idea to plan for the unexpected, \n\nno matter what your age or stage in life. CF provides \n\nautomatic basic life, AD&D and Business Travel \n\nAccident, and you have the option of enrolling in \n\nadditional coverage for more protection.\n\nBasic Life, AD&D and Business Travel \nAccident Insurance \nCF provides you with Basic Life and AD&D Insurance \n\ncoverage equal to one time your annual base salary \n\n(rounded up to the next $1,000). The Company \n\nalso provides Business Travel Accident Insurance \n\ncoverage of two times your base salary if you die or \n\nare seriously injured while traveling for work. \n\nVoluntary Life Insurance \nIf you need more coverage than the basic coverage \n\nprovided by CF, you have the option of purchasing \n\nVoluntary Life Insurance: \n\nâ€¢  For yourself â€“ Elect one to five times your  \n\nannual base salary (rounded up to the next $1,000), \n\nup to $1 million.\n\nâ€¢  For your spouse â€“ Elect up to $500,000 in \n\nincrements of $10,000\n\nâ€¢  For your children â€“ Elect up to $20,000 in \n\nincrements of $5,000\n\nIf you are electing coverage for the first time or if \n\nyou are increasing your coverage during Annual \n\nEnrollment, you will be required to provide evidence \n\nof insurability (child life does not require EOI). \n\nVoluntary AD&D Insurance \nYou can also purchase Voluntary AD&D Insurance to \n\nprovide you additional coverage. You have the option \n\nof purchasing Voluntary AD&D Insurance:\n\nâ€¢  For yourself â€“ Up to $500,000 in increments of \n\n$50,000\n\nâ€¢  For your spouse â€“ Elect up to $500,000 in \n\nincrements of $50,000\n\nâ€¢  For your children â€“ Elect up to $20,000 in \n\nincrements of $5,000\n\nEvidence of insurability is not required  \n\nfor Voluntary AD&D. \n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 21\n\nDisability Insurance  \n\nCF provides you with Short-Term Disability (STD) and \n\nBasic Long-Term Disability (LTD) automatically at no \n\ncost to you. You have the option to increase your LTD \n\ncoverage by electing Supplemental LTD.\n\nShort-Term Disability (STD)\nCF provides you with an STD benefit that offers 100% \n\nbase salary for up to eight weeks and then 66 2/3% of \n\nyour base salary for another 18 weeks. STD benefits \n\nwill be reduced by any state or statutory benefits you \n\nreceive while you are on STD.\n\nLong-Term Disability (LTD)\nIf you are ill or injured for more than 26 weeks, you \n\nmay be eligible for LTD benefits. \n\nâ€¢  Basic LTD coverage â€“ CF provides an LTD benefit \n\nequal to 50% of your base salary, up to $5,000 per \n\nmonth. Because Basic coverage is Company paid, \n\nyour LTD benefits are taxable income to you. \n\nâ€¢  Supplemental LTD coverage â€“ Supplemental \n\ncoverage lets you increase your total LTD benefit to \n\n60% of your base salary, up to $10,000 per month. \n\nBecause you pay for the additional 10% of coverage \n\nwith after-tax dollars, the additional benefits you \n\nreceive are tax-free.\n\nFor purposes of LTD coverage and benefits, base \n\nsalary is your regular salary or wages assuming \n\nyou work 2,080 hours per year. Base salary \n\ndoes not include overtime, bonus pay, incentive \n\ncompensation or any other type of pay or allowances \n\nthat you earn or that are provided to you.\n\nIf you elect supplemental LTD you will be required to \n\nprovide evidence of insurability. \n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ US 22\n\n \n\nMedical, Dental & Vision Coverage\n\nBest Premium \nIf you and your covered spouse have completed Best Premium by November 1, 2022, you both will receive $400 (up to \n$800) toward your 2023 medical premiums. This will be reflected on your paystub as a reduction in your bi-weekly cost for \nmedical coverage.\n\nEmployee & Spouse Voluntary Life Insurance*\nEmployee â€“ 1x, 2x, 3x, 4x or 5x annual base salary.\n\nSpouse â€“ Increments of $10,000 up to 50% of employee.\n\nPremiums shown are per $1,000 of coverage based on \nemployee age (Maximum benefit: $1 million).\n\nVoluntary AD&D\n\nSupplemental Long-Term Disability**\nCF provides basic LTD of 50% of base salary, up to $5,000 \nper month. Supplemental LTD coverage increases the \nbenefit to 60% of base salary, up to $10,000 per month.\n\nEmployee Only Employee + Spouse Employee + Child(ren) Family\n\nBCBS CF Standard PPO $166.40 $431.60 $264.16 $616.72\n\nBCBS Advantage PPO with HSA $132.08 $370.24 $220.48 $534.56\n\nCigna Dental PPO $7.14 $15.30 $20.40 $33.66\n\nCigna Vision $3.00 $6.00 $6.00 $10.00\n\nUnder Age 24 $0.050\n\nAge 25 â€“ 29 $0.060\n\nAge 30 â€“ 34 $0.080\n\nAge 35 â€“ 39 $0.090\n\nAge 40 â€“ 44 $0.109\n\nAge 45 â€“ 49 $0.163\n\nAge 50 â€“ 54 $0.256\n\nAge 55 â€“ 59 $0.466\n\nAge 60 â€“ 64 $0.660\n\nAge 65 â€“ 69 $1.270\n\nAge 70+ $2.060\n\nChild (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.93\n\n*  Newly eligible employees: Evidence of insurability required for \namounts over 4x annual base salary or $400,000. \nCurrent employees: Evidence of insurability required for initial \nelections and coverage increases. \nNewly eligible spouses: Evidence of insurability required for amounts \nover $50,000.  \nCurrent spouses: Evidence of insurability required for initial elections \nand coverage increases.\n\n** Newly eligible employees: Evidence of insurability is not required for \nSupplemental LTD. \nCurrent employees: Evidence of Insurability is required if electing \nSupplemental LTD for the first time.\n\nPremiums shown are per $100 of monthly \nsalary (Maximum monthly benefit: $10,000)\n\n$0.218\n\nEmployee Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nSpouse Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nChild Only (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.14\n\nYour 2023 Monthly Cost of Coverage\n\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing on the site changes \n\nany plan and/or contract terms, or any other term of your at-will employment with CF Industries. The site does not include, nor is it \n\nintended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, \n\nand trust agreements. If there is any discrepancy between the information on this site and the governing documents, the governing \n\ndocuments will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program \n\nat any time, without notice, in accordance with applicable laws and regulations.\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n\n\n9000000.00001\n\n\nPreventive Drug Benefit Program\nEmployee Guide\n\n\nEffective January 1, 2023\n\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association\n\n\n\n\n\n\n\n2\n\n\nPreventive Drug Benefit Program\nIntroduction\nBlue Cross and Blue Shield of Illinois (BCBSIL) administers \nthe preventive drug benefit for your groupâ€™s high \ndeductible health plan (â€œHDHPâ€), which has been  \ndesigned for use with Health Savings Accounts (â€œHSAsâ€). \nThe preventive drug benefit program includes categories \nof prescription drugs that are often used for preventive \npurposes. If your doctor has prescribed any of them to \nyou or to your HDHP-covered dependents for preventive \npurposes, your HDHP may pay for the drugs before you \nmeet your HDHP deductible.\n\n\nThis guide is being provided as a resource to help you \nmanage your prescription drug benefits under your \nemployerâ€™s HDHP. It includes some commonly, but not all, \ndrugs that are prescribed for preventive purposes.\n\n\nThe drugs listed in this guide will be reviewed from time  \nto time and are subject to change. Coverage of all \nmedications is still subject to your HDHP limits, exclusions \nand out-of-pocket requirements (for example, your \nprescription drug payment levels). Coverage of some \nmedications or drug products may be under your  \nmedical benefit. Please verify with your benefit plan if \nthere are any additional requirements before a drug  \nmay be covered.\n\n\nIMPORTANT REMINDER: These drugs could also  \nat times be prescribed for treatment purposes.  \nAs a result, the listing of a drug in the Guide does  \nnot mean that it will be covered by your benefit plan \nbefore your HDHP deductible is satisfied. If your \ndoctor has prescribed a listed drug for treatment \npurposes (and not preventive purposes) then  \nyour plan does not provide coverage for that drug  \nbefore your HDHP deductible is satisfied.\n\n\nAs each individualâ€™s medical circumstances are different, \nand because proper classification is necessary for you  \nto ensure you are complying with applicable HDHP tax \nrequirements, it is important for you to confirm the \npurpose of the prescription with your doctor. Please call \nthe number on your member ID card when your doctor \nconfirms for you that they prescribed one of the listed \ndrugs for treatment purposes so your claims can  \nbe processed correctly. Unless you provide us with this \ninformation, claims for the drugs listed in the Guide \nwill be processed as â€œpreventive,â€ and you or your \ndoctor may be asked by us to provide medical records \nshowing that the drug youâ€™re taking is being used for \nprevention. Remember, if you improperly classify the \ndrug, it may result in adverse tax consequences so \nplease be sure to take the confirming step to properly \nclassify your claim.\n\n\nPlease follow these steps to make sure  \nyou are properly classifying the purpose  \nof your prescription:\n1. Find your drug in the Guide.\n2. Talk to your doctor about whether your drug is  \n\n\nin fact being prescribed for preventive purposes  \n(and not treatment purposes).\n\n\n3. If prescribed for treatment purposes, call the number \non your ID card to let us know.\n\n\n4. If prescribed for preventive purposes, there is no  \nneed to call.\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n3\n\n\nThe preventive drug program currently includes \nprescription drugs in the following categories:\n\n\nâ€¢ Anticoagulants/antiplatelets\nâ€¢ Bowel preparation\nâ€¢ Breast cancer primary prevention\nâ€¢ Contraceptives\nâ€¢ Depression\nâ€¢ Diabetes medications\nâ€¢ Diabetic supplies\nâ€¢ Fluoride\nâ€¢ High blood pressure\nâ€¢ High cholesterol\nâ€¢ Osteoporosis\nâ€¢ Respiratory\nâ€¢ Tobacco cessation\nâ€¢ Vaccines\n\n\nThe drugs in each category are listed alphabetically  \non the following pages.\n\n\nâ€¢ Generic drugs are listed in bold.\nâ€¢ Brand drugs are listed in all CAPITAL letters.\nâ€¢ Some strengths and/or formulations may not  \n\n\nbe covered.\nâ€¢ Brand names in parenthesis are listed for reference \n\n\nand are not covered under the benefit.\n\n\nThis drug/drug category may also be included  \nunder the Affordable Care Act (ACA) coverage of \n\n\npreventive services. These products have limited or $0 \nmember cost-sharing (copay or co-insurance), when \nmeeting the conditions as outlined under the regulation \nand when you use a pharmacy or doctor in your health \nplanâ€™s network. Not all products covered under the ACA \nare shown. Coverage can vary based on your benefit plan \nand/or prescription drug list. Call the number on your \nmember ID card if you have any questions and to find  \nout what you may pay.\n\n\nREMEMBER: Just because a drug is on the preventive  \ndrug benefit list, doesnâ€™t always mean it is covered.   \nIt also doesnâ€™t mean that it may be covered by your  \nbenefit plan before your HDHP deductible is satisfied.  \nCoverage of all medications is still subject to your  \nplan benefits. Please see your benefit plan materials  \nfor coverage details, or call the number on your  \nmember ID card.  \n\n\nHealth Savings Accounts (HSAs) have tax and legal  \nramifications. Blue Cross and Blue Shield of Illinois  \ndoes not provide legal or tax advice, and nothing  \nherein should be construed as legal or tax advice.  \nThese materials, and any tax-related statements in  \nthem, are not intended or written to be used, and  \ncannot be used or relied on, for the purpose of  \navoiding tax penalties. Tax-related statements,  \nif any,  may have been written in connection with  \nthe  promotion or marketing of the transaction(s) or  \nmatter(s) addressed by these materials. You should  \nseek advice based on your particular circumstances  \nfrom an independent tax advisor regarding the tax  \nconsequences of specific health insurance plans   \nor products.\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n4\n\n\nAnticoagulants / \nAntiplatelets\nanagrelide hcl cap 0.5 mg (Agrylin), \n\n\n1 mg\naspirin-dipyridamole cap er \n\n\n12hr 25-200 mg\ncilostazol tab 50 mg, 100 mg\nclopidogrel bisulfate tab  \n\n\n75 mg (Plavix), 300 mg  \n(base equivalent)\n\n\ndipyridamole tab 25 mg, 50 mg, \n75 mg\n\n\nprasugrel hcl tab 5 mg, 10 mg \n(base equivalent) (Effient)\n\n\nwarfarin sodium tab 1 mg, 2 mg, \n2.5 mg, 3 mg, 4 mg, 5 mg, 6 mg, \n7.5 mg, 10 mg\n\n\nBowel Preparation \npeg 3350-kcl-na bicarb-nacl-na \n\n\nsulfate for soln 236 gm \n(Golytely)\n\n\npeg 3350-kcl-nacl-na sulfate-na \nascorbate-c for soln 100 gm \n(Moviprep)\n\n\npeg 3350-kcl-sod bicarb-nacl \nfor soln 420 gm (Nulytely/flavor \npack)\n\n\nBreast Cancer\n\n\nPrimary Prevention \nraloxifene hcl tab 60 mg (Evista)\ntamoxifen citrate tab 10 mg, \n\n\n20 mg (base equivalent)\n\n\nContraceptives\n\n\nCervical Caps\nFEMCAP cervical cap 22 mm,  \n\n\n26 mm, 30 mm\nDiaphragms\nCAYA diaphragm arc-spring\nOMNIFLEX DIAPHRAGM diaphragms\n\n\nWIDE-SEAL SILICONE  \nDIAPHRAGM KIT â€“ diaphragm  \nwide seal 60 mm, 65 mm,  \n70 mm, 75 mm, 80 mm, 85 mm,  \n90 mm, 95 mm\n\n\nFemale Condom\nFC FEMALE CONDOM condoms â€“ \n\n\nfemale \nFC2 FEMALE CONDOM condoms-\n\n\nfemale \nMale Condom \nCONDOMS - male - various\nSpermicide\nENCARE â€“ nonoxynol-9 vaginal \n\n\nsuppos 100 mg\nOPTIONS GYNOL II VAGINAL â€“ \n\n\nnonoxynol-9 gel 3%\nSHUR-SEAL â€“ nonoxynol-9 gel 2%\nVCF VAGINAL CONTRACEPTIVE â€“ \n\n\nnonoxynol-9 film 28%, \nnonoxynol-9 foam 12.5%\n\n\nSponge\nTODAY SPONGE â€“ nonoxynol-9 \n\n\nvaginal sponge 1000 mg \nEmergency Progestin\nAftera â€“ levonorgestrel tab 1.5 mg \n\n\n(Plan B One-Step) \nEcontra EZ â€“ levonorgestrel tab \n\n\n1.5 mg (Plan B One-Step) \nEcontra One Step â€“ levonorgestrel \n\n\ntab 1.5 mg (Plan B One-Step)\nlevonorgestrel tab 1.5 mg (Plan B \n\n\nOne-Step) \nMy Choice â€“ levonorgestrel tab \n\n\n1.5 mg (Plan B One-Step) \nMy Way â€“ levonorgestrel tab \n\n\n1.5 mg (Plan B One-Step) \nNew Day â€“ levonorgestrel tab \n\n\n1.5 mg (Plan B One-Step) \nOpcicon One-Step â€“ levonorgestrel \n\n\ntab 1.5 mg (Plan B One-Step) \nOption 2 â€“ levonorgestrel tab \n\n\n1.5 mg (Plan B One-Step) \nPreventeza â€“ levonorgestrel tab \n\n\n1.5 mg (Plan B One-Step) \n\n\nReact â€“ levonorgestrel tab 1.5 mg \n(Plan B One-Step) \n\n\nTake Action â€“ levonorgestrel tab \n1.5 mg (Plan B One-Step) \n\n\nEmergency Ella\nELLA ulipristal acetate tab 30 mg \nInjectable Progestin\nmedroxyprogesterone acetate  \n\n\nim susp prefilled syr  \n150 mg/mL (Depo-provera \ncontraceptive) \n\n\nmedroxyprogesterone acetate  \nim susp 150 mg/mL (Depo-\nprovera contraceptive) \n\n\nOral Combined\nAfirmelle â€“ levonorgestrel & \n\n\nethinyl estradiol tab  \n0.1 mg-20 mcg\n\n\nAltavera â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nAlyacen 1/35 â€“ norethindrone & \nethinyl estradiol tab \n1 mg-35 mcg\n\n\nAlyacen 7/7/7 â€“ norethindrone- \neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\n\nApri â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nAranelle â€“ norethindrone-eth \nestradiol tab 0.5-35/1-35/0.5- \n35 mg-mcg\n\n\nAubra â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\n\nAubra eq â€“ levonorgestrel & \nethinyl estradiol tab \n0.1 mg-20 mcg\n\n\nAurovela 1/20 â€“ norethindrone ace \n& ethinyl estradiol tab \n1 mg-20 mcg\n\n\nAurovela 1.5/30 â€“  \nnorethindrone ace & ethinyl \nestradiol tab 1.5 mg-30 mcg\n\n\nAurovela 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n5\n\n\nAurovela fe 1/20 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\n\nAurovela fe 1.5/30 â€“norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\n\nAviane â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\n\nAyuna â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nAzurette â€“ desogest-eth estrad & \neth estrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\n\nBalziva â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\n\nBekyree â€“ desogest-eth estrad & \neth estrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\n\nBlisovi fe 1/20 â€“ norethindrone  \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\n\nBlisovi fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\n\nBlisovi 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\n\nBriellyn â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\n\nCaziant â€“ desogest-ethin est tab \n0.1-0.025/0.125-0.025/0.15- \n0.025 mg-mcg\n\n\nCharlotte 24 fe â€“ norethindrone \nacetate/ethinyl estradiol/fe \n(Minastrin 24 fe)\n\n\nChateal â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nChateal eq â€“ levonorgestrel & \nethinyl estradiol tab  \n0.15 mg-30 mcg\n\n\nCryselle-28 â€“ norgestrel & ethinyl \nestradiol tab 0.3 mg-30 mcg\n\n\nCyclafem 1/35 â€“ norethindrone  \n& ethinyl estradiol tab  \n1 mg-35 mcg\n\n\nCyclafem 7/7/7 â€“ norethindrone-\neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\n\nCyred â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nCyred eq â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nDasetta 1/35 â€“ norethindrone & \nethinyl estradiol tab  \n1 mg-35 mcg\n\n\nDasetta 7/7/7 â€“ norethindrone- \neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\n\nDelyla â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\n\ndesogest-eth estrad & eth estrad \ntab 0.15-0.02/0.01 mg (21/5) \n(Mircette)\n\n\ndesogestrel & ethinyl estradiol tab \n0.15 mg-30 mcg \n\n\ndrospirenone-ethinyl estradiol tab \n3-0.02 mg (Yaz), 3-0.03 mg \n(Yasmin 28)\n\n\ndrospirenone-ethinyl  \nestrad-levomefolate tab  \n3-0.02-0.451 mg (Beyaz),  \n3-0.03-0.451 mg (Safyral)\n\n\nElinest â€“ norgestrel & ethinyl \nestradiol tab 0.3 mg-30 mcg\n\n\nEmoquette â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nEnpresse â€“ 28 â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30mg-mcg\n\n\nEnskyce â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nEstarylla â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\n\nethynodiol diacetate & ethinyl \nestradiol tab 1 mg-35 mcg, \n1 mg-50 mcg\n\n\nFalmina â€“ levonorgestrel &  \nethinyl estradiol tab  \n0.1 mg-20 mcg\n\n\nFemynor â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\n\nGianvi â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\n\nHailey 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\n\nHailey 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\n\nHailey fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg\n\n\nHailey fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\n\nIsibloom â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nJasmiel â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\n\nJuleber â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nJunel 1/20 â€“ norethindrone ace & \nethinyl estradiol tab \n1 mg-20 mcg \n\n\nJunel 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\n\nJunel fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg\n\n\nJunel fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\n\nJunel fe 24 â€“ norethindrone ace-\nethinyl estradiol-fe tab  \n1 mg-20 mcg (24)\n\n\nKaitlib fe â€“ norethindrone & \nethinyl estradiol-fe chew tab  \n0.8 mg-25 mcg (Generess fe)\n\n\nKalliga â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nKariva â€“ desogest-eth estrad & eth \nestrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\n\nKelnor 1/35 â€“ ethynodiol diacetate \n& ethinyl estradiol tab \n1 mg-35 mcg\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n6\n\n\nKelnor 1/50 â€“ ethynodiol diacetate \n& ethinyl estradiol tab \n1 mg-50 mcg\n\n\nKurvelo â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nLarin 1/20 â€“ norethindrone ace \n& ethinyl estradiol tab \n1 mg-20 mcg\n\n\nLarin 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\n\nLarin fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg \n\n\nLarin fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\n\nLarin 24 fe â€“ norethindrone ace-\nethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\n\nLarissia â€“ levonorgestrel & ethinyl \nestradiol-fe tab 0.1 mg-20 mcg\n\n\nLayolis fe â€“ norethindrone & \nethinyl estradiol-fe chew tab \n0.8 mg-25 mcg (Generess fe)\n\n\nLeena â€“ norethindrone-eth \nestradiol tab 0.5-35/1-35/0.5- \n35 mg-mcg\n\n\nLessina â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\n\nLevonest â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30 mg-mcg\n\n\nlevonorgestrel & ethinyl estradiol \ntab 0.1 mg-20 mcg, \n0.15 mg-30 mcg\n\n\nlevonorgestrel-eth estra tab \n0.05-30/0.075-40/ \n0.125-30 mg-mcg\n\n\nLevora 0.15/30-28 â€“ \nlevonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nLillow â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nLoestrin 1/20-21 â€“  \nnorethindrone ace & ethinyl \nestradiol tab 1 mg-20 mcg\n\n\nLoestrin 1.5/30-21 â€“ norethindrone \nace & ethinyl estradiol tab  \n1.5 mg-30 mcg\n\n\nLoestrin fe 1/20 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg\n\n\nLoestrin fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\n\nLo-Zumandimine â€“ drospirenone-\nethinyl estradiol tab 3-0.02 mg \n(Yaz)\n\n\nLoryna â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\n\nLow-Ogestrel â€“ norgestrel & \nethinyl estradiol tab  \n0.3 mg-30 mcg\n\n\nLutera â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\n\nMarlissa â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nMelodetta 24 fe - norethindrone \n acetate/ethinyl estradiol/fe  \n (Minastrin 24 fe)\nMibelas 24 fe - norethindrone \n acetate/ethinyl estradiol/fe  \n (Minastrin 24 fe)\nMicrogestin 1/20 â€“ norethindrone \n\n\nace & ethinyl estradiol tab \n1 mg-20 mcg\n\n\nMicrogestin 1.5/30 â€“norethindrone \nace & ethinyl estradiol tab \n1.5 mg-30 mcg\n\n\nMicrogestin 24 fe - norethindrone \n ace-ethinyl estradiol-fe tab \n 1 mg-20 mcg (24)\nMicrogestin fe 1/20 â€“ \n\n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1 mg-20 mcg \n\n\nMicrogestin fe 1.5/30 â€“ \nnorethindrone ace & ethinyl \nestradiol-fe tab 1.5 mg-30 mcg\n\n\nMili â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\n\nMono-Linyah â€“ norgestimate & \nethinyl estradiol tab \n0.25 mg-35 mcg\n\n\nNecon 0.5/35-28 â€“ norethindrone \n& ethinyl estradiol tab \n0.5 mg-35 mcg\n\n\nNikki â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\n\nnorethindrone ace & ethinyl \nestradiol tab 1 mg-20 mcg, \n1.5 mg-30 mcg\n\n\nnorethindrone & ethinyl  \nestradiol-fe chew tab  \n0.4 mg-35 mcg \n\n\nnorethindrone & ethinyl  \nestradiol-fe chew tab  \n0.8 mg-25 mcg (Generess fe)\n\n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1 mg-20 mcg \n\n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1.5 mg-30 mcg\n\n\nnorethindrone acetate/ethinyl \nestradiol-fe (Minastrin 24 fe)\n\n\nnorethindrone ace-ethinyl \nestradiol-fe tab  \n1 mg-20 mcg (24)\n\n\nnorgestimate & ethinyl estradiol \ntab 0.25 mg-35 mcg\n\n\nnorgestimate-eth estrad tab \n0.18-25/0.215-25/ \n0.25-25 mg-mcg\n\n\nnorgestimate-eth estrad tab \n0.18-35/0.215-35/ \n0.25-35 mg-mcg  \n\n\nNortrel 0.5/35 (28) â€“  \nnorethindrone & ethinyl \nestradiol tab 0.5 mg-35 mcg\n\n\nNortrel 1/35 â€“ norethindrone & \nethinyl estradiol tab \n1 mg-35 mcg\n\n\nNortrel 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\n\nNymyo â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\n\nNylia 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/ \n0.75-35/1-35 mg-mcg\n\n\nOcella â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n7\n\n\nOrsythia â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\n\nPhilith â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\n\nPimtrea â€“ desogest-eth estrad \n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\n\nPirmella 1/35 â€“ norethindrone \n& ethinyl estradiol tab  \n1 mg-35 mcg\n\n\nPirmella 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\n\nPortia-28 â€“ levonorgestrel & \nethinyl estradiol tab \n0.15 mg-30 mcg\n\n\nPrevifem â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\n\nReclipsen â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\n\nSimliya â€“ desogest-eth estrad \n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\n\nSprintec 28 â€“ norgestimate & \nethinyl estradiol tab \n0.25 mg-35 mcg\n\n\nSronyx â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\n\nSyeda â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\n\nTarina 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\n\nTarina fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg \n\n\nTarina fe 1/20 eq â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\n\nTilia fe â€“ norethindrone ac-ethinyl \nestrad-fe tab 1-20/1-30/  \n1-35 mg-mcg (Estrostep fe)\n\n\nTri-estarylla â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\n\nTri femynor â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\n\nTri-legest fe â€“ norethindrone ac-\nethinyl estrad-fe tab  \n1-20/1-30/1-35 mg-mcg \n(Estrostep Fe)\n\n\nTri-linyah â€“ norgestimate-eth \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\n\nTri-lo-estarylla â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\n\nTri-lo-marzia â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\n\nTri-lo-mili â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\n\nTri-lo-sprintec â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\n\nTri-mili â€“ norgestimate-eth  \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\n\nTri-nymyo â€“ norgestimate-eth \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\n\nTri-previfem â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\n\nTri-sprintec â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\n\nTri-vylibra â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg\n\n\nTri-vylibra lo â€“ norgestimate-eth \nestrad tab 0.18-25/ \n0.215-25/0.25-25 mg-mcg \n\n\nTrivora-28 â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30 mg-mcg\n\n\nTydemy â€“ drospirenone-ethinyl \nestrad-levomefolate tab \n3-0.03-0.451 mg (Safyral)\n\n\nVelivet â€“ desogest-ethin est tab \n0.1-0.025/0.125-0.025/0.15- \n0.025 mg-mg\n\n\nVestura - drospirenone-ethinyl \n estradiol tab 3-0.02 mg  (Yaz) \nVienva â€“ levonorgestrel & ethinyl \n\n\nestradiol tab 0.1 mg-20 mcg\nViorele â€“ desogest-eth estrad \n\n\n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\n\nVolnea â€“ desogest-eth estrad & eth \nestrad tab 0.15-0.02/ 0.01 mg \n(21/5) (Mircette)\n\n\nVyfemla â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\n\nVylibra â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\n\nWera â€“ norethindrone & ethinyl \nestradiol tab 0.5 mg-35 mcg\n\n\nWymzya fe â€“ norethindrone & \nethinyl estradiol-fe chew tab \n0.4 mg-35 mcg \n\n\nZarah â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\n\nZovia 1/35 - ethynodiol diacetate \n & ethinyl estradiol tab \n 1 mg-35 mcg\nZovia 1/35E â€“ ethynodiol diacetate \n\n\n& ethinyl estradiol tab \n1 mg-35 mcg\n\n\nZumandimine â€“ drospirenone-\nethinyl estradiol tab 3-0.03 mg \n(Yasmin 28)\n\n\nOral Extended Continuous\nAmethia â€“ levonorg-eth est tab \n\n\n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\nAmethia Lo â€“ levonorg-eth est tab \n0.1-0.02mg (84) & eth est tab \n0.01 mg (7) (Loseasonique) \n\n\nAmethyst â€“ levonorgestrel-ethinyl \nestradiol (continuous) tab \n90-20 mcg\n\n\nAshlyna â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n8\n\n\nCamrese â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\nCamrese Lo â€“ levonorg-eth est tab \n0.1-0.02 mg (84) & eth est tab \n0.01 mg (7) (Loseasonique) \n\n\nDaysee â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\nDolishale â€“ levonorgestrel-ethinyl \nestradiol (continuous) tab \n90-20 mcg\n\n\nFayosim â€“ levonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\n\nIclevia â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\n\nIntrovale â€“ levonorgestrel & \nethinyl estradiol (91-day) tab \n0.15-0.03mg \n\n\nJaimiess â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\nJolessa â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\n\nlevonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\n\nlevonorg-eth est tab 0.1-0.02 mg \n(84) & eth est tab 0.01 mg (7) \n(Loseasonique) \n\n\nlevonorg-eth est tab 0.15-0.03 mg \n(84) & eth est tab 0.01 mg (7) \n(Seasonique)\n\n\nlevonorgestrel & ethinyl estradiol \n(91-day) tab 0.15-0.03 mg \n\n\nlevonorgestrel-ethinyl estradiol \n(continuous) tab 90-20 mcg\n\n\nLojaimiess â€“ levonorg-eth est tab \n0.1-0.02 mg (84) & eth est tab \n0.01 mg (7) (Loseasonique)\n\n\nRivelsa â€“ levonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\n\nSetlakin â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\n\nSimpesse â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\nOral Progestin\nCamila â€“ norethindrone tab \n\n\n0.35 mg \nDeblitane â€“ norethindrone tab \n\n\n0.35 mg \nErrin â€“ norethindrone tab  \n\n\n0.35 mg \nHeather â€“ norethindrone tab \n\n\n0.35 mg \nIncassia â€“ norethindrone tab \n\n\n0.35 mg \nJencycla â€“ norethindrone tab \n\n\n0.35 mg \nLyleq â€“ norethindrone tab  \n\n\n0.35 mg \nLyza â€“ norethindrone tab  \n\n\n0.35 mg \nNora-Be â€“ norethindrone tab \n\n\n0.35 mg \nnorethindrone tab 0.35 mg \nNorlyda â€“ norethindrone tab \n\n\n0.35 mg \nNorlyroc â€“ norethindrone tab \n\n\n0.35 mg \nSharobel â€“ norethindrone tab \n\n\n0.35 mg \nTulana â€“ norethindrone tab \n\n\n0.35 mg \nTransdermal Combined\nXulane â€“ norelgestromin-ethinyl \n\n\nestradiol td ptwk \n150-35 mcg/24hr \n\n\nZafemy â€“ norelgestromin-ethinyl \nestradiol td ptwk \n150-35 mcg /24hr \n\n\nVaginal Combined\nNUVARING â€“ etonogestrel-ethinyl \n\n\nestradiol va ring 0.120-0.015mg/ \n24 hr \n\n\nDepression\n\n\nSelective Serotonin Reuptake \nInhibitors (SSRI)\ncitalopram hydrobromide oral \n\n\nsoln 10 mg/5 mL\ncitalopram hydrobromide tab \n\n\n10 mg, 20 mg, 40 mg (base \nequivalent) (Celexa)\n\n\nescitalopram oxalate soln \n5 mg/5 mL (base equivalent)\n\n\nescitalopram oxalate tab 5 mg, \n10 mg, 20 mg (base equivalent) \n(Lexapro)\n\n\nfluoxetine hcl cap 10 mg, 20 mg, \n40 mg (Prozac)\n\n\nfluoxetine hcl solution 20 mg/5 mL\nparoxetine hcl tab 10 mg, 20 mg, \n\n\n30 mg, 40 mg (Paxil)\nsertraline hcl oral concentrate for \n\n\nsolution 20 mg/mL (Zoloft)\nsertraline hcl tab 25 mg, 50 mg, \n\n\n100 mg (Zoloft)\n\n\nDiabetes Medications\n\n\nHypoglycemic Agents\nBAQSIMI ONE PACK â€“ glucagon nasal \n\n\npowder 3 mg/dose\nBAQSIMI TWO PACK â€“ glucagon nasal \n\n\npowder 3 mg/dose\nglucagon (rdna) for inj kit 1 mg \n\n\n(Glucagon emergency kit)\nGLUCAGON EMERGENCY KIT  \n\n\nFOR LOW BLOOD SUGARâ€“\nglucagon hcl for inj 1 mg\n\n\nGVOKE HYPOPEN 1-PACK â€“ \nglucagon subcutaneous solution \nauto-injector 0.5 mg/0.1 mL, \n1 mg/0.2 mL\n\n\nGVOKE HYPOPEN 2-PACK â€“ \nglucagon subcutaneous  \nsolution auto-injector  \n0.5 mg/0.1 mL,1 mg/0.2 mL\n\n\nGVOKE KIT â€“ glucagon subcutaneous \nsoln 1 mg/0.2 mL\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n9\n\n\nGVOKE PFS â€“ glucagon subcutaneous \nsoln pref syringe 0.5 mg/0.1 mL, \n1 mg/0.2 mL\n\n\nZEGALOGUE â€“ dasiglucagon hcl \nsubcutaneous soln auto-inj \n0.6 mg/0.6 mL\n\n\nZEGALOGUE â€“ dasiglucagon hcl \nsubcutaneous soln pref syringe \n0.6 mg/0.6 mL\n\n\nInsulin Only\nFIASP â€“ insulin aspart (with \n\n\nniacinamide) inj 100 unit/mL\nFIASP FLEXTOUCH â€“ insulin  \n\n\naspart (with niacinamide) soln \npen-injector 100 unit/mL\n\n\nFIASP PENFILL â€“ insulin aspart  \n(with niacinamide) soln  \ncartridge 100 unit/mL\n\n\nHUMULIN R U-500  \n(CONCENTRATED) â€“ insulin  \nregular (human) inj 500 unit/mL\n\n\nHUMULIN R U-500 KWIKPEN  \ninsulin regular (human) soln \npen-injector 500 unit/mL\n\n\nINSULIN ASPART â€“ insulin aspart  \ninj 100 unit/mL\n\n\nINSULIN ASPART FLEXPEN â€“ \ninsulin aspart soln pen-injector \n100 unit/mL\n\n\nINSULIN ASPART PENFILL â€“  \ninsulin aspart soln cartridge  \n100 unit/mL\n\n\nINSULIN ASPART PROTAMINE/ â€“\ninsulin aspart prot & aspart \n(human) inj 100 unit/mL (70-30)\n\n\nINSULIN ASPART PROTAMINE/ â€“\ninsulin aspart prot & aspart sus \npen-inj 100 unit/mL (70-30)\n\n\nINSULIN GLARGINE â€“ insulin  \nglargine-yfgn inj 100 unit/mL\n\n\nINSULIN GLARGINE â€“ insulin  \nglargine-yfgn soln pen-injector  \n100 unit/mL\n\n\nLEVEMIR â€“ insulin detemir inj \n100 unit/mL\n\n\nLEVEMIR FLEXTOUCH â€“ insulin \ndetemir soln pen-injector \n100 unit/mL\n\n\nNOVOLIN 70/30 â€“ insulin nph \nisophane & regular human inj \n100 unit/mL (70-30)\n\n\nNOVOLIN 70/30 FLEXPEN â€“ insulin \nnph & regular susp pen-inj \n100 unit/mL (70-30)\n\n\nNOVOLIN 70/30 FLEXPEN RELION â€“ \ninsulin nph & regular susp pen-inj \n100 unit/mL (70-30)\n\n\nNOVOLIN 70/30 RELION â€“ insulin \nnph isophane & regular human inj \n100 unit/mL (70-30)\n\n\nNOVOLIN N â€“ insulin  \nnph (human) (isophane) inj  \n100 unit/mL\n\n\nNOVOLIN N FLEXPEN â€“ insulin  \nnph (human) (isophane) susp \npen-injector 100 unit/mL\n\n\nNOVOLIN N FLEXPEN RELION â€“\ninsulin nph (human) (isophane) \nsusp pen-injector 100 unit/mL\n\n\nNOVOLIN N RELION â€“ insulin nph \n(human) (isophane) inj 100 unit/mL\n\n\nNOVOLIN R â€“ insulin regular (human) \ninj 100 unit/mL\n\n\nNOVOLIN R FLEXPEN â€“ insulin regular \n(human) soln pen-injector \n100 unit/mL\n\n\nNOVOLIN R FLEXPEN RELION â€“ \ninsulin regular (human) soln \npen-injector 100 unit/mL\n\n\nNOVOLIN R RELION â€“ insulin regular \n(human) inj 100 unit/mL\n\n\nNOVOLOG â€“ insulin aspart inj \n100 unit/mL\n\n\nNOVOLOG FLEXPEN â€“ insulin  \naspart soln pen-injector  \n100 unit/mL\n\n\nNOVOLOG MIX 70/30 â€“ insulin  \naspart prot & aspart (human) inj \n100 unit/mL (70-30)\n\n\nNOVOLOG MIX 70/30 PREFILL â€“ \ninsulin aspart prot & aspart sus \npen-inj 100 unit/mL (70-30)\n\n\nNOVOLOG PENFILL â€“ insulin aspart \nsoln cartridge 100 unit/mL\n\n\nNOVOLOG RELION â€“ insulin aspart \ninj soln 100 unit/mL\n\n\nSEMGLEE â€“ insulin glargine-yfgn  \ninj 100 unit/mL\n\n\nSEMGLEE â€“ insulin glargine-yfgn soln \npen-injector 100 unit/mL\n\n\nTOUJEO MAX SOLOSTAR â€“ \ninsulin glargine soln pen- \ninjector 300 unit/mL (2 unit dial)\n\n\nTOUJEO SOLOSTAR â€“ insulin  \nglargine soln pen-injector  \n300 unit/mL (1 unit dial)\n\n\nTRESIBA â€“ insulin degludec inj \n100 unit/mL\n\n\nTRESIBA FLEXTOUCH â€“ insulin \ndegludec soln pen-injector \n100 unit/mL, 200 unit/mL\n\n\nOrals Only\nacarbose tab 25 mg, 50 mg, \n\n\n100 mg (Precose)\nglimepiride tab 1 mg, 2 mg, 4 mg \n\n\n(Amaryl)\nglipizide tab 5 mg\nglipizide tab 10 mg (Glucotrol)\nglipizide tab er 24hr 2.5 mg, \n\n\n5 mg,10 mg (Glucotrol xl)\nglipizide-metformin hcl tab \n\n\n2.5-250 mg, 2.5-500 mg, \n5-500 mg\n\n\nglyburide tab 1.25 mg, 2.5 mg, \n5 mg\n\n\nglyburide micronized tab 1.5 mg, \n3 mg, 6 mg (Glynase)\n\n\nglyburide-metformin tab \n1.25-250 mg, 2.5-500 mg, \n5-500 mg\n\n\nmetformin hcl tab 500 mg, 850 mg, \n1000 mg\n\n\nmetformin hcl tab er 24hr 500 mg, \n750 mg\n\n\nmiglitol tab 25 mg, 50 mg, 100 mg\nnateglinide tab 60 mg, 120 mg\npioglitazone hcl tab 15 mg, 30 mg, \n\n\n45 mg (base equivalent) (Actos)\npioglitazone hcl-metformin hcl  \n\n\ntab 15-500 mg, 15-850 mg \n(Actoplus met)\n\n\nrepaglinide tab 0.5 mg, 1 mg, 2 mg\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n10\n\n\nDiabetic Supplies\nCalibration Liquid \n\n\nASCENSIA CONTOUR \nASCENSIA CONTOUR NEXT\n\n\nInsulin Syringes\nLancets\nLancet Devices\nPen Needles\nTest Strips & Discs \n\n\nASCENCIA CONTOUR \nASCENCIA CONTOUR NEXT\n\n\nFluoride \n\n\nDental Products and \nCombinations\nsodium fluoride cream 1.1% \n\n\n(Prevident 5000 plus)\nsodium fluoride gel 1.1% (0.5% f) \n\n\n(Prevident fluoride)\nsodium fluoride paste 1.1% \n\n\n(Prevident 5000 boost)\nsodium fluoride rinse 0.2% \n\n\n(Prevident)\nsodium fluoride-potassium nitrate \n\n\ngel 1.1-5% (Prevident 5000 sensi)\nstannous fluoride conc 0.63% \n\n\n(Gel-kam oral care rinse)\nstannous fluoride gel 0.4% \n\n\n(Gel-kam gel)\nSupplements and Combinations\nsodium fluoride chew tab  \n\n\n0.25 mg f (from 0.55 mg naf),  \n0.5 mg f (from 1.1 mg naf),  \n1 mg f (from 2.2 mg naf) (Luride)\n\n\nsodium fluoride soln  \n0.125 mg/drop f  \n(0.275 mg/drop naf)\n\n\nsodium fluoride soln 0.5 mg/mL f \n(from 1.1 mg/mL naf) (Luride)\n\n\nHigh Blood Pressure\nacebutolol hcl cap 200 mg, 400 mg\namiloride hcl tab 5 mg\namiloride & hydrochlorothiazide \n\n\ntab 5-50 mg\n\n\namlodipine besylate tab 2.5 mg, \n5 mg, 10 mg (base equivalent) \n(Norvasc)\n\n\namlodipine besylate-benazepril \nhcl cap 2.5-10 mg, 5-40 mg\n\n\namlodipine besylate-benazepril \nhcl cap 5-10 mg, 5-20 mg, \n10-20 mg, 10-40 mg (Lotrel)\n\n\namlodipine besylate-olmesartan \nmedoxomil tab 5-20 mg, \n5-40 mg, 10-20 mg, 10-40 mg \n(Azor)\n\n\namlodipine besylate-valsartan tab \n5-160 mg, 5-320 mg, 10-160 mg, \n10-320 mg (Exforge)\n\n\natenolol tab 25 mg, 50 mg, \n100 mg (Tenormin)\n\n\natenolol & chlorthalidone tab \n50-25 mg, (Tenoretic 50) \n100-25 mg (Tenoretic 100)\n\n\nbenazepril hcl tab 5 mg\nbenazepril hcl tab 10 mg, 20 mg, \n\n\n40 mg (Lotensin)\nbenazepril & hydrochlorothiazide \n\n\ntab 10-12.5 mg, 20-12.5 mg, \n20-25 mg (Lotensin hct)\n\n\nbetaxolol hcl tab 10 mg, 20 mg\nbisoprolol & hydrochlorothiazide \n\n\ntab 2.5-6.25 mg, 5-6.25 mg, \n10-6.25 mg (Ziac)\n\n\nbisoprolol fumarate tab 5 mg, \n10 mg\n\n\nbumetanide tab 0.5 mg (Bumex)\nbumetanide tab 1 mg, 2 mg\ncandesartan cilexetil tab 4 mg, \n\n\n8 mg, 16 mg, 32 mg (Atacand)\ncandesartan cilexetil-\n\n\nhydrochlorothiazide tab \n16-12.5 mg, 32-12.5 mg, \n32-25 mg (Atacand hct)\n\n\ncaptopril tab 12.5 mg, 25 mg, \n50 mg, 100 mg\n\n\ncarvedilol tab 3.125 mg, 6.25 mg, \n12.5 mg, 25 mg (Coreg)\n\n\nchlorthalidone tab 25 mg, 50 mg\nclonidine hcl tab 0.1 mg, 0.2 mg, \n\n\n0.3 mg\n\n\nclonidine td patch weekly \n0.1 mg/24hr (Catapres-tts-1), \n0.2 mg/24hr (Catapres-tts-2), \n0.3 mg/24hr (Catapres-tts-3)\n\n\ndiltiazem hcl cap er 12hr 60 mg, \n90 mg, 120 mg\n\n\ndiltiazem hcl cap er 24hr 120 mg, \n180 mg, 240 mg\n\n\ndiltiazem hcl coated beads cap er \n24hr 120 mg, 180 mg, 240 mg, \n300 mg, 360 mg (Cardizem cd)\n\n\ndiltiazem hcl coated beads tab er \n24hr 180 mg, 240 mg, 300 mg, \n360 mg, 420 mg (Cardizem la)\n\n\ndiltiazem hcl extended release \nbeads cap er 24hr 120 mg, \n180 mg, 240 mg, 300 mg, \n360 mg, 420 mg (Tiazac)\n\n\ndiltiazem hcl tab 30 mg, 60 mg, \n120 mg (Cardizem)\n\n\ndiltiazem hcl tab 90 mg\ndoxazosin mesylate tab 1 mg, \n\n\n2 mg, 4 mg, 8 mg (Cardura)\nenalapril maleate tab 2.5 mg, \n\n\n5 mg, 10 mg, 20 mg (Vasotec)\nenalapril maleate & \n\n\nhydrochlorothiazide tab \n5-12.5 mg\n\n\nenalapril maleate & \nhydrochlorothiazide tab \n10-25 mg (Vaseretic)\n\n\nenalapril maleate oral soln \n1 mg/mL (Epaned)\n\n\neplerenone tab 25 mg, 50 mg \n(Inspra)\n\n\nfelodipine tab er 24hr 2.5 mg, \n5 mg, 10 mg\n\n\nfosinopril sodium tab 10 mg, \n20 mg, 40 mg\n\n\nfosinopril sodium & \nhydrochlorothiazide tab \n10-12.5 mg, 20-12.5 mg\n\n\nfurosemide oral soln 10 mg/mL\nfurosemide tab 20 mg, 40 mg, \n\n\n80 mg (Lasix)\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n11\n\n\nguanfacine hcl tab 1 mg, 2 mg \n(Tenex)\n\n\nhydralazine hcl tab 10 mg, 25 mg, \n50 mg, 100 mg\n\n\nhydrochlorothiazide cap 12.5 mg\nhydrochlorothiazide tab 12.5 mg, \n\n\n25 mg, 50 mg\nindapamide tab 1.25 mg, 2.5 mg\nirbesartan tab 75 mg, 150 mg, \n\n\n300 mg (Avapro)\nirbesartan-hydrochlorothiazide \n\n\ntab 150-12.5 mg, 300-12.5 mg \n(Avalide)\n\n\nisosorbide dinitrate-hydralazine \nhcl tab 20-37.5 mg (Bidil)\n\n\nisradipine cap 2.5 mg, 5 mg\nlabetalol hcl tab 100 mg, 200 mg, \n\n\n300 mg\nlisinopril tab 2.5 mg, 5 mg, 10 mg, \n\n\n30 mg, 40 mg (Zestril)\nlisinopril tab 20 mg (Prinivil)\nlisinopril & hydrochlorothiazide \n\n\ntab 10-12.5 mg, 20-12.5 mg, \n20-25 mg (Zestoretic)\n\n\nlosartan potassium tab 25 mg, \n50 mg, 100 mg (Cozaar)\n\n\nlosartan potassium & \nhydrochlorothiazide tab \n50-12.5 mg, 100-12.5 mg, \n100-25 mg (Hyzaar)\n\n\nmetolazone tab 2.5 mg, 5 mg, \n10 mg\n\n\nmetoprolol succinate tab er 24hr \n25 mg, 50 mg, 100 mg, 200 mg \n(tartrate equivalent) (Toprol xl)\n\n\nmetoprolol tartrate tab 25 mg, \n37.5 mg, 75 mg\n\n\nmetoprolol tartrate tab 50 mg, \n100 mg (Lopressor)\n\n\nmetoprolol & hydrochlorothiazide \ntab 50-25 mg, 100-25 mg\n\n\nminoxidil tab 2.5 mg, 10 mg\nmoexipril hcl tab 7.5 mg, 15 mg\nnadolol tab 20 mg, 40 mg, 80 mg \n\n\n(Corgard)\nnicardipine hcl cap 20 mg, 30 mg\nnifedipine cap 10 mg (Procardia)\n\n\nnifedipine cap 20 mg\nnifedipine tab er 24hr 30 mg, \n\n\n60 mg, 90 mg\nnifedipine tab er 24hr osmotic \n\n\nrelease 30 mg, 60 mg, 90 mg \n(Procardia xl)\n\n\nolmesartan medoxomil tab 5 mg, \n20 mg, 40 mg (Benicar)\n\n\nolmesartan medoxomil-\nhydrochlorothiazide tab \n20-12.5 mg, 40-12.5 mg, \n40-25 mg (Benicar hct)\n\n\nolmesartan-amlodipine-\nhydrochlorothiazide tab \n20-5-12.5 mg, 40-5-12.5 mg, \n40-5-25 mg, 40-10-12.5 mg, \n40-10-25 mg (Tribenzor)\n\n\nperindopril erbumine tab 2 mg, \n4 mg, 8 mg\n\n\nphenoxybenzamine hcl cap \n10 mg (Dibenzyline)\n\n\npindolol tab 5 mg, 10 mg\nprazosin hcl cap 1 mg, 2 mg, \n\n\n5 mg (Minipress)\npropranolol hcl oral soln \n\n\n20 mg/5 mL\npropranolol hcl cap er 24hr \n\n\n60 mg, 80 mg, 120 mg, 160 mg \n(Inderal la)\n\n\npropranolol hcl tab 10 mg, 20 mg, \n40 mg, 60 mg, 80 mg\n\n\nquinapril hcl tab 5 mg, 10 mg, \n20 mg, 40 mg (Accupril)\n\n\nquinapril-hydrochlorothiazide tab \n10-12.5 mg, 20-12.5 mg, \n20-25 mg (Accuretic)\n\n\nramipril cap 1.25 mg, 2.5 mg, \n5 mg, 10 mg (Altace)\n\n\nspironolactone tab 25 mg, 50 mg, \n100 mg (Aldactone)\n\n\nspironolactone & \nhydrochlorothiazide tab \n25-25 mg (Aldactazide)\n\n\ntelmisartan tab 20 mg, 40 mg, \n80 mg (Micardis)\n\n\ntelmisartan-amlodipine tab \n40-5 mg, 40-10 mg, 80-5 mg, \n80-10 mg (Twynsta)\n\n\ntelmisartan-hydrochlorothiazide \ntab 40-12.5 mg, 80-12.5 mg, \n80-25 mg (Micardis hct)\n\n\nterazosin hcl cap 1 mg, 2 mg, 5 mg, \n10 mg (base equivalent)\n\n\ntorsemide tab 5 mg, 10 mg, \n20 mg, 100 mg\n\n\ntrandolapril tab 1 mg, 2 mg, 4 mg\ntriamterene cap 50 mg, 100 mg \n\n\n(Dyrenium)\ntriamterene & hydrochlorothiazide \n\n\ncap 37.5-25 mg\ntriamterene & hydrochlorothiazide \n\n\ntab 37.5-25 mg (Maxzide-25), \n75-50 mg (Maxzide)\n\n\nvalsartan tab 40 mg, 80 mg, \n160 mg, 320 mg (Diovan)\n\n\nvalsartan-hydrochlorothiazide tab \n80-12.5 mg, 160-12.5 mg, \n160-25 mg, 320-12.5 mg, \n320-25 mg (Diovan hct)\n\n\nverapamil hcl cap er 24hr 120 mg, \n180 mg, 240 mg (Verelan)\n\n\nverapamil hcl tab 40 mg, 80 mg, \n120 mg\n\n\nverapamil hcl tab er 120 mg, \n180 mg, 240 mg (Calan sr)\n\n\nHigh Cholesterol\natorvastatin calcium tab 10 mg, \n\n\n20 mg (base equivalent)  \n(Lipitor) \n\n\natorvastatin calcium tab 40 mg, \n80 mg (base equivalent) (Lipitor)\n\n\ncholestyramine light powder 4 gm/\ndose (Questran Light)\n\n\ncholestyramine light powder \npackets 4 gm\n\n\ncholestyramine powder  \n4 gm/dose, packets 4 gm \n(Questran)\n\n\ncolesevelam hcl packet for susp \n3.75 gm (Welchol)\n\n\ncolesevelam hcl tab 625 mg \n(Welchol)\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n12\n\n\ncolestipol hcl granules 5 gm, \ngranule packets 5 gm (Colestid \nflavored)\n\n\ncolestipol hcl tab 1 gm (Colestid)\nezetimibe tab 10 mg (Zetia)\nezetimibe-simvastatin tab \n\n\n10-10 mg, 10-20 mg, 10-40 mg, \n10-80 mg (Vytorin)\n\n\nfenofibrate tab 48 mg, 145 mg \n(Tricor)\n\n\nfenofibrate tab 54 mg, 160 mg\nfenofibrate micronized cap 67 mg, \n\n\n134 mg, 200 mg\ngemfibrozil tab 600 mg (Lopid)\nicosapent ethyl cap 1 gm (Vascepa)\nlovastatin tab 10 mg\nlovastatin tab 20 mg, 40 mg \nniacin tab er 500 mg, 750 mg, \n\n\n1000 mg (antihyperlipidemic) \n(Niaspan)\n\n\npravastatin sodium tab 10 mg, \n20 mg, 40 mg, 80 mg \n\n\nrosuvastatin calcium tab 5 mg, \n10 mg, 20 mg, 40 mg (Crestor)\n\n\nsimvastatin tab 5 mg, 10 mg, \n20 mg, 40 mg, 80 mg (Zocor)\n\n\nOsteoporosis\nalendronate sodium oral soln \n\n\n70 mg/75 mL\nalendronate sodium tab 10 mg, \n\n\n35 mg\nalendronate sodium tab 70 mg \n\n\n(Fosamax)\ncalcitonin (salmon) nasal soln \n\n\n200 unit/act\nibandronate sodium tab 150 mg \n\n\n(base equivalent) (Boniva)\nraloxifene hcl tab 60 mg  \n\n\n(Evista) \nrisedronate sodium tab 5 mg, \n\n\n30 mg\nrisedronate sodium 35 mg,  \n\n\n150 mg (Actonel)\nrisedronate sodium tab delayed \n\n\nrelease 35 mg (Atelvia)\n\n\nRespiratory\nacetylcysteine inhal soln 10%, 20%\nADVAIR DISKUS â€“ fluticasone-\n\n\nsalmeterol aer powder ba  \n100-50 mcg/dose,  \n250-50 mcg/dose,  \n500-50 mcg/dose\n\n\nADVAIR HFA â€“ fluticasone- \nsalmeterol inhal aerosol  \n45-21 mcg/act, 115-21 mcg/act, \n230-21 mcg/act\n\n\nalbuterol sulfate inhal aero \n108 mcg/act (90 mcg base \nequivalent) (Proventil hfa, \nProair hfa)\n\n\nalbuterol sulfate soln nebu  \n0.083% (2.5 mg/3 mL)\n\n\nalbuterol sulfate soln nebu 0.5% \n(5 mg/mL)\n\n\nalbuterol sulfate soln nebu \n0.63 mg/3 mL, 1.25 mg/3 mL \n(base equivalent)\n\n\nalbuterol sulfate syrup 2 mg/5 mL\nalbuterol sulfate tab 2 mg, 4 mg\nANORO ELLIPTA â€“ umeclidinium-\n\n\nvilanterol aero powd ba \n62.5-25 mcg/inh\n\n\narformoterol tartrate soln nebu \n15 mcg/2 mL (base equivalent)\n\n\nARNUITY ELLIPTA â€“ fluticasone \nfuroate aerosol powder breath \nactiv 50 mcg/act, 100 mcg/act, \n200 mcg/act\n\n\nASMANEX HFA â€“ mometasone \nfuroate inhal aerosol suspension \n50 mcg/act, 100 mcg/act, \n200 mcg/act\n\n\nASMANEX TWISTHALER 30 METERED \nâ€“ mometasone furoate inhal powd \n110 mcg/inh (breath activated)\n\n\nASMANEX TWISTHALER 30, 60,  \n120 METERED â€“ mometasone \nfuroate inhal powd 220 mcg/inh \n(breath activated)\n\n\nBREO ELLIPTA â€“ fluticasone furoate \nvilanterol aero powd ba  \n100-25 mcg/inh, 200-25 mcg/inh\n\n\nBREZTRI AEROSPHERE â€“  \nbudesonide-glycopyrrolate-\nformoterol aers  \n160-9-4.8 mcg/act\n\n\nbudesonide inhalation susp \n0.25 mg/2 mL, 0.5 mg/2 mL, \n1 mg/2 mL (Pulmicort)\n\n\nCOMBIVENT RESPIMAT â€“ \nipratropium-albuterol inhal aerosol \nsoln 20-100 mcg/act\n\n\ncromolyn sodium soln nebu \n20 mg/2 mL\n\n\nDULERA â€“ mometasone furoate-\nformoterol fumarate aerosol \n50-5 mcg/act, 100-5 mcg/act, \n200-5 mcg/act\n\n\nFLOVENT DISKUS â€“ fluticasone \npropionate aer pow ba  \n50 mcg/blister, 100 mcg/blister, \n250 mcg/blister\n\n\nFLOVENT HFA â€“ fluticasone \npropionate hfa inhal aero  \n44 mcg/act (50/valve),  \n110 mcg/act (125/valve),  \n220 mcg/act (250/valve)\n\n\nFLUTICASONE PROPIONATE/\nSALMETEROL â€“  \nfuticasone-salmeterol aer powder \nba 55-14 mcg/act, 113-14 mcg/act, \n232-14 mcg/act\n\n\nINCRUSE ELLIPTA â€“ umeclidinium  \nbr aero powd breath act  \n62.5 mcg/inh (base equivalent)\n\n\nipratropium bromide inhal soln \n0.02%\n\n\nipratropium-albuterol nebu soln \n0.5-2.5(3) mg/3 mL\n\n\nlevalbuterol hcl soln nebu \n0.31 mg/3 mL, 0.63 mg/3 mL, \n1.25 mg/3 mL (base equivalent) \n(Xopenex)\n\n\nlevalbuterol hcl soln nebu conc \n1.25 mg/0.5 mL (base \nequivalent) (Xopenex \nconcentrate)\n\n\nmontelukast sodium chew tab \n4 mg, 5 mg (base equivalent) \n(Singulair)\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\n13\n\n\nmontelukast sodium tab 10 mg \n(base equivalent) (Singulair)\n\n\nQVAR REDIHALER â€“beclomethasone \ndiprop hfa breath act inh aer \n40 mcg/act, 80 mcg/act\n\n\nSEREVENT DISKUS â€“ salmeterol \nxinafoate aer pow ba 50 mcg/dose \n(base equivalent)\n\n\nSPIRIVA HANDIHALER â€“tiotropium \nbromide monohydrate inhal cap \n18 mcg (base equivalent)\n\n\nSPIRIVA RESPIMAT â€“ tiotropium \nbromide monohydrate inhal \naerosol 1.25 mcg/act, 2.5 mcg/act\n\n\nSTIOLTO RESPIMAT â€“ tiotropium \nbr-olodaterol inhal aero soln \n2.5-2.5 mcg/act\n\n\nSTRIVERDI RESPIMAT â€“ olodaterol hcl \ninhal aerosol soln 2.5 mcg/act \n(base equivalent)\n\n\nSYMBICORT â€“ budesonide- \nformoterol fumarate dihyd aerosol \n80-4.5 mcg/act, 160-4.5 mcg/act\n\n\nterbutaline sulfate tab 2.5 mg, \n5 mg\n\n\ntheophylline soln 80 mg/15 mL\ntheophylline tab er 24hr 400 mg, \n\n\n600 mg\nTRELEGY ELLIPTA â€“ fluticasone \n\n\numeclidinium â€“ vilanterol aepb \n100-62.5-25 mcg/inh,  \n200-62.5-25 mcg/inh\n\n\nVENTOLIN HFA â€“ albuterol sulfate \ninhal aero 108 mcg/act (90 mcg \nbase equivalent)\n\n\nzafirlukast tab 10 mg, 20 mg \n(Accolate)\n\n\nTobacco Cessation \nYour health plan covers two 90-day \ntreatments for tobacco use cessation \nmedicine per benefit period.\n\n\nbupropion hcl (smoking deterrent) \ntab er 12hr 150 mg\n\n\nnicotine polacrilex gum 2 mg, 4 mg\n\n\nnicotine polacrilex lozenge 2 mg, \n4 mg\n\n\nnicotine td patch 24hr 7 mg/24hr, \n14 mg/24hr, 21 mg/24hr\n\n\nNICOTINE TRANSDERMAL SYSTEM â€“ \nnicotine td patch 24hr kit \n21-14-7 mg/24hr\n\n\nNICOTROL INHALER â€“ nicotine \ninhaler system 10 mg (4 mg \ndelivered)\n\n\nNICOTROL NS â€“ nicotine nasal spray \n10 mg/mL (0.5 mg/spray)\n\n\nVARENICLINE TARTRATE â€“  \nvarenicline tartrate tab 0.5 mg,  \n1 mg (base equivalent)\n\n\nVaccines \nACTHIB â€“ haemophilus b \n\n\npolysaccharide conjugate  \nvaccine for inj\n\n\nADACEL â€“ tet tox-diph-acell pertuss \nad inj 5-2-15.5 lf-lf-mcg/0.5 mL\n\n\nAFLURIA QUADRIVALENT â€“  \ninfluenza virus vac split \nquadrivalent susp pref syr  \n0.25 mL, 0.5 mL\n\n\nAFLURIA QUADRIVALENT â€“  \ninfluenza virus vaccine split \nquadrivalent im inj\n\n\nBEXSERO â€“ meningococcal vac b \n(recomb omv adjuv) inj prefilled \nsyringe\n\n\nBOOSTRIX â€“ tet-diph-acell pertuss ad \npref syr 5-2.5-18.5 lf-mcg/ 0.5 mL\n\n\nBOOSTRIX â€“ tet tox-diph-acell pertuss \nad inj 5-2.5-18.5 lf-lf mcg/0.5 mL\n\n\nDAPTACEL â€“ diph, acellular pert & tet \ntox inj 15 lf-23 mcg-5 lf/0.5 mL\n\n\nDIPHTHERIA/TETANUS TOXOID â€“ \ndiphtheria-tetanus tox adsorbed \n(dt) im inj 25-5 unit/0.5 mL\n\n\nENGERIX-B â€“ hepatitis b vaccine \n(recombinant) susp  \n10 mcg/0.5 mL, 20 mcg/mL\n\n\nFLUAD â€“ influenza vac type \na&b surface ant adj susp pref \nsyr 0.5 mL\n\n\nFLUAD QUADRIVALENT INFLUENZA \nâ€“ influenza vac type a&b surface \nant adj quad pref syr 0.5 mL\n\n\nFLUARIX QUADRIVALENT â€“  \ninfluenza virus vac split \nquadrivalent susp pref syr  \n0.5 mL\n\n\nFLUBLOK QUADRIVALENT â€“ \ninfluenza vac recomb ha quad  \npf soln pref syr 0.5 mL\n\n\nFLUCELVAX QUADRIVALENT â€“ \ninfluenza vac tiss-cult subunit quad \nsusp pref syr 0.5 mL\n\n\nFLUCELVAX QUADRIVALENT â€“ \ninfluenza vac tissue-cultured \nsubunit quadrivalent im susp\n\n\nFLULAVAL QUADRIVALENT â€“ \ninfluenza virus vac split \nquadrivalent susp pref syr 0.5 mL\n\n\nFLUMIST QUADRIVALENT â€“  \ninfluenza virus vaccine live \nquadrivalent intranasal susp\n\n\nFLUZONE HIGH-DOSE PF â€“  \ninfluenza vac split high-dose  \nquad pf susp pref syr 0.7 mL\n\n\nFLUZONE QUADRIVALENT â€“ \ninfluenza virus vac split \nquadrivalent susp pref syr 0.5 mL\n\n\nFLUZONE QUADRIVALENT â€“  \ninfluenza virus vaccine split \nquadrivalent im inj\n\n\nFLUZONE QUADRIVALENT â€“ \ninfluenza virus vaccine split \nquadrivalent inj 0.5 mL\n\n\nGARDASIL 9 â€“ human  \npapillomavirus (hpv) 9-valent \nrecomb vac susp pref syr\n\n\nGARDASIL 9 â€“ human  \npapillomavirus (hpv) 9-valent \nrecomb vac im susp\n\n\nHAVRIX â€“ hepatitis a vaccine inj susp \n720 el unit/0.5 mL, 1440 el unit/mL\n\n\nHEPLISAV-B â€“ hepatitis b vaccine \nrecomb adjuvanted pref syr \n20 mcg/0.5 mL\n\n\nHIBERIX â€“ haemophilus b \npolysaccharide conjugate vac for \ninj 10 mcg\n\n\n\n\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n\nINFANRIX â€“ diph, acellular pert & tet \ntox inj 25 lf-58 mcg-10 lf/0.5 mL\n\n\nIPOL INACTIVATED IPV â€“ \npoliovirus vaccine, ipv injection\n\n\nKINRIX â€“ diph-tetanus tox ad-acell \npert & polio virus, ipv vac inj\n\n\nKINRIX â€“ diph-tetanus-acell pert-\npolio, ipv vacc susp pref syr 0.5 mL\n\n\nMENACTRA â€“ meningococcal (a, c, y, \nand w-135) diphth conjugate \nvaccine\n\n\nMENQUADFI â€“ meningococcal (a, c, y, \nand w-135) tetanus conjugate \nvaccine\n\n\nMENVEO â€“ meningococcal (a, c, y, \nand w-135) oligo conj vac for inj\n\n\nM-M-R II â€“ measles-mumps rubella \nvirus vaccines for inj soln\n\n\nPEDIARIX â€“ diph-tet tox-acell pert-\nhep b-polio ipv vac susp pref syr\n\n\nPEDVAX HIB â€“ haemophilius b \npolysaccharide conj vac im susp \n7.5 mcg/0.5 mL\n\n\nPENTACEL â€“ diph-ac per-tet tox \nad-poliov-haemoph b poly vac for \nim susp\n\n\nPNEUMOVAX 23 â€“ pneumococcal \nvaccine polyvalent inj \n25 mcg/0.5 mL\n\n\nPNEUMOVAX 23/1 DOSE â€“ \npneumococcal vaccine polyvalent \ninj 25 mcg/0.5 mL\n\n\nPREHEVBRIO - hepatitis B \n vaccine 3-antigen (recombinant) \n susp 10 mcg/mL\nPREVNAR 13 â€“ pneumococcal \n\n\n13-valent conjugate vaccine inj\nPREVNAR 20 â€“ pneumococcal \n\n\n20-valent conjugate vaccine sus \npref syr 0.5 mL\n\n\nPROQUAD â€“ measles-mumps-\nrubellavaricella virus vaccines \nfor susp\n\n\nQUADRACEL â€“ diph-tetanus tox \nad-acell pert & polio virus, ipv \nvac inj\n\n\nQUADRACEL â€“ diph-tetanus-acell \npert-polio, ipv vacc susp pref \nsyr 0.5 mL\n\n\nRECOMBIVAX HB â€“ hepatitis b \nvaccine (recombinant) susp \n5 mcg/0.5 mL, 10 mcg/mL, \n40 mcg/mL\n\n\nROTARIX â€“ rotavirus vaccine, live for \noral susp\n\n\nROTATEQ â€“ rotavirus vaccine, live oral \npentavalent soln\n\n\nSHINGRIX â€“ zoster vac  \nrecombinant adjuvanted for im  \ninj 50 mcg/0.5 mL\n\n\nTDVAX â€“ tetanus-diphtheria toxoids \n(td) inj 2-2 lf/0.5 mL\n\n\nTENIVAC â€“ tetanus-diphtheria toxoids \n(td) inj 5-2 lfu\n\n\nTRUMENBA â€“ meningococcal group b \nvac (recomb) im susp prefilled syr\n\n\nTWINRIX â€“ hep a-hep b vaccine susp \npref syr 720-20 elu mcg/mL\n\n\nVAQTA â€“ hepatitis a vaccine inj susp \n25 unit/0.5 mL, 50 unit/mL\n\n\nVARIVAX â€“ varicella virus vac live for \nsubcutaneous inj 1350 pfu/0.5 mL\n\n\nVAXELIS â€“ diph-tet tox-ac pert \nad-polio ipv-hib-hepatitis b \nrecmb susp\n\n\nVAXELIS â€“ diph-tet tox-ac pert \nad-polio ipv-hib-hep b rec susp \npre syr\n\n\nVAXNEUVANCE â€“ pneumococcal \n15-valent conjugate vaccine sus \npref syr 0.5 mL\n\n\n230487.1022\n\n\n\n\n\n\n\n\nACCREDO,\nA SPECIALTY PHARMACY\n\n\nAccredo is a specialty pharmacy that is contracted to provide services to members of \nBlueÂ Cross and BlueÂ Shield of Illinois.\n\n\nAccredo is a trademark of Express Scripts Strategic Development, Inc.\n\n\nThe relationship between Accredo and BlueÂ Cross and BlueÂ Shield of Illinois is that of \nindependent contractors. PrimeÂ Therapeutics is an independent company providing \npharmacy benefit management and related other services for members of BlueÂ Cross \nandÂ BlueÂ Shield of Illinois.\n\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross Blue Shield \nAssociation. \n\n\n7073-M ILâ€‡Â© Prime Therapeutics LLCâ€‡06/21\n\n\n02\n01\n\n\n39\n92\n\n\n\n\n\n\n\nACCREDO: THE MEDICINES \nYOU NEED, WITH \nSMOOTH DELIVERY AND \nPERSONALIZED CARE\nYour health plan is committed to giving  \nyou a specialty pharmacy that offers  \nthe medicines and support you need \ntoÂ manage your complex health issues.  \nThatâ€™s what you get with Accredo.\n\n\nAccredo is a safe, convenient way to get \nyour medicine. Plus, it offers:\n\n\nâ€¢ Access to 99.9% of specialty medicines, which \n\n\nmeans you may be more likely to get all your \n\n\nspecialty medicines from one pharmacy\n\n\nâ€¢ Simple communication, including refill reminders, \n\n\nthrough phone, email, text or web, whichever  \n\n\nyou prefer\n\n\nâ€¢ A mobile app that allows you to refill and track \n\n\nprescriptions, make payments and set reminders \n\n\ntoÂ take your medicines*\n\n\nâ€¢ 500 condition-specific pharmacists and 600+ \n\n\nnurses, all offering one-on-one counseling\n\n\nâ€¢ Free standard delivery\n\n\nâ€¢ 24/7 support\n\n\n *Not all medicines can be refilled on the app.\n\n\n Get one-on-one support for your specific  \nhealth condition\n\n\n Accredo has 15 Therapeutic Resource CentersÂ® (TRCs),\n\n\n each focused on a specific specialty condition.  \n\n\nYouâ€™ll have direct access to counseling and \n\n\neducation on your health condition, from specially \n\n\ntrained pharmacists, nurses and other clinicians.\n\n\n Theyâ€™ll discuss how to reduce your disease \n\n\nprogression, achieve your treatment goals, manage \n\n\nany side effects from your medicines, and find the \n\n\nmost effective way to take your medicines. Theyâ€™ll \n\n\nalso monitor your progress and offer support with \n\n\nany financial or insurance concerns you may have.\n\n\n Itâ€™s easy to get started\n To start using Accredo, contact an Accredo patient \n\n\ncare advocate at 833-721-1619. Theyâ€™ll work with \n\n\nyour doctor on the rest.\n\n\n You can access Accredo.com to:\n\n\nâ€¢ Order refills online\n\n\nâ€¢ Check order status and track shipments\n\n\nâ€¢ View order and medication history\n\n\nâ€¢ Set communication preferences\n\n\nâ€¢ Learn more about your condition\n\n\n ACCREDO TRCs INCLUDE:\nâ€¢ Rheumatoid arthritis and inflammatory conditions\n\n\nâ€¢ Endocrine conditions\n\n\nâ€¢ Cystic fibrosis\n\n\nâ€¢ Transplant\n\n\nâ€¢ HIV\n\n\nâ€¢ Neurology and multiple sclerosis\n\n\nâ€¢ Asthma and allergy\n\n\nâ€¢ Hepatology\n\n\nâ€¢ Pulmonary arterial hypertension\n\n\nâ€¢ Blood disorders\n\n\nâ€¢ Immune disorders\n\n\nâ€¢ Rare disease\n\n\nâ€¢ Oncology\n\n\nâ€¢ Fertility\n\n\nâ€¢ Select specialty conditions\n\n\n\n\n\n		Illinois Accredo Specialty Pharmacy Brochure\n\n		ACCREDO: THE MEDICINES YOU NEED, WITH SMOOTH DELIVERY AND PERSONALIZED CARE\n\n		Accredo is a safe, convenient way to getyour medicine. Plus, it offers:\n\n		Get one-on-one support for your specifichealth condition\n\n		Itâ€™s easy to get started\n\n\n\n\n\n		ACCREDO TRCs INCLUDE\n\n\n\n\nAccessibility Report\n\n\n\n			Filename: \n\n\n			7073-M IL_Willow_AccredoSpecPharm_BR_508c.pdf\n\n\n\n\n\n\n			Report created by: \n\n\n			\n\n\n			Organization: \n\n\n			\n\n\n\n\n\n\n[Enter personal and organization information through the Preferences > Identity dialog.]\n\n\n\nSummary\n\n\n\nThe checker found no problems in this document.\n\n\n\n			Needs manual check: 0\n\n\n			Passed manually: 0\n\n\n			Failed manually: 0\n\n\n			Skipped: 3\n\n\n			Passed: 29\n\n\n			Failed: 0\n\n\n\n\n\n\nDetailed Report\n\n\n\n			Document\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Accessibility permission flag			Passed			Accessibility permission flag must be set\n\n\n			Image-only PDF			Passed			Document is not image-only PDF\n\n\n			Tagged PDF			Passed			Document is tagged PDF\n\n\n			Logical Reading Order			Skipped			Document structure provides a logical reading order\n\n\n			Primary language			Passed			Text language is specified\n\n\n			Title			Passed			Document title is showing in title bar\n\n\n			Bookmarks			Passed			Bookmarks are present in large documents\n\n\n			Color contrast			Skipped			Document has appropriate color contrast\n\n\n			Page Content\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Tagged content			Passed			All page content is tagged\n\n\n			Tagged annotations			Passed			All annotations are tagged\n\n\n			Tab order			Passed			Tab order is consistent with structure order\n\n\n			Character encoding			Skipped			Reliable character encoding is provided\n\n\n			Tagged multimedia			Passed			All multimedia objects are tagged\n\n\n			Screen flicker			Passed			Page will not cause screen flicker\n\n\n			Scripts			Passed			No inaccessible scripts\n\n\n			Timed responses			Passed			Page does not require timed responses\n\n\n			Navigation links			Passed			Navigation links are not repetitive\n\n\n			Forms\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Tagged form fields			Passed			All form fields are tagged\n\n\n			Field descriptions			Passed			All form fields have description\n\n\n			Alternate Text\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Figures alternate text			Passed			Figures require alternate text\n\n\n			Nested alternate text			Passed			Alternate text that will never be read\n\n\n			Associated with content			Passed			Alternate text must be associated with some content\n\n\n			Hides annotation			Passed			Alternate text should not hide annotation\n\n\n			Other elements alternate text			Passed			Other elements that require alternate text\n\n\n			Tables\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Rows			Passed			TR must be a child of Table, THead, TBody, or TFoot\n\n\n			TH and TD			Passed			TH and TD must be children of TR\n\n\n			Headers			Passed			Tables should have headers\n\n\n			Regularity			Passed			Tables must contain the same number of columns in each row and rows in each column\n\n\n			Summary			Passed			Tables must have a summary\n\n\n			Lists\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			List items			Passed			LI must be a child of L\n\n\n			Lbl and LBody			Passed			Lbl and LBody must be children of LI\n\n\n			Headings\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Appropriate nesting			Passed			Appropriate nesting\n\n\n\n\n\n\n\n\nBack to Top\n\n\n\n\n\n2656-Y IL Â© Prime Therapeutics LLC â€“ 01/23 \n\n\nBalanced Drug List â€“ Updated as of 10/01/22 \nJanuary 2023 \n\n\nPlease consider talking to your doctor about prescribing preferred medications, which may help reduce your  \nout-of-pocket costs. This list may help guide you and your doctor in selecting an appropriate medication for you.  \n\n\nThe drug list is regularly updated. You can view the most up-to-date list, or the specialty drug list, at \nMyPrime.com or bcbsil.com. \n\n\nContents \nIntroduction ........................................................... I \nHow drugs are selected ........................................... I \nHow member payment is determined......................... I \nHow to use this list................................................. II \nDrugs used to treat multiple conditions ..................... II \nGeneric drugs .......................................................III \nConsider talking to your doctor about generic  \n drugs .................................................................III \nCoverage considerations ....................................... IV \nSpecialty drugs .................................................... VI \nAccredo .............................................................. VI \nAbbreviation key.................................................. VII \n\n\nTherapeutic Class Drug List \nAnti-Infective Drugs ........................................... 1 \nBiologicals ....................................................... 9 \nAntineoplastic Agents .......................................12 \nEndocrine and Metabolic Drugs ..........................18 \nCardiovascular Agents ......................................30 \nRespiratory Agents ...........................................39 \nGastrointestinal Agents .....................................44 \nGenitourinary Agents ........................................48 \nCentral Nervous System Drugs ..........................49 \nAnalgesics and Anesthetics ...............................58 \nNeuromuscular Drugs .......................................66 \nNutritional Products ..........................................71 \nHematological Agents .......................................76 \nTopical Products ..............................................81 \nMiscellaneous Products ....................................92 \nIndex..............................................................98\n\n\nTo search for a drug name within this PDF document, use the Control and F keys on your keyboard, or go to  \nEdit in the drop-down menu and select Find/Search. Type in the word or phrase you are looking for and click  \non Search.\n\n\n\n\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  I \n\n\nIntroduction \nBlue Cross and Blue Shield of Illinois (BCBSIL) is pleased to present the 2023 Drug List.  All available covered \ndrugs are shown on this list. Drugs that are not shown are not covered. Members are encouraged to show this \nlist to their physicians and pharmacists. Physicians are encouraged to prescribe drugs on this list, when \nright for the member. However, decisions regarding therapy and treatment are always between members \nand their physician. \n\n\nDrug List updates â€“ This list is regularly updated as generic drugs become available and changes take place in \nthe pharmaceuticals market. For the most up-to-date information, visit MyPrime.com or bcbsil.com and log in or \ncall the number on your ID card. Physicians can access the list from the provider portal at bcbsil.com. \n\n\nHow drugs are selected \nDrugs on this list are selected based on the recommendations of a committee made up of physicians and \npharmacists from throughout the country. The committee, which includes at least one representative from your \nhealth plan, reviews drugs regulated by the U.S. Food and Drug Administration (FDA).  \n\n\nBoth drugs that are newly approved by the FDA as well as those that have been on the market for some time are \nconsidered. Drugs are selected based on safety, efficacy, cost and how they compare to other drugs currently on \nthe list. Newly marketed drugs may not be covered until the committee has had an opportunity to evaluate based \non these criteria.  \n\n\nHow member payment is determined  \n\n\nGenerally, each prescription drug product is placed into one of up to six member payment tiers: Preferred Generic \n(Tier 1), Non-Preferred Generic (Tier 2), Preferred Brand (Tier 3), Non-Preferred Brand (Tier 4), Preferred \nSpecialty (Tier 5) and Non-Preferred Specialty (Tier 6). Depending on your benefit plan, drugs can either be in \nthese tiers or you may have fewer tiers, e.g. all generics in one tier.  Some brands may be in a generic tier and \nsome generics may be in a brand tier. Note: Covered substance use disorder drugs (those FDA-approved for \ntreatment of opioid drug abuse, alcohol abuse and to quit tobacco use) may be in the lowest tiers. Substance use \ndisorder brand drugs may be in the lowest brand tier and generic drugs in the lowest generic tier, based on your \nbenef it plan. These drugs are those with such active ingredients as buprenorphine-naloxone, naltrexone, \ndisulfiram, acamprosate, bupropion (smoking deterrent), varenicline and nicotine replacement therapy. To verify \nyour payment amount for a drug, visit MyPrime.com and log in or call the number on your ID card. \n\n\nYour pharmacy benefit includes coverage for many prescription drugs, although some exclusions may \napply. For example, drugs indicated for cosmetic purposes, e.g., Propecia, for hair growth, may not be covered. \nDrugs that have not received FDA approval may not be covered. Prescription products that have over-the-counter \n(OTC) equivalents may not be covered. Drugs that are not FDA-approved for self-administration may be available \nthrough your medical benefit. Check your plan materials for details. \n\n\n  \n\n\n\n\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  II \n\n\nHow to use this list \nGeneric drugs are shown in lower-case boldface type. Most generic drugs are followed by a reference brand \ndrug in (parentheses). Some generic products have no reference brand. Note: most reference brand drugs (in \nparentheses) are not covered. \n\n\nExample: atorvastatin (Lipitor â€“ brand is not covered) \n\n\nBrand prescription drugs are shown in all CAPITAL letters followed by the generic name.  \n\n\nExample: NOVOLOG â€“ Insulin aspart inj 100 unit/ml \n\n\nâ€¢ Preferred Generics are marked with a â€œpâ€ and shown in lower-case boldface type \nâ€¢ Non-Preferred Generics are marked with a â€œnpâ€ and shown in lower-case boldface type \nâ€¢ Preferred Brands are marked with a â€œPâ€ and shown in all CAPITAL letters \nâ€¢ Non-Preferred Brands are marked with a â€œNPâ€ and shown in all CAPITAL letters \nâ€¢ Preferred Specialty Drugs are marked with a â€œp, np, or Pâ€ and shown as lower-case boldface type or in \n\n\nall CAPITAL letters.  These drugs are also marked with a dot in the Specialty column. \nâ€¢ Non-Preferred Specialty Drugs are marked with a â€œNPâ€ and shown in all CAPITAL letters.  These drugs \n\n\nare also marked with a dot in the Specialty column. \nâ€¢ Drugs that are also marked with a â€œ+â€ indicate group-specific coverage. Please see your benefit plan \n\n\nmaterials for coverage details, or call the number on the back of your member ID card. \nDrugs used to treat multiple conditions \n\n\nSome drugs in the same dosage form may be used to treat more than one medical condition. In these instances, \neach medication is classified according to its first FDA-approved use. Please check the index if you do not find \nyour particular medication in the class/condition section that corresponds to your use. \n\n\nPlease note: Drugs that need a health care provider to administer them and are often given to you in a hospital, \ndoctorâ€™s office or other health care setting may be covered under your medical benefit. Some types of these drugs \nare contraceptive implants and chemo infusions. If you are taking or are prescribed a drug that is not on this drug \nlist, call the number on your ID card to see if the drug may be covered.   \n\n\n \n \n  \n\n\n\n\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  III \n\n\nGeneric drugs  \nUsing generic drugs, when right for you, can help you save on your out-of-pocket medication costs. Generic drugs \nmust be approved by the FDA just as brand drugs are, and must meet the same standards.  \n\n\nThere are two types of  generic drugs: \n\n\nâ€¢ A generic equivalent is made with the same active ingredient(s) at the same dosage as the reference drug.  \nâ€¢ A generic alternative is a drug typically used to treat the same condition, but the active ingredient(s) \n\n\ndif fers from the brand drug. \n\n\nAccording to the FDA, compared to its brand counterpart, an FDA-approved generic drug: \n\n\nâ€¢ Is chemically the same \nâ€¢ Works just as well in the body \nâ€¢ Is as safe and effective \nâ€¢ Meets the same standards set by the FDA \n\n\nThe main difference between the reference brand drug and the generic equivalent is that the generic often costs  \nmuch less. \n\n\nBrand drugs may be removed from or moved to a higher tier on the drug list after a generic equivalent becomes \navailable.  \n\n\nYou may be responsible for your member cost-share payment amount (copay or coinsurance) plus the difference \nin cost between the brand and generic equivalent if you or your doctor requests the reference brand rather than \nthe generic equivalent. Generic drugs generally have the lowest member payment amount. \n\n\nConsider talking to your doctor about generic drugs \n\n\nIf  your doctor writes a prescription for a brand drug that does not have a generic equivalent, consider asking if an \nappropriate generic alternative is available. \n\n\nYou can also let your pharmacist know that you would like a generic equivalent for a brand drug, whenever one is \navailable. Your pharmacist can usually substitute a generic equivalent for its brand counterpart without a new \nprescription from your doctor. \n\n\nOnly your doctor can determine whether a generic alternative is right for you and must prescribe the medication. \n  \n\n\n\n\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  IV \n\n\nCoverage considerations \nMost prescription drug benefit plans provide coverage for up to a 30-day supply of medication, with some \nexceptions. Your plan may also provide coverage for up to a 90-day supply of maintenance medications. \nMaintenance medications are those drugs you may take on an ongoing basis for conditions such as high blood \npressure, diabetes or high cholesterol. Some plans may exclude coverage for certain agents or drug categories, \nlike those used for erectile dysfunction or weight loss. Also, some drugs may only be covered for members within \na certain age range due to the drug being used for cosmetic purposes or for safety concerns.  Drug coverage may \nbe limited to recommendations based on FDA-approved labeling and recognized evidence-based or clinical \npractice guidelines. \n\n\nOver-the-counter exclusions: Your benefit plan may not provide coverage for prescription medications that \nhave an over-the-counter version. You should refer to your benefit plan material for details about your particular \nbenef its.  \n\n\nCompounded medications: Your benefit plan may not provide coverage for compounded medications. Please \nsee your plan materials or call the number on your ID card to determine whether compounded medications are \ncovered and/or verify your payment amount. \n\n\nRepackaged medications: Repackaged versions of medications already available on the market are not \ncovered. \n\n\nNon FDA-approved drugs: Drugs that have not received FDA approval are not covered. \n\n\nPrior Authorization (PA): Your benefit plan may require prior authorization for certain drugs. This means that \nyour doctor will need to submit a prior authorization request for coverage of these medications, and the request \nwill need to be approved, before the medication may be covered under your plan. For the medications listed in \nthis document, if a prior authorization is commonly required, it will generally be noted next to the medication with a \nâ€œPAâ€  under the Special Requirements column. Some plans may have prior authorization on additional \nmedications beyond those noted in this document. Refer to your benefit plan materials for details about your \nparticular benefits. \n\n\nStep Therapy (ST): Your benefit plan may include a step therapy program. This means you may need to try \nanother proven, cost-effective medication before coverage may be available for the drug included in the program. \nMany brand drugs have less-expensive generic or brand alternatives that might be an option for you. For the \nmedications listed in this document, if a step therapy is commonly required, it will generally be noted next to the \nmedication with an â€œSTâ€  under the Special Requirements column. Some plans may have step therapy programs \non additional medications beyond those noted in this document. Refer to your benefit plan materials for details \nabout your particular benefits. \n\n\nDispensing Limits (DL)/Quantity Limits (QL): Drug dispensing limits help encourage medication use as \nintended by the FDA. Dispensing limits are placed on medications in certain drug categories. For the medications \nlisted in this document, if a dispensing limit applies, it will generally be noted next to the medication with a â€œQLâ€  \nunder the Special Requirements column. Limits may include: quantity of covered medication per prescription or \nquantity of covered medication in a given time period. If  your doctor prescribes a greater quantity of medication \nthan what the dispensing limit allows, you can still get the medication. However, you may be responsible for the \nfull cost of the prescription beyond what your coverage allows.* Some plans may have a dispensing limit on \nadditional medications beyond those noted in this document. For a list of medications and their dispensing limits, visit \nMyPrime.com or bcbsil.com.  \n\n\n*Please note: For certain controlled substance medications, some state laws may not allow coverage by a health \nbenef it plan of such medication if dispensed in a quantity beyond what the dispensing limit allows. You will be \nresponsible for the full cost of the prescription with no benefits applied if the dispensed quantity exceeds the \ndispensing limit. \n\n\n \n\n\n\n\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  V \n\n\nAppropriate Use of Opioids (AUO) \nThis program may require authorization for members new to opioid therapy exceeding the established days \nsupply limit or if cumulative quantity of all opioids filled is equal to or greater than the established morphine \nmilligram equivalent threshold. If any medication listed in this document is a part of this program, it will generally \nbe noted next to the medication with an â€œAUOâ€ under the Special Requirements column. \n\n\n \n\n\n \n\n\nACA Preventive (ACA): Medicines marked as â€œACâ€ in the Special Requirements column are under the Affordable \nCare Act coverage of preventive services. These products may have limited or $0 member cost-sharing (copay or \nco-insurance), when meeting the conditions as outlined under the regulation. Coverage may vary based on \nbenef it plan.  \n\n\n \nYou, or your prescribing health care provider, can submit a copay waiver or coverage exception request for \nACA preventive medicines by calling the number on your ID card to ask for a review. If you meet the \nconditions as outlined under the ACA regulations, you may have $0 member cost-sharing (copay or \ncoinsurance). BCBSIL will let you, and your prescriber, know the coverage decision after they receive your \nrequest. If the request is denied, BCBSIL will let you and your prescriber know why it was denied and offer \nyou a covered alternative drug (if applicable).  \n\n\n \n\n\nRemember, medication decisions are between you and your doctor. Only you and your doctor can determine \nwhich medication is right for you. Discuss any questions or concerns you have about medications you are taking \nor are prescribed with your doctor. Blue Cross and Blue Shield of Illinois does not provide health care services \nand, therefore, cannot guarantee any results or outcomes.   \n\n\n  \n\n\n\n\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  VI \n\n\nSpecialty drugs  \nSpecialty drugs are used in the treatment of medical conditions such as hepatitis, hemophilia, multiple sclerosis \nand rheumatoid arthritis. Specialty drugs may be oral, topical or injectable medications that can either be  \nself -administered or administered by a health care professional. Medications administered by a health care \nprofessional are not covered under the pharmacy benefit. For a current list of specialty medications,  \nvisit MyPrime.com or bcbsil.com.  \n\n\nNote that some drug classes may be excluded by some plans and therefore may not be covered under your \npharmacy benefit. Your plan may have a different coverage level for self-administered specialty drugs. If  you \nhave questions about your coverage for specialty medications or your prescription drug benefit, call the \nnumber on your ID card. \n\n\nAccredoÂ® \n\n\nMembers who use specialty medications deserve the care and support they need to manage their therapy. With \nAccredo, members can have covered specialty medications delivered directly to them or their doctorâ€™s office. \nWhen using Accredo for specialty medications, you also receive at no additional charge the following services:  \n\n\nâ€¢ One-on-one support  \nâ€¢ Condition-specific staff to help answer questions about your medication(s) or condition \nâ€¢ 24/7 support \nâ€¢ Free shipping with safe, on-time delivery \nâ€¢ Ref ill reminders and other digital tools \n\n\nTo order through Accredo:  \n\n\n1. Have your doctor send a new prescription to Accredo electronically, by fax or by phone. Your doctor can \nf ind contact information at accredo.com/prescribers.  \n\n\n2. Once the prescription has been received, you will receive a call from Accredo to get signed up and ready \nfor your first prescription fill. \n\n\n3. You can also call Accredo at 833-721-1619 and an agent will work with you to get a new prescription sent \nor transferred from another pharmacy. \n\n\nIf  you have questions, please contact Accredo at 833-721-1619, visit accredo.com, or call the number on your ID \ncard. \n\n\n \n\n\nBlue Cross and Blue Shield of Illinois (BCBSIL) is a Division of Health Care Service Corporation, a Mutual Legal Reserve Company, an \nIndependent Licensee of the Blue Cross and Blue Shield Association. BCBSIL contracts with Prime Therapeutics to provide pharmacy benefit \nmanagement and related other services. BCBSIL, as well as several independent Blue Cross and Blue Shield Plans, has an ownership \ninterest in Prime Therapeutics LLC. \n\n\nAccredo is a specialty pharmacy that is contracted to provide services to members of BCBSIL. The relationship between Accredo and BCBSIL \nis that of independent contractors. Accredo is a trademark of Express Scripts Strategic Development, Inc. \n\n\n \n\n\n\n\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  VII \n\n\nAbbreviation key \naer .......................................................... aerosol \ncap ....................................................... capsules \nchew .................................................... chewable \nconc ................................................. concentrate \ncr..............................................controlled release \ndr ............................................... delayed release \nec ..................................................enteric coated \nequiv .................................................. equivalent \ner.............................................. extended release \ngm ..............................................................gram \ninhal .........................................................inhaler \ninj .......................................................... injection \nliqd ............................................................ liquid \nmg ........................................................ milligram \nml ........................................................... milliliter \n\n\nnebu ..................................................... nebulizer \nodt. .............................. orally disintegrating tablets \noint ....................................................... ointment \nophth ................................................. ophthalmic \nosm ............................................ osmotic release \npack ....................................................... packets \npowd....................................................... powder \npttw ........................................ twice-weekly patch \nsl ........................................................ sublingual \nsoln ....................................................... solution \nsuppos ............................................suppositories \nsusp.................................................. suspension \ntab ........................................................... tablets \ntd ......................................................transdermal \nw/................................................................. with \n\n\n \n\n\nException Process \n\n\nYou, your prescribing health care provider, or your authorized representative, can ask for a Drug List exception if \nyour drug is not on (or is being removed from) the Drug List. To request this exception, you, your prescriber, or \nyour authorized representative, can call the number on your ID card to ask for a review. If  the coverage request is \ndenied, BCBSIL will let you and your prescriber (or authorized representative) know why it was denied. Call the \nnumber on your ID card if you have any questions. \n \nIf  you or your prescriber are asking for a copay waiver or coverage exception request for an ACA preventive \nproduct, please see the ACA preventive section. \n\n\n \n\n\n\n\n\n\n\n \n\n\n \n\n\n   \n   \n\n\n  \n\n\n    \n\n\n                        \n\n\n  \n    \n\n\n  \n    \n\n\n  \n\n\n   \n     \n\n\n    \n     \n\n\nHealth care coverage is important for everyone. \n\n\nWe provide free communication aids and services for anyone with a disability or who needs language \nassistance. We do not discriminate on the basis of race, color, national origin, sex, gender identity, age, \nsexual orientation, health status or disability. \n\n\nTo receive language or communication assistance free of charge, please call us at 855-710-6984. \n\n\nIf you believe we have failed to provide a service, or think we have discriminated in another way, contact us to file a grievance. \n\n\nOffice of Civil Rights Coordinator Phone: 855-664-7270 (voicemail) \n300 E. Randolph St. TTY/TDD: 855-661-6965 \n35th Floor Fax: 855-661-6960 \nChicago, Illinois 60601 Email: CivilRightsCoordinator@hcsc.net \n\n\nYou may file a civil rights complaint with the U.S. Department of Health and Human Services, Office for Civil Rights, at: \n\n\nU.S. Dept. of Health & Human Services Phone: 800-368-1019 \n200 Independence Avenue SW TTY/TDD: 800-537-7697 \nRoom 509F, HHH Building 1019 Complaint Portal: https://ocrportal.hhs.gov/ocr/portal/lobby.jsf \nWashington, DC 20201 Complaint Forms: http://www.hhs.gov/ocr/office/file/index.html \n\n\nbcbsil.com \n\n\n\nhttp://www.hhs.gov/ocr/office/file/index.html\n\nhttps://bcbsil.com\n\n\n\n\n\n  \n\n\n  \n \n\n\n                  \n        \n\n\n   \n\n\n \n \n\n\n \n\n\n \n\n\n \n\n\n                         \n           \n\n\n              \n              \n\n\n   \n\n\n \n\n\n             \n         \n\n\n \n \n\n\n \n             \n\n\n             \n\n\n \n\n\n                      \n   \n\n\n \n\n\n \n\n\n                           \n                  \n\n\n    \n  \n\n\n \n\n\nIf you, or someone you are helping, have questions, you have the right to get help and information \nin your language at no cost. To talk to an interpreter, call 855-710-6984. \n\n\nEspaÃ±ol\nSpanish \n\n\nSi usted o alguien a quien usted estÃ¡ ayudando tiene preguntas, tiene derecho a obtener ayuda e \ninformaciÃ³n en su idioma sin costo alguno. Para hablar con un intÃ©rprete, llame al 855-710-6984. \n\n\n Ø§Ù„Ø¹Ø±Ø¨ÙŠØ©\nArabic \n\n\n Ø¯ÙˆÙ† Ù…Ù† Ø¨Ù„ØºØªÙƒ Ø§Ù„Ø¶Ø±ÙˆØ±ÙŠØ© ÙˆØ§Ù„Ù…Ø¹Ù„ÙˆÙ…Ø§Øª Ø³Ø§Ø¹Ø¯Ø©Ù…Ø§Ù„ Ø¹Ù„Ù‰ Ø§Ù„Ø­ØµÙˆÙ„ ÙÙŠ Ø§Ù„Ø­Ù‚ ÙŠÙƒÙÙ„Ø¯ Ø³Ø¦Ù„Ø©ØŒØ£ ØªØ³Ø§Ø¹Ø¯Ù‡ Ø´Ø®Øµ Ù„Ø¯Ù‰ ÙˆØ£ Ù„Ø¯ÙŠÙƒ ÙƒØ§Ù† Ø¥Ù†\n6984-710-855.ØªÙƒÙ„ÙØ© Ø§ÙŠØ©  Ù…Ø§Ù„Ø±Ù‚ Ø¹Ù„Ù‰ Ø§ØªØµÙ„ ØŒÙŠÙˆØ±Ù Ù…Ù…ØªØ±Ø¬ Ø¹Ù… Ù„ØªØ­Ø¯Ø«Ù„ .\n\n\nç¹é«”ä¸­æ–‡ \nChinese \n\n\nå¦‚æžœæ‚¨, æˆ–æ‚¨æ­£åœ¨å”åŠ©çš„å°è±¡, å°æ­¤æœ‰ç–‘å•, æ‚¨æœ‰æ¬Šåˆ©å…è²»ä»¥æ‚¨çš„æ¯èªžç²å¾—å¹«åŠ©å’Œè¨Šæ¯ã€‚\næ´½è©¢ä¸€ä½ç¿»è­¯å“¡, è«‹æ’¥é›»è©±è™Ÿç¢¼ 855-710-6984ã€‚ \n\n\nFranÃ§ais\nFrench \n\n\nSi vous, ou quelqu\'un que vous Ãªtes en train dâ€™aider, avez des questions, vous avez le droit d\'obtenir de \nl\'aide et l\'information dans votre langue Ã  aucun coÃ»t. Pour parler Ã  un interprÃ¨te, appelez 855-710-6984. \n\n\nDeutsch \nGerman \n\n\nFalls Sie oder jemand, dem Sie helfen, Fragen haben, haben Sie das Recht, kostenlose Hilfe und \nInformationen in Ihrer Sprache zu erhalten. Um mit einem Dolmetscher zu sprechen, rufen Sie bitte die \nNummer 855-710-6984 an. \n\n\nàª—àªœà«àª°àª¾àª¤à«€ \nGujarati \n\n\nàªœà«‹ àª¤àª®àª¨à«‡ àª…àª¥àªµàª¾ àª¤àª®à«‡ àª®àª¦àª¦ àª•àª°à«€ àª° àª¾ àª¹à«‹àª¯ àªàªµà«€ àª•à«‹àªˆ àª¬à«€àªœà«€ àª¯àª¿àª•à«àª¤àª¨à«‡ àªàª¸.àª¬à«€.àªàª®. àª•àª¾àª¯àª°à«àª•à«àª°àª® \nàª¬àª¾àª¬àª¤à«‡ àªªà«àª° à«‹ àª¹à«‹àª¯, àª¤à«‹ àª¤àª®àª¨à«‡ àª¿àªµàª¨àª¾ àª–àªšà«‡àª°à«, àª¤àª®àª¾àª°à«€ àª­àª¾àª·àª¾àª®àª¾àª‚ àª®àª¦àª¦ àª…àª¨à«‡ àª®àª¾àª¿àª¹àª¤à«€ àª®à«‡àª³àªµàªµàª¾àª¨à«‹ àª¹àª•à«àª• àª›à«‡. \nàª­àª¾àª¿àª·àª¯àª¾ àª¸àª¾àª¥à«‡ àªµàª¾àª¤ àª•àª°àªµàª¾ àª®àª¾àªŸà«‡ àª† àª¨àª¬àª‚àª° 855-710-6984 àªªàª° àª•à«‰àª² àª•àª°à«‹.àª¦à«\n\n\nà¤¿à¤¹à¤¦à¤‚à¥€ \nHindi à¤•à¥‡\n\n\nà¤¯à¤¿à¤¦ à¤†à¤ªà¤•à¥‡ , à¤¯à¤¾ à¤†à¤ª à¤¿à¤œà¤¸à¤•à¥€ à¤¸à¤¹à¤¾à¤¯à¤¤à¤¾ à¤•à¤° à¤°à¤¹à¥‡ à¤¹ à¤‰à¤¸à¤•à¥‡ , à¤ªà¥à¤° à¤¨ à¤¹, à¤¤à¥‹ à¤†à¤ªà¤•à¥‹ à¤…à¤ªà¤¨à¥€ à¤­à¤¾à¤·à¤¾ à¤® à¤¿à¤¨à¤ƒà¤¶à¥ à¤•à¤¸à¤¹à¤¾à¤¯à¤¤à¤¾ à¤”à¤° à¤œà¤¾à¤¨à¤•à¤¾à¤°à¥€ à¤ªà¥à¤°à¤¾ à¤¤ à¤•à¤°à¤¨à¥‡ à¤•à¤¾ à¤…à¤¿à¤§à¤•à¤¾à¤° à¤¹à¥ˆà¥¤ à¤¿à¤•à¤¸à¥€ à¤…à¤¨à¥à¤µà¤¾à¤¦à¤• à¤¸à¥‡ à¤¬à¤¾à¤¤ à¤•à¤°à¤¨à¥‡ à¤¿à¤²à¤ 855-710-6984à¤ªà¤° à¤•à¥‰à¤² à¤•à¤° à¥¤. \nItaliano \nItalian \n\n\nSe tu o qualcuno che stai aiutando avete domande, hai il diritto di ottenere aiuto e informazioni nella tua \nlingua gratuitamente. Per parlare con un interprete, puoi chiamare il numero 855-710-6984. \n\n\ní•œêµ­ì–´ \nKorean \n\n\në§Œì•½ ê·€í•˜ ë˜ëŠ” ê·€í•˜ê°€ ë•ëŠ” ì‚¬ëžŒì´ ì§ˆë¬¸ì´ ìžˆë‹¤ë©´ ê·€í•˜ëŠ” ë¬´ë£Œë¡œ ê·¸ëŸ¬í•œ ë„ì›€ê³¼ ì •ë³´ë¥¼ \nê·€í•˜ì˜ ì–¸ì–´ë¡œ ë°›ì„ ìˆ˜ ìžˆëŠ” ê¶Œë¦¬ê°€ ìžˆìŠµë‹ˆë‹¤ . í†µì—­ì‚¬ê°€ í•„ìš”í•˜ì‹œë©´ 855-710-6984 ë¡œ \nì „í™”í•˜ì‹­ì‹œì˜¤. \n\n\nDinÃ© \nNavajo \n\n\nTâ€™11 ni, 47 doodago [aâ€™da b7k1 an1n7lwoâ€™7g77, naâ€™7d7[kidgo, tsâ€™7d1 bee n1 ah00tiâ€™iâ€™ tâ€™11 n77kâ€™e \nn7k1 aâ€™doolwo[ d00 b7naâ€™7d7[kid7g77 bee ni[ h odoonih. Ataâ€™dahalneâ€™7g77 bichâ€™8â€™ hod77lnih kweâ€™4 \n855-710-6984. \n\n\n ÙØ§Ø±Ø³ÛŒ\nPersian \n\n\n Ø§Ù†Ú¯Ø±Ø§ÙŠ ÙˆØ±Ø· Ø¨Ù‡ Ø®ÙˆØ¯ØŒ Ø²Ø¨Ø§Ù† Ø¨Ù‡ Ú©Ù‡ Ø§Ø±ÙŠØ¯Ø¯ Ø±Ø§ Ø§ÙŠÙ† Ø­Ù‚ Ø§Ø´ÙŠØ¯ØŒØ¨ Ø´ØªÙ‡Ø§Ø¯ Ø¤Ø§Ù„ÛŒØ³ Ú©Ù†ÙŠØ¯ØŒ Ù…ÙŠ Ú©Ù…Ú© Ø§Ùˆ Ø¨Ù‡ Ù…Ø§Ø´ Ú©Ù‡ Ú©Ø³ÛŒ ÙŠØ§ Ù…Ø§ØŒØ´ Ø±Ú¯Ø§\n .Ù†Ù…Ø§ÙŠÙŠØ¯ Ø­Ø§ØµÙ„ Ø§Ø³Ù…Øª 6984-710-855 Ø´Ù…Ø§Ø±Ù‡ Ø¨Ø§ ÛŒØŒÙØ§Ú¾Ø´ Ù…Ø±Ø¬ØªÙ… ÙŠÚ© Ø¨Ø§ Ú¯ÙØªÚ¯Ùˆ Ø¬Ú¾Øª .Ù†Ù…Ø§ÙŠÙŠØ¯ ÙØªØ±ÙŠØ§Ø¯ Ø§Ø·Ø§Ù„Ø¹Ø§Øª Ùˆ Ú©Ù…Ú©\n\n\nPolski \nPolish \n\n\nJeÅ›li Ty lub osoba, ktÃ³rej pomagasz, macie jakiekolwiek pytania, macie prawo do uzyskania \nbezpÅ‚atnej informacji i pomocy we wÅ‚asnym jÄ™zyku. Aby porozmawiaÄ‡ z tÅ‚umaczem, zadzwoÅ„ pod\nnumer 855-710-6984. \n\n\nÐ ÑƒÑÑÐºÐ¸Ð¹ \nRussian \n\n\nÐ•ÑÐ»Ð¸ Ñƒ Ð²Ð°Ñ Ð¸Ð»Ð¸ Ñ‡ÐµÐ»Ð¾Ð²ÐµÐºÐ°, ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð¼Ñƒ Ð²Ñ‹ Ð¿Ð¾Ð¼Ð¾Ð³Ð°ÐµÑ‚Ðµ, Ð²Ð¾Ð·Ð½Ð¸ÐºÐ»Ð¸ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹, Ñƒ Ð²Ð°Ñ ÐµÑÑ‚ÑŒ Ð¿Ñ€Ð°Ð²Ð¾ Ð½Ð° Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½ÑƒÑŽ \nÐ¿Ð¾Ð¼Ð¾Ñ‰ÑŒ Ð¸ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸ÑŽ, Ð¿Ñ€ÐµÐ´Ð¾ÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½ÑƒÑŽ Ð½Ð° Ð²Ð°ÑˆÐµÐ¼ ÑÐ·Ñ‹ÐºÐµ. Ð§Ñ‚Ð¾Ð±Ñ‹ ÑÐ²ÑÐ·Ð°Ñ‚ÑŒÑÑ Ñ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´Ñ‡Ð¸ÐºÐ¾Ð¼,\nÐ¿Ð¾Ð·Ð²Ð¾Ð½Ð¸Ñ‚Ðµ Ð¿Ð¾ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ñƒ 855-710-6984. \n\n\nTagalog\nTagalog \n\n\nKung ikaw, o ang isang taong iyong tinutulungan ay may mga tanong, may karapatan kang makakuha ng\ntulong at impormasyon sa iyong wika nang walang bayad. Upang makipag-usap sa isang tagasalin-wika, \ntumawag sa 855-710-6984. \n\n\n Ø¯ÙˆØ§Ø±\nUrdu \n\n\n ÙØªÙ… Ù…ÙŠÚº Ø²Ø¨Ø§Ù† Ø§Ù¾Ù†ÛŒ Ú©Ùˆ Ù¾Ø¢ ØªÙˆØŒ ÛÛ’ Ø¯Ø±Ù¾ÙŠØ´ Ø³ÙˆØ§Ù„ Ú©ÙˆØ¦ÛŒ ÛÙŠÚºØŒ Ú©Ø±Ø±ÛÛ’ Ù…Ø¯Ø¯ Ù¾Ø¢ Ú©ÛŒ Ø¬Ø³ Ú©Ùˆ Ø±Ø¯Ù Ø§ÙŠØ³Û’ Ú©Ø³ÛŒ ÙŠØ§ Ú©ÙˆØŒ Ù¾Ø¢ Ø±Ú¯Ø§\n Ú©Ø±ÙŠÚºÛ” Ú©Ø§Ù„ Ù¾Ø± 6984-710-855 ØŒÛ’Ù„ÙŠ Û’Ú© Û’Ú©Ø±Ù† Ø¨Ø§Øª Û’Ø³ Ù…Ù…ØªØ±Ø¬ Û”Û’Û Ø­Ù‚ Ú©Ø§ Û’Ø±Ù†Ú© Ø­Ø§ØµÙ„ Ù…Ø¹Ù„ÙˆÙ…Ø§Øª Ø§ÙˆØ± Ù…Ø¯Ø¯\n\n\nTiáº¿ng Viá»‡t \nVietnamese \n\n\nNáº¿u quÃ½ vá»‹, hoáº·c ngÆ°á»i mÃ  quÃ½ vá»‹ giÃºp Ä‘á»¡, cÃ³ cÃ¢u há»i, thÃ¬ quÃ½ vá»‹ cÃ³ quyá»n Ä‘Æ°á»£c giÃºp Ä‘á»¡ vÃ  nháº­n thÃ´ng tin \nbáº±ng ngÃ´n ngá»¯ cá»§a mÃ¬nh miá»…n phÃ­. Äá»ƒ nÃ³i chuyá»‡n vá»›i má»™t thÃ´ng dá»‹ch viÃªn, gá»i 855-710-6984. \n\n\nbcbsil.com \n\n\n\nhttps://bcbsil.com\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 1\n\n\nDrug Name Drug Tier Requirements/Limits\n\n\nANTI-INFECTIVE AGENTS\nPENICILLINS\nAMOXICILLIN - amoxicillin (trihydrate) chew tab 125 mg, 250 mg NP\namoxicillin (trihydrate) cap 250 mg, 500 mg p\namoxicillin (trihydrate) for susp 125 mg/5ml, 200 mg/5ml,\n\n\n250 mg/5ml, 400 mg/5ml\np\n\n\namoxicillin (trihydrate) tab 500 mg, 875 mg p\namoxicillin & k clavulanate for susp 200-28.5 mg/5ml p\namoxicillin & k clavulanate for susp 250-62.5 mg/5ml,\n\n\n400-57 mg/5ml\nnp\n\n\namoxicillin & k clavulanate for susp 600-42.9 mg/5ml\n(Augmentin es-600)\n\n\nnp\n\n\namoxicillin & k clavulanate tab 250-125 mg np\namoxicillin & k clavulanate tab 500-125 mg (Augmentin) p\namoxicillin & k clavulanate tab 875-125 mg p\nAMOXICILLIN/CLAVULANATE P - amoxicillin & k clavulanate chew\n\n\ntab 200-28.5 mg, 400-57 mg\nNP\n\n\nAMOXICILLIN/CLAVULANATE P - amoxicillin & k clavulanate tab er\n12hr 1000-62.5 mg\n\n\nNP\n\n\nAMPICILLIN - ampicillin cap 500 mg NP\ndicloxacillin sodium cap 250 mg, 500 mg np\nPENICILLIN V POTASSIUM - penicillin v potassium for soln\n\n\n125 mg/5ml, 250 mg/5ml\nNP\n\n\npenicillin v potassium tab 250 mg, 500 mg p\nCEPHALOSPORINS\nCEFACLOR - cefaclor cap 250 mg, 500 mg NP\nCEFACLOR - cefaclor for susp 125 mg/5ml, 250 mg/5ml,\n\n\n375 mg/5ml\nNP\n\n\nCEFACLOR ER - cefaclor monohydrate tab er 12hr 500 mg NP\nCEFADROXIL - cefadroxil tab 1 gm NP\ncefadroxil cap 500 mg p\ncefadroxil for susp 250 mg/5ml, 500 mg/5ml np\ncefdinir cap 300 mg p\ncefdinir for susp 125 mg/5ml, 250 mg/5ml np\ncefixime cap 400 mg (Suprax) np\ncefixime for susp 100 mg/5ml np\ncefixime for susp 200 mg/5ml (Suprax) np\ncefpodoxime proxetil for susp 50 mg/5ml, 100 mg/5ml np\ncefpodoxime proxetil tab 100 mg, 200 mg np\ncefprozil for susp 125 mg/5ml, 250 mg/5ml np\ncefprozil tab 250 mg, 500 mg np\ncefuroxime axetil tab 250 mg, 500 mg np\nCEPHALEXIN - cephalexin cap 750 mg NP\nCEPHALEXIN - cephalexin tab 250 mg, 500 mg NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 2\n\n\nDrug Name Drug Tier Requirements/Limits\ncephalexin cap 250 mg, 500 mg p\ncephalexin for susp 125 mg/5ml, 250 mg/5ml np\nSUPRAX - cefixime chew tab 100 mg, 200 mg P\nSUPRAX - cefixime for susp 500 mg/5ml P\n\n\nMACROLIDES\nAZITHROMYCIN - azithromycin powd pack for susp 1 gm P\nazithromycin for susp 100 mg/5ml, 200 mg/5ml (Zithromax) np\nazithromycin tab 250 mg, 500 mg (Zithromax) p QL (60 tablets/180 days)\nazithromycin tab 600 mg np QL (60 tablets/180 days)\nCLARITHROMYCIN - clarithromycin for susp 125 mg/5ml,\n\n\n250 mg/5ml\nNP\n\n\nclarithromycin tab er 24hr 500 mg np QL (28 tablets/30 days)\nclarithromycin tab 250 mg, 500 mg np\nDIFICID - fidaxomicin tab 200 mg P\nDIFICID - fidaxomicin for susp 40 mg/ml P\nE.E.S. 400 - erythromycin ethylsuccinate tab 400 mg NP\nERYTHROCIN STEARATE - erythromycin stearate tab 250 mg P\nERYTHROMYCIN - erythromycin w/ delayed release particles cap\n\n\n250 mg\nNP\n\n\nERYTHROMYCIN ETHYLSUCCINA - erythromycin ethylsuccinate\ntab 400 mg\n\n\nNP\n\n\nerythromycin ethylsuccinate for susp 200 mg/5ml\n(E.e.s. granules)\n\n\nnp\n\n\nerythromycin ethylsuccinate for susp 400 mg/5ml (Eryped 400) np\nerythromycin tab delayed release 250 mg, 333 mg, 500 mg np\nerythromycin tab 250 mg, 500 mg np\nZITHROMAX - azithromycin powd pack for susp 1 gm NP\n\n\nTETRACYCLINES\ndemeclocycline hcl tab 150 mg, 300 mg np\ndoxycycline hyclate cap 50 mg np\ndoxycycline hyclate cap 100 mg (Vibramycin) p\nDOXYCYCLINE HYCLATE DR - doxycycline hyclate tab delayed\n\n\nrelease 80 mg\nNP\n\n\ndoxycycline hyclate tab delayed release 50 mg, 200 mg (Doryx) np\ndoxycycline hyclate tab delayed release 75 mg, 100 mg, 150 mg np\ndoxycycline hyclate tab 20 mg, 50 mg np\ndoxycycline hyclate tab 75 mg, 150 mg (Acticlate) np\ndoxycycline hyclate tab 100 mg p\ndoxycycline monohydrate cap 50 mg, 100 mg p\ndoxycycline monohydrate cap 75 mg, 150 mg np\ndoxycycline monohydrate for susp 25 mg/5ml (Vibramycin) np\ndoxycycline monohydrate tab 50 mg, 75 mg, 150 mg np\ndoxycycline monohydrate tab 100 mg p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 3\n\n\nDrug Name Drug Tier Requirements/Limits\nminocycline hcl cap 50 mg p\nminocycline hcl cap 75 mg, 100 mg np\nminocycline hcl tab er 24hr 45 mg, 90 mg, 135 mg np\nminocycline hcl tab er 24hr 55 mg, 65 mg, 80 mg, 105 mg,\n\n\n115 mg (Solodyn)\nnp\n\n\nminocycline hcl tab 50 mg, 75 mg, 100 mg np\nNUZYRA - omadacycline tosylate tab 150 mg (base equivalent) NP QL (30 tablets/180 days)\ntetracycline hcl cap 250 mg, 500 mg np\nFLUOROQUINOLONES\nBAXDELA - delafloxacin meglumine tab 450 mg (base equiv) NP QL (28 tablets/180 days)\nCIPRO - ciprofloxacin for oral susp 250 mg/5ml (5%) (5 gm/100ml),\n\n\n500 mg/5ml (10%) (10 gm/100ml)\nNP\n\n\nCIPROFLOXACIN HCL - ciprofloxacin hcl tab 100 mg (base equiv) NP\nciprofloxacin hcl tab 250 mg (base equiv), 500 mg (base equiv)\n\n\n(Cipro)\np\n\n\nciprofloxacin hcl tab 750 mg (base equiv) p\nlevofloxacin oral soln 25 mg/ml np\nlevofloxacin tab 250 mg, 500 mg, 750 mg p\nmoxifloxacin hcl tab 400 mg (base equiv) np\nOFLOXACIN - ofloxacin tab 300 mg P\nofloxacin tab 400 mg np\nAMINOGLYCOSIDES\nARIKAYCE - amikacin sulfate liposome inhal susp 590 mg/8.4ml\n\n\n(base eq)\nNP PA, QL (235.2 mls/28 days), SP\n\n\nKITABIS PAK - tobramycin nebu soln 300 mg/5ml NP PA, QL (56 containers/56 days), SP\nneomycin sulfate tab 500 mg p\nparomomycin sulfate cap 250 mg (Humatin) np\nTOBI PODHALER - tobramycin inhal cap 28 mg NP QL (224 capsules/56 days), SP\nTOBRAMYCIN - tobramycin nebu soln 300 mg/5ml NP PA, QL (56 containers/56 days), SP\ntobramycin nebu soln 300 mg/5ml (Tobi) np QL (56 containers/56 days), SP\ntobramycin nebu soln 300 mg/4ml (Bethkis) np QL (56 containers/56 days), SP\nSULFONAMIDES\nSULFADIAZINE - sulfadiazine tab 500 mg NP\n\n\nANTIMYCOBACTERIAL AGENTS\nCYCLOSERINE - cycloserine cap 250 mg NP\nethambutol hcl tab 100 mg np\nethambutol hcl tab 400 mg (Myambutol) np\nISONIAZID - isoniazid tab 100 mg NP\nISONIAZID - isoniazid syrup 50 mg/5ml NP\nisoniazid tab 300 mg p\nPASER - aminosalicylic acid er granules packet 4 gm NP\nPRETOMANID - pretomanid tab 200 mg NP\nPRIFTIN - rifapentine tab 150 mg P\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 4\n\n\nDrug Name Drug Tier Requirements/Limits\npyrazinamide tab 500 mg np\nrifabutin cap 150 mg (Mycobutin) np\nrifampin cap 150 mg, 300 mg np\nSIRTURO - bedaquiline fumarate tab 20 mg (base equiv), 100 mg\n\n\n(base equiv)\nNP\n\n\nTRECATOR - ethionamide tab 250 mg NP\n\n\nANTIFUNGALS\nBREXAFEMME - ibrexafungerp citrate tab 150 mg NP PA, QL (4 tablets/90 days)\nCRESEMBA - isavuconazonium sulfate cap 186 mg (isavuconazole\n\n\n100 mg)\nNP PA\n\n\nfluconazole for susp 10 mg/ml, 40 mg/ml (Diflucan) np\nfluconazole tab 50 mg, 100 mg, 150 mg, 200 mg (Diflucan) p\nflucytosine cap 250 mg, 500 mg (Ancobon) np\ngriseofulvin microsize susp 125 mg/5ml np\ngriseofulvin microsize tab 500 mg np\ngriseofulvin ultramicrosize tab 125 mg, 250 mg np\nitraconazole cap 100 mg (Sporanox) np QL (120 capsules/30 days)\nitraconazole oral soln 10 mg/ml (Sporanox) np QL (1200 mls/30 days)\nketoconazole tab 200 mg np\nNOXAFIL - posaconazole susp 40 mg/ml P PA\nnystatin tab 500000 unit np\nposaconazole tab delayed release 100 mg (Noxafil) np PA\nterbinafine hcl tab 250 mg p\nTOLSURA - itraconazole cap 65 mg NP PA\nvoriconazole for susp 40 mg/ml (Vfend) np PA\nvoriconazole tab 50 mg, 200 mg (Vfend) np PA\nANTIVIRALS\nabacavir sulfate soln 20 mg/ml (base equiv) (Ziagen) np QL (960 mls/30 days)\nabacavir sulfate tab 300 mg (base equiv) (Ziagen) np QL (60 tablets/30 days)\nabacavir sulfate-lamivudine tab 600-300 mg (Epzicom) np QL (30 tablets/30 days)\nacyclovir cap 200 mg p\nacyclovir susp 200 mg/5ml (Zovirax) np\nacyclovir tab 400 mg, 800 mg p\nadefovir dipivoxil tab 10 mg (Hepsera) np\nAPTIVUS - tipranavir cap 250 mg NP QL (120 capsules/30 days)\natazanavir sulfate cap 150 mg (base equiv) np QL (30 capsules/30 days)\natazanavir sulfate cap 200 mg (base equiv) (Reyataz) np QL (60 capsules/30 days)\natazanavir sulfate cap 300 mg (base equiv) (Reyataz) np QL (30 capsules/30 days)\nBARACLUDE - entecavir oral soln 0.05 mg/ml P\nBIKTARVY - bictegravir-emtricitabine-tenofovir af tab 30-120-15 mg,\n\n\n50-200-25 mg\nP QL (30 tablets/30 days)\n\n\nCIMDUO - lamivudine-tenofovir disoproxil fumarate tab 300-300 mg P QL (30 tablets/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 5\n\n\nDrug Name Drug Tier Requirements/Limits\nCOMPLERA - emtricitabine-rilpivirine-tenofovir df tab\n\n\n200-25-300 mg\nNP QL (30 tablets/30 days)\n\n\nDELSTRIGO - doravirine-lamivudine-tenofovir df tab\n100-300-300 mg\n\n\nP QL (30 tablets/30 days)\n\n\nDESCOVY - emtricitabine-tenofovir alafenamide fumarate tab\n120-15 mg, 200-25 mg\n\n\nP QL (30 tablets/30 days)\n\n\nDOVATO - dolutegravir sodium-lamivudine tab 50-300 mg (base eq) P QL (30 tablets/30 days)\nEDURANT - rilpivirine hcl tab 25 mg (base equivalent) NP QL (30 tablets/30 days)\nefavirenz cap 50 mg (Sustiva) np QL (90 capsules/30 days)\nefavirenz cap 200 mg (Sustiva) np QL (60 capsules/30 days)\nefavirenz tab 600 mg (Sustiva) np QL (30 tablets/30 days)\nefavirenz-emtricitabine-tenofovir df tab 600-200-300 mg np QL (30 tablets/30 days)\nefavirenz-lamivudine-tenofovir df tab 400-300-300 mg (Symfi lo) np QL (30 tablets/30 days)\nefavirenz-lamivudine-tenofovir df tab 600-300-300 mg (Symfi) np QL (30 tablets/30 days)\nemtricitabine caps 200 mg (Emtriva) np QL (30 capsules/30 days)\nemtricitabine-tenofovir disoproxil fumarate tab 100-150 mg,\n\n\n133-200 mg, 167-250 mg (Truvada)\nnp QL (30 tablets/30 days)\n\n\nemtricitabine-tenofovir disoproxil fumarate tab 200-300 mg\n(Truvada)\n\n\nnp AC, QL (30 tablets/30 days)\n\n\nEMTRIVA - emtricitabine soln 10 mg/ml NP QL (720 mls/30 days)\nentecavir tab 0.5 mg, 1 mg (Baraclude) np\nEPCLUSA - sofosbuvir-velpatasvir tab 200-50 mg, 400-100 mg P PA, QL (30 tablets/30 days), SP\nEPCLUSA - sofosbuvir-velpatasvir pellet pack 150-37.5 mg,\n\n\n200-50 mg\nP PA, QL (28 tablets/28 days), SP\n\n\nEPIVIR HBV - lamivudine oral soln 5 mg/ml (hbv) NP\netravirine tab 100 mg, 200 mg (Intelence) np QL (60 tablets/30 days)\nEVOTAZ - atazanavir sulfate-cobicistat tab 300-150 mg (base equiv) P QL (30 tablets/30 days)\nfamciclovir tab 125 mg, 250 mg, 500 mg np\nfosamprenavir calcium tab 700 mg (base equiv) (Lexiva) np QL (120 tablets/30 days)\nFUZEON - enfuvirtide for inj 90 mg NP QL (1 kit/30 days)\nGENVOYA - elvitegrav-cobic-emtricitab-tenofov af tab\n\n\n150-150-200-10 mg\nP QL (30 tablets/30 days)\n\n\nHARVONI - ledipasvir-sofosbuvir tab 45-200 mg, 90-400 mg P PA, QL (30 tablets/30 days), SP\nHARVONI - ledipasvir-sofosbuvir pellet pack 33.75-150 mg,\n\n\n45-200 mg\nP PA, QL (30 packets/30 days), SP\n\n\nINTELENCE - etravirine tab 25 mg P QL (120 tablets/30 days)\nISENTRESS - raltegravir potassium chew tab 25 mg (base equiv),\n\n\n100 mg (base equiv)\nP QL (180 tablets/30 days)\n\n\nISENTRESS - raltegravir potassium packet for susp 100 mg (base\nequiv)\n\n\nP QL (60 packets/30 days)\n\n\nISENTRESS - raltegravir potassium tab 400 mg (base equiv) P QL (60 tablets/30 days)\nISENTRESS HD - raltegravir potassium tab 600 mg (base equiv) P QL (60 tablets/30 days)\nJULUCA - dolutegravir sodium-rilpivirine hcl tab 50-25 mg (base eq) P QL (30 tablets/30 days)\nLAGEVRIO - molnupiravir cap 200 mg NP QL (40 capsules/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 6\n\n\nDrug Name Drug Tier Requirements/Limits\nlamivudine oral soln 10 mg/ml (Epivir) np QL (4 bottles/30 days)\nlamivudine tab 100 mg (hbv) (Epivir hbv) np\nlamivudine tab 150 mg, 300 mg (Epivir) np QL (30 tablets/30 days)\nlamivudine-zidovudine tab 150-300 mg (Combivir) np QL (60 tablets/30 days)\nLEXIVA - fosamprenavir calcium susp 50 mg/ml (base equiv) NP QL (8 bottles/30 days)\nLIVTENCITY - maribavir tab 200 mg NP SP\nlopinavir-ritonavir soln 400-100 mg/5ml (80-20 mg/ml) (Kaletra) np QL (3 bottles/30 days)\nlopinavir-ritonavir tab 100-25 mg (Kaletra) np QL (180 tablets/90 days)\nlopinavir-ritonavir tab 200-50 mg (Kaletra) np QL (120 tablets/30 days)\nmaraviroc tab 150 mg (Selzentry) np QL (60 tablets/30 days)\nmaraviroc tab 300 mg (Selzentry) np QL (120 tablets/30 days)\nMAVYRET - glecaprevir-pibrentasvir tab 100-40 mg P PA, QL (90 tablets/30 days), SP\nMAVYRET - glecaprevir-pibrentasvir pellet pack 50-20 mg P PA, QL (140 tablets/28 days), SP\nNEVIRAPINE - nevirapine susp 50 mg/5ml NP QL (1200 mls/30 days)\nNEVIRAPINE ER - nevirapine tab er 24hr 100 mg NP QL (90 tablets/30 days)\nnevirapine tab er 24hr 400 mg np QL (30 tablets/30 days)\nnevirapine tab 200 mg p QL (60 tablets/30 days)\nNORVIR - ritonavir oral soln 80 mg/ml P QL (2 bottles/30 days)\nNORVIR - ritonavir powder packet 100 mg NP QL (360 packets/30 days)\nODEFSEY - emtricitabine-rilpivirine-tenofovir af tab 200-25-25 mg P QL (30 tablets/30 days)\noseltamivir phosphate cap 30 mg (base equiv) (Tamiflu) np QL (40 capsules/120 days)\noseltamivir phosphate cap 45 mg (base equiv), 75 mg (base\n\n\nequiv) (Tamiflu)\nnp QL (20 capsules/120 days)\n\n\noseltamivir phosphate for susp 6 mg/ml (base equiv) (Tamiflu) np QL (300 mls/120 days)\nPAXLOVID - nirmatrelvir tab 10 x 150 mg & ritonavir tab 10 x\n\n\n100 mg pak\nNP PA, QL (20 tablets/30 days)\n\n\nPAXLOVID - nirmatrelvir tab 20 x 150 mg & ritonavir tab 10 x\n100 mg pak\n\n\nNP QL (30 capsules/30 days)\n\n\nPEGASYS - peginterferon alfa-2a soln prefilled syr 180 mcg/0.5ml P PA, SP\nPEGASYS - peginterferon alfa-2a inj 180 mcg/ml P PA, SP\nPIFELTRO - doravirine tab 100 mg NP QL (30 tablets/30 days)\nPREVYMIS - letermovir tab 240 mg, 480 mg NP QL (100 tablets/180 days)\nPREZCOBIX - darunavir-cobicistat tab 800-150 mg P QL (30 tablets/30 days)\nPREZISTA - darunavir oral susp 100 mg/ml P QL (2 bottles/30 days)\nPREZISTA - darunavir tab 75 mg P QL (300 tablets/30 days)\nPREZISTA - darunavir tab 150 mg P QL (180 tablets/30 days)\nPREZISTA - darunavir tab 600 mg P QL (60 tablets/30 days)\nPREZISTA - darunavir tab 800 mg P QL (30 tablets/30 days)\nRELENZA DISKHALER - zanamivir aero powder breath activated\n\n\n5 mg/blister\nNP QL (40 blisters/120 days)\n\n\nREYATAZ - atazanavir sulfate oral powder packet 50 mg (base\nequiv)\n\n\nNP QL (240 packets/30 days)\n\n\nribavirin cap 200 mg np SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 7\n\n\nDrug Name Drug Tier Requirements/Limits\nribavirin tab 200 mg np SP\nritonavir tab 100 mg (Norvir) np QL (360 tablets/30 days)\nRUKOBIA - fostemsavir tromethamine tab er 12hr 600 mg NP QL (60 tablets/30 days)\nSELZENTRY - maraviroc oral soln 20 mg/ml NP QL (8 bottles/30 days)\nSELZENTRY - maraviroc tab 25 mg NP QL (240 tablets/30 days)\nSELZENTRY - maraviroc tab 75 mg NP QL (60 tablets/30 days)\nSITAVIG - acyclovir buccal tab 50 mg NP PA, QL (2 tablets/180 days)\nSOVALDI - sofosbuvir tab 200 mg, 400 mg P PA, QL (30 tablets/30 days), SP\nSOVALDI - sofosbuvir pellet pack 150 mg, 200 mg P PA, QL (30 packets/30 days), SP\nSTAVUDINE - stavudine cap 15 mg, 20 mg, 30 mg, 40 mg NP QL (60 capsules/30 days)\nSTRIBILD - elvitegrav-cobic-emtricitab-tenofovdf tab\n\n\n150-150-200-300 mg\nNP QL (30 tablets/30 days)\n\n\nSYMTUZA - darunavir-cobic-emtricitab-tenofov af tab\n800-150-200-10 mg\n\n\nP QL (30 tablets/30 days)\n\n\ntenofovir disoproxil fumarate tab 300 mg (Viread) np QL (30 tablets/30 days)\nTIVICAY - dolutegravir sodium tab 10 mg (base equiv) P QL (240 tablets/30 days)\nTIVICAY - dolutegravir sodium tab 25 mg (base equiv), 50 mg (base\n\n\nequiv)\nP QL (60 tablets/30 days)\n\n\nTIVICAY PD - dolutegravir sodium tab for oral susp 5 mg (base\nequiv)\n\n\nP QL (360 tablets/30 days)\n\n\nTRIUMEQ - abacavir-dolutegravir-lamivudine tab 600-50-300 mg P QL (30 tablets/30 days)\nTRIUMEQ PD - abacavir-dolutegravir-lamivudine tab for oral sus\n\n\n60-5-30 mg\nP QL (180 tablets/30 days)\n\n\nTRIZIVIR - abacavir sulfate-lamivudine-zidovudine tab\n300-150-300 mg\n\n\nNP QL (60 tablets/30 days)\n\n\nTYBOST - cobicistat tab 150 mg NP QL (30 tablets/30 days)\nvalacyclovir hcl tab 500 mg (Valtrex) p\nvalacyclovir hcl tab 1 gm (Valtrex) np\nvalganciclovir hcl for soln 50 mg/ml (base equiv) (Valcyte) np\nvalganciclovir hcl tab 450 mg (base equivalent) (Valcyte) np\nVEMLIDY - tenofovir alafenamide fumarate tab 25 mg P\nVIRACEPT - nelfinavir mesylate tab 250 mg NP QL (270 tablets/30 days)\nVIRACEPT - nelfinavir mesylate tab 625 mg NP QL (120 tablets/30 days)\nVIREAD - tenofovir disoproxil fumarate tab 150 mg, 200 mg, 250 mg P QL (30 tablets/30 days)\nVIREAD - tenofovir disoproxil fumarate oral powder 40 mg/gm P QL (4 bottles/30 days)\nVOSEVI - sofosbuvir-velpatasvir-voxilaprevir tab 400-100-100 mg P PA, QL (30 tablets/30 days), SP\nXOFLUZA - baloxavir marboxil tab therapy pack 1 x 40 mg (40 mg\n\n\ndose), 1 x 80 mg (80 mg dose)\nNP QL (2 tablets/120 days)\n\n\nzidovudine cap 100 mg (Retrovir) np QL (180 capsules/30 days)\nzidovudine syrup 10 mg/ml (Retrovir) np QL (8 bottles/30 days)\nzidovudine tab 300 mg np QL (60 tablets/30 days)\nANTIMALARIALS\nARAKODA - tafenoquine succinate tab 100 mg (base equivalent) NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 8\n\n\nDrug Name Drug Tier Requirements/Limits\natovaquone-proguanil hcl tab 62.5-25 mg, 250-100 mg\n\n\n(Malarone)\nnp QL (30 tablets/90 days)\n\n\nCHLOROQUINE PHOSPHATE - chloroquine phosphate tab 500 mg NP\nchloroquine phosphate tab 250 mg np\nCOARTEM - artemether-lumefantrine tab 20-120 mg NP\nHYDROXYCHLOROQUINE SULFAT - hydroxychloroquine sulfate\n\n\ntab 100 mg, 300 mg, 400 mg\nNP\n\n\nhydroxychloroquine sulfate tab 200 mg (Plaquenil) np\nKRINTAFEL - tafenoquine succinate tab 150 mg (base equivalent) NP\nmefloquine hcl tab 250 mg np\nprimaquine phosphate tab 26.3 mg (15 mg base) (Primaquine\n\n\nphosphate)\nnp\n\n\npyrimethamine tab 25 mg (Daraprim) np PA\nquinine sulfate cap 324 mg (Qualaquin) np\nAMEBICIDES\nSOLOSEC - secnidazole granules packet 2 gm P\n\n\nANTHELMINTICS\nalbendazole tab 200 mg np\nBENZNIDAZOLE - benznidazole tab 12.5 mg, 100 mg P\nEMVERM - mebendazole chew tab 100 mg NP\nivermectin tab 3 mg (Stromectol) np\npraziquantel tab 600 mg (Biltricide) np\nANTI-INFECTIVE AGENTS - MISC.\nAEMCOLO - rifamycin sodium tab delayed release 194 mg (base\n\n\nequiv)\nNP\n\n\nALINIA - nitazoxanide for susp 100 mg/5ml P QL (180 mls/30 days)\natovaquone susp 750 mg/5ml (Mepron) np\nCAYSTON - aztreonam lysine for inhal soln 75 mg (base equivalent) NP QL (1 kit/56 days), SP\nclindamycin hcl cap 75 mg, 150 mg, 300 mg (Cleocin) p\nclindamycin palmitate hcl for soln 75 mg/5ml (base equiv)\n\n\n(Cleocin pediatric gr)\nnp\n\n\ndapsone tab 25 mg, 100 mg np\nFIRVANQ - vancomycin hcl for oral soln 25 mg/ml (base equivalent),\n\n\n50 mg/ml (base equivalent)\nNP\n\n\nfosfomycin tromethamine powd pack 3 gm (base equivalent)\n(Monurol)\n\n\nnp\n\n\nIMPAVIDO - miltefosine cap 50 mg P\nLAMPIT - nifurtimox tab 30 mg, 120 mg NP\nlinezolid for susp 100 mg/5ml (Zyvox) np QL (600 mls/180 days)\nlinezolid tab 600 mg (Zyvox) np QL (56 tablets/180 days)\nmethenamine hippurate tab 1 gm (Hiprex) np\nmetronidazole cap 375 mg (Flagyl) np\nmetronidazole tab 250 mg, 500 mg p\nnitazoxanide tab 500 mg (Alinia) np QL (6 tablets/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 9\n\n\nDrug Name Drug Tier Requirements/Limits\nnitrofurantoin macrocrystalline cap 25 mg, 50 mg, 100 mg\n\n\n(Macrodantin)\nnp\n\n\nnitrofurantoin monohydrate macrocrystalline cap 100 mg\n(Macrobid)\n\n\nnp\n\n\nnitrofurantoin susp 25 mg/5ml np\npentamidine isethionate for nebulization soln 300 mg\n\n\n(Nebupent)\nnp\n\n\nSIVEXTRO - tedizolid phosphate tab 200 mg NP QL (6 tablets/180 days)\nsulfamethoxazole-trimethoprim susp 200-40 mg/5ml np\nsulfamethoxazole-trimethoprim tab 400-80 mg (Bactrim) p\nsulfamethoxazole-trimethoprim tab 800-160 mg (Bactrim ds) p\ntinidazole tab 250 mg, 500 mg np\nTRIMETHOPRIM - trimethoprim tab 100 mg NP\nvancomycin hcl cap 125 mg (base equivalent), 250 mg (base\n\n\nequivalent) (Vancocin)\nnp QL (120 capsules/30 days)\n\n\nVANCOMYCIN HYDROCHLORIDE - vancomycin hcl for oral soln\n50 mg/ml (base equivalent)\n\n\nNP\n\n\nXIFAXAN - rifaximin tab 200 mg NP QL (9 tablets/30 days)\nXIFAXAN - rifaximin tab 550 mg P QL (60 tablets/30 days)\n\n\nBIOLOGICALS\nVACCINES\nACTHIB - haemophilus b polysaccharide conjugate vaccine for inj P AC\nAFLURIA QUADRIVALENT 2022 - influenza virus vac split\n\n\nquadrivalent susp pref syr 0.5ml\nP AC\n\n\nAFLURIA QUADRIVALENT 2022 - influenza virus vaccine split\nquadrivalent im inj\n\n\nP AC\n\n\nBEXSERO - meningococcal vac b (recomb omv adjuv) inj prefilled\nsyringe\n\n\nP AC\n\n\nCOMIRNATY - covid-19 mrna vac tris-sucrose-pfizer im susp\n30 mcg/0.3ml\n\n\nP\n\n\nENGERIX-B - hepatitis b vaccine (recombinant) susp 10 mcg/0.5ml,\n20 mcg/ml\n\n\nP AC\n\n\nFLUAD QUADRIVALENT 2022-2 - influenza vac type a&b surface\nant adj quad pref syr 0.5 ml\n\n\nP AC\n\n\nFLUARIX QUADRIVALENT 2022 - influenza virus vac split\nquadrivalent susp pref syr 0.5ml\n\n\nP AC\n\n\nFLUBLOK QUADRIVALENT 2022 - influenza vac recomb ha quad\npf soln pref syr 0.5 ml\n\n\nP AC\n\n\nFLUCELVAX QUADRIVALENT 20 - influenza vac tiss-cult subunt\nquad susp pref syr 0.5 ml\n\n\nP AC\n\n\nFLUCELVAX QUADRIVALENT 20 - influenza vac tissue-cultured\nsubunit quadrivalent im susp\n\n\nP AC\n\n\nFLULAVAL QUADRIVALENT 202 - influenza virus vac split\nquadrivalent susp pref syr 0.5ml\n\n\nP AC\n\n\nFLUMIST QUADRIVALENT - influenza virus vaccine live\nquadrivalent intranasal susp\n\n\nP AC\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 10\n\n\nDrug Name Drug Tier Requirements/Limits\nFLUZONE HIGH-DOSE PF 2022 - influenza vac split high-dose\n\n\nquad pf susp pref syr 0.7 ml\nP AC\n\n\nFLUZONE QUADRIVALENT 2022 - influenza virus vac split\nquadrivalent susp pref syr 0.5ml\n\n\nP AC\n\n\nFLUZONE QUADRIVALENT 2022 - influenza virus vaccine split\nquadrivalent im inj\n\n\nP AC\n\n\nFLUZONE QUADRIVALENT 2022 - influenza virus vaccine split\nquadrivalent inj 0.5 ml\n\n\nP AC\n\n\nGARDASIL 9 - human papillomavirus (hpv) 9-valent recomb vac\nsusp pref syr\n\n\nP AC\n\n\nGARDASIL 9 - human papillomavirus (hpv) 9-valent recomb vac im\nsusp\n\n\nP AC\n\n\nHAVRIX - hepatitis a vaccine inj susp 720 el unit/0.5ml, 1440 el unit/\nml\n\n\nP AC\n\n\nHEPLISAV-B - hepatitis b vaccine recomb adjuvanted pref syr\n20 mcg/0.5ml\n\n\nP AC\n\n\nHIBERIX - haemophilus b polysaccharide conjugate vac for inj\n10 mcg\n\n\nP AC\n\n\nIMOVAX RABIES (H.D.C.V.) - rabies virus vaccine, hdc inj P\nIPOL INACTIVATED IPV - poliovirus vaccine, ipv injection P AC\nJANSSEN COVID-19 VACCINE - covid-19 (sars-cov-2) ad26 vector\n\n\nvaccine-janssen im 0.5 ml\nP\n\n\nM-M-R II - measles-mumps-rubella virus vaccines for inj soln P AC\nMENACTRA - meningococcal (a, c, y, and w-135) diphth conjugate\n\n\nvaccine\nP AC\n\n\nMENQUADFI - meningococcal (a, c, y, and w-135) tetanus\nconjugate vaccine\n\n\nP AC\n\n\nMENVEO - meningococcal (a, c, y, and w-135) oligo conj vac for inj P AC\nMODERNA COVID-19 VACCINE - covid-19 mrna vaccine 6mo-5y-\n\n\nmoderna im susp 25 mcg/0.25ml\nP\n\n\nMODERNA COVID-19 VACCINE - covid-19 (sars-cov-2)mrna vacc-\nmoderna im susp 50 mcg/0.5ml, 100 mcg/0.5ml\n\n\nP\n\n\nMODERNA COVID-19 VACCINE/ - covid-19 mrna bivalent vaccine-\nmoderna im susp 50 mcg/0.5ml\n\n\nP\n\n\nNOVAVAX COVID-19 VACCINE - covid-19 subunit prot recom adjuv\nvac-novavax im 5 mcg/0.5ml\n\n\nP\n\n\nPEDVAX HIB - haemophilus b polysaccharide conj vac im susp\n7.5 mcg/0.5 ml\n\n\nP AC\n\n\nPFIZER-BIONTECH COVID-19 - covid-19 mrna bivalent vaccine-\npfizer im susp 30 mcg/0.3ml\n\n\nP\n\n\nPFIZER-BIONTECH COVID-19 - covid-19 (sars-cov-2) mrna vacc-\npfizer im susp 30 mcg/0.3ml\n\n\nP\n\n\nPFIZER-BIONTECH COVID-19 - covid-19 mrna vac tris-sucrose-\npfizer im susp 30 mcg/0.3ml\n\n\nP\n\n\nPFIZER-BIONTECH COVID-19 - covid-19 mrna vac tris-s 5-11y-\npfizer im susp 10 mcg/0.2ml\n\n\nP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 11\n\n\nDrug Name Drug Tier Requirements/Limits\nPFIZER-BIONTECH COVID-19 - covid-19 mrna vac tris-s 6mo-4y-\n\n\npfizer im susp 3 mcg/0.2ml\nP\n\n\nPNEUMOVAX 23 - pneumococcal vaccine polyvalent inj\n25 mcg/0.5ml\n\n\nP AC\n\n\nPNEUMOVAX 23/1 DOSE - pneumococcal vaccine polyvalent inj\n25 mcg/0.5ml\n\n\nP AC\n\n\nPREHEVBRIO - hepatitis b vaccine 3-antigen (recombinant) susp\n10 mcg/ml\n\n\nP AC\n\n\nPREVNAR 13 - pneumococcal 13-valent conjugate vaccine inj P AC\nPREVNAR 20 - pneumococcal 20-valent conjugate vaccine sus pref\n\n\nsyr 0.5 ml\nP AC\n\n\nPROQUAD - measles-mumps-rubella-varicella virus vaccines for\nsusp\n\n\nP AC\n\n\nRABAVERT - rabies vaccine, pcec for inj P\nRECOMBIVAX HB - hepatitis b vaccine (recombinant) susp\n\n\n5 mcg/0.5ml, 10 mcg/ml, 40 mcg/ml\nP AC\n\n\nROTARIX - rotavirus vaccine, live for oral susp P AC\nROTATEQ - rotavirus vaccine, live oral pentavalent soln P AC\nSHINGRIX - zoster vac recombinant adjuvanted for im inj\n\n\n50 mcg/0.5ml\nP AC\n\n\nSPIKEVAX COVID-19 VACCINE - covid-19 (sars-cov-2)mrna vacc-\nmoderna im susp 100 mcg/0.5ml\n\n\nP\n\n\nTRUMENBA - meningococcal group b vac (recomb) im susp\nprefilled syr\n\n\nP AC\n\n\nTWINRIX - hep a-hep b vaccine susp pref syr 720-20 elu-mcg/ml P AC\nVAQTA - hepatitis a vaccine inj susp 25 unit/0.5ml, 50 unit/ml P AC\nVARIVAX - varicella virus vac live for subcutaneous inj 1350\n\n\npfu/0.5ml\nP AC\n\n\nVAXNEUVANCE - pneumococcal 15-valent conjugate vaccine sus\npref syr 0.5 ml\n\n\nP AC\n\n\nVIVOTIF - typhoid vaccine cap delayed release NP\n\n\nTOXOIDS\nADACEL - tet tox-diph-acell pertuss ad inj 5-2-15.5 lf-lf-mcg/0.5ml P AC\nBOOSTRIX - tet-diph-acell pertuss ad pref syr 5-2.5-18.5 lf-\n\n\nmcg/0.5ml\nP AC\n\n\nBOOSTRIX - tet tox-diph-acell pertuss ad inj 5-2.5-18.5 lf-lf-\nmcg/0.5ml\n\n\nP AC\n\n\nDAPTACEL - diph, acellular pert & tet tox inj 15 lf-23 mcg-5 lf/0.5ml P AC\nDIPHTHERIA/TETANUS TOXOID - diphtheria-tetanus tox adsorbed\n\n\n(dt) im inj 25-5 unit/0.5ml\nP AC\n\n\nINFANRIX - diph, acellular pert & tet tox inj 25 lf-58 mcg-10 lf/0.5ml P AC\nKINRIX - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 ml P AC\nPEDIARIX - diph-tet tox-acell pert-hep b-polio ipv vac susp pref syr P AC\nPENTACEL - diph-ac per-tet tox ad-poliov-haemoph b poly vac for\n\n\nim susp\nP AC\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 12\n\n\nDrug Name Drug Tier Requirements/Limits\nQUADRACEL - diph-tetanus tox ad-acell pert & polio virus, ipv vac\n\n\ninj\nP AC\n\n\nQUADRACEL - diph-tetanus-acell pert-polio, ipv vacc susp pref syr\n0.5 ml\n\n\nP AC\n\n\nTDVAX - tetanus-diphtheria toxoids (td) inj 2-2 lf/0.5ml P AC\nTENIVAC - tetanus-diphtheria toxoids (td) inj 5-2 lfu P AC\nVAXELIS - diph-tet tox-ac pert ad-polio ipv-hib-hep b rec susp pre\n\n\nsyr\nP AC\n\n\nVAXELIS - diph-tet tox-ac pert ad-polio ipv-hib-hepatitis b recmb\nsusp\n\n\nP AC\n\n\nBIOLOGICALS MISC\nGRASTEK - timothy grass pollen allergen ext sl tab 2800 bau NP\nODACTRA - dust mite mixed ext sl tab 12 sq-hdm NP\nORALAIR - grass mixed pollen ext sl tab 300 ir (index of reactivity) NP\nPALFORZIA INITIAL DOSE ES - peanut powder-dnfp starter pack\n\n\n0.5 & 1 & 1.5 & 3 & 6 mg\nNP PA, QL (1 kit/180 days), SP\n\n\nPALFORZIA LEVEL 1 - peanut powder-dnfp cap sprinkle pack 3 x\n1 mg (3 mg dose)\n\n\nNP PA, QL (90 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 10 - peanut powder-dnfp pack 2 x 20 mg & 2 x\n100 mg (240 mg dose)\n\n\nNP PA, QL (120 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 11 (MAINT - peanut allergen powder-dnfp\nmaintenance packet 300 mg\n\n\nNP PA, QL (30 packets/30 days), SP\n\n\nPALFORZIA LEVEL 11 (TITRA - peanut allergen powder-dnfp\ntitration packet 300 mg\n\n\nNP PA, QL (30 packets/30 days), SP\n\n\nPALFORZIA LEVEL 2 - peanut powder-dnfp cap sprinkle pack 6 x\n1 mg (6 mg dose)\n\n\nNP PA, QL (180 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 3 - peanut powder-dnfp pack 2 x 1 mg & 10 mg\n(12 mg dose)\n\n\nNP PA, QL (90 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 4 - peanut powder-dnfp cap sprinkle pack\n20 mg (20 mg dose)\n\n\nNP PA, QL (30 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 5 - peanut powder-dnfp cap sprinkle pack 2 x\n20 mg (40 mg dose)\n\n\nNP PA, QL (60 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 6 - peanut powder-dnfp cap sprinkle pack 4 x\n20 mg (80 mg dose)\n\n\nNP PA, QL (120 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 7 - peanut powder-dnfp pack 20 mg & 100 mg\n(120 mg dose)\n\n\nNP PA, QL (60 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 8 - peanut powder-dnfp pack 3 x 20 mg &\n100 mg (160 mg dose)\n\n\nNP PA, QL (120 capsules/30 days), SP\n\n\nPALFORZIA LEVEL 9 - peanut powder-dnfp pack 2 x 100 mg\n(200 mg dose)\n\n\nNP PA, QL (60 capsules/30 days), SP\n\n\nRAGWITEK - short ragweed pollen allergen extract sl tab 12 amb a\n1-u\n\n\nNP\n\n\nANTINEOPLASTIC AGENTS\nANTINEOPLASTICS\nabiraterone acetate tab 250 mg (Zytiga) np PA, QL (120 tablets/30 days), SP\nabiraterone acetate tab 500 mg (Zytiga) np PA, QL (60 tablets/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 13\n\n\nDrug Name Drug Tier Requirements/Limits\nACTIMMUNE - interferon gamma-1b inj 100 mcg/0.5ml (2000000\n\n\nunit/0.5ml)\nP SP\n\n\nALECENSA - alectinib hcl cap 150 mg (base equivalent) P PA, QL (240 capsules/30 days), SP\nALUNBRIG - brigatinib tab initiation therapy pack 90 mg & 180 mg P PA, QL (1 pack/180 days), SP\nALUNBRIG - brigatinib tab 30 mg P PA, QL (120 tablets/30 days), SP\nALUNBRIG - brigatinib tab 90 mg, 180 mg P PA, QL (30 tablets/30 days), SP\nanastrozole tab 1 mg (Arimidex) p AC\nAYVAKIT - avapritinib tab 25 mg, 50 mg, 100 mg, 200 mg, 300 mg P PA, QL (30 tablets/30 days), SP\nBALVERSA - erdafitinib tab 3 mg NP PA, QL (90 tablets/30 days), SP\nBALVERSA - erdafitinib tab 4 mg NP PA, QL (60 tablets/30 days), SP\nBALVERSA - erdafitinib tab 5 mg NP PA, QL (30 tablets/30 days), SP\nBESREMI - ropeginterferon alfa-2b-njft soln prefilled syr 500 mcg/ml NP PA, QL (2 syringes/28 days), SP\nbexarotene cap 75 mg (Targretin) np PA, SP\nbicalutamide tab 50 mg (Casodex) p\nBOSULIF - bosutinib tab 100 mg P PA, QL (90 tablets/30 days), SP\nBOSULIF - bosutinib tab 400 mg, 500 mg P PA, QL (30 tablets/30 days), SP\nBRAFTOVI - encorafenib cap 75 mg NP PA, QL (180 capsules/30 days), SP\nBRUKINSA - zanubrutinib cap 80 mg NP PA, QL (120 capsules/30 days), SP\nCABOMETYX - cabozantinib s-malate tab 20 mg (base equivalent),\n\n\n40 mg (base equivalent), 60 mg (base equivalent)\nP PA, QL (30 tablets/30 days), SP\n\n\nCALQUENCE - acalabrutinib cap 100 mg NP PA, QL (60 capsules/30 days), SP\ncapecitabine tab 150 mg, 500 mg (Xeloda) np PA, SP\nCAPRELSA - vandetanib tab 100 mg P PA, QL (60 tablets/30 days), SP\nCAPRELSA - vandetanib tab 300 mg P PA, QL (30 tablets/30 days), SP\nCOMETRIQ - cabozantinib s-malate cap 3 x 20 mg (60 mg dose) kit P PA, QL (1 carton/28 days), SP\nCOMETRIQ - cabozantinib s-mal cap 1 x 80 mg & 1 x 20 mg (100\n\n\ndose) kit\nP PA, QL (1 carton/28 days), SP\n\n\nCOMETRIQ - cabozantinib s-mal cap 1 x 80 mg & 3 x 20 mg (140\ndose) kit\n\n\nP PA, QL (1 carton/28 days), SP\n\n\nCOPIKTRA - duvelisib cap 15 mg, 25 mg NP PA, QL (56 capsules/28 days), SP\nCOTELLIC - cobimetinib fumarate tab 20 mg (base equivalent) P PA, QL (63 tablets/28 days), SP\nCYCLOPHOSPHAMIDE - cyclophosphamide tab 25 mg, 50 mg P\ncyclophosphamide cap 25 mg, 50 mg (Cyclophosphamide) np\nDAURISMO - glasdegib maleate tab 25 mg (base equivalent) NP PA, QL (60 tablets/30 days), SP\nDAURISMO - glasdegib maleate tab 100 mg (base equivalent) NP PA, QL (30 tablets/30 days), SP\nELIGARD - leuprolide acetate for subcutaneous inj kit 7.5 mg NP SP\nELIGARD - leuprolide acetate (3 month) for subcutaneous inj kit\n\n\n22.5mg\nNP SP\n\n\nELIGARD - leuprolide acetate (4 month) for subcutaneous inj kit\n30 mg\n\n\nNP SP\n\n\nELIGARD - leuprolide acetate (6 month) for subcutaneous inj kit\n45 mg\n\n\nNP SP\n\n\nEMCYT - estramustine phosphate sodium cap 140 mg P SP\nERIVEDGE - vismodegib cap 150 mg P PA, QL (30 capsules/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 14\n\n\nDrug Name Drug Tier Requirements/Limits\nERLEADA - apalutamide tab 60 mg P PA, QL (120 tablets/30 days), SP\nerlotinib hcl tab 25 mg (base equivalent) (Tarceva) np PA, QL (60 tablets/30 days), SP\nerlotinib hcl tab 100 mg (base equivalent), 150 mg (base\n\n\nequivalent) (Tarceva)\nnp PA, QL (30 tablets/30 days), SP\n\n\nETOPOSIDE - etoposide cap 50 mg P SP\nEULEXIN - flutamide cap 125 mg NP SP\neverolimus tab for oral susp 2 mg, 5 mg (Afinitor disperz) np PA, QL (60 tablets/30 days), SP\neverolimus tab for oral susp 3 mg (Afinitor disperz) np PA, QL (90 tablets/30 days), SP\neverolimus tab 2.5 mg, 5 mg, 7.5 mg, 10 mg (Afinitor) np PA, QL (30 tablets/30 days), SP\nexemestane tab 25 mg (Aromasin) np\nEXKIVITY - mobocertinib succinate cap 40 mg NP PA, QL (120 capsules/30 days), SP\nFLUTAMIDE - flutamide cap 125 mg NP SP\nFOTIVDA - tivozanib hcl cap 0.89 mg (base equivalent), 1.34 mg\n\n\n(base equivalent)\nNP PA, QL (21 capsules/28 days), SP\n\n\nGAVRETO - pralsetinib cap 100 mg NP PA, QL (120 capsules/30 days), SP\nGILOTRIF - afatinib dimaleate tab 20 mg (base equivalent), 30 mg\n\n\n(base equivalent), 40 mg (base equivalent)\nP PA, QL (30 tablets/30 days), SP\n\n\nGLEOSTINE - lomustine cap 10 mg, 40 mg, 100 mg P SP\nHYCAMTIN - topotecan hcl cap 0.25 mg (base equiv), 1 mg (base\n\n\nequiv)\nP PA, SP\n\n\nhydroxyurea cap 500 mg (Hydrea) np\nIBRANCE - palbociclib cap 75 mg, 100 mg, 125 mg P PA, QL (21 capsules/28 days), SP\nIBRANCE - palbociclib tab 75 mg, 100 mg, 125 mg P PA, QL (21 tablets/28 days), SP\nICLUSIG - ponatinib hcl tab 10 mg (base equiv), 15 mg (base\n\n\nequiv), 30 mg (base equiv), 45 mg (base equiv)\nP PA, QL (30 tablets/30 days), SP\n\n\nIDHIFA - enasidenib mesylate tab 50 mg (base equivalent), 100 mg\n(base equivalent)\n\n\nNP PA, QL (30 tablets/30 days), SP\n\n\nimatinib mesylate tab 100 mg (base equivalent) (Gleevec) np PA, QL (90 tablets/30 days), SP\nimatinib mesylate tab 400 mg (base equivalent) (Gleevec) np PA, QL (60 tablets/30 days), SP\nIMBRUVICA - ibrutinib tab 140 mg, 280 mg, 420 mg, 560 mg P PA, QL (30 tablets/30 days), SP\nIMBRUVICA - ibrutinib cap 70 mg P PA, QL (30 capsules/30 days), SP\nIMBRUVICA - ibrutinib cap 140 mg P PA, QL (90 capsules/30 days), SP\nINLYTA - axitinib tab 1 mg P PA, QL (180 tablets/30 days), SP\nINLYTA - axitinib tab 5 mg P PA, QL (120 tablets/30 days), SP\nINQOVI - decitabine-cedazuridine tab 35-100 mg NP PA, QL (5 tablets/28 days), SP\nINREBIC - fedratinib hcl cap 100 mg NP PA, QL (120 capsules/30 days), SP\nINTRON A - interferon alfa-2b for inj 10000000 unit, 50000000 unit P SP\nIRESSA - gefitinib tab 250 mg P PA, QL (30 tablets/30 days), SP\nJAKAFI - ruxolitinib phosphate tab 5 mg (base equivalent), 10 mg\n\n\n(base equivalent), 15 mg (base equivalent), 20 mg (base\nequivalent), 25 mg (base equivalent)\n\n\nP PA, QL (60 tablets/30 days), SP\n\n\nKISQALI - ribociclib succinate tab pack 200 mg daily dose P PA, QL (21 tablets/28 days), SP\nKISQALI - ribociclib succinate tab pack 400 mg daily dose (200 mg\n\n\ntab)\nP PA, QL (42 tablets/28 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 15\n\n\nDrug Name Drug Tier Requirements/Limits\nKISQALI - ribociclib succinate tab pack 600 mg daily dose (200 mg\n\n\ntab)\nP PA, QL (63 tablets/28 days), SP\n\n\nKISQALI FEMARA 200 DOSE - ribociclib 200 mg dose (200 mg tab)\n& letrozole 2.5 mg tbpk\n\n\nP PA, QL (49 tablets/28 days), SP\n\n\nKISQALI FEMARA 400 DOSE - ribociclib 400 mg dose (200 mg tab)\n& letrozole 2.5 mg tbpk\n\n\nP PA, QL (70 tablets/28 days), SP\n\n\nKISQALI FEMARA 600 DOSE - ribociclib 600 mg dose (200 mg tab)\n& letrozole 2.5 mg tbpk\n\n\nP PA, QL (91 tablets/28 days), SP\n\n\nKOSELUGO - selumetinib sulfate cap 10 mg NP PA, QL (240 capsules/30 days), SP\nKOSELUGO - selumetinib sulfate cap 25 mg NP PA, QL (120 capsules/30 days), SP\nlapatinib ditosylate tab 250 mg (base equiv) (Tykerb) np PA, QL (180 tablets/30 days), SP\nLENVIMA 10 MG DAILY DOSE - lenvatinib cap therapy pack 10 mg\n\n\n(10 mg daily dose)\nP PA, QL (30 capsules/30 days), SP\n\n\nLENVIMA 12MG DAILY DOSE - lenvatinib cap therapy pack 3 x\n4 mg (12 mg daily dose)\n\n\nP PA, QL (90 capsules/30 days), SP\n\n\nLENVIMA 14 MG DAILY DOSE - lenvatinib cap therapy pack 10 &\n4 mg (14 mg daily dose)\n\n\nP PA, QL (60 capsules/30 days), SP\n\n\nLENVIMA 18 MG DAILY DOSE - lenvatinib cap ther pack 10 mg & 2\nx 4 mg (18 mg daily dose)\n\n\nP PA, QL (90 capsules/30 days), SP\n\n\nLENVIMA 20 MG DAILY DOSE - lenvatinib cap therapy pack 2 x\n10 mg (20 mg daily dose)\n\n\nP PA, QL (60 capsules/30 days), SP\n\n\nLENVIMA 24 MG DAILY DOSE - lenvatinib cap ther pack 2 x 10 mg\n& 4 mg (24 mg daily dose)\n\n\nP PA, QL (90 capsules/30 days), SP\n\n\nLENVIMA 4 MG DAILY DOSE - lenvatinib cap therapy pack 4 mg\n(4 mg daily dose)\n\n\nP PA, QL (30 capsules/30 days), SP\n\n\nLENVIMA 8 MG DAILY DOSE - lenvatinib cap therapy pack 2 x\n4 mg (8 mg daily dose)\n\n\nP PA, QL (60 capsules/30 days), SP\n\n\nletrozole tab 2.5 mg (Femara) p\nleucovorin calcium tab 5 mg, 10 mg, 15 mg, 25 mg np\nLEUKERAN - chlorambucil tab 2 mg P SP\nleuprolide acetate inj kit 5 mg/ml np SP\nLONSURF - trifluridine-tipiracil tab 15-6.14 mg P PA, QL (60 tablets/28 days), SP\nLONSURF - trifluridine-tipiracil tab 20-8.19 mg P PA, QL (80 tablets/28 days), SP\nLORBRENA - lorlatinib tab 25 mg NP PA, QL (90 tablets/30 days), SP\nLORBRENA - lorlatinib tab 100 mg NP PA, QL (30 tablets/30 days), SP\nLUMAKRAS - sotorasib tab 120 mg NP PA, QL (240 tablets/30 days), SP\nLUPRON DEPOT (1-MONTH) - leuprolide acetate for inj kit\n\n\n3.75 mg, 7.5 mg\nP SP\n\n\nLUPRON DEPOT (3-MONTH) - leuprolide acetate (3 month) for inj\nkit 11.25 mg, 22.5 mg\n\n\nP SP\n\n\nLUPRON DEPOT (4-MONTH) - leuprolide acetate (4 month) for inj\nkit 30 mg\n\n\nP SP\n\n\nLUPRON DEPOT (6-MONTH) - leuprolide acetate (6 month) for inj\nkit 45 mg\n\n\nP SP\n\n\nLYNPARZA - olaparib tab 100 mg, 150 mg P PA, QL (120 tablets/30 days), SP\nLYSODREN - mitotane tab 500 mg P PA, SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 16\n\n\nDrug Name Drug Tier Requirements/Limits\nMATULANE - procarbazine hcl cap 50 mg P PA, SP\nmegestrol acetate susp 40 mg/ml np\nmegestrol acetate tab 20 mg, 40 mg p\nMEKINIST - trametinib dimethyl sulfoxide tab 0.5 mg (base\n\n\nequivalent)\nP PA, QL (90 tablets/30 days), SP\n\n\nMEKINIST - trametinib dimethyl sulfoxide tab 2 mg (base\nequivalent)\n\n\nP PA, QL (30 tablets/30 days), SP\n\n\nMEKTOVI - binimetinib tab 15 mg NP PA, QL (180 tablets/30 days), SP\nmelphalan tab 2 mg (Alkeran) np SP\nmercaptopurine tab 50 mg np\nMESNEX - mesna tab 400 mg P\nMETHOTREXATE SODIUM - methotrexate sodium inj 250 mg/10ml\n\n\n(25 mg/ml)\nNP\n\n\nmethotrexate sodium for inj 1 gm np\nmethotrexate sodium inj pf 50 mg/2ml (25 mg/ml), 250 mg/10ml\n\n\n(25 mg/ml)\np\n\n\nmethotrexate sodium inj pf 1000 mg/40ml (25 mg/ml) np\nmethotrexate sodium inj 50 mg/2ml (25 mg/ml) p\nmethotrexate sodium tab 2.5 mg (base equiv) np\nMYLERAN - busulfan tab 2 mg P SP\nNERLYNX - neratinib maleate tab 40 mg (base equivalent) NP PA, QL (180 tablets/30 days), SP\nnilutamide tab 150 mg (Nilandron) np SP\nNINLARO - ixazomib citrate cap 2.3 mg (base equivalent), 3 mg\n\n\n(base equivalent), 4 mg (base equivalent)\nP PA, QL (3 capsules/28 days), SP\n\n\nNUBEQA - darolutamide tab 300 mg P PA, QL (120 tablets/30 days), SP\nODOMZO - sonidegib phosphate cap 200 mg (base equivalent) P PA, QL (30 capsules/30 days), SP\nONUREG - azacitidine tab 200 mg, 300 mg NP PA, QL (14 tablets/28 days), SP\nORGOVYX - relugolix tab 120 mg NP PA, QL (30 tablets/30 days), SP\nPEMAZYRE - pemigatinib tab 4.5 mg, 9 mg, 13.5 mg NP PA, QL (14 tablets/21 days), SP\nPIQRAY 200MG DAILY DOSE - alpelisib tab therapy pack 200 mg\n\n\ndaily dose\nP PA, QL (28 tablets/28 days), SP\n\n\nPIQRAY 250MG DAILY DOSE - alpelisib tab pack 250 mg daily\ndose (200 mg & 50 mg tabs)\n\n\nP PA, QL (56 tablets/28 days), SP\n\n\nPIQRAY 300MG DAILY DOSE - alpelisib tab pack 300 mg daily\ndose (2x150 mg tab)\n\n\nP PA, QL (56 tablets/28 days), SP\n\n\nPOMALYST - pomalidomide cap 1 mg, 2 mg, 3 mg, 4 mg P PA, QL (21 capsules/28 days), SP\nPURIXAN - mercaptopurine susp 2000 mg/100ml (20 mg/ml) P SP\nQINLOCK - ripretinib tab 50 mg NP PA, QL (90 tablets/30 days), SP\nRETEVMO - selpercatinib cap 40 mg P PA, QL (180 capsules/30 days), SP\nRETEVMO - selpercatinib cap 80 mg P PA, QL (120 capsules/30 days), SP\nROZLYTREK - entrectinib cap 100 mg P PA, QL (30 capsules/30 days), SP\nROZLYTREK - entrectinib cap 200 mg P PA, QL (90 capsules/30 days), SP\nRUBRACA - rucaparib camsylate tab 200 mg (base equivalent),\n\n\n250 mg (base equivalent), 300 mg (base equivalent)\nP PA, QL (120 tablets/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 17\n\n\nDrug Name Drug Tier Requirements/Limits\nRYDAPT - midostaurin cap 25 mg P PA, QL (240 capsules/30 days), SP\nSCEMBLIX - asciminib hcl tab 20 mg NP PA, QL (60 tablets/30 days), SP\nSCEMBLIX - asciminib hcl tab 40 mg NP PA, QL (300 tablets/30 days), SP\nSOLTAMOX - tamoxifen citrate oral soln 10 mg/5ml (base\n\n\nequivalent)\nP\n\n\nsorafenib tosylate tab 200 mg (base equivalent) (Nexavar) np SP\nSPRYCEL - dasatinib tab 20 mg P PA, QL (90 tablets/30 days), SP\nSPRYCEL - dasatinib tab 50 mg, 70 mg, 80 mg, 100 mg, 140 mg P PA, QL (30 tablets/30 days), SP\nSTIVARGA - regorafenib tab 40 mg P PA, QL (84 tablets/28 days), SP\nsunitinib malate cap 12.5 mg (base equivalent) (Sutent) np PA, QL (90 capsules/30 days), SP\nsunitinib malate cap 25 mg (base equivalent), 37.5 mg (base\n\n\nequivalent), 50 mg (base equivalent) (Sutent)\nnp PA, QL (30 capsules/30 days), SP\n\n\nSYNRIBO - omacetaxine mepesuccinate for inj 3.5 mg P\nTABLOID - thioguanine tab 40 mg P SP\nTABRECTA - capmatinib hcl tab 150 mg, 200 mg P PA, QL (120 tablets/30 days), SP\nTAFINLAR - dabrafenib mesylate cap 50 mg (base equivalent),\n\n\n75 mg (base equivalent)\nP PA, QL (120 capsules/30 days), SP\n\n\nTAGRISSO - osimertinib mesylate tab 40 mg (base equivalent),\n80 mg (base equivalent)\n\n\nP PA, QL (30 tablets/30 days), SP\n\n\nTALZENNA - talazoparib tosylate cap 0.25 mg (base equivalent) P PA, QL (90 capsules/30 days), SP\nTALZENNA - talazoparib tosylate cap 0.5 mg (base equivalent),\n\n\n0.75 mg (base equivalent), 1 mg (base equivalent)\nP PA, QL (30 capsules/30 days), SP\n\n\ntamoxifen citrate tab 10 mg (base equivalent) p AC\ntamoxifen citrate tab 20 mg (base equivalent) np AC\nTASIGNA - nilotinib hcl cap 50 mg (base equivalent), 150 mg (base\n\n\nequivalent), 200 mg (base equivalent)\nP PA, QL (120 capsules/30 days), SP\n\n\nTAZVERIK - tazemetostat hbr tab 200 mg NP PA, QL (240 tablets/30 days), SP\ntemozolomide cap 5 mg, 20 mg, 100 mg, 140 mg, 180 mg np PA, SP\ntemozolomide cap 250 mg (Temodar) np PA, SP\nTEPMETKO - tepotinib hcl tab 225 mg NP PA, QL (60 tablets/30 days), SP\nTIBSOVO - ivosidenib tab 250 mg NP PA, QL (60 tablets/30 days), SP\ntoremifene citrate tab 60 mg (base equivalent) (Fareston) np SP\ntretinoin cap 10 mg np PA, SP\nTREXALL - methotrexate sodium tab 5 mg (base equiv), 7.5 mg\n\n\n(base equiv), 10 mg (base equiv), 15 mg (base equiv)\nNP\n\n\nTRUSELTIQ - infigratinib phos cap ther pack 2 x 25 mg (50 mg daily\ndose)\n\n\nNP PA, QL (42 capsules/28 days), SP\n\n\nTRUSELTIQ - infigratinib phos cap ther pack 3 x 25 mg (75 mg daily\ndose)\n\n\nNP PA, QL (63 capsules/28 days), SP\n\n\nTRUSELTIQ - infigratinib phos cap ther pack 100 mg (100 mg daily\ndose)\n\n\nNP PA, QL (21 capsules/28 days), SP\n\n\nTRUSELTIQ - infigratinib phos cap pack 100 & 25 mg (125 mg daily\ndose)\n\n\nNP PA, QL (42 capsules/28 days), SP\n\n\nTUKYSA - tucatinib tab 50 mg NP PA, QL (300 tablets/30 days), SP\nTUKYSA - tucatinib tab 150 mg NP PA, QL (120 tablets/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 18\n\n\nDrug Name Drug Tier Requirements/Limits\nTURALIO - pexidartinib hcl cap 200 mg (base equivalent) NP PA, QL (120 capsules/30 days), SP\nVENCLEXTA - venetoclax tab 10 mg P PA, QL (60 tablets/30 days), SP\nVENCLEXTA - venetoclax tab 50 mg P PA, QL (30 tablets/30 days), SP\nVENCLEXTA - venetoclax tab 100 mg P PA, QL (180 tablets/30 days), SP\nVENCLEXTA STARTING PACK - venetoclax tab therapy starter\n\n\npack 10 & 50 & 100 mg\nP PA, QL (1 pack/180 days), SP\n\n\nVERZENIO - abemaciclib tab 50 mg, 100 mg, 150 mg, 200 mg P PA, QL (60 tablets/30 days), SP\nVITRAKVI - larotrectinib sulfate oral soln 20 mg/ml (base equivalent) P PA, QL (300 mls/30 days), SP\nVITRAKVI - larotrectinib sulfate cap 25 mg (base equivalent) P PA, QL (180 capsules/30 days), SP\nVITRAKVI - larotrectinib sulfate cap 100 mg (base equivalent) P PA, QL (60 capsules/30 days), SP\nVIZIMPRO - dacomitinib tab 15 mg, 30 mg, 45 mg NP PA, QL (30 tablets/30 days), SP\nVONJO - pacritinib citrate cap 100 mg NP PA, QL (120 capsules/30 days), SP\nVOTRIENT - pazopanib hcl tab 200 mg (base equiv) P PA, QL (120 tablets/30 days), SP\nWELIREG - belzutifan tab 40 mg NP PA, QL (90 tablets/30 days), SP\nXALKORI - crizotinib cap 200 mg, 250 mg P PA, QL (60 capsules/30 days), SP\nXATMEP - methotrexate oral soln 2.5 mg/ml NP\nXOSPATA - gilteritinib fumarate tablet 40 mg (base equivalent) NP PA, QL (90 tablets/30 days), SP\nXPOVIO - selinexor tab therapy pack 40 mg (40 mg once weekly),\n\n\n60 mg (60 mg once weekly)\nNP PA, QL (4 tablets/28 days), SP\n\n\nXPOVIO - selinexor tab therapy pack 40 mg (40 mg twice weekly),\n40 mg (80 mg once weekly), 50 mg (100 mg once weekly)\n\n\nNP PA, QL (8 tablets/28 days), SP\n\n\nXPOVIO 60 MG TWICE WEEKLY - selinexor tab therapy pack\n20 mg (60 mg twice weekly)\n\n\nNP PA, QL (24 tablets/28 days), SP\n\n\nXPOVIO 80 MG TWICE WEEKLY - selinexor tab therapy pack\n20 mg (80 mg twice weekly)\n\n\nNP PA, QL (32 tablets/28 days), SP\n\n\nXTANDI - enzalutamide cap 40 mg P PA, QL (120 capsules/30 days), SP\nXTANDI - enzalutamide tab 40 mg P PA, QL (120 tablets/30 days), SP\nXTANDI - enzalutamide tab 80 mg P PA, QL (60 tablets/30 days), SP\nYONSA - abiraterone acetate tab 125 mg P PA, QL (120 tablets/30 days), SP\nZEJULA - niraparib tosylate cap 100 mg (base equivalent) P PA, QL (90 capsules/30 days), SP\nZELBORAF - vemurafenib tab 240 mg P PA, QL (240 tablets/30 days), SP\nZOLINZA - vorinostat cap 100 mg P PA, QL (120 capsules/30 days), SP\nZYDELIG - idelalisib tab 100 mg, 150 mg P PA, QL (60 tablets/30 days), SP\nZYKADIA - ceritinib tab 150 mg P PA, QL (90 tablets/30 days), SP\n\n\nENDOCRINE AND METABOLIC DRUGS\nCORTICOSTEROIDS\nALKINDI SPRINKLE - hydrocortisone cap sprinkle 0.5 mg, 1 mg,\n\n\n2 mg, 5 mg\nNP SP\n\n\nbudesonide delayed release particles cap 3 mg np\nbudesonide tab er 24hr 9 mg (Uceris) np\nDEXABLISS - dexamethasone tab therapy pack 1.5 mg (39) NP PA, QL (39 tablets/90 days)\nDEXAMETHASONE - dexamethasone soln 0.5 mg/5ml NP\nDEXAMETHASONE - dexamethasone tab 0.5 mg, 0.75 mg NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 19\n\n\nDrug Name Drug Tier Requirements/Limits\nDEXAMETHASONE - dexamethasone tab 1 mg, 2 mg P\ndexamethasone elixir 0.5 mg/5ml np\nDEXAMETHASONE INTENSOL - dexamethasone conc 1 mg/ml NP\ndexamethasone tab therapy pack 1.5 mg (21) np PA, QL (21 tablets/90 days)\ndexamethasone tab 1.5 mg, 4 mg, 6 mg p\nDEXAMETHASONE 10-DAY DOSE - dexamethasone tab therapy\n\n\npack 1.5 mg (35)\nNP PA, QL (35 tablets/90 days)\n\n\nDEXAMETHASONE 13-DAY DOSE - dexamethasone tab therapy\npack 1.5 mg (51)\n\n\nNP PA, QL (51 tablets/90 days)\n\n\nDXEVO 11-DAY - dexamethasone tab therapy pack 1.5 mg (39) NP PA, QL (39 tablets/90 days)\nEMFLAZA - deflazacort susp 22.75 mg/ml NP PA, SP\nEMFLAZA - deflazacort tab 6 mg NP PA, QL (60 tablets/30 days), SP\nEMFLAZA - deflazacort tab 18 mg NP PA, QL (30 tablets/30 days), SP\nEMFLAZA - deflazacort tab 30 mg, 36 mg NP PA, SP\nfludrocortisone acetate tab 0.1 mg p\nHEMADY - dexamethasone tab 20 mg NP\nhydrocortisone tab 5 mg, 10 mg, 20 mg (Cortef) np\nMEDROL - methylprednisolone tab 2 mg NP\nmethylprednisolone tab therapy pack 4 mg (21) (Medrol\n\n\ndosepak)\np\n\n\nmethylprednisolone tab 4 mg, 16 mg, 32 mg (Medrol) p\nmethylprednisolone tab 8 mg (Medrol) np\nMILLIPRED - prednisolone tab 5 mg NP\nORAPRED ODT - prednisolone sod phos orally disintegr tab 10 mg\n\n\n(base eq), 15 mg (base eq), 30 mg (base eq)\nNP\n\n\nORTIKOS - budesonide cap er 24hr 6 mg, 9 mg NP\nPREDNISOLONE - prednisolone syrup 15 mg/5ml (usp solution\n\n\nequivalent)\nNP\n\n\nprednisolone sod phosph oral soln 6.7 mg/5ml (5 mg/5ml base)\n(Pediapred)\n\n\nnp\n\n\nprednisolone sod phosphate oral soln 15 mg/5ml (base equiv) p\nprednisolone sod phosphate oral soln 10 mg/5ml (base equiv) np PA, QL (900 mls/30 days)\nprednisolone sod phosphate oral soln 20 mg/5ml (base equiv) np QL (450 mls/30 days)\nPREDNISOLONE SODIUM PHOSP - prednisolone sodium\n\n\nphosphate oral soln 25 mg/5ml (base eq)\nNP\n\n\nPREDNISOLONE SODIUM PHOSP - prednisolone sod phos orally\ndisintegr tab 10 mg (base eq), 15 mg (base eq), 30 mg (base eq)\n\n\nNP\n\n\nPREDNISONE - prednisone oral soln 5 mg/5ml P\nPREDNISONE INTENSOL - prednisone conc 5 mg/ml NP\nprednisone tab therapy pack 5 mg (21), 5 mg (48) p\nprednisone tab therapy pack 10 mg (21), 10 mg (48) np\nprednisone tab 1 mg, 2.5 mg, 5 mg, 10 mg, 20 mg, 50 mg p\nRAYOS - prednisone tab delayed release 1 mg, 2 mg, 5 mg NP+ QL (30 tablets/30 days)\nTAPERDEX 12-DAY - dexamethasone tab therapy pack 1.5 mg (49) NP PA, QL (49 tablets/90 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 20\n\n\nDrug Name Drug Tier Requirements/Limits\nTAPERDEX 7-DAY - dexamethasone tab therapy pack 1.5 mg (27) NP PA, QL (27 tablets/90 days)\nTARPEYO - budesonide delayed release cap 4 mg NP PA, QL (120 capsules/30 days)\nZCORT 7-DAY - dexamethasone tab therapy pack 1.5 mg (25) NP PA, QL (25 tablets/90 days)\n\n\nANDROGEN-ANABOLIC\nANDRODERM - testosterone td patch 24hr 2 mg/24hr, 4 mg/24hr NP PA, QL (30 patches/30 days)\ndanazol cap 50 mg, 100 mg, 200 mg np PA\nJATENZO - testosterone undecanoate cap 158 mg, 237 mg NP PA, QL (60 capsules/30 days)\nJATENZO - testosterone undecanoate cap 198 mg NP PA, QL (120 capsules/30 days)\nMETHITEST - methyltestosterone oral tab 10 mg NP PA, QL (600 tablets/30 days)\nmethyltestosterone cap 10 mg np PA, QL (600 capsules/30 days)\nNATESTO - testosterone nasal gel 5.5 mg/act NP PA, QL (3 tubes/30 days)\noxandrolone tab 2.5 mg, 10 mg np PA\nTESTOSTERONE - testosterone td gel 50 mg/5gm (1%) NP PA, QL (60 packets/30 days)\ntestosterone cypionate im inj in oil 100 mg/ml, 200 mg/ml\n\n\n(Depo-testosterone)\nnp PA, QL (10 ml/28 days)\n\n\nTESTOSTERONE ENANTHATE - testosterone enanthate im inj in\noil 200 mg/ml\n\n\nNP PA, QL (5 mls/28 days)\n\n\nTESTOSTERONE PUMP - testosterone td gel 12.5 mg/act (1%) NP PA, QL (4 pumps/30 days)\ntestosterone td gel 25 mg/2.5gm (1%), 40.5 mg/2.5gm (1.62%)\n\n\n(Androgel)\nnp PA, QL (150 grams/30 days)\n\n\ntestosterone td gel 50 mg/5gm (1%) (Androgel) np PA, QL (300 grams/30 days)\ntestosterone td gel 12.5 mg/act (1%) np PA, QL (300 grams/30 days)\ntestosterone td gel 20.25 mg/1.25gm (1.62%) (Androgel) np PA, QL (37.5 grams/30 days)\ntestosterone td gel 20.25 mg/act (1.62%) (Androgel pump) np PA, QL (150 grams/30 days)\ntestosterone td gel 10mg/act (2%) (Fortesta) np PA, QL (120 grams/30 days)\ntestosterone td soln 30 mg/act np PA, QL (180 ml/30 days)\nTLANDO - testosterone undecanoate cap 112.5 mg NP PA, QL (120 capsules/30 days)\nVOGELXO - testosterone td gel 50 mg/5gm (1%) NP PA, QL (60 packets/30 days)\nVOGELXO PUMP - testosterone td gel 12.5 mg/act (1%) NP PA, QL (4 pumps/30 days)\nXYOSTED - testosterone enanthate solution auto-injector\n\n\n50 mg/0.5ml, 75 mg/0.5ml, 100 mg/0.5ml\nNP PA, QL (2 ml/28 days)\n\n\nESTROGENS\nALORA - estradiol td patch twice weekly 0.025 mg/24hr,\n\n\n0.075 mg/24hr\nNP QL (30 patches/30 days)\n\n\nANGELIQ - drospirenone-estradiol tab 0.25-0.5 mg, 0.5-1 mg NP\nCLIMARA PRO - estradiol-levonorgestrel td patch weekly\n\n\n0.045-0.015 mg/day\nP\n\n\nCOMBIPATCH - estradiol-norethindrone ace td pttw 0.05-0.14 mg/\nday, 0.05-0.25 mg/day\n\n\nNP\n\n\nDELESTROGEN - estradiol valerate im in oil 10 mg/ml NP\nDEPO-ESTRADIOL - estradiol cypionate im in oil 5 mg/ml NP\nDIVIGEL - estradiol td gel 0.25 mg/0.25gm (0.1%), 0.5 mg/0.5gm\n\n\n(0.1%), 0.75 mg/0.75gm (0.1%), 1 mg/gm (0.1%), 1.25 mg/1.25gm\n(0.1%)\n\n\nP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 21\n\n\nDrug Name Drug Tier Requirements/Limits\nDUAVEE - conjugated estrogens-bazedoxifene tab 0.45-20 mg P\nELESTRIN - estradiol gel 0.06% (0.52 mg/0.87 gm metered-dose\n\n\npump)\nNP\n\n\nestradiol & norethindrone acetate tab 0.5-0.1 mg np\nestradiol & norethindrone acetate tab 1-0.5 mg (Activella) np\nestradiol tab 0.5 mg, 1 mg, 2 mg (Estrace) p\nestradiol td patch twice weekly 0.025 mg/24hr, 0.0375 mg/24hr,\n\n\n0.05 mg/24hr, 0.075 mg/24hr, 0.1 mg/24hr (Vivelle-dot)\nnp QL (30 patches/30 days)\n\n\nestradiol td patch weekly 0.025 mg/24hr, 0.0375 mg/24hr\n(37.5 mcg/24hr), 0.05 mg/24hr, 0.06 mg/24hr, 0.075 mg/24hr,\n0.1 mg/24hr (Climara)\n\n\nnp QL (30 patches/30 days)\n\n\nestradiol valerate im in oil 20 mg/ml, 40 mg/ml (Delestrogen) np\nESTROGEL - estradiol gel 0.06% (0.75 mg/1.25 gm metered-dose\n\n\npump)\nP\n\n\nEVAMIST - estradiol transdermal spray 1.53 mg/spray NP\nMENEST - esterified estrogens tab 0.3 mg, 0.625 mg, 1.25 mg NP\nMENOSTAR - estradiol td patch weekly 14 mcg/24hr NP QL (30 patches/30 days)\nMYFEMBREE - relugolix-estradiol-norethindrone acetate tab\n\n\n40-1-0.5 mg\nP PA, QL (30 tablets/30 days)\n\n\nnorethindrone acetate-ethinyl estradiol tab 0.5 mg-2.5 mcg,\n1 mg-5 mcg\n\n\nnp\n\n\nORIAHNN - elagolix-estrad-noreth 300-1-0.5mg & elagolix 300mg\ncap pack\n\n\nP PA, QL (56 capsules/28 days)\n\n\nPREFEST - estradiol tab 1 mg(15)/estrad-norgestimate tab\n1-0.09mg(15)\n\n\nNP\n\n\nPREMARIN - estrogens, conjugated tab 0.3 mg, 0.45 mg, 0.625 mg,\n0.9 mg, 1.25 mg\n\n\nP\n\n\nPREMPHASE - conj est 0.625(14)/conj est-medroxypro ac tab\n0.625-5mg(14)\n\n\nP\n\n\nPREMPRO - conjugated estrogen-medroxyprogest acetate tab\n0.3-1.5 mg, 0.45-1.5 mg, 0.625-2.5 mg, 0.625-5 mg\n\n\nP\n\n\nCONTRACEPTIVES\nDEPO-SUBQ PROVERA 104 - medroxyprogesterone acetate susp\n\n\npref syr 104 mg/0.65ml\nNP\n\n\ndesogest-eth estrad & eth estrad tab 0.15-0.02/0.01 mg(21/5)\n(Mircette)\n\n\nnp AC, QL (28 tablets/21 days)\n\n\ndesogestrel & ethinyl estradiol tab 0.15 mg-30 mcg p AC, QL (28 tablets/21 days)\ndrospirenone-ethinyl estrad-levomefolate tab 3-0.02-0.451 mg\n\n\n(Beyaz)\nnp AC, QL (28 tablets/21 days)\n\n\ndrospirenone-ethinyl estrad-levomefolate tab 3-0.03-0.451 mg\n(Safyral)\n\n\nnp AC, QL (28 tablets/21 days)\n\n\ndrospirenone-ethinyl estradiol tab 3-0.02 mg (Yaz) np AC, QL (28 tablets/21 days)\ndrospirenone-ethinyl estradiol tab 3-0.03 mg (Yasmin 28) np AC, QL (28 tablets/21 days)\nELLA - ulipristal acetate tab 30 mg P AC, QL (2 tablets/365 days)\nethynodiol diacetate & ethinyl estradiol tab 1 mg-35 mcg p AC, QL (28 tablets/21 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 22\n\n\nDrug Name Drug Tier Requirements/Limits\nethynodiol diacetate & ethinyl estradiol tab 1 mg-50 mcg np AC, QL (28 tablets/21 days)\nlevonor-eth est tab 0.15-0.02/0.025/0.03 mg &eth est 0.01 mg\n\n\n(Quartette)\nnp AC, QL (28 tablets/21 days)\n\n\nlevonorg-eth est tab 0.1-0.02mg(84) & eth est tab 0.01mg(7)\n(Loseasonique)\n\n\nnp AC, QL (28 tablets/21 days)\n\n\nlevonorg-eth est tab 0.15-0.03mg(84) & eth est tab 0.01mg(7)\n(Seasonique)\n\n\nnp AC, QL (28 tablets/21 days)\n\n\nlevonorgestrel & ethinyl estradiol (91-day) tab 0.15-0.03 mg np AC, QL (28 tablets/21 days)\nlevonorgestrel & ethinyl estradiol tab 0.1 mg-20 mcg,\n\n\n0.15 mg-30 mcg\np AC, QL (28 tablets/21 days)\n\n\nlevonorgestrel tab 1.5 mg np AC, QL (2 tablets/365 days)\nlevonorgestrel-eth estra tab 0.05-30/0.075-40/0.125-30mg-mcg p AC, QL (28 tablets/21 days)\nlevonorgestrel-ethinyl estradiol (continuous) tab 90-20 mcg np AC, QL (28 tablets/21 days)\nLO LOESTRIN FE - norethin-eth estradiol-fe tab 1 mg-10 mcg\n\n\n(24)/10 mcg (2)\nP QL (28 tablets/21 days)\n\n\nmedroxyprogesterone acetate im susp prefilled syr 150 mg/ml\n(Depo-provera contrac)\n\n\nnp AC\n\n\nmedroxyprogesterone acetate im susp 150 mg/ml (Depo-\nprovera contrac)\n\n\np AC\n\n\nNATAZIA - estradiol valerate-dienogest tab\n3 mg /2-2 mg/2-3 mg/1 mg\n\n\nNP QL (28 tablets/21 days)\n\n\nnorelgestromin-ethinyl estradiol td ptwk 150-35 mcg/24hr np AC, QL (3 patches/21 days)\nnorethindrone & ethinyl estradiol tab 0.4 mg-35 mcg,\n\n\n0.5 mg-35 mcg\nnp AC, QL (28 tablets/21 days)\n\n\nnorethindrone & ethinyl estradiol tab 1 mg-35 mcg p AC, QL (28 tablets/21 days)\nnorethindrone & ethinyl estradiol-fe chew tab 0.4 mg-35 mcg np AC, QL (28 tablets/21 days)\nnorethindrone & ethinyl estradiol-fe chew tab 0.8 mg-25 mcg\n\n\n(Generess fe)\nnp AC, QL (28 tablets/21 days)\n\n\nnorethindrone ac-ethinyl estrad-fe tab 1-20/1-30/1-35 mg-mcg np AC, QL (28 tablets/21 days)\nnorethindrone ace & ethinyl estradiol tab 1 mg-20 mcg p AC, QL (28 tablets/21 days)\nnorethindrone ace & ethinyl estradiol tab 1.5 mg-30 mcg np AC, QL (28 tablets/21 days)\nnorethindrone ace & ethinyl estradiol-fe tab 1 mg-20 mcg,\n\n\n1.5 mg-30 mcg\np AC, QL (28 tablets/21 days)\n\n\nnorethindrone ace-eth estradiol-fe chew tab 1 mg-20 mcg (24)\n(Minastrin 24 fe)\n\n\nnp AC, QL (28 tablets/21 days)\n\n\nnorethindrone ace-ethinyl estradiol-fe cap 1 mg-20 mcg (24)\n(Taytulla)\n\n\nnp QL (28 capsules/21 days)\n\n\nnorethindrone ace-ethinyl estradiol-fe tab 1 mg-20 mcg (24) np AC, QL (28 tablets/21 days)\nnorethindrone tab 0.35 mg p AC, QL (28 tablets/21 days)\nnorethindrone-eth estradiol tab 0.5-35/0.75-35/1-35 mg-mcg p AC, QL (28 tablets/21 days)\nnorethindrone-eth estradiol tab 0.5-35/1-35/0.5-35 mg-mcg np AC, QL (28 tablets/21 days)\nnorgestimate & ethinyl estradiol tab 0.25 mg-35 mcg p AC, QL (28 tablets/21 days)\nnorgestimate-eth estrad tab 0.18-25/0.215-25/0.25-25 mg-mcg,\n\n\n0.18-35/0.215-35/0.25-35 mg-mcg\np AC, QL (28 tablets/21 days)\n\n\nnorgestrel & ethinyl estradiol tab 0.3 mg-30 mcg np AC, QL (28 tablets/21 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 23\n\n\nDrug Name Drug Tier Requirements/Limits\nNUVARING - etonogestrel-ethinyl estradiol va ring\n\n\n0.120-0.015 mg/24hr\nnp AC, QL (1 ring/21 days)\n\n\nTYBLUME - levonorgestrel & ethinyl estradiol chew tab\n0.1 mg-20 mcg\n\n\nNP QL (28 tablets/21 days)\n\n\nVELIVET - desogest-ethin est tab\n0.1-0.025/0.125-0.025/0.15-0.025mg-mg\n\n\nnp AC\n\n\nPROGESTINS\nmedroxyprogesterone acetate tab 2.5 mg, 5 mg, 10 mg\n\n\n(Provera)\np\n\n\nmegestrol acetate susp 625 mg/5ml np\nnorethindrone acetate tab 5 mg (Aygestin) np\nprogesterone cap 100 mg, 200 mg (Prometrium) np\nprogesterone im in oil 50 mg/ml np\nANTIDIABETICS\nAntidiabetics\nacarbose tab 25 mg, 50 mg, 100 mg (Precose) np\nBAQSIMI ONE PACK - glucagon nasal powder 3 mg/dose P\nBAQSIMI TWO PACK - glucagon nasal powder 3 mg/dose P\nBD GLUCOSE - glucose chew tab 5 gm NP\nBYDUREON BCISE - exenatide extended release susp auto-injector\n\n\n2 mg/0.85ml\nNP PA, QL (4 pens/28 days)\n\n\nCVS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nCVS GLUCOSE BITS - glucose chew tab 1 gm NP\nCVS SOFT GLUCOSE - glucose chew tab 4 gm (rounded) NP\nCYCLOSET - bromocriptine mesylate tab 0.8 mg (base equivalent) NP\nDEX4 GLUCOSE - glucose chew tab 4 gm (rounded) NP\nDEX4 QUICK DISSOLVE GLUCO - glucose chew tab 4 gm\n\n\n(rounded)\nNP\n\n\ndiazoxide susp 50 mg/ml (Proglycem) np\nDRUG MART GLUCOSE - glucose chew tab 4 gm (rounded) NP\nFARXIGA - dapagliflozin propanediol tab 5 mg (base equivalent),\n\n\n10 mg (base equivalent)\nP QL (30 tablets/30 days)\n\n\nglimepiride tab 1 mg, 2 mg, 4 mg (Amaryl) p\nglipizide tab er 24hr 2.5 mg, 5 mg, 10 mg (Glucotrol xl) p\nglipizide tab 5 mg, 10 mg p\nglipizide-metformin hcl tab 2.5-250 mg, 2.5-500 mg, 5-500 mg np\nGLUCAGEN HYPOKIT - glucagon hcl (rdna) for inj 1 mg (base\n\n\nequiv)\nNP\n\n\nglucagon (rdna) for inj kit 1 mg (Glucagon emergency k) np\nGLUCAGON EMERGENCY KIT FO - glucagon hcl for inj 1 mg P\nGLUCOSE - glucose chew tab 4 gm (rounded) NP\nglyburide micronized tab 1.5 mg, 3 mg, 6 mg (Glynase) p\nglyburide tab 1.25 mg, 2.5 mg, 5 mg p\nglyburide-metformin tab 1.25-250 mg, 2.5-500 mg, 5-500 mg p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 24\n\n\nDrug Name Drug Tier Requirements/Limits\nGLYXAMBI - empagliflozin-linagliptin tab 10-5 mg, 25-5 mg P QL (30 tablets/30 days)\nGNP GLUCOSE - glucose chew tab 4 gm (rounded) NP\nGNP QUICK DISSOLVE GLUCOS - glucose chew tab 4 gm\n\n\n(rounded)\nNP\n\n\nGVOKE HYPOPEN 1-PACK - glucagon subcutaneous solution auto-\ninjector 0.5 mg/0.1ml, 1 mg/0.2ml\n\n\nP\n\n\nGVOKE HYPOPEN 2-PACK - glucagon subcutaneous solution auto-\ninjector 0.5 mg/0.1ml, 1 mg/0.2ml\n\n\nP\n\n\nGVOKE KIT - glucagon subcutaneous soln 1 mg/0.2ml P\nGVOKE PFS - glucagon subcutaneous soln pref syringe\n\n\n0.5 mg/0.1ml, 1 mg/0.2ml\nP\n\n\nJANUMET - sitagliptin-metformin hcl tab 50-500 mg, 50-1000 mg P QL (60 tablets/30 days)\nJANUMET XR - sitagliptin-metformin hcl tab er 24hr 50-500 mg,\n\n\n100-1000 mg\nP QL (30 tablets/30 days)\n\n\nJANUMET XR - sitagliptin-metformin hcl tab er 24hr 50-1000 mg P QL (60 tablets/30 days)\nJANUVIA - sitagliptin phosphate tab 25 mg (base equiv), 50 mg\n\n\n(base equiv), 100 mg (base equiv)\nP QL (30 tablets/30 days)\n\n\nJARDIANCE - empagliflozin tab 10 mg, 25 mg P QL (30 tablets/30 days)\nKORLYM - mifepristone tab 300 mg NP PA, QL (120 tablets/30 days), SP\nKROGER GLUCOSE - glucose chew tab 4 gm (rounded) NP\nLEADER GLUCOSE - glucose chew tab 4 gm (rounded) NP\nLEADER QUICK DISSOLVE GLU - glucose chew tab 4 gm\n\n\n(rounded)\nNP\n\n\nLONGS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nMEDICINE SHOPPE GLUCOSE - glucose chew tab 4 gm (rounded) NP\nmetformin hcl oral soln 500 mg/5ml (Riomet) np PA, QL (780 mls/30 days)\nmetformin hcl tab er 24hr 500 mg, 750 mg p\nmetformin hcl tab er 24hr osmotic 500 mg np PA, QL (150 tablets/30 days)\nmetformin hcl tab er 24hr osmotic 1000 mg np PA, QL (60 tablets/30 days)\nmetformin hcl tab er 24hr modified release 500 mg (Glumetza) np PA, QL (120 tablets/30 days)\nmetformin hcl tab er 24hr modified release 1000 mg (Glumetza) np PA, QL (60 tablets/30 days)\nmetformin hcl tab 500 mg, 850 mg, 1000 mg p\nMETFORMIN HYDROCHLORIDE - metformin hcl tab 625 mg NP\nmiglitol tab 25 mg, 50 mg, 100 mg np\nMS QUICK DISSOLVE GLUCOSE - glucose chew tab 4 gm\n\n\n(rounded)\nNP\n\n\nnateglinide tab 60 mg, 120 mg np\nOZEMPIC - semaglutide soln pen-inj 0.25 or 0.5 mg/dose\n\n\n(2 mg/1.5ml)\nP PA, QL (1.5 mls/28 days)\n\n\nOZEMPIC - semaglutide soln pen-inj 1 mg/dose (4 mg/3ml) P PA, QL (3 ml/28 days)\nOZEMPIC - semaglutide soln pen-inj 2 mg/dose (8 mg/3ml) P PA, QL (3 mls/28 days)\npioglitazone hcl tab 15 mg (base equiv), 30 mg (base equiv),\n\n\n45 mg (base equiv) (Actos)\np\n\n\npioglitazone hcl-glimepiride tab 30-2 mg, 30-4 mg (Duetact) np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 25\n\n\nDrug Name Drug Tier Requirements/Limits\npioglitazone hcl-metformin hcl tab 15-500 mg, 15-850 mg\n\n\n(Actoplus met)\nnp\n\n\nPREFERRED PLUS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nrepaglinide tab 0.5 mg, 1 mg, 2 mg np\nRYBELSUS - semaglutide tab 3 mg P PA, QL (30 tablets/180 days)\nRYBELSUS - semaglutide tab 7 mg, 14 mg P PA, QL (30 tablets/30 days)\nSM GLUCOSE - glucose chew tab 4 gm (rounded) NP\nSOLIQUA 100/33 - insulin glargine-lixisenatide sol pen-inj 100-33\n\n\nunit-mcg/ml\nP QL (18 mls/30 days)\n\n\nSYNJARDY - empagliflozin-metformin hcl tab 5-500 mg, 5-1000 mg,\n12.5-500 mg, 12.5-1000 mg\n\n\nP QL (60 tablets/30 days)\n\n\nSYNJARDY XR - empagliflozin-metformin hcl tab er 24hr\n5-1000 mg, 10-1000 mg, 12.5-1000 mg\n\n\nP QL (60 tablets/30 days)\n\n\nSYNJARDY XR - empagliflozin-metformin hcl tab er 24hr\n25-1000 mg\n\n\nP QL (30 tablets/30 days)\n\n\nTRIJARDY XR - empagliflozin-linagliptin-metformin tab er 24hr\n5-2.5-1000mg\n\n\nP QL (60 tablets/30 days)\n\n\nTRIJARDY XR - empagliflozin-linagliptin-metformin tab er 24hr\n10-5-1000 mg, 25-5-1000 mg\n\n\nP QL (30 tablets/30 days)\n\n\nTRIJARDY XR - empagliflozin-linaglip-metformin tab er 24hr\n12.5-2.5-1000mg\n\n\nP QL (60 tablets/30 days)\n\n\nTRULICITY - dulaglutide soln pen-injector 0.75 mg/0.5ml,\n1.5 mg/0.5ml, 3 mg/0.5ml, 4.5 mg/0.5ml\n\n\nP PA, QL (4 pens/28 days)\n\n\nVALUE PLUS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nVICTOZA - liraglutide soln pen-injector 18 mg/3ml (6 mg/ml) P PA, QL (3 pens/30 days)\nWALGREENS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nXIGDUO XR - dapagliflozin-metformin hcl tab er 24hr 2.5-1000 mg,\n\n\n5-1000 mg\nP QL (60 tablets/30 days)\n\n\nXIGDUO XR - dapagliflozin-metformin hcl tab er 24hr 5-500 mg,\n10-500 mg, 10-1000 mg\n\n\nP QL (30 tablets/30 days)\n\n\nXULTOPHY 100/3.6 - insulin degludec-liraglutide sol pen-inj 100-3.6\nunit-mg/ml\n\n\nP QL (15 mls/30 days)\n\n\nZEGALOGUE - dasiglucagon hcl subcutaneous soln auto-inj\n0.6 mg/0.6ml\n\n\nP\n\n\nZEGALOGUE - dasiglucagon hcl subcutaneous soln pref syringe\n0.6 mg/0.6ml\n\n\nP\n\n\nRapid-Acting Insulins\nFIASP - insulin aspart (with niacinamide) inj 100 unit/ml P QL (100 mls/30 days)\nFIASP FLEXTOUCH - insulin aspart (with niacinamide) sol pen-inj\n\n\n100 unit/ml\nP QL (100 mls/30 days)\n\n\nFIASP PENFILL - insulin aspart (with niacinamide) soln cartridge\n100 unit/ml\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLOG - insulin aspart inj soln 100 unit/ml P QL (100 mls/30 days)\nNOVOLOG FLEXPEN - insulin aspart soln pen-injector 100 unit/ml P QL (100 mls/30 days)\nNOVOLOG FLEXPEN RELION - insulin aspart soln pen-injector 100\n\n\nunit/ml\nP QL (100 mls/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 26\n\n\nDrug Name Drug Tier Requirements/Limits\nNOVOLOG PENFILL - insulin aspart soln cartridge 100 unit/ml P QL (100 mls/30 days)\nNOVOLOG RELION - insulin aspart inj soln 100 unit/ml P QL (100 mls/30 days)\n\n\nShort-Acting Insulins\nHUMULIN R U-500 (CONCENTR - insulin regular (human) inj 500\n\n\nunit/ml\nP QL (100 mls/30 days)\n\n\nHUMULIN R U-500 KWIKPEN - insulin regular (human) soln pen-\ninjector 500 unit/ml\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLIN R - insulin regular (human) inj 100 unit/ml P QL (100 mls/30 days)\nNOVOLIN R FLEXPEN - insulin regular (human) soln pen-injector\n\n\n100 unit/ml\nP QL (100 mls/30 days)\n\n\nNOVOLIN R FLEXPEN RELION - insulin regular (human) soln pen-\ninjector 100 unit/ml\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLIN R RELION - insulin regular (human) inj 100 unit/ml P QL (100 mls/30 days)\n\n\nIntermediate-Acting Insulins\nNOVOLIN N - insulin nph (human) (isophane) inj 100 unit/ml P QL (100 mls/30 days)\nNOVOLIN N FLEXPEN - insulin nph (human) (isophane) susp pen-\n\n\ninjector 100 unit/ml\nP QL (100 mls/30 days)\n\n\nNOVOLIN N FLEXPEN RELION - insulin nph (human) (isophane)\nsusp pen-injector 100 unit/ml\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLIN N RELION - insulin nph (human) (isophane) inj 100 unit/\nml\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLIN 70/30 - insulin nph isophane & regular human inj 100\nunit/ml (70-30)\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLIN 70/30 FLEXPEN - insulin nph & regular susp pen-inj 100\nunit/ml (70-30)\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLIN 70/30 FLEXPEN REL - insulin nph & regular susp pen-inj\n100 unit/ml (70-30)\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLIN 70/30 RELION - insulin nph isophane & regular human inj\n100 unit/ml (70-30)\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLOG MIX 70/30 - insulin aspart prot & aspart (human) inj 100\nunit/ml (70-30)\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLOG MIX 70/30 PREFILL - insulin aspart prot & aspart sus\npen-inj 100 unit/ml (70-30)\n\n\nP QL (100 mls/30 days)\n\n\nNOVOLOG MIX 70/30 RELION - insulin aspart prot & aspart\n(human) inj 100 unit/ml (70-30)\n\n\nP QL (100 mls/30 days)\n\n\nBasal Insulins\nLEVEMIR - insulin detemir inj 100 unit/ml P QL (100 mls/30 days)\nLEVEMIR FLEXTOUCH - insulin detemir soln pen-injector 100 unit/\n\n\nml\nP QL (100 mls/30 days)\n\n\nSEMGLEE - insulin glargine-yfgn soln pen-injector 100 unit/ml P QL (100 mls/30 days)\nSEMGLEE - insulin glargine-yfgn inj 100 unit/ml P QL (100 mls/30 days)\nTOUJEO MAX SOLOSTAR - insulin glargine soln pen-injector 300\n\n\nunit/ml (2 unit dial)\nP QL (100 mls/30 days)\n\n\nTOUJEO SOLOSTAR - insulin glargine soln pen-injector 300 unit/ml\n(1 unit dial)\n\n\nP QL (100 mls/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 27\n\n\nDrug Name Drug Tier Requirements/Limits\nTRESIBA - insulin degludec inj 100 unit/ml P QL (100 mls/30 days)\nTRESIBA FLEXTOUCH - insulin degludec soln pen-injector 100\n\n\nunit/ml, 200 unit/ml\nP QL (100 mls/30 days)\n\n\nTHYROID AGENTS\nARMOUR THYROID - thyroid tab 15 mg (1/4 grain), 30 mg\n\n\n(1/2 grain), 60 mg (1 grain), 90 mg (1 1/2 grain), 120 mg (2 grain),\n180 mg (3 grain), 240 mg (4 grain), 300 mg (5 grain)\n\n\nNP\n\n\nLEVOTHYROXINE SODIUM - levothyroxine sodium cap 13 mcg,\n25 mcg, 50 mcg, 75 mcg, 88 mcg, 100 mcg, 112 mcg, 125 mcg,\n137 mcg, 150 mcg, 175 mcg, 200 mcg\n\n\nNP\n\n\nlevothyroxine sodium tab 25 mcg, 50 mcg, 75 mcg, 88 mcg,\n100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg, 175 mcg,\n200 mcg, 300 mcg (Synthroid)\n\n\np\n\n\nliothyronine sodium tab 5 mcg, 25 mcg, 50 mcg (Cytomel) np\nmethimazole tab 5 mg, 10 mg p\npropylthiouracil tab 50 mg np\nSYNTHROID - levothyroxine sodium tab 25 mcg, 50 mcg, 75 mcg,\n\n\n88 mcg, 100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg,\n175 mcg, 200 mcg, 300 mcg\n\n\nP\n\n\nTHYQUIDITY - levothyroxine sodium oral solution 100 mcg/5ml NP\nthyroid tab 15 mg (1/4 grain) (Armour thyroid) p\nthyroid tab 30 mg (1/2 grain), 60 mg (1 grain), 90 mg (1\n\n\n1/2 grain), 120 mg (2 grain) (Armour thyroid)\nnp\n\n\nTIROSINT - levothyroxine sodium cap 13 mcg, 25 mcg, 50 mcg,\n75 mcg, 88 mcg, 100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg,\n175 mcg, 200 mcg\n\n\nNP\n\n\nTIROSINT-SOL - levothyroxine sodium oral solution 13 mcg/ml,\n25 mcg/ml, 37.5 mcg/ml, 44 mcg/ml, 50 mcg/ml, 62.5 mcg/ml,\n75 mcg/ml, 88 mcg/ml, 100 mcg/ml, 112 mcg/ml, 125 mcg/ml,\n137 mcg/ml, 150 mcg/ml, 175 mcg/ml, 200 mcg/ml\n\n\nNP\n\n\nOXYTOCICS\nCERVIDIL - dinoprostone vaginal inserts 10 mg NP\nmethylergonovine maleate tab 0.2 mg np\nENDOCRINE and METABOLIC AGENTS - MISC.\nACTHAR - corticotropin inj gel 80 unit/ml NP PA, SP\nALENDRONATE SODIUM - alendronate sodium tab 5 mg NP QL (30 tablets/30 days)\nALENDRONATE SODIUM - alendronate sodium oral soln\n\n\n70 mg/75ml\nNP QL (300 mls/28 days)\n\n\nalendronate sodium tab 10 mg p QL (30 tablets/30 days)\nalendronate sodium tab 35 mg p QL (4 tablets/28 days)\nalendronate sodium tab 70 mg (Fosamax) p QL (4 tablets/28 days)\nbetaine powder for oral solution (Cystadane) np SP\nBINOSTO - alendronate sodium effervescent tab 70 mg NP QL (4 tablets/28 days)\ncabergoline tab 0.5 mg np\ncalcitonin (salmon) inj 200 unit/ml (Miacalcin) np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 28\n\n\nDrug Name Drug Tier Requirements/Limits\ncalcitonin (salmon) nasal soln 200 unit/act np\ncalcitriol cap 0.25 mcg (Rocaltrol) p\ncalcitriol cap 0.5 mcg (Rocaltrol) np\ncalcitriol oral soln 1 mcg/ml (Rocaltrol) np\ncarglumic acid soluble tab 200 mg (Carbaglu) np SP\nCHORIONIC GONADOTROPIN - chorionic gonadotropin for im inj\n\n\n10000 unit\nP+ QL (20 ml/30 days), SP\n\n\ncinacalcet hcl tab 30 mg (base equiv), 60 mg (base equiv),\n90 mg (base equiv) (Sensipar)\n\n\nnp\n\n\nCLOMID - clomiphene citrate tab 50 mg P+\nCLOMIPHENE CITRATE - clomiphene citrate tab 50 mg P+\ndesmopressin acetate inj 4 mcg/ml (Ddavp) np\ndesmopressin acetate nasal spray soln 0.01% (refrigerated),\n\n\n0.01%\nnp\n\n\ndesmopressin acetate preservative free (pf) inj 4 mcg/ml\n(Ddavp)\n\n\nnp\n\n\ndesmopressin acetate tab 0.1 mg, 0.2 mg (Ddavp) np\ndoxercalciferol cap 0.5 mcg, 1 mcg, 2.5 mcg np\nFOLLISTIM AQ - follitropin beta inj 300 unit/0.36ml P+ QL (15 cartridges/30 days), SP\nFOLLISTIM AQ - follitropin beta inj 600 unit/0.72ml P+ QL (8 cartridges/30 days), SP\nFOLLISTIM AQ - follitropin beta inj 900 unit/1.08ml P+ QL (5 cartridges/30 days), SP\nFORTEO - teriparatide (recombinant) soln pen-inj 600 mcg/2.4ml P PA, QL (1 injection/28 days), SP\nFOSAMAX PLUS D - alendronate sodium-cholecalciferol tab\n\n\n70-2800 mg-unit, 70-5600 mg-unit\nNP QL (4 capsules/28 days)\n\n\nGALAFOLD - migalastat hcl cap 123 mg (base equivalent) NP PA, QL (14 capsules/28 days), SP\nganirelix acetate soln prefilled syringe 250 mcg/0.5ml (Ganirelix\n\n\nacetate)\nnp+ QL (6 ml/30 days), SP\n\n\nibandronate sodium tab 150 mg (base equivalent) p QL (1 tablet/30 days)\nINCRELEX - mecasermin inj 40 mg/4ml (10 mg/ml) P SP\nISTURISA - osilodrostat phosphate tab 1 mg NP PA, QL (240 tablets/30 days), SP\nISTURISA - osilodrostat phosphate tab 5 mg NP PA, QL (300 tablets/30 days), SP\nISTURISA - osilodrostat phosphate tab 10 mg NP PA, QL (180 tablets/30 days), SP\nJYNARQUE - tolvaptan tab therapy pack 15 mg, 30 & 15 mg, 45 &\n\n\n15 mg, 60 & 30 mg, 90 & 30 mg\nNP PA, QL (56 tablets/28 days), SP\n\n\nJYNARQUE - tolvaptan tab 15 mg NP PA, QL (60 tablets/30 days), SP\nJYNARQUE - tolvaptan tab 30 mg NP PA, QL (30 tablets/30 days), SP\nlevocarnitine oral soln 1 gm/10ml (10%) (Carnitor) np\nlevocarnitine tab 330 mg (Carnitor) np\nLUPRON DEPOT-PED (1-MONTH - leuprolide acetate for inj\n\n\npediatric kit 7.5 mg, 11.25 mg, 15 mg\nP SP\n\n\nLUPRON DEPOT-PED (3-MONTH - leuprolide acetate (3 month) for\ninj pediatric kit 11.25 mg, 30 mg\n\n\nP SP\n\n\nMENOPUR - menotropins for subcutaneous inj 75 unit NP+ QL (60 vials/30 days), SP\nMYALEPT - metreleptin for subcutaneous inj 11.3 mg NP PA, SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 29\n\n\nDrug Name Drug Tier Requirements/Limits\nMYCAPSSA - octreotide acetate cap delayed release 20 mg NP PA, QL (120 capsules/30 days), SP\nNATPARA - parathyroid hormone (recombinant) for inj cartridge\n\n\n25 mcg, 50 mcg, 75 mcg, 100 mcg\nNP PA, QL (2 cartridges/28 days), SP\n\n\nnitisinone cap 2 mg, 5 mg, 10 mg (Orfadin) np SP\nNITYR - nitisinone tab 2 mg, 5 mg, 10 mg P SP\nNOCDURNA - desmopressin acetate sublingual tab 27.7 mcg,\n\n\n55.3 mcg\nNP PA, QL (30 tablets/30 days)\n\n\nNORDITROPIN FLEXPRO - somatropin solution pen-injector\n5 mg/1.5ml, 10 mg/1.5ml, 15 mg/1.5ml, 30 mg/3ml\n\n\nP PA, SP\n\n\nNOVAREL - chorionic gonadotropin for im inj 5000 unit, 10000 unit P+ QL (20 ml/30 days), SP\nNULIBRY - fosdenopterin hydrobromide for iv soln 9.5 mg NP SP\nOCTREOTIDE ACETATE - octreotide acetate subcutaneous soln\n\n\npref syr 50 mcg/ml, 100 mcg/ml, 500 mcg/ml\nNP SP\n\n\noctreotide acetate inj 50 mcg/ml (0.05 mg/ml), 100 mcg/ml\n(0.1 mg/ml), 500 mcg/ml (0.5 mg/ml) (Sandostatin)\n\n\nnp SP\n\n\noctreotide acetate inj 200 mcg/ml (0.2 mg/ml), 1000 mcg/ml\n(1 mg/ml)\n\n\nnp SP\n\n\nORFADIN - nitisinone cap 20 mg P SP\nORFADIN - nitisinone susp 4 mg/ml P SP\nORILISSA - elagolix sodium tab 150 mg (base equiv) P PA, QL (30 tablets/30 days)\nORILISSA - elagolix sodium tab 200 mg (base equiv) P PA, QL (60 tablets/30 days)\nOSPHENA - ospemifene tab 60 mg NP\nPALYNZIQ - pegvaliase-pqpz subcutaneous soln pref syringe\n\n\n2.5 mg/0.5ml, 10 mg/0.5ml, 20 mg/ml\nNP PA, SP\n\n\nparicalcitol cap 1 mcg, 2 mcg (Zemplar) np\nparicalcitol cap 4 mcg np\nPREGNYL W/DILUENT BENZYL - chorionic gonadotropin for im inj\n\n\n10000 unit\nP+ QL (20 ml/30 days), SP\n\n\nraloxifene hcl tab 60 mg (Evista) np AC\nRAVICTI - glycerol phenylbutyrate liquid 1.1 gm/ml NP PA, SP\nRAYALDEE - calcifediol cap er 30 mcg NP QL (60 capsules/30 days)\nRECORLEV - levoketoconazole tab 150 mg NP SP\nREVCOVI - elapegademase-lvlr im soln 2.4 mg/1.5ml (1.6 mg/ml) P\nrisedronate sodium tab delayed release 35 mg (Atelvia) np QL (4 tablets/28 days)\nrisedronate sodium tab 5 mg, 30 mg np QL (30 tablets/30 days)\nrisedronate sodium tab 35 mg (Actonel) np QL (4 tablets/28 days)\nrisedronate sodium tab 150 mg (Actonel) np QL (1 tablets/30 days)\nsapropterin dihydrochloride powder packet 100 mg, 500 mg\n\n\n(Kuvan)\nnp PA, SP\n\n\nsapropterin dihydrochloride tab 100 mg (Kuvan) np PA, SP\nSIGNIFOR - pasireotide diaspartate inj 0.3 mg/ml (base equiv),\n\n\n0.6 mg/ml (base equiv), 0.9 mg/ml (base equiv)\nNP QL (60 mls/30 days), SP\n\n\nSKYTROFA - lonapegsomatropin-tcgd for subcutaneous inj\ncartridge 3 mg, 3.6 mg, 4.3 mg, 5.2 mg, 6.3 mg, 7.6 mg, 9.1 mg,\n11 mg\n\n\nNP PA, SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 30\n\n\nDrug Name Drug Tier Requirements/Limits\nSKYTROFA - lonapegsomatropin-tcgd for subcutaneous inj cart\n\n\n13.3 mg\nNP PA, SP\n\n\nsodium phenylbutyrate oral powder 3 gm/teaspoonful\n(Buphenyl)\n\n\nnp PA, SP\n\n\nsodium phenylbutyrate tab 500 mg (Buphenyl) np PA, SP\nSOMAVERT - pegvisomant for inj 10 mg (as protein), 15 mg (as\n\n\nprotein), 20 mg (as protein), 25 mg (as protein), 30 mg (as protein)\nNP PA, QL (30 vials/30 days), SP\n\n\nSTIMATE - desmopressin acetate nasal soln 1.5 mg/ml P\nSTRENSIQ - asfotase alfa subcutaneous inj 18 mg/0.45ml,\n\n\n28 mg/0.7ml, 40 mg/ml, 80 mg/0.8ml\nP PA, SP\n\n\nSYNAREL - nafarelin acetate nasal soln 2 mg/ml (200 mcg/act)\n(base eq)\n\n\nNP\n\n\ntolvaptan tab 15 mg (Samsca) np QL (30 tablets/365 days), SP\ntolvaptan tab 30 mg (Samsca) np QL (60 tablets/365 days), SP\nTYMLOS - abaloparatide subcutaneous soln pen-injector\n\n\n3120 mcg/1.56ml\nP PA, QL (1.56 mls/30 days), SP\n\n\nVOXZOGO - vosoritide for subcutaneous inj 0.4 mg, 0.56 mg,\n1.2 mg\n\n\nNP PA, QL (30 vials/30 days), SP\n\n\nXURIDEN - uridine triacetate oral granules packet 2 gm NP SP\n\n\nCARDIOVASCULAR AGENTS\nCARDIOTONICS\nDIGOXIN - digoxin oral soln 0.05 mg/ml NP PA\ndigoxin oral soln 0.05 mg/ml (Digoxin) np PA\ndigoxin tab 62.5 mcg (0.0625 mg) (Lanoxin) np\ndigoxin tab 125 mcg (0.125 mg), 250 mcg (0.25 mg) (Lanoxin) p\nLANOXIN - digoxin tab 62.5 mcg (0.0625 mg), 125 mcg (0.125 mg),\n\n\n250 mcg (0.25 mg)\nNP\n\n\nANTIANGINAL AGENTS\nASPRUZYO SPRINKLE - ranolazine er granules packet 500 mg,\n\n\n1000 mg\nNP\n\n\nGONITRO - nitroglycerin sublingual powder packet 400 mcg NP\nisosorbide dinitrate tab 5 mg, 40 mg (Isordil titradose) np\nisosorbide dinitrate tab 10 mg, 20 mg, 30 mg np\nisosorbide mononitrate tab er 24hr 30 mg, 60 mg, 120 mg p\nisosorbide mononitrate tab 10 mg, 20 mg p\nNITRO-BID - nitroglycerin oint 2% NP\nNITRO-DUR - nitroglycerin td patch 24hr 0.3 mg/hr, 0.8 mg/hr NP\nNITRO-TIME - nitroglycerin cap er 2.5 mg, 6.5 mg, 9 mg NP\nnitroglycerin sl tab 0.3 mg, 0.6 mg (Nitrostat) np\nnitroglycerin sl tab 0.4 mg (Nitrostat) p\nnitroglycerin td patch 24hr 0.1 mg/hr, 0.2 mg/hr, 0.4 mg/hr,\n\n\n0.6 mg/hr (Nitro-dur)\nnp\n\n\nnitroglycerin tl soln 0.4 mg/spray (400 mcg/spray) (Nitrolingual\npumpspr)\n\n\nnp\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 31\n\n\nDrug Name Drug Tier Requirements/Limits\nNITROMIST - nitroglycerin lingual aerosol 400 mcg/spray NP\nranolazine tab er 12hr 500 mg, 1000 mg (Ranexa) np\nBETA BLOCKERS\nacebutolol hcl cap 200 mg, 400 mg np\natenolol tab 25 mg, 50 mg, 100 mg (Tenormin) p\nbetaxolol hcl tab 10 mg, 20 mg np\nbisoprolol fumarate tab 5 mg p\nbisoprolol fumarate tab 10 mg np\ncarvedilol phosphate cap er 24hr 10 mg, 20 mg, 40 mg, 80 mg\n\n\n(Coreg cr)\nnp\n\n\ncarvedilol tab 3.125 mg, 6.25 mg, 12.5 mg, 25 mg (Coreg) p\nHEMANGEOL - propranolol hcl oral soln 4.28 mg/ml (3.75 mg/ml\n\n\nbase equiv)\nNP\n\n\nINDERAL XL - propranolol hcl sustained-release beads cap er 24hr\n80 mg, 120 mg\n\n\nNP PA\n\n\nINNOPRAN XL - propranolol hcl sustained-release beads cap er\n24hr 80 mg, 120 mg\n\n\nNP PA\n\n\nKAPSPARGO SPRINKLE - metoprolol succ cap er 24hr sprinkle\n25 mg (tartrate equiv), 50 mg (tartrate equiv), 100 mg (tartrate\nequiv), 200 mg (tartrate equiv)\n\n\nNP\n\n\nlabetalol hcl tab 100 mg p\nlabetalol hcl tab 200 mg, 300 mg np\nmetoprolol succinate tab er 24hr 25 mg (tartrate equiv), 50 mg\n\n\n(tartrate equiv), 100 mg (tartrate equiv) (Toprol xl)\np\n\n\nmetoprolol succinate tab er 24hr 200 mg (tartrate equiv) (Toprol\nxl)\n\n\nnp\n\n\nmetoprolol tartrate tab 25 mg, 37.5 mg, 75 mg p\nmetoprolol tartrate tab 50 mg, 100 mg (Lopressor) p\nnadolol tab 20 mg, 40 mg, 80 mg (Corgard) np\nnebivolol hcl tab 2.5 mg (base equivalent), 5 mg (base\n\n\nequivalent), 10 mg (base equivalent), 20 mg (base equivalent)\n(Bystolic)\n\n\nnp\n\n\npindolol tab 5 mg, 10 mg np\nPROPRANOLOL HCL - propranolol hcl oral soln 40 mg/5ml P\npropranolol hcl cap er 24hr 60 mg, 80 mg, 120 mg, 160 mg\n\n\n(Inderal la)\nnp\n\n\npropranolol hcl oral soln 20 mg/5ml np\npropranolol hcl tab 10 mg, 20 mg, 40 mg p\npropranolol hcl tab 60 mg, 80 mg np\nsotalol hcl (afib/afl) tab 80 mg, 120 mg, 160 mg (Betapace af) p\nsotalol hcl tab 80 mg, 120 mg (Betapace) p\nsotalol hcl tab 160 mg (Betapace) np\nsotalol hcl tab 240 mg np\nSOTYLIZE - sotalol hcl oral solution 5 mg/ml NP PA, QL (1920 ml/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 32\n\n\nDrug Name Drug Tier Requirements/Limits\ntimolol maleate tab 5 mg, 10 mg, 20 mg np\nCALCIUM CHANNEL BLOCKERS\namlodipine besylate tab 2.5 mg (base equivalent), 5 mg (base\n\n\nequivalent), 10 mg (base equivalent) (Norvasc)\np\n\n\nCARDIZEM LA - diltiazem hcl coated beads tab er 24hr 120 mg NP\nCONJUPRI - levamlodipine maleate tab 2.5 mg, 5 mg NP\ndiltiazem hcl cap er 12hr 60 mg, 90 mg, 120 mg np\ndiltiazem hcl cap er 24hr 120 mg, 180 mg, 240 mg np\ndiltiazem hcl coated beads cap er 24hr 120 mg, 180 mg\n\n\n(Cardizem cd)\np\n\n\ndiltiazem hcl coated beads cap er 24hr 240 mg, 300 mg, 360 mg\n(Cardizem cd)\n\n\nnp\n\n\ndiltiazem hcl coated beads tab er 24hr 180 mg, 240 mg, 300 mg,\n360 mg, 420 mg (Cardizem la)\n\n\nnp\n\n\ndiltiazem hcl extended release beads cap er 24hr 120 mg,\n180 mg (Tiazac)\n\n\np\n\n\ndiltiazem hcl extended release beads cap er 24hr 240 mg,\n300 mg, 360 mg, 420 mg (Tiazac)\n\n\nnp\n\n\ndiltiazem hcl tab 30 mg, 60 mg (Cardizem) p\ndiltiazem hcl tab 90 mg np\ndiltiazem hcl tab 120 mg (Cardizem) np\nfelodipine tab er 24hr 2.5 mg, 5 mg, 10 mg p\nisradipine cap 2.5 mg, 5 mg np\nKATERZIA - amlodipine benzoate oral susp 1 mg/ml (base\n\n\nequivalent)\nNP PA, QL (300 ml/30 days)\n\n\nLEVAMLODIPINE - levamlodipine maleate tab 2.5 mg, 5 mg NP\nnicardipine hcl cap 20 mg, 30 mg np\nnifedipine cap 10 mg, 20 mg np\nnifedipine tab er 24hr 30 mg p\nnifedipine tab er 24hr 60 mg, 90 mg np\nnifedipine tab er 24hr osmotic release 30 mg (Procardia xl) p\nnifedipine tab er 24hr osmotic release 60 mg, 90 mg (Procardia\n\n\nxl)\nnp\n\n\nnimodipine cap 30 mg np\nNISOLDIPINE ER - nisoldipine tab er 24hr 20 mg, 25.5 mg, 30 mg,\n\n\n40 mg\nNP\n\n\nnisoldipine tab er 24hr 8.5 mg, 17 mg, 34 mg (Sular) np\nNORLIQVA - amlodipine besylate oral soln 1 mg/ml (base\n\n\nequivalent)\nNP PA, QL (300 mls/30 days)\n\n\nNYMALIZE - nimodipine oral soln 6 mg/ml NP\nverapamil hcl cap er 24hr 120 mg, 180 mg, 240 mg (Verelan) np\nVERAPAMIL HCL ER - verapamil hcl cap er 24hr 100 mg, 300 mg NP\nVERAPAMIL HCL SR - verapamil hcl cap er 24hr 360 mg NP\nverapamil hcl tab er 120 mg, 180 mg, 240 mg (Calan sr) p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 33\n\n\nDrug Name Drug Tier Requirements/Limits\nverapamil hcl tab 40 mg, 80 mg, 120 mg p\nVERAPAMIL HYDROCHLORIDE E - verapamil hcl cap er 24hr\n\n\n200 mg\nNP\n\n\nVERELAN PM - verapamil hcl cap er 24hr 100 mg, 200 mg, 300 mg NP\n\n\nANTIARRHYTHMICS\namiodarone hcl tab 100 mg, 400 mg np\namiodarone hcl tab 200 mg p\ndisopyramide phosphate cap 100 mg, 150 mg (Norpace) np\ndofetilide cap 125 mcg (0.125 mg), 250 mcg (0.25 mg), 500 mcg\n\n\n(0.5 mg) (Tikosyn)\nnp\n\n\nflecainide acetate tab 50 mg, 100 mg, 150 mg np\nmexiletine hcl cap 150 mg, 200 mg, 250 mg np\nMULTAQ - dronedarone hcl tab 400 mg (base equivalent) P\nNORPACE - disopyramide phosphate cap 100 mg, 150 mg NP\nNORPACE CR - disopyramide phosphate cap er 12hr 100 mg,\n\n\n150 mg\nNP\n\n\npropafenone hcl cap er 12hr 225 mg, 325 mg, 425 mg (Rythmol\nsr)\n\n\nnp\n\n\npropafenone hcl tab 150 mg p\npropafenone hcl tab 225 mg, 300 mg np\nquinidine gluconate tab er 324 mg np\nQUINIDINE SULFATE - quinidine sulfate tab 200 mg, 300 mg NP\n\n\nANTIHYPERTENSIVES\naliskiren fumarate tab 150 mg (base equivalent), 300 mg (base\n\n\nequivalent) (Tekturna)\nnp\n\n\namlodipine besylate-benazepril hcl cap 2.5-10 mg, 5-40 mg p\namlodipine besylate-benazepril hcl cap 5-10 mg, 5-20 mg,\n\n\n10-20 mg, 10-40 mg (Lotrel)\np\n\n\namlodipine besylate-olmesartan medoxomil tab 5-20 mg,\n5-40 mg, 10-20 mg, 10-40 mg (Azor)\n\n\nnp\n\n\namlodipine besylate-valsartan tab 5-160 mg, 5-320 mg,\n10-160 mg, 10-320 mg (Exforge)\n\n\nnp\n\n\namlodipine-valsartan-hydrochlorothiazide tab 5-160-12.5 mg,\n5-160-25 mg, 10-160-12.5 mg, 10-160-25 mg, 10-320-25 mg\n(Exforge hct)\n\n\nnp\n\n\natenolol & chlorthalidone tab 50-25 mg (Tenoretic 50) p\natenolol & chlorthalidone tab 100-25 mg (Tenoretic 100) np\nbenazepril & hydrochlorothiazide tab 10-12.5 mg, 20-12.5 mg,\n\n\n20-25 mg (Lotensin hct)\nnp\n\n\nbenazepril hcl tab 5 mg p\nbenazepril hcl tab 10 mg, 20 mg, 40 mg (Lotensin) p\nBENAZEPRIL HCL/HYDROCHLOR - benazepril &\n\n\nhydrochlorothiazide tab 5-6.25 mg\nNP\n\n\nbisoprolol & hydrochlorothiazide tab 2.5-6.25 mg, 10-6.25 mg\n(Ziac)\n\n\nnp\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 34\n\n\nDrug Name Drug Tier Requirements/Limits\nbisoprolol & hydrochlorothiazide tab 5-6.25 mg (Ziac) p\ncandesartan cilexetil tab 4 mg, 8 mg, 16 mg, 32 mg (Atacand) np\ncandesartan cilexetil-hydrochlorothiazide tab 16-12.5 mg,\n\n\n32-12.5 mg, 32-25 mg (Atacand hct)\nnp\n\n\ncaptopril tab 12.5 mg, 25 mg, 50 mg, 100 mg np\nclonidine hcl tab 0.1 mg, 0.2 mg, 0.3 mg p\nclonidine td patch weekly 0.1 mg/24hr (Catapres-tts-1) np\nclonidine td patch weekly 0.2 mg/24hr (Catapres-tts-2) np\nclonidine td patch weekly 0.3 mg/24hr (Catapres-tts-3) np\ndoxazosin mesylate tab 1 mg, 2 mg, 4 mg, 8 mg (Cardura) p\nDUTOPROL - metoprolol & hydrochlorothiazide tab er 24hr\n\n\n50-12.5 mg\nNP PA\n\n\nEDARBI - azilsartan medoxomil tab 40 mg, 80 mg NP QL (30 tablets/30 days)\nEDARBYCLOR - azilsartan medoxomil-chlorthalidone tab\n\n\n40-12.5 mg, 40-25 mg\nNP QL (30 tablets/30 days)\n\n\nenalapril maleate & hydrochlorothiazide tab 5-12.5 mg p\nenalapril maleate & hydrochlorothiazide tab 10-25 mg\n\n\n(Vaseretic)\np\n\n\nenalapril maleate oral soln 1 mg/ml (Epaned) np PA, QL (1200 mls/30 days)\nenalapril maleate tab 2.5 mg, 5 mg, 10 mg, 20 mg (Vasotec) p\neplerenone tab 25 mg, 50 mg (Inspra) np\nfosinopril sodium & hydrochlorothiazide tab 10-12.5 mg,\n\n\n20-12.5 mg\nnp\n\n\nfosinopril sodium tab 10 mg, 20 mg, 40 mg p\nguanfacine hcl tab 1 mg, 2 mg np\nhydralazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg p\nirbesartan tab 75 mg, 150 mg, 300 mg (Avapro) p\nirbesartan-hydrochlorothiazide tab 150-12.5 mg, 300-12.5 mg\n\n\n(Avalide)\np\n\n\nlisinopril & hydrochlorothiazide tab 10-12.5 mg, 20-12.5 mg,\n20-25 mg (Zestoretic)\n\n\np\n\n\nlisinopril tab 2.5 mg, 5 mg, 10 mg, 20 mg, 30 mg, 40 mg (Zestril) p\nlosartan potassium & hydrochlorothiazide tab 50-12.5 mg,\n\n\n100-12.5 mg, 100-25 mg (Hyzaar)\np\n\n\nlosartan potassium tab 25 mg, 50 mg, 100 mg (Cozaar) p\nmetoprolol & hydrochlorothiazide tab 50-25 mg, 100-25 mg,\n\n\n100-50 mg\nnp\n\n\nmetyrosine cap 250 mg (Demser) np\nminoxidil tab 2.5 mg, 10 mg p\nmoexipril hcl tab 7.5 mg, 15 mg np\nNEXICLON XR - clonidine hcl tab er 24hr 0.17 mg (base equivalent) NP\nolmesartan medoxomil tab 5 mg, 20 mg, 40 mg (Benicar) p\nolmesartan medoxomil-hydrochlorothiazide tab 20-12.5 mg\n\n\n(Benicar hct)\np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 35\n\n\nDrug Name Drug Tier Requirements/Limits\nolmesartan medoxomil-hydrochlorothiazide tab 40-12.5 mg,\n\n\n40-25 mg (Benicar hct)\nnp\n\n\nolmesartan-amlodipine-hydrochlorothiazide tab 20-5-12.5 mg,\n40-5-12.5 mg, 40-5-25 mg, 40-10-12.5 mg, 40-10-25 mg\n(Tribenzor)\n\n\nnp\n\n\nperindopril erbumine tab 2 mg, 4 mg, 8 mg np\nphenoxybenzamine hcl cap 10 mg (Dibenzyline) np\nprazosin hcl cap 1 mg (Minipress) p\nprazosin hcl cap 2 mg, 5 mg (Minipress) np\nPRESTALIA - perindopril arginine-amlodipine besylate tab\n\n\n3.5-2.5 mg, 7-5 mg, 14-10 mg\nNP\n\n\nQBRELIS - lisinopril oral soln 1 mg/ml NP PA, QL (2400 ml/30 days)\nquinapril hcl tab 5 mg, 10 mg, 20 mg, 40 mg (Accupril) p\nquinapril-hydrochlorothiazide tab 10-12.5 mg, 20-12.5 mg,\n\n\n20-25 mg (Accuretic)\nnp\n\n\nramipril cap 1.25 mg, 2.5 mg, 5 mg, 10 mg (Altace) p\nTEKTURNA HCT - aliskiren-hydrochlorothiazide tab 150-12.5 mg,\n\n\n150-25 mg, 300-12.5 mg, 300-25 mg\nNP\n\n\ntelmisartan tab 20 mg, 40 mg, 80 mg (Micardis) np\ntelmisartan-amlodipine tab 40-5 mg, 40-10 mg, 80-5 mg,\n\n\n80-10 mg\nnp\n\n\ntelmisartan-hydrochlorothiazide tab 40-12.5 mg, 80-12.5 mg,\n80-25 mg (Micardis hct)\n\n\nnp\n\n\nterazosin hcl cap 1 mg (base equivalent), 2 mg (base\nequivalent), 5 mg (base equivalent), 10 mg (base equivalent)\n\n\np\n\n\ntrandolapril tab 1 mg, 2 mg, 4 mg p\nTRANDOLAPRIL/VERAPAMIL HC - trandolapril-verapamil hcl tab er\n\n\n1-240 mg, 2-180 mg, 2-240 mg, 4-240 mg\nNP\n\n\nVALSARTAN - valsartan oral soln 4 mg/ml NP PA, QL (2400 mls/30 days)\nvalsartan tab 40 mg, 80 mg, 160 mg (Diovan) p\nvalsartan tab 320 mg (Diovan) np\nvalsartan-hydrochlorothiazide tab 80-12.5 mg, 160-12.5 mg,\n\n\n160-25 mg, 320-12.5 mg, 320-25 mg (Diovan hct)\nnp\n\n\nVECAMYL - mecamylamine hcl tab 2.5 mg NP\n\n\nDIURETICS\nacetazolamide cap er 12hr 500 mg np\nacetazolamide tab 125 mg, 250 mg np\nALDACTAZIDE - spironolactone & hydrochlorothiazide tab 50-50 mg NP\namiloride & hydrochlorothiazide tab 5-50 mg p\namiloride hcl tab 5 mg p\nbumetanide tab 0.5 mg (Bumex) np\nbumetanide tab 1 mg, 2 mg np\nCAROSPIR - spironolactone susp 25 mg/5ml NP PA, QL (450 ml/30 days)\nchlorthalidone tab 25 mg, 50 mg p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 36\n\n\nDrug Name Drug Tier Requirements/Limits\nDIURIL - chlorothiazide susp 250 mg/5ml NP\nethacrynic acid tab 25 mg (Edecrin) np\nFUROSEMIDE - furosemide oral soln 8 mg/ml NP\nfurosemide oral soln 10 mg/ml p\nfurosemide tab 20 mg, 40 mg, 80 mg (Lasix) p\nhydrochlorothiazide cap 12.5 mg p\nhydrochlorothiazide tab 12.5 mg, 25 mg, 50 mg p\nindapamide tab 1.25 mg, 2.5 mg p\nKEVEYIS - dichlorphenamide tab 50 mg NP PA, QL (120 tablets/30 days)\nmethazolamide tab 25 mg, 50 mg np\nmetolazone tab 2.5 mg, 5 mg, 10 mg np\nSOAANZ - torsemide tab 20 mg, 40 mg, 60 mg NP\nspironolactone & hydrochlorothiazide tab 25-25 mg\n\n\n(Aldactazide)\nnp\n\n\nspironolactone tab 25 mg, 50 mg, 100 mg (Aldactone) p\nTHALITONE - chlorthalidone tab 15 mg NP\ntorsemide tab 5 mg, 10 mg, 20 mg, 100 mg p\ntriamterene & hydrochlorothiazide cap 37.5-25 mg p\ntriamterene & hydrochlorothiazide tab 37.5-25 mg (Maxzide-25) p\ntriamterene & hydrochlorothiazide tab 75-50 mg (Maxzide) p\ntriamterene cap 50 mg, 100 mg (Dyrenium) np\nVASOPRESSORS\nAUVI-Q - epinephrine solution auto-injector 0.1 mg/0.1ml NP\nAUVI-Q - epinephrine solution auto-injector 0.15 mg/0.15ml\n\n\n(1:1000), 0.3 mg/0.3ml (1:1000)\nNP PA\n\n\ndroxidopa cap 100 mg (Northera) np PA, QL (450 capsules/30 days)\ndroxidopa cap 200 mg, 300 mg (Northera) np PA, QL (180 capsules/30 days)\nepinephrine solution auto-injector 0.15 mg/0.3ml (1:2000)\n\n\n(Epipen-jr 2-pak)\nnp\n\n\nepinephrine solution auto-injector 0.3 mg/0.3ml (1:1000)\n(Epipen 2-pak)\n\n\nnp\n\n\nmidodrine hcl tab 2.5 mg, 5 mg, 10 mg np\nANTIHYPERLIPIDEMICS\nALTOPREV - lovastatin tab er 24hr 20 mg, 40 mg, 60 mg NP\nANTARA - fenofibrate micronized cap 30 mg NP QL (60 capsules/30 days), ST\nANTARA - fenofibrate micronized cap 90 mg NP QL (30 capsules/30 days), ST\natorvastatin calcium tab 10 mg (base equivalent), 20 mg (base\n\n\nequivalent) (Lipitor)\np AC\n\n\natorvastatin calcium tab 40 mg (base equivalent), 80 mg (base\nequivalent) (Lipitor)\n\n\np\n\n\ncholestyramine light powder packets 4 gm np\ncholestyramine light powder 4 gm/dose (Questran light) np\ncholestyramine powder packets 4 gm (Questran) np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 37\n\n\nDrug Name Drug Tier Requirements/Limits\ncholestyramine powder 4 gm/dose (Questran) np\ncholine fenofibrate cap dr 45 mg (fenofibric acid equiv) (Trilipix) np QL (60 capsules/30 days)\ncholine fenofibrate cap dr 135 mg (fenofibric acid equiv)\n\n\n(Trilipix)\nnp QL (30 capsules/30 days)\n\n\ncolesevelam hcl packet for susp 3.75 gm (Welchol) np PA, QL (30 packets/30 days)\ncolesevelam hcl tab 625 mg (Welchol) np\ncolestipol hcl granule packets 5 gm (Colestid flavored) np\ncolestipol hcl granules 5 gm (Colestid flavored) np\ncolestipol hcl tab 1 gm (Colestid) np\nezetimibe tab 10 mg (Zetia) p\nezetimibe-simvastatin tab 10-10 mg, 10-20 mg, 10-40 mg,\n\n\n10-80 mg (Vytorin)\nnp\n\n\nEZETIMIBE/ROSUVASTATIN - ezetimibe-rosuvastatin calcium tab\n10-5 mg, 10-10 mg, 10-20 mg, 10-40 mg\n\n\nNP\n\n\nFENOFIBRATE - fenofibrate cap 50 mg NP QL (60 capsules/30 days)\nFENOFIBRATE - fenofibrate cap 150 mg NP QL (30 capsules/30 days)\nFENOFIBRATE MICRONIZED - fenofibrate micronized cap 30 mg NP QL (60 capsules/30 days), ST\nFENOFIBRATE MICRONIZED - fenofibrate micronized cap 90 mg NP QL (30 capsules/30 days), ST\nfenofibrate micronized cap 43 mg np QL (60 capsules/30 days)\nfenofibrate micronized cap 67 mg, 134 mg p QL (30 capsules/30 days)\nfenofibrate micronized cap 130 mg, 200 mg np QL (30 capsules/30 days)\nfenofibrate tab 40 mg (Fenoglide) np QL (60 tablets/30 days)\nfenofibrate tab 48 mg (Tricor) p QL (60 tablets/30 days)\nfenofibrate tab 54 mg p QL (60 tablets/30 days)\nfenofibrate tab 120 mg (Fenoglide) np QL (30 tablets/30 days)\nfenofibrate tab 145 mg (Tricor) p QL (30 tablets/30 days)\nfenofibrate tab 160 mg p QL (30 tablets/30 days)\nFENOFIBRIC ACID - fenofibric acid tab 35 mg NP QL (60 tablets/30 days)\nFENOFIBRIC ACID - fenofibric acid tab 105 mg NP QL (30 tablets/30 days)\nFIBRICOR - fenofibric acid tab 35 mg NP QL (60 tablets/30 days)\nFIBRICOR - fenofibric acid tab 105 mg NP QL (30 tablets/30 days)\nFLOLIPID - simvastatin susp 20 mg/5ml (4 mg/ml), 40 mg/5ml\n\n\n(8 mg/ml)\nNP\n\n\nfluvastatin sodium cap 20 mg (base equivalent), 40 mg (base\nequivalent)\n\n\nnp\n\n\nfluvastatin sodium tab er 24 hr 80 mg (base equivalent) (Lescol\nxl)\n\n\nnp\n\n\ngemfibrozil tab 600 mg (Lopid) p QL (60 tablets/30 days)\nJUXTAPID - lomitapide mesylate cap 5 mg (base equiv), 10 mg\n\n\n(base equiv), 20 mg (base equiv), 30 mg (base equiv)\nNP PA, QL (30 capsules/30 days), SP\n\n\nLIPOFEN - fenofibrate cap 50 mg P QL (60 capsules/30 days)\nLIPOFEN - fenofibrate cap 150 mg P QL (30 capsules/30 days)\nLIVALO - pitavastatin calcium tab 1 mg, 2 mg, 4 mg P+\nlovastatin tab 10 mg p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 38\n\n\nDrug Name Drug Tier Requirements/Limits\nlovastatin tab 20 mg, 40 mg p AC\nNEXLETOL - bempedoic acid tab 180 mg P PA, QL (30 tablets/30 days)\nNEXLIZET - bempedoic acid-ezetimibe tab 180-10 mg P PA, QL (30 tablets/30 days)\nNIACIN - niacin (antihyperlipidemic) tab 500 mg NP PA, QL (360 tablets/30 days)\nniacin tab er 500 mg (antihyperlipidemic), 750 mg\n\n\n(antihyperlipidemic), 1000 mg (antihyperlipidemic) (Niaspan)\nnp\n\n\nNIACOR - niacin (antihyperlipidemic) tab 500 mg NP PA, QL (360 tablets/30 days)\npravastatin sodium tab 10 mg, 20 mg, 40 mg, 80 mg p AC\nREPATHA - evolocumab subcutaneous soln prefilled syringe\n\n\n140 mg/ml\nP QL (2 syringes/28 days)\n\n\nREPATHA PUSHTRONEX SYSTEM - evolocumab subcutaneous\nsoln cartridge/infusor 420 mg/3.5ml\n\n\nP QL (2 cartridges/30 days)\n\n\nREPATHA SURECLICK - evolocumab subcutaneous soln auto-\ninjector 140 mg/ml\n\n\nP QL (2 injectors/28 days)\n\n\nrosuvastatin calcium tab 5 mg, 10 mg, 20 mg, 40 mg (Crestor) p\nROSZET - ezetimibe-rosuvastatin calcium tab 10-5 mg, 10-10 mg,\n\n\n10-20 mg, 10-40 mg\nNP\n\n\nsimvastatin tab 5 mg, 80 mg p\nsimvastatin tab 10 mg, 20 mg, 40 mg (Zocor) p\nVASCEPA - icosapent ethyl cap 0.5 gm P\nVASCEPA - icosapent ethyl cap 1 gm np\n\n\nCARDIOVASCULAR AGENTS - MISC.\nADEMPAS - riociguat tab 0.5 mg, 1 mg, 1.5 mg, 2 mg, 2.5 mg NP PA, QL (90 tablets/30 days), SP\nambrisentan tab 5 mg, 10 mg (Letairis) np PA, QL (30 tablets/30 days), SP\namlodipine besylate-atorvastatin calcium tab 2.5-10 mg,\n\n\n2.5-20 mg, 2.5-40 mg\nnp\n\n\namlodipine besylate-atorvastatin calcium tab 5-10 mg, 5-20 mg,\n5-40 mg, 5-80 mg, 10-10 mg, 10-20 mg, 10-40 mg, 10-80 mg\n(Caduet)\n\n\nnp\n\n\nbosentan tab 62.5 mg, 125 mg (Tracleer) np PA, QL (60 tablets/30 days), SP\nCAMZYOS - mavacamten cap 2.5 mg, 10 mg, 15 mg NP PA, QL (30 capsules/30 days), SP\nCAMZYOS - mavacamten cap 5 mg NP PA, QL (30 capsule/30 days), SP\nCORLANOR - ivabradine hcl tab 5 mg (base equiv), 7.5 mg (base\n\n\nequiv)\nP PA, QL (60 tablets/30 days)\n\n\nCORLANOR - ivabradine hcl oral soln 5 mg/5ml (base equiv) P PA, QL (600 mls/30 days)\nENTRESTO - sacubitril-valsartan tab 24-26 mg, 49-51 mg,\n\n\n97-103 mg\nP\n\n\nisosorbide dinitrate-hydralazine hcl tab 20-37.5 mg (Bidil) np\nOPSUMIT - macitentan tab 10 mg P PA, QL (30 tablets/30 days), SP\nORENITRAM - treprostinil diolamine tab er 0.125 mg (base equiv),\n\n\n0.25 mg (base equiv), 1 mg (base equiv), 2.5 mg (base equiv),\n5 mg (base equiv)\n\n\nNP PA, QL (300 tablets/30 days), SP\n\n\nsildenafil citrate for suspension 10 mg/ml (Revatio) np QL (224 ml/30 days), SP\nsildenafil citrate tab 20 mg (Revatio) np QL (90 tablets/30 days), SP\ntadalafil tab 20 mg (pah) (Adcirca) np PA, QL (60 tablets/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 39\n\n\nDrug Name Drug Tier Requirements/Limits\nTRACLEER - bosentan tab for oral susp 32 mg P PA, QL (120 tablets/30 days), SP\nTYVASO - treprostinil inhalation solution 0.6 mg/ml NP PA, QL (7 ampules/28 days), SP\nTYVASO REFILL - treprostinil inhalation solution 0.6 mg/ml NP PA, QL (1 pack/28 days), SP\nTYVASO STARTER - treprostinil inhalation solution 0.6 mg/ml NP PA, QL (1 kit/180 days), SP\nUPTRAVI - selexipag tab therapy pack 200 mcg (140) & 800 mcg\n\n\n(60)\nP PA, QL (1 pack/180 days), SP\n\n\nUPTRAVI - selexipag tab 200 mcg, 400 mcg, 600 mcg, 800 mcg,\n1000 mcg, 1200 mcg, 1400 mcg, 1600 mcg\n\n\nP PA, QL (60 tablets/30 days), SP\n\n\nUPTRAVI - selexipag tab 200 mcg P PA, QL (140 tablets/180 days), SP\nVENTAVIS - iloprost inhalation solution 10 mcg/ml, 20 mcg/ml NP PA, QL (9 packs/30 days), SP\nVERQUVO - vericiguat tab 2.5 mg, 5 mg, 10 mg P PA, QL (30 tablets/30 days)\nVYNDAMAX - tafamidis cap 61 mg P PA, QL (30 capsules/30 days), SP\nVYNDAQEL - tafamidis meglumine (cardiac) cap 20 mg P PA, QL (120 capsules/30 days), SP\n\n\nERECTILE DYSFUNCTION\nCAVERJECT - alprostadil for inj 20 mcg NP+ PA, QL (4 doses/30 days)\nCAVERJECT - alprostadil for inj 40 mcg NP+ QL (4 doses/30 days)\nCAVERJECT IMPULSE - alprostadil for inj kit 10 mcg, 20 mcg NP+ QL (4 kits/30 days)\nEDEX - alprostadil for inj kit 10 mcg, 20 mcg, 40 mcg NP+ QL (4 kits/30 days)\nMUSE - alprostadil urethral pellet 250 mcg, 500 mcg NP+ QL (4 doses/30 days)\nMUSE - alprostadil urethral pellet 1000 mcg NP+ QL (8 doses/30 days)\nsildenafil citrate tab 25 mg, 50 mg, 100 mg (Viagra) p+ QL (8 tablets/30 days)\nSTENDRA - avanafil tab 50 mg, 100 mg, 200 mg NP+ QL (8 tablets/30 days)\ntadalafil tab 2.5 mg, 5 mg (Cialis) p QL (30 tablets/30 days)\ntadalafil tab 10 mg, 20 mg (Cialis) p+ QL (8 tablets/30 days)\nvardenafil hcl orally disintegrating tab 10 mg np+ QL (8 tablets/30 days)\nvardenafil hcl tab 2.5 mg, 5 mg, 10 mg, 20 mg np+ QL (8 tablets/30 days)\nRESPIRATORY AGENTS\nANTIHISTAMINES\nCARBINOXAMINE MALEATE - carbinoxamine maleate soln\n\n\n4 mg/5ml\nNP\n\n\nCARBINOXAMINE MALEATE - carbinoxamine maleate tab 6 mg NP\ncarbinoxamine maleate tab 4 mg np\ncetirizine hcl oral soln 1 mg/ml (5 mg/5ml) np+\nCLEMASTINE FUMARATE - clemastine fumarate tab 2.68 mg NP\nCLEMASTINE FUMARATE - clemastine fumarate syrup\n\n\n0.67 mg/5ml (0.5 mg/5ml base eq)\nNP\n\n\ncyproheptadine hcl syrup 2 mg/5ml np\ncyproheptadine hcl tab 4 mg p\nDESLORATADINE ODT - desloratadine tab orally disintegrating\n\n\n2.5 mg, 5 mg\nNP+\n\n\ndesloratadine tab 5 mg (Clarinex) np+\ndiphenhydramine hcl elixir 12.5 mg/5ml np+\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 40\n\n\nDrug Name Drug Tier Requirements/Limits\nKARBINAL ER - carbinoxamine maleate extended release susp\n\n\n4 mg/5ml\nNP\n\n\nlevocetirizine dihydrochloride soln 2.5 mg/5ml (0.5 mg/ml) np+\nlevocetirizine dihydrochloride tab 5 mg np+\npromethazine hcl suppos 12.5 mg, 25 mg np\npromethazine hcl syrup 6.25 mg/5ml p\npromethazine hcl tab 12.5 mg, 25 mg, 50 mg p\nPROMETHEGAN - promethazine hcl suppos 50 mg NP\nRYCLORA - dexchlorpheniramine maleate oral soln 2 mg/5ml NP\nRYVENT - carbinoxamine maleate tab 6 mg NP\n\n\nNASAL AGENTS - SYSTEMIC and TOPICAL\nazelastine hcl nasal spray 0.1% (137 mcg/spray) p QL (2 bottles/30 days)\nazelastine hcl nasal spray 0.15% (205.5 mcg/spray) np QL (2 bottles/30 days)\nazelastine hcl-fluticasone prop nasal spray 137-50 mcg/act\n\n\n(Dymista)\nnp QL (1 bottle/30 days)\n\n\nBECONASE AQ - beclomethasone dipropionate monohyd nasal\nsusp 42 mcg/spray\n\n\nNP+ QL (2 bottles/30 days)\n\n\nflunisolide nasal soln 25 mcg/act (0.025%) np+ QL (3 bottles/30 days)\nfluticasone propionate nasal susp 50 mcg/act p QL (1 bottle/30 days)\nipratropium bromide nasal soln 0.03% (21 mcg/spray) np QL (2 bottles/30 days)\nipratropium bromide nasal soln 0.06% (42 mcg/spray) np QL (3 bottles/30 days)\nmometasone furoate nasal susp 50 mcg/act np+ QL (1 inhaler/30 days)\nolopatadine hcl nasal soln 0.6% (Patanase) np QL (1 bottle/30 days)\nOMNARIS - ciclesonide nasal susp 50 mcg/act NP+ QL (1 inhaler/30 days)\nQNASL - beclomethasone dipropionate nasal aerosol 80 mcg/act NP+ QL (1 inhaler/30 days)\nQNASL CHILDRENS - beclomethasone dipropionate nasal aerosol\n\n\n40 mcg/act\nNP+ QL (1 inhaler/30 days)\n\n\nXHANCE - fluticasone propionate nasal exhaler susp 93 mcg/act NP PA, QL (32 mls/30 days)\nZETONNA - ciclesonide nasal aerosol soln 37 mcg/act (50 mcg/\n\n\nvalve)\nNP+ QL (1 inhaler/30 days)\n\n\nCOUGH/COLD/ALLERGY\nacetylcysteine inhal soln 10%, 20% np\nbenzonatate cap 100 mg, 200 mg p\nbenzonatate cap 150 mg np\nCLARINEX-D 12 HOUR - desloratadine & pseudoephedrine tab er\n\n\n12hr 2.5-120 mg\nNP\n\n\nhydrocod polst-chlorphen polst er susp 10-8 mg/5ml np QL (AUO)\nhydrocodone bitart-homatropine methylbrom soln 5-1.5 mg/5ml\n\n\n(Hycodan)\np QL (AUO)\n\n\nhydrocodone bitart-homatropine methylbromide tab 5-1.5 mg\n(Hycodan)\n\n\nnp QL (AUO)\n\n\npromethazine & phenylephrine syrup 6.25-5 mg/5ml np\npromethazine w/ codeine syrup 6.25-10 mg/5ml p QL (AUO)\npromethazine-dm syrup 6.25-15 mg/5ml p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 41\n\n\nDrug Name Drug Tier Requirements/Limits\npromethazine-phenylephrine-codeine syrup 6.25-5-10 mg/5ml np QL (AUO)\npseudoephed-bromphen-dm syrup 30-2-10 mg/5ml np+\nsodium chloride soln nebu 3% p\nsodium chloride soln nebu 7% (Hypersal) p\nTUXARIN ER - codeine phos-chlorpheniramine maleate tab er 12hr\n\n\n54.3-8 mg\nNP QL (AUO)\n\n\nTUZISTRA XR - codeine polist-chlorphen polist er susp\n14.7-2.8 mg/5ml\n\n\nNP\n\n\nANTIASTHMATIC and BRONCHODILATOR AGENTS\nADVAIR DISKUS - fluticasone-salmeterol aer powder ba\n\n\n100-50 mcg/act, 250-50 mcg/act, 500-50 mcg/act\nnp QL (60 blisters/30 days)\n\n\nADVAIR HFA - fluticasone-salmeterol inhal aerosol 45-21 mcg/act,\n115-21 mcg/act, 230-21 mcg/act\n\n\nP QL (12 grams/30 days)\n\n\nalbuterol sulfate inhal aero 108 mcg/act (90mcg base equiv)\n(Proventil hfa)\n\n\nnp QL (2 inhalers/30 days)\n\n\nalbuterol sulfate soln nebu 0.083% (2.5 mg/3ml) p QL (125 containers/30 days)\nalbuterol sulfate soln nebu 0.5% (5 mg/ml) np QL (60 mls/30 days)\nalbuterol sulfate soln nebu 0.63 mg/3ml (base equiv),\n\n\n1.25 mg/3ml (base equiv)\nnp QL (125 containers/30 days)\n\n\nalbuterol sulfate syrup 2 mg/5ml p\nalbuterol sulfate tab 2 mg, 4 mg np\nANORO ELLIPTA - umeclidinium-vilanterol aero powd ba\n\n\n62.5-25 mcg/inh\nP QL (60 blisters/30 days)\n\n\narformoterol tartrate soln nebu 15 mcg/2ml (base equiv)\n(Brovana)\n\n\nnp\n\n\nARNUITY ELLIPTA - fluticasone furoate aerosol powder breath activ\n50 mcg/act, 100 mcg/act, 200 mcg/act\n\n\nP QL (30 blisters/30 days)\n\n\nASMANEX HFA - mometasone furoate inhal aerosol suspension\n50 mcg/act\n\n\nP QL (13 grams/30 days)\n\n\nASMANEX HFA - mometasone furoate inhal aerosol suspension\n100 mcg/act, 200 mcg/act\n\n\nP QL (1 inhaler/30 days)\n\n\nASMANEX TWISTHALER 120 ME - mometasone furoate inhal\npowd 220 mcg/inh (breath activated)\n\n\nP QL (1 inhaler/30 days)\n\n\nASMANEX TWISTHALER 30 MET - mometasone furoate inhal\npowd 110 mcg/inh (breath activated), 220 mcg/inh (breath\nactivated)\n\n\nP QL (1 inhaler/30 days)\n\n\nASMANEX TWISTHALER 60 MET - mometasone furoate inhal\npowd 220 mcg/inh (breath activated)\n\n\nP QL (1 inhaler/30 days)\n\n\nATROVENT HFA - ipratropium bromide hfa inhal aerosol 17 mcg/act NP QL (2 inhalers/30 days)\nBREO ELLIPTA - fluticasone furoate-vilanterol aero powd ba\n\n\n100-25 mcg/inh, 200-25 mcg/inh\nP QL (60 blisters/30 days)\n\n\nBREZTRI AEROSPHERE - budesonide-glycopyrrolate-formoterol\naers 160-9-4.8 mcg/act\n\n\nP QL (1 inhaler/30 days)\n\n\nbudesonide inhalation susp 0.25 mg/2ml, 0.5 mg/2ml\n(Pulmicort)\n\n\nnp QL (120 mls/30 days)\n\n\nbudesonide inhalation susp 1 mg/2ml (Pulmicort) np QL (60 mls/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 42\n\n\nDrug Name Drug Tier Requirements/Limits\nCOMBIVENT RESPIMAT - ipratropium-albuterol inhal aerosol soln\n\n\n20-100 mcg/act\nP QL (2 inhalers/30 days)\n\n\ncromolyn sodium soln nebu 20 mg/2ml np QL (240 mls/30 days)\nDALIRESP - roflumilast tab 250 mcg, 500 mcg NP\nDULERA - mometasone furoate-formoterol fumarate aerosol\n\n\n50-5 mcg/act\nP QL (13 grams/30 days)\n\n\nDULERA - mometasone furoate-formoterol fumarate aerosol\n100-5 mcg/act, 200-5 mcg/act\n\n\nP QL (1 inhaler/30 days)\n\n\nELIXOPHYLLIN - theophylline elixir 80 mg/15ml NP\nFASENRA PEN - benralizumab subcutaneous soln auto-injector\n\n\n30 mg/ml\nP PA, QL (1 pen/56 days), SP\n\n\nFLOVENT DISKUS - fluticasone propionate aer pow ba 50 mcg/\nblister, 100 mcg/blister\n\n\nP QL (60 blisters/30 days)\n\n\nFLOVENT DISKUS - fluticasone propionate aer pow ba 250 mcg/\nblister\n\n\nP QL (240 blisters/30 days)\n\n\nFLOVENT HFA - fluticasone propionate hfa inhal aero 44 mcg/act\n(50/valve)\n\n\nP QL (60 blisters/30 days)\n\n\nFLOVENT HFA - fluticasone propionate hfa inhal aer 110 mcg/act\n(125/valve), 220 mcg/act (250/valve)\n\n\nP QL (60 blisters/30 days)\n\n\nFLUTICASONE PROPIONATE/SA - fluticasone-salmeterol aer\npowder ba 55-14 mcg/act, 113-14 mcg/act\n\n\nnp\n\n\nFLUTICASONE PROPIONATE/SA - fluticasone-salmeterol aer\npowder ba 232-14 mcg/act\n\n\nnp QL (1 inhaler/30 days)\n\n\nINCRUSE ELLIPTA - umeclidinium br aero powd breath act\n62.5 mcg/inh (base eq)\n\n\nP QL (30 blisters/30 days)\n\n\nipratropium bromide inhal soln 0.02% p QL (150 containers/30 days)\nipratropium-albuterol nebu soln 0.5-2.5(3) mg/3ml np QL (540 mls/30 days)\nlevalbuterol hcl soln nebu conc 1.25 mg/0.5ml (base equiv)\n\n\n(Xopenex concentrate)\nnp QL (90 vials/30 days)\n\n\nlevalbuterol hcl soln nebu 0.31 mg/3ml (base equiv),\n0.63 mg/3ml (base equiv), 1.25 mg/3ml (base equiv) (Xopenex)\n\n\nnp QL (96 vials/30 days)\n\n\nmontelukast sodium chew tab 4 mg (base equiv), 5 mg (base\nequiv) (Singulair)\n\n\np\n\n\nmontelukast sodium oral granules packet 4 mg (base equiv)\n(Singulair)\n\n\nnp\n\n\nmontelukast sodium tab 10 mg (base equiv) (Singulair) p\nNUCALA - mepolizumab subcutaneous solution auto-injector\n\n\n100 mg/ml\nP PA, QL (3 ml/28 days), SP\n\n\nNUCALA - mepolizumab subcutaneous solution pref syringe\n40 mg/0.4ml\n\n\nP PA, QL (1 syringe/28 days), SP\n\n\nNUCALA - mepolizumab subcutaneous solution pref syringe\n100 mg/ml\n\n\nP PA, QL (3 ml/28 days), SP\n\n\nQVAR REDIHALER - beclomethasone diprop hfa breath act inh aer\n40 mcg/act\n\n\nP QL (1 inhaler/30 days)\n\n\nQVAR REDIHALER - beclomethasone diprop hfa breath act inh aer\n80 mcg/act\n\n\nP QL (2 inhalers/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 43\n\n\nDrug Name Drug Tier Requirements/Limits\nSEREVENT DISKUS - salmeterol xinafoate aer pow ba 50 mcg/\n\n\ndose (base equiv)\nP QL (60 blisters/30 days)\n\n\nSPIRIVA HANDIHALER - tiotropium bromide monohydrate inhal cap\n18 mcg (base equiv)\n\n\nP QL (30 capsules/30 days)\n\n\nSPIRIVA RESPIMAT - tiotropium bromide monohydrate inhal\naerosol 1.25 mcg/act\n\n\nP QL (4 grams/30 days)\n\n\nSPIRIVA RESPIMAT - tiotropium bromide monohydrate inhal\naerosol 2.5 mcg/act\n\n\nP QL (1 cartridge/30 days)\n\n\nSTIOLTO RESPIMAT - tiotropium br-olodaterol inhal aero soln\n2.5-2.5 mcg/act\n\n\nP QL (1 inhaler/30 days)\n\n\nSTRIVERDI RESPIMAT - olodaterol hcl inhal aerosol soln 2.5 mcg/\nact (base equiv)\n\n\nP QL (1 inhaler/30 days)\n\n\nSYMBICORT - budesonide-formoterol fumarate dihyd aerosol\n80-4.5 mcg/act, 160-4.5 mcg/act\n\n\nP QL (1 inhaler/30 days)\n\n\nterbutaline sulfate tab 2.5 mg, 5 mg np\nTHEO-24 - theophylline cap er 24hr 100 mg, 200 mg, 300 mg,\n\n\n400 mg\nNP\n\n\ntheophylline soln 80 mg/15ml np\ntheophylline tab er 12hr 300 mg, 450 mg np\ntheophylline tab er 24hr 400 mg, 600 mg np\nTRELEGY ELLIPTA - fluticasone-umeclidinium-vilanterol aepb\n\n\n100-62.5-25 mcg/inh\nP QL (60 blisters/30 days)\n\n\nTRELEGY ELLIPTA - fluticasone-umeclidinium-vilanterol aepb\n200-62.5-25 mcg/inh\n\n\nP QL (1 inhaler/30 days)\n\n\nVENTOLIN HFA - albuterol sulfate inhal aero 108 mcg/act (90mcg\nbase equiv)\n\n\nP QL (2 inhalers/30 days)\n\n\nXOLAIR - omalizumab subcutaneous soln prefilled syringe\n75 mg/0.5ml, 150 mg/ml\n\n\nP PA, SP\n\n\nzafirlukast tab 10 mg, 20 mg (Accolate) np\nzileuton tab er 12hr 600 mg np PA, QL (120 tablets/30 days)\nZYFLO - zileuton tab 600 mg NP PA, QL (120 tablets/30 days)\n\n\nRESPIRATORY AGENTS - MISC.\nBRONCHITOL - mannitol inhal cap 40 mg NP SP\nBRONCHITOL TOLERANCE TEST - mannitol inhal cap 40 mg NP SP\nESBRIET - pirfenidone cap 267 mg NP PA, QL (270 capsules/30 days), SP\nGLASSIA - alpha1-proteinase inhibitor (human) inj 1000 mg/50ml NP SP\nKALYDECO - ivacaftor tab 150 mg P PA, QL (60 tablets/30 days), SP\nKALYDECO - ivacaftor packet 25 mg, 50 mg, 75 mg P PA, QL (60 packets/30 days), SP\nOFEV - nintedanib esylate cap 100 mg (base equivalent), 150 mg\n\n\n(base equivalent)\nNP PA, QL (60 capsules/30 days), SP\n\n\nORKAMBI - lumacaftor-ivacaftor tab 100-125 mg, 200-125 mg NP PA, QL (120 tablets/30 days), SP\nORKAMBI - lumacaftor-ivacaftor granules packet 100-125 mg,\n\n\n150-188 mg\nNP PA, QL (60 tablets/30 days), SP\n\n\npirfenidone tab 267 mg (Esbriet) np PA, QL (270 tablets/30 days), SP\npirfenidone tab 801 mg (Esbriet) np PA, QL (90 tablets/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 44\n\n\nDrug Name Drug Tier Requirements/Limits\nPULMOZYME - dornase alfa inhal soln 2.5 mg/2.5ml P SP\nSYMDEKO - tezacaftor-ivacaftor 50-75 mg & ivacaftor 75 mg tab\n\n\ntbpk\nP PA, QL (60 tablets/30 days), SP\n\n\nSYMDEKO - tezacaftor-ivacaftor 100-150 mg & ivacaftor 150 mg tab\ntbpk\n\n\nP PA, QL (60 tablets/30 days), SP\n\n\nTRIKAFTA - elexacaf-tezacaf-ivacaf 50-25-37.5 mg & ivacaftor\n75 mg tbpk\n\n\nP PA, QL (90 tablets/30 days), SP\n\n\nTRIKAFTA - elexacaf-tezacaf-ivacaf 100-50-75 mg &ivacaftor\n150 mg tbpk\n\n\nP PA, QL (90 tablets/30 days), SP\n\n\nGASTROINTESTINAL AGENTS\nLAXATIVES\nGAVILYTE-C - peg 3350-kcl-na bicarb-nacl-na sulfate for soln\n\n\n240 gm\nNP\n\n\nKRISTALOSE - lactulose oral crystal packet 10 gm, 20 gm NP\nLACTULOSE - lactulose oral crystal packet 10 gm NP\nlactulose solution 10 gm/15ml np\npeg 3350-kcl-na bicarb-nacl-na sulfate for soln 236 gm\n\n\n(Golytely)\np AC\n\n\npeg 3350-kcl-nacl-na sulfate-na ascorbate-c for soln 100 gm\n(Moviprep)\n\n\nnp AC\n\n\npeg 3350-kcl-sod bicarb-nacl for soln 420 gm np AC\nPEG-PREP - bisacodyl tab & peg 3350-kcl-sod bicarb-nacl for soln\n\n\nkit\nNP\n\n\nSUPREP BOWEL PREP KIT - sod sulfate-pot sulf-mg sulf oral sol\n17.5-3.13-1.6 gm/177ml\n\n\nP\n\n\nSUTAB - sod sulfate-mg sulfate-pot chloride tab 1479-225-188 mg NP\n\n\nANTIDIARRHEALS\ndiphenoxylate w/ atropine tab 2.5-0.025 mg (Lomotil) np\nDIPHENOXYLATE/ATROPINE - diphenoxylate w/ atropine liq\n\n\n2.5-0.025 mg/5ml\nNP PA, QL (1200 ml/30 days)\n\n\nloperamide hcl cap 2 mg np+\nMOTOFEN - difenoxin w/ atropine tab 1-0.025 mg NP\nMYTESI - crofelemer tab delayed release 125 mg NP\n\n\nULCER DRUGS\ncimetidine hcl soln 300 mg/5ml np+ PA, QL (1200 mls/30 days)\ncimetidine tab 200 mg, 300 mg, 400 mg, 800 mg np+\nDARTISLA ODT - glycopyrrolate tab disintegrating 1.7 mg NP PA, QL (120 tablets/30 days)\nDEXILANT - dexlansoprazole cap delayed release 30 mg, 60 mg NP+ QL (60 capsules/30 days)\ndicyclomine hcl cap 10 mg p\ndicyclomine hcl oral soln 10 mg/5ml np\ndicyclomine hcl tab 20 mg p\nesomeprazole magnesium cap delayed release 20 mg (base\n\n\neq), 40 mg (base eq) (Nexium)\nnp+ QL (60 capsules/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 45\n\n\nDrug Name Drug Tier Requirements/Limits\nesomeprazole magnesium for delayed release susp packet\n\n\n10 mg, 20 mg, 40 mg (Nexium)\nnp QL (60 packets/30 days)\n\n\nESOMEPRAZOLE STRONTIUM - esomeprazole strontium cap\ndelayed release 49.3 mg\n\n\nNP+ QL (60 capsules/30 days)\n\n\nfamotidine for susp 40 mg/5ml np\nfamotidine tab 20 mg (Pepcid) np+\nfamotidine tab 40 mg (Pepcid) p\nGLYCATE - glycopyrrolate tab 1.5 mg NP\nGLYCOPYRROLATE - glycopyrrolate tab 1.5 mg NP\nglycopyrrolate oral soln 1 mg/5ml (Cuvposa) np\nglycopyrrolate tab 1 mg (Robinul) p\nglycopyrrolate tab 2 mg (Robinul forte) np\nlansoprazole cap delayed release 15 mg np+ QL (60 capsules/30 days)\nlansoprazole cap delayed release 30 mg (Prevacid) np+ QL (60 capsules/30 days)\nlansoprazole tab delayed release orally disintegrating 15 mg,\n\n\n30 mg (Prevacid solutab)\nnp+ QL (60 tablets/30 days)\n\n\nLANSOPRAZOLE/AMOXICILLIN/ - amoxicillin cap-clarithro tab-\nlansopraz cap dr therapy pack\n\n\nnp\n\n\nmethscopolamine bromide tab 2.5 mg, 5 mg np\nmisoprostol tab 100 mcg, 200 mcg (Cytotec) p\nNEXIUM - esomeprazole magnesium for delayed release susp pack\n\n\n2.5 mg\nP PA, QL (60 packets/30 days)\n\n\nNEXIUM - esomeprazole magnesium for delayed release susp\npacket 5 mg\n\n\nP PA, QL (60 packets/30 days)\n\n\nNIZATIDINE - nizatidine cap 150 mg, 300 mg NP+\nomeprazole cap delayed release 10 mg, 20 mg, 40 mg p QL (60 capsules/30 days)\nomeprazole-sodium bicarbonate cap 20-1100 mg, 40-1100 mg\n\n\n(Zegerid)\nnp+ PA, QL (60 capsules/30 days)\n\n\nomeprazole-sodium bicarbonate powd pack for susp\n20-1680 mg, 40-1680 mg (Zegerid)\n\n\nnp+ PA, QL (60 packets/30 days)\n\n\npantoprazole sodium ec tab 20 mg (base equiv), 40 mg (base\nequiv) (Protonix)\n\n\np QL (60 tablets/30 days)\n\n\npantoprazole sodium for delayed release susp packet 40 mg\n(Protonix)\n\n\nnp+ QL (60 packets/30 days)\n\n\nPRILOSEC - omeprazole magnesium for delayed release susp\npacket 2.5 mg, 10 mg\n\n\nNP+ QL (60 packets/30 days)\n\n\nRABEPRAZOLE SODIUM DR SPR - rabeprazole sodium capsule\nsprinkle dr 10 mg\n\n\nNP+ QL (60 tablets/30 days)\n\n\nrabeprazole sodium ec tab 20 mg (Aciphex) np+ QL (60 tablets/30 days)\nsucralfate susp 1 gm/10ml (Carafate) np PA, QL (1200 mls/30 days)\nsucralfate tab 1 gm (Carafate) np\nTALICIA - amoxicillin-rifabutin-omeprazole cap dr 250-12.5-10 mg P\n\n\nANTIEMETICS\nANTIVERT - meclizine hcl tab 50 mg NP+\nANZEMET - dolasetron mesylate tab 50 mg NP QL (10 tablets/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 46\n\n\nDrug Name Drug Tier Requirements/Limits\naprepitant capsule therapy pack 80 & 125 mg (Emend tripack) np QL (9 capsules/30 days)\naprepitant capsule 40 mg np QL (2 capsules/30 days)\naprepitant capsule 80 mg (Emend) np QL (6 capsules/30 days)\naprepitant capsule 125 mg np QL (3 capsules/30 days)\nBONJESTA - doxylamine-pyridoxine tab er 20-20 mg NP QL (60 tablets/30 days)\ndoxylamine-pyridoxine tab delayed release 10-10 mg (Diclegis) np QL (120 tablets/30 days)\ndronabinol cap 2.5 mg (Marinol) np QL (60 tablets/30 days)\ndronabinol cap 5 mg, 10 mg np QL (60 tablets/30 days)\nEMEND - aprepitant for oral susp 125 mg (125 mg/5ml) P QL (9 kits/30 days)\ngranisetron hcl tab 1 mg np QL (20 tablets/30 days)\nmeclizine hcl chew tab 25 mg (Antivert) np+\nmeclizine hcl tab 12.5 mg, 25 mg np+\nONDANSETRON HCL - ondansetron hcl tab 24 mg NP QL (1 tablet/30 days)\nondansetron hcl oral soln 4 mg/5ml np QL (300 ml/30 days)\nondansetron hcl tab 4 mg, 8 mg p QL (30 tablets/30 days)\nondansetron orally disintegrating tab 4 mg, 8 mg p QL (30 tablets/30 days)\nSANCUSO - granisetron td patch 3.1 mg/24hr (contains 34.3 mg) NP QL (3 patches/30 days)\nscopolamine td patch 72hr 1 mg/3days (Transderm-scop) np\nSYNDROS - dronabinol soln 5 mg/ml NP QL (4 bottles/30 days)\ntrimethobenzamide hcl cap 300 mg np\nVARUBI - rolapitant hcl tab therapy pack 2 x 90 mg (base equiv) P QL (6 tablets/30 days)\n\n\nDIGESTIVE AIDS\nCREON - pancrelipase (lip-prot-amyl) dr cap 3000-9500-15000\n\n\nunit, 6000-19000-30000 unit, 12000-38000-60000 unit,\n24000-76000-120000 unit, 36000-114000-180000 unit\n\n\nP\n\n\nSUCRAID - sacrosidase soln 8500 unit/ml NP PA, QL (236 ml/28 days), SP\nZENPEP - pancrelipase (lip-prot-amyl) dr cap 3000-10000-14000\n\n\nunit, 5000-17000-24000 unit, 10000-32000-42000 unit,\n15000-47000-63000 unit, 20000-63000-84000 unit,\n25000-79000-105000 unit, 40000-126000-168000 unit\n\n\nP\n\n\nGASTROINTESTINAL AGENTS- MISC.\nalosetron hcl tab 0.5 mg (base equiv), 1 mg (base equiv)\n\n\n(Lotronex)\nnp QL (60 tablets/30 days)\n\n\nAURYXIA - ferric citrate tab 1 gm (210 mg ferric iron) NP\nbalsalazide disodium cap 750 mg (Colazal) np\nBYLVAY - odevixibat cap 400 mcg, 1200 mcg NP PA, SP\nBYLVAY (PELLETS) - odevixibat pellets cap sprinkle 200 mcg,\n\n\n600 mcg\nNP PA, SP\n\n\ncalcium acetate (phosphate binder) cap 667 mg (169 mg ca) np\ncalcium acetate (phosphate binder) tab 667 mg np\nCHENODAL - chenodiol tab 250 mg P SP\nCHOLBAM - cholic acid cap 50 mg, 250 mg NP SP\nCIMZIA - certolizumab pegol prefilled syringe kit 2 x 200 mg/ml NP PA, QL (2 kits/28 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 47\n\n\nDrug Name Drug Tier Requirements/Limits\nCIMZIA STARTER KIT - certolizumab pegol prefilled syringe kit 6 x\n\n\n200 mg/ml\nNP PA, QL (1 kit/180 days), SP\n\n\ncromolyn sodium oral conc 100 mg/5ml (Gastrocrom) np\nDIPENTUM - olsalazine sodium cap 250 mg NP\nFOSRENOL - lanthanum carbonate oral powder pack 750 mg\n\n\n(elemental), 1000 mg (elemental)\nNP\n\n\nGATTEX - teduglutide (rdna) for inj kit 5 mg NP PA, SP\nGIMOTI - metoclopramide hcl nasal spray 15 mg/act NP\nlactulose (encephalopathy) solution 10 gm/15ml np\nlanthanum carbonate chew tab 500 mg (elemental), 750 mg\n\n\n(elemental), 1000 mg (elemental) (Fosrenol)\nnp\n\n\nLINZESS - linaclotide cap 72 mcg, 145 mcg, 290 mcg P QL (30 capsules/30 days)\nLIVMARLI - maralixibat chloride oral soln 9.5 mg/ml NP PA, SP\nmesalamine cap dr 400 mg (Delzicol) np\nmesalamine cap er 24hr 0.375 gm (Apriso) np\nmesalamine cap er 500 mg (Pentasa) np\nmesalamine enema 4 gm np\nmesalamine suppos 1000 mg (Canasa) np\nmesalamine tab delayed release 800 mg (Asacol hd) np\nmesalamine tab delayed release 1.2 gm (Lialda) np\nmetoclopramide hcl soln 5 mg/5ml (10 mg/10ml) (base equiv) np\nmetoclopramide hcl tab 5 mg (base equivalent), 10 mg (base\n\n\nequivalent) (Reglan)\np\n\n\nMETOCLOPRAMIDE ODT - metoclopramide hcl orally disintegrating\ntab 5 mg (base eq)\n\n\nNP\n\n\nMOVANTIK - naloxegol oxalate tab 12.5 mg (base equivalent),\n25 mg (base equivalent)\n\n\nP QL (30 tablets/30 days)\n\n\nOCALIVA - obeticholic acid tab 5 mg, 10 mg NP PA, QL (30 tablets/30 days), SP\nPENTASA - mesalamine cap er 250 mg NP\nPHOSLYRA - calcium acetate (phosphate binder) oral soln\n\n\n667 mg/5ml\nNP\n\n\nRELTONE - ursodiol cap 200 mg, 400 mg NP PA\nsevelamer carbonate packet 0.8 gm, 2.4 gm (Renvela) np\nsevelamer carbonate tab 800 mg (Renvela) np\nsevelamer hcl tab 800 mg (Renagel) np\nSEVELAMER HYDROCHLORIDE - sevelamer hcl tab 400 mg NP\nSFROWASA - mesalamine sulfite-free (sf) enema 4 gm/60ml NP\nSKYRIZI - risankizumab-rzaa subcutaneous soln cartridge\n\n\n360 mg/2.4ml\nP PA, QL (2.4 mls/56 days)\n\n\nsulfasalazine tab delayed release 500 mg (Azulfidine en-tabs) np\nsulfasalazine tab 500 mg (Azulfidine) np\nSYMPROIC - naldemedine tosylate tab 0.2 mg (base equivalent) P QL (30 tablets/30 days)\nTRULANCE - plecanatide tab 3 mg P QL (30 tablets/30 days)\nURSODIOL - ursodiol cap 200 mg, 400 mg NP PA\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 48\n\n\nDrug Name Drug Tier Requirements/Limits\nursodiol cap 300 mg np\nursodiol tab 250 mg (Urso 250) np\nursodiol tab 500 mg (Urso forte) np\nVELPHORO - sucroferric oxyhydroxide chew tab 500 mg P\nVIBERZI - eluxadoline tab 75 mg, 100 mg P QL (60 tablets/30 days)\nXERMELO - telotristat ethyl tab 250 mg (as telotristat etiprate) NP SP\n\n\nGENITOURINARY AGENTS\nURINARY ANTISPASMODICS\nbethanechol chloride tab 5 mg, 10 mg, 25 mg, 50 mg np\nGEMTESA - vibegron tab 75 mg NP\nMYRBETRIQ - mirabegron granules for oral extended release susp\n\n\n8 mg/ml\nP\n\n\nMYRBETRIQ - mirabegron tab er 24 hr 25 mg, 50 mg P\noxybutynin chloride syrup 5 mg/5ml p\noxybutynin chloride tab er 24hr 5 mg, 10 mg (Ditropan xl) p\noxybutynin chloride tab er 24hr 15 mg p\noxybutynin chloride tab 5 mg p\nOXYTROL - oxybutynin td patch twice weekly 3.9 mg/24hr NP+\nsolifenacin succinate tab 5 mg (Vesicare) p\nsolifenacin succinate tab 10 mg (Vesicare) np\ntolterodine tartrate cap er 24hr 2 mg, 4 mg (Detrol la) np\ntolterodine tartrate tab 1 mg, 2 mg (Detrol) np\ntrospium chloride cap er 24hr 60 mg np\ntrospium chloride tab 20 mg np\nVAGINAL PRODUCTS\nclindamycin phosphate vaginal cream 2% (Cleocin) np\nCLINDESSE - clindamycin phosphate (one dose) vaginal cream 2% NP\nENCARE - nonoxynol-9 vaginal suppos 100 mg P AC\nENDOMETRIN - progesterone vaginal insert 100 mg P+\nestradiol vaginal cream 0.1 mg/gm (Estrace) np\nestradiol vaginal tab 10 mcg (Vagifem) np\nESTRING - estradiol vaginal ring 2 mg (7.5 mcg/24hrs) P\nGYNAZOLE-1 - butoconazole nitrate (one dose) vaginal cream 2% NP\nINTRAROSA - prasterone vaginal insert 6.5 mg NP\nmetronidazole vaginal gel 0.75% np\nMICONAZOLE 3 - miconazole nitrate vaginal suppos 200 mg NP\nNUVESSA - metronidazole vaginal gel 1.3% NP\nOPTIONS GYNOL II VAGINAL - nonoxynol-9 gel 3% P AC\nPREMARIN - estrogens, conjugated vaginal cream 0.625 mg/gm P\nSHUR-SEAL - nonoxynol-9 gel 2% P AC\nterconazole vaginal cream 0.4%, 0.8% np\nterconazole vaginal suppos 80 mg np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 49\n\n\nDrug Name Drug Tier Requirements/Limits\nTODAY SPONGE - nonoxynol-9 vaginal sponge 1000 mg P AC\nVANDAZOLE - metronidazole vaginal gel 0.75% NP\nVCF VAGINAL CONTRACEPTIVE - nonoxynol-9 foam 12.5% P AC\nVCF VAGINAL CONTRACEPTIVE - nonoxynol-9 film 28% P AC\nVCF VAGINAL CONTRACEPTIVE - nonoxynol-9 gel 4% NP\n\n\nGENITOURINARY AGENTS - MISC.\nalfuzosin hcl tab er 24hr 10 mg (Uroxatral) p\nCARDURA XL - doxazosin mesylate tab er 24 hr 4 mg (base equiv),\n\n\n8 mg (base equiv)\nNP\n\n\nCYSTAGON - cysteamine bitartrate cap 50 mg, 150 mg P SP\ndutasteride cap 0.5 mg (Avodart) p\ndutasteride-tamsulosin hcl cap 0.5-0.4 mg (Jalyn) np\nELMIRON - pentosan polysulfate sodium caps 100 mg NP\nfinasteride tab 5 mg (Proscar) p\nK-PHOS NO 2 - potassium & sodium acid phosphates tab\n\n\n305-700 mg\nP\n\n\nLITHOSTAT - acetohydroxamic acid tab 250 mg NP\npotassium citrate tab er 5 meq (540 mg) (Urocit-k 5) np\npotassium citrate tab er 10 meq (1080 mg) (Urocit-k 10) np\npotassium citrate tab er 15 meq (1620 mg) (Urocit-k 15) np\nPROCYSBI - cysteamine bitartrate delayed release granules packet\n\n\n75 mg, 300 mg\nNP PA, SP\n\n\nPROCYSBI - cysteamine bitartrate cap delayed release 25 mg\n(base equiv), 75 mg (base equiv)\n\n\nNP PA, SP\n\n\nsilodosin cap 4 mg, 8 mg (Rapaflo) np\nsodium citrate & citric acid soln 500-334 mg/5ml np\ntamsulosin hcl cap 0.4 mg (Flomax) p\nTHIOLA EC - tiopronin tab delayed release 100 mg, 300 mg NP\ntiopronin tab 100 mg (Thiola) np\nCENTRAL NERVOUS SYSTEM DRUGS\nANTIANXIETY AGENTS\nALPRAZOLAM INTENSOL - alprazolam conc 1 mg/ml NP\nalprazolam orally disintegrating tab 0.25 mg, 0.5 mg, 1 mg, 2 mg np\nalprazolam tab er 24hr 0.5 mg, 1 mg, 2 mg, 3 mg (Xanax xr) p\nalprazolam tab 0.25 mg, 0.5 mg, 1 mg, 2 mg (Xanax) p\nbuspirone hcl tab 5 mg, 10 mg, 15 mg p\nbuspirone hcl tab 7.5 mg, 30 mg np\nchlordiazepoxide hcl cap 5 mg, 10 mg, 25 mg p\nclorazepate dipotassium tab 3.75 mg, 15 mg np\nclorazepate dipotassium tab 7.5 mg (Tranxene t) np\ndiazepam conc 5 mg/ml np\ndiazepam oral soln 1 mg/ml np\ndiazepam tab 2 mg, 5 mg, 10 mg (Valium) p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 50\n\n\nDrug Name Drug Tier Requirements/Limits\nhydroxyzine hcl syrup 10 mg/5ml np\nhydroxyzine hcl tab 10 mg, 25 mg, 50 mg p\nHYDROXYZINE PAMOATE - hydroxyzine pamoate cap 100 mg NP\nhydroxyzine pamoate cap 25 mg, 50 mg (Vistaril) p\nlorazepam conc 2 mg/ml np\nlorazepam tab 0.5 mg, 1 mg, 2 mg (Ativan) p QL (150 tablets/30 days)\nLOREEV XR - lorazepam cap er 24hr sprinkle 1 mg, 1.5 mg, 2 mg,\n\n\n3 mg\nNP\n\n\noxazepam cap 10 mg, 15 mg, 30 mg np\nANTIDEPRESSANTS\namitriptyline hcl tab 10 mg, 25 mg, 50 mg p\namitriptyline hcl tab 75 mg, 100 mg, 150 mg np\nbupropion hcl tab er 12hr 100 mg, 150 mg, 200 mg (Wellbutrin\n\n\nsr)\np\n\n\nbupropion hcl tab er 24hr 150 mg, 300 mg (Wellbutrin xl) p\nbupropion hcl tab 75 mg p\nbupropion hcl tab 100 mg np\nCITALOPRAM HYDROBROMIDE - citalopram hydrobromide cap\n\n\n30 mg\nNP QL (30 capsules/30 days), ST\n\n\ncitalopram hydrobromide oral soln 10 mg/5ml np\ncitalopram hydrobromide tab 10 mg (base equiv), 20 mg (base\n\n\nequiv), 40 mg (base equiv) (Celexa)\np\n\n\nclomipramine hcl cap 25 mg, 50 mg, 75 mg (Anafranil) np\ndesipramine hcl tab 10 mg, 25 mg (Norpramin) np\ndesipramine hcl tab 50 mg, 75 mg, 100 mg, 150 mg np\nDESVENLAFAXINE ER - desvenlafaxine tab er 24hr 50 mg, 100 mg NP ST\ndesvenlafaxine succinate tab er 24hr 25 mg (base equiv), 50 mg\n\n\n(base equiv), 100 mg (base equiv) (Pristiq)\nnp\n\n\ndoxepin hcl cap 10 mg p\ndoxepin hcl cap 25 mg, 50 mg, 75 mg, 100 mg, 150 mg np\ndoxepin hcl conc 10 mg/ml p\nduloxetine hcl enteric coated pellets cap 20 mg (base eq),\n\n\n30 mg (base eq), 60 mg (base eq) (Cymbalta)\np\n\n\nduloxetine hcl enteric coated pellets cap 40 mg (base eq) np\nEMSAM - selegiline td patch 24hr 6 mg/24hr, 9 mg/24hr, 12 mg/24hr NP\nescitalopram oxalate soln 5 mg/5ml (base equiv) np\nescitalopram oxalate tab 5 mg (base equiv), 10 mg (base equiv),\n\n\n20 mg (base equiv) (Lexapro)\np\n\n\nFETZIMA - levomilnacipran hcl cap er 24hr 20 mg (base equivalent),\n40 mg (base equivalent), 80 mg (base equivalent), 120 mg (base\nequivalent)\n\n\nNP ST\n\n\nFETZIMA TITRATION PACK - levomilnacipran hcl cap er 24hr 20 &\n40 mg therapy pack\n\n\nNP ST\n\n\nFLUOXETINE DR - fluoxetine hcl cap delayed release 90 mg NP ST\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 51\n\n\nDrug Name Drug Tier Requirements/Limits\nfluoxetine hcl cap 10 mg, 20 mg, 40 mg (Prozac) p\nfluoxetine hcl solution 20 mg/5ml np\nfluoxetine hcl tab 10 mg, 20 mg np\nfluoxetine hcl tab 60 mg (Fluoxetine hydrochlo) np\nfluvoxamine maleate cap er 24hr 100 mg, 150 mg np\nfluvoxamine maleate tab 25 mg, 50 mg, 100 mg np\nimipramine hcl tab 10 mg, 25 mg, 50 mg p\nimipramine pamoate cap 75 mg, 100 mg, 125 mg, 150 mg np\nMARPLAN - isocarboxazid tab 10 mg NP\nmirtazapine orally disintegrating tab 15 mg, 30 mg, 45 mg\n\n\n(Remeron soltab)\nnp\n\n\nmirtazapine tab 7.5 mg np\nmirtazapine tab 15 mg, 30 mg (Remeron) p\nmirtazapine tab 45 mg p\nNARDIL - phenelzine sulfate tab 15 mg NP\nNORTRIPTYLINE HCL - nortriptyline hcl soln 10 mg/5ml NP\nnortriptyline hcl cap 10 mg, 25 mg, 50 mg, 75 mg (Pamelor) p\nparoxetine hcl oral susp 10 mg/5ml (base equiv) (Paxil) np\nparoxetine hcl tab er 24hr 12.5 mg, 25 mg, 37.5 mg (Paxil cr) np\nparoxetine hcl tab 10 mg, 20 mg, 30 mg, 40 mg (Paxil) p\nPEXEVA - paroxetine mesylate tab 10 mg (base equiv), 20 mg\n\n\n(base equiv), 30 mg (base equiv)\nNP ST\n\n\nPHENELZINE SULFATE - phenelzine sulfate tab 15 mg np\nprotriptyline hcl tab 5 mg, 10 mg np\nsertraline hcl oral concentrate for solution 20 mg/ml (Zoloft) np\nsertraline hcl tab 25 mg, 50 mg, 100 mg (Zoloft) p\nSERTRALINE HYDROCHLORIDE - sertraline hcl cap 150 mg,\n\n\n200 mg\nNP ST\n\n\ntranylcypromine sulfate tab 10 mg (Parnate) np\ntrazodone hcl tab 50 mg, 100 mg, 150 mg p\ntrazodone hcl tab 300 mg np\ntrimipramine maleate cap 25 mg, 50 mg, 100 mg np\nTRINTELLIX - vortioxetine hbr tab 5 mg (base equiv), 10 mg (base\n\n\nequiv), 20 mg (base equiv)\nNP ST\n\n\nvenlafaxine hcl cap er 24hr 37.5 mg (base equivalent), 75 mg\n(base equivalent), 150 mg (base equivalent) (Effexor xr)\n\n\np\n\n\nvenlafaxine hcl tab er 24hr 37.5 mg (base equivalent), 75 mg\n(base equivalent), 150 mg (base equivalent), 225 mg (base\nequivalent)\n\n\nnp\n\n\nvenlafaxine hcl tab 25 mg (base equivalent), 37.5 mg (base\nequivalent), 50 mg (base equivalent), 75 mg (base equivalent),\n100 mg (base equivalent)\n\n\np\n\n\nVIIBRYD STARTER PACK - vilazodone hcl tab starter kit 10 (7) & 20\n(23) mg\n\n\nNP ST\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 52\n\n\nDrug Name Drug Tier Requirements/Limits\nvilazodone hcl tab 10 mg, 20 mg, 40 mg (Viibryd) np\nANTIPSYCHOTICS\naripiprazole oral solution 1 mg/ml np QL (900 mls/30 days)\naripiprazole orally disintegrating tab 10 mg, 15 mg np QL (60 tablets/30 days)\naripiprazole tab 2 mg, 5 mg (Abilify) p QL (60 tablets/30 days)\naripiprazole tab 10 mg, 15 mg (Abilify) p QL (30 tablets/30 days)\naripiprazole tab 20 mg, 30 mg (Abilify) np QL (30 tablets/30 days)\nasenapine maleate sl tab 2.5 mg (base equiv), 5 mg (base\n\n\nequiv), 10 mg (base equiv) (Saphris)\nnp QL (60 tablets/30 days)\n\n\nchlorpromazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg, 200 mg np\nCLOZAPINE ODT - clozapine orally disintegrating tab 12.5 mg NP QL (90 tablets/30 days), ST\nCLOZAPINE ODT - clozapine orally disintegrating tab 150 mg NP QL (180 tablets/30 days), ST\nCLOZAPINE ODT - clozapine orally disintegrating tab 200 mg NP QL (120 tablets/30 days), ST\nclozapine orally disintegrating tab 25 mg np QL (270 tablets/30 days)\nclozapine orally disintegrating tab 100 mg np QL (90 tablets/30 days)\nclozapine tab 25 mg (Clozaril) np QL (270 tablets/30 days), ST\nclozapine tab 50 mg (Clozaril) np QL (90 tablets/30 days)\nclozapine tab 100 mg (Clozaril) np QL (90 tablets/30 days), ST\nclozapine tab 200 mg (Clozaril) np QL (120 tablets/30 days)\nEQUETRO - carbamazepine (mood) cap er 12hr 100 mg, 200 mg,\n\n\n300 mg\nNP\n\n\nFANAPT - iloperidone tab 1 mg, 2 mg, 4 mg, 6 mg, 8 mg, 10 mg,\n12 mg\n\n\nNP QL (60 tablets/30 days), ST\n\n\nFANAPT TITRATION PACK - iloperidone tab 1 mg & 2 mg & 4 mg &\n6 mg titration pak\n\n\nNP QL (8 tablets/180 days), ST\n\n\nFLUPHENAZINE HCL - fluphenazine hcl oral conc 5 mg/ml NP\nfluphenazine hcl tab 1 mg, 2.5 mg, 5 mg, 10 mg np\nFLUPHENAZINE HYDROCHLORID - fluphenazine hcl elixir\n\n\n2.5 mg/5ml\nNP\n\n\nhaloperidol lactate oral conc 2 mg/ml p\nhaloperidol tab 0.5 mg, 1 mg p\nhaloperidol tab 2 mg, 5 mg, 10 mg, 20 mg np\nLATUDA - lurasidone hcl tab 20 mg, 40 mg, 60 mg, 120 mg P QL (30 tablets/30 days)\nLATUDA - lurasidone hcl tab 80 mg P QL (60 tablets/30 days)\nLITHIUM CARBONATE - lithium carbonate cap 150 mg, 300 mg,\n\n\n600 mg\nNP\n\n\nlithium carbonate cap 150 mg, 300 mg, 600 mg (Lithium\ncarbonate)\n\n\np\n\n\nlithium carbonate tab er 300 mg (Lithobid) p\nlithium carbonate tab er 450 mg p\nlithium carbonate tab 300 mg p\nLITHOBID - lithium carbonate tab er 300 mg NP\nloxapine succinate cap 5 mg, 10 mg, 25 mg, 50 mg np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 53\n\n\nDrug Name Drug Tier Requirements/Limits\nMOLINDONE HYDROCHLORIDE - molindone hcl tab 5 mg, 10 mg,\n\n\n25 mg\nNP\n\n\nNUPLAZID - pimavanserin tartrate cap 34 mg (base equivalent) NP PA, QL (30 capsules/30 days)\nNUPLAZID - pimavanserin tartrate tab 10 mg (base equivalent) NP PA, QL (30 tablets/30 days)\nolanzapine orally disintegrating tab 5 mg, 10 mg, 15 mg, 20 mg\n\n\n(Zyprexa zydis)\nnp QL (30 tablets/30 days)\n\n\nolanzapine tab 2.5 mg, 5 mg, 7.5 mg, 10 mg (Zyprexa) p QL (60 tablets/30 days)\nolanzapine tab 15 mg, 20 mg (Zyprexa) p QL (30 tablets/30 days)\npaliperidone tab er 24hr 1.5 mg, 3 mg, 9 mg (Invega) np QL (30 tablets/30 days)\npaliperidone tab er 24hr 6 mg (Invega) np QL (60 tablets/30 days)\nperphenazine tab 2 mg, 4 mg, 8 mg, 16 mg np\nprochlorperazine maleate tab 5 mg (base equivalent) p\nprochlorperazine maleate tab 10 mg (base equivalent) np\nprochlorperazine suppos 25 mg np\nQUETIAPINE FUMARATE - quetiapine fumarate tab 150 mg NP QL (30 tablets/30 days), ST\nquetiapine fumarate tab er 24hr 50 mg, 300 mg, 400 mg\n\n\n(Seroquel xr)\nnp QL (60 tablets/30 days)\n\n\nquetiapine fumarate tab er 24hr 150 mg, 200 mg (Seroquel xr) np QL (30 tablets/30 days)\nquetiapine fumarate tab 25 mg, 50 mg (Seroquel) p QL (180 tablets/30 days)\nquetiapine fumarate tab 100 mg (Seroquel) p QL (120 tablets/30 days)\nquetiapine fumarate tab 200 mg (Seroquel) p QL (90 tablets/30 days)\nquetiapine fumarate tab 300 mg, 400 mg (Seroquel) p QL (60 tablets/30 days)\nREXULTI - brexpiprazole tab 0.25 mg, 0.5 mg, 1 mg, 2 mg, 3 mg,\n\n\n4 mg\nNP QL (30 tablets/30 days)\n\n\nRISPERIDONE ODT - risperidone orally disintegrating tab 0.25 mg NP QL (60 tablets/30 days), ST\nrisperidone orally disintegrating tab 0.5 mg, 1 mg, 2 mg, 3 mg np QL (60 tablets/30 days)\nrisperidone orally disintegrating tab 4 mg np QL (120 tablets/30 days)\nrisperidone soln 1 mg/ml (Risperdal) np QL (480 mls/30 days)\nrisperidone tab 0.25 mg p QL (120 tablets/30 days)\nrisperidone tab 0.5 mg, 1 mg, 2 mg, 4 mg (Risperdal) p QL (120 tablets/30 days)\nrisperidone tab 3 mg (Risperdal) p QL (60 tablets/30 days)\nSECUADO - asenapine td patch 24 hr 3.8 mg/24hr, 5.7 mg/24hr,\n\n\n7.6 mg/24hr\nNP QL (30 patches/30 days), ST\n\n\nthiothixene cap 1 mg, 2 mg, 5 mg, 10 mg np\ntrifluoperazine hcl tab 1 mg (base equivalent), 2 mg (base\n\n\nequivalent), 5 mg (base equivalent), 10 mg (base equivalent)\nnp\n\n\nVERSACLOZ - clozapine susp 50 mg/ml NP QL (540 mls/30 days), ST\nVRAYLAR - cariprazine hcl cap therapy pack 1.5 mg (1) & 3 mg (6) NP QL (7 capsules/180 days), ST\nVRAYLAR - cariprazine hcl cap 1.5 mg (base equivalent), 3 mg\n\n\n(base equivalent), 4.5 mg (base equivalent), 6 mg (base\nequivalent)\n\n\nNP QL (30 capsules/30 days), ST\n\n\nziprasidone hcl cap 20 mg, 40 mg, 60 mg, 80 mg (Geodon) np QL (60 capsules/30 days)\nHYPNOTICS\nBELSOMRA - suvorexant tab 5 mg, 10 mg, 15 mg, 20 mg P QL (30 tablets/30 days), ST\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 54\n\n\nDrug Name Drug Tier Requirements/Limits\nDORAL - quazepam tab 15 mg NP PA, QL (30 tablets/30 days)\nEDLUAR - zolpidem tartrate sl tab 5 mg, 10 mg NP QL (30 tablets/30 days), ST\nestazolam tab 1 mg, 2 mg np\neszopiclone tab 1 mg, 2 mg, 3 mg (Lunesta) p QL (30 tablets/30 days)\nFLURAZEPAM HCL - flurazepam hcl cap 15 mg, 30 mg NP\nHETLIOZ - tasimelteon capsule 20 mg NP PA, QL (30 capsules/30 days)\nHETLIOZ LQ - tasimelteon oral susp 4 mg/ml NP PA, QL (158 ml/30 days)\nphenobarbital elixir 20 mg/5ml np\nphenobarbital tab 15 mg, 30 mg, 60 mg, 100 mg p\nphenobarbital tab 16.2 mg, 32.4 mg, 64.8 mg, 97.2 mg np\nQUAZEPAM - quazepam tab 15 mg NP PA, QL (30 tablets/30 days)\ntemazepam cap 7.5 mg, 22.5 mg (Restoril) np\ntemazepam cap 15 mg, 30 mg (Restoril) p\nzaleplon cap 5 mg, 10 mg p QL (30 capsules/30 days)\nZOLPIDEM TARTRATE - zolpidem tartrate sl tab 1.75 mg, 3.5 mg NP QL (30 tablets/30 days), ST\nzolpidem tartrate tab er 6.25 mg, 12.5 mg (Ambien cr) np QL (30 tablets/30 days)\nzolpidem tartrate tab 5 mg, 10 mg (Ambien) p QL (30 tablets/30 days)\nZOLPIMIST - zolpidem tartrate oral spray 5 mg/act NP QL (1 canister/30 days), ST\n\n\nADHD/ANTI-NARCOLEPSY/ANTI-OBESITY/ANOREXIANTS\namphetamine-dextroamphetamine cap er 24hr 5 mg, 10 mg,\n\n\n15 mg, 20 mg, 25 mg, 30 mg (Adderall xr)\nnp QL (30 capsules/30 days)\n\n\namphetamine-dextroamphetamine tab 5 mg, 7.5 mg, 10 mg,\n12.5 mg, 15 mg, 30 mg (Adderall)\n\n\nnp QL (60 tablets/30 days)\n\n\namphetamine-dextroamphetamine tab 20 mg (Adderall) np QL (90 tablets/30 days)\narmodafinil tab 50 mg, 150 mg, 200 mg, 250 mg (Nuvigil) np QL (30 tablets/30 days)\natomoxetine hcl cap 10 mg (base equiv), 18 mg (base equiv),\n\n\n25 mg (base equiv), 40 mg (base equiv) (Strattera)\nnp QL (60 capsules/30 days)\n\n\natomoxetine hcl cap 60 mg (base equiv), 80 mg (base equiv),\n100 mg (base equiv) (Strattera)\n\n\nnp QL (30 capsules/30 days)\n\n\ncaffeine citrate oral soln 60 mg/3ml (10 mg/ml base equiv) np\nclonidine hcl tab er 12hr 0.1 mg (Kapvay) np QL (120 tablets/30 days)\ndexmethylphenidate hcl cap er 24 hr 5 mg, 10 mg, 15 mg,\n\n\n20 mg, 25 mg, 30 mg, 35 mg, 40 mg (Focalin xr)\nnp QL (30 capsules/30 days)\n\n\ndexmethylphenidate hcl tab 2.5 mg, 5 mg (Focalin) p QL (60 tablets/30 days)\ndexmethylphenidate hcl tab 10 mg (Focalin) np QL (60 tablets/30 days)\ndextroamphetamine sulfate cap er 24hr 5 mg np QL (90 capsules/30 days)\ndextroamphetamine sulfate cap er 24hr 10 mg, 15 mg\n\n\n(Dexedrine)\nnp QL (120 capsules/30 days)\n\n\ndextroamphetamine sulfate oral solution 5 mg/5ml np QL (1800 mls/30 days)\ndextroamphetamine sulfate tab 5 mg np QL (90 tablets/30 days)\ndextroamphetamine sulfate tab 10 mg np QL (180 tablets/30 days)\nguanfacine hcl tab er 24hr 1 mg (base equiv), 2 mg (base\n\n\nequiv), 3 mg (base equiv), 4 mg (base equiv) (Intuniv)\nnp QL (30 tablets/30 days)\n\n\nIMCIVREE - setmelanotide acetate subcutaneous soln 10 mg/ml NP PA, QL (10 vials/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 55\n\n\nDrug Name Drug Tier Requirements/Limits\nJORNAY PM - methylphenidate hcl cap delayed er 24hr 20 mg (pm),\n\n\n40 mg (pm), 60 mg (pm), 80 mg (pm), 100 mg (pm)\nP QL (30 capsules/30 days)\n\n\nLOMAIRA - phentermine hcl tab 8 mg NP+ PA, QL (90 tablets/30 days)\nmethamphetamine hcl tab 5 mg (Desoxyn) np QL (150 tablets/30 days)\nmethylphenidate hcl cap er 10 mg (cd), 20 mg (cd), 30 mg (cd),\n\n\n40 mg (cd), 50 mg (cd), 60 mg (cd)\nnp QL (30 capsules/30 days)\n\n\nmethylphenidate hcl cap er 24hr 20 mg (la), 30 mg (la), 40 mg\n(la) (Ritalin la)\n\n\nnp QL (30 capsules/30 days)\n\n\nmethylphenidate hcl chew tab 2.5 mg, 5 mg np QL (90 tablets/30 days)\nmethylphenidate hcl chew tab 10 mg np QL (180 tablets/30 days)\nmethylphenidate hcl soln 5 mg/5ml (Methylin) np QL (450 mls/30 days)\nmethylphenidate hcl soln 10 mg/5ml (Methylin) np QL (900 mls/30 days)\nmethylphenidate hcl tab er osmotic release (osm) 18 mg,\n\n\n27 mg, 54 mg (Concerta)\nnp QL (30 tablets/30 days)\n\n\nmethylphenidate hcl tab er osmotic release (osm) 36 mg\n(Concerta)\n\n\nnp QL (60 tablets/30 days)\n\n\nmethylphenidate hcl tab er 10 mg, 20 mg np QL (90 tablets/30 days)\nmethylphenidate hcl tab 5 mg (Ritalin) p QL (90 tablets/30 days)\nmethylphenidate hcl tab 10 mg, 20 mg (Ritalin) np QL (90 tablets/30 days)\nmodafinil tab 100 mg (Provigil) np QL (30 tablets/30 days)\nmodafinil tab 200 mg (Provigil) np QL (60 tablets/30 days)\nphentermine hcl cap 15 mg, 30 mg p+ PA, QL (30 capsules/30 days)\nphentermine hcl cap 37.5 mg (Adipex-p) p+ PA, QL (30 capsules/30 days)\nphentermine hcl tab 37.5 mg (Adipex-p) p+ PA, QL (30 tablets/30 days)\nQSYMIA - phentermine hcl-topiramate cap er 24hr 3.75-23 mg,\n\n\n7.5-46 mg, 11.25-69 mg, 15-92 mg\nNP+ PA, QL (30 capsules/30 days)\n\n\nQUILLICHEW ER - methylphenidate hcl chew tab extended release\n20 mg, 40 mg\n\n\nP QL (30 tablets/30 days)\n\n\nQUILLICHEW ER - methylphenidate hcl chew tab extended release\n30 mg\n\n\nP QL (60 tablets/30 days)\n\n\nQUILLIVANT XR - methylphenidate hcl for er susp 25 mg/5ml (5 mg/\nml)\n\n\nP QL (360 mls/30 days)\n\n\nSAXENDA - liraglutide (weight mngmt) soln pen-inj 18 mg/3ml\n(6 mg/ml)\n\n\nNP+ PA, QL (.5 ml/30 days)\n\n\nSUNOSI - solriamfetol hcl tab 75 mg (base equiv), 150 mg (base\nequiv)\n\n\nP PA, QL (30 tablets/30 days)\n\n\nVYVANSE - lisdexamfetamine dimesylate cap 10 mg, 20 mg, 30 mg,\n40 mg, 50 mg, 60 mg, 70 mg\n\n\nP QL (30 capsules/30 days)\n\n\nVYVANSE - lisdexamfetamine dimesylate chew tab 10 mg, 20 mg,\n30 mg, 40 mg, 50 mg, 60 mg\n\n\nP QL (30 tablets/30 days)\n\n\nWEGOVY - semaglutide (weight mngmt) soln auto-injector\n0.25 mg/0.5ml, 0.5 mg/0.5ml, 1 mg/0.5ml, 1.7 mg/0.75ml\n\n\nNP+ PA, QL (8 pens/180 days)\n\n\nWEGOVY - semaglutide (weight mngmt) soln auto-injector\n2.4 mg/0.75ml\n\n\nNP+ PA, QL (4 pens/28 days)\n\n\nXENICAL - orlistat cap 120 mg NP+ PA, QL (90 capsules/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 56\n\n\nDrug Name Drug Tier Requirements/Limits\n\n\nPSYCHOTHERAPEUTIC and NEUROLOGICAL AGENTS - MISC.\nacamprosate calcium tab delayed release 333 mg np\nADDYI - flibanserin tab 100 mg NP+ PA, QL (30 tablets/30 days)\nADLARITY - donepezil hydrochloride td patch weekly 5 mg/day,\n\n\n10 mg/day\nNP\n\n\nAUBAGIO - teriflunomide tab 7 mg, 14 mg P PA, QL (30 tablets/30 days), SP\nAUSTEDO - deutetrabenazine tab 6 mg NP PA, QL (60 tablets/30 days), SP\nAUSTEDO - deutetrabenazine tab 9 mg, 12 mg NP PA, QL (120 tablets/30 days), SP\nAVONEX - interferon beta-1a im prefilled syringe kit 30 mcg/0.5ml P PA, QL (1 kit/28 days), SP\nAVONEX PEN - interferon beta-1a im auto-injector kit 30 mcg/0.5ml P PA, QL (1 kit/28 days), SP\nBETASERON - interferon beta-1b for inj kit 0.3 mg P PA, QL (14 vials/28 days), SP\nbupropion hcl (smoking deterrent) tab er 12hr 150 mg np AC\nCHLORDIAZEPOXIDE/AMITRIPT - chlordiazepoxide-amitriptyline\n\n\ntab 5-12.5 mg, 10-25 mg\nNP\n\n\ndalfampridine tab er 12hr 10 mg (Ampyra) np PA, QL (60 tablets/30 days), SP\ndimethyl fumarate capsule delayed release 120 mg (Tecfidera) np QL (14 capsules/180 days), SP\ndimethyl fumarate capsule delayed release 240 mg (Tecfidera) np QL (60 capsules/30 days), SP\ndimethyl fumarate capsule dr starter pack 120 mg & 240 mg\n\n\n(Tecfidera starter pa)\nnp QL (60 capsules/180 days), SP\n\n\ndisulfiram tab 250 mg, 500 mg np\ndonepezil hydrochloride orally disintegrating tab 5 mg, 10 mg p\ndonepezil hydrochloride tab 5 mg, 10 mg (Aricept) p\ndonepezil hydrochloride tab 23 mg (Aricept) np\nFLUOXETINE HYDROCHLORIDE - fluoxetine hcl (pmdd) tab\n\n\n10 mg, 20 mg\nNP\n\n\nGALANTAMINE HYDROBROMIDE - galantamine hydrobromide oral\nsoln 4 mg/ml\n\n\nNP\n\n\ngalantamine hydrobromide cap er 24hr 8 mg, 16 mg, 24 mg\n(Razadyne er)\n\n\nnp\n\n\ngalantamine hydrobromide tab 4 mg, 8 mg, 12 mg np\nGILENYA - fingolimod hcl cap 0.5 mg (base equiv) P PA, QL (30 capsules/30 days), SP\nglatiramer acetate soln prefilled syringe 20 mg/ml (Copaxone) np QL (30 syringes/30 days), SP\nglatiramer acetate soln prefilled syringe 40 mg/ml (Copaxone) np QL (12 syringes/28 days), SP\nGRALISE - gabapentin (once-daily) tab 300 mg NP QL (30 tablets/30 days), ST\nGRALISE - gabapentin (once-daily) tab 600 mg NP QL (90 tablets/30 days), ST\nHORIZANT - gabapentin enacarbil tab er 300 mg, 600 mg NP QL (60 tablets/30 days), ST\nINGREZZA - valbenazine tosylate cap therapy pack 40 mg (7) &\n\n\n80 mg (21)\nNP PA, QL (28 capsules/180 days), SP\n\n\nINGREZZA - valbenazine tosylate cap 40 mg (base equiv) NP PA, QL (60 capsules/30 days), SP\nINGREZZA - valbenazine tosylate cap 60 mg (base equiv), 80 mg\n\n\n(base equiv)\nNP PA, QL (30 capsules/30 days), SP\n\n\nKESIMPTA - ofatumumab soln auto-injector 20 mg/0.4ml P PA, QL (1 pen/28 days), SP\nLUCEMYRA - lofexidine hcl tab 0.18 mg (base equivalent) NP QL (456 tablets/365 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 57\n\n\nDrug Name Drug Tier Requirements/Limits\nMAVENCLAD - cladribine tab therapy pack 10 mg (4 tabs), 10 mg (8\n\n\ntabs)\nP PA, QL (8 tablets/301 days), SP\n\n\nMAVENCLAD - cladribine tab therapy pack 10 mg (5 tabs) P PA, QL (10 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (6 tabs) P PA, QL (12 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (7 tabs) P PA, QL (14 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (9 tabs) P PA, QL (9 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (10 tabs) P PA, QL (20 tablets/301 days), SP\nMAYZENT - siponimod fumarate tab 0.25 mg (base equiv) P PA, QL (120 tablets/30 days), SP\nMAYZENT - siponimod fumarate tab 1 mg (base equiv), 2 mg (base\n\n\nequiv)\nP PA, QL (30 tablets/30 days), SP\n\n\nMAYZENT STARTER PACK - siponimod fumarate tab 0.25 mg (7)\nstarter pack\n\n\nP PA, QL (7 tablets/180 days), SP\n\n\nMAYZENT STARTER PACK - siponimod fumarate tab 0.25 mg (12)\nstarter pack\n\n\nP PA, QL (12 tablets/180 days), SP\n\n\nmemantine hcl cap er 24hr 7 mg, 14 mg, 21 mg, 28 mg\n(Namenda xr)\n\n\nnp\n\n\nmemantine hcl oral solution 2 mg/ml np\nmemantine hcl tab 5 mg, 10 mg (Namenda) p\nmemantine hcl tab 28 x 5 mg & 21 x 10 mg titration pack\n\n\n(Namenda titration pa)\nnp\n\n\nNAMZARIC - memantine-donepezil cap er 24hr 7 & 14 & 21 &\n28-10 mg pack\n\n\nNP\n\n\nNAMZARIC - memantine hcl-donepezil hcl cap er 24hr 7-10 mg,\n14-10 mg, 21-10 mg, 28-10 mg\n\n\nNP\n\n\nnicotine polacrilex gum 2 mg, 4 mg np AC\nnicotine polacrilex lozenge 2 mg, 4 mg np AC\nnicotine td patch 24hr 7 mg/24hr, 14 mg/24hr, 21 mg/24hr np AC\nNICOTINE TRANSDERMAL SYST - nicotine td patch 24 hr kit\n\n\n21-14-7 mg/24hr\nP AC\n\n\nNICOTROL INHALER - nicotine inhaler system 10 mg (4 mg\ndelivered)\n\n\nP AC\n\n\nNICOTROL NS - nicotine nasal spray 10 mg/ml (0.5 mg/spray) P AC\nNUEDEXTA - dextromethorphan hbr-quinidine sulfate cap 20-10 mg P QL (60 capsules/30 days)\nolanzapine-fluoxetine hcl cap 3-25 mg, 6-25 mg (Symbyax) np\nolanzapine-fluoxetine hcl cap 6-50 mg, 12-25 mg, 12-50 mg np\nparoxetine mesylate cap 7.5 mg (base equiv) np\nPERPHENAZINE/AMITRIPTYLIN - perphenazine-amitriptyline tab\n\n\n2-10 mg, 2-25 mg, 4-10 mg, 4-25 mg, 4-50 mg\nNP\n\n\nPIMOZIDE - pimozide tab 1 mg, 2 mg NP\nPLEGRIDY - peginterferon beta-1a soln pen-injector 125 mcg/0.5ml P PA, QL (2 pens/28 days), SP\nPLEGRIDY - peginterferon beta-1a soln prefilled syringe\n\n\n125 mcg/0.5ml\nP PA, QL (2 syringes/28 days), SP\n\n\nPLEGRIDY - peginterferon beta-1a im soln prefilled syr\n125 mcg/0.5ml\n\n\nP PA, QL (2 syringes/28 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 58\n\n\nDrug Name Drug Tier Requirements/Limits\nPLEGRIDY STARTER PACK - peginterferon beta-1a soln pen-inj 63\n\n\n& 94 mcg/0.5ml pack\nP PA, QL (1 kit/180 days), SP\n\n\nPLEGRIDY STARTER PACK - peginterferon beta-1a soln pref syr\n63 & 94 mcg/0.5ml pack\n\n\nP PA, QL (1 kit/180 days), SP\n\n\nREBIF - interferon beta-1a soln pref syr 22 mcg/0.5ml, 44 mcg/0.5ml P PA, QL (12 syringes/28 days), SP\nREBIF REBIDOSE - interferon beta-1a soln auto-inj 22 mcg/0.5ml,\n\n\n44 mcg/0.5ml\nP PA, QL (12 syringes/28 days), SP\n\n\nREBIF REBIDOSE TITRATION - interferon beta-1a auto-inj\n6x8.8 mcg/0.2ml & 6x22 mcg/0.5ml\n\n\nP PA, QL (1 kit/180 days), SP\n\n\nREBIF TITRATION PACK - interferon beta-1a pref syr\n6x8.8 mcg/0.2ml & 6x22 mcg/0.5ml\n\n\nP PA, QL (1 kit/180 days), SP\n\n\nrivastigmine tartrate cap 1.5 mg (base equivalent), 3 mg (base\nequivalent), 4.5 mg (base equivalent), 6 mg (base equivalent)\n\n\nnp\n\n\nrivastigmine td patch 24hr 4.6 mg/24hr, 9.5 mg/24hr,\n13.3 mg/24hr (Exelon)\n\n\nnp\n\n\nSAVELLA - milnacipran hcl tab 12.5 mg, 25 mg, 50 mg, 100 mg P QL (60 tablets/30 days)\nSAVELLA TITRATION PACK - milnacipran hcl tab 12.5 mg (5) &\n\n\n25 mg (8) & 50 mg (42) pak\nP QL (55 tablets/180 days)\n\n\nTEGSEDI - inotersen sod subcutaneous pref syr 284 mg/1.5ml\n(base eq)\n\n\nNP PA, QL (4 syringes/28 days), SP\n\n\ntetrabenazine tab 12.5 mg (Xenazine) np PA, QL (240 tablets/30 days), SP\ntetrabenazine tab 25 mg (Xenazine) np PA, QL (120 tablets/30 days), SP\nVARENICLINE STARTING MONT - varenicline tartrate tab 0.5 mg x\n\n\n11 & tab 1 mg x 42 pack\nnp AC\n\n\nVARENICLINE TARTRATE - varenicline tartrate tab 0.5 mg (base\nequiv), 1 mg (base equiv)\n\n\nnp AC\n\n\nVYLEESI - bremelanotide acet subcutaneous soln auto-inj\n1.75 mg/0.3ml\n\n\nNP+ PA, QL (8 pens/30 days)\n\n\nXYREM - sodium oxybate oral solution 500 mg/ml NP PA, QL (3 bottles/30 days), SP\nXYWAV - calcium, mag, potassium, & sod oxybates oral soln\n\n\n500 mg/ml\nNP PA, QL (540 mls/30 days), SP\n\n\nZEPOSIA - ozanimod hcl cap 0.92 mg P PA, QL (30 capsules/30 days), SP\nZEPOSIA STARTER KIT - ozanimod cap pack 4 x 0.23 mg & 3 x\n\n\n0.46 mg & 30 x 0.92 mg\nP PA, QL (37 capsules/180 days), SP\n\n\nZEPOSIA 7-DAY STARTER PAC - ozanimod cap pack 4 x 0.23 mg\n& 3 x 0.46 mg\n\n\nP PA, QL (7 capsules/180 days), SP\n\n\nANALGESICS AND ANESTHETICS\nANALGESICS - NON-NARCOTIC\nALLZITAL - butalbital-acetaminophen tab 25-325 mg NP PA, QL (360 tablets/30 days)\naspirin chew tab 81 mg p AC\naspirin tab delayed release 81 mg p AC\nbutalbital-acetaminophen cap 50-300 mg (Butalbital/acetamino) np\nbutalbital-acetaminophen tab 50-300 mg np PA, QL (180 tablets/30 days)\nbutalbital-acetaminophen tab 50-325 mg np\nbutalbital-acetaminophen-caffeine cap 50-300-40 mg (Fioricet) np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 59\n\n\nDrug Name Drug Tier Requirements/Limits\nbutalbital-acetaminophen-caffeine cap 50-325-40 mg np\nbutalbital-acetaminophen-caffeine tab 50-325-40 mg (Esgic) np\nbutalbital-aspirin-caffeine cap 50-325-40 mg np\ndiflunisal tab 500 mg np\nTENCON - butalbital-acetaminophen tab 50-325 mg NP\nVTOL LQ - butalbital-acetaminophen-caffeine soln\n\n\n50-325-40 mg/15ml\nNP PA, QL (1000 ml/30 days)\n\n\nANALGESICS - NARCOTIC\nacetaminophen w/ codeine soln 120-12 mg/5ml p QL (AUO)\nacetaminophen w/ codeine tab 300-15 mg (Tylenol/codeine) p QL (AUO)\nacetaminophen w/ codeine tab 300-30 mg p QL (AUO)\nacetaminophen w/ codeine tab 300-60 mg np QL (AUO)\nACETAMINOPHEN/CAFFEINE/DI - acetaminophen-caffeine-\n\n\ndihydrocodeine cap 320.5-30-16 mg\nNP QL (AUO)\n\n\nAPADAZ - benzhydrocodone hcl-acetaminophen tab 4.08-325 mg,\n6.12-325 mg, 8.16-325 mg\n\n\nNP QL (AUO)\n\n\nBELBUCA - buprenorphine hcl buccal film 75 mcg (base\nequivalent), 150 mcg (base equivalent), 300 mcg (base\nequivalent), 450 mcg (base equivalent), 600 mcg (base\nequivalent), 750 mcg (base equivalent), 900 mcg (base\nequivalent)\n\n\nP QL (AUO)\n\n\nBENZHYDROCODONE/ACETAMINO - benzhydrocodone hcl-\nacetaminophen tab 4.08-325 mg, 6.12-325 mg, 8.16-325 mg\n\n\nNP QL (AUO)\n\n\nbuprenorphine hcl sl tab 2 mg (base equiv), 8 mg (base equiv) np QL (90 tablets/30 days)\nbuprenorphine hcl-naloxone hcl sl film 2-0.5 mg (base equiv),\n\n\n4-1 mg (base equiv), 8-2 mg (base equiv), 12-3 mg (base\nequiv) (Suboxone)\n\n\nnp QL (90 films/30 days)\n\n\nbuprenorphine hcl-naloxone hcl sl tab 2-0.5 mg (base equiv),\n8-2 mg (base equiv)\n\n\nnp QL (90 tablets/30 days)\n\n\nbutalbital-acetaminophen-caff w/ cod cap 50-300-40-30 mg\n(Fioricet/codeine)\n\n\nnp QL (AUO)\n\n\nbutalbital-acetaminophen-caff w/ cod cap 50-325-40-30 mg np QL (AUO)\nbutalbital-aspirin-caff w/ codeine cap 50-325-40-30 mg np QL (AUO)\nbutorphanol tartrate nasal soln 10 mg/ml np QL (AUO)\nCODEINE SULFATE - codeine sulfate tab 15 mg, 60 mg NP QL (AUO)\ncodeine sulfate tab 30 mg (Codeine sulfate) np QL (AUO)\nCONZIP - tramadol hcl cap er 24hr biphasic release 100 mg,\n\n\n200 mg, 300 mg\nNP QL (AUO)\n\n\nFENTANYL CITRATE - fentanyl citrate buccal tab 100 mcg (base\nequiv), 200 mcg (base equiv), 400 mcg (base equiv), 600 mcg\n(base equiv), 800 mcg (base equiv)\n\n\nNP PA, QL (120 tablets/30 days)\n\n\nfentanyl citrate lozenge on a handle 200 mcg, 400 mcg,\n600 mcg, 800 mcg, 1200 mcg, 1600 mcg (Actiq)\n\n\nnp PA, QL (120 units/30 days)\n\n\nfentanyl td patch 72hr 12 mcg/hr, 25 mcg/hr, 37.5 mcg/hr,\n50 mcg/hr, 62.5 mcg/hr, 75 mcg/hr, 87.5 mcg/hr, 100 mcg/hr\n\n\nnp QL (AUO)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 60\n\n\nDrug Name Drug Tier Requirements/Limits\nFENTORA - fentanyl citrate buccal tab 100 mcg (base equiv),\n\n\n200 mcg (base equiv), 400 mcg (base equiv), 600 mcg (base\nequiv), 800 mcg (base equiv)\n\n\nNP PA, QL (120 tablets/30 days)\n\n\nHYDROCODONE BITARTRATE ER - hydrocodone bitartrate cap er\n12hr 10 mg, 15 mg, 20 mg, 30 mg, 40 mg, 50 mg\n\n\nNP QL (AUO)\n\n\nhydrocodone bitartrate tab er 24hr deter 20 mg, 30 mg, 40 mg,\n60 mg, 80 mg, 100 mg, 120 mg (Hysingla er)\n\n\nnp QL (AUO)\n\n\nhydrocodone-acetaminophen soln 7.5-325 mg/15ml np QL (AUO)\nhydrocodone-acetaminophen tab 10-325 mg, 5-300 mg,\n\n\n7.5-300 mg, 10-300 mg\nnp QL (AUO)\n\n\nhydrocodone-acetaminophen tab 5-325 mg, 7.5-325 mg p QL (AUO)\nhydrocodone-ibuprofen tab 7.5-200 mg np QL (AUO)\nHYDROCODONE/IBUPROFEN - hydrocodone-ibuprofen tab\n\n\n5-200 mg, 10-200 mg\nNP QL (AUO)\n\n\nhydromorphone hcl liqd 1 mg/ml (Dilaudid) np QL (AUO)\nhydromorphone hcl tab er 24hr 8 mg, 12 mg, 16 mg, 32 mg np QL (AUO)\nhydromorphone hcl tab 2 mg, 4 mg (Dilaudid) p QL (AUO)\nhydromorphone hcl tab 8 mg (Dilaudid) np QL (AUO)\nLAZANDA - fentanyl citrate nasal spray 100 mcg/act (base equiv),\n\n\n400 mcg/act (base equiv)\nNP PA, QL (30 bottles/30 days)\n\n\nlevorphanol tartrate tab 2 mg, 3 mg np PA, QL (120 tablets/30 days)\nLORTAB - hydrocodone-acetaminophen soln 10-300 mg/15ml NP QL (AUO)\nmethadone hcl conc 10 mg/ml (Methadose) np QL (AUO)\nmethadone hcl soln 5 mg/5ml, 10 mg/5ml (Methadone hcl) np QL (AUO)\nmethadone hcl tab for oral susp 40 mg np QL (AUO)\nmethadone hcl tab 5 mg, 10 mg p QL (AUO)\nMORPHINE SULFATE - morphine sulfate tab 15 mg, 30 mg P QL (AUO)\nMORPHINE SULFATE - morphine sulfate oral soln 20 mg/5ml NP QL (AUO)\nMORPHINE SULFATE ER - morphine sulfate cap er 24hr 10 mg,\n\n\n20 mg, 30 mg, 50 mg, 60 mg, 80 mg, 100 mg\nNP QL (AUO)\n\n\nMORPHINE SULFATE ER - morphine sulfate beads cap er 24hr\n30 mg, 45 mg, 60 mg, 75 mg, 90 mg, 120 mg\n\n\nNP QL (AUO)\n\n\nmorphine sulfate oral soln 10 mg/5ml p QL (AUO)\nmorphine sulfate oral soln 100 mg/5ml (20 mg/ml) np QL (AUO)\nmorphine sulfate tab er 15 mg (Ms contin) p QL (AUO)\nmorphine sulfate tab er 30 mg, 60 mg, 100 mg, 200 mg (Ms\n\n\ncontin)\nnp QL (AUO)\n\n\nmorphine sulfate tab 15 mg, 30 mg (Morphine sulfate) np QL (AUO)\nNALOCET - oxycodone w/ acetaminophen tab 2.5-300 mg NP QL (AUO)\nNUCYNTA - tapentadol hcl tab 50 mg, 75 mg, 100 mg NP QL (AUO)\nNUCYNTA ER - tapentadol hcl tab er 12hr 50 mg, 100 mg, 150 mg,\n\n\n200 mg, 250 mg\nNP QL (AUO)\n\n\nOXAYDO - oxycodone hcl tab 5 mg, 7.5 mg NP QL (AUO)\nOXYCODONE AND ACETAMINOPH - oxycodone w/\n\n\nacetaminophen tab 7.5-300 mg\nNP QL (AUO)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 61\n\n\nDrug Name Drug Tier Requirements/Limits\noxycodone hcl cap 5 mg np QL (AUO)\noxycodone hcl conc 100 mg/5ml (20 mg/ml) np QL (AUO)\noxycodone hcl soln 5 mg/5ml np QL (AUO)\noxycodone hcl tab 5 mg (Roxicodone) p QL (AUO)\noxycodone hcl tab 10 mg p QL (AUO)\noxycodone hcl tab 15 mg, 30 mg (Roxicodone) np QL (AUO)\noxycodone hcl tab 20 mg np QL (AUO)\nOXYCODONE HYDROCHLORIDE/A - oxycodone w/\n\n\nacetaminophen soln 5-325 mg/5ml, 10-300 mg/5ml\nNP QL (AUO)\n\n\noxycodone w/ acetaminophen tab 2.5-325 mg, 7.5-325 mg,\n10-325 mg (Percocet)\n\n\nnp QL (AUO)\n\n\noxycodone w/ acetaminophen tab 5-325 mg (Percocet) p QL (AUO)\nOXYCODONE/ACETAMINOPHEN - oxycodone w/ acetaminophen\n\n\ntab 2.5-300 mg, 5-300 mg, 10-300 mg\nNP QL (AUO)\n\n\noxymorphone hcl tab 5 mg, 10 mg np QL (AUO)\nOXYMORPHONE HYDROCHLORIDE - oxymorphone hcl tab er\n\n\n12hr 5 mg, 7.5 mg, 10 mg, 15 mg, 20 mg, 30 mg, 40 mg\nNP QL (AUO)\n\n\nPROLATE - oxycodone w/ acetaminophen tab 5-300 mg,\n7.5-300 mg, 10-300 mg\n\n\nNP QL (AUO)\n\n\nPROLATE - oxycodone w/ acetaminophen soln 10-300 mg/5ml NP QL (AUO)\nQDOLO - tramadol hcl oral soln 5 mg/ml NP QL (AUO)\nROXYBOND - oxycodone hcl tab abuse deter 5 mg, 15 mg, 30 mg NP QL (AUO)\nSEGLENTIS - celecoxib-tramadol hcl tab 56-44 mg NP QL (AUO)\nSUBSYS - fentanyl sublingual spray 100 mcg, 200 mcg, 400 mcg,\n\n\n600 mcg, 800 mcg, 1200 mcg (600 mcg x 2), 1600 mcg (800 mcg\nx 2)\n\n\nNP PA, QL (120 blisters/30 days)\n\n\nTRAMADOL HCL ER - tramadol hcl tab er 24hr biphasic release\n100 mg, 200 mg, 300 mg\n\n\nNP\n\n\nTRAMADOL HCL ER - tramadol hcl cap er 24hr biphasic release\n100 mg, 200 mg, 300 mg\n\n\nNP QL (AUO)\n\n\ntramadol hcl tab er 24hr 100 mg, 200 mg, 300 mg np QL (AUO)\ntramadol hcl tab 50 mg (Ultram) p QL (AUO)\ntramadol hcl tab 100 mg np QL (AUO)\nTRAMADOL HYDROCHLORIDE - tramadol hcl oral soln 5 mg/ml NP QL (AUO)\ntramadol-acetaminophen tab 37.5-325 mg (Ultracet) p QL (AUO)\nTREZIX - acetaminophen-caffeine-dihydrocodeine cap\n\n\n320.5-30-16 mg\nNP QL (AUO)\n\n\nXTAMPZA ER - oxycodone cap er 12hr abuse-deterrent 9 mg,\n13.5 mg, 18 mg, 27 mg, 36 mg\n\n\nP QL (AUO)\n\n\nZUBSOLV - buprenorphine hcl-naloxone hcl sl tab 0.7-0.18 mg\n(base eq), 1.4-0.36 mg (base eq), 2.9-0.71 mg (base eq),\n5.7-1.4 mg (base eq), 8.6-2.1 mg (base eq), 11.4-2.9 mg (base eq)\n\n\nNP QL (90 tablets/30 days)\n\n\nANALGESICS - ANTI-INFLAMMATORY\nACTEMRA - tocilizumab subcutaneous soln prefilled syringe\n\n\n162 mg/0.9ml\nP PA, QL (4 syringes/28 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 62\n\n\nDrug Name Drug Tier Requirements/Limits\nACTEMRA ACTPEN - tocilizumab subcutaneous soln auto-injector\n\n\n162 mg/0.9ml\nP PA, QL (4 syringes/28 days), SP\n\n\nARCALYST - rilonacept for inj 220 mg NP PA, QL (8 vials/28 days), SP\ncelecoxib cap 50 mg, 100 mg, 200 mg (Celebrex) p QL (60 capsules/30 days)\ncelecoxib cap 400 mg (Celebrex) np QL (30 capsules/30 days)\nDICLOFENAC - diclofenac cap 35 mg NP PA, QL (90 capsules/30 days)\ndiclofenac potassium cap 25 mg (Zipsor) np PA, QL (120 capsules/30 days)\ndiclofenac potassium tab 25 mg np PA, QL (120 tablets/30 days)\ndiclofenac potassium tab 50 mg np\ndiclofenac sodium tab delayed release 25 mg np\ndiclofenac sodium tab delayed release 50 mg, 75 mg p\ndiclofenac sodium tab er 24hr 100 mg np\ndiclofenac w/ misoprostol tab delayed release 50-0.2 mg\n\n\n(Arthrotec 50)\nnp\n\n\ndiclofenac w/ misoprostol tab delayed release 75-0.2 mg\n(Arthrotec 75)\n\n\nnp\n\n\nENBREL - etanercept subcutaneous soln prefilled syringe\n25 mg/0.5ml, 50 mg/ml\n\n\nP PA, QL (4 syringes/28 days), SP\n\n\nENBREL - etanercept subcutaneous inj 25 mg/0.5ml P PA, QL (8 vials/28 days), SP\nENBREL MINI - etanercept subcutaneous solution cartridge 50 mg/\n\n\nml\nP PA, QL (4 cartridges/28 days), SP\n\n\nENBREL SURECLICK - etanercept subcutaneous solution auto-\ninjector 50 mg/ml\n\n\nP PA, QL (4 injections/28 days), SP\n\n\netodolac cap 200 mg, 300 mg np\netodolac tab er 24hr 400 mg, 500 mg, 600 mg np\netodolac tab 400 mg (Lodine) np\netodolac tab 500 mg np\nFENOPROFEN CALCIUM - fenoprofen calcium cap 200 mg NP PA, QL (180 capsules/30 days)\nfenoprofen calcium cap 400 mg (Nalfon) np\nfenoprofen calcium tab 600 mg (Nalfon) np PA, QL (150 tablets/30 days)\nFENORTHO - fenoprofen calcium cap 200 mg NP PA, QL (180 capsules/30 days)\nFLURBIPROFEN - flurbiprofen tab 50 mg NP\nflurbiprofen tab 100 mg np\nHUMIRA - adalimumab prefilled syringe kit 10 mg/0.1ml,\n\n\n20 mg/0.2ml, 40 mg/0.8ml, 40 mg/0.4ml\nP PA, QL (2 syringes/28 days), SP\n\n\nHUMIRA PEDIATRIC CROHNS D - adalimumab prefilled syringe kit\n80 mg/0.8ml\n\n\nP PA, QL (3 syringes/180 days), SP\n\n\nHUMIRA PEDIATRIC CROHNS D - adalimumab prefilled syringe kit\n80 mg/0.8ml & 40 mg/0.4ml\n\n\nP PA, QL (2 syringes/180 days), SP\n\n\nHUMIRA PEN - adalimumab pen-injector kit 40 mg/0.8ml,\n40 mg/0.4ml, 80 mg/0.8ml\n\n\nP PA, QL (2 pens/28 days), SP\n\n\nHUMIRA PEN-CD/UC/HS START - adalimumab pen-injector kit\n40 mg/0.8ml\n\n\nP PA, QL (6 pens/180 days), SP\n\n\nHUMIRA PEN-CD/UC/HS START - adalimumab pen-injector kit\n80 mg/0.8ml\n\n\nP PA, QL (1 kit/180 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 63\n\n\nDrug Name Drug Tier Requirements/Limits\nHUMIRA PEN-PEDIATRIC UC S - adalimumab pen-injector kit\n\n\n80 mg/0.8ml\nP PA, QL (4 pens/180 days), SP\n\n\nHUMIRA PEN-PS/UV STARTER - adalimumab pen-injector kit\n40 mg/0.8ml\n\n\nP PA, QL (4 pens/180 days), SP\n\n\nHUMIRA PEN-PS/UV STARTER - adalimumab pen-injector kit\n80 mg/0.8ml & 40 mg/0.4ml\n\n\nP PA, QL (3 pens/180 days), SP\n\n\nibuprofen susp 100 mg/5ml np+\nibuprofen tab 400 mg, 600 mg, 800 mg p\nibuprofen-famotidine tab 800-26.6 mg (Duexis) np PA, QL (90 tablets/30 days)\nINDOCIN - indomethacin susp 25 mg/5ml NP PA, QL (1200 ml/30 days)\nINDOCIN - indomethacin suppos 50 mg NP PA, QL (120 suppositories/30 days)\nINDOMETHACIN - indomethacin cap 20 mg NP PA, QL (90 capsules/30 days)\nindomethacin cap er 75 mg np\nindomethacin cap 25 mg, 50 mg p\nKETOPROFEN - ketoprofen cap 25 mg NP PA, QL (360 capsules/30 days)\nKETOPROFEN ER - ketoprofen cap er 24hr 200 mg NP PA, QL (30 capsules/30 days)\nKETOROLAC TROMETHAMINE - ketorolac tromethamine nasal\n\n\nspray 15.75 mg/spray\nNP PA, QL (5 bottles/30 days)\n\n\nketorolac tromethamine tab 10 mg np QL (20 tablets/30 days)\nKEVZARA - sarilumab subcutaneous solution auto-injector\n\n\n150 mg/1.14ml, 200 mg/1.14ml\nNP PA, QL (2 syringes/28 days), SP\n\n\nKEVZARA - sarilumab subcutaneous soln prefilled syringe\n150 mg/1.14ml, 200 mg/1.14ml\n\n\nNP PA, QL (2 syringes/28 days), SP\n\n\nleflunomide tab 10 mg, 20 mg (Arava) np\nMECLOFENAMATE SODIUM - meclofenamate sodium cap 50 mg,\n\n\n100 mg\nNP\n\n\nmefenamic acid cap 250 mg np PA, QL (120 capsules/30 days)\nMELOXICAM - meloxicam susp 7.5 mg/5ml NP PA, QL (300 mls/30 days)\nmeloxicam cap 5 mg, 10 mg np PA, QL (30 capsules/30 days)\nmeloxicam tab 7.5 mg, 15 mg p\nnabumetone tab 500 mg p\nnabumetone tab 750 mg np\nNAPRELAN - naproxen sodium tab er 24hr 750 mg (base equiv) NP PA, QL (60 tablets/30 days)\nNAPROXEN SODIUM - naproxen sodium tab er 24hr 750 mg (base\n\n\nequiv)\nNP PA, QL (60 tablets/30 days)\n\n\nnaproxen sodium tab er 24hr 375 mg (base equiv), 500 mg\n(base equiv) (Naprelan)\n\n\nnp PA, QL (60 tablets/30 days)\n\n\nnaproxen sodium tab 275 mg np\nnaproxen sodium tab 550 mg (Anaprox ds) np\nnaproxen susp 125 mg/5ml (Naprosyn) np PA, QL (1800 mls/30 days)\nnaproxen tab ec 375 mg, 500 mg (Ec-naprosyn) np\nnaproxen tab 250 mg, 375 mg p\nnaproxen tab 500 mg (Naprosyn) p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 64\n\n\nDrug Name Drug Tier Requirements/Limits\nnaproxen-esomeprazole magnesium tab dr 375-20 mg,\n\n\n500-20 mg (Vimovo)\nnp PA, QL (60 tablets/30 days)\n\n\nOLUMIANT - baricitinib tab 1 mg, 2 mg, 4 mg NP PA, QL (30 tablets/30 days), SP\nORENCIA - abatacept subcutaneous soln prefilled syringe\n\n\n50 mg/0.4ml, 87.5 mg/0.7ml, 125 mg/ml\nNP PA, QL (4 syringes/28 days), SP\n\n\nORENCIA CLICKJECT - abatacept subcutaneous soln auto-injector\n125 mg/ml\n\n\nNP PA, QL (4 syringes/28 days), SP\n\n\nOTEZLA - apremilast tab starter therapy pack 10 mg & 20 mg &\n30 mg\n\n\nP PA, QL (55 tablets/180 days), SP\n\n\nOTEZLA - apremilast tab 30 mg P PA, QL (60 tablets/30 days), SP\nOTREXUP - methotrexate soln pf auto-injector 10 mg/0.4ml,\n\n\n12.5 mg/0.4ml, 15 mg/0.4ml, 17.5 mg/0.4ml, 20 mg/0.4ml,\n22.5 mg/0.4ml, 25 mg/0.4ml\n\n\nP ST\n\n\noxaprozin tab 600 mg (Daypro) np\npiroxicam cap 10 mg, 20 mg (Feldene) np\nREDITREX - methotrexate soln prefilled syringe 7.5 mg/0.3ml,\n\n\n10 mg/0.4ml, 12.5 mg/0.5ml, 15 mg/0.6ml, 17.5 mg/0.7ml,\n20 mg/0.8ml, 22.5 mg/0.9ml, 25 mg/ml\n\n\nP ST\n\n\nRELAFEN DS - nabumetone tab 1000 mg NP\nRIDAURA - auranofin cap 3 mg NP\nRINVOQ - upadacitinib tab er 24hr 15 mg, 30 mg P PA, QL (30 tablets/30 days), SP\nRINVOQ - upadacitinib tab er 24hr 45 mg P PA, QL (56 tablets/365 days), SP\nSIMPONI - golimumab subcutaneous soln auto-injector 100 mg/ml P PA, QL (1 syringe/28 days), SP\nSIMPONI - golimumab subcutaneous soln prefilled syringe 100 mg/\n\n\nml\nP PA, QL (1 syringe/28 days), SP\n\n\nSPRIX - ketorolac tromethamine nasal spray 15.75 mg/spray NP PA, QL (5 bottles/30 days)\nsulindac tab 150 mg, 200 mg p\nTIVORBEX - indomethacin cap 20 mg NP PA, QL (90 capsules/30 days)\nXELJANZ - tofacitinib citrate oral soln 1 mg/ml (base equivalent) P PA, QL (240 mls/30 days), SP\nXELJANZ - tofacitinib citrate tab 5 mg (base equivalent) P PA, QL (60 tablets/30 days), SP\nXELJANZ - tofacitinib citrate tab 10 mg (base equivalent) P PA, QL (240 tablets/365 days), SP\nXELJANZ XR - tofacitinib citrate tab er 24hr 11 mg (base equivalent) P PA, QL (30 tablets/30 days), SP\nXELJANZ XR - tofacitinib citrate tab er 24hr 22 mg (base equivalent) P PA, QL (120 tablets/365 days), SP\nZORVOLEX - diclofenac cap 18 mg, 35 mg NP PA, QL (90 capsules/30 days)\n\n\nMIGRAINE PRODUCTS\nAIMOVIG - erenumab-aooe subcutaneous soln auto-injector 70 mg/\n\n\nml, 140 mg/ml\nP PA, QL (1 injection/28 days)\n\n\nAJOVY - fremanezumab-vfrm subcutaneous soln auto-inj\n225 mg/1.5ml\n\n\nP PA, QL (3 pens/84 days)\n\n\nAJOVY - fremanezumab-vfrm subcutaneous soln pref syr\n225 mg/1.5ml\n\n\nP PA, QL (3 pens/90 days)\n\n\nalmotriptan malate tab 6.25 mg, 12.5 mg np QL (18 tablets/30 days)\nCAMBIA - diclofenac potassium (migraine) packet 50 mg NP\ndihydroergotamine mesylate inj 1 mg/ml np QL (10 mls/30 days)\ndihydroergotamine mesylate nasal spray 4 mg/ml (Migranal) np PA, QL (8 vials/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 65\n\n\nDrug Name Drug Tier Requirements/Limits\neletriptan hydrobromide tab 20 mg (base equivalent), 40 mg\n\n\n(base equivalent) (Relpax)\nnp QL (18 tablets/30 days)\n\n\nELYXYB - celecoxib oral soln 120 mg/4.8ml (25 mg/ml) NP PA, QL (28.8 mls/30 days)\nEMGALITY - galcanezumab-gnlm subcutaneous soln auto-injector\n\n\n120 mg/ml\nP PA, QL (1 injection/28 days)\n\n\nEMGALITY - galcanezumab-gnlm subcutaneous soln prefilled syr\n100 mg/ml\n\n\nP PA, QL (9 syringes/180 days)\n\n\nEMGALITY - galcanezumab-gnlm subcutaneous soln prefilled syr\n120 mg/ml\n\n\nP PA, QL (1 syringe/28 days)\n\n\nERGOMAR - ergotamine tartrate sl tab 2 mg NP\nergotamine w/ caffeine tab 1-100 mg (Cafergot) np PA, QL (40 tablets/28 days)\nfrovatriptan succinate tab 2.5 mg (base equivalent) (Frova) np QL (18 tablets/30 days)\nIMITREX STATDOSE REFILL - sumatriptan succinate solution\n\n\ncartridge 4 mg/0.5ml, 6 mg/0.5ml\nNP QL (12 doses/30 days)\n\n\nMIGERGOT - ergotamine w/ caffeine suppos 2-100 mg NP\nnaratriptan hcl tab 1 mg (base equiv), 2.5 mg (base equiv) np QL (18 tablets/30 days)\nNURTEC - rimegepant sulfate tab disint 75 mg P PA, QL (54 tablets/90 days)\nONZETRA XSAIL - sumatriptan succinate exhaler powder 11 mg/\n\n\nnosepiece\nNP QL (2 boxes/30 days)\n\n\nQULIPTA - atogepant tab 10 mg, 30 mg, 60 mg P PA, QL (30 tablets/30 days)\nREYVOW - lasmiditan succinate tab 50 mg, 100 mg P PA, QL (8 tablets/30 days)\nrizatriptan benzoate oral disintegrating tab 5 mg (base eq) np QL (18 tablets/30 days)\nrizatriptan benzoate oral disintegrating tab 10 mg (base eq)\n\n\n(Maxalt-mlt)\nnp QL (18 tablets/30 days)\n\n\nrizatriptan benzoate tab 5 mg (base equivalent) p QL (18 tablets/30 days)\nrizatriptan benzoate tab 10 mg (base equivalent) (Maxalt) p QL (18 tablets/30 days)\nsumatriptan nasal spray 5 mg/act, 20 mg/act (Imitrex) np QL (12 inhalers/30 days)\nsumatriptan succinate inj 6 mg/0.5ml np QL (12 vials/30 days)\nSUMATRIPTAN SUCCINATE REF - sumatriptan succinate solution\n\n\ncartridge 4 mg/0.5ml, 6 mg/0.5ml\nNP QL (12 doses/30 days)\n\n\nsumatriptan succinate solution auto-injector 4 mg/0.5ml,\n6 mg/0.5ml (Imitrex statdose sys)\n\n\nnp QL (12 doses/30 days)\n\n\nsumatriptan succinate tab 25 mg, 50 mg, 100 mg (Imitrex) p QL (18 tablets/30 days)\nsumatriptan-naproxen sodium tab 85-500 mg (Treximet) np QL (18 tablets/30 days)\nTOSYMRA - sumatriptan nasal spray 10 mg/act NP QL (18 inhalers/30 days)\nTRUDHESA - dihydroergotamine mesylate hfa nasal aerosol\n\n\n0.725 mg/act\nNP PA, QL (12 mls/28 days)\n\n\nUBRELVY - ubrogepant tab 50 mg, 100 mg P PA, QL (16 tablets/30 days)\nZEMBRACE SYMTOUCH - sumatriptan succinate solution auto-\n\n\ninjector 3 mg/0.5ml\nNP QL (24 doses/30 days)\n\n\nZOLMITRIPTAN - zolmitriptan nasal spray 2.5 mg/spray unit NP QL (2 boxes/30 days)\nzolmitriptan nasal spray 5 mg/spray unit (Zomig) np QL (12 units/1 month)\nzolmitriptan orally disintegrating tab 2.5 mg, 5 mg np QL (18 tablets/30 days)\nzolmitriptan tab 2.5 mg, 5 mg (Zomig) np QL (18 tablets/30 days)\nZOMIG - zolmitriptan nasal spray 2.5 mg/spray unit NP QL (2 boxes/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 66\n\n\nDrug Name Drug Tier Requirements/Limits\n\n\nGOUT AGENTS\nallopurinol tab 100 mg, 300 mg (Zyloprim) p\nCOLCHICINE - colchicine cap 0.6 mg NP\ncolchicine tab 0.6 mg (Colcrys) np\ncolchicine w/ probenecid tab 0.5-500 mg np\nfebuxostat tab 40 mg, 80 mg (Uloric) np\nMITIGARE - colchicine cap 0.6 mg NP\nprobenecid tab 500 mg np\nNEUROMUSCULAR DRUGS\nANTICONVULSANTS\nAPTIOM - eslicarbazepine acetate tab 200 mg, 400 mg, 600 mg,\n\n\n800 mg\nP\n\n\nBRIVIACT - brivaracetam tab 10 mg, 25 mg, 50 mg, 75 mg, 100 mg NP\nBRIVIACT - brivaracetam oral soln 10 mg/ml NP\ncarbamazepine cap er 12hr 100 mg, 200 mg, 300 mg (Carbatrol) np\ncarbamazepine chew tab 100 mg np\ncarbamazepine susp 100 mg/5ml (Tegretol) np\ncarbamazepine tab er 12hr 100 mg, 200 mg, 400 mg (Tegretol-\n\n\nxr)\nnp\n\n\ncarbamazepine tab 200 mg (Tegretol) np\nCARBATROL - carbamazepine cap er 12hr 100 mg, 200 mg,\n\n\n300 mg\nNP\n\n\nCELONTIN - methsuximide cap 300 mg NP\nclobazam suspension 2.5 mg/ml (Onfi) np\nclobazam tab 10 mg, 20 mg (Onfi) np\nclonazepam orally disintegrating tab 0.125 mg, 0.25 mg, 0.5 mg,\n\n\n1 mg, 2 mg\nnp\n\n\nclonazepam tab 0.5 mg, 1 mg, 2 mg (Klonopin) p\nDIACOMIT - stiripentol cap 250 mg, 500 mg NP\nDIACOMIT - stiripentol packet 250 mg, 500 mg NP\nDIASTAT ACUDIAL - diazepam rectal gel delivery system 10 mg,\n\n\n20 mg\nP\n\n\nDIASTAT PEDIATRIC - diazepam rectal gel delivery system 2.5 mg P\nDIAZEPAM RECTAL GEL - diazepam rectal gel delivery system\n\n\n2.5 mg, 10 mg, 20 mg\nNP\n\n\nDILANTIN - phenytoin sodium extended cap 30 mg P\nDILANTIN - phenytoin sodium extended cap 100 mg NP\nDILANTIN INFATABS - phenytoin chew tab 50 mg NP\nDILANTIN-125 - phenytoin susp 125 mg/5ml NP\ndivalproex sodium cap delayed release sprinkle 125 mg\n\n\n(Depakote sprinkles)\nnp\n\n\ndivalproex sodium tab delayed release 125 mg, 250 mg, 500 mg\n(Depakote)\n\n\np\n\n\ndivalproex sodium tab er 24 hr 250 mg, 500 mg (Depakote er) np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 67\n\n\nDrug Name Drug Tier Requirements/Limits\nEPIDIOLEX - cannabidiol soln 100 mg/ml P PA\nethosuximide cap 250 mg (Zarontin) np\nethosuximide soln 250 mg/5ml (Zarontin) np\nfelbamate susp 600 mg/5ml (Felbatol) np\nfelbamate tab 400 mg, 600 mg (Felbatol) np\nFINTEPLA - fenfluramine hcl oral soln 2.2 mg/ml NP PA, QL (360 mls/30 days)\nFYCOMPA - perampanel tab 2 mg, 4 mg, 6 mg, 8 mg, 10 mg, 12 mg NP\nFYCOMPA - perampanel susp 0.5 mg/ml NP\ngabapentin cap 100 mg, 300 mg, 400 mg (Neurontin) p\ngabapentin oral soln 250 mg/5ml (Neurontin) np\ngabapentin tab 600 mg, 800 mg (Neurontin) p\nlacosamide oral solution 10 mg/ml (Vimpat) np\nlacosamide tab 50 mg, 100 mg, 150 mg, 200 mg (Vimpat) np\nLAMICTAL ODT - lamotrigine tab disint 21 x 25 mg & 7 x 50 mg\n\n\ntitration kit\nNP\n\n\nLAMICTAL ODT - lamotrigine tab disint 42 x 50mg & 14 x 100mg\ntitration kit\n\n\nNP\n\n\nLAMICTAL XR - lamotrigine tab er 24hr 21 x 25 mg & 7 x 50 mg\ntitration kit\n\n\nNP\n\n\nLAMICTAL XR - lamotrigine tab er 24hr 25 (14) & 50 mg (14) &\n100 mg(7) kit\n\n\nNP\n\n\nLAMICTAL XR - lamotrigine tab er 24hr 50 (14) & 100 mg(14) &\n200 mg(7) kit\n\n\nNP\n\n\nlamotrigine orally disintegrating tab 25 mg, 50 mg, 100 mg,\n200 mg (Lamictal odt)\n\n\nnp\n\n\nlamotrigine tab chewable dispersible 5 mg, 25 mg (Lamictal\nchewable di)\n\n\nnp\n\n\nlamotrigine tab disint 25 (14) & 50 mg (14) & 100 mg (7) kit\n(Lamictal odt)\n\n\nnp\n\n\nlamotrigine tab er 24hr 25 mg, 50 mg, 100 mg, 200 mg, 250 mg,\n300 mg (Lamictal xr)\n\n\nnp\n\n\nlamotrigine tab 25 mg, 100 mg, 150 mg, 200 mg (Lamictal) p\nlamotrigine tab 35 x 25 mg starter kit (Lamictal starter/tak) np\nlamotrigine tab 25 mg (42) & 100 mg (7) starter kit (Lamictal\n\n\nstarter/not)\nnp\n\n\nlamotrigine tab 84 x 25 mg & 14 x 100 mg starter kit (Lamictal\nstarter/tak)\n\n\nnp\n\n\nlevetiracetam oral soln 100 mg/ml (Keppra) np\nlevetiracetam tab er 24hr 500 mg, 750 mg (Keppra xr) np\nlevetiracetam tab 250 mg, 500 mg (Keppra) p\nlevetiracetam tab 750 mg, 1000 mg (Keppra) np\nMYSOLINE - primidone tab 50 mg, 250 mg NP\nNAYZILAM - midazolam nasal spray soln 5 mg/0.1 ml NP QL (10 sprays/30 days)\noxcarbazepine susp 300 mg/5ml (60 mg/ml) (Trileptal) np\noxcarbazepine tab 150 mg, 300 mg, 600 mg (Trileptal) np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 68\n\n\nDrug Name Drug Tier Requirements/Limits\nOXTELLAR XR - oxcarbazepine tab er 24hr 150 mg, 300 mg,\n\n\n600 mg\nNP\n\n\nPHENYTEK - phenytoin sodium extended cap 200 mg, 300 mg NP\nphenytoin chew tab 50 mg (Dilantin infatabs) np\nphenytoin sodium extended cap 100 mg (Dilantin) np\nphenytoin sodium extended cap 200 mg, 300 mg (Phenytek) np\nphenytoin susp 125 mg/5ml (Dilantin-125) np\npregabalin cap 25 mg, 50 mg, 75 mg, 100 mg, 150 mg, 200 mg,\n\n\n225 mg, 300 mg (Lyrica)\np QL (90 capsules/30 days)\n\n\npregabalin soln 20 mg/ml (Lyrica) np QL (900 mls/30 days)\nprimidone tab 50 mg (Mysoline) p\nprimidone tab 250 mg (Mysoline) np\nrufinamide susp 40 mg/ml (Banzel) np\nrufinamide tab 200 mg, 400 mg (Banzel) np\nSPRITAM - levetiracetam tab disintegrating soluble 250 mg, 500 mg,\n\n\n750 mg, 1000 mg\nNP\n\n\nSYMPAZAN - clobazam oral film 5 mg, 10 mg, 20 mg NP\nTEGRETOL - carbamazepine tab 200 mg NP\nTEGRETOL - carbamazepine susp 100 mg/5ml NP\nTEGRETOL-XR - carbamazepine tab er 12hr 100 mg, 200 mg,\n\n\n400 mg\nNP\n\n\ntiagabine hcl tab 2 mg, 4 mg, 12 mg, 16 mg (Gabitril) np\ntopiramate cap er 24hr sprinkle 25 mg, 50 mg, 100 mg, 150 mg\n\n\n(Qudexy xr)\nnp PA, QL (30 capsules/30 days)\n\n\ntopiramate cap er 24hr sprinkle 200 mg (Qudexy xr) np PA, QL (60 capsules/30 days)\ntopiramate sprinkle cap 15 mg, 25 mg (Topamax sprinkle) np\ntopiramate tab 25 mg, 50 mg, 100 mg, 200 mg (Topamax) p\nTROKENDI XR - topiramate cap er 24hr 25 mg, 50 mg, 100 mg NP PA, QL (30 capsules/30 days)\nTROKENDI XR - topiramate cap er 24hr 200 mg NP PA, QL (60 capsules/30 days)\nvalproate sodium oral soln 250 mg/5ml (base equiv) np\nvalproic acid cap 250 mg np\nVALTOCO - diazepam nasal spray ther pack 2 x 7.5 mg/0.1ml\n\n\n(15 mg dose), 2 x 10 mg/0.1ml (20 mg dose)\nNP QL (10 packs/30 days)\n\n\nVALTOCO - diazepam nasal spray 5 mg/0.1 ml, 10 mg/0.1 ml NP QL (10 packs/30 days)\nvigabatrin powd pack 500 mg (Sabril) np\nvigabatrin tab 500 mg (Sabril) np\nXCOPRI - cenobamate tab 50 mg, 100 mg, 150 mg, 200 mg NP\nXCOPRI - cenobamate tab titration pack 14 x 12.5 mg & 14 x\n\n\n25 mg, 14 x 50 mg & 14 x 100 mg, 14 x 150 mg & 14 x 200 mg\nNP\n\n\nXCOPRI - cenobamate tab pack 100 mg & 150 mg tabs (250 mg\ndaily dose)\n\n\nNP\n\n\nXCOPRI - cenobamate tab pack 150 mg & 200 mg tabs (350 mg\ndaily dose)\n\n\nNP\n\n\nZARONTIN - ethosuximide cap 250 mg NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 69\n\n\nDrug Name Drug Tier Requirements/Limits\nZARONTIN - ethosuximide soln 250 mg/5ml NP\nzonisamide cap 25 mg (Zonegran) p\nzonisamide cap 50 mg p\nzonisamide cap 100 mg (Zonegran) np\nZTALMY - ganaxolone susp 50 mg/ml NP\n\n\nANTIPARKINSON AGENTS\namantadine hcl cap 100 mg np\namantadine hcl soln 50 mg/5ml np\namantadine hcl tab 100 mg np\nAPOKYN - apomorphine hcl soln cartridge 30 mg/3ml NP SP\napomorphine hcl soln cartridge 30 mg/3ml (Apokyn) np SP\nbenztropine mesylate tab 0.5 mg, 1 mg, 2 mg p\nbromocriptine mesylate cap 5 mg (base equivalent) (Parlodel) np\nbromocriptine mesylate tab 2.5 mg (base equivalent) (Parlodel) np\ncarbidopa & levodopa tab er 25-100 mg, 50-200 mg np\ncarbidopa & levodopa tab 10-100 mg (Sinemet) p\ncarbidopa & levodopa tab 25-100 mg (Sinemet) np\ncarbidopa & levodopa tab 25-250 mg np\ncarbidopa tab 25 mg (Lodosyn) np\ncarbidopa-levodopa-entacapone tabs 12.5-50-200 mg (Stalevo\n\n\n50)\nnp\n\n\ncarbidopa-levodopa-entacapone tabs 18.75-75-200 mg (Stalevo\n75)\n\n\nnp\n\n\ncarbidopa-levodopa-entacapone tabs 25-100-200 mg (Stalevo\n100)\n\n\nnp\n\n\ncarbidopa-levodopa-entacapone tabs 31.25-125-200 mg\n(Stalevo 125)\n\n\nnp\n\n\ncarbidopa-levodopa-entacapone tabs 37.5-150-200 mg (Stalevo\n150)\n\n\nnp\n\n\ncarbidopa-levodopa-entacapone tabs 50-200-200 mg (Stalevo\n200)\n\n\nnp\n\n\nCARBIDOPA/LEVODOPA ODT - carbidopa & levodopa orally\ndisintegrating tab 10-100 mg, 25-100 mg, 25-250 mg\n\n\nNP\n\n\nDUOPA - carbidopa-levodopa enteral susp 4.63-20 mg/ml NP\nentacapone tab 200 mg (Comtan) np\nGOCOVRI - amantadine hcl cap er 24hr 68.5 mg (base equivalent) NP PA, QL (30 capsules/30 days), SP\nGOCOVRI - amantadine hcl cap er 24hr 137 mg (base equivalent) NP PA, QL (60 capsules/30 days), SP\nINBRIJA - levodopa inhal powder cap 42 mg P SP\nKYNMOBI - apomorphine hydrochloride film 10 mg, 15 mg, 20 mg,\n\n\n25 mg, 30 mg\nP\n\n\nNEUPRO - rotigotine td patch 24hr 1 mg/24hr, 2 mg/24hr,\n3 mg/24hr, 4 mg/24hr, 6 mg/24hr, 8 mg/24hr\n\n\nNP\n\n\nNOURIANZ - istradefylline tab 20 mg, 40 mg NP SP\nONGENTYS - opicapone cap 25 mg, 50 mg NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 70\n\n\nDrug Name Drug Tier Requirements/Limits\nOSMOLEX ER - amantadine hcl tab er 24hr pak 129 mg & 193 mg\n\n\n(322 mg dose)\nNP PA, QL (1 pack/30 days)\n\n\nOSMOLEX ER - amantadine hcl tab er 24hr 129 mg (base\nequivalent), 193 mg (base equivalent)\n\n\nNP PA, QL (30 tablets/30 days)\n\n\npramipexole dihydrochloride tab er 24hr 0.375 mg, 0.75 mg,\n1.5 mg, 2.25 mg, 3 mg, 3.75 mg, 4.5 mg (Mirapex er)\n\n\nnp\n\n\npramipexole dihydrochloride tab 0.125 mg, 0.25 mg, 0.5 mg,\n0.75 mg, 1 mg, 1.5 mg\n\n\np\n\n\nrasagiline mesylate tab 0.5 mg (base equiv), 1 mg (base equiv)\n(Azilect)\n\n\nnp\n\n\nropinirole hydrochloride tab er 24hr 2 mg (base equivalent),\n4 mg (base equivalent), 6 mg (base equivalent), 8 mg (base\nequivalent), 12 mg (base equivalent)\n\n\nnp\n\n\nropinirole hydrochloride tab 0.25 mg, 0.5 mg, 1 mg, 2 mg, 3 mg,\n4 mg, 5 mg\n\n\np\n\n\nRYTARY - carbidopa & levodopa cap er 23.75-95 mg,\n36.25-145 mg, 48.75-195 mg, 61.25-245 mg\n\n\nNP\n\n\nselegiline hcl cap 5 mg np\nselegiline hcl tab 5 mg np\ntolcapone tab 100 mg (Tasmar) np\nTRIHEXYPHENIDYL HCL - trihexyphenidyl hcl oral soln 0.4 mg/ml NP\ntrihexyphenidyl hcl tab 2 mg, 5 mg p\nXADAGO - safinamide mesylate tab 50 mg (base equiv), 100 mg\n\n\n(base equiv)\nNP\n\n\nZELAPAR - selegiline hcl orally disintegrating tab 1.25 mg NP\n\n\nNEUROMUSCULAR AGENTS\nEVRYSDI - risdiplam for soln 0.75 mg/ml NP PA, QL (3 bottles/30 days), SP\nEXSERVAN - riluzole oral film 50 mg NP\nRADICAVA ORS - edaravone oral susp 105 mg/5ml NP SP\nRADICAVA ORS STARTER KIT - edaravone oral susp 105 mg/5ml NP SP\nriluzole tab 50 mg (Rilutek) np\nTIGLUTIK - riluzole susp 50 mg/10ml NP PA, QL (600 mls/30 days)\n\n\nMUSCULOSKELETAL THERAPY AGENTS\nBACLOFEN - baclofen oral soln 5 mg/5ml NP PA, QL (2400 mls/30 days)\nbaclofen tab 5 mg, 20 mg np\nbaclofen tab 10 mg p\nchlorzoxazone tab 250 mg, 500 mg np\nchlorzoxazone tab 375 mg, 750 mg np PA, QL (120 tablets/30 days)\ncyclobenzaprine hcl cap er 24hr 15 mg, 30 mg (Amrix) np PA, QL (30 capsules/30 days)\ncyclobenzaprine hcl tab 5 mg, 10 mg p\ncyclobenzaprine hcl tab 7.5 mg np PA, QL (90 tablets/30 days)\ndantrolene sodium cap 25 mg (Dantrium) np\ndantrolene sodium cap 50 mg, 100 mg np\nFLEQSUVY - baclofen susp 25 mg/5ml NP PA, QL (600 mls/30 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 71\n\n\nDrug Name Drug Tier Requirements/Limits\nLYVISPAH - baclofen granules packet 5 mg, 10 mg, 20 mg NP PA, QL (120 tablets/30 days)\nmetaxalone tab 400 mg np PA, QL (240 tablets/30 days)\nmetaxalone tab 800 mg np\nmethocarbamol tab 500 mg, 750 mg p\norphenadrine citrate tab er 12hr 100 mg np\norphenadrine w/ aspirin & caffeine tab 25-385-30 mg np\norphenadrine w/ aspirin & caffeine tab 50-770-60 mg (Norgesic\n\n\nforte)\nnp\n\n\nOZOBAX - baclofen oral soln 5 mg/5ml NP PA, QL (2400 mls/30 days)\ntizanidine hcl cap 2 mg (base equivalent), 4 mg (base\n\n\nequivalent), 6 mg (base equivalent) (Zanaflex)\nnp QL (180 capsules/30 days)\n\n\ntizanidine hcl tab 2 mg (base equivalent) p QL (180 tablets/30 days)\ntizanidine hcl tab 4 mg (base equivalent) (Zanaflex) p QL (180 tablets/30 days)\nANTIMYASTHENIC AGENTS\nFIRDAPSE - amifampridine phosphate tab 10 mg (base equivalent) NP PA, QL (240 tablets/30 days), SP\nPYRIDOSTIGMINE BROMIDE - pyridostigmine bromide tab 30 mg NP\npyridostigmine bromide oral soln 60 mg/5ml (Mestinon) np\npyridostigmine bromide tab er 180 mg (Mestinon timespan) np\npyridostigmine bromide tab 60 mg (Mestinon) np\nNUTRITIONAL PRODUCTS\nVITAMINS\nergocalciferol cap 1.25 mg (50000 unit) (Drisdol) p\nphytonadione tab 5 mg (Mephyton) np\nMULTIVITAMINS\nATABEX EC - prenatal vit w/ dss-iron carbonyl-fa tab dr 29-1 mg NP+\nATABEX OB - prenatal vit w/ fe bisglycinate chelate-fa tab 29-1 mg NP+\nC-NATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap 28-1-200 mg NP+\nCITRANATAL ASSURE - prenat w/o a w/fecbn-fegl-dss-fa tab & dha\n\n\ncap 300 mg pack\nNP+\n\n\nCITRANATAL B-CALM - prenat w/o a w/fecbn-feglu-fa tab 20-1 mg\n& vit b6 tab pak\n\n\nNP+\n\n\nCITRANATAL BLOOM - prenatal vit w/ dss-fe cbn-fe gluc-fa tab\n90-1 mg\n\n\nNP+\n\n\nCITRANATAL DHA - prenat w/o a w/fecbn-fegl-dss-fa tab & dha cap\n250 mg pack\n\n\nNP+\n\n\nCITRANATAL HARMONY - prenat w/o a w/fe fum-fe cbn-dss-fa-dha\ncap 27-1-260 mg\n\n\nNP+\n\n\nCITRANATAL 90 DHA - prenat w/o a w/fecbn-fegl-dss-fa tab 90\n&dha cap 300mg pak\n\n\nNP+\n\n\nCO-NATAL FA - prenatal vit w/ fe fumarate-fa tab 29-1 mg NP+\nCOMPLETE NATAL DHA - prenat-fe bis-fe prot succ-fa-ca tab &\n\n\nomega 3 cap 200 pk\nNP+\n\n\nCOMPLETENATE - prenatal vit w/ fe fumarate-fa chew tab 29-1 mg NP+\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 72\n\n\nDrug Name Drug Tier Requirements/Limits\nCONCEPT DHA - prenatal w/fe fum-fe poly -fa-omega 3 cap\n\n\n53.5-38-1 mg\nNP+\n\n\nCONCEPT OB - prenatal w/o a w/fe fum-fe poly-fa cap\n130-92.4-1 mg\n\n\nNP+\n\n\nDUET DHA BALANCED - prenat w/fe poly-na fered-fa tab 25-1 &\nomega cap 267 mg\n\n\nNP+\n\n\nDUET DHA 400 - prenat w/fe poly-na fered-fa tab 25-1 & omega cap\n400 mg\n\n\nNP+\n\n\nELITE-OB - prenatal vit w/ iron carbonyl-fa tab 50-1.25 mg NP+\nENBRACE HR - prenatal vit w/ fe gly cys-fa-omega 3 fatty acids cap NP+\nFOLIVANE-OB - prenatal w/o a w/fe fum-fe poly-fa cap 85-1 mg NP+\nINATAL GT - prenatal vit w/ dss-iron carbonyl-fa tab 90-1 mg NP+\nKOSHER PRENATAL PLUS IRON - prenatal vit w/ iron carbonyl-fa\n\n\ntab 30-1 mg\nNP+\n\n\nM-NATAL PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nNATACHEW - prenatal vit w/ fe fum-fe bisglycin-fa chew tab\n\n\n28-1 mg\nNP+\n\n\nNATALVIT - prenatal vit w/ fe fumarate-fa tab 75-1 mg NP+\nNEEVO DHA - prenat w/o a w/fefum-methylfol-omegas cap\n\n\n27-1.13 mg\nNP+\n\n\nNEONATAL COMPLETE - prenatal vit w/ fe fumarate-fa tab\n27-1 mg, 29-1 mg\n\n\nNP+\n\n\nNEONATAL FE - prenatal vitamin w/ iron-folic acid tab 90-1 mg NP+\nNEONATAL PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nNEONATAL VITAMIN - prenatal vit w/ fe fumarate-fa tab 27-0.8 mg NP+\nNEONATAL 19 - prenatal vitamin-folic acid tab 1 mg NP+\nNEONATAL/DHA - prenatal mv w/fe fum-fa tab 29-1 mg & dha cap\n\n\n200 mg pack\nNP+\n\n\nNESTABS - prenatal vit w/o vit a w/ fe bisglycinate-fa tab 32-1 mg NP+\nNESTABS DHA - prenat w/o a w/ fe bisglyc-fa tab 32-1 mg & omega\n\n\ncap pack\nNP+\n\n\nNESTABS ONE - prenat w/o a w/fecbn-bisg-methylf-dha cap\n38-1-225 mg\n\n\nNP+\n\n\nNIVA-PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nOB COMPLETE - prenatal vit w/ iron carbonyl-fa tab 50-1.25 mg NP+\nOB COMPLETE ONE - prenatal w/o a w/fecbn-fe asp glyc-fa-fish\n\n\ncap 50-1-476 mg\nNP+\n\n\nOB COMPLETE PETITE - prenat w/o a w/fecbn-feaspglyc-fa-omega\ncap 35-5-1-200 mg\n\n\nNP+\n\n\nOB COMPLETE PREMIER - prenatal vit w/ fe cbn-fe asp glyc-fa tab\n30-20-1 mg\n\n\nNP+\n\n\nOB COMPLETE/DHA - prenat w/ iron cbn-fe asp glyc-fa-omega cap\n30-10-1-200 mg\n\n\nNP+\n\n\nOBSTETRIX DHA - prenat w/fecbn-fa-dss tab 29-1 mg & omega 3\ncap 387 mg pak\n\n\nNP+\n\n\nOBSTETRIX EC - prenatal vit w/ dss-iron carbonyl-fa tab 29-1 mg NP+\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 73\n\n\nDrug Name Drug Tier Requirements/Limits\nOBSTETRIX ONE - prenat w/o a w/fecbn-bisg-methylf-dss-dha cap\n\n\n38-1-225 mg\nNP+\n\n\nONE VITE WOMENS PRENATAL - prenatal vit w/ fe fumarate-fa tab\n27-1 mg\n\n\nNP+\n\n\nPNV-DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\n\nNP+\n\n\nPNV-DHA+DOCUSATE - prenatal w/o vit a w/ fe fum-dss-fa-dha cap\n27-1.25-300 mg\n\n\nNP+\n\n\nPNV-OMEGA - prenat w/o a w/ fe fumarate-methylfolate-fa-omega 3\ncap\n\n\nNP+\n\n\nPNV-SELECT - prenatal vit w/ fe fum-methylfolate-fa tab\n27-0.6-0.4 mg\n\n\nNP+\n\n\nPREMESISRX - prenatal w/ calcium-vit b6-vit b12-fa-ginger tab\n1 mg\n\n\nNP+\n\n\nPRENA 1 TRUE - prenat w/o a w/fe chel-fa tab 30-1.4 mg & dha cap\n300mg pk\n\n\nNP+\n\n\nPRENAISSANCE - prenatal w/o vit a w/ fe fum-dss-fa-dha cap\n29-1.25-325 mg\n\n\nNP+\n\n\nPRENAISSANCE PLUS - prenatal w/o a w/fe cbn-dss-fa-dha cap\n28-1-250 mg\n\n\nNP+\n\n\nPRENATABS RX - prenatal vit w/ iron carbonyl-fa tab 29-1 mg P\nPRENATAL - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nPRENATAL PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg P\nPRENATAL PLUS VITAMIN AND - prenatal vit w/ fe fumarate-fa tab\n\n\n27-1 mg\nNP+\n\n\nPRENATAL VITAMINS PLUS LO - prenatal vit w/ fe fumarate-fa tab\n27-1 mg\n\n\nP\n\n\nPRENATAL 19 - prenatal vit w/ fe fumarate-fa chew tab 29-1 mg P\nPRENATAL 19 - prenatal vit w/ dss-fe fumarate-fa tab 29-1 mg P\nPRENATAL-U - prenatal w/o a vit w/ fe fumarate-fa cap 106.5-1 mg P\nPRENATE - prenat mv & min w/ l-methylfolate-fa chew tab\n\n\n0.6-0.4 mg\nNP+\n\n\nPRENATE AM - prenatal w/ calcium-vit b6-vit b12-fa-ginger tab 1 mg NP+\nPRENATE DHA - prenat w/o a w/feaspg-methfol-fa-dha cap\n\n\n18-0.6-0.4-300 mg\nNP+\n\n\nPRENATE ELITE - prenatal w/ fe asp gly-l methylfol-fa tab\n20-0.6-0.4 mg\n\n\nNP+\n\n\nPRENATE ENHANCE - prenat w/o a w/fefum-methfol-fa-dha cap\n28-0.6-0.4-400 mg\n\n\nNP+\n\n\nPRENATE ESSENTIAL - prenat w/o a w/feaspg-methfol-fa-dha cap\n18-0.6-0.4-300 mg\n\n\nNP+\n\n\nPRENATE MINI - prenat w/oa w/fecb-feasp-meth-fa-dha cap\n18-0.6-0.4-350 mg\n\n\nNP+\n\n\nPRENATE PIXIE - prenat w/o a w/feaspg-methfol-fa-dha cap\n10-0.6-0.4-200 mg\n\n\nNP+\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 74\n\n\nDrug Name Drug Tier Requirements/Limits\nPRENATE RESTORE - prenat w/o a w/fefum-methfol-fa-dha cap\n\n\n27-0.6-0.4-400 mg\nNP+\n\n\nPRENATVITE COMPLETE - prenatal multivitamins & minerals w/\niron & fa tab 1 mg\n\n\nNP+\n\n\nPRENATVITE PLUS - prenatal multivitamins & minerals w/ iron & fa\ntab 1 mg\n\n\nNP+\n\n\nPRENATVITE RX - prenatal multivitamins & minerals w/iron & fa tab\n0.8 mg\n\n\nNP+\n\n\nPRENA1 CHEW - prenat w/ b2-b6-b12-d3-folic acid chew tab\n1.4 mg\n\n\nNP+\n\n\nPRENA1 PEARL - prenat w/oa w/fefum-na fered-fa-dha cap er\n30-1.4-200 mg\n\n\nNP+\n\n\nPRIMACARE - prenat w/o a w/feasp-methlf-fa-omeg cap\n30-0.75-0.25-470mg\n\n\nNP+\n\n\nPROVIDA OB - prenatal w/o a w/fe fum-fe poly-fa cap\n20-20-1.25 mg\n\n\nNP+\n\n\nRELNATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap 28-1-200 mg NP+\nSE-NATAL 19 - prenatal vit w/ fe fumarate-fa chew tab 29-1 mg P\nSE-NATAL 19 - prenatal vit w/ dss-fe fumarate-fa tab 29-1 mg P\nSELECT-OB - prenatal vit w/ fe polysac cmplx-fa chew tab 29-1 mg NP+\nSELECT-OB - prenat w/ fepolycmplx-methylfol-fa chew tab\n\n\n29-0.6-0.4 mg\nNP+\n\n\nSELECT-OB+DHA - prenatal mv w/fe poly-fa chw 29-1 mg & dha\ncap 250 mg pak\n\n\nNP+\n\n\nTARON-C DHA - prenatal w/fe fum-fe poly -fa-omega 3 cap 35-1 mg NP+\nTARON-PREX - prenatal w/o vit a w/ fe fum-dss-fa-dha cap\n\n\n30-1.2-265 mg\nNP+\n\n\nTHRIVITE RX - prenatal vit w/ iron carbonyl-fa tab 29-1 mg NP+\nTRICARE - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nTRINATAL RX 1 - prenatal vit w/ fe fumarate-fa tab 60-1 mg NP+\nTRINATE - prenatal vit w/ fe fumarate-fa tab 28-1 mg P\nTRISTART DHA - prenat w/o a w/fecbn-methylf-fa-dha cap\n\n\n31-0.6-0.4-200 mg\nNP+\n\n\nTRISTART FREE - prenat w/o a w/dha & fecbn-methylf-fa cap\n33-1 mg\n\n\nNP+\n\n\nTRISTART ONE - prenat w/o a w/fecbn-methylf-fa-dha cap\n35-1-215 mg\n\n\nNP+\n\n\nVINATE DHA RF - prenat w/o a w/fefum-methylfol-omegas cap\n27-1.13 mg\n\n\nNP+\n\n\nVINATE II - prenatal vit w/ fe bisglycinate chelate-fa tab 29-1 mg P\nVINATE ONE - prenatal vit w/ fe fumarate-fa tab 60-1 mg P\nVIRT-NATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap\n\n\n28-1-200 mg\nNP+\n\n\nVIRT-PN DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\n\nNP+\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 75\n\n\nDrug Name Drug Tier Requirements/Limits\nVITAFOL FE+ - prenat w/fe poly-methylfol-fa-dha cap\n\n\n90-0.6-0.4-200 mg\nNP+\n\n\nVITAFOL GUMMIES - prenat vit w/ fe phos-fa-omega chew tab\n3.33-0.333-34.8 mg\n\n\nNP+\n\n\nVITAFOL STRIPS - prenatal w/ b6-b12-cholecalciferol-folic acid film\n1 mg\n\n\nNP+\n\n\nVITAFOL ULTRA - prenat w/fe poly-methylfol-fa-dha cap\n29-0.6-0.4-200 mg\n\n\nNP+\n\n\nVITAFOL-NANO - prenatal w/o a w/ fefum-l methylfol-fa tab\n18-0.6-0.4 mg\n\n\nNP+\n\n\nVITAFOL-OB - prenatal vit w/ fe fumarate-fa tab 65-1 mg NP+\nVITAFOL-OB+DHA - prenatal mv w/fe fum-fa tab 65-1 mg & dha cap\n\n\n250 mg pack\nNP+\n\n\nVITAFOL-ONE - prenatal mv w/ fe polysac cmplx-fa-dha cap\n29-1-200 mg\n\n\nNP+\n\n\nVITAMEDMD REDICHEW RX - prenat w/ b2-b6-b12-d3-folic acid\nchew tab 1.4 mg\n\n\nNP+\n\n\nVITAPEARL - prenat w/oa w/fefum-na fered-fa-dha cap er\n30-1.4-200 mg\n\n\nNP+\n\n\nVITATHELY/GINGER - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nVITATRUE - prenat w/o a w/fe chel-fa tab 30-1.4 mg & dha cap\n\n\n300mg pk\nNP+\n\n\nVIVA DHA - prenatal vit w/ fe fum-fa-omega 3 cap 28-1-200 mg NP+\nWESCAP-C DHA - prenatal w/fe fum-fe poly -fa-omega 3 cap\n\n\n53.5-38-1 mg\nNP+\n\n\nWESCAP-PN DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\n\nNP+\n\n\nWESNATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap\n28-1-200 mg\n\n\nNP+\n\n\nWESTAB PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nWESTGEL DHA - prenat w/o a w/fecbn-methylf-fa-dha cap\n\n\n31-0.6-0.4-200 mg\nNP+\n\n\nZATEAN-PN DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\n\nNP+\n\n\nMINERALS and ELECTROLYTES\nFLORIVA - sodium fluoride-vitamin d liqd drops 0.25 mg/ml-400 unit/\n\n\nml\nNP\n\n\nGALZIN - zinc acetate cap 25 mg (elemental zinc), 50 mg\n(elemental zinc)\n\n\nNP\n\n\npot phos monobasic w/sod phos di & monobas tab\n155-852-130mg (K-phos neutral)\n\n\nnp\n\n\npotassium chloride cap er 8 meq, 10 meq p\nPOTASSIUM CHLORIDE ER - potassium chloride tab er 8 meq\n\n\n(600 mg)\nP\n\n\npotassium chloride microencapsulated crys er tab 10 meq, 20\nmeq\n\n\np\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 76\n\n\nDrug Name Drug Tier Requirements/Limits\npotassium chloride microencapsulated crys er tab 15 meq np\npotassium chloride oral soln 10% (20 meq/15ml), 20% (40\n\n\nmeq/15ml)\nnp\n\n\npotassium chloride powder packet 20 meq np\npotassium chloride tab er 8 meq (600 mg) p\npotassium chloride tab er 10 meq, 20 meq (1500 mg) (K-tab) p\npotassium phosphate monobasic tab 500 mg (K-phos) np\nSODIUM FLUORIDE - sodium fluoride tab 0.5 mg f (from 1.1 mg\n\n\nnaf), 1 mg f (from 2.2 mg naf)\nP\n\n\nsodium fluoride chew tab 0.25 mg f (from 0.55 mg naf), 0.5 mg f\n(from 1.1 mg naf), 1 mg f (from 2.2 mg naf)\n\n\np AC\n\n\nsodium fluoride soln 0.125 mg/drop f (0.275 mg/drop naf) np AC\nsodium fluoride soln 0.5 mg/ml f (from 1.1 mg/ml naf) p AC\nNUTRIENTS\nDOJOLVI - triheptanoin oral liquid 100% NP PA, SP\n\n\nDIETARY PRODUCTS\nWESTAB MAX - folic acid-pyridoxine-cyanocobalamin tab\n\n\n2.5-25-2 mg\np\n\n\nHEMATOLOGICAL AGENTS\nHEMATOPOIETIC AGENTS\nACCRUFER - ferric maltol cap 30 mg (fe equiv) NP PA, QL (60 capsules/30 days)\nARANESP ALBUMIN FREE - darbepoetin alfa soln prefilled syringe\n\n\n10 mcg/0.4ml, 25 mcg/0.42ml, 40 mcg/0.4ml, 60 mcg/0.3ml,\n100 mcg/0.5ml, 150 mcg/0.3ml, 200 mcg/0.4ml, 300 mcg/0.6ml,\n500 mcg/ml\n\n\nP PA, SP\n\n\nARANESP ALBUMIN FREE - darbepoetin alfa soln inj 25 mcg/ml,\n40 mcg/ml, 60 mcg/ml, 100 mcg/ml, 200 mcg/ml\n\n\nP PA, SP\n\n\ncarbonyl iron susp 15 mg/1.25ml (elemental iron) np AC\nCERDELGA - eliglustat tartrate cap 84 mg (base equivalent) P PA, QL (60 capsules/30 days), SP\ncyanocobalamin inj 1000 mcg/ml p\nDOPTELET - avatrombopag maleate tab 20 mg (base equiv) P PA, QL (60 tablets/30 days), SP\nDROXIA - hydroxyurea cap 200 mg, 300 mg, 400 mg NP\nENDARI - glutamine (sickle cell) powd pack 5 gm NP PA, SP\nEPOGEN - epoetin alfa inj 2000 unit/ml, 3000 unit/ml, 4000 unit/ml,\n\n\n10000 unit/ml, 20000 unit/ml\nNP PA, SP\n\n\nFERROUS SULFATE - ferrous sulfate liquid 220 mg/5ml (44 mg/5ml\nelemental fe)\n\n\nP AC\n\n\nferrous sulfate elixir 220 mg/5ml (44 mg/5ml elemental fe) p AC\nferrous sulfate soln 75 mg/ml (15 mg/ml elemental fe) p AC\nferrous sulfate syrup 300 mg/5ml (60 mg/5ml elemental fe) np AC\nfolic acid cap 0.8 mg p AC\nfolic acid tab 400 mcg, 800 mcg p AC\nfolic acid tab 1 mg p\nFULPHILA - pegfilgrastim-jmdb soln prefilled syringe 6 mg/0.6ml P SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 77\n\n\nDrug Name Drug Tier Requirements/Limits\nHYDROXOCOBALAMIN - hydroxocobalamin acetate inj 1000 mcg/\n\n\nml (base equivalent)\nNP\n\n\nIRON UP - polysaccharide iron complex liquid 15 mg/0.5ml (fe\nequiv)\n\n\nP AC\n\n\nLEUKINE - sargramostim lyophilized for inj 250 mcg NP SP\nmiglustat cap 100 mg (Zavesca) np PA, QL (90 capsules/30 days), SP\nMIRCERA - methoxy peg-epoetin beta soln prefilled syr\n\n\n30 mcg/0.3ml, 50 mcg/0.3ml, 75 mcg/0.3ml, 100 mcg/0.3ml,\n150 mcg/0.3ml, 200 mcg/0.3ml\n\n\nNP PA\n\n\nMULPLETA - lusutrombopag tab 3 mg P PA, QL (7 tablets/7 days), SP\nNASCOBAL - cyanocobalamin nasal spray 500 mcg/0.1ml NP PA, QL (4 sprays/28 days)\nNIVESTYM - filgrastim-aafi soln prefilled syringe 300 mcg/0.5ml,\n\n\n480 mcg/0.8ml\nP SP\n\n\nNIVESTYM - filgrastim-aafi inj 300 mcg/ml, 480 mcg/1.6ml\n(300 mcg/ml)\n\n\nP SP\n\n\nNOVAFERRUM PEDIATRIC DROP - polysaccharide iron complex\nliquid 15 mg/ml (fe equiv)\n\n\nP AC\n\n\nOXBRYTA - voxelotor tab 500 mg NP PA, QL (90 tablets/30 days), SP\nOXBRYTA - voxelotor tab for oral susp 300 mg NP PA, QL (150 tablets/30 days), SP\nPROCRIT - epoetin alfa inj 2000 unit/ml, 3000 unit/ml, 4000 unit/ml,\n\n\n10000 unit/ml, 20000 unit/ml, 40000 unit/ml\nP PA, SP\n\n\nPROMACTA - eltrombopag olamine powder pack for susp 25 mg\n(base equiv), 12.5 mg (base eq)\n\n\nNP PA, QL (30 packs/30 days), SP\n\n\nPROMACTA - eltrombopag olamine tab 12.5 mg (base equiv),\n25 mg (base equiv), 75 mg (base equiv)\n\n\nNP PA, QL (30 tablets/30 days), SP\n\n\nPROMACTA - eltrombopag olamine tab 50 mg (base equiv) NP PA, QL (60 tablets/30 days), SP\nRETACRIT - epoetin alfa-epbx inj 2000 unit/ml, 3000 unit/ml, 4000\n\n\nunit/ml, 10000 unit/ml, 20000 unit/ml, 40000 unit/ml\nP PA, SP\n\n\nSIKLOS - hydroxyurea tab 100 mg, 1000 mg NP\nZARXIO - filgrastim-sndz soln prefilled syringe 300 mcg/0.5ml,\n\n\n480 mcg/0.8ml\nP SP\n\n\nZIEXTENZO - pegfilgrastim-bmez soln prefilled syringe 6 mg/0.6ml P SP\n\n\nANTICOAGULANTS\ndabigatran etexilate mesylate cap 75 mg (etexilate base eq),\n\n\n150 mg (etexilate base eq) (Pradaxa)\nnp QL (60 capsules/30 days)\n\n\nELIQUIS - apixaban tab 2.5 mg P QL (60 tablets/30 days)\nELIQUIS - apixaban tab 5 mg P QL (74 tablets/30 days)\nELIQUIS STARTER PACK - apixaban tab starter pack 5 mg P QL (1 pack/180 days)\nenoxaparin sodium inj soln pref syr 30 mg/0.3ml, 40 mg/0.4ml,\n\n\n60 mg/0.6ml, 80 mg/0.8ml, 100 mg/ml, 120 mg/0.8ml, 150 mg/\nml (Lovenox)\n\n\nnp\n\n\nenoxaparin sodium inj 300 mg/3ml (Lovenox) np QL (360 syringes/270 days)\nfondaparinux sodium subcutaneous inj 2.5 mg/0.5ml,\n\n\n5 mg/0.4ml, 7.5 mg/0.6ml, 10 mg/0.8ml (Arixtra)\nnp QL (360 units/270 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 78\n\n\nDrug Name Drug Tier Requirements/Limits\nFRAGMIN - dalteparin sodium soln prefilled syr 2500 unit/0.2ml,\n\n\n5000 unit/0.2ml, 7500 unit/0.3ml, 10000 unit/ml, 12500 unit/0.5ml,\n15000 unit/0.6ml, 18000 unit/0.72ml\n\n\nNP\n\n\nFRAGMIN - dalteparin sodium inj 95000 unit/3.8ml NP\nHEPARIN SODIUM - heparin sodium (porcine) pf inj 5000 unit/ml NP\nheparin sodium (porcine) inj 1000 unit/ml, 5000 unit/ml, 10000\n\n\nunit/ml, 20000 unit/ml\nnp\n\n\nheparin sodium (porcine) pf inj 5000 unit/0.5ml np\nPRADAXA - dabigatran etexilate mesylate cap 110 mg (etexilate\n\n\nbase eq), 150 mg (etexilate base eq)\nNP QL (60 capsules/30 days)\n\n\nwarfarin sodium tab 1 mg, 2 mg, 2.5 mg, 3 mg, 4 mg, 5 mg,\n6 mg, 7.5 mg, 10 mg\n\n\np\n\n\nXARELTO - rivaroxaban for susp 1 mg/ml P QL (600 mls/30 days)\nXARELTO - rivaroxaban tab 2.5 mg, 15 mg P QL (60 tablets/30 days)\nXARELTO - rivaroxaban tab 10 mg, 20 mg P QL (30 tablets/30 days)\nXARELTO STARTER PACK - rivaroxaban tab starter therapy pack\n\n\n15 mg & 20 mg\nP QL (51 tablets/30 days)\n\n\nHEMOSTATICS\naminocaproic acid oral soln 0.25 gm/ml (Amicar) np\naminocaproic acid tab 500 mg, 1000 mg (Amicar) np\ntranexamic acid tab 650 mg (Lysteda) np\nHEMATOLOGICAL AGENTS - MISC.\nADVATE - antihemophilic factor recomb (rahf-pfm) for inj 250 unit,\n\n\n500 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit, 4000 unit\nP PA, QL (1 ml/30 days), SP\n\n\nADYNOVATE - antihemophilic factor recomb pegylated for inj 250\nunit, 500 unit, 750 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 vial/30 days), SP\n\n\nAFSTYLA - antihemophilic fact rcmb single chain for inj kit 250 unit,\n500 unit, 1000 unit, 1500 unit, 2000 unit, 2500 unit, 3000 unit\n\n\nP PA, QL (1 box/30 days), SP\n\n\nALPHANATE - antihemophilic factor/vwf (human) for inj 250 unit,\n500 unit, 1000 unit, 1500 unit, 2000 unit\n\n\nP SP\n\n\nALPHANINE SD - coagulation factor ix for inj 500 unit, 1000 unit,\n1500 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nALPROLIX - coagulation factor ix (recomb) (rfixfc) for inj 250 unit,\n500 unit, 1000 unit, 2000 unit, 3000 unit, 4000 unit\n\n\nP PA, QL (1 vial/30 days), SP\n\n\nanagrelide hcl cap 0.5 mg (Agrylin) np\nanagrelide hcl cap 1 mg np\naspirin-dipyridamole cap er 12hr 25-200 mg np\nASPIRIN/OMEPRAZOLE - aspirin-omeprazole tab delayed release\n\n\n81-40 mg\nNP PA, QL (30 tablets/30 days)\n\n\nBENEFIX - coagulation factor ix (recombinant) for inj kit 250 unit,\n500 unit, 1000 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nBERINERT - c1 esterase inhibitor (human) for iv inj kit 500 unit NP PA, QL (10 vials/30 days), SP\nBRILINTA - ticagrelor tab 60 mg, 90 mg P\ncilostazol tab 50 mg, 100 mg p\nclopidogrel bisulfate tab 75 mg (base equiv) (Plavix) p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 79\n\n\nDrug Name Drug Tier Requirements/Limits\nCOAGADEX - coagulation factor x (human) for inj 250 unit, 500 unit P SP\nCORIFACT - factor xiii concentrate (human) for inj kit 1000-1600\n\n\nunit\nP SP\n\n\ndipyridamole tab 25 mg, 50 mg, 75 mg np\nDURLAZA - aspirin capsule er 24hr 162.5 mg NP\nELOCTATE - antihemophilic factor rcmb (bdd-rfviiifc) for inj 250 unit,\n\n\n500 unit, 750 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit, 4000\nunit, 5000 unit, 6000 unit\n\n\nP PA, QL (1 vial/30 days), SP\n\n\nEMPAVELI - pegcetacoplan subcutaneous soln 1080 mg/20ml\n(54 mg/ml)\n\n\nP PA, QL (8 vials/28 days), SP\n\n\nESPEROCT - antihemophilic factor recomb glycopeg-exei for inj 500\nunit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 syringe/30 days), SP\n\n\nFEIBA - antiinhibitor coagulant complex for iv soln 500 unit, 1000\nunit, 2500 unit\n\n\nP SP\n\n\nFIBRYGA - fibrinogen conc (human) inj approximately 1 gm\n(900-1300 mg)\n\n\nP PA, QL (1 gram/30 days), SP\n\n\nHAEGARDA - c1 esterase inhibitor (human) for subcutaneous inj\n2000 unit\n\n\nP PA, QL (16 vials/28 days), SP\n\n\nHAEGARDA - c1 esterase inhibitor (human) for subcutaneous inj\n3000 unit\n\n\nP PA, QL (8 vials/28 days), SP\n\n\nHEMLIBRA - emicizumab-kxwh subcutaneous soln 30 mg/ml,\n60 mg/0.4ml (150 mg/ml), 105 mg/0.7ml (150 mg/ml), 150 mg/ml\n\n\nP PA, QL (1 vial/30 days), SP\n\n\nHEMOFIL M - antihemophilic factor (human) for inj 250 unit, 500\nunit, 1000 unit, 1700 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nHUMATE-P - antihemophilic factor/vwf (human) for inj 250-600 unit,\n500-1200 unit, 1000-2400 unit\n\n\nP SP\n\n\nicatibant acetate inj 30 mg/3ml (base equivalent) (Firazyr) np PA, QL (6 syringes/30 days), SP\nIDELVION - coagulation factor ix (recomb) (rix-fp) for inj 250 unit,\n\n\n500 unit, 1000 unit, 2000 unit, 3500 unit\nP PA, QL (1 box/30 days), SP\n\n\nIXINITY - coagulation factor ix (recombinant) for inj 250 unit, 500\nunit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nJIVI - antihemophil fact rcmb(bdd-rfviii peg-aucl) for inj 500 unit P PA, QL (1 vial/30 days), SP\nJIVI - antihemophil fact rcmb(bdd-rfviii peg-aucl)for inj 1000 unit,\n\n\n2000 unit, 3000 unit\nP PA, QL (1 vial/30 days), SP\n\n\nKOATE - antihemophilic factor (human) for inj 250 unit, 500 unit,\n1000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nKOATE-DVI - antihemophilic factor (human) for inj 500 unit, 1000\nunit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nKOGENATE FS - antihemophilic factor recomb (rfviii) for inj kit 250\nunit, 500 unit, 1000 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nKOVALTRY - antihemophilic factor recomb (rahf-pfm) for inj 250\nunit, 500 unit, 1000 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nNOVOEIGHT - antihemophilic fact rcmb (bd trunc-rfviii) for inj 250\nunit, 500 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nNOVOSEVEN RT - coagulation factor viia (recomb) for inj 1 mg\n(1000 mcg), 2 mg (2000 mcg), 5 mg (5000 mcg), 8 mg (8000 mcg)\n\n\nP PA, QL (1 ml/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 80\n\n\nDrug Name Drug Tier Requirements/Limits\nNUWIQ - antihemophilic factor rcmb (bdd-rfviii,sim) for inj 250 unit,\n\n\n500 unit\nP PA, QL (1 ml/30 days), SP\n\n\nNUWIQ - antihemophilic fact rcmb (bdd-rfviii,sim) for inj 1000 unit,\n1500 unit, 2000 unit, 2500 unit, 3000 unit, 4000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nNUWIQ - antihemophil fact rcmb (bdd-rfviii,sim) for inj kit 250 unit,\n500 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nNUWIQ - antihemophil fact rcmb(bdd-rfviii,sim) for inj kit 1000 unit,\n1500 unit, 2000 unit, 2500 unit, 3000 unit, 4000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nOBIZUR - antihemophilic factor (recomb porc) rpfviii for inj 500 unit P SP\npentoxifylline tab er 400 mg np\nprasugrel hcl tab 5 mg (base equiv), 10 mg (base equiv)\n\n\n(Effient)\nnp\n\n\nPROFILNINE - factor ix complex for inj 500 unit, 1000 unit, 1500 unit P PA, QL (1 ml/30 days), SP\nPYRUKYND - mitapivat sulfate tab 5 mg, 20 mg, 50 mg NP PA, QL (56 tablets/28 days), SP\nPYRUKYND TAPER PACK - mitapivat sulfate tab therapy pack 5 mg NP PA, QL (7 tablets/365 days), SP\nPYRUKYND TAPER PACK - mitapivat sulfate tab therapy pack 7 x\n\n\n20 mg & 7 x 5 mg, 7 x 50 mg & 7 x 20 mg\nNP PA, QL (14 tablets/365 days), SP\n\n\nREBINYN - coagulation factor ix recomb glycopegylated for inj 500\nunt, 1000 unt, 2000 unt\n\n\nP PA, QL (1 vial/30 days), SP\n\n\nRECOMBINATE - antihemophilic factor recomb (rfviii) for inj 220-400\nunit, 401-800 unit, 801-1240 unit, 1241-1800 unit, 1801-2400 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nRIASTAP - fibrinogen conc (human) inj approximately 1 gm\n(900-1300 mg)\n\n\nP PA, QL (1 gram/30 days), SP\n\n\nRIXUBIS - coagulation factor ix (recombinant) for inj 250 unit, 500\nunit, 1000 unit, 2000 unit, 3000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nRUCONEST - c1 esterase inhibitor (recombinant) for iv inj 2100 unit NP PA, QL (8 vials/30 days), SP\nSEVENFACT - coagulation factor viia (recom)-jncw for inj 1 mg\n\n\n(1000 mcg), 5 mg (5000 mcg)\nNP PA, QL (1 ml/30 days), SP\n\n\nTAKHZYRO - lanadelumab-flyo soln pref syringe 300 mg/2ml\n(150 mg/ml)\n\n\nP PA, QL (2 vials/28 days), SP\n\n\nTAKHZYRO - lanadelumab-flyo inj 300 mg/2ml (150 mg/ml) P PA, QL (2 vials/28 days), SP\nTAVALISSE - fostamatinib disodium tab 100 mg (base equivalent),\n\n\n150 mg (base equivalent)\nNP PA, QL (60 tablets/30 days), SP\n\n\nTRETTEN - coagulation factor xiii a-subunit for inj 2000-3125 unit P SP\nVONVENDI - von willebrand factor (recombinant) for inj 650 unit,\n\n\n1300 unit\nP SP\n\n\nWILATE - antihemophilic factor/vwf (human) for inj 500-500 unit kit P SP\nWILATE - antihemophilic factor/vwf (human) for inj 1000-1000 unit\n\n\nkit\nP SP\n\n\nXYNTHA - antihemophil fact rcmb (bdd-rfviii,mor) for inj kit 250 unit,\n500 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nXYNTHA - antihemophil fact rcmb(bdd-rfviii,mor) for inj kit 1000 unit,\n2000 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\nXYNTHA SOLOFUSE - antihemophil fact rcmb (bdd-rfviii,mor) for inj\nkit 250 unit, 500 unit\n\n\nP PA, QL (1 ml/30 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 81\n\n\nDrug Name Drug Tier Requirements/Limits\nXYNTHA SOLOFUSE - antihemophil fact rcmb(bdd-rfviii,mor) for inj\n\n\nkit 1000 unit, 2000 unit, 3000 unit\nP PA, QL (1 ml/30 days), SP\n\n\nYOSPRALA - aspirin-omeprazole tab delayed release 81-40 mg,\n325-40 mg\n\n\nNP PA, QL (30 tablets/30 days)\n\n\nZONTIVITY - vorapaxar sulfate tab 2.08 mg (base equivalent) NP\n\n\nTOPICAL PRODUCTS\nOPHTHALMIC AGENTS\nALOCRIL - nedocromil sodium ophth soln 2% NP+\nALOMIDE - lodoxamide tromethamine ophth soln 0.1% NP+\nALREX - loteprednol etabonate ophth susp 0.2% NP\napraclonidine hcl ophth soln 0.5% (base equivalent) np\natropine sulfate ophth soln 1% (Atropine sulfate) np\nazelastine hcl ophth soln 0.05% p\nBACITRACIN - bacitracin ophth oint 500 unit/gm P\nbacitracin-polymyxin b ophth oint p\nbacitracin-polymyxin-neomycin-hc ophth oint 1% np\nbepotastine besilate ophth soln 1.5% (Bepreve) np+\nBESIVANCE - besifloxacin hcl ophth susp 0.6% (base equiv) P\nbetaxolol hcl ophth soln 0.5% np\nBETIMOL - timolol ophth soln 0.25%, 0.5% NP\nBETOPTIC-S - betaxolol hcl ophth susp 0.25% NP\nBLEPHAMIDE S.O.P. - sulfacetamide sodium-prednisolone ophth\n\n\noint 10-0.2%\nNP\n\n\nbrimonidine tartrate ophth soln 0.15% (Alphagan p) np PA, QL (5 ml/20 days)\nbrimonidine tartrate ophth soln 0.2% p\nbrimonidine tartrate-timolol maleate ophth soln 0.2-0.5%\n\n\n(Combigan)\nnp\n\n\nbrinzolamide ophth susp 1% (Azopt) np\nbromfenac sodium ophth soln 0.09% (base equiv) (once-daily) np\nBROMSITE - bromfenac sodium ophth soln 0.075% (base\n\n\nequivalent)\nNP\n\n\nCARTEOLOL HCL - carteolol hcl ophth soln 1% NP\nciprofloxacin hcl ophth soln 0.3% (base equivalent) p\ncromolyn sodium ophth soln 4% p\nCYCLOMYDRIL - cyclopentolate w/ phenylephrine ophth soln\n\n\n0.2-1%\nNP\n\n\ncyclopentolate hcl ophth soln 0.5%, 1% (Cyclogyl) p\ncyclopentolate hcl ophth soln 2% (Cyclogyl) np\nCYSTADROPS - cysteamine hcl ophth soln 0.37% (base equivalent) NP SP\nCYSTARAN - cysteamine hcl ophth soln 0.44% (base equivalent) NP SP\nDEXAMETHASONE SODIUM PHOS - dexamethasone sodium\n\n\nphosphate ophth soln 0.1%\nP\n\n\ndiclofenac sodium ophth soln 0.1% p\ndorzolamide hcl ophth soln 2% (Trusopt) p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 82\n\n\nDrug Name Drug Tier Requirements/Limits\ndorzolamide hcl-timolol maleate ophth soln 22.3-6.8 mg/ml\n\n\n(Cosopt)\np\n\n\ndorzolamide hcl-timolol maleate ophth sol 22.3-6.8 mg/ml pf\n(Cosopt pf)\n\n\nnp\n\n\nepinastine hcl ophth soln 0.05% np+\nerythromycin ophth oint 5 mg/gm p\nEYSUVIS - loteprednol etabonate ophth susp 0.25% P\nFLAREX - fluorometholone acetate ophth susp 0.1% NP\nfluorometholone ophth susp 0.1% (Fml liquifilm) np\nFLURBIPROFEN SODIUM - flurbiprofen sodium ophth soln 0.03% NP\ngatifloxacin ophth soln 0.5% (Zymaxid) np\nGENTAK - gentamicin sulfate ophth oint 0.3% NP\ngentamicin sulfate ophth soln 0.3% p\nILEVRO - nepafenac ophth susp 0.3% NP\nISOPTO ATROPINE - atropine sulfate ophth soln 1% NP\nketorolac tromethamine ophth soln 0.4% (Acular ls) np\nketorolac tromethamine ophth soln 0.5% (Acular) p\nlatanoprost ophth soln 0.005% (Xalatan) p QL (2.5 mls/20 days)\nLEVOBUNOLOL HCL - levobunolol hcl ophth soln 0.5% NP\nlevofloxacin ophth soln 0.5% np\nLOTEMAX - loteprednol etabonate ophth oint 0.5% P\nLOTEMAX SM - loteprednol etabonate ophth gel 0.38% P\nloteprednol etabonate ophth gel 0.5% (Lotemax) np\nloteprednol etabonate ophth susp 0.5% (Lotemax) np\nLUMIGAN - bimatoprost ophth soln 0.01% P QL (2.5 mls/20 days)\nMAXIDEX - dexamethasone ophth susp 0.1% NP\nmoxifloxacin hcl ophth soln 0.5% (base equiv) (Vigamox) np\nMOXIFLOXACIN HYDROCHLORID - moxifloxacin hcl ophth soln\n\n\n0.5% (base eq) (2 times daily)\nNP\n\n\nNATACYN - natamycin ophth susp 5% P\nneomycin-bacitrac zn-polymyx 5(3.5)mg-400unt-10000unt op\n\n\noin\nnp\n\n\nneomycin-polymyxin-dexamethasone ophth oint 0.1%\n(Maxitrol)\n\n\np\n\n\nneomycin-polymyxin-dexamethasone ophth susp 0.1%\n(Maxitrol)\n\n\np\n\n\nNEOMYCIN/POLYMYXIN/GRAMIC - neomycin-polymy-gramicid op\nsol 1.75-10000-0.025mg-unt-mg/ml\n\n\nNP\n\n\nNEOMYCIN/POLYMYXIN/HYDROC - neomycin-polymyxin-hc ophth\nsusp\n\n\nNP\n\n\nofloxacin ophth soln 0.3% (Ocuflox) p\nolopatadine hcl ophth soln 0.1% (base equivalent), 0.2% (base\n\n\nequivalent)\nnp+\n\n\nOXERVATE - cenegermin-bkbj ophth soln 0.002% (20 mcg/ml) NP PA, QL (56 vials/56 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 83\n\n\nDrug Name Drug Tier Requirements/Limits\nphenylephrine hcl ophth soln 2.5%, 10% np\npilocarpine hcl ophth soln 1%, 2%, 4% np\npolymyxin b-trimethoprim ophth soln 10000 unit/ml-0.1%\n\n\n(Polytrim)\np\n\n\nPRED-G - gentamicin-prednisolone ace ophth susp 0.3-1% NP\nPRED-G S.O.P. - gentamicin-prednisolone ace ophth oint 0.3-0.6% NP\nPREDNISOLONE ACETATE - prednisolone acetate ophth susp 1% P\nPREDNISOLONE SODIUM PHOSP - prednisolone sodium\n\n\nphosphate ophth soln 1%\nNP\n\n\nRESTASIS - cyclosporine (ophth) emulsion 0.05% np QL (60 vials/30 days)\nRHOPRESSA - netarsudil dimesylate ophth soln 0.02% NP QL (2.5 mls/20 days), ST\nROCKLATAN - netarsudil dimesylate-latanoprost ophth soln\n\n\n0.02-0.005%\nNP QL (2.5 mls/20 days), ST\n\n\nSIMBRINZA - brinzolamide-brimonidine tartrate ophth susp 1-0.2% P\nSULFACETAMIDE SODIUM - sulfacetamide sodium ophth oint 10% NP\nsulfacetamide sodium ophth soln 10% np\nSULFACETAMIDE SODIUM/PRED - sulfacetamide sodium-\n\n\nprednisolone ophth soln 10-0.23(0.25)%\nNP\n\n\ntetracaine hcl ophth soln 0.5% np\ntimolol maleate ophth gel forming soln 0.25%, 0.5% (Timoptic-\n\n\nxe)\nnp\n\n\ntimolol maleate ophth soln 0.25%, 0.5% (Timoptic) p\ntimolol maleate ophth soln 0.5% (once-daily) (Istalol) np\ntimolol maleate preservative free ophth soln 0.5% (Timoptic\n\n\nocudose)\nnp\n\n\nTIMOPTIC OCUDOSE - timolol maleate preservative free ophth\nsoln 0.25%\n\n\nNP\n\n\nTOBRADEX ST - tobramycin-dexamethasone ophth susp 0.3-0.05% NP\ntobramycin ophth soln 0.3% p QL (15 ml/30 days)\ntobramycin-dexamethasone ophth susp 0.3-0.1% (Tobradex) np\ntravoprost ophth soln 0.004% (benzalkonium free) (bak free)\n\n\n(Travatan z)\nnp QL (2.5 ml/20 days)\n\n\nTRIFLURIDINE - trifluridine ophth soln 1% P\nUPNEEQ - oxymetazoline hcl ophth soln 0.1% NP\nVERKAZIA - cyclosporine (ophth) emulsion 0.1% NP+ QL (120 vials/30 days)\nVUITY - pilocarpine hcl ophth soln 1.25% NP QL (2.5 mls/30 days)\nVYZULTA - latanoprostene bunod ophth soln 0.024% NP QL (5 mls/20 days)\nXIIDRA - lifitegrast ophth soln 5% P QL (60 packs/30 days)\nZERVIATE - cetirizine hcl ophth soln 0.24% (base equiv) NP+\nZYLET - loteprednol etabonate-tobramycin ophth susp 0.5-0.3% NP\n\n\nOTIC AGENTS\nacetic acid otic soln 2% np\nCETRAXAL - ciprofloxacin hcl otic soln 0.2% (base equivalent) NP\nCIPRO HC - ciprofloxacin-hydrocortisone otic susp 0.2-1% NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 84\n\n\nDrug Name Drug Tier Requirements/Limits\nCIPROFLOXACIN - ciprofloxacin hcl otic soln 0.2% (base\n\n\nequivalent)\nNP\n\n\nciprofloxacin-dexamethasone otic susp 0.3-0.1% (Ciprodex) np\nCIPROFLOXACIN/FLUOCINOLON - ciprofloxacin-fluocinolone\n\n\naceton (pf) otic soln 0.3-0.025%\nNP\n\n\nCORTISPORIN-TC - neomycin-colistin-hc-thonzonium otic susp\n3.3-3-10-0.5 mg/ml\n\n\nNP\n\n\nfluocinolone acetonide (otic) oil 0.01% (Dermotic) np\nhydrocortisone w/ acetic acid otic soln 1-2% np\nneomycin-polymyxin-hc otic soln 1% np\nneomycin-polymyxin-hc otic susp 3.5 mg/ml-10000 unit/ml-1% np\nofloxacin otic soln 0.3% np\nOTOVEL - ciprofloxacin-fluocinolone aceton (pf) otic soln\n\n\n0.3-0.025%\nNP\n\n\nMOUTH/THROAT/DENTAL AGENTS\ncevimeline hcl cap 30 mg (Evoxac) np\nchlorhexidine gluconate soln 0.12% (Peridex) p\nclotrimazole troche 10 mg np\nFLUORIDEX SENSITIVITY REL - sodium fluoride-potassium nitrate\n\n\npaste 1.1-5%\nNP\n\n\nFLUORIMAX 5000 SENSITIVE - sodium fluoride-potassium nitrate\npaste 1.1-5%\n\n\nNP\n\n\nlidocaine hcl viscous soln 2% p\nNAFRINSE DAILY/ACIDULATED - sodium fluoride-phosphoric acid\n\n\nfor soln 1 mg/5ml (f equiv)\nNP\n\n\nNAFRINSE DAILY/NEUTRAL - sodium fluoride for soln rinse 0.05% NP\nNAFRINSE WEEKLY - sodium fluoride for soln rinse 0.2% NP\nnystatin susp 100000 unit/ml np\nORAVIG - miconazole buccal tab 50 mg (mouth-throat) NP\npilocarpine hcl tab 5 mg, 7.5 mg (Salagen) np\nsodium fluoride cream 1.1% (Prevident 5000 plus) p AC\nsodium fluoride gel 1.1% (0.5% f) (Prevident fluoride) p AC\nsodium fluoride paste 1.1% (Prevident 5000 boost) p AC\nsodium fluoride rinse 0.2% (Prevident rinse) p AC\nsodium fluoride-potassium nitrate gel 1.1-5% (Prevident 5000\n\n\nsensi)\np AC\n\n\nstannous fluoride conc 0.63% p AC\nstannous fluoride gel 0.4% np AC\ntriamcinolone acetonide dental paste 0.1% np\nANORECTAL AGENTS\nANALPRAM-HC - hydrocortisone acetate w/ pramoxine perianal lotn\n\n\n2.5-1%\nNP\n\n\nCORTIFOAM - hydrocortisone acetate perianal foam 10% (90 mg/\ndose)\n\n\nP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 85\n\n\nDrug Name Drug Tier Requirements/Limits\nhydrocortisone acetate suppos 25 mg np\nhydrocortisone acetate w/ pramoxine perianal cream 1-1%\n\n\n(Analpram-hc)\nnp\n\n\nhydrocortisone enema 100 mg/60ml (Cortenema) np\nhydrocortisone perianal cream 1% (Proctocort) np\nhydrocortisone perianal cream 2.5% (Anusol-hc) np\nPROCTOFOAM HC - hydrocortisone acetate w/ pramoxine perianal\n\n\nfoam 1-1%\nNP\n\n\nRECTIV - nitroglycerin oint 0.4% NP\nUCERIS - budesonide rectal foam 2 mg/act NP\n\n\nDERMATOLOGICALS\nABSORICA LD - isotretinoin micronized cap 8 mg, 16 mg, 24 mg,\n\n\n32 mg\nP PA, QL (60 capsules/30 days)\n\n\nacitretin cap 10 mg, 17.5 mg, 25 mg np\nacyclovir cream 5% (Zovirax) np\nacyclovir oint 5% (Zovirax) np\nADAPALENE - adapalene soln 0.1% NP+\nADAPALENE - adapalene pads 0.1% NP+ PA, QL (28 pads/28 days)\nadapalene cream 0.1% (Differin) np+\nadapalene gel 0.1% np+\nadapalene gel 0.3% (Differin) np+\nadapalene-benzoyl peroxide gel 0.1-2.5% (Epiduo) np\nadapalene-benzoyl peroxide gel 0.3-2.5% (Epiduo forte) np+\nADBRY - tralokinumab-ldrm subcutaneous soln prefilled syr 150 mg/\n\n\nml\nP PA, QL (4 mls/28 days), SP\n\n\nAKLIEF - trifarotene cream 0.005% NP\nALA-SCALP - hydrocortisone lotion 2% NP PA\nalclometasone dipropionate cream 0.05% np\nalclometasone dipropionate oint 0.05% np\nALTABAX - retapamulin oint 1% NP\nALTRENO - tretinoin lotion 0.05% NP\nAMCINONIDE - amcinonide cream 0.1% NP QL (180 grams/90 days)\nAMCINONIDE - amcinonide lotion 0.1% NP QL (180 grams/90 days)\nAMCINONIDE - amcinonide oint 0.1% NP QL (180 grams/90 days)\nAMZEEQ - minocycline hcl micronized foam 4% NP\nAPEXICON E - diflorasone diacetate emollient base cream 0.05% NP QL (180 grams/90 days)\nazelaic acid gel 15% (Finacea) np\nAZELEX - azelaic acid cream 20% NP PA, QL (30 grams/30 days)\nbenzoyl peroxide-erythromycin gel 5-3% (Benzamycin) np\nBETAMETHASONE DIPROPIONAT - betamethasone dipropionate\n\n\naugmented gel 0.05%\nNP QL (180 grams/90 days)\n\n\nbetamethasone dipropionate augmented cream 0.05% p QL (180 grams/90 days)\nbetamethasone dipropionate augmented lotion 0.05% np QL (180 grams/90 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 86\n\n\nDrug Name Drug Tier Requirements/Limits\nbetamethasone dipropionate augmented oint 0.05% (Diprolene) np QL (180 grams/90 days)\nbetamethasone dipropionate cream 0.05% np QL (180 grams/90 days)\nbetamethasone dipropionate lotion 0.05% np QL (180 grams/90 days)\nbetamethasone dipropionate oint 0.05% np QL (180 grams/90 days)\nbetamethasone valerate aerosol foam 0.12% (Luxiq) np\nbetamethasone valerate cream 0.1% (base equivalent) np\nbetamethasone valerate lotion 0.1% (base equivalent) np\nbetamethasone valerate oint 0.1% (base equivalent) np\nbexarotene gel 1% (Targretin) np PA, SP\nBRYHALI - halobetasol propionate lotion 0.01% NP QL (200 grams/28 days)\nCALCIPOTRIENE - calcipotriene foam 0.005% NP PA, QL (120 grams/30 days)\ncalcipotriene cream 0.005% (Dovonex) np\ncalcipotriene oint 0.005% np\ncalcipotriene soln 0.005% (50 mcg/ml) np\nCALCITRIOL - calcitriol oint 3 mcg/gm NP\nCAPEX - fluocinolone acetonide shampoo 0.01% NP\nCARAC - fluorouracil cream 0.5% P QL (1 tube/180 days)\nCENTANY - mupirocin oint 2% NP\nciclopirox gel 0.77% np QL (180 grams/30 days)\nciclopirox olamine cream 0.77% (base equiv) (Loprox) np QL (180 grams/30 days)\nciclopirox olamine susp 0.77% (base equiv) (Loprox) np QL (180 mls/30 days)\nciclopirox shampoo 1% (Loprox shampoo) np\nciclopirox solution 8% (Penlac Nail Lacquer) np QL (6.6 mls/30 days)\nclindamycin phosph-benzoyl peroxide (refrig) gel 1.2 (1)-5% np\nclindamycin phosphate foam 1% (Evoclin) np\nclindamycin phosphate gel 1% (Clindagel) np\nclindamycin phosphate lotion 1% (Cleocin-t) np\nclindamycin phosphate soln 1% np QL (180 ml/30 days)\nclindamycin phosphate swab 1% np\nclindamycin phosphate-benzoyl peroxide gel 1-5% np\nclindamycin phosphate-benzoyl peroxide gel 1.2-2.5% (Acanya) np\nclindamycin phosphate-tretinoin gel 1.2-0.025% (Ziana) np\nclobetasol propionate cream 0.05% np QL (180 grams/90 days)\nclobetasol propionate emollient base cream 0.05% np\nclobetasol propionate emulsion foam 0.05% (Olux-e) np QL (180 grams/90 days)\nclobetasol propionate foam 0.05% (Olux) np QL (120 grams/28 days)\nclobetasol propionate gel 0.05% np\nclobetasol propionate lotion 0.05% (Clobex) np QL (180 grams/90 days)\nclobetasol propionate oint 0.05% np QL (180 grams/90 days)\nclobetasol propionate shampoo 0.05% (Clobex) np\nclobetasol propionate soln 0.05% np QL (180 grams/90 days)\nclobetasol propionate spray 0.05% (Clobex) np QL (180 grams/90 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 87\n\n\nDrug Name Drug Tier Requirements/Limits\nclocortolone pivalate cream 0.1% (Cloderm) np\nclotrimazole cream 1% np+\nclotrimazole soln 1% np+\nclotrimazole w/ betamethasone cream 1-0.05% np\nclotrimazole w/ betamethasone lotion 1-0.05% np\nCONDYLOX - podofilox gel 0.5% NP\nCORDRAN - flurandrenolide cream 0.025% NP\nCORDRAN - flurandrenolide oint 0.05% NP\nCORDRAN - flurandrenolide tape 4 mcg/sqcm NP QL (180 grams/90 days)\nCOSENTYX - secukinumab subcutaneous soln prefilled syringe\n\n\n75 mg/0.5ml, 150 mg/ml\nP PA, QL (1 syringe/28 days), SP\n\n\nCOSENTYX - secukinumab subcutaneous pref syr 150 mg/ml\n(300 mg dose)\n\n\nP PA, QL (2 syringes/28 days), SP\n\n\nCOSENTYX SENSOREADY PEN - secukinumab subcutaneous\nsoln auto-injector 150 mg/ml\n\n\nP PA, QL (1 pen/28 days), SP\n\n\nCOSENTYX SENSOREADY PEN - secukinumab subcutaneous\nauto-inj 150 mg/ml (300 mg dose)\n\n\nP PA, QL (2 pens/28 days), SP\n\n\nCROTAN - crotamiton lotion 10% NP\ndapsone gel 5%, 7.5% (Aczone) np\nDENAVIR - penciclovir cream 1% NP+ PA\ndesonide cream 0.05% (Desowen) np\ndesonide gel 0.05% np\ndesonide lotion 0.05% np\ndesonide oint 0.05% np\ndesoximetasone cream 0.05% (Topicort) np\ndesoximetasone cream 0.25% (Topicort) np QL (180 grams/90 days)\ndesoximetasone gel 0.05% (Topicort) np QL (180 grams/90 days)\ndesoximetasone oint 0.05% (Topicort) np\ndesoximetasone oint 0.25% (Topicort) np QL (180 grams/90 days)\ndesoximetasone spray 0.25% (Topicort) np QL (1 bottle/90 days)\nDICLOFENAC EPOLAMINE - diclofenac epolamine patch 1.3% NP\ndiclofenac sodium (actinic keratoses) gel 3% np QL (3 tubes/180 days)\ndiclofenac sodium gel 1% np+\ndiclofenac sodium soln 1.5% np\ndiclofenac sodium soln 2% (Pennsaid) np\nDIFFERIN - adapalene lotion 0.1% NP+\nDIFLORASONE DIACETATE - diflorasone diacetate cream 0.05% NP PA, QL (180 grams/90 days)\ndiflorasone diacetate oint 0.05% np PA, QL (180 grams/90 days)\nDOXEPIN HYDROCHLORIDE - doxepin hcl cream 5% NP PA, QL (45 grams/180 days)\nDUOBRII - halobetasol propionate-tazarotene lotion 0.01-0.045% NP QL (200 grams/28 days)\nDUPIXENT - dupilumab subcutaneous soln pen-injector\n\n\n200 mg/1.14ml, 300 mg/2ml\nP PA, QL (2 pens/28 days), SP\n\n\nDUPIXENT - dupilumab subcutaneous soln prefilled syringe\n100 mg/0.67ml, 200 mg/1.14ml, 300 mg/2ml\n\n\nP PA, QL (2 syringes/28 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 88\n\n\nDrug Name Drug Tier Requirements/Limits\neconazole nitrate cream 1% np QL (170 grams/30 days)\nECOZA - econazole nitrate foam 1% NP PA\nENSTILAR - calcipotriene-betamethasone dipropionate foam\n\n\n0.005-0.064%\nP QL (420 grams/28 days)\n\n\nERTACZO - sertaconazole nitrate cream 2% NP PA\nERY - erythromycin pads 2% NP\nerythromycin gel 2% (Erygel) np QL (180 grams/30 days)\nerythromycin soln 2% np QL (180 mls/30 days)\nEUCRISA - crisaborole oint 2% P\nEXELDERM - sulconazole nitrate solution 1% NP PA\nEXELDERM - sulconazole nitrate cream 1% NP PA\nFLECTOR - diclofenac epolamine patch 1.3% NP\nfluocinolone acetonide cream 0.01% np\nfluocinolone acetonide cream 0.025% (Synalar) np\nfluocinolone acetonide oil 0.01% (body oil) (Derma-smoothe/fs\n\n\nbod)\nnp\n\n\nfluocinolone acetonide oil 0.01% (scalp oil) (Derma-smoothe/fs\nsca)\n\n\nnp\n\n\nfluocinolone acetonide oint 0.025% (Synalar) np\nfluocinolone acetonide soln 0.01% (Synalar) np\nfluocinonide cream 0.05% np QL (180 grams/90 days)\nfluocinonide cream 0.1% (Vanos) np PA, QL (120 grams/180 days)\nfluocinonide emulsified base cream 0.05% np QL (180 grams/90 days)\nfluocinonide gel 0.05% np QL (180 grams/90 days)\nfluocinonide oint 0.05% np QL (180 grams/90 days)\nfluocinonide soln 0.05% np QL (180 grams/90 days)\nFLUOROURACIL - fluorouracil soln 2%, 5% NP\nFLUOROURACIL - fluorouracil cream 0.5% NP QL (1 tube/180 days)\nfluorouracil cream 5% (Efudex) np QL (240 grams/180 days)\nflurandrenolide cream 0.05% (Cordran) np\nflurandrenolide lotion 0.05% (Cordran) np PA\nfluticasone propionate cream 0.05% np\nfluticasone propionate lotion 0.05% np\nfluticasone propionate oint 0.005% np\ngentamicin sulfate cream 0.1% np QL (120 grams/90 days)\ngentamicin sulfate oint 0.1% np QL (120 grams/90 days)\nhalcinonide cream 0.1% (Halog) np QL (180 grams/90 days)\nHALOBETASOL PROPIONATE - halobetasol propionate foam\n\n\n0.05%\nNP PA, QL (180 grams/90 days)\n\n\nhalobetasol propionate cream 0.05% np QL (180 grams/90 days)\nhalobetasol propionate oint 0.05% np QL (180 grams/90 days)\nHALOG - halcinonide soln 0.1% NP PA, QL (120 grams/30 days)\nHALOG - halcinonide oint 0.1% NP QL (180 grams/90 days)\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 89\n\n\nDrug Name Drug Tier Requirements/Limits\nHYDROCORTISONE BUTYRATE - hydrocortisone butyrate soln\n\n\n0.1%\nNP\n\n\nHYDROCORTISONE BUTYRATE - hydrocortisone butyrate cream\n0.1%\n\n\nNP\n\n\nhydrocortisone butyrate hydrophilic lipo base cream 0.1%\n(Locoid lipocream)\n\n\nnp\n\n\nhydrocortisone butyrate lotion 0.1% (Locoid) np\nhydrocortisone butyrate oint 0.1% np\nhydrocortisone cream 1% np+\nhydrocortisone cream 2.5% p\nhydrocortisone lotion 2.5% np\nhydrocortisone oint 1% np+\nhydrocortisone oint 2.5% p\nhydrocortisone valerate cream 0.2% np\nhydrocortisone valerate oint 0.2% np\nimiquimod cream 3.75% (Zyclara) np QL (15 grams/180 days)\nimiquimod cream 3.75% (Zyclara) np QL (56 packets/180 days)\nimiquimod cream 5% np QL (48 packets/180 days)\nIMPEKLO - clobetasol propionate lotion 0.15 mg/act (0.05%) NP QL (180 grams/90 days)\nIMPOYZ - clobetasol propionate cream 0.025% NP QL (180 grams/30 days)\nisotretinoin cap 10 mg, 20 mg, 25 mg, 30 mg, 35 mg, 40 mg\n\n\n(Absorica)\nnp\n\n\nIVERMECTIN - ivermectin lotion 0.5% NP\nJUBLIA - efinaconazole soln 10% P+ QL (4 mls/30 days)\nketoconazole cream 2% np QL (180 grams/30 days)\nketoconazole foam 2% (Extina) np PA, QL (100 grams/30 days)\nketoconazole shampoo 2% p\nKLISYRI - tirbanibulin ointment 1% NP QL (1 box/180 days)\nlactic acid (ammonium lactate) cream 12% np+\nlactic acid (ammonium lactate) lotion 12% np+\nLEXETTE - halobetasol propionate foam 0.05% NP PA, QL (180 grams/90 days)\nLICART - diclofenac epolamine patch 24hr 1.3% NP\nlidocaine hcl soln 4% np QL (120 mls/30 days)\nlidocaine hcl urethral/mucosal gel prefilled syringe 2% np+\nlidocaine oint 5% np PA, QL (120 grams/30 days)\nlidocaine patch 5% (Lidoderm) np PA, QL (120 patches/30 days)\nlidocaine-prilocaine cream 2.5-2.5% np\nLIDOCAINE/TETRACAINE - lidocaine-tetracaine cream 7-7% NP PA, QL (100 grams/30 days)\nLINDANE - lindane shampoo 1% NP\nLULICONAZOLE - luliconazole cream 1% NP PA\nLUZU - luliconazole cream 1% NP PA\nmafenide acetate packet for topical soln 5% (50 gm)\n\n\n(Sulfamylon)\nnp\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 90\n\n\nDrug Name Drug Tier Requirements/Limits\nmalathion lotion 0.5% (Ovide) np\nMENTAX - butenafine hcl cream 1% NP+\nMETHOXSALEN - methoxsalen rapid cap 10 mg NP\nmetronidazole cream 0.75% (Metrocream) np\nmetronidazole gel 0.75% np\nmetronidazole gel 1% (Metrogel) np\nmetronidazole lotion 0.75% (Metrolotion) np\nMICONAZOLE NITRATE/ZINC O - miconazole-zinc oxide-white\n\n\npetrolatum oint 0.25-15-81.35%\nNP+\n\n\nMIRVASO - brimonidine tartrate gel 0.33% (base equivalent) NP\nmometasone furoate cream 0.1% np\nmometasone furoate oint 0.1% p QL (180 grams/90 days)\nmometasone furoate solution 0.1% (lotion) np\nmupirocin calcium cream 2% np PA\nmupirocin oint 2% p\nNAFTIFINE HCL - naftifine hcl cream 1% NP PA\nnaftifine hcl cream 2% np\nNAFTIN - naftifine hcl gel 1%, 2% NP PA\nNATROBA - spinosad susp 0.9% NP\nNEO-SYNALAR - neomycin sulfate-fluocinolone acetonide cream\n\n\n0.5-0.025%\nNP\n\n\nnystatin cream 100000 unit/gm p\nnystatin oint 100000 unit/gm p\nnystatin topical powder 100000 unit/gm np\nnystatin-triamcinolone cream 100000-0.1 unit/gm-% np\nnystatin-triamcinolone oint 100000-0.1 unit/gm-% np\nONEXTON - clindamycin phosphate-benzoyl peroxide gel\n\n\n1.2-3.75%\nP\n\n\nORACEA - doxycycline (rosacea) cap delayed release 40 mg P\noxiconazole nitrate cream 1% (Oxistat) np PA, QL (180 grams/30 days)\nOXISTAT - oxiconazole nitrate lotion 1% NP PA\nPANDEL - hydrocortisone probutate cream 0.1% NP PA, QL (80 grams/90 days)\nPANRETIN - alitretinoin gel 0.1% NP\npermethrin cream 5% np\npimecrolimus cream 1% (Elidel) np\nPLIAGLIS - lidocaine-tetracaine cream 7-7% NP PA, QL (100 grams/30 days)\npodofilox soln 0.5% np\nPREDNICARBATE - prednicarbate oint 0.1% NP\nPRUDOXIN - doxepin hcl cream 5% NP PA, QL (45 grams/180 days)\nQBREXZA - glycopyrronium tosylate pad 2.4% (base equivalent) NP PA, QL (30 pads/30 days)\nREGRANEX - becaplermin gel 0.01% NP PA, QL (4 tubes/365 days)\nSANTYL - collagenase oint 250 unit/gm NP\nselenium sulfide lotion 2.5% p\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 91\n\n\nDrug Name Drug Tier Requirements/Limits\nSERNIVO - betamethasone dipropionate spray emulsion 0.05%\n\n\n(base equiv)\nNP QL (2 bottles/28 days)\n\n\nsilver sulfadiazine cream 1% (Silvadene) p\nSKYRIZI - risankizumab-rzaa soln prefilled syringe 150 mg/ml P PA, QL (1 syringe/84 days), SP\nSKYRIZI - risankizumab-rzaa sol prefilled syringe 2 x 75 mg/0.83ml\n\n\nkit\nP PA, QL (1 box/84 days), SP\n\n\nSKYRIZI PEN - risankizumab-rzaa soln auto-injector 150 mg/ml P PA, QL (1 injection\ndevice/84 days), SP\n\n\nSOOLANTRA - ivermectin cream 1% np QL (45 grams/30 days)\nSORILUX - calcipotriene foam 0.005% NP PA, QL (120 grams/30 days)\nSPINOSAD - spinosad susp 0.9% NP\nSTELARA - ustekinumab soln prefilled syringe 45 mg/0.5ml, 90 mg/\n\n\nml\nP PA, QL (1 syringe/84 days), SP\n\n\nSTELARA - ustekinumab inj 45 mg/0.5ml P PA, QL (1 vial/84 days), SP\nSULCONAZOLE NITRATE - sulconazole nitrate solution 1% NP PA\nSULCONAZOLE NITRATE - sulconazole nitrate cream 1% NP PA\nsulfacetamide sodium lotion 10% (acne) (Klaron) np\nSULFAMYLON - mafenide acetate cream 85 mg/gm NP\nSYNERA - lidocaine-tetracaine topical patch 70-70 mg NP PA, QL (4 patches/28 days)\ntacrolimus oint 0.03%, 0.1% (Protopic) np\ntazarotene cream 0.1% (Tazorac) np\nTAZORAC - tazarotene cream 0.05% P\nTAZORAC - tazarotene gel 0.05%, 0.1% P\nTEXACORT - hydrocortisone soln 2.5% NP\nTREMFYA - guselkumab soln pen-injector 100 mg/ml P PA, QL (1 pen/56 days), SP\nTREMFYA - guselkumab soln prefilled syringe 100 mg/ml P PA, QL (1 syringe/56 days), SP\ntretinoin cream 0.025%, 0.05%, 0.1% (Retin-a) np\ntretinoin gel 0.01%, 0.025% (Retin-a) np\ntretinoin gel 0.05% (Atralin) np\ntretinoin microsphere gel 0.04%, 0.1% (Retin-a micro) np\ntriamcinolone acetonide aerosol soln 0.147 mg/gm (Kenalog) np PA, QL (180 grams/90 days)\ntriamcinolone acetonide cream 0.025%, 0.1%, 0.5% p\ntriamcinolone acetonide lotion 0.025%, 0.1% np\ntriamcinolone acetonide oint 0.025%, 0.1%, 0.5% p\ntriamcinolone acetonide oint 0.05% np\nULTRAVATE - halobetasol propionate lotion 0.05% NP QL (180 grams/90 days)\nVALCHLOR - mechlorethamine hcl gel 0.016% (base equivalent) P SP\nVECTICAL - calcitriol oint 3 mcg/gm NP\nVERDESO - desonide foam 0.05% NP\nVEREGEN - sinecatechins oint 15% NP\nVUSION - miconazole-zinc oxide-white petrolatum oint\n\n\n0.25-15-81.35%\nNP+\n\n\nWINLEVI - clascoterone cream 1% NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 92\n\n\nDrug Name Drug Tier Requirements/Limits\nXEPI - ozenoxacin cream 1% NP\nXERESE - acyclovir-hydrocortisone cream 5-1% NP+ PA, QL (5 grams/30 days)\nXOLEGEL - ketoconazole gel 2% NP PA, QL (120 grams/30 days)\nZILXI - minocycline hcl micronized foam 1.5% P\nZONALON - doxepin hcl cream 5% NP PA, QL (45 grams/180 days)\nZTLIDO - lidocaine patch 1.8% (36 mg) NP PA, QL (120 pads/30 days)\nZYCLARA PUMP - imiquimod cream 2.5% P QL (1 bottle/180 days)\n\n\nMISCELLANEOUS PRODUCTS\nANTIDOTES\nCHEMET - succimer cap 100 mg P\ndeferasirox granules packet 90 mg, 180 mg (Jadenu sprinkle) np PA, QL (30 packets/30 days), SP\ndeferasirox granules packet 360 mg (Jadenu sprinkle) np PA, QL (180 packets/30 days), SP\ndeferasirox tab for oral susp 125 mg, 250 mg (Exjade) np PA, QL (30 tablets/30 days), SP\ndeferasirox tab for oral susp 500 mg (Exjade) np PA, QL (90 tablets/30 days), SP\ndeferasirox tab 90 mg, 180 mg (Jadenu) np PA, QL (30 tablets/30 days), SP\ndeferasirox tab 360 mg (Jadenu) np PA, QL (180 tablets/30 days), SP\ndeferiprone tab 500 mg, 1000 mg (Ferriprox) np SP\nFERRIPROX - deferiprone oral soln 100 mg/ml NP SP\nFERRIPROX TWICE-A-DAY - deferiprone (twice daily) tab 1000 mg NP SP\nKLOXXADO - naloxone hcl nasal spray 8 mg/0.1ml P\nnaloxone hcl inj 0.4 mg/ml, 4 mg/10ml np\nnaloxone hcl nasal spray 4 mg/0.1ml (Narcan) np\nnaloxone hcl soln prefilled syringe 2 mg/2ml np\nNALOXONE HYDROCHLORIDE - naloxone hcl soln cartridge\n\n\n0.4 mg/ml\nNP\n\n\nnaltrexone hcl tab 50 mg np\nVISTOGARD - uridine triacetate oral granules packet 10 gm NP SP\nZIMHI - naloxone hcl soln prefilled syringe 5 mg/0.5ml NP\n\n\nDIAGNOSTIC PRODUCTS\nBINAXNOW COVID-19 AG CARD - covid-19 at home antigen test\n\n\nkit\nNP\n\n\nCARESTART COVID-19 ANTIGE - covid-19 at home antigen test kit NP\nCELLTRION DIATRUST COVID- - covid-19 at home antigen test kit NP\nCLEARDETECT COVID-19 ANTI - covid-19 at home antigen test kit NP\nCLINITEST RAPID COVID-19 - covid-19 at home antigen test kit NP\nCONTOUR BLOOD GLUCOSE TES - glucose blood test strip P QL (204 strips/30 days)\nCONTOUR NEXT BLOOD GLUCOS - glucose blood test strip P QL (204 strips/30 days)\nCOVID-19 AT-HOME TEST KIT - covid-19 at home antigen test kit NP\nCOVID-19 RAPID SELF TEST - covid-19 at home antigen test kit NP\nELLUME COVID-19 HOME TEST - covid-19 at home antigen test kit NP\nFLOWFLEX COVID-19 ANTIGEN - covid-19 at home antigen test kit NP\nIHEALTH COVID-19 ANTIGEN - covid-19 at home antigen test kit NP\nINDICAID COVID-19 RAPID A - covid-19 at home antigen test kit NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 93\n\n\nDrug Name Drug Tier Requirements/Limits\nINTELISWAB COVID-19 RAPID - covid-19 at home antigen test kit NP\nKETOSTIX - acetone (urine) test strip NP\nON/GO COVID-19 ANTIGEN SE - covid-19 at home antigen test kit NP\nON/GO ONE COVID-19 ANTIGE - covid-19 at home antigen test kit NP\nPILOT COVID-19 AT-HOME TE - covid-19 at home antigen test kit NP\nQUICKVUE AT-HOME COVID-19 - covid-19 at home antigen test kit NP\n\n\nMEDICAL DEVICES\nAEROCHAMBER MINI AEROSOL - spacer/aerosol-holding\n\n\nchambers - device\nP\n\n\nAEROCHAMBER MV - spacer/aerosol-holding chambers - device P\nAEROCHAMBER PLUS FLOW-VU - spacer/aerosol-holding\n\n\nchambers - device\nP\n\n\nAEROCHAMBER PLUS FLOW-VU/ - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nAEROCHAMBER Z-STAT PLUS V - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nAEROCHAMBER Z-STAT PLUS/F - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nAEROCHAMBER Z-STAT PLUS/L - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nAEROCHAMBER Z-STAT PLUS/M - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nAEROCHAMBER Z-STAT PLUS/S - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nAEROVENT PLUS HOLDING CHA - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nBREATHE COMFORT ANTI-STAT - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nBREATHE EASE/LARGE MASK - spacer/aerosol-holding chambers\n- device\n\n\nP\n\n\nBREATHE EASE/MEDIUM MASK - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nBREATHE EASE/SMALL MASK - spacer/aerosol-holding chambers\n- device\n\n\nP\n\n\nCAYA - diaphragm arc-spring P AC\nCLEVER CHOICE ANTI-STATIC - spacer/aerosol-holding chambers\n\n\n- device\nP\n\n\nCOMPACT SPACE CHAMBER/ANT - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nCONDOMS-MALE - VARIOUS P ACA\nCONTOUR HIGH CONTROL - blood glucose calibration - liquid -\n\n\nhigh\nP\n\n\nCONTOUR LOW CONTROL - blood glucose calibration - liquid - low P\nCONTOUR NEXT CONTROL LEVE - blood glucose calibration -\n\n\nliquid - normal, - low\nP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 94\n\n\nDrug Name Drug Tier Requirements/Limits\nCONTOUR NORMAL CONTROL - blood glucose calibration - liquid\n\n\n- normal\nP\n\n\nDEXCOM G6 RECEIVER - continuous blood glucose system\nreceiver\n\n\nP PA, QL (1 receiver/365 days)\n\n\nDEXCOM G6 SENSOR - continuous blood glucose system sensor P PA, QL (3 sensors/30 days)\nDEXCOM G6 TRANSMITTER - continuous blood glucose system\n\n\ntransmitter\nP PA, QL (1 box/90 days)\n\n\nEASIVENT - spacer/aerosol-holding chambers - device P\nEASIVENT/MASK-LARGE - spacer/aerosol-holding chambers -\n\n\ndevice\nP\n\n\nEASIVENT/MASK-MEDIUM - spacer/aerosol-holding chambers -\ndevice\n\n\nP\n\n\nEASIVENT/MASK-SMALL - spacer/aerosol-holding chambers -\ndevice\n\n\nP\n\n\nEQ SPACE CHAMBER ANTI-STA - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nFC2 FEMALE CONDOM - condoms - female P AC\nFEMCAP - cervical cap 22 mm, 26 mm, 30 mm P AC\nFLEXICHAMBER - spacer/aerosol-holding chambers - device P\nFLEXICHAMBER ADULT MASK/S - spacer/aerosol-holding\n\n\nchamber supplies - masks\nP\n\n\nFLEXICHAMBER CHILD MASK/L - spacer/aerosol-holding chamber\nsupplies - masks\n\n\nP\n\n\nFLEXICHAMBER CHILD MASK/S - spacer/aerosol-holding chamber\nsupplies - masks\n\n\nP\n\n\nINSPIRACHAMBER/ANTI-STATI - spacer/aerosol-holding chambers\n- device\n\n\nP\n\n\nINSPIRACHAMBER/LARGE - spacer/aerosol-holding chambers -\ndevice\n\n\nP\n\n\nINSPIRACHAMBER/SOOTHERMAS - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nINSPIREASE DRUG DELIVERY - spacer/aerosol-holding chambers\n- device\n\n\nP\n\n\nINSPIREASE RESERVOIR BAGS - spacer/aerosol-holding\nchamber supplies - bags\n\n\nP\n\n\nINSULIN PEN NEEDLES â€“ VARIOUS P QL (300 needles/30 days)\nINSULIN SYRINGES â€“ VARIOUS P QL (300 syringes/30 days)\nLANCETS â€“ VARIOUS P\nMASK VORTEX/CHILD/FROG - spacer/aerosol-holding chamber\n\n\nsupplies - masks\nP\n\n\nMASK VORTEX/TODDLER/LADY - spacer/aerosol-holding chamber\nsupplies - masks\n\n\nP\n\n\nMICROCHAMBER - spacer/aerosol-holding chambers - device P\nMICROSPACER - spacer/aerosol-holding chambers - device P\nMISC NEEDLES & SYRINGES â€“ VARIOUS P\nOMNIFLEX DIAPHRAGM - diaphragms P AC\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 95\n\n\nDrug Name Drug Tier Requirements/Limits\nOMNIPOD DASH INTRO KIT (G - insulin infusion disposable pump\n\n\nkit\nNP PA, QL (1 kit/720 days)\n\n\nOMNIPOD DASH PODS (GEN 4) - insulin infusion disposable pump\nsupplies\n\n\nNP PA, QL (30 pods/30 days)\n\n\nOMNIPOD 5 G6 INTRO KIT (G - insulin infusion disposable pump\nkit\n\n\nNP PA, QL (1 kit/720 days)\n\n\nOMNIPOD 5 G6 PODS (GEN 5) - insulin infusion disposable pump\nsupplies\n\n\nNP PA, QL (30 pods/30 days)\n\n\nOPTICHAMBER - spacer/aerosol-holding chambers - device P\nOPTICHAMBER DIAMOND - spacer/aerosol-holding chambers -\n\n\ndevice\nP\n\n\nOPTICHAMBER DIAMOND/LARGE - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nOPTICHAMBER DIAMOND/MEDIU - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nOPTICHAMBER DIAMOND/SMALL - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nPANDA MASK LARGE - spacer/aerosol-holding chamber supplies -\nmasks\n\n\nP\n\n\nPANDA MASK MEDIUM - spacer/aerosol-holding chamber supplies\n- masks\n\n\nP\n\n\nPANDA MASK SMALL - spacer/aerosol-holding chamber supplies -\nmasks\n\n\nP\n\n\nPEDIATRIC PANDA MASK - spacer/aerosol-holding chamber\nsupplies - masks\n\n\nP\n\n\nPOCKET CHAMBER - spacer/aerosol-holding chambers - device P\nPOCKET SPACER - spacer/aerosol-holding chambers - device P\nPRO COMFORT INHALER SPACE - spacer/aerosol-holding\n\n\nchambers - device\nP\n\n\nPROCARE SPACER CHAMBER W/ - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nPURE COMFORT INHALER SPAC - spacer/aerosol-holding\nchambers - device\n\n\nP\n\n\nRITEFLO - spacer/aerosol-holding chambers - device P\nVORTEX VALVED HOLDING CHA - spacer/aerosol-holding\n\n\nchambers - device\nP\n\n\nWIDE-SEAL SILICONE DIAPHR - diaphragm wide seal 60 mm, 65\nmm, 70 mm, 75 mm, 80 mm, 85 mm, 90 mm, 95 mm\n\n\nP AC\n\n\nASSORTED CLASSES\nASTAGRAF XL - tacrolimus cap er 24hr 0.5 mg, 1 mg, 5 mg NP\nazathioprine tab 50 mg (Imuran) np\nazathioprine tab 75 mg, 100 mg np\nBENLYSTA - belimumab subcutaneous solution auto-injector\n\n\n200 mg/ml\nNP PA, QL (4 syringes/28 days), SP\n\n\nBENLYSTA - belimumab subcutaneous solution prefilled syringe\n200 mg/ml\n\n\nNP PA, QL (4 syringes/28 days), SP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 96\n\n\nDrug Name Drug Tier Requirements/Limits\nCELLCEPT - mycophenolate mofetil cap 250 mg NP\nCELLCEPT - mycophenolate mofetil tab 500 mg NP\nCELLCEPT - mycophenolate mofetil for oral susp 200 mg/ml NP\ncyclosporine cap 25 mg, 100 mg (Sandimmune) np\ncyclosporine modified cap 25 mg, 100 mg (Neoral) np\ncyclosporine modified cap 50 mg np\ncyclosporine modified oral soln 100 mg/ml (Neoral) np\nENSPRYNG - satralizumab-mwge subcutaneous soln pref syringe\n\n\n120 mg/ml\nNP PA, QL (1 syringe/28 days), SP\n\n\nENVARSUS XR - tacrolimus tab er 24hr 0.75 mg, 1 mg, 4 mg NP\neverolimus tab 0.25 mg, 0.5 mg, 0.75 mg, 1 mg (Zortress) np\nIMURAN - azathioprine tab 50 mg NP\nlenalidomide cap 5 mg, 10 mg (Revlimid) np PA, QL (30 capsules/30 days), SP\nlenalidomide cap 15 mg, 25 mg (Revlimid) np PA, QL (21 capsules/28 days), SP\nLOKELMA - sodium zirconium cyclosilicate for susp packet 5 gm,\n\n\n10 gm\nP\n\n\nLUPKYNIS - voclosporin cap 7.9 mg NP PA, QL (180 capsules/30 days), SP\nmycophenolate mofetil cap 250 mg (Cellcept) np\nmycophenolate mofetil for oral susp 200 mg/ml (Cellcept) np\nmycophenolate mofetil tab 500 mg (Cellcept) np\nmycophenolate sodium tab dr 180 mg (mycophenolic acid\n\n\nequiv), 360 mg (mycophenolic acid equiv) (Myfortic)\nnp\n\n\nMYFORTIC - mycophenolate sodium tab dr 180 mg (mycophenolic\nacid equiv), 360 mg (mycophenolic acid equiv)\n\n\nNP\n\n\nNEORAL - cyclosporine modified cap 25 mg, 100 mg NP\nNEORAL - cyclosporine modified oral soln 100 mg/ml NP\npenicillamine cap 250 mg (Cuprimine) np PA, QL (480 capsules/30 days), SP\npenicillamine tab 250 mg (Depen titratabs) np SP\nPROGRAF - tacrolimus cap 0.5 mg, 1 mg, 5 mg NP\nPROGRAF - tacrolimus packet for susp 0.2 mg, 1 mg NP\nRAPAMUNE - sirolimus tab 0.5 mg, 1 mg, 2 mg NP\nRAPAMUNE - sirolimus oral soln 1 mg/ml NP\nRESET - digital therapy application P+ QL (1 package/365 days)\nRESET FOR IOS OR ANDROID - digital therapy application P+ QL (1 package/365 days)\nRESET NON-MONETARY CM - digital therapy application P+ QL (1 package/365 days)\nRESET-O - digital therapy application P+ QL (1 package/365 days)\nRESET-O FOR IOS OR ANDROI - digital therapy application P+ QL (1 package/365 days)\nRESET-O NON-MONETARY CM - digital therapy application P+ QL (1 package/365 days)\nREVLIMID - lenalidomide caps 2.5 mg P PA, QL (30 capsules/30 days), SP\nREVLIMID - lenalidomide cap 5 mg, 10 mg P PA, QL (30 capsules/30 days), SP\nREVLIMID - lenalidomide cap 15 mg, 20 mg, 25 mg P PA, QL (21 capsules/28 days), SP\nREZUROCK - belumosudil mesylate tab 200 mg NP SP\nSANDIMMUNE - cyclosporine cap 25 mg, 100 mg NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 97\n\n\nDrug Name Drug Tier Requirements/Limits\nSANDIMMUNE - cyclosporine oral soln 100 mg/ml NP\nsirolimus oral soln 1 mg/ml (Rapamune) np\nsirolimus tab 0.5 mg, 1 mg, 2 mg (Rapamune) np\nsodium polystyrene sulfonate powder np\nSPS - sodium polystyrene sulfonate oral susp 15 gm/60ml NP\ntacrolimus cap 0.5 mg, 1 mg, 5 mg (Prograf) np\nTHALOMID - thalidomide cap 50 mg, 100 mg P PA, QL (30 capsules/30 days), SP\nTHALOMID - thalidomide cap 150 mg, 200 mg P PA, QL (60 capsules/30 days), SP\ntrientine hcl cap 250 mg (Syprine) np SP\nVELTASSA - patiromer sorbitex calcium for susp packet 8.4 gm\n\n\n(base eq), 16.8 gm (base eq), 25.2 gm (base eq)\nP\n\n\nVIJOICE - alpelisib (pros) tab therapy pack 50 mg daily dose,\n125 mg daily dose\n\n\nNP PA, QL (28 tablets/28 days), SP\n\n\nVIJOICE - alpelisib (pros) pak 250 mg daily dose (200 mg & 50 mg\ntabs)\n\n\nNP PA, QL (56 tablets/28 days), SP\n\n\nZOKINVY - lonafarnib cap 50 mg, 75 mg P PA, QL (120 capsules/30 days), SP\nZORTRESS - everolimus tab 0.25 mg, 0.5 mg, 0.75 mg, 1 mg NP\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 98\n\n\nINDEX\n\n\nA\nabacavir sulfate-lamivudine tab 600-300 mg................... 4\nabacavir sulfate soln 20 mg/ml (base equiv)................... 4\nabacavir sulfate tab 300 mg (base equiv)........................ 4\nabiraterone acetate tab 250 mg.......................................12\nabiraterone acetate tab 500 mg.......................................12\nABSORICA LD.....................................................................85\nacamprosate calcium tab delayed release 333 mg....... 56\nacarbose tab 25 mg, 50 mg, 100 mg...............................23\nACCRUFER......................................................................... 76\nacebutolol hcl cap 200 mg, 400 mg................................31\nACETAMINOPHEN/CAFFEINE/DI......................................59\nacetaminophen w/ codeine soln 120-12 mg/5ml........... 59\nacetaminophen w/ codeine tab 300-15 mg.....................59\nacetaminophen w/ codeine tab 300-30 mg.....................59\nacetaminophen w/ codeine tab 300-60 mg.....................59\nacetazolamide cap er 12hr 500 mg................................. 35\nacetazolamide tab 125 mg, 250 mg.................................35\nacetic acid otic soln 2%................................................... 83\nacetylcysteine inhal soln 10%, 20%................................40\nacitretin cap 10 mg, 17.5 mg, 25 mg...............................85\nACTEMRA............................................................................61\nACTEMRA ACTPEN........................................................... 62\nACTHAR...............................................................................27\nACTHIB.................................................................................. 9\nACTIMMUNE....................................................................... 13\nacyclovir cap 200 mg..........................................................4\nacyclovir cream 5%...........................................................85\nacyclovir oint 5%...............................................................85\nacyclovir susp 200 mg/5ml................................................ 4\nacyclovir tab 400 mg, 800 mg............................................4\nADACEL...............................................................................11\nADAPALENE........................................................................85\nadapalene-benzoyl peroxide gel 0.1-2.5%......................85\nadapalene-benzoyl peroxide gel 0.3-2.5%......................85\nadapalene cream 0.1%......................................................85\nadapalene gel 0.1%........................................................... 85\nadapalene gel 0.3%........................................................... 85\nADBRY................................................................................. 85\nADDYI.................................................................................. 56\nadefovir dipivoxil tab 10 mg.............................................. 4\nADEMPAS............................................................................38\nADLARITY............................................................................56\nADVAIR DISKUS................................................................. 41\nADVAIR HFA........................................................................41\nADVATE................................................................................78\nADYNOVATE....................................................................... 78\nAEMCOLO............................................................................. 8\nAEROCHAMBER MINI AEROSOL.....................................93\nAEROCHAMBER MV..........................................................93\nAEROCHAMBER PLUS FLOW-VU....................................93\nAEROCHAMBER PLUS FLOW-VU/...................................93\nAEROCHAMBER Z-STAT PLUS/F..................................... 93\n\n\nAEROCHAMBER Z-STAT PLUS/L..................................... 93\nAEROCHAMBER Z-STAT PLUS/M.................................... 93\nAEROCHAMBER Z-STAT PLUS/S.....................................93\nAEROCHAMBER Z-STAT PLUS V.....................................93\nAEROVENT PLUS HOLDING CHA................................... 93\nAFLURIA QUADRIVALENT 2022.........................................9\nAFSTYLA............................................................................. 78\nAIMOVIG..............................................................................64\nAJOVY..................................................................................64\nAKLIEF................................................................................. 85\nALA-SCALP......................................................................... 85\nalbendazole tab 200 mg..................................................... 8\nalbuterol sulfate inhal aero 108 mcg/act (90mcg base\nequiv)................................................................................. 41\n\n\nalbuterol sulfate soln nebu 0.083% (2.5 mg/3ml).......... 41\nalbuterol sulfate soln nebu 0.5% (5 mg/ml)................... 41\nalbuterol sulfate soln nebu 0.63 mg/3ml (base equiv),\n1.25 mg/3ml (base equiv)............................................... 41\n\n\nalbuterol sulfate syrup 2 mg/5ml.................................... 41\nalbuterol sulfate tab 2 mg, 4 mg..................................... 41\nalclometasone dipropionate cream 0.05%.....................85\nalclometasone dipropionate oint 0.05%.........................85\nALDACTAZIDE.....................................................................35\nALECENSA.......................................................................... 13\nALENDRONATE SODIUM.................................................. 27\nalendronate sodium tab 10 mg........................................27\nalendronate sodium tab 35 mg........................................27\nalendronate sodium tab 70 mg........................................27\nalfuzosin hcl tab er 24hr 10 mg.......................................49\nALINIA.................................................................................... 8\naliskiren fumarate tab 150 mg (base equivalent), 300\nmg (base equivalent).......................................................33\n\n\nALKINDI SPRINKLE............................................................18\nallopurinol tab 100 mg, 300 mg.......................................66\nALLZITAL............................................................................. 58\nalmotriptan malate tab 6.25 mg, 12.5 mg....................... 64\nALOCRIL..............................................................................81\nALOMIDE............................................................................. 81\nALORA................................................................................. 20\nalosetron hcl tab 0.5 mg (base equiv), 1 mg (base\nequiv)................................................................................. 46\n\n\nALPHANATE........................................................................ 78\nALPHANINE SD.................................................................. 78\nALPRAZOLAM INTENSOL................................................. 49\nalprazolam orally disintegrating tab 0.25 mg, 0.5 mg, 1\nmg, 2 mg...........................................................................49\n\n\nalprazolam tab er 24hr 0.5 mg, 1 mg, 2 mg, 3 mg......... 49\nalprazolam tab 0.25 mg, 0.5 mg, 1 mg, 2 mg................. 49\nALPROLIX............................................................................78\nALREX..................................................................................81\nALTABAX..............................................................................85\nALTOPREV.......................................................................... 36\nALTRENO.............................................................................85\nALUNBRIG...........................................................................13\namantadine hcl cap 100 mg.............................................69\namantadine hcl soln 50 mg/5ml...................................... 69\namantadine hcl tab 100 mg..............................................69\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 99\n\n\nambrisentan tab 5 mg, 10 mg..........................................38\nAMCINONIDE...................................................................... 85\namiloride & hydrochlorothiazide tab 5-50 mg............... 35\namiloride hcl tab 5 mg......................................................35\naminocaproic acid oral soln 0.25 gm/ml........................ 78\naminocaproic acid tab 500 mg, 1000 mg....................... 78\namiodarone hcl tab 200 mg............................................. 33\namiodarone hcl tab 100 mg, 400 mg.............................. 33\namitriptyline hcl tab 10 mg, 25 mg, 50 mg.....................50\namitriptyline hcl tab 75 mg, 100 mg, 150 mg.................50\namlodipine besylate-atorvastatin calcium tab 2.5-10\nmg, 2.5-20 mg, 2.5-40 mg............................................... 38\n\n\namlodipine besylate-atorvastatin calcium tab 5-10 mg,\n5-20 mg, 5-40 mg, 5-80 mg, 10-10 mg, 10-20 mg, 10-40\nmg, 10-80 mg....................................................................38\n\n\namlodipine besylate-benazepril hcl cap 2.5-10 mg, 5-40\nmg...................................................................................... 33\n\n\namlodipine besylate-benazepril hcl cap 5-10 mg, 5-20\nmg, 10-20 mg, 10-40 mg................................................. 33\n\n\namlodipine besylate-olmesartan medoxomil tab 5-20\nmg, 5-40 mg, 10-20 mg, 10-40 mg................................. 33\n\n\namlodipine besylate tab 2.5 mg (base equivalent), 5 mg\n(base equivalent), 10 mg (base equivalent)................. 32\n\n\namlodipine besylate-valsartan tab 5-160 mg, 5-320 mg,\n10-160 mg, 10-320 mg.....................................................33\n\n\namlodipine-valsartan-hydrochlorothiazide tab\n5-160-12.5 mg, 5-160-25 mg, 10-160-12.5 mg,\n10-160-25 mg, 10-320-25 mg.......................................... 33\n\n\nAMOXICILLIN........................................................................ 1\nAMOXICILLIN/CLAVULANATE P......................................... 1\namoxicillin & k clavulanate for susp 200-28.5\nmg/5ml................................................................................. 1\n\n\namoxicillin & k clavulanate for susp 600-42.9\nmg/5ml................................................................................. 1\n\n\namoxicillin & k clavulanate for susp 250-62.5 mg/5ml,\n400-57 mg/5ml.................................................................... 1\n\n\namoxicillin & k clavulanate tab 250-125 mg.................... 1\namoxicillin & k clavulanate tab 500-125 mg.................... 1\namoxicillin & k clavulanate tab 875-125 mg.................... 1\namoxicillin (trihydrate) cap 250 mg, 500 mg....................1\namoxicillin (trihydrate) for susp 125 mg/5ml, 200\nmg/5ml, 250 mg/5ml, 400 mg/5ml....................................1\n\n\namoxicillin (trihydrate) tab 500 mg, 875 mg.................... 1\namphetamine-dextroamphetamine cap er 24hr 5 mg,\n10 mg, 15 mg, 20 mg, 25 mg, 30 mg............................. 54\n\n\namphetamine-dextroamphetamine tab 20 mg............... 54\namphetamine-dextroamphetamine tab 5 mg, 7.5 mg, 10\nmg, 12.5 mg, 15 mg, 30 mg............................................54\n\n\nAMPICILLIN........................................................................... 1\nAMZEEQ.............................................................................. 85\nanagrelide hcl cap 0.5 mg................................................78\nanagrelide hcl cap 1 mg...................................................78\nANALPRAM-HC...................................................................84\nanastrozole tab 1 mg........................................................ 13\nANDRODERM..................................................................... 20\nANGELIQ............................................................................. 20\nANORO ELLIPTA................................................................ 41\n\n\nANTARA............................................................................... 36\nANTIVERT............................................................................45\nANZEMET............................................................................ 45\nAPADAZ............................................................................... 59\nAPEXICON E.......................................................................85\nAPOKYN.............................................................................. 69\napomorphine hcl soln cartridge 30 mg/3ml...................69\napraclonidine hcl ophth soln 0.5% (base\nequivalent)........................................................................ 81\n\n\naprepitant capsule 40 mg.................................................46\naprepitant capsule 80 mg.................................................46\naprepitant capsule 125 mg...............................................46\naprepitant capsule therapy pack 80 & 125 mg.............. 46\nAPTIOM................................................................................66\nAPTIVUS................................................................................4\nARAKODA..............................................................................7\nARANESP ALBUMIN FREE............................................... 76\nARCALYST.......................................................................... 62\narformoterol tartrate soln nebu 15 mcg/2ml (base\nequiv)................................................................................. 41\n\n\nARIKAYCE............................................................................. 3\naripiprazole orally disintegrating tab 10 mg, 15 mg......52\naripiprazole oral solution 1 mg/ml.................................. 52\naripiprazole tab 2 mg, 5 mg.............................................52\naripiprazole tab 10 mg, 15 mg.........................................52\naripiprazole tab 20 mg, 30 mg.........................................52\narmodafinil tab 50 mg, 150 mg, 200 mg, 250 mg...........54\nARMOUR THYROID........................................................... 27\nARNUITY ELLIPTA..............................................................41\nasenapine maleate sl tab 2.5 mg (base equiv), 5 mg\n(base equiv), 10 mg (base equiv).................................. 52\n\n\nASMANEX HFA................................................................... 41\nASMANEX TWISTHALER 120 ME.....................................41\nASMANEX TWISTHALER 30 MET.................................... 41\nASMANEX TWISTHALER 60 MET.................................... 41\nASPIRIN/OMEPRAZOLE.................................................... 78\naspirin chew tab 81 mg....................................................58\naspirin-dipyridamole cap er 12hr 25-200 mg................. 78\naspirin tab delayed release 81 mg..................................58\nASPRUZYO SPRINKLE......................................................30\nASTAGRAF XL.................................................................... 95\nATABEX EC......................................................................... 71\nATABEX OB.........................................................................71\natazanavir sulfate cap 150 mg (base equiv).................... 4\natazanavir sulfate cap 200 mg (base equiv).................... 4\natazanavir sulfate cap 300 mg (base equiv).................... 4\natenolol & chlorthalidone tab 50-25 mg......................... 33\natenolol & chlorthalidone tab 100-25 mg....................... 33\natenolol tab 25 mg, 50 mg, 100 mg.................................31\natomoxetine hcl cap 60 mg (base equiv), 80 mg (base\nequiv), 100 mg (base equiv)...........................................54\n\n\natomoxetine hcl cap 10 mg (base equiv), 18 mg (base\nequiv), 25 mg (base equiv), 40 mg (base equiv).......... 54\n\n\natorvastatin calcium tab 10 mg (base equivalent), 20\nmg (base equivalent).......................................................36\n\n\natorvastatin calcium tab 40 mg (base equivalent), 80\nmg (base equivalent).......................................................36\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 100\n\n\natovaquone-proguanil hcl tab 62.5-25 mg, 250-100\nmg........................................................................................ 8\n\n\natovaquone susp 750 mg/5ml............................................8\natropine sulfate ophth soln 1%....................................... 81\nATROVENT HFA................................................................. 41\nAUBAGIO.............................................................................56\nAURYXIA..............................................................................46\nAUSTEDO............................................................................56\nAUVI-Q................................................................................. 36\nAVONEX...............................................................................56\nAVONEX PEN......................................................................56\nAYVAKIT...............................................................................13\nazathioprine tab 50 mg.....................................................95\nazathioprine tab 75 mg, 100 mg......................................95\nazelaic acid gel 15%......................................................... 85\nazelastine hcl-fluticasone prop nasal spray 137-50\nmcg/act..............................................................................40\n\n\nazelastine hcl nasal spray 0.1% (137 mcg/spray)..........40\nazelastine hcl nasal spray 0.15% (205.5 mcg/\nspray).................................................................................40\n\n\nazelastine hcl ophth soln 0.05%......................................81\nAZELEX................................................................................85\nAZITHROMYCIN....................................................................2\nazithromycin for susp 100 mg/5ml, 200 mg/5ml..............2\nazithromycin tab 600 mg....................................................2\nazithromycin tab 250 mg, 500 mg.....................................2\nB\n\n\nBACITRACIN....................................................................... 81\nbacitracin-polymyxin b ophth oint..................................81\nbacitracin-polymyxin-neomycin-hc ophth oint 1%....... 81\nBACLOFEN..........................................................................70\nbaclofen tab 10 mg........................................................... 70\nbaclofen tab 5 mg, 20 mg................................................ 70\nbalsalazide disodium cap 750 mg...................................46\nBALVERSA.......................................................................... 13\nBAQSIMI ONE PACK..........................................................23\nBAQSIMI TWO PACK......................................................... 23\nBARACLUDE......................................................................... 4\nBAXDELA...............................................................................3\nBD GLUCOSE..................................................................... 23\nBECONASE AQ.................................................................. 40\nBELBUCA............................................................................ 59\nBELSOMRA......................................................................... 53\nbenazepril & hydrochlorothiazide tab 10-12.5 mg,\n20-12.5 mg, 20-25 mg......................................................33\n\n\nBENAZEPRIL HCL/HYDROCHLOR...................................33\nbenazepril hcl tab 5 mg....................................................33\nbenazepril hcl tab 10 mg, 20 mg, 40 mg........................ 33\nBENEFIX..............................................................................78\nBENLYSTA...........................................................................95\nBENZHYDROCODONE/ACETAMINO................................59\nBENZNIDAZOLE................................................................... 8\nbenzonatate cap 150 mg.................................................. 40\nbenzonatate cap 100 mg, 200 mg................................... 40\nbenzoyl peroxide-erythromycin gel 5-3%.......................85\nbenztropine mesylate tab 0.5 mg, 1 mg, 2 mg...............69\n\n\nbepotastine besilate ophth soln 1.5%............................ 81\nBERINERT........................................................................... 78\nBESIVANCE.........................................................................81\nBESREMI............................................................................. 13\nbetaine powder for oral solution.....................................27\nBETAMETHASONE DIPROPIONAT...................................85\nbetamethasone dipropionate augmented cream\n0.05%................................................................................. 85\n\n\nbetamethasone dipropionate augmented lotion\n0.05%................................................................................. 85\n\n\nbetamethasone dipropionate augmented oint\n0.05%................................................................................. 86\n\n\nbetamethasone dipropionate cream 0.05%....................86\nbetamethasone dipropionate lotion 0.05%.................... 86\nbetamethasone dipropionate oint 0.05%........................86\nbetamethasone valerate aerosol foam 0.12%................86\nbetamethasone valerate cream 0.1% (base\nequivalent)........................................................................ 86\n\n\nbetamethasone valerate lotion 0.1% (base\nequivalent)........................................................................ 86\n\n\nbetamethasone valerate oint 0.1% (base\nequivalent)........................................................................ 86\n\n\nBETASERON....................................................................... 56\nbetaxolol hcl ophth soln 0.5%.........................................81\nbetaxolol hcl tab 10 mg, 20 mg.......................................31\nbethanechol chloride tab 5 mg, 10 mg, 25 mg, 50\nmg...................................................................................... 48\n\n\nBETIMOL..............................................................................81\nBETOPTIC-S........................................................................81\nbexarotene cap 75 mg...................................................... 13\nbexarotene gel 1%.............................................................86\nBEXSERO..............................................................................9\nbicalutamide tab 50 mg.................................................... 13\nBIKTARVY..............................................................................4\nBINAXNOW COVID-19 AG CARD..................................... 92\nBINOSTO............................................................................. 27\nbisoprolol & hydrochlorothiazide tab 5-6.25 mg...........34\nbisoprolol & hydrochlorothiazide tab 2.5-6.25 mg,\n10-6.25 mg........................................................................ 33\n\n\nbisoprolol fumarate tab 5 mg.......................................... 31\nbisoprolol fumarate tab 10 mg........................................ 31\nBLEPHAMIDE S.O.P........................................................... 81\nBONJESTA...........................................................................46\nBOOSTRIX...........................................................................11\nbosentan tab 62.5 mg, 125 mg........................................ 38\nBOSULIF..............................................................................13\nBRAFTOVI........................................................................... 13\nBREATHE COMFORT ANTI-STAT.....................................93\nBREATHE EASE/LARGE MASK........................................ 93\nBREATHE EASE/MEDIUM MASK......................................93\nBREATHE EASE/SMALL MASK.........................................93\nBREO ELLIPTA................................................................... 41\nBREXAFEMME......................................................................4\nBREZTRI AEROSPHERE...................................................41\nBRILINTA............................................................................. 78\nbrimonidine tartrate ophth soln 0.15%...........................81\nbrimonidine tartrate ophth soln 0.2%.............................81\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 101\n\n\nbrimonidine tartrate-timolol maleate ophth soln\n0.2-0.5%............................................................................. 81\n\n\nbrinzolamide ophth susp 1%...........................................81\nBRIVIACT.............................................................................66\nbromfenac sodium ophth soln 0.09% (base equiv)\n(once-daily)....................................................................... 81\n\n\nbromocriptine mesylate cap 5 mg (base\nequivalent)........................................................................ 69\n\n\nbromocriptine mesylate tab 2.5 mg (base\nequivalent)........................................................................ 69\n\n\nBROMSITE.......................................................................... 81\nBRONCHITOL......................................................................43\nBRONCHITOL TOLERANCE TEST................................... 43\nBRUKINSA...........................................................................13\nBRYHALI..............................................................................86\nbudesonide delayed release particles cap 3 mg...........18\nbudesonide inhalation susp 1 mg/2ml........................... 41\nbudesonide inhalation susp 0.25 mg/2ml, 0.5\nmg/2ml...............................................................................41\n\n\nbudesonide tab er 24hr 9 mg.......................................... 18\nbumetanide tab 0.5 mg.....................................................35\nbumetanide tab 1 mg, 2 mg.............................................35\nbuprenorphine hcl-naloxone hcl sl film 2-0.5 mg (base\nequiv), 4-1 mg (base equiv), 8-2 mg (base equiv), 12-3\nmg (base equiv)............................................................... 59\n\n\nbuprenorphine hcl-naloxone hcl sl tab 2-0.5 mg (base\nequiv), 8-2 mg (base equiv)............................................59\n\n\nbuprenorphine hcl sl tab 2 mg (base equiv), 8 mg\n(base equiv)......................................................................59\n\n\nbupropion hcl (smoking deterrent) tab er 12hr 150\nmg...................................................................................... 56\n\n\nbupropion hcl tab er 24hr 150 mg, 300 mg....................50\nbupropion hcl tab er 12hr 100 mg, 150 mg, 200 mg......50\nbupropion hcl tab 75 mg..................................................50\nbupropion hcl tab 100 mg................................................50\nbuspirone hcl tab 7.5 mg, 30 mg.................................... 49\nbuspirone hcl tab 5 mg, 10 mg, 15 mg...........................49\nbutalbital-acetaminophen-caffeine cap 50-300-40\nmg...................................................................................... 58\n\n\nbutalbital-acetaminophen-caffeine cap 50-325-40\nmg...................................................................................... 59\n\n\nbutalbital-acetaminophen-caffeine tab 50-325-40\nmg...................................................................................... 59\n\n\nbutalbital-acetaminophen-caff w/ cod cap 50-300-40-30\nmg...................................................................................... 59\n\n\nbutalbital-acetaminophen-caff w/ cod cap 50-325-40-30\nmg...................................................................................... 59\n\n\nbutalbital-acetaminophen cap 50-300 mg...................... 58\nbutalbital-acetaminophen tab 50-300 mg.......................58\nbutalbital-acetaminophen tab 50-325 mg.......................58\nbutalbital-aspirin-caffeine cap 50-325-40 mg.................59\nbutalbital-aspirin-caff w/ codeine cap 50-325-40-30\nmg...................................................................................... 59\n\n\nbutorphanol tartrate nasal soln 10 mg/ml......................59\nBYDUREON BCISE............................................................ 23\nBYLVAY................................................................................ 46\nBYLVAY (PELLETS)............................................................ 46\n\n\nC\ncabergoline tab 0.5 mg.....................................................27\nCABOMETYX.......................................................................13\ncaffeine citrate oral soln 60 mg/3ml (10 mg/ml base\nequiv)................................................................................. 54\n\n\nCALCIPOTRIENE................................................................86\ncalcipotriene cream 0.005%.............................................86\ncalcipotriene oint 0.005%................................................. 86\ncalcipotriene soln 0.005% (50 mcg/ml)...........................86\ncalcitonin (salmon) inj 200 unit/ml..................................27\ncalcitonin (salmon) nasal soln 200 unit/act................... 28\nCALCITRIOL........................................................................86\ncalcitriol cap 0.25 mcg..................................................... 28\ncalcitriol cap 0.5 mcg....................................................... 28\ncalcitriol oral soln 1 mcg/ml............................................ 28\ncalcium acetate (phosphate binder) cap 667 mg (169\nmg ca)................................................................................46\n\n\ncalcium acetate (phosphate binder) tab 667 mg........... 46\nCALQUENCE.......................................................................13\nCAMBIA................................................................................64\nCAMZYOS........................................................................... 38\ncandesartan cilexetil-hydrochlorothiazide tab 16-12.5\nmg, 32-12.5 mg, 32-25 mg.............................................. 34\n\n\ncandesartan cilexetil tab 4 mg, 8 mg, 16 mg, 32 mg.....34\ncapecitabine tab 150 mg, 500 mg................................... 13\nCAPEX................................................................................. 86\nCAPRELSA.......................................................................... 13\ncaptopril tab 12.5 mg, 25 mg, 50 mg, 100 mg................34\nCARAC.................................................................................86\ncarbamazepine cap er 12hr 100 mg, 200 mg, 300\nmg...................................................................................... 66\n\n\ncarbamazepine chew tab 100 mg....................................66\ncarbamazepine susp 100 mg/5ml....................................66\ncarbamazepine tab er 12hr 100 mg, 200 mg, 400\nmg...................................................................................... 66\n\n\ncarbamazepine tab 200 mg..............................................66\nCARBATROL....................................................................... 66\nCARBIDOPA/LEVODOPA ODT.......................................... 69\ncarbidopa & levodopa tab er 25-100 mg, 50-200 mg.....69\ncarbidopa & levodopa tab 10-100 mg.............................69\ncarbidopa & levodopa tab 25-100 mg.............................69\ncarbidopa & levodopa tab 25-250 mg.............................69\ncarbidopa-levodopa-entacapone tabs 12.5-50-200\nmg...................................................................................... 69\n\n\ncarbidopa-levodopa-entacapone tabs 18.75-75-200\nmg...................................................................................... 69\n\n\ncarbidopa-levodopa-entacapone tabs 31.25-125-200\nmg...................................................................................... 69\n\n\ncarbidopa-levodopa-entacapone tabs 37.5-150-200\nmg...................................................................................... 69\n\n\ncarbidopa-levodopa-entacapone tabs 25-100-200\nmg...................................................................................... 69\n\n\ncarbidopa-levodopa-entacapone tabs 50-200-200\nmg...................................................................................... 69\n\n\ncarbidopa tab 25 mg.........................................................69\nCARBINOXAMINE MALEATE............................................ 39\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 102\n\n\ncarbinoxamine maleate tab 4 mg....................................39\ncarbonyl iron susp 15 mg/1.25ml (elemental iron)........76\nCARDIZEM LA.....................................................................32\nCARDURA XL......................................................................49\nCARESTART COVID-19 ANTIGE...................................... 92\ncarglumic acid soluble tab 200 mg.................................28\nCAROSPIR.......................................................................... 35\nCARTEOLOL HCL...............................................................81\ncarvedilol phosphate cap er 24hr 10 mg, 20 mg, 40 mg,\n80 mg.................................................................................31\n\n\ncarvedilol tab 3.125 mg, 6.25 mg, 12.5 mg, 25 mg........ 31\nCAVERJECT........................................................................ 39\nCAVERJECT IMPULSE...................................................... 39\nCAYA.................................................................................... 93\nCAYSTON.............................................................................. 8\nCEFACLOR............................................................................1\nCEFACLOR ER..................................................................... 1\nCEFADROXIL........................................................................ 1\ncefadroxil cap 500 mg........................................................ 1\ncefadroxil for susp 250 mg/5ml, 500 mg/5ml...................1\ncefdinir cap 300 mg............................................................ 1\ncefdinir for susp 125 mg/5ml, 250 mg/5ml.......................1\ncefixime cap 400 mg...........................................................1\ncefixime for susp 100 mg/5ml........................................... 1\ncefixime for susp 200 mg/5ml........................................... 1\ncefpodoxime proxetil for susp 50 mg/5ml, 100\nmg/5ml................................................................................. 1\n\n\ncefpodoxime proxetil tab 100 mg, 200 mg.......................1\ncefprozil for susp 125 mg/5ml, 250 mg/5ml..................... 1\ncefprozil tab 250 mg, 500 mg............................................ 1\ncefuroxime axetil tab 250 mg, 500 mg..............................1\ncelecoxib cap 400 mg.......................................................62\ncelecoxib cap 50 mg, 100 mg, 200 mg........................... 62\nCELLCEPT...........................................................................96\nCELLTRION DIATRUST COVID-........................................92\nCELONTIN........................................................................... 66\nCENTANY............................................................................ 86\nCEPHALEXIN........................................................................ 1\ncephalexin cap 250 mg, 500 mg........................................2\ncephalexin for susp 125 mg/5ml, 250 mg/5ml................. 2\nCERDELGA......................................................................... 76\nCERVIDIL.............................................................................27\ncetirizine hcl oral soln 1 mg/ml (5 mg/5ml)....................39\nCETRAXAL.......................................................................... 83\ncevimeline hcl cap 30 mg................................................ 84\nCHEMET.............................................................................. 92\nCHENODAL......................................................................... 46\nCHLORDIAZEPOXIDE/AMITRIPT......................................56\nchlordiazepoxide hcl cap 5 mg, 10 mg, 25 mg.............. 49\nchlorhexidine gluconate soln 0.12%...............................84\nCHLOROQUINE PHOSPHATE............................................ 8\nchloroquine phosphate tab 250 mg..................................8\nchlorpromazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg,\n200 mg...............................................................................52\n\n\nchlorthalidone tab 25 mg, 50 mg.................................... 35\nchlorzoxazone tab 250 mg, 500 mg................................ 70\nchlorzoxazone tab 375 mg, 750 mg................................ 70\n\n\nCHOLBAM........................................................................... 46\ncholestyramine light powder 4 gm/dose........................36\ncholestyramine light powder packets 4 gm...................36\ncholestyramine powder 4 gm/dose.................................37\ncholestyramine powder packets 4 gm........................... 36\ncholine fenofibrate cap dr 45 mg (fenofibric acid\nequiv)................................................................................. 37\n\n\ncholine fenofibrate cap dr 135 mg (fenofibric acid\nequiv)................................................................................. 37\n\n\nCHORIONIC GONADOTROPIN.........................................28\nciclopirox gel 0.77%..........................................................86\nciclopirox olamine cream 0.77% (base equiv)...............86\nciclopirox olamine susp 0.77% (base equiv)................. 86\nciclopirox shampoo 1%....................................................86\nciclopirox solution 8%......................................................86\ncilostazol tab 50 mg, 100 mg...........................................78\nCIMDUO.................................................................................4\ncimetidine hcl soln 300 mg/5ml.......................................44\ncimetidine tab 200 mg, 300 mg, 400 mg, 800 mg.......... 44\nCIMZIA................................................................................. 46\nCIMZIA STARTER KIT........................................................47\ncinacalcet hcl tab 30 mg (base equiv), 60 mg (base\nequiv), 90 mg (base equiv).............................................28\n\n\nCIPRO.................................................................................... 3\nCIPROFLOXACIN................................................................84\nCIPROFLOXACIN/FLUOCINOLON....................................84\nciprofloxacin-dexamethasone otic susp 0.3-0.1%........ 84\nCIPROFLOXACIN HCL.........................................................3\nciprofloxacin hcl ophth soln 0.3% (base\nequivalent)........................................................................ 81\n\n\nciprofloxacin hcl tab 750 mg (base equiv).......................3\nciprofloxacin hcl tab 250 mg (base equiv), 500 mg\n(base equiv)........................................................................ 3\n\n\nCIPRO HC........................................................................... 83\nCITALOPRAM HYDROBROMIDE...................................... 50\ncitalopram hydrobromide oral soln 10 mg/5ml............. 50\ncitalopram hydrobromide tab 10 mg (base equiv), 20\nmg (base equiv), 40 mg (base equiv)............................50\n\n\nCITRANATAL ASSURE.......................................................71\nCITRANATAL B-CALM........................................................71\nCITRANATAL BLOOM.........................................................71\nCITRANATAL DHA.............................................................. 71\nCITRANATAL 90 DHA.........................................................71\nCITRANATAL HARMONY................................................... 71\nCLARINEX-D 12 HOUR......................................................40\nCLARITHROMYCIN...............................................................2\nclarithromycin tab er 24hr 500 mg....................................2\nclarithromycin tab 250 mg, 500 mg.................................. 2\nCLEARDETECT COVID-19 ANTI.......................................92\nCLEMASTINE FUMARATE.................................................39\nCLEVER CHOICE ANTI-STATIC........................................93\nCLIMARA PRO....................................................................20\nclindamycin hcl cap 75 mg, 150 mg, 300 mg...................8\nclindamycin palmitate hcl for soln 75 mg/5ml (base\nequiv)................................................................................... 8\n\n\nclindamycin phosphate-benzoyl peroxide gel\n1.2-2.5%............................................................................. 86\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 103\n\n\nclindamycin phosphate-benzoyl peroxide gel 1-5%..... 86\nclindamycin phosphate foam 1%....................................86\nclindamycin phosphate gel 1%....................................... 86\nclindamycin phosphate lotion 1%...................................86\nclindamycin phosphate soln 1%..................................... 86\nclindamycin phosphate swab 1%................................... 86\nclindamycin phosphate-tretinoin gel 1.2-0.025%.......... 86\nclindamycin phosphate vaginal cream 2%.................... 48\nclindamycin phosph-benzoyl peroxide (refrig) gel 1.2\n(1)-5%.................................................................................86\n\n\nCLINDESSE.........................................................................48\nCLINITEST RAPID COVID-19............................................92\nclobazam suspension 2.5 mg/ml.....................................66\nclobazam tab 10 mg, 20 mg.............................................66\nclobetasol propionate cream 0.05%............................... 86\nclobetasol propionate emollient base cream 0.05%..... 86\nclobetasol propionate emulsion foam 0.05%................ 86\nclobetasol propionate foam 0.05%................................. 86\nclobetasol propionate gel 0.05%.....................................86\nclobetasol propionate lotion 0.05%................................ 86\nclobetasol propionate oint 0.05%................................... 86\nclobetasol propionate shampoo 0.05%..........................86\nclobetasol propionate soln 0.05%...................................86\nclobetasol propionate spray 0.05%................................ 86\nclocortolone pivalate cream 0.1%...................................87\nCLOMID............................................................................... 28\nCLOMIPHENE CITRATE.................................................... 28\nclomipramine hcl cap 25 mg, 50 mg, 75 mg.................. 50\nclonazepam orally disintegrating tab 0.125 mg, 0.25\nmg, 0.5 mg, 1 mg, 2 mg..................................................66\n\n\nclonazepam tab 0.5 mg, 1 mg, 2 mg...............................66\nclonidine hcl tab er 12hr 0.1 mg..................................... 54\nclonidine hcl tab 0.1 mg, 0.2 mg, 0.3 mg....................... 34\nclonidine td patch weekly 0.1 mg/24hr...........................34\nclonidine td patch weekly 0.2 mg/24hr...........................34\nclonidine td patch weekly 0.3 mg/24hr...........................34\nclopidogrel bisulfate tab 75 mg (base equiv)................ 78\nclorazepate dipotassium tab 7.5 mg...............................49\nclorazepate dipotassium tab 3.75 mg, 15 mg................ 49\nclotrimazole cream 1%..................................................... 87\nclotrimazole soln 1%.........................................................87\nclotrimazole troche 10 mg............................................... 84\nclotrimazole w/ betamethasone cream 1-0.05%............ 87\nclotrimazole w/ betamethasone lotion 1-0.05%............. 87\nCLOZAPINE ODT................................................................52\nclozapine orally disintegrating tab 25 mg......................52\nclozapine orally disintegrating tab 100 mg....................52\nclozapine tab 25 mg..........................................................52\nclozapine tab 50 mg..........................................................52\nclozapine tab 100 mg........................................................52\nclozapine tab 200 mg........................................................52\nC-NATE DHA....................................................................... 71\nCOAGADEX.........................................................................79\nCOARTEM............................................................................. 8\nCODEINE SULFATE........................................................... 59\ncodeine sulfate tab 30 mg................................................59\nCOLCHICINE.......................................................................66\n\n\ncolchicine tab 0.6 mg....................................................... 66\ncolchicine w/ probenecid tab 0.5-500 mg.......................66\ncolesevelam hcl packet for susp 3.75 gm......................37\ncolesevelam hcl tab 625 mg............................................ 37\ncolestipol hcl granule packets 5 gm...............................37\ncolestipol hcl granules 5 gm........................................... 37\ncolestipol hcl tab 1 gm.....................................................37\nCOMBIPATCH......................................................................20\nCOMBIVENT RESPIMAT....................................................42\nCOMETRIQ..........................................................................13\nCOMIRNATY..........................................................................9\nCOMPACT SPACE CHAMBER/ANT..................................93\nCOMPLERA........................................................................... 5\nCOMPLETE NATAL DHA....................................................71\nCOMPLETENATE................................................................71\nCO-NATAL FA......................................................................71\nCONCEPT DHA.................................................................. 72\nCONCEPT OB.....................................................................72\nCONDOMS.......................................................................... 93\nCONDYLOX.........................................................................87\nCONJUPRI...........................................................................32\nCONTOUR BLOOD GLUCOSE TES................................. 92\nCONTOUR HIGH CONTROL............................................. 93\nCONTOUR LOW CONTROL.............................................. 93\nCONTOUR NEXT BLOOD GLUCOS................................. 92\nCONTOUR NEXT CONTROL LEVE.................................. 93\nCONTOUR NORMAL CONTROL.......................................94\nCONZIP................................................................................59\nCOPIKTRA...........................................................................13\nCORDRAN........................................................................... 87\nCORIFACT........................................................................... 79\nCORLANOR.........................................................................38\nCORTIFOAM........................................................................84\nCORTISPORIN-TC..............................................................84\nCOSENTYX......................................................................... 87\nCOSENTYX SENSOREADY PEN......................................87\nCOTELLIC............................................................................13\nCOVID-19 AT-HOME TEST KIT......................................... 92\nCOVID-19 RAPID SELF TEST...........................................92\nCREON................................................................................ 46\nCRESEMBA........................................................................... 4\ncromolyn sodium ophth soln 4%....................................81\ncromolyn sodium oral conc 100 mg/5ml........................47\ncromolyn sodium soln nebu 20 mg/2ml.........................42\nCROTAN.............................................................................. 87\nCVS GLUCOSE...................................................................23\nCVS GLUCOSE BITS......................................................... 23\nCVS SOFT GLUCOSE........................................................23\ncyanocobalamin inj 1000 mcg/ml....................................76\ncyclobenzaprine hcl cap er 24hr 15 mg, 30 mg.............70\ncyclobenzaprine hcl tab 7.5 mg...................................... 70\ncyclobenzaprine hcl tab 5 mg, 10 mg.............................70\nCYCLOMYDRIL................................................................... 81\ncyclopentolate hcl ophth soln 2%...................................81\ncyclopentolate hcl ophth soln 0.5%, 1%........................ 81\nCYCLOPHOSPHAMIDE......................................................13\ncyclophosphamide cap 25 mg, 50 mg............................13\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 104\n\n\nCYCLOSERINE..................................................................... 3\nCYCLOSET..........................................................................23\ncyclosporine cap 25 mg, 100 mg.................................... 96\ncyclosporine modified cap 50 mg...................................96\ncyclosporine modified cap 25 mg, 100 mg.................... 96\ncyclosporine modified oral soln 100 mg/ml...................96\ncyproheptadine hcl syrup 2 mg/5ml............................... 39\ncyproheptadine hcl tab 4 mg...........................................39\nCYSTADROPS.....................................................................81\nCYSTAGON......................................................................... 49\nCYSTARAN..........................................................................81\n\n\nD\ndabigatran etexilate mesylate cap 75 mg (etexilate\nbase eq), 150 mg (etexilate base eq)............................ 77\n\n\ndalfampridine tab er 12hr 10 mg.....................................56\nDALIRESP........................................................................... 42\ndanazol cap 50 mg, 100 mg, 200 mg.............................. 20\ndantrolene sodium cap 25 mg.........................................70\ndantrolene sodium cap 50 mg, 100 mg.......................... 70\ndapsone gel 5%, 7.5%...................................................... 87\ndapsone tab 25 mg, 100 mg.............................................. 8\nDAPTACEL.......................................................................... 11\nDARTISLA ODT...................................................................44\nDAURISMO..........................................................................13\ndeferasirox granules packet 360 mg.............................. 92\ndeferasirox granules packet 90 mg, 180 mg..................92\ndeferasirox tab for oral susp 500 mg............................. 92\ndeferasirox tab for oral susp 125 mg, 250 mg...............92\ndeferasirox tab 360 mg.....................................................92\ndeferasirox tab 90 mg, 180 mg........................................92\ndeferiprone tab 500 mg, 1000 mg................................... 92\nDELESTROGEN..................................................................20\nDELSTRIGO.......................................................................... 5\ndemeclocycline hcl tab 150 mg, 300 mg.......................... 2\nDENAVIR..............................................................................87\nDEPO-ESTRADIOL............................................................. 20\nDEPO-SUBQ PROVERA 104.............................................21\nDESCOVY..............................................................................5\ndesipramine hcl tab 10 mg, 25 mg..................................50\ndesipramine hcl tab 50 mg, 75 mg, 100 mg, 150 mg.....50\nDESLORATADINE ODT......................................................39\ndesloratadine tab 5 mg.....................................................39\ndesmopressin acetate inj 4 mcg/ml................................28\ndesmopressin acetate nasal spray soln 0.01%\n(refrigerated), 0.01%........................................................ 28\n\n\ndesmopressin acetate preservative free (pf) inj 4 mcg/\nml........................................................................................28\n\n\ndesmopressin acetate tab 0.1 mg, 0.2 mg..................... 28\ndesogest-eth estrad & eth estrad tab 0.15-0.02/0.01\nmg(21/5).............................................................................21\n\n\ndesogestrel & ethinyl estradiol tab 0.15 mg-30\nmcg.................................................................................... 21\n\n\ndesonide cream 0.05%......................................................87\ndesonide gel 0.05%........................................................... 87\ndesonide lotion 0.05%...................................................... 87\ndesonide oint 0.05%..........................................................87\n\n\ndesoximetasone cream 0.05%.........................................87\ndesoximetasone cream 0.25%.........................................87\ndesoximetasone gel 0.05%.............................................. 87\ndesoximetasone oint 0.05%.............................................87\ndesoximetasone oint 0.25%.............................................87\ndesoximetasone spray 0.25%..........................................87\nDESVENLAFAXINE ER...................................................... 50\ndesvenlafaxine succinate tab er 24hr 25 mg (base\nequiv), 50 mg (base equiv), 100 mg (base equiv)........ 50\n\n\nDEXABLISS......................................................................... 18\nDEXAMETHASONE............................................................ 18\nDEXAMETHASONE 10-DAY DOSE...................................19\nDEXAMETHASONE 13-DAY DOSE...................................19\ndexamethasone elixir 0.5 mg/5ml................................... 19\nDEXAMETHASONE INTENSOL.........................................19\nDEXAMETHASONE SODIUM PHOS.................................81\ndexamethasone tab 1.5 mg, 4 mg, 6 mg........................ 19\ndexamethasone tab therapy pack 1.5 mg (21)...............19\nDEXCOM G6 RECEIVER................................................... 94\nDEXCOM G6 SENSOR...................................................... 94\nDEXCOM G6 TRANSMITTER............................................94\nDEX4 GLUCOSE.................................................................23\nDEXILANT............................................................................44\ndexmethylphenidate hcl cap er 24 hr 5 mg, 10 mg, 15\nmg, 20 mg, 25 mg, 30 mg, 35 mg, 40 mg......................54\n\n\ndexmethylphenidate hcl tab 10 mg.................................54\ndexmethylphenidate hcl tab 2.5 mg, 5 mg..................... 54\nDEX4 QUICK DISSOLVE GLUCO..................................... 23\ndextroamphetamine sulfate cap er 24hr 5 mg...............54\ndextroamphetamine sulfate cap er 24hr 10 mg, 15\nmg...................................................................................... 54\n\n\ndextroamphetamine sulfate oral solution 5 mg/5ml..... 54\ndextroamphetamine sulfate tab 5 mg.............................54\ndextroamphetamine sulfate tab 10 mg...........................54\nDIACOMIT............................................................................66\nDIASTAT ACUDIAL............................................................. 66\nDIASTAT PEDIATRIC..........................................................66\ndiazepam conc 5 mg/ml................................................... 49\ndiazepam oral soln 1 mg/ml.............................................49\nDIAZEPAM RECTAL GEL...................................................66\ndiazepam tab 2 mg, 5 mg, 10 mg....................................49\ndiazoxide susp 50 mg/ml................................................. 23\nDICLOFENAC......................................................................62\nDICLOFENAC EPOLAMINE............................................... 87\ndiclofenac potassium cap 25 mg.................................... 62\ndiclofenac potassium tab 25 mg.....................................62\ndiclofenac potassium tab 50 mg.....................................62\ndiclofenac sodium (actinic keratoses) gel 3%...............87\ndiclofenac sodium gel 1%................................................87\ndiclofenac sodium ophth soln 0.1%............................... 81\ndiclofenac sodium soln 1.5%...........................................87\ndiclofenac sodium soln 2%..............................................87\ndiclofenac sodium tab delayed release 25 mg.............. 62\ndiclofenac sodium tab delayed release 50 mg, 75\nmg...................................................................................... 62\n\n\ndiclofenac sodium tab er 24hr 100 mg...........................62\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 105\n\n\ndiclofenac w/ misoprostol tab delayed release 50-0.2\nmg...................................................................................... 62\n\n\ndiclofenac w/ misoprostol tab delayed release 75-0.2\nmg...................................................................................... 62\n\n\ndicloxacillin sodium cap 250 mg, 500 mg........................1\ndicyclomine hcl cap 10 mg..............................................44\ndicyclomine hcl oral soln 10 mg/5ml..............................44\ndicyclomine hcl tab 20 mg...............................................44\nDIFFERIN.............................................................................87\nDIFICID.................................................................................. 2\nDIFLORASONE DIACETATE..............................................87\ndiflorasone diacetate oint 0.05%.....................................87\ndiflunisal tab 500 mg........................................................ 59\nDIGOXIN.............................................................................. 30\ndigoxin oral soln 0.05 mg/ml........................................... 30\ndigoxin tab 62.5 mcg (0.0625 mg)...................................30\ndigoxin tab 125 mcg (0.125 mg), 250 mcg (0.25 mg).....30\ndihydroergotamine mesylate inj 1 mg/ml.......................64\ndihydroergotamine mesylate nasal spray 4 mg/ml.......64\nDILANTIN.............................................................................66\nDILANTIN-125..................................................................... 66\nDILANTIN INFATABS.......................................................... 66\ndiltiazem hcl cap er 12hr 60 mg, 90 mg, 120 mg........... 32\ndiltiazem hcl cap er 24hr 120 mg, 180 mg, 240 mg....... 32\ndiltiazem hcl coated beads cap er 24hr 120 mg, 180\nmg...................................................................................... 32\n\n\ndiltiazem hcl coated beads cap er 24hr 240 mg, 300\nmg, 360 mg.......................................................................32\n\n\ndiltiazem hcl coated beads tab er 24hr 180 mg, 240 mg,\n300 mg, 360 mg, 420 mg................................................ 32\n\n\ndiltiazem hcl extended release beads cap er 24hr 120\nmg, 180 mg.......................................................................32\n\n\ndiltiazem hcl extended release beads cap er 24hr 240\nmg, 300 mg, 360 mg, 420 mg.........................................32\n\n\ndiltiazem hcl tab 90 mg.................................................... 32\ndiltiazem hcl tab 120 mg.................................................. 32\ndiltiazem hcl tab 30 mg, 60 mg....................................... 32\ndimethyl fumarate capsule delayed release 120 mg.....56\ndimethyl fumarate capsule delayed release 240 mg.....56\ndimethyl fumarate capsule dr starter pack 120 mg &\n240 mg...............................................................................56\n\n\nDIPENTUM.......................................................................... 47\ndiphenhydramine hcl elixir 12.5 mg/5ml........................ 39\nDIPHENOXYLATE/ATROPINE........................................... 44\ndiphenoxylate w/ atropine tab 2.5-0.025 mg.................. 44\nDIPHTHERIA/TETANUS TOXOID...................................... 11\ndipyridamole tab 25 mg, 50 mg, 75 mg.......................... 79\ndisopyramide phosphate cap 100 mg, 150 mg..............33\ndisulfiram tab 250 mg, 500 mg........................................56\nDIURIL..................................................................................36\ndivalproex sodium cap delayed release sprinkle 125\nmg...................................................................................... 66\n\n\ndivalproex sodium tab delayed release 125 mg, 250\nmg, 500 mg.......................................................................66\n\n\ndivalproex sodium tab er 24 hr 250 mg, 500 mg........... 66\nDIVIGEL............................................................................... 20\n\n\ndofetilide cap 125 mcg (0.125 mg), 250 mcg (0.25 mg),\n500 mcg (0.5 mg).............................................................33\n\n\nDOJOLVI.............................................................................. 76\ndonepezil hydrochloride orally disintegrating tab 5 mg,\n10 mg.................................................................................56\n\n\ndonepezil hydrochloride tab 23 mg................................ 56\ndonepezil hydrochloride tab 5 mg, 10 mg..................... 56\nDOPTELET.......................................................................... 76\nDORAL.................................................................................54\ndorzolamide hcl ophth soln 2%.......................................81\ndorzolamide hcl-timolol maleate ophth sol 22.3-6.8 mg/\nml pf...................................................................................82\n\n\ndorzolamide hcl-timolol maleate ophth soln 22.3-6.8\nmg/ml................................................................................. 82\n\n\nDOVATO.................................................................................5\ndoxazosin mesylate tab 1 mg, 2 mg, 4 mg, 8 mg.......... 34\ndoxepin hcl cap 10 mg.....................................................50\ndoxepin hcl cap 25 mg, 50 mg, 75 mg, 100 mg, 150\nmg...................................................................................... 50\n\n\ndoxepin hcl conc 10 mg/ml..............................................50\nDOXEPIN HYDROCHLORIDE........................................... 87\ndoxercalciferol cap 0.5 mcg, 1 mcg, 2.5 mcg................ 28\ndoxycycline hyclate cap 50 mg.........................................2\ndoxycycline hyclate cap 100 mg.......................................2\nDOXYCYCLINE HYCLATE DR.............................................2\ndoxycycline hyclate tab delayed release 50 mg, 200\nmg........................................................................................ 2\n\n\ndoxycycline hyclate tab delayed release 75 mg, 100\nmg, 150 mg.........................................................................2\n\n\ndoxycycline hyclate tab 100 mg........................................2\ndoxycycline hyclate tab 20 mg, 50 mg............................. 2\ndoxycycline hyclate tab 75 mg, 150 mg........................... 2\ndoxycycline monohydrate cap 50 mg, 100 mg................2\ndoxycycline monohydrate cap 75 mg, 150 mg................2\ndoxycycline monohydrate for susp 25 mg/5ml............... 2\ndoxycycline monohydrate tab 100 mg............................. 2\ndoxycycline monohydrate tab 50 mg, 75 mg, 150\nmg........................................................................................ 2\n\n\ndoxylamine-pyridoxine tab delayed release 10-10\nmg...................................................................................... 46\n\n\ndronabinol cap 2.5 mg......................................................46\ndronabinol cap 5 mg, 10 mg............................................46\ndrospirenone-ethinyl estradiol tab 3-0.02 mg................21\ndrospirenone-ethinyl estradiol tab 3-0.03 mg................21\ndrospirenone-ethinyl estrad-levomefolate tab\n3-0.02-0.451 mg................................................................ 21\n\n\ndrospirenone-ethinyl estrad-levomefolate tab\n3-0.03-0.451 mg................................................................ 21\n\n\nDROXIA................................................................................76\ndroxidopa cap 100 mg......................................................36\ndroxidopa cap 200 mg, 300 mg.......................................36\nDRUG MART GLUCOSE....................................................23\nDUAVEE...............................................................................21\nDUET DHA 400...................................................................72\nDUET DHA BALANCED..................................................... 72\nDULERA...............................................................................42\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 106\n\n\nduloxetine hcl enteric coated pellets cap 40 mg (base\neq)...................................................................................... 50\n\n\nduloxetine hcl enteric coated pellets cap 20 mg (base\neq), 30 mg (base eq), 60 mg (base eq)......................... 50\n\n\nDUOBRII.............................................................................. 87\nDUOPA.................................................................................69\nDUPIXENT........................................................................... 87\nDURLAZA............................................................................ 79\ndutasteride cap 0.5 mg.....................................................49\ndutasteride-tamsulosin hcl cap 0.5-0.4 mg....................49\nDUTOPROL......................................................................... 34\nDXEVO 11-DAY................................................................... 19\n\n\nE\nEASIVENT........................................................................... 94\nEASIVENT/MASK-LARGE.................................................. 94\nEASIVENT/MASK-MEDIUM................................................94\nEASIVENT/MASK-SMALL...................................................94\neconazole nitrate cream 1%.............................................88\nECOZA.................................................................................88\nEDARBI................................................................................34\nEDARBYCLOR.................................................................... 34\nEDEX....................................................................................39\nEDLUAR...............................................................................54\nEDURANT..............................................................................5\nE.E.S. 400..............................................................................2\nefavirenz cap 50 mg............................................................5\nefavirenz cap 200 mg..........................................................5\nefavirenz-emtricitabine-tenofovir df tab 600-200-300\nmg........................................................................................ 5\n\n\nefavirenz-lamivudine-tenofovir df tab 400-300-300\nmg........................................................................................ 5\n\n\nefavirenz-lamivudine-tenofovir df tab 600-300-300\nmg........................................................................................ 5\n\n\nefavirenz tab 600 mg.......................................................... 5\nELESTRIN............................................................................21\neletriptan hydrobromide tab 20 mg (base equivalent),\n40 mg (base equivalent)................................................. 65\n\n\nELIGARD..............................................................................13\nELIQUIS............................................................................... 77\nELIQUIS STARTER PACK..................................................77\nELITE-OB.............................................................................72\nELIXOPHYLLIN................................................................... 42\nELLA.....................................................................................21\nELLUME COVID-19 HOME TEST......................................92\nELMIRON.............................................................................49\nELOCTATE...........................................................................79\nELYXYB................................................................................65\nEMCYT.................................................................................13\nEMEND................................................................................ 46\nEMFLAZA.............................................................................19\nEMGALITY........................................................................... 65\nEMPAVELI............................................................................79\nEMSAM................................................................................ 50\nemtricitabine caps 200 mg.................................................5\nemtricitabine-tenofovir disoproxil fumarate tab\n200-300 mg......................................................................... 5\n\n\nemtricitabine-tenofovir disoproxil fumarate tab\n100-150 mg, 133-200 mg, 167-250 mg.............................5\n\n\nEMTRIVA................................................................................5\nEMVERM................................................................................8\nenalapril maleate & hydrochlorothiazide tab 5-12.5\nmg...................................................................................... 34\n\n\nenalapril maleate & hydrochlorothiazide tab 10-25\nmg...................................................................................... 34\n\n\nenalapril maleate oral soln 1 mg/ml................................34\nenalapril maleate tab 2.5 mg, 5 mg, 10 mg, 20 mg........ 34\nENBRACE HR..................................................................... 72\nENBREL...............................................................................62\nENBREL MINI......................................................................62\nENBREL SURECLICK........................................................ 62\nENCARE.............................................................................. 48\nENDARI................................................................................76\nENDOMETRIN.....................................................................48\nENGERIX-B........................................................................... 9\nenoxaparin sodium inj 300 mg/3ml.................................77\nenoxaparin sodium inj soln pref syr 30 mg/0.3ml, 40\nmg/0.4ml, 60 mg/0.6ml, 80 mg/0.8ml, 100 mg/ml, 120\nmg/0.8ml, 150 mg/ml....................................................... 77\n\n\nENSPRYNG......................................................................... 96\nENSTILAR............................................................................88\nentacapone tab 200 mg.................................................... 69\nentecavir tab 0.5 mg, 1 mg................................................ 5\nENTRESTO..........................................................................38\nENVARSUS XR................................................................... 96\nEPCLUSA...............................................................................5\nEPIDIOLEX.......................................................................... 67\nepinastine hcl ophth soln 0.05%.....................................82\nepinephrine solution auto-injector 0.15 mg/0.3ml\n(1:2000)..............................................................................36\n\n\nepinephrine solution auto-injector 0.3 mg/0.3ml\n(1:1000)..............................................................................36\n\n\nEPIVIR HBV...........................................................................5\neplerenone tab 25 mg, 50 mg..........................................34\nEPOGEN..............................................................................76\nEQ SPACE CHAMBER ANTI-STA..................................... 94\nEQUETRO........................................................................... 52\nergocalciferol cap 1.25 mg (50000 unit)......................... 71\nERGOMAR...........................................................................65\nergotamine w/ caffeine tab 1-100 mg..............................65\nERIVEDGE...........................................................................13\nERLEADA............................................................................ 14\nerlotinib hcl tab 25 mg (base equivalent).......................14\nerlotinib hcl tab 100 mg (base equivalent), 150 mg\n(base equivalent)............................................................. 14\n\n\nERTACZO............................................................................ 88\nERY...................................................................................... 88\nERYTHROCIN STEARATE...................................................2\nERYTHROMYCIN..................................................................2\nERYTHROMYCIN ETHYLSUCCINA.................................... 2\nerythromycin ethylsuccinate for susp 200 mg/5ml.........2\nerythromycin ethylsuccinate for susp 400 mg/5ml.........2\nerythromycin gel 2%.........................................................88\nerythromycin ophth oint 5 mg/gm.................................. 82\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 107\n\n\nerythromycin soln 2%.......................................................88\nerythromycin tab delayed release 250 mg, 333 mg, 500\nmg........................................................................................ 2\n\n\nerythromycin tab 250 mg, 500 mg.................................... 2\nESBRIET..............................................................................43\nescitalopram oxalate soln 5 mg/5ml (base equiv).........50\nescitalopram oxalate tab 5 mg (base equiv), 10 mg\n(base equiv), 20 mg (base equiv).................................. 50\n\n\nesomeprazole magnesium cap delayed release 20 mg\n(base eq), 40 mg (base eq).............................................44\n\n\nesomeprazole magnesium for delayed release susp\npacket 10 mg, 20 mg, 40 mg..........................................45\n\n\nESOMEPRAZOLE STRONTIUM........................................45\nESPEROCT......................................................................... 79\nestazolam tab 1 mg, 2 mg................................................54\nestradiol & norethindrone acetate tab 0.5-0.1 mg.........21\nestradiol & norethindrone acetate tab 1-0.5 mg............21\nestradiol tab 0.5 mg, 1 mg, 2 mg.................................... 21\nestradiol td patch twice weekly 0.025 mg/24hr,\n0.0375 mg/24hr, 0.05 mg/24hr, 0.075 mg/24hr, 0.1\nmg/24hr..............................................................................21\n\n\nestradiol td patch weekly 0.025 mg/24hr, 0.0375\nmg/24hr (37.5 mcg/24hr), 0.05 mg/24hr, 0.06 mg/24hr,\n0.075 mg/24hr, 0.1 mg/24hr............................................ 21\n\n\nestradiol vaginal cream 0.1 mg/gm.................................48\nestradiol vaginal tab 10 mcg........................................... 48\nestradiol valerate im in oil 20 mg/ml, 40 mg/ml.............21\nESTRING............................................................................. 48\nESTROGEL..........................................................................21\neszopiclone tab 1 mg, 2 mg, 3 mg..................................54\nethacrynic acid tab 25 mg................................................36\nethambutol hcl tab 100 mg................................................ 3\nethambutol hcl tab 400 mg................................................ 3\nethosuximide cap 250 mg................................................67\nethosuximide soln 250 mg/5ml........................................67\nethynodiol diacetate & ethinyl estradiol tab 1 mg-35\nmcg.................................................................................... 21\n\n\nethynodiol diacetate & ethinyl estradiol tab 1 mg-50\nmcg.................................................................................... 22\n\n\netodolac cap 200 mg, 300 mg..........................................62\netodolac tab er 24hr 400 mg, 500 mg, 600 mg...............62\netodolac tab 400 mg......................................................... 62\netodolac tab 500 mg......................................................... 62\nETOPOSIDE........................................................................ 14\netravirine tab 100 mg, 200 mg...........................................5\nEUCRISA............................................................................. 88\nEULEXIN..............................................................................14\nEVAMIST..............................................................................21\neverolimus tab for oral susp 3 mg..................................14\neverolimus tab for oral susp 2 mg, 5 mg....................... 14\neverolimus tab 2.5 mg, 5 mg, 7.5 mg, 10 mg................. 14\neverolimus tab 0.25 mg, 0.5 mg, 0.75 mg, 1 mg............ 96\nEVOTAZ................................................................................. 5\nEVRYSDI..............................................................................70\nEXELDERM......................................................................... 88\nexemestane tab 25 mg..................................................... 14\nEXKIVITY............................................................................. 14\n\n\nEXSERVAN..........................................................................70\nEYSUVIS..............................................................................82\nEZETIMIBE/ROSUVASTATIN............................................. 37\nezetimibe-simvastatin tab 10-10 mg, 10-20 mg, 10-40\nmg, 10-80 mg....................................................................37\n\n\nezetimibe tab 10 mg..........................................................37\nF\n\n\nfamciclovir tab 125 mg, 250 mg, 500 mg..........................5\nfamotidine for susp 40 mg/5ml........................................45\nfamotidine tab 20 mg........................................................45\nfamotidine tab 40 mg........................................................45\nFANAPT............................................................................... 52\nFANAPT TITRATION PACK................................................52\nFARXIGA..............................................................................23\nFASENRA PEN....................................................................42\nFC2 FEMALE CONDOM.....................................................94\nfebuxostat tab 40 mg, 80 mg...........................................66\nFEIBA................................................................................... 79\nfelbamate susp 600 mg/5ml.............................................67\nfelbamate tab 400 mg, 600 mg........................................ 67\nfelodipine tab er 24hr 2.5 mg, 5 mg, 10 mg................... 32\nFEMCAP.............................................................................. 94\nFENOFIBRATE.................................................................... 37\nFENOFIBRATE MICRONIZED........................................... 37\nfenofibrate micronized cap 43 mg.................................. 37\nfenofibrate micronized cap 67 mg, 134 mg....................37\nfenofibrate micronized cap 130 mg, 200 mg..................37\nfenofibrate tab 40 mg....................................................... 37\nfenofibrate tab 48 mg....................................................... 37\nfenofibrate tab 54 mg....................................................... 37\nfenofibrate tab 120 mg..................................................... 37\nfenofibrate tab 145 mg..................................................... 37\nfenofibrate tab 160 mg..................................................... 37\nFENOFIBRIC ACID............................................................. 37\nFENOPROFEN CALCIUM.................................................. 62\nfenoprofen calcium cap 400 mg......................................62\nfenoprofen calcium tab 600 mg.......................................62\nFENORTHO......................................................................... 62\nFENTANYL CITRATE..........................................................59\nfentanyl citrate lozenge on a handle 200 mcg, 400 mcg,\n600 mcg, 800 mcg, 1200 mcg, 1600 mcg......................59\n\n\nfentanyl td patch 72hr 12 mcg/hr, 25 mcg/hr, 37.5 mcg/\nhr, 50 mcg/hr, 62.5 mcg/hr, 75 mcg/hr, 87.5 mcg/hr,\n100 mcg/hr........................................................................ 59\n\n\nFENTORA............................................................................ 60\nFERRIPROX........................................................................ 92\nFERRIPROX TWICE-A-DAY...............................................92\nFERROUS SULFATE.......................................................... 76\nferrous sulfate elixir 220 mg/5ml (44 mg/5ml elemental\nfe)....................................................................................... 76\n\n\nferrous sulfate soln 75 mg/ml (15 mg/ml elemental\nfe)....................................................................................... 76\n\n\nferrous sulfate syrup 300 mg/5ml (60 mg/5ml elemental\nfe)....................................................................................... 76\n\n\nFETZIMA..............................................................................50\nFETZIMA TITRATION PACK.............................................. 50\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 108\n\n\nFIASP................................................................................... 25\nFIASP FLEXTOUCH........................................................... 25\nFIASP PENFILL...................................................................25\nFIBRICOR............................................................................ 37\nFIBRYGA..............................................................................79\nfinasteride tab 5 mg..........................................................49\nFINTEPLA............................................................................ 67\nFIRDAPSE........................................................................... 71\nFIRVANQ................................................................................8\nFLAREX............................................................................... 82\nflecainide acetate tab 50 mg, 100 mg, 150 mg...............33\nFLECTOR.............................................................................88\nFLEQSUVY.......................................................................... 70\nFLEXICHAMBER.................................................................94\nFLEXICHAMBER ADULT MASK/S.....................................94\nFLEXICHAMBER CHILD MASK/L......................................94\nFLEXICHAMBER CHILD MASK/S..................................... 94\nFLOLIPID............................................................................. 37\nFLORIVA.............................................................................. 75\nFLOVENT DISKUS..............................................................42\nFLOVENT HFA.................................................................... 42\nFLOWFLEX COVID-19 ANTIGEN......................................92\nFLUAD QUADRIVALENT 2022-2......................................... 9\nFLUARIX QUADRIVALENT 2022.........................................9\nFLUBLOK QUADRIVALENT 2022........................................9\nFLUCELVAX QUADRIVALENT 20........................................9\nfluconazole for susp 10 mg/ml, 40 mg/ml........................ 4\nfluconazole tab 50 mg, 100 mg, 150 mg, 200 mg............ 4\nflucytosine cap 250 mg, 500 mg....................................... 4\nfludrocortisone acetate tab 0.1 mg.................................19\nFLULAVAL QUADRIVALENT 202.........................................9\nFLUMIST QUADRIVALENT.................................................. 9\nflunisolide nasal soln 25 mcg/act (0.025%)....................40\nfluocinolone acetonide cream 0.01%..............................88\nfluocinolone acetonide cream 0.025%............................88\nfluocinolone acetonide oil 0.01% (body oil)...................88\nfluocinolone acetonide oil 0.01% (scalp oil)..................88\nfluocinolone acetonide oint 0.025%................................88\nfluocinolone acetonide (otic) oil 0.01%.......................... 84\nfluocinolone acetonide soln 0.01%.................................88\nfluocinonide cream 0.05%................................................88\nfluocinonide cream 0.1%..................................................88\nfluocinonide emulsified base cream 0.05%................... 88\nfluocinonide gel 0.05%..................................................... 88\nfluocinonide oint 0.05%....................................................88\nfluocinonide soln 0.05%................................................... 88\nFLUORIDEX SENSITIVITY REL........................................ 84\nFLUORIMAX 5000 SENSITIVE.......................................... 84\nfluorometholone ophth susp 0.1%..................................82\nFLUOROURACIL.................................................................88\nfluorouracil cream 5%.......................................................88\nFLUOXETINE DR................................................................50\nfluoxetine hcl cap 10 mg, 20 mg, 40 mg........................ 51\nfluoxetine hcl solution 20 mg/5ml...................................51\nfluoxetine hcl tab 60 mg...................................................51\nfluoxetine hcl tab 10 mg, 20 mg......................................51\nFLUOXETINE HYDROCHLORIDE.....................................56\n\n\nFLUPHENAZINE HCL.........................................................52\nfluphenazine hcl tab 1 mg, 2.5 mg, 5 mg, 10 mg........... 52\nFLUPHENAZINE HYDROCHLORID.................................. 52\nflurandrenolide cream 0.05%...........................................88\nflurandrenolide lotion 0.05%............................................88\nFLURAZEPAM HCL............................................................ 54\nFLURBIPROFEN................................................................. 62\nFLURBIPROFEN SODIUM................................................. 82\nflurbiprofen tab 100 mg....................................................62\nFLUTAMIDE......................................................................... 14\nFLUTICASONE PROPIONATE/SA.....................................42\nfluticasone propionate cream 0.05%.............................. 88\nfluticasone propionate lotion 0.05%............................... 88\nfluticasone propionate nasal susp 50 mcg/act..............40\nfluticasone propionate oint 0.005%................................ 88\nfluvastatin sodium cap 20 mg (base equivalent), 40 mg\n(base equivalent)............................................................. 37\n\n\nfluvastatin sodium tab er 24 hr 80 mg (base\nequivalent)........................................................................ 37\n\n\nfluvoxamine maleate cap er 24hr 100 mg, 150 mg........51\nfluvoxamine maleate tab 25 mg, 50 mg, 100 mg........... 51\nFLUZONE HIGH-DOSE PF 2022.......................................10\nFLUZONE QUADRIVALENT 2022..................................... 10\nfolic acid cap 0.8 mg........................................................ 76\nfolic acid tab 400 mcg, 800 mcg..................................... 76\nfolic acid tab 1 mg............................................................ 76\nFOLIVANE-OB..................................................................... 72\nFOLLISTIM AQ....................................................................28\nfondaparinux sodium subcutaneous inj 2.5 mg/0.5ml, 5\nmg/0.4ml, 7.5 mg/0.6ml, 10 mg/0.8ml............................77\n\n\nFORTEO.............................................................................. 28\nFOSAMAX PLUS D.............................................................28\nfosamprenavir calcium tab 700 mg (base equiv)............ 5\nfosfomycin tromethamine powd pack 3 gm (base\nequivalent).......................................................................... 8\n\n\nfosinopril sodium & hydrochlorothiazide tab 10-12.5\nmg, 20-12.5 mg.................................................................34\n\n\nfosinopril sodium tab 10 mg, 20 mg, 40 mg.................. 34\nFOSRENOL......................................................................... 47\nFOTIVDA..............................................................................14\nFRAGMIN.............................................................................78\nfrovatriptan succinate tab 2.5 mg (base\nequivalent)........................................................................ 65\n\n\nFULPHILA............................................................................ 76\nFUROSEMIDE..................................................................... 36\nfurosemide oral soln 10 mg/ml........................................36\nfurosemide tab 20 mg, 40 mg, 80 mg............................. 36\nFUZEON.................................................................................5\nFYCOMPA............................................................................67\n\n\nG\ngabapentin cap 100 mg, 300 mg, 400 mg.......................67\ngabapentin oral soln 250 mg/5ml....................................67\ngabapentin tab 600 mg, 800 mg......................................67\nGALAFOLD.......................................................................... 28\nGALANTAMINE HYDROBROMIDE....................................56\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 109\n\n\ngalantamine hydrobromide cap er 24hr 8 mg, 16 mg,\n24 mg.................................................................................56\n\n\ngalantamine hydrobromide tab 4 mg, 8 mg, 12 mg.......56\nGALZIN................................................................................ 75\nganirelix acetate soln prefilled syringe 250\nmcg/0.5ml..........................................................................28\n\n\nGARDASIL 9........................................................................10\ngatifloxacin ophth soln 0.5%........................................... 82\nGATTEX............................................................................... 47\nGAVILYTE-C........................................................................ 44\nGAVRETO............................................................................ 14\ngemfibrozil tab 600 mg.....................................................37\nGEMTESA............................................................................48\nGENTAK...............................................................................82\ngentamicin sulfate cream 0.1%....................................... 88\ngentamicin sulfate oint 0.1%........................................... 88\ngentamicin sulfate ophth soln 0.3%............................... 82\nGENVOYA..............................................................................5\nGILENYA..............................................................................56\nGILOTRIF.............................................................................14\nGIMOTI.................................................................................47\nGLASSIA..............................................................................43\nglatiramer acetate soln prefilled syringe 20 mg/ml.......56\nglatiramer acetate soln prefilled syringe 40 mg/ml.......56\nGLEOSTINE.........................................................................14\nglimepiride tab 1 mg, 2 mg, 4 mg................................... 23\nglipizide-metformin hcl tab 2.5-250 mg, 2.5-500 mg,\n5-500 mg........................................................................... 23\n\n\nglipizide tab er 24hr 2.5 mg, 5 mg, 10 mg......................23\nglipizide tab 5 mg, 10 mg.................................................23\nGLUCAGEN HYPOKIT....................................................... 23\nGLUCAGON EMERGENCY KIT FO.................................. 23\nglucagon (rdna) for inj kit 1 mg...................................... 23\nGLUCOSE............................................................................23\nglyburide-metformin tab 1.25-250 mg, 2.5-500 mg,\n5-500 mg........................................................................... 23\n\n\nglyburide micronized tab 1.5 mg, 3 mg, 6 mg............... 23\nglyburide tab 1.25 mg, 2.5 mg, 5 mg.............................. 23\nGLYCATE............................................................................. 45\nGLYCOPYRROLATE...........................................................45\nglycopyrrolate oral soln 1 mg/5ml.................................. 45\nglycopyrrolate tab 1 mg................................................... 45\nglycopyrrolate tab 2 mg................................................... 45\nGLYXAMBI........................................................................... 24\nGNP GLUCOSE.................................................................. 24\nGNP QUICK DISSOLVE GLUCOS.....................................24\nGOCOVRI............................................................................ 69\nGONITRO............................................................................ 30\nGRALISE..............................................................................56\ngranisetron hcl tab 1 mg..................................................46\nGRASTEK............................................................................ 12\ngriseofulvin microsize susp 125 mg/5ml......................... 4\ngriseofulvin microsize tab 500 mg....................................4\ngriseofulvin ultramicrosize tab 125 mg, 250 mg............. 4\nguanfacine hcl tab er 24hr 1 mg (base equiv), 2\nmg (base equiv), 3 mg (base equiv), 4 mg (base\nequiv)................................................................................. 54\n\n\nguanfacine hcl tab 1 mg, 2 mg........................................34\nGVOKE HYPOPEN 1-PACK...............................................24\nGVOKE HYPOPEN 2-PACK...............................................24\nGVOKE KIT......................................................................... 24\nGVOKE PFS........................................................................24\nGYNAZOLE-1...................................................................... 48\n\n\nH\nHAEGARDA.........................................................................79\nhalcinonide cream 0.1%................................................... 88\nHALOBETASOL PROPIONATE..........................................88\nhalobetasol propionate cream 0.05%............................. 88\nhalobetasol propionate oint 0.05%................................. 88\nHALOG.................................................................................88\nhaloperidol lactate oral conc 2 mg/ml............................52\nhaloperidol tab 0.5 mg, 1 mg...........................................52\nhaloperidol tab 2 mg, 5 mg, 10 mg, 20 mg.....................52\nHARVONI............................................................................... 5\nHAVRIX................................................................................ 10\nHEMADY..............................................................................19\nHEMANGEOL...................................................................... 31\nHEMLIBRA...........................................................................79\nHEMOFIL M.........................................................................79\nHEPARIN SODIUM............................................................. 78\nheparin sodium (porcine) inj 1000 unit/ml, 5000 unit/ml,\n10000 unit/ml, 20000 unit/ml.......................................... 78\n\n\nheparin sodium (porcine) pf inj 5000 unit/0.5ml............78\nHEPLISAV-B........................................................................ 10\nHETLIOZ.............................................................................. 54\nHETLIOZ LQ........................................................................54\nHIBERIX...............................................................................10\nHORIZANT...........................................................................56\nHUMATE-P...........................................................................79\nHUMIRA............................................................................... 62\nHUMIRA PEDIATRIC CROHNS D..................................... 62\nHUMIRA PEN...................................................................... 62\nHUMIRA PEN-CD/UC/HS START...................................... 62\nHUMIRA PEN-PEDIATRIC UC S....................................... 63\nHUMIRA PEN-PS/UV STARTER........................................63\nHUMULIN R U-500 (CONCENTR...................................... 26\nHUMULIN R U-500 KWIKPEN........................................... 26\nHYCAMTIN.......................................................................... 14\nhydralazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg........ 34\nhydrochlorothiazide cap 12.5 mg....................................36\nhydrochlorothiazide tab 12.5 mg, 25 mg, 50 mg........... 36\nHYDROCODONE/IBUPROFEN..........................................60\nhydrocodone-acetaminophen soln 7.5-325\nmg/15ml.............................................................................60\n\n\nhydrocodone-acetaminophen tab 5-325 mg, 7.5-325\nmg...................................................................................... 60\n\n\nhydrocodone-acetaminophen tab 10-325 mg, 5-300\nmg, 7.5-300 mg, 10-300 mg............................................ 60\n\n\nhydrocodone bitart-homatropine methylbromide tab\n5-1.5 mg.............................................................................40\n\n\nhydrocodone bitart-homatropine methylbrom soln\n5-1.5 mg/5ml..................................................................... 40\n\n\nHYDROCODONE BITARTRATE ER.................................. 60\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 110\n\n\nhydrocodone bitartrate tab er 24hr deter 20 mg, 30 mg,\n40 mg, 60 mg, 80 mg, 100 mg, 120 mg......................... 60\n\n\nhydrocodone-ibuprofen tab 7.5-200 mg.........................60\nhydrocod polst-chlorphen polst er susp 10-8\nmg/5ml...............................................................................40\n\n\nhydrocortisone acetate suppos 25 mg...........................85\nhydrocortisone acetate w/ pramoxine perianal cream\n1-1%................................................................................... 85\n\n\nHYDROCORTISONE BUTYRATE......................................89\nhydrocortisone butyrate hydrophilic lipo base cream\n0.1%....................................................................................89\n\n\nhydrocortisone butyrate lotion 0.1%.............................. 89\nhydrocortisone butyrate oint 0.1%................................. 89\nhydrocortisone cream 1%................................................ 89\nhydrocortisone cream 2.5%.............................................89\nhydrocortisone enema 100 mg/60ml.............................. 85\nhydrocortisone lotion 2.5%..............................................89\nhydrocortisone oint 1%.................................................... 89\nhydrocortisone oint 2.5%................................................. 89\nhydrocortisone perianal cream 1%.................................85\nhydrocortisone perianal cream 2.5%..............................85\nhydrocortisone tab 5 mg, 10 mg, 20 mg........................ 19\nhydrocortisone valerate cream 0.2%.............................. 89\nhydrocortisone valerate oint 0.2%.................................. 89\nhydrocortisone w/ acetic acid otic soln 1-2%................84\nhydromorphone hcl liqd 1 mg/ml....................................60\nhydromorphone hcl tab er 24hr 8 mg, 12 mg, 16 mg, 32\nmg...................................................................................... 60\n\n\nhydromorphone hcl tab 8 mg..........................................60\nhydromorphone hcl tab 2 mg, 4 mg............................... 60\nHYDROXOCOBALAMIN..................................................... 77\nHYDROXYCHLOROQUINE SULFAT................................... 8\nhydroxychloroquine sulfate tab 200 mg.......................... 8\nhydroxyurea cap 500 mg..................................................14\nhydroxyzine hcl syrup 10 mg/5ml...................................50\nhydroxyzine hcl tab 10 mg, 25 mg, 50 mg..................... 50\nHYDROXYZINE PAMOATE................................................ 50\nhydroxyzine pamoate cap 25 mg, 50 mg....................... 50\nI\n\n\nibandronate sodium tab 150 mg (base equivalent).......28\nIBRANCE............................................................................. 14\nibuprofen-famotidine tab 800-26.6 mg............................63\nibuprofen susp 100 mg/5ml............................................. 63\nibuprofen tab 400 mg, 600 mg, 800 mg..........................63\nicatibant acetate inj 30 mg/3ml (base equivalent).........79\nICLUSIG...............................................................................14\nIDELVION.............................................................................79\nIDHIFA..................................................................................14\nIHEALTH COVID-19 ANTIGEN.......................................... 92\nILEVRO................................................................................ 82\nimatinib mesylate tab 100 mg (base equivalent)...........14\nimatinib mesylate tab 400 mg (base equivalent)...........14\nIMBRUVICA......................................................................... 14\nIMCIVREE............................................................................54\nimipramine hcl tab 10 mg, 25 mg, 50 mg....................... 51\n\n\nimipramine pamoate cap 75 mg, 100 mg, 125 mg, 150\nmg...................................................................................... 51\n\n\nimiquimod cream 3.75%................................................... 89\nimiquimod cream 5%........................................................ 89\nIMITREX STATDOSE REFILL............................................ 65\nIMOVAX RABIES (H.D.C.V.)...............................................10\nIMPAVIDO.............................................................................. 8\nIMPEKLO............................................................................. 89\nIMPOYZ................................................................................89\nIMURAN............................................................................... 96\nINATAL GT...........................................................................72\nINBRIJA................................................................................69\nINCRELEX........................................................................... 28\nINCRUSE ELLIPTA............................................................. 42\nindapamide tab 1.25 mg, 2.5 mg..................................... 36\nINDERAL XL........................................................................31\nINDICAID COVID-19 RAPID A...........................................92\nINDOCIN.............................................................................. 63\nINDOMETHACIN................................................................. 63\nindomethacin cap er 75 mg............................................. 63\nindomethacin cap 25 mg, 50 mg.....................................63\nINFANRIX.............................................................................11\nINGREZZA........................................................................... 56\nINLYTA................................................................................. 14\nINNOPRAN XL.................................................................... 31\nINQOVI.................................................................................14\nINREBIC...............................................................................14\nINSPIRACHAMBER/ANTI-STATI........................................94\nINSPIRACHAMBER/LARGE...............................................94\nINSPIRACHAMBER/SOOTHERMAS................................. 94\nINSPIREASE DRUG DELIVERY........................................94\nINSPIREASE RESERVOIR BAGS..................................... 94\nINSULIN PEN NEEDLES â€“ VARIOUS............................... 94\nINSULIN SYRINGES â€“ VARIOUS......................................94\nINTELENCE........................................................................... 5\nINTELISWAB COVID-19 RAPID.........................................93\nINTRAROSA........................................................................ 48\nINTRON A............................................................................14\nIPOL INACTIVATED IPV.....................................................10\nipratropium-albuterol nebu soln 0.5-2.5(3) mg/3ml.......42\nipratropium bromide inhal soln 0.02%........................... 42\nipratropium bromide nasal soln 0.03% (21 mcg/\nspray).................................................................................40\n\n\nipratropium bromide nasal soln 0.06% (42 mcg/\nspray).................................................................................40\n\n\nirbesartan-hydrochlorothiazide tab 150-12.5 mg,\n300-12.5 mg...................................................................... 34\n\n\nirbesartan tab 75 mg, 150 mg, 300 mg........................... 34\nIRESSA................................................................................ 14\nIRON UP..............................................................................77\nISENTRESS...........................................................................5\nISENTRESS HD.................................................................... 5\nISONIAZID............................................................................. 3\nisoniazid tab 300 mg...........................................................3\nISOPTO ATROPINE............................................................82\nisosorbide dinitrate-hydralazine hcl tab 20-37.5 mg.....38\nisosorbide dinitrate tab 5 mg, 40 mg..............................30\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 111\n\n\nisosorbide dinitrate tab 10 mg, 20 mg, 30 mg............... 30\nisosorbide mononitrate tab er 24hr 30 mg, 60 mg, 120\nmg...................................................................................... 30\n\n\nisosorbide mononitrate tab 10 mg, 20 mg..................... 30\nisotretinoin cap 10 mg, 20 mg, 25 mg, 30 mg, 35 mg, 40\nmg...................................................................................... 89\n\n\nisradipine cap 2.5 mg, 5 mg............................................ 32\nISTURISA.............................................................................28\nitraconazole cap 100 mg.................................................... 4\nitraconazole oral soln 10 mg/ml........................................4\nIVERMECTIN.......................................................................89\nivermectin tab 3 mg............................................................ 8\nIXINITY.................................................................................79\n\n\nJ\nJAKAFI................................................................................. 14\nJANSSEN COVID-19 VACCINE......................................... 10\nJANUMET............................................................................ 24\nJANUMET XR......................................................................24\nJANUVIA.............................................................................. 24\nJARDIANCE.........................................................................24\nJATENZO............................................................................. 20\nJIVI....................................................................................... 79\nJORNAY PM........................................................................ 55\nJUBLIA................................................................................. 89\nJULUCA................................................................................. 5\nJUXTAPID............................................................................ 37\nJYNARQUE..........................................................................28\n\n\nK\nKALYDECO..........................................................................43\nKAPSPARGO SPRINKLE................................................... 31\nKARBINAL ER.....................................................................40\nKATERZIA............................................................................32\nKESIMPTA........................................................................... 56\nketoconazole cream 2%................................................... 89\nketoconazole foam 2%......................................................89\nketoconazole shampoo 2%.............................................. 89\nketoconazole tab 200 mg................................................... 4\nKETOPROFEN.................................................................... 63\nKETOPROFEN ER..............................................................63\nKETOROLAC TROMETHAMINE........................................63\nketorolac tromethamine ophth soln 0.4%...................... 82\nketorolac tromethamine ophth soln 0.5%...................... 82\nketorolac tromethamine tab 10 mg.................................63\nKETOSTIX............................................................................93\nKEVEYIS..............................................................................36\nKEVZARA............................................................................ 63\nKINRIX................................................................................. 11\nKISQALI............................................................................... 14\nKISQALI FEMARA 200 DOSE............................................15\nKISQALI FEMARA 400 DOSE............................................15\nKISQALI FEMARA 600 DOSE............................................15\nKITABIS PAK......................................................................... 3\nKLISYRI................................................................................89\nKLOXXADO......................................................................... 92\nKOATE................................................................................. 79\n\n\nKOATE-DVI.......................................................................... 79\nKOGENATE FS................................................................... 79\nKORLYM.............................................................................. 24\nKOSELUGO.........................................................................15\nKOSHER PRENATAL PLUS IRON.....................................72\nKOVALTRY...........................................................................79\nK-PHOS NO 2..................................................................... 49\nKRINTAFEL............................................................................8\nKRISTALOSE.......................................................................44\nKROGER GLUCOSE.......................................................... 24\nKYNMOBI.............................................................................69\n\n\nL\nlabetalol hcl tab 100 mg...................................................31\nlabetalol hcl tab 200 mg, 300 mg.................................... 31\nlacosamide oral solution 10 mg/ml.................................67\nlacosamide tab 50 mg, 100 mg, 150 mg, 200 mg...........67\nlactic acid (ammonium lactate) cream 12%................... 89\nlactic acid (ammonium lactate) lotion 12%....................89\nLACTULOSE........................................................................44\nlactulose (encephalopathy) solution 10 gm/15ml......... 47\nlactulose solution 10 gm/15ml.........................................44\nLAGEVRIO.............................................................................5\nLAMICTAL ODT...................................................................67\nLAMICTAL XR..................................................................... 67\nlamivudine oral soln 10 mg/ml.......................................... 6\nlamivudine tab 150 mg, 300 mg........................................ 6\nlamivudine tab 100 mg (hbv)............................................. 6\nlamivudine-zidovudine tab 150-300 mg............................6\nlamotrigine orally disintegrating tab 25 mg, 50 mg, 100\nmg, 200 mg.......................................................................67\n\n\nlamotrigine tab chewable dispersible 5 mg, 25 mg.......67\nlamotrigine tab disint 25 (14) & 50 mg (14) & 100 mg (7)\nkit........................................................................................67\n\n\nlamotrigine tab er 24hr 25 mg, 50 mg, 100 mg, 200 mg,\n250 mg, 300 mg............................................................... 67\n\n\nlamotrigine tab 25 mg, 100 mg, 150 mg, 200 mg...........67\nlamotrigine tab 25 mg (42) & 100 mg (7) starter kit.......67\nlamotrigine tab 84 x 25 mg & 14 x 100 mg starter\nkit........................................................................................67\n\n\nlamotrigine tab 35 x 25 mg starter kit............................ 67\nLAMPIT.................................................................................. 8\nLANCETS â€“ VARIOUS........................................................94\nLANOXIN..............................................................................30\nLANSOPRAZOLE/AMOXICILLIN/...................................... 45\nlansoprazole cap delayed release 15 mg.......................45\nlansoprazole cap delayed release 30 mg.......................45\nlansoprazole tab delayed release orally disintegrating\n15 mg, 30 mg................................................................... 45\n\n\nlanthanum carbonate chew tab 500 mg (elemental),\n750 mg (elemental), 1000 mg (elemental).....................47\n\n\nlapatinib ditosylate tab 250 mg (base equiv).................15\nlatanoprost ophth soln 0.005%........................................82\nLATUDA............................................................................... 52\nLAZANDA.............................................................................60\nLEADER GLUCOSE............................................................24\nLEADER QUICK DISSOLVE GLU......................................24\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 112\n\n\nleflunomide tab 10 mg, 20 mg.........................................63\nlenalidomide cap 5 mg, 10 mg........................................ 96\nlenalidomide cap 15 mg, 25 mg...................................... 96\nLENVIMA 4 MG DAILY DOSE............................................15\nLENVIMA 8 MG DAILY DOSE............................................15\nLENVIMA 10 MG DAILY DOSE..........................................15\nLENVIMA 12MG DAILY DOSE...........................................15\nLENVIMA 14 MG DAILY DOSE..........................................15\nLENVIMA 18 MG DAILY DOSE..........................................15\nLENVIMA 20 MG DAILY DOSE..........................................15\nLENVIMA 24 MG DAILY DOSE..........................................15\nletrozole tab 2.5 mg.......................................................... 15\nleucovorin calcium tab 5 mg, 10 mg, 15 mg, 25 mg......15\nLEUKERAN..........................................................................15\nLEUKINE..............................................................................77\nleuprolide acetate inj kit 5 mg/ml....................................15\nlevalbuterol hcl soln nebu conc 1.25 mg/0.5ml (base\nequiv)................................................................................. 42\n\n\nlevalbuterol hcl soln nebu 0.31 mg/3ml (base equiv),\n0.63 mg/3ml (base equiv), 1.25 mg/3ml (base\nequiv)................................................................................. 42\n\n\nLEVAMLODIPINE................................................................ 32\nLEVEMIR..............................................................................26\nLEVEMIR FLEXTOUCH......................................................26\nlevetiracetam oral soln 100 mg/ml..................................67\nlevetiracetam tab er 24hr 500 mg, 750 mg.....................67\nlevetiracetam tab 250 mg, 500 mg.................................. 67\nlevetiracetam tab 750 mg, 1000 mg................................ 67\nLEVOBUNOLOL HCL......................................................... 82\nlevocarnitine oral soln 1 gm/10ml (10%)........................28\nlevocarnitine tab 330 mg..................................................28\nlevocetirizine dihydrochloride soln 2.5 mg/5ml (0.5 mg/\nml)...................................................................................... 40\n\n\nlevocetirizine dihydrochloride tab 5 mg.........................40\nlevofloxacin ophth soln 0.5%.......................................... 82\nlevofloxacin oral soln 25 mg/ml........................................ 3\nlevofloxacin tab 250 mg, 500 mg, 750 mg........................3\nlevonor-eth est tab 0.15-0.02/0.025/0.03 mg &eth est\n0.01 mg..............................................................................22\n\n\nlevonorgestrel & ethinyl estradiol (91-day) tab\n0.15-0.03 mg..................................................................... 22\n\n\nlevonorgestrel & ethinyl estradiol tab 0.1 mg-20 mcg,\n0.15 mg-30 mcg................................................................22\n\n\nlevonorgestrel-eth estra tab\n0.05-30/0.075-40/0.125-30mg-mcg..................................22\n\n\nlevonorgestrel-ethinyl estradiol (continuous) tab 90-20\nmcg.................................................................................... 22\n\n\nlevonorgestrel tab 1.5 mg................................................ 22\nlevonorg-eth est tab 0.1-0.02mg(84) & eth est tab\n0.01mg(7)...........................................................................22\n\n\nlevonorg-eth est tab 0.15-0.03mg(84) & eth est tab\n0.01mg(7)...........................................................................22\n\n\nlevorphanol tartrate tab 2 mg, 3 mg............................... 60\nLEVOTHYROXINE SODIUM.............................................. 27\nlevothyroxine sodium tab 25 mcg, 50 mcg, 75 mcg, 88\nmcg, 100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg,\n175 mcg, 200 mcg, 300 mcg.......................................... 27\n\n\nLEXETTE............................................................................. 89\nLEXIVA................................................................................... 6\nLICART.................................................................................89\nLIDOCAINE/TETRACAINE................................................. 89\nlidocaine hcl soln 4%....................................................... 89\nlidocaine hcl urethral/mucosal gel prefilled syringe\n2%.......................................................................................89\n\n\nlidocaine hcl viscous soln 2%.........................................84\nlidocaine oint 5%...............................................................89\nlidocaine patch 5%............................................................89\nlidocaine-prilocaine cream 2.5-2.5%...............................89\nLINDANE..............................................................................89\nlinezolid for susp 100 mg/5ml........................................... 8\nlinezolid tab 600 mg............................................................8\nLINZESS.............................................................................. 47\nliothyronine sodium tab 5 mcg, 25 mcg, 50 mcg.......... 27\nLIPOFEN..............................................................................37\nlisinopril & hydrochlorothiazide tab 10-12.5 mg,\n20-12.5 mg, 20-25 mg......................................................34\n\n\nlisinopril tab 2.5 mg, 5 mg, 10 mg, 20 mg, 30 mg, 40\nmg...................................................................................... 34\n\n\nLITHIUM CARBONATE.......................................................52\nlithium carbonate cap 150 mg, 300 mg, 600 mg............52\nlithium carbonate tab er 300 mg..................................... 52\nlithium carbonate tab er 450 mg..................................... 52\nlithium carbonate tab 300 mg..........................................52\nLITHOBID.............................................................................52\nLITHOSTAT..........................................................................49\nLIVALO................................................................................. 37\nLIVMARLI.............................................................................47\nLIVTENCITY.......................................................................... 6\nLOKELMA............................................................................ 96\nLO LOESTRIN FE...............................................................22\nLOMAIRA............................................................................. 55\nLONGS GLUCOSE............................................................. 24\nLONSURF............................................................................ 15\nloperamide hcl cap 2 mg..................................................44\nlopinavir-ritonavir soln 400-100 mg/5ml (80-20 mg/\nml)........................................................................................ 6\n\n\nlopinavir-ritonavir tab 100-25 mg...................................... 6\nlopinavir-ritonavir tab 200-50 mg...................................... 6\nlorazepam conc 2 mg/ml.................................................. 50\nlorazepam tab 0.5 mg, 1 mg, 2 mg..................................50\nLORBRENA......................................................................... 15\nLOREEV XR........................................................................ 50\nLORTAB............................................................................... 60\nlosartan potassium & hydrochlorothiazide tab 50-12.5\nmg, 100-12.5 mg, 100-25 mg.......................................... 34\n\n\nlosartan potassium tab 25 mg, 50 mg, 100 mg..............34\nLOTEMAX............................................................................ 82\nLOTEMAX SM..................................................................... 82\nloteprednol etabonate ophth gel 0.5%............................82\nloteprednol etabonate ophth susp 0.5%........................ 82\nlovastatin tab 10 mg......................................................... 37\nlovastatin tab 20 mg, 40 mg............................................ 38\nloxapine succinate cap 5 mg, 10 mg, 25 mg, 50 mg..... 52\nLUCEMYRA......................................................................... 56\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 113\n\n\nLULICONAZOLE..................................................................89\nLUMAKRAS......................................................................... 15\nLUMIGAN.............................................................................82\nLUPKYNIS........................................................................... 96\nLUPRON DEPOT (1-MONTH)............................................15\nLUPRON DEPOT (3-MONTH)............................................15\nLUPRON DEPOT (4-MONTH)............................................15\nLUPRON DEPOT (6-MONTH)............................................15\nLUPRON DEPOT-PED (1-MONTH.................................... 28\nLUPRON DEPOT-PED (3-MONTH.................................... 28\nLUZU.................................................................................... 89\nLYNPARZA...........................................................................15\nLYSODREN..........................................................................15\nLYVISPAH............................................................................ 71\n\n\nM\nmafenide acetate packet for topical soln 5% (50\ngm)..................................................................................... 89\n\n\nmalathion lotion 0.5%....................................................... 90\nmaraviroc tab 150 mg.........................................................6\nmaraviroc tab 300 mg.........................................................6\nMARPLAN............................................................................51\nMASK VORTEX/CHILD/FROG........................................... 94\nMASK VORTEX/TODDLER/LADY......................................94\nMATULANE..........................................................................16\nMAVENCLAD.......................................................................57\nMAVYRET.............................................................................. 6\nMAXIDEX............................................................................. 82\nMAYZENT............................................................................ 57\nMAYZENT STARTER PACK............................................... 57\nmeclizine hcl chew tab 25 mg......................................... 46\nmeclizine hcl tab 12.5 mg, 25 mg....................................46\nMECLOFENAMATE SODIUM.............................................63\nMEDICINE SHOPPE GLUCOSE........................................24\nMEDROL..............................................................................19\nmedroxyprogesterone acetate im susp 150 mg/ml.......22\nmedroxyprogesterone acetate im susp prefilled syr\n150 mg/ml......................................................................... 22\n\n\nmedroxyprogesterone acetate tab 2.5 mg, 5 mg, 10\nmg...................................................................................... 23\n\n\nmefenamic acid cap 250 mg............................................63\nmefloquine hcl tab 250 mg................................................ 8\nmegestrol acetate susp 40 mg/ml...................................16\nmegestrol acetate susp 625 mg/5ml...............................23\nmegestrol acetate tab 20 mg, 40 mg.............................. 16\nMEKINIST............................................................................ 16\nMEKTOVI............................................................................. 16\nMELOXICAM........................................................................63\nmeloxicam cap 5 mg, 10 mg............................................63\nmeloxicam tab 7.5 mg, 15 mg..........................................63\nmelphalan tab 2 mg.......................................................... 16\nmemantine hcl cap er 24hr 7 mg, 14 mg, 21 mg, 28\nmg...................................................................................... 57\n\n\nmemantine hcl oral solution 2 mg/ml.............................57\nmemantine hcl tab 5 mg, 10 mg......................................57\nmemantine hcl tab 28 x 5 mg & 21 x 10 mg titration\npack....................................................................................57\n\n\nMENACTRA.........................................................................10\nMENEST.............................................................................. 21\nMENOPUR...........................................................................28\nMENOSTAR......................................................................... 21\nMENQUADFI........................................................................10\nMENTAX...............................................................................90\nMENVEO..............................................................................10\nmercaptopurine tab 50 mg...............................................16\nmesalamine cap dr 400 mg..............................................47\nmesalamine cap er 24hr 0.375 gm.................................. 47\nmesalamine cap er 500 mg..............................................47\nmesalamine enema 4 gm................................................. 47\nmesalamine suppos 1000 mg..........................................47\nmesalamine tab delayed release 1.2 gm........................ 47\nmesalamine tab delayed release 800 mg....................... 47\nMESNEX.............................................................................. 16\nmetaxalone tab 400 mg.................................................... 71\nmetaxalone tab 800 mg.................................................... 71\nmetformin hcl oral soln 500 mg/5ml...............................24\nmetformin hcl tab er 24hr 500 mg, 750 mg.................... 24\nmetformin hcl tab er 24hr modified release 500 mg..... 24\nmetformin hcl tab er 24hr modified release 1000\nmg...................................................................................... 24\n\n\nmetformin hcl tab er 24hr osmotic 500 mg....................24\nmetformin hcl tab er 24hr osmotic 1000 mg..................24\nmetformin hcl tab 500 mg, 850 mg, 1000 mg.................24\nMETFORMIN HYDROCHLORIDE......................................24\nmethadone hcl conc 10 mg/ml........................................ 60\nmethadone hcl soln 5 mg/5ml, 10 mg/5ml..................... 60\nmethadone hcl tab for oral susp 40 mg......................... 60\nmethadone hcl tab 5 mg, 10 mg......................................60\nmethamphetamine hcl tab 5 mg......................................55\nmethazolamide tab 25 mg, 50 mg................................... 36\nmethenamine hippurate tab 1 gm..................................... 8\nmethimazole tab 5 mg, 10 mg......................................... 27\nMETHITEST.........................................................................20\nmethocarbamol tab 500 mg, 750 mg.............................. 71\nMETHOTREXATE SODIUM................................................16\nmethotrexate sodium for inj 1 gm...................................16\nmethotrexate sodium inj 50 mg/2ml (25 mg/ml)............ 16\nmethotrexate sodium inj pf 1000 mg/40ml (25 mg/\nml)...................................................................................... 16\n\n\nmethotrexate sodium inj pf 50 mg/2ml (25 mg/ml), 250\nmg/10ml (25 mg/ml).........................................................16\n\n\nmethotrexate sodium tab 2.5 mg (base equiv).............. 16\nMETHOXSALEN..................................................................90\nmethscopolamine bromide tab 2.5 mg, 5 mg................ 45\nmethylergonovine maleate tab 0.2 mg........................... 27\nmethylphenidate hcl cap er 24hr 20 mg (la), 30 mg (la),\n40 mg (la)..........................................................................55\n\n\nmethylphenidate hcl cap er 10 mg (cd), 20 mg (cd), 30\nmg (cd), 40 mg (cd), 50 mg (cd), 60 mg (cd)................ 55\n\n\nmethylphenidate hcl chew tab 10 mg.............................55\nmethylphenidate hcl chew tab 2.5 mg, 5 mg................. 55\nmethylphenidate hcl soln 5 mg/5ml................................55\nmethylphenidate hcl soln 10 mg/5ml..............................55\nmethylphenidate hcl tab er 10 mg, 20 mg......................55\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 114\n\n\nmethylphenidate hcl tab er osmotic release (osm) 36\nmg...................................................................................... 55\n\n\nmethylphenidate hcl tab er osmotic release (osm) 18\nmg, 27 mg, 54 mg............................................................55\n\n\nmethylphenidate hcl tab 5 mg.........................................55\nmethylphenidate hcl tab 10 mg, 20 mg.......................... 55\nmethylprednisolone tab 8 mg..........................................19\nmethylprednisolone tab 4 mg, 16 mg, 32 mg................ 19\nmethylprednisolone tab therapy pack 4 mg (21)...........19\nmethyltestosterone cap 10 mg........................................20\nmetoclopramide hcl soln 5 mg/5ml (10 mg/10ml) (base\nequiv)................................................................................. 47\n\n\nmetoclopramide hcl tab 5 mg (base equivalent), 10 mg\n(base equivalent)............................................................. 47\n\n\nMETOCLOPRAMIDE ODT..................................................47\nmetolazone tab 2.5 mg, 5 mg, 10 mg..............................36\nmetoprolol & hydrochlorothiazide tab 50-25 mg, 100-25\nmg, 100-50 mg..................................................................34\n\n\nmetoprolol succinate tab er 24hr 200 mg (tartrate\nequiv)................................................................................. 31\n\n\nmetoprolol succinate tab er 24hr 25 mg (tartrate\nequiv), 50 mg (tartrate equiv), 100 mg (tartrate\nequiv)................................................................................. 31\n\n\nmetoprolol tartrate tab 50 mg, 100 mg........................... 31\nmetoprolol tartrate tab 25 mg, 37.5 mg, 75 mg..............31\nmetronidazole cap 375 mg.................................................8\nmetronidazole cream 0.75%.............................................90\nmetronidazole gel 0.75%.................................................. 90\nmetronidazole gel 1%....................................................... 90\nmetronidazole lotion 0.75%..............................................90\nmetronidazole tab 250 mg, 500 mg...................................8\nmetronidazole vaginal gel 0.75%.................................... 48\nmetyrosine cap 250 mg.................................................... 34\nmexiletine hcl cap 150 mg, 200 mg, 250 mg..................33\nMICONAZOLE 3..................................................................48\nMICONAZOLE NITRATE/ZINC O.......................................90\nMICROCHAMBER...............................................................94\nMICROSPACER.................................................................. 94\nmidodrine hcl tab 2.5 mg, 5 mg, 10 mg..........................36\nMIGERGOT..........................................................................65\nmiglitol tab 25 mg, 50 mg, 100 mg..................................24\nmiglustat cap 100 mg....................................................... 77\nMILLIPRED.......................................................................... 19\nminocycline hcl cap 50 mg................................................3\nminocycline hcl cap 75 mg, 100 mg................................. 3\nminocycline hcl tab er 24hr 45 mg, 90 mg, 135 mg.........3\nminocycline hcl tab er 24hr 55 mg, 65 mg, 80 mg, 105\nmg, 115 mg......................................................................... 3\n\n\nminocycline hcl tab 50 mg, 75 mg, 100 mg..................... 3\nminoxidil tab 2.5 mg, 10 mg............................................ 34\nMIRCERA.............................................................................77\nmirtazapine orally disintegrating tab 15 mg, 30 mg, 45\nmg...................................................................................... 51\n\n\nmirtazapine tab 7.5 mg..................................................... 51\nmirtazapine tab 45 mg...................................................... 51\nmirtazapine tab 15 mg, 30 mg......................................... 51\nMIRVASO............................................................................. 90\n\n\nMISC NEEDLES & SYRINGES â€“ VARIOUS......................94\nmisoprostol tab 100 mcg, 200 mcg.................................45\nMITIGARE............................................................................66\nM-M-R II...............................................................................10\nM-NATAL PLUS................................................................... 72\nmodafinil tab 100 mg........................................................ 55\nmodafinil tab 200 mg........................................................ 55\nMODERNA COVID-19 VACCINE....................................... 10\nMODERNA COVID-19 VACCINE/...................................... 10\nmoexipril hcl tab 7.5 mg, 15 mg......................................34\nMOLINDONE HYDROCHLORIDE......................................53\nmometasone furoate cream 0.1%................................... 90\nmometasone furoate nasal susp 50 mcg/act.................40\nmometasone furoate oint 0.1%........................................90\nmometasone furoate solution 0.1% (lotion)...................90\nmontelukast sodium chew tab 4 mg (base equiv), 5 mg\n(base equiv)......................................................................42\n\n\nmontelukast sodium oral granules packet 4 mg (base\nequiv)................................................................................. 42\n\n\nmontelukast sodium tab 10 mg (base equiv).................42\nMORPHINE SULFATE........................................................ 60\nMORPHINE SULFATE ER..................................................60\nmorphine sulfate oral soln 10 mg/5ml............................60\nmorphine sulfate oral soln 100 mg/5ml (20 mg/ml).......60\nmorphine sulfate tab er 15 mg........................................ 60\nmorphine sulfate tab er 30 mg, 60 mg, 100 mg, 200\nmg...................................................................................... 60\n\n\nmorphine sulfate tab 15 mg, 30 mg................................60\nMOTOFEN........................................................................... 44\nMOVANTIK...........................................................................47\nmoxifloxacin hcl ophth soln 0.5% (base equiv).............82\nmoxifloxacin hcl tab 400 mg (base equiv)....................... 3\nMOXIFLOXACIN HYDROCHLORID...................................82\nMS QUICK DISSOLVE GLUCOSE.....................................24\nMULPLETA.......................................................................... 77\nMULTAQ...............................................................................33\nmupirocin calcium cream 2%.......................................... 90\nmupirocin oint 2%............................................................. 90\nMUSE................................................................................... 39\nMYALEPT.............................................................................28\nMYCAPSSA......................................................................... 29\nmycophenolate mofetil cap 250 mg................................96\nmycophenolate mofetil for oral susp 200 mg/ml...........96\nmycophenolate mofetil tab 500 mg................................ 96\nmycophenolate sodium tab dr 180 mg (mycophenolic\nacid equiv), 360 mg (mycophenolic acid equiv).......... 96\n\n\nMYFEMBREE...................................................................... 21\nMYFORTIC...........................................................................96\nMYLERAN............................................................................16\nMYRBETRIQ........................................................................48\nMYSOLINE...........................................................................67\nMYTESI................................................................................44\n\n\nN\nnabumetone tab 500 mg...................................................63\nnabumetone tab 750 mg...................................................63\nnadolol tab 20 mg, 40 mg, 80 mg....................................31\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 115\n\n\nNAFRINSE DAILY/ACIDULATED....................................... 84\nNAFRINSE DAILY/NEUTRAL............................................. 84\nNAFRINSE WEEKLY...........................................................84\nNAFTIFINE HCL..................................................................90\nnaftifine hcl cream 2%......................................................90\nNAFTIN................................................................................ 90\nNALOCET............................................................................ 60\nnaloxone hcl inj 0.4 mg/ml, 4 mg/10ml...........................92\nnaloxone hcl nasal spray 4 mg/0.1ml.............................92\nnaloxone hcl soln prefilled syringe 2 mg/2ml................92\nNALOXONE HYDROCHLORIDE........................................92\nnaltrexone hcl tab 50 mg................................................. 92\nNAMZARIC.......................................................................... 57\nNAPRELAN..........................................................................63\nnaproxen-esomeprazole magnesium tab dr 375-20 mg,\n500-20 mg......................................................................... 64\n\n\nNAPROXEN SODIUM.........................................................63\nnaproxen sodium tab er 24hr 375 mg (base equiv), 500\nmg (base equiv)............................................................... 63\n\n\nnaproxen sodium tab 275 mg..........................................63\nnaproxen sodium tab 550 mg..........................................63\nnaproxen susp 125 mg/5ml..............................................63\nnaproxen tab ec 375 mg, 500 mg....................................63\nnaproxen tab 500 mg........................................................63\nnaproxen tab 250 mg, 375 mg.........................................63\nnaratriptan hcl tab 1 mg (base equiv), 2.5 mg (base\nequiv)................................................................................. 65\n\n\nNARDIL................................................................................ 51\nNASCOBAL..........................................................................77\nNATACHEW......................................................................... 72\nNATACYN.............................................................................82\nNATALVIT.............................................................................72\nNATAZIA...............................................................................22\nnateglinide tab 60 mg, 120 mg........................................ 24\nNATESTO.............................................................................20\nNATPARA.............................................................................29\nNATROBA............................................................................ 90\nNAYZILAM............................................................................67\nnebivolol hcl tab 2.5 mg (base equivalent), 5 mg (base\nequivalent), 10 mg (base equivalent), 20 mg (base\nequivalent)........................................................................ 31\n\n\nNEEVO DHA........................................................................72\nNEOMYCIN/POLYMYXIN/GRAMIC....................................82\nNEOMYCIN/POLYMYXIN/HYDROC.................................. 82\nneomycin-bacitrac zn-polymyx\n5(3.5)mg-400unt-10000unt op oin..................................82\n\n\nneomycin-polymyxin-dexamethasone ophth oint\n0.1%....................................................................................82\n\n\nneomycin-polymyxin-dexamethasone ophth susp\n0.1%....................................................................................82\n\n\nneomycin-polymyxin-hc otic soln 1%............................ 84\nneomycin-polymyxin-hc otic susp 3.5 mg/ml-10000\nunit/ml-1%......................................................................... 84\n\n\nneomycin sulfate tab 500 mg............................................ 3\nNEONATAL 19.....................................................................72\nNEONATAL/DHA..................................................................72\nNEONATAL COMPLETE.....................................................72\n\n\nNEONATAL FE.................................................................... 72\nNEONATAL PLUS............................................................... 72\nNEONATAL VITAMIN.......................................................... 72\nNEORAL...............................................................................96\nNEO-SYNALAR................................................................... 90\nNERLYNX.............................................................................16\nNESTABS.............................................................................72\nNESTABS DHA....................................................................72\nNESTABS ONE................................................................... 72\nNEUPRO..............................................................................69\nNEVIRAPINE......................................................................... 6\nNEVIRAPINE ER...................................................................6\nnevirapine tab er 24hr 400 mg...........................................6\nnevirapine tab 200 mg........................................................ 6\nNEXICLON XR.................................................................... 34\nNEXIUM............................................................................... 45\nNEXLETOL.......................................................................... 38\nNEXLIZET............................................................................ 38\nNIACIN................................................................................. 38\nniacin tab er 500 mg (antihyperlipidemic),\n750 mg (antihyperlipidemic), 1000 mg\n(antihyperlipidemic).........................................................38\n\n\nNIACOR............................................................................... 38\nnicardipine hcl cap 20 mg, 30 mg...................................32\nnicotine polacrilex gum 2 mg, 4 mg............................... 57\nnicotine polacrilex lozenge 2 mg, 4 mg......................... 57\nnicotine td patch 24hr 7 mg/24hr, 14 mg/24hr, 21\nmg/24hr..............................................................................57\n\n\nNICOTINE TRANSDERMAL SYST.................................... 57\nNICOTROL INHALER......................................................... 57\nNICOTROL NS.................................................................... 57\nnifedipine cap 10 mg, 20 mg........................................... 32\nnifedipine tab er 24hr 30 mg............................................32\nnifedipine tab er 24hr 60 mg, 90 mg...............................32\nnifedipine tab er 24hr osmotic release 30 mg............... 32\nnifedipine tab er 24hr osmotic release 60 mg, 90\nmg...................................................................................... 32\n\n\nnilutamide tab 150 mg...................................................... 16\nnimodipine cap 30 mg...................................................... 32\nNINLARO............................................................................. 16\nNISOLDIPINE ER................................................................32\nnisoldipine tab er 24hr 8.5 mg, 17 mg, 34 mg................32\nnitazoxanide tab 500 mg.................................................... 8\nnitisinone cap 2 mg, 5 mg, 10 mg...................................29\nNITRO-BID...........................................................................30\nNITRO-DUR.........................................................................30\nnitrofurantoin macrocrystalline cap 25 mg, 50 mg, 100\nmg........................................................................................ 9\n\n\nnitrofurantoin monohydrate macrocrystalline cap 100\nmg........................................................................................ 9\n\n\nnitrofurantoin susp 25 mg/5ml.......................................... 9\nnitroglycerin sl tab 0.4 mg...............................................30\nnitroglycerin sl tab 0.3 mg, 0.6 mg................................. 30\nnitroglycerin td patch 24hr 0.1 mg/hr, 0.2 mg/hr, 0.4\nmg/hr, 0.6 mg/hr...............................................................30\n\n\nnitroglycerin tl soln 0.4 mg/spray (400 mcg/spray).......30\nNITROMIST......................................................................... 31\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 116\n\n\nNITRO-TIME........................................................................ 30\nNITYR...................................................................................29\nNIVA-PLUS.......................................................................... 72\nNIVESTYM...........................................................................77\nNIZATIDINE......................................................................... 45\nNOCDURNA........................................................................ 29\nNORDITROPIN FLEXPRO................................................. 29\nnorelgestromin-ethinyl estradiol td ptwk 150-35\nmcg/24hr........................................................................... 22\n\n\nnorethindrone & ethinyl estradiol-fe chew tab 0.4\nmg-35 mcg........................................................................ 22\n\n\nnorethindrone & ethinyl estradiol-fe chew tab 0.8\nmg-25 mcg........................................................................ 22\n\n\nnorethindrone & ethinyl estradiol tab 1 mg-35 mcg..... 22\nnorethindrone & ethinyl estradiol tab 0.4 mg-35 mcg,\n0.5 mg-35 mcg..................................................................22\n\n\nnorethindrone ace & ethinyl estradiol-fe tab 1 mg-20\nmcg, 1.5 mg-30 mcg........................................................22\n\n\nnorethindrone ace & ethinyl estradiol tab 1 mg-20\nmcg.................................................................................... 22\n\n\nnorethindrone ace & ethinyl estradiol tab 1.5 mg-30\nmcg.................................................................................... 22\n\n\nnorethindrone ace-eth estradiol-fe chew tab 1 mg-20\nmcg (24)............................................................................ 22\n\n\nnorethindrone ace-ethinyl estradiol-fe cap 1 mg-20\nmcg (24)............................................................................ 22\n\n\nnorethindrone ace-ethinyl estradiol-fe tab 1 mg-20 mcg\n(24)..................................................................................... 22\n\n\nnorethindrone acetate-ethinyl estradiol tab 0.5 mg-2.5\nmcg, 1 mg-5 mcg.............................................................21\n\n\nnorethindrone acetate tab 5 mg......................................23\nnorethindrone ac-ethinyl estrad-fe tab 1-20/1-30/1-35\nmg-mcg..............................................................................22\n\n\nnorethindrone-eth estradiol tab 0.5-35/0.75-35/1-35 mg-\nmcg.................................................................................... 22\n\n\nnorethindrone-eth estradiol tab 0.5-35/1-35/0.5-35 mg-\nmcg.................................................................................... 22\n\n\nnorethindrone tab 0.35 mg...............................................22\nnorgestimate & ethinyl estradiol tab 0.25 mg-35\nmcg.................................................................................... 22\n\n\nnorgestimate-eth estrad tab 0.18-25/0.215-25/0.25-25\nmg-mcg, 0.18-35/0.215-35/0.25-35 mg-mcg.................. 22\n\n\nnorgestrel & ethinyl estradiol tab 0.3 mg-30 mcg......... 22\nNORLIQVA...........................................................................32\nNORPACE............................................................................33\nNORPACE CR.....................................................................33\nNORTRIPTYLINE HCL........................................................51\nnortriptyline hcl cap 10 mg, 25 mg, 50 mg, 75 mg........ 51\nNORVIR................................................................................. 6\nNOURIANZ.......................................................................... 69\nNOVAFERRUM PEDIATRIC DROP................................... 77\nNOVAREL............................................................................ 29\nNOVAVAX COVID-19 VACCINE......................................... 10\nNOVOEIGHT........................................................................79\nNOVOLIN 70/30.................................................................. 26\nNOVOLIN 70/30 FLEXPEN................................................ 26\nNOVOLIN 70/30 FLEXPEN REL........................................ 26\n\n\nNOVOLIN 70/30 RELION................................................... 26\nNOVOLIN N......................................................................... 26\nNOVOLIN N FLEXPEN.......................................................26\nNOVOLIN N FLEXPEN RELION........................................ 26\nNOVOLIN N RELION..........................................................26\nNOVOLIN R......................................................................... 26\nNOVOLIN R FLEXPEN.......................................................26\nNOVOLIN R FLEXPEN RELION........................................ 26\nNOVOLIN R RELION..........................................................26\nNOVOLOG........................................................................... 25\nNOVOLOG FLEXPEN.........................................................25\nNOVOLOG FLEXPEN RELION..........................................25\nNOVOLOG MIX 70/30.........................................................26\nNOVOLOG MIX 70/30 PREFILL.........................................26\nNOVOLOG MIX 70/30 RELION..........................................26\nNOVOLOG PENFILL...........................................................26\nNOVOLOG RELION............................................................26\nNOVOSEVEN RT................................................................ 79\nNOXAFIL................................................................................4\nNUBEQA.............................................................................. 16\nNUCALA...............................................................................42\nNUCYNTA............................................................................ 60\nNUCYNTA ER......................................................................60\nNUEDEXTA..........................................................................57\nNULIBRY..............................................................................29\nNUPLAZID........................................................................... 53\nNURTEC.............................................................................. 65\nNUVARING.......................................................................... 23\nNUVESSA............................................................................ 48\nNUWIQ.................................................................................80\nNUZYRA.................................................................................3\nNYMALIZE........................................................................... 32\nnystatin cream 100000 unit/gm....................................... 90\nnystatin oint 100000 unit/gm........................................... 90\nnystatin susp 100000 unit/ml...........................................84\nnystatin tab 500000 unit..................................................... 4\nnystatin topical powder 100000 unit/gm........................ 90\nnystatin-triamcinolone cream 100000-0.1 unit/gm-\n%.........................................................................................90\n\n\nnystatin-triamcinolone oint 100000-0.1 unit/gm-%........90\nO\n\n\nOB COMPLETE...................................................................72\nOB COMPLETE/DHA..........................................................72\nOB COMPLETE ONE......................................................... 72\nOB COMPLETE PETITE.....................................................72\nOB COMPLETE PREMIER.................................................72\nOBIZUR................................................................................80\nOBSTETRIX DHA................................................................72\nOBSTETRIX EC.................................................................. 72\nOBSTETRIX ONE............................................................... 73\nOCALIVA..............................................................................47\nOCTREOTIDE ACETATE....................................................29\noctreotide acetate inj 200 mcg/ml (0.2 mg/ml), 1000\nmcg/ml (1 mg/ml).............................................................29\n\n\noctreotide acetate inj 50 mcg/ml (0.05 mg/ml), 100\nmcg/ml (0.1 mg/ml), 500 mcg/ml (0.5 mg/ml)............... 29\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 117\n\n\nODACTRA............................................................................12\nODEFSEY.............................................................................. 6\nODOMZO............................................................................. 16\nOFEV....................................................................................43\nOFLOXACIN.......................................................................... 3\nofloxacin ophth soln 0.3%............................................... 82\nofloxacin otic soln 0.3%................................................... 84\nofloxacin tab 400 mg.......................................................... 3\nolanzapine-fluoxetine hcl cap 3-25 mg, 6-25 mg...........57\nolanzapine-fluoxetine hcl cap 6-50 mg, 12-25 mg, 12-50\nmg...................................................................................... 57\n\n\nolanzapine orally disintegrating tab 5 mg, 10 mg, 15\nmg, 20 mg.........................................................................53\n\n\nolanzapine tab 15 mg, 20 mg...........................................53\nolanzapine tab 2.5 mg, 5 mg, 7.5 mg, 10 mg................. 53\nolmesartan-amlodipine-hydrochlorothiazide tab\n20-5-12.5 mg, 40-5-12.5 mg, 40-5-25 mg, 40-10-12.5\nmg, 40-10-25 mg.............................................................. 35\n\n\nolmesartan medoxomil-hydrochlorothiazide tab\n20-12.5 mg........................................................................ 34\n\n\nolmesartan medoxomil-hydrochlorothiazide tab\n40-12.5 mg, 40-25 mg......................................................35\n\n\nolmesartan medoxomil tab 5 mg, 20 mg, 40 mg........... 34\nolopatadine hcl nasal soln 0.6%..................................... 40\nolopatadine hcl ophth soln 0.1% (base equivalent),\n0.2% (base equivalent)....................................................82\n\n\nOLUMIANT...........................................................................64\nomeprazole cap delayed release 10 mg, 20 mg, 40\nmg...................................................................................... 45\n\n\nomeprazole-sodium bicarbonate cap 20-1100 mg,\n40-1100 mg........................................................................45\n\n\nomeprazole-sodium bicarbonate powd pack for susp\n20-1680 mg, 40-1680 mg.................................................45\n\n\nOMNARIS............................................................................ 40\nOMNIFLEX DIAPHRAGM................................................... 94\nOMNIPOD DASH INTRO KIT (G........................................95\nOMNIPOD DASH PODS (GEN 4)......................................95\nOMNIPOD 5 G6 INTRO KIT (G..........................................95\nOMNIPOD 5 G6 PODS (GEN 5)........................................95\nON/GO COVID-19 ANTIGEN SE....................................... 93\nON/GO ONE COVID-19 ANTIGE.......................................93\nONDANSETRON HCL........................................................ 46\nondansetron hcl oral soln 4 mg/5ml...............................46\nondansetron hcl tab 4 mg, 8 mg.....................................46\nondansetron orally disintegrating tab 4 mg, 8 mg........46\nONE VITE WOMENS PRENATAL......................................73\nONEXTON............................................................................90\nONGENTYS.........................................................................69\nONUREG..............................................................................16\nONZETRA XSAIL................................................................ 65\nOPSUMIT.............................................................................38\nOPTICHAMBER...................................................................95\nOPTICHAMBER DIAMOND................................................95\nOPTICHAMBER DIAMOND/LARGE.................................. 95\nOPTICHAMBER DIAMOND/MEDIU................................... 95\nOPTICHAMBER DIAMOND/SMALL...................................95\nOPTIONS GYNOL II VAGINAL...........................................48\n\n\nORACEA.............................................................................. 90\nORALAIR..............................................................................12\nORAPRED ODT.................................................................. 19\nORAVIG................................................................................84\nORENCIA.............................................................................64\nORENCIA CLICKJECT....................................................... 64\nORENITRAM........................................................................38\nORFADIN............................................................................. 29\nORGOVYX........................................................................... 16\nORIAHNN.............................................................................21\nORILISSA.............................................................................29\nORKAMBI.............................................................................43\norphenadrine citrate tab er 12hr 100 mg........................71\norphenadrine w/ aspirin & caffeine tab 25-385-30\nmg...................................................................................... 71\n\n\norphenadrine w/ aspirin & caffeine tab 50-770-60\nmg...................................................................................... 71\n\n\nORTIKOS............................................................................. 19\noseltamivir phosphate cap 30 mg (base equiv)...............6\noseltamivir phosphate cap 45 mg (base equiv), 75 mg\n(base equiv)........................................................................ 6\n\n\noseltamivir phosphate for susp 6 mg/ml (base\nequiv)................................................................................... 6\n\n\nOSMOLEX ER.....................................................................70\nOSPHENA............................................................................29\nOTEZLA............................................................................... 64\nOTOVEL...............................................................................84\nOTREXUP............................................................................64\noxandrolone tab 2.5 mg, 10 mg.......................................20\noxaprozin tab 600 mg....................................................... 64\nOXAYDO.............................................................................. 60\noxazepam cap 10 mg, 15 mg, 30 mg.............................. 50\nOXBRYTA............................................................................ 77\noxcarbazepine susp 300 mg/5ml (60 mg/ml)................. 67\noxcarbazepine tab 150 mg, 300 mg, 600 mg..................67\nOXERVATE.......................................................................... 82\noxiconazole nitrate cream 1%......................................... 90\nOXISTAT.............................................................................. 90\nOXTELLAR XR....................................................................68\noxybutynin chloride syrup 5 mg/5ml..............................48\noxybutynin chloride tab er 24hr 15 mg.......................... 48\noxybutynin chloride tab er 24hr 5 mg, 10 mg................48\noxybutynin chloride tab 5 mg..........................................48\nOXYCODONE/ACETAMINOPHEN.....................................61\nOXYCODONE AND ACETAMINOPH.................................60\noxycodone hcl cap 5 mg..................................................61\noxycodone hcl conc 100 mg/5ml (20 mg/ml)................. 61\noxycodone hcl soln 5 mg/5ml......................................... 61\noxycodone hcl tab 5 mg...................................................61\noxycodone hcl tab 10 mg.................................................61\noxycodone hcl tab 20 mg.................................................61\noxycodone hcl tab 15 mg, 30 mg....................................61\nOXYCODONE HYDROCHLORIDE/A.................................61\noxycodone w/ acetaminophen tab 5-325 mg................. 61\noxycodone w/ acetaminophen tab 2.5-325 mg, 7.5-325\nmg, 10-325 mg..................................................................61\n\n\noxymorphone hcl tab 5 mg, 10 mg.................................61\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 118\n\n\nOXYMORPHONE HYDROCHLORIDE...............................61\nOXYTROL............................................................................ 48\nOZEMPIC.............................................................................24\nOZOBAX.............................................................................. 71\n\n\nP\nPALFORZIA INITIAL DOSE ES..........................................12\nPALFORZIA LEVEL 1......................................................... 12\nPALFORZIA LEVEL 2......................................................... 12\nPALFORZIA LEVEL 3......................................................... 12\nPALFORZIA LEVEL 4......................................................... 12\nPALFORZIA LEVEL 5......................................................... 12\nPALFORZIA LEVEL 6......................................................... 12\nPALFORZIA LEVEL 7......................................................... 12\nPALFORZIA LEVEL 8......................................................... 12\nPALFORZIA LEVEL 9......................................................... 12\nPALFORZIA LEVEL 10....................................................... 12\nPALFORZIA LEVEL 11 (MAINT..........................................12\nPALFORZIA LEVEL 11 (TITRA.......................................... 12\npaliperidone tab er 24hr 6 mg......................................... 53\npaliperidone tab er 24hr 1.5 mg, 3 mg, 9 mg................. 53\nPALYNZIQ............................................................................ 29\nPANDA MASK LARGE........................................................95\nPANDA MASK MEDIUM..................................................... 95\nPANDA MASK SMALL........................................................ 95\nPANDEL............................................................................... 90\nPANRETIN........................................................................... 90\npantoprazole sodium ec tab 20 mg (base equiv), 40 mg\n(base equiv)......................................................................45\n\n\npantoprazole sodium for delayed release susp packet\n40 mg.................................................................................45\n\n\nparicalcitol cap 4 mcg...................................................... 29\nparicalcitol cap 1 mcg, 2 mcg......................................... 29\nparomomycin sulfate cap 250 mg.....................................3\nparoxetine hcl oral susp 10 mg/5ml (base equiv)......... 51\nparoxetine hcl tab er 24hr 12.5 mg, 25 mg, 37.5 mg..... 51\nparoxetine hcl tab 10 mg, 20 mg, 30 mg, 40 mg............51\nparoxetine mesylate cap 7.5 mg (base equiv)............... 57\nPASER....................................................................................3\nPAXLOVID..............................................................................6\nPEDIARIX............................................................................ 11\nPEDIATRIC PANDA MASK.................................................95\nPEDVAX HIB....................................................................... 10\nPEGASYS.............................................................................. 6\npeg 3350-kcl-na bicarb-nacl-na sulfate for soln 236\ngm...................................................................................... 44\n\n\npeg 3350-kcl-nacl-na sulfate-na ascorbate-c for soln\n100 gm...............................................................................44\n\n\npeg 3350-kcl-sod bicarb-nacl for soln 420 gm.............. 44\nPEG-PREP...........................................................................44\nPEMAZYRE......................................................................... 16\npenicillamine cap 250 mg................................................ 96\npenicillamine tab 250 mg................................................. 96\nPENICILLIN V POTASSIUM................................................. 1\npenicillin v potassium tab 250 mg, 500 mg..................... 1\nPENTACEL.......................................................................... 11\n\n\npentamidine isethionate for nebulization soln 300\nmg........................................................................................ 9\n\n\nPENTASA.............................................................................47\npentoxifylline tab er 400 mg............................................ 80\nperindopril erbumine tab 2 mg, 4 mg, 8 mg...................35\npermethrin cream 5%........................................................90\nPERPHENAZINE/AMITRIPTYLIN...................................... 57\nperphenazine tab 2 mg, 4 mg, 8 mg, 16 mg...................53\nPEXEVA............................................................................... 51\nPFIZER-BIONTECH COVID-19..........................................10\nPHENELZINE SULFATE..................................................... 51\nphenobarbital elixir 20 mg/5ml........................................54\nphenobarbital tab 15 mg, 30 mg, 60 mg, 100 mg.......... 54\nphenobarbital tab 16.2 mg, 32.4 mg, 64.8 mg, 97.2\nmg...................................................................................... 54\n\n\nphenoxybenzamine hcl cap 10 mg................................. 35\nphentermine hcl cap 37.5 mg.......................................... 55\nphentermine hcl cap 15 mg, 30 mg................................ 55\nphentermine hcl tab 37.5 mg...........................................55\nphenylephrine hcl ophth soln 2.5%, 10%.......................83\nPHENYTEK..........................................................................68\nphenytoin chew tab 50 mg...............................................68\nphenytoin sodium extended cap 100 mg.......................68\nphenytoin sodium extended cap 200 mg, 300 mg.........68\nphenytoin susp 125 mg/5ml.............................................68\nPHOSLYRA..........................................................................47\nphytonadione tab 5 mg.................................................... 71\nPIFELTRO..............................................................................6\npilocarpine hcl ophth soln 1%, 2%, 4%..........................83\npilocarpine hcl tab 5 mg, 7.5 mg.....................................84\nPILOT COVID-19 AT-HOME TE.........................................93\npimecrolimus cream 1%...................................................90\nPIMOZIDE............................................................................57\npindolol tab 5 mg, 10 mg................................................. 31\npioglitazone hcl-glimepiride tab 30-2 mg, 30-4 mg....... 24\npioglitazone hcl-metformin hcl tab 15-500 mg, 15-850\nmg...................................................................................... 25\n\n\npioglitazone hcl tab 15 mg (base equiv), 30 mg (base\nequiv), 45 mg (base equiv).............................................24\n\n\nPIQRAY 200MG DAILY DOSE........................................... 16\nPIQRAY 250MG DAILY DOSE........................................... 16\nPIQRAY 300MG DAILY DOSE........................................... 16\npirfenidone tab 267 mg.................................................... 43\npirfenidone tab 801 mg.................................................... 43\npiroxicam cap 10 mg, 20 mg........................................... 64\nPLEGRIDY........................................................................... 57\nPLEGRIDY STARTER PACK..............................................58\nPLIAGLIS............................................................................. 90\nPNEUMOVAX 23.................................................................11\nPNEUMOVAX 23/1 DOSE.................................................. 11\nPNV-DHA............................................................................. 73\nPNV-DHA+DOCUSATE.......................................................73\nPNV-OMEGA....................................................................... 73\nPNV-SELECT.......................................................................73\nPOCKET CHAMBER...........................................................95\nPOCKET SPACER.............................................................. 95\npodofilox soln 0.5%.......................................................... 90\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 119\n\n\npolymyxin b-trimethoprim ophth soln 10000 unit/\nml-0.1%..............................................................................83\n\n\nPOMALYST..........................................................................16\nposaconazole tab delayed release 100 mg......................4\npotassium chloride cap er 8 meq, 10 meq.....................75\nPOTASSIUM CHLORIDE ER............................................. 75\npotassium chloride microencapsulated crys er tab 15\nmeq.................................................................................... 76\n\n\npotassium chloride microencapsulated crys er tab 10\nmeq, 20 meq.....................................................................75\n\n\npotassium chloride oral soln 10% (20 meq/15ml), 20%\n(40 meq/15ml)...................................................................76\n\n\npotassium chloride powder packet 20 meq...................76\npotassium chloride tab er 10 meq, 20 meq (1500\nmg)..................................................................................... 76\n\n\npotassium chloride tab er 8 meq (600 mg).................... 76\npotassium citrate tab er 5 meq (540 mg)....................... 49\npotassium citrate tab er 10 meq (1080 mg)................... 49\npotassium citrate tab er 15 meq (1620 mg)................... 49\npotassium phosphate monobasic tab 500 mg.............. 76\npot phos monobasic w/sod phos di & monobas tab\n155-852-130mg................................................................. 75\n\n\nPRADAXA............................................................................ 78\npramipexole dihydrochloride tab er 24hr 0.375 mg,\n0.75 mg, 1.5 mg, 2.25 mg, 3 mg, 3.75 mg, 4.5 mg........ 70\n\n\npramipexole dihydrochloride tab 0.125 mg, 0.25 mg,\n0.5 mg, 0.75 mg, 1 mg, 1.5 mg.......................................70\n\n\nprasugrel hcl tab 5 mg (base equiv), 10 mg (base\nequiv)................................................................................. 80\n\n\npravastatin sodium tab 10 mg, 20 mg, 40 mg, 80\nmg...................................................................................... 38\n\n\npraziquantel tab 600 mg.....................................................8\nprazosin hcl cap 1 mg......................................................35\nprazosin hcl cap 2 mg, 5 mg........................................... 35\nPRED-G............................................................................... 83\nPRED-G S.O.P.....................................................................83\nPREDNICARBATE...............................................................90\nPREDNISOLONE................................................................ 19\nPREDNISOLONE ACETATE...............................................83\nPREDNISOLONE SODIUM PHOSP.................................. 19\nprednisolone sod phosphate oral soln 15 mg/5ml\n(base equiv)......................................................................19\n\n\nprednisolone sod phosphate oral soln 10 mg/5ml\n(base equiv)......................................................................19\n\n\nprednisolone sod phosphate oral soln 20 mg/5ml\n(base equiv)......................................................................19\n\n\nprednisolone sod phosph oral soln 6.7 mg/5ml (5\nmg/5ml base)....................................................................19\n\n\nPREDNISONE..................................................................... 19\nPREDNISONE INTENSOL..................................................19\nprednisone tab 1 mg, 2.5 mg, 5 mg, 10 mg, 20 mg, 50\nmg...................................................................................... 19\n\n\nprednisone tab therapy pack 5 mg (21), 5 mg (48)........19\nprednisone tab therapy pack 10 mg (21), 10 mg\n(48)..................................................................................... 19\n\n\nPREFERRED PLUS GLUCOSE.........................................25\nPREFEST.............................................................................21\n\n\npregabalin cap 25 mg, 50 mg, 75 mg, 100 mg, 150 mg,\n200 mg, 225 mg, 300 mg................................................ 68\n\n\npregabalin soln 20 mg/ml.................................................68\nPREGNYL W/DILUENT BENZYL.......................................29\nPREHEVBRIO......................................................................11\nPREMARIN.......................................................................... 21\nPREMESISRX......................................................................73\nPREMPHASE.......................................................................21\nPREMPRO........................................................................... 21\nPRENA1 CHEW.................................................................. 74\nPRENAISSANCE.................................................................73\nPRENAISSANCE PLUS......................................................73\nPRENA1 PEARL................................................................. 74\nPRENATABS RX................................................................. 73\nPRENATAL...........................................................................73\nPRENATAL 19..................................................................... 73\nPRENATAL PLUS................................................................73\nPRENATAL PLUS VITAMIN AND.......................................73\nPRENATAL-U.......................................................................73\nPRENATAL VITAMINS PLUS LO....................................... 73\nPRENATE.............................................................................73\nPRENATE AM......................................................................73\nPRENATE DHA................................................................... 73\nPRENATE ELITE.................................................................73\nPRENATE ENHANCE......................................................... 73\nPRENATE ESSENTIAL.......................................................73\nPRENATE MINI................................................................... 73\nPRENATE PIXIE..................................................................73\nPRENATE RESTORE......................................................... 74\nPRENA 1 TRUE.................................................................. 73\nPRENATVITE COMPLETE................................................. 74\nPRENATVITE PLUS............................................................74\nPRENATVITE RX................................................................ 74\nPRESTALIA..........................................................................35\nPRETOMANID....................................................................... 3\nPREVNAR 13...................................................................... 11\nPREVNAR 20...................................................................... 11\nPREVYMIS.............................................................................6\nPREZCOBIX.......................................................................... 6\nPREZISTA..............................................................................6\nPRIFTIN................................................................................. 3\nPRILOSEC........................................................................... 45\nPRIMACARE........................................................................74\nprimaquine phosphate tab 26.3 mg (15 mg base)...........8\nprimidone tab 50 mg.........................................................68\nprimidone tab 250 mg.......................................................68\nprobenecid tab 500 mg.....................................................66\nPROCARE SPACER CHAMBER W/..................................95\nprochlorperazine maleate tab 5 mg (base\nequivalent)........................................................................ 53\n\n\nprochlorperazine maleate tab 10 mg (base\nequivalent)........................................................................ 53\n\n\nprochlorperazine suppos 25 mg..................................... 53\nPRO COMFORT INHALER SPACE................................... 95\nPROCRIT............................................................................. 77\nPROCTOFOAM HC.............................................................85\nPROCYSBI...........................................................................49\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 120\n\n\nPROFILNINE........................................................................80\nprogesterone cap 100 mg, 200 mg................................. 23\nprogesterone im in oil 50 mg/ml..................................... 23\nPROGRAF........................................................................... 96\nPROLATE.............................................................................61\nPROMACTA......................................................................... 77\npromethazine & phenylephrine syrup 6.25-5\nmg/5ml...............................................................................40\n\n\npromethazine-dm syrup 6.25-15 mg/5ml........................40\npromethazine hcl suppos 12.5 mg, 25 mg..................... 40\npromethazine hcl syrup 6.25 mg/5ml............................. 40\npromethazine hcl tab 12.5 mg, 25 mg, 50 mg................40\npromethazine-phenylephrine-codeine syrup 6.25-5-10\nmg/5ml...............................................................................41\n\n\npromethazine w/ codeine syrup 6.25-10 mg/5ml...........40\nPROMETHEGAN.................................................................40\npropafenone hcl cap er 12hr 225 mg, 325 mg, 425\nmg...................................................................................... 33\n\n\npropafenone hcl tab 150 mg............................................33\npropafenone hcl tab 225 mg, 300 mg............................. 33\nPROPRANOLOL HCL.........................................................31\npropranolol hcl cap er 24hr 60 mg, 80 mg, 120 mg, 160\nmg...................................................................................... 31\n\n\npropranolol hcl oral soln 20 mg/5ml...............................31\npropranolol hcl tab 60 mg, 80 mg...................................31\npropranolol hcl tab 10 mg, 20 mg, 40 mg...................... 31\npropylthiouracil tab 50 mg...............................................27\nPROQUAD........................................................................... 11\nprotriptyline hcl tab 5 mg, 10 mg....................................51\nPROVIDA OB...................................................................... 74\nPRUDOXIN.......................................................................... 90\npseudoephed-bromphen-dm syrup 30-2-10 mg/5ml.....41\nPULMOZYME...................................................................... 44\nPURE COMFORT INHALER SPAC................................... 95\nPURIXAN............................................................................. 16\npyrazinamide tab 500 mg................................................... 4\nPYRIDOSTIGMINE BROMIDE........................................... 71\npyridostigmine bromide oral soln 60 mg/5ml................71\npyridostigmine bromide tab er 180 mg.......................... 71\npyridostigmine bromide tab 60 mg.................................71\npyrimethamine tab 25 mg.................................................. 8\nPYRUKYND......................................................................... 80\nPYRUKYND TAPER PACK.................................................80\n\n\nQ\nQBRELIS..............................................................................35\nQBREXZA............................................................................ 90\nQDOLO................................................................................ 61\nQINLOCK............................................................................. 16\nQNASL................................................................................. 40\nQNASL CHILDRENS...........................................................40\nQSYMIA............................................................................... 55\nQUADRACEL.......................................................................12\nQUAZEPAM......................................................................... 54\nQUETIAPINE FUMARATE.................................................. 53\nquetiapine fumarate tab er 24hr 150 mg, 200 mg..........53\n\n\nquetiapine fumarate tab er 24hr 50 mg, 300 mg, 400\nmg...................................................................................... 53\n\n\nquetiapine fumarate tab 100 mg......................................53\nquetiapine fumarate tab 200 mg......................................53\nquetiapine fumarate tab 25 mg, 50 mg...........................53\nquetiapine fumarate tab 300 mg, 400 mg.......................53\nQUICKVUE AT-HOME COVID-19...................................... 93\nQUILLICHEW ER................................................................ 55\nQUILLIVANT XR..................................................................55\nquinapril hcl tab 5 mg, 10 mg, 20 mg, 40 mg.................35\nquinapril-hydrochlorothiazide tab 10-12.5 mg, 20-12.5\nmg, 20-25 mg....................................................................35\n\n\nquinidine gluconate tab er 324 mg................................. 33\nQUINIDINE SULFATE......................................................... 33\nquinine sulfate cap 324 mg................................................8\nQULIPTA.............................................................................. 65\nQVAR REDIHALER............................................................. 42\n\n\nR\nRABAVERT.......................................................................... 11\nRABEPRAZOLE SODIUM DR SPR................................... 45\nrabeprazole sodium ec tab 20 mg...................................45\nRADICAVA ORS..................................................................70\nRADICAVA ORS STARTER KIT......................................... 70\nRAGWITEK.......................................................................... 12\nraloxifene hcl tab 60 mg...................................................29\nramipril cap 1.25 mg, 2.5 mg, 5 mg, 10 mg.................... 35\nranolazine tab er 12hr 500 mg, 1000 mg........................ 31\nRAPAMUNE......................................................................... 96\nrasagiline mesylate tab 0.5 mg (base equiv), 1 mg\n(base equiv)......................................................................70\n\n\nRAVICTI............................................................................... 29\nRAYALDEE...........................................................................29\nRAYOS................................................................................. 19\nREBIF...................................................................................58\nREBIF REBIDOSE.............................................................. 58\nREBIF REBIDOSE TITRATION.......................................... 58\nREBIF TITRATION PACK................................................... 58\nREBINYN............................................................................. 80\nRECOMBINATE...................................................................80\nRECOMBIVAX HB...............................................................11\nRECORLEV......................................................................... 29\nRECTIV................................................................................ 85\nREDITREX........................................................................... 64\nREGRANEX.........................................................................90\nRELAFEN DS...................................................................... 64\nRELENZA DISKHALER........................................................ 6\nRELNATE DHA....................................................................74\nRELTONE.............................................................................47\nrepaglinide tab 0.5 mg, 1 mg, 2 mg................................ 25\nREPATHA.............................................................................38\nREPATHA PUSHTRONEX SYSTEM..................................38\nREPATHA SURECLICK...................................................... 38\nRESET................................................................................. 96\nRESET FOR IOS OR ANDROID........................................96\nRESET NON-MONETARY CM........................................... 96\nRESET-O............................................................................. 96\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 121\n\n\nRESET-O FOR IOS OR ANDROI...................................... 96\nRESET-O NON-MONETARY CM....................................... 96\nRESTASIS............................................................................83\nRETACRIT............................................................................77\nRETEVMO........................................................................... 16\nREVCOVI............................................................................. 29\nREVLIMID............................................................................ 96\nREXULTI.............................................................................. 53\nREYATAZ................................................................................6\nREYVOW............................................................................. 65\nREZUROCK.........................................................................96\nRHOPRESSA.......................................................................83\nRIASTAP.............................................................................. 80\nribavirin cap 200 mg........................................................... 6\nribavirin tab 200 mg............................................................7\nRIDAURA............................................................................. 64\nrifabutin cap 150 mg...........................................................4\nrifampin cap 150 mg, 300 mg............................................ 4\nriluzole tab 50 mg..............................................................70\nRINVOQ............................................................................... 64\nrisedronate sodium tab delayed release 35 mg............ 29\nrisedronate sodium tab 35 mg........................................ 29\nrisedronate sodium tab 150 mg...................................... 29\nrisedronate sodium tab 5 mg, 30 mg..............................29\nRISPERIDONE ODT........................................................... 53\nrisperidone orally disintegrating tab 4 mg.....................53\nrisperidone orally disintegrating tab 0.5 mg, 1 mg, 2\nmg, 3 mg...........................................................................53\n\n\nrisperidone soln 1 mg/ml................................................. 53\nrisperidone tab 0.25 mg................................................... 53\nrisperidone tab 3 mg........................................................ 53\nrisperidone tab 0.5 mg, 1 mg, 2 mg, 4 mg..................... 53\nRITEFLO.............................................................................. 95\nritonavir tab 100 mg............................................................7\nrivastigmine tartrate cap 1.5 mg (base equivalent), 3\nmg (base equivalent), 4.5 mg (base equivalent), 6 mg\n(base equivalent)............................................................. 58\n\n\nrivastigmine td patch 24hr 4.6 mg/24hr, 9.5 mg/24hr,\n13.3 mg/24hr.....................................................................58\n\n\nRIXUBIS...............................................................................80\nrizatriptan benzoate oral disintegrating tab 5 mg (base\neq)...................................................................................... 65\n\n\nrizatriptan benzoate oral disintegrating tab 10 mg\n(base eq)........................................................................... 65\n\n\nrizatriptan benzoate tab 5 mg (base equivalent)........... 65\nrizatriptan benzoate tab 10 mg (base equivalent)......... 65\nROCKLATAN........................................................................83\nropinirole hydrochloride tab er 24hr 2 mg (base\nequivalent), 4 mg (base equivalent), 6 mg (base\nequivalent), 8 mg (base equivalent), 12 mg (base\nequivalent)........................................................................ 70\n\n\nropinirole hydrochloride tab 0.25 mg, 0.5 mg, 1 mg, 2\nmg, 3 mg, 4 mg, 5 mg.....................................................70\n\n\nrosuvastatin calcium tab 5 mg, 10 mg, 20 mg, 40\nmg...................................................................................... 38\n\n\nROSZET...............................................................................38\nROTARIX..............................................................................11\n\n\nROTATEQ............................................................................ 11\nROXYBOND.........................................................................61\nROZLYTREK........................................................................16\nRUBRACA............................................................................16\nRUCONEST.........................................................................80\nrufinamide susp 40 mg/ml............................................... 68\nrufinamide tab 200 mg, 400 mg.......................................68\nRUKOBIA............................................................................... 7\nRYBELSUS.......................................................................... 25\nRYCLORA............................................................................40\nRYDAPT...............................................................................17\nRYTARY............................................................................... 70\nRYVENT...............................................................................40\n\n\nS\nSANCUSO........................................................................... 46\nSANDIMMUNE.................................................................... 96\nSANTYL............................................................................... 90\nsapropterin dihydrochloride powder packet 100 mg,\n500 mg...............................................................................29\n\n\nsapropterin dihydrochloride tab 100 mg........................29\nSAVELLA..............................................................................58\nSAVELLA TITRATION PACK.............................................. 58\nSAXENDA............................................................................ 55\nSCEMBLIX........................................................................... 17\nscopolamine td patch 72hr 1 mg/3days......................... 46\nSECUADO........................................................................... 53\nSEGLENTIS.........................................................................61\nSELECT-OB.........................................................................74\nSELECT-OB+DHA...............................................................74\nselegiline hcl cap 5 mg.................................................... 70\nselegiline hcl tab 5 mg..................................................... 70\nselenium sulfide lotion 2.5%............................................90\nSELZENTRY.......................................................................... 7\nSEMGLEE............................................................................26\nSE-NATAL 19.......................................................................74\nSEREVENT DISKUS...........................................................43\nSERNIVO............................................................................. 91\nsertraline hcl oral concentrate for solution 20 mg/\nml........................................................................................51\n\n\nsertraline hcl tab 25 mg, 50 mg, 100 mg........................ 51\nSERTRALINE HYDROCHLORIDE.....................................51\nsevelamer carbonate packet 0.8 gm, 2.4 gm................. 47\nsevelamer carbonate tab 800 mg....................................47\nsevelamer hcl tab 800 mg................................................47\nSEVELAMER HYDROCHLORIDE..................................... 47\nSEVENFACT........................................................................80\nSFROWASA.........................................................................47\nSHINGRIX............................................................................11\nSHUR-SEAL.........................................................................48\nSIGNIFOR............................................................................29\nSIKLOS................................................................................ 77\nsildenafil citrate for suspension 10 mg/ml.....................38\nsildenafil citrate tab 20 mg.............................................. 38\nsildenafil citrate tab 25 mg, 50 mg, 100 mg................... 39\nsilodosin cap 4 mg, 8 mg.................................................49\nsilver sulfadiazine cream 1%...........................................91\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 122\n\n\nSIMBRINZA..........................................................................83\nSIMPONI.............................................................................. 64\nsimvastatin tab 5 mg, 80 mg........................................... 38\nsimvastatin tab 10 mg, 20 mg, 40 mg.............................38\nsirolimus oral soln 1 mg/ml.............................................97\nsirolimus tab 0.5 mg, 1 mg, 2 mg................................... 97\nSIRTURO............................................................................... 4\nSITAVIG..................................................................................7\nSIVEXTRO............................................................................. 9\nSKYRIZI............................................................................... 47\nSKYRIZI PEN...................................................................... 91\nSKYTROFA.......................................................................... 29\nSM GLUCOSE.....................................................................25\nSOAANZ...............................................................................36\nsodium chloride soln nebu 3%........................................41\nsodium chloride soln nebu 7%........................................41\nsodium citrate & citric acid soln 500-334 mg/5ml......... 49\nSODIUM FLUORIDE...........................................................76\nsodium fluoride chew tab 0.25 mg f (from 0.55 mg\nnaf), 0.5 mg f (from 1.1 mg naf), 1 mg f (from 2.2 mg\nnaf)..................................................................................... 76\n\n\nsodium fluoride cream 1.1%............................................84\nsodium fluoride gel 1.1% (0.5% f)................................... 84\nsodium fluoride paste 1.1%............................................. 84\nsodium fluoride-potassium nitrate gel 1.1-5%...............84\nsodium fluoride rinse 0.2%..............................................84\nsodium fluoride soln 0.125 mg/drop f (0.275 mg/drop\nnaf)..................................................................................... 76\n\n\nsodium fluoride soln 0.5 mg/ml f (from 1.1 mg/ml\nnaf)..................................................................................... 76\n\n\nsodium phenylbutyrate oral powder 3 gm/\nteaspoonful.......................................................................30\n\n\nsodium phenylbutyrate tab 500 mg................................ 30\nsodium polystyrene sulfonate powder...........................97\nsolifenacin succinate tab 5 mg....................................... 48\nsolifenacin succinate tab 10 mg..................................... 48\nSOLIQUA 100/33.................................................................25\nSOLOSEC..............................................................................8\nSOLTAMOX..........................................................................17\nSOMAVERT......................................................................... 30\nSOOLANTRA.......................................................................91\nsorafenib tosylate tab 200 mg (base equivalent).......... 17\nSORILUX..............................................................................91\nsotalol hcl (afib/afl) tab 80 mg, 120 mg, 160 mg............31\nsotalol hcl tab 160 mg......................................................31\nsotalol hcl tab 240 mg......................................................31\nsotalol hcl tab 80 mg, 120 mg......................................... 31\nSOTYLIZE............................................................................31\nSOVALDI................................................................................ 7\nSPIKEVAX COVID-19 VACCINE........................................ 11\nSPINOSAD...........................................................................91\nSPIRIVA HANDIHALER...................................................... 43\nSPIRIVA RESPIMAT........................................................... 43\nspironolactone & hydrochlorothiazide tab 25-25\nmg...................................................................................... 36\n\n\nspironolactone tab 25 mg, 50 mg, 100 mg.....................36\nSPRITAM..............................................................................68\n\n\nSPRIX...................................................................................64\nSPRYCEL.............................................................................17\nSPS...................................................................................... 97\nstannous fluoride conc 0.63%.........................................84\nstannous fluoride gel 0.4%.............................................. 84\nSTAVUDINE........................................................................... 7\nSTELARA.............................................................................91\nSTENDRA............................................................................ 39\nSTIMATE..............................................................................30\nSTIOLTO RESPIMAT.......................................................... 43\nSTIVARGA........................................................................... 17\nSTRENSIQ...........................................................................30\nSTRIBILD............................................................................... 7\nSTRIVERDI RESPIMAT...................................................... 43\nSUBSYS...............................................................................61\nSUCRAID............................................................................. 46\nsucralfate susp 1 gm/10ml...............................................45\nsucralfate tab 1 gm........................................................... 45\nSULCONAZOLE NITRATE................................................. 91\nSULFACETAMIDE SODIUM............................................... 83\nSULFACETAMIDE SODIUM/PRED....................................83\nsulfacetamide sodium lotion 10% (acne)....................... 91\nsulfacetamide sodium ophth soln 10%.......................... 83\nSULFADIAZINE......................................................................3\nsulfamethoxazole-trimethoprim susp 200-40\nmg/5ml................................................................................. 9\n\n\nsulfamethoxazole-trimethoprim tab 400-80 mg...............9\nsulfamethoxazole-trimethoprim tab 800-160 mg.............9\nSULFAMYLON.....................................................................91\nsulfasalazine tab delayed release 500 mg..................... 47\nsulfasalazine tab 500 mg..................................................47\nsulindac tab 150 mg, 200 mg...........................................64\nsumatriptan-naproxen sodium tab 85-500 mg...............65\nsumatriptan nasal spray 5 mg/act, 20 mg/act................65\nsumatriptan succinate inj 6 mg/0.5ml............................ 65\nSUMATRIPTAN SUCCINATE REF.....................................65\nsumatriptan succinate solution auto-injector 4\nmg/0.5ml, 6 mg/0.5ml...................................................... 65\n\n\nsumatriptan succinate tab 25 mg, 50 mg, 100 mg.........65\nsunitinib malate cap 12.5 mg (base equivalent)............17\nsunitinib malate cap 25 mg (base equivalent), 37.5 mg\n(base equivalent), 50 mg (base equivalent)................. 17\n\n\nSUNOSI................................................................................55\nSUPRAX.................................................................................2\nSUPREP BOWEL PREP KIT..............................................44\nSUTAB..................................................................................44\nSYMBICORT........................................................................43\nSYMDEKO........................................................................... 44\nSYMPAZAN..........................................................................68\nSYMPROIC.......................................................................... 47\nSYMTUZA.............................................................................. 7\nSYNAREL............................................................................ 30\nSYNDROS........................................................................... 46\nSYNERA...............................................................................91\nSYNJARDY.......................................................................... 25\nSYNJARDY XR................................................................... 25\nSYNRIBO............................................................................. 17\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 123\n\n\nSYNTHROID........................................................................27\n\n\nT\nTABLOID.............................................................................. 17\nTABRECTA...........................................................................17\ntacrolimus cap 0.5 mg, 1 mg, 5 mg................................ 97\ntacrolimus oint 0.03%, 0.1%.............................................91\ntadalafil tab 2.5 mg, 5 mg.................................................39\ntadalafil tab 10 mg, 20 mg................................................39\ntadalafil tab 20 mg (pah).................................................. 38\nTAFINLAR............................................................................ 17\nTAGRISSO...........................................................................17\nTAKHZYRO..........................................................................80\nTALICIA................................................................................ 45\nTALZENNA...........................................................................17\ntamoxifen citrate tab 10 mg (base equivalent).............. 17\ntamoxifen citrate tab 20 mg (base equivalent).............. 17\ntamsulosin hcl cap 0.4 mg...............................................49\nTAPERDEX 7-DAY.............................................................. 20\nTAPERDEX 12-DAY............................................................ 19\nTARON-C DHA....................................................................74\nTARON-PREX......................................................................74\nTARPEYO............................................................................ 20\nTASIGNA..............................................................................17\nTAVALISSE.......................................................................... 80\ntazarotene cream 0.1%..................................................... 91\nTAZORAC............................................................................ 91\nTAZVERIK............................................................................17\nTDVAX..................................................................................12\nTEGRETOL..........................................................................68\nTEGRETOL-XR....................................................................68\nTEGSEDI..............................................................................58\nTEKTURNA HCT.................................................................35\ntelmisartan-amlodipine tab 40-5 mg, 40-10 mg, 80-5\nmg, 80-10 mg....................................................................35\n\n\ntelmisartan-hydrochlorothiazide tab 40-12.5 mg,\n80-12.5 mg, 80-25 mg......................................................35\n\n\ntelmisartan tab 20 mg, 40 mg, 80 mg............................. 35\ntemazepam cap 7.5 mg, 22.5 mg.....................................54\ntemazepam cap 15 mg, 30 mg.........................................54\ntemozolomide cap 250 mg...............................................17\ntemozolomide cap 5 mg, 20 mg, 100 mg, 140 mg, 180\nmg...................................................................................... 17\n\n\nTENCON.............................................................................. 59\nTENIVAC..............................................................................12\ntenofovir disoproxil fumarate tab 300 mg........................7\nTEPMETKO......................................................................... 17\nterazosin hcl cap 1 mg (base equivalent), 2 mg (base\nequivalent), 5 mg (base equivalent), 10 mg (base\nequivalent)........................................................................ 35\n\n\nterbinafine hcl tab 250 mg................................................. 4\nterbutaline sulfate tab 2.5 mg, 5 mg............................... 43\nterconazole vaginal cream 0.4%, 0.8%........................... 48\nterconazole vaginal suppos 80 mg.................................48\nTESTOSTERONE................................................................20\ntestosterone cypionate im inj in oil 100 mg/ml, 200 mg/\nml........................................................................................20\n\n\nTESTOSTERONE ENANTHATE........................................ 20\nTESTOSTERONE PUMP....................................................20\ntestosterone td gel 12.5 mg/act (1%)..............................20\ntestosterone td gel 20.25 mg/act (1.62%).......................20\ntestosterone td gel 10mg/act (2%).................................. 20\ntestosterone td gel 50 mg/5gm (1%)...............................20\ntestosterone td gel 20.25 mg/1.25gm (1.62%)................20\ntestosterone td gel 25 mg/2.5gm (1%), 40.5 mg/2.5gm\n(1.62%)...............................................................................20\n\n\ntestosterone td soln 30 mg/act........................................20\ntetrabenazine tab 12.5 mg................................................58\ntetrabenazine tab 25 mg...................................................58\ntetracaine hcl ophth soln 0.5%........................................83\ntetracycline hcl cap 250 mg, 500 mg................................3\nTEXACORT..........................................................................91\nTHALITONE......................................................................... 36\nTHALOMID...........................................................................97\nTHEO-24.............................................................................. 43\ntheophylline soln 80 mg/15ml..........................................43\ntheophylline tab er 12hr 300 mg, 450 mg.......................43\ntheophylline tab er 24hr 400 mg, 600 mg.......................43\nTHIOLA EC..........................................................................49\nthiothixene cap 1 mg, 2 mg, 5 mg, 10 mg......................53\nTHRIVITE RX...................................................................... 74\nTHYQUIDITY....................................................................... 27\nthyroid tab 15 mg (1/4 grain)........................................... 27\nthyroid tab 30 mg (1/2 grain), 60 mg (1 grain), 90 mg (1\n1/2 grain), 120 mg (2 grain)............................................27\n\n\ntiagabine hcl tab 2 mg, 4 mg, 12 mg, 16 mg.................. 68\nTIBSOVO............................................................................. 17\nTIGLUTIK............................................................................. 70\ntimolol maleate ophth gel forming soln 0.25%,\n0.5%....................................................................................83\n\n\ntimolol maleate ophth soln 0.25%, 0.5%........................ 83\ntimolol maleate ophth soln 0.5% (once-daily)............... 83\ntimolol maleate preservative free ophth soln 0.5%.......83\ntimolol maleate tab 5 mg, 10 mg, 20 mg........................ 32\nTIMOPTIC OCUDOSE........................................................ 83\ntinidazole tab 250 mg, 500 mg...........................................9\ntiopronin tab 100 mg.........................................................49\nTIROSINT............................................................................ 27\nTIROSINT-SOL....................................................................27\nTIVICAY..................................................................................7\nTIVICAY PD........................................................................... 7\nTIVORBEX........................................................................... 64\ntizanidine hcl cap 2 mg (base equivalent), 4 mg (base\nequivalent), 6 mg (base equivalent)..............................71\n\n\ntizanidine hcl tab 2 mg (base equivalent)...................... 71\ntizanidine hcl tab 4 mg (base equivalent)...................... 71\nTLANDO...............................................................................20\nTOBI PODHALER..................................................................3\nTOBRADEX ST................................................................... 83\nTOBRAMYCIN....................................................................... 3\ntobramycin-dexamethasone ophth susp 0.3-0.1%........83\ntobramycin nebu soln 300 mg/5ml....................................3\ntobramycin nebu soln 300 mg/4ml....................................3\ntobramycin ophth soln 0.3%............................................83\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 124\n\n\nTODAY SPONGE................................................................ 49\ntolcapone tab 100 mg....................................................... 70\nTOLSURA.............................................................................. 4\ntolterodine tartrate cap er 24hr 2 mg, 4 mg................... 48\ntolterodine tartrate tab 1 mg, 2 mg.................................48\ntolvaptan tab 15 mg.......................................................... 30\ntolvaptan tab 30 mg.......................................................... 30\ntopiramate cap er 24hr sprinkle 200 mg........................ 68\ntopiramate cap er 24hr sprinkle 25 mg, 50 mg, 100 mg,\n150 mg...............................................................................68\n\n\ntopiramate sprinkle cap 15 mg, 25 mg........................... 68\ntopiramate tab 25 mg, 50 mg, 100 mg, 200 mg..............68\ntoremifene citrate tab 60 mg (base equivalent).............17\ntorsemide tab 5 mg, 10 mg, 20 mg, 100 mg...................36\nTOSYMRA............................................................................65\nTOUJEO MAX SOLOSTAR................................................ 26\nTOUJEO SOLOSTAR..........................................................26\nTRACLEER.......................................................................... 39\ntramadol-acetaminophen tab 37.5-325 mg.....................61\nTRAMADOL HCL ER..........................................................61\ntramadol hcl tab er 24hr 100 mg, 200 mg, 300 mg........ 61\ntramadol hcl tab 50 mg.................................................... 61\ntramadol hcl tab 100 mg.................................................. 61\nTRAMADOL HYDROCHLORIDE........................................61\nTRANDOLAPRIL/VERAPAMIL HC.....................................35\ntrandolapril tab 1 mg, 2 mg, 4 mg...................................35\ntranexamic acid tab 650 mg.............................................78\ntranylcypromine sulfate tab 10 mg................................. 51\ntravoprost ophth soln 0.004% (benzalkonium free) (bak\nfree)....................................................................................83\n\n\ntrazodone hcl tab 300 mg................................................ 51\ntrazodone hcl tab 50 mg, 100 mg, 150 mg..................... 51\nTRECATOR............................................................................4\nTRELEGY ELLIPTA.............................................................43\nTREMFYA............................................................................ 91\nTRESIBA..............................................................................27\nTRESIBA FLEXTOUCH...................................................... 27\ntretinoin cap 10 mg...........................................................17\ntretinoin cream 0.025%, 0.05%, 0.1%..............................91\ntretinoin gel 0.05%............................................................ 91\ntretinoin gel 0.01%, 0.025%..............................................91\ntretinoin microsphere gel 0.04%, 0.1%...........................91\nTRETTEN.............................................................................80\nTREXALL............................................................................. 17\nTREZIX.................................................................................61\ntriamcinolone acetonide aerosol soln 0.147 mg/gm.....91\ntriamcinolone acetonide cream 0.025%, 0.1%, 0.5%.....91\ntriamcinolone acetonide dental paste 0.1%...................84\ntriamcinolone acetonide lotion 0.025%, 0.1%................91\ntriamcinolone acetonide oint 0.05%............................... 91\ntriamcinolone acetonide oint 0.025%, 0.1%, 0.5%.........91\ntriamterene & hydrochlorothiazide cap 37.5-25 mg......36\ntriamterene & hydrochlorothiazide tab 37.5-25 mg.......36\ntriamterene & hydrochlorothiazide tab 75-50 mg..........36\ntriamterene cap 50 mg, 100 mg.......................................36\nTRICARE..............................................................................74\ntrientine hcl cap 250 mg...................................................97\n\n\ntrifluoperazine hcl tab 1 mg (base equivalent), 2 mg\n(base equivalent), 5 mg (base equivalent), 10 mg\n(base equivalent)............................................................. 53\n\n\nTRIFLURIDINE.................................................................... 83\nTRIHEXYPHENIDYL HCL...................................................70\ntrihexyphenidyl hcl tab 2 mg, 5 mg................................ 70\nTRIJARDY XR..................................................................... 25\nTRIKAFTA............................................................................ 44\ntrimethobenzamide hcl cap 300 mg................................46\nTRIMETHOPRIM................................................................... 9\ntrimipramine maleate cap 25 mg, 50 mg, 100 mg..........51\nTRINATAL RX 1.................................................................. 74\nTRINATE.............................................................................. 74\nTRINTELLIX.........................................................................51\nTRISTART DHA...................................................................74\nTRISTART FREE.................................................................74\nTRISTART ONE...................................................................74\nTRIUMEQ...............................................................................7\nTRIUMEQ PD........................................................................ 7\nTRIZIVIR................................................................................ 7\nTROKENDI XR.................................................................... 68\ntrospium chloride cap er 24hr 60 mg............................. 48\ntrospium chloride tab 20 mg........................................... 48\nTRUDHESA......................................................................... 65\nTRULANCE..........................................................................47\nTRULICITY...........................................................................25\nTRUMENBA.........................................................................11\nTRUSELTIQ......................................................................... 17\nTUKYSA...............................................................................17\nTURALIO..............................................................................18\nTUXARIN ER.......................................................................41\nTUZISTRA XR..................................................................... 41\nTWINRIX.............................................................................. 11\nTYBLUME............................................................................ 23\nTYBOST................................................................................. 7\nTYMLOS...............................................................................30\nTYVASO............................................................................... 39\nTYVASO REFILL................................................................. 39\nTYVASO STARTER.............................................................39\n\n\nU\nUBRELVY.............................................................................65\nUCERIS................................................................................85\nULTRAVATE......................................................................... 91\nUPNEEQ.............................................................................. 83\nUPTRAVI..............................................................................39\nURSODIOL.......................................................................... 47\nursodiol cap 300 mg......................................................... 48\nursodiol tab 250 mg..........................................................48\nursodiol tab 500 mg..........................................................48\nV\n\n\nvalacyclovir hcl tab 1 gm...................................................7\nvalacyclovir hcl tab 500 mg...............................................7\nVALCHLOR.......................................................................... 91\nvalganciclovir hcl for soln 50 mg/ml (base equiv).......... 7\nvalganciclovir hcl tab 450 mg (base equivalent).............7\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 125\n\n\nvalproate sodium oral soln 250 mg/5ml (base\nequiv)................................................................................. 68\n\n\nvalproic acid cap 250 mg.................................................68\nVALSARTAN........................................................................ 35\nvalsartan-hydrochlorothiazide tab 80-12.5 mg, 160-12.5\nmg, 160-25 mg, 320-12.5 mg, 320-25 mg...................... 35\n\n\nvalsartan tab 320 mg........................................................ 35\nvalsartan tab 40 mg, 80 mg, 160 mg...............................35\nVALTOCO.............................................................................68\nVALUE PLUS GLUCOSE....................................................25\nvancomycin hcl cap 125 mg (base equivalent), 250 mg\n(base equivalent)............................................................... 9\n\n\nVANCOMYCIN HYDROCHLORIDE..................................... 9\nVANDAZOLE........................................................................49\nVAQTA..................................................................................11\nvardenafil hcl orally disintegrating tab 10 mg...............39\nvardenafil hcl tab 2.5 mg, 5 mg, 10 mg, 20 mg..............39\nVARENICLINE STARTING MONT......................................58\nVARENICLINE TARTRATE................................................. 58\nVARIVAX.............................................................................. 11\nVARUBI................................................................................ 46\nVASCEPA.............................................................................38\nVAXELIS...............................................................................12\nVAXNEUVANCE.................................................................. 11\nVCF VAGINAL CONTRACEPTIVE.....................................49\nVECAMYL............................................................................ 35\nVECTICAL............................................................................91\nVELIVET...............................................................................23\nVELPHORO......................................................................... 48\nVELTASSA........................................................................... 97\nVEMLIDY................................................................................7\nVENCLEXTA........................................................................ 18\nVENCLEXTA STARTING PACK......................................... 18\nvenlafaxine hcl cap er 24hr 37.5 mg (base\nequivalent), 75 mg (base equivalent), 150 mg (base\nequivalent)........................................................................ 51\n\n\nvenlafaxine hcl tab er 24hr 37.5 mg (base equivalent),\n75 mg (base equivalent), 150 mg (base equivalent),\n225 mg (base equivalent)............................................... 51\n\n\nvenlafaxine hcl tab 25 mg (base equivalent), 37.5 mg\n(base equivalent), 50 mg (base equivalent), 75 mg\n(base equivalent), 100 mg (base equivalent)............... 51\n\n\nVENTAVIS............................................................................ 39\nVENTOLIN HFA...................................................................43\nverapamil hcl cap er 24hr 120 mg, 180 mg, 240 mg......32\nVERAPAMIL HCL ER..........................................................32\nVERAPAMIL HCL SR..........................................................32\nverapamil hcl tab er 120 mg, 180 mg, 240 mg............... 32\nverapamil hcl tab 40 mg, 80 mg, 120 mg....................... 33\nVERAPAMIL HYDROCHLORIDE E....................................33\nVERDESO............................................................................91\nVEREGEN............................................................................91\nVERELAN PM......................................................................33\nVERKAZIA........................................................................... 83\nVERQUVO........................................................................... 39\nVERSACLOZ....................................................................... 53\nVERZENIO...........................................................................18\n\n\nVIBERZI............................................................................... 48\nVICTOZA..............................................................................25\nvigabatrin powd pack 500 mg......................................... 68\nvigabatrin tab 500 mg.......................................................68\nVIIBRYD STARTER PACK..................................................51\nVIJOICE............................................................................... 97\nvilazodone hcl tab 10 mg, 20 mg, 40 mg........................52\nVINATE DHA RF................................................................. 74\nVINATE II............................................................................. 74\nVINATE ONE....................................................................... 74\nVIRACEPT............................................................................. 7\nVIREAD.................................................................................. 7\nVIRT-NATE DHA................................................................. 74\nVIRT-PN DHA......................................................................74\nVISTOGARD........................................................................ 92\nVITAFOL FE+...................................................................... 75\nVITAFOL GUMMIES............................................................75\nVITAFOL-NANO...................................................................75\nVITAFOL-OB........................................................................ 75\nVITAFOL-OB+DHA.............................................................. 75\nVITAFOL-ONE..................................................................... 75\nVITAFOL STRIPS................................................................75\nVITAFOL ULTRA................................................................. 75\nVITAMEDMD REDICHEW RX............................................ 75\nVITAPEARL..........................................................................75\nVITATHELY/GINGER...........................................................75\nVITATRUE............................................................................ 75\nVITRAKVI.............................................................................18\nVIVA DHA............................................................................ 75\nVIVOTIF............................................................................... 11\nVIZIMPRO............................................................................18\nVOGELXO............................................................................20\nVOGELXO PUMP................................................................20\nVONJO.................................................................................18\nVONVENDI.......................................................................... 80\nvoriconazole for susp 40 mg/ml........................................4\nvoriconazole tab 50 mg, 200 mg....................................... 4\nVORTEX VALVED HOLDING CHA.................................... 95\nVOSEVI.................................................................................. 7\nVOTRIENT........................................................................... 18\nVOXZOGO........................................................................... 30\nVRAYLAR.............................................................................53\nVTOL LQ..............................................................................59\nVUITY...................................................................................83\nVUSION................................................................................91\nVYLEESI.............................................................................. 58\nVYNDAMAX.........................................................................39\nVYNDAQEL..........................................................................39\nVYVANSE.............................................................................55\nVYZULTA..............................................................................83\n\n\nW\nWALGREENS GLUCOSE...................................................25\nwarfarin sodium tab 1 mg, 2 mg, 2.5 mg, 3 mg, 4 mg, 5\nmg, 6 mg, 7.5 mg, 10 mg................................................78\n\n\nWEGOVY............................................................................. 55\nWELIREG.............................................................................18\n\n\n\n\n\n\n\n2023\n\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 126\n\n\nWESCAP-C DHA.................................................................75\nWESCAP-PN DHA.............................................................. 75\nWESNATE DHA...................................................................75\nWESTAB MAX.....................................................................76\nWESTAB PLUS................................................................... 75\nWESTGEL DHA.................................................................. 75\nWIDE-SEAL SILICONE DIAPHR........................................95\nWILATE................................................................................ 80\nWINLEVI...............................................................................91\n\n\nX\nXADAGO..............................................................................70\nXALKORI..............................................................................18\nXARELTO.............................................................................78\nXARELTO STARTER PACK................................................78\nXATMEP...............................................................................18\nXCOPRI................................................................................68\nXELJANZ..............................................................................64\nXELJANZ XR.......................................................................64\nXENICAL..............................................................................55\nXEPI..................................................................................... 92\nXERESE...............................................................................92\nXERMELO............................................................................48\nXHANCE.............................................................................. 40\nXIFAXAN................................................................................ 9\nXIGDUO XR.........................................................................25\nXIIDRA................................................................................. 83\nXOFLUZA...............................................................................7\nXOLAIR................................................................................ 43\nXOLEGEL............................................................................ 92\nXOSPATA............................................................................. 18\nXPOVIO................................................................................18\nXPOVIO 60 MG TWICE WEEKLY......................................18\nXPOVIO 80 MG TWICE WEEKLY......................................18\nXTAMPZA ER...................................................................... 61\nXTANDI................................................................................ 18\nXULTOPHY 100/3.6............................................................ 25\nXURIDEN............................................................................. 30\nXYNTHA...............................................................................80\nXYNTHA SOLOFUSE......................................................... 80\nXYOSTED............................................................................ 20\nXYREM.................................................................................58\nXYWAV.................................................................................58\n\n\nY\nYONSA.................................................................................18\nYOSPRALA..........................................................................81\n\n\nZ\nzafirlukast tab 10 mg, 20 mg........................................... 43\nzaleplon cap 5 mg, 10 mg................................................54\nZARONTIN...........................................................................68\nZARXIO................................................................................77\nZATEAN-PN DHA................................................................75\nZCORT 7-DAY..................................................................... 20\nZEGALOGUE.......................................................................25\nZEJULA................................................................................18\n\n\nZELAPAR............................................................................. 70\nZELBORAF.......................................................................... 18\nZEMBRACE SYMTOUCH...................................................65\nZENPEP...............................................................................46\nZEPOSIA..............................................................................58\nZEPOSIA 7-DAY STARTER PAC....................................... 58\nZEPOSIA STARTER KIT.................................................... 58\nZERVIATE............................................................................ 83\nZETONNA............................................................................ 40\nzidovudine cap 100 mg...................................................... 7\nzidovudine syrup 10 mg/ml................................................7\nzidovudine tab 300 mg....................................................... 7\nZIEXTENZO.........................................................................77\nzileuton tab er 12hr 600 mg.............................................43\nZILXI.....................................................................................92\nZIMHI....................................................................................92\nziprasidone hcl cap 20 mg, 40 mg, 60 mg, 80 mg......... 53\nZITHROMAX.......................................................................... 2\nZOKINVY..............................................................................97\nZOLINZA.............................................................................. 18\nZOLMITRIPTAN...................................................................65\nzolmitriptan nasal spray 5 mg/spray unit.......................65\nzolmitriptan orally disintegrating tab 2.5 mg, 5 mg...... 65\nzolmitriptan tab 2.5 mg, 5 mg..........................................65\nZOLPIDEM TARTRATE.......................................................54\nzolpidem tartrate tab er 6.25 mg, 12.5 mg......................54\nzolpidem tartrate tab 5 mg, 10 mg..................................54\nZOLPIMIST.......................................................................... 54\nZOMIG..................................................................................65\nZONALON............................................................................92\nzonisamide cap 25 mg......................................................69\nzonisamide cap 50 mg......................................................69\nzonisamide cap 100 mg....................................................69\nZONTIVITY.......................................................................... 81\nZORTRESS..........................................................................97\nZORVOLEX..........................................................................64\nZTALMY............................................................................... 69\nZTLIDO.................................................................................92\nZUBSOLV.............................................................................61\nZYCLARA PUMP.................................................................92\nZYDELIG..............................................................................18\nZYFLO..................................................................................43\nZYKADIA..............................................................................18\nZYLET.................................................................................. 83\n\n\n\n\n\n		Blue Cross and Blue Shield of Illinois January 2023 Balanced Drug List\n\n		Introduction\n\n		How drugs are selected\n\n		How to use this list\n\n		Drugs used to treat multiple conditions\n\n\n\n		Generic drugs\n\n		Consider talking to your doctor about generic drugs\n\n\n\n		Coverage considerations\n\n		Specialty drugs\n\n		AccredoÂ®\n\n\n\n		Abbreviation key\n\n\n\n		Nondiscrimination Notice\n\n		Language Notice\n\n		Therapeutic Class Drug List\n\n		ANTI-INFECTIVE AGENTS\n\n		BIOLOGICALS\n\n		ANTINEOPLASTIC AGENTS\n\n		ENDOCRINE AND METABOLIC DRUGS\n\n		CARDIOVASCULAR AGENTS\n\n		RESPIRATORY AGENTS\n\n		GASTROINTESTINAL AGENTS\n\n		GENITOURINARY AGENTS\n\n		CENTRAL NERVOUS SYSTEM DRUGS\n\n		ANALGESICS AND ANESTHETICS\n\n		NEUROMUSCULAR DRUGS\n\n		NUTRITIONAL PRODUCTS\n\n		HEMATOLOGICAL AGENTS\n\n		TOPICAL PRODUCTS\n\n		MISCELLANEOUS PRODUCTS\n\n\n\n		Index\n\n\n\n\nAccessibility Report\n\n\n\n			Filename: \n\n\n			1557_IL-Aggregate_ENG_2019508mb.pdf\n\n\n\n\n\n\n			Report created by: \n\n\n			\n\n\n			Organization: \n\n\n			\n\n\n\n\n\n\n[Enter personal and organization information through the Preferences > Identity dialog.]\n\n\n\nSummary\n\n\n\nThe checker found no problems in this document.\n\n\n\n			Needs manual check: 0\n\n\n			Passed manually: 0\n\n\n			Failed manually: 0\n\n\n			Skipped: 3\n\n\n			Passed: 29\n\n\n			Failed: 0\n\n\n\n\n\n\nDetailed Report\n\n\n\n			Document\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Accessibility permission flag			Passed			Accessibility permission flag must be set\n\n\n			Image-only PDF			Passed			Document is not image-only PDF\n\n\n			Tagged PDF			Passed			Document is tagged PDF\n\n\n			Logical Reading Order			Skipped			Document structure provides a logical reading order\n\n\n			Primary language			Passed			Text language is specified\n\n\n			Title			Passed			Document title is showing in title bar\n\n\n			Bookmarks			Passed			Bookmarks are present in large documents\n\n\n			Color contrast			Skipped			Document has appropriate color contrast\n\n\n			Page Content\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Tagged content			Passed			All page content is tagged\n\n\n			Tagged annotations			Passed			All annotations are tagged\n\n\n			Tab order			Passed			Tab order is consistent with structure order\n\n\n			Character encoding			Skipped			Reliable character encoding is provided\n\n\n			Tagged multimedia			Passed			All multimedia objects are tagged\n\n\n			Screen flicker			Passed			Page will not cause screen flicker\n\n\n			Scripts			Passed			No inaccessible scripts\n\n\n			Timed responses			Passed			Page does not require timed responses\n\n\n			Navigation links			Passed			Navigation links are not repetitive\n\n\n			Forms\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Tagged form fields			Passed			All form fields are tagged\n\n\n			Field descriptions			Passed			All form fields have description\n\n\n			Alternate Text\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Figures alternate text			Passed			Figures require alternate text\n\n\n			Nested alternate text			Passed			Alternate text that will never be read\n\n\n			Associated with content			Passed			Alternate text must be associated with some content\n\n\n			Hides annotation			Passed			Alternate text should not hide annotation\n\n\n			Other elements alternate text			Passed			Other elements that require alternate text\n\n\n			Tables\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Rows			Passed			TR must be a child of Table, THead, TBody, or TFoot\n\n\n			TH and TD			Passed			TH and TD must be children of TR\n\n\n			Headers			Passed			Tables should have headers\n\n\n			Regularity			Passed			Tables must contain the same number of columns in each row and rows in each column\n\n\n			Summary			Passed			Tables must have a summary\n\n\n			Lists\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			List items			Passed			LI must be a child of L\n\n\n			Lbl and LBody			Passed			Lbl and LBody must be children of LI\n\n\n			Headings\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Appropriate nesting			Passed			Appropriate nesting\n\n\n\n\n\n\n\n\nBack to Top\n\n\n\n\n\nMAIL ORDER\nEXPRESS SCRIPTSÂ® PHARMACYEXPRESS SCRIPTSÂ® PHARMACY \n\n\nHAS 30 YEARS OF EXPERIENCE \nHELPING MEMBERS GET THEIR \nMEDICINES\n\n\nHOME DELIVERY (MAIL ORDER) \nPHARMACY TRUSTED BY YOUR \nHEALTH PLAN \n\n\nExpress ScriptsÂ® Pharmacy is the easy, convenient \n\n\nmail order pharmacy service trusted by BlueÂ Cross \n\n\nand BlueÂ Shield of Illinois. That means when you take \n\n\nyour medicine, theyÂ take care of everything else.\n\n\nExpress ScriptsÂ® Pharmacy is a trademark of Express Scripts Strategic Development, Inc.\n\n\nThe relationship between Express ScriptsÂ® Pharmacy and Blue Cross and Blue Shield of \nIllinois is that of independent contractors. PrimeÂ Therapeutics is an independent company \nproviding pharmacy benefit management and related other services for members of \nBlueÂ Cross and Blue Shield of Illinois.\n\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the BlueÂ Cross  \nBlueÂ Shield Association.\n\n\n7074-O ILâ€‡Â© Prime Therapeutics LLCâ€‡06/21\n\n\n01\n01\n\n\n39\n96\n\n\n\n\n\n\n\nINTRODUCING EXPRESS \nSCRIPTSÂ® PHARMACY, YOUR \nMAIL ORDER PHARMACY\nMail order through Express ScriptsÂ® Pharmacy  \nis a safe, convenient way to get your long-term \nmedicines delivered right to your door.\n\n\nSavings and convenience\nâ€¢ Free standard delivery\n\n\nâ€¢ Refill reminder notices through your phone or email, \nwhichever you prefer\n\n\nâ€¢ Save time â€” no waiting in line at the pharmacy\n\n\nSupport and service\nâ€¢ 24/7 access to a team of knowledgeable pharmacists \n\n\nand support staff \n\n\nâ€¢ Multiple locations across the United States, for fast \nprocessing and dispensing\n\n\nâ€¢ Pharmacists check each prescription multiple times \nbefore they send it to you\n\n\n.\n\n\nA mobile app  \nto manage your  \nprescriptions \n\n\nâ€¢ Refill prescriptions\n\n\nâ€¢ Track your order\n\n\nâ€¢ Make payments\n\n\nâ€¢ Set reminders to take \nmedicine and more\n\n\nMEDICINE WHEN YOU NEED IT.\nNO DELAYS. NO WORRIES.\nAt Express ScriptsÂ® Pharmacy, licensed \npharmacists process orders and all medicines \nare shipped in tamper-evident containers andÂ \nplain packaging. Mail order can save you time.\n\n\n Itâ€™s easy to get started  \nCreate an online profile to manage your medicines\n\n\n1 Go to express-scripts.com/rx.\n\n\n2 Register and create a profile.\n\n\n3 See your active medicines and/or send your  \n refill order.\n\n\n If you havenâ€™t used mail order yet, you can\n also call 833-715-0942 to get started.\n\n\n\n\n\n		Illinois Express Scripts Pharmacy Brochure\n\n		INTRODUCING EXPRESS SCRIPTSâ€€ PHARMACY, YOUR MAIL ORDER PHARMACY\n\n		Savings and convenience\n\n		Support and service\n\n		Itâ€™s easy to get started\n\n		A mobile appto manage yourprescriptions\n\n\n\n		MEDICINE WHEN YOU NEED IT. NO DELAYS. NO WORRIES.\n\n		HOME DELIVERY (MAIL ORDER) PHARMACY TRUSTED BY YOUR HEALTH PLAN\n\n\n\n\n\n\nAccessibility Report\n\n\n\n			Filename: \n\n\n			7074-O IL_Willow_ExpressScripts_BR_508c.pdf\n\n\n\n\n\n\n			Report created by: \n\n\n			\n\n\n			Organization: \n\n\n			\n\n\n\n\n\n\n[Enter personal and organization information through the Preferences > Identity dialog.]\n\n\n\nSummary\n\n\n\nThe checker found no problems in this document.\n\n\n\n			Needs manual check: 0\n\n\n			Passed manually: 0\n\n\n			Failed manually: 0\n\n\n			Skipped: 3\n\n\n			Passed: 29\n\n\n			Failed: 0\n\n\n\n\n\n\nDetailed Report\n\n\n\n			Document\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Accessibility permission flag			Passed			Accessibility permission flag must be set\n\n\n			Image-only PDF			Passed			Document is not image-only PDF\n\n\n			Tagged PDF			Passed			Document is tagged PDF\n\n\n			Logical Reading Order			Skipped			Document structure provides a logical reading order\n\n\n			Primary language			Passed			Text language is specified\n\n\n			Title			Passed			Document title is showing in title bar\n\n\n			Bookmarks			Passed			Bookmarks are present in large documents\n\n\n			Color contrast			Skipped			Document has appropriate color contrast\n\n\n			Page Content\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Tagged content			Passed			All page content is tagged\n\n\n			Tagged annotations			Passed			All annotations are tagged\n\n\n			Tab order			Passed			Tab order is consistent with structure order\n\n\n			Character encoding			Skipped			Reliable character encoding is provided\n\n\n			Tagged multimedia			Passed			All multimedia objects are tagged\n\n\n			Screen flicker			Passed			Page will not cause screen flicker\n\n\n			Scripts			Passed			No inaccessible scripts\n\n\n			Timed responses			Passed			Page does not require timed responses\n\n\n			Navigation links			Passed			Navigation links are not repetitive\n\n\n			Forms\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Tagged form fields			Passed			All form fields are tagged\n\n\n			Field descriptions			Passed			All form fields have description\n\n\n			Alternate Text\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Figures alternate text			Passed			Figures require alternate text\n\n\n			Nested alternate text			Passed			Alternate text that will never be read\n\n\n			Associated with content			Passed			Alternate text must be associated with some content\n\n\n			Hides annotation			Passed			Alternate text should not hide annotation\n\n\n			Other elements alternate text			Passed			Other elements that require alternate text\n\n\n			Tables\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Rows			Passed			TR must be a child of Table, THead, TBody, or TFoot\n\n\n			TH and TD			Passed			TH and TD must be children of TR\n\n\n			Headers			Passed			Tables should have headers\n\n\n			Regularity			Passed			Tables must contain the same number of columns in each row and rows in each column\n\n\n			Summary			Passed			Tables must have a summary\n\n\n			Lists\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			List items			Passed			LI must be a child of L\n\n\n			Lbl and LBody			Passed			Lbl and LBody must be children of LI\n\n\n			Headings\n\n\n\n\n\n			Rule Name			Status			Description\n\n\n			Appropriate nesting			Passed			Appropriate nesting\n\n\n\n\n\n\n\n\nBack to Top\n\n\n\n\n\n\n\n\n\nGeneric Drugs = bold  Brand Drugs = CAPITAL LETTERS\n\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation, \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association bcbsil.com\n\n\nNo-Cost Preventive Drug List \nMedication Covered at $0 Cost to You \nEffective Jan. 1, 2023\n\n\nYour health plan may include certain prescription and over-the-counter (OTC) preventive medicines, as a benefit of \nmembership, at no cost to you when you use a pharmacy or doctor in your health plan\'s network. There is no co-pay, \ndeductible or coinsurance, even if your deductible or out-of-pocket maximum has not been met. Coverage for these \nmedicines can vary according to the type of plan you are enrolled in. Call the Customer Service number listed on your \nmember ID card to find out what drugs are covered at no cost share under your plan. \n\n\nBelow are some examples of drugs that are often used for preventive care. These may be covered under your plan for \nboth adults and children. This list does not include all drugs that may be prescribed for preventive care. It will be \nreviewed from time-to-time and is subject to change. \n\n\nPlease see the Contraceptive Coverage List for a list of contraceptive methods that may be covered at no cost to \nyou. Age limits, restrictions and other requirements may apply.*\n\n\nASPIRIN\naspirin chew tab 81 mg\n\n\naspirin tab delayed release 81 mg\n\n\nBOWEL PREPARATION\npeg 3350-kcl-na bicarb-nacl-na sulfate for soln 236 gm (Golytely)\n\n\npeg 3350-kcl-nacl-na sulfate-na ascorbate-c for soln 100 gm \n(Moviprep)\n\n\npeg 3350-kcl-sod bicarb-nacl for soln 420 gm (Nulytely/flavor pack)\n\n\nBREAST CANCER\nanastrozole tab 1 mg (Arimidex)\n\n\nraloxifene hcl tab 60 mg (Evista)\n\n\ntamoxifen citrate tab 10 mg, 20 mg\n\n\nFLUORIDE SUPPLEMENTS\nsodium fluoride chew tabs; 0.25 mg f, 0.5 mg f, 1 mg f (Luride)\n\n\nsodium fluoride cream 1.1% (Prevident 5000 Plus)\n\n\nsodium fluoride gel 1.1% (0.5% f) (Prevident fluoride)\nsodium fluoride paste 1.1% (Prevident 5000 boost)\n\n\nsodium fluoride rinse 0.2% (Prevident)\n\n\nsodium fluoride soln; 0.125 mg/drop f, 0.5 mg/mL f\n\n\nsodium fluoride soln 0.5 mg/mL f (from 1.1 mg/mL naf) (Luride)\n\n\nsodium fluoride-potassium nitrate gel 1.1-5% (Prevident 5000 sensi)\n\n\nstannous fluoride conc 0.63%  (Gel-kam oral care rinse) \n\n\nstannous fluoride gel 0.4%  (Gel-kam gel)\n\n\nFOLIC ACID SUPPLEMENTS\nfolic acid caps; 0.8 mg\n\n\nfolic acid tabs; 400 mcg, 800 mcg\n\n\nHIV PRE-EXPOSURE PROPHYLAXIS (PREP)\nemtricitabine-tenofovir disoproxil fumarate tab 200-300 mg \n(Truvada)\n\n\nINFANT EYE OINTMENT\nerythromycin ophth oint 5 mg/gm\n\n\nIRON SUPPLEMENTS\ncarbonyl iron suspension 15 mg/1.25 mL (elemental fe)  \n(Icar pediatric)\n\n\nFERROUS SULFATE - ferrous sulfate liquid 220 mg/5 mL  \n(44 mg/5 mL elemental fe)\n\n\nferrous sulfate elixir 220 mg/5 mL (44 mg/5 mL elemental fe) \n\n\nferrous sulfate soln 75 mg/mL (15 mg/mL elemental fe) (Fer-In-Sol)\n\n\nferrous sulfate syrup 300 mg/5 mL (60 mg/5 mL elemental fe)\n\n\nIRON UP - polysaccharide iron complex liquid 15 mg/0.5 mL  \n(fe equivalent)\n\n\nNOVAFERRUM PEDIATRIC DROPS - polysaccharide iron complex liquid \n15 mg/mL (fe equivalent)\n\n\nSINGLE AGENT STATINS\natorvastatin calcium tabs; 10 mg, 20 mg (Lipitor)\n\n\nlovastatin tabs; 20 mg, 40 mg\n\n\npravastatin sodium tabs; 10 mg, 20 mg, 40 mg, 80 mg\n\n\nTOBACCO CESSATION**\nbupropion hcl (smoking deterrent) tab ER 12hr 150 mg\n\n\nnicotine polacrilex gum 2 mg, 4 mg\n\n\nnicotine polacrilex lozenge 2 mg, 4 mg\n\n\nnicotine td patch 24hr 7 mg/24hr, 14 mg/24hr, 21 mg/24 hr\n\n\nNICOTINE TRANSDERMAL SYSTEM â€“ nicotine td patch 24 hr kit  \n21-14-7 mg/24hr\n\n\nNICOTROL INHALER â€“ nicotine inhaler system 10 mg (4 mg delivered)\n\n\nNICOTROL NS â€“ nicotine nasal spray 10 mg/mL (0.5 mg/spray)\n\n\nVARENICLINE TARTRATE â€“ varenicline tartrate tab 0.5 mg, 1 mg  \n(base equivalent)\n\n\nPREVENTIVE DRUG LIST\n\n\n\n\n\n\n\n*	Some	of	these	products	may	be	covered	under	your	medical	benefit	if	provided	by	a	doctor	in	your	health	plan\'s	network.\n**	Your	health	plan	covers	two	90-day	treatments	for	tobacco	use	cessation	medicine	per	benefit	period.	\nPrescription	coverage	for	these	drugs	may	vary	according	to	the	terms	and	conditions	of	the	plan.	Only	retail	pharmacies	participating	in	the	vaccine	network	may	be	used	to	get	a	covered	\nvaccination.	To	find	a	vaccine	pharmacy,	visit	bcbsil.com.	A	prescription	may	be	required	to	cover	without	cost-sharing	under	the	pharmacy	benefit	for	non-grandfathered	plans.	The	plan	\nmay	also	require	a	generic	drug	to	be	tried	first	before	the	brand	version.	Your	doctor	can	submit	a	copay	waiver	or	coverage	exception	from	BCBSIL	(unless	you	have	a	benefit	exclusion)	for	\nproducts	not	covered	on	your	prescription	drug	list.	Your	doctor	can	call	the	number	on	your	member	ID	card	to	ask	for	a	review.	If	you	meet	the	conditions	as	outlined	under	the	Affordable	\nCare	Act,	you	may	have	$0	member	cost-sharing	(no	deductible,	copay	or	coinsurance).	BCBSIL	will	let	you,	and	your	doctor,	know	the	coverage	decision	after	receiving	your	request.	If	the	\nrequest	is	denied,	BCBSIL	will	let	you	and	your	doctor	know	why	it	was	denied	and	offer	you	a	covered	alternative	drug	(if	applicable).\nThis information is for informational purposes only, does not constitute legal or other advice and should not be relied upon to determine  \ncoverage.	Treatment	decisions	are	between	the	member	and	his	or	her	health	care	provider.	Coverage	is	always	subject	to	the	terms	 \nand	limits	of	the	benefit	plan.	For	details	about	your	plan,	check	your	benefit	materials	or	call	the	number	on	your	member	ID	card.\nThird-party	brand	names	are	the	property	of	their	respective	owners.\n233340.0922\n\n\nGeneric Drugs = bold  Brand Drugs = CAPITAL LETTERS\n\n\nbcbsil.com\n\n\nHIBERIX	â€“	haemophilus	b	polysaccharide	conjugate	vaccine	for	inj	 \n10 mcg\n\n\nINFANRIX	â€“	diph,	acellular	pert	&	tet	tox	inj	25	lf-58	mcg-10	lf/0.5	mL\n\n\nIPOL	INACTIVATED	IPV	â€“	poliovirus	vaccine,	ipv	injection\n\n\nKINRIX	â€“	diph-tetanus	tox	ad-acell	pert	&	polio	virus,	ipv	vaccine	inj\n\n\nKINRIX - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 mL\n\n\nM-M-R	II	â€“	measles-mumps-rubella	virus	vaccines	for	inj	soln\n\n\nMENACTRA	â€“	meningococcal	(a,	c,	y,	and	w-135)	conjugate	vaccine	inj\n\n\nMENQUADFI	â€“	meningococcal	(a,	c,	y,	and	w-135)	conjugate	vaccine	inj\n\n\nMENVEO	â€“	meningococcal	(a,	c,	y,	and	w-135)	oligo	conj	vac	for	inj\n\n\nPEDIARIX â€“ diph-tet tox-acell pert-hep b-polio ipv vac susp pref syr\n\n\nPEDVAX	HIB	â€“	haemophilus	b	polysaccharide	conj	vaccine	IM	susp	 \n7.5 mcg/0.5 mL\n\n\nPENTACEL â€“ diph-ac per-tet tox ad-poliov-haemoph b poly vaccine for \nIM susp\n\n\nPNEUMOVAX	23	â€“	pneumococcal	vaccine	polyvalent	inj	25	mcg/0.5	mL\n\n\nPNEUMOVAX	23/1	DOSE	â€“	pneumococcal	vaccine	polyvalent	inj	 \n25 mcg/ 0.5 mL\n\n\nPREVNAR	13	â€“	pneumococcal	13-valent	conjugate	vaccine	inj\n\n\nPREVNAR	20	-	pneumococcal	20-valent	conjugate	vaccine	sus	pref	syr	\n0.5 mL\n\n\nPROQUAD â€“ measles-mumps-rubella-varicella virus vaccine for susp\n\n\nQUADRACEL	â€“	diph-tetanus	tox	ad-acell	pert	&	polio	virus,	ipv	vaccine	inj\n\n\nQUADRACEL - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 mL\n\n\nRECOMBIVAX HB â€“ hepatitis B vaccine (recombinant) susp 5 mcg/0.5 mL, \n10 mcg/mL, 40 mcg/mL\n\n\nROTARIX â€“ rotavirus vaccine, live for oral susp\n\n\nROTATEQ â€“ rotavirus vaccine, live oral pentavalent soln\n\n\nSHINGRIX	â€“	zoster	vaccine	recombinant	adjuvanted	for	IM	inj	50	mcg/	\n0.5 mL\n\n\nTDVAX	â€“	tetanus-diphtheria	toxoids	(td)	inj	2-2	lf/0.5	mL\n\n\nTENIVAC	â€“	tetanus-diphtheria	toxoids	(td)	inj	5-2	lfu\n\n\nTRUMENBA	â€“	meningococcal	group	b	vaccine	(recomb)	IM	susp	prefilled	\nsyr\n\n\nTWINRIX â€“ hep a-hep b vaccine susp pref syr 720-20 elu-mcg/mL\n\n\nVAQTA	â€“	hepatitis	A	vaccine	inj	susp	25	unit/0.5	mL,	50	unit/mL\n\n\nVARIVAX	â€“	varicella	virus	vaccine	live	for	subcutaneous	inj	1350	pfu/	 \n0.5 mL\n\n\nVAXELIS â€“ diph-tet tox-ac pert ad-polio ipv-hib-hep b rec susp pre syr\n\n\nVAXELIS â€“ diph-tet tox-ac pert ad-polio ipv-hib-hepatitis b recmb susp\n\n\nVAXNEUVANCE	-	pneumococcal	15-valent	conjugate	vaccine	sus	pref	syr	\n0.5 mL\n\n\nVACCINES\n\n\nACTHIB â€“	haemophilus	b	polysaccharide	conjugate	vaccine	for	inj\n\n\nADACEL â€“	tet	tox-diph-acell	pertuss	ad	inj	5-2-15.5	lf-lf-mcg/0.5	mL\n\n\nAFLURIA	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.25 mL, 0.5 mL\n\n\nAFLURIA	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\n\nBEXSERO	â€“	meningococcal	vaccine	b	(recomb	omv	adjuv)	inj	prefilled	\nsyringe\n\n\nBOOSTRIX	â€“	tet	tox-diph-acell	pertuss	ad	inj	5-2.5-18.5	lf-lf-mcg/ \n0.5 mL\n\n\nBOOSTRIX	â€“	tet-diph-acell	pertuss	ad	pref	syr	5-2.5-18.5	lf-mcg/0.5mL\n\n\nDAPTACEL	â€“	diph,	acellular	pert	&	tet	tox	inj	15	lf-23	mcg-5	lf/0.5	mL\n\n\nDIPHTHERIA/TETANUS TOXOID â€“ diphtheria-tetanus tox adsorbed  \n(dt)	IM	inj	25-5	unit/0.5mL\n\n\nENGERIX-B â€“ hepatitis B vaccine (recombinant) susp 10 mcg/0.5 mL,  \n20 mcg/mL\n\n\nFLUAD	â€“	influenza	vaccine	type	a&b	surface	ant	adj	susp	pref	syr	 \n0.5 mL\n\n\nFLUAD	QUADRIVALENT	INFLUENZA	â€“	influenza	vac	type	a&b	surface	\nant	adj	quad	pref	syr	0.5	mL\n\n\nFLUARIX	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.5 mL\n\n\nFLUBLOK	QUADRIVALENT	â€“	influenza	vac	recomb	ha	quad	pf	soln	pref	\nsyr 0.5 mL\n\n\nFLUCELVAX	QUADRIVALENT	â€“	influenza	vac	tiss-cult	subunit	quad	\nsusp pref syr 0.5 mL\n\n\nFLUCELVAX	QUADRIVALENT	â€“	influenza	vac	tissue-cultured	subunit	\nquadrivalent im susp\n\n\nFLULAVAL	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr\n\n\nFLULAVAL	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\n\nFLUMIST	QUADRIVALENT	â€“	influenza	virus	vaccine	live	quadrivalent	\nintranasal susp\n\n\nFLUZONE	HIGH-DOSE	PF	â€“	influenza	vac	split	high-dose	quad	pf	susp	\npref syr 0.7 mL\n\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.5mL\n\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	inj	\n0.5 mL\n\n\nGARDASIL	9	â€“	human	papillomavirus	(HPV)	9-valent	recomb	vaccine	IM	\nsusp, pref syr\n\n\nHAVRIX	â€“	hepatitis	A	vaccine	inj	susp	720	el	unit/0.5	mL,	1440	el	unit/mL\n\n\nHEPLISAV-B	â€“	hepatitis	B	vaccine	recomb	adjuvanted	pref	syr	20	mcg/	 \n0.5 mL\n\n\nPREVENTIVE DRUG LIST\n\n\nbcbsil.com\n\n\n\n\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 1: \n	Button 4: \n	Previous Page 3: \n	Button 5: \n	Previous Page 10: \n	Button 13: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 7: \n	Button 9: \n	Previous Page 11: \n	Button 14: \n	Previous Page 12: \n	Button 15: \n	Previous Page 6: \n	Button 8: \n	Previous Page 8: \n	Button 16: \n	Previous Page 13: \n	Button 17: \n	Previous Page 14: \n	Button 18: \n	Previous Page 15: \n	Button 19: \n	Previous Page 16: \n	Button 20: \n	Previous Page 17: \n	Button 21: \n	Previous Page 18: \n	Button 22: \n	Previous Page 19: \n	Button 23: \n	Previous Page 20: \n	Button 24: \n	Previous Page 21: \n	Button 25: \n	Previous Page 22: \n	Button 26: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13393, 226, '_relevanssi_pdf_content', '\nPDF	TO	COME	\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13394, 350, '_relevanssi_pdf_content', '\n                       \n\n \n \n\n \n\n  \n      \n\n      \n \n\n     \n      \n\n   \n      \n\n        \n     \n\n \n\n \n \n\n  \n\n \n\n   \n\n    \n\n              \n \n\n \n\n \n \n\n     \n\n                     \n \n\n      \n \n\n \n\n \n\n   \n\n                          \n                                                                            \n\n                    \n                                                                           \n\n         \n\n            \n          \n           \n\n \n\n     \n \n\n    \n                             \n\n                 \n \n\n   \n\n                          \n\n                  \n\n  \n\n     \n\n  \n\nPatient Last Name Patient First Name\n\nHome Delivery Order Options \nAsk your doctor to write your prescription for up to a 90-day supply or the maximum days allowed by your plan \nwith refills up to one year, if appropriate. \n\nePrescribe: For fastest service ask your doctor to submit prescriptions electronically to Express Scripts Home Delivery . \nOnline/Mobile App: Log in to express-scripts.com or the Express Scripts Mobile App, choose the medicine you want \ndelivered, add it to your cart, then check out. \nFax: Have your doctor call 888.327.9791 for faxing instructions. (Faxes can only be accepted from a doctorâ€™s office.) Phone: \nCall Express Scripts at the toll-free number on the back of your ID card for assistance in switching to home delivery. Mail: \nComplete the order form and send to Express Scripts along with prescriptions and payment. \n\nPlease use ALL CAPITAL LETTERS with black or blue ink.      Fill  in the ovals as shown. (        )  \n\n 1  Member  Information  \n\nMember ID Number Group # \n\nMember Last Name Member First Name \n\nPlease send email notices regarding this orderâ€™s status Email address \n\nTo GO GREEN go to express-scripts.com to update your Communication Preferences under Account \n\n 2  Shipping  Address  \nPermanent   Temporary If temporary address, please provide  effective dates    \n\nFrom____/____/____  To ____/___/_____ \nShipping Address Line 1 (Street address is preferred over PO Box) Apt# \n\nShipping Address Line 2 \n\nCity State Zip \n\n    \n  \n\n     Choose One \n      M    W       H    \n\nPrimary Phone Number         Secondary Phone Number     Choose One\n   M    H W\n\nShipping Method (Expedited shipping will not rush prescription processing) \n\nStandard Free Arrives within 5-10 days after order is shipped \nTwo Day $12.00 Arrives 2 business days after order is shipped \nOne Day $21.00 Arrives 1 business day after order is shipped \n\n 3  Patient Information      \nPlease only include prescriptions for patients covered under the above Member ID \n\nPatient #1 \nPatient Last Name Patient First Name \nPatient DOB Gender Male Female \n\nPhysician Name Physician Phone  \n\nPatient #2 \nPatient Last Name Patient First Name \n\nPatient DOB Gender   Male Female \n\nPhysician Name Physician Phone  \n\nÂ©2018 Express Scripts. All Rights Reserved EME47693  CRP1808_0413  STLF14WB\n\n    \n\nhttp://www.express-scripts.com/\nhttp://www.express-scripts.com/\nhttp:express-scripts.com\n\n\n                                                                                                    \n \n\n   \n \n\n   \n    \n\n     \n   \n\n    \n    \n\n   \n  \n\n \n \n\n \n\n   \n\n \n\n \n\n \n\n \n \n  \n\n \n\n \n\n \n\n \n\n \n \n\n \n\n \n \n\n   \n \n\n  \n   \n    \n\n \n\n       \n \n\n \n\n    \n   \n\n  \n    \n\n  \n \n\n \n\n \n\n  \n \n\n \n \n\n      \n \n\n    \n\n          \n \n\n \n\n        \n\n \n\n    \n \n\n \n\n4  Payment Method  Do not send cash \nYou authorize us to retain on file your payment card details that you used to make this purchase and to charge your payment card \naccount to pay for any prescription orders requested by you. Should you also choose to enroll in the auto-pay program, you further \nconsent that we may charge your enrolled payment method for prescription orders made by covered household members, including \npreviously ordered prescriptions which are unpaid. \nâ€¢ We will notify you of any changes to this authorization by email or mail as applicable. This Card on File Authorization, and if\n\napplicable auto-pay enrollment, will remain in effect until you cancel the authorization by logging into your account or calling the\n1-800 number on the back of your prescription card. The transaction amount is determined by your planâ€™s benefit structure at\nthe time the prescription is shipped.\n\nâ€¢ State law prohibits the return of prescription medications for resale or reuse. We cannot accept the return of properly dispensed\nprescription medications for credit or refund.\n\nâ€¢ See our privacy policy for information regarding our use and disclosure of personally identifiable information.\n\nSignature X   ____________________________________________________________ \n\nCredit Card: We accept VISA, MC, Discover, AMEX, Diners \n      Automatic, ongoing payment through credit card  \nAuthorize to pay for this order and all future orders with the  \ncredit card below.  \n\n      For this order only.   Simply fill in your credit card  \ninformation below.  \n \n\nCredit Card Number  \n \n\n_________________________________________ \n\n______________ \n\n \n\nExp Date  \n\nCheck or Checking Account \n\n____________________________________________ \n\n      Automatic, ongoing payment through checking account  \nI authorize to pay for this order and all future orders with the checking  \naccount  information below or include a voided check.  \n  \n\n      For this order only.   Enclose a check payable to Express  Scripts.   \nWrite invoice number on the  check.  \n \n\nName of checking account holder  \n\nChecking Account  Number  \n\n____________________________________________ \nRouting Number (first 9 digits  lower-left corner of personal  check) \n\n____________________________________________ \n\nReview your account balance and pay outstanding balances anytime at express-scripts.com. To change the limit of the amount we \ncan charge your card without a call to you: \n\nâ€¢ Go to express-scripts.com\nâ€¢ Select Payment Methods under Account then Edit Information.\nâ€¢ Change the payment authorization limit\n\nYou can manage all account preferences at express-scripts.com or call Member Services at the toll-free number on your ID card. \n\n5  Health History  \nTo update your allergies or health conditions: Visit us at express-scripts.com/healthform or call 877.438.4417.  This information \nhelps us protect you against potentially harmful drug interactions and allergies. \n\n 6  Important reminders and other  information  \nIf you are a Medicare Part B beneficiary AND have private health insurance, check your prescription drug benefit materials to \ndetermine the best way to get Medicare Part B drugs and supplies.  Or, call Member Services at the toll-free number found on your \nID card.  To verify Medicare Part B prescription coverage, call Medicare at 1.800.633.4227. \nFor additional information or help, visit us at express-scripts.com or call Member Services at the toll-free number found on your ID \ncard.  TTY/TDD users should call 1.800.759.1089. \nYour order may be filled at any one of our Express Scripts Pharmacies located nationwide. \n\n7  Generic Substitution  \n\nState law permits a pharmacist to substitute a less expensive generic equivalent drug for a brand-name drug unless you or your \nphysician directs otherwise.  Please note that this applies to new prescriptions and to any future refills of that prescription.  Also be \naware that you may pay more for a brand-name drug. \n\nI do not wish to receive a less expensive brand or generic medication. \n\nIf the prescription is being submitted electronically, discuss with your doctor. \n\nPlace your prescription(s),  order form(s)   \nand your payment in an envelope.    \nDo not use staples  or paper clips.   \nDo not affix post it notes to form.  \n\n \n \n\n \n\nEXPRESS SCRIPTS \nPO BOX 66577 \nST LOUIS, MO 63166-6577  \n\nEME47693  CRP1808_0413           STLF14WB \n\nhttp://www.express-scripts.com/\nhttp://www.express-scripts.com/\nhttp://www.express-scripts.com/\nhttp://www.express-scripts.com/\nhttp://www.express-scripts.com/\nwww.express-scripts.com/healthform\n\n	Member ID Number: \n	Group: \n	Member Last Name: \n	Member First Name: \n	Email address: \n	From: \n	To: \n	Shipping Address Line 1 Street address is preferred over PO Box: \n	Apt: \n	Shipping Address Line 2: \n	City: \n	State: \n	Zip: \n	Patient Last Name: \n	Patient First Name: \n	Patient DOB: \n	Physician Name: \n	Physician Phone: \n	Patient Last Name_2: \n	Patient First Name_2: \n	Patient DOB_2: \n	Physician Name_2: \n	Physician Phone_2: \n	Credit Card Number: \n	Name of checking account holder: \n	Exp Date: \n	Checking Account Number: \n	Routing Number first 9 digits lowerleft corner of personal check: \n	Please send email notices regarding this order\'s status: Off\n	Shipping address: Off\n	Primary Phone Number: \n	Secondary Phone Number: \n	Signature: \n	Shipping Method: Standard\n	Patient 1 Gender: Off\n	Patient 2 Gender: Off\n	Credit Card Payment Option: Off\n	check or Checking Account Payment Option: Off\n	Generic Substitution-I do not which to receive a less expensive brand or generic medication: Off\n	Primary Phone Number location: Mobile\n	Secondary Phone Number location: Off\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13395, 351, '_relevanssi_pdf_content', '\nPrescription Drug Claim Form\n\nMember information (See other side for instructions)\n\nID number \n\nGroup number \n\nDate of birth  /  /  â Male   â Female\n\n  \nName (First, Last)\n\n  \nStreet address\n\n    \nCity State  Zip\n\nMemberâ€™s relationship to primary cardholder:\n\nâ Self â Spouse/Domestic partner â Dependent/Child\n\nI certify that:\nâ€¢ The information on this form is correct\nâ€¢	The	member	named	above	is	eligible	for	pharmacy	benefits\nâ€¢ The member named above received the medicine(s) listed\nâ€¢ I give my permission to share the information on this form with \n\nPrime Therapeutics LLC\n\nX  \nMember or legal representative signature\n\nIs this medicine for an on-the-job-injury?   â Yes â No\n\nDo you have other insurance for this prescription medicine? \n   â Yes â No\n\n  \nIf yes, what is the other insurance companyâ€™s name?\n\nCardholder information (primary cardholder)\n  \nName (First, Last)\n\nWhy are you submitting this Prescription Drug Claim Form?  \n(check one)\n\n Did not have my pharmacy card with me when I bought this \nprescription\n\n Have not received my pharmacy card\n\n Picked up my medicine from a non-network pharmacy\n\n My other insurance is paying for part of this medicine (attach that \ncompanyâ€™s	Explanation	of	Benefits	and	an	itemized	receipt)\n\n Other (please explain)   \n\n \n\nPharmacy information\n  \nPharmacy name\n\n  \nPharmacy address\n\n \nCity State Zip\n\nX  \nPharmacist signature\n\nPharmacy NPI number \n\nPrescription Drug Claim Form\n\nPrescription (Rx) claim information\n\nWas this prescription medicine  \npurchased outside the U.S.?   . . . . . . . . . . . . . . . . . . .  â Yes  â No\n\nAll	fields	below	must	be	completed.	(See	example	on	the	back	of	this	\nform.) Talk to your pharmacist if you need help.\n\nPlease	attach	original	itemized	pharmacy	receipts.	(A	cash	register	\nreceipt is not acceptable.)\n\n1 Rx number \n\nDate	filled	  /  / \n\nQuantity   Daysâ€™ supply \n\nName of medicine  \n\nNDC number \n(Your pharmacist can provide the national drug code (NDC) and  \n\nnational	provider	identifier	(NPI)	numbers.)\n\nPhysician \nNPI number \n\nTotal prescription charge $  . \n\n2 Rx number \n\nDate	filled	  /  / \n\nQuantity   Daysâ€™ supply \n\nName of medicine  \n\nNDC number \n(Your pharmacist can provide the national drug code (NDC) and  \n\nnational	provider	identifier	(NPI)	numbers.)\n\nPhysician \nNPI number \n\nTotal prescription charge $  . \n\n\n\nInstructions\n\n1. Use a separate claim form for each member. All information provided \non or attached to this claim form must be for the same person.\n\n2.	 Attach	original	itemized	pharmacy	receipts	provided	with	your	\nprescription. Be sure that all the required information is visible (staple \nto the top of the form, if necessary). Note: your claim will be sent \nback if required information is missing.\n\nRequired information\n\nâ€¢ Member name â€¢ Quantity \nâ€¢ ID number â€¢	Date	filled\nâ€¢ Group number â€¢ Rx number\nâ€¢ Date of birth â€¢ Daysâ€™ supply\nâ€¢ Pharmacy name and address â€¢  All compound drug   \nâ€¢ Total charge information (if applicable)  \nâ€¢ Drug name and NDC number â€¢ Pharmacy NPI number\nâ€¢ Physician NPI number\n\nEXAMPLE\n\nRx number  0  0  0  0  0  6  0  1   1   4  8  1 \n\nDate	filled	  0  1   /  1   2  /  1   8 \n\nQuantity 30  Daysâ€™ supply     3 0 \n\nName of medicine  â€œDrug Nameâ€\n\nNDC number  0  0  1  2  3  4  5  6  7  3  1 \n(Your pharmacist can provide the national drug code (NDC) and  \n\nnational	provider	identifier	(NPI)	numbers.)\n\nPhysician \nNPI number  9  2  1  5  2  4  1  1  6  3 \n\nTotal prescription charge $     2 0  5  .  1   4 \n\nIs this prescription claim for a compound medicine?\nâ Yes     â No\n\nNote: If yes, ask your pharmacist to complete the information below.\n\nCompound Information\n\nPlease enter all information for each drug used. \n\nCompound Prescriptions\nFor pharmacy use only\n\nNDC Number Drug Ingredient Quantity Charge\n\nRx 1\nAttach original itemized  \npharmacy receipts here\n\nAll required information must be visible \n(see step 2 above).\n\nKeep a copy of this form and your receipt(s) for your records.\n\nRx 2\nAttach original itemized  \npharmacy receipts here\n\nAll required information must be visible \n(see step 2 above).\n\nKeep a copy of this form and your receipt(s) for your records.\n\nQuestions?\n\nâ€¢ You can call the number on the back of your member ID card\nâ€¢ Your pharmacist may call 800.821.4795\n\n3. Keep a copy of this form and pharmacy receipts for your records. \nSend the original form and pharmacy receipts to:\n\nPrime Therapeutics (Commercial)\nPO Box 25136 \nLehigh Valley, PA 18002-5136\n\n3272 IL Â© Prime Therapeutics LLC 03/18 40959.0318\n\nFraud Prevention Regulation:	Any	person	who	knowingly	and	with	intent	to	defraud	any	health	plan	or	other	person	files	an	application	for	insurance	or	\nstatement of claim containing any materially false information or conceals for the purpose of misleading, information concerning any fact material thereto \ncommits a fraudulent health plan act, which is a crime and subjects such person to criminal and civil penalties.\n\nPrime	Therapeutics	LLC	is	an	independent	limited	liability	company	providing	pharmacy	benefit	management	services.\n\nBlue Cross and Blue Shield of Illinois is a Division of Health Care Service Corporation, a Mutual Legal Reserve Company, an Independent Licensee of the  \nBlue Cross and Blue Shield Association. 10\n\n00\n17\n\n06\n-B\n\n\n\n \n\nbcbsil.com\n\n \n\n\n\n \n\nbcbsil.com\n\n \n\nHealth care coverage is important for everyone.\nWe provide free communication aids and services for anyone with a disability or who needs language assistance. \n\nWe do not discriminate on the basis of race, color, national origin, sex, gender identity, age or disability.\n\nTo receive language or communication assistance free of charge, please call us at 855-710-6984.\n\nIf you believe we have failed to provide a service, or think we have discriminated in another way, contact us to file a grievance. \nOffice of Civil Rights Coordinator Phone: 855-664-7270 (voicemail)\n300 E. Randolph St. TTY/TDD: 855-661-6965\n35th Floor Fax: 855-661-6960\nChicago, Illinois 60601 Email: CivilRightsCoordinator@hcsc.net\n\nYou may file a civil rights complaint with the U.S. Department of Health and Human Services, Office for Civil Rights, at:\nU.S. Dept. of Health & Human Services Phone: 800-368-1019\n200 Independence Avenue SW TTY/TDD: 800-537-7697\nRoom 509F, HHH Building 1019 Complaint Portal: https://ocrportal.hhs.gov/ocr/portal/lobby.jsf\nWashington, DC  20201 Complaint Forms: http://www.hhs.gov/ocr/office/file/index.html\n\n\n\nAccessibility Report\n\n\n		Filename: \n\n		3272 IL_Rx Claim Form_508c.pdf\n\n\n\n\n		Report created by: \n\n		\n\n		Organization: \n\n		\n\n\n\n\n[Enter personal and organization information through the Preferences > Identity dialog.]\n\n\nSummary\n\n\nThe checker found no problems in this document.\n\n\n		Needs manual check: 0\n\n		Passed manually: 0\n\n		Failed manually: 0\n\n		Skipped: 3\n\n		Passed: 29\n\n		Failed: 0\n\n\n\n\nDetailed Report\n\n\n		Document\n\n\n\n		Rule Name		Status		Description\n\n		Accessibility permission flag		Passed		Accessibility permission flag must be set\n\n		Image-only PDF		Passed		Document is not image-only PDF\n\n		Tagged PDF		Passed		Document is tagged PDF\n\n		Logical Reading Order		Skipped		Document structure provides a logical reading order\n\n		Primary language		Passed		Text language is specified\n\n		Title		Passed		Document title is showing in title bar\n\n		Bookmarks		Passed		Bookmarks are present in large documents\n\n		Color contrast		Skipped		Document has appropriate color contrast\n\n		Page Content\n\n\n\n		Rule Name		Status		Description\n\n		Tagged content		Passed		All page content is tagged\n\n		Tagged annotations		Passed		All annotations are tagged\n\n		Tab order		Passed		Tab order is consistent with structure order\n\n		Character encoding		Skipped		Reliable character encoding is provided\n\n		Tagged multimedia		Passed		All multimedia objects are tagged\n\n		Screen flicker		Passed		Page will not cause screen flicker\n\n		Scripts		Passed		No inaccessible scripts\n\n		Timed responses		Passed		Page does not require timed responses\n\n		Navigation links		Passed		Navigation links are not repetitive\n\n		Forms\n\n\n\n		Rule Name		Status		Description\n\n		Tagged form fields		Passed		All form fields are tagged\n\n		Field descriptions		Passed		All form fields have description\n\n		Alternate Text\n\n\n\n		Rule Name		Status		Description\n\n		Figures alternate text		Passed		Figures require alternate text\n\n		Nested alternate text		Passed		Alternate text that will never be read\n\n		Associated with content		Passed		Alternate text must be associated with some content\n\n		Hides annotation		Passed		Alternate text should not hide annotation\n\n		Other elements alternate text		Passed		Other elements that require alternate text\n\n		Tables\n\n\n\n		Rule Name		Status		Description\n\n		Rows		Passed		TR must be a child of Table, THead, TBody, or TFoot\n\n		TH and TD		Passed		TH and TD must be children of TR\n\n		Headers		Passed		Tables should have headers\n\n		Regularity		Passed		Tables must contain the same number of columns in each row and rows in each column\n\n		Summary		Passed		Tables must have a summary\n\n		Lists\n\n\n\n		Rule Name		Status		Description\n\n		List items		Passed		LI must be a child of L\n\n		Lbl and LBody		Passed		Lbl and LBody must be children of LI\n\n		Headings\n\n\n\n		Rule Name		Status		Description\n\n		Appropriate nesting		Passed		Appropriate nesting\n\n\n\n\n\n\nBack to Top\n\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13396, 352, '_relevanssi_pdf_content', '\nACCREDO,\nA SPECIALTY PHARMACY\n\nAccredo is a specialty pharmacy that is contracted to provide services to members of \nBlueÂ Cross and BlueÂ Shield of Illinois.\n\nAccredo is a trademark of Express Scripts Strategic Development, Inc.\n\nThe relationship between Accredo and BlueÂ Cross and BlueÂ Shield of Illinois is that of \nindependent contractors. PrimeÂ Therapeutics is an independent company providing \npharmacy benefit management and related other services for members of BlueÂ Cross \nandÂ BlueÂ Shield of Illinois.\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross Blue Shield \nAssociation. \n\n7073-M ILâ€‡Â© Prime Therapeutics LLCâ€‡06/21\n\n02\n01\n\n39\n92\n\n\n\nACCREDO: THE MEDICINES \nYOU NEED, WITH \nSMOOTH DELIVERY AND \nPERSONALIZED CARE\nYour health plan is committed to giving  \nyou a specialty pharmacy that offers  \nthe medicines and support you need \ntoÂ manage your complex health issues.  \nThatâ€™s what you get with Accredo.\n\nAccredo is a safe, convenient way to get \nyour medicine. Plus, it offers:\n\nâ€¢ Access to 99.9% of specialty medicines, which \n\nmeans you may be more likely to get all your \n\nspecialty medicines from one pharmacy\n\nâ€¢ Simple communication, including refill reminders, \n\nthrough phone, email, text or web, whichever  \n\nyou prefer\n\nâ€¢ A mobile app that allows you to refill and track \n\nprescriptions, make payments and set reminders \n\ntoÂ take your medicines*\n\nâ€¢ 500 condition-specific pharmacists and 600+ \n\nnurses, all offering one-on-one counseling\n\nâ€¢ Free standard delivery\n\nâ€¢ 24/7 support\n\n *Not all medicines can be refilled on the app.\n\n Get one-on-one support for your specific  \nhealth condition\n\n Accredo has 15 Therapeutic Resource CentersÂ® (TRCs),\n\n each focused on a specific specialty condition.  \n\nYouâ€™ll have direct access to counseling and \n\neducation on your health condition, from specially \n\ntrained pharmacists, nurses and other clinicians.\n\n Theyâ€™ll discuss how to reduce your disease \n\nprogression, achieve your treatment goals, manage \n\nany side effects from your medicines, and find the \n\nmost effective way to take your medicines. Theyâ€™ll \n\nalso monitor your progress and offer support with \n\nany financial or insurance concerns you may have.\n\n Itâ€™s easy to get started\n To start using Accredo, contact an Accredo patient \n\ncare advocate at 833-721-1619. Theyâ€™ll work with \n\nyour doctor on the rest.\n\n You can access Accredo.com to:\n\nâ€¢ Order refills online\n\nâ€¢ Check order status and track shipments\n\nâ€¢ View order and medication history\n\nâ€¢ Set communication preferences\n\nâ€¢ Learn more about your condition\n\n ACCREDO TRCs INCLUDE:\nâ€¢ Rheumatoid arthritis and inflammatory conditions\n\nâ€¢ Endocrine conditions\n\nâ€¢ Cystic fibrosis\n\nâ€¢ Transplant\n\nâ€¢ HIV\n\nâ€¢ Neurology and multiple sclerosis\n\nâ€¢ Asthma and allergy\n\nâ€¢ Hepatology\n\nâ€¢ Pulmonary arterial hypertension\n\nâ€¢ Blood disorders\n\nâ€¢ Immune disorders\n\nâ€¢ Rare disease\n\nâ€¢ Oncology\n\nâ€¢ Fertility\n\nâ€¢ Select specialty conditions\n\n\n	Illinois Accredo Specialty Pharmacy Brochure\n	ACCREDO: THE MEDICINES YOU NEED, WITH SMOOTH DELIVERY AND PERSONALIZED CARE\n	Accredo is a safe, convenient way to getyour medicine. Plus, it offers:\n	Get one-on-one support for your specifichealth condition\n	Itâ€™s easy to get started\n\n\n	ACCREDO TRCs INCLUDE\n\n\nAccessibility Report\n\n\n		Filename: \n\n		7073-M IL_Willow_AccredoSpecPharm_BR_508c.pdf\n\n\n\n\n		Report created by: \n\n		\n\n		Organization: \n\n		\n\n\n\n\n[Enter personal and organization information through the Preferences > Identity dialog.]\n\n\nSummary\n\n\nThe checker found no problems in this document.\n\n\n		Needs manual check: 0\n\n		Passed manually: 0\n\n		Failed manually: 0\n\n		Skipped: 3\n\n		Passed: 29\n\n		Failed: 0\n\n\n\n\nDetailed Report\n\n\n		Document\n\n\n\n		Rule Name		Status		Description\n\n		Accessibility permission flag		Passed		Accessibility permission flag must be set\n\n		Image-only PDF		Passed		Document is not image-only PDF\n\n		Tagged PDF		Passed		Document is tagged PDF\n\n		Logical Reading Order		Skipped		Document structure provides a logical reading order\n\n		Primary language		Passed		Text language is specified\n\n		Title		Passed		Document title is showing in title bar\n\n		Bookmarks		Passed		Bookmarks are present in large documents\n\n		Color contrast		Skipped		Document has appropriate color contrast\n\n		Page Content\n\n\n\n		Rule Name		Status		Description\n\n		Tagged content		Passed		All page content is tagged\n\n		Tagged annotations		Passed		All annotations are tagged\n\n		Tab order		Passed		Tab order is consistent with structure order\n\n		Character encoding		Skipped		Reliable character encoding is provided\n\n		Tagged multimedia		Passed		All multimedia objects are tagged\n\n		Screen flicker		Passed		Page will not cause screen flicker\n\n		Scripts		Passed		No inaccessible scripts\n\n		Timed responses		Passed		Page does not require timed responses\n\n		Navigation links		Passed		Navigation links are not repetitive\n\n		Forms\n\n\n\n		Rule Name		Status		Description\n\n		Tagged form fields		Passed		All form fields are tagged\n\n		Field descriptions		Passed		All form fields have description\n\n		Alternate Text\n\n\n\n		Rule Name		Status		Description\n\n		Figures alternate text		Passed		Figures require alternate text\n\n		Nested alternate text		Passed		Alternate text that will never be read\n\n		Associated with content		Passed		Alternate text must be associated with some content\n\n		Hides annotation		Passed		Alternate text should not hide annotation\n\n		Other elements alternate text		Passed		Other elements that require alternate text\n\n		Tables\n\n\n\n		Rule Name		Status		Description\n\n		Rows		Passed		TR must be a child of Table, THead, TBody, or TFoot\n\n		TH and TD		Passed		TH and TD must be children of TR\n\n		Headers		Passed		Tables should have headers\n\n		Regularity		Passed		Tables must contain the same number of columns in each row and rows in each column\n\n		Summary		Passed		Tables must have a summary\n\n		Lists\n\n\n\n		Rule Name		Status		Description\n\n		List items		Passed		LI must be a child of L\n\n		Lbl and LBody		Passed		Lbl and LBody must be children of LI\n\n		Headings\n\n\n\n		Rule Name		Status		Description\n\n		Appropriate nesting		Passed		Appropriate nesting\n\n\n\n\n\n\nBack to Top\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13397, 353, '_relevanssi_pdf_content', '\nWhatâ€™s Inside\nWhatâ€™s Changing and Why .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .1\n\nYour Retirement Benefits: Changes at a Glance  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 2\n\nUnderstanding Your Future Retirement Savings Benefit  .  .  .  .  .  .  .  . 4\n\nUnderstanding Your Cash Balance Benefit .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 6\n\nAnswers to Your Questions .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .7\n\nGlossary of Terms  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 9\n\nUpdating Our \nRetirement Benefits \nFor US employees earning retirement benefits under the Cash Balance formula of the \nCF Industries Holdings, Inc. Pension Plan (hired on or after January 1, 2004 and legacy \nTerra employees hired on or after July 1, 2003)\n\nOctober 2022\n\n\n\nAs we continue to grow, itâ€™s important that \nwe offer a retirement program that:\n\nâ€¢ Provides a competitive benefit that is \nvalued by employees\n\nâ€¢ Supports employees in building their \nretirement savings\n\nâ€¢ Recognizes and rewards long service \n\nâ€¢ Attracts prospective employees, and\n\nâ€¢ Supports career progression across CF\n\nThis Guide is intended to satisfy the requirements for the issuance of a 204(h) Notice under the Employee Retirement \nIncome Security Act of 1974, as amended (â€œERISAâ€), as well as a Section 4980F Notice under the Internal Revenue Code \nof 1986, as amended. You should take the time to read this Guide carefully and keep it with your copy of the Summary \nPlan Description.\n\n\n\n1\n\nWhatâ€™s Changing and Why\nIt is common practice to regularly review our benefit plans to make sure they meet \nour employeesâ€™ needs and remain competitive in our industry. Our recent review \nfound that we have an opportunity to update and enhance our North America \nretirement savings program.  As we continue to grow, it\'s vital we offer a consistent \nretirement savings program that is valued by our employees, recognizes and rewards \nlong service, is attractive to prospective candidates and supports career progression \nacross CF.\n\nBeginning January 1, 2023, you will earn retirement benefits through enhanced \ncompany contributions to your 401(k) plan, and you will stop earning benefits \nunder the Cash Balance formula of the CF Industries Holdings, Inc. Pension Plan. The \nCash Balance benefits that you have already earned through December 31, 2022 are \nyours to keep once vested and will be available to you when you leave the company. \n\nWhile you will no longer earn annual pay credits, your Cash Balance plan account \nbalance will continue to grow with annual interest credits. If you are not yet 100% \nvested, you will continue to earn vesting service until you reach three years of service \nwith CF.\n\nWe remain committed to providing a competitive Total Rewards package, including \nretirement benefits that help you build your savings and enhance your financial \nwell-being. This guide will help you better understand how your current retirement \nbenefits work, what happens to the benefits you have already earned, and how the \nenhanced 401(k) will help you continue to build your retirement savings.\n\nWhy is CF updating retirement benefits?\nSeveral factors were considered:\n\nâ€¢ Updated retirement benefit. By moving to a defined contribution (DC)-based retirement savings program, \nwe are aligning our retirement benefits with market practice while continuing to provide the valuable \nbenefits employees expect and deserve .\n\nâ€¢ Market competitiveness. We must remain competitive in the benefits we offer our current employees as \nwell as our future workforce . DC-based retirement benefits have become the norm in how companies are \nproviding retirement benefits to their employees . The updates weâ€™re making align our retirement benefits \nwith whatâ€™s common in the market, and what potential employees expect from an employer .\n\nâ€¢ Investment control. With a DC-based retirement savings program, employees have control over how all of \ntheir retirement benefits are invested . This also makes it more attractive for potential employees to join CF .\n\nSome of the \nterminology \nin this Guide \nmay be new \nto you. Please \nreference page \n9 for a glossary \nofÂ terms. \n\n1\n\n\n\n2\n\nYour Retirement Benefits: Changes at a Glance\nHereâ€™s a quick look at the updates to our retirement benefits:\n\nPlan Update/change For details\n\n401(k) Plan\n\nNew annual automatic company contribution (effective January 1, 2023)\nThe company will make an annual contribution to your 401(k) each year equal to \na percentage of your eligible earnings; there is no action or election required on \nyour part. Contributions will generally be made in the first quarter following the \nend of the plan year for participants employed through December 31 of the plan \nyear.\n\nSee page 4\n\nExpanded definition of eligible earnings (beginning January 1, 2023)\nEligible earnings1 for the annual and matching company contributions will \ninclude actual bonus paid (e.g., AIP, VIP).\n\nInvestment decisions\nYou will have control over how your company contributions are invested, \njust as you do with your 401(k) contributions and the companyâ€™s matching \ncontributions.\n\nContinued company-matching contributions\nThe company will continue to match your contributions to the 401(k) â€” dollar for \ndollar â€” up to 6%.\n\nCash Balance \nPlan\n\nPension plan freeze (December 31, 2022) \nFreezing the Cash Balance plan means that the benefits earned through the \nfreeze date remain; however, no additional benefits will be earned under the \nCash Balance plan, with the exception of the annual interest credits.\n\nBeginning on January 1, 2023, you will no longer earn annual pay credits.\n\nSee page 6\n\nBenefits youâ€™ve earned will remain yours\nYour Cash Balance account balance as of December 31, 2022 is yours to keep \nonce you become 100% vested (after three years of service). It will continue to \ngrow with annual interest credits.\n\nDetermining your frozen benefit\nThe amount of your benefit will be based on your Cash Balance account \nbalance as of December 31, 2022, plus annual interest credits applied to your \naccount.\n\nEarning service towards vesting\nBeing â€œvestedâ€ in a benefit means that you own that benefit. If you are not \nvested in the Cash Balance benefit yet because youâ€™ve been with CF less than \nthree years, your future service with the company will count towards vesting.\n\n1 US eligible earnings includes base, actual bonus paid (e.g., AIP, VIP), and other various earnings â€” for example, scheduled \novertime and shift differential â€” up to a maximum of $500,000 USD. To the extent eligible earnings exceed the Internal \nRevenue Code Section 401(a)(17) limit ($305,000 for 2022), certain contributions may be made under a nonqualified \nsavings plan sponsored by CF. You will be notified if you are impacted by this IRS limit and have contributions made under \na nonqualified savings plan.\n\n2\n\n\n\n3\n\nWhat you can expect now and at the time of the change: \n\nDecember 31, 2022: Cash Balance plan \nfreezes and no future benefits earned in \nthe plan, but the benefits you have earned \nremain yours, and you\'ll continue to earn \nannual interest credits after the freeze\n\nInformation sessions to help \nyou learn more about whatâ€™s \nchanging and how you will earn \nfuture retirement benefits\n\nThis Guide to help you understand \nour new retirement benefits\n\nPension calculator to model your \ncurrent pension benefits â€” visit the \nCF Industries Pension Center online \nat ypr.aon.com/CFIndustries January 1, 2023: New \n\nretirement benefits begin\n\nFirst annual \nautomatic company \ncontribution made  \nto your 401(k)\n\nOctober 2022 November 2022 December 2022 2023 2024\n\n33\n\n\n\n4\n\nExpanded definition of eligible earnings\n\nBeginning January 1, 2023, eligible earnings for the \nautomatic company and matching contributions will \ninclude actual bonus paid (e.g., AIP, VIP)3. US eligible \nearnings include up to a maximum of $500,000 USD.\n\nHow much can I contribute to my 401(k)?\n\nYour combined pre-tax and Roth 401(k) contributions are \nsubject to an annual limit, which is  $20,500 in 2022. If you \nare age 50 or older, you may contribute up to an additional \n$6,500 for a total of $27,000. You can change your 401(k) \ncontribution election at any time during the year, but \nmake sure you contribute enough to get the full company \nmatch. If you stop making contributions for any reason, the \ncompany-matching contributions will stop too.\n\nUnderstanding Your Future Retirement Savings Benefit\nBeginning January 1, 2023, in addition to the 401(k) company match, you will earn future retirement benefits \nthrough a new annual automatic company contribution to your 401(k). This contribution will be based on \nyour years of service and your eligible earnings as shown in the chart below. \n\nYou will also continue to receive company-matching contributions of 100% on the first 6% of compensation \nyou contribute to your 401(k) each pay period.\n\nYour 401(k) Company Contribution Opportunity\n\nYears of service\nYour annual company \n\ncontribution\n\nMaximum company-\nmatching contribution2  \n\n(per pay period)\nTotal potential company \n\ncontribution annually\n\nLess than 5 years 4%\n\n+\n\n6%\n\n=\n\n10%\n\n5 â€“ 9 years 5% 6% 11%\n\n10 â€“ 14 years 6% 6% 12%\n\n15 or more years 7% 6% 13%\n\n2 Assumes you contribute at least 6% of pay to receive the maximum company match.\n\n3 CF Industries reserves the right to amend, change or terminate any of its benefit plans, programs, policies or practices at any time.\n\n4\n\n\n\n5\n\nFinancial planning resourcesâ€¦ at no cost to you!\n\nYou can contact an Ayco financial coach to discuss the impact that the new retirement program will \nhave on your financial plan. Aycoâ€™s experienced financial professionals are available to help you maximize \nthe value of your benefits and deliver personalized financial guidance. \n\nYou can engage on your terms, when and how it is most convenient for you, either by working with an \nAyco coach or using their digital tools, trackers, and resources. Coaches are backed by the power of \nGoldman Sachs and provide objective and confidential guidance â€” at no cost you.\n\nCall an Ayco coach at 1-800-527-0012 or access Goldman Sachs Aycoâ€™s digital platform at \nwww.ayco.com/login/cfindustries. \n\nHow your 401(k) works: Beginning January 1, 2023\n\nCurrent \n401(k) \n\nbalance +\nAnnual \n\nautomatic \ncompany \n\ncontribution\n+ Your contributions +\n\nCompany \nmatching \n\ncontributions +\nInvestment \n\ngains or \nlosses\n\n= New 401(k) balance\n\nThe money in your 401(k) account is yours \nonce vested\n\nYour contributions to your 401(k) and any \ninvestment gains or losses are always yours and \nyou can take them with you, wherever your career \ntakes you. The companyâ€™s automatic and matching \ncontributions and their associated investment gains \nor losses are yours once vested:\n\nâ€¢ You become vested in the companyâ€™s annual \nautomatic contributions and the associated \ninvestment gains/losses on these contributions \nafter 3 years of service (includes service prior to \nJanuary 1, 2023). \n\nâ€¢ You become vested in the company-matching \ncontributions and the associated investment \ngains/losses on these contributions after 2 years \nofÂ service (includes service prior to January 1, 2023).\n\n401(k) investment choices\n\nYou choose how you want the savings in your 401(k) \ninvested. You will keep any investment gains or \nlosses on your contributions, and once vested, the \ncompanyâ€™s automatic and matching contributions \nto your account. If you donâ€™t choose an investment \noption, your account will be invested in the target \ndate fund for your assumed retirement age. You \ncan see and choose your investment options by \ncontacting Fidelity online at www.netbenefits.com \nor calling 1-800-835-5095 Monday through Friday \nfrom 8:30 a.m. to 8:00 p.m. ET.\n\nNew!\n\n5\n\n\n\n6\n\nUnderstanding Your Cash Balance Benefit\nThe Cash Balance plan is a defined benefit pension plan, which means CF calculates a â€œdefinedâ€ monthly \nbenefit that you will be eligible to receive during retirement. The monthly benefit is based on your Cash \nBalance account value at the time you start receiving payment.\n\nWhile you will earn future retirement benefits through the 401(k), your Cash Balance account value that you \nearn through December 31, 2022, plus annual interest credits, will still make up a portion of your retirement \nincome, so itâ€™s important to understand how it works. Letâ€™s take a closer look at how your Cash Balance \naccount is calculated:\n\nHow the Cash Balance plan worksâ€¦ the annual calculation\nAccount balance at the \nbeginning of the year + Annual interest credit (added following year end) + Annual pay credit (added following year end) = Account balance at the end of the year\n\nYou will continue to \nreceive annual interest \ncredits even after the \nCash Balance plan freezes\n\nYour final annual pay \ncredit will be added in \n2023 for the 2022 plan \nyear â€” no further pay \ncredits will be earned in \nthe future\n\nWhat the pension plan changes mean for you\nBeginning on January 1, 2023, your Cash Balance plan benefit will be frozen, so what does that really mean \nfor your pension benefit?\n\nâ€¢ Benefits will stop accruing. â€œFreezingâ€ the Cash Balance plan means that you wonâ€™t earn annual pay \ncredits in that plan after December 31, 2022. However, your Cash Balance account will continue to grow \nwith annual interest credits.\n\nâ€¢ Benefits earned through December 31, 2022 will be available to you when you leave the company. \nWhile you will stop earning annual pay credits after December 31, 2022, all vested benefits are yours.\n\nâ€¢ You will continue to earn service towards vesting. If you are not yet vested in the Cash Balance plan \nbecause you have been with the company less than three years, your future service with the company will \ncount towards vesting fully in your benefits.\n\nTo see the value of your pension benefit and model future \nprojections, visit the pension calculator at the CF Industries \nPension Center online at ypr.aon.com/CFIndustries.\n\n6\n\n\n\n7\n\nQuestions about the change\n1. Why is CF making these changes?\n\nWe regularly review our benefit plans to make \nsure they meet our employeesâ€™ needs and \nremain competitive in our industry. Our review \nfound that we have an opportunity to update \nand harmonize our retirement benefits so that \nall current and future employees will have the \nopportunity to build their retirement savings.\n\n2. Who is affected by the update to our benefits?\nAs we harmonize our retirement benefits, all \ncurrent and future employees across North \nAmerica will have the opportunity to begin \nearning future retirement benefits through  \nour enhanced US 401(k) or Canadian DC  \nplan. This transition will take place between \nJanuaryÂ 1, 2023 and January 1, 2026, depending \non the participantâ€™s current retirement plan. \n\n3. Are our new benefits competitive?\nYes. We benchmark our benefit plans with \ncompanies similar to ours to help us make sure \nour benefits are competitive with those offered \nby companies with which we compete for talent.\n\n4. Will CF save money as a result of these \nchanges?\nThe design of the new program is not a cost-\nsaving exercise. Rather, our goal is to provide a \nmore modern plan design that is valued by our \nemployees, recognizes and rewards long service, \nis attractive to prospective candidates and \nsupports career progression across CF.\n\nQuestions about your benefits\n5. What changes are being made to my benefits?\n\nBeginning January 1, 2023, you will earn \nretirement benefits through enhanced  \ncompany contributions to your 401(k) plan,  \nand you will stop earning benefits in the Cash \nBalance plan (your plan will be frozen). The  \nCash Balance benefits that you have earned \nthrough DecemberÂ 31,Â 2022 are yours to keep \nonce vested and will be available to you when  \nyou leave the company.\nWhile you will no longer earn annual pay credits, \nyour Cash Balance account will continue to grow \nwith annual interest credits. If you are not yet 100% \nvested, you will continue to earn vesting service \nuntil you reach three years of service with CF.\n\n6. What is a â€œfrozenâ€ pension plan?\nA frozen pension plan means that the benefits \nearned through the freeze date remain; however, \nno additional benefits will be earned in this \nplan. With the Cash Balance plan, your account \nbalance will continue to grow with annual \ninterest credits. After you leave the company, you \ncan receive the benefits you have earned prior to \nthe plan freeze (December 31, 2022). \n\n7. What happens to the pension benefits I have \nalready earned?\nBenefits you earn in the Cash Balance plan \nthrough December 31, 2022 are yours to keep \nonce you are vested and will be available to \nyou when you leave the company. Beginning \nJanuaryÂ 1, 2023, you will no longer earn benefits  \nin the Cash Balance plan; however, your benefit \nwill continue to grow through annual interest \ncredits beyond the freeze.\n\nAnswers to Your Questions\n\n7\n\n\n\n8\n\n8. How will my final Cash Balance benefit  \nbe determined?\nThe amount of your benefit from the pension \nplan will be determined by the value of your \nindividual Cash Balance account on December \n31, 2022 (the date of the freeze), plus additional \nannual interest credits applied to your account \nfor each year until you start receiving payment.\n\n9. How are annual pay credits determined?\nYou receive pay credits based on your years of \npension service and the amount of your pension-\neligible compensation during that year, as follows:\n\nCompleted years of \npension plan service  \non the last day of the \nplan year\n\nPay credit for the \ncalendar year (as a \npercentage of pension-\neligible compensation)\n\nUnder 5 years 4%\n\n5 but under 10 years 5%\n\n10 but under 15 years 6%\n\n15 or more years 7%\n\nThis contribution will end when the Cash Balance \nplan freezes (December 31, 2022).\n\n10. When will I receive my 2022 annual pay credit \nand interest credit?\nYour annual pay credit and interest credit for \nthe 2022 plan year will be added to your account \nin mid-2023. While no further pay credits will \nbe earned, you will continue to receive interest \ncredits annually.\n\n11. Can I move my Cash Balance account to  \nmy 401(k)? \nNo. However, once all DB plans in North \nAmerica are frozen as of December 31, 2025, \nwe will explore options in the future to enable \nemployees to transfer the benefits to their US \n401(k) to give them more control over how these \nfunds are invested.\n\n12. How will I earn retirement benefits in \ntheÂ future?\nWhen your Cash Balance plan freezes  \n(December 31, 2022), you will begin earning all \nfuture retirement benefits through automatic \nand matching company contributions to your \n401(k). You will have flexibility and control over \nhow your retirement savings are invested.\n\n13. Do I have to contribute to my 401(k) to receive \nthe automatic company contribution?\nNo. The automatic company contribution will be \nmade to your 401(k) account based on your years \nof service and your eligible earnings. However, if \nyou do not contribute to your 401(k), you will be \nmissing out on up to 6% additional contributions \nfrom the company.\n\n14. Where can I go for more information?\nIf you have questions, you should attend one of \nthe information sessions being held in October \nand November. \nFor questions about your pension benefits,  \nvisit CF Industries Pension Center online at  \nypr.aon.com/CFIndustries or call 1-866-234-9977 \nMonday through Friday, 9:00 a.m. to 5:00 p.m. CT.\nFor questions about the 401(k), visit Fidelity \nonline at www.netbenefits.com or call  \n1-800-835-5095 Monday through Friday  \nfrom 8:30 a.m. to 8:00Â p.m. ET.\nFor financial planning resources, call an  \nAyco coach at 1-800-527-0012 or access  \nGoldman Sachs Aycoâ€™s digital platform at  \nwww.ayco.com/login/cfindustries.\n\nAnswers to Your Questions (continued)\n\n8\n\n\n\n9\n\nAnnual automatic contribution: a contribution \nmade by CF to your 401(k) each year that is \ndetermined by your length of service and a \npercentage of your eligible earnings. CF makes this \ncontribution with no action or contribution required \nby you.\n\nAnnual interest credit: an amount of money CF \ncontributes each year to your Cash Balance account \nâ€” even after the freeze â€” based on the value of \nyour plan account. The annual interest credit is the \ngreater of 3% or an annual rate equal to the average \nrate of the interest paid on a 10-year Treasury \nsecurity for the November of the prior plan year.\n\nAnnual pay credit: an amount of money CF \ncontributes to your Cash Balance account based \non your years of pension service and the amount \nof your pension-eligible compensation during \nthatÂ year. \n\nCompany-matching contribution: money CF \ncontributes to your 401(k) account if you contribute \nto the plan from your eligible earnings. The \nmaximum annual matching company contribution \nis 6% of your eligible earnings.\n\nEligible earnings: amount of money you earn \nat CF that is considered when determining your \ncompany-provided benefits and the amount you \ncan contribute to your 401(k). Eligible earnings \ninclude base, actual bonus paid (e.g., AIP, VIP), and \nother various earnings â€” for example, scheduled \novertime and shift differential â€” up to a maximum \nof $500,000. \n\nDefined benefit plan: a company-sponsored \nretirement plan where benefits are calculated \nusing a formula that considers completed years of \nservice and eligible annual compensation. The Cash \nBalance pension plan is a defined benefit plan.\n\nDefined contribution plan: a company-sponsored \nretirement plan in which CF and you make \ncontributions to your individual account under the \nplan. The amount CF automatically contributes \nannually considers completed years of service and \neligible annual earnings, while company-matching \ncontributions match the amount you contribute, \nup to 6% annually. The amount in the account \nat distribution includes the contributions and \ninvestment gains or losses. The 401(k) is a defined \ncontribution plan.\n\nFreeze: a pension plan freeze means that benefits \nearned through the freeze date remain; however, \nno additional benefits will be earned in this plan. \nCash Balance participants will continue to earn \ninterest credits after the freeze.\n\nVesting: the process of earning ownership rights to \nyour retirement benefits. When you are vested in \nthe plan, you are entitled to the plan benefit. If you \nare not yet vested in your Cash Balance account, \nfuture service with the company will count towards \nfully vesting in your benefit.\n\nGlossary of Terms\n\n9\n\n\n\nUS/CB v1\n\nThis Guide is intended to provide highlights of certain features of the CF Industries Holdings, Inc. Pension Plan and \nCFÂ Industries Holdings, Inc. 401(k) Plan. The materials herein do not contain all the terms and provisions of the program. \nIf there is a discrepancy between the contents of this Guide and the official legal documents for the program, the official \nlegal documents will govern. CF Industries reserves the right to amend, change or terminate any of its benefit plans, \nprograms, policies or practices at any time. Nothing within the contents of this Guide shall be construed as creating an \nexpress or implied obligation on the part of the Company to maintain such plans, programs, policies or practices. Neither \nreceipt of this packet nor participation in any Company-sponsored benefits is meant to imply an employment contract.\n\nAdvisory services offered by The Ayco Company, L.P. d/b/a Goldman Sachs Ayco Personal Financial Management (â€œAyco \nPersonal Financial Managementâ€ or â€œAycoâ€), a registered investment adviser and an affiliate of Goldman Sachs & Co. LLC \n(â€œGS&Co.â€) and subsidiary of The Goldman Sachs Group, Inc., a worldwide, full-service investment banking, broker-dealer, \nasset management, and financial services organization. Brokerage services are offered through GS&Co. and Mercer Allied \nCompany, L.P. (a limited purpose broker-dealer), both affiliates of Ayco and members FINRA/SIPC.\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13398, 354, '_relevanssi_pdf_content', '\nWhatâ€™s Inside\nWhatâ€™s Changing and Why .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .1\n\nYour Retirement Benefits: Changes at a Glance  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 2\n\nUnderstanding Your Future Retirement Savings Benefit  .  .  .  .  .  .  .  .  .  .  .  .  . 4\n\nUnderstanding Your Defined Benefit (DB) Pension Plan Benefit  .  .  .  .  . 6\n\nAnswers to Your Questions .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .7\n\nGlossary of Terms  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 9\n\nUpdating Our \nRetirement Benefits \nFor US employees earning retirement benefits in the CF Industries Holdings, Inc.  \nPension Plan under the Legacy CF Plan (CF employees hired before January 1,Â 2004) or \nLegacy Terra Plan (Legacy Terra employees hired before July 1, 2003)\n\nOctober 2022\n\n\n\nAs we continue to grow, itâ€™s important that \nwe offer a retirement program that:\n\nâ€¢ Provides a competitive benefit that is \nvalued by employees\n\nâ€¢ Supports employees in building their \nretirement savings\n\nâ€¢ Recognizes and rewards long service \n\nâ€¢ Attracts prospective employees, and\n\nâ€¢ Supports career progression across CF\n\nThis Guide is intended to satisfy the requirements for the issuance of a 204(h) Notice under the Employee Retirement \nIncome Security Act of 1974, as amended (â€œERISAâ€), as well as a Section 4980F Notice under the Internal Revenue Code \nof 1986, as amended. You should take the time to read this Guide carefully and keep it with your copy of the Summary \nPlan Description.\n\n\n\n1\n\nWhatâ€™s Changing and Why\nIt is common practice to regularly review our benefit plans to make sure they \nmeet our employeesâ€™ needs and remain competitive in our industry. Our recent \nreview found that we have an opportunity to update and enhance our North \nAmerica retirement savings program.  As we continue to grow, it\'s vital we \noffer a consistent retirement savings program that is valued by our employees, \nrecognizes and rewards long service, is attractive to prospective candidates and \nsupports career progression across CF.\n\nBeginning January 1, 2026, you will begin earning retirement benefits through \nenhanced company contributions to your 401(k) plan, and you will stop \nearning benefits under the Legacy formula of the CF Industries Holdings, Inc. \nPension Plan (referred to as the DB pension plan). The benefits that you have \nearned through December 31, 2025, are yours to keep and will be available for \nyou, when you retire. \n\nWe remain committed to providing a competitive Total Rewards package, \nincluding retirement benefits that help you build your savings and enhance \nyour financial well-being. This guide will help you better understand how your \ncurrent retirement benefits work, what happens to the benefits you have \nalready earned, and how the enhanced 401(k) will help you continue to build \nyour retirement savings.\n\nWhy is CF updating retirement benefits?\nSeveral factors were considered:\n\nâ€¢ Updated retirement benefit. By moving to a defined contribution (DC)-based retirement savings program, \nwe are aligning our retirement benefits with market practice while continuing to provide the valuable \nbenefits employees expect and deserve .\n\nâ€¢ Investment control. With a DC-based retirement savings program, employees have control over how all of \ntheir retirement benefits are invested . \n\nâ€¢ Market competitiveness. We must remain competitive in the benefits we offer our current employees as \nwell as our future workforce . DC-based retirement benefits have become the norm in how companies are \nproviding retirement benefits to their employees . The updates weâ€™re making align our retirement benefits \nwith whatâ€™s common in the market, and what employees expect from an employer .\n\nSome of the \nterminology in \nthis Guide may be \nnew to you. Please \nreference page 9 for \na glossary ofÂ terms. \n\n1\n\n\n\n2\n\nYour Retirement Benefits: Changes at a Glance\nHereâ€™s a quick look at the updates to our retirement benefits:\n\nPlan Update/change For details\n\n401(k) Plan\n\nNew annual automatic company contribution (effective January 1, 2026)\nThe company will make an automatic contribution to your 401(k) each \nyear equal to a percentage of your eligible earnings; there is no action or \nelection required on your part. Contributions will generally be made the \nquarter following the end of the plan year for participants employed through \nDecemberÂ 31 of the plan year.\n\nSee page 4\n\nExpanded definition of eligible earnings\nBeginning January 1, 2023: Eligible earnings1  for 401(k) contributions will \ninclude actual bonus paid (e.g., AIP, VIP).\n\nBeginning January 1, 2026: This new definition of eligible earnings will also \napply to the automatic company contributions.\n\nInvestment decisions\nYou will have control over how your company contributions are invested, just as \nyou do with your 401(k) contributions and the company-matching contributions.\n\nContinued company-matching contributions\nThe company will continue to match your contributions to the 401(k) â€” dollar for \ndollar â€” up to 6%.\n\nDefined \nBenefit (DB) \npension plan \nunder the \nLegacy CF \nPlan \nand \nLegacy Terra \nPlan\n\nPension plan freeze (December 31, 2025)\nFreezing the plan means that the benefits earned through the freeze date \nremain; however, no additional benefits will be earned in this plan past \nDecember 31, 2025.\n\nBeginning January 1, 2026, you will no longer earn benefits in the DB pension \nplan, all future benefits will be earned in the enhanced 401(k) plan. \n\nSee page 6\nBenefits youâ€™ve earned will remain yours\nBenefits you earn in the DB pension plan through December 31, 2025, are yours \nto keep and will be available to you when you are eligible for early or normal \nretirement.\n\nDetermining your frozen benefit\nThe amount of your benefit will be calculated based on the DB pension plan \nformula, which takes into account your compensation and your years of service \nwith the company on December 31, 2025 (the date of the freeze), as well as your \nage at retirement. If you leave the company before the plan freeze date, your \nbenefit will be calculated at the date of termination, just as it is today.\n\n1 US eligible earnings includes base, actual bonus paid (e.g., AIP, VIP), and other various earnings â€” for example, scheduled \novertime and shift differential â€” up to a maximum of $500,000 USD. To the extent eligible earnings exceed the Internal \nRevenue Code Section 401(a)(17) limit ($305,000 for 2022), certain contributions may be made under a nonqualified \nsavings plan sponsored by CF. You will be notified if you are impacted by this IRS limit and have contributions made under \na nonqualified savings plan.\n\n2\n\n\n\n3\n\nInformation sessions to help \nyou learn more about whatâ€™s \nchanging and how you will earn \nfuture retirement benefits\n\nWhat you can expect now and at the time of the change: \n\nDecember 31, 2025: DB pension \nplan freezes . No future benefits \nearned in the plan, but the \nbenefits you have earned remain \n\nThis Guide to help you understand \nour new retirement benefits\n\nPension calculator to model your \nLegacy pension benefits â€” visit the \nCF Industries Pension Center online \nat ypr.aon.com/CFIndustries\n\nJanuary 1, 2026: New \nretirement benefits begin \nin your 401(k) plan with \nautomatic and company-\nmatching contributions based \non your years of service and \neligible earnings\n\nJanuary 1, 2023: Expanded \ndefinition of eligible earnings \napplies to 401(k) company-\nmatching contributions, \nwhich provides a greater \nopportunity to save\n\nFirst annual company \ncontribution made  \n\nto your 401(k)\n\nOctober \n2022\n\nNovember \n2022\n\nDecember \n2022\n\n2023 2024 2025 2026 2027\n\n33\n\n\n\n4\n\nExpanded definition of eligible earnings\n\nBeginning January 1, 2023: Eligible earnings for 401(k) \ncontributions will include actual bonus paid (e.g., AIP, VIP)3.\n\nBeginning January 1, 2026: This new definition of \neligible earnings will also apply to the automatic \ncompany contributions.\n\nUS eligible earnings include up to a maximum of \n$500,000 USD.\n\nHow much can I contribute to my 401(k)?\n\nYour combined pre-tax and Roth 401(k) contributions are \nsubject to an annual limit, which is $20,500 in 2022. If you \nare age 50 or older, you may contribute up to an additional \n$6,500 for a total of $27,000. You can change your 401(k) \ncontribution election at any time during the year, but \nmake sure you contribute enough to get the full company \nmatch. If you stop making contributions for any reason, \nthe company-matching contributions will stop too.\n\nUnderstanding Your Future Retirement Savings Benefit\nBeginning January 1, 2026, in addition to the 401(k) company match, you will earn future retirement \nbenefits through a new annual automatic company contribution to your 401(k). This contribution will be \nbased on your years of service and your eligible earnings as shown in the chart below. \n\nYou will also continue to receive company-matching contributions of 100% on the first 6% of eligible \nearnings you contribute to your 401(k) each pay period.\n\nYour 401(k) Company Contribution Opportunity\n\nYears of service\nYour annual company \n\ncontribution\n\nMaximum company-\nmatching contribution2  \n\n(per pay period)\nTotal potential company \n\ncontribution annually\n\nLess than 5 years 4%\n\n+\n\n6%\n\n=\n\n10%\n\n5 â€“ 9 years 5% 6% 11%\n\n10 â€“ 14 years 6% 6% 12%\n\n15 or more years 7% 6% 13%\n\n2 Assumes you contribute at least 6% of pay to receive the maximum company match.\n\n3 CF Industries reserves the right to amend, change or terminate any of its benefit plans, programs, policies or practices at any time.\n\n4\n\n\n\n5\n\nFinancial planning resourcesâ€¦ at no cost to you!\n\nYou can contact an Ayco financial coach to discuss the impact that the new retirement program will \nhave on your financial plan. Aycoâ€™s experienced financial professionals are available to help you maximize \nthe value of your benefits and deliver personalized financial guidance. \n\nYou can engage on your terms, when and how it is most convenient for you, either by working with an \nAyco coach or using their digital tools, trackers, and resources. Coaches are backed by the power of \nGoldman Sachs and provide objective and confidential guidance â€” at no cost you.\n\nCall an Ayco coach at 1-800-527-0012 or access Goldman Sachs Aycoâ€™s digital platform at \nwww.ayco.com/login/cfindustries. \n\nHow your 401(k) works: Beginning January 1, 2026\n\nCurrent \n401(k) \n\nbalance +\nAnnual \n\nautomatic \ncompany \n\ncontribution\n+ Your contributions +\n\nCompany- \nmatching \n\ncontributions +\nInvestment \n\ngains or \nlosses\n\n= New 401(k) balance\n\nThe money in your 401(k) account is yours\n\nYour contributions to your 401(k) and any \ninvestment gains or losses are always yours and \nyou can take them with you, wherever your career \ntakes you. The companyâ€™s automatic and matching \ncontributions and their associated investment gains \nor losses are yours once vested:\n\nâ€¢ You become vested in the companyâ€™s annual \nautomatic contributions and the associated \ninvestment gains/losses on these contributions \nafter 3 years of service (includes service prior to \nwhen the changes take effect in 2026). \n\nâ€¢ You become vested in the company-matching \ncontributions and the associated investment \ngains/losses on these contributions after 2 years \nofÂ service (includes prior service).\n\n401(k) investment choices\n\nYou choose how you want the savings in your  \n401(k) invested. If you donâ€™t choose an investment \noption, your account will be invested in the target \ndate fund for your assumed retirement age. You \ncan see and choose your investment options by \ncontacting Fidelity online at www.netbenefits.com \nor calling 1-800-835-5095 Monday through Friday \nfrom 8:30 a.m. to 8:00 p.m. ET.\n\nNew!\n\n5\n\n\n\n6\n\nUnderstanding Your Current Defined Benefit (DB) \nPension Plan Benefit\nThe Legacy pension plan is a defined benefit plan, which means CF calculates a â€œdefinedâ€ monthly benefit that \nyou will be eligible to receive during retirement. The monthly benefit is calculated at the time you leave the \ncompany or when the plan freezes (December 31, 2025), whichever comes first. Based on the DB pension plan \nformula â€• the calculation takes into account your compensation and your years of service with the company on \nDecember 31, 2025 (the date of the freeze), as well as your age at retirement.\n\nWhile you will earn future retirement benefits through the enhanced 401(k) starting January 1, 2026, your \npension benefit that you earn through December 31, 2025, will still make up a portion of your retirement income, \nso itâ€™s important to understand how it works. Letâ€™s take a closer look at how your pension benefit is calculated:\n\nHow the DB pension plan worksâ€¦ Legacy CF Formula\n\n  \n\nHow the DB pension plan worksâ€¦ Legacy Terra Formula\n\n  \n\n1.75%\n\nX\n\n5-year highest average \nannual earnings\n\nX\n\nProjected benefit \nservice at age 65\n\nminus\n\n0.58%\n\nX\n\nLesser of 3-year final \naverage annual \n\nearnings (not in excess \nof the Social Security \nTaxable Wage Base) \nor 125% of covered \n\ncompensation\n\nX\n\nProjected benefit \nservice at age 65 \n\n(maximum 35 years)\n\ntimes\nRatio of benefit service \n\nto projected benefit \nservice at age 65 \n\n=\nAnnual single life \nannuity benefit \n(divided by 12 for \n\nmonthly payments)\n\n1.55%\n\nX\n\n5-year highest average monthly \nearnings\n\nX\n\nProjected benefit service at age \n65\n\nminus\n\n0.6%\n\nX\n\n5-year highest average monthly \nearnings not to exceed covered \n\ncompensation \n\nX\n\nProjected benefit service not to \nexceed 35 years \n\n= Monthly single life annuityÂ benefit \n\nTo see the value of your Legacy pension benefit and model future projections, visit the pension \ncalculator at the CF Industries Pension Center online at ypr.aon.com/CFIndustries.\n\n6\n\n\n\n7\n\n1. Why is CF making these changes?\nWe regularly review our benefit plans to make \nsure they meet our employeesâ€™ needs and \nremain competitive in our industry. Our review \nfound that we have an opportunity to update \nand harmonize our retirement benefits so that \nall current and future employees will have the \nopportunity to build their retirement savings.\n\n2. Who is affected by the update to our benefits?\nAs we harmonize our retirement benefits, all \ncurrent and future employees across North \nAmerica will have the opportunity to begin \nearning future retirement benefits through  \nour enhanced US 401(k) or Canadian DC  \nplan. This transition will take place between \nJanuaryÂ 1, 2023, and January 1, 2026, depending \non the participantâ€™s current retirement plan. \n\n3. Are our new benefits competitive?\nYes. We benchmark our benefit plans with \ncompanies similar to ours to help us make sure \nour benefits are competitive with those offered \nby companies with which we compete for talent.\n\n4. Will CF save money as a result of these \nchanges?\nThe design of the new program is not a  \ncost-saving exercise. Rather, our goal is to \nprovide a more modern plan design that is \nvalued by our employees, recognizes and \nrewards long service, and supports career \nprogression across CF.\n\nAnswers to Your Questions\n\nStarting benefits before age 65â€¦ early retirement\n\nWhile normal retirement is age 65 (when you can begin \nreceiving the full value of your benefit), you can begin \nyour benefit as early as age 55. If you begin receiving \nbenefits before age 65, your monthly benefit will be \nreduced because you will receive payments over a \nlonger period of time. \n\nWhat is included in average earnings?\n\nâ€¢ Legacy CF Formula: Base salary, Annual Incentive Plan \n(AIP) bonus awards\n\nâ€¢ Legacy Terra Formula: Base salary, overtime, \ncommissions\n\nWhat these changes mean for you\nBeginning on January 1, 2026, your DB pension plan \nwill be frozen and you\'ll start earning benefits in your \nenhanced 401(k). So, what does that really mean for \nyour retirement benefits?\n\nâ€¢ Starting next year, contributions to your 401(k) \nwill be based on the expanded definition of \neligible earnings.\n\nâ€¢ You have control over how all of your future \nbenefits are invested.\n\nâ€¢ Your Legacy pension benefits will stop accruing \non December 31, 2025. â€œFreezingâ€ the DB pension \nplan means that you wonâ€™t earn benefits in that \nplan after December 31, 2025 â€” your benefit \nwill take into account your compensation and \nyour years of service with the company through \nDecember 31, 2025 (the date of the freeze).\n\nâ€¢ Benefits earned through December 31, 2025, will \nbe available to you when you retire. While you will \nstop earning benefits in the DB pension plan after \nDecember 31, 2025, the benefits you have earned \nthrough that date are yours and will be available \nto you when you are eligible for early or normal \nretirement.\n\nQuestions about the change \n\n7\n\n\n\n8\n\n5. What changes are being made to my benefits?\nBeginning January 1, 2026, you will earn \nretirement benefits through enhanced company \ncontributions to your 401(k) plan, and you will \nstop earning benefits in the defined benefit (DB) \npension plan. The benefits that you have earned \nthrough December 31, 2025, are yours to keep and \nwill be available when you retire or are otherwise \neligible to begin your benefits. \nPlus, beginning January 1, 2023, an expanded \ndefinition of eligible earnings for the 401(k) that \nincludes actual bonus (e.g., AIP, VIP) can help you \nsave more for retirement. This new definition of \neligible earnings will also apply to the automatic \ncompany contributions starting in 2026.\n\n6. What is a â€œfrozenâ€ pension plan?\nA frozen pension plan means that earned \nbenefits remain; however, you will not earn any \nadditional benefits in this plan. You can receive \nthe benefits you have earned prior to the plan \nfreeze (December 31, 2025) when you retire or are \notherwise eligible to begin your benefits.\n\n7. Why do some pension plan benefits freeze \nlater than others?\nTo recognize the long service of employees \nparticipating in Legacy pension plans, the \ncompany is keeping these plans active for up to \nthree additional years.\n\n8. What happens to the pension benefits I \nalready earned?\nBenefits you earn in the DB pension plan through \nDecember 31, 2025, are yours to keep and will be \navailable to you when you are eligible for early or \nnormal retirement. Beginning JanuaryÂ 1,Â 2026, \nyou will no longer earn benefits in the DB \npension plan.\n\n9. How will my final DB pension plan benefit be \ndetermined?\nThe amount of your benefit will be calculated \nbased on your DB pension plan formula â€• \nwhich takes into account your compensation \nand your years of service with the company on \nDecemberÂ 31,Â 2025 (the date of the freeze), as well \nas your age at retirement.\n\n10. What happens if I retire early?\nIf you choose to start receiving your frozen \nbenefit before normal retirement age (age 65), \nyour benefit will be reduced to account for the \nlonger period of time youâ€™ll receive payments.\n\n11. How will I earn retirement benefits in \ntheÂ future?\nWhen your Legacy pension plan freezes  \n(December 31, 2025), you will begin earning all \nfuture retirement benefits through automatic \nand company-matching contributions to your \n401(k). You will have flexibility and control over \nhow your retirement savings are invested.\n\n12. Do I have to contribute to my 401(k) to receive \nthe automatic company contribution?\nNo. The automatic company contribution will be \nmade to your 401(k) account based on your years \nof service and your eligible earnings. However, if \nyou do not contribute to your 401(k), you will be \nmissing out on up to 6% additional contributions \nfrom the company.\n\n13. Where can I go for more information?\nIf you have questions, you should attend one of \nthe information sessions being held in October \nand November. \nFor questions about your pension benefits,  \nvisit CF Industries Pension Center online at  \nypr.aon.com/CFIndustries or call 1-866-234-9977 \nMonday through Friday, 9:00 a.m. to 5:00 p.m. CT.\nFor questions about the 401(k), visit Fidelity \nonline at www.netbenefits.com or call  \n1-800-835-5095 Monday through Friday  \nfrom 8:30 a.m. to 8:00Â p.m. ET.\nFor financial planning resources, call an  \nAyco coach at 1-800-527-0012 or access  \nGoldman Sachs Aycoâ€™s digital platform at  \nwww.ayco.com/login/cfindustries.\n\nAnswers to Your Questions (continued)\n\nQuestions about your benefits\n\n8\n\n\n\n9\n\nAnnual automatic contribution: a contribution \nmade by CF to your 401(k) each year that is \ndetermined by your length of service and a \npercentage of your eligible earnings. CF makes this \ncontribution with no action or contribution required \nby you.\n\nCompany-matching contribution: money CF \ncontributes to your 401(k) account if you contribute \nto the plan from your eligible earnings. The \nmaximum annual company-matching contribution \nis 6% of your eligible earnings.\n\nCovered compensation: covered compensation â€” \nthe total amount of an employee\'s pay that counts \ntoward the calculation of retirement benefits, as \ndefined by the Internal Revenue Service (IRS) â€” is \nthe average of the Social Security annual wage \nbase for 35 years before you become eligible for \nunreduced Social Security benefits (age 65, 66 \nor 67, depending on your year of birth). Covered \ncompensation is based on the year you were born, \nand it changes in value each year.\n\nEligible earnings: amount of money you earn \nat CF that is considered when determining your \ncompany-provided benefits and the amount you \ncan contribute to your 401(k). Eligible earnings \ninclude base, actual bonus paid (e.g., AIP, VIP), and \nother various earnings â€” for example, scheduled \novertime and shift differential â€” up to a maximum \nof $500,000. \n\nDefined benefit plan: a company-sponsored \nretirement plan where benefits are calculated using \na formula that considers completed years of service \nand eligible annual compensation. The Legacy CF \nand Legacy Terra pension plans are defined benefit \nplans.\n\nDefined contribution plan: company-sponsored \nretirement plan in which CF and you make \ncontributions to your individual account under the \nplan. The amount CF automatically contributes \nannually considers completed years of service and \neligible annual earnings, while company-matching \ncontributions match the amount you contribute, \nup to 6% annually. The amount in the account \nat distribution includes the contributions and \ninvestment gains or losses. The 401(k) is a defined \ncontribution plan.\n\nFreeze: a pension plan freeze means that benefits \nearned through the freeze date remain; however, \nno additional benefits will be earned in this plan. \n\nVesting: the process of earning ownership rights to \nyour retirement benefits. When you are vested in \nthe plan, you are entitled to the plan benefit. \n\nGlossary of Terms\n\n9\n\n\n\nUS/Legacy v2\n\nThis Guide is intended to provide highlights of certain features of the CF Industries Holdings, Inc. Pension Plan and \nCFÂ Industries Holdings, Inc. 401(k) Plan. The materials herein do not contain all the terms and provisions of the program. \nIf there is a discrepancy between the contents of this Guide and the official legal documents for the program, the official \nlegal documents will govern. CF Industries reserves the right to amend, change or terminate any of its benefit plans, \nprograms, policies or practices at any time. Nothing within the contents of this Guide shall be construed as creating an \nexpress or implied obligation on the part of the Company to maintain such plans, programs, policies or practices. Neither \nreceipt of this packet nor participation in any Company-sponsored benefits is meant to imply an employment contract.\n\nAdvisory services offered by The Ayco Company, L.P. d/b/a Goldman Sachs Ayco Personal Financial Management (â€œAyco \nPersonal Financial Managementâ€ or â€œAycoâ€), a registered investment adviser and an affiliate of Goldman Sachs & Co. LLC \n(â€œGS&Co.â€) and subsidiary of The Goldman Sachs Group, Inc., a worldwide, full-service investment banking, broker-dealer, \nasset management, and financial services organization. Brokerage services are offered through GS&Co. and Mercer Allied \nCompany, L.P. (a limited purpose broker-dealer), both affiliates of Ayco and members FINRA/SIPC.\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13399, 355, '_relevanssi_pdf_content', '\nWhatâ€™s Inside\nWhatâ€™s Changing and Why .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .1\n\nYour Retirement Benefits: Changes at a Glance  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 2\n\nUnderstanding Your Future Retirement Savings Benefit  .  .  .  .  .  .  .  . 4\n\nUnderstanding Your Cash Balance Benefit .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 6\n\nAnswers to Your Questions .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .7\n\nGlossary of Terms  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  . 9\n\nUpdating Our \nRetirement Benefits \nFor Section 16 Officers earning retirement benefits under the Cash Balance formula \nof the CF Industries Holdings, Inc. Pension Plan (hired on or after January 1, 2004 and \nlegacy Terra employees hired on or after July 1, 2003)\n\nOctober 2022\n\n\n\nAs we continue to grow, itâ€™s important that \nwe offer a retirement program that:\n\nâ€¢ Provides a competitive benefit that is \nvalued by employees\n\nâ€¢ Supports employees in building their \nretirement savings\n\nâ€¢ Recognizes and rewards long service \n\nâ€¢ Attracts prospective employees, and\n\nâ€¢ Supports career progression across CF\n\nThis Guide is intended to satisfy the requirements for the issuance of a 204(h) Notice under the Employee Retirement \nIncome Security Act of 1974, as amended (â€œERISAâ€), as well as a Section 4980F Notice under the Internal Revenue Code \nof 1986, as amended. You should take the time to read this Guide carefully and keep it with your copy of the Summary \nPlan Description.\n\n\n\n1\n\nWhatâ€™s Changing and Why\nIt is common practice to regularly review our benefit plans to make sure they meet \nour employeesâ€™ needs and remain competitive in our industry. Our recent review \nfound that we have an opportunity to update and enhance our North America \nretirement savings program.  As we continue to grow, it\'s vital we offer a competitive \nretirement savings program that is valued by our employees, recognizes and rewards \nlong service, is attractive to prospective candidates and supports career progression \nacross CF.\n\nBeginning January 1, 2023, you will earn retirement benefits through an enhanced \ncompany contribution to your 401(k) plan, and you will stop earning benefits under \nthe Cash Balance formula of the CF Industries Holdings, Inc. Pension Plan. The Cash \nBalance benefits that you have already earned through December 31, 2022, are yours \nto keep once vested and will be available to you when you leave the company. \n\nWhile you will no longer earn annual pay credits, your Cash Balance plan account \nbalance will continue to grow with annual interest credits. If you are not yet 100% \nvested, you will continue to earn vesting service until you reach three years of service \nwith CF.\n\nWe remain committed to providing a competitive Total Rewards package, including \nretirement benefits that help you build your savings and enhance your financial \nwell-being. This guide will help you better understand how your current retirement \nbenefits work, what happens to the benefits you have already earned, and how the \nenhanced 401(k) will help you continue to build your retirement savings.\n\nWhy is CF updating retirement benefits?\nSeveral factors were considered:\n\nâ€¢ Updated retirement benefit. By moving to a defined contribution (DC)-based retirement savings program, \nwe are aligning our retirement benefits with market practice while continuing to provide the valuable \nbenefits employees expect and deserve .\n\nâ€¢ Investment control. With a DC-based retirement savings program, employees have control over how all of \ntheir retirement benefits are invested . This also makes it more attractive for potential employees to join CF .\n\nâ€¢ Market competitiveness. We must remain competitive in the benefits we offer our current employees as \nwell as our future workforce . DC-based retirement benefits have become the norm in how companies are \nproviding retirement benefits to their employees . The updates weâ€™re making align our retirement benefits \nwith whatâ€™s common in the market, and what potential employees expect from an employer .\n\nSome of the \nterminology \nin this Guide \nmay be new \nto you. Please \nreference page \n9 for a glossary \nofÂ terms. \n\n1\n\n\n\n2\n\nYour Retirement Benefits: Changes at a Glance\nHereâ€™s a quick look at the updates to our retirement benefits:\n\nPlan Update/change For details\n\n401(k) Plan\n\nNew annual automatic company contribution (effective January 1, 2023)\nThe company will make an annual contribution to your 401(k) each year equal to \na percentage of your eligible earnings1; there is no action or election required on \nyour part. Contributions will generally be made in the first quarter following the \nend of the plan year for participants employed through December 31 of the plan \nyear.\n\nSee page 4Investment decisions\nYou will have control over how your company contributions are invested, just as \nyou do with your 401(k) contributions and the company-matching contributions.\n\nContinued company-matching contributions\nThe company will continue to match your contributions to the 401(k) dollar for \ndollar up to 6%.\n\nCash Balance \nPlan\n\nPension plan freeze (December 31, 2022) \nFreezing the Cash Balance plan means that the benefits earned through the \nfreeze date remain; however, no additional benefits will be earned under the \nCash Balance plan, with the exception of the annual interest credits.\n\nBeginning on January 1, 2023, you will no longer earn annual pay credits, all \nfuture benefits will be earned in the enhanced 401(k) plan.\n\nSee page 6\n\nBenefits youâ€™ve earned will remain yours\nYour Cash Balance account balance as of December 31, 2022, is yours to keep \nonce you become 100% vested (after three years of service). It will continue to \ngrow with annual interest credits.\n\nDetermining your frozen benefit\nThe amount of your benefit will be based on your Cash Balance account \nbalance as of December 31, 2022, plus annual interest credits applied to your \naccount.\n\nEarning service towards vesting\nBeing â€œvestedâ€ in a benefit means that you own that benefit. If you are not \nvested in the Cash Balance benefit yet because youâ€™ve been with CF less than \nthree years, your future service with the company will count towards vesting.\n\n1 Base salary is the only compensation considered eligible earnings for Section 16 Officers -- the full base salary is \nconsidered, with no maximum. Incentive compensation is not included. To the extent eligible earnings exceed the Internal \nRevenue Code Section 401(a)(17) limit ($305,000 for 2022), certain contributions may be made under a nonqualified \nsavings plan sponsored by CF. If eligible, you will receive information about enrolling in the non-qualified plan in December.\n\n2\n\n\n\n3\n\nWhat you can expect now and at the time of the change: \n\nDecember 31, 2022: Cash Balance plan \nfreezes and no future benefits earned in \nthe plan, but the benefits you have earned \nremain, and you\'ll continue to earn annual \ninterest credits after the freeze\n\nInformation sessions to help \nyou learn more about whatâ€™s \nchanging and how you will earn \nfuture retirement benefits\n\nThis Guide to help you understand \nour new retirement benefits\n\nCash Balance calculator to model  \nyour pension benefits â€” visit the  \nCF Industries Pension Center online \nat ypr.aon.com/CFIndustries January 1, 2023: New \n\nretirement benefits begin\n\nFirst annual \nautomatic company \ncontribution made  \nto your 401(k)\n\nOctober 2022 November 2022 December 2022 2023 2024\n\n33\n\n\n\n4\n\nHow much can I contribute to my 401(k)?\n\nYour combined pre-tax and Roth 401(k) contributions are \nsubject to an annual limit, which is  $20,500 in 2022. If you \nare age 50 or older, you may contribute up to an additional \n$6,500 for a total of $27,000. You can change your 401(k) \ncontribution election at any time during the year, but \nmake sure you contribute enough to get the full company \nmatch. If you stop making contributions for any reason, the \ncompany-matching contributions will stop too.\n\nUnderstanding Your Future Retirement Savings Benefit\nBeginning January 1, 2023, in addition to the 401(k) company match, you will earn future retirement benefits \nthrough a new annual automatic company contribution to your 401(k). This contribution will be based on \nyour years of service and your eligible earnings as shown in the chart below. \n\nYou will also continue to receive company-matching contributions of 100% on the first 6% of eligible \nearnings you contribute to your 401(k) each pay period.\n\nYour 401(k) Company Contribution Opportunity\n\nYears of service\nYour annual company \n\ncontribution\n\nMaximum company-\nmatching contribution2  \n\n(per pay period)\nTotal potential company \n\ncontribution earnings\n\nLess than 5 years 4%\n\n+\n\n6%\n\n=\n\n10%\n\n5 â€“ 9 years 5% 6% 11%\n\n10 â€“ 14 years 6% 6% 12%\n\n15 or more years 7% 6% 13%\n\n2 Assumes you contribute at least 6% of pay to receive the maximum company match.\n\n3 CF Industries reserves the right to amend, change or terminate any of its benefit plans, programs, policies or practices at any time.\n\n4\n\n\n\n5\n\nFinancial planning resourcesâ€¦ at no cost to you!\n\nYou can contact an Ayco financial coach to discuss the impact that the new retirement program will \nhave on your financial plan. Aycoâ€™s experienced financial professionals are available to help you maximize \nthe value of your benefits and deliver personalized financial guidance. \n\nYou can engage on your terms, when and how it is most convenient for you, either by working with an \nAyco coach or using their digital tools, trackers, and resources. Coaches are backed by the power of \nGoldman Sachs and provide objective and confidential guidance â€” at no cost you.\n\nCall an Ayco coach at 1-800-527-0012 or access Goldman Sachs Aycoâ€™s digital platform at \nwww.ayco.com/login/cfindustries. \n\nHow your 401(k) works: Beginning January 1, 2023\n\nCurrent \n401(k) \n\nbalance +\nAnnual \n\nautomatic \ncompany \n\ncontribution\n+ Your contributions +\n\nCompany- \nmatching \n\ncontributions +\nInvestment \n\ngains or \nlosses\n\n= New 401(k) balance\n\nThe money in your 401(k) account is yours \nonce vested\n\nYour contributions to your 401(k) and any \ninvestment gains or losses are always yours and \nyou can take them with you, wherever your career \ntakes you. The companyâ€™s automatic and matching \ncontributions and their associated investment gains \nor losses are yours once vested:\n\nâ€¢ You become vested in the companyâ€™s annual \nautomatic contributions and the associated \ninvestment gains/losses on these contributions \nafter 3 years of service (includes service prior to \nJanuary 1, 2023). \n\nâ€¢ You become vested in the company-matching \ncontributions and the associated investment \ngains/losses on these contributions after 2 years \nofÂ service (includes service prior to January 1, 2023).\n\n401(k) investment choices\n\nYou choose how you want the savings in your 401(k) \ninvested. If you donâ€™t choose an investment option, \nyour account will be invested in the target date \nfund for your assumed retirement age. You can see \nand choose your investment options by contacting \nFidelity online at www.netbenefits.com or calling \n1-800-835-5095 Monday through Friday from 8:30 \na.m. to 8:00 p.m. ET.\n\nNew!\n\n5\n\n\n\n6\n\nUnderstanding Your Current Cash Balance Benefit\nThe Cash Balance plan is a defined benefit pension plan, which means CF calculates a â€œdefinedâ€ monthly \nbenefit that you will be eligible to receive during retirement. The monthly benefit is based on your Cash \nBalance account value at the time you start receiving payment.\n\nWhile you will earn future retirement benefits through the 401(k), your Cash Balance account value that you \nearn through December 31, 2022, plus annual interest credits, will still make up a portion of your retirement \nincome, so itâ€™s important to understand how it works. Letâ€™s take a closer look at how your Cash Balance \naccount is calculated:\n\nHow the Cash Balance plan worksâ€¦ the annual calculation\nAccount balance at the \nbeginning of the year + Annual interest credit (added following year end) + Annual pay credit (added following year end) = Account balance at the end of the year\n\nYou will continue to \nreceive annual interest \ncredits even after the \nCash Balance plan freezes\n\nYour final annual pay \ncredit will be added in \n2023 for the 2022 plan \nyear â€” no further pay \ncredits will be earned in \nthe future\n\nWhat these changes mean for you\nBeginning on January 1, 2023, your Cash Balance plan benefit will be frozen and you\'ll start earning benefits \nin your enhanced 401(k). So, what does that really mean for your retirement benefits?\n\nâ€¢ You have control over how all of your future benefits are invested. \nâ€¢ Your pension benefits will stop accruing on December 31, 2022. â€œFreezingâ€ the Cash Balance plan \n\nmeans that you wonâ€™t earn annual pay credits in that plan after December 31, 2022. However, your Cash \nBalance account will continue to grow with annual interest credits.\n\nâ€¢ Benefits earned through December 31, 2022, will be available to you when you leave the company. \nWhile you will stop earning annual pay credits after December 31, 2022, all vested benefits are yours.\n\nâ€¢ You will continue to earn service towards vesting. If you are not yet vested in the Cash Balance plan \nbecause you have been with the company less than three years, your future service with the company will \ncount towards vesting fully in your benefits.\n\nTo see the value of your Cash Balance plan benefit and model \nfuture projections, visit the pension calculator at the CFÂ Industries \nPension Center online at ypr.aon.com/CFIndustries.\n\n6\n\n\n\n7\n\nQuestions about the change\n1. Why is CF making these changes?\n\nWe regularly review our benefit plans to make \nsure they meet our employeesâ€™ needs and \nremain competitive in our industry. Our review \nfound that we have an opportunity to update \nand harmonize our retirement benefits so that \nall current and future employees will have the \nopportunity to build their retirement savings.\n\n2. Who is affected by the update to our benefits?\nAs we harmonize our retirement benefits, all \ncurrent and future employees across North \nAmerica will have the opportunity to begin \nearning future retirement benefits through  \nour enhanced US 401(k) or Canadian DC  \nplan. This transition will take place between \nJanuaryÂ 1, 2023, and January 1, 2026, depending \non the participantâ€™s current retirement plan. \n\n3. Are our new benefits competitive?\nYes. We benchmark our benefit plans with \ncompanies similar to ours to help us make sure \nour benefits are competitive with those offered \nby companies with which we compete for talent.\n\n4. Will CF save money as a result of these \nchanges?\nThe design of the new program is not a  \ncost-saving exercise. Rather, our goal is to \nprovide a more modern plan design that is \nvalued by our employees, recognizes and \nrewards long service, is attractive to prospective \ncandidates and supports career progression \nacross CF.\n\nQuestions about your benefits\n5. What changes are being made to my benefits?\n\nBeginning January 1, 2023, you will earn \nretirement benefits through enhanced  \ncompany contributions to your 401(k) plan,  \nand you will stop earning benefits in the Cash \nBalance plan (your plan will be frozen). The  \nCash Balance benefits that you have earned \nthrough DecemberÂ 31,Â 2022, are yours to keep \nonce vested and will be available to you when  \nyou leave the company.\nWhile you will no longer earn annual pay credits, \nyour Cash Balance account will continue to grow \nwith annual interest credits. If you are not yet 100% \nvested, you will continue to earn vesting service \nuntil you reach three years of service with CF.\n\n6. What is a â€œfrozenâ€ pension plan?\nA frozen pension plan means that the benefits \nearned through the freeze date remain; however, \nno additional benefits will be earned in this \nplan. With the Cash Balance plan, your account \nbalance will continue to grow with annual \ninterest credits. After you leave the company, you \ncan receive the benefits you have earned prior to \nthe plan freeze (December 31, 2022). \n\n7. What happens to the pension benefits I have \nalready earned?\nBenefits you earn in the Cash Balance plan \nthrough December 31, 2022, are yours to keep \nonce you are vested and will be available to \nyou when you leave the company. Beginning \nJanuaryÂ 1, 2023, you will no longer earn benefits  \nin the Cash Balance plan; however, your benefit \nwill continue to grow through annual interest \ncredits beyond the freeze.\n\nAnswers to Your Questions\n\n7\n\n\n\n8\n\n8. How will my final Cash Balance benefit  \nbe determined?\nThe amount of your benefit from the pension \nplan will be determined by the value of your \nindividual Cash Balance account on December \n31, 2022 (the date of the freeze), plus additional \nannual interest credits applied to your account \nfor each year until you start receiving payment.\n\n9. How are annual pay credits determined?\nYou receive pay credits based on your years of \npension service and the amount of your pension-\neligible compensation during that year, as follows:\n\nCompleted years of \npension plan service  \non the last day of the \nplan year\n\nPay credit for the \ncalendar year (as a \npercentage of pension-\neligible compensation)\n\nUnder 5 years 4%\n\n5 but under 10 years 5%\n\n10 but under 15 years 6%\n\n15 or more years 7%\n\nThis contribution will end when the Cash Balance \nplan freezes (December 31, 2022).\n\n10. When will I receive my 2022 annual pay credit \nand interest credit?\nYour annual pay credit and interest credit for \nthe 2022 plan year will be added to your account \nin mid-2023. While no further pay credits will \nbe earned, you will continue to receive interest \ncredits annually.\n\n11. Can I move my Cash Balance account to  \nmy 401(k)? \nNo. However, once all DB plans in North \nAmerica are frozen as of December 31, 2025, \nwe will explore options in the future to enable \nemployees to transfer the benefits to their US \n401(k) to give them more control over how these \nfunds are invested.\n\n12. How will I earn retirement benefits in \ntheÂ future?\nWhen your Cash Balance plan freezes  \n(December 31, 2022), you will begin earning all \nfuture retirement benefits through automatic \nand company-matching contributions to your \n401(k). You will have flexibility and control over \nhow your retirement savings are invested.\n\n13. Do I have to contribute to my 401(k) to receive \nthe automatic company contribution?\nNo. The automatic company contribution will be \nmade to your 401(k) account based on your years \nof service and your eligible earnings. However, if \nyou do not contribute to your 401(k), you will be \nmissing out on up to 6% additional contributions \nfrom the company.\n\n14. Where can I go for more information?\nIf you have questions, you should attend one of \nthe information sessions being held in October \nand November. \nFor questions about your pension benefits,  \nvisit CF Industries Pension Center online at  \nypr.aon.com/CFIndustries or call 1-866-234-9977 \nMonday through Friday, 9:00 a.m. to 5:00 p.m. CT.\nFor questions about the 401(k), visit Fidelity \nonline at www.netbenefits.com or call  \n1-800-835-5095 Monday through Friday  \nfrom 8:30 a.m. to 8:00Â p.m. ET.\nFor financial planning resources, call an  \nAyco coach at 1-800-527-0012 or access  \nGoldman Sachs Aycoâ€™s digital platform at  \nwww.ayco.com/login/cfindustries.\n\nAnswers to Your Questions (continued)\n\n8\n\n\n\n9\n\nAnnual automatic contribution: a contribution \nmade by CF to your 401(k) each year that is \ndetermined by your length of service and a \npercentage of your eligible earnings. CF makes this \ncontribution with no action or contribution required \nby you.\n\nAnnual interest credit: an amount of money CF \ncontributes each year to your Cash Balance account \nâ€” even after the freeze â€” based on the value of \nyour plan account. The annual interest credit is the \ngreater of 3% or an annual rate equal to the average \nrate of the interest paid on a 10-year Treasury \nsecurity for the November of the prior plan year.\n\nAnnual pay credit: an amount of money CF \ncontributes to your Cash Balance account based \non your years of pension service and the amount \nof your pension-eligible compensation during \nthatÂ year. \n\nCompany-matching contribution: money CF \ncontributes to your 401(k) account if you contribute \nto the plan from your eligible earnings. The \nmaximum annual company-matching contribution \nis 6% of your eligible earnings.\n\nEligible earnings: amount of money you earn \nat CF that is considered when determining your \ncompany-provided benefits and the amount \nyou can contribute to your 401(k). Base salary \nis the only compensation considered eligible \nearnings for Section 16 Officers â€” the full base \nsalary is considered, with no maximum. Incentive \ncompensation is not included.\n\nDefined benefit plan: a company-sponsored \nretirement plan where benefits are calculated \nusing a formula that considers completed years of \nservice and eligible annual compensation. The Cash \nBalance pension plan is a defined benefit plan.\n\nDefined contribution plan: a company-sponsored \nretirement plan in which CF and you make \ncontributions to your individual account under the \nplan. The amount CF automatically contributes \nannually considers completed years of service and \neligible annual earnings, while company-matching \ncontributions match the amount you contribute, \nup to 6% annually. The amount in the account \nat distribution includes the contributions and \ninvestment gains or losses. The 401(k) is a defined \ncontribution plan.\n\nFreeze: a pension plan freeze means that benefits \nearned through the freeze date remain; however, \nno additional benefits will be earned in this plan. \nCash Balance participants will continue to earn \ninterest credits after the freeze.\n\nVesting: the process of earning ownership rights to \nyour retirement benefits. When you are vested in \nthe plan, you are entitled to the plan benefit. If you \nare not yet vested in your Cash Balance account, \nfuture service with the company will count towards \nfully vesting in your benefit.\n\nGlossary of Terms\n\n9\n\n\n\nUS/CB Section 16 v6\n\nThis Guide is intended to provide highlights of certain features of the CF Industries Holdings, Inc. Pension Plan and \nCFÂ Industries Holdings, Inc. 401(k) Plan. The materials herein do not contain all the terms and provisions of the program. \nIf there is a discrepancy between the contents of this Guide and the official legal documents for the program, the official \nlegal documents will govern. CF Industries reserves the right to amend, change or terminate any of its benefit plans, \nprograms, policies or practices at any time. Nothing within the contents of this Guide shall be construed as creating an \nexpress or implied obligation on the part of the Company to maintain such plans, programs, policies or practices. Neither \nreceipt of this packet nor participation in any Company-sponsored benefits is meant to imply an employment contract.\n\nAdvisory services offered by The Ayco Company, L.P. d/b/a Goldman Sachs Ayco Personal Financial Management (â€œAyco \nPersonal Financial Managementâ€ or â€œAycoâ€), a registered investment adviser and an affiliate of Goldman Sachs & Co. LLC \n(â€œGS&Co.â€) and subsidiary of The Goldman Sachs Group, Inc., a worldwide, full-service investment banking, broker-dealer, \nasset management, and financial services organization. Brokerage services are offered through GS&Co. and Mercer Allied \nCompany, L.P. (a limited purpose broker-dealer), both affiliates of Ayco and members FINRA/SIPC.\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13400, 356, '_relevanssi_pdf_content', '\nCigna Dental Benefit Summary  \n\nCF Industries Enterprises, Inc. \n\nPlan Renewal Date: 01/01/2023 \nAdministered by: Cigna Health and Life Insurance Company \n\n \nThis material is for informational purposes only and is designed to highlight some of the benefits available under this plan. Consult the plan \n\ndocuments to determine specific terms of coverage relating to your plan. Terms include covered procedures, applicable waiting periods, exclusions \n\nand limitations. Your DPPO  plan allows you to see any licensed dentist, but using an in-network dentist may minimize your out-of-pocket \n\nexpenses. \n \n\nCigna Dental PPO \n\nNetwork Options In-Network:  \n\nTotal Cigna DPPO Network  \n\nNon-Network: \n\nSee Non-Network Reimbursement \n\nReimbursement Levels Based on Contracted Fees Maximum Reimbursable Charge \n\nCalendar Year Benefits Maximum \nApplies to: Class II, III & IX expenses \n\n \n\n \n\n$1,500 $1,500 \n\nCalendar Year Deductible \nIndividual \n\nFamily \n\n \n$50 \n\n$150 \n\n \n$50 \n\n$150 \n\nBenefit Highlights Plan Pays You Pay Plan Pays You Pay \nClass I: Diagnostic & Preventive \nOral Evaluations  \n\nProphylaxis: routine cleanings \n\nX-rays: routine \n\nX-rays: non-routine  \n\nFluoride Application  \n\nSealants: per tooth \n\nSpace Maintainers: non-orthodontic \n\nEmergency Care to Relieve Pain \n\n100% \n\nNo Deductible \n\n \n\nNo Charge \n\n \n\n100% \n\nNo Deductible \n\n \n\nNo Charge \n\n \n\nClass II: Basic Restorative  \nRestorative: fillings \n\nEndodontics: minor and major \n\nPeriodontics: minor and major \n\nOral Surgery: minor and major \n\nAnesthesia: general and IV sedation \n\n \n\n80% \n\nAfter Deductible \n\n20% \n\nAfter Deductible \n\n80% \n\nAfter Deductible \n\n20% \n\nAfter Deductible \n\nClass III: Major Restorative \nInlays and Onlays \n\nProsthesis Over Implant  \n\nCrowns: prefabricated stainless steel / resin  \n\nCrowns: permanent cast and porcelain \n\nBridges and Dentures \n\nRepairs: bridges, crowns and inlays \n\nRepairs: dentures \n\nDenture Relines, Rebases and Adjustments \n\n50% \n\nAfter Deductible \n\n50% \n\nAfter Deductible \n\n50% \n\nAfter Deductible \n\n50% \n\nAfter Deductible \n\nClass IV: Orthodontia \nCoverage for Employee and All Dependents \nLifetime Benefits Maximum: $2,000 \n\n50% \n\nNo Deductible  \n\n \n\n50% \n\nNo Deductible  \n\n \n\n50% \n\nNo Deductible  \n\n \n\n50% \n\nNo Deductible  \n\n \n\nClass IX: Implants 80% \nAfter Deductible  \n\n \n\n20% \n\nAfter Deductible  \n\n \n\n80% \n\nAfter Deductible  \n\n \n\n20% \n\nAfter Deductible  \n\n \nBenefit Plan Provisions: \n\nIn-Network Reimbursement For services provided by a Cigna Dental PPO network dentist, Cigna Dental will reimburse the \ndentist according to a Fee Schedule or Discount Schedule. \n\nNon-Network Reimbursement \n \n\nFor services provided by a non-network dentist, Cigna Dental will reimburse according to the \nMaximum Reimbursable Charge. The MRC is calculated at the 80th percentile of all provider \n\nsubmitted amounts in the geographic area. The dentist may balance bill up to their usual fees.  \n\n Cross Accumulation All deductibles, plan maximums, and service specific maximums cross accumulate between in and \nout of network. Benefit  frequency limitations are based on the date of service and cross accumulate \nbetween in and out of network. \n\nCalendar Year Benefits Maximum The plan will only pay for covered charges up to the yearly Benefits Maximum, when applicable. \nBenefit-specific Maximums may also apply. \n\nCalendar Year Deductible This is the amount you must pay before the plan begins to pay for covered charges, when \napplicable. Benefit -specific deductibles may also apply. \n\n\n\nPretreatment Review  Pretreatment review is available on a voluntary basis when dental work in excess of $200 is \nproposed. \n\nAlternate Benefit Provision When more than one covered Dental Service could provide suitable treatment based on common \ndental standards, Cigna will determine the covered Dental Service on which payment will be based \n\nand the expenses that will be included as Covered Expenses. \n\nOral Health Integration ProgramÂ® The Cigna Dental Oral Health Integration Program offers enhanced dental coverage for customers \nwith certain medical conditions. There is no additional charge to participate in the program. Those \n\nwho qualify can receive reimbursement of their coinsurance for eligible dental services. Eligible \n\ncustomers can also receive guidance on behavioral issues related to oral health. Reimbursements \n\nunder this program are not subject to the annual deductible, but will be applied to the plan annual \n\nmaximum.  \n\nFor more information on how to enroll in this program and a complete list  of terms and eligible \n\nconditions, go to www.mycigna.com or call customer service 24/7 at 1-800-Cigna24. \n\nTimely Filing Out of network claims submitted to Cigna after 365 days from date of service will be denied.  \n\nBenefit Limitations: \n\nMissing Tooth Limitation Teeth missing prior to coverage effective date are not covered. \n\nOral Evaluations/Exams 2 per calendar year. \n\nX-rays (routine) Bitewings: 2 per calendar year. \n\nX-rays (non-routine) \nComplete series of radiographic images and panoramic radiographic images: Limited to a combined \n\ntotal of 1 per 36 months. \n\nDiagnostic Casts Payable only in conjunction with orthodontic workup. \n\nCleanings 2 per calendar year, including periodontal maintenance procedures following active therapy . \n\nFluoride Application 1 per calendar year for children under age 19. \n\nSealants (per tooth) Limited to posterior tooth. 1 treatment per tooth every 36 months for children under age 14. \n\nSpace Maintainers Limited to non-orthodontic treatment for children under age 19. \n\nCrowns, Bridges, Dentures and Partials \nReplacement every 60 months if unserviceable and cannot be repaired. Benefits are based on the \n\namount payable for non-precious metals. No porcelain or white/tooth-colored material on molar \n\ncrowns or bridges. \n\nDenture and Bridge Repairs Reviewed if more than once. \n\nDenture Relines, Rebases and Adjustments Covered if more than 6 months after installation. \n\nProsthesis Over Implant  \nReplacement  every 60 months if unserviceable and cannot be repaired. Benefits are based on the \namount payable for non-precious metals. No porcelain or white/tooth-colored material on molar \n\ncrowns or bridges. \n\nBenefit Exclusions: \nCovered Expenses will not include, and no payment will be made for the following: \n\nï‚· Procedures and services not included in the list  of covered dental expenses;  \n\nï‚· Diagnostic: cone beam imaging;  \n\nï‚· Preventive Services: instruction for plaque control, oral hygiene and diet; \n\nï‚· Restorative: veneers of porcelain, ceramic, resin, or acrylic materials on crowns or pontics on or replacing the upper and or  lower first , second \nand/or third molars; \n\nï‚· Periodontics: bite registrations; splinting;  \n\nï‚· Prosthodontic: precision or semi-precision attachments;  \n\nï‚· Procedures, appliances or restorations, except full dentures, whose main purpose is to change vertical dimension, diagnose or  treat  conditions of \n\ndysfunction of the temporomandibular joint (TMJ), stabilize periodontally involved teeth or restore occlusion;  \n\nï‚· Athletic mouth guards;  \n\nï‚· Services performed primarily for cosmetic reasons;  \n\nï‚· Personalization or decoration of any dental device or dental work; \n\nï‚· Replacement of an appliance per benefit  guidelines; \n\nï‚· Services that are deemed to be medical in nature;  \n\nï‚· Services and supplies received from a hospital; \n\nï‚· Drugs: prescription drugs; \n\nï‚· Charges in excess of the Maximum Reimbursable Charge. \n\n \nThis document provides a summary only. It  is not a contract. If there are any differences between this summary and the officia l plan documents, the \n\nterms of the official plan documents will prevail.  \n\n \n\nhttp://www.mycigna.com/\n\n\nProduct availability may vary by location and plan type and is subject to change. All group dental insurance policies and dental benefit  plans contain \n\nexclusions and limitations. For costs and details of coverage, review your plan documents or contact a Cigna representative . \n\n \n\nA copy of the NH Dental Outline of Coverage is available and can be downloaded at Health Insurance & Medical Forms for Customers | Cigna under \n\nDental Forms. \n\n \n\nAll Cigna products and services are provided exclusively by or through operating subsidiaries of Cigna Corporation, including Cigna Health and Life \n\nInsurance Company (CHLIC), Connecticut General Life Insurance Company, and Cigna Dental Health, Inc.  \n \n                                 Â© 2022 Cigna / version 08262022 \n\n \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13401, 357, '_relevanssi_pdf_content', '\n \n\n \n\nBASIC AND VOLUNTARY TERM LIFE WITH ACCIDENTAL \nDEATH & DISMEMBERMENT (AD&D) INSURANCE OVERVIEW \n\n Prepared for the employees of CF Industries Enterprises, Inc. \n\n   \n  \n   \n\n \n\n \n\nVoluntary Accidental Death & Dismemberment (AD&D) â€“ paid by you \n\nEmployee \n\nBenefit Amount  Units of $50,000 \n\nMaximum \n$500,000; benefits amounts in excess of $300,000 are \nlimited to 10 times annual compensation \n\nBenefit Reduction Schedule Benefits will reduce to 65% at age 65. \n\nSpouse*  \n(up to age 70) \n\nSpouse is eligible provided that you apply for and are approved for coverage for yourself \n\nBenefit Amount and Maximum Units of $50,000 to a maximum of $500,000 \n\nUnmarried, \nDependent Children \n\nUnder age 19 (or under age 26 if they are full-time students), as long as you apply for and are \napproved for coverage for yourself. \n\nBenefit Amount and Maximum Units of $5,000  to a maximum of $20,000 \n\nNo one may be covered more than once under this plan. \n \n*For purposes of this brochure, wherever the term Spouse appears it shall also include Domestic Partner or Civil Union Partner. Your domestic partner \nis eligible for insurance if he or she meets specific criteria stated in the Group Policy. Additional information is available from your Benefit Services \nRepresentative. \n \n \n \n\nBasic and Voluntary Term Life  \n\nEligibility All active, Full-Time United States Employees of the Employer.   \n\nEligibility Waiting \nPeriod \n\nYou are eligible for benefits immediately upon date of hire. \n\nBasic Term Life â€“ paid by your employer \n\nEmployee Benefit Amount and Maximum \n1 times annual compensation rounded to the next \nhigher $1,000 not to exceed $1,000,000 \n\nBenefit Reduction Schedule Benefits will reduce to 65% at age 65. \n\nVoluntary Term Life â€“ paid by you \n\nEmployee \n\nBenefit Amount  \n1, 2, 3, 4 or 5 times your annual compensation \nrounded to the next higher $1,000 \n\nGuaranteed Coverage Amount \nThe lesser of 4 times annual compensation or \n$400,000 \n\nMaximum \nThe lesser of 5 times annual compensation or \n$1,000,000 \n\nBenefit Reduction Schedule Benefits will reduce to 65% at age 65. \n\nSpouse* \n(up to age 70) \n\nSpouse is eligible provided that you apply for and are approved for coverage for yourself.    \n\nBenefit Amount and Maximum \nUnits of $10,000 to  the lesser of $500,000 or 50% of \nthe Employeeâ€™s Voluntary Life Insurance Amount \n\nGuaranteed Coverage Amount $50,000 \n\nUnmarried, \nDependent Children \n\nUnder age 19 (or under age 26 if they are full-time students), as long as you apply for and are \napproved for coverage for yourself.  Premium includes all eligible children. \n\nBenefit Amount from Birth to 6 months \nBenefit Amount from 6 months to 26 years \n\n$500 \nUnits of $5,000  \n\nMaximum Per Child $20,000 \n\nBasic Accidental Death & Dismemberment (AD&D) â€“ paid by your employer \n\nEmployee \nBenefit Amount and Maximum \n\n1 times annual compensation rounded to the next \nhigher $1,000 not to exceed $1,000,000 \n\nBenefit Reduction Schedule Benefits will reduce to 65% at age 65. \n\n\n\n \n\n \n\nGuaranteed Coverage for Voluntary Term Life Insurance Coverage \nGuaranteed Coverage Amount is the amount of coverage you can elect without answering any medical questions or \ntaking a health exam. Guaranteed Coverage is only available during Initial Enrollment and other times as approved. If \nyou apply for coverage that is above the Guaranteed Coverage Amount, or if you are applying for coverage after 31 \ndays after you become eligible, you must fill out a Medical Evidence of Insurability form. All dependent child benefits \nare guaranteed issue. \n \nHow Much Your Voluntary Life Coverage will Cost per Month* \n\n         \nAge \n\nEmployee and Spouse Cost Per \n$1,000 \n\n<20-34 $0.046 \n\n35-39 $0.077 \n\n40-44 $0.109 \n\n45-49 $0.163 \n\n50-54 $0.256 \n\n55-59 $0.466 \n\n60-64 $0.660 \n\n  65-69** $1.133 \n\n70+ $2.033 \n\nChild Rate per $1,000    $0.186 \n\n*Costs are subject to change \n**Spouse coverage ends at age 70 \n \n\nHow Much Your Voluntary Accidental Death & Dismemberment Coverage will Cost per Month \nThe cost of the voluntary insurance is paid by you.  Indicate your desired election on your enrollment form.  \n \n\n         \n \n\nCost Per $1,000 \n\nEmployee $0.028 \n\nSpouse $0.028 \n\nChild $0.028 \n\n \nCost Calculation Example (based on the Benefit Amount)  \n\n Age \nRate Per \n$1,000 \n\n Benefit \nAmount \n\n   \nEstimated \n\nCost \nExample Life Costs 33 .046 X 100,000 ï‚¸ 1,000 = $4.60 \n\nInput Your Costs   X  ï‚¸ 1,000 =  \n\nExample AD&D Costs  .028 X 100,000 ï‚¸ 1,000 = $2.80 \n\nInput Your Costs   X  ï‚¸ 1,000 =  \n\n \nOther Voluntary Life Coverage Features \nAccelerated Death Benefit â€“ Terminal Illness  \nIf you or your spouse is diagnosed by two unaffiliated physicians as terminally ill with a life expectancy of 12 \nmonths or less, the benefit for terminal illness provides for up to 80% o of the Voluntary Term Life Insurance \ncoverage amount in-force or $500,000, whichever is less, to be paid to the insured. This benefit is payable only \nonce in the insured\'s lifetime, and will reduce the life insurance death benefit. \n \nContinuation for Disability for Employees Age 60 or over  \nIf your active service ends due to disability, at age 60 or over, your coverage will continue while you are disabled. \nBenefits will remain in force until the earliest of: the date you are no longer disabled, the date the policy \nterminates, the date you are Disabled for 12 consecutive months, or the day after the last period for which \npremiums are paid. You are considered disabled if, because of injury or sickness, you are unable to perform all \nthe material duties of your Regular Occupation, or you are receiving disability benefits under your Employerâ€™s \nplan.  \n \nExtended Death Benefit  \nThe extended death benefit ensures that if you become disabled prior to age 60, and die before it is determined if \nyou qualify for Waiver of Premium, we will pay the life insurance benefit if you remain disabled during that period. \n\n\n\n \n\n \n\nIf you qualify for this benefit and have insured your spouse or children, their coverage is also extended. No \nadditional premium payment is required for the extended coverage. \nWaiver of Premium   \nIf you are totally disabled prior to age 60 and can\'t work for at least 9 months, you won\'t need to pay premiums \nfor your coverage while you are disabled, provided the insurance company approves you for this benefit. You are \nconsidered totally disabled when you are completely unable to engage in any occupation for wage or profit \nbecause of injury or sickness. This benefit will remain in force until age 70, subject to proof of continuing disability \neach year. If you qualify and have insured your spouse or children, their premium is also waived. \n \nRehabilitation During a Period of Disability   \nIf the insurance company determines that you are a suitable candidate for rehabilitation, the insurance company \nmay require you to participate in an assessment and rehabilitation plan, not to exceed 18 months. A rehabilitation \nplan may consist of educational, vocational or physical rehabilitation or may include modified work or work on a \npart-time basis. If you refuse such assistance without good cause (a medical reason preventing participation, in \nwhole or in part, in the rehabilitation plan), insurance under this plan will end. \n\nWhen Your Coverage Begins and Ends \nCoverage becomes effective on the later of the programâ€™s effective date, the date you become eligible, the date \nwe receive your completed enrollment form, or the date you authorize any necessary payroll deductions. Your \ncoverage will not begin unless you are actively at work on the effective date. Dependent coverage will not begin \nfor any dependent who on the effective date is hospital or home confined; receiving chemotherapy or radiation \ntreatment; or disabled and under the care of a physician. Coverage will continue while you and your dependents \nremain eligible, the group policy is in force, and required premiums are paid. \n \nConversion   \nIf group life coverage ends (except due to nonpayment of premium), your employment is terminated, membership \nin an eligible class is terminated, or insurance coverage is reduced based on attained age, you can convert to an \nindividual non-term policy. To convert, you must apply for the conversion policy and pay the first premium \npayment within [31 days] after your group coverage ends. Dependents may convert their coverage as well. \nPremiums may change at this time, and terms of coverage will be subject to change. \n \nPortability  \nIf your employment is terminated and you are under age 70, you can continue your [employee-paid] life \ninsurance on a direct-bill basis. Coverage may also be continued for your spouse/children. Premiums will \nincrease at this time. Coverage can be continued to age 70, unless the insurance company terminates portability \nfor all insured persons. Refer to your certificate for details. \n \nExclusions: Voluntary Life insurance will not be paid if you commit suicide, while sane or insane, within the first two \nyears of coverage. \n\nOther Accidental Death & Dismemberment (AD&D) Coverage Features \n\nA Valuable Combination of Benefits \nTo help survivors of severe accidents adjust to new living circumstances, we will pay benefits according to the \nchart below.  \n\nOnly one benefit (the largest) will be paid for losses from the same accident. \n\n \n\n        If, within 365 days of a covered accident, bodily injuries result in:          We will pay this % of the benefit amount: \n\nLoss of life  100% \n\nTotal paralysis of upper and lower limbs, or Loss of any combination of two: \nhands, feet or eyesight, or Loss of speech and hearing in both ears \n\n 100% \n\nTotal paralysis of both lower or upper limbs  75% \n\nTotal paralysis of upper and lower limbs on one side of the body, or        \nLoss of hand, foot or sight in one eye, or Loss of speech or loss of        \nhearing in both ears, or Severance and Reattachment of one hand or foot \n\n 50% \n\nTotal paralysis of one upper or lower limb, or Loss of all four fingers of the \nsame hand, or Loss of thumb and index finger of the same hand \n\n 25% \n\nLoss of all toes of the same foot  20% \n\n\n\n \n\n \n\nAdditional Benefits of Voluntary Personal Accident Insurance \nFor Wearing a Seatbelt & Protection by an Airbag â€“ Basic Accident Only \nAdditional 10% benefit but not more than $25,000 if the covered person dies in an automobile accident while \nwearing a seatbelt. We will increase the benefit by an additional 5% but not more than $10,000 if the insured \nperson was also positioned in a seat protected by a properly-functioning and properly deployed Supplemental \nRestraint System (Airbag). \n \nFor Wearing a Seatbelt & Protection by an Airbag â€“ Voluntary Accident Only  \nAdditional 10% benefit but not more than $25,000 if the covered person dies in an automobile accident while \nwearing a seatbelt or approved child restraint. We will increase the benefit by an additional 5% but not more than \n$10,000 if the insured person was also positioned in a seat protected by a properly-functioning and properly \ndeployed Supplemental Restraint System (Airbag). \n\n \nFor Comas  \n1% of full benefit amount, for up to 11 months, if you, your spouse, or your children are in a coma for 30 days or \nmore as a result of a covered accident. If the covered person is still in a coma after 11 months, or dies, the full \nbenefit amount will be paid. \n \nFor Exposure & Disappearance \nBenefits are payable if you or an insured family member suffer a covered loss due to unavoidable exposure to \nthe elements as a result of a covered accident. If you or an insured family member\'s body is not found within one \nyear of the disappearance, wrecking or sinking of the conveyance in which you or an insured family member \nwere riding, on a trip otherwise covered, it will be presumed that you sustained loss of life as a result of a covered \naccident. \n \nFor Furthering Education â€“ Voluntary Accident Only  \nIf you die in a covered accident, we will pay an extra benefit for each insured child under age 25 who enrolls in a \nschool of higher learning within one year of your death. We will increase your benefit by 3% or $3,000, whichever \nis less, for each qualifying child, each year for 4 consecutive years as long as your child continues his/her \neducation. If there is no qualifying child, we will pay an additional $1,000 to your beneficiary. \n \nFor Child Care Expenses â€“ Voluntary Accident Only  \nIf you die as a result of a covered accident, we will pay a benefit for a surviving child under 13 who is enrolled in \na licensed child care center at the time of the accident or within 90 days afterwards. This benefit is 3% of your \nbenefit amount per year, but not more than $3,000 per year for 4 years or until the child turns 13, whichever \noccurs first, for each covered child. \n \nFor Training for Your Spouse â€“ Voluntary Accident Only  \n If you die from a covered accident, your spouse will receive educational reimbursement if he or she enrolls, \nwithin 3 years of your death, in an accredited school to gain skills needed for employment. We will pay the actual \ncost of the education or training program to 3% of your benefit amount, not exceeding $3,000. \n \nFor a Loss Resulting From a Common Carrier â€“ Voluntary Accident Only   \nIf you or an insured family member suffer a covered loss while riding as a passenger in, or being struck by, a \ncommon carrier, we will pay an additional 100% of the benefit amount, to a maximum of $500,000. \n\nWhat is Not Covered \nSelf-inflicted injuries or suicide while sane or insane â€¢ commission or attempt to commit a felony or an assault â€¢ \nany act of war, declared or undeclared â€¢ any active participation in a riot, insurrection or terrorist act â€¢ bungee \njumping â€¢ parachuting â€¢ skydiving â€¢ parasailing â€¢ hang-gliding â€¢ sickness, disease, bodily or mental infirmity, \nbacterial or viral infection or medical or surgical treatment thereof, except for any bacterial infection resulting from \nan accidental external cut or wound or accidental ingestion of contaminated foodâ€¢ voluntarily using any drug, \nnarcotic, poison, gas or fumes except one prescribed by a licensed physician and taken as prescribed â€¢ operating \nany type of vehicle while under the influence of alcohol or any drug, narcotic or other intoxicant including any \nprescribed drug for which the covered person has been provided a written warning against operating a vehicle \nwhile taking it â€¢ a Covered Accident that occurs while the covered person is engaged in the activities of active \nduty service in the military, navy or air force of any country or international organization (this does not include \nReserve or National Guard training, unless it extends beyond 31 days) â€¢ traveling in an aircraft that is owned, \nleased or controlled by the sponsoring organization or any of its subsidiaries or affiliates â€¢ air travel, except as a \npassenger on a regularly scheduled commercial airline or in an aircraft being used by the Air Mobility Command \n\n\n\n \n\n \n\nor its foreign equivalent â€¢ flight in, boarding or alighting from an Aircraft or any craft designed to fly above the \nEarthâ€™s surface being flown by the covered person or in which the covered person is a member of the crew. \n\nWhen Your Coverage Begins and Ends \nCoverage becomes effective on the later of the programâ€™s effective date, the date you become eligible, the date \nwe receive your completed enrollment form, or the date you authorize any necessary payroll deductions. Your \ncoverage will not begin unless you are actively at work on the effective date. Dependent coverage will not begin \nfor any dependent who on the effective date is hospital or home confined; receiving chemotherapy or radiation \ntreatment; or disabled and under the care of a physician. Coverage will continue while you and your dependents \nremain eligible, the group policy is in force, and required premiums are paid. \n\n \nConversion   \nIf, before you reach age 70, this group coverage is reduced or ends for any reason except non-payment of \npremium or age, you can convert to an individual policy. No medical certification is needed. To continue \ncoverage, you must apply for the conversion policy and pay the first premium in effect for your age and \noccupation within 31 days after your group coverage ends. Family members may convert their coverage as long \nas they have not reached the maximum age limitation. Converted policies are subject to certain benefits and \nlimits as outlined in your certificate, should you become insured under the plan. \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n This information is a brief description of the important features of the plan. It is not a contract. Terms and conditions of coverage are set forth in \nGroup Policy No. FLX-963674 and Group Policy No. OK-965303. Please refer to your Certificate of Insurance or Summary Plan Description for \nmore detailed information. Coverage is underwritten by Life Insurance Company of North America, a Cigna company. The Cigna name, logo, and \nother Cigna marks are owned by Cigna Intellectual Property, Inc.  Â© Cigna 2016 \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13402, 358, '_relevanssi_pdf_content', '\nTM\n\n1\n\nLong-Term Incentive\nRestricted Stock Units (RSUs)\n\nHIGHLY CONFIDENTIAL\n\nTM\n\n\n\nTM\n\n2\n\nTo reflect the unique role that strong leadership plays in increasing the value of the company over time,\n\nCF provides opportunities for you, and other key contributors, to accumulate company ownership through\n\nlong-term awards. \n\nThese awards intentionally reflect our values, especially our\n\nfocus on taking a long-term view. The better CF performs over\ntime, the greater the rewards are for employees individually\nand the company collectively.\n\nThese awards deliver shares of CF stock to leaders over\n\ntime, based on certain requirements, in addition to the cash\n\ncompensation you receive through base pay and annual\n\nincentives.\n\nTogether, these elements provide competitive total compensation for our leaders and represent a\n\nsignificant company investment in our top leadership talent. \n\nRestricted Stock Units\nRestricted Stock Units (RSUs) are equity awards granted in units, with each unit representing the right to \n\nreceive one share of CF Industries stock after the vesting period is satisfied. \n\nAs you continue to work at CF, your RSU award converts, or vests, in equal portions over three years to an  \n\nequivalent number of shares of CF common stock in your name. You own vested shares outright.\n\nYou have no voting or other ownership rights until your RSUs vest. You are, however, eligible to receive \n\ncash payments equivalent to dividends paid by the company on its common stock during the vesting \n\nperiod. Cash-equivalent dividend payments are considered taxable income.\n\nWe take a long-term view\n\nLeadership matters\n\nAs a leader at CF Industries, your \n\ncontributions are key to executing CFâ€™s \n\nlong-term strategy. Our long-term \n\nincentives are designed to align leadership \n\ninterests with our shareholders in driving \n\nCFâ€™s sustained success.\n\nPlease note â€“ The examples contained in this brochure are for illustrative purposes only and your actual payout will be based on your participation and actual \n\nperformance. Equity grants under the Long-Term Incentive Plan are governed by the terms and conditions set forth in your Award Agreements and the Plan  \n\nDocuments. If there is a discrepancy between the information here and the Plan Documents, the Plan Documents shall govern. Nothing in this description or in the \n\nPlan Documents obligates the company to continue to employ you in any capacity or prevents the company from terminating your employment at any time or for any \n\nreason. CF reserves the right to amend, modify, or terminate the program at any time. Nothing in this description or in the Plan Documents should be construed as tax \n\nor financial advice. You should consult with a tax advisor to ensure that you fully understand the tax ramifications of your decisions as they relate to this program.\n\nLong-Term Incentive\n\n\n\nTM\n\n3\n\nWhen awards are granted\nEach year, CF determines which leaders will participate in the Long-Term Incentive Plan (LTIP) for the \n\nyear, along with a select number of key contributors. Receiving equity awards (participation in LTIP) is not \n\nguaranteed annually.\n\nIn January, your Award Agreement will be accessible on the\n\nCharles Schwab Equity Awards Center (EAC). You will need\nto log in to the EAC to review your grant details and accept \n\nyour Award Agreement within a specified time period. \n\nFirst-time recipient or new to CF?  \n\nYou will need to open an account or link an existing Schwab account to CF.  Information on how to open or \n\nlink your account will be provided via email from Schwab.\n\nHow awards are determined\nThe amount of your equity award is based on your role, your performance, and your potential. The grant is  \n\ndesigned to deliver a target value at the end of three years. Actual value will be more or less, depending on  \n\nbusiness results.\n\n*For U.S. residents. Residents of other countries, refer to your Award Agreements for specifics; applicable \nlaws may differ.\n\nRestricted Stock Units \n\n(RSUs)\n\n1/3 each year, over \n\nthree years\n\nCash payments equivalent \nto dividends are paid out \nduring the vesting period\n\nTaxable generally at time \nof vesting; consult your tax \nadvisor for guidance\n\nEquity Vesting Dividends* Taxes*\n\nAppreciation in CFâ€™s stock price increases the \n\nvalue of your long-term incentives even more.\n\nHow the equity awards provide value\nFor example: Letâ€™s assume your target award is 750 RSUs. Each year, one-third of your RSUs vest:\n\nNumber of RSUs \ngranted:\n\nYear 1 Year 2\n\n750 250 250\n\nYear 3\n\n250\n\nNumber of RSUs that vest\n\nCharles Schwab Equity Awards Center\n\n1.800.654.2593 (Intl: 1.602.355.3408)\nMonday through Friday, 9 AM to 5 PM Eastern Time\nhttp://eac.schwab.com\n\nLong-Term Incentive\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13403, 359, '_relevanssi_pdf_content', '\nTM\n\n1\n\nLong-Term Incentive\nRestricted Stock Units (RSUs)\nPerformance Stock Units \n(PSUs)\n\nHIGHLY CONFIDENTIAL\n\nTMTM\n\n\n\nTM\n\n2\n\nLong-Term Incentive\n\nTo reflect the unique role that strong leadership plays in increasing the value of the company over time,\n\nCF provides opportunities for you, and other key contributors, to accumulate company ownership through\n\nlong-term awards. \n\nThese awards intentionally reflect our values, especially our\n\nfocus on taking a long-term view. The better CF performs over\ntime, the greater the rewards are for employees individually\nand the company collectively.\n\nThese awards deliver shares of CF stock to leaders over\n\ntime, based on certain requirements, in addition to the cash\n\ncompensation you receive through base pay and annual\n\nincentives.\n\nTogether, these elements provide competitive total compensation for our leaders and represent a\n\nsignificant company investment in our top leadership talent. \n\nRestricted Stock Units\nRestricted Stock Units (RSUs) are equity awards granted in units, with each unit representing the right to \n\nreceive one share of CF Industries stock after the vesting period is satisfied. \n\nAs you continue to work at CF, your RSU award converts, or vests, in equal portions over three years to an  \n\nequivalent number of shares of CF common stock in your name. You own vested shares outright.\n\nYou have no voting or other ownership rights until your RSUs vest. You are, however, eligible to receive \n\ncash payments equivalent to dividends paid by the company on its common stock during the vesting \n\nperiod. Cash-equivalent dividend payments are considered taxable income.\n\nWe take a long-term view\n\nLeadership matters\n\nAs a leader at CF Industries, your \n\ncontributions are key to executing CFâ€™s \n\nlong-term strategy. Our long-term \n\nincentives are designed to align leadership \n\ninterests with our shareholders in driving \n\nCFâ€™s sustained success.\n\nPlease note â€“ The examples contained in this brochure are for illustrative purposes only and your actual experience will be based on your participation and actual \n\nperformance. Equity grants under the Long-Term Incentive Plan are governed by the terms and conditions set forth in your Award Agreements and the Plan  \n\nDocuments. If there is a discrepancy between the information here and the Plan Documents, the Plan Documents shall govern. Nothing in this description or in the \n\nPlan Documents obligates the company to continue to employ you in any capacity or prevents the company from terminating your employment at any time or for any \n\nreason. CF reserves the right to amend, modify, or terminate the program at any time. Nothing in this description or in the Plan Documents should be construed as tax \n\nor financial advice. You should consult with a tax advisor to ensure that you fully understand the tax ramifications of your decisions as they relate to this program.\n\n\n\nTM\n\n3\n\nPerformance Stock Units \nPerformance Stock Units (PSUs) are equity awards \n\ngranted in units that convert to stock at the end of  \n\na three-year performance period based on how well \n\nCF delivers on key financial goals. \n\nYou can receive more or less than your target \n\ngrant, depending on how well CF meets financial \n\ngoals, both annually and over the entire three-year \n\nperformance period. After the three-year  \n\nperformance period ends, your final award payout \n\nis determined, subject to Board approval.\n\nAs an award holder, you have no voting or other \n\nownership rights until your final award vests. You do, however, earn the rights to applicable dividends \n\nrelated to your final vested award. Those are paid out to you in aggregate at the end of the three-year \n\nperformance period and are considered taxable income at that time. (Typically, dividends are paid out to \n\nyou in cash. Rules differ in Canada: Canadian residents receive dividends in the form of additional shares of \n\nstock at the end of the performance period. See your Award Agreement for specifics.)\n\nWhen awards are granted\nEach year, CF determines which leaders will participate in the Long-Term Incentive Plan (LTIP) for the year, \n\nalong with a select number of key contributors. Receiving equity awards (participation in LTIP) is not  \n\nguaranteed annually.\n\nIn January, your Award Agreement will be accessible on the Charles Schwab Equity Awards Center \n\n(EAC). You will need to log on to the EAC to review your grant details and accept your Award Agreement within a \nspecified time period. \n\nFirst-time recipient or new to CF? You will \nneed to open an account or link an existing Schwab  \n\naccount to CF.  Information on how to open or link your \n\naccount will be provided via email from Schwab.\n\nHow RSUs and PSUs work together\n\nTogether, RSUs and PSUs offer a balanced mix of reward \n\nand growth incentive.\n\nRSUs provide value the moment they vest, and only  \n\nrequire time to vest. PSUs, on the other hand, require  \n\nCF to meet particular financial targets over time in order  \n\nto deliver the target value.\n\nThe real value comes when CF delivers on or exceeds its \n\nfinancial commitments. The better CF performs over time, \n\nthe more value you receive from your equity awards.\n\nCharles Schwab Equity Awards Center\n\n1.800.654.2593 (Intl: 1.602.355.3408)\nMonday through Friday, 9 AM to 5 PM Eastern Time\nhttp://eac.schwab.com\n\nLong-Term Incentive\n\n\n\nTM\n\n4\n\nHow awards are determined\nThe amount of your equity award is based on your role, your performance, and your potential. The grant is  \n\ndesigned to deliver a target value at the end of three years. Actual value will be more or less, depending on  \n\nbusiness results.\n\nLong-Term Incentives at-a-glance\n\nPSU performance metrics\nFor the 2023-2025 performance period, PSUs are based on how well CF performs against annual Return \n\non Net Assets (RONA) goals and on how well we drive Total Shareholder Return (TSR) over the three-year \n\nperiod.\n\nThe RONA target will be established at the beginning of each year, with goals set for threshold, target, and \n\nmaximum performance. An easy way to think about your award is to divide your target PSU grant into \n\nthree equal portions, or tranches, with each tranche corresponding to one year in the performance period. \n\nEach tranche has the opportunity to pay out up to 200% based on the companyâ€™s achievement toward \n\nRONA goals for that year.\n\nTo determine the final payout and your total award earned, the payout percentages for the three RONA  \n\ntranches are averaged and multiplied by a percentage ranging from 80% to 120% based on CFâ€™s three-year  \n\nTSR performance.\n\nEquity Vesting Dividends*\n\nRestricted Stock Units \n\n(RSUs)\n\nPerformance Stock Units \n\n(PSUs)\n\n1/3 each year, over \n\nthree years\n\nOccurs at the \n\nend of three-year \n\nperformance period, \n\ndepending on \n\nfinancial performance\n\nCash payments \n\nequivalent to dividends \n\nare paid out during the \n\nvesting period\n\nBased on the earned \n\naward at the end of \n\nthree-year performance  \n\nperiod and paid out as \n\ncash in aggregate at  \n\nthat time\n\nTaxes*\n\nTaxable generally at \n\ntime of vesting; consult \n\nyour tax advisor for \n\nguidance\n\nTaxable generally at \n\nend of three-year  \n\nperformance period \n\nbased on final vested \n\naward; consult your tax \n\nadvisor for guidance\n\n*For U.S. residents. Residents of other countries, refer to your Award Agreements for specifics; \napplicable laws may differ.\n\nLong-Term Incentive\n\n\n\nTM\n\n5\n\nHow the PSU performance period works\n\nRONA goals are set and announced each year. 2023 RONA and the three-year TSR goals are shown below:\n\nEquity\n2023 RONA \nachieved\n\n% of target \nshares earned\n\nBelow threshold\n\nThreshold\n\nTarget\n\nMaximum\n\nLess than 25.0%\n\n25.0%\n\n50.0%\n\nAt or above 75.0%\n\n0%\n\n50%\n\n100%\n\n200%\n\nThree-year\nTSR\n\nTSR modifier \npercentage\n\n--\n\nLess than 15.5%\n\n22.5%\n\nAt or above 29.5%\n\n--\n\n80%\n\n100%\n\n120%\n\nAt maximum company performance over three years, your PSUs could grow to a potential payout of \n240% of their original value (200% x 120% = 240%).\n\n1 2 3 4\n\nYear 1 RONA goal\nYear 2 RONA goal\n\nYear 3 RONA goal\n\nAward granted Award achieved\n\nWhat is RONA?\n\nReturn on Net Assets (RONA) is a financial \n\nperformance metric that is used to determine \n\nhow efficient and effective the company is \n\nat generating earnings. RONA is expressed \n\nas a percentage and is calculated by dividing \n\nadjusted EBITDA for the year by our average \n\noperational assets. We use RONA because it \n\nhelps our management focus on decisions that \n\nimprove the return on our assets.\n\nWhat is TSR?  \n\nTotal Shareholder Return (TSR) measures how well \n\nCF stock has performed in the market over time. \n\nTSR is expressed as a percentage and is calculated  \n\nby first dividing the ending share value by the \n\nbeginning share value, then subtracting one. The \n\ncalculation of share value also takes into account  \n\ndividends paid in the period. We use TSR as a \n\nmodifier to the PSU plan to link the CF share price \n\ngrowth to the return on the PSU awards. \n\n2023 â€“ 2025 TSR goal\n\nLong-Term Incentive\n\n\n\nTM\n\n6\n\nHow the equity awards provide value â€“ an example\nLetâ€™s assume your target award is 1,250 units â€“ 750 in RSUs and 500 in PSUs.  \n\nEach year, one-third of your RSUs vest:\n\nYour PSUs, on the other hand, will pay out at the end of three years based on business performance.  \n\nHereâ€™s how that might look under different performance scenarios: \n\nShould there be consistent below-threshold results each year in the performance period, PSUs would \n\nproduce a zero payout. In that worst-case scenario, your initial award of 1,250 units would become 750 \n\nshares of CF stock (750 RSUs + 0 PSUs). \n\nHowever, at consistent maximum performance over the performance period, your award of 1,250 units \n\nwould become 1,950 shares of CF stock (750 RSUs + 1,200 PSUs).\n\nNumber of  \nPSUs granted:\n\nIf payout % based \non RONA is:\n\nAdjusted number  \nof PSUs is:\n\n500\n\n90%\n\n100%\n\n100%\n\n200%\n\n450\n\n500\n\n500\n\n1,000\n\nIf TSR  \nmodifier is:\n\nNumber of \nvested PSUs is:\n\n80%\n\n100%\n\n120%\n\n120%\n\n360\n\n500\n\n600\n\n1,200\n\nNumber of RSUs \ngranted:\n\nYear 1 Year 2\n\n750 250 250\n\nYear 3\n\n250\n\nNumber of RSUs that vest\n\nAppreciation in CFâ€™s stock price increases the \n\nvalue of your long-term incentives even more.\n\nLong-Term Incentive\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13404, 360, '_relevanssi_pdf_content', '\nTM\n\n1\n\nShort-Term Incentive\nCorporate \nAnnual Incentive Plan (AIP) \n\nHIGHLY CONFIDENTIAL\n\nTM\n\n\n\nTM\n\n2\n\nRewarding performance: Earning 2023 incentive pay\nAnnual incentives are designed to provide meaningful value for strong performance against achievement \nof realistic goals. Every employee impacts CFâ€™s results in the course of daily work. Our company \nperformance is a direct result of working safely, ensuring reliable operations, improving workplace \nefficiency, and delivering for our customers. \n\nWe know we deliver better results when we stay focused on what it takes to Do It Right and Do It Well. \nWith CFâ€™s annual incentives, you share directly in those results. \n\nAs a full-time CF corporate employee, your annual incentive award is based on company performance for \nthe plan year. Your annual incentive has four components:\n\nFinancial performance, based on company  \nprofitability; 60% of your annual incentive opportunity  \nis allocated to this component. \n\nSustainability performance, based on key initiatives that \ncontinue to advance efforts to streamline, automate, and \nintegrate process technology and reporting capabilities in \n2023; 10% of your annual incentive opportunity is allocated \nto this component.\n\nProcess safety performance, based on aggregated  \nManufacturing and Distribution Facilities performance  \non two key process safety metrics; 10% of your annual  \nincentive opportunity is allocated to this component. \n\n NEW  Clean energy performance, based\non our continued efforts towards our clean energy\nstrategy which includes achieving net-zero carbon\nemissions by 2050; in 2023, 20% of your annual incentive opportunity is allocated to this component. \n\nYour annual incentive award is paid in one payment after the close of the year.\n\nThe financial, sustainability, process safety, and clean energy performance components of your  \nannual incentive award are calculated using this formula:\n\nPlease note â€“ The examples contained in this brochure are for illustrative purposes only, and your actual payout will be based on actual performance. If there is a \ndiscrepancy between the information here and the Plan Documents on the CF intranet, the Plan Documents shall govern. Nothing in this description or in the Plan \nDocuments obligates the company to continue to employ you in any capacity or prevents the company from terminating your employment at any time or for any \nreason. CF reserves the right to amend, modify, or terminate the program at any time. Nothing in this description or in the Plan Documents should be construed as \ntax or financial advice.\n\nShort-Term Incentive\n\nSUSTAINABILITY \n10%\n\nPROCESS SAFETY\n10%\n\nFINANCIAL\n60%\n\nCLEAN ENERGY\n20%\n\nEligible Annual Earnings X Target Incentive % X Component Weighting %\n\n= Annual Incentive AwardPerformance Level Achieved %X\n\nAn example of how this award is calculated can be found at the end of this document.\n\n\n\nTM\n\n3\n\nFinancial performance\nCFâ€™s financial performance impacts 60% of your annual \nincentive award. Financial performance is determined \nby how well CF achieves adjusted EBITDA, which is a key \nfinancial measure used to evaluate the profitability of  \nour business.\n\nCF must reach the minimum threshold of adjusted  \nEBITDA for a financial performance payout to be made \nunder this program. Once we achieve that threshold, \nfinancial performance payouts increase as adjusted  \nEBITDA increases, up to 200% of target.\n\nCF adjusted  \nEBITDA\n\nThreshold\nTarget\nMaximum\n\nPercentage of financial  \nperformance incentive paid\n\n$2.0 Billion\n$4.0 Billion\n$6.0 Billion\n\n50%\n100%\n200%\n\nLevel\n\nFinancial performance goals\n\nWhat is adjusted EBITDA?\n\nEBITDA stands for â€œearnings before interest,  \ntax, depreciation, and amortization,â€ and it is  \na measure of a companyâ€™s operating  \nperformance â€“ in other words, it measures \nprofitability. CF adjusts our actual EBITDA for \nunusual items, such as costs incurred related \nto acquisitions or mark-to-market (unrealized) \ngains. Adjusted EBITDA is a key measure in \nour business and a helpful representation for \nthe cash being generated by normal company \noperations.\n\nSustainability performance \nTo facilitate our long-term growth plans, we need to increase automation, eliminate manual processes, \nand better integrate our processes, technology, and reporting capabilities. By creating standard  \nsolutions, we can significantly improve our ability to take advantage of new technologies that support  \nour desire for flexible and scalable solutions across the organization. Sustainability initiative performance  \ndetermines 10% of your annual incentive award.\n\nShort-Term Incentive\n\nCLEAN ENERGY\n20%\n\nSustainability milestones\n1. Extend the Salesforce customer portal adding additional functionality to improve user adoption rates \n\nand complete release 2 enhancements.\n2. Develop a plan for the migration of 8 unique instances of asset management and asset procurement \n\nplatform (Avantis) to S4/HANA across all North American facilities for implementation in 2024 â€“ 2026.\n3. Retire the legacy Business Process Consolidation (â€œBPCâ€) reporting system and be ready to go live with \n\nstandard SAP S/4 HANA functionality in 2024.\n4. Retire legacy Leased Facilities System (â€œLFSâ€) and be ready to go live with standard SAP S/4 HANA \n\nfunctionality in 2024.\n\nLevel Percentage of sustainability   \nperformance incentive paid\n\nSustainability milestone \ncompletion\n\nThreshold\nTarget\n\nMaximum\n\n1 milestone\n2 milestones\n3 milestones\n4 milestones\n\n50%\n100%\n150%\n200%\n\n\n\nTM\n\n4\n\nProcess safety performance \n\n \n \n\nTo reinforce the importance of process safety as part of our Do It Right culture, we all share in the collective \nperformance across all Manufacturing and Distribution Facilities on two key components of process safety. \nThe annual aggregated completion percentage of scheduled activities is used to determine payout on the \nprocess safety metric. Process safety performance determines 10% of your annual incentive award.  \n\nProcess Safety Component #1\nSafety critical equipment inspections \nEach facility will have a schedule of inspections \nfor safety critical equipment that needs to be \ncompleted on time.\n\nProcess Safety Component #2\nManagement of Change (MOC) \nEach facility will complete all MOCs within \n90 days of pre-startup safety reviews \nconducted in 2023.\n\nLevel Process safety  \ncompletion\n\nThreshold\nTarget\nMaximum\n\nPercentage of process safety \nperformance incentive paid\n\n90% completion\n95% completion\n98% completion\n\n50%\n100%\n200%\n\nProcess safety goals\n\nShort-Term Incentive\n\nTo qualify for the process safety performance payout, we must achieve our behavioral safety gate metric as a company, i.e., at \nleast 95% of all individual safety scores achieved during the year must be 80 points or greater.\n\nClean energy performance\nTo facilitate our long-term goal of reducing carbon emissions across our global network to achieve  \nnet-zero carbon emissions by 2050, we need to continue to advance the companyâ€™s efforts towards  \nour clean energy strategy and align our initiatives with ESG goals. Clean energy performance determines  \n20% of your annual incentive award. \n\nClean energy milestones\n1. Complete FEED study on greenfield low carbon ammonia plant and make a financial investment \n\ndecision (go/no go) by year end 2023.\n2. Sign a Memorandum of Understanding (â€œMOUâ€) with another low carbon ammonia off-take \n\npartner or customer.\n3. Develop a decarbonization plan to achieve the companyâ€™s 2030 and 2050 GHG emission goals.\n4. Complete engineering and procurement of Continuous Emissions Monitoring Systems (â€œCEMSâ€) \n\nfor 12 unabated Nitric Acid plants and commission 3 by year end 2023.\n5. Achieve mechanical completion of the Green ammonia plant by year end 2023.\n\n\n\nTM\n\n5\n\nExample\nAssume Taylor is a corporate employee with eligible annual earnings of $90,000 and a target incentive of 5%, \nwhich is $4,500.\n\nAnnual incentive award\nLetâ€™s assume the following:\nâ€¢  CF achieves above target financial performance â€“ earning 125% of the target dollar amount for adjusted EBITDA. \nâ€¢  CF completes three milestones related to sustainability, resulting in a 150% payout on this component.\nâ€¢  After confirming that 95% of all Manufacturing and Distribution Facilities individual employee safety points were \n\nat least 80 points, the aggregate completion percentage for process safety is determined to be 95%, resulting in \na 100% payout for this component.\n\nâ€¢ CF completes three milestones related to our clean energy initiative, resulting in 100% payout for this component.\n \nTaylorâ€™s annual incentive award would equal $5,400, calculated as follows:\n\nShort-Term Incentive\n\nLevel Clean energy  \nmilestone completion\n\nThreshold\nTarget\n\nMaximum\n\nPercentage of clean energy \nperformance incentive paid\n\n2 milestones\n3 milestones\n4 milestones\n5 milestones\n\n50%\n100%\n150%\n200%\n\nEligible annual \nearnings\n\nComponent weighting  %\n\n$90,000 Financial (60%) \n\nStrategic initiative (10%)\n\nProcess safety (10%)\n\nClean energy (20%)\n\nTarget  \nincentive %\n\n5%\n\nTarget $\n\n$4,500\n\nPerformance level \nachieved %\n\n125%\n\n150%\n\n100%\n\n100%\n\n$2,700\n\n$450\n\n$450\n\n$900\n\nAnnual incentive \naward\n\n$3,375\n\n$675\n\n$450\n\n$900\n\nTotal payout earned $5,400\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13405, 361, '_relevanssi_pdf_content', '\nTM\n\n1\n\nShort-Term Incentive\nManufacturing and  \nDistribution Facilities\nVariable Incentive Plan (VIP)\n\nHIGHLY CONFIDENTIAL\n\nTM\n\n\n\nTM\n\n2\n\nRewarding performance: Earning 2023 incentive pay\nAnnual and quarterly incentives are designed to provide meaningful rewards for strong performance \nagainst achievement of realistic goals. Every employee impacts CFâ€™s results in the course of daily work. Our \ncompany performance is a direct result of working safely, ensuring reliable operations, improving  \nworkplace efficiency, and delivering for our customers.\n\nWe know we deliver better results when we stay focused on what it takes to Do It Right and Do It Well. \nWith CFâ€™s incentives, you share directly in those results.\n\nAs a full-time CF Manufacturing or Distribution Facilities employee, your incentive award is allocated into \ntwo time periods:\n\nANNUAL: 50% of your award is based on company performance for the plan year and is paid annually.  \nYour annual award has four components:\n\nFinancial performance, based on company  \nprofitability; 60% of your annual incentive  \nopportunity is allocated to this component. \n\nSustainability performance, based on key  \ninitiatives that continue to advance efforts to  \nstreamline, automate, and integrate process  \ntechnology and reporting capabilities in 2023;  \n10% of your annual incentive opportunity  \nis allocated to this component. \n\nProcess safety performance, based on aggregated  \nManufacturing and Distribution Facilities performance  \non two key process safety metrics; 10% of your annual  \nincentive opportunity is allocated to this component. \n\n NEW  Clean energy performance, based on our \ncontinued efforts towards our clean energy strategy which \nincludes achieving net-zero carbon emissions by 2050; \nin 2023, 20% of your annual incentive opportunity is allocated to this component.\n\nQUARTERLY: The other 50% is paid out in quarterly segments, based on achieving behavioral safety and \nproduction goals:\nâ€¢ Site-wide ammonia production\nâ€¢ Your individual safety score\n\nPlease note â€“ The examples contained in this brochure are for illustrative purposes only, and your actual payout will be based on actual performance. If there is a \ndiscrepancy between the information here and the Plan Documents on the CF intranet, the Plan Documents shall govern. Nothing in this description or in the Plan \nDocuments obligates the company to continue to employ you in any capacity or prevents the company from terminating your employment at any time or for any \nreason. CF reserves the right to amend, modify, or terminate the program at any time. Nothing in this description or in the Plan Documents should be construed as \ntax or financial advice.\n\nShort-Term Incentive\n\nSUSTAINABILITY\n\nPROCESS SAFETY\n\nFINANCIAL\n\nQ1\n\nQ4\n\nQ2\n\nQ3\n\nCLEAN ENERGY\n\n\n\nTM\n\n3\n\nYour annual VIP award (50% of incentive) \n\nYour annual incentive award is paid in one payment after the close of the year. The financial, \nsustainability, process safety, and clean energy performance components of your annual incentive \naward are calculated using this formula:\n\nFollowing is information on each of the four components to your  \nannual incentive:\n\nFinancial performance \nCFâ€™s financial performance impacts 60% of your  \nannual incentive award. Financial performance is \ndetermined by how well CF achieves adjusted EBITDA, \nwhich is a key financial measure used to evaluate the \nprofitability of our business.\n\nCF must reach the minimum threshold of adjusted \nEBITDA for a financial performance payout to be made \nunder this program. Once we achieve that threshold, \nfinancial performance payouts increase as adjusted \nEBITDA increases, up to 200% of target.\n\nFinancial performance goals\n\nLevel\nCF adjusted  \nEBITDA\n\nThreshold\nTarget\nMaximum\n\nPercentage of  \nfinancial performance  \nincentive paid\n\n$2.0 Billion\n$4.0 Billion\n$6.0 Billion\n\n50%\n100%\n200%\n\nShort-Term Incentive\n\nWhat is adjusted EBITDA?\n\nEBITDA stands for â€œearnings before interest,  \ntax, depreciation, and amortization,â€ and it is a \nmeasure of a companyâ€™s operating  \nperformance â€“ in other words, it measures \nprofitability. CF adjusts our actual EBITDA for \nunusual items, such as costs incurred related \nto acquisitions or mark-to-market (unrealized) \ngains. Adjusted EBITDA is a key measure in \nour business and a helpful representation for \nthe cash being generated by normal company \noperations.\n\nEligible Annual Earnings X Target Incentive % 50% Period Allocation (annual)X X\n\nComponent Weighting % = Annual Incentive AwardPerformance Level Achieved %X\n\nAn example of how this award is calculated can be found at the end of this document.\n\n\n\nTM\n\n4\n\nSustainability performance \nTo facilitate our long-term growth plans, we need to increase automation, eliminate manual processes, \nand better integrate our processes, technology, and reporting capabilities. By creating standard solutions, \nwe can significantly improve our ability to take advantage of new technologies that support our desire for \nflexible and scalable solutions across the organization. Sustainability performance determines 10% of your \nannual incentive award.\n\nSustainability milestones\n1. Extend the Salesforce customer portal adding additional functionality to improve user adoption rates \n\nand complete release 2 enhancements.\n2. Develop a plan for the migration of 8 unique instances of asset management and asset procurement \n\nplatform (Avantis) to S4/HANA across all North American facilities for implementation in 2024 â€“ 2026.\n3. Retire the legacy Business Process Consolidation (â€œBPCâ€) reporting system and be ready to go live with \n\nstandard SAP S/4 HANA functionality in 2024.\n4. Retire legacy Leased Facilities System (â€œLFSâ€) and be ready to go live with standard SAP S/4 HANA \n\nfunctionality in 2024.\n\n \nProcess safety performance \n\nTo reinforce the importance of process safety as part of our Do It Right culture, we all share in the \ncollective performance across all Manufacturing and Distribution Facilities on two key components of \nprocess safety. The annual aggregated completion percentage of scheduled activities is used to  \ndetermine payout on the process safety metric. Process safety performance determines 10% of your \nannual incentive award. \n\nProcess safety goals\n\nProcess Safety Component #1 \nSafety critical equipment inspections\nEach facility will have a schedule of inspections  \nfor safety critical equipment that needs to be  \ncompleted on time.\n\nProcess Safety Component #2 \nManagement of Change (MOC) \nEach facility will complete all MOCs within 90 days \nof pre-startup safety reviews conducted in 2023. \n\nLevel\nSustainability milestone \ncompletion\n\nThreshold\nTarget\n\nMaximum\n\nPercentage of sustainability    \nperformance incentive paid\n\n1 milestone\n2 milestones\n3 milestones\n4 milestones\n\n50%\n100%\n150%\n200%\n\nLevel\nProcess safety \ncompletion\n\nThreshold\nTarget\nMaximum\n\nPercentage of process safety \nperformance incentive paid\n\n90% completion\n95% completion\n98% completion\n\n50%\n100%\n200%\n\nShort-Term Incentive\n\nTo qualify for the process safety performance payout, we must achieve our behavioral safety gate metric as a company, \ni.e., at least 95% of all individual safety scores achieved during the year must be 80 points or greater.\n\n\n\nTM\n\n5\n\nClean energy performance \nTo facilitate our long-term goal of reducing carbon emissions across our global network to achieve  \nnet-zero carbon emissions by 2050, we need to continue to advance the companyâ€™s efforts towards \nour clean energy strategy and align our initiatives with ESG goals. Clean energy performance \ndetermines 20% of your annual incentive award. \n\nClean energy milestones\n1. Complete FEED study on greenfield low carbon ammonia plant and make a financial investment \n\ndecision (go/no go) by year end 2023.\n2. Sign a Memorandum of Understanding (â€œMOUâ€) with another low carbon ammonia off-take partner  \n\nor customer.\n3. Develop a decarbonization plan to achieve the companyâ€™s 2030 and 2050 GHG emission goals.\n4. Complete engineering and procurement of Continuous Emissions Monitoring Systems (â€œCEMSâ€) for  \n\n12 unabated Nitric Acid plants and commission 3 by year end 2023.\n5. Achieve mechanical completion of the Green ammonia plant by year end 2023.\n\nYour quarterly VIP award (50% of incentive) \n \nYou also may earn quarterly incentive payouts based on your siteâ€™s ammonia production and your  \nindividual safety score. Quarterly incentive awards are calculated using this formula:\n\n \nSite ammonia production\nTo qualify for a quarterly incentive payout, your site must produce at or above the threshold amount  \nof ammonia each quarter. Your site management will communicate this goal.\n\nOnce threshold production is met, you are eligible to receive an incentive payout for the quarter.   \nYour actual award is then determined based on your individual safety points.\n\nShort-Term Incentive\n\nEligible Quarterly Earnings X Target Incentive % X\n\nIndividual Safety Modifier %X = Quarterly Incentive Award\n\n50% Period Allocation (quarterly)\n\nLevel Clean energy  \nmilestone completion\n\nThreshold\nTarget\n\nMaximum\n\nPercentage of clean energy \nperformance incentive paid\n\n2 milestones\n3 milestones\n4 milestones\n5 milestones\n\n50%\n100%\n150%\n200%\n\nAn example of how this award is calculated can be found at the end of this document.\n\n\n\nTM\n\n6\n\nIndividual safety points\nEach employee in Manufacturing and Distribution Facilities will earn individual safety points each  \nquarter. The safety points earned are determined based on evaluations on four dimensions and points  \nare earned based on the degree of completion:\n\nYour actual quarterly incentive  \npayout is determined by your  \nindividual safety points for that \nquarter, as shown in the table on \nthe right. \n\nExamples\nAssume Alex has eligible earnings of $88,000 for the whole year and a target incentive of 5%, or $4,400. \nHalf of Alexâ€™s incentive opportunity ($2,200) is based on the annual metrics (financial, sustainability,  \nprocess safety, and clean energy) of the company. The other half of the incentive opportunity ($2,200) is \nbased on quarterly site performance and Alexâ€™s individual safety points. The calculations work as follows:\n\nAnnual VIP award (50% of incentive)\nLetâ€™s assume the following:\n\nâ€¢ CF achieves above target financial performance â€“ earning 125% of the target dollar amount for  \nadjusted EBITDA.\n\nâ€¢ CF completes three milestones related to sustainability, resulting in a 150% payout on this component.\nâ€¢ After confirming that at least 95% of all Manufacturing and Distribution Facilities individual employee \n\nsafety scores were at least 80 points, the aggregate completion percentage for process safety is  \ndetermined to be 95%, resulting in a 100% payout for this component.\n\nâ€¢ CF completes three milestones related to clean energy, resulting in 100% payout for this component.\n\nShort-Term Incentive\n\nPoints\nQuarterly award (percentage of  \nindividual quarterly incentive target)\n\n90-100\n\n80-89\n\n70-79\nBelow 70\n\n200%\n\n150%\n\n100%\n0%\n\nHuman performance risk \nobservations and safety \nleadership activities\n\nProcess safety \nactivities Compliance\n\nSite-defined EHS \nfocus areas\n\n0 â€“ 20 points\nPoints are determined \nat the site level based on \nthe collective effort of \nthe team.\n\n0 â€“ 15 points\nPoints are determined \nat the site level based \non the collective effort \nof the team.\n\n0 â€“ 15 points\nPoints are determined \nat the site level based \non the collective effort \nof the team. \n\n0 â€“ 50 points\nPoints vary by employee \nbased on individual \nachievement of \nestablished goals.\n\n\n\nTM\n\n7\n\nShort-Term Incentive\n\nAlexâ€™s incentive award for the annual portion would equal $2,640, calculated as follows:\n\nQuarterly VIP award (50% of incentive)\nLetâ€™s assume Alexâ€™s eligible earnings are evenly paid out in each quarter. Letâ€™s also assume that the site \nachieves its ammonia production threshold in three of the four quarters during the year. While the site falls \nshort of the production threshold in the second quarter and does not earn a payout, the individual safety \nscores are still included in the annual aggregate.\n\nAlex receives a safety score of 100 points in the first quarter, 70 points in the second quarter, and then 85 \nand 95 points in quarters three and four, respectively.\n\nAlexâ€™s quarterly VIP incentive payout would total $3,025 for the full year.\n\n \nThe combined total of annual and quarterly incentive payments in this  \nexample is $5,665.\n\n$88,000 5% $1,320\n\n$220\n\n$220\n\n$440\n\n$2,200\n\n125% \n\n150%\n\n100%\n\n100%\n\n$1,650\n\n$330\n\n$220\n\n$440\n\n50%\n\nEligible \nannual \nearnings Component weighting %\n\nFinancial (60%) \n\nSustainability (10%)\n\nProcess safety (10%)\n\nClean energy (20%)\n\nTarget  \nincentive  \n% Target $\n\nPerformance \nlevel achieved \n%\n\nAnnual \nincentive \naward\n\nTotal annual \npayout earned\n\nPeriod \nallocation \n(annual)\n\n$2,640\n\nEligible \nquarterly \nearnings\n\nSite ammonia \nproduction \nthreshold \nmet?\n\n$22,000\n\n$22,000\n\n$22,000\n\n$22,000\n\nYes\n\nNo\n\nYes\n\nYes\n\nTarget\nincentive \n%\n\n5%\n\n5%\n\n5%\n\n5%\n\nTarget\n$\n\n$550\n\n$550\n\n$550\n\n$550\n\nProcess Compliance\nSite- \nspecific\n\nSafety  \nscore  \nmodifier\n\n15\n\n15\n\n10\n\n15\n\n15\n\n0\n\n15\n\n15\n\n50\n\n35\n\n45\n\n45\n\nQuarterly \nincentive \naward\n\nTotal quarterly payout earned $3,025  \n\n20\n\n20\n\n15\n\n20\n\n100\n\n70\n\n85\n\n95\n\n200%\n\n100%\n\n150%\n\n200%\n\n$1,100\n\n$0\n\n$825\n\n$1,100\n\nQuarter HPR\nSafety \npoints\n\nQ1\n\nQ2\n\nQ3\n\nQ4\n\nPeriod\nallocation\n(quarter)\n\n50%\n\n50%\n\n50%\n\n50%\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13406, 362, '_relevanssi_pdf_content', '\nClaim Form\nto Pay Insured/Subscriber\n\nP.O. Box 805107 â€¢ Chicago, Illinois 60680-4112\n\nEach item on this form needs to be completed.\nInstructions for completion are listed on the reverse side.\n\n1\n\nInsured/Subscriber Name (Last, First, Middle Initial)\n\nMailing Address\n\nCity and State ZIP Code\n\nInsured Employed?     Date of Retirement:\n        Month   Day  Year\n\nÂ£ Yes   Â£ No   Â£ Retired   __________ /__________ /_____________\n\nPlease print or type.\n\n3\n\nType of treatment received:\nCheck only one type and attach itemized statements. Please use  \na separate claim form for each different type of treatment.\n\nPlease note: Preventive care includes immunizations, routine  \nwell baby care, routine physical examinations, vision and  \nhearing exams.\n\n              Month     Day   Year\n\nÂ£ Injury â€” Date of accident:          __________ /__________ /_____________\n\nÂ£ Illness â€” Date of first symptom:         __________ /__________ /_____________\n\nÂ£ Pregnancy â€” Date of conception:         __________ /__________ /_____________\n\nÂ£ Preventive â€” Date of service:         __________ /__________ /_____________\n\n4\n\nDescribe: Diagnosis, symptoms of illness or injury or explain preventive or routine care received.\n\n_________________________________________________________________________________________________________________________________________________________________________\n\n_________________________________________________________________________________________________________________________________________________________________________\n\n_________________________________________________________________________________________________________________________________________________________________________\n\n5 Was illness or injury work connected?          Â£ Yes   Â£ No\nName and address of employer\n\n______________________________________________________________________________________________\n\n______________________________________________________________________________________________6 If injury, was a motor vehicle involved?          Â£ Yes   Â£ No\n\n7\n\nIs patient covered under any other health benefits plan (besides Medicaid, Medicare or CHAMPUS)? Â£ Yes   Â£ No\n\nInsurance Co.  _____________________________________________________________________\n\nAddress  __________________________________________________________________________\n\nEmployer  _________________________________________________________________________\n\nInsured name  ____________________________________________________________________\n\nPolicy # ___________________________________________________________________________\n\n                                                                                   Month        Day      Year\n\nEffective date of coverage          ___________ /___________ /______________ \n\nSex of Insured    Â£ Male    Â£ Female             \nDate of birth of insured           ___________ /___________ /______________\n\nRelationship to patient   _________________________________________________________\n\nIf the other coverage is primary, attach the other insurance companyâ€™s Explanation of Benefits.\n\n9\n\nI certify the above is complete and correct and that I am claiming benefits only for charges incurred by the patient named above. \nAuthorization is hereby given to any Hospital, Physician, Dentist, Provider, Insurance Carrier or other entity to give Blue Cross and \nBlue Shield of Illinois, upon request, any medical information which the Plans in their judgment deem necessary to the adjudication of this \nclaim. Any person who knowingly presents a false or fraudulent claim for the payment of a loss is guilty of a crime and may be subject to \nfines and confinement in state prison.\n\nSignature of Insured Date Daytime telephone number\n\n8\n\nMedicare â€” Is the patient:\n\na) Entitled to benefits under Medicare insurance (Part A)? \n\nb) Entitled to benefits under Medicare insurance (Part B)?\n\nc) Entitled to benefits under Medicare due to a disability?\n\n                                                                                          Month   Day    Year\n\nÂ£ Yes   Â£ No   Effective     ___________ /___________ /______________ \n\nÂ£ Yes   Â£ No   Effective     ___________ /___________ /______________\n\nÂ£ Yes   Â£ No   Effective     ___________ /___________ /______________\n\nPatientâ€™s Medicare Identification Number. (From Medicare ID card) ___________________________________________________________________________________________________\n\n2\n\nGroup Number Insured/Subscriber Identification Number (from ID card)\n\nPatientâ€™s Full Name (Last, First, Middle)\n\nPatientâ€™s Sex Patientâ€™s Date of Birth     Month        Day      Year\n\n                                __________ /__________ /_____________\n\nPatientâ€™s Relationship to Insured\n\nÂ£ Self   Â£ Spouse   Â£ Child   Â£ Other (explain) _______________________________________\n\n228934.1015\n\n10\nTotal amount for ALL covered services and supplies received. $\n\nItemized Bill(s) for covered services and supplies must be attached. (See Instructions on reverse side.)   \n\n\n\n1\nInsured/subscriberâ€™s \nname, address and \nemployment status\n\nPlease show the insured/subscriberâ€™s name exactly as it appears on the Blue Cross and Blue Shield of Illinois \nidentification card and specify the current address including the ZIP code. Check appropriate box indicating the \ninsured/subscriberâ€™s employment status. If retired, give date of retirement.\n\n2 Patient information\nMake sure the group number and identification number are exactly as shown on the insuredâ€™s identification \ncard. List patientâ€™s full name; no nicknames or initials. Check the appropriate blocks for the patientâ€™s sex and \nrelationship to the insured. Ensure the patientâ€™s correct date of birth is shown.\n\n3\nType of treatment \nreceived\n\nCheck only one treatment type (injury, illness, pregnancy or preventive care) and specify date of injury, date \nof first symptom, date of conception or date preventive care was received. You may attach multiple itemized \nstatements if they are for one type of treatment (example: illness only, preventive care only).\n\n4\nDiagnosis or symptoms \nof illness or injury\n\nGive diagnosis or a brief description of symptoms. If preventive care services were received, state the type of \ncare (routine physical, hearing exam, vision exam, immunization or diagnosis, etc.).\n\n5\nIf illness or injury is in  \nany way work-related\n\nCheck appropriate box and enter name and address of employer.\n\n6 If motor vehicle injury Check appropriate box.\n\n7 Other insurance Please check appropriate box. If â€œyes,â€ complete the required information.\n\n8 Medicare information\n\nPlease check appropriate box concerning Medicare eligibility. If â€œyes,â€ show effective date and give Medicare \nidentification number.\n\nMedicare Enrollees should include a copy(s) of the Medicare Explanation of Benefits Form(s) (EOB) with their \nitemized statements unless patient is actively employed and requires group coverage to pay primary.\n\n9\nInsuredâ€™s signature, \ndate and daytime \ntelephone number\n\nPlease sign and date this form and attach your physicianâ€™s itemized letterhead statement(s). The itemized \nstatement(s) should contain all the information shown in the following example:\n\n10\n\nExample of Itemized Bill  â€”   Please remember to attach the original bill(s) to the claim form and make a copy \nfor your records. Itemized bills cannot be returned.\n\nINSTRUCTIoNS\n\nImportant: Do NoT file this form if your Provider of Service is submitting  \nthese charges to Blue Cross and Blue Shield of Illinois.\n\nPlease complete every item on claim form.\n\nThis completed form, together with the itemized bills, should be submitted to: \n\nBlue Cross and Blue Shield of Illinois\nP.O. Box 805107\n\nChicago, Illinois 60680-4112\nA Division of Health Care Service Corporation, a Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association                                          228934.1015\n\nClaim Form\nto Pay Insured/Subscriber\n\nDayton Penridge, M.D.\n101 Fourth Street\nHealthville, U.S.A.\n\nDiagnosis Code:  \n(78659) Chest pain, other\n\nFor Professional Services Rendered To: \nVirginia E. Warowes\n\n 3/1/15 G0206 Mammogram $XXX\n 3/1/15 19120 Excision of Cyst $XXX\n 3/1/15 19083 Biopsy, breast w/Ultrasound $XXX\n 3/6/15 90659 Flu Vaccine $XXX\n 3/6/15 G0008 Flu Vaccine Administration $XXX\n\nFoR oTHER THAN PRESCRIPTIoN \nDRUG CARD HoLDERS: Bills for \nPrescription Drugs must show the \nname of each drug, the prescription \nnumber, the quantity dispensed, the \ndate of purchase, and the amount \ncharged for each drug, If drug is \ngeneric then the pharmacist must \nalso indicate on itemized bill.\n\nNoTE: Bills for Private Duty \nNursing Service must show \nthe professional status of the \nnurse (R.N. â€” Registered \nNurse, L.V.N. â€” Licensed \nVocational Nurse), the nurseâ€™s \nlicense number, and must be \naccompanied by a statement \nfrom your physician indicating \nmedical necessity and daily \nnurseâ€™s progress notes.\n\nName of the person or \norganization providing the \nservices or supplies.\n\nName of the patient \nreceiving the services \nor supplies\n\nIf you are submitting itemized bills \nfor a variety of services please use a \nseparate claim form for each different \ntype of treatment (one for illness, \nanother for an injury, etc.).\n\nPlease cross out those charges which \nwere included on a previous claim.\n\nDate each \nservice or supply\n\nwas provided\n\nDescription of the\nservices or supplies\nprovided\n\nCharge for \neach service \n\nor supply\n\n\n\nÂ \n\nbcbsil.com \n\n     \n\nIf you, or someone you are helping, have questions, you have the right to get help and information in your language at no cost.Â To speak to an \ninterpreter, call the customer service number on the back of your member card. If you are not a member, or donâ€™t have a card, call 855-710-6984. \n\n  Ø§Ù„Ø¹Ø±Ø¨ÙŠØ©\nArabic \n\nÙ„Ù„ØªØ­Ø¯Ø« Ø¥Ù„Ù‰ Ù…ØªØ±Ø¬Ù… ÙÙˆØ±ÙŠØŒ Ø§ØªØµÙ„ Ø¹Ù„Ù‰ . Ø¥Ù† ÙƒØ§Ù† Ù„Ø¯ÙŠÙƒ Ø£Ùˆ Ù„Ø¯Ù‰ Ø´Ø®Øµ ØªØ³Ø§Ø¹Ø¯Ù‡ Ø£Ø³Ø¦Ù„Ø©ØŒ ÙÙ„Ø¯ÙŠÙƒ Ø§Ù„Ø­Ù‚ ÙÙŠ Ø§Ù„Ø­ØµÙˆÙ„ Ø¹Ù„Ù‰ Ø§Ù„Ù…Ø³Ø§Ø¹Ø¯Ø© ÙˆØ§Ù„Ù…Ø¹Ù„ÙˆÙ…Ø§Øª Ø§Ù„Ø¶Ø±ÙˆØ±ÙŠØ© Ø¨Ù„ØºØªÙƒ Ù…Ù† Ø¯ÙˆÙ† Ø§ÙŠØ© ØªÙƒÙ„ÙØ©\n  .6984-710-855ÙØ¥Ù† Ù„Ù… ØªÙƒÙ† Ø¹Ø¶Ù‹ÙˆØ§ØŒ Ø£Ùˆ ÙƒÙ†Øª Ø§Ù„ ØªÙ…Ù„Ùƒ Ø¨Ø·Ø§Ù‚Ø©ØŒ ÙØ§ØªØµÙ„ Ø¹Ù„Ù‰ . Ø±Ù‚Ù… Ø®Ø¯Ù…Ø© Ø§Ù„Ø¹Ù…Ø§Ù„Ø¡ Ø§Ù„Ù…Ø°ÙƒÙˆØ± Ø¹Ù„Ù‰ Ø¸Ú¾Ø± Ø¨Ø·Ø§Ù‚Ø© Ø¹Ø¶ÙˆÙŠØªÙƒ\n\nç¹é«”ä¸­æ–‡ \nChinese \n\nå¦‚æžœæ‚¨, æˆ–æ‚¨æ­£åœ¨å”åŠ©çš„å°è±¡, å°æ­¤æœ‰ç–‘å•, æ‚¨æœ‰æ¬Šåˆ©å…è²»ä»¥æ‚¨çš„æ¯èªžç²å¾—å¹«åŠ©å’Œè¨Šæ¯ã€‚æ´½è©¢ä¸€ä½ç¿»è­¯å“¡, è«‹è‡´é›»å°åœ¨æ‚¨çš„æœƒ\nå“¡å¡èƒŒé¢çš„å®¢æˆ¶æœå‹™é›»è©±è™Ÿç¢¼ã€‚å¦‚æžœæ‚¨ä¸æ˜¯æœƒå“¡, æˆ–æ²’æœ‰æœƒå“¡å¡, è«‹è‡´é›» 855-710-6984ã€‚ \n\nFranÃ§ais \nFrench \n\nSi vous, ou quelqu\'un que vous Ãªtes en train dâ€™aider, avez des questions, vous avez le droit d\'obtenir de l\'aide et l\'information dans votre langue Ã  \naucun coÃ»t. Pour parler Ã  un interprÃ¨te, composez le numÃ©ro du service client indiquÃ© au verso de votre carte de membre. Si vous nâ€™Ãªtes pas \nmembre ou si vous nâ€™avez pas de carte, veuillez composer le 855-710-6984. \n\nDeutsch \nGerman \n\nFalls Sie oder jemand, dem Sie helfen, Fragen haben, haben Sie das Recht, kostenlose Hilfe und Informationen in Ihrer Sprache zu erhalten. Um mit \neinem Dolmetscher zu sprechen, rufen Sie bitte die Kundenservicenummer auf der RÃ¼ckseite Ihrer Mitgliedskarte an. Falls Sie kein Mitglied sind oder \nkeine Mitgliedskarte besitzen, rufen Sie bitte 855-710-6984 an. \n\nÎ•Î»Î»Î·Î½Î¹ÎºÎ¬ \nGreek \n\nÎ•Î¬Î½ ÎµÏƒÎµÎ¯Ï‚ Î® ÎºÎ¬Ï€Î¿Î¹Î¿Ï‚ Ï€Î¿Ï… Î²Î¿Î·Î¸Î¬Ï„Îµ Î­Ï‡ÎµÏ„Îµ ÎµÏÏ‰Ï„Î®ÏƒÎµÎ¹Ï‚, Î­Ï‡ÎµÏ„Îµ Ï„Î¿ Î´Î¹ÎºÎ±Î¯Ï‰Î¼Î± Î½Î± Î»Î¬Î²ÎµÏ„Îµ Î²Î¿Î®Î¸ÎµÎ¹Î± ÎºÎ±Î¹ Ï€Î»Î·ÏÎ¿Ï†Î¿ÏÎ¯ÎµÏ‚ ÏƒÏ„Î· Î³Î»ÏŽÏƒÏƒÎ± ÏƒÎ±Ï‚ Ï‡Ï‰ÏÎ¯Ï‚ Ï‡ÏÎ­Ï‰ÏƒÎ·. Î“Î¹Î± Î½Î± \nÎ¼Î¹Î»Î®ÏƒÎµÏ„Îµ ÏƒÎµ Î­Î½Î±Î½ Î´Î¹ÎµÏÎ¼Î·Î½Î­Î±, ÎºÎ±Î»Î­ÏƒÏ„Îµ Ï„Î¿Î½ Î±ÏÎ¹Î¸Î¼ÏŒ ÎµÎ¾Ï…Ï€Î·ÏÎ­Ï„Î·ÏƒÎ·Ï‚ Ï€ÎµÎ»Î±Ï„ÏŽÎ½ Ï€Î¿Ï… Î±Î½Î±Î³ÏÎ¬Ï†ÎµÏ„Î±Î¹ ÏƒÏ„Î¿ Ï€Î¯ÏƒÏ‰ Î¼Î­ÏÎ¿Ï‚ Ï„Î·Ï‚ ÎºÎ¬ÏÏ„Î±Ï‚ Î¼Î­Î»Î¿Ï…Ï‚ ÏƒÎ±Ï‚. Î•Î¬Î½ Î´ÎµÎ½ ÎµÎ¯ÏƒÏ„Îµ \nÎ¼Î­Î»Î¿Ï‚ Î® Î´ÎµÎ½ Î­Ï‡ÎµÏ„Îµ ÎºÎ¬ÏÏ„Î±, ÎºÎ±Î»Î­ÏƒÏ„Îµ Ï„Î¿Î½ Î±ÏÎ¹Î¸Î¼ÏŒ 855-710-6984. \n\nàª—àªœà«àª°àª¾àª¤à«€ \nGujarati \n\nàªœà«‹ àª¤àª®àª¨à«‡ àª…àª¥àªµàª¾ àª¤àª®à«‡ àª®àª¦àª¦ àª•àª°à«€ àª° àª¾ àª¹à«‹àª¯ àªàªµà«€ àª•à«‹àªˆ àª¬à«€àªœà«€ àª¯àª¿àª•à«àª¤àª¨ à«‡àªàª¸.àª¬à«€.àªàª®. àª¦à«àª­àª¾àª¿àª·àª¯àª¾ àª¸àª¾àª¥à«‡ àªµàª¾àª¤ àª•àª°àªµàª¾ àª®àª¾àªŸà«‡, àª¤àª®àª¾àª°àª¾ \nàª¸ àª¯àªªàª¦àª¨àª¾ àª•àª¾àª¡àª°à«àª¨à«€ àªªàª¾àª›àª³ àª†àªªà«‡àª² àª—à«àª°àª¾àª¹àª• àª¸à«‡àªµàª¾ àª¨àª¬àª‚àª° àªªàª° àª•à«‰àª² àª•àª°à«‹. àªœà«‹ àª†àªª àª¸ àª¯àªªàª¦ àª¨àª¾ àª§àª°àª¾àªµàª¤àª¾ àª¹à«‹àªµ, àª…àª¥àªµàª¾ àª†àªªàª¨à«€ àªªàª¾àª¸à«‡ àª•àª¾àª¡àª°à« \nàª¨àª¥à«€ àª¤à«‹ 855-710-6984 àª¨àª¬àª‚àª° àªªàª° àª•à«‰àª² àª•àª°à«‹. \n\nà¤¿à¤¹à¤¦à¤‚à¥€ \nHindi \n\nà¤¯à¤¿à¤¦ à¤†à¤ªà¤•à¥‡, à¤¯à¤¾ à¤†à¤ª à¤¿à¤œà¤¸à¤•à¥€ à¤¸à¤¹à¤¾à¤¯à¤¤à¤¾ à¤•à¤° à¤°à¤¹à¥‡ à¤¹ à¤‰à¤¸à¤•à¥‡, à¤ªà¥à¤° à¤¨ à¤¹, à¤¤à¥‹ à¤†à¤ªà¤•à¥‹ à¤…à¤ªà¤¨à¥€ à¤­à¤¾à¤·à¤¾ à¤® à¤¿à¤¨à¤ƒà¤¶à¥ à¤• à¤¸à¤¹à¤¾à¤¯à¤¤à¤¾ à¤”à¤° à¤œà¤¾à¤¨à¤•à¤¾à¤°à¥€ à¤ªà¥à¤°à¤¾ à¤¤ à¤•à¤°à¤¨à¥‡ à¤•à¤¾ à¤…à¤¿à¤§à¤•à¤¾à¤° \nà¤¹à¥ˆà¥¤ à¤¿à¤•à¤¸à¥€ à¤…à¤¨à¥à¤µà¤¾à¤¦à¤• à¤¸à¥‡ à¤¬à¤¾à¤¤ à¤•à¤°à¤¨à¥‡ à¤•à¥‡ à¤¿à¤²à¤, à¤…à¤ªà¤¨à¥‡ à¤¸à¤¦ à¤¯ à¤•à¤¾à¤¡à¤°à¥ à¤•à¥‡ à¤ªà¥€à¤›à¥‡ à¤¿à¤¦à¤ à¤—à¤ à¤—à¥à¤°à¤¾à¤¹à¤• à¤¸à¥‡à¤µà¤¾ à¤¨à¤‚à¤¬à¤° à¤ªà¤° à¤•à¥‰à¤² à¤•à¤°à¥¤ à¤¯à¤¿à¤¦ à¤†à¤ª à¤¸à¤¦ à¤¯ à¤¨à¤¹à¥€à¤‚ à¤¹, à¤¯à¤¾ à¤†à¤ªà¤•à¥‡ \nà¤ªà¤¾à¤¸ à¤•à¤¾à¤¡à¤°à¥ à¤¨à¤¹à¥€à¤‚ à¤¹à¥ˆ, à¤¤à¥‹ 855-710-6984 à¤ªà¤° à¤•à¥‰à¤² à¤•à¤°à¥¤ \n\nItaliano \nItalian \n\nSe tu o qualcuno che stai aiutando avete domande, hai il diritto di ottenere aiuto e informazioni nella tua lingua gratuitamente. Per parlare con un \ninterprete, puoi chiamare il servizio clienti al numero riportato sul lato posteriore della tua tessera di socio. Se non sei socio o non possiedi una \ntessera, puoi chiamare il numero 855-710-6984. \n\ní•œêµ­ì–´ \nKorean \n\në§Œì•½ ê·€í•˜ ë˜ëŠ” ê·€í•˜ê°€ ë•ëŠ” ì‚¬ëžŒì´ ì§ˆë¬¸ì´ ìžˆë‹¤ë©´ ê·€í•˜ëŠ” ë¬´ë£Œë¡œ ê·¸ëŸ¬í•œ ë„ì›€ê³¼ ì •ë³´ë¥¼ ê·€í•˜ì˜ ì–¸ì–´ë¡œ ë°›ì„ ìˆ˜ ìžˆëŠ” ê¶Œë¦¬ê°€ \nìžˆìŠµë‹ˆë‹¤. íšŒì› ì¹´ë“œ ë’·ë©´ì— ìžˆëŠ”ê³ ê° ì„œë¹„ìŠ¤ ë²ˆí˜¸ë¡œ ì „í™”í•˜ì‹­ì‹œì˜¤. íšŒì›ì´ ì•„ë‹ˆì‹œê±°ë‚˜ ì¹´ë“œê°€ ì—†ìœ¼ì‹œë©´ 855-710-6984 ìœ¼ë¡œ \nì „í™”ì£¼ì‹­ì‹œì˜¤. \n\nDinÃ© \nNavajo \n\nTâ€™11 ni, 47 doodago [aâ€™da b7k1 an1n7lwoâ€™7g77, naâ€™7d7[kidgo, tsâ€™7d1 bee n1 ah00tiâ€™iâ€™ tâ€™11 n77kâ€™e n7k1 aâ€™doolwo[. Ataâ€™ halneâ€™7 bichâ€™8â€™ \nhadeesdzih n7n7zingo 47 kweâ€™4 daâ€™7n7ishgi 1k1 an7daalwoâ€™7g77 bichâ€™8â€™ hod77lnih, bee n44h0zinii bineâ€™d66â€™ bik11â€™. Koj7 atah naaltsoos n1 \nhad7tâ€™44g00 47 doodago bee n44h0zin7g77 1dingo koj8â€™ hod77lnih 855-710-6984. \n\nPolski \nPolish \n\nJeÅ›li Ty lub osoba, ktÃ³rej pomagasz, macie jakiekolwiek pytania, macie prawo do uzyskania bezpÅ‚atnej informacji i pomocy we wÅ‚asnym jÄ™zyku. \nAby porozmawiaÄ‡ z tÅ‚umaczem, zadzwoÅ„ pod numer podany na odwrocie karty czÅ‚onkowskiej. JeÅ¼eli nie jesteÅ› czÅ‚onkiem lub nie masz przy \nsobie karty, zadzwoÅ„ pod numer 855-710-6984. \n\nÐ ÑƒÑÑÐºÐ¸Ð¹ \nRussian \n\nÐ•ÑÐ»Ð¸ Ñƒ Ð²Ð°Ñ Ð¸Ð»Ð¸ Ñ‡ÐµÐ»Ð¾Ð²ÐµÐºÐ°, ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð¼Ñƒ Ð²Ñ‹ Ð¿Ð¾Ð¼Ð¾Ð³Ð°ÐµÑ‚Ðµ, Ð²Ð¾Ð·Ð½Ð¸ÐºÐ»Ð¸ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹, Ñƒ Ð²Ð°Ñ ÐµÑÑ‚ÑŒ Ð¿Ñ€Ð°Ð²Ð¾ Ð½Ð° Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½ÑƒÑŽ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒ Ð¸ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸ÑŽ, \nÐ¿Ñ€ÐµÐ´Ð¾ÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½ÑƒÑŽ Ð½Ð° Ð²Ð°ÑˆÐµÐ¼ ÑÐ·Ñ‹ÐºÐµ. Ð§Ñ‚Ð¾Ð±Ñ‹ Ð¿Ð¾Ð³Ð¾Ð²Ð¾Ñ€Ð¸Ñ‚ÑŒ Ñ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´Ñ‡Ð¸ÐºÐ¾Ð¼, Ð¿Ð¾Ð·Ð²Ð¾Ð½Ð¸Ñ‚Ðµ Ð² Ð¾Ñ‚Ð´ÐµÐ» Ð¾Ð±ÑÐ»ÑƒÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ ÐºÐ»Ð¸ÐµÐ½Ñ‚Ð¾Ð² Ð¿Ð¾ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ñƒ, ÑƒÐºÐ°Ð·Ð°Ð½Ð½Ð¾Ð¼Ñƒ \nÐ½Ð° Ð¾Ð±Ñ€Ð°Ñ‚Ð½Ð¾Ð¹ ÑÑ‚Ð¾Ñ€Ð¾Ð½Ðµ Ð²Ð°ÑˆÐµÐ¹ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ ÑƒÑ‡Ð°ÑÑ‚Ð½Ð¸ÐºÐ°. Ð•ÑÐ»Ð¸ Ð²Ñ‹ Ð½Ðµ ÑÐ²Ð»ÑÐµÑ‚ÐµÑÑŒ ÑƒÑ‡Ð°ÑÑ‚Ð½Ð¸ÐºÐ¾Ð¼ Ð¸Ð»Ð¸ Ñƒ Ð²Ð°Ñ Ð½ÐµÑ‚ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸, Ð¿Ð¾Ð·Ð²Ð¾Ð½Ð¸Ñ‚Ðµ Ð¿Ð¾ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ñƒ  \n855-710-6984. \n\nEspaÃ±ol \nSpanish \n\nSi usted o alguien a quien usted estÃ¡ ayudando tiene preguntas, tiene derecho a obtener ayuda e informaciÃ³n en su idioma sin costo alguno. Para \nhablar con un intÃ©rprete comunÃ­quese con el nÃºmero del Servicio al Cliente que figura en el reverso de su tarjeta de miembro. Si usted no es miembro \no no posee una tarjeta, llame al 855-710-6984. \n\nTagalog \nTagalog \n\nKung ikaw, o ang isang taong iyong tinutulungan ay may mga tanong, may karapatan kang makakuha ng tulong at impormasyon sa iyong wika nang \nwalang bayad. Upang makipag-usap sa isang tagasalin-wika, tumawag sa numero ng serbisyo para sa kustomer sa likod ng iyong kard ng miyembro. \nKung ikaw ay hindi isang miyembro, o kaya ay walang kard, tumawag sa 855-710-6984. \n\n  Ø§Ø±Ø¯Ùˆ\nUrdu \n\nÚ©Ø§ Ø­Ù‚ ÛÛ’Û”  Ú¯Ø± Ø¢Ù¾ Ú©ÙˆØŒ ÙŠØ§ Ú©Ø³ÛŒ Ø§ÙŠØ³Û’ ÙØ±Ø¯ Ú©Ùˆ Ø¬Ø³ Ú©ÛŒ Ø¢Ù¾ Ù…Ø¯Ø¯ Ú©Ø±Ø±ÛÛ’ ÛÙŠÚºØŒ Ú©ÙˆØ¦ÛŒ Ø³ÙˆØ§Ù„ Ø¯Ø±Ù¾ÙŠØ´ ÛÛ’ ØªÙˆØŒ Ø¢Ù¾ Ú©Ùˆ Ø§Ù¾Ù†ÛŒ Ø²Ø¨Ø§Ù† Ù…ÙŠÚº Ù…ÙØª Ù…Ø¯Ø¯ Ø§ÙˆØ± Ù…Ø¹Ù„ÙˆÙ…Ø§Øª Ø­Ø§ØµÙ„ Ú©Ø±Ù†Û’\n  Ø¬Ùˆ Ø¢Ù¾ Ú©Û’ Ú©Ø§Ø±Úˆ Ú©ÛŒ Ù¾Ø´Øª Ù¾Ø± Ø¯Ø±Ø¬ ÛÛ’Û” Ø§Ú¯Ø± Ø¢Ù¾ Ù…Ù…Ø¨Ø± Ù†ÛÙŠÚº ÛÙŠÚºØŒ ÙŠØ§ Ø¢Ù¾ Ú©Û’ Ù¾Ø§Ø³ Ú©Ø§Ø±Úˆ Ù†ÛÙŠÚº ÛÛ’ ØªÙˆØŒ Ù¾Ø± Ú©Ø§Ù„ Ú©Ø±ÙŠÚº  Ú©Ø³Ù¹Ù…Ø± Ø³Ø±ÙˆØ³ Ù†Ù…Ø¨Ø± Ù…ØªØ±Ø¬Ù… Ø³Û’ Ø¨Ø§Øª Ú©Ø±Ù†Û’ Ú©Û’ Ù„ÙŠÛ’ØŒ\n\n  Û”Ù¾Ø± Ú©Ø§Ù„ Ú©Ø±ÙŠÚº 855-710-6984 \n\nTiáº¿ng Viá»‡t \nVietnamese \n\nNáº¿u quÃ½ vá»‹ hoáº·c ngÆ°á»i mÃ  quÃ½ vá»‹ giÃºp Ä‘á»¡ cÃ³ báº¥t ká»³ cÃ¢u há»i nÃ o, quÃ½ vá»‹ cÃ³ quyá»n Ä‘Æ°á»£c há»— trá»£ vÃ  nháº­n thÃ´ng tin báº±ng ngÃ´n ngá»¯ cá»§a mÃ¬nh miá»…n \nphÃ­. Äá»ƒ nÃ³i chuyá»‡n vá»›i thÃ´ng dá»‹ch viÃªn, gá»i sá»‘ dá»‹ch vá»¥ khÃ¡ch hÃ ng náº±m á»Ÿ phÃ­a sau tháº» há»™i viÃªn cá»§a quÃ½ vá»‹. Náº¿u quÃ½ vá»‹ khÃ´ng pháº£i lÃ  há»™i viÃªn \nhoáº·c khÃ´ng cÃ³ tháº», gá»i sá»‘ 855-710-6984. \n\n \n\n\n\n \n \n\nbcbsil.com \n \n\n \n\nHealth care coverage is important for everyone. \n\nWe provide free communication aids and services for anyone with a disability or who needs language assistance.  \nWe do not discriminate on the basis of race, color, national origin, sex, gender identity, age or disability. \n\nTo receive language or communication assistance free of charge, please call us at 855-710-6984. \n\nIf you believe we have failed to provide a service, or think we have discriminated in another way, contact us to file a grievance.  \n\nOffice of Civil Rights Coordinator Phone: 855-664-7270 (voicemail) \n300 E. Randolph St. TTY/TDD: 855-661-6965 \n35th Floor Fax: 855-661-6960 \nChicago, Illinois 60601 Email: CivilRightsCoordinator@hcsc.net \n\nYou may file a civil rights complaint with the U.S. Department of Health and Human Services, Office for Civil Rights, at: \n\nU.S. Dept. of Health & Human Services  Phone: 800-368-1019 \n200 Independence Avenue SW TTY/TDD: 800-537-7697 \nRoom 509F, HHH Building 1019 Complaint Portal: https://ocrportal.hhs.gov/ocr/portal/lobby.jsf \nWashington, DC  20201 Complaint Forms: http://www.hhs.gov/ocr/office/file/index.html \n\n \n\nhttps://ocrportal.hhs.gov/\nhttp://www.hhs.gov/ocr/office/file/index.html\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13407, 363, '_relevanssi_pdf_content', '\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation, a Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association \nMDLIVE, a separate company, operates and administers the virtual visit program and is solely responsible for its operations and that of its contracted providers.  \n\nVirtual Visits Member Guide  \n\n234994.0919 \n\n\n\n2 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations and that of its contracted providers. \n\nVirtual visits may not be available on all plans. \n\nGet Care When and \nWhere You Need It \n\nâ€¢ Whether youâ€™re at home or traveling, \naccess to an independently contracted, \nboard-certified doctor is available 24/7  \n\nâ€¢ You can speak to an MDLIVE doctor \nimmediately or schedule an appointment \nfor a time that works for you \n\nâ€¢ A virtual visit can also be a better \nalternative than going to the emergency \nroom or an urgent care center \n\nâ€¢ Visiting a doctor remotely can help treat \nmany non-emergency conditions \n\n\n\n3 \n\nWhen to Schedule  \na Virtual Visit \n \n\nConditions we are not able to treat: \n\nâ€¢ Emergency situations (bleeding, heart \nattack, stroke, etc.) \n\nâ€¢ Urinary tract infection in females under \n18 or males \n\nâ€¢ Sexually transmitted diseases (STDs) \n\nâ€¢ Children with fever (under 3) or  \near pain (under 12) \n\n \n\nIf you are having symptoms of  \na medical emergency, call 911 or  \ngo to the nearest emergency room  \n\nNon-Emergency Medical Conditions \n\n \n\nBehavioral Health \nâ€¢ Depression and anxiety \nâ€¢ Marital problems \nâ€¢ Child behavior and learning issues \nâ€¢ Financial hardship \nâ€¢ Coping with loss and grief \nâ€¢ Stresses and challenges of everyday life \n\nâ€¢ Allergies \nâ€¢ Cold and flu \nâ€¢ Earache \nâ€¢ Fever \nâ€¢ Headache \n\nâ€¢ Insect bites \nâ€¢ Nausea \nâ€¢ Pink eye \nâ€¢ Sore throat \nâ€¢ And more â€¦ \n\nPediatric Care \nâ€¢ Cold and flu \nâ€¢ Pink eye \nâ€¢ Nausea  \n\n\n\n4 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations and that of its contracted providers. \n\nThere are several convenient ways to \nactivate your account with MDLIVE so \nitâ€™s ready for you when you need care: \n\nRegister Before You  \nNeed Care \n\n    DESKTOP MOBILE  \nAPP \n\nTEXT \nASSISTANT  \n\n   TELEPHONE \n\n\n\n5 \n\nWebsite \nRegistration \n\n\n\n6 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nGo to \nmdlive.com/bcbsil \nand click  \nActivate Now  \nto get started \n\nActivate Your Account: Step 1 \n\nScreen images are for illustrative purposes only. \n\n\n\n7 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\n*Found on your member ID card. Be sure to include all letters and numbers as shown on card. \n\nFill in your personal \ninformation, \nincluding your  \n12-character \nmember ID number* \n\n \n\nActivate Your Account: Step 2 \n\nScreen images are for illustrative purposes only. \n\nTIP: If you are the employee/member, you can \nautomatically register your covered dependents too \n\n\n\n8 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations and that of its contracted providers. \n\nâ€¢ Set up username, password and security questions; most fields will \npre-populate from your BCBSIL account \n\nâ€¢ Confirm your information  \non each screen; click NEXT  \nto advance \n\nâ€¢ Click VERIFY to complete  \nthe activation \n\n \n\n \n\nActivate Your Account: Step 3 \n\nScreen images are for illustrative purposes only. \n\n\n\n9 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nâ€¢ Once you reach  \nthe patient portal, \nyour registration  \nis complete and \naccount is active \n\nâ€¢ To request a visit, \nchoose the patient \nand click CONTINUE \n\nâ€¢ You may also \ncomplete your  \nprofile or log out  \nuntil next time \n\n \n\n \n\nPatient Portal  \n\nScreen images are for illustrative purposes only. \n\nTaylor Kelly \n\n\n\n10 \n\nWebsite \nRequesting a Visit \n\n\n\nTaylor Kelly \n\n11 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nFrom the Patient Portal \nscreen, choose the \npatient and click \nCONTINUE to request  \na visit \n\n \n\n \n\nRequesting a Visit  \nWhen You Activate Your Account \n\nScreen images are for illustrative purposes only. \n\nProcess is \nthe same \nusing the \nmobile app \n\n\n\n12 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nThis plan covers medical visits. \n\nâ€¢ Your available services and cost will be displayed \n\nâ€¢ For medical visits, you may select SEE A DOCTOR NOW  \nor SCHEDULE A VISIT for later \n\nChoose the Type of Provider  \nYou Are Seeking \n\nScreen images are for illustrative purposes only. \n\nSome plans include both medical and behavioral health visits. \n\nProcess is \nthe same \nusing the \nmobile app \n\n\n\n13 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nâ€¢ Choose from a list of common complaints  \nor select Something else if your condition is not listed \n\nâ€¢ Complete the series of questions and click CONTINUE \n \n \n\nReason for Visit \n\nScreen images are for illustrative purposes only. \n\nProcess is \nthe same \nusing the \nmobile app \n\n\n\n14 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nUpload a photo, if \napplicable or needed \nfor your condition, \nand select CONTINUE \n\nOption to Upload Photo \n\nScreen images are for illustrative purposes only. \n\nProcess is \nthe same \nusing the \nmobile app \n\n\n\n15 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\n*Options could vary, based on your current location. \n\nâ€¢ Select the type* of visit â€” \nPHONE or VIDEO \n\nâ€¢ If you choose a phone visit, \nenter your call back number \nand click CONTINUE \n\n \n\nChoose Phone or Video Visit \n\nScreen images are for illustrative purposes only. \n\nProcess is \nthe same \nusing the \nmobile app \n\nTIP: For a phone visit, the doctor  \nwill call you, so you may log out once \nyou reach the waiting room screen \n\n\n\n16 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nâ€¢ Your visit cost is \nconfirmed on this screen; \nplease double-check  \nyour payment method \n\nâ€¢ Please update your \nhealth profile, pharmacy \nand primary care \nphysician, as needed. \n\nâ€¢ Click CREATE \nAPPOINTMENT to move  \nto the waiting room. \n\nPayment Information and Your Profile \n\nScreen images are for illustrative purposes only. \n\nProcess is \nthe same \nusing the \nmobile app \n\n\n\n17 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nâ€¢ A summary of your \nupcoming visit is across \nthe top of the window, \nincluding the estimated \nwait time. \n\nâ€¢ If you are waiting for  \na video visit, keep this \nwindow open; the \ndoctor will contact  \nyou here \n\nâ€¢ You may also change  \nor cancel your visit \nhere, if necessary \n\nWaiting Room Screen \n\nScreen images are for illustrative purposes only. \n\nProcess is \nsimilar using \nthe mobile \napp. \n\n\n\n18 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nâ€¢ From your desktop computer, \ngo to mdlive.com/bcbsil  \n(or open the MDLIVE mobile \napp) and click the Sign In tab \n\nâ€¢ Enter your username and \npassword, then follow the \nprompts to set up a new visit \n\nReturn Visits \n\nScreen images are for illustrative purposes only. \n\nProcess is \nthe same \nusing the \nmobile app \n\n\n\n19 \n\nRegistering for virtual visits with: \nâ€¢ Mobile app \nâ€¢ Text assistant \nâ€¢ Telephone \n\nOptional slides \n\n\n\n20 \n\nMobile App \nRegistration \n\n\n\n21 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nâ€¢ Download the MDLIVE mobile app  \nfrom the App Store or Google Play Store \nto your phone or tablet \n\nâ€¢ Launch the app and tap Create Account \nat the bottom of the screen \n\nActivate Your Account: Step 1  \n\nScreen images are for illustrative purposes only. \n\n\n\n22 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nFill out each field  \nwith your information \n\n \n\nActivate Your Account: Step 2  \n\nScreen images are for illustrative purposes only. \n\n\n\n23 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nCheck the box for MDLIVE as a Benefit \nsince the virtual visit program is a part  \nof your BCBSIL medical coverage \n\nActivate Your Account: Step 3 \n\nScreen images are for illustrative purposes only. \n\n\n\n24 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nâ€¢ Start typing your employer name \nin the company name field; it will \nappear in the dropdown menu \nfor you to select \n\nâ€¢ Enter your member ID number \nfrom your insurance card \n\nActivate Your Account: Step 4 \n\nScreen images are for illustrative purposes only. \n\n\n\n25 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. \n\nOnce your registration is complete,  \nyou are ready to use your account \n\nActivate Your Account: Step 5  \n\nScreen images are for illustrative purposes only. \n\n\n\n26 \n\nText Assistant \nRegistration \n\n\n\nYou can use a friendly \nonline assistant, Sophie, \nto create your MDLIVE \naccount \n\nSophie will guide you  \nstep by step through  \na text-style interview \n\nQuick and Easy \nRegistration \n\n27 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations and that of its contracted providers. â€œSophieâ€ and the online virtual assistant are owned and operated by MDLIVE.  \n\n\n\n28 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations  and that of its contracted providers. â€œSophieâ€ and the online virtual assistant are owned and operated by MDLIVE.  \n\nHave Sophie Walk You Through Registration \n\nText BCBSIL to 635483 Tap the link to connect to Sophie Tap Letâ€™s Chat to launch \nregistration with Sophie \n\nScreen images are for illustrative purposes only. \n\n\n\nTelephone \nRegistration \n\n29 \n\n\n\n30 MDLIVE, a separate company, provides virtual visit services for Blue Cross and Blue Shield of Illinois and is solely responsible for its operations and that of its contracted providers. \n\n888-680-8646 \n\nCall MDLIVE \n\nâ€¢ Speak with a health service \nspecialist to create your account \n\nâ€¢ Have your BCBSIL member ID \nhandy \n\nâ€¢ If you need a visit, the health \nservice specialist can schedule  \nan appointment for you \n\nFor questions about your BCBSIL \nbenefits, call the number on the back \nof your member ID card \n\n\n	Slide Number 1\n	Get Care When and Where You Need It\n	Slide Number 3\n	Register Before You ï¿½Need Care\n	Slide Number 5\n	Activate Your Account: Step 1\n	Activate Your Account: Step 2\n	Activate Your Account: Step 3\n	Patient Portal \n	Slide Number 10\n	Requesting a Visit ï¿½When You Activate Your Account\n	Choose the Type of Provider ï¿½You Are Seeking\n	Reason for Visit\n	Option to Upload Photo\n	Choose Phone or Video Visit\n	Payment Information and Your Profile\n	Waiting Room Screen\n	Return Visits\n	Slide Number 19\n	Slide Number 20\n	Activate Your Account: Step 1 \n	Activate Your Account: Step 2 \n	Activate Your Account: Step 3\n	Activate Your Account: Step 4\n	Activate Your Account: Step 5 \n	Slide Number 26\n	Slide Number 27\n	Have Sophie Walk You Through Registration\n	Telephoneï¿½Registration\n	Slide Number 30\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13408, 364, '_relevanssi_pdf_content', '\nSummary of Benefits     Cigna Health and Life Insurance Company \n \n\nCigna Vision  \nCF Industries Enterprises, Inc.                  VIS \nC1 - Standard PPO Comprehensive Plan \n\n \n\n1/1/2023 \n\nIl l inois \n  \n\nPage 1 of 5  \n \n\nWelcome to Cigna Vision \nSchedule of Vision Coverage \n\nCoverage In-Network \nBenefit*** \n\nOut-of-Network \nBenefit \n\nFrequency \nPeriod ** \n\nExam Copay $10 N/A 12 months \n\nExam Allowance (once per frequency period) Covered 100% after Copay Up to $60 12 months \n\nMaterials Copay $25 N/A 12 months \n\nEyeglass Lenses Allowances: \n(one pair per frequency period) \nSingle Vision \nLined Bifocal \nLined Trifocal \nProgressives \nLenticular \n\n \n \n\nCovered 100% after Copay \nCovered 100% after Copay \nCovered 100% after Copay \nCovered 100% after Copay \nCovered 100% after Copay \n\n \n \n\nUp to $40 \nUp to $65 \nUp to $75 \nUp to $75 \nUp to $100 \n\n \n \n\n12 months \n12 months \n12 months \n12 months \n12 months \n\nContact Lenses Allowances: \n(one pair or single purchase per frequency \nperiod) \nElective \nTherapeutic \n\n \n \n \n\nUp to $300 \nCovered 100% \n\n \n \n \n\nUp to $225 \nUp to $210 \n\n \n \n \n\n12 months \n12 months \n\nFrame Retail Allowance \n(one per frequency period) \n\n \nUp to $200 \n\n \nUp to $133 \n\n \n12 months \n\n** Your Frequency Period begins on January 1 (Calendar year basis) \n \n\nDefinitions: \nCopay: the amount you pay towards your exam and/or materials, lenses and/or frames. (Note: copays do not apply to \ncontact lenses). \nCoinsurance: the percentage of charges Cigna will pay. Customer is financially responsible for the balance.  \nAllowance: the maximum amount Cigna will pay. Customer is financially responsible for any amount over the allowance. \nMaterials: eyeglass lenses, frames, and/or contact lenses. \n \n\nï‚· To receive in-network benefits, you cannot use this coverage with any other discounts, promotions, or prior orders.  \nï‚· If you use other discounts and/or promotions instead of this vision coverage, or go to an out-of-network eye care \n\nprofessional, you may file an out-of-network claim to be reimbursed for allowable expenses. \n\nIn-Network Coverage Includes***: \nï‚· One vision and eye health evaluation including but not limited to eye health examination, dilation, refraction, and \n\nprescription for glasses;  \nï‚· One pair of standard prescription plastic or glass lenses, all ranges of prescriptions (powers and prisms) \n\no Polycarbonate lenses for children under 19 years of age \no Oversize lenses  \no Rose #1 and #2 solid tints \no Minimum 20% savings* on all additional lens enhancements you choose for your lenses, including but not \n\nlimited to: scratch/ultraviolet/anti-reflective coatings; polycarbonate (adults); all tints/photochromic (glass or \nplastic); and lens styles, including Progressive lens upgrades; \n\n \n\n\n\nCF Industries Enterprises, Inc.                  VIS1 \nC1 - Standard PPO Comprehensive Plan \n\n1/1/2023 \n\nIl l inois  \n  \n\nPage 2 of 5  \n \n\nï‚· One frame for prescription lenses â€“ frame of choice covered up to retail plan allowance, plus a 20% savings on \namount that exceeds frame allowance; \n\nï‚· One pair of contact lenses or a single purchase of a supply of contact lenses â€“ in lieu of lenses and frame benefit, \n(may not receive contact lenses and frames in same benefit year).  Allowance applied towards cost of \nsupplemental contact lens professional services (including the fitting and evaluation) and contact lens materials \n\n \n* Provider participation is 100% voluntary; please check with your Eye Care Professional for any offered discounts.   \n*** Coverage may vary at participating discount retail and membership club optical locations, please contact Customer \nService for specific coverage information. \n \n \n \n\n \nCoverage for Therapeutic contact lenses will be provided when visual acuity cannot be corrected to 20/70 in the \nbetter eye with eyeglasses and the fitting of the contact lenses would obtain this level of visual acuity; and in \ncertain cases of anisometropia, keratoconus, or aphakis; as determined and documented by your Vision eye care \nprofessional.  Contact lenses fitted for other therapeutic purposes or the narrowing of visual fields due to high \nminus or plus correction will be covered in accordance with the Elective contact lens coverage shown on the \nSchedule of Benefits. \n \n\n \n\nHealthy RewardsÂ® - Vision Network Savings Program: \nï‚· When you see a Cigna Vision Network Eye Care Professional*, you can save 20% (or more) on additional frames \n\nand/or lenses, including lens options, with a valid prescription. This savings does not apply to contact lens \nmaterials. See your Cigna Vision Network Eye Care Professional for details.  \n\n \n\nWhatâ€™s Not Covered: \nï‚· Orthoptic or vision training and any associated supplemental testing \nï‚· Medical or surgical treatment of the eyes \n\nï‚· Any eye examination, or any corrective eyewear, required by an employer as a condition of employment  \nï‚· Any injury or illness when paid or payable by Workersâ€™ Compensation or similar law, or which is work-related \nï‚· Charges in excess of the usual and customary charge for the Service or Materials  \nï‚· Charges incurred after the policy ends or the insuredâ€™s coverage under the policy ends, except as stated in the policy \nï‚· Experimental or non-conventional treatment or device \n\nï‚· Magnification or low vision aids not shown as covered in the Schedule of Vision Coverage \nï‚· Any non-prescription (minimum Rx required) eyeglasses, includes frame, lenses, or contact lenses \nï‚· Spectacle lens treatments, â€œadd-onsâ€, or lens coatings not shown as covered in the Schedule of Vision Coverage \nï‚· Prescription sunglasses   \nï‚· Two pair of glasses, in lieu of bifocals or trifocals  \n\nï‚· Safety glasses or lenses required for employment not shown as covered in the Schedule of Vision Coverage \nï‚· VDT (video display terminal)/computer eyeglass benefit \nï‚· Claims submitted and received in excess of twelve (12) months from the original Date of Service \n\n \n\nHow to use your Cigna Vision Benefits \n \n(Please be aware that the Cigna Vision network is different from the networks supporting our health/medical plans).  \n \n\n1. Finding a doctor \n\nThere are three ways to find a quality eye doctor in your area: \n1. Log into myCigna.com, underâ€Coverageâ€, select Vision page. Click on Visit Cigna Vision.  Then select â€œFind a \n\nCigna Vision Network Eye Care Professionalâ€ to search the Cigna Vision Directory.  \n\n\n\nCF Industries Enterprises, Inc.                  VIS1 \nC1 - Standard PPO Comprehensive Plan \n\n1/1/2023 \n\nIl l inois  \n  \n\nPage 3 of 5  \n \n\n2. Donâ€™t have access to myCigna.com? Go to Cigna.com, top of the page select â€œFind A Doctor, Dentist or Facilityâ€, \nclick on Cigna Vision Directory, under Additional Resources. \n\n3. Prefer the phone? Call the toll-free number found on your Cigna insurance card and talk with a Cigna Vision \ncustomer service representative. \n\n \n2. Schedule an appointment \nIdentify yourself as a Cigna Vision customer when scheduling an appointment. Present your Cigna or Cigna Vision ID \ncard at the time of your appointment, which will quickly assist the doctorâ€™s office with accessing your plan details and \nverifying your eligibility. \n \n3. Out-of-network plan reimbursement \n\nHow to use your Cigna Vision Benefits \n\nSend a completed Cigna Vision claim form and itemized receipt to: Cigna Vision, Claims Department: PO Box 385018, \n\nBirmingham, AL  35238-5018. \n\n \n\nTo get a Cigna Vision claim form:  \n\nâ€¢ Go to Cigna.com and go to Forms, Vision Forms  \n\nâ€¢ Go to myCigna.com and go to your vision coverage page  \n\n \nCigna Vision will pay for covered expenses within ten business days of receiving the completed claim form and itemized \nreceipt.  \n\nBenefits are underw ritten or administered by Connecticut General Lif e Insurance Company or Cigna Health and Life Insurance \n\nCompany.  Read your plan carefully â€“ this benefit summary provides a very brief description of the important features of your \n\nplans. This is not the insurance contract. Your full rights and benefits are expressed in the actual plan documents that are \n\navailable to you upon request or a copy of the Vision Outline of Coverage is available and can be dow nloaded at Health \n\nInsurance & Medical Forms for Customers | Cigna under Vision Forms.  Participating providers are independent contractors \n\nsolely responsible for your routine vision examinations and products.  \n \n\n \n\nAll Cigna products and services are provided exclusively by or through operating subsidiaries of Cigna Corporation, including \n\nCigna Health and Life Insurance Company. The Cigna name, logo, and other Cigna marks are ow ned by Cigna Intellectual \n\nProperty, Inc.  Healthy Rew ardsÂ® - is a discount program, not an insured benefit. \n\nhttps://www.cigna.com/memberrightsandresponsibilities/member-forms/\nhttps://www.cigna.com/memberrightsandresponsibilities/member-forms/\n\n\nCF Industries Enterprises, Inc.                  VIS1 \nC1 - Standard PPO Comprehensive Plan \n\n1/1/2023 \n\nIl l inois  \n  \n\nPage 4 of 5  \n \n\n  \n\n\n\nCF Industries Enterprises, Inc.                  VIS1 \nC1 - Standard PPO Comprehensive Plan \n\n1/1/2023 \n\nIl l inois  \n  \n\nPage 5 of 5  \n \n\n \n  \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13409, 365, '_relevanssi_pdf_content', '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\nFirst-time users, follow these simple instructions and start exploring the resources \noffered to you on GuidanceResourcesÂ®  Online. \nâ€¢ Go to guidanceresources.com to reach the website. \nâ€¢ Once on the guidanceresources.com home page, click the Register tab. \nâ€¢ Enter your Organization Web ID and click the Register button. \nâ€¢ You will then be asked to enter a User Name and Password. Both can be anything you would like them to be  \n\nbut should be something you will remember. The User Name (often your name) must be at least six characters \nlong and should have no spaces (for example: joesmith). The Security Questions are meant to prompt you if you \nforget your password. You must select the button verifying that you are at least 13 years of age, as required by \nfederal law. Be sure to read the Terms of Use and click inside the check box to indicate your agreement to those \nterms. Make sure that you complete all fields that have red asterisks, as these are required fields. When youâ€™ve \nfinished, click the Submit button at the bottom of the page. You should now be on the website. \n\nFor Future Logins \nYou will only need to remember your User Name and Password. When you get to step 2 above, instead of \nclicking on the Register tab, use the Login section and enter your User Name and Password and click the Login \nbutton. This will take you directly to GuidanceResourcesÂ®   Online. \nIf you have any problems registering or logging into GuidanceResourcesÂ®   Online, email Member Services at \nmemberservices@compsych.com. \n\n \n\n \n \n \n \n\n24/7 Live Assistance: \nCall: 866-465-8943 \nTRS: Dial 711 \n\nOnline: guidanceresources.com \nApp: GuidanceNowSM \nWeb ID: CFIND\n\n \nCopyright Â© 2022 ComPsych Corporation. All rights reserved. To view the ComPsych HIPAA privacy notice, please go to www.guidanceresources.com/privacy. \nComPsych complies with applicable federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability or sex. \n\n \n \n\nGuide to Using \nGuidanceResourcesÂ®   Online \n\nmailto:memberservices@compsych.com\nhttp://www.guidanceresources.com/privacy\n\n	First-time users, follow these simple instructions and start exploring the resources offered to you on GuidanceResourcesÂ®  Online.\n	For Future Logins\n	Call: 866-465-8943\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13410, 366, '_relevanssi_pdf_content', '\nGet the Expert, Objective Help You Need\nJust call your ComPsychÂ® GuidanceResourcesÂ® toll-free number. Youâ€™ll be connected to a highly \ntrained, caring clinician who will talk with you about your specific situation and schedule a phone \nappointment for you with one of our financial experts. \n\nOur in-house staff includes Certified Public Accountants, Certified Financial Planners and other \nprofessionals dedicated exclusively to providing financial information to you by phone.\n\nAnd because our experts are not associated with any financial institution, you are assured that \nthey will provide impartial and objective information on your money topics.\n\nOur financial experts can help you with:\n\nâ€¢ Credit card and debt management\n\nâ€¢ Budgeting, retirement and estate planning\n\nâ€¢ Tax and real estate questions\n\nâ€¢ Financing for college\n\nâ€¢ Investment options\n\nâ€¢ Mortgages, loans and refinancing\n\nFinancial Resources\n\n24/7 Live Assistance:\nCall: \nTRS: Dial 711\n\nOnline: guidanceresources.com\nApp: GuidanceNowSM\n\nWeb ID: \n\nCopyright Â© 2022 ComPsych Corporation. All rights reserved. To view the ComPsych HIPAA privacy notice, please go to www.guidanceresources.com/privacy.  \nComPsych complies with applicable federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability or sex. \n\n\n	accountLogo: \n	accountGROWebID: CFIND\n	accountPrimaryPhoneNumbers: 866-465-8943\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13411, 367, '_relevanssi_pdf_content', '\nGet the Everyday Help You Need\nJust call your ComPsychÂ® GuidanceResourcesÂ® toll-free number. Our Work-Life Specialists \nwill research your question, and, in just a few business days, send you a complete packet \nof practical information, including prescreened referrals, articles on your topic and much \nmore. The materials can be delivered to you via email or second-day air.\n\nCall any time for assistance with topics, including:\n\nâ€¢ Finding child or elder care\n\nâ€¢ Housing searches\n\nâ€¢ Seeking financial assistance\n\nâ€¢ Finding pet care\n\nâ€¢ Sending a child off to school\n\nâ€¢ Planning a major project or event\n\nWork-Life Solutions\n\n24/7 Live Assistance:\nCall: \nTRS: Dial 711\n\nOnline: guidanceresources.com\nApp: GuidanceNowSM\n\nWeb ID: \n\nCopyright Â© 2022 ComPsych Corporation. All rights reserved. To view the ComPsych HIPAA privacy notice, please go to www.guidanceresources.com/privacy.  \nComPsych complies with applicable federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability or sex. \n\n\n	accountLogo: \n	accountGROWebID: CFIND\n	accountPrimaryPhoneNumbers: 866-465-8943\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13412, 368, '_relevanssi_pdf_content', '\nGet the Legal Help You Need\nJust call your ComPsychÂ® GuidanceResourcesÂ® toll-free number. Youâ€™ll be connected to a \nhighly trained, caring clinician who will talk with you about your situation and schedule a \nphone appointment for you with one of our staff attorneys. If you need more immediate \nhelp, you can be connected to an attorney directly.\n\nOur attorneys can help you with:\n\nâ€¢ Family law matters, including divorce, custody, child support and adoption\n\nâ€¢ Bankruptcy and credit issues\n\nâ€¢ Landlord/tenant issues, including eviction and lease questions\n\nâ€¢ Real estate and foreclosure questions\n\nâ€¢ Immigration concerns\n\nâ€¢ Wills and living wills\n\nLegal Guidance\n\n24/7 Live Assistance:\nCall: \nTRS: Dial 711\n\nOnline: guidanceresources.com\nApp: GuidanceNowSM\n\nWeb ID: \n\nCopyright Â© 2022 ComPsych Corporation. All rights reserved. To view the ComPsych HIPAA privacy notice, please go to www.guidanceresources.com/privacy.  \nComPsych complies with applicable federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability or sex. \n\n\n	accountLogo: \n	accountGROWebID: CFIND\n	accountPrimaryPhoneNumbers: 866-465-8943\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13413, 385, '_relevanssi_pdf_content', '\n9000000.00001\n\nPreventive Drug Benefit Program\nEmployee Guide\n\nEffective January 1, 2023\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association\n\n\n\n2\n\nPreventive Drug Benefit Program\nIntroduction\nBlue Cross and Blue Shield of Illinois (BCBSIL) administers \nthe preventive drug benefit for your groupâ€™s high \ndeductible health plan (â€œHDHPâ€), which has been  \ndesigned for use with Health Savings Accounts (â€œHSAsâ€). \nThe preventive drug benefit program includes categories \nof prescription drugs that are often used for preventive \npurposes. If your doctor has prescribed any of them to \nyou or to your HDHP-covered dependents for preventive \npurposes, your HDHP may pay for the drugs before you \nmeet your HDHP deductible.\n\nThis guide is being provided as a resource to help you \nmanage your prescription drug benefits under your \nemployerâ€™s HDHP. It includes some commonly, but not all, \ndrugs that are prescribed for preventive purposes.\n\nThe drugs listed in this guide will be reviewed from time  \nto time and are subject to change. Coverage of all \nmedications is still subject to your HDHP limits, exclusions \nand out-of-pocket requirements (for example, your \nprescription drug payment levels). Coverage of some \nmedications or drug products may be under your  \nmedical benefit. Please verify with your benefit plan if \nthere are any additional requirements before a drug  \nmay be covered.\n\nIMPORTANT REMINDER: These drugs could also  \nat times be prescribed for treatment purposes.  \nAs a result, the listing of a drug in the Guide does  \nnot mean that it will be covered by your benefit plan \nbefore your HDHP deductible is satisfied. If your \ndoctor has prescribed a listed drug for treatment \npurposes (and not preventive purposes) then  \nyour plan does not provide coverage for that drug  \nbefore your HDHP deductible is satisfied.\n\nAs each individualâ€™s medical circumstances are different, \nand because proper classification is necessary for you  \nto ensure you are complying with applicable HDHP tax \nrequirements, it is important for you to confirm the \npurpose of the prescription with your doctor. Please call \nthe number on your member ID card when your doctor \nconfirms for you that they prescribed one of the listed \ndrugs for treatment purposes so your claims can  \nbe processed correctly. Unless you provide us with this \ninformation, claims for the drugs listed in the Guide \nwill be processed as â€œpreventive,â€ and you or your \ndoctor may be asked by us to provide medical records \nshowing that the drug youâ€™re taking is being used for \nprevention. Remember, if you improperly classify the \ndrug, it may result in adverse tax consequences so \nplease be sure to take the confirming step to properly \nclassify your claim.\n\nPlease follow these steps to make sure  \nyou are properly classifying the purpose  \nof your prescription:\n1. Find your drug in the Guide.\n2. Talk to your doctor about whether your drug is  \n\nin fact being prescribed for preventive purposes  \n(and not treatment purposes).\n\n3. If prescribed for treatment purposes, call the number \non your ID card to let us know.\n\n4. If prescribed for preventive purposes, there is no  \nneed to call.\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n3\n\nThe preventive drug program currently includes \nprescription drugs in the following categories:\n\nâ€¢ Anticoagulants/antiplatelets\nâ€¢ Bowel preparation\nâ€¢ Breast cancer primary prevention\nâ€¢ Contraceptives\nâ€¢ Depression\nâ€¢ Diabetes medications\nâ€¢ Diabetic supplies\nâ€¢ Fluoride\nâ€¢ High blood pressure\nâ€¢ High cholesterol\nâ€¢ Osteoporosis\nâ€¢ Respiratory\nâ€¢ Tobacco cessation\nâ€¢ Vaccines\n\nThe drugs in each category are listed alphabetically  \non the following pages.\n\nâ€¢ Generic drugs are listed in bold.\nâ€¢ Brand drugs are listed in all CAPITAL letters.\nâ€¢ Some strengths and/or formulations may not  \n\nbe covered.\nâ€¢ Brand names in parenthesis are listed for reference \n\nand are not covered under the benefit.\n\nThis drug/drug category may also be included  \nunder the Affordable Care Act (ACA) coverage of \n\npreventive services. These products have limited or $0 \nmember cost-sharing (copay or co-insurance), when \nmeeting the conditions as outlined under the regulation \nand when you use a pharmacy or doctor in your health \nplanâ€™s network. Not all products covered under the ACA \nare shown. Coverage can vary based on your benefit plan \nand/or prescription drug list. Call the number on your \nmember ID card if you have any questions and to find  \nout what you may pay.\n\nREMEMBER: Just because a drug is on the preventive  \ndrug benefit list, doesnâ€™t always mean it is covered.   \nIt also doesnâ€™t mean that it may be covered by your  \nbenefit plan before your HDHP deductible is satisfied.  \nCoverage of all medications is still subject to your  \nplan benefits. Please see your benefit plan materials  \nfor coverage details, or call the number on your  \nmember ID card.  \n\nHealth Savings Accounts (HSAs) have tax and legal  \nramifications. Blue Cross and Blue Shield of Illinois  \ndoes not provide legal or tax advice, and nothing  \nherein should be construed as legal or tax advice.  \nThese materials, and any tax-related statements in  \nthem, are not intended or written to be used, and  \ncannot be used or relied on, for the purpose of  \navoiding tax penalties. Tax-related statements,  \nif any,  may have been written in connection with  \nthe  promotion or marketing of the transaction(s) or  \nmatter(s) addressed by these materials. You should  \nseek advice based on your particular circumstances  \nfrom an independent tax advisor regarding the tax  \nconsequences of specific health insurance plans   \nor products.\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n4\n\nAnticoagulants / \nAntiplatelets\nanagrelide hcl cap 0.5 mg (Agrylin), \n\n1 mg\naspirin-dipyridamole cap er \n\n12hr 25-200 mg\ncilostazol tab 50 mg, 100 mg\nclopidogrel bisulfate tab  \n\n75 mg (Plavix), 300 mg  \n(base equivalent)\n\ndipyridamole tab 25 mg, 50 mg, \n75 mg\n\nprasugrel hcl tab 5 mg, 10 mg \n(base equivalent) (Effient)\n\nwarfarin sodium tab 1 mg, 2 mg, \n2.5 mg, 3 mg, 4 mg, 5 mg, 6 mg, \n7.5 mg, 10 mg\n\nBowel Preparation \npeg 3350-kcl-na bicarb-nacl-na \n\nsulfate for soln 236 gm \n(Golytely)\n\npeg 3350-kcl-nacl-na sulfate-na \nascorbate-c for soln 100 gm \n(Moviprep)\n\npeg 3350-kcl-sod bicarb-nacl \nfor soln 420 gm (Nulytely/flavor \npack)\n\nBreast Cancer\n\nPrimary Prevention \nraloxifene hcl tab 60 mg (Evista)\ntamoxifen citrate tab 10 mg, \n\n20 mg (base equivalent)\n\nContraceptives\n\nCervical Caps\nFEMCAP cervical cap 22 mm,  \n\n26 mm, 30 mm\nDiaphragms\nCAYA diaphragm arc-spring\nOMNIFLEX DIAPHRAGM diaphragms\n\nWIDE-SEAL SILICONE  \nDIAPHRAGM KIT â€“ diaphragm  \nwide seal 60 mm, 65 mm,  \n70 mm, 75 mm, 80 mm, 85 mm,  \n90 mm, 95 mm\n\nFemale Condom\nFC FEMALE CONDOM condoms â€“ \n\nfemale \nFC2 FEMALE CONDOM condoms-\n\nfemale \nMale Condom \nCONDOMS - male - various\nSpermicide\nENCARE â€“ nonoxynol-9 vaginal \n\nsuppos 100 mg\nOPTIONS GYNOL II VAGINAL â€“ \n\nnonoxynol-9 gel 3%\nSHUR-SEAL â€“ nonoxynol-9 gel 2%\nVCF VAGINAL CONTRACEPTIVE â€“ \n\nnonoxynol-9 film 28%, \nnonoxynol-9 foam 12.5%\n\nSponge\nTODAY SPONGE â€“ nonoxynol-9 \n\nvaginal sponge 1000 mg \nEmergency Progestin\nAftera â€“ levonorgestrel tab 1.5 mg \n\n(Plan B One-Step) \nEcontra EZ â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nEcontra One Step â€“ levonorgestrel \n\ntab 1.5 mg (Plan B One-Step)\nlevonorgestrel tab 1.5 mg (Plan B \n\nOne-Step) \nMy Choice â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nMy Way â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nNew Day â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nOpcicon One-Step â€“ levonorgestrel \n\ntab 1.5 mg (Plan B One-Step) \nOption 2 â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nPreventeza â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \n\nReact â€“ levonorgestrel tab 1.5 mg \n(Plan B One-Step) \n\nTake Action â€“ levonorgestrel tab \n1.5 mg (Plan B One-Step) \n\nEmergency Ella\nELLA ulipristal acetate tab 30 mg \nInjectable Progestin\nmedroxyprogesterone acetate  \n\nim susp prefilled syr  \n150 mg/mL (Depo-provera \ncontraceptive) \n\nmedroxyprogesterone acetate  \nim susp 150 mg/mL (Depo-\nprovera contraceptive) \n\nOral Combined\nAfirmelle â€“ levonorgestrel & \n\nethinyl estradiol tab  \n0.1 mg-20 mcg\n\nAltavera â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nAlyacen 1/35 â€“ norethindrone & \nethinyl estradiol tab \n1 mg-35 mcg\n\nAlyacen 7/7/7 â€“ norethindrone- \neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nApri â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nAranelle â€“ norethindrone-eth \nestradiol tab 0.5-35/1-35/0.5- \n35 mg-mcg\n\nAubra â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nAubra eq â€“ levonorgestrel & \nethinyl estradiol tab \n0.1 mg-20 mcg\n\nAurovela 1/20 â€“ norethindrone ace \n& ethinyl estradiol tab \n1 mg-20 mcg\n\nAurovela 1.5/30 â€“  \nnorethindrone ace & ethinyl \nestradiol tab 1.5 mg-30 mcg\n\nAurovela 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n5\n\nAurovela fe 1/20 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nAurovela fe 1.5/30 â€“norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nAviane â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nAyuna â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nAzurette â€“ desogest-eth estrad & \neth estrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\nBalziva â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nBekyree â€“ desogest-eth estrad & \neth estrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\nBlisovi fe 1/20 â€“ norethindrone  \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nBlisovi fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nBlisovi 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nBriellyn â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nCaziant â€“ desogest-ethin est tab \n0.1-0.025/0.125-0.025/0.15- \n0.025 mg-mcg\n\nCharlotte 24 fe â€“ norethindrone \nacetate/ethinyl estradiol/fe \n(Minastrin 24 fe)\n\nChateal â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nChateal eq â€“ levonorgestrel & \nethinyl estradiol tab  \n0.15 mg-30 mcg\n\nCryselle-28 â€“ norgestrel & ethinyl \nestradiol tab 0.3 mg-30 mcg\n\nCyclafem 1/35 â€“ norethindrone  \n& ethinyl estradiol tab  \n1 mg-35 mcg\n\nCyclafem 7/7/7 â€“ norethindrone-\neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nCyred â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nCyred eq â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nDasetta 1/35 â€“ norethindrone & \nethinyl estradiol tab  \n1 mg-35 mcg\n\nDasetta 7/7/7 â€“ norethindrone- \neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nDelyla â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\ndesogest-eth estrad & eth estrad \ntab 0.15-0.02/0.01 mg (21/5) \n(Mircette)\n\ndesogestrel & ethinyl estradiol tab \n0.15 mg-30 mcg \n\ndrospirenone-ethinyl estradiol tab \n3-0.02 mg (Yaz), 3-0.03 mg \n(Yasmin 28)\n\ndrospirenone-ethinyl  \nestrad-levomefolate tab  \n3-0.02-0.451 mg (Beyaz),  \n3-0.03-0.451 mg (Safyral)\n\nElinest â€“ norgestrel & ethinyl \nestradiol tab 0.3 mg-30 mcg\n\nEmoquette â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nEnpresse â€“ 28 â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30mg-mcg\n\nEnskyce â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nEstarylla â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nethynodiol diacetate & ethinyl \nestradiol tab 1 mg-35 mcg, \n1 mg-50 mcg\n\nFalmina â€“ levonorgestrel &  \nethinyl estradiol tab  \n0.1 mg-20 mcg\n\nFemynor â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nGianvi â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nHailey 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\nHailey 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nHailey fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg\n\nHailey fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nIsibloom â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nJasmiel â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nJuleber â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nJunel 1/20 â€“ norethindrone ace & \nethinyl estradiol tab \n1 mg-20 mcg \n\nJunel 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\nJunel fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg\n\nJunel fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nJunel fe 24 â€“ norethindrone ace-\nethinyl estradiol-fe tab  \n1 mg-20 mcg (24)\n\nKaitlib fe â€“ norethindrone & \nethinyl estradiol-fe chew tab  \n0.8 mg-25 mcg (Generess fe)\n\nKalliga â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nKariva â€“ desogest-eth estrad & eth \nestrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\nKelnor 1/35 â€“ ethynodiol diacetate \n& ethinyl estradiol tab \n1 mg-35 mcg\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n6\n\nKelnor 1/50 â€“ ethynodiol diacetate \n& ethinyl estradiol tab \n1 mg-50 mcg\n\nKurvelo â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nLarin 1/20 â€“ norethindrone ace \n& ethinyl estradiol tab \n1 mg-20 mcg\n\nLarin 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\nLarin fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nLarin fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nLarin 24 fe â€“ norethindrone ace-\nethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nLarissia â€“ levonorgestrel & ethinyl \nestradiol-fe tab 0.1 mg-20 mcg\n\nLayolis fe â€“ norethindrone & \nethinyl estradiol-fe chew tab \n0.8 mg-25 mcg (Generess fe)\n\nLeena â€“ norethindrone-eth \nestradiol tab 0.5-35/1-35/0.5- \n35 mg-mcg\n\nLessina â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nLevonest â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30 mg-mcg\n\nlevonorgestrel & ethinyl estradiol \ntab 0.1 mg-20 mcg, \n0.15 mg-30 mcg\n\nlevonorgestrel-eth estra tab \n0.05-30/0.075-40/ \n0.125-30 mg-mcg\n\nLevora 0.15/30-28 â€“ \nlevonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nLillow â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nLoestrin 1/20-21 â€“  \nnorethindrone ace & ethinyl \nestradiol tab 1 mg-20 mcg\n\nLoestrin 1.5/30-21 â€“ norethindrone \nace & ethinyl estradiol tab  \n1.5 mg-30 mcg\n\nLoestrin fe 1/20 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg\n\nLoestrin fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nLo-Zumandimine â€“ drospirenone-\nethinyl estradiol tab 3-0.02 mg \n(Yaz)\n\nLoryna â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nLow-Ogestrel â€“ norgestrel & \nethinyl estradiol tab  \n0.3 mg-30 mcg\n\nLutera â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nMarlissa â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nMelodetta 24 fe - norethindrone \n acetate/ethinyl estradiol/fe  \n (Minastrin 24 fe)\nMibelas 24 fe - norethindrone \n acetate/ethinyl estradiol/fe  \n (Minastrin 24 fe)\nMicrogestin 1/20 â€“ norethindrone \n\nace & ethinyl estradiol tab \n1 mg-20 mcg\n\nMicrogestin 1.5/30 â€“norethindrone \nace & ethinyl estradiol tab \n1.5 mg-30 mcg\n\nMicrogestin 24 fe - norethindrone \n ace-ethinyl estradiol-fe tab \n 1 mg-20 mcg (24)\nMicrogestin fe 1/20 â€“ \n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1 mg-20 mcg \n\nMicrogestin fe 1.5/30 â€“ \nnorethindrone ace & ethinyl \nestradiol-fe tab 1.5 mg-30 mcg\n\nMili â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nMono-Linyah â€“ norgestimate & \nethinyl estradiol tab \n0.25 mg-35 mcg\n\nNecon 0.5/35-28 â€“ norethindrone \n& ethinyl estradiol tab \n0.5 mg-35 mcg\n\nNikki â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nnorethindrone ace & ethinyl \nestradiol tab 1 mg-20 mcg, \n1.5 mg-30 mcg\n\nnorethindrone & ethinyl  \nestradiol-fe chew tab  \n0.4 mg-35 mcg \n\nnorethindrone & ethinyl  \nestradiol-fe chew tab  \n0.8 mg-25 mcg (Generess fe)\n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1 mg-20 mcg \n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1.5 mg-30 mcg\n\nnorethindrone acetate/ethinyl \nestradiol-fe (Minastrin 24 fe)\n\nnorethindrone ace-ethinyl \nestradiol-fe tab  \n1 mg-20 mcg (24)\n\nnorgestimate & ethinyl estradiol \ntab 0.25 mg-35 mcg\n\nnorgestimate-eth estrad tab \n0.18-25/0.215-25/ \n0.25-25 mg-mcg\n\nnorgestimate-eth estrad tab \n0.18-35/0.215-35/ \n0.25-35 mg-mcg  \n\nNortrel 0.5/35 (28) â€“  \nnorethindrone & ethinyl \nestradiol tab 0.5 mg-35 mcg\n\nNortrel 1/35 â€“ norethindrone & \nethinyl estradiol tab \n1 mg-35 mcg\n\nNortrel 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nNymyo â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nNylia 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/ \n0.75-35/1-35 mg-mcg\n\nOcella â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n7\n\nOrsythia â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nPhilith â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nPimtrea â€“ desogest-eth estrad \n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\nPirmella 1/35 â€“ norethindrone \n& ethinyl estradiol tab  \n1 mg-35 mcg\n\nPirmella 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nPortia-28 â€“ levonorgestrel & \nethinyl estradiol tab \n0.15 mg-30 mcg\n\nPrevifem â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nReclipsen â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nSimliya â€“ desogest-eth estrad \n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\nSprintec 28 â€“ norgestimate & \nethinyl estradiol tab \n0.25 mg-35 mcg\n\nSronyx â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nSyeda â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\nTarina 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nTarina fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nTarina fe 1/20 eq â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nTilia fe â€“ norethindrone ac-ethinyl \nestrad-fe tab 1-20/1-30/  \n1-35 mg-mcg (Estrostep fe)\n\nTri-estarylla â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri femynor â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri-legest fe â€“ norethindrone ac-\nethinyl estrad-fe tab  \n1-20/1-30/1-35 mg-mcg \n(Estrostep Fe)\n\nTri-linyah â€“ norgestimate-eth \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\nTri-lo-estarylla â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-lo-marzia â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-lo-mili â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-lo-sprintec â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-mili â€“ norgestimate-eth  \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\nTri-nymyo â€“ norgestimate-eth \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\nTri-previfem â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri-sprintec â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri-vylibra â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg\n\nTri-vylibra lo â€“ norgestimate-eth \nestrad tab 0.18-25/ \n0.215-25/0.25-25 mg-mcg \n\nTrivora-28 â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30 mg-mcg\n\nTydemy â€“ drospirenone-ethinyl \nestrad-levomefolate tab \n3-0.03-0.451 mg (Safyral)\n\nVelivet â€“ desogest-ethin est tab \n0.1-0.025/0.125-0.025/0.15- \n0.025 mg-mg\n\nVestura - drospirenone-ethinyl \n estradiol tab 3-0.02 mg  (Yaz) \nVienva â€“ levonorgestrel & ethinyl \n\nestradiol tab 0.1 mg-20 mcg\nViorele â€“ desogest-eth estrad \n\n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\nVolnea â€“ desogest-eth estrad & eth \nestrad tab 0.15-0.02/ 0.01 mg \n(21/5) (Mircette)\n\nVyfemla â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nVylibra â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nWera â€“ norethindrone & ethinyl \nestradiol tab 0.5 mg-35 mcg\n\nWymzya fe â€“ norethindrone & \nethinyl estradiol-fe chew tab \n0.4 mg-35 mcg \n\nZarah â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\nZovia 1/35 - ethynodiol diacetate \n & ethinyl estradiol tab \n 1 mg-35 mcg\nZovia 1/35E â€“ ethynodiol diacetate \n\n& ethinyl estradiol tab \n1 mg-35 mcg\n\nZumandimine â€“ drospirenone-\nethinyl estradiol tab 3-0.03 mg \n(Yasmin 28)\n\nOral Extended Continuous\nAmethia â€“ levonorg-eth est tab \n\n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nAmethia Lo â€“ levonorg-eth est tab \n0.1-0.02mg (84) & eth est tab \n0.01 mg (7) (Loseasonique) \n\nAmethyst â€“ levonorgestrel-ethinyl \nestradiol (continuous) tab \n90-20 mcg\n\nAshlyna â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n8\n\nCamrese â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nCamrese Lo â€“ levonorg-eth est tab \n0.1-0.02 mg (84) & eth est tab \n0.01 mg (7) (Loseasonique) \n\nDaysee â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nDolishale â€“ levonorgestrel-ethinyl \nestradiol (continuous) tab \n90-20 mcg\n\nFayosim â€“ levonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\nIclevia â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\nIntrovale â€“ levonorgestrel & \nethinyl estradiol (91-day) tab \n0.15-0.03mg \n\nJaimiess â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nJolessa â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\nlevonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\nlevonorg-eth est tab 0.1-0.02 mg \n(84) & eth est tab 0.01 mg (7) \n(Loseasonique) \n\nlevonorg-eth est tab 0.15-0.03 mg \n(84) & eth est tab 0.01 mg (7) \n(Seasonique)\n\nlevonorgestrel & ethinyl estradiol \n(91-day) tab 0.15-0.03 mg \n\nlevonorgestrel-ethinyl estradiol \n(continuous) tab 90-20 mcg\n\nLojaimiess â€“ levonorg-eth est tab \n0.1-0.02 mg (84) & eth est tab \n0.01 mg (7) (Loseasonique)\n\nRivelsa â€“ levonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\nSetlakin â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\nSimpesse â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nOral Progestin\nCamila â€“ norethindrone tab \n\n0.35 mg \nDeblitane â€“ norethindrone tab \n\n0.35 mg \nErrin â€“ norethindrone tab  \n\n0.35 mg \nHeather â€“ norethindrone tab \n\n0.35 mg \nIncassia â€“ norethindrone tab \n\n0.35 mg \nJencycla â€“ norethindrone tab \n\n0.35 mg \nLyleq â€“ norethindrone tab  \n\n0.35 mg \nLyza â€“ norethindrone tab  \n\n0.35 mg \nNora-Be â€“ norethindrone tab \n\n0.35 mg \nnorethindrone tab 0.35 mg \nNorlyda â€“ norethindrone tab \n\n0.35 mg \nNorlyroc â€“ norethindrone tab \n\n0.35 mg \nSharobel â€“ norethindrone tab \n\n0.35 mg \nTulana â€“ norethindrone tab \n\n0.35 mg \nTransdermal Combined\nXulane â€“ norelgestromin-ethinyl \n\nestradiol td ptwk \n150-35 mcg/24hr \n\nZafemy â€“ norelgestromin-ethinyl \nestradiol td ptwk \n150-35 mcg /24hr \n\nVaginal Combined\nNUVARING â€“ etonogestrel-ethinyl \n\nestradiol va ring 0.120-0.015mg/ \n24 hr \n\nDepression\n\nSelective Serotonin Reuptake \nInhibitors (SSRI)\ncitalopram hydrobromide oral \n\nsoln 10 mg/5 mL\ncitalopram hydrobromide tab \n\n10 mg, 20 mg, 40 mg (base \nequivalent) (Celexa)\n\nescitalopram oxalate soln \n5 mg/5 mL (base equivalent)\n\nescitalopram oxalate tab 5 mg, \n10 mg, 20 mg (base equivalent) \n(Lexapro)\n\nfluoxetine hcl cap 10 mg, 20 mg, \n40 mg (Prozac)\n\nfluoxetine hcl solution 20 mg/5 mL\nparoxetine hcl tab 10 mg, 20 mg, \n\n30 mg, 40 mg (Paxil)\nsertraline hcl oral concentrate for \n\nsolution 20 mg/mL (Zoloft)\nsertraline hcl tab 25 mg, 50 mg, \n\n100 mg (Zoloft)\n\nDiabetes Medications\n\nHypoglycemic Agents\nBAQSIMI ONE PACK â€“ glucagon nasal \n\npowder 3 mg/dose\nBAQSIMI TWO PACK â€“ glucagon nasal \n\npowder 3 mg/dose\nglucagon (rdna) for inj kit 1 mg \n\n(Glucagon emergency kit)\nGLUCAGON EMERGENCY KIT  \n\nFOR LOW BLOOD SUGARâ€“\nglucagon hcl for inj 1 mg\n\nGVOKE HYPOPEN 1-PACK â€“ \nglucagon subcutaneous solution \nauto-injector 0.5 mg/0.1 mL, \n1 mg/0.2 mL\n\nGVOKE HYPOPEN 2-PACK â€“ \nglucagon subcutaneous  \nsolution auto-injector  \n0.5 mg/0.1 mL,1 mg/0.2 mL\n\nGVOKE KIT â€“ glucagon subcutaneous \nsoln 1 mg/0.2 mL\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n9\n\nGVOKE PFS â€“ glucagon subcutaneous \nsoln pref syringe 0.5 mg/0.1 mL, \n1 mg/0.2 mL\n\nZEGALOGUE â€“ dasiglucagon hcl \nsubcutaneous soln auto-inj \n0.6 mg/0.6 mL\n\nZEGALOGUE â€“ dasiglucagon hcl \nsubcutaneous soln pref syringe \n0.6 mg/0.6 mL\n\nInsulin Only\nFIASP â€“ insulin aspart (with \n\nniacinamide) inj 100 unit/mL\nFIASP FLEXTOUCH â€“ insulin  \n\naspart (with niacinamide) soln \npen-injector 100 unit/mL\n\nFIASP PENFILL â€“ insulin aspart  \n(with niacinamide) soln  \ncartridge 100 unit/mL\n\nHUMULIN R U-500  \n(CONCENTRATED) â€“ insulin  \nregular (human) inj 500 unit/mL\n\nHUMULIN R U-500 KWIKPEN  \ninsulin regular (human) soln \npen-injector 500 unit/mL\n\nINSULIN ASPART â€“ insulin aspart  \ninj 100 unit/mL\n\nINSULIN ASPART FLEXPEN â€“ \ninsulin aspart soln pen-injector \n100 unit/mL\n\nINSULIN ASPART PENFILL â€“  \ninsulin aspart soln cartridge  \n100 unit/mL\n\nINSULIN ASPART PROTAMINE/ â€“\ninsulin aspart prot & aspart \n(human) inj 100 unit/mL (70-30)\n\nINSULIN ASPART PROTAMINE/ â€“\ninsulin aspart prot & aspart sus \npen-inj 100 unit/mL (70-30)\n\nINSULIN GLARGINE â€“ insulin  \nglargine-yfgn inj 100 unit/mL\n\nINSULIN GLARGINE â€“ insulin  \nglargine-yfgn soln pen-injector  \n100 unit/mL\n\nLEVEMIR â€“ insulin detemir inj \n100 unit/mL\n\nLEVEMIR FLEXTOUCH â€“ insulin \ndetemir soln pen-injector \n100 unit/mL\n\nNOVOLIN 70/30 â€“ insulin nph \nisophane & regular human inj \n100 unit/mL (70-30)\n\nNOVOLIN 70/30 FLEXPEN â€“ insulin \nnph & regular susp pen-inj \n100 unit/mL (70-30)\n\nNOVOLIN 70/30 FLEXPEN RELION â€“ \ninsulin nph & regular susp pen-inj \n100 unit/mL (70-30)\n\nNOVOLIN 70/30 RELION â€“ insulin \nnph isophane & regular human inj \n100 unit/mL (70-30)\n\nNOVOLIN N â€“ insulin  \nnph (human) (isophane) inj  \n100 unit/mL\n\nNOVOLIN N FLEXPEN â€“ insulin  \nnph (human) (isophane) susp \npen-injector 100 unit/mL\n\nNOVOLIN N FLEXPEN RELION â€“\ninsulin nph (human) (isophane) \nsusp pen-injector 100 unit/mL\n\nNOVOLIN N RELION â€“ insulin nph \n(human) (isophane) inj 100 unit/mL\n\nNOVOLIN R â€“ insulin regular (human) \ninj 100 unit/mL\n\nNOVOLIN R FLEXPEN â€“ insulin regular \n(human) soln pen-injector \n100 unit/mL\n\nNOVOLIN R FLEXPEN RELION â€“ \ninsulin regular (human) soln \npen-injector 100 unit/mL\n\nNOVOLIN R RELION â€“ insulin regular \n(human) inj 100 unit/mL\n\nNOVOLOG â€“ insulin aspart inj \n100 unit/mL\n\nNOVOLOG FLEXPEN â€“ insulin  \naspart soln pen-injector  \n100 unit/mL\n\nNOVOLOG MIX 70/30 â€“ insulin  \naspart prot & aspart (human) inj \n100 unit/mL (70-30)\n\nNOVOLOG MIX 70/30 PREFILL â€“ \ninsulin aspart prot & aspart sus \npen-inj 100 unit/mL (70-30)\n\nNOVOLOG PENFILL â€“ insulin aspart \nsoln cartridge 100 unit/mL\n\nNOVOLOG RELION â€“ insulin aspart \ninj soln 100 unit/mL\n\nSEMGLEE â€“ insulin glargine-yfgn  \ninj 100 unit/mL\n\nSEMGLEE â€“ insulin glargine-yfgn soln \npen-injector 100 unit/mL\n\nTOUJEO MAX SOLOSTAR â€“ \ninsulin glargine soln pen- \ninjector 300 unit/mL (2 unit dial)\n\nTOUJEO SOLOSTAR â€“ insulin  \nglargine soln pen-injector  \n300 unit/mL (1 unit dial)\n\nTRESIBA â€“ insulin degludec inj \n100 unit/mL\n\nTRESIBA FLEXTOUCH â€“ insulin \ndegludec soln pen-injector \n100 unit/mL, 200 unit/mL\n\nOrals Only\nacarbose tab 25 mg, 50 mg, \n\n100 mg (Precose)\nglimepiride tab 1 mg, 2 mg, 4 mg \n\n(Amaryl)\nglipizide tab 5 mg\nglipizide tab 10 mg (Glucotrol)\nglipizide tab er 24hr 2.5 mg, \n\n5 mg,10 mg (Glucotrol xl)\nglipizide-metformin hcl tab \n\n2.5-250 mg, 2.5-500 mg, \n5-500 mg\n\nglyburide tab 1.25 mg, 2.5 mg, \n5 mg\n\nglyburide micronized tab 1.5 mg, \n3 mg, 6 mg (Glynase)\n\nglyburide-metformin tab \n1.25-250 mg, 2.5-500 mg, \n5-500 mg\n\nmetformin hcl tab 500 mg, 850 mg, \n1000 mg\n\nmetformin hcl tab er 24hr 500 mg, \n750 mg\n\nmiglitol tab 25 mg, 50 mg, 100 mg\nnateglinide tab 60 mg, 120 mg\npioglitazone hcl tab 15 mg, 30 mg, \n\n45 mg (base equivalent) (Actos)\npioglitazone hcl-metformin hcl  \n\ntab 15-500 mg, 15-850 mg \n(Actoplus met)\n\nrepaglinide tab 0.5 mg, 1 mg, 2 mg\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n10\n\nDiabetic Supplies\nCalibration Liquid \n\nASCENSIA CONTOUR \nASCENSIA CONTOUR NEXT\n\nInsulin Syringes\nLancets\nLancet Devices\nPen Needles\nTest Strips & Discs \n\nASCENCIA CONTOUR \nASCENCIA CONTOUR NEXT\n\nFluoride \n\nDental Products and \nCombinations\nsodium fluoride cream 1.1% \n\n(Prevident 5000 plus)\nsodium fluoride gel 1.1% (0.5% f) \n\n(Prevident fluoride)\nsodium fluoride paste 1.1% \n\n(Prevident 5000 boost)\nsodium fluoride rinse 0.2% \n\n(Prevident)\nsodium fluoride-potassium nitrate \n\ngel 1.1-5% (Prevident 5000 sensi)\nstannous fluoride conc 0.63% \n\n(Gel-kam oral care rinse)\nstannous fluoride gel 0.4% \n\n(Gel-kam gel)\nSupplements and Combinations\nsodium fluoride chew tab  \n\n0.25 mg f (from 0.55 mg naf),  \n0.5 mg f (from 1.1 mg naf),  \n1 mg f (from 2.2 mg naf) (Luride)\n\nsodium fluoride soln  \n0.125 mg/drop f  \n(0.275 mg/drop naf)\n\nsodium fluoride soln 0.5 mg/mL f \n(from 1.1 mg/mL naf) (Luride)\n\nHigh Blood Pressure\nacebutolol hcl cap 200 mg, 400 mg\namiloride hcl tab 5 mg\namiloride & hydrochlorothiazide \n\ntab 5-50 mg\n\namlodipine besylate tab 2.5 mg, \n5 mg, 10 mg (base equivalent) \n(Norvasc)\n\namlodipine besylate-benazepril \nhcl cap 2.5-10 mg, 5-40 mg\n\namlodipine besylate-benazepril \nhcl cap 5-10 mg, 5-20 mg, \n10-20 mg, 10-40 mg (Lotrel)\n\namlodipine besylate-olmesartan \nmedoxomil tab 5-20 mg, \n5-40 mg, 10-20 mg, 10-40 mg \n(Azor)\n\namlodipine besylate-valsartan tab \n5-160 mg, 5-320 mg, 10-160 mg, \n10-320 mg (Exforge)\n\natenolol tab 25 mg, 50 mg, \n100 mg (Tenormin)\n\natenolol & chlorthalidone tab \n50-25 mg, (Tenoretic 50) \n100-25 mg (Tenoretic 100)\n\nbenazepril hcl tab 5 mg\nbenazepril hcl tab 10 mg, 20 mg, \n\n40 mg (Lotensin)\nbenazepril & hydrochlorothiazide \n\ntab 10-12.5 mg, 20-12.5 mg, \n20-25 mg (Lotensin hct)\n\nbetaxolol hcl tab 10 mg, 20 mg\nbisoprolol & hydrochlorothiazide \n\ntab 2.5-6.25 mg, 5-6.25 mg, \n10-6.25 mg (Ziac)\n\nbisoprolol fumarate tab 5 mg, \n10 mg\n\nbumetanide tab 0.5 mg (Bumex)\nbumetanide tab 1 mg, 2 mg\ncandesartan cilexetil tab 4 mg, \n\n8 mg, 16 mg, 32 mg (Atacand)\ncandesartan cilexetil-\n\nhydrochlorothiazide tab \n16-12.5 mg, 32-12.5 mg, \n32-25 mg (Atacand hct)\n\ncaptopril tab 12.5 mg, 25 mg, \n50 mg, 100 mg\n\ncarvedilol tab 3.125 mg, 6.25 mg, \n12.5 mg, 25 mg (Coreg)\n\nchlorthalidone tab 25 mg, 50 mg\nclonidine hcl tab 0.1 mg, 0.2 mg, \n\n0.3 mg\n\nclonidine td patch weekly \n0.1 mg/24hr (Catapres-tts-1), \n0.2 mg/24hr (Catapres-tts-2), \n0.3 mg/24hr (Catapres-tts-3)\n\ndiltiazem hcl cap er 12hr 60 mg, \n90 mg, 120 mg\n\ndiltiazem hcl cap er 24hr 120 mg, \n180 mg, 240 mg\n\ndiltiazem hcl coated beads cap er \n24hr 120 mg, 180 mg, 240 mg, \n300 mg, 360 mg (Cardizem cd)\n\ndiltiazem hcl coated beads tab er \n24hr 180 mg, 240 mg, 300 mg, \n360 mg, 420 mg (Cardizem la)\n\ndiltiazem hcl extended release \nbeads cap er 24hr 120 mg, \n180 mg, 240 mg, 300 mg, \n360 mg, 420 mg (Tiazac)\n\ndiltiazem hcl tab 30 mg, 60 mg, \n120 mg (Cardizem)\n\ndiltiazem hcl tab 90 mg\ndoxazosin mesylate tab 1 mg, \n\n2 mg, 4 mg, 8 mg (Cardura)\nenalapril maleate tab 2.5 mg, \n\n5 mg, 10 mg, 20 mg (Vasotec)\nenalapril maleate & \n\nhydrochlorothiazide tab \n5-12.5 mg\n\nenalapril maleate & \nhydrochlorothiazide tab \n10-25 mg (Vaseretic)\n\nenalapril maleate oral soln \n1 mg/mL (Epaned)\n\neplerenone tab 25 mg, 50 mg \n(Inspra)\n\nfelodipine tab er 24hr 2.5 mg, \n5 mg, 10 mg\n\nfosinopril sodium tab 10 mg, \n20 mg, 40 mg\n\nfosinopril sodium & \nhydrochlorothiazide tab \n10-12.5 mg, 20-12.5 mg\n\nfurosemide oral soln 10 mg/mL\nfurosemide tab 20 mg, 40 mg, \n\n80 mg (Lasix)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n11\n\nguanfacine hcl tab 1 mg, 2 mg \n(Tenex)\n\nhydralazine hcl tab 10 mg, 25 mg, \n50 mg, 100 mg\n\nhydrochlorothiazide cap 12.5 mg\nhydrochlorothiazide tab 12.5 mg, \n\n25 mg, 50 mg\nindapamide tab 1.25 mg, 2.5 mg\nirbesartan tab 75 mg, 150 mg, \n\n300 mg (Avapro)\nirbesartan-hydrochlorothiazide \n\ntab 150-12.5 mg, 300-12.5 mg \n(Avalide)\n\nisosorbide dinitrate-hydralazine \nhcl tab 20-37.5 mg (Bidil)\n\nisradipine cap 2.5 mg, 5 mg\nlabetalol hcl tab 100 mg, 200 mg, \n\n300 mg\nlisinopril tab 2.5 mg, 5 mg, 10 mg, \n\n30 mg, 40 mg (Zestril)\nlisinopril tab 20 mg (Prinivil)\nlisinopril & hydrochlorothiazide \n\ntab 10-12.5 mg, 20-12.5 mg, \n20-25 mg (Zestoretic)\n\nlosartan potassium tab 25 mg, \n50 mg, 100 mg (Cozaar)\n\nlosartan potassium & \nhydrochlorothiazide tab \n50-12.5 mg, 100-12.5 mg, \n100-25 mg (Hyzaar)\n\nmetolazone tab 2.5 mg, 5 mg, \n10 mg\n\nmetoprolol succinate tab er 24hr \n25 mg, 50 mg, 100 mg, 200 mg \n(tartrate equivalent) (Toprol xl)\n\nmetoprolol tartrate tab 25 mg, \n37.5 mg, 75 mg\n\nmetoprolol tartrate tab 50 mg, \n100 mg (Lopressor)\n\nmetoprolol & hydrochlorothiazide \ntab 50-25 mg, 100-25 mg\n\nminoxidil tab 2.5 mg, 10 mg\nmoexipril hcl tab 7.5 mg, 15 mg\nnadolol tab 20 mg, 40 mg, 80 mg \n\n(Corgard)\nnicardipine hcl cap 20 mg, 30 mg\nnifedipine cap 10 mg (Procardia)\n\nnifedipine cap 20 mg\nnifedipine tab er 24hr 30 mg, \n\n60 mg, 90 mg\nnifedipine tab er 24hr osmotic \n\nrelease 30 mg, 60 mg, 90 mg \n(Procardia xl)\n\nolmesartan medoxomil tab 5 mg, \n20 mg, 40 mg (Benicar)\n\nolmesartan medoxomil-\nhydrochlorothiazide tab \n20-12.5 mg, 40-12.5 mg, \n40-25 mg (Benicar hct)\n\nolmesartan-amlodipine-\nhydrochlorothiazide tab \n20-5-12.5 mg, 40-5-12.5 mg, \n40-5-25 mg, 40-10-12.5 mg, \n40-10-25 mg (Tribenzor)\n\nperindopril erbumine tab 2 mg, \n4 mg, 8 mg\n\nphenoxybenzamine hcl cap \n10 mg (Dibenzyline)\n\npindolol tab 5 mg, 10 mg\nprazosin hcl cap 1 mg, 2 mg, \n\n5 mg (Minipress)\npropranolol hcl oral soln \n\n20 mg/5 mL\npropranolol hcl cap er 24hr \n\n60 mg, 80 mg, 120 mg, 160 mg \n(Inderal la)\n\npropranolol hcl tab 10 mg, 20 mg, \n40 mg, 60 mg, 80 mg\n\nquinapril hcl tab 5 mg, 10 mg, \n20 mg, 40 mg (Accupril)\n\nquinapril-hydrochlorothiazide tab \n10-12.5 mg, 20-12.5 mg, \n20-25 mg (Accuretic)\n\nramipril cap 1.25 mg, 2.5 mg, \n5 mg, 10 mg (Altace)\n\nspironolactone tab 25 mg, 50 mg, \n100 mg (Aldactone)\n\nspironolactone & \nhydrochlorothiazide tab \n25-25 mg (Aldactazide)\n\ntelmisartan tab 20 mg, 40 mg, \n80 mg (Micardis)\n\ntelmisartan-amlodipine tab \n40-5 mg, 40-10 mg, 80-5 mg, \n80-10 mg (Twynsta)\n\ntelmisartan-hydrochlorothiazide \ntab 40-12.5 mg, 80-12.5 mg, \n80-25 mg (Micardis hct)\n\nterazosin hcl cap 1 mg, 2 mg, 5 mg, \n10 mg (base equivalent)\n\ntorsemide tab 5 mg, 10 mg, \n20 mg, 100 mg\n\ntrandolapril tab 1 mg, 2 mg, 4 mg\ntriamterene cap 50 mg, 100 mg \n\n(Dyrenium)\ntriamterene & hydrochlorothiazide \n\ncap 37.5-25 mg\ntriamterene & hydrochlorothiazide \n\ntab 37.5-25 mg (Maxzide-25), \n75-50 mg (Maxzide)\n\nvalsartan tab 40 mg, 80 mg, \n160 mg, 320 mg (Diovan)\n\nvalsartan-hydrochlorothiazide tab \n80-12.5 mg, 160-12.5 mg, \n160-25 mg, 320-12.5 mg, \n320-25 mg (Diovan hct)\n\nverapamil hcl cap er 24hr 120 mg, \n180 mg, 240 mg (Verelan)\n\nverapamil hcl tab 40 mg, 80 mg, \n120 mg\n\nverapamil hcl tab er 120 mg, \n180 mg, 240 mg (Calan sr)\n\nHigh Cholesterol\natorvastatin calcium tab 10 mg, \n\n20 mg (base equivalent)  \n(Lipitor) \n\natorvastatin calcium tab 40 mg, \n80 mg (base equivalent) (Lipitor)\n\ncholestyramine light powder 4 gm/\ndose (Questran Light)\n\ncholestyramine light powder \npackets 4 gm\n\ncholestyramine powder  \n4 gm/dose, packets 4 gm \n(Questran)\n\ncolesevelam hcl packet for susp \n3.75 gm (Welchol)\n\ncolesevelam hcl tab 625 mg \n(Welchol)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n12\n\ncolestipol hcl granules 5 gm, \ngranule packets 5 gm (Colestid \nflavored)\n\ncolestipol hcl tab 1 gm (Colestid)\nezetimibe tab 10 mg (Zetia)\nezetimibe-simvastatin tab \n\n10-10 mg, 10-20 mg, 10-40 mg, \n10-80 mg (Vytorin)\n\nfenofibrate tab 48 mg, 145 mg \n(Tricor)\n\nfenofibrate tab 54 mg, 160 mg\nfenofibrate micronized cap 67 mg, \n\n134 mg, 200 mg\ngemfibrozil tab 600 mg (Lopid)\nicosapent ethyl cap 1 gm (Vascepa)\nlovastatin tab 10 mg\nlovastatin tab 20 mg, 40 mg \nniacin tab er 500 mg, 750 mg, \n\n1000 mg (antihyperlipidemic) \n(Niaspan)\n\npravastatin sodium tab 10 mg, \n20 mg, 40 mg, 80 mg \n\nrosuvastatin calcium tab 5 mg, \n10 mg, 20 mg, 40 mg (Crestor)\n\nsimvastatin tab 5 mg, 10 mg, \n20 mg, 40 mg, 80 mg (Zocor)\n\nOsteoporosis\nalendronate sodium oral soln \n\n70 mg/75 mL\nalendronate sodium tab 10 mg, \n\n35 mg\nalendronate sodium tab 70 mg \n\n(Fosamax)\ncalcitonin (salmon) nasal soln \n\n200 unit/act\nibandronate sodium tab 150 mg \n\n(base equivalent) (Boniva)\nraloxifene hcl tab 60 mg  \n\n(Evista) \nrisedronate sodium tab 5 mg, \n\n30 mg\nrisedronate sodium 35 mg,  \n\n150 mg (Actonel)\nrisedronate sodium tab delayed \n\nrelease 35 mg (Atelvia)\n\nRespiratory\nacetylcysteine inhal soln 10%, 20%\nADVAIR DISKUS â€“ fluticasone-\n\nsalmeterol aer powder ba  \n100-50 mcg/dose,  \n250-50 mcg/dose,  \n500-50 mcg/dose\n\nADVAIR HFA â€“ fluticasone- \nsalmeterol inhal aerosol  \n45-21 mcg/act, 115-21 mcg/act, \n230-21 mcg/act\n\nalbuterol sulfate inhal aero \n108 mcg/act (90 mcg base \nequivalent) (Proventil hfa, \nProair hfa)\n\nalbuterol sulfate soln nebu  \n0.083% (2.5 mg/3 mL)\n\nalbuterol sulfate soln nebu 0.5% \n(5 mg/mL)\n\nalbuterol sulfate soln nebu \n0.63 mg/3 mL, 1.25 mg/3 mL \n(base equivalent)\n\nalbuterol sulfate syrup 2 mg/5 mL\nalbuterol sulfate tab 2 mg, 4 mg\nANORO ELLIPTA â€“ umeclidinium-\n\nvilanterol aero powd ba \n62.5-25 mcg/inh\n\narformoterol tartrate soln nebu \n15 mcg/2 mL (base equivalent)\n\nARNUITY ELLIPTA â€“ fluticasone \nfuroate aerosol powder breath \nactiv 50 mcg/act, 100 mcg/act, \n200 mcg/act\n\nASMANEX HFA â€“ mometasone \nfuroate inhal aerosol suspension \n50 mcg/act, 100 mcg/act, \n200 mcg/act\n\nASMANEX TWISTHALER 30 METERED \nâ€“ mometasone furoate inhal powd \n110 mcg/inh (breath activated)\n\nASMANEX TWISTHALER 30, 60,  \n120 METERED â€“ mometasone \nfuroate inhal powd 220 mcg/inh \n(breath activated)\n\nBREO ELLIPTA â€“ fluticasone furoate \nvilanterol aero powd ba  \n100-25 mcg/inh, 200-25 mcg/inh\n\nBREZTRI AEROSPHERE â€“  \nbudesonide-glycopyrrolate-\nformoterol aers  \n160-9-4.8 mcg/act\n\nbudesonide inhalation susp \n0.25 mg/2 mL, 0.5 mg/2 mL, \n1 mg/2 mL (Pulmicort)\n\nCOMBIVENT RESPIMAT â€“ \nipratropium-albuterol inhal aerosol \nsoln 20-100 mcg/act\n\ncromolyn sodium soln nebu \n20 mg/2 mL\n\nDULERA â€“ mometasone furoate-\nformoterol fumarate aerosol \n50-5 mcg/act, 100-5 mcg/act, \n200-5 mcg/act\n\nFLOVENT DISKUS â€“ fluticasone \npropionate aer pow ba  \n50 mcg/blister, 100 mcg/blister, \n250 mcg/blister\n\nFLOVENT HFA â€“ fluticasone \npropionate hfa inhal aero  \n44 mcg/act (50/valve),  \n110 mcg/act (125/valve),  \n220 mcg/act (250/valve)\n\nFLUTICASONE PROPIONATE/\nSALMETEROL â€“  \nfuticasone-salmeterol aer powder \nba 55-14 mcg/act, 113-14 mcg/act, \n232-14 mcg/act\n\nINCRUSE ELLIPTA â€“ umeclidinium  \nbr aero powd breath act  \n62.5 mcg/inh (base equivalent)\n\nipratropium bromide inhal soln \n0.02%\n\nipratropium-albuterol nebu soln \n0.5-2.5(3) mg/3 mL\n\nlevalbuterol hcl soln nebu \n0.31 mg/3 mL, 0.63 mg/3 mL, \n1.25 mg/3 mL (base equivalent) \n(Xopenex)\n\nlevalbuterol hcl soln nebu conc \n1.25 mg/0.5 mL (base \nequivalent) (Xopenex \nconcentrate)\n\nmontelukast sodium chew tab \n4 mg, 5 mg (base equivalent) \n(Singulair)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n13\n\nmontelukast sodium tab 10 mg \n(base equivalent) (Singulair)\n\nQVAR REDIHALER â€“beclomethasone \ndiprop hfa breath act inh aer \n40 mcg/act, 80 mcg/act\n\nSEREVENT DISKUS â€“ salmeterol \nxinafoate aer pow ba 50 mcg/dose \n(base equivalent)\n\nSPIRIVA HANDIHALER â€“tiotropium \nbromide monohydrate inhal cap \n18 mcg (base equivalent)\n\nSPIRIVA RESPIMAT â€“ tiotropium \nbromide monohydrate inhal \naerosol 1.25 mcg/act, 2.5 mcg/act\n\nSTIOLTO RESPIMAT â€“ tiotropium \nbr-olodaterol inhal aero soln \n2.5-2.5 mcg/act\n\nSTRIVERDI RESPIMAT â€“ olodaterol hcl \ninhal aerosol soln 2.5 mcg/act \n(base equivalent)\n\nSYMBICORT â€“ budesonide- \nformoterol fumarate dihyd aerosol \n80-4.5 mcg/act, 160-4.5 mcg/act\n\nterbutaline sulfate tab 2.5 mg, \n5 mg\n\ntheophylline soln 80 mg/15 mL\ntheophylline tab er 24hr 400 mg, \n\n600 mg\nTRELEGY ELLIPTA â€“ fluticasone \n\numeclidinium â€“ vilanterol aepb \n100-62.5-25 mcg/inh,  \n200-62.5-25 mcg/inh\n\nVENTOLIN HFA â€“ albuterol sulfate \ninhal aero 108 mcg/act (90 mcg \nbase equivalent)\n\nzafirlukast tab 10 mg, 20 mg \n(Accolate)\n\nTobacco Cessation \nYour health plan covers two 90-day \ntreatments for tobacco use cessation \nmedicine per benefit period.\n\nbupropion hcl (smoking deterrent) \ntab er 12hr 150 mg\n\nnicotine polacrilex gum 2 mg, 4 mg\n\nnicotine polacrilex lozenge 2 mg, \n4 mg\n\nnicotine td patch 24hr 7 mg/24hr, \n14 mg/24hr, 21 mg/24hr\n\nNICOTINE TRANSDERMAL SYSTEM â€“ \nnicotine td patch 24hr kit \n21-14-7 mg/24hr\n\nNICOTROL INHALER â€“ nicotine \ninhaler system 10 mg (4 mg \ndelivered)\n\nNICOTROL NS â€“ nicotine nasal spray \n10 mg/mL (0.5 mg/spray)\n\nVARENICLINE TARTRATE â€“  \nvarenicline tartrate tab 0.5 mg,  \n1 mg (base equivalent)\n\nVaccines \nACTHIB â€“ haemophilus b \n\npolysaccharide conjugate  \nvaccine for inj\n\nADACEL â€“ tet tox-diph-acell pertuss \nad inj 5-2-15.5 lf-lf-mcg/0.5 mL\n\nAFLURIA QUADRIVALENT â€“  \ninfluenza virus vac split \nquadrivalent susp pref syr  \n0.25 mL, 0.5 mL\n\nAFLURIA QUADRIVALENT â€“  \ninfluenza virus vaccine split \nquadrivalent im inj\n\nBEXSERO â€“ meningococcal vac b \n(recomb omv adjuv) inj prefilled \nsyringe\n\nBOOSTRIX â€“ tet-diph-acell pertuss ad \npref syr 5-2.5-18.5 lf-mcg/ 0.5 mL\n\nBOOSTRIX â€“ tet tox-diph-acell pertuss \nad inj 5-2.5-18.5 lf-lf mcg/0.5 mL\n\nDAPTACEL â€“ diph, acellular pert & tet \ntox inj 15 lf-23 mcg-5 lf/0.5 mL\n\nDIPHTHERIA/TETANUS TOXOID â€“ \ndiphtheria-tetanus tox adsorbed \n(dt) im inj 25-5 unit/0.5 mL\n\nENGERIX-B â€“ hepatitis b vaccine \n(recombinant) susp  \n10 mcg/0.5 mL, 20 mcg/mL\n\nFLUAD â€“ influenza vac type \na&b surface ant adj susp pref \nsyr 0.5 mL\n\nFLUAD QUADRIVALENT INFLUENZA \nâ€“ influenza vac type a&b surface \nant adj quad pref syr 0.5 mL\n\nFLUARIX QUADRIVALENT â€“  \ninfluenza virus vac split \nquadrivalent susp pref syr  \n0.5 mL\n\nFLUBLOK QUADRIVALENT â€“ \ninfluenza vac recomb ha quad  \npf soln pref syr 0.5 mL\n\nFLUCELVAX QUADRIVALENT â€“ \ninfluenza vac tiss-cult subunit quad \nsusp pref syr 0.5 mL\n\nFLUCELVAX QUADRIVALENT â€“ \ninfluenza vac tissue-cultured \nsubunit quadrivalent im susp\n\nFLULAVAL QUADRIVALENT â€“ \ninfluenza virus vac split \nquadrivalent susp pref syr 0.5 mL\n\nFLUMIST QUADRIVALENT â€“  \ninfluenza virus vaccine live \nquadrivalent intranasal susp\n\nFLUZONE HIGH-DOSE PF â€“  \ninfluenza vac split high-dose  \nquad pf susp pref syr 0.7 mL\n\nFLUZONE QUADRIVALENT â€“ \ninfluenza virus vac split \nquadrivalent susp pref syr 0.5 mL\n\nFLUZONE QUADRIVALENT â€“  \ninfluenza virus vaccine split \nquadrivalent im inj\n\nFLUZONE QUADRIVALENT â€“ \ninfluenza virus vaccine split \nquadrivalent inj 0.5 mL\n\nGARDASIL 9 â€“ human  \npapillomavirus (hpv) 9-valent \nrecomb vac susp pref syr\n\nGARDASIL 9 â€“ human  \npapillomavirus (hpv) 9-valent \nrecomb vac im susp\n\nHAVRIX â€“ hepatitis a vaccine inj susp \n720 el unit/0.5 mL, 1440 el unit/mL\n\nHEPLISAV-B â€“ hepatitis b vaccine \nrecomb adjuvanted pref syr \n20 mcg/0.5 mL\n\nHIBERIX â€“ haemophilus b \npolysaccharide conjugate vac for \ninj 10 mcg\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\nINFANRIX â€“ diph, acellular pert & tet \ntox inj 25 lf-58 mcg-10 lf/0.5 mL\n\nIPOL INACTIVATED IPV â€“ \npoliovirus vaccine, ipv injection\n\nKINRIX â€“ diph-tetanus tox ad-acell \npert & polio virus, ipv vac inj\n\nKINRIX â€“ diph-tetanus-acell pert-\npolio, ipv vacc susp pref syr 0.5 mL\n\nMENACTRA â€“ meningococcal (a, c, y, \nand w-135) diphth conjugate \nvaccine\n\nMENQUADFI â€“ meningococcal (a, c, y, \nand w-135) tetanus conjugate \nvaccine\n\nMENVEO â€“ meningococcal (a, c, y, \nand w-135) oligo conj vac for inj\n\nM-M-R II â€“ measles-mumps rubella \nvirus vaccines for inj soln\n\nPEDIARIX â€“ diph-tet tox-acell pert-\nhep b-polio ipv vac susp pref syr\n\nPEDVAX HIB â€“ haemophilius b \npolysaccharide conj vac im susp \n7.5 mcg/0.5 mL\n\nPENTACEL â€“ diph-ac per-tet tox \nad-poliov-haemoph b poly vac for \nim susp\n\nPNEUMOVAX 23 â€“ pneumococcal \nvaccine polyvalent inj \n25 mcg/0.5 mL\n\nPNEUMOVAX 23/1 DOSE â€“ \npneumococcal vaccine polyvalent \ninj 25 mcg/0.5 mL\n\nPREHEVBRIO - hepatitis B \n vaccine 3-antigen (recombinant) \n susp 10 mcg/mL\nPREVNAR 13 â€“ pneumococcal \n\n13-valent conjugate vaccine inj\nPREVNAR 20 â€“ pneumococcal \n\n20-valent conjugate vaccine sus \npref syr 0.5 mL\n\nPROQUAD â€“ measles-mumps-\nrubellavaricella virus vaccines \nfor susp\n\nQUADRACEL â€“ diph-tetanus tox \nad-acell pert & polio virus, ipv \nvac inj\n\nQUADRACEL â€“ diph-tetanus-acell \npert-polio, ipv vacc susp pref \nsyr 0.5 mL\n\nRECOMBIVAX HB â€“ hepatitis b \nvaccine (recombinant) susp \n5 mcg/0.5 mL, 10 mcg/mL, \n40 mcg/mL\n\nROTARIX â€“ rotavirus vaccine, live for \noral susp\n\nROTATEQ â€“ rotavirus vaccine, live oral \npentavalent soln\n\nSHINGRIX â€“ zoster vac  \nrecombinant adjuvanted for im  \ninj 50 mcg/0.5 mL\n\nTDVAX â€“ tetanus-diphtheria toxoids \n(td) inj 2-2 lf/0.5 mL\n\nTENIVAC â€“ tetanus-diphtheria toxoids \n(td) inj 5-2 lfu\n\nTRUMENBA â€“ meningococcal group b \nvac (recomb) im susp prefilled syr\n\nTWINRIX â€“ hep a-hep b vaccine susp \npref syr 720-20 elu mcg/mL\n\nVAQTA â€“ hepatitis a vaccine inj susp \n25 unit/0.5 mL, 50 unit/mL\n\nVARIVAX â€“ varicella virus vac live for \nsubcutaneous inj 1350 pfu/0.5 mL\n\nVAXELIS â€“ diph-tet tox-ac pert \nad-polio ipv-hib-hepatitis b \nrecmb susp\n\nVAXELIS â€“ diph-tet tox-ac pert \nad-polio ipv-hib-hep b rec susp \npre syr\n\nVAXNEUVANCE â€“ pneumococcal \n15-valent conjugate vaccine sus \npref syr 0.5 mL\n\n230487.1022\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13414, 386, '_relevanssi_pdf_content', '\nGeneric Drugs = bold  Brand Drugs = CAPITAL LETTERS\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation, \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association bcbsil.com\n\nNo-Cost Preventive Drug List \nMedication Covered at $0 Cost to You \nEffective Jan. 1, 2023\n\nYour health plan may include certain prescription and over-the-counter (OTC) preventive medicines, as a benefit of \nmembership, at no cost to you when you use a pharmacy or doctor in your health plan\'s network. There is no co-pay, \ndeductible or coinsurance, even if your deductible or out-of-pocket maximum has not been met. Coverage for these \nmedicines can vary according to the type of plan you are enrolled in. Call the Customer Service number listed on your \nmember ID card to find out what drugs are covered at no cost share under your plan. \n\nBelow are some examples of drugs that are often used for preventive care. These may be covered under your plan for \nboth adults and children. This list does not include all drugs that may be prescribed for preventive care. It will be \nreviewed from time-to-time and is subject to change. \n\nPlease see the Contraceptive Coverage List for a list of contraceptive methods that may be covered at no cost to \nyou. Age limits, restrictions and other requirements may apply.*\n\nASPIRIN\naspirin chew tab 81 mg\n\naspirin tab delayed release 81 mg\n\nBOWEL PREPARATION\npeg 3350-kcl-na bicarb-nacl-na sulfate for soln 236 gm (Golytely)\n\npeg 3350-kcl-nacl-na sulfate-na ascorbate-c for soln 100 gm \n(Moviprep)\n\npeg 3350-kcl-sod bicarb-nacl for soln 420 gm (Nulytely/flavor pack)\n\nBREAST CANCER\nanastrozole tab 1 mg (Arimidex)\n\nraloxifene hcl tab 60 mg (Evista)\n\ntamoxifen citrate tab 10 mg, 20 mg\n\nFLUORIDE SUPPLEMENTS\nsodium fluoride chew tabs; 0.25 mg f, 0.5 mg f, 1 mg f (Luride)\n\nsodium fluoride cream 1.1% (Prevident 5000 Plus)\n\nsodium fluoride gel 1.1% (0.5% f) (Prevident fluoride)\nsodium fluoride paste 1.1% (Prevident 5000 boost)\n\nsodium fluoride rinse 0.2% (Prevident)\n\nsodium fluoride soln; 0.125 mg/drop f, 0.5 mg/mL f\n\nsodium fluoride soln 0.5 mg/mL f (from 1.1 mg/mL naf) (Luride)\n\nsodium fluoride-potassium nitrate gel 1.1-5% (Prevident 5000 sensi)\n\nstannous fluoride conc 0.63%  (Gel-kam oral care rinse) \n\nstannous fluoride gel 0.4%  (Gel-kam gel)\n\nFOLIC ACID SUPPLEMENTS\nfolic acid caps; 0.8 mg\n\nfolic acid tabs; 400 mcg, 800 mcg\n\nHIV PRE-EXPOSURE PROPHYLAXIS (PREP)\nemtricitabine-tenofovir disoproxil fumarate tab 200-300 mg \n(Truvada)\n\nINFANT EYE OINTMENT\nerythromycin ophth oint 5 mg/gm\n\nIRON SUPPLEMENTS\ncarbonyl iron suspension 15 mg/1.25 mL (elemental fe)  \n(Icar pediatric)\n\nFERROUS SULFATE - ferrous sulfate liquid 220 mg/5 mL  \n(44 mg/5 mL elemental fe)\n\nferrous sulfate elixir 220 mg/5 mL (44 mg/5 mL elemental fe) \n\nferrous sulfate soln 75 mg/mL (15 mg/mL elemental fe) (Fer-In-Sol)\n\nferrous sulfate syrup 300 mg/5 mL (60 mg/5 mL elemental fe)\n\nIRON UP - polysaccharide iron complex liquid 15 mg/0.5 mL  \n(fe equivalent)\n\nNOVAFERRUM PEDIATRIC DROPS - polysaccharide iron complex liquid \n15 mg/mL (fe equivalent)\n\nSINGLE AGENT STATINS\natorvastatin calcium tabs; 10 mg, 20 mg (Lipitor)\n\nlovastatin tabs; 20 mg, 40 mg\n\npravastatin sodium tabs; 10 mg, 20 mg, 40 mg, 80 mg\n\nTOBACCO CESSATION**\nbupropion hcl (smoking deterrent) tab ER 12hr 150 mg\n\nnicotine polacrilex gum 2 mg, 4 mg\n\nnicotine polacrilex lozenge 2 mg, 4 mg\n\nnicotine td patch 24hr 7 mg/24hr, 14 mg/24hr, 21 mg/24 hr\n\nNICOTINE TRANSDERMAL SYSTEM â€“ nicotine td patch 24 hr kit  \n21-14-7 mg/24hr\n\nNICOTROL INHALER â€“ nicotine inhaler system 10 mg (4 mg delivered)\n\nNICOTROL NS â€“ nicotine nasal spray 10 mg/mL (0.5 mg/spray)\n\nVARENICLINE TARTRATE â€“ varenicline tartrate tab 0.5 mg, 1 mg  \n(base equivalent)\n\nPREVENTIVE DRUG LIST\n\n\n\n*	Some	of	these	products	may	be	covered	under	your	medical	benefit	if	provided	by	a	doctor	in	your	health	plan\'s	network.\n**	Your	health	plan	covers	two	90-day	treatments	for	tobacco	use	cessation	medicine	per	benefit	period.	\nPrescription	coverage	for	these	drugs	may	vary	according	to	the	terms	and	conditions	of	the	plan.	Only	retail	pharmacies	participating	in	the	vaccine	network	may	be	used	to	get	a	covered	\nvaccination.	To	find	a	vaccine	pharmacy,	visit	bcbsil.com.	A	prescription	may	be	required	to	cover	without	cost-sharing	under	the	pharmacy	benefit	for	non-grandfathered	plans.	The	plan	\nmay	also	require	a	generic	drug	to	be	tried	first	before	the	brand	version.	Your	doctor	can	submit	a	copay	waiver	or	coverage	exception	from	BCBSIL	(unless	you	have	a	benefit	exclusion)	for	\nproducts	not	covered	on	your	prescription	drug	list.	Your	doctor	can	call	the	number	on	your	member	ID	card	to	ask	for	a	review.	If	you	meet	the	conditions	as	outlined	under	the	Affordable	\nCare	Act,	you	may	have	$0	member	cost-sharing	(no	deductible,	copay	or	coinsurance).	BCBSIL	will	let	you,	and	your	doctor,	know	the	coverage	decision	after	receiving	your	request.	If	the	\nrequest	is	denied,	BCBSIL	will	let	you	and	your	doctor	know	why	it	was	denied	and	offer	you	a	covered	alternative	drug	(if	applicable).\nThis information is for informational purposes only, does not constitute legal or other advice and should not be relied upon to determine  \ncoverage.	Treatment	decisions	are	between	the	member	and	his	or	her	health	care	provider.	Coverage	is	always	subject	to	the	terms	 \nand	limits	of	the	benefit	plan.	For	details	about	your	plan,	check	your	benefit	materials	or	call	the	number	on	your	member	ID	card.\nThird-party	brand	names	are	the	property	of	their	respective	owners.\n233340.0922\n\nGeneric Drugs = bold  Brand Drugs = CAPITAL LETTERS\n\nbcbsil.com\n\nHIBERIX	â€“	haemophilus	b	polysaccharide	conjugate	vaccine	for	inj	 \n10 mcg\n\nINFANRIX	â€“	diph,	acellular	pert	&	tet	tox	inj	25	lf-58	mcg-10	lf/0.5	mL\n\nIPOL	INACTIVATED	IPV	â€“	poliovirus	vaccine,	ipv	injection\n\nKINRIX	â€“	diph-tetanus	tox	ad-acell	pert	&	polio	virus,	ipv	vaccine	inj\n\nKINRIX - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 mL\n\nM-M-R	II	â€“	measles-mumps-rubella	virus	vaccines	for	inj	soln\n\nMENACTRA	â€“	meningococcal	(a,	c,	y,	and	w-135)	conjugate	vaccine	inj\n\nMENQUADFI	â€“	meningococcal	(a,	c,	y,	and	w-135)	conjugate	vaccine	inj\n\nMENVEO	â€“	meningococcal	(a,	c,	y,	and	w-135)	oligo	conj	vac	for	inj\n\nPEDIARIX â€“ diph-tet tox-acell pert-hep b-polio ipv vac susp pref syr\n\nPEDVAX	HIB	â€“	haemophilus	b	polysaccharide	conj	vaccine	IM	susp	 \n7.5 mcg/0.5 mL\n\nPENTACEL â€“ diph-ac per-tet tox ad-poliov-haemoph b poly vaccine for \nIM susp\n\nPNEUMOVAX	23	â€“	pneumococcal	vaccine	polyvalent	inj	25	mcg/0.5	mL\n\nPNEUMOVAX	23/1	DOSE	â€“	pneumococcal	vaccine	polyvalent	inj	 \n25 mcg/ 0.5 mL\n\nPREVNAR	13	â€“	pneumococcal	13-valent	conjugate	vaccine	inj\n\nPREVNAR	20	-	pneumococcal	20-valent	conjugate	vaccine	sus	pref	syr	\n0.5 mL\n\nPROQUAD â€“ measles-mumps-rubella-varicella virus vaccine for susp\n\nQUADRACEL	â€“	diph-tetanus	tox	ad-acell	pert	&	polio	virus,	ipv	vaccine	inj\n\nQUADRACEL - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 mL\n\nRECOMBIVAX HB â€“ hepatitis B vaccine (recombinant) susp 5 mcg/0.5 mL, \n10 mcg/mL, 40 mcg/mL\n\nROTARIX â€“ rotavirus vaccine, live for oral susp\n\nROTATEQ â€“ rotavirus vaccine, live oral pentavalent soln\n\nSHINGRIX	â€“	zoster	vaccine	recombinant	adjuvanted	for	IM	inj	50	mcg/	\n0.5 mL\n\nTDVAX	â€“	tetanus-diphtheria	toxoids	(td)	inj	2-2	lf/0.5	mL\n\nTENIVAC	â€“	tetanus-diphtheria	toxoids	(td)	inj	5-2	lfu\n\nTRUMENBA	â€“	meningococcal	group	b	vaccine	(recomb)	IM	susp	prefilled	\nsyr\n\nTWINRIX â€“ hep a-hep b vaccine susp pref syr 720-20 elu-mcg/mL\n\nVAQTA	â€“	hepatitis	A	vaccine	inj	susp	25	unit/0.5	mL,	50	unit/mL\n\nVARIVAX	â€“	varicella	virus	vaccine	live	for	subcutaneous	inj	1350	pfu/	 \n0.5 mL\n\nVAXELIS â€“ diph-tet tox-ac pert ad-polio ipv-hib-hep b rec susp pre syr\n\nVAXELIS â€“ diph-tet tox-ac pert ad-polio ipv-hib-hepatitis b recmb susp\n\nVAXNEUVANCE	-	pneumococcal	15-valent	conjugate	vaccine	sus	pref	syr	\n0.5 mL\n\nVACCINES\n\nACTHIB â€“	haemophilus	b	polysaccharide	conjugate	vaccine	for	inj\n\nADACEL â€“	tet	tox-diph-acell	pertuss	ad	inj	5-2-15.5	lf-lf-mcg/0.5	mL\n\nAFLURIA	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.25 mL, 0.5 mL\n\nAFLURIA	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\nBEXSERO	â€“	meningococcal	vaccine	b	(recomb	omv	adjuv)	inj	prefilled	\nsyringe\n\nBOOSTRIX	â€“	tet	tox-diph-acell	pertuss	ad	inj	5-2.5-18.5	lf-lf-mcg/ \n0.5 mL\n\nBOOSTRIX	â€“	tet-diph-acell	pertuss	ad	pref	syr	5-2.5-18.5	lf-mcg/0.5mL\n\nDAPTACEL	â€“	diph,	acellular	pert	&	tet	tox	inj	15	lf-23	mcg-5	lf/0.5	mL\n\nDIPHTHERIA/TETANUS TOXOID â€“ diphtheria-tetanus tox adsorbed  \n(dt)	IM	inj	25-5	unit/0.5mL\n\nENGERIX-B â€“ hepatitis B vaccine (recombinant) susp 10 mcg/0.5 mL,  \n20 mcg/mL\n\nFLUAD	â€“	influenza	vaccine	type	a&b	surface	ant	adj	susp	pref	syr	 \n0.5 mL\n\nFLUAD	QUADRIVALENT	INFLUENZA	â€“	influenza	vac	type	a&b	surface	\nant	adj	quad	pref	syr	0.5	mL\n\nFLUARIX	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.5 mL\n\nFLUBLOK	QUADRIVALENT	â€“	influenza	vac	recomb	ha	quad	pf	soln	pref	\nsyr 0.5 mL\n\nFLUCELVAX	QUADRIVALENT	â€“	influenza	vac	tiss-cult	subunit	quad	\nsusp pref syr 0.5 mL\n\nFLUCELVAX	QUADRIVALENT	â€“	influenza	vac	tissue-cultured	subunit	\nquadrivalent im susp\n\nFLULAVAL	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr\n\nFLULAVAL	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\nFLUMIST	QUADRIVALENT	â€“	influenza	virus	vaccine	live	quadrivalent	\nintranasal susp\n\nFLUZONE	HIGH-DOSE	PF	â€“	influenza	vac	split	high-dose	quad	pf	susp	\npref syr 0.7 mL\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.5mL\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	inj	\n0.5 mL\n\nGARDASIL	9	â€“	human	papillomavirus	(HPV)	9-valent	recomb	vaccine	IM	\nsusp, pref syr\n\nHAVRIX	â€“	hepatitis	A	vaccine	inj	susp	720	el	unit/0.5	mL,	1440	el	unit/mL\n\nHEPLISAV-B	â€“	hepatitis	B	vaccine	recomb	adjuvanted	pref	syr	20	mcg/	 \n0.5 mL\n\nPREVENTIVE DRUG LIST\n\nbcbsil.com\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13415, 390, '_relevanssi_pdf_content', '\nDental Claim Form\n\n1. Type of Transaction (Mark all applicable boxes)\n\nEPSDT/ Title XIX\n\nHEADER INFORMATION\n\nOTHER COVERAGE\n\nStatement of Actual Services                       Request for Predetermination / Preauthorization\n\nÂ© 2006 American Dental Association\n\nMISSING TEETH INFORMATION\n\n34. (Place an \'X\' on each missing tooth)\n\n35. Remarks\n\nJ400 (Same as ADA Dental Claim Form â€“ J401, J402, J403, J404)\nTo Reorder call 1-800-947-4746\nor go online at www.adacatalog.org\n\n1  2  3  4  5  6  7  8\n\n 32  31   30   29   28   27   26   25 24  23   22   21   20   19   18   17\n\n9  10   11   12   13   14   15  16 A  B  C  D  E  F  G  H   I  J\n\nT  S  R  Q  P  O  N  M  L  K\n\nPermanent Primary 32. Other \n      Fee(s)\n\n33.Total Fee\n\n24. Procedure Date\n(MM/DD/CCYY)\n\n   25. Area \n    of Oral\n    Cavity\n\n26.\nTooth\nSystem\n\n27. Tooth Number(s)\nor Letter(s)\n\n28. Tooth\nSurface\n\n29. Procedure\nCode 30. Description 31. Fee\n\nfo\nld\n\nRECORD OF SERVICES PROVIDED\n\nTREATING DENTIST AND TREATMENT LOCATION INFORMATIONBILLING DENTIST OR DENTAL ENTITY  (Leave blank if dentist or dental entity is not submitting \nclaim on behalf of the patient or insured/subscriber)\n\nPATIENT INFORMATION\n18. Relationship to Policyholder/Subscriber in #12 Above    19. Student Status\n\nSelf Spouse Dependent Child Other\n\n20. Name (Last, First, Middle Initial, Suffix), Address, City, State, Zip Code\n\n21. Date of Birth (MM/DD/CCYY) 23. Patient ID/Account # (Assigned by Dentist)22. Gender\n\nM F\n\nINSURANCE COMPANY/DENTAL BENEFIT PLAN INFORMATION\n3. Company/Plan Name, Address, City, State, Zip Code\n\n5. Name of Policyholder/Subscriber in #4 (Last, First, Middle Initial, Suffix)\n\n11. Other Insurance Company/Dental Benefit Plan Name, Address, City, State, Zip Code\n\n4. Other Dental or Medical Coverage?\n\n48. Name, Address, City, State, Zip Code\n\n56. Address, City, State, Zip Code\n\n54. NPI 55. License Number\n\n49. NPI\n\n                                (             )                 â€“ (             )                 â€“\n\n50. License Number 51. SSN or TIN\n\nYes (Complete 5-11)No  (Skip 5-11)\n\n53. I hereby certify that the procedures as indicated by date are in progress (for procedures that require multiple \nvisits) or have been completed.\n\nSigned (Treating Dentist) Date\nX\n\nfold\nfo\n\nld\nfold\n\n2. Predetermination / Preauthorization Number\n\nANCILLARY CLAIM/TREATMENT INFORMATION\n\n41. Date Appliance Placed (MM/DD/CCYY)\n\n44. Date Prior Placement (MM/DD/CCYY)42. Months of Treatment \n      Remaining\n\nNo Yes (Complete 44)\n\n38. Place of Treatment\n\n43. Replacement of Prosthesis?\n\n39. Number of Enclosures (00 to 99)\nRadiograph(s) Oral Image(s) Model(s)\n\nYes  (Complete 41-42)No  (Skip 41-42)\n\n40. Is Treatment for Orthodontics?\n\nProviderâ€™s Office Hospital ECF Other\n\n45. Treatment Resulting from\n\n47. Auto Accident State46. Date of Accident (MM/DD/CCYY)\n\nOccupational illness/ injury Auto accident Other accident\n\nAUTHORIZATIONS\n36. I have been informed of the treatment plan and associated fees. I agree to be responsible for all\ncharges for dental services and materials not paid by my dental benefit plan, unless prohibited by law, or \nthe treating dentist or dental practice has a contractual agreement with my plan prohibiting all or a portion of \nsuch charges. To the extent permitted by law, I consent to your use and disclosure of my protected health \ninformation to carry out payment activities in connection with this claim.\n\nDatePatient /Guardian signature\nX\n\n37. I hereby authorize and direct payment of the dental benefits otherwise payable to me, directly to the below named \ndentist or dental entity.\n\nDateSubscriber signature\nX\n\n58. Additional\n      Provider ID\n\nFTS PTS\n\n1\n\n2\n\n3\n\n4\n\n5\n\n6\n\n7\n\n8\n\n9\n\n10\n\n6. Date of Birth (MM/DD/CCYY) 8. Policyholder/Subscriber ID (SSN or ID#)7. Gender\n\nM F\n\n9. Plan/Group Number 10. Patientâ€™ s Relationship to Person Named in #5\n\nSelf Spouse Dependent Other\n\nPOLICYHOLDER/SUBSCRIBER INFORMATION (For Insurance Company Named in #3)\n12. Policyholder/Subscriber Name (Last, First, Middle Initial, Suffix), Address, City, State, Zip Code\n\n13. Date of Birth (MM/DD/CCYY) 15. Policyholder/Subscriber ID (SSN or ID#)14. Gender\n\nM F\n\n16. Plan/Group Number 17. Employer Name\n\n52A. Additional\n        Provider ID\n\n56A. Provider\nSpecialty Code\n\n52. Phone\n      Number\n\n57. Phone\n      Number\n\n\n\nComprehensive completion instructions for the ADA Dental Claim Form are found in Section 4 of the ADA Publication titled CDT-2007/2008. \nFive relevant extracts from that section follow:\n\nGENERAL INSTRUCTIONS\n        A.  The form is designed so that the name and address (Item 3) of the third-party payer receiving the claim (insurance company/dental  \n               benefit plan) is visible in a standard #10 window envelope.  Please fold the form using the â€˜tick-marksâ€™ printed in the margin.\n        B.  In the upper-right of the form, a blank space is provided for the convenience of the payer or insurance company, to allow the    \n\n assignment of a claim or control number.\n        C.  All Items in the form must be completed unless it is noted on the form or in the following instructions that completion is not required.         \n        D.  When a name and address field is required, the full name of an individual or a full business name, address and zip code must be entered.\n        E.  All dates must include the four-digit year.\n        F.  If the number of procedures reported exceeds the number of lines available on one claim form, the remaining procedures must be  \n\n listed on a separate, fully completed claim form.\n\nCOORDINATION OF BENEFITS (COB)\nWhen a claim is being submitted to the secondary payer, complete the form in its entirety and attach the primary payerâ€™s Explanation of Benefits \n(EOB) showing the amount paid by the primary payer.  You may indicate the amount the primary carrier paid in the â€œRemarksâ€ field (Item # 35).\n\nNATIONAL PROVIDER IDENTIFIER (NPI) \n49 and 54   NPI (National Provider Indentifier):  This is an identifier assigned by the Federal government to all providers considered to be \n                   HIPAA covered entities.  Dentists who are not covered entities may elect to obtain an NPI at their discretion, or may be       \n                   enumerated if required by a participating provider agreement with a third-party payer or applicable state law/regulation.  An NPI \n                   is unique to an individual dentist (Type 1 NPI) or dental entity (Type 2 NPI), and has no intrinsic meaning.  Additional information \n                   on NPI and enumeration can be obtained from the ADAâ€™s Internet Web Site: www.ada.org/goto/npi\n\nADDITIONAL PROVIDER IDENTIFIER\n52A and 58 Additional Provider ID:  This is an identifier assigned to the billing dentist or dental entity other than a Social Security \n                   Number (SSN) or Tax Identification Number (TIN).  It is not the providerâ€™s NPI.  The additional identifier is sometimes referred\n                   to as a Legacy Identifier (LID).  LIDs may not be unique as they are assigned by different entities (e.g., third-party payer; Federal \n                   government).  Some Legacy IDs have an intrinsic meaning.\n\nPROVIDER SPECIALTY CODES\n          56A   Provider Specialty Code:  Enter the code that indicates the type of dental professional who delivered the treatment.  Available \n                   codes describing treating dentists are listed below.  The general code listed as â€˜Dentistâ€™ may be used instead of any other dental \n                   practitioner code.\n\nCategory / Description Code Code\n\nA dentist is a person qualified by a doctorate in dental surgery (D.D.S)\nor dental medicine (D.M.D.) licensed by the state to practice dentistry,\nand practicing within the scope of that license.\n\nDentist\n122300000X\n\nGeneral Practice 1223G0001X\nDental Specialty (see following list)\n\nDental Public Health\nEndodontics\nOrthodontics\nPediatric Dentistry\nPeriodontics\nProsthodontics\nOral & Maxillofacial Pathology \nOral & Maxillofacial Radiology\nOral & Maxillofacial Surgery\n\nVarious\n1223D0001X\n1223E0200X\n1223X0400X\n1223P0221X\n1223P0300X\n1223P0700X\n1223P0106X\n1223D0008X\n1223S0112X\n\nShould there be any updates to ADA Dental Claim Form completion instructions, the updates will be posted on the ADAâ€™s web site at: \nwww.ada.org/goto/dentalcode\n\nDental provider taxonomy codes listed above are a subset of the full code set that is posted at: \nwww.wpc-edi.com/codes/taxonomy\n\n\n\n590154c   Rev. 10/2008\n\nNew York Residents: Any person who knowingly and with intent to defraud any insurance company or other person files an\napplication for insurance or statement of claim containing any materially false information, or conceals for the purpose of\nmisleading, information concerning any fact material thereto, commits a fraudulent insurance act, which is a crime and shall also\nbe subject to a civil penalty not to exceed $5000 and the stated value of the claim for each such violation.\n\nKentucky Residents: Any person who knowingly and with intent to defraud any insurance company or other person files a\nstatement of claim containing any materially false information or conceals, for the purpose of misleading, information concerning\nany fact material thereto commits a fraudulent insurance act, which is a crime.\n\nFlorida Residents: Any person who knowingly and with intent to injure, defraud or deceive any insurer files a statement of claim\nor an application containing any false, incomplete or misleading information is guilty of a felony of the third degree.\n\nCIGNA Dental refers to CIGNA Dental Health, Inc., and its operating subsidiaries as well as its affiliated companies Connecticut General Life Insurance Company\nand CIGNA HealthCare of Connecticut, Inc.\n\nNew Jersey Residents: Any person who knowingly files a statement of claim containing any false or misleading information is\nsubject to criminal and civil penalties.\n\nTennessee Residents: It is a crime to knowingly provide false, incomplete or misleading information to an insurance company\nfor the purpose of defrauding the company. Penalties include imprisonment, fines and denial of insurance benefits.\n\nMinnesota Residents: A person who files a claim with intent to defraud or helps commit a fraud against an insurer is guilty of a\ncrime.\n\nDistrict of Columbia Residents: WARNING: It is a crime to provide false or misleading information to an insurer for the purpose\nof defrauding the insurer or any other person. Penalties include imprisonment and/or fines. In addition, an insurer may deny\ninsurance benefits if false information materially related to a claim was provided by the applicant.\n\nColorado Residents: It is unlawful to knowingly provide false, incomplete or misleading facts or information to an insurance\ncompany for the purpose of defrauding or attempting to defraud the company. Penalties may include imprisonment, fines, denial\nof insurance, and civil damages. Any insurance company or agent of an insurance company who knowingly provides false,\nincomplete or misleading facts or information to a policyholder or claimant for the purpose of defrauding or attempting to defraud\nthe policyholder or claimant with regard to a settlement or award payable from insurance proceeds shall be reported to the\nColorado Division of Insurance within the Department of Regulatory Agencies.\n\nPennsylvania Residents: Any person who, knowingly and with intent to defraud any insurance company or other person, files\nan application for insurance or statement of claim containing any materially false information, or conceals for the purpose of\nmisleading, information concerning any fact material thereto, commits a fraudulent insurance act, which is a crime and subjects\nsuch person to criminal and civil penalties.\n\nOregon Residents: Any person who knowingly and with intent to defraud any insurance company or other person: (1) files an\napplication for insurance or statement of claim containing any materially false information; or, (2) conceals for the purpose of\nmisleading, information concerning any material fact, may have committed a fraudulent insurance act.\n\nTexas Residents: Any person who knowingly presents a false or fraudulent claim for the payment of a loss is guilty of a crime\nand may be subject to fines and confinement in state prison.\n\nAlaska Residents: A person who knowingly and with intent to injure, defraud or deceive an insurance company or files a claim\ncontaining false, incomplete or misleading information may be prosecuted under state law.\n\nIMPORTANT CLAIM NOTICE\n\nCaution: Any person who, knowingly and with intent to defraud any insurance company or other person: (1) files an application\nfor insurance or statement of claim containing any materially false information; or (2) conceals for the purpose of misleading,\ninformation concerning any material fact thereto, commits a fraudulent insurance act.\n\nThe authorization shall remain in effect for the term of your coverage. You or your designated representative is entitled to receive\na copy of this claim form.\nCalifornia Residents: For your protection, California law requires the following to appear on/with this form. Any person who\nknowingly presents a false or fraudulent claim for the payment of a loss is guilty of a crime and may be subject to fines and\nconfinement in state prison.\n\nVirginia Residents: Any person who, with the intent to defraud or knowing that he is facilitating a fraud against an insurer,\nsubmits an application or files a claim containing a false or deceptive statement may have violated state law.\n\nArizona Residents: For your protection, Arizona law requires the following statement to appear on/with this form. Any person\nwho knowingly presents a false or fraudulent claim for payment of loss is subject to criminal and civil penalties.\n\nMaryland Residents: Any person who knowingly and willfully presents false information in an application for insurance is guilty\nof a crime and may be subject to fines and confinement in prison.\n\n\n	cignalogo: \n	cat: \n	#: Cat. #590154c   Rev. 10/2008\n\n	Clear: \n	Statement of Actual: Off\n	EPSDT: Off\n	Req for Predet: Off\n	Predet Number: \n	Other Coverage: Off\n	Other Ins Name: \n	Gender: Off\n	Subscriber ID: \n	Plan Number: \n	Patient Relation: Off\n	Primary Payer Info: \n	Other Carrier Name: \n	Other Ins DOB: \n	Primary Ins Gender: Off\n	Primary Ins Subs ID: \n	Primary Ins Employer: \n	Relation to Primary Ins: Off\n	Student Status: Off\n	Primary Ins Name: \n	Primary Ins DOB: \n	Patient Gender: Off\n	Primary Ins Plan No: \n	Procedure Date2: \n	Procedure Date3: \n	Procedure Date4: \n	Procedure Date5: \n	Procedure Date6: \n	Procedure Date1: \n	Procedure Date7: \n	Procedure Date8: \n	Procedure Date9: \n	Procedure Date10: \n	Area1: \n	Area2: \n	Area3: \n	Area4: \n	Area5: \n	Area6: \n	Area7: \n	Area8: \n	Area9: \n	Area10: \n	Tooth System1: \n	Tooth System2: \n	Tooth System3: \n	Tooth System4: \n	Tooth System5: \n	Tooth System6: \n	Tooth System7: \n	Tooth System8: \n	Tooth System9: \n	Tooth System10: \n	Tooth Number1: \n	Tooth Number2: \n	Tooth Number3: \n	Tooth Number4: \n	Tooth Number5: \n	Tooth Number6: \n	Tooth Number7: \n	Tooth Number8: \n	Tooth Number9: \n	Tooth Number10: \n	Tooth Surface1: \n	Tooth Surface2: \n	Tooth Surface3: \n	Tooth Surface4: \n	Tooth Surface5: \n	Tooth Surface6: \n	Tooth Surface7: \n	Tooth Surface8: \n	Tooth Surface9: \n	Tooth Surface10: \n	Procedure Code1: \n	Procedure Code2: \n	Procedure Code3: \n	Procedure Code4: \n	Procedure Code5: \n	Procedure Code6: \n	Procedure Code7: \n	Procedure Code8: \n	Procedure Code9: \n	Procedure Code10: \n	Description1: \n	Description2: \n	Description3: \n	Description4: \n	Description5: \n	Description6: \n	Description7: \n	Description8: \n	Description9: \n	Description10: \n	Fee Check2: Off\n	Fee Check3: Off\n	Fee Check4: Off\n	Fee Check5: Off\n	Fee Check6: Off\n	Fee Check7: Off\n	Fee Check8: Off\n	Fee Check9: Off\n	Fee Check1: Off\n	Fee1: \n	Fee2: \n	Fee3: \n	Fee4: \n	Fee5: \n	Fee6: \n	Fee7: \n	Fee8: \n	Fee9: \n	Fee Check10: Off\n	Fee10: \n	Other Fees Ck1: Off\n	Other Fees1: \n	Other Fees Ck2: Off\n	Other Fee Ck: Off\n	Other Fees2: \n	Total Fees: \n	Missing Teeth2: Off\n	Missing Teeth3: Off\n	Missing Teeth4: Off\n	Missing Teeth5: Off\n	Missing Teeth6: Off\n	Missing Teeth7: Off\n	Missing Teeth1: Off\n	Missing Teeth9: Off\n	Missing Teeth10: Off\n	Missing Teeth11: Off\n	Missing Teeth12: Off\n	Missing Teeth13: Off\n	Missing Teeth14: Off\n	Missing Teeth15: Off\n	Missing Teeth16: Off\n	Missing Teeth17: Off\n	Missing Teeth18: Off\n	Missing Teeth19: Off\n	Missing Teeth20: Off\n	Missing Teeth21: Off\n	Missing Teeth22: Off\n	Missing Teeth8: Off\n	Missing Teeth24: Off\n	Missing Teeth25: Off\n	Missing Teeth26: Off\n	Missing Teeth27: Off\n	Missing Teeth28: Off\n	Missing Teeth29: Off\n	Missing Teeth30: Off\n	Missing Teeth31: Off\n	Missing Teeth32: Off\n	Missing TeethA: Off\n	Missing TeethB: Off\n	Missing TeethC: Off\n	Missing TeethD: Off\n	Missing TeethE: Off\n	Missing TeethF: Off\n	Missing TeethG: Off\n	Missing TeethH: Off\n	Missing TeethI: Off\n	Missing TeethJ: Off\n	Missing TeethK: Off\n	Missing TeethL: Off\n	Missing TeethM: Off\n	Missing TeethN: Off\n	Missing TeethO: Off\n	Missing TeethP: Off\n	Missing TeethQ: Off\n	Missing TeethR: Off\n	Missing TeethS: Off\n	Missing Teeth23: Off\n	Missing TeethT: Off\n	REMARKS: \n	Place of Treat: Off\n	Patient ID: \n	No Oral Images: \n	Ortho: Off\n	Patient DOB: \n	Date app placed: \n	No Radiographs: \n	Mo Treat Remain: \n	Replace Prosthesis: Off\n	Treat Resulting From: Off\n	Date prior placement: \n	Date of Accident: \n	Auto Accident State: \n	No Models: \n	Patient Name Add: \n	Provider Phone Area: \n	Provider Address: \n	Billing Dentist Address: \n	Billing Dentist License No: \n	Billing Dentist Provider ID: \n	Bill Dentist Phone Area: \n	Provider Phone No: \n	Billing Dentist Phone No: \n	phone: For mailing address, call Customer Service at 1-800-244-6224\n	NPI: \n	License No: \n	specialty code: \n	Billing Dentist SSN: \n	additional provider id: \n	58: \n	 additional provider id: \n\n	Help: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13416, 391, '_relevanssi_pdf_content', '\nYour 2023 Monthly Cost of Coverage\n\nMedical, Dental & Vision Coverage\n\nBest Premium \nIf you and your covered spouse have completed Best Premium by November 1, 2022, you both will receive $400 (up to \n$800) toward your 2023 medical premiums. This will be reflected on your paystub as a reduction in your bi-weekly cost for \nmedical coverage.\n\nEmployee & Spouse Voluntary Life Insurance*\nEmployee â€“ 1x, 2x, 3x, 4x or 5x annual base salary.\n\nSpouse â€“ Increments of $10,000 up to 50% of employee.\n\nPremiums shown are per $1,000 of coverage based on \nemployee age (Maximum benefit: $1 million).\n\nVoluntary AD&D\n\nSupplemental Long-Term Disability**\nCF provides basic LTD of 50% of base salary, up to $5,000 \nper month. Supplemental LTD coverage increases the \nbenefit to 60% of base salary, up to $10,000 per month.\n\nEmployee Only Employee + Spouse Employee + Child(ren) Family\n\nBCBS CF Standard PPO $166.40 $431.60 $264.16 $616.72\n\nBCBS Advantage PPO with HSA $132.08 $370.24 $220.48 $534.56\n\nCigna Dental PPO $7.14 $15.30 $20.40 $33.66\n\nCigna Vision $3.00 $6.00 $6.00 $10.00\n\nUnder Age 24 $0.050\n\nAge 25 â€“ 29 $0.060\n\nAge 30 â€“ 34 $0.080\n\nAge 35 â€“ 39 $0.090\n\nAge 40 â€“ 44 $0.109\n\nAge 45 â€“ 49 $0.163\n\nAge 50 â€“ 54 $0.256\n\nAge 55 â€“ 59 $0.466\n\nAge 60 â€“ 64 $0.660\n\nAge 65 â€“ 69 $1.270\n\nAge 70+ $2.060\n\nChild (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.93\n\n*  Newly eligible employees: Evidence of insurability required for \namounts over 4x annual base salary or $400,000. \nCurrent employees: Evidence of insurability required for initial \nelections and coverage increases. \nNewly eligible spouses: Evidence of insurability required for amounts \nover $50,000.  \nCurrent spouses: Evidence of insurability required for initial elections \nand coverage increases.\n\n** Newly eligible employees: Evidence of insurability is not required for \nSupplemental LTD. \nCurrent employees: Evidence of Insurability is required if electing \nSupplemental LTD for the first time.\n\nPremiums shown are per $100 of monthly \nsalary (Maximum monthly benefit: $10,000)\n\n$0.218\n\nEmployee Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nSpouse Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nChild Only (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.14\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13417, 398, '_relevanssi_pdf_content', '\nYour 2023 Monthly Cost of Coverage\n\nMedical, Dental & Vision Coverage\n\nBest Premium \nIf you and your covered spouse have completed Best Premium by November 1, 2022, you both will receive $400 (up to \n$800) toward your 2023 medical premiums. This will be reflected on your paystub as a reduction in your bi-weekly cost for \nmedical coverage.\n\nEmployee & Spouse Voluntary Life Insurance*\nEmployee â€“ 1x, 2x, 3x, 4x or 5x annual base salary.\n\nSpouse â€“ Increments of $10,000 up to 50% of employee.\n\nPremiums shown are per $1,000 of coverage based on \nemployee age (Maximum benefit: $1 million).\n\nVoluntary AD&D\n\nSupplemental Long-Term Disability**\nCF provides basic LTD of 50% of base salary, up to $5,000 \nper month. Supplemental LTD coverage increases the \nbenefit to 60% of base salary, up to $10,000 per month.\n\nEmployee Only Employee + Spouse Employee + Child(ren) Family\n\nBCBS CF Standard PPO $166.40 $431.60 $264.16 $616.72\n\nBCBS Advantage PPO with HSA $132.08 $370.24 $220.48 $534.56\n\nCigna Dental PPO $7.14 $15.30 $20.40 $33.66\n\nCigna Vision $3.00 $6.00 $6.00 $10.00\n\nUnder Age 24 $0.050\n\nAge 25 â€“ 29 $0.060\n\nAge 30 â€“ 34 $0.080\n\nAge 35 â€“ 39 $0.090\n\nAge 40 â€“ 44 $0.109\n\nAge 45 â€“ 49 $0.163\n\nAge 50 â€“ 54 $0.256\n\nAge 55 â€“ 59 $0.466\n\nAge 60 â€“ 64 $0.660\n\nAge 65 â€“ 69 $1.270\n\nAge 70+ $2.060\n\nChild (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.93\n\n*  Newly eligible employees: Evidence of insurability required for \namounts over 4x annual base salary or $400,000. \nCurrent employees: Evidence of insurability required for initial \nelections and coverage increases. \nNewly eligible spouses: Evidence of insurability required for amounts \nover $50,000.  \nCurrent spouses: Evidence of insurability required for initial elections \nand coverage increases.\n\n** Newly eligible employees: Evidence of insurability is not required for \nSupplemental LTD. \nCurrent employees: Evidence of Insurability is required if electing \nSupplemental LTD for the first time.\n\nPremiums shown are per $100 of monthly \nsalary (Maximum monthly benefit: $10,000)\n\n$0.218\n\nEmployee Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nSpouse Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nChild Only (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.14\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13418, 411, '_relevanssi_pdf_content', '\n \n\nU.S. Paid Parental Leave (PPL) Affidavit  \n\n \n\nWhen requesting Paid Parental Leave, you are required to review the items below, sign and attach this \nform to your Workday leave request. \n\n \n\nÃ˜ I affirm and represent to CF Industries (the â€œCompanyâ€) that I have read and understand the \nCompanyâ€™s Parental Leave Policy. \n\nÃ˜ I further state that I believe I qualify for the Companyâ€™s parental leave due to bonding with my child \nfor either birth or adoption.  \n\nÃ˜ I will provide HR with supporting documentation after my child is born or placed with me for \nadoption.  \n\nÃ˜ I anticipate needing parental leave during the following dates: ________ to ___________.  \nÃ˜ I affirm that the foregoing information is true and correct to the best of my knowledge. \n\n \n\n \n\nEmployee Name (print): _____________________________________   Date: ________________________ \n\n \n\n \n\nEmployee Signature: _________________________________Work Location: ________________________ \n\n \n\n \n\n \n \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13419, 465, '_relevanssi_pdf_content', '\nNetBenefits AccessCardÂ®\nFrequently Asked Questions\n\n1. What is the NetBenefits AccessCardÂ®?\n\nThe NetBenefits AccessCardÂ® is a special-purpose VisaÂ® card \nthat provides an easy, automatic way to pay for qualified \nmedical expenses. The card provides electronic access to the \namounts set aside in your respective benefit accounts such as \nHealth Savings Accounts (HSAs), Flexible Spending Accounts \n(FSAs) and Health Reimbursement Arrangements (HRAs). \nPlease note that if you have a Limited Purpose FSA it can only \nbe used for vision and dental expenses at eye doctor and \ndentist offices or merchants that sell eyeglasses. You wonâ€™t \nbe able to use your card for over-the-counter vision and \ndental expenses. You can use another form of payment and \nsubmit  the receipt for reimbursement of qualified over-the-\ncounter items.\n\n2. How does the NetBenefits AccessCardÂ® work?\n\nThe value of your available HSA/FSA/HRA balance(s) is stored \non the NetBenefits AccessCardÂ®. You can use your card to \npay for qualified medical expenses at eligible merchants and \nservice providers that accept Visa debit cards for payment. \nThe eligible amount of the purchase will be deducted â€“ \nautomatically â€“ from the appropriate account based on the \ntype of merchant, expense type and available balance in the \naccount. If you have multiple account balances stored on your \nNetBenefits AccessCardÂ®, a predetermined hierarchy based \non the type of merchant is used to apply the different expense \ntypes to the appropriate account.\n\n3. Where may I use the NetBenefits AccessCardÂ®?\n\nInternal Revenue Service (IRS)  rules allow you to use your \nNetBenefits AccessCardÂ® in participating pharmacies, mail-\norder pharmacies, discount stores, and supermarkets that \ncan identify HSA/FSA/HRA-eligible items at checkout and \naccept Visa prepaid benefit cards. Eligible expenses are \ndeducted from the appropriate account balance(s) at the \npoint of sale. \n\nFSA/HRA transactions made in these locations are fully \nsubstantiated, and in most cases, no paper follow-up is \nneeded. Some FSA/HRA plan designs may also allow you to \nuse your card in pharmacies that have certified that 90% of \nthe merchandise they sell is HSA/FSA/HRA-eligible. However, \nsince these pharmacies cannot identify the eligible items at the \npoint of sale, another form of substantiation or paper follow-up \nwill be required for an FSA/HRA. In these instances, you will \nreceive a letter or notification from Fidelity Reimbursement \nAccount Services if there is a need to submit a receipt.\n\nYou may also use your card to pay a hospital, doctor, dentist \nor vision provider that accepts Visa prepaid benefit cards. For \nFSA/HRA, auto-substantiation technology is used to attempt to \nelectronically verify the transactionâ€™s eligibility according to IRS \nrules. If the transaction cannot be auto-substantiated, paper \nfollow-up will be required. In these instances, you will receive \na letter or notification from Fidelity Reimbursement Account \nServices if there is a need to submit a receipt. Important: If you \ndo not submit a receipt in a timely manner, we may restrict the \nuse of your FSA/HRA balance(s) on your NetBenefits \nAccessCardÂ® until your previous usage can be substantiated. \n\n4. How does the NetBenefits AccessCardÂ® work in\nparticipating pharmacies, discount stores, department\nstores and supermarkets?\n\nâ€¢ Present the card for payment of prescriptions and\neligible over-the-counter purchases and request that the\ntransaction be processed as a credit card.\n\nâ€¢ If the card transaction is approved (e.g., there are\nsufficient funds in the account and at least some of the\nproducts are HSA/FSA/HRA-eligible), the amount of\nthe FSA/HRA-eligible purchases is deducted from the\napplicable account balance(s) and no receipt follow-up\nis required. The clerk will then ask for another form of\npayment for the non-HSA/FSA/HRA-eligible items.\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\nâ€¢ If the card transaction is declined, the clerk will ask\nfor another form of payment for the total amount of\nthe purchase.\n\nâ€¢ Keep your receipts identifying the HSA/FSA/HRA-eligible\nitems you purchased. The receipt may also show a\nsubtotal of the HSA/FSA/HRA-eligible purchases.\n\nâ€¢ In most cases, you will not receive requests for receipts\nfor FSA/HRA-eligible purchases made in pharmacies,\ndiscount stores, department stores or supermarkets that\nhave a point of sale system that can identify HSA/FSA/\nHRA-eligible items at checkout.\n\nâ€¢ Always keep receipts in the event the IRS requests\ndocumentation.\n\n5. Are there places the NetBenefits AccessCardÂ®\nwonâ€™t be accepted?\n\nYes. The card will not be accepted at merchants that do \nnot offer eligible goods and services, such as hardware \nstores, restaurants, bookstores, gas stations and home \nimprovement stores. Even if the item you are purchasing is \nallowable under IRS rules, the card may be declined because \nthe merchant is not eligible. For FSA/HRA, please submit any \nreceipts for items that meet the IRS requirements purchased \nat a non-approved merchant for manual reimbursement. \n\nCards will not be accepted at pharmacies, mail-order \npharmacies, discount stores, department stores and \nsupermarkets where the point of sale system cannot identify \nHSA/FSA/HRA-eligible items at checkout. You cannot use \nyour NetBenefits AccessCardÂ® to get cash at an ATM.\n\n6. If asked, should I select â€œDebitâ€ or â€œCreditâ€?\n\nWhile you may have selected a Personal Identification \nNumber (PIN) for your card, only one large retail merchant can \ncurrently process a card transaction if a PIN is entered. To \nincrease the likelihood your transaction will be approved, we \nrecommend you select the â€œCreditâ€ option at the terminal. \nAsk the cashier if they can assist getting you past the PIN \nentry screen by using a â€œbypass buttonâ€ â€“ which may be \na green or orange button sometimes referred to as the \nâ€œcreditâ€ button. \n\nYou cannot use your NetBenefits AccessCardÂ® to get cash at \nan ATM. \n\n7. How does the NetBenefits AccessCardÂ® change how\nyou are reimbursed for expenses?\n\nWith the NetBenefits AccessCardÂ®, you can pay for \nqualified medical expenses with your available benefit \naccounts. Simply use your card to pay for your qualified \nmedical expenses and funds are automatically deducted from \nyour respective benefit account(s) for payment. The card \neliminates most out-of-pocket cash payments and paperwork, \nas well as the need to wait for reimbursements.\n\n8. Why do I need to save all my itemized\nreceipts?\n\nItemized receipts should be saved for all HSA, FSA \nand HRA purchases made with the NetBenefits AccessCardÂ®. \nYou may be asked to submit receipts to verify that your \nexpenses comply with IRS guidelines. Each receipt must \nshow: the merchant or provider name, the service received \nor the item purchased, the date, and the amount of the \npurchase. The IRS requires that every FSA/HRA card \ntransaction be substantiated. This can occur through \nautomated processing as outlined by the IRS (e.g., copay \nmatching, etc.). If the automated processing is unable to \nsubstantiate an FSA/HRA transaction, the IRS requires that \nitemized receipts be submitted in order to validate expense \neligibility. \n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n13. What dollar amount is available on\nthe NetBenefits AccessCardÂ® when it\nis activated?\n\nYour NetBenefits AccessCardÂ® will only contain a balance if \nyou have funds currently available to spend.\n\nFor HSA: \n\nFunds will not be available on the card until \nthere is an available core position/balance in \nyour account. If NetBenefits shows an HSA core \nposition/balance, the funds are available on the card. \n\nFor FSA:\n\nYour full annual election amount will be available on \nthe card on the first day of the plan year.\n\nFor HRA: \n\nCheck your plan documents to determine when your HRA \nfunds will be available. \n\nBefore you use your card, log on to NetBenefits \nand check your available account balance(s).\n\n14. May I use the NetBenefits AccessCardÂ® if I receive\na statement with a Patient Due Balance for a medical\nservice?\n\nFor medical services provided during the current plan year for \nyou or an eligible dependent, you can use your card for the \nbalance due if the provider accepts Visa debit cards. Follow \nthe directions on the statement, either by calling and \nproviding your card information over the phone, or by writing \nthe card number on the statement and sending it back to  the \nprovider.\n\n15. Sometimes you may be asked for the CVV when\npaying the balance due or when placing an order by\nphone or on-line. What is this and where is it found?\n\nCVV stands for â€œCard Verification Value.â€ It is a three-digit \nnumber that can be found on the back of the card to the right \nof the signature panel. \n\n9. Can I get an additional NetBenefits\nAccessCardÂ®?\n\nThe account owner will receive one NetBenefits \nAccessCardÂ® that will contain all eligible benefit accounts. \nTo request additional cards for your spouse or eligible \ndependents, you must complete an additional card request \nonline. Log on to NetBenefits and either\n\nâ€¢ Click on Request Additional Cards at the bottom of the\nReimbursement Accounts Summary,\nor\n\nâ€¢ Log on to FidelityDebitCard if you have an HSA.\n\n10. Will I receive a new NetBenefits\nAccessCardÂ® each year?\n\nNo. Funds in your HSA carry over from year to \nyear and will be available on your existing card. Every year \nthat you are enrolled in an FSA/HRA with the same \nemployer, that annual benefit election is added to your \nexisting card at the beginning of the plan year. Your card is \ngood through the expiration date shown on the front of the \nplastic. If you have at least one eligible account balance \navailable on your card, you will receive a new card during \nthe month your existing card expires.\n\n11. What if my NetBenefits AccessCardÂ® is lost\nor stolen?\n\nContact the NetBenefits AccessCardÂ® Debit Card \nServices team at 833-811-7432 as soon as you realize \nyour card is missing, so your current card can be turned off \nand a replacement card issued.\n\n12. How do I activate my card?\n\nCall the toll-free number on the activation sticker on \nthe front of the card to activate it. You cannot use your \nNetBenefits AccessCardÂ® until it has been activated. \n\nhttp://www.netbenefits.com\nhttp://www.netbenefits.com\nFidelityDebitCard.com\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n16. How do I know how much is in my accounts?\n\nTo view your current HSA/FSA/HRA balances and account \nactivity log on to NetBenefits. Always check your account \nbalances before making a purchase with your NetBenefits \nAccessCardÂ®. \n\n17. What if I have an expense that is more than the\namount left in my account(s)?\n\nWhen incurring an expense that is greater than the amount \nremaining in your account(s), you may be able to split the \ncost at the register. (Check with the merchant.) For example, \ntell the clerk to use your NetBenefits AccessCardÂ® for the \nexact amount left in your account(s), and then pay the \nremaining balance separately with another form of payment. \nIf the merchant is not able to split the cost at the register, a \ntransaction greater than the available balance in your account \nwill be declined and you will have to pay by other means.\n\n18. What are some reasons that the NetBenefits\nAccessCardÂ® might not work at the point of sale?\n\nThe most common reasons why a card may be declined at the \npoint of sale are: \n\nâ€¢ The card has not been activated.\n\nâ€¢ There are insufficient funds in the HSA/FSA/HRA to cover\nthe expense at the time the card is used.\n\nâ€¢ You used a PIN instead of using the card like a credit\ncard at a merchant that doesnâ€™t support health care PIN\ntransactions.\n\nâ€¢ Non-eligible expenses have been included at the point of\nsale. (Retry the transaction with the eligible expense only.)\n\nâ€¢ The pharmacy, discount store or supermarket cannot\nidentify HSA/FSA/HRA-eligible items at checkout\naccording to IRS rules.\n\nâ€¢ The merchant is encountering system processing problems.\n\n19. Whom do I call if I have questions about my\nNetBenefits AccessCardÂ®?\n\nContact the NetBenefits AccessCardÂ® Debit Card Services \nteam at 833-811-7432.\n\n20. Can I use the NetBenefits AccessCardÂ® to access\nlast yearâ€™s money left in an FSA this year?\n\nCheck with your employer for your specific plan guidelines. \nIf your plan has a grace period, you will have an additional \ntimeframe beyond the end of the plan year to incur qualified \nmedical expenses. This timeframe is determined by your \nemployer but cannot exceed the 2 Â½ month extension \nallowed by the IRS. \n\n21. How will I know to submit receipts for FSA/HRA\npurchases to verify a charge?\n\nYou will receive a letter or notification from Fidelity \nReimbursement Account Services if there is a need to submit \na receipt. All receipts should be saved per the IRS rules. \n\n22. What if I fail to submit FSA/HRA receipts to verify\na charge?\n\nIf receipts are not submitted as requested to verify an  FSA/\nHRA charge made with the NetBenefits AccessCardÂ®, then \nthe FSA/HRA balance on the card may be suspended until \nreceipts are received and you may be required to repay  the \namount charged. \n\nhttp://www.netbenefits.com\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n\nThe NetBenefits AccessCardÂ® is issued by PNC Bank, N.A., and the debit card program is administered \nby BNY Mellon Investment Servicing Trust Company. Those entities are not affiliated with each other or \nwith Fidelity. Visa is a registered trademark of Visa International Service Association, and is used by PNC \nBank pursuant to license from Visa U.S.A. Inc.\n\nFidelity Brokerage Services LLC, Member NYSE, SIPC 900 Salem Street, Smithfield, RI 02917\n\nÂ© 2021 FMR LLC. All rights reserved.\n\n926416.4.0\n\n\n	1 Netbenefits AccessCard FAQ 926416.4.1 FAQ02 final\n\n\n\nfile://NoURLProvided[06/15/2021 3:21:26 PM]\n\n\nSummary\n\n\nShows Replacements\n\n\nShows Insertions\n\n\nShows Deletions\n\n\n10\nTotal Changes\n\n\n\n\n\n\n\nNetBenefits AccessCardÂ®\nFrequently Asked Questions\n\n\n1. What is the NetBene its AccessCardÂ®?\n\n\nThe NetBenefits AccessCardÂ® is a special-purpose VisaÂ® card \nthat provides an easy, automatic way to pay for qualified \nmedical expenses. The card provides electronic access to the \namounts set aside in your respective benefit accounts such as \nHealth Savings Accounts (HSAs), Flexible Spending Accounts \n(FSAs) and Health Reimbursement Arrangements (HRAs).\nPlease note that if you have a Limited Purpose FSA it can only \nbe used for vision and dental expenses at eye doctor and \ndentist offices or merchants that sell eyeglasses. You wonâ€™t \nbe able to use your card for over-the-counter vision and \ndental expenses. You can use another form of payment and \nsubmit  the receipt for reimbursement of qualified over-the-\ncounter items.\n\n\n2. How does the NetBene its AccessCardÂ® work?\n\n\nThe value of your available HSA/FSA/HRA balance(s) is stored \non the NetBenefits AccessCardÂ®. You can use your card to \npay for qualified medical expenses at eligible merchants and \nservice providers that accept Visa debit cards for payment. The \neligible amount of the purchase will be deducted â€“ \nautomatically â€“ from the appropriate account based on the \ntype of merchant, expense type and available balance in the \naccount. If you have multiple account balances stored on your \nNetBenefits AccessCardÂ®, a predetermined hierarchy based on \nthe type of merchant is used to apply the different expense \ntypes to the appropriate account.\n\n\n3. Where may I use the NetBene its AccessCardÂ®?\n\n\nInternal Revenue Service (IRS) rules allow you to use your \nNetBenefits AccessCardÂ® in participating pharmacies, mail-\norder pharmacies, discount stores, and supermarkets that \ncan identify HSA/FSA/HRA-eligible items at checkout and \naccept Visa prepaid benefit cards. Eligible expenses are \ndeducted from the appropriate account balance(s) at the \npoint of sale. \n\n\nFSA/HRA transactions made in these locations are fully \nsubstantiated, and in most cases, no paper follow-up is \nneeded. Some FSA/HRA plan designs may also allow you to \nuse your card in pharmacies that have certified that 90% of \nthe merchandise they sell is HSA/FSA/HRA-eligible. However, \nsince these pharmacies cannot identify the eligible items at the \npoint of sale, another form of substantiation or paper follow-up \nwill be required for an FSA/HRA. In these instances, you will \nreceive a letter or notification from Fidelity Reimbursement \nAccount Services if there is a need to submit a receipt.\n\n\nYou may also use your card to pay a hospital, doctor, dentist \nor vision provider that accepts Visa prepaid benefit cards. For \nFSA/HRA, auto-substantiation technology is used to attempt to \nelectronically verify the transactionâ€™s eligibility according to IRS \nrules. If the transaction cannot be auto-substantiated, paper \nfollow-up will be required. In these instances, you will receive \na letter or notification from Fidelity Reimbursement Account \nServices if there is a need to submit a receipt. Important: If you \ndo not submit a receipt in a timely manner, we may restrict \nthe use of your FSA/HRA balance(s) on your NetBenefits \nAccessCardÂ® until your previous usage can be substantiated. \n\n\n4. How does the NetBenefits AccessCardÂ® work in \nparticipating pharmacies, discount stores, department \nstores and supermarkets?\n\n\nâ€¢ Present the card for payment of prescriptions and\neligible over-the-counter purchases and request that the\ntransaction be processed as a credit card.\n\n\nâ€¢ If the card transaction is approved (e.g., there are\nsufficient funds in the account and at least some of the\nproducts are HSA/FSA/HRA-eligible), the amount of\nthe FSA/HRA-eligible purchases is deducted from the\napplicable account balance(s) and no receipt follow-up\nis required. The clerk will then ask for another form of\npayment for the non-HSA/FSA/HRA-eligible items.\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"NetBene its\" \n[New]: \"NetBenefits\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"VisaÂ®\" \n[New]: \"Visa Â®\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"balance(s)\" \n[New]: \"balance(s )\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"balance(s)\" \n[New]: \"balance(s\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\nâ€¢ If the card transaction is declined, the clerk will ask\nfor another form of payment for the total amount of\nthe purchase.\n\n\nâ€¢ Keep your receipts identifying the HSA/FSA/HRA-eligible\nitems you purchased. The receipt may also show a\nsubtotal of the HSA/FSA/HRA-eligible purchases.\n\n\nâ€¢ In most cases, you will not receive requests for receipts\nfor FSA/HRA-eligible purchases made in pharmacies,\ndiscount stores, department stores or supermarkets that\nhave a point of sale system that can identify HSA/FSA/\nHRA-eligible items at checkout.\n\n\nâ€¢ Always keep receipts in the event the IRS requests\ndocumentation.\n\n\n5. Are there places the NetBenefits AccessCardÂ®\nwonâ€™t be accepted?\n\n\nYes. The card will not be accepted at merchants that do \nnot offer eligible goods and services, such as hardware \nstores, restaurants, bookstores, gas stations and home \nimprovement stores. Even if the item you are purchasing is \nallowable under IRS rules, the card may be declined because \nthe merchant is not eligible. For FSA/HRA, please submit any \nreceipts for items that meet the IRS requirements purchased \nat a non-approved merchant for manual reimbursement. \n\n\nCards will not be accepted at pharmacies, mail-order \npharmacies, discount stores, department stores and \nsupermarkets where the point of sale system cannot identify \nHSA/FSA/HRA-eligible items at checkout. You cannot use \nyour NetBenefits AccessCardÂ® to get cash at an ATM.\n\n\n6. If asked, should I select â€œDebitâ€ or â€œCreditâ€?\n\n\nWhile you may have selected a Personal Identification \nNumber (PIN) for your card, only one large retail merchant \ncan currently process a card transaction if a PIN is entered. \nTo increase the likelihood your transaction will be approved, \nwe recommend you select the â€œCreditâ€ option at the terminal. \nAsk the cashier if they can assist getting you past the PIN \nentry screen by using a â€œbypass buttonâ€ â€“ which may be \na green or orange button sometimes referred to as the \nâ€œcreditâ€ button. \n\n\nYou cannot use your NetBenefits AccessCardÂ® to get cash at \nan ATM. \n\n\n7. How does the NetBenefits AccessCardÂ® change how \nyou are reimbursed for expenses?\n\n\nWith the NetBenefits AccessCardÂ®, you can pay for \nqualified medical expenses with your available benefit \naccounts. Simply use your card to pay for your qualified \nmedical expenses and funds are automatically deducted \nfrom your respective benefit account(s) for payment. The \ncard eliminates most out-of-pocket cash payments and \npaperwork, as well as the need to wait for reimbursements.\n\n\n8. Why do I need to save all my itemized\nreceipts?\n\n\nItemized receipts should be saved for all HSA, FSA \nand HRA purchases made with the NetBenefits AccessCardÂ®. \nYou may be asked to submit receipts to verify that your \nexpenses comply with IRS guidelines. Each receipt must \nshow: the merchant or provider name, the service received \nor the item purchased, the date, and the amount of the \npurchase. The IRS requires that every FSA/HRA card \ntransaction be substantiated. This can occur through \nautomated processing as outlined by the IRS (e.g., copay \nmatching, etc.). If the automated processing is unable to \nsubstantiate an FSA/HRA transaction, the IRS requires that \nitemized receipts be submitted in order to validate expense \neligibility. \n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"(PIN)\" \n[New]: \"(PIN\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"account(s)\" \n[New]: \"account(s\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n13. What dollar amount is available on\nthe NetBenefits AccessCardÂ® when it\nis activated?\n\n\nYour NetBenefits AccessCardÂ® will only contain a balance if \nyou have funds currently available to spend.\n\n\nFor HSA: \n\n\nFunds will not be available on the card until \nthere is an available core position/balance in \nyour account. If NetBenefits shows an HSA core \nposition/balance, the funds are available on the card. \n\n\nFor FSA:\n\n\nYour full annual election amount will be available on \nthe card on the first day of the plan year.\n\n\nFor HRA: \n\n\nCheck your plan documents to determine when your HRA \nfunds will be available. \n\n\nBefore you use your card, log on to NetBenefits and check \nyour available account \nbalance(s).\n\n\n14. May I use the NetBenefits AccessCardÂ® if I receive\na statement with a Patient Due Balance\nfor a medical service?\n\n\nFor medical services provided during the current plan year for \nyou or an eligible dependent, you can use your card for the \nbalance due if the provider accepts Visa debit cards. Follow \nthe directions on the statement, either by calling and \nproviding your card information over the phone, or by writing \nthe card number on the statement and sending it back to  the \nprovider.\n\n\n15. Sometimes you may be asked for the CVV when\npaying the balance due or when placing an order by\nphone or online. What is this and where is it found?\n\n\nCVV stands for â€œCard Verification Value.â€ It is a three-digit \nnumber that can be found on the back of the card to the right \nof the signature panel. \n\n\n9. Can I get an additional NetBenefits\nAccessCardÂ®?\n\n\nThe account owner will receive one NetBenefits \nAccessCardÂ® that will contain all eligible benefit accounts. \nTo request additional cards for your spouse or eligible \ndependents, you must complete an additional card request \nonline. Log on to  NetBenefits and either\n\n\nâ€¢ Click on Request Additional Cards at the bottom of the\nReimbursement Accounts Summary,\nor\n\n\nâ€¢  if you have an HSA.\n\n\n10. Will I receive a new NetBenefits\nAccessCardÂ® each year?\n\n\nNo. Funds in your HSA carry over from year to \nyear and will be available on your existing card. Every year \nthat you are enrolled in an FSA/HRA with the same \nemployer, that annual benefit election is added to your \nexisting card at the beginning of the plan year. Your card is \ngood through the expiration date shown on the front of the \nplastic. If you have at least one eligible account balance \navailable on your card, you will receive a new card during \nthe month your existing card expires.\n\n\n11. What if my NetBenefits AccessCardÂ® is lost\nor stolen?\n\n\nContact the NetBenefits AccessCardÂ® Debit Card \nServices team at 833-811-7432 as soon as you realize \nyour card is missing, so your current card can be turned off \nand a replacement card issued.\n\n\n12. How do I activate my card?\n\n\nCall the toll-free number on the activation sticker on \nthe front of the card to activate it. You cannot use your \nNetBenefits AccessCardÂ® until it has been activated. \n\n\n\nhttp://www.netbenefits.com\n\nhttp://www.netbenefits.com\n\nText Replacedï¿½\n\nText\n\n[Old]: \"\'}ï¿½â€¢}ï¿½&]Ë†Ëšo]â€¢Ã‡Ë˜Ëšï¿½]â€¢ï¿½ï¿½â€¢Ë†Xï¿½}u\" \n[New]: \"Log on to FidelityDebitCard.com\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n16. How do I know how much is in my accounts?\n\n\nTo view your current HSA/FSA/HRA balances and account \nactivity log on to NetBenefits. Always check your account \nbalances before making a purchase with your NetBenefits \nAccessCardÂ®. \n\n\n17. What if I have an expense that is more than the\namount left in my account(s)?\n\n\nWhen incurring an expense that is greater than the amount \nremaining in your account(s, you may be able to split the \ncost at the register. (Check with the merchant. For example, \ntell the clerk to use your NetBenefits AccessCardÂ® for the \nexact amount left in your account(s, and then pay the \nremaining balance separately with another form of payment. \nIf the merchant is not able to split the cost at the register, a \ntransaction greater than the available balance in your account \nwill be declined and you will have to pay by other means.\n\n\n18. What are some reasons that the NetBenefits\nAccessCardÂ® might not work at the point of sale?\n\n\nThe most common reasons why a card may be declined at the \npoint of sale are: \n\n\nâ€¢ The card has not been activated.\n\n\nâ€¢ There are insufficient funds in the HSA/FSA/HRA to cover\nthe expense at the time the card is used.\n\n\nâ€¢ You used a PIN instead of using the card like a credit\ncard at a merchant that doesnâ€™t support health care PIN\ntransactions.\n\n\nâ€¢ Non-eligible expenses have been included at the point of\nsale. (Retry the transaction with the eligible expense only.)\n\n\nâ€¢ The pharmacy, discount store or supermarket cannot\nidentify HSA/FSA/HRA-eligible items at checkout\naccording to IRS rules.\n\n\nâ€¢ The merchant is encountering system processing problems.\n\n\n19. Whom do I call if I have questions about my \nNetBenefits AccessCardÂ®?\n\n\nContact the NetBenefits AccessCardÂ® Debit Card Services \nteam at 833-811-7432.\n\n\n20. Can I use the NetBenefits AccessCardÂ® to access \nlast yearâ€™s money left in an FSA this year?\n\n\nCheck with your employer for your specific plan guidelines. \nIf your plan has a grace period, you will have an additional \ntimeframe beyond the end of the plan year to incur qualified \nmedical expenses. This timeframe is determined by your \nemployer but cannot exceed the 2 Â½ month extension \nallowed by the IRS. \n\n\n21. How will I know to submit receipts for FSA/HRA \npurchases to verify a charge?\n\n\nYou will receive a letter or notification from Fidelity \nReimbursement Account Services if there is a need to submit \na receipt. All receipts should be saved per the IRS rules. \n\n\n22. What if I fail to submit FSA/HRA receipts to verify \na charge?\n\n\nIf receipts are not submitted as requested to verify an  FSA/\nHRA charge made with the NetBenefits AccessCardÂ®, then \nthe FSA/HRA balance on the card may be suspended until \nreceipts are received and you may be required to repay  the \namount charged. \n\n\n\nhttp://www.netbenefits.com\n\nText Replacedï¿½\n\nText\n\n[Old]: \"account(s,\" \n[New]: \"account(s),\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"merchant.\" \n[New]: \"merchant.)\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"account(s,\" \n[New]: \"account(s),\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n\n\n\n\n\nThe NetBenefits AccessCardÂ® is issued by PNC Bank, N.A., and the debit card program is administered \nby BNY Mellon Investment Servicing Trust Company. Those entities are not affiliated with each other or \nwith Fidelity. Visa is a registered trademark of Visa International Service Association, and is used by PNC \nBank pursuant to license from Visa U.S.A. Inc.\n\n\nFidelity Brokerage Services LLC, Member NYSE, SIPC 900 Salem Street, Smithfield, RI 02917\n\n\nÂ© 2021 FMR LLC. All rights reserved.\n\n\n926416.3.0\n\n\n\n\n\n		A9j2vaw3_1g1s1am_i64.tmp\n\n		Local Disk\n\n		file://NoURLProvided\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13420, 472, '_relevanssi_pdf_content', '\nTerm Life Insurance Change Form\nLife Insurance Company of North America (LINA)\na CIGNA Company (herein called the Insurance Company)\nFor info and customer service call 1-800-732-1603.\nâ€¢ The applicant must sign and date this form.\nâ€¢ This form cannot be considered unless received within 30 days of the date it is dated.\n\nImportant: Please enter all dates in mm/dd/yyyy format.\n\nGroup Insurance\nLife   Accident  Disability    \n\nEMPLOYER USE (MANDATORY DATA NEEDED): In order for the insurance company to process this form, the employer must complete\nthis information.\n\nEMPLOYER__________________________________________________________________POLICY #______________________\n\nCLASS_______ LOCATION/PAYCODE # ______ DATE OF HIRE____________ ANNUAL SALARY____________ VERIFIED BY _______\n\n REASON FOR REQUEST: â‘ LIFE STATUS CHANGE â‘ ONGOING ENROLLMENT EVENT â‘ REINSTATEMENT â‘ LATE ENTRANT\n\nVOLUNTARY EMPLOYEE VOLUNTARY SPOUSE\n\nNEW COVERAGE (TOTAL)\n\nCURRENT COVERAGE\n\nGUARANTEED COVERAGE\nPORTION OF REQUESTED INCREASE\n\nAMOUNT SUBJECT TO\nMEDICAL EVIDENCE\n\nACCEPTANCE / DECLINATION\n\nI accept the insurance coverage(s) chosen above.  If premiums are to be paid by payroll, I authorize my employer to deduct the needed amounts from my\nearnings.\n\nSignature_______________________________________________________ Date _______________\n\nSee your life insurance brochure/application for the coverage election options for your plan. When selecting new coverage amounts, please\nensure that your election(s) match the amounts, salary multiples or unit increments described in your brochure and/or application.\n\nCHECK THE APPROPRIATE BOXES:\n\nâ‘  Increase, decrease or begin coverage on the following individuals as indicated below:\n(Complete the medical questions on the next page if you are electing or increasing coverage for yourself or your spouse.)\n\n             Current Voluntary Coverage         New Voluntary Coverage            Total Voluntary Coverage\n\nAnswer if your plan includes smoker/non-smoker rates:\nHave you smoked or used any form of tobacco in the last 12 months?   Employee:   â‘ Yes     â‘ No  Spouse:    â‘ Yes     â‘ No\n\nâ‘ Life Status Change\n\nIf this change is being made due to a Life Status Change, please check one of the following, and provide date of change.\n\nâ‘ Marriage      â‘ Divorce      â‘ Annulment      â‘ Legal Separation      â‘ Birth or Adoption of a Child      â‘ Death of a Spouse or Child      â‘ Leave of Absence\n\nâ‘ Change in Spouseâ€™s Employment      â‘ Return to or from Military Duty      â‘ Change from full to part-time (or vice-versa)\nDate of Life Status Change ______________\n\nâ‘ Cancel coverage on the following individuals:\n\n    â‘ Employee     â‘ Spouse     â‘ Child(ren)      Effective Date of Cancellation ________________\n\nâ‘ Cancel the Automatic Increase Option\n\nâ‘ Name Change:  (Current Name / New Name)\n\n   Employee_____________________________________/_____________________________________\n\n     Spouse ______________________________________/_____________________________________\n\nReminder: If you\'d like to designate new beneficiaries, please complete a Beneficiary Form.\n\n     â‘   Employee\n\n     â‘   Spouse\n\n     â‘   Child(ren)\n\nI WISH TO MAKE THE FOLLOWING CHANGES TO MY LIFE INSURANCE COVERAGE\n\nCOMPLETE IF ELECTING SPOUSE COVERAGE\n\nâ‘ Mr.  â‘ Mrs.  â‘ Ms. (Check One)\nEmployee Name (First)__________________ (Last)_____________________ Social Security #_________________ Birthdate ____________\n\nAddress__________________________________________________  City________________________  State______  Zip_________\n\nWork Phone ____________________ Home Phone _____________________  Employee ID Number __________________  Sex:  â‘ M   â‘ F\n\nEMPLOYEE SECTION\n\nPlease print (preferably in black ink).\n\nâ‘  I am currently married and my date of marriage is ______________\n\nName (First)______________________ (Last)___________________________ Social Security #___________________\n\nBirthdate _____________________    Sex:  â‘ M   â‘ F\n\nMonth/Day/Year\n\nTL-009320\n\nâ˜›\nSign Here\n\nSpouse\nInformation\n\nReturn to your employer.  Be sure to make a copy for your own records.\n\nImportant:  You must also sign and date the Agreements and Authorization section.\n\n\n\n       Employee      Spouse\n          Yes    No     Yes    No\n\n   â‘     â‘       â‘     â‘\n\n   â‘     â‘       â‘     â‘\n\n   â‘     â‘       â‘     â‘\n   â‘     â‘       â‘     â‘\n   â‘     â‘       â‘     â‘\n   â‘     â‘       â‘     â‘\n\n   â‘     â‘       â‘     â‘\n   â‘     â‘       â‘     â‘\n   â‘     â‘       â‘     â‘\n   â‘     â‘       â‘     â‘\n\n   â‘     â‘       â‘     â‘\n\n   â‘     â‘       â‘     â‘\n  _______    _______\n  _______    _______\n  _______    _______\n   â‘     â‘       â‘     â‘\n   â‘     â‘       â‘     â‘\n\n   â‘     â‘       â‘     â‘\n\n   â‘     â‘       â‘     â‘\n\nWithin the last 5 years has the proposed insured been:\nâ€¢  diagnosed with any of the conditions shown in items A through J below,\nâ€¢  told by a medical professional he/she has or may have any of the conditions shown in items A through J below,\nâ€¢  or been treated by a medical professional for any of the conditions shown in items A through J below?\n\nA. High blood pressure, heart attack, chest pain or Angina, a heart murmur, poor circulation or any other condition affecting\nthe heart or circulatory system?\n\nB. Diabetes, glandular condition, Hepatitis, or any condition affecting the esophagus, stomach, intestines, liver or\npancreas?\n\nC. Asthma, Chronic Bronchitis, Emphysema, or any other condition affecting the lungs or respiratory tract?\nD. Any condition affecting the kidneys, urinary tract, prostate gland or reproductive system?\nE. HIV infection, AIDS, or any other condition affecting the immune system or lymph nodes?\nF. Stroke, Transient Ischemic Attack (TIA), Alzheimerâ€™s disease, paralysis, Epilepsy, fainting, seizures, headaches, or\n\nother condition affecting the nervous system?\nG. Anemia or any other condition affecting the blood, Lupus, Arthritis, deformity or loss of limb?\nH. Anxiety, Depression, Bipolar Disorder, or any other mental disorder or condition?\nI. Cancer, Tumor, Leukemia, Hodgkinâ€™s Disease, Polyps or Mole?\nJ. Alcohol or drug abuse or dependency?\n\nWithin the last 5 years has the proposed insured:\nA. Had a Driving While Intoxicated (DWI), Driving Under the Influence (DUI) or Operating Under the Influence (OUI)\n\nconviction?\nB. Smoked cigarettes:\n\n1. For how many years has the proposed insured smoked?\n2. Approximately how many cigarettes are, or were, smoked on average per day?\n3. If cigarette smoking has been discontinued, when (month and year) did the proposed insured quit smoking?\n\nC. Used any controlled or illegal drug or other substance?\nD. Been seen for, or been advised to have sought treatment for, observation and/or consultation for surgery, medical\n\nexamination, and/or tests, such as blood, urine, X-rays, electrocardiograms, scans, biopsies, or any medical tests/exams\nnot listed here or above, other than normal routine physical exams?\n\nE. Used any medication prescribed by a physician or other medical practitioner, or used any form of alternative and\ncomplementary medical treatment or remedy, including herbs or acupuncture?\n\nF. Been seen, sought treatment for, consulted, advised they had and/or received any medical advice from a health care\npractitioner for any disease, disorder and/or medical impairment not listed above?\n\nTL-009320\n\nIMPORTANT\nPlease complete each section that follows if it is needed.\n\nRead the Agreements and Authorization. Sign and date the form in the space provided.\n\nComplete the employee and spouse info in this section if you (i.e., the Employee) or your spouse are applying for/increasing Life Insurance:\n(1) exceeding the guaranteed amount, or (2) due to a reinstatement.\n\nHeight and Weight Information\n\nEmployee Spouse\n\nHeight          ft        in Height          ft        in\n\nWeight                   lbs Weight                   lbs\n\nPHYSICIAN SECTION\nEmployee Physician\n\nName ____________________________________________________________ Phone No. ______________________________\n\nStreet Address ___________________________________________  City ________________________ State _______ Zip _______\n\nSpouse Physician\n\nName ____________________________________________________________ Phone No. ______________________________\n\nStreet Address ___________________________________________  City ________________________ State _______ Zip _______\n\nName ____________________________________________________________________  Social Security #__________________________\n\nPlease indicate your answers for each question by checking the Yes or No box for the question.\n\n                     Name of Employee/Spouse          Condition        Date Occurred      Duration/Treatment Received       Current Status\n\nCaution:  Any person who, knowingly and with intent to defraud any insurance company or other person:  (1) files an\napplication for insurance or statement of claim containing any materially false information; or (2) conceals for the purpose\nof misleading, information concerning any fact material thereto, commits a fraudulent insurance act.\n\nUse the space below to explain \"Yes\" answers. If more space is needed, use a new page. Sign and date it. Attach it to this form.\n\nSECTION A\n\nSECTION B\n\nFold and staple this page to conceal health questions.\nReturn to your employer.  Be sure to make a copy for your own records.\n\nImportant:  You must also sign and date the Agreements and Authorization section.\n\n\n\nName ____________________________________________________________________  Social Security #__________________________\n\nâœ¦âœ¦âœ¦ AGREEMENTS AND AUTHORIZATION âœ¦âœ¦âœ¦\n\nTo the best of my knowledge and belief all written, telephonic and electronic info I gave is true and complete.  I understand that my insurance will\nnot go into effect unless I am actively at work on the effective date.  I also understand that coverage for each of my dependents will not go into effect\nunless the person is not confined in a hospital or institution, or receiving certain medical treatment.  The conditions for the requested insurance to\nbe effective are described in the policy and certificate.  The approval of this request by the Insurance Company is one of those conditions.  I understand\nand agree that:\n(1) This request will be a part of the policy that provides the insurance.\n(2) I may need to provide more medical info.\n(3) I may need to take medical tests and report the results to the Insurance Company.\n(4) I  must report any change in my health that happens before the insurance is effective.\n(5) Requested insurance will not be effective for a person if the person does not meet the underwriting requirements on the date insurance is to be\n\neffective.\n\nAuthorization. I permit any hospital, clinic, health care practitioner, pharmacy, benefit manager, employer, insurance company, the Medical\nInformation Bureau (MIB) or any other person or organization having info about the health, medical history, physical or mental condition, diagnosis\nor treatment, employment or income, or motor vehicle driving record, of me or my children to disclose to the Insurance Company or its authorized\nagent, any such info, for the purpose of underwriting this application for insurance or administering any claim under any insurance which is\napproved.  This authorization is valid for 30 months from the date below.  I accept that a copy of this Authorization is as valid as the original.\n\nI understand that I and/or my authorized agent have the right to receive a copy of this authorization upon request.\n\nI understand that the info will be used to assess my request for insurance.\n\nI may revoke this authorization at any time in writing.  Any such revocation will not:  (1) change any action taken in reliance on the Authorization;\nand (2) change the Insurance Companyâ€™s right to use the Authorization for contest of a claim or policy in accordance with applicable law.\n\nI understand that info provided pursuant to this authorization may be disclosed by the recipient and is no longer subject to the protections of the Health\nInsurance Portability and Accountability Act (HIPAA). (The Insurance Companies are subject to the Gramm-Leach-Bliley act and state privacy laws.\nThey do not disclose protected information except as permitted by those laws.)\n\nâ˜›\nSign Here\n\nTL-009320\n\n___________________________________  _____________      ___________________________________  ______________\nSpouseâ€™s Signature Month/Day/Year\n\n(If applying for insurance for your spouse)\nEmployeeâ€™s Signature             Month/Day/Year\n\nNotice: Personal information may be collected from persons other than those proposed for coverage. Information may be disclosed to third parties\nwithout your authorization as permitted by law. You have the right to access and correct all personal information collected. Additional information\nabout the insurance company\'s privacy practices is available upon request.\n\n\n	EmployerName: CF Industries, Inc.\n	Policy_No: FLX-963674\n	Employee_Hire_Date: \n	ANNUAL_SAL: \n	REASON_REQUEST: Off\n	EMP_ID_NO: \n	SEX: Off\n	Employee_Address: \n	EMP_CITY_ADD: \n	EMP_STATE_ADD: \n	EMP_ZIP: \n	Employee_Day_Telephone: \n	Employee_Eve_Telephone: \n	PAY_CODE: \n	CLASS: \n	SP_COVERAGE_TOTAL: \n	EMP_FNAME: \n	SPOUSE_LNAME: \n	SPOUSE_FNAME: \n	SPOUSE_SSN1: \n	SPOUSE_SEX: Off\n	PHYSICIAN_NAME: \n	Physician_Telephone: \n	PHYSICIAN_ADD: \n	PHYSICIAN_CITY: \n	PHY_STATE_ADD: \n	PHY_ZIP: \n	SP_PHYSICIAN_NAME: \n	SP_Physician_Telephone: \n	SP_PHYSICIAN_ADD: \n	SP_PHYSICIAN_CITY: \n	SP_PHY_STATE_ADD: \n	SP_PHY_ZIP: \n	Employee_DOB: \n	NAME_TITLE: Off\n	EE_CURRENT_COVERAGE: \n	SP_CURRENT_COVERAGE: \n	EE_GCP_COVERAGE: \n	SP_GCP_COVERAGE: \n	EE_AMT_SME: \n	SP_AMT_SME: \n	MARRIED: Off\n	SP_INCREASE_DECREASE: Off\n	EE_INCREASE_DECREASE: Off\n	CHILD_INCREASE_DECREASE: Off\n	EE_COVERAGE_TOTAL: \n	EE_CURR_VCOV: \n	SP_CURR_VCOV: \n	EE_NEW_VCOV: \n	SP_NEW_VCOV: \n	CHILD_NEW_VCOV: \n	EE_TOT_VCOV: \n	SP_TOT_VCOV: \n	CHILD_TOT_VCOV: \n	EE_SMOKES: Off\n	SP_SMOKES: Off\n	INCREASE_DECREASE: Off\n	STATUS_CHG: Off\n	LIFE_STAT: Off\n	IND_CANCEL: Off\n	SPOUSE_DOB: \n	LSC_DATE: \n	EFF_CANCEL_DATE: \n	CANCEL_COVERAGE: Off\n	CANCEL_AUTO_INC: Off\n	NAME_CHG: Off\n	CHILD_CURR_VCOV: \n	NEW_EMP_NAME: \n	CURR_EMP_NAME: \n	NEW_SPOUSE_NAME: \n	CURR_SPOSUE_NAME: \n	ACCPT_DECL_DATE: \n	MARRIAGE_DATE: \n	EMP_SIGN_DATE: \n	SPOUSE_SIGN_DATE: \n	NAME_EMPLOYEE1: \n	CONDITION1: \n	DATE_OCCUR1: \n	TREATMT_DURATION1: \n	CURRENT1: \n	NAME_EMPLOYEE2: \n	CONDITION2: \n	DATE_OCCUR2: \n	TREATMT_DURATION2: \n	CURRENT2: \n	NAME_EMPLOYEE3: \n	CONDITION3: \n	DATE_OCCUR3: \n	TREATMT_DURATION3: \n	CURRENT3: \n	SPOUSE_WEIGHT: \n	EMP_WEIGHT: \n	EMP_HEIGHT: \n	EMP_HEIGHT_INCH: \n	SPOUSE_HEIGHT_INCH: \n	SPOUSE_HEIGHT: \n	SPOUSE_HW_NAME: \n	EMPLOYEE_HW_NAME: \n	EMP_DWI: Off\n	SMOKES_EMP: Off\n	EMP_ILL_DRUG: Off\n	EMP_CONSULT: Off\n	EMP_ALTER_MED: Off\n	EMP_HC_PRACT: Off\n	EMP_ALCO: Off\n	EMP_MENTAL: Off\n	EMP_LIMB: Off\n	EMP_NERVES: Off\n	EMP_HEAD: Off\n	EMP_NODES: Off\n	EMP_REPRO: Off\n	EMP_RESPIR: Off\n	EMP_INTEST: Off\n	EMP_BLOODP: Off\n	EMP_YRS_SMOKED: \n	EMP_SMOKED_DAY: \n	EMP_SMOKED_MONTH_YR: \n	SP_BLOODP: Off\n	SP_INTEST: Off\n	SP_RESPIR: Off\n	SP_REPRO: Off\n	SP_NODES: Off\n	SP_HEAD: Off\n	SP_NERVES: Off\n	SP_LIMB: Off\n	SP_MENTAL: Off\n	SP_ALCO: Off\n	SP_DWI: Off\n	SMOKES_SP: Off\n	SP_ILL_DRUG: Off\n	SP_CONSULT: Off\n	SP_HC_PRACT: Off\n	SP_ALTER_MED: Off\n	SSN1: \n	EMP_LNAME: \n	APPLICANT_NAME: \n	APPLICANT_SSN1: \n	SP_YRS_SMOKED: \n	SP_SMOKED_DAY: \n	SP_SMOKED_MONTH_YR: \n	Print: \n	Clear: \n	Text7: (09/2010) IL\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13421, 477, '_relevanssi_pdf_content', '\nBEFORE YOU FILE\nYOUR CLAIM \n\nFILE YOUR \nCLAIM \n\nGIVE \nPERMISSION \n\nCLAIM/LEAVE\nSTATUS\n\nADDITIONAL \nRESOURCES1 2 53 4\n\nHow to file your disability \nand leave claim.\n\n1. N  fi reyolpme ruoy yfito\ny krow fo tuo eb ot deen uo  \nb  ,ssenlli na fo esuace\ni  .ycnangerp ro yrujn\n\n2. H  :dnah no gniwollof eht eva\n\nâ€¢ Y ytiruceS laicoS ruo  \nn emoh ,etad htrib ,rebmu\na rebmun enohp ,sserdd  \na  .sserdda liame dn\n\nâ€¢ D tcatnoc dna seta  \ni  yna rof noitamrofn\nh  sredivorp erac htlae\no  .stisiv cinilc/latipsoh r\n\nâ€¢ A \'srekrow elbacilpp  \nc  .smialc noitasnepmo\n\nG ot noissimrep SBG LYN evi  \nc redivorp erac htlaeh ruoy tcatno  \no detaler-mialc rof reyolpme r  \ni  .â€seyâ€œ gnirewsna yb noitamrofn\n\nâ€¢ D  .llac mialc ruoy gniru\n\nâ€¢ O sah mialc ruoy retfa eniln\nb  llâ€™uoy( dettimbus nee\nr  .)noitacifiton a eviece\n\nNew York Life Group Benefit Solutions products and services are provided by Life Insurance Company of North America and New York Life Group Insurance Company of NY, subsidiaries of New York Life \nInsurance Company. Policy form: TL-004700 et al. \n\nNew York Life Insurance Company, 51 Madison Avenue, New York, NY 10010 \n\nÂ© 2021, New York Life Insurance Company. All rights reserved. NEW YORK LIFE, and the NEW YORK LIFE Box Logo are trademarks of New York Life Insurance Company. \n\n937196 a 0521 SMRU 1901522 Exp. Date 06.17.2023.   SR  \n\nâ€¢ C  SBG LYN a htiw evil tah\nr no evitatneserpe  \nm moc.SBGLYNy . \n\nâ€¢ C ereh kcil  ot srewsna rof  \nf ytilibasid deksa yltneuqer  \nc  .snoitseuq mial\n\nâ€¢ C ereh kcil  srewsna rof\nt  deksa yltneuqerf o\nl  .snoitseuq evae\n\nâ€¢ O  ta eniln m moc.SBGLYNy > \nC  smial\n\nâ€¢ C  ta su tcatno ( 2644-248 )888  \no  r ( 1248-265 )668   ,)loÃ±apse(\n7  .TSC mp 00:7 â€“ ma 00:\n\nI detisiv t\'nevah uoy f  \nm moc.SBGLYNy , \nr ylisae ot yadot retsige  \nf  lla eganam dna eli\ny  .ecalp eno ni smialc ruo\n\nW  peek ,evael ro ytilibasid no tuo erâ€™uoy elih\ny krow-ot-nruter ruoy fo demrofni reyolpme ruo  \np deen uoy fi tnatropmi yllaicepse si sihT .snal  \nw emit ekat emos sa ,snoitadommocca ecalpkro  \nt  .ecalp ni tup o\n\nC  esooh o en   :gniwollof eht fo\n\nO :eniln  m  >moc.SBGLYNy\nC ruoy tnirp( ytilibasiD>egarevo  \nc  ).egap noitamrifno\n\nB enohp y   ta ( 2644-248 )888  \no  r ( 1248-265 )668   ,)loÃ±apse(\n7 a dna TSC mp 00:7 â€“ ma 00:  \nr  .uoy pleh lliw evitatneserpe\n\nT demrofni yats yllacitamotua o  \na yb mialc ytilibasid ruoy tuob  \nt snoitacifiton txet rof pu ngis ,txe  \nb efiL kroY weN ruoy gnillet y  \nG  snoituloS tifeneB puor\n( ro reganam mialc )SBG LYN  \no  ta eniln m moc.SBGLYNy  retfa  \ny  .mialc ruoy dettimbus evâ€™uo\n\nhttp://www.myNYLGBS.com\nhttp://www.newyorklife.com/assets/gbs/pdf/disability-insurance-claims-faq.pdf\nhttp://www.newyorklife.com/assets/docs/pdfs/gbs/fml-claims-faq.pdf\nhttp://www.myNYLGBS.com\nhttp://www.myNYLGBS.com\nhttp://www.myNYLGBS.com\nhttp://www.myNYLGBS.com\nhttp://www.myNYLGBS.com\nhttp://www.myNYLGBS.com\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13422, 478, '_relevanssi_pdf_content', '\nName (First) _____________________________________ (Last)_______________________________________ (Middle Initial)___________\n\nSocial Security Number _______________________________ Employee ID Number _____________________________  Sex:   â‘  M   â‘  F\n\nAddress_________________________________________Apt. #_________  City_______________________  State_______  Zip___________\n\nDay Phone __________________________ Evening Phone __________________________ Date of Birth (Mo/Day/Year)_________________\n\nEVIDENCE OF INSURABILITY FORM FOR DISABILITY INSURANCE\n\nLife Insurance Company of North America (LINA)\na CIGNA  Company (herein called the Insurance Company)\nFor info and customer service call 1-800-759-0101.\nâ€¢ The applicant must sign and date this form.\nâ€¢ This form cannot be considered unless received within 30 days of the date it is dated.\n\nImportant: Please enter all dates in mm/dd/yyyy format.\n\nGroup Insurance\nLife   Accident  Disability    \n\nEMPLOYER USE (MANDATORY DATA NEEDED): In order for the insurance company to process this form, the employer must complete\nthis information.\n\nEMPLOYER____________________________________________________ POLICY #______________________ CLASS________\n\nOCCUPATION ____________________________________ LOCATION/PAYCODE __________ DATE OF HIRE__________________\n\nANNUAL SALARY_________________ AMOUNT TO BE UNDERWRITTEN _____________ VERIFIED _________ DATE ____________\n\n REASON FOR REQUEST:  â‘ LATE ENTRANT â‘ LIFE STATUS CHANGE â‘ ONGOING ENROLLMENT EVENT\n\nEMPLOYEE INFORMATION\n\nPlease print (preferably in black ink).\n\nACCEPTANCE / DECLINATION\n\nIn order to confirm your election, you must provide a signature for Life Insurance Company of North America.\n\nSignature_______________________________________________________ Date _______________ (Mo/Day/Year)\n\nTL-009320 IL\n\n        Employee\n          Yes    No\n\n   â‘     â‘\n\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n   â‘     â‘\n\n   â‘     â‘\n\nWithin the last 5 years has the proposed insured been:\nâ€¢  diagnosed with any of the conditions shown in items A through O below,\nâ€¢  told by a medical professional he/she has or may have any of the conditions shown below,\nâ€¢  or been treated by a medical professional for any of the conditions shown in items A through O below?\n\nA. High blood pressure, heart attack, chest pain or Angina, a heart murmur, poor circulation or any other condition affecting the\nheart or circulatory system?\n\nB. Diabetes, glandular condition, Hepatitis, or any condition affecting the esophagus, stomach, intestines, liver or pancreas\nC. Asthma, Chronic Bronchitis, Emphysema, or any other condition affecting the lungs or respiratory tract?\nD. Any condition affecting the kidneys, urinary tract, prostate gland or reproductive system?\nE. HIV infection, AIDS, or any other condition affecting the immune system or lymph nodes?\nF. Stroke, Transient Ischemic Attack (TIA), Alzheimerâ€™s disease, paralysis, Epilepsy, fainting, seizures, headaches, or other\n\ncondition affecting the nervous system?\nG. Anemia or any other condition affecting the blood, Lupus, Arthritis, deformity or loss of limb?\nH. Anxiety, Depression, Bipolar Disorder, or any other mental disorder or condition?\nI. Cancer, Tumor, Leukemia, Hodgkinâ€™s Disease, Polyps or Mole?\nJ. Alcohol or drug abuse or dependency?\nK. Any condition affecting hearing or vision, including any loss of sight or hearing, or dizziness or Vertigo?\nL. Carpal Tunnel Syndrome; neck, back, knee or joint condition, strain, sprain or other type of injury?\nM. Any bone, joint, or muscle condition persisting for, or having been treated for, 6 months or longer?\nN. Fibromyalgia, chronic pain, Chronic Fatigue, Irritable Bowel Syndrome (IBS), Multiple Sclerosis, or\n\nTemporomandibular Joint (TMJ) Disease?\nO. Received any form of physical therapy; been seen by a chiropractor or other non-MD medical practitioner or therapist for any\n\nreason?\n\nPlease indicate your answers for each question by checking the Yes or No box for the question.\n\nIMPORTANT\nPlease complete each section that follows.\n\nRead the Agreements and Authorization. Sign and date the form in the space provided.\n\nComplete the employee info in this section if you (i.e., the Employee) are applying for Disability Insurance more than 31 days after you are eligible.\n\nHeight and Weight Information\n\nEmployee Height          ft        in Weight                   lbs\n\nPHYSICIAN SECTION\nEmployee Physician\n\nName ____________________________________________________________ Phone No. ______________________________\n\nStreet Address ___________________________________________  City ________________________ State _______ Zip _______\n\nSECTION A\n\nFold and staple to conceal health questions.  Return to your employer.  Be sure to make a copy for your own records.\n\n\n\n   â‘     â‘\n\n   â‘     â‘\n\n   â‘     â‘\n   â‘     â‘\n\n   â‘     â‘\n\n   â‘     â‘\n\nWithin the last 5 years has the proposed insured:\nA. Had a Driving While Intoxicated (DWI), Driving Under the Influence (DUI) or Operating Under the Influence (OUI)\n\nconviction?\nB. Smoked cigarettes:\n\n1. For how many years has the proposed insured smoked?____________\n2. Approximately how many cigarettes are, or were, smoked on average per day?____\n3. If cigarette smoking has been discontinued, when (month and year) did the proposed insured quit smoking?\n\nMonth______  Year______\nC. Used any controlled or illegal drug or other substance?\nD. Been seen for, or been advised to have sought treatment for, observation and/or consultation for surgery, medical examination,\n\nand/or tests, such as blood, urine, X-rays, electrocardiograms, scans, biopsies, or any medical tests/exams not listed here or\nabove, other than normal routine physical exams?\n\nE. Used any medication prescribed by a physician or other medical practitioner, or used any form of alternative and\ncomplementary medical treatment or remedy, including herbs or acupuncture?\n\nF. Been seen, sought treatment for, consulted, advised they had and/or received any medical advice from a health care practitioner\nfor any disease, disorder and/or medical impairment not listed above?\n\nCaution:  Any person who, knowingly and with intent to defraud any insurance company or other person:  (1) files an\napplication for insurance or statement of claim containing any materially false information; or (2) conceals for the purpose\nof misleading, information concerning any fact material thereto, commits a fraudulent insurance act.\n\nName ____________________________________________________________________  Social Security #__________________________\n\nTL-009320  IL\n\n        Name of Employee          Condition        Date Occurred       Duration/Treatment Received       Current Status\n\nUse the space below to explain \"Yes\" answers. If more space is needed, use a new page. Sign and date it. Attach it to this form.\n\nSECTION B         Employee          Yes    No\n\nPlease indicate your answers for each question by checking the Yes or No box for the question.\n\nâœ¦âœ¦âœ¦ AGREEMENTS AND AUTHORIZATION âœ¦âœ¦âœ¦\n\nTo the best of my knowledge and belief all written, telephonic and electronic info I gave is true and complete.  I understand that my insurance will\nnot go into effect unless I am actively at work on the effective date.  The conditions for the requested insurance to be effective are described in the\npolicy and certificate.  The approval of this request by the Insurance Company is one of those conditions.  I understand and agree that:\n(1) This request will be a part of the policy that provides the insurance.\n(2) I may need to provide more medical info.\n(3) I may need to take medical tests and report the results to the Insurance Company.\n(4) I  must report any change in my health that happens before the insurance is effective.\n(5) Requested insurance will not be effective for a person if the person does not meet the underwriting requirements on the date insurance is to be\n\neffective.\n\nAuthorization. I permit any hospital, clinic, health care practitioner, pharmacy, benefit manager, employer, insurance company, the Medical\nInformation Bureau (MIB) or any other person or organization having info about the health, medical history, physical or mental condition, diagnosis\nor treatment, employment or income, or motor vehicle driving record of me to disclose to the Insurance Company or its authorized agent, any such\ninfo, for the purpose of underwriting this application for insurance or administering any claim under any insurance which is approved.  This\nauthorization is valid for 30 months from the date below.  I accept that a copy of this Authorization is as valid as the original.\n\nI understand that I and/or my authorized agent have the right to receive a copy of this authorization upon request.\n\nI understand that the info will be used to assess my request for insurance.\n\nI may revoke this authorization at any time in writing.  Any such revocation will not:  (1) change any action taken in reliance on the Authorization;\nand (2) change the Insurance Companyâ€™s right to use the Authorization for contest of a claim or policy in accordance with applicable law.\n\nI understand that info provided pursuant to this authorization may be disclosed by the recipient and is no longer subject to the protections of the Health\nInsurance Portability and Accountability Act (HIPAA). (The Insurance Companies are subject to the Gramm-Leach-Bliley act and state privacy laws.\nThey do not disclose protected information except as permitted by those laws.)\n\nPre-Existing Condition Limitation:  A pre-existing condition is any injury or illness for which you have consulted a physician (or for which a \nreasonable person whould have consulted a physician), received medical treatment, care or services (including diagnostic measures), taken \nprescribed drugs or medicines, or incurred expenses during the 3 months prior to the effective date of your insurance. If you become disabled due\nto a pre-existing condition, you will not receive benefits unless your disability begins after you have received no medical treatment, care or\nservices for 3 months in connection with the pre-existing condition, or more than 12 months after the effective date of your coverage.\n\nEmployeeâ€™s Signature             Month/Day/Year\n\nNotice: Personal information may be collected from persons other than those proposed for coverage. Information may be disclosed to third parties\nwithout your authorization as permitted by law. You have the right to access and correct all personal information collected. Additional information\nabout the insurance company\'s privacy practices is available upon request.\n\n___________________________________  _____________â˜›\nSign Here\n\n\n	Policy_No: FLK-960499\n	Class: \n	Employee_Hire_Date: \n	Employee_Eve_Telephone: \n	Employee_DOB: \n	REASON_REQUEST: Off\n	EmployerName: CF Industries, Inc.\n	loca_code: \n	ANNUAL_SAL: \n	UNDERWRITE_AMT: \n	Employee_Occup: \n	EMP_ID_NO: \n	SEX: Off\n	EMP_APT_NO: \n	EMP_STATE_ADD: \n	EMP_HEIGHT_INCH: \n	EMP_HEIGHT: \n	EMP_WEIGHT: \n	DATE: \n	Employee_Day_Telephone: \n	Physician_Telephone: \n	PHYSICIAN_NAME: \n	Employee_Address: \n	PHYSICIAN_ADD: \n	EMP_CITY_ADD: \n	PHYSICIAN_CITY: \n	PHY_STATE_ADD: \n	PHY_ZIP: \n	EMP_ZIP: \n	CIRCULAR_COND: Off\n	INTESTINES: Off\n	RESPIRATORY: Off\n	REPRODUCTION: Off\n	IMMUNE: Off\n	NERVOUS: Off\n	DEFORMITY: Off\n	MENTAL: Off\n	MOLE: Off\n	DRUGS: Off\n	VERTIGO: Off\n	INJURY: Off\n	BONE: Off\n	MS: Off\n	CHIRO: Off\n	HC_PRACT: Off\n	ALTER_MED: Off\n	CONSULT: Off\n	ILL_DRUG: Off\n	SMOKES: Off\n	DWI: Off\n	APPLICANT NAME: \n	SMOKED_MONTH: \n	SMOKED_DAY: \n	INS_SMOKED: \n	SMOKED_YEAR: \n	Accept_Date: \n	NAME_EMPLOYEE1: \n	CONDITION1: \n	DATE_OCCUR1: \n	TREATMT_DURATION1: \n	CURRENT1: \n	SIGN_DATE: \n	NAME_EMPLOYEE2: \n	NAME_EMPLOYEE3: \n	CONDITION2: \n	CONDITION3: \n	DATE_OCCUR2: \n	DATE_OCCUR3: \n	TREATMT_DURATION2: \n	CURRENT2: \n	CURRENT3: \n	Print: \n	TREATMT_DURATION3: \n	SSN1: \n	EMP_FNAME: \n	EMP_LNAME: \n	EMP_MI: \n	Text5: (09/2010)\n	Text4: (09/2010)\n	Clear: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13423, 564, '_relevanssi_pdf_content', '\nSupplement to Annual Funding Notice \nof CF Industries Holdings, Inc. Pension Plan (Plan) for \n\nPlan Year Beginning January 1, 2017 and Ending December 31, 2017 (Plan Year) \n\nThis is a temporary supplement to your annual funding notice which is required by the Moving Ahead for \nProgress in the 21st Century Act, the Highway and Transportation Funding Act of 2014, and the \nBipartisan Budget Act of 2015. These federal laws changed how pension plans calculate their liabilities. \nThe purpose of this supplement is to show you the effect of these changes. Prior to 2012, pension plans \ndetermined their liabilities using a two-year average of interest rates. Now pension plans also must take \ninto account a 25-year average of interest rates. This means that interest rates likely will be higher and \nplan liabilities lower than they were under prior law. As a result, your employer may contribute less money \nto the plan at a time when market interest rates are at or near historical lows. \n\nThe â€œInformation Tableâ€ compares the impact of using interest rates based on the 25-year average (the \nâ€œadjusted interest ratesâ€) and interest rates based on a two-year average on the Planâ€™s: (1) Funding \nTarget Attainment Percentage, (2) Funding Shortfall, and (3) Minimum Required Contribution. The \nfunding target attainment percentage is a measure of how well the plan is funded on a particular date. \nThe funding shortfall is the amount by which liabilities exceed net plan assets. The minimum required \ncontribution is the amount of money an employer is required by law to contribute to a plan in a given year. \nThe following table shows this information determined with and without the adjusted interest rates. The \ninformation is provided for the Plan Year and for each of the two preceding plan years, if applicable. \n\n \nInformation Table \n\n Plan Year Beginning 2017 Plan Year Beginning 2016 Plan Year Beginning 2015 \n With \n\nAdjusted \nInterest \n\nRates \n\nWithout \nAdjusted \n\nInterest \nRates \n\nWith \nAdjusted \n\nInterest \nRates \n\nWithout \nAdjusted \n\nInterest \nRates \n\nWith \nAdjusted \n\nInterest \nRates \n\nWithout \nAdjusted \n\nInterest \nRates \n\nFunding \nTarget \nAttainment \nPercentage \n\n91.15% 76.22% 90.66% 75.77% 102.85% 84.55% \n\nFunding \nShortfall \n\n$42,728,455 $137,319,952 $44,158,509 $137,170,456 $0 $86,156,197 \n\nMinimum \nRequired \nContribution \n\n$11,133,558 $34,972,219 $13,902,742 $37,860,512 $0 $28,112,311 \n\n \n \n\nPlease noteâ€”You are not required to respond to this notice. As Plan Administrator for the CF Industries  \nHoldings, Inc. Pension Plan, we are required by law to send this notice to you. It is intended to provide you with \nannual information regarding the funded status of your pension plan in an easy-to-read format based on the \nDepartment of Laborâ€™s model notice. \n\n\n\nAnnual Funding Notice \nFor \n\nCF Industries Holdings, Inc. Pension Plan \n\nIntroduction  \nThis notice includes important information about the funding status of your single-employer pension plan \n(the â€œPlanâ€). It also includes general information about the benefit payments guaranteed by the Pension \nBenefit Guaranty Corporation (â€œPBGCâ€), a federal insurance agency. All traditional pension plans (called \nâ€œdefined benefit pension plansâ€) must provide this notice every year regardless of their funding status. \nThis notice does not mean that the Plan is terminating. It is provided for informational purposes and you \nare not required to respond in any way. This notice is required by federal law. This notice is for the plan \nyear beginning January 1, 2017 and ending December 31, 2017 (â€œPlan Yearâ€). \n\nHow Well Funded Is Your Plan  \nThe law requires the administrator of the Plan to tell you how well the Plan is funded, using a measure \ncalled the â€œfunding target attainment percentage.â€ The Plan divides its Net Plan Assets by Plan Liabilities \nto get this percentage. In general, the higher the percentage, the better funded the plan. The Planâ€™s \nfunding target attainment percentage for the Plan Year and each of the two preceding plan years is \nshown in the chart below. The chart also shows you how the percentage was calculated. \n\nFunding Target Attainment Percentage \n\n  Plan Year Beginning in 2017 \nPlan Year \n\nBeginning in 2016 \nPlan Year \n\nBeginning in 2015 \n\n1. Valuation Date January 1, 2017 January 1, 2016 January 1, 2015 \n\n2. Plan Assets       \n\na. Total Plan Assets $564,862,875 $505,105,329 $548,959,861 \n\nb. Funding Standard Carryover \nBalance $52,333,880 $48,439,356 $49,157,049 \n\nc. Prefunding Balance $72,309,532 $27,591,200 $28,000,000 \n\nd. Net Plan Assets (a) â€“ (b) â€“ (c) = (d) $440,219,463 $429,074,773 $471,802,812 \n\n3. Plan Liabilities $482,947,918 $473,233,282 $458,715,037 \n\n4. At-Risk Liabilities not applicable not applicable not applicable \n\n5. Funding Target Attainment Percentage \n(2d)/(3) 91.15% 90.66% 102.85% \n\n \nPlan Assets and Credit Balances  \nThe chart above shows certain â€œcredit balancesâ€ called the Funding Standard Carryover Balance and \nPrefunding Balance. A plan might have a credit balance, for example, if in a prior year an employer \ncontributed money to the plan above the minimum level required by law. Generally, an employer may \ncredit the excess money toward the minimum level of contributions required by law that it must make in \nfuture years. Plans must subtract these credit balances from Total Plan Assets to calculate their Funding \nTarget Attainment Percentage. \n\n\n\nPlan Liabilities \nPlan Liabilities in line 3 of the chart above is an estimate of the amount of assets the Plan needs on the \nValuation Date to pay for promised benefits under the plan. \n\nYear-End Assets and Liabilities \nThe asset values in the chart above are measured as of the first day of the Plan Year. As of  \nDecember 31, 2017, the fair market value of the Planâ€™s assets was $589,610,346. On this same date, the \nPlanâ€™s liabilities, determined using market rates, were $595,670,096. \n\nParticipant Information  \nThe total number of participants and beneficiaries covered by the Plan on the Valuation Date was 7,033. \nOf this number, 1,981 were current employees, 4,284 were retired and receiving benefits, and 768 were \nretired or no longer working for the employer and have a right to future benefits. \n\nFunding & Investment Policies  \nEvery pension plan must have a procedure to establish a funding policy for plan objectives. A funding \npolicy relates to how much money is needed to pay promised benefits.  \n\nThe pension funding policy of CF Industries is to contribute amounts sufficient to meet minimum legal \nfunding requirements plus discretionary amounts that CF Industries may deem to be appropriate.  \n\nPension plans also have investment policies. These generally are written guidelines or general \ninstructions for making investment management decisions. The objectives of the investment policy with \nrespect to the primary pension plan are to administer the assets of the plan for the benefit of the \nparticipants in compliance with all laws and regulations, and to establish an asset mix that provides for \ndiversification and considers the risk of various different asset classes with the purpose of generating \nfavorable investment returns. The policy considers circumstances such as participant demographics, time \nhorizon to retirement and liquidity needs, and provides guidelines for asset allocation, planning horizon, \ngeneral portfolio issues and investment manager evaluation criteria. \n\nUnder the investment policy, the Planâ€™s assets were allocated among the following categories of \ninvestments, as of the end of the Plan Year. These allocations are percentages of total assets: \n\nAsset Allocations Percentage \n\n1. Cash (interest-bearing and non-interest bearing) 0.5% \n2. U.S. Government Securities 2.5% \n3. Corporate Debt Instruments (other than employer securities):  \n Preferred 0.0% \n All Other 68.4% \n4. Corporate Stocks (other than employer securities):  \n Preferred 0.0% \n Common 0.0% \n5. Partnership/Joint Venture Interests 0.0% \n6. Real Estate (other than employer real property) 0.0% \n7. Loans (other than to participants) 0.0% \n8. Participant Loans 0.0% \n9. Value of Interest in Common/Collective Trusts 0.0% \n10. Value of Interest in Pooled Separate Accounts 0.0% \n11. Value of Interest in Master Trust Investment Accounts 0.0% \n12. Value of Interest in 103â€“12 Investment Entities 0.0% \n\n\n\nAsset Allocations Percentage \n\n13. Value of Interest in Registered Investment Companies (e.g., mutual funds) 23.0% \n14. Value of Funds Held in insurance co. General account (unallocated contracts) 0.0% \n15. Employer-Related Investments:  \n Employer Securities 0.0% \n Employer Real Property 0.0% \n16. Buildings and Other Property Used in Plan Operation 0.0% \n17. Other 5.6% \n\n \n\nRight to Request a Copy of the Annual Report  \nPension plans must file annual reports with the US Department of Labor. The report is called the â€œForm \n5500.â€ These reports contain financial and other information. You may obtain an electronic copy of your \nPlanâ€™s annual report by going to www.efast.dol.gov and using the search tool. Annual reports also are \navailable from the US Department of Labor, Employee Benefits Security Administrationâ€™s Public \nDisclosure Room at 200 Constitution Avenue, NW, Room N-1515, Washington, DC 20210, or by calling \n202.693.8673. Or you may obtain a copy of the Planâ€™s annual report by making a written request to the \nplan administrator. Annual reports do not contain personal information, such as the amount of your \naccrued benefits. You may contact your plan administrator if you want information about your accrued \nbenefits. Your plan administrator is identified below under â€œWhere To Get More Information.â€ \n\nSummary of Rules Governing Termination of Single-Employer Plans  \nIf a plan terminates, there are specific termination rules that must be followed under federal law. A \nsummary of these rules follows. \n\nThere are two ways an employer can terminate its pension plan. First, the employer can end a plan in a \nâ€œstandard terminationâ€ but only after showing the PBGC that such plan has enough money to pay all \nbenefits owed to participants. Under a standard termination, a plan must either purchase an annuity from \nan insurance company (which will provide you with periodic retirement benefits, such as monthly, for life \nor for a set period of time when you retire) or, if the plan allows, issue one lump-sum payment that covers \nyour entire benefit. Your plan administrator must give you advance notice that identifies the insurance \ncompany (or companies) selected to provide the annuity. The PBGCâ€™s guarantee ends upon the purchase \nof an annuity or payment of the lump-sum. If the plan purchases an annuity for you from an insurance \ncompany and that company becomes unable to pay, the applicable state guaranty association \nguarantees the annuity to the extent authorized by that stateâ€™s law. \n\nSecond, if the plan is not fully-funded, the employer may apply for a distress termination. To do so, \nhowever, the employer must be in financial distress and prove to a bankruptcy court or to the PBGC that \nthe employer cannot remain in business unless the plan is terminated. If the application is granted, the \nPBGC will take over the plan as trustee and pay plan benefits, up to the legal limits, using plan assets \nand PBGC guarantee funds. \n\nUnder certain circumstances, the PBGC may take action on its own to end a pension plan. Most \nterminations initiated by the PBGC occur when the PBGC determines that plan termination is needed to \nprotect the interests of plan participants or of the PBGC insurance program. The PBGC can do so if, for \nexample, a plan does not have enough money to pay benefits currently due. \n\nBenefit Payments Guaranteed by the PBGC  \nWhen the PBGC takes over a plan, it pays pension benefits through its insurance program. Only benefits \nthat you have earned a right to receive and that cannot be forfeited (called vested benefits) are \nguaranteed. Most participants and beneficiaries receive all of the pension benefits they would have \nreceived under their plan, but some people may lose certain benefits that are not guaranteed. \n\n\n\nThe amount of benefits that PBGC guarantees is determined as of the plan termination date. However, if \na plan terminates during a plan sponsorâ€™s bankruptcy, then the amount guaranteed is determined as of \nthe date the sponsor entered bankruptcy. \n\nThe PBGC maximum benefit guarantee is set by law and is updated each calendar year. For a plan with \na termination date or sponsor bankruptcy date, as applicable in 2018, the maximum guarantee is \n$5,420.45 per month, or $65,045.40 per year, for a benefit paid to a 65-year-old retiree with no survivor \nbenefit. If a plan terminates during a plan sponsorâ€™s bankruptcy, the maximum guarantee is fixed as of the \ncalendar year in which the sponsor entered bankruptcy. The maximum guarantee is lower for an \nindividual who begins receiving benefits from PBGC before age 65 reflecting the fact that younger retirees \nare expected to receive more monthly pension checks over their lifetimes. Similarly, the maximum \nguarantee is higher for an individual who starts receiving benefits from PBGC after age 65. The maximum \nguarantee by age can be found on PBGCâ€™s website, www.pbgc.gov. The guaranteed amount is also \nreduced if a benefit will be provided to a survivor of the plan participant. \n\nThe PBGC guarantees â€œbasic benefitsâ€ earned before a plan is terminated, which include: \n\nï‚§ Pension benefits at normal retirement age;  \n\nï‚§ Most early retirement benefits;  \n\nï‚§ Annuity benefits for survivors of plan participants; and  \n\nï‚§ Disability benefits for a disability that occurred before the date the plan terminated or the date the \nsponsor entered bankruptcy, as applicable. \n\nThe PBGC does not guarantee certain types of benefits: \n\nï‚§ The PBGC does not guarantee benefits for which you do not have a vested right, usually because \nyou have not worked enough years for the company.  \n\nï‚§ The PBGC does not guarantee benefits for which you have not met all age, service, or other \nrequirements.  \n\nï‚§ Benefit increases and new benefits that have been in place for less than one year are not \nguaranteed. Those that have been in place for less than five years are only partly guaranteed.  \n\nï‚§ Early retirement payments that are greater than payments at normal retirement age may not be \nguaranteed. For example, a supplemental benefit that stops when you become eligible for Social \nSecurity may not be guaranteed.  \n\nï‚§ Benefits other than pension benefits, such as health insurance, life insurance, death benefits, \nvacation pay, or severance pay, are not guaranteed.  \n\nï‚§ The PBGC generally does not pay lump sums exceeding $5,000.  \n\nIn some circumstances, participants and beneficiaries still may receive some benefits that are not \nguaranteed. This depends on how much money the terminated plan has and how much the PBGC \nrecovers from employers for plan underfunding. \n\nFor additional general information about the PBGC and the pension insurance program guarantees, go to \nthe â€œGeneral FAQs about PBGCâ€ on PBGCâ€™s website at www.pbgc.gov/generalfaqs. Please contact your \nemployer or plan administrator for specific information about your pension plan or pension benefit. PBGC \ndoes not have that information. See â€œWhere to Get More Informationâ€ below. \n\nWhere to Get More Information  \nFor more information about this notice, you may contact the CF Industries Pension Center, at PO Box 20 \nLincolnshire, IL 60069-0020 or 866.234.9977. For identification purposes, the official plan number is 002 \nand the plan sponsorâ€™s name and employer identification number or â€œEINâ€ are CF Industries Holdings, Inc.  \nand 20-2697511.  \n\n\n\nAdditional Information \nYou can access a copy of the CF Industries Holdings, Inc. Pension Plan Summary Plan Description by \nvisiting www.CFtotalrewards.com. \n\nDisclosure Statement and Disclaimer \nThis notice is intended to comply with the requirements of section 101(f) of the Employee Retirement \nIncome Security Act of 1974, as amended. The disclosures provided in this notice are based on \ninformation available and believed to be accurate as of the date this notice is provided. All computations \nreflected in these disclosures have been performed based on a good faith interpretation of the applicable \nstatutory and regulatory guidance in effect on the date this notice is provided. Such information and \ncomputations include, but are not limited to, the measurement of plan liabilities, reported values of plan \nassets, and allocation of assets. However, actual results for the Plan Year may change and will not be \nconsidered final until filed with the Department of Labor as part of the Annual Report (i.e., the Form \n5500). Subsequently, such results will change only by amendment of the Annual Report for the Plan \nYear. See the Right to Request a Copy of the Annual Report section for information about how to obtain a \ncopy of the Annual Report. The plan sponsor does not undertake any obligation to update or publicly \nrelease any revisions to this notice, and no such revisions will be issued, to reflect any changes, including \nbut not limited to, changes in the manner in which particular calculations are performed, changes in \nexpectations, the adoption of plan amendments or any other events or circumstances occurring after this \nnotice is provided. \n\n\n\nCF Industries Holdings, Inc. Pension Plan \nNotice of Availability of Benefit Statement \n\nWe wanted to remind you of your ability to request an estimate of your plan benefit. You can request an \nestimate of your current accrued benefit, or you can request an estimate of your benefit projected to a \nfuture date. \n\nPlease visit https://pension.hewitt.com/cfindustries if you would like to model your pension benefits. If you \nneed additional information, call the CF Industries Pension Center toll-free at 866.234.9977. CF Industries \nPension Center Representatives are available between 9 a.m. and 5 p.m. Central time, Monday through \nFriday. \n\n\n	Supplement to Annual Funding Notice of CF Industries Holdings, Inc. Pension Plan (Plan) for Plan Year Beginning January 1, 2017 and Ending December 31, 2017 (Plan Year)\n	Annual Funding Notice For CF Industries Holdings, Inc. Pension Plan\n	Introduction\n	How Well Funded Is Your Plan\n	Plan Assets and Credit Balances\n	Plan Liabilities\n	Year-End Assets and Liabilities\n	Participant Information\n	Funding & Investment Policies\n	Right to Request a Copy of the Annual Report\n	Summary of Rules Governing Termination of Single-Employer Plans\n	Benefit Payments Guaranteed by the PBGC\n	Where to Get More Information\n	Additional Information\n	Disclosure Statement and Disclaimer\n\n	CF Industries Holdings, Inc. Pension Plan Notice of Availability of Benefit Statement\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13424, 565, '_relevanssi_pdf_content', '\n \n \n\nCF Industries Holdings, Inc. 401(k) Plan \n\nAutomatic Enrollment Safe Harbor Notice \n \n\nSponsors of tax-qualified retirement plans, such as a 401(k) plan, are required to provide employees who \n\nare or may be retirement plan participants with certain notices regarding plan features. This notice \n\nprovides important information about the CF Industries Holdings, Inc. 401(k) Plan (the â€œPlanâ€) \n\nsponsored by CF Industries Holdings, Inc. (the â€œCompanyâ€). \n\n \n\nTo make saving for retirement under the Plan even easier, the Plan offers an automatic enrollment feature. \n\nThis notice gives you important information about some of the Planâ€™s key features, including the Planâ€™s \n\nautomatic enrollment feature and Company matching contributions. The notice covers these points: \n\n \n\nâ€¢ What amounts you may elect to contribute to the Plan; \n\nâ€¢ Matching contributions the Company will make to your Plan account; \n\nâ€¢ Whether the Planâ€™s automatic enrollment feature applies to you; \n\nâ€¢ What amounts will be automatically taken from your pay and contributed to the Plan; \n\nâ€¢ How your Plan account will be invested; \n\nâ€¢ When your Plan account will be vested (that is, not lost when you leave your job), and when you \ncan get your Plan account; and \n\nâ€¢ How you can change your contributions and investment elections. \n \n\nTo enroll in the Plan, change your payroll deferral percentage, or change investment elections, contact \n\nFidelity Investments using the enclosed Enrollment Guide. If you are a new hire who satisfies the Planâ€™s \n\neligibility requirements (generally, 60 days after hire for regular employees) and do not affirmatively \n\nchoose to participate in the Plan (or if you do not affirmatively opt out of participation), you will be \n\nautomatically enrolled in the Plan. See â€œAutomatic Enrollmentâ€ below for additional information.  \n\n \n\nPayroll deferrals \n\nIf you are eligible to participate in the Plan, you may elect a contribution rate to the Plan in an amount \n\nfrom 1% to 75% of your eligible compensation. This contribution rate may also include after-tax and/or \n\nRoth deferrals. Please refer to your Planâ€™s Summary Plan Description (SPD) for information on eligible \n\ncompensation. You can change your contribution rate to the Plan on an unlimited basis by contacting \n\nFidelity using the instructions below. \n\n \n\nIf you are age 50 or older, or will attain age 50 anytime in the calendar year, you are also eligible to make \n\ncatch-up contributions. For the Plan year, the combination of your pre-tax deferrals and your catch up \n\ndeferrals still may not exceed the lesser of 75% of your eligible compensation, or the IRS limits described \n\nbelow. \n\n \n\nThe IRS limits catch-up contributions to $6,000 and pre-tax/Roth deferral contributions to $19,000 for \n\n2019. \n\n \n\nSafe Harbor Matching Contributions \n\nThe Company will make a matching contribution to your account equal to 100% of the first 6% of eligible \n\ncompensation contributed to the Plan as pre-tax contributions, after-tax contributions, and/or Roth \n\ncontributions. Your match is calculated on a per pay period basis, and will be made whether you are \n\nautomatically enrolled or elect your payroll deferral contributions. \n\n \nIn addition, the Company will provide a â€œtrue-upâ€ matching contribution for certain participants whose \n\nCompany matching contributions during a Plan Year are limited because of IRS regulations or because \n\n\n\n \n \n\nthe participant contributes to the Plan on an inconsistent basis throughout the year.  If you are one of these \n\nparticipants, the â€œtrue-upâ€ contribution is equal to the amount necessary to make up the difference \n\nbetween the maximum Company matching contribution you would have received based on your overall \n\ncontribution rate for the Plan Year (subject to Plan limits) and the cumulative Company matching \n\ncontribution that was actually made for each payroll period on your behalf during the Plan Year.  \n\nGenerally, if you are a â€œhighly-compensated employeeâ€ as defined under IRS rules, in order to receive the \n\nadditional true-up matching contribution, you must be employed by the Company on the last day of the \n\nPlan Year.   \n\n \n\nKeep in mind that the Company will match one dollar for each dollar you contribute, up to 6% of your \n\neligible pay. So, to get the most from these matching contributions, you must contribute at least 6% of \n\nyour eligible pay each pay period. This is more than the 3% automatic contribution rate, described below. \n\nIt may also be more than your current contribution rate. Remember, you can always change the amount \n\nyou contribute to the Plan by contacting Fidelity. \n\n \n\nPlease review the Planâ€™s SPD for additional details on Company matching contributions. \n\n \n\nSuspension or reduction of safe harbor matching contributions \n\nThe Company retains the right to reduce or suspend the safe harbor matching contribution under the Plan.  \n\nIf the Company chooses to do so, you will receive a supplemental notice explaining the reduction or \n\nsuspension of the safe harbor matching contribution at least 30 days before the change is effective.  The \n\nCompany will contribute any safe harbor matching contribution you have earned up to that point.  At this \n\ntime, the Company has no such intention to suspend or reduce the safe harbor matching contribution.  \n\n   \nAutomatic Enrollment and Contribution Increases \n\nAt all times you have the right to elect how much to contribute to your Plan. However, the Plan also \n\nincludes an automatic enrollment feature. Under this feature, you were automatically enrolled in the Plan \n\nand your contribution rate will automatically increase each year if you are a current participant in the Plan \n\nwho has not made an affirmative election to contribute or not to contribute. Or, if you are a new hire (or \n\nare newly eligible) and do not elect to participate or opt out of participating prior to the expiration of the \n\neligibility period (or when first eligible), you will be automatically enrolled in the Plan and your \n\ncontributions will automatically increase each year. \n\n \n\nIf the automatic enrollment feature applies to you, you were, or will be, automatically enrolled with an \n\ninitial pre-tax contribution rate of 3%. Each January beginning with the first January after your one-year \n\nanniversary of participation, your contribution rate will be increased by 1% (unless you choose a different \n\nlevel) until it reaches 6% of your eligible pay. If you made an election, your contribution level will not \n\nautomatically change. But you can always change your contribution level by contacting Fidelity. \n\n \n\nIf you are a rehired participant, special rules apply to your automatic enrollment. Generally, if you were \n\nautomatically enrolled in the Plan prior to your termination, and following your rehire failed to choose to \n\nparticipate in the Plan, (or failed to opt out of participation), you will be automatically re-enrolled with an \n\ninitial contribution rate equal to the rate you were participating at prior to your termination, including any \n\nautomatic contribution rate increases that would have occurred during that time. If you were rehired after \n\nhaving at least one plan year with no contributions made to the Plan on your behalf under automatic \n\nenrollment, you will be treated as if you are a newly hired employee for purposes of automatic \n\nenrollment, as described above. \n\n \n\nPlease note that if your payroll deferrals to the Plan have been suspended due to hardship withdrawal, you \nautomatically will be reinstated at your contribution rate prior to your suspension, including any \n\n\n\n \n \n\nautomatic contribution rate increase, if applicable. Contact Fidelity using the instructions below for \n\nfurther information. \n\n \n\nHow to opt out or make changes \n\nYou always have the right to contribute an amount different than the automatic contribution amount \n\n(including the right to NOT contribute to the Plan) or to invest in funds other than your Planâ€™s default \n\nfund. If you want to make changes, simply contact Fidelity using the instructions below. \n\n \n\nDirect your investments \n\nThe Plan provides a broad range of investment alternatives intended to allow you to achieve a diversified \n\nportfolio. You may direct the investment of your contributions to one or more of the Planâ€™s available \n\nfunds. All investing is subject to risk, including the possible loss of the money you invest. Diversification \n\ndoes not ensure a profit or protect against a loss in a declining market. \n\n \n\nYour Plan default fund \n\nYour Plan designates a default fund into which your contributions will be invested if you have not made \n\nan alternative investment election, or you are automatically enrolled and did not make an investment \n\nelection. Your default fund is the Vanguard Target Retirement Fund with the target date closest to the \n\nyear in which you will reach age 65. Enclosed is an Enrollment Guide which includes information about \n\nyour default fund including the investment objective, fees, and risk characteristics. \n\n \n\nInvestments in Target Retirement Funds are subject to the risks of their underlying funds. The year in the \n\nfund name refers to the approximate year (the target date) when an investor in the fund would retire and \n\nleave the workforce. The fund will gradually shift its emphasis from more aggressive investments to more \n\nconservative ones based on its target date. An investment in a Target Retirement Fund is not guaranteed at \n\nany time, including on or after the target date. \n\n \n\nVesting and withdrawal options \n\nYou will always be fully vested in your payroll deferral contributions to the Plan. Matching contributions \n\nmade to your account after January 1, 2013, will be fully vested once you have attained 2 years of service \n\n(unless you were an active employee as of December 31, 2012, in which case your matching contributions \n\nwill automatically be vested). To be fully vested means that the contributions (together with any \n\ninvestment gain or loss) will always belong to you, and you will not lose them when you leave your job. \n\nFor more information on vesting or years of service, please review the Planâ€™s SPD. \n\n \n\nEven if you are vested in your Plan account, there are limits on when you may withdraw your funds. \n\nThese limits may be important to you in deciding how much, if any, to contribute to the Plan. Generally \n\nyou may only withdraw vested money after you leave your job, reach age 59-1/2, or become disabled. \n\nAlso, there is generally an extra 10% tax on distributions before age 59-1/2. Your beneficiary can get any \n\nvested amount remaining in your account when you die. \n\n \n\nYou also can borrow certain amounts from your vested Plan account, and may be able to take out certain \n\nvested money if you have a financial hardship. Hardship distributions are limited to the dollar amount of \n\nyour contributions and earnings on those contributions. They may not be taken from matching \n\ncontributions. Hardship distributions must be for a specified reason â€“ for qualifying medical expenses, \n\ncosts of purchasing your principal residence (or preventing eviction from or foreclosure on your principal \n\nresidence, or repairing qualifying damages to your principal residence), qualifying post-secondary \n\neducation expenses, or qualifying burial or funeral expenses. Before you can take a hardship distribution, \n\nyou must have taken other permitted withdrawals from qualifying Company plans.  \n\n \n\n\n\n \n \n\nYou can learn more about the Planâ€™s hardship withdrawal and loan rules in the Planâ€™s SPD. You can also \n\nlearn more about the extra 10% tax in IRS Publication 575, Pension and Annuity Income. \n\n \n\nChange your investments \n\nYou can redirect your future contributions and change the way your Plan account balance is invested \n\nanytime, subject to each fundâ€™s trading restrictions and any purchase fees (if applicable). Please refer to \n\nthe fundâ€™s prospectus or contact Fidelity for more information. \n\n \n\nFor more information about directing the investment of your Plan account, please refer to your planâ€™s \n\nSPD. For help determining an appropriate investment mix based on your investment goals, risk tolerance, \n\nand time horizon, contact Fidelityâ€™s Guidance Representatives at (866) 811-6020. \n\n \n\nThe prospectus contains important information about the fund. Read and consider the prospectus \n\ninformation carefully before you invest. You can also download fund prospectuses at \n\nwww.netbenefits.com. \n\n \n\nâ€¢ Online. Go to www.netbenefits.com for virtually 24-hour access to financial-planning tools and \ninformation.  \n\nâ€¢ By phone. Call Fidelityâ€™s virtually 24-hour automated system at 800-835-5095. You will be \nprompted to setup a password. \n\nâ€¢ With personal assistance. Fidelityâ€™s representatives are available to assist you at 800-835-5095 \nMonday through Friday from 8:30 a.m. to 8 p.m., Eastern Time. \n\n \n\nFor further information: Please refer to the Summary Plan Description for a complete explanation of \n\nthe Plan features. You can obtain a copy of the SPD by visiting www.CFTotalRewards.com. You can also \n\ncontact Fidelity using the instructions above to discuss Plan related questions. If there is any discrepancy \n\nbetween the information included here and the Plan documents, the Plan documents will govern.  \n\n \n\nIn accordance with the terms of the Plan, the Company has the right, at any time, to amend or terminate \n\nthe Plan.  \n\n \n\nInformation was provided by CF Industries Holdings, Inc. Fidelity Investments is not responsible for its \ncontent. \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13425, 566, '_relevanssi_pdf_content', '\nSUMMARY ANNUAL REPORT FOR \nCF INDUSTRIES HOLDINGS, INC. 401(K) PLAN \n\n \n This is a summary of the annual report for the CF Industries Holdings, Inc. 401(k) Plan (Employer \nIdentification Number 20-2697511, Plan Number 001) for the plan year 01/01/2017 through 12/31/2017. \nThe annual report has been filed with the Employee Benefits Security Administration, as required under \nthe Employee Retirement Income Security Act of 1974 (ERISA). \n \n\nBasic Financial Statement \n \n Benefits under the plan are provided by a trust fund. Plan expenses were $43,495,204. These \nexpenses included $84,829 in administrative expenses and $43,410,375 in benefits paid to participants \nand beneficiaries. A total of 2619 persons were participants in or beneficiaries of the plan at the end of \nthe plan year, although not all of these persons had yet earned the right to receive benefits. \n \n The value of plan assets, after subtracting liabilities of the plan, was $439,153,809 as of the end \nof the plan year, compared to $394,596,074 as of the beginning of the plan year. During the plan year the \nplan experienced a change in its net assets of $44,557,735. This change includes unrealized appreciation \nor depreciation in the value of plan assets; that is, the difference between the value of the plan\'s assets at \nthe end of the year and the value of the assets at the beginning of the year or the cost of assets acquired \nduring the year. The plan had total income of $88,052,939, including employer contributions of \n$10,100,284, employee contributions of $16,149,720, other contributions/other income of $1,772,726, \nand earnings from investments of $60,030,209. \n \n\nYour Rights to Additional Information \n \n You have the right to receive a copy of the full annual report, or any part thereof, on request. The \nitems listed below are included in that report: \n \n\n1. An accountant\'s report. \n \n\n2. Financial information and information on payments to service providers. \n \n\n3. Assets held for investment. \n \n\n4. Information regarding any common or collective trusts, pooled separate accounts, master \ntrusts or 103-12 investment entities in which the plan participates. \n\n  \n  To obtain a copy of the full annual report, or any part thereof, write or call the plan administrator, \nat 4 Parkway North, Suite 400, Deerfield, IL 60015 and phone number, 847-405-2400. \n \n You also have the right to receive from the plan administrator, on request and at no charge, a \nstatement of the assets and liabilities of the plan and accompanying notes, or a statement of income and \nexpenses of the plan and accompanying notes, or both. If you request a copy of the full annual report \nfrom the plan administrator, these two statements and accompanying notes will be included as part of that \nreport. \n \n You also have the legally protected right to examine the annual report at the main office of the \nplan: 4 Parkway North, Suite 400, Deerfield, IL 60015, and at the U.S. Department of Labor in \nWashington, D.C., or to obtain a copy from the U.S. Department of Labor upon payment of copying costs. \nRequests to the Department should be addressed to: Public Disclosure Room, Room N-1513, Employee \nBenefits Security Administration, U.S. Department of Labor, 200 Constitution Avenue, N.W., Washington, \nD.C. 20210. \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13426, 567, '_relevanssi_pdf_content', '\nSUMMARY ANNUAL REPORT FOR \nCF INDUSTRIES HOLDINGS, INC. EMPLOYEE WELFARE BENEFIT PLAN \n\n \n This is a summary of the annual report of the CF INDUSTRIES HOLDINGS, INC. EMPLOYEE \nWELFARE BENEFIT PLAN, a health, life insurance, dental, vision, long-term disability and death benefits \nplan (Employer Identification Number 20-2697511, Plan Number 501), for the plan year 01/01/2017 \nthrough 12/31/2017. The annual report has been filed with the Employee Benefits Security Administration, \nas required under the Employee Retirement Income Security Act of 1974 (ERISA). \n \n CF INDUSTRIES HOLDINGS, INC. has committed itself to pay certain Certain claims incurred \nunder the terms of the plan. \n \n\nInsurance Information \n \n The plan has insurance contracts with Metropolitan Life Insurance Company, ComPsych \nCorporation, UnitedHealthcare Insurance Company, Aetna Life Insurance Co. and Life Insurance \nCompany of North America to pay certain Individual Disability Insurance, EAP, Health, Dental, Vision, \nStop loss, Long-term disability, Life insurance, and Accidental Death claims incurred under the terms of \nthe plan.  The total premiums paid for the plan year ending 12/31/2017 were $2,909,262. \n \n\nYour Rights to Additional Information \n \n You have the right to receive a copy of the full annual report, or any part thereof, on request. The \nitems listed below are included in that report: \n \n\n1. Insurance information, including sales commissions paid by insurance carriers. \n \n To obtain a copy of the full annual report, or any part thereof, write or call the plan administrator, \nat 4 PARKWAY NORTH SUITE 400, DEERFIELD, IL 60015-2590 and phone number, 847-405-2400. \n \n You also have the legally protected right to examine the annual report at the main office of the \nplan: 4 PARKWAY NORTH SUITE 400, DEERFIELD, IL 60015-2590, and at the U.S. Department of \nLabor in Washington, D.C., or to obtain a copy from the U.S. Department of Labor upon payment of \ncopying costs. Requests to the Department should be addressed to: Public Disclosure Room, Room \nN-1513, Employee Benefits Security Administration, U.S. Department of Labor, 200 Constitution Avenue, \nN.W., Washington, D.C. 20210. \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13427, 568, '_relevanssi_pdf_content', '\nImportant information: \nAction may be required \nTo make sure that you have all the information you need to make informed \ndecisions for you and your family, the law requires CF Industries, Inc. to provide \nyou with notice of certain legal rights that you may have and legal obligations that \napply to the CF Industries Holdings, Inc. Employee Welfare Benefit Plan. These \nrights and obligations are described in more detail in the enclosed notices. \n\n EMPLOYEES \n\n10.10.22\n\n\n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 2 \n\nRequired notices \nYou should review these notices closely and keep them with other \nmaterials that you receive about benefits available under the Plan. If you \nhave any questions about any of the legal rights and obligations described \nbelow or the Plan, you should write: \n\nCF Benefits Group \nbenefits@cfindustries.com \n\nThe following notices are not intended to be a description of the benefits \noffered under the Plan. For more information about specific benefits, refer \nto the Summary Plan Descriptions for the Plan, which are available on \nCFTotalRewards.com. \n\nContents \n\nIf you (and/or your \ndependents) have Medicare \nor will become eligible for \nMedicare in the next 12 \nmonths, a Federal law gives \nyou more choices about your \nprescription drug coverage. \nPlease see page 9 for \nmore details. \n\nPatient Protection Disclosure Notice 3 \n\nNewbornsâ€™ and Mothersâ€™ Health Protection Act 3 \n\nImportant Notice about the Womenâ€™s Health and \nCancer Rights Act of 1998 \n\n4 \n\nImportant Notice about Group Health Plan Special \nEnrollment Rights \n\n5 \n\nPremium Assistance Under Medicaid and the Childrenâ€™s \nHealth Insurance Program (CHIP) \n\n6 \n\nImportant Notice from CF Industries, Inc. about Your \nPrescription Drug Coverage and Medicare \n\n9 \n\nNotice of Privacy Practices 11 \n\nNotice for Employer-Sponsored Wellness Programs 17 \n\nYour Rights Against Surprise Billing 19 \n\nmailto:benefits@cfindustries.com\nhttps://www.cftotalrewards.com/Pages/Home.aspx\n\n\n2022 CF REQUIRED NOTICES | U.S. | 3 \n\n \n\n \n \n\n \n\n \n\n \n\nPatient Protection Disclosure Notice \nThe CF Industries Holdings, Inc. Employee Welfare Benefit Plan (the â€œPlanâ€) generally requires the designation \nof a primary care provider. You have the right to designate any primary care provider who participates in our \nnetwork and who is available to accept you or your family members. Until you make this designation, the Plan \ndesignates one for you. For information on how to select a primary care provider, and for a list of the \nparticipating primary care providers, contact CF Benefits Group at benefits@cfindustries.com. \n\nFor children, you may designate a pediatrician as the primary care provider. \n\nYou do not need prior authorization from the Plan or from any other person (including \na primary care provider) in order to obtain access to obstetrical or gynecological care \nfrom a health care professional in our network who specializes in obstetrics or \ngynecology. The health care professional, however, may be required to comply with \ncertain procedures, including obtaining prior authorization for certain services, \nfollowing a pre-approved treatment plan, or procedures for making referrals. For a list \nof participating health care professionals who specialize in obstetrics or gynecology, \ncontact Blue Cross Blue Shield of Illinois (BCBSIL) at the number listed on the back of \nyour medical card. \n\nNewbornsâ€™ and Mothersâ€™ Health Protection Act \nGroup health plans and health insurance issuers generally may not, under federal law, restrict benefits for any \nhospital length of stay in connection with childbirth for the mother or newborn child to less than 48 hours \nfollowing a vaginal delivery, or less than 96 hours following a cesarean section. However, federal law \ngenerally does not prohibit the motherâ€™s or newbornâ€™s attending provider, after consulting with the mother, \nfrom discharging the mother or her newborn earlier than 48 hours (or 96 hours as applicable). In any case, \nplans and issuers may not, under federal law, require that a provider obtain authorization from the plan or the \ninsurance issuer for prescribing a length of stay not in excess of 48 hours (or 96 hours). \n\n \n \n\nmailto:benefits@cfindustries.com\nmailto:benefits@cfindustries.com\n\n\n2022 CF REQUIRED NOTICES | U.S. | 4 \n\n \n\n \n \n\n \n\n \n\n \n\nImportant Notice about the Womenâ€™s Health and \nCancer Rights Act of 1998 \nIf you have had or are going to have a mastectomy, you may be entitled to certain benefits under the \nWomenâ€™s Health and Cancer Rights Act of 1998. For individuals receiving mastectomy-related benefits, \ncoverage will be provided in a manner determined in consultation with the attending physician and the \npatient, for: \n\nâ€¢ All stages of reconstruction of the breast on which the mastectomy was performed; \nâ€¢ Surgery and reconstruction of the other breast to produce a symmetrical appearance; \nâ€¢ Prostheses; and \nâ€¢ Treatment of physical complications of the mastectomy, including lymphedema. \n\nThese benefits will be provided subject to the same deductibles and coinsurance applicable to other medical \nand surgical benefits provided under your group health plan coverage. \n\nRefer to your Summary of Benefits and Coverage (SBC) for deductibles and coinsurance. \n\nFor more information on benefits under the Womenâ€™s Health and Cancer Rights Act of 1998, contact \nbenefits@cfindustries.com. \n\n \n\nmailto:benefits@cfindustries.com\nmailto:benefits@cfindustries.com\n\n\n2022 CF REQUIRED NOTICES | U.S. | 5 \n\n \n\n \n \n\n \n\n \n\n \n\nImportant Notice about Group Health Plan \nSpecial Enrollment Rights \nThis notice is being provided so that you understand your right to apply for group health plan coverage \noutside of the open enrollment period. You should read this notice regardless of whether or not you are \ncurrently covered under the CF Industries Holdings, Inc. Employee Welfare Benefit Plan. \n\nYou may have the right to enroll in the following group health plan options if certain \nevents (listed below) occur at any time during the year: \n\nâ€¢ CF Advantage PPO with Health Savings Account (HSA) \nâ€¢ CF Standard PPO \nâ€¢ Cigna Dental Plan \n\nThe following are the events for which you may have a special enrollment right: \n\nLoss of Other Group Health Plan Coverage or Health Insurance \nIf you decline coverage for yourself or your dependents because of other health insurance or group health \nplan coverage, you may be able to enroll yourself and your dependents in any of the group health plan \noptions for which you are eligible if you or your dependents lose eligibility for that other coverage (or if the \nemployer stops contributing towards your or your dependentsâ€™ other coverage). However, you must request \nenrollment within 31 days after your or your dependentsâ€™ other coverage ends (or after the employer stops \ncontributing toward the other coverage). \n\nMarriage, Birth or Adoption \nIf you have a new dependent as a result of marriage, birth, adoption or placement for adoption, you may be \nable to enroll yourself and your dependents in any of the group health plan options for which you are eligible. \nHowever, you must request enrollment within 31 days after the marriage, birth, adoption or placement for \nadoption. \n\nLoss of Coverage under Medicaid or State Childrenâ€™s Health \nInsurance Program \nIf you decline coverage for yourself or your dependents while Medicaid coverage or coverage under a state \nchildrenâ€™s health insurance program is in effect, you may be able to enroll yourself and your dependents in \nany of the group health plan options for which you are eligible if you or your dependents lose eligibility for that \nother coverage. However, you must request enrollment within 60 days after your or your dependentsâ€™ \ncoverage under Medicaid or state childrenâ€™s health insurance program ends. \n\nEligibility for State Premium Assistance Subsidy \nIf you or your dependents become eligible for a state premium assistance subsidy from Medicaid or through \na state childrenâ€™s health insurance program with respect to group health plan coverage under this Plan, you \nmay be able to enroll yourself and your dependents in any of the group health plan options for which you are \neligible. However, you must request enrollment within 60 days after your or your dependentsâ€™ determination \nof eligibility for such assistance. \n\nMore information about these subsidies is included in â€œImportant Notice about Free or \n\nLow-Cost Health Coverage for Children and Families under Medicaid and the Childrenâ€™s Health Insurance \nProgramâ€ below. \n\nTo request special enrollment or obtain more information, contact: \n\nCF Benefits Group \nbenefits@cfindustries.com \n\nmailto:benefits@cfindustries.com\n\n\n2022 CF REQUIRED NOTICES | U.S. | 6 \n\n \n\n \n \n\n \n\n \n\n \n\nPremium Assistance Under Medicaid and the \nChildrenâ€™s Health Insurance Program (CHIP) \nIf you or your children are eligible for Medicaid or CHIP and youâ€™re eligible for health coverage from your \nemployer, your state may have a premium assistance program that can help pay for coverage, using funds \nfrom their Medicaid or CHIP programs. If you or your children arenâ€™t eligible for Medicaid or CHIP, you wonâ€™t \nbe eligible for these premium assistance programs but you may be able to buy individual insurance coverage \nthrough the Health Insurance Marketplace. For more information, visit www.healthcare.gov. \n\nIf you or your dependents are already enrolled in Medicaid or CHIP and you live in a State listed below, \ncontact your State Medicaid or CHIP office to find out if premium assistance is available. \n\nIf you or your dependents are NOT currently enrolled in Medicaid or CHIP, and you think you or any of your \ndependents might be eligible for either of these programs, contact your State Medicaid or CHIP office or dial \n1-877-KIDS NOW or www.insurekidsnow.gov to find out how to apply. \n\nIf you qualify, ask your state if it has a program that might help you pay the premiums for an employer-\nsponsored plan. \n\nIf you or your dependents are eligible for premium assistance under Medicaid or CHIP, as well as eligible under \nyour employer plan, your employer must allow you to enroll in your employer plan if you arenâ€™t already \nenrolled. This is called a â€œspecial enrollmentâ€ opportunity, and you must request coverage within 60 days of \nbeing determined eligible for premium assistance. If you have questions about enrolling in your employer \nplan, contact the Department of Labor at www.askebsa.dol.gov or call 1-866-444-EBSA (3272). \n\nIf you live in one of the following states, you may be eligible for assistance paying your \nemployer health plan premiums. The following list of states is current as of July 31, 2022. \nContact your State for more information on eligibility. \n\n \n  \n\nALABAMA â€” Medicaid \nWebsite: http://myalhipp.com/ \nPhone: 1-855-692-5447 \n\n \n \n\nALASKA â€” Medicaid \nThe AK Health Insurance Premium Payment Program \nWebsite: http://myakhipp.com/ \nPhone: 1-866-251-4861 \nEmail: CustomerService@MyAKHIPP.com \nMedicaid Eligibility: \nhttp://health.alaska.gov/dpa/Pages/default.aspx \n\n \n \n\nARKANSAS â€” Medicaid \nWebsite: http://myarhipp.com/ \nPhone: 1-855-MyARHIPP (855-692-7447) \n\n \n \n\nCALIFORNIA â€” Medicaid \nHealth Insurance Premium Payment (HIPP) Program \nWebsite: http://dhcs.ca.gov/hipp \nPhone: 916-445-8322 \nFax: 916-440-5676 \nEmail: hipp@dhcs.ca.gov \n\n \n \n\nCOLORADO â€” Health First Colorado \n(Coloradoâ€™s Medicaid Program) & Child \nHealth Plan Plus (CHP+) \nHealth First Colorado \nWebsite: https://www.healthfirstcolorado.com/ \nHealth First Colorado Member Contact Center: 1-800-221-\n3943/ State Relay 711 \nCHP+: https://www.colorado.gov/pacific/hcpf/child-health-plan-plus \nCHP+ Customer Service: 1-800-359-1991/ State Relay 711 \nHealth Insurance Buy-In Program (HIBI): \nhttps://www.colorado.gov/pacific/hcpf/health-insurance-buy-\nprogram \nHIBI Customer Service: 1-855-692-6442 \n\n \n \n\nFLORIDA â€” Medicaid \nWebsite:https://www.flmedicaidtplrecovery.com/flmedicaidtplre\ncovery.com/hipp/index.html \nPhone: 1-877-357-3268 \n\n \n \n\nGEORGIA â€” Medicaid \nGA HIPP Website: https://medicaid.georgia.gov/health-insurance-\npremium-payment-program-hipp \nPhone: 678-564-1162 Press 1 \n\nContinued on page 7 \n\nhttp://www.healthcare.gov/\nhttp://www.healthcare.gov/\nhttp://www.insurekidsnow.gov/\nhttp://www.askebsa.dol.gov/\nhttp://myalhipp.com/\nhttp://myakhipp.com/\nmailto:CustomerService@MyAKHIPP.com\nhttp://dhss.alaska.gov/dpa/Pages/medicaid/default.aspx\nhttp://myarhipp.com/\nhttp://www.healthfirstcolorado.com/\nhttps://www.colorado.gov/pacific/hcpf/child-health-plan-plus\nhttps://www.colorado.gov/pacific/hcpf/child-health-plan-plus\nhttps://www.flmedicaidtplrecovery.com/flmedicaidtplrecovery.com/hipp/index.html\nhttps://www.flmedicaidtplrecovery.com/flmedicaidtplrecovery.com/hipp/index.html\nhttps://medicaid.georgia.gov/third-party-liability/health-insurance-premium-payment-program-hipp\nhttps://medicaid.georgia.gov/third-party-liability/health-insurance-premium-payment-program-hipp\nhttps://medicaid.georgia.gov/third-party-liability/health-insurance-premium-payment-program-hipp\n\n\n2022 CF REQUIRED NOTICES | U.S. | 7 \n\n \n\n \n \n\n \n\n \n\n \n\nContinued from page 6 \n \n\n  \n\nGA CHIPRA Website: \nhttps://medicaid.georgia.gov/programs/third-party-\nliability/childrens-health-insurance-program-reauthorization-\nact-2009-chipra \nPhone: (678) 564-1162, Press 2 \n\n \n \n\nINDIANA â€” Medicaid \nHealthy Indiana Plan for low-income adults 19-64 \nWebsite: http://www.in.gov/fssa/hip/ \nPhone: 1-877-438-4479 \nAll other Medicaid \nWebsite: https://www.in.gov/medicaid/ \nPhone: 1-800-457-4584 \n\n \n \n\nIOWA â€” Medicaid and CHIP (Hawki)  \nMedicaid Website: https://dhs.iowa.gov/ime/members \nMedicaid hone: 1-800-338-8366 \nHawki Website: http://dhs.iowa.gov/Hawki \nHawki Phone: 1-800-257-8563 \nHIPP Website: https://dhs.iowa.gov/ime/members/medicaid-a-\nto-z/hipp \nHIPP Phone: 1-888-346-9562 \n\n \n \n\nKANSAS â€” Medicaid \nWebsite: https://www.kancare.ks.gov/ \nPhone: 1-800-792-4884 \n\n \n \n\nKENTUCKY â€” Medicaid \nKentucky Integrated Health Insurance Premium Payment \nProgram (KI-HIPP) \nWebsite: https://chfs.ky.gov/agencies/dms/ \nmember/Pages/kihipp.aspx \nPhone: 1-855-459-6328 \nEmail: KIHIPP.PROGRAM@ky.gov \nKCHIP Website: https://kidshealth.ky.gov/Pages/ index.aspx \nPhone: 1-877-524-4718 \nKentucky Medicaid Website: https://chfs.ky.gov \n\n \n \n\nLOUISIANA â€” Medicaid \nWebsite: www.medicaid.la.gov or www.ldh.la.gov/lahipp \nPhone: 1-888-342-6207 (Medicaid hotline) or 1-855-618-5488 \n(LaHIPP) \n\n \n \n\nMAINE â€” Medicaid \nEnrollment Website: \nhttps://www.maine.gov/dhhs/ofi/applications-forms \nPhone: 1-800-442-6003 \nTTY: Maine relay 711 \nPrivate Health Insurance Premium Webpage: \nhttps://www.maine.gov/dhhs/ofi/applications-forms \nPhone: 1-800-977-6740 \nTTY: Maine relay 711  \n\n \n \n\nMASSACHUSETTS â€” Medicaid and CHIP \nWebsite: http://www.mass.gov/masshealth/pa \nPhone: 1-800-862-4840 \nTTY: (617) 886-8102 \n\n \n \n\nMINNESOTA â€” Medicaid \nWebsite: https://mn.gov/dhs/people-we-serve/children-and-\nfamilies/health-care/health-care-programs/programs-and-\nservices/other-insurance.jsp \nPhone: 1-800-657-3739 \n\n \n \n\nMISSOURI â€” Medicaid \nWebsite: https://dss.mo.gov/mhd/participants/pages/hipp.htm \nPhone: 573-751-2005 \n\n \n \n\nMONTANA â€” Medicaid \nWebsite: https://dphhs.mt.gov/MontanaHealthcarePrograms/HIPP \nPhone: 1-800-694-3084 \nEmail: HHSHIPPProgram@mt.gov \n\n \n \n\nNEBRASKA â€” Medicaid \nWebsite: http://www.ACCESSNebraska.ne.gov \nPhone: 1-855-632-7633 \nLincoln: 402-473-7000 \nOmaha: 402-595-1178 \n\n \n \n\nNEVADA â€” Medicaid \nMedicaid Website: http://dhcfp.nv.gov \nMedicaid Phone: 1-800-992-0900 \n\n \n \n\nNEW HAMPSHIRE â€” Medicaid \nWebsite: https://www.dhhs.nh.gov/programs-\nservices/medicaid/health-insurance-premium-program \nPhone: 603-271-5218 \nToll free number for the HIPP program: \n1-800-852-3345, ext 5218 \n\n \n \n\nNEW JERSEY â€” Medicaid and CHIP \nMedicaid Website: \nhttp://www.state.nj.us/humanservices/dmahs/clients/medicaid/  \nMedicaid Phone: 609-631-2392 \nCHIP Website: http://www.njfamilycare.org/index.html \nCHIP Phone: 1-800-701-0710 \n\n \n \n\nNEW YORK â€” Medicaid \nWebsite: https://www.health.ny.gov/health_care/medicaid/ \nPhone: 1-800-541-2831 \n\n \n \n\nNORTH CAROLINA â€” Medicaid \nWebsite: https://medicaid.ncdhhs.gov/ \nPhone: 919-855-4100 \n\n \n \n\nContinued on page 8 \n\nhttp://www.in.gov/fssa/hip/\nhttp://www.in.gov/medicaid/\nhttps://dhs.iowa.gov/ime/members\nhttp://dhs.iowa.gov/Hawki\nhttps://chfs.ky.gov/agencies/dms/member/Pages/kihipp.aspx\nhttps://chfs.ky.gov/agencies/dms/member/Pages/kihipp.aspx\nmailto:KIHIPP.PROGRAM@ky.gov\nhttps://kidshealth.ky.gov/Pages/index.aspx\nhttps://kidshealth.ky.gov/Pages/index.aspx\nhttps://ldh.la.gov/index.cfm/subhome/1/n/331\nhttps://ldh.la.gov/index.cfm/page/2693\nhttps://www.maine.gov/dhhs/ofi/applications-forms\nhttp://www.maine.gov/dhhs/ofi/applications-forms\nhttps://mn.gov/dhs/people-we-serve/children-and-families/health-care/health-care-programs/programs-and-services/other-insurance.jsp\nhttps://mn.gov/dhs/people-we-serve/children-and-families/health-care/health-care-programs/programs-and-services/other-insurance.jsp\nhttps://mn.gov/dhs/people-we-serve/children-and-families/health-care/health-care-programs/programs-and-services/other-insurance.jsp\nhttps://mn.gov/dhs/people-we-serve/children-and-families/health-care/health-care-programs/programs-and-services/other-insurance.jsp\nhttps://mn.gov/dhs/people-we-serve/children-and-families/health-care/health-care-programs/programs-and-services/other-insurance.jsp\nhttps://dss.mo.gov/mhd/participants/pages/hipp.htm\nhttps://dss.mo.gov/mhd/participants/pages/hipp.htm\nhttps://dphhs.mt.gov/MontanaHealthcarePrograms/HIPP\nhttps://dphhs.mt.gov/MontanaHealthcarePrograms/HIPP\nhttp://www.accessnebraska.ne.gov/\nhttp://dhcfp.nv.gov/\nhttps://www.state.nj.us/humanservices/dmahs/clients/medicaid/\nhttps://www.state.nj.us/humanservices/dmahs/clients/medicaid/\nhttp://www.njfamilycare.org/\nhttp://www.health.ny.gov/health_care/\n\n\n2022 CF REQUIRED NOTICES | U.S. | 8 \n\n \n\n \n \n\n \n\n \n\n \n\n \n\nContinued from page 7 \n \n\n  \n\nNORTH DAKOTA â€” Medicaid \nWebsite: http://www.nd.gov/dhs/services/medicalserv/medicaid/ \nPhone: 1-844-854-4825 \n\n \n \n\nOKLAHOMA â€” Medicaid and \nCHIP \nWebsite: http://www.insureoklahoma.org \nPhone: 1-888-365-3742 \n\n \n \n\nOREGON â€” Medicaid \nWebsite: http://healthcare.oregon.gov/Pages/index.aspx \nhttp://www.oregonhealthcare.gov/index-es.html \nPhone: 1-800-699-9075 \n\n \n \n\nPENNSYLVANIA â€” Medicaid \nWebsite: \nhttps://www.dhs.pa.gov/Services/Assistance/Pages/HIPP-\nProgram.aspx \nPhone: 1-800-692-7462 \n\n \n \n\nRHODE ISLAND â€” Medicaid and \nCHIP \nWebsite: http://www.eohhs.ri.gov/ \nPhone: 1-855-697-4347, or 401-462-0311 (Direct RIte Share Line) \n\n \n \n\nSOUTH CAROLINA â€” Medicaid \nWebsite: https://www.scdhhs.gov \nPhone: 1-888-549-0820 \n\n \n \n\nSOUTH DAKOTA â€” Medicaid \nWebsite: http://dss.sd.gov \nPhone: 1-888-828-0059 \n\n \n \n\nTEXAS â€” Medicaid \nWebsite: http://gethipptexas.com/ \nPhone: 1-800-440-0493 \n\n \n \n\nUTAH â€” Medicaid and CHIP \nMedicaid Website: https://medicaid.utah.gov/ \nCHIP Website: http://health.utah.gov/chip \nPhone: 1-877-543-7669 \n\n \n \n\nVERMONT â€” Medicaid \nWebsite: http://www.greenmountaincare.org/ \nPhone: 1-800-250-8427 \n\n \n\nVIRGINIA â€” Medicaid and CHIP \nWebsite: https://www.coverva.org/en/famis-select \nhttps://www.coverva.org/en/hipp  \nMedicaid Phone: 1-800-432-5924 \nCHIP Phone: 1-800-432-5924 \n\n \n \n\nWASHINGTON â€” Medicaid \nWebsite: https://www.hca.wa.gov/ \nPhone: 1-800-562-3022 \n\n \n \n\nWEST VIRGINIA â€” Medicaid and CHIP \nWebsite: https://dhhr.wv.gov/bms/ \nhttp://mywvhipp.com/ \nMedicaid Phone: 304-558-1700 \nCHIP Toll-free phone: 1-855-MyWVHIPP (1-855-699-8447) \n\n \n \n\nWISCONSIN â€” Medicaid and CHIP \nWebsite: https://www.dhs.wisconsin.gov/badgercareplus/p-\n10095.htm \nPhone: 1-800-362-3002 \n\n \n \n\nWYOMING â€” Medicaid \nWebsite: https://health.wyo.gov/healthcarefin/ \nmedicaid/programs-and-eligibility/ \nPhone: 1-800-251-1269 \n\n \n\n \n\nTo see if any other states have added a premium \nassistance program since July 31, 2022, or for \nmore information on special enrollment rights, \ncontact either: \n\nU.S. Department of Labor \nEmployee Benefits Security Administration \n\n \n\nU.S. Department of Health and Human Services \n\n \n1-877-267-2323, Menu Option 4, Ext. 61565 \n\nhttp://www.nd.gov/dhs/services/medicalserv/medicaid/\nhttp://www.nd.gov/dhs/services/medicalserv/medicaid/\nhttp://www.insureoklahoma.org/\nhttps://healthcare.oregon.gov/Pages/index.aspx\nhttps://healthcare.oregon.gov/Pages/index.aspx\nhttp://www.eohhs.ri.gov/\nhttp://www.scdhhs.gov/\nhttp://dss.sd.gov/\nhttp://gethipptexas.com/\nhttp://health.utah.gov/chip\nhttp://www.greenmountaincare.org/\nhttp://www.hca.wa.gov/\nhttp://mywvhipp.com/\nhttps://www.dhs.wisconsin.gov/badgercareplus/p-10095.htm\nhttps://www.dhs.wisconsin.gov/badgercareplus/p-10095.htm\nhttps://www.dhs.wisconsin.gov/badgercareplus/p-10095.htm\nhttps://health.wyo.gov/healthcarefin/medicaid/programs-and-eligibility/\nhttps://health.wyo.gov/healthcarefin/medicaid/programs-and-eligibility/\nhttps://www.dol.gov/agencies/ebsa\nhttps://www.cms.gov/\n\n\n2022 CF REQUIRED NOTICES | U.S. | 9 \n\n \n\n \n \n\n \n\n \n\n \n\nImportant Notice about Your Prescription Drug \nCoverage and Medicare \nPlease read this notice carefully and keep it where you can find it. This notice has information about your \ncurrent prescription drug coverage with CF Industries, Inc. and about your options under Medicareâ€™s \nprescription drug coverage. This information can help you decide whether or not you want to join a Medicare \ndrug plan. If you are considering joining, you should compare your current coverage, including which drugs \nare covered at what cost, with the coverage and costs of the plans offering Medicare prescription drug \ncoverage in your area. Information about where you can get help to make decisions about your prescription \ndrug coverage is at the end of this notice. \n\nThere are two important things you need to know about your current coverage and Medicareâ€™s prescription \ndrug coverage: \n\n Medicare prescription drug coverage became available in 2006 to everyone with Medicare. You \ncan get this coverage if you join a Medicare Prescription Drug Plan or join a Medicare Advantage \nPlan (like an HMO or PPO) that offers prescription drug coverage. All Medicare drug plans provide \nat least a standard level of coverage set by Medicare. Some plans may also offer more coverage \nfor a higher monthly premium. \n\n CF Industries, Inc. has determined that the prescription drug coverage offered by the CF Industries \nHoldings, Inc. Employee Welfare Benefit Plan is, on average for all plan participants, expected to \npay out as much as standard Medicare prescription drug coverage pays and is therefore \nconsidered Creditable Coverage. Because your existing coverage is Creditable Coverage, you can \nkeep this coverage and not pay a higher premium (a penalty) if you later decide to join a Medicare \ndrug plan. \n\nWhen Can You Join a Medicare Drug Plan? \n\nYou can join a Medicare drug plan when you first become eligible for Medicare and each year from October \n15th to December 7th. \n\nHowever, if you lose your current creditable prescription drug coverage, through no fault of your own, you \nwill also be eligible for a two (2) month Special Enrollment Period (SEP) to join a Medicare drug plan. \n\nWhat Happens to Your Current Coverage if You Decide to \nJoin a Medicare Drug Plan? \nIf you decide to join a Medicare drug plan, your current CF Industries, Inc. will be affected. Your current \ncoverage pays for other health expenses in addition to prescription drugs. If you enroll in a Medicare \nprescription drug plan, you and your eligible dependents will not still be eligible to receive all of your current \nhealth and prescription drug benefits. If you drop your current prescription drug coverage and enroll in \nMedicare prescription drug coverage, you may not enroll back into the CF Industries, Inc. benefit plan during \nan open enrollment period under the CF Industries, Inc. benefit plan. \n\nIf you do decide to join a Medicare drug plan and drop your current CF Industries, Inc. coverage, be aware \nthat you and your dependents will not be able to get this coverage back. \n\nContinued on page 10 \n\n \n\n \n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 10 \n\n \n\n \n \n\n \n\n \n\n \n\nContinued from page 9 \n\nWhen Will You Pay a Higher Premium (Penalty) to Join a \nMedicare Drug Plan? \nYou should also know that if you drop or lose your current coverage with CF Industries, Inc. and donâ€™t join a \nMedicare drug plan within 63 continuous days after your current coverage ends, you may pay a higher \npremium (a penalty) to join a Medicare drug plan later. \n\nIf you go 63 continuous days or longer without creditable prescription drug coverage, your monthly premium \nmay go up by at least 1% of the Medicare base beneficiary premium per month for every month that you did \nnot have that coverage. For example, if you go nineteen months without creditable coverage, your premium \nmay consistently be at least 19% higher than the Medicare base beneficiary premium. You may have to pay this \nhigher premium (a penalty) as long as you have Medicare prescription drug coverage. In addition, you may \nhave to wait until the following October to join. \n\nFor More Information About This Notice or Your Current \nPrescription Drug Coverage... \nContact the person listed below for further information. NOTE: Youâ€™ll get this notice each year. You will also \nget it before the next period you can join a Medicare drug plan, and if this coverage through CF Industries, \nInc. changes. You also may request a copy of this notice at any time. \n\nFor More Information About Your Options Under Medicare \nPrescription Drug Coverage... \nMore detailed information about Medicare plans that offer prescription drug coverage is in the â€œMedicare & \nYouâ€ handbook. Youâ€™ll get a copy of the handbook in the mail every year from Medicare. You may also be \ncontacted directly by Medicare drug plans. \n\nFor more information about Medicare prescription drug coverage: \n\nâ€¢ Visit www.medicare.gov \nâ€¢ Call your State Health Insurance Assistance Program (see the inside back cover \n\nof your copy of the â€œMedicare & Youâ€ handbook for their telephone number) for \npersonalized help \n\nâ€¢ Call 1-800-MEDICARE (1-800-633-4227). TTY users should call 1-877-486-2048. \n\nIf you have limited income and resources, extra help paying for Medicare prescription drug coverage is \navailable. For information about this extra help, visit Social Security on the web at www.socialsecurity.gov, or \ncall them at 1-800-772-1213 (TTY 1-800-325-0778). \n\n \n\n \n \n \n\nRemember: Keep this Creditable Coverage notice. If you \ndecide to join one of the Medicare drug plans, you may \nbe required to provide a copy of this notice when you join \nto show whether or not you have maintained creditable \ncoverage and, therefore, whether or not you are required \nto pay a higher premium (a penalty). \n\nhttp://www.medicare.gov/\nhttp://www.socialsecurity.gov/\nhttp://www.socialsecurity.gov/\n\n\n2022 CF REQUIRED NOTICES | U.S. | 11 \n\n \n\n \n \n\n \n\n \n\n \n\nNotice of Privacy Practices \nCF Industries Holdings, Inc. Employee Welfare Benefit Plan \n\nTHIS NOTICE DESCRIBES HOW MEDICAL INFORMATION ABOUT YOU MAY BE \nUSED AND DISCLOSED AND HOW YOU CAN GET ACCESS TO THIS INFORMATION. \nPLEASE REVIEW IT CAREFULLY. \n\n \nThis Notice of Privacy Practices (Notice) describes the privacy practices and obligations of: \n\nâ€¢ The health, mental health, dental and vision benefits available under the \nCF Industries Holdings, Inc. Employee Welfare Benefit Plan \n\nFor your convenience, this Notice uses the term â€œPlanâ€ to refer to these different benefits. \n\nYour health information is highly personal, and the Plan is committed to safeguarding your \nprivacy. This Notice describes how your protected health information held by the Plan may \nbe used or disclosed, in accordance with the Health Insurance Portability and Accountability \nAct of 1996 (HIPAA), to carry out treatment, payment, or health care operations, or for any \nother purposes that are permitted or required by law. It also describes your ability to access \nand control the use and disclosure of your protected health information. \n\nThis Notice does not apply to CF Industries, Inc. benefit plans or policies that are not health \nplans, such as disability, life insurance, accidental death and dismemberment insurance and \nleave of absence. In addition, some of the benefits under the Plan are provided through \ninsurance. If you receive Plan benefits through insurance companies, you may receive \nseparate notices from the Planâ€™s insurers describing how they use and disclose protected \nhealth information. \n\nThe Plan reserves the right to change the terms of this Notice at any time and to implement \nnew notice provisions effective for all PHI held by or on behalf of the Plan. In the event of a \nchange to this Notice, an updated Notice will be mailed to your address on file. \n\n \nPlan Responsibilities \nIn General \nThe Plan is a â€œcovered entityâ€ as this term is defined in the HIPAA. HIPAA requires the Plan to: \n\nâ€¢ Maintain the privacy of your protected health information (PHI); \nâ€¢ Provide you with certain rights with respect to your PHI; \nâ€¢ Give you a copy of this Notice explaining the Planâ€™s legal duties and privacy practices \n\nregarding PHI; \nâ€¢ Notify an individual following a breach of unsecured PHI; and \nâ€¢ Follow the terms of the Notice that is currently in effect. \n\nGenerally, PHI is individually identifiable information created or received by, or on behalf \nof, the Plan that relates to: (1) your past, present or future physical or mental health or \ncondition; (2) the provision of health care to you; or (3) the past, present or future payment \nfor the provision of health care to you. \n\n \nContinued on page 12 \n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n \n\n \n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 12 \n\n \n\n \n \n\n \n\n \n\n \n\nContinued from page 11 \n \n\nHow the Plan May Use or Disclose Your PHI \nThe following categories describe the different ways that the Plan may use or disclose your \nPHI without first obtaining your authorization. For each category of uses and disclosures, \nthe Notice explains what the category means generally and presents examples. Not every \npossible use or disclosure in a category will be listed. However, all of the ways the Plan is \npermitted to use and disclose PHI without first obtaining your authorization will fall within \none of these categories. \n\nâ€¢ Treatment: The Plan may use or disclose your PHI to facilitate medical treatment or \nservices by providers (e.g., doctors and hospitals). For example, the Plan may share your \nPHI with your doctor or other health care provider who needs such information to treat \nyou properly. \n\nâ€¢ Payment: The Plan may use or disclose your PHI for payment-related purposes, such as \ndetermining your eligibility for Plan benefits, coordinating coverage between the Plan \nand another plan, and facilitating payment for services you receive. For example, the \nPlan may share your PHI with another health plan to coordinate payment of benefits. \n\nâ€¢ Health Care Operations: The Plan may use or disclose your PHI for various \nadministrative purposes that are called â€œhealth care operationsâ€ of the Plan. For \nexample, your PHI might be included as part of any audit designed to ensure that the \nPlanâ€™s outside claims administrator is properly performing its job, or your PHI might be \nincluded each year to set appropriate premiums for the Plan or to help secure insurance. \nIn no event, however, will the Plan use or disclose your PHI that is genetic information for \nunderwriting purposes. \n\nâ€¢ Business Associates: The Plan may contract with service providers, called business \nassociates, to perform various administrative functions on its behalf. For example, the \nPlanâ€™s claims administrators and pharmacy benefits manager are business associates of \nthe Plan. The Plan is permitted to use or disclose your PHI to a business associate when \nthe business associate needs the information to perform administrative tasks for the \nPlan, but only after the Plan and the business associate agree in writing to require the \nbusiness associate to keep your PHI confidential. \n\nâ€¢ Disclosures to CF Industries, Inc.: Generally, CF Industries, Inc. (the Plan sponsor) \ndoes not maintain any PHI. However, the Plan may disclose certain PHI to designated \nCF Industries, Inc. employees when such disclosure is necessary to enable CF Industries, Inc. \nto fulfill its administrative duties as Plan sponsor. For example, the Plan may disclose \nenrollment information to CF Industries, Inc. to facilitate payroll deductions for your \nrequired premium contributions. \n\nCF Industries, Inc. has agreed to prevent unauthorized uses or a disclosure of any PHI \ndisclosed by the Plan and has agreed to limit access to such information. In no event may \nCF Industries, Inc. use PHI it receives from the Plan for benefit programs that do not \nprovide health benefits, to make any employment-related decisions, or for any other \npurpose other than as required by law or permitted by the Plan. \n\n \nContinued on page 13 \n\n \n \n \n \n \n \n \n \n \n\n \n\n \n\n \n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 13 \n\n \n\n \n \n\n \n\n \n\n \n\nContinued from page 12 \n \n\nDisclosures Permitted or Required by Law: \nThe Plan may disclose your PHI to you or to your legal \nrepresentative. HIPAA also allows the Plan to use or disclose \nPHI without obtaining your written authorization in the \nfollowing situations: \n\n \n\nâ€¢ Workersâ€™ Compensation: To comply with workersâ€™ \ncompensation or similar laws providing benefits for \nwork-related injuries or illnesses. \n\nâ€¢ Organ Donation: To an organ procurement organization \nto facilitate organ or tissue donation and transplantation. \n\nâ€¢ Death: To coroners, medical examiners and funeral \ndirectors to help identify decedents or determine cause \nof death. \n\nâ€¢ Law Enforcement: For law enforcement purposes, \nincluding to report wounds/injuries and crimes or for \nthe purpose of identifying or locating a suspect, fugitive, \nmaterial witness or missing person. \n\nâ€¢ Domestic Violence: To government agencies for victims \nof abuse, neglect or domestic violence. \n\nâ€¢ Public Health: For public health activities, such as preventing or controlling disease \nand reporting reactions to medications. \n\nâ€¢ Legal Proceedings: For judicial and administrative proceedings, such as lawsuits or \nother disputes in response to a court order or subpoena. \n\nâ€¢ HHS/Government Health Oversight: To health oversight agencies for oversight \nactivities authorized by law (audits, investigations, inspections, licensure, etc.). \n\nâ€¢ Research: For research purposes in certain, limited circumstances. \nâ€¢ National Security/Intelligence: To authorized Federal officials for the purpose of \n\nconducting intelligence, counter-intelligence and other national security activities. \nâ€¢ Military/Veterans Activities: To military authorities if you are a member of the armed \n\nservices, and the appropriate military command authorities follow specific procedures \nrelated to the disclosure. \n\nâ€¢ Correctional Institutions: To correctional institutions or law enforcement officials, \nregarding individuals in custody. \n\nâ€¢ Limited Data Set: As part of a â€œlimited data setâ€ for research, public health and health \ncare operations, to certain third parties who have agreed in writing to limit their use \nand disclosure of the information contained in the limited data set. A â€œlimited data setâ€ \ngenerally is information that summarizes claims history, expenses or types of claims, but \nwhich excludes certain direct identifiers as required by HIPAA. \n\n \nContinued on page 14 \n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 14 \n\n \n\n \n \n\n \n\n \n\n \n\nContinued from page 13 \n \n \n\nDisclosures to Family Members/Individuals Involved in Your Care: The Plan may \ndisclose your PHI to your family members or close personal friends if (1) the information \nis relevant to the individualâ€™s involvement in your health care or payment for that care; \nand (2) you have either agreed to the disclosure or the Plan gave you an opportunity to \nobject and you have not objected. If you are unavailable, incapacitated, or facing a medical \nemergency and the Plan determines that a limited disclosure may be in your best interest, \nthe Plan may share limited PHI with such individuals without your approval. The Plan also \nmay disclose PHI to a parent or legal guardian in the case of services provided to a minor \nchild or an incapacitated adult. \n\nUses and Disclosures Authorized by You: PHI will not be used for marketing purposes \nand PHI will not be sold unless the individual authorizes the use of PHI in that way. There \nwill be no disclosure of psychotherapy notes without the individualsâ€™ authorization. \nUses and disclosures that are not described above will be made only with your written \nauthorization. You may revoke your authorization at any time in writing, but the revocation \nwill apply only to the extent that the Plan has not already acted in reliance on \nyour authorization. \n\n \nYOUR RIGHTS \nRight to Receive Privacy Notice \n\n \nYou have the right to receive a paper copy of this Notice at any time, even if you have \npreviously agreed to receive this Notice electronically. You should submit your request for \na paper copy of this Notice to the Contact Person listed below. \n\n Right to Request Restrictions  \nYou may request restrictions on certain uses and disclosures \nof your PHI that would otherwise be used to carry out \ntreatment, payment or health care operations purposes. \nYou also have the right to request limits on information the \nPlan may disclose to someone involved in your care or the \npayment for your care, like a family member. \n\nTo request a restriction, you must submit your request in \nwriting to the Contact Person listed below. Your request \nmust describe the PHI that you wish to limit and to whom \nyou want the limitations to apply. \n\nExcept in limited circumstances, the Plan is not required to \nagree to your restriction request. If the Plan does agree to \nhonor your request, it will follow the restriction until you \nrevoke the restriction, or until the Plan notifies you that it is \nremoving the restriction prospectively. \n\nIf you pay out-of-pocket in full for any health care item \nor service, you may ask your health care provider not to \ndisclose to the Plan any protected health information \nregarding that item or service. \n\n \nContinued on page 15 \n\n \n\n \n\n \n\n \n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 15 \n\n \n\n \n \n\n \n\n \n\n \n\n \n\nContinued from page 14 \n \n\nRight to Request Confidential Communications \nYou may ask to receive communications about PHI in a certain way or at a certain location \n(e.g., you may ask that the Plan contact you only at your work telephone number or \naddress). To request confidential communications, you must submit a written request \nto the Contact Person listed below. The Plan will not ask you the specific reason for your \nrequest, and the Plan will accommodate reasonable requests. If your request clearly states \nthat the disclosure of all or part of your PHI by the usual means could endanger you, your \nrequest will be accommodated. \n\n \nRight to Access Your PHI \nYou may request access to inspect and copy your PHI that is maintained by the Plan. To the \nextent the Plan maintains your PHI in an electronic health record, you may request access \nto the electronic health record, and you may direct the Plan to transmit the electronic \nhealth record (in electronic form) to an individual or entity you designate. \n\nYou must submit your request in writing to the Contact Person listed below, or you may \nmake a request directly to the relevant HMO, insurer or claims administrator. The Plan \nmay charge you a fee for the costs of copying, mailing or other supplies associated with \na request to access and copy PHI, or for the labor costs associated with processing a \nrequest to access PHI maintained in an electronic health record. \n\nThe Plan will provide the requested information within 30 days if the Plan maintains the \ninformation on site or within 60 days if the Plan maintains the information offsite. The Plan \nmay extend the deadline with a single 30-day extension if the Plan is unable to comply with \nthe deadline. If an extension is required, the Plan will send you a written statement of the \nreasons for the delay and the date by which the Plan will respond. \n\n  The Plan may deny your request to access PHI in certain very limited circumstances.  \nIf your request to access PHI is denied, the Plan will send you a written notification \nexplaining the reason for the denial and, if applicable, any right you may have to request \nreview of the denial. \n\n \nRight to Amend Your PHI \nIf you believe your PHI maintained by the Plan is incorrect or incomplete, you may request \nthat the Plan amend your PHI. You must submit your request in writing to the Contact \nPerson listed below, or you may make a request directly to the relevant HMO, insurer or \nclaims administrator. \n\nThe Plan has 60 days after the Contact Person receives the request to amend to act on \nthe request. The Plan may extend this deadline with a single 30-day extension if the Plan \nis unable to comply with the deadline. If an extension is required, the Plan will send you a \nwritten statement of the reasons for the delay and the date by which the Plan will respond. \n\nIn certain cases, the Plan may deny your request â€“ for example, if the Plan does not \nmaintain the PHI or did not create the PHI, or if the Plan determines that the PHI is accurate \nand complete without the amendment. If the Plan denies your request for amendment, the \nPlan will send you a written notification explaining the reason for the denial and your right \nto file a statement of disagreement to be included with any subsequent disclosures of the \nrelevant PHI. \n\nIf the Plan agrees to amend your PHI, it may notify business associates or others (such \nas your provider) that have copies of the uncorrected PHI if the Plan believes that such \nnotification is necessary. \nContinued on page 16 \n\n \n\n \n\n \n\n \n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 16 \n\n \n\n \n \n\n \n\n \n\n \n\n \n\nContinued from page 15 \n \n\nRight to Receive an Accounting of Disclosures of Your PHI \nYou have the right to receive an accounting of disclosures of your PHI that the Plan has \nmade without your authorization. You must submit your request in writing to the Contact \nPerson listed below, or you may make a request directly to the relevant HMO, insurer or \nclaims administrator. If you request more than one accounting in a 12-month period, you \nmay be charged a reasonable, cost-based fee. \n\nGenerally, an accounting will cover disclosures made during the six-year period prior to \nyour request and will not include disclosures made for treatment, payment or health care \noperations purposes. However, to the extent required by HIPAA, if your PHI is maintained in \nan electronic health record, the accounting will also include information about disclosures \nmade for treatment, payment and health care operations purposes during the three-year \nperiod prior to your request. \n\nIf the Plan cannot provide the accounting within 60 days after it receives your request, \nthe Plan may extend the response deadline once for an additional 30 days. If an extension \nis required, the Plan will send you a written statement of the reasons for the delay and \nthe date by which the Plan will provide the accounting. \n\n \nRight to be Notified of a Breach \nYou have the right to be notified in the event that the Plan (or one of its business associates) \ndiscovers a breach of your unsecured PHI. Notice of any such breach will be made in \naccordance with federal requirements. \n\n \n\n \nAdditional Information \nComplaints \nIf you believe your privacy rights with respect to your PHI under the Plan have been \nviolated, you may file a complaint with the Plan or with the Secretary of Health and \nHuman Services, Office for Civil Rights (OCR). Complaints to the Plan should be filed \nin writing with the Contact Person listed below. You will not be penalized in any way \nfor filing such a complaint. \n\nMore detailed information about how to file a complaint with the OCR regional \noffice is located on the OCR website at: http://www.hhs.gov/ocr/privacy/hipaa/ \ncomplaints/index.html. \n\n \nContact Person \nFor questions about this Notice, the Planâ€™s privacy practices, or to exercise any of \nyour rights described above, please contact: \n\nCF Benefits Group \nbenefits@cfindustries.com \n\n \nClaims Administrators \nContact information for HMOs, insurers, and claims administrators is listed in the \nsummary plan description for each Plan. \n\n \n\n \n\n \n\n \n\n \n\n \n\nhttps://www.hhs.gov/hipaa/filing-a-complaint/what-to-expect/index.html\nhttps://www.hhs.gov/hipaa/filing-a-complaint/what-to-expect/index.html\nmailto:benefits@cfindustries.com\n\n\n2022 CF REQUIRED NOTICES | U.S. | 17 \n\n \n\n \n \n\n \n\n \n\n \n\nNotice for employer-sponsored wellness programs \nCF Industries Wellbeing Program is a voluntary wellbeing program available to all eligible employees and \nspouses covered under the CF medical plans. The program is administered according to federal rules \npermitting employer-sponsored wellness programs that seek to improve employee health or prevent \ndisease, including the Americans with Disabilities Act of 1990, the Genetic Information Nondiscrimination \nAct of 2008, and the Health Insurance Portability and Accountability Act, as applicable, among others. If you \nchoose to participate in the wellbeing program you will be asked to complete a voluntary health risk \nassessment or â€œHRAâ€ that asks a series of questions about your health-related activities and behaviors and \nwhether you have or had certain medical conditions (e.g., cancer, diabetes, or heart disease). You may also \ncomplete a biometric screening, which will include a blood test for cholesterol, sugar levels, etc. You are not \nrequired to complete the HRA or to participate in the blood test or other medical examinations. \n\nHowever, employees who choose to participate in the wellbeing program will receive an incentive. Although \nyou are not required to complete the HRA or participate in the biometric screening, only employees who do so \nwill receive the incentive. \n\nAdditional incentives may be available for employees who participate in certain health- related activities or \nachieve certain health outcomes. If you are unable to participate in any of the health- related activities or \nachieve any of the health outcomes required to earn an incentive, you may be entitled to a reasonable \naccommodation or an alternative standard. You may request a reasonable accommodation or an alternative \nstandard by contacting benefits@cfindustries.com. Further information on earning incentives may be found \nat: cf.limeade.com. \n\nThe information from your HRA and the results from your biometric screening will be used to provide you \nwith information to help you understand your current health and potential risks, and may also be used to \noffer you services through the wellbeing program, such as coaching. You also are encouraged to share your \nresults or concerns with your own doctor. \n\nContinued on page 18 \n\n \n\n \n  \n\nmailto:benefits@cfindustries.com\nmailto:benefits@cfindustries.com\nhttps://cf.limeade.com/BrandedLogin.aspx?e=CFIndustries\n\n\n2022 CF REQUIRED NOTICES | U.S. | 18 \n\n \n\n \n \n\n \n\n \n\n \n\nContinued from page 17 \n\nProtections from Disclosure of Medical \nInformation \nWe are required by law to maintain the privacy and security of your \npersonally identifiable health information. Although the wellbeing \nprogram and CF Industries may use aggregate information it \ncollects to design a program based on identified health risks in the \nworkplace, the CF Industries Wellbeing Program will never disclose \nany of your personal information either publicly or to the employer, \nexcept as necessary to respond to a request from you for a \nreasonable accommodation needed to participate in the wellbeing \nprogram, or as expressly permitted by law. Medical information that \npersonally identifies you that is provided in connection with the \nwellbeing program will not be provided to your supervisors or \nmanagers and may never be used to make decisions regarding your \nemployment. \n\nYour health information will not be sold, exchanged, transferred, or \notherwise disclosed except to the extent permitted by law to carry \nout specific activities related tothe wellbeing program, and you will \nnot be asked or required to waive the confidentiality of your health information as a condition of \nparticipating in the wellbeing program or receiving an incentive. Anyone who receives your information for \npurposes of providing you services as part of the wellbeing program will abide by the same confidentiality \nrequirements. The only individual(s) who will receive your personally identifiable health information is (are) \non-site clinic personnel or a health coach in order to provide you with services under the wellbeing program.  \n\nIn addition, all medical information obtained through the wellbeing program will be maintained separate \nfrom your personnel records, information stored electronically will be encrypted, and no information you \nprovide as part of the wellbeing program will be used in making any employment decision. Appropriate \nprecautions will be taken to avoid any data breach, and in the event a data breach occurs involving information \nyou provide in connection with the wellbeing program, we will notify you immediately. \n\nYou may not be discriminated against in employment because of the medical information you provide as part \nof participating in the wellbeing program, nor may you be subjected to retaliation if you choose not to \nparticipate. \n\nIf you have questions or concerns regarding this notice, or about protections against discrimination and \nretaliation, please contact benefits@cfindustries.com. \n\n  \n\nmailto:benefits@cfindustries.com\nmailto:benefits@cfindustries.com\n\n\n2022 CF REQUIRED NOTICES | U.S. | 19 \n\n \n\n \n \n\n \n\n \n\n \n\nYour Rights and Protections Against Surprise Medical Bills \nWhen you get emergency care or get treated by an out-of-network provider at an in-network hospital or \nambulatory surgical center, you are protected from surprise billing or balance billing.  In these cases, you \nshouldnâ€™t be charged more than your planâ€™s copayments, coinsurance and/or deductible. \n\nWhat is â€œbalance billingâ€ (sometimes called â€œsurprise billingâ€)? \n\nWhen you see a doctor or other health care provider, you may owe certain out-of-pocket costs, such as a \ncopayment, coinsurance, and/or a deductible. You may have other costs or have to pay the entire bill if you \nsee a provider or visit a health care facility that isnâ€™t in your health planâ€™s network. \n\nâ€œOut-of-networkâ€ describes providers and facilities that havenâ€™t signed a contract with your health plan.  \nOut-of-network providers may be permitted to bill you for the difference between what your plan pays and \nthe full amount charged for a service. This is called â€œbalance billing.â€ This amount is likely more than in-\nnetwork costs for the same service and might not count toward your annual out-of-pocket limit. \n\nâ€œSurprise billingâ€ is an unexpected balance bill. This can happen when you canâ€™t control who is involved in \nyour careâ€”like when you have an emergency or when you schedule a visit at an in- network facility but are \nunexpectedly treated by an out-of-network provider.  Surprise medical bills could cost thousands of dollars \ndepending on the procedure or service. \n\nYou are protected from balance billing for: \n\n1. Emergency services \n\nIf you have an emergency medical condition and get emergency services from an out-of-network provider or \nfacility, the most the provider or facility may bill you is your planâ€™s in-network cost-sharing amount (such as \ncopayments and coinsurance). You canâ€™t be balance billed for these emergency services. This includes \nservices you may get after youâ€™re in stable condition, unless you give written consent and give up your \nprotections not to be balanced billed for these post-stabilization services. \n\n2. Certain services at an in-network hospital or ambulatory surgical center \n\nWhen you get services from an in-network hospital or ambulatory surgical center, certain providers there \nmay be out-of-network. In these cases, the most those providers may bill you is your planâ€™s in-network \ncost-sharing amount. This applies to emergency medicine, anesthesia, pathology, radiology, laboratory, \nneonatology, assistant surgeon, hospitalist, or intensivist services. These providers canâ€™t balance bill you and \nmay not ask you to give up your protections not to be balance billed. \n\nIf you get other services at these in-network facilities, out-of-network providers canâ€™t balance bill you, \nunless you give written consent and give up your protections. \n\nYouâ€™re never required to give up your protections from balance billing. You also arenâ€™t required to get care \nout-of-network. You can choose a provider or facility in your planâ€™s network. \n\nWhen balance billing isnâ€™t allowed, you also have the following protections: \n\nYou are only responsible for paying your share of the cost (like the copayments, coinsurance, and \ndeductibles that you would pay if the provider or facility was in-network). Your health plan will pay out-of-\nnetwork providers and facilities directly. \n\nYour health plan generally must: \n\nâ€¢ Cover emergency services without requiring you to get approval for services in advance (prior authorization). \nâ€¢ Cover emergency services by out-of-network providers. \nâ€¢ Base what you owe the provider or facility (cost-sharing) on what it would pay an in-network \n\nprovider or facility and show that amount in your explanation of benefits. \nâ€¢ Count any amount you pay for emergency services or out-of-network services toward your \n\ndeductible and out-of-pocket limit. \n\n\n\n2022 CF REQUIRED NOTICES | U.S. | 20 \n\n \n\n \n \n\n \n\n \n\n \n\nIf you believe youâ€™ve been wrongly billed, you may contact the Federal No Surprises Helpdesk at 1-800-985-\n3059. \n\nVisit https://www.cms.gov/nosurprises for more information about your rights under federal law. \n\n \n\nhttps://www.cms.gov/nosurprises\nhttps://for/\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13428, 569, '_relevanssi_pdf_content', '\nSummary of Benefits and Coverage: What this Plan Covers & What You Pay For Covered Services Coverage Period: 01/01/2023 â€“ 12/31/2023 \nCF INDUSTRIES HOLDINGS, INC.:  HSA Plan  Coverage for: Individual/Family | Plan Type: HSA \n\n  Page 1 of 7 \n\nThe Summary of Benefits and Coverage (SBC) document will help you choose a health plan. The SBC shows you how you and the plan would \nshare the cost for covered health care services. NOTE: Information about the cost of this plan (called the premium) will be provided separately. \nThis is only a summary. For more information about your coverage, or to get a copy of the complete terms of coverage, call 1-888-902-8293 or at \nwww.bcbsil.com. For general definitions of common terms, such as allowed amount, balance billing, coinsurance, copayment, deductible, provider, or other \n\nunderlined terms, see the Glossary. You can view the Glossary at www.healthcare.gov/sbc-glossary/ or call 1-855-756-4448 to request a copy. \n  \nImportant Questions Answers Why This Matters: \n\nWhat is the overall \ndeductible? \n\nFor In-Network:                                                       \n$1,500 Individual / $3,000 Family \nFor Out-of-Network:                                                 \n$3,000 Individual / $6,000 Family \n\nGenerally, you must pay all of the costs from providers up to the deductible amount \nbefore this plan begins to pay. If you have other family members on the policy, the \noverall family deductible must be met before the plan begins to pay. \n\nAre there services \ncovered before you meet \nyour deductible? \n\nYes. Certain preventive care is covered \nbefore you meet your deductible. \n\nThis plan covers some items and services even if you havenâ€™t yet met the deductible \namount. But a copayment or coinsurance may apply. For example, this plan covers \ncertain preventive services without cost sharing and before you meet your deductible. \nSee a list of covered preventive services at www.healthcare.gov/coverage/preventive-\ncare-benefits/. \n\nAre there other \ndeductibles for specific \nservices? \n\nNo. You donâ€™t have to meet deductibles for specific services. \n\nWhat is the out-of-pocket \nlimit for this plan? \n\nFor In-Network:                              \n$3,000 Individual / $6,000 Family \nFor Out-of-Network:                                             \n$6,000 Individual / $12,000 Family  \n\nThe out-of-pocket limit is the most you could pay in a year for covered services. If you \nhave other family members in this plan, they have to meet their own out-of-pocket limits \nuntil the overall family out-of-pocket limit has been met. \n\nWhat is not included in \nthe out-of-pocket limit? \n\nPremiums, balance-billing charges, and \nhealth care this plan doesnâ€™t cover. \n\nEven though you pay these expenses, they donâ€™t count toward the out-of-pocket limit. \n\nWill you pay less if you \nuse a network provider? \n\nYes. See www.bcbsil.com or call  \n1-888-902-8293 for a list of network \nproviders. \n\nThis plan uses a provider network. You will pay less if you use a provider in the planâ€™s \nnetwork. You will pay the most if you use an out-of-network provider, and you might \nreceive a bill from a provider for the difference between the providerâ€™s charge and what \nyour plan pays (balance billing). Be aware, your network provider might use an out-of-\nnetwork provider for some services (such as lab work). Check with your provider before \nyou get services. \n\nDo you need a referral to \nsee a specialist? \n\nNo.  You can see the specialist you choose without a referral. \n\n \n\nhttp://www.bcbsil.com/\nhttp://www.healthcare.gov/sbc-glossary/\nhttps://www.healthcare.gov/coverage/preventive-care-benefits/\nhttps://www.healthcare.gov/coverage/preventive-care-benefits/\nhttp://www.bcbsil.com/\n\n\n    Page 2 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n\nAll copayment and coinsurance costs shown in this chart are after your deductible has been met, if a deductible applies. \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you visit a health \ncare providerâ€™s office \nor clinic \n\nPrimary care visit to treat an injury \nor illness \n\n10% coinsurance 30% coinsurance \nVirtual visits: No Charge; deductible does \nnot apply. See your benefit booklet* for \ndetails. \n\nSpecialist visit 10% coinsurance 30% coinsurance None \n\nPreventive care/screening/ \nimmunization \n\nNo Charge;  \ndeductible does not apply \n\n30% coinsurance \n\nYou may have to pay for services that arenâ€™t \npreventive. Ask your provider if the services \nneeded are preventive. Then check what \nyour plan will pay for. \n\nIf you have a test \nDiagnostic test (x-ray, blood work) 10% coinsurance 30% coinsurance Preauthorization may be required; see your \n\nbenefit booklet* for details. Imaging (CT/PET scans, MRIs)  10% coinsurance 30% coinsurance \n\nIf you need drugs to \ntreat your illness or \ncondition \nMore information about \nprescription drug \ncoverage is available \nat www.bcbsil.com \n\nGeneric drugs 10% coinsurance 30% coinsurance 34-day supply at Retail \n90-day supply at Mail Order \n \nFor Out-of-Network drug provider, you are \nresponsible for 30% of the eligible amount \nafter the coinsurance. \n \nCertain womenâ€™s preventive services will be \ncovered with no cost to the member. For a \nfull list of these prescriptions and/or services, \nplease contact Customer Service. \n\nPreferred brand drugs 10% coinsurance 30% coinsurance \n\nNon-preferred brand drugs 10% coinsurance 30% coinsurance \n\nSpecialty drugs  10% coinsurance Not Covered \n\nSpecialty drug coverage based on group \npolicy. Prior authorization may be required. \nAlliance Rx Walgreens Prime Specialty \nPharmacy Network.  \nSpecialty retail limited to a 30-day supply. \n\nIf you have outpatient \nsurgery \n\nFacility fee (e.g., ambulatory \nsurgery center) \n\n10% coinsurance 30% coinsurance Preauthorization may be required. \n\nPhysician/surgeon fees 10% coinsurance 30% coinsurance None \n\nhttp://www.bcbsil.com/\nhttp://www.bcbsil.com/\n\n\n    Page 3 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need \nimmediate medical \nattention \n\nEmergency room care 10% coinsurance 10% coinsurance \nNon-emergency use of the Emergency \nRoom not covered.  \n\nEmergency medical transportation 10% coinsurance 10% coinsurance \nPreauthorization may be required for          \nnon-emergency transportation; see your \nbenefit booklet* for details. \n\nUrgent care 10% coinsurance 30% coinsurance None \n\nIf you have a hospital \nstay \n\nFacility fee (e.g., hospital room) 10% coinsurance 30% coinsurance Preauthorization required. \n\nPhysician/surgeon fees 10% coinsurance 30% coinsurance None \n\nIf you need mental \nhealth, behavioral \nhealth, or substance \nabuse services \n\nOutpatient services 10% coinsurance 30% coinsurance \n\nPreauthorization may be required; see your \nbenefit booklet* for details. Virtual visits: No \nCharge; deductible does not apply. See your \nbenefit booklet* for details. \n\nInpatient services 10% coinsurance 30% coinsurance Preauthorization required. \n\nIf you are pregnant \n\nOffice visits 10% coinsurance 30% coinsurance \nCost sharing does not apply for preventive \nservices. Depending on the type of services, \ncoinsurance, or deductible may apply. \nMaternity care may include tests and \nservices described elsewhere in the SBC \n(i.e. ultrasound). \n\nChildbirth/delivery professional \nservices \n\n10% coinsurance 30% coinsurance \n\nChildbirth/delivery facility services 10% coinsurance 30% coinsurance None \n\nhttp://www.bcbsil.com/\n\n\n    Page 4 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need help \nrecovering or have \nother special health \nneeds \n\nHome health care 10% coinsurance 30% coinsurance \nLimited to 120 visits per benefit period. \nPreauthorization may be required. \n\nRehabilitation services 10% coinsurance  30% coinsurance \n\nLimited to 70 visits per benefit period for \noccupational therapy, 30 visits per benefit \nperiod for speech therapy, and 45 visits per \nbenefit period for physical therapy. \nUnlimited treatment for Pervasive \nDevelopmental Disorders per calendar year \nfor development.  \nPreauthorization may be required. \n\nHabilitation services 10% coinsurance 30% coinsurance \n\nSkilled nursing care 10% coinsurance 30% coinsurance \nLimited to 120 days per benefit period. \nPreauthorization may be required. \n\nDurable medical equipment 10% coinsurance 30% coinsurance \n\nBenefits are limited to items used to serve a \nmedical purpose. Durable Medical \nEquipment benefits are provided for both \npurchase and rental equipment (up to the \npurchase price). \nPreauthorization may be required. \n\nHospice services 10% coinsurance 30% coinsurance Preauthorization may be required. \n\nhttp://www.bcbsil.com/\n\n\n    Page 5 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf your child needs \ndental or eye care \n\nChildrenâ€™s eye exam 10% coinsurance 30% coinsurance \nLimited to one exam per person per calendar \nyear.  \n\nChildrenâ€™s glasses Not Covered Not Covered None \n\nChildrenâ€™s dental check-up Not Covered Not Covered None \n\n \nExcluded Services & Other Covered Services: \n\nServices Your Plan Generally Does NOT Cover (Check your policy or plan document for more information and a list of any other excluded services.) \n\nâ€¢ Dental care (Adult) \n\nâ€¢ Long-term care \n\nâ€¢ Non-emergency care when traveling outside the \nU.S. \n\nâ€¢ Routine foot care (with the exception of person \nwith diagnosis of diabetes) \n\nâ€¢ Weight loss programs  \n\n \n\nOther Covered Services (Limitations may apply to these services. This isnâ€™t a complete list. Please see your plan document.) \n\nâ€¢ Acupuncture (limited to 20 visits per calendar \nyear) \n\nâ€¢ Bariatric surgery \n\nâ€¢ Chiropractic care (Chiropractic and Osteopathic \nmanipulation limited to 30 visits per calendar \nyear) \n\nâ€¢ Cosmetic surgery (only for correcting congenital \ndeformities or conditions resulting from \naccidental injuries, scars, tumors, or diseases) \n\nâ€¢ Hearing aids  \n\nâ€¢ Infertility treatment (lifetime max of 4 IVF \nattempts and 6 artificial Insemination attempts) \n\nâ€¢ Private-duty nursing (with the exception of \ninpatient private duty nursing) (limited to 120 \nvisits per calendar year) \n\nâ€¢ Routine eye care (Adult) \n\n \n\nhttp://www.bcbsil.com/\n\n\n \n \n\n  Page 6 of 7 \n\nYour Rights to Continue Coverage: There are agencies that can help if you want to continue your coverage after it ends. The contact information for those \nagencies is: the plan at 1-888-902-8293 U.S. Department of Laborâ€™s Employee Benefits Security Administration at 1-866-444-EBSA (3272) or \nwww.dol.gov/ebsa/healthreform, or Department of Health and Human Services, Center for Consumer Information and Insurance Oversight, at 1-877-267-2323 \nx61565 or www.cciio.cms.gov. Other coverage options may be available to you too, including buying individual insurance coverage through the Health Insurance \nMarketplace. For more information about the Marketplace, visit www.HealthCare.gov or call 1-800-318-2596.  \n \nYour Grievance and Appeals Rights: There are agencies that can help if you have a complaint against your plan for a denial of a claim. This complaint is called a \ngrievance or appeal. For more information about your rights, look at the explanation of benefits you will receive for that medical claim. Your plan documents also \nprovide complete information to submit a claim, appeal, or a grievance for any reason to your plan. For more information about your rights, this notice, or assistance, \ncontact: Blue Cross and Blue Shield of Illinois at 1-888-902-8293 or visit www.bcbsil.com, or contact the U.S. Department of Labor\'s Employee Benefits Security \nAdministration at 1-866-444-EBSA (3272) or visit www.dol.gov/ebsa/healthreform. Additionally, a consumer assistance program can help you file your appeal. \nContact the Illinois Department of Insurance at (877) 527-9431 or visit http://insurance.illinois.gov.  \n \nDoes this plan provide Minimum Essential Coverage?  Yes \nMinimum Essential Coverage generally includes plans, health insurance available through the Marketplace or other individual market policies, Medicare, Medicaid, \nCHIP, TRICARE, and certain other coverage. If you are eligible for certain types of Minimum Essential Coverage, you may not be eligible for the premium tax credit. \n \nDoes this plan meet the Minimum Value Standards?  Yes  \nIf your plan doesnâ€™t meet the Minimum Value Standards, you may be eligible for a premium tax credit to help you pay for a plan through the Marketplace. \n \nLanguage Access Services: \nSpanish (EspaÃ±ol): Para obtener asistencia en EspaÃ±ol, llame al 1-888-902-8293. \nTagalog (Tagalog): Kung kailangan ninyo ang tulong sa Tagalog tumawag sa 1-888-902-8293. \n\nChinese (ä¸­æ–‡): å¦‚æžœéœ€è¦ä¸­æ–‡çš„å¸®åŠ©ï¼Œè¯·æ‹¨æ‰“è¿™ä¸ªå·ç  1-888-902-8293. \n\nNavajo (Dine): Dinek\'ehgo shika at\'ohwol ninisingo, kwiijigo holne\' 1-888-902-8293. \n \n\n \n\nTo see examples of how this plan might cover costs for a sample medical situation, see the next section. \n\nhttp://www.dol.gov/ebsa/healthreform\nhttp://www.cciio.cms.gov/\nhttp://www.healthcare.gov/\nhttp://www.bcbsil.com/\nhttp://www.dol.gov/ebsa/healthreform\nhttp://insurance.illinois.gov/\n\n\n    Page 7 of 7 \n\n \n\n  \nThe plan would be responsible for the other costs of these EXAMPLE covered services. \n\nPeg is Having a Baby \n(9 months of in-network pre-natal care and a \n\nhospital delivery) \n\n \n\nMiaâ€™s Simple Fracture \n(in-network emergency room visit and follow \n\nup care) \n\n \n\nManaging Joeâ€™s Type 2 Diabetes \n(a year of routine in-network care of a well-\n\ncontrolled condition)  \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n \n \nâ—¼ The planâ€™s overall deductible   $1,500 \nâ—¼ Specialist coinsurance 10% \nâ—¼ Hospital (facility) coinsurance 10% \nâ—¼ Other coinsurance 10% \n \nThis EXAMPLE event includes services like:  \nSpecialist office visits (prenatal care) \nChildbirth/Delivery Professional Services \nChildbirth/Delivery Facility Services \nDiagnostic tests (ultrasounds and blood work) \nSpecialist visit (anesthesia)  \n \n\nTotal Example Cost $12,700 \n  \n\nIn this example, Peg would pay: \n\nCost Sharing \n\nDeductibles $1,500 \n\nCopayments $0 \n\nCoinsurance $1,100 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $60 \n\nThe total Peg would pay is $2,660 \n\n \n\n \n \n \n \n \n \n \n \nâ—¼ The planâ€™s overall deductible   $1,500 \nâ—¼ Specialist coinsurance 10% \nâ—¼ Hospital (facility) coinsurance 10% \nâ—¼ Other coinsurance 10% \n \nThis EXAMPLE event includes services like:  \nPrimary care physician office visits (including \ndisease education) \nDiagnostic tests (blood work) \nPrescription drugs  \nDurable medical equipment (glucose meter)  \n \n\nTotal Example Cost $5,600 \n\n  \n\nIn this example, Joe would pay: \n\nCost Sharing \n\nDeductibles $1,500 \n\nCopayments $0 \n\nCoinsurance $400 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $20 \n\nThe total Joe would pay is $1,920 \n\n \n\n \n \n \n \n \n \n \n  \nâ—¼ The planâ€™s overall deductible               $1,500 \nâ—¼ Specialist coinsurance                             10% \nâ—¼ Hospital (facility) coinsurance                 10% \nâ—¼ Other coinsurance                                    10% \n \nThis EXAMPLE event includes services like:  \nEmergency room care (including medical \nsupplies) \nDiagnostic test (x-ray) \nDurable medical equipment (crutches) \nRehabilitation services (physical therapy) \n \n\nTotal Example Cost $2,800 \n  \n\nIn this example, Mia would pay: \n\nCost Sharing \n\nDeductibles $1,500 \n\nCopayments $0 \n\nCoinsurance $100 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $0 \n\nThe total Mia would pay is $1,600 \n\n \n\n  \n\nAbout these Coverage Examples: \n\n \n\n \n\n \n\nThis is not a cost estimator. Treatments shown are just examples of how this plan might cover medical care. Your actual costs will be \ndifferent depending on the actual care you receive, the prices your providers charge, and many other factors. Focus on the cost sharing \namounts (deductibles, copayments and coinsurance) and excluded services under the plan. Use this information to compare the portion of \ncosts you might pay under different health plans. Please note these coverage examples are based on self-only coverage.    \n\n\n\n \n\n  \nbcbsil.com \n\n      Health care coverage is important for everyone. \nWe provide free communication aids and services for anyone with a disability or who needs language assistance. We do not discriminate \n\non the basis of race, color, national origin, sex, gender identity, age, sexual orientation, health status or disability. \n\nTo receive language or communication assistance free of charge, please call us at 855-710-6984. \n\nIf you believe we have failed to provide a service, or think we have discriminated in another way, contact us to file a grievance.  \n\nOffice of Civil Rights Coordinator Phone:  855-664-7270 (voicemail) \n300 E. Randolph St. TTY/TDD: 855-661-6965 \n35th Floor Fax:  855-661-6960 \nChicago, Illinois 60601  \n\nYou may file a civil rights complaint with the U.S. Department of Health and Human Services, Office for Civil Rights, at: \n\nU.S. Dept. of Health & Human Services  Phone: 800-368-1019 \n200 Independence Avenue SW TTY/TDD: 800-537-7697 \nRoom 509F, HHH Building 1019 Complaint Portal: https://ocrportal.hhs.gov/ocr/portal/lobby.jsf \nWashington, DC 20201 Complaint Forms: http://www.hhs.gov/ocr/office/file/index.html \n\nhttps://ocrportal.hhs.gov/ocr/portal/lobby.jsf\nhttp://www.hhs.gov/ocr/office/file/index.html\n\n\n \n\n  \nbcbsil.com \n\n \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13429, 570, '_relevanssi_pdf_content', '\nSummary of Benefits and Coverage: What this Plan Covers & What You Pay For Covered Services Coverage Period: 01/01/2023 â€“ 12/31/2023 \nCF INDUSTRIES HOLDINGS, INC.: PPO Plan  Coverage for: Individual/Family | Plan Type: PPO \n\n  Page 1 of 8 \n\nThe Summary of Benefits and Coverage (SBC) document will help you choose a health plan. The SBC shows you how you and the plan would \nshare the cost for covered health care services. NOTE: Information about the cost of this plan (called the premium) will be provided separately. \nThis is only a summary. For more information about your coverage, or to get a copy of the complete terms of coverage, call 1-888-902-8293 or at \nwww.bcbsil.com. For general definitions of common terms, such as allowed amount, balance billing, coinsurance, copayment, deductible, provider, or other \n\nunderlined terms, see the Glossary. You can view the Glossary at www.healthcare.gov/sbc-glossary/ or call 1-855-756-4448 to request a copy. \n  \n\nImportant Questions Answers Why This Matters: \n\nWhat is the overall \ndeductible? \n\nFor In-Network:                                                       \n$1,000 Individual / $2,000 Family \nFor Out-of-Network:                                                 \n$2,000 Individual / $4,000 Family \n\nGenerally, you must pay all of the costs from providers up to the deductible amount \nbefore this plan begins to pay. If you have other family members on the plan, each \nfamily member must meet their own individual deductible until the total amount of \ndeductible expenses paid by all family members meets the overall family deductible.  \n\nAre there services \ncovered before you meet \nyour deductible? \n\n \nYes. Certain preventive care, emergency \nroom services and prescription drugs are \ncovered before you meet your deductible. \n\nThis plan covers some items and services even if you havenâ€™t yet met the deductible \namount. But a copayment or coinsurance may apply. For example, this plan covers \ncertain preventive services without cost sharing and before you meet your deductible. \nSee a list of covered preventive services at www.healthcare.gov/coverage/preventive-\ncare-benefits/. \n\nAre there other \ndeductibles for specific \nservices? \n\nNo. You donâ€™t have to meet deductibles for specific services. \n\nWhat is the out-of-pocket \nlimit for this plan? \n\nFor In-Network:                              \n$2,500 Individual / $5,000 Family \nFor Out-of-Network:                                             \n$5,000 Individual / $10,000 Family  \n\nThe out-of-pocket limit is the most you could pay in a year for covered services.  \nIf you have other family members in this plan, they have to meet their own out-of-\npocket limits until the overall family out-of-pocket limit has been met. \n\nWhat is not included in \nthe out-of-pocket limit? \n\nPremiums, balance-billing charges, and \nhealth care this plan doesnâ€™t cover. \n\nEven though you pay these expenses, they donâ€™t count toward the out-of-pocket limit. \n\nWill you pay less if you \nuse a network provider? \n\nYes. See www.bcbsil.com or call  \n1-888-902-8293 for a list of network \nproviders. \n\nThis plan uses a provider network. You will pay less if you use a provider in the planâ€™s \nnetwork. You will pay the most if you use an out-of-network provider, and you might \nreceive a bill from a provider for the difference between the providerâ€™s charge and what \nyour plan pays (balance billing). Be aware, your network provider might use an out-of-\nnetwork provider for some services (such as lab work). Check with your provider before \nyou get services. \n\nDo you need a referral to \nsee a specialist? \n\nNo.  You can see the specialist you choose without a referral. \n\n \n \n \n \n \n\nhttp://www.bcbsil.com/\nhttp://www.healthcare.gov/sbc-glossary/\nhttps://www.healthcare.gov/coverage/preventive-care-benefits/\nhttps://www.healthcare.gov/coverage/preventive-care-benefits/\nhttp://www.bcbsil.com/\n\n\n    Page 2 of 8 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nAll copayment and coinsurance costs shown in this chart are after your deductible has been met, if a deductible applies. \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you visit a health \n\ncare providerâ€™s office \nor clinic \n\nPrimary care visit to treat an \ninjury or illness \n\n10% coinsurance 30% coinsurance \nVirtual visits: No Charge; deductible applies. \nSee your benefit booklet* for details. \n\nSpecialist visit 10% coinsurance 30% coinsurance None \n\nPreventive care/screening/ \n\nimmunization \n\nNo Charge;  \n\ndeductible does not apply \n30% coinsurance \n\nYou may have to pay for services that arenâ€™t \npreventive. Ask your provider if the services \nneeded are preventive. Then check what \nyour plan will pay for. \n\nIf you have a test \n\nDiagnostic test (x-ray, blood \nwork) \n\n10% coinsurance 30% coinsurance Preauthorization may be required; see your \n\nbenefit booklet* for details. \nImaging (CT/PET scans, MRIs)  10% coinsurance 30% coinsurance \n\nhttp://www.bcbsil.com/\n\n\n    Page 3 of 8 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need drugs to \ntreat your illness or \ncondition \nMore information about \nprescription drug \ncoverage is available \nat www.bcbsil.com \n\nGeneric drugs \n\n$10 copay/prescription \n(34-day retail) \n$20 copay/prescription  \n(90-day retail)  \n$20 copay/prescription \n(mail order);  \ndeductible does not apply  \n\n$10 copay/prescription \n(34-day retail) \n$20 copay/prescription \n(90-day retail); deductible \ndoes not apply 34-day supply at Retail \n\n90-day supply at Mail Order \n \nFor Out-of-Network drug provider, you are \nresponsible for 30% of the eligible amount \nafter the copay.  \n \nCertain womenâ€™s preventive services will be \ncovered with no cost to the member. For a \nfull list of these prescriptions and/or services, \nplease contact Customer Service. \n\nPreferred brand drugs \n\n$40 copay/prescription \n(34-day retail) \n$80 copay/prescription  \n(90-day retail) \n$80 copay/prescription \n(mail order);  \ndeductible does not apply  \n\n$40 copay/prescription \n(34-day retail) \n$80 copay/prescription \n(90-day retail); deductible \ndoes not apply \n \n\nNon-preferred brand drugs \n\n$55 copay/prescription  \n(34-day retail) \n$110 copay/prescription \n(90-day retail) \n$110 copay/prescription \n(mail order);  \ndeductible does not apply \n\n$55 copay/prescription \n(34-day retail) \n$110 copay/prescription \n(90-day retail); deductible \ndoes not apply \n \n\nSpecialty drugs  \n$10/$40/$55 copay/ \nprescription (retail); \ndeductible does not apply \n\nNot Covered \n\nSpecialty drug coverage based on group \npolicy. Prior authorization may be required. \nAlliance Rx Walgreens Prime Specialty \nPharmacy Network. Specialty retail limited to \na 30-day supply. \n\nIf you have outpatient \nsurgery \n\nFacility fee (e.g., ambulatory \nsurgery center) \n\n10% coinsurance 30% coinsurance Preauthorization may be required. \n\nPhysician/surgeon fees 10% coinsurance 30% coinsurance None \n\nhttp://www.bcbsil.com/\nhttp://www.bcbsil.com/\n\n\n    Page 4 of 8 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need \nimmediate medical \nattention \n\nEmergency room care \n10% coinsurance; \ndeductible does not apply \n\n10% coinsurance; \ndeductible does not apply \n\nNon-emergency use of the Emergency \nRoom not covered.  \n\nEmergency medical \ntransportation \n\n10% coinsurance 10% coinsurance \nPreauthorization may be required for          \nnon-emergency transportation; see your \nbenefit booklet* for details. \n\nUrgent care 10% coinsurance 30% coinsurance None \n\nIf you have a hospital \nstay \n\nFacility fee (e.g., hospital room) 10% coinsurance 30% coinsurance Preauthorization required. \n\nPhysician/surgeon fees 10% coinsurance 30% coinsurance None \n\nIf you need mental \nhealth, behavioral \nhealth, or substance \nabuse services \n\nOutpatient services 10% coinsurance 30% coinsurance \n\nPreauthorization may be required; see your \nbenefit booklet* for details. Virtual visits: No \nCharge; deductible applies. See your benefit \nbooklet* for details. \n\nInpatient services 10% coinsurance 30% coinsurance Preauthorization required. \n\nIf you are pregnant \n\nOffice visits 10% coinsurance 30% coinsurance Cost sharing does not apply for preventive \nservices. Depending on the type of services, \ncoinsurance, or deductible may apply. \nMaternity care may include tests and \nservices described elsewhere in the SBC \n(i.e. ultrasound). \n\nChildbirth/delivery professional \nservices \n\n10% coinsurance 30% coinsurance \n\nChildbirth/delivery facility \nservices \n\n10% coinsurance 30% coinsurance None \n\nhttp://www.bcbsil.com/\n\n\n    Page 5 of 8 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need help \nrecovering or have \nother special health \nneeds \n\nHome health care 10% coinsurance 30% coinsurance \nLimited to 120 visits per benefit period. \nPreauthorization may be required. \n\nRehabilitation services \n10% coinsurance  \n \n\n30% coinsurance \nLimited to 70 visits per benefit period for \noccupational therapy, 30 visits per benefit \nperiod for speech therapy, and 45 visits per \nbenefit period for physical therapy. \nUnlimited treatment for Pervasive \nDevelopmental Disorders per calendar year \nfor development.  \nPreauthorization may be required. \n\nHabilitation services 10% coinsurance 30% coinsurance \n\nSkilled nursing care 10% coinsurance 30% coinsurance \nLimited to 120 days per benefit period. \nPreauthorization may be required. \n\nDurable medical equipment 10% coinsurance 30% coinsurance \n\nBenefits are limited to items used to serve a \nmedical purpose. Durable Medical \nEquipment benefits are provided for both \npurchase and rental equipment (up to the \npurchase price). \nPreauthorization may be required. \n\nHospice services 10% coinsurance 30% coinsurance Preauthorization may be required. \n\nhttp://www.bcbsil.com/\n\n\n    Page 6 of 8 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf your child needs \ndental or eye care \n\nChildrenâ€™s eye exam 10% coinsurance 30% coinsurance \nLimited to one exam per person per calendar \nyear.  \n\nChildrenâ€™s glasses Not Covered Not Covered None \n\nChildrenâ€™s dental check-up Not Covered Not Covered None \n\n \nExcluded Services & Other Covered Services: \n\nServices Your Plan Generally Does NOT Cover (Check your policy or plan document for more information and a list of any other excluded services.) \n\nâ€¢ Dental care (Adult) \n\nâ€¢ Long-term care \n\nâ€¢ Non-emergency care when traveling outside the \nU.S. \n\nâ€¢ Routine foot care (with the exception of person \nwith diagnosis of diabetes \n\nâ€¢ Weight loss programs  \n\n \n\nOther Covered Services (Limitations may apply to these services. This isnâ€™t a complete list. Please see your plan document.) \n\nâ€¢ Acupuncture \n\nâ€¢ Bariatric surgery \n\nâ€¢ Chiropractic care (Chiropractic and Osteopathic \nmanipulation limited to 30 visits per calendar \nyear) \n\nâ€¢ Cosmetic surgery (only for correcting congenital \ndeformities or conditions resulting from \naccidental injuries, scars, tumors, or diseases) \n\nâ€¢ Hearing aids  \n\nâ€¢ Infertility treatment (lifetime max of 4 IVF \nattempts and 6 artificial Insemination attempts) \n\nâ€¢ Private-duty nursing (with the exception of \ninpatient private duty nursing) (limited to 120 \nvisits per calendar year) \n\nâ€¢ Routine eye care (Adult) \n\nhttp://www.bcbsil.com/\n\n\n    Page 7 of 8 \n\n \n\n  \n \n \n\nYour Rights to Continue Coverage: There are agencies that can help if you want to continue your coverage after it ends. The contact information for those \nagencies is: the plan at 1-888-902-8293 U.S. Department of Laborâ€™s Employee Benefits Security Administration at 1-866-444-EBSA (3272) or \nwww.dol.gov/ebsa/healthreform, or Department of Health and Human Services, Center for Consumer Information and Insurance Oversight, at 1-877-267-2323 \nx61565 or www.cciio.cms.gov. Other coverage options may be available to you too, including buying individual insurance coverage through the Health Insurance \nMarketplace. For more information about the Marketplace, visit www.HealthCare.gov or call 1-800-318-2596.  \n\nYour Grievance and Appeals Rights: There are agencies that can help if you have a complaint against your plan for a denial of a claim. This complaint is called a \ngrievance or appeal. For more information about your rights, look at the explanation of benefits you will receive for that medical claim. Your plan documents also \nprovide complete information to submit a claim, appeal, or a grievance for any reason to your plan. For more information about your rights, this notice, or assistance, \ncontact: Blue Cross and Blue Shield of Illinois at 1-888-902-8293 or visit www.bcbsil.com, or contact the U.S. Department of Labor\'s Employee Benefits Security \nAdministration at 1-866-444-EBSA (3272) or visit www.dol.gov/ebsa/healthreform. Additionally, a consumer assistance program can help you file your appeal. \nContact the Illinois Department of Insurance at (877) 527-9431 or visit http://insurance.illinois.gov.  \n\nDoes this plan provide Minimum Essential Coverage?  Yes \nMinimum Essential Coverage generally includes plans, health insurance available through the Marketplace or other individual market policies, Medicare, Medicaid, \nCHIP, TRICARE, and certain other coverage. If you are eligible for certain types of Minimum Essential Coverage, you may not be eligible for the premium tax credit. \n\nDoes this plan meet the Minimum Value Standards?  Yes  \n\nIf your plan doesnâ€™t meet the Minimum Value Standards, you may be eligible for a premium tax credit to help you pay for a plan through the Marketplace. \n\nLanguage Access Services: \nSpanish (EspaÃ±ol): Para obtener asistencia en EspaÃ±ol, llame al 1-888-902-8293. \nTagalog (Tagalog): Kung kailangan ninyo ang tulong sa Tagalog tumawag sa 1-888-902-8293. \n\nChinese (ä¸­æ–‡): å¦‚æžœéœ€è¦ä¸­æ–‡çš„å¸®åŠ©ï¼Œè¯·æ‹¨æ‰“è¿™ä¸ªå·ç  1-888-902-8293. \n\nNavajo (Dine): Dinek\'ehgo shika at\'ohwol ninisingo, kwiijigo holne\' 1-888-902-8293. \n \n\nTo see examples of how this plan might cover costs for a sample medical situation, see the next section. \n\nhttp://www.dol.gov/ebsa/healthreform\nhttp://www.cciio.cms.gov/\nhttp://www.healthcare.gov/\nhttp://www.bcbsil.com/\nhttp://www.dol.gov/ebsa/healthreform\nhttp://insurance.illinois.gov/\n\n\n    Page 8 of 8 \n\n \n\n  \nThe plan would be responsible for the other costs of these EXAMPLE covered services. \n\nPeg is Having a Baby \n(9 months of in-network pre-natal care and a \n\nhospital delivery) \n\n \n\nMiaâ€™s Simple Fracture \n(in-network emergency room visit and follow \n\nup care) \n\n \n\nManaging Joeâ€™s Type 2 Diabetes \n(a year of routine in-network care of a well-\n\ncontrolled condition)  \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n \n \nâ—¼ The planâ€™s overall deductible   $1,000 \nâ—¼ Specialist coinsurance 10% \nâ—¼ Hospital (facility) coinsurance 10% \nâ—¼ Other coinsurance 10% \n \nThis EXAMPLE event includes services like:  \nSpecialist office visits (prenatal care) \nChildbirth/Delivery Professional Services \nChildbirth/Delivery Facility Services \nDiagnostic tests (ultrasounds and blood work) \nSpecialist visit (anesthesia)  \n \n\nTotal Example Cost $12,700 \n  \n\nIn this example, Peg would pay: \n\nCost Sharing \n\nDeductibles $1,000 \n\nCopayments $10 \n\nCoinsurance $1,200 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $60 \n\nThe total Peg would pay is $2,270 \n\n \n\n \n \n \n \n \n \n \n \nâ—¼ The planâ€™s overall deductible   $1,000 \nâ—¼ Specialist coinsurance 10% \nâ—¼ Hospital (facility) coinsurance 10% \nâ—¼ Other coinsurance 10% \n \nThis EXAMPLE event includes services like:  \nPrimary care physician office visits (including \ndisease education) \nDiagnostic tests (blood work) \nPrescription drugs  \nDurable medical equipment (glucose meter)  \n \n\nTotal Example Cost $5,600 \n\n  \n\nIn this example, Joe would pay: \n\nCost Sharing \n\nDeductibles $1,000 \n\nCopayments $700 \n\nCoinsurance $90 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $20 \n\nThe total Joe would pay is $1,810 \n\n \n\n \n \n \n \n \n \n \n  \nâ—¼ The planâ€™s overall deductible              $1,000 \nâ—¼ Specialist coinsurance                            10% \nâ—¼ Hospital (facility) coinsurance                10% \nâ—¼ Other coinsurance                                    10% \n \nThis EXAMPLE event includes services like:  \nEmergency room care (including medical \nsupplies) \nDiagnostic test (x-ray) \nDurable medical equipment (crutches) \nRehabilitation services (physical therapy) \n \n\nTotal Example Cost $2,800 \n  \n\nIn this example, Mia would pay: \n\nCost Sharing \n\nDeductibles $1,000 \n\nCopayments $10 \n\nCoinsurance $200 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $0 \n\nThe total Mia would pay is $1,210 \n\n \n\n  \n\nAbout these Coverage Examples: \n\n \n\n \n\n \n\nThis is not a cost estimator. Treatments shown are just examples of how this plan might cover medical care. Your actual costs will be \ndifferent depending on the actual care you receive, the prices your providers charge, and many other factors. Focus on the cost sharing \namounts (deductibles, copayments and coinsurance) and excluded services under the plan. Use this information to compare the portion of \ncosts you might pay under different health plans. Please note these coverage examples are based on self-only coverage.    \n\n\n\n \n\n  \nbcbsil.com \n\n         Health care coverage is important for everyone. \nWe provide free communication aids and services for anyone with a disability or who needs language assistance. We do not discriminate \n\non the basis of race, color, national origin, sex, gender identity, age, sexual orientation, health status or disability. \n\nTo receive language or communication assistance free of charge, please call us at 855-710-6984. \n\nIf you believe we have failed to provide a service, or think we have discriminated in another way, contact us to file a grievance.  \n\nOffice of Civil Rights Coordinator Phone:  855-664-7270 (voicemail) \n300 E. Randolph St. TTY/TDD: 855-661-6965 \n35th Floor Fax:  855-661-6960 \nChicago, Illinois   60601  \n\nYou may file a civil rights complaint with the U.S. Department of Health and Human Services, Office for Civil Rights, at:  \n\nU.S. Dept. of Health & Human Services  Phone: 800-368-1019 \n200 Independence Avenue SW TTY/TDD: 800-537-7697 \nRoom 509F, HHH Building 1019 Complaint Portal: https://ocrportal.hhs.gov/ocr/portal/lobby.jsf \nWashington, DC  20201 Complaint Forms: http://www.hhs.gov/ocr/office/file/index.html \n\nhttps://ocrportal.hhs.gov/ocr/portal/lobby.jsf\nhttp://www.hhs.gov/ocr/office/file/index.html\n\n\n \n\n  \nbcbsil.com \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13430, 689, '_relevanssi_pdf_content', '\n* A health care provider could be a doctor, primary care provider, physician assistant, nurse practitioner or other health care professional.\n** Recommendations may vary. Discuss the start and frequency of screenings with your health care provider, especially if you are at increased risk.\n\nScreenings\n\nWeight Every visit or at least annually\n\nBody Mass Index (BMI) Every visit or at least annually\n\nBlood Pressure (BP) Every visit or at least annually\n\nCholesterol\nAdults 40 to 75 years of age should be screened; or adults 20 to 39 years \nold who have risk for coronary heart disease. Talk with your health care \nprovider* about the starting and frequency of screening that is best for you.\n\nColon Cancer Screening\n\nAdults age 45-75 for colorectal cancer using: Guaiac Fecal Occult Blood Test \n(gFOBT) annually or; Fecal Immunochemical Testing (FIT) annually or; Fecal \nImmunochemical Testing (FIT)-DNA every 1-3 years or; Flexible \nsigmoidoscopy every 5 years or; Flexible sigmoidoscopy every 10 years with \nFIT annually or; Colonoscopy every 10 years or; CT Colonography every 5 \nyears.** The risks and benefits of different screening methods vary. For \ndetails about pharmacy benefit coverage, call the number on the back of \nyour Member I.D. card.\n\nDiabetes Screening\nThose with high blood pressure should be screened. Those who are \noverweight or have cardiovascular risk factors should be screened. All \nothers should be screened starting at age 45.**\n\nHepatitis C (HCV) Screening\nOnce for adults age 19-79. Most adults need to be screened only once. \nPersons with continued risk for HCV infection (eg, PWID) should be screened \nperiodically; and persons at high risk for infection\n\nHIV Screening\nAdults ages 19 to 65, older adults at increased risk and all pregnant women \nshould be screened. Those 26-45 years of age, should discuss their options \nwith their health care provider.\n\nAdult Health â€“ for \nages 19 and over\nPreventive care is very \nimportant for adults.  \nBy making some good, \nbasic health choices, \nwomen and men can \nboost their health and \nwellâ€‘being. Some of \nthese positive choices \ninclude:\n\nâ€¢ Eat a healthy diet\nâ€¢ Get regular exercise\nâ€¢ Donâ€™t use tobacco\nâ€¢ Limit alcohol use\nâ€¢ Strive for a \n\nhealthy weight\n\n2023\n\nAdult Wellness \nGuidelines\nMaking Preventive Care  \na Priority\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association\n\n\n\nAdult Health\nMen and women are encouraged to get care as needed, make smart choices and make regular screenings a priority. \nThat includes following a healthy lifestyle and getting recommended preventive care services. If everyone follows a game \nplan for better overall health, theyâ€™ll be more likely to win at wellness.\n\nIn addition to the services listed in the Adult Health section, you should also discuss the recommendations shown in the \nchart to the right with your health care provider.\n\nYou probably donâ€™t hesitate to ask your health care provider about nutrition and exercise, losing \nweight and stopping smoking. Other topics for discussion may include:\n\n* Recommendations may vary. Discuss screening options with your health care provider, especially if you are at increased risk. \nThe recommendations provided in the table are based on information from organizations such as the Advisory Committee on Immunization Practices, the American Academy of Family \nPhysicians, the American Cancer Society and the United States Preventive Services Task Force. The recommendations are not intended as medical advice nor meant to be a substitute for the \nindividual medical judgment of a health care provider. Please check with your health care provider for individualized advice on the recommendations provided. \n**  Coverage for preventive care services at no cost share may vary depending on your specific benefit plan and use of network providers.  \n\nFor questions, please call the Customer Service number on the back of your ID card. 22960.1122\n\nImmunizations (Vaccines)\n\nTetanus Diphtheria Pertussis (Td/Tdap) Get Tdap vaccine once, then a Td booster every 10 years\n\nInfluenza (Flu) Yearly\n\nHuman Papillomavirus (HPV) All Adults age 19-26, 2 or 3 doses depending on age at time of initial vaccination if not already given.\n** Those \n\n27-45 should discuss options with their health care provider.\n\nHerpes Zoster (Shingles) Two doses of RZV starting at age 50, or one dose of ZVL at age 60 or over. Discuss your options with your health care provider.*\n\nHepatitis B (Hep B) 2, 3, or 4 doses depending on vaccine or condition beginning at age 19-59. Discuss your options with your health care provider.*\n\nVaricella (Chicken Pox) 2 doses beginning at age 50.\n\nPneumococcal (Pneumonia) Ages 65 and over, one dose of PCV 15 followed by PPSV 23 OR one dose of PCV 20. Discuss your options with your health care provider.*\n\nMeasles, Mumps, Rubella (MMR) 1 or 2 doses for adults born in 1957 or later who have no evidence of immunity\n\nCOVID-19 Vaccine\nThe CDC recommends adults get the COVID-19 vaccine. Talk to your health care provider or pharmacist about \nthe COVID-19 vaccine and when you should get it.\n\nâ€¢ Dental health\nâ€¢ Problems with drugs or alcohol\nâ€¢ Sexual behavior and sexually transmitted diseases\nâ€¢ Feelings of depression\n\nâ€¢ Domestic violence\nâ€¢ Accident/injury prevention\nâ€¢ Preventing falls, especially for ages 65 and over\n\nLearn more. Additional sources of health information include: \nâ€¢  ahrq.gov/patients-consumers/prevention/index.html\nâ€¢ cancer.org/healthy/index \nâ€¢ cdc.gov/healthyliving/\n\nWomenâ€™s Recommendations\n\nMammogram At least every 2 years for women ages 50 to 74 Ages 40 to 49 should discuss the risks and benefits of screening with their health care provider\n\nCervical Cancer Screening\nWomen ages 21 to 65: Pap test every 3 years\nAnother option for ages 30 to 65: Pap test with HPV test every 5 years \nWomen who have had a hysterectomy or are over age 65 may not need a Pap test*\n\nOsteoporosis Screening Women who are at an increased risk for osteoporosis should be screened at ages 65 and older.\n\nIntensive Behavioral Counseling All sexually active individuals (12 years old and above) who are at increased risk for sexually transmitted infections (STIs).\n\nMenâ€™s Recommendations\n\nProstate Cancer Screening Discuss the benefits and risks of screening with your health care provider.** \n\nAbdominal Aortic Aneurysm Have an ultrasound once between ages 65 to 75 if you have ever smoked.\n\nIntensive Behavioral Counseling All sexually active individuals (12 years old and above) who are at increased risk for sexually transmitted infections (STIs).\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13431, 690, '_relevanssi_pdf_content', '\nGood health is a gift \nanyone would wish  \nfor a child, but it \ndoesnâ€™t happen \nwithout yourÂ help.\nSome things you can do to \nhelp keep your child well:\n\nâ€¢ Introduce good nutrition \nat an early age and be \na good roleÂ model\n\nâ€¢ Encourage lots of play \nand physical activity\n\nâ€¢ Keep up with \nrecommended vaccines\n\nBlue Cross and BlueÂ Shield \nof Illinois (BCBSIL) wants \nyour child to beÂ well.\n\nChildrenâ€™s Wellness Guidelines\nLaying the Groundwork for a Healthy Tomorrow\n\nChildrenâ€™s Health\n\nPut your child on the path to wellness. Schedule a yearly Well Child visit with your childâ€™s \nhealth care provider* following immunization guidelines. The health care provider will \nwatch your childâ€™s growth and progress and should talk with you about eating and \nsleeping habits, safety and behavior issues.\n\nAccording to the Bright Futures recommendations from the American Academy of \nPediatrics, the provider should:\n\nâ€¢ Check your childâ€™s Body Mass Index percentile regularly beginning at age 2\nâ€¢ Check blood pressure yearly, beginning at age 3\nâ€¢ Screen hearing at birth, then yearly from ages 4 to 6, then at ages 8 and 10\nâ€¢ Test vision yearly from ages 3 to 6, then at ages 8, 10, 12, and 15\nHelp protect your child from sickness. Make sure they get the recommended \nvaccinations shown in the charts. If your child has missed vaccinations, ask your health \ncare provider how to catch up.\n\nLearn more. An additional source of health information is available at healthychildren.org.\n\nPlease note: These recommendations are for healthy children who donâ€™t have any special health risks. Take time to check the following summaries of key preventive services.\n*A health care provider could be a doctor, primary care provider, physician assistant, nurse practitioner or other health care professional.\n\n2023\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association\n\n\n\nVaccine Birth 1 month\n2 \n\nmonths\n4 \n\nmonths\n6 \n\nmonths\n12 \n\nmonths\n15 \n\nmonths\n18 \n\nmonths\n11/2 - 3\nyears\n\n4 - 6 \nyears\n\nHepatitis B (HepB) â— â— â—\n\nRotavirus (RV)  \nRV1 (2 Dose Series);  \nRV 5 (3 Dose Series)\n\nâ— â— â—\n\nDiphtheria Tetanus \nand Pertussis (DTaP) â— â— â— â— â—\n\nHaemophilus\nInfluenzae Type B (Hib) â— â— â— â—\n\nPneumococcal\nConjugate (PCV) â— â— â— â—\n\nInactivated Polio\nVaccine (IPV) â— â— â— â—\n\nInfluenza (Flu) â— Recommended yearly starting at age 6 months with 2 doses given the first year\n\nMeasles, Mumps  \nand Rubella (MMR) â— â—\n\nVaricella (Chicken pox) â— â—\n\nHepatitis A (HepA) â—\n\nFirst dose:  \n12 to 23Â months\n\nSecond dose:  \n6 to 18Â months later\n\nâ—\n\nRoutine Childrenâ€™s Immunization Schedule1\n\nBe sure your child is up-to-date on immunizations and \nhealth screenings.\n\nAdolescents \n\nAs your children grow into adolescents, they should continue yearly preventive care visits  \nfor exams and scheduled immunizations. These visits give the health care provider a chance to:\n\nâ€¢ Discuss the importance of good eating habits and regular physical activity.\nâ€¢ Talk about avoiding alcohol, smoking and drugs.\nâ€¢ Screen for sexual activity and sexually transmitted diseases as appropriate.\nâ€¢  Screen for HIV between the ages of 15 and 18, or earlier if at increased risk.\n\nVaccine 7 - 10 years 11 - 12 years 13 - 15 years 16 years 17 - 18 years\n\nTetanus Diphtheria Pertussis (Tdap) â—\n\nHuman Papillomavirus (HPV) - boys and girls\nâ— \n\n2 doses\n\nMeningococcal (MenACWY) â— â—\n\nInfluenza (Flu) Yearly\n\n1. These recommendations come from the Centers for Disease Control and Prevention and the American Academy of Pediatrics (cdc.gov/vaccines/hcp/acip-recs/index.html). The \nrecommendations are not intended as medical advice nor meant to be a substitute for the individual medical judgment of a health care provider. Please check with your health care provider \nfor individual advice on the recommendations provided.\n\nCoverage for preventive services may vary depending on your specific benefit plan and use of network providers. For questions, please call the Customer Service number  \non the back of your ID card.\n\nRecommended Immunizations for ages 7 to 181\n\nâ—  One dose       Shaded areas indicate the vaccine can be given during shown age range.\n\n02682.1122\n\n3 dose series\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13432, 691, '_relevanssi_pdf_content', '\n2023\n\nPerinatal Wellness Guidelines\nRoutine recommendations for a healthy pregnancy\nFirst Prenatal Visit\nYour health care provider* will evaluate your personal \nhealth and family history to plan the best care for you \nand your new baby. The first visit is usually the longest, \nso be prepared. You may be asked about:\n\nâ€¢ The date of your last menstrual period to help predict \nwhen your baby will be born\n\nâ€¢ Health problems like diabetes, high blood pressure or \nsexually transmitted disease\n\nâ€¢ Past pregnancies and any complications\nâ€¢ Previous hospital admissions\nâ€¢ Current medicines, allergies to medicines and foods\nâ€¢ Vaccination history\nâ€¢ Whether you drink alcohol, use tobacco, or \n\nrecreational drugs\nâ€¢ Your diet and eating habits and how much you exercise\nâ€¢ Stress in your life\nâ€¢ How safe you feel in your current living arrangements\nâ€¢ Health history of the babyâ€™s father and your family history\n\nYour health care provider will also examine you, do some \ntests and offer advice He or she may:\n\nâ€¢ Check your height, weight and blood pressure\nâ€¢ Perform a physical exam, including a pelvic exam \nâ€¢ Take a urine and blood sample for analysis\nâ€¢ Prescribe prenatal vitamins\nâ€¢ Give recommended vaccinations, including but not \n\nlimited to Tdap and influenza\nâ€¢ Give recommended screening for hepatitis B virus \n\n(HBV) infection\nâ€¢ Provide education about what to expect during your \n\npregnancy\n\n*A health care provider could be a doctor (OB/GYN), primary care provider, physician assistant, nurse practitioner or other health care professional.\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association \n\n\n\nLater Prenatal Visits \n\nFollow-up visits usually take less time. Your health care \nprovider may also:\n\nâ€¢ Check your blood pressure \nâ€¢ Check your hands, feet and face for swelling\nâ€¢ Listen to the babyâ€™s heartbeat (beginning as early as \n\nweek nine)\nâ€¢ Perform an ultrasound (usually at weeks 18 to 20)\nâ€¢ Measure the size of your uterus\nâ€¢ Ask about the babyâ€™s movement\n\nNormally, you will see your health care provider every \nfour weeks for the first 28 weeks of pregnancy, then  \nevery two weeks until 36 weeks of pregnancy and then \nweekly until your baby is born. Talk with your health care \nprovider and bring a list of questions to every visit.\n\nAfter Giving Birth\nYou should schedule a visit with your obstetrician or \nother care provider within the first three weeks after \ngiving birth. A comprehensive visit should be done no \nlater than 12 weeks after birth. Your care provider:\n\nâ€¢ Will do an examination \nâ€¢ May do follow-up testing, if needed\nâ€¢ May give vaccinations, as needed\nâ€¢ May ask about breastfeeding\n\nYou may also be asked if you are feeling low, have  \nlost interest in usual activities, have difficulty caring \nfor your baby or have difficulty concentrating, \nfocusing or making decisions.\n\nDepending on your health and the health of your unborn baby, your health care provider may wish to see you more often and do additional testing.  \nThe recommendations are based on information from The American College of Obstetricians and Gynecologists. The recommendations are not intended  \nas medical advice nor meant to be a substitute for the individual medical judgment of a health care provider. Please check with your health care provider  \nfor individualized advice on the recommendations provided. \nSource: Guidelines for Perinatal Care, Seventh Edition, American Academy of Pediatrics and The American College of Obstetricians and Gynecologists\n\n227423.1122\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13433, 720, '_relevanssi_pdf_content', '\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13434, 721, '_relevanssi_pdf_content', '\nSupplement to Annual Funding Notice \nof CF Industries Holdings, Inc. Pension Plan (Plan) for \n\nPlan Year Beginning January 1, 2017 and Ending December 31, 2017 (Plan Year) \n\nThis is a temporary supplement to your annual funding notice which is required by the Moving Ahead for \nProgress in the 21st Century Act, the Highway and Transportation Funding Act of 2014, and the \nBipartisan Budget Act of 2015. These federal laws changed how pension plans calculate their liabilities. \nThe purpose of this supplement is to show you the effect of these changes. Prior to 2012, pension plans \ndetermined their liabilities using a two-year average of interest rates. Now pension plans also must take \ninto account a 25-year average of interest rates. This means that interest rates likely will be higher and \nplan liabilities lower than they were under prior law. As a result, your employer may contribute less money \nto the plan at a time when market interest rates are at or near historical lows. \n\nThe â€œInformation Tableâ€ compares the impact of using interest rates based on the 25-year average (the \nâ€œadjusted interest ratesâ€) and interest rates based on a two-year average on the Planâ€™s: (1) Funding \nTarget Attainment Percentage, (2) Funding Shortfall, and (3) Minimum Required Contribution. The \nfunding target attainment percentage is a measure of how well the plan is funded on a particular date. \nThe funding shortfall is the amount by which liabilities exceed net plan assets. The minimum required \ncontribution is the amount of money an employer is required by law to contribute to a plan in a given year. \nThe following table shows this information determined with and without the adjusted interest rates. The \ninformation is provided for the Plan Year and for each of the two preceding plan years, if applicable. \n\n \nInformation Table \n\n Plan Year Beginning 2017 Plan Year Beginning 2016 Plan Year Beginning 2015 \n With \n\nAdjusted \nInterest \n\nRates \n\nWithout \nAdjusted \n\nInterest \nRates \n\nWith \nAdjusted \n\nInterest \nRates \n\nWithout \nAdjusted \n\nInterest \nRates \n\nWith \nAdjusted \n\nInterest \nRates \n\nWithout \nAdjusted \n\nInterest \nRates \n\nFunding \nTarget \nAttainment \nPercentage \n\n91.15% 76.22% 90.66% 75.77% 102.85% 84.55% \n\nFunding \nShortfall \n\n$42,728,455 $137,319,952 $44,158,509 $137,170,456 $0 $86,156,197 \n\nMinimum \nRequired \nContribution \n\n$11,133,558 $34,972,219 $13,902,742 $37,860,512 $0 $28,112,311 \n\n \n \n\nPlease noteâ€”You are not required to respond to this notice. As Plan Administrator for the CF Industries  \nHoldings, Inc. Pension Plan, we are required by law to send this notice to you. It is intended to provide you with \nannual information regarding the funded status of your pension plan in an easy-to-read format based on the \nDepartment of Laborâ€™s model notice. \n\n\n\nAnnual Funding Notice \nFor \n\nCF Industries Holdings, Inc. Pension Plan \n\nIntroduction  \nThis notice includes important information about the funding status of your single-employer pension plan \n(the â€œPlanâ€). It also includes general information about the benefit payments guaranteed by the Pension \nBenefit Guaranty Corporation (â€œPBGCâ€), a federal insurance agency. All traditional pension plans (called \nâ€œdefined benefit pension plansâ€) must provide this notice every year regardless of their funding status. \nThis notice does not mean that the Plan is terminating. It is provided for informational purposes and you \nare not required to respond in any way. This notice is required by federal law. This notice is for the plan \nyear beginning January 1, 2017 and ending December 31, 2017 (â€œPlan Yearâ€). \n\nHow Well Funded Is Your Plan  \nThe law requires the administrator of the Plan to tell you how well the Plan is funded, using a measure \ncalled the â€œfunding target attainment percentage.â€ The Plan divides its Net Plan Assets by Plan Liabilities \nto get this percentage. In general, the higher the percentage, the better funded the plan. The Planâ€™s \nfunding target attainment percentage for the Plan Year and each of the two preceding plan years is \nshown in the chart below. The chart also shows you how the percentage was calculated. \n\nFunding Target Attainment Percentage \n\n  Plan Year Beginning in 2017 \nPlan Year \n\nBeginning in 2016 \nPlan Year \n\nBeginning in 2015 \n\n1. Valuation Date January 1, 2017 January 1, 2016 January 1, 2015 \n\n2. Plan Assets       \n\na. Total Plan Assets $564,862,875 $505,105,329 $548,959,861 \n\nb. Funding Standard Carryover \nBalance $52,333,880 $48,439,356 $49,157,049 \n\nc. Prefunding Balance $72,309,532 $27,591,200 $28,000,000 \n\nd. Net Plan Assets (a) â€“ (b) â€“ (c) = (d) $440,219,463 $429,074,773 $471,802,812 \n\n3. Plan Liabilities $482,947,918 $473,233,282 $458,715,037 \n\n4. At-Risk Liabilities not applicable not applicable not applicable \n\n5. Funding Target Attainment Percentage \n(2d)/(3) 91.15% 90.66% 102.85% \n\n \nPlan Assets and Credit Balances  \nThe chart above shows certain â€œcredit balancesâ€ called the Funding Standard Carryover Balance and \nPrefunding Balance. A plan might have a credit balance, for example, if in a prior year an employer \ncontributed money to the plan above the minimum level required by law. Generally, an employer may \ncredit the excess money toward the minimum level of contributions required by law that it must make in \nfuture years. Plans must subtract these credit balances from Total Plan Assets to calculate their Funding \nTarget Attainment Percentage. \n\n\n\nPlan Liabilities \nPlan Liabilities in line 3 of the chart above is an estimate of the amount of assets the Plan needs on the \nValuation Date to pay for promised benefits under the plan. \n\nYear-End Assets and Liabilities \nThe asset values in the chart above are measured as of the first day of the Plan Year. As of  \nDecember 31, 2017, the fair market value of the Planâ€™s assets was $589,610,346. On this same date, the \nPlanâ€™s liabilities, determined using market rates, were $595,670,096. \n\nParticipant Information  \nThe total number of participants and beneficiaries covered by the Plan on the Valuation Date was 7,033. \nOf this number, 1,981 were current employees, 4,284 were retired and receiving benefits, and 768 were \nretired or no longer working for the employer and have a right to future benefits. \n\nFunding & Investment Policies  \nEvery pension plan must have a procedure to establish a funding policy for plan objectives. A funding \npolicy relates to how much money is needed to pay promised benefits.  \n\nThe pension funding policy of CF Industries is to contribute amounts sufficient to meet minimum legal \nfunding requirements plus discretionary amounts that CF Industries may deem to be appropriate.  \n\nPension plans also have investment policies. These generally are written guidelines or general \ninstructions for making investment management decisions. The objectives of the investment policy with \nrespect to the primary pension plan are to administer the assets of the plan for the benefit of the \nparticipants in compliance with all laws and regulations, and to establish an asset mix that provides for \ndiversification and considers the risk of various different asset classes with the purpose of generating \nfavorable investment returns. The policy considers circumstances such as participant demographics, time \nhorizon to retirement and liquidity needs, and provides guidelines for asset allocation, planning horizon, \ngeneral portfolio issues and investment manager evaluation criteria. \n\nUnder the investment policy, the Planâ€™s assets were allocated among the following categories of \ninvestments, as of the end of the Plan Year. These allocations are percentages of total assets: \n\nAsset Allocations Percentage \n\n1. Cash (interest-bearing and non-interest bearing) 0.5% \n2. U.S. Government Securities 2.5% \n3. Corporate Debt Instruments (other than employer securities):  \n Preferred 0.0% \n All Other 68.4% \n4. Corporate Stocks (other than employer securities):  \n Preferred 0.0% \n Common 0.0% \n5. Partnership/Joint Venture Interests 0.0% \n6. Real Estate (other than employer real property) 0.0% \n7. Loans (other than to participants) 0.0% \n8. Participant Loans 0.0% \n9. Value of Interest in Common/Collective Trusts 0.0% \n10. Value of Interest in Pooled Separate Accounts 0.0% \n11. Value of Interest in Master Trust Investment Accounts 0.0% \n12. Value of Interest in 103â€“12 Investment Entities 0.0% \n\n\n\nAsset Allocations Percentage \n\n13. Value of Interest in Registered Investment Companies (e.g., mutual funds) 23.0% \n14. Value of Funds Held in insurance co. General account (unallocated contracts) 0.0% \n15. Employer-Related Investments:  \n Employer Securities 0.0% \n Employer Real Property 0.0% \n16. Buildings and Other Property Used in Plan Operation 0.0% \n17. Other 5.6% \n\n \n\nRight to Request a Copy of the Annual Report  \nPension plans must file annual reports with the US Department of Labor. The report is called the â€œForm \n5500.â€ These reports contain financial and other information. You may obtain an electronic copy of your \nPlanâ€™s annual report by going to www.efast.dol.gov and using the search tool. Annual reports also are \navailable from the US Department of Labor, Employee Benefits Security Administrationâ€™s Public \nDisclosure Room at 200 Constitution Avenue, NW, Room N-1515, Washington, DC 20210, or by calling \n202.693.8673. Or you may obtain a copy of the Planâ€™s annual report by making a written request to the \nplan administrator. Annual reports do not contain personal information, such as the amount of your \naccrued benefits. You may contact your plan administrator if you want information about your accrued \nbenefits. Your plan administrator is identified below under â€œWhere To Get More Information.â€ \n\nSummary of Rules Governing Termination of Single-Employer Plans  \nIf a plan terminates, there are specific termination rules that must be followed under federal law. A \nsummary of these rules follows. \n\nThere are two ways an employer can terminate its pension plan. First, the employer can end a plan in a \nâ€œstandard terminationâ€ but only after showing the PBGC that such plan has enough money to pay all \nbenefits owed to participants. Under a standard termination, a plan must either purchase an annuity from \nan insurance company (which will provide you with periodic retirement benefits, such as monthly, for life \nor for a set period of time when you retire) or, if the plan allows, issue one lump-sum payment that covers \nyour entire benefit. Your plan administrator must give you advance notice that identifies the insurance \ncompany (or companies) selected to provide the annuity. The PBGCâ€™s guarantee ends upon the purchase \nof an annuity or payment of the lump-sum. If the plan purchases an annuity for you from an insurance \ncompany and that company becomes unable to pay, the applicable state guaranty association \nguarantees the annuity to the extent authorized by that stateâ€™s law. \n\nSecond, if the plan is not fully-funded, the employer may apply for a distress termination. To do so, \nhowever, the employer must be in financial distress and prove to a bankruptcy court or to the PBGC that \nthe employer cannot remain in business unless the plan is terminated. If the application is granted, the \nPBGC will take over the plan as trustee and pay plan benefits, up to the legal limits, using plan assets \nand PBGC guarantee funds. \n\nUnder certain circumstances, the PBGC may take action on its own to end a pension plan. Most \nterminations initiated by the PBGC occur when the PBGC determines that plan termination is needed to \nprotect the interests of plan participants or of the PBGC insurance program. The PBGC can do so if, for \nexample, a plan does not have enough money to pay benefits currently due. \n\nBenefit Payments Guaranteed by the PBGC  \nWhen the PBGC takes over a plan, it pays pension benefits through its insurance program. Only benefits \nthat you have earned a right to receive and that cannot be forfeited (called vested benefits) are \nguaranteed. Most participants and beneficiaries receive all of the pension benefits they would have \nreceived under their plan, but some people may lose certain benefits that are not guaranteed. \n\n\n\nThe amount of benefits that PBGC guarantees is determined as of the plan termination date. However, if \na plan terminates during a plan sponsorâ€™s bankruptcy, then the amount guaranteed is determined as of \nthe date the sponsor entered bankruptcy. \n\nThe PBGC maximum benefit guarantee is set by law and is updated each calendar year. For a plan with \na termination date or sponsor bankruptcy date, as applicable in 2018, the maximum guarantee is \n$5,420.45 per month, or $65,045.40 per year, for a benefit paid to a 65-year-old retiree with no survivor \nbenefit. If a plan terminates during a plan sponsorâ€™s bankruptcy, the maximum guarantee is fixed as of the \ncalendar year in which the sponsor entered bankruptcy. The maximum guarantee is lower for an \nindividual who begins receiving benefits from PBGC before age 65 reflecting the fact that younger retirees \nare expected to receive more monthly pension checks over their lifetimes. Similarly, the maximum \nguarantee is higher for an individual who starts receiving benefits from PBGC after age 65. The maximum \nguarantee by age can be found on PBGCâ€™s website, www.pbgc.gov. The guaranteed amount is also \nreduced if a benefit will be provided to a survivor of the plan participant. \n\nThe PBGC guarantees â€œbasic benefitsâ€ earned before a plan is terminated, which include: \n\nï‚§ Pension benefits at normal retirement age;  \n\nï‚§ Most early retirement benefits;  \n\nï‚§ Annuity benefits for survivors of plan participants; and  \n\nï‚§ Disability benefits for a disability that occurred before the date the plan terminated or the date the \nsponsor entered bankruptcy, as applicable. \n\nThe PBGC does not guarantee certain types of benefits: \n\nï‚§ The PBGC does not guarantee benefits for which you do not have a vested right, usually because \nyou have not worked enough years for the company.  \n\nï‚§ The PBGC does not guarantee benefits for which you have not met all age, service, or other \nrequirements.  \n\nï‚§ Benefit increases and new benefits that have been in place for less than one year are not \nguaranteed. Those that have been in place for less than five years are only partly guaranteed.  \n\nï‚§ Early retirement payments that are greater than payments at normal retirement age may not be \nguaranteed. For example, a supplemental benefit that stops when you become eligible for Social \nSecurity may not be guaranteed.  \n\nï‚§ Benefits other than pension benefits, such as health insurance, life insurance, death benefits, \nvacation pay, or severance pay, are not guaranteed.  \n\nï‚§ The PBGC generally does not pay lump sums exceeding $5,000.  \n\nIn some circumstances, participants and beneficiaries still may receive some benefits that are not \nguaranteed. This depends on how much money the terminated plan has and how much the PBGC \nrecovers from employers for plan underfunding. \n\nFor additional general information about the PBGC and the pension insurance program guarantees, go to \nthe â€œGeneral FAQs about PBGCâ€ on PBGCâ€™s website at www.pbgc.gov/generalfaqs. Please contact your \nemployer or plan administrator for specific information about your pension plan or pension benefit. PBGC \ndoes not have that information. See â€œWhere to Get More Informationâ€ below. \n\nWhere to Get More Information  \nFor more information about this notice, you may contact the CF Industries Pension Center, at PO Box 20 \nLincolnshire, IL 60069-0020 or 866.234.9977. For identification purposes, the official plan number is 002 \nand the plan sponsorâ€™s name and employer identification number or â€œEINâ€ are CF Industries Holdings, Inc.  \nand 20-2697511.  \n\n\n\nAdditional Information \nYou can access a copy of the CF Industries Holdings, Inc. Pension Plan Summary Plan Description by \nvisiting www.CFtotalrewards.com. \n\nDisclosure Statement and Disclaimer \nThis notice is intended to comply with the requirements of section 101(f) of the Employee Retirement \nIncome Security Act of 1974, as amended. The disclosures provided in this notice are based on \ninformation available and believed to be accurate as of the date this notice is provided. All computations \nreflected in these disclosures have been performed based on a good faith interpretation of the applicable \nstatutory and regulatory guidance in effect on the date this notice is provided. Such information and \ncomputations include, but are not limited to, the measurement of plan liabilities, reported values of plan \nassets, and allocation of assets. However, actual results for the Plan Year may change and will not be \nconsidered final until filed with the Department of Labor as part of the Annual Report (i.e., the Form \n5500). Subsequently, such results will change only by amendment of the Annual Report for the Plan \nYear. See the Right to Request a Copy of the Annual Report section for information about how to obtain a \ncopy of the Annual Report. The plan sponsor does not undertake any obligation to update or publicly \nrelease any revisions to this notice, and no such revisions will be issued, to reflect any changes, including \nbut not limited to, changes in the manner in which particular calculations are performed, changes in \nexpectations, the adoption of plan amendments or any other events or circumstances occurring after this \nnotice is provided. \n\n\n\nCF Industries Holdings, Inc. Pension Plan \nNotice of Availability of Benefit Statement \n\nWe wanted to remind you of your ability to request an estimate of your plan benefit. You can request an \nestimate of your current accrued benefit, or you can request an estimate of your benefit projected to a \nfuture date. \n\nPlease visit https://pension.hewitt.com/cfindustries if you would like to model your pension benefits. If you \nneed additional information, call the CF Industries Pension Center toll-free at 866.234.9977. CF Industries \nPension Center Representatives are available between 9 a.m. and 5 p.m. Central time, Monday through \nFriday. \n\n\n	Supplement to Annual Funding Notice of CF Industries Holdings, Inc. Pension Plan (Plan) for Plan Year Beginning January 1, 2017 and Ending December 31, 2017 (Plan Year)\n	Annual Funding Notice For CF Industries Holdings, Inc. Pension Plan\n	Introduction\n	How Well Funded Is Your Plan\n	Plan Assets and Credit Balances\n	Plan Liabilities\n	Year-End Assets and Liabilities\n	Participant Information\n	Funding & Investment Policies\n	Right to Request a Copy of the Annual Report\n	Summary of Rules Governing Termination of Single-Employer Plans\n	Benefit Payments Guaranteed by the PBGC\n	Where to Get More Information\n	Additional Information\n	Disclosure Statement and Disclaimer\n\n	CF Industries Holdings, Inc. Pension Plan Notice of Availability of Benefit Statement\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13435, 769, '_relevanssi_pdf_content', '\nSummary of Benefits and Coverage: What this Plan Covers & What You Pay For Covered Services Coverage Period: 01/01/2023 â€“ 12/31/2023 \nCF INDUSTRIES HOLDINGS, INC.: PPO Plan  Coverage for: Individual/Family | Plan Type: PPO \n\n  Page 1 of 7 \n\nThe Summary of Benefits and Coverage (SBC) document will help you choose a health plan. The SBC shows you how you and the plan would \nshare the cost for covered health care services. NOTE: Information about the cost of this plan (called the premium) will be provided separately. \nThis is only a summary. For more information about your coverage, or to get a copy of the complete terms of coverage, call 1-888-902-8293 or at \nwww.bcbsil.com. For general definitions of common terms, such as allowed amount, balance billing, coinsurance, copayment, deductible, provider, or other \n\nunderlined terms, see the Glossary. You can view the Glossary at www.healthcare.gov/sbc-glossary/ or call 1-855-756-4448 to request a copy. \n  \nImportant Questions Answers Why This Matters: \n\nWhat is the overall \ndeductible? \n\nFor In-Network:                                                       \n$1,000 Individual / $2,000 Family \nFor Out-of-Network:                                                 \n$2,000 Individual / $4,000 Family \n\nGenerally, you must pay all of the costs from providers up to the deductible amount \nbefore this plan begins to pay. If you have other family members on the plan, each \nfamily member must meet their own individual deductible until the total amount of \ndeductible expenses paid by all family members meets the overall family deductible.  \n\nAre there services \ncovered before you meet \nyour deductible? \n\n \nYes. Certain preventive care, emergency \nroom services and prescription drugs are \ncovered before you meet your deductible. \n\nThis plan covers some items and services even if you havenâ€™t yet met the deductible \namount. But a copayment or coinsurance may apply. For example, this plan covers \ncertain preventive services without cost sharing and before you meet your deductible. \nSee a list of covered preventive services at www.healthcare.gov/coverage/preventive-\ncare-benefits/. \n\nAre there other \ndeductibles for specific \nservices? \n\nNo. You donâ€™t have to meet deductibles for specific services. \n\nWhat is the out-of-pocket \nlimit for this plan? \n\nFor In-Network:                              \n$2,500 Individual / $5,000 Family \nFor Out-of-Network:                                             \n$5,000 Individual / $10,000 Family  \n\nThe out-of-pocket limit is the most you could pay in a year for covered services.  \nIf you have other family members in this plan, they have to meet their own out-of-\npocket limits until the overall family out-of-pocket limit has been met. \n\nWhat is not included in \nthe out-of-pocket limit? \n\nPremiums, balance-billing charges, and \nhealth care this plan doesnâ€™t cover. \n\nEven though you pay these expenses, they donâ€™t count toward the out-of-pocket limit. \n\nWill you pay less if you \nuse a network provider? \n\nYes. See www.bcbsil.com or call  \n1-888-902-8293 for a list of network \nproviders. \n\nThis plan uses a provider network. You will pay less if you use a provider in the planâ€™s \nnetwork. You will pay the most if you use an out-of-network provider, and you might \nreceive a bill from a provider for the difference between the providerâ€™s charge and \nwhat your plan pays (balance billing). Be aware, your network provider might use an \nout-of-network provider for some services (such as lab work). Check with your \nprovider before you get services. \n\nDo you need a referral to \nsee a specialist? \n\nNo.  You can see the specialist you choose without a referral. \n\n \n \n \n \n \n\nhttp://www.bcbsil.com/\nhttp://www.healthcare.gov/sbc-glossary/\nhttps://www.healthcare.gov/coverage/preventive-care-benefits/\nhttps://www.healthcare.gov/coverage/preventive-care-benefits/\nhttp://www.bcbsil.com/\n\n\n    Page 2 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nAll copayment and coinsurance costs shown in this chart are after your deductible has been met, if a deductible applies. \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you visit a health \ncare providerâ€™s office \nor clinic \n\nPrimary care visit to treat an \ninjury or illness \n\n10% coinsurance 30% coinsurance \nVirtual visits: No Charge; deductible does \nnot apply. See your benefit booklet* for \ndetails. \n\nSpecialist visit 10% coinsurance 30% coinsurance None \n\nPreventive care/screening/ \n\nimmunization \n\nNo Charge;  \ndeductible does not apply \n\n30% coinsurance \n\nYou may have to pay for services that \narenâ€™t preventive. Ask your provider if the \nservices needed are preventive. Then \ncheck what your plan will pay for. \n\nIf you have a test \n\nDiagnostic test (x-ray, blood \nwork) \n\n10% coinsurance 30% coinsurance \nPreauthorization may be required; see your \nbenefit booklet* for details. \n\nImaging (CT/PET scans, MRIs)  10% coinsurance 30% coinsurance \n\nhttp://www.bcbsil.com/\n\n\n    Page 3 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need drugs to \ntreat your illness or \ncondition \nMore information about \nprescription drug \ncoverage is available \nat www.bcbsil.com \n\nGeneric drugs \n\n$10 copay/prescription \n(34-day retail) \n$20 copay/prescription  \n(90-day retail)  \n$20 copay/prescription \n(mail order);  \ndeductible does not apply  \n\n$10 copay/prescription \n(34-day retail) \n$20 copay/prescription \n(90-day retail); deductible \ndoes not apply \n\n34-day supply at Retail \n90-day supply at Mail Order \n \nFor Out-of-Network drug provider, you are \nresponsible for 30% of the eligible amount \nafter the copayment.  \n \nCertain womenâ€™s preventive services will be \ncovered with no cost to the member. For a \nfull list of these prescriptions and/or \nservices, please contact Customer Service. \n\nPreferred brand drugs \n\n$40 copay/prescription \n(34-day retail) \n$80 copay/prescription  \n(90-day retail) \n$80 copay/prescription \n(mail order);  \ndeductible does not apply  \n\n$40 copay/prescription \n(34-day retail) \n$80 copay/prescription \n(90-day retail); deductible \ndoes not apply \n \n\nNon-preferred brand drugs \n\n$55 copay/prescription  \n(34-day retail) \n$110 copay/prescription \n(90-day retail) \n$110 copay/prescription \n(mail order);  \ndeductible does not apply \n\n$55 copay/prescription \n(34-day retail) \n$110 copay/prescription \n(90-day retail); deductible \ndoes not apply \n \n\nSpecialty drugs  \n$10/$40/$55 copay/ \nprescription (retail); \ndeductible does not apply \n\nNot Covered \n\nSpecialty drug coverage based on group \npolicy. Prior authorization may be required. \nAlliance Rx Walgreens Prime Specialty \nPharmacy Network. Specialty retail limited \nto a 30-day supply. \n\nIf you have outpatient \nsurgery \n\nFacility fee (e.g., ambulatory \nsurgery center) \n\n10% coinsurance 30% coinsurance Preauthorization may be required. \n\nPhysician/surgeon fees 10% coinsurance 30% coinsurance None \n\nhttp://www.bcbsil.com/\nhttp://www.bcbsil.com/\n\n\n    Page 4 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need \nimmediate medical \nattention \n\nEmergency room care \n10% coinsurance; \ndeductible does not apply \n\n10% coinsurance; \ndeductible does not apply \n\nNon-emergency use of the Emergency \nRoom not covered.  \n\nEmergency medical \ntransportation \n\n10% coinsurance 10% coinsurance \nPreauthorization may be required for          \nnon-emergency transportation; see your \nbenefit booklet* for details. \n\nUrgent care 10% coinsurance 30% coinsurance None \n\nIf you have a hospital \nstay \n\nFacility fee (e.g., hospital room) 10% coinsurance 30% coinsurance Preauthorization required. \n\nPhysician/surgeon fees 10% coinsurance 30% coinsurance None \n\nIf you need mental \nhealth, behavioral \nhealth, or substance \nabuse services \n\nOutpatient services 10% coinsurance 30% coinsurance \n\nPreauthorization may be required; see your \nbenefit booklet* for details. Virtual visits: No \nCharge; deductible does not apply. See \nyour benefit booklet* for details. \n\nInpatient services 10% coinsurance 30% coinsurance Preauthorization required. \n\nIf you are pregnant \n\nOffice visits 10% coinsurance 30% coinsurance \nCost sharing does not apply for preventive \nservices. Depending on the type of \nservices, coinsurance, or deductible may \napply. Maternity care may include tests and \nservices described elsewhere in the SBC \n(i.e. ultrasound). \n\nChildbirth/delivery professional \nservices \n\n10% coinsurance 30% coinsurance \n\nChildbirth/delivery facility \nservices \n\n10% coinsurance 30% coinsurance None \n\nhttp://www.bcbsil.com/\n\n\n    Page 5 of 7 \n\n \n\n  \n* For more information about limitations and exceptions, see the plan or policy document at www.bcbsil.com.  \n \n\nCommon  \nMedical Event \n\nServices You May Need \n\nWhat You Will Pay \nLimitations, Exceptions, & Other \n\nImportant Information \nIn-Network Provider \n\n(You will pay the least) \nOut-of-Network Provider \n(You will pay the most)  \n\nIf you need help \nrecovering or have \nother special health \nneeds \n\nHome health care 10% coinsurance 30% coinsurance \nLimited to 120 visits per benefit period. \nPreauthorization may be required. \n\nRehabilitation services \n10% coinsurance  \n \n\n30% coinsurance \n\nLimited to 70 visits per benefit period for \noccupational therapy, 30 visits per benefit \nperiod for speech therapy, and 45 visits per \nbenefit period for physical therapy. \nUnlimited treatment for Pervasive \nDevelopmental Disorders per calendar year \nfor development. Preauthorization may be \nrequired. \n\nHabilitation services 10% coinsurance 30% coinsurance \n\nSkilled nursing care 10% coinsurance 30% coinsurance \nLimited to 120 days per benefit period. \nPreauthorization may be required. \n\nDurable medical equipment 10% coinsurance 30% coinsurance \n\nBenefits are limited to items used to serve a \nmedical purpose. Durable Medical \nEquipment benefits are provided for both \npurchase and rental equipment (up to the \npurchase price). Preauthorization may be \nrequired. \n\nHospice services 10% coinsurance 30% coinsurance Preauthorization may be required. \n\nIf your child needs \ndental or eye care \n\nChildrenâ€™s eye exam 10% coinsurance 30% coinsurance \nLimited to one exam per person per \ncalendar year.  \n\nChildrenâ€™s glasses Not Covered Not Covered None \nChildrenâ€™s dental check-up Not Covered Not Covered None \n\nExcluded Services & Other Covered Services: \n\nServices Your Plan Generally Does NOT Cover (Check your policy or plan document for more information and a list of any other excluded services.) \n\nâ€¢ Dental care (Adult) \nâ€¢ Long-term care \n\nâ€¢ Non-emergency care when traveling outside the \nU.S. \n\nâ€¢ Routine foot care (with the exception of person \nwith diagnosis of diabetes \n\nâ€¢ Weight loss programs  \n\nOther Covered Services (Limitations may apply to these services. This isnâ€™t a complete list. Please see your plan document.) \n\nâ€¢ Acupuncture (limited to 20 visits per calendar \nyear) \n\nâ€¢ Bariatric surgery \nâ€¢ Chiropractic care (Chiropractic and Osteopathic \n\nmanipulation limited to 30 visits per calendar \nyear) \n\nâ€¢ Cosmetic surgery (only for correcting congenital \ndeformities or conditions resulting from \naccidental injuries, scars, tumors, or diseases) \n\nâ€¢ Hearing aids  \nâ€¢ Infertility treatment (lifetime max of 4 IVF \n\nattempts and 6 artificial Insemination attempts) \n\nâ€¢ Private-duty nursing (with the exception of \ninpatient private duty nursing) (limited to 120 \nvisits per calendar year) \n\nâ€¢ Routine eye care (Adult) \n\nhttp://www.bcbsil.com/\n\n\n    Page 6 of 7 \n\n \n\n  \n \n \n\nYour Rights to Continue Coverage: There are agencies that can help if you want to continue your coverage after it ends. The contact information for those \nagencies is: the plan at 1-888-902-8293 U.S. Department of Laborâ€™s Employee Benefits Security Administration at 1-866-444-EBSA (3272) or \nwww.dol.gov/ebsa/healthreform, or Department of Health and Human Services, Center for Consumer Information and Insurance Oversight, at 1-877-267-2323 \nx61565 or www.cciio.cms.gov. Other coverage options may be available to you too, including buying individual insurance coverage through the Health Insurance \nMarketplace. For more information about the Marketplace, visit www.HealthCare.gov or call 1-800-318-2596.  \n\nYour Grievance and Appeals Rights: There are agencies that can help if you have a complaint against your plan for a denial of a claim. This complaint is called a \ngrievance or appeal. For more information about your rights, look at the explanation of benefits you will receive for that medical claim. Your plan documents also \nprovide complete information to submit a claim, appeal, or a grievance for any reason to your plan. For more information about your rights, this notice, or assistance, \ncontact: Blue Cross and Blue Shield of Illinois at 1-888-902-8293 or visit www.bcbsil.com, or contact the U.S. Department of Labor\'s Employee Benefits Security \nAdministration at 1-866-444-EBSA (3272) or visit www.dol.gov/ebsa/healthreform. Additionally, a consumer assistance program can help you file your appeal. \nContact the Illinois Department of Insurance at (877) 527-9431 or visit http://insurance.illinois.gov.  \n\nDoes this plan provide Minimum Essential Coverage?  Yes \nMinimum Essential Coverage generally includes plans, health insurance available through the Marketplace or other individual market policies, Medicare, Medicaid, \nCHIP, TRICARE, and certain other coverage. If you are eligible for certain types of Minimum Essential Coverage, you may not be eligible for the premium tax credit. \n\nDoes this plan meet the Minimum Value Standards?  Yes  \nIf your plan doesnâ€™t meet the Minimum Value Standards, you may be eligible for a premium tax credit to help you pay for a plan through the Marketplace. \n\nLanguage Access Services: \nSpanish (EspaÃ±ol): Para obtener asistencia en EspaÃ±ol, llame al 1-888-902-8293. \nTagalog (Tagalog): Kung kailangan ninyo ang tulong sa Tagalog tumawag sa 1-888-902-8293. \n\nChinese (ä¸­æ–‡): å¦‚æžœéœ€è¦ä¸­æ–‡çš„å¸®åŠ©ï¼Œè¯·æ‹¨æ‰“è¿™ä¸ªå·ç  1-888-902-8293. \n\nNavajo (Dine): Dinek\'ehgo shika at\'ohwol ninisingo, kwiijigo holne\' 1-888-902-8293. \n \n\nTo see examples of how this plan might cover costs for a sample medical situation, see the next section. \n\nhttp://www.dol.gov/ebsa/healthreform\nhttp://www.cciio.cms.gov/\nhttp://www.healthcare.gov/\nhttp://www.bcbsil.com/\nhttp://www.dol.gov/ebsa/healthreform\nhttp://insurance.illinois.gov/\n\n\n    Page 7 of 7 \n\n \n\n  \nThe plan would be responsible for the other costs of these EXAMPLE covered services. \n\nPeg is Having a Baby \n(9 months of in-network pre-natal care and a \n\nhospital delivery) \n\n \n\nMiaâ€™s Simple Fracture \n(in-network emergency room visit and follow \n\nup care) \n\n \n\nManaging Joeâ€™s Type 2 Diabetes \n(a year of routine in-network care of a well-\n\ncontrolled condition)  \n\n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n \n \n \nâ—¼ The planâ€™s overall deductible   $1,000 \nâ—¼ Specialist coinsurance 10% \nâ—¼ Hospital (facility) coinsurance 10% \nâ—¼ Other coinsurance 10% \n \nThis EXAMPLE event includes services like:  \nSpecialist office visits (prenatal care) \nChildbirth/Delivery Professional Services \nChildbirth/Delivery Facility Services \nDiagnostic tests (ultrasounds and blood work) \nSpecialist visit (anesthesia)  \n \n\nTotal Example Cost $12,700 \n  \n\nIn this example, Peg would pay: \n\nCost Sharing \n\nDeductibles $1,000 \n\nCopayments $10 \n\nCoinsurance $1,200 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $60 \n\nThe total Peg would pay is $2,270 \n\n \n\n \n \n \n \n \n \n \n \nâ—¼ The planâ€™s overall deductible   $1,000 \nâ—¼ Specialist coinsurance 10% \nâ—¼ Hospital (facility) coinsurance 10% \nâ—¼ Other coinsurance 10% \n \nThis EXAMPLE event includes services like:  \nPrimary care physician office visits (including \ndisease education) \nDiagnostic tests (blood work) \nPrescription drugs  \nDurable medical equipment (glucose meter)  \n \n\nTotal Example Cost $5,600 \n\n  \n\nIn this example, Joe would pay: \n\nCost Sharing \n\nDeductibles $1,000 \n\nCopayments $700 \n\nCoinsurance $90 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $20 \n\nThe total Joe would pay is $1,810 \n\n \n\n \n \n \n \n \n \n \n  \nâ—¼ The planâ€™s overall deductible              $1,000 \nâ—¼ Specialist coinsurance                            10% \nâ—¼ Hospital (facility) coinsurance                10% \nâ—¼ Other coinsurance                                    10% \n \nThis EXAMPLE event includes services like:  \nEmergency room care (including medical \nsupplies) \nDiagnostic test (x-ray) \nDurable medical equipment (crutches) \nRehabilitation services (physical therapy) \n \n\nTotal Example Cost $2,800 \n  \n\nIn this example, Mia would pay: \n\nCost Sharing \n\nDeductibles $1,000 \n\nCopayments $10 \n\nCoinsurance $200 \n\nWhat isnâ€™t covered \n\nLimits or exclusions $0 \n\nThe total Mia would pay is $1,210 \n\n \n\n  \n\nAbout these Coverage Examples: \n\n \n\n \n\n \n\nThis is not a cost estimator. Treatments shown are just examples of how this plan might cover medical care. Your actual costs will be \ndifferent depending on the actual care you receive, the prices your providers charge, and many other factors. Focus on the cost sharing \namounts (deductibles, copayments and coinsurance) and excluded services under the plan. Use this information to compare the portion of \ncosts you might pay under different health plans. Please note these coverage examples are based on self-only coverage.    \n\n\n\n \n\n  \nbcbsil.com \n\n         Health care coverage is important for everyone. \nWe provide free communication aids and services for anyone with a disability or who needs language assistance. We do not discriminate \n\non the basis of race, color, national origin, sex, gender identity, age, sexual orientation, health status or disability. \n\nTo receive language or communication assistance free of charge, please call us at 855-710-6984. \n\nIf you believe we have failed to provide a service, or think we have discriminated in another way, contact us to file a grievance.  \n\nOffice of Civil Rights Coordinator Phone:  855-664-7270 (voicemail) \n300 E. Randolph St. TTY/TDD: 855-661-6965 \n35th Floor Fax:  855-661-6960 \nChicago, Illinois 60601  \n\nYou may file a civil rights complaint with the U.S. Department of Health and Human Services, Office for Civil Rights, at: \n\nU.S. Dept. of Health & Human Services  Phone: 800-368-1019 \n200 Independence Avenue SW TTY/TDD: 800-537-7697 \nRoom 509F, HHH Building 1019 Complaint Portal: https://ocrportal.hhs.gov/ocr/portal/lobby.jsf \nWashington, DC 20201 Complaint Forms: http://www.hhs.gov/ocr/office/file/index.html \n\nhttps://ocrportal.hhs.gov/ocr/portal/lobby.jsf\nhttp://www.hhs.gov/ocr/office/file/index.html\n\n\n \n\n  \nbcbsil.com \n\n\n');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13436, 770, '_relevanssi_pdf_content', '\n   *  Healthy Rewards is a discount program. Some Healthy Rewards programs are not available in all states and \nprograms may be discontinued at any time. If your health plan includes coverage for any of these services, \nthis program is in addition to, not instead of, your plan benefits. Healthy Rewards programs are separate \nfrom your your plan benefi ts. A discount program is NOT insurance, and you must pay the entire \ndiscounted charge. All goods, services and discounts offered through Healthy Rewards are provided by \nthird parties who are solely responsible for their products, services and discounts.\n\n**  Fitness Membership and Devices along with Yoga Products and Virtual Workouts can only be accessed by \nlogin into myCigna.com and navigating to Healthy Rewards Discount Program.\n\nHEALTHY CHOICES\nDESERVE\nHEALTHY DISCOUNTS\n\nStart saving today with Cigna Healthy RewardsÂ®*\nJust use your Cigna ID wallet card when you pay and let the \nsavings begin.\n\nGet discounts on the health products and programs you use  \nevery day for:\n\nâ€º Nutritional Meal Delivery Service \nâ€º Fitness Memberships and Devices**\nâ€º Vision Care, Lasik Surgery, Hearing Aids \nâ€º Alternative medicine\nâ€º Yoga Products and Virtual Workouts** \nReal brands. Real discounts. Real easy.\n\nLog into myCigna.com and navigate to Healthy Rewards  \nDiscount Program or call 800.870.3470.\n\nFor Cigna customers who donâ€™t \nhave access to myCigna.com \nand want an Active&Fit Directâ„¢ \ngym membership: \n\nâ€º Call 800.870.3470; and\nâ€º Press 3 to be transferred to \n\na customer service agent.    \n\nAll Cigna products and services are provided exclusively by or through operating subsidiaries of Cigna Corporation, including Cigna Health and Life Insurance Company, Connecticut General Life \nInsurance Company, Cigna Behavioral Health, Inc., and Cigna Health Management, Inc. The Cigna name, logo, and other Cigna marks are owned by Cigna Intellectual Property, Inc. All models are \nused for illustrative purposes only.\n\n939232 a  05/20     Â© 2020 Cigna. Some content provided under license. \n\nOffered by: Cigna Health and Life Insurance Company, Connecticut General Life Insurance Company or their affiliates. \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13437, 771, '_relevanssi_pdf_content', '\nNetBenefits AccessCardÂ®\nFrequently Asked Questions\n\n1. What is the NetBenefits AccessCardÂ®?\n\nThe NetBenefits AccessCardÂ® is a special-purpose VisaÂ® card \nthat provides an easy, automatic way to pay for qualified \nmedical expenses. The card provides electronic access to the \namounts set aside in your respective benefit accounts such as \nHealth Savings Accounts (HSAs), Flexible Spending Accounts \n(FSAs) and Health Reimbursement Arrangements (HRAs). \nPlease note that if you have a Limited Purpose FSA it can only \nbe used for vision and dental expenses at eye doctor and \ndentist offices or merchants that sell eyeglasses. You wonâ€™t \nbe able to use your card for over-the-counter vision and \ndental expenses. You can use another form of payment and \nsubmit  the receipt for reimbursement of qualified over-the-\ncounter items.\n\n2. How does the NetBenefits AccessCardÂ® work?\n\nThe value of your available HSA/FSA/HRA balance(s) is stored \non the NetBenefits AccessCardÂ®. You can use your card to \npay for qualified medical expenses at eligible merchants and \nservice providers that accept Visa debit cards for payment. \nThe eligible amount of the purchase will be deducted â€“ \nautomatically â€“ from the appropriate account based on the \ntype of merchant, expense type and available balance in the \naccount. If you have multiple account balances stored on your \nNetBenefits AccessCardÂ®, a predetermined hierarchy based \non the type of merchant is used to apply the different expense \ntypes to the appropriate account.\n\n3. Where may I use the NetBenefits AccessCardÂ®?\n\nInternal Revenue Service (IRS)  rules allow you to use your \nNetBenefits AccessCardÂ® in participating pharmacies, mail-\norder pharmacies, discount stores, and supermarkets that \ncan identify HSA/FSA/HRA-eligible items at checkout and \naccept Visa prepaid benefit cards. Eligible expenses are \ndeducted from the appropriate account balance(s) at the \npoint of sale. \n\nFSA/HRA transactions made in these locations are fully \nsubstantiated, and in most cases, no paper follow-up is \nneeded. Some FSA/HRA plan designs may also allow you to \nuse your card in pharmacies that have certified that 90% of \nthe merchandise they sell is HSA/FSA/HRA-eligible. However, \nsince these pharmacies cannot identify the eligible items at the \npoint of sale, another form of substantiation or paper follow-up \nwill be required for an FSA/HRA. In these instances, you will \nreceive a letter or notification from Fidelity Reimbursement \nAccount Services if there is a need to submit a receipt.\n\nYou may also use your card to pay a hospital, doctor, dentist \nor vision provider that accepts Visa prepaid benefit cards. For \nFSA/HRA, auto-substantiation technology is used to attempt to \nelectronically verify the transactionâ€™s eligibility according to IRS \nrules. If the transaction cannot be auto-substantiated, paper \nfollow-up will be required. In these instances, you will receive \na letter or notification from Fidelity Reimbursement Account \nServices if there is a need to submit a receipt. Important: If you \ndo not submit a receipt in a timely manner, we may restrict the \nuse of your FSA/HRA balance(s) on your NetBenefits \nAccessCardÂ® until your previous usage can be substantiated. \n\n4. How does the NetBenefits AccessCardÂ® work in\nparticipating pharmacies, discount stores, department\nstores and supermarkets?\n\nâ€¢ Present the card for payment of prescriptions and\neligible over-the-counter purchases and request that the\ntransaction be processed as a credit card.\n\nâ€¢ If the card transaction is approved (e.g., there are\nsufficient funds in the account and at least some of the\nproducts are HSA/FSA/HRA-eligible), the amount of\nthe FSA/HRA-eligible purchases is deducted from the\napplicable account balance(s) and no receipt follow-up\nis required. The clerk will then ask for another form of\npayment for the non-HSA/FSA/HRA-eligible items.\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\nâ€¢ If the card transaction is declined, the clerk will ask\nfor another form of payment for the total amount of\nthe purchase.\n\nâ€¢ Keep your receipts identifying the HSA/FSA/HRA-eligible\nitems you purchased. The receipt may also show a\nsubtotal of the HSA/FSA/HRA-eligible purchases.\n\nâ€¢ In most cases, you will not receive requests for receipts\nfor FSA/HRA-eligible purchases made in pharmacies,\ndiscount stores, department stores or supermarkets that\nhave a point of sale system that can identify HSA/FSA/\nHRA-eligible items at checkout.\n\nâ€¢ Always keep receipts in the event the IRS requests\ndocumentation.\n\n5. Are there places the NetBenefits AccessCardÂ®\nwonâ€™t be accepted?\n\nYes. The card will not be accepted at merchants that do \nnot offer eligible goods and services, such as hardware \nstores, restaurants, bookstores, gas stations and home \nimprovement stores. Even if the item you are purchasing is \nallowable under IRS rules, the card may be declined because \nthe merchant is not eligible. For FSA/HRA, please submit any \nreceipts for items that meet the IRS requirements purchased \nat a non-approved merchant for manual reimbursement. \n\nCards will not be accepted at pharmacies, mail-order \npharmacies, discount stores, department stores and \nsupermarkets where the point of sale system cannot identify \nHSA/FSA/HRA-eligible items at checkout. You cannot use \nyour NetBenefits AccessCardÂ® to get cash at an ATM.\n\n6. If asked, should I select â€œDebitâ€ or â€œCreditâ€?\n\nWhile you may have selected a Personal Identification \nNumber (PIN) for your card, only one large retail merchant can \ncurrently process a card transaction if a PIN is entered. To \nincrease the likelihood your transaction will be approved, we \nrecommend you select the â€œCreditâ€ option at the terminal. \nAsk the cashier if they can assist getting you past the PIN \nentry screen by using a â€œbypass buttonâ€ â€“ which may be \na green or orange button sometimes referred to as the \nâ€œcreditâ€ button. \n\nYou cannot use your NetBenefits AccessCardÂ® to get cash at \nan ATM. \n\n7. How does the NetBenefits AccessCardÂ® change how\nyou are reimbursed for expenses?\n\nWith the NetBenefits AccessCardÂ®, you can pay for \nqualified medical expenses with your available benefit \naccounts. Simply use your card to pay for your qualified \nmedical expenses and funds are automatically deducted from \nyour respective benefit account(s) for payment. The card \neliminates most out-of-pocket cash payments and paperwork, \nas well as the need to wait for reimbursements.\n\n8. Why do I need to save all my itemized\nreceipts?\n\nItemized receipts should be saved for all HSA, FSA \nand HRA purchases made with the NetBenefits AccessCardÂ®. \nYou may be asked to submit receipts to verify that your \nexpenses comply with IRS guidelines. Each receipt must \nshow: the merchant or provider name, the service received \nor the item purchased, the date, and the amount of the \npurchase. The IRS requires that every FSA/HRA card \ntransaction be substantiated. This can occur through \nautomated processing as outlined by the IRS (e.g., copay \nmatching, etc.). If the automated processing is unable to \nsubstantiate an FSA/HRA transaction, the IRS requires that \nitemized receipts be submitted in order to validate expense \neligibility. \n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n13. What dollar amount is available on\nthe NetBenefits AccessCardÂ® when it\nis activated?\n\nYour NetBenefits AccessCardÂ® will only contain a balance if \nyou have funds currently available to spend.\n\nFor HSA: \n\nFunds will not be available on the card until \nthere is an available core position/balance in \nyour account. If NetBenefits shows an HSA core \nposition/balance, the funds are available on the card. \n\nFor FSA:\n\nYour full annual election amount will be available on \nthe card on the first day of the plan year.\n\nFor HRA: \n\nCheck your plan documents to determine when your HRA \nfunds will be available. \n\nBefore you use your card, log on to NetBenefits \nand check your available account balance(s).\n\n14. May I use the NetBenefits AccessCardÂ® if I receive\na statement with a Patient Due Balance for a medical\nservice?\n\nFor medical services provided during the current plan year for \nyou or an eligible dependent, you can use your card for the \nbalance due if the provider accepts Visa debit cards. Follow \nthe directions on the statement, either by calling and \nproviding your card information over the phone, or by writing \nthe card number on the statement and sending it back to  the \nprovider.\n\n15. Sometimes you may be asked for the CVV when\npaying the balance due or when placing an order by\nphone or on-line. What is this and where is it found?\n\nCVV stands for â€œCard Verification Value.â€ It is a three-digit \nnumber that can be found on the back of the card to the right \nof the signature panel. \n\n9. Can I get an additional NetBenefits\nAccessCardÂ®?\n\nThe account owner will receive one NetBenefits \nAccessCardÂ® that will contain all eligible benefit accounts. \nTo request additional cards for your spouse or eligible \ndependents, you must complete an additional card request \nonline. Log on to NetBenefits and either\n\nâ€¢ Click on Request Additional Cards at the bottom of the\nReimbursement Accounts Summary,\nor\n\nâ€¢ Log on to FidelityDebitCard if you have an HSA.\n\n10. Will I receive a new NetBenefits\nAccessCardÂ® each year?\n\nNo. Funds in your HSA carry over from year to \nyear and will be available on your existing card. Every year \nthat you are enrolled in an FSA/HRA with the same \nemployer, that annual benefit election is added to your \nexisting card at the beginning of the plan year. Your card is \ngood through the expiration date shown on the front of the \nplastic. If you have at least one eligible account balance \navailable on your card, you will receive a new card during \nthe month your existing card expires.\n\n11. What if my NetBenefits AccessCardÂ® is lost\nor stolen?\n\nContact the NetBenefits AccessCardÂ® Debit Card \nServices team at 833-811-7432 as soon as you realize \nyour card is missing, so your current card can be turned off \nand a replacement card issued.\n\n12. How do I activate my card?\n\nCall the toll-free number on the activation sticker on \nthe front of the card to activate it. You cannot use your \nNetBenefits AccessCardÂ® until it has been activated. \n\nhttp://www.netbenefits.com\nhttp://www.netbenefits.com\nFidelityDebitCard.com\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n16. How do I know how much is in my accounts?\n\nTo view your current HSA/FSA/HRA balances and account \nactivity log on to NetBenefits. Always check your account \nbalances before making a purchase with your NetBenefits \nAccessCardÂ®. \n\n17. What if I have an expense that is more than the\namount left in my account(s)?\n\nWhen incurring an expense that is greater than the amount \nremaining in your account(s), you may be able to split the \ncost at the register. (Check with the merchant.) For example, \ntell the clerk to use your NetBenefits AccessCardÂ® for the \nexact amount left in your account(s), and then pay the \nremaining balance separately with another form of payment. \nIf the merchant is not able to split the cost at the register, a \ntransaction greater than the available balance in your account \nwill be declined and you will have to pay by other means.\n\n18. What are some reasons that the NetBenefits\nAccessCardÂ® might not work at the point of sale?\n\nThe most common reasons why a card may be declined at the \npoint of sale are: \n\nâ€¢ The card has not been activated.\n\nâ€¢ There are insufficient funds in the HSA/FSA/HRA to cover\nthe expense at the time the card is used.\n\nâ€¢ You used a PIN instead of using the card like a credit\ncard at a merchant that doesnâ€™t support health care PIN\ntransactions.\n\nâ€¢ Non-eligible expenses have been included at the point of\nsale. (Retry the transaction with the eligible expense only.)\n\nâ€¢ The pharmacy, discount store or supermarket cannot\nidentify HSA/FSA/HRA-eligible items at checkout\naccording to IRS rules.\n\nâ€¢ The merchant is encountering system processing problems.\n\n19. Whom do I call if I have questions about my\nNetBenefits AccessCardÂ®?\n\nContact the NetBenefits AccessCardÂ® Debit Card Services \nteam at 833-811-7432.\n\n20. Can I use the NetBenefits AccessCardÂ® to access\nlast yearâ€™s money left in an FSA this year?\n\nCheck with your employer for your specific plan guidelines. \nIf your plan has a grace period, you will have an additional \ntimeframe beyond the end of the plan year to incur qualified \nmedical expenses. This timeframe is determined by your \nemployer but cannot exceed the 2 Â½ month extension \nallowed by the IRS. \n\n21. How will I know to submit receipts for FSA/HRA\npurchases to verify a charge?\n\nYou will receive a letter or notification from Fidelity \nReimbursement Account Services if there is a need to submit \na receipt. All receipts should be saved per the IRS rules. \n\n22. What if I fail to submit FSA/HRA receipts to verify\na charge?\n\nIf receipts are not submitted as requested to verify an  FSA/\nHRA charge made with the NetBenefits AccessCardÂ®, then \nthe FSA/HRA balance on the card may be suspended until \nreceipts are received and you may be required to repay  the \namount charged. \n\nhttp://www.netbenefits.com\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n\nThe NetBenefits AccessCardÂ® is issued by PNC Bank, N.A., and the debit card program is administered \nby BNY Mellon Investment Servicing Trust Company. Those entities are not affiliated with each other or \nwith Fidelity. Visa is a registered trademark of Visa International Service Association, and is used by PNC \nBank pursuant to license from Visa U.S.A. Inc.\n\nFidelity Brokerage Services LLC, Member NYSE, SIPC 900 Salem Street, Smithfield, RI 02917\n\nÂ© 2021 FMR LLC. All rights reserved.\n\n926416.4.0\n\n\n	1 Netbenefits AccessCard FAQ 926416.4.1 FAQ02 final\n\n\n\nfile://NoURLProvided[06/15/2021 3:21:26 PM]\n\n\nSummary\n\n\nShows Replacements\n\n\nShows Insertions\n\n\nShows Deletions\n\n\n10\nTotal Changes\n\n\n\n\n\n\n\nNetBenefits AccessCardÂ®\nFrequently Asked Questions\n\n\n1. What is the NetBene its AccessCardÂ®?\n\n\nThe NetBenefits AccessCardÂ® is a special-purpose VisaÂ® card \nthat provides an easy, automatic way to pay for qualified \nmedical expenses. The card provides electronic access to the \namounts set aside in your respective benefit accounts such as \nHealth Savings Accounts (HSAs), Flexible Spending Accounts \n(FSAs) and Health Reimbursement Arrangements (HRAs).\nPlease note that if you have a Limited Purpose FSA it can only \nbe used for vision and dental expenses at eye doctor and \ndentist offices or merchants that sell eyeglasses. You wonâ€™t \nbe able to use your card for over-the-counter vision and \ndental expenses. You can use another form of payment and \nsubmit  the receipt for reimbursement of qualified over-the-\ncounter items.\n\n\n2. How does the NetBene its AccessCardÂ® work?\n\n\nThe value of your available HSA/FSA/HRA balance(s) is stored \non the NetBenefits AccessCardÂ®. You can use your card to \npay for qualified medical expenses at eligible merchants and \nservice providers that accept Visa debit cards for payment. The \neligible amount of the purchase will be deducted â€“ \nautomatically â€“ from the appropriate account based on the \ntype of merchant, expense type and available balance in the \naccount. If you have multiple account balances stored on your \nNetBenefits AccessCardÂ®, a predetermined hierarchy based on \nthe type of merchant is used to apply the different expense \ntypes to the appropriate account.\n\n\n3. Where may I use the NetBene its AccessCardÂ®?\n\n\nInternal Revenue Service (IRS) rules allow you to use your \nNetBenefits AccessCardÂ® in participating pharmacies, mail-\norder pharmacies, discount stores, and supermarkets that \ncan identify HSA/FSA/HRA-eligible items at checkout and \naccept Visa prepaid benefit cards. Eligible expenses are \ndeducted from the appropriate account balance(s) at the \npoint of sale. \n\n\nFSA/HRA transactions made in these locations are fully \nsubstantiated, and in most cases, no paper follow-up is \nneeded. Some FSA/HRA plan designs may also allow you to \nuse your card in pharmacies that have certified that 90% of \nthe merchandise they sell is HSA/FSA/HRA-eligible. However, \nsince these pharmacies cannot identify the eligible items at the \npoint of sale, another form of substantiation or paper follow-up \nwill be required for an FSA/HRA. In these instances, you will \nreceive a letter or notification from Fidelity Reimbursement \nAccount Services if there is a need to submit a receipt.\n\n\nYou may also use your card to pay a hospital, doctor, dentist \nor vision provider that accepts Visa prepaid benefit cards. For \nFSA/HRA, auto-substantiation technology is used to attempt to \nelectronically verify the transactionâ€™s eligibility according to IRS \nrules. If the transaction cannot be auto-substantiated, paper \nfollow-up will be required. In these instances, you will receive \na letter or notification from Fidelity Reimbursement Account \nServices if there is a need to submit a receipt. Important: If you \ndo not submit a receipt in a timely manner, we may restrict \nthe use of your FSA/HRA balance(s) on your NetBenefits \nAccessCardÂ® until your previous usage can be substantiated. \n\n\n4. How does the NetBenefits AccessCardÂ® work in \nparticipating pharmacies, discount stores, department \nstores and supermarkets?\n\n\nâ€¢ Present the card for payment of prescriptions and\neligible over-the-counter purchases and request that the\ntransaction be processed as a credit card.\n\n\nâ€¢ If the card transaction is approved (e.g., there are\nsufficient funds in the account and at least some of the\nproducts are HSA/FSA/HRA-eligible), the amount of\nthe FSA/HRA-eligible purchases is deducted from the\napplicable account balance(s) and no receipt follow-up\nis required. The clerk will then ask for another form of\npayment for the non-HSA/FSA/HRA-eligible items.\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"NetBene its\" \n[New]: \"NetBenefits\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"VisaÂ®\" \n[New]: \"Visa Â®\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"balance(s)\" \n[New]: \"balance(s )\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"balance(s)\" \n[New]: \"balance(s\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\nâ€¢ If the card transaction is declined, the clerk will ask\nfor another form of payment for the total amount of\nthe purchase.\n\n\nâ€¢ Keep your receipts identifying the HSA/FSA/HRA-eligible\nitems you purchased. The receipt may also show a\nsubtotal of the HSA/FSA/HRA-eligible purchases.\n\n\nâ€¢ In most cases, you will not receive requests for receipts\nfor FSA/HRA-eligible purchases made in pharmacies,\ndiscount stores, department stores or supermarkets that\nhave a point of sale system that can identify HSA/FSA/\nHRA-eligible items at checkout.\n\n\nâ€¢ Always keep receipts in the event the IRS requests\ndocumentation.\n\n\n5. Are there places the NetBenefits AccessCardÂ®\nwonâ€™t be accepted?\n\n\nYes. The card will not be accepted at merchants that do \nnot offer eligible goods and services, such as hardware \nstores, restaurants, bookstores, gas stations and home \nimprovement stores. Even if the item you are purchasing is \nallowable under IRS rules, the card may be declined because \nthe merchant is not eligible. For FSA/HRA, please submit any \nreceipts for items that meet the IRS requirements purchased \nat a non-approved merchant for manual reimbursement. \n\n\nCards will not be accepted at pharmacies, mail-order \npharmacies, discount stores, department stores and \nsupermarkets where the point of sale system cannot identify \nHSA/FSA/HRA-eligible items at checkout. You cannot use \nyour NetBenefits AccessCardÂ® to get cash at an ATM.\n\n\n6. If asked, should I select â€œDebitâ€ or â€œCreditâ€?\n\n\nWhile you may have selected a Personal Identification \nNumber (PIN) for your card, only one large retail merchant \ncan currently process a card transaction if a PIN is entered. \nTo increase the likelihood your transaction will be approved, \nwe recommend you select the â€œCreditâ€ option at the terminal. \nAsk the cashier if they can assist getting you past the PIN \nentry screen by using a â€œbypass buttonâ€ â€“ which may be \na green or orange button sometimes referred to as the \nâ€œcreditâ€ button. \n\n\nYou cannot use your NetBenefits AccessCardÂ® to get cash at \nan ATM. \n\n\n7. How does the NetBenefits AccessCardÂ® change how \nyou are reimbursed for expenses?\n\n\nWith the NetBenefits AccessCardÂ®, you can pay for \nqualified medical expenses with your available benefit \naccounts. Simply use your card to pay for your qualified \nmedical expenses and funds are automatically deducted \nfrom your respective benefit account(s) for payment. The \ncard eliminates most out-of-pocket cash payments and \npaperwork, as well as the need to wait for reimbursements.\n\n\n8. Why do I need to save all my itemized\nreceipts?\n\n\nItemized receipts should be saved for all HSA, FSA \nand HRA purchases made with the NetBenefits AccessCardÂ®. \nYou may be asked to submit receipts to verify that your \nexpenses comply with IRS guidelines. Each receipt must \nshow: the merchant or provider name, the service received \nor the item purchased, the date, and the amount of the \npurchase. The IRS requires that every FSA/HRA card \ntransaction be substantiated. This can occur through \nautomated processing as outlined by the IRS (e.g., copay \nmatching, etc.). If the automated processing is unable to \nsubstantiate an FSA/HRA transaction, the IRS requires that \nitemized receipts be submitted in order to validate expense \neligibility. \n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"(PIN)\" \n[New]: \"(PIN\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"account(s)\" \n[New]: \"account(s\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n13. What dollar amount is available on\nthe NetBenefits AccessCardÂ® when it\nis activated?\n\n\nYour NetBenefits AccessCardÂ® will only contain a balance if \nyou have funds currently available to spend.\n\n\nFor HSA: \n\n\nFunds will not be available on the card until \nthere is an available core position/balance in \nyour account. If NetBenefits shows an HSA core \nposition/balance, the funds are available on the card. \n\n\nFor FSA:\n\n\nYour full annual election amount will be available on \nthe card on the first day of the plan year.\n\n\nFor HRA: \n\n\nCheck your plan documents to determine when your HRA \nfunds will be available. \n\n\nBefore you use your card, log on to NetBenefits and check \nyour available account \nbalance(s).\n\n\n14. May I use the NetBenefits AccessCardÂ® if I receive\na statement with a Patient Due Balance\nfor a medical service?\n\n\nFor medical services provided during the current plan year for \nyou or an eligible dependent, you can use your card for the \nbalance due if the provider accepts Visa debit cards. Follow \nthe directions on the statement, either by calling and \nproviding your card information over the phone, or by writing \nthe card number on the statement and sending it back to  the \nprovider.\n\n\n15. Sometimes you may be asked for the CVV when\npaying the balance due or when placing an order by\nphone or online. What is this and where is it found?\n\n\nCVV stands for â€œCard Verification Value.â€ It is a three-digit \nnumber that can be found on the back of the card to the right \nof the signature panel. \n\n\n9. Can I get an additional NetBenefits\nAccessCardÂ®?\n\n\nThe account owner will receive one NetBenefits \nAccessCardÂ® that will contain all eligible benefit accounts. \nTo request additional cards for your spouse or eligible \ndependents, you must complete an additional card request \nonline. Log on to  NetBenefits and either\n\n\nâ€¢ Click on Request Additional Cards at the bottom of the\nReimbursement Accounts Summary,\nor\n\n\nâ€¢  if you have an HSA.\n\n\n10. Will I receive a new NetBenefits\nAccessCardÂ® each year?\n\n\nNo. Funds in your HSA carry over from year to \nyear and will be available on your existing card. Every year \nthat you are enrolled in an FSA/HRA with the same \nemployer, that annual benefit election is added to your \nexisting card at the beginning of the plan year. Your card is \ngood through the expiration date shown on the front of the \nplastic. If you have at least one eligible account balance \navailable on your card, you will receive a new card during \nthe month your existing card expires.\n\n\n11. What if my NetBenefits AccessCardÂ® is lost\nor stolen?\n\n\nContact the NetBenefits AccessCardÂ® Debit Card \nServices team at 833-811-7432 as soon as you realize \nyour card is missing, so your current card can be turned off \nand a replacement card issued.\n\n\n12. How do I activate my card?\n\n\nCall the toll-free number on the activation sticker on \nthe front of the card to activate it. You cannot use your \nNetBenefits AccessCardÂ® until it has been activated. \n\n\n\nhttp://www.netbenefits.com\n\nhttp://www.netbenefits.com\n\nText Replacedï¿½\n\nText\n\n[Old]: \"\'}ï¿½â€¢}ï¿½&]Ë†Ëšo]â€¢Ã‡Ë˜Ëšï¿½]â€¢ï¿½ï¿½â€¢Ë†Xï¿½}u\" \n[New]: \"Log on to FidelityDebitCard.com\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n16. How do I know how much is in my accounts?\n\n\nTo view your current HSA/FSA/HRA balances and account \nactivity log on to NetBenefits. Always check your account \nbalances before making a purchase with your NetBenefits \nAccessCardÂ®. \n\n\n17. What if I have an expense that is more than the\namount left in my account(s)?\n\n\nWhen incurring an expense that is greater than the amount \nremaining in your account(s, you may be able to split the \ncost at the register. (Check with the merchant. For example, \ntell the clerk to use your NetBenefits AccessCardÂ® for the \nexact amount left in your account(s, and then pay the \nremaining balance separately with another form of payment. \nIf the merchant is not able to split the cost at the register, a \ntransaction greater than the available balance in your account \nwill be declined and you will have to pay by other means.\n\n\n18. What are some reasons that the NetBenefits\nAccessCardÂ® might not work at the point of sale?\n\n\nThe most common reasons why a card may be declined at the \npoint of sale are: \n\n\nâ€¢ The card has not been activated.\n\n\nâ€¢ There are insufficient funds in the HSA/FSA/HRA to cover\nthe expense at the time the card is used.\n\n\nâ€¢ You used a PIN instead of using the card like a credit\ncard at a merchant that doesnâ€™t support health care PIN\ntransactions.\n\n\nâ€¢ Non-eligible expenses have been included at the point of\nsale. (Retry the transaction with the eligible expense only.)\n\n\nâ€¢ The pharmacy, discount store or supermarket cannot\nidentify HSA/FSA/HRA-eligible items at checkout\naccording to IRS rules.\n\n\nâ€¢ The merchant is encountering system processing problems.\n\n\n19. Whom do I call if I have questions about my \nNetBenefits AccessCardÂ®?\n\n\nContact the NetBenefits AccessCardÂ® Debit Card Services \nteam at 833-811-7432.\n\n\n20. Can I use the NetBenefits AccessCardÂ® to access \nlast yearâ€™s money left in an FSA this year?\n\n\nCheck with your employer for your specific plan guidelines. \nIf your plan has a grace period, you will have an additional \ntimeframe beyond the end of the plan year to incur qualified \nmedical expenses. This timeframe is determined by your \nemployer but cannot exceed the 2 Â½ month extension \nallowed by the IRS. \n\n\n21. How will I know to submit receipts for FSA/HRA \npurchases to verify a charge?\n\n\nYou will receive a letter or notification from Fidelity \nReimbursement Account Services if there is a need to submit \na receipt. All receipts should be saved per the IRS rules. \n\n\n22. What if I fail to submit FSA/HRA receipts to verify \na charge?\n\n\nIf receipts are not submitted as requested to verify an  FSA/\nHRA charge made with the NetBenefits AccessCardÂ®, then \nthe FSA/HRA balance on the card may be suspended until \nreceipts are received and you may be required to repay  the \namount charged. \n\n\n\nhttp://www.netbenefits.com\n\nText Replacedï¿½\n\nText\n\n[Old]: \"account(s,\" \n[New]: \"account(s),\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"merchant.\" \n[New]: \"merchant.)\"\n\n\n\nText Replacedï¿½\n\nText\n\n[Old]: \"account(s,\" \n[New]: \"account(s),\"\n\n\n\n\n\n\n\nNETBENEFITS ACCESSCARDÂ® FREQUENTLY ASKED QUESTIONS\n\n\n\n\n\n\n\nThe NetBenefits AccessCardÂ® is issued by PNC Bank, N.A., and the debit card program is administered \nby BNY Mellon Investment Servicing Trust Company. Those entities are not affiliated with each other or \nwith Fidelity. Visa is a registered trademark of Visa International Service Association, and is used by PNC \nBank pursuant to license from Visa U.S.A. Inc.\n\n\nFidelity Brokerage Services LLC, Member NYSE, SIPC 900 Salem Street, Smithfield, RI 02917\n\n\nÂ© 2021 FMR LLC. All rights reserved.\n\n\n926416.3.0\n\n\n\n\n\n		A9j2vaw3_1g1s1am_i64.tmp\n\n		Local Disk\n\n		file://NoURLProvided\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13438, 772, '_relevanssi_pdf_content', '\nNew York Life Group Benefit Solutions (NYL GBS) Secure Travel offers pre-trip planning, assistance while traveling \nand emergency medical transportation benefits for covered persons traveling 100 miles or more from home  \n(see your plan for details). Service is a phone call away, 24/7/365.\n\nAdditional protection when you travel.\nEmergencies can happen while traveling, but help is only a phone call away.\n\nNYL GBS Secure Travel is provided under a contract with Generali Global Assistance (GGA). Neither GGA nor New York Life Group Benefit Solutions \nguarantees the quality of any medical services provider or medical facility. The final selection of a local medical provider or facility is the covered personâ€™s \nright and responsibility. The medical professionals or attorneys suggested or designated by GGA are solely responsible for their services. They are not \nemployees or agents of GGA or New York Life Group Benefit Solutions. Emergency evacuation and repatriation benefits are insured by Life Insurance \nCompany of North America and New York Life Group Insurance Company of NY, subsidiaries of New York Life Insurance Company. Policy Forms: GA-00-\n1000 et al.; BA-01-1000 et al. All other services are provided by GGA and are subject to the terms of the service agreement with GGA. Presented here are \nhighlights of the NYL GBS Secure Travel program. See the plan documents for details.\n\nGenerali Global Assistance is not affiliated with New York Life Insurance Company.  \n\nNew York Life Group Benefit Solutions products and services are provided by Life Insurance Company of North America and New York Life Group Insurance \nCompany of NY, subsidiaries of New York Life Insurance Company.\n\nNew York Life Insurance Company, 51 Madison Avenue, New York, NY 10010\n\nÂ© 2021, New York Life Insurance Company. All rights reserved. NEW YORK LIFE, \nand the NEW YORK LIFE Box Logo are trademarks of New York Life Insurance Company.\n\n811361 l 0521  SMRU 1903054  Exp. Date 06.09.2023\n\n* Emergency Assistance services may be insured under a group or blanket \ninsurance policy issued by Life Insurance Company of North America. \nAll other NYL GBS Secure Travel services are NOT insurance and do not \nprovide reimbursement of expenses or financial losses. Expenses for \nmedical care are not covered.\n\n **   Covered person is responsible for any advances, payments, travel-related  \nor replacement costs and must provide confirmation of reimbursement.  \nCredit card(s) used to guarantee reimbursement must have sufficient   \navailable limit to cover the amount of the advance.\n\n ***   Initial transport by ambulance following a covered medical emergency  \n is excluded.\n\n Emergency assistance*  Traveling assistance  Pre-trip planning\n\n â€¢  Immunization\nrequirements\n\n â€¢  Visa and passport \nrequirements\n\n â€¢  Embassy/consular\nreferrals\n\n â€¢  Foreign exchange rates\n â€¢   Travel advisories and \nweather conditions\n\n â€¢ Cultural information\n\n â€¢  24-hour multilingual assistance \nand referral to interpretation and \ntranslation services\n\n â€¢   Referrals to physicians, \ndentists, medical facilities and\nlegal assistance providers\n\n â€¢  Arrangements for payment of medical \nexpenses up to $10,000 if required \n	prior	toÂ treatment**\n\n â€¢   Assistance with lost or stolen items,\nincluding luggage and prescription \nreplacement services**\n\n â€¢ Emergency cash advances,\nup to $1,500**\n\n â€¢ Advancement of bail**\n\n  â€¢  Emergency evacuation and repatriation, when medically \nnecessary; arrange and cover the cost of transportation to \nthe nearest adequate medical facility***\n\n  â€¢  Travel arrangements for the return of a travel companion or\nchildren under age 18 who are left unattended due to the \ncovered personâ€™s medical emergency\n\n  â€¢   Cover round-trip transportation as well as accommodations, \nup to $150 per day for up to seven days, for a family member or\nfriend to visit a covered person who is hospitalized more than \n100 miles away from home for more than seven days\n\n  â€¢  Arrange and cover the costs associated with \nreturning a deceased covered personâ€™s remains to\nhis or her place of residence for burial\n\n  â€¢  Emergency message relay, toll-free\n  â€¢  Assistance with making emergency travel arrangements**\n\nNYL GBS Secure Travel\nFrom the United States and Canada, call (888) 226-4567 \nFrom other locations, call collect (202) 331-7635\nFax: (202) 331-1528  \nEmail: ops@us.generaliglobalassistance.com\nEmergency services must be coordinated through Generali \nGlobal Assistance.  Services coordinated outside of this  \nprogram may not be eligible for payment.\n\nPolicyholder name: __________________________________\n\nPolicy # ___OK965303_________________   Group#57 \n\nM To learn more, call (888) 226-4567\n\nhttp://ops@us.generaliglobalassistance.com\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13439, 773, '_relevanssi_pdf_content', '\nHOW TO CREATE AN ACCOUNT\nTHROUGH THE MDLIVE WEBSITE\n\nHOW TO CREATE AN ACCOUNT \nTHROUGH THE MDLIVE APP\n\n Create your account today.\n\n3\n\n1\n\n2\n\nVisit mdlive.com/bcbsil \nand click â€œActivate Now.â€\n\nEnter your BCBSIL\nmember ID number and \ndate of birth. If youâ€™re a \ndependent, enter the \nprimary policy holderâ€™s \nID information and \nyour date of birth. Click \nâ€œContinue.â€\n\nCreate your username \nand password and then \ncomplete your profile. \nMake sure to enter your \nname exactly as shown on \nyour member ID card. \nClick â€œSubmit.â€\n\nYour secure MDLIVE \naccount is now created. \nWeâ€™ll send you an email; \njust click â€œSign In To Your \nAccountâ€ to load your \nMDLIVE dashboard.\n\n4\n\nClick â€œCreate Account.â€ Enter your email address \nand create a password. Then complete your profile \ninformation on the next page. Click â€œSubmit.â€\n\n2\n\nYour secure MDLIVE account is now \ncreated. Weâ€™ll send you an email; \njust click â€œSign In To Your Accountâ€ \nto load your MDLIVE dashboard.\n\n4\n\nGet the MDLIVE app\nin the App Store or\nGoogle Play Store.\n\n1\n\nEnter the required information as \nshown on your BCBSIL member ID \ncard and verify your coverage. If \nyouâ€™re a dependent, enter the \nprimary policy holderâ€™s \ninformation.\n\n3\n\nCreate an account for fast, hassle-free \nhealth care. Anytime. Anywhere.\n\nMDLIVE offers reliable 24/7 health care by \nphone or video for hundreds of medical \nand mental health needs.\n\nMeet Sophie, your MDLIVE personal assistant.\nSophie can guide you in creating your account. \nText BCBSIL to 635483 to get started.\n\nCopyrightÂ Â©Â  Â MDLIVEÂ Inc.Â AllÂ RightsÂ Reserved.Â MDLIVEÂ mayÂ notÂ beÂ availableÂ inÂ certainÂ statesÂ andÂ isÂ subjectÂ toÂ stateÂ regulations.Â MDLIVEÂ doesÂ notÂ replaceÂ theÂ primaryÂ careÂ physician,Â isÂ notÂ anÂ insuranceÂ \nproductÂ andÂ mayÂ notÂ beÂ ableÂ toÂ substituteÂ forÂ traditionalÂ inÂ personÂ careÂ inÂ everyÂ caseÂ orÂ forÂ everyÂ condition.Â MDLIVEÂ doesÂ notÂ prescribeÂ DEAÂ controlledÂ substancesÂ andÂ mayÂ notÂ prescribeÂ nonâ€‘therapeuticÂ \ndrugsÂ andÂ certainÂ otherÂ drugsÂ whichÂ mayÂ beÂ harmfulÂ becauseÂ ofÂ theirÂ potentialÂ forÂ abuse.Â MDLIVEÂ doesÂ notÂ guaranteeÂ patientsÂ willÂ receiveÂ aÂ prescription.Â HealthcareÂ professionalsÂ usingÂ theÂ platformÂ haveÂ theÂ \nrightÂ toÂ denyÂ careÂ ifÂ basedÂ onÂ professionalÂ judgmentÂ aÂ caseÂ isÂ inappropriateÂ forÂ telehealthÂ orÂ forÂ misuseÂ ofÂ services.Â MDLIVEÂ andÂ theÂ MDLIVEÂ logoÂ areÂ registeredÂ trademarksÂ ofÂ MDLIVE,Â Inc.Â andÂ mayÂ notÂ beÂ \nusedÂ withoutÂ writtenÂ permission.Â ForÂ completeÂ termsÂ ofÂ useÂ visitÂ https://www.MDLIVE.com/termsâ€‘ofâ€‘use/.Â \n\nmdlive.com/bcbsil (888) 676-4204\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13440, 774, '_relevanssi_pdf_content', '\nYour 2023 Monthly Cost of Coverage\n\nMedical, Dental & Vision Coverage\n\nBest Premium \nIf you and your covered spouse have completed Best Premium by November 1, 2022, you both will receive $400 (up to \n$800) toward your 2023 medical premiums. This will be reflected on your paystub as a reduction in your bi-weekly cost for \nmedical coverage.\n\nEmployee & Spouse Voluntary Life Insurance*\nEmployee â€“ 1x, 2x, 3x, 4x or 5x annual base salary.\n\nSpouse â€“ Increments of $10,000 up to 50% of employee.\n\nPremiums shown are per $1,000 of coverage based on \nemployee age (Maximum benefit: $1 million).\n\nVoluntary AD&D\n\nSupplemental Long-Term Disability**\nCF provides basic LTD of 50% of base salary, up to $5,000 \nper month. Supplemental LTD coverage increases the \nbenefit to 60% of base salary, up to $10,000 per month.\n\nEmployee Only Employee + Spouse Employee + Child(ren) Family\n\nBCBS CF Standard PPO $166.40 $431.60 $264.16 $616.72\n\nBCBS Advantage PPO with HSA $132.08 $370.24 $220.48 $534.56\n\nCigna Dental PPO $7.14 $15.30 $20.40 $33.66\n\nCigna Vision $3.00 $6.00 $6.00 $10.00\n\nUnder Age 24 $0.050\n\nAge 25 â€“ 29 $0.060\n\nAge 30 â€“ 34 $0.080\n\nAge 35 â€“ 39 $0.090\n\nAge 40 â€“ 44 $0.109\n\nAge 45 â€“ 49 $0.163\n\nAge 50 â€“ 54 $0.256\n\nAge 55 â€“ 59 $0.466\n\nAge 60 â€“ 64 $0.660\n\nAge 65 â€“ 69 $1.270\n\nAge 70+ $2.060\n\nChild (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.93\n\n*  Newly eligible employees: Evidence of insurability required for \namounts over 4x annual base salary or $400,000. \nCurrent employees: Evidence of insurability required for initial \nelections and coverage increases. \nNewly eligible spouses: Evidence of insurability required for amounts \nover $50,000.  \nCurrent spouses: Evidence of insurability required for initial elections \nand coverage increases.\n\n** Newly eligible employees: Evidence of insurability is not required for \nSupplemental LTD. \nCurrent employees: Evidence of Insurability is required if electing \nSupplemental LTD for the first time.\n\nPremiums shown are per $100 of monthly \nsalary (Maximum monthly benefit: $10,000)\n\n$0.218\n\nEmployee Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nSpouse Only (Increments of $50,000)\n\nPremium shown is per $50,000 of coverage \n(Maximum: $500,000)\n\n$1.40\n\nChild Only (Increments of $5,000)\n\nPremium shown is per $5,000 of coverage \n(Maximum: $20,000)\n\n$0.14\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13441, 775, '_relevanssi_pdf_content', '\n2656-Y IL Â© Prime Therapeutics LLC â€“ 01/23 \n\nBalanced Drug List â€“ Updated as of 10/01/22 \nJanuary 2023 \n\nPlease consider talking to your doctor about prescribing preferred medications, which may help reduce your  \nout-of-pocket costs. This list may help guide you and your doctor in selecting an appropriate medication for you.  \n\nThe drug list is regularly updated. You can view the most up-to-date list, or the specialty drug list, at \nMyPrime.com or bcbsil.com. \n\nContents \nIntroduction ........................................................... I \nHow drugs are selected ........................................... I \nHow member payment is determined......................... I \nHow to use this list................................................. II \nDrugs used to treat multiple conditions ..................... II \nGeneric drugs .......................................................III \nConsider talking to your doctor about generic  \n drugs .................................................................III \nCoverage considerations ....................................... IV \nSpecialty drugs .................................................... VI \nAccredo .............................................................. VI \nAbbreviation key.................................................. VII \n\nTherapeutic Class Drug List \nAnti-Infective Drugs ........................................... 1 \nBiologicals ....................................................... 9 \nAntineoplastic Agents .......................................12 \nEndocrine and Metabolic Drugs ..........................18 \nCardiovascular Agents ......................................30 \nRespiratory Agents ...........................................39 \nGastrointestinal Agents .....................................44 \nGenitourinary Agents ........................................48 \nCentral Nervous System Drugs ..........................49 \nAnalgesics and Anesthetics ...............................58 \nNeuromuscular Drugs .......................................66 \nNutritional Products ..........................................71 \nHematological Agents .......................................76 \nTopical Products ..............................................81 \nMiscellaneous Products ....................................92 \nIndex..............................................................98\n\nTo search for a drug name within this PDF document, use the Control and F keys on your keyboard, or go to  \nEdit in the drop-down menu and select Find/Search. Type in the word or phrase you are looking for and click  \non Search.\n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  I \n\nIntroduction \nBlue Cross and Blue Shield of Illinois (BCBSIL) is pleased to present the 2023 Drug List.  All available covered \ndrugs are shown on this list. Drugs that are not shown are not covered. Members are encouraged to show this \nlist to their physicians and pharmacists. Physicians are encouraged to prescribe drugs on this list, when \nright for the member. However, decisions regarding therapy and treatment are always between members \nand their physician. \n\nDrug List updates â€“ This list is regularly updated as generic drugs become available and changes take place in \nthe pharmaceuticals market. For the most up-to-date information, visit MyPrime.com or bcbsil.com and log in or \ncall the number on your ID card. Physicians can access the list from the provider portal at bcbsil.com. \n\nHow drugs are selected \nDrugs on this list are selected based on the recommendations of a committee made up of physicians and \npharmacists from throughout the country. The committee, which includes at least one representative from your \nhealth plan, reviews drugs regulated by the U.S. Food and Drug Administration (FDA).  \n\nBoth drugs that are newly approved by the FDA as well as those that have been on the market for some time are \nconsidered. Drugs are selected based on safety, efficacy, cost and how they compare to other drugs currently on \nthe list. Newly marketed drugs may not be covered until the committee has had an opportunity to evaluate based \non these criteria.  \n\nHow member payment is determined  \n\nGenerally, each prescription drug product is placed into one of up to six member payment tiers: Preferred Generic \n(Tier 1), Non-Preferred Generic (Tier 2), Preferred Brand (Tier 3), Non-Preferred Brand (Tier 4), Preferred \nSpecialty (Tier 5) and Non-Preferred Specialty (Tier 6). Depending on your benefit plan, drugs can either be in \nthese tiers or you may have fewer tiers, e.g. all generics in one tier.  Some brands may be in a generic tier and \nsome generics may be in a brand tier. Note: Covered substance use disorder drugs (those FDA-approved for \ntreatment of opioid drug abuse, alcohol abuse and to quit tobacco use) may be in the lowest tiers. Substance use \ndisorder brand drugs may be in the lowest brand tier and generic drugs in the lowest generic tier, based on your \nbenef it plan. These drugs are those with such active ingredients as buprenorphine-naloxone, naltrexone, \ndisulfiram, acamprosate, bupropion (smoking deterrent), varenicline and nicotine replacement therapy. To verify \nyour payment amount for a drug, visit MyPrime.com and log in or call the number on your ID card. \n\nYour pharmacy benefit includes coverage for many prescription drugs, although some exclusions may \napply. For example, drugs indicated for cosmetic purposes, e.g., Propecia, for hair growth, may not be covered. \nDrugs that have not received FDA approval may not be covered. Prescription products that have over-the-counter \n(OTC) equivalents may not be covered. Drugs that are not FDA-approved for self-administration may be available \nthrough your medical benefit. Check your plan materials for details. \n\n  \n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  II \n\nHow to use this list \nGeneric drugs are shown in lower-case boldface type. Most generic drugs are followed by a reference brand \ndrug in (parentheses). Some generic products have no reference brand. Note: most reference brand drugs (in \nparentheses) are not covered. \n\nExample: atorvastatin (Lipitor â€“ brand is not covered) \n\nBrand prescription drugs are shown in all CAPITAL letters followed by the generic name.  \n\nExample: NOVOLOG â€“ Insulin aspart inj 100 unit/ml \n\nâ€¢ Preferred Generics are marked with a â€œpâ€ and shown in lower-case boldface type \nâ€¢ Non-Preferred Generics are marked with a â€œnpâ€ and shown in lower-case boldface type \nâ€¢ Preferred Brands are marked with a â€œPâ€ and shown in all CAPITAL letters \nâ€¢ Non-Preferred Brands are marked with a â€œNPâ€ and shown in all CAPITAL letters \nâ€¢ Preferred Specialty Drugs are marked with a â€œp, np, or Pâ€ and shown as lower-case boldface type or in \n\nall CAPITAL letters.  These drugs are also marked with a dot in the Specialty column. \nâ€¢ Non-Preferred Specialty Drugs are marked with a â€œNPâ€ and shown in all CAPITAL letters.  These drugs \n\nare also marked with a dot in the Specialty column. \nâ€¢ Drugs that are also marked with a â€œ+â€ indicate group-specific coverage. Please see your benefit plan \n\nmaterials for coverage details, or call the number on the back of your member ID card. \nDrugs used to treat multiple conditions \n\nSome drugs in the same dosage form may be used to treat more than one medical condition. In these instances, \neach medication is classified according to its first FDA-approved use. Please check the index if you do not find \nyour particular medication in the class/condition section that corresponds to your use. \n\nPlease note: Drugs that need a health care provider to administer them and are often given to you in a hospital, \ndoctorâ€™s office or other health care setting may be covered under your medical benefit. Some types of these drugs \nare contraceptive implants and chemo infusions. If you are taking or are prescribed a drug that is not on this drug \nlist, call the number on your ID card to see if the drug may be covered.   \n\n \n \n  \n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  III \n\nGeneric drugs  \nUsing generic drugs, when right for you, can help you save on your out-of-pocket medication costs. Generic drugs \nmust be approved by the FDA just as brand drugs are, and must meet the same standards.  \n\nThere are two types of  generic drugs: \n\nâ€¢ A generic equivalent is made with the same active ingredient(s) at the same dosage as the reference drug.  \nâ€¢ A generic alternative is a drug typically used to treat the same condition, but the active ingredient(s) \n\ndif fers from the brand drug. \n\nAccording to the FDA, compared to its brand counterpart, an FDA-approved generic drug: \n\nâ€¢ Is chemically the same \nâ€¢ Works just as well in the body \nâ€¢ Is as safe and effective \nâ€¢ Meets the same standards set by the FDA \n\nThe main difference between the reference brand drug and the generic equivalent is that the generic often costs  \nmuch less. \n\nBrand drugs may be removed from or moved to a higher tier on the drug list after a generic equivalent becomes \navailable.  \n\nYou may be responsible for your member cost-share payment amount (copay or coinsurance) plus the difference \nin cost between the brand and generic equivalent if you or your doctor requests the reference brand rather than \nthe generic equivalent. Generic drugs generally have the lowest member payment amount. \n\nConsider talking to your doctor about generic drugs \n\nIf  your doctor writes a prescription for a brand drug that does not have a generic equivalent, consider asking if an \nappropriate generic alternative is available. \n\nYou can also let your pharmacist know that you would like a generic equivalent for a brand drug, whenever one is \navailable. Your pharmacist can usually substitute a generic equivalent for its brand counterpart without a new \nprescription from your doctor. \n\nOnly your doctor can determine whether a generic alternative is right for you and must prescribe the medication. \n  \n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  IV \n\nCoverage considerations \nMost prescription drug benefit plans provide coverage for up to a 30-day supply of medication, with some \nexceptions. Your plan may also provide coverage for up to a 90-day supply of maintenance medications. \nMaintenance medications are those drugs you may take on an ongoing basis for conditions such as high blood \npressure, diabetes or high cholesterol. Some plans may exclude coverage for certain agents or drug categories, \nlike those used for erectile dysfunction or weight loss. Also, some drugs may only be covered for members within \na certain age range due to the drug being used for cosmetic purposes or for safety concerns.  Drug coverage may \nbe limited to recommendations based on FDA-approved labeling and recognized evidence-based or clinical \npractice guidelines. \n\nOver-the-counter exclusions: Your benefit plan may not provide coverage for prescription medications that \nhave an over-the-counter version. You should refer to your benefit plan material for details about your particular \nbenef its.  \n\nCompounded medications: Your benefit plan may not provide coverage for compounded medications. Please \nsee your plan materials or call the number on your ID card to determine whether compounded medications are \ncovered and/or verify your payment amount. \n\nRepackaged medications: Repackaged versions of medications already available on the market are not \ncovered. \n\nNon FDA-approved drugs: Drugs that have not received FDA approval are not covered. \n\nPrior Authorization (PA): Your benefit plan may require prior authorization for certain drugs. This means that \nyour doctor will need to submit a prior authorization request for coverage of these medications, and the request \nwill need to be approved, before the medication may be covered under your plan. For the medications listed in \nthis document, if a prior authorization is commonly required, it will generally be noted next to the medication with a \nâ€œPAâ€  under the Special Requirements column. Some plans may have prior authorization on additional \nmedications beyond those noted in this document. Refer to your benefit plan materials for details about your \nparticular benefits. \n\nStep Therapy (ST): Your benefit plan may include a step therapy program. This means you may need to try \nanother proven, cost-effective medication before coverage may be available for the drug included in the program. \nMany brand drugs have less-expensive generic or brand alternatives that might be an option for you. For the \nmedications listed in this document, if a step therapy is commonly required, it will generally be noted next to the \nmedication with an â€œSTâ€  under the Special Requirements column. Some plans may have step therapy programs \non additional medications beyond those noted in this document. Refer to your benefit plan materials for details \nabout your particular benefits. \n\nDispensing Limits (DL)/Quantity Limits (QL): Drug dispensing limits help encourage medication use as \nintended by the FDA. Dispensing limits are placed on medications in certain drug categories. For the medications \nlisted in this document, if a dispensing limit applies, it will generally be noted next to the medication with a â€œQLâ€  \nunder the Special Requirements column. Limits may include: quantity of covered medication per prescription or \nquantity of covered medication in a given time period. If  your doctor prescribes a greater quantity of medication \nthan what the dispensing limit allows, you can still get the medication. However, you may be responsible for the \nfull cost of the prescription beyond what your coverage allows.* Some plans may have a dispensing limit on \nadditional medications beyond those noted in this document. For a list of medications and their dispensing limits, visit \nMyPrime.com or bcbsil.com.  \n\n*Please note: For certain controlled substance medications, some state laws may not allow coverage by a health \nbenef it plan of such medication if dispensed in a quantity beyond what the dispensing limit allows. You will be \nresponsible for the full cost of the prescription with no benefits applied if the dispensed quantity exceeds the \ndispensing limit. \n\n \n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  V \n\nAppropriate Use of Opioids (AUO) \nThis program may require authorization for members new to opioid therapy exceeding the established days \nsupply limit or if cumulative quantity of all opioids filled is equal to or greater than the established morphine \nmilligram equivalent threshold. If any medication listed in this document is a part of this program, it will generally \nbe noted next to the medication with an â€œAUOâ€ under the Special Requirements column. \n\n \n\n \n\nACA Preventive (ACA): Medicines marked as â€œACâ€ in the Special Requirements column are under the Affordable \nCare Act coverage of preventive services. These products may have limited or $0 member cost-sharing (copay or \nco-insurance), when meeting the conditions as outlined under the regulation. Coverage may vary based on \nbenef it plan.  \n\n \nYou, or your prescribing health care provider, can submit a copay waiver or coverage exception request for \nACA preventive medicines by calling the number on your ID card to ask for a review. If you meet the \nconditions as outlined under the ACA regulations, you may have $0 member cost-sharing (copay or \ncoinsurance). BCBSIL will let you, and your prescriber, know the coverage decision after they receive your \nrequest. If the request is denied, BCBSIL will let you and your prescriber know why it was denied and offer \nyou a covered alternative drug (if applicable).  \n\n \n\nRemember, medication decisions are between you and your doctor. Only you and your doctor can determine \nwhich medication is right for you. Discuss any questions or concerns you have about medications you are taking \nor are prescribed with your doctor. Blue Cross and Blue Shield of Illinois does not provide health care services \nand, therefore, cannot guarantee any results or outcomes.   \n\n  \n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  VI \n\nSpecialty drugs  \nSpecialty drugs are used in the treatment of medical conditions such as hepatitis, hemophilia, multiple sclerosis \nand rheumatoid arthritis. Specialty drugs may be oral, topical or injectable medications that can either be  \nself -administered or administered by a health care professional. Medications administered by a health care \nprofessional are not covered under the pharmacy benefit. For a current list of specialty medications,  \nvisit MyPrime.com or bcbsil.com.  \n\nNote that some drug classes may be excluded by some plans and therefore may not be covered under your \npharmacy benefit. Your plan may have a different coverage level for self-administered specialty drugs. If  you \nhave questions about your coverage for specialty medications or your prescription drug benefit, call the \nnumber on your ID card. \n\nAccredoÂ® \n\nMembers who use specialty medications deserve the care and support they need to manage their therapy. With \nAccredo, members can have covered specialty medications delivered directly to them or their doctorâ€™s office. \nWhen using Accredo for specialty medications, you also receive at no additional charge the following services:  \n\nâ€¢ One-on-one support  \nâ€¢ Condition-specific staff to help answer questions about your medication(s) or condition \nâ€¢ 24/7 support \nâ€¢ Free shipping with safe, on-time delivery \nâ€¢ Ref ill reminders and other digital tools \n\nTo order through Accredo:  \n\n1. Have your doctor send a new prescription to Accredo electronically, by fax or by phone. Your doctor can \nf ind contact information at accredo.com/prescribers.  \n\n2. Once the prescription has been received, you will receive a call from Accredo to get signed up and ready \nfor your first prescription fill. \n\n3. You can also call Accredo at 833-721-1619 and an agent will work with you to get a new prescription sent \nor transferred from another pharmacy. \n\nIf  you have questions, please contact Accredo at 833-721-1619, visit accredo.com, or call the number on your ID \ncard. \n\n \n\nBlue Cross and Blue Shield of Illinois (BCBSIL) is a Division of Health Care Service Corporation, a Mutual Legal Reserve Company, an \nIndependent Licensee of the Blue Cross and Blue Shield Association. BCBSIL contracts with Prime Therapeutics to provide pharmacy benefit \nmanagement and related other services. BCBSIL, as well as several independent Blue Cross and Blue Shield Plans, has an ownership \ninterest in Prime Therapeutics LLC. \n\nAccredo is a specialty pharmacy that is contracted to provide services to members of BCBSIL. The relationship between Accredo and BCBSIL \nis that of independent contractors. Accredo is a trademark of Express Scripts Strategic Development, Inc. \n\n \n\n\n\nBlue Cross and Blue Shield of Illinois January 2023 Balanced Drug List  VII \n\nAbbreviation key \naer .......................................................... aerosol \ncap ....................................................... capsules \nchew .................................................... chewable \nconc ................................................. concentrate \ncr..............................................controlled release \ndr ............................................... delayed release \nec ..................................................enteric coated \nequiv .................................................. equivalent \ner.............................................. extended release \ngm ..............................................................gram \ninhal .........................................................inhaler \ninj .......................................................... injection \nliqd ............................................................ liquid \nmg ........................................................ milligram \nml ........................................................... milliliter \n\nnebu ..................................................... nebulizer \nodt. .............................. orally disintegrating tablets \noint ....................................................... ointment \nophth ................................................. ophthalmic \nosm ............................................ osmotic release \npack ....................................................... packets \npowd....................................................... powder \npttw ........................................ twice-weekly patch \nsl ........................................................ sublingual \nsoln ....................................................... solution \nsuppos ............................................suppositories \nsusp.................................................. suspension \ntab ........................................................... tablets \ntd ......................................................transdermal \nw/................................................................. with \n\n \n\nException Process \n\nYou, your prescribing health care provider, or your authorized representative, can ask for a Drug List exception if \nyour drug is not on (or is being removed from) the Drug List. To request this exception, you, your prescriber, or \nyour authorized representative, can call the number on your ID card to ask for a review. If  the coverage request is \ndenied, BCBSIL will let you and your prescriber (or authorized representative) know why it was denied. Call the \nnumber on your ID card if you have any questions. \n \nIf  you or your prescriber are asking for a copay waiver or coverage exception request for an ACA preventive \nproduct, please see the ACA preventive section. \n\n \n\n\n\n \n\n \n\n   \n   \n\n  \n\n    \n\n                        \n\n  \n    \n\n  \n    \n\n  \n\n   \n     \n\n    \n     \n\nHealth care coverage is important for everyone. \n\nWe provide free communication aids and services for anyone with a disability or who needs language \nassistance. We do not discriminate on the basis of race, color, national origin, sex, gender identity, age, \nsexual orientation, health status or disability. \n\nTo receive language or communication assistance free of charge, please call us at 855-710-6984. \n\nIf you believe we have failed to provide a service, or think we have discriminated in another way, contact us to file a grievance. \n\nOffice of Civil Rights Coordinator Phone: 855-664-7270 (voicemail) \n300 E. Randolph St. TTY/TDD: 855-661-6965 \n35th Floor Fax: 855-661-6960 \nChicago, Illinois 60601 Email: CivilRightsCoordinator@hcsc.net \n\nYou may file a civil rights complaint with the U.S. Department of Health and Human Services, Office for Civil Rights, at: \n\nU.S. Dept. of Health & Human Services Phone: 800-368-1019 \n200 Independence Avenue SW TTY/TDD: 800-537-7697 \nRoom 509F, HHH Building 1019 Complaint Portal: https://ocrportal.hhs.gov/ocr/portal/lobby.jsf \nWashington, DC 20201 Complaint Forms: http://www.hhs.gov/ocr/office/file/index.html \n\nbcbsil.com \n\nhttp://www.hhs.gov/ocr/office/file/index.html\nhttps://bcbsil.com\n\n\n  \n\n  \n \n\n                  \n        \n\n   \n\n \n \n\n \n\n \n\n \n\n \n            \n\n            \n           \n\n              \n              \n\n   \n\n \n\n             \n         \n\n \n \n\n \n             \n\n             \n\n \n\n \n             \n\n        \n   \n\n \n\n \n\n                           \n                  \n\n    \n  \n\n \n\nIf you, or someone you are helping, have questions, you have the right to get help and information \nin your language at no cost. To talk to an interpreter, call 855-710-6984. \n\nEspaÃ±ol\nSpanish \n\nSi usted o alguien a quien usted estÃ¡ ayudando tiene preguntas, tiene derecho a obtener ayuda e \ninformaciÃ³n en su idioma sin costo alguno. Para hablar con un intÃ©rprete, llame al 855-710-6984. \n\n Ø§Ù„Ø¹Ø±Ø¨ÙŠØ©\nArabic \n\n Ø¯ÙˆÙ† Ù…Ù† Ø¨Ù„ØºØªÙƒ Ø§Ù„Ø¶Ø±ÙˆØ±ÙŠØ© ÙˆØ§Ù„Ù…Ø¹Ù„ÙˆÙ…Ø§Øª Ø³Ø§Ø¹Ø¯Ø©Ù…Ø§Ù„ Ø¹Ù„Ù‰ Ø§Ù„Ø­ØµÙˆÙ„ ÙÙŠ Ø§Ù„Ø­Ù‚ ÙŠÙƒÙÙ„Ø¯ Ø³Ø¦Ù„Ø©ØŒØ£ ØªØ³Ø§Ø¹Ø¯Ù‡ Ø´Ø®Øµ Ù„Ø¯Ù‰ ÙˆØ£ Ù„Ø¯ÙŠÙƒ ÙƒØ§Ù† Ø¥Ù†\n6984-710-855.ØªÙƒÙ„ÙØ© Ø§ÙŠØ©  Ù…Ø§Ù„Ø±Ù‚ Ø¹Ù„Ù‰ Ø§ØªØµÙ„ ØŒÙŠÙˆØ±Ù Ù…Ù…ØªØ±Ø¬ Ø¹Ù… Ù„ØªØ­Ø¯Ø«Ù„ .\n\nç¹é«”ä¸­æ–‡ \nChinese \n\nå¦‚æžœæ‚¨, æˆ–æ‚¨æ­£åœ¨å”åŠ©çš„å°è±¡, å°æ­¤æœ‰ç–‘å•, æ‚¨æœ‰æ¬Šåˆ©å…è²»ä»¥æ‚¨çš„æ¯èªžç²å¾—å¹«åŠ©å’Œè¨Šæ¯ã€‚\næ´½è©¢ä¸€ä½ç¿»è­¯å“¡, è«‹æ’¥é›»è©±è™Ÿç¢¼ 855-710-6984ã€‚ \n\nFranÃ§ais\nFrench \n\nSi vous, ou quelqu\'un que vous Ãªtes en train dâ€™aider, avez des questions, vous avez le droit d\'obtenir de \nl\'aide et l\'information dans votre langue Ã  aucun coÃ»t. Pour parler Ã  un interprÃ¨te, appelez 855-710-6984. \n\nDeutsch \nGerman \n\nFalls Sie oder jemand, dem Sie helfen, Fragen haben, haben Sie das Recht, kostenlose Hilfe und \nInformationen in Ihrer Sprache zu erhalten. Um mit einem Dolmetscher zu sprechen, rufen Sie bitte die \nNummer 855-710-6984 an. \n\nàª—àªœà«àª°àª¾àª¤à«€ \nGujarati \n\nàªœà«‹ àª¤àª®àª¨à«‡ àª…àª¥àªµàª¾ àª¤àª®à«‡ àª®àª¦àª¦ àª•àª°à«€ àª° àª¾ àª¹à«‹àª¯ àªàªµà«€ àª•à«‹àªˆ àª¬à«€àªœà«€ àª¯àª¿àª•à«àª¤àª¨à«‡ àªàª¸.àª¬à«€.àªàª®. àª•àª¾àª¯àª°à«àª•à«àª°àª® \nàª¬àª¾àª¬àª¤à«‡ àªªà«àª° à«‹ àª¹à«‹àª¯, àª¤à«‹ àª¤àª®àª¨à«‡ àª¿àªµàª¨àª¾ àª–àªšà«‡àª°à«, àª¤àª®àª¾àª°à«€ àª­àª¾àª·àª¾àª®àª¾àª‚ àª®àª¦àª¦ àª…àª¨à«‡ àª®àª¾àª¿àª¹àª¤à«€ àª®à«‡àª³àªµàªµàª¾àª¨à«‹ àª¹àª•à«àª• àª›à«‡. \nàª­àª¾àª¿àª·àª¯àª¾ àª¸àª¾àª¥à«‡ àªµàª¾àª¤ àª•àª°àªµàª¾ àª®àª¾àªŸà«‡ àª† àª¨àª¬àª‚àª° 855-710-6984 àªªàª° àª•à«‰àª² àª•àª°à«‹.àª¦à«\n\nà¤¿à¤¹à¤¦à¤‚à¥€ \nHindi\n\nà¤•à¥‡\nà¤¯à¤¿à¤¦ à¤†à¤ªà¤•à¥‡ , à¤¯à¤¾ à¤†à¤ª à¤¿à¤œà¤¸à¤•à¥€ à¤¸à¤¹à¤¾à¤¯à¤¤à¤¾ à¤•à¤° à¤°à¤¹à¥‡ à¤¹ à¤‰à¤¸à¤•à¥‡ , à¤ªà¥à¤° à¤¨ à¤¹, à¤¤à¥‹ à¤†à¤ªà¤•à¥‹ à¤…à¤ªà¤¨à¥€ à¤­à¤¾à¤·à¤¾ à¤® à¤¿à¤¨à¤ƒà¤¶à¥ à¤•à¤¸à¤¹à¤¾à¤¯à¤¤à¤¾ à¤”à¤° à¤œà¤¾à¤¨à¤•à¤¾à¤°à¥€ à¤ªà¥à¤°à¤¾ à¤¤ à¤•à¤°à¤¨à¥‡ à¤•à¤¾ à¤…à¤¿à¤§à¤•à¤¾à¤° à¤¹à¥ˆà¥¤ à¤¿à¤•à¤¸à¥€ à¤…à¤¨à¥à¤µà¤¾à¤¦à¤• à¤¸à¥‡ à¤¬à¤¾à¤¤ à¤•à¤°à¤¨à¥‡ à¤¿à¤²à¤ 855-710-6984à¤ªà¤° à¤•à¥‰à¤² à¤•à¤° à¥¤. \n\nItaliano \nItalian \n\nSe tu o qualcuno che stai aiutando avete domande, hai il diritto di ottenere aiuto e informazioni nella tua \nlingua gratuitamente. Per parlare con un interprete, puoi chiamare il numero 855-710-6984. \n\ní•œêµ­ì–´ \nKorean \n\në§Œì•½ ê·€í•˜ ë˜ëŠ” ê·€í•˜ê°€ ë•ëŠ” ì‚¬ëžŒì´ ì§ˆë¬¸ì´ ìžˆë‹¤ë©´ ê·€í•˜ëŠ” ë¬´ë£Œë¡œ ê·¸ëŸ¬í•œ ë„ì›€ê³¼ ì •ë³´ë¥¼ \nê·€í•˜ì˜ ì–¸ì–´ë¡œ ë°›ì„ ìˆ˜ ìžˆëŠ” ê¶Œë¦¬ê°€ ìžˆìŠµë‹ˆë‹¤ . í†µì—­ì‚¬ê°€ í•„ìš”í•˜ì‹œë©´ 855-710-6984 ë¡œ \nì „í™”í•˜ì‹­ì‹œì˜¤. \n\nDinÃ© \nNavajo \n\nTâ€™11 ni, 47 doodago [aâ€™da b7k1 an1n7lwoâ€™7g77, naâ€™7d7[kidgo, tsâ€™7d1 bee n1 ah00tiâ€™iâ€™ tâ€™11 n77kâ€™e \nn7k1 aâ€™doolwo[ d00 b7naâ€™7d7[kid7g77 bee ni[ h odoonih. Ataâ€™dahalneâ€™7g77 bichâ€™8â€™ hod77lnih kweâ€™4 \n855-710-6984. \n\n ÙØ§Ø±Ø³ÛŒ\nPersian \n\n Ø§Ù†Ú¯Ø±Ø§ÙŠ ÙˆØ±Ø· Ø¨Ù‡ Ø®ÙˆØ¯ØŒ Ø²Ø¨Ø§Ù† Ø¨Ù‡ Ú©Ù‡ Ø§Ø±ÙŠØ¯Ø¯ Ø±Ø§ Ø§ÙŠÙ† Ø­Ù‚ Ø§Ø´ÙŠØ¯ØŒØ¨ Ø´ØªÙ‡Ø§Ø¯ Ø¤Ø§Ù„ÛŒØ³ Ú©Ù†ÙŠØ¯ØŒ Ù…ÙŠ Ú©Ù…Ú© Ø§Ùˆ Ø¨Ù‡ Ù…Ø§Ø´ Ú©Ù‡ Ú©Ø³ÛŒ ÙŠØ§ Ù…Ø§ØŒØ´ Ø±Ú¯Ø§\n .Ù†Ù…Ø§ÙŠÙŠØ¯ Ø­Ø§ØµÙ„ Ø§Ø³Ù…Øª 6984-710-855 Ø´Ù…Ø§Ø±Ù‡ Ø¨Ø§ ÛŒØŒÙØ§Ú¾Ø´ Ù…Ø±Ø¬ØªÙ… ÙŠÚ© Ø¨Ø§ Ú¯ÙØªÚ¯Ùˆ Ø¬Ú¾Øª .Ù†Ù…Ø§ÙŠÙŠØ¯ ÙØªØ±ÙŠØ§Ø¯ Ø§Ø·Ø§Ù„Ø¹Ø§Øª Ùˆ Ú©Ù…Ú©\n\nPolski \nPolish \n\nJeÅ›li Ty lub osoba, ktÃ³rej pomagasz, macie jakiekolwiek pytania, macie prawo do uzyskania \nbezpÅ‚atnej informacji i pomocy we wÅ‚asnym jÄ™zyku. Aby porozmawiaÄ‡ z tÅ‚umaczem, zadzwoÅ„ pod\nnumer 855-710-6984. \n\nÐ ÑƒÑÑÐºÐ¸Ð¹ \nRussian \n\nÐ•ÑÐ»Ð¸ Ñƒ Ð²Ð°Ñ Ð¸Ð»Ð¸ Ñ‡ÐµÐ»Ð¾Ð²ÐµÐºÐ°, ÐºÐ¾Ñ‚Ð¾Ñ€Ð¾Ð¼Ñƒ Ð²Ñ‹ Ð¿Ð¾Ð¼Ð¾Ð³Ð°ÐµÑ‚Ðµ, Ð²Ð¾Ð·Ð½Ð¸ÐºÐ»Ð¸ Ð²Ð¾Ð¿Ñ€Ð¾ÑÑ‹, Ñƒ Ð²Ð°Ñ ÐµÑÑ‚ÑŒ Ð¿Ñ€Ð°Ð²Ð¾ Ð½Ð° Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½ÑƒÑŽ \nÐ¿Ð¾Ð¼Ð¾Ñ‰ÑŒ Ð¸ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸ÑŽ, Ð¿Ñ€ÐµÐ´Ð¾ÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½ÑƒÑŽ Ð½Ð° Ð²Ð°ÑˆÐµÐ¼ ÑÐ·Ñ‹ÐºÐµ. Ð§Ñ‚Ð¾Ð±Ñ‹ ÑÐ²ÑÐ·Ð°Ñ‚ÑŒÑÑ Ñ Ð¿ÐµÑ€ÐµÐ²Ð¾Ð´Ñ‡Ð¸ÐºÐ¾Ð¼,\nÐ¿Ð¾Ð·Ð²Ð¾Ð½Ð¸Ñ‚Ðµ Ð¿Ð¾ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ñƒ 855-710-6984. \n\nTagalog\nTagalog \n\nKung ikaw, o ang isang taong iyong tinutulungan ay may mga tanong, may karapatan kang makakuha ng\ntulong at impormasyon sa iyong wika nang walang bayad. Upang makipag-usap sa isang tagasalin-wika, \ntumawag sa 855-710-6984. \n\n Ø¯ÙˆØ§Ø±\nUrdu \n\n ÙØªÙ… Ù…ÙŠÚº Ø²Ø¨Ø§Ù† Ø§Ù¾Ù†ÛŒ Ú©Ùˆ Ù¾Ø¢ ØªÙˆØŒ ÛÛ’ Ø¯Ø±Ù¾ÙŠØ´ Ø³ÙˆØ§Ù„ Ú©ÙˆØ¦ÛŒ ÛÙŠÚºØŒ Ú©Ø±Ø±ÛÛ’ Ù…Ø¯Ø¯ Ù¾Ø¢ Ú©ÛŒ Ø¬Ø³ Ú©Ùˆ Ø±Ø¯Ù Ø§ÙŠØ³Û’ Ú©Ø³ÛŒ ÙŠØ§ Ú©ÙˆØŒ Ù¾Ø¢ Ø±Ú¯Ø§\n Ú©Ø±ÙŠÚºÛ” Ú©Ø§Ù„ Ù¾Ø± 6984-710-855 ØŒÛ’Ù„ÙŠ Û’Ú© Û’Ú©Ø±Ù† Ø¨Ø§Øª Û’Ø³ Ù…Ù…ØªØ±Ø¬ Û”Û’Û Ø­Ù‚ Ú©Ø§ Û’Ø±Ù†Ú© Ø­Ø§ØµÙ„ Ù…Ø¹Ù„ÙˆÙ…Ø§Øª Ø§ÙˆØ± Ù…Ø¯Ø¯\n\nTiáº¿ng Viá»‡t \nVietnamese \n\nNáº¿u quÃ½ vá»‹, hoáº·c ngÆ°á»i mÃ  quÃ½ vá»‹ giÃºp Ä‘á»¡, cÃ³ cÃ¢u há»i, thÃ¬ quÃ½ vá»‹ cÃ³ quyá»n Ä‘Æ°á»£c giÃºp Ä‘á»¡ vÃ  nháº­n thÃ´ng tin \nbáº±ng ngÃ´n ngá»¯ cá»§a mÃ¬nh miá»…n phÃ­. Äá»ƒ nÃ³i chuyá»‡n vá»›i má»™t thÃ´ng dá»‹ch viÃªn, gá»i 855-710-6984. \n\nbcbsil.com \n\nhttps://bcbsil.com\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 1\n\nDrug Name Drug Tier Requirements/Limits\n\nANTI-INFECTIVE AGENTS\nPENICILLINS\nAMOXICILLIN - amoxicillin (trihydrate) chew tab 125 mg, 250 mg NP\namoxicillin (trihydrate) cap 250 mg, 500 mg p\namoxicillin (trihydrate) for susp 125 mg/5ml, 200 mg/5ml,\n\n250 mg/5ml, 400 mg/5ml\np\n\namoxicillin (trihydrate) tab 500 mg, 875 mg p\namoxicillin & k clavulanate for susp 200-28.5 mg/5ml p\namoxicillin & k clavulanate for susp 250-62.5 mg/5ml,\n\n400-57 mg/5ml\nnp\n\namoxicillin & k clavulanate for susp 600-42.9 mg/5ml\n(Augmentin es-600)\n\nnp\n\namoxicillin & k clavulanate tab 250-125 mg np\namoxicillin & k clavulanate tab 500-125 mg (Augmentin) p\namoxicillin & k clavulanate tab 875-125 mg p\nAMOXICILLIN/CLAVULANATE P - amoxicillin & k clavulanate chew\n\ntab 200-28.5 mg, 400-57 mg\nNP\n\nAMOXICILLIN/CLAVULANATE P - amoxicillin & k clavulanate tab er\n12hr 1000-62.5 mg\n\nNP\n\nAMPICILLIN - ampicillin cap 500 mg NP\ndicloxacillin sodium cap 250 mg, 500 mg np\nPENICILLIN V POTASSIUM - penicillin v potassium for soln\n\n125 mg/5ml, 250 mg/5ml\nNP\n\npenicillin v potassium tab 250 mg, 500 mg p\nCEPHALOSPORINS\nCEFACLOR - cefaclor cap 250 mg, 500 mg NP\nCEFACLOR - cefaclor for susp 125 mg/5ml, 250 mg/5ml,\n\n375 mg/5ml\nNP\n\nCEFACLOR ER - cefaclor monohydrate tab er 12hr 500 mg NP\nCEFADROXIL - cefadroxil tab 1 gm NP\ncefadroxil cap 500 mg p\ncefadroxil for susp 250 mg/5ml, 500 mg/5ml np\ncefdinir cap 300 mg p\ncefdinir for susp 125 mg/5ml, 250 mg/5ml np\ncefixime cap 400 mg (Suprax) np\ncefixime for susp 100 mg/5ml np\ncefixime for susp 200 mg/5ml (Suprax) np\ncefpodoxime proxetil for susp 50 mg/5ml, 100 mg/5ml np\ncefpodoxime proxetil tab 100 mg, 200 mg np\ncefprozil for susp 125 mg/5ml, 250 mg/5ml np\ncefprozil tab 250 mg, 500 mg np\ncefuroxime axetil tab 250 mg, 500 mg np\nCEPHALEXIN - cephalexin cap 750 mg NP\nCEPHALEXIN - cephalexin tab 250 mg, 500 mg NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 2\n\nDrug Name Drug Tier Requirements/Limits\ncephalexin cap 250 mg, 500 mg p\ncephalexin for susp 125 mg/5ml, 250 mg/5ml np\nSUPRAX - cefixime chew tab 100 mg, 200 mg P\nSUPRAX - cefixime for susp 500 mg/5ml P\n\nMACROLIDES\nAZITHROMYCIN - azithromycin powd pack for susp 1 gm P\nazithromycin for susp 100 mg/5ml, 200 mg/5ml (Zithromax) np\nazithromycin tab 250 mg, 500 mg (Zithromax) p QL (60 tablets/180 days)\nazithromycin tab 600 mg np QL (60 tablets/180 days)\nCLARITHROMYCIN - clarithromycin for susp 125 mg/5ml,\n\n250 mg/5ml\nNP\n\nclarithromycin tab er 24hr 500 mg np QL (28 tablets/30 days)\nclarithromycin tab 250 mg, 500 mg np\nDIFICID - fidaxomicin tab 200 mg P\nDIFICID - fidaxomicin for susp 40 mg/ml P\nE.E.S. 400 - erythromycin ethylsuccinate tab 400 mg NP\nERYTHROCIN STEARATE - erythromycin stearate tab 250 mg P\nERYTHROMYCIN - erythromycin w/ delayed release particles cap\n\n250 mg\nNP\n\nERYTHROMYCIN ETHYLSUCCINA - erythromycin ethylsuccinate\ntab 400 mg\n\nNP\n\nerythromycin ethylsuccinate for susp 200 mg/5ml\n(E.e.s. granules)\n\nnp\n\nerythromycin ethylsuccinate for susp 400 mg/5ml (Eryped 400) np\nerythromycin tab delayed release 250 mg, 333 mg, 500 mg np\nerythromycin tab 250 mg, 500 mg np\nZITHROMAX - azithromycin powd pack for susp 1 gm NP\n\nTETRACYCLINES\ndemeclocycline hcl tab 150 mg, 300 mg np\ndoxycycline hyclate cap 50 mg np\ndoxycycline hyclate cap 100 mg (Vibramycin) p\nDOXYCYCLINE HYCLATE DR - doxycycline hyclate tab delayed\n\nrelease 80 mg\nNP\n\ndoxycycline hyclate tab delayed release 50 mg, 200 mg (Doryx) np\ndoxycycline hyclate tab delayed release 75 mg, 100 mg, 150 mg np\ndoxycycline hyclate tab 20 mg, 50 mg np\ndoxycycline hyclate tab 75 mg, 150 mg (Acticlate) np\ndoxycycline hyclate tab 100 mg p\ndoxycycline monohydrate cap 50 mg, 100 mg p\ndoxycycline monohydrate cap 75 mg, 150 mg np\ndoxycycline monohydrate for susp 25 mg/5ml (Vibramycin) np\ndoxycycline monohydrate tab 50 mg, 75 mg, 150 mg np\ndoxycycline monohydrate tab 100 mg p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 3\n\nDrug Name Drug Tier Requirements/Limits\nminocycline hcl cap 50 mg p\nminocycline hcl cap 75 mg, 100 mg np\nminocycline hcl tab er 24hr 45 mg, 90 mg, 135 mg np\nminocycline hcl tab er 24hr 55 mg, 65 mg, 80 mg, 105 mg,\n\n115 mg (Solodyn)\nnp\n\nminocycline hcl tab 50 mg, 75 mg, 100 mg np\nNUZYRA - omadacycline tosylate tab 150 mg (base equivalent) NP QL (30 tablets/180 days)\ntetracycline hcl cap 250 mg, 500 mg np\nFLUOROQUINOLONES\nBAXDELA - delafloxacin meglumine tab 450 mg (base equiv) NP QL (28 tablets/180 days)\nCIPRO - ciprofloxacin for oral susp 250 mg/5ml (5%) (5 gm/100ml),\n\n500 mg/5ml (10%) (10 gm/100ml)\nNP\n\nCIPROFLOXACIN HCL - ciprofloxacin hcl tab 100 mg (base equiv) NP\nciprofloxacin hcl tab 250 mg (base equiv), 500 mg (base equiv)\n\n(Cipro)\np\n\nciprofloxacin hcl tab 750 mg (base equiv) p\nlevofloxacin oral soln 25 mg/ml np\nlevofloxacin tab 250 mg, 500 mg, 750 mg p\nmoxifloxacin hcl tab 400 mg (base equiv) np\nOFLOXACIN - ofloxacin tab 300 mg P\nofloxacin tab 400 mg np\nAMINOGLYCOSIDES\nARIKAYCE - amikacin sulfate liposome inhal susp 590 mg/8.4ml\n\n(base eq)\nNP PA, QL (235.2 mls/28 days), SP\n\nKITABIS PAK - tobramycin nebu soln 300 mg/5ml NP PA, QL (56 containers/56 days), SP\nneomycin sulfate tab 500 mg p\nparomomycin sulfate cap 250 mg (Humatin) np\nTOBI PODHALER - tobramycin inhal cap 28 mg NP QL (224 capsules/56 days), SP\nTOBRAMYCIN - tobramycin nebu soln 300 mg/5ml NP PA, QL (56 containers/56 days), SP\ntobramycin nebu soln 300 mg/5ml (Tobi) np QL (56 containers/56 days), SP\ntobramycin nebu soln 300 mg/4ml (Bethkis) np QL (56 containers/56 days), SP\nSULFONAMIDES\nSULFADIAZINE - sulfadiazine tab 500 mg NP\n\nANTIMYCOBACTERIAL AGENTS\nCYCLOSERINE - cycloserine cap 250 mg NP\nethambutol hcl tab 100 mg np\nethambutol hcl tab 400 mg (Myambutol) np\nISONIAZID - isoniazid tab 100 mg NP\nISONIAZID - isoniazid syrup 50 mg/5ml NP\nisoniazid tab 300 mg p\nPASER - aminosalicylic acid er granules packet 4 gm NP\nPRETOMANID - pretomanid tab 200 mg NP\nPRIFTIN - rifapentine tab 150 mg P\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 4\n\nDrug Name Drug Tier Requirements/Limits\npyrazinamide tab 500 mg np\nrifabutin cap 150 mg (Mycobutin) np\nrifampin cap 150 mg, 300 mg np\nSIRTURO - bedaquiline fumarate tab 20 mg (base equiv), 100 mg\n\n(base equiv)\nNP\n\nTRECATOR - ethionamide tab 250 mg NP\n\nANTIFUNGALS\nBREXAFEMME - ibrexafungerp citrate tab 150 mg NP PA, QL (4 tablets/90 days)\nCRESEMBA - isavuconazonium sulfate cap 186 mg (isavuconazole\n\n100 mg)\nNP PA\n\nfluconazole for susp 10 mg/ml, 40 mg/ml (Diflucan) np\nfluconazole tab 50 mg, 100 mg, 150 mg, 200 mg (Diflucan) p\nflucytosine cap 250 mg, 500 mg (Ancobon) np\ngriseofulvin microsize susp 125 mg/5ml np\ngriseofulvin microsize tab 500 mg np\ngriseofulvin ultramicrosize tab 125 mg, 250 mg np\nitraconazole cap 100 mg (Sporanox) np QL (120 capsules/30 days)\nitraconazole oral soln 10 mg/ml (Sporanox) np QL (1200 mls/30 days)\nketoconazole tab 200 mg np\nNOXAFIL - posaconazole susp 40 mg/ml P PA\nnystatin tab 500000 unit np\nposaconazole tab delayed release 100 mg (Noxafil) np PA\nterbinafine hcl tab 250 mg p\nTOLSURA - itraconazole cap 65 mg NP PA\nvoriconazole for susp 40 mg/ml (Vfend) np PA\nvoriconazole tab 50 mg, 200 mg (Vfend) np PA\nANTIVIRALS\nabacavir sulfate soln 20 mg/ml (base equiv) (Ziagen) np QL (960 mls/30 days)\nabacavir sulfate tab 300 mg (base equiv) (Ziagen) np QL (60 tablets/30 days)\nabacavir sulfate-lamivudine tab 600-300 mg (Epzicom) np QL (30 tablets/30 days)\nacyclovir cap 200 mg p\nacyclovir susp 200 mg/5ml (Zovirax) np\nacyclovir tab 400 mg, 800 mg p\nadefovir dipivoxil tab 10 mg (Hepsera) np\nAPTIVUS - tipranavir cap 250 mg NP QL (120 capsules/30 days)\natazanavir sulfate cap 150 mg (base equiv) np QL (30 capsules/30 days)\natazanavir sulfate cap 200 mg (base equiv) (Reyataz) np QL (60 capsules/30 days)\natazanavir sulfate cap 300 mg (base equiv) (Reyataz) np QL (30 capsules/30 days)\nBARACLUDE - entecavir oral soln 0.05 mg/ml P\nBIKTARVY - bictegravir-emtricitabine-tenofovir af tab 30-120-15 mg,\n\n50-200-25 mg\nP QL (30 tablets/30 days)\n\nCIMDUO - lamivudine-tenofovir disoproxil fumarate tab 300-300 mg P QL (30 tablets/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 5\n\nDrug Name Drug Tier Requirements/Limits\nCOMPLERA - emtricitabine-rilpivirine-tenofovir df tab\n\n200-25-300 mg\nNP QL (30 tablets/30 days)\n\nDELSTRIGO - doravirine-lamivudine-tenofovir df tab\n100-300-300 mg\n\nP QL (30 tablets/30 days)\n\nDESCOVY - emtricitabine-tenofovir alafenamide fumarate tab\n120-15 mg, 200-25 mg\n\nP QL (30 tablets/30 days)\n\nDOVATO - dolutegravir sodium-lamivudine tab 50-300 mg (base eq) P QL (30 tablets/30 days)\nEDURANT - rilpivirine hcl tab 25 mg (base equivalent) NP QL (30 tablets/30 days)\nefavirenz cap 50 mg (Sustiva) np QL (90 capsules/30 days)\nefavirenz cap 200 mg (Sustiva) np QL (60 capsules/30 days)\nefavirenz tab 600 mg (Sustiva) np QL (30 tablets/30 days)\nefavirenz-emtricitabine-tenofovir df tab 600-200-300 mg np QL (30 tablets/30 days)\nefavirenz-lamivudine-tenofovir df tab 400-300-300 mg (Symfi lo) np QL (30 tablets/30 days)\nefavirenz-lamivudine-tenofovir df tab 600-300-300 mg (Symfi) np QL (30 tablets/30 days)\nemtricitabine caps 200 mg (Emtriva) np QL (30 capsules/30 days)\nemtricitabine-tenofovir disoproxil fumarate tab 100-150 mg,\n\n133-200 mg, 167-250 mg (Truvada)\nnp QL (30 tablets/30 days)\n\nemtricitabine-tenofovir disoproxil fumarate tab 200-300 mg\n(Truvada)\n\nnp AC, QL (30 tablets/30 days)\n\nEMTRIVA - emtricitabine soln 10 mg/ml NP QL (720 mls/30 days)\nentecavir tab 0.5 mg, 1 mg (Baraclude) np\nEPCLUSA - sofosbuvir-velpatasvir tab 200-50 mg, 400-100 mg P PA, QL (30 tablets/30 days), SP\nEPCLUSA - sofosbuvir-velpatasvir pellet pack 150-37.5 mg,\n\n200-50 mg\nP PA, QL (28 tablets/28 days), SP\n\nEPIVIR HBV - lamivudine oral soln 5 mg/ml (hbv) NP\netravirine tab 100 mg, 200 mg (Intelence) np QL (60 tablets/30 days)\nEVOTAZ - atazanavir sulfate-cobicistat tab 300-150 mg (base equiv) P QL (30 tablets/30 days)\nfamciclovir tab 125 mg, 250 mg, 500 mg np\nfosamprenavir calcium tab 700 mg (base equiv) (Lexiva) np QL (120 tablets/30 days)\nFUZEON - enfuvirtide for inj 90 mg NP QL (1 kit/30 days)\nGENVOYA - elvitegrav-cobic-emtricitab-tenofov af tab\n\n150-150-200-10 mg\nP QL (30 tablets/30 days)\n\nHARVONI - ledipasvir-sofosbuvir tab 45-200 mg, 90-400 mg P PA, QL (30 tablets/30 days), SP\nHARVONI - ledipasvir-sofosbuvir pellet pack 33.75-150 mg,\n\n45-200 mg\nP PA, QL (30 packets/30 days), SP\n\nINTELENCE - etravirine tab 25 mg P QL (120 tablets/30 days)\nISENTRESS - raltegravir potassium chew tab 25 mg (base equiv),\n\n100 mg (base equiv)\nP QL (180 tablets/30 days)\n\nISENTRESS - raltegravir potassium packet for susp 100 mg (base\nequiv)\n\nP QL (60 packets/30 days)\n\nISENTRESS - raltegravir potassium tab 400 mg (base equiv) P QL (60 tablets/30 days)\nISENTRESS HD - raltegravir potassium tab 600 mg (base equiv) P QL (60 tablets/30 days)\nJULUCA - dolutegravir sodium-rilpivirine hcl tab 50-25 mg (base eq) P QL (30 tablets/30 days)\nLAGEVRIO - molnupiravir cap 200 mg NP QL (40 capsules/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 6\n\nDrug Name Drug Tier Requirements/Limits\nlamivudine oral soln 10 mg/ml (Epivir) np QL (4 bottles/30 days)\nlamivudine tab 100 mg (hbv) (Epivir hbv) np\nlamivudine tab 150 mg, 300 mg (Epivir) np QL (30 tablets/30 days)\nlamivudine-zidovudine tab 150-300 mg (Combivir) np QL (60 tablets/30 days)\nLEXIVA - fosamprenavir calcium susp 50 mg/ml (base equiv) NP QL (8 bottles/30 days)\nLIVTENCITY - maribavir tab 200 mg NP SP\nlopinavir-ritonavir soln 400-100 mg/5ml (80-20 mg/ml) (Kaletra) np QL (3 bottles/30 days)\nlopinavir-ritonavir tab 100-25 mg (Kaletra) np QL (180 tablets/90 days)\nlopinavir-ritonavir tab 200-50 mg (Kaletra) np QL (120 tablets/30 days)\nmaraviroc tab 150 mg (Selzentry) np QL (60 tablets/30 days)\nmaraviroc tab 300 mg (Selzentry) np QL (120 tablets/30 days)\nMAVYRET - glecaprevir-pibrentasvir tab 100-40 mg P PA, QL (90 tablets/30 days), SP\nMAVYRET - glecaprevir-pibrentasvir pellet pack 50-20 mg P PA, QL (140 tablets/28 days), SP\nNEVIRAPINE - nevirapine susp 50 mg/5ml NP QL (1200 mls/30 days)\nNEVIRAPINE ER - nevirapine tab er 24hr 100 mg NP QL (90 tablets/30 days)\nnevirapine tab er 24hr 400 mg np QL (30 tablets/30 days)\nnevirapine tab 200 mg p QL (60 tablets/30 days)\nNORVIR - ritonavir oral soln 80 mg/ml P QL (2 bottles/30 days)\nNORVIR - ritonavir powder packet 100 mg NP QL (360 packets/30 days)\nODEFSEY - emtricitabine-rilpivirine-tenofovir af tab 200-25-25 mg P QL (30 tablets/30 days)\noseltamivir phosphate cap 30 mg (base equiv) (Tamiflu) np QL (40 capsules/120 days)\noseltamivir phosphate cap 45 mg (base equiv), 75 mg (base\n\nequiv) (Tamiflu)\nnp QL (20 capsules/120 days)\n\noseltamivir phosphate for susp 6 mg/ml (base equiv) (Tamiflu) np QL (300 mls/120 days)\nPAXLOVID - nirmatrelvir tab 10 x 150 mg & ritonavir tab 10 x\n\n100 mg pak\nNP PA, QL (20 tablets/30 days)\n\nPAXLOVID - nirmatrelvir tab 20 x 150 mg & ritonavir tab 10 x\n100 mg pak\n\nNP QL (30 capsules/30 days)\n\nPEGASYS - peginterferon alfa-2a soln prefilled syr 180 mcg/0.5ml P PA, SP\nPEGASYS - peginterferon alfa-2a inj 180 mcg/ml P PA, SP\nPIFELTRO - doravirine tab 100 mg NP QL (30 tablets/30 days)\nPREVYMIS - letermovir tab 240 mg, 480 mg NP QL (100 tablets/180 days)\nPREZCOBIX - darunavir-cobicistat tab 800-150 mg P QL (30 tablets/30 days)\nPREZISTA - darunavir oral susp 100 mg/ml P QL (2 bottles/30 days)\nPREZISTA - darunavir tab 75 mg P QL (300 tablets/30 days)\nPREZISTA - darunavir tab 150 mg P QL (180 tablets/30 days)\nPREZISTA - darunavir tab 600 mg P QL (60 tablets/30 days)\nPREZISTA - darunavir tab 800 mg P QL (30 tablets/30 days)\nRELENZA DISKHALER - zanamivir aero powder breath activated\n\n5 mg/blister\nNP QL (40 blisters/120 days)\n\nREYATAZ - atazanavir sulfate oral powder packet 50 mg (base\nequiv)\n\nNP QL (240 packets/30 days)\n\nribavirin cap 200 mg np SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 7\n\nDrug Name Drug Tier Requirements/Limits\nribavirin tab 200 mg np SP\nritonavir tab 100 mg (Norvir) np QL (360 tablets/30 days)\nRUKOBIA - fostemsavir tromethamine tab er 12hr 600 mg NP QL (60 tablets/30 days)\nSELZENTRY - maraviroc oral soln 20 mg/ml NP QL (8 bottles/30 days)\nSELZENTRY - maraviroc tab 25 mg NP QL (240 tablets/30 days)\nSELZENTRY - maraviroc tab 75 mg NP QL (60 tablets/30 days)\nSITAVIG - acyclovir buccal tab 50 mg NP PA, QL (2 tablets/180 days)\nSOVALDI - sofosbuvir tab 200 mg, 400 mg P PA, QL (30 tablets/30 days), SP\nSOVALDI - sofosbuvir pellet pack 150 mg, 200 mg P PA, QL (30 packets/30 days), SP\nSTAVUDINE - stavudine cap 15 mg, 20 mg, 30 mg, 40 mg NP QL (60 capsules/30 days)\nSTRIBILD - elvitegrav-cobic-emtricitab-tenofovdf tab\n\n150-150-200-300 mg\nNP QL (30 tablets/30 days)\n\nSYMTUZA - darunavir-cobic-emtricitab-tenofov af tab\n800-150-200-10 mg\n\nP QL (30 tablets/30 days)\n\ntenofovir disoproxil fumarate tab 300 mg (Viread) np QL (30 tablets/30 days)\nTIVICAY - dolutegravir sodium tab 10 mg (base equiv) P QL (240 tablets/30 days)\nTIVICAY - dolutegravir sodium tab 25 mg (base equiv), 50 mg (base\n\nequiv)\nP QL (60 tablets/30 days)\n\nTIVICAY PD - dolutegravir sodium tab for oral susp 5 mg (base\nequiv)\n\nP QL (360 tablets/30 days)\n\nTRIUMEQ - abacavir-dolutegravir-lamivudine tab 600-50-300 mg P QL (30 tablets/30 days)\nTRIUMEQ PD - abacavir-dolutegravir-lamivudine tab for oral sus\n\n60-5-30 mg\nP QL (180 tablets/30 days)\n\nTRIZIVIR - abacavir sulfate-lamivudine-zidovudine tab\n300-150-300 mg\n\nNP QL (60 tablets/30 days)\n\nTYBOST - cobicistat tab 150 mg NP QL (30 tablets/30 days)\nvalacyclovir hcl tab 500 mg (Valtrex) p\nvalacyclovir hcl tab 1 gm (Valtrex) np\nvalganciclovir hcl for soln 50 mg/ml (base equiv) (Valcyte) np\nvalganciclovir hcl tab 450 mg (base equivalent) (Valcyte) np\nVEMLIDY - tenofovir alafenamide fumarate tab 25 mg P\nVIRACEPT - nelfinavir mesylate tab 250 mg NP QL (270 tablets/30 days)\nVIRACEPT - nelfinavir mesylate tab 625 mg NP QL (120 tablets/30 days)\nVIREAD - tenofovir disoproxil fumarate tab 150 mg, 200 mg, 250 mg P QL (30 tablets/30 days)\nVIREAD - tenofovir disoproxil fumarate oral powder 40 mg/gm P QL (4 bottles/30 days)\nVOSEVI - sofosbuvir-velpatasvir-voxilaprevir tab 400-100-100 mg P PA, QL (30 tablets/30 days), SP\nXOFLUZA - baloxavir marboxil tab therapy pack 1 x 40 mg (40 mg\n\ndose), 1 x 80 mg (80 mg dose)\nNP QL (2 tablets/120 days)\n\nzidovudine cap 100 mg (Retrovir) np QL (180 capsules/30 days)\nzidovudine syrup 10 mg/ml (Retrovir) np QL (8 bottles/30 days)\nzidovudine tab 300 mg np QL (60 tablets/30 days)\nANTIMALARIALS\nARAKODA - tafenoquine succinate tab 100 mg (base equivalent) NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 8\n\nDrug Name Drug Tier Requirements/Limits\natovaquone-proguanil hcl tab 62.5-25 mg, 250-100 mg\n\n(Malarone)\nnp QL (30 tablets/90 days)\n\nCHLOROQUINE PHOSPHATE - chloroquine phosphate tab 500 mg NP\nchloroquine phosphate tab 250 mg np\nCOARTEM - artemether-lumefantrine tab 20-120 mg NP\nHYDROXYCHLOROQUINE SULFAT - hydroxychloroquine sulfate\n\ntab 100 mg, 300 mg, 400 mg\nNP\n\nhydroxychloroquine sulfate tab 200 mg (Plaquenil) np\nKRINTAFEL - tafenoquine succinate tab 150 mg (base equivalent) NP\nmefloquine hcl tab 250 mg np\nprimaquine phosphate tab 26.3 mg (15 mg base) (Primaquine\n\nphosphate)\nnp\n\npyrimethamine tab 25 mg (Daraprim) np PA\nquinine sulfate cap 324 mg (Qualaquin) np\nAMEBICIDES\nSOLOSEC - secnidazole granules packet 2 gm P\n\nANTHELMINTICS\nalbendazole tab 200 mg np\nBENZNIDAZOLE - benznidazole tab 12.5 mg, 100 mg P\nEMVERM - mebendazole chew tab 100 mg NP\nivermectin tab 3 mg (Stromectol) np\npraziquantel tab 600 mg (Biltricide) np\nANTI-INFECTIVE AGENTS - MISC.\nAEMCOLO - rifamycin sodium tab delayed release 194 mg (base\n\nequiv)\nNP\n\nALINIA - nitazoxanide for susp 100 mg/5ml P QL (180 mls/30 days)\natovaquone susp 750 mg/5ml (Mepron) np\nCAYSTON - aztreonam lysine for inhal soln 75 mg (base equivalent) NP QL (1 kit/56 days), SP\nclindamycin hcl cap 75 mg, 150 mg, 300 mg (Cleocin) p\nclindamycin palmitate hcl for soln 75 mg/5ml (base equiv)\n\n(Cleocin pediatric gr)\nnp\n\ndapsone tab 25 mg, 100 mg np\nFIRVANQ - vancomycin hcl for oral soln 25 mg/ml (base equivalent),\n\n50 mg/ml (base equivalent)\nNP\n\nfosfomycin tromethamine powd pack 3 gm (base equivalent)\n(Monurol)\n\nnp\n\nIMPAVIDO - miltefosine cap 50 mg P\nLAMPIT - nifurtimox tab 30 mg, 120 mg NP\nlinezolid for susp 100 mg/5ml (Zyvox) np QL (600 mls/180 days)\nlinezolid tab 600 mg (Zyvox) np QL (56 tablets/180 days)\nmethenamine hippurate tab 1 gm (Hiprex) np\nmetronidazole cap 375 mg (Flagyl) np\nmetronidazole tab 250 mg, 500 mg p\nnitazoxanide tab 500 mg (Alinia) np QL (6 tablets/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 9\n\nDrug Name Drug Tier Requirements/Limits\nnitrofurantoin macrocrystalline cap 25 mg, 50 mg, 100 mg\n\n(Macrodantin)\nnp\n\nnitrofurantoin monohydrate macrocrystalline cap 100 mg\n(Macrobid)\n\nnp\n\nnitrofurantoin susp 25 mg/5ml np\npentamidine isethionate for nebulization soln 300 mg\n\n(Nebupent)\nnp\n\nSIVEXTRO - tedizolid phosphate tab 200 mg NP QL (6 tablets/180 days)\nsulfamethoxazole-trimethoprim susp 200-40 mg/5ml np\nsulfamethoxazole-trimethoprim tab 400-80 mg (Bactrim) p\nsulfamethoxazole-trimethoprim tab 800-160 mg (Bactrim ds) p\ntinidazole tab 250 mg, 500 mg np\nTRIMETHOPRIM - trimethoprim tab 100 mg NP\nvancomycin hcl cap 125 mg (base equivalent), 250 mg (base\n\nequivalent) (Vancocin)\nnp QL (120 capsules/30 days)\n\nVANCOMYCIN HYDROCHLORIDE - vancomycin hcl for oral soln\n50 mg/ml (base equivalent)\n\nNP\n\nXIFAXAN - rifaximin tab 200 mg NP QL (9 tablets/30 days)\nXIFAXAN - rifaximin tab 550 mg P QL (60 tablets/30 days)\n\nBIOLOGICALS\nVACCINES\nACTHIB - haemophilus b polysaccharide conjugate vaccine for inj P AC\nAFLURIA QUADRIVALENT 2022 - influenza virus vac split\n\nquadrivalent susp pref syr 0.5ml\nP AC\n\nAFLURIA QUADRIVALENT 2022 - influenza virus vaccine split\nquadrivalent im inj\n\nP AC\n\nBEXSERO - meningococcal vac b (recomb omv adjuv) inj prefilled\nsyringe\n\nP AC\n\nCOMIRNATY - covid-19 mrna vac tris-sucrose-pfizer im susp\n30 mcg/0.3ml\n\nP\n\nENGERIX-B - hepatitis b vaccine (recombinant) susp 10 mcg/0.5ml,\n20 mcg/ml\n\nP AC\n\nFLUAD QUADRIVALENT 2022-2 - influenza vac type a&b surface\nant adj quad pref syr 0.5 ml\n\nP AC\n\nFLUARIX QUADRIVALENT 2022 - influenza virus vac split\nquadrivalent susp pref syr 0.5ml\n\nP AC\n\nFLUBLOK QUADRIVALENT 2022 - influenza vac recomb ha quad\npf soln pref syr 0.5 ml\n\nP AC\n\nFLUCELVAX QUADRIVALENT 20 - influenza vac tiss-cult subunt\nquad susp pref syr 0.5 ml\n\nP AC\n\nFLUCELVAX QUADRIVALENT 20 - influenza vac tissue-cultured\nsubunit quadrivalent im susp\n\nP AC\n\nFLULAVAL QUADRIVALENT 202 - influenza virus vac split\nquadrivalent susp pref syr 0.5ml\n\nP AC\n\nFLUMIST QUADRIVALENT - influenza virus vaccine live\nquadrivalent intranasal susp\n\nP AC\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 10\n\nDrug Name Drug Tier Requirements/Limits\nFLUZONE HIGH-DOSE PF 2022 - influenza vac split high-dose\n\nquad pf susp pref syr 0.7 ml\nP AC\n\nFLUZONE QUADRIVALENT 2022 - influenza virus vac split\nquadrivalent susp pref syr 0.5ml\n\nP AC\n\nFLUZONE QUADRIVALENT 2022 - influenza virus vaccine split\nquadrivalent im inj\n\nP AC\n\nFLUZONE QUADRIVALENT 2022 - influenza virus vaccine split\nquadrivalent inj 0.5 ml\n\nP AC\n\nGARDASIL 9 - human papillomavirus (hpv) 9-valent recomb vac\nsusp pref syr\n\nP AC\n\nGARDASIL 9 - human papillomavirus (hpv) 9-valent recomb vac im\nsusp\n\nP AC\n\nHAVRIX - hepatitis a vaccine inj susp 720 el unit/0.5ml, 1440 el unit/\nml\n\nP AC\n\nHEPLISAV-B - hepatitis b vaccine recomb adjuvanted pref syr\n20 mcg/0.5ml\n\nP AC\n\nHIBERIX - haemophilus b polysaccharide conjugate vac for inj\n10 mcg\n\nP AC\n\nIMOVAX RABIES (H.D.C.V.) - rabies virus vaccine, hdc inj P\nIPOL INACTIVATED IPV - poliovirus vaccine, ipv injection P AC\nJANSSEN COVID-19 VACCINE - covid-19 (sars-cov-2) ad26 vector\n\nvaccine-janssen im 0.5 ml\nP\n\nM-M-R II - measles-mumps-rubella virus vaccines for inj soln P AC\nMENACTRA - meningococcal (a, c, y, and w-135) diphth conjugate\n\nvaccine\nP AC\n\nMENQUADFI - meningococcal (a, c, y, and w-135) tetanus\nconjugate vaccine\n\nP AC\n\nMENVEO - meningococcal (a, c, y, and w-135) oligo conj vac for inj P AC\nMODERNA COVID-19 VACCINE - covid-19 mrna vaccine 6mo-5y-\n\nmoderna im susp 25 mcg/0.25ml\nP\n\nMODERNA COVID-19 VACCINE - covid-19 (sars-cov-2)mrna vacc-\nmoderna im susp 50 mcg/0.5ml, 100 mcg/0.5ml\n\nP\n\nMODERNA COVID-19 VACCINE/ - covid-19 mrna bivalent vaccine-\nmoderna im susp 50 mcg/0.5ml\n\nP\n\nNOVAVAX COVID-19 VACCINE - covid-19 subunit prot recom adjuv\nvac-novavax im 5 mcg/0.5ml\n\nP\n\nPEDVAX HIB - haemophilus b polysaccharide conj vac im susp\n7.5 mcg/0.5 ml\n\nP AC\n\nPFIZER-BIONTECH COVID-19 - covid-19 mrna bivalent vaccine-\npfizer im susp 30 mcg/0.3ml\n\nP\n\nPFIZER-BIONTECH COVID-19 - covid-19 (sars-cov-2) mrna vacc-\npfizer im susp 30 mcg/0.3ml\n\nP\n\nPFIZER-BIONTECH COVID-19 - covid-19 mrna vac tris-sucrose-\npfizer im susp 30 mcg/0.3ml\n\nP\n\nPFIZER-BIONTECH COVID-19 - covid-19 mrna vac tris-s 5-11y-\npfizer im susp 10 mcg/0.2ml\n\nP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 11\n\nDrug Name Drug Tier Requirements/Limits\nPFIZER-BIONTECH COVID-19 - covid-19 mrna vac tris-s 6mo-4y-\n\npfizer im susp 3 mcg/0.2ml\nP\n\nPNEUMOVAX 23 - pneumococcal vaccine polyvalent inj\n25 mcg/0.5ml\n\nP AC\n\nPNEUMOVAX 23/1 DOSE - pneumococcal vaccine polyvalent inj\n25 mcg/0.5ml\n\nP AC\n\nPREHEVBRIO - hepatitis b vaccine 3-antigen (recombinant) susp\n10 mcg/ml\n\nP AC\n\nPREVNAR 13 - pneumococcal 13-valent conjugate vaccine inj P AC\nPREVNAR 20 - pneumococcal 20-valent conjugate vaccine sus pref\n\nsyr 0.5 ml\nP AC\n\nPROQUAD - measles-mumps-rubella-varicella virus vaccines for\nsusp\n\nP AC\n\nRABAVERT - rabies vaccine, pcec for inj P\nRECOMBIVAX HB - hepatitis b vaccine (recombinant) susp\n\n5 mcg/0.5ml, 10 mcg/ml, 40 mcg/ml\nP AC\n\nROTARIX - rotavirus vaccine, live for oral susp P AC\nROTATEQ - rotavirus vaccine, live oral pentavalent soln P AC\nSHINGRIX - zoster vac recombinant adjuvanted for im inj\n\n50 mcg/0.5ml\nP AC\n\nSPIKEVAX COVID-19 VACCINE - covid-19 (sars-cov-2)mrna vacc-\nmoderna im susp 100 mcg/0.5ml\n\nP\n\nTRUMENBA - meningococcal group b vac (recomb) im susp\nprefilled syr\n\nP AC\n\nTWINRIX - hep a-hep b vaccine susp pref syr 720-20 elu-mcg/ml P AC\nVAQTA - hepatitis a vaccine inj susp 25 unit/0.5ml, 50 unit/ml P AC\nVARIVAX - varicella virus vac live for subcutaneous inj 1350\n\npfu/0.5ml\nP AC\n\nVAXNEUVANCE - pneumococcal 15-valent conjugate vaccine sus\npref syr 0.5 ml\n\nP AC\n\nVIVOTIF - typhoid vaccine cap delayed release NP\n\nTOXOIDS\nADACEL - tet tox-diph-acell pertuss ad inj 5-2-15.5 lf-lf-mcg/0.5ml P AC\nBOOSTRIX - tet-diph-acell pertuss ad pref syr 5-2.5-18.5 lf-\n\nmcg/0.5ml\nP AC\n\nBOOSTRIX - tet tox-diph-acell pertuss ad inj 5-2.5-18.5 lf-lf-\nmcg/0.5ml\n\nP AC\n\nDAPTACEL - diph, acellular pert & tet tox inj 15 lf-23 mcg-5 lf/0.5ml P AC\nDIPHTHERIA/TETANUS TOXOID - diphtheria-tetanus tox adsorbed\n\n(dt) im inj 25-5 unit/0.5ml\nP AC\n\nINFANRIX - diph, acellular pert & tet tox inj 25 lf-58 mcg-10 lf/0.5ml P AC\nKINRIX - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 ml P AC\nPEDIARIX - diph-tet tox-acell pert-hep b-polio ipv vac susp pref syr P AC\nPENTACEL - diph-ac per-tet tox ad-poliov-haemoph b poly vac for\n\nim susp\nP AC\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 12\n\nDrug Name Drug Tier Requirements/Limits\nQUADRACEL - diph-tetanus tox ad-acell pert & polio virus, ipv vac\n\ninj\nP AC\n\nQUADRACEL - diph-tetanus-acell pert-polio, ipv vacc susp pref syr\n0.5 ml\n\nP AC\n\nTDVAX - tetanus-diphtheria toxoids (td) inj 2-2 lf/0.5ml P AC\nTENIVAC - tetanus-diphtheria toxoids (td) inj 5-2 lfu P AC\nVAXELIS - diph-tet tox-ac pert ad-polio ipv-hib-hep b rec susp pre\n\nsyr\nP AC\n\nVAXELIS - diph-tet tox-ac pert ad-polio ipv-hib-hepatitis b recmb\nsusp\n\nP AC\n\nBIOLOGICALS MISC\nGRASTEK - timothy grass pollen allergen ext sl tab 2800 bau NP\nODACTRA - dust mite mixed ext sl tab 12 sq-hdm NP\nORALAIR - grass mixed pollen ext sl tab 300 ir (index of reactivity) NP\nPALFORZIA INITIAL DOSE ES - peanut powder-dnfp starter pack\n\n0.5 & 1 & 1.5 & 3 & 6 mg\nNP PA, QL (1 kit/180 days), SP\n\nPALFORZIA LEVEL 1 - peanut powder-dnfp cap sprinkle pack 3 x\n1 mg (3 mg dose)\n\nNP PA, QL (90 capsules/30 days), SP\n\nPALFORZIA LEVEL 10 - peanut powder-dnfp pack 2 x 20 mg & 2 x\n100 mg (240 mg dose)\n\nNP PA, QL (120 capsules/30 days), SP\n\nPALFORZIA LEVEL 11 (MAINT - peanut allergen powder-dnfp\nmaintenance packet 300 mg\n\nNP PA, QL (30 packets/30 days), SP\n\nPALFORZIA LEVEL 11 (TITRA - peanut allergen powder-dnfp\ntitration packet 300 mg\n\nNP PA, QL (30 packets/30 days), SP\n\nPALFORZIA LEVEL 2 - peanut powder-dnfp cap sprinkle pack 6 x\n1 mg (6 mg dose)\n\nNP PA, QL (180 capsules/30 days), SP\n\nPALFORZIA LEVEL 3 - peanut powder-dnfp pack 2 x 1 mg & 10 mg\n(12 mg dose)\n\nNP PA, QL (90 capsules/30 days), SP\n\nPALFORZIA LEVEL 4 - peanut powder-dnfp cap sprinkle pack\n20 mg (20 mg dose)\n\nNP PA, QL (30 capsules/30 days), SP\n\nPALFORZIA LEVEL 5 - peanut powder-dnfp cap sprinkle pack 2 x\n20 mg (40 mg dose)\n\nNP PA, QL (60 capsules/30 days), SP\n\nPALFORZIA LEVEL 6 - peanut powder-dnfp cap sprinkle pack 4 x\n20 mg (80 mg dose)\n\nNP PA, QL (120 capsules/30 days), SP\n\nPALFORZIA LEVEL 7 - peanut powder-dnfp pack 20 mg & 100 mg\n(120 mg dose)\n\nNP PA, QL (60 capsules/30 days), SP\n\nPALFORZIA LEVEL 8 - peanut powder-dnfp pack 3 x 20 mg &\n100 mg (160 mg dose)\n\nNP PA, QL (120 capsules/30 days), SP\n\nPALFORZIA LEVEL 9 - peanut powder-dnfp pack 2 x 100 mg\n(200 mg dose)\n\nNP PA, QL (60 capsules/30 days), SP\n\nRAGWITEK - short ragweed pollen allergen extract sl tab 12 amb a\n1-u\n\nNP\n\nANTINEOPLASTIC AGENTS\nANTINEOPLASTICS\nabiraterone acetate tab 250 mg (Zytiga) np PA, QL (120 tablets/30 days), SP\nabiraterone acetate tab 500 mg (Zytiga) np PA, QL (60 tablets/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 13\n\nDrug Name Drug Tier Requirements/Limits\nACTIMMUNE - interferon gamma-1b inj 100 mcg/0.5ml (2000000\n\nunit/0.5ml)\nP SP\n\nALECENSA - alectinib hcl cap 150 mg (base equivalent) P PA, QL (240 capsules/30 days), SP\nALUNBRIG - brigatinib tab initiation therapy pack 90 mg & 180 mg P PA, QL (1 pack/180 days), SP\nALUNBRIG - brigatinib tab 30 mg P PA, QL (120 tablets/30 days), SP\nALUNBRIG - brigatinib tab 90 mg, 180 mg P PA, QL (30 tablets/30 days), SP\nanastrozole tab 1 mg (Arimidex) p AC\nAYVAKIT - avapritinib tab 25 mg, 50 mg, 100 mg, 200 mg, 300 mg P PA, QL (30 tablets/30 days), SP\nBALVERSA - erdafitinib tab 3 mg NP PA, QL (90 tablets/30 days), SP\nBALVERSA - erdafitinib tab 4 mg NP PA, QL (60 tablets/30 days), SP\nBALVERSA - erdafitinib tab 5 mg NP PA, QL (30 tablets/30 days), SP\nBESREMI - ropeginterferon alfa-2b-njft soln prefilled syr 500 mcg/ml NP PA, QL (2 syringes/28 days), SP\nbexarotene cap 75 mg (Targretin) np PA, SP\nbicalutamide tab 50 mg (Casodex) p\nBOSULIF - bosutinib tab 100 mg P PA, QL (90 tablets/30 days), SP\nBOSULIF - bosutinib tab 400 mg, 500 mg P PA, QL (30 tablets/30 days), SP\nBRAFTOVI - encorafenib cap 75 mg NP PA, QL (180 capsules/30 days), SP\nBRUKINSA - zanubrutinib cap 80 mg NP PA, QL (120 capsules/30 days), SP\nCABOMETYX - cabozantinib s-malate tab 20 mg (base equivalent),\n\n40 mg (base equivalent), 60 mg (base equivalent)\nP PA, QL (30 tablets/30 days), SP\n\nCALQUENCE - acalabrutinib cap 100 mg NP PA, QL (60 capsules/30 days), SP\ncapecitabine tab 150 mg, 500 mg (Xeloda) np PA, SP\nCAPRELSA - vandetanib tab 100 mg P PA, QL (60 tablets/30 days), SP\nCAPRELSA - vandetanib tab 300 mg P PA, QL (30 tablets/30 days), SP\nCOMETRIQ - cabozantinib s-malate cap 3 x 20 mg (60 mg dose) kit P PA, QL (1 carton/28 days), SP\nCOMETRIQ - cabozantinib s-mal cap 1 x 80 mg & 1 x 20 mg (100\n\ndose) kit\nP PA, QL (1 carton/28 days), SP\n\nCOMETRIQ - cabozantinib s-mal cap 1 x 80 mg & 3 x 20 mg (140\ndose) kit\n\nP PA, QL (1 carton/28 days), SP\n\nCOPIKTRA - duvelisib cap 15 mg, 25 mg NP PA, QL (56 capsules/28 days), SP\nCOTELLIC - cobimetinib fumarate tab 20 mg (base equivalent) P PA, QL (63 tablets/28 days), SP\nCYCLOPHOSPHAMIDE - cyclophosphamide tab 25 mg, 50 mg P\ncyclophosphamide cap 25 mg, 50 mg (Cyclophosphamide) np\nDAURISMO - glasdegib maleate tab 25 mg (base equivalent) NP PA, QL (60 tablets/30 days), SP\nDAURISMO - glasdegib maleate tab 100 mg (base equivalent) NP PA, QL (30 tablets/30 days), SP\nELIGARD - leuprolide acetate for subcutaneous inj kit 7.5 mg NP SP\nELIGARD - leuprolide acetate (3 month) for subcutaneous inj kit\n\n22.5mg\nNP SP\n\nELIGARD - leuprolide acetate (4 month) for subcutaneous inj kit\n30 mg\n\nNP SP\n\nELIGARD - leuprolide acetate (6 month) for subcutaneous inj kit\n45 mg\n\nNP SP\n\nEMCYT - estramustine phosphate sodium cap 140 mg P SP\nERIVEDGE - vismodegib cap 150 mg P PA, QL (30 capsules/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 14\n\nDrug Name Drug Tier Requirements/Limits\nERLEADA - apalutamide tab 60 mg P PA, QL (120 tablets/30 days), SP\nerlotinib hcl tab 25 mg (base equivalent) (Tarceva) np PA, QL (60 tablets/30 days), SP\nerlotinib hcl tab 100 mg (base equivalent), 150 mg (base\n\nequivalent) (Tarceva)\nnp PA, QL (30 tablets/30 days), SP\n\nETOPOSIDE - etoposide cap 50 mg P SP\nEULEXIN - flutamide cap 125 mg NP SP\neverolimus tab for oral susp 2 mg, 5 mg (Afinitor disperz) np PA, QL (60 tablets/30 days), SP\neverolimus tab for oral susp 3 mg (Afinitor disperz) np PA, QL (90 tablets/30 days), SP\neverolimus tab 2.5 mg, 5 mg, 7.5 mg, 10 mg (Afinitor) np PA, QL (30 tablets/30 days), SP\nexemestane tab 25 mg (Aromasin) np\nEXKIVITY - mobocertinib succinate cap 40 mg NP PA, QL (120 capsules/30 days), SP\nFLUTAMIDE - flutamide cap 125 mg NP SP\nFOTIVDA - tivozanib hcl cap 0.89 mg (base equivalent), 1.34 mg\n\n(base equivalent)\nNP PA, QL (21 capsules/28 days), SP\n\nGAVRETO - pralsetinib cap 100 mg NP PA, QL (120 capsules/30 days), SP\nGILOTRIF - afatinib dimaleate tab 20 mg (base equivalent), 30 mg\n\n(base equivalent), 40 mg (base equivalent)\nP PA, QL (30 tablets/30 days), SP\n\nGLEOSTINE - lomustine cap 10 mg, 40 mg, 100 mg P SP\nHYCAMTIN - topotecan hcl cap 0.25 mg (base equiv), 1 mg (base\n\nequiv)\nP PA, SP\n\nhydroxyurea cap 500 mg (Hydrea) np\nIBRANCE - palbociclib cap 75 mg, 100 mg, 125 mg P PA, QL (21 capsules/28 days), SP\nIBRANCE - palbociclib tab 75 mg, 100 mg, 125 mg P PA, QL (21 tablets/28 days), SP\nICLUSIG - ponatinib hcl tab 10 mg (base equiv), 15 mg (base\n\nequiv), 30 mg (base equiv), 45 mg (base equiv)\nP PA, QL (30 tablets/30 days), SP\n\nIDHIFA - enasidenib mesylate tab 50 mg (base equivalent), 100 mg\n(base equivalent)\n\nNP PA, QL (30 tablets/30 days), SP\n\nimatinib mesylate tab 100 mg (base equivalent) (Gleevec) np PA, QL (90 tablets/30 days), SP\nimatinib mesylate tab 400 mg (base equivalent) (Gleevec) np PA, QL (60 tablets/30 days), SP\nIMBRUVICA - ibrutinib tab 140 mg, 280 mg, 420 mg, 560 mg P PA, QL (30 tablets/30 days), SP\nIMBRUVICA - ibrutinib cap 70 mg P PA, QL (30 capsules/30 days), SP\nIMBRUVICA - ibrutinib cap 140 mg P PA, QL (90 capsules/30 days), SP\nINLYTA - axitinib tab 1 mg P PA, QL (180 tablets/30 days), SP\nINLYTA - axitinib tab 5 mg P PA, QL (120 tablets/30 days), SP\nINQOVI - decitabine-cedazuridine tab 35-100 mg NP PA, QL (5 tablets/28 days), SP\nINREBIC - fedratinib hcl cap 100 mg NP PA, QL (120 capsules/30 days), SP\nINTRON A - interferon alfa-2b for inj 10000000 unit, 50000000 unit P SP\nIRESSA - gefitinib tab 250 mg P PA, QL (30 tablets/30 days), SP\nJAKAFI - ruxolitinib phosphate tab 5 mg (base equivalent), 10 mg\n\n(base equivalent), 15 mg (base equivalent), 20 mg (base\nequivalent), 25 mg (base equivalent)\n\nP PA, QL (60 tablets/30 days), SP\n\nKISQALI - ribociclib succinate tab pack 200 mg daily dose P PA, QL (21 tablets/28 days), SP\nKISQALI - ribociclib succinate tab pack 400 mg daily dose (200 mg\n\ntab)\nP PA, QL (42 tablets/28 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 15\n\nDrug Name Drug Tier Requirements/Limits\nKISQALI - ribociclib succinate tab pack 600 mg daily dose (200 mg\n\ntab)\nP PA, QL (63 tablets/28 days), SP\n\nKISQALI FEMARA 200 DOSE - ribociclib 200 mg dose (200 mg tab)\n& letrozole 2.5 mg tbpk\n\nP PA, QL (49 tablets/28 days), SP\n\nKISQALI FEMARA 400 DOSE - ribociclib 400 mg dose (200 mg tab)\n& letrozole 2.5 mg tbpk\n\nP PA, QL (70 tablets/28 days), SP\n\nKISQALI FEMARA 600 DOSE - ribociclib 600 mg dose (200 mg tab)\n& letrozole 2.5 mg tbpk\n\nP PA, QL (91 tablets/28 days), SP\n\nKOSELUGO - selumetinib sulfate cap 10 mg NP PA, QL (240 capsules/30 days), SP\nKOSELUGO - selumetinib sulfate cap 25 mg NP PA, QL (120 capsules/30 days), SP\nlapatinib ditosylate tab 250 mg (base equiv) (Tykerb) np PA, QL (180 tablets/30 days), SP\nLENVIMA 10 MG DAILY DOSE - lenvatinib cap therapy pack 10 mg\n\n(10 mg daily dose)\nP PA, QL (30 capsules/30 days), SP\n\nLENVIMA 12MG DAILY DOSE - lenvatinib cap therapy pack 3 x\n4 mg (12 mg daily dose)\n\nP PA, QL (90 capsules/30 days), SP\n\nLENVIMA 14 MG DAILY DOSE - lenvatinib cap therapy pack 10 &\n4 mg (14 mg daily dose)\n\nP PA, QL (60 capsules/30 days), SP\n\nLENVIMA 18 MG DAILY DOSE - lenvatinib cap ther pack 10 mg & 2\nx 4 mg (18 mg daily dose)\n\nP PA, QL (90 capsules/30 days), SP\n\nLENVIMA 20 MG DAILY DOSE - lenvatinib cap therapy pack 2 x\n10 mg (20 mg daily dose)\n\nP PA, QL (60 capsules/30 days), SP\n\nLENVIMA 24 MG DAILY DOSE - lenvatinib cap ther pack 2 x 10 mg\n& 4 mg (24 mg daily dose)\n\nP PA, QL (90 capsules/30 days), SP\n\nLENVIMA 4 MG DAILY DOSE - lenvatinib cap therapy pack 4 mg\n(4 mg daily dose)\n\nP PA, QL (30 capsules/30 days), SP\n\nLENVIMA 8 MG DAILY DOSE - lenvatinib cap therapy pack 2 x\n4 mg (8 mg daily dose)\n\nP PA, QL (60 capsules/30 days), SP\n\nletrozole tab 2.5 mg (Femara) p\nleucovorin calcium tab 5 mg, 10 mg, 15 mg, 25 mg np\nLEUKERAN - chlorambucil tab 2 mg P SP\nleuprolide acetate inj kit 5 mg/ml np SP\nLONSURF - trifluridine-tipiracil tab 15-6.14 mg P PA, QL (60 tablets/28 days), SP\nLONSURF - trifluridine-tipiracil tab 20-8.19 mg P PA, QL (80 tablets/28 days), SP\nLORBRENA - lorlatinib tab 25 mg NP PA, QL (90 tablets/30 days), SP\nLORBRENA - lorlatinib tab 100 mg NP PA, QL (30 tablets/30 days), SP\nLUMAKRAS - sotorasib tab 120 mg NP PA, QL (240 tablets/30 days), SP\nLUPRON DEPOT (1-MONTH) - leuprolide acetate for inj kit\n\n3.75 mg, 7.5 mg\nP SP\n\nLUPRON DEPOT (3-MONTH) - leuprolide acetate (3 month) for inj\nkit 11.25 mg, 22.5 mg\n\nP SP\n\nLUPRON DEPOT (4-MONTH) - leuprolide acetate (4 month) for inj\nkit 30 mg\n\nP SP\n\nLUPRON DEPOT (6-MONTH) - leuprolide acetate (6 month) for inj\nkit 45 mg\n\nP SP\n\nLYNPARZA - olaparib tab 100 mg, 150 mg P PA, QL (120 tablets/30 days), SP\nLYSODREN - mitotane tab 500 mg P PA, SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 16\n\nDrug Name Drug Tier Requirements/Limits\nMATULANE - procarbazine hcl cap 50 mg P PA, SP\nmegestrol acetate susp 40 mg/ml np\nmegestrol acetate tab 20 mg, 40 mg p\nMEKINIST - trametinib dimethyl sulfoxide tab 0.5 mg (base\n\nequivalent)\nP PA, QL (90 tablets/30 days), SP\n\nMEKINIST - trametinib dimethyl sulfoxide tab 2 mg (base\nequivalent)\n\nP PA, QL (30 tablets/30 days), SP\n\nMEKTOVI - binimetinib tab 15 mg NP PA, QL (180 tablets/30 days), SP\nmelphalan tab 2 mg (Alkeran) np SP\nmercaptopurine tab 50 mg np\nMESNEX - mesna tab 400 mg P\nMETHOTREXATE SODIUM - methotrexate sodium inj 250 mg/10ml\n\n(25 mg/ml)\nNP\n\nmethotrexate sodium for inj 1 gm np\nmethotrexate sodium inj pf 50 mg/2ml (25 mg/ml), 250 mg/10ml\n\n(25 mg/ml)\np\n\nmethotrexate sodium inj pf 1000 mg/40ml (25 mg/ml) np\nmethotrexate sodium inj 50 mg/2ml (25 mg/ml) p\nmethotrexate sodium tab 2.5 mg (base equiv) np\nMYLERAN - busulfan tab 2 mg P SP\nNERLYNX - neratinib maleate tab 40 mg (base equivalent) NP PA, QL (180 tablets/30 days), SP\nnilutamide tab 150 mg (Nilandron) np SP\nNINLARO - ixazomib citrate cap 2.3 mg (base equivalent), 3 mg\n\n(base equivalent), 4 mg (base equivalent)\nP PA, QL (3 capsules/28 days), SP\n\nNUBEQA - darolutamide tab 300 mg P PA, QL (120 tablets/30 days), SP\nODOMZO - sonidegib phosphate cap 200 mg (base equivalent) P PA, QL (30 capsules/30 days), SP\nONUREG - azacitidine tab 200 mg, 300 mg NP PA, QL (14 tablets/28 days), SP\nORGOVYX - relugolix tab 120 mg NP PA, QL (30 tablets/30 days), SP\nPEMAZYRE - pemigatinib tab 4.5 mg, 9 mg, 13.5 mg NP PA, QL (14 tablets/21 days), SP\nPIQRAY 200MG DAILY DOSE - alpelisib tab therapy pack 200 mg\n\ndaily dose\nP PA, QL (28 tablets/28 days), SP\n\nPIQRAY 250MG DAILY DOSE - alpelisib tab pack 250 mg daily\ndose (200 mg & 50 mg tabs)\n\nP PA, QL (56 tablets/28 days), SP\n\nPIQRAY 300MG DAILY DOSE - alpelisib tab pack 300 mg daily\ndose (2x150 mg tab)\n\nP PA, QL (56 tablets/28 days), SP\n\nPOMALYST - pomalidomide cap 1 mg, 2 mg, 3 mg, 4 mg P PA, QL (21 capsules/28 days), SP\nPURIXAN - mercaptopurine susp 2000 mg/100ml (20 mg/ml) P SP\nQINLOCK - ripretinib tab 50 mg NP PA, QL (90 tablets/30 days), SP\nRETEVMO - selpercatinib cap 40 mg P PA, QL (180 capsules/30 days), SP\nRETEVMO - selpercatinib cap 80 mg P PA, QL (120 capsules/30 days), SP\nROZLYTREK - entrectinib cap 100 mg P PA, QL (30 capsules/30 days), SP\nROZLYTREK - entrectinib cap 200 mg P PA, QL (90 capsules/30 days), SP\nRUBRACA - rucaparib camsylate tab 200 mg (base equivalent),\n\n250 mg (base equivalent), 300 mg (base equivalent)\nP PA, QL (120 tablets/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 17\n\nDrug Name Drug Tier Requirements/Limits\nRYDAPT - midostaurin cap 25 mg P PA, QL (240 capsules/30 days), SP\nSCEMBLIX - asciminib hcl tab 20 mg NP PA, QL (60 tablets/30 days), SP\nSCEMBLIX - asciminib hcl tab 40 mg NP PA, QL (300 tablets/30 days), SP\nSOLTAMOX - tamoxifen citrate oral soln 10 mg/5ml (base\n\nequivalent)\nP\n\nsorafenib tosylate tab 200 mg (base equivalent) (Nexavar) np SP\nSPRYCEL - dasatinib tab 20 mg P PA, QL (90 tablets/30 days), SP\nSPRYCEL - dasatinib tab 50 mg, 70 mg, 80 mg, 100 mg, 140 mg P PA, QL (30 tablets/30 days), SP\nSTIVARGA - regorafenib tab 40 mg P PA, QL (84 tablets/28 days), SP\nsunitinib malate cap 12.5 mg (base equivalent) (Sutent) np PA, QL (90 capsules/30 days), SP\nsunitinib malate cap 25 mg (base equivalent), 37.5 mg (base\n\nequivalent), 50 mg (base equivalent) (Sutent)\nnp PA, QL (30 capsules/30 days), SP\n\nSYNRIBO - omacetaxine mepesuccinate for inj 3.5 mg P\nTABLOID - thioguanine tab 40 mg P SP\nTABRECTA - capmatinib hcl tab 150 mg, 200 mg P PA, QL (120 tablets/30 days), SP\nTAFINLAR - dabrafenib mesylate cap 50 mg (base equivalent),\n\n75 mg (base equivalent)\nP PA, QL (120 capsules/30 days), SP\n\nTAGRISSO - osimertinib mesylate tab 40 mg (base equivalent),\n80 mg (base equivalent)\n\nP PA, QL (30 tablets/30 days), SP\n\nTALZENNA - talazoparib tosylate cap 0.25 mg (base equivalent) P PA, QL (90 capsules/30 days), SP\nTALZENNA - talazoparib tosylate cap 0.5 mg (base equivalent),\n\n0.75 mg (base equivalent), 1 mg (base equivalent)\nP PA, QL (30 capsules/30 days), SP\n\ntamoxifen citrate tab 10 mg (base equivalent) p AC\ntamoxifen citrate tab 20 mg (base equivalent) np AC\nTASIGNA - nilotinib hcl cap 50 mg (base equivalent), 150 mg (base\n\nequivalent), 200 mg (base equivalent)\nP PA, QL (120 capsules/30 days), SP\n\nTAZVERIK - tazemetostat hbr tab 200 mg NP PA, QL (240 tablets/30 days), SP\ntemozolomide cap 5 mg, 20 mg, 100 mg, 140 mg, 180 mg np PA, SP\ntemozolomide cap 250 mg (Temodar) np PA, SP\nTEPMETKO - tepotinib hcl tab 225 mg NP PA, QL (60 tablets/30 days), SP\nTIBSOVO - ivosidenib tab 250 mg NP PA, QL (60 tablets/30 days), SP\ntoremifene citrate tab 60 mg (base equivalent) (Fareston) np SP\ntretinoin cap 10 mg np PA, SP\nTREXALL - methotrexate sodium tab 5 mg (base equiv), 7.5 mg\n\n(base equiv), 10 mg (base equiv), 15 mg (base equiv)\nNP\n\nTRUSELTIQ - infigratinib phos cap ther pack 2 x 25 mg (50 mg daily\ndose)\n\nNP PA, QL (42 capsules/28 days), SP\n\nTRUSELTIQ - infigratinib phos cap ther pack 3 x 25 mg (75 mg daily\ndose)\n\nNP PA, QL (63 capsules/28 days), SP\n\nTRUSELTIQ - infigratinib phos cap ther pack 100 mg (100 mg daily\ndose)\n\nNP PA, QL (21 capsules/28 days), SP\n\nTRUSELTIQ - infigratinib phos cap pack 100 & 25 mg (125 mg daily\ndose)\n\nNP PA, QL (42 capsules/28 days), SP\n\nTUKYSA - tucatinib tab 50 mg NP PA, QL (300 tablets/30 days), SP\nTUKYSA - tucatinib tab 150 mg NP PA, QL (120 tablets/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 18\n\nDrug Name Drug Tier Requirements/Limits\nTURALIO - pexidartinib hcl cap 200 mg (base equivalent) NP PA, QL (120 capsules/30 days), SP\nVENCLEXTA - venetoclax tab 10 mg P PA, QL (60 tablets/30 days), SP\nVENCLEXTA - venetoclax tab 50 mg P PA, QL (30 tablets/30 days), SP\nVENCLEXTA - venetoclax tab 100 mg P PA, QL (180 tablets/30 days), SP\nVENCLEXTA STARTING PACK - venetoclax tab therapy starter\n\npack 10 & 50 & 100 mg\nP PA, QL (1 pack/180 days), SP\n\nVERZENIO - abemaciclib tab 50 mg, 100 mg, 150 mg, 200 mg P PA, QL (60 tablets/30 days), SP\nVITRAKVI - larotrectinib sulfate oral soln 20 mg/ml (base equivalent) P PA, QL (300 mls/30 days), SP\nVITRAKVI - larotrectinib sulfate cap 25 mg (base equivalent) P PA, QL (180 capsules/30 days), SP\nVITRAKVI - larotrectinib sulfate cap 100 mg (base equivalent) P PA, QL (60 capsules/30 days), SP\nVIZIMPRO - dacomitinib tab 15 mg, 30 mg, 45 mg NP PA, QL (30 tablets/30 days), SP\nVONJO - pacritinib citrate cap 100 mg NP PA, QL (120 capsules/30 days), SP\nVOTRIENT - pazopanib hcl tab 200 mg (base equiv) P PA, QL (120 tablets/30 days), SP\nWELIREG - belzutifan tab 40 mg NP PA, QL (90 tablets/30 days), SP\nXALKORI - crizotinib cap 200 mg, 250 mg P PA, QL (60 capsules/30 days), SP\nXATMEP - methotrexate oral soln 2.5 mg/ml NP\nXOSPATA - gilteritinib fumarate tablet 40 mg (base equivalent) NP PA, QL (90 tablets/30 days), SP\nXPOVIO - selinexor tab therapy pack 40 mg (40 mg once weekly),\n\n60 mg (60 mg once weekly)\nNP PA, QL (4 tablets/28 days), SP\n\nXPOVIO - selinexor tab therapy pack 40 mg (40 mg twice weekly),\n40 mg (80 mg once weekly), 50 mg (100 mg once weekly)\n\nNP PA, QL (8 tablets/28 days), SP\n\nXPOVIO 60 MG TWICE WEEKLY - selinexor tab therapy pack\n20 mg (60 mg twice weekly)\n\nNP PA, QL (24 tablets/28 days), SP\n\nXPOVIO 80 MG TWICE WEEKLY - selinexor tab therapy pack\n20 mg (80 mg twice weekly)\n\nNP PA, QL (32 tablets/28 days), SP\n\nXTANDI - enzalutamide cap 40 mg P PA, QL (120 capsules/30 days), SP\nXTANDI - enzalutamide tab 40 mg P PA, QL (120 tablets/30 days), SP\nXTANDI - enzalutamide tab 80 mg P PA, QL (60 tablets/30 days), SP\nYONSA - abiraterone acetate tab 125 mg P PA, QL (120 tablets/30 days), SP\nZEJULA - niraparib tosylate cap 100 mg (base equivalent) P PA, QL (90 capsules/30 days), SP\nZELBORAF - vemurafenib tab 240 mg P PA, QL (240 tablets/30 days), SP\nZOLINZA - vorinostat cap 100 mg P PA, QL (120 capsules/30 days), SP\nZYDELIG - idelalisib tab 100 mg, 150 mg P PA, QL (60 tablets/30 days), SP\nZYKADIA - ceritinib tab 150 mg P PA, QL (90 tablets/30 days), SP\n\nENDOCRINE AND METABOLIC DRUGS\nCORTICOSTEROIDS\nALKINDI SPRINKLE - hydrocortisone cap sprinkle 0.5 mg, 1 mg,\n\n2 mg, 5 mg\nNP SP\n\nbudesonide delayed release particles cap 3 mg np\nbudesonide tab er 24hr 9 mg (Uceris) np\nDEXABLISS - dexamethasone tab therapy pack 1.5 mg (39) NP PA, QL (39 tablets/90 days)\nDEXAMETHASONE - dexamethasone soln 0.5 mg/5ml NP\nDEXAMETHASONE - dexamethasone tab 0.5 mg, 0.75 mg NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 19\n\nDrug Name Drug Tier Requirements/Limits\nDEXAMETHASONE - dexamethasone tab 1 mg, 2 mg P\ndexamethasone elixir 0.5 mg/5ml np\nDEXAMETHASONE INTENSOL - dexamethasone conc 1 mg/ml NP\ndexamethasone tab therapy pack 1.5 mg (21) np PA, QL (21 tablets/90 days)\ndexamethasone tab 1.5 mg, 4 mg, 6 mg p\nDEXAMETHASONE 10-DAY DOSE - dexamethasone tab therapy\n\npack 1.5 mg (35)\nNP PA, QL (35 tablets/90 days)\n\nDEXAMETHASONE 13-DAY DOSE - dexamethasone tab therapy\npack 1.5 mg (51)\n\nNP PA, QL (51 tablets/90 days)\n\nDXEVO 11-DAY - dexamethasone tab therapy pack 1.5 mg (39) NP PA, QL (39 tablets/90 days)\nEMFLAZA - deflazacort susp 22.75 mg/ml NP PA, SP\nEMFLAZA - deflazacort tab 6 mg NP PA, QL (60 tablets/30 days), SP\nEMFLAZA - deflazacort tab 18 mg NP PA, QL (30 tablets/30 days), SP\nEMFLAZA - deflazacort tab 30 mg, 36 mg NP PA, SP\nfludrocortisone acetate tab 0.1 mg p\nHEMADY - dexamethasone tab 20 mg NP\nhydrocortisone tab 5 mg, 10 mg, 20 mg (Cortef) np\nMEDROL - methylprednisolone tab 2 mg NP\nmethylprednisolone tab therapy pack 4 mg (21) (Medrol\n\ndosepak)\np\n\nmethylprednisolone tab 4 mg, 16 mg, 32 mg (Medrol) p\nmethylprednisolone tab 8 mg (Medrol) np\nMILLIPRED - prednisolone tab 5 mg NP\nORAPRED ODT - prednisolone sod phos orally disintegr tab 10 mg\n\n(base eq), 15 mg (base eq), 30 mg (base eq)\nNP\n\nORTIKOS - budesonide cap er 24hr 6 mg, 9 mg NP\nPREDNISOLONE - prednisolone syrup 15 mg/5ml (usp solution\n\nequivalent)\nNP\n\nprednisolone sod phosph oral soln 6.7 mg/5ml (5 mg/5ml base)\n(Pediapred)\n\nnp\n\nprednisolone sod phosphate oral soln 15 mg/5ml (base equiv) p\nprednisolone sod phosphate oral soln 10 mg/5ml (base equiv) np PA, QL (900 mls/30 days)\nprednisolone sod phosphate oral soln 20 mg/5ml (base equiv) np QL (450 mls/30 days)\nPREDNISOLONE SODIUM PHOSP - prednisolone sodium\n\nphosphate oral soln 25 mg/5ml (base eq)\nNP\n\nPREDNISOLONE SODIUM PHOSP - prednisolone sod phos orally\ndisintegr tab 10 mg (base eq), 15 mg (base eq), 30 mg (base eq)\n\nNP\n\nPREDNISONE - prednisone oral soln 5 mg/5ml P\nPREDNISONE INTENSOL - prednisone conc 5 mg/ml NP\nprednisone tab therapy pack 5 mg (21), 5 mg (48) p\nprednisone tab therapy pack 10 mg (21), 10 mg (48) np\nprednisone tab 1 mg, 2.5 mg, 5 mg, 10 mg, 20 mg, 50 mg p\nRAYOS - prednisone tab delayed release 1 mg, 2 mg, 5 mg NP+ QL (30 tablets/30 days)\nTAPERDEX 12-DAY - dexamethasone tab therapy pack 1.5 mg (49) NP PA, QL (49 tablets/90 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 20\n\nDrug Name Drug Tier Requirements/Limits\nTAPERDEX 7-DAY - dexamethasone tab therapy pack 1.5 mg (27) NP PA, QL (27 tablets/90 days)\nTARPEYO - budesonide delayed release cap 4 mg NP PA, QL (120 capsules/30 days)\nZCORT 7-DAY - dexamethasone tab therapy pack 1.5 mg (25) NP PA, QL (25 tablets/90 days)\n\nANDROGEN-ANABOLIC\nANDRODERM - testosterone td patch 24hr 2 mg/24hr, 4 mg/24hr NP PA, QL (30 patches/30 days)\ndanazol cap 50 mg, 100 mg, 200 mg np PA\nJATENZO - testosterone undecanoate cap 158 mg, 237 mg NP PA, QL (60 capsules/30 days)\nJATENZO - testosterone undecanoate cap 198 mg NP PA, QL (120 capsules/30 days)\nMETHITEST - methyltestosterone oral tab 10 mg NP PA, QL (600 tablets/30 days)\nmethyltestosterone cap 10 mg np PA, QL (600 capsules/30 days)\nNATESTO - testosterone nasal gel 5.5 mg/act NP PA, QL (3 tubes/30 days)\noxandrolone tab 2.5 mg, 10 mg np PA\nTESTOSTERONE - testosterone td gel 50 mg/5gm (1%) NP PA, QL (60 packets/30 days)\ntestosterone cypionate im inj in oil 100 mg/ml, 200 mg/ml\n\n(Depo-testosterone)\nnp PA, QL (10 ml/28 days)\n\nTESTOSTERONE ENANTHATE - testosterone enanthate im inj in\noil 200 mg/ml\n\nNP PA, QL (5 mls/28 days)\n\nTESTOSTERONE PUMP - testosterone td gel 12.5 mg/act (1%) NP PA, QL (4 pumps/30 days)\ntestosterone td gel 25 mg/2.5gm (1%), 40.5 mg/2.5gm (1.62%)\n\n(Androgel)\nnp PA, QL (150 grams/30 days)\n\ntestosterone td gel 50 mg/5gm (1%) (Androgel) np PA, QL (300 grams/30 days)\ntestosterone td gel 12.5 mg/act (1%) np PA, QL (300 grams/30 days)\ntestosterone td gel 20.25 mg/1.25gm (1.62%) (Androgel) np PA, QL (37.5 grams/30 days)\ntestosterone td gel 20.25 mg/act (1.62%) (Androgel pump) np PA, QL (150 grams/30 days)\ntestosterone td gel 10mg/act (2%) (Fortesta) np PA, QL (120 grams/30 days)\ntestosterone td soln 30 mg/act np PA, QL (180 ml/30 days)\nTLANDO - testosterone undecanoate cap 112.5 mg NP PA, QL (120 capsules/30 days)\nVOGELXO - testosterone td gel 50 mg/5gm (1%) NP PA, QL (60 packets/30 days)\nVOGELXO PUMP - testosterone td gel 12.5 mg/act (1%) NP PA, QL (4 pumps/30 days)\nXYOSTED - testosterone enanthate solution auto-injector\n\n50 mg/0.5ml, 75 mg/0.5ml, 100 mg/0.5ml\nNP PA, QL (2 ml/28 days)\n\nESTROGENS\nALORA - estradiol td patch twice weekly 0.025 mg/24hr,\n\n0.075 mg/24hr\nNP QL (30 patches/30 days)\n\nANGELIQ - drospirenone-estradiol tab 0.25-0.5 mg, 0.5-1 mg NP\nCLIMARA PRO - estradiol-levonorgestrel td patch weekly\n\n0.045-0.015 mg/day\nP\n\nCOMBIPATCH - estradiol-norethindrone ace td pttw 0.05-0.14 mg/\nday, 0.05-0.25 mg/day\n\nNP\n\nDELESTROGEN - estradiol valerate im in oil 10 mg/ml NP\nDEPO-ESTRADIOL - estradiol cypionate im in oil 5 mg/ml NP\nDIVIGEL - estradiol td gel 0.25 mg/0.25gm (0.1%), 0.5 mg/0.5gm\n\n(0.1%), 0.75 mg/0.75gm (0.1%), 1 mg/gm (0.1%), 1.25 mg/1.25gm\n(0.1%)\n\nP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 21\n\nDrug Name Drug Tier Requirements/Limits\nDUAVEE - conjugated estrogens-bazedoxifene tab 0.45-20 mg P\nELESTRIN - estradiol gel 0.06% (0.52 mg/0.87 gm metered-dose\n\npump)\nNP\n\nestradiol & norethindrone acetate tab 0.5-0.1 mg np\nestradiol & norethindrone acetate tab 1-0.5 mg (Activella) np\nestradiol tab 0.5 mg, 1 mg, 2 mg (Estrace) p\nestradiol td patch twice weekly 0.025 mg/24hr, 0.0375 mg/24hr,\n\n0.05 mg/24hr, 0.075 mg/24hr, 0.1 mg/24hr (Vivelle-dot)\nnp QL (30 patches/30 days)\n\nestradiol td patch weekly 0.025 mg/24hr, 0.0375 mg/24hr\n(37.5 mcg/24hr), 0.05 mg/24hr, 0.06 mg/24hr, 0.075 mg/24hr,\n0.1 mg/24hr (Climara)\n\nnp QL (30 patches/30 days)\n\nestradiol valerate im in oil 20 mg/ml, 40 mg/ml (Delestrogen) np\nESTROGEL - estradiol gel 0.06% (0.75 mg/1.25 gm metered-dose\n\npump)\nP\n\nEVAMIST - estradiol transdermal spray 1.53 mg/spray NP\nMENEST - esterified estrogens tab 0.3 mg, 0.625 mg, 1.25 mg NP\nMENOSTAR - estradiol td patch weekly 14 mcg/24hr NP QL (30 patches/30 days)\nMYFEMBREE - relugolix-estradiol-norethindrone acetate tab\n\n40-1-0.5 mg\nP PA, QL (30 tablets/30 days)\n\nnorethindrone acetate-ethinyl estradiol tab 0.5 mg-2.5 mcg,\n1 mg-5 mcg\n\nnp\n\nORIAHNN - elagolix-estrad-noreth 300-1-0.5mg & elagolix 300mg\ncap pack\n\nP PA, QL (56 capsules/28 days)\n\nPREFEST - estradiol tab 1 mg(15)/estrad-norgestimate tab\n1-0.09mg(15)\n\nNP\n\nPREMARIN - estrogens, conjugated tab 0.3 mg, 0.45 mg, 0.625 mg,\n0.9 mg, 1.25 mg\n\nP\n\nPREMPHASE - conj est 0.625(14)/conj est-medroxypro ac tab\n0.625-5mg(14)\n\nP\n\nPREMPRO - conjugated estrogen-medroxyprogest acetate tab\n0.3-1.5 mg, 0.45-1.5 mg, 0.625-2.5 mg, 0.625-5 mg\n\nP\n\nCONTRACEPTIVES\nDEPO-SUBQ PROVERA 104 - medroxyprogesterone acetate susp\n\npref syr 104 mg/0.65ml\nNP\n\ndesogest-eth estrad & eth estrad tab 0.15-0.02/0.01 mg(21/5)\n(Mircette)\n\nnp AC, QL (28 tablets/21 days)\n\ndesogestrel & ethinyl estradiol tab 0.15 mg-30 mcg p AC, QL (28 tablets/21 days)\ndrospirenone-ethinyl estrad-levomefolate tab 3-0.02-0.451 mg\n\n(Beyaz)\nnp AC, QL (28 tablets/21 days)\n\ndrospirenone-ethinyl estrad-levomefolate tab 3-0.03-0.451 mg\n(Safyral)\n\nnp AC, QL (28 tablets/21 days)\n\ndrospirenone-ethinyl estradiol tab 3-0.02 mg (Yaz) np AC, QL (28 tablets/21 days)\ndrospirenone-ethinyl estradiol tab 3-0.03 mg (Yasmin 28) np AC, QL (28 tablets/21 days)\nELLA - ulipristal acetate tab 30 mg P AC, QL (2 tablets/365 days)\nethynodiol diacetate & ethinyl estradiol tab 1 mg-35 mcg p AC, QL (28 tablets/21 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 22\n\nDrug Name Drug Tier Requirements/Limits\nethynodiol diacetate & ethinyl estradiol tab 1 mg-50 mcg np AC, QL (28 tablets/21 days)\nlevonor-eth est tab 0.15-0.02/0.025/0.03 mg &eth est 0.01 mg\n\n(Quartette)\nnp AC, QL (28 tablets/21 days)\n\nlevonorg-eth est tab 0.1-0.02mg(84) & eth est tab 0.01mg(7)\n(Loseasonique)\n\nnp AC, QL (28 tablets/21 days)\n\nlevonorg-eth est tab 0.15-0.03mg(84) & eth est tab 0.01mg(7)\n(Seasonique)\n\nnp AC, QL (28 tablets/21 days)\n\nlevonorgestrel & ethinyl estradiol (91-day) tab 0.15-0.03 mg np AC, QL (28 tablets/21 days)\nlevonorgestrel & ethinyl estradiol tab 0.1 mg-20 mcg,\n\n0.15 mg-30 mcg\np AC, QL (28 tablets/21 days)\n\nlevonorgestrel tab 1.5 mg np AC, QL (2 tablets/365 days)\nlevonorgestrel-eth estra tab 0.05-30/0.075-40/0.125-30mg-mcg p AC, QL (28 tablets/21 days)\nlevonorgestrel-ethinyl estradiol (continuous) tab 90-20 mcg np AC, QL (28 tablets/21 days)\nLO LOESTRIN FE - norethin-eth estradiol-fe tab 1 mg-10 mcg\n\n(24)/10 mcg (2)\nP QL (28 tablets/21 days)\n\nmedroxyprogesterone acetate im susp prefilled syr 150 mg/ml\n(Depo-provera contrac)\n\nnp AC\n\nmedroxyprogesterone acetate im susp 150 mg/ml (Depo-\nprovera contrac)\n\np AC\n\nNATAZIA - estradiol valerate-dienogest tab\n3 mg /2-2 mg/2-3 mg/1 mg\n\nNP QL (28 tablets/21 days)\n\nnorelgestromin-ethinyl estradiol td ptwk 150-35 mcg/24hr np AC, QL (3 patches/21 days)\nnorethindrone & ethinyl estradiol tab 0.4 mg-35 mcg,\n\n0.5 mg-35 mcg\nnp AC, QL (28 tablets/21 days)\n\nnorethindrone & ethinyl estradiol tab 1 mg-35 mcg p AC, QL (28 tablets/21 days)\nnorethindrone & ethinyl estradiol-fe chew tab 0.4 mg-35 mcg np AC, QL (28 tablets/21 days)\nnorethindrone & ethinyl estradiol-fe chew tab 0.8 mg-25 mcg\n\n(Generess fe)\nnp AC, QL (28 tablets/21 days)\n\nnorethindrone ac-ethinyl estrad-fe tab 1-20/1-30/1-35 mg-mcg np AC, QL (28 tablets/21 days)\nnorethindrone ace & ethinyl estradiol tab 1 mg-20 mcg p AC, QL (28 tablets/21 days)\nnorethindrone ace & ethinyl estradiol tab 1.5 mg-30 mcg np AC, QL (28 tablets/21 days)\nnorethindrone ace & ethinyl estradiol-fe tab 1 mg-20 mcg,\n\n1.5 mg-30 mcg\np AC, QL (28 tablets/21 days)\n\nnorethindrone ace-eth estradiol-fe chew tab 1 mg-20 mcg (24)\n(Minastrin 24 fe)\n\nnp AC, QL (28 tablets/21 days)\n\nnorethindrone ace-ethinyl estradiol-fe cap 1 mg-20 mcg (24)\n(Taytulla)\n\nnp QL (28 capsules/21 days)\n\nnorethindrone ace-ethinyl estradiol-fe tab 1 mg-20 mcg (24) np AC, QL (28 tablets/21 days)\nnorethindrone tab 0.35 mg p AC, QL (28 tablets/21 days)\nnorethindrone-eth estradiol tab 0.5-35/0.75-35/1-35 mg-mcg p AC, QL (28 tablets/21 days)\nnorethindrone-eth estradiol tab 0.5-35/1-35/0.5-35 mg-mcg np AC, QL (28 tablets/21 days)\nnorgestimate & ethinyl estradiol tab 0.25 mg-35 mcg p AC, QL (28 tablets/21 days)\nnorgestimate-eth estrad tab 0.18-25/0.215-25/0.25-25 mg-mcg,\n\n0.18-35/0.215-35/0.25-35 mg-mcg\np AC, QL (28 tablets/21 days)\n\nnorgestrel & ethinyl estradiol tab 0.3 mg-30 mcg np AC, QL (28 tablets/21 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 23\n\nDrug Name Drug Tier Requirements/Limits\nNUVARING - etonogestrel-ethinyl estradiol va ring\n\n0.120-0.015 mg/24hr\nnp AC, QL (1 ring/21 days)\n\nTYBLUME - levonorgestrel & ethinyl estradiol chew tab\n0.1 mg-20 mcg\n\nNP QL (28 tablets/21 days)\n\nVELIVET - desogest-ethin est tab\n0.1-0.025/0.125-0.025/0.15-0.025mg-mg\n\nnp AC\n\nPROGESTINS\nmedroxyprogesterone acetate tab 2.5 mg, 5 mg, 10 mg\n\n(Provera)\np\n\nmegestrol acetate susp 625 mg/5ml np\nnorethindrone acetate tab 5 mg (Aygestin) np\nprogesterone cap 100 mg, 200 mg (Prometrium) np\nprogesterone im in oil 50 mg/ml np\nANTIDIABETICS\nAntidiabetics\nacarbose tab 25 mg, 50 mg, 100 mg (Precose) np\nBAQSIMI ONE PACK - glucagon nasal powder 3 mg/dose P\nBAQSIMI TWO PACK - glucagon nasal powder 3 mg/dose P\nBD GLUCOSE - glucose chew tab 5 gm NP\nBYDUREON BCISE - exenatide extended release susp auto-injector\n\n2 mg/0.85ml\nNP PA, QL (4 pens/28 days)\n\nCVS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nCVS GLUCOSE BITS - glucose chew tab 1 gm NP\nCVS SOFT GLUCOSE - glucose chew tab 4 gm (rounded) NP\nCYCLOSET - bromocriptine mesylate tab 0.8 mg (base equivalent) NP\nDEX4 GLUCOSE - glucose chew tab 4 gm (rounded) NP\nDEX4 QUICK DISSOLVE GLUCO - glucose chew tab 4 gm\n\n(rounded)\nNP\n\ndiazoxide susp 50 mg/ml (Proglycem) np\nDRUG MART GLUCOSE - glucose chew tab 4 gm (rounded) NP\nFARXIGA - dapagliflozin propanediol tab 5 mg (base equivalent),\n\n10 mg (base equivalent)\nP QL (30 tablets/30 days)\n\nglimepiride tab 1 mg, 2 mg, 4 mg (Amaryl) p\nglipizide tab er 24hr 2.5 mg, 5 mg, 10 mg (Glucotrol xl) p\nglipizide tab 5 mg, 10 mg p\nglipizide-metformin hcl tab 2.5-250 mg, 2.5-500 mg, 5-500 mg np\nGLUCAGEN HYPOKIT - glucagon hcl (rdna) for inj 1 mg (base\n\nequiv)\nNP\n\nglucagon (rdna) for inj kit 1 mg (Glucagon emergency k) np\nGLUCAGON EMERGENCY KIT FO - glucagon hcl for inj 1 mg P\nGLUCOSE - glucose chew tab 4 gm (rounded) NP\nglyburide micronized tab 1.5 mg, 3 mg, 6 mg (Glynase) p\nglyburide tab 1.25 mg, 2.5 mg, 5 mg p\nglyburide-metformin tab 1.25-250 mg, 2.5-500 mg, 5-500 mg p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 24\n\nDrug Name Drug Tier Requirements/Limits\nGLYXAMBI - empagliflozin-linagliptin tab 10-5 mg, 25-5 mg P QL (30 tablets/30 days)\nGNP GLUCOSE - glucose chew tab 4 gm (rounded) NP\nGNP QUICK DISSOLVE GLUCOS - glucose chew tab 4 gm\n\n(rounded)\nNP\n\nGVOKE HYPOPEN 1-PACK - glucagon subcutaneous solution auto-\ninjector 0.5 mg/0.1ml, 1 mg/0.2ml\n\nP\n\nGVOKE HYPOPEN 2-PACK - glucagon subcutaneous solution auto-\ninjector 0.5 mg/0.1ml, 1 mg/0.2ml\n\nP\n\nGVOKE KIT - glucagon subcutaneous soln 1 mg/0.2ml P\nGVOKE PFS - glucagon subcutaneous soln pref syringe\n\n0.5 mg/0.1ml, 1 mg/0.2ml\nP\n\nJANUMET - sitagliptin-metformin hcl tab 50-500 mg, 50-1000 mg P QL (60 tablets/30 days)\nJANUMET XR - sitagliptin-metformin hcl tab er 24hr 50-500 mg,\n\n100-1000 mg\nP QL (30 tablets/30 days)\n\nJANUMET XR - sitagliptin-metformin hcl tab er 24hr 50-1000 mg P QL (60 tablets/30 days)\nJANUVIA - sitagliptin phosphate tab 25 mg (base equiv), 50 mg\n\n(base equiv), 100 mg (base equiv)\nP QL (30 tablets/30 days)\n\nJARDIANCE - empagliflozin tab 10 mg, 25 mg P QL (30 tablets/30 days)\nKORLYM - mifepristone tab 300 mg NP PA, QL (120 tablets/30 days), SP\nKROGER GLUCOSE - glucose chew tab 4 gm (rounded) NP\nLEADER GLUCOSE - glucose chew tab 4 gm (rounded) NP\nLEADER QUICK DISSOLVE GLU - glucose chew tab 4 gm\n\n(rounded)\nNP\n\nLONGS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nMEDICINE SHOPPE GLUCOSE - glucose chew tab 4 gm (rounded) NP\nmetformin hcl oral soln 500 mg/5ml (Riomet) np PA, QL (780 mls/30 days)\nmetformin hcl tab er 24hr 500 mg, 750 mg p\nmetformin hcl tab er 24hr osmotic 500 mg np PA, QL (150 tablets/30 days)\nmetformin hcl tab er 24hr osmotic 1000 mg np PA, QL (60 tablets/30 days)\nmetformin hcl tab er 24hr modified release 500 mg (Glumetza) np PA, QL (120 tablets/30 days)\nmetformin hcl tab er 24hr modified release 1000 mg (Glumetza) np PA, QL (60 tablets/30 days)\nmetformin hcl tab 500 mg, 850 mg, 1000 mg p\nMETFORMIN HYDROCHLORIDE - metformin hcl tab 625 mg NP\nmiglitol tab 25 mg, 50 mg, 100 mg np\nMS QUICK DISSOLVE GLUCOSE - glucose chew tab 4 gm\n\n(rounded)\nNP\n\nnateglinide tab 60 mg, 120 mg np\nOZEMPIC - semaglutide soln pen-inj 0.25 or 0.5 mg/dose\n\n(2 mg/1.5ml)\nP PA, QL (1.5 mls/28 days)\n\nOZEMPIC - semaglutide soln pen-inj 1 mg/dose (4 mg/3ml) P PA, QL (3 ml/28 days)\nOZEMPIC - semaglutide soln pen-inj 2 mg/dose (8 mg/3ml) P PA, QL (3 mls/28 days)\npioglitazone hcl tab 15 mg (base equiv), 30 mg (base equiv),\n\n45 mg (base equiv) (Actos)\np\n\npioglitazone hcl-glimepiride tab 30-2 mg, 30-4 mg (Duetact) np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 25\n\nDrug Name Drug Tier Requirements/Limits\npioglitazone hcl-metformin hcl tab 15-500 mg, 15-850 mg\n\n(Actoplus met)\nnp\n\nPREFERRED PLUS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nrepaglinide tab 0.5 mg, 1 mg, 2 mg np\nRYBELSUS - semaglutide tab 3 mg P PA, QL (30 tablets/180 days)\nRYBELSUS - semaglutide tab 7 mg, 14 mg P PA, QL (30 tablets/30 days)\nSM GLUCOSE - glucose chew tab 4 gm (rounded) NP\nSOLIQUA 100/33 - insulin glargine-lixisenatide sol pen-inj 100-33\n\nunit-mcg/ml\nP QL (18 mls/30 days)\n\nSYNJARDY - empagliflozin-metformin hcl tab 5-500 mg, 5-1000 mg,\n12.5-500 mg, 12.5-1000 mg\n\nP QL (60 tablets/30 days)\n\nSYNJARDY XR - empagliflozin-metformin hcl tab er 24hr\n5-1000 mg, 10-1000 mg, 12.5-1000 mg\n\nP QL (60 tablets/30 days)\n\nSYNJARDY XR - empagliflozin-metformin hcl tab er 24hr\n25-1000 mg\n\nP QL (30 tablets/30 days)\n\nTRIJARDY XR - empagliflozin-linagliptin-metformin tab er 24hr\n5-2.5-1000mg\n\nP QL (60 tablets/30 days)\n\nTRIJARDY XR - empagliflozin-linagliptin-metformin tab er 24hr\n10-5-1000 mg, 25-5-1000 mg\n\nP QL (30 tablets/30 days)\n\nTRIJARDY XR - empagliflozin-linaglip-metformin tab er 24hr\n12.5-2.5-1000mg\n\nP QL (60 tablets/30 days)\n\nTRULICITY - dulaglutide soln pen-injector 0.75 mg/0.5ml,\n1.5 mg/0.5ml, 3 mg/0.5ml, 4.5 mg/0.5ml\n\nP PA, QL (4 pens/28 days)\n\nVALUE PLUS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nVICTOZA - liraglutide soln pen-injector 18 mg/3ml (6 mg/ml) P PA, QL (3 pens/30 days)\nWALGREENS GLUCOSE - glucose chew tab 4 gm (rounded) NP\nXIGDUO XR - dapagliflozin-metformin hcl tab er 24hr 2.5-1000 mg,\n\n5-1000 mg\nP QL (60 tablets/30 days)\n\nXIGDUO XR - dapagliflozin-metformin hcl tab er 24hr 5-500 mg,\n10-500 mg, 10-1000 mg\n\nP QL (30 tablets/30 days)\n\nXULTOPHY 100/3.6 - insulin degludec-liraglutide sol pen-inj 100-3.6\nunit-mg/ml\n\nP QL (15 mls/30 days)\n\nZEGALOGUE - dasiglucagon hcl subcutaneous soln auto-inj\n0.6 mg/0.6ml\n\nP\n\nZEGALOGUE - dasiglucagon hcl subcutaneous soln pref syringe\n0.6 mg/0.6ml\n\nP\n\nRapid-Acting Insulins\nFIASP - insulin aspart (with niacinamide) inj 100 unit/ml P QL (100 mls/30 days)\nFIASP FLEXTOUCH - insulin aspart (with niacinamide) sol pen-inj\n\n100 unit/ml\nP QL (100 mls/30 days)\n\nFIASP PENFILL - insulin aspart (with niacinamide) soln cartridge\n100 unit/ml\n\nP QL (100 mls/30 days)\n\nNOVOLOG - insulin aspart inj soln 100 unit/ml P QL (100 mls/30 days)\nNOVOLOG FLEXPEN - insulin aspart soln pen-injector 100 unit/ml P QL (100 mls/30 days)\nNOVOLOG FLEXPEN RELION - insulin aspart soln pen-injector 100\n\nunit/ml\nP QL (100 mls/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 26\n\nDrug Name Drug Tier Requirements/Limits\nNOVOLOG PENFILL - insulin aspart soln cartridge 100 unit/ml P QL (100 mls/30 days)\nNOVOLOG RELION - insulin aspart inj soln 100 unit/ml P QL (100 mls/30 days)\n\nShort-Acting Insulins\nHUMULIN R U-500 (CONCENTR - insulin regular (human) inj 500\n\nunit/ml\nP QL (100 mls/30 days)\n\nHUMULIN R U-500 KWIKPEN - insulin regular (human) soln pen-\ninjector 500 unit/ml\n\nP QL (100 mls/30 days)\n\nNOVOLIN R - insulin regular (human) inj 100 unit/ml P QL (100 mls/30 days)\nNOVOLIN R FLEXPEN - insulin regular (human) soln pen-injector\n\n100 unit/ml\nP QL (100 mls/30 days)\n\nNOVOLIN R FLEXPEN RELION - insulin regular (human) soln pen-\ninjector 100 unit/ml\n\nP QL (100 mls/30 days)\n\nNOVOLIN R RELION - insulin regular (human) inj 100 unit/ml P QL (100 mls/30 days)\n\nIntermediate-Acting Insulins\nNOVOLIN N - insulin nph (human) (isophane) inj 100 unit/ml P QL (100 mls/30 days)\nNOVOLIN N FLEXPEN - insulin nph (human) (isophane) susp pen-\n\ninjector 100 unit/ml\nP QL (100 mls/30 days)\n\nNOVOLIN N FLEXPEN RELION - insulin nph (human) (isophane)\nsusp pen-injector 100 unit/ml\n\nP QL (100 mls/30 days)\n\nNOVOLIN N RELION - insulin nph (human) (isophane) inj 100 unit/\nml\n\nP QL (100 mls/30 days)\n\nNOVOLIN 70/30 - insulin nph isophane & regular human inj 100\nunit/ml (70-30)\n\nP QL (100 mls/30 days)\n\nNOVOLIN 70/30 FLEXPEN - insulin nph & regular susp pen-inj 100\nunit/ml (70-30)\n\nP QL (100 mls/30 days)\n\nNOVOLIN 70/30 FLEXPEN REL - insulin nph & regular susp pen-inj\n100 unit/ml (70-30)\n\nP QL (100 mls/30 days)\n\nNOVOLIN 70/30 RELION - insulin nph isophane & regular human inj\n100 unit/ml (70-30)\n\nP QL (100 mls/30 days)\n\nNOVOLOG MIX 70/30 - insulin aspart prot & aspart (human) inj 100\nunit/ml (70-30)\n\nP QL (100 mls/30 days)\n\nNOVOLOG MIX 70/30 PREFILL - insulin aspart prot & aspart sus\npen-inj 100 unit/ml (70-30)\n\nP QL (100 mls/30 days)\n\nNOVOLOG MIX 70/30 RELION - insulin aspart prot & aspart\n(human) inj 100 unit/ml (70-30)\n\nP QL (100 mls/30 days)\n\nBasal Insulins\nLEVEMIR - insulin detemir inj 100 unit/ml P QL (100 mls/30 days)\nLEVEMIR FLEXTOUCH - insulin detemir soln pen-injector 100 unit/\n\nml\nP QL (100 mls/30 days)\n\nSEMGLEE - insulin glargine-yfgn soln pen-injector 100 unit/ml P QL (100 mls/30 days)\nSEMGLEE - insulin glargine-yfgn inj 100 unit/ml P QL (100 mls/30 days)\nTOUJEO MAX SOLOSTAR - insulin glargine soln pen-injector 300\n\nunit/ml (2 unit dial)\nP QL (100 mls/30 days)\n\nTOUJEO SOLOSTAR - insulin glargine soln pen-injector 300 unit/ml\n(1 unit dial)\n\nP QL (100 mls/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 27\n\nDrug Name Drug Tier Requirements/Limits\nTRESIBA - insulin degludec inj 100 unit/ml P QL (100 mls/30 days)\nTRESIBA FLEXTOUCH - insulin degludec soln pen-injector 100\n\nunit/ml, 200 unit/ml\nP QL (100 mls/30 days)\n\nTHYROID AGENTS\nARMOUR THYROID - thyroid tab 15 mg (1/4 grain), 30 mg\n\n(1/2 grain), 60 mg (1 grain), 90 mg (1 1/2 grain), 120 mg (2 grain),\n180 mg (3 grain), 240 mg (4 grain), 300 mg (5 grain)\n\nNP\n\nLEVOTHYROXINE SODIUM - levothyroxine sodium cap 13 mcg,\n25 mcg, 50 mcg, 75 mcg, 88 mcg, 100 mcg, 112 mcg, 125 mcg,\n137 mcg, 150 mcg, 175 mcg, 200 mcg\n\nNP\n\nlevothyroxine sodium tab 25 mcg, 50 mcg, 75 mcg, 88 mcg,\n100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg, 175 mcg,\n200 mcg, 300 mcg (Synthroid)\n\np\n\nliothyronine sodium tab 5 mcg, 25 mcg, 50 mcg (Cytomel) np\nmethimazole tab 5 mg, 10 mg p\npropylthiouracil tab 50 mg np\nSYNTHROID - levothyroxine sodium tab 25 mcg, 50 mcg, 75 mcg,\n\n88 mcg, 100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg,\n175 mcg, 200 mcg, 300 mcg\n\nP\n\nTHYQUIDITY - levothyroxine sodium oral solution 100 mcg/5ml NP\nthyroid tab 15 mg (1/4 grain) (Armour thyroid) p\nthyroid tab 30 mg (1/2 grain), 60 mg (1 grain), 90 mg (1\n\n1/2 grain), 120 mg (2 grain) (Armour thyroid)\nnp\n\nTIROSINT - levothyroxine sodium cap 13 mcg, 25 mcg, 50 mcg,\n75 mcg, 88 mcg, 100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg,\n175 mcg, 200 mcg\n\nNP\n\nTIROSINT-SOL - levothyroxine sodium oral solution 13 mcg/ml,\n25 mcg/ml, 37.5 mcg/ml, 44 mcg/ml, 50 mcg/ml, 62.5 mcg/ml,\n75 mcg/ml, 88 mcg/ml, 100 mcg/ml, 112 mcg/ml, 125 mcg/ml,\n137 mcg/ml, 150 mcg/ml, 175 mcg/ml, 200 mcg/ml\n\nNP\n\nOXYTOCICS\nCERVIDIL - dinoprostone vaginal inserts 10 mg NP\nmethylergonovine maleate tab 0.2 mg np\nENDOCRINE and METABOLIC AGENTS - MISC.\nACTHAR - corticotropin inj gel 80 unit/ml NP PA, SP\nALENDRONATE SODIUM - alendronate sodium tab 5 mg NP QL (30 tablets/30 days)\nALENDRONATE SODIUM - alendronate sodium oral soln\n\n70 mg/75ml\nNP QL (300 mls/28 days)\n\nalendronate sodium tab 10 mg p QL (30 tablets/30 days)\nalendronate sodium tab 35 mg p QL (4 tablets/28 days)\nalendronate sodium tab 70 mg (Fosamax) p QL (4 tablets/28 days)\nbetaine powder for oral solution (Cystadane) np SP\nBINOSTO - alendronate sodium effervescent tab 70 mg NP QL (4 tablets/28 days)\ncabergoline tab 0.5 mg np\ncalcitonin (salmon) inj 200 unit/ml (Miacalcin) np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 28\n\nDrug Name Drug Tier Requirements/Limits\ncalcitonin (salmon) nasal soln 200 unit/act np\ncalcitriol cap 0.25 mcg (Rocaltrol) p\ncalcitriol cap 0.5 mcg (Rocaltrol) np\ncalcitriol oral soln 1 mcg/ml (Rocaltrol) np\ncarglumic acid soluble tab 200 mg (Carbaglu) np SP\nCHORIONIC GONADOTROPIN - chorionic gonadotropin for im inj\n\n10000 unit\nP+ QL (20 ml/30 days), SP\n\ncinacalcet hcl tab 30 mg (base equiv), 60 mg (base equiv),\n90 mg (base equiv) (Sensipar)\n\nnp\n\nCLOMID - clomiphene citrate tab 50 mg P+\nCLOMIPHENE CITRATE - clomiphene citrate tab 50 mg P+\ndesmopressin acetate inj 4 mcg/ml (Ddavp) np\ndesmopressin acetate nasal spray soln 0.01% (refrigerated),\n\n0.01%\nnp\n\ndesmopressin acetate preservative free (pf) inj 4 mcg/ml\n(Ddavp)\n\nnp\n\ndesmopressin acetate tab 0.1 mg, 0.2 mg (Ddavp) np\ndoxercalciferol cap 0.5 mcg, 1 mcg, 2.5 mcg np\nFOLLISTIM AQ - follitropin beta inj 300 unit/0.36ml P+ QL (15 cartridges/30 days), SP\nFOLLISTIM AQ - follitropin beta inj 600 unit/0.72ml P+ QL (8 cartridges/30 days), SP\nFOLLISTIM AQ - follitropin beta inj 900 unit/1.08ml P+ QL (5 cartridges/30 days), SP\nFORTEO - teriparatide (recombinant) soln pen-inj 600 mcg/2.4ml P PA, QL (1 injection/28 days), SP\nFOSAMAX PLUS D - alendronate sodium-cholecalciferol tab\n\n70-2800 mg-unit, 70-5600 mg-unit\nNP QL (4 capsules/28 days)\n\nGALAFOLD - migalastat hcl cap 123 mg (base equivalent) NP PA, QL (14 capsules/28 days), SP\nganirelix acetate soln prefilled syringe 250 mcg/0.5ml (Ganirelix\n\nacetate)\nnp+ QL (6 ml/30 days), SP\n\nibandronate sodium tab 150 mg (base equivalent) p QL (1 tablet/30 days)\nINCRELEX - mecasermin inj 40 mg/4ml (10 mg/ml) P SP\nISTURISA - osilodrostat phosphate tab 1 mg NP PA, QL (240 tablets/30 days), SP\nISTURISA - osilodrostat phosphate tab 5 mg NP PA, QL (300 tablets/30 days), SP\nISTURISA - osilodrostat phosphate tab 10 mg NP PA, QL (180 tablets/30 days), SP\nJYNARQUE - tolvaptan tab therapy pack 15 mg, 30 & 15 mg, 45 &\n\n15 mg, 60 & 30 mg, 90 & 30 mg\nNP PA, QL (56 tablets/28 days), SP\n\nJYNARQUE - tolvaptan tab 15 mg NP PA, QL (60 tablets/30 days), SP\nJYNARQUE - tolvaptan tab 30 mg NP PA, QL (30 tablets/30 days), SP\nlevocarnitine oral soln 1 gm/10ml (10%) (Carnitor) np\nlevocarnitine tab 330 mg (Carnitor) np\nLUPRON DEPOT-PED (1-MONTH - leuprolide acetate for inj\n\npediatric kit 7.5 mg, 11.25 mg, 15 mg\nP SP\n\nLUPRON DEPOT-PED (3-MONTH - leuprolide acetate (3 month) for\ninj pediatric kit 11.25 mg, 30 mg\n\nP SP\n\nMENOPUR - menotropins for subcutaneous inj 75 unit NP+ QL (60 vials/30 days), SP\nMYALEPT - metreleptin for subcutaneous inj 11.3 mg NP PA, SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 29\n\nDrug Name Drug Tier Requirements/Limits\nMYCAPSSA - octreotide acetate cap delayed release 20 mg NP PA, QL (120 capsules/30 days), SP\nNATPARA - parathyroid hormone (recombinant) for inj cartridge\n\n25 mcg, 50 mcg, 75 mcg, 100 mcg\nNP PA, QL (2 cartridges/28 days), SP\n\nnitisinone cap 2 mg, 5 mg, 10 mg (Orfadin) np SP\nNITYR - nitisinone tab 2 mg, 5 mg, 10 mg P SP\nNOCDURNA - desmopressin acetate sublingual tab 27.7 mcg,\n\n55.3 mcg\nNP PA, QL (30 tablets/30 days)\n\nNORDITROPIN FLEXPRO - somatropin solution pen-injector\n5 mg/1.5ml, 10 mg/1.5ml, 15 mg/1.5ml, 30 mg/3ml\n\nP PA, SP\n\nNOVAREL - chorionic gonadotropin for im inj 5000 unit, 10000 unit P+ QL (20 ml/30 days), SP\nNULIBRY - fosdenopterin hydrobromide for iv soln 9.5 mg NP SP\nOCTREOTIDE ACETATE - octreotide acetate subcutaneous soln\n\npref syr 50 mcg/ml, 100 mcg/ml, 500 mcg/ml\nNP SP\n\noctreotide acetate inj 50 mcg/ml (0.05 mg/ml), 100 mcg/ml\n(0.1 mg/ml), 500 mcg/ml (0.5 mg/ml) (Sandostatin)\n\nnp SP\n\noctreotide acetate inj 200 mcg/ml (0.2 mg/ml), 1000 mcg/ml\n(1 mg/ml)\n\nnp SP\n\nORFADIN - nitisinone cap 20 mg P SP\nORFADIN - nitisinone susp 4 mg/ml P SP\nORILISSA - elagolix sodium tab 150 mg (base equiv) P PA, QL (30 tablets/30 days)\nORILISSA - elagolix sodium tab 200 mg (base equiv) P PA, QL (60 tablets/30 days)\nOSPHENA - ospemifene tab 60 mg NP\nPALYNZIQ - pegvaliase-pqpz subcutaneous soln pref syringe\n\n2.5 mg/0.5ml, 10 mg/0.5ml, 20 mg/ml\nNP PA, SP\n\nparicalcitol cap 1 mcg, 2 mcg (Zemplar) np\nparicalcitol cap 4 mcg np\nPREGNYL W/DILUENT BENZYL - chorionic gonadotropin for im inj\n\n10000 unit\nP+ QL (20 ml/30 days), SP\n\nraloxifene hcl tab 60 mg (Evista) np AC\nRAVICTI - glycerol phenylbutyrate liquid 1.1 gm/ml NP PA, SP\nRAYALDEE - calcifediol cap er 30 mcg NP QL (60 capsules/30 days)\nRECORLEV - levoketoconazole tab 150 mg NP SP\nREVCOVI - elapegademase-lvlr im soln 2.4 mg/1.5ml (1.6 mg/ml) P\nrisedronate sodium tab delayed release 35 mg (Atelvia) np QL (4 tablets/28 days)\nrisedronate sodium tab 5 mg, 30 mg np QL (30 tablets/30 days)\nrisedronate sodium tab 35 mg (Actonel) np QL (4 tablets/28 days)\nrisedronate sodium tab 150 mg (Actonel) np QL (1 tablets/30 days)\nsapropterin dihydrochloride powder packet 100 mg, 500 mg\n\n(Kuvan)\nnp PA, SP\n\nsapropterin dihydrochloride tab 100 mg (Kuvan) np PA, SP\nSIGNIFOR - pasireotide diaspartate inj 0.3 mg/ml (base equiv),\n\n0.6 mg/ml (base equiv), 0.9 mg/ml (base equiv)\nNP QL (60 mls/30 days), SP\n\nSKYTROFA - lonapegsomatropin-tcgd for subcutaneous inj\ncartridge 3 mg, 3.6 mg, 4.3 mg, 5.2 mg, 6.3 mg, 7.6 mg, 9.1 mg,\n11 mg\n\nNP PA, SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 30\n\nDrug Name Drug Tier Requirements/Limits\nSKYTROFA - lonapegsomatropin-tcgd for subcutaneous inj cart\n\n13.3 mg\nNP PA, SP\n\nsodium phenylbutyrate oral powder 3 gm/teaspoonful\n(Buphenyl)\n\nnp PA, SP\n\nsodium phenylbutyrate tab 500 mg (Buphenyl) np PA, SP\nSOMAVERT - pegvisomant for inj 10 mg (as protein), 15 mg (as\n\nprotein), 20 mg (as protein), 25 mg (as protein), 30 mg (as protein)\nNP PA, QL (30 vials/30 days), SP\n\nSTIMATE - desmopressin acetate nasal soln 1.5 mg/ml P\nSTRENSIQ - asfotase alfa subcutaneous inj 18 mg/0.45ml,\n\n28 mg/0.7ml, 40 mg/ml, 80 mg/0.8ml\nP PA, SP\n\nSYNAREL - nafarelin acetate nasal soln 2 mg/ml (200 mcg/act)\n(base eq)\n\nNP\n\ntolvaptan tab 15 mg (Samsca) np QL (30 tablets/365 days), SP\ntolvaptan tab 30 mg (Samsca) np QL (60 tablets/365 days), SP\nTYMLOS - abaloparatide subcutaneous soln pen-injector\n\n3120 mcg/1.56ml\nP PA, QL (1.56 mls/30 days), SP\n\nVOXZOGO - vosoritide for subcutaneous inj 0.4 mg, 0.56 mg,\n1.2 mg\n\nNP PA, QL (30 vials/30 days), SP\n\nXURIDEN - uridine triacetate oral granules packet 2 gm NP SP\n\nCARDIOVASCULAR AGENTS\nCARDIOTONICS\nDIGOXIN - digoxin oral soln 0.05 mg/ml NP PA\ndigoxin oral soln 0.05 mg/ml (Digoxin) np PA\ndigoxin tab 62.5 mcg (0.0625 mg) (Lanoxin) np\ndigoxin tab 125 mcg (0.125 mg), 250 mcg (0.25 mg) (Lanoxin) p\nLANOXIN - digoxin tab 62.5 mcg (0.0625 mg), 125 mcg (0.125 mg),\n\n250 mcg (0.25 mg)\nNP\n\nANTIANGINAL AGENTS\nASPRUZYO SPRINKLE - ranolazine er granules packet 500 mg,\n\n1000 mg\nNP\n\nGONITRO - nitroglycerin sublingual powder packet 400 mcg NP\nisosorbide dinitrate tab 5 mg, 40 mg (Isordil titradose) np\nisosorbide dinitrate tab 10 mg, 20 mg, 30 mg np\nisosorbide mononitrate tab er 24hr 30 mg, 60 mg, 120 mg p\nisosorbide mononitrate tab 10 mg, 20 mg p\nNITRO-BID - nitroglycerin oint 2% NP\nNITRO-DUR - nitroglycerin td patch 24hr 0.3 mg/hr, 0.8 mg/hr NP\nNITRO-TIME - nitroglycerin cap er 2.5 mg, 6.5 mg, 9 mg NP\nnitroglycerin sl tab 0.3 mg, 0.6 mg (Nitrostat) np\nnitroglycerin sl tab 0.4 mg (Nitrostat) p\nnitroglycerin td patch 24hr 0.1 mg/hr, 0.2 mg/hr, 0.4 mg/hr,\n\n0.6 mg/hr (Nitro-dur)\nnp\n\nnitroglycerin tl soln 0.4 mg/spray (400 mcg/spray) (Nitrolingual\npumpspr)\n\nnp\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 31\n\nDrug Name Drug Tier Requirements/Limits\nNITROMIST - nitroglycerin lingual aerosol 400 mcg/spray NP\nranolazine tab er 12hr 500 mg, 1000 mg (Ranexa) np\nBETA BLOCKERS\nacebutolol hcl cap 200 mg, 400 mg np\natenolol tab 25 mg, 50 mg, 100 mg (Tenormin) p\nbetaxolol hcl tab 10 mg, 20 mg np\nbisoprolol fumarate tab 5 mg p\nbisoprolol fumarate tab 10 mg np\ncarvedilol phosphate cap er 24hr 10 mg, 20 mg, 40 mg, 80 mg\n\n(Coreg cr)\nnp\n\ncarvedilol tab 3.125 mg, 6.25 mg, 12.5 mg, 25 mg (Coreg) p\nHEMANGEOL - propranolol hcl oral soln 4.28 mg/ml (3.75 mg/ml\n\nbase equiv)\nNP\n\nINDERAL XL - propranolol hcl sustained-release beads cap er 24hr\n80 mg, 120 mg\n\nNP PA\n\nINNOPRAN XL - propranolol hcl sustained-release beads cap er\n24hr 80 mg, 120 mg\n\nNP PA\n\nKAPSPARGO SPRINKLE - metoprolol succ cap er 24hr sprinkle\n25 mg (tartrate equiv), 50 mg (tartrate equiv), 100 mg (tartrate\nequiv), 200 mg (tartrate equiv)\n\nNP\n\nlabetalol hcl tab 100 mg p\nlabetalol hcl tab 200 mg, 300 mg np\nmetoprolol succinate tab er 24hr 25 mg (tartrate equiv), 50 mg\n\n(tartrate equiv), 100 mg (tartrate equiv) (Toprol xl)\np\n\nmetoprolol succinate tab er 24hr 200 mg (tartrate equiv) (Toprol\nxl)\n\nnp\n\nmetoprolol tartrate tab 25 mg, 37.5 mg, 75 mg p\nmetoprolol tartrate tab 50 mg, 100 mg (Lopressor) p\nnadolol tab 20 mg, 40 mg, 80 mg (Corgard) np\nnebivolol hcl tab 2.5 mg (base equivalent), 5 mg (base\n\nequivalent), 10 mg (base equivalent), 20 mg (base equivalent)\n(Bystolic)\n\nnp\n\npindolol tab 5 mg, 10 mg np\nPROPRANOLOL HCL - propranolol hcl oral soln 40 mg/5ml P\npropranolol hcl cap er 24hr 60 mg, 80 mg, 120 mg, 160 mg\n\n(Inderal la)\nnp\n\npropranolol hcl oral soln 20 mg/5ml np\npropranolol hcl tab 10 mg, 20 mg, 40 mg p\npropranolol hcl tab 60 mg, 80 mg np\nsotalol hcl (afib/afl) tab 80 mg, 120 mg, 160 mg (Betapace af) p\nsotalol hcl tab 80 mg, 120 mg (Betapace) p\nsotalol hcl tab 160 mg (Betapace) np\nsotalol hcl tab 240 mg np\nSOTYLIZE - sotalol hcl oral solution 5 mg/ml NP PA, QL (1920 ml/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 32\n\nDrug Name Drug Tier Requirements/Limits\ntimolol maleate tab 5 mg, 10 mg, 20 mg np\nCALCIUM CHANNEL BLOCKERS\namlodipine besylate tab 2.5 mg (base equivalent), 5 mg (base\n\nequivalent), 10 mg (base equivalent) (Norvasc)\np\n\nCARDIZEM LA - diltiazem hcl coated beads tab er 24hr 120 mg NP\nCONJUPRI - levamlodipine maleate tab 2.5 mg, 5 mg NP\ndiltiazem hcl cap er 12hr 60 mg, 90 mg, 120 mg np\ndiltiazem hcl cap er 24hr 120 mg, 180 mg, 240 mg np\ndiltiazem hcl coated beads cap er 24hr 120 mg, 180 mg\n\n(Cardizem cd)\np\n\ndiltiazem hcl coated beads cap er 24hr 240 mg, 300 mg, 360 mg\n(Cardizem cd)\n\nnp\n\ndiltiazem hcl coated beads tab er 24hr 180 mg, 240 mg, 300 mg,\n360 mg, 420 mg (Cardizem la)\n\nnp\n\ndiltiazem hcl extended release beads cap er 24hr 120 mg,\n180 mg (Tiazac)\n\np\n\ndiltiazem hcl extended release beads cap er 24hr 240 mg,\n300 mg, 360 mg, 420 mg (Tiazac)\n\nnp\n\ndiltiazem hcl tab 30 mg, 60 mg (Cardizem) p\ndiltiazem hcl tab 90 mg np\ndiltiazem hcl tab 120 mg (Cardizem) np\nfelodipine tab er 24hr 2.5 mg, 5 mg, 10 mg p\nisradipine cap 2.5 mg, 5 mg np\nKATERZIA - amlodipine benzoate oral susp 1 mg/ml (base\n\nequivalent)\nNP PA, QL (300 ml/30 days)\n\nLEVAMLODIPINE - levamlodipine maleate tab 2.5 mg, 5 mg NP\nnicardipine hcl cap 20 mg, 30 mg np\nnifedipine cap 10 mg, 20 mg np\nnifedipine tab er 24hr 30 mg p\nnifedipine tab er 24hr 60 mg, 90 mg np\nnifedipine tab er 24hr osmotic release 30 mg (Procardia xl) p\nnifedipine tab er 24hr osmotic release 60 mg, 90 mg (Procardia\n\nxl)\nnp\n\nnimodipine cap 30 mg np\nNISOLDIPINE ER - nisoldipine tab er 24hr 20 mg, 25.5 mg, 30 mg,\n\n40 mg\nNP\n\nnisoldipine tab er 24hr 8.5 mg, 17 mg, 34 mg (Sular) np\nNORLIQVA - amlodipine besylate oral soln 1 mg/ml (base\n\nequivalent)\nNP PA, QL (300 mls/30 days)\n\nNYMALIZE - nimodipine oral soln 6 mg/ml NP\nverapamil hcl cap er 24hr 120 mg, 180 mg, 240 mg (Verelan) np\nVERAPAMIL HCL ER - verapamil hcl cap er 24hr 100 mg, 300 mg NP\nVERAPAMIL HCL SR - verapamil hcl cap er 24hr 360 mg NP\nverapamil hcl tab er 120 mg, 180 mg, 240 mg (Calan sr) p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 33\n\nDrug Name Drug Tier Requirements/Limits\nverapamil hcl tab 40 mg, 80 mg, 120 mg p\nVERAPAMIL HYDROCHLORIDE E - verapamil hcl cap er 24hr\n\n200 mg\nNP\n\nVERELAN PM - verapamil hcl cap er 24hr 100 mg, 200 mg, 300 mg NP\n\nANTIARRHYTHMICS\namiodarone hcl tab 100 mg, 400 mg np\namiodarone hcl tab 200 mg p\ndisopyramide phosphate cap 100 mg, 150 mg (Norpace) np\ndofetilide cap 125 mcg (0.125 mg), 250 mcg (0.25 mg), 500 mcg\n\n(0.5 mg) (Tikosyn)\nnp\n\nflecainide acetate tab 50 mg, 100 mg, 150 mg np\nmexiletine hcl cap 150 mg, 200 mg, 250 mg np\nMULTAQ - dronedarone hcl tab 400 mg (base equivalent) P\nNORPACE - disopyramide phosphate cap 100 mg, 150 mg NP\nNORPACE CR - disopyramide phosphate cap er 12hr 100 mg,\n\n150 mg\nNP\n\npropafenone hcl cap er 12hr 225 mg, 325 mg, 425 mg (Rythmol\nsr)\n\nnp\n\npropafenone hcl tab 150 mg p\npropafenone hcl tab 225 mg, 300 mg np\nquinidine gluconate tab er 324 mg np\nQUINIDINE SULFATE - quinidine sulfate tab 200 mg, 300 mg NP\n\nANTIHYPERTENSIVES\naliskiren fumarate tab 150 mg (base equivalent), 300 mg (base\n\nequivalent) (Tekturna)\nnp\n\namlodipine besylate-benazepril hcl cap 2.5-10 mg, 5-40 mg p\namlodipine besylate-benazepril hcl cap 5-10 mg, 5-20 mg,\n\n10-20 mg, 10-40 mg (Lotrel)\np\n\namlodipine besylate-olmesartan medoxomil tab 5-20 mg,\n5-40 mg, 10-20 mg, 10-40 mg (Azor)\n\nnp\n\namlodipine besylate-valsartan tab 5-160 mg, 5-320 mg,\n10-160 mg, 10-320 mg (Exforge)\n\nnp\n\namlodipine-valsartan-hydrochlorothiazide tab 5-160-12.5 mg,\n5-160-25 mg, 10-160-12.5 mg, 10-160-25 mg, 10-320-25 mg\n(Exforge hct)\n\nnp\n\natenolol & chlorthalidone tab 50-25 mg (Tenoretic 50) p\natenolol & chlorthalidone tab 100-25 mg (Tenoretic 100) np\nbenazepril & hydrochlorothiazide tab 10-12.5 mg, 20-12.5 mg,\n\n20-25 mg (Lotensin hct)\nnp\n\nbenazepril hcl tab 5 mg p\nbenazepril hcl tab 10 mg, 20 mg, 40 mg (Lotensin) p\nBENAZEPRIL HCL/HYDROCHLOR - benazepril &\n\nhydrochlorothiazide tab 5-6.25 mg\nNP\n\nbisoprolol & hydrochlorothiazide tab 2.5-6.25 mg, 10-6.25 mg\n(Ziac)\n\nnp\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 34\n\nDrug Name Drug Tier Requirements/Limits\nbisoprolol & hydrochlorothiazide tab 5-6.25 mg (Ziac) p\ncandesartan cilexetil tab 4 mg, 8 mg, 16 mg, 32 mg (Atacand) np\ncandesartan cilexetil-hydrochlorothiazide tab 16-12.5 mg,\n\n32-12.5 mg, 32-25 mg (Atacand hct)\nnp\n\ncaptopril tab 12.5 mg, 25 mg, 50 mg, 100 mg np\nclonidine hcl tab 0.1 mg, 0.2 mg, 0.3 mg p\nclonidine td patch weekly 0.1 mg/24hr (Catapres-tts-1) np\nclonidine td patch weekly 0.2 mg/24hr (Catapres-tts-2) np\nclonidine td patch weekly 0.3 mg/24hr (Catapres-tts-3) np\ndoxazosin mesylate tab 1 mg, 2 mg, 4 mg, 8 mg (Cardura) p\nDUTOPROL - metoprolol & hydrochlorothiazide tab er 24hr\n\n50-12.5 mg\nNP PA\n\nEDARBI - azilsartan medoxomil tab 40 mg, 80 mg NP QL (30 tablets/30 days)\nEDARBYCLOR - azilsartan medoxomil-chlorthalidone tab\n\n40-12.5 mg, 40-25 mg\nNP QL (30 tablets/30 days)\n\nenalapril maleate & hydrochlorothiazide tab 5-12.5 mg p\nenalapril maleate & hydrochlorothiazide tab 10-25 mg\n\n(Vaseretic)\np\n\nenalapril maleate oral soln 1 mg/ml (Epaned) np PA, QL (1200 mls/30 days)\nenalapril maleate tab 2.5 mg, 5 mg, 10 mg, 20 mg (Vasotec) p\neplerenone tab 25 mg, 50 mg (Inspra) np\nfosinopril sodium & hydrochlorothiazide tab 10-12.5 mg,\n\n20-12.5 mg\nnp\n\nfosinopril sodium tab 10 mg, 20 mg, 40 mg p\nguanfacine hcl tab 1 mg, 2 mg np\nhydralazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg p\nirbesartan tab 75 mg, 150 mg, 300 mg (Avapro) p\nirbesartan-hydrochlorothiazide tab 150-12.5 mg, 300-12.5 mg\n\n(Avalide)\np\n\nlisinopril & hydrochlorothiazide tab 10-12.5 mg, 20-12.5 mg,\n20-25 mg (Zestoretic)\n\np\n\nlisinopril tab 2.5 mg, 5 mg, 10 mg, 20 mg, 30 mg, 40 mg (Zestril) p\nlosartan potassium & hydrochlorothiazide tab 50-12.5 mg,\n\n100-12.5 mg, 100-25 mg (Hyzaar)\np\n\nlosartan potassium tab 25 mg, 50 mg, 100 mg (Cozaar) p\nmetoprolol & hydrochlorothiazide tab 50-25 mg, 100-25 mg,\n\n100-50 mg\nnp\n\nmetyrosine cap 250 mg (Demser) np\nminoxidil tab 2.5 mg, 10 mg p\nmoexipril hcl tab 7.5 mg, 15 mg np\nNEXICLON XR - clonidine hcl tab er 24hr 0.17 mg (base equivalent) NP\nolmesartan medoxomil tab 5 mg, 20 mg, 40 mg (Benicar) p\nolmesartan medoxomil-hydrochlorothiazide tab 20-12.5 mg\n\n(Benicar hct)\np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 35\n\nDrug Name Drug Tier Requirements/Limits\nolmesartan medoxomil-hydrochlorothiazide tab 40-12.5 mg,\n\n40-25 mg (Benicar hct)\nnp\n\nolmesartan-amlodipine-hydrochlorothiazide tab 20-5-12.5 mg,\n40-5-12.5 mg, 40-5-25 mg, 40-10-12.5 mg, 40-10-25 mg\n(Tribenzor)\n\nnp\n\nperindopril erbumine tab 2 mg, 4 mg, 8 mg np\nphenoxybenzamine hcl cap 10 mg (Dibenzyline) np\nprazosin hcl cap 1 mg (Minipress) p\nprazosin hcl cap 2 mg, 5 mg (Minipress) np\nPRESTALIA - perindopril arginine-amlodipine besylate tab\n\n3.5-2.5 mg, 7-5 mg, 14-10 mg\nNP\n\nQBRELIS - lisinopril oral soln 1 mg/ml NP PA, QL (2400 ml/30 days)\nquinapril hcl tab 5 mg, 10 mg, 20 mg, 40 mg (Accupril) p\nquinapril-hydrochlorothiazide tab 10-12.5 mg, 20-12.5 mg,\n\n20-25 mg (Accuretic)\nnp\n\nramipril cap 1.25 mg, 2.5 mg, 5 mg, 10 mg (Altace) p\nTEKTURNA HCT - aliskiren-hydrochlorothiazide tab 150-12.5 mg,\n\n150-25 mg, 300-12.5 mg, 300-25 mg\nNP\n\ntelmisartan tab 20 mg, 40 mg, 80 mg (Micardis) np\ntelmisartan-amlodipine tab 40-5 mg, 40-10 mg, 80-5 mg,\n\n80-10 mg\nnp\n\ntelmisartan-hydrochlorothiazide tab 40-12.5 mg, 80-12.5 mg,\n80-25 mg (Micardis hct)\n\nnp\n\nterazosin hcl cap 1 mg (base equivalent), 2 mg (base\nequivalent), 5 mg (base equivalent), 10 mg (base equivalent)\n\np\n\ntrandolapril tab 1 mg, 2 mg, 4 mg p\nTRANDOLAPRIL/VERAPAMIL HC - trandolapril-verapamil hcl tab er\n\n1-240 mg, 2-180 mg, 2-240 mg, 4-240 mg\nNP\n\nVALSARTAN - valsartan oral soln 4 mg/ml NP PA, QL (2400 mls/30 days)\nvalsartan tab 40 mg, 80 mg, 160 mg (Diovan) p\nvalsartan tab 320 mg (Diovan) np\nvalsartan-hydrochlorothiazide tab 80-12.5 mg, 160-12.5 mg,\n\n160-25 mg, 320-12.5 mg, 320-25 mg (Diovan hct)\nnp\n\nVECAMYL - mecamylamine hcl tab 2.5 mg NP\n\nDIURETICS\nacetazolamide cap er 12hr 500 mg np\nacetazolamide tab 125 mg, 250 mg np\nALDACTAZIDE - spironolactone & hydrochlorothiazide tab 50-50 mg NP\namiloride & hydrochlorothiazide tab 5-50 mg p\namiloride hcl tab 5 mg p\nbumetanide tab 0.5 mg (Bumex) np\nbumetanide tab 1 mg, 2 mg np\nCAROSPIR - spironolactone susp 25 mg/5ml NP PA, QL (450 ml/30 days)\nchlorthalidone tab 25 mg, 50 mg p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 36\n\nDrug Name Drug Tier Requirements/Limits\nDIURIL - chlorothiazide susp 250 mg/5ml NP\nethacrynic acid tab 25 mg (Edecrin) np\nFUROSEMIDE - furosemide oral soln 8 mg/ml NP\nfurosemide oral soln 10 mg/ml p\nfurosemide tab 20 mg, 40 mg, 80 mg (Lasix) p\nhydrochlorothiazide cap 12.5 mg p\nhydrochlorothiazide tab 12.5 mg, 25 mg, 50 mg p\nindapamide tab 1.25 mg, 2.5 mg p\nKEVEYIS - dichlorphenamide tab 50 mg NP PA, QL (120 tablets/30 days)\nmethazolamide tab 25 mg, 50 mg np\nmetolazone tab 2.5 mg, 5 mg, 10 mg np\nSOAANZ - torsemide tab 20 mg, 40 mg, 60 mg NP\nspironolactone & hydrochlorothiazide tab 25-25 mg\n\n(Aldactazide)\nnp\n\nspironolactone tab 25 mg, 50 mg, 100 mg (Aldactone) p\nTHALITONE - chlorthalidone tab 15 mg NP\ntorsemide tab 5 mg, 10 mg, 20 mg, 100 mg p\ntriamterene & hydrochlorothiazide cap 37.5-25 mg p\ntriamterene & hydrochlorothiazide tab 37.5-25 mg (Maxzide-25) p\ntriamterene & hydrochlorothiazide tab 75-50 mg (Maxzide) p\ntriamterene cap 50 mg, 100 mg (Dyrenium) np\nVASOPRESSORS\nAUVI-Q - epinephrine solution auto-injector 0.1 mg/0.1ml NP\nAUVI-Q - epinephrine solution auto-injector 0.15 mg/0.15ml\n\n(1:1000), 0.3 mg/0.3ml (1:1000)\nNP PA\n\ndroxidopa cap 100 mg (Northera) np PA, QL (450 capsules/30 days)\ndroxidopa cap 200 mg, 300 mg (Northera) np PA, QL (180 capsules/30 days)\nepinephrine solution auto-injector 0.15 mg/0.3ml (1:2000)\n\n(Epipen-jr 2-pak)\nnp\n\nepinephrine solution auto-injector 0.3 mg/0.3ml (1:1000)\n(Epipen 2-pak)\n\nnp\n\nmidodrine hcl tab 2.5 mg, 5 mg, 10 mg np\nANTIHYPERLIPIDEMICS\nALTOPREV - lovastatin tab er 24hr 20 mg, 40 mg, 60 mg NP\nANTARA - fenofibrate micronized cap 30 mg NP QL (60 capsules/30 days), ST\nANTARA - fenofibrate micronized cap 90 mg NP QL (30 capsules/30 days), ST\natorvastatin calcium tab 10 mg (base equivalent), 20 mg (base\n\nequivalent) (Lipitor)\np AC\n\natorvastatin calcium tab 40 mg (base equivalent), 80 mg (base\nequivalent) (Lipitor)\n\np\n\ncholestyramine light powder packets 4 gm np\ncholestyramine light powder 4 gm/dose (Questran light) np\ncholestyramine powder packets 4 gm (Questran) np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 37\n\nDrug Name Drug Tier Requirements/Limits\ncholestyramine powder 4 gm/dose (Questran) np\ncholine fenofibrate cap dr 45 mg (fenofibric acid equiv) (Trilipix) np QL (60 capsules/30 days)\ncholine fenofibrate cap dr 135 mg (fenofibric acid equiv)\n\n(Trilipix)\nnp QL (30 capsules/30 days)\n\ncolesevelam hcl packet for susp 3.75 gm (Welchol) np PA, QL (30 packets/30 days)\ncolesevelam hcl tab 625 mg (Welchol) np\ncolestipol hcl granule packets 5 gm (Colestid flavored) np\ncolestipol hcl granules 5 gm (Colestid flavored) np\ncolestipol hcl tab 1 gm (Colestid) np\nezetimibe tab 10 mg (Zetia) p\nezetimibe-simvastatin tab 10-10 mg, 10-20 mg, 10-40 mg,\n\n10-80 mg (Vytorin)\nnp\n\nEZETIMIBE/ROSUVASTATIN - ezetimibe-rosuvastatin calcium tab\n10-5 mg, 10-10 mg, 10-20 mg, 10-40 mg\n\nNP\n\nFENOFIBRATE - fenofibrate cap 50 mg NP QL (60 capsules/30 days)\nFENOFIBRATE - fenofibrate cap 150 mg NP QL (30 capsules/30 days)\nFENOFIBRATE MICRONIZED - fenofibrate micronized cap 30 mg NP QL (60 capsules/30 days), ST\nFENOFIBRATE MICRONIZED - fenofibrate micronized cap 90 mg NP QL (30 capsules/30 days), ST\nfenofibrate micronized cap 43 mg np QL (60 capsules/30 days)\nfenofibrate micronized cap 67 mg, 134 mg p QL (30 capsules/30 days)\nfenofibrate micronized cap 130 mg, 200 mg np QL (30 capsules/30 days)\nfenofibrate tab 40 mg (Fenoglide) np QL (60 tablets/30 days)\nfenofibrate tab 48 mg (Tricor) p QL (60 tablets/30 days)\nfenofibrate tab 54 mg p QL (60 tablets/30 days)\nfenofibrate tab 120 mg (Fenoglide) np QL (30 tablets/30 days)\nfenofibrate tab 145 mg (Tricor) p QL (30 tablets/30 days)\nfenofibrate tab 160 mg p QL (30 tablets/30 days)\nFENOFIBRIC ACID - fenofibric acid tab 35 mg NP QL (60 tablets/30 days)\nFENOFIBRIC ACID - fenofibric acid tab 105 mg NP QL (30 tablets/30 days)\nFIBRICOR - fenofibric acid tab 35 mg NP QL (60 tablets/30 days)\nFIBRICOR - fenofibric acid tab 105 mg NP QL (30 tablets/30 days)\nFLOLIPID - simvastatin susp 20 mg/5ml (4 mg/ml), 40 mg/5ml\n\n(8 mg/ml)\nNP\n\nfluvastatin sodium cap 20 mg (base equivalent), 40 mg (base\nequivalent)\n\nnp\n\nfluvastatin sodium tab er 24 hr 80 mg (base equivalent) (Lescol\nxl)\n\nnp\n\ngemfibrozil tab 600 mg (Lopid) p QL (60 tablets/30 days)\nJUXTAPID - lomitapide mesylate cap 5 mg (base equiv), 10 mg\n\n(base equiv), 20 mg (base equiv), 30 mg (base equiv)\nNP PA, QL (30 capsules/30 days), SP\n\nLIPOFEN - fenofibrate cap 50 mg P QL (60 capsules/30 days)\nLIPOFEN - fenofibrate cap 150 mg P QL (30 capsules/30 days)\nLIVALO - pitavastatin calcium tab 1 mg, 2 mg, 4 mg P+\nlovastatin tab 10 mg p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 38\n\nDrug Name Drug Tier Requirements/Limits\nlovastatin tab 20 mg, 40 mg p AC\nNEXLETOL - bempedoic acid tab 180 mg P PA, QL (30 tablets/30 days)\nNEXLIZET - bempedoic acid-ezetimibe tab 180-10 mg P PA, QL (30 tablets/30 days)\nNIACIN - niacin (antihyperlipidemic) tab 500 mg NP PA, QL (360 tablets/30 days)\nniacin tab er 500 mg (antihyperlipidemic), 750 mg\n\n(antihyperlipidemic), 1000 mg (antihyperlipidemic) (Niaspan)\nnp\n\nNIACOR - niacin (antihyperlipidemic) tab 500 mg NP PA, QL (360 tablets/30 days)\npravastatin sodium tab 10 mg, 20 mg, 40 mg, 80 mg p AC\nREPATHA - evolocumab subcutaneous soln prefilled syringe\n\n140 mg/ml\nP QL (2 syringes/28 days)\n\nREPATHA PUSHTRONEX SYSTEM - evolocumab subcutaneous\nsoln cartridge/infusor 420 mg/3.5ml\n\nP QL (2 cartridges/30 days)\n\nREPATHA SURECLICK - evolocumab subcutaneous soln auto-\ninjector 140 mg/ml\n\nP QL (2 injectors/28 days)\n\nrosuvastatin calcium tab 5 mg, 10 mg, 20 mg, 40 mg (Crestor) p\nROSZET - ezetimibe-rosuvastatin calcium tab 10-5 mg, 10-10 mg,\n\n10-20 mg, 10-40 mg\nNP\n\nsimvastatin tab 5 mg, 80 mg p\nsimvastatin tab 10 mg, 20 mg, 40 mg (Zocor) p\nVASCEPA - icosapent ethyl cap 0.5 gm P\nVASCEPA - icosapent ethyl cap 1 gm np\n\nCARDIOVASCULAR AGENTS - MISC.\nADEMPAS - riociguat tab 0.5 mg, 1 mg, 1.5 mg, 2 mg, 2.5 mg NP PA, QL (90 tablets/30 days), SP\nambrisentan tab 5 mg, 10 mg (Letairis) np PA, QL (30 tablets/30 days), SP\namlodipine besylate-atorvastatin calcium tab 2.5-10 mg,\n\n2.5-20 mg, 2.5-40 mg\nnp\n\namlodipine besylate-atorvastatin calcium tab 5-10 mg, 5-20 mg,\n5-40 mg, 5-80 mg, 10-10 mg, 10-20 mg, 10-40 mg, 10-80 mg\n(Caduet)\n\nnp\n\nbosentan tab 62.5 mg, 125 mg (Tracleer) np PA, QL (60 tablets/30 days), SP\nCAMZYOS - mavacamten cap 2.5 mg, 10 mg, 15 mg NP PA, QL (30 capsules/30 days), SP\nCAMZYOS - mavacamten cap 5 mg NP PA, QL (30 capsule/30 days), SP\nCORLANOR - ivabradine hcl tab 5 mg (base equiv), 7.5 mg (base\n\nequiv)\nP PA, QL (60 tablets/30 days)\n\nCORLANOR - ivabradine hcl oral soln 5 mg/5ml (base equiv) P PA, QL (600 mls/30 days)\nENTRESTO - sacubitril-valsartan tab 24-26 mg, 49-51 mg,\n\n97-103 mg\nP\n\nisosorbide dinitrate-hydralazine hcl tab 20-37.5 mg (Bidil) np\nOPSUMIT - macitentan tab 10 mg P PA, QL (30 tablets/30 days), SP\nORENITRAM - treprostinil diolamine tab er 0.125 mg (base equiv),\n\n0.25 mg (base equiv), 1 mg (base equiv), 2.5 mg (base equiv),\n5 mg (base equiv)\n\nNP PA, QL (300 tablets/30 days), SP\n\nsildenafil citrate for suspension 10 mg/ml (Revatio) np QL (224 ml/30 days), SP\nsildenafil citrate tab 20 mg (Revatio) np QL (90 tablets/30 days), SP\ntadalafil tab 20 mg (pah) (Adcirca) np PA, QL (60 tablets/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 39\n\nDrug Name Drug Tier Requirements/Limits\nTRACLEER - bosentan tab for oral susp 32 mg P PA, QL (120 tablets/30 days), SP\nTYVASO - treprostinil inhalation solution 0.6 mg/ml NP PA, QL (7 ampules/28 days), SP\nTYVASO REFILL - treprostinil inhalation solution 0.6 mg/ml NP PA, QL (1 pack/28 days), SP\nTYVASO STARTER - treprostinil inhalation solution 0.6 mg/ml NP PA, QL (1 kit/180 days), SP\nUPTRAVI - selexipag tab therapy pack 200 mcg (140) & 800 mcg\n\n(60)\nP PA, QL (1 pack/180 days), SP\n\nUPTRAVI - selexipag tab 200 mcg, 400 mcg, 600 mcg, 800 mcg,\n1000 mcg, 1200 mcg, 1400 mcg, 1600 mcg\n\nP PA, QL (60 tablets/30 days), SP\n\nUPTRAVI - selexipag tab 200 mcg P PA, QL (140 tablets/180 days), SP\nVENTAVIS - iloprost inhalation solution 10 mcg/ml, 20 mcg/ml NP PA, QL (9 packs/30 days), SP\nVERQUVO - vericiguat tab 2.5 mg, 5 mg, 10 mg P PA, QL (30 tablets/30 days)\nVYNDAMAX - tafamidis cap 61 mg P PA, QL (30 capsules/30 days), SP\nVYNDAQEL - tafamidis meglumine (cardiac) cap 20 mg P PA, QL (120 capsules/30 days), SP\n\nERECTILE DYSFUNCTION\nCAVERJECT - alprostadil for inj 20 mcg NP+ PA, QL (4 doses/30 days)\nCAVERJECT - alprostadil for inj 40 mcg NP+ QL (4 doses/30 days)\nCAVERJECT IMPULSE - alprostadil for inj kit 10 mcg, 20 mcg NP+ QL (4 kits/30 days)\nEDEX - alprostadil for inj kit 10 mcg, 20 mcg, 40 mcg NP+ QL (4 kits/30 days)\nMUSE - alprostadil urethral pellet 250 mcg, 500 mcg NP+ QL (4 doses/30 days)\nMUSE - alprostadil urethral pellet 1000 mcg NP+ QL (8 doses/30 days)\nsildenafil citrate tab 25 mg, 50 mg, 100 mg (Viagra) p+ QL (8 tablets/30 days)\nSTENDRA - avanafil tab 50 mg, 100 mg, 200 mg NP+ QL (8 tablets/30 days)\ntadalafil tab 2.5 mg, 5 mg (Cialis) p QL (30 tablets/30 days)\ntadalafil tab 10 mg, 20 mg (Cialis) p+ QL (8 tablets/30 days)\nvardenafil hcl orally disintegrating tab 10 mg np+ QL (8 tablets/30 days)\nvardenafil hcl tab 2.5 mg, 5 mg, 10 mg, 20 mg np+ QL (8 tablets/30 days)\nRESPIRATORY AGENTS\nANTIHISTAMINES\nCARBINOXAMINE MALEATE - carbinoxamine maleate soln\n\n4 mg/5ml\nNP\n\nCARBINOXAMINE MALEATE - carbinoxamine maleate tab 6 mg NP\ncarbinoxamine maleate tab 4 mg np\ncetirizine hcl oral soln 1 mg/ml (5 mg/5ml) np+\nCLEMASTINE FUMARATE - clemastine fumarate tab 2.68 mg NP\nCLEMASTINE FUMARATE - clemastine fumarate syrup\n\n0.67 mg/5ml (0.5 mg/5ml base eq)\nNP\n\ncyproheptadine hcl syrup 2 mg/5ml np\ncyproheptadine hcl tab 4 mg p\nDESLORATADINE ODT - desloratadine tab orally disintegrating\n\n2.5 mg, 5 mg\nNP+\n\ndesloratadine tab 5 mg (Clarinex) np+\ndiphenhydramine hcl elixir 12.5 mg/5ml np+\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 40\n\nDrug Name Drug Tier Requirements/Limits\nKARBINAL ER - carbinoxamine maleate extended release susp\n\n4 mg/5ml\nNP\n\nlevocetirizine dihydrochloride soln 2.5 mg/5ml (0.5 mg/ml) np+\nlevocetirizine dihydrochloride tab 5 mg np+\npromethazine hcl suppos 12.5 mg, 25 mg np\npromethazine hcl syrup 6.25 mg/5ml p\npromethazine hcl tab 12.5 mg, 25 mg, 50 mg p\nPROMETHEGAN - promethazine hcl suppos 50 mg NP\nRYCLORA - dexchlorpheniramine maleate oral soln 2 mg/5ml NP\nRYVENT - carbinoxamine maleate tab 6 mg NP\n\nNASAL AGENTS - SYSTEMIC and TOPICAL\nazelastine hcl nasal spray 0.1% (137 mcg/spray) p QL (2 bottles/30 days)\nazelastine hcl nasal spray 0.15% (205.5 mcg/spray) np QL (2 bottles/30 days)\nazelastine hcl-fluticasone prop nasal spray 137-50 mcg/act\n\n(Dymista)\nnp QL (1 bottle/30 days)\n\nBECONASE AQ - beclomethasone dipropionate monohyd nasal\nsusp 42 mcg/spray\n\nNP+ QL (2 bottles/30 days)\n\nflunisolide nasal soln 25 mcg/act (0.025%) np+ QL (3 bottles/30 days)\nfluticasone propionate nasal susp 50 mcg/act p QL (1 bottle/30 days)\nipratropium bromide nasal soln 0.03% (21 mcg/spray) np QL (2 bottles/30 days)\nipratropium bromide nasal soln 0.06% (42 mcg/spray) np QL (3 bottles/30 days)\nmometasone furoate nasal susp 50 mcg/act np+ QL (1 inhaler/30 days)\nolopatadine hcl nasal soln 0.6% (Patanase) np QL (1 bottle/30 days)\nOMNARIS - ciclesonide nasal susp 50 mcg/act NP+ QL (1 inhaler/30 days)\nQNASL - beclomethasone dipropionate nasal aerosol 80 mcg/act NP+ QL (1 inhaler/30 days)\nQNASL CHILDRENS - beclomethasone dipropionate nasal aerosol\n\n40 mcg/act\nNP+ QL (1 inhaler/30 days)\n\nXHANCE - fluticasone propionate nasal exhaler susp 93 mcg/act NP PA, QL (32 mls/30 days)\nZETONNA - ciclesonide nasal aerosol soln 37 mcg/act (50 mcg/\n\nvalve)\nNP+ QL (1 inhaler/30 days)\n\nCOUGH/COLD/ALLERGY\nacetylcysteine inhal soln 10%, 20% np\nbenzonatate cap 100 mg, 200 mg p\nbenzonatate cap 150 mg np\nCLARINEX-D 12 HOUR - desloratadine & pseudoephedrine tab er\n\n12hr 2.5-120 mg\nNP\n\nhydrocod polst-chlorphen polst er susp 10-8 mg/5ml np QL (AUO)\nhydrocodone bitart-homatropine methylbrom soln 5-1.5 mg/5ml\n\n(Hycodan)\np QL (AUO)\n\nhydrocodone bitart-homatropine methylbromide tab 5-1.5 mg\n(Hycodan)\n\nnp QL (AUO)\n\npromethazine & phenylephrine syrup 6.25-5 mg/5ml np\npromethazine w/ codeine syrup 6.25-10 mg/5ml p QL (AUO)\npromethazine-dm syrup 6.25-15 mg/5ml p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 41\n\nDrug Name Drug Tier Requirements/Limits\npromethazine-phenylephrine-codeine syrup 6.25-5-10 mg/5ml np QL (AUO)\npseudoephed-bromphen-dm syrup 30-2-10 mg/5ml np+\nsodium chloride soln nebu 3% p\nsodium chloride soln nebu 7% (Hypersal) p\nTUXARIN ER - codeine phos-chlorpheniramine maleate tab er 12hr\n\n54.3-8 mg\nNP QL (AUO)\n\nTUZISTRA XR - codeine polist-chlorphen polist er susp\n14.7-2.8 mg/5ml\n\nNP\n\nANTIASTHMATIC and BRONCHODILATOR AGENTS\nADVAIR DISKUS - fluticasone-salmeterol aer powder ba\n\n100-50 mcg/act, 250-50 mcg/act, 500-50 mcg/act\nnp QL (60 blisters/30 days)\n\nADVAIR HFA - fluticasone-salmeterol inhal aerosol 45-21 mcg/act,\n115-21 mcg/act, 230-21 mcg/act\n\nP QL (12 grams/30 days)\n\nalbuterol sulfate inhal aero 108 mcg/act (90mcg base equiv)\n(Proventil hfa)\n\nnp QL (2 inhalers/30 days)\n\nalbuterol sulfate soln nebu 0.083% (2.5 mg/3ml) p QL (125 containers/30 days)\nalbuterol sulfate soln nebu 0.5% (5 mg/ml) np QL (60 mls/30 days)\nalbuterol sulfate soln nebu 0.63 mg/3ml (base equiv),\n\n1.25 mg/3ml (base equiv)\nnp QL (125 containers/30 days)\n\nalbuterol sulfate syrup 2 mg/5ml p\nalbuterol sulfate tab 2 mg, 4 mg np\nANORO ELLIPTA - umeclidinium-vilanterol aero powd ba\n\n62.5-25 mcg/inh\nP QL (60 blisters/30 days)\n\narformoterol tartrate soln nebu 15 mcg/2ml (base equiv)\n(Brovana)\n\nnp\n\nARNUITY ELLIPTA - fluticasone furoate aerosol powder breath activ\n50 mcg/act, 100 mcg/act, 200 mcg/act\n\nP QL (30 blisters/30 days)\n\nASMANEX HFA - mometasone furoate inhal aerosol suspension\n50 mcg/act\n\nP QL (13 grams/30 days)\n\nASMANEX HFA - mometasone furoate inhal aerosol suspension\n100 mcg/act, 200 mcg/act\n\nP QL (1 inhaler/30 days)\n\nASMANEX TWISTHALER 120 ME - mometasone furoate inhal\npowd 220 mcg/inh (breath activated)\n\nP QL (1 inhaler/30 days)\n\nASMANEX TWISTHALER 30 MET - mometasone furoate inhal\npowd 110 mcg/inh (breath activated), 220 mcg/inh (breath\nactivated)\n\nP QL (1 inhaler/30 days)\n\nASMANEX TWISTHALER 60 MET - mometasone furoate inhal\npowd 220 mcg/inh (breath activated)\n\nP QL (1 inhaler/30 days)\n\nATROVENT HFA - ipratropium bromide hfa inhal aerosol 17 mcg/act NP QL (2 inhalers/30 days)\nBREO ELLIPTA - fluticasone furoate-vilanterol aero powd ba\n\n100-25 mcg/inh, 200-25 mcg/inh\nP QL (60 blisters/30 days)\n\nBREZTRI AEROSPHERE - budesonide-glycopyrrolate-formoterol\naers 160-9-4.8 mcg/act\n\nP QL (1 inhaler/30 days)\n\nbudesonide inhalation susp 0.25 mg/2ml, 0.5 mg/2ml\n(Pulmicort)\n\nnp QL (120 mls/30 days)\n\nbudesonide inhalation susp 1 mg/2ml (Pulmicort) np QL (60 mls/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 42\n\nDrug Name Drug Tier Requirements/Limits\nCOMBIVENT RESPIMAT - ipratropium-albuterol inhal aerosol soln\n\n20-100 mcg/act\nP QL (2 inhalers/30 days)\n\ncromolyn sodium soln nebu 20 mg/2ml np QL (240 mls/30 days)\nDALIRESP - roflumilast tab 250 mcg, 500 mcg NP\nDULERA - mometasone furoate-formoterol fumarate aerosol\n\n50-5 mcg/act\nP QL (13 grams/30 days)\n\nDULERA - mometasone furoate-formoterol fumarate aerosol\n100-5 mcg/act, 200-5 mcg/act\n\nP QL (1 inhaler/30 days)\n\nELIXOPHYLLIN - theophylline elixir 80 mg/15ml NP\nFASENRA PEN - benralizumab subcutaneous soln auto-injector\n\n30 mg/ml\nP PA, QL (1 pen/56 days), SP\n\nFLOVENT DISKUS - fluticasone propionate aer pow ba 50 mcg/\nblister, 100 mcg/blister\n\nP QL (60 blisters/30 days)\n\nFLOVENT DISKUS - fluticasone propionate aer pow ba 250 mcg/\nblister\n\nP QL (240 blisters/30 days)\n\nFLOVENT HFA - fluticasone propionate hfa inhal aero 44 mcg/act\n(50/valve)\n\nP QL (60 blisters/30 days)\n\nFLOVENT HFA - fluticasone propionate hfa inhal aer 110 mcg/act\n(125/valve), 220 mcg/act (250/valve)\n\nP QL (60 blisters/30 days)\n\nFLUTICASONE PROPIONATE/SA - fluticasone-salmeterol aer\npowder ba 55-14 mcg/act, 113-14 mcg/act\n\nnp\n\nFLUTICASONE PROPIONATE/SA - fluticasone-salmeterol aer\npowder ba 232-14 mcg/act\n\nnp QL (1 inhaler/30 days)\n\nINCRUSE ELLIPTA - umeclidinium br aero powd breath act\n62.5 mcg/inh (base eq)\n\nP QL (30 blisters/30 days)\n\nipratropium bromide inhal soln 0.02% p QL (150 containers/30 days)\nipratropium-albuterol nebu soln 0.5-2.5(3) mg/3ml np QL (540 mls/30 days)\nlevalbuterol hcl soln nebu conc 1.25 mg/0.5ml (base equiv)\n\n(Xopenex concentrate)\nnp QL (90 vials/30 days)\n\nlevalbuterol hcl soln nebu 0.31 mg/3ml (base equiv),\n0.63 mg/3ml (base equiv), 1.25 mg/3ml (base equiv) (Xopenex)\n\nnp QL (96 vials/30 days)\n\nmontelukast sodium chew tab 4 mg (base equiv), 5 mg (base\nequiv) (Singulair)\n\np\n\nmontelukast sodium oral granules packet 4 mg (base equiv)\n(Singulair)\n\nnp\n\nmontelukast sodium tab 10 mg (base equiv) (Singulair) p\nNUCALA - mepolizumab subcutaneous solution auto-injector\n\n100 mg/ml\nP PA, QL (3 ml/28 days), SP\n\nNUCALA - mepolizumab subcutaneous solution pref syringe\n40 mg/0.4ml\n\nP PA, QL (1 syringe/28 days), SP\n\nNUCALA - mepolizumab subcutaneous solution pref syringe\n100 mg/ml\n\nP PA, QL (3 ml/28 days), SP\n\nQVAR REDIHALER - beclomethasone diprop hfa breath act inh aer\n40 mcg/act\n\nP QL (1 inhaler/30 days)\n\nQVAR REDIHALER - beclomethasone diprop hfa breath act inh aer\n80 mcg/act\n\nP QL (2 inhalers/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 43\n\nDrug Name Drug Tier Requirements/Limits\nSEREVENT DISKUS - salmeterol xinafoate aer pow ba 50 mcg/\n\ndose (base equiv)\nP QL (60 blisters/30 days)\n\nSPIRIVA HANDIHALER - tiotropium bromide monohydrate inhal cap\n18 mcg (base equiv)\n\nP QL (30 capsules/30 days)\n\nSPIRIVA RESPIMAT - tiotropium bromide monohydrate inhal\naerosol 1.25 mcg/act\n\nP QL (4 grams/30 days)\n\nSPIRIVA RESPIMAT - tiotropium bromide monohydrate inhal\naerosol 2.5 mcg/act\n\nP QL (1 cartridge/30 days)\n\nSTIOLTO RESPIMAT - tiotropium br-olodaterol inhal aero soln\n2.5-2.5 mcg/act\n\nP QL (1 inhaler/30 days)\n\nSTRIVERDI RESPIMAT - olodaterol hcl inhal aerosol soln 2.5 mcg/\nact (base equiv)\n\nP QL (1 inhaler/30 days)\n\nSYMBICORT - budesonide-formoterol fumarate dihyd aerosol\n80-4.5 mcg/act, 160-4.5 mcg/act\n\nP QL (1 inhaler/30 days)\n\nterbutaline sulfate tab 2.5 mg, 5 mg np\nTHEO-24 - theophylline cap er 24hr 100 mg, 200 mg, 300 mg,\n\n400 mg\nNP\n\ntheophylline soln 80 mg/15ml np\ntheophylline tab er 12hr 300 mg, 450 mg np\ntheophylline tab er 24hr 400 mg, 600 mg np\nTRELEGY ELLIPTA - fluticasone-umeclidinium-vilanterol aepb\n\n100-62.5-25 mcg/inh\nP QL (60 blisters/30 days)\n\nTRELEGY ELLIPTA - fluticasone-umeclidinium-vilanterol aepb\n200-62.5-25 mcg/inh\n\nP QL (1 inhaler/30 days)\n\nVENTOLIN HFA - albuterol sulfate inhal aero 108 mcg/act (90mcg\nbase equiv)\n\nP QL (2 inhalers/30 days)\n\nXOLAIR - omalizumab subcutaneous soln prefilled syringe\n75 mg/0.5ml, 150 mg/ml\n\nP PA, SP\n\nzafirlukast tab 10 mg, 20 mg (Accolate) np\nzileuton tab er 12hr 600 mg np PA, QL (120 tablets/30 days)\nZYFLO - zileuton tab 600 mg NP PA, QL (120 tablets/30 days)\n\nRESPIRATORY AGENTS - MISC.\nBRONCHITOL - mannitol inhal cap 40 mg NP SP\nBRONCHITOL TOLERANCE TEST - mannitol inhal cap 40 mg NP SP\nESBRIET - pirfenidone cap 267 mg NP PA, QL (270 capsules/30 days), SP\nGLASSIA - alpha1-proteinase inhibitor (human) inj 1000 mg/50ml NP SP\nKALYDECO - ivacaftor tab 150 mg P PA, QL (60 tablets/30 days), SP\nKALYDECO - ivacaftor packet 25 mg, 50 mg, 75 mg P PA, QL (60 packets/30 days), SP\nOFEV - nintedanib esylate cap 100 mg (base equivalent), 150 mg\n\n(base equivalent)\nNP PA, QL (60 capsules/30 days), SP\n\nORKAMBI - lumacaftor-ivacaftor tab 100-125 mg, 200-125 mg NP PA, QL (120 tablets/30 days), SP\nORKAMBI - lumacaftor-ivacaftor granules packet 100-125 mg,\n\n150-188 mg\nNP PA, QL (60 tablets/30 days), SP\n\npirfenidone tab 267 mg (Esbriet) np PA, QL (270 tablets/30 days), SP\npirfenidone tab 801 mg (Esbriet) np PA, QL (90 tablets/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 44\n\nDrug Name Drug Tier Requirements/Limits\nPULMOZYME - dornase alfa inhal soln 2.5 mg/2.5ml P SP\nSYMDEKO - tezacaftor-ivacaftor 50-75 mg & ivacaftor 75 mg tab\n\ntbpk\nP PA, QL (60 tablets/30 days), SP\n\nSYMDEKO - tezacaftor-ivacaftor 100-150 mg & ivacaftor 150 mg tab\ntbpk\n\nP PA, QL (60 tablets/30 days), SP\n\nTRIKAFTA - elexacaf-tezacaf-ivacaf 50-25-37.5 mg & ivacaftor\n75 mg tbpk\n\nP PA, QL (90 tablets/30 days), SP\n\nTRIKAFTA - elexacaf-tezacaf-ivacaf 100-50-75 mg &ivacaftor\n150 mg tbpk\n\nP PA, QL (90 tablets/30 days), SP\n\nGASTROINTESTINAL AGENTS\nLAXATIVES\nGAVILYTE-C - peg 3350-kcl-na bicarb-nacl-na sulfate for soln\n\n240 gm\nNP\n\nKRISTALOSE - lactulose oral crystal packet 10 gm, 20 gm NP\nLACTULOSE - lactulose oral crystal packet 10 gm NP\nlactulose solution 10 gm/15ml np\npeg 3350-kcl-na bicarb-nacl-na sulfate for soln 236 gm\n\n(Golytely)\np AC\n\npeg 3350-kcl-nacl-na sulfate-na ascorbate-c for soln 100 gm\n(Moviprep)\n\nnp AC\n\npeg 3350-kcl-sod bicarb-nacl for soln 420 gm np AC\nPEG-PREP - bisacodyl tab & peg 3350-kcl-sod bicarb-nacl for soln\n\nkit\nNP\n\nSUPREP BOWEL PREP KIT - sod sulfate-pot sulf-mg sulf oral sol\n17.5-3.13-1.6 gm/177ml\n\nP\n\nSUTAB - sod sulfate-mg sulfate-pot chloride tab 1479-225-188 mg NP\n\nANTIDIARRHEALS\ndiphenoxylate w/ atropine tab 2.5-0.025 mg (Lomotil) np\nDIPHENOXYLATE/ATROPINE - diphenoxylate w/ atropine liq\n\n2.5-0.025 mg/5ml\nNP PA, QL (1200 ml/30 days)\n\nloperamide hcl cap 2 mg np+\nMOTOFEN - difenoxin w/ atropine tab 1-0.025 mg NP\nMYTESI - crofelemer tab delayed release 125 mg NP\n\nULCER DRUGS\ncimetidine hcl soln 300 mg/5ml np+ PA, QL (1200 mls/30 days)\ncimetidine tab 200 mg, 300 mg, 400 mg, 800 mg np+\nDARTISLA ODT - glycopyrrolate tab disintegrating 1.7 mg NP PA, QL (120 tablets/30 days)\nDEXILANT - dexlansoprazole cap delayed release 30 mg, 60 mg NP+ QL (60 capsules/30 days)\ndicyclomine hcl cap 10 mg p\ndicyclomine hcl oral soln 10 mg/5ml np\ndicyclomine hcl tab 20 mg p\nesomeprazole magnesium cap delayed release 20 mg (base\n\neq), 40 mg (base eq) (Nexium)\nnp+ QL (60 capsules/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 45\n\nDrug Name Drug Tier Requirements/Limits\nesomeprazole magnesium for delayed release susp packet\n\n10 mg, 20 mg, 40 mg (Nexium)\nnp QL (60 packets/30 days)\n\nESOMEPRAZOLE STRONTIUM - esomeprazole strontium cap\ndelayed release 49.3 mg\n\nNP+ QL (60 capsules/30 days)\n\nfamotidine for susp 40 mg/5ml np\nfamotidine tab 20 mg (Pepcid) np+\nfamotidine tab 40 mg (Pepcid) p\nGLYCATE - glycopyrrolate tab 1.5 mg NP\nGLYCOPYRROLATE - glycopyrrolate tab 1.5 mg NP\nglycopyrrolate oral soln 1 mg/5ml (Cuvposa) np\nglycopyrrolate tab 1 mg (Robinul) p\nglycopyrrolate tab 2 mg (Robinul forte) np\nlansoprazole cap delayed release 15 mg np+ QL (60 capsules/30 days)\nlansoprazole cap delayed release 30 mg (Prevacid) np+ QL (60 capsules/30 days)\nlansoprazole tab delayed release orally disintegrating 15 mg,\n\n30 mg (Prevacid solutab)\nnp+ QL (60 tablets/30 days)\n\nLANSOPRAZOLE/AMOXICILLIN/ - amoxicillin cap-clarithro tab-\nlansopraz cap dr therapy pack\n\nnp\n\nmethscopolamine bromide tab 2.5 mg, 5 mg np\nmisoprostol tab 100 mcg, 200 mcg (Cytotec) p\nNEXIUM - esomeprazole magnesium for delayed release susp pack\n\n2.5 mg\nP PA, QL (60 packets/30 days)\n\nNEXIUM - esomeprazole magnesium for delayed release susp\npacket 5 mg\n\nP PA, QL (60 packets/30 days)\n\nNIZATIDINE - nizatidine cap 150 mg, 300 mg NP+\nomeprazole cap delayed release 10 mg, 20 mg, 40 mg p QL (60 capsules/30 days)\nomeprazole-sodium bicarbonate cap 20-1100 mg, 40-1100 mg\n\n(Zegerid)\nnp+ PA, QL (60 capsules/30 days)\n\nomeprazole-sodium bicarbonate powd pack for susp\n20-1680 mg, 40-1680 mg (Zegerid)\n\nnp+ PA, QL (60 packets/30 days)\n\npantoprazole sodium ec tab 20 mg (base equiv), 40 mg (base\nequiv) (Protonix)\n\np QL (60 tablets/30 days)\n\npantoprazole sodium for delayed release susp packet 40 mg\n(Protonix)\n\nnp+ QL (60 packets/30 days)\n\nPRILOSEC - omeprazole magnesium for delayed release susp\npacket 2.5 mg, 10 mg\n\nNP+ QL (60 packets/30 days)\n\nRABEPRAZOLE SODIUM DR SPR - rabeprazole sodium capsule\nsprinkle dr 10 mg\n\nNP+ QL (60 tablets/30 days)\n\nrabeprazole sodium ec tab 20 mg (Aciphex) np+ QL (60 tablets/30 days)\nsucralfate susp 1 gm/10ml (Carafate) np PA, QL (1200 mls/30 days)\nsucralfate tab 1 gm (Carafate) np\nTALICIA - amoxicillin-rifabutin-omeprazole cap dr 250-12.5-10 mg P\n\nANTIEMETICS\nANTIVERT - meclizine hcl tab 50 mg NP+\nANZEMET - dolasetron mesylate tab 50 mg NP QL (10 tablets/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 46\n\nDrug Name Drug Tier Requirements/Limits\naprepitant capsule therapy pack 80 & 125 mg (Emend tripack) np QL (9 capsules/30 days)\naprepitant capsule 40 mg np QL (2 capsules/30 days)\naprepitant capsule 80 mg (Emend) np QL (6 capsules/30 days)\naprepitant capsule 125 mg np QL (3 capsules/30 days)\nBONJESTA - doxylamine-pyridoxine tab er 20-20 mg NP QL (60 tablets/30 days)\ndoxylamine-pyridoxine tab delayed release 10-10 mg (Diclegis) np QL (120 tablets/30 days)\ndronabinol cap 2.5 mg (Marinol) np QL (60 tablets/30 days)\ndronabinol cap 5 mg, 10 mg np QL (60 tablets/30 days)\nEMEND - aprepitant for oral susp 125 mg (125 mg/5ml) P QL (9 kits/30 days)\ngranisetron hcl tab 1 mg np QL (20 tablets/30 days)\nmeclizine hcl chew tab 25 mg (Antivert) np+\nmeclizine hcl tab 12.5 mg, 25 mg np+\nONDANSETRON HCL - ondansetron hcl tab 24 mg NP QL (1 tablet/30 days)\nondansetron hcl oral soln 4 mg/5ml np QL (300 ml/30 days)\nondansetron hcl tab 4 mg, 8 mg p QL (30 tablets/30 days)\nondansetron orally disintegrating tab 4 mg, 8 mg p QL (30 tablets/30 days)\nSANCUSO - granisetron td patch 3.1 mg/24hr (contains 34.3 mg) NP QL (3 patches/30 days)\nscopolamine td patch 72hr 1 mg/3days (Transderm-scop) np\nSYNDROS - dronabinol soln 5 mg/ml NP QL (4 bottles/30 days)\ntrimethobenzamide hcl cap 300 mg np\nVARUBI - rolapitant hcl tab therapy pack 2 x 90 mg (base equiv) P QL (6 tablets/30 days)\n\nDIGESTIVE AIDS\nCREON - pancrelipase (lip-prot-amyl) dr cap 3000-9500-15000\n\nunit, 6000-19000-30000 unit, 12000-38000-60000 unit,\n24000-76000-120000 unit, 36000-114000-180000 unit\n\nP\n\nSUCRAID - sacrosidase soln 8500 unit/ml NP PA, QL (236 ml/28 days), SP\nZENPEP - pancrelipase (lip-prot-amyl) dr cap 3000-10000-14000\n\nunit, 5000-17000-24000 unit, 10000-32000-42000 unit,\n15000-47000-63000 unit, 20000-63000-84000 unit,\n25000-79000-105000 unit, 40000-126000-168000 unit\n\nP\n\nGASTROINTESTINAL AGENTS- MISC.\nalosetron hcl tab 0.5 mg (base equiv), 1 mg (base equiv)\n\n(Lotronex)\nnp QL (60 tablets/30 days)\n\nAURYXIA - ferric citrate tab 1 gm (210 mg ferric iron) NP\nbalsalazide disodium cap 750 mg (Colazal) np\nBYLVAY - odevixibat cap 400 mcg, 1200 mcg NP PA, SP\nBYLVAY (PELLETS) - odevixibat pellets cap sprinkle 200 mcg,\n\n600 mcg\nNP PA, SP\n\ncalcium acetate (phosphate binder) cap 667 mg (169 mg ca) np\ncalcium acetate (phosphate binder) tab 667 mg np\nCHENODAL - chenodiol tab 250 mg P SP\nCHOLBAM - cholic acid cap 50 mg, 250 mg NP SP\nCIMZIA - certolizumab pegol prefilled syringe kit 2 x 200 mg/ml NP PA, QL (2 kits/28 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 47\n\nDrug Name Drug Tier Requirements/Limits\nCIMZIA STARTER KIT - certolizumab pegol prefilled syringe kit 6 x\n\n200 mg/ml\nNP PA, QL (1 kit/180 days), SP\n\ncromolyn sodium oral conc 100 mg/5ml (Gastrocrom) np\nDIPENTUM - olsalazine sodium cap 250 mg NP\nFOSRENOL - lanthanum carbonate oral powder pack 750 mg\n\n(elemental), 1000 mg (elemental)\nNP\n\nGATTEX - teduglutide (rdna) for inj kit 5 mg NP PA, SP\nGIMOTI - metoclopramide hcl nasal spray 15 mg/act NP\nlactulose (encephalopathy) solution 10 gm/15ml np\nlanthanum carbonate chew tab 500 mg (elemental), 750 mg\n\n(elemental), 1000 mg (elemental) (Fosrenol)\nnp\n\nLINZESS - linaclotide cap 72 mcg, 145 mcg, 290 mcg P QL (30 capsules/30 days)\nLIVMARLI - maralixibat chloride oral soln 9.5 mg/ml NP PA, SP\nmesalamine cap dr 400 mg (Delzicol) np\nmesalamine cap er 24hr 0.375 gm (Apriso) np\nmesalamine cap er 500 mg (Pentasa) np\nmesalamine enema 4 gm np\nmesalamine suppos 1000 mg (Canasa) np\nmesalamine tab delayed release 800 mg (Asacol hd) np\nmesalamine tab delayed release 1.2 gm (Lialda) np\nmetoclopramide hcl soln 5 mg/5ml (10 mg/10ml) (base equiv) np\nmetoclopramide hcl tab 5 mg (base equivalent), 10 mg (base\n\nequivalent) (Reglan)\np\n\nMETOCLOPRAMIDE ODT - metoclopramide hcl orally disintegrating\ntab 5 mg (base eq)\n\nNP\n\nMOVANTIK - naloxegol oxalate tab 12.5 mg (base equivalent),\n25 mg (base equivalent)\n\nP QL (30 tablets/30 days)\n\nOCALIVA - obeticholic acid tab 5 mg, 10 mg NP PA, QL (30 tablets/30 days), SP\nPENTASA - mesalamine cap er 250 mg NP\nPHOSLYRA - calcium acetate (phosphate binder) oral soln\n\n667 mg/5ml\nNP\n\nRELTONE - ursodiol cap 200 mg, 400 mg NP PA\nsevelamer carbonate packet 0.8 gm, 2.4 gm (Renvela) np\nsevelamer carbonate tab 800 mg (Renvela) np\nsevelamer hcl tab 800 mg (Renagel) np\nSEVELAMER HYDROCHLORIDE - sevelamer hcl tab 400 mg NP\nSFROWASA - mesalamine sulfite-free (sf) enema 4 gm/60ml NP\nSKYRIZI - risankizumab-rzaa subcutaneous soln cartridge\n\n360 mg/2.4ml\nP PA, QL (2.4 mls/56 days)\n\nsulfasalazine tab delayed release 500 mg (Azulfidine en-tabs) np\nsulfasalazine tab 500 mg (Azulfidine) np\nSYMPROIC - naldemedine tosylate tab 0.2 mg (base equivalent) P QL (30 tablets/30 days)\nTRULANCE - plecanatide tab 3 mg P QL (30 tablets/30 days)\nURSODIOL - ursodiol cap 200 mg, 400 mg NP PA\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 48\n\nDrug Name Drug Tier Requirements/Limits\nursodiol cap 300 mg np\nursodiol tab 250 mg (Urso 250) np\nursodiol tab 500 mg (Urso forte) np\nVELPHORO - sucroferric oxyhydroxide chew tab 500 mg P\nVIBERZI - eluxadoline tab 75 mg, 100 mg P QL (60 tablets/30 days)\nXERMELO - telotristat ethyl tab 250 mg (as telotristat etiprate) NP SP\n\nGENITOURINARY AGENTS\nURINARY ANTISPASMODICS\nbethanechol chloride tab 5 mg, 10 mg, 25 mg, 50 mg np\nGEMTESA - vibegron tab 75 mg NP\nMYRBETRIQ - mirabegron granules for oral extended release susp\n\n8 mg/ml\nP\n\nMYRBETRIQ - mirabegron tab er 24 hr 25 mg, 50 mg P\noxybutynin chloride syrup 5 mg/5ml p\noxybutynin chloride tab er 24hr 5 mg, 10 mg (Ditropan xl) p\noxybutynin chloride tab er 24hr 15 mg p\noxybutynin chloride tab 5 mg p\nOXYTROL - oxybutynin td patch twice weekly 3.9 mg/24hr NP+\nsolifenacin succinate tab 5 mg (Vesicare) p\nsolifenacin succinate tab 10 mg (Vesicare) np\ntolterodine tartrate cap er 24hr 2 mg, 4 mg (Detrol la) np\ntolterodine tartrate tab 1 mg, 2 mg (Detrol) np\ntrospium chloride cap er 24hr 60 mg np\ntrospium chloride tab 20 mg np\nVAGINAL PRODUCTS\nclindamycin phosphate vaginal cream 2% (Cleocin) np\nCLINDESSE - clindamycin phosphate (one dose) vaginal cream 2% NP\nENCARE - nonoxynol-9 vaginal suppos 100 mg P AC\nENDOMETRIN - progesterone vaginal insert 100 mg P+\nestradiol vaginal cream 0.1 mg/gm (Estrace) np\nestradiol vaginal tab 10 mcg (Vagifem) np\nESTRING - estradiol vaginal ring 2 mg (7.5 mcg/24hrs) P\nGYNAZOLE-1 - butoconazole nitrate (one dose) vaginal cream 2% NP\nINTRAROSA - prasterone vaginal insert 6.5 mg NP\nmetronidazole vaginal gel 0.75% np\nMICONAZOLE 3 - miconazole nitrate vaginal suppos 200 mg NP\nNUVESSA - metronidazole vaginal gel 1.3% NP\nOPTIONS GYNOL II VAGINAL - nonoxynol-9 gel 3% P AC\nPREMARIN - estrogens, conjugated vaginal cream 0.625 mg/gm P\nSHUR-SEAL - nonoxynol-9 gel 2% P AC\nterconazole vaginal cream 0.4%, 0.8% np\nterconazole vaginal suppos 80 mg np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 49\n\nDrug Name Drug Tier Requirements/Limits\nTODAY SPONGE - nonoxynol-9 vaginal sponge 1000 mg P AC\nVANDAZOLE - metronidazole vaginal gel 0.75% NP\nVCF VAGINAL CONTRACEPTIVE - nonoxynol-9 foam 12.5% P AC\nVCF VAGINAL CONTRACEPTIVE - nonoxynol-9 film 28% P AC\nVCF VAGINAL CONTRACEPTIVE - nonoxynol-9 gel 4% NP\n\nGENITOURINARY AGENTS - MISC.\nalfuzosin hcl tab er 24hr 10 mg (Uroxatral) p\nCARDURA XL - doxazosin mesylate tab er 24 hr 4 mg (base equiv),\n\n8 mg (base equiv)\nNP\n\nCYSTAGON - cysteamine bitartrate cap 50 mg, 150 mg P SP\ndutasteride cap 0.5 mg (Avodart) p\ndutasteride-tamsulosin hcl cap 0.5-0.4 mg (Jalyn) np\nELMIRON - pentosan polysulfate sodium caps 100 mg NP\nfinasteride tab 5 mg (Proscar) p\nK-PHOS NO 2 - potassium & sodium acid phosphates tab\n\n305-700 mg\nP\n\nLITHOSTAT - acetohydroxamic acid tab 250 mg NP\npotassium citrate tab er 5 meq (540 mg) (Urocit-k 5) np\npotassium citrate tab er 10 meq (1080 mg) (Urocit-k 10) np\npotassium citrate tab er 15 meq (1620 mg) (Urocit-k 15) np\nPROCYSBI - cysteamine bitartrate delayed release granules packet\n\n75 mg, 300 mg\nNP PA, SP\n\nPROCYSBI - cysteamine bitartrate cap delayed release 25 mg\n(base equiv), 75 mg (base equiv)\n\nNP PA, SP\n\nsilodosin cap 4 mg, 8 mg (Rapaflo) np\nsodium citrate & citric acid soln 500-334 mg/5ml np\ntamsulosin hcl cap 0.4 mg (Flomax) p\nTHIOLA EC - tiopronin tab delayed release 100 mg, 300 mg NP\ntiopronin tab 100 mg (Thiola) np\nCENTRAL NERVOUS SYSTEM DRUGS\nANTIANXIETY AGENTS\nALPRAZOLAM INTENSOL - alprazolam conc 1 mg/ml NP\nalprazolam orally disintegrating tab 0.25 mg, 0.5 mg, 1 mg, 2 mg np\nalprazolam tab er 24hr 0.5 mg, 1 mg, 2 mg, 3 mg (Xanax xr) p\nalprazolam tab 0.25 mg, 0.5 mg, 1 mg, 2 mg (Xanax) p\nbuspirone hcl tab 5 mg, 10 mg, 15 mg p\nbuspirone hcl tab 7.5 mg, 30 mg np\nchlordiazepoxide hcl cap 5 mg, 10 mg, 25 mg p\nclorazepate dipotassium tab 3.75 mg, 15 mg np\nclorazepate dipotassium tab 7.5 mg (Tranxene t) np\ndiazepam conc 5 mg/ml np\ndiazepam oral soln 1 mg/ml np\ndiazepam tab 2 mg, 5 mg, 10 mg (Valium) p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 50\n\nDrug Name Drug Tier Requirements/Limits\nhydroxyzine hcl syrup 10 mg/5ml np\nhydroxyzine hcl tab 10 mg, 25 mg, 50 mg p\nHYDROXYZINE PAMOATE - hydroxyzine pamoate cap 100 mg NP\nhydroxyzine pamoate cap 25 mg, 50 mg (Vistaril) p\nlorazepam conc 2 mg/ml np\nlorazepam tab 0.5 mg, 1 mg, 2 mg (Ativan) p QL (150 tablets/30 days)\nLOREEV XR - lorazepam cap er 24hr sprinkle 1 mg, 1.5 mg, 2 mg,\n\n3 mg\nNP\n\noxazepam cap 10 mg, 15 mg, 30 mg np\nANTIDEPRESSANTS\namitriptyline hcl tab 10 mg, 25 mg, 50 mg p\namitriptyline hcl tab 75 mg, 100 mg, 150 mg np\nbupropion hcl tab er 12hr 100 mg, 150 mg, 200 mg (Wellbutrin\n\nsr)\np\n\nbupropion hcl tab er 24hr 150 mg, 300 mg (Wellbutrin xl) p\nbupropion hcl tab 75 mg p\nbupropion hcl tab 100 mg np\nCITALOPRAM HYDROBROMIDE - citalopram hydrobromide cap\n\n30 mg\nNP QL (30 capsules/30 days), ST\n\ncitalopram hydrobromide oral soln 10 mg/5ml np\ncitalopram hydrobromide tab 10 mg (base equiv), 20 mg (base\n\nequiv), 40 mg (base equiv) (Celexa)\np\n\nclomipramine hcl cap 25 mg, 50 mg, 75 mg (Anafranil) np\ndesipramine hcl tab 10 mg, 25 mg (Norpramin) np\ndesipramine hcl tab 50 mg, 75 mg, 100 mg, 150 mg np\nDESVENLAFAXINE ER - desvenlafaxine tab er 24hr 50 mg, 100 mg NP ST\ndesvenlafaxine succinate tab er 24hr 25 mg (base equiv), 50 mg\n\n(base equiv), 100 mg (base equiv) (Pristiq)\nnp\n\ndoxepin hcl cap 10 mg p\ndoxepin hcl cap 25 mg, 50 mg, 75 mg, 100 mg, 150 mg np\ndoxepin hcl conc 10 mg/ml p\nduloxetine hcl enteric coated pellets cap 20 mg (base eq),\n\n30 mg (base eq), 60 mg (base eq) (Cymbalta)\np\n\nduloxetine hcl enteric coated pellets cap 40 mg (base eq) np\nEMSAM - selegiline td patch 24hr 6 mg/24hr, 9 mg/24hr, 12 mg/24hr NP\nescitalopram oxalate soln 5 mg/5ml (base equiv) np\nescitalopram oxalate tab 5 mg (base equiv), 10 mg (base equiv),\n\n20 mg (base equiv) (Lexapro)\np\n\nFETZIMA - levomilnacipran hcl cap er 24hr 20 mg (base equivalent),\n40 mg (base equivalent), 80 mg (base equivalent), 120 mg (base\nequivalent)\n\nNP ST\n\nFETZIMA TITRATION PACK - levomilnacipran hcl cap er 24hr 20 &\n40 mg therapy pack\n\nNP ST\n\nFLUOXETINE DR - fluoxetine hcl cap delayed release 90 mg NP ST\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 51\n\nDrug Name Drug Tier Requirements/Limits\nfluoxetine hcl cap 10 mg, 20 mg, 40 mg (Prozac) p\nfluoxetine hcl solution 20 mg/5ml np\nfluoxetine hcl tab 10 mg, 20 mg np\nfluoxetine hcl tab 60 mg (Fluoxetine hydrochlo) np\nfluvoxamine maleate cap er 24hr 100 mg, 150 mg np\nfluvoxamine maleate tab 25 mg, 50 mg, 100 mg np\nimipramine hcl tab 10 mg, 25 mg, 50 mg p\nimipramine pamoate cap 75 mg, 100 mg, 125 mg, 150 mg np\nMARPLAN - isocarboxazid tab 10 mg NP\nmirtazapine orally disintegrating tab 15 mg, 30 mg, 45 mg\n\n(Remeron soltab)\nnp\n\nmirtazapine tab 7.5 mg np\nmirtazapine tab 15 mg, 30 mg (Remeron) p\nmirtazapine tab 45 mg p\nNARDIL - phenelzine sulfate tab 15 mg NP\nNORTRIPTYLINE HCL - nortriptyline hcl soln 10 mg/5ml NP\nnortriptyline hcl cap 10 mg, 25 mg, 50 mg, 75 mg (Pamelor) p\nparoxetine hcl oral susp 10 mg/5ml (base equiv) (Paxil) np\nparoxetine hcl tab er 24hr 12.5 mg, 25 mg, 37.5 mg (Paxil cr) np\nparoxetine hcl tab 10 mg, 20 mg, 30 mg, 40 mg (Paxil) p\nPEXEVA - paroxetine mesylate tab 10 mg (base equiv), 20 mg\n\n(base equiv), 30 mg (base equiv)\nNP ST\n\nPHENELZINE SULFATE - phenelzine sulfate tab 15 mg np\nprotriptyline hcl tab 5 mg, 10 mg np\nsertraline hcl oral concentrate for solution 20 mg/ml (Zoloft) np\nsertraline hcl tab 25 mg, 50 mg, 100 mg (Zoloft) p\nSERTRALINE HYDROCHLORIDE - sertraline hcl cap 150 mg,\n\n200 mg\nNP ST\n\ntranylcypromine sulfate tab 10 mg (Parnate) np\ntrazodone hcl tab 50 mg, 100 mg, 150 mg p\ntrazodone hcl tab 300 mg np\ntrimipramine maleate cap 25 mg, 50 mg, 100 mg np\nTRINTELLIX - vortioxetine hbr tab 5 mg (base equiv), 10 mg (base\n\nequiv), 20 mg (base equiv)\nNP ST\n\nvenlafaxine hcl cap er 24hr 37.5 mg (base equivalent), 75 mg\n(base equivalent), 150 mg (base equivalent) (Effexor xr)\n\np\n\nvenlafaxine hcl tab er 24hr 37.5 mg (base equivalent), 75 mg\n(base equivalent), 150 mg (base equivalent), 225 mg (base\nequivalent)\n\nnp\n\nvenlafaxine hcl tab 25 mg (base equivalent), 37.5 mg (base\nequivalent), 50 mg (base equivalent), 75 mg (base equivalent),\n100 mg (base equivalent)\n\np\n\nVIIBRYD STARTER PACK - vilazodone hcl tab starter kit 10 (7) & 20\n(23) mg\n\nNP ST\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 52\n\nDrug Name Drug Tier Requirements/Limits\nvilazodone hcl tab 10 mg, 20 mg, 40 mg (Viibryd) np\nANTIPSYCHOTICS\naripiprazole oral solution 1 mg/ml np QL (900 mls/30 days)\naripiprazole orally disintegrating tab 10 mg, 15 mg np QL (60 tablets/30 days)\naripiprazole tab 2 mg, 5 mg (Abilify) p QL (60 tablets/30 days)\naripiprazole tab 10 mg, 15 mg (Abilify) p QL (30 tablets/30 days)\naripiprazole tab 20 mg, 30 mg (Abilify) np QL (30 tablets/30 days)\nasenapine maleate sl tab 2.5 mg (base equiv), 5 mg (base\n\nequiv), 10 mg (base equiv) (Saphris)\nnp QL (60 tablets/30 days)\n\nchlorpromazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg, 200 mg np\nCLOZAPINE ODT - clozapine orally disintegrating tab 12.5 mg NP QL (90 tablets/30 days), ST\nCLOZAPINE ODT - clozapine orally disintegrating tab 150 mg NP QL (180 tablets/30 days), ST\nCLOZAPINE ODT - clozapine orally disintegrating tab 200 mg NP QL (120 tablets/30 days), ST\nclozapine orally disintegrating tab 25 mg np QL (270 tablets/30 days)\nclozapine orally disintegrating tab 100 mg np QL (90 tablets/30 days)\nclozapine tab 25 mg (Clozaril) np QL (270 tablets/30 days), ST\nclozapine tab 50 mg (Clozaril) np QL (90 tablets/30 days)\nclozapine tab 100 mg (Clozaril) np QL (90 tablets/30 days), ST\nclozapine tab 200 mg (Clozaril) np QL (120 tablets/30 days)\nEQUETRO - carbamazepine (mood) cap er 12hr 100 mg, 200 mg,\n\n300 mg\nNP\n\nFANAPT - iloperidone tab 1 mg, 2 mg, 4 mg, 6 mg, 8 mg, 10 mg,\n12 mg\n\nNP QL (60 tablets/30 days), ST\n\nFANAPT TITRATION PACK - iloperidone tab 1 mg & 2 mg & 4 mg &\n6 mg titration pak\n\nNP QL (8 tablets/180 days), ST\n\nFLUPHENAZINE HCL - fluphenazine hcl oral conc 5 mg/ml NP\nfluphenazine hcl tab 1 mg, 2.5 mg, 5 mg, 10 mg np\nFLUPHENAZINE HYDROCHLORID - fluphenazine hcl elixir\n\n2.5 mg/5ml\nNP\n\nhaloperidol lactate oral conc 2 mg/ml p\nhaloperidol tab 0.5 mg, 1 mg p\nhaloperidol tab 2 mg, 5 mg, 10 mg, 20 mg np\nLATUDA - lurasidone hcl tab 20 mg, 40 mg, 60 mg, 120 mg P QL (30 tablets/30 days)\nLATUDA - lurasidone hcl tab 80 mg P QL (60 tablets/30 days)\nLITHIUM CARBONATE - lithium carbonate cap 150 mg, 300 mg,\n\n600 mg\nNP\n\nlithium carbonate cap 150 mg, 300 mg, 600 mg (Lithium\ncarbonate)\n\np\n\nlithium carbonate tab er 300 mg (Lithobid) p\nlithium carbonate tab er 450 mg p\nlithium carbonate tab 300 mg p\nLITHOBID - lithium carbonate tab er 300 mg NP\nloxapine succinate cap 5 mg, 10 mg, 25 mg, 50 mg np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 53\n\nDrug Name Drug Tier Requirements/Limits\nMOLINDONE HYDROCHLORIDE - molindone hcl tab 5 mg, 10 mg,\n\n25 mg\nNP\n\nNUPLAZID - pimavanserin tartrate cap 34 mg (base equivalent) NP PA, QL (30 capsules/30 days)\nNUPLAZID - pimavanserin tartrate tab 10 mg (base equivalent) NP PA, QL (30 tablets/30 days)\nolanzapine orally disintegrating tab 5 mg, 10 mg, 15 mg, 20 mg\n\n(Zyprexa zydis)\nnp QL (30 tablets/30 days)\n\nolanzapine tab 2.5 mg, 5 mg, 7.5 mg, 10 mg (Zyprexa) p QL (60 tablets/30 days)\nolanzapine tab 15 mg, 20 mg (Zyprexa) p QL (30 tablets/30 days)\npaliperidone tab er 24hr 1.5 mg, 3 mg, 9 mg (Invega) np QL (30 tablets/30 days)\npaliperidone tab er 24hr 6 mg (Invega) np QL (60 tablets/30 days)\nperphenazine tab 2 mg, 4 mg, 8 mg, 16 mg np\nprochlorperazine maleate tab 5 mg (base equivalent) p\nprochlorperazine maleate tab 10 mg (base equivalent) np\nprochlorperazine suppos 25 mg np\nQUETIAPINE FUMARATE - quetiapine fumarate tab 150 mg NP QL (30 tablets/30 days), ST\nquetiapine fumarate tab er 24hr 50 mg, 300 mg, 400 mg\n\n(Seroquel xr)\nnp QL (60 tablets/30 days)\n\nquetiapine fumarate tab er 24hr 150 mg, 200 mg (Seroquel xr) np QL (30 tablets/30 days)\nquetiapine fumarate tab 25 mg, 50 mg (Seroquel) p QL (180 tablets/30 days)\nquetiapine fumarate tab 100 mg (Seroquel) p QL (120 tablets/30 days)\nquetiapine fumarate tab 200 mg (Seroquel) p QL (90 tablets/30 days)\nquetiapine fumarate tab 300 mg, 400 mg (Seroquel) p QL (60 tablets/30 days)\nREXULTI - brexpiprazole tab 0.25 mg, 0.5 mg, 1 mg, 2 mg, 3 mg,\n\n4 mg\nNP QL (30 tablets/30 days)\n\nRISPERIDONE ODT - risperidone orally disintegrating tab 0.25 mg NP QL (60 tablets/30 days), ST\nrisperidone orally disintegrating tab 0.5 mg, 1 mg, 2 mg, 3 mg np QL (60 tablets/30 days)\nrisperidone orally disintegrating tab 4 mg np QL (120 tablets/30 days)\nrisperidone soln 1 mg/ml (Risperdal) np QL (480 mls/30 days)\nrisperidone tab 0.25 mg p QL (120 tablets/30 days)\nrisperidone tab 0.5 mg, 1 mg, 2 mg, 4 mg (Risperdal) p QL (120 tablets/30 days)\nrisperidone tab 3 mg (Risperdal) p QL (60 tablets/30 days)\nSECUADO - asenapine td patch 24 hr 3.8 mg/24hr, 5.7 mg/24hr,\n\n7.6 mg/24hr\nNP QL (30 patches/30 days), ST\n\nthiothixene cap 1 mg, 2 mg, 5 mg, 10 mg np\ntrifluoperazine hcl tab 1 mg (base equivalent), 2 mg (base\n\nequivalent), 5 mg (base equivalent), 10 mg (base equivalent)\nnp\n\nVERSACLOZ - clozapine susp 50 mg/ml NP QL (540 mls/30 days), ST\nVRAYLAR - cariprazine hcl cap therapy pack 1.5 mg (1) & 3 mg (6) NP QL (7 capsules/180 days), ST\nVRAYLAR - cariprazine hcl cap 1.5 mg (base equivalent), 3 mg\n\n(base equivalent), 4.5 mg (base equivalent), 6 mg (base\nequivalent)\n\nNP QL (30 capsules/30 days), ST\n\nziprasidone hcl cap 20 mg, 40 mg, 60 mg, 80 mg (Geodon) np QL (60 capsules/30 days)\nHYPNOTICS\nBELSOMRA - suvorexant tab 5 mg, 10 mg, 15 mg, 20 mg P QL (30 tablets/30 days), ST\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 54\n\nDrug Name Drug Tier Requirements/Limits\nDORAL - quazepam tab 15 mg NP PA, QL (30 tablets/30 days)\nEDLUAR - zolpidem tartrate sl tab 5 mg, 10 mg NP QL (30 tablets/30 days), ST\nestazolam tab 1 mg, 2 mg np\neszopiclone tab 1 mg, 2 mg, 3 mg (Lunesta) p QL (30 tablets/30 days)\nFLURAZEPAM HCL - flurazepam hcl cap 15 mg, 30 mg NP\nHETLIOZ - tasimelteon capsule 20 mg NP PA, QL (30 capsules/30 days)\nHETLIOZ LQ - tasimelteon oral susp 4 mg/ml NP PA, QL (158 ml/30 days)\nphenobarbital elixir 20 mg/5ml np\nphenobarbital tab 15 mg, 30 mg, 60 mg, 100 mg p\nphenobarbital tab 16.2 mg, 32.4 mg, 64.8 mg, 97.2 mg np\nQUAZEPAM - quazepam tab 15 mg NP PA, QL (30 tablets/30 days)\ntemazepam cap 7.5 mg, 22.5 mg (Restoril) np\ntemazepam cap 15 mg, 30 mg (Restoril) p\nzaleplon cap 5 mg, 10 mg p QL (30 capsules/30 days)\nZOLPIDEM TARTRATE - zolpidem tartrate sl tab 1.75 mg, 3.5 mg NP QL (30 tablets/30 days), ST\nzolpidem tartrate tab er 6.25 mg, 12.5 mg (Ambien cr) np QL (30 tablets/30 days)\nzolpidem tartrate tab 5 mg, 10 mg (Ambien) p QL (30 tablets/30 days)\nZOLPIMIST - zolpidem tartrate oral spray 5 mg/act NP QL (1 canister/30 days), ST\n\nADHD/ANTI-NARCOLEPSY/ANTI-OBESITY/ANOREXIANTS\namphetamine-dextroamphetamine cap er 24hr 5 mg, 10 mg,\n\n15 mg, 20 mg, 25 mg, 30 mg (Adderall xr)\nnp QL (30 capsules/30 days)\n\namphetamine-dextroamphetamine tab 5 mg, 7.5 mg, 10 mg,\n12.5 mg, 15 mg, 30 mg (Adderall)\n\nnp QL (60 tablets/30 days)\n\namphetamine-dextroamphetamine tab 20 mg (Adderall) np QL (90 tablets/30 days)\narmodafinil tab 50 mg, 150 mg, 200 mg, 250 mg (Nuvigil) np QL (30 tablets/30 days)\natomoxetine hcl cap 10 mg (base equiv), 18 mg (base equiv),\n\n25 mg (base equiv), 40 mg (base equiv) (Strattera)\nnp QL (60 capsules/30 days)\n\natomoxetine hcl cap 60 mg (base equiv), 80 mg (base equiv),\n100 mg (base equiv) (Strattera)\n\nnp QL (30 capsules/30 days)\n\ncaffeine citrate oral soln 60 mg/3ml (10 mg/ml base equiv) np\nclonidine hcl tab er 12hr 0.1 mg (Kapvay) np QL (120 tablets/30 days)\ndexmethylphenidate hcl cap er 24 hr 5 mg, 10 mg, 15 mg,\n\n20 mg, 25 mg, 30 mg, 35 mg, 40 mg (Focalin xr)\nnp QL (30 capsules/30 days)\n\ndexmethylphenidate hcl tab 2.5 mg, 5 mg (Focalin) p QL (60 tablets/30 days)\ndexmethylphenidate hcl tab 10 mg (Focalin) np QL (60 tablets/30 days)\ndextroamphetamine sulfate cap er 24hr 5 mg np QL (90 capsules/30 days)\ndextroamphetamine sulfate cap er 24hr 10 mg, 15 mg\n\n(Dexedrine)\nnp QL (120 capsules/30 days)\n\ndextroamphetamine sulfate oral solution 5 mg/5ml np QL (1800 mls/30 days)\ndextroamphetamine sulfate tab 5 mg np QL (90 tablets/30 days)\ndextroamphetamine sulfate tab 10 mg np QL (180 tablets/30 days)\nguanfacine hcl tab er 24hr 1 mg (base equiv), 2 mg (base\n\nequiv), 3 mg (base equiv), 4 mg (base equiv) (Intuniv)\nnp QL (30 tablets/30 days)\n\nIMCIVREE - setmelanotide acetate subcutaneous soln 10 mg/ml NP PA, QL (10 vials/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 55\n\nDrug Name Drug Tier Requirements/Limits\nJORNAY PM - methylphenidate hcl cap delayed er 24hr 20 mg (pm),\n\n40 mg (pm), 60 mg (pm), 80 mg (pm), 100 mg (pm)\nP QL (30 capsules/30 days)\n\nLOMAIRA - phentermine hcl tab 8 mg NP+ PA, QL (90 tablets/30 days)\nmethamphetamine hcl tab 5 mg (Desoxyn) np QL (150 tablets/30 days)\nmethylphenidate hcl cap er 10 mg (cd), 20 mg (cd), 30 mg (cd),\n\n40 mg (cd), 50 mg (cd), 60 mg (cd)\nnp QL (30 capsules/30 days)\n\nmethylphenidate hcl cap er 24hr 20 mg (la), 30 mg (la), 40 mg\n(la) (Ritalin la)\n\nnp QL (30 capsules/30 days)\n\nmethylphenidate hcl chew tab 2.5 mg, 5 mg np QL (90 tablets/30 days)\nmethylphenidate hcl chew tab 10 mg np QL (180 tablets/30 days)\nmethylphenidate hcl soln 5 mg/5ml (Methylin) np QL (450 mls/30 days)\nmethylphenidate hcl soln 10 mg/5ml (Methylin) np QL (900 mls/30 days)\nmethylphenidate hcl tab er osmotic release (osm) 18 mg,\n\n27 mg, 54 mg (Concerta)\nnp QL (30 tablets/30 days)\n\nmethylphenidate hcl tab er osmotic release (osm) 36 mg\n(Concerta)\n\nnp QL (60 tablets/30 days)\n\nmethylphenidate hcl tab er 10 mg, 20 mg np QL (90 tablets/30 days)\nmethylphenidate hcl tab 5 mg (Ritalin) p QL (90 tablets/30 days)\nmethylphenidate hcl tab 10 mg, 20 mg (Ritalin) np QL (90 tablets/30 days)\nmodafinil tab 100 mg (Provigil) np QL (30 tablets/30 days)\nmodafinil tab 200 mg (Provigil) np QL (60 tablets/30 days)\nphentermine hcl cap 15 mg, 30 mg p+ PA, QL (30 capsules/30 days)\nphentermine hcl cap 37.5 mg (Adipex-p) p+ PA, QL (30 capsules/30 days)\nphentermine hcl tab 37.5 mg (Adipex-p) p+ PA, QL (30 tablets/30 days)\nQSYMIA - phentermine hcl-topiramate cap er 24hr 3.75-23 mg,\n\n7.5-46 mg, 11.25-69 mg, 15-92 mg\nNP+ PA, QL (30 capsules/30 days)\n\nQUILLICHEW ER - methylphenidate hcl chew tab extended release\n20 mg, 40 mg\n\nP QL (30 tablets/30 days)\n\nQUILLICHEW ER - methylphenidate hcl chew tab extended release\n30 mg\n\nP QL (60 tablets/30 days)\n\nQUILLIVANT XR - methylphenidate hcl for er susp 25 mg/5ml (5 mg/\nml)\n\nP QL (360 mls/30 days)\n\nSAXENDA - liraglutide (weight mngmt) soln pen-inj 18 mg/3ml\n(6 mg/ml)\n\nNP+ PA, QL (.5 ml/30 days)\n\nSUNOSI - solriamfetol hcl tab 75 mg (base equiv), 150 mg (base\nequiv)\n\nP PA, QL (30 tablets/30 days)\n\nVYVANSE - lisdexamfetamine dimesylate cap 10 mg, 20 mg, 30 mg,\n40 mg, 50 mg, 60 mg, 70 mg\n\nP QL (30 capsules/30 days)\n\nVYVANSE - lisdexamfetamine dimesylate chew tab 10 mg, 20 mg,\n30 mg, 40 mg, 50 mg, 60 mg\n\nP QL (30 tablets/30 days)\n\nWEGOVY - semaglutide (weight mngmt) soln auto-injector\n0.25 mg/0.5ml, 0.5 mg/0.5ml, 1 mg/0.5ml, 1.7 mg/0.75ml\n\nNP+ PA, QL (8 pens/180 days)\n\nWEGOVY - semaglutide (weight mngmt) soln auto-injector\n2.4 mg/0.75ml\n\nNP+ PA, QL (4 pens/28 days)\n\nXENICAL - orlistat cap 120 mg NP+ PA, QL (90 capsules/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 56\n\nDrug Name Drug Tier Requirements/Limits\n\nPSYCHOTHERAPEUTIC and NEUROLOGICAL AGENTS - MISC.\nacamprosate calcium tab delayed release 333 mg np\nADDYI - flibanserin tab 100 mg NP+ PA, QL (30 tablets/30 days)\nADLARITY - donepezil hydrochloride td patch weekly 5 mg/day,\n\n10 mg/day\nNP\n\nAUBAGIO - teriflunomide tab 7 mg, 14 mg P PA, QL (30 tablets/30 days), SP\nAUSTEDO - deutetrabenazine tab 6 mg NP PA, QL (60 tablets/30 days), SP\nAUSTEDO - deutetrabenazine tab 9 mg, 12 mg NP PA, QL (120 tablets/30 days), SP\nAVONEX - interferon beta-1a im prefilled syringe kit 30 mcg/0.5ml P PA, QL (1 kit/28 days), SP\nAVONEX PEN - interferon beta-1a im auto-injector kit 30 mcg/0.5ml P PA, QL (1 kit/28 days), SP\nBETASERON - interferon beta-1b for inj kit 0.3 mg P PA, QL (14 vials/28 days), SP\nbupropion hcl (smoking deterrent) tab er 12hr 150 mg np AC\nCHLORDIAZEPOXIDE/AMITRIPT - chlordiazepoxide-amitriptyline\n\ntab 5-12.5 mg, 10-25 mg\nNP\n\ndalfampridine tab er 12hr 10 mg (Ampyra) np PA, QL (60 tablets/30 days), SP\ndimethyl fumarate capsule delayed release 120 mg (Tecfidera) np QL (14 capsules/180 days), SP\ndimethyl fumarate capsule delayed release 240 mg (Tecfidera) np QL (60 capsules/30 days), SP\ndimethyl fumarate capsule dr starter pack 120 mg & 240 mg\n\n(Tecfidera starter pa)\nnp QL (60 capsules/180 days), SP\n\ndisulfiram tab 250 mg, 500 mg np\ndonepezil hydrochloride orally disintegrating tab 5 mg, 10 mg p\ndonepezil hydrochloride tab 5 mg, 10 mg (Aricept) p\ndonepezil hydrochloride tab 23 mg (Aricept) np\nFLUOXETINE HYDROCHLORIDE - fluoxetine hcl (pmdd) tab\n\n10 mg, 20 mg\nNP\n\nGALANTAMINE HYDROBROMIDE - galantamine hydrobromide oral\nsoln 4 mg/ml\n\nNP\n\ngalantamine hydrobromide cap er 24hr 8 mg, 16 mg, 24 mg\n(Razadyne er)\n\nnp\n\ngalantamine hydrobromide tab 4 mg, 8 mg, 12 mg np\nGILENYA - fingolimod hcl cap 0.5 mg (base equiv) P PA, QL (30 capsules/30 days), SP\nglatiramer acetate soln prefilled syringe 20 mg/ml (Copaxone) np QL (30 syringes/30 days), SP\nglatiramer acetate soln prefilled syringe 40 mg/ml (Copaxone) np QL (12 syringes/28 days), SP\nGRALISE - gabapentin (once-daily) tab 300 mg NP QL (30 tablets/30 days), ST\nGRALISE - gabapentin (once-daily) tab 600 mg NP QL (90 tablets/30 days), ST\nHORIZANT - gabapentin enacarbil tab er 300 mg, 600 mg NP QL (60 tablets/30 days), ST\nINGREZZA - valbenazine tosylate cap therapy pack 40 mg (7) &\n\n80 mg (21)\nNP PA, QL (28 capsules/180 days), SP\n\nINGREZZA - valbenazine tosylate cap 40 mg (base equiv) NP PA, QL (60 capsules/30 days), SP\nINGREZZA - valbenazine tosylate cap 60 mg (base equiv), 80 mg\n\n(base equiv)\nNP PA, QL (30 capsules/30 days), SP\n\nKESIMPTA - ofatumumab soln auto-injector 20 mg/0.4ml P PA, QL (1 pen/28 days), SP\nLUCEMYRA - lofexidine hcl tab 0.18 mg (base equivalent) NP QL (456 tablets/365 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 57\n\nDrug Name Drug Tier Requirements/Limits\nMAVENCLAD - cladribine tab therapy pack 10 mg (4 tabs), 10 mg (8\n\ntabs)\nP PA, QL (8 tablets/301 days), SP\n\nMAVENCLAD - cladribine tab therapy pack 10 mg (5 tabs) P PA, QL (10 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (6 tabs) P PA, QL (12 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (7 tabs) P PA, QL (14 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (9 tabs) P PA, QL (9 tablets/301 days), SP\nMAVENCLAD - cladribine tab therapy pack 10 mg (10 tabs) P PA, QL (20 tablets/301 days), SP\nMAYZENT - siponimod fumarate tab 0.25 mg (base equiv) P PA, QL (120 tablets/30 days), SP\nMAYZENT - siponimod fumarate tab 1 mg (base equiv), 2 mg (base\n\nequiv)\nP PA, QL (30 tablets/30 days), SP\n\nMAYZENT STARTER PACK - siponimod fumarate tab 0.25 mg (7)\nstarter pack\n\nP PA, QL (7 tablets/180 days), SP\n\nMAYZENT STARTER PACK - siponimod fumarate tab 0.25 mg (12)\nstarter pack\n\nP PA, QL (12 tablets/180 days), SP\n\nmemantine hcl cap er 24hr 7 mg, 14 mg, 21 mg, 28 mg\n(Namenda xr)\n\nnp\n\nmemantine hcl oral solution 2 mg/ml np\nmemantine hcl tab 5 mg, 10 mg (Namenda) p\nmemantine hcl tab 28 x 5 mg & 21 x 10 mg titration pack\n\n(Namenda titration pa)\nnp\n\nNAMZARIC - memantine-donepezil cap er 24hr 7 & 14 & 21 &\n28-10 mg pack\n\nNP\n\nNAMZARIC - memantine hcl-donepezil hcl cap er 24hr 7-10 mg,\n14-10 mg, 21-10 mg, 28-10 mg\n\nNP\n\nnicotine polacrilex gum 2 mg, 4 mg np AC\nnicotine polacrilex lozenge 2 mg, 4 mg np AC\nnicotine td patch 24hr 7 mg/24hr, 14 mg/24hr, 21 mg/24hr np AC\nNICOTINE TRANSDERMAL SYST - nicotine td patch 24 hr kit\n\n21-14-7 mg/24hr\nP AC\n\nNICOTROL INHALER - nicotine inhaler system 10 mg (4 mg\ndelivered)\n\nP AC\n\nNICOTROL NS - nicotine nasal spray 10 mg/ml (0.5 mg/spray) P AC\nNUEDEXTA - dextromethorphan hbr-quinidine sulfate cap 20-10 mg P QL (60 capsules/30 days)\nolanzapine-fluoxetine hcl cap 3-25 mg, 6-25 mg (Symbyax) np\nolanzapine-fluoxetine hcl cap 6-50 mg, 12-25 mg, 12-50 mg np\nparoxetine mesylate cap 7.5 mg (base equiv) np\nPERPHENAZINE/AMITRIPTYLIN - perphenazine-amitriptyline tab\n\n2-10 mg, 2-25 mg, 4-10 mg, 4-25 mg, 4-50 mg\nNP\n\nPIMOZIDE - pimozide tab 1 mg, 2 mg NP\nPLEGRIDY - peginterferon beta-1a soln pen-injector 125 mcg/0.5ml P PA, QL (2 pens/28 days), SP\nPLEGRIDY - peginterferon beta-1a soln prefilled syringe\n\n125 mcg/0.5ml\nP PA, QL (2 syringes/28 days), SP\n\nPLEGRIDY - peginterferon beta-1a im soln prefilled syr\n125 mcg/0.5ml\n\nP PA, QL (2 syringes/28 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 58\n\nDrug Name Drug Tier Requirements/Limits\nPLEGRIDY STARTER PACK - peginterferon beta-1a soln pen-inj 63\n\n& 94 mcg/0.5ml pack\nP PA, QL (1 kit/180 days), SP\n\nPLEGRIDY STARTER PACK - peginterferon beta-1a soln pref syr\n63 & 94 mcg/0.5ml pack\n\nP PA, QL (1 kit/180 days), SP\n\nREBIF - interferon beta-1a soln pref syr 22 mcg/0.5ml, 44 mcg/0.5ml P PA, QL (12 syringes/28 days), SP\nREBIF REBIDOSE - interferon beta-1a soln auto-inj 22 mcg/0.5ml,\n\n44 mcg/0.5ml\nP PA, QL (12 syringes/28 days), SP\n\nREBIF REBIDOSE TITRATION - interferon beta-1a auto-inj\n6x8.8 mcg/0.2ml & 6x22 mcg/0.5ml\n\nP PA, QL (1 kit/180 days), SP\n\nREBIF TITRATION PACK - interferon beta-1a pref syr\n6x8.8 mcg/0.2ml & 6x22 mcg/0.5ml\n\nP PA, QL (1 kit/180 days), SP\n\nrivastigmine tartrate cap 1.5 mg (base equivalent), 3 mg (base\nequivalent), 4.5 mg (base equivalent), 6 mg (base equivalent)\n\nnp\n\nrivastigmine td patch 24hr 4.6 mg/24hr, 9.5 mg/24hr,\n13.3 mg/24hr (Exelon)\n\nnp\n\nSAVELLA - milnacipran hcl tab 12.5 mg, 25 mg, 50 mg, 100 mg P QL (60 tablets/30 days)\nSAVELLA TITRATION PACK - milnacipran hcl tab 12.5 mg (5) &\n\n25 mg (8) & 50 mg (42) pak\nP QL (55 tablets/180 days)\n\nTEGSEDI - inotersen sod subcutaneous pref syr 284 mg/1.5ml\n(base eq)\n\nNP PA, QL (4 syringes/28 days), SP\n\ntetrabenazine tab 12.5 mg (Xenazine) np PA, QL (240 tablets/30 days), SP\ntetrabenazine tab 25 mg (Xenazine) np PA, QL (120 tablets/30 days), SP\nVARENICLINE STARTING MONT - varenicline tartrate tab 0.5 mg x\n\n11 & tab 1 mg x 42 pack\nnp AC\n\nVARENICLINE TARTRATE - varenicline tartrate tab 0.5 mg (base\nequiv), 1 mg (base equiv)\n\nnp AC\n\nVYLEESI - bremelanotide acet subcutaneous soln auto-inj\n1.75 mg/0.3ml\n\nNP+ PA, QL (8 pens/30 days)\n\nXYREM - sodium oxybate oral solution 500 mg/ml NP PA, QL (3 bottles/30 days), SP\nXYWAV - calcium, mag, potassium, & sod oxybates oral soln\n\n500 mg/ml\nNP PA, QL (540 mls/30 days), SP\n\nZEPOSIA - ozanimod hcl cap 0.92 mg P PA, QL (30 capsules/30 days), SP\nZEPOSIA STARTER KIT - ozanimod cap pack 4 x 0.23 mg & 3 x\n\n0.46 mg & 30 x 0.92 mg\nP PA, QL (37 capsules/180 days), SP\n\nZEPOSIA 7-DAY STARTER PAC - ozanimod cap pack 4 x 0.23 mg\n& 3 x 0.46 mg\n\nP PA, QL (7 capsules/180 days), SP\n\nANALGESICS AND ANESTHETICS\nANALGESICS - NON-NARCOTIC\nALLZITAL - butalbital-acetaminophen tab 25-325 mg NP PA, QL (360 tablets/30 days)\naspirin chew tab 81 mg p AC\naspirin tab delayed release 81 mg p AC\nbutalbital-acetaminophen cap 50-300 mg (Butalbital/acetamino) np\nbutalbital-acetaminophen tab 50-300 mg np PA, QL (180 tablets/30 days)\nbutalbital-acetaminophen tab 50-325 mg np\nbutalbital-acetaminophen-caffeine cap 50-300-40 mg (Fioricet) np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 59\n\nDrug Name Drug Tier Requirements/Limits\nbutalbital-acetaminophen-caffeine cap 50-325-40 mg np\nbutalbital-acetaminophen-caffeine tab 50-325-40 mg (Esgic) np\nbutalbital-aspirin-caffeine cap 50-325-40 mg np\ndiflunisal tab 500 mg np\nTENCON - butalbital-acetaminophen tab 50-325 mg NP\nVTOL LQ - butalbital-acetaminophen-caffeine soln\n\n50-325-40 mg/15ml\nNP PA, QL (1000 ml/30 days)\n\nANALGESICS - NARCOTIC\nacetaminophen w/ codeine soln 120-12 mg/5ml p QL (AUO)\nacetaminophen w/ codeine tab 300-15 mg (Tylenol/codeine) p QL (AUO)\nacetaminophen w/ codeine tab 300-30 mg p QL (AUO)\nacetaminophen w/ codeine tab 300-60 mg np QL (AUO)\nACETAMINOPHEN/CAFFEINE/DI - acetaminophen-caffeine-\n\ndihydrocodeine cap 320.5-30-16 mg\nNP QL (AUO)\n\nAPADAZ - benzhydrocodone hcl-acetaminophen tab 4.08-325 mg,\n6.12-325 mg, 8.16-325 mg\n\nNP QL (AUO)\n\nBELBUCA - buprenorphine hcl buccal film 75 mcg (base\nequivalent), 150 mcg (base equivalent), 300 mcg (base\nequivalent), 450 mcg (base equivalent), 600 mcg (base\nequivalent), 750 mcg (base equivalent), 900 mcg (base\nequivalent)\n\nP QL (AUO)\n\nBENZHYDROCODONE/ACETAMINO - benzhydrocodone hcl-\nacetaminophen tab 4.08-325 mg, 6.12-325 mg, 8.16-325 mg\n\nNP QL (AUO)\n\nbuprenorphine hcl sl tab 2 mg (base equiv), 8 mg (base equiv) np QL (90 tablets/30 days)\nbuprenorphine hcl-naloxone hcl sl film 2-0.5 mg (base equiv),\n\n4-1 mg (base equiv), 8-2 mg (base equiv), 12-3 mg (base\nequiv) (Suboxone)\n\nnp QL (90 films/30 days)\n\nbuprenorphine hcl-naloxone hcl sl tab 2-0.5 mg (base equiv),\n8-2 mg (base equiv)\n\nnp QL (90 tablets/30 days)\n\nbutalbital-acetaminophen-caff w/ cod cap 50-300-40-30 mg\n(Fioricet/codeine)\n\nnp QL (AUO)\n\nbutalbital-acetaminophen-caff w/ cod cap 50-325-40-30 mg np QL (AUO)\nbutalbital-aspirin-caff w/ codeine cap 50-325-40-30 mg np QL (AUO)\nbutorphanol tartrate nasal soln 10 mg/ml np QL (AUO)\nCODEINE SULFATE - codeine sulfate tab 15 mg, 60 mg NP QL (AUO)\ncodeine sulfate tab 30 mg (Codeine sulfate) np QL (AUO)\nCONZIP - tramadol hcl cap er 24hr biphasic release 100 mg,\n\n200 mg, 300 mg\nNP QL (AUO)\n\nFENTANYL CITRATE - fentanyl citrate buccal tab 100 mcg (base\nequiv), 200 mcg (base equiv), 400 mcg (base equiv), 600 mcg\n(base equiv), 800 mcg (base equiv)\n\nNP PA, QL (120 tablets/30 days)\n\nfentanyl citrate lozenge on a handle 200 mcg, 400 mcg,\n600 mcg, 800 mcg, 1200 mcg, 1600 mcg (Actiq)\n\nnp PA, QL (120 units/30 days)\n\nfentanyl td patch 72hr 12 mcg/hr, 25 mcg/hr, 37.5 mcg/hr,\n50 mcg/hr, 62.5 mcg/hr, 75 mcg/hr, 87.5 mcg/hr, 100 mcg/hr\n\nnp QL (AUO)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 60\n\nDrug Name Drug Tier Requirements/Limits\nFENTORA - fentanyl citrate buccal tab 100 mcg (base equiv),\n\n200 mcg (base equiv), 400 mcg (base equiv), 600 mcg (base\nequiv), 800 mcg (base equiv)\n\nNP PA, QL (120 tablets/30 days)\n\nHYDROCODONE BITARTRATE ER - hydrocodone bitartrate cap er\n12hr 10 mg, 15 mg, 20 mg, 30 mg, 40 mg, 50 mg\n\nNP QL (AUO)\n\nhydrocodone bitartrate tab er 24hr deter 20 mg, 30 mg, 40 mg,\n60 mg, 80 mg, 100 mg, 120 mg (Hysingla er)\n\nnp QL (AUO)\n\nhydrocodone-acetaminophen soln 7.5-325 mg/15ml np QL (AUO)\nhydrocodone-acetaminophen tab 10-325 mg, 5-300 mg,\n\n7.5-300 mg, 10-300 mg\nnp QL (AUO)\n\nhydrocodone-acetaminophen tab 5-325 mg, 7.5-325 mg p QL (AUO)\nhydrocodone-ibuprofen tab 7.5-200 mg np QL (AUO)\nHYDROCODONE/IBUPROFEN - hydrocodone-ibuprofen tab\n\n5-200 mg, 10-200 mg\nNP QL (AUO)\n\nhydromorphone hcl liqd 1 mg/ml (Dilaudid) np QL (AUO)\nhydromorphone hcl tab er 24hr 8 mg, 12 mg, 16 mg, 32 mg np QL (AUO)\nhydromorphone hcl tab 2 mg, 4 mg (Dilaudid) p QL (AUO)\nhydromorphone hcl tab 8 mg (Dilaudid) np QL (AUO)\nLAZANDA - fentanyl citrate nasal spray 100 mcg/act (base equiv),\n\n400 mcg/act (base equiv)\nNP PA, QL (30 bottles/30 days)\n\nlevorphanol tartrate tab 2 mg, 3 mg np PA, QL (120 tablets/30 days)\nLORTAB - hydrocodone-acetaminophen soln 10-300 mg/15ml NP QL (AUO)\nmethadone hcl conc 10 mg/ml (Methadose) np QL (AUO)\nmethadone hcl soln 5 mg/5ml, 10 mg/5ml (Methadone hcl) np QL (AUO)\nmethadone hcl tab for oral susp 40 mg np QL (AUO)\nmethadone hcl tab 5 mg, 10 mg p QL (AUO)\nMORPHINE SULFATE - morphine sulfate tab 15 mg, 30 mg P QL (AUO)\nMORPHINE SULFATE - morphine sulfate oral soln 20 mg/5ml NP QL (AUO)\nMORPHINE SULFATE ER - morphine sulfate cap er 24hr 10 mg,\n\n20 mg, 30 mg, 50 mg, 60 mg, 80 mg, 100 mg\nNP QL (AUO)\n\nMORPHINE SULFATE ER - morphine sulfate beads cap er 24hr\n30 mg, 45 mg, 60 mg, 75 mg, 90 mg, 120 mg\n\nNP QL (AUO)\n\nmorphine sulfate oral soln 10 mg/5ml p QL (AUO)\nmorphine sulfate oral soln 100 mg/5ml (20 mg/ml) np QL (AUO)\nmorphine sulfate tab er 15 mg (Ms contin) p QL (AUO)\nmorphine sulfate tab er 30 mg, 60 mg, 100 mg, 200 mg (Ms\n\ncontin)\nnp QL (AUO)\n\nmorphine sulfate tab 15 mg, 30 mg (Morphine sulfate) np QL (AUO)\nNALOCET - oxycodone w/ acetaminophen tab 2.5-300 mg NP QL (AUO)\nNUCYNTA - tapentadol hcl tab 50 mg, 75 mg, 100 mg NP QL (AUO)\nNUCYNTA ER - tapentadol hcl tab er 12hr 50 mg, 100 mg, 150 mg,\n\n200 mg, 250 mg\nNP QL (AUO)\n\nOXAYDO - oxycodone hcl tab 5 mg, 7.5 mg NP QL (AUO)\nOXYCODONE AND ACETAMINOPH - oxycodone w/\n\nacetaminophen tab 7.5-300 mg\nNP QL (AUO)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 61\n\nDrug Name Drug Tier Requirements/Limits\noxycodone hcl cap 5 mg np QL (AUO)\noxycodone hcl conc 100 mg/5ml (20 mg/ml) np QL (AUO)\noxycodone hcl soln 5 mg/5ml np QL (AUO)\noxycodone hcl tab 5 mg (Roxicodone) p QL (AUO)\noxycodone hcl tab 10 mg p QL (AUO)\noxycodone hcl tab 15 mg, 30 mg (Roxicodone) np QL (AUO)\noxycodone hcl tab 20 mg np QL (AUO)\nOXYCODONE HYDROCHLORIDE/A - oxycodone w/\n\nacetaminophen soln 5-325 mg/5ml, 10-300 mg/5ml\nNP QL (AUO)\n\noxycodone w/ acetaminophen tab 2.5-325 mg, 7.5-325 mg,\n10-325 mg (Percocet)\n\nnp QL (AUO)\n\noxycodone w/ acetaminophen tab 5-325 mg (Percocet) p QL (AUO)\nOXYCODONE/ACETAMINOPHEN - oxycodone w/ acetaminophen\n\ntab 2.5-300 mg, 5-300 mg, 10-300 mg\nNP QL (AUO)\n\noxymorphone hcl tab 5 mg, 10 mg np QL (AUO)\nOXYMORPHONE HYDROCHLORIDE - oxymorphone hcl tab er\n\n12hr 5 mg, 7.5 mg, 10 mg, 15 mg, 20 mg, 30 mg, 40 mg\nNP QL (AUO)\n\nPROLATE - oxycodone w/ acetaminophen tab 5-300 mg,\n7.5-300 mg, 10-300 mg\n\nNP QL (AUO)\n\nPROLATE - oxycodone w/ acetaminophen soln 10-300 mg/5ml NP QL (AUO)\nQDOLO - tramadol hcl oral soln 5 mg/ml NP QL (AUO)\nROXYBOND - oxycodone hcl tab abuse deter 5 mg, 15 mg, 30 mg NP QL (AUO)\nSEGLENTIS - celecoxib-tramadol hcl tab 56-44 mg NP QL (AUO)\nSUBSYS - fentanyl sublingual spray 100 mcg, 200 mcg, 400 mcg,\n\n600 mcg, 800 mcg, 1200 mcg (600 mcg x 2), 1600 mcg (800 mcg\nx 2)\n\nNP PA, QL (120 blisters/30 days)\n\nTRAMADOL HCL ER - tramadol hcl tab er 24hr biphasic release\n100 mg, 200 mg, 300 mg\n\nNP\n\nTRAMADOL HCL ER - tramadol hcl cap er 24hr biphasic release\n100 mg, 200 mg, 300 mg\n\nNP QL (AUO)\n\ntramadol hcl tab er 24hr 100 mg, 200 mg, 300 mg np QL (AUO)\ntramadol hcl tab 50 mg (Ultram) p QL (AUO)\ntramadol hcl tab 100 mg np QL (AUO)\nTRAMADOL HYDROCHLORIDE - tramadol hcl oral soln 5 mg/ml NP QL (AUO)\ntramadol-acetaminophen tab 37.5-325 mg (Ultracet) p QL (AUO)\nTREZIX - acetaminophen-caffeine-dihydrocodeine cap\n\n320.5-30-16 mg\nNP QL (AUO)\n\nXTAMPZA ER - oxycodone cap er 12hr abuse-deterrent 9 mg,\n13.5 mg, 18 mg, 27 mg, 36 mg\n\nP QL (AUO)\n\nZUBSOLV - buprenorphine hcl-naloxone hcl sl tab 0.7-0.18 mg\n(base eq), 1.4-0.36 mg (base eq), 2.9-0.71 mg (base eq),\n5.7-1.4 mg (base eq), 8.6-2.1 mg (base eq), 11.4-2.9 mg (base eq)\n\nNP QL (90 tablets/30 days)\n\nANALGESICS - ANTI-INFLAMMATORY\nACTEMRA - tocilizumab subcutaneous soln prefilled syringe\n\n162 mg/0.9ml\nP PA, QL (4 syringes/28 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 62\n\nDrug Name Drug Tier Requirements/Limits\nACTEMRA ACTPEN - tocilizumab subcutaneous soln auto-injector\n\n162 mg/0.9ml\nP PA, QL (4 syringes/28 days), SP\n\nARCALYST - rilonacept for inj 220 mg NP PA, QL (8 vials/28 days), SP\ncelecoxib cap 50 mg, 100 mg, 200 mg (Celebrex) p QL (60 capsules/30 days)\ncelecoxib cap 400 mg (Celebrex) np QL (30 capsules/30 days)\nDICLOFENAC - diclofenac cap 35 mg NP PA, QL (90 capsules/30 days)\ndiclofenac potassium cap 25 mg (Zipsor) np PA, QL (120 capsules/30 days)\ndiclofenac potassium tab 25 mg np PA, QL (120 tablets/30 days)\ndiclofenac potassium tab 50 mg np\ndiclofenac sodium tab delayed release 25 mg np\ndiclofenac sodium tab delayed release 50 mg, 75 mg p\ndiclofenac sodium tab er 24hr 100 mg np\ndiclofenac w/ misoprostol tab delayed release 50-0.2 mg\n\n(Arthrotec 50)\nnp\n\ndiclofenac w/ misoprostol tab delayed release 75-0.2 mg\n(Arthrotec 75)\n\nnp\n\nENBREL - etanercept subcutaneous soln prefilled syringe\n25 mg/0.5ml, 50 mg/ml\n\nP PA, QL (4 syringes/28 days), SP\n\nENBREL - etanercept subcutaneous inj 25 mg/0.5ml P PA, QL (8 vials/28 days), SP\nENBREL MINI - etanercept subcutaneous solution cartridge 50 mg/\n\nml\nP PA, QL (4 cartridges/28 days), SP\n\nENBREL SURECLICK - etanercept subcutaneous solution auto-\ninjector 50 mg/ml\n\nP PA, QL (4 injections/28 days), SP\n\netodolac cap 200 mg, 300 mg np\netodolac tab er 24hr 400 mg, 500 mg, 600 mg np\netodolac tab 400 mg (Lodine) np\netodolac tab 500 mg np\nFENOPROFEN CALCIUM - fenoprofen calcium cap 200 mg NP PA, QL (180 capsules/30 days)\nfenoprofen calcium cap 400 mg (Nalfon) np\nfenoprofen calcium tab 600 mg (Nalfon) np PA, QL (150 tablets/30 days)\nFENORTHO - fenoprofen calcium cap 200 mg NP PA, QL (180 capsules/30 days)\nFLURBIPROFEN - flurbiprofen tab 50 mg NP\nflurbiprofen tab 100 mg np\nHUMIRA - adalimumab prefilled syringe kit 10 mg/0.1ml,\n\n20 mg/0.2ml, 40 mg/0.8ml, 40 mg/0.4ml\nP PA, QL (2 syringes/28 days), SP\n\nHUMIRA PEDIATRIC CROHNS D - adalimumab prefilled syringe kit\n80 mg/0.8ml\n\nP PA, QL (3 syringes/180 days), SP\n\nHUMIRA PEDIATRIC CROHNS D - adalimumab prefilled syringe kit\n80 mg/0.8ml & 40 mg/0.4ml\n\nP PA, QL (2 syringes/180 days), SP\n\nHUMIRA PEN - adalimumab pen-injector kit 40 mg/0.8ml,\n40 mg/0.4ml, 80 mg/0.8ml\n\nP PA, QL (2 pens/28 days), SP\n\nHUMIRA PEN-CD/UC/HS START - adalimumab pen-injector kit\n40 mg/0.8ml\n\nP PA, QL (6 pens/180 days), SP\n\nHUMIRA PEN-CD/UC/HS START - adalimumab pen-injector kit\n80 mg/0.8ml\n\nP PA, QL (1 kit/180 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 63\n\nDrug Name Drug Tier Requirements/Limits\nHUMIRA PEN-PEDIATRIC UC S - adalimumab pen-injector kit\n\n80 mg/0.8ml\nP PA, QL (4 pens/180 days), SP\n\nHUMIRA PEN-PS/UV STARTER - adalimumab pen-injector kit\n40 mg/0.8ml\n\nP PA, QL (4 pens/180 days), SP\n\nHUMIRA PEN-PS/UV STARTER - adalimumab pen-injector kit\n80 mg/0.8ml & 40 mg/0.4ml\n\nP PA, QL (3 pens/180 days), SP\n\nibuprofen susp 100 mg/5ml np+\nibuprofen tab 400 mg, 600 mg, 800 mg p\nibuprofen-famotidine tab 800-26.6 mg (Duexis) np PA, QL (90 tablets/30 days)\nINDOCIN - indomethacin susp 25 mg/5ml NP PA, QL (1200 ml/30 days)\nINDOCIN - indomethacin suppos 50 mg NP PA, QL (120 suppositories/30 days)\nINDOMETHACIN - indomethacin cap 20 mg NP PA, QL (90 capsules/30 days)\nindomethacin cap er 75 mg np\nindomethacin cap 25 mg, 50 mg p\nKETOPROFEN - ketoprofen cap 25 mg NP PA, QL (360 capsules/30 days)\nKETOPROFEN ER - ketoprofen cap er 24hr 200 mg NP PA, QL (30 capsules/30 days)\nKETOROLAC TROMETHAMINE - ketorolac tromethamine nasal\n\nspray 15.75 mg/spray\nNP PA, QL (5 bottles/30 days)\n\nketorolac tromethamine tab 10 mg np QL (20 tablets/30 days)\nKEVZARA - sarilumab subcutaneous solution auto-injector\n\n150 mg/1.14ml, 200 mg/1.14ml\nNP PA, QL (2 syringes/28 days), SP\n\nKEVZARA - sarilumab subcutaneous soln prefilled syringe\n150 mg/1.14ml, 200 mg/1.14ml\n\nNP PA, QL (2 syringes/28 days), SP\n\nleflunomide tab 10 mg, 20 mg (Arava) np\nMECLOFENAMATE SODIUM - meclofenamate sodium cap 50 mg,\n\n100 mg\nNP\n\nmefenamic acid cap 250 mg np PA, QL (120 capsules/30 days)\nMELOXICAM - meloxicam susp 7.5 mg/5ml NP PA, QL (300 mls/30 days)\nmeloxicam cap 5 mg, 10 mg np PA, QL (30 capsules/30 days)\nmeloxicam tab 7.5 mg, 15 mg p\nnabumetone tab 500 mg p\nnabumetone tab 750 mg np\nNAPRELAN - naproxen sodium tab er 24hr 750 mg (base equiv) NP PA, QL (60 tablets/30 days)\nNAPROXEN SODIUM - naproxen sodium tab er 24hr 750 mg (base\n\nequiv)\nNP PA, QL (60 tablets/30 days)\n\nnaproxen sodium tab er 24hr 375 mg (base equiv), 500 mg\n(base equiv) (Naprelan)\n\nnp PA, QL (60 tablets/30 days)\n\nnaproxen sodium tab 275 mg np\nnaproxen sodium tab 550 mg (Anaprox ds) np\nnaproxen susp 125 mg/5ml (Naprosyn) np PA, QL (1800 mls/30 days)\nnaproxen tab ec 375 mg, 500 mg (Ec-naprosyn) np\nnaproxen tab 250 mg, 375 mg p\nnaproxen tab 500 mg (Naprosyn) p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 64\n\nDrug Name Drug Tier Requirements/Limits\nnaproxen-esomeprazole magnesium tab dr 375-20 mg,\n\n500-20 mg (Vimovo)\nnp PA, QL (60 tablets/30 days)\n\nOLUMIANT - baricitinib tab 1 mg, 2 mg, 4 mg NP PA, QL (30 tablets/30 days), SP\nORENCIA - abatacept subcutaneous soln prefilled syringe\n\n50 mg/0.4ml, 87.5 mg/0.7ml, 125 mg/ml\nNP PA, QL (4 syringes/28 days), SP\n\nORENCIA CLICKJECT - abatacept subcutaneous soln auto-injector\n125 mg/ml\n\nNP PA, QL (4 syringes/28 days), SP\n\nOTEZLA - apremilast tab starter therapy pack 10 mg & 20 mg &\n30 mg\n\nP PA, QL (55 tablets/180 days), SP\n\nOTEZLA - apremilast tab 30 mg P PA, QL (60 tablets/30 days), SP\nOTREXUP - methotrexate soln pf auto-injector 10 mg/0.4ml,\n\n12.5 mg/0.4ml, 15 mg/0.4ml, 17.5 mg/0.4ml, 20 mg/0.4ml,\n22.5 mg/0.4ml, 25 mg/0.4ml\n\nP ST\n\noxaprozin tab 600 mg (Daypro) np\npiroxicam cap 10 mg, 20 mg (Feldene) np\nREDITREX - methotrexate soln prefilled syringe 7.5 mg/0.3ml,\n\n10 mg/0.4ml, 12.5 mg/0.5ml, 15 mg/0.6ml, 17.5 mg/0.7ml,\n20 mg/0.8ml, 22.5 mg/0.9ml, 25 mg/ml\n\nP ST\n\nRELAFEN DS - nabumetone tab 1000 mg NP\nRIDAURA - auranofin cap 3 mg NP\nRINVOQ - upadacitinib tab er 24hr 15 mg, 30 mg P PA, QL (30 tablets/30 days), SP\nRINVOQ - upadacitinib tab er 24hr 45 mg P PA, QL (56 tablets/365 days), SP\nSIMPONI - golimumab subcutaneous soln auto-injector 100 mg/ml P PA, QL (1 syringe/28 days), SP\nSIMPONI - golimumab subcutaneous soln prefilled syringe 100 mg/\n\nml\nP PA, QL (1 syringe/28 days), SP\n\nSPRIX - ketorolac tromethamine nasal spray 15.75 mg/spray NP PA, QL (5 bottles/30 days)\nsulindac tab 150 mg, 200 mg p\nTIVORBEX - indomethacin cap 20 mg NP PA, QL (90 capsules/30 days)\nXELJANZ - tofacitinib citrate oral soln 1 mg/ml (base equivalent) P PA, QL (240 mls/30 days), SP\nXELJANZ - tofacitinib citrate tab 5 mg (base equivalent) P PA, QL (60 tablets/30 days), SP\nXELJANZ - tofacitinib citrate tab 10 mg (base equivalent) P PA, QL (240 tablets/365 days), SP\nXELJANZ XR - tofacitinib citrate tab er 24hr 11 mg (base equivalent) P PA, QL (30 tablets/30 days), SP\nXELJANZ XR - tofacitinib citrate tab er 24hr 22 mg (base equivalent) P PA, QL (120 tablets/365 days), SP\nZORVOLEX - diclofenac cap 18 mg, 35 mg NP PA, QL (90 capsules/30 days)\n\nMIGRAINE PRODUCTS\nAIMOVIG - erenumab-aooe subcutaneous soln auto-injector 70 mg/\n\nml, 140 mg/ml\nP PA, QL (1 injection/28 days)\n\nAJOVY - fremanezumab-vfrm subcutaneous soln auto-inj\n225 mg/1.5ml\n\nP PA, QL (3 pens/84 days)\n\nAJOVY - fremanezumab-vfrm subcutaneous soln pref syr\n225 mg/1.5ml\n\nP PA, QL (3 pens/90 days)\n\nalmotriptan malate tab 6.25 mg, 12.5 mg np QL (18 tablets/30 days)\nCAMBIA - diclofenac potassium (migraine) packet 50 mg NP\ndihydroergotamine mesylate inj 1 mg/ml np QL (10 mls/30 days)\ndihydroergotamine mesylate nasal spray 4 mg/ml (Migranal) np PA, QL (8 vials/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 65\n\nDrug Name Drug Tier Requirements/Limits\neletriptan hydrobromide tab 20 mg (base equivalent), 40 mg\n\n(base equivalent) (Relpax)\nnp QL (18 tablets/30 days)\n\nELYXYB - celecoxib oral soln 120 mg/4.8ml (25 mg/ml) NP PA, QL (28.8 mls/30 days)\nEMGALITY - galcanezumab-gnlm subcutaneous soln auto-injector\n\n120 mg/ml\nP PA, QL (1 injection/28 days)\n\nEMGALITY - galcanezumab-gnlm subcutaneous soln prefilled syr\n100 mg/ml\n\nP PA, QL (9 syringes/180 days)\n\nEMGALITY - galcanezumab-gnlm subcutaneous soln prefilled syr\n120 mg/ml\n\nP PA, QL (1 syringe/28 days)\n\nERGOMAR - ergotamine tartrate sl tab 2 mg NP\nergotamine w/ caffeine tab 1-100 mg (Cafergot) np PA, QL (40 tablets/28 days)\nfrovatriptan succinate tab 2.5 mg (base equivalent) (Frova) np QL (18 tablets/30 days)\nIMITREX STATDOSE REFILL - sumatriptan succinate solution\n\ncartridge 4 mg/0.5ml, 6 mg/0.5ml\nNP QL (12 doses/30 days)\n\nMIGERGOT - ergotamine w/ caffeine suppos 2-100 mg NP\nnaratriptan hcl tab 1 mg (base equiv), 2.5 mg (base equiv) np QL (18 tablets/30 days)\nNURTEC - rimegepant sulfate tab disint 75 mg P PA, QL (54 tablets/90 days)\nONZETRA XSAIL - sumatriptan succinate exhaler powder 11 mg/\n\nnosepiece\nNP QL (2 boxes/30 days)\n\nQULIPTA - atogepant tab 10 mg, 30 mg, 60 mg P PA, QL (30 tablets/30 days)\nREYVOW - lasmiditan succinate tab 50 mg, 100 mg P PA, QL (8 tablets/30 days)\nrizatriptan benzoate oral disintegrating tab 5 mg (base eq) np QL (18 tablets/30 days)\nrizatriptan benzoate oral disintegrating tab 10 mg (base eq)\n\n(Maxalt-mlt)\nnp QL (18 tablets/30 days)\n\nrizatriptan benzoate tab 5 mg (base equivalent) p QL (18 tablets/30 days)\nrizatriptan benzoate tab 10 mg (base equivalent) (Maxalt) p QL (18 tablets/30 days)\nsumatriptan nasal spray 5 mg/act, 20 mg/act (Imitrex) np QL (12 inhalers/30 days)\nsumatriptan succinate inj 6 mg/0.5ml np QL (12 vials/30 days)\nSUMATRIPTAN SUCCINATE REF - sumatriptan succinate solution\n\ncartridge 4 mg/0.5ml, 6 mg/0.5ml\nNP QL (12 doses/30 days)\n\nsumatriptan succinate solution auto-injector 4 mg/0.5ml,\n6 mg/0.5ml (Imitrex statdose sys)\n\nnp QL (12 doses/30 days)\n\nsumatriptan succinate tab 25 mg, 50 mg, 100 mg (Imitrex) p QL (18 tablets/30 days)\nsumatriptan-naproxen sodium tab 85-500 mg (Treximet) np QL (18 tablets/30 days)\nTOSYMRA - sumatriptan nasal spray 10 mg/act NP QL (18 inhalers/30 days)\nTRUDHESA - dihydroergotamine mesylate hfa nasal aerosol\n\n0.725 mg/act\nNP PA, QL (12 mls/28 days)\n\nUBRELVY - ubrogepant tab 50 mg, 100 mg P PA, QL (16 tablets/30 days)\nZEMBRACE SYMTOUCH - sumatriptan succinate solution auto-\n\ninjector 3 mg/0.5ml\nNP QL (24 doses/30 days)\n\nZOLMITRIPTAN - zolmitriptan nasal spray 2.5 mg/spray unit NP QL (2 boxes/30 days)\nzolmitriptan nasal spray 5 mg/spray unit (Zomig) np QL (12 units/1 month)\nzolmitriptan orally disintegrating tab 2.5 mg, 5 mg np QL (18 tablets/30 days)\nzolmitriptan tab 2.5 mg, 5 mg (Zomig) np QL (18 tablets/30 days)\nZOMIG - zolmitriptan nasal spray 2.5 mg/spray unit NP QL (2 boxes/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 66\n\nDrug Name Drug Tier Requirements/Limits\n\nGOUT AGENTS\nallopurinol tab 100 mg, 300 mg (Zyloprim) p\nCOLCHICINE - colchicine cap 0.6 mg NP\ncolchicine tab 0.6 mg (Colcrys) np\ncolchicine w/ probenecid tab 0.5-500 mg np\nfebuxostat tab 40 mg, 80 mg (Uloric) np\nMITIGARE - colchicine cap 0.6 mg NP\nprobenecid tab 500 mg np\nNEUROMUSCULAR DRUGS\nANTICONVULSANTS\nAPTIOM - eslicarbazepine acetate tab 200 mg, 400 mg, 600 mg,\n\n800 mg\nP\n\nBRIVIACT - brivaracetam tab 10 mg, 25 mg, 50 mg, 75 mg, 100 mg NP\nBRIVIACT - brivaracetam oral soln 10 mg/ml NP\ncarbamazepine cap er 12hr 100 mg, 200 mg, 300 mg (Carbatrol) np\ncarbamazepine chew tab 100 mg np\ncarbamazepine susp 100 mg/5ml (Tegretol) np\ncarbamazepine tab er 12hr 100 mg, 200 mg, 400 mg (Tegretol-\n\nxr)\nnp\n\ncarbamazepine tab 200 mg (Tegretol) np\nCARBATROL - carbamazepine cap er 12hr 100 mg, 200 mg,\n\n300 mg\nNP\n\nCELONTIN - methsuximide cap 300 mg NP\nclobazam suspension 2.5 mg/ml (Onfi) np\nclobazam tab 10 mg, 20 mg (Onfi) np\nclonazepam orally disintegrating tab 0.125 mg, 0.25 mg, 0.5 mg,\n\n1 mg, 2 mg\nnp\n\nclonazepam tab 0.5 mg, 1 mg, 2 mg (Klonopin) p\nDIACOMIT - stiripentol cap 250 mg, 500 mg NP\nDIACOMIT - stiripentol packet 250 mg, 500 mg NP\nDIASTAT ACUDIAL - diazepam rectal gel delivery system 10 mg,\n\n20 mg\nP\n\nDIASTAT PEDIATRIC - diazepam rectal gel delivery system 2.5 mg P\nDIAZEPAM RECTAL GEL - diazepam rectal gel delivery system\n\n2.5 mg, 10 mg, 20 mg\nNP\n\nDILANTIN - phenytoin sodium extended cap 30 mg P\nDILANTIN - phenytoin sodium extended cap 100 mg NP\nDILANTIN INFATABS - phenytoin chew tab 50 mg NP\nDILANTIN-125 - phenytoin susp 125 mg/5ml NP\ndivalproex sodium cap delayed release sprinkle 125 mg\n\n(Depakote sprinkles)\nnp\n\ndivalproex sodium tab delayed release 125 mg, 250 mg, 500 mg\n(Depakote)\n\np\n\ndivalproex sodium tab er 24 hr 250 mg, 500 mg (Depakote er) np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 67\n\nDrug Name Drug Tier Requirements/Limits\nEPIDIOLEX - cannabidiol soln 100 mg/ml P PA\nethosuximide cap 250 mg (Zarontin) np\nethosuximide soln 250 mg/5ml (Zarontin) np\nfelbamate susp 600 mg/5ml (Felbatol) np\nfelbamate tab 400 mg, 600 mg (Felbatol) np\nFINTEPLA - fenfluramine hcl oral soln 2.2 mg/ml NP PA, QL (360 mls/30 days)\nFYCOMPA - perampanel tab 2 mg, 4 mg, 6 mg, 8 mg, 10 mg, 12 mg NP\nFYCOMPA - perampanel susp 0.5 mg/ml NP\ngabapentin cap 100 mg, 300 mg, 400 mg (Neurontin) p\ngabapentin oral soln 250 mg/5ml (Neurontin) np\ngabapentin tab 600 mg, 800 mg (Neurontin) p\nlacosamide oral solution 10 mg/ml (Vimpat) np\nlacosamide tab 50 mg, 100 mg, 150 mg, 200 mg (Vimpat) np\nLAMICTAL ODT - lamotrigine tab disint 21 x 25 mg & 7 x 50 mg\n\ntitration kit\nNP\n\nLAMICTAL ODT - lamotrigine tab disint 42 x 50mg & 14 x 100mg\ntitration kit\n\nNP\n\nLAMICTAL XR - lamotrigine tab er 24hr 21 x 25 mg & 7 x 50 mg\ntitration kit\n\nNP\n\nLAMICTAL XR - lamotrigine tab er 24hr 25 (14) & 50 mg (14) &\n100 mg(7) kit\n\nNP\n\nLAMICTAL XR - lamotrigine tab er 24hr 50 (14) & 100 mg(14) &\n200 mg(7) kit\n\nNP\n\nlamotrigine orally disintegrating tab 25 mg, 50 mg, 100 mg,\n200 mg (Lamictal odt)\n\nnp\n\nlamotrigine tab chewable dispersible 5 mg, 25 mg (Lamictal\nchewable di)\n\nnp\n\nlamotrigine tab disint 25 (14) & 50 mg (14) & 100 mg (7) kit\n(Lamictal odt)\n\nnp\n\nlamotrigine tab er 24hr 25 mg, 50 mg, 100 mg, 200 mg, 250 mg,\n300 mg (Lamictal xr)\n\nnp\n\nlamotrigine tab 25 mg, 100 mg, 150 mg, 200 mg (Lamictal) p\nlamotrigine tab 35 x 25 mg starter kit (Lamictal starter/tak) np\nlamotrigine tab 25 mg (42) & 100 mg (7) starter kit (Lamictal\n\nstarter/not)\nnp\n\nlamotrigine tab 84 x 25 mg & 14 x 100 mg starter kit (Lamictal\nstarter/tak)\n\nnp\n\nlevetiracetam oral soln 100 mg/ml (Keppra) np\nlevetiracetam tab er 24hr 500 mg, 750 mg (Keppra xr) np\nlevetiracetam tab 250 mg, 500 mg (Keppra) p\nlevetiracetam tab 750 mg, 1000 mg (Keppra) np\nMYSOLINE - primidone tab 50 mg, 250 mg NP\nNAYZILAM - midazolam nasal spray soln 5 mg/0.1 ml NP QL (10 sprays/30 days)\noxcarbazepine susp 300 mg/5ml (60 mg/ml) (Trileptal) np\noxcarbazepine tab 150 mg, 300 mg, 600 mg (Trileptal) np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 68\n\nDrug Name Drug Tier Requirements/Limits\nOXTELLAR XR - oxcarbazepine tab er 24hr 150 mg, 300 mg,\n\n600 mg\nNP\n\nPHENYTEK - phenytoin sodium extended cap 200 mg, 300 mg NP\nphenytoin chew tab 50 mg (Dilantin infatabs) np\nphenytoin sodium extended cap 100 mg (Dilantin) np\nphenytoin sodium extended cap 200 mg, 300 mg (Phenytek) np\nphenytoin susp 125 mg/5ml (Dilantin-125) np\npregabalin cap 25 mg, 50 mg, 75 mg, 100 mg, 150 mg, 200 mg,\n\n225 mg, 300 mg (Lyrica)\np QL (90 capsules/30 days)\n\npregabalin soln 20 mg/ml (Lyrica) np QL (900 mls/30 days)\nprimidone tab 50 mg (Mysoline) p\nprimidone tab 250 mg (Mysoline) np\nrufinamide susp 40 mg/ml (Banzel) np\nrufinamide tab 200 mg, 400 mg (Banzel) np\nSPRITAM - levetiracetam tab disintegrating soluble 250 mg, 500 mg,\n\n750 mg, 1000 mg\nNP\n\nSYMPAZAN - clobazam oral film 5 mg, 10 mg, 20 mg NP\nTEGRETOL - carbamazepine tab 200 mg NP\nTEGRETOL - carbamazepine susp 100 mg/5ml NP\nTEGRETOL-XR - carbamazepine tab er 12hr 100 mg, 200 mg,\n\n400 mg\nNP\n\ntiagabine hcl tab 2 mg, 4 mg, 12 mg, 16 mg (Gabitril) np\ntopiramate cap er 24hr sprinkle 25 mg, 50 mg, 100 mg, 150 mg\n\n(Qudexy xr)\nnp PA, QL (30 capsules/30 days)\n\ntopiramate cap er 24hr sprinkle 200 mg (Qudexy xr) np PA, QL (60 capsules/30 days)\ntopiramate sprinkle cap 15 mg, 25 mg (Topamax sprinkle) np\ntopiramate tab 25 mg, 50 mg, 100 mg, 200 mg (Topamax) p\nTROKENDI XR - topiramate cap er 24hr 25 mg, 50 mg, 100 mg NP PA, QL (30 capsules/30 days)\nTROKENDI XR - topiramate cap er 24hr 200 mg NP PA, QL (60 capsules/30 days)\nvalproate sodium oral soln 250 mg/5ml (base equiv) np\nvalproic acid cap 250 mg np\nVALTOCO - diazepam nasal spray ther pack 2 x 7.5 mg/0.1ml\n\n(15 mg dose), 2 x 10 mg/0.1ml (20 mg dose)\nNP QL (10 packs/30 days)\n\nVALTOCO - diazepam nasal spray 5 mg/0.1 ml, 10 mg/0.1 ml NP QL (10 packs/30 days)\nvigabatrin powd pack 500 mg (Sabril) np\nvigabatrin tab 500 mg (Sabril) np\nXCOPRI - cenobamate tab 50 mg, 100 mg, 150 mg, 200 mg NP\nXCOPRI - cenobamate tab titration pack 14 x 12.5 mg & 14 x\n\n25 mg, 14 x 50 mg & 14 x 100 mg, 14 x 150 mg & 14 x 200 mg\nNP\n\nXCOPRI - cenobamate tab pack 100 mg & 150 mg tabs (250 mg\ndaily dose)\n\nNP\n\nXCOPRI - cenobamate tab pack 150 mg & 200 mg tabs (350 mg\ndaily dose)\n\nNP\n\nZARONTIN - ethosuximide cap 250 mg NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 69\n\nDrug Name Drug Tier Requirements/Limits\nZARONTIN - ethosuximide soln 250 mg/5ml NP\nzonisamide cap 25 mg (Zonegran) p\nzonisamide cap 50 mg p\nzonisamide cap 100 mg (Zonegran) np\nZTALMY - ganaxolone susp 50 mg/ml NP\n\nANTIPARKINSON AGENTS\namantadine hcl cap 100 mg np\namantadine hcl soln 50 mg/5ml np\namantadine hcl tab 100 mg np\nAPOKYN - apomorphine hcl soln cartridge 30 mg/3ml NP SP\napomorphine hcl soln cartridge 30 mg/3ml (Apokyn) np SP\nbenztropine mesylate tab 0.5 mg, 1 mg, 2 mg p\nbromocriptine mesylate cap 5 mg (base equivalent) (Parlodel) np\nbromocriptine mesylate tab 2.5 mg (base equivalent) (Parlodel) np\ncarbidopa & levodopa tab er 25-100 mg, 50-200 mg np\ncarbidopa & levodopa tab 10-100 mg (Sinemet) p\ncarbidopa & levodopa tab 25-100 mg (Sinemet) np\ncarbidopa & levodopa tab 25-250 mg np\ncarbidopa tab 25 mg (Lodosyn) np\ncarbidopa-levodopa-entacapone tabs 12.5-50-200 mg (Stalevo\n\n50)\nnp\n\ncarbidopa-levodopa-entacapone tabs 18.75-75-200 mg (Stalevo\n75)\n\nnp\n\ncarbidopa-levodopa-entacapone tabs 25-100-200 mg (Stalevo\n100)\n\nnp\n\ncarbidopa-levodopa-entacapone tabs 31.25-125-200 mg\n(Stalevo 125)\n\nnp\n\ncarbidopa-levodopa-entacapone tabs 37.5-150-200 mg (Stalevo\n150)\n\nnp\n\ncarbidopa-levodopa-entacapone tabs 50-200-200 mg (Stalevo\n200)\n\nnp\n\nCARBIDOPA/LEVODOPA ODT - carbidopa & levodopa orally\ndisintegrating tab 10-100 mg, 25-100 mg, 25-250 mg\n\nNP\n\nDUOPA - carbidopa-levodopa enteral susp 4.63-20 mg/ml NP\nentacapone tab 200 mg (Comtan) np\nGOCOVRI - amantadine hcl cap er 24hr 68.5 mg (base equivalent) NP PA, QL (30 capsules/30 days), SP\nGOCOVRI - amantadine hcl cap er 24hr 137 mg (base equivalent) NP PA, QL (60 capsules/30 days), SP\nINBRIJA - levodopa inhal powder cap 42 mg P SP\nKYNMOBI - apomorphine hydrochloride film 10 mg, 15 mg, 20 mg,\n\n25 mg, 30 mg\nP\n\nNEUPRO - rotigotine td patch 24hr 1 mg/24hr, 2 mg/24hr,\n3 mg/24hr, 4 mg/24hr, 6 mg/24hr, 8 mg/24hr\n\nNP\n\nNOURIANZ - istradefylline tab 20 mg, 40 mg NP SP\nONGENTYS - opicapone cap 25 mg, 50 mg NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 70\n\nDrug Name Drug Tier Requirements/Limits\nOSMOLEX ER - amantadine hcl tab er 24hr pak 129 mg & 193 mg\n\n(322 mg dose)\nNP PA, QL (1 pack/30 days)\n\nOSMOLEX ER - amantadine hcl tab er 24hr 129 mg (base\nequivalent), 193 mg (base equivalent)\n\nNP PA, QL (30 tablets/30 days)\n\npramipexole dihydrochloride tab er 24hr 0.375 mg, 0.75 mg,\n1.5 mg, 2.25 mg, 3 mg, 3.75 mg, 4.5 mg (Mirapex er)\n\nnp\n\npramipexole dihydrochloride tab 0.125 mg, 0.25 mg, 0.5 mg,\n0.75 mg, 1 mg, 1.5 mg\n\np\n\nrasagiline mesylate tab 0.5 mg (base equiv), 1 mg (base equiv)\n(Azilect)\n\nnp\n\nropinirole hydrochloride tab er 24hr 2 mg (base equivalent),\n4 mg (base equivalent), 6 mg (base equivalent), 8 mg (base\nequivalent), 12 mg (base equivalent)\n\nnp\n\nropinirole hydrochloride tab 0.25 mg, 0.5 mg, 1 mg, 2 mg, 3 mg,\n4 mg, 5 mg\n\np\n\nRYTARY - carbidopa & levodopa cap er 23.75-95 mg,\n36.25-145 mg, 48.75-195 mg, 61.25-245 mg\n\nNP\n\nselegiline hcl cap 5 mg np\nselegiline hcl tab 5 mg np\ntolcapone tab 100 mg (Tasmar) np\nTRIHEXYPHENIDYL HCL - trihexyphenidyl hcl oral soln 0.4 mg/ml NP\ntrihexyphenidyl hcl tab 2 mg, 5 mg p\nXADAGO - safinamide mesylate tab 50 mg (base equiv), 100 mg\n\n(base equiv)\nNP\n\nZELAPAR - selegiline hcl orally disintegrating tab 1.25 mg NP\n\nNEUROMUSCULAR AGENTS\nEVRYSDI - risdiplam for soln 0.75 mg/ml NP PA, QL (3 bottles/30 days), SP\nEXSERVAN - riluzole oral film 50 mg NP\nRADICAVA ORS - edaravone oral susp 105 mg/5ml NP SP\nRADICAVA ORS STARTER KIT - edaravone oral susp 105 mg/5ml NP SP\nriluzole tab 50 mg (Rilutek) np\nTIGLUTIK - riluzole susp 50 mg/10ml NP PA, QL (600 mls/30 days)\n\nMUSCULOSKELETAL THERAPY AGENTS\nBACLOFEN - baclofen oral soln 5 mg/5ml NP PA, QL (2400 mls/30 days)\nbaclofen tab 5 mg, 20 mg np\nbaclofen tab 10 mg p\nchlorzoxazone tab 250 mg, 500 mg np\nchlorzoxazone tab 375 mg, 750 mg np PA, QL (120 tablets/30 days)\ncyclobenzaprine hcl cap er 24hr 15 mg, 30 mg (Amrix) np PA, QL (30 capsules/30 days)\ncyclobenzaprine hcl tab 5 mg, 10 mg p\ncyclobenzaprine hcl tab 7.5 mg np PA, QL (90 tablets/30 days)\ndantrolene sodium cap 25 mg (Dantrium) np\ndantrolene sodium cap 50 mg, 100 mg np\nFLEQSUVY - baclofen susp 25 mg/5ml NP PA, QL (600 mls/30 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 71\n\nDrug Name Drug Tier Requirements/Limits\nLYVISPAH - baclofen granules packet 5 mg, 10 mg, 20 mg NP PA, QL (120 tablets/30 days)\nmetaxalone tab 400 mg np PA, QL (240 tablets/30 days)\nmetaxalone tab 800 mg np\nmethocarbamol tab 500 mg, 750 mg p\norphenadrine citrate tab er 12hr 100 mg np\norphenadrine w/ aspirin & caffeine tab 25-385-30 mg np\norphenadrine w/ aspirin & caffeine tab 50-770-60 mg (Norgesic\n\nforte)\nnp\n\nOZOBAX - baclofen oral soln 5 mg/5ml NP PA, QL (2400 mls/30 days)\ntizanidine hcl cap 2 mg (base equivalent), 4 mg (base\n\nequivalent), 6 mg (base equivalent) (Zanaflex)\nnp QL (180 capsules/30 days)\n\ntizanidine hcl tab 2 mg (base equivalent) p QL (180 tablets/30 days)\ntizanidine hcl tab 4 mg (base equivalent) (Zanaflex) p QL (180 tablets/30 days)\nANTIMYASTHENIC AGENTS\nFIRDAPSE - amifampridine phosphate tab 10 mg (base equivalent) NP PA, QL (240 tablets/30 days), SP\nPYRIDOSTIGMINE BROMIDE - pyridostigmine bromide tab 30 mg NP\npyridostigmine bromide oral soln 60 mg/5ml (Mestinon) np\npyridostigmine bromide tab er 180 mg (Mestinon timespan) np\npyridostigmine bromide tab 60 mg (Mestinon) np\nNUTRITIONAL PRODUCTS\nVITAMINS\nergocalciferol cap 1.25 mg (50000 unit) (Drisdol) p\nphytonadione tab 5 mg (Mephyton) np\nMULTIVITAMINS\nATABEX EC - prenatal vit w/ dss-iron carbonyl-fa tab dr 29-1 mg NP+\nATABEX OB - prenatal vit w/ fe bisglycinate chelate-fa tab 29-1 mg NP+\nC-NATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap 28-1-200 mg NP+\nCITRANATAL ASSURE - prenat w/o a w/fecbn-fegl-dss-fa tab & dha\n\ncap 300 mg pack\nNP+\n\nCITRANATAL B-CALM - prenat w/o a w/fecbn-feglu-fa tab 20-1 mg\n& vit b6 tab pak\n\nNP+\n\nCITRANATAL BLOOM - prenatal vit w/ dss-fe cbn-fe gluc-fa tab\n90-1 mg\n\nNP+\n\nCITRANATAL DHA - prenat w/o a w/fecbn-fegl-dss-fa tab & dha cap\n250 mg pack\n\nNP+\n\nCITRANATAL HARMONY - prenat w/o a w/fe fum-fe cbn-dss-fa-dha\ncap 27-1-260 mg\n\nNP+\n\nCITRANATAL 90 DHA - prenat w/o a w/fecbn-fegl-dss-fa tab 90\n&dha cap 300mg pak\n\nNP+\n\nCO-NATAL FA - prenatal vit w/ fe fumarate-fa tab 29-1 mg NP+\nCOMPLETE NATAL DHA - prenat-fe bis-fe prot succ-fa-ca tab &\n\nomega 3 cap 200 pk\nNP+\n\nCOMPLETENATE - prenatal vit w/ fe fumarate-fa chew tab 29-1 mg NP+\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 72\n\nDrug Name Drug Tier Requirements/Limits\nCONCEPT DHA - prenatal w/fe fum-fe poly -fa-omega 3 cap\n\n53.5-38-1 mg\nNP+\n\nCONCEPT OB - prenatal w/o a w/fe fum-fe poly-fa cap\n130-92.4-1 mg\n\nNP+\n\nDUET DHA BALANCED - prenat w/fe poly-na fered-fa tab 25-1 &\nomega cap 267 mg\n\nNP+\n\nDUET DHA 400 - prenat w/fe poly-na fered-fa tab 25-1 & omega cap\n400 mg\n\nNP+\n\nELITE-OB - prenatal vit w/ iron carbonyl-fa tab 50-1.25 mg NP+\nENBRACE HR - prenatal vit w/ fe gly cys-fa-omega 3 fatty acids cap NP+\nFOLIVANE-OB - prenatal w/o a w/fe fum-fe poly-fa cap 85-1 mg NP+\nINATAL GT - prenatal vit w/ dss-iron carbonyl-fa tab 90-1 mg NP+\nKOSHER PRENATAL PLUS IRON - prenatal vit w/ iron carbonyl-fa\n\ntab 30-1 mg\nNP+\n\nM-NATAL PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nNATACHEW - prenatal vit w/ fe fum-fe bisglycin-fa chew tab\n\n28-1 mg\nNP+\n\nNATALVIT - prenatal vit w/ fe fumarate-fa tab 75-1 mg NP+\nNEEVO DHA - prenat w/o a w/fefum-methylfol-omegas cap\n\n27-1.13 mg\nNP+\n\nNEONATAL COMPLETE - prenatal vit w/ fe fumarate-fa tab\n27-1 mg, 29-1 mg\n\nNP+\n\nNEONATAL FE - prenatal vitamin w/ iron-folic acid tab 90-1 mg NP+\nNEONATAL PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nNEONATAL VITAMIN - prenatal vit w/ fe fumarate-fa tab 27-0.8 mg NP+\nNEONATAL 19 - prenatal vitamin-folic acid tab 1 mg NP+\nNEONATAL/DHA - prenatal mv w/fe fum-fa tab 29-1 mg & dha cap\n\n200 mg pack\nNP+\n\nNESTABS - prenatal vit w/o vit a w/ fe bisglycinate-fa tab 32-1 mg NP+\nNESTABS DHA - prenat w/o a w/ fe bisglyc-fa tab 32-1 mg & omega\n\ncap pack\nNP+\n\nNESTABS ONE - prenat w/o a w/fecbn-bisg-methylf-dha cap\n38-1-225 mg\n\nNP+\n\nNIVA-PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nOB COMPLETE - prenatal vit w/ iron carbonyl-fa tab 50-1.25 mg NP+\nOB COMPLETE ONE - prenatal w/o a w/fecbn-fe asp glyc-fa-fish\n\ncap 50-1-476 mg\nNP+\n\nOB COMPLETE PETITE - prenat w/o a w/fecbn-feaspglyc-fa-omega\ncap 35-5-1-200 mg\n\nNP+\n\nOB COMPLETE PREMIER - prenatal vit w/ fe cbn-fe asp glyc-fa tab\n30-20-1 mg\n\nNP+\n\nOB COMPLETE/DHA - prenat w/ iron cbn-fe asp glyc-fa-omega cap\n30-10-1-200 mg\n\nNP+\n\nOBSTETRIX DHA - prenat w/fecbn-fa-dss tab 29-1 mg & omega 3\ncap 387 mg pak\n\nNP+\n\nOBSTETRIX EC - prenatal vit w/ dss-iron carbonyl-fa tab 29-1 mg NP+\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 73\n\nDrug Name Drug Tier Requirements/Limits\nOBSTETRIX ONE - prenat w/o a w/fecbn-bisg-methylf-dss-dha cap\n\n38-1-225 mg\nNP+\n\nONE VITE WOMENS PRENATAL - prenatal vit w/ fe fumarate-fa tab\n27-1 mg\n\nNP+\n\nPNV-DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\nNP+\n\nPNV-DHA+DOCUSATE - prenatal w/o vit a w/ fe fum-dss-fa-dha cap\n27-1.25-300 mg\n\nNP+\n\nPNV-OMEGA - prenat w/o a w/ fe fumarate-methylfolate-fa-omega 3\ncap\n\nNP+\n\nPNV-SELECT - prenatal vit w/ fe fum-methylfolate-fa tab\n27-0.6-0.4 mg\n\nNP+\n\nPREMESISRX - prenatal w/ calcium-vit b6-vit b12-fa-ginger tab\n1 mg\n\nNP+\n\nPRENA 1 TRUE - prenat w/o a w/fe chel-fa tab 30-1.4 mg & dha cap\n300mg pk\n\nNP+\n\nPRENAISSANCE - prenatal w/o vit a w/ fe fum-dss-fa-dha cap\n29-1.25-325 mg\n\nNP+\n\nPRENAISSANCE PLUS - prenatal w/o a w/fe cbn-dss-fa-dha cap\n28-1-250 mg\n\nNP+\n\nPRENATABS RX - prenatal vit w/ iron carbonyl-fa tab 29-1 mg P\nPRENATAL - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nPRENATAL PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg P\nPRENATAL PLUS VITAMIN AND - prenatal vit w/ fe fumarate-fa tab\n\n27-1 mg\nNP+\n\nPRENATAL VITAMINS PLUS LO - prenatal vit w/ fe fumarate-fa tab\n27-1 mg\n\nP\n\nPRENATAL 19 - prenatal vit w/ fe fumarate-fa chew tab 29-1 mg P\nPRENATAL 19 - prenatal vit w/ dss-fe fumarate-fa tab 29-1 mg P\nPRENATAL-U - prenatal w/o a vit w/ fe fumarate-fa cap 106.5-1 mg P\nPRENATE - prenat mv & min w/ l-methylfolate-fa chew tab\n\n0.6-0.4 mg\nNP+\n\nPRENATE AM - prenatal w/ calcium-vit b6-vit b12-fa-ginger tab 1 mg NP+\nPRENATE DHA - prenat w/o a w/feaspg-methfol-fa-dha cap\n\n18-0.6-0.4-300 mg\nNP+\n\nPRENATE ELITE - prenatal w/ fe asp gly-l methylfol-fa tab\n20-0.6-0.4 mg\n\nNP+\n\nPRENATE ENHANCE - prenat w/o a w/fefum-methfol-fa-dha cap\n28-0.6-0.4-400 mg\n\nNP+\n\nPRENATE ESSENTIAL - prenat w/o a w/feaspg-methfol-fa-dha cap\n18-0.6-0.4-300 mg\n\nNP+\n\nPRENATE MINI - prenat w/oa w/fecb-feasp-meth-fa-dha cap\n18-0.6-0.4-350 mg\n\nNP+\n\nPRENATE PIXIE - prenat w/o a w/feaspg-methfol-fa-dha cap\n10-0.6-0.4-200 mg\n\nNP+\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 74\n\nDrug Name Drug Tier Requirements/Limits\nPRENATE RESTORE - prenat w/o a w/fefum-methfol-fa-dha cap\n\n27-0.6-0.4-400 mg\nNP+\n\nPRENATVITE COMPLETE - prenatal multivitamins & minerals w/\niron & fa tab 1 mg\n\nNP+\n\nPRENATVITE PLUS - prenatal multivitamins & minerals w/ iron & fa\ntab 1 mg\n\nNP+\n\nPRENATVITE RX - prenatal multivitamins & minerals w/iron & fa tab\n0.8 mg\n\nNP+\n\nPRENA1 CHEW - prenat w/ b2-b6-b12-d3-folic acid chew tab\n1.4 mg\n\nNP+\n\nPRENA1 PEARL - prenat w/oa w/fefum-na fered-fa-dha cap er\n30-1.4-200 mg\n\nNP+\n\nPRIMACARE - prenat w/o a w/feasp-methlf-fa-omeg cap\n30-0.75-0.25-470mg\n\nNP+\n\nPROVIDA OB - prenatal w/o a w/fe fum-fe poly-fa cap\n20-20-1.25 mg\n\nNP+\n\nRELNATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap 28-1-200 mg NP+\nSE-NATAL 19 - prenatal vit w/ fe fumarate-fa chew tab 29-1 mg P\nSE-NATAL 19 - prenatal vit w/ dss-fe fumarate-fa tab 29-1 mg P\nSELECT-OB - prenatal vit w/ fe polysac cmplx-fa chew tab 29-1 mg NP+\nSELECT-OB - prenat w/ fepolycmplx-methylfol-fa chew tab\n\n29-0.6-0.4 mg\nNP+\n\nSELECT-OB+DHA - prenatal mv w/fe poly-fa chw 29-1 mg & dha\ncap 250 mg pak\n\nNP+\n\nTARON-C DHA - prenatal w/fe fum-fe poly -fa-omega 3 cap 35-1 mg NP+\nTARON-PREX - prenatal w/o vit a w/ fe fum-dss-fa-dha cap\n\n30-1.2-265 mg\nNP+\n\nTHRIVITE RX - prenatal vit w/ iron carbonyl-fa tab 29-1 mg NP+\nTRICARE - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nTRINATAL RX 1 - prenatal vit w/ fe fumarate-fa tab 60-1 mg NP+\nTRINATE - prenatal vit w/ fe fumarate-fa tab 28-1 mg P\nTRISTART DHA - prenat w/o a w/fecbn-methylf-fa-dha cap\n\n31-0.6-0.4-200 mg\nNP+\n\nTRISTART FREE - prenat w/o a w/dha & fecbn-methylf-fa cap\n33-1 mg\n\nNP+\n\nTRISTART ONE - prenat w/o a w/fecbn-methylf-fa-dha cap\n35-1-215 mg\n\nNP+\n\nVINATE DHA RF - prenat w/o a w/fefum-methylfol-omegas cap\n27-1.13 mg\n\nNP+\n\nVINATE II - prenatal vit w/ fe bisglycinate chelate-fa tab 29-1 mg P\nVINATE ONE - prenatal vit w/ fe fumarate-fa tab 60-1 mg P\nVIRT-NATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap\n\n28-1-200 mg\nNP+\n\nVIRT-PN DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\nNP+\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 75\n\nDrug Name Drug Tier Requirements/Limits\nVITAFOL FE+ - prenat w/fe poly-methylfol-fa-dha cap\n\n90-0.6-0.4-200 mg\nNP+\n\nVITAFOL GUMMIES - prenat vit w/ fe phos-fa-omega chew tab\n3.33-0.333-34.8 mg\n\nNP+\n\nVITAFOL STRIPS - prenatal w/ b6-b12-cholecalciferol-folic acid film\n1 mg\n\nNP+\n\nVITAFOL ULTRA - prenat w/fe poly-methylfol-fa-dha cap\n29-0.6-0.4-200 mg\n\nNP+\n\nVITAFOL-NANO - prenatal w/o a w/ fefum-l methylfol-fa tab\n18-0.6-0.4 mg\n\nNP+\n\nVITAFOL-OB - prenatal vit w/ fe fumarate-fa tab 65-1 mg NP+\nVITAFOL-OB+DHA - prenatal mv w/fe fum-fa tab 65-1 mg & dha cap\n\n250 mg pack\nNP+\n\nVITAFOL-ONE - prenatal mv w/ fe polysac cmplx-fa-dha cap\n29-1-200 mg\n\nNP+\n\nVITAMEDMD REDICHEW RX - prenat w/ b2-b6-b12-d3-folic acid\nchew tab 1.4 mg\n\nNP+\n\nVITAPEARL - prenat w/oa w/fefum-na fered-fa-dha cap er\n30-1.4-200 mg\n\nNP+\n\nVITATHELY/GINGER - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nVITATRUE - prenat w/o a w/fe chel-fa tab 30-1.4 mg & dha cap\n\n300mg pk\nNP+\n\nVIVA DHA - prenatal vit w/ fe fum-fa-omega 3 cap 28-1-200 mg NP+\nWESCAP-C DHA - prenatal w/fe fum-fe poly -fa-omega 3 cap\n\n53.5-38-1 mg\nNP+\n\nWESCAP-PN DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\nNP+\n\nWESNATE DHA - prenatal vit w/ fe fum-fa-omega 3 cap\n28-1-200 mg\n\nNP+\n\nWESTAB PLUS - prenatal vit w/ fe fumarate-fa tab 27-1 mg NP+\nWESTGEL DHA - prenat w/o a w/fecbn-methylf-fa-dha cap\n\n31-0.6-0.4-200 mg\nNP+\n\nZATEAN-PN DHA - prenat w/o a w/fefum-methfol-fa-dha cap\n27-0.6-0.4-300 mg\n\nNP+\n\nMINERALS and ELECTROLYTES\nFLORIVA - sodium fluoride-vitamin d liqd drops 0.25 mg/ml-400 unit/\n\nml\nNP\n\nGALZIN - zinc acetate cap 25 mg (elemental zinc), 50 mg\n(elemental zinc)\n\nNP\n\npot phos monobasic w/sod phos di & monobas tab\n155-852-130mg (K-phos neutral)\n\nnp\n\npotassium chloride cap er 8 meq, 10 meq p\nPOTASSIUM CHLORIDE ER - potassium chloride tab er 8 meq\n\n(600 mg)\nP\n\npotassium chloride microencapsulated crys er tab 10 meq, 20\nmeq\n\np\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 76\n\nDrug Name Drug Tier Requirements/Limits\npotassium chloride microencapsulated crys er tab 15 meq np\npotassium chloride oral soln 10% (20 meq/15ml), 20% (40\n\nmeq/15ml)\nnp\n\npotassium chloride powder packet 20 meq np\npotassium chloride tab er 8 meq (600 mg) p\npotassium chloride tab er 10 meq, 20 meq (1500 mg) (K-tab) p\npotassium phosphate monobasic tab 500 mg (K-phos) np\nSODIUM FLUORIDE - sodium fluoride tab 0.5 mg f (from 1.1 mg\n\nnaf), 1 mg f (from 2.2 mg naf)\nP\n\nsodium fluoride chew tab 0.25 mg f (from 0.55 mg naf), 0.5 mg f\n(from 1.1 mg naf), 1 mg f (from 2.2 mg naf)\n\np AC\n\nsodium fluoride soln 0.125 mg/drop f (0.275 mg/drop naf) np AC\nsodium fluoride soln 0.5 mg/ml f (from 1.1 mg/ml naf) p AC\nNUTRIENTS\nDOJOLVI - triheptanoin oral liquid 100% NP PA, SP\n\nDIETARY PRODUCTS\nWESTAB MAX - folic acid-pyridoxine-cyanocobalamin tab\n\n2.5-25-2 mg\np\n\nHEMATOLOGICAL AGENTS\nHEMATOPOIETIC AGENTS\nACCRUFER - ferric maltol cap 30 mg (fe equiv) NP PA, QL (60 capsules/30 days)\nARANESP ALBUMIN FREE - darbepoetin alfa soln prefilled syringe\n\n10 mcg/0.4ml, 25 mcg/0.42ml, 40 mcg/0.4ml, 60 mcg/0.3ml,\n100 mcg/0.5ml, 150 mcg/0.3ml, 200 mcg/0.4ml, 300 mcg/0.6ml,\n500 mcg/ml\n\nP PA, SP\n\nARANESP ALBUMIN FREE - darbepoetin alfa soln inj 25 mcg/ml,\n40 mcg/ml, 60 mcg/ml, 100 mcg/ml, 200 mcg/ml\n\nP PA, SP\n\ncarbonyl iron susp 15 mg/1.25ml (elemental iron) np AC\nCERDELGA - eliglustat tartrate cap 84 mg (base equivalent) P PA, QL (60 capsules/30 days), SP\ncyanocobalamin inj 1000 mcg/ml p\nDOPTELET - avatrombopag maleate tab 20 mg (base equiv) P PA, QL (60 tablets/30 days), SP\nDROXIA - hydroxyurea cap 200 mg, 300 mg, 400 mg NP\nENDARI - glutamine (sickle cell) powd pack 5 gm NP PA, SP\nEPOGEN - epoetin alfa inj 2000 unit/ml, 3000 unit/ml, 4000 unit/ml,\n\n10000 unit/ml, 20000 unit/ml\nNP PA, SP\n\nFERROUS SULFATE - ferrous sulfate liquid 220 mg/5ml (44 mg/5ml\nelemental fe)\n\nP AC\n\nferrous sulfate elixir 220 mg/5ml (44 mg/5ml elemental fe) p AC\nferrous sulfate soln 75 mg/ml (15 mg/ml elemental fe) p AC\nferrous sulfate syrup 300 mg/5ml (60 mg/5ml elemental fe) np AC\nfolic acid cap 0.8 mg p AC\nfolic acid tab 400 mcg, 800 mcg p AC\nfolic acid tab 1 mg p\nFULPHILA - pegfilgrastim-jmdb soln prefilled syringe 6 mg/0.6ml P SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 77\n\nDrug Name Drug Tier Requirements/Limits\nHYDROXOCOBALAMIN - hydroxocobalamin acetate inj 1000 mcg/\n\nml (base equivalent)\nNP\n\nIRON UP - polysaccharide iron complex liquid 15 mg/0.5ml (fe\nequiv)\n\nP AC\n\nLEUKINE - sargramostim lyophilized for inj 250 mcg NP SP\nmiglustat cap 100 mg (Zavesca) np PA, QL (90 capsules/30 days), SP\nMIRCERA - methoxy peg-epoetin beta soln prefilled syr\n\n30 mcg/0.3ml, 50 mcg/0.3ml, 75 mcg/0.3ml, 100 mcg/0.3ml,\n150 mcg/0.3ml, 200 mcg/0.3ml\n\nNP PA\n\nMULPLETA - lusutrombopag tab 3 mg P PA, QL (7 tablets/7 days), SP\nNASCOBAL - cyanocobalamin nasal spray 500 mcg/0.1ml NP PA, QL (4 sprays/28 days)\nNIVESTYM - filgrastim-aafi soln prefilled syringe 300 mcg/0.5ml,\n\n480 mcg/0.8ml\nP SP\n\nNIVESTYM - filgrastim-aafi inj 300 mcg/ml, 480 mcg/1.6ml\n(300 mcg/ml)\n\nP SP\n\nNOVAFERRUM PEDIATRIC DROP - polysaccharide iron complex\nliquid 15 mg/ml (fe equiv)\n\nP AC\n\nOXBRYTA - voxelotor tab 500 mg NP PA, QL (90 tablets/30 days), SP\nOXBRYTA - voxelotor tab for oral susp 300 mg NP PA, QL (150 tablets/30 days), SP\nPROCRIT - epoetin alfa inj 2000 unit/ml, 3000 unit/ml, 4000 unit/ml,\n\n10000 unit/ml, 20000 unit/ml, 40000 unit/ml\nP PA, SP\n\nPROMACTA - eltrombopag olamine powder pack for susp 25 mg\n(base equiv), 12.5 mg (base eq)\n\nNP PA, QL (30 packs/30 days), SP\n\nPROMACTA - eltrombopag olamine tab 12.5 mg (base equiv),\n25 mg (base equiv), 75 mg (base equiv)\n\nNP PA, QL (30 tablets/30 days), SP\n\nPROMACTA - eltrombopag olamine tab 50 mg (base equiv) NP PA, QL (60 tablets/30 days), SP\nRETACRIT - epoetin alfa-epbx inj 2000 unit/ml, 3000 unit/ml, 4000\n\nunit/ml, 10000 unit/ml, 20000 unit/ml, 40000 unit/ml\nP PA, SP\n\nSIKLOS - hydroxyurea tab 100 mg, 1000 mg NP\nZARXIO - filgrastim-sndz soln prefilled syringe 300 mcg/0.5ml,\n\n480 mcg/0.8ml\nP SP\n\nZIEXTENZO - pegfilgrastim-bmez soln prefilled syringe 6 mg/0.6ml P SP\n\nANTICOAGULANTS\ndabigatran etexilate mesylate cap 75 mg (etexilate base eq),\n\n150 mg (etexilate base eq) (Pradaxa)\nnp QL (60 capsules/30 days)\n\nELIQUIS - apixaban tab 2.5 mg P QL (60 tablets/30 days)\nELIQUIS - apixaban tab 5 mg P QL (74 tablets/30 days)\nELIQUIS STARTER PACK - apixaban tab starter pack 5 mg P QL (1 pack/180 days)\nenoxaparin sodium inj soln pref syr 30 mg/0.3ml, 40 mg/0.4ml,\n\n60 mg/0.6ml, 80 mg/0.8ml, 100 mg/ml, 120 mg/0.8ml, 150 mg/\nml (Lovenox)\n\nnp\n\nenoxaparin sodium inj 300 mg/3ml (Lovenox) np QL (360 syringes/270 days)\nfondaparinux sodium subcutaneous inj 2.5 mg/0.5ml,\n\n5 mg/0.4ml, 7.5 mg/0.6ml, 10 mg/0.8ml (Arixtra)\nnp QL (360 units/270 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 78\n\nDrug Name Drug Tier Requirements/Limits\nFRAGMIN - dalteparin sodium soln prefilled syr 2500 unit/0.2ml,\n\n5000 unit/0.2ml, 7500 unit/0.3ml, 10000 unit/ml, 12500 unit/0.5ml,\n15000 unit/0.6ml, 18000 unit/0.72ml\n\nNP\n\nFRAGMIN - dalteparin sodium inj 95000 unit/3.8ml NP\nHEPARIN SODIUM - heparin sodium (porcine) pf inj 5000 unit/ml NP\nheparin sodium (porcine) inj 1000 unit/ml, 5000 unit/ml, 10000\n\nunit/ml, 20000 unit/ml\nnp\n\nheparin sodium (porcine) pf inj 5000 unit/0.5ml np\nPRADAXA - dabigatran etexilate mesylate cap 110 mg (etexilate\n\nbase eq), 150 mg (etexilate base eq)\nNP QL (60 capsules/30 days)\n\nwarfarin sodium tab 1 mg, 2 mg, 2.5 mg, 3 mg, 4 mg, 5 mg,\n6 mg, 7.5 mg, 10 mg\n\np\n\nXARELTO - rivaroxaban for susp 1 mg/ml P QL (600 mls/30 days)\nXARELTO - rivaroxaban tab 2.5 mg, 15 mg P QL (60 tablets/30 days)\nXARELTO - rivaroxaban tab 10 mg, 20 mg P QL (30 tablets/30 days)\nXARELTO STARTER PACK - rivaroxaban tab starter therapy pack\n\n15 mg & 20 mg\nP QL (51 tablets/30 days)\n\nHEMOSTATICS\naminocaproic acid oral soln 0.25 gm/ml (Amicar) np\naminocaproic acid tab 500 mg, 1000 mg (Amicar) np\ntranexamic acid tab 650 mg (Lysteda) np\nHEMATOLOGICAL AGENTS - MISC.\nADVATE - antihemophilic factor recomb (rahf-pfm) for inj 250 unit,\n\n500 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit, 4000 unit\nP PA, QL (1 ml/30 days), SP\n\nADYNOVATE - antihemophilic factor recomb pegylated for inj 250\nunit, 500 unit, 750 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 vial/30 days), SP\n\nAFSTYLA - antihemophilic fact rcmb single chain for inj kit 250 unit,\n500 unit, 1000 unit, 1500 unit, 2000 unit, 2500 unit, 3000 unit\n\nP PA, QL (1 box/30 days), SP\n\nALPHANATE - antihemophilic factor/vwf (human) for inj 250 unit,\n500 unit, 1000 unit, 1500 unit, 2000 unit\n\nP SP\n\nALPHANINE SD - coagulation factor ix for inj 500 unit, 1000 unit,\n1500 unit\n\nP PA, QL (1 ml/30 days), SP\n\nALPROLIX - coagulation factor ix (recomb) (rfixfc) for inj 250 unit,\n500 unit, 1000 unit, 2000 unit, 3000 unit, 4000 unit\n\nP PA, QL (1 vial/30 days), SP\n\nanagrelide hcl cap 0.5 mg (Agrylin) np\nanagrelide hcl cap 1 mg np\naspirin-dipyridamole cap er 12hr 25-200 mg np\nASPIRIN/OMEPRAZOLE - aspirin-omeprazole tab delayed release\n\n81-40 mg\nNP PA, QL (30 tablets/30 days)\n\nBENEFIX - coagulation factor ix (recombinant) for inj kit 250 unit,\n500 unit, 1000 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nBERINERT - c1 esterase inhibitor (human) for iv inj kit 500 unit NP PA, QL (10 vials/30 days), SP\nBRILINTA - ticagrelor tab 60 mg, 90 mg P\ncilostazol tab 50 mg, 100 mg p\nclopidogrel bisulfate tab 75 mg (base equiv) (Plavix) p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 79\n\nDrug Name Drug Tier Requirements/Limits\nCOAGADEX - coagulation factor x (human) for inj 250 unit, 500 unit P SP\nCORIFACT - factor xiii concentrate (human) for inj kit 1000-1600\n\nunit\nP SP\n\ndipyridamole tab 25 mg, 50 mg, 75 mg np\nDURLAZA - aspirin capsule er 24hr 162.5 mg NP\nELOCTATE - antihemophilic factor rcmb (bdd-rfviiifc) for inj 250 unit,\n\n500 unit, 750 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit, 4000\nunit, 5000 unit, 6000 unit\n\nP PA, QL (1 vial/30 days), SP\n\nEMPAVELI - pegcetacoplan subcutaneous soln 1080 mg/20ml\n(54 mg/ml)\n\nP PA, QL (8 vials/28 days), SP\n\nESPEROCT - antihemophilic factor recomb glycopeg-exei for inj 500\nunit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 syringe/30 days), SP\n\nFEIBA - antiinhibitor coagulant complex for iv soln 500 unit, 1000\nunit, 2500 unit\n\nP SP\n\nFIBRYGA - fibrinogen conc (human) inj approximately 1 gm\n(900-1300 mg)\n\nP PA, QL (1 gram/30 days), SP\n\nHAEGARDA - c1 esterase inhibitor (human) for subcutaneous inj\n2000 unit\n\nP PA, QL (16 vials/28 days), SP\n\nHAEGARDA - c1 esterase inhibitor (human) for subcutaneous inj\n3000 unit\n\nP PA, QL (8 vials/28 days), SP\n\nHEMLIBRA - emicizumab-kxwh subcutaneous soln 30 mg/ml,\n60 mg/0.4ml (150 mg/ml), 105 mg/0.7ml (150 mg/ml), 150 mg/ml\n\nP PA, QL (1 vial/30 days), SP\n\nHEMOFIL M - antihemophilic factor (human) for inj 250 unit, 500\nunit, 1000 unit, 1700 unit\n\nP PA, QL (1 ml/30 days), SP\n\nHUMATE-P - antihemophilic factor/vwf (human) for inj 250-600 unit,\n500-1200 unit, 1000-2400 unit\n\nP SP\n\nicatibant acetate inj 30 mg/3ml (base equivalent) (Firazyr) np PA, QL (6 syringes/30 days), SP\nIDELVION - coagulation factor ix (recomb) (rix-fp) for inj 250 unit,\n\n500 unit, 1000 unit, 2000 unit, 3500 unit\nP PA, QL (1 box/30 days), SP\n\nIXINITY - coagulation factor ix (recombinant) for inj 250 unit, 500\nunit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nJIVI - antihemophil fact rcmb(bdd-rfviii peg-aucl) for inj 500 unit P PA, QL (1 vial/30 days), SP\nJIVI - antihemophil fact rcmb(bdd-rfviii peg-aucl)for inj 1000 unit,\n\n2000 unit, 3000 unit\nP PA, QL (1 vial/30 days), SP\n\nKOATE - antihemophilic factor (human) for inj 250 unit, 500 unit,\n1000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nKOATE-DVI - antihemophilic factor (human) for inj 500 unit, 1000\nunit\n\nP PA, QL (1 ml/30 days), SP\n\nKOGENATE FS - antihemophilic factor recomb (rfviii) for inj kit 250\nunit, 500 unit, 1000 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nKOVALTRY - antihemophilic factor recomb (rahf-pfm) for inj 250\nunit, 500 unit, 1000 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nNOVOEIGHT - antihemophilic fact rcmb (bd trunc-rfviii) for inj 250\nunit, 500 unit, 1000 unit, 1500 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nNOVOSEVEN RT - coagulation factor viia (recomb) for inj 1 mg\n(1000 mcg), 2 mg (2000 mcg), 5 mg (5000 mcg), 8 mg (8000 mcg)\n\nP PA, QL (1 ml/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 80\n\nDrug Name Drug Tier Requirements/Limits\nNUWIQ - antihemophilic factor rcmb (bdd-rfviii,sim) for inj 250 unit,\n\n500 unit\nP PA, QL (1 ml/30 days), SP\n\nNUWIQ - antihemophilic fact rcmb (bdd-rfviii,sim) for inj 1000 unit,\n1500 unit, 2000 unit, 2500 unit, 3000 unit, 4000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nNUWIQ - antihemophil fact rcmb (bdd-rfviii,sim) for inj kit 250 unit,\n500 unit\n\nP PA, QL (1 ml/30 days), SP\n\nNUWIQ - antihemophil fact rcmb(bdd-rfviii,sim) for inj kit 1000 unit,\n1500 unit, 2000 unit, 2500 unit, 3000 unit, 4000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nOBIZUR - antihemophilic factor (recomb porc) rpfviii for inj 500 unit P SP\npentoxifylline tab er 400 mg np\nprasugrel hcl tab 5 mg (base equiv), 10 mg (base equiv)\n\n(Effient)\nnp\n\nPROFILNINE - factor ix complex for inj 500 unit, 1000 unit, 1500 unit P PA, QL (1 ml/30 days), SP\nPYRUKYND - mitapivat sulfate tab 5 mg, 20 mg, 50 mg NP PA, QL (56 tablets/28 days), SP\nPYRUKYND TAPER PACK - mitapivat sulfate tab therapy pack 5 mg NP PA, QL (7 tablets/365 days), SP\nPYRUKYND TAPER PACK - mitapivat sulfate tab therapy pack 7 x\n\n20 mg & 7 x 5 mg, 7 x 50 mg & 7 x 20 mg\nNP PA, QL (14 tablets/365 days), SP\n\nREBINYN - coagulation factor ix recomb glycopegylated for inj 500\nunt, 1000 unt, 2000 unt\n\nP PA, QL (1 vial/30 days), SP\n\nRECOMBINATE - antihemophilic factor recomb (rfviii) for inj 220-400\nunit, 401-800 unit, 801-1240 unit, 1241-1800 unit, 1801-2400 unit\n\nP PA, QL (1 ml/30 days), SP\n\nRIASTAP - fibrinogen conc (human) inj approximately 1 gm\n(900-1300 mg)\n\nP PA, QL (1 gram/30 days), SP\n\nRIXUBIS - coagulation factor ix (recombinant) for inj 250 unit, 500\nunit, 1000 unit, 2000 unit, 3000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nRUCONEST - c1 esterase inhibitor (recombinant) for iv inj 2100 unit NP PA, QL (8 vials/30 days), SP\nSEVENFACT - coagulation factor viia (recom)-jncw for inj 1 mg\n\n(1000 mcg), 5 mg (5000 mcg)\nNP PA, QL (1 ml/30 days), SP\n\nTAKHZYRO - lanadelumab-flyo soln pref syringe 300 mg/2ml\n(150 mg/ml)\n\nP PA, QL (2 vials/28 days), SP\n\nTAKHZYRO - lanadelumab-flyo inj 300 mg/2ml (150 mg/ml) P PA, QL (2 vials/28 days), SP\nTAVALISSE - fostamatinib disodium tab 100 mg (base equivalent),\n\n150 mg (base equivalent)\nNP PA, QL (60 tablets/30 days), SP\n\nTRETTEN - coagulation factor xiii a-subunit for inj 2000-3125 unit P SP\nVONVENDI - von willebrand factor (recombinant) for inj 650 unit,\n\n1300 unit\nP SP\n\nWILATE - antihemophilic factor/vwf (human) for inj 500-500 unit kit P SP\nWILATE - antihemophilic factor/vwf (human) for inj 1000-1000 unit\n\nkit\nP SP\n\nXYNTHA - antihemophil fact rcmb (bdd-rfviii,mor) for inj kit 250 unit,\n500 unit\n\nP PA, QL (1 ml/30 days), SP\n\nXYNTHA - antihemophil fact rcmb(bdd-rfviii,mor) for inj kit 1000 unit,\n2000 unit\n\nP PA, QL (1 ml/30 days), SP\n\nXYNTHA SOLOFUSE - antihemophil fact rcmb (bdd-rfviii,mor) for inj\nkit 250 unit, 500 unit\n\nP PA, QL (1 ml/30 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 81\n\nDrug Name Drug Tier Requirements/Limits\nXYNTHA SOLOFUSE - antihemophil fact rcmb(bdd-rfviii,mor) for inj\n\nkit 1000 unit, 2000 unit, 3000 unit\nP PA, QL (1 ml/30 days), SP\n\nYOSPRALA - aspirin-omeprazole tab delayed release 81-40 mg,\n325-40 mg\n\nNP PA, QL (30 tablets/30 days)\n\nZONTIVITY - vorapaxar sulfate tab 2.08 mg (base equivalent) NP\n\nTOPICAL PRODUCTS\nOPHTHALMIC AGENTS\nALOCRIL - nedocromil sodium ophth soln 2% NP+\nALOMIDE - lodoxamide tromethamine ophth soln 0.1% NP+\nALREX - loteprednol etabonate ophth susp 0.2% NP\napraclonidine hcl ophth soln 0.5% (base equivalent) np\natropine sulfate ophth soln 1% (Atropine sulfate) np\nazelastine hcl ophth soln 0.05% p\nBACITRACIN - bacitracin ophth oint 500 unit/gm P\nbacitracin-polymyxin b ophth oint p\nbacitracin-polymyxin-neomycin-hc ophth oint 1% np\nbepotastine besilate ophth soln 1.5% (Bepreve) np+\nBESIVANCE - besifloxacin hcl ophth susp 0.6% (base equiv) P\nbetaxolol hcl ophth soln 0.5% np\nBETIMOL - timolol ophth soln 0.25%, 0.5% NP\nBETOPTIC-S - betaxolol hcl ophth susp 0.25% NP\nBLEPHAMIDE S.O.P. - sulfacetamide sodium-prednisolone ophth\n\noint 10-0.2%\nNP\n\nbrimonidine tartrate ophth soln 0.15% (Alphagan p) np PA, QL (5 ml/20 days)\nbrimonidine tartrate ophth soln 0.2% p\nbrimonidine tartrate-timolol maleate ophth soln 0.2-0.5%\n\n(Combigan)\nnp\n\nbrinzolamide ophth susp 1% (Azopt) np\nbromfenac sodium ophth soln 0.09% (base equiv) (once-daily) np\nBROMSITE - bromfenac sodium ophth soln 0.075% (base\n\nequivalent)\nNP\n\nCARTEOLOL HCL - carteolol hcl ophth soln 1% NP\nciprofloxacin hcl ophth soln 0.3% (base equivalent) p\ncromolyn sodium ophth soln 4% p\nCYCLOMYDRIL - cyclopentolate w/ phenylephrine ophth soln\n\n0.2-1%\nNP\n\ncyclopentolate hcl ophth soln 0.5%, 1% (Cyclogyl) p\ncyclopentolate hcl ophth soln 2% (Cyclogyl) np\nCYSTADROPS - cysteamine hcl ophth soln 0.37% (base equivalent) NP SP\nCYSTARAN - cysteamine hcl ophth soln 0.44% (base equivalent) NP SP\nDEXAMETHASONE SODIUM PHOS - dexamethasone sodium\n\nphosphate ophth soln 0.1%\nP\n\ndiclofenac sodium ophth soln 0.1% p\ndorzolamide hcl ophth soln 2% (Trusopt) p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 82\n\nDrug Name Drug Tier Requirements/Limits\ndorzolamide hcl-timolol maleate ophth soln 22.3-6.8 mg/ml\n\n(Cosopt)\np\n\ndorzolamide hcl-timolol maleate ophth sol 22.3-6.8 mg/ml pf\n(Cosopt pf)\n\nnp\n\nepinastine hcl ophth soln 0.05% np+\nerythromycin ophth oint 5 mg/gm p\nEYSUVIS - loteprednol etabonate ophth susp 0.25% P\nFLAREX - fluorometholone acetate ophth susp 0.1% NP\nfluorometholone ophth susp 0.1% (Fml liquifilm) np\nFLURBIPROFEN SODIUM - flurbiprofen sodium ophth soln 0.03% NP\ngatifloxacin ophth soln 0.5% (Zymaxid) np\nGENTAK - gentamicin sulfate ophth oint 0.3% NP\ngentamicin sulfate ophth soln 0.3% p\nILEVRO - nepafenac ophth susp 0.3% NP\nISOPTO ATROPINE - atropine sulfate ophth soln 1% NP\nketorolac tromethamine ophth soln 0.4% (Acular ls) np\nketorolac tromethamine ophth soln 0.5% (Acular) p\nlatanoprost ophth soln 0.005% (Xalatan) p QL (2.5 mls/20 days)\nLEVOBUNOLOL HCL - levobunolol hcl ophth soln 0.5% NP\nlevofloxacin ophth soln 0.5% np\nLOTEMAX - loteprednol etabonate ophth oint 0.5% P\nLOTEMAX SM - loteprednol etabonate ophth gel 0.38% P\nloteprednol etabonate ophth gel 0.5% (Lotemax) np\nloteprednol etabonate ophth susp 0.5% (Lotemax) np\nLUMIGAN - bimatoprost ophth soln 0.01% P QL (2.5 mls/20 days)\nMAXIDEX - dexamethasone ophth susp 0.1% NP\nmoxifloxacin hcl ophth soln 0.5% (base equiv) (Vigamox) np\nMOXIFLOXACIN HYDROCHLORID - moxifloxacin hcl ophth soln\n\n0.5% (base eq) (2 times daily)\nNP\n\nNATACYN - natamycin ophth susp 5% P\nneomycin-bacitrac zn-polymyx 5(3.5)mg-400unt-10000unt op\n\noin\nnp\n\nneomycin-polymyxin-dexamethasone ophth oint 0.1%\n(Maxitrol)\n\np\n\nneomycin-polymyxin-dexamethasone ophth susp 0.1%\n(Maxitrol)\n\np\n\nNEOMYCIN/POLYMYXIN/GRAMIC - neomycin-polymy-gramicid op\nsol 1.75-10000-0.025mg-unt-mg/ml\n\nNP\n\nNEOMYCIN/POLYMYXIN/HYDROC - neomycin-polymyxin-hc ophth\nsusp\n\nNP\n\nofloxacin ophth soln 0.3% (Ocuflox) p\nolopatadine hcl ophth soln 0.1% (base equivalent), 0.2% (base\n\nequivalent)\nnp+\n\nOXERVATE - cenegermin-bkbj ophth soln 0.002% (20 mcg/ml) NP PA, QL (56 vials/56 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 83\n\nDrug Name Drug Tier Requirements/Limits\nphenylephrine hcl ophth soln 2.5%, 10% np\npilocarpine hcl ophth soln 1%, 2%, 4% np\npolymyxin b-trimethoprim ophth soln 10000 unit/ml-0.1%\n\n(Polytrim)\np\n\nPRED-G - gentamicin-prednisolone ace ophth susp 0.3-1% NP\nPRED-G S.O.P. - gentamicin-prednisolone ace ophth oint 0.3-0.6% NP\nPREDNISOLONE ACETATE - prednisolone acetate ophth susp 1% P\nPREDNISOLONE SODIUM PHOSP - prednisolone sodium\n\nphosphate ophth soln 1%\nNP\n\nRESTASIS - cyclosporine (ophth) emulsion 0.05% np QL (60 vials/30 days)\nRHOPRESSA - netarsudil dimesylate ophth soln 0.02% NP QL (2.5 mls/20 days), ST\nROCKLATAN - netarsudil dimesylate-latanoprost ophth soln\n\n0.02-0.005%\nNP QL (2.5 mls/20 days), ST\n\nSIMBRINZA - brinzolamide-brimonidine tartrate ophth susp 1-0.2% P\nSULFACETAMIDE SODIUM - sulfacetamide sodium ophth oint 10% NP\nsulfacetamide sodium ophth soln 10% np\nSULFACETAMIDE SODIUM/PRED - sulfacetamide sodium-\n\nprednisolone ophth soln 10-0.23(0.25)%\nNP\n\ntetracaine hcl ophth soln 0.5% np\ntimolol maleate ophth gel forming soln 0.25%, 0.5% (Timoptic-\n\nxe)\nnp\n\ntimolol maleate ophth soln 0.25%, 0.5% (Timoptic) p\ntimolol maleate ophth soln 0.5% (once-daily) (Istalol) np\ntimolol maleate preservative free ophth soln 0.5% (Timoptic\n\nocudose)\nnp\n\nTIMOPTIC OCUDOSE - timolol maleate preservative free ophth\nsoln 0.25%\n\nNP\n\nTOBRADEX ST - tobramycin-dexamethasone ophth susp 0.3-0.05% NP\ntobramycin ophth soln 0.3% p QL (15 ml/30 days)\ntobramycin-dexamethasone ophth susp 0.3-0.1% (Tobradex) np\ntravoprost ophth soln 0.004% (benzalkonium free) (bak free)\n\n(Travatan z)\nnp QL (2.5 ml/20 days)\n\nTRIFLURIDINE - trifluridine ophth soln 1% P\nUPNEEQ - oxymetazoline hcl ophth soln 0.1% NP\nVERKAZIA - cyclosporine (ophth) emulsion 0.1% NP+ QL (120 vials/30 days)\nVUITY - pilocarpine hcl ophth soln 1.25% NP QL (2.5 mls/30 days)\nVYZULTA - latanoprostene bunod ophth soln 0.024% NP QL (5 mls/20 days)\nXIIDRA - lifitegrast ophth soln 5% P QL (60 packs/30 days)\nZERVIATE - cetirizine hcl ophth soln 0.24% (base equiv) NP+\nZYLET - loteprednol etabonate-tobramycin ophth susp 0.5-0.3% NP\n\nOTIC AGENTS\nacetic acid otic soln 2% np\nCETRAXAL - ciprofloxacin hcl otic soln 0.2% (base equivalent) NP\nCIPRO HC - ciprofloxacin-hydrocortisone otic susp 0.2-1% NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 84\n\nDrug Name Drug Tier Requirements/Limits\nCIPROFLOXACIN - ciprofloxacin hcl otic soln 0.2% (base\n\nequivalent)\nNP\n\nciprofloxacin-dexamethasone otic susp 0.3-0.1% (Ciprodex) np\nCIPROFLOXACIN/FLUOCINOLON - ciprofloxacin-fluocinolone\n\naceton (pf) otic soln 0.3-0.025%\nNP\n\nCORTISPORIN-TC - neomycin-colistin-hc-thonzonium otic susp\n3.3-3-10-0.5 mg/ml\n\nNP\n\nfluocinolone acetonide (otic) oil 0.01% (Dermotic) np\nhydrocortisone w/ acetic acid otic soln 1-2% np\nneomycin-polymyxin-hc otic soln 1% np\nneomycin-polymyxin-hc otic susp 3.5 mg/ml-10000 unit/ml-1% np\nofloxacin otic soln 0.3% np\nOTOVEL - ciprofloxacin-fluocinolone aceton (pf) otic soln\n\n0.3-0.025%\nNP\n\nMOUTH/THROAT/DENTAL AGENTS\ncevimeline hcl cap 30 mg (Evoxac) np\nchlorhexidine gluconate soln 0.12% (Peridex) p\nclotrimazole troche 10 mg np\nFLUORIDEX SENSITIVITY REL - sodium fluoride-potassium nitrate\n\npaste 1.1-5%\nNP\n\nFLUORIMAX 5000 SENSITIVE - sodium fluoride-potassium nitrate\npaste 1.1-5%\n\nNP\n\nlidocaine hcl viscous soln 2% p\nNAFRINSE DAILY/ACIDULATED - sodium fluoride-phosphoric acid\n\nfor soln 1 mg/5ml (f equiv)\nNP\n\nNAFRINSE DAILY/NEUTRAL - sodium fluoride for soln rinse 0.05% NP\nNAFRINSE WEEKLY - sodium fluoride for soln rinse 0.2% NP\nnystatin susp 100000 unit/ml np\nORAVIG - miconazole buccal tab 50 mg (mouth-throat) NP\npilocarpine hcl tab 5 mg, 7.5 mg (Salagen) np\nsodium fluoride cream 1.1% (Prevident 5000 plus) p AC\nsodium fluoride gel 1.1% (0.5% f) (Prevident fluoride) p AC\nsodium fluoride paste 1.1% (Prevident 5000 boost) p AC\nsodium fluoride rinse 0.2% (Prevident rinse) p AC\nsodium fluoride-potassium nitrate gel 1.1-5% (Prevident 5000\n\nsensi)\np AC\n\nstannous fluoride conc 0.63% p AC\nstannous fluoride gel 0.4% np AC\ntriamcinolone acetonide dental paste 0.1% np\nANORECTAL AGENTS\nANALPRAM-HC - hydrocortisone acetate w/ pramoxine perianal lotn\n\n2.5-1%\nNP\n\nCORTIFOAM - hydrocortisone acetate perianal foam 10% (90 mg/\ndose)\n\nP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 85\n\nDrug Name Drug Tier Requirements/Limits\nhydrocortisone acetate suppos 25 mg np\nhydrocortisone acetate w/ pramoxine perianal cream 1-1%\n\n(Analpram-hc)\nnp\n\nhydrocortisone enema 100 mg/60ml (Cortenema) np\nhydrocortisone perianal cream 1% (Proctocort) np\nhydrocortisone perianal cream 2.5% (Anusol-hc) np\nPROCTOFOAM HC - hydrocortisone acetate w/ pramoxine perianal\n\nfoam 1-1%\nNP\n\nRECTIV - nitroglycerin oint 0.4% NP\nUCERIS - budesonide rectal foam 2 mg/act NP\n\nDERMATOLOGICALS\nABSORICA LD - isotretinoin micronized cap 8 mg, 16 mg, 24 mg,\n\n32 mg\nP PA, QL (60 capsules/30 days)\n\nacitretin cap 10 mg, 17.5 mg, 25 mg np\nacyclovir cream 5% (Zovirax) np\nacyclovir oint 5% (Zovirax) np\nADAPALENE - adapalene soln 0.1% NP+\nADAPALENE - adapalene pads 0.1% NP+ PA, QL (28 pads/28 days)\nadapalene cream 0.1% (Differin) np+\nadapalene gel 0.1% np+\nadapalene gel 0.3% (Differin) np+\nadapalene-benzoyl peroxide gel 0.1-2.5% (Epiduo) np\nadapalene-benzoyl peroxide gel 0.3-2.5% (Epiduo forte) np+\nADBRY - tralokinumab-ldrm subcutaneous soln prefilled syr 150 mg/\n\nml\nP PA, QL (4 mls/28 days), SP\n\nAKLIEF - trifarotene cream 0.005% NP\nALA-SCALP - hydrocortisone lotion 2% NP PA\nalclometasone dipropionate cream 0.05% np\nalclometasone dipropionate oint 0.05% np\nALTABAX - retapamulin oint 1% NP\nALTRENO - tretinoin lotion 0.05% NP\nAMCINONIDE - amcinonide cream 0.1% NP QL (180 grams/90 days)\nAMCINONIDE - amcinonide lotion 0.1% NP QL (180 grams/90 days)\nAMCINONIDE - amcinonide oint 0.1% NP QL (180 grams/90 days)\nAMZEEQ - minocycline hcl micronized foam 4% NP\nAPEXICON E - diflorasone diacetate emollient base cream 0.05% NP QL (180 grams/90 days)\nazelaic acid gel 15% (Finacea) np\nAZELEX - azelaic acid cream 20% NP PA, QL (30 grams/30 days)\nbenzoyl peroxide-erythromycin gel 5-3% (Benzamycin) np\nBETAMETHASONE DIPROPIONAT - betamethasone dipropionate\n\naugmented gel 0.05%\nNP QL (180 grams/90 days)\n\nbetamethasone dipropionate augmented cream 0.05% p QL (180 grams/90 days)\nbetamethasone dipropionate augmented lotion 0.05% np QL (180 grams/90 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 86\n\nDrug Name Drug Tier Requirements/Limits\nbetamethasone dipropionate augmented oint 0.05% (Diprolene) np QL (180 grams/90 days)\nbetamethasone dipropionate cream 0.05% np QL (180 grams/90 days)\nbetamethasone dipropionate lotion 0.05% np QL (180 grams/90 days)\nbetamethasone dipropionate oint 0.05% np QL (180 grams/90 days)\nbetamethasone valerate aerosol foam 0.12% (Luxiq) np\nbetamethasone valerate cream 0.1% (base equivalent) np\nbetamethasone valerate lotion 0.1% (base equivalent) np\nbetamethasone valerate oint 0.1% (base equivalent) np\nbexarotene gel 1% (Targretin) np PA, SP\nBRYHALI - halobetasol propionate lotion 0.01% NP QL (200 grams/28 days)\nCALCIPOTRIENE - calcipotriene foam 0.005% NP PA, QL (120 grams/30 days)\ncalcipotriene cream 0.005% (Dovonex) np\ncalcipotriene oint 0.005% np\ncalcipotriene soln 0.005% (50 mcg/ml) np\nCALCITRIOL - calcitriol oint 3 mcg/gm NP\nCAPEX - fluocinolone acetonide shampoo 0.01% NP\nCARAC - fluorouracil cream 0.5% P QL (1 tube/180 days)\nCENTANY - mupirocin oint 2% NP\nciclopirox gel 0.77% np QL (180 grams/30 days)\nciclopirox olamine cream 0.77% (base equiv) (Loprox) np QL (180 grams/30 days)\nciclopirox olamine susp 0.77% (base equiv) (Loprox) np QL (180 mls/30 days)\nciclopirox shampoo 1% (Loprox shampoo) np\nciclopirox solution 8% (Penlac Nail Lacquer) np QL (6.6 mls/30 days)\nclindamycin phosph-benzoyl peroxide (refrig) gel 1.2 (1)-5% np\nclindamycin phosphate foam 1% (Evoclin) np\nclindamycin phosphate gel 1% (Clindagel) np\nclindamycin phosphate lotion 1% (Cleocin-t) np\nclindamycin phosphate soln 1% np QL (180 ml/30 days)\nclindamycin phosphate swab 1% np\nclindamycin phosphate-benzoyl peroxide gel 1-5% np\nclindamycin phosphate-benzoyl peroxide gel 1.2-2.5% (Acanya) np\nclindamycin phosphate-tretinoin gel 1.2-0.025% (Ziana) np\nclobetasol propionate cream 0.05% np QL (180 grams/90 days)\nclobetasol propionate emollient base cream 0.05% np\nclobetasol propionate emulsion foam 0.05% (Olux-e) np QL (180 grams/90 days)\nclobetasol propionate foam 0.05% (Olux) np QL (120 grams/28 days)\nclobetasol propionate gel 0.05% np\nclobetasol propionate lotion 0.05% (Clobex) np QL (180 grams/90 days)\nclobetasol propionate oint 0.05% np QL (180 grams/90 days)\nclobetasol propionate shampoo 0.05% (Clobex) np\nclobetasol propionate soln 0.05% np QL (180 grams/90 days)\nclobetasol propionate spray 0.05% (Clobex) np QL (180 grams/90 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 87\n\nDrug Name Drug Tier Requirements/Limits\nclocortolone pivalate cream 0.1% (Cloderm) np\nclotrimazole cream 1% np+\nclotrimazole soln 1% np+\nclotrimazole w/ betamethasone cream 1-0.05% np\nclotrimazole w/ betamethasone lotion 1-0.05% np\nCONDYLOX - podofilox gel 0.5% NP\nCORDRAN - flurandrenolide cream 0.025% NP\nCORDRAN - flurandrenolide oint 0.05% NP\nCORDRAN - flurandrenolide tape 4 mcg/sqcm NP QL (180 grams/90 days)\nCOSENTYX - secukinumab subcutaneous soln prefilled syringe\n\n75 mg/0.5ml, 150 mg/ml\nP PA, QL (1 syringe/28 days), SP\n\nCOSENTYX - secukinumab subcutaneous pref syr 150 mg/ml\n(300 mg dose)\n\nP PA, QL (2 syringes/28 days), SP\n\nCOSENTYX SENSOREADY PEN - secukinumab subcutaneous\nsoln auto-injector 150 mg/ml\n\nP PA, QL (1 pen/28 days), SP\n\nCOSENTYX SENSOREADY PEN - secukinumab subcutaneous\nauto-inj 150 mg/ml (300 mg dose)\n\nP PA, QL (2 pens/28 days), SP\n\nCROTAN - crotamiton lotion 10% NP\ndapsone gel 5%, 7.5% (Aczone) np\nDENAVIR - penciclovir cream 1% NP+ PA\ndesonide cream 0.05% (Desowen) np\ndesonide gel 0.05% np\ndesonide lotion 0.05% np\ndesonide oint 0.05% np\ndesoximetasone cream 0.05% (Topicort) np\ndesoximetasone cream 0.25% (Topicort) np QL (180 grams/90 days)\ndesoximetasone gel 0.05% (Topicort) np QL (180 grams/90 days)\ndesoximetasone oint 0.05% (Topicort) np\ndesoximetasone oint 0.25% (Topicort) np QL (180 grams/90 days)\ndesoximetasone spray 0.25% (Topicort) np QL (1 bottle/90 days)\nDICLOFENAC EPOLAMINE - diclofenac epolamine patch 1.3% NP\ndiclofenac sodium (actinic keratoses) gel 3% np QL (3 tubes/180 days)\ndiclofenac sodium gel 1% np+\ndiclofenac sodium soln 1.5% np\ndiclofenac sodium soln 2% (Pennsaid) np\nDIFFERIN - adapalene lotion 0.1% NP+\nDIFLORASONE DIACETATE - diflorasone diacetate cream 0.05% NP PA, QL (180 grams/90 days)\ndiflorasone diacetate oint 0.05% np PA, QL (180 grams/90 days)\nDOXEPIN HYDROCHLORIDE - doxepin hcl cream 5% NP PA, QL (45 grams/180 days)\nDUOBRII - halobetasol propionate-tazarotene lotion 0.01-0.045% NP QL (200 grams/28 days)\nDUPIXENT - dupilumab subcutaneous soln pen-injector\n\n200 mg/1.14ml, 300 mg/2ml\nP PA, QL (2 pens/28 days), SP\n\nDUPIXENT - dupilumab subcutaneous soln prefilled syringe\n100 mg/0.67ml, 200 mg/1.14ml, 300 mg/2ml\n\nP PA, QL (2 syringes/28 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 88\n\nDrug Name Drug Tier Requirements/Limits\neconazole nitrate cream 1% np QL (170 grams/30 days)\nECOZA - econazole nitrate foam 1% NP PA\nENSTILAR - calcipotriene-betamethasone dipropionate foam\n\n0.005-0.064%\nP QL (420 grams/28 days)\n\nERTACZO - sertaconazole nitrate cream 2% NP PA\nERY - erythromycin pads 2% NP\nerythromycin gel 2% (Erygel) np QL (180 grams/30 days)\nerythromycin soln 2% np QL (180 mls/30 days)\nEUCRISA - crisaborole oint 2% P\nEXELDERM - sulconazole nitrate solution 1% NP PA\nEXELDERM - sulconazole nitrate cream 1% NP PA\nFLECTOR - diclofenac epolamine patch 1.3% NP\nfluocinolone acetonide cream 0.01% np\nfluocinolone acetonide cream 0.025% (Synalar) np\nfluocinolone acetonide oil 0.01% (body oil) (Derma-smoothe/fs\n\nbod)\nnp\n\nfluocinolone acetonide oil 0.01% (scalp oil) (Derma-smoothe/fs\nsca)\n\nnp\n\nfluocinolone acetonide oint 0.025% (Synalar) np\nfluocinolone acetonide soln 0.01% (Synalar) np\nfluocinonide cream 0.05% np QL (180 grams/90 days)\nfluocinonide cream 0.1% (Vanos) np PA, QL (120 grams/180 days)\nfluocinonide emulsified base cream 0.05% np QL (180 grams/90 days)\nfluocinonide gel 0.05% np QL (180 grams/90 days)\nfluocinonide oint 0.05% np QL (180 grams/90 days)\nfluocinonide soln 0.05% np QL (180 grams/90 days)\nFLUOROURACIL - fluorouracil soln 2%, 5% NP\nFLUOROURACIL - fluorouracil cream 0.5% NP QL (1 tube/180 days)\nfluorouracil cream 5% (Efudex) np QL (240 grams/180 days)\nflurandrenolide cream 0.05% (Cordran) np\nflurandrenolide lotion 0.05% (Cordran) np PA\nfluticasone propionate cream 0.05% np\nfluticasone propionate lotion 0.05% np\nfluticasone propionate oint 0.005% np\ngentamicin sulfate cream 0.1% np QL (120 grams/90 days)\ngentamicin sulfate oint 0.1% np QL (120 grams/90 days)\nhalcinonide cream 0.1% (Halog) np QL (180 grams/90 days)\nHALOBETASOL PROPIONATE - halobetasol propionate foam\n\n0.05%\nNP PA, QL (180 grams/90 days)\n\nhalobetasol propionate cream 0.05% np QL (180 grams/90 days)\nhalobetasol propionate oint 0.05% np QL (180 grams/90 days)\nHALOG - halcinonide soln 0.1% NP PA, QL (120 grams/30 days)\nHALOG - halcinonide oint 0.1% NP QL (180 grams/90 days)\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 89\n\nDrug Name Drug Tier Requirements/Limits\nHYDROCORTISONE BUTYRATE - hydrocortisone butyrate soln\n\n0.1%\nNP\n\nHYDROCORTISONE BUTYRATE - hydrocortisone butyrate cream\n0.1%\n\nNP\n\nhydrocortisone butyrate hydrophilic lipo base cream 0.1%\n(Locoid lipocream)\n\nnp\n\nhydrocortisone butyrate lotion 0.1% (Locoid) np\nhydrocortisone butyrate oint 0.1% np\nhydrocortisone cream 1% np+\nhydrocortisone cream 2.5% p\nhydrocortisone lotion 2.5% np\nhydrocortisone oint 1% np+\nhydrocortisone oint 2.5% p\nhydrocortisone valerate cream 0.2% np\nhydrocortisone valerate oint 0.2% np\nimiquimod cream 3.75% (Zyclara) np QL (15 grams/180 days)\nimiquimod cream 3.75% (Zyclara) np QL (56 packets/180 days)\nimiquimod cream 5% np QL (48 packets/180 days)\nIMPEKLO - clobetasol propionate lotion 0.15 mg/act (0.05%) NP QL (180 grams/90 days)\nIMPOYZ - clobetasol propionate cream 0.025% NP QL (180 grams/30 days)\nisotretinoin cap 10 mg, 20 mg, 25 mg, 30 mg, 35 mg, 40 mg\n\n(Absorica)\nnp\n\nIVERMECTIN - ivermectin lotion 0.5% NP\nJUBLIA - efinaconazole soln 10% P+ QL (4 mls/30 days)\nketoconazole cream 2% np QL (180 grams/30 days)\nketoconazole foam 2% (Extina) np PA, QL (100 grams/30 days)\nketoconazole shampoo 2% p\nKLISYRI - tirbanibulin ointment 1% NP QL (1 box/180 days)\nlactic acid (ammonium lactate) cream 12% np+\nlactic acid (ammonium lactate) lotion 12% np+\nLEXETTE - halobetasol propionate foam 0.05% NP PA, QL (180 grams/90 days)\nLICART - diclofenac epolamine patch 24hr 1.3% NP\nlidocaine hcl soln 4% np QL (120 mls/30 days)\nlidocaine hcl urethral/mucosal gel prefilled syringe 2% np+\nlidocaine oint 5% np PA, QL (120 grams/30 days)\nlidocaine patch 5% (Lidoderm) np PA, QL (120 patches/30 days)\nlidocaine-prilocaine cream 2.5-2.5% np\nLIDOCAINE/TETRACAINE - lidocaine-tetracaine cream 7-7% NP PA, QL (100 grams/30 days)\nLINDANE - lindane shampoo 1% NP\nLULICONAZOLE - luliconazole cream 1% NP PA\nLUZU - luliconazole cream 1% NP PA\nmafenide acetate packet for topical soln 5% (50 gm)\n\n(Sulfamylon)\nnp\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 90\n\nDrug Name Drug Tier Requirements/Limits\nmalathion lotion 0.5% (Ovide) np\nMENTAX - butenafine hcl cream 1% NP+\nMETHOXSALEN - methoxsalen rapid cap 10 mg NP\nmetronidazole cream 0.75% (Metrocream) np\nmetronidazole gel 0.75% np\nmetronidazole gel 1% (Metrogel) np\nmetronidazole lotion 0.75% (Metrolotion) np\nMICONAZOLE NITRATE/ZINC O - miconazole-zinc oxide-white\n\npetrolatum oint 0.25-15-81.35%\nNP+\n\nMIRVASO - brimonidine tartrate gel 0.33% (base equivalent) NP\nmometasone furoate cream 0.1% np\nmometasone furoate oint 0.1% p QL (180 grams/90 days)\nmometasone furoate solution 0.1% (lotion) np\nmupirocin calcium cream 2% np PA\nmupirocin oint 2% p\nNAFTIFINE HCL - naftifine hcl cream 1% NP PA\nnaftifine hcl cream 2% np\nNAFTIN - naftifine hcl gel 1%, 2% NP PA\nNATROBA - spinosad susp 0.9% NP\nNEO-SYNALAR - neomycin sulfate-fluocinolone acetonide cream\n\n0.5-0.025%\nNP\n\nnystatin cream 100000 unit/gm p\nnystatin oint 100000 unit/gm p\nnystatin topical powder 100000 unit/gm np\nnystatin-triamcinolone cream 100000-0.1 unit/gm-% np\nnystatin-triamcinolone oint 100000-0.1 unit/gm-% np\nONEXTON - clindamycin phosphate-benzoyl peroxide gel\n\n1.2-3.75%\nP\n\nORACEA - doxycycline (rosacea) cap delayed release 40 mg P\noxiconazole nitrate cream 1% (Oxistat) np PA, QL (180 grams/30 days)\nOXISTAT - oxiconazole nitrate lotion 1% NP PA\nPANDEL - hydrocortisone probutate cream 0.1% NP PA, QL (80 grams/90 days)\nPANRETIN - alitretinoin gel 0.1% NP\npermethrin cream 5% np\npimecrolimus cream 1% (Elidel) np\nPLIAGLIS - lidocaine-tetracaine cream 7-7% NP PA, QL (100 grams/30 days)\npodofilox soln 0.5% np\nPREDNICARBATE - prednicarbate oint 0.1% NP\nPRUDOXIN - doxepin hcl cream 5% NP PA, QL (45 grams/180 days)\nQBREXZA - glycopyrronium tosylate pad 2.4% (base equivalent) NP PA, QL (30 pads/30 days)\nREGRANEX - becaplermin gel 0.01% NP PA, QL (4 tubes/365 days)\nSANTYL - collagenase oint 250 unit/gm NP\nselenium sulfide lotion 2.5% p\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 91\n\nDrug Name Drug Tier Requirements/Limits\nSERNIVO - betamethasone dipropionate spray emulsion 0.05%\n\n(base equiv)\nNP QL (2 bottles/28 days)\n\nsilver sulfadiazine cream 1% (Silvadene) p\nSKYRIZI - risankizumab-rzaa soln prefilled syringe 150 mg/ml P PA, QL (1 syringe/84 days), SP\nSKYRIZI - risankizumab-rzaa sol prefilled syringe 2 x 75 mg/0.83ml\n\nkit\nP PA, QL (1 box/84 days), SP\n\nSKYRIZI PEN - risankizumab-rzaa soln auto-injector 150 mg/ml P PA, QL (1 injection\ndevice/84 days), SP\n\nSOOLANTRA - ivermectin cream 1% np QL (45 grams/30 days)\nSORILUX - calcipotriene foam 0.005% NP PA, QL (120 grams/30 days)\nSPINOSAD - spinosad susp 0.9% NP\nSTELARA - ustekinumab soln prefilled syringe 45 mg/0.5ml, 90 mg/\n\nml\nP PA, QL (1 syringe/84 days), SP\n\nSTELARA - ustekinumab inj 45 mg/0.5ml P PA, QL (1 vial/84 days), SP\nSULCONAZOLE NITRATE - sulconazole nitrate solution 1% NP PA\nSULCONAZOLE NITRATE - sulconazole nitrate cream 1% NP PA\nsulfacetamide sodium lotion 10% (acne) (Klaron) np\nSULFAMYLON - mafenide acetate cream 85 mg/gm NP\nSYNERA - lidocaine-tetracaine topical patch 70-70 mg NP PA, QL (4 patches/28 days)\ntacrolimus oint 0.03%, 0.1% (Protopic) np\ntazarotene cream 0.1% (Tazorac) np\nTAZORAC - tazarotene cream 0.05% P\nTAZORAC - tazarotene gel 0.05%, 0.1% P\nTEXACORT - hydrocortisone soln 2.5% NP\nTREMFYA - guselkumab soln pen-injector 100 mg/ml P PA, QL (1 pen/56 days), SP\nTREMFYA - guselkumab soln prefilled syringe 100 mg/ml P PA, QL (1 syringe/56 days), SP\ntretinoin cream 0.025%, 0.05%, 0.1% (Retin-a) np\ntretinoin gel 0.01%, 0.025% (Retin-a) np\ntretinoin gel 0.05% (Atralin) np\ntretinoin microsphere gel 0.04%, 0.1% (Retin-a micro) np\ntriamcinolone acetonide aerosol soln 0.147 mg/gm (Kenalog) np PA, QL (180 grams/90 days)\ntriamcinolone acetonide cream 0.025%, 0.1%, 0.5% p\ntriamcinolone acetonide lotion 0.025%, 0.1% np\ntriamcinolone acetonide oint 0.025%, 0.1%, 0.5% p\ntriamcinolone acetonide oint 0.05% np\nULTRAVATE - halobetasol propionate lotion 0.05% NP QL (180 grams/90 days)\nVALCHLOR - mechlorethamine hcl gel 0.016% (base equivalent) P SP\nVECTICAL - calcitriol oint 3 mcg/gm NP\nVERDESO - desonide foam 0.05% NP\nVEREGEN - sinecatechins oint 15% NP\nVUSION - miconazole-zinc oxide-white petrolatum oint\n\n0.25-15-81.35%\nNP+\n\nWINLEVI - clascoterone cream 1% NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 92\n\nDrug Name Drug Tier Requirements/Limits\nXEPI - ozenoxacin cream 1% NP\nXERESE - acyclovir-hydrocortisone cream 5-1% NP+ PA, QL (5 grams/30 days)\nXOLEGEL - ketoconazole gel 2% NP PA, QL (120 grams/30 days)\nZILXI - minocycline hcl micronized foam 1.5% P\nZONALON - doxepin hcl cream 5% NP PA, QL (45 grams/180 days)\nZTLIDO - lidocaine patch 1.8% (36 mg) NP PA, QL (120 pads/30 days)\nZYCLARA PUMP - imiquimod cream 2.5% P QL (1 bottle/180 days)\n\nMISCELLANEOUS PRODUCTS\nANTIDOTES\nCHEMET - succimer cap 100 mg P\ndeferasirox granules packet 90 mg, 180 mg (Jadenu sprinkle) np PA, QL (30 packets/30 days), SP\ndeferasirox granules packet 360 mg (Jadenu sprinkle) np PA, QL (180 packets/30 days), SP\ndeferasirox tab for oral susp 125 mg, 250 mg (Exjade) np PA, QL (30 tablets/30 days), SP\ndeferasirox tab for oral susp 500 mg (Exjade) np PA, QL (90 tablets/30 days), SP\ndeferasirox tab 90 mg, 180 mg (Jadenu) np PA, QL (30 tablets/30 days), SP\ndeferasirox tab 360 mg (Jadenu) np PA, QL (180 tablets/30 days), SP\ndeferiprone tab 500 mg, 1000 mg (Ferriprox) np SP\nFERRIPROX - deferiprone oral soln 100 mg/ml NP SP\nFERRIPROX TWICE-A-DAY - deferiprone (twice daily) tab 1000 mg NP SP\nKLOXXADO - naloxone hcl nasal spray 8 mg/0.1ml P\nnaloxone hcl inj 0.4 mg/ml, 4 mg/10ml np\nnaloxone hcl nasal spray 4 mg/0.1ml (Narcan) np\nnaloxone hcl soln prefilled syringe 2 mg/2ml np\nNALOXONE HYDROCHLORIDE - naloxone hcl soln cartridge\n\n0.4 mg/ml\nNP\n\nnaltrexone hcl tab 50 mg np\nVISTOGARD - uridine triacetate oral granules packet 10 gm NP SP\nZIMHI - naloxone hcl soln prefilled syringe 5 mg/0.5ml NP\n\nDIAGNOSTIC PRODUCTS\nBINAXNOW COVID-19 AG CARD - covid-19 at home antigen test\n\nkit\nNP\n\nCARESTART COVID-19 ANTIGE - covid-19 at home antigen test kit NP\nCELLTRION DIATRUST COVID- - covid-19 at home antigen test kit NP\nCLEARDETECT COVID-19 ANTI - covid-19 at home antigen test kit NP\nCLINITEST RAPID COVID-19 - covid-19 at home antigen test kit NP\nCONTOUR BLOOD GLUCOSE TES - glucose blood test strip P QL (204 strips/30 days)\nCONTOUR NEXT BLOOD GLUCOS - glucose blood test strip P QL (204 strips/30 days)\nCOVID-19 AT-HOME TEST KIT - covid-19 at home antigen test kit NP\nCOVID-19 RAPID SELF TEST - covid-19 at home antigen test kit NP\nELLUME COVID-19 HOME TEST - covid-19 at home antigen test kit NP\nFLOWFLEX COVID-19 ANTIGEN - covid-19 at home antigen test kit NP\nIHEALTH COVID-19 ANTIGEN - covid-19 at home antigen test kit NP\nINDICAID COVID-19 RAPID A - covid-19 at home antigen test kit NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 93\n\nDrug Name Drug Tier Requirements/Limits\nINTELISWAB COVID-19 RAPID - covid-19 at home antigen test kit NP\nKETOSTIX - acetone (urine) test strip NP\nON/GO COVID-19 ANTIGEN SE - covid-19 at home antigen test kit NP\nON/GO ONE COVID-19 ANTIGE - covid-19 at home antigen test kit NP\nPILOT COVID-19 AT-HOME TE - covid-19 at home antigen test kit NP\nQUICKVUE AT-HOME COVID-19 - covid-19 at home antigen test kit NP\n\nMEDICAL DEVICES\nAEROCHAMBER MINI AEROSOL - spacer/aerosol-holding\n\nchambers - device\nP\n\nAEROCHAMBER MV - spacer/aerosol-holding chambers - device P\nAEROCHAMBER PLUS FLOW-VU - spacer/aerosol-holding\n\nchambers - device\nP\n\nAEROCHAMBER PLUS FLOW-VU/ - spacer/aerosol-holding\nchambers - device\n\nP\n\nAEROCHAMBER Z-STAT PLUS V - spacer/aerosol-holding\nchambers - device\n\nP\n\nAEROCHAMBER Z-STAT PLUS/F - spacer/aerosol-holding\nchambers - device\n\nP\n\nAEROCHAMBER Z-STAT PLUS/L - spacer/aerosol-holding\nchambers - device\n\nP\n\nAEROCHAMBER Z-STAT PLUS/M - spacer/aerosol-holding\nchambers - device\n\nP\n\nAEROCHAMBER Z-STAT PLUS/S - spacer/aerosol-holding\nchambers - device\n\nP\n\nAEROVENT PLUS HOLDING CHA - spacer/aerosol-holding\nchambers - device\n\nP\n\nBREATHE COMFORT ANTI-STAT - spacer/aerosol-holding\nchambers - device\n\nP\n\nBREATHE EASE/LARGE MASK - spacer/aerosol-holding chambers\n- device\n\nP\n\nBREATHE EASE/MEDIUM MASK - spacer/aerosol-holding\nchambers - device\n\nP\n\nBREATHE EASE/SMALL MASK - spacer/aerosol-holding chambers\n- device\n\nP\n\nCAYA - diaphragm arc-spring P AC\nCLEVER CHOICE ANTI-STATIC - spacer/aerosol-holding chambers\n\n- device\nP\n\nCOMPACT SPACE CHAMBER/ANT - spacer/aerosol-holding\nchambers - device\n\nP\n\nCONDOMS-MALE - VARIOUS P ACA\nCONTOUR HIGH CONTROL - blood glucose calibration - liquid -\n\nhigh\nP\n\nCONTOUR LOW CONTROL - blood glucose calibration - liquid - low P\nCONTOUR NEXT CONTROL LEVE - blood glucose calibration -\n\nliquid - normal, - low\nP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 94\n\nDrug Name Drug Tier Requirements/Limits\nCONTOUR NORMAL CONTROL - blood glucose calibration - liquid\n\n- normal\nP\n\nDEXCOM G6 RECEIVER - continuous blood glucose system\nreceiver\n\nP PA, QL (1 receiver/365 days)\n\nDEXCOM G6 SENSOR - continuous blood glucose system sensor P PA, QL (3 sensors/30 days)\nDEXCOM G6 TRANSMITTER - continuous blood glucose system\n\ntransmitter\nP PA, QL (1 box/90 days)\n\nEASIVENT - spacer/aerosol-holding chambers - device P\nEASIVENT/MASK-LARGE - spacer/aerosol-holding chambers -\n\ndevice\nP\n\nEASIVENT/MASK-MEDIUM - spacer/aerosol-holding chambers -\ndevice\n\nP\n\nEASIVENT/MASK-SMALL - spacer/aerosol-holding chambers -\ndevice\n\nP\n\nEQ SPACE CHAMBER ANTI-STA - spacer/aerosol-holding\nchambers - device\n\nP\n\nFC2 FEMALE CONDOM - condoms - female P AC\nFEMCAP - cervical cap 22 mm, 26 mm, 30 mm P AC\nFLEXICHAMBER - spacer/aerosol-holding chambers - device P\nFLEXICHAMBER ADULT MASK/S - spacer/aerosol-holding\n\nchamber supplies - masks\nP\n\nFLEXICHAMBER CHILD MASK/L - spacer/aerosol-holding chamber\nsupplies - masks\n\nP\n\nFLEXICHAMBER CHILD MASK/S - spacer/aerosol-holding chamber\nsupplies - masks\n\nP\n\nINSPIRACHAMBER/ANTI-STATI - spacer/aerosol-holding chambers\n- device\n\nP\n\nINSPIRACHAMBER/LARGE - spacer/aerosol-holding chambers -\ndevice\n\nP\n\nINSPIRACHAMBER/SOOTHERMAS - spacer/aerosol-holding\nchambers - device\n\nP\n\nINSPIREASE DRUG DELIVERY - spacer/aerosol-holding chambers\n- device\n\nP\n\nINSPIREASE RESERVOIR BAGS - spacer/aerosol-holding\nchamber supplies - bags\n\nP\n\nINSULIN PEN NEEDLES â€“ VARIOUS P QL (300 needles/30 days)\nINSULIN SYRINGES â€“ VARIOUS P QL (300 syringes/30 days)\nLANCETS â€“ VARIOUS P\nMASK VORTEX/CHILD/FROG - spacer/aerosol-holding chamber\n\nsupplies - masks\nP\n\nMASK VORTEX/TODDLER/LADY - spacer/aerosol-holding chamber\nsupplies - masks\n\nP\n\nMICROCHAMBER - spacer/aerosol-holding chambers - device P\nMICROSPACER - spacer/aerosol-holding chambers - device P\nMISC NEEDLES & SYRINGES â€“ VARIOUS P\nOMNIFLEX DIAPHRAGM - diaphragms P AC\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 95\n\nDrug Name Drug Tier Requirements/Limits\nOMNIPOD DASH INTRO KIT (G - insulin infusion disposable pump\n\nkit\nNP PA, QL (1 kit/720 days)\n\nOMNIPOD DASH PODS (GEN 4) - insulin infusion disposable pump\nsupplies\n\nNP PA, QL (30 pods/30 days)\n\nOMNIPOD 5 G6 INTRO KIT (G - insulin infusion disposable pump\nkit\n\nNP PA, QL (1 kit/720 days)\n\nOMNIPOD 5 G6 PODS (GEN 5) - insulin infusion disposable pump\nsupplies\n\nNP PA, QL (30 pods/30 days)\n\nOPTICHAMBER - spacer/aerosol-holding chambers - device P\nOPTICHAMBER DIAMOND - spacer/aerosol-holding chambers -\n\ndevice\nP\n\nOPTICHAMBER DIAMOND/LARGE - spacer/aerosol-holding\nchambers - device\n\nP\n\nOPTICHAMBER DIAMOND/MEDIU - spacer/aerosol-holding\nchambers - device\n\nP\n\nOPTICHAMBER DIAMOND/SMALL - spacer/aerosol-holding\nchambers - device\n\nP\n\nPANDA MASK LARGE - spacer/aerosol-holding chamber supplies -\nmasks\n\nP\n\nPANDA MASK MEDIUM - spacer/aerosol-holding chamber supplies\n- masks\n\nP\n\nPANDA MASK SMALL - spacer/aerosol-holding chamber supplies -\nmasks\n\nP\n\nPEDIATRIC PANDA MASK - spacer/aerosol-holding chamber\nsupplies - masks\n\nP\n\nPOCKET CHAMBER - spacer/aerosol-holding chambers - device P\nPOCKET SPACER - spacer/aerosol-holding chambers - device P\nPRO COMFORT INHALER SPACE - spacer/aerosol-holding\n\nchambers - device\nP\n\nPROCARE SPACER CHAMBER W/ - spacer/aerosol-holding\nchambers - device\n\nP\n\nPURE COMFORT INHALER SPAC - spacer/aerosol-holding\nchambers - device\n\nP\n\nRITEFLO - spacer/aerosol-holding chambers - device P\nVORTEX VALVED HOLDING CHA - spacer/aerosol-holding\n\nchambers - device\nP\n\nWIDE-SEAL SILICONE DIAPHR - diaphragm wide seal 60 mm, 65\nmm, 70 mm, 75 mm, 80 mm, 85 mm, 90 mm, 95 mm\n\nP AC\n\nASSORTED CLASSES\nASTAGRAF XL - tacrolimus cap er 24hr 0.5 mg, 1 mg, 5 mg NP\nazathioprine tab 50 mg (Imuran) np\nazathioprine tab 75 mg, 100 mg np\nBENLYSTA - belimumab subcutaneous solution auto-injector\n\n200 mg/ml\nNP PA, QL (4 syringes/28 days), SP\n\nBENLYSTA - belimumab subcutaneous solution prefilled syringe\n200 mg/ml\n\nNP PA, QL (4 syringes/28 days), SP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 96\n\nDrug Name Drug Tier Requirements/Limits\nCELLCEPT - mycophenolate mofetil cap 250 mg NP\nCELLCEPT - mycophenolate mofetil tab 500 mg NP\nCELLCEPT - mycophenolate mofetil for oral susp 200 mg/ml NP\ncyclosporine cap 25 mg, 100 mg (Sandimmune) np\ncyclosporine modified cap 25 mg, 100 mg (Neoral) np\ncyclosporine modified cap 50 mg np\ncyclosporine modified oral soln 100 mg/ml (Neoral) np\nENSPRYNG - satralizumab-mwge subcutaneous soln pref syringe\n\n120 mg/ml\nNP PA, QL (1 syringe/28 days), SP\n\nENVARSUS XR - tacrolimus tab er 24hr 0.75 mg, 1 mg, 4 mg NP\neverolimus tab 0.25 mg, 0.5 mg, 0.75 mg, 1 mg (Zortress) np\nIMURAN - azathioprine tab 50 mg NP\nlenalidomide cap 5 mg, 10 mg (Revlimid) np PA, QL (30 capsules/30 days), SP\nlenalidomide cap 15 mg, 25 mg (Revlimid) np PA, QL (21 capsules/28 days), SP\nLOKELMA - sodium zirconium cyclosilicate for susp packet 5 gm,\n\n10 gm\nP\n\nLUPKYNIS - voclosporin cap 7.9 mg NP PA, QL (180 capsules/30 days), SP\nmycophenolate mofetil cap 250 mg (Cellcept) np\nmycophenolate mofetil for oral susp 200 mg/ml (Cellcept) np\nmycophenolate mofetil tab 500 mg (Cellcept) np\nmycophenolate sodium tab dr 180 mg (mycophenolic acid\n\nequiv), 360 mg (mycophenolic acid equiv) (Myfortic)\nnp\n\nMYFORTIC - mycophenolate sodium tab dr 180 mg (mycophenolic\nacid equiv), 360 mg (mycophenolic acid equiv)\n\nNP\n\nNEORAL - cyclosporine modified cap 25 mg, 100 mg NP\nNEORAL - cyclosporine modified oral soln 100 mg/ml NP\npenicillamine cap 250 mg (Cuprimine) np PA, QL (480 capsules/30 days), SP\npenicillamine tab 250 mg (Depen titratabs) np SP\nPROGRAF - tacrolimus cap 0.5 mg, 1 mg, 5 mg NP\nPROGRAF - tacrolimus packet for susp 0.2 mg, 1 mg NP\nRAPAMUNE - sirolimus tab 0.5 mg, 1 mg, 2 mg NP\nRAPAMUNE - sirolimus oral soln 1 mg/ml NP\nRESET - digital therapy application P+ QL (1 package/365 days)\nRESET FOR IOS OR ANDROID - digital therapy application P+ QL (1 package/365 days)\nRESET NON-MONETARY CM - digital therapy application P+ QL (1 package/365 days)\nRESET-O - digital therapy application P+ QL (1 package/365 days)\nRESET-O FOR IOS OR ANDROI - digital therapy application P+ QL (1 package/365 days)\nRESET-O NON-MONETARY CM - digital therapy application P+ QL (1 package/365 days)\nREVLIMID - lenalidomide caps 2.5 mg P PA, QL (30 capsules/30 days), SP\nREVLIMID - lenalidomide cap 5 mg, 10 mg P PA, QL (30 capsules/30 days), SP\nREVLIMID - lenalidomide cap 15 mg, 20 mg, 25 mg P PA, QL (21 capsules/28 days), SP\nREZUROCK - belumosudil mesylate tab 200 mg NP SP\nSANDIMMUNE - cyclosporine cap 25 mg, 100 mg NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 97\n\nDrug Name Drug Tier Requirements/Limits\nSANDIMMUNE - cyclosporine oral soln 100 mg/ml NP\nsirolimus oral soln 1 mg/ml (Rapamune) np\nsirolimus tab 0.5 mg, 1 mg, 2 mg (Rapamune) np\nsodium polystyrene sulfonate powder np\nSPS - sodium polystyrene sulfonate oral susp 15 gm/60ml NP\ntacrolimus cap 0.5 mg, 1 mg, 5 mg (Prograf) np\nTHALOMID - thalidomide cap 50 mg, 100 mg P PA, QL (30 capsules/30 days), SP\nTHALOMID - thalidomide cap 150 mg, 200 mg P PA, QL (60 capsules/30 days), SP\ntrientine hcl cap 250 mg (Syprine) np SP\nVELTASSA - patiromer sorbitex calcium for susp packet 8.4 gm\n\n(base eq), 16.8 gm (base eq), 25.2 gm (base eq)\nP\n\nVIJOICE - alpelisib (pros) tab therapy pack 50 mg daily dose,\n125 mg daily dose\n\nNP PA, QL (28 tablets/28 days), SP\n\nVIJOICE - alpelisib (pros) pak 250 mg daily dose (200 mg & 50 mg\ntabs)\n\nNP PA, QL (56 tablets/28 days), SP\n\nZOKINVY - lonafarnib cap 50 mg, 75 mg P PA, QL (120 capsules/30 days), SP\nZORTRESS - everolimus tab 0.25 mg, 0.5 mg, 0.75 mg, 1 mg NP\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 98\n\nINDEX\n\nA\nabacavir sulfate-lamivudine tab 600-300 mg................... 4\nabacavir sulfate soln 20 mg/ml (base equiv)................... 4\nabacavir sulfate tab 300 mg (base equiv)........................ 4\nabiraterone acetate tab 250 mg.......................................12\nabiraterone acetate tab 500 mg.......................................12\nABSORICA LD.....................................................................85\nacamprosate calcium tab delayed release 333 mg....... 56\nacarbose tab 25 mg, 50 mg, 100 mg...............................23\nACCRUFER......................................................................... 76\nacebutolol hcl cap 200 mg, 400 mg................................31\nACETAMINOPHEN/CAFFEINE/DI......................................59\nacetaminophen w/ codeine soln 120-12 mg/5ml........... 59\nacetaminophen w/ codeine tab 300-15 mg.....................59\nacetaminophen w/ codeine tab 300-30 mg.....................59\nacetaminophen w/ codeine tab 300-60 mg.....................59\nacetazolamide cap er 12hr 500 mg................................. 35\nacetazolamide tab 125 mg, 250 mg.................................35\nacetic acid otic soln 2%................................................... 83\nacetylcysteine inhal soln 10%, 20%................................40\nacitretin cap 10 mg, 17.5 mg, 25 mg...............................85\nACTEMRA............................................................................61\nACTEMRA ACTPEN........................................................... 62\nACTHAR...............................................................................27\nACTHIB.................................................................................. 9\nACTIMMUNE....................................................................... 13\nacyclovir cap 200 mg..........................................................4\nacyclovir cream 5%...........................................................85\nacyclovir oint 5%...............................................................85\nacyclovir susp 200 mg/5ml................................................ 4\nacyclovir tab 400 mg, 800 mg............................................4\nADACEL...............................................................................11\nADAPALENE........................................................................85\nadapalene-benzoyl peroxide gel 0.1-2.5%......................85\nadapalene-benzoyl peroxide gel 0.3-2.5%......................85\nadapalene cream 0.1%......................................................85\nadapalene gel 0.1%........................................................... 85\nadapalene gel 0.3%........................................................... 85\nADBRY................................................................................. 85\nADDYI.................................................................................. 56\nadefovir dipivoxil tab 10 mg.............................................. 4\nADEMPAS............................................................................38\nADLARITY............................................................................56\nADVAIR DISKUS................................................................. 41\nADVAIR HFA........................................................................41\nADVATE................................................................................78\nADYNOVATE....................................................................... 78\nAEMCOLO............................................................................. 8\nAEROCHAMBER MINI AEROSOL.....................................93\nAEROCHAMBER MV..........................................................93\nAEROCHAMBER PLUS FLOW-VU....................................93\nAEROCHAMBER PLUS FLOW-VU/...................................93\nAEROCHAMBER Z-STAT PLUS/F..................................... 93\n\nAEROCHAMBER Z-STAT PLUS/L..................................... 93\nAEROCHAMBER Z-STAT PLUS/M.................................... 93\nAEROCHAMBER Z-STAT PLUS/S.....................................93\nAEROCHAMBER Z-STAT PLUS V.....................................93\nAEROVENT PLUS HOLDING CHA................................... 93\nAFLURIA QUADRIVALENT 2022.........................................9\nAFSTYLA............................................................................. 78\nAIMOVIG..............................................................................64\nAJOVY..................................................................................64\nAKLIEF................................................................................. 85\nALA-SCALP......................................................................... 85\nalbendazole tab 200 mg..................................................... 8\nalbuterol sulfate inhal aero 108 mcg/act (90mcg base\nequiv)................................................................................. 41\n\nalbuterol sulfate soln nebu 0.083% (2.5 mg/3ml).......... 41\nalbuterol sulfate soln nebu 0.5% (5 mg/ml)................... 41\nalbuterol sulfate soln nebu 0.63 mg/3ml (base equiv),\n1.25 mg/3ml (base equiv)............................................... 41\n\nalbuterol sulfate syrup 2 mg/5ml.................................... 41\nalbuterol sulfate tab 2 mg, 4 mg..................................... 41\nalclometasone dipropionate cream 0.05%.....................85\nalclometasone dipropionate oint 0.05%.........................85\nALDACTAZIDE.....................................................................35\nALECENSA.......................................................................... 13\nALENDRONATE SODIUM.................................................. 27\nalendronate sodium tab 10 mg........................................27\nalendronate sodium tab 35 mg........................................27\nalendronate sodium tab 70 mg........................................27\nalfuzosin hcl tab er 24hr 10 mg.......................................49\nALINIA.................................................................................... 8\naliskiren fumarate tab 150 mg (base equivalent), 300\nmg (base equivalent).......................................................33\n\nALKINDI SPRINKLE............................................................18\nallopurinol tab 100 mg, 300 mg.......................................66\nALLZITAL............................................................................. 58\nalmotriptan malate tab 6.25 mg, 12.5 mg....................... 64\nALOCRIL..............................................................................81\nALOMIDE............................................................................. 81\nALORA................................................................................. 20\nalosetron hcl tab 0.5 mg (base equiv), 1 mg (base\nequiv)................................................................................. 46\n\nALPHANATE........................................................................ 78\nALPHANINE SD.................................................................. 78\nALPRAZOLAM INTENSOL................................................. 49\nalprazolam orally disintegrating tab 0.25 mg, 0.5 mg, 1\nmg, 2 mg...........................................................................49\n\nalprazolam tab er 24hr 0.5 mg, 1 mg, 2 mg, 3 mg......... 49\nalprazolam tab 0.25 mg, 0.5 mg, 1 mg, 2 mg................. 49\nALPROLIX............................................................................78\nALREX..................................................................................81\nALTABAX..............................................................................85\nALTOPREV.......................................................................... 36\nALTRENO.............................................................................85\nALUNBRIG...........................................................................13\namantadine hcl cap 100 mg.............................................69\namantadine hcl soln 50 mg/5ml...................................... 69\namantadine hcl tab 100 mg..............................................69\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 99\n\nambrisentan tab 5 mg, 10 mg..........................................38\nAMCINONIDE...................................................................... 85\namiloride & hydrochlorothiazide tab 5-50 mg............... 35\namiloride hcl tab 5 mg......................................................35\naminocaproic acid oral soln 0.25 gm/ml........................ 78\naminocaproic acid tab 500 mg, 1000 mg....................... 78\namiodarone hcl tab 200 mg............................................. 33\namiodarone hcl tab 100 mg, 400 mg.............................. 33\namitriptyline hcl tab 10 mg, 25 mg, 50 mg.....................50\namitriptyline hcl tab 75 mg, 100 mg, 150 mg.................50\namlodipine besylate-atorvastatin calcium tab 2.5-10\nmg, 2.5-20 mg, 2.5-40 mg............................................... 38\n\namlodipine besylate-atorvastatin calcium tab 5-10 mg,\n5-20 mg, 5-40 mg, 5-80 mg, 10-10 mg, 10-20 mg, 10-40\nmg, 10-80 mg....................................................................38\n\namlodipine besylate-benazepril hcl cap 2.5-10 mg, 5-40\nmg...................................................................................... 33\n\namlodipine besylate-benazepril hcl cap 5-10 mg, 5-20\nmg, 10-20 mg, 10-40 mg................................................. 33\n\namlodipine besylate-olmesartan medoxomil tab 5-20\nmg, 5-40 mg, 10-20 mg, 10-40 mg................................. 33\n\namlodipine besylate tab 2.5 mg (base equivalent), 5 mg\n(base equivalent), 10 mg (base equivalent)................. 32\n\namlodipine besylate-valsartan tab 5-160 mg, 5-320 mg,\n10-160 mg, 10-320 mg.....................................................33\n\namlodipine-valsartan-hydrochlorothiazide tab\n5-160-12.5 mg, 5-160-25 mg, 10-160-12.5 mg,\n10-160-25 mg, 10-320-25 mg.......................................... 33\n\nAMOXICILLIN........................................................................ 1\nAMOXICILLIN/CLAVULANATE P......................................... 1\namoxicillin & k clavulanate for susp 200-28.5\nmg/5ml................................................................................. 1\n\namoxicillin & k clavulanate for susp 600-42.9\nmg/5ml................................................................................. 1\n\namoxicillin & k clavulanate for susp 250-62.5 mg/5ml,\n400-57 mg/5ml.................................................................... 1\n\namoxicillin & k clavulanate tab 250-125 mg.................... 1\namoxicillin & k clavulanate tab 500-125 mg.................... 1\namoxicillin & k clavulanate tab 875-125 mg.................... 1\namoxicillin (trihydrate) cap 250 mg, 500 mg....................1\namoxicillin (trihydrate) for susp 125 mg/5ml, 200\nmg/5ml, 250 mg/5ml, 400 mg/5ml....................................1\n\namoxicillin (trihydrate) tab 500 mg, 875 mg.................... 1\namphetamine-dextroamphetamine cap er 24hr 5 mg,\n10 mg, 15 mg, 20 mg, 25 mg, 30 mg............................. 54\n\namphetamine-dextroamphetamine tab 20 mg............... 54\namphetamine-dextroamphetamine tab 5 mg, 7.5 mg, 10\nmg, 12.5 mg, 15 mg, 30 mg............................................54\n\nAMPICILLIN........................................................................... 1\nAMZEEQ.............................................................................. 85\nanagrelide hcl cap 0.5 mg................................................78\nanagrelide hcl cap 1 mg...................................................78\nANALPRAM-HC...................................................................84\nanastrozole tab 1 mg........................................................ 13\nANDRODERM..................................................................... 20\nANGELIQ............................................................................. 20\nANORO ELLIPTA................................................................ 41\n\nANTARA............................................................................... 36\nANTIVERT............................................................................45\nANZEMET............................................................................ 45\nAPADAZ............................................................................... 59\nAPEXICON E.......................................................................85\nAPOKYN.............................................................................. 69\napomorphine hcl soln cartridge 30 mg/3ml...................69\napraclonidine hcl ophth soln 0.5% (base\nequivalent)........................................................................ 81\n\naprepitant capsule 40 mg.................................................46\naprepitant capsule 80 mg.................................................46\naprepitant capsule 125 mg...............................................46\naprepitant capsule therapy pack 80 & 125 mg.............. 46\nAPTIOM................................................................................66\nAPTIVUS................................................................................4\nARAKODA..............................................................................7\nARANESP ALBUMIN FREE............................................... 76\nARCALYST.......................................................................... 62\narformoterol tartrate soln nebu 15 mcg/2ml (base\nequiv)................................................................................. 41\n\nARIKAYCE............................................................................. 3\naripiprazole orally disintegrating tab 10 mg, 15 mg......52\naripiprazole oral solution 1 mg/ml.................................. 52\naripiprazole tab 2 mg, 5 mg.............................................52\naripiprazole tab 10 mg, 15 mg.........................................52\naripiprazole tab 20 mg, 30 mg.........................................52\narmodafinil tab 50 mg, 150 mg, 200 mg, 250 mg...........54\nARMOUR THYROID........................................................... 27\nARNUITY ELLIPTA..............................................................41\nasenapine maleate sl tab 2.5 mg (base equiv), 5 mg\n(base equiv), 10 mg (base equiv).................................. 52\n\nASMANEX HFA................................................................... 41\nASMANEX TWISTHALER 120 ME.....................................41\nASMANEX TWISTHALER 30 MET.................................... 41\nASMANEX TWISTHALER 60 MET.................................... 41\nASPIRIN/OMEPRAZOLE.................................................... 78\naspirin chew tab 81 mg....................................................58\naspirin-dipyridamole cap er 12hr 25-200 mg................. 78\naspirin tab delayed release 81 mg..................................58\nASPRUZYO SPRINKLE......................................................30\nASTAGRAF XL.................................................................... 95\nATABEX EC......................................................................... 71\nATABEX OB.........................................................................71\natazanavir sulfate cap 150 mg (base equiv).................... 4\natazanavir sulfate cap 200 mg (base equiv).................... 4\natazanavir sulfate cap 300 mg (base equiv).................... 4\natenolol & chlorthalidone tab 50-25 mg......................... 33\natenolol & chlorthalidone tab 100-25 mg....................... 33\natenolol tab 25 mg, 50 mg, 100 mg.................................31\natomoxetine hcl cap 60 mg (base equiv), 80 mg (base\nequiv), 100 mg (base equiv)...........................................54\n\natomoxetine hcl cap 10 mg (base equiv), 18 mg (base\nequiv), 25 mg (base equiv), 40 mg (base equiv).......... 54\n\natorvastatin calcium tab 10 mg (base equivalent), 20\nmg (base equivalent).......................................................36\n\natorvastatin calcium tab 40 mg (base equivalent), 80\nmg (base equivalent).......................................................36\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 100\n\natovaquone-proguanil hcl tab 62.5-25 mg, 250-100\nmg........................................................................................ 8\n\natovaquone susp 750 mg/5ml............................................8\natropine sulfate ophth soln 1%....................................... 81\nATROVENT HFA................................................................. 41\nAUBAGIO.............................................................................56\nAURYXIA..............................................................................46\nAUSTEDO............................................................................56\nAUVI-Q................................................................................. 36\nAVONEX...............................................................................56\nAVONEX PEN......................................................................56\nAYVAKIT...............................................................................13\nazathioprine tab 50 mg.....................................................95\nazathioprine tab 75 mg, 100 mg......................................95\nazelaic acid gel 15%......................................................... 85\nazelastine hcl-fluticasone prop nasal spray 137-50\nmcg/act..............................................................................40\n\nazelastine hcl nasal spray 0.1% (137 mcg/spray)..........40\nazelastine hcl nasal spray 0.15% (205.5 mcg/\nspray).................................................................................40\n\nazelastine hcl ophth soln 0.05%......................................81\nAZELEX................................................................................85\nAZITHROMYCIN....................................................................2\nazithromycin for susp 100 mg/5ml, 200 mg/5ml..............2\nazithromycin tab 600 mg....................................................2\nazithromycin tab 250 mg, 500 mg.....................................2\nB\n\nBACITRACIN....................................................................... 81\nbacitracin-polymyxin b ophth oint..................................81\nbacitracin-polymyxin-neomycin-hc ophth oint 1%....... 81\nBACLOFEN..........................................................................70\nbaclofen tab 10 mg........................................................... 70\nbaclofen tab 5 mg, 20 mg................................................ 70\nbalsalazide disodium cap 750 mg...................................46\nBALVERSA.......................................................................... 13\nBAQSIMI ONE PACK..........................................................23\nBAQSIMI TWO PACK......................................................... 23\nBARACLUDE......................................................................... 4\nBAXDELA...............................................................................3\nBD GLUCOSE..................................................................... 23\nBECONASE AQ.................................................................. 40\nBELBUCA............................................................................ 59\nBELSOMRA......................................................................... 53\nbenazepril & hydrochlorothiazide tab 10-12.5 mg,\n20-12.5 mg, 20-25 mg......................................................33\n\nBENAZEPRIL HCL/HYDROCHLOR...................................33\nbenazepril hcl tab 5 mg....................................................33\nbenazepril hcl tab 10 mg, 20 mg, 40 mg........................ 33\nBENEFIX..............................................................................78\nBENLYSTA...........................................................................95\nBENZHYDROCODONE/ACETAMINO................................59\nBENZNIDAZOLE................................................................... 8\nbenzonatate cap 150 mg.................................................. 40\nbenzonatate cap 100 mg, 200 mg................................... 40\nbenzoyl peroxide-erythromycin gel 5-3%.......................85\nbenztropine mesylate tab 0.5 mg, 1 mg, 2 mg...............69\n\nbepotastine besilate ophth soln 1.5%............................ 81\nBERINERT........................................................................... 78\nBESIVANCE.........................................................................81\nBESREMI............................................................................. 13\nbetaine powder for oral solution.....................................27\nBETAMETHASONE DIPROPIONAT...................................85\nbetamethasone dipropionate augmented cream\n0.05%................................................................................. 85\n\nbetamethasone dipropionate augmented lotion\n0.05%................................................................................. 85\n\nbetamethasone dipropionate augmented oint\n0.05%................................................................................. 86\n\nbetamethasone dipropionate cream 0.05%....................86\nbetamethasone dipropionate lotion 0.05%.................... 86\nbetamethasone dipropionate oint 0.05%........................86\nbetamethasone valerate aerosol foam 0.12%................86\nbetamethasone valerate cream 0.1% (base\nequivalent)........................................................................ 86\n\nbetamethasone valerate lotion 0.1% (base\nequivalent)........................................................................ 86\n\nbetamethasone valerate oint 0.1% (base\nequivalent)........................................................................ 86\n\nBETASERON....................................................................... 56\nbetaxolol hcl ophth soln 0.5%.........................................81\nbetaxolol hcl tab 10 mg, 20 mg.......................................31\nbethanechol chloride tab 5 mg, 10 mg, 25 mg, 50\nmg...................................................................................... 48\n\nBETIMOL..............................................................................81\nBETOPTIC-S........................................................................81\nbexarotene cap 75 mg...................................................... 13\nbexarotene gel 1%.............................................................86\nBEXSERO..............................................................................9\nbicalutamide tab 50 mg.................................................... 13\nBIKTARVY..............................................................................4\nBINAXNOW COVID-19 AG CARD..................................... 92\nBINOSTO............................................................................. 27\nbisoprolol & hydrochlorothiazide tab 5-6.25 mg...........34\nbisoprolol & hydrochlorothiazide tab 2.5-6.25 mg,\n10-6.25 mg........................................................................ 33\n\nbisoprolol fumarate tab 5 mg.......................................... 31\nbisoprolol fumarate tab 10 mg........................................ 31\nBLEPHAMIDE S.O.P........................................................... 81\nBONJESTA...........................................................................46\nBOOSTRIX...........................................................................11\nbosentan tab 62.5 mg, 125 mg........................................ 38\nBOSULIF..............................................................................13\nBRAFTOVI........................................................................... 13\nBREATHE COMFORT ANTI-STAT.....................................93\nBREATHE EASE/LARGE MASK........................................ 93\nBREATHE EASE/MEDIUM MASK......................................93\nBREATHE EASE/SMALL MASK.........................................93\nBREO ELLIPTA................................................................... 41\nBREXAFEMME......................................................................4\nBREZTRI AEROSPHERE...................................................41\nBRILINTA............................................................................. 78\nbrimonidine tartrate ophth soln 0.15%...........................81\nbrimonidine tartrate ophth soln 0.2%.............................81\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 101\n\nbrimonidine tartrate-timolol maleate ophth soln\n0.2-0.5%............................................................................. 81\n\nbrinzolamide ophth susp 1%...........................................81\nBRIVIACT.............................................................................66\nbromfenac sodium ophth soln 0.09% (base equiv)\n(once-daily)....................................................................... 81\n\nbromocriptine mesylate cap 5 mg (base\nequivalent)........................................................................ 69\n\nbromocriptine mesylate tab 2.5 mg (base\nequivalent)........................................................................ 69\n\nBROMSITE.......................................................................... 81\nBRONCHITOL......................................................................43\nBRONCHITOL TOLERANCE TEST................................... 43\nBRUKINSA...........................................................................13\nBRYHALI..............................................................................86\nbudesonide delayed release particles cap 3 mg...........18\nbudesonide inhalation susp 1 mg/2ml........................... 41\nbudesonide inhalation susp 0.25 mg/2ml, 0.5\nmg/2ml...............................................................................41\n\nbudesonide tab er 24hr 9 mg.......................................... 18\nbumetanide tab 0.5 mg.....................................................35\nbumetanide tab 1 mg, 2 mg.............................................35\nbuprenorphine hcl-naloxone hcl sl film 2-0.5 mg (base\nequiv), 4-1 mg (base equiv), 8-2 mg (base equiv), 12-3\nmg (base equiv)............................................................... 59\n\nbuprenorphine hcl-naloxone hcl sl tab 2-0.5 mg (base\nequiv), 8-2 mg (base equiv)............................................59\n\nbuprenorphine hcl sl tab 2 mg (base equiv), 8 mg\n(base equiv)......................................................................59\n\nbupropion hcl (smoking deterrent) tab er 12hr 150\nmg...................................................................................... 56\n\nbupropion hcl tab er 24hr 150 mg, 300 mg....................50\nbupropion hcl tab er 12hr 100 mg, 150 mg, 200 mg......50\nbupropion hcl tab 75 mg..................................................50\nbupropion hcl tab 100 mg................................................50\nbuspirone hcl tab 7.5 mg, 30 mg.................................... 49\nbuspirone hcl tab 5 mg, 10 mg, 15 mg...........................49\nbutalbital-acetaminophen-caffeine cap 50-300-40\nmg...................................................................................... 58\n\nbutalbital-acetaminophen-caffeine cap 50-325-40\nmg...................................................................................... 59\n\nbutalbital-acetaminophen-caffeine tab 50-325-40\nmg...................................................................................... 59\n\nbutalbital-acetaminophen-caff w/ cod cap 50-300-40-30\nmg...................................................................................... 59\n\nbutalbital-acetaminophen-caff w/ cod cap 50-325-40-30\nmg...................................................................................... 59\n\nbutalbital-acetaminophen cap 50-300 mg...................... 58\nbutalbital-acetaminophen tab 50-300 mg.......................58\nbutalbital-acetaminophen tab 50-325 mg.......................58\nbutalbital-aspirin-caffeine cap 50-325-40 mg.................59\nbutalbital-aspirin-caff w/ codeine cap 50-325-40-30\nmg...................................................................................... 59\n\nbutorphanol tartrate nasal soln 10 mg/ml......................59\nBYDUREON BCISE............................................................ 23\nBYLVAY................................................................................ 46\nBYLVAY (PELLETS)............................................................ 46\n\nC\ncabergoline tab 0.5 mg.....................................................27\nCABOMETYX.......................................................................13\ncaffeine citrate oral soln 60 mg/3ml (10 mg/ml base\nequiv)................................................................................. 54\n\nCALCIPOTRIENE................................................................86\ncalcipotriene cream 0.005%.............................................86\ncalcipotriene oint 0.005%................................................. 86\ncalcipotriene soln 0.005% (50 mcg/ml)...........................86\ncalcitonin (salmon) inj 200 unit/ml..................................27\ncalcitonin (salmon) nasal soln 200 unit/act................... 28\nCALCITRIOL........................................................................86\ncalcitriol cap 0.25 mcg..................................................... 28\ncalcitriol cap 0.5 mcg....................................................... 28\ncalcitriol oral soln 1 mcg/ml............................................ 28\ncalcium acetate (phosphate binder) cap 667 mg (169\nmg ca)................................................................................46\n\ncalcium acetate (phosphate binder) tab 667 mg........... 46\nCALQUENCE.......................................................................13\nCAMBIA................................................................................64\nCAMZYOS........................................................................... 38\ncandesartan cilexetil-hydrochlorothiazide tab 16-12.5\nmg, 32-12.5 mg, 32-25 mg.............................................. 34\n\ncandesartan cilexetil tab 4 mg, 8 mg, 16 mg, 32 mg.....34\ncapecitabine tab 150 mg, 500 mg................................... 13\nCAPEX................................................................................. 86\nCAPRELSA.......................................................................... 13\ncaptopril tab 12.5 mg, 25 mg, 50 mg, 100 mg................34\nCARAC.................................................................................86\ncarbamazepine cap er 12hr 100 mg, 200 mg, 300\nmg...................................................................................... 66\n\ncarbamazepine chew tab 100 mg....................................66\ncarbamazepine susp 100 mg/5ml....................................66\ncarbamazepine tab er 12hr 100 mg, 200 mg, 400\nmg...................................................................................... 66\n\ncarbamazepine tab 200 mg..............................................66\nCARBATROL....................................................................... 66\nCARBIDOPA/LEVODOPA ODT.......................................... 69\ncarbidopa & levodopa tab er 25-100 mg, 50-200 mg.....69\ncarbidopa & levodopa tab 10-100 mg.............................69\ncarbidopa & levodopa tab 25-100 mg.............................69\ncarbidopa & levodopa tab 25-250 mg.............................69\ncarbidopa-levodopa-entacapone tabs 12.5-50-200\nmg...................................................................................... 69\n\ncarbidopa-levodopa-entacapone tabs 18.75-75-200\nmg...................................................................................... 69\n\ncarbidopa-levodopa-entacapone tabs 31.25-125-200\nmg...................................................................................... 69\n\ncarbidopa-levodopa-entacapone tabs 37.5-150-200\nmg...................................................................................... 69\n\ncarbidopa-levodopa-entacapone tabs 25-100-200\nmg...................................................................................... 69\n\ncarbidopa-levodopa-entacapone tabs 50-200-200\nmg...................................................................................... 69\n\ncarbidopa tab 25 mg.........................................................69\nCARBINOXAMINE MALEATE............................................ 39\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 102\n\ncarbinoxamine maleate tab 4 mg....................................39\ncarbonyl iron susp 15 mg/1.25ml (elemental iron)........76\nCARDIZEM LA.....................................................................32\nCARDURA XL......................................................................49\nCARESTART COVID-19 ANTIGE...................................... 92\ncarglumic acid soluble tab 200 mg.................................28\nCAROSPIR.......................................................................... 35\nCARTEOLOL HCL...............................................................81\ncarvedilol phosphate cap er 24hr 10 mg, 20 mg, 40 mg,\n80 mg.................................................................................31\n\ncarvedilol tab 3.125 mg, 6.25 mg, 12.5 mg, 25 mg........ 31\nCAVERJECT........................................................................ 39\nCAVERJECT IMPULSE...................................................... 39\nCAYA.................................................................................... 93\nCAYSTON.............................................................................. 8\nCEFACLOR............................................................................1\nCEFACLOR ER..................................................................... 1\nCEFADROXIL........................................................................ 1\ncefadroxil cap 500 mg........................................................ 1\ncefadroxil for susp 250 mg/5ml, 500 mg/5ml...................1\ncefdinir cap 300 mg............................................................ 1\ncefdinir for susp 125 mg/5ml, 250 mg/5ml.......................1\ncefixime cap 400 mg...........................................................1\ncefixime for susp 100 mg/5ml........................................... 1\ncefixime for susp 200 mg/5ml........................................... 1\ncefpodoxime proxetil for susp 50 mg/5ml, 100\nmg/5ml................................................................................. 1\n\ncefpodoxime proxetil tab 100 mg, 200 mg.......................1\ncefprozil for susp 125 mg/5ml, 250 mg/5ml..................... 1\ncefprozil tab 250 mg, 500 mg............................................ 1\ncefuroxime axetil tab 250 mg, 500 mg..............................1\ncelecoxib cap 400 mg.......................................................62\ncelecoxib cap 50 mg, 100 mg, 200 mg........................... 62\nCELLCEPT...........................................................................96\nCELLTRION DIATRUST COVID-........................................92\nCELONTIN........................................................................... 66\nCENTANY............................................................................ 86\nCEPHALEXIN........................................................................ 1\ncephalexin cap 250 mg, 500 mg........................................2\ncephalexin for susp 125 mg/5ml, 250 mg/5ml................. 2\nCERDELGA......................................................................... 76\nCERVIDIL.............................................................................27\ncetirizine hcl oral soln 1 mg/ml (5 mg/5ml)....................39\nCETRAXAL.......................................................................... 83\ncevimeline hcl cap 30 mg................................................ 84\nCHEMET.............................................................................. 92\nCHENODAL......................................................................... 46\nCHLORDIAZEPOXIDE/AMITRIPT......................................56\nchlordiazepoxide hcl cap 5 mg, 10 mg, 25 mg.............. 49\nchlorhexidine gluconate soln 0.12%...............................84\nCHLOROQUINE PHOSPHATE............................................ 8\nchloroquine phosphate tab 250 mg..................................8\nchlorpromazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg,\n200 mg...............................................................................52\n\nchlorthalidone tab 25 mg, 50 mg.................................... 35\nchlorzoxazone tab 250 mg, 500 mg................................ 70\nchlorzoxazone tab 375 mg, 750 mg................................ 70\n\nCHOLBAM........................................................................... 46\ncholestyramine light powder 4 gm/dose........................36\ncholestyramine light powder packets 4 gm...................36\ncholestyramine powder 4 gm/dose.................................37\ncholestyramine powder packets 4 gm........................... 36\ncholine fenofibrate cap dr 45 mg (fenofibric acid\nequiv)................................................................................. 37\n\ncholine fenofibrate cap dr 135 mg (fenofibric acid\nequiv)................................................................................. 37\n\nCHORIONIC GONADOTROPIN.........................................28\nciclopirox gel 0.77%..........................................................86\nciclopirox olamine cream 0.77% (base equiv)...............86\nciclopirox olamine susp 0.77% (base equiv)................. 86\nciclopirox shampoo 1%....................................................86\nciclopirox solution 8%......................................................86\ncilostazol tab 50 mg, 100 mg...........................................78\nCIMDUO.................................................................................4\ncimetidine hcl soln 300 mg/5ml.......................................44\ncimetidine tab 200 mg, 300 mg, 400 mg, 800 mg.......... 44\nCIMZIA................................................................................. 46\nCIMZIA STARTER KIT........................................................47\ncinacalcet hcl tab 30 mg (base equiv), 60 mg (base\nequiv), 90 mg (base equiv).............................................28\n\nCIPRO.................................................................................... 3\nCIPROFLOXACIN................................................................84\nCIPROFLOXACIN/FLUOCINOLON....................................84\nciprofloxacin-dexamethasone otic susp 0.3-0.1%........ 84\nCIPROFLOXACIN HCL.........................................................3\nciprofloxacin hcl ophth soln 0.3% (base\nequivalent)........................................................................ 81\n\nciprofloxacin hcl tab 750 mg (base equiv).......................3\nciprofloxacin hcl tab 250 mg (base equiv), 500 mg\n(base equiv)........................................................................ 3\n\nCIPRO HC........................................................................... 83\nCITALOPRAM HYDROBROMIDE...................................... 50\ncitalopram hydrobromide oral soln 10 mg/5ml............. 50\ncitalopram hydrobromide tab 10 mg (base equiv), 20\nmg (base equiv), 40 mg (base equiv)............................50\n\nCITRANATAL ASSURE.......................................................71\nCITRANATAL B-CALM........................................................71\nCITRANATAL BLOOM.........................................................71\nCITRANATAL DHA.............................................................. 71\nCITRANATAL 90 DHA.........................................................71\nCITRANATAL HARMONY................................................... 71\nCLARINEX-D 12 HOUR......................................................40\nCLARITHROMYCIN...............................................................2\nclarithromycin tab er 24hr 500 mg....................................2\nclarithromycin tab 250 mg, 500 mg.................................. 2\nCLEARDETECT COVID-19 ANTI.......................................92\nCLEMASTINE FUMARATE.................................................39\nCLEVER CHOICE ANTI-STATIC........................................93\nCLIMARA PRO....................................................................20\nclindamycin hcl cap 75 mg, 150 mg, 300 mg...................8\nclindamycin palmitate hcl for soln 75 mg/5ml (base\nequiv)................................................................................... 8\n\nclindamycin phosphate-benzoyl peroxide gel\n1.2-2.5%............................................................................. 86\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 103\n\nclindamycin phosphate-benzoyl peroxide gel 1-5%..... 86\nclindamycin phosphate foam 1%....................................86\nclindamycin phosphate gel 1%....................................... 86\nclindamycin phosphate lotion 1%...................................86\nclindamycin phosphate soln 1%..................................... 86\nclindamycin phosphate swab 1%................................... 86\nclindamycin phosphate-tretinoin gel 1.2-0.025%.......... 86\nclindamycin phosphate vaginal cream 2%.................... 48\nclindamycin phosph-benzoyl peroxide (refrig) gel 1.2\n(1)-5%.................................................................................86\n\nCLINDESSE.........................................................................48\nCLINITEST RAPID COVID-19............................................92\nclobazam suspension 2.5 mg/ml.....................................66\nclobazam tab 10 mg, 20 mg.............................................66\nclobetasol propionate cream 0.05%............................... 86\nclobetasol propionate emollient base cream 0.05%..... 86\nclobetasol propionate emulsion foam 0.05%................ 86\nclobetasol propionate foam 0.05%................................. 86\nclobetasol propionate gel 0.05%.....................................86\nclobetasol propionate lotion 0.05%................................ 86\nclobetasol propionate oint 0.05%................................... 86\nclobetasol propionate shampoo 0.05%..........................86\nclobetasol propionate soln 0.05%...................................86\nclobetasol propionate spray 0.05%................................ 86\nclocortolone pivalate cream 0.1%...................................87\nCLOMID............................................................................... 28\nCLOMIPHENE CITRATE.................................................... 28\nclomipramine hcl cap 25 mg, 50 mg, 75 mg.................. 50\nclonazepam orally disintegrating tab 0.125 mg, 0.25\nmg, 0.5 mg, 1 mg, 2 mg..................................................66\n\nclonazepam tab 0.5 mg, 1 mg, 2 mg...............................66\nclonidine hcl tab er 12hr 0.1 mg..................................... 54\nclonidine hcl tab 0.1 mg, 0.2 mg, 0.3 mg....................... 34\nclonidine td patch weekly 0.1 mg/24hr...........................34\nclonidine td patch weekly 0.2 mg/24hr...........................34\nclonidine td patch weekly 0.3 mg/24hr...........................34\nclopidogrel bisulfate tab 75 mg (base equiv)................ 78\nclorazepate dipotassium tab 7.5 mg...............................49\nclorazepate dipotassium tab 3.75 mg, 15 mg................ 49\nclotrimazole cream 1%..................................................... 87\nclotrimazole soln 1%.........................................................87\nclotrimazole troche 10 mg............................................... 84\nclotrimazole w/ betamethasone cream 1-0.05%............ 87\nclotrimazole w/ betamethasone lotion 1-0.05%............. 87\nCLOZAPINE ODT................................................................52\nclozapine orally disintegrating tab 25 mg......................52\nclozapine orally disintegrating tab 100 mg....................52\nclozapine tab 25 mg..........................................................52\nclozapine tab 50 mg..........................................................52\nclozapine tab 100 mg........................................................52\nclozapine tab 200 mg........................................................52\nC-NATE DHA....................................................................... 71\nCOAGADEX.........................................................................79\nCOARTEM............................................................................. 8\nCODEINE SULFATE........................................................... 59\ncodeine sulfate tab 30 mg................................................59\nCOLCHICINE.......................................................................66\n\ncolchicine tab 0.6 mg....................................................... 66\ncolchicine w/ probenecid tab 0.5-500 mg.......................66\ncolesevelam hcl packet for susp 3.75 gm......................37\ncolesevelam hcl tab 625 mg............................................ 37\ncolestipol hcl granule packets 5 gm...............................37\ncolestipol hcl granules 5 gm........................................... 37\ncolestipol hcl tab 1 gm.....................................................37\nCOMBIPATCH......................................................................20\nCOMBIVENT RESPIMAT....................................................42\nCOMETRIQ..........................................................................13\nCOMIRNATY..........................................................................9\nCOMPACT SPACE CHAMBER/ANT..................................93\nCOMPLERA........................................................................... 5\nCOMPLETE NATAL DHA....................................................71\nCOMPLETENATE................................................................71\nCO-NATAL FA......................................................................71\nCONCEPT DHA.................................................................. 72\nCONCEPT OB.....................................................................72\nCONDOMS.......................................................................... 93\nCONDYLOX.........................................................................87\nCONJUPRI...........................................................................32\nCONTOUR BLOOD GLUCOSE TES................................. 92\nCONTOUR HIGH CONTROL............................................. 93\nCONTOUR LOW CONTROL.............................................. 93\nCONTOUR NEXT BLOOD GLUCOS................................. 92\nCONTOUR NEXT CONTROL LEVE.................................. 93\nCONTOUR NORMAL CONTROL.......................................94\nCONZIP................................................................................59\nCOPIKTRA...........................................................................13\nCORDRAN........................................................................... 87\nCORIFACT........................................................................... 79\nCORLANOR.........................................................................38\nCORTIFOAM........................................................................84\nCORTISPORIN-TC..............................................................84\nCOSENTYX......................................................................... 87\nCOSENTYX SENSOREADY PEN......................................87\nCOTELLIC............................................................................13\nCOVID-19 AT-HOME TEST KIT......................................... 92\nCOVID-19 RAPID SELF TEST...........................................92\nCREON................................................................................ 46\nCRESEMBA........................................................................... 4\ncromolyn sodium ophth soln 4%....................................81\ncromolyn sodium oral conc 100 mg/5ml........................47\ncromolyn sodium soln nebu 20 mg/2ml.........................42\nCROTAN.............................................................................. 87\nCVS GLUCOSE...................................................................23\nCVS GLUCOSE BITS......................................................... 23\nCVS SOFT GLUCOSE........................................................23\ncyanocobalamin inj 1000 mcg/ml....................................76\ncyclobenzaprine hcl cap er 24hr 15 mg, 30 mg.............70\ncyclobenzaprine hcl tab 7.5 mg...................................... 70\ncyclobenzaprine hcl tab 5 mg, 10 mg.............................70\nCYCLOMYDRIL................................................................... 81\ncyclopentolate hcl ophth soln 2%...................................81\ncyclopentolate hcl ophth soln 0.5%, 1%........................ 81\nCYCLOPHOSPHAMIDE......................................................13\ncyclophosphamide cap 25 mg, 50 mg............................13\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 104\n\nCYCLOSERINE..................................................................... 3\nCYCLOSET..........................................................................23\ncyclosporine cap 25 mg, 100 mg.................................... 96\ncyclosporine modified cap 50 mg...................................96\ncyclosporine modified cap 25 mg, 100 mg.................... 96\ncyclosporine modified oral soln 100 mg/ml...................96\ncyproheptadine hcl syrup 2 mg/5ml............................... 39\ncyproheptadine hcl tab 4 mg...........................................39\nCYSTADROPS.....................................................................81\nCYSTAGON......................................................................... 49\nCYSTARAN..........................................................................81\n\nD\ndabigatran etexilate mesylate cap 75 mg (etexilate\nbase eq), 150 mg (etexilate base eq)............................ 77\n\ndalfampridine tab er 12hr 10 mg.....................................56\nDALIRESP........................................................................... 42\ndanazol cap 50 mg, 100 mg, 200 mg.............................. 20\ndantrolene sodium cap 25 mg.........................................70\ndantrolene sodium cap 50 mg, 100 mg.......................... 70\ndapsone gel 5%, 7.5%...................................................... 87\ndapsone tab 25 mg, 100 mg.............................................. 8\nDAPTACEL.......................................................................... 11\nDARTISLA ODT...................................................................44\nDAURISMO..........................................................................13\ndeferasirox granules packet 360 mg.............................. 92\ndeferasirox granules packet 90 mg, 180 mg..................92\ndeferasirox tab for oral susp 500 mg............................. 92\ndeferasirox tab for oral susp 125 mg, 250 mg...............92\ndeferasirox tab 360 mg.....................................................92\ndeferasirox tab 90 mg, 180 mg........................................92\ndeferiprone tab 500 mg, 1000 mg................................... 92\nDELESTROGEN..................................................................20\nDELSTRIGO.......................................................................... 5\ndemeclocycline hcl tab 150 mg, 300 mg.......................... 2\nDENAVIR..............................................................................87\nDEPO-ESTRADIOL............................................................. 20\nDEPO-SUBQ PROVERA 104.............................................21\nDESCOVY..............................................................................5\ndesipramine hcl tab 10 mg, 25 mg..................................50\ndesipramine hcl tab 50 mg, 75 mg, 100 mg, 150 mg.....50\nDESLORATADINE ODT......................................................39\ndesloratadine tab 5 mg.....................................................39\ndesmopressin acetate inj 4 mcg/ml................................28\ndesmopressin acetate nasal spray soln 0.01%\n(refrigerated), 0.01%........................................................ 28\n\ndesmopressin acetate preservative free (pf) inj 4 mcg/\nml........................................................................................28\n\ndesmopressin acetate tab 0.1 mg, 0.2 mg..................... 28\ndesogest-eth estrad & eth estrad tab 0.15-0.02/0.01\nmg(21/5).............................................................................21\n\ndesogestrel & ethinyl estradiol tab 0.15 mg-30\nmcg.................................................................................... 21\n\ndesonide cream 0.05%......................................................87\ndesonide gel 0.05%........................................................... 87\ndesonide lotion 0.05%...................................................... 87\ndesonide oint 0.05%..........................................................87\n\ndesoximetasone cream 0.05%.........................................87\ndesoximetasone cream 0.25%.........................................87\ndesoximetasone gel 0.05%.............................................. 87\ndesoximetasone oint 0.05%.............................................87\ndesoximetasone oint 0.25%.............................................87\ndesoximetasone spray 0.25%..........................................87\nDESVENLAFAXINE ER...................................................... 50\ndesvenlafaxine succinate tab er 24hr 25 mg (base\nequiv), 50 mg (base equiv), 100 mg (base equiv)........ 50\n\nDEXABLISS......................................................................... 18\nDEXAMETHASONE............................................................ 18\nDEXAMETHASONE 10-DAY DOSE...................................19\nDEXAMETHASONE 13-DAY DOSE...................................19\ndexamethasone elixir 0.5 mg/5ml................................... 19\nDEXAMETHASONE INTENSOL.........................................19\nDEXAMETHASONE SODIUM PHOS.................................81\ndexamethasone tab 1.5 mg, 4 mg, 6 mg........................ 19\ndexamethasone tab therapy pack 1.5 mg (21)...............19\nDEXCOM G6 RECEIVER................................................... 94\nDEXCOM G6 SENSOR...................................................... 94\nDEXCOM G6 TRANSMITTER............................................94\nDEX4 GLUCOSE.................................................................23\nDEXILANT............................................................................44\ndexmethylphenidate hcl cap er 24 hr 5 mg, 10 mg, 15\nmg, 20 mg, 25 mg, 30 mg, 35 mg, 40 mg......................54\n\ndexmethylphenidate hcl tab 10 mg.................................54\ndexmethylphenidate hcl tab 2.5 mg, 5 mg..................... 54\nDEX4 QUICK DISSOLVE GLUCO..................................... 23\ndextroamphetamine sulfate cap er 24hr 5 mg...............54\ndextroamphetamine sulfate cap er 24hr 10 mg, 15\nmg...................................................................................... 54\n\ndextroamphetamine sulfate oral solution 5 mg/5ml..... 54\ndextroamphetamine sulfate tab 5 mg.............................54\ndextroamphetamine sulfate tab 10 mg...........................54\nDIACOMIT............................................................................66\nDIASTAT ACUDIAL............................................................. 66\nDIASTAT PEDIATRIC..........................................................66\ndiazepam conc 5 mg/ml................................................... 49\ndiazepam oral soln 1 mg/ml.............................................49\nDIAZEPAM RECTAL GEL...................................................66\ndiazepam tab 2 mg, 5 mg, 10 mg....................................49\ndiazoxide susp 50 mg/ml................................................. 23\nDICLOFENAC......................................................................62\nDICLOFENAC EPOLAMINE............................................... 87\ndiclofenac potassium cap 25 mg.................................... 62\ndiclofenac potassium tab 25 mg.....................................62\ndiclofenac potassium tab 50 mg.....................................62\ndiclofenac sodium (actinic keratoses) gel 3%...............87\ndiclofenac sodium gel 1%................................................87\ndiclofenac sodium ophth soln 0.1%............................... 81\ndiclofenac sodium soln 1.5%...........................................87\ndiclofenac sodium soln 2%..............................................87\ndiclofenac sodium tab delayed release 25 mg.............. 62\ndiclofenac sodium tab delayed release 50 mg, 75\nmg...................................................................................... 62\n\ndiclofenac sodium tab er 24hr 100 mg...........................62\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 105\n\ndiclofenac w/ misoprostol tab delayed release 50-0.2\nmg...................................................................................... 62\n\ndiclofenac w/ misoprostol tab delayed release 75-0.2\nmg...................................................................................... 62\n\ndicloxacillin sodium cap 250 mg, 500 mg........................1\ndicyclomine hcl cap 10 mg..............................................44\ndicyclomine hcl oral soln 10 mg/5ml..............................44\ndicyclomine hcl tab 20 mg...............................................44\nDIFFERIN.............................................................................87\nDIFICID.................................................................................. 2\nDIFLORASONE DIACETATE..............................................87\ndiflorasone diacetate oint 0.05%.....................................87\ndiflunisal tab 500 mg........................................................ 59\nDIGOXIN.............................................................................. 30\ndigoxin oral soln 0.05 mg/ml........................................... 30\ndigoxin tab 62.5 mcg (0.0625 mg)...................................30\ndigoxin tab 125 mcg (0.125 mg), 250 mcg (0.25 mg).....30\ndihydroergotamine mesylate inj 1 mg/ml.......................64\ndihydroergotamine mesylate nasal spray 4 mg/ml.......64\nDILANTIN.............................................................................66\nDILANTIN-125..................................................................... 66\nDILANTIN INFATABS.......................................................... 66\ndiltiazem hcl cap er 12hr 60 mg, 90 mg, 120 mg........... 32\ndiltiazem hcl cap er 24hr 120 mg, 180 mg, 240 mg....... 32\ndiltiazem hcl coated beads cap er 24hr 120 mg, 180\nmg...................................................................................... 32\n\ndiltiazem hcl coated beads cap er 24hr 240 mg, 300\nmg, 360 mg.......................................................................32\n\ndiltiazem hcl coated beads tab er 24hr 180 mg, 240 mg,\n300 mg, 360 mg, 420 mg................................................ 32\n\ndiltiazem hcl extended release beads cap er 24hr 120\nmg, 180 mg.......................................................................32\n\ndiltiazem hcl extended release beads cap er 24hr 240\nmg, 300 mg, 360 mg, 420 mg.........................................32\n\ndiltiazem hcl tab 90 mg.................................................... 32\ndiltiazem hcl tab 120 mg.................................................. 32\ndiltiazem hcl tab 30 mg, 60 mg....................................... 32\ndimethyl fumarate capsule delayed release 120 mg.....56\ndimethyl fumarate capsule delayed release 240 mg.....56\ndimethyl fumarate capsule dr starter pack 120 mg &\n240 mg...............................................................................56\n\nDIPENTUM.......................................................................... 47\ndiphenhydramine hcl elixir 12.5 mg/5ml........................ 39\nDIPHENOXYLATE/ATROPINE........................................... 44\ndiphenoxylate w/ atropine tab 2.5-0.025 mg.................. 44\nDIPHTHERIA/TETANUS TOXOID...................................... 11\ndipyridamole tab 25 mg, 50 mg, 75 mg.......................... 79\ndisopyramide phosphate cap 100 mg, 150 mg..............33\ndisulfiram tab 250 mg, 500 mg........................................56\nDIURIL..................................................................................36\ndivalproex sodium cap delayed release sprinkle 125\nmg...................................................................................... 66\n\ndivalproex sodium tab delayed release 125 mg, 250\nmg, 500 mg.......................................................................66\n\ndivalproex sodium tab er 24 hr 250 mg, 500 mg........... 66\nDIVIGEL............................................................................... 20\n\ndofetilide cap 125 mcg (0.125 mg), 250 mcg (0.25 mg),\n500 mcg (0.5 mg).............................................................33\n\nDOJOLVI.............................................................................. 76\ndonepezil hydrochloride orally disintegrating tab 5 mg,\n10 mg.................................................................................56\n\ndonepezil hydrochloride tab 23 mg................................ 56\ndonepezil hydrochloride tab 5 mg, 10 mg..................... 56\nDOPTELET.......................................................................... 76\nDORAL.................................................................................54\ndorzolamide hcl ophth soln 2%.......................................81\ndorzolamide hcl-timolol maleate ophth sol 22.3-6.8 mg/\nml pf...................................................................................82\n\ndorzolamide hcl-timolol maleate ophth soln 22.3-6.8\nmg/ml................................................................................. 82\n\nDOVATO.................................................................................5\ndoxazosin mesylate tab 1 mg, 2 mg, 4 mg, 8 mg.......... 34\ndoxepin hcl cap 10 mg.....................................................50\ndoxepin hcl cap 25 mg, 50 mg, 75 mg, 100 mg, 150\nmg...................................................................................... 50\n\ndoxepin hcl conc 10 mg/ml..............................................50\nDOXEPIN HYDROCHLORIDE........................................... 87\ndoxercalciferol cap 0.5 mcg, 1 mcg, 2.5 mcg................ 28\ndoxycycline hyclate cap 50 mg.........................................2\ndoxycycline hyclate cap 100 mg.......................................2\nDOXYCYCLINE HYCLATE DR.............................................2\ndoxycycline hyclate tab delayed release 50 mg, 200\nmg........................................................................................ 2\n\ndoxycycline hyclate tab delayed release 75 mg, 100\nmg, 150 mg.........................................................................2\n\ndoxycycline hyclate tab 100 mg........................................2\ndoxycycline hyclate tab 20 mg, 50 mg............................. 2\ndoxycycline hyclate tab 75 mg, 150 mg........................... 2\ndoxycycline monohydrate cap 50 mg, 100 mg................2\ndoxycycline monohydrate cap 75 mg, 150 mg................2\ndoxycycline monohydrate for susp 25 mg/5ml............... 2\ndoxycycline monohydrate tab 100 mg............................. 2\ndoxycycline monohydrate tab 50 mg, 75 mg, 150\nmg........................................................................................ 2\n\ndoxylamine-pyridoxine tab delayed release 10-10\nmg...................................................................................... 46\n\ndronabinol cap 2.5 mg......................................................46\ndronabinol cap 5 mg, 10 mg............................................46\ndrospirenone-ethinyl estradiol tab 3-0.02 mg................21\ndrospirenone-ethinyl estradiol tab 3-0.03 mg................21\ndrospirenone-ethinyl estrad-levomefolate tab\n3-0.02-0.451 mg................................................................ 21\n\ndrospirenone-ethinyl estrad-levomefolate tab\n3-0.03-0.451 mg................................................................ 21\n\nDROXIA................................................................................76\ndroxidopa cap 100 mg......................................................36\ndroxidopa cap 200 mg, 300 mg.......................................36\nDRUG MART GLUCOSE....................................................23\nDUAVEE...............................................................................21\nDUET DHA 400...................................................................72\nDUET DHA BALANCED..................................................... 72\nDULERA...............................................................................42\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 106\n\nduloxetine hcl enteric coated pellets cap 40 mg (base\neq)...................................................................................... 50\n\nduloxetine hcl enteric coated pellets cap 20 mg (base\neq), 30 mg (base eq), 60 mg (base eq)......................... 50\n\nDUOBRII.............................................................................. 87\nDUOPA.................................................................................69\nDUPIXENT........................................................................... 87\nDURLAZA............................................................................ 79\ndutasteride cap 0.5 mg.....................................................49\ndutasteride-tamsulosin hcl cap 0.5-0.4 mg....................49\nDUTOPROL......................................................................... 34\nDXEVO 11-DAY................................................................... 19\n\nE\nEASIVENT........................................................................... 94\nEASIVENT/MASK-LARGE.................................................. 94\nEASIVENT/MASK-MEDIUM................................................94\nEASIVENT/MASK-SMALL...................................................94\neconazole nitrate cream 1%.............................................88\nECOZA.................................................................................88\nEDARBI................................................................................34\nEDARBYCLOR.................................................................... 34\nEDEX....................................................................................39\nEDLUAR...............................................................................54\nEDURANT..............................................................................5\nE.E.S. 400..............................................................................2\nefavirenz cap 50 mg............................................................5\nefavirenz cap 200 mg..........................................................5\nefavirenz-emtricitabine-tenofovir df tab 600-200-300\nmg........................................................................................ 5\n\nefavirenz-lamivudine-tenofovir df tab 400-300-300\nmg........................................................................................ 5\n\nefavirenz-lamivudine-tenofovir df tab 600-300-300\nmg........................................................................................ 5\n\nefavirenz tab 600 mg.......................................................... 5\nELESTRIN............................................................................21\neletriptan hydrobromide tab 20 mg (base equivalent),\n40 mg (base equivalent)................................................. 65\n\nELIGARD..............................................................................13\nELIQUIS............................................................................... 77\nELIQUIS STARTER PACK..................................................77\nELITE-OB.............................................................................72\nELIXOPHYLLIN................................................................... 42\nELLA.....................................................................................21\nELLUME COVID-19 HOME TEST......................................92\nELMIRON.............................................................................49\nELOCTATE...........................................................................79\nELYXYB................................................................................65\nEMCYT.................................................................................13\nEMEND................................................................................ 46\nEMFLAZA.............................................................................19\nEMGALITY........................................................................... 65\nEMPAVELI............................................................................79\nEMSAM................................................................................ 50\nemtricitabine caps 200 mg.................................................5\nemtricitabine-tenofovir disoproxil fumarate tab\n200-300 mg......................................................................... 5\n\nemtricitabine-tenofovir disoproxil fumarate tab\n100-150 mg, 133-200 mg, 167-250 mg.............................5\n\nEMTRIVA................................................................................5\nEMVERM................................................................................8\nenalapril maleate & hydrochlorothiazide tab 5-12.5\nmg...................................................................................... 34\n\nenalapril maleate & hydrochlorothiazide tab 10-25\nmg...................................................................................... 34\n\nenalapril maleate oral soln 1 mg/ml................................34\nenalapril maleate tab 2.5 mg, 5 mg, 10 mg, 20 mg........ 34\nENBRACE HR..................................................................... 72\nENBREL...............................................................................62\nENBREL MINI......................................................................62\nENBREL SURECLICK........................................................ 62\nENCARE.............................................................................. 48\nENDARI................................................................................76\nENDOMETRIN.....................................................................48\nENGERIX-B........................................................................... 9\nenoxaparin sodium inj 300 mg/3ml.................................77\nenoxaparin sodium inj soln pref syr 30 mg/0.3ml, 40\nmg/0.4ml, 60 mg/0.6ml, 80 mg/0.8ml, 100 mg/ml, 120\nmg/0.8ml, 150 mg/ml....................................................... 77\n\nENSPRYNG......................................................................... 96\nENSTILAR............................................................................88\nentacapone tab 200 mg.................................................... 69\nentecavir tab 0.5 mg, 1 mg................................................ 5\nENTRESTO..........................................................................38\nENVARSUS XR................................................................... 96\nEPCLUSA...............................................................................5\nEPIDIOLEX.......................................................................... 67\nepinastine hcl ophth soln 0.05%.....................................82\nepinephrine solution auto-injector 0.15 mg/0.3ml\n(1:2000)..............................................................................36\n\nepinephrine solution auto-injector 0.3 mg/0.3ml\n(1:1000)..............................................................................36\n\nEPIVIR HBV...........................................................................5\neplerenone tab 25 mg, 50 mg..........................................34\nEPOGEN..............................................................................76\nEQ SPACE CHAMBER ANTI-STA..................................... 94\nEQUETRO........................................................................... 52\nergocalciferol cap 1.25 mg (50000 unit)......................... 71\nERGOMAR...........................................................................65\nergotamine w/ caffeine tab 1-100 mg..............................65\nERIVEDGE...........................................................................13\nERLEADA............................................................................ 14\nerlotinib hcl tab 25 mg (base equivalent).......................14\nerlotinib hcl tab 100 mg (base equivalent), 150 mg\n(base equivalent)............................................................. 14\n\nERTACZO............................................................................ 88\nERY...................................................................................... 88\nERYTHROCIN STEARATE...................................................2\nERYTHROMYCIN..................................................................2\nERYTHROMYCIN ETHYLSUCCINA.................................... 2\nerythromycin ethylsuccinate for susp 200 mg/5ml.........2\nerythromycin ethylsuccinate for susp 400 mg/5ml.........2\nerythromycin gel 2%.........................................................88\nerythromycin ophth oint 5 mg/gm.................................. 82\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 107\n\nerythromycin soln 2%.......................................................88\nerythromycin tab delayed release 250 mg, 333 mg, 500\nmg........................................................................................ 2\n\nerythromycin tab 250 mg, 500 mg.................................... 2\nESBRIET..............................................................................43\nescitalopram oxalate soln 5 mg/5ml (base equiv).........50\nescitalopram oxalate tab 5 mg (base equiv), 10 mg\n(base equiv), 20 mg (base equiv).................................. 50\n\nesomeprazole magnesium cap delayed release 20 mg\n(base eq), 40 mg (base eq).............................................44\n\nesomeprazole magnesium for delayed release susp\npacket 10 mg, 20 mg, 40 mg..........................................45\n\nESOMEPRAZOLE STRONTIUM........................................45\nESPEROCT......................................................................... 79\nestazolam tab 1 mg, 2 mg................................................54\nestradiol & norethindrone acetate tab 0.5-0.1 mg.........21\nestradiol & norethindrone acetate tab 1-0.5 mg............21\nestradiol tab 0.5 mg, 1 mg, 2 mg.................................... 21\nestradiol td patch twice weekly 0.025 mg/24hr,\n0.0375 mg/24hr, 0.05 mg/24hr, 0.075 mg/24hr, 0.1\nmg/24hr..............................................................................21\n\nestradiol td patch weekly 0.025 mg/24hr, 0.0375\nmg/24hr (37.5 mcg/24hr), 0.05 mg/24hr, 0.06 mg/24hr,\n0.075 mg/24hr, 0.1 mg/24hr............................................ 21\n\nestradiol vaginal cream 0.1 mg/gm.................................48\nestradiol vaginal tab 10 mcg........................................... 48\nestradiol valerate im in oil 20 mg/ml, 40 mg/ml.............21\nESTRING............................................................................. 48\nESTROGEL..........................................................................21\neszopiclone tab 1 mg, 2 mg, 3 mg..................................54\nethacrynic acid tab 25 mg................................................36\nethambutol hcl tab 100 mg................................................ 3\nethambutol hcl tab 400 mg................................................ 3\nethosuximide cap 250 mg................................................67\nethosuximide soln 250 mg/5ml........................................67\nethynodiol diacetate & ethinyl estradiol tab 1 mg-35\nmcg.................................................................................... 21\n\nethynodiol diacetate & ethinyl estradiol tab 1 mg-50\nmcg.................................................................................... 22\n\netodolac cap 200 mg, 300 mg..........................................62\netodolac tab er 24hr 400 mg, 500 mg, 600 mg...............62\netodolac tab 400 mg......................................................... 62\netodolac tab 500 mg......................................................... 62\nETOPOSIDE........................................................................ 14\netravirine tab 100 mg, 200 mg...........................................5\nEUCRISA............................................................................. 88\nEULEXIN..............................................................................14\nEVAMIST..............................................................................21\neverolimus tab for oral susp 3 mg..................................14\neverolimus tab for oral susp 2 mg, 5 mg....................... 14\neverolimus tab 2.5 mg, 5 mg, 7.5 mg, 10 mg................. 14\neverolimus tab 0.25 mg, 0.5 mg, 0.75 mg, 1 mg............ 96\nEVOTAZ................................................................................. 5\nEVRYSDI..............................................................................70\nEXELDERM......................................................................... 88\nexemestane tab 25 mg..................................................... 14\nEXKIVITY............................................................................. 14\n\nEXSERVAN..........................................................................70\nEYSUVIS..............................................................................82\nEZETIMIBE/ROSUVASTATIN............................................. 37\nezetimibe-simvastatin tab 10-10 mg, 10-20 mg, 10-40\nmg, 10-80 mg....................................................................37\n\nezetimibe tab 10 mg..........................................................37\nF\n\nfamciclovir tab 125 mg, 250 mg, 500 mg..........................5\nfamotidine for susp 40 mg/5ml........................................45\nfamotidine tab 20 mg........................................................45\nfamotidine tab 40 mg........................................................45\nFANAPT............................................................................... 52\nFANAPT TITRATION PACK................................................52\nFARXIGA..............................................................................23\nFASENRA PEN....................................................................42\nFC2 FEMALE CONDOM.....................................................94\nfebuxostat tab 40 mg, 80 mg...........................................66\nFEIBA................................................................................... 79\nfelbamate susp 600 mg/5ml.............................................67\nfelbamate tab 400 mg, 600 mg........................................ 67\nfelodipine tab er 24hr 2.5 mg, 5 mg, 10 mg................... 32\nFEMCAP.............................................................................. 94\nFENOFIBRATE.................................................................... 37\nFENOFIBRATE MICRONIZED........................................... 37\nfenofibrate micronized cap 43 mg.................................. 37\nfenofibrate micronized cap 67 mg, 134 mg....................37\nfenofibrate micronized cap 130 mg, 200 mg..................37\nfenofibrate tab 40 mg....................................................... 37\nfenofibrate tab 48 mg....................................................... 37\nfenofibrate tab 54 mg....................................................... 37\nfenofibrate tab 120 mg..................................................... 37\nfenofibrate tab 145 mg..................................................... 37\nfenofibrate tab 160 mg..................................................... 37\nFENOFIBRIC ACID............................................................. 37\nFENOPROFEN CALCIUM.................................................. 62\nfenoprofen calcium cap 400 mg......................................62\nfenoprofen calcium tab 600 mg.......................................62\nFENORTHO......................................................................... 62\nFENTANYL CITRATE..........................................................59\nfentanyl citrate lozenge on a handle 200 mcg, 400 mcg,\n600 mcg, 800 mcg, 1200 mcg, 1600 mcg......................59\n\nfentanyl td patch 72hr 12 mcg/hr, 25 mcg/hr, 37.5 mcg/\nhr, 50 mcg/hr, 62.5 mcg/hr, 75 mcg/hr, 87.5 mcg/hr,\n100 mcg/hr........................................................................ 59\n\nFENTORA............................................................................ 60\nFERRIPROX........................................................................ 92\nFERRIPROX TWICE-A-DAY...............................................92\nFERROUS SULFATE.......................................................... 76\nferrous sulfate elixir 220 mg/5ml (44 mg/5ml elemental\nfe)....................................................................................... 76\n\nferrous sulfate soln 75 mg/ml (15 mg/ml elemental\nfe)....................................................................................... 76\n\nferrous sulfate syrup 300 mg/5ml (60 mg/5ml elemental\nfe)....................................................................................... 76\n\nFETZIMA..............................................................................50\nFETZIMA TITRATION PACK.............................................. 50\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 108\n\nFIASP................................................................................... 25\nFIASP FLEXTOUCH........................................................... 25\nFIASP PENFILL...................................................................25\nFIBRICOR............................................................................ 37\nFIBRYGA..............................................................................79\nfinasteride tab 5 mg..........................................................49\nFINTEPLA............................................................................ 67\nFIRDAPSE........................................................................... 71\nFIRVANQ................................................................................8\nFLAREX............................................................................... 82\nflecainide acetate tab 50 mg, 100 mg, 150 mg...............33\nFLECTOR.............................................................................88\nFLEQSUVY.......................................................................... 70\nFLEXICHAMBER.................................................................94\nFLEXICHAMBER ADULT MASK/S.....................................94\nFLEXICHAMBER CHILD MASK/L......................................94\nFLEXICHAMBER CHILD MASK/S..................................... 94\nFLOLIPID............................................................................. 37\nFLORIVA.............................................................................. 75\nFLOVENT DISKUS..............................................................42\nFLOVENT HFA.................................................................... 42\nFLOWFLEX COVID-19 ANTIGEN......................................92\nFLUAD QUADRIVALENT 2022-2......................................... 9\nFLUARIX QUADRIVALENT 2022.........................................9\nFLUBLOK QUADRIVALENT 2022........................................9\nFLUCELVAX QUADRIVALENT 20........................................9\nfluconazole for susp 10 mg/ml, 40 mg/ml........................ 4\nfluconazole tab 50 mg, 100 mg, 150 mg, 200 mg............ 4\nflucytosine cap 250 mg, 500 mg....................................... 4\nfludrocortisone acetate tab 0.1 mg.................................19\nFLULAVAL QUADRIVALENT 202.........................................9\nFLUMIST QUADRIVALENT.................................................. 9\nflunisolide nasal soln 25 mcg/act (0.025%)....................40\nfluocinolone acetonide cream 0.01%..............................88\nfluocinolone acetonide cream 0.025%............................88\nfluocinolone acetonide oil 0.01% (body oil)...................88\nfluocinolone acetonide oil 0.01% (scalp oil)..................88\nfluocinolone acetonide oint 0.025%................................88\nfluocinolone acetonide (otic) oil 0.01%.......................... 84\nfluocinolone acetonide soln 0.01%.................................88\nfluocinonide cream 0.05%................................................88\nfluocinonide cream 0.1%..................................................88\nfluocinonide emulsified base cream 0.05%................... 88\nfluocinonide gel 0.05%..................................................... 88\nfluocinonide oint 0.05%....................................................88\nfluocinonide soln 0.05%................................................... 88\nFLUORIDEX SENSITIVITY REL........................................ 84\nFLUORIMAX 5000 SENSITIVE.......................................... 84\nfluorometholone ophth susp 0.1%..................................82\nFLUOROURACIL.................................................................88\nfluorouracil cream 5%.......................................................88\nFLUOXETINE DR................................................................50\nfluoxetine hcl cap 10 mg, 20 mg, 40 mg........................ 51\nfluoxetine hcl solution 20 mg/5ml...................................51\nfluoxetine hcl tab 60 mg...................................................51\nfluoxetine hcl tab 10 mg, 20 mg......................................51\nFLUOXETINE HYDROCHLORIDE.....................................56\n\nFLUPHENAZINE HCL.........................................................52\nfluphenazine hcl tab 1 mg, 2.5 mg, 5 mg, 10 mg........... 52\nFLUPHENAZINE HYDROCHLORID.................................. 52\nflurandrenolide cream 0.05%...........................................88\nflurandrenolide lotion 0.05%............................................88\nFLURAZEPAM HCL............................................................ 54\nFLURBIPROFEN................................................................. 62\nFLURBIPROFEN SODIUM................................................. 82\nflurbiprofen tab 100 mg....................................................62\nFLUTAMIDE......................................................................... 14\nFLUTICASONE PROPIONATE/SA.....................................42\nfluticasone propionate cream 0.05%.............................. 88\nfluticasone propionate lotion 0.05%............................... 88\nfluticasone propionate nasal susp 50 mcg/act..............40\nfluticasone propionate oint 0.005%................................ 88\nfluvastatin sodium cap 20 mg (base equivalent), 40 mg\n(base equivalent)............................................................. 37\n\nfluvastatin sodium tab er 24 hr 80 mg (base\nequivalent)........................................................................ 37\n\nfluvoxamine maleate cap er 24hr 100 mg, 150 mg........51\nfluvoxamine maleate tab 25 mg, 50 mg, 100 mg........... 51\nFLUZONE HIGH-DOSE PF 2022.......................................10\nFLUZONE QUADRIVALENT 2022..................................... 10\nfolic acid cap 0.8 mg........................................................ 76\nfolic acid tab 400 mcg, 800 mcg..................................... 76\nfolic acid tab 1 mg............................................................ 76\nFOLIVANE-OB..................................................................... 72\nFOLLISTIM AQ....................................................................28\nfondaparinux sodium subcutaneous inj 2.5 mg/0.5ml, 5\nmg/0.4ml, 7.5 mg/0.6ml, 10 mg/0.8ml............................77\n\nFORTEO.............................................................................. 28\nFOSAMAX PLUS D.............................................................28\nfosamprenavir calcium tab 700 mg (base equiv)............ 5\nfosfomycin tromethamine powd pack 3 gm (base\nequivalent).......................................................................... 8\n\nfosinopril sodium & hydrochlorothiazide tab 10-12.5\nmg, 20-12.5 mg.................................................................34\n\nfosinopril sodium tab 10 mg, 20 mg, 40 mg.................. 34\nFOSRENOL......................................................................... 47\nFOTIVDA..............................................................................14\nFRAGMIN.............................................................................78\nfrovatriptan succinate tab 2.5 mg (base\nequivalent)........................................................................ 65\n\nFULPHILA............................................................................ 76\nFUROSEMIDE..................................................................... 36\nfurosemide oral soln 10 mg/ml........................................36\nfurosemide tab 20 mg, 40 mg, 80 mg............................. 36\nFUZEON.................................................................................5\nFYCOMPA............................................................................67\n\nG\ngabapentin cap 100 mg, 300 mg, 400 mg.......................67\ngabapentin oral soln 250 mg/5ml....................................67\ngabapentin tab 600 mg, 800 mg......................................67\nGALAFOLD.......................................................................... 28\nGALANTAMINE HYDROBROMIDE....................................56\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 109\n\ngalantamine hydrobromide cap er 24hr 8 mg, 16 mg,\n24 mg.................................................................................56\n\ngalantamine hydrobromide tab 4 mg, 8 mg, 12 mg.......56\nGALZIN................................................................................ 75\nganirelix acetate soln prefilled syringe 250\nmcg/0.5ml..........................................................................28\n\nGARDASIL 9........................................................................10\ngatifloxacin ophth soln 0.5%........................................... 82\nGATTEX............................................................................... 47\nGAVILYTE-C........................................................................ 44\nGAVRETO............................................................................ 14\ngemfibrozil tab 600 mg.....................................................37\nGEMTESA............................................................................48\nGENTAK...............................................................................82\ngentamicin sulfate cream 0.1%....................................... 88\ngentamicin sulfate oint 0.1%........................................... 88\ngentamicin sulfate ophth soln 0.3%............................... 82\nGENVOYA..............................................................................5\nGILENYA..............................................................................56\nGILOTRIF.............................................................................14\nGIMOTI.................................................................................47\nGLASSIA..............................................................................43\nglatiramer acetate soln prefilled syringe 20 mg/ml.......56\nglatiramer acetate soln prefilled syringe 40 mg/ml.......56\nGLEOSTINE.........................................................................14\nglimepiride tab 1 mg, 2 mg, 4 mg................................... 23\nglipizide-metformin hcl tab 2.5-250 mg, 2.5-500 mg,\n5-500 mg........................................................................... 23\n\nglipizide tab er 24hr 2.5 mg, 5 mg, 10 mg......................23\nglipizide tab 5 mg, 10 mg.................................................23\nGLUCAGEN HYPOKIT....................................................... 23\nGLUCAGON EMERGENCY KIT FO.................................. 23\nglucagon (rdna) for inj kit 1 mg...................................... 23\nGLUCOSE............................................................................23\nglyburide-metformin tab 1.25-250 mg, 2.5-500 mg,\n5-500 mg........................................................................... 23\n\nglyburide micronized tab 1.5 mg, 3 mg, 6 mg............... 23\nglyburide tab 1.25 mg, 2.5 mg, 5 mg.............................. 23\nGLYCATE............................................................................. 45\nGLYCOPYRROLATE...........................................................45\nglycopyrrolate oral soln 1 mg/5ml.................................. 45\nglycopyrrolate tab 1 mg................................................... 45\nglycopyrrolate tab 2 mg................................................... 45\nGLYXAMBI........................................................................... 24\nGNP GLUCOSE.................................................................. 24\nGNP QUICK DISSOLVE GLUCOS.....................................24\nGOCOVRI............................................................................ 69\nGONITRO............................................................................ 30\nGRALISE..............................................................................56\ngranisetron hcl tab 1 mg..................................................46\nGRASTEK............................................................................ 12\ngriseofulvin microsize susp 125 mg/5ml......................... 4\ngriseofulvin microsize tab 500 mg....................................4\ngriseofulvin ultramicrosize tab 125 mg, 250 mg............. 4\nguanfacine hcl tab er 24hr 1 mg (base equiv), 2\nmg (base equiv), 3 mg (base equiv), 4 mg (base\nequiv)................................................................................. 54\n\nguanfacine hcl tab 1 mg, 2 mg........................................34\nGVOKE HYPOPEN 1-PACK...............................................24\nGVOKE HYPOPEN 2-PACK...............................................24\nGVOKE KIT......................................................................... 24\nGVOKE PFS........................................................................24\nGYNAZOLE-1...................................................................... 48\n\nH\nHAEGARDA.........................................................................79\nhalcinonide cream 0.1%................................................... 88\nHALOBETASOL PROPIONATE..........................................88\nhalobetasol propionate cream 0.05%............................. 88\nhalobetasol propionate oint 0.05%................................. 88\nHALOG.................................................................................88\nhaloperidol lactate oral conc 2 mg/ml............................52\nhaloperidol tab 0.5 mg, 1 mg...........................................52\nhaloperidol tab 2 mg, 5 mg, 10 mg, 20 mg.....................52\nHARVONI............................................................................... 5\nHAVRIX................................................................................ 10\nHEMADY..............................................................................19\nHEMANGEOL...................................................................... 31\nHEMLIBRA...........................................................................79\nHEMOFIL M.........................................................................79\nHEPARIN SODIUM............................................................. 78\nheparin sodium (porcine) inj 1000 unit/ml, 5000 unit/ml,\n10000 unit/ml, 20000 unit/ml.......................................... 78\n\nheparin sodium (porcine) pf inj 5000 unit/0.5ml............78\nHEPLISAV-B........................................................................ 10\nHETLIOZ.............................................................................. 54\nHETLIOZ LQ........................................................................54\nHIBERIX...............................................................................10\nHORIZANT...........................................................................56\nHUMATE-P...........................................................................79\nHUMIRA............................................................................... 62\nHUMIRA PEDIATRIC CROHNS D..................................... 62\nHUMIRA PEN...................................................................... 62\nHUMIRA PEN-CD/UC/HS START...................................... 62\nHUMIRA PEN-PEDIATRIC UC S....................................... 63\nHUMIRA PEN-PS/UV STARTER........................................63\nHUMULIN R U-500 (CONCENTR...................................... 26\nHUMULIN R U-500 KWIKPEN........................................... 26\nHYCAMTIN.......................................................................... 14\nhydralazine hcl tab 10 mg, 25 mg, 50 mg, 100 mg........ 34\nhydrochlorothiazide cap 12.5 mg....................................36\nhydrochlorothiazide tab 12.5 mg, 25 mg, 50 mg........... 36\nHYDROCODONE/IBUPROFEN..........................................60\nhydrocodone-acetaminophen soln 7.5-325\nmg/15ml.............................................................................60\n\nhydrocodone-acetaminophen tab 5-325 mg, 7.5-325\nmg...................................................................................... 60\n\nhydrocodone-acetaminophen tab 10-325 mg, 5-300\nmg, 7.5-300 mg, 10-300 mg............................................ 60\n\nhydrocodone bitart-homatropine methylbromide tab\n5-1.5 mg.............................................................................40\n\nhydrocodone bitart-homatropine methylbrom soln\n5-1.5 mg/5ml..................................................................... 40\n\nHYDROCODONE BITARTRATE ER.................................. 60\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 110\n\nhydrocodone bitartrate tab er 24hr deter 20 mg, 30 mg,\n40 mg, 60 mg, 80 mg, 100 mg, 120 mg......................... 60\n\nhydrocodone-ibuprofen tab 7.5-200 mg.........................60\nhydrocod polst-chlorphen polst er susp 10-8\nmg/5ml...............................................................................40\n\nhydrocortisone acetate suppos 25 mg...........................85\nhydrocortisone acetate w/ pramoxine perianal cream\n1-1%................................................................................... 85\n\nHYDROCORTISONE BUTYRATE......................................89\nhydrocortisone butyrate hydrophilic lipo base cream\n0.1%....................................................................................89\n\nhydrocortisone butyrate lotion 0.1%.............................. 89\nhydrocortisone butyrate oint 0.1%................................. 89\nhydrocortisone cream 1%................................................ 89\nhydrocortisone cream 2.5%.............................................89\nhydrocortisone enema 100 mg/60ml.............................. 85\nhydrocortisone lotion 2.5%..............................................89\nhydrocortisone oint 1%.................................................... 89\nhydrocortisone oint 2.5%................................................. 89\nhydrocortisone perianal cream 1%.................................85\nhydrocortisone perianal cream 2.5%..............................85\nhydrocortisone tab 5 mg, 10 mg, 20 mg........................ 19\nhydrocortisone valerate cream 0.2%.............................. 89\nhydrocortisone valerate oint 0.2%.................................. 89\nhydrocortisone w/ acetic acid otic soln 1-2%................84\nhydromorphone hcl liqd 1 mg/ml....................................60\nhydromorphone hcl tab er 24hr 8 mg, 12 mg, 16 mg, 32\nmg...................................................................................... 60\n\nhydromorphone hcl tab 8 mg..........................................60\nhydromorphone hcl tab 2 mg, 4 mg............................... 60\nHYDROXOCOBALAMIN..................................................... 77\nHYDROXYCHLOROQUINE SULFAT................................... 8\nhydroxychloroquine sulfate tab 200 mg.......................... 8\nhydroxyurea cap 500 mg..................................................14\nhydroxyzine hcl syrup 10 mg/5ml...................................50\nhydroxyzine hcl tab 10 mg, 25 mg, 50 mg..................... 50\nHYDROXYZINE PAMOATE................................................ 50\nhydroxyzine pamoate cap 25 mg, 50 mg....................... 50\nI\n\nibandronate sodium tab 150 mg (base equivalent).......28\nIBRANCE............................................................................. 14\nibuprofen-famotidine tab 800-26.6 mg............................63\nibuprofen susp 100 mg/5ml............................................. 63\nibuprofen tab 400 mg, 600 mg, 800 mg..........................63\nicatibant acetate inj 30 mg/3ml (base equivalent).........79\nICLUSIG...............................................................................14\nIDELVION.............................................................................79\nIDHIFA..................................................................................14\nIHEALTH COVID-19 ANTIGEN.......................................... 92\nILEVRO................................................................................ 82\nimatinib mesylate tab 100 mg (base equivalent)...........14\nimatinib mesylate tab 400 mg (base equivalent)...........14\nIMBRUVICA......................................................................... 14\nIMCIVREE............................................................................54\nimipramine hcl tab 10 mg, 25 mg, 50 mg....................... 51\n\nimipramine pamoate cap 75 mg, 100 mg, 125 mg, 150\nmg...................................................................................... 51\n\nimiquimod cream 3.75%................................................... 89\nimiquimod cream 5%........................................................ 89\nIMITREX STATDOSE REFILL............................................ 65\nIMOVAX RABIES (H.D.C.V.)...............................................10\nIMPAVIDO.............................................................................. 8\nIMPEKLO............................................................................. 89\nIMPOYZ................................................................................89\nIMURAN............................................................................... 96\nINATAL GT...........................................................................72\nINBRIJA................................................................................69\nINCRELEX........................................................................... 28\nINCRUSE ELLIPTA............................................................. 42\nindapamide tab 1.25 mg, 2.5 mg..................................... 36\nINDERAL XL........................................................................31\nINDICAID COVID-19 RAPID A...........................................92\nINDOCIN.............................................................................. 63\nINDOMETHACIN................................................................. 63\nindomethacin cap er 75 mg............................................. 63\nindomethacin cap 25 mg, 50 mg.....................................63\nINFANRIX.............................................................................11\nINGREZZA........................................................................... 56\nINLYTA................................................................................. 14\nINNOPRAN XL.................................................................... 31\nINQOVI.................................................................................14\nINREBIC...............................................................................14\nINSPIRACHAMBER/ANTI-STATI........................................94\nINSPIRACHAMBER/LARGE...............................................94\nINSPIRACHAMBER/SOOTHERMAS................................. 94\nINSPIREASE DRUG DELIVERY........................................94\nINSPIREASE RESERVOIR BAGS..................................... 94\nINSULIN PEN NEEDLES â€“ VARIOUS............................... 94\nINSULIN SYRINGES â€“ VARIOUS......................................94\nINTELENCE........................................................................... 5\nINTELISWAB COVID-19 RAPID.........................................93\nINTRAROSA........................................................................ 48\nINTRON A............................................................................14\nIPOL INACTIVATED IPV.....................................................10\nipratropium-albuterol nebu soln 0.5-2.5(3) mg/3ml.......42\nipratropium bromide inhal soln 0.02%........................... 42\nipratropium bromide nasal soln 0.03% (21 mcg/\nspray).................................................................................40\n\nipratropium bromide nasal soln 0.06% (42 mcg/\nspray).................................................................................40\n\nirbesartan-hydrochlorothiazide tab 150-12.5 mg,\n300-12.5 mg...................................................................... 34\n\nirbesartan tab 75 mg, 150 mg, 300 mg........................... 34\nIRESSA................................................................................ 14\nIRON UP..............................................................................77\nISENTRESS...........................................................................5\nISENTRESS HD.................................................................... 5\nISONIAZID............................................................................. 3\nisoniazid tab 300 mg...........................................................3\nISOPTO ATROPINE............................................................82\nisosorbide dinitrate-hydralazine hcl tab 20-37.5 mg.....38\nisosorbide dinitrate tab 5 mg, 40 mg..............................30\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 111\n\nisosorbide dinitrate tab 10 mg, 20 mg, 30 mg............... 30\nisosorbide mononitrate tab er 24hr 30 mg, 60 mg, 120\nmg...................................................................................... 30\n\nisosorbide mononitrate tab 10 mg, 20 mg..................... 30\nisotretinoin cap 10 mg, 20 mg, 25 mg, 30 mg, 35 mg, 40\nmg...................................................................................... 89\n\nisradipine cap 2.5 mg, 5 mg............................................ 32\nISTURISA.............................................................................28\nitraconazole cap 100 mg.................................................... 4\nitraconazole oral soln 10 mg/ml........................................4\nIVERMECTIN.......................................................................89\nivermectin tab 3 mg............................................................ 8\nIXINITY.................................................................................79\n\nJ\nJAKAFI................................................................................. 14\nJANSSEN COVID-19 VACCINE......................................... 10\nJANUMET............................................................................ 24\nJANUMET XR......................................................................24\nJANUVIA.............................................................................. 24\nJARDIANCE.........................................................................24\nJATENZO............................................................................. 20\nJIVI....................................................................................... 79\nJORNAY PM........................................................................ 55\nJUBLIA................................................................................. 89\nJULUCA................................................................................. 5\nJUXTAPID............................................................................ 37\nJYNARQUE..........................................................................28\n\nK\nKALYDECO..........................................................................43\nKAPSPARGO SPRINKLE................................................... 31\nKARBINAL ER.....................................................................40\nKATERZIA............................................................................32\nKESIMPTA........................................................................... 56\nketoconazole cream 2%................................................... 89\nketoconazole foam 2%......................................................89\nketoconazole shampoo 2%.............................................. 89\nketoconazole tab 200 mg................................................... 4\nKETOPROFEN.................................................................... 63\nKETOPROFEN ER..............................................................63\nKETOROLAC TROMETHAMINE........................................63\nketorolac tromethamine ophth soln 0.4%...................... 82\nketorolac tromethamine ophth soln 0.5%...................... 82\nketorolac tromethamine tab 10 mg.................................63\nKETOSTIX............................................................................93\nKEVEYIS..............................................................................36\nKEVZARA............................................................................ 63\nKINRIX................................................................................. 11\nKISQALI............................................................................... 14\nKISQALI FEMARA 200 DOSE............................................15\nKISQALI FEMARA 400 DOSE............................................15\nKISQALI FEMARA 600 DOSE............................................15\nKITABIS PAK......................................................................... 3\nKLISYRI................................................................................89\nKLOXXADO......................................................................... 92\nKOATE................................................................................. 79\n\nKOATE-DVI.......................................................................... 79\nKOGENATE FS................................................................... 79\nKORLYM.............................................................................. 24\nKOSELUGO.........................................................................15\nKOSHER PRENATAL PLUS IRON.....................................72\nKOVALTRY...........................................................................79\nK-PHOS NO 2..................................................................... 49\nKRINTAFEL............................................................................8\nKRISTALOSE.......................................................................44\nKROGER GLUCOSE.......................................................... 24\nKYNMOBI.............................................................................69\n\nL\nlabetalol hcl tab 100 mg...................................................31\nlabetalol hcl tab 200 mg, 300 mg.................................... 31\nlacosamide oral solution 10 mg/ml.................................67\nlacosamide tab 50 mg, 100 mg, 150 mg, 200 mg...........67\nlactic acid (ammonium lactate) cream 12%................... 89\nlactic acid (ammonium lactate) lotion 12%....................89\nLACTULOSE........................................................................44\nlactulose (encephalopathy) solution 10 gm/15ml......... 47\nlactulose solution 10 gm/15ml.........................................44\nLAGEVRIO.............................................................................5\nLAMICTAL ODT...................................................................67\nLAMICTAL XR..................................................................... 67\nlamivudine oral soln 10 mg/ml.......................................... 6\nlamivudine tab 150 mg, 300 mg........................................ 6\nlamivudine tab 100 mg (hbv)............................................. 6\nlamivudine-zidovudine tab 150-300 mg............................6\nlamotrigine orally disintegrating tab 25 mg, 50 mg, 100\nmg, 200 mg.......................................................................67\n\nlamotrigine tab chewable dispersible 5 mg, 25 mg.......67\nlamotrigine tab disint 25 (14) & 50 mg (14) & 100 mg (7)\nkit........................................................................................67\n\nlamotrigine tab er 24hr 25 mg, 50 mg, 100 mg, 200 mg,\n250 mg, 300 mg............................................................... 67\n\nlamotrigine tab 25 mg, 100 mg, 150 mg, 200 mg...........67\nlamotrigine tab 25 mg (42) & 100 mg (7) starter kit.......67\nlamotrigine tab 84 x 25 mg & 14 x 100 mg starter\nkit........................................................................................67\n\nlamotrigine tab 35 x 25 mg starter kit............................ 67\nLAMPIT.................................................................................. 8\nLANCETS â€“ VARIOUS........................................................94\nLANOXIN..............................................................................30\nLANSOPRAZOLE/AMOXICILLIN/...................................... 45\nlansoprazole cap delayed release 15 mg.......................45\nlansoprazole cap delayed release 30 mg.......................45\nlansoprazole tab delayed release orally disintegrating\n15 mg, 30 mg................................................................... 45\n\nlanthanum carbonate chew tab 500 mg (elemental),\n750 mg (elemental), 1000 mg (elemental).....................47\n\nlapatinib ditosylate tab 250 mg (base equiv).................15\nlatanoprost ophth soln 0.005%........................................82\nLATUDA............................................................................... 52\nLAZANDA.............................................................................60\nLEADER GLUCOSE............................................................24\nLEADER QUICK DISSOLVE GLU......................................24\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 112\n\nleflunomide tab 10 mg, 20 mg.........................................63\nlenalidomide cap 5 mg, 10 mg........................................ 96\nlenalidomide cap 15 mg, 25 mg...................................... 96\nLENVIMA 4 MG DAILY DOSE............................................15\nLENVIMA 8 MG DAILY DOSE............................................15\nLENVIMA 10 MG DAILY DOSE..........................................15\nLENVIMA 12MG DAILY DOSE...........................................15\nLENVIMA 14 MG DAILY DOSE..........................................15\nLENVIMA 18 MG DAILY DOSE..........................................15\nLENVIMA 20 MG DAILY DOSE..........................................15\nLENVIMA 24 MG DAILY DOSE..........................................15\nletrozole tab 2.5 mg.......................................................... 15\nleucovorin calcium tab 5 mg, 10 mg, 15 mg, 25 mg......15\nLEUKERAN..........................................................................15\nLEUKINE..............................................................................77\nleuprolide acetate inj kit 5 mg/ml....................................15\nlevalbuterol hcl soln nebu conc 1.25 mg/0.5ml (base\nequiv)................................................................................. 42\n\nlevalbuterol hcl soln nebu 0.31 mg/3ml (base equiv),\n0.63 mg/3ml (base equiv), 1.25 mg/3ml (base\nequiv)................................................................................. 42\n\nLEVAMLODIPINE................................................................ 32\nLEVEMIR..............................................................................26\nLEVEMIR FLEXTOUCH......................................................26\nlevetiracetam oral soln 100 mg/ml..................................67\nlevetiracetam tab er 24hr 500 mg, 750 mg.....................67\nlevetiracetam tab 250 mg, 500 mg.................................. 67\nlevetiracetam tab 750 mg, 1000 mg................................ 67\nLEVOBUNOLOL HCL......................................................... 82\nlevocarnitine oral soln 1 gm/10ml (10%)........................28\nlevocarnitine tab 330 mg..................................................28\nlevocetirizine dihydrochloride soln 2.5 mg/5ml (0.5 mg/\nml)...................................................................................... 40\n\nlevocetirizine dihydrochloride tab 5 mg.........................40\nlevofloxacin ophth soln 0.5%.......................................... 82\nlevofloxacin oral soln 25 mg/ml........................................ 3\nlevofloxacin tab 250 mg, 500 mg, 750 mg........................3\nlevonor-eth est tab 0.15-0.02/0.025/0.03 mg &eth est\n0.01 mg..............................................................................22\n\nlevonorgestrel & ethinyl estradiol (91-day) tab\n0.15-0.03 mg..................................................................... 22\n\nlevonorgestrel & ethinyl estradiol tab 0.1 mg-20 mcg,\n0.15 mg-30 mcg................................................................22\n\nlevonorgestrel-eth estra tab\n0.05-30/0.075-40/0.125-30mg-mcg..................................22\n\nlevonorgestrel-ethinyl estradiol (continuous) tab 90-20\nmcg.................................................................................... 22\n\nlevonorgestrel tab 1.5 mg................................................ 22\nlevonorg-eth est tab 0.1-0.02mg(84) & eth est tab\n0.01mg(7)...........................................................................22\n\nlevonorg-eth est tab 0.15-0.03mg(84) & eth est tab\n0.01mg(7)...........................................................................22\n\nlevorphanol tartrate tab 2 mg, 3 mg............................... 60\nLEVOTHYROXINE SODIUM.............................................. 27\nlevothyroxine sodium tab 25 mcg, 50 mcg, 75 mcg, 88\nmcg, 100 mcg, 112 mcg, 125 mcg, 137 mcg, 150 mcg,\n175 mcg, 200 mcg, 300 mcg.......................................... 27\n\nLEXETTE............................................................................. 89\nLEXIVA................................................................................... 6\nLICART.................................................................................89\nLIDOCAINE/TETRACAINE................................................. 89\nlidocaine hcl soln 4%....................................................... 89\nlidocaine hcl urethral/mucosal gel prefilled syringe\n2%.......................................................................................89\n\nlidocaine hcl viscous soln 2%.........................................84\nlidocaine oint 5%...............................................................89\nlidocaine patch 5%............................................................89\nlidocaine-prilocaine cream 2.5-2.5%...............................89\nLINDANE..............................................................................89\nlinezolid for susp 100 mg/5ml........................................... 8\nlinezolid tab 600 mg............................................................8\nLINZESS.............................................................................. 47\nliothyronine sodium tab 5 mcg, 25 mcg, 50 mcg.......... 27\nLIPOFEN..............................................................................37\nlisinopril & hydrochlorothiazide tab 10-12.5 mg,\n20-12.5 mg, 20-25 mg......................................................34\n\nlisinopril tab 2.5 mg, 5 mg, 10 mg, 20 mg, 30 mg, 40\nmg...................................................................................... 34\n\nLITHIUM CARBONATE.......................................................52\nlithium carbonate cap 150 mg, 300 mg, 600 mg............52\nlithium carbonate tab er 300 mg..................................... 52\nlithium carbonate tab er 450 mg..................................... 52\nlithium carbonate tab 300 mg..........................................52\nLITHOBID.............................................................................52\nLITHOSTAT..........................................................................49\nLIVALO................................................................................. 37\nLIVMARLI.............................................................................47\nLIVTENCITY.......................................................................... 6\nLOKELMA............................................................................ 96\nLO LOESTRIN FE...............................................................22\nLOMAIRA............................................................................. 55\nLONGS GLUCOSE............................................................. 24\nLONSURF............................................................................ 15\nloperamide hcl cap 2 mg..................................................44\nlopinavir-ritonavir soln 400-100 mg/5ml (80-20 mg/\nml)........................................................................................ 6\n\nlopinavir-ritonavir tab 100-25 mg...................................... 6\nlopinavir-ritonavir tab 200-50 mg...................................... 6\nlorazepam conc 2 mg/ml.................................................. 50\nlorazepam tab 0.5 mg, 1 mg, 2 mg..................................50\nLORBRENA......................................................................... 15\nLOREEV XR........................................................................ 50\nLORTAB............................................................................... 60\nlosartan potassium & hydrochlorothiazide tab 50-12.5\nmg, 100-12.5 mg, 100-25 mg.......................................... 34\n\nlosartan potassium tab 25 mg, 50 mg, 100 mg..............34\nLOTEMAX............................................................................ 82\nLOTEMAX SM..................................................................... 82\nloteprednol etabonate ophth gel 0.5%............................82\nloteprednol etabonate ophth susp 0.5%........................ 82\nlovastatin tab 10 mg......................................................... 37\nlovastatin tab 20 mg, 40 mg............................................ 38\nloxapine succinate cap 5 mg, 10 mg, 25 mg, 50 mg..... 52\nLUCEMYRA......................................................................... 56\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 113\n\nLULICONAZOLE..................................................................89\nLUMAKRAS......................................................................... 15\nLUMIGAN.............................................................................82\nLUPKYNIS........................................................................... 96\nLUPRON DEPOT (1-MONTH)............................................15\nLUPRON DEPOT (3-MONTH)............................................15\nLUPRON DEPOT (4-MONTH)............................................15\nLUPRON DEPOT (6-MONTH)............................................15\nLUPRON DEPOT-PED (1-MONTH.................................... 28\nLUPRON DEPOT-PED (3-MONTH.................................... 28\nLUZU.................................................................................... 89\nLYNPARZA...........................................................................15\nLYSODREN..........................................................................15\nLYVISPAH............................................................................ 71\n\nM\nmafenide acetate packet for topical soln 5% (50\ngm)..................................................................................... 89\n\nmalathion lotion 0.5%....................................................... 90\nmaraviroc tab 150 mg.........................................................6\nmaraviroc tab 300 mg.........................................................6\nMARPLAN............................................................................51\nMASK VORTEX/CHILD/FROG........................................... 94\nMASK VORTEX/TODDLER/LADY......................................94\nMATULANE..........................................................................16\nMAVENCLAD.......................................................................57\nMAVYRET.............................................................................. 6\nMAXIDEX............................................................................. 82\nMAYZENT............................................................................ 57\nMAYZENT STARTER PACK............................................... 57\nmeclizine hcl chew tab 25 mg......................................... 46\nmeclizine hcl tab 12.5 mg, 25 mg....................................46\nMECLOFENAMATE SODIUM.............................................63\nMEDICINE SHOPPE GLUCOSE........................................24\nMEDROL..............................................................................19\nmedroxyprogesterone acetate im susp 150 mg/ml.......22\nmedroxyprogesterone acetate im susp prefilled syr\n150 mg/ml......................................................................... 22\n\nmedroxyprogesterone acetate tab 2.5 mg, 5 mg, 10\nmg...................................................................................... 23\n\nmefenamic acid cap 250 mg............................................63\nmefloquine hcl tab 250 mg................................................ 8\nmegestrol acetate susp 40 mg/ml...................................16\nmegestrol acetate susp 625 mg/5ml...............................23\nmegestrol acetate tab 20 mg, 40 mg.............................. 16\nMEKINIST............................................................................ 16\nMEKTOVI............................................................................. 16\nMELOXICAM........................................................................63\nmeloxicam cap 5 mg, 10 mg............................................63\nmeloxicam tab 7.5 mg, 15 mg..........................................63\nmelphalan tab 2 mg.......................................................... 16\nmemantine hcl cap er 24hr 7 mg, 14 mg, 21 mg, 28\nmg...................................................................................... 57\n\nmemantine hcl oral solution 2 mg/ml.............................57\nmemantine hcl tab 5 mg, 10 mg......................................57\nmemantine hcl tab 28 x 5 mg & 21 x 10 mg titration\npack....................................................................................57\n\nMENACTRA.........................................................................10\nMENEST.............................................................................. 21\nMENOPUR...........................................................................28\nMENOSTAR......................................................................... 21\nMENQUADFI........................................................................10\nMENTAX...............................................................................90\nMENVEO..............................................................................10\nmercaptopurine tab 50 mg...............................................16\nmesalamine cap dr 400 mg..............................................47\nmesalamine cap er 24hr 0.375 gm.................................. 47\nmesalamine cap er 500 mg..............................................47\nmesalamine enema 4 gm................................................. 47\nmesalamine suppos 1000 mg..........................................47\nmesalamine tab delayed release 1.2 gm........................ 47\nmesalamine tab delayed release 800 mg....................... 47\nMESNEX.............................................................................. 16\nmetaxalone tab 400 mg.................................................... 71\nmetaxalone tab 800 mg.................................................... 71\nmetformin hcl oral soln 500 mg/5ml...............................24\nmetformin hcl tab er 24hr 500 mg, 750 mg.................... 24\nmetformin hcl tab er 24hr modified release 500 mg..... 24\nmetformin hcl tab er 24hr modified release 1000\nmg...................................................................................... 24\n\nmetformin hcl tab er 24hr osmotic 500 mg....................24\nmetformin hcl tab er 24hr osmotic 1000 mg..................24\nmetformin hcl tab 500 mg, 850 mg, 1000 mg.................24\nMETFORMIN HYDROCHLORIDE......................................24\nmethadone hcl conc 10 mg/ml........................................ 60\nmethadone hcl soln 5 mg/5ml, 10 mg/5ml..................... 60\nmethadone hcl tab for oral susp 40 mg......................... 60\nmethadone hcl tab 5 mg, 10 mg......................................60\nmethamphetamine hcl tab 5 mg......................................55\nmethazolamide tab 25 mg, 50 mg................................... 36\nmethenamine hippurate tab 1 gm..................................... 8\nmethimazole tab 5 mg, 10 mg......................................... 27\nMETHITEST.........................................................................20\nmethocarbamol tab 500 mg, 750 mg.............................. 71\nMETHOTREXATE SODIUM................................................16\nmethotrexate sodium for inj 1 gm...................................16\nmethotrexate sodium inj 50 mg/2ml (25 mg/ml)............ 16\nmethotrexate sodium inj pf 1000 mg/40ml (25 mg/\nml)...................................................................................... 16\n\nmethotrexate sodium inj pf 50 mg/2ml (25 mg/ml), 250\nmg/10ml (25 mg/ml).........................................................16\n\nmethotrexate sodium tab 2.5 mg (base equiv).............. 16\nMETHOXSALEN..................................................................90\nmethscopolamine bromide tab 2.5 mg, 5 mg................ 45\nmethylergonovine maleate tab 0.2 mg........................... 27\nmethylphenidate hcl cap er 24hr 20 mg (la), 30 mg (la),\n40 mg (la)..........................................................................55\n\nmethylphenidate hcl cap er 10 mg (cd), 20 mg (cd), 30\nmg (cd), 40 mg (cd), 50 mg (cd), 60 mg (cd)................ 55\n\nmethylphenidate hcl chew tab 10 mg.............................55\nmethylphenidate hcl chew tab 2.5 mg, 5 mg................. 55\nmethylphenidate hcl soln 5 mg/5ml................................55\nmethylphenidate hcl soln 10 mg/5ml..............................55\nmethylphenidate hcl tab er 10 mg, 20 mg......................55\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 114\n\nmethylphenidate hcl tab er osmotic release (osm) 36\nmg...................................................................................... 55\n\nmethylphenidate hcl tab er osmotic release (osm) 18\nmg, 27 mg, 54 mg............................................................55\n\nmethylphenidate hcl tab 5 mg.........................................55\nmethylphenidate hcl tab 10 mg, 20 mg.......................... 55\nmethylprednisolone tab 8 mg..........................................19\nmethylprednisolone tab 4 mg, 16 mg, 32 mg................ 19\nmethylprednisolone tab therapy pack 4 mg (21)...........19\nmethyltestosterone cap 10 mg........................................20\nmetoclopramide hcl soln 5 mg/5ml (10 mg/10ml) (base\nequiv)................................................................................. 47\n\nmetoclopramide hcl tab 5 mg (base equivalent), 10 mg\n(base equivalent)............................................................. 47\n\nMETOCLOPRAMIDE ODT..................................................47\nmetolazone tab 2.5 mg, 5 mg, 10 mg..............................36\nmetoprolol & hydrochlorothiazide tab 50-25 mg, 100-25\nmg, 100-50 mg..................................................................34\n\nmetoprolol succinate tab er 24hr 200 mg (tartrate\nequiv)................................................................................. 31\n\nmetoprolol succinate tab er 24hr 25 mg (tartrate\nequiv), 50 mg (tartrate equiv), 100 mg (tartrate\nequiv)................................................................................. 31\n\nmetoprolol tartrate tab 50 mg, 100 mg........................... 31\nmetoprolol tartrate tab 25 mg, 37.5 mg, 75 mg..............31\nmetronidazole cap 375 mg.................................................8\nmetronidazole cream 0.75%.............................................90\nmetronidazole gel 0.75%.................................................. 90\nmetronidazole gel 1%....................................................... 90\nmetronidazole lotion 0.75%..............................................90\nmetronidazole tab 250 mg, 500 mg...................................8\nmetronidazole vaginal gel 0.75%.................................... 48\nmetyrosine cap 250 mg.................................................... 34\nmexiletine hcl cap 150 mg, 200 mg, 250 mg..................33\nMICONAZOLE 3..................................................................48\nMICONAZOLE NITRATE/ZINC O.......................................90\nMICROCHAMBER...............................................................94\nMICROSPACER.................................................................. 94\nmidodrine hcl tab 2.5 mg, 5 mg, 10 mg..........................36\nMIGERGOT..........................................................................65\nmiglitol tab 25 mg, 50 mg, 100 mg..................................24\nmiglustat cap 100 mg....................................................... 77\nMILLIPRED.......................................................................... 19\nminocycline hcl cap 50 mg................................................3\nminocycline hcl cap 75 mg, 100 mg................................. 3\nminocycline hcl tab er 24hr 45 mg, 90 mg, 135 mg.........3\nminocycline hcl tab er 24hr 55 mg, 65 mg, 80 mg, 105\nmg, 115 mg......................................................................... 3\n\nminocycline hcl tab 50 mg, 75 mg, 100 mg..................... 3\nminoxidil tab 2.5 mg, 10 mg............................................ 34\nMIRCERA.............................................................................77\nmirtazapine orally disintegrating tab 15 mg, 30 mg, 45\nmg...................................................................................... 51\n\nmirtazapine tab 7.5 mg..................................................... 51\nmirtazapine tab 45 mg...................................................... 51\nmirtazapine tab 15 mg, 30 mg......................................... 51\nMIRVASO............................................................................. 90\n\nMISC NEEDLES & SYRINGES â€“ VARIOUS......................94\nmisoprostol tab 100 mcg, 200 mcg.................................45\nMITIGARE............................................................................66\nM-M-R II...............................................................................10\nM-NATAL PLUS................................................................... 72\nmodafinil tab 100 mg........................................................ 55\nmodafinil tab 200 mg........................................................ 55\nMODERNA COVID-19 VACCINE....................................... 10\nMODERNA COVID-19 VACCINE/...................................... 10\nmoexipril hcl tab 7.5 mg, 15 mg......................................34\nMOLINDONE HYDROCHLORIDE......................................53\nmometasone furoate cream 0.1%................................... 90\nmometasone furoate nasal susp 50 mcg/act.................40\nmometasone furoate oint 0.1%........................................90\nmometasone furoate solution 0.1% (lotion)...................90\nmontelukast sodium chew tab 4 mg (base equiv), 5 mg\n(base equiv)......................................................................42\n\nmontelukast sodium oral granules packet 4 mg (base\nequiv)................................................................................. 42\n\nmontelukast sodium tab 10 mg (base equiv).................42\nMORPHINE SULFATE........................................................ 60\nMORPHINE SULFATE ER..................................................60\nmorphine sulfate oral soln 10 mg/5ml............................60\nmorphine sulfate oral soln 100 mg/5ml (20 mg/ml).......60\nmorphine sulfate tab er 15 mg........................................ 60\nmorphine sulfate tab er 30 mg, 60 mg, 100 mg, 200\nmg...................................................................................... 60\n\nmorphine sulfate tab 15 mg, 30 mg................................60\nMOTOFEN........................................................................... 44\nMOVANTIK...........................................................................47\nmoxifloxacin hcl ophth soln 0.5% (base equiv).............82\nmoxifloxacin hcl tab 400 mg (base equiv)....................... 3\nMOXIFLOXACIN HYDROCHLORID...................................82\nMS QUICK DISSOLVE GLUCOSE.....................................24\nMULPLETA.......................................................................... 77\nMULTAQ...............................................................................33\nmupirocin calcium cream 2%.......................................... 90\nmupirocin oint 2%............................................................. 90\nMUSE................................................................................... 39\nMYALEPT.............................................................................28\nMYCAPSSA......................................................................... 29\nmycophenolate mofetil cap 250 mg................................96\nmycophenolate mofetil for oral susp 200 mg/ml...........96\nmycophenolate mofetil tab 500 mg................................ 96\nmycophenolate sodium tab dr 180 mg (mycophenolic\nacid equiv), 360 mg (mycophenolic acid equiv).......... 96\n\nMYFEMBREE...................................................................... 21\nMYFORTIC...........................................................................96\nMYLERAN............................................................................16\nMYRBETRIQ........................................................................48\nMYSOLINE...........................................................................67\nMYTESI................................................................................44\n\nN\nnabumetone tab 500 mg...................................................63\nnabumetone tab 750 mg...................................................63\nnadolol tab 20 mg, 40 mg, 80 mg....................................31\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 115\n\nNAFRINSE DAILY/ACIDULATED....................................... 84\nNAFRINSE DAILY/NEUTRAL............................................. 84\nNAFRINSE WEEKLY...........................................................84\nNAFTIFINE HCL..................................................................90\nnaftifine hcl cream 2%......................................................90\nNAFTIN................................................................................ 90\nNALOCET............................................................................ 60\nnaloxone hcl inj 0.4 mg/ml, 4 mg/10ml...........................92\nnaloxone hcl nasal spray 4 mg/0.1ml.............................92\nnaloxone hcl soln prefilled syringe 2 mg/2ml................92\nNALOXONE HYDROCHLORIDE........................................92\nnaltrexone hcl tab 50 mg................................................. 92\nNAMZARIC.......................................................................... 57\nNAPRELAN..........................................................................63\nnaproxen-esomeprazole magnesium tab dr 375-20 mg,\n500-20 mg......................................................................... 64\n\nNAPROXEN SODIUM.........................................................63\nnaproxen sodium tab er 24hr 375 mg (base equiv), 500\nmg (base equiv)............................................................... 63\n\nnaproxen sodium tab 275 mg..........................................63\nnaproxen sodium tab 550 mg..........................................63\nnaproxen susp 125 mg/5ml..............................................63\nnaproxen tab ec 375 mg, 500 mg....................................63\nnaproxen tab 500 mg........................................................63\nnaproxen tab 250 mg, 375 mg.........................................63\nnaratriptan hcl tab 1 mg (base equiv), 2.5 mg (base\nequiv)................................................................................. 65\n\nNARDIL................................................................................ 51\nNASCOBAL..........................................................................77\nNATACHEW......................................................................... 72\nNATACYN.............................................................................82\nNATALVIT.............................................................................72\nNATAZIA...............................................................................22\nnateglinide tab 60 mg, 120 mg........................................ 24\nNATESTO.............................................................................20\nNATPARA.............................................................................29\nNATROBA............................................................................ 90\nNAYZILAM............................................................................67\nnebivolol hcl tab 2.5 mg (base equivalent), 5 mg (base\nequivalent), 10 mg (base equivalent), 20 mg (base\nequivalent)........................................................................ 31\n\nNEEVO DHA........................................................................72\nNEOMYCIN/POLYMYXIN/GRAMIC....................................82\nNEOMYCIN/POLYMYXIN/HYDROC.................................. 82\nneomycin-bacitrac zn-polymyx\n5(3.5)mg-400unt-10000unt op oin..................................82\n\nneomycin-polymyxin-dexamethasone ophth oint\n0.1%....................................................................................82\n\nneomycin-polymyxin-dexamethasone ophth susp\n0.1%....................................................................................82\n\nneomycin-polymyxin-hc otic soln 1%............................ 84\nneomycin-polymyxin-hc otic susp 3.5 mg/ml-10000\nunit/ml-1%......................................................................... 84\n\nneomycin sulfate tab 500 mg............................................ 3\nNEONATAL 19.....................................................................72\nNEONATAL/DHA..................................................................72\nNEONATAL COMPLETE.....................................................72\n\nNEONATAL FE.................................................................... 72\nNEONATAL PLUS............................................................... 72\nNEONATAL VITAMIN.......................................................... 72\nNEORAL...............................................................................96\nNEO-SYNALAR................................................................... 90\nNERLYNX.............................................................................16\nNESTABS.............................................................................72\nNESTABS DHA....................................................................72\nNESTABS ONE................................................................... 72\nNEUPRO..............................................................................69\nNEVIRAPINE......................................................................... 6\nNEVIRAPINE ER...................................................................6\nnevirapine tab er 24hr 400 mg...........................................6\nnevirapine tab 200 mg........................................................ 6\nNEXICLON XR.................................................................... 34\nNEXIUM............................................................................... 45\nNEXLETOL.......................................................................... 38\nNEXLIZET............................................................................ 38\nNIACIN................................................................................. 38\nniacin tab er 500 mg (antihyperlipidemic),\n750 mg (antihyperlipidemic), 1000 mg\n(antihyperlipidemic).........................................................38\n\nNIACOR............................................................................... 38\nnicardipine hcl cap 20 mg, 30 mg...................................32\nnicotine polacrilex gum 2 mg, 4 mg............................... 57\nnicotine polacrilex lozenge 2 mg, 4 mg......................... 57\nnicotine td patch 24hr 7 mg/24hr, 14 mg/24hr, 21\nmg/24hr..............................................................................57\n\nNICOTINE TRANSDERMAL SYST.................................... 57\nNICOTROL INHALER......................................................... 57\nNICOTROL NS.................................................................... 57\nnifedipine cap 10 mg, 20 mg........................................... 32\nnifedipine tab er 24hr 30 mg............................................32\nnifedipine tab er 24hr 60 mg, 90 mg...............................32\nnifedipine tab er 24hr osmotic release 30 mg............... 32\nnifedipine tab er 24hr osmotic release 60 mg, 90\nmg...................................................................................... 32\n\nnilutamide tab 150 mg...................................................... 16\nnimodipine cap 30 mg...................................................... 32\nNINLARO............................................................................. 16\nNISOLDIPINE ER................................................................32\nnisoldipine tab er 24hr 8.5 mg, 17 mg, 34 mg................32\nnitazoxanide tab 500 mg.................................................... 8\nnitisinone cap 2 mg, 5 mg, 10 mg...................................29\nNITRO-BID...........................................................................30\nNITRO-DUR.........................................................................30\nnitrofurantoin macrocrystalline cap 25 mg, 50 mg, 100\nmg........................................................................................ 9\n\nnitrofurantoin monohydrate macrocrystalline cap 100\nmg........................................................................................ 9\n\nnitrofurantoin susp 25 mg/5ml.......................................... 9\nnitroglycerin sl tab 0.4 mg...............................................30\nnitroglycerin sl tab 0.3 mg, 0.6 mg................................. 30\nnitroglycerin td patch 24hr 0.1 mg/hr, 0.2 mg/hr, 0.4\nmg/hr, 0.6 mg/hr...............................................................30\n\nnitroglycerin tl soln 0.4 mg/spray (400 mcg/spray).......30\nNITROMIST......................................................................... 31\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 116\n\nNITRO-TIME........................................................................ 30\nNITYR...................................................................................29\nNIVA-PLUS.......................................................................... 72\nNIVESTYM...........................................................................77\nNIZATIDINE......................................................................... 45\nNOCDURNA........................................................................ 29\nNORDITROPIN FLEXPRO................................................. 29\nnorelgestromin-ethinyl estradiol td ptwk 150-35\nmcg/24hr........................................................................... 22\n\nnorethindrone & ethinyl estradiol-fe chew tab 0.4\nmg-35 mcg........................................................................ 22\n\nnorethindrone & ethinyl estradiol-fe chew tab 0.8\nmg-25 mcg........................................................................ 22\n\nnorethindrone & ethinyl estradiol tab 1 mg-35 mcg..... 22\nnorethindrone & ethinyl estradiol tab 0.4 mg-35 mcg,\n0.5 mg-35 mcg..................................................................22\n\nnorethindrone ace & ethinyl estradiol-fe tab 1 mg-20\nmcg, 1.5 mg-30 mcg........................................................22\n\nnorethindrone ace & ethinyl estradiol tab 1 mg-20\nmcg.................................................................................... 22\n\nnorethindrone ace & ethinyl estradiol tab 1.5 mg-30\nmcg.................................................................................... 22\n\nnorethindrone ace-eth estradiol-fe chew tab 1 mg-20\nmcg (24)............................................................................ 22\n\nnorethindrone ace-ethinyl estradiol-fe cap 1 mg-20\nmcg (24)............................................................................ 22\n\nnorethindrone ace-ethinyl estradiol-fe tab 1 mg-20 mcg\n(24)..................................................................................... 22\n\nnorethindrone acetate-ethinyl estradiol tab 0.5 mg-2.5\nmcg, 1 mg-5 mcg.............................................................21\n\nnorethindrone acetate tab 5 mg......................................23\nnorethindrone ac-ethinyl estrad-fe tab 1-20/1-30/1-35\nmg-mcg..............................................................................22\n\nnorethindrone-eth estradiol tab 0.5-35/0.75-35/1-35 mg-\nmcg.................................................................................... 22\n\nnorethindrone-eth estradiol tab 0.5-35/1-35/0.5-35 mg-\nmcg.................................................................................... 22\n\nnorethindrone tab 0.35 mg...............................................22\nnorgestimate & ethinyl estradiol tab 0.25 mg-35\nmcg.................................................................................... 22\n\nnorgestimate-eth estrad tab 0.18-25/0.215-25/0.25-25\nmg-mcg, 0.18-35/0.215-35/0.25-35 mg-mcg.................. 22\n\nnorgestrel & ethinyl estradiol tab 0.3 mg-30 mcg......... 22\nNORLIQVA...........................................................................32\nNORPACE............................................................................33\nNORPACE CR.....................................................................33\nNORTRIPTYLINE HCL........................................................51\nnortriptyline hcl cap 10 mg, 25 mg, 50 mg, 75 mg........ 51\nNORVIR................................................................................. 6\nNOURIANZ.......................................................................... 69\nNOVAFERRUM PEDIATRIC DROP................................... 77\nNOVAREL............................................................................ 29\nNOVAVAX COVID-19 VACCINE......................................... 10\nNOVOEIGHT........................................................................79\nNOVOLIN 70/30.................................................................. 26\nNOVOLIN 70/30 FLEXPEN................................................ 26\nNOVOLIN 70/30 FLEXPEN REL........................................ 26\n\nNOVOLIN 70/30 RELION................................................... 26\nNOVOLIN N......................................................................... 26\nNOVOLIN N FLEXPEN.......................................................26\nNOVOLIN N FLEXPEN RELION........................................ 26\nNOVOLIN N RELION..........................................................26\nNOVOLIN R......................................................................... 26\nNOVOLIN R FLEXPEN.......................................................26\nNOVOLIN R FLEXPEN RELION........................................ 26\nNOVOLIN R RELION..........................................................26\nNOVOLOG........................................................................... 25\nNOVOLOG FLEXPEN.........................................................25\nNOVOLOG FLEXPEN RELION..........................................25\nNOVOLOG MIX 70/30.........................................................26\nNOVOLOG MIX 70/30 PREFILL.........................................26\nNOVOLOG MIX 70/30 RELION..........................................26\nNOVOLOG PENFILL...........................................................26\nNOVOLOG RELION............................................................26\nNOVOSEVEN RT................................................................ 79\nNOXAFIL................................................................................4\nNUBEQA.............................................................................. 16\nNUCALA...............................................................................42\nNUCYNTA............................................................................ 60\nNUCYNTA ER......................................................................60\nNUEDEXTA..........................................................................57\nNULIBRY..............................................................................29\nNUPLAZID........................................................................... 53\nNURTEC.............................................................................. 65\nNUVARING.......................................................................... 23\nNUVESSA............................................................................ 48\nNUWIQ.................................................................................80\nNUZYRA.................................................................................3\nNYMALIZE........................................................................... 32\nnystatin cream 100000 unit/gm....................................... 90\nnystatin oint 100000 unit/gm........................................... 90\nnystatin susp 100000 unit/ml...........................................84\nnystatin tab 500000 unit..................................................... 4\nnystatin topical powder 100000 unit/gm........................ 90\nnystatin-triamcinolone cream 100000-0.1 unit/gm-\n%.........................................................................................90\n\nnystatin-triamcinolone oint 100000-0.1 unit/gm-%........90\nO\n\nOB COMPLETE...................................................................72\nOB COMPLETE/DHA..........................................................72\nOB COMPLETE ONE......................................................... 72\nOB COMPLETE PETITE.....................................................72\nOB COMPLETE PREMIER.................................................72\nOBIZUR................................................................................80\nOBSTETRIX DHA................................................................72\nOBSTETRIX EC.................................................................. 72\nOBSTETRIX ONE............................................................... 73\nOCALIVA..............................................................................47\nOCTREOTIDE ACETATE....................................................29\noctreotide acetate inj 200 mcg/ml (0.2 mg/ml), 1000\nmcg/ml (1 mg/ml).............................................................29\n\noctreotide acetate inj 50 mcg/ml (0.05 mg/ml), 100\nmcg/ml (0.1 mg/ml), 500 mcg/ml (0.5 mg/ml)............... 29\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 117\n\nODACTRA............................................................................12\nODEFSEY.............................................................................. 6\nODOMZO............................................................................. 16\nOFEV....................................................................................43\nOFLOXACIN.......................................................................... 3\nofloxacin ophth soln 0.3%............................................... 82\nofloxacin otic soln 0.3%................................................... 84\nofloxacin tab 400 mg.......................................................... 3\nolanzapine-fluoxetine hcl cap 3-25 mg, 6-25 mg...........57\nolanzapine-fluoxetine hcl cap 6-50 mg, 12-25 mg, 12-50\nmg...................................................................................... 57\n\nolanzapine orally disintegrating tab 5 mg, 10 mg, 15\nmg, 20 mg.........................................................................53\n\nolanzapine tab 15 mg, 20 mg...........................................53\nolanzapine tab 2.5 mg, 5 mg, 7.5 mg, 10 mg................. 53\nolmesartan-amlodipine-hydrochlorothiazide tab\n20-5-12.5 mg, 40-5-12.5 mg, 40-5-25 mg, 40-10-12.5\nmg, 40-10-25 mg.............................................................. 35\n\nolmesartan medoxomil-hydrochlorothiazide tab\n20-12.5 mg........................................................................ 34\n\nolmesartan medoxomil-hydrochlorothiazide tab\n40-12.5 mg, 40-25 mg......................................................35\n\nolmesartan medoxomil tab 5 mg, 20 mg, 40 mg........... 34\nolopatadine hcl nasal soln 0.6%..................................... 40\nolopatadine hcl ophth soln 0.1% (base equivalent),\n0.2% (base equivalent)....................................................82\n\nOLUMIANT...........................................................................64\nomeprazole cap delayed release 10 mg, 20 mg, 40\nmg...................................................................................... 45\n\nomeprazole-sodium bicarbonate cap 20-1100 mg,\n40-1100 mg........................................................................45\n\nomeprazole-sodium bicarbonate powd pack for susp\n20-1680 mg, 40-1680 mg.................................................45\n\nOMNARIS............................................................................ 40\nOMNIFLEX DIAPHRAGM................................................... 94\nOMNIPOD DASH INTRO KIT (G........................................95\nOMNIPOD DASH PODS (GEN 4)......................................95\nOMNIPOD 5 G6 INTRO KIT (G..........................................95\nOMNIPOD 5 G6 PODS (GEN 5)........................................95\nON/GO COVID-19 ANTIGEN SE....................................... 93\nON/GO ONE COVID-19 ANTIGE.......................................93\nONDANSETRON HCL........................................................ 46\nondansetron hcl oral soln 4 mg/5ml...............................46\nondansetron hcl tab 4 mg, 8 mg.....................................46\nondansetron orally disintegrating tab 4 mg, 8 mg........46\nONE VITE WOMENS PRENATAL......................................73\nONEXTON............................................................................90\nONGENTYS.........................................................................69\nONUREG..............................................................................16\nONZETRA XSAIL................................................................ 65\nOPSUMIT.............................................................................38\nOPTICHAMBER...................................................................95\nOPTICHAMBER DIAMOND................................................95\nOPTICHAMBER DIAMOND/LARGE.................................. 95\nOPTICHAMBER DIAMOND/MEDIU................................... 95\nOPTICHAMBER DIAMOND/SMALL...................................95\nOPTIONS GYNOL II VAGINAL...........................................48\n\nORACEA.............................................................................. 90\nORALAIR..............................................................................12\nORAPRED ODT.................................................................. 19\nORAVIG................................................................................84\nORENCIA.............................................................................64\nORENCIA CLICKJECT....................................................... 64\nORENITRAM........................................................................38\nORFADIN............................................................................. 29\nORGOVYX........................................................................... 16\nORIAHNN.............................................................................21\nORILISSA.............................................................................29\nORKAMBI.............................................................................43\norphenadrine citrate tab er 12hr 100 mg........................71\norphenadrine w/ aspirin & caffeine tab 25-385-30\nmg...................................................................................... 71\n\norphenadrine w/ aspirin & caffeine tab 50-770-60\nmg...................................................................................... 71\n\nORTIKOS............................................................................. 19\noseltamivir phosphate cap 30 mg (base equiv)...............6\noseltamivir phosphate cap 45 mg (base equiv), 75 mg\n(base equiv)........................................................................ 6\n\noseltamivir phosphate for susp 6 mg/ml (base\nequiv)................................................................................... 6\n\nOSMOLEX ER.....................................................................70\nOSPHENA............................................................................29\nOTEZLA............................................................................... 64\nOTOVEL...............................................................................84\nOTREXUP............................................................................64\noxandrolone tab 2.5 mg, 10 mg.......................................20\noxaprozin tab 600 mg....................................................... 64\nOXAYDO.............................................................................. 60\noxazepam cap 10 mg, 15 mg, 30 mg.............................. 50\nOXBRYTA............................................................................ 77\noxcarbazepine susp 300 mg/5ml (60 mg/ml)................. 67\noxcarbazepine tab 150 mg, 300 mg, 600 mg..................67\nOXERVATE.......................................................................... 82\noxiconazole nitrate cream 1%......................................... 90\nOXISTAT.............................................................................. 90\nOXTELLAR XR....................................................................68\noxybutynin chloride syrup 5 mg/5ml..............................48\noxybutynin chloride tab er 24hr 15 mg.......................... 48\noxybutynin chloride tab er 24hr 5 mg, 10 mg................48\noxybutynin chloride tab 5 mg..........................................48\nOXYCODONE/ACETAMINOPHEN.....................................61\nOXYCODONE AND ACETAMINOPH.................................60\noxycodone hcl cap 5 mg..................................................61\noxycodone hcl conc 100 mg/5ml (20 mg/ml)................. 61\noxycodone hcl soln 5 mg/5ml......................................... 61\noxycodone hcl tab 5 mg...................................................61\noxycodone hcl tab 10 mg.................................................61\noxycodone hcl tab 20 mg.................................................61\noxycodone hcl tab 15 mg, 30 mg....................................61\nOXYCODONE HYDROCHLORIDE/A.................................61\noxycodone w/ acetaminophen tab 5-325 mg................. 61\noxycodone w/ acetaminophen tab 2.5-325 mg, 7.5-325\nmg, 10-325 mg..................................................................61\n\noxymorphone hcl tab 5 mg, 10 mg.................................61\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 118\n\nOXYMORPHONE HYDROCHLORIDE...............................61\nOXYTROL............................................................................ 48\nOZEMPIC.............................................................................24\nOZOBAX.............................................................................. 71\n\nP\nPALFORZIA INITIAL DOSE ES..........................................12\nPALFORZIA LEVEL 1......................................................... 12\nPALFORZIA LEVEL 2......................................................... 12\nPALFORZIA LEVEL 3......................................................... 12\nPALFORZIA LEVEL 4......................................................... 12\nPALFORZIA LEVEL 5......................................................... 12\nPALFORZIA LEVEL 6......................................................... 12\nPALFORZIA LEVEL 7......................................................... 12\nPALFORZIA LEVEL 8......................................................... 12\nPALFORZIA LEVEL 9......................................................... 12\nPALFORZIA LEVEL 10....................................................... 12\nPALFORZIA LEVEL 11 (MAINT..........................................12\nPALFORZIA LEVEL 11 (TITRA.......................................... 12\npaliperidone tab er 24hr 6 mg......................................... 53\npaliperidone tab er 24hr 1.5 mg, 3 mg, 9 mg................. 53\nPALYNZIQ............................................................................ 29\nPANDA MASK LARGE........................................................95\nPANDA MASK MEDIUM..................................................... 95\nPANDA MASK SMALL........................................................ 95\nPANDEL............................................................................... 90\nPANRETIN........................................................................... 90\npantoprazole sodium ec tab 20 mg (base equiv), 40 mg\n(base equiv)......................................................................45\n\npantoprazole sodium for delayed release susp packet\n40 mg.................................................................................45\n\nparicalcitol cap 4 mcg...................................................... 29\nparicalcitol cap 1 mcg, 2 mcg......................................... 29\nparomomycin sulfate cap 250 mg.....................................3\nparoxetine hcl oral susp 10 mg/5ml (base equiv)......... 51\nparoxetine hcl tab er 24hr 12.5 mg, 25 mg, 37.5 mg..... 51\nparoxetine hcl tab 10 mg, 20 mg, 30 mg, 40 mg............51\nparoxetine mesylate cap 7.5 mg (base equiv)............... 57\nPASER....................................................................................3\nPAXLOVID..............................................................................6\nPEDIARIX............................................................................ 11\nPEDIATRIC PANDA MASK.................................................95\nPEDVAX HIB....................................................................... 10\nPEGASYS.............................................................................. 6\npeg 3350-kcl-na bicarb-nacl-na sulfate for soln 236\ngm...................................................................................... 44\n\npeg 3350-kcl-nacl-na sulfate-na ascorbate-c for soln\n100 gm...............................................................................44\n\npeg 3350-kcl-sod bicarb-nacl for soln 420 gm.............. 44\nPEG-PREP...........................................................................44\nPEMAZYRE......................................................................... 16\npenicillamine cap 250 mg................................................ 96\npenicillamine tab 250 mg................................................. 96\nPENICILLIN V POTASSIUM................................................. 1\npenicillin v potassium tab 250 mg, 500 mg..................... 1\nPENTACEL.......................................................................... 11\n\npentamidine isethionate for nebulization soln 300\nmg........................................................................................ 9\n\nPENTASA.............................................................................47\npentoxifylline tab er 400 mg............................................ 80\nperindopril erbumine tab 2 mg, 4 mg, 8 mg...................35\npermethrin cream 5%........................................................90\nPERPHENAZINE/AMITRIPTYLIN...................................... 57\nperphenazine tab 2 mg, 4 mg, 8 mg, 16 mg...................53\nPEXEVA............................................................................... 51\nPFIZER-BIONTECH COVID-19..........................................10\nPHENELZINE SULFATE..................................................... 51\nphenobarbital elixir 20 mg/5ml........................................54\nphenobarbital tab 15 mg, 30 mg, 60 mg, 100 mg.......... 54\nphenobarbital tab 16.2 mg, 32.4 mg, 64.8 mg, 97.2\nmg...................................................................................... 54\n\nphenoxybenzamine hcl cap 10 mg................................. 35\nphentermine hcl cap 37.5 mg.......................................... 55\nphentermine hcl cap 15 mg, 30 mg................................ 55\nphentermine hcl tab 37.5 mg...........................................55\nphenylephrine hcl ophth soln 2.5%, 10%.......................83\nPHENYTEK..........................................................................68\nphenytoin chew tab 50 mg...............................................68\nphenytoin sodium extended cap 100 mg.......................68\nphenytoin sodium extended cap 200 mg, 300 mg.........68\nphenytoin susp 125 mg/5ml.............................................68\nPHOSLYRA..........................................................................47\nphytonadione tab 5 mg.................................................... 71\nPIFELTRO..............................................................................6\npilocarpine hcl ophth soln 1%, 2%, 4%..........................83\npilocarpine hcl tab 5 mg, 7.5 mg.....................................84\nPILOT COVID-19 AT-HOME TE.........................................93\npimecrolimus cream 1%...................................................90\nPIMOZIDE............................................................................57\npindolol tab 5 mg, 10 mg................................................. 31\npioglitazone hcl-glimepiride tab 30-2 mg, 30-4 mg....... 24\npioglitazone hcl-metformin hcl tab 15-500 mg, 15-850\nmg...................................................................................... 25\n\npioglitazone hcl tab 15 mg (base equiv), 30 mg (base\nequiv), 45 mg (base equiv).............................................24\n\nPIQRAY 200MG DAILY DOSE........................................... 16\nPIQRAY 250MG DAILY DOSE........................................... 16\nPIQRAY 300MG DAILY DOSE........................................... 16\npirfenidone tab 267 mg.................................................... 43\npirfenidone tab 801 mg.................................................... 43\npiroxicam cap 10 mg, 20 mg........................................... 64\nPLEGRIDY........................................................................... 57\nPLEGRIDY STARTER PACK..............................................58\nPLIAGLIS............................................................................. 90\nPNEUMOVAX 23.................................................................11\nPNEUMOVAX 23/1 DOSE.................................................. 11\nPNV-DHA............................................................................. 73\nPNV-DHA+DOCUSATE.......................................................73\nPNV-OMEGA....................................................................... 73\nPNV-SELECT.......................................................................73\nPOCKET CHAMBER...........................................................95\nPOCKET SPACER.............................................................. 95\npodofilox soln 0.5%.......................................................... 90\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 119\n\npolymyxin b-trimethoprim ophth soln 10000 unit/\nml-0.1%..............................................................................83\n\nPOMALYST..........................................................................16\nposaconazole tab delayed release 100 mg......................4\npotassium chloride cap er 8 meq, 10 meq.....................75\nPOTASSIUM CHLORIDE ER............................................. 75\npotassium chloride microencapsulated crys er tab 15\nmeq.................................................................................... 76\n\npotassium chloride microencapsulated crys er tab 10\nmeq, 20 meq.....................................................................75\n\npotassium chloride oral soln 10% (20 meq/15ml), 20%\n(40 meq/15ml)...................................................................76\n\npotassium chloride powder packet 20 meq...................76\npotassium chloride tab er 10 meq, 20 meq (1500\nmg)..................................................................................... 76\n\npotassium chloride tab er 8 meq (600 mg).................... 76\npotassium citrate tab er 5 meq (540 mg)....................... 49\npotassium citrate tab er 10 meq (1080 mg)................... 49\npotassium citrate tab er 15 meq (1620 mg)................... 49\npotassium phosphate monobasic tab 500 mg.............. 76\npot phos monobasic w/sod phos di & monobas tab\n155-852-130mg................................................................. 75\n\nPRADAXA............................................................................ 78\npramipexole dihydrochloride tab er 24hr 0.375 mg,\n0.75 mg, 1.5 mg, 2.25 mg, 3 mg, 3.75 mg, 4.5 mg........ 70\n\npramipexole dihydrochloride tab 0.125 mg, 0.25 mg,\n0.5 mg, 0.75 mg, 1 mg, 1.5 mg.......................................70\n\nprasugrel hcl tab 5 mg (base equiv), 10 mg (base\nequiv)................................................................................. 80\n\npravastatin sodium tab 10 mg, 20 mg, 40 mg, 80\nmg...................................................................................... 38\n\npraziquantel tab 600 mg.....................................................8\nprazosin hcl cap 1 mg......................................................35\nprazosin hcl cap 2 mg, 5 mg........................................... 35\nPRED-G............................................................................... 83\nPRED-G S.O.P.....................................................................83\nPREDNICARBATE...............................................................90\nPREDNISOLONE................................................................ 19\nPREDNISOLONE ACETATE...............................................83\nPREDNISOLONE SODIUM PHOSP.................................. 19\nprednisolone sod phosphate oral soln 15 mg/5ml\n(base equiv)......................................................................19\n\nprednisolone sod phosphate oral soln 10 mg/5ml\n(base equiv)......................................................................19\n\nprednisolone sod phosphate oral soln 20 mg/5ml\n(base equiv)......................................................................19\n\nprednisolone sod phosph oral soln 6.7 mg/5ml (5\nmg/5ml base)....................................................................19\n\nPREDNISONE..................................................................... 19\nPREDNISONE INTENSOL..................................................19\nprednisone tab 1 mg, 2.5 mg, 5 mg, 10 mg, 20 mg, 50\nmg...................................................................................... 19\n\nprednisone tab therapy pack 5 mg (21), 5 mg (48)........19\nprednisone tab therapy pack 10 mg (21), 10 mg\n(48)..................................................................................... 19\n\nPREFERRED PLUS GLUCOSE.........................................25\nPREFEST.............................................................................21\n\npregabalin cap 25 mg, 50 mg, 75 mg, 100 mg, 150 mg,\n200 mg, 225 mg, 300 mg................................................ 68\n\npregabalin soln 20 mg/ml.................................................68\nPREGNYL W/DILUENT BENZYL.......................................29\nPREHEVBRIO......................................................................11\nPREMARIN.......................................................................... 21\nPREMESISRX......................................................................73\nPREMPHASE.......................................................................21\nPREMPRO........................................................................... 21\nPRENA1 CHEW.................................................................. 74\nPRENAISSANCE.................................................................73\nPRENAISSANCE PLUS......................................................73\nPRENA1 PEARL................................................................. 74\nPRENATABS RX................................................................. 73\nPRENATAL...........................................................................73\nPRENATAL 19..................................................................... 73\nPRENATAL PLUS................................................................73\nPRENATAL PLUS VITAMIN AND.......................................73\nPRENATAL-U.......................................................................73\nPRENATAL VITAMINS PLUS LO....................................... 73\nPRENATE.............................................................................73\nPRENATE AM......................................................................73\nPRENATE DHA................................................................... 73\nPRENATE ELITE.................................................................73\nPRENATE ENHANCE......................................................... 73\nPRENATE ESSENTIAL.......................................................73\nPRENATE MINI................................................................... 73\nPRENATE PIXIE..................................................................73\nPRENATE RESTORE......................................................... 74\nPRENA 1 TRUE.................................................................. 73\nPRENATVITE COMPLETE................................................. 74\nPRENATVITE PLUS............................................................74\nPRENATVITE RX................................................................ 74\nPRESTALIA..........................................................................35\nPRETOMANID....................................................................... 3\nPREVNAR 13...................................................................... 11\nPREVNAR 20...................................................................... 11\nPREVYMIS.............................................................................6\nPREZCOBIX.......................................................................... 6\nPREZISTA..............................................................................6\nPRIFTIN................................................................................. 3\nPRILOSEC........................................................................... 45\nPRIMACARE........................................................................74\nprimaquine phosphate tab 26.3 mg (15 mg base)...........8\nprimidone tab 50 mg.........................................................68\nprimidone tab 250 mg.......................................................68\nprobenecid tab 500 mg.....................................................66\nPROCARE SPACER CHAMBER W/..................................95\nprochlorperazine maleate tab 5 mg (base\nequivalent)........................................................................ 53\n\nprochlorperazine maleate tab 10 mg (base\nequivalent)........................................................................ 53\n\nprochlorperazine suppos 25 mg..................................... 53\nPRO COMFORT INHALER SPACE................................... 95\nPROCRIT............................................................................. 77\nPROCTOFOAM HC.............................................................85\nPROCYSBI...........................................................................49\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 120\n\nPROFILNINE........................................................................80\nprogesterone cap 100 mg, 200 mg................................. 23\nprogesterone im in oil 50 mg/ml..................................... 23\nPROGRAF........................................................................... 96\nPROLATE.............................................................................61\nPROMACTA......................................................................... 77\npromethazine & phenylephrine syrup 6.25-5\nmg/5ml...............................................................................40\n\npromethazine-dm syrup 6.25-15 mg/5ml........................40\npromethazine hcl suppos 12.5 mg, 25 mg..................... 40\npromethazine hcl syrup 6.25 mg/5ml............................. 40\npromethazine hcl tab 12.5 mg, 25 mg, 50 mg................40\npromethazine-phenylephrine-codeine syrup 6.25-5-10\nmg/5ml...............................................................................41\n\npromethazine w/ codeine syrup 6.25-10 mg/5ml...........40\nPROMETHEGAN.................................................................40\npropafenone hcl cap er 12hr 225 mg, 325 mg, 425\nmg...................................................................................... 33\n\npropafenone hcl tab 150 mg............................................33\npropafenone hcl tab 225 mg, 300 mg............................. 33\nPROPRANOLOL HCL.........................................................31\npropranolol hcl cap er 24hr 60 mg, 80 mg, 120 mg, 160\nmg...................................................................................... 31\n\npropranolol hcl oral soln 20 mg/5ml...............................31\npropranolol hcl tab 60 mg, 80 mg...................................31\npropranolol hcl tab 10 mg, 20 mg, 40 mg...................... 31\npropylthiouracil tab 50 mg...............................................27\nPROQUAD........................................................................... 11\nprotriptyline hcl tab 5 mg, 10 mg....................................51\nPROVIDA OB...................................................................... 74\nPRUDOXIN.......................................................................... 90\npseudoephed-bromphen-dm syrup 30-2-10 mg/5ml.....41\nPULMOZYME...................................................................... 44\nPURE COMFORT INHALER SPAC................................... 95\nPURIXAN............................................................................. 16\npyrazinamide tab 500 mg................................................... 4\nPYRIDOSTIGMINE BROMIDE........................................... 71\npyridostigmine bromide oral soln 60 mg/5ml................71\npyridostigmine bromide tab er 180 mg.......................... 71\npyridostigmine bromide tab 60 mg.................................71\npyrimethamine tab 25 mg.................................................. 8\nPYRUKYND......................................................................... 80\nPYRUKYND TAPER PACK.................................................80\n\nQ\nQBRELIS..............................................................................35\nQBREXZA............................................................................ 90\nQDOLO................................................................................ 61\nQINLOCK............................................................................. 16\nQNASL................................................................................. 40\nQNASL CHILDRENS...........................................................40\nQSYMIA............................................................................... 55\nQUADRACEL.......................................................................12\nQUAZEPAM......................................................................... 54\nQUETIAPINE FUMARATE.................................................. 53\nquetiapine fumarate tab er 24hr 150 mg, 200 mg..........53\n\nquetiapine fumarate tab er 24hr 50 mg, 300 mg, 400\nmg...................................................................................... 53\n\nquetiapine fumarate tab 100 mg......................................53\nquetiapine fumarate tab 200 mg......................................53\nquetiapine fumarate tab 25 mg, 50 mg...........................53\nquetiapine fumarate tab 300 mg, 400 mg.......................53\nQUICKVUE AT-HOME COVID-19...................................... 93\nQUILLICHEW ER................................................................ 55\nQUILLIVANT XR..................................................................55\nquinapril hcl tab 5 mg, 10 mg, 20 mg, 40 mg.................35\nquinapril-hydrochlorothiazide tab 10-12.5 mg, 20-12.5\nmg, 20-25 mg....................................................................35\n\nquinidine gluconate tab er 324 mg................................. 33\nQUINIDINE SULFATE......................................................... 33\nquinine sulfate cap 324 mg................................................8\nQULIPTA.............................................................................. 65\nQVAR REDIHALER............................................................. 42\n\nR\nRABAVERT.......................................................................... 11\nRABEPRAZOLE SODIUM DR SPR................................... 45\nrabeprazole sodium ec tab 20 mg...................................45\nRADICAVA ORS..................................................................70\nRADICAVA ORS STARTER KIT......................................... 70\nRAGWITEK.......................................................................... 12\nraloxifene hcl tab 60 mg...................................................29\nramipril cap 1.25 mg, 2.5 mg, 5 mg, 10 mg.................... 35\nranolazine tab er 12hr 500 mg, 1000 mg........................ 31\nRAPAMUNE......................................................................... 96\nrasagiline mesylate tab 0.5 mg (base equiv), 1 mg\n(base equiv)......................................................................70\n\nRAVICTI............................................................................... 29\nRAYALDEE...........................................................................29\nRAYOS................................................................................. 19\nREBIF...................................................................................58\nREBIF REBIDOSE.............................................................. 58\nREBIF REBIDOSE TITRATION.......................................... 58\nREBIF TITRATION PACK................................................... 58\nREBINYN............................................................................. 80\nRECOMBINATE...................................................................80\nRECOMBIVAX HB...............................................................11\nRECORLEV......................................................................... 29\nRECTIV................................................................................ 85\nREDITREX........................................................................... 64\nREGRANEX.........................................................................90\nRELAFEN DS...................................................................... 64\nRELENZA DISKHALER........................................................ 6\nRELNATE DHA....................................................................74\nRELTONE.............................................................................47\nrepaglinide tab 0.5 mg, 1 mg, 2 mg................................ 25\nREPATHA.............................................................................38\nREPATHA PUSHTRONEX SYSTEM..................................38\nREPATHA SURECLICK...................................................... 38\nRESET................................................................................. 96\nRESET FOR IOS OR ANDROID........................................96\nRESET NON-MONETARY CM........................................... 96\nRESET-O............................................................................. 96\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 121\n\nRESET-O FOR IOS OR ANDROI...................................... 96\nRESET-O NON-MONETARY CM....................................... 96\nRESTASIS............................................................................83\nRETACRIT............................................................................77\nRETEVMO........................................................................... 16\nREVCOVI............................................................................. 29\nREVLIMID............................................................................ 96\nREXULTI.............................................................................. 53\nREYATAZ................................................................................6\nREYVOW............................................................................. 65\nREZUROCK.........................................................................96\nRHOPRESSA.......................................................................83\nRIASTAP.............................................................................. 80\nribavirin cap 200 mg........................................................... 6\nribavirin tab 200 mg............................................................7\nRIDAURA............................................................................. 64\nrifabutin cap 150 mg...........................................................4\nrifampin cap 150 mg, 300 mg............................................ 4\nriluzole tab 50 mg..............................................................70\nRINVOQ............................................................................... 64\nrisedronate sodium tab delayed release 35 mg............ 29\nrisedronate sodium tab 35 mg........................................ 29\nrisedronate sodium tab 150 mg...................................... 29\nrisedronate sodium tab 5 mg, 30 mg..............................29\nRISPERIDONE ODT........................................................... 53\nrisperidone orally disintegrating tab 4 mg.....................53\nrisperidone orally disintegrating tab 0.5 mg, 1 mg, 2\nmg, 3 mg...........................................................................53\n\nrisperidone soln 1 mg/ml................................................. 53\nrisperidone tab 0.25 mg................................................... 53\nrisperidone tab 3 mg........................................................ 53\nrisperidone tab 0.5 mg, 1 mg, 2 mg, 4 mg..................... 53\nRITEFLO.............................................................................. 95\nritonavir tab 100 mg............................................................7\nrivastigmine tartrate cap 1.5 mg (base equivalent), 3\nmg (base equivalent), 4.5 mg (base equivalent), 6 mg\n(base equivalent)............................................................. 58\n\nrivastigmine td patch 24hr 4.6 mg/24hr, 9.5 mg/24hr,\n13.3 mg/24hr.....................................................................58\n\nRIXUBIS...............................................................................80\nrizatriptan benzoate oral disintegrating tab 5 mg (base\neq)...................................................................................... 65\n\nrizatriptan benzoate oral disintegrating tab 10 mg\n(base eq)........................................................................... 65\n\nrizatriptan benzoate tab 5 mg (base equivalent)........... 65\nrizatriptan benzoate tab 10 mg (base equivalent)......... 65\nROCKLATAN........................................................................83\nropinirole hydrochloride tab er 24hr 2 mg (base\nequivalent), 4 mg (base equivalent), 6 mg (base\nequivalent), 8 mg (base equivalent), 12 mg (base\nequivalent)........................................................................ 70\n\nropinirole hydrochloride tab 0.25 mg, 0.5 mg, 1 mg, 2\nmg, 3 mg, 4 mg, 5 mg.....................................................70\n\nrosuvastatin calcium tab 5 mg, 10 mg, 20 mg, 40\nmg...................................................................................... 38\n\nROSZET...............................................................................38\nROTARIX..............................................................................11\n\nROTATEQ............................................................................ 11\nROXYBOND.........................................................................61\nROZLYTREK........................................................................16\nRUBRACA............................................................................16\nRUCONEST.........................................................................80\nrufinamide susp 40 mg/ml............................................... 68\nrufinamide tab 200 mg, 400 mg.......................................68\nRUKOBIA............................................................................... 7\nRYBELSUS.......................................................................... 25\nRYCLORA............................................................................40\nRYDAPT...............................................................................17\nRYTARY............................................................................... 70\nRYVENT...............................................................................40\n\nS\nSANCUSO........................................................................... 46\nSANDIMMUNE.................................................................... 96\nSANTYL............................................................................... 90\nsapropterin dihydrochloride powder packet 100 mg,\n500 mg...............................................................................29\n\nsapropterin dihydrochloride tab 100 mg........................29\nSAVELLA..............................................................................58\nSAVELLA TITRATION PACK.............................................. 58\nSAXENDA............................................................................ 55\nSCEMBLIX........................................................................... 17\nscopolamine td patch 72hr 1 mg/3days......................... 46\nSECUADO........................................................................... 53\nSEGLENTIS.........................................................................61\nSELECT-OB.........................................................................74\nSELECT-OB+DHA...............................................................74\nselegiline hcl cap 5 mg.................................................... 70\nselegiline hcl tab 5 mg..................................................... 70\nselenium sulfide lotion 2.5%............................................90\nSELZENTRY.......................................................................... 7\nSEMGLEE............................................................................26\nSE-NATAL 19.......................................................................74\nSEREVENT DISKUS...........................................................43\nSERNIVO............................................................................. 91\nsertraline hcl oral concentrate for solution 20 mg/\nml........................................................................................51\n\nsertraline hcl tab 25 mg, 50 mg, 100 mg........................ 51\nSERTRALINE HYDROCHLORIDE.....................................51\nsevelamer carbonate packet 0.8 gm, 2.4 gm................. 47\nsevelamer carbonate tab 800 mg....................................47\nsevelamer hcl tab 800 mg................................................47\nSEVELAMER HYDROCHLORIDE..................................... 47\nSEVENFACT........................................................................80\nSFROWASA.........................................................................47\nSHINGRIX............................................................................11\nSHUR-SEAL.........................................................................48\nSIGNIFOR............................................................................29\nSIKLOS................................................................................ 77\nsildenafil citrate for suspension 10 mg/ml.....................38\nsildenafil citrate tab 20 mg.............................................. 38\nsildenafil citrate tab 25 mg, 50 mg, 100 mg................... 39\nsilodosin cap 4 mg, 8 mg.................................................49\nsilver sulfadiazine cream 1%...........................................91\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 122\n\nSIMBRINZA..........................................................................83\nSIMPONI.............................................................................. 64\nsimvastatin tab 5 mg, 80 mg........................................... 38\nsimvastatin tab 10 mg, 20 mg, 40 mg.............................38\nsirolimus oral soln 1 mg/ml.............................................97\nsirolimus tab 0.5 mg, 1 mg, 2 mg................................... 97\nSIRTURO............................................................................... 4\nSITAVIG..................................................................................7\nSIVEXTRO............................................................................. 9\nSKYRIZI............................................................................... 47\nSKYRIZI PEN...................................................................... 91\nSKYTROFA.......................................................................... 29\nSM GLUCOSE.....................................................................25\nSOAANZ...............................................................................36\nsodium chloride soln nebu 3%........................................41\nsodium chloride soln nebu 7%........................................41\nsodium citrate & citric acid soln 500-334 mg/5ml......... 49\nSODIUM FLUORIDE...........................................................76\nsodium fluoride chew tab 0.25 mg f (from 0.55 mg\nnaf), 0.5 mg f (from 1.1 mg naf), 1 mg f (from 2.2 mg\nnaf)..................................................................................... 76\n\nsodium fluoride cream 1.1%............................................84\nsodium fluoride gel 1.1% (0.5% f)................................... 84\nsodium fluoride paste 1.1%............................................. 84\nsodium fluoride-potassium nitrate gel 1.1-5%...............84\nsodium fluoride rinse 0.2%..............................................84\nsodium fluoride soln 0.125 mg/drop f (0.275 mg/drop\nnaf)..................................................................................... 76\n\nsodium fluoride soln 0.5 mg/ml f (from 1.1 mg/ml\nnaf)..................................................................................... 76\n\nsodium phenylbutyrate oral powder 3 gm/\nteaspoonful.......................................................................30\n\nsodium phenylbutyrate tab 500 mg................................ 30\nsodium polystyrene sulfonate powder...........................97\nsolifenacin succinate tab 5 mg....................................... 48\nsolifenacin succinate tab 10 mg..................................... 48\nSOLIQUA 100/33.................................................................25\nSOLOSEC..............................................................................8\nSOLTAMOX..........................................................................17\nSOMAVERT......................................................................... 30\nSOOLANTRA.......................................................................91\nsorafenib tosylate tab 200 mg (base equivalent).......... 17\nSORILUX..............................................................................91\nsotalol hcl (afib/afl) tab 80 mg, 120 mg, 160 mg............31\nsotalol hcl tab 160 mg......................................................31\nsotalol hcl tab 240 mg......................................................31\nsotalol hcl tab 80 mg, 120 mg......................................... 31\nSOTYLIZE............................................................................31\nSOVALDI................................................................................ 7\nSPIKEVAX COVID-19 VACCINE........................................ 11\nSPINOSAD...........................................................................91\nSPIRIVA HANDIHALER...................................................... 43\nSPIRIVA RESPIMAT........................................................... 43\nspironolactone & hydrochlorothiazide tab 25-25\nmg...................................................................................... 36\n\nspironolactone tab 25 mg, 50 mg, 100 mg.....................36\nSPRITAM..............................................................................68\n\nSPRIX...................................................................................64\nSPRYCEL.............................................................................17\nSPS...................................................................................... 97\nstannous fluoride conc 0.63%.........................................84\nstannous fluoride gel 0.4%.............................................. 84\nSTAVUDINE........................................................................... 7\nSTELARA.............................................................................91\nSTENDRA............................................................................ 39\nSTIMATE..............................................................................30\nSTIOLTO RESPIMAT.......................................................... 43\nSTIVARGA........................................................................... 17\nSTRENSIQ...........................................................................30\nSTRIBILD............................................................................... 7\nSTRIVERDI RESPIMAT...................................................... 43\nSUBSYS...............................................................................61\nSUCRAID............................................................................. 46\nsucralfate susp 1 gm/10ml...............................................45\nsucralfate tab 1 gm........................................................... 45\nSULCONAZOLE NITRATE................................................. 91\nSULFACETAMIDE SODIUM............................................... 83\nSULFACETAMIDE SODIUM/PRED....................................83\nsulfacetamide sodium lotion 10% (acne)....................... 91\nsulfacetamide sodium ophth soln 10%.......................... 83\nSULFADIAZINE......................................................................3\nsulfamethoxazole-trimethoprim susp 200-40\nmg/5ml................................................................................. 9\n\nsulfamethoxazole-trimethoprim tab 400-80 mg...............9\nsulfamethoxazole-trimethoprim tab 800-160 mg.............9\nSULFAMYLON.....................................................................91\nsulfasalazine tab delayed release 500 mg..................... 47\nsulfasalazine tab 500 mg..................................................47\nsulindac tab 150 mg, 200 mg...........................................64\nsumatriptan-naproxen sodium tab 85-500 mg...............65\nsumatriptan nasal spray 5 mg/act, 20 mg/act................65\nsumatriptan succinate inj 6 mg/0.5ml............................ 65\nSUMATRIPTAN SUCCINATE REF.....................................65\nsumatriptan succinate solution auto-injector 4\nmg/0.5ml, 6 mg/0.5ml...................................................... 65\n\nsumatriptan succinate tab 25 mg, 50 mg, 100 mg.........65\nsunitinib malate cap 12.5 mg (base equivalent)............17\nsunitinib malate cap 25 mg (base equivalent), 37.5 mg\n(base equivalent), 50 mg (base equivalent)................. 17\n\nSUNOSI................................................................................55\nSUPRAX.................................................................................2\nSUPREP BOWEL PREP KIT..............................................44\nSUTAB..................................................................................44\nSYMBICORT........................................................................43\nSYMDEKO........................................................................... 44\nSYMPAZAN..........................................................................68\nSYMPROIC.......................................................................... 47\nSYMTUZA.............................................................................. 7\nSYNAREL............................................................................ 30\nSYNDROS........................................................................... 46\nSYNERA...............................................................................91\nSYNJARDY.......................................................................... 25\nSYNJARDY XR................................................................... 25\nSYNRIBO............................................................................. 17\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 123\n\nSYNTHROID........................................................................27\n\nT\nTABLOID.............................................................................. 17\nTABRECTA...........................................................................17\ntacrolimus cap 0.5 mg, 1 mg, 5 mg................................ 97\ntacrolimus oint 0.03%, 0.1%.............................................91\ntadalafil tab 2.5 mg, 5 mg.................................................39\ntadalafil tab 10 mg, 20 mg................................................39\ntadalafil tab 20 mg (pah).................................................. 38\nTAFINLAR............................................................................ 17\nTAGRISSO...........................................................................17\nTAKHZYRO..........................................................................80\nTALICIA................................................................................ 45\nTALZENNA...........................................................................17\ntamoxifen citrate tab 10 mg (base equivalent).............. 17\ntamoxifen citrate tab 20 mg (base equivalent).............. 17\ntamsulosin hcl cap 0.4 mg...............................................49\nTAPERDEX 7-DAY.............................................................. 20\nTAPERDEX 12-DAY............................................................ 19\nTARON-C DHA....................................................................74\nTARON-PREX......................................................................74\nTARPEYO............................................................................ 20\nTASIGNA..............................................................................17\nTAVALISSE.......................................................................... 80\ntazarotene cream 0.1%..................................................... 91\nTAZORAC............................................................................ 91\nTAZVERIK............................................................................17\nTDVAX..................................................................................12\nTEGRETOL..........................................................................68\nTEGRETOL-XR....................................................................68\nTEGSEDI..............................................................................58\nTEKTURNA HCT.................................................................35\ntelmisartan-amlodipine tab 40-5 mg, 40-10 mg, 80-5\nmg, 80-10 mg....................................................................35\n\ntelmisartan-hydrochlorothiazide tab 40-12.5 mg,\n80-12.5 mg, 80-25 mg......................................................35\n\ntelmisartan tab 20 mg, 40 mg, 80 mg............................. 35\ntemazepam cap 7.5 mg, 22.5 mg.....................................54\ntemazepam cap 15 mg, 30 mg.........................................54\ntemozolomide cap 250 mg...............................................17\ntemozolomide cap 5 mg, 20 mg, 100 mg, 140 mg, 180\nmg...................................................................................... 17\n\nTENCON.............................................................................. 59\nTENIVAC..............................................................................12\ntenofovir disoproxil fumarate tab 300 mg........................7\nTEPMETKO......................................................................... 17\nterazosin hcl cap 1 mg (base equivalent), 2 mg (base\nequivalent), 5 mg (base equivalent), 10 mg (base\nequivalent)........................................................................ 35\n\nterbinafine hcl tab 250 mg................................................. 4\nterbutaline sulfate tab 2.5 mg, 5 mg............................... 43\nterconazole vaginal cream 0.4%, 0.8%........................... 48\nterconazole vaginal suppos 80 mg.................................48\nTESTOSTERONE................................................................20\ntestosterone cypionate im inj in oil 100 mg/ml, 200 mg/\nml........................................................................................20\n\nTESTOSTERONE ENANTHATE........................................ 20\nTESTOSTERONE PUMP....................................................20\ntestosterone td gel 12.5 mg/act (1%)..............................20\ntestosterone td gel 20.25 mg/act (1.62%).......................20\ntestosterone td gel 10mg/act (2%).................................. 20\ntestosterone td gel 50 mg/5gm (1%)...............................20\ntestosterone td gel 20.25 mg/1.25gm (1.62%)................20\ntestosterone td gel 25 mg/2.5gm (1%), 40.5 mg/2.5gm\n(1.62%)...............................................................................20\n\ntestosterone td soln 30 mg/act........................................20\ntetrabenazine tab 12.5 mg................................................58\ntetrabenazine tab 25 mg...................................................58\ntetracaine hcl ophth soln 0.5%........................................83\ntetracycline hcl cap 250 mg, 500 mg................................3\nTEXACORT..........................................................................91\nTHALITONE......................................................................... 36\nTHALOMID...........................................................................97\nTHEO-24.............................................................................. 43\ntheophylline soln 80 mg/15ml..........................................43\ntheophylline tab er 12hr 300 mg, 450 mg.......................43\ntheophylline tab er 24hr 400 mg, 600 mg.......................43\nTHIOLA EC..........................................................................49\nthiothixene cap 1 mg, 2 mg, 5 mg, 10 mg......................53\nTHRIVITE RX...................................................................... 74\nTHYQUIDITY....................................................................... 27\nthyroid tab 15 mg (1/4 grain)........................................... 27\nthyroid tab 30 mg (1/2 grain), 60 mg (1 grain), 90 mg (1\n1/2 grain), 120 mg (2 grain)............................................27\n\ntiagabine hcl tab 2 mg, 4 mg, 12 mg, 16 mg.................. 68\nTIBSOVO............................................................................. 17\nTIGLUTIK............................................................................. 70\ntimolol maleate ophth gel forming soln 0.25%,\n0.5%....................................................................................83\n\ntimolol maleate ophth soln 0.25%, 0.5%........................ 83\ntimolol maleate ophth soln 0.5% (once-daily)............... 83\ntimolol maleate preservative free ophth soln 0.5%.......83\ntimolol maleate tab 5 mg, 10 mg, 20 mg........................ 32\nTIMOPTIC OCUDOSE........................................................ 83\ntinidazole tab 250 mg, 500 mg...........................................9\ntiopronin tab 100 mg.........................................................49\nTIROSINT............................................................................ 27\nTIROSINT-SOL....................................................................27\nTIVICAY..................................................................................7\nTIVICAY PD........................................................................... 7\nTIVORBEX........................................................................... 64\ntizanidine hcl cap 2 mg (base equivalent), 4 mg (base\nequivalent), 6 mg (base equivalent)..............................71\n\ntizanidine hcl tab 2 mg (base equivalent)...................... 71\ntizanidine hcl tab 4 mg (base equivalent)...................... 71\nTLANDO...............................................................................20\nTOBI PODHALER..................................................................3\nTOBRADEX ST................................................................... 83\nTOBRAMYCIN....................................................................... 3\ntobramycin-dexamethasone ophth susp 0.3-0.1%........83\ntobramycin nebu soln 300 mg/5ml....................................3\ntobramycin nebu soln 300 mg/4ml....................................3\ntobramycin ophth soln 0.3%............................................83\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 124\n\nTODAY SPONGE................................................................ 49\ntolcapone tab 100 mg....................................................... 70\nTOLSURA.............................................................................. 4\ntolterodine tartrate cap er 24hr 2 mg, 4 mg................... 48\ntolterodine tartrate tab 1 mg, 2 mg.................................48\ntolvaptan tab 15 mg.......................................................... 30\ntolvaptan tab 30 mg.......................................................... 30\ntopiramate cap er 24hr sprinkle 200 mg........................ 68\ntopiramate cap er 24hr sprinkle 25 mg, 50 mg, 100 mg,\n150 mg...............................................................................68\n\ntopiramate sprinkle cap 15 mg, 25 mg........................... 68\ntopiramate tab 25 mg, 50 mg, 100 mg, 200 mg..............68\ntoremifene citrate tab 60 mg (base equivalent).............17\ntorsemide tab 5 mg, 10 mg, 20 mg, 100 mg...................36\nTOSYMRA............................................................................65\nTOUJEO MAX SOLOSTAR................................................ 26\nTOUJEO SOLOSTAR..........................................................26\nTRACLEER.......................................................................... 39\ntramadol-acetaminophen tab 37.5-325 mg.....................61\nTRAMADOL HCL ER..........................................................61\ntramadol hcl tab er 24hr 100 mg, 200 mg, 300 mg........ 61\ntramadol hcl tab 50 mg.................................................... 61\ntramadol hcl tab 100 mg.................................................. 61\nTRAMADOL HYDROCHLORIDE........................................61\nTRANDOLAPRIL/VERAPAMIL HC.....................................35\ntrandolapril tab 1 mg, 2 mg, 4 mg...................................35\ntranexamic acid tab 650 mg.............................................78\ntranylcypromine sulfate tab 10 mg................................. 51\ntravoprost ophth soln 0.004% (benzalkonium free) (bak\nfree)....................................................................................83\n\ntrazodone hcl tab 300 mg................................................ 51\ntrazodone hcl tab 50 mg, 100 mg, 150 mg..................... 51\nTRECATOR............................................................................4\nTRELEGY ELLIPTA.............................................................43\nTREMFYA............................................................................ 91\nTRESIBA..............................................................................27\nTRESIBA FLEXTOUCH...................................................... 27\ntretinoin cap 10 mg...........................................................17\ntretinoin cream 0.025%, 0.05%, 0.1%..............................91\ntretinoin gel 0.05%............................................................ 91\ntretinoin gel 0.01%, 0.025%..............................................91\ntretinoin microsphere gel 0.04%, 0.1%...........................91\nTRETTEN.............................................................................80\nTREXALL............................................................................. 17\nTREZIX.................................................................................61\ntriamcinolone acetonide aerosol soln 0.147 mg/gm.....91\ntriamcinolone acetonide cream 0.025%, 0.1%, 0.5%.....91\ntriamcinolone acetonide dental paste 0.1%...................84\ntriamcinolone acetonide lotion 0.025%, 0.1%................91\ntriamcinolone acetonide oint 0.05%............................... 91\ntriamcinolone acetonide oint 0.025%, 0.1%, 0.5%.........91\ntriamterene & hydrochlorothiazide cap 37.5-25 mg......36\ntriamterene & hydrochlorothiazide tab 37.5-25 mg.......36\ntriamterene & hydrochlorothiazide tab 75-50 mg..........36\ntriamterene cap 50 mg, 100 mg.......................................36\nTRICARE..............................................................................74\ntrientine hcl cap 250 mg...................................................97\n\ntrifluoperazine hcl tab 1 mg (base equivalent), 2 mg\n(base equivalent), 5 mg (base equivalent), 10 mg\n(base equivalent)............................................................. 53\n\nTRIFLURIDINE.................................................................... 83\nTRIHEXYPHENIDYL HCL...................................................70\ntrihexyphenidyl hcl tab 2 mg, 5 mg................................ 70\nTRIJARDY XR..................................................................... 25\nTRIKAFTA............................................................................ 44\ntrimethobenzamide hcl cap 300 mg................................46\nTRIMETHOPRIM................................................................... 9\ntrimipramine maleate cap 25 mg, 50 mg, 100 mg..........51\nTRINATAL RX 1.................................................................. 74\nTRINATE.............................................................................. 74\nTRINTELLIX.........................................................................51\nTRISTART DHA...................................................................74\nTRISTART FREE.................................................................74\nTRISTART ONE...................................................................74\nTRIUMEQ...............................................................................7\nTRIUMEQ PD........................................................................ 7\nTRIZIVIR................................................................................ 7\nTROKENDI XR.................................................................... 68\ntrospium chloride cap er 24hr 60 mg............................. 48\ntrospium chloride tab 20 mg........................................... 48\nTRUDHESA......................................................................... 65\nTRULANCE..........................................................................47\nTRULICITY...........................................................................25\nTRUMENBA.........................................................................11\nTRUSELTIQ......................................................................... 17\nTUKYSA...............................................................................17\nTURALIO..............................................................................18\nTUXARIN ER.......................................................................41\nTUZISTRA XR..................................................................... 41\nTWINRIX.............................................................................. 11\nTYBLUME............................................................................ 23\nTYBOST................................................................................. 7\nTYMLOS...............................................................................30\nTYVASO............................................................................... 39\nTYVASO REFILL................................................................. 39\nTYVASO STARTER.............................................................39\n\nU\nUBRELVY.............................................................................65\nUCERIS................................................................................85\nULTRAVATE......................................................................... 91\nUPNEEQ.............................................................................. 83\nUPTRAVI..............................................................................39\nURSODIOL.......................................................................... 47\nursodiol cap 300 mg......................................................... 48\nursodiol tab 250 mg..........................................................48\nursodiol tab 500 mg..........................................................48\nV\n\nvalacyclovir hcl tab 1 gm...................................................7\nvalacyclovir hcl tab 500 mg...............................................7\nVALCHLOR.......................................................................... 91\nvalganciclovir hcl for soln 50 mg/ml (base equiv).......... 7\nvalganciclovir hcl tab 450 mg (base equivalent).............7\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 125\n\nvalproate sodium oral soln 250 mg/5ml (base\nequiv)................................................................................. 68\n\nvalproic acid cap 250 mg.................................................68\nVALSARTAN........................................................................ 35\nvalsartan-hydrochlorothiazide tab 80-12.5 mg, 160-12.5\nmg, 160-25 mg, 320-12.5 mg, 320-25 mg...................... 35\n\nvalsartan tab 320 mg........................................................ 35\nvalsartan tab 40 mg, 80 mg, 160 mg...............................35\nVALTOCO.............................................................................68\nVALUE PLUS GLUCOSE....................................................25\nvancomycin hcl cap 125 mg (base equivalent), 250 mg\n(base equivalent)............................................................... 9\n\nVANCOMYCIN HYDROCHLORIDE..................................... 9\nVANDAZOLE........................................................................49\nVAQTA..................................................................................11\nvardenafil hcl orally disintegrating tab 10 mg...............39\nvardenafil hcl tab 2.5 mg, 5 mg, 10 mg, 20 mg..............39\nVARENICLINE STARTING MONT......................................58\nVARENICLINE TARTRATE................................................. 58\nVARIVAX.............................................................................. 11\nVARUBI................................................................................ 46\nVASCEPA.............................................................................38\nVAXELIS...............................................................................12\nVAXNEUVANCE.................................................................. 11\nVCF VAGINAL CONTRACEPTIVE.....................................49\nVECAMYL............................................................................ 35\nVECTICAL............................................................................91\nVELIVET...............................................................................23\nVELPHORO......................................................................... 48\nVELTASSA........................................................................... 97\nVEMLIDY................................................................................7\nVENCLEXTA........................................................................ 18\nVENCLEXTA STARTING PACK......................................... 18\nvenlafaxine hcl cap er 24hr 37.5 mg (base\nequivalent), 75 mg (base equivalent), 150 mg (base\nequivalent)........................................................................ 51\n\nvenlafaxine hcl tab er 24hr 37.5 mg (base equivalent),\n75 mg (base equivalent), 150 mg (base equivalent),\n225 mg (base equivalent)............................................... 51\n\nvenlafaxine hcl tab 25 mg (base equivalent), 37.5 mg\n(base equivalent), 50 mg (base equivalent), 75 mg\n(base equivalent), 100 mg (base equivalent)............... 51\n\nVENTAVIS............................................................................ 39\nVENTOLIN HFA...................................................................43\nverapamil hcl cap er 24hr 120 mg, 180 mg, 240 mg......32\nVERAPAMIL HCL ER..........................................................32\nVERAPAMIL HCL SR..........................................................32\nverapamil hcl tab er 120 mg, 180 mg, 240 mg............... 32\nverapamil hcl tab 40 mg, 80 mg, 120 mg....................... 33\nVERAPAMIL HYDROCHLORIDE E....................................33\nVERDESO............................................................................91\nVEREGEN............................................................................91\nVERELAN PM......................................................................33\nVERKAZIA........................................................................... 83\nVERQUVO........................................................................... 39\nVERSACLOZ....................................................................... 53\nVERZENIO...........................................................................18\n\nVIBERZI............................................................................... 48\nVICTOZA..............................................................................25\nvigabatrin powd pack 500 mg......................................... 68\nvigabatrin tab 500 mg.......................................................68\nVIIBRYD STARTER PACK..................................................51\nVIJOICE............................................................................... 97\nvilazodone hcl tab 10 mg, 20 mg, 40 mg........................52\nVINATE DHA RF................................................................. 74\nVINATE II............................................................................. 74\nVINATE ONE....................................................................... 74\nVIRACEPT............................................................................. 7\nVIREAD.................................................................................. 7\nVIRT-NATE DHA................................................................. 74\nVIRT-PN DHA......................................................................74\nVISTOGARD........................................................................ 92\nVITAFOL FE+...................................................................... 75\nVITAFOL GUMMIES............................................................75\nVITAFOL-NANO...................................................................75\nVITAFOL-OB........................................................................ 75\nVITAFOL-OB+DHA.............................................................. 75\nVITAFOL-ONE..................................................................... 75\nVITAFOL STRIPS................................................................75\nVITAFOL ULTRA................................................................. 75\nVITAMEDMD REDICHEW RX............................................ 75\nVITAPEARL..........................................................................75\nVITATHELY/GINGER...........................................................75\nVITATRUE............................................................................ 75\nVITRAKVI.............................................................................18\nVIVA DHA............................................................................ 75\nVIVOTIF............................................................................... 11\nVIZIMPRO............................................................................18\nVOGELXO............................................................................20\nVOGELXO PUMP................................................................20\nVONJO.................................................................................18\nVONVENDI.......................................................................... 80\nvoriconazole for susp 40 mg/ml........................................4\nvoriconazole tab 50 mg, 200 mg....................................... 4\nVORTEX VALVED HOLDING CHA.................................... 95\nVOSEVI.................................................................................. 7\nVOTRIENT........................................................................... 18\nVOXZOGO........................................................................... 30\nVRAYLAR.............................................................................53\nVTOL LQ..............................................................................59\nVUITY...................................................................................83\nVUSION................................................................................91\nVYLEESI.............................................................................. 58\nVYNDAMAX.........................................................................39\nVYNDAQEL..........................................................................39\nVYVANSE.............................................................................55\nVYZULTA..............................................................................83\n\nW\nWALGREENS GLUCOSE...................................................25\nwarfarin sodium tab 1 mg, 2 mg, 2.5 mg, 3 mg, 4 mg, 5\nmg, 6 mg, 7.5 mg, 10 mg................................................78\n\nWEGOVY............................................................................. 55\nWELIREG.............................................................................18\n\n\n\n2023\n\nBlue Cross and Blue Shield January 2023 Balanced Drug List 126\n\nWESCAP-C DHA.................................................................75\nWESCAP-PN DHA.............................................................. 75\nWESNATE DHA...................................................................75\nWESTAB MAX.....................................................................76\nWESTAB PLUS................................................................... 75\nWESTGEL DHA.................................................................. 75\nWIDE-SEAL SILICONE DIAPHR........................................95\nWILATE................................................................................ 80\nWINLEVI...............................................................................91\n\nX\nXADAGO..............................................................................70\nXALKORI..............................................................................18\nXARELTO.............................................................................78\nXARELTO STARTER PACK................................................78\nXATMEP...............................................................................18\nXCOPRI................................................................................68\nXELJANZ..............................................................................64\nXELJANZ XR.......................................................................64\nXENICAL..............................................................................55\nXEPI..................................................................................... 92\nXERESE...............................................................................92\nXERMELO............................................................................48\nXHANCE.............................................................................. 40\nXIFAXAN................................................................................ 9\nXIGDUO XR.........................................................................25\nXIIDRA................................................................................. 83\nXOFLUZA...............................................................................7\nXOLAIR................................................................................ 43\nXOLEGEL............................................................................ 92\nXOSPATA............................................................................. 18\nXPOVIO................................................................................18\nXPOVIO 60 MG TWICE WEEKLY......................................18\nXPOVIO 80 MG TWICE WEEKLY......................................18\nXTAMPZA ER...................................................................... 61\nXTANDI................................................................................ 18\nXULTOPHY 100/3.6............................................................ 25\nXURIDEN............................................................................. 30\nXYNTHA...............................................................................80\nXYNTHA SOLOFUSE......................................................... 80\nXYOSTED............................................................................ 20\nXYREM.................................................................................58\nXYWAV.................................................................................58\n\nY\nYONSA.................................................................................18\nYOSPRALA..........................................................................81\n\nZ\nzafirlukast tab 10 mg, 20 mg........................................... 43\nzaleplon cap 5 mg, 10 mg................................................54\nZARONTIN...........................................................................68\nZARXIO................................................................................77\nZATEAN-PN DHA................................................................75\nZCORT 7-DAY..................................................................... 20\nZEGALOGUE.......................................................................25\nZEJULA................................................................................18\n\nZELAPAR............................................................................. 70\nZELBORAF.......................................................................... 18\nZEMBRACE SYMTOUCH...................................................65\nZENPEP...............................................................................46\nZEPOSIA..............................................................................58\nZEPOSIA 7-DAY STARTER PAC....................................... 58\nZEPOSIA STARTER KIT.................................................... 58\nZERVIATE............................................................................ 83\nZETONNA............................................................................ 40\nzidovudine cap 100 mg...................................................... 7\nzidovudine syrup 10 mg/ml................................................7\nzidovudine tab 300 mg....................................................... 7\nZIEXTENZO.........................................................................77\nzileuton tab er 12hr 600 mg.............................................43\nZILXI.....................................................................................92\nZIMHI....................................................................................92\nziprasidone hcl cap 20 mg, 40 mg, 60 mg, 80 mg......... 53\nZITHROMAX.......................................................................... 2\nZOKINVY..............................................................................97\nZOLINZA.............................................................................. 18\nZOLMITRIPTAN...................................................................65\nzolmitriptan nasal spray 5 mg/spray unit.......................65\nzolmitriptan orally disintegrating tab 2.5 mg, 5 mg...... 65\nzolmitriptan tab 2.5 mg, 5 mg..........................................65\nZOLPIDEM TARTRATE.......................................................54\nzolpidem tartrate tab er 6.25 mg, 12.5 mg......................54\nzolpidem tartrate tab 5 mg, 10 mg..................................54\nZOLPIMIST.......................................................................... 54\nZOMIG..................................................................................65\nZONALON............................................................................92\nzonisamide cap 25 mg......................................................69\nzonisamide cap 50 mg......................................................69\nzonisamide cap 100 mg....................................................69\nZONTIVITY.......................................................................... 81\nZORTRESS..........................................................................97\nZORVOLEX..........................................................................64\nZTALMY............................................................................... 69\nZTLIDO.................................................................................92\nZUBSOLV.............................................................................61\nZYCLARA PUMP.................................................................92\nZYDELIG..............................................................................18\nZYFLO..................................................................................43\nZYKADIA..............................................................................18\nZYLET.................................................................................. 83\n\n\n	Blue Cross and Blue Shield of Illinois January 2023 Balanced Drug List\n	Introduction\n	How drugs are selected\n	How to use this list\n	Drugs used to treat multiple conditions\n\n	Generic drugs\n	Consider talking to your doctor about generic drugs\n\n	Coverage considerations\n	Specialty drugs\n	AccredoÂ®\n\n	Abbreviation key\n\n	Nondiscrimination Notice\n	Language Notice\n	Therapeutic Class Drug List\n	ANTI-INFECTIVE AGENTS\n	BIOLOGICALS\n	ANTINEOPLASTIC AGENTS\n	ENDOCRINE AND METABOLIC DRUGS\n	CARDIOVASCULAR AGENTS\n	RESPIRATORY AGENTS\n	GASTROINTESTINAL AGENTS\n	GENITOURINARY AGENTS\n	CENTRAL NERVOUS SYSTEM DRUGS\n	ANALGESICS AND ANESTHETICS\n	NEUROMUSCULAR DRUGS\n	NUTRITIONAL PRODUCTS\n	HEMATOLOGICAL AGENTS\n	TOPICAL PRODUCTS\n	MISCELLANEOUS PRODUCTS\n\n	Index\n\n\nAccessibility Report\n\n\n		Filename: \n\n		1557_IL-Aggregate_ENG_2019508mb.pdf\n\n\n\n\n		Report created by: \n\n		\n\n		Organization: \n\n		\n\n\n\n\n[Enter personal and organization information through the Preferences > Identity dialog.]\n\n\nSummary\n\n\nThe checker found no problems in this document.\n\n\n		Needs manual check: 0\n\n		Passed manually: 0\n\n		Failed manually: 0\n\n		Skipped: 3\n\n		Passed: 29\n\n		Failed: 0\n\n\n\n\nDetailed Report\n\n\n		Document\n\n\n\n		Rule Name		Status		Description\n\n		Accessibility permission flag		Passed		Accessibility permission flag must be set\n\n		Image-only PDF		Passed		Document is not image-only PDF\n\n		Tagged PDF		Passed		Document is tagged PDF\n\n		Logical Reading Order		Skipped		Document structure provides a logical reading order\n\n		Primary language		Passed		Text language is specified\n\n		Title		Passed		Document title is showing in title bar\n\n		Bookmarks		Passed		Bookmarks are present in large documents\n\n		Color contrast		Skipped		Document has appropriate color contrast\n\n		Page Content\n\n\n\n		Rule Name		Status		Description\n\n		Tagged content		Passed		All page content is tagged\n\n		Tagged annotations		Passed		All annotations are tagged\n\n		Tab order		Passed		Tab order is consistent with structure order\n\n		Character encoding		Skipped		Reliable character encoding is provided\n\n		Tagged multimedia		Passed		All multimedia objects are tagged\n\n		Screen flicker		Passed		Page will not cause screen flicker\n\n		Scripts		Passed		No inaccessible scripts\n\n		Timed responses		Passed		Page does not require timed responses\n\n		Navigation links		Passed		Navigation links are not repetitive\n\n		Forms\n\n\n\n		Rule Name		Status		Description\n\n		Tagged form fields		Passed		All form fields are tagged\n\n		Field descriptions		Passed		All form fields have description\n\n		Alternate Text\n\n\n\n		Rule Name		Status		Description\n\n		Figures alternate text		Passed		Figures require alternate text\n\n		Nested alternate text		Passed		Alternate text that will never be read\n\n		Associated with content		Passed		Alternate text must be associated with some content\n\n		Hides annotation		Passed		Alternate text should not hide annotation\n\n		Other elements alternate text		Passed		Other elements that require alternate text\n\n		Tables\n\n\n\n		Rule Name		Status		Description\n\n		Rows		Passed		TR must be a child of Table, THead, TBody, or TFoot\n\n		TH and TD		Passed		TH and TD must be children of TR\n\n		Headers		Passed		Tables should have headers\n\n		Regularity		Passed		Tables must contain the same number of columns in each row and rows in each column\n\n		Summary		Passed		Tables must have a summary\n\n		Lists\n\n\n\n		Rule Name		Status		Description\n\n		List items		Passed		LI must be a child of L\n\n		Lbl and LBody		Passed		Lbl and LBody must be children of LI\n\n		Headings\n\n\n\n		Rule Name		Status		Description\n\n		Appropriate nesting		Passed		Appropriate nesting\n\n\n\n\n\n\nBack to Top\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13442, 776, '_relevanssi_pdf_content', '\nGeneric Drugs = bold  Brand Drugs = CAPITAL LETTERS\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation, \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association bcbsil.com\n\nNo-Cost Preventive Drug List \nMedication Covered at $0 Cost to You \nEffective Jan. 1, 2023\n\nYour health plan may include certain prescription and over-the-counter (OTC) preventive medicines, as a benefit of \nmembership, at no cost to you when you use a pharmacy or doctor in your health plan\'s network. There is no co-pay, \ndeductible or coinsurance, even if your deductible or out-of-pocket maximum has not been met. Coverage for these \nmedicines can vary according to the type of plan you are enrolled in. Call the Customer Service number listed on your \nmember ID card to find out what drugs are covered at no cost share under your plan. \n\nBelow are some examples of drugs that are often used for preventive care. These may be covered under your plan for \nboth adults and children. This list does not include all drugs that may be prescribed for preventive care. It will be \nreviewed from time-to-time and is subject to change. \n\nPlease see the Contraceptive Coverage List for a list of contraceptive methods that may be covered at no cost to \nyou. Age limits, restrictions and other requirements may apply.*\n\nASPIRIN\naspirin chew tab 81 mg\n\naspirin tab delayed release 81 mg\n\nBOWEL PREPARATION\npeg 3350-kcl-na bicarb-nacl-na sulfate for soln 236 gm (Golytely)\n\npeg 3350-kcl-nacl-na sulfate-na ascorbate-c for soln 100 gm \n(Moviprep)\n\npeg 3350-kcl-sod bicarb-nacl for soln 420 gm (Nulytely/flavor pack)\n\nBREAST CANCER\nanastrozole tab 1 mg (Arimidex)\n\nraloxifene hcl tab 60 mg (Evista)\n\ntamoxifen citrate tab 10 mg, 20 mg\n\nFLUORIDE SUPPLEMENTS\nsodium fluoride chew tabs; 0.25 mg f, 0.5 mg f, 1 mg f (Luride)\n\nsodium fluoride cream 1.1% (Prevident 5000 Plus)\n\nsodium fluoride gel 1.1% (0.5% f) (Prevident fluoride)\nsodium fluoride paste 1.1% (Prevident 5000 boost)\n\nsodium fluoride rinse 0.2% (Prevident)\n\nsodium fluoride soln; 0.125 mg/drop f, 0.5 mg/mL f\n\nsodium fluoride soln 0.5 mg/mL f (from 1.1 mg/mL naf) (Luride)\n\nsodium fluoride-potassium nitrate gel 1.1-5% (Prevident 5000 sensi)\n\nstannous fluoride conc 0.63%  (Gel-kam oral care rinse) \n\nstannous fluoride gel 0.4%  (Gel-kam gel)\n\nFOLIC ACID SUPPLEMENTS\nfolic acid caps; 0.8 mg\n\nfolic acid tabs; 400 mcg, 800 mcg\n\nHIV PRE-EXPOSURE PROPHYLAXIS (PREP)\nemtricitabine-tenofovir disoproxil fumarate tab 200-300 mg \n(Truvada)\n\nINFANT EYE OINTMENT\nerythromycin ophth oint 5 mg/gm\n\nIRON SUPPLEMENTS\ncarbonyl iron suspension 15 mg/1.25 mL (elemental fe)  \n(Icar pediatric)\n\nFERROUS SULFATE - ferrous sulfate liquid 220 mg/5 mL  \n(44 mg/5 mL elemental fe)\n\nferrous sulfate elixir 220 mg/5 mL (44 mg/5 mL elemental fe) \n\nferrous sulfate soln 75 mg/mL (15 mg/mL elemental fe) (Fer-In-Sol)\n\nferrous sulfate syrup 300 mg/5 mL (60 mg/5 mL elemental fe)\n\nIRON UP - polysaccharide iron complex liquid 15 mg/0.5 mL  \n(fe equivalent)\n\nNOVAFERRUM PEDIATRIC DROPS - polysaccharide iron complex liquid \n15 mg/mL (fe equivalent)\n\nSINGLE AGENT STATINS\natorvastatin calcium tabs; 10 mg, 20 mg (Lipitor)\n\nlovastatin tabs; 20 mg, 40 mg\n\npravastatin sodium tabs; 10 mg, 20 mg, 40 mg, 80 mg\n\nTOBACCO CESSATION**\nbupropion hcl (smoking deterrent) tab ER 12hr 150 mg\n\nnicotine polacrilex gum 2 mg, 4 mg\n\nnicotine polacrilex lozenge 2 mg, 4 mg\n\nnicotine td patch 24hr 7 mg/24hr, 14 mg/24hr, 21 mg/24 hr\n\nNICOTINE TRANSDERMAL SYSTEM â€“ nicotine td patch 24 hr kit  \n21-14-7 mg/24hr\n\nNICOTROL INHALER â€“ nicotine inhaler system 10 mg (4 mg delivered)\n\nNICOTROL NS â€“ nicotine nasal spray 10 mg/mL (0.5 mg/spray)\n\nVARENICLINE TARTRATE â€“ varenicline tartrate tab 0.5 mg, 1 mg  \n(base equivalent)\n\nPREVENTIVE DRUG LIST\n\n\n\n*	Some	of	these	products	may	be	covered	under	your	medical	benefit	if	provided	by	a	doctor	in	your	health	plan\'s	network.\n**	Your	health	plan	covers	two	90-day	treatments	for	tobacco	use	cessation	medicine	per	benefit	period.	\nPrescription	coverage	for	these	drugs	may	vary	according	to	the	terms	and	conditions	of	the	plan.	Only	retail	pharmacies	participating	in	the	vaccine	network	may	be	used	to	get	a	covered	\nvaccination.	To	find	a	vaccine	pharmacy,	visit	bcbsil.com.	A	prescription	may	be	required	to	cover	without	cost-sharing	under	the	pharmacy	benefit	for	non-grandfathered	plans.	The	plan	\nmay	also	require	a	generic	drug	to	be	tried	first	before	the	brand	version.	Your	doctor	can	submit	a	copay	waiver	or	coverage	exception	from	BCBSIL	(unless	you	have	a	benefit	exclusion)	for	\nproducts	not	covered	on	your	prescription	drug	list.	Your	doctor	can	call	the	number	on	your	member	ID	card	to	ask	for	a	review.	If	you	meet	the	conditions	as	outlined	under	the	Affordable	\nCare	Act,	you	may	have	$0	member	cost-sharing	(no	deductible,	copay	or	coinsurance).	BCBSIL	will	let	you,	and	your	doctor,	know	the	coverage	decision	after	receiving	your	request.	If	the	\nrequest	is	denied,	BCBSIL	will	let	you	and	your	doctor	know	why	it	was	denied	and	offer	you	a	covered	alternative	drug	(if	applicable).\nThis information is for informational purposes only, does not constitute legal or other advice and should not be relied upon to determine  \ncoverage.	Treatment	decisions	are	between	the	member	and	his	or	her	health	care	provider.	Coverage	is	always	subject	to	the	terms	 \nand	limits	of	the	benefit	plan.	For	details	about	your	plan,	check	your	benefit	materials	or	call	the	number	on	your	member	ID	card.\nThird-party	brand	names	are	the	property	of	their	respective	owners.\n233340.0922\n\nGeneric Drugs = bold  Brand Drugs = CAPITAL LETTERS\n\nbcbsil.com\n\nHIBERIX	â€“	haemophilus	b	polysaccharide	conjugate	vaccine	for	inj	 \n10 mcg\n\nINFANRIX	â€“	diph,	acellular	pert	&	tet	tox	inj	25	lf-58	mcg-10	lf/0.5	mL\n\nIPOL	INACTIVATED	IPV	â€“	poliovirus	vaccine,	ipv	injection\n\nKINRIX	â€“	diph-tetanus	tox	ad-acell	pert	&	polio	virus,	ipv	vaccine	inj\n\nKINRIX - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 mL\n\nM-M-R	II	â€“	measles-mumps-rubella	virus	vaccines	for	inj	soln\n\nMENACTRA	â€“	meningococcal	(a,	c,	y,	and	w-135)	conjugate	vaccine	inj\n\nMENQUADFI	â€“	meningococcal	(a,	c,	y,	and	w-135)	conjugate	vaccine	inj\n\nMENVEO	â€“	meningococcal	(a,	c,	y,	and	w-135)	oligo	conj	vac	for	inj\n\nPEDIARIX â€“ diph-tet tox-acell pert-hep b-polio ipv vac susp pref syr\n\nPEDVAX	HIB	â€“	haemophilus	b	polysaccharide	conj	vaccine	IM	susp	 \n7.5 mcg/0.5 mL\n\nPENTACEL â€“ diph-ac per-tet tox ad-poliov-haemoph b poly vaccine for \nIM susp\n\nPNEUMOVAX	23	â€“	pneumococcal	vaccine	polyvalent	inj	25	mcg/0.5	mL\n\nPNEUMOVAX	23/1	DOSE	â€“	pneumococcal	vaccine	polyvalent	inj	 \n25 mcg/ 0.5 mL\n\nPREVNAR	13	â€“	pneumococcal	13-valent	conjugate	vaccine	inj\n\nPREVNAR	20	-	pneumococcal	20-valent	conjugate	vaccine	sus	pref	syr	\n0.5 mL\n\nPROQUAD â€“ measles-mumps-rubella-varicella virus vaccine for susp\n\nQUADRACEL	â€“	diph-tetanus	tox	ad-acell	pert	&	polio	virus,	ipv	vaccine	inj\n\nQUADRACEL - diph-tetanus-acell pert-polio, ipv vacc susp pref syr 0.5 mL\n\nRECOMBIVAX HB â€“ hepatitis B vaccine (recombinant) susp 5 mcg/0.5 mL, \n10 mcg/mL, 40 mcg/mL\n\nROTARIX â€“ rotavirus vaccine, live for oral susp\n\nROTATEQ â€“ rotavirus vaccine, live oral pentavalent soln\n\nSHINGRIX	â€“	zoster	vaccine	recombinant	adjuvanted	for	IM	inj	50	mcg/	\n0.5 mL\n\nTDVAX	â€“	tetanus-diphtheria	toxoids	(td)	inj	2-2	lf/0.5	mL\n\nTENIVAC	â€“	tetanus-diphtheria	toxoids	(td)	inj	5-2	lfu\n\nTRUMENBA	â€“	meningococcal	group	b	vaccine	(recomb)	IM	susp	prefilled	\nsyr\n\nTWINRIX â€“ hep a-hep b vaccine susp pref syr 720-20 elu-mcg/mL\n\nVAQTA	â€“	hepatitis	A	vaccine	inj	susp	25	unit/0.5	mL,	50	unit/mL\n\nVARIVAX	â€“	varicella	virus	vaccine	live	for	subcutaneous	inj	1350	pfu/	 \n0.5 mL\n\nVAXELIS â€“ diph-tet tox-ac pert ad-polio ipv-hib-hep b rec susp pre syr\n\nVAXELIS â€“ diph-tet tox-ac pert ad-polio ipv-hib-hepatitis b recmb susp\n\nVAXNEUVANCE	-	pneumococcal	15-valent	conjugate	vaccine	sus	pref	syr	\n0.5 mL\n\nVACCINES\n\nACTHIB â€“	haemophilus	b	polysaccharide	conjugate	vaccine	for	inj\n\nADACEL â€“	tet	tox-diph-acell	pertuss	ad	inj	5-2-15.5	lf-lf-mcg/0.5	mL\n\nAFLURIA	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.25 mL, 0.5 mL\n\nAFLURIA	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\nBEXSERO	â€“	meningococcal	vaccine	b	(recomb	omv	adjuv)	inj	prefilled	\nsyringe\n\nBOOSTRIX	â€“	tet	tox-diph-acell	pertuss	ad	inj	5-2.5-18.5	lf-lf-mcg/ \n0.5 mL\n\nBOOSTRIX	â€“	tet-diph-acell	pertuss	ad	pref	syr	5-2.5-18.5	lf-mcg/0.5mL\n\nDAPTACEL	â€“	diph,	acellular	pert	&	tet	tox	inj	15	lf-23	mcg-5	lf/0.5	mL\n\nDIPHTHERIA/TETANUS TOXOID â€“ diphtheria-tetanus tox adsorbed  \n(dt)	IM	inj	25-5	unit/0.5mL\n\nENGERIX-B â€“ hepatitis B vaccine (recombinant) susp 10 mcg/0.5 mL,  \n20 mcg/mL\n\nFLUAD	â€“	influenza	vaccine	type	a&b	surface	ant	adj	susp	pref	syr	 \n0.5 mL\n\nFLUAD	QUADRIVALENT	INFLUENZA	â€“	influenza	vac	type	a&b	surface	\nant	adj	quad	pref	syr	0.5	mL\n\nFLUARIX	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.5 mL\n\nFLUBLOK	QUADRIVALENT	â€“	influenza	vac	recomb	ha	quad	pf	soln	pref	\nsyr 0.5 mL\n\nFLUCELVAX	QUADRIVALENT	â€“	influenza	vac	tiss-cult	subunit	quad	\nsusp pref syr 0.5 mL\n\nFLUCELVAX	QUADRIVALENT	â€“	influenza	vac	tissue-cultured	subunit	\nquadrivalent im susp\n\nFLULAVAL	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr\n\nFLULAVAL	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\nFLUMIST	QUADRIVALENT	â€“	influenza	virus	vaccine	live	quadrivalent	\nintranasal susp\n\nFLUZONE	HIGH-DOSE	PF	â€“	influenza	vac	split	high-dose	quad	pf	susp	\npref syr 0.7 mL\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vac	split	quadrivalent	susp	\npref syr 0.5mL\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	im	inj\n\nFLUZONE	QUADRIVALENT	â€“	influenza	virus	vaccine	split	quadrivalent	inj	\n0.5 mL\n\nGARDASIL	9	â€“	human	papillomavirus	(HPV)	9-valent	recomb	vaccine	IM	\nsusp, pref syr\n\nHAVRIX	â€“	hepatitis	A	vaccine	inj	susp	720	el	unit/0.5	mL,	1440	el	unit/mL\n\nHEPLISAV-B	â€“	hepatitis	B	vaccine	recomb	adjuvanted	pref	syr	20	mcg/	 \n0.5 mL\n\nPREVENTIVE DRUG LIST\n\nbcbsil.com\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13443, 777, '_relevanssi_pdf_content', '\n9000000.00001\n\nPreventive Drug Benefit Program\nEmployee Guide\n\nEffective January 1, 2023\n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,  \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association\n\n\n\n2\n\nPreventive Drug Benefit Program\nIntroduction\nBlue Cross and Blue Shield of Illinois (BCBSIL) administers \nthe preventive drug benefit for your groupâ€™s high \ndeductible health plan (â€œHDHPâ€), which has been  \ndesigned for use with Health Savings Accounts (â€œHSAsâ€). \nThe preventive drug benefit program includes categories \nof prescription drugs that are often used for preventive \npurposes. If your doctor has prescribed any of them to \nyou or to your HDHP-covered dependents for preventive \npurposes, your HDHP may pay for the drugs before you \nmeet your HDHP deductible.\n\nThis guide is being provided as a resource to help you \nmanage your prescription drug benefits under your \nemployerâ€™s HDHP. It includes some commonly, but not all, \ndrugs that are prescribed for preventive purposes.\n\nThe drugs listed in this guide will be reviewed from time  \nto time and are subject to change. Coverage of all \nmedications is still subject to your HDHP limits, exclusions \nand out-of-pocket requirements (for example, your \nprescription drug payment levels). Coverage of some \nmedications or drug products may be under your  \nmedical benefit. Please verify with your benefit plan if \nthere are any additional requirements before a drug  \nmay be covered.\n\nIMPORTANT REMINDER: These drugs could also  \nat times be prescribed for treatment purposes.  \nAs a result, the listing of a drug in the Guide does  \nnot mean that it will be covered by your benefit plan \nbefore your HDHP deductible is satisfied. If your \ndoctor has prescribed a listed drug for treatment \npurposes (and not preventive purposes) then  \nyour plan does not provide coverage for that drug  \nbefore your HDHP deductible is satisfied.\n\nAs each individualâ€™s medical circumstances are different, \nand because proper classification is necessary for you  \nto ensure you are complying with applicable HDHP tax \nrequirements, it is important for you to confirm the \npurpose of the prescription with your doctor. Please call \nthe number on your member ID card when your doctor \nconfirms for you that they prescribed one of the listed \ndrugs for treatment purposes so your claims can  \nbe processed correctly. Unless you provide us with this \ninformation, claims for the drugs listed in the Guide \nwill be processed as â€œpreventive,â€ and you or your \ndoctor may be asked by us to provide medical records \nshowing that the drug youâ€™re taking is being used for \nprevention. Remember, if you improperly classify the \ndrug, it may result in adverse tax consequences so \nplease be sure to take the confirming step to properly \nclassify your claim.\n\nPlease follow these steps to make sure  \nyou are properly classifying the purpose  \nof your prescription:\n1. Find your drug in the Guide.\n2. Talk to your doctor about whether your drug is  \n\nin fact being prescribed for preventive purposes  \n(and not treatment purposes).\n\n3. If prescribed for treatment purposes, call the number \non your ID card to let us know.\n\n4. If prescribed for preventive purposes, there is no  \nneed to call.\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n3\n\nThe preventive drug program currently includes \nprescription drugs in the following categories:\n\nâ€¢ Anticoagulants/antiplatelets\nâ€¢ Bowel preparation\nâ€¢ Breast cancer primary prevention\nâ€¢ Contraceptives\nâ€¢ Depression\nâ€¢ Diabetes medications\nâ€¢ Diabetic supplies\nâ€¢ Fluoride\nâ€¢ High blood pressure\nâ€¢ High cholesterol\nâ€¢ Osteoporosis\nâ€¢ Respiratory\nâ€¢ Tobacco cessation\nâ€¢ Vaccines\n\nThe drugs in each category are listed alphabetically  \non the following pages.\n\nâ€¢ Generic drugs are listed in bold.\nâ€¢ Brand drugs are listed in all CAPITAL letters.\nâ€¢ Some strengths and/or formulations may not  \n\nbe covered.\nâ€¢ Brand names in parenthesis are listed for reference \n\nand are not covered under the benefit.\n\nThis drug/drug category may also be included  \nunder the Affordable Care Act (ACA) coverage of \n\npreventive services. These products have limited or $0 \nmember cost-sharing (copay or co-insurance), when \nmeeting the conditions as outlined under the regulation \nand when you use a pharmacy or doctor in your health \nplanâ€™s network. Not all products covered under the ACA \nare shown. Coverage can vary based on your benefit plan \nand/or prescription drug list. Call the number on your \nmember ID card if you have any questions and to find  \nout what you may pay.\n\nREMEMBER: Just because a drug is on the preventive  \ndrug benefit list, doesnâ€™t always mean it is covered.   \nIt also doesnâ€™t mean that it may be covered by your  \nbenefit plan before your HDHP deductible is satisfied.  \nCoverage of all medications is still subject to your  \nplan benefits. Please see your benefit plan materials  \nfor coverage details, or call the number on your  \nmember ID card.  \n\nHealth Savings Accounts (HSAs) have tax and legal  \nramifications. Blue Cross and Blue Shield of Illinois  \ndoes not provide legal or tax advice, and nothing  \nherein should be construed as legal or tax advice.  \nThese materials, and any tax-related statements in  \nthem, are not intended or written to be used, and  \ncannot be used or relied on, for the purpose of  \navoiding tax penalties. Tax-related statements,  \nif any,  may have been written in connection with  \nthe  promotion or marketing of the transaction(s) or  \nmatter(s) addressed by these materials. You should  \nseek advice based on your particular circumstances  \nfrom an independent tax advisor regarding the tax  \nconsequences of specific health insurance plans   \nor products.\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n4\n\nAnticoagulants / \nAntiplatelets\nanagrelide hcl cap 0.5 mg (Agrylin), \n\n1 mg\naspirin-dipyridamole cap er \n\n12hr 25-200 mg\ncilostazol tab 50 mg, 100 mg\nclopidogrel bisulfate tab  \n\n75 mg (Plavix), 300 mg  \n(base equivalent)\n\ndipyridamole tab 25 mg, 50 mg, \n75 mg\n\nprasugrel hcl tab 5 mg, 10 mg \n(base equivalent) (Effient)\n\nwarfarin sodium tab 1 mg, 2 mg, \n2.5 mg, 3 mg, 4 mg, 5 mg, 6 mg, \n7.5 mg, 10 mg\n\nBowel Preparation \npeg 3350-kcl-na bicarb-nacl-na \n\nsulfate for soln 236 gm \n(Golytely)\n\npeg 3350-kcl-nacl-na sulfate-na \nascorbate-c for soln 100 gm \n(Moviprep)\n\npeg 3350-kcl-sod bicarb-nacl \nfor soln 420 gm (Nulytely/flavor \npack)\n\nBreast Cancer\n\nPrimary Prevention \nraloxifene hcl tab 60 mg (Evista)\ntamoxifen citrate tab 10 mg, \n\n20 mg (base equivalent)\n\nContraceptives\n\nCervical Caps\nFEMCAP cervical cap 22 mm,  \n\n26 mm, 30 mm\nDiaphragms\nCAYA diaphragm arc-spring\nOMNIFLEX DIAPHRAGM diaphragms\n\nWIDE-SEAL SILICONE  \nDIAPHRAGM KIT â€“ diaphragm  \nwide seal 60 mm, 65 mm,  \n70 mm, 75 mm, 80 mm, 85 mm,  \n90 mm, 95 mm\n\nFemale Condom\nFC FEMALE CONDOM condoms â€“ \n\nfemale \nFC2 FEMALE CONDOM condoms-\n\nfemale \nMale Condom \nCONDOMS - male - various\nSpermicide\nENCARE â€“ nonoxynol-9 vaginal \n\nsuppos 100 mg\nOPTIONS GYNOL II VAGINAL â€“ \n\nnonoxynol-9 gel 3%\nSHUR-SEAL â€“ nonoxynol-9 gel 2%\nVCF VAGINAL CONTRACEPTIVE â€“ \n\nnonoxynol-9 film 28%, \nnonoxynol-9 foam 12.5%\n\nSponge\nTODAY SPONGE â€“ nonoxynol-9 \n\nvaginal sponge 1000 mg \nEmergency Progestin\nAftera â€“ levonorgestrel tab 1.5 mg \n\n(Plan B One-Step) \nEcontra EZ â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nEcontra One Step â€“ levonorgestrel \n\ntab 1.5 mg (Plan B One-Step)\nlevonorgestrel tab 1.5 mg (Plan B \n\nOne-Step) \nMy Choice â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nMy Way â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nNew Day â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nOpcicon One-Step â€“ levonorgestrel \n\ntab 1.5 mg (Plan B One-Step) \nOption 2 â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \nPreventeza â€“ levonorgestrel tab \n\n1.5 mg (Plan B One-Step) \n\nReact â€“ levonorgestrel tab 1.5 mg \n(Plan B One-Step) \n\nTake Action â€“ levonorgestrel tab \n1.5 mg (Plan B One-Step) \n\nEmergency Ella\nELLA ulipristal acetate tab 30 mg \nInjectable Progestin\nmedroxyprogesterone acetate  \n\nim susp prefilled syr  \n150 mg/mL (Depo-provera \ncontraceptive) \n\nmedroxyprogesterone acetate  \nim susp 150 mg/mL (Depo-\nprovera contraceptive) \n\nOral Combined\nAfirmelle â€“ levonorgestrel & \n\nethinyl estradiol tab  \n0.1 mg-20 mcg\n\nAltavera â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nAlyacen 1/35 â€“ norethindrone & \nethinyl estradiol tab \n1 mg-35 mcg\n\nAlyacen 7/7/7 â€“ norethindrone- \neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nApri â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nAranelle â€“ norethindrone-eth \nestradiol tab 0.5-35/1-35/0.5- \n35 mg-mcg\n\nAubra â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nAubra eq â€“ levonorgestrel & \nethinyl estradiol tab \n0.1 mg-20 mcg\n\nAurovela 1/20 â€“ norethindrone ace \n& ethinyl estradiol tab \n1 mg-20 mcg\n\nAurovela 1.5/30 â€“  \nnorethindrone ace & ethinyl \nestradiol tab 1.5 mg-30 mcg\n\nAurovela 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n5\n\nAurovela fe 1/20 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nAurovela fe 1.5/30 â€“norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nAviane â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nAyuna â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nAzurette â€“ desogest-eth estrad & \neth estrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\nBalziva â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nBekyree â€“ desogest-eth estrad & \neth estrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\nBlisovi fe 1/20 â€“ norethindrone  \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nBlisovi fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nBlisovi 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nBriellyn â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nCaziant â€“ desogest-ethin est tab \n0.1-0.025/0.125-0.025/0.15- \n0.025 mg-mcg\n\nCharlotte 24 fe â€“ norethindrone \nacetate/ethinyl estradiol/fe \n(Minastrin 24 fe)\n\nChateal â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nChateal eq â€“ levonorgestrel & \nethinyl estradiol tab  \n0.15 mg-30 mcg\n\nCryselle-28 â€“ norgestrel & ethinyl \nestradiol tab 0.3 mg-30 mcg\n\nCyclafem 1/35 â€“ norethindrone  \n& ethinyl estradiol tab  \n1 mg-35 mcg\n\nCyclafem 7/7/7 â€“ norethindrone-\neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nCyred â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nCyred eq â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nDasetta 1/35 â€“ norethindrone & \nethinyl estradiol tab  \n1 mg-35 mcg\n\nDasetta 7/7/7 â€“ norethindrone- \neth estradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nDelyla â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\ndesogest-eth estrad & eth estrad \ntab 0.15-0.02/0.01 mg (21/5) \n(Mircette)\n\ndesogestrel & ethinyl estradiol tab \n0.15 mg-30 mcg \n\ndrospirenone-ethinyl estradiol tab \n3-0.02 mg (Yaz), 3-0.03 mg \n(Yasmin 28)\n\ndrospirenone-ethinyl  \nestrad-levomefolate tab  \n3-0.02-0.451 mg (Beyaz),  \n3-0.03-0.451 mg (Safyral)\n\nElinest â€“ norgestrel & ethinyl \nestradiol tab 0.3 mg-30 mcg\n\nEmoquette â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nEnpresse â€“ 28 â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30mg-mcg\n\nEnskyce â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nEstarylla â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nethynodiol diacetate & ethinyl \nestradiol tab 1 mg-35 mcg, \n1 mg-50 mcg\n\nFalmina â€“ levonorgestrel &  \nethinyl estradiol tab  \n0.1 mg-20 mcg\n\nFemynor â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nGianvi â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nHailey 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\nHailey 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nHailey fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg\n\nHailey fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nIsibloom â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nJasmiel â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nJuleber â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nJunel 1/20 â€“ norethindrone ace & \nethinyl estradiol tab \n1 mg-20 mcg \n\nJunel 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\nJunel fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg\n\nJunel fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nJunel fe 24 â€“ norethindrone ace-\nethinyl estradiol-fe tab  \n1 mg-20 mcg (24)\n\nKaitlib fe â€“ norethindrone & \nethinyl estradiol-fe chew tab  \n0.8 mg-25 mcg (Generess fe)\n\nKalliga â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nKariva â€“ desogest-eth estrad & eth \nestrad tab 0.15-0.02/0.01 mg \n(21/5) (Mircette) \n\nKelnor 1/35 â€“ ethynodiol diacetate \n& ethinyl estradiol tab \n1 mg-35 mcg\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n6\n\nKelnor 1/50 â€“ ethynodiol diacetate \n& ethinyl estradiol tab \n1 mg-50 mcg\n\nKurvelo â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nLarin 1/20 â€“ norethindrone ace \n& ethinyl estradiol tab \n1 mg-20 mcg\n\nLarin 1.5/30 â€“ norethindrone ace \n& ethinyl estradiol tab \n1.5 mg-30 mcg\n\nLarin fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nLarin fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nLarin 24 fe â€“ norethindrone ace-\nethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nLarissia â€“ levonorgestrel & ethinyl \nestradiol-fe tab 0.1 mg-20 mcg\n\nLayolis fe â€“ norethindrone & \nethinyl estradiol-fe chew tab \n0.8 mg-25 mcg (Generess fe)\n\nLeena â€“ norethindrone-eth \nestradiol tab 0.5-35/1-35/0.5- \n35 mg-mcg\n\nLessina â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nLevonest â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30 mg-mcg\n\nlevonorgestrel & ethinyl estradiol \ntab 0.1 mg-20 mcg, \n0.15 mg-30 mcg\n\nlevonorgestrel-eth estra tab \n0.05-30/0.075-40/ \n0.125-30 mg-mcg\n\nLevora 0.15/30-28 â€“ \nlevonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nLillow â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nLoestrin 1/20-21 â€“  \nnorethindrone ace & ethinyl \nestradiol tab 1 mg-20 mcg\n\nLoestrin 1.5/30-21 â€“ norethindrone \nace & ethinyl estradiol tab  \n1.5 mg-30 mcg\n\nLoestrin fe 1/20 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg\n\nLoestrin fe 1.5/30 â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1.5 mg-30 mcg\n\nLo-Zumandimine â€“ drospirenone-\nethinyl estradiol tab 3-0.02 mg \n(Yaz)\n\nLoryna â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nLow-Ogestrel â€“ norgestrel & \nethinyl estradiol tab  \n0.3 mg-30 mcg\n\nLutera â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nMarlissa â€“ levonorgestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nMelodetta 24 fe - norethindrone \n acetate/ethinyl estradiol/fe  \n (Minastrin 24 fe)\nMibelas 24 fe - norethindrone \n acetate/ethinyl estradiol/fe  \n (Minastrin 24 fe)\nMicrogestin 1/20 â€“ norethindrone \n\nace & ethinyl estradiol tab \n1 mg-20 mcg\n\nMicrogestin 1.5/30 â€“norethindrone \nace & ethinyl estradiol tab \n1.5 mg-30 mcg\n\nMicrogestin 24 fe - norethindrone \n ace-ethinyl estradiol-fe tab \n 1 mg-20 mcg (24)\nMicrogestin fe 1/20 â€“ \n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1 mg-20 mcg \n\nMicrogestin fe 1.5/30 â€“ \nnorethindrone ace & ethinyl \nestradiol-fe tab 1.5 mg-30 mcg\n\nMili â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nMono-Linyah â€“ norgestimate & \nethinyl estradiol tab \n0.25 mg-35 mcg\n\nNecon 0.5/35-28 â€“ norethindrone \n& ethinyl estradiol tab \n0.5 mg-35 mcg\n\nNikki â€“ drospirenone-ethinyl \nestradiol tab 3-0.02 mg (Yaz)\n\nnorethindrone ace & ethinyl \nestradiol tab 1 mg-20 mcg, \n1.5 mg-30 mcg\n\nnorethindrone & ethinyl  \nestradiol-fe chew tab  \n0.4 mg-35 mcg \n\nnorethindrone & ethinyl  \nestradiol-fe chew tab  \n0.8 mg-25 mcg (Generess fe)\n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1 mg-20 mcg \n\nnorethindrone ace & ethinyl \nestradiol-fe tab 1.5 mg-30 mcg\n\nnorethindrone acetate/ethinyl \nestradiol-fe (Minastrin 24 fe)\n\nnorethindrone ace-ethinyl \nestradiol-fe tab  \n1 mg-20 mcg (24)\n\nnorgestimate & ethinyl estradiol \ntab 0.25 mg-35 mcg\n\nnorgestimate-eth estrad tab \n0.18-25/0.215-25/ \n0.25-25 mg-mcg\n\nnorgestimate-eth estrad tab \n0.18-35/0.215-35/ \n0.25-35 mg-mcg  \n\nNortrel 0.5/35 (28) â€“  \nnorethindrone & ethinyl \nestradiol tab 0.5 mg-35 mcg\n\nNortrel 1/35 â€“ norethindrone & \nethinyl estradiol tab \n1 mg-35 mcg\n\nNortrel 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nNymyo â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nNylia 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/ \n0.75-35/1-35 mg-mcg\n\nOcella â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n7\n\nOrsythia â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nPhilith â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nPimtrea â€“ desogest-eth estrad \n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\nPirmella 1/35 â€“ norethindrone \n& ethinyl estradiol tab  \n1 mg-35 mcg\n\nPirmella 7/7/7 â€“ norethindrone-eth \nestradiol tab 0.5-35/0.75- \n35/1-35 mg-mcg\n\nPortia-28 â€“ levonorgestrel & \nethinyl estradiol tab \n0.15 mg-30 mcg\n\nPrevifem â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nReclipsen â€“ desogestrel & ethinyl \nestradiol tab 0.15 mg-30 mcg\n\nSimliya â€“ desogest-eth estrad \n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\nSprintec 28 â€“ norgestimate & \nethinyl estradiol tab \n0.25 mg-35 mcg\n\nSronyx â€“ levonorgestrel & ethinyl \nestradiol tab 0.1 mg-20 mcg\n\nSyeda â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\nTarina 24 fe â€“ norethindrone \nace-ethinyl estradiol-fe tab \n1 mg-20 mcg (24)\n\nTarina fe 1/20 â€“ norethindrone ace \n& ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nTarina fe 1/20 eq â€“ norethindrone \nace & ethinyl estradiol-fe tab \n1 mg-20 mcg \n\nTilia fe â€“ norethindrone ac-ethinyl \nestrad-fe tab 1-20/1-30/  \n1-35 mg-mcg (Estrostep fe)\n\nTri-estarylla â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri femynor â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri-legest fe â€“ norethindrone ac-\nethinyl estrad-fe tab  \n1-20/1-30/1-35 mg-mcg \n(Estrostep Fe)\n\nTri-linyah â€“ norgestimate-eth \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\nTri-lo-estarylla â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-lo-marzia â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-lo-mili â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-lo-sprintec â€“ norgestimate-eth \nestrad tab 0.18-25/0.215-\n25/0.25-25 mg-mcg\n\nTri-mili â€“ norgestimate-eth  \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\nTri-nymyo â€“ norgestimate-eth \nestrad tab 0.18-35/0.215- \n35/0.25-35 mg-mcg \n\nTri-previfem â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri-sprintec â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg \n\nTri-vylibra â€“ norgestimate-eth \nestrad tab 0.18-35/0.215-\n35/0.25-35 mg-mcg\n\nTri-vylibra lo â€“ norgestimate-eth \nestrad tab 0.18-25/ \n0.215-25/0.25-25 mg-mcg \n\nTrivora-28 â€“ levonorgestrel-eth \nestra tab 0.05-30/0.075- \n40/0.125-30 mg-mcg\n\nTydemy â€“ drospirenone-ethinyl \nestrad-levomefolate tab \n3-0.03-0.451 mg (Safyral)\n\nVelivet â€“ desogest-ethin est tab \n0.1-0.025/0.125-0.025/0.15- \n0.025 mg-mg\n\nVestura - drospirenone-ethinyl \n estradiol tab 3-0.02 mg  (Yaz) \nVienva â€“ levonorgestrel & ethinyl \n\nestradiol tab 0.1 mg-20 mcg\nViorele â€“ desogest-eth estrad \n\n& eth estrad tab 0.15-0.02/ \n0.01 mg (21/5) (Mircette) \n\nVolnea â€“ desogest-eth estrad & eth \nestrad tab 0.15-0.02/ 0.01 mg \n(21/5) (Mircette)\n\nVyfemla â€“ norethindrone & ethinyl \nestradiol tab 0.4 mg-35 mcg\n\nVylibra â€“ norgestimate & ethinyl \nestradiol tab 0.25 mg-35 mcg\n\nWera â€“ norethindrone & ethinyl \nestradiol tab 0.5 mg-35 mcg\n\nWymzya fe â€“ norethindrone & \nethinyl estradiol-fe chew tab \n0.4 mg-35 mcg \n\nZarah â€“ drospirenone-ethinyl \nestradiol tab 3-0.03 mg \n(Yasmin 28)\n\nZovia 1/35 - ethynodiol diacetate \n & ethinyl estradiol tab \n 1 mg-35 mcg\nZovia 1/35E â€“ ethynodiol diacetate \n\n& ethinyl estradiol tab \n1 mg-35 mcg\n\nZumandimine â€“ drospirenone-\nethinyl estradiol tab 3-0.03 mg \n(Yasmin 28)\n\nOral Extended Continuous\nAmethia â€“ levonorg-eth est tab \n\n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nAmethia Lo â€“ levonorg-eth est tab \n0.1-0.02mg (84) & eth est tab \n0.01 mg (7) (Loseasonique) \n\nAmethyst â€“ levonorgestrel-ethinyl \nestradiol (continuous) tab \n90-20 mcg\n\nAshlyna â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n8\n\nCamrese â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nCamrese Lo â€“ levonorg-eth est tab \n0.1-0.02 mg (84) & eth est tab \n0.01 mg (7) (Loseasonique) \n\nDaysee â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nDolishale â€“ levonorgestrel-ethinyl \nestradiol (continuous) tab \n90-20 mcg\n\nFayosim â€“ levonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\nIclevia â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\nIntrovale â€“ levonorgestrel & \nethinyl estradiol (91-day) tab \n0.15-0.03mg \n\nJaimiess â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nJolessa â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\nlevonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\nlevonorg-eth est tab 0.1-0.02 mg \n(84) & eth est tab 0.01 mg (7) \n(Loseasonique) \n\nlevonorg-eth est tab 0.15-0.03 mg \n(84) & eth est tab 0.01 mg (7) \n(Seasonique)\n\nlevonorgestrel & ethinyl estradiol \n(91-day) tab 0.15-0.03 mg \n\nlevonorgestrel-ethinyl estradiol \n(continuous) tab 90-20 mcg\n\nLojaimiess â€“ levonorg-eth est tab \n0.1-0.02 mg (84) & eth est tab \n0.01 mg (7) (Loseasonique)\n\nRivelsa â€“ levonor-eth est tab \n0.15-0.02/0.025/0.03 mg & eth \nest 0.01 mg (Quartette)\n\nSetlakin â€“ levonorgestrel & ethinyl \nestradiol (91-day) tab \n0.15-0.03 mg \n\nSimpesse â€“ levonorg-eth est tab \n0.15-0.03 mg (84) & eth est tab \n0.01 mg (7) (Seasonique)\n\nOral Progestin\nCamila â€“ norethindrone tab \n\n0.35 mg \nDeblitane â€“ norethindrone tab \n\n0.35 mg \nErrin â€“ norethindrone tab  \n\n0.35 mg \nHeather â€“ norethindrone tab \n\n0.35 mg \nIncassia â€“ norethindrone tab \n\n0.35 mg \nJencycla â€“ norethindrone tab \n\n0.35 mg \nLyleq â€“ norethindrone tab  \n\n0.35 mg \nLyza â€“ norethindrone tab  \n\n0.35 mg \nNora-Be â€“ norethindrone tab \n\n0.35 mg \nnorethindrone tab 0.35 mg \nNorlyda â€“ norethindrone tab \n\n0.35 mg \nNorlyroc â€“ norethindrone tab \n\n0.35 mg \nSharobel â€“ norethindrone tab \n\n0.35 mg \nTulana â€“ norethindrone tab \n\n0.35 mg \nTransdermal Combined\nXulane â€“ norelgestromin-ethinyl \n\nestradiol td ptwk \n150-35 mcg/24hr \n\nZafemy â€“ norelgestromin-ethinyl \nestradiol td ptwk \n150-35 mcg /24hr \n\nVaginal Combined\nNUVARING â€“ etonogestrel-ethinyl \n\nestradiol va ring 0.120-0.015mg/ \n24 hr \n\nDepression\n\nSelective Serotonin Reuptake \nInhibitors (SSRI)\ncitalopram hydrobromide oral \n\nsoln 10 mg/5 mL\ncitalopram hydrobromide tab \n\n10 mg, 20 mg, 40 mg (base \nequivalent) (Celexa)\n\nescitalopram oxalate soln \n5 mg/5 mL (base equivalent)\n\nescitalopram oxalate tab 5 mg, \n10 mg, 20 mg (base equivalent) \n(Lexapro)\n\nfluoxetine hcl cap 10 mg, 20 mg, \n40 mg (Prozac)\n\nfluoxetine hcl solution 20 mg/5 mL\nparoxetine hcl tab 10 mg, 20 mg, \n\n30 mg, 40 mg (Paxil)\nsertraline hcl oral concentrate for \n\nsolution 20 mg/mL (Zoloft)\nsertraline hcl tab 25 mg, 50 mg, \n\n100 mg (Zoloft)\n\nDiabetes Medications\n\nHypoglycemic Agents\nBAQSIMI ONE PACK â€“ glucagon nasal \n\npowder 3 mg/dose\nBAQSIMI TWO PACK â€“ glucagon nasal \n\npowder 3 mg/dose\nglucagon (rdna) for inj kit 1 mg \n\n(Glucagon emergency kit)\nGLUCAGON EMERGENCY KIT  \n\nFOR LOW BLOOD SUGARâ€“\nglucagon hcl for inj 1 mg\n\nGVOKE HYPOPEN 1-PACK â€“ \nglucagon subcutaneous solution \nauto-injector 0.5 mg/0.1 mL, \n1 mg/0.2 mL\n\nGVOKE HYPOPEN 2-PACK â€“ \nglucagon subcutaneous  \nsolution auto-injector  \n0.5 mg/0.1 mL,1 mg/0.2 mL\n\nGVOKE KIT â€“ glucagon subcutaneous \nsoln 1 mg/0.2 mL\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n9\n\nGVOKE PFS â€“ glucagon subcutaneous \nsoln pref syringe 0.5 mg/0.1 mL, \n1 mg/0.2 mL\n\nZEGALOGUE â€“ dasiglucagon hcl \nsubcutaneous soln auto-inj \n0.6 mg/0.6 mL\n\nZEGALOGUE â€“ dasiglucagon hcl \nsubcutaneous soln pref syringe \n0.6 mg/0.6 mL\n\nInsulin Only\nFIASP â€“ insulin aspart (with \n\nniacinamide) inj 100 unit/mL\nFIASP FLEXTOUCH â€“ insulin  \n\naspart (with niacinamide) soln \npen-injector 100 unit/mL\n\nFIASP PENFILL â€“ insulin aspart  \n(with niacinamide) soln  \ncartridge 100 unit/mL\n\nHUMULIN R U-500  \n(CONCENTRATED) â€“ insulin  \nregular (human) inj 500 unit/mL\n\nHUMULIN R U-500 KWIKPEN  \ninsulin regular (human) soln \npen-injector 500 unit/mL\n\nINSULIN ASPART â€“ insulin aspart  \ninj 100 unit/mL\n\nINSULIN ASPART FLEXPEN â€“ \ninsulin aspart soln pen-injector \n100 unit/mL\n\nINSULIN ASPART PENFILL â€“  \ninsulin aspart soln cartridge  \n100 unit/mL\n\nINSULIN ASPART PROTAMINE/ â€“\ninsulin aspart prot & aspart \n(human) inj 100 unit/mL (70-30)\n\nINSULIN ASPART PROTAMINE/ â€“\ninsulin aspart prot & aspart sus \npen-inj 100 unit/mL (70-30)\n\nINSULIN GLARGINE â€“ insulin  \nglargine-yfgn inj 100 unit/mL\n\nINSULIN GLARGINE â€“ insulin  \nglargine-yfgn soln pen-injector  \n100 unit/mL\n\nLEVEMIR â€“ insulin detemir inj \n100 unit/mL\n\nLEVEMIR FLEXTOUCH â€“ insulin \ndetemir soln pen-injector \n100 unit/mL\n\nNOVOLIN 70/30 â€“ insulin nph \nisophane & regular human inj \n100 unit/mL (70-30)\n\nNOVOLIN 70/30 FLEXPEN â€“ insulin \nnph & regular susp pen-inj \n100 unit/mL (70-30)\n\nNOVOLIN 70/30 FLEXPEN RELION â€“ \ninsulin nph & regular susp pen-inj \n100 unit/mL (70-30)\n\nNOVOLIN 70/30 RELION â€“ insulin \nnph isophane & regular human inj \n100 unit/mL (70-30)\n\nNOVOLIN N â€“ insulin  \nnph (human) (isophane) inj  \n100 unit/mL\n\nNOVOLIN N FLEXPEN â€“ insulin  \nnph (human) (isophane) susp \npen-injector 100 unit/mL\n\nNOVOLIN N FLEXPEN RELION â€“\ninsulin nph (human) (isophane) \nsusp pen-injector 100 unit/mL\n\nNOVOLIN N RELION â€“ insulin nph \n(human) (isophane) inj 100 unit/mL\n\nNOVOLIN R â€“ insulin regular (human) \ninj 100 unit/mL\n\nNOVOLIN R FLEXPEN â€“ insulin regular \n(human) soln pen-injector \n100 unit/mL\n\nNOVOLIN R FLEXPEN RELION â€“ \ninsulin regular (human) soln \npen-injector 100 unit/mL\n\nNOVOLIN R RELION â€“ insulin regular \n(human) inj 100 unit/mL\n\nNOVOLOG â€“ insulin aspart inj \n100 unit/mL\n\nNOVOLOG FLEXPEN â€“ insulin  \naspart soln pen-injector  \n100 unit/mL\n\nNOVOLOG MIX 70/30 â€“ insulin  \naspart prot & aspart (human) inj \n100 unit/mL (70-30)\n\nNOVOLOG MIX 70/30 PREFILL â€“ \ninsulin aspart prot & aspart sus \npen-inj 100 unit/mL (70-30)\n\nNOVOLOG PENFILL â€“ insulin aspart \nsoln cartridge 100 unit/mL\n\nNOVOLOG RELION â€“ insulin aspart \ninj soln 100 unit/mL\n\nSEMGLEE â€“ insulin glargine-yfgn  \ninj 100 unit/mL\n\nSEMGLEE â€“ insulin glargine-yfgn soln \npen-injector 100 unit/mL\n\nTOUJEO MAX SOLOSTAR â€“ \ninsulin glargine soln pen- \ninjector 300 unit/mL (2 unit dial)\n\nTOUJEO SOLOSTAR â€“ insulin  \nglargine soln pen-injector  \n300 unit/mL (1 unit dial)\n\nTRESIBA â€“ insulin degludec inj \n100 unit/mL\n\nTRESIBA FLEXTOUCH â€“ insulin \ndegludec soln pen-injector \n100 unit/mL, 200 unit/mL\n\nOrals Only\nacarbose tab 25 mg, 50 mg, \n\n100 mg (Precose)\nglimepiride tab 1 mg, 2 mg, 4 mg \n\n(Amaryl)\nglipizide tab 5 mg\nglipizide tab 10 mg (Glucotrol)\nglipizide tab er 24hr 2.5 mg, \n\n5 mg,10 mg (Glucotrol xl)\nglipizide-metformin hcl tab \n\n2.5-250 mg, 2.5-500 mg, \n5-500 mg\n\nglyburide tab 1.25 mg, 2.5 mg, \n5 mg\n\nglyburide micronized tab 1.5 mg, \n3 mg, 6 mg (Glynase)\n\nglyburide-metformin tab \n1.25-250 mg, 2.5-500 mg, \n5-500 mg\n\nmetformin hcl tab 500 mg, 850 mg, \n1000 mg\n\nmetformin hcl tab er 24hr 500 mg, \n750 mg\n\nmiglitol tab 25 mg, 50 mg, 100 mg\nnateglinide tab 60 mg, 120 mg\npioglitazone hcl tab 15 mg, 30 mg, \n\n45 mg (base equivalent) (Actos)\npioglitazone hcl-metformin hcl  \n\ntab 15-500 mg, 15-850 mg \n(Actoplus met)\n\nrepaglinide tab 0.5 mg, 1 mg, 2 mg\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n10\n\nDiabetic Supplies\nCalibration Liquid \n\nASCENSIA CONTOUR \nASCENSIA CONTOUR NEXT\n\nInsulin Syringes\nLancets\nLancet Devices\nPen Needles\nTest Strips & Discs \n\nASCENCIA CONTOUR \nASCENCIA CONTOUR NEXT\n\nFluoride \n\nDental Products and \nCombinations\nsodium fluoride cream 1.1% \n\n(Prevident 5000 plus)\nsodium fluoride gel 1.1% (0.5% f) \n\n(Prevident fluoride)\nsodium fluoride paste 1.1% \n\n(Prevident 5000 boost)\nsodium fluoride rinse 0.2% \n\n(Prevident)\nsodium fluoride-potassium nitrate \n\ngel 1.1-5% (Prevident 5000 sensi)\nstannous fluoride conc 0.63% \n\n(Gel-kam oral care rinse)\nstannous fluoride gel 0.4% \n\n(Gel-kam gel)\nSupplements and Combinations\nsodium fluoride chew tab  \n\n0.25 mg f (from 0.55 mg naf),  \n0.5 mg f (from 1.1 mg naf),  \n1 mg f (from 2.2 mg naf) (Luride)\n\nsodium fluoride soln  \n0.125 mg/drop f  \n(0.275 mg/drop naf)\n\nsodium fluoride soln 0.5 mg/mL f \n(from 1.1 mg/mL naf) (Luride)\n\nHigh Blood Pressure\nacebutolol hcl cap 200 mg, 400 mg\namiloride hcl tab 5 mg\namiloride & hydrochlorothiazide \n\ntab 5-50 mg\n\namlodipine besylate tab 2.5 mg, \n5 mg, 10 mg (base equivalent) \n(Norvasc)\n\namlodipine besylate-benazepril \nhcl cap 2.5-10 mg, 5-40 mg\n\namlodipine besylate-benazepril \nhcl cap 5-10 mg, 5-20 mg, \n10-20 mg, 10-40 mg (Lotrel)\n\namlodipine besylate-olmesartan \nmedoxomil tab 5-20 mg, \n5-40 mg, 10-20 mg, 10-40 mg \n(Azor)\n\namlodipine besylate-valsartan tab \n5-160 mg, 5-320 mg, 10-160 mg, \n10-320 mg (Exforge)\n\natenolol tab 25 mg, 50 mg, \n100 mg (Tenormin)\n\natenolol & chlorthalidone tab \n50-25 mg, (Tenoretic 50) \n100-25 mg (Tenoretic 100)\n\nbenazepril hcl tab 5 mg\nbenazepril hcl tab 10 mg, 20 mg, \n\n40 mg (Lotensin)\nbenazepril & hydrochlorothiazide \n\ntab 10-12.5 mg, 20-12.5 mg, \n20-25 mg (Lotensin hct)\n\nbetaxolol hcl tab 10 mg, 20 mg\nbisoprolol & hydrochlorothiazide \n\ntab 2.5-6.25 mg, 5-6.25 mg, \n10-6.25 mg (Ziac)\n\nbisoprolol fumarate tab 5 mg, \n10 mg\n\nbumetanide tab 0.5 mg (Bumex)\nbumetanide tab 1 mg, 2 mg\ncandesartan cilexetil tab 4 mg, \n\n8 mg, 16 mg, 32 mg (Atacand)\ncandesartan cilexetil-\n\nhydrochlorothiazide tab \n16-12.5 mg, 32-12.5 mg, \n32-25 mg (Atacand hct)\n\ncaptopril tab 12.5 mg, 25 mg, \n50 mg, 100 mg\n\ncarvedilol tab 3.125 mg, 6.25 mg, \n12.5 mg, 25 mg (Coreg)\n\nchlorthalidone tab 25 mg, 50 mg\nclonidine hcl tab 0.1 mg, 0.2 mg, \n\n0.3 mg\n\nclonidine td patch weekly \n0.1 mg/24hr (Catapres-tts-1), \n0.2 mg/24hr (Catapres-tts-2), \n0.3 mg/24hr (Catapres-tts-3)\n\ndiltiazem hcl cap er 12hr 60 mg, \n90 mg, 120 mg\n\ndiltiazem hcl cap er 24hr 120 mg, \n180 mg, 240 mg\n\ndiltiazem hcl coated beads cap er \n24hr 120 mg, 180 mg, 240 mg, \n300 mg, 360 mg (Cardizem cd)\n\ndiltiazem hcl coated beads tab er \n24hr 180 mg, 240 mg, 300 mg, \n360 mg, 420 mg (Cardizem la)\n\ndiltiazem hcl extended release \nbeads cap er 24hr 120 mg, \n180 mg, 240 mg, 300 mg, \n360 mg, 420 mg (Tiazac)\n\ndiltiazem hcl tab 30 mg, 60 mg, \n120 mg (Cardizem)\n\ndiltiazem hcl tab 90 mg\ndoxazosin mesylate tab 1 mg, \n\n2 mg, 4 mg, 8 mg (Cardura)\nenalapril maleate tab 2.5 mg, \n\n5 mg, 10 mg, 20 mg (Vasotec)\nenalapril maleate & \n\nhydrochlorothiazide tab \n5-12.5 mg\n\nenalapril maleate & \nhydrochlorothiazide tab \n10-25 mg (Vaseretic)\n\nenalapril maleate oral soln \n1 mg/mL (Epaned)\n\neplerenone tab 25 mg, 50 mg \n(Inspra)\n\nfelodipine tab er 24hr 2.5 mg, \n5 mg, 10 mg\n\nfosinopril sodium tab 10 mg, \n20 mg, 40 mg\n\nfosinopril sodium & \nhydrochlorothiazide tab \n10-12.5 mg, 20-12.5 mg\n\nfurosemide oral soln 10 mg/mL\nfurosemide tab 20 mg, 40 mg, \n\n80 mg (Lasix)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n11\n\nguanfacine hcl tab 1 mg, 2 mg \n(Tenex)\n\nhydralazine hcl tab 10 mg, 25 mg, \n50 mg, 100 mg\n\nhydrochlorothiazide cap 12.5 mg\nhydrochlorothiazide tab 12.5 mg, \n\n25 mg, 50 mg\nindapamide tab 1.25 mg, 2.5 mg\nirbesartan tab 75 mg, 150 mg, \n\n300 mg (Avapro)\nirbesartan-hydrochlorothiazide \n\ntab 150-12.5 mg, 300-12.5 mg \n(Avalide)\n\nisosorbide dinitrate-hydralazine \nhcl tab 20-37.5 mg (Bidil)\n\nisradipine cap 2.5 mg, 5 mg\nlabetalol hcl tab 100 mg, 200 mg, \n\n300 mg\nlisinopril tab 2.5 mg, 5 mg, 10 mg, \n\n30 mg, 40 mg (Zestril)\nlisinopril tab 20 mg (Prinivil)\nlisinopril & hydrochlorothiazide \n\ntab 10-12.5 mg, 20-12.5 mg, \n20-25 mg (Zestoretic)\n\nlosartan potassium tab 25 mg, \n50 mg, 100 mg (Cozaar)\n\nlosartan potassium & \nhydrochlorothiazide tab \n50-12.5 mg, 100-12.5 mg, \n100-25 mg (Hyzaar)\n\nmetolazone tab 2.5 mg, 5 mg, \n10 mg\n\nmetoprolol succinate tab er 24hr \n25 mg, 50 mg, 100 mg, 200 mg \n(tartrate equivalent) (Toprol xl)\n\nmetoprolol tartrate tab 25 mg, \n37.5 mg, 75 mg\n\nmetoprolol tartrate tab 50 mg, \n100 mg (Lopressor)\n\nmetoprolol & hydrochlorothiazide \ntab 50-25 mg, 100-25 mg\n\nminoxidil tab 2.5 mg, 10 mg\nmoexipril hcl tab 7.5 mg, 15 mg\nnadolol tab 20 mg, 40 mg, 80 mg \n\n(Corgard)\nnicardipine hcl cap 20 mg, 30 mg\nnifedipine cap 10 mg (Procardia)\n\nnifedipine cap 20 mg\nnifedipine tab er 24hr 30 mg, \n\n60 mg, 90 mg\nnifedipine tab er 24hr osmotic \n\nrelease 30 mg, 60 mg, 90 mg \n(Procardia xl)\n\nolmesartan medoxomil tab 5 mg, \n20 mg, 40 mg (Benicar)\n\nolmesartan medoxomil-\nhydrochlorothiazide tab \n20-12.5 mg, 40-12.5 mg, \n40-25 mg (Benicar hct)\n\nolmesartan-amlodipine-\nhydrochlorothiazide tab \n20-5-12.5 mg, 40-5-12.5 mg, \n40-5-25 mg, 40-10-12.5 mg, \n40-10-25 mg (Tribenzor)\n\nperindopril erbumine tab 2 mg, \n4 mg, 8 mg\n\nphenoxybenzamine hcl cap \n10 mg (Dibenzyline)\n\npindolol tab 5 mg, 10 mg\nprazosin hcl cap 1 mg, 2 mg, \n\n5 mg (Minipress)\npropranolol hcl oral soln \n\n20 mg/5 mL\npropranolol hcl cap er 24hr \n\n60 mg, 80 mg, 120 mg, 160 mg \n(Inderal la)\n\npropranolol hcl tab 10 mg, 20 mg, \n40 mg, 60 mg, 80 mg\n\nquinapril hcl tab 5 mg, 10 mg, \n20 mg, 40 mg (Accupril)\n\nquinapril-hydrochlorothiazide tab \n10-12.5 mg, 20-12.5 mg, \n20-25 mg (Accuretic)\n\nramipril cap 1.25 mg, 2.5 mg, \n5 mg, 10 mg (Altace)\n\nspironolactone tab 25 mg, 50 mg, \n100 mg (Aldactone)\n\nspironolactone & \nhydrochlorothiazide tab \n25-25 mg (Aldactazide)\n\ntelmisartan tab 20 mg, 40 mg, \n80 mg (Micardis)\n\ntelmisartan-amlodipine tab \n40-5 mg, 40-10 mg, 80-5 mg, \n80-10 mg (Twynsta)\n\ntelmisartan-hydrochlorothiazide \ntab 40-12.5 mg, 80-12.5 mg, \n80-25 mg (Micardis hct)\n\nterazosin hcl cap 1 mg, 2 mg, 5 mg, \n10 mg (base equivalent)\n\ntorsemide tab 5 mg, 10 mg, \n20 mg, 100 mg\n\ntrandolapril tab 1 mg, 2 mg, 4 mg\ntriamterene cap 50 mg, 100 mg \n\n(Dyrenium)\ntriamterene & hydrochlorothiazide \n\ncap 37.5-25 mg\ntriamterene & hydrochlorothiazide \n\ntab 37.5-25 mg (Maxzide-25), \n75-50 mg (Maxzide)\n\nvalsartan tab 40 mg, 80 mg, \n160 mg, 320 mg (Diovan)\n\nvalsartan-hydrochlorothiazide tab \n80-12.5 mg, 160-12.5 mg, \n160-25 mg, 320-12.5 mg, \n320-25 mg (Diovan hct)\n\nverapamil hcl cap er 24hr 120 mg, \n180 mg, 240 mg (Verelan)\n\nverapamil hcl tab 40 mg, 80 mg, \n120 mg\n\nverapamil hcl tab er 120 mg, \n180 mg, 240 mg (Calan sr)\n\nHigh Cholesterol\natorvastatin calcium tab 10 mg, \n\n20 mg (base equivalent)  \n(Lipitor) \n\natorvastatin calcium tab 40 mg, \n80 mg (base equivalent) (Lipitor)\n\ncholestyramine light powder 4 gm/\ndose (Questran Light)\n\ncholestyramine light powder \npackets 4 gm\n\ncholestyramine powder  \n4 gm/dose, packets 4 gm \n(Questran)\n\ncolesevelam hcl packet for susp \n3.75 gm (Welchol)\n\ncolesevelam hcl tab 625 mg \n(Welchol)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n12\n\ncolestipol hcl granules 5 gm, \ngranule packets 5 gm (Colestid \nflavored)\n\ncolestipol hcl tab 1 gm (Colestid)\nezetimibe tab 10 mg (Zetia)\nezetimibe-simvastatin tab \n\n10-10 mg, 10-20 mg, 10-40 mg, \n10-80 mg (Vytorin)\n\nfenofibrate tab 48 mg, 145 mg \n(Tricor)\n\nfenofibrate tab 54 mg, 160 mg\nfenofibrate micronized cap 67 mg, \n\n134 mg, 200 mg\ngemfibrozil tab 600 mg (Lopid)\nicosapent ethyl cap 1 gm (Vascepa)\nlovastatin tab 10 mg\nlovastatin tab 20 mg, 40 mg \nniacin tab er 500 mg, 750 mg, \n\n1000 mg (antihyperlipidemic) \n(Niaspan)\n\npravastatin sodium tab 10 mg, \n20 mg, 40 mg, 80 mg \n\nrosuvastatin calcium tab 5 mg, \n10 mg, 20 mg, 40 mg (Crestor)\n\nsimvastatin tab 5 mg, 10 mg, \n20 mg, 40 mg, 80 mg (Zocor)\n\nOsteoporosis\nalendronate sodium oral soln \n\n70 mg/75 mL\nalendronate sodium tab 10 mg, \n\n35 mg\nalendronate sodium tab 70 mg \n\n(Fosamax)\ncalcitonin (salmon) nasal soln \n\n200 unit/act\nibandronate sodium tab 150 mg \n\n(base equivalent) (Boniva)\nraloxifene hcl tab 60 mg  \n\n(Evista) \nrisedronate sodium tab 5 mg, \n\n30 mg\nrisedronate sodium 35 mg,  \n\n150 mg (Actonel)\nrisedronate sodium tab delayed \n\nrelease 35 mg (Atelvia)\n\nRespiratory\nacetylcysteine inhal soln 10%, 20%\nADVAIR DISKUS â€“ fluticasone-\n\nsalmeterol aer powder ba  \n100-50 mcg/dose,  \n250-50 mcg/dose,  \n500-50 mcg/dose\n\nADVAIR HFA â€“ fluticasone- \nsalmeterol inhal aerosol  \n45-21 mcg/act, 115-21 mcg/act, \n230-21 mcg/act\n\nalbuterol sulfate inhal aero \n108 mcg/act (90 mcg base \nequivalent) (Proventil hfa, \nProair hfa)\n\nalbuterol sulfate soln nebu  \n0.083% (2.5 mg/3 mL)\n\nalbuterol sulfate soln nebu 0.5% \n(5 mg/mL)\n\nalbuterol sulfate soln nebu \n0.63 mg/3 mL, 1.25 mg/3 mL \n(base equivalent)\n\nalbuterol sulfate syrup 2 mg/5 mL\nalbuterol sulfate tab 2 mg, 4 mg\nANORO ELLIPTA â€“ umeclidinium-\n\nvilanterol aero powd ba \n62.5-25 mcg/inh\n\narformoterol tartrate soln nebu \n15 mcg/2 mL (base equivalent)\n\nARNUITY ELLIPTA â€“ fluticasone \nfuroate aerosol powder breath \nactiv 50 mcg/act, 100 mcg/act, \n200 mcg/act\n\nASMANEX HFA â€“ mometasone \nfuroate inhal aerosol suspension \n50 mcg/act, 100 mcg/act, \n200 mcg/act\n\nASMANEX TWISTHALER 30 METERED \nâ€“ mometasone furoate inhal powd \n110 mcg/inh (breath activated)\n\nASMANEX TWISTHALER 30, 60,  \n120 METERED â€“ mometasone \nfuroate inhal powd 220 mcg/inh \n(breath activated)\n\nBREO ELLIPTA â€“ fluticasone furoate \nvilanterol aero powd ba  \n100-25 mcg/inh, 200-25 mcg/inh\n\nBREZTRI AEROSPHERE â€“  \nbudesonide-glycopyrrolate-\nformoterol aers  \n160-9-4.8 mcg/act\n\nbudesonide inhalation susp \n0.25 mg/2 mL, 0.5 mg/2 mL, \n1 mg/2 mL (Pulmicort)\n\nCOMBIVENT RESPIMAT â€“ \nipratropium-albuterol inhal aerosol \nsoln 20-100 mcg/act\n\ncromolyn sodium soln nebu \n20 mg/2 mL\n\nDULERA â€“ mometasone furoate-\nformoterol fumarate aerosol \n50-5 mcg/act, 100-5 mcg/act, \n200-5 mcg/act\n\nFLOVENT DISKUS â€“ fluticasone \npropionate aer pow ba  \n50 mcg/blister, 100 mcg/blister, \n250 mcg/blister\n\nFLOVENT HFA â€“ fluticasone \npropionate hfa inhal aero  \n44 mcg/act (50/valve),  \n110 mcg/act (125/valve),  \n220 mcg/act (250/valve)\n\nFLUTICASONE PROPIONATE/\nSALMETEROL â€“  \nfuticasone-salmeterol aer powder \nba 55-14 mcg/act, 113-14 mcg/act, \n232-14 mcg/act\n\nINCRUSE ELLIPTA â€“ umeclidinium  \nbr aero powd breath act  \n62.5 mcg/inh (base equivalent)\n\nipratropium bromide inhal soln \n0.02%\n\nipratropium-albuterol nebu soln \n0.5-2.5(3) mg/3 mL\n\nlevalbuterol hcl soln nebu \n0.31 mg/3 mL, 0.63 mg/3 mL, \n1.25 mg/3 mL (base equivalent) \n(Xopenex)\n\nlevalbuterol hcl soln nebu conc \n1.25 mg/0.5 mL (base \nequivalent) (Xopenex \nconcentrate)\n\nmontelukast sodium chew tab \n4 mg, 5 mg (base equivalent) \n(Singulair)\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\n13\n\nmontelukast sodium tab 10 mg \n(base equivalent) (Singulair)\n\nQVAR REDIHALER â€“beclomethasone \ndiprop hfa breath act inh aer \n40 mcg/act, 80 mcg/act\n\nSEREVENT DISKUS â€“ salmeterol \nxinafoate aer pow ba 50 mcg/dose \n(base equivalent)\n\nSPIRIVA HANDIHALER â€“tiotropium \nbromide monohydrate inhal cap \n18 mcg (base equivalent)\n\nSPIRIVA RESPIMAT â€“ tiotropium \nbromide monohydrate inhal \naerosol 1.25 mcg/act, 2.5 mcg/act\n\nSTIOLTO RESPIMAT â€“ tiotropium \nbr-olodaterol inhal aero soln \n2.5-2.5 mcg/act\n\nSTRIVERDI RESPIMAT â€“ olodaterol hcl \ninhal aerosol soln 2.5 mcg/act \n(base equivalent)\n\nSYMBICORT â€“ budesonide- \nformoterol fumarate dihyd aerosol \n80-4.5 mcg/act, 160-4.5 mcg/act\n\nterbutaline sulfate tab 2.5 mg, \n5 mg\n\ntheophylline soln 80 mg/15 mL\ntheophylline tab er 24hr 400 mg, \n\n600 mg\nTRELEGY ELLIPTA â€“ fluticasone \n\numeclidinium â€“ vilanterol aepb \n100-62.5-25 mcg/inh,  \n200-62.5-25 mcg/inh\n\nVENTOLIN HFA â€“ albuterol sulfate \ninhal aero 108 mcg/act (90 mcg \nbase equivalent)\n\nzafirlukast tab 10 mg, 20 mg \n(Accolate)\n\nTobacco Cessation \nYour health plan covers two 90-day \ntreatments for tobacco use cessation \nmedicine per benefit period.\n\nbupropion hcl (smoking deterrent) \ntab er 12hr 150 mg\n\nnicotine polacrilex gum 2 mg, 4 mg\n\nnicotine polacrilex lozenge 2 mg, \n4 mg\n\nnicotine td patch 24hr 7 mg/24hr, \n14 mg/24hr, 21 mg/24hr\n\nNICOTINE TRANSDERMAL SYSTEM â€“ \nnicotine td patch 24hr kit \n21-14-7 mg/24hr\n\nNICOTROL INHALER â€“ nicotine \ninhaler system 10 mg (4 mg \ndelivered)\n\nNICOTROL NS â€“ nicotine nasal spray \n10 mg/mL (0.5 mg/spray)\n\nVARENICLINE TARTRATE â€“  \nvarenicline tartrate tab 0.5 mg,  \n1 mg (base equivalent)\n\nVaccines \nACTHIB â€“ haemophilus b \n\npolysaccharide conjugate  \nvaccine for inj\n\nADACEL â€“ tet tox-diph-acell pertuss \nad inj 5-2-15.5 lf-lf-mcg/0.5 mL\n\nAFLURIA QUADRIVALENT â€“  \ninfluenza virus vac split \nquadrivalent susp pref syr  \n0.25 mL, 0.5 mL\n\nAFLURIA QUADRIVALENT â€“  \ninfluenza virus vaccine split \nquadrivalent im inj\n\nBEXSERO â€“ meningococcal vac b \n(recomb omv adjuv) inj prefilled \nsyringe\n\nBOOSTRIX â€“ tet-diph-acell pertuss ad \npref syr 5-2.5-18.5 lf-mcg/ 0.5 mL\n\nBOOSTRIX â€“ tet tox-diph-acell pertuss \nad inj 5-2.5-18.5 lf-lf mcg/0.5 mL\n\nDAPTACEL â€“ diph, acellular pert & tet \ntox inj 15 lf-23 mcg-5 lf/0.5 mL\n\nDIPHTHERIA/TETANUS TOXOID â€“ \ndiphtheria-tetanus tox adsorbed \n(dt) im inj 25-5 unit/0.5 mL\n\nENGERIX-B â€“ hepatitis b vaccine \n(recombinant) susp  \n10 mcg/0.5 mL, 20 mcg/mL\n\nFLUAD â€“ influenza vac type \na&b surface ant adj susp pref \nsyr 0.5 mL\n\nFLUAD QUADRIVALENT INFLUENZA \nâ€“ influenza vac type a&b surface \nant adj quad pref syr 0.5 mL\n\nFLUARIX QUADRIVALENT â€“  \ninfluenza virus vac split \nquadrivalent susp pref syr  \n0.5 mL\n\nFLUBLOK QUADRIVALENT â€“ \ninfluenza vac recomb ha quad  \npf soln pref syr 0.5 mL\n\nFLUCELVAX QUADRIVALENT â€“ \ninfluenza vac tiss-cult subunit quad \nsusp pref syr 0.5 mL\n\nFLUCELVAX QUADRIVALENT â€“ \ninfluenza vac tissue-cultured \nsubunit quadrivalent im susp\n\nFLULAVAL QUADRIVALENT â€“ \ninfluenza virus vac split \nquadrivalent susp pref syr 0.5 mL\n\nFLUMIST QUADRIVALENT â€“  \ninfluenza virus vaccine live \nquadrivalent intranasal susp\n\nFLUZONE HIGH-DOSE PF â€“  \ninfluenza vac split high-dose  \nquad pf susp pref syr 0.7 mL\n\nFLUZONE QUADRIVALENT â€“ \ninfluenza virus vac split \nquadrivalent susp pref syr 0.5 mL\n\nFLUZONE QUADRIVALENT â€“  \ninfluenza virus vaccine split \nquadrivalent im inj\n\nFLUZONE QUADRIVALENT â€“ \ninfluenza virus vaccine split \nquadrivalent inj 0.5 mL\n\nGARDASIL 9 â€“ human  \npapillomavirus (hpv) 9-valent \nrecomb vac susp pref syr\n\nGARDASIL 9 â€“ human  \npapillomavirus (hpv) 9-valent \nrecomb vac im susp\n\nHAVRIX â€“ hepatitis a vaccine inj susp \n720 el unit/0.5 mL, 1440 el unit/mL\n\nHEPLISAV-B â€“ hepatitis b vaccine \nrecomb adjuvanted pref syr \n20 mcg/0.5 mL\n\nHIBERIX â€“ haemophilus b \npolysaccharide conjugate vac for \ninj 10 mcg\n\n\n\n2023 Standard HDHP-HSA Common Preventive Drug List\n\nINFANRIX â€“ diph, acellular pert & tet \ntox inj 25 lf-58 mcg-10 lf/0.5 mL\n\nIPOL INACTIVATED IPV â€“ \npoliovirus vaccine, ipv injection\n\nKINRIX â€“ diph-tetanus tox ad-acell \npert & polio virus, ipv vac inj\n\nKINRIX â€“ diph-tetanus-acell pert-\npolio, ipv vacc susp pref syr 0.5 mL\n\nMENACTRA â€“ meningococcal (a, c, y, \nand w-135) diphth conjugate \nvaccine\n\nMENQUADFI â€“ meningococcal (a, c, y, \nand w-135) tetanus conjugate \nvaccine\n\nMENVEO â€“ meningococcal (a, c, y, \nand w-135) oligo conj vac for inj\n\nM-M-R II â€“ measles-mumps rubella \nvirus vaccines for inj soln\n\nPEDIARIX â€“ diph-tet tox-acell pert-\nhep b-polio ipv vac susp pref syr\n\nPEDVAX HIB â€“ haemophilius b \npolysaccharide conj vac im susp \n7.5 mcg/0.5 mL\n\nPENTACEL â€“ diph-ac per-tet tox \nad-poliov-haemoph b poly vac for \nim susp\n\nPNEUMOVAX 23 â€“ pneumococcal \nvaccine polyvalent inj \n25 mcg/0.5 mL\n\nPNEUMOVAX 23/1 DOSE â€“ \npneumococcal vaccine polyvalent \ninj 25 mcg/0.5 mL\n\nPREHEVBRIO - hepatitis B \n vaccine 3-antigen (recombinant) \n susp 10 mcg/mL\nPREVNAR 13 â€“ pneumococcal \n\n13-valent conjugate vaccine inj\nPREVNAR 20 â€“ pneumococcal \n\n20-valent conjugate vaccine sus \npref syr 0.5 mL\n\nPROQUAD â€“ measles-mumps-\nrubellavaricella virus vaccines \nfor susp\n\nQUADRACEL â€“ diph-tetanus tox \nad-acell pert & polio virus, ipv \nvac inj\n\nQUADRACEL â€“ diph-tetanus-acell \npert-polio, ipv vacc susp pref \nsyr 0.5 mL\n\nRECOMBIVAX HB â€“ hepatitis b \nvaccine (recombinant) susp \n5 mcg/0.5 mL, 10 mcg/mL, \n40 mcg/mL\n\nROTARIX â€“ rotavirus vaccine, live for \noral susp\n\nROTATEQ â€“ rotavirus vaccine, live oral \npentavalent soln\n\nSHINGRIX â€“ zoster vac  \nrecombinant adjuvanted for im  \ninj 50 mcg/0.5 mL\n\nTDVAX â€“ tetanus-diphtheria toxoids \n(td) inj 2-2 lf/0.5 mL\n\nTENIVAC â€“ tetanus-diphtheria toxoids \n(td) inj 5-2 lfu\n\nTRUMENBA â€“ meningococcal group b \nvac (recomb) im susp prefilled syr\n\nTWINRIX â€“ hep a-hep b vaccine susp \npref syr 720-20 elu mcg/mL\n\nVAQTA â€“ hepatitis a vaccine inj susp \n25 unit/0.5 mL, 50 unit/mL\n\nVARIVAX â€“ varicella virus vac live for \nsubcutaneous inj 1350 pfu/0.5 mL\n\nVAXELIS â€“ diph-tet tox-ac pert \nad-polio ipv-hib-hepatitis b \nrecmb susp\n\nVAXELIS â€“ diph-tet tox-ac pert \nad-polio ipv-hib-hep b rec susp \npre syr\n\nVAXNEUVANCE â€“ pneumococcal \n15-valent conjugate vaccine sus \npref syr 0.5 mL\n\n230487.1022\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13444, 778, '_relevanssi_pdf_content', '\nOffered by Life Insurance Company of North America\n\nSummary of Benefits Prepared for: CF Industries Enterprises, Inc.\nClass 1\n\nEligibility:\nAll active, Full-time United States Employees of the Employer.\nEmployee: You will be eligible for coverage immediately.\n\nAvailable Coverage:\nBenefit Amount Maximum Guaranteed Issue Amount\n\nEmployee 1.0 Times Salary Lesser of 1.0 Times Salary or\n$1,000,000\n\nLesser of 1.0 Times Salary or $1,000,000\n\nAdditional Features:\nContinuation of Disability â€“ If your active service ends due to disability, at age 60 or over, your life insurance coverage will continue while you are \ndisabled. Benefits will remain in force until the earliest of: the date you are no longer disabled, the date the policy terminates, the date you are Disabled \nfor 12 consecutive months, or the day after the last period for which premiums are paid. You are considered disabled if, because of injury or sickness, \nyou are unable to perform all the material duties of your Regular Occupation, or you are receiving disability benefits under your Employerâ€™s plan. \nExtended Death Benefit with Waiver of Premium â€“ The extended death benefit continues your coverage without payment of premium, before youâ€™re \neligible to qualify for Waiver of Premium, if you are continuously Disabled for 9 months prior to age 60. â€œDisabledâ€ means, because of injury or sickness, \nyou are unable to perform all the material duties of your regular occupation, or you are receiving disability benefits under a program sponsored by your \nEmployer. Regular Occupation means the occupation you routinely performed at the time your Disability began. We/the insurance company will \nconsider the duties of your occupation as those that are normally performed in the general labor market in the national economy. If you qualify for this \nbenefit and have insured your spouse or children, the insurance company will also extend their coverage if applicable.\nWaiver of Premium â€“ If you become Disabled prior to age 60, and you remain Disabled continuously for a 9 month period and thereafter, you wonâ€™t \nneed to pay premiums for your life insurance coverage, provided we/the Insurance Company determine(s) you are Disabled. â€œDisabledâ€ for this \ncoverage means, because of injury or sickness, you are unable to perform the material duties of your regular occupation, or are receiving disability \nbenefits under a program sponsored by your employer, for the first 12 months after your Disability began. Thereafter, you must be unable to perform \nthe material duties of any occupation that you are or may reasonably become qualified based on your education, training or experience. If you qualify \nfor this coverage and have insured your spouse or children, the insurance company will also waive their premium if applicable. After premiums have \nbeen waived for 12 months, they will be waived for future periods of 12 months if you remain Disabled. This benefit will remain active until age 70 \nsubject to proof of continuing disability each year.\n\nConversion â€“ To convert, you must apply for the conversion policy and pay the first premium payment within 62 days after your group coverage ends.\n\nImportant Definitions and Policy Provisions:\nWhen Your Coverage Begins and Ends â€“ Coverage becomes effective on the later of the programâ€™s effective date, the date you become eligible, the date \nyour enrollment elections are received if applicable, or the date you authorize any necessary payroll deductions if applicable. Your coverage will not \nbegin unless you are actively at work on the effective date. Dependent coverage, if applicable, will not begin for any spouse or child who on the effective \ndate is an inpatient in a facility or is home confined and under the care of a physician. Coverage will end on the earliest of the date you are eligible for \ncoverage under a plan intended to replace this coverage, you or your dependents if applicable, are no longer eligible, the group policy is no longer in \nforce, or required premiums are not paid.\n\nBenefit Reductions, Exclusions and Limitations:\nBenefit Reduction Schedule - If you are still employed, your benefits will reduce to 65% at age 65.\nLimitations - Benefits will be extended without premium payment until the earlier of the date you are no longer disabled, or the date you fail to qualify \nfor Waiver of Premium or fail to provide proof of Disability.\n\nEmployer-Paid\n\nTERM LIFE INSURANCE\n\n\n\nTHIS POLICY PROVIDES LIMITED COVERAGE. IT PAYS A FIXED BENEFIT AND DOES NOT COVER MEDICAL EXPENSES AS INCURRED. THIS IS\nNOT A SUBSTITUTE FOR COMPREHENSIVE OR MAJOR MEDICAL HEALTH INSURANCE. THIS COVERAGE DOES NOT SATISFY THE\nINDIVIDUAL MANDATE OF THE AFFORDABLE CARE ACT BECAUSE THE COVERAGE DOES NOT MEET THE REQUIREMENTS OF MINIMUM\nESSENTIAL COVERAGE.\n\nTerms and conditions of coverage for Term Life insurance are set forth in Group Policy No. FLX 963674. This is not intended as a complete description of the insurance\ncoverage offered. This is not a contract. Complete coverage details, including premiums, eligible conditions, their respective payments and policy exclusions and\nlimitations are contained in the Policy. Please see your Plan Sponsor to obtain a copy of the Policy. If there are any differences between this summary and the group\npolicy, the information in the group policy takes precedence. Product availability, costs, benefits, riders, covered conditions and/or features may vary by state. Please\nkeep this material as a reference. Insurance coverage is issued on group policy form number:Â Policy FormÂ TL-004700.Â Coverage is underwritten by Life Insurance\nCompany of North America, 51 Madison Avenue New York, NY 10010.\n\nGroup insurance products are insured by Life Insurance Company of North America and New York Life Group Insurance Company of NY, affiliates of New York Life\nInsurance Company. Â© 2022 New York Life Group Insurance Company, New York, NY. All Rights Reserved. NEW YORK LIFE and the New York Life box logo are\ntrademarks of New York Life Insurance Company.\n\nCreated on 02/2022\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13445, 780, '_relevanssi_pdf_content', '\nOffered by Life Insurance Company of North America\n\nSummary of Benefits Prepared for: CF Industries Enterprises, Inc.\n\nEligibility:\nAll active, Full-time United States Employees of the Employer.\nEmployee: You will be eligible for coverage immediately.\n\nAvailable Coverage:\nBenefit Amount Maximum\n\nEmployee 1 Times Salary Lesser of 1 Times Salary or $1,000,000\n\nBenefit Details:\nIf, within 365 days of a Covered Accident, bodily injuries result in: Weâ€™ll pay this % of the Benefit Amount:\nLoss of life; Total paralysis of both upper and lower limbs; Loss of two or more hands or feet; Loss of\nsight in both eyes; or Loss of speech and hearing (both ears)\n\n100%\n\nTotal paralysis of both lower limbs or both upper limbs 75%\n\nTotal paralysis of upper and lower limbs on one side of the body; Loss of one hand, one foot, sight in\none eye, speech, or hearing in both ears\n\n50%\n\nTotal paralysis of one upper or one lower limb; Loss of all four fingers of the same hand; or Loss of\nthumb and index finger of the same hand\n\n25%\n\nLoss of all toes of the same foot 20%\nFor Comas â€“ You will receive 1% of the full benefit amount each month, for up to a maximum of 11 months , if you or an insured family member are in\na coma for 30 days or more as a result of a Covered Accident. If the covered person is still in a coma after 11 months, or dies, the full benefit amount\nwill be paid.\n\nAdditional Features:\nFor Wearing a Seatbelt & Protection by an Airbag â€“ You will receive an additional 10% benefit but not more than $25,000 if the covered person dies in\na covered automobile accident and law enforcement-certified to be wearing a seatbelt or approved child restraint. We will increase the benefit by an\nadditional 5% but not more than $10,000 if the insured person was also positioned in a seat protected by a properly-functioning and properly deployed\nSupplemental Restraint System (Airbag).\nFor Exposure & Disappearance â€“ Benefits are payable if you or an insured family member suffer a covered loss due to unavoidable exposure to the\nelements as a result of a Covered Accident. If your or an insured family member\'s body is not found within one year of the disappearance, wrecking or\nsinking of the conveyance in which you or an insured family member were riding, on a trip otherwise covered, it will be presumed that you sustained\nloss of life as a result of a Covered Accident.\nConversion â€“ If group accident coverage ends (except due to nonpayment of premium), your employment is terminated, membership in an eligible\nclass is terminated, or insurance coverage is reduced based on attained age, you can convert to an individual non-term policy. To convert, you must\napply for the conversion policy and pay the first premium payment within 31 days after your group coverage ends. Dependents may convert their\ncoverage as well if applicable. Premiums may change at this time, and terms of coverage will be subject to change. You can also convert to an\nindividual policy of up to $10,000 if you have been insured for at least 5 years and the policy is terminated or amended, provided coverage is not\nreplaced and you are not covered under a different conversion policy issued by Life Insurance Company of North America. Refer to your certificate for\ndetails.\n\nImportant Definitions and Policy Provisions:\nWhen your coverage begins - Coverage begins on the later of the programâ€™s effective date, the date you become eligible, the date we receive your\ncompleted enrollment form if applicable, or the date you authorize any necessary payroll deductions if applicable. Your coverage will not begin unless\n\n\n\nBenefit Reductions, Exclusions and Limitations\nBenefit Reduction Schedule: If you are still employed, your benefits will reduce to 65% at age 65. Your premiums will also reduce to match your\nbenefits.\nExclusions - Self-inflicted injuries or suicide while sane or insane â€¢ commission or attempt to commit a felony or an assault â€¢ any act of war, declared\nor undeclared â€¢ any active participation in a riot, insurrection or terrorist act â€¢ bungee jumping â€¢ parachuting â€¢ skydiving â€¢ parasailing â€¢ hang-\ngliding â€¢ sickness, disease, bodily or mental infirmity, bacterial or viral infection or medical or surgical treatment thereof, except for any bacterial\ninfection resulting from an accidental external cut or wound or accidental ingestion of contaminated foodâ€¢ voluntarily using any drug, narcotic, poison,\ngas or fumes except one prescribed by a licensed physician and taken as prescribed â€¢ operating any type of vehicle while under the influence of alcohol\nor any drug, narcotic or other intoxicant including any prescribed drug for which the covered person has been provided a written warning against\noperating a vehicle while taking it â€¢ a Covered Accident that occurs while the covered person is engaged in the activities of active duty service in the\nmilitary, navy or air force of any country or international organization (this does not include Reserve or National Guard training, unless it extends beyond\n31 days) â€¢ traveling in an aircraft that is owned, leased or controlled by the sponsoring organization or any of its subsidiaries or affiliates â€¢ air travel,\nexcept as a passenger on a regularly scheduled commercial airline or in an aircraft being used by the Air Mobility Command or its foreign equivalent â€¢\nflight in, boarding or alighting from an Aircraft or any craft designed to fly above the Earthâ€™s surface being flown by the covered person or in which the\ncovered person is a member of the crew.\nLimitations â€“ For multiple covered losses, benefits are paid for the single largest benefit available. For loss of life, the benefit amount shown will be\nreduced by the amount of any dismemberment benefits that were previously paid or payable.\n\nTHIS POLICY PROVIDES LIMITED ACCIDENT-ONLY COVERAGE. IT PAYS A FIXED BENEFIT AND DOES NOT COVER MEDICAL EXPENSES AS INCURRED. IT\nDOES NOT COVER LOSSES CAUSED BY SICKNESS. THIS IS NOT A SUBSTITUTE FOR COMPREHENSIVE OR MAJOR MEDICAL HEALTH INSURANCE.\nTerms and conditions of coverage for Accidental Death and Dismemberment insurance are set forth in Group Policy No. OK 965303. This is not intended as a complete\ndescription of the insurance coverage offered. This is not a contract. Complete coverage details, including premiums, eligible injuries, their respective payments and\npolicy exclusions and limitations are contained in the Policy Certificate. If there are any differences between this summary and the group policy, the information in the\ngroup policy takes precedence. Product availability and/or features may vary by state. Please keep this material as a reference. Insurance coverage is issued on group\npolicy form number:Â Policy Form TL-004700. Â Coverage is underwritten byÂ Life Insurance Company of North America, 51 Madison Avenue New York, NY 10010.\n\nGroup insurance products are insured by Life Insurance Company of North America and New York Life Group Insurance Company of NY, affiliates of New York Life\nInsurance Company. Â© 2022 New York Life Group Insurance Company, New York, NY. All Rights Reserved. NEW YORK LIFE and the New York Life box logo are\ntrademarks of New York Life Insurance Company.\n\nCreated on 02/2022.\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13446, 781, '_relevanssi_pdf_content', '\nOffered by Life Insurance Company of North America\n\nSummary of Benefits Prepared for: CF Industries Enterprises, Inc.\n\nEligibility:\nAll active, Full-time United States Employees of the Employer\n\n Employee: You will be eligible for coverage immediately.\n\nAvailable Coverage:\nGross Monthly Benefit Maximum Gross\n\nMonthly Benefit\nBenefit Waiting\nPeriod\n\nMaximum Benefit\nPeriod\n\nEmployer Paid -\nYour Employer provides the\nfollowing coverage at no cost to you.\n\n50% of your monthly\ncovered earnings\n\n$5,000\n\nThe later of the end \nof the Short-Term \nDisability Benefits \nor 180 days\n\nPlease refer to the â€œHow Long \nBenefits Lastâ€ section below \nfor more details.\n\nEmployee Paid -\nYou have the option to elect this plan\nto enhance what your Employer\nprovides.\n\n60% of your monthly\ncovered earnings\n\n$10,000\n\nAdditional Features\nFamily Survivor Benefit â€“ If you die while receiving benefits, we will pay a survivor benefit to your lawful spouse*, eligible children, or estate. The\nplan will pay a single lump sum equal to 3 months of benefits.\n\nEmployeeâ€™s Monthly Cost of Coverage:\nMonthly Rate Per $100 of Monthly Covered Earnings = $0.218\nActual per pay period premiums may differ slightly due to rounding.\n\nHow to Calculate Your Monthly Cost:\nStep 1: Divide your annual salary by 12 to calculate your monthly earnings.\nStep 2: Find the above Monthly rate.\nStep 3: Multiply this rate by your monthly earnings, or $16,667, whichever is less.\nStep 4: Divide the total by 100. The result is your Monthly cost.\n\nImportant Definitions and Policy Provisions:\nDisability - â€œDisabilityâ€ or â€œDisabledâ€ means that, solely because of a covered injury or sickness, you are unable to perform the material duties of your\nregular occupation/regular job and you are unable to earn 80% or more of your indexed earnings from working in your regular occupation/regular job.\nAfter benefits have been payable for 24 months, you are considered disabled if solely due to your injury or sickness, you are unable to perform the\nmaterial duties of any occupation for which you are (or may reasonably become) qualified by education, training or experience, and you are unable to\nearn 60% or more of your indexed earnings. We will require proof of earnings and continued disability.\nCovered Earnings -Covered Earnings means your wage or salary as reported by the Employer for work performed for the Employer as in effect just prior\nto the date your Disability begins. Covered Earnings are determined initially on the date an Employee applies for coverage. A change in the amount of\nCovered Earnings is effective on the date of the change, if the Employer gives us written notice of the change and the required premium is paid. It does\nnot include any amounts received as bonus, commissions, overtime pay or other extra compensation. Any increase in your Covered Earnings will not be\neffective during a period of continuous Disability.\nWhen Benefits Begin - You must be continuously Disabled for 180 Days before benefits will be paid for a covered Disability.\nHow Long Benefits Last - Once you qualify for benefits under this plan, you continue to receive them until the end of the benefit or until you no longer\nqualify for benefits, whichever occurs first. Should you remain Disabled, your benefits continue according to the later of your Social Security Normal\nRetirement Age, or the following schedule, depending on your age at the time you become Disabled.\n\nLONG TERM DISABILITY INSURANCE\n\n\n\nAge at Disability Age 62 or younger 63 64 65 66 67 68 69+\nDuration of Payments (months) To age 65 or the date the 42nd monthly benefit is payable, if later. 36 30 24 21 18 15 12\n\nWhen Coverage Takes Effect - Your coverage takes effect on the later of the policyâ€™s effective date, the date you become eligible, the date we receive\nyour completed enrollment form if required, or the date you authorize any necessary payroll deductions if applicable. If youâ€™re not actively at work on\nthe date your coverage would otherwise take effect, your coverage will take effect on the date you return to work. If you have to submit proof of good\nhealth, your coverage takes effect on the date we agree, in writing, to cover you.\n\nBenefit Reductions, Conditions, Limitations and Exclusions:\n*Domestic Partner - For purposes of this summary, wherever the term spouse appears it shall also include domestic partner/partner to a civil union.\nYour domestic partner is eligible for insurance if you have not been married to any person within the last 12 months and if he or she meets specific\ncriteria stated in the group policy. Additional information is available from your benefit service representative.\nEffects of Other Income Benefits - This plan is structured to prevent your total benefits and post-disability earnings from equaling or exceeding pre-\ndisability earnings. Therefore, we reduce this planâ€™s benefits by an amount equal to any Social Security retirement and/or disability benefits payable to\nyou, your dependents, or a qualified third party on behalf of you or your dependents. Your disability benefits will not be reduced by any Social Security\ndisability benefits you are not receiving as long as you cooperate fully in efforts to obtain them and agree to repay any overpayment when and if you do\nreceive them. Disability benefits will be reduced by amounts received through other government programs, sick pay, employer funded retirement\nbenefits, workersâ€™ compensation, franchise/group insurance, auto no-fault, and damages for wage loss. For details, see your outline of coverage, policy\ncertificate, or your employerâ€™s summary plan description.\nEarnings While Disabled - During the first 24 months that benefits are payable, benefits will be reduced if benefits plus income from employment\nexceeds 100% of pre-disability Covered Earnings. After that, benefits will be reduced by 50% of earnings from employment.\nLimited Benefit Period - Disabilities caused by or contributed to by any one or more of the following conditions are subject to a lifetime limit of 24\nmonths for outpatient treatment: Anxiety-disorders, delusional (paranoid) or depressive disorders, eating disorders, mental illness, somatoform\ndisorders (including psychosomatic illnesses), Alcoholism, drug addiction or abuse. Benefits are payable during periods of hospital confinement for\nthese conditions for hospitalizations lasting more than 14 consecutive days that occur before the 24-month lifetime outpatient limit is exhausted.\nPre-existing Condition Limitation - Benefits are not payable for medical conditions for which you incurred expenses, took prescription drugs, received\nmedical treatment, care or services (including diagnostic measures), or for which a reasonable person would have consulted a physician during the 3\nmonths just prior to the most recent effective date of insurance. Benefits are not payable for any disability resulting from a pre-existing condition unless\nthe disability occurs after a continuous period of 3 months without any medical treatment, care of services in connection with the pre-existing\nconditions, and you have been insured under this plan for at least 12 months after your most recent effective date of insurance.\nTermination of Disability Benefits - Your benefits will terminate when your Disability ceases, when your benefit duration period is exceeded, you earn\nmore than your allowable Covered Earnings, or the date benefits end because you did not comply with the terms and conditions of the policy.\nExclusions â€“ This plan does not pay benefits for a Disability which results, directly or indirectly, from any of the following: ï¿½ Suicide, attempted suicide,\nor intentionally self-inflicted injury while sane or insane. ï¿½war or any act of war, whether or not declared. ï¿½ active participation in a riot;\nï¿½ commission of a felony; ï¿½ the revocation, restriction or non-renewal of an Employeeâ€™s license, permit or certification necessary to perform the duties\nof his or her occupation unless due solely to Injury or Sickness otherwise covered by the Policy.\n\nIn addition, the plan does not pay disability benefits any period of Disability during which you are incarcerated in a penal or corrections institution.\n\nTerms and conditions of coverage for Long Term Disability insurance are set forth in Group Policy No. FLK 960499. This is not intended as a complete\ndescription of the insurance coverage offered. This is not a contract. Complete coverage details, including premiums, are contained in the Policy\nCertificate. If there are any differences between this summary and the group policy, the information in the group policy takes precedence. Product\navailability and/or features may vary by state.\n\nPlease keep this material as a reference. Insurance coverage is issued on group policy form number:Â Policy Form TL-004700. Â Coverage is underwritten\nbyÂ Life Insurance Company, 51 Madison Avenue New York, NY 10010.\n\nGroup insurance products are insured by Life Insurance Company of North America and New York Life Group Insurance Company of NY, affiliates of New\nYork Life Insurance Company. Â© 2022 New York Life Insurance Company, New York, NY. All Rights Reserved. NEW YORK LIFE and the New York Life\nbox logo are trademarks of New York Life Insurance Company.\n\nCreated on 02/2022.\n\n\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13447, 782, '_relevanssi_pdf_content', '\nOffered by Life Insurance Company of North America\n\nSummary of Benefits Prepared for: CF Industries Enterprises, Inc.\n\nEligibility:\nAll active, Full-time United States Employees of the Employer.\nEmployee: You will be eligible for coverage immediately.\nSpouse: Up to age 70, as long as you apply for and are approved for coverage yourself.\nChild(ren): Birth to age 26, as long as you apply for and are approved for coverage yourself.\n\nAvailable Coverage:\nBenefit Amount Maximum\n\nEmployee Units of $50,000 Lesser of 10Â Times Salary or $500,000\n\nSpouse Units of $50,000 $500,000\n\nChildren Units of $5,000 $20,000\n\nBenefit Details:\nIf, within 365 days of a Covered Accident, bodily injuries result in: Weâ€™ll pay this % of the Benefit Amount:\nLoss of life; Total paralysis of both upper and lower limbs; Loss of two or more hands or feet; Loss of\nsight in both eyes; or Loss of speech and hearing (both ears)\n\n100%\n\nTotal paralysis of both lower limbs or both upper limbs 75%\n\nTotal paralysis of upper and lower limbs on one side of the body; Loss of one hand, one foot, sight in\none eye, speech, or hearing in both ears; or Severance and Reattachment of one hand or foot\n\n50%\n\nTotal paralysis of one upper or one lower limb; Loss of all four fingers of the same hand; or Loss of\nthumb and index finger of the same hand\n\n25%\n\nLoss of all toes of the same foot 20%\n\nFor Comas â€“ You will receive 1% of the full benefit amount each month, for up to a maximum of 11 months, if you or an insured family member are in\na coma for 30 days or more as a result of a Covered Accident. If the covered person is still in a coma after 11 months, or dies, the full benefit amount\nwill be paid.\n\nAdditional Features:\nFor Wearing a Seatbelt & Protection by an Airbag â€“ You will receive an additional 10% benefit but not more than $25,000 if the covered person dies in\na covered automobile accident and law enforcement-certified to be wearing a seatbelt or approved child restraint. We will increase the benefit by an\nadditional 5% but not more than $10,000 if the insured person was also positioned in a seat protected by a properly-functioning and properly deployed\nSupplemental Restraint System (Airbag).\nFor Exposure & Disappearance â€“ Benefits are payable if you or an insured family member suffer a covered loss due to unavoidable exposure to the\nelements as a result of a Covered Accident. If your or an insured family member\'s body is not found within one year of the disappearance, wrecking or\nsinking of the conveyance in which you or an insured family member were riding, on a trip otherwise covered, it will be presumed that you sustained\nloss of life as a result of a Covered Accident.\nFor a Loss Resulting from a Common Carrier â€“ If you or an insured family member suffer a covered loss while riding as a passenger in, or being struck\nby, a common carrier, we will pay an additional 100% of the benefit amount, to a maximum of $500,000.\nFor Furthering Education â€“ If you die in a covered accident, we will pay an extra benefit for each insured child who enrolls in a school of higher learning\nwithin one year of your death. We will increase your benefit by 3% or $3,000, whichever is less, for each qualifying child, each year for 4 consecutive\nyears as long as your child continues his/her education.\nIf there is no qualifying child, we will pay an additional $1,000 to your beneficiary.\nFor Child Care Expenses â€“ If you die as a result of a covered accident, we will pay a benefit for a surviving child under 13 who is enrolled in a licensed\nchild care center at the time of the accident or within 90 days afterwards. This benefit is 3% of your benefit amount per year, but not more than $3,000\nper year for 4 years or until the child turns 13, whichever occurs first, for each covered child.\nFor Training for Your Spouse â€“ If you die from a covered accident, your spouse will receive educational reimbursement if he or she enrolls, within 3\nyears of your death, in an accredited school to gain skills needed for employment. We will pay the actual cost of the education or training program to\n3% of your benefit amount, not exceeding $3,000.\n\nEmployee-Paid\nACCIDENTAL DEATH AND DISMEMBERMENT INSURANCE\n\n\n\nAdditional Features â€” continued\nConversion â€“ If group accident coverage ends (except due to nonpayment of premium), your employment is terminated, membership in an eligible\nclass is terminated, or insurance coverage is reduced based on attained age, you can convert to an individual non-term policy. To convert, you must\napply for the conversion policy and pay the first premium payment within 31 days after your group coverage ends. Dependents may convert their\ncoverage as well if applicable. Premiums may change at this time, and terms of coverage will be subject to change. You can also convert to an\nindividual policy of up to $10,000 if you have been insured for at least 5 years and the policy is terminated or amended, provided coverage is not\nreplaced and you are not covered under a different conversion policy issued by Life Insurance Company of North America. Refer to your certificate for\ndetails.\n\nYour Monthly Cost of Coverage:\nEmployee Cost Per $1,000 = $0.028 Spouse Cost Per $1,000 = $0.028\nChildâ€™s Cost Per $1,000 = $0.028\nActual per pay period premiums may differ slightly due to rounding. Benefits will reduce on age (see Benefits Reduction Schedule for details).\nRates may be subject to change in the future.\n\nHow to Calculate Your Monthly Cost of Coverage:\nStep 1: Find the above Monthly rate.\nStep 2: Multiply this rate by your desired coverage amount,Â in units. Reference the information above to find the appropriate unit amounts for\n\nemployee and/or dependents.\nStep 3: The result is the Monthly cost.\nImportant Definitions and Policy Provisions:\nWhen your coverage begins - Coverage begins on the later of the programâ€™s effective date, the date you become eligible, the date we receive your\ncompleted enrollment form if applicable, or the date you authorize any necessary payroll deductions if applicable. Your coverage will not begin unless\nyou are actively at work on the effective date. Dependent coverage, if applicable, will not begin for any dependent who on the effective date is hospital\nor home confined; receiving chemotherapy or radiation treatment; or disabled and under the care of a physician.\nWhen your coverage ends - Coverage ends on the earliest of the date you or your dependents , if applicable, are no longer eligible, the date the group\npolicy is no longer in force, or the date for the last period for which required premiums are paid. (Under certain circumstances, your coverage may be\ncontinued if you stop working. Be sure to read the Continuation of Insurance provisions in your Certificate.)\n\nBenefit Reductions, Exclusions and Limitations\nBenefit Reduction Schedule: If you are still employed, your benefits will reduce to 65% at age 65. Your premiums will also reduce to match your\nbenefits.\nExclusions - Self-inflicted injuries or suicide while sane or insane â€¢ commission or attempt to commit a felony or an assault â€¢ any act of war, declared\nor undeclared â€¢ any active participation in a riot, insurrection or terrorist act â€¢ bungee jumping â€¢ parachuting â€¢ skydiving â€¢ parasailing â€¢ hang-\ngliding â€¢ sickness, disease, bodily or mental infirmity, bacterial or viral infection or medical or surgical treatment thereof, except for any bacterial\ninfection resulting from an accidental external cut or wound or accidental ingestion of contaminated foodâ€¢ voluntarily using any drug, narcotic, poison,\ngas or fumes except one prescribed by a licensed physician and taken as prescribed â€¢ operating any type of vehicle while under the influence of alcohol\nor any drug, narcotic or other intoxicant including any prescribed drug for which the covered person has been provided a written warning against\noperating a vehicle while taking it â€¢ a Covered Accident that occurs while the covered person is engaged in the activities of active duty service in the\nmilitary, navy or air force of any country or international organization (this does not include Reserve or National Guard training, unless it extends beyond\n31 days) â€¢ traveling in an aircraft that is owned, leased or controlled by the sponsoring organization or any of its subsidiaries or affiliates â€¢ air travel,\nexcept as a passenger on a regularly scheduled commercial airline or in an aircraft being used by the Air Mobility Command or its foreign equivalent â€¢\nflight in, boarding or alighting from an Aircraft or any craft designed to fly above the Earthâ€™s surface being flown by the covered person or in which the\ncovered person is a member of the crew.\nLimitations â€“ For multiple covered losses, benefits are paid for the single largest benefit available. For loss of life, the benefit amount shown will be\nreduced by the amount of any dismemberment benefits that were previously paid or payable.\n\nTHIS POLICY PROVIDES LIMITED ACCIDENT-ONLY COVERAGE. IT PAYS A FIXED BENEFIT AND DOES NOT COVER MEDICAL EXPENSES AS INCURRED. IT\nDOES NOT COVER LOSSES CAUSED BY SICKNESS. THIS IS NOT A SUBSTITUTE FOR COMPREHENSIVE OR MAJOR MEDICAL HEALTH INSURANCE.\nTerms and conditions of coverage for Accidental Death and Dismemberment insurance are set forth in Group Policy No. OK 965303. This is not intended as a complete\ndescription of the insurance coverage offered. This is not a contract. Complete coverage details, including premiums, eligible injuries, their respective payments and\npolicy exclusions and limitations are contained in the Policy Certificate. If there are any differences between this summary and the group policy, the information in the\ngroup policy takes precedence. Product availability and/or features may vary by state. Please keep this material as a reference. Insurance coverage is issued on group\npolicy form number:Â Policy Form TL-004700. Â Coverage is underwritten byÂ Life Insurance Company of North America, 51 Madison Avenue New York, NY 10010.\n\nGroup insurance products are insured by Life Insurance Company of North America and New York Life Group Insurance Company of NY, affiliates of New York Life\nInsurance Company. Â© 2022 New York Life Group Insurance Company, New York, NY. All Rights Reserved. NEW YORK LIFE and the New York Life box logo are\ntrademarks of New York Life Insurance Company.\n\nCreated on 02/2022.\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13448, 783, '_relevanssi_pdf_content', '\nOffered by Life Insurance Company of North America\n\nPrepared for: CF Industries Enterprises, Inc.Summary of Benefits\n\nEligibility:\nAll active, Full-time United States Employees of the Employer.\nEmployee: You will be eligible for coverage immediately.\nSpouse*: Up to age 70, as long as you apply for and are approved for coverage yourself.\nChild(ren): Birth to age 26, as long as you apply for and are approved for coverage yourself.\n\n*Domestic Partner is defined in the Group Policy. For purposes of this brochure, wherever the term Spouse appears, it shall also include Domestic\nPartner registered under any state which legally recognizes Domestic Partnerships or Civil Unions. Additional information is available from your Benefit\nServices Representative.\n\nAvailable Coverage:\nBenefit Amount Maximum Guaranteed Issue Amount\n\nEmployee 1, 2, 3, 4Â or 5 Times Salary Lesser of 5 Times Salary or $1,000,000 Lesser of 4 Times Salary or $400,000\n\nSpouse Units of $10,000 $500,000 $50,000\n\nChildren Units of $5,000 $20,000; under 6 Months old $500 All amounts\n\nEmployee-Paid\n\nTERM LIFE INSURANCE\n\nGuaranteed Issue means that you may be able to purchase coverage without medical exams or health questions. See â€œGuaranteed Issueâ€ below for \nmore information.\n\nAdditional Features:\nContinuation of Disability â€“ If your active service ends due to disability, at age 60 or over, your life insurance coverage will continue while you are \ndisabled. Benefits will remain in force until the earliest of: the date you are no longer disabled, the date the policy terminates, the date you are Disabled \nfor 12 consecutive months, or the day after the last period for which premiums are paid. You are considered disabled if, because of injury or sickness, \nyou are unable to perform all the material duties of your Regular Occupation, or you are receiving disability benefits under your Employerâ€™s plan. \nExtended Death Benefit with Waiver of Premium â€“ The extended death benefit continues your coverage without payment of premium, before youâ€™re \neligible to qualify for Waiver of Premium, if you are continuously Disabled for 9 months prior to age 60. â€œDisabledâ€ means, because of injury or sickness, \nyou are unable to perform all the material duties of your regular occupation, or you are receiving disability benefits under a program sponsored by your \nEmployer. Regular Occupation means the occupation you routinely performed at the time your Disability began. We/the insurance company will \nconsider the duties of your occupation as those that are normally performed in the general labor market in the national economy. If you qualify for this \nbenefit and have insured your spouse or children, the insurance company will also extend their coverage if applicable.\nWaiver of Premium â€“ If you become Disabled prior to age 60, and you remain Disabled continuously for a 9 month period and thereafter, you wonâ€™t \nneed to pay premiums for your life insurance coverage, provided we/the Insurance Company determine(s) you are Disabled. â€œDisabledâ€ for this \ncoverage means, because of injury or sickness, you are unable to perform the material duties of your regular occupation, or are receiving disability \nbenefits under a program sponsored by your employer, for the first 12 months after your Disability began. Thereafter, you must be unable to perform \nthe material duties of any occupation that you are or may reasonably become qualified based on your education, training or experience. If you qualify \nfor this coverage and have insured your spouse or children, the insurance company will also waive their premium if applicable.\nAccelerated Death Benefit â€“ Terminal Illness â€“ if two unaffiliated doctors diagnose you or your spouse as terminally ill while the coverage is active, with \na life expectancy of 12 months or less, the benefit for Terminal Illness provides up to:\nEmployee: 80% of your Term Life Insurance coverage amount or $500,000, whichever is less.\nSpouse: 80% of your Term Life Insurance coverage amount or $400,000, whichever is less.\n\nPortability â€“ If your employment is terminated, you can continue your life insurance on a direct-bill basis.Â  Coverage may also be continued for your \nspouse/children. Premiums will increase at this time.Â  Coverage can be continued to age 70, unless the insurance company terminates portability for all \ninsured persons. Refer to your certificate for details.\nConversion â€“ To convert, you must apply for the conversion policy and pay the first premium payment within 62 days after your group coverage ends.\n\n\n\nEmployeeâ€™s Monthly Cost of Coverage:\n\nAge Employee Cost Per\n$1,000\n\nSpouse Cost Per\n$1,000\n\nAge Employee Cost Per\n$1,000\n\nSpouse Cost Per\n$1,000\n\n0-19 $0.050 $0.050 60-64 $0.660 $0.660\n20-24 $0.050 $0.050 65-69 $1.270 $1.270\n25-29 $0.060 $0.060 70-74 $2.060\n30-34 $0.080 $0.080 75-79 $2.060\n35-39 $0.090 $0.090 80-84 $2.060\n40-44 $0.109 $0.109 85-89 $2.060\n45-49 $0.163 $0.163 90-94 $2.060\n50-54 $0.256 $0.256 95-99 $2.060\n55-59 $0.466 $0.466\nChild Cost Per $1,000 = $0.186\nActual per pay period premiums may differ slightly due to rounding. All spouse rates are based on employee age. Rates vary by age and may be \nsubject to change in the future. Benefits will reduce based on age (see Benefits Reduction Schedule for details).\n\nHow to Calculate Your Monthly Cost:\nStep 1: Use the chart above to find your Monthly rate based on your age as of your effective date.\nStep 2: Multiply this rate by your desired coverage amount, in units. Reference the table above to find the appropriate unit amounts for employee\n\nand/or dependents.\nStep 3: The result is the Monthly cost.\n\nImportant Definitions and Policy Provisions:\nWhen Your Coverage Begins and Ends â€“ Coverage becomes effective on the later of the programâ€™s effective date, the date you become eligible, the date \nyour enrollment elections are received if applicable, or the date you authorize any necessary payroll deductions if applicable. Your coverage will not \nbegin unless you are actively at work on the effective date. Dependent coverage, if applicable, will not begin for any spouse or child who on the \neffective date is an inpatient in a facility or is home confined and under the care of a physician. Coverage will end on the earliest of the date you are \neligible for coverage under a plan intended to replace this coverage, you or your dependents if applicable, are no longer eligible, the group policy is no \nlonger in force, or required premiums are not paid.\n\nBenefit Reductions, Exclusions and Limitations:\nBenefit Reduction Schedule - If you are still employed, your benefits will reduce to 65% at age 65.\nExclusions - Voluntary life insurance will not be paid if you commit suicide, while sane or insane, within the first two years of coverage.\nLimitations - The Accelerated Death Benefit is payable only once. Using this benefit reduces the life insurance death benefit. The amount payable under \nthe Accelerated Death Benefit may be reduced by the amount of other benefits already paid to the insured under the policy. See your certificate for \ndetails. Benefits will be extended without premium payment until the earlier of the date you are no longer disabled, or the date you fail to qualify for \nWaiver of Premium or fail to provide proof of Disability. After premiums have been waived for 12 months, they will be waived for future periods of 12 \nmonths if you remain Disabled. This benefit will remain active until age 70 subject to proof of continuing disability each year.\n\nGuaranteed Issue:\nIf you are a new hire and you apply within 31 days after you are eligible to elect coverage for yourself, you are entitled to choose any coverage offered \nup to the Guaranteed Issue Amount, without providing proof of good health. If you apply for an amount of coverage greater than the Guaranteed Issue \nAmount, coverage in excess of the Guaranteed Issue Amount will not be issued until the insurance company approves acceptable proof of good health. \nIf you apply for coverage yourself more than 31 days from the date you become eligible to elect coverage under this plan, the Guaranteed Issue Amount \nwill not apply, unless Guaranteed Issue has been approved by your employer for a specific period of time. Coverage will not be issued until the \ninsurance company approves acceptable proof of good health.\nThese are summarized definitions only. To be eligible for coverage, the covered illness or event must meet the definitions and other terms and \nconditions set forth in the group policy.\n\nTHIS POLICY PROVIDES LIMITED COVERAGE. IT PAYS A FIXED BENEFIT AND DOES NOT COVER MEDICAL EXPENSES AS INCURRED. THIS IS \nNOT A SUBSTITUTE FOR COMPREHENSIVE OR MAJOR MEDICAL HEALTH INSURANCE. THIS COVERAGE DOES NOT SATISFY THE \nINDIVIDUAL MANDATE OF THE AFFORDABLE CARE ACT BECAUSE THE COVERAGE DOES NOT MEET THE REQUIREMENTS OF MINIMUM \nESSENTIAL COVERAGE.\n\nTerms and conditions of coverage for Term Life insurance are set forth in Group Policy No. FLX 963674. This is not intended as a complete description of the insurance \ncoverage offered. This is not a contract. Complete coverage details, including premiums, eligible conditions, their respective payments and policy exclusions and \nlimitations are contained in the Policy. Please see your Plan Sponsor to obtain a copy of the Policy. If there are any differences between this summary and the group \npolicy, the information in the group policy takes precedence. Product availability, costs, benefits, riders, covered conditions and/or features may vary by state. Please \nkeep this material as a reference. Insurance coverage is issued on group policy form number:Â Policy FormÂ TL-004700.Â Coverage is underwritten by Life Insurance \nCompany of North America, 51 Madison Avenue New York, NY 10010.\n\nGroup insurance products are insured by Life Insurance Company of North America and New York Life Group Insurance Company of NY, affiliates of New York Life \nInsurance Company. Â© 2022 New York Life Group Insurance Company, New York, NY. All Rights Reserved. NEW YORK LIFE and the New York Life box logo are \ntrademarks of New York Life Insurance Company.\n\nCreated on 12/2022\n\n\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13449, 784, '_relevanssi_pdf_content', '\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,   \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross  and Blue Shield Association\n\nJohn Smith\n1234 Cedar Road\nAPT #2\nAny Town, IL 76065\n\nDear John Smith,\n\nAn Explanation of Benefits (EOB) is a statement showing how claims were processed. This is not a bill. Your provider(s) may bill you directly  \nfor any amount you may owe. KEEP FOR YOUR RECORDS. \n\nHELPFUL INFORMATION \nWant Your Health Care Info Digitally? \nTo get this EOB and other health care info on our mobile app, text* BCBSILAPP to 33633 to download the app. You can also go digital by  \nlogging in at bcbsil.com/member. Go to My Account and choose Profile and Preferences, then click Go Paperless.\n\nHealth Care Fraud Hotline: 800-543-0867 \nHealth care fraud affects health care costs for all of us. If you suspect any person or company of defrauding or attempting to defraud  \nBlue Cross and Blue Shield of Illinois (BCBSIL), please call our toll-free hotline. All calls are confidential and may be made anonymously.  \nFor more information about health care fraud, please go to bcbsil.com.\n\nGLOSSARY OF TERMS - We have described some of the \nterms used here to help you understand them, but you  \nshould make sure to read your benefit plan materials if  \nyou have questions. \nAmount Billed: The amount your provider billed for the service(s) \nrendered.\nAmount Covered (Allowed): Discounts, reductions, and amount \ncovered (allowed) reflect the terms of your plan, and in the case of  \nan in-network provider, the savings we have negotiated with your \nprovider. Your deductible, coinsurance and copay are based on  \nthe allowed amount and the terms of your plan. Your share of  \ncoinsurance is a percentage of the allowed amount after the  \ndeductible is met.\nCoinsurance: The percentage of the allowed amount you pay as \nyour share of the bill. For example, if your plan pays 80% of the \nallowed amount, 20% would be your coinsurance.\nCopay Amount (Also known as Copayment): The set fee you  \npay each time you receive a certain service. Some plans do not \nhave copayments.\n\nDeductible: The amount, if any, you must pay before we start \npaying contract benefits. You do not send this amount to us. We \nsubtract this amount from covered expenses on claims you and \nhealth care professionals send us. Some services can be covered \nbefore the deductible is met.\nNon-Participating Provider: An out-of-network provider who does \nnot accept rates for services we set to keep your costs down.\nOut-of-Pocket Limit (Maximum): Once you pay this amount in \ndeductibles, copayments and coinsurance for covered services, we \npay 100% of the allowed amount for covered services for the rest of \nthe benefit period.\nParticipating Provider: An in-network or out-of-network provider \nwho accepts agreed-upon rates for services.\nYour Total Costs: This is the sum of your copay, deductible and  \ncoinsurance. It also includes any amounts not covered by your \nhealth plan. Amounts that a non-participating provider may bill  \nyou are not part of this.\n\nPO Box 7344\nChicago, IL 60680-7344 EXPLANATION OF BENEFITS\n\nLog into Blue Access for MembersSM at bcbsil.com \nâ€¢  View plan and claim details \nâ€¢  Contact us through our secure Message Center \nâ€¢  Sign up for digital health plan info  \nâ€¢   Search for health care providers\n\nText* BCBSILAPP to 33633 to download the  \nmobile app. \n\nHave questions about this EOB? Customer Advocates  \nare here to help! 800-409-9462\n\n*Message and data rates may apply. Terms & Conditions and Privacy Policy bcbsil.com/text-messaging\nBlue Cross and Blue Shield of Illinois provides administrative claims payment services only and does not assume any financial risk or obligation with respect to claims. \n\nBlue Cross and Blue Shield of Illinois, a Division of Health Care Service Corporation,   \na Mutual Legal Reserve Company, an Independent Licensee of the Blue Cross and Blue Shield Association\n\nSUBSCRIBER INFORMATION \nGROUP NAME\nMember ID#:  XXXXXXXXX777V Group #:  000012345\n\n241939.0822\n\nSample\n\nXXX-XXX-XXXX\n\nYour Explanation of Benefits (EOB) lets you \nknow when and how we process your claims.  \nIt isnâ€™t a bill. It gives you a detailed look at the \ncovered services and shows how much you may \nowe your provider after we apply your benefits.\n\nA\n\nB\n\nC\n\nC\n\nPage One Covers the Basics\nA. Confirm your policy ID.\nB. Learn how to download the mobile app and \n\naccess your claims online.\nC. Find helpful contacts and a glossary.\n\nUnderstanding  \nYour Explanation  \nof Benefits\n\n\n\n20154.1122\n\nYOUR BENEFITS APPLIED YOUR RESPONSIBILITY\n\nService Description Service Dates Amount  Billed\nDiscounts and \n\nReductions\nAmount  \nCovered \n(Allowed)\n\nHealth Plan  \nResponsibility\n\nDeductible  \nAmount\n\nCopay  \nAmount Coinsurance\n\nAmount Not \nCovered\n\nYour Total  \nCosts\n\nSurgical Charges 04/04/2022 4,000.00  (1) 1,800.00  2,200.00 960.00 1,000.00 240.00 1,240.00\n\nRecovery Room 04/04/2022 900.00 (1) 410.00  490.00 392.00 98.00 98.00\n\nMed/Surg Supplies 04/04/2022 300.00 (1) 140.00  160.00 128.00 32.00 32.00\n\nMed/Surg Supplies 04/04/2022 100.00 (2) 100.00 100.00\n\nLaboratory Services 04/04/2022 1,200.00 (1) 820.00  380.00 304.00 76.00 76.00\n\nLaboratory Services 04/04/2022 400.00 (1) 270.00  130.00 72.00 50.00 8.00 58.00\n\nMRI Outpatient 04/04/2022 950.00 (1) 490.00  460.00 363.00 15.00 82.00 97.00\n\nCLAIM TOTALS $7,850.00 $3,930.00 $3,820.00 $2,219.00 $1,000.00 $65.00 $536.00 $100.00 $1,701.00\n\nYOUR BENEFITS APPLIED YOUR RESPONSIBILITY\n\nService Description Service Dates Amount  Billed\nDiscounts and \n\nReductions\nAmount  \nCovered \n(Allowed)\n\nHealth Plan  \nResponsibility\n\nDeductible  \nAmount\n\nCopay  \nAmount Coinsurance\n\nAmount Not \nCovered\n\nYour Total  \nCosts\n\nSurgical Charges 04/04/2022 4,000.00  (1) 1,800.00  2,200.00 960.00 1,000.00 240.00 1,240.00\n\nRecovery Room 04/04/2022 900.00 (1) 410.00  490.00 392.00 98.00 98.00\n\nMed/Surg Supplies 04/04/2022 300.00 (1) 140.00  160.00 128.00 32.00 32.00\n\nMed/Surg Supplies 04/04/2022 100.00 (2) 100.00 100.00\n\nLaboratory Services 04/04/2022 1,200.00 (1) 820.00  380.00 304.00 76.00 76.00\n\nLaboratory Services 04/04/2022 400.00 (1) 270.00  130.00 72.00 50.00 8.00 58.00\n\nMRI Outpatient 04/04/2022 950.00 (1) 490.00  460.00 363.00 15.00 82.00 97.00\n\nCLAIM TOTALS $7,850.00 $3,930.00 $3,820.00 $2,219.00 $1,000.00 $65.00 $536.00 $100.00 $1,701.00\n\nNotes about amounts under â€œYOUR BENEFITS APPLIEDâ€ and â€œYOUR RESPONSIBILITYâ€\n(1)   The amount billed is greater than the amount allowed for this service. Based on our agreement with this provider, you will not be billed the difference.\n(2)   Your Health Care Plan does not provide benefits for surgical assistant services when billed by the same physician who performed the surgery or administered the anesthesia.  \n\nNo payment can be made.\nFor your up-to-date Medical Spending summary, visit Blue Access for MembersSM on our website, the BCBSIL Mobile App or call the phone number on the  \nback of your ID card. \nJOHN SMITH - Benefit Period: 01-01-22 Through 12-31-22 To date this patient has met $2,900.00 of her/his $2,900.00 Out-of-pocket Expense.\nBenefit Period: 01-01-22 Through 12-31-22 To date $3,870.78 of the Family $5,800.00 Out-of-pocket Expense has been met.\n\nTotal covered benefits approved for this claim: $2,219.00 to Ralph Johnston M.D. on 06-20-22.\n\nSUBSCRIBER INFORMATION \nGROUP NAME\nMember ID#:  XXXXXXXXX777V Group #:  000012345\nCustomer Advocates are here to help! 800-409-9462\n\nCLAIM DETAIL (1 OF 1) \nPATIENT: JOHN SMITH\nPROVIDER: RALPH JOHNSTON M.D.\nCLAIM # XXXXXXXXXXXXX DATE PROCESSED: 06/20/2022\n\n241938.0822\n\nSample Amount Billed $7,850.00Discounts and Reductions - $3,930.00\nHealth Plan Responsibility - $2,219.00\n\nPaid from your HCA Account - $0.00\n\nYou may owe your health care provider for these services $1,701.00\n\n*  Message and data rates may apply.  \nSee terms and conditions and our privacy policy at bcbsil.com/text-messaging.\n\nEOB samples are for illustrative purposes only. Not all EOBs are the same. The format \nand content of an EOB depends on your benefit plan and the services provided.\n\nXXX-XXX-XXXX\n\nD\nE\n\nG I J\n\nJ2\n\nH\n\nF\n\nO2\n\nSign up to get your EOBs online on Blue Access for MembersSM  \nor text* BCBSILAPP to 33633 to download the mobile app.\n\nK L NM O\n\nOn Page Two You Can:\nAt a glance, confirm the:\n\nSee Your Cost Share\nYOUR RESPONSIBILITY â€“ This section shows your \nmember cost-share amounts, including:\nK.  Deductible L.  Copays M.  Coinsurance\n\nGet the Details \nYOUR BENEFITS APPLIED â€“ This section shows your \nlist of services and how theyâ€™re covered. \nG.  Amount Billed is the total amount your provider billed \n\nfor the services.\nI.  Amount Covered (Allowed) is the amount billed (G) \n\nminus any discounts or reductions (H). \nJ.  Health Plan Responsibility is the portion we paid to \n\nyour provider.\n\nGet More Information\nYour EOB may include a little more information about: \nJ2.  Total covered benefits approved â€“ This is the amount and \n\nthe date we paid your provider. The total matches the total \nin the Health Plan Responsibility column (J).\n\nP.  See discounts and reductions (H), and any amounts that  \narenâ€™t covered (N). \n\nQ.  Track your yearly out-of-pocket totals so youâ€™ll know when \nyour patient cost-shares are met.\n\nO.  Your Total Costs details the amount shown in O2, and is the \nsum of your copay, deductible and coinsurance. You may \nowe less if your provider collected any of these payments up \nfront. It also includes amounts not covered by your health \nplan (N). It does not include charges that a non-participating \nprovider may bill you. If your benefits feature a Health Care \nAccount (HCA), or other Health Savings Account (HSA), any \npayments from those accounts will be reflected in this line \n(O3). HCAs and HSAs do not apply to all benefit plans.\n\nD. Patient  E. Provider  F. Policy Information\n\nP\n\nQ\n\nO3\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13450, 789, '_relevanssi_pdf_content', '\nRetirement\nSummary Plan Description\nJanuary 2022\n\n\n\n1 \nTable of Contents \n\n \n\nTable of Contents \n\n \n\nCF INDUSTRIES RETIREMENT BENEFITS ................................................................................. 5 \n\nCF INDUSTRIES HOLDINGS, INC. 401(K) PLAN ........................................................................ 6 \n\nParticipation in the Plan .............................................................................................................. 6 \n\nEnrolling in the Plan ................................................................................................................. 7 \n\nGetting Plan Information ............................................................................................................. 8 \n\nFidelityâ€™s NetBenefits Website ................................................................................................. 8 \n\nContributions to the Plan ............................................................................................................. 8 \n\nOverview of Plan Contributions ............................................................................................... 8 \n\nVesting ....................................................................................................................................... 11 \n\nForfeitures .............................................................................................................................. 12 \n\nBreak-in-Service .................................................................................................................... 12 \n\nRestoring Forfeited Funds ..................................................................................................... 12 \n\nHow Your Account Can Grow ................................................................................................... 13 \n\nInvestment Options ................................................................................................................ 13 \n\nAccount Transactions ............................................................................................................ 13 \n\nFund Exchange Policies ........................................................................................................ 13 \n\nFrequent-Trading Policy ........................................................................................................ 14 \n\nRedemption-Fee Policy ......................................................................................................... 14 \n\nLoans ......................................................................................................................................... 14 \n\nApplying for a Loan ................................................................................................................ 14 \n\nFees and Interest Rate .......................................................................................................... 14 \n\nLoan Withdrawal Hierarchy ................................................................................................... 15 \n\nLoan Repayments ................................................................................................................. 15 \n\nBankruptcy Filing ................................................................................................................... 15 \n\nWhen You Leave the Company ............................................................................................ 15 \n\nIf You Are on a Leave of Absence ........................................................................................ 15 \n\nPlan Withdrawals and Distributions .......................................................................................... 16 \n\nOverview of Plan Withdrawals and Distributions .................................................................. 16 \n\nIn-Service Withdrawals .......................................................................................................... 17 \n\nAfter-Tax In-Service Withdrawals .......................................................................................... 17 \n\nRoth 401(k) In-Service Withdrawals...................................................................................... 17 \n\nPre-Tax In-Service Withdrawals ............................................................................................ 18 \n\n\n\n2 \nTable of Contents \n\n \n\nHardship Withdrawals............................................................................................................ 18 \n\nIn-Service Withdrawal Tax Withholding ................................................................................ 18 \n\nApplying for an In-Service Withdrawal .................................................................................. 19 \n\nDistributions following Employment ...................................................................................... 19 \n\nWhen Distributions following Employment Are Made ........................................................... 19 \n\nYou Leave the Company or Retire ........................................................................................ 19 \n\nYou Become Disabled ........................................................................................................... 20 \n\nYou Die .................................................................................................................................. 20 \n\nOptions for Distribution following Employment ..................................................................... 20 \n\nNaming a Beneficiary ................................................................................................................ 22 \n\nPayment to a Beneficiary ...................................................................................................... 22 \n\nAdditional Plan Provisions ........................................................................................................ 23 \n\nFuture of the Plan .................................................................................................................. 23 \n\nAssignment of Benefits .......................................................................................................... 24 \n\nLegal Limitations .................................................................................................................... 24 \n\nPlan Benefits Not Insured ...................................................................................................... 24 \n\nAbout this Guide and the Plan Documents ........................................................................... 24 \n\nCF INDUSTRIES HOLDINGS, INC. PENSION PLAN ................................................................. 25 \n\nYour Pension Plan at a Glance ................................................................................................. 26 \n\nPlan Eligibility and Participation ................................................................................................ 26 \n\nPlan Eligibility ......................................................................................................................... 27 \n\nVesting, Service and Other Important Plan Concepts .............................................................. 27 \n\nVesting and Vesting Service ................................................................................................. 27 \n\nService during a Leave of Absence ...................................................................................... 28 \n\nBreak in Service..................................................................................................................... 28 \n\nIf You Are Rehired ................................................................................................................. 29 \n\nIf You Transfer ....................................................................................................................... 29 \n\nYour Benefit ............................................................................................................................... 29 \n\nPay-Based Credits .................................................................................................................... 30 \n\nInterest Credits .......................................................................................................................... 30 \n\nAbout the Interest Rate Used .................................................................................................... 30 \n\nPlan Service .............................................................................................................................. 30 \n\nPension-eligible Compensation ................................................................................................ 30 \n\nNon-Duplication of Benefits ...................................................................................................... 31 \n\nNormal Retirement .................................................................................................................... 33 \n\n\n\n3 \nTable of Contents \n\n \n\nBenefit Amount for Normal Retirement ..................................................................................... 33 \n\nPostponed Retirement .............................................................................................................. 33 \n\nBenefit Amount for Postponed Retirement ............................................................................... 33 \n\nEarly Retirement........................................................................................................................ 33 \n\nBenefit Amount for Early Retirement ........................................................................................ 34 \n\nIf You Die Before Benefit Payments Begin ............................................................................... 34 \n\nMarried Participants .................................................................................................................. 34 \n\nPre-Retirement Survivor Benefit ............................................................................................... 34 \n\nUnmarried Participants .............................................................................................................. 35 \n\nDeath During Qualified Military Service .................................................................................... 35 \n\nIf You Are Rehired After Benefit Payments Begin .................................................................... 35 \n\nKeeping Track of Your Benefit .................................................................................................. 35 \n\nPayment Options ....................................................................................................................... 35 \n\nSpousal Consent ....................................................................................................................... 35 \n\nForms of Payment ..................................................................................................................... 36 \n\nLump Sum ................................................................................................................................. 36 \n\nSingle Life Annuity..................................................................................................................... 36 \n\nJoint and Survivor Annuity (50%, 75% or 100%) ..................................................................... 36 \n\nSocial Security Level Income Annuity....................................................................................... 37 \n\nCertain and Life ......................................................................................................................... 38 \n\nTax Considerations ................................................................................................................... 38 \n\nMaximum Benefits for Tax Purposes ........................................................................................ 38 \n\nApplying for Your Benefit .......................................................................................................... 38 \n\nGeneral Plan Information .......................................................................................................... 39 \n\nAssignment of Benefits ............................................................................................................. 39 \n\nFacility of Payment .................................................................................................................... 39 \n\nPayment of Benefits to Alternate Payees ................................................................................. 39 \n\nTop Heavy Rules ....................................................................................................................... 40 \n\nLoss of Benefits ......................................................................................................................... 40 \n\nDiscretionary Authority of Plan Administrator ........................................................................... 40 \n\nIncorrect Payment of Benefits ................................................................................................... 40 \n\nClaims and Appeals Processes ................................................................................................ 40 \n\nAppealing Claims Decisions ..................................................................................................... 41 \n\nPension Benefit Guaranty Corporation (PBGC) ....................................................................... 42 \n\nFunding and Plan Assets .......................................................................................................... 42 \n\n\n\n4 \nTable of Contents \n\n \n\nAbout This Guide and the Plan Documents ............................................................................. 43 \n\nFuture of the Plan ...................................................................................................................... 43 \n\nADMINISTRATIVE INFORMATION ......................................................................................... 44 \n\nClaim Denials and Appeals - Retirement Plans .................................................................... 45 \n\nAppealing Claims Decisions .................................................................................................. 45 \n\nYour ERISA Rights ................................................................................................................ 47 \n\nAppendix ....................................................................................................................................... 49 \n\nCF Industries Holdings, Inc. Pension Plan â€“ Supplement B (Legacy CF) .......................... A-1 \n\nCF Industries Holdings, Inc. Pension Plan â€“ Supplement C (Prior Terra Plan) .................. B-1 \n\n \n\n  \n\n\n\n5 \nTable of Contents \n\n \n\nCF INDUSTRIES RETIREMENT BENEFITS \n\n \n\nCF Industries (the Company) offers a wide variety of retirement benefits to all full-time, non-\n\nbargaining employees in the United States. This summary plan description (SPD) describes the: \n\nâ€¢ CF Industries Holdings, Inc. Retirement Benefit Plans, including: \n\no 401(K) Plan \n\no Pension Plan \n\n \n\nThese benefits are referred to as the Plan or the CF Industries Plan in the SPD. Please read \n\nthis SPD to help you understand and manage your benefits and keep it for future reference. You \n\nmay have some additional CF Industries benefits that are not described in this SPD. If so, \n\nplease see the prior SPD or other documentation that you received for information on those \n\nbenefits. \n\nThis SPD is a summary of the key provisions of the Plan as of January 1, 2022. The SPD also \n\nprovides a brief description of your rights as a participant under the Plan. Complete details of \n\nthe Plan are contained in the official Plan documents, contracts and certificates. Every attempt \n\nwas made to make this SPD as accurate as possible. However, if a discrepancy exists between \n\nthis SPD and the official Plan documents, contracts and certificates, the Plan documents, \n\ncontracts and certificates will govern. The Company reserves the right to modify, amend or \n\nterminate at any time for any reason, the Plan, any component of the Plan, or benefits for \n\nemployees or their dependents. \n\n  \n\n\n\n6 \nTable of Contents \n\n \n\nCF INDUSTRIES HOLDINGS, INC. 401(K) PLAN \n\n \n\nThe CF Industries Holdings, Inc. 401(k) Plan (â€œthe Planâ€) provides a convenient means for you \n\nand CF Industries Holdings, Inc. (â€œCF Industriesâ€ or, simply, â€œthe Companyâ€) to set aside funds \n\nfor your future. This section describes the Plan in effect on January 1, 2013.  \n\n The Plan offers the following:  \n\nâ€¢ Company Matching Contribution: For every $1 you contribute (up to 6% of eligible \n\nearnings) to the Plan, CF Industries will match your contribution with an additional $1 \n\nCompany contribution to your account.  \n\nâ€¢ Employee Contributions: You may save a percentage of your eligible earnings using pre-\n\ntax contributions, traditional after-tax contributions* or as Roth 401(k) contributions â€“ or \n\nany combination of these.  \n\nâ€¢ Catch-Up Contributions: While the IRS has an annual limit on a participantâ€™s contribution \n\namount, if you reach age 50 or older in a Plan Year, you may contribute pre-tax \n\ncontributions and Roth 401(k) contributions in excess of the normal IRS limit. This \n\nadditional annual amount is called a â€œcatch upâ€ contribution.  \n\nâ€¢ Tax advantages: If you save pre-tax dollars through the Plan, the money you set aside is \n\ndeducted from your pay before federal and state income taxes are calculated. The \n\nmoney you save grows tax- deferred until you withdraw it. The Plan also lets you save \n\nafter-tax dollars which grow tax-deferred. And you can make after-tax Roth 401(k) \n\ncontributions which also grow tax-free and, if certain criteria are met, the Roth 401(k) \n\ncontributions and investment earnings can eventually be distributed tax-free.  \n\nâ€¢ Flexibility: The Plan is flexible, allowing you to manage the amount you save, and how \n\nyou invest it.  \n\nâ€¢ Investment options: You have a range of investment options, with varied risk, from which \n\nto choose.  \n\n Fidelity provides administrative services for the Plan. You can reach them online at \n\nwww.netbenefits.com or by calling Fidelity at 1-800-835-5095, Monday through Friday from 8:30 \n\na.m. to 8 p.m., Eastern Time.  \n\n * If you are a â€œhighly-compensated employeeâ€ as defined by the IRS you are not eligible to \n\nmake traditional after-tax contributions under the Plan.  \n\nParticipation in the Plan \n\n \n\nAs an existing employee of the Company, you are eligible to participate in the 401(k) Plan on or \n\nafter January 1, 2013, if: \n\nâ€¢ As of December 31, 2012: \n\nâ€¢ You were participating in the CF Industries, Inc. Thrift Savings Plan; or \n\nâ€¢ You were participating in the Terra Industries Inc. Employeesâ€™ Savings and Investment \n\nPlan. \n\nAs a new regular employee of the Company, you are eligible to participate in the 401(k) Plan 60 \n\ndays after your employment begins. For example, if you are hired on April 1 of a given calendar \n\nyear, you will be eligible to participate in the Plan on May 30 of that same calendar year. \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n7 \nTable of Contents \n\n \n\nIf you are a re-hired employee of the Company, you are eligible to contribute to the 401(k) Plan \n\nimmediately upon rehire. \n\nIf you are an employee of the Company and are classified as other than a regular employee (for \n\nexample, if you are classified as a temporary or irregular employee), you are eligible to \n\nparticipate in the Plan following your completion of one year of eligibility service during which \n\nyou worked at least 1,000 hours. \n\nThe following types of individuals are not eligible to participate in the Plan: \n\nâ€¢ Any employee who is covered by a collective bargaining agreement that does not \n\nprovide for participation; \n\nâ€¢ Any individual providing services to the Company in the capacity of, or who is or was \n\ndesignated by the Company as, a leased employee, an independent contractor, co-op or \n\nan intern student; \n\nâ€¢ Any employee who is a non-resident alien with no Company-paid earned income which \n\nconstitutes income from sources within the United States; and \n\nâ€¢ Any individual who is otherwise ineligible under the rules of the Plan. \n\nIf you were providing services to the Company as an independent contractor or as a leased \n\nemployee prior to becoming eligible for the Plan, that time as an independent contractor or \n\nleased employee will not count toward Plan benefits. \n\nEnrolling in the Plan \n\n \n\nApproximately 30 days prior to the date you are anticipated to become eligible for participation \n\nin the 401(k) Plan, an enrollment packet will be mailed to your home address. The packet is \n\nyour guide to enrolling in the Plan, including contribution percentage and investment fund \n\nselections. You can also make changes to your enrollment at any later date. Enrollment and \n\nchange must be received by the Tuesday of the week before the next pay date to become \n\neffective with the next paycheck. \n\nâ€¢ If you are a new or rehired employee (rehired on or later than January 1, 2013) you will \n\nbe subject to an automatic enrollment feature, as follows: \n\nâ€¢ If you are a new employee and if, after 60 days, you have not submitted selections under \n\nthe Plan, you will automatically be enrolled in the 401(k) Plan at a 3% pre-tax \n\ncontribution level. Your contributions will be invested in the Fidelity Treasury Only Money \n\nMarket Fund for the year closest to the year in which youâ€™ll attain age 65. You may end \n\nor change your contribution percentage at any time. Each January beginning with the \n\nfirst January after your one-year anniversary of participation, your contribution rate will \n\nbe increased by 1% (unless you choose a different level) until it reaches 6% of your \n\neligible pay. If you are a rehired employee who has been away for one full Plan Year or \n\nlonger, you will be subject to the automatic enrollment feature in the same way as for a \n\nnew employee. \n\nIf you are a rehired employee who had previously been eligible to participate in this Plan, you \n\nmay immediately enroll in the 401(k) Plan upon rehire by submitting your contribution deferral \n\npercentage and investment fund selections online at www.netbenefits.com. If you do not submit \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n8 \nTable of Contents \n\n \n\nan election within 60 days following rehire, you will be subject to the automatic enrollment \n\nfeature in the same way as for a new employee. \n\nHistorical Note: This automatic enrollment feature also applied to eligible employees hired prior \n\nto January 1, 2013, who had not made an affirmative election under the predecessor Plan and \n\nhad not submitted selections under this Plan. \n\nPlan enrollment and participation changes can be accomplished online at www.netbenefits.com. \n\nAlternatively, you can call a Fidelity at 1-800-835-5095 between the hours of 8:30 a.m. and 8:00 \n\np.m. Eastern Time. \n\nGetting Plan Information \n\n \n\nFor information on your 401(k) Plan, log into your account at www.netbenefits.com or contact \n\nFidelity at 1- 800-835-5095. If you have a smartphone or tablet, visit the Apple App StoreÂ® or \n\nGoogle Playâ„¢ store to download the NetBenefits app. \n\nFidelityâ€™s NetBenefits Website \n\n \n\nBy taking advantage of Fidelityâ€™s website, you will be able to access your account and have \n\nimmediate access to a wealth of other valuable information. Visit www.netbenefits.com to sign \n\nup for account access. If you need assistance logging in, contact Fidelity at 1-800-835-5095. \n\nWhen you log in, have your Social Security number handy. Once logged in, youâ€™ll be able to: \n\nâ€¢ Check your balance; \n\nâ€¢ Request loans or withdrawals; \n\nâ€¢ Change your contribution percentage; \n\nâ€¢ Change the type of your contributions â€“ such as from pre-tax to Roth 401(k) \n\nâ€¢ Change how your contributions are invested; \n\nâ€¢ Research investments; \n\nâ€¢ Use financial planning tools and more. \n\nFidelityâ€™s NetBenefits App \n\nYou can download the NetBenefits Mobile app from the App Store TM or Google Play TM store \n\nto get access to all your Fidelity accounts, anywhere (subject to market conditions). \n\nContributions to the Plan \n\n \n\nAs the following table shows, your participation in the 401(k) Plan allows you to make up to \n\nthree types of contributions to build your long-term savings. And your contributions are matched \n\nwith Company contributions made on your behalf. \n\nOverview of Plan Contributions \n\nType of Contribution Tax Treatment Going Into Plan Other \n\nEmployee Pre-Tax \nContributions \n\nContributions are deposited in \nPlan account before federal and \n\nIf you will be at least age 50 by the \nend of the calendar year, you \nqualify to make additional â€œcatch-\n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n9 \nTable of Contents \n\n \n\nmost state taxes are taken out of \nyour paycheck. \n\nupâ€ contributions above IRS limit \nthat would otherwise apply. \n\nEmployee \nTraditional After-Tax \nContributions \n\nContributions are deposited in \nPlan account after federal and \nstate taxes are taken out of your \npaycheck. \n\n \n\nEmployee Roth \n401(k) Contributions \n\nContributions are deposited in \nPlan account after federal and \nstate taxes are taken out of your \npaycheck. \n\nIf you will be at least age 50 by the \nend of the calendar year, you \nqualify to make additional â€œcatch-\nupâ€ contributions above IRS limits \nthat would otherwise apply. \n\nCompany Matching \nContributions \n\nContributions are deposited in \nPlan account before federal and \nmost state taxes are taken out of \nyour paycheck. \n\n \n\n \n\nEmployee Contributions \n\nWhen you enroll in the 401(k) Plan, you indicate the percentage of your total eligible earnings \n\nyou want to contribute. If you do not make an election when you are initially eligible to \n\nparticipate in the Plan, you will automatically be enrolled in the Plan at a 3% contribution level \n\nwith the Fidelity Treasury Only Money Market Fund closest to the year in which youâ€™ll attain age \n\n65 as your investment option. You may end or change your contribution percentage at any time. \n\nEach year, if you are automatically enrolled and have not changed your contribution percentage, \n\nthe Company will automatically increase your pre-tax contribution by 1% until you are \n\ncontributing 6% of your pay to the Plan. \n\nYour total eligible earnings include base pay, scheduled overtime, shift differential, and any \n\nstandard 5% Variable Incentive Program (VIP) awards payable while you are an active \n\nemployee. Your total 401(k) Plan contributions may not exceed 75% of your total eligible \n\nearnings in any given pay period. In addition, there are IRS limits on your total annual \n\ncontributions. As described under â€œCompany Contributions,â€ CF Industries will add a matching \n\ncontribution to the first 6% you contribute. Any money you contribute beyond 6% of your \n\nearnings is not matched by CF Industries. There are also IRS limits on combined annual \n\ncontributions made by you and by the Company on your behalf. (Current and historical limit \n\ninformation can be found in the online IRS 401(k) Resource Guide.) \n\nTypes of Employee Contributions \n\nThere are three types of contributions you can make to the 401(k) Plan: pre-tax, traditional after-\n\ntax and Roth 401(k). \n\nPre-Tax Contributions \n\nWhen you contribute on a pre-tax basis, your contributions are deposited in your 401(k) Plan \n\naccount before federal and most state taxes are taken out of your paycheck. Since the IRS \n\ncurrently does not count these contributions as income, your taxable income is lowered by this \n\nsame amount. Under current tax law you are not taxed on this money or any earnings until you \n\nreceive the money from the Plan. The amount you contribute to your 401(k) Plan account on a \n\npre-tax basis and on a Roth 401(k) basis is limited by law (in 2022, the limit is $20,500, \n\n\n\n10 \nTable of Contents \n\n \n\nincreased to $26,000 if you are eligible for catch-up contributions). The limit may change from \n\nyear to year based on changes in the cost of living. (Current and historical limit information can \n\nbe found in the online IRS 401(k) Resource Guide.) \n\nTraditional After-Tax Contributions \n\nContributions on an after-tax basis are similar to saving in a regular bank account or credit \n\nunion. Since you pay taxes on these contributions before they are made to the 401(k) Plan, you \n\ndo not have to pay taxes on the money when you later withdraw it. However, when you make a \n\nwithdrawal, that withdrawal will necessarily include at least a portion of any investment earnings \n\non your contributions and, under current law, those investment earnings are subject to income \n\ntax in the year they are withdrawn. Also, after-tax contributions are not subject to the IRS annual \n\ndeferral limit (although after-tax contributions will count toward the annual additions limit). \n\nIf you are a â€œhighly-compensated employeeâ€ as defined under IRS regulations, you are not \n\neligible to make after-tax contributions under the Plan. In general, you are a highly-\n\ncompensated employee if you earned more than $125,000 in the prior calendar year (adjusted \n\nfor cost of living increases after 2015) or were a five percent owner at any time in the current or \n\nprior calendar year. \n\nRoth 401(k) Contributions \n\nThe Roth 401(k) feature allows you to save money in your 401(k) Plan through payroll \n\ndeductions on an after-tax basis. The benefit of making Roth 401(k) contributions is that \n\ncontributions grow tax-free and, if certain criteria are met, contributions and investment earnings \n\ncan eventually be distributed tax-free. You can make Roth 401(k) contributions even if you are \n\nalready making pre-tax contributions or traditional after-tax contributions. However, the \n\ncombination of both Roth 401(k) contributions and pre-tax contributions cannot exceed the \n\nannual deferral limit. For 2022, the deferral limit is $20,500 ($27,000 if eligible for â€œcatch-up \n\ncontributionsâ€).  \n\nCatch-up Contributions \n\nIf you are 50 or older or will be at least age 50 by the end of the calendar year, you qualify to \n\nmake additional pre-tax or Roth â€œcatch-upâ€ contributions above any 401(k) Plan limitation that \n\nwould otherwise apply to limit your contributions. If you are eligible for â€œcatch-upâ€ contributions, \n\nyou can contribute an additional $6,500 in 2022. The limit on catch up contributions is adjusted \n\nfrom time to time based on cost of living data. \n\nRollover Contributions \n\nYou may transfer â€“ or roll over â€“ money from another employerâ€™s qualified plan (or an IRA \n\nspecifically intended to facilitate a rollover) into the CF Industries Holdings, Inc. 401(k) Plan. \n\nYou may also roll over a qualifying lump-sum distribution from the CF Industries Holdings, Inc. \n\nPension Plan. \n\nIf you have a distribution that meets the rollover qualifications specified by the IRS, the \n\ndistribution may be deposited into your Rollover Account in the Plan. By taking advantage of this \n\noption, you can postpone paying income taxes on the rollover amount while continuing to build \n\nyour savings for retirement. \n\nTo arrange a rollover, call Fidelity to request that a Qualified Rollover Form be mailed to you. \n\nYou are always 100% vested in your Rollover Account. \n\n\n\n11 \nTable of Contents \n\n \n\nCompany Contributions \n\nWhen you contribute to the 401(k) Plan, the Company helps you save for the future by \n\ncontributing Company matching contributions to your account on your behalf. \n\nCompany Matching Contributions \n\nWhen you make pre-tax contributions, traditional after-tax contributions, and/or Roth 401(k) \n\ncontributions to the Plan, CF Industries will match 100% of the first 6% you save. As applicable, \n\nthis includes any catch-up contributions you make. \n\nIn addition, the Company will provide a â€œtrue-upâ€ matching contribution for certain participants \n\nwhose Company matching contributions during a Plan Year are limited because of IRS \n\nregulations or because the participant contributes to the Plan on an inconsistent basis \n\nthroughout the year. If you are one of these participants, the â€œtrue-upâ€ contribution is equal to \n\nthe amount necessary to make up the difference between the maximum Company matching \n\ncontribution you would have received based on your overall contribution rate for the Plan Year \n\n(subject to Plan limits) and the cumulative Company matching contribution that was actually \n\nmade for each payroll period on your behalf during the Plan Year. Plan participants excluded \n\nfrom receiving the additional true-up matching contributions are Highly Compensated \n\nEmployees who were terminated prior to the last day of the plan year, and have not attained 55 \n\nyears of age and 5 years of service. \n\nInternal Revenue Code Limits on Contributions \n\nGenerally, employees may contribute up to 75% of eligible earnings to the 401(k) Plan. \n\nHowever, the IRS Code imposes other limits on the amount you and CF Industries can \n\ncontribute each year to the 401(k) Plan. The Company will take necessary action to ensure \n\neach employee remains in compliance with the limits. \n\nVesting \n\nVesting is the extent of your ownership in each of your 401(k) Plan accounts. The following Plan \n\ncontributions â€“ and any investment earnings (or losses) attributable to them - are always 100% \n\nvested: \n\nâ€¢ Pre-tax contributions; \n\nâ€¢ Traditional after-tax contributions; \n\nâ€¢ Roth 401(k) contributions; \n\nâ€¢ Catch-up contributions; and \n\nâ€¢ Rollover contributions.  \n\nYou become 100% vested in Company matching contributions after two years of service with \n\nthe Company. If you were an active employee participating in either the CF Industries, Inc. Thrift \n\nSavings Plan or Terra Industries Inc. Employeesâ€™ Savings and Investment Plan as of December \n\n31, 2012, you are always 100% vested in Company matching contributions. \n\nFor vesting purposes, a year of service is defined as a consecutive 12-month period, beginning \n\non your employment anniversary date. \n\nAlso, regardless of your service at the time, your Company matching contributions will become \n\n100% vested following your death or permanent disability while an active employee of the \n\nCompany, or when you reach age 65. \n\n\n\n12 \nTable of Contents \n\n \n\nIf you were an active employee of CF Industries and a participant in the predecessor CF \n\nIndustries, Inc. Thrift Savings Plan or the predecessor Terra Industries Inc. Employeesâ€™ Savings \n\nand Investment Plan, your total account balance in that predecessor plan became 100% vested \n\nas of December 31, 2012. If you had terminated employment prior to December 31, 2012, \n\nplease contact the Plan Administrator for information about your vested status under the Plan. \n\nEmployees who transferred employment as defined in the Asset Purchase Agreement between \n\nCF Industries, Inc. and The Mosaic Company became 100% vested in Company matching \n\ncontributions as of their Mosaic Separation Date. \n\nForfeitures \n\nIf you leave CF Industries before you are fully vested, you forfeit the non-vested portion of your \n\nCompany matching contributions and related investment earnings (or losses). Forfeitures are \n\nfirst used to restore forfeited amounts for employees rehired at CF Industries, as appropriate. \n\nForfeitures are then used to pay 401(k) Plan expenses. Any remaining forfeitures are used to \n\nreduce employer contributions. \n\nAs a Plan participant, each year you will receive an explanation of any fees and expenses for \n\ngeneral plan administrative services that may be charged to or deducted from all individual \n\naccounts. \n\nBreak-in-Service \n\nA break in service begins on your termination date, continues while you are performing no \n\nduties for the Company, and ends if you are rehired as an eligible employee. The anniversary of \n\nyour termination date marks a break-in-service year. If you experience five consecutive break-\n\nin-service years before you are vested you forfeit your Company matching contributions and \n\nrelated investment earnings (or losses). \n\nWhen determining whether a break in service has occurred, your absence from work will be \n\ndisregarded if it is a qualifying maternity or paternity absence. However, no more than one year \n\nof a single maternity or paternity absence will be disregarded. A qualifying maternity or paternity \n\nabsence is one that is: \n\nâ€¢ By reason of the employeeâ€™s pregnancy; \n\nâ€¢ By reason of the birth of a child of the employee; \n\nâ€¢ By reason of the placement of a child with the employee in connection with the adoption \n\nof the child by the Employee; or \n\nâ€¢ For purposes of caring for such child for a period beginning immediately following the \n\nbirth or placement. \n\nFor a maternity or paternity absence to qualify, you must promptly furnish the Plan Committee \n\ndocuments to show that the absence from work is a maternity or paternity absence and the \n\nnumber of days for which there was such an absence. \n\nRestoring Forfeited Funds \n\nIf you are rehired before you incur five consecutive one-year breaks-in-service, your forfeited \n\nCompany matching contributions and related investment earnings (or losses) at the date of \n\nforfeiture will be employment will be reinstated at the end of the year in which you are rehired. \n\nNo earnings (or losses) subsequent to the date of forfeiture will be included. Although these \n\nfunds are restored, keep in mind that they will still be subject to vesting requirements. \n\n\n\n13 \nTable of Contents \n\n \n\nHow Your Account Can Grow \n\nIn addition to contributions, your account can grow through investment returns. For an array of \n\nmodeling tools to help you project 401(k) Plan account growth, visit www.netbenefits.com. \n\nInvestment Options \n\nThe 401(k) Plan offers you a wide range of investment fund options in which to invest your \n\naccounts. These options are designed to offer you the ability to match your investment strategy \n\nwith your personal needs and investment goals. \n\nBefore your Plan participation begins, you will be sent an enrollment kit detailing your \n\ninvestment options. At any time, you may review your investment choices by going online at \n\nwww.netbenefits.com (or by calling Fidelity at 1-800-835-5095). To see the lineup of funds and \n\nexpense ratios, visit www.netbenefits.com. \n\nFor planning and investment guidance, call a Fidelity Guidance Representative at 1-866-602-\n\n0636 Monday through Friday from 8:30 a.m. to 11:00 p.m. Eastern Time. \n\nThe investment options available may change over time to best support the goals of CF \n\nIndustries employees in a long-term retirement savings plan. \n\nThe Plan is intended to be a participant-directed plan as described in section 404(c) of the \n\nEmployee Retirement Income Security Act and the applicable federal regulations. Therefore, \n\neach participant (and, if applicable, beneficiary) is responsible for directing the investment of his \n\nor her benefits under the Plan, and the Plan fiduciaries may be relieved of liability for any losses \n\nthat are a direct and necessary result of such investment instructions. \n\nAccount Transactions \n\nTransactions are conducted online by logging into your account at www.netbenefits.com or by \n\ncontacting Fidelity at 1-800-835-5095. \n\nYou may: \n\nâ€¢ Transfer money from one fund to another (exchanges); \n\nâ€¢ Make an investment allocation change for future contributions; and \n\nâ€¢ Change your payroll deduction percentage. \n\nTo be effective with your next pay period, payroll deduction changes must be made no later \n\nthan the Wednesday before the next pay date. \n\nFund Exchange Policies \n\nThe 401(k) Planâ€™s mutual funds are designed for long-term investing. Excessive trading in and \n\nout of a fund typically harms long-term investors. \n\nAn exchange is the transfer of existing balances from one fund to another. Excessive \n\nexchanges can disrupt the management of the overall portfolio and increase transaction costs. \n\nTwo policies are in place to directly impact participants who may make frequent exchanges in \n\ntheir accounts: \n\n1. Frequent-Trading Policy \n\n2. Redemption-Fee Policy \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n14 \nTable of Contents \n\n \n\nFrequent-Trading Policy \n\nParticipants who exchange any amount of money out of a Fidelity mutual fund must wait 60 \n\ncalendar days before exchanging money back into the same fund. This policy replaces previous \n\nlimits on the exchange privilege and applies to Fidelity, non-Fidelity and some company stock \n\nfunds. The policy does not apply to money market and short-term bond funds. Nor does the \n\npolicy apply to exchange requests submitted by mail to Fidelity. However, exchange requests \n\nsubmitted by fax or wire are not mail requests and remain subject to the policy. \n\nRedemption-Fee Policy \n\nCertain Fidelity and non-Fidelity funds charge redemption fees when you exchange money \n\nbetween these funds within your plan. You must keep your money invested in these funds for a \n\ncertain period of time or holding period. The redemption-fee holding period begins on the date \n\nyou invest into the fund. The redemption fee is charged if you take money out the fund before \n\nthe end of that fundâ€™s holding period. \n\nFidelityâ€™s system first redeems or exchanges shares only in funds that are exempt from fees, \n\nsuch as shares that were purchased with dividends or capital gains distributions and shares \n\npurchased with plan participant or employer contributions. Fidelity then uses the â€œfirst-in, first-\n\noutâ€ (FIFO) method to redeem or exchange your shares. That means your oldest shares are \n\nredeemed or exchanged rather than your most recently purchased. \n\nLoans \n\nYou may borrow the lesser of: \n\nâ€¢ 50% of your vested account balances as of the date the loan is made; or \n\nâ€¢ $50,000, minus the highest outstanding loan balance, if any, you had at any one time \n\nduring the one- year period ending immediately before the date of the new loan, \n\naccording to IRS requirements. \n\nYou may have one outstanding general loan with a repayment term of up to five years and, at \n\nthe same time, one principal residence loan with a repayment term of up to 15 years. Loans \n\nmust be requested in whole dollar increments with a $1,000 minimum. \n\nApplying for a Loan \n\nYou can request or make inquiries about a loan online at www.netbenefits.com or by calling the \n\nFidelity at 1-800-835-5095. \n\nFor a general loan, a paperless process may be available at www.netbenefits.com. Upon \n\nrequest of a principal residence loan, forms will be generated and mailed to your home address. \n\nCompleted forms and documentation supporting the purchase of a primary residence, if \n\napplicable, should be returned directly to Fidelity for processing. \n\nFees and Interest Rate \n\nâ€¢ The interest rate is equal to the prime rate as of the first of each month. \n\nâ€¢ You will be charged interest for the life of the loan at the rate in effect at the time your \n\nloan is approved. \n\nâ€¢ Origination fee for loans initiated online at www.netbenefits.com or by calling Fidelity at \n\n1-800-835- 5095 is $50. \n\nâ€¢ There is a $6.25 quarterly loan maintenance fee. \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n15 \nTable of Contents \n\n \n\nLoan Withdrawal Hierarchy \n\nFunds to complete the loan transaction are taken from your (applicable) accounts in the \n\nfollowing order: \n\nâ€¢ Pre - 2013 after-tax \n\nâ€¢ Post - 2012 after-tax \n\nâ€¢ After-tax rollover \n\nâ€¢ Pre - 2013 Roth 401(k) \n\nâ€¢ Post - 2012 Roth 401(k) \n\nâ€¢ Pre-tax rollover \n\nâ€¢ Pre-tax \n\nâ€¢ Catch-up contributions \n\nâ€¢ Pre-2013 Company contribution \n\nâ€¢ Company matching contributions \n\nLoan Repayments \n\nâ€¢ Loan repayments are made through payroll deduction (with the exception of pre-\n\npayments) or by initiating payment directly with Fidelity. When repayments are made \n\nthrough payroll deduction, both principal and interest are deducted after taxes each pay \n\nperiod and re-deposited to your Plan account(s) from which they were borrowed. Loan \n\nrepayments will be invested in the fund options based upon your fund allocations at the \n\ntime of repayment. \n\nâ€¢ Loan repayments are credited to your account(s) in the reverse order of how the dollars \n\nwere withdrawn from the account(s). \n\nâ€¢ Loan(s) may be prepaid by a cashierâ€™s check, money order or an electronic funds \n\ntransfer. Both full and partial prepayments are permitted. Refinancing of existing loans is \n\nnot permitted. Contact Fidelity for additional information on prepaying a loan. \n\nFor complete details on the Planâ€™s loan policy, visit www.netbenefits.com. \n\nBankruptcy Filing \n\nIf you file bankruptcy while an active employee and have an outstanding loan balance, your loan \n\nrepayments through payroll deductions must continue under the terms of the Bankruptcy Abuse \n\nPrevention and Consumer Protection Act. \n\nWhen You Leave the Company \n\nIf you leave the Company for any reason and have an outstanding loan balance, you may repay \n\nthe loan in full to avoid a taxable event. \n\nIf you are required to repay the entire outstanding loan balance, and you choose not to do so \n\nwithin the calendar quarter following the calendar quarter in which the last payment was made, \n\nsuch loan will be in default. When a default occurs, the outstanding loan balance is reported as \n\na distribution during the year in which you terminate employment and is subject to ordinary \n\nincome taxes and any applicable tax penalties imposed by the Internal Revenue Code. \n\nIf You Are on a Leave of Absence \n\nIf you are on an approved leave of absence and you have an outstanding loan balance, the \n\nfollowing options are available to you: \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n16 \nTable of Contents \n\n \n\nâ€¢ You may prepay the loan in full within the calendar quarter following the calendar quarter \n\nin which the last payment was made, via lump-sum payment, to avoid a taxable event. \n\nâ€¢ You may continue repayment of the loans via monthly payments directly through Fidelity. \n\nâ€¢ You may suspend payments until the earliest of the following: \n\no The end of the suspension period, up to 12 months. \n\no The end of the maximum loan term permitted for your loan type. \n\no The date your return from leave. \n\nâ€¢ You may choose to not pay off the loan, and it will automatically be considered in default \n\nat the end of the calendar quarter following the calendar quarter in which the last \n\npayment was made. When a loan default occurs, the outstanding balance, including \n\nprincipal and interest, is reported as a â€œdeemedâ€ distribution and is subject to ordinary \n\nincome taxes and any applicable tax penalties imposed by the Internal Revenue Code. \n\nThe outstanding loan balance would be treated as a taxable distribution for the year in \n\nwhich it was deemed, and Fidelity would report the distribution by issuing a 1099-R Form \n\nto you the following January. \n\nIf you are on a leave of absence due to military services in the uniformed services, the 12-month \n\nlimit on the payment suspension does not apply. And if your interest rate is higher than 6 \n\npercent, you have the option to reduce the interest rate during your military leave to 6 percent. \n\n \n\nPlan Withdrawals and Distributions \n\nOverview of Plan Withdrawals and Distributions \n\nType of Contribution Tax Treatment Coming Out of \nPlan \n\nAdditional Information \n\nEmployee Pre-Tax \nContributions \n\nContributions and any applicable \ninvestment earnings are subject \nto income taxation when the \nwithdrawal or distribution is paid \nto you. \n\nUnder current law a penalty tax \nmay apply if funds are received: \n\nâ€¢ While an employee and before \nage 59Â½, or \n\nâ€¢ Following employment and \nbefore the Planâ€™s retirement \nage (age 55). \n\nEmployee \nTraditional After-Tax \nContributions \n\nContributions are not subject to \nincome taxation when the \nwithdrawal or distribution is paid \nto you. Any applicable investment \nearnings are subject to income \ntaxation when the withdrawal or \ndistribution is paid to you. \n\nUnder current law a penalty tax \nmay apply if funds are received: \n\nâ€¢ While an employee and before \nage 59Â½, or  \n\nâ€¢ Following employment and \nbefore the Planâ€™s retirement \nage (age 55). \n\nEmployee Roth \n401(k) \nContributions \n\nIf a qualified* distribution: \nContributions and any \napplicable investment \nearnings are not subject to \nincome taxation when the \nwithdrawal or distribution is \npaid to you. \nIf a non-qualified* distribution: \nContributions are not subject \n\nUnder current law a penalty tax \nmay apply on taxable funds \nreceived as a non-qualified* \ndistribution. \n\n\n\n17 \nTable of Contents \n\n \n\nto income taxation when you \nreceive the funds. Any \napplicable investment \nearnings are subject to income \ntaxation when you receive the \nfunds. \n\nCompany \nMatching \nContributions \n\nContributions and any \napplicable investment \nearnings are subject to income \ntaxation when the withdrawal \nor distribution is paid to you. \n\nUnder current law a penalty tax \nmay apply if funds are \nreceived: \nâ€¢ While an employee and before \n\nage 59Â½, or  \n\nâ€¢ Following employment and \nbefore the Planâ€™s retirement \nage (age 55). \n\n*A Roth 401(k) account distribution is considered \"qualified\" if funds are received (a) while you \n\nare an active employee and after reaching age 59Â½, or (b) following your retirement from the \n\nCompany (which is defined by the Plan as termination upon or after reaching age 55), or (c) \n\nafter your disability or death. In any other case the distribution is considered â€œnon-qualified.â€ \n\nIn-Service Withdrawals \n\nThe Internal Revenue Service (IRS) has certain requirements for plans of this nature to \n\nencourage long- term saving for retirement. Therefore, withdrawals while you are actively \n\nemployed may be subject to certain legal restrictions. \n\nThe following withdrawals are possible under the 401(k) Plan: \n\nâ€¢ After-Tax Withdrawals \n\nâ€¢ Roth 401(k) Withdrawals \n\nâ€¢ Pre-Tax Withdrawals â€“ including Hardship Withdrawals \n\nIn addition, if you are an active employee who has reached age 59Â½, you are entitled to \n\nwithdraw all or any portion of the vested amounts credited to your Plan accounts. \n\nFollowing is more information about making Plan withdrawals while you are a Company \n\nemployee. \n\nAfter-Tax In-Service Withdrawals \n\nWhile you are actively employed, you may withdraw all or any portion of your after-tax \n\ncontributions. After- tax withdrawals will include a proportionate amount of taxable investment \n\nearnings on the contributions, if applicable. These contributions are not taxed upon withdrawal. \n\nHowever, while an active employee, if you are under age 59Â½, earnings withdrawn are subject \n\nto ordinary income tax and a 10% penalty tax. If you are under age 59Â½, your withdrawal must \n\nbe accompanied by a written acknowledgement that your withdrawal will be taxable as income \n\nand may result in a penalty tax. \n\nRoth 401(k) In-Service Withdrawals \n\nWhile you are actively employed, you may receive a â€œqualified distributionâ€ from your Roth \n\n401(k) account. It will be considered a \"qualified distribution\" if the withdrawal is taken following \n\nyour disability, death or attainment of age 59Â½ and if the account has been in existence for at \n\nleast five years. Roth 401(k) withdrawals will include a proportionate amount of investment \n\n\n\n18 \nTable of Contents \n\n \n\nearnings on the contributions, if applicable, and those earnings will not be subject to income tax. \n\nAny Roth 401(k) withdrawal that would not be considered a qualified distribution is not allowed \n\nwhile you are actively employed. \n\nPre-Tax In-Service Withdrawals \n\nWhile you are actively employed, if you are age 59Â½ or older, you may withdraw all or any \n\nportion of your pre-tax contributions and related earnings. These contributions are subject to \n\nordinary income tax. If you are under age 59Â½, pre-tax contributions are available for withdrawal \n\nonly through a Hardship Withdrawal. \n\nHardship Withdrawals \n\nIf you are not yet age 59Â½ and desire access to your pre-tax contributions, you may withdraw \n\nyour pre- tax contributions for an â€œextreme financial hardship.â€ You will not be eligible for a \n\nwithdrawal to the extent the money is readily available from any other source. Other sources \n\ninclude amounts available through withdrawal of after-tax contributions, the loan feature of the \n\nPlan, as well as other personal savings. Once you take a hardship withdrawal, your \n\ncontributions to the Plan will be automatically suspended for the next six months. \n\nAt the end of the six-month period, if you had not made an affirmative election your voluntary \n\ncontributions will automatically resume with any applicable annual increase. \n\nHardship withdrawals are available from your pre-tax, Roth 401(k) contributions and from any \n\nfunds you rolled over to this Plan. Earnings cannot be included in a hardship withdrawal. \n\nWithdrawal approval will be based upon documentation submitted to support that the request is \n\nwithin one of the IRS-imposed safe harbor reasons, as follows: \n\nâ€¢ Medical or dental expenses incurred by you, your spouse and any of your dependents; \n\nâ€¢ Costs directly related to the purchase of your principal residence (excluding mortgage \n\npayments); \n\nâ€¢ Tuition and related educational expenses, including room and board expenses, for the \n\nnext 12 months of post-secondary education for you, your spouse and any of your \n\ndependents; \n\nâ€¢ Payments necessary to prevent your eviction from your principal residence or \n\nforeclosure on your mortgage; \n\nâ€¢ Burial or funeral expenses for your deceased parent, spouse, children or dependents; or \n\nâ€¢ Certain expenses for the repair of damage to your principal residence. \n\nNote: For purposes of determining whether an employee has incurred an â€œextreme financial \n\nhardshipâ€ the employeeâ€™s non-spouse or non-dependent beneficiary shall be treated the same \n\nas the employeeâ€™s spouse or dependent beneficiary. \n\nThe amount requested may not exceed the amount supported by the documentation of the \n\nfinancial need. Hardship withdrawals are subject to ordinary income tax and an additional 10% \n\npenalty tax. \n\nHardship withdrawals are limited to once in any 12-month period. \n\nIn-Service Withdrawal Tax Withholding \n\nYour in-service withdrawal may be subject automatic income tax withholding. \n\n\n\n19 \nTable of Contents \n\n \n\nApplying for an In-Service Withdrawal \n\nYou can apply for any type of withdrawal by logging in to your account at www.netbenefits.com. \n\nAlternatively, you can initiate a withdrawal by calling a Fidelity at 1-800-835-5095 between the \n\nhours of 8:30 a.m. and 8:00 p.m. Eastern Time. \n\nDistributions following Employment \n\nThe 401(k) Plan offers a variety of distribution options. The vested value of your Plan account \n\nmay be paid to you or your beneficiary under these circumstances: \n\nâ€¢ You leave the Company or retire; \n\nâ€¢ You become disabled; or \n\nâ€¢ You die. \n\nYour distribution can be paid in one of several possible ways, including: \n\nâ€¢ Cash distribution; \n\nâ€¢ Direct rollover transfer; \n\nâ€¢ Partial cash distribution â€“ partial rollover; \n\nâ€¢ Partial cash distribution â€“ partial deferral; \n\nâ€¢ Annual withdrawal; or \n\nâ€¢ Monthly installment payments, subject to certain limitations as described under Options \n\nfor Distribution following Employment. \n\nFollowing is more information about distributions from the 401(k) Plan. \n\nWhen Distributions following Employment Are Made \n\nDistributions are made under the following scenarios: \n\nYou Leave the Company or Retire \n\nFor tax purposes under the 401(k) Plan, you will be considered â€œretiredâ€ by the IRS if you leave \n\nthe Company after reaching age 55. \n\nIf the vested value of your account is $1,000 or less when you retire or you otherwise leave CF \n\nIndustries and you do not affirmatively elect a distribution, your total vested account balance will \n\nbe automatically paid to you within 90 days after you terminate employment. You may not leave \n\nit in the Plan. \n\nIf the vested value of your account is more than $1,000 but less than or equal to $5,000 when \n\nyou retire or otherwise leave CF Industries and you do not affirmatively elect a distribution, your \n\ntotal vested account balance will be automatically rolled over to a Fidelity individual retirement \n\naccount (IRA) within 90 days after you terminate employment. You may not leave it in the Plan. \n\nYour account will be automatically invested in Fidelityâ€™s Treasury Only Money Market Fund, a \n\nfund designed to preserve principal and provide a reasonable rate of return consistent with \n\nliquidity. You will be responsible for paying all fees and expenses assessed against your \n\nautomatic rollover IRA. The fees and expenses will be comparable to the fees and expenses \n\ncharged by Fidelity for other IRAs. For additional information on a Fidelity IRA and the fees and \n\nexpenses associated with a Fidelity IRA, contact Fidelity at 800-835-5095. \n\nIf the vested value of your account is more than $5,000, you may request a distribution of your \n\naccount or leave it in the Plan. If you leave the vested value of your account in the Plan, the IRS \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n20 \nTable of Contents \n\n \n\nrequires that you begin to receive minimum distribution payments no later than the April 1 \n\nfollowing the calendar year in which you reach age 70Â½. \n\nYou Become Disabled \n\nIf you are totally and permanently disabled under the terms of the Plan, you become 100% \n\nvested immediately. You may request a full or partial distribution. Totally and permanently \n\ndisabled means you are receiving benefits under the CF Industries Long-Term Disability Plan. \n\nYou Die \n\nFollowing your death while an employee of CF Industries, the value of your account becomes \n\n100% vested and is paid to your designated beneficiary. See the â€œNaming a Beneficiaryâ€ section \n\nfor more information. \n\nOptions for Distribution following Employment \n\nFollowing are the various Plan distribution options that may be available to you. Each of these \n\nwill have tax consequences â€“ such as automatic withholding, ordinary income taxation and, in \n\nsome cases, penalty taxes. You are advised to consult with a tax professional when making \n\ndecisions about Plan distributions. \n\nCash Distribution \n\nYou may elect to receive your distribution in a single lump-sum payment. \n\nRollover Transfer \n\nYou may be eligible to transfer â€“ or roll over â€“ your distribution from the CF Industries 401(k) \n\nPlan into another employerâ€™s qualified plan (or an IRA specifically intended to facilitate a \n\nrollover). By taking advantage of this option, you can postpone paying income taxes on the \n\nrollover amount while continuing to build your savings for retirement. \n\nTo arrange a rollover, call Fidelity to request that a Qualified Rollover Form be mailed to you. \n\nAnnual Withdrawal \n\nEach year following your termination of employment, you may request one withdrawal ($1,000 \n\nminimum) at any time during the year. You may choose a different amount each year and it is \n\nrollover eligible. \n\nMonthly Installment Payments \n\nFormer employees who are age 55 or older or totally and permanently disabled may elect to \n\nreceive a fixed monthly payment ($100 per month minimum). The dollar amount may be \n\nchanged once during the year. You may choose to stop monthly installment payments at any \n\ntime. However, you may not start installment payments again until the following year. \n\nInstallment payments will be deducted pro-rata from all funds in your account. Installment \n\npayments are subject to IRS required minimum distribution rules after you reach age 70Â½. \n\nTo apply for a distribution, log in to www.netbenefits.com (or call Fidelity at 1-800-835-5095) to \n\nrequest that the applicable forms be sent to your home address. \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.netbenefits.com\n\n\n21 \nTable of Contents \n\n \n\nQualified Domestic Relations Orders \n\nIn general, your interest in your benefits under the 401(k) Plan may not at any time be sold, \n\nused as collateral for a loan (other than one provided by the Plan), given away or otherwise \n\ntransferred. Your creditors may not attach or garnish your Plan benefits. \n\nUnder a qualified domestic relations order (â€œQDROâ€), however, the Plan is required to honor a \n\ndecree or order issued by a court that relates to your marital property or obligation to pay child \n\nsupport or alimony, and allocates all or a portion of your Plan benefits to your spouse, former \n\nspouse, child or other dependent. Upon notification of a pending QDRO, a temporary hold will \n\nbe placed on your account. You will be advised should this action occur. A hold on your account \n\nprohibits all withdrawals and new loans from the Plan. All other account activity will continue as \n\nusual, including: fund exchanges, loan payments, and Company and employee contributions to \n\nthe Plan. If a domestic relations order pertaining to your accounts is received by the Plan \n\nAdministrator, you will be notified and the Plan Administrator will determine whether the order is \n\na qualified domestic relations order. \n\nFor more information on a QDRO, contact Fidelity at 1-800-835-5095. \n\nHow Plan Distributions following Employment Are Taxed \n\nDistributions from most of your accounts are treated in the same manner because federal law \n\nrequires a 20% automatic withholding at the time of distribution. These include any tax-deferred \n\ncontributions â€“ including all Company contributions â€“ and the investment earnings from your \n\nAfter-Tax Account and, to the extent it is not a qualified distribution, your Roth 401(k) account. A \n\ndistribution of your After-Tax contributions and a qualified distribution of your Roth 401(k) \n\ncontributions and investment earnings on Roth 401(k) contributions are not subject to income \n\ntaxes. \n\nBased upon your age when leaving CF Industries and your age at the time you receive a \n\ndistribution, your distribution is taxed as follows: \n\nâ€¢ You leave CF Industries prior to age 55: Distributions received prior to age 59Â½ are \n\ngenerally subject to ordinary income taxes, plus a 10% tax penalty. Distributions \n\nreceived at age 59Â½ and thereafter are subject to ordinary income taxes â€“ there is no \n\ntax penalty. \n\nâ€¢ You leave CF Industries at age 55 or thereafter: All distributions are subject to ordinary \n\nincome taxes only â€“ there is no tax penalty. \n\nâ€¢ You become disabled: All distributions received after becoming disabled are subject to \n\nordinary income tax only â€“ there is no tax penalty. \n\nâ€¢ You die: All distributions received by your beneficiary after you die are subject to \n\nordinary income tax only â€“ there is no tax penalty. \n\nMinimum distributions when a participant reaches age 70Â½ are not subject to the 20% \n\nautomatic withholding because these distributions cannot be rolled into an IRA or another \n\nemployerâ€™s qualified plan. There is no tax penalty but you are subject to ordinary income. \n\nAs this section presents only a brief summary of the current tax treatment for Plan distributions, \n\nit is important to keep in mind that tax laws and regulations are complex and subject to change. \n\nIn addition, the way tax laws apply to you depends on your personal situation. When you \n\nrequest a distribution, you will be issued a special tax notice that will explain the issues to you. \n\n\n\n22 \nTable of Contents \n\n \n\nIn addition, you should consult a professional tax advisor before making a withdrawal from the \n\nPlan. \n\nNaming a Beneficiary \n\nWhen you begin participating in the Plan, you will be asked to name a beneficiary who will \n\nreceive any benefits from the 401(k) Plan if you die. \n\nYour spouse is automatically your beneficiary unless you have your spouseâ€™s notarized consent \n\nto designate another beneficiary. If you are single, you may name anyone as your beneficiary. \n\nNote: Spouse means the individual to whom the employee is lawfully married as determined for \n\nFederal tax law purposes. \n\nYou may name one or more contingent beneficiaries to receive any benefits from the Plan if \n\nyour primary beneficiary dies before you. \n\nYou may change your beneficiary designation at any time online by logging into \n\nwww.netbenefits.com. \n\nPayment to a Beneficiary \n\nUpon your death, your beneficiary will be notified of the amount of your account balance and \n\nprovided with the appropriate documents to claim proceeds. If no beneficiary is designated, \n\nbenefits from the 401(k) Plan will be distributed to: \n\nâ€¢ Your spouse, or if none; \n\nâ€¢ Your estate. \n\nAdditional circumstances that will result in benefits from the 401(k) Plan will be distributed to \n\nyour estate: \n\nâ€¢ Beneficiary or beneficiaries pre-decease the employee \n\nâ€¢ Death of employee or beneficiary is the result of a criminal act \n\nIn the event the named beneficiary is a minor, the benefits from the 401(k) Plan will be \n\ndistributed at the direction of such person(s) with authority to act on the minor beneficiaryâ€™s \n\nbehalf. \n\nIf the vested value of your account is $1,000 or less and your beneficiary does not affirmatively \n\nelect a distribution, your total vested account balance will be automatically paid to your \n\nbeneficiary within 90 days after your death. It may not be left in the Plan. \n\nIf the vested value of your account is more than $1,000 but less than or equal to $5,000 and \n\nyour beneficiary does not affirmatively elect a distribution, your total vested account balance will \n\nbe automatically rolled over to a Fidelity Individual Retirement Account (IRA) within 90 days \n\nafter your death. It may not be left in the Plan. \n\nThe following options are available if the vested value of your account is more than $5,000, and \n\nyour beneficiary is your spouse: \n\nâ€¢ Your spouse may leave the money in the Plan and defer distribution. If your spouse \n\nchooses this option, he/she will continue to receive quarterly statements and retains the \n\nright to transfer monies among investment funds. Your spouse may not add voluntary \n\ncontributions to the account or obtain a loan. \n\nhttp://www.netbenefits.com/\n\n\n23 \nTable of Contents \n\n \n\nâ€¢ Your spouse may elect a single lump-sum distribution. \n\nâ€¢ Your spouse may authorize a direct rollover to an IRA (or another employerâ€™s qualified \n\nplan). Your spouse may also elect to receive a portion of the account in cash and roll \n\nover the remaining portion. \n\nâ€¢ Your spouse may receive an annual withdrawal. Each year, your spouse may request \n\none withdrawal ($1,000 minimum) at any time during the year. A different amount may \n\nbe chosen each year. Annual withdrawals will be deducted pro-rata from all funds in the \n\naccount. \n\nâ€¢ If your spouse is age 55 or over, he/she may elect a fixed monthly payment ($100 per \n\nmonth minimum). The dollar amount may be changed once during any year. Your \n\nspouse may choose to stop monthly installments at any time. However, installment \n\npayments may not start again until the following year. Installment payments will be \n\ndeducted pro-rata from all funds in the account. \n\nNote: If you were at least age 70Â½ at the time of your death, or when your spouse attains age \n\n70Â½, all options listed above will be subject to the Internal Revenue Service (IRS) required \n\nminimum distribution rules. \n\nThe following options are available if the vested value of your account is more than $5,000, and \n\nyour beneficiary is a non-spouse. \n\nâ€¢ Your beneficiary may elect a single lump-sum distribution. \n\nâ€¢ Your beneficiary may leave the money in the Plan and defer distribution. The Internal \n\nRevenue Service (IRS) requires that the account balance is taken no later than \n\nDecember 31 of the year that contains the fifth anniversary of your death. If your \n\nbeneficiary chooses this option, he/she will continue to receive quarterly statements and \n\nretains the right to transfer monies among investment funds. Your beneficiary may not \n\nadd voluntary contributions to the account or obtain a loan. \n\nâ€¢ Your beneficiary may elect life expectancy installments. The Internal Revenue Service \n\n(IRS) requires that distributions begin no later than December 31 of the year following \n\nyour death over your beneficiaryâ€™s life expectancy. If you elected more than one \n\nbeneficiary, installment payments will be calculated using the life expectancy of the \n\noldest co-beneficiary. Installment payments will be deducted pro-rata from all funds in \n\nthe account. \n\nâ€¢ Your beneficiary may rollover the distribution into an IRA. Such rollover must be \n\naccomplished by a direct trustee-to-trustee transfer (a direct rollover) from the Plan into \n\nan inherited IRA. The rollover option is limited to the amount of the distribution that is \n\notherwise eligible to be rolled over. Any portion of a distribution considered a required \n\nminimum distribution from the Plan is not eligible to be rolled over. \n\nAdditional Plan Provisions \n\nFuture of the Plan \n\nThe Company or its delegates may amend, suspend, or terminate the 401(k) Plan at any time \n\nby written resolution. \n\nWhen Plan amendments are made that materially affect benefits, a summary of the changes will \n\nbe communicated to affected plan participants. If the Plan is terminated, Plan benefits will \n\nimmediately become vested for affected participants. \n\n\n\n24 \nTable of Contents \n\n \n\nAssignment of Benefits \n\nYour benefits under the 401(k) Plan are only for you (or your beneficiary). Generally, they \n\ncannot be assigned to anyone else. However, the Plan will honor qualified domestic relations \n\norders relating to provisions for child support, alimony payments or marital property rights. \n\nIf you become divorced or legally separated, certain court orders could require that a portion of \n\nyour benefit be paid to someone else â€“ a former spouse or your children, for example. The \n\ndivision of your benefit would be made through a qualified domestic relations order (QDRO). As \n\nsoon as you are aware of any court proceedings that may affect your benefits, contact the plan \n\nadministrator. To receive a copy of the procedures that govern the Planâ€™s procedures that \n\ngovern QDRO determinations, contact the Plan administrator by calling Fidelity at 1-800-835-\n\n5095. \n\nIf you or your beneficiary is unable to care for your own affairs, any payments due may be paid \n\nto someone who is authorized to manage your affairs, such as a court-appointed guardian, a \n\ncustodian or an adult relative. \n\nLegal Limitations \n\nGovernment rules limit the total benefits payable to officers and other key employees under the \n\nCF Industries Holdings, Inc. 401(k) Plan. In addition, other government rules come into effect if \n\nthe value of benefits payable to key employees equals more than 60% of the total benefits \n\nunder all CF Industries Retirement and Savings Plans. Key employees are officers, highly-paid \n\nemployees who are major stockholders, and the beneficiaries of officers and highly-paid \n\nemployees who are major stockholders. Normally, these rules apply rarely, if at all, in the plans \n\nof organizations like ours. In the unlikely event they ever would apply, certain steps would have \n\nto be taken to keep these plans qualified. \n\nYou will be notified if your benefits are affected. \n\nPlan Benefits Not Insured \n\nAll of the assets of the trust fund are allocated to the individual accounts of the 401(k) Plan \n\nparticipants. Therefore, the Plan is not eligible for the benefit insurance coverage provided by \n\nthe Pension Benefit Guaranty Corporation (PBGC), an agency of the federal government \n\nestablished to provide benefits for certain other types of plans that are terminated without \n\nsufficient assets to pay all benefits. \n\nAbout this Guide and the Plan Documents \n\nIn accordance with the disclosure requirement of ERISA, this document serves as a summary \n\nplan description (SPD) of the CF Industries Holdings, Inc. 401(K) Plan. As such, it is intended to \n\nprovide you with a brief explanation of your 401(k) Plan. It is not an official Plan document, and \n\nneither the Plan documents nor this document constitutes an implied or expressed contract of \n\nemployment. The actual terms of the Plan are contained in the Plan documents, copies of which \n\nare available from Human Resources for a fee. \n\nThe official Plan text and trust agreement govern the operation of the Plan and payment of all \n\nbenefits. In the event of any ambiguity in or omission from this guide, or any conflict between \n\nthis document and the official Plan text and trust agreement, the official plan text and trust \n\nagreement govern. \n\n  \n\n\n\n25 \nTable of Contents \n\n \n\nCF INDUSTRIES HOLDINGS, INC. PENSION PLAN \n\nHaving a financially secure and comfortable retirement is important to you and to CF Industries \n\n(the â€œCompanyâ€). To help you reach your long-term financial goals, the Company provides the \n\nCF Industries Holdings, Inc. Pension Plan (herein referred to as â€œthe Pension Planâ€ or, simply, \n\nâ€œthe Planâ€). The Pension Plan works together with the CF Industries Holdings, Inc. 401(k) Plan, \n\nSocial Security and your personal savings to provide you income during your retirement years. \n\nThis summary plan description describes the Pension Plan arrangement that first became \n\neffective January 1, 2013. If you were accruing a pension benefit under a historical pension plan \n\nas of December 31, 2012, your participation in that other plan likely continues and information \n\nabout your pension plan participation can be found in that plan arrangementâ€™s separate \n\nsummary plan description, available as an appendix to this document. \n\nâ€¢ See Retirement Income Plan (Legacy CF Employees) for information about the \n\nRetirement Income Plan (Legacy CF Employees) prior to May 1, 2013. \n\nâ€¢ See Pension Plan (Legacy Terra Employees) for information about the Pension Plan \n\n(Legacy Terra Employees) prior to May 1, 2013. \n\nCF Industries reserves the right to suspend and/or reduce benefit accruals under the CF \n\nIndustries Holdings, Inc. Pension Plan (â€œthe Pension Planâ€ or â€œthe Planâ€) and also may amend or \n\nterminate the Plan at any time. You will be notified of any significant amendments to the Plan. \n\nThis document is a summary of the main features of the Pension Plan. It presents a summary \n\nonly and does not contain all the details of all aspects of the Plan. It is not an official plan \n\ndocument, and neither the Plan documents nor this document constitute an implied or \n\nexpressed contract of employment. \n\nThe actual terms of the Plan are contained in the plan documents, which are available from \n\nHuman Resources. \n\nThe official Plan text and trust agreement govern the operation of the Plan and payment of all \n\nbenefits. In the event of any ambiguity in, or omission from, this summary plan description, or \n\nany conflict between this description and the official plan text and trust agreement, the official \n\nPlan text and trust agreement govern. \n\n  \n\n\n\n26 \nTable of Contents \n\n \n\nYour Pension Plan at a Glance \n\nAs a Plan participant, you have an individual Plan Account* established for you. During your \n\nyears of Plan Service with the Company, your Plan Account â€“ which forms the basis for your \n\nretirement benefit â€“ builds, as shown here:  \n\n \n\n \n\n \n\n \n\n \n\n \n\n* Your individual Plan Account is a â€œbookkeeping accountâ€ that exists conceptually and on \n\npaper. \n\nCF Industries contributes all of the amounts necessary to fund your benefits under the Plan. \n\nAlthough your benefit is expressed in terms of an account balance, the value of your Plan \n\nAccount (and the Planâ€™s benefit based on your Plan Account), is protected from the risk of \n\ninvestment loss â€“ meaning your benefit does not fluctuate based on the actual investment \n\nperformance of the Planâ€™s assets. \n\nAs an active employee participating in the Plan, you become vested in your Plan benefit after \n\nthe earlier of: \n\nâ€¢ Three years of vesting service; \n\nâ€¢ You reach age 65; \n\nâ€¢ Following approval of your qualifying disability under the CF Industries Long-Term \n\nDisability Plan, regardless of service at the time; or \n\nâ€¢ Following your death, regardless of service at the time. \n\nOnce vested, following your termination of employment with the Company, you can choose to \n\nreceive your normal retirement benefit beginning at age 65, or as early as the month following \n\nyour termination. Your benefit can be paid as a single lump sum (equal to your Plan Account \n\nbalance) or as a monthly benefit under one of several forms of annuity options. \n\nPlan Eligibility and Participation \n\nIf you are an eligible employee, as described below, you automatically participate in the Pension \n\nPlan on the later of: \n\nâ€¢ January 1, 2013; or \n\nâ€¢ Your date of hire or rehire. \n\nThere is nothing you need to do to enroll. \n\n  \n\nAccount \nBalance \n\nat the \nBeginning \n\nof the \n\nYear \n\nInterest Credit (greater \nof 3% or annual rate \n\nequal to the average rate \nof interest paid on a 10-\n\nyear Treasury security for \nthe November of the prior \n\nplan year) \nadded following year end \n\nPay-Based Credit \n\n(from 4% to 7% of \n\nPension-eligible \n\ncompensation, \n\ndepending on years \n\nof Plan Service) \n\nadded following \n\nyear end \n\nAccount \nBalance \n\nat the End of \n\nthe Year \n\n\n\n27 \nTable of Contents \n\n \n\nPlan Eligibility \n\nAs an employee of the Company, you are eligible to participate in the Pension Plan on or after \n\nJanuary 1, 2013 (the Plan effective date) if: \n\nâ€¢ You were hired by the Company on or after January 1, 2013; OR \n\nâ€¢ You were hired by a Terra Industries employer (including Mississippi Chemical \n\nCorporation) on or after July 1, 2003; OR \n\nYou were rehired by a Terra Industries employer (Mississippi Chemical Corporation) on or after \n\nAugust 1, 2003; OR \n\nâ€¢ You were hired by a legacy CF Industries employer on or after January 1, 2004. \n\nThe following types of individuals are not eligible to participate in the Plan: \n\nAny employee who is covered by a collective bargaining agreement that does not provide for \n\nparticipation; \n\nâ€¢ Any individual providing services to the Company in the capacity of, or who is or was \n\ndesignated by the Company as, a leased employee, an independent contractor, co-op or \n\nan intern student; \n\nâ€¢ Any employee who was participating in, and continues to accrue a benefit under, the \n\nprior CF Industries or prior Terra Industries Plan that applied to eligible employees on \n\nDecember 31, 2012 (also referred to as Supplement B or C of the CF Industries \n\nHoldings, Inc. Pension Plan); \n\nâ€¢ Any temporary employee who has not completed at least 1,000 hours of service during \n\nthe 12- consecutive-month period beginning on the employee\'s hire date and each \n\nsubsequent 12 consecutive-month period; and \n\nAny individual who is otherwise ineligible under the rules of the Plan. \n\nIf you were providing services to the Company as an independent contractor, a leased \n\nemployee, co-op or an intern student prior to becoming eligible for the Plan, that time will not \n\ncount toward Plan benefits. \n\nVesting, Service and Other Important Plan Concepts \n\nThe following basic pension plan concepts are necessary to understand your benefit from the \n\nPlan. \n\nVesting and Vesting Service \n\nBeing vested means you have earned a non-forfeitable right to your Pension Plan benefit. \n\nVesting service is used to determine if you have a right to a vested benefit. Generally, your \n\nVesting Service includes your periods of employment with the Company, subject to legal \n\nlimitations. \n\nYou begin to earn Vesting Service on your date of hire. You are credited with one year of \n\nVesting Service for each full year of eligible employment, up to the date your employment ends. \n\nIn a year during which you do not complete a full year of service, you can also earn 1/12 year of \n\nVesting Service for each full month of eligible employment. \n\nYou become vested in your Company-provided Pension Plan benefit after completing three \n\nyears of Vesting Service. Also, if you are employed by the Company at the time, you will \n\n\n\n28 \nTable of Contents \n\n \n\nbecome vested upon attainment of your normal retirement age of 65, upon receiving approval of \n\nyour qualifying disability under the CF Industries Long-Term Disability Plan, regardless of \n\nservice at the time, or upon your death. \n\nOnce you become vested, you are always vested. If you leave the Company after becoming \n\nvested â€“ even if you leave before you are eligible to begin receiving a benefit - you are entitled \n\nto a retirement benefit from the Plan. \n\nIf you leave the Company before you are vested, you forfeit your benefit. (However, if you are \n\nrehired, you may be eligible to continue earning Vesting Service for your benefit. See Break in \n\nService for details.) \n\nService during a Leave of Absence \n\nYou also may earn service during a period during which you were granted a leave of absence. If \n\nyou request a leave of absence in writing and are granted the leave of absence in writing, you \n\ngenerally will earn Vesting Service in the same manner and subject to the same conditions as if \n\nyou were not on a leave of absence. \n\nService continues to be earned during the following granted leaves of absence: \n\nâ€¢ Military service leave that is required by law or is granted by the Company under the \n\nCompanyâ€™s established military or governmental branch leave policy; \n\nâ€¢ Maternity or paternity absence, up to the limits and under the requirements described in \n\nâ€œBreak In Service;â€ and \n\nâ€¢ Disability leave (for disability as defined under the Long-Term Disability Plan) which \n\nbegins while you are an employee of the Company; if such leave extends beyond two \n\nyears, service credit stops accruing on the two-year anniversary of the date on which the \n\ndisability leave began. In general, during this period you will be considered â€œdisabledâ€ for \n\npurposes of the Pension Plan if, as determined by the LTD Plan administrator, you are \n\nunable to perform the substantial and material duties of your regular job because of \n\nsickness or injury and you are unable to earn 80% or more of your indexed earnings \n\nfrom working in your regular occupation. \n\nBreak in Service \n\nA break in service begins on your termination date, continues while you are performing no \n\nduties for the Company, and ends if you are rehired as an eligible employee. The anniversary of \n\nyour termination date marks a one-year break-in-service. If you leave the Company before \n\nbecoming vested, and if you incur a one-year break in service, your previous vesting service is \n\ndisregarded. However, your prior vesting service will be restored after you have returned to the \n\nCompany and completed another year of vesting service. \n\nWhen determining whether a break in service has occurred, your absence from work will be \n\ndisregarded if it is a qualifying maternity or paternity absence. However, no more than two years \n\nof a single maternity or paternity absence will be disregarded. A qualifying maternity or paternity \n\nabsence is one that is: \n\nâ€¢ By reason of the employeeâ€™s pregnancy; \n\nâ€¢ By reason of the birth of a child of the employee; \n\nâ€¢ By reason of the placement of a child with the employee in connection with the adoption \n\nof the child by the Employee; or \n\n\n\n29 \nTable of Contents \n\n \n\nâ€¢ For purposes of caring for such child for a period beginning immediately following the \n\nbirth or placement. \n\nFor a maternity or paternity absence to qualify, you must promptly furnish the Plan Committee \n\ndocuments to show that the absence from work is a maternity or paternity absence and the \n\nnumber of days for which there was such an absence. \n\nIf You Are Rehired \n\nIf you were not vested when you terminated employment and are rehired, the break-in-service \n\nrules described above apply. \n\nIf you were vested when you terminated employment and are rehired, you remain vested when \n\nyou are rehired. \n\nIf You Transfer \n\nIf you transfer to another part of the Company that participates in the Pension Plan, you will \n\ncontinue to participate in the Pension Plan as before the transfer. \n\nHowever, if you transfer to a position that makes you ineligible for continued Plan participation, \n\nor if you transfer to a Company affiliate that does not offer participation in the Plan, you will \n\nbecome an inactive participant. While you are an inactive participant, Interest Credits will \n\ncontinue to be added to your Plan Account, but no additional Pay-Based Credits will be added \n\nto your Plan Account. \n\nIf you are an inactive participant and transfer to another part of the Company that participates in \n\nthe Pension Plan, your participation in the Plan will resume as before â€“ provided you are \n\notherwise eligible for Plan participation. See the Plan Eligibility and Participation section for \n\ndetails. \n\nYour Benefit \n\nYour Pension Plan benefit builds during your years of Plan Service with the Company. At any \n\ngiven time, the value of your benefit is equal to the amount in an individual Plan Account* that \n\nhas been established for you. Your Plan Account* grows when two types of Company-paid \n\ncontributions are added, as shown here:  \n\n \n\n \n\n \n\n* Your individual Plan Account is a â€œbookkeeping accountâ€ that exists conceptually and on \n\npaper. \n\n  \n\nAccount Balance \n\nat the beginning \n\nof the Year \n\nInterest \nCredit  \n\nPay-Based \n\nCredit  \n\nAccount Balance \nat the End of the \n\nYear \n\n\n\n30 \nTable of Contents \n\n \n\nPay-Based Credits \n\nCF Industries provides a \"Pay-Based Credit\" following each Plan year in which you are an \n\nactive Plan participant. The amount of your Pay-Based Credit is a percentage of your annual \n\ntotal pension-eligible compensation. The percentage used is based on your Plan Service on the \n\nlast day of the Plan year. \n\nThe Pay-Based Credit schedule is shown below. \n\nCompleted Years of Plan \nService on the last day of the \n\nPlan Year \n\nPay-Based Credit for the Calendar \nYear (as a percentage of Pension- \n\neligible compensation) \n\nUnder 5 4% \n\n5 but under 10 5% \n\n10 but under 15 6% \n\n15 or more 7% \n \n\nInterest Credits \n\nIn addition to annual Pay-Based Credits, each plan year the Company credits interest to your \n\nPlan Account. This Interest Credit is calculated based on your Plan Account at the end of the \n\npreceding year at an annual interest rate equal to the average rate of interest paid on a 10-year \n\nTreasury security for the November of the prior plan year, as published by the Internal Revenue \n\nService. (For example, the interest rate on a 10-year Treasury Bond in November 2013 will be \n\nused to calculate Interest Credits applied to your Plan Account at the end of 2014.) Even if the \n\naverage rate of interest on a 10-year Treasury security is lower than three percent, the minimum \n\ninterest rate used for the Interest Credit is three percent. \n\nIn this way, the interest rate and the amount of the resulting Interest Credits are likely to change \n\nfrom year to year. \n\nAbout the Interest Rate Used \n\nThe interest rate is based on the November 10-year Treasury bond rate published by the IRS. \n\nThese rates can be found at www.irs.gov and are published a few days after the end of the \n\nmonth. On the IRS website home page, click on the â€œRetirement Plans Communityâ€ tab, then \n\nselect â€œPublished Guidanceâ€ on the left navigation, click on â€œInterest Rate Tables,â€ and select \n\nâ€œWeighted Average Interest Rate Table.â€ \n\nPlan Service \n\nUnder the Pension Plan, your accrued benefit is calculated based on your Plan Service on the \n\nlast day of the Plan Year. Your Plan Service includes all Vesting Service. \n\nIf you terminate employment and are then rehired, and if you are again eligible to participate in \n\nthe Plan, you will resume earning a benefit under the Plan beginning on your rehire date. Your \n\nPlan Service earned during your prior employment period will be included in your Plan Service \n\nearned under the new employment period to determine your Plan Account. \n\nPension-eligible Compensation \n\nPension-eligible compensation generally includes the following amounts: \n\nâ€¢ Base pay; \n\nâ€¢ Scheduled overtime; \n\nfile://///cfilg.cfiorg.net/corporate/Department_Directories/HR/Communication/BENEFITS%20info%20and%20comms/Summary%20Plan%20Descriptions%20(SPD)/Retirement%20Plans/www.irs.gov\n\n\n31 \nTable of Contents \n\n \n\nâ€¢ Shift differential; and \n\nâ€¢ Variable Incentive Plan (VIP) payments for employees with 5% incentive targets while \n\nyou are an eligible employee. \n\nFor purposes of determining Pension Plan retirement benefits, only compensation paid on or \n\nafter January 1, 2013, is considered under the Pension Plan. \n\nNon-Duplication of Benefits \n\nYou may accrue a benefit under only one CF Industries pension plan at any given time. \n\nExamples \n\nFollowing are examples of how Pay-Based Credits and Interest Credits are determined and how \n\nPension Plan retirement benefits grow over time. All examples in this summary: \n\nâ€¢ Are provided for illustrative purposes only and may not be relied upon to represent the \n\nactual benefits of any CF Industries employee; \n\nâ€¢ Use Plan Service in whole numbers and completed years; and \n\nâ€¢ Are based on a participant who began to participate in the Plan on January 1, 2013 (the \n\neffective date of the Plan) or later, as stated in the example. \n\nExample 1: Pay-Based Credits \n\nAssumptions: \n\nâ€¢ Plan Service on December 31, 2013: 7 years \n\nâ€¢ Pension-eligible compensation: $60,000 per year ($5,000 per month) \n\nâ€¢ Date of Pay-Based Credit allocation: December 31, 2013 \n\nPay-Based Credit percentage 5% \n\nDecember 31, 2013, Pay-Based Credit \nPay-Based Credit percentage x annual pension-eligible \ncompensation \n\n$60,000 X 5% = $3,000 \n\n \n\nExample 2: Pay-Based Credits \n\nAssumptions: \n\nâ€¢ Plan Service on December 31, 2013: 15 years \n\nâ€¢ Pension-eligible compensation: $84,000 per year ($7,000 per month) \n\nâ€¢ Date of Pay-Based Credit allocation: December 31, 2013 \n\nPay-Based Credit percentage 7% \n\nDecember 31, 2013, Pay-Based Credit \nPay-Based Credit percentage x annual pension-eligible \ncompensation \n\n$84,000 X 7% = $5,880 \n\n \n\nExample 3: How Benefits Can Grow \n\n\n\n32 \nTable of Contents \n\n \n\nHere is an example showing how your benefit can grow through Pay-Based Credits and Interest \n\nCredits. (Note that the Interest Credit is $0 in the first year because it is based on the Plan \n\nAccountâ€™s starting balance of $0 in the first year of Plan participation.) \n\nAssumptions: \n\nâ€¢ Date of participation: 01/01/2013 \n\nâ€¢ Pension-eligible compensation: $60,000 per year or $5,000 per month \n\nâ€¢ Annual Increase to Pension-eligible compensation: 3% \n\nâ€¢ Annual Interest Credit rate: 5% \n\n2013 \nA. Plan Account on January 1, 2013 $0 \n\nB. Plan Service December 31, 2013 2 years \n\nC. Annual pension-eligible compensation $60,000 \n\nD. Pay-Based Credit percentage 4% \n\nE. Pay-Based Credit (D x E) $2,400 \n\nF. Interest Credit = Interest Credit rate x Plan Account on January 1 (5% x A) $0 \n\nG. Plan Account at year end, 2013 $2,400 \n\n \n\n2014 \nH. Plan Account on January 1, 2014 $2,400 \n\nI. Plan Service December 31, 2014 3 years \n\nJ. Annual pension-eligible compensation $61,800 \n\nK. Pay-Based Credit percentage 4% \n\nL. Pay-Based Credit (D x E) $2,472 \n\nM. Interest Credit = Interest Credit rate x Plan Account on January 1 (5% x A) $120 \n\nN. Plan Account at year end, 2014 $4,992 \n\n \n\n2015 \nO. Plan Account on January 1, 2015 $4,992 \n\nP. Plan Service December 31, 2015 4 years \n\nQ. Annual pension-eligible compensation $63,654 \n\nR. Pay-Based Credit percentage 4% \n\nS. Pay-Based Credit (D x E) $2,546 \n\nT. Interest Credit = Interest Credit rate x Plan Account on January 1 (5% x A) $249 \n\nU. Plan Account at year end, 2015 $7,787 \n\n \n\nThe following table illustrates how this participantâ€™s Plan Account balance might grow over a 12-\n\nyear period to result in a Plan Account balance equal to $55,914. \n \n\nPlan \nService \nYears \n\nAnnual \nEligible \n\nPay \nPay Credit \nPercentage \n\nPay-Based \nCredit* \n\nInterest \nCredit* \n\nValue at End \nof Year* \n\n2013 2 $60,000  4% $2,400  $0  $2,400  \n\n2014 3 $61,800  4% $2,472  $120  $4,992  \n\n2015 4 $63,654  4% $2,546  $249  $7,787  \n\n\n\n33 \nTable of Contents \n\n \n\n2016 5 $65,563  5% $3,278  $389  $11,454  \n\n2017 6 $67,529  5% $3,376  $572  $15,402  \n\n2018 7 $69,554  5% $3,477  $770  $19,649  \n\n2019 8 $71,640  5% $3,582  $982  $24,213  \n\n2020 9 $73,789  5% $3,689  $1,210  $29,112  \n\n2021 10 $76,002  6% $4,572  $1,455  $35,139  \n\n2022 11 $78,280  6% $4,696  $1,756  $41,591  \n\n2023 12 $80,628  6% $4,837  $2,079  $48,507  \n\n2024 13 $83,046  6% $4,982  $2,425  $55,914  \n\n*For example purposes, amounts are rounded down to the nearest dollar. \n\nNormal Retirement \n\nUnder the Pension Plan, your â€œnormal retirementâ€ age is 65. This means you are eligible for a \n\nnormal retirement benefit if your CF Industries employment ends (including if you become \n\ndisabled) on or after the first day of the month coincident with or following the date you reach \n\nage 65. \n\nOnce eligible, you can begin receiving your normal retirement benefit as soon as the first day of \n\nthe month after your employment ends â€“ provided you have properly completed and filed your \n\nwritten application for retirement benefits with the Plan administrator and your employment \n\nstatus change has been processed within Company records. \n\nBenefit Amount for Normal Retirement \n\nYour normal retirement benefit is equal to all Pay-Based Credits and all Interest Credits that \n\nhave been added to your Plan Account (your â€œAccountâ€). The balance in your Plan Account at \n\nthe time benefit payments are to begin represents the value of your Plan benefit if paid in a \n\nsingle lump sum. In lieu of one lump-sum payment, you can choose to receive traditional \n\nmonthly pension benefit payments under one of the Planâ€™s available payment options. See the \n\nâ€œForms of Paymentâ€ section. \n\nPostponed Retirement \n\nYou can continue to work beyond your normal retirement age and defer payment of your \n\nbenefit. \n\nBenefit Amount for Postponed Retirement \n\nIf you continue working beyond your normal retirement age, your benefit at retirement will be \n\nyour normal retirement benefit, increased by the Pay-Based Credits and Interest Credits for \n\nwhich you are eligible. \n\nIf you terminate employment and decide to defer payment and keep your money in the Plan, \n\nyour Plan Account continues to earn Interest Credits until the last day of the month before \n\ndistribution occurs. Your benefit will then be calculated when you request a distribution. Keep in \n\nmind, your benefit must begin to be paid to you no later than April 1 following the year in which \n\nyou reach age 70Â½. \n\nEarly Retirement \n\nIf you leave CF Industries with three or more years of Vesting Service (or if you suffer a \n\nqualifying disability regardless of your years of Vesting Service) and before reaching normal \n\n\n\n34 \nTable of Contents \n\n \n\nretirement age, you may choose to begin receiving your Plan benefit as early as the first of the \n\nmonth following termination of employment. \n\nOnce eligible, you can begin receiving your early retirement benefit on the first day of the month \n\nafter your employment ends â€“ provided you have properly completed and filed your written \n\napplication for retirement benefits with the Plan administrator and your employment status \n\nchange has been processed within Company records. \n\nBenefit Amount for Early Retirement \n\nYour early retirement benefit is equal to all Pay-Based Credits and all Interest Credits that have \n\nbeen credited to your Plan Account (your â€œAccountâ€). The balance in your Plan Account at the \n\ntime benefit payments are to begin represents the value of your Plan benefit if paid in a single \n\nlump sum. In lieu of one lump-sum payment, you can choose to receive traditional monthly \n\npension benefit payments under one of the Planâ€™s available payment options. See the â€œForms of \n\nPaymentâ€ section. \n\nIf You Die Before Benefit Payments Begin \n\nThe Pension Plan can pay benefits to your surviving spouse (or other designated beneficiary) if \n\nyou die before benefit payments have begun. You can designate a beneficiary by contacting the \n\nPlan administrator: \n\nCF Industries Pension Center \n\nPO Box 20 \n\nLincolnshire, IL 60069 \n\n1-866-234-9977 \n\nIf you are still employed at the time of your death, your Plan Account will become fully vested. \n\nMarried Participants \n\nIf you die before becoming eligible to receive a normal retirement benefit and before Plan \n\nbenefits have begun to be paid to you, your surviving eligible spouse will qualify for Plan \n\nbenefits. Your surviving eligible spouse is the individual to whom you were legally married at the \n\ntime of your death. \n\nYour spouseâ€™s eligibility for the pre-retirement death benefit remains in effect whether or not you \n\nleave the Company, but will end on the earliest of: \n\nâ€¢ The date your retirement benefits begin to be paid, or \n\nâ€¢ The date on which you no longer have a legal eligible spouse. \n\nA former spouse can be deemed an eligible spouse for all or part of any pre-retirement spouse \n\nbenefit from the Plan, if provided under a Qualified Domestic Relations Order (QDRO). \n\nPre-Retirement Survivor Benefit \n\nYour surviving eligible spouseâ€™s benefit will be equal to the amount that would have been paid to \n\nyou had you elected the 100% joint and survivor annuity form of payment to begin on the date \n\nthe pre-retirement survivor benefit actually begins. Alternatively, your surviving spouse can \n\nchoose to receive a lump-sum death benefit. \n\n\n\n35 \nTable of Contents \n\n \n\nIf your surviving spouse decides to defer payment to a later starting date, your Plan Account \n\ncontinues to earn Interest Credits until the last day of the month before distribution occurs. The \n\nbenefit will then be calculated when your surviving spouse requests a distribution. \n\nIf you are married and want pre-retirement survivor benefits to be paid to someone other than \n\nyour spouse, you must submit a waiver with your spouseâ€™s written and notarized consent to the \n\nalternative beneficiary. \n\nUnmarried Participants \n\nIf you die before vested Plan benefits have begun to be paid to you, and if you are unmarried at \n\nthe time of your death, a pre-retirement survivor benefit will be paid to your beneficiary. If you \n\nfailed to name a beneficiary, your estate will receive the benefit. \n\nThe pre-retirement survivor benefit will be equal to the amount that would have been paid to you \n\nhad you elected to receive a lump sum on the date the pre-retirement survivor benefit actually \n\nbecomes payable. \n\nDeath During Qualified Military Service \n\nIf you die while performing Qualified Military Service, your survivors are entitled to any benefits \n\n(other than benefit accruals relating to the period of Qualified Military Service) that would have \n\nbeen provided under the Plan if, immediately prior to your death, you resumed employment and \n\nthen terminated employment on account of your death. \n\nIf You Are Rehired After Benefit Payments Begin \n\nIf you retire and begin to receive Plan benefits, and then are reemployed by the Company, your \n\nPlan benefits will be suspended. In this case your Plan Account will be equal to the value of \n\nyour Plan Account at the end of the month in which you terminated, increased by Interest \n\nCredits applicable from that date, and then reduced by the actuarial equivalent of the Plan \n\nbenefits already paid to you. \n\nKeeping Track of Your Benefit \n\nTo track the amount of your benefit â€“ including your Plan Account amount at the beginning of \n\nthe year and all Pay-Based Credits and Interest Credits applied during the prior year â€“ visit \n\nhttps://ypr.aon.com/cfindustries/ or call the CF Industries Pension Center at 1-866-234-9977. \n\nTracking the amount of your Plan Account balance is a key part of planning for a financially \n\nsecure retirement. It can help you make informed decisions about how much to save on your \n\nown and how to diversify your 401(k) savings or other investments. \n\nPayment Options \n\nThe Plan provides several optional forms of payment to help meet your retirement needs. In \n\ngeneral, your form of payment election cannot be changed on or after the date your retirement \n\nbenefits begin. However, if you had been receiving Plan benefits that were suspended because \n\nyou were rehired by the Company, you will be able to make a new form of payment election \n\nwhen you again retire. \n\nSpousal Consent \n\nIf you are married when you retire, written and notarized spousal consent is required if you elect \n\nany option other than the Joint and Survivor options with your spouse designated as the \n\nbeneficiary. \n\nhttps://ypr.aon.com/cfindustries/\n\n\n36 \nTable of Contents \n\n \n\nForms of Payment \n\nHere is a brief description of each payment option available under the Plan. \n\nLump Sum \n\nIf your Plan Account is equal to or less than $1,000, you will automatically receive your benefit \n\nas a single lump-sum payment. \n\nIf the vested value of your account is more than $1,000 but less than or equal to $5,000 when \n\nyou retire or otherwise leave CF Industries and you do not affirmatively elect a distribution, your \n\nbenefit will be automatically rolled over to a Fidelity individual retirement account (IRA). You \n\nmay not leave it in the Plan. Your account will be automatically invested in Fidelityâ€™s Treasury \n\nOnly Money Market Fund, a fund designed to preserve principal and provide a reasonable rate \n\nof return consistent with liquidity. You will be responsible for paying all fees and expenses \n\nassessed against your automatic rollover IRA. The fees and expenses will be comparable to the \n\nfees and expenses charged by Fidelity for other IRAs. For additional information on a Fidelity \n\nIRA and the fees and expenses associated with a Fidelity IRA, contact Fidelity at1-800-835-\n\n5095. \n\nElecting a lump-sum payment means you are electing to receive, in a single payment, the value \n\nof your Plan Account (sum of all Pay-Based Credits and Interest Credits) as of the last day of \n\nthe month in which your completed election form is properly filed with the Plan Administrator. If \n\nyou are married when you retire, your spouse must provide written, notarized consent in writing \n\nto this form of distribution. \n\nIf you elect the lump-sum form of payment for your Plan benefit, federal income taxes on the \n\npayment will automatically be withheld unless you make a direct rollover to an IRA or to another \n\nqualified plan. \n\nSingle Life Annuity \n\nWith the Single Life Annuity form of payment, you receive monthly payments for your lifetime. \n\nWhen you die, the Plan does not pay benefits to anyone else. If you are married when you \n\nretire, your spouse must consent in writing to this form of distribution. If you are single when you \n\nretire, your benefit normally will be paid as a single life annuity, unless you elect one of the other \n\nforms of payment for which you qualify. \n\nThe monthly amount payable to you under the Single Life Annuity will be calculated to be \n\nactuarially equivalent to (have the same present value as) your total Plan Account as of the last \n\nday of the month in which your completed election form is properly filed with the Plan \n\nCommittee. \n\nJoint and Survivor Annuity (50%, 75% or 100%) \n\nWith the Joint and Survivor form of payment, you receive a monthly benefit for your lifetime. \n\nWhen you die, your surviving spouse or other named beneficiary receives a monthly payment \n\nequal to 50%, 75% or 100% of your monthly benefit (whichever you selected) for the rest of his \n\nor her lifetime. The monthly benefit you receive during your lifetime is smaller than the monthly \n\nbenefit you would receive under the single life annuity option, because benefits are paid over \n\nthe joint lifetimes of both you and your surviving spouse or beneficiary. If your surviving \n\nspouse/beneficiary dies before you but after your benefit payments are scheduled to begin, the \n\nPlan pays benefits for your lifetime only. \n\n\n\n37 \nTable of Contents \n\n \n\nIf you are married when you retire, your benefit normally will be paid on a 50% joint and survivor \n\nbasis with your spouse as the designated survivor, unless you elect one of the other forms of \n\npayment for which you qualify. If you are married when you retire and choose a form of payment \n\nother than a Joint and Survivor Annuity with your spouse as beneficiary, your spouse must \n\nprovide written, notarized consent. \n\nIf your spouse or beneficiary dies before your benefit payments are scheduled to begin, you \n\nshould notify the Plan administrator immediately and select a different payment option or name \n\na different beneficiary. After the date your benefit payments are scheduled to begin, they will not \n\nbe recalculated for a change in marital/beneficiary status. \n\nIf you elect a beneficiary other than your spouse, IRS rules may limit the level of the survivor \n\nbenefit and may prevent the election of a joint annuitant who is significantly younger than you \n\nfor joint and survivor annuity options other than the 50% option. Please contact Human \n\nResources for more information. \n\nThe two different monthly amounts â€“ payable to you and then your surviving spouse/beneficiary \n\nâ€“ under the Joint and Survivor Annuity will be calculated to be actuarially equivalent to (have the \n\nsame present value as) your total Plan Account as of the last day of the month in which your \n\ncompleted election form is properly filed with the Plan Committee. \n\nSocial Security Level Income Annuity \n\nWith the Social Security Level Income form of payment, you receive a greater monthly payment \n\nfor the months before you reach age 62, the Social Security early retirement age. At age 62, \n\nyour monthly payment amount is reduced by an estimate of your age-62 Social Security benefit. \n\nIf you commence your Social Security benefit at age 62 and if that benefit is approximately \n\nequal to the reduction provided in your retirement benefit calculation, this option enables your \n\nretirement income (Plan income and, after-age-62 Social Security income) to â€œlevel outâ€ before \n\nand after age 62. If you are married when you retire, your spouse must consent in writing to this \n\nform of distribution. \n\nYour first post-62 benefit payment will take place on the first of the month coincident with or \n\nfollowing the date you reach age 62. \n\nNote: The age at which you may begin your Social Security benefits depends on the year of \n\nyour birth. Be sure to confirm your eligible start date with the Social Security Administration. \n\nSocial Security benefits that start before age 65 are reduced, because payments are made over \n\na longer period of time. Your actual Social Security benefit may be more or less than the \n\nestimate used to determine your Plan benefit under the level income option. However, if that is \n\nthe case, your level income payments will not be adjusted. \n\nThe two different monthly amounts payable to you under the Social Security Level Income \n\nAnnuity will be calculated to be actuarially equivalent to (have the same present value as) your \n\ntotal Plan Account as of the last day of the month in which your completed election form is \n\nproperly filed with the Plan Committee. These calculations take into account your estimated \n\nage-62 Social Security benefit, your age and data from mortality tables using a 7% interest rate \n\nassumption. \n\n\n\n38 \nTable of Contents \n\n \n\nCertain and Life \n\nWith the Certain and Life form of payment, you receive a monthly benefit for your lifetime. \n\nElecting this form of payment means there will be a reduction in the amount of your single life \n\nannuity benefit based on your age at retirement. \n\nIf you die before 120, 180 or 240 payments have been made (whichever you elected), the \n\nremainder of the 120, 180 or 240 payments will be paid to your designated beneficiary. If your \n\nbeneficiary dies after you but before the elected number of payments have been made, the \n\nremainder of the payments will be paid to your beneficiaryâ€™s estate in a lump sum. If your \n\nbeneficiary predeceases you before the certain number of payments have been made, you may \n\ndesignate another beneficiary, provided you obtain your spouseâ€™s consent, if applicable. You \n\nmay designate your estate or a trust as your designated beneficiary for this payment option. If \n\nyou are married when you retire, your spouse must consent in writing to this form of distribution. \n\nThe monthly amount payable to you and/or your surviving spouse/beneficiary under the Certain \n\nand Life Annuity will be calculated to be actuarially equivalent to (have the same present value \n\nas) your total Plan Account as of the last day of the month in which your completed election \n\nform is properly filed with the Plan Committee. These calculations take into account the certain \n\nnumber of monthly payments you selected (120, 180 or 240), your age and data from mortality \n\ntables using a 7% interest rate assumption. \n\nTax Considerations \n\n \n\nMaximum Benefits for Tax Purposes \n\nPlan benefits are limited to an annual maximum by federal law. In addition, federal tax law limits \n\nthe amount of compensation that may be used to calculate your benefits. Those limits may be \n\nincreased from year to year in accordance with Internal Revenue Service (IRS) regulations. \n\nApplying for Your Benefit \n\nOnce you decide on your retirement date, contact or the CF Industries Pension Center to begin \n\nthe retirement process. In general, you must provide notice of your intent to retire and request \n\nyour retirement application materials at least 30 days (but no earlier than 90 days) prior to the \n\ndate you want your retirement benefits to begin (which can be the first day of any month). For \n\nexample, if you want to begin your retirement benefits on June 1, 2014, you must request your \n\nretirement application materials by May 1, 2014. \n\nAs a participant in the Plan, it is your responsibility (or your beneficiaryâ€™s responsibility, if \n\napplicable) to request your retirement application materials and start the retirement process. \n\nYour retirement date is the date you want to begin your pension benefit payments. Failure to call \n\nthe CF Industries Pension Center to apply for retirement as described in this section may result \n\nin a delay of the start of benefit payments. \n\nPlease be prepared to provide the following information when you apply for retirement benefits: \n\nâ€¢ Your Social Security number; \n\nâ€¢ Your current marital status; \n\nâ€¢ Your spouseâ€™s name, Social Security number, and date of birth (if you are married); \n\nâ€¢ Your anticipated last day of work with the Company; \n\nâ€¢ Your benefit retirement date (the date that you would like payments to begin); and \n\n\n\n39 \nTable of Contents \n\n \n\nâ€¢ Your beneficiary information, keeping in mind: \n\nâ€¢ If you would like to designate someone other than your spouse as a beneficiary, written \n\nand notarized spousal consent is required; please provide the beneficiaryâ€™s name, date \n\nof birth, and Social Security number and also provide your spouseâ€™s information even \n\nthough you have chosen to have someone other than your spouse as a beneficiary; or \n\nâ€¢ If you are not married, you can name a beneficiary for some payment options. \n\nTo complete the retirement process, you will need to sign a confirmation form with your date of \n\nbirth, your marital status, your beneficiaryâ€™s date of birth (if applicable) and other information \n\nrelevant to your retirement. \n\nIf you have a qualified domestic relations order (QDRO) that awards any part of your pension \n\nbenefit to a former spouse, such order should be submitted to the CF Industries Pension Center \n\nwell in advance of your retirement date in order to avoid a delay in processing your retirement. \n\nYou may obtain a copy of the Planâ€™s procedures regarding QDROs free of charge by contacting \n\n866-234-9977. \n\nGeneral Plan Information \n\nFollowing is other information to know about the Pension Plan and its administration. \n\nAssignment of Benefits \n\nYour benefits belong to you and, except in the case of a qualified domestic relations order \n\n(QDRO), Internal Revenue Service (IRS) levy, or garnishment orders under the Federal Debt \n\nCollection Procedures Act or the Mandatory Victims Restitution Act, may not be sold, assigned, \n\ntransferred, pledged, or garnished. See â€œPayment of Benefits to Alternate Payeesâ€ for details \n\nabout QDROs. \n\nFacility of Payment \n\nIf you (or your beneficiary) are unable to manage your own affairs, any payments due may be \n\npaid to someone who is legally authorized to conduct your affairs, or deposited in your bank \n\naccount or directly or indirectly paid for your comfort, support, and maintenance. \n\nPayment of Benefits to Alternate Payees \n\nThe Employee Retirement Income Security Act (ERISA) requires the Plan Administrator to obey \n\nqualified domestic relations orders (QDROs). A QDRO is a legal judgment, decree, or order that \n\nrecognizes the rights of someone other than the Plan participant (namely, an alternate payee) \n\nunder the Plan with respect to child or other dependent support, alimony, or marital property \n\nrights. \n\nIf you become legally separated or divorced, a portion of your benefits under the Plan may be \n\nassigned to someone else to satisfy a legal obligation you may have to a spouse, former \n\nspouse, child, or other dependent. These payments may begin while you are still employed, but \n\nonly after meeting the specific retirement eligibility requirements. \n\nThere are specific requirements that a QDRO must meet to be accepted by the Plan \n\nAdministrator. In addition, there are specific procedures regarding the amount and timing of \n\npayments. \n\nQDROs are administered through the CF Industries Pension Center. If you are or may be \n\nsubject to such an order, call the CF Industries Pension Center at 866-234-9977 to request a \n\n\n\n40 \nTable of Contents \n\n \n\ncopy of the Planâ€™s QDRO procedures and a model QDRO for your use. Issues pertaining to the \n\nqualified status of a domestic relations order may be pursued in federal court. \n\nTop Heavy Rules \n\nCertain tax rules â€“ called â€œtop heavyâ€ rules â€“ apply if a large percentage of the Planâ€™s benefits \n\naccrue in favor of key employees, as key employees are defined by the Internal Revenue Code. \n\nThe administrator will notify you if your benefits are affected by top heavy rules. \n\nLoss of Benefits \n\nCertain circumstances result in a loss or delay of benefits, such as, among others, those \n\ndescribed below: \n\nâ€¢ If you terminate employment with CF Industries before becoming vested, you receive no \n\nbenefits from the Plan. \n\nâ€¢ If you move and do not notify the Plan administrator of your new address and cannot be \n\nlocated, you may not receive benefits until you contact the Plan administrator. \n\nâ€¢ Failure to notify Human Resources in a timely manner before your retirement date (as \n\ndescribed in the â€œApplying for Your Benefitâ€ section) may result in a delay in payment or \n\neven a forfeiture of benefits. \n\nâ€¢ If the Plan is terminated before you retire, you are unable to earn benefits after the date \n\nof Plan termination. If there are not enough funds to pay all benefits at termination, the \n\nPension Benefit Guaranty Corporation (PBGC) guarantees all or a portion of the benefit \n\nyou earned before the Plan terminated. \n\nDiscretionary Authority of Plan Administrator \n\nThe Plan Administrator or its delegate shall have full and sole discretionary authority to interpret \n\nall plan documents and to make all interpretive and factual determinations as to whether any \n\nindividual is entitled to receive any benefit under the terms of this Plan. The Plan Administrator \n\nor its delegate shall determine, exercising its discretion, appropriate courses of action in light of \n\nthe reason and purpose for which this Plan is established and maintained. Any construction of \n\nthe terms of any plan document and any determination of fact adopted by the Plan Administrator \n\nor its delegate shall be final and legally binding on all parties. \n\nIncorrect Payment of Benefits \n\nIf the Plan Administrator or its delegates, in their full discretion, determine that the Plan made an \n\nincorrect payment of benefits, and that a correction is necessary or desirable under the law, the \n\nPlan may recover the amounts incorrectly paid either by requiring the payee to return the \n\nexcess to the Plan, by reducing any future Plan payments to the payee, or by any other method \n\ndeemed reasonable to the Plan Administrator or its delegates. \n\nClaims and Appeals Processes \n\nIf you believe you are entitled to benefits other than those provided to you, you may file a claim \n\nfor benefits with the Plan Administrator. To do so, you must send a written notice to the Plan \n\nAdministrator at the following address: \n\nPlan Committee of the CF Industries Holdings, Inc. Pension Plan \n\n4 Parkway North, Suite 400 \n\nDeerfield, IL 60015-2590 \n\n1-847-405-2400 \n\n\n\n41 \nTable of Contents \n\n \n\nYou will receive notice of the Plan Administratorâ€™s decision on your claim for benefits generally \n\nwithin 60 days after the Plan Administrator receives your claim. In special cases, the Plan \n\nAdministrator may require an additional 90 days to consider your claim. In such case, you will \n\nreceive, within the original 60-day time period, written notice of the need for additional time, the \n\nreasons the additional time is necessary, and the date the Plan Administrator expects to reach \n\nits decision. \n\nIf your claim for a benefit is denied, in whole or in part, you (or your beneficiary) must receive a \n\nwritten explanation of the reason for the denial from the Plan Administrator. This written notice \n\nwill include: \n\nâ€¢ Specific reasons for the denial \n\nâ€¢ References to plan provisions on which the denial is based \n\nâ€¢ A description of additional materials or information that are necessary \n\nâ€¢ Procedures for appealing the decision, including applicable time limits \n\nâ€¢ A statement of your right to bring a civil action under Section 502(a) of ERISA following a \n\ndenial of your claim on appeal. \n\nYou or your authorized representative may review all documents related to any denial of \n\nbenefits. \n\nAppealing Claims Decisions \n\nIf you disagree with the Plan Administratorâ€™s decision regarding your benefits claim, you have 60 \n\ndays from the receipt of the original denial to request a review. This request should be made in \n\nwriting and sent to the Plan Administrator at the following address: \n\nPlan Committee of the CF Industries Holdings, Inc. Pension Plan \n\n4 Parkway North, Suite 400 \n\nDeerfield, IL 60015-2590 \n\n1-847-405-2400 \n\nYour request should state all the grounds on which your request for a review is based. You \n\nshould state any facts, address any issues, and make any comments that support your request. \n\nBesides having the right to appeal, you or your authorized representative also has the right to \n\nexamine, at locations and times convenient to the Plan Administrator, or to receive copies of, \n\nupon request and free of charge, any documents, records or other information relevant to your \n\nclaim. \n\nThe claim appeal will be reviewed by the administrative committee, and ordinarily you will be \n\nnotified, in writing, of a decision within 60 days. In special cases, the Plan Administrator may \n\nrequire an additional 60 days to consider your appeal. You will be notified within the initial 60-\n\nday period if extra time is required and the reason the extra time is required. \n\nYou will receive written notification of the final decision, including, for an adverse decision: \n\nSpecific reasons for the decision; \n\nReferences to specific plan provisions on which the decision is based; \n\nA statement that you are entitled to receive, upon request and free of charge, reasonable \n\naccess to, and copies of, all documents, records or other information relevant to your claim; and \n\n\n\n42 \nTable of Contents \n\n \n\nâ€¢ A statement of your right to bring a civil action under Section 502(a) of ERISA following a \n\ndenial of your claim on appeal. \n\nThe final decision will be sent to you in writing, together with an explanation of how the decision \n\nwas made. The decision of the Plan Administrator is final and conclusive. \n\nIf your claim appeal is denied, you may bring legal action in court to challenge the denial. \n\nPension Benefit Guaranty Corporation (PBGC) \n\nIf the Plan is terminated, benefits under this plan are insured by the Pension Benefit Guaranty \n\nCorporation (PBGC), a federal government agency. Generally the PBGC guarantees most \n\nvested normal age retirement benefits, early retirement benefits, and certain survivorsâ€™ \n\npensions. However, the PBGC does not guarantee all types of benefits under covered plans, \n\nand the amount of benefit protection is subject to certain limitations. \n\nThe PBGC guarantees vested benefits at the level in effect on the date of plan termination. \n\nHowever, if a plan was in effect for less than five years before it terminates, or if benefits were \n\nincreased within the five years before plan termination, not all of the Planâ€™s vested benefits or \n\nthe benefit increase may be guaranteed. In addition, there is a ceiling on the amount of monthly \n\nbenefit that the PBGC guarantees, which is adjusted annually. \n\nYou can receive more information on PBGC insurance protection and its limits from the PBGC \n\ndirectly at: Office of Communication \n\nPension Benefit Guaranty Corporation \n\n1200 K Street, N.W. Washington, DC 20005-4026 202-326-4000 \n\nTTY/TDD users may call the federal relay service at 1-800-877-8339 and ask to be connected \n\nto 202- 326-4000. Additional information about the PBGCâ€™s pension insurance program is \n\navailable through the PBGCâ€™s Web site on the Internet at http://www.pbgc.gov. \n\nFunding and Plan Assets \n\nThe cost of the Plan is paid by the Plan sponsor. All Plan sponsor contributions are actuarially \n\ndetermined. \n\nAll assets of the Plan are held in a master trust. Plan assets are held for the exclusive benefit of \n\nthe Plan participants. The assets of the master trust can become the property of CF Industries \n\nonly after all Plan obligations have been satisfied. However, contributions to the Plan may be \n\nreturned to CF Industries if the Internal Revenue Service (IRS) fails to issue a favorable \n\ndetermination letter concerning the Plan, if the contributions were made in error, or if the IRS \n\ndetermines that the contributions are not deductible. \n\nAll reasonable and proper administrative expenses of the Plan, including counsel fees, may be \n\npaid from the Plan assets. \n\n  \n\nhttp://www.pbgc.gov/\n\n\n43 \nTable of Contents \n\n \n\nAbout This Guide and the Plan Documents \n\nIn accordance with the disclosure requirement of ERISA, this document serves as a summary \n\nplan description (SPD) of the CF Industries Pension Plan. As such, it is intended to provide you \n\nwith a brief explanation of your Pension Plan. It is not an official Plan document, and neither the \n\nPlan documents nor this document constitutes an implied or expressed contract of employment. \n\nThe actual terms of the Plan are contained in the Plan documents, copies of which are available \n\nfrom Human Resources for a fee. \n\nThe official Plan text and trust agreement govern the operation of the Plan and payment of all \n\nbenefits. In the event of any ambiguity in or omission from this guide, or any conflict between \n\nthis document and the official Plan text and trust agreement, the official plan text and trust \n\nagreement govern. \n\nFuture of the Plan \n\nThe Company or its delegates may amend, suspend or terminate the Plan at any time by written \n\nresolution. \n\nWhen Plan amendments are made that materially affect benefits, a summary of the changes will \n\nbe communicated to affected plan participants. If the Plan is terminated, Plan benefits will \n\nimmediately become vested for affected participants. \n\n  \n\n\n\n44 \nTable of Contents \n\n \n\nADMINISTRATIVE INFORMATION \n\nMany, but not all, of the benefit programs described in this SPD are subject to a Federal law \n\nknown as the Employee Retirement Income Security Act of 1974 (â€œERISAâ€). ERISA requires \n\nthat we provide certain information to you about the benefit plans and your legal rights with \n\nrespect to the plans in which you participate. The following sections contain information that is \n\nrequired under ERISA and highlight certain characteristics of (1) the Pension Plan and (2) the \n\nHealth and Welfare Plans. \n\nRetirement Plans \n\nName of Plan CF Industries Holdings, Inc. \nPension Plan, more commonly \nreferred to as â€œCF Industries \nPension Planâ€ \n\nCF Industries Holdings, Inc. \n401(k) Plan, more commonly \nreferred to as CF Industries \n401(k) Plan \n\nPlan Number 002 001 \n\nType of Plan Defined benefit pension plan Defined contribution plan \n\nPlan Sponsor CF Industries, Inc. 4 Parkway \nNorth \nSuite 400 \nDeerfield, IL 60015 \n1-847-405-2400 \nEIN: 20-2697511 \n\nCF Industries, Inc. 4 Parkway \nNorth \nSuite 400 \nDeerfield, IL 60015 \n1-847-405-2400 \nEIN: 20-2697511 \n\nPlan Administrator Plan Committee of the CF \nIndustries Holdings, Inc. Pension \nPlan \n4 Parkway North, Suite 400 \nDeerfield, IL 60015-2590 \n1-847-405-2400 \n\n4 Parkway North Suite 400, \nDeerfield, IL 60015-2590 \n1-800-835 5095 \n\nAgent for Service of \nLegal Process (legal \nprocess may also be \nmade upon a plan \ntrustee or the plan \nadministrator) \n\nGeneral Counsel \nCF Industries Holdings, Inc. 4 \nParkway North, Suite 400 \nDeerfield, IL 60015-2590 \nLegal process may also be made \nupon a Plan Trustee or the Plan \nAdministrator \n\nGeneral Counsel \nCF Industries Holdings, Inc. 4 \nParkway North, Suite 400 \nDeerfield, IL 60015-2590 \nLegal process may also be made \nupon a Plan Trustee or the Plan \nAdministrator \n\nPlan Trustee CF Industries Holdings, Inc. 4 \nParkway North, Suite 400 \nDeerfield, IL 60015-2590 \n1-847-405-2400 \n\nCF Industries Holdings, Inc. 4 \nParkway North, Suite 400 \nDeerfield, IL 60015-2590 \n1-847-405-2400 \n\nIs this plan \ncollectively \nbargained? \n\nNo No \n\nSources of Plan \nContributions \n\nEmployer â€“ Actuarially \nDetermined \n\nEmployee & Employer \n\nPlan Funding Under a trust Under a trust \n\nEnd of Plan Year December 31 December 31 \n\n \n\n\n\n45 \nTable of Contents \n\n \n\nClaim Denials and Appeals - Retirement Plans \n\nIf you believe you are entitled to benefits other than those provided to you, you may file a claim \n\nfor benefits with the Plan Administrator. To do so, you must send a written notice to the Plan \n\nAdministrator at the following address: \n\nPlan Committee of the CF Industries Holdings, Inc. Pension Plan  \n\n4 Parkway North, Suite 400 \n\nDeerfield, IL 60015-2590 \n\n1-847-405-2400 \n\nYou will receive notice of the Plan Administratorâ€™s decision on your claim for benefits generally \n\nwithin 60 days after the Plan Administrator receives your claim. In special cases, the Plan \n\nAdministrator may require an additional 90 days to consider your claim. In such case, you will \n\nreceive, within the original 60-day time period, written notice of the need for additional time, the \n\nreasons the additional time is necessary, and the date the Plan Administrator expects to reach \n\nits decision. \n\nIf your claim for a benefit is denied, in whole or in part, you (or your beneficiary) must receive a \n\nwritten explanation of the reason for the denial from the Plan Administrator. This written notice \n\nwill include: \n\nâ€¢ Specific reasons for the denial \n\nâ€¢ References to plan provisions on which the denial is based \n\nâ€¢ A description of additional materials or information that are necessary \n\nâ€¢ Procedures for appealing the decision, including applicable time limits \n\nâ€¢ A statement of your right to bring a civil action under Section 502(a) of ERISA following a \n\ndenial of your claim on appeal. \n\nYou or your authorized representative may review all documents related to any denial of \n\nbenefits. \n\nAppealing Claims Decisions \n\nIf you disagree with the Plan Administratorâ€™s decision regarding your benefits claim, you have 60 \n\ndays from the receipt of the original denial to request a review. This request should be made in \n\nwriting and sent to the Plan Administrator at the following address: \n\nPlan Committee of the CF Industries Holdings, Inc. Pension Plan  \n\n4 Parkway North, Suite 400 \n\nDeerfield, IL 60015-2590 \n\n1-847-405-2400 \n\nYour request should state all the grounds on which your request for a review is based. You \n\nshould state any facts, address any issues, and make any comments that support your request. \n\nBesides having the right to appeal, you or your authorized representative also has the right to \n\nexamine, at locations and times convenient to the Plan Administrator, or to receive copies of, \n\nupon request and free of charge, any documents, records or other information relevant to your \n\nclaim. \n\nThe claim appeal will be reviewed by the administrative committee, and ordinarily you will be \n\nnotified, in writing, of a decision within 60 days. In special cases, the Plan Administrator may \n\n\n\n46 \nTable of Contents \n\n \n\nrequire an additional 60 days to consider your appeal. You will be notified within the initial 60-\n\nday period if extra time is required and the reason the extra time is required. \n\nYou will receive written notification of the final decision, including, for an adverse decision: \n\nâ€¢ Specific reasons for the decision; \n\nâ€¢ References to specific plan provisions on which the decision is based; \n\nâ€¢ A statement that you are entitled to receive, upon request and free of charge, \n\nreasonable access to, and copies of, all documents, records or other information \n\nrelevant to your claim; and \n\nâ€¢ A statement of your right to bring a civil action under Section 502(a) of ERISA following a \n\ndenial of your claim on appeal. \n\n \n\nThe final decision will be sent to you in writing, together with an explanation of how the decision \n\nwas made. The decision of the Plan Administrator is final and conclusive. \n\nIf your claim appeal is denied, you may bring legal action in court to challenge the denial. \n\n \n\n  \n\n\n\n47 \nTable of Contents \n\n \n\nYour ERISA Rights \n\n \n\nAs a participant in the Plan you are entitled to certain rights and protections under the Employee \n\nRetirement Income Security Act of 1974. ERISA provides that all Plan participants have the \n\nfollowing rights and protections: \n\n \n\nReceive Information about Your Plan and Benefits \n\nUnder ERISA, you have the right to: \n\nâ€¢ Examine all Plan documents, including insurance contracts, collective bargaining \n\nagreements, and copies of the latest annual report (Form 5500 Series) filed by the Plan with \n\nthe U.S. Department of Labor and available at the Public Disclosure Room of the Employee \n\nBenefits Security Administration. You must be allowed to review these documents, without \n\ncharge, at the Plan administratorâ€™s office and at other specified locations, such as work sites \n\nand union halls; \n\nâ€¢ Obtain copies of documents â€” including insurance contracts and collective bargaining \n\nagreements â€” governing the operation of the Plan, along with copies of the latest annual \n\nreport (Form 5500 Series) and the updated summary Plan description. To obtain copies of \n\nthese documents, you must submit a written request to the Plan administrator and, if \n\nrequired, pay reasonable copying charges; \n\nâ€¢ Receive a summary of the Planâ€™s annual financial report. By law, the Plan administrator \n\nmust furnish each participant with a copy of this summary annual report; and \n\n \n\nPrudent Actions by Plan Fiduciaries \n\nAlong with providing participant rights, ERISA imposes duties on Plan fiduciaries, that is, the \n\npeople responsible for the operation of the employee benefit Plan. These people have the duty \n\nto operate the Plan in a prudent manner and in the interest of you, other Plan participants, and \n\nPlan beneficiaries. No one â€” not your employer, your union, or any other person â€” can fire you \n\nor otherwise discriminate against you in any way to prevent you from obtaining a pension \n\n(welfare) benefit, or exercising your rights under ERISA. \n\n \n\nEnforce Your Rights \n\nIf your claim for pension (welfare) benefits is denied in whole or in part, you have the right: \n\nâ€¢ To know why your claim was denied; \n\nâ€¢ To obtain, without charge, copies of documents relating to the decision; and \n\nâ€¢ To appeal any denial. Certain time schedules apply to all of these rights. \n\n \n\nUnder ERISA, you can take certain steps to enforce these rights. For instance, if you request \n\ncopies of Plan documents or the Planâ€™s latest annual report and do not receive them within 30 \n\ndays, you can file suit in a federal court. In such a case, the court can require the Plan \n\nadministrator to provide the requested documents and to pay you a daily fine until you receive \n\nthem, unless they were not sent for reasons beyond the administratorâ€™s control. If you have a \n\nclaim for benefits that is denied or ignored in whole or in part, you can file suit in a state or \n\nfederal court. In addition, if you disagree with the Planâ€™s decision â€” or failure to make a decision \n\nâ€” concerning the qualified status of a domestic relations order or a medical child support order, \n\nyou can file suit in federal court. \n\n  \n\n\n\n48 \nTable of Contents \n\n \n\nIf Plan fiduciaries misuse the Planâ€™s money, or if you are discriminated against for asserting your \n\nrights, you can seek assistance from the U.S. Department of Labor, or you can file suit in a \n\nfederal court. The court will decide who should pay court costs and legal fees. If you are \n\nsuccessful, the court can order the other party to pay your court costs and legal fees. If you \n\nlose, the court might order you to pay the other partyâ€™s costs and fees â€” for example, if it finds \n\nyour claim is frivolous. \n\n \n\nAssistance with Your Questions \n\nIf you have any questions about your Plan, you should contact the Plan administrator. If you \n\nhave any questions about this statement or your ERISA rights, or if you need assistance \n\nobtaining documents from your Plan administrator, you should check your telephone directory \n\nand contact the nearest office of the Employee Benefits Security Administration, U.S. \n\nDepartment of Labor, or the Division of Technical Assistance and Inquiries, Employee Benefits \n\nSecurity Administration, U.S. Department of Labor, 200 Constitution Ave., N.W., Washington, \n\nD.C. 20210. You also can obtain certain publications about your rights and responsibilities \n\nunder ERISA by calling EBSAâ€™s publications hotline at 800-998-7542. \n\n \n\n  \n\n\n\n49 \nTable of Contents \n\n \n\nAppendix \n\n\n\nAppendix A - 1 \nAppendix A â€“ Table of Contents \n\nAppendix A - CF Industries Holdings, Inc. Pension Plan â€“ Supplement B (Legacy CF) \n\n \n\n \n\nSummary Plan Description \n\nAs of November, 2014 \n\n  \n\n\n\nAppendix A - 2 \nAppendix A â€“ Table of Contents \n\nAPPENDIX A â€“ TABLE OF CONTENTS \n\nSummary Plan Description  \n\nPension Plan â€“ Supplement B A-3 \n\nOverview A-3 \n\nKey Plan Features A-3 \n\nYour Participation in the Plan A-3 \n\nEligibility A-3 \n\nCost of Coverage A-4 \n\nVesting and Service A-4 \n\nVesting A-4 \n\nService A-4 \n\nBreak-in-Service A-4 \n\nLong-Term Disability A-5 \n\nRe-employment A-5 \n\nHow Benefits Are Calculated A-6 \n\nPlan Formula A-6 \n\nCovered Compensation A-7 \n\nTypes of Benefits A-7 \n\nNormal Retirement A-7 \n\nPostponed Retirement A-8 \n\nEarly Retirement A-8 \n\nLeaving With a Vested Benefit A-9 \n\nHow Benefits Are Paid A-10 \n\nIf You Are Married A-10 \n\nIf You Are Single A-10 \n\nIf Your Benefit Value is $5,000 or Less A-10 \n\nPayment Forms A-10 \n\nProtection for Your Spouse A-12 \n\nIf You Die While Actively Employed A-12 \n\nIf You Are Vested and Die After Leaving CF but Before Benefits Begin A-12 \n\nDeath Benefit A-13 \n\nAdditional Plan Provisions A-13 \n\nFormer Employees of Energy Cooperative, Inc. and Rose Barge Line, Inc. A-13 \n\nBetter of Two â€” Benefit Protection A-13 \n\nQualified Domestic Relations Orders A-13 \n\nTop-Heavy Rules A-14 \n\nYour Benefit Is Guaranteed by the PBGC A-14 \n\nAmendment and Termination A-15 \n\n \n\n \n\n  \n\n\n\nAppendix A - 3 \nAppendix A â€“ Table of Contents \n\nPension Plan â€“ Supplement B \n\nThe CF Industries Holdings, Inc. Pension Plan, Supplement B provides you with a continuing \n\nsource of income after your career with CF. \n\nOverview \n\nThe Plan is designed to work with other sources of income such as Social Security and personal \n\nsavings, including any money you are saving through the CF Industries Holdings, Inc. 401(k) \n\nPlan, to provide you with a financially secure future. This section describes the Plan in effect on \n\nFebruary 1, 2005. \n\nAdministrative services are provided by the CF Industries Pension Center. You can reach them \n\ndirectly by calling 1-866-234-9977. \n\nKey Plan Features \n\nâ€¢ Eligibility. Only employees hired before January 1, 2004, are eligible to participate in the \n\nPlan after one year of employment. \n\nâ€¢ Vesting. You earn a right to a monthly retirement benefit after you complete five years of \n\nservice â€” whether you retire from CF or not. If you are at least age 55, you are vested \n\nafter one year of service. \n\nâ€¢ Retirement Benefit. Your benefit is based on a formula which takes into account your \n\nsalary and your years of service with CF. \n\nâ€¢ Retirement Age. The Plan is flexible, allowing you to start receiving payments as early \n\nas age 55. You are eligible for: \n\no Normal retirement benefit at age 65; \n\no Early retirement benefit at ages 55 to 64; \n\no Deferred vested benefit as early as age 55 if you leave CF at any age after you \n\nare vested. \n\nâ€¢ Protection for Your Spouse. If you die, your spouse may be eligible for a survivorâ€™s \n\nbenefit. \n\nâ€¢ Payment Forms. You may choose to receive your retirement benefit from various \n\noptional payment forms. \n\nYour Participation in the Plan \n\nEligibility \n\nIf you were hired by CF Industries before January 1, 2004, participation in the Plan begins after \n\ncompleting one year of employment, provided you have worked at least 1,000 hours. If you do \n\nnot meet this requirement in your first year of employment, you may participate after completing \n\n1,000 hours in any calendar year following your date of hire. Eligible employees are \n\nautomatically enrolled in the Plan on the first day of the month on or after meeting this \n\nrequirement. \n\nFor example, suppose John Jones joined CF on March 15, 2000, at age 30. If he completed at \n\nleast 1,000 hours of service from March 15, 2000, through March 14, 2001, he would become a \n\nparticipant on April 1, 2001, provided he was still employed with CF at that time. However, if he \n\ndid not complete 1,000 hours of service during his first 12 months, but did during the 2001 \n\ncalendar year, he would become a participant on January 1, 2002. \n\n\n\nAppendix A - 4 \nAppendix A â€“ Table of Contents \n\nEmployees hired on or after January 1, 2004 are not eligible to participate in the Plan. \n\nEmployees who are members of a collective bargaining unit are ineligible to participate in the \n\nPlan, unless the agreement provides for coverage. \n\nCost of Coverage \n\nCF pays the full cost of the Plan and periodically makes contributions to the Plan Trust, as \n\nrequired by law, to provide your benefits when you retire. \n\nVesting and Service \n\nâ€œVestingâ€ is your right to receive a future retirement benefit â€” whether or not you continue \n\nworking for CF. \n\nVesting \n\nOnce you complete five full years of service or reach age 55 with one full year of service, you \n\nare vested. This means that you are entitled to a monthly benefit based on the Plan formula. \n\nService \n\nDefined below are the two types of â€œserviceâ€ under the Plan: \n\nVesting Service \n\nVesting service is used to determine your eligibility for a benefit from the Plan. It is also used to \n\ndetermine your spouse\'s eligibility for a survivor benefit if you die. \n\nGenerally, you earn one year of service for each 12-month period of employment with CF, \n\nincluding the year you become eligible. Once you are vested, total vesting service includes full \n\nand partial years. You earn 1/12 of a year of service for each full calendar month of \n\nemployment. \n\nBenefit Service \n\nBenefit service is used in the Plan formula to determine the amount of your benefit. Benefit \n\nservice is measured in full and partial years, beginning on the date you become a participant in \n\nthe Plan (which occurs after you complete the one-year eligibility period) and ending on the day \n\nyou leave CF. \n\nYou earn one year of benefit service for each 12-month period of 4 employment with CF after \n\nyou have become a participant. You earn 1/12 of a year of benefit service for each full calendar \n\nmonth of employment while you are a participant. \n\nBreak-in-Service \n\nA â€œbreak-in-serviceâ€ occurs when you terminate employment or when you perform no services \n\nfor CF for 12 consecutive months. Following a break-in-service, you do not earn vesting service \n\nor benefit service. \n\nService is not â€œbrokenâ€ for an authorized leave of absence, provided it does not exceed 12 \n\nmonths. Authorized military and â€œqualifyingâ€ (see Long-Term Disability section below) disability \n\nleaves are not subject to the 12-month maximum. During an authorized leave of absence, you \n\nwill continue to earn benefit service and vesting service. \n\n\n\nAppendix A - 5 \nAppendix A â€“ Table of Contents \n\nLong-Term Disability \n\nIf you are unable to work at CF because of a disability, you may be eligible to continue earning \n\nbenefit and vesting service. To qualify, you must be receiving benefits under CFâ€™s Long-Term \n\nDisability Plan and under the Federal Social Security Act. \n\nRe-employment \n\nIf you were hired before January 1, 2004, leave CF Industries and are later rehired by CF \n\nIndustries, you will rejoin the Plan under the following circumstances: \n\nâ€¢ If you are rehired after a one year break-in-service but had not met the eligibility \n\nrequirements during your previous period of employment, you will become a participant \n\nin the Plan after you meet the eligibility requirements. You will not receive credit for prior \n\nservice. \n\nâ€¢ If you are rehired and were a participant in the Plan during your previous period of \n\nemployment, you again will become a participant in the Plan upon rehire if you meet any \n\none of these conditions: \n\no Your break-in-service was more than one, but less than five years. \n\no You had five or more years of service before termination. \n\no You were age 55 or older on your previous date of termination. \n\nIf you were gone less than one year, you will retain credit for your prior service and you will \n\nreceive vesting credit for the length of your absence. \n\nIf you were gone more than one year and have met one of the re-employment requirements \n\nstated above, prior benefit service will be restored after you complete a year of vesting service. \n\nYou will not receive credit (benefit and vesting) for the time of your absence. \n\nDifferent rules apply to breaks-in-service prior to 1976. \n\nâ€¢ If you are rehired after receiving benefits under the Plan, there are restrictions on how \n\nmany hours you may work and continue to receive benefits. Consult your Human \n\nResources Department. \n\n  \n\n\n\nAppendix A - 6 \nAppendix A â€“ Table of Contents \n\nHow Benefits Are Calculated \n\nThe Retirement Income Plan provides a retirement benefit that is determined by the Planâ€™s \n\nformula. \n\nPlan Formula \n\nThe Retirement Planâ€™s formula is based on your salary and the number of years you have \n\nworked with CF. The longer you work for CF, the larger the benefit you will receive at retirement. \n\nThe following formula shows how your annual retirement benefit is calculated. (A x B) \n\nA. \n\n1.75% x 5-Year Highest \nAverage Earnings \n\nx Projected Benefit Service at \nage 65 \n\n   Minus  \n0.58% x The lesser of 3-Year \n\nFinal Average \nEarnings or 125% of \n\nCovered \nCompensation \n\nx Benefit Service at age 65 \n(maximum 35 years) \n\n \n\nB. \n\nRatio of Benefit Service to Projected Benefit Service at age 65 \n\n(Benefit Service / Projected Benefit Service at age 65) \n\n \n\nKey Terms \n\n5-Year Highest Average Earnings is an average of your annual base salary for your 60 highest-\n\npaid consecutive calendar months of service. \n\n3-Year Final Average Earnings is an average of your annual base salary not in excess of the \n\nSocial Security wage base for your last three consecutive calendar years of service. \n\nBase Salary is your annual salary. Base salary excludes the following: \n\nâ€¢ Bonus \n\nâ€¢ Sales commission \n\nâ€¢ Shift differential \n\nâ€¢ Overtime pay \n\nâ€¢ Vacation cash-out \n\nâ€¢ Current year vacation pay-out \n\nâ€¢ Severance pay \n\nâ€¢ Separation pay \n\nAnnual Incentive Plan (AIP) bonus awards are included as compensation for the purpose of \n\ncalculating your benefits. \n\nBenefit Service means your years of participation in the Pension Plan. \n\n\n\nAppendix A - 7 \nAppendix A â€“ Table of Contents \n\nCovered Compensation \n\nCovered compensation is a method that ties the Pension Plan formula to Social Security. \n\nCovered compensation takes into account: \n\nâ€¢ Each yearâ€™s Social Security wage base (the maximum amount of your pay subject to \n\nSocial Security taxes each year); \n\nâ€¢ The year of your birth; and \n\nâ€¢ Your normal Social Security retirement age â€” or the age you are eligible to receive a full \n\nSocial Security benefit (which currently ranges from age 65 to age 67, depending on \n\nyour year of birth). \n\nYour covered compensation is determined by averaging all the Social Security wage bases for \n\nthe 35-year period, ending the year you attain your normal Social Security retirement age. A \n\ncovered compensation schedule, which provides this calculation, is published each year. The \n\nschedule is revised each year to reflect changes in the Social Security wage base, so the \n\ncovered compensation amount used to calculate your actual retirement benefit will be based on \n\nthe schedule in effect the year you retire. A copy of the schedule can be obtained by contacting \n\nyour Human Resources Department. \n\nTypes of Benefits \n\nNormal Retirement \n\nUnder the terms of the Plan, normal retirement is age 65. If you retire at age 65, your retirement \n\ndate is the first day of the month following your 65th birthday. Monthly benefit payments will \n\nbegin at that time. \n\nThe following example shows how benefits are calculated for a sample employee, Jack, who \n\nretires at age 65. \n\nAn Age 65 Example \n\nIn this example, suppose Jack retires at age 65 as follows: \nDate of Birth November 30, 1939 \nNormal Retirement Date December 1, 2004 \nBenefit Service (at 11/30/04) 30 years \nProjected Benefit Service at age 65 30 years \n5-year Highest Average Earnings (at 11/30/04) $45,000 \n3-year Final Average Earnings (at 11/30/04) $45,767 \n125% of Covered Compensation $57,855 \n\n \n\nJackâ€™s benefit is: \n\n1.75% x $45,000 x 30 = $23,625 \n\n(.0175)       \n\n   Minus    \n\n.58% x $45,767* x 30 = $ 7,963 \n\n(.0058)       \n\n      $15,662/year \n\n 15,622 x 30/30  = $15,662/year \n\n Monthly Benefit = $1,305    \n\n* 125% of Jackâ€™s covered compensation is $57,855. Since his 3-year final average earnings are less than \n\nthis amount, we use $45,767 in this example. \n\n\n\nAppendix A - 8 \nAppendix A â€“ Table of Contents \n\nPostponed Retirement \n\nIf you work beyond age 65, your postponed retirement date can be the first day of any month \n\nafter your CF employment ends. This retirement benefit is calculated in the same way as a \n\nnormal retirement benefit. \n\nPlease note that you must begin receiving benefits by the April 1 of the year following the year \n\nyou reach age 70-1/2, even if you are still working for CF. \n\nEarly Retirement \n\nUnder the terms of the Plan, early retirement is between the ages of 55 and 64. If you retire \n\nearly, you may begin to receive monthly benefit payments the first day of any month after your \n\nCF employment ends. \n\nAn early retirement benefit is calculated in the same way as a normal retirement benefit. \n\nHowever, if you begin receiving benefits before age 65, your monthly benefit will be actuarially \n\nreduced because you will receive payments over a longer time. The benefit percentage* you will \n\nreceive is as follows: \n\n \n\nPayments Begin at Age: Percent of Full Benefit \n\n65 100.00% \n\n64 93.33% \n\n63 86.67% \n\n62 80.00% \n\n61 73.33% \n\n60 66.67% \n\n59 63.33% \n\n58 60.00% \n\n57 56.67% \n\n56 53.33% \n\n55 50.00% \n\n \n\n* The actuarial reduction is done on a monthly basis so the true reduction will be different if you \n\ndo not begin receiving benefits on your date of birth. \n\nAn Early Retirement Example \n\nKate is retiring at age 60 â€” five years before normal retirement age, and chooses to receive her \n\nbenefit at this time. Here is how her benefit is calculated: \n\nDate of Birth November 30, 1944 \n\nEarly Retirement Date December 1, 2004 \n\nBenefit Service (12/01/04) 25 years \n\nProjected Benefit Service at age 65 30 years \n\n5-year Highest Average Earnings (at 12/01/04) $45,000 \n\n3-year Final Average Earnings (at 12/01/04) $45,767 \n\n125% of Covered Compensation $71,595 \n\nEarly Retirement Factor 66.67% \n\nKateâ€™s benefit is calculated as follows:  \n\n\n\nAppendix A - 9 \nAppendix A â€“ Table of Contents \n\n1.75% x $45,000 x 30 = \n(.0175) \n\n$23,625 \n\nMinus \n\n.58% x $45,767* x 30 = \n(.0058) \n\n$ 7,963.46 \n\n15,661.54 x 25/30 (.8333) 13,050.76/year normal retirement benefit \n\n$13,050.76 x 66.67% = $8,700.94/year early retirement benefit \n\nMonthly Early Retirement Benefit = $725.08 \n\n* 125% of Kateâ€™s covered compensation is $71,595. Since her 3-year final average earnings are less than \n\nthis amount, we use $45,767 in this example. \n\nLeaving With a Vested Benefit \n\nIf you leave CF with a vested retirement benefit, you must notify CF when you would like to \n\nreceive benefits. You may begin to receive a monthly benefit at normal retirement (age 65). This \n\nbenefit will be calculated using the formula for normal retirement based on your benefit service \n\nand highest average earnings at the time you leave. Or, you may elect to receive a reduced \n\nmonthly benefit as early as age 55, subject to the actuarial reduction of the early retirement \n\nprovision. \n\nOnce you decide on your retirement date, contact the CF Industries Pension Center to begin the \n\nretirement process. In general, you must provide notice of your intent to retire and request your \n\nretirement application materials at least 30 days (but no earlier than 90 days) prior to the date \n\nyou want your retirement benefits to begin (which can be the first day of any month). For \n\nexample, if you want to begin your retirement benefits on June 1, 2014, you must request your \n\nretirement application materials by May 1, 2014. As a participant in the Plan, it is your \n\nresponsibility (or your beneficiaryâ€™s responsibility, if applicable) to request your retirement \n\napplication materials and start the retirement process. Your retirement date is the date you want \n\nto begin your pension benefit payments. Failure to call the CF Industries Pension Center to \n\napply for retirement as described in this section may result in a delay of the start of benefit \n\npayments. Please be prepared to provide the following information when you apply for \n\nretirement benefits: \n\nâ€¢ Your Social Security number; \n\nâ€¢ Your current marital status; \n\nâ€¢ Your spouseâ€™s name, Social Security number, and date of birth (if you are married); \n\nâ€¢ Your anticipated last day of work with the Company; \n\nâ€¢ Your benefit retirement date (the date that you would like payments to begin); and \n\nâ€¢ Your beneficiary information, keeping in mind: \n\nIf you would like to designate someone other than your spouse as a beneficiary, written and \n\nnotarized spousal consent is required; please provide the beneficiaryâ€™s name, date of birth, and \n\nSocial Security number and also provide your spouseâ€™s information even though you have \n\nchosen to have someone other than your spouse as a beneficiary; or \n\nIf you are not married, you can name a beneficiary for some payment options. \n\nTo complete the retirement process, you will need to sign a confirmation form with your date of \n\nbirth, your marital status, your beneficiaryâ€™s date of birth (if applicable) and other information \n\nrelevant to your retirement. \n\n\n\nAppendix A - 10 \nAppendix A â€“ Table of Contents \n\nIf you have a qualified domestic relations order (QDRO) that awards any part of your pension \n\nbenefit to a former spouse, such order should be submitted to the CF Industries Pension Center \n\nwell in advance of your retirement date in order to avoid a delay in processing your retirement. \n\nYou may obtain a copy of the Planâ€™s procedures regarding QDROs free of charge by contacting \n\n1-866-234-9977. \n\nHow Benefits Are Paid \n\nThe Plan offers various forms of payment. Once your benefit payments begin, you cannot \n\nchange your election or benefit amount. \n\nIf You Are Married \n\nIf you are married when payments begin, you will automatically receive a 50% Joint and \n\nSurvivor retirement benefit, unless you elect another option. You will need your spouseâ€™s \n\nnotarized consent to elect an optional form of payment other than a Joint and Survivor option \n\nwith your spouse as the beneficiary. See â€œPayment Forms.â€ \n\nIf You Are Single \n\nIf you are single, you will automatically receive a Single Life retirement benefit unless you elect \n\nanother form of payment. See â€œPayment Forms.â€ \n\nIf Your Benefit Value is $5,000 or Less \n\nIf the total present actuarial value of your benefit at retirement is $1,000 or less, your benefit will \n\nbe paid to you in a single lump-sum payment. \n\nIf the total present actuarial value of your benefit at retirement is more than $1,000 but less than \n\nor equal to $5,000, your benefit will be automatically rolled over to a Vanguard individual \n\nretirement account (IRA). Your account will be automatically invested in Vanguardâ€™s Prime \n\nMoney Market Fund, a fund designed to preserve principal and provide a reasonable rate of \n\nreturn 12 consistent with liquidity. \n\nYou will be responsible for paying all fees and expenses assessed against your automatic \n\nrollover IRA. The fees and expenses will be comparable to the fees and expenses charged by \n\nVanguard for other IRAs. For additional information on a Vanguard IRA and the fees and \n\nexpenses associated with a Vanguard IRA, contact Vanguard Participant Services directly at 1-\n\n800-523-1188. \n\nPayment Forms \n\nAll benefits paid from the Plan are considered income. Please consult with your tax advisor. \n\nâ€¢ Single Life: This option pays monthly benefits for your lifetime only. Payments stop at \n\nyour death and no benefits continue to a spouse or other beneficiary. If you are married, \n\nyou may select this form, provided you have the notarized consent of your spouse. \n\nâ€¢ Joint and 50% Survivor: The Joint and 50% Survivor option pays you a reduced monthly \n\nbenefit from the Single Life annuity for the rest of your life. At your death, your spouse or \n\nother beneficiary receives 50% of the benefit you received for the rest of his or her life. \n\nYour benefit is reduced because it is expected to cover two lifetimesâ€” first yours, then \n\nyour spouseâ€™s or other beneficiaryâ€™s. \n\n\n\nAppendix A - 11 \nAppendix A â€“ Table of Contents \n\nIf your benefits have already begun and then your spouse or beneficiary dies, there will be no \n\nadjustment to your benefit payment. If you marry or remarry after benefit payments begin, your \n\nnew spouse is not eligible for a survivor benefit from this Plan. \n\nIf you are married and do not want this option or you want to name a beneficiary other than your \n\nspouse, you must have the notarized consent of your spouse. \n\nExample: Joint and 50% Survivor Option \n\nAmount of pension paid for each $1,000 of monthly base pension \n\nWhen You Are Age Your Contingent \nAnnuitantâ€™s Age \n\nTo You For Life To Your Beneficiary \nAfter You Die \n\n65 70 $908 $454 \n65 65 $882 $441 \n65 60 $856 $428 \n\n55 60 $936 $468 \n\n55 55 $921 $461 \n\n55 50 $907 $454 \n\n \n\nâ€¢ Joint and 75% or 100% Survivor: This is similar to the Joint and 50% Survivor payment \n\nform, with the continuing benefit to your spouse or other beneficiary equal to 75% or \n\n100% of the reduced benefit from the Single Life annuity you receive, whichever you \n\nchoose. If you are married and the beneficiary is someone other than your spouse, you \n\nmust verify this choice in writing with the notarized consent of your spouse. \n\nIf you are single and choose this option, you must provide documentation of your \n\nbeneficiaryâ€™s age. \n\nExample: Joint and 100% Survivor Option \n\nAmount of pension paid for each $1,000 of monthly base pension \n\nWhen You Are Age Your Contingent \nAnnuitantâ€™s Age \n\nTo You For Life To Your Beneficiary \nAfter You Die \n\n65 70 $832 $832 \n65 65 $788 $788 \n65 60 $749 $749 \n\n55 60 $880 $880 \n\n55 55 $854 $854 \n\n55 50 $831 $831 \n\n \n\nâ€¢ 10, 15 or 20 Years Certain and Life: A reduced retirement benefit from the Single Life \n\nannuity is paid to you in monthly payments which begin at your retirement and continue \n\nfor your lifetime. However, to protect your benefit, payments are guaranteed for 10, 15 or \n\n20 years, depending on your choice. If you die before the end of the guaranteed period, \n\nthe present value of the remainder will be paid to your beneficiary in either a lump sum \n\nor monthly payments. If you live longer than the guaranteed period, payment will \n\ncontinue for your lifetime. However, nothing is paid to your beneficiary after you die. If \n\nyou are married, you must verify this choice in writing with the notarized consent of your \n\nspouse. This includes the designation of a beneficiary other than your spouse. You may \n\nchoose this option if you are single. \n\n\n\nAppendix A - 12 \nAppendix A â€“ Table of Contents \n\nExample: Years Certain Option \n\nAmount of pension paid for each $1,000 of monthly base pension \n\nWhen You Are Age 10 Years 15 Years 20 Years \n65 $916 $843 $774 \n62 $939 $883 $824 \n60 $951 $903 $852 \n55 $970 $939 $904 \n\n \n\nâ€¢ Social Security Adjustment Option: This is an alternative if you retire early and are not \n\nyet eligible for Social Security benefits. This option is designed to give you a larger Plan \n\nbenefit before you are eligible for Social Security benefits (age 62), and a smaller Plan \n\nbenefit after you may begin to receive Social Security payments. This helps \"even out\" \n\nthe amount of income you receive during retirement from the Plan and Social Security. If \n\nyou are married, you must verify this choice in writing with the notarized consent of your \n\nspouse. No surviving spouse benefit is available under this option. \n\nProtection for Your Spouse \n\nIf you are vested in the Plan but die before retirement benefits begin, your spouse may receive \n\na lifetime monthly retirement benefit, provided you were married at least one year before your \n\ndeath. \n\nIf You Die While Actively Employed \n\nUpon your death, your spouse will receive a Survivor Annuity (lifetime monthly benefit) equal to \n\nthe greater of: \n\nâ€¢ 40% of the projected benefit you would have received under the Single Life option at age \n\n65; or \n\nâ€¢ The benefit your spouse would have received under the Joint and 50% Survivor option if \n\nyou had retired the day you died. \n\nIf you are age 45 or older at the time of your death and vested in the Plan, your spouseâ€™s \n\nmonthly income will begin on the first day of the month following your death and continue for \n\nyour spouseâ€™s lifetime. If you die before age 45, payments to your spouse begin on the first day \n\nof the month following what would have been your 45th birthday. \n\nA surviving spouse may elect to receive the actuarial equivalent of the Survivor Annuity in a \n\nsingle lump sum in lieu of the annuity form of payment. \n\nIf you elect to retire but die before benefit payments begin, your spouse will receive benefit \n\npayments as described in this section. \n\nIf You Are Vested and Die After Leaving CF but Before Benefits Begin \n\nUpon your death, your spouse will be eligible to receive the Survivor Annuity benefit under the \n\nJoint and 50% Survivor option if you had retired the day you died. \n\nIf you are age 55 or older at the time of your death and vested in the Plan, your spouseâ€™s \n\nmonthly income will begin on the first day of the month following your death and continue for \n\n\n\nAppendix A - 13 \nAppendix A â€“ Table of Contents \n\nyour spouseâ€™s lifetime. If you die before age 55, payments to your spouse begin on the first day \n\nof the month following what would have been your 55th birthday. \n\nA surviving spouse may elect to receive the actuarial equivalent of the Survivor Annuity in a \n\nsingle lump sum in lieu of the annuity form of payment. \n\nDeath Benefit \n\nThis benefit is payable for any CF employee who has commenced receiving retirement benefits, \n\nand it is in addition to any survivor benefits payable under the Plan. You may name anyone you \n\nwish as beneficiary, regardless of your marital status. \n\nIf you die on or after your retirement date, your beneficiary will receive a lump-sum payment \n\nequal to the total annual amount of your retirement benefit, using the Single Life option. This \n\nbenefit will be paid immediately after your death. The maximum death benefit your beneficiary \n\nmay receive is $5,000; the minimum is $1,000. If you retire early, this benefit will be calculated \n\nusing the early retirement reduction factors. \n\nThe Plan has been amended so that the additional death benefit will not be provided to any \n\nparticipant who, on or after June 1, 2014, had not yet retired and begun to receive payment of \n\nthe Accrued Benefit from the Plan. \n\nAdditional Plan Provisions \n\nFormer Employees of Energy Cooperative, Inc. and Rose Barge Line, Inc. \n\nIf you are a former employee of Energy Cooperative, your retirement benefit will be calculated \n\nusing your years of service at both Energy Cooperative and CF. If you are a former employee of \n\nRose Barge Line, your benefit under this Plan is in addition to any benefit you may be eligible \n\nfor under the Rose Barge Line retirement plan. \n\nBetter of Two â€” Benefit Protection \n\nEffective January 1, 1989, the Plan was amended to change the benefit formula to comply with \n\nthe Tax Reform Act of 1986. Therefore, if you were a Plan participant before January 1, 1989, \n\nyour retirement benefit will be calculated two ways to determine which gives you the larger \n\nbenefit: \n\nâ€¢ Your benefit will be calculated under the current Plan formula; \n\nâ€¢ Your benefit will be calculated under the prior Plan formula as of December 31, 1988, \n\nand added to the benefit you earn under the current Plan after December 31, 1988. \n\nQualified Domestic Relations Orders \n\nIn general, your interest in your benefits under the Plan may not at any time be sold, used as \n\ncollateral for a loan, given away or otherwise transferred. Your creditors may not attach or \n\ngarnish your Plan benefits. \n\nUnder a qualified domestic relations order, however, the Committee is required to honor a \n\ndecree or order issued by a court that relates to your marital property or obligation to pay child \n\nsupport or alimony, and allocates all or a portion of your Plan benefits to your spouse, former \n\nspouse, child, or other dependent. Upon notification of a pending QDRO, a temporary hold will \n\nbe placed on your account. You will be advised should this action occur. A hold on your vested \n\n\n\nAppendix A - 14 \nAppendix A â€“ Table of Contents \n\nbenefit prohibits the commencement of any pension benefit. If a domestic relations order \n\npertaining to your benefit is received by the Committee, you will be notified and the Committee \n\nwill determine whether the order is a qualified domestic relations order. \n\nTop-Heavy Rules \n\nFederal law requires the Plan to contain certain rules that would apply if the Plan were to \n\nbecome top heavy. A plan is top heavy if the value of the benefits belonging to key employees \n\nexceeds 60% of the total value of all benefits for all employees. Key employees are generally \n\nofficers, and certain highly compensated employees. \n\nIn the unlikely event that the Plan would become top heavy, the following vesting schedule will \n\napply: \n\nIf You Have: Your Benefit Is Vested At: \n\nLess than three years of service 0% \n\nThree or more years of service 100% \n\n \n\nYour Benefit Is Guaranteed by the PBGC \n\nYour pension benefits under this Plan are insured by the Pension Benefit Guaranty Corporation \n\n(PBGC), a federal insurance agency. If the Plan terminates without enough money to pay all \n\nbenefits, the PBGC will step in to pay pension benefits. Most people receive all of the pension \n\nbenefits they would have received under their Plan, but some people may lose certain benefits. \n\nThe PBGC generally covers: \n\n1. Normal and early retirement benefits; \n\n2. Disability benefits if you become disabled before the Plan terminates; and \n\n3. Certain benefits for your survivors. \n\nThe PBGC guarantee generally does not cover: \n\n1. Benefits greater than the maximum guaranteed amount set by law for the year in which the \n\nPlan terminates; \n\n2. Some or all of benefit increases and new benefits based on Plan provisions that have been in \n\nplace for fewer than five years at the time the Plan terminates; \n\n3. Benefits that are not vested because you have not worked long enough for the Company; \n\n4. Benefits for which you have not met all of the requirements at the time the Plan terminates; \n\n5. Certain early retirement payments (such as supplemental benefits that stop when you \n\nbecome eligible for Social Security) that result in an early retirement monthly benefit greater \n\nthan your monthly benefit at the Planâ€™s normal retirement age; and \n\n6. Non-pension benefits, such as health insurance, life insurance, certain death benefits, \n\nvacation pay and severance pay. \n\n\n\nAppendix A - 15 \nAppendix A â€“ Table of Contents \n\nEven if some of your benefits are not guaranteed, you still may receive some of those benefits \n\nfrom the PBGC depending on how much money your Plan has, and on how much the PBGC \n\ncollects from employers. \n\nFor more information about the PBGC and the benefits it guarantees, ask your Plan \n\nAdministrator or contact the PBGCâ€™s Technical Assistance Division, 1200 K Street N.W., \n\nWashington, D. C. 20005-4026, or call 1-202-326-4000. TTY/TDD users may call the federal \n\nrelay service at 1-800-877-8339 and ask to be connected to 1-202-326-4000. Additional \n\ninformation about the PBGCâ€™s pension insurance program is available through the PBGCâ€™s Web \n\nsite on the Internet at http://www.pbgc.gov. \n\nAmendment and Termination \n\nThe Company may amend the Plan and Trust at any time and will inform you of any \n\namendments that affect your participation in the Plan or your benefits under the Plan. No \n\namendment may be adopted which would reduce your accrued benefit or deprive you of a \n\nvested right to a benefit, as it exists at the time of the amendment, unless necessary to conform \n\nthe Plan to applicable law. \n\nThe Company expects to continue the Plan indefinitely, but reserves the right to terminate the \n\nPlan at any time for any reason. \n\nUpon Plan termination, the Plan Administrator will either purchase for you an annuity from an \n\ninsurance company or pay the benefit owed to you in a lump sum. \n\nIf the Plan does not have enough money to pay all benefits owed to you and the other \n\nparticipants, the Plan can be terminated only under limited circumstances, such as bankruptcy. \n\nIn that case, the Pension Benefit Guaranty Corporation (PBGC) will take over the Plan and pay \n\nthe insured benefits. In extreme situations, the PBGC may terminate and take over the Plan, \n\neven if the Company has not filed to terminate the Plan on its own initiative. The section entitled \n\nâ€œYour Benefit is Guaranteed by the PBGCâ€ describes the termination insurance provided by the \n\nPBGC. \n\nIf the Plan is terminated, no further contributions will be made except as required by law. In the \n\nevent of the Planâ€™s termination, you will become completely vested in your accrued benefits, but \n\nbenefits will be paid only from the Trust Fund (not by the Company) and you may not receive \n\nyour entire accrued benefit, even if you are vested. The applicable rules require that the Trust \n\nFund be applied in the following order to pay: \n\n1. The benefits which were (or could have been, if you retired on your normal retirement date) in \n\npay status three years before the termination date; \n\n2. PBGC-guaranteed vested benefits; \n\n3. Non-guaranteed vested benefits; and \n\n4. All other benefits. \n\n  \n\nhttp://www.pbgc.gov/\n\n\nAppendix B - 1 \nAppendix B â€“ Table of Contents \n\nAppendix B - CF Industries Holdings, Inc. Pension Plan â€“ Supplement C (Prior Terra Plan) \n\n \n\n \n\nSummary Plan Description \n\nAs of November, 2014 \n\n  \n\n\n\nAppendix B - 2 \nAppendix B â€“ Table of Contents \n\nAPPENDIX B â€“ TABLE OF CONTENTS \n\nSummary Plan Description  \n\nIntroduction B-3 \n\nHow the Plan Works B-3 \n\nWhen You Can Participate B-4 \n\nTransfers B-4 \n\nCompany Contributions B-4 \n\nVesting and Vesting Service B-5 \n\nCredited Service B-6 \n\nPlan Benefits B-6 \n\nNormal Retirement B-6 \n\nEarly Retirement B-7 \n\nDeferred Vested Retirement B-7 \n\nDisability Retirement B-7 \n\nHow Much the Plan Pays B-7 \n\nNormal Retirement B-8 \n\nEarly Retirement B-9 \n\nDeferred Vested Pension B-11 \n\nDisability Retirement B-11 \n\nForms of Payment B-12 \n\nSpecial Form of Payment for Small Pensions B-13 \n\nPre-Retirement Death Benefit B-13 \n\nAdditional Information About the Plan B-14 \n\nMilitary Leaves of Absence B-16 \n\nMiss Corp Merged Plan Participants (Including Triad Nitrogen Participants) B-16 \n\nApplying for Your Benefit B-20 \n\nEnforce Your Rights B-22 \n\nAssistance with Your Questions B-22 \n\nInsurance for the Retirement Plan B-22 \n\nClaims and Appeals Processes B-23 \n\n \n\n \n\n \n\n \n\n \n\n  \n\n\n\nAppendix B - 3 \nAppendix B â€“ Table of Contents \n\nIntroduction \n\nEffective January 1, 2013, the Terra Industries Inc. Employeesâ€™ Retirement Plan (the â€œPrior \n\nTerra Planâ€) was merged with and into the CF Industries Holdings, Inc. Pension Plan (the \n\nâ€œPlanâ€). Effective January 1, 2013, each person who was a participant in the Prior Terra Plan on \n\nDecember 31, 2012, shall continue as a Participant in this Supplement C on January 1, 2013, \n\nsubject to the provisions of Supplement C. \n\nThe CF Industries Holdings Inc. Pension Plan, Supplement C offers you a valuable pension to \n\nhelp supplement your Social Security and personal savings. \n\nHow the Plan Works \n\nThe Supplement C (Former Terra Plan) of the CF Industries Holdings Inc. Pension, Plan \n\nprovides a monthly retirement benefit for those employees who were hired prior to July 1, 2003, \n\nrehired prior to August 1, 2003, or who elected to continue in the pension plan effective January \n\n1, 2004. The monthly retirement benefit is based on your pay and length of service. You may \n\nchoose when your retirement benefits begin and the form of payment you wish to receive. \n\nIf you were hired on or after July 1, 2003, you are not eligible to participate in the Plan. If you \n\nwere rehired on or after August 1, 2003 and you previously participated in the Plan, you will not \n\nbe able to resume participation for the period of employment beginning on or after August 1, \n\n2003. If you were rehired on or after August 1, 2003, see the section called â€œAdditional \n\nInformation About the Planâ€ for more information on how your prior benefit under the Plan will be \n\nhandled. If you were rehired on or after August 1, 2003 but you had not participated in the Plan \n\nduring your prior employment with Terra, you will not be able to become a participant in the \n\nPlan. \n\nIf your benefit is frozen as of December 31, 2003, you will not accrue any benefits under the \n\nPlan after December 31, 2003. This means that your benefit under the Plan will be determined \n\nbased on your credited service, covered compensation and pay as of December 31, 2003. You \n\nwill continue to earn vesting service after 2003, however, until you terminate employment. \n\nHighlights of the Plan and your benefit choices include: \n\nâ€¢ A normal retirement benefit at age 65. However, you may work beyond age 65 and \n\npostpone your retirement benefit if you wish. \n\nâ€¢ An early retirement benefit as early as age 55 if you have five or more years of service. If \n\nyou choose to begin your retirement benefits before age 65, your benefit will be reduced \n\nbecause you should receive it for a longer period of time. \n\nâ€¢ A deferred vested retirement. You are eligible to receive a deferred vested retirement \n\nbenefit as early as 55 (reduced benefit) if you have five or more years of service when \n\nyou leave the company. \n\nâ€¢ A benefit if you become totally disabled. You are eligible to receive a benefit at age 65 if \n\nyou become totally disabled (as defined by the Plan) before age 65, if you are a Plan \n\nparticipant. \n\nâ€¢ A benefit for your spouse if you die. If you die after five years of service, your spouse \n\nmay be eligible to receive a portion of your retirement benefits as early as the date on \n\nwhich you would have become age 55. At retirement, you may also choose a reduced \n\npayment form, which provides a benefit to your spouse when you die. \n\n\n\nAppendix B - 4 \nAppendix B â€“ Table of Contents \n\nWhen You Can Participate \n\nIf you were an employee of Terra or an affiliated employer that adopts the Plan and you were \n\nhired prior to July 1, 2003, rehired prior to August 1, 2003, and you elected to continue accruing \n\na benefit under the Plan effective January 1, 2004, you are eligible to participate in the Plan if \n\nyou have completed 1,000 hours of service in 12 consecutive months. Service will be \n\ndetermined beginning with your date of employment and ending after one year. If you have not \n\nsatisfied the eligibility requirements by that time, service will be determined within any calendar \n\nyear starting after the date of employment. Generally, hours of service includes all of the hours \n\nyou worked, including the hours you did not work but are entitled to receive pay â€“ such as \n\nvacations and holidays. \n\nIf you were hired on or after July 1, 2003, you are not eligible to participate in the Plan, even if \n\nyou satisfy the eligibility requirements described above. If you were rehired on or after August 1, \n\n2003 and you previously participated in the Plan, you will not be able to participate in the Plan \n\nupon rehire or accrue a benefit for the period of employment beginning on or after August 1, \n\n2003. If you were rehired on or after August 1, 2003, see the section called â€œAdditional \n\nInformation About the Planâ€ for more information. If you were rehired on or after August 1, 2003 \n\nbut you had not participated in the Plan during your prior employment with Terra, you will not be \n\nable to become a participant in the Plan, even if you satisfy the eligibility requirements in the \n\nfuture. \n\nIf your benefit under the Plan was frozen as of December 31, 2003, you will not accrue any \n\nadditional benefits under the Plan after December 31, 2003. \n\nYou are not eligible to participate in the Plan if you are a member of a collective bargaining \n\nagreement that does not provide for Plan participation. \n\nTransfers \n\nTransfer of employment between Employers under this Plan shall not break continuity of vesting \n\nservice or credited service. A Participant shall receive vesting service and credited service for \n\nemployment with any affiliate or an affiliated employer, provided that all such employment is \n\ntaken into account under the break in service rules. (See the section called â€œAdditional \n\nInformation About the Planâ€ for more information.) \n\nIn certain cases of a merger or acquisition, the Board of Directors may grant credited service for \n\na period prior to the date participation in this Plan commenced. If the Board provides for such \n\nallocation of credited service, and if the participant accrues a benefit under a qualified defined \n\nbenefit pension plan maintained by his/her former employer, then the pension payable under \n\nthis Plan will be reduced for the period during which the participant also was earning a benefit \n\nunder the prior employerâ€™s plan. The benefit is reduced so that the participant is not accruing a \n\nbenefit under two employer plans at the same time. \n\nCompany Contributions \n\nThe company pays the full cost of the Plan for employees. Company contributions are \n\ncalculated in a way that complies with federal funding laws for this retirement plan as described \n\nin this summary. \n\n  \n\n\n\nAppendix B - 5 \nAppendix B â€“ Table of Contents \n\nVesting and Vesting Service \n\nService determines eligibility for benefits at CF Industries. Your total period of employment with \n\nCF Industries, a Terra employer, or an affiliate â€“ generally counts as service. For periods of \n\nemployment after September 30, 1998, you will be credited with one full year of service for each \n\nfull 12 months of employment. If you work less than a full year, you will receive one twelfth of a \n\nyear of service for every full month of employment. \n\nâ€œTerra Employerâ€ means any of the following Employers for periods ending on or before \n\nDecember 31, 2012: \n\nâ€¢ Terra Industries, Inc.; \n\nâ€¢ Inspiration Resources Corporation; \n\nâ€¢ Western Gold Exploration and Mining Company, Limited Partnership; \n\nâ€¢ Austin Gold Venture; \n\nâ€¢ Yuba Placer Gold Company, Inc.; and \n\nâ€¢ West Gold Placer, Inc. \n\nIn addition, you will be credited with vesting service because of a paid period of absence due to \n\nsickness or disability, an authorized leave of absence due to military service, or any other \n\nauthorized leave of absence not longer than two years. \n\nFor periods of employment prior to September 30, 1998, you will receive a year of service for \n\neach calendar year in which you have worked 1,000 or more hours for the company. If you work \n\nless than 1,000 hours in the year you are hired or terminated, you will receive a fractional year \n\nof service. If you work less than 1,000 hours in any other year, you will not receive any years of \n\nservice (or any fractional years). You will receive credit for each hour for which you are paid or \n\nentitled to payment for the performance of duties for the company. You will receive up to 501 \n\nhours for any single continuous period during which you perform no duties for which you are \n\npaid or indirectly paid or entitled to payment for vacation, holiday, illness, incapacity including \n\ndisability, layoff, jury duty, military duty, or leave of absence. You will not receive credit for any \n\nperiod during which payment is made or due because of workerâ€™s compensation, unemployment \n\ncompensation, disability insurance laws, or to reimburse for medically related expenses. \n\nFor the transition year (1998) between the two methods of determining service, if you had at \n\nleast 1,000 hours of service, you will receive credit for one full year of service. If you had less \n\nthan 1,000 hours of service, but you were employed for the entire calendar year, you will receive \n\ncredit for one full year of service. \n\nVesting refers to your non-forfeitable right to receive a benefit from the Plan even if you leave \n\nthe company before retirement. You become vested in your Plan benefit after you have \n\ncompleted at least five years of vesting service with the company. If you end your employment, \n\nspecial rules apply if you later return to work with the company. In that case, your service will be \n\ndetermined using the special \"Break In Service\" rules. See the section called â€œAdditional \n\nInformation About the Planâ€ for more information. \n\n  \n\n\n\nAppendix B - 6 \nAppendix B â€“ Table of Contents \n\nCredited Service \n\nâ€œCredited serviceâ€ is used when calculating your benefits. \n\nFor periods of employment on and after January 1, 1999, you will be credited with one full year \n\nof service for each full 12 months of employment. If you work less than a full year, you will \n\nreceive a partial yearâ€™s worth of credited service. \n\nIn addition, you will be credited with credited service because of a paid period of absence due to \n\nsickness or disability, an authorized leave of absence due to military service, or any other \n\nauthorized leave of absence not longer than two years. \n\nFor periods of employment prior to January 1, 1999, you will receive a year of service for each \n\ncalendar year in which you have worked 1,000 or more hours for the company. If you work less \n\nthan 1,000 hours, you will not receive any credited service for that year. You will receive credit \n\nfor hours of service during vacations and holidays, temporary illness, authorized leaves of \n\nabsence (such as maternity or paternity leave), or military duty. Credited service for leaves of \n\nabsence and military duty will only be counted if you return to work when the leave expires or, in \n\nthe case of military leave, within the period specified by law. \n\nFor the transition year (1998) between the two methods of determining service, if you had at \n\nleast 1,000 hours of service, you will receive credit for one full year of service. If you had less \n\nthan 1,000 hours of service, but you were employed for the entire calendar year, you will receive \n\ncredit for one full year of service. \n\nCredited service may not include some or all periods of employment with companies acquired \n\nby a Terra employer or CF Industries. Please see your Human Resources Representative for \n\nyour particular situation. \n\nPlan Benefits \n\nThe Plan provides several types of benefits. You can receive a benefit for a normal retirement, \n\nan early retirement, or a deferred vested benefit if you leave the company after you are vested. \n\nYou may also receive a benefit at age 65 if you become disabled before that time. \n\nNormal Retirement \n\nIf you retire at age 65, the Plan will pay you a normal retirement benefit each month. Payments \n\nbegin on the first day of the month following or coinciding with the date of your retirement. \n\nIf you decide to work past age 65, your retirement payments will be deferred until you retire. If \n\nyou work beyond age 70Â½, your benefit will be increased to take into account the period after \n\nyou attain age 70Â½ during which you are not receiving any benefits under the Plan. However, if \n\nyou are a 5% owner (as defined by the Internal Revenue Code), the law requires that you begin \n\nreceiving benefits no later than April 1 following the calendar year in which you reach age 70Â½ â€“ \n\neven if you continue working past that date. Your retirement benefit is calculated based on all of \n\nyour credited service. \n\n  \n\n\n\nAppendix B - 7 \nAppendix B â€“ Table of Contents \n\nEarly Retirement \n\nIf you decide to retire before age 65, the Plan will pay you an early retirement benefit if: \n\nâ€¢ You retire between ages 55 and 65; and \n\nâ€¢ You have completed five or more years of vesting service. \n\nSince payments normally begin at age 65, your early retirement pension payments will be \n\nreduced to take into account the greater number of monthly payments that are expected to be \n\nmade. \n\nDeferred Vested Retirement \n\nIf you leave the company with five or more years of vesting service, you are entitled to your \n\naccrued benefit. Your accrued benefit is the benefit you have earned based on your pay and \n\ncredited service until the point of your termination. This benefit is payable to you starting at age \n\n65. You may also receive this benefit in a reduced amount starting at age 55. \n\nIf you have less than five years of service with the company, you are not eligible to receive a \n\nbenefit â€“ unless you are eligible for a disability retirement. \n\nDisability Retirement \n\nYou are eligible to receive a disability benefit beginning at age 65 if you become disabled and \n\ncannot work for the company due to a disability. \n\nYou will be considered totally disabled if you receive (or are eligible to receive) benefits from the \n\nLong-Term Disability Plan. \n\nHow Much the Plan Pays \n\nWhat Your Benefit is Based On \n\nThe formula for determining your pension benefit recognizes your years of credited service with \n\nthe company and is based on your pay. Specifically, the formula is based on your: \n\nâ€¢ High-5 pay: generally the average of your 60 highest consecutive monthsâ€™ pay. This \n\naverage includes overtime, commissions, and both before-tax and after-tax contributions \n\nto the Savings and Investment Plan or any other IRS-qualified plan. Prior to January 1, \n\n2004, high-5 pay included bonuses. Effective January 1, 2004, high-5 pay does not \n\ninclude bonuses or similar payments. \n\nâ€¢ Covered compensation: the average of the Social Security annual wage base for 35 \n\nyears before you become eligible for unreduced Social Security benefits (age 65, 66 or \n\n67, depending on your year of birth). Covered compensation is based on the year you \n\nwere born, and it changes in value each year. \n\nâ€¢ For purposes of determining covered compensation for the 2014 year, the taxable wage \n\nbase is $117,000. \n\nSee the â€œ2014 Covered Compensation Chartâ€ for the amounts for people retiring in 2014. \n\n  \n\n\n\nAppendix B - 8 \nAppendix B â€“ Table of Contents \n\n \n\n2014 Rounded Covered Compensation Table \n\nCalendar Year of Birth 2014 Covered Compensation Rounded \n\n1937 $ 39,000 \n\n1938â€“1939 45,000 \n\n1940 48,000 \n\n1941 51,000 \n\n1942 54,000 \n\n1943 57,000 \n\n1944 60,000 \n\n1945 63,000 \n\n1946â€“1947 66,000 \n\n1948 69,000 \n\n1949 72,000 \n\n1950 75,000 \n\n1951 78,000 \n\n1952â€“1953 81,000 \n\n1954 84,000 \n\n1955â€“1956 90,000 \n\n1957â€“1958 93,000 \n1959 96,000 \n\n1960â€“1961 99,000 \n1962â€“1963 102,000 \n1964â€“1965 105,000 \n1966â€“1967 108,000 \n1968â€“1970 111,000 \n1971â€“1975 114,000 \n\n1976 and Later 117,000 \n \n\nAmounts for 2006 and beyond include the 2006 $94,200 wage base amount. Your actual \n\ncovered compensation amount used to determine your benefit will be based on the chart in \n\neffect when you retire. \n\nâ€¢ Credited service: see the section called â€œCredited Serviceâ€ for more information about \n\ncredited service. \n\nSome participants joined a Terra Employer as a result of an acquisition, and typically your \n\nservice used to calculate the dollar amount of your benefit begins on the date you began \n\nworking for a Terra Employer. If you end your employment with the company, special rules \n\napply if you later return to work with the company. Your service will be determined using the \n\n\"Break In Service\" rules. See the section called â€œAdditional Information About the Planâ€ for more \n\ninformation. \n\nForms of Payment \n\nNormal Retirement \n\nYour normal retirement benefit is calculated as a monthly benefit that begins on your normal \n\nretirement date. The benefit is determined as a monthly annuity, with payments for your lifetime \n\n\n\nAppendix B - 9 \nAppendix B â€“ Table of Contents \n\nand stopping at your death. If you retire on or after age 65, hereâ€™s how your monthly benefit will \n\nbe calculated: \n\n1.55% of high-5 pay times years of credited service \n\nreduced by \n\n.6% of high-5 pay up to \n\ncovered compensation \n\ntimes \n\nyears of credited service (up to 35 years) \n\n \n\nIn reviewing the formula, remember that, if your retirement benefit is frozen as of December 31, \n\n2003, your high-5 pay, your covered compensation and your credited service will be determined \n\nas of December 31, 2003. \n\nThe Plan guarantees that if you satisfy the requirements to take early retirement, but continue to \n\nwork, your benefit will not be less than your benefit if you had retired at early retirement. \n\nExample: Hereâ€™s an example of how the formula works. Letâ€™s assume you retire in 2006 at age \n\n65 with 35 years of credited service and high-5 pay of $2,500 a month. Your monthly retirement \n\nbenefit would be determined as shown below: \n\n1.55% x $2,500 x 35 \n(.0155) \n\n \n\n $1,356.25 \n \n\n  \nreduced by \n\n \n\n \n\n \n.6% x $2,500* x 35 \n\n(.006) \n\n(years potential credited \nservice at age 65 up to 35 \n\nyears) \n\n \n-$525.00 \n$831.25 \n\n \n   \n\n* The covered compensation amount for an employee retiring at age 65 in 2006 (born in 1941) \n\nis $51,252, or $4,271 a month, which is more than high-5 pay. \n\nIn this example, your monthly single life annuity benefit beginning at age 65 will be $831.25 â€“ \n\nthat is, $1,356.25 minus $525.00. You will receive Social Security benefits in addition to this \n\namount. \n\nIf you are married when your pension begins, your benefit will be reduced to provide for a \n\nsurvivorâ€™s pension for your spouse, unless you and your spouse elect otherwise. (See the \n\nsection titled \"Optional Forms of Payment\" for more details.) \n\nEarly Retirement \n\nIf you leave the company after age 55 but before age 65 and you have at least five years of \n\nvesting service, you will be eligible for an early retirement pension. \n\nYour early retirement benefit is first calculated using the same formula as if you had worked to \n\nage 65. That amount is then adjusted by the ratio of your actual service when you leave the \n\ncompany to the service you would have had if you had worked to age 65. \n\n\n\nAppendix B - 10 \nAppendix B â€“ Table of Contents \n\nWhile you are eligible to retire at age 55, you may begin receiving payments at any time \n\nbetween your retirement and age 65. If you elect to receive payments before age 65, your \n\nbenefit will be reduced because payments are expected to be made to you for a longer period of \n\ntime. \n\nThe early retirement reduction factors follow: \n\nEarly Retirement Reduction Age When Payment Starts Percentage You Receive \n\nAge When Payment Starts Percentage You Receive \n\n65 100 \n\n64 97 \n63 94 \n62 91 \n\n61 88 \n\n60 85 \n\n59 75 \n\n58 67 \n\n57 61 \n\n56 55 \n\n55 50 \n \n\nBased on the preceding chart, if you retire at age 65, you will receive 100% of your calculated \n\nbenefit; if you retire at age 60, you will receive 85% of your benefit. These factors are only \n\napplicable to people who are eligible for early retirement as the last day of employment with CF \n\nIndustries. This means that they are at least age 55 and have at least five years of vesting \n\nservice. The factors are not applicable to those employees that leave the company before age \n\n55 with a vested benefit (deferred vested). (See below for more information on deferred vested \n\npensions.) Your actual reduction will be based on the years and months you retire early. \n\nLetâ€™s assume an employee retires in 2006 at age 62 with 32 years of credited service and high-5 \n\npay of $2,500 a month. This employeeâ€™s benefit would be calculated as if he worked to age 65, \n\nthen adjusted to reflect actual years of credited service at age 62. This benefit, payable at age \n\n65, would be: \n\n1.55% x $2,500 x 35 \n(.0155) \n\n \n\n(years potential credited \nservice at age 65) \n\n$1,356.25 \n\n \n\n  \nreduced by \n\n \n\n \n\n \n.6% x $2,500* x 35 \n\n(.006) \n\n(years potential credited \nservice at age 65 up to 35 \n\nyears) \n\n \n-$525.00 \n$831.25 \n\n \n   \n\nAdjusted for actual credited service at age 62: $831.25 x 32 years actual credited service \n\ndivided by 35 years potential credited service at 65 = $760.00 (single life annuity form of \n\npayment.) \n\n\n\nAppendix B - 11 \nAppendix B â€“ Table of Contents \n\n*The covered compensation amount of an employee reaching age 62 in 2006 (born in 1941) is \n\n$4,271 a month, which is more than high-5 pay. \n\nIn this example, the monthly benefit will be $760.00, starting at age 65. If the employee elected \n\nto have payments start immediately at age 62, his or her pension amount would be 91% of the \n\namount payable at age 65. In other words, this employee will receive $691.60 a month for life \n\nstarting at age 62. This example shows only the single life annuity form of payment. If an \n\nemployee selects a joint and survivor benefit, payments are reduced accordingly to allow \n\nongoing payments to the survivor. \n\nSocial Security benefits can start as early as age 62, in a reduced amount. \n\nDeferred Vested Pension \n\nIf you leave the company with at least five years of vesting service but you are not yet eligible \n\nfor early or normal retirement (because you are not age 55), you are eligible for a deferred \n\nvested pension. Your deferred pension benefit is calculated using your credited service as if you \n\nhad worked to age 65. That amount is then adjusted by the ratio of your actual service when \n\nyou leave the company to the service you would have had if you had worked to age 65. You \n\nmay begin receiving your deferred vested pension as early as age 55, but it will be reduced for \n\neach year you begin the pension before age 65. If you elect to receive payments before age 65, \n\nyour benefit will be reduced because payments are expected to be made to you for a longer \n\nperiod of time. \n\nThe early commencement reduction factors are as follows: \n\nDeferred Vested Reduction \n\nAge When Payment Starts Percentage You Receive \n\n65 100 \n\n64 93.33 \n63 86.67 \n62 80.00 \n\n61 73.33 \n\n60 66.67 \n\n59 63.33 \n\n58 60.00 \n\n57 56.67 \n\n56 53.33 \n\n55 50.00 \n \n\nDisability Retirement \n\nIf you are a participant in the Plan and you can no longer work for the company because you \n\nare considered disabled under the long-term disability plan, you may qualify for a disability \n\npension benefit. Your monthly pension benefit is calculated the same way as a benefit for \n\nnormal retirement, but it is based on your: \n\nâ€¢ High-5 pay at the time your disability began; \n\nâ€¢ Covered compensation at the time your disability began; and \n\n\n\nAppendix B - 12 \nAppendix B â€“ Table of Contents \n\nâ€¢ Credited service, including the period you worked before you became disabled as well \n\nas your period of continuous disability, provided you remain disabled until you reach 65. \n\nA disability retirement benefit begins on your normal retirement date. \n\nIf you recover from the disability before age 65 under the terms of the Plan, your future pension \n\nwill be calculated as though you terminated employment on the date you become disabled. \n\nHowever, if you return to work for the company after you recover, all your credited service â€“ \n\nincluding the time you were disabled â€“ will be considered in determining the amount of your \n\nbenefit. \n\nForms of Payment \n\nNormal Form of Payment \n\nIf you are single when pension payments begin, the normal form of benefit payment is the \n\nSingle Life Annuity payable monthly for your lifetime only, with no payments continuing after \n\nyour death. \n\nIf you are married when pension payments begin, the normal form of benefit payment is the \n\nJoint and Survivor Annuity. With the Joint and Survivor Annuity, your monthly pension will be \n\nreduced, but a portion (you can choose 50%, 75% or 100%) of the reduced amount will continue \n\nfor the lifetime of your surviving spouse after your death. The reduction makes the pension \n\ncovering two lives equal in value to the unreduced Single Life Annuity benefit based on the ages \n\nof you and your spouse. \n\nOptional Forms of Payment \n\nIf you are eligible for a pension, you may elect one of the following optional forms of payment \n\ninstead of the normal form of payment. Please note that if you are married, your spouse must \n\nprovide written, notarized consent to your electing any optional form of payment. Once your \n\npayment actually begins, the form of payment you elected cannot be changed. \n\nJoint and Survivor Option \n\nA Joint and Survivor Option provides a reduced benefit for your lifetime. Upon your death, your \n\nspouse or other beneficiary that you have chosen at retirement will receive 50%, 75%, or 100% \n\nof your monthly benefit amount (as you choose), for his or her lifetime. \n\nThe amount that your pension is reduced depends on your age and the age of your selected \n\nbeneficiary, and whether you choose the 50%, 75%, or 100% Joint and Survivor Annuitant \n\noption. You cannot change your beneficiary after pension payments begin. \n\nCertain and Life Option \n\nWith a Certain and Life Option, you elect to receive a reduced benefit in return for a guaranteed \n\nnumber of monthly payments. The guarantee period can be either 10 or 15 years. If you die \n\nbefore the guaranteed number of payments are made, the remainder will be paid to your \n\nbeneficiary or your estate for the balance of 10 or 15 years. Of course, if you live longer than the \n\nguarantee period, your payments continue for your lifetime. If you receive the maximum number \n\nof guaranteed payments before you die, no payments will be made to your beneficiary or estate \n\nafter your death. \n\n\n\nAppendix B - 13 \nAppendix B â€“ Table of Contents \n\nLevel Income Option \n\nA Level Income Option is available if you take an early retirement benefit and payments begin \n\nprior to the earliest age that you are eligible for Social Security. The idea behind this form of \n\npayment is to have your income stream be â€œlevelâ€ before and after you begin receiving Social \n\nSecurity. Under the standard option, you will receive an increased benefit until age 62, and then \n\nyour benefit will be decreased (whether or not you actually begin receiving Social Security). The \n\ndifference between your pre-age 62 and post-age 62 benefit amounts will equal your Social \n\nSecurity benefit, so that your income will remain level throughout your retirement. Under the \n\nJoint and Survivor Option, you will receive an increased benefit until age 62, and then your \n\nbenefit will be decreased. If you die, monthly benefit payments equal to 100%, 75%, or 50% of \n\nyour monthly benefit will be provided to your beneficiary until his or her death. If you select a \n\nbeneficiary who is not your spouse, the 75% and 100% options may be limited. \n\nAlso, you can elect the Level Income Option only if you are not yet eligible for Social Security. \n\nNote that, if your post-62 level income monthly benefit is reduced to $0, you cannot elect the \n\nJoint and Survivor Option. In addition, if your post-62 monthly benefit is reduced to $0, you can \n\nelect the standard option, but only for benefits that accrued prior to February 1, 1991. \n\nSpecial Form of Payment for Small Pensions \n\nIf the total present actuarial value of your benefit at retirement is $1,000 or less, your benefit will \n\nbe paid to you in a single lump-sum payment. \n\nIf the total present actuarial value of your benefit at retirement is more than $1,000 but less than \n\nor equal to $5,000, your benefit will be automatically rolled over to a Vanguard individual \n\nretirement account (IRA). Your account will be automatically invested in Vanguardâ€™s Prime \n\nMoney Market Fund, a fund designed to preserve principal and provide a reasonable rate of \n\nreturn consistent with liquidity. \n\nYou will be responsible for paying all fees and expenses assessed against your automatic \n\nrollover IRA. The fees and expenses will be comparable to the fees and expenses charged by \n\nVanguard for other IRAs. For additional information on a Vanguard IRA and the fees and \n\nexpenses associated with a Vanguard IRA, contact Vanguard Participant Services directly at 1-\n\n800-523-1188. \n\nAs required by the IRS, 20% of a lump-sum distribution will be withheld for federal income taxes \n\nunless a direct rollover of your distribution to an Individual Retirement Account (IRA) or another \n\nemployer-sponsored plan is made. Amounts that are rolled over are not taxed until they are \n\ndistributed from the IRA or employer-sponsored plan. If you elect to receive the lump-sum \n\npayment directly from the Plan, you can avoid the tax by making a deposit into an IRA or \n\nemployer-sponsored plan within 60 days of the date you receive the check from the Plan. \n\nHowever, 20% of the amount you elect to receive directly will be withheld for federal income \n\ntaxes. If that 20% is not deposited in the IRA, it will be subject to tax. In addition, if you are not \n\nyet 59-1/2, the distribution may also be subject to a 10% penalty tax. \n\nPre-Retirement Death Benefit \n\nIn the event that an employee dies before retirement, the surviving spouse will receive pension \n\nbenefits from Supplement C of the CF Industries Holdings, Inc. Pension Plan (employee and \n\nspouse must have been married for at least one year). Survivor benefits will be: \n\n\n\nAppendix B - 14 \nAppendix B â€“ Table of Contents \n\nâ€¢ Calculated as of the employeeâ€™s date of death; \n\nâ€¢ Payable beginning as early as age 55 (based on the employeeâ€™s age) or the month \n\nfollowing death if over age 55; \n\nâ€¢ Equal to a 50% Joint and Survivor benefit; and \n\nâ€¢ Reduced based on the date the surviving spouse begins drawing the pension benefit. \n\nPlease note that an employee must have completed at least five years of service in order for a \n\nsurviving spouse to receive any benefits. \n\nIf the employee had made an election for the 75% or 100% Joint and Survivor Annuity \n\n(described above) prior to his or her death, his or her spouse was designated as the beneficiary, \n\nand the spouse would be eligible for a pre-retirement death benefit, then the 75% or 100% \n\nelection will be honored in determining the spouseâ€™s benefit. \n\nAdditional Information About the Plan \n\nBreak In Service \n\nIf you end employment with CF Industries or any affiliated company and are later rehired, your \n\nemployment will be handled as follows. \n\nRehires on or after August 1, 2003: \n\nIf you are rehired on or after August 1, 2003, you are not eligible to resume participation in the \n\nSupplement C of the Pension Plan. However, depending on the length of your break in service \n\nas described below, your prior vesting service and credited service could be recognized in \n\ndetermining a benefit after your second termination. \n\nBreak in service prior to October 1, 1998: \n\nIf you ended employment with Terra Industries Inc. or any affiliated company and were later \n\nrehired, you may experience a â€œbreak in serviceâ€ that can affect your vesting date and years of \n\ncredited service. A break in service occurs when an employee has less than 500 hours of \n\nservice in a 12-month period. \n\nIf you have a break in service, your pre-break service and credited service will be counted in \n\ndetermining your pension benefit if: \n\nâ€¢ You were vested at the time of your break in service. If you earn at least 1,000 hours of \n\nservice during the 12-month period after the date of reemployment (or any subsequent \n\ncalendar year), your active participation in the Plan will be considered to have resumed \n\nas of your date of reemployment; or \n\nâ€¢ You are reemployed before you have a one-year break in service. In this case, your \n\nactive participation will resume as of your date of rehire. If you had not been a participant \n\nin the Plan prior to your break in service, you will become a participant once you satisfy \n\nthe eligibility provisions. Service for both periods of employment will be recognized for \n\neligibility; or \n\nâ€¢ You are reemployed for at least 1,000 hours of service during the 12-month period after \n\nthe date of reemployment (or any subsequent calendar year) and: \n\n1. The length of your break is less than five years; or \n\n\n\nAppendix B - 15 \nAppendix B â€“ Table of Contents \n\n2. The length of your break is less than six years if your break in service is due to \n\npregnancy, the birth or adoption of your child, or the caring for your child immediately \n\nafter birth or adoption. \n\nBreak in service on or after October 1, 1998: \n\nEffective October 1, 1998, a break in service is a 12- (or more) consecutive month period \n\nbeginning on your severance from service date and ending on the January 1 following the first \n\nanniversary of the severance from service date. Severance from service is the day you quit, are \n\ndischarged, die, or the first anniversary of a period during which you are absent (without pay) \n\nfrom work for any other reason. In the case of parental, family, or medical leave, severance from \n\nservice is the second anniversary of the first day of your absence (however the period between \n\nthe first and second anniversary of your absence will not count toward vesting service or \n\ncredited service). \n\nIf you have a break in service and are rehired, your pre-break service and credited service will \n\nbe counted in determining your pension benefit if: \n\nâ€¢ You were vested at the time of your break in service. Your active participation in the Plan \n\nwill be considered to have resumed as of your date of reemployment after you complete \n\n12 months of reemployment; or \n\nâ€¢ You are reemployed before you have a one-year break in service. In this case, your \n\nactive participation will resume as of your date of rehire. If you had not been a participant \n\nin the Plan prior to your break in service, you will become a participant once you satisfy \n\nthe eligibility provisions. Service for both periods of employment will be recognized for \n\neligibility; or \n\nâ€¢ You are reemployed and the length of your break is less than five consecutive years. \n\nYour active participation in the Plan will be considered to have resumed as of your date \n\nof reemployment after you complete 12 months of reemployment. \n\nIf you leave employment prior to October 1, 1998 and are reemployed after October 1, 1998, \n\nboth sets of provisions (pre- and post-October 1, 1998) will be applied to see if your vesting and \n\ncredited service can be restored. \n\nSuspension of Benefits \n\nIf you decide to work either full-time or part-time after you have retired, or if you continue to work \n\npast your normal retirement age, you may be eligible to continue receiving your monthly pension \n\nbenefit. If you work less than 40 hours a month, you will continue to receive your monthly \n\npension benefit. If you work more than 40 hours a month, your monthly pension benefit will be \n\nsuspended until you work less than 40 hours a month. However, if you are a temporary \n\nemployee and work less than 1,000 hours in a 12-month period, you will continue to receive \n\nyour monthly pension benefit, regardless of whether you work 40 hours in a month. \n\nProtection of Accrued Benefit \n\nAny benefit you have earned under the Plan before a Plan change is protected. This means that \n\nyour benefit from the Plan will never be less than your benefit under the previous Plan at the \n\ntime a Plan change was made. \n\n  \n\n\n\nAppendix B - 16 \nAppendix B â€“ Table of Contents \n\nMaximum Benefit \n\nAs mandated by the Internal Revenue Service, there are certain limitations on the amount of \n\npension benefit you may receive. The amount of your compensation that can be used to \n\ndetermine benefits under the Plan is also limited. There are also limitations on the amount of \n\nyour benefit from this Plan and from other qualified benefit plans of this company or an affiliated \n\ncompany. These limits are high, and most benefits will fall well within the maximums allowed by \n\nthe IRS. If you are affected by these limitations, you will be notified in advance. \n\nMilitary Leaves of Absence \n\nIf a Participant is absent from employment for voluntary or involuntary military service with the \n\narmed forces of the United States and returns to employment within the period required under \n\nthe law pertaining to veteransâ€™ reemployment rights, he/she shall receive Service and Credited \n\nService for the period of his/her absence from employment. Notwithstanding any provisions of \n\nthis Plan to the contrary, effective as of December 12, 1994, contributions, benefits and service \n\ncredit with respect to qualified military service will be provided in accordance with Code section \n\n414(u). \n\nMiss Corp Merged Plan Participants (Including Triad Nitrogen Participants) \n\nThis section of the SPD applies to you if you were a participant in the Mississippi Chemical \n\nCorporation (â€œMiss Corpâ€) Retirement Plan at the time a Terra Employer acquired Miss Corp. \n\nThe Mississippi Chemical Corporation Retirement Plan (the â€œMiss Corp Retirement Planâ€) \n\nmerged into the Former Terra Plan on June 30, 2005. \n\nAs a participant in the Miss Corp Retirement Plan, your benefit was frozen as of April 30, 2003. \n\nThis means that you would not earn additional benefits after that date. However, you became \n\n100% vested in your benefit as of April 30, 2003, regardless of your years of service with Miss \n\nCorp. As of April 30, 2003, the Miss Corp Retirement Plan also was closed to new participants. \n\nThe Former Terra Plan was previously closed to new participants as well. Even though the Miss \n\nCorp Retirement Plan was merged into the Former Terra Plan as of June 30, 2005, you will not \n\naccrue any benefits under the Former Terra Plan. However, because the plans were merged, \n\nwhen you become eligible for retirement benefits, the benefits that you earned under the Miss \n\nCorp Retirement Plan will be paid from the Former Terra Plan. \n\nAlthough this booklet describes the provisions of Supplement C of the CF Industries Holdings, \n\nInc. Pension Plan, certain special provisions, described in this section, apply to you if you \n\npreviously earned a benefit under the Miss Corp Retirement Plan. \n\nIn addition, the Triad Nitrogen, Inc. Retirement Plan (the â€œTriad Retirement Planâ€) merged into \n\nthe Miss Corp Retirement Plan on June 30, 1997. This section also describes the special rules \n\napplicable to participants of the Triad Retirement Plan. \n\nReemployment \n\nIf you terminated employment with Terra, Miss Corp, and all affiliates on or after July 1, 2005 \n\nand are later rehired into a position with CF Industries, or an affiliate, your prior vesting and \n\nbenefit service will be reinstated immediately, but you will not be eligible to accrue additional \n\nbenefits under Supplement C of the CF Industries Holdings, Inc. Pension Plan Terra Retirement \n\nPlan. \n\n\n\nAppendix B - 17 \nAppendix B â€“ Table of Contents \n\nIf: \n\nâ€¢ Your employment terminated prior to April 30, 2003; \n\nâ€¢ You are rehired after July 1, 2005 into a position with CF or an affiliate; \n\nâ€¢ You incur five or more consecutive breaks in service prior to your rehire; and \n\nâ€¢ You were not vested at your termination, your service will not be reinstated upon your \n\nrehire and you will not receive a benefit under Supplement C of the CF Industries \n\nHoldings, Inc. Pension Plan or the Miss Corp Retirement Plan. \n\nHowever, if you are rehired prior to incurring five consecutive breaks in service, you will become \n\n100% vested upon your rehire to CF or an affiliate. However, you will not accrue any additional \n\nbenefits under Supplement C of the CF Industries Holdings, Inc. Pension Plan or the Miss Corp \n\nRetirement Plan after your rehire. \n\nNormal Retirement \n\nYour normal retirement benefit is calculated as a monthly benefit that begins on your normal \n\nretirement date. The normal form of payment is a life income, with 120 monthly payments \n\nguaranteed. If you retire on or after age 65, hereâ€™s how your monthly benefit will be calculated: \n\n1.25% of average earnings \n\nplus \n\n0.75% of your excess average earnings \n\ntimes \n\nyears of benefit service \n\n \n\nIn reviewing the formula, remember that, your retirement benefit was frozen as of April 30, 2003. \n\nTherefore, your average earnings, your excess average earnings and your credited service will \n\nbe determined as of April 30, 2003. \n\nAverage earnings means the average of your monthly rates of pay for the five consecutive July \n\n1 rates of pay which produce the highest average (determined as of April 30, 2003). If you \n\nreceived compensation on fewer than five consecutive July 1sts, your average is based on the \n\nnumber of consecutive July 1sts that you received compensation. \n\nExcess average earnings means the excess of your average earnings over your covered \n\ncompensation. Covered compensation (determined as of April 30, 2003) is determined as \n\ndescribed in the â€œNormal Retirementâ€ section. \n\nBenefit service. Your benefit service also has been determined as of April 30, 2003. You \n\nreceived credit for a year of benefit service for each 12-month Plan year during which you \n\ncompleted at least 1,000 hours of service, minus one year. You were eligible to receive a partial \n\nyear of benefit service if you did not complete at least 1,000 hours of service, if that year was \n\nyour year of initial employment, or you were terminated or rehired during that year. The partial \n\nyear is calculated as your number of hours of service during the Plan year (rounded to the next \n\nhigher 100 hours) divided by 1,000. For employment between May 1, 1982 and June 30, 1982, \n\nyour received credit for 2/10ths of a year of benefit service if you completed at least 166 hours \n\nof service during the 2-month period. Effective as of July 1, 1990, leased employees, temporary \n\nemployees, independent contractors, and employees covered by a collective bargaining \n\nagreement were not eligible for additional benefit service under the Miss Corp Retirement Plan. \n\n\n\nAppendix B - 18 \nAppendix B â€“ Table of Contents \n\nA Plan year was July 1 â€“ June 30 through June 30, 2005. There will be a short Plan year from \n\nJuly 1, 2005 through December 31, 2005, and then Plan years will begin January 1 and end the \n\nfollowing December 31. \n\nExample: Hereâ€™s an example of how the formula works. Letâ€™s assume you retire in 2005 at age \n\n65 with 35 years of benefit service and average earnings of $2,500 a month. Your monthly \n\nretirement benefit would be determined as shown below: \n\n1.25% x $2,500 \n(.0125) \n\n \n\n $31.25 \n \n\n plus  \n.75% x 0* \n\n(.075) \n + $0.00 \n\n$31.25 \n\n \n multiplied by  \n\n35 \n(35) \n\n  \n$1,093.75 \n\n \n\n \n\n* The covered compensation amount for an employee retiring at age 65 in 2005 (born in 1940) \n\nis $46,696, or $4,058 a month, which is more than average earnings. \n\nIn this example, your monthly benefit beginning at age 65 will be $1,093.75. You will receive \n\nSocial Security benefits in addition to this amount. You will not accrue any benefits under the CF \n\nIndustries Holdings, Inc. Pension Plan for your employment with a Terra Employer. \n\nHowever, your benefit will not be less than an amount equal to $25 multiplied by all your years \n\nof benefit service. \n\nTriad Nitrogen, Inc. Retirement Plan Participants. If you were a participant in the Triad Nitrogen \n\nRetirement Plan when it merged with the Miss Corp Retirement Plan, your benefit will be \n\ndetermined as described in this section. \n\nYour normal retirement benefit is calculated as a monthly benefit that begins on your normal \n\nretirement date. The normal form of payment is a life income, with 120 monthly payments \n\nguaranteed. If you retire on or after age 65, hereâ€™s how your monthly benefit will be calculated: \n\nPart 1 \n\nplus \n\nPart 2 \n\nplus \n\nPart 3 \n\nPart 1 is 1% of your old formula average earnings plus 0.25% of your old formula average \n\nearnings in excess of your breakpoint, all multiplied by your years of benefit service for \n\nemployment before July 1, 1989. \n\nPart 2 is 1.4% of your old formula average earnings plus 0.4% of your old formula average \n\nearnings in excess of $600, all multiplied by your years of benefit service for employment \n\nbetween July 1, 1989 and December 31, 1996. \n\n\n\nAppendix B - 19 \nAppendix B â€“ Table of Contents \n\nPart 3 is 1.25% of your average earnings plus 0.75% of your excess average earnings, all \n\nmultiplied by your years of benefit service for employment between January 1, 1997 and April \n\n30, 2003. \n\nHowever, your benefit will not be less than an amount equal to $25 multiplied by all your years \n\nof benefit service. \n\nIn reviewing the formula, Part 3 is the Miss Corp Retirement Plan formula. Remember that, your \n\nretirement benefit was frozen as of April 30, 2003. Therefore, your average earnings, your \n\nexcess average earnings and your credited service will be determined as of April 30, 2003. \n\nFor Parts 1 and 2, old formula average earnings means the average of your old formula \n\ncompensation for the five consecutive Plan years which produce the highest average. Old \n\nformula compensation is your base pay, overtime pay and shift differential actually paid to you \n\nfor services rendered, including deferrals to a 401(k) plan or cafeteria plan. Breakpoint for \n\nservice earned prior to July 1, 1989 means the monthly amount listed below based on your year \n\nof birth: \n\nCalendar Year of Birth Breakpoint \n\n1928 or before $550 \n1929-1935 $600 \n\n1936 or later $650 \n \n\nIf you were a participant in the old Triad Plan (the Retirement Plan for Employees of Triad \n\nChemical), or the Retirement Plan for the First Mississippi Corporation on December 23, 1996, \n\nyour normal retirement benefit will not be less than the normal retirement benefit that would \n\nhave been provided under the old Triad Plan or the First Mississippi Corporation Plan, as \n\napplicable, and as they existed on December 23, 1996. However, your benefits will be reduced \n\nby the amount of any benefits paid or payable to you from the First Mississippi Corporation \n\nPlan, which are attributable to periods of employment that are recognized as benefit service \n\nunder this Plan. \n\nEarly Retirement \n\nIf you leave the company after age 55 but before age 65 and you are vested, you will be eligible \n\nfor an early retirement pension. \n\nYour early retirement benefit is first calculated using the same formula as if you had worked to \n\nage 65. \n\nWhile you are eligible to retire at age 55, you may begin receiving payments at any time \n\nbetween your retirement and age 65. If you elect to receive payments before age 65, your \n\nbenefit will be reduced because payments to you are expected to be made for a longer period of \n\ntime. \n\nThe early retirement reduction is based on the number of months the early payment precedes \n\nyour normal retirement date. The reduction is 1/180th for each of the first 60 months and \n\n1/360th for each of the next 60 months. \n\nBased on these factors, if your benefit commences at age 65, you will receive 100% of your \n\ncalculated benefit; if your benefit commences at age 60, you will receive 66% of your benefit. \n\n\n\nAppendix B - 20 \nAppendix B â€“ Table of Contents \n\nThese factors are applicable to people who are eligible for early retirement and for participants \n\nwho are eligible for a deferred vested pension when they leave CF. Your actual reduction will be \n\nbased on the years and months you retire early. \n\nDeferred Vested Pension \n\nIf your employment ends after you are 100% vested but you are not yet eligible for early or \n\nnormal retirement (because you are not age 55), you are eligible for a deferred vested pension. \n\nYou may begin receiving your deferred vested pension as early as age 55, but it will be reduced \n\nfor each month you begin the pension before age 65. If you elect to receive payments before \n\nage 65, your benefit will be reduced because payments to you are expected to be made for a \n\nlonger period of time. \n\nThe early retirement reduction is based on the number of months the early payment precedes \n\nyour normal retirement date. The reduction is 1/180th for each of the first 60 months and \n\n1/360th for each of the next 60 months. \n\nDisability Retirement \n\nThere is no disability retirement benefit available under the Miss Corp Retirement Plan, Triad \n\nNitrogen, Inc. Retirement Plan, or the Terra Retirement Plan for participants who are or become \n\ndisabled on or after April 30, 2003. \n\nApplying for Your Benefit \n\nOnce you decide on your retirement date, contact or the CF Industries Pension Center to begin \n\nthe retirement process. In general, you must provide notice of your intent to retire and request \n\nyour retirement application materials at least 30 days (but no earlier than 90 days) prior to the \n\ndate you want your retirement benefits to begin (which can be the first day of any month). For \n\nexample, if you want to begin your retirement benefits on June 1, 2014, you must request your \n\nretirement application materials by May 1, 2014. \n\nAs a participant in the Plan, it is your responsibility (or your beneficiaryâ€™s responsibility, if \n\napplicable) to request your retirement application materials and start the retirement process. \n\nYour retirement date is the date you want to begin your pension benefit payments. Failure to call \n\nthe CF Industries Pension Center to apply for retirement as described in this section may result \n\nin a delay of the start of benefit payments. \n\nPlease be prepared to provide the following information when you apply for retirement benefits: \n\nâ€¢ Your Social Security number; \n\nâ€¢ Your current marital status; \n\nâ€¢ Your spouseâ€™s name, Social Security number, and date of birth (if you are married); \n\nâ€¢ Your anticipated last day of work with the Company; \n\nâ€¢ Your benefit retirement date (the date that you would like payments to begin); and \n\nâ€¢ Your beneficiary information, keeping in mind: \n\nIf you would like to designate someone other than your spouse as a beneficiary, written and \n\nnotarized spousal consent is required; please provide the beneficiaryâ€™s name, date of birth, and \n\nSocial Security number and also provide your spouseâ€™s information even though you have \n\nchosen to have someone other than your spouse as a beneficiary; or \n\n\n\nAppendix B - 21 \nAppendix B â€“ Table of Contents \n\nIf you are not married, you can name a beneficiary for some payment options. \n\nTo complete the retirement process, you will need to sign a confirmation form with your date of \n\nbirth, your marital status, your beneficiaryâ€™s date of birth (if applicable) and other information \n\nrelevant to your retirement. \n\nIf you have a qualified domestic relations order (QDRO) that awards any part of your pension \n\nbenefit to a former spouse, such order should be submitted to the CF Industries Pension Center \n\nwell in advance of your retirement date in order to avoid a delay in processing your retirement. \n\nYou may obtain a copy of the Planâ€™s procedures regarding QDROs free of charge by contacting \n\n1-866-234-9977. \n\nOptional Forms of Payment \n\nInstead of the forms of payment described in the â€œOptional Forms of Paymentâ€ section, you shall \n\nbe eligible for the following: \n\nâ€¢ Joint and Survivor Option. A Joint and Survivor Option provides a reduced benefit for \n\nyour lifetime. Upon your death, your spouse or other beneficiary that you have chosen at \n\nretirement will receive 50%, 66 2/3%, or 100% of your monthly benefit amount (as you \n\nchoose), for his or her lifetime. The amount that your pension is reduced depends on \n\nyour age and the age of your selected beneficiary, and whether you choose the 50%, 66 \n\n2/3%, or 100% Joint and Survivor Annuitant option. You cannot change your beneficiary \n\nafter pension payments begin. \n\nâ€¢ Certain and Life Option. With a Certain and Life Option, you elect to receive a reduced \n\nbenefit in return for a guaranteed number of monthly payments. The guarantee period \n\ncan be either 5 or 10 years. If you die before the guaranteed number of payments are \n\nmade, the remainder will be paid to your beneficiary or your estate for the balance of 5 \n\nor 10 years. Of course, if you live longer than the guarantee period, your payments \n\ncontinue for your lifetime. If you receive the maximum number of guaranteed payments \n\nbefore you die, no payments will be made to your beneficiary or estate after your death. \n\nâ€¢ Level Income Option. A Level Income Option is not available to you. \n\nTriad Nitrogen Retirement Plan Participants \n\nIf you were a participant in the Triad Nitrogen, Inc. Retirement Plan, a lump sum payment option \n\nis offered on the portion of your benefit that was accrued as of January 31, 1997, if you are \n\neligible for an early or normal retirement benefit. If you elect this option, you will have an \n\nadditional monthly benefit payable to you that represents your benefit accruals after January 31, \n\n1997. If this additional monthly benefit is $25 or less, you may elect to have it paid as a lump \n\nsum as well. \n\nPre-Retirement Death Benefit \n\nThe pre-retirement death benefit you earned under the Miss Corp Retirement Plan is generally \n\ndescribed in the â€œPre-Retirement Death Benefitâ€ section above. The pre-retirement death benefit \n\nprovides a benefit for your spouse in case you die before you retire. Note, however, that for \n\nformer Miss Corp Retirement Plan participants, the one-year marriage requirement does not \n\napply. \n\n  \n\n\n\nAppendix B - 22 \nAppendix B â€“ Table of Contents \n\nTriad Nitrogen Retirement Plan Participants \n\nThe portion of the death benefit that you accrued under the Triad Nitrogen, Inc. Retirement Plan \n\nas of January 31, 1997 is payable to your beneficiary either as a monthly benefit for the lifetime \n\nof your beneficiary with payouts beginning on the first of the month after your death, or as a \n\nlump sum payment soon after your death. The portion of your death benefit earned after \n\nJanuary 31, 1997 is generally described in the â€œPre-Retirement Death Benefitâ€ section above. \n\nYour spouse (even if you are married less than one year) is your automatic beneficiary for both \n\nportions of your death benefits. However, you may name a non-spouse beneficiary for the \n\nportion earned as of January 31, 1997 if your spouse consents to this election. You may not \n\nname someone other than your spouse for the benefit earned after January 31, 1997. \n\nEnforce Your Rights \n\nIf your claim for a pension benefit is denied or ignored, in whole or in part, you have a right to \n\nknow why this was done, to obtain copies of documents relating to the decision without charge, \n\nand to appeal any denial, all within certain time schedules. \n\nUnder ERISA, there are steps you can take to enforce the above rights. For instance, if you \n\nrequest a copy of Plan documents or the latest annual report from the Plan and do not receive \n\nthem within 30 days, you may file suit in a Federal court. In such a case, the court may require \n\nthe Plan administrator to provide the materials and pay you up to $110 a day until you receive \n\nthe materials, unless the materials were not sent because of reasons beyond the control of the \n\nadministrator. If you have a claim for benefits, which is denied or ignored, in whole or in part, \n\nyou may file suit in a state or Federal court. In addition, if you disagree with the Plan\'s decision \n\nor lack thereof concerning the qualified status of a domestic relations order or a medical child \n\nsupport order, you may file suit in Federal court. If it should happen that plan fiduciaries misuse \n\nthe Plan\'s money, or if you are discriminated against for asserting your rights, you may seek \n\nassistance from the U.S. Department of Labor, or you may file suit in a Federal court. The court \n\nwill decide who should pay court costs and legal fees. If you are successful, the court may order \n\nthe person you have sued to pay these costs and fees. If you lose, the court may order you to \n\npay these costs and fees, for example, if it finds your claim is frivolous. \n\nAssistance with Your Questions \n\nIf you have any questions about your Plan, you should contact the Plan administrator. If you \n\nhave any questions about this statement or about your rights under ERISA, or if you need \n\nassistance in obtaining documents from the Plan administrator, you should contact the nearest \n\noffice of the Pension and Welfare Benefits Administration, U.S. Department of Labor, listed in \n\nyour telephone directory or the Division of Technical Assistance and Inquiries, Pension and \n\nWelfare Benefits Administration, U.S. Department of Labor, 200 Constitution Avenue N.W., \n\nWashington, D.C. 20210. You may also obtain certain publications about your rights and \n\nresponsibilities under ERISA by calling the publications hotline of the Pension and Welfare \n\nBenefits Administration. \n\nInsurance for the Retirement Plan \n\nBy paying a required premium each year to the Pension Benefit Guaranty Corporation (PBGC), \n\nCF insures your Retirement Plan benefits in case the Plan terminates without enough assets to \n\nprovide the required benefits. The PBGC protects pension benefits as described in this section \n\n\n\nAppendix B - 23 \nAppendix B â€“ Table of Contents \n\nbecause of the way they are funded. None of the other plans listed in the introduction are \n\ncovered by the PBGC. This is because they are funded in a different way. \n\nYour Retirement Plan benefits under this Plan are insured by the Pension Benefit Guaranty \n\nCorporation (PBGC), a federal insurance agency. If the Plan terminates (ends) without enough \n\nmoney to pay all benefits, the PBGC will step in to pay pension benefits. Most people receive all \n\nof the pension benefits they would have received under their plan, but some people may lose \n\ncertain benefits. \n\nThe PBGC guarantee generally covers: (1) Normal and early retirement benefits; (2) disability \n\nbenefits if you become disabled before the Plan terminates; and (3) certain benefits for your \n\nsurvivors. \n\nThe PBGC guarantee generally does not cover: (1) Benefits greater than the maximum \n\nguaranteed amount set by law for the year in which the plan terminates; (2) some or all of \n\nbenefit increases and new benefits based on Plan provisions that have been in place for fewer \n\nthan five years at the time the Plan terminates; (3) benefits that are not vested because you \n\nhave not worked long enough for the company; (4) benefits for which you have not met all of the \n\nrequirements at the time the Plan terminates; (5) certain early retirement payments (such as \n\nsupplemental benefits that stop when you become eligible for Social Security) that result in an \n\nearly retirement monthly benefit greater than your monthly benefit at the Plan\'s normal \n\nretirement age; and (6) non-pension benefits, such as health insurance, life insurance, certain \n\ndeath benefits, vacation pay, and severance pay. \n\nEven if certain of your benefits are not guaranteed, you still may receive some of those benefits \n\nfrom the PBGC depending on how much money your Plan has and on how much the PBGC \n\ncollects from employers. For more information about the PBGC and the benefits it guarantees, \n\nask your Plan administrator or contact the PBGC\'s Technical Assistance Division, 1200 K Street \n\nN.W., Suite 930, Washington, D.C. 20005-4026 or call 1-202-326-4000 (not a toll-free number). \n\nTTY/TDD users may call the federal relay service toll-free at 1-800-877-8339 and ask to be \n\nconnected to 1-202-326-4000. Additional information about the PBGCâ€™s pension insurance \n\nprogram is available through the PBGCâ€™s Web site on the Internet at http://www.pbgc.gov. \n\nClaims and Appeals Processes \n\nIf you believe you are entitled to benefits other than those provided to you, you may file a claim \n\nfor benefits with the Plan Administrator. To do so, you must send a written notice to the Plan \n\nAdministrator at the following address: \n\nPlan Committee of the CF Industries Holdings, Inc. Pension Plan \n\n4 Parkway North, Suite 400 \n\nDeerfield, IL 60015-2590 \n\n1-847-405-2400 \n\nYou will receive notice of the Plan Administratorâ€™s decision on your claim for benefits generally \n\nwithin 60 days after the Plan Administrator receives your claim. In special cases, the Plan \n\nAdministrator may require an additional 90 days to consider your claim. In such case, you will \n\nreceive, within the original 60-day time period, written notice of the need for additional time, the \n\nreasons the additional time is necessary, and the date the Plan Administrator expects to reach \n\nits decision. \n\n\n\nAppendix B - 24 \nAppendix B â€“ Table of Contents \n\nIf your claim for a benefit is denied, in whole or in part, you (or your beneficiary) must receive a \n\nwritten explanation of the reason for the denial from the Plan Administrator. This written notice \n\nwill include: \n\nâ€¢ Specific reasons for the denial; \n\nâ€¢ References to Plan provisions on which the denial is based; \n\nâ€¢ A description of additional materials or information that are necessary; \n\nâ€¢ Procedures for appealing the decision, including applicable time limits; \n\nâ€¢ A statement of your right to bring a civil action under Section 502(a) of ERISA following a \n\ndenial of your claim on appeal. \n\nYou or your authorized representative may review all documents related to any denial of \n\nbenefits. \n\n\n	CF INDUSTRIES RETIREMENT BENEFITS\n	CF INDUSTRIES HOLDINGS, INC. 401(K) PLAN\n	Participation in the Plan\n	Enrolling in the Plan\n\n	Getting Plan Information\n	Fidelityâ€™s NetBenefits Website\n	Fidelityâ€™s NetBenefits App\n\n\n	Contributions to the Plan\n	Overview of Plan Contributions\n	Employee Contributions\n	Types of Employee Contributions\n	Pre-Tax Contributions\n	Traditional After-Tax Contributions\n	Roth 401(k) Contributions\n	Catch-up Contributions\n	Rollover Contributions\n\n	Company Contributions\n\n\n	Company Matching Contributions\n	Internal Revenue Code Limits on Contributions\n\n	Vesting\n	Forfeitures\n	Break-in-Service\n	Restoring Forfeited Funds\n\n	How Your Account Can Grow\n	Investment Options\n	Account Transactions\n	Fund Exchange Policies\n	Frequent-Trading Policy\n	Redemption-Fee Policy\n\n	Loans\n	Applying for a Loan\n	Fees and Interest Rate\n	Loan Withdrawal Hierarchy\n	Loan Repayments\n	Bankruptcy Filing\n	When You Leave the Company\n	If You Are on a Leave of Absence\n\n	Plan Withdrawals and Distributions\n	Overview of Plan Withdrawals and Distributions\n	In-Service Withdrawals\n	After-Tax In-Service Withdrawals\n	Roth 401(k) In-Service Withdrawals\n	Pre-Tax In-Service Withdrawals\n	Hardship Withdrawals\n	In-Service Withdrawal Tax Withholding\n	Applying for an In-Service Withdrawal\n	Distributions following Employment\n	When Distributions following Employment Are Made\n	You Leave the Company or Retire\n	You Become Disabled\n	You Die\n	Options for Distribution following Employment\n	Cash Distribution\n	Rollover Transfer\n	Annual Withdrawal\n	Monthly Installment Payments\n	Qualified Domestic Relations Orders\n	How Plan Distributions following Employment Are Taxed\n\n\n	Naming a Beneficiary\n	Payment to a Beneficiary\n\n	Additional Plan Provisions\n	Future of the Plan\n	Assignment of Benefits\n	Legal Limitations\n	Plan Benefits Not Insured\n	About this Guide and the Plan Documents\n\n\n	CF INDUSTRIES HOLDINGS, INC. PENSION PLAN\n	Your Pension Plan at a Glance\n	Plan Eligibility and Participation\n	Plan Eligibility\n\n	Vesting, Service and Other Important Plan Concepts\n	Vesting and Vesting Service\n	Service during a Leave of Absence\n	Break in Service\n	If You Are Rehired\n	If You Transfer\n\n	Your Benefit\n	Pay-Based Credits\n	Interest Credits\n	About the Interest Rate Used\n	Plan Service\n	Pension-eligible Compensation\n	Non-Duplication of Benefits\n	Normal Retirement\n	Benefit Amount for Normal Retirement\n	Postponed Retirement\n	Benefit Amount for Postponed Retirement\n	Early Retirement\n	Benefit Amount for Early Retirement\n	If You Die Before Benefit Payments Begin\n	Married Participants\n	Pre-Retirement Survivor Benefit\n	Unmarried Participants\n	Death During Qualified Military Service\n	If You Are Rehired After Benefit Payments Begin\n	Keeping Track of Your Benefit\n	Payment Options\n	Spousal Consent\n	Forms of Payment\n	Lump Sum\n	Single Life Annuity\n	Joint and Survivor Annuity (50%, 75% or 100%)\n	Social Security Level Income Annuity\n	Certain and Life\n	Tax Considerations\n	Maximum Benefits for Tax Purposes\n	Applying for Your Benefit\n	General Plan Information\n	Assignment of Benefits\n	Facility of Payment\n	Payment of Benefits to Alternate Payees\n	Top Heavy Rules\n	Loss of Benefits\n	Discretionary Authority of Plan Administrator\n	Incorrect Payment of Benefits\n	Claims and Appeals Processes\n	Appealing Claims Decisions\n	Pension Benefit Guaranty Corporation (PBGC)\n	Funding and Plan Assets\n	About This Guide and the Plan Documents\n	Future of the Plan\n	ADMINISTRATIVE INFORMATION\n	Claim Denials and Appeals - Retirement Plans\n	Appealing Claims Decisions\n	Your ERISA Rights\n\n\n	Appendix A - CF Industries Holdings, Inc. Pension Plan â€“ Supplement B (Legacy CF)\n	Appendix B - CF Industries Holdings, Inc. Pension Plan â€“ Supplement C (Prior Terra Plan)\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13451, 797, '_relevanssi_pdf_content', '\nRetiree Benefits Guide\n\n\n\nRetiree Benefits Guide â€“ US 2\n\nAn Introduction to Your Benefits \n\nCongratulations on your retirement! This booklet provides details about the transition of your benefits from a \n\nfull-time employee to a retiree of CF.\n\nYOUR NEXT STEPâ€¦\n\nThe booklet addresses benefits available through the Company. You may participate in some or all of these \n\nbenefits. In each section, please pay particular attention to the areas labeled â€˜YOUR NEXT STEPâ€¦â€™  \n\nto guide you through important decisions and actions regarding your benefits.\n\nPlease note that this booklet is only a summary of the benefit Plans available to you for \n\ncontinuation or conversion. While we have made every effort to make this summary  \n\nas accurate as possible, if there are inconsistencies between this summary and  \n\nthe Plan document, the terms of the Plan documents will control. The benefits  \n\nand other provisions described in this booklet are effective only if you are  \n\neligible to participate in accordance with the terms of the Plans.\n\nCF Industries reserves the right to amend, modify or terminate \n\nthe Plans at any time at its discretion.\n\n\n\nRetiree Benefits Guide â€“ US 3\n\nWhatâ€™s Inside \n\nRetiree Benefits At-a-Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nWhat Happens to My Other Benefits? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nCF Industries Holdings, Inc. Pension Plan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nCF Industries Holdings, Inc. 401(k) Plan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nMedical Coverage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\nEarly Retiree Medical Coverage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10\n\nEligibility. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10\n\nPlan Provisions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10\n\nSummary of BCBSIL Benefits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11\n\nWhen Coverage Ends . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12\n\nCost of Coverage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12\n\nCOBRA â€“ Continuing Your Medical, Dental and Vision Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13\n\nFlexible Spending Accounts (FSAs). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14\n\nHealth Savings Account (HSA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15\n\nLife Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17\n\nVoluntary Benefits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17\n\nOther Benefit Programs (Educational Assistance, EAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18\n\nYour Pay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18\n\nForms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19\n\nImportant Post-Retirement Tips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19\n\nContacts/Vendor Links . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20\n\n\n\nRetiree Benefits Guide â€“ US 4\n\nRetiree Benefits At-a-Glance \n\nIf you retiree from CF at age 55 or older with at least five years of service, you are eligible to participate in certain \n\nbenefit programs:\n\nBenefit Description\n\nCF Industries Holdings, Inc. \nPension Plan\n\nIf you are vested you will receive information from the Pension Center in the month following \nyour retirement. Please contact the CF Industries Pension Center at (866) 234-9977 if you have \nany questions.\n\nCF Industries Holdings, Inc. \n401(k) Plan\n\nAll employee and Company contributions stop with your last paycheck of eligible earnings. If you \nhave an outstanding loan, you may choose to pay the amount of the loan due in full to avoid a \ntaxable event.\nYou are eligible for distribution of your vested account balance. You may request this distribution \nat any time following your retirement. The IRS requires that you begin taking distributions when \nyou reach age 72.\n\nEarly Retiree Medical Option\n\nEmployees who were employed by CF prior to April 5, 2010, who will be at least 55 years old with \nat least 5 years of service by January 1, 2014, are eligible to participate in the Early Retiree Medical \noption (legacy Terra employees are not eligible). You must be currently covered under the CF \nMedical Plan.\n\n\n\nRetiree Benefits Guide â€“ US 5\n\nWhat Happens to My Other Benefits? \n\nYour participation in the other CF benefit plans stops on your last day of employment with the Company.  \n\nIn some cases, coverage may be continued or converted to an individual policy. The following summary outlines \n\nthe availability of coverage following retirement.\n\nBenefit Description\n\nMedical Insurance If you or your covered dependents do not qualify to continue medical coverage through the Early Retiree Medical option, coverage may be continued through COBRA.\n\nDental and Vision Insurance If you or your covered dependents participate in the CF Dental Plan and/or the CF Vision Plan, coverage may be continued through COBRA.\n\nLife Insurance\n\nConversion privileges are available without proof of insurability:\nâ€¢  Basic and AD&D\nâ€¢  Voluntary Life and Dependent Life\nâ€¢ Voluntary AD&D and Voluntary Dependent AD&D\n\nThere are also limited portability privileges on:\nâ€¢  Voluntary Life and Dependent Life\n\nDisability Insurance Short-Term and Long-Term Disability coverage ends with no conversion privileges.\n\nFlexible Spending Accounts â€“  \nHealth Care, Limited  \nPurpose Health Care, and \nDependent Care\n\nExpenses incurred before your retirement date are eligible for reimbursement.\nCOBRA continuation is available for the Health Care and Limited Purpose Health Care Flexible \nSpending Accounts. There is no continuation for Dependent Care FSA.\n\nHealth Savings Account \n(HSA)\n\nAll contributions stop with your last paycheck. Your HSA is an account that you own and that \ngoes with you. It can continue to be used to pay for qualified medical expenses.\n\nLong-Term Care and  \nColonial Life Insurance Coverages are portable. You will receive direct bill information from the insurance carrier(s).\n\nOther Benefit Programs \nEducational Assistance (EAP)\n\nContinuation is not available for the Educational Assistance program. The Employee Assistance \nProgram (EAP) is available for 12 months after leaving the Company.\n\nFinal Pay\nYou will receive pay for:\nâ€¢ Time worked through your retirement date, plus\nâ€¢ All unused vacation available in the current year\n\n\n\nRetiree Benefits Guide â€“ US 6\n\nCF Industries Holdings, Inc. \nPension Plan  \n\nUnder the CF Industries Holdings, Inc. Pension Plan, service ceases to accrue for vesting and benefit purposes \n\nas of your retirement date.\n\nA copy of the Summary Plan Description can be obtained by contacting the CF Industries Benefits Group at \n\n(847) 405-2400 or by visiting www.CFTotalRewards.com.\n\nYou may be eligible to commence benefits, if you are a participant in the CF Industries Holdings, Inc. Pension \n\nPlan, have a vested benefit, and if you are eligible for benefit commencement.\n\nYOUR NEXT STEPâ€¦\n\nContact the CF Industries Pension Center at (866) 234-9977 to receive information regarding your \n\nCF Industries Holdings, Inc. Pension Plan or to request Retirement paperwork.\n\nFiling Your Application for Retirement\n\nPlease adhere to the following guidelines to permit adequate time to process and authorize your benefits. \n\nThese guidelines comply with the Internal Revenue Code:\n\nâ€¢  A verbal or written request for an application packet may be made no more than 90 days prior to your\n\nretirement date. Your retirement date, or the date pension benefits begin, must be the first day of any given\n\nmonth. Your spouse or other beneficiary may apply in the event of your death.\n\nâ€¢  In addition to the application, you will need to provide documentation for you and your spouse or other\n\nbeneficiary such as proof of age, Social Security number, marriage license and current address.\n\nYOUR NEXT STEPâ€¦\n\nYou may want to consult with a professional tax advisor before taking payments from the CF Industries \n\nHoldings, Inc. Pension Plan. You can find more detailed information on the federal tax treatment of payments \n\nfrom employer plans in IRS Publication 575, Pension and Annuity Income, IRS Publication 590, Individual \n\nRetirement Arrangements (IRAs), and IRS Publication 571, Tax-Sheltered Annuity Plans (403(b) Plans). These \n\npublications are available from a local IRS office, at www.irs.gov, or by calling (800) TAX-FORM (829-3676).\n\n\n\nRetiree Benefits Guide â€“ US 7\n\nCF Industries Holdings, Inc. \n401(k) Plan  \n\nContributions\nAll contributions (including Company matching contributions, employee before-tax, Roth, catch-up,  \n\nRoth catch-up and after-tax contributions) to the CF Industries Holdings, Inc. 401(k) Plan stop as of your last \n\npaycheck of eligible earnings.\n\nPlease contact Fidelity to obtain additional information regarding your CF Industries Holdings, Inc. 401(k) Plan.  \n\nA copy of the Summary Plan Description can be obtained by contacting the CF Industries Benefits Department \n\nat benefits@cfindustries.com or by visiting www.CFTotalRewards.com.\n\nOutstanding Loan\nIf you have a Plan loan, the outstanding balance must be repaid in full within 90 days of your retirement date to \n\navoid a taxable event. As a retiree, you may not use funds from the Plan to pay off your loan. If you choose not \n\nto pay off your loan, the outstanding loan balance will be considered a taxable distribution and reported to the \n\nInternal Revenue Service (IRS). It is subject to ordinary income taxes and any applicable tax penalties imposed by \n\nthe Internal Revenue Code.\n\nFor example, if you have an outstanding loan and you elect a total cash distribution of your account balance,  \n\nthe amount of taxable income reported to the IRS will equal the amount distributed to you plus the outstanding \n\nloan balance.\n\nIf you elect to defer receipt of your account or if you elect to roll over your account to an individual retirement \n\naccount, the amount of taxable income reported to the IRS will be equal to the amount of the outstanding loan.\n\nYOUR NEXT STEPâ€¦\n\nIf you have a loan under the CF Industries Holdings, Inc. 401(k) Plan, decide whether you want to repay the \n\noutstanding balance within 90 days to avoid a taxable event. Contact Fidelity at (800) 835-5095 to confirm \n\nyour payoff amount and discuss your options.\n\nContinued\n\n\n\nRetiree Benefits Guide â€“ US 8\n\nDistributions\nYou may request a distribution from your CF Industries Holdings, Inc. 401(k) Plan account upon retirement.  \n\nAll distributions are subject to ordinary income taxes and any applicable tax penalties imposed by the Internal \n\nRevenue Code.\n\nMaking Your Distribution Decision\nIf you do not affirmatively make an election regarding distribution, the following applies:\n\nâ€¢  If the vested value of your account is $1,000 or less, a lump-sum distribution will occur within 90 days of your\n\nretirement date. You may not leave it in the Plan.\n\nâ€¢  If the vested value of your account is more than $1,000 but less than or equal to $5,000, your total vested\n\naccount balance will be automatically rolled over to a Fidelity individual retirement account (IRA) within 90 days\n\nof your retirement date. You may not leave it in the Plan.\n\nYOUR NEXT STEPâ€¦\n\nFidelity will send a termination kit to your home address within 30 days. Upon receipt of the kit, you may elect \n\na distribution by calling Fidelity at (800) 835-5095.\n\nYOUR NEXT STEPâ€¦\n\nYou may want to consult with a professional tax advisor before taking payments from the CF Industries \n\nHoldings, Inc. 401(k) Plan. You can find more detailed information on the federal tax treatment of payments \n\nfrom employer plans in IRS Publication 575, Pension and Annuity Income, IRS Publication 590, Individual \n\nRetirement Arrangements (IRAs), and IRS Publication 571, Tax-Sheltered Annuity Plans (403(b) Plans). These \n\npublications are available from a local IRS office, at www.irs.gov, or by calling (800) TAX-FORM (829-3676).\n\n\n\nRetiree Benefits Guide â€“ US 9\n\nMedical Coverage  \n\nYour coverage under the CF Medical Plan as an employee ends on the last day of your employment.\n\nHowever, if you are enrolled in coverage on the last day of employment and you are under age 65, you may \n\ncontinue coverage either through the Early Retiree Medical option (if eligible), or through the Consolidated \n\nOmnibus Budget Reconciliation Act (see the COBRA section on page 13).\n\nYOUR NEXT STEPâ€¦\n\nIf you (or your spouse) are age 65 or older, the age 65 individual should:\n\nâ€¢  Immediately contact Medicare to enroll in Parts A and B.\n\nâ€¢  Enroll in COBRA coverage if there is a delay in enrolling in Medicare Part B (see the COBRA section on\n\npage 13).\n\nâ€¢  Consider purchasing a â€˜Medigapâ€™ (supplement) plan for medical expenses not covered by Medicare.\n\nâ€¢  Purchase a prescription drug plan (Part D).\n\nâ€¢  Refer to the Medicare website at www.medicare.gov.\n\n\n\nRetiree Benefits Guide â€“ US 10\n\nEarly Retiree Medical Coverage \n\nEligibility\nYou are eligible for the Early Retiree Medical option if you:\n\nâ€¢ Were employed by CF prior to April 5, 2010\n\nâ€¢ Were at least age 55 or older and had at least five years of service on January 1, 2014\n\nâ€¢ Are enrolled in the CF medical plan on your last day of employment\n\nâ€¢ Are not a legacy Terra employee\n\nIf you are eligible, you can also enroll your spouse and/or any dependent children who are also enrolled in the \n\nCF Medical Plan.\n\nYOUR NEXT STEPâ€¦\n\nDetermine if you and/or any family members are eligible to continue coverage under the Early Retiree Medical \n\noption based on the criteria listed above. If you and/or any family members are NOT eligible to continue \n\ncoverage under the Early Retiree Medical option, coverage may be continued under the Consolidated \n\nOmnibus Budget Reconciliation Act (COBRA). See the COBRA section on page 13).\n\nPlan Provisions\nThe Early Retiree Medical option is the CF Standard PPO plan available through Blue Cross Blue Shield of \n\nIllinois (BCBSIL).\n\nBenefits are the same as those provided to active employees. A summary chart of BCBSIL benefits is included \n\non page 11.\n\nPlease note that new dependents may not be added at any time after your retirement date.\n\nContinued\n\n\n\nRetiree Benefits Guide â€“ US 11\n\nSummary of BCBSIL Benefits\n\nMedical\n\nPlan Feature Standard PPO\n\nAnnual Deductible\n\nâ€¢  In-network: $1,000 individual; $2,000 family\nâ€¢  Out-of-network: $2,000 individual; $4,000 family\nWhen one family member satisfies the individual deductible, the plan pays benefits for that \nindividual. Then any covered family member or any combination of family members can \nsatisfy the family deductible.\n\nAnnual Out-of-Pocket Limit\nâ€¢  In-network: $2,500 individual; $5,000 family\nâ€¢  Out-of-network: $5,000 individual; $10,000 family\n\nCF Health Savings Account \n(HSA) Contribution Not applicable\n\nHealth Savings Account (HSA) \nMaximum Contribution Not applicable\n\n Lifetime Maximum Benefit Unlimited\n\nIn-Network Benefits\n\nâ€¢  100% for preventive care (no deductible) and some preventive medications\nAdult: one per calendar year\nChild: age-based schedule\n\nâ€¢  Coinsurance: 90% / 10%, after deductible\n\nOut-of-Network Benefits \n\nUsing out-of-network providers will always cost more than in-network providers through \nhigher deductibles, reduced coinsurance, and higher out-of-pocket maximums â€“ and \nproviders can also charge you for amounts above the BCBSIL allowable amount for a service.\nCoinsurance: 70% / 30%, after deductible\n\nPrescription Drugs\n\nType Standard PPO (In-Network) â€“ You pay:\n\nGeneric $10 copay (30-day supply) / $20 copay (90-day supply)*\n\nPreferred Brand $40 copay (30-day supply) / $80 copay (90-day supply)*\n\nNon-Preferred  Brand $55 copay (30-day supply) / $110 copay (90-day supply)*\n\nPreventive Medications Some covered at no cost to you; for others, your copay is based on the drug type (i.e., generic, preferred, non-preferred)\n\nPrescription Costs Copay counts towards out-of-pocket maximum only\n\nUse HSA to Pay for Prescriptions No*\n\n*For Mail Order or Extended Supply Network Pharmacies fill 90-day supplies of maintenance medications.\n\n\n\nRetiree Benefits Guide â€“ US 12\n\nWhen Coverage Ends\n\nCost of Coverage\n\nScenarios Description\n\nScenario A\nYou and your spouse are \nunder age 65\n\nYou and your spouse may continue to participate until the first of the month in which you or your \nspouse turns age 65.\nAny eligible child may continue to participate until the first of the month in which you or your \nspouse reach age 65. After that, your eligible child may continue coverage under COBRA.\n\nScenario B\nYou are age 55 through 64, \nbut your spouse is age 65  \nor older\n\nYou (and any eligible child) may continue to participate until the first of the month in which you \nreach age 65. After that, your eligible child may continue coverage under COBRA.\nYour spouse is eligible for COBRA until your spouse enrolls in Medicare Parts A and B.\n\nScenario C\nYou are age 65 or older, but \nyour spouse is under age 65\n\nYou are eligible for COBRA until you enroll in Medicare Parts A and B.\nYour spouse is eligible to continue to participate until the first of the month in which your spouse \nreaches age 65.\nAny eligible child may continue to participate until the first of the month in which your spouse \nreaches age 65. After that, your eligible child may continue coverage under COBRA.\n\nIf you do not pay your \npremium on time Coverage will be cancelled.\n\nIf CF no longer provides an \nEarly Retiree Medical option\n\nThe Company reserves the right to make changes to any benefit plan. All covered participants \nwould be advised accordingly.\n\nScenarios Description\n\nScenario A\nYou and your spouse are \nunder age 65\n\nYou and the Company share in the cost of coverage until the first of the month in which you \nturn age 65. You can see your cost of coverage in the enclosed Early Retiree Medical Option \nEnrollment Form on page 19.\n\nScenario B\nYou are age 55 through 64, \nbut your spouse is age 65  \nor older\n\nYou and the Company share in the cost of coverage until the first of the month in which you \nturn age 65. You can see your cost of coverage in the enclosed Early Retiree Medical Option \nEnrollment Form on page 19. \nIf your spouse chooses to elect COBRA, your spouse will pay COBRA premiums. Refer to the \nCOBRA section on page 14 for rates.\n\nScenario C\nYou are age 65 or older, but \nyour spouse is under age 65\n\nIf you choose to elect COBRA, you will pay COBRA premiums. Refer to the COBRA section on \npage 14 for rates.\nYour continuing spouse (and any eligible child) will pay the full premium cost under the Early \nRetiree Medical option.\n\nYOUR NEXT STEPâ€¦\n\nScenario A or B \n\nYou are Eligible for Coverage Under the Early Retiree Medical Option: \n\nRefer to the Early Retiree Health Option Enrollment Form in the Forms section on page 19 and decide if you \n\nwant to enroll in the Early Retiree Medical option. Please note that a decision to terminate coverage is final.  \n\nYou must complete and return this form to your Human Resources Department.\n\nScenario C \n\nOnly Your Under-Age 65 Spouse is Eligible to Continue Coverage Under the Early Retiree Medical Option: \n\nYour spouse should decide whether to enroll. Please contact your Human Resources Department for \n\npremiums and an enrollment form.\n\n\n\nRetiree Benefits Guide â€“ US 13\n\n \n\nCOBRA â€“ Continuing Your  \nMedical, Dental and Vision Coverage  \n\nIf you or your dependents are covered by one of CFâ€™s medical, dental and/or vision options and you are not  \n\neligible for, or choose not to participate in the Early Retiree Medical option, you have the right under  \n\nThe Consolidated Omnibus Budget Reconciliation Act (COBRA) to continue coverage for 18 months after  \n\nyour retirement date. While on COBRA, you will pay the full cost of the coverage plus a 2% administration fee.\n\nYOUR NEXT STEPâ€¦\n\nCFâ€™s COBRA administrator is BASIC COBRA. Within the month following your retirement from CF, BASIC \n\nCOBRA will mail to your home forms and notification information you will need to continue medical, dental \n\nand/or vision coverage. Complete the â€œCOBRA Continuation Election Formâ€ BASIC COBRA sends to you \n\nand return it to the address provided on the form. You may contact BASIC COBRA at (916) 303-7100 or \n\nemail COBRA@BasicPacific.com.\n\nYou have 60 days from your retirement date or notification date (whichever is later) to elect COBRA. If you \n\ndo not return the required form to BASIC COBRA within this timeframe, you will not be eligible to continue \n\ncoverage under COBRA.\n\nYou have a maximum of 45 days from your date of election to pay the initial premium. If you elect COBRA \n\ncontinuation, your coverage is retroactive to your retirement date. Coverage is not reinstated until both your \n\nelection form and premiums are received.\n\nMaking Your COBRA Decision\nCOBRA provides you and your dependents the right to elect coverage independently. In other words, you, your \n\nspouse, or dependent child(ren) may each elect to either continue coverage or not to continue coverage.\n\nIf you or your dependent chooses to continue medical, dental and/or vision coverage, the coverage will be identical \n\nto that which you had as an employee of CF. You will be able to make limited changes at annual enrollment or \n\nwhen a â€œchange in family statusâ€ is experienced. In deciding whether to enroll in COBRA coverage, be sure to \n\nconsider other options you may have, such as access to coverage through your spouseâ€™s employer.\n\nPaying for Coverage\nIf you elect continued medical, dental and/or vision coverage, the \n\npremium you will pay is the full premium, plus a 2% administration fee.\n\nThe premiums you pay may change on an annual basis. The Company \n\nwill notify you in writing of any Plan or premium changes.\n\nClick here for current \n\nCOBRA rates. \n\n\n\nRetiree Benefits Guide â€“ US 14\n\nFlexible Spending Accounts (FSAs) \n\nHealth Care and Limited Purpose Health Care FSAs\nIf you have a Health Care or Limited Purpose Health Care FSA, and you have a balance available in your account \n\nfor reimbursement, you have the right under The Consolidated Omnibus Budget Reconciliation Act (COBRA) to \n\ncontinue making contributions on an after-tax basis for any period of time through the end of the year.\n\nYOUR NEXT STEPâ€¦\n\nPlease submit claims for expenses incurred through your retirement date. Claims can be submitted by  \n\nlogging in to Fidelityâ€™s website at www.netbenefits.com. You must submit your claims within 90 days of \n\nyour retirement date.\n\nAny claims that you incur after your retirement date are not eligible for reimbursement unless you continue \n\ncoverage. Within the month following your retirement date, BASIC will mail to your home a COBRA form and \n\nnotification information you will need to continue your FSA. Complete the COBRA Continuation Election  \n\nForm Fidelity will send to you and return it to the address provided on the form. You may contact Fidelity  \n\nat (800) 835-5095.\n\nYou have 60 days from your retirement date or notification date (whichever is later) to elect COBRA. If you \n\ndo not return the required form to Fidelity within this time-frame, you will not be eligible to continue coverage \n\nunder COBRA and you will forfeit any remaining funds in your FSA.\n\nYou have a maximum of 45 days from your date of election to pay the initial premium. If you elect COBRA \n\ncontinuation, your coverage is retroactive to your retirement date.\n\nDependent Care FSA\nIf you have a Dependent Care Flexible Spending Account, your account is suspended as of your retirement date. \n\nYou may submit claims for expenses incurred through your retirement date, but any claims you incur after your \n\nretirement date are ineligible. Your account will be closed 90 days after your retirement date and any remaining \n\nfunds in your DCFSA will be forfeited.\n\nYOUR NEXT STEPâ€¦\n\nPlease submit claims for expenses incurred through your retirement date. Claims can be submitted by \n\nlogging in to Fidelityâ€™s website at www.netbenefits.com. You must submit your claims within 90 days of \n\nyour retirement date.\n\n\n\nRetiree Benefits Guide â€“ US 15\n\n \n\nHealth Saving Account (HSA)  \n\nIf you are currently contributing to your HSA, your contributions will end with your last paycheck. Your HSA \n\nbalance is yours to take with you in retirement. You may keep your balance with Fidelity and continue to use \n\nthe money for eligible expenses (including Medicare premiums) or roll over your balance to another HSA \n\nadministrator.  Fidelity may assess a monthly fee for accounts with low balances.\n\nPlease contact Fidelity at (800) 544-3716 to speak with a HSA Service Specialist who can answer your  \n\nHSA questions.\n\n\n\nRetiree Benefits Guide â€“ US 16\n\nLife Insurance  \n\nBasic Life, Voluntary Life and Dependent Life insurance\nYour basic life insurance, voluntary life and dependent life insurance, ends on the last day of your employment.\n\nPortability\nYou may take advantage of the â€œportabilityâ€ feature for the voluntary life and dependent life insurance without \n\nevidence of insurability. The amount of insurance available for â€œportingâ€ may not exceed the amount in force \n\nor the amount approved by the insurance company on your retirement date. Portability is less expensive than \n\nconversion, but is only available up to age 70.\n\nConversion\nYou may convert your basic life, voluntary life and dependent life to an individual ordinary life policy without \n\nevidence of insurability. The amount of insurance available for conversion may not exceed the amount in force or \n\nthe amount approved by the insurance company on your retirement date.\n\nAccidental Death & Dismemberment (AD&D) and Voluntary AD&D Insurance\nYour AD&D insurance and voluntary AD&D insurance ends on the last day of your employment. You may convert \n\nyou and your dependentâ€™s coverage to an individual policy up until age 70. The amount of insurance available for \n\nconversion may not exceed the amount in force on your retirement date with a maximum of $250,000.\n\nYOUR NEXT STEPâ€¦\n\nNew York Life will send you a Life Insurance Conversion and Portability Application Notice to your home \n\naddress within two weeks following your retirement date. If you are interested in portability or conversion, \n\nplease note that you must submit your application and your applicable premium within 62 days from your \n\ncoverage end date. Contact New York Life directly at (888) 737-3855 if you do not timely receive information \n\non conversion or portability.\n\n\n\nRetiree Benefits Guide â€“ US 17\n\n \n\nDisability Insurance  \n\nShort-Term Disability (STD) and Long-Term Disability (LTD) insurance ends on your retirement date. There is no \n\noption to continue coverage.\n\nVoluntary Benefits  \n\nAuto/Home Insurance\nIf you have questions concerning your current coverage or direct bill,  \n\nplease contact MetLife at (800) 438-6388 or Liberty Mutual at (888) 781-5644.\n\nColonial Insurance Plans\nIf you are enrolled in supplemental insurance through Colonial, you will receive a direct bill mailed  \n\nto your home within a few weeks of your retirement date. If you have any questions regarding your bill, contact \n\nColonial at (866) 349-6179.\n\nYOUR NEXT STEPâ€¦\n\nIf you (and/or your dependents) are enrolled in this coverage, watch your home mail for your direct bill and \n\npayment options. Please contact Colonial at (866) 349-6179 for additional information.\n\n\n\nRetiree Benefits Guide â€“ US 18\n\nOther Benefit Programs \n\nEducational Assistance (Tuition Reimbursement)\nThis benefit ends as of your last day of work. If you retire within 12 months of receiving an Education Assistance \n\nreimbursement, you will be required to repay any amount received within the 12 months preceding your \n\nretirement date within 30 days. Please contact your local HR representative for more information.\n\nEmployee Assistance Program (EAP)\nYou and your family may continue to utilize the services of the EAP for 12 months. Contact ComPsych at  \n\n(866) 465-8943. Online resources are available at www.guidanceresources.com. (Web ID: CFIND).\n\nYour Pay  \n\nYou will receive regular pay for the time worked through your retirement date.  \n\nYou will also receive vacation payment based upon the amount of your unused vacation,  \n\nincluding any carryover days from the previous year.\n\n\n\nRetiree Benefits Guide â€“ US 19\n\n \n\nForms  \n\nEarly Retiree Medical Option Enrollment Form \nComplete this form to enroll in the Early Retiree Medical Option and return it immediately to your Human \n\nResources Department. BASIC will mail premium payment coupons and instructions for paying your premium  \n\nto your home address. You may contact BASIC at (916) 303-7100.\n\nImportant  \nPost-Retirement  \n\nTips  \nPay Slips\nYou can access Workday for up to three years following your retirement date to  \n\nview and print your pay slips. Once logged in, you may access your pay slips under the Pay Icon.\n\nClick here to access Workday, or copy and paste the URL below into your browser window: \n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\n\nSelect the Use my Workday Login (this option is for pre and post employment). Workday username is your \n\npersonal email if you have one in Workday, if not, then it would be FirstName.LastName. For password resets, \n\nplease contact CF IT Support at (847) 405-2888.\n\nYear-End Tax Documents and Personal Information Changes\nCopies of your W-2s are available through ADPâ€™s secure and convenient self-service portal. You may also view and \n\nupdate your personal information to keep your contact information up to date.\n\nTo access ADPâ€™s secure portal, you will need the following information:\n\nâ€¢ ADPâ€™s website URL: https://my.adp.com\n\nâ€¢ CFâ€™s Registration Code: CFD2-W2\n\nClick here for instructions on how to register your account or reset your password.\n\nContact the CF Payroll Team at Payroll@cfindustries.com if you need assistance.\n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\r\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs%20Global/ADP_Employee_Self_Service_Registration_QRG.pdf\n\n\nRetiree Benefits Guide â€“ US 20\n\n \n\nContacts/Vendor Links\n\nMedical\n\nBlue Cross Blue Shield / Health Advocacy Solutions (888) 902-8293 www.bcbsil.com\n\nDental and Vi sion\n\nCIGNA Dental (800) 244-6224 www.mycigna.com | Account: 3333808\n\nCIGNA Vision (877) 478-7557 www.mycigna.com | Account: 3333808\n\nPrescription Drugs\n\nPrime Therapeutics (888) 902-8293 www.myprime.com\n\nHealth Savings Account (HSA)\n\nFidelity NetBenefits (800) 835-5095  www.netbenefits.com\n\nFlexible Spending Accounts (FSAs)\n\nFidelity NetBenefits (833) 299-5089  www.netbenefits.com\n\nWell-Being\n\nStrive   Login â€“ Propel Wellness (cftotalrewards-strive.com)\n\nDario (833) 438-0736   www.about.dariohealth.com/cfindustries \n\nAyco (800) 527-0012  www.ayco.com/login/cfindustries.com\n\nEmployee Assistance Plan (EAP) (866) 465-8943\nwww.guidanceresources.com  \n(company ID: CFIND)\n\nLife Insurance â€“ New York Life\n\nLife Insurance Evidence of Insurability (EOI) | FLX963674 (866) 607-2360 BethlehemMail@newyorklife.com\n\nConversion / Portability (770) 690-1980\n\nLife and AD&D Claims benefits@cfindustries.com   \n\nDisability â€“ New York Life\n\nShort Term Disability (STD)   (800) 362-4462 myNYLGBS.com\n\nLong Term Disability (LTD) | FLK960499 (800) 362-4462   myNYLGBS.com \n\nLTD Evidence of Insurability (EOI) | FLK960499 (866) 607-2360  BethlehemMail@newyorklife.com\n\nFMLA Leave â€“ New York Life (800) 362-4462 myNYLGBS.com\n\nRetirement\n\nFidelity Investments | CF Industries Holdings, Inc.  \n401(k) Plan\n\n(800) 835-5095 www.netbenefits.com | Account: 09650\n\nCF Industries Pension Center | CF Industries Holdings, Inc.  \nPension Plan\n\n(866) 234-9977  ypr.aon.com/cfindustries\n\nContinued\n\nhttps://online.metlife.com/edge/web/public/benefits\nhttps://ypr.aon.com/cfindustries/#/\n\n\nRetiree Benefits Guide â€“ US 21\n\nBusiness Travel Accident (BTA) â€“ New York Life\n\nClaims    benefits@cfindustries.com \n\nInternational SOS (medical and travel security assistance) (215) 942-8226\nwww.internationalsos.com/members  \nMembership Number: 11BCMA000183\n\nPassport Health  (travel immunizations and travel health) (888) 499-7277\nwww.passporthealthusa.com \nAccount: CF Industries\n\nVoluntary Benefits\n\nColonial Life | Accident Insurance, Whole Life, Cancer, Critical Illness\n\nEnrollment (833) 703-1967  \nwww.coloniallife.com \nEmployer Code: 5997424\n\nConversion (800) 325-4368\n\nPerkSpot | Auto & Home Insurance\n\nLiberty Mutual Insurance (Auto)\n175 Berkeley Street | Boston, MA 02116\n\n(888) 781-5644  www.libertymutual.com/perkspot\n\nMetLife (Home) (800) 438-6388 mybenefits.metlife.com\n\nPerkSpot Discounts   https://cfi.perkspot.com/login\n\nCOBRA / Retiree Medical \n\nCOBRA Enrollment  | Coverage changes, Paying for Coverage    (916) 303-7100 www.myrsc.com \n\nRetiree Medical Billing (916) 303-7100 www.myrsc.com\n\nRetiree Medical Changes in Coverage benefits@cfindustries.com   \n\nCF Industries Contacts\n\nBenefits    benefits@cfindustries.com \n\nPayroll payroll@cfindustries.com\n\nWorkDay                                                                                            https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld  \n\nhttps://online.metlife.com/edge/web/public/benefits\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing on the site changes \n\nany plan and/or contract terms, or any other term of your at-will employment with CF Industries. The site does not include, nor is it \n\nintended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, \n\nand trust agreements. If there is any discrepancy between the information on this site and the governing documents, the governing \n\ndocuments will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at \n\nany time, without notice, in accordance with applicable laws and regulations. 5/23\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n\n\nYour 2023 Monthly COBRA \nCost of Coverage\n\n\n1/23\n\n\nMedical Options Employee Only Employee + Spouse Employee + Child(ren) Family\n\n\nBCBS CF Standard PPO $682.75 $1,467.67 $1,131.06 $2,170.30\n\n\nBCBS CF Advantage PPO with HSA $718.19 $1,511.86 $1,190.46 $2,182.76\n\n\nDental $31.21 $61.83 $81.66 $125.39\n\n\nVision $9.07 $19.67 $19.88 $32.19\n\n\nCOBRA Administrator\n\n\nBASIC is our COBRA Administrator.  \n\n\nIf you have questions or need help, contact:\n\n\nBASIC COBRA\n\n\nPO Box 631325\n\n\nCincinnati, OH 45263\n\n\n(916) 303-7100\n\n\nhttps://www.myRSC.com \n\n\nCOBRA@BasicPacific.com\n\n\n\n\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 1: \n	Button 4: \n	Previous Page 4: \n	Button 6: \n	Previous Page 13: \n	Button 17: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 33: \n	Previous Page 22: \n	Button 34: \n	Previous Page 8: \n	Button 16: \n	Previous Page 14: \n	Button 18: \n	Previous Page 24: \n	Button 28: \n	Previous Page 29: \n	Button 42: \n	Previous Page 25: \n	Button 30: \n	Previous Page 15: \n	Button 37: \n	Previous Page 28: \n	Button 35: \n	Previous Page 11: \n	Button 36: \n	Previous Page 12: \n	Button 39: \n	Previous Page 16: \n	Button 40: \n	Previous Page 17: \n	Button 41: \n	Previous Page 26: \n	Button 31: \n	Previous Page 27: \n	Button 32: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13452, 798, '_relevanssi_pdf_content', '\nYour Benefits in Transition \nWhen Your Employment Ends\n\n\n\nFull-Time Termination Guide â€“ US 2\n\nIntroduction \n\nThe information in this booklet applies to full-time employees terminating employment with CF (the Company). \n\nWe are providing you this information to assist you with this period of transition.\n\nYOUR NEXT STEPâ€¦\n\nThe booklet addresses benefits available through the Company. You may participate in some or all of these \n\nbenefits. In each section, please pay particular attention to the areas labeled â€˜YOUR NEXT STEPâ€¦â€™  \n\nto guide you through important decisions and actions regarding your benefits.\n\nPlease note that this booklet is only a summary of the benefit Plans available to you for \n\ncontinuation or conversion. While we have made every effort to make this summary  \n\nas accurate as possible, if there are inconsistencies between this summary and  \n\nthe Plan document, the terms of the Plan documents will control. The benefits  \n\nand other provisions described in this booklet are effective only if you are  \n\neligible to participate in accordance with the terms of the Plans.\n\nCF reserves the right to amend, modify or terminate \n\nthe Plans at any time at its discretion.\n\n\n\nFull-Time Termination Guide â€“ US 3\n\nWhatâ€™s Inside \n\nWhat Happens to My Benefits? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nCOBRA â€“ Continuing Your Medical, Dental and Vision Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nFlexible Spending Accounts (FSAs). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nHealth Savings Account (HSA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nLife Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\nVoluntary Benefits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\nOther Benefit Programs (Educational Assistance, EAP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10\n\nCF Industries Holdings, Inc. 401(k) Plan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11\n\nCF Industries Holdings, Inc. Pension Plan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13\n\nFinal Pay. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14\n\nImportant Post-Termination Tips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14\n\nContact Information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15\n\n\n\nFull-Time Termination Guide â€“ US 4\n\n \n\nWhat Happens to My Benefits? \n\nParticipation in the CF benefit plans stops on your last day of employment with the Company. In some cases, \n\ncoverage may be continued or converted to an individual policy. The following summary outlines the availability \n\nof coverage following termination.\n\nBenefit Description\n\nMedical, Dental and Vision\nIf you or your covered dependents are enrolled in medical, dental and/or vision coverage,  \nCOBRA continuation is available.\n\nLife Insurance\n\nConversion privileges are available without evidence of insurability:\nâ€¢  Basic Life and AD&D\nâ€¢  Voluntary Life and Dependent Life\nâ€¢  Voluntary AD&D and Voluntary Dependent AD&D\n\nThere are limited portability privileges on:\nâ€¢  Voluntary Life and Dependent Life\n\nDisability Insurance Short-Term and Long-Term Disability coverage ends with no conversion privileges.\n\nFlexible Spending Accounts \n(FSAs) â€“ Health Care, Limited  \nPurpose Health Care, and \nDependent Care\n\nExpenses incurred before your termination date are eligible for reimbursement. COBRA \ncontinuation may be available for the Health Care and Limited Purpose Health Care FSA.  \nThere is no continuation for the Dependent Care FSA.\n\nHealth Savings Account \n(HSA)\n\nAll contributions stop with your last paycheck. Your HSA is an account that you own and that \ngoes with you. It can continue to be used to pay for qualified medical expenses now, in the \nfuture and in retirement.\n\nEducational Assistance \nand Employee Assistance \nProgram (EAP)\n\nContinuation is not available for the Educational Assistance program. The EAP is available for  \n12 months upon termination of CF employment.\n\nCF Industries Holdings, Inc. \n401(k) Plan\n\nAll employee and Company contributions stop with your last paycheck of eligible earnings.  \nIf you have an outstanding loan, you may choose to pay the amount of the loan due in full to \navoid a taxable event. You are eligible for distribution of your vested account balance following \nyour termination.\n\nCF Industries Holdings, Inc. \nPension Plan\n\nIf you are vested you will receive information from the Pension Center in the month  \nfollowing your termination of employment. Please contact the CF Industries Pension Center  \nat (866) 234-9977 if you have any questions.\n\nFinal Pay\nYou will receive pay for:\nâ€¢ Time worked through your termination date, plus\nâ€¢ All unused vacation available in the current year\n\n\n\nFull-Time Termination Guide â€“ US 5\n\nCOBRA â€“ Continuing Your  \nMedical, Dental and Vision Coverage  \n\nIf you and your dependents are covered under the CF medical, dental or vision plans, you have the right under the \n\nConsolidated Omnibus Budget Reconciliation Act (COBRA) to continue coverage for 18 months after termination \n\nof your employment. While on COBRA, you will pay the full cost of the coverage plus a 2% administration fee.\n\nYOUR NEXT STEPâ€¦\n\nCFâ€™s COBRA administrator is BASIC COBRA. Within the month following your termination of employment, \n\nBASIC COBRA will mail to your home forms and notification information you will need to continue medical, \n\ndental and/or vision coverage. Complete the â€œCOBRA Continuation Election Formâ€ BASIC COBRA sends to \n\nyou and return it to the address provided on the form. You may contact BASIC COBRA at (916) 303-7100 or \n\nemail COBRA@BasicPacific.com.\n\nYou have 60 days from your termination of employment date or notification date (whichever is later) to \n\nelect COBRA. If you do not return the required form to BASIC COBRA within this timeframe, you will not be \n\neligible to continue coverage under COBRA.\n\nYou have a maximum of 45 days from your date of election to pay the initial premium. If you elect COBRA \n\ncontinuation, your coverage is retroactive to your termination of employment date. Coverage is not reinstated \n\nuntil both your election form and premiums are received.\n\nMaking Your COBRA Decision\nCOBRA provides you and your dependents the right to elect coverage independently. In other words, you,  \n\nyour spouse, or dependent child(ren) may each elect to either continue coverage or not to continue coverage.\n\nIf you or your dependent chooses to continue medical, dental and/or vision coverage, the coverage will be identical \n\nto that which you had as an employee of CF Industries. You will be able to make limited changes at annual \n\nenrollment or when a â€œchange in family statusâ€ is experienced. In deciding whether to enroll in COBRA coverage, \n\nbe sure to consider other options you may have, such as access to coverage through your spouseâ€™s employer.\n\nPaying for Coverage\nIf you elect continued medical, dental and/or vision coverage, the \n\npremium you will pay is the full premium, plus a 2% administration fee.\n\nThe premiums you pay may change on an annual basis. The Company \n\nwill notify you in writing of any Plan or premium changes.\n\nClick here for current \n\nCOBRA rates. \n\n\n\nFull-Time Termination Guide â€“ US 6\n\nFlexible Spending Accounts (FSAs) \n\nHealth Care and Limited Purpose Health Care FSAs\nIf you have a Health Care or Limited Purpose Health Care FSA, and you have a balance available in your account \n\nfor reimbursement, you may have the right under The Consolidated Omnibus Budget Reconciliation Act (COBRA) \n\nto continue making contributions on an after-tax basis through the end of the year.\n\nYOUR NEXT STEPâ€¦\n\nPlease submit claims for expenses incurred through your termination date. Claims can be submitted by  \n\nlogging in to Fidelityâ€™s website at www.netbenefits.com. You must submit your claims within 90 days of \n\nyour termination of employment.\n\nAny claims that you incur after your employment termination date are not eligible for reimbursement unless \n\nyou continue coverage through COBRA. If you are eligible to continue your participation in the FSA, BASIC \n\nCOBRA will mail a COBRA election form and notification information to your home. Complete the â€œCOBRA \n\nContinuation Election Formâ€ BASIC COBRA sends to you and return it to the address provided on the form. \n\nYou may contact BASIC COBRA at (916) 303-7100 or email COBRA@BasicPacific.com.\n\nYou have 60 days from your termination of employment date or notification date (whichever is later) to \n\nelect COBRA. If you do not return the required form to BASIC COBRA within this time-frame, you will not be \n\neligible to continue coverage under COBRA and you will forfeit any remaining funds in your FSA.\n\nYou have a maximum of 45 days from your date of election to pay the initial premium. If you elect COBRA \n\ncontinuation, your coverage is retroactive to your termination of employment date. Coverage is not reinstated \n\nuntil both your election form and premiums are received.\n\nDependent Care FSA\nIf you have a Dependent Care Flexible Spending Account, your account is suspended as of your termination of \n\nemployment date. You may submit claims for expenses incurred through your termination of employment date, \n\nbut any claims you incur after your termination of employment date are ineligible. Your account will be closed 90 \n\ndays after your termination date and any remaining funds in your DCFSA will be forfeited.\n\nYOUR NEXT STEPâ€¦\n\nPlease submit claims for expenses incurred through your termination of employment date. Claims can be \n\nsubmitted by logging in to Fidelityâ€™s website at www.netbenefits.com. You must submit your claims within \n\n90 days of your termination of employment date.\n\n\n\nFull-Time Termination Guide â€“ US 7\n\n \n\nHealth Saving Account (HSA)  \n\nIf you are currently contributing to your HSA, your contributions will end with your last paycheck.  \n\nYour HSA balance is yours to take with you when you separate from employment. You may keep your  \n\nbalance with Fidelity and continue to use the money for eligible expenses or roll over your balance to  \n\nanother HSA administrator.  Fidelity may assess a monthly fee for accounts with low balances.\n\nPlease contact Fidelity at (800) 544-3716 to speak with a HSA Service Specialist who can answer your  \n\nHSA questions.\n\n\n\nFull-Time Termination Guide â€“ US 8\n\n \n\nLife Insurance  \n\nBasic Life, Voluntary Life and Dependent Life insurance\nBasic Life, Voluntary Life and Dependent Life insurance Your Basic Life Insurance, as well as any Voluntary Life \n\nand Dependent Life Insurance, ends on the last day of your employment.\n\nPortability\n\nYou may take advantage of the â€œportabilityâ€ feature for the Voluntary Life and Dependent Life Insurance without \n\nevidence of insurability. The amount of insurance available for â€œportingâ€ may not exceed the amount in force or \n\nthe amount approved by the insurance company on your termination date. Portability is less expensive than \n\nconversion, but is only available up to age 70.\n\nConversion\n\nYou may convert your Basic Life, Voluntary Life and Dependent Life to an Individual Ordinary Life Policy without \n\nevidence of insurability. The amount of insurance available for conversion may not exceed the amount in force or \n\nthe amount approved by the insurance company on your termination date.\n\nAccidental Death & Dismemberment (AD&D) and Voluntary AD&D Insurance\nYour AD&D Insurance, as well as any Voluntary AD&D Insurance for you or your dependents, ends on the last day \n\nof your employment. If you and your covered dependent are under age 70, coverage may be converted without \n\nevidence of insurability. The amount of insurance available for conversion may not exceed the amount in force on \n\nyour termination date with a maximum of $250,000.\n\nYOUR NEXT STEPâ€¦\n\nNew York Life will send you a Life Insurance Conversion and Portability Application Notice to your home \n\naddress within two weeks of receiving your termination date. If you are interested in portability or conversion, \n\nplease note that you must submit your application and your applicable premium within 62 days from your \n\nCoverage End Date. Contact New York Life directly at (888) 737-3855 if you do not timely receive information \n\non conversion or portability.\n\n\n\nFull-Time Termination Guide â€“ US 9\n\n \n\nDisability Insurance  \n\nShort-Term Disability (STD) and Long-Term Disability (LTD) insurance ends on your termination of employment. \n\nVoluntary Benefits  \n\nAuto/Home Insurance\nIf you have questions concerning your current coverage or direct bill,  \n\nplease contact MetLife at (800) 438-6388 or Liberty Mutual at (888) 781-5644.\n\nColonial Insurance Plans\nIf you are enrolled in supplemental insurance through Colonial, you may be eligible to continue your coverage \n\nthrough direct bill. If you have questions regarding continuing coverage contact Colonial at (866) 349-6179.\n\nYOUR NEXT STEPâ€¦\n\nIf you (and/or your dependents) are enrolled in this coverage, you may be eligible to continue your coverage \n\nthrough direct bill. Please contact Colonial within 30 days of your separation from employment for more \n\ninformation. A Colonial representative can be reached at (866) 349-6179.\n\n\n\nFull-Time Termination Guide â€“ US 10\n\nOther Benefit Programs \n\nEducational Assistance (Tuition Reimbursement)\nThis benefit ends as of your termination of employment. If you voluntarily end your employment with CF within \n\n12 months of receiving an Education Assistance reimbursement, you will be required to repay the full amount \n\n(any education reimbursement received within the 12 months preceding termination) to CF within 30 days of \n\ntermination. Please contact your local HR representative for more information.\n\nEmployee Assistance Program (EAP)\nYou and your family may continue to utilize the services of the EAP for 12 months. Contact ComPsych at  \n\n(866) 465-8943. Online resources are available at www.guidanceresources.com. (Web ID: CFIND).\n\nWell-Being Programs â€“ Dario and Propel\nEligibility ends on the date your employment ends with CF.\n\n\n\nFull-Time Termination Guide â€“ US 11\n\n \n\nCF Industries Holdings, Inc.  \n401(k) Plan  \n\nContributions\nAll contributions (including Company matching contributions, employee before-tax, Roth, catch-up,  \n\nRoth catch-up and after-tax contributions) to the CF Industries Holdings, Inc. 401(k) Plan stop as of your last \n\npaycheck of eligible earnings.\n\nPlease contact Fidelity to obtain additional information regarding your CF Industries Holdings, Inc. 401(k) Plan.  \n\nA copy of the Summary Plan Description can be obtained by contacting the CF Industries Benefits Department \n\nat benefits@cfindustries.com or by visiting www.CFTotalRewards.com.\n\nOutstanding Loan\nIf you have a Plan loan, the outstanding balance must be repaid in full within 90 days of your termination date \n\nto avoid a taxable event. As a former employee, you may not use funds from the Plan to pay off your loan. If \n\nyou choose not to pay off your loan, the outstanding loan balance will be considered a taxable distribution and \n\nreported to the Internal Revenue Service (IRS). It is subject to ordinary income taxes and any applicable tax \n\npenalties imposed by the Internal Revenue Code.\n\nFor example, if you have an outstanding loan and you elect a total cash distribution of your account balance,  \n\nthe amount of taxable income reported to the IRS will equal the amount distributed to you plus the outstanding \n\nloan balance.\n\nIf you elect to defer receipt of your account or if you elect to roll over your account to an individual retirement \n\naccount, the amount of taxable income reported to the IRS will be equal to the amount of the outstanding loan.\n\nYOUR NEXT STEPâ€¦\n\nIf you have a loan under the CF Industries Holdings, Inc. 401(k) Plan, decide whether you want to repay the \n\noutstanding balance within 90 days to avoid a taxable event. Contact Fidelity at (800) 835-5095 to confirm \n\nyour payoff amount and discuss your options.\n\nContinued\n\n\n\nFull-Time Termination Guide â€“ US 12\n\nDistributions\nYou may request a distribution from your CF Industries Holdings, Inc. 401(k) Plan account upon termination of \n\nemployment. All distributions are subject to ordinary income taxes and any applicable tax penalties imposed by \n\nthe Internal Revenue Code.\n\nMaking Your Distribution Decision\nIf you do not affirmatively make an election regarding distribution, the following applies:\n\nâ€¢  If the vested value of your account is $1,000 or less, a lump-sum distribution will occur within 90 days of your \n\nemployment termination. You may not leave it in the Plan.\n\nâ€¢  If the vested value of your account is more than $1,000 but less than or equal to $5,000, your total vested \n\naccount balance will be automatically rolled over to a Fidelity individual retirement account (IRA) within 90 days \n\nof your employment termination. You may not leave it in the Plan.\n\nYOUR NEXT STEPâ€¦\n\nFidelity will send a termination kit to your home address within 30 days. Upon receipt of the kit, you may elect \n\na distribution by calling Fidelity at (800) 835-5095.\n\nYOUR NEXT STEPâ€¦\n\nYou may want to consult with a professional tax advisor before taking payments from the CF Industries \n\nHoldings, Inc. 401(k) Plan. You can find more detailed information on the federal tax treatment of payments \n\nfrom employer plans in IRS Publication 575, Pension and Annuity Income, IRS Publication 590, Individual \n\nRetirement Arrangements (IRAs), and IRS Publication 571, Tax-Sheltered Annuity Plans (403(b) Plans). These \n\npublications are available from a local IRS office, at www.irs.gov, or by calling (800) TAX-FORM (829-3676).\n\n\n\nFull-Time Termination Guide â€“ US 13\n\nCF Industries Holdings, Inc.  \nPension Plan  \n\nIf you were employed on or before December 31, 2022, you may have a pension plan benefit under the  \n\nCF Industries Holdings, Inc. Pension Plan. Vesting service under the plan ends on your termination date.\n\nA copy of the Summary Plan Description can be obtained by contacting the CF Industries Benefits Group at  \n\n(847) 405-2400 or by visiting www.CFTotalRewards.com.\n\nYou may be eligible to commence benefits, if you are a participant in the CF Industries Holdings, Inc. Pension \n\nPlan, have a vested benefit, and if you are eligible for benefit commencement.\n\nYOUR NEXT STEPâ€¦\n\nContact the CF Industries Pension Center at (866) 234-9977 to receive information regarding your  \n\nCF Industries Holdings, Inc. Pension Plan or to request Retirement paperwork. In the month that follows \n\nyour date of separation, you will be mailed the paperwork about your options for taking a distribution of your \n\nvested retirement assets.\n\nYOUR NEXT STEPâ€¦\n\nYou may want to consult with a professional tax advisor before taking payments from the CF Industries \n\nHoldings, Inc. Pension Plan. You can find more detailed information on the federal tax treatment of payments \n\nfrom employer plans in IRS Publication 575, Pension and Annuity Income, IRS Publication 590, Individual \n\nRetirement Arrangements (IRAs), and IRS Publication 571, Tax-Sheltered Annuity Plans (403(b) Plans). These \n\npublications are available from a local IRS office, at www.irs.gov, or by calling (800) TAX-FORM (829-3676).\n\n\n\nFull-Time Termination Guide â€“ US 14\n\n \n\nFinal Pay  \n\nFinal Pay \nYou will receive regular pay for the time worked through your termination of employment date.\n\nVacation Pay\nYou will also receive a vacation payment based upon the amount of your unused vacation,  \n\nincluding any carryover days from the previous year.\n\nImportant  \nPost-Termination \n\nTips  \nPay Slips\nYou can access Workday for up to three years following your termination date to  \n\nview and print your pay slips. Once logged in, you may access your pay slips under the Pay Icon.\n\nClick here to access Workday, or copy and paste the URL below into your browser window: \n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\n\nSelect the Use my Workday Login (this option is for pre and post employment). Workday username is your \n\npersonal email if you have one in Workday, if not, then it would be FirstName.LastName. For password resets, \n\nplease contact CF IT Support at (847) 405-2888.\n\nYear-End Tax Documents and Personal Information Changes\nCopies of your W-2s are available through ADPâ€™s secure and convenient self-service portal. You may also view and \n\nupdate your personal information to keep your contact information up to date.\n\nTo access ADPâ€™s secure portal, you will need the following information:\n\nâ€¢ ADPâ€™s website URL: https://my.adp.com\n\nâ€¢ CFâ€™s Registration Code: CFD2-W2\n\nClick here for instructions on how to register your account or reset your password.\n\nContact the CF Payroll Team at Payroll@cfindustries.com if you need assistance.\n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\r\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs%20Global/ADP_Employee_Self_Service_Registration_QRG.pdf\n\n\nFull-Time Termination Guide â€“ US 15\n\n \n\nContact Information\n\nMedical\n\nBlue Cross Blue Shield / Health Advocacy Solutions (888) 902-8293 www.bcbsil.com\n\nDental and Vi sion\n\nCIGNA Dental (800) 244-6224 www.mycigna.com | Account: 3333808\n\nCIGNA Vision (877) 478-7557 www.mycigna.com | Account: 3333808\n\nPrescription Drugs\n\nPrime Therapeutics (888) 902-8293 www.myprime.com\n\nHealth Savings Account (HSA)\n\nFidelity NetBenefits (800) 835-5095  www.netbenefits.com\n\nFlexible Spending Accounts (FSAs)\n\nFidelity NetBenefits (833) 299-5089  www.netbenefits.com\n\nWell-Being\n\nStrive   Login â€“ Propel Wellness (cftotalrewards-strive.com)\n\nDario (833) 438-0736   www.about.dariohealth.com/cfindustries \n\nAyco (800) 527-0012  www.ayco.com/login/cfindustries.com\n\nEmployee Assistance Plan (EAP) (866) 465-8943\nwww.guidanceresources.com  \n(company ID: CFIND)\n\nLife Insurance â€“ New York Life\n\nLife Insurance Evidence of Insurability (EOI) | FLX963674 (866) 607-2360 BethlehemMail@newyorklife.com\n\nConversion / Portability (770) 690-1980\n\nLife and AD&D Claims benefits@cfindustries.com   \n\nDisability â€“ New York Life\n\nShort Term Disability (STD)   (800) 362-4462 myNYLGBS.com\n\nLong Term Disability (LTD) | FLK960499 (800) 362-4462   myNYLGBS.com \n\nLTD Evidence of Insurability (EOI) | FLK960499 (866) 607-2360  BethlehemMail@newyorklife.com\n\nFMLA Leave â€“ New York Life (800) 362-4462 myNYLGBS.com\n\nRetirement\n\nFidelity Investments | CF Industries Holdings, Inc.  \n401(k) Plan\n\n(800) 835-5095 www.netbenefits.com | Account: 09650\n\nCF Industries Pension Center | CF Industries Holdings, Inc.  \nPension Plan\n\n(866) 234-9977  ypr.aon.com/cfindustries\n\nContinued\n\nhttps://www.cftotalrewards-strive.com/en/login/\nhttps://www.mynylgbs.com/auth\nhttps://www.mynylgbs.com/auth\nhttps://www.mynylgbs.com/auth\nhttps://ypr.aon.com/cfindustries/#/\n\n\nFull-Time Termination Guide â€“ US 16\n\nBusiness Travel Accident (BTA) â€“ New York Life\n\nClaims    benefits@cfindustries.com \n\nInternational SOS (medical and travel security assistance) (215) 942-8226\nwww.internationalsos.com/members  \nMembership Number: 11BCMA000183\n\nPassport Health  (travel immunizations and travel health) (888) 499-7277\nwww.passporthealthusa.com \nAccount: CF Industries\n\nVoluntary Benefits\n\nColonial Life | Accident Insurance, Whole Life, Cancer, Critical Illness\n\nEnrollment (833) 703-1967  \nwww.coloniallife.com \nEmployer Code: 5997424\n\nConversion (800) 325-4368\n\nPerkSpot | Auto & Home Insurance\n\nLiberty Mutual Insurance (Auto)\n175 Berkeley Street | Boston, MA 02116\n\n(888) 781-5644  www.libertymutual.com/perkspot\n\nMetLife (Home) (800) 438-6388 mybenefits.metlife.com\n\nPerkSpot Discounts   https://cfi.perkspot.com/login\n\nCOBRA / Retiree Medical \n\nCOBRA Enrollment  | Coverage changes, Paying for Coverage    (916) 303-7100 www.myrsc.com \n\nRetiree Medical Billing (916) 303-7100 www.myrsc.com\n\nRetiree Medical Changes in Coverage benefits@cfindustries.com   \n\nCF Industries Contacts\n\nBenefits    benefits@cfindustries.com \n\nPayroll payroll@cfindustries.com\n\nWorkDay                                                                                            https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld  \n\nhttps://online.metlife.com/edge/web/public/benefits\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing on the site changes \n\nany plan and/or contract terms, or any other term of your at-will employment with CF Industries. The site does not include, nor is it \n\nintended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, \n\nand trust agreements. If there is any discrepancy between the information on this site and the governing documents, the governing \n\ndocuments will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at \n\nany time, without notice, in accordance with applicable laws and regulations. 5/23\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n\n\nYour 2023 Monthly COBRA \nCost of Coverage\n\n\n1/23\n\n\nMedical Options Employee Only Employee + Spouse Employee + Child(ren) Family\n\n\nBCBS CF Standard PPO $682.75 $1,467.67 $1,131.06 $2,170.30\n\n\nBCBS CF Advantage PPO with HSA $718.19 $1,511.86 $1,190.46 $2,182.76\n\n\nDental $31.21 $61.83 $81.66 $125.39\n\n\nVision $9.07 $19.67 $19.88 $32.19\n\n\nCOBRA Administrator\n\n\nBASIC is our COBRA Administrator.  \n\n\nIf you have questions or need help, contact:\n\n\nBASIC COBRA\n\n\nPO Box 631325\n\n\nCincinnati, OH 45263\n\n\n(916) 303-7100\n\n\nhttps://www.myRSC.com \n\n\nCOBRA@BasicPacific.com\n\n\n\n\n\n\n	Previous Page 19: \n	Button 47: \n	Previous Page: \n	Button 1: \n	Previous Page 1: \n	Button 4: \n	Previous Page 4: \n	Button 6: \n	Previous Page 25: \n	Button 30: \n	Previous Page 15: \n	Button 37: \n	Previous Page 28: \n	Button 35: \n	Previous Page 11: \n	Button 36: \n	Previous Page 12: \n	Button 39: \n	Previous Page 16: \n	Button 40: \n	Previous Page 10: \n	Button 33: \n	Previous Page 22: \n	Button 34: \n	Previous Page 5: \n	Button 7: \n	Previous Page 17: \n	Button 41: \n	Previous Page 26: \n	Button 31: \n	Previous Page 27: \n	Button 32: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13453, 801, '_relevanssi_pdf_content', '\n \n\nLEAVE OF ABSENCE (LOA) REQUEST FORM \nMaternity & Parental \n\n \nPlease complete this form to request a leave under the CF Industries (the â€œCompanyâ€) Paid Maternity and Parental \nLeave Policy for maternity and parental leaves. Provide the completed form to Human Resources ninety (90) days \nprior to the beginning of your scheduled leave date. \n \nIn order to participate in CF Industriesâ€™ top-up for and parental leaves, please understand the following: \n\n1. CF top-up maternity and parental leave benefits are only available as a result of birth or adoption of a \nchild.  \n\n2. 2. Only full-time permanent personnel are eligible to access CF Industries top-up program provided they \nhave:  \nâ€¢ Completed one (1) full year of active service with the Company.  \nâ€¢ Provided Human Resources with a copy of this form â€“ completed and approved â€“ at least ninety (90)   \n   days prior to your scheduled leave date.  \n\n3.  The top-up (paid) portion of the leave provided by the Company must be used in full within six (6) \nconsecutive months of birth or adoption.  \n\n4. First statement of EI earnings must be provided to Human Resources as soon as possible for top-up \ncalculation.  \n\n \nPlease complete the below fields to request a maternity or parental leave of absence \n \n\nI, _____________________ (Employee Name), have read and understand the content and requirements of the Paid \nMaternity and Parental Leave Policy for parental and maternity leaves. I understand that my request for leave is \nsubject to departmental/HR approval based on business needs. \n \n\nEmployee Name (Please Print)  \n\nEmployee ID  \n\n \n\nAnticipated Start Date of Leave: Anticipated Date of Return to Work: \n      \n\n     Select your leave from one of the following options: \n\n â˜ Maternity â€“ Paid  \n  (In conjunction with EI earnings, top-up to 100% up to 13 weeks.)  \n\n â˜ Parental â€“ Paid  \n  (In conjunction with EI earnings, top-up to 100% up to 2 weeks.) \n\n â˜ Maternity/Parental â€“ Unpaid  \n\n   \nEmployee Signature: Date: \n\nSupervisor Approval: Date: \n\nManager Approval: Date: \n\nHR Approval: Date: \n\nTo Be Completed by HR (if not approved):  \n(Provide denial reason and initial).                                                                              Date:______________________ \n \n \n \n\n\n\n \nEmployee Name (Please Print)  \n\nEmployee ID  \n\n \n  \n \nTo Be Completed by HR for Payroll Processing:  \n \n \n \n\nBi-Weekly Base Pay Amount (100%) Bi-weekly EI Payment Amount Bi-weekly Top Up Payment Amount \n\n   \n\n \nCoverage Start Date:      Coverage End Date:  \n \nProvide sub-periods if required for payroll:  \n \n\nWeek Sub-period (added to comments) Amount Pay Date \n\n1    \n\n2    \n\n3    \n\n4    \n\n5    \n\n6    \n\n7    \n\n8    \n\n9    \n\n10    \n\n11    \n\n12    \n\n13    \n\n14    \n\n15    \n\n \n \n\n \n\n \n\n \n\n \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13454, 808, '_relevanssi_pdf_content', '\nManage Your Benefits - Canada  \nCF WORKDAY TIP SHEET\n\nThis tip sheet shows you how to request a change to your benefit elections due to a life event. Benefit elections \nare made during annual enrollment and can only be changed within 31 days of a qualified life event change. In \naddition, you must provide proof or documentation of your change request and the change must be approved \nby the Benefits Department. Click the Benefits icon to view your benefit elections, costs and dependents. \n\nNote: If you want to change your beneficiary at any time, you can do so by printing and completing a Sun Life \nBeneficiary Designation form and returning it to your local Human Resources. You cannot change your \nbeneficiary on Workday.\n\n   \n\n\n\nSteps for Changing Your Benefits \n\nIf you experience a life event and want to update your  \ncoverage (for example, if you get married or have a child): \n\nï‚· Click your profile icon\nï‚· Select Inbox\nï‚· Click the Benefit Event task\nï‚· The Revise Benefit Changes page displays\nï‚· Make your selections and click Submit\nï‚· Complete and continue through all required screens\nï‚· Check the I Agree box\nï‚· When you check the Agree box, you are providing\n\nyour electronic signature requesting and confirming\nthe changes to your benefit elections\n\nï‚· Click Submit \n\nIf you have questions about your benefit programs, go to cftotalrewards.com.\n\nï‚· Click Benefits\nï‚· Choose a Benefit Event Type\nï‚· Enter the Benefit Event Date\n\n and attach ï‚· Click the plus icon\nrelevant documents\n\nï‚· Click Submit\n\nYour request and documentation is submitted to the  \nBenefits Department for review and approval.  You will  \nreceive a response in your inbox within 5 business days.   \n\n\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13455, 809, '_relevanssi_pdf_content', '\n\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13456, 825, '_relevanssi_pdf_content', '\nAnnual Enrollment 2023 \nDecision eGuide\nOctober 31 to November 11, 2022\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2023 â€“  \nOctober 31 to November 11, 2022\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage  \n\nthat is right for you and your family using your Flex Credits. Reviewing your out-of-pocket  \n\nexpenses from the current year, as well as your planned expenses for the coming year,  \n\ncan help you determine what level of health and dental coverage you need. \n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2023, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nWhatâ€™s New for 2023 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3\n\nEligibility & Enrollment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nYour Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . 5\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . 5\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nHealth Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nDental Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nHealth Spending Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nEmployee Assistance Program (EAP) . . . . . . . . . . . . . . . . . . . 8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nContacts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 3\n\nWhatâ€™s New for 2023 \n\nThe following chart provides an overview of whatâ€™s new for 2023. \n\nBenefit/Program Description\n\nHealth Option 1\n\nâ€¢  There will be a $100 increase in Flex Credits. This will offer you additional Flex Credits \nto contribute to your HSA or take as taxable cash. \n\nâ€¢  Fertility treatment will now be covered up to a $20,000 lifetime maximum.\n\nâ€¢  Fertility treatment medication will now be covered up to a $2,500 lifetime maximum.\n\nHealth Option 2 â€¢  Fertility treatment will now be covered up to a $20,000 lifetime maximum.\n\nDental Option 1\nâ€¢  There will be a $50 increase in Flex Credits. This will offer you additional Flex Credits \n\nto contribute to your HSA or take as taxable cash.\n\nDental Option 2\nâ€¢  Adult orthodontia will now be covered at 50% up to a $2,000 lifetime maximum.\n\nâ€¢  There is an increase to the cost and Flex Credits. However, this option will still be no \ncost to you.\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 4\n\n \n\nEligibility & Enrollment \n\nThe elections you make during Annual Enrollment will be effective from January 1, 2023, through  \n\nDecember 31, 2023. Once Annual Enrollment ends, you cannot make changes during 2023 unless  \n\nyou experience a qualifying life event.  \n\nBe sure to take the following action:\n\nConsider Your Needs and Learn More About Your Options \nâ€¢  Understand the personal needs of your family. If your family status has  \n\nchanged, such as through marriage or a new child, your benefit needs may  \n\nhave changed. Carefully review your options to see if you need to make  \n\nadjustments or add coverage. \n\nâ€¢  Review your options and whatâ€™s new for 2023. This guide  \n\nprovides an overview of your choices for 2023. Read it carefully  \n\nand share it with your family so youâ€™re prepared to enroll.  \n\nVisit CFTotalRewards.com for even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2022 coverages will carry  \n\nforward to 2023 , including your excess Flex Credit  \n\nelection. If you want to make changes to your  \n\ncoverage, or change how your excess Flex  \n\nCredits are allocated, you should take  \n\naction during Annual Enrollment.\n\nThere are some changes to the  \n\nmedical and dental options, so  \n\ntake the time to review the  \n\nchanges and decide if you  \n\nwant to take action.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 5\n\nYour Flex Credits \n\nNEW for 2023\n\nYou will receive $100 more Flex Credits when you \n\nchoose Health Coverage Option 1.\n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and number of Flex Credits needed \n\nare shown below. You do not have to choose the same \n\ncoverage level for health and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $787 $1,287 ($500) excess Flex Credits\n\nEmployee + 1 $1,401 $1,901 ($500) excess Flex Credits\n\nFamily $2,227 $2,727 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,300 $1,300 $0\n\nEmployee + 1 $2,315 $2,315 $0\n\nFamily $3,679 $3,679 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $437 $862 ($425) excess Flex Credits\n\nEmployee + 1 $728 $1,153 ($425) excess Flex Credits\n\nFamily $1,232 $1,657 ($425) excess Flex Credits\n\nOption 2\n\nSingle $878 $878 $0\n\nEmployee + 1 $1,462 $1,462 $0\n\nFamily $2,475 $2,475 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are \n\nenrolling in coverage. If you are enrolling \n\nyourself only in health coverage and you and \n\nyour spouse in dental coverage, your health \n\ncoverage family status would be Single  \n\nand your dental coverage family status would  \n\nbe Employee + 1.\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 6\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31.\n\nNEW for 2023 â€“ Both options feature fertility benefits and Option 1 now includes fertility prescription drugs.\n\nBenefit Option 1 Option 2\n\nPrescription drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nNEW â€“ Includes fertility up to a lifetime \nmaximum of $2,500\n\n100% Includes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime maximum \nof $2,500\n\nVision care** Fixed benefit period renews every 2 years starting January 1, 2022\nFixed benefit period renews every 2 years \nstarting January 1, 2022\n\nEye exams and eyeglasses, \ncontacts, laser surgery\n\n$75 every two years for adults, every year \nfor children\n\n$300 every two years for adults, every year \nfor children\n\nParamedical practitioners  \n(e.g., chiropractic, podiatry, \nnaturopathy), family practitioner \n\n70% to $500 maximum for psychologist/\nsocial worker; and $500 maximum for \nall other practitioners (e.g. chiropractic, \npodiatry, naturopathy)\n\n100% to $1,000 maximum for psychologist/\nsocial worker; and $1,000 maximum for \nall other practitioners (e.g. chiropractic, \npodiatry, naturopathy)\n\nMedical services and equipment  \n(e.g., orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum every 3 years 100% to a $2,000 maximum every 3 years\n\nPrivate duty nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nNEW â€“ Fertility treatment $20,000 lifetime maximum\n\nOut of country medical â€“ Up to \n$2,000,000 per person per lifetime\n\n100% coinsurance for emergency care \n\n80% coinsurance for referral, non-emergency care\n\n* Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n** Vision coverage follows a fixed cycle that begins on January 1, 2022 and renews every two years. Child vision coverage ends when your dependent \nturns age 19. See the vision benefit section of the handbook for more information.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life.\n\nNEW for 2023 â€“ Orthodontia benefits are now available to adults in Dental Coverage Option 2.\n\nBenefit Option 1 Option 2\n\nBasic and preventive treatments \n(e.g., cleanings, fluoride, x-rays, \nfillings, extractions) Recall exams \ninclude 2 units of scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and periodontic \ntreatments (e.g., root canals, \ntreatments for gum disease)\n\n70% 90%\n\nMajor restorative procedures  \n(e.g., bridgework, crowns, inlays \nand onlays)\n\n50% 60%\n\nCombined maximum for above \nbenefits per year $1,500 $2,000\n\nOrthodontia Not covered\nNEW â€“ Now covered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and dental \n\nexpenses. You can choose to deposit unused Flex Credits into your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢  You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢  The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEmployee Assistance Program (EAP)\nThe EAP, administered by ComPsych, provides confidential support, consultation, resources and information \n\nto help you and your family members maintain a work life balance and manage personal difficulties. You are \n\neligible for up to five face-to-face sessions, per year, per topic. EAP services are provided at no cost to you and \n\nyour family household members. You can contact ComPsych 24/7 by phone at (844) 357-2009 or online at \n\nguidanceresources.com (Web ID: CFINDCAN).\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of \n$10,000) after 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\nhttps://www.guidanceresources.com/groWeb/login/login.xhtml\n\n\nCF Industries 2023 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nFor Information Aboutâ€¦ Contactâ€¦\n\nâ€¢ Benefit choices and how to enroll \n\nâ€¢ Company policies \n\nâ€¢ Short-Term disability claims \n\nâ€¢ Tax and payroll information \n\nâ€¢ Updating your benefits after a life event\n\nCourtright Human Resources Department \n161 Bickford Line \nCourtright, Ontario N0N 1H0 \nPhone: (519) 867-2739 (ext. 1903) \nEmail: courtrighthr@cfindustries.com \n\nMedicine Hat Human Resources Department \nPO Box 1300 Medicine Hat, AB T1A-7R9 \n\nProduction Employees: \nPhone: 403-525-4339 (Rachel) \nEmail: rcollin@cfindustries.com \n\nNon-Production Employees: \nPhone: (403) 525-4343 (Amissa) \nEmail: afunk@cfindustries.com\n\nâ€¢  Making health, dental and Health Spending \nAccount claims \n\nâ€¢  Coverage under your health, dental and \nHealth Spending Account benefits \n\nâ€¢ Life and disability claims \n\nâ€¢ The status of a claim\n\nSun Life Financial \nPhone: (800) 361-6212 \n(youâ€™ll need your Member ID and plan program number 50621) \n\nHours: Monday through Friday 6 a.m. to 6 p.m. (MDT) (8 a.m. to 8 p.m. EST) \n\nWebsite: sunlife.ca/member \n\nTo register, enter your CF email address. Once entered, youâ€™ll receive \nan email from Sun Life to confirm your email address. To complete the \nregistration, set up a password and answer some verification questions \nand answers.\n\nAccessing top medical specialists\nTeladoc Medical Experts \nPhone: (877) 419-2378 \nWebsite: Teladoc.ca/medical-experts\n\nGeneral information CFTotalRewards.com\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.teladoc.ca/medical-experts/\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide \n\nchanges any plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, \n\nnor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan \n\ndocuments, and trust agreements. If there is any discrepancy between the information on this site and the governing documents, \n\nthe governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its \n\nbenefits program at any time, without notice, in accordance with applicable laws and regulations.\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 1: \n	Button 4: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13457, 828, '_relevanssi_pdf_content', '\nTo take advantage of the program:\nâ€¢ Always carry your current member ID card.\n\nâ€¢ Before you travel, contact your Blue Cross and  \nBlue Shield (BCBS) company for coverage details. \nCoverage outside the United States may be different.\n\nâ€¢ If you need to locate a doctor or hospital, call the \nService Center for Blue Cross Blue Shield Global Core \n(see number below). An assistance coordinator, in  \nconjunction with a medical professional, will arrange a  \nphysician appointment or hospitalization if necessary.\n\nâ€¢ If you need inpatient care, call the Service Center (see \nnumber below) to arrange direct billing. In most cases, you \nshould not need to pay upfront for inpatient care except for \nthe out-of-pocket expenses (noncovered services, deduct-\nible, copayment and coinsurance) you normally pay. The \nhospital should submit the claim on your behalf.\n\nTo learn more about Blue Cross Blue Shield Global Core:\nâ€¢ Visit www.bcbsglobalcore.com.\nâ€¢ Use the Blue Cross Blue Shield Global Core app for Android*, iPhone,  \n\nand iPod touch.** (Rates from your wireless provider may apply).\nâ€¢ Call your BCBS company.\nâ€¢ Call the Service Center at 1.800.810.2583 or collect at 1.804.673.1177, 24 hours a day, seven days a week.\n\nThe Blue Cross Blue Shield Global Core program was formerly known as BlueCard WorldwideÂ®.\n\nBlue Cross, Blue Shield, the Blue Cross and Blue Shield symbols, BlueCard, BlueCard Worldwide, and Blue Cross Blue Shield Global are \ntrademarks of the Blue Cross Blue Shield Association, an association of independent Blue Cross and Blue Shield companies.\n\n*Android is a trademark of Google Inc. **Apple, the Apple logo, iPod touch, and iTunes are trademarks of Apple Inc., registered in the \nU.S. and other countries. iPhone is a trademark of Apple Inc. App Store is a service mark of Apple Inc.\n\n18-059-N35\n\nHealthcare coverage when you are traveling or living abroad\nAs a Blue Cross and Blue Shield member, you take your healthcare benefits with you when  \nyou are abroad. Through the Blue Cross Blue Shield GlobalÂ® Core program, you have access  \nto doctors and hospitals around the world.\n\nâ€¢ In addition to contacting the Service Center, call your \nBCBS company for precertification or preauthorization. \nRefer to the phone number on the back of your member \nID card. Note: This number is different from the phone \nnumber listed below.\n\nâ€¢ For outpatient and doctor care or inpatient care not \narranged through the Service Center, you may need to \npay upfront. Complete a Blue Cross Blue Shield Global \nCore International claim form and send it with the bill(s) \nto the Service Center (the address is on the form). You \ncan also submit your claim online or through the Blue \nCross Blue Shield Global Core mobile app. The claim \nform is available from your BCBS company or online at \nwww.bcbsglobalcore.com.\n\nIn an emergency, go directly to the nearest hospital.\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13458, 831, '_relevanssi_pdf_content', '\nA medical emergency while travelling can be a frightening \nand costly experience. But with your Sun Life group benefits \nplan, youâ€™ll have the protection you need â€“ and youâ€™ll have \naccess to the expertise of our emergency travel assistance \npartner, Global Excel Management (GEM) 24 hours a day, 7 \ndays a week. GEM has one of the worldâ€™s largest emergency \ntravel assistance networks and can help you and your family \nthrough the difficult time.\n\nYour Travel Benefit, under your Extended Health Care (EHC) \nplan, covers you and your eligible family members for all the \nservices and supplies eligible under your group benefits plan, \nwhile youâ€™re travelling outside the province where you live. \nSee reverse side for more details.\n\nWhat to do in a medical emergency\nâ€¢ You, or someone with you, must call the GEM 24-hour \n\noperations centre before receiving medical care. The \ntoll-free numbers are on the Travel Card. Any invasive \nand investigative procedures (e.g., surgery, angiogram, \nMRI) must be pre-authorized by GEM, except in extreme \ncircumstances. If you donâ€™t contact GEM, your claim could \nbe reduced or declined.\n\nâ€¢ Stay in touch with GEM throughout the medical \nemergency, until they confirm that you no longer need to \ndo so. Please give GEM your hospital, hotel or other local \ntelephone number where you can be reached.\n\nTravel Benefit and Medi-Passport\nYour emergency medical coverage\n\nTRAVEL \nCARD\n\nIf you need any medical assistance,  \ncontact Global Excel Management (GEM) immediately. \n(This is a requirement of your plan.)\n\nPhysicians and hospitals can call to confirm benefits and \narrange direct payment.\n\n24/7 assistance http://www.globalexcel.com/sunlife\nIn the USA and Canada, call: 1-800-511-4610\nFrom anywhere else: 1-519-514-0351\nCall collect through an international operator.\n\nTRAVEL \nCARD\n\nMEMBERâ€™S NAME\n\nGROUP CONTRACT No. MEMBER ID No.\n\nAn emergency means an acute illness or accidental \ninjury that requires immediate, medically \nnecessary treatment prescribed by a doctor.\n\nEmergency services means any reasonable \nmedical services or supplies, including advice, \ntreatment, medical procedures or surgery, \nrequired as a result of an emergency. When you \nor your family member has a chronic condition, \nemergency services do not include treatment \nprovided as part of an established management \nprogram that existed before leaving your province \nof residence.\n\nPlanning a trip?\nIf you have a medical emergency while youâ€™re \ntravelling, help is just a phone call away.\n\nImportant: You and your dependents must be \ncovered under your provincial healthcare plan at \nthe time of your trip.\n\nhttp://www.globalexcel.com/sunlife\n\n\nWhat is covered?\nGlobal Excel Managementâ€™s services\n\nThey can:\n\nâ€¢ refer you to physicians, pharmacists and medical facilities\n\nâ€¢ confirm your coverage and benefits\n\nâ€¢ facilitate payments to a hospital or medical provider, \nwhenever possible\n\nâ€¢ monitor the medical situation, if you are hospitalized\n\nGlobal Excel Management (GEM) may determine, with \nyour attending physician, that you can be moved safely to \na different hospital or treatment facility, or be sent home. \nIn this case, they will guarantee and, if necessary, advance \npayment for transporting you.\n\nEmergency Services\n\nYour Travel Benefit can cover you for emergency medical \nservices, including:\n\nâ€¢ all services and supplies while in hospital\n\nâ€¢ outpatient and physiciansâ€™ services\n\nâ€¢ ground ambulance service to the nearest hospital\n\nâ€¢ transportation to the province where you live for medical \ntreatment, as appropriate\n\nâ€¢ hotel accommodation and meals if you have been \nreleased from hospital but GEM determines you arenâ€™t \nyet able to travel\n\nMedi-Passport services\n\nWith Medi-Passport, youâ€™re also covered for additional \nsupport services, up to the maximum amounts under your \nplan:\n\nâ€¢ hotel accommodation and meals, if your return trip is \ndelayed by a medical emergency involving a covered \nfamily member travelling with you\n\nâ€¢ replacement transportation tickets, if you lose the use of \nyour return ticket due to an emergency\n\nâ€¢ return home of unattended dependent children, if you are \nhospitalized\n\nâ€¢ visit by a family member, if you are hospitalized for more \nthan seven consecutive days\n\nâ€¢ return of remains to your home province, in the event of \ndeath\n\nâ€¢ return of your personal or rented car\n\nâ€¢ help with arrangements for replacing lost or stolen travel \ndocuments and luggage\n\nâ€¢ translation services, to help you communicate with local \nmedical personnel\n\nâ€¢ sending of urgent messages to your home or business\n\nThings you should know\nYour Travel Benefit may be subject to certain conditions \nand limits. For example, you may be covered for a certain \nnumber of days from the date you leave your province \n(such as 60 days), or you may be covered up to an overall \nmaximum dollar amount. Also, an â€˜emergencyâ€™ ends when \nyou or your family member is medically stable to return to \nthe province where you live. If you choose not to do so, any \nfurther expenses would not be covered.\n\nBefore travelling, youâ€™ll want to know the level of coverage \nyou have for a medical emergency, and any conditions \nand limits that apply. Please make sure you review your \ncoverage in detail on mysunlife.ca or in the Extended \nHealth Care (EHC) section of your benefits booklet.\n\nInformation at a click\nVisit our website for more details about your Travel Benefit \ncoverage, or to print an additional Travel Card, if needed.\n\nâ€¢ Sign in to mysunlife.ca. If you donâ€™t have an access ID \nand password, you can register online from the sign-in \npage.\n\nâ€¢ On the Homepage, select your Group Benefits contract \nnumber.\n\nâ€¢ To print your pre-filled Travel Card, click on Coverage \nCard on the Homepage.\n\nâ€¢ For details about your Travel Benefit, select read more at \nthe bottom of the Travel Card page.\n\nOn your mobile\nYou can also use your smartphone as your travel card by \ndownloading the my Sun Life Mobile app on your smart \nphone or tablet (available through the Apple and Google \nPlay app stores). Youâ€™ll need to set up your sign-in/access ID \nand password before signing in. To access your travel card:\n\n1. Sign into my Sun Life Mobile using your access ID and \npassword.\n\n2. On the Main menu, select Benefits.\n3. Select coverage card, then Travel Card.\n\nLifeâ€™s brighter under the sun\n\nGroup Benefits are provided by Sun Life Assurance Company of Canada, \na member of the Sun Life group of companies. GB00200-E 05-23 ry-cc\n\n\n	Text Field 5: 050621\n	Text Field 6: \n	Text Field 7: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13459, 844, '_relevanssi_pdf_content', '\nAnnual Enrollment 2024 \nDecision eGuide\nOctober 30 to November 10, 2023\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2024 â€“  \nOctober 30 to November 10, 2023\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage that is right for \n\nyou and your family using your Flex Credits. Reviewing your out-of-pocket expenses from the current year, \n\nas well as your planned expenses for the coming year, can help you determine what level of health and dental \n\ncoverage you need. \n\nWeâ€™re pleased to announce that there are no changes to your benefit plan options for next year. In addition,  \n\nin both of our medical options, you will see an enhanced mental health benefit of up to $3,500 per year.  \n\nTake the time to learn more about your options and make your selections for next year.\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2024, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3\n\nYour Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nHealth Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nTake Charge of Your Well-being . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nDental Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nHealth Spending Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nContacts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 3\n\n \n\nEligibility and Enrollment \n\nThe elections you make during Annual Enrollment will be effective from January 1, 2024, through  \n\nDecember 31, 2024. Once Annual Enrollment ends, you cannot make changes during 2024 unless  \n\nyou experience a qualifying life event.  \n\nBe sure to take the following action:\n\nConsider Your Needs and Learn More About Your Options \nâ€¢  Understand the personal needs of your family. If your family status has changed,  \n\nsuch as through marriage or a new child, your benefit needs may have also  \n\nchanged. Carefully review your options to see if you need to make  \n\nadjustments or add coverage. \n\nâ€¢  Review your options and whatâ€™s new for 2024. This guide  \n\nprovides an overview of your choices for 2024. Read it carefully  \n\nand share it with your family so youâ€™re prepared to enroll.  \n\nVisit CFTotalRewards.com for even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2023 coverages will carry  \n\nforward to 2024 , including your excess Flex Credit  \n\nelection. If you want to make changes to your  \n\ncoverage, or change how your excess Flex  \n\nCredits are allocated, you should take  \n\naction during Annual Enrollment.\n\nTake the time to review your  \n\noptions to decide if you want  \n\nto make changes for next year.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 4\n\nYour Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and number of Flex Credits needed \n\nare shown below. You do not have to choose the same \n\ncoverage level for health and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $874 $1,374 ($500) excess Flex Credits\n\nEmployee + 1 $1,555 $2,055 ($500) excess Flex Credits\n\nFamily $2,472 $2,972 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,443 $1,443 $0\n\nEmployee + 1 $2,570 $2,570 $0\n\nFamily $4,084 $4,084 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $437 $862 ($425) excess Flex Credits\n\nEmployee + 1 $728 $1,153 ($425) excess Flex Credits\n\nFamily $1,232 $1,657 ($425) excess Flex Credits\n\nOption 2\n\nSingle $878 $878 $0\n\nEmployee + 1 $1,462 $1,462 $0\n\nFamily $2,475 $2,475 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and your spouse in dental coverage, your health coverage family status would be Single and \n\nyour dental coverage family status would be Employee + 1.\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 5\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31.\n\nNEW for 2024 â€“ Enhanced mental health benefit of up to $3,500 per year.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\n100% Includes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\nVision Care** Fixed benefit period renews every 2 years (on even years)\n\nEye Exams and Eyeglasses, \nContacts, Laser Surgery\n\n$300 every 2 years for adults,  \n$75 every year for children\n\n$300 every 2 years for adults,  \nevery year for children\n\nParamedical Practitioners  \n(e.g., Chiropractic, Podiatry, \nNaturopathy), Family Practitioner \n\n70% up to $3,500 maximum for \npsychologist/social worker;  \n\n$500 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\n100% up to $3,500 maximum for \npsychologist/social worker;  \n\n$1,000 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\nMedical Services and Equipment  \n(e.g., Orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum every 3 years 100% to a $2,000 maximum every 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a lifetime maximum of $2,000 per person for all services combined\n\n* Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n** Vision coverage follows a fixed cycle that begins on January 1, 2024 and renews every two years. Child vision coverage ends when your dependent \nturns age 19. See the vision benefit section of the handbook for more information.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 6\n\nTake Charge of Your Well-Being\n\nCF is committed to providing comprehensive programs at not cost to you that help you focus on \n\nyour well-being. Visit CFTotalRewards.com to learn more about the following: \n\nâ€¢  Strive â€“ CF Industriesâ€™ well-being platform that provides a simple way to help you take  \n\ncharge of your physical, financial and emotional health at home and work while  \n\nearning reduced medical premiums and gift cards.\n\nâ€¢  Dario Health â€“ Confidential chronic condition management and prevention  \n\nprogram, focusing on emotional well-being, weight management,  \n\ndiabetes management, blood pressure management and  \n\nmusculoskeletal health.\n\nâ€¢  Employee Assistance Program â€“ The EAP, administered  \n\nby ComPsych, provides confidential support,  \n\nconsultation, resources and information  \n\nto help you and your family members  \n\nmaintain a work life balance and  \n\nmanage personal difficulties.  \n\nYou are eligible for up to  \n\nfive face-to-face sessions,  \n\nper year, per topic. EAP  \n\nservices are provided at  \n\nno cost to you and your  \n\nfamily household members.  \n\nYou can contact ComPsych  \n\n24/7 by phone at (844) 357-2009  \n\nor online at guidanceresources.com  \n\n(Web ID: CFINDCAN).\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\nhttps://www.guidanceresources.com/groWeb/login/login.xhtml\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life.\n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and dental \n\nexpenses. You can choose to deposit unused Flex Credits into your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢  You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢  The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nFor Information Aboutâ€¦ Contactâ€¦\n\nâ€¢ Benefit Choices and How to Enroll \n\nâ€¢ Company Policies \n\nâ€¢ Short-Term Disability Claims \n\nâ€¢ Tax and Payroll Information \n\nâ€¢ Updating Your Benefits After a Life Event\n\nCourtright Human Resources Department \n161 Bickford Line \nCourtright, Ontario N0N 1H0 \nPhone: (519) 867-2739 (ext. 1903) \nEmail: courtrighthr@cfindustries.com \n\nMedicine Hat Human Resources Department \nPO Box 1300 Medicine Hat, AB T1A-7R9 \n\nProduction Employees: \nPhone: 403-525-4339 (Rachel) \nEmail: rcollin@cfindustries.com \n\nPhone: 403-525-4351 (AndrÃ¨a) \nEmail: andrea.hamilton.contractor@cfindustries.com\n\nNon-Production Employees: \nPhone: (403) 525-4343 (Amissa) \nEmail: afunk@cfindustries.com\n\nâ€¢  Making Health, Dental and Health Spending \nAccount Claims \n\nâ€¢  Coverage Under Your Health, Dental and \nHealth Spending Account Benefits \n\nâ€¢ Life and Disability Claims \n\nâ€¢ The Status of a Claim\n\nSun Life Financial \nPhone: (800) 361-6212 \n(youâ€™ll need your Member ID and plan program number 50621) \n\nHours: Monday through Friday 6 a.m. to 6 p.m. (MDT) (8 a.m. to 8 p.m. EST) \n\nWebsite: sunlife.ca/member \n\nTo register, enter your CF email address. Once entered, youâ€™ll receive \nan email from Sun Life to confirm your email address. To complete the \nregistration, set up a password and answer some verification questions \nand answers.\n\nAccessing Top Medical Specialists\nTeladoc Medical Experts \nPhone: (877) 419-2378 \nWebsite: Teladoc.ca/medical-experts\n\nGeneral Information CFTotalRewards.com\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.teladoc.ca/medical-experts/\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide \n\nchanges any plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, \n\nnor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan \n\ndocuments, and trust agreements. If there is any discrepancy between the information on this site and the governing documents, \n\nthe governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its \n\nbenefits program at any time, without notice, in accordance with applicable laws and regulations.\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13460, 845, '_relevanssi_pdf_content', '\nYour Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and number of Flex Credits needed \n\nare shown below. You do not have to choose the same \n\ncoverage level for health and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $874 $1,374 ($500) excess Flex Credits\n\nEmployee + 1 $1,555 $2,055 ($500) excess Flex Credits\n\nFamily $2,472 $2,972 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,443 $1,443 $0\n\nEmployee + 1 $2,570 $2,570 $0\n\nFamily $4,084 $4,084 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $437 $862 ($425) excess Flex Credits\n\nEmployee + 1 $728 $1,153 ($425) excess Flex Credits\n\nFamily $1,232 $1,657 ($425) excess Flex Credits\n\nOption 2\n\nSingle $878 $878 $0\n\nEmployee + 1 $1,462 $1,462 $0\n\nFamily $2,475 $2,475 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and your spouse in dental coverage, your health coverage family status would be Single and \n\nyour dental coverage family status would be Employee + 1.\n\n10/23\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13461, 846, '_relevanssi_pdf_content', '\nÂ© 2023 Lockton, Inc. All rights reserved. \n [Rev 10/05/23] CFIND 24AE-Checklist 2941290.pdf\n\nView the Benefits Guide and compare the medical \nplan offerings and the 2024 premium rates.\n\nReview the HSA/FSA contributions limits for 2024 \nand make your elections accordingly.\n\nIf enrolling for yourself, spouse or dependent for \nthe f irst time, or updating your beneficiary, gather \nimportant information, such as date of birth.\n\nLog into Workday and elect your preferred \nbenefits. If necessary, add or update your \nbeneficiaries.\n\nComplete your enrollment and print a copy for \nyour own records.\n\nEnrollment \nChecklist\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13462, 847, '_relevanssi_pdf_content', '\nÂ© 2023 Lockton, Inc. All rights reserved. \n [Rev 10/06/23] CFIND 24Benefits Offering_CA 2971057.pdf\n\n2024 Medical Coverage Overview\nBenefit Option 1 Option 2\n\nPrescription Drugs\n\n70%\n\nIncludes smoking cessation and \nantiâ€‘obesity drugs (limits apply)\n\nIncludes fertility up to a lifetime \nmaximum of $2,500\n\n100%\n\nIncludes smoking cessation and \nantiâ€‘obesity drugs (limits apply)\n\nIncludes fertility up to a lifetime \nmaximum of $2,500\n\nVision Care Fixed benefit period renews every 2 years (on even years)\n\nEye Exams and Eyeglasses, \nContacts, Laser Surgery\n\n$300 every 2 years for adults, $75 every \nyear for children\n\n$300 every 2 years for adults, every year \nfor children\n\nParamedical Practitioners \n(e.g., Chiropractic, Podiatry, \nNaturopathy), Family \nPractitioner\n\n70% up to $3,500 maximum for \npsychologist/social worker; $500 \n\nmaximum for all other practitioners \n(e.g., chiropractic, podiatry, \n\nnaturopathy)\n\n100% up to $3,500 maximum for \npsychologist/social worker; $1,000 \n\nmaximum for all other practitioners \n(e.g., chiropractic, podiatry, \n\nnaturopathy)\n\nMedical Services and \nEquipment (e.g., orthotics)\n\n70% 100%\n\nAmbulance 100%\n\nHospital 70% for semiâ€‘private room 100% for semiâ€‘private room\n\nHearing Aids\nUp to 100% to a $1,000 maximum  \n\nevery 3Â years\n100% up to a $2,000 maximum  \n\nevery 3Â years\n\nPrivate Duty Nursing $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOutâ€‘ofâ€‘Province/Country\nOutâ€‘ofâ€‘Province/Country emergency services and referral servicesâ€”up to a \n\nlifetime maximum for $2,000 per person for all services combined\n\n2024\nBenef its \nOfferings\n\n\n\nÂ© 2023 Lockton, Inc. All rights reserved. \n [Rev 10/06/23] CFIND 24Benefits Offering_CA 2971057.pdf\n\n2024\nBenef its \nOfferings\n\n2024 Dental Coverage Overview\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, Xâ€‘Rays, Fillings, \nExtractions) Recall Exams Include 2 Units \nof Scaling\n\n100%\n\nCheckâ€‘ups every 9 months for \nadults, 6 months for children\n\n100%\n\nCheckâ€‘ups every 6 months\n\nEndodontic and Periodontic Treatments\n(e.g., root canals, treatments for gum \ndisease)\n\n70% 90%\n\nMajor Restorative Procedures \n(e.g., bridgework, crowns, inlays and \nonlays)\n\n50% 60%\n\nCombined Maximum for Above Benefits \nPer Year\n\n$1,500 $2,000\n\nOrthodontia Not covered\n\n50% coinsurance up to $2,000 \nlifetime maximum\n\n* Coverage for adults and children\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13463, 852, '_relevanssi_pdf_content', '\nAnnual Enrollment 2024 \nDecision eGuide\nOctober 30 to November 10, 2023\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2024 â€“  \nOctober 30 to November 10, 2023\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage that is right for \n\nyou and your family using your Flex Credits. Reviewing your out-of-pocket expenses from the current year, \n\nas well as your planned expenses for the coming year, can help you determine what level of health and dental \n\ncoverage you need. \n\nWeâ€™re pleased to announce that there are no changes to your benefit plan options for next year. In addition,  \n\nin both of our medical options, you will see an enhanced mental health benefit of up to $3,500 per year.  \n\nTake the time to learn more about your options and make your selections for next year.\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2024, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3\n\nYour Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nHealth Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nTake Charge of Your Well-being . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nDental Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nHealth Spending Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nContacts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 3\n\n \n\nEligibility and Enrollment \n\nThe elections you make during Annual Enrollment will be effective from January 1, 2024, through  \n\nDecember 31, 2024. Once Annual Enrollment ends, you cannot make changes during 2024 unless  \n\nyou experience a qualifying life event.  \n\nBe sure to take the following action:\n\nConsider Your Needs and Learn More About Your Options \nâ€¢  Understand the personal needs of your family. If your family status has changed,  \n\nsuch as through marriage or a new child, your benefit needs may have also  \n\nchanged. Carefully review your options to see if you need to make  \n\nadjustments or add coverage. \n\nâ€¢  Review your options and whatâ€™s new for 2024. This guide  \n\nprovides an overview of your choices for 2024. Read it carefully  \n\nand share it with your family so youâ€™re prepared to enroll.  \n\nVisit CFTotalRewards.com for even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2023 coverages will carry  \n\nforward to 2024 , including your excess Flex Credit  \n\nelection. If you want to make changes to your  \n\ncoverage, or change how your excess Flex  \n\nCredits are allocated, you should take  \n\naction during Annual Enrollment.\n\nTake the time to review your  \n\noptions to decide if you want  \n\nto make changes for next year.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 4\n\nYour Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and number of Flex Credits needed \n\nare shown below. You do not have to choose the same \n\ncoverage level for health and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $874 $1,374 ($500) excess Flex Credits\n\nEmployee + 1 $1,555 $2,055 ($500) excess Flex Credits\n\nFamily $2,472 $2,972 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,443 $1,443 $0\n\nEmployee + 1 $2,570 $2,570 $0\n\nFamily $4,084 $4,084 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $437 $862 ($425) excess Flex Credits\n\nEmployee + 1 $728 $1,153 ($425) excess Flex Credits\n\nFamily $1,232 $1,657 ($425) excess Flex Credits\n\nOption 2\n\nSingle $878 $878 $0\n\nEmployee + 1 $1,462 $1,462 $0\n\nFamily $2,475 $2,475 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and your spouse in dental coverage, your health coverage family status would be Single and \n\nyour dental coverage family status would be Employee + 1.\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 5\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31.\n\nNEW for 2024 â€“ Enhanced mental health benefit of up to $3,500 per year.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\n100% Includes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\nVision Care** Fixed benefit period renews every 2 years (on even years)\n\nEye Exams and Eyeglasses, \nContacts, Laser Surgery\n\n$300 every 2 years for adults,  \n$75 every year for children\n\n$300 every 2 years for adults,  \nevery year for children\n\nParamedical Practitioners  \n(e.g., Chiropractic, Podiatry, \nNaturopathy), Family Practitioner \n\n70% up to $3,500 maximum for \npsychologist/social worker;  \n\n$500 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\n100% up to $3,500 maximum for \npsychologist/social worker;  \n\n$1,000 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\nMedical Services and Equipment  \n(e.g., Orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum every 3 years 100% to a $2,000 maximum every 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a lifetime maximum of $2,000 per person for all services combined\n\n* Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n** Vision coverage follows a fixed cycle that begins on January 1, 2024 and renews every two years. Child vision coverage ends when your dependent \nturns age 19. See the vision benefit section of the handbook for more information.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 6\n\nTake Charge of Your Well-Being\n\nCF is committed to providing comprehensive programs at not cost to you that help you focus on \n\nyour well-being. Visit CFTotalRewards.com to learn more about the following: \n\nâ€¢  Strive â€“ CF Industriesâ€™ well-being platform that provides a simple way to help you take  \n\ncharge of your physical, financial, mental, and social well-being at home and work  \n\nwhile earning gift cards as your reward.\n\nâ€¢  Dario Health â€“ Confidential chronic condition management and prevention  \n\nprogram, focusing on emotional well-being, weight management,  \n\ndiabetes management, blood pressure management and  \n\nmusculoskeletal health.\n\nâ€¢  Employee Assistance Program â€“ Confidential support,  \n\nconsultation, resources and information to help  \n\nyou and your household family members  \n\nbalance work and family as well as  \n\nmanage personal difficulties.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life.\n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and dental \n\nexpenses. You can choose to deposit unused Flex Credits into your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢  You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢  The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nFor Information Aboutâ€¦ Contactâ€¦\n\nâ€¢ Benefit Choices and How to Enroll \n\nâ€¢ Company Policies \n\nâ€¢ Short-Term Disability Claims \n\nâ€¢ Tax and Payroll Information \n\nâ€¢ Updating Your Benefits After a Life Event\n\nCourtright Human Resources Department \n161 Bickford Line \nCourtright, Ontario N0N 1H0 \nPhone: (519) 867-2739 (ext. 1903) \nEmail: courtrighthr@cfindustries.com \n\nMedicine Hat Human Resources Department \nPO Box 1300 Medicine Hat, AB T1A-7R9 \n\nProduction Employees: \nPhone: 403-525-4339 (Rachel) \nEmail: rcollin@cfindustries.com \n\nPhone: 403-525-4351 (AndrÃ¨a) \nEmail: andrea.hamilton.contractor@cfindustries.com\n\nNon-Production Employees: \nPhone: (403) 525-4343 (Amissa) \nEmail: afunk@cfindustries.com\n\nâ€¢  Making Health, Dental and Health Spending \nAccount Claims \n\nâ€¢  Coverage Under Your Health, Dental and \nHealth Spending Account Benefits \n\nâ€¢ Life and Disability Claims \n\nâ€¢ The Status of a Claim\n\nSun Life Financial \nPhone: (800) 361-6212 \n(youâ€™ll need your Member ID and plan program number 50621) \n\nHours: Monday through Friday 6 a.m. to 6 p.m. (MDT) (8 a.m. to 8 p.m. EST) \n\nWebsite: sunlife.ca/member \n\nTo register, enter your CF email address. Once entered, youâ€™ll receive \nan email from Sun Life to confirm your email address. To complete the \nregistration, set up a password and answer some verification questions \nand answers.\n\nAccessing Top Medical Specialists\nTeladoc Medical Experts \nPhone: (877) 419-2378 \nWebsite: Teladoc.ca/medical-experts\n\nGeneral Information CFTotalRewards.com\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.teladoc.ca/medical-experts/\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide \n\nchanges any plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, \n\nnor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan \n\ndocuments, and trust agreements. If there is any discrepancy between the information on this site and the governing documents, \n\nthe governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its \n\nbenefits program at any time, without notice, in accordance with applicable laws and regulations.\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13464, 853, '_relevanssi_pdf_content', '\nÂ© 2023 Lockton, Inc. All rights reserved. \n [Rev 10/05/23] CFIND 24OE Checklist_CA 2971023.pdf\n\nView the Benefits Guide and compare the medical \nplan offerings and the 2024 premium rates.\n\nReview your Flex Credit and Excess Flex Credit \nusage from 2023 and determine if you need to \nmake changes for 2024.\n\nIf enrolling for yourself, spouse, or dependent for \nthe f irst time, or updating your beneficiary, gather \nimportant information, such as date of birth.\n\nLog into Workday and elect your preferred \nbenefits. If necessary, add or update your \nbeneficiaries.\n\nComplete your enrollment and print a copy for \nyour own records.\n\nEnrollment \nChecklist\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13465, 865, '_relevanssi_pdf_content', '\nAnnual Enrollment 2024 \nDecision eGuide\nOctober 30 to November 10, 2023\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2024 â€“  \nOctober 30 to November 10, 2023\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage that is right for \n\nyou and your family using your Flex Credits. Reviewing your out-of-pocket expenses from the current year, \n\nas well as your planned expenses for the coming year, can help you determine what level of health and dental \n\ncoverage you need. \n\nWeâ€™re pleased to announce that there are no changes to your benefit plan options for next year. In addition,  \n\nin both of our medical options, you will see an enhanced mental health benefit of up to $3,500 per year.  \n\nTake the time to learn more about your options and make your selections for next year.\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2024, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3\n\nYour Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nHealth Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nTake Charge of Your Well-being . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nDental Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nHealth Spending Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nContacts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 3\n\n \n\nEligibility and Enrollment \n\nThe elections you make during Annual Enrollment will be effective from January 1, 2024, through  \n\nDecember 31, 2024. Once Annual Enrollment ends, you cannot make changes during 2024 unless  \n\nyou experience a qualifying life event.  \n\nBe sure to take the following action:\n\nConsider Your Needs and Learn More About Your Options \nâ€¢  Understand the personal needs of your family. If your family status has changed,  \n\nsuch as through marriage or a new child, your benefit needs may have also  \n\nchanged. Carefully review your options to see if you need to make  \n\nadjustments or add coverage. \n\nâ€¢  Review your options and whatâ€™s new for 2024. This guide  \n\nprovides an overview of your choices for 2024. Read it carefully  \n\nand share it with your family so youâ€™re prepared to enroll.  \n\nVisit CFTotalRewards.com for even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2023 coverages will carry  \n\nforward to 2024 , including your excess Flex Credit  \n\nelection. If you want to make changes to your  \n\ncoverage, or change how your excess Flex  \n\nCredits are allocated, you should take  \n\naction during Annual Enrollment.\n\nTake the time to review your  \n\noptions to decide if you want  \n\nto make changes for next year.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 4\n\nYour Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and number of Flex Credits needed \n\nare shown below. You do not have to choose the same \n\ncoverage level for health and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $874 $1,374 ($500) excess Flex Credits\n\nEmployee + 1 $1,555 $2,055 ($500) excess Flex Credits\n\nFamily $2,472 $2,972 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,443 $1,443 $0\n\nEmployee + 1 $2,570 $2,570 $0\n\nFamily $4,084 $4,084 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $437 $862 ($425) excess Flex Credits\n\nEmployee + 1 $728 $1,153 ($425) excess Flex Credits\n\nFamily $1,232 $1,657 ($425) excess Flex Credits\n\nOption 2\n\nSingle $878 $878 $0\n\nEmployee + 1 $1,462 $1,462 $0\n\nFamily $2,475 $2,475 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and your spouse in dental coverage, your health coverage family status would be Single and \n\nyour dental coverage family status would be Employee + 1.\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 5\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31.\n\nNEW for 2024 â€“ Enhanced mental health benefit of up to $3,500 per year.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\n100% Includes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\nVision Care** Fixed benefit period renews every 2 years (on even years)\n\nEye Exams and Eyeglasses, \nContacts, Laser Surgery\n\n$300 every 2 years for adults,  \n$75 every year for children\n\n$300 every 2 years for adults,  \nevery year for children\n\nParamedical Practitioners  \n(e.g., Chiropractic, Podiatry, \nNaturopathy), Family Practitioner \n\n70% up to $3,500 maximum for \npsychologist/social worker;  \n\n$500 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\n100% up to $3,500 maximum for \npsychologist/social worker;  \n\n$1,000 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\nMedical Services and Equipment  \n(e.g., Orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum every 3 years 100% to a $2,000 maximum every 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a lifetime maximum of $2,000,000 per person for all services combined\n\n* Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n** Vision coverage follows a fixed cycle that begins on January 1, 2024 and renews every two years. Child vision coverage ends when your dependent \nturns age 19. See the vision benefit section of the handbook for more information.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 6\n\nTake Charge of Your Well-Being\n\nCF is committed to providing comprehensive programs at not cost to you that help you focus on \n\nyour well-being. Visit CFTotalRewards.com to learn more about the following: \n\nâ€¢  Strive â€“ CF Industriesâ€™ well-being platform that provides a simple way to help you take  \n\ncharge of your physical, financial, mental, and social well-being at home and work  \n\nwhile earning gift cards as your reward.\n\nâ€¢  Dario Health â€“ Confidential chronic condition management and prevention  \n\nprogram, focusing on emotional well-being, weight management,  \n\ndiabetes management, blood pressure management and  \n\nmusculoskeletal health.\n\nâ€¢  Employee Assistance Program â€“ Confidential support,  \n\nconsultation, resources and information to help  \n\nyou and your household family members  \n\nbalance work and family as well as  \n\nmanage personal difficulties.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life.\n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and dental \n\nexpenses. You can choose to deposit unused Flex Credits into your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢  You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢  The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nFor Information Aboutâ€¦ Contactâ€¦\n\nâ€¢ Benefit Choices and How to Enroll \n\nâ€¢ Company Policies \n\nâ€¢ Short-Term Disability Claims \n\nâ€¢ Tax and Payroll Information \n\nâ€¢ Updating Your Benefits After a Life Event\n\nCourtright Human Resources Department \n161 Bickford Line \nCourtright, Ontario N0N 1H0 \nPhone: (519) 867-2739 (ext. 1903) \nEmail: courtrighthr@cfindustries.com \n\nMedicine Hat Human Resources Department \nPO Box 1300 Medicine Hat, AB T1A-7R9 \n\nProduction Employees: \nPhone: 403-525-4339 (Rachel) \nEmail: rcollin@cfindustries.com \n\nPhone: 403-525-4351 (AndrÃ¨a) \nEmail: andrea.hamilton.contractor@cfindustries.com\n\nNon-Production Employees: \nPhone: (403) 525-4343 (Amissa) \nEmail: afunk@cfindustries.com\n\nâ€¢  Making Health, Dental and Health Spending \nAccount Claims \n\nâ€¢  Coverage Under Your Health, Dental and \nHealth Spending Account Benefits \n\nâ€¢ Life and Disability Claims \n\nâ€¢ The Status of a Claim\n\nSun Life Financial \nPhone: (800) 361-6212 \n(youâ€™ll need your Member ID and plan program number 50621) \n\nHours: Monday through Friday 6 a.m. to 6 p.m. (MDT) (8 a.m. to 8 p.m. EST) \n\nWebsite: sunlife.ca/member \n\nTo register, enter your CF email address. Once entered, youâ€™ll receive \nan email from Sun Life to confirm your email address. To complete the \nregistration, set up a password and answer some verification questions \nand answers.\n\nAccessing Top Medical Specialists\nTeladoc Medical Experts \nPhone: (877) 419-2378 \nWebsite: Teladoc.ca/medical-experts\n\nGeneral Information CFTotalRewards.com\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.teladoc.ca/medical-experts/\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide \n\nchanges any plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, \n\nnor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan \n\ndocuments, and trust agreements. If there is any discrepancy between the information on this site and the governing documents, \n\nthe governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its \n\nbenefits program at any time, without notice, in accordance with applicable laws and regulations.\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13466, 868, '_relevanssi_pdf_content', '\nAnnual Enrollment 2024 \nDecision eGuide\nOctober 30 to November 10, 2023\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2024 â€“  \nOctober 30 to November 10, 2023\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage that is right for \n\nyou and your family using your Flex Credits. Reviewing your out-of-pocket expenses from the current year, \n\nas well as your planned expenses for the coming year, can help you determine what level of health and dental \n\ncoverage you need. \n\nWeâ€™re pleased to announce that there are no changes to your benefit plan options for next year. In addition,  \n\nin both of our medical options, you will see an enhanced mental health benefit of up to $3,500 per year.  \n\nTake the time to learn more about your options and make your selections for next year.\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2024, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3\n\nYour Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nHealth Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nTake Charge of Your Well-being . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nDental Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nHealth Spending Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nContacts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 3\n\n \n\nEligibility and Enrollment \n\nThe elections you make during Annual Enrollment will be effective from January 1, 2024, through  \n\nDecember 31, 2024. Once Annual Enrollment ends, you cannot make changes during 2024 unless  \n\nyou experience a qualifying life event.  \n\nBe sure to take the following action:\n\nConsider Your Needs and Learn More About Your Options \nâ€¢  Understand the personal needs of your family. If your family status has changed,  \n\nsuch as through marriage or a new child, your benefit needs may have also  \n\nchanged. Carefully review your options to see if you need to make  \n\nadjustments or add coverage. \n\nâ€¢  Review your options and whatâ€™s new for 2024. This guide  \n\nprovides an overview of your choices for 2024. Read it carefully  \n\nand share it with your family so youâ€™re prepared to enroll.  \n\nVisit CFTotalRewards.com for even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2023 coverages will carry  \n\nforward to 2024 , including your excess Flex Credit  \n\nelection. If you want to make changes to your  \n\ncoverage, or change how your excess Flex  \n\nCredits are allocated, you should take  \n\naction during Annual Enrollment.\n\nTake the time to review your  \n\noptions to decide if you want  \n\nto make changes for next year.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 4\n\nYour Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and number of Flex Credits needed \n\nare shown below. You do not have to choose the same \n\ncoverage level for health and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $874 $1,374 ($500) excess Flex Credits\n\nEmployee + 1 $1,555 $2,055 ($500) excess Flex Credits\n\nFamily $2,472 $2,972 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,443 $1,443 $0\n\nEmployee + 1 $2,570 $2,570 $0\n\nFamily $4,084 $4,084 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $437 $862 ($425) excess Flex Credits\n\nEmployee + 1 $728 $1,153 ($425) excess Flex Credits\n\nFamily $1,232 $1,657 ($425) excess Flex Credits\n\nOption 2\n\nSingle $878 $878 $0\n\nEmployee + 1 $1,462 $1,462 $0\n\nFamily $2,475 $2,475 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and your spouse in dental coverage, your health coverage family status would be Single and \n\nyour dental coverage family status would be Employee + 1.\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 5\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31.\n\nNEW for 2024 â€“ Enhanced mental health benefit of up to $3,500 per year.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\n100% Includes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility up to a lifetime  \nmaximum of $2,500\n\nVision Care** Fixed benefit period renews every 2 years (on even years)\n\nEye Exams and Eyeglasses, \nContacts, Laser Surgery\n\n$300 every 2 years for adults,  \n$75 every year for children\n\n$300 every 2 years for adults,  \nevery year for children\n\nParamedical Practitioners  \n(e.g., Chiropractic, Podiatry, \nNaturopathy), Family Practitioner \n\n70% up to $3,500 maximum for \npsychologist/social worker;  \n\n$500 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\n100% up to $3,500 maximum for \npsychologist/social worker;  \n\n$1,000 maximum for all other practitioners  \n(e.g. chiropractic, podiatry, naturopathy)\n\nMedical Services and Equipment  \n(e.g., Orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum every 3 years 100% to a $2,000 maximum every 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a lifetime maximum of $2,000,000 per person for all services combined\n\n* Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n** Vision coverage follows a fixed cycle that begins on January 1, 2024 and renews every two years. Child vision coverage ends when your dependent \nturns age 19. See the vision benefit section of the handbook for more information.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 6\n\nTake Charge of Your Well-Being\n\nCF is committed to providing comprehensive programs at not cost to you that help you focus on \n\nyour well-being. Visit CFTotalRewards.com to learn more about the following: \n\nâ€¢  Strive â€“ CF Industriesâ€™ well-being platform that provides a simple way to help you take  \n\ncharge of your physical, financial, mental, and social well-being at home and work  \n\nwhile earning gift cards as your reward.\n\nâ€¢  Dario Health â€“ Confidential chronic condition management and prevention  \n\nprogram, focusing on emotional well-being, weight management,  \n\ndiabetes management, blood pressure management and  \n\nmusculoskeletal health.\n\nâ€¢  Employee Assistance Program â€“ Confidential support,  \n\nconsultation, resources and information to help  \n\nyou and your household family members  \n\nbalance work and family as well as  \n\nmanage personal difficulties.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life.\n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and dental \n\nexpenses. You can choose to deposit unused Flex Credits into your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢  You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢  The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nCF Industries 2024 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nFor Information Aboutâ€¦ Contactâ€¦\n\nâ€¢ Benefit Choices and How to Enroll \n\nâ€¢ Company Policies \n\nâ€¢ Short-Term Disability Claims \n\nâ€¢ Tax and Payroll Information \n\nâ€¢ Updating Your Benefits After a Life Event\n\nCourtright Human Resources Department \n161 Bickford Line \nCourtright, Ontario N0N 1H0 \nPhone: (519) 867-2739 (ext. 1903) \nEmail: courtrighthr@cfindustries.com \n\nMedicine Hat Human Resources Department \nPO Box 1300 Medicine Hat, AB T1A-7R9 \n\nProduction Employees: \nPhone: 403-525-4339 (Rachel) \nEmail: rcollin@cfindustries.com \n\nPhone: 403-525-4351 (AndrÃ¨a) \nEmail: andrea.hamilton.contractor@cfindustries.com\n\nNon-Production Employees: \nPhone: (403) 525-4343 (Amissa) \nEmail: afunk@cfindustries.com\n\nâ€¢  Making Health, Dental and Health Spending \nAccount Claims \n\nâ€¢  Coverage Under Your Health, Dental and \nHealth Spending Account Benefits \n\nâ€¢ Life and Disability Claims \n\nâ€¢ The Status of a Claim\n\nSun Life Financial \nPhone: (800) 361-6212 \n(youâ€™ll need your Member ID and plan program number 50621) \n\nHours: Monday through Friday 6 a.m. to 6 p.m. (MDT) (8 a.m. to 8 p.m. EST) \n\nWebsite: sunlife.ca/member \n\nTo register, enter your CF email address. Once entered, youâ€™ll receive \nan email from Sun Life to confirm your email address. To complete the \nregistration, set up a password and answer some verification questions \nand answers.\n\nAccessing Top Medical Specialists\nTeladoc Medical Experts \nPhone: (877) 419-2378 \nWebsite: Teladoc.ca/medical-experts\n\nGeneral Information CFTotalRewards.com\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.teladoc.ca/medical-experts/\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Pages/Home.aspx\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide \n\nchanges any plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, \n\nnor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan \n\ndocuments, and trust agreements. If there is any discrepancy between the information on this site and the governing documents, \n\nthe governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its \n\nbenefits program at any time, without notice, in accordance with applicable laws and regulations.\n\nCF Industries Holdings, Inc.\n\n4 Parkway North\n\nDeerfield, IL  60015\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13469, 887, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13470, 887, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13472, 887, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13473, 887, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13474, 887, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13475, 887, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"887\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13476, 887, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13477, 887, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13478, 887, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13479, 887, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13480, 887, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13481, 887, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13482, 887, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13483, 887, '_et_builder_version', 'VB|Divi|4.24.2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13484, 889, '_et_autogenerated_title', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13485, 889, '_et_default', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13486, 889, '_et_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13487, 889, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13488, 889, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13489, 889, '_et_body_layout_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13490, 889, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13491, 889, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13492, 889, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13493, 890, '_et_autogenerated_title', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13494, 890, '_et_default', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13495, 890, '_et_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13496, 890, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13497, 890, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13498, 890, '_et_body_layout_id', 887);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13499, 890, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13500, 890, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13501, 890, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13502, 890, '_et_use_on', 'search');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13503, 888, '_et_template', 889);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13504, 888, '_et_template', 890);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13602, 2, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13603, 2, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13604, 2, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13605, 2, '_edit_lock', '1712692239:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13606, 402, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13607, 402, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13608, 3, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13609, 3, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13610, 3, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13611, 3, '_edit_lock', '1712692319:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13648, 894, '_wp_attached_file', '2024/03/APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13649, 894, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195585;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15129;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6433;}}s:8:\"filesize\";i:141657;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13650, 874, '_wp_old_date', '2024-03-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13755, 874, '_relevanssi_pin', 'tuition');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13756, 874, '_relevanssi_pin', 'degree');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13757, 874, '_relevanssi_pin', 'exam');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13758, 874, '_relevanssi_pin', 'future career');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13759, 874, '_relevanssi_pin', 'career development');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13762, 875, '_relevanssi_pin', 'international sos');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13763, 875, '_relevanssi_pin', 'out of country');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13764, 876, '_relevanssi_pin', 'premium');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13765, 876, '_relevanssi_pin', 'health coverage');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13766, 876, '_relevanssi_pin', 'flex credits');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13767, 876, '_relevanssi_pin', 'annual costs');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13768, 876, '_relevanssi_pin', 'premiums');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13769, 876, '_relevanssi_pin', 'benefits premiums');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13770, 878, '_relevanssi_pin', 'health and dental');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13771, 878, '_relevanssi_pin', 'health coverage');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13772, 878, '_relevanssi_pin', 'dental coverage');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13773, 880, '_relevanssi_pin', 'trustee appointment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13774, 880, '_relevanssi_pin', 'trustee');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13775, 880, '_relevanssi_pin', 'new beneficiary');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13776, 880, '_relevanssi_pin', 'remove beneficiary');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13777, 880, '_relevanssi_pin', 'contingent beneficiary');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13783, 882, '_relevanssi_pin', 'compsych');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13784, 882, '_relevanssi_pin', 'employee assistance');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13785, 882, '_relevanssi_pin', 'tax');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13786, 882, '_relevanssi_pin', 'mortgage');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13787, 882, '_relevanssi_pin', 'investment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13788, 882, '_relevanssi_pin', 'PlanRight');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13789, 882, '_relevanssi_pin', 'Manulife');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13790, 882, '_relevanssi_pin', 'Pension Plan');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13791, 882, '_relevanssi_pin', 'DCPP');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13792, 882, '_relevanssi_pin', 'financial resources');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13793, 882, '_relevanssi_pin', 'financing');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13794, 882, '_relevanssi_pin', 'planning');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13795, 882, '_relevanssi_pin', 'estate');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13796, 882, '_relevanssi_pin', 'investment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13797, 882, '_relevanssi_pin', 'investment options');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13798, 882, '_relevanssi_pin', 'mortgage');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13799, 882, '_relevanssi_pin', 'loans');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13800, 882, '_relevanssi_pin', 'retirement');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13801, 883, '_relevanssi_pin', 'compsych');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13802, 883, '_relevanssi_pin', 'planning');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13803, 883, '_relevanssi_pin', 'major project');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13804, 884, '_relevanssi_pin', 'employee assistance');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13805, 884, '_relevanssi_pin', 'compsych');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13806, 884, '_relevanssi_pin', 'family law');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13807, 884, '_relevanssi_pin', 'immigration');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13808, 884, '_relevanssi_pin', 'wills');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13809, 884, '_relevanssi_pin', 'bankruptcy');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13810, 884, '_relevanssi_pin', 'credit issues');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13811, 884, '_relevanssi_pin', 'divorce');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13812, 884, '_relevanssi_pin', 'custody');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13813, 884, '_relevanssi_pin', 'child support');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13814, 884, '_relevanssi_pin', 'adoption');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13815, 884, '_relevanssi_pin', 'landlord');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13816, 884, '_relevanssi_pin', 'tenant');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13817, 884, '_relevanssi_pin', 'eviction');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13818, 884, '_relevanssi_pin', 'foreclosure');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13819, 884, '_relevanssi_pin', 'real estate');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13820, 885, '_relevanssi_pin', 'leaving CF');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13821, 885, '_relevanssi_pin', 'last day');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13822, 886, '_relevanssi_pin', 'pension');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13823, 886, '_relevanssi_pin', 'planning');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13824, 886, '_relevanssi_pin', 'post-retirement');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13825, 886, '_relevanssi_pin', 'pension planning');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13826, 886, '_relevanssi_pin', 'DCPP');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13827, 886, '_relevanssi_pin', 'RRSP');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13828, 886, '_relevanssi_pin', 'retiree guide');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13845, 17, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13846, 17, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13855, 246, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13856, 246, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13862, 260, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13863, 260, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13872, 263, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13873, 263, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13879, 268, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13880, 268, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13886, 272, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13887, 272, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13893, 271, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13894, 271, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14471, 492, '_relevanssi_pin', 'Quit');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14472, 492, '_relevanssi_pin', 'resign');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14473, 492, '_relevanssi_pin', 'resignation');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14474, 492, '_relevanssi_pin', 'severance');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14581, 900, '_wp_attached_file', '2024/03/F_GROGuide.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14583, 900, '_relevanssi_pdf_content', '\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\nFirst-time users, follow these simple instructions and start exploring the resources \noffered to you on GuidanceResourcesÂ®  Online. \nâ€¢ Go to guidanceresources.com to reach the website. \nâ€¢ Once on the guidanceresources.com home page, click the Register tab. \nâ€¢ Enter your Organization Web ID and click the Register button. \nâ€¢ You will then be asked to enter a User Name and Password. Both can be anything you would like them to be  \n\nbut should be something you will remember. The User Name (often your name) must be at least six characters \nlong and should have no spaces (for example: joesmith). The Security Questions are meant to prompt you if you \nforget your password. You must select the button verifying that you are at least 13 years of age, as required by \nfederal law. Be sure to read the Terms of Use and click inside the check box to indicate your agreement to those \nterms. Make sure that you complete all fields that have red asterisks, as these are required fields. When youâ€™ve \nfinished, click the Submit button at the bottom of the page. You should now be on the website. \n\nFor Future Logins \nYou will only need to remember your User Name and Password. When you get to step 2 above, instead of \nclicking on the Register tab, use the Login section and enter your User Name and Password and click the Login \nbutton. This will take you directly to GuidanceResourcesÂ®   Online. \nIf you have any problems registering or logging into GuidanceResourcesÂ®   Online, email Member Services at \nmemberservices@compsych.com. \n\n \n\n \n \n \n \n\n24/7 Live Assistance: \nCall: 866-465-8943 \nTRS: Dial 711 \n\nOnline: guidanceresources.com \nApp: GuidanceNowSM \nWeb ID: CFIND\n\n \nCopyright Â© 2022 ComPsych Corporation. All rights reserved. To view the ComPsych HIPAA privacy notice, please go to www.guidanceresources.com/privacy. \nComPsych complies with applicable federal civil rights laws and does not discriminate on the basis of race, color, national origin, age, disability or sex. \n\n \n \n\nGuide to Using \nGuidanceResourcesÂ®   Online \n\nmailto:memberservices@compsych.com\nhttp://www.guidanceresources.com/privacy\n\n	First-time users, follow these simple instructions and start exploring the resources offered to you on GuidanceResourcesÂ®  Online.\n	For Future Logins\n	Call: 866-465-8943\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14584, 900, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"F_GROGuide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235512;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19165;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"F_GROGuide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8370;}}s:8:\"filesize\";i:336989;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14585, 872, '_relevanssi_pin', 'GuidanceResources');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14586, 872, '_relevanssi_pin', 'Guidance Resources');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14587, 872, '_relevanssi_pin', 'EAP');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14588, 872, '_relevanssi_pin', 'employee assistance');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14589, 872, '_relevanssi_pin', 'compsych');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14590, 872, '_relevanssi_pin', 'support');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14591, 872, '_relevanssi_pin', 'EAP');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14592, 872, '_relevanssi_pin', 'employee assistance');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14593, 872, '_relevanssi_pin', 'compsych');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14594, 872, '_relevanssi_pin', 'support');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14595, 872, '_relevanssi_pin', 'enrolment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14596, 872, '_relevanssi_pin', 'annual enrolment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14912, 455, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15532, 492, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15540, 916, '_edit_lock', '1730856663:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15541, 917, '_wp_attached_file', '2024/10/CF_AE25_eGuide_CAN_FINAL_102224.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15542, 917, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_AE25_eGuide_CAN_FINAL_102224-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186247;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_AE25_eGuide_CAN_FINAL_102224-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25131;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_AE25_eGuide_CAN_FINAL_102224-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_AE25_eGuide_CAN_FINAL_102224-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14873;}}s:8:\"filesize\";i:1524965;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15543, 916, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15544, 916, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans, open enrollment, 2025 enrollment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15545, 916, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15546, 916, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15547, 916, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15548, 916, 'attachment', 929);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15549, 916, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15550, 918, '_edit_lock', '1729633990:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15551, 918, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15552, 919, '_wp_attached_file', '2024/10/CF_2025_CostsFlexCredits_CAN_FINAL_101724.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15554, 919, '_relevanssi_pdf_content', '\nYour 2025 Costs & Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and Flex Credits are shown below. \n\nYou do not have to choose the same coverage level for \n\nhealth and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $967 $1,467 ($500) excess Flex Credits\n\nEmployee + 1 $1,720 $2,220 ($500) excess Flex Credits\n\nFamily $2,734 $3,234 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,596 $1,596 $0\n\nEmployee + 1 $2,842 $2,842 $0\n\nFamily $4,517 $4,517 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $507 $932 ($425) excess Flex Credits\n\nEmployee + 1 $844 $1,269 ($425) excess Flex Credits\n\nFamily $1,429 $1,854 ($425) excess Flex Credits\n\nOption 2\n\nSingle $1,018 $1,018 $0\n\nEmployee + 1 $1,696 $1,696 $0\n\nFamily $2,871 $2,871 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and your spouse in dental coverage, your health coverage family status would be Single and \n\nyour dental coverage family status would be Employee + 1.\n\n10/24\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15555, 919, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"CF_2025_CostsFlexCredits_CAN_FINAL_101724-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216329;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"CF_2025_CostsFlexCredits_CAN_FINAL_101724-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20768;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"CF_2025_CostsFlexCredits_CAN_FINAL_101724-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"CF_2025_CostsFlexCredits_CAN_FINAL_101724-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10983;}}s:8:\"filesize\";i:46606;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15556, 918, 'keywords', 'Premiums, rates, 2025 rates, cost of coverage, health, dental, Flex Credits, annual costs, Opt-out credits, Health Spending Account');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15557, 918, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15558, 918, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15559, 918, '_attachment_type', 'field_6335b2546f643');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15560, 918, 'attachment', 919);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15561, 918, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15562, 920, '_edit_lock', '1729634082:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15563, 920, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15564, 921, '_wp_attached_file', '2024/10/CFIND-25AE-Checklist-CAN-4145765FINALOct20.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15566, 921, '_relevanssi_pdf_content', '\nÂ© 2024 Lockton, Inc. All rights reserved. \n [Rev 09/19/24] CFIND 25AE Checklist CAN 4145765.pdf\n\nView the Benefits Guide and compare the medical \nplan offerings and the 2025 premium rates.\n\nReview your Flex Credit and Excess Flex Credit \nusage from 2024 and determine if you need to \nmake changes for 2025.\n\nIf enrolling for yourself, spouse, or dependent for \nthe f irst time, or updating your beneficiary, gather \nimportant information, such as date of birth. Find \nLife Event Changes information here.\n\nLog into Workday and elect your preferred \nbenefits. If necessary, add or update your \nbeneficiaries.\n\nComplete your enrollment and print a copy for \nyour own records.\n\nEnrollment \nChecklist\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/life-event-changes/\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15567, 921, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"CFIND-25AE-Checklist-CAN-4145765FINALOct20-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198452;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"CFIND-25AE-Checklist-CAN-4145765FINALOct20-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16596;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"CFIND-25AE-Checklist-CAN-4145765FINALOct20-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"CFIND-25AE-Checklist-CAN-4145765FINALOct20-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8223;}}s:8:\"filesize\";i:1224728;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15568, 920, 'keywords', '2025 Annual Enrollment, enrollment steps, how to enroll');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15569, 920, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15570, 920, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15571, 920, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15572, 920, 'attachment', 921);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15573, 920, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15593, 17, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15607, 41, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15608, 381, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15609, 380, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15610, 379, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15612, 46, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15613, 147, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15614, 445, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15615, 444, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15616, 443, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15618, 441, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15620, 820, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15621, 55, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15622, 198, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15624, 438, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15625, 437, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15626, 436, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15627, 62, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15629, 434, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15630, 433, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15631, 432, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15634, 452, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15635, 72, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15636, 461, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15637, 519, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15638, 518, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15639, 517, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15640, 516, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15641, 515, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15642, 91, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15645, 546, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15649, 100, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15650, 553, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15651, 552, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15652, 572, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15653, 603, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15654, 382, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15655, 514, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15656, 520, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15657, 513, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15658, 924, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15659, 924, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15660, 925, '_wp_attached_file', '2024/10/oe-banner2.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15661, 925, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:22:\"2024/10/oe-banner2.jpg\";s:8:\"filesize\";i:105863;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"oe-banner2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13205;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"oe-banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"oe-banner2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49659;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135697;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91300;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23244;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33894;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81360;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31410;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104058;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"oe-banner2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70961;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"oe-banner2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15662, 926, '_wp_attached_file', '2024/10/oe-banner-mobile.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15663, 926, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:28:\"2024/10/oe-banner-mobile.jpg\";s:8:\"filesize\";i:89714;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10485;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96119;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114031;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13220;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53062;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22979;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27493;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16083, 929, '_wp_attached_file', '2024/11/CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16085, 929, '_relevanssi_pdf_content', '\nAnnual Enrollment 2025 \nDecision eGuide\nNovember 1 to November 15, 2024\n\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2025 â€“  \nNovember 1 to November 15, 2024\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage that is right for \n\nyou and your family using your Flex Credits. Reviewing your out-of-pocket expenses from the current year, \n\nas well as your planned expenses for the coming year, can help you determine what level of health and dental \n\ncoverage you need. \n\nWeâ€™re pleased to announce that there are no changes to your benefit plan options for next year. However, as a \n\nresult of higher claim activity along with continued increase in the cost of medical and dental care and services, \n\nthe rates for both medical and dental will increase.  \n\nIn both of our medical options, you will see an enhanced vision benefit offering an annual exam covered at \n\n100%. To help support your growing family, weâ€™re also offering a new adoption benefit of up to $10,000  \n\nper adoption to help cover eligible expenses. Take the time to learn more about your options and  \n\nmake your selections for next year.\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2025, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3\n\nYour 2025 Costs & Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . 4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4\n\nHealth Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5\n\nTake Charge of Your Well-being . . . . . . . . . . . . . . . . . . . . . . . . . 6\n\nDental Options â€“ At a Glance . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7\n\nHealth Spending Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nAdoption Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8\n\nContacts. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9\n\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 3\n\n \n\nEligibility and Enrollment \n\nThe elections you make during Annual Enrollment \n\nwill be effective from January 1, 2025, through  \n\nDecember 31, 2025. Once Annual Enrollment ends, \n\nyou cannot make changes during 2025 unless  \n\nyou experience a qualifying life event. Be sure to take \n\nthe following action:\n\nConsider Your Needs and Learn More \nAbout Your Options \nâ€¢  Understand the personal needs of your family.  \n\nIf your family status has changed, such as  \n\nthrough marriage or a new child, your benefit \n\nneeds may have also changed. Carefully review your \n\noptions to see if you need to make adjustments or \n\nadd coverage. \n\nâ€¢  Review your options and whatâ€™s new for 2025.  \n\nThis guide provides an overview of your choices  \n\nfor 2025. Read it carefully and share it with \n\nyour family so youâ€™re prepared to enroll. Visit \n\nCFTotalRewards.com/ca for even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2024 coverages will carry  \n\nforward to 2025 , including your excess Flex Credit  \n\nelection. If you want to make changes to your \n\ncoverage, or change how your excess Flex Credits \n\nare allocated, you should take action during Annual \n\nEnrollment. Take the time to review your options to \n\ndecide if you want to make changes for next year.\n\nPlease Note â€“ Annual Enrollment is not  \n\navailable through the Workday mobile app.\n\nNEW â€“ Enrolling a New Dependent?\n\nIf you add a new dependent to your coverage \n\nfor 2025, you must provide supporting \n\ndocumentation such as marriage certificate, \n\nbirth certificate, etc., to support your \n\ndependentâ€™s eligibility. As a reminder, if you \n\nhave a qualified life event during the year, \n\nyou must submit the change and supporting \n\ndocumentation within 30 days of the event.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 4\n\nYour 2025 Costs & Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and Flex Credits are shown below. \n\nYou do not have to choose the same coverage level for \n\nhealth and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $967 $1,467 ($500) excess Flex Credits\n\nEmployee + 1 $1,720 $2,220 ($500) excess Flex Credits\n\nFamily $2,734 $3,234 ($500) excess Flex Credits\n\nOption 2\n\nSingle $1,596 $1,596 $0\n\nEmployee + 1 $2,842 $2,842 $0\n\nFamily $4,517 $4,517 $0\n\nIf You \nChoose Cost\n\nFlex \nCredits Difference\n\nOption 1\n\nSingle $507 $932 ($425) excess Flex Credits\n\nEmployee + 1 $844 $1,269 ($425) excess Flex Credits\n\nFamily $1,429 $1,854 ($425) excess Flex Credits\n\nOption 2\n\nSingle $1,018 $1,018 $0\n\nEmployee + 1 $1,696 $1,696 $0\n\nFamily $2,871 $2,871 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and a qualified dependent in dental coverage, your health coverage family status would be \n\nSingle and your dental coverage family status would be Employee + 1.\n\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 5\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31. \n\nCoverage ends when you retire or reach age 70, whichever is earlier.\n\nNEW for 2025 â€“ Enhanced vision benefit providing annual exams covered at 100%.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a  \nlifetime maximum of $2,500\n\n100% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a \nlifetime maximum of $2,500\n\nVision Care Fixed benefit period renews every 2 years.  The benefit period starts on 1/1/2025 and ends on 12/31/2026.\n\n  â€¢ Eye Exams** Annual eye exams covered at 100%\n\n  â€¢  Eyeglasses, Contacts, Laser Surgery 100% up to $300 every 2 years for adults, $75 every year for children\n100% up to $300 every 2 years for \n\nadults, every year for children\n\nParamedical Services 70% 100%\n\n  â€¢  Psychologists, social workers, \npsychotherapists, clinical counsellors $3,500 per person, per benefit year $3,500 per person, per benefit year\n\n  â€¢  Max for all other specialists combined (e.g., \nnaturopaths, chiropractors, podiatrists, etc.) $500 per person, per benefit year $1,000 per person, per benefit year\n\nMedical Services and Equipment  \n(e.g., orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum  every 3 years\n100% to a $2,000 maximum  \n\nevery 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a lifetime maximum of $2,000,000 per person for all services combined\n\n* Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n** Annual eye exam is excluded from the fixed benefit period. You may have an eye exam annually and the cost does not count toward the dollar \nmaximum in the benefit period.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 6\n\nTake Charge of Your Well-Being\n\nCF is committed to providing comprehensive programs at no cost to you that help you focus on your well-being. \n\nVisit CFTotalRewards.com/ca to learn more about the following: \n\nâ€¢  Strive â€“ CF Industriesâ€™ well-being platform that provides a simple way to help you take charge of your physical, \n\nfinancial, mental, and social well-being at home and work while earning gift cards as your reward.\n\nâ€¢  Dario Health â€“ Confidential chronic condition management and prevention program, focusing on  \n\nemotional well-being, weight management, diabetes management, blood pressure management and \n\nmusculoskeletal health.\n\nâ€¢  Employee Assistance Program â€“ Confidential support, consultation, resources and information to help you and \n\nyour household family members balance work and family as well as manage personal difficulties.\n\nâ€¢  Origin Financial â€“ CF Industries partners with Origin to provide employees with personal access to local financial \n\nprofessionals that can help manage their finances. Unlimited one-on-one meetings with these professionals \n\ncome at no charge and can aid employees in reaching their financial goals or conquering a financial struggle.\n\nOrigin can help you:\n\n- Manage all the details of your finances including investments\n\n- Connect with a professional best suited for your unique financial needs\n\n- Reach your savings goals with a visual roadmap\n\n- Identify ways to pay off debt\n\n- Enhance your retirement portfolio\n\nEmail hereforyou@useorigin.com or visit useorigin.com \n\nfor more information.\n\nQualifying Life Event Changes\n\nYou can make changes to your benefits at any time within the plan year  \n\nif you experience a Life Event Change. You have 30 days from the event to submit  \n\nyour change in Workday. You will have to submit proof of the event, such as a marriage  \n\nor birth certificate, along with your request. Your requested benefit change must be consistent  \n\nwith the type of life event that you or your dependent experienced.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\nhttp://useorigin.com/\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life. \n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\nCoverage ends when you retire or reach age 70, whichever is earlier.\n\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and dental \n\nexpenses. You can choose to deposit unused Flex Credits into your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢  You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢  The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nNEW! Adoption Assistance \nCF if committed to supporting your overall well-being, including your family life. Weâ€™re pleased to provide up to \n\n$10,000 of reimbursement for eligible adoption-related expenses for adoptions that begin on or after January 1, \n\n2025. More information about this new benefit will be available in January.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nCF Industries 2025 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nFor Information Aboutâ€¦ Contactâ€¦\n\nâ€¢ Benefit Choices and How to Enroll \n\nâ€¢ Company Policies \n\nâ€¢ Short-Term Disability Claims \n\nâ€¢ Tax and Payroll Information \n\nâ€¢ Updating Your Benefits After a Life Event\n\nCourtright Human Resources Department \n161 Bickford Line \nCourtright, Ontario N0N 1H0 \nPhone: (519) 867-2739 (ext. 1903) \nEmail: courtrighthr@cfindustries.com \n\nMedicine Hat Human Resources Department \nPO Box 1300 Medicine Hat, AB T1A-7R9 \n\nProduction Employees: \nPhone: 403-525-4339 (Rachel) \nEmail: rcollin@cfindustries.com \n\nPhone: 403-525-4351 (AndrÃ¨a) \nEmail: andrea.hamilton.contractor@cfindustries.com\n\nNon-Production Employees: \nPhone: (403) 525-4343 (Amissa) \nEmail: afunk@cfindustries.com\n\nâ€¢  Making Health, Dental and Health Spending \nAccount Claims \n\nâ€¢  Coverage Under Your Health, Dental and \nHealth Spending Account Benefits \n\nâ€¢ Life and Disability Claims \n\nâ€¢ The Status of a Claim\n\nSun Life Financial \nPhone: (800) 361-6212 \n(youâ€™ll need your Member ID and plan program number 50621) \n\nHours: Monday through Friday 6 a.m. to 6 p.m. (MDT) (8 a.m. to 8 p.m. EST) \n\nWebsite: sunlife.ca/member \n\nTo register, enter your CF email address. Once entered, youâ€™ll receive \nan email from Sun Life to confirm your email address. To complete the \nregistration, set up a password and answer some verification questions \nand answers.\n\nAccessing Top Medical Specialists\nTeladoc Medical Experts \nPhone: (877) 419-2378 \nWebsite: Teladoc.ca/medical-experts\n\nGeneral Information CFTotalRewards.com/ca\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.teladoc.ca/medical-experts/\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide changes \n\nany plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, nor is it intended \n\nto include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, and trust \n\nagreements. If there is any discrepancy between the information on this site and the governing documents, the governing documents \n\nwill take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, \n\nwithout notice, in accordance with applicable laws and regulations. Canada_103024\n\nCF Industries\n\n2375 Waterview Drive\n\nNorthbrook, IL 60062\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16086, 929, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186247;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25131;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14873;}}s:8:\"filesize\";i:1518359;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16255, 41, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16256, 381, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16257, 380, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16258, 379, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16260, 46, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16261, 147, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16262, 445, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16263, 444, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16264, 443, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16266, 441, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16268, 820, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16269, 55, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16270, 198, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16272, 438, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16273, 437, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16274, 436, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16275, 62, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16277, 434, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16278, 433, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16279, 432, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16282, 452, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16283, 72, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16284, 461, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16285, 519, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16286, 518, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16287, 517, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16288, 516, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16289, 515, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16290, 91, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16293, 546, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16297, 100, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16298, 553, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16299, 552, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16300, 572, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16301, 603, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16302, 382, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16303, 514, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16304, 520, '_wp_old_date', '2024-10-22');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16305, 513, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16751, 932, '_edit_lock', '1736539575:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16752, 933, '_wp_attached_file', '2024/12/CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16753, 933, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186247;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25131;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14873;}}s:8:\"filesize\";i:1518359;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16754, 932, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16755, 932, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans,  2025 enrollment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16756, 932, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16757, 932, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16758, 932, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16759, 932, 'attachment', 933);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16760, 932, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16803, 462, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16845, 939, '_edit_lock', '1736972721:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16846, 940, '_wp_attached_file', '2025/01/hsa-eligible-expenses.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16847, 940, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"hsa-eligible-expenses-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:352015;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"hsa-eligible-expenses-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32836;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"hsa-eligible-expenses-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"hsa-eligible-expenses-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16098;}}s:8:\"filesize\";i:601391;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16848, 939, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16849, 939, 'keywords', 'Health spending account, HSA, medical expenses, pre-tax, medical funds, medical savings, Sun Life Financial, HSA reimburse');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16850, 939, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16851, 939, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16852, 939, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16853, 939, 'attachment', 940);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16854, 939, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17191, 945, '_edit_lock', '1747085178:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17192, 945, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17193, 946, '_wp_attached_file', '2025/03/50743-CF-INDUSTRIES-INC.-Class-A-Booklet.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17195, 946, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"50743-CF-INDUSTRIES-INC.-Class-A-Booklet-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64438;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"50743-CF-INDUSTRIES-INC.-Class-A-Booklet-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8560;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"50743-CF-INDUSTRIES-INC.-Class-A-Booklet-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38151;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"50743-CF-INDUSTRIES-INC.-Class-A-Booklet-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5235;}}s:8:\"filesize\";i:831459;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17196, 946, '_relevanssi_pdf_content', '\n \n\n \n\n \n\nCF Industries, Inc. \n \n\nActive and disabled employees \n \n\nContract Number 50743 and 50621 \nEffective January 1, 2025 (Version 2) \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\nContract No. 50743 and 50621 Table of Contents \n\nEffective January 1, 2025 i \n\nTable of Contents \n\nBenefit Details ........................................................................................................ 1 \nYour Extended Health Care options....................................................................... 1 \nYour Extended Health Care options (continued) .................................................. 2 \nYour Dental Care options ....................................................................................... 3 \nYour Health Spending Account.............................................................................. 4 \nYour Long-Term Disability coverage .................................................................... 4 \nYour Basic Life coverage ....................................................................................... 4 \nYour Optional Life coverage .................................................................................. 4 \nOptional Life coverage for your spouse................................................................. 5 \nOptional Life coverage for your children .............................................................. 5 \n\nGeneral Information ............................................................................................. 6 \nAbout this booklet ................................................................................................... 6 \nEligibility ................................................................................................................. 6 \nWho qualifies as your dependent ........................................................................... 7 \nEnrolment................................................................................................................. 8 \nWhen coverage begins ............................................................................................ 8 \nChanges affecting your coverage ........................................................................... 9 \nUpdating your records ............................................................................................. 9 \nAccessing your records ........................................................................................... 9 \nWhen coverage ends..............................................................................................10 \nReplacement coverage...........................................................................................11 \nMaking claims .......................................................................................................11 \nLegal actions for insured benefits.........................................................................11 \nLegal actions for self-insured benefits .................................................................12 \nProof of disability ..................................................................................................12 \nCoordination of benefits........................................................................................12 \nMedical examination .............................................................................................13 \nRecovering overpayments.....................................................................................13 \nNote from CF Industries, Inc. ...............................................................................13 \nDefinitions..............................................................................................................14 \n\nExtended Health Care.........................................................................................16 \nGeneral description of the coverage .....................................................................16 \nBenefit year ............................................................................................................16 \nPrescription drugs ..................................................................................................16 \nHospital expenses in your province......................................................................20 \nExpenses out of your province .............................................................................20 \n\n\n\nContract No. 50743 and 50621 Table of Contents \n\nEffective January 1, 2025 ii \n\nMedical services and equipment...........................................................................22 \nParamedical services .............................................................................................25 \nVision care .............................................................................................................25 \nPayments after coverage ends...............................................................................25 \nWhat is not covered ...............................................................................................26 \nIntegration with government programs ................................................................27 \nWhen and how to make a claim............................................................................27 \nTeladoc Medical Experts ......................................................................................27 \nLiability and responsibility of Sun Life ...............................................................28 \n\nEmergency Travel Assistance (Medi-Passport)..............................................29 \n\nDental Care...........................................................................................................34 \nGeneral description of the coverage .....................................................................34 \nBenefit year ............................................................................................................35 \nBenefit year maximum ..........................................................................................35 \nLifetime maximum ................................................................................................35 \nPredetermination....................................................................................................35 \nPreventive dental procedures ................................................................................35 \nBasic dental procedures.........................................................................................36 \nMajor dental procedures........................................................................................37 \nOrthodontic procedures .........................................................................................37 \nPayments after coverage ends...............................................................................38 \nWhat is not covered ...............................................................................................38 \nWhen and how to make a claim............................................................................39 \n\nHealth Spending Account...................................................................................40 \nGeneral description of the coverage .....................................................................40 \nBenefit year ............................................................................................................40 \nHow your Health Spending Account works ........................................................40 \nContinuation of coverage for dependents ............................................................41 \nPlan credits.............................................................................................................41 \nEligible expenses ...................................................................................................41 \nOther coverage.......................................................................................................45 \nWhen and how to make a claim............................................................................45 \n\nLong-Term Disability..........................................................................................47 \nGeneral description of the coverage .....................................................................47 \nWhen disability payments begin...........................................................................47 \nWhat we will pay...................................................................................................48 \nMaternity / parental leave of absence...................................................................50 \nPartial disability program......................................................................................50 \nRehabilitation program..........................................................................................51 \n\n\n\nContract No. 50743 and 50621 Table of Contents \n\nEffective January 1, 2025 iii \n\nInterrupted periods of disability during elimination period................................51 \nInterrupted periods of disability after payments begin .......................................52 \nIf you recover damages from another person ......................................................52 \nYour responsibilities .............................................................................................52 \nWhen payments end ..............................................................................................53 \nPayments after coverage ends...............................................................................53 \nWhat is not covered ...............................................................................................53 \nWhen and how to make a claim............................................................................54 \n\nLife Coverage .......................................................................................................55 \nGeneral description of the coverage .....................................................................55 \nWho we will pay....................................................................................................55 \nSuicide ....................................................................................................................55 \nCoverage during total disability ...........................................................................56 \nConverting Life coverage......................................................................................56 \nWhen and how to make a claim............................................................................57 \n\nSalary Continuance Program ............................................................................58 \n\n\n\nContract No. 50743 and 50621 Benefit Details \n\nEffective January 1, 2025 (A)  1 \n\nBenefit Details \n\nIn this section, you will find the options which are available to you under each \nbenefit. For more information on each benefit, please refer to the appropriate \n\nsection in this booklet. \n \n\n Your Extended Health Care options \n  \n\n Option 1 Option 2 \n\nBenefit year January 1 to December 31 \n\nDeductible None \n\nReimbursement level For Prescription drugs, the reimbursement \n\nlevel described below applies to the first \n\n$3,000 for Individual and $6,000 for \n\nFamily of expenses per benefit year. \n\nThereafter, any eligible expenses in excess \n\nof $3,000 Individual and $6,000 Family per \n\nbenefit year are paid at 100%. \n\nN/A \n\nPrescription drugs 70% \n\nDrug Card Plan 84  \n\nDrug substitution limit  \n\n100% \n\nDrug Card Plan 84  \n\nDrug substitution limit \n\n Drugs for the treatment of infertility â€“ up to \n\na lifetime maximum of $2,500 for each \n\nperson.  \n\nDrugs for the treatment of infertility â€“ up to \n\na lifetime maximum of $2,500 for each \n\nperson.  \n\nHospital expenses in \n\nyour province \n\n70% \n\nsemi-private room \n\n100% \n\nprivate room \n\nConvalescent hospital Not covered 100%  \n\nExpenses out of your \n\nprovince  \n\nEmergency â€“ 100% \n\nReferral â€“ 80% \n\nEmergency â€“ 100% \n\nReferral â€“ 80% \n\nMedi-Passport Covered Covered \n\n \n\n \n\n\n\nContract No. 50743 and 50621 Benefit Details \n\nEffective January 1, 2025 (A)  2 \n\n Your Extended Health Care options (continued) \n  \n\nMedical services  \n\nand equipment \n70% (unless otherwise indicated below) 100% \n\nAmbulance 100% 100% \n\nPrivate duty nursing  100% 100% \n\nHearing aids \n\nMax. every 36 months \n\n100% \n\n$1,000 per person  \n\n100% \n\n$2,000 per person  \n\nParamedical services 70% 100% \n\nMaximum for \n\npsychologists, social \n\nworkers, psychotherapists, \n\nand clinical counsellors \n\n$3,500 per person  \n\nper benefit year \n\n$3,500 per person  \n\nper benefit year \n\nMaximum for all other \n\n specialists combined \n\n$500 per person  \n\nper benefit year \n\n$1,000 per person  \n\nper benefit year \n\nVision care 100% 100% \n\nContact lenses, \n\neyeglasses or laser eye \n\ncorrection surgery \n\n \n\n$75 per person every 12 months for a \n\nperson under age 19 or $300 per person \n\nevery 2 benefit years for any other person. \n\nThe first 2 benefit year period is from \n\nJanuary 1, 2021 to December 31, 2022. \n\nEach subsequent 2 benefit year period will \n\nbegin after the end of a prior 2 benefit year \n\nperiod.  \n\n$300 per person every 12 months for a \n\nperson under age 19 or every 2 benefit \n\nyears for any other person. The first 2 \n\nbenefit year period is from January 1, 2021 \n\nto December 31, 2022. Each subsequent 2 \n\nbenefit year period will begin after the end \n\nof a prior 2 benefit year period. \n\nServices of an \nophthalmologist or \n\nlicensed optometrist \n\nOne examination per person per benefit \n\nyear \n\nOne examination per person per benefit \n\nyear \n\nOverall maximum Out-of-Province emergency services and referral services â€“ up to a lifetime maximum of \n\n$2,000,000 per person for all services combined. All other expenses â€“ none \n\nLock-in period 1 year 1 year \n\nChanges in options Subject to the lock-in period indicated above, you can change your option during the \nannual enrolment period or within 30 days of a life event change. You can move up any \n\noption, but may only move down by one option at a time. Proof of good health is not \n\nrequired. During any period you are considered totally disabled under your employer\'s \n\nplan, you may only be covered under Option 2. If not already Option 2, your coverage \n\nwill be transferred to Option 2 on the first day of the month following 6 months of total \n\ndisability. \n\n\n\nContract No. 50743 and 50621 Benefit Details \n\nEffective January 1, 2025 (A)  3 \n\nCoverage ends When you retire or reach age 70, whichever is earlier. Coverage may also end on an \n\nearlier date, as specified in General Information. \n\nFor more information about coverage after retirement, please contact your employer . \n \n \n\n Your Dental Care options \n  \n\n Option 1 Option 2 \n\nPreventive 100% 100% \n\nRecall exam, bitewing \n\n x-rays, oral hygiene, \n\npolishing and fluoride \n\nOnce every 6 months for children under 19 \n\nor every 9 months for any other person \nOnce every 6 months \n\nBasic 70% for endodontics and periodontics  \n\n100% for all other Basic procedures  \n\n90% for endodontics and periodontics  \n\n100% for all other Basic procedures  \n\nMajor 50% 60% \n\nOrthodontics Not covered 50%  \n\nBenefit year maximum $1,500 per person for  \n\nPreventive, Basic and  \n\nMajor combined \n\n$2,000 per person for  \n\nPreventive, Basic and \n\nMajor combined \n\nOrthodontic expenses are not included in \n\nthe benefit year maximum. A separate \n\nlifetime maximum applies. \n\nLifetime maximum \nN/A \n\nOrthodontic procedures  â€“ $2,000 per \n\nperson \n\nLock-in period 1 year 1 year \n\nBenefit year January 1 to December 31 \n\nChanges in options Subject to the lock-in period indicated above, you can change your option during the \n\nannual enrolment period or within 30 days of a life event change. You can move up any \n\noption, but may only move down by one option at a time. Proof of good health is not \n\nrequired. During any period you are considered totally disabled under your employer\'s \n\nplan, you may only be covered under Option 2. If not already Option 2, your coverage \n\nwill be transferred to Option 2 on the first day of the month following 6 months of total \n\ndisability. \n\nCoverage ends When you retire or reach age 70, whichever is earlier.  Coverage may also end on an \n\nearlier date, as specified in General Information. \n\nFor more information about coverage after retirement, please contact your employer . \n \n\n\n\nContract No. 50743 and 50621 Benefit Details \n\nEffective January 1, 2025 (A)  4 \n\n \n \n\n Your Health Spending Account \n\n  \n\nBenefit year January 1 to December 31 \n\nPlan credits As allocated by your employer at the beginning of each benefit year. However, no credits \n\nwill be allocated if you are not actively at work on January 1st.  \n\nCoverage ends When you retire or reach age 70, whichever is earlier.  Coverage may also end on an \n\nearlier date, as specified in General Information. \n\n \n\n Your Long-Term Disability coverage \n  \n\nCoverage 66.67% of your monthly basic earnings  \n\nMaximum $10,000 \n\nCoverage ends When you reach age 65, less the elimination period or the day you retire, whichever is \n\nearlier. Coverage may also end on an earlier date, as specified in General Information. \n\n \n\n Your Basic Life coverage \n  \n\nCoverage 2 times your annual basic earnings rounded to the next higher $1,000  \n\nMaximum $500,000 \n\nCoverage reduces Coverage is reduced to $25,000 at age 70 \n\nCoverage ends When you retire. Coverage may also end on an earlier date, as specified in General \n\nInformation. \n\n \n \n\n Your Optional Life coverage \n  \n\nCoverage As elected by the employee, units of $25,000 \n\nMaximum $500,000 \n\nProof of good health Required on all optional amounts  \n\nCoverage ends When you retire or reach age 70, whichever is earlier. Coverage may also end on an \n\nearlier date, as specified in General Information \n\n \n \n\n\n\nContract No. 50743 and 50621 Benefit Details \n\nEffective January 1, 2025 (A)  5 \n\n Optional Life coverage for your spouse \n  \n\nCoverage As elected by the employee, units of $25,000 \n\nMaximum $500,000 \n\nProof of good health Proof of good health of your spouse is required  \n\nCoverage ends When you retire or reach age 70, whichever is earlier. Coverage may also end on an \n\nearlier date, as specified in General Information \n\n \n \n\n Optional Life coverage for your children \n  \n\nCoverage As elected by the employee, units of $10,000 \n\nMaximum $40,000 \n\nProof of good health Not required \n\nCoverage ends When you retire or reach age 70, whichever is earlier. Coverage may also end on an \n\nearlier date, as specified in General Information \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  6 \n\nGeneral Information \n\n \n\n The information contained in this section applies only to benefits for \nwhich Sun Life Assurance Company of Canada is the insurer or \n\nadministrator. \n \n\nAbout this booklet The information in this employee benefits booklet is important to you. It \n\nprovides the information you need about the group benefits available through \n\nyour employerâ€™s group contract with Sun  Life Assurance Company of Canada \n\n(Sun Life), a  member of the Sun Life Financial group of companies \n \n\n Your group benefits may be modified after the effective date of this booklet. \n\nYou will receive written notification of changes to your group plan. The \nnotification will supplement your group benefits booklet and should be kept in \na safe place together with this booklet. \n\n \n\n If you have any questions about the information in this employee benefits \nbooklet, or you need additional information about your group benefits, please \n\ncontact your employer. \n \n\n The contract holder, CF Industries, Inc., self-insures the following benefits: \n \n\n â—¼ Extended Health Care \n \n\n â—¼ Emergency Travel Assistance \n \n\n â—¼ Dental Care \n \n\n â—¼ Health Spending Account \n \n\n This means CF Industries, Inc. has the sole legal and financial liability for the \n\nbenefits listed above and funds the claims. Sun Life provides administrative \nservices only (ASO) such as claims adjudication and claims processing. All \nother benefits are insured by Sun Life. \n\n \n\n All other benefits are insured by Sun Life. \n \n\nEligibility To be eligible for group benefits, you must be a resident of Canada and meet \n\nthe following conditions: \n \n\n â—¼ you are a permanent employee. \n \n\n â—¼ you are actively working for your employer at least 20 hours a week. \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  7 \n\n \n\n â—¼ you have completed the waiting period. \n \n\n There is no waiting period for your group plan. \n \n\n We consider you to be actively working if you are performing all the usual and \n\ncustomary duties of your job with your employer for the scheduled number of \nhours for that day. This includes scheduled non-working days and any period \n\nof continuous paid vacation of up to 3 months if you were actively working on \nthe last scheduled working day. We do not consider you to be actively at work \nif you are receiving disability benefits or are participating in a rehabilitation \n\nprogram. \n \n\n Your dependents become eligible for coverage on the date you become \neligible or the date they first become your dependent, whichever is later. You \n\nmust apply for coverage for yourself in order for your dependents to be \neligible. \n\n \n\nWho qualifies as \nyour dependent \n\nYour dependent must be your spouse or your child and a resident of Canada or \nthe United States. \n\n \n\n Your spouse by marriage or under any other formal union recognized by law, \n\nor your partner of the opposite sex or of the same sex who has been publicly \nrepresented as your spouse, is an eligible dependent. You can only cover one \n\nspouse at a  time. \n \n\n Your children and your spouse\'s children (other than foster children) are \neligible dependents if they are not married or in any other formal union \n\nrecognized by law, and are under age 21. \n \n\n A child who is a full-time student attending an educational institution \n\nrecognized under the Income Tax Act (Canada) is also considered an eligible \ndependent until the age of 25 as long as the child is entirely dependent on you \nfor financial support. \n\n \n\n If a  child becomes handicapped before the limiting age, we will continue \ncoverage as long as: \n\n \n\n â—¼ the child is incapable of financial self-support because of a physical or \nmental disability, and \n\n \n\n â—¼ the child depends on you for financial support, and is not married nor in \n\nany other formal union recognized by law. \n \n\n In these cases, you must notify Sun Life within 30 days of the date the child \n\nattains the limiting age. Your employer can give you more information about \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  8 \n\nthis. \n \n\nEnrolment To enrol, you must request coverage in writing by supplying the appropriate \nenrolment information to your employer within 30 days after the date you \n\nbecome eligible. If your enrolment request is not received by your employer \nwithin the 30 day period, you will be covered for Option 1 for Long-Term \nDisability, and Option 2 for Extended Health Care and Option 2 for Dental \n\nCare with single coverage. For a dependent to receive coverage, you must \nrequest dependent coverage. \n\n \n\n If you or your dependents are covered for comparable Extended Health Care \ncoverage under this or another group plan, you may refuse this coverage under \nthis plan. If, at a later date, the other coverage ends, you can enrol for coverage \n\nunder this plan at that time. \n \n\n You may refuse coverage under the Dental Care plan without comparable \n\ncoverage elsewhere. You may enrol in the Dental Care plan at any subsequent \nOpen Enrolment. If you refuse Dental Care plan coverage due to comparable \ncoverage elsewhere and if, at a  later date, the other coverage ends, you can \n\nenrol for Dental Care coverage under this plan within 30 days of the date the \ncomparable coverage ends. \n\n \n\nWhen coverage \nbegins \n\nYour coverage begins on the date you become eligible for coverage. \n\n If you are not actively working on the date coverage would normally begin, \n\nyour coverage will not begin until you return to active work. \n \n\n Dependent coverage begins on the date your coverage begins or the date you \nfirst have an eligible dependent, whichever is later. \n\n \n\n However, for a dependent, other than a newborn child, who is hospitalized, \ncoverage will begin when the dependent is discharged from hospital and is \n\nactively pursuing normal activities.  \n \n\n Once you have dependent coverage, any subsequent dependents will be \ncovered automatically. \n\n \n\n If you are not actively working on the date your dependentâ€™s Optional Life \ncoverage would normally begin, then that coverage will not begin until you \n\nreturn to active work with your employer. \n \n\n If there are additional conditions for a particular benefit, these conditions will \nappear in the appropriate benefit section later in this booklet. \n\n \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  9 \n\nChanges affecting \nyour coverage \n\nFrom time to time, there may be circumstances that change your coverage. For \nexample, your employment status may change, or your employer may change \nthe group contract. \n\n \n\n Any resulting change in the coverage will take effect on the first day of the \nmonth following the date of the change in circumstances. If the change takes \neffect on the first day of the month, the change in coverage will take effect on \n\nthat same day. \n \n\n For changes requested due to a life event change, subject to the exceptions \n\nbelow, the change in coverage is effective on the date the request is received \nbut not before the actual date of the life event change. \n\n \n\n All other changes in coverage will take effect on the first day of January \n\nfollowing the annual enrolment period. \n \n\n The following exceptions apply if the result of the change is an increase in \n\ncoverage: \n \n\n â—¼ if proof of good health is required, the change cannot take effect before \nSun Life approves the proof of good health. \n\n \n\n â—¼ if you are not actively working when the change occurs or when Sun Life \napproves proof of good health, the change cannot take effect before you \n\nreturn to active work. \n \n\n â—¼ if a  dependent, other than a newborn child, is hospitalized on the date \nwhen the change occurs, the change in the dependent\'s coverage cannot \n\ntake effect before the dependent is discharged and is actively pursuing \nnormal activities.  \n\n \n\nUpdating your \nrecords \n\nTo ensure that coverage is kept up-to-date, it is important that you report any \nof the following changes to your employer: \n\n \n\n â—¼ change of dependents. \n \n\n â—¼ change of name. \n \n\n â—¼ change of beneficiary. \n \n\nAccessing your \nrecords \n\nFor insured benefits, you may obtain copies of the following documents:  \n\n \n\n â—¼ your enrolment form or application for insurance. \n\n \n\n â—¼ any written statements or other record, not otherwise part of the \napplication, that you provided to Sun Life as evidence of insurability. \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  10 \n\n \n\n For insured benefits, on reasonable notice, you may also request a copy of the \n\ncontract. \n \n\n The first copy will be provided at no cost to you but a fee may be charged for \nsubsequent copies. \n\n \n\n All requests for copies of documents should be directed to one of the \nfollowing sources: \n\n \n\n â—¼ our website at www.mysunlife.ca . \n\n \n\n â—¼ our Customer Care centre by calling toll-free at 1-800-361-6212. \n \n\nWhen coverage ends As an employee, your coverage will end on the earlier of the following dates:  \n \n\n â—¼ the last day of the month in which your employment ends or you retire. \nPlease contact your employer for additional information about your \ncoverage if you are still actively working when you reach age 65.  \n\n \n\n â—¼ the date you are no longer actively working. \n \n\n â—¼ the end of the period for which premiums have been paid to Sun Life for \n\nyour coverage. \n \n\n â—¼ the date the group contract ends. \n \n\n For more information about coverage after retirement, please contact your \n\nemployer. \n \n\n A dependentâ€™s coverage terminates on the earlier of the following dates:  \n \n\n â—¼ the date your coverage ends. \n \n\n â—¼ the date the dependent is no longer an eligible dependent. \n \n\n â—¼ the end of the period for which premiums have been paid for dependent \ncoverage. \n\n \n\n The termination of coverage may vary from benefit to benefit. For information \nabout the termination of a specific benefit, please refer to the Benefit Details \n\nsection of this employee benefits booklet. \n \n\n However, if you die while covered by this plan, Extended Health Care and \nDental Care coverage for your dependents will continue, without premiums, \n\nuntil the earlier of the following dates: \n \n\nhttp://www.sunlife.ca/member\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  11 \n\n â—¼ the last day of the 12th month following the month in which you die. \n \n\n â—¼ the date the person would no longer be considered your dependent under \nthis plan if you were still alive. \n\n \n\n â—¼ the date the benefit provision under which the dependent is covered \nterminates. \n\n \n\n The continuation of coverage does not apply to the spouse\'s and children\'s \nOptional Life. \n\n \n\nReplacement \ncoverage \n\nThe group contract will be interpreted and administered according to all \n\napplicable legislation and the guidelines of the Canadian Life and Health \nInsurance Association concerning the continuation of insurance following \ncontract termination and the replacement of group insurance. \n\n \n\n Sun Life will not be responsible for paying benefits if an insurer under a \nprevious group contract is responsible for paying similar benefits. \n\n \n\n If such legislation or guidelines require that Sun Life resume paying certain \nbenefits because of a recurrence of an employee\'s total disability, Sun Life will \nresume payment at the same amount and for the remainder of the maximum \n\nbenefit period. \n \n\nMaking claims Sun Life is dedicated to processing your claims promptly and efficiently. You \n\nshould contact your employer to get the proper form to make a claim. \n \n\n There are time limits for making claims. These limits are discussed in the \nappropriate sections of this employee benefits booklet. If you fail to abide by \n\nthese time limits, you may not be entitled to some or all benefit payments. \n \n\n All claims must be made in writing on forms approved by Sun Life. \n \n\n For the assessment of a claim, Sun Life may require medical records or \n\nreports, proof of payment, itemized bills, or other information Sun Life \nconsiders necessary. Proof of claim is at your expense. \n\n \n\nLegal actions for \ninsured benefits \n\nLimitation period for Ontario: \n\n \n\n Every action or proceeding against an insurer for the recovery of insurance \n\nmoney payable under the contract is absolutely barred unless commenced \nwithin the time set out in the Limitations Act, 2002. \n\n \n\n Limitation period for any other province: \n\n \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  12 \n\n Every action or proceeding against an insurer for the recovery of insurance \nmoney payable under the contract is absolutely barred unless commenced \nwithin the time set out in the Insurance Act or other applicable legislation of \n\nyour province or territory. \n \n\nLegal actions for \nself-insured \nbenefits \n\nWhere the applicable legislation of your province or territory permits the use \nof a different limitation period, every action or proceeding for the recovery of \n\nmoney payable under the plan is absolutely barred unless it is commenced \nwithin one year of the date that we must receive your claim forms. Otherwise, \nevery action or proceeding for the recovery of money payable under the plan \n\nmust be commenced within the time set out in the applicable legislation of \nyour province or territory. \n\n \n\nProof of disability From time to time, Sun Life can require that you provide us with proof of your \ntotal disability. If you do not provide this information within 90 days of the \nrequest, you will not be entitled to benefits. \n\n \n\nCoordination of \nbenefits \n\nIf you or your dependents are covered for Extended Health Care or Dental \nCare under this plan and another plan, our benefits will be coordinated with \n\nthe other plan following insurance industry standards. These standards \ndetermine which plan you should claim from first. \n\n \n\n The plan that does not contain a coordination of benefits clause is considered \n\nto be the first payer and therefore pays benefits before a plan which includes a \ncoordination of benefits clause. \n\n \n\n For dental accidents, health plans with dental accident coverage pay benefits \nbefore dental plans. \n\n \n\n The maximum amount that you can receive from all plans for eligible \n\nexpenses is 100% of actual expenses. \n \n\n Where both plans contain a coordination of benefits clause, claims must be \n\nsubmitted in the order described below. \n \n\n Claims for you and your spouse should be submitted in the following order: \n \n\n â—¼ the plan where the person is covered as an employee. If the person is an \n\nemployee under two plans, the following order applies:  \n \n\n  the plan where the person is covered as an active full-time \n\nemployee. \n \n\n  the plan where the person is covered as an active part-time \n\nemployee. \n \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  13 \n\n  the plan where the person is covered as a retiree. \n \n\n â—¼ the plan where the person is covered as a dependent. \n \n\n Claims for a child should be submitted in the following order: \n \n\n â—¼ the plan where the child is covered as an employee. \n \n\n â—¼ the plan where the child is covered under a student health or dental plan \nprovided through an educational institution. \n\n \n\n â—¼ the plan of the parent with the earlier birth date (month and day) in the \n\ncalendar year. For example, if your birthday is May 1 and your spouseâ€™s \nbirthday is June 5, you must claim under your plan first. \n\n \n \n\nâ—¼ the plan of the parent whose first name begins with the earlier letter in \nthe alphabet, if the parents have the same birth date. \n\n \n\n The above order applies in all situations except when parents are \n\nseparated/divorced and there is no joint custody of the child, in which case the \nfollowing order applies: \n\n \n\n â—¼ the plan of the parent with custody of the child. \n \n\n â—¼ the plan of the spouse of the parent with custody of the child. \n \n\n â—¼ the plan of the parent not having custody of the child. \n \n\n â—¼ the plan of the spouse of the parent not having custody of the child. \n \n\n When you submit a claim, you have an obligation to disclose to Sun Life all \n\nother equivalent coverage that you or your dependents have. \n \n\n Your employer can help you determine which plan you should claim from \n\nfirst. \n \n\nMedical examination We can require you to have a medical examination if you make a claim for \nbenefits. We will pay for the cost of the examination. If you fail or refuse to \n\nhave this examination, we will not pay any benefit. \n \n\nRecovering \noverpayments \n\nWe have the right to recover all overpayments of benefits either by deducting \n\nfrom other benefits or by any other available legal means. \n \n\nNote from CF \nIndustries, Inc. \n\nCF Industries, Inc. reserves the right to terminate or amend the group contract \nat its discretion. \n\n \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  14 \n\n CF Industries, Inc. is providing this benefit coverage in conjunction with \ngovernment sponsored programs. CF Industries, Inc. commitment to provide \ncoverage is based on the presumption that the services and products which are \n\ncurrently covered under government programs will continue to be covered. In \nthe event that coverage is modified in any way, suspended or discontinued, CF \nIndustries, Inc. will not automatically assume responsibility for any services or \n\nproducts previously covered under the government programs. \n \n\nDefinitions Here is a list of definitions of some terms that appear in this employee benefits \n\nbooklet. Other definitions appear in the benefit sections. \n \n\nAccident An accident is a  bodily injury that occurs solely as a direct result of a violent, \nsudden and unexpected action from an outside source. \n\n \n\nAppropriate treatment Appropriate treatment is defined as any treatment that is performed and \nprescribed by a doctor or, when Sun Life believes it is necessary, by a medical \n\nspecialist. It must be the usual and reasonable treatment for the condition and \nmust be provided as frequently as is usually required by the condition. It must \nnot be limited solely to examinations or testing. \n\n \n\nBasic earnings Basic earnings are the salary you receive from your employer excluding any \nbonus, overtime, shift premium or incentive pay. \n\n \n\nDoctor A doctor is a physician or surgeon who is licensed to practice medicine where \nthat practice is located. \n\n \n\nEnrolment period The annual enrolment period is conducted during the first quarter of each year, \n\nas announced by your employer. \n \n\nIllness An illness is a bodily injury, disease, mental infirmity or sickness. Any surgery \n\nneeded to donate a body part to another person which causes total disability is \nan illness. \n\n \n\nLife event change Life event changes include: \n\nâ—¼ marriage or common-law, \nâ—¼ birth or adoption of a child, \nâ—¼ divorce or legal separation, \n\nâ—¼ loss of spouse\'s benefit coverage, \nâ—¼ change in the eligibility status of a dependent child, or \n\nâ—¼ death of a dependent or loss of dependent coverage \n \n\nLock-in period The minimum time that you must remain with your chosen option. Normally, \nthis is one plan year, unless you experience a life event change. For some \n\noptions, the lock in period is two years. \n \n\nRetirement date If you are totally disabled, your retirement date is your 65th birthday, unless \n\n\n\nContract No. 50743 and 50621 General Information \n\nEffective January 1, 2025 (A)  15 \n\nyou have actually retired before then. \n \n\nWe, our and us We, our and us mean Sun Life Assurance Company of Canada. \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  16 \n\nExtended Health Care \n\n \n\nGeneral description \nof the coverage \n\nThe contract holder has the sole legal and financial liability for this benefit. \nSun Life only acts as administrator on behalf of the contract holder. \n\n \n\n In this section, you means the employee and all dependents covered for \nExtended Health Care benefits. \n\n \n\n Extended Health Care coverage pays for eligible services or supplies for you \nthat are medically necessary for the treatment of an illness. However, there are \nadditional eligibility requirements that apply to drugs (see Prior authorization \n\nprogram for details). \n \n\n To qualify for this coverage you must be entitled to benefits under a provincial \nmedicare plan or federal government plan that provides similar benefits. \n\n \n\n Reference to Doctor may also include a nurse practitioner â€“ If the applicable \nprovincial legislation permits nurse practitioners to prescribe or order certain \n\nsupplies or services, Sun Life will reimburse those eligible services or supplies \nprescribed or ordered by a nurse practitioner the same way as if they were \nprescribed or ordered by a doctor. For drugs, refer to Other health \n\nprofessionals allowed to prescribe drugs. \n \n\n An expense must be claimed for the benefit year in which the expense is \n\nincurred. You incur an expense on the date the service is received or the \nsupplies are purchased or rented. \n\n \n\nBenefit year The benefit year is indicated in the Benefit Details section. \n \n\nPrescription drugs Drugs covered under this plan must have a Drug Identification Number (DIN) \nand be approved under Drug evaluation. \n\n \n\n We will cover the cost of the following drugs and supplies that are prescribed \nby a doctor or dentist and are obtained from a pharmacist. The reimbursement \nlevel is indicated under each option in the Benefit Details section. \n\n \n\n â—¼ drugs that legally require a prescription. \n \n\n â—¼ life-sustaining drugs that may not legally require a prescription. \n \n\n â—¼ injectable drugs and vitamins. \n \n\n â—¼ compounded preparations, provided that the principal active ingredient \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  17 \n\nis an eligible expense and has a DIN. \n \n\n â—¼ diabetic supplies. \n \n\n â—¼ products to help a person quit smoking that legally require a \n\nprescription, up to a lifetime maximum of $500 for each person. \n \n\n â—¼ drugs for the treatment of infertility, are indicated under each option in \n\nthe Benefit Details section. \n \n\n â—¼ vaccines. \n \n\n â—¼ intrauterine devices (IUDs) and diaphragms. \n \n\n â—¼ colostomy supplies. \n \n\n â—¼ varicose vein injections. \n \n\n â—¼ anti-obesity drugs, up to a maximum of $500 per person per benefit \nyear. \n\n \n\n Payments for any single purchase are limited to quantities that can reasonably \nbe used in a 60 day period, or, in the case of certain maintenance drugs, in a \n100 day period as ordered by a doctor.  \n\n \n\n We will not pay for the following, even when prescribed: \n \n\n â—¼ infant formulas (milk and milk substitutes), minerals, proteins, vitamins \n\nand collagen treatments. \n \n\n â—¼ the cost of giving injections, serums and vaccines. \n \n\n â—¼ proteins and food or dietary supplements. \n \n\n â—¼ hair growth stimulants. \n \n\n â—¼ drugs for the treatment of sexual dysfunction. \n \n\n â—¼ drugs that are used for cosmetic purposes. \n \n\n â—¼ natural health products, whether or not they have a Natural Product \n\nNumber (NPN). \n \n\n â—¼ drugs and treatments, and any services and supplies relating to the \nadministration of the drug and treatment, administered in a hospital, on \n\nan in-patient or out-patient basis, or in a government-funded clinic or \ntreatment facility. \n\n \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  18 \n\nDrug evaluation The following drugs will be evaluated and must be approved by us to be \neligible for coverage: \n\n \n\n â—¼ drugs that receive Health Canada Notice of Compliance for an initial or \n\na new indication on or after November 1, 2017. \n \n\n â—¼ drugs covered under this plan and subject to a significant increase in \ncost. \n\n \n\n Drug expenses are eligible for reimbursement only if incurred on or after the \ndate of our approval. \n\n \n\n We will assess the eligibility of the drug based on factors such as:  \n \n\n â—¼ comparative analysis of the drug cost and its clinical effectiveness. \n \n\n â—¼ recommendations by health technology assessment organizations and \nprovinces. \n\n \n\n â—¼ availability of other drugs treating the same or similar conditions(s). \n \n\n â—¼ plan sustainability. \n \n\nDrug substitution \n\nlimit \n\nCharges in excess of the lowest priced equivalent drug are not covered unless \n\nspecifically approved by Sun Life. To assess the medical necessity of a higher \npriced drug, Sun Life will require you and your doctor to complete and submit \nan exception form. \n\n \n\nPrior authorization \nprogram \n\nThe prior authorization (PA) program applies to a limited number of drugs \nand, as its name suggests, prior approval is required for coverage under the \n\nprogram. If you submit a claim for a drug included in the PA program and you \nhave not been pre-approved, your claim will be declined. \n\n \n\n In order for drugs in the PA program to be covered, you need to provide \n\nmedical information. Please use our PA form to submit this information. Both \nyou and your doctor need to complete parts of the form. \n\n \n\n You will be eligible for coverage for these drugs if the information you and \nyour doctor provide meets our clinical criteria based on factors such as:  \n\n \n\n â—¼ Health Canada Product Monograph. \n \n\n â—¼ recognized clinical guidelines. \n \n\n â—¼ comparative analysis of the drug cost and its clinical effectiveness. \n \n\n â—¼ recommendations by health technology assessment organizations and \nprovinces. \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  19 \n\n \n\n â—¼ your response to preferred drug therapy. \n \n\n If not, your claim will be declined. \n \n\n Our prior authorization forms are available from the following sources:  \n \n\n â—¼ our website at www.mysunlife.ca/priorauthorization \n \n\n â—¼ our Customer Care centre by calling toll-free 1-800-361-6212 \n \n\nReference Drug \nProgram \n\nThe Reference Drug Program (RDP) applies to select drugs determined by \nSun Life. Under RDP, Sun Life will: \n\n \n\n â—¼ group together a set of drugs that are used to treat the same condition(s) \nin the same or similar way (a therapeutic category). \n\n \n\n â—¼ determine the most cost-effective drug within a therapeutic category \n\n(the Reference Drug), considering such factors as cost to the plan, \nprovincial programs, safety and clinical effectiveness. \n\n \n\n â—¼ limit the eligible cost of drugs in a particular therapeutic category to the \neligible cost of the Reference Drug (the Reference Drug Limit). \n\n \n\n â—¼ apply the Reference Drug Limit to select province(s), excluding QuÃ©bec. \n\nThe selected province(s) may vary with each therapeutic category. \n \n\n For all therapeutic categories, the Reference Drug Limit applies to covered \n\npersons in the selected provinces having no previous claims for a \nnon-Reference Drug. The Reference Drug Limit may also apply to covered \npersons with previous claims for a non-Reference Drug depending upon the \n\ntherapeutic category and such factors as: \n \n\n â—¼ clinical support for switching to the Reference Drug. \n \n\n â—¼ expected duration of treatment. \n \n\n â—¼ provincial programs. \n \n\n Any claim submitted under this plan within 120 days before the date that \n\nSun Life applies the Reference Drug to the plan is a previous claim. Any drug \nother than the Reference Drug in a therapeutic category is a  non-Reference \n\nDrug. \n \n\n When the Reference Drug Limit applies, charges in excess of this limit are not \ncovered, unless there is a medical reason for the covered person to take the \n\nnon-Reference Drug. To assess medical necessity, Sun Life will require the \ncovered person and the attending doctor to complete and submit an exception \n\nhttp://www.mysunlife.ca/priorauthorization\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  20 \n\nform. \n \n\nOther health \nprofessionals allowed \n\nto prescribe drugs \n\nWe reimburse certain drugs prescribed by other qualified health professionals \nthe same way as if the drugs were prescribed by a doctor or a dentist if the \n\napplicable provincial legislation permits them to prescribe those drugs. \n \n\nHospital expenses in \nyour province \n\nWe will cover costs for hospital care in the province where you live. The \nreimbursement level is indicated under each option in the Benefit Details \n\nsection. \n \n\n We will cover out-patient services in a hospital, except for any services \n\nexplicitly excluded under this benefit, and and the difference between the cost \nof a ward and the hospital room indicated under each option in the Benefit \nDetails section. \n\n \n\n We will also cover the cost of room and board in a convalescent hospital if this \ncare has been ordered by a doctor as long as it is primarily for rehabilitation, \n\nand not for custodial care. \n \n\n There is a maximum of 120 days for treatment of an illness due to the same or \nrelated causes.  \n\n \n\n For purposes of this plan, a convalescent hospital is a  facility licensed to \nprovide convalescent care and treatment for sick or injured patients on an in-\n\npatient basis. Nursing and medical care must be available 24 hours a day. It \ndoes not include a nursing home, rest home, home for the aged or chronically \nill, sanatorium or a facility for treating alcohol or drug abuse. \n\n \n\n A hospital is a  facility licensed to provide care and treatment for sick or \ninjured patients, primarily while they are acutely ill. It must have facilities for \n\ndiagnostic treatment and major surgery. Nursing care must be available 24 \nhours a day. It does not include a nursing home, rest home, home for the aged \nor chronically ill, sanatorium, convalescent hospital or a facility for treating \n\nalcohol or drug abuse or beds set aside for any of these purposes in a hospital. \n \n\nExpenses out of \nyour province \n\nWe will cover emergency medical services while you are outside the province \nwhere you live. We will also cover referred services. The reimbursement \n\nlevels and the maximum amounts are indicated under each option in the \nBenefit Details section. \n\n \n\n For both emergency services and referred services, we will cover the cost of:  \n \n\n â—¼ a semi-private hospital room. \n \n\n â—¼ other hospital services provided outside of Canada. \n \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  21 \n\n â—¼ out-patient services in a hospital. \n \n\n â—¼ the services of a doctor. \n \n\n Expenses for all other services or supplies eligible under this plan are also \n\ncovered when they are incurred outside the province where you live, subject to \nthe reimbursement level and all conditions applicable to those expenses. \n\n \n\nEmergency services We will pay the cost of covered emergency services. \n \n\n We will only cover emergency services obtained within 90 days of the date \nyou leave the province where you live. If hospitalization occurs within this \n\nperiod, in-patient services are covered until the date you are discharged. \n \n\n Emergency services mean any reasonable medical services or supplies, \n\nincluding advice, treatment, medical procedures or surgery, required as a result \nof an emergency. When a person has a chronic condition, emergency services \ndo not include treatment provided as part of an established management \n\nprogram that existed prior to the person leaving the province where the person \nlives. \n\n \n\n Emergency means an acute illness or accidental injury that requires immediate, \n\nmedically necessary treatment prescribed by a doctor. \n \n\n At the time of an emergency, you or someone with you must contact \n\nSun Lifeâ€™s Emergency Travel Assistance (ETA) provider. All invasive and \ninvestigative procedures (including any surgery, angiogram, MRI, PET scan, \nCAT scan), must be pre-authorized by Sun Lifeâ€™s ETA provider prior to being \n\nperformed, except in extreme circumstances where surgery is performed on an \nemergency basis immediately following admission to a hospital. \n\n \n\n If contact with Sun Lifeâ€™s ETA provider cannot be made before services are \nprovided, contact with Sun Lifeâ€™s ETA provider must be made as soon as \npossible afterwards. If contact is not made and emergency services are \n\nprovided in circumstances where contact could reasonably have been made, \nthen Sun Life has the right to deny or limit payments for all expenses related \nto that emergency. \n\n \n\n An emergency ends when you are medically stable to return to the province \nwhere you live. \n\n \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  22 \n\nEmergency services \nexcluded from \n\ncoverage \n\nAny expenses related to the following emergency services are not covered:  \n\nâ—¼ services that are not immediately required or which could reasonably be \n\ndelayed until you return to the province where you live, unless your \nmedical condition reasonably prevents you from returning to that \nprovince prior to receiving the medical services. \n\n \n\n â—¼ services relating to an illness or injury which caused the emergency, \nafter such emergency ends. \n\n \n\n â—¼ continuing services, arising directly or indirectly out of the original \nemergency or any recurrence of it, after the date that Sun Life or \nSun Lifeâ€™s ETA provider, based on available medical evidence, \n\ndetermines that you can be returned to the province where you live, and \nyou refuse to return. \n\n \n\n â—¼ services which are required for the same illness or injury for which you \nreceived emergency services, including any complications arising out of \nthat illness or injury, if you had unreasonably refused or neglected to \n\nreceive the recommended medical services. \n \n\n â—¼ where the trip was taken to obtain medical services for an illness or \n\ninjury, services related to that illness or injury, including any \ncomplications or any emergency arising directly or indirectly out of that \nillness or injury. \n\n \n\nReferred services Referred services must be for the treatment of an illness and ordered in writing \nby a doctor located in the province where you live. Your provincial medicare \n\nplan must agree in writing to pay benefits for the referred services. \n \n\n All referred services must be: \n \n\n â—¼ obtained in Canada, if available, regardless of any waiting lists, and  \n \n\n â—¼ covered by the medicare plan in the province where you live. \n \n\n However, if referred services are not available in Canada, they may be \n\nobtained outside of Canada. \n \n\nMedical services and \nequipment \n\nWe will cover the cost for the medical services listed below when ordered by a \ndoctor (the services of a licensed dentist do not require a doctorâ€™s order). The \n\nreimbursement levels are indicated under each option in the Benefit Details \nsection. \n\n \n\n â—¼ We will cover out-of-hospital private duty nurse services when \nmedically necessary. Services must be ordered by a doctor and must be \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  23 \n\nfor nursing care, and not for custodial care. The private duty nurse must \nbe a nurse, or nursing assistant who is licensed, certified or registered in \nthe province where you live and who does not normally live with you. \n\nThe services of a registered nurse are eligible only when someone with \nlesser qualifications can not perform the duties. There is a limit of \n$15,000 per person during any 3 consecutive benefit years. \n\n \n\n â—¼ transportation in a licensed ambulance, if medically necessary, that takes \nyou to and from the nearest hospital that is able to provide the necessary \n\nmedical services. Expenses incurred outside Canada for emergency \nservices will be paid based on the conditions specified in the Benefit \nDetails section for emergency services under Expenses out of your \n\nprovince. \n \n\n â—¼ transportation in a licensed air ambulance, if medically necessary, that \ntakes you to the nearest hospital that provides the necessary emergency \n\nservices. Expenses incurred outside Canada for emergency services will \nbe paid based on the conditions specified in the Benefit Details section \n\nfor emergency services under Expenses out of your province. \n \n\n â—¼ the following diagnostic services rendered outside of a hospital, except \nif the covered person\'s provincial plan prohibits payment of these \n\nexpenses: \n \n\n  laboratory tests. \n \n\n  ultrasounds. \n \n\n  MRI (magnetic resonance imaging), CT (computed tomography) \nscans and other medical imaging services, up to a combined \n\nmaximum of $1,000 per person per benefit year. \n \n\n â—¼ dental services, including braces and splints, to repair damage to natural \n\nteeth caused by an accidental blow to the mouth that occurs while you \nare covered. These services must be received within 12 months of the \naccident. We will not cover more than the fee stated in the Dental \n\nAssociation Fee Guide for a general practitioner in the province where \nthe employee lives. The guide must be the current guide at the time that \n\ntreatment is received. \n \n\n â—¼ contact lenses or intraocular lenses following a cataract surgery, limited \nto a lifetime maximum of one lens per eye. \n\n \n\n â—¼ wigs following chemotherapy, up to a maximum of $300 per person in a \nbenefit year. Wigs do not require a doctorâ€™s order. \n\n \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  24 \n\n â—¼ medically necessary equipment rented, or purchased at our request, that \nmeets your basic medical needs. If alternate equipment is available, \neligible expenses are limited to the cost of the least expensive equipment \n\nthat meets your basic medical needs. For expenses incurred for a \nwheelchair, coverage is limited to the use of a manual wheelchair, \nexcept if the person\'s medical condition warrants the use of an electric \n\nwheelchair. \n \n\n â—¼ casts, splints, trusses, braces or crutches. \n \n\n â—¼ breast prostheses required as a result of surgery, up to a maximum of \n$200 per person in a benefit year. \n\n \n\n â—¼ surgical brassieres required as a result of surgery, up to a maximum of 2 \n\nbrassieres per person in a benefit year. \n \n\n â—¼ artificial limbs and eyes. \n \n\n â—¼ stump socks, up to a maximum of 5 pairs per person in a benefit year. \n \n\n â—¼ elastic support stockings, including pressure gradient hose, up to a \nmaximum of 2 pairs per person in a benefit year. \n\n \n\n â—¼ custom-made orthotic inserts for shoes, with no doctor\'s order required, \nup to a maximum of $400 per person in a benefit year. \n\n \n\n â—¼ custom-made orthopaedic shoes or modifications to orthopaedic shoes, \nwith no doctor\'s order required, up to a maximum of $500 per person in \na benefit year. \n\n \n\n â—¼ hearing aids prescribed by an ear, nose and throat specialist, up to a \nmaximum specified in the Benefit Details section. Repairs are included \n\nin this maximum. \n \n\n â—¼ radiotherapy or coagulotherapy. \n \n\n â—¼ oxygen, plasma and blood transfusions. \n \n\n â—¼ glucometers, prescribed by a diabetologist or a specialist in internal \nmedicine, up to a lifetime maximum of $700 per person. \n\n \n\n â—¼ Continuous Glucose Monitor (CGM), including receivers, transmitters, \nand sensors, for persons diagnosed with Type 1 or Type 2 diabetes \n\nrequiring insulin use, up to a combined maximum of $4,000 per person \nper benefit year. You must provide us with a doctor\'s note confirming \nboth the diagnosis and insulin use. \n\n \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  25 \n\n â—¼ insulin pumps up to a maximum of $2,000 per person over a period of 4 \nbenefit years. \n\n \n\n â—¼ fertility treatments, up to a lifetime maximum of $20,000 per person. \n \n\nParamedical \nservices \n\nWe will cover the costs for paramedical specialists listed below. The \nreimbursement level and the combined maximum amount we will pay per \nperson per benefit year are indicated under each option in the Benefit Details \n\nsection. \n \n\n â—¼ licensed physiotherapists, speech therapists, massage therapists, \n\nnaturopaths, acupuncturists, dieticians, audiologists, occupational \ntherapists or nutritionist. \n\n \n\n â—¼ licensed osteopaths or osteopathic practitioners, chiropractors, \n\npodiatrists or chiropodists, including a maximum of one x-ray \nexamination per specialty each benefit year. \n\n \n\n â—¼ licensed psychologists, or social workers, licensed psychotherapists, or \npsychotherapists who are active members of a provincial association \napproved by Sun Life, or clinical counsellors who are active members of \n\na provincial association which is approved by Sun Life. \n \n\n â—¼ licensed athletic therapists, or athletic therapists who are active members \n\nof the Canadian Athletic Therapists Association (CATA) or of a \nprovincial association approved by Sun Life. \n\n \n\nVision care We will cover the cost of contact lenses, eyeglasses, laser eye correction \n\nsurgery. Contact lenses or eyeglasses must be prescribed by an \nophthalmologist or licensed optometrist and obtained from an \n\nophthalmologist, licensed optometrist or optician. Laser eye correction surgery \nmust be performed by an ophthalmologist. \n\n \n\n The reimbursement level and the maximum amount payable in any 12 month \n\nperiod for a person under age 19, or every 2 benefit year period for any other \nperson, are indicated under each option in the Benefit Details section. \n\n \n\n We will also cover services of an ophthalmologist or licensed optometrist, up \nto a maximum of one examination per person per benefit year. \n\n \n\n We will not pay for sunglasses, magnifying glasses, or safety glasses of any \n\nkind, unless they are prescription glasses needed for the correction of vision. \n \n\nPayments after \ncoverage ends \n\nIf you are totally disabled when your coverage ends, benefits will continue for \n\nexpenses that result from the illness that caused the total disability if the \nexpenses are incurred: \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  26 \n\n \n\n â—¼ during the uninterrupted period of total disability, \n \n\n â—¼ within 90 days of the end of coverage, and \n \n\n â—¼ while this provision is in force. \n \n\n For the purpose of this provision, an employee is totally disabled if prevented \nby illness from performing any occupation the employee is or may become \n\nreasonably qualified for by education, training or experience, and a dependent \nis totally disabled if prevented by illness from performing the dependent\'s \nnormal activities. \n\n \n\n If the Extended Health Care benefit terminates, coverage for dental services to \nrepair natural teeth damaged by an accidental blow will continue, if the \n\naccident occurred while you were covered, and the procedure is performed \nwithin 6 months after the date of the accident. \n\n \n\nWhat is not covered We will not pay for the costs of: \n \n\n â—¼ services or supplies payable or available (regardless of any waiting list) \nunder any government-sponsored plan or program, except as described \n\nbelow under Integration with government programs. \n \n\n â—¼ services or supplies to the extent that their costs exceed the reasonable \nand usual rates in the locality (province/territory) where the services or \n\nsupplies are provided. \n \n\n â—¼ equipment that Sun Life considers ineligible (examples of this \n\nequipment are orthopaedic mattresses, exercise equipment, air-\nconditioning or air-purifying equipment, whirlpools, humidifiers, and \nequipment used to treat seasonal affective disorders). \n\n \n\n â—¼ any services or supplies that are not usually provided to treat an illness, \nincluding experimental treatments. \n\n \n\n â—¼ services or supplies that are not approved by Health Canada or other \ngovernment regulatory body for the general public. \n\n \n\n â—¼ services or supplies that are not generally recognized by the Canadian \n\nmedical profession as effective, appropriate and required in the \ntreatment of an illness in accordance with Canadian medical standards. \n\n \n\n â—¼ services or supplies that do not qualify as medical expenses under the \nIncome Tax Act (Canada). \n\n \n\n â—¼ services or supplies for which no charge would have been made in the \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  27 \n\nabsence of this coverage. \n \n\n We will not pay benefits when the claim is for an illness resulting from: \n \n\n â—¼ the hostile action of any armed forces, insurrection or participation in a \n\nriot or civil commotion. \n \n\n â—¼ any work for which you were compensated that was not done for the \n\nemployer who is providing this plan. \n \n\n â—¼ participation in a criminal offence. \n \n\nIntegration with \ngovernment \nprograms \n\nThis plan will integrate with benefits payable or available under the \n\ngovernment-sponsored plan or program (the government program). \n \n\nThe covered expense under this plan is that portion of the expense that is not \n\npayable or available under the government program, regardless of:  \n \n\n â—¼ whether you have made an application to the government program, \n \n\n â—¼ whether coverage under this plan affects your eligibility or entitlement \n\nto any benefits under the government program, or \n \n\n â—¼ any waiting lists. \n \n\nWhen and how to \nmake a claim \n\nTo make a claim, complete the claim form that is available from your \nemployer. \n\n \n\n In order for you to receive benefits, we must receive the claim no later than 90 \ndays after the earlier of: \n\nâ—¼ the end of the benefit year during which you incur the expenses, or \n\nâ—¼ the end of your Extended Health Care coverage. \n \n\nTeladoc Medical \nExperts \n\nThe services offered by Teladoc Medical Experts are not insured or administered \nby Sun Life. \n\n \n\n If you, as an employee, are covered for Extended Health Care, you, your \n\nspouse, your children, your parents and your parents-in-law have access to \nTeladoc Medical Experts. \n\n \n\n Teladoc Medical Experts services are available to your spouse and children even \nif they are not covered for Extended Health Care under this plan. \n\n \n\n Teladoc Medical Experts offers a variety of services that can help if a  person \n\nsuspects or has been diagnosed with a serious medical condition. To use this \nservice, please call Teladoc Medical Experts at 1-877-419-2378. \n\n\n\nContract No. 50621 Extended Health Care \n\nEffective January 1, 2025 (A)  28 \n\n \n\nLiability and \nresponsibility of \nSun Life  \n\nSun Life will not be held liable for any acts or omissions of any person or \norganization providing services directly or indirectly in connection with \nTeladoc Medical Experts. \n\n \n\n Sun Life cannot guarantee the availability of Teladoc Medical Experts \nservices. \n\n\n\nContract No. 50621 Emergency Travel Assistance \n\nEffective January 1, 2025 (A)  29 \n\nEmergency Travel Assistance \n(Medi-Passport) \n\n \n\nGeneral description \nof the coverage \n\nThe contract holder has the sole legal and financial liability for this benefit. \nSun Life only acts as administrator on behalf of the contract holder. \n\n \n\n In this section, you means the employee and all dependents covered for \nEmergency Travel Assistance benefits. \n\n \n\n If you are faced with a medical emergency when travelling outside of the \nprovince where you live, Sun Lifeâ€™s Emergency Travel Assistance (ETA) \nprovider can help. \n\n \n\n Emergency means an acute illness or accidental injury that requires immediate, \nmedically necessary treatment prescribed by a doctor. \n\n \n\n This benefit, called Medi-Passport, supplements the emergency portion of \nyour Extended Health Care coverage. It only covers emergency services that \nyou obtain within 90 days of leaving the province where you live. If \n\nhospitalization occurs within this time period, in-patient services are covered \nuntil you are discharged. \n\n \n\n The Medi-Passport coverage is subject to any maximum applicable to the \n\nemergency portion of the Extended Health Care benefit. The emergency \nservices excluded from coverage, and all other conditions, limitations and \n\nexclusions applicable to your Extended Health Care coverage also apply to \nMedi-Passport. \n\n \n\n We recommend that you bring your Travel card with you when you travel. It \n\ncontains telephone numbers and the information needed to confirm your \ncoverage and receive assistance. \n\n \n\nGetting help At the time of an emergency, you or someone with you must contact \nSun Lifeâ€™s ETA provider. If contact with Sun Lifeâ€™s ETA provider cannot \nbe made before services are provided, contact with Sun Lifeâ€™s ETA \n\nprovider must be made as soon as possible afterwards. If contact is not \nmade and emergency services are provided in circumstances where \ncontact could reasonably have been made, then Sun Life has the right to \n\ndeny or limit payments for all expenses related to that emergency. \n \n\n Access to a fully staffed coordination centre is available 24 hours a day. Please \n\n\n\nContract No. 50621 Emergency Travel Assistance \n\nEffective January 1, 2025 (A)  30 \n\nconsult the telephone numbers on the Travel card. \n \n\n Sun Lifeâ€™s ETA provider may arrange for: \n \n\nOn the spot medical \nassistance \n\nSun Lifeâ€™s ETA provider will provide referrals to physicians, pharmacists and \n\nmedical facilities. \n \n\n As soon as Sun Lifeâ€™s ETA provider is notified that you have a medical \n\nemergency, its staff, or a physician designated by Sun Lifeâ€™s ETA provider, \nwill, when necessary, attempt to establish communications with the attending \nmedical personnel to obtain an understanding of the situation and to monitor \n\nyour condition. If necessary, Sun Lifeâ€™s ETA provider will also guarantee or \nadvance payment of the expenses incurred to the provider of the medical \nservice. \n\n \n Sun Lifeâ€™s ETA provider will provide translation services in any major \n\nlanguage that may be needed to communicate with local medical personnel. \n \n Sun Lifeâ€™s ETA provider will transmit an urgent message from you to your \n\nhome, business or other location. Sun Lifeâ€™s ETA provider will keep messages \nto be picked up in its offices for up to 15 days. \n\n \n\nTransportation home \nor to a different \nmedical facility \n\nSun Lifeâ€™s ETA provider may determine, in consultation with an attending \n\nphysician, that it is necessary for you to be transported under medical \nsupervision to a different hospital or treatment facility or to be sent home. \n\n \n\n In these cases, Sun Lifeâ€™s ETA provider will arrange, guarantee, and if \nnecessary, advance the payment for your transportation. \n\n \n\n Sun Life or Sun Lifeâ€™s ETA provider, based on available medical evidence, \nwill make the final decision whether you should be moved, when, how and to \n\nwhere you should be moved and what medical equipment, supplies and \npersonnel are needed. \n\n \n\nMeals and \naccommodations \nexpenses \n\nIf your return trip is delayed or interrupted due to a medical emergency or the \n\ndeath of a person you are travelling with who is also covered by this benefit, \nSun Lifeâ€™s ETA provider will arrange for your meals and accommodations at a \ncommercial establishment. We will pay a maximum of $150 a day for each \n\nperson for up to 7 days. \n \n\n Sun Lifeâ€™s ETA provider will arrange for meals and accommodations at a  \n\ncommercial establishment, if you have been hospitalized due to a medical \nemergency while away from the province where you live and have been \nreleased, but, in the opinion of Sun Lifeâ€™s ETA provider, are not yet able to \n\ntravel. We will pay a maximum of $150 a day for up to 5 days. \n\n\n\nContract No. 50621 Emergency Travel Assistance \n\nEffective January 1, 2025 (A)  31 \n\n \n\nTravel expenses \nhome if stranded \n\nSun Lifeâ€™s ETA provider will arrange and, if necessary, advance funds for \ntransportation to the province where you live: \n\n \n\n â—¼ for you, if due to a medical emergency, you have lost the use of a ticket \n\nhome because you or a dependent had to be hospitalized as an in-patient, \ntransported to a medical facility or repatriated; or \n\n \n\n â—¼ for a child who is under the age of 16, or mentally or physically \nhandicapped, and left unattended while travelling with you when you \nare hospitalized outside the province where you live, due to a medical \n\nemergency. \n \n\n If necessary, in the case of such a child, Sun Lifeâ€™s ETA provider will also \nmake arrangements and advance funds for a qualified attendant to accompany \n\nthem home. The attendant is subject to the approval of you or a member of \nyour family. \n\n \n\n We will pay a maximum of the cost of the transportation minus any \nredeemable portion of the original ticket. \n\n \n\nTravel expenses of \nfamily members \n\nSun Lifeâ€™s ETA provider will arrange and, if necessary, advance funds for one \n\nround-trip economy class ticket for a member of your immediate family to \ntravel from their home to the place where you are hospitalized if you are \n\nhospitalized for more than 7 consecutive days, and: \n \n\n â—¼ you are travelling alone, or \n \n\n â—¼ you are travelling only with a child who is under the age of 16 or \n\nmentally or physically handicapped. \n \n\n We will pay a maximum of $150 a day for the family memberâ€™s meals and \n\naccommodations at a  commercial establishment up to a maximum of 7 days. \n \n\nRepatriation If you die while out of the province where you live, Sun Lifeâ€™s ETA provider \nwill arrange for all necessary government authorizations and for the return of \n\nyour remains, in a container approved for transportation, to the province where \nyou live. We will pay a maximum of $5,000 per return. \n\n \n\nVehicle return Sun Lifeâ€™s ETA provider will arrange and, if necessary, advance funds up to \n$500 for the return of a private vehicle to the province where you live or a \nrental vehicle to the nearest appropriate rental agency if death or a medical \n\nemergency prevents you from returning the vehicle. \n \n\n\n\nContract No. 50621 Emergency Travel Assistance \n\nEffective January 1, 2025 (A)  32 \n\nLost luggage or \ndocuments \n\nIf your luggage or travel documents become lost or stolen while you are \ntravelling outside of the province where you live, Sun Lifeâ€™s ETA provider \nwill attempt to assist you by contacting the appropriate authorities and by \n\nproviding directions for the replacement of the luggage or documents. \n \n\nCoordination of \ncoverage \n\nYou do not have to send claims for doctors\' or hospital fees to your provincial \nmedicare plan first. This way you receive your refund faster. Sun Life and \n\nSun Lifeâ€™s ETA provider coordinate the whole process with most provincial \nplans and all insurers, and send you a payment for the eligible expenses. \n\nSun Lifeâ€™s ETA provider will ask you to sign a form authorizing them to act \non your behalf. \n\n \n\n If you are covered under this group plan and certain other plans, we will \n\ncoordinate payments with the other plans in accordance with guidelines \nadopted by the Canadian Life and Health Insurance Association. \n\n \n\n The plan from which you make the first claim will be responsible for \nmanaging and assessing the claim. It has the right to recover from the other \nplans the expenses that exceed its share. \n\n \n\nLimits on advances Advances will not be made for requests of less than $200. Requests in excess \nof $200 will be made in full up to a maximum of $10,000. \n\n \n\n The maximum amount advanced will not exceed $10,000 per person per trip \nunless this limit will compromise your medical care. \n\n \n\nReimbursement of \nexpenses \n\nIf, after obtaining confirmation from Sun Lifeâ€™s ETA provider that you are \n\ncovered and a medical emergency exists, you pay for services or supplies that \nwere eligible for advances, Sun Life will reimburse you. \n\n \n\n To receive reimbursement, you must provide Sun Life with proof of the \nexpenses within 30 days of returning to the province where you live. Your \nemployer can provide you with the appropriate claim form. \n\n \n\nYour responsibility \nfor advances \n\nYou will have to reimburse Sun Life for any of the following amounts \nadvanced by Sun Lifeâ€™s ETA provider: \n\n \n\n â—¼ any amounts which are or will be reimbursed to you by your provincial \nmedicare plan. \n\n \n\n â—¼ that portion of any amount which exceeds the maximum amount of your \n\ncoverage under this plan. \n \n\n â—¼ amounts paid for services or supplies not covered by this plan. \n \n\n â—¼ amounts which are your responsibility, such as deductibles and the \n\n\n\nContract No. 50621 Emergency Travel Assistance \n\nEffective January 1, 2025 (A)  33 \n\npercentage of expenses payable by you. \n \n\n Sun Life will bill you for any outstanding amounts. Payment will be due when \nthe bill is received. You can choose to repay Sun Life over a 6 month period, \n\nwith interest at an interest rate established by Sun Life from time to time. \nInterest rates may change over the 6 month period. \n\n \n\nLimits on \nEmergency Travel \nAssistance coverage \n\nThere are countries where Sun Lifeâ€™s ETA provider is not currently available \n\nfor various reasons. For the latest information, please call Sun Lifeâ€™s ETA \nprovider before your departure. \n\n \n\n Sun Lifeâ€™s ETA provider reserves the right to suspend, curtail or limit its \nservices in any area, without prior notice, because of:  \n\n \n\n â—¼ a rebellion, riot, military up-rising, war, labour disturbance, strike, \n\nnuclear accident or an act of God. \n \n\n â—¼ the refusal of authorities in the country to permit Sun Lifeâ€™s ETA \n\nprovider to fully provide service to the best of its ability during any such \noccurrence. \n\n \n\nLiability of Sun Life \nor Sun Lifeâ€™s ETA \nprovider \n\nNeither Sun Life nor Sun Lifeâ€™s ETA provider will be liable for the negligence \n\nor other wrongful acts or omissions of any physician or other health care \nprofessional providing direct services covered under this group plan. \n\n\n\nContract No. 50621 Dental Care \n\nEffective January 1, 2025 (A)  34 \n\nDental Care \n\nGeneral description \nof the coverage \n\nThe contract holder has the sole legal and financial liability for this benefit. \nSun Life only acts as administrator on behalf of the contract holder. \n\n \n\n In this section, you means the employee and all dependents covered for Dental \nCare benefits. \n\n \n\n Dental Care coverage pays for eligible expenses that you incur for dental \n\nprocedures provided by a licensed dentist, denturist, dental hygienist and \nanaesthetist while you are covered by this group plan. \n\n \n\n For each dental procedure, we will only cover reasonable and customary \nchanges. We will not cover more than the fee stated in the Dental Association \nFee Guide for general practitioners in the province where the employee lives. \n\nPayments will be based on the current guide at the time the treatment is \nreceived. \n\n \n\n When a fee guide is not published for a given year, the term fee guide may \nalso mean an adjusted fee guide established by Sun Life. \n\n \n\n Reasonable and customary charges mean: \n \n\n â—¼ charges considered necessary for the treatment and maintenance of a \npersonâ€™s oral health, according to standard Canadian dental procedures \n\nand practices, and \n \n\n â—¼ charges of a reasonable frequency and duration, as determined by Sun \nLife. \n\n \n\n When deciding what we will pay for a procedure, we will first find out if other \nor alternate procedures could have been done. These alternate procedures must \n\nbe part of usual and accepted dental work and must obtain as adequate a result \nas the procedure that the dentist performed. We will not pay more than the \nreasonable cost of the least expensive alternate procedure. \n\n \n\n For an implant related crown or prosthesis, we will pay the benefit that would \nhave been payable under this plan for a tooth supported crown or a non \n\nimplant related prosthesis, respectively. We will take into account any \nlimitations that would have applied if there had been no implant. All other \nexpenses related to implants, including surgery charges, are not covered. \n\n \n\n If you receive any temporary dental service, it will be included as part of the \n\n\n\nContract No. 50621 Dental Care \n\nEffective January 1, 2025 (A)  35 \n\nfinal dental procedure used to correct the problem and not as a separate \nprocedure. The fee for the permanent service will be used to determine the \nreasonable and customary charge for the final dental service. \n\n \n\n An expense must be claimed for the benefit year in which the expense is \nincurred. You incur an expense on the date your dentist performs a single \nappointment procedure or an orthodontic procedure. For other procedures \n\nwhich take more than one appointment, you incur an expense once the entire \nprocedure is completed. \n\n \n\nBenefit year The benefit year is indicated in the Benefit Details section. \n \n\nBenefit year \nmaximum \n\nThe maximum amount we will pay per person per benefit year is indicated \nunder each option in the Benefit Details section. \n\n \n\n Orthodontic expenses are not included in the benefit year maximum. A \nseparate lifetime maximum applies. \n\n \n\nLifetime maximum The maximum amount we will pay for all Orthodontic procedures in a \npersonâ€™s lifetime is indicated under each option in the Benefit Details section. \n\n \n\nPredetermination We suggest that you send us an estimate, before the work is done, for any \n\nmajor treatment or any procedure that will cost more than $500. You should \nsend us a completed dental claim form that shows the treatment that the dentist \n\nis planning and the cost. Both you and the dentist will have to complete parts \nof the claim form. We will tell you how much of the planned treatment is \ncovered. This way you will know how much of the cost you will be \n\nresponsible for before the work is done. \n \n\nPreventive dental \nprocedures \n\nYour dental benefits include procedures used to help prevent dental problems. \n\nThey are procedures that a dentist performs regularly to help maintain good \ndental health. \n\n \n\n The reimbursement level is indicated under each option in the Benefit Details \n\nsection. \n \n\nOral examinations 1 complete examination every 24 months. \n \n\n Recall examinations, including 2 units of scaling. The limits for a recall \nexamination are indicated under each option in the Benefit Details section. \n\n \n\n Emergency or specific examinations. \n \n\nX-rays 1 complete series of x-rays or 1 panorex every 24 months. \n \n\n Bitewing x-rays. The limits for 1 set of bitewing x-rays are indicated under \n\neach option in the Benefit Details section. \n\n\n\nContract No. 50621 Dental Care \n\nEffective January 1, 2025 (A)  36 \n\n \n\n X-rays to diagnose a symptom or examine progress of a particular course of \ntreatment. \n\n \n\nOther services Required consultations with another dentist. \n \n\n Polishing (cleaning of teeth) and topical fluoride treatment. The limits for \npolishing and fluoride treatment are indicated under each option in the Benefit \n\nDetails section. \n \n\n Emergency or palliative services. \n \n\n Diagnostic tests and laboratory examinations. \n \n\n Removal of impacted teeth and related anaesthesia. \n \n\n Provision of space maintainers for missing primary teeth. \n \n\n Pit and fissure sealants. \n \n\n Oral hygiene instruction. The limits for an oral hygiene instruction are \n\nindicated under each option in the Benefit Details section. \n \n\nBasic dental \nprocedures \n\nYour dental benefits include procedures used to treat basic dental problems.  \n\nThe reimbursement level is indicated under each option in the Benefit Details \nsection. \n\n \n\nFillings Option 1: Amalgam (silver fillings), composite, acrylic or equivalent. You are \nonly covered for composite fillings in front teeth. \n\n \n\n Option 2: Amalgam (silver fillings), composite, acrylic fillings (white fillings) \nYou are covered for composite fillings in all teeth. \n\n \n\nExtraction of teeth Removal of teeth, except removal of impacted teeth (Preventive dental \nprocedures). \n\n \n\nBasic restorations Prefabricated metal restorations and repairs to prefabricated metal restorations, \n\nother than in conjunction with the placement of permanent crowns. \n \n\nEndodontics Root canal therapy and root canal fillings, and treatment of disease of the pulp \n\ntissue. \n \n\nPeriodontics Treatment of disease of the gum and other supporting tissue. \n \n\n For scaling and root planing, up to a combined maximum of 2 units of 15 \n\nminutes per benefit year for a child under age 13 or 10 units of 15 minutes per \nbenefit year for any other person (including the 2 units of scaling covered \n\n\n\nContract No. 50621 Dental Care \n\nEffective January 1, 2025 (A)  37 \n\nunder Preventive dental procedures). \n \n\nOral surgery Surgery and related anaesthesia, other than the removal of impacted teeth \n(Preventive dental procedures). \n\n \n\nMajor dental \nprocedures \n\nYour dental benefits include the following procedures used to treat major \ndental problems. \n\n \n\n The reimbursement level is indicated under each option in the Benefit Details \nsection. \n\n \n\nMajor restorations Inlays and onlays. Crowns and repairs to crowns, other than prefabricated \n\nmetal restorations (Basic dental procedures). \n \n\nRepair Repair of bridges or dentures. \n \n\nRebase or reline Rebase or reline of an existing partial or complete denture. \n \n\nProsthodontics Construction and insertion of bridges or standard dentures. Charges for a \nreplacement bridge or replacement standard denture are not considered an \n\neligible expense during the 5 year period following the construction or \ninsertion of a previous bridge or standard denture unless:  \n\n \n\n â—¼ it is needed to replace a bridge or standard denture which has caused \ntemporomandibular joint disturbances and which cannot be \neconomically modified to correct the condition. \n\n \n\n â—¼ it is needed to replace a transitional denture which was inserted shortly \nfollowing extraction of teeth and which cannot be economically \n\nmodified to the final shape required. \n \n\nOrthodontic \nprocedures \n\nYour dental benefits include the following procedures used to treat misaligned \nor crooked teeth. \n\n \n\n The reimbursement level and maximum are indicated under each option in the \nBenefit Details section. \n\n \n\n Coverage includes orthodontic examinations, including orthodontic diagnostic \nservices and fixed or removable appliances such as braces. \n\n \n\n The following orthodontic procedures are covered: \n \n\n â—¼ interceptive, interventive or preventive orthodontic services, other than \nspace maintainers (Preventive dental procedures). \n\n \n\n â—¼ comprehensive orthodontic treatment, using a removable or fixed \nappliance, or combination of both. This includes diagnostic procedures, \n\n\n\nContract No. 50621 Dental Care \n\nEffective January 1, 2025 (A)  38 \n\nformal treatment and retention. \n \n\nPayments after \ncoverage ends \n\nIf the Dental Care benefit terminates, you will still be covered for procedures \nto repair natural teeth damaged by an accidental blow if the accident occurred \n\nwhile you were covered, and the procedure is performed within 6 months after \nthe date of the accident. \n\n \n\nWhat is not covered We will not pay for services or supplies payable or available (regardless of any \n\nwaiting list) under any government-sponsored plan or program unless \nexplicitly listed as covered under this benefit. \n\n \n\n We will not pay for services or supplies that are not usually provided to treat a \ndental problem. \n\n \n\n We will not pay for: \n \n\n â—¼ procedures performed primarily to improve appearance. \n \n\n â—¼ the replacement of dental appliances that are lost, misplaced or stolen. \n \n\n â—¼ charges for appointments that you do not keep. \n \n\n â—¼ charges for completing claim forms. \n \n\n â—¼ services or supplies for which no charge would have been made in the \nabsence of this coverage. \n\n \n\n â—¼ supplies usually intended for sport or home use, for example, \n\nmouthguards. \n \n\n â—¼ procedures or supplies used in full mouth reconstructions (capping all of \n\nthe teeth in the mouth), vertical dimension corrections (changing the \nway the teeth meet) including attrition (worn down teeth), alteration or \nrestoration of occlusion (building up and restoring the bite), or for the \n\npurpose of prosthetic splinting (capping teeth and joining teeth together \nto provide additional support). \n\n \n\n â—¼ transplants, and repositioning of the jaw. \n \n\n â—¼ experimental treatments. \n \n\n We will also not pay for dental work resulting from: \n \n\n â—¼ the hostile action of any armed forces, insurrection or participation in a \nriot or civil commotion. \n\n \n\n â—¼ teeth malformed at birth or during development. \n \n\n\n\nContract No. 50621 Dental Care \n\nEffective January 1, 2025 (A)  39 \n\n â—¼ participation in a criminal offence. \n \n\nWhen and how to \nmake a claim \n\nTo make a claim, complete the claim form that is available from your \nemployer. The dentist will have to complete a section of the form. \n\n \n\n In order for you to receive benefits, we must receive a claim no later than 90 \ndays after the earlier of: \n\n \n\n â—¼ the end of the benefit year during which you incur the expenses, or \n \n\n â—¼ the end of your Dental Care coverage. \n \n\n We can require that you give us the dentistâ€™s statement of the treatment \n\nreceived, pre-treatment x-rays and any additional information that we consider \nnecessary. \n\n\n\nContract No. 50621 Health Spending Account \n\nEffective January 1, 2025 (A)  40 \n\nHealth Spending Account \n\n \n\nGeneral description \nof the coverage \n\nThe contract holder has the sole legal and financial liability for this benefit. \nSun Life only acts as administrator on behalf of the contract holder. \n\n \n\n Your Health Spending Account coverage pays for services or supplies \ndescribed in this section under Eligible expenses. \n\n \n\n An expense is incurred on the date the services are received or the supplies are \npurchased or rented. Eligible expenses incurred by a dependent are also \ncovered. Coverage applies only to expenses incurred after the employee \n\nbecomes covered under the Health Spending Account and before the date the \nHealth Spending Account ends. \n\n \n\n A dependent is any person for whom you may claim a medical expense tax \n\ncredit on your federal tax return in the taxation year. For example, this could \ninclude members of your extended family, such as your parents, grandparents \n\nor grandchildren. \n \n\nBenefit year The benefit year is indicated in the Benefit Details section. \n \n\nHow your Health \nSpending Account \nworks \n\nYour Health Spending Account works like an expense account. Your \n\nemployer will allocate plan credits to your account in the manner described \nunder Plan credits. \n\n \n\n Each time you submit a Health Spending Account claim, either for yourself or \nfor a dependent, you will be reimbursed for eligible expenses, up to the \nbalance of your account. Expenses incurred in one benefit year cannot be \n\ncovered by credits received in the following benefit year. \n \n\n Credits can only be used to provide reimbursement for eligible expenses. \n\nUnder the Income Tax Act, the definition of eligible expenses is quite wide. \nThese expenses are shown below. Credits cannot be cashed out and will be lost \nunless used. You can avoid the loss of credits by using them before the end of \n\nthe benefit year following the benefit year in which they have been allocated \nto your account, and before any earlier termination of this benefit or your \ncoverage. Please contact your employer for additional information about your \n\ncoverage if you retire. \n \n\n There are a number of reasons why Health Spending Account is tax-effective \n\nfor you. Eligible expenses are specifically limited to expenses not covered \nunder another plan or under another benefit of this plan. If you paid for these \n\n\n\nContract No. 50621 Health Spending Account \n\nEffective January 1, 2025 (A)  41 \n\nexpenses on your own, you would have to use expensive \"after-tax\" dollars. \nOn the other hand, your Health Spending Account is sheltered from federal \nand provincial (except QuÃ©bec) income tax. In most circumstances, this means \n\nthat when you use plan credits to pay for expenses, you are using less \nexpensive \"pre-tax\" dollars. The result is extra savings for you. \n\n \n\nContinuation of \ncoverage for \ndependents \n\nThe Health Spending Account is set up under the employee\'s name, and there \n\ncannot be any continuation of coverage for dependents after the employee\'s \ndeath. Only expenses incurred before the employee\'s death can be covered \n\nunder the employee\'s Health Spending Account. \n \n\nPlan credits Plan credits are indicated in the Benefit Details section. \n \n\n If your coverage starts after the commencement of the benefit year, your plan \n\ncredits are adjusted by the employer for that benefit year. If you need \nadditional information, please contact your employer. \n\n \n\nEligible expenses Coverage includes the following items provided they qualify as tax deductible \nmedical expenses under the Income Tax Act of Canada and are not payable \nunder any other private or government plan. If the list of items qualifying as \n\ntax deductible medical expenses under the Income Tax Act of Canada is \nchanged, this plan is automatically updated to reflect the changes. \n\n \n\nDrugs â—¼ drugs, medications or other preparations or substances prescribed by a \nlicensed medical practitioner or dentist. \n\n \n\nEyeglasses â—¼ eyeglasses or other devices for the treatment or correction of a patient\'s \n\nvision defect, as prescribed by a medical practitioner or an optometrist. \n \n\nDeductibles and \n\ncoinsurances \n\nâ—¼ deductible and coinsurance amounts under medical or dental plans. \n\n \n\nLicensed practitioners \n(fee for services) \n\nâ—¼ acupuncturists (must be a licensed medical practitioner), chiropodists, \npodiatrists, chiropractors, Christian Science practitioners, naturopaths, \n\nnurses, optometrists, osteopaths, physiotherapists, practical nurses, \npsychoanalysts, psychologists, speech therapists (where therapy \ninvolves pathology or audiology), therapeutists. \n\n \n\nDental care â—¼ preventative, diagnostic, restorative, orthodontic and therapeutic care. \n \n\nAttendant care â—¼ remuneration for a full-time attendant, or for the cost of full-time care in \n\na nursing home, of a patient who has a severe and prolonged mental or \nphysical impairment; the condition must be certified by a medical doctor \nor an optometrist, where applicable; an impairment is considered severe \n\nand prolonged if it markedly restricts daily activities and can reasonably \nbe expected to last for a continuous period of at least 12 months. \n\n\n\nContract No. 50621 Health Spending Account \n\nEffective January 1, 2025 (A)  42 \n\n \n \n\nâ—¼ remuneration for a full-time attendant if the patient lives in a self-\ncontained domestic establishment (for example, his home); a doctor \nmust certify that the patient is likely to be dependent on others for his \n\npersonal needs by reason of physical or mental infirmity that is of \nindefinite duration. \n\n \n\nFacilities â—¼ amounts paid to a nursing home for the full-time care of a patient who, \n\ndue to a lack of normal mental capacity, will be dependent upon others \nat that time and for the foreseeable future. \n\n \n\n â—¼ payments to a special school, institution or other place for care, training, \nor use of equipment, facilities or personnel, with regard to a mentally or \nphysically handicapped individual; an \"appropriately qualified person\" \n\nmust certify the individual and his or her special requirements. \n \n\nHospitals â—¼ payments to a public or licensed private hospital. \n \n\nDevices and supplies â—¼ artificial eyes. \n \n\n â—¼ artificial limbs. \n \n\n â—¼ crutches. \n \n\n â—¼ cloth diapers, disposable briefs, catheters, catheter trays, tubing or other \nproducts required by the patient by reason of incontinence caused by \n\nillness, injury or affliction. \n \n\n â—¼ device or equipment, including a replacement part, designed exclusively \n\nfor use by an individual who is suffering from a severe chronic \nrespiratory ailment or a severe chronic immune system disregulation, \nincluding the cost of an air conditioner (covered at 50% up to a \n\nmaximum of $1,000), air or water filter, electric or sealed combustion \nfurnace purchased to replace another furnace (which was not an electric \nor a sealed combustion furnace), but excluding a humidifier, \n\ndehumidifier, heat pump or heat or air exchanger. \n \n\n â—¼ device or equipment designed to pace or monitor the heart of an \n\nindividual who suffers from heart disease. \n \n\n â—¼ device designed exclusively to enable an individual with a mobility \nimpairment to operate a vehicle. \n\n \n\n â—¼ device or equipment, including a synthetic speech system, Braille printer \nand large print-on-screen device, designed exclusively to be used by a \n\nblind individual in the operation of a computer. \n \n\n\n\nContract No. 50621 Health Spending Account \n\nEffective January 1, 2025 (A)  43 \n\n â—¼ device to decode special television signals to permit the vocal portion of \nthe signal to be visually displayed. \n\n \n\n â—¼ device designed to be attached to infants diagnosed as being prone to \n\nsudden infant death syndrome in order to sound an alarm if the infant \nceases to breathe. \n\n \n\n â—¼ electronic speech synthesizer that enables a mute individual to \n\ncommunicate by use of a portable keyboard. \n \n\n â—¼ electronic or computerized environmental control system designed \n\nexclusively for the use of an individual with a severe and prolonged \nmobility restriction. \n\n \n\n â—¼ external breast prosthesis that is required because of a mastectomy. \n \n\n â—¼ extremity pump or elastic support hose designed exclusively to relieve \nswelling caused by chronic lymphedema. \n\n \n\n â—¼ hearing aids. \n \n\n â—¼ hospital bed, including attachments to it that may have been included in \n\na prescription. \n \n\n â—¼ ileostomy or colostomy pads. \n \n\n â—¼ inductive coupling osteogenesis stimulator for treating non-union of \n\nfractures or aiding in bone fusion. \n \n\n â—¼ infusion pump, including disposable peripherals, used in the treatment \n\nof diabetes or a device designed to enable a diabetic to measure his or \nher blood sugar level. \n\n \n\n â—¼ insulin. \n \n\n â—¼ iron lung. \n \n\n â—¼ kidney machines. \n \n\n â—¼ laryngeal speaking aids. \n \n\n â—¼ limb braces. \n \n\n â—¼ mechanical device or equipment designed to be used to assist an \nindividual to enter or leave a bathtub or shower, or to get on or off a \ntoilet. \n\n \n\n â—¼ needle or syringe. \n\n\n\nContract No. 50621 Health Spending Account \n\nEffective January 1, 2025 (A)  44 \n\n \n\n â—¼ optical scanner or similar device designed to be used by blind \nindividuals to enable them to read print. \n\n \n\n â—¼ orthopaedic shoe or boot, or an insert for a shoe or boot, made to order \n\nfor an individual in accordance with a prescription to overcome a \nphysical disability of the individual. \n\n \n\n â—¼ oxygen tent or equipment. \n \n\n â—¼ power-operated lifts designed exclusively for use by disabled \nindividuals to allow them access to different levels of a building or \n\nassist them to gain access to a vehicle, or to place wheelchairs in or on a \nvehicle. \n\n \n\n â—¼ rocking bed for poliomyelitis victims. \n \n\n â—¼ spinal braces. \n \n\n â—¼ teletypewriter or similar device, including a telephone ringing indicator, \n\nthat enables a deaf or mute individual to receive telephone calls. \n \n\n â—¼ truss for a hernia. \n \n\n â—¼ walkers. \n \n\n â—¼ wheelchairs. \n \n\n â—¼ wig made to order for an individual who has suffered abnormal hair loss \nowing to disease, medical treatment or accident. \n\n \n\nOther â—¼ costs of acquisition, care and maintenance (including food and \n\nveterinary care) of an animal, specially trained to assist a  patient who is \nblind or profoundly deaf or has a severe and prolonged impairment that \nmarkedly restricts the use of arms or legs (the animal must be provided \n\nby a person or an organization, one of whose main purposes is such \ntraining of animals). In addition, travelling, board, and lodging \n\nexpenses, while in full-time attendance at a  training institution, are \nallowable. \n\n \n\n â—¼ costs of medical services and supplies outside of the province of \n\nresidence. \n \n\n â—¼ diagnostic, laboratory and radiological procedures or services used for \n\nmaintaining health, preventing disease or assisting in diagnosis. \n \n\n â—¼ modifications to a home for a person who lacks normal physical \n\n\n\nContract No. 50621 Health Spending Account \n\nEffective January 1, 2025 (A)  45 \n\ndevelopment or who is confined to a wheelchair, to enable the person to \nbe functional or mobile. \n\n \n\n â—¼ reasonable expenses to locate a donor for a bone marrow or organ \n\ntransplant and, reasonable travelling, board and lodging expenses of the \ndonor and the patient in respect of the transplant. \n\n \n\n â—¼ transportation by ambulance to or from public or licensed private \n\nhospital for the patient. \n \n\n â—¼ transportation expenses paid to an individual who is in the business of \n\nproviding transportation services to transport the patient and one \nadditional person (if necessary as certified by a medical practitioner) \nprovided: \n\n \n\n ï¯  equivalent medical services are not available locally. \n \n\n ï¯  the route is reasonably direct. \n \n\n ï¯  the medical treatment sought is reasonable and the distance \ntravelled is at least 40 kilometres. \n\n \n\n â—¼ reasonable expenses for meals and accommodation for the patient and, if \nrequired, the accompanying individual, provided the conditions for \ntransportation expenses are satisfied and the distance travelled is at least \n\n80 kilometres. \n \n\n â—¼ reasonable expenses relating to rehabilitative therapy, including training \nin lip reading and sign language, incurred to adjust for the patient\'s \n\nhearing or speech loss. \n \n\nOther coverage If you or your eligible dependents have coverage under another plan, you \n\nshould submit your claims to the other plan first. Once benefits have been \ndetermined under the other plan, you can submit any unpaid portion of the \nclaim for payment from your Health Spending Account. \n\n \n\nWhen and how to \nmake a claim \n\nTo make a claim, complete the claim form that is available from your \nemployer. \n\n \n\n\n\nContract No. 50621 Health Spending Account \n\nEffective January 1, 2025 (A)  46 \n\n In order for you to receive benefits, we must receive the claim no later than:  \n\nâ—¼ 90 days after the end of the benefit year during which you incur the \nexpenses, or \n\nâ—¼ 30 days after your termination of employment, or \n\nâ—¼ 90 days the end of your Health Spending Account coverage (for any \nreason other than termination of employment), whichever is earlier. \n\n \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  47 \n\nLong-Term Disability \n\nGeneral description \nof the coverage \n\nLong-Term Disability coverage provides a benefit to you if you are totally \ndisabled. You qualify for this benefit if you provide proof of claim acceptable \n\nto Sun Life that: \n \n\n â—¼ you became totally disabled while covered, and \n \n\n â—¼ you have been following appropriate treatment for the disability since its \n\nonset. \n \n\n For your Long-Term Disability coverage, \n \n\n â—¼ during the elimination period and the following 24 months (this period \nis known as the own occupation period), you will be considered totally \ndisabled while you are continuously unable due to an illness to do the \n\nessential duties of your own occupation, and \n \n\n â—¼ afterwards, you will be considered totally disabled if you are \n\ncontinuously unable due to an illness to do any occupation for which \nyou are or may become reasonably qualified by education, training or \nexperience. \n\n \n\n If you have 35 or more years of employment with your employer, you will be \nconsidered totally disabled while you are prevented by illness from performing \n\nthe essential duties of your own occupation. \n \n\n If you must hold a government permit or licence to perform your own \noccupation and your permit or licence is withdrawn or not renewed solely for \n\nmedical reasons, we will consider you totally disabled for up to 12 months \nafter the end of the elimination period. You cannot be working other than in a \n\nSun Life approved partial disability or rehabilitation program. \n \n\n Benefits are paid at the end of each month and will be based on your current \nsalary. \n\n \n\n If you are totally disabled for part of any month, we will pay 1/30 of the \nmonthly benefit for each day you are totally disabled. \n\n \n\nWhen disability \npayments begin \n\nYour Long-Term Disability payments begin after you have been totally \ndisabled for an uninterrupted period of 26 weeks or after the last day benefits \nare payable under any short-term disability, loss of income or other salary \n\ncontinuation plan, whichever is later. \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  48 \n\n \n\n This period, which must be completed before disability benefits become \npayable, is the elimination period. \n\n \n\n If you become totally disabled during a lay-off or approved leave and your \n\ncoverage continues during this time, you will be eligible for benefit payments \nfollowing your recall or scheduled return to full-time work with your \nemployer. You must have been totally disabled for an uninterrupted period \n\nequal to the elimination period and still be totally disabled on the date you are \nrecalled or scheduled to return to full-time work with your employer. \n\n \n\nWhat we will pay Here is how we calculate your Long-Term Disability payments. All references \nto income in this disability provision are to the gross amounts before any \ndeductions.  \n\n \n\n Step 1: We take the percentage of your monthly basic earnings as indicated in \nthe Benefit Details section. The maximum is also indicated in the Benefit \n\nDetails section. \n \n\n Step 2: We subtract any income provided to you: \n \n\n â—¼ in connection with the same or a subsequent disability under any \n\ngovernment-sponsored plan*, excluding dependent benefits, \nemployment insurance benefits and automatic cost-of-living increases \n\nunder any government-sponsored plan that occur after benefits begin. \n \n\n â—¼ for the same or a subsequent disability under any Workers\' \nCompensation Act or similar law, excluding automatic cost-of-living \n\nincreases that occur after benefits begin. \n \n\n â—¼ under a motor vehicle insurance plan which provides disability benefits \n\nto the extent that the law does not prohibit such a deduction. \n \n\n â—¼ under a group plan, including any coverage resulting from your \nmembership in an association of any kind. \n\n \n\n â—¼ under a retirement or pension plan funded in whole or in part by the \nemployer, as a result of your disability or a medical condition. \n\n \n \n\nâ—¼ under the QuÃ©bec Parental Insurance Plan. \n \n\n The result from Step 2 is the amount you will normally receive. \n \n\n If this amount plus the above sources of income and all the additional sources \nof income listed below exceeds 85% of your pre-disability basic earnings, we \nwill reduce your Long-Term Disability payment by the excess. If your benefit \n\nis non-taxable, the maximum will be 85% of your pre-disability basic earnings \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  49 \n\nafter income tax. \n \n\n Additional sources of income provided to you: \n \n\n â—¼ under any Workers\' Compensation Act or similar law for another \n\ndisability, excluding any automatic cost-of-living increases that occur \nafter benefits begin. \n\n \n\n â—¼ under any Criminal Injuries Compensation Act or similar law, where \nallowed by law. \n\n \n\n *If you first become entitled to QuÃ©bec Pension Plan (QPP) disability benefits: \n \n\n â—¼ before age 60, we will deduct the amount provided in your Notice of \nEntitlement (NOE) for the duration of your claim. \n\n \n\n â—¼ on or after age 60, we will deduct the amount provided in your NOE and \nan additional amount. The additional amount represents a portion of the \nretirement amount, payable or available following an approved QPP \n\ndisability application, and is comparable to the variable portion of QPP \ndisability benefits for persons under age 60. These deducted amounts \nwill not change for the duration of your disability claim. \n\n \n\n If you are entitled to any of the amounts described above, we will estimate the \namount of such benefits or income and deduct the estimated amount from your \n\nmonthly disability benefit when you: \n \n\n â—¼ fail to apply for the benefits or income, or exhaust all levels of appeal. \n \n\n â—¼ fail to make a new application, following a declined application or \nappeal. \n\n \n\n â—¼ refuse to receive or accept some or all of the benefits or income, or \n\nchoose to cancel them. \n \n\n â—¼ fail to provide us with information related to: \n \n\n ï¯  the status of an application, appeal or reapplication, \n \n\n \nï¯  the benefit or income amount, even if it has been refused or \n\ncancelled, \n \n\n within 30 days of our request for information. \n \n\n If you receive any of the income amounts above in a lump sum, we will \ndetermine the equivalent compensation this represents on a monthly basis \n\nusing generally accepted accounting principles. \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  50 \n\n \n\n We will not take into account any benefits that began before your disability \nbegan. However, increases in those benefits as a result of your disability will \nbe taken into account. \n\n \n\n We have the right to adjust your benefit payments when necessary. \n \n\nMaternity / parental \nleave of absence \n\nMaternity leave agreed to with your employer will begin on the date you and \n\nyour employer have agreed will be the start of your leave or the date the child \nis born, whichever is earlier. The leave will end on the date you and your \nemployer have agreed that you will return to active, full-time work or the \n\nactual date you return to active, full-time work, whichever is earlier. \n \n\n Parental leave is the period of time that you and your employer have agreed \non. \n\n \n\n Sun Life will determine any portions of a maternity or parental leave which \nare voluntary and any portions which are health-related. The health-related \n\nportion of the leave is the period in which a woman can establish, through \nappropriate medical documentation, that she is unable to work for health \nreasons related to childbirth or recovery from childbirth. \n\n \n\n Long-Term Disability benefits will only be payable for health-related portions \nof the leave where necessary in order to comply with requirements such as \n\nemployment standards, human rights and employment insurance, after you \nhave been disabled for an uninterrupted period of 26 weeks, provided your \ncoverage has been continued. \n\n \n\n However, if your employer has a Supplemental Unemployment Benefit (SUB) \nplan as defined in the Employment Insurance regulations covering the health-\n\nrelated portion of the maternity or parental leave, Sun Life will not pay any \nbenefits under this plan during any period benefits are payable to you under \nyour employer\'s SUB plan. \n\n \n\nPartial disability \nprogram \n\nYou may be required to participate in a partial disability program approved by \nSun Life in writing. \n\n \n\n After you are eligible for Long-Term Disability payments, you may be \nconsidered for a partial disability program in which you return to your own \noccupation for a reduced number of hours per week. \n\n \n\n During your partial disability program, you can receive a salary from your \nemployer for the hours worked. However, your Long-Term Disability \npayments will be reduced by the percentage of your normal work week that \n\nyou are now working for your employer. \n \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  51 \n\n During your partial disability program your total income from all sources \ncannot exceed 100% of your pre-disability basic earnings, indexed for \ninflation (less provincial and federal income taxes if your benefit is non-\n\ntaxable). If this is the case, your Long-Term Disability payments will be \nfurther reduced by the excess. \n\n \n\n Your participation in a partial disability program will be limited to the own \n\noccupation period. \n \n\nRehabilitation \nprogram \n\nYou may be required to participate in a rehabilitation program approved by \n\nSun Life in writing.  \n \n\n It may include the involvement of our rehabilitation specialist, part-time work, \nworking in another occupation or vocational training to help you become \n\ncapable of full-time employment. \n \n\n Sun Life is under no obligation to approve or continue a rehabilitation program \n\nfor an employee. We will consider such factors as financial considerations and \nour opinion on the merits of rehabilitation. \n\n \n\n During your rehabilitation program, you may receive your Long-Term \n\nDisability payments plus income from other sources. However, if during any \nmonth your total income is more than 100% of your pre-disability basic \n\nearnings, indexed for inflation (less provincial and federal income taxes if your \nbenefit is non-taxable), your Long-Term Disability payments will be reduced \nby the excess. \n\n \n\n You should consider participating in a rehabilitation program as soon as \npossible after becoming totally disabled. If you enter a rehabilitation program \nduring the elimination period, it will not be considered an interruption of the \n\nelimination period. \n \n\nInterrupted periods \nof disability during \nelimination period \n\nInterrupted periods of total disability due to the same or related causes \n\noccurring before the elimination period has been completed are treated as one \nperiod of disability and are accumulated to complete the elimination period as \nlong as this benefit is in force and all of the following conditions are met:  \n\n \n\n â—¼ the initial period of total disability lasts for at least 30 days without \ninterruption. \n\n \n\n â—¼ afterwards, there is no interruption of more than 30 days. \n \n\n â—¼ each period of total disability is completed within 12 months after the \nstart of the elimination period, or as approved by Sun Life in advance in \n\ncases where the elimination period is 365 days or more.  \n \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  52 \n\n The difference between your normal number of scheduled hours and the \nnumber of hours actually worked is credited towards the elimination period. \n\n \n\n If the Long-Term Disability benefit terminates, any balance of the elimination \n\nperiod must subsequently be completed by uninterrupted total disability. \n \n\nInterrupted periods \nof disability after \npayments begin \n\nIf you had a total disability for which we paid Long-Term Disability benefits \nand total disability occurs again due to the same or related causes, we will \n\nconsider it a  continuation of your previous disability if it occurs within 6 \nmonths of the end of your previous disability. You must be covered when total \n\ndisability reoccurs. \n \n\nIf you recover \ndamages from \nanother person \n\nWe have the right to part of any money you recover through legal action or \nsettlement from another person, organization or company who caused your \n\ndisability. \n \n\n If you decide to take legal action, you must comply with the applicable terms \n\nof the group contract concerning legal action. \n \n\n If you recover money, you must pay us 75% of your net recovery or the total \ndisability income benefits paid or payable to you under this plan, whichever is \n\nless. Your net recovery does not include your legal costs. Seventy-five percent \nof your net recovery must be held in trust for us. \n\n \n\n We have the right to withhold or discontinue disability income payments if \nyou refuse or fail to comply with any of these terms. \n\n \n\nYour responsibilities During your total disability, you must make reasonable efforts to:  \n \n\n â—¼ recover from your disability, including participating in any reasonable \ntreatment or rehabilitation program and accepting any reasonable offer \n\nof modified duties from your employer. \n \n\n â—¼ return to your own occupation during the first 24 months that benefits \nare payable. \n\n \n\n â—¼ obtain training in order to qualify for another occupation if it becomes \napparent that you will not be able to return to your own occupation \n\nwithin the first 24 months that benefits are payable. \n \n\n â—¼ try to obtain work in another occupation after the first 24 months that \nbenefits are payable. \n\n \n\n â—¼ obtain benefits or income that may be available from other sources. \n \n\n If you do not, Sun Life may reduce, hold back or discontinue benefits. \n \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  53 \n\nWhen payments end Your Long-Term Disability payments end on the earlier of the following \ndates: \n\n \n\n â—¼ the date you are no longer totally disabled. \n \n\n â—¼ the last day of the month in which you reach age 65. \n \n\n â—¼ the last day of the month in which you retire with a pension. \n \n\n â—¼ the last day of the month in which you die. \n \n\nPayments after \ncoverage ends \n\nIf the Long-Term Disability benefit terminates while you are totally disabled, \nyou are entitled to continue receiving payments, as long as your total disability \n\nis uninterrupted, as if the benefit were still in effect. \n \n\nWhat is not covered We will not pay benefits for any period: \n \n\n â—¼ you are not receiving appropriate treatment. \n \n\n â—¼ that you do any work for wage or profit except as approved by Sun Life. \n \n\n â—¼ you are not participating in an approved partial disability or \nrehabilitation program, if required by Sun Life. \n\n \n\n â—¼ you are on a leave of absence, strike or lay-off except as stated under \n\nMaternity / parental leave of absence or except where specifically \nagreed to by Sun Life. \n\n \n\n â—¼ you are absent from Canada longer than 4 months due to any reason, \nunless Sun Life agrees in writing in advance to pay benefits during the \nperiod. \n\n \n\n â—¼ you are serving a prison sentence or are confined in a similar institution. \n \n\n We do not pay benefits if your disability results directly or indirectly from a \n\ncondition which existed on or before the date your coverage began. However, \nthis limitation will not apply to you if: \n\n \n\n â—¼ you have been covered for Long-Term Disability with your employer \n\nfor at least 13 weeks during which you have been actively working \ncontinuously (up to 3 days of absence does not count) and you have not \nbeen treated by a doctor, or any medical personnel under the direction of \n\na doctor, for the condition, or \n \n\n â—¼ you became totally disabled more than 12 months after your coverage \n\nbegan. \n \n\n If your coverage ends but you are covered again under this plan, we will use \n\n\n\nContract No. 50743 Long-Term Disability \n\nEffective January 1, 2025 (A)  54 \n\nthe latest date your coverage began when applying the above limitation. \n \n\n We will not pay benefits for total disability resulting from: \n \n\n â—¼ the hostile action of any armed forces, insurrection or participation in a \n\nriot or civil commotion. \n \n\n â—¼ intentionally self-inflicted injuries. \n \n\n â—¼ participation in a criminal offence. \n \n\nWhen and how to \nmake a claim \n\nIn order to avoid delays in processing, we encourage you to submit your claim \n8 weeks prior to the completion of your elimination period. \n\n \n\n To make a claim, claim forms that are available from your employer must be \ncompleted. You, the attending doctor and your employer will have to complete \n\nclaim forms. \n \n\n In order to receive benefits, we must receive these forms no later than 90 days \nafter the end of the elimination period. In any event, we must receive notice of \n\nclaim within 30 days of the termination of this Long-Term Disability benefit. \n \n\n We will assess the claim and send you or your employer a letter outlining our \n\ndecision. \n \n\n From time to time, Sun Life can require that you provide us with proof of your \ntotal disability. If you do not provide this information within 90 days of this \n\nrequest, you will not be entitled to benefits. \n\n\n\nContract No. 50743 Life Coverage \n\nEffective January 1, 2025 (A)  55 \n\nLife Coverage \n\n \n\nGeneral description \nof the coverage \n\nYour Life coverage provides a benefit for your beneficiary if you die while \ncovered. Your dependents\' Life coverage provides a benefit if one of your \n\ndependents dies while covered. \n \n\n The amounts of coverage are indicated in the Benefit Details section. \n \n\nWho we will pay If you die while covered, Sun Life will pay the full amount of your benefit to \nyour last named beneficiary on file with Sun Life. \n\n \n\n If you have not named a beneficiary, the benefit amount will be paid to your \n\nestate. Anyone can be your beneficiary. You can change your beneficiary at \nany time, unless a law prevents you from doing so or you indicate that the \nbeneficiary is not to be changed. \n\n \n\n If a  dependent child dies, Sun Life will pay you the benefit for that dependent. \n \n\n For your spouseâ€™s optional coverage, Sun Life will pay the full amount of the \n\nbenefit to the last named beneficiary on file with Sun Life. If you have not \nnamed a beneficiary, the benefit amount will be paid to you. \n\n \n\n A minor cannot personally receive a death benefit under the plan until \nreaching the age of majority. If you reside outside QuÃ©bec and are designating \na minor as your beneficiary, you may wish to designate someone to receive the \n\ndeath benefits during the time your beneficiary is a minor. If you reside \noutside QuÃ©bec and have not designated a trustee, current legislation may \nrequire Sun Life to pay the death benefit to the court or to a guardian or public \n\ntrustee. If you reside in QuÃ©bec, the death benefit will be paid to the \nparent(s)/legal guardian of the minor on the minorâ€™s behalf. Alternatively, you \n\nmay wish to designate the estate as beneficiary and provide a trustee with \ndirections in your will. You are encouraged to consult a  legal advisor. \n\n \n\nSuicide If you or your spouse have any optional coverage that has been in effect for \n\nless than 2 years, we will not pay benefits if death is by suicide, regardless of \nwhether you or your spouse have a mental illness or intend or understand the \nconsequences of your actions. However, we will refund all applicable Life \n\ncoverage premiums that have been paid. \n \n\n\n\nContract No. 50743 Life Coverage \n\nEffective January 1, 2025 (A)  56 \n\nCoverage during \ntotal disability \n\nIf you become totally disabled before you retire or reach age 65, whichever is \nearlier, Life coverage may continue without the payment of premiums as long \nas you are totally disabled. This continued coverage is subject to the terms of \n\nthe contract which were in effect on the date you became totally disabled, \nincluding reductions and terminations. \n\n \n\n Sun Life must receive proof of your total disability within 12 months of the \n\ndate the disability begins. After that, we can require ongoing proof that you are \nstill totally disabled. \n\n \n\n If proof of total disability is approved after an individual insurance policy \nbecomes effective as a result of converting the group Life coverage, the group \nLife coverage will be reduced by the amount of the individual insurance \n\npolicy, unless the individual insurance policy is exchanged for a refund of \npremiums. \n\n \n\n Total disability must continue for: \n \n\n â—¼ an uninterrupted period of 6 months, or \n \n\n â—¼ the elimination period for Long-Term Disability, whichever is shorter. \n \n\n This coverage will continue without payment of premiums, from the date total \ndisability begins, until the date you cease to be totally disabled or the date you \n\nfail to give Sun Life proof of your continued total disability, whichever is \nearlier. \n\n \n\n Dependent Life coverage will also continue without payment of premiums, as \n\nlong as your Life coverage is continued without payment of premiums, but not \nafter the Dependent Life benefit is terminated. \n\n \n\n For the purposes of your Life coverage, you will be considered totally disabled \nif you are prevented by illness from performing any occupation you are or may \nbecome reasonably qualified for by education, training or experience. \n\nHowever, if you are totally disabled under the Long-Term Disability benefit \nand under age 65, you are also considered to be totally disabled under the Life \nbenefit. \n\n \n\nConverting Life \ncoverage \n\nIf your Life coverage ends or reduces for any reason other than your request, \nyou may apply to convert the group Life coverage to an individual Life policy \n\nwith Sun Life without providing proof of good health. \n \n\n If your spouse\'s Life coverage ends for any reason other than your request, \nyour spouse may apply to convert the group Life coverage to an individual \n\nLife policy with Sun Life without providing proof of good health. This is not \navailable for dependent children. \n\n\n\nContract No. 50743 Life Coverage \n\nEffective January 1, 2025 (A)  57 \n\n \n\n Where necessary in order to comply with applicable legislation: If your child\'s \nLife coverage ends due to the termination of your Life coverage, you may \napply to convert the group Life coverage for your child to an individual Life \n\npolicy with Sun Life without providing proof of good health.  \n \n\n The request must be made within 31 days of the reduction or end of the Life \ncoverage. \n\n \n\n There are a number of rules and conditions in the group contract that apply to \nconverting this coverage, including the maximum amount that can be \n\nconverted. Please contact your employer for details. \n \n\nWhen and how to \nmake a claim \n\nClaims for Life benefits must be made as soon as rea sonably possible. Claim \nforms are available from your employer. \n\n\n\n Salary Continuance Program \n\nEffective January 1, 2025 (A)  58 \n\nSalary Continuance Program \n\nGeneral description The Salary Continuance program is provided by your employer.  \nSun Life provides services to assist your employer in assessing and \n\nmanaging employee absences based on assessment guidelines approved by \nyour employer. \n\n \n\n If you are absent from work due to illness, depending on the length or your \n\nabsence, your employer may provide you with a Plan Member\'s Statement and \nan Attending Physician\'s Statement and may report your absence to Sun Life. \n\n \n\n In such cases, you must complete the Plan Member\'s Statement, sign the \n\nauthorization section and send it to Sun Life.  \n \n\n In addition, you must sign the authorization section of the Attending Physician \nStatement and have your doctor complete the other sections of the form. Your \n\ndoctor will send the completed form to Sun Life. \n \n\n Sun Life will perform a review and assessment based on the information \nprovided and will notify you and your employer as to whether or not your \n\nabsence is supported based on the defined absence Assessment Guidelines. \n \n\n If your absence is supported, Sun Life will provide ongoing case management, \n\ngather additional information, including additional medical information, if \nappropriate, and communicate regularly with you, your employer and the \ntreatment providers to assist you in returning to work. \n\n \n\n\n\n \n\n \n\n \nRespecting your privacy \n \nOur Purpose is to help our Clients achieve lifetime financial security and live \nhealthier lives. We collect, use and disclose your personal information to: develop \nand deliver the right products and services; enhance your experience and manage our \nbusiness operations; perform underwriting, administration and claims adjudication; \nprotect against fraud, errors or misrepresentations; tell you about other products and \nservices; and meet legal and security obligations. We collect it directly from you, when \nyou use our products and services, and from other sources. We keep your information \nconfidential and only as long as needed. People who may access it include our \nemployees, distribution partners such as advisors, service providers, reinsurers, or \nanyone else you authorize. At times, unless weâ€™re prohibited, they may be outside \nyour jurisdiction and your information may be subject to local laws. You can always \nask for your information and to correct it if needed. In most cases, you have a right to \nwithdraw your consent, but we may not be able to provide the requested product or \nservice. Read our Global Privacy Statement and local policy at www.sunlife.ca/privacy \nor call us for a copy. \n \n\nYou have a choice \n \nWe will occasionally inform you of other financial products and services that we \nbelieve meet your changing needs. If you do not wish to receive these offers, let us \nknow by calling 1-877-SUN-LIFE (1-877-786-5433). \n \n \n \n \n \n \n \n\n \n\nhttp://www.sunlife.ca/privacy\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17197, 945, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, decision guide, benefits, Sun Life, health care, dental, spending account, life insurance');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17198, 945, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17199, 945, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17200, 945, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17201, 945, 'attachment', 946);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17202, 945, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19697, 527, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19705, 271, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19710, 41, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19711, 381, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19712, 380, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19713, 379, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19715, 46, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19716, 147, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19717, 445, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19718, 444, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19719, 443, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19721, 441, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19723, 820, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19724, 55, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19725, 198, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19727, 438, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19728, 437, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19729, 436, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19730, 62, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19732, 434, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19733, 433, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19734, 432, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19737, 452, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19738, 72, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19739, 461, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19740, 519, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19741, 518, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19742, 517, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19743, 516, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19744, 515, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19745, 91, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19748, 546, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19751, 100, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19752, 553, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19753, 552, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19754, 572, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19755, 603, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19756, 382, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19757, 514, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19758, 520, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19759, 513, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26985, 41, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26986, 381, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26987, 380, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26988, 379, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26990, 46, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26991, 147, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26992, 445, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26993, 444, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26994, 443, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26996, 441, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26998, 820, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26999, 55, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27000, 198, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27002, 438, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27003, 437, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27004, 436, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27005, 62, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27007, 434, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27008, 433, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27009, 432, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27012, 452, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27013, 72, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27014, 461, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27015, 519, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27016, 518, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27017, 517, '_wp_old_date', '2025-04-10');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27018, 516, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27019, 515, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27020, 91, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27022, 546, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27025, 100, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27026, 553, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27027, 552, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27028, 572, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27029, 603, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27030, 382, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27031, 514, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27032, 520, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27033, 513, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27035, 504, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27036, 504, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27066, 953, '_wp_attached_file', '2024/03/LOA-Request-Form-12.2024.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27068, 953, '_relevanssi_pdf_content', '\nLEAVE OF ABSENCE (LOA) REQUEST FORM \nMaternity & Parental \n\n \nPlease complete this form to request a leave under the CF Industries (the â€œCompanyâ€) Paid Maternity and Parental \nLeave Policy for maternity and parental leaves. Provide the completed form to Human Resources ninety (90) days \nprior to the beginning of your scheduled leave date. \n \nTo participate in CF Industriesâ€™ top-up for maternity and parental leaves, please understand the following: \n\n1. CF top-up maternity and parental leave benefits  are only available as a result of  birth or adoption of a child. \n2. Only full-time permanent personnel are eligible to access CF Industries top-up program provided they have: \n\nâ€¢ Completed one (1) full year of active service with the Company. \n\nâ€¢ Provided Human Resources with a copy of this form â€“ completed and approved â€“ at least ninety (90) \ndays prior to your scheduled leave date.  \n\n3. The top-up (paid) portion of the leave provided by the Company must be used in full within six (6) \nconsecutive months of birth or adoption.  \n\n4. The first statement of EI earnings must be provided to Human Resources as soon as possible for top-up \ncalculation. \n\n Please complete the below fields to request a CF maternity or parental leave of absence  \n\nI, _____________________ (Employee Name), have read and understand the content and requirements of the Paid \nMaternity and Parental Leave Policy for parental and maternity leaves.  I  understand that my request for leave is \nsubject to departmental/HR approval based on business needs. \n\n \nEmployee Name (Please Print)  \n\nEmployee ID  \n\n \n\nAnticipated Start Date of Leave: Anticipated Date of Return to Work: \n\n      Select your leave from one of the following options: \n\n â˜ Maternity â€“ Paid  \n  (In conjunction with EI earnings, CF top-up to 100% up to 13 weeks.)  \n\n â˜ Parental â€“ Paid  \n  (In conjunction with EI earnings, CF top-up to 100% up to 2 weeks.) \n\n â˜ Maternity/Parental â€“ Unpaid  \n     \n\n \nEmployee Signature: \n \n\nDate: \n\nSupervisor Approval: \n \n\nDate: \n\nManager Approval: \n \n\nDate: \n\nHR Approval: \n \n\nDate: \n\nTo Be Completed by HR (if not approved): \n(Provide denial reason and initial).                                                                             Date:______________________ \n \n \n\n \n**See page 2 for important information regarding adding your new dependent child to your benefits.** \n \n\n\n\n \n\nEmployee Name (Please Print)  \n\nEmployee ID  \n\n \n \n\nImportant Information Regarding Adding Your Dependent to your CF benefits. \n \n\nWhen you have a qualified life event, such as birth, adoption, marriage etc., you have 30 days from the \ndate of the event to add them to CF benefits.  If you do not add coverage within 30 days, you will not be \nable to make changes to your benefits until the next annual enrollment period.  You may add coverage \ndirectly in Workday within 30 days of birth or adoption.   Please contact your local HR Manager if you \nhave any questions. \n \nEmployee Acknowledgement: ________________________________________ Date________________ \n \n\nThis reminder has no impact on your request for Paid Parental Leave. \n \n \n \n \nTo Be Completed by HR for Payroll Processing: \n \n\nBi-Weekly Base Pay Amount (100%) Bi-Weekly Amount Bi-Weekly Top Up Payment Amount \n\n   \n\n \nCoverage Start Date:   Coverage End Date: \n \n \nProvide sub-periods if required for payroll: \n \n\nWeek Sub-Period (added to comments) Amount Pay Date \n\n1    \n\n2    \n\n3    \n\n4    \n\n5    \n\n6    \n\n7    \n\n8    \n\n9    \n\n10    \n\n11    \n\n12    \n\n13    \n\n14    \n\n15    \n\n \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27069, 953, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"LOA-Request-Form-12.2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201144;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"LOA-Request-Form-12.2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15934;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"LOA-Request-Form-12.2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112099;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"LOA-Request-Form-12.2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6841;}}s:8:\"filesize\";i:259781;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27070, 873, '_relevanssi_pin', 'PPL');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27071, 873, '_relevanssi_pin', 'newborn');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27072, 873, '_relevanssi_pin', 'baby');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27073, 873, '_relevanssi_pin', 'adoption');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27074, 873, '_relevanssi_pin', 'adopt');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27075, 873, '_relevanssi_pin', 'paternity');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27076, 873, '_relevanssi_pin', 'birth');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27077, 873, '_relevanssi_pin', 'life event');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27078, 873, '_relevanssi_pin', 'top-up');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27079, 873, '_relevanssi_pin', 'EI');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33332, 260, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33340, 404, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33341, 404, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33342, 404, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33344, 41, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33345, 381, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33346, 380, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33347, 379, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33349, 46, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33350, 147, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33351, 445, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33352, 444, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33353, 443, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33355, 441, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33356, 820, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33357, 55, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33358, 198, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33360, 438, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33361, 437, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33362, 436, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33363, 62, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33365, 434, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33366, 433, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33367, 432, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33370, 452, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33371, 72, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33372, 461, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33373, 519, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33374, 518, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33375, 517, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33376, 516, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33377, 515, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33378, 91, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33380, 546, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33383, 100, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33384, 553, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33385, 552, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33386, 572, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33387, 603, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33388, 382, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33389, 514, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33390, 520, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (33391, 513, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34022, 956, '_wp_attached_file', '2025/10/2026-oe-cfi-banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34023, 956, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2025/10/2026-oe-cfi-banner.jpg\";s:8:\"filesize\";i:31453;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"2026-oe-cfi-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3009;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15304;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9735;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28236;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4614;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4662;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5707;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16373;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4624;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21380;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14153;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"2026-oe-cfi-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34765, 960, '_edit_lock', '1761140534:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34766, 960, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34767, 961, '_wp_attached_file', '2025/10/CF_2026_CostsFlexCredits_CAN_FINAL_092625.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34769, 961, '_relevanssi_pdf_content', '\nYour 2026 Costs & Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and Flex Credits are shown below. \n\nYou do not have to choose the same coverage level for \n\nhealth and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $1,218 $1,718 ($500) excess Flex Credits\n\nEmployee + 1 $2,167 $2,667 ($500) excess Flex Credits\n\nFamily $3,445 $3,945 ($500) excess Flex Credits\n\nOption 2\n\nSingle $2,011 $2,011 $0\n\nEmployee + 1 $3,581 $3,581 $0\n\nFamily $5,691 $5,691 $0\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $507 $932 ($425) excess Flex Credits\n\nEmployee + 1 $844 $1,269 ($425) excess Flex Credits\n\nFamily $1,429 $1,854 ($425) excess Flex Credits\n\nOption 2\n\nSingle $1,018 $1,018 $0\n\nEmployee + 1 $1,696 $1,696 $0\n\nFamily $2,871 $2,871 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and a qualified dependent in dental coverage, your health coverage family status would be \n\nSingle and your dental coverage family status would be Employee + 1.\n\nCanada_092625\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34770, 961, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"CF_2026_CostsFlexCredits_CAN_FINAL_092625-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208613;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"CF_2026_CostsFlexCredits_CAN_FINAL_092625-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22261;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"CF_2026_CostsFlexCredits_CAN_FINAL_092625-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"CF_2026_CostsFlexCredits_CAN_FINAL_092625-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13004;}}s:8:\"filesize\";i:49101;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34771, 960, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34772, 960, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34773, 960, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34774, 960, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34775, 960, 'attachment', 961);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34776, 960, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35234, 963, '_edit_lock', '1761103955:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35235, 963, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35236, 964, '_wp_attached_file', '2025/10/CF_AE26_EnrollChecklist_CANADA_102025.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35238, 964, '_relevanssi_pdf_content', '\n  ï¿½View the Benefits Guide and compare the  \nmedical plan offerings and the 2026 premium rates.\n\n  ï¿½Review your Flex Credit and Excess Flex Credit usage from \n2025 and determine if you need to make changes for 2026.\n\n  ï¿½ï¿½If enrolling for yourself, spouse, or dependent for the first  \ntime, gather important information, such as date of birth.  \nFind Qualifying Life Events information here.\n\n  ï¿½Log into Workday and elect your preferred benefits.  \nIf necessary, add or update your beneficiaries.\n\n  ï¿½Complete your enrollment and print or save a copy  \nfor your own records.\n\nEnrollment Checklist \n\nCanada_102025\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/life-event-changes/\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35239, 964, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"CF_AE26_EnrollChecklist_CANADA_102025-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162278;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"CF_AE26_EnrollChecklist_CANADA_102025-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20327;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"CF_AE26_EnrollChecklist_CANADA_102025-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95911;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"CF_AE26_EnrollChecklist_CANADA_102025-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12384;}}s:8:\"filesize\";i:238594;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35240, 963, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35241, 963, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35242, 963, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35243, 963, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35244, 963, 'attachment', 964);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35245, 963, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35302, 41, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35303, 381, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35304, 380, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35305, 379, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35307, 46, '_wp_old_date', '2025-10-01');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35308, 147, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35309, 445, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35310, 444, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35311, 443, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35313, 441, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35314, 820, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35315, 55, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35316, 198, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35318, 438, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35319, 437, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35320, 436, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35321, 62, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35323, 434, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35324, 433, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35325, 432, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35328, 452, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35329, 72, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35330, 461, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35331, 519, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35332, 518, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35333, 517, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35334, 516, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35335, 515, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35336, 91, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35338, 546, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35341, 100, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35342, 553, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35343, 552, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35344, 572, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35345, 603, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35346, 382, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35347, 514, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35348, 520, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35349, 513, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35358, 966, '_wp_attached_file', '2025/10/cfi-right-image-oe.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35359, 966, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:30:\"2025/10/cfi-right-image-oe.jpg\";s:8:\"filesize\";i:88314;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7601;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"cfi-right-image-oe-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31069;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"cfi-right-image-oe-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96941;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"cfi-right-image-oe-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68839;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15048;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22556;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"cfi-right-image-oe-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54222;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21753;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"cfi-right-image-oe-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72139;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46325;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"cfi-right-image-oe-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35380, 967, '_wp_attached_file', '2025/10/cfi-right-image-oe-mobile.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35381, 967, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:37:\"2025/10/cfi-right-image-oe-mobile.jpg\";s:8:\"filesize\";i:116479;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10706;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"cfi-right-image-oe-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75349;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"cfi-right-image-oe-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117609;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"cfi-right-image-oe-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139885;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19100;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84651;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21670;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35878;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56358;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35553, 969, '_edit_lock', '1761307782:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35554, 969, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35555, 970, '_wp_attached_file', '2025/10/CF_AE26_eGuide_CAN_FINAL_102125.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35557, 970, '_relevanssi_pdf_content', '\nAnnual Enrollment 2026 \nDecision eGuide\nOctober 30 to  \nNovember 14, 2025\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2026 â€“  \nOctober 30 to November 14, 2025\n\nAs part of your CF Total Rewards, we offer a market-competitive benefits package along with the flexibility to \n\npersonalize it to meet the needs of you and your family. CF reviews market practices and trends among our \n\ncompetitors on an ongoing basis.  With healthcare and dental costs continuing to increase well beyond medical \n\ninflation each year, our competitors are shifting their cost-sharing approaches. CF will evaluate the existing cost \n\nsharing structure for the 2027 plan year to ensure we remain competitive and aligned with market practices.\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage that is right for \n\nyou and your family using your Flex Credits. Reviewing your out-of-pocket expenses from the current year, \n\nas well as your planned expenses for the coming year, can help you determine what level of health and dental \n\ncoverage you need. \n\nTake the time to learn more about your options and make your selections for next year.\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2026, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                3\n\nYour 2026 Costs & Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . .                           4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . .                     4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . .                     4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                       4\n\nHealth Options â€“ At a Glance  . . . . . . . . . . . . . . . . . . . . . . . . . . . .                            5\n\nTake Charge of Your Well-being  . . . . . . . . . . . . . . . . . . . . . . . . .                         6\n\nDental Options â€“ At a Glance  . . . . . . . . . . . . . . . . . . . . . . . . . . . .                            7\n\nHealth Spending Account  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                               8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                    8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                      8\n\nAdoption Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                     8\n\nContacts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                                 9\n\nWhatâ€™s New for 2026\nCosts and Flex Credits\n\nHealthcare expenses continue to  \n\nclimb, with a 26% increase in claims  \n\nover the past 12 months. This upward \n\ntrend in claim activity, combined with \n\nongoing increases in the cost of  \n\nhealth care services, will result in  \n\nCosts and Flex Credit increases for both \n\nhealthcare options.\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 3\n\n \n\nEligibility and Enrollment \n\nThe elections you make during Annual Enrollment \n\nwill be effective from January 1, 2026, through  \n\nDecember 31, 2026. Once Annual Enrollment ends, \n\nyou cannot make changes during 2026 unless  \n\nyou experience a qualifying life event. Be sure to take \n\nthe following action:\n\nConsider Your Needs and Learn More \nAbout Your Options \nâ€¢ ï¿½Understand the personal needs of your family.  \n\nIf you have a qualifying life event, such as through \n\nmarriage or a new child, your benefit needs  \n\nmay have also changed. Carefully review your \n\noptions to see if you need to make adjustments or \n\nadd coverage. \n\nâ€¢ ï¿½Review your options for 2026. This guide provides \n\nan overview of your choices for 2026. Read it  \n\ncarefully and share it with your family so youâ€™re \n\nprepared to enroll. Visit CFTotalRewards.com/ca  \n\nfor even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2025 coverages will carry  \n\nforward to 2026, including your excess Flex Credit  \n\nelection. If you want to make changes to your \n\ncoverage, or change how your excess Flex Credits \n\nare allocated, you should take action during Annual \n\nEnrollment. Take the time to review your options to \n\ndecide if you want to make changes for next year.\n\nPlease Note â€“ Annual Enrollment is not  \n\navailable through the Workday mobile app.\n\nEnrolling a New Dependent?\n\nIf you add a new dependent to your coverage \n\nfor 2026, you must provide supporting \n\ndocumentation such as marriage certificate, \n\nbirth certificate, etc., to support your \n\ndependentâ€™s eligibility. As a reminder, if you \n\nhave a qualifying life event during the year, \n\nyou must submit the change and supporting \n\ndocumentation within 30 days of the event.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 4\n\nYour 2026 Costs & Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and Flex Credits are shown below. \n\nYou do not have to choose the same coverage level for \n\nhealth and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $1,218 $1,718 ($500) excess Flex Credits\n\nEmployee + 1 $2,167 $2,667 ($500) excess Flex Credits\n\nFamily $3,445 $3,945 ($500) excess Flex Credits\n\nOption 2\n\nSingle $2,011 $2,011 $0\n\nEmployee + 1 $3,581 $3,581 $0\n\nFamily $5,691 $5,691 $0\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $507 $932 ($425) excess Flex Credits\n\nEmployee + 1 $844 $1,269 ($425) excess Flex Credits\n\nFamily $1,429 $1,854 ($425) excess Flex Credits\n\nOption 2\n\nSingle $1,018 $1,018 $0\n\nEmployee + 1 $1,696 $1,696 $0\n\nFamily $2,871 $2,871 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and a qualified dependent in dental coverage, your health coverage family status would be \n\nSingle and your dental coverage family status would be Employee + 1.\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 5\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31. \n\nCoverage ends when you retire or reach age 70, whichever is earlier.\n\nEnhanced vision benefit providing annual exams covered at 100%.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a  \nlifetime maximum of $2,500\n\n100% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a \nlifetime maximum of $2,500\n\nVision Care Fixed benefit period renews every 2 years.  \nThe benefit period starts on 1/1/2025 and ends on 12/31/2026.\n\n  â€¢ Eye Exams** Annual eye exams covered at 100%\n\n  â€¢ ï¿½Eyeglasses, Contacts, Laser Surgery 100% up to $300 every 2 years for \nadults, $75 every year for children\n\n100% up to $300 every 2 years for \nadults, every year for children\n\nParamedical Services 70% 100%\n\n  â€¢ ï¿½Psychologists, social workers, \npsychotherapists, clinical counsellors $3,500 per person, per benefit year $3,500 per person, per benefit year\n\n  â€¢ ï¿½Max for all other specialists combined (e.g., \nnaturopaths, chiropractors, podiatrists, etc.) $500 per person, per benefit year $1,000 per person, per benefit year\n\nMedical Services and Equipment  \n(e.g., orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum  \nevery 3 years\n\n100% to a $2,000 maximum  \nevery 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a \nlifetime maximum of $2,000,000 per person for all services combined\n\n*ï¿½Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n**ï¿½Annual eye exam is excluded from the fixed benefit period. You may have an eye exam annually and the cost does not count toward the dollar \nmaximum in the benefit period.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 6\n\nTake Charge of Your Well-Being\nCF is committed to providing comprehensive programs at no cost to you that help you \n\nfocus on your well-being. Visit CFTotalRewards.com/ca to learn more about the following: \n\nâ€¢ ï¿½Employee Assistance Program â€“ Confidential support, consultation, resources and \n\ninformation to help you and your household family members balance work and family as \n\nwell as manage personal difficulties.\n\nâ€¢ ï¿½Origin Financial â€“ CF Industries partners with Origin to provide employees with personal \n\naccess to local financial professionals that can help manage their finances. Unlimited \n\none-on-one meetings with these professionals come at no charge and can aid employees \n\nin reaching their financial goals or conquering a financial struggle.\n\nOrigin can help you:\n\n- Manage all the details of your finances including investments\n\n- Connect with a professional best suited for your unique financial needs\n\n- Reach your savings goals with a visual roadmap\n\n- Identify ways to pay off debt\n\n- Enhance your retirement portfolio\n\nEmail hereforyou@useorigin.com or visit  \n\nuseorigin.com for more information.\n\nQualifying Life Event Changes\n\nYou can make changes to your benefits at any time within the plan year if \n\nyou experience a qualifying life event. You have 30 days from the event to submit  \n\nyour change in Workday. You will have to submit proof of the event, such as a marriage  \n\nor birth certificate, along with your request. Your requested benefit change must be \n\nconsistent with the type of life event that you or your dependent experienced.\n\nLearn More\n\nLearn more about your  \n\nbenefits by scanning  \n\nthe QR code.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\nhttp://useorigin.com/\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life. \n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\nCoverage ends when you retire or reach age 70, whichever is earlier.\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and  \n\ndental expenses. You can choose to deposit unused Flex Credits, through Sunlife, that you can use in your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢ ï¿½You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢ ï¿½The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nAdoption Assistance \nCF if committed to supporting your overall well-being, including your family life. The Adoption Assistance \n\nProgram provides up to $10,000 of reimbursement for eligible adoption-related expenses for finalized adoptions.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nBenefit Website / Email / Address Phone\n\nCF Industries Contacts\n\nCourtright Human Resources \nDepartment\n\ncourtrighthr@cfindustries.com (519) 867-2739  Ext 1903\n\nMedicine Hat Human Resources \nDepartment\n\nPO Box 1300 Medicine Hat, AB T1A-7R9 (403) 525-4339\n\nWorkday Workday Website\n\nBenefit Information CFTotalRewards.com/ca\n\nHealth and Dental\n\nSunlife sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nHealth Spending Account (HSA)\n\nSunlife sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nMedical Second Opinion\n\nSunlife â€“ Dialogue (800) 286-5614\n\nEmployee Assistance Program (EAP)\n\nComPsych (866) 465-8943\n\nLife and Disability\n\nSunlife sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nOn-site Health Center â€“ Medcor\n\nCourtright (519) 867-2739  Ext 1266\n\nMedicine Hat (403) 952-6791\n\nRetirement Benefits\n\nManulife (888) 727-7766\n\nFinancial Planning\n\nOrigin www.useorigin.com\n\nBusiness Travel and Emergency Services\n\nInternational SOS Member ID: 11BCMA000183\n\nPersonal Travel Insurance\n\nSunlife Medi-passport\n(800) 511-4610 (US & Canada) \n\n(519) 514-0351 (all other locations)\n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide changes \n\nany plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, nor is it intended \n\nto include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, and trust \n\nagreements. If there is any discrepancy between the information on this site and the governing documents, the governing documents \n\nwill take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, \n\nwithout notice, in accordance with applicable laws and regulations.	 Canada_102125\n\nCF Industries\n\n2375 Waterview Drive\n\nNorthbrook, IL 60062\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35558, 970, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101808;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21029;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65875;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14552;}}s:8:\"filesize\";i:1300441;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35559, 969, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans,  2025 enrollment');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35560, 969, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35561, 969, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35562, 969, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35563, 969, 'attachment', 970);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35564, 969, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37759, 972, '_edit_lock', '1772596031:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37760, 972, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37761, 973, '_wp_attached_file', '2025/11/Lifemark-Health-Screening-FAQ.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37763, 973, '_relevanssi_pdf_content', '\nHealth Screening Clinics â€” Frequently Asked Questions\nWhy should I participate in a health \nscreening clinic? \nThere are many good reasons to participate in a  \nclinic. The event is convenient, free and informative. \nYou will also:\n\nâ€¢ Learn about your potential health risks through 	\n	 measurement of various health indicators such 	\n	 as blood pressure, cholesterol and glucose levels, 	\n	 body composition measures, etc.\n\nâ€¢ 	Review your personal results with a qualified  \n	 on-site healthcare professional\n\nâ€¢ 	Receive recommendations from the healthcare 	\n	 professional on how to best reduce your risks\n\nHow confidential is this testing? \nA qualified health care professional will perform your \ntests, maintaining your privacy and confidentiality at \nall times. Test results will be used only to determine \nyour health risks and at no time will your employer \nview or will have access to your personal results. \nLifemark may provide your employer with anonymous \ngroup (summary) statistics for reporting purposes.\n\nHow do I sign up for a health \nscreening clinic? \nYou can register for your upcoming clinic online. \nWe included the registration link in your clinic \nannouncement emails. Step-by-step instructions will \nmake your sign-up quick and easy.\n\nHow will I know which tests I will be \ntaking? \nLifemark has designed each health screening clinic to \nmeasure specific health indicators. At the time of the \nappointment, the health professional will review the \nindividual tests being completed, and the importance \nof maintaining healthy ranges. \n\nWill the clinic cost me anything?\nNo, this clinic is a component of your employerâ€™s \nwellness program and is FREE to eligible participants. \n\nWhat happens during my \nappointment?\nWhen you come for your appointment, the healthcare \nprofessional will be expecting you. The healthcare \nprofessional will explain the tests, collect your signed \nconsent form, and then perform all required testing. \nThere will always be time after testing to review \nyour personal results, ask questions and discuss \nrecommendations with your healthcare professional.\n\nWill the testing hurt?\nIf you have your blood pressure taken, it will be no \ndifferent from having it taken at your doctorâ€™s office; \nyou will experience a slight squeezing pressure on \nyour arm that will quickly be released.\n\nYou may also have your finger pricked to obtain a \nsample droplet of blood. Your healthcare professional \nwill use a retractable lancet to prick your finger \nquickly, and the discomfort is less than that of a \npaper cut. Immediately following the finger-prick, the \nhealthcare professional will apply a bandage.\n\nIs fasting required?\nFasting is not required to participate in the health \nscreening appointment. \n\n1-855-444-0834\nemployerservices@lifemark.ca\nlifemarkworkhealth.ca\n\n\n\nHealth Screening Clinics â€” Frequently Asked Questions\n\nHow quickly will I get my results? \nYou will receive your results right away and your \nhealthcare professional will provide an explanation, \nalong with relevant handouts. Please remember that \nthis is not a medical diagnosis. If any of your results \nare in a high or severe risk parameter, the healthcare \nprofessional will complete a doctorâ€™s letter for you \nto take to your physician to request that he/she \ninterpret your results. Regardless of your measures, \nwe recommend that you share the results of the \nappointment with your physician for ongoing health \nand wellness support.\n\nWhy does Lifemark retain a copy of  \nmy results? \nLifemark is required to keep a copy of medical files \nfollowing the completion of the clinic. All health \ninformation gathered remains strictly confidential \nand is stored in the Lifemark facility. Lifemark will \naggregate all participant results to provide your \nemployer with an anonymous group summary. At \nno time will we share your personal results with \nyour employer, colleagues, etc. As well, should \nyour employer host future clinics with Lifemark, \nour healthcare professionals have access to your \nprevious results to compare against and assess \nfor improvements and/or changes. If you have any \nquestions on data collection or storage, please  \nreach out to us at:\nhelp@lifemark.ca or 1-855-444-0834 \n\nWhat do I need to bring to the clinic?\nPlease bring your signed consent form to the clinic.\n\nWhat should I wear to the clinic?\nYou will need to wear comfortable clothing that allows \nyou to have your blood pressure taken and move easily.\n\nWhat if I decide not to give my \nconsent?\nWe will keep confidential that you have opted not to \nprovide consent.\n\nWhat if I have to cancel my \nappointment?\nThere is a cancellation link and instructions provided \nwithin your confirmation email. Please note that the \nonline registration will close at least one day prior to \nthe clinic date. \n\n1-855-444-0834\nemployerservices@lifemark.ca\nlifemarkworkhealth.ca\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37764, 973, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"Lifemark-Health-Screening-FAQ-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:383812;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Lifemark-Health-Screening-FAQ-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55762;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Lifemark-Health-Screening-FAQ-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Lifemark-Health-Screening-FAQ-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43305;}}s:8:\"filesize\";i:1021318;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37765, 972, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37766, 972, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37767, 972, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37768, 972, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37769, 972, 'attachment', 973);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37770, 972, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38263, 974, '_edit_lock', '1772596372:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38264, 974, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38265, 974, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38266, 974, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38267, 974, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38268, 974, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38269, 974, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38270, 974, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38271, 974, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38272, 974, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38273, 974, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38275, 974, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38276, 974, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38277, 974, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38278, 974, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"974\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38279, 974, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38280, 974, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38282, 974, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38283, 974, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38287, 974, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38292, 974, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38314, 41, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38315, 381, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38316, 380, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38317, 379, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38319, 46, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38320, 147, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38321, 445, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38322, 444, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38323, 443, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38325, 441, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38326, 820, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38327, 55, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38328, 198, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38330, 438, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38331, 437, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38332, 436, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38333, 62, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38335, 434, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38336, 433, '_wp_old_date', '2025-10-22');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38337, 432, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38340, 452, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38341, 72, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38342, 461, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38343, 519, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38344, 518, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38345, 517, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38346, 516, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38347, 515, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38348, 91, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38350, 546, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38353, 100, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38355, 553, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38356, 552, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38357, 572, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38358, 603, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38359, 382, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38360, 514, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38361, 520, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38362, 513, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38385, 978, '_wp_attached_file', '2025/11/cf_ca_lifemark_preview.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38386, 978, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:34:\"2025/11/cf_ca_lifemark_preview.jpg\";s:8:\"filesize\";i:14745;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_preview-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_preview-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5655;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_preview-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15802;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_preview-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16908;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_preview-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16908;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_preview-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38394, 979, '_wp_attached_file', '2025/11/cf_ca_lifemark_banner.jpg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38395, 979, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2025/11/cf_ca_lifemark_banner.jpg\";s:8:\"filesize\";i:29726;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"cf_ca_lifemark_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3508;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cf_ca_lifemark_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3941;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"cf_ca_lifemark_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11761;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32382;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"cf_ca_lifemark_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10524;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24357;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"cf_ca_lifemark_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11139;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"cf_ca_lifemark_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13835;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19425;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"cf_ca_lifemark_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11456;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"cf_ca_lifemark_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24763;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"cf_ca_lifemark_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16843;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"cf_ca_lifemark_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6153;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38633, 980, '_edit_lock', '1769131662:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38634, 980, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38635, 980, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38636, 980, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38637, 980, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38638, 980, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38639, 980, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38640, 980, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38641, 980, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38642, 980, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38643, 980, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38645, 980, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38646, 980, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38647, 980, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38648, 980, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"980\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38649, 980, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38650, 980, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38652, 980, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38653, 980, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38654, 980, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38671, 41, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38672, 381, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38673, 380, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38674, 379, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38676, 46, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38677, 147, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38678, 445, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38679, 444, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38680, 443, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38682, 441, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38683, 820, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38685, 55, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38686, 198, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38688, 438, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38689, 437, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38690, 436, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38691, 62, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38693, 434, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38694, 433, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38695, 432, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38698, 452, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38699, 72, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38700, 461, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38701, 519, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38702, 518, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38703, 517, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38704, 516, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38705, 515, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38706, 91, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38708, 546, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38711, 100, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38713, 553, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38714, 552, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38715, 572, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38716, 603, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38717, 382, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38718, 514, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38719, 520, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38720, 513, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38726, 980, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38732, 268, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44454, 376, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44455, 376, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44456, 41, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44457, 381, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44458, 380, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44459, 379, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44460, 46, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44461, 147, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44462, 445, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44463, 444, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44464, 443, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44466, 441, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44467, 820, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44469, 55, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44470, 198, '_wp_old_date', '2025-11-23');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44472, 438, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44473, 437, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44474, 436, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44475, 62, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44477, 434, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44478, 433, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44480, 432, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44483, 452, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44484, 72, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44485, 461, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44486, 519, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44488, 518, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44489, 517, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44490, 516, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44491, 515, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44492, 91, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44494, 546, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44497, 100, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44499, 553, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44500, 552, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44501, 572, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44502, 603, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44503, 382, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44504, 514, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44505, 520, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44506, 513, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44509, 246, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44529, 991, '_edit_lock', '1769129243:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44530, 991, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44531, 992, '_wp_attached_file', '2026/01/Online-Pharmacy-Coaching.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44533, 992, '_relevanssi_pdf_content', '\nAn easy way to get your medications\nAnd receive ongoing support for health conditions\n\nLife is busy and time is a precious resource. We want to help! So we are happy to share a service from Sun Life that \ncan make your life â€“ and managing your medications â€“ a little bit easier. And you can register today in minutes!\n\nOnline Pharmacy, by Pillway1 gives you easy online access to pharmacists for medication and coaching to better \nmanage your health. The pharmacy is available 24/7, and thereâ€™s no extra cost to you. Itâ€™s available to you and your \nfamily members whenever you choose to use it. Ordering is simple. You can request refills and renewals at any \ntime, using the app. The pharmacy team is available via phone and in-app chat during business hours* to help you \nand your family members along the way, at no extra cost. \n\nMedication management made easy\nWith Online Pharmacy you can fill your prescriptions and so much more.\n\nEasy ordering â€“ just upload  \na prescription for validation  \nand place the order online\n\nEasy refills, by enabling \nautoâ€‘renewal\n\nHome delivery of your \nmedications in Canada â€“  \nat no extra cost\n\nThe ability to manage your \nmedication needs, such as \ncompliance packaging that \ngroups multiple medications \ninto convenient packages\n\nProfessional advice, with \nthe ability to chat with, or \ncall, Pillwayâ€™s trusted and \nknowledgeable pharmacy \nsupport team\n\nCoaching for chronic conditions \nâ€“ to help you maximize treatment \neffectiveness and stay on track \nforÂ success\n\n   \n\nCoaching programs for healthy habits\nIf youâ€™re managing a chronic condition, youâ€™re not alone. Almost half of Canadians require maintenance \nmedication to treat chronic conditions. And with life and work demands, it can be difficult to manage a treatment \nprogram and maximize itsÂ effectiveness.\n\nOnline Pharmacy can provide you with personalized one-to-one coaching for common chronic diseases, at no \nextra cost. This coaching service was designed to help Canadians like you get the care you deserve and build \nhealthy habits to manage yourÂ condition.\n\n\n\nOnline Pharmacy currently offers coaching for diabetes and respiratory diseases like asthma.  \nAnd they continue to add new coaching programs over time. The coaching involves: \n\nA personalized Care Program, \ncreated with you to help you \nself-manage your condition\n\n1:1 virtual coaching sessions \nwith a dedicated Support Team**\n\nRegular check-ins, proactive \nsupport, and simple monitoring\n\nThe pharmacy team is always there to help you build a plan and better manage your condition.  \nJust register for Online Pharmacy and sign up for coaching anytime.\n\nRegister for the pharmacy service today!\n1.	 Visit the Online Pharmacy website\n2.	Click Register Now\n3.	Click Sign in and sign in using your Sun Life ID\n4.	Confirm your personal information, drug card, and delivery address â€“ and upload or transfer any prescriptions\n\nLooking for more information?\nTo learn more about Online Pharmacy, explore the FAQ on the Online Pharmacy welcome page.\n\nOr, to learn more about the coaching services visit the Care Program pages:\n\n| Sun Life presents the\n\nDiabetes Care Program\n\n| Sun Life presents the\n\nRespiratory Care Program\n\n* Mon - Fri: 9 a.m. to 8 p.m. ETâ€‚ |â€‚ Sat: 10 a.m. to 5 p.m. ET \n** Support Team members are from Pillway and LifestyleRx, and may consist of pharmacists, physicians, and registered dieticians.\n1 SHG Pharmacy Inc. and SHG West Pharmacy Inc., doing business as Pillway pharmacies, are partially owned by Simpill Health Group Inc. For your \ninformation, and as a point of disclosure, Sun Life Assurance Company of Canada has partial ownership in Simpill Health Group Inc.\n\nGroup benefits are provided by Sun Life Assurance Company of Canada, a member of the Sun Life group of companies.\nÂ© Sun Life Assurance Company of Canada. All rights reserved.â€ƒ pharmacy-coaching-non-qc-flyer-e-v2\n\nhttps://luminohealth.sunlife.ca/s/lumino-health-pharmacy?language=en_US\nhttps://luminohealth.sunlife.ca/s/lumino-health-pharmacy?language=en_US\nhttps://luminohealth.sunlife.ca/s/diabetes-care-program?language=en_US\nhttps://luminohealth.sunlife.ca/s/diabetes-care-program?language=en_US\nhttps://luminohealth.sunlife.ca/s/respiratory-care-program?language=en_US&WT.mc_id=en-ca%3Adirect%3Apromo_email%3Ahp154%3Arespiratoryprogram%3Arespiratoryprogram\nhttps://luminohealth.sunlife.ca/s/respiratory-care-program?language=en_US&WT.mc_id=en-ca%3Adirect%3Apromo_email%3Ahp154%3Arespiratoryprogram%3Arespiratoryprogram\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44534, 992, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"Online-Pharmacy-Coaching-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244329;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Online-Pharmacy-Coaching-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42788;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Online-Pharmacy-Coaching-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Online-Pharmacy-Coaching-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33869;}}s:8:\"filesize\";i:310307;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44535, 991, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44536, 991, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44537, 991, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44538, 991, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44539, 991, 'attachment', 992);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44540, 991, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44542, 994, '_edit_lock', '1769131136:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44543, 994, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44544, 995, '_wp_attached_file', '2026/01/Online-Pharmacy-Flyer.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44546, 995, '_relevanssi_pdf_content', '\nClick to order medications. \nAccess pharmacists. Free delivery.\nOnline Pharmacy, by Pillway1 gives you easy online access to pharmacists and to your medication.\nNot available in Quebec. If youâ€™re a Quebec resident, enter here.\n\nHow it works:\nRegister and create a profile   \nFor mobile: Scan the QR code on your mobile device  \nto download the Online Pharmacy app.\n\nFor web access, visit here. \n \nComplete your profile with coverage info and delivery address  \nYour profile gives you a view of your medication history. Consolidated records,  \nsecurely stored in one place. \n \nOrder your medication \nIf needed, set to urgent when ordering medication. \n \nGet pharmacist support   \nMedication questions? Chat or call a pharmacist. Pharmacists are available to help  \nanswer any questions. \n \nFree delivery  \nYouâ€™re notified along the way.\n\n \n\nMedication Management Pharmacist Support Free Canada-wide \ndelivery*\n*Except Quebec\n\nFor questions or assistance:   \nContact the Pillway customer support team at support@sunlifehealth.pillway.com for support with account registration and technical help, or call 1-877-586-4661\n\nPrescriptions can be faxed to the Pillway Pharmacist team. Have your prescriber fax your prescription to: 416-291-1957 (ON, MB, Atlantic Canada) | 604-630-4949 (BC, AB, SK) \n\n1 SHG Pharmacy Inc. and SHG West Pharmacy Inc., doing business as Pillway pharmacies, are partially owned by Simpill Health Group Inc. For your information, and as a point of \ndisclosure, Sun Life Assurance Company of Canada has partial ownership in Simpill Health Group Inc.\n\nÂ© Sun Life Assurance Company of Canada. All rights reserved.\n\n1 \n\n2 \n\n3 \n\n4 \n\n5 \n\nhttp://luminohealth.sunlife.ca/s/pharmacy-qc?language=en_US\nhttp://sunlife.co/lumino-health-pharmacy\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44547, 995, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Online-Pharmacy-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184102;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Online-Pharmacy-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21317;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Online-Pharmacy-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106219;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Online-Pharmacy-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13158;}}s:8:\"filesize\";i:290316;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44548, 994, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44549, 994, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44550, 994, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44551, 994, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44552, 994, 'attachment', 995);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44553, 994, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44582, 399, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44583, 399, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44584, 408, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44585, 408, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44586, 419, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44587, 419, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44588, 980, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44589, 980, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44590, 446, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44591, 446, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44592, 448, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44593, 448, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44594, 499, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44595, 499, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44596, 527, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44597, 527, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44598, 531, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44599, 531, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44622, 998, '_edit_lock', '1769191821:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44623, 998, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44624, 999, '_wp_attached_file', '2026/01/Sun-Life-Medical-Second-Opinion-by-Dialouge.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44626, 999, '_relevanssi_pdf_content', '\nLooking for a second opinion \non your medical diagnosis? \nReceive expert health advice you can count on, at your fingertips \nIntroducing Sun Life Medical Second Opinion, by Dialogue\n\nReceiving a medical diagnosis can be overwhelming. Sun Life Medical \nSecond Opinion helps you feel more confident, reassured, and informed \nabout your health and treatment options.\n\n\n\nSupport overview\nFeeling empowered to make informed choices about your health when facing medical issues is essential. Sun Life Medical Second Opinion is an integrated \nhealth service that includes three different features to help meet your care needs. The process is secure, seamless and accessible anytime.\n\n01.\nExpert Second Opinion \nProvides you with access to a network of \nmedical experts for a medical second opinion \non an active diagnosis and treatment plan. This \nincludes physical and mental health conditions. \nThe network includes a wide range of specialties \nand subspecialists (including but not limited to) \noncology, gynecology, cardiology, orthopedics, \npsychiatry, and neurology. \n\nPlan member example: Alex was \nrecently diagnosed with lung cancer. \nTheir oncology specialist recommended \na treatment plan of chemotherapy \nand radiation. Alex would like a second \nopinion before they move forward with \nthe suggested treatment.* \n\n02.\nMental Health Care Navigation \nA mental health specialist will help you \nunderstand your mental health needs. Theyâ€™ll \nprovide tailored navigation support to \nspecialized mental health providers, resources \nand more. All mental health conditions are \ncovered, including crisis situations and \nemergencies.\n\nPlan member example: Tamika \nrecently found out she has a critical \nillness. Sheâ€™s having a difficult time, \nand is looking for mental health \nsupport for stress and anxiety.* \n\n03.\nFind a Medical Specialist  \nA navigation service thatâ€™ll help you locate \nmedical specialists and facilities across Canada \nand the U.S. \n\nPlan member example: Maria recently \nfound out she needs knee surgery, \nbut the wait time in the public sector \nis very long. Sheâ€™d like help locating \ndifferent private clinics that perform \nknee surgeries in her province that she \ncan contact.*\n\nYou can use the Find a Medical Specialist feature \nanytime, regardless of whether youâ€™ve started a \nMedical Second Opinion request. All three features \nare independent and can be accessed freely if youâ€™re \neligible for the service.\n\nIf you have family group benefits coverage, Sun Life Medical Second Opinion is available to \nyour spouse, dependent(s), parents and parents-in-law.\n\n*These examples have been created for illustrative purposes only.\n\n\n\nYour health journey \nEasily connect to Sun Life Medical Second Opinion through the Lumino Health Virtual Care app, via mobile or web 24/7 (the app is always live). \nWeekly business hours are 8 a.m. to 8 p.m. ET. The service is also available through a dedicated toll-free phone line 1-833-286-5614, accessible 24/7.\n\n01.\nSign in to the Lumino Health \nVirtual Care app and click \non Medical Second Opinion. \nOr call 1-833-286-5614 to \nget started.\n\n02.\nThe care team will ask \nquestions to gain a better \nunderstanding of your \nhealth concerns and goals \nfor the second opinion.\n\n03.\nTheyâ€™ll coordinate your \nreview with a team of \nmedical experts, keep you \nupdated, and advise you on \nthe progression of your case. \n\n04.\nYouâ€™ll receive a report with \nthe expert second opinion. \nYou can discuss this report \nwith your primary physician \nto help you make a \nconfident medical decision. \nYouâ€™ll have the option to \nschedule a virtual call with a \ncare team member to walk \nthrough the structure of \nyour report if needed.\n\n05.\nIf requested, the care \nteam will provide you with \ncontact information for \nappropriate specialists and \nfacilities that meet your \nhealth needs.\n\n\n\nRegister today! \nIf you havenâ€™t downloaded the Lumino Health Virtual Care app, follow these simple \nsteps to download, register and access Sun Life Medical Second Opinion. \n\nâ€¢	 Go to luminovc.dialogue.co. \n\nâ€¢	 Download the for iPhone or Android, or use the QR code.\n\nNeed help? \nIf youâ€™re having trouble using the app, website, or need help accessing your account, \nyou can: \n\nâ€¢	 Contact Dialogue by emailing sunlife-suport@dialogue.co Monday-Friday 8 a.m. \nto 6 p.m. ET.\n\nâ€¢	 Visit help.dialogue.co/en and use the chat feature for assistance, for after hours \nand weekend support.\n\nQuestions about your benefits plan? \nContact the Sun Life Client Care Centre (CCC) at 1-800-361-6212, Monday to Friday, \n8 a.m. to 8 p.m. ET.\n\nDialogue, Inc. (Dialogue) is a wholly-owned subsidiary of Sun Life Assurance Company of Canada (Sun Life) operating as \na stand-alone entity. All representations about the services of Sun Life Medical Second Opinion, by Dialogue are those of \nDialogue, not Sun Life. Sun Life reserves the right to cancel the services at any time with notice.\n\nLifeâ€™s brighter under the sun\n\nGroup Benefits are provided by Sun Life Assurance Company of Canada, \na member of the Sun Life group of companies. MC-1196-E 05-25 ri-dm\n\nhttp://luminovc.dialogue.co\nmailto:sunlife-suport%40dialogue.co?subject=\nhttp://help.dialogue.co/en\nhttps://apps.apple.com/ca/app/lumino-health-virtual-care/id1487541986\nhttps://play.google.com/store/search?q=Lumino%20Health%20Virtual%20Care%20app&c=apps&hl=en_CA\n\n	Button 1: \n	Button 2: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44627, 999, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:51:\"Sun-Life-Medical-Second-Opinion-by-Dialouge-pdf.jpg\";s:5:\"width\";i:1497;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185654;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"Sun-Life-Medical-Second-Opinion-by-Dialouge-pdf-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14815;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"Sun-Life-Medical-Second-Opinion-by-Dialouge-pdf-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"Sun-Life-Medical-Second-Opinion-by-Dialouge-pdf-150x106.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6712;}}s:8:\"filesize\";i:2634889;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44628, 998, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44629, 998, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44630, 998, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44631, 998, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44632, 998, 'attachment', 999);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44633, 998, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44648, 1000, '_wp_attached_file', '2026/01/Leadership-Competency-Model.png');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44649, 1000, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1526;s:6:\"height\";i:1504;s:4:\"file\";s:39:\"2026/01/Leadership-Competency-Model.png\";s:8:\"filesize\";i:1807832;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30818;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Leadership-Competency-Model-1024x1009.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1009;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:432366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12446;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-768x757.png\";s:5:\"width\";i:768;s:6:\"height\";i:757;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:285866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72642;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"Leadership-Competency-Model-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:324208;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82384;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127607;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"Leadership-Competency-Model-1080x1064.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1064;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:467143;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124789;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"Leadership-Competency-Model-1280x1262.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1262;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:595174;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-980x966.png\";s:5:\"width\";i:980;s:6:\"height\";i:966;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:403415;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"Leadership-Competency-Model-480x473.png\";s:5:\"width\";i:480;s:6:\"height\";i:473;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138627;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44662, 1003, '_edit_lock', '1769193076:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44663, 1003, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44664, 1004, '_wp_attached_file', '2026/01/Application-for-Education-Assistance-With-Fillable-Fields_Updated.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44666, 1004, '_relevanssi_pdf_content', '\nRev. 1/8/2026 \n\nApplication for Education Assistance Instructions \n\nBefore the Course Begins â€“ Requesting Approval \n1. Read the Education Assistance Summary Plan Description posted on CFTotalRewards.com.\n\n2. Complete this Application for Education Assistance.\n\nâˆ’ This application is to be used for courses leading to a degree.\n\n3. Submit the application to the following for approval:\n\nâˆ’ Your immediate manager,\n\nâˆ’ Your managerâ€™s manager, and\n\nâˆ’ Your site Human Resources Representative.\n\nMove the application through the approval process. For example, after your manager and managerâ€™s \n\nmanager approve the application, take it to your Human Resources Representative for approval.  \n\n4. Submit the Education Assistance application to the Benefits Department after obtaining all required\n\napprovals.\n\n5. A new Application for Education Assistance must be completed for each course (or term, if multiple\n\ncourses are taken in one term).\n\n6. Applications must be fully approved prior to course start date to qualify for reimbursement.\n\n7. Courses exceeding the $10,000 annual limit will be considered on an exception basis and will require\nreview and approval by the Senior Leadership Team. Discuss your request for consideration with\nyour Department Head. If your request is approved by your Department Head, your Department\n\nHead will be responsible for presenting your application to the Senior Leadership Team for\n\nconsideration/approval.\n\nAfter the Course Ends â€“ Requesting Reimbursement \nSubmit your proof of course payment and final grades to the Benefits Department within 30 days of \n\ncourse completion. \n\nAll reimbursements will be made through payroll within two pay periods after the Benefits Department \n\nreceives your reimbursement request.  \n\nEddie Chaparro\nCross-Out\n\n\n\nPersonal Statement for Reimbursement\n\nPlease either write below or attach a separate personal statement and include in your application Your \npersonal statement  should address why CF should provide assistance for you to receive your degree. \nPlease be sure to include why you want to pursue the degree program at this time, how it will contribute to \nyour current performance, and what impact it will have on your future career at CF.  \n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\n_____________________________________________________________________________________________________\n\nCheck this box if you are submitting  a separate personal statement\n\n\n\nRev. 1/8/2026 \n\nAPPLICATION FOR EDUCATION ASSISTANCE \nTo qualify for reimbursement, this application must be fully approved prior to the course start \ndate. \n\nEmployee Information School Information \nName School Name \n\nJob Title Street \nAddress \n\nDepartment City \n\nLocation State/Province \n\nCourse Information \nCourse Name Begin Date End Date Tuition Amount The tuition amount must match \n\nthe tuition amount on your \ndocumentation request for \nreimbursement. \n\nTotal: \n\nPlease attach a personal statement addressing why CF should provide assistance for you to receive your \ndegree. Please be sure to include why you want to pursue the degree program at this time, how it will contribute to \nyour current performance, and what impact it will have on your future career at CF.   \n\nDegree Program:    Circle one:  \n\nMajor: _______________________________________ Expected Date of Graduation: ____________________ \n\n1. Are you eligible for Education Assistance from any other source?  Circle one:   Yes     No \nIf yes, does that assistance need to be repaid?  Circle one:   Yes     No \n\n2. Have you been approved and/or received CF Education Assistance this calendar year?\nCircle one:   Yes  No \n\n__________________________________________________________________________________________ \n\nThe course(s) are considered to be directly related to the employeeâ€™s work and/or probable future assignments and \nwill be beneficial in the performance of his/her job.  \n\nManager Approval: ______________________________________________ Date: ______________________ \n\nManagerâ€™s Manager Approval: _____________________________________  Date: ______________________ \n\nSite Human Resources Approval: __________________________________ Date: ______________________ \n___________________________________________________________________________________________  \n\nI submit this application for benefits from the CF Education Assistance Program. I understand that I am eligible for \nreimbursement of Education Assistance benefits if I adhere to the program requirements, the date requirements, \nand obtain the appropriate signatures before the course start date. \n\nI understand that if I voluntarily end employment with CF within 12 months of receiving an Education Assistance \nreimbursement, I will be required to repay the full amount (any education reimbursement received within the 12 \nmonths preceding my termination date) to CF within 30 days of my termination date.  \n\nEmployee Signature: ____________________________________________ Date: ______________________ \n\nFor Benefits administrator use: \n\nYear-to-date reimbursed $ \n\nYear-to-date requested $ \n\nAA/AS BA/BS MA/MS MBA  On-Line Course?  Yes   No \n\n\n	APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL FILLABLE.pdf\n	Personal Statement Templtate\n\n	Employee Information: \n	School Information: \n	Name: \n	School Name: \n	Job Title: \n	Street Address: \n	Department: \n	City: \n	Location: \n	StateProvince: \n	Course Information: \n	Course NameRow1: \n	Begin DateRow1: \n	End DateRow1: \n	Tuition AmountRow1: \n	Course NameRow2: \n	Begin DateRow2: \n	End DateRow2: \n	Tuition AmountRow2: \n	Course NameRow3: \n	Begin DateRow3: \n	End DateRow3: \n	Tuition AmountRow3: \n	Course NameRow4: \n	Begin DateRow4: \n	Tuition AmountTotal: \n	The tuition amount must match the tuition amount on your documentation request for reimbursement: \n	Major: \n	Expected Date of Graduation: \n	Manager Approval: \n	Date: \n	Managers Manager Approval: \n	Date_2: \n	Site Human Resources Approval 1: \n	Site Human Resources Approval 2: \n	Date_3: \n	Date_4: \n	fill_40: \n	fill_41: \n	Check Box2: Off\n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44667, 1004, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:73:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196034;}s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15320;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6596;}}s:8:\"filesize\";i:262759;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44668, 1003, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44669, 1003, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44670, 1003, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44671, 1003, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44672, 1003, 'attachment', 1004);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44673, 1003, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44718, 1008, '_edit_lock', '1769193328:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44719, 1008, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44720, 1009, '_wp_attached_file', '2026/01/Assistance-App-Portal-Guide-.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44722, 1009, '_relevanssi_pdf_content', '\nThe Assistance App and Portal is free \n\nas part of your subscriber benefits. It \n\nis an essential tool for preparing, \n\ninforming and keeping your workforce \nsafe.\n\nSimply get started and log in using the \n\nsame credentials you already use for \n\nthe App and Portal.\n\nInternational SOS Assistance App & Portal\n\nProtect Your Workforce. \nWherever They Are. \n\n\n\nVisa Requirements \n\nWhat you need to know \n\nbased on your passport and \n\ndestination\n\nStart with the Map \n\nExplore the dynamic \n\nmap, highlighting alerts \n\nby country\n\nMy Trips \n\nAll your plans and \n\nitineraries in one place\n\nPrepare for Your Trip\n\nTravel Advisor \n\nSecure the pre-travel \n\ninformation you need to stay \n\nsafe and healthy\n\n\n\nSupport Before and During Your Trip\n\nFind a Doctor \n\nSearch the International SOS \n\ntrusted network of healthcare \n\nproviders, on-the-go\n\nAssistance on Demand\n\nGet 24/7 support from \n\nour Assistance Centres\n\nAlerts\n\nStay informed and ready \n\nwith real-time medical & \n\nsecurity alerts\n\nMental Health & Wellbeing \n\nAvailable as a paid add on, explore \n\n400+ self-help resources, with \n\noptional access to professional \n\ncounselling\n\n\n\nInternational SOS Portal\n\nDestination Guides \n\nSafe journeys start \n\nwith smart planning. \n\nOur destination \n\nguides help you stay \n\nprepared\n\nAssistance on \n\nDemand\n\nGet assistance \n\nanytime, anywhere\n\nAlerts\n\nStay informed and \n\nready with real-time \n\nmedical and security \n\nalerts\n\nMy Trips\n\nCreate travel \n\nitineraries for your \n\nupcoming trips\n\n\n	Slide 1\n	Slide 2\n	Slide 3\n	Slide 4\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44723, 1009, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"Assistance-App-Portal-Guide-pdf.jpg\";s:5:\"width\";i:1707;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210599;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Assistance-App-Portal-Guide-pdf-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15381;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Assistance-App-Portal-Guide-pdf-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87875;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Assistance-App-Portal-Guide-pdf-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7184;}}s:8:\"filesize\";i:1440257;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44724, 1008, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44725, 1008, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44726, 1008, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44727, 1008, '_attachment_type', 'field_6335b2546f643');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44728, 1008, 'attachment', 1009);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44729, 1008, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44731, 1010, '_edit_lock', '1769193420:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44732, 1010, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44733, 1011, '_wp_attached_file', '2026/01/ISOS-Membership-Leaflet-CF-Industries.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44735, 1011, '_relevanssi_pdf_content', '\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\nCF Industries \n\nInternational SOS Supporting Our Workforce Health, Safety & Security Needs \n\nCF Industries partners with International SOS, the worldâ€™s leading medical and travel security services \n\ncompany through a subscription program to keep you safe and healthy. This assistance subscription will \n\nprovide expanded protection to deal with travel, medical, emotional support and security needs that may \n\narise anywhere in the world. International SOS doctors, security experts and assistance coordinators are \n\navailable 24/7 to provide advice in your language, and to support you with routine needs or in case of \n\nmedical or security emergencies. \n\n \nCF Industries \n \nSubscription Number: \n\n400GDA933873  \n\n \nReferred International SOS Assistance Center \n\n215-942-8226 \n \n\n \nView complete list of International SOS Assistance Centers around the globe. \n\n \nView List \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \nWORLDWIDE REACH. HUMAN TOUCH internationalsos.com \n\nhttps://my.internationalsos.com/AC_Locations\nhttps://my.internationalsos.com/AC_Locations\n\n\n \n\nDownload the Assistance App \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n*Ensure your notifications are turned ON and your location settings are ENABLED. \n\n \n \n\n \nUse the International SOS Assistance App before and during your next trip to: \n\n \n\nâ€¢ Get help when you need it: Use the \n\nAssistance contact button to contact the \n\nclosest Assistance Centre, in an emergency \n\nand for everyday advice. \n\n \nâ€¢ Know Before You Go: Get expert medical, \n\nsecurity and travel advice and information \n\nregarding your next destination. \n\n \nâ€¢ Receive Real-Time Alerts: Enable your \n\nlocation and push notifications to receive \n\nlocation-specific medical and travel security \n\nalerts â€“ while in location. \n\nâ€¢ View Your Upcoming Trips: Review your \n\nitineraries and checklists for each trip. \n\n \nâ€¢ See the App Guide here. Federated and \n\nNon-Federated App guide link. \n\n \nâ€¢ Visa Requirements : What you need to know \n\nbased on your passport and destination. \n\n \nâ€¢ Find A Doctor : Search our trusted network of \n\nhealthcare providers, on-the-go. \n\n \nâ€¢ Travel Advisor : Secure the pre-travel \n\ninformation you need to stay safe and healthy. \n \n \n \n \n \n \n \n\n \n \n\n \nWORLDWIDE REACH. HUMAN TOUCH internationalsos.com \n\nhttps://mhub.internationalsos.com/bms/albums/?albumShare=nHWkAA5Q\nhttps://mhub.internationalsos.com/bms/albums/?albumShare=tuJv8Pgs\nhttps://apps.apple.com/us/app/international-sos-assistance/id465662561\nhttps://play.google.com/store/apps/details?id=com.infostretch.iSOSAndroid&hl=en_US\n\n\n \n\nBefore Your Next Trip \n \n\nEnsure  International  SOS  Has  Your \n\nUp-To-Date Itinerary \n\nInternational SOS and CF Industries rely on your \n\nitinerary to provide you pertinent travel \n\ninformation and updates, and to keep you safe. \n\nAll bookings and itinerary segment changes \n\nshould go through the nominated Travel \n\nManagement Company (TMC). If you cannot \n\nbook via the TMC, please speak with your \n\nManager regarding the other options to upload \n\nyour itinerary. (Or add MyTrips direction) \n\n \nEnsure Your Contact Details Are Current \n\nInternational SOS and CF Industries require your \n\ncurrent contact details in order to communicate \n\nwith you effectively, especially in the event of an \n\nemergency. You can access your profile data \n\nwithin the Assistance App and update as \n\nnecessary. \n\n \nStaying Informed With Travel Intelligence \n\nAs part of your subscription, International SOS \n\nwill gather key information about your business \n\ntrip to provide you with a Pre-Trip Advisory email, \n\nwhich includes essential country-specific advice \n\non travel, security, and medical risks. Additionally, \n\nwe will keep you updated with Travel Alerts about \n\nany incidents that may arise leading up to or \n\nduring your trip that could affect your plans. \n\n \nConnect to The International SOS Information \n\nPortal Here \n\nAccess detailed information on more than 229 \n\ncountries and 440 cities: \n\n \nâ€¢ Evaluation and analysis of health, travel and \n\nsecurity risks; \n\n \nâ€¢ Daily updates on travel security, disruptive \n\nincidents and situational developments; \n\n \nâ€¢ Travel guides and cultural tips; \n\n \nâ€¢ Subscription to proactive email alerts; \n\nComplete Your E-Learning \n\nAs part of pre-travel preparation, there are \n\neLearning modules available to you. Some may be \n\nrequired prior to travel. These short trainings will \n\nprovide you with basic principles of personal safety \n\nand health management while abroad. \n \n\n \n\n \n \n \n\n \n \n\nhttps://myportal.internationalsos.com/WebPortal/\n\n\n \n\nAt Anytime \n \n\nCall An Assistance Center â€“ Call Early, Call \n\nOften \n\nAs a member, you have access to International SOS \n\nglobal network of 28 Assistance Centers, staffed by \n\nmedical, security and logistic specialists. There is \n\nno fee to call, and no information is shared without \n\nyour consent. \n\n \nWhy Should I Call International SOS? \n\nInternational SOS will assist you no matter how big \n\nor small your request might be, and we encourage \n\nyou to call for help any time, day or night. Whether \n\nyou have lost your wallet, need medical advice or \n\nassistance, a referral to a doctor, or require a \n\nfull-scale evacuation, International SOS can assist \n\nyou. When in doubt, call International SOS for \n\nsupport. With a global network of medical and \n\nsecurity specialists, International SOS is well \n\nequipped to support you. \n\n \n\nIn A Serious Incident \nIn the event of a security incident close to you, International SOS will reach out to you directly to ensure \n\nthat you are safe and CF Industries management is able to locate staff, communicate and provide \n\nassistance. Please ensure your travel profile is up to date with the correct mobile number. \n \n\nAutomated Check In â€“ Opt In \n\nIf enabled on your mobile device, Auto Emergency \n\nCheck-in will automatically share your location \n\nwith your organizationâ€™s key managers when the \n\nInternational SOS Assistance App recognizes that \n\nyour last known location is within the impact area \n\nof a Security Special Advisory (a critical imminent \n\nevent). If you have NOT enabled this feature, you \n\nwill receive a notification to manually check in and \n\nlet your organization know you are safe. \n\nAutomated Check In â€“ Opt In \n\nYou will receive an Alert based on your itinerary \n\nwhich will outline the incident and guidance on \n\nwhat to do next. In a serious incident, you will also \n\nreceive an automated call, message and/or email \n\nin the instance of a serious event if your itinerary \n\nshows you are nearby. Please respond to the \n\nmessage so that we can ensure your wellbeing and \n\nhelp you if you need it. \n\n  \n\n \n\nFor support managing your International SOS subscription or if you have any technical difficulties, please contact Client \n\nSupport Platform. Click â€œFurther Helpâ€ (bottom of the page) \n\n \n\n \n\n \nWORLDWIDE REACH. HUMAN TOUCH internationalsos.com \n\nInternational SOS will keep you informed of any changes or updated information during an \n\nincident in your vicinity. However, if you have been affected or would like more information, \n\ncall in to your closest Assistance Centre at any time 24/7 via the App to speak to an expert \n\nand receive assistance. \n\nhttps://clientsupport.internationalsos.com/s/\nhttps://my.internationalsos.com/AC_Locations\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44736, 1011, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"ISOS-Membership-Leaflet-CF-Industries-pdf.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187090;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"ISOS-Membership-Leaflet-CF-Industries-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15749;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"ISOS-Membership-Leaflet-CF-Industries-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94414;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"ISOS-Membership-Leaflet-CF-Industries-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7226;}}s:8:\"filesize\";i:893338;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44737, 1010, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44738, 1010, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44739, 1010, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44740, 1010, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44741, 1010, 'attachment', 1011);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44742, 1010, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44800, 1012, '_edit_lock', '1769721294:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44801, 1012, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44802, 1012, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44803, 1012, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44804, 1012, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44805, 1012, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44806, 1012, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44807, 1012, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44808, 1012, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44809, 1012, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44810, 1012, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44812, 1012, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44813, 1012, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44814, 1012, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44815, 1012, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1012\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44816, 1012, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44817, 1012, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44819, 1012, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44820, 1012, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44821, 1012, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44825, 1014, '_edit_lock', '1769208296:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44826, 1014, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44827, 1014, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44828, 1014, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44829, 1014, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44830, 1014, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44831, 1014, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44832, 1014, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44833, 1014, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44834, 1014, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44835, 1014, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44837, 1014, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44838, 1014, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44839, 1014, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44840, 1014, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1014\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44841, 1014, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44842, 1014, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44844, 1014, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44845, 1014, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44846, 1014, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44850, 1019, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44851, 1019, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44852, 1019, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44853, 1019, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44854, 1019, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44855, 1019, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44856, 1019, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44857, 1019, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44858, 1019, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44859, 1019, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44860, 1019, '_edit_lock', '1769208341:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44862, 1019, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44863, 1019, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44864, 1019, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44865, 1019, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1019\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44866, 1019, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44867, 1019, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44869, 1019, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44870, 1019, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44871, 1019, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44887, 263, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44894, 1014, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44901, 1023, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44902, 1023, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44903, 1023, '_menu_item_object_id', 1014);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44904, 1023, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44905, 1023, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44906, 1023, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44907, 1023, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44908, 1023, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44910, 41, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44911, 381, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44912, 380, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44913, 379, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44914, 46, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44915, 147, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44916, 445, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44917, 444, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44918, 443, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44919, 441, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44920, 820, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44922, 55, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44923, 198, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44924, 438, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44925, 437, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44926, 436, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44927, 62, '_wp_old_date', '2026-01-22');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44928, 452, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44929, 434, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44930, 433, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44931, 432, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44932, 72, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44933, 461, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44934, 519, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44935, 518, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44936, 517, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44937, 516, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44938, 515, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44939, 91, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44940, 546, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44941, 100, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44943, 553, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44944, 552, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44945, 572, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44946, 603, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44947, 382, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44948, 514, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44949, 520, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44950, 513, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44966, 1024, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44967, 1024, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44968, 1024, '_menu_item_object_id', 1019);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44969, 1024, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44970, 1024, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44971, 1024, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44972, 1024, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44973, 1024, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45024, 1019, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45253, 1014, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45260, 1019, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45437, 1012, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45438, 1012, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45439, 1027, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45440, 1027, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45441, 1027, '_menu_item_object_id', 1012);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45442, 1027, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45443, 1027, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45444, 1027, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45445, 1027, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45446, 1027, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45448, 41, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45449, 381, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45450, 380, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45451, 379, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45452, 46, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45453, 147, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45454, 445, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45455, 444, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45456, 443, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45457, 1024, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45458, 441, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45459, 820, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45461, 55, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45462, 198, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45463, 1023, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45464, 438, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45465, 437, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45466, 436, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45467, 62, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45468, 452, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45469, 434, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45470, 433, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45471, 432, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45472, 72, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45473, 461, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45474, 519, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45475, 518, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45476, 517, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45477, 516, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45478, 515, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45479, 91, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45480, 546, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45481, 100, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45483, 553, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45484, 552, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45485, 572, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45486, 603, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45487, 382, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45488, 514, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45489, 520, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45490, 513, '_wp_old_date', '2026-01-23');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45496, 1012, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45855, 1030, '_wp_attached_file', '2026/01/Coverage-for-fertility-services-drugs-PM-Flyer-_PR9568-E-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45856, 1030, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:66:\"Coverage-for-fertility-services-drugs-PM-Flyer-_PR9568-E-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213071;}s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"Coverage-for-fertility-services-drugs-PM-Flyer-_PR9568-E-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19273;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"Coverage-for-fertility-services-drugs-PM-Flyer-_PR9568-E-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"Coverage-for-fertility-services-drugs-PM-Flyer-_PR9568-E-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8188;}}s:8:\"filesize\";i:385702;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45857, 1029, '_edit_lock', '1769720239:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45858, 1029, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45859, 1029, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45860, 1029, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45861, 1029, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45862, 1029, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45863, 1029, 'attachment', 1030);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45864, 1029, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45877, 832, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45878, 832, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45879, 41, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45880, 381, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45881, 380, '_wp_old_date', '2026-01-25');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45882, 379, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45883, 1027, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45884, 46, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45885, 147, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45886, 445, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45887, 444, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45888, 443, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45889, 1024, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45890, 441, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45891, 820, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45893, 55, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45894, 198, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45895, 1023, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45896, 438, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45897, 437, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45898, 436, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45899, 62, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45900, 452, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45901, 434, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45902, 433, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45903, 432, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45904, 72, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45905, 461, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45906, 519, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45907, 518, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45908, 517, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45909, 516, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45910, 515, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45911, 91, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45912, 546, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45913, 100, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45914, 553, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45915, 552, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45916, 572, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45917, 603, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45918, 382, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45919, 514, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45920, 520, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45921, 513, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45934, 1012, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45952, 125, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45968, 816, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45984, 1033, '_wp_attached_file', '2026/01/HS_GROGuide_2025_ENCA.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45985, 1033, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"HS_GROGuide_2025_ENCA-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294475;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"HS_GROGuide_2025_ENCA-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39602;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"HS_GROGuide_2025_ENCA-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"HS_GROGuide_2025_ENCA-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27618;}}s:8:\"filesize\";i:751488;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45986, 1032, '_edit_lock', '1769722030:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45987, 1032, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45988, 1032, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45989, 1032, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45990, 1032, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45991, 1032, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45992, 1032, 'attachment', 1033);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45993, 1032, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46074, 1040, '_wp_attached_file', '2026/01/Application-for-Education-Assistance-With-Fillable-Fields_Updated-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46075, 1040, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:75:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196034;}s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15319;}s:5:\"large\";a:5:{s:4:\"file\";s:84:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6610;}}s:8:\"filesize\";i:262759;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46076, 1039, '_edit_lock', '1769733261:3');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46077, 1039, '_edit_last', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46078, 1039, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46079, 1039, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46080, 1039, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46081, 1039, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46082, 1039, 'attachment', 1040);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46083, 1039, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46180, 1041, '_wp_attached_file', '2026/01/hinge-07.svg');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46181, 1041, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1580;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46198, 554, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46301, 272, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46763, 1044, '_edit_lock', '1770427423:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46764, 1044, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46765, 1045, '_wp_attached_file', '2026/02/CF_AE26_eGuide_CAN_FINAL_102125-1.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46767, 1045, '_relevanssi_pdf_content', '\nAnnual Enrollment 2026 \nDecision eGuide\nOctober 30 to  \nNovember 14, 2025\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 2\n\n \n\nAnnual Enrollment 2026 â€“  \nOctober 30 to November 14, 2025\n\nAs part of your CF Total Rewards, we offer a market-competitive benefits package along with the flexibility to \n\npersonalize it to meet the needs of you and your family. CF reviews market practices and trends among our \n\ncompetitors on an ongoing basis.  With healthcare and dental costs continuing to increase well beyond medical \n\ninflation each year, our competitors are shifting their cost-sharing approaches. CF will evaluate the existing cost \n\nsharing structure for the 2027 plan year to ensure we remain competitive and aligned with market practices.\n\nItâ€™s Annual Enrollment â€“ the time of year to review your options and purchase the coverage that is right for \n\nyou and your family using your Flex Credits. Reviewing your out-of-pocket expenses from the current year, \n\nas well as your planned expenses for the coming year, can help you determine what level of health and dental \n\ncoverage you need. \n\nTake the time to learn more about your options and make your selections for next year.\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2026, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                3\n\nYour 2026 Costs & Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . .                           4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . .                     4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . .                     4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                       4\n\nHealth Options â€“ At a Glance  . . . . . . . . . . . . . . . . . . . . . . . . . . . .                            5\n\nTake Charge of Your Well-being  . . . . . . . . . . . . . . . . . . . . . . . . .                         6\n\nDental Options â€“ At a Glance  . . . . . . . . . . . . . . . . . . . . . . . . . . . .                            7\n\nHealth Spending Account  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                               8\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                    8\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                      8\n\nAdoption Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                     8\n\nContacts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                                 9\n\nWhatâ€™s New for 2026\nCosts and Flex Credits\n\nHealthcare expenses continue to  \n\nclimb, with a 26% increase in claims  \n\nover the past 12 months. This upward \n\ntrend in claim activity, combined with \n\nongoing increases in the cost of  \n\nhealth care services, will result in  \n\nCosts and Flex Credit increases for both \n\nhealthcare options.\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 3\n\n \n\nEligibility and Enrollment \n\nThe elections you make during Annual Enrollment \n\nwill be effective from January 1, 2026, through  \n\nDecember 31, 2026. Once Annual Enrollment ends, \n\nyou cannot make changes during 2026 unless  \n\nyou experience a qualifying life event. Be sure to take \n\nthe following action:\n\nConsider Your Needs and Learn More \nAbout Your Options \nâ€¢ ï¿½Understand the personal needs of your family.  \n\nIf you have a qualifying life event, such as through \n\nmarriage or a new child, your benefit needs  \n\nmay have also changed. Carefully review your \n\noptions to see if you need to make adjustments or \n\nadd coverage. \n\nâ€¢ ï¿½Review your options for 2026. This guide provides \n\nan overview of your choices for 2026. Read it  \n\ncarefully and share it with your family so youâ€™re \n\nprepared to enroll. Visit CFTotalRewards.com/ca  \n\nfor even more information.\n\nDo You Need to Take Action?\n\nIf you do not enroll, your 2025 coverages will carry  \n\nforward to 2026, including your excess Flex Credit  \n\nelection. If you want to make changes to your \n\ncoverage, or change how your excess Flex Credits \n\nare allocated, you should take action during Annual \n\nEnrollment. Take the time to review your options to \n\ndecide if you want to make changes for next year.\n\nPlease Note â€“ Annual Enrollment is not  \n\navailable through the Workday mobile app.\n\nEnrolling a New Dependent?\n\nIf you add a new dependent to your coverage \n\nfor 2026, you must provide supporting \n\ndocumentation such as marriage certificate, \n\nbirth certificate, etc., to support your \n\ndependentâ€™s eligibility. As a reminder, if you \n\nhave a qualifying life event during the year, \n\nyou must submit the change and supporting \n\ndocumentation within 30 days of the event.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 4\n\nYour 2026 Costs & Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and Flex Credits are shown below. \n\nYou do not have to choose the same coverage level for \n\nhealth and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $1,218 $1,718 ($500) excess Flex Credits\n\nEmployee + 1 $2,167 $2,667 ($500) excess Flex Credits\n\nFamily $3,445 $3,945 ($500) excess Flex Credits\n\nOption 2\n\nSingle $2,011 $2,011 $0\n\nEmployee + 1 $3,581 $3,581 $0\n\nFamily $5,691 $5,691 $0\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $507 $932 ($425) excess Flex Credits\n\nEmployee + 1 $844 $1,269 ($425) excess Flex Credits\n\nFamily $1,429 $1,854 ($425) excess Flex Credits\n\nOption 2\n\nSingle $1,018 $1,018 $0\n\nEmployee + 1 $1,696 $1,696 $0\n\nFamily $2,871 $2,871 $0\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and a qualified dependent in dental coverage, your health coverage family status would be \n\nSingle and your dental coverage family status would be Employee + 1.\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 5\n\n \n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31. \n\nCoverage ends when you retire or reach age 70, whichever is earlier.\n\nEnhanced vision benefit providing annual exams covered at 100%.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a  \nlifetime maximum of $2,500\n\n100% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a \nlifetime maximum of $2,500\n\nVision Care Fixed benefit period renews every 2 years.  \nThe benefit period starts on 1/1/2025 and ends on 12/31/2026.\n\n  â€¢ Eye Exams** Annual eye exams covered at 100%\n\n  â€¢ ï¿½Eyeglasses, Contacts, Laser Surgery 100% up to $300 every 2 years for \nadults, $75 every year for children\n\n100% up to $300 every 2 years for \nadults, every year for children\n\nParamedical Services 70% 100%\n\n  â€¢ ï¿½Psychologists, social workers, \npsychotherapists, clinical counsellors $3,500 per person, per benefit year $3,500 per person, per benefit year\n\n  â€¢ ï¿½Max for all other specialists combined (e.g., \nnaturopaths, chiropractors, podiatrists, etc.) $500 per person, per benefit year $1,000 per person, per benefit year\n\nMedical Services and Equipment  \n(e.g., orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum  \nevery 3 years\n\n100% to a $2,000 maximum  \nevery 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a \nlifetime maximum of $2,000,000 per person for all services combined\n\n*ï¿½Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n**ï¿½Annual eye exam is excluded from the fixed benefit period. You may have an eye exam annually and the cost does not count toward the dollar \nmaximum in the benefit period.\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 6\n\nTake Charge of Your Well-Being\nCF is committed to providing comprehensive programs at no cost to you that help you \n\nfocus on your well-being. Visit CFTotalRewards.com/ca to learn more about the following: \n\nâ€¢ ï¿½Employee Assistance Program â€“ Confidential support, consultation, resources and \n\ninformation to help you and your household family members balance work and family as \n\nwell as manage personal difficulties.\n\nâ€¢ ï¿½Origin Financial â€“ CF Industries partners with Origin to provide employees with personal \n\naccess to local financial professionals that can help manage their finances. Unlimited \n\none-on-one meetings with these professionals come at no charge and can aid employees \n\nin reaching their financial goals or conquering a financial struggle.\n\nOrigin can help you:\n\n- Manage all the details of your finances including investments\n\n- Connect with a professional best suited for your unique financial needs\n\n- Reach your savings goals with a visual roadmap\n\n- Identify ways to pay off debt\n\n- Enhance your retirement portfolio\n\nEmail hereforyou@useorigin.com or visit  \n\nuseorigin.com for more information.\n\nQualifying Life Event Changes\n\nYou can make changes to your benefits at any time within the plan year if \n\nyou experience a qualifying life event. You have 30 days from the event to submit  \n\nyour change in Workday. You will have to submit proof of the event, such as a marriage  \n\nor birth certificate, along with your request. Your requested benefit change must be \n\nconsistent with the type of life event that you or your dependent experienced.\n\nLearn More\n\nLearn more about your  \n\nbenefits by scanning  \n\nthe QR code.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\nhttp://useorigin.com/\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 7\n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life. \n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\nCoverage ends when you retire or reach age 70, whichever is earlier.\n\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 8\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and  \n\ndental expenses. You can choose to deposit unused Flex Credits, through Sunlife, that you can use in your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢ ï¿½You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢ ï¿½The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nAdoption Assistance \nCF if committed to supporting your overall well-being, including your family life. The Adoption Assistance \n\nProgram provides up to $10,000 of reimbursement for eligible adoption-related expenses for finalized adoptions.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nCF Industries 2026 Annual Enrollment Decision eGuide â€“ Canada 9\n\nContacts\n\nBenefit Website / Email / Address Phone\n\nCF Industries Contacts\n\nCourtright Human Resources \nDepartment\n\ncourtrighthr@cfindustries.com (519) 867-2739  Ext 1903\n\nMedicine Hat Human Resources \nDepartment\n\nPO Box 1300 Medicine Hat, AB T1A-7R9 (403) 525-4339\n\nWorkday Workday Website\n\nBenefit Information CFTotalRewards.com/ca\n\nHealth and Dental\n\nSunlife sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nHealth Spending Account (HSA)\n\nSunlife sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nMedical Second Opinion\n\nSunlife â€“ Dialogue (800) 286-5614\n\nEmployee Assistance Program (EAP)\n\nComPsych (866) 465-8943\n\nLife and Disability\n\nSunlife sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nOn-site Health Center â€“ Medcor\n\nCourtright (519) 867-2739  Ext 1266\n\nMedicine Hat (403) 952-6791\n\nRetirement Benefits\n\nManulife (888) 727-7766\n\nFinancial Planning\n\nOrigin www.useorigin.com\n\nBusiness Travel and Emergency Services\n\nInternational SOS Member ID: 11BCMA000183\n\nPersonal Travel Insurance\n\nSunlife Medi-passport\n(800) 511-4610 (US & Canada) \n\n(519) 514-0351 (all other locations)\n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide changes \n\nany plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, nor is it intended \n\nto include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, and trust \n\nagreements. If there is any discrepancy between the information on this site and the governing documents, the governing documents \n\nwill take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, \n\nwithout notice, in accordance with applicable laws and regulations.	 Canada_102125\n\nCF Industries\n\n2375 Waterview Drive\n\nNorthbrook, IL 60062\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46768, 1045, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"CF_AE26_eGuide_CAN_FINAL_102125-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103856;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"CF_AE26_eGuide_CAN_FINAL_102125-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23108;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"CF_AE26_eGuide_CAN_FINAL_102125-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"CF_AE26_eGuide_CAN_FINAL_102125-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16597;}}s:8:\"filesize\";i:1300441;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46769, 1044, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46770, 1044, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46771, 1044, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46772, 1044, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46773, 1044, 'attachment', 1045);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46774, 1044, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46775, 1044, '_wp_old_slug', '2025-ca-annual-enrollment-guide-2');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48905, 1049, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48906, 1049, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48907, 1049, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48908, 1049, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48909, 1049, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48910, 1049, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48911, 1049, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48912, 1049, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48913, 1049, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48914, 1049, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48915, 1049, '_edit_lock', '1772423425:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48917, 1049, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48918, 1049, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48919, 1049, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48920, 1049, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1049\" /]');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48921, 1049, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48922, 1049, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48924, 1049, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48925, 1049, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48926, 1049, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48931, 1049, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48934, 1052, '_wp_attached_file', '2026/03/CF-Espresa-Banner.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48935, 1052, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2026/03/CF-Espresa-Banner.jpg\";s:8:\"filesize\";i:94552;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"CF-Espresa-Banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4748;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7557;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20243;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72765;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63084;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25179;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33931;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38333;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28764;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52308;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32069;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"CF-Espresa-Banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2025 Media_Photos/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48936, 1049, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48947, 1057, '_wp_attached_file', '2026/03/CF-Lifestyle-Spending-Account-Guidelines-CAN.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48949, 1057, '_relevanssi_pdf_content', '\nTM\n\nEligible Participants\n\nThe Espresa reimbursement is available to all full-time CAN employees and requires the employee to be active at the \ntime of payout to receive the reimbursement through CF Industries payroll (spouses and dependents are not eligible \nfor the Espresa platform or program). \n\nAdditionally, employees must submit any reimbursement requests and receive payment prior to their last day of \nemployment or retirement. Reimbursements will not be processed once an employee has separated from the \ncompany.\n\nAmount Available For Reimbursement \nâ€¢	 $500 CAD per program year\n\nâ–¡	 $300 will be allocated to the LSA wallet at the start of the program each year\nâ–¡	 $200 can be earned throughout the year by participating in the outlined well-being incentive programs that \n\ninclude event participation, preventive activities, challenges, and more. Each task you complete earns additional \ndollars, up to a maximum of $200 per year, in your Wallet to reimburse eligible expenses. \n\nâ€¢	 New hires are eligible for the full LSA amount for the calendar year in which they are hired. New hires are eligible for \nreimbursement the same month as their hire date.\n\nReimbursement Guidelines \nâ€¢	 Expenses must be incurred between January 1 and December 31 of the program year.\n\nâ–¡	 Unused funds expire at the end of the program year and do not carry over into the following year.\nâ–¡	 Final date to submit expenses for a given year is December 31 of the program year. Reimbursements may occur \n\nin January of the following year if submitted close to the year-end deadline. \nâ€¢	 Expenses must qualify for reimbursement via the following eligible expense guidelines set forth below.\nâ€¢	 Receipt / Documentation is required to receive reimbursement. Receipt must contain:\n\nâ–¡	 Date of Purchase\nâ–¡	 Description of Item / Service\nâ–¡	 Dollar Amount Paid\n\nReimbursement Process\n\nWeâ€™ve partnered with Espresa, a Personal BenefitsÂ® platform, making reimbursements even easier. Espresaâ€™s online \nand mobile app allow you to upload receipts directly for approval in real-time. Hereâ€™s how you get started and submit \nyour first claim.\n\nâ€¢	 New user? Steps for accessing Espresa for the first time (use either desktop or mobile to register):\n\nâ–¡	 Desktop Site: Visit https://espresa.com/login. Enter your CF Industries email address and select â€œNextâ€. \n\nâ–¡	 To set up your password for the first time, please click â€œForgot Passwordâ€ and password instructions will be sent \nto your CF Industries email address. \n\nâ€¢	 Note: You must use your CF Industries email address to register for Espresa. If you try to register for an \naccount with a personal email address, you will receive an error. Trouble creating your account? Please reach \nout to support@espresa.com. \n\nâ–¡	 Mobile App: Download the Espresa app on iOS or Google Play. After downloading the app, click â€œLog Inâ€ and \nenter your CF Industries email address. Select â€œNextâ€.\n\nCAN Lifestyle Spending Account  \n(LSA) Plan Guidelines\nYour total well-being is part of CF Industriesâ€™ commitment to keeping a healthy  \nand happy workforce. Thatâ€™s why weâ€™re happy to offer Espresa reimbursements to  \nsupport your health and well-being!\n\nhttps://espresa.com/login\nmailto:support%40espresa.com?subject=\nhttps://apps.apple.com/us/app/espresa/id1061682973\nhttps://play.google.com/store/apps/details?id=com.espresa.client&hl=en_US&gl=US&pli=1\n\n\nTM\n\nâ–¡	 To set up your password for the first time, please click â€œForgot Password,â€ and password instructions will be sent \nto your CF Industries email address.\n\nâ€¢	 Note: You must use your CF Industries email address to register for Espresa. If you try to register for an \naccount with a personal email address, you will receive an error. Trouble creating your account? Please reach \nout to support@espresa.com. \n\nâ€¢	 Returning user? Follow these steps for logging back into Espresa:\n\nâ–¡	 Desktop Site: Visit https://espresa.com/login. Log in with your CF Industries email address and password you \npreviously set up.\n\nâ–¡	 Mobile App: Open your Espresa app on iOS or Google Play. Log in with your CF Industries email address and \npassword you previously set up.\n\nâ–¡	 If you forget your password after creating your account, click â€œForgot Passwordâ€, and instructions on how \nto reset your credentials will be sent to your CF Industries email. \n\nâ€¢	 Submitting a Reimbursement: \n\nâ–¡	 Log into Espresa (Mobile or Desktop).\nâ–¡	 Click on the LSA Wallet tile.\nâ–¡	 Read Instructions and Documentation.\nâ–¡	 Enter expense description, amount being \n\nclaimed and any comments (if applicable).\nâ–¡	 Attach receipt and click â€œSubmitâ€.\nâ–¡	 After submitting, you will receive an email \n\nconfirmation to let you know your claim is \nin review.\n\nâ–¡	 Determination of a reimbursement request \nwill generally be made before the end of the \nmonth that the request is received, unless \nadditional information  \nis requested.\nâ€¢	 If the Espresa team has any questions about your claim, they will reach out through the convenient in-claim \n\nchat, and you will be notified via email and/or a push notification from the app when you have a new message \nto review.\n\nâ–¡	 Once your claim is approved, you will receive an email notification with confirmation and you will be paid out \nin your paycheck in the month following approval (e.g., a request approved in August will be reimbursed in \nSeptember). Please allow up to 1-2 pay cycles after claim approval to see reimbursement.\n\nAdditional Details\nâ€¢	 You must be employed at CF Industries at the time of the payout to be reimbursed, and any remaining LSA balances \n\nwill be forfeited at the time of employee termination \n	 a.  Even if expenses are submitted prior to termination, payout can only occur while the employee is active. \n\nâ€¢	 In general, approved requests will be reimbursed via payroll (included in your paycheck) in the month following \napproval (e.g., a request approved in January will be reimbursed in February). Please allow up to 1-2 pay cycles after \nclaim approval to see reimbursement. \n\nâ€¢	 Reimbursements are considered taxable income and subject to applicable Canadian payroll deductions. You \nwill have access to the Espresa platform through your last day of employment at CF Industries.\n\nâ€¢	 The claims administrator for your Lifestyle Spending Account Reimbursement Program is Espresa. Please see the \nFAQs Section at the end of this document for more details.\n\nâ€¢	 Credit card statements or screenshots from banking accounts alone will not be accepted.\n\n1Â©Espresa. All rights reserved. | Espresa, Inc. â€“ Confidential and Proprietary\n\nSubmitting a Reimbursement\n\nOnce youâ€™ve submitted your reimbursement claim, youâ€™ll see \na pop-up message letting you know your submission to \n\nEspresaâ€™s team was successful. \nWhen Espresaâ€™s team reviews your information, they will use \n\nthe platform to communicate with you if there is any \nadditional information needed, or to alert you that your claim \n\nhas been processed.\n\nFill out the New Request form to submit your \nreimbursement. All fields marked with an asterisk (*) are \n\nrequired.\nOnce your form is complete and your receipt is \n\nattached, click SUBMIT to send your request for review.\n\nmailto:support%40espresa.com?subject=\nhttps://espresa.com/login\nhttps://apps.apple.com/us/app/espresa/id1061682973\nhttps://play.google.com/store/apps/details?id=com.espresa.client&hl=en_US&gl=US&pli=1\n\n\nTM\n\nExpense Guidelines for Reimbursement \n\nProvided below for each category shown are examples of items that are eligible and ineligible for reimbursement. \nThese are only examples. CF Industries and Espresa, as the plan adjudicator, reserve the right in their sole discretion to \ndetermine whether an expense is eligible for reimbursement.\n\nCategory Eligible Expenses Ineligible Expenses\n\nPhysical  \nWell-being\n\nâ€¢	Gym/sports club membership or joining fees\nâ€¢	Fitness Classes and Class Packages\nâ€¢	Race Entry Fees\nâ€¢	Sports League Fees\nâ€¢	Sports Equipment and Repair (i.e., bicycle, helmet, bike \n\nshoes, basketball, baseball, skateboards, hockey, softball, \ntennis, golf, hiking boots, ski/snowboard, etc.)\n\nâ€¢	Personal Trainer Fees\nâ€¢	Online fitness apps/workout apps/premium memberships \n\n(i.e., Peloton, Apple Fitness, Google Fit, etc.)\nâ€¢	Home spa items, including (but not limited to) Cold Plunge \n\nor Sauna\nâ€¢	Weight management apps/coaching (i.e. Noom, Weight \n\nWatchers, MyFitnessPal, Lose It!, Certified Nutrition Coach, \netc.)\n\nâ€¢	Home Exercise Equipment (i.e., Elliptical, indoor bike/\ntrainers, stair climbers, treadmills, dumbbells, weight racks, \nbenches, kettlebells, bands, exercise balls, yoga accessories, \netc.)\n\nâ€¢	Wearable Fitness Trackers (Fitbit, Garmin, Oura Ring, Polar, \nor similar)\n\nâ€¢	Sports Recovery Equipment (foam roller, handheld massage \ngun, etc.) \n\nâ€¢	Scale / Smart Scale\nâ€¢	Sleep Support (Blackout curtains, sleep masks, weighted \n\nblankets, sleep support apps)\nâ€¢	Virtual Fitness Games (Supernatural VR Fitness, Dance Pad, \n\netc.)\nâ€¢	Athletic, Ergonomic Shoes, or Hiking Boots\nâ€¢	Hiking Equipment\nâ€¢	Smoking Cessation not covered by insurance (therapy, \n\ncounseling, non-smoking apps, gum, or patches)\nâ€¢	Nutrition coaching/Registered Dietitian not covered under \n\nthe medical plan\nâ€¢	Meal delivery\n\nâ€¢	Medical, Dental, Vision Expenses \nâ€¢	Medication \nâ€¢	Chiropractor, Physical Therapy, Acupuncture \nâ€¢	Cosmetic Procedures\nâ€¢	Video Game Consoles\nâ€¢	Clothing, including Activewear\nâ€¢	Furniture\nâ€¢	Motorized Sports Equipment\nâ€¢	Please note that firearms, ammunition, \n\nweapons, and any related products are \nineligible for reimbursement under the \nLifestyle Spending Account.\n\nFinancial \nWell-being\n\nâ€¢	Financial Advisor\nâ€¢	Retirement Planning Services\nâ€¢	Identity Theft/Protection Services\nâ€¢	Tax Preparation Services\nâ€¢	Legal Services, related to financial and estate planning \n\nservices\n\nâ€¢	Taxes due or paid to government tax agency\nâ€¢	Home Down Payment\nâ€¢	Mortgage Payments\nâ€¢	Home Utility Bills\nâ€¢	Loan Payments \n\nSocial  \nWell-being\n\nâ€¢	CPR/AED/First Aid Classes\nâ€¢	Volunteer/Mission trip transportation and lodging\nâ€¢	Language Courses/Classes\nâ€¢	Social Club Memberships\n\nâ€¢	Alcohol\nâ€¢	Food and beverages\n\n\n\nTM\n\nCategory Eligible Expenses Ineligible Expenses\n\nEmotional  \nWell-being\n\nâ€¢	Mindfulness / Meditation Programs, Classes, and Apps \nâ€¢	Massage and Reiki\nâ€¢	Hobbies (examples: Art, Horseback Riding, Fishing, \n\nGardening, Photography, Woodworking, Cooking, Dance, \nMusic Lessons)\n\nâ€¢	Individual Coaching and Couples Coaching\nâ€¢	Books / Audiobooks\nâ€¢	Puzzles and coloring books Career/Personal Growth (Books, \n\nCoaching Programs)\n\nâ€¢	Qualified medical expenses covered under the \nhealth plan, such as psychiatrists, therapists, \netc.\n\nFamily  \nWell-being\n\nâ€¢	Nanny or sitter for your dependent child(ren)/adult\nâ€¢	Surrogacy Fees\nâ€¢	Dependent Support (childcare or eldercare expenses)\nâ€¢	Homeschool Resources (books, expenses, tutoring)\nâ€¢	Family support apps\nâ€¢	Pet Support (Pet Sitter/Walker, Pet Training, Pet Daycare/\n\nBoarding, Pet Insurance, Adoption, Spay/Neuter)\n\nâ€¢	Expenses covered by Dependent Care FSA\nâ€¢	Expenses covered by another reimbursement \n\nprogram\nâ€¢	Qualified medical expenses covered under \n\nhealth plan, such as fertility treatments\n\nAdditional Plan Exclusions\nâ€¢	 Purchases/expenses incurred prior to the beginning of the current year     \n\nâ€¢	 Purchases/expenses incurred prior to your employment with CF Industries     \n\nâ€¢	 Any purchases/expenses that are not aligned to CF Industries Code of Conduct \n\nâ€¢	 Expenses incurred by/for partners or dependents (other than those noted as otherwise eligible)\n\nâ€¢	 Expenses that do not fall within one of the eligible reimbursement categories listed above\n\nâ€¢	 Expenses that were already reimbursed by another CF Industries plan or program\n\nâ€¢	 Expenses related to guns, weapons, ammunition/powder, and parts\n\nâ€¢	 Gift cards or converting to cash alternatives\n\nFrequently Asked Questions\nQ: I am a new hire. How does my funding work?\n\nA: New hires will receive access to their Lifestyle Spending Account within the first 30 days of their hire date. \n\nQ: Is the reimbursement amount taxable?  \n\nA: Yes, this benefit is considered taxable income and will be processed through payroll. The reimbursed amount will be \nsubject to applicable Canadian payroll deductions, including federal and provincial income tax, Canada Pension Plan \n(CPP), and Employment Insurance (EI) contributions.\n\nPlease note that CF and Espresa do not provide tax advice. If you have questions about how this benefit may affect \nyour taxes, please consult your tax advisor.\n\nQ: Are my familyâ€™s expenses reimbursable?  \n\nA: This benefit is for employees only, but we understand some gyms and other services offer family pricing packages, \nso employees can submit the receipt for a family membership in these cases, and it will be accepted, but the \nreimbursed amount will reflect the amount related to the employee only. Similarly, expenses related to dependents or \nfamily members will also be accepted, based on eligibility criteria. \n\n\n\nTM\n\nQ: What if my receipt is in my spouse or partnerâ€™s name? \n\nA: We understand if some receipts are in a spouse or partnerâ€™s name. This is acceptable. Please include the required \nreceipt documentation: \n\nâ–¡	 Employee Name\nâ–¡	 Date of Purchase\nâ–¡	 Description of Item / Service\nâ–¡	 Dollar Amount Paid\n\nIf any of the above information is missing from the receipt image, please include it via writing on the physical \ncopy of the receipt. \n\nQ: What if my online subscription includes more than just fitness? (i.e., Apple One membership includes tv, \nmusic, arcade, cloud, news, and fitness)\n\nA: You can only claim the fitness portion of your subscription. For example, if you purchased an Apple One \nmembership, you can claim the Fitness+ portion of the subscription fee (currently $9.99/month).\n\nQ: What if I cannot produce a receipt?\n\nA: We cannot approve claims without some form of receipt/documentation. A credit card statement is not an  \nacceptable option. \n\nQ: How do I submit a receipt for items I paid in cash (i.e. used equipment, babysitting)\n\nA: Payment apps may be used, but you must be able to produce a receipt. If the item was purchased through \nFacebook Marketplace, Craigslist, or another platform, please have the seller create a receipt or submit the listing and/\nor e-transfer transaction as your documentation. \n\nQ: I am having trouble uploading my receipt as an attachment to the claim.\n\nA: Espresa allows the following formats: png, jpeg, jpg, pdf, doc, docx, xls, xlsx. If you are still having trouble, please \nreach out to support@espresa.com for further assistance. \n\nQ: What happens if my claim is denied but I believe itâ€™s eligible?\n\nA: If your claim is denied and youâ€™d like to appeal the decision, you can open a support ticket by emailing \n support@espresa.com with why you feel the claim is eligible and any supporting documentation. The matter will then \nbe escalated for review and a final status determination will be made. To improve the approval process, employees \nshould write in the Category and Eligible Expense details from the approved list above when submitting a claim.\n\nQ: If I do not submit claims for the full reimbursement amount, can any remaining balance be rolled over to the  \nnext year?\n\nA: No, unused balances will not be rolled over to the following program year. If you do not use the full benefit, the \nremaining balance will be forfeited at the end of the year. \n\nQ: Iâ€™m leaving CF Industries, when is the deadline for me to claim my Lifestyle Spending Account \n reimbursement claim? \n\nA: You have until your last day of work to submit and be paid out for your claim for reimbursement through Espresa.       \n\nQ: I missed the deadline to claim my reimbursement benefit, what can I do?\n\nA: Employees must submit all claims between the program year incurred January 1 - December 31. Unfortunately, \nthere are no exceptions.\n\nmailto:support%40espresa.com?subject=\nmailto:support%40espresa.com?subject=\n\n\nTM\n\nQ: Am I eligible for this benefit if Iâ€™m on a leave of absence? \n\nA: Expenses incurred prior to the commencement of an approved leave of absence are eligible to receive \nreimbursement. However, expenses incurred during any leave of absence are not eligible for reimbursement. \n\nQ: What if I have concerns or questions about the eligibility of my expense before I submit it? \n\nA: If you want further clarity on the eligibility of an item you would like to get reimbursed for, you may contact  \nsupport@espresa.com. \n\nImportant Notice \nThis booklet is intended to help you understand the main features of the CF Industries Espresa reimbursement benefit \nfor eligible employees. All terms and conditions of the program, including your eligibility and any benefits, will be \ndetermined by employer in its sole discretion. \n\nCF Industries may, in its sole discretion, modify, amend, suspend or terminate any and all of its HR policies, programs, \nplans and benefits, including those described in this booklet, in whole or in part, at any time, without notice to or \nconsent of any participant, employee or former employee to the extent permissible under applicable law.\n\nNothing contained in this booklet is intended to constitute or create a contract of employment, nor shall it constitute \nor create the right to remain associated with or in the employ of CF Industries for any particular period of time. In \naddition, no oral or written statements made by anyone acting on CF Industriesâ€™ behalf are intended to create the right \nto remain associated with or in the employ of CF Industries for any particular period of time.\n\nmailto:support%40espresa.com?subject=\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48950, 1057, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"CF-Lifestyle-Spending-Account-Guidelines-CAN-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245150;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"CF-Lifestyle-Spending-Account-Guidelines-CAN-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15766;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"CF-Lifestyle-Spending-Account-Guidelines-CAN-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"CF-Lifestyle-Spending-Account-Guidelines-CAN-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6357;}}s:8:\"filesize\";i:604386;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48951, 1058, '_edit_lock', '1772455278:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48952, 1058, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48953, 1058, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48954, 1058, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48955, 1058, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48956, 1058, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48957, 1058, 'attachment', 1057);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48958, 1058, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48962, 1060, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48963, 1060, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48964, 1060, '_menu_item_object_id', 1049);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48965, 1060, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48966, 1060, '_menu_item_target', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48967, 1060, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48968, 1060, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48969, 1060, '_menu_item_url', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48971, 41, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48972, 381, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48973, 380, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48974, 379, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48975, 1027, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48976, 46, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48977, 147, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48978, 445, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48979, 444, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48980, 443, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48981, 1024, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48982, 441, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48983, 820, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48985, 55, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48986, 198, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48987, 1023, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48988, 438, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48989, 437, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48990, 436, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48991, 62, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48992, 452, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48993, 434, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48994, 433, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48995, 432, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48996, 72, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48997, 461, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48998, 519, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (48999, 518, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49000, 517, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49001, 516, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49002, 515, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49003, 91, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49004, 546, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49005, 100, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49006, 553, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49007, 552, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49008, 572, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49009, 603, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49010, 382, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49011, 514, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49012, 520, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49013, 513, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49292, 41, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49293, 381, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49294, 380, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49295, 379, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49296, 1027, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49297, 46, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49298, 1060, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49299, 147, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49300, 445, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49301, 444, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49302, 443, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49303, 1024, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49304, 441, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49305, 820, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49306, 55, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49307, 198, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49308, 1023, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49309, 438, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49310, 437, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49311, 436, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49312, 62, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49313, 452, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49314, 434, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49315, 433, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49316, 432, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49317, 72, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49318, 461, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49319, 519, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49320, 518, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49321, 517, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49322, 516, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49323, 515, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49324, 91, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49325, 546, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49326, 100, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49327, 553, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49328, 552, '_wp_old_date', '2026-03-01');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49330, 572, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49331, 603, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49336, 382, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49337, 514, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49338, 520, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49339, 513, '_wp_old_date', '2026-03-01');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49574, 1064, '_edit_lock', '1772749666:1');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49575, 1064, '_edit_last', 1);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49579, 1065, '_wp_attached_file', '2026/03/CF_eGuide_CAN_022726-Final.pdf');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49581, 1065, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_eGuide_CAN_022726-Final-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98355;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_eGuide_CAN_022726-Final-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20925;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_eGuide_CAN_022726-Final-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64379;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_eGuide_CAN_022726-Final-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14749;}}s:8:\"filesize\";i:1906289;}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49582, 1065, '_relevanssi_pdf_content', '\nA Guide to Your \nCF Benefits\n\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n2\n\n \n\nAn Introduction to Your Benefits \n\nWelcome to CF Industries! You represent what makes us uniquely CF, and we are proud to provide programs \n\nto help you be your best inside and outside of work. While there is a variety to choose from, the benefits and \n\nprograms you choose to use are powered by you\n\nThe coverage you choose is effective for the benefit year,  \n\nJanuary 1 to December 31, 2026, and you cannot make changes  \n\nduring the year unless you have a qualifying life event.\n\nWhatâ€™s Inside\nEligibility and Enrollment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                3\n\nYour Flex Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                         4\n\nAnnual Costs for Health Coverage . . . . . . . . . . . . . . . . . . . . .                     4\n\nAnnual Costs for Dental Coverage . . . . . . . . . . . . . . . . . . . . .                     4\n\nOpt-Out Credits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                       4\n\nHealth Options â€“ At a Glance  . . . . . . . . . . . . . . . . . . . . . . . . . . . .                            5\n\nTake Charge of Your Well-being  . . . . . . . . . . . . . . . . . . . . . . . . .                         6\n\nFamily Forming Benefits  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                7\n\nDental Options â€“ At a Glance  . . . . . . . . . . . . . . . . . . . . . . . . . . . .                            8\n\nHealth Spending Account  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                               9\n\nEducation Assistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                    9\n\nDisability Insurance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                      9\n\nContacts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .                                                10\n\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n3\n\nEligibility and Enrollment \n\nEligibility\nYou are eligible to enroll in all benefits on your date \n\nof hire if you are a regular, full-time employee. You \n\nalso can enroll your spouse and eligible dependents. \n\nEnrolling \nAs a new employee, you must enroll for benefits \n\nwithin 30 days of your hire date. Enrollment for \n\nhealth, dental, voluntary life and voluntary  \n\naccident coverage is only available during the \n\nAnnual Enrollment periods or if you experience a  \n\nlife event change.\n\nMaking Changes During the Year\nIn general, you cannot make changes to your \n\nelections outside of being a new hire or during \n\nAnnual Enrollment unless you have a qualifying \n\nlife event. You have 30 days from a qualifying life \n\nevent to submit your change request and provide \n\nsupporting documentation. Examples of life event \n\nchanges include a change in:\n\nâ€¢ Legal marriage or one year of cohabitation\n\nâ€¢ Legal separation or divorce\n\nâ€¢ ï¿½Change in number of dependents (e.g., birth, \n\nadoption, death of spouse or dependent, \n\nineligibility due to age)\n\nâ€¢ ï¿½Change in a spouse or dependentâ€™s eligibility status \n\n(e.g., a dependent child is no longer eligible, spouse \n\nloses employment coverage)\n\nâ€¢ ï¿½Change in eligibility of seniorâ€™s coverage (applicable \n\nin certain provinces after the age of 65)\n\nHow to Elect Benefits\nTo make your election, log in to Workday and then \n\nclick the Benefits icon. â€‹\n\nEligible Dependents\n\nThe following dependents are eligible  \n\nfor benefits:\n\nâ€¢ ï¿½Spouse (e.g., person you are legally  \n\nmarried to or domestic partner you  \n\nhave been cohabitating with based on \n\nprovincial requirements)\n\nâ€¢ ï¿½Employeeâ€™s children and spouseâ€™s children \n\nunder the age of 21 and unmarried*\n\nâ€¢ ï¿½Employeeâ€™s children and spouseâ€™s  \n\nchildren under the age of 25, unmarried  \n\nand full-time students at a recognized  \n\npost-secondary institution*\n\nâ€¢ ï¿½Employeeâ€™s children and spouseâ€™s  \n\nchildren of any age, unmarried and unable \n\nto care for themselves due to a mental  \n\nor physical disability that occurred before \n\nthe age of 21, or before the age of 25 while  \n\na full-time student at a recognized  \n\npost-secondary institution**\n\n* ï¿½Dependent(s) will receive coverage until an employee no \nlonger qualifies for said coverage or they are no longer \neligible due to marital status and/or graduation from a \npost-secondary institution.\n\n** ï¿½Proof of your child(ren)â€™s disability and/or school \nenrollment information must be provided.\n\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n4\n\n \n\nYour Flex Credits \n\nCF provides you with Flex Credits each year  \n\nbased on your enrolled family status. You can  \n\nuse your Flex Credits to:\n\nâ€¢ Purchase health coverage\n\nâ€¢ Purchase dental coverage\n\nExcess Flex Credits can be:\n\nâ€¢ Allocated to a Health Spending Account (HSA), or\n\nâ€¢ Taken as taxable cash through bi-weekly payroll credit\n\nThe benefit costs and number of Flex Credits needed \n\nare shown below. You do not have to choose the same \n\ncoverage level for health and dental coverage.\n\nAnnual Costs for Health Coverage\n\nAnnual Costs for Dental Coverage\n\nOpt-Out Credits\nIf you have coverage under your spouseâ€™s program or \n\nwith another private insurer, you can choose to opt out \n\nof health coverage. If you opt out of health coverage, \n\nyou must provide proof of alternate coverage. You can \n\nopt out of the dental program without providing proof \n\nof alternate coverage.\n\nIf you opt out of both health and dental coverage, \n\nyou will receive â€œopt outâ€ credits, which can be taken \n\nas taxable cash through a bi-weekly payroll credit or \n\ndeposited into a Health Spending Account.\n\nAnnual Opt-Out Credits\n\nMedical $750\n\nDental $688\n\nWhatâ€™s Your Family Status?\n\nYour family status is based on who you are enrolling in coverage. If you are enrolling yourself only in health \n\ncoverage and you and your spouse in dental coverage, your health coverage family status would be Single and \n\nyour dental coverage family status would be Employee + 1.\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $507 $932 ($425) excess Flex Credits\n\nEmployee + 1 $844 $1,269 ($425) excess Flex Credits\n\nFamily $1,429 $1,854 ($425) excess Flex Credits\n\nOption 2\n\nSingle $1,018 $1,018 $0\n\nEmployee + 1 $1,696 $1,696 $0\n\nFamily $2,871 $2,871 $0\n\nIf You \nChoose Cost Flex \n\nCredits Difference\n\nOption 1\n\nSingle $1,218 $1,718 ($500) excess Flex Credits\n\nEmployee + 1 $2,167 $2,667 ($500) excess Flex Credits\n\nFamily $3,445 $3,945 ($500) excess Flex Credits\n\nOption 2\n\nSingle $2,011 $2,011 $0\n\nEmployee + 1 $3,581 $3,581 $0\n\nFamily $5,691 $5,691 $0\n\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n5\n\n*ï¿½Sun Life will reimburse your drug expenses up to the â€œlowest cost alternativeâ€ amount for your prescription. See the health benefit section in the \nemployee handbook for more information. Prior authorization is required for some drugs. You can find a list of drugs by going to mysunlife.ca and \nselecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. \n\n**ï¿½Annual eye exam is excluded from the fixed benefit period. You may have an eye exam annually and the cost does not count toward the dollar \nmaximum in the benefit period.\n\nHealth Options â€“ At a Glance \n\nYou have the choice of two Health Options through Sun Life. Unless otherwise noted, the maximums listed per \n\ninsured person are featured below. Per-year maximums refer to the benefit year, which is January 1 to December 31.\n\nBenefit Option 1 Option 2\n\nPrescription Drugs*\n\n70% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a  \nlifetime maximum of $2,500\n\n100% \n\nIncludes smoking cessation and  \nanti-obesity drugs (limits apply) \n\nIncludes fertility drugs up to a \nlifetime maximum of $2,500\n\nVision Care Fixed benefit period renews every 2 years.  \nThe benefit period starts on 1/1/2025 and ends on 12/31/2026.\n\n  â€¢ Eye Exams** Annual eye exams covered at 100%\n\n  â€¢ ï¿½Eyeglasses, Contacts, Laser Surgery 100% up to $300 every 2 years for \nadults, $75 every year for children\n\n100% up to $300 every 2 years for \nadults, every year for children\n\nParamedical Services 70% 100%\n\n  â€¢ ï¿½Psychologists, social workers, \npsychotherapists, clinical counsellors $3,500 per person, per benefit year $3,500 per person, per benefit year\n\n  â€¢ ï¿½Max for all other specialists combined (e.g., \nnaturopaths, chiropractors, podiatrists, etc.) $500 per person, per benefit year $1,000 per person, per benefit year\n\nMedical Services and Equipment  \n(e.g., orthotics) 70% 100%\n\nAmbulance 100%\n\nHospital 70% for semi-private room 100% for semi-private room\n\nHearing Aids 100% to a $1,000 maximum  \nevery 3 years\n\n100% to a $2,000 maximum  \nevery 3 years\n\nPrivate Duty Nursing $15,000 maximum every 3 years $15,000 maximum every 3 years\n\nFertility Treatment $20,000 lifetime maximum\n\nOut-of-Province/Country Out-of-Province/Country emergency services and referral services â€“ up to a \nlifetime maximum of $2,000,000 per person for all services combined\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n6\n\n \n\nTake Charge of Your Well-Being\n\nCF is committed to providing comprehensive programs at not cost to you that help you focus on \n\nyour well-being. Visit CFTotalRewards.com/ca to learn more about the following: \n\nâ€¢ ï¿½Employee Assistance Program â€“ Confidential support, consultation,  \n\nresources and information to help you and your household  \n\nfamily members balance work and family as well as  \n\nmanage personal difficulties.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n7\n\nFamily Forming Benefits \n\nGrowing your family is an important chapter â€“ and weâ€™re here to support you along the way. Whether itâ€™s fertility \n\nbenefits, adoption assistance, or time off to spend with your new family member, our programs are designed to \n\nhelp you navigate this journey with confidence. \n\nPaid Parental Leave \nCF Industries provides Paid Parental Leave (PPL) to \n\nsupport your time away from work to bond with your \n\nnew family member â€“ whether they be newborn or \n\nnewly adopted. Regular, active full-time employees \n\nare eligible for CF Paid Maternity top-up and Paid \n\nParental Leave top-up (PPL) benefits after the \n\ncompletion of 12 months of service. This leave applies \n\nto both birth moms and non-birth parents. \n\nThe amount you receive is based on the difference \n\nbetween your regular base pay and the benefits \n\nyouâ€™re entitled to under Employment Insurance (EI).  \n\nCF Industriesâ€™ Maternity and Paid Parental Leave \n\nprovides 100% of base pay for up to 15 weeks. Birth \n\nmothers receive 13 weeks of full pay under Maternity \n\nLeave and may apply for an additional two weeks  \n\nof top-up through CF paid Parental Leave, for a \n\ntotal of 15 weeks of paid leave.  Non-birth parents \n\nare eligible for up to two weeks of paid leave at \n\n100% of base pay under Paid Parental Leave. Your \n\nCF Maternity and Paid Parental Leave works in \n\ncoordination with Employment Insurance (EI) to \n\nprevent duplication of benefits.\n\nPlease note, there is a total of one-week waiting \n\nperiod for Employment Insurance per family \n\nper leave. During this time, Paid Parental top-up \n\nbenefits will be paid by CF Industries. Learn more at \n\nCFTotalRewards.com/ca. \n\n Adoption Assistance Program\nIf you are interested in adoption, you may be eligible \n\nfor reimbursement of up to $10,000 CAD from CF \n\nIndustries for Qualified Adoption Expenses. This \n\ncan include adoption agency fees, legal fees, travel \n\ncosts and more. To learn more about this program, \n\nsearch â€˜Adoption Assistance Programâ€™ on The Loop \n\nto review the HR Policy.\n\nSun Life Fertility Benefits\nCF Industries offers a range of fertility benefits for \n\nthose enrolled in health coverage through Sun Life.\n\nFertility treatment medications are covered up to a \n\nlifetime maximum of $2,500 per person. In addition to \n\nthe fertility drugs, fertility treatments are also covered \n\nup to a lifetime maximum of $20,000 per person.\n\nFor additional information, or to review/discuss \n\ncoverage for specific fertility treatments, please \n\ncontact Sun Life by calling (800) 361-6212.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n8\n\n \n\nDental Options â€“ At a Glance \n\nYou have the choice of two Dental Options through Sun Life.\n\nBenefit Option 1 Option 2\n\nBasic and Preventive Treatments \n(e.g., Cleanings, Fluoride, X-rays, \nFillings, Extractions) Recall Exams \nInclude 2 Units of Scaling\n\n100% \n\nCheck-ups every 9 months for adults,  \n6 months for children\n\n100% \n\nCheck-ups every 6 months\n\nEndodontic and Periodontic \nTreatments (e.g., Root Canals, \nTreatments for Gum Disease)\n\n70% 90%\n\nMajor Restorative Procedures  \n(e.g., Bridgework, Crowns, Inlays \nand Onlays)\n\n50% 60%\n\nCombined Maximum for Above \nBenefits per Year $1,500 $2,000\n\nOrthodontia Not covered\nCovered for adults and children \n\n50% coinsurance up to $2,000 lifetime \nmaximum\n\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n9\n\nHealth Spending Account\nCF Industries offers a Health Spending Account (HSA) that you can use to pay for out-of-pocket health and dental \n\nexpenses. You can choose to deposit unused Flex Credits into your HSA.\n\nThe HSA has two important tax advantages:\n\nâ€¢ ï¿½You are not taxed on the Flex Credits deposited into your account.\n\nâ€¢ ï¿½The reimbursements you receive from your account are not taxable.\n\nIf you donâ€™t spend your HSA balance during the benefit year, you can carry forward unused credits to the next \n\nyear. Carryover credits that have not been used by the end of the second year will be forfeited as required by the \n\nCanada Revenue Agency.\n\nEducation Assistance \nThe Education Assistance Program helps you further your knowledge, skills and job effectiveness through higher \n\neducation. You may qualify for reimbursement of up to $10,000 of eligible tuition costs in a calendar year with \n\nmanagement approval. Learn more about the education assistance benefits. \n\nCF also supports your professional development by reimbursing 100% of completed courses and exams with \n\nsatisfactory results that are relative to your professional role, but apart from an educational degree program. \n\nProfessional development should be discussed and approved with your manager during the annual performance \n\nplanning process.\n\nDisability Insurance \nCF provides you with Short-Term Disability (STD) and Basic Long-Term Disability (LTD) automatically at no cost  \n\nto you. Disability insurance can be a valuable source of income if you are ill, injured and/or unable to work.\n\nPlan Benefit\n\nShort-Term Disability Continues at 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks.\n\nLong-Term Disability\nTaxable benefit that pays 66.67% of your base salary (up to a maximum monthly benefit of $10,000) \n\nafter 26 weeks of disability.\n\nhttps://lsk.yzp.mybluehost.me/website_441840fc/Docs Global/Education Assistance Benefits SPD - rev. Jan 2017.pdf\n\n\nA Guide to Your CF Benefits â€“ Canada \n022726\n\n10\n\nBenefit Website / Email / Address Phone\n\nCF Industries Contacts\n\nCourtright Human Resources \nDepartment\n\ncourtrighthr@cfindustries.com (519) 867-2739  Ext 1903\n\nMedicine Hat Human Resources \nDepartment\n\nPO Box 1300 Medicine Hat, AB T1A-7R9 (403) 525-4339\n\nWorkday Workday Website\n\nBenefit Information CFTotalRewards.com/ca\n\nHealth and Dental\n\nSun Life sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nHealth Spending Account (HSA)\n\nSun Life sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nMedical Second Opinion\n\nSun Life â€“ Dialogue\nsunlife-support@dialogue.co\n\nhelp.dialogue.co/en\n\nEmployee Assistance Program (EAP)\n\nComPsych (866) 465-8943\n\nLife and Disability\n\nSun Life sunlife.ca/member  |  Program Number: 50621 (800) 361-6212, M-F, 6 a.m. to 6 p.m. MDT\n\nOn-site Health Center â€“ Medcor\n\nCourtright (519) 867-2739  Ext 1266\n\nMedicine Hat (403) 952-6791\n\nRetirement Benefits\n\nManulife (888) 727-7766\n\nFinancial Planning\n\nOrigin www.useorigin.com\n\nBusiness Travel and Emergency Services\n\nInternational SOS Member ID: 11BCMA000183\n\nPersonal Travel Insurance\n\nSun Life Medi-passport\n(800) 511-4610 (US & Canada) \n\n(519) 514-0351 (all other locations)\n\nContacts\n\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\nhttps://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\nhttps://lsk.yzp.mybluehost.me/website_441840fc/ca/\nhttp://help.dialogue.co/en\n\n\nCF Industries Holdings, Inc.\n\n2375 Waterview Drive\n\nNorthbrook, IL 60062\n\nDisclaimer \n\nThis guide presents summary information about the CF Industries benefits program and select policies. Nothing in this guide changes \n\nany plan and/or contract terms, or any other term of your employment with CF Industries. The guide does not include, nor is it intended \n\nto include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, and trust \n\nagreements. If there is any discrepancy between the information on this site and the governing documents, the governing documents \n\nwill take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, \n\nwithout notice, in accordance with applicable laws and regulations.	 Canada_012626\n\n\n	Previous Page 2: \n	Button 3: \n	Previous Page: \n	Button 1: \n	Previous Page 3: \n	Button 5: \n	Previous Page 4: \n	Button 6: \n	Previous Page 5: \n	Button 7: \n	Previous Page 10: \n	Button 13: \n	Previous Page 11: \n	Button 14: \n	Previous Page 6: \n	Button 8: \n	Previous Page 7: \n	Button 9: \n	Previous Page 8: \n	Button 10: \n	Previous Page 9: \n	Button 12: \n\n\n');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49586, 1064, 'keywords', '');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49587, 1064, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49588, 1064, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49589, 1064, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49590, 1064, 'attachment', 1065);

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49591, 1064, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49971, 17, '_et_dynamic_cached_shortcodes', 'a:12:{i:0;s:13:\"dipi_flip_box\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:11:\"et_pb_blurb\";i:5;s:12:\"et_pb_button\";i:6;s:21:\"et_pb_countdown_timer\";i:7;s:9:\"et_pb_cta\";i:8;s:13:\"et_pb_divider\";i:9;s:22:\"et_pb_fullwidth_slider\";i:10;s:11:\"et_pb_image\";i:11;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49972, 17, '_et_dynamic_cached_attributes', 'a:182:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:105:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:15:\"button_on_hover\";s:3:\"off\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49973, 17, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49974, 17, '_et_builder_module_features_cache', 'a:2:{i:0;s:57:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:28:{s:46:\"et_pb_section_25336a36c51c8aa067c6e7a11456346d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6cb0529270be228b55a3d2147fc00a0e\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0fbb279fe04026141bd8f4521d22bed4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fc74b0f75a97e02678d01f3e885410d8\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_c666c1798cb54efb24b5d069da03b95d\";a:6:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dddb48d4ea2061da7073c24e92b2b576\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d8642309579f6e3fa559c873d5ded873\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b6bef8e51965db178d8691f6d9f4cfd4\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_72f072691719ffcdb10872fb105dd96f\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_baf74eaa7818781fe244fbb6f210ffd8\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1557fd37d540c8676a1387b9037bb284\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_2bd1288a558b3e32c0d67010c9db9247\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_550eaaf0cc7364b278b2687867e05fd5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_d4d01bc98d9b6d94fc013959a82ed735\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_06549cacf19e069899a7bd0c46d2e030\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_a2850364b14d5fd5b5bcc355a7ca1eec\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_d1cb86a33c3387f83da26c151ed582e0\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_fc361605e2665d02e9fe74d9fd5a4d54\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b235d30a6e2c44b757377ed2d07410ee\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_78bc1a6d854094b0b0020e4bd925fe11\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2cc915f059c9e734acaadd800e49aa2d\";a:4:{s:3:\"bor\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_33003d0f028d95a8f6a01488e10e5ce8\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3ef8b5236bc6d7288bed3e43f9b144db\";a:4:{s:3:\"bor\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_d235a14c90840bd9d7bfadb2bf6b9bb1\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_78b1ebb24961535d515cfb5bc795b596\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_37a66d4bd349516b8a7bae0d73b87267\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f2857ff77be58945a8d66d18a89c2774\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a2d6c0e137d4dd759473dd3f4dd0073c\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49975, 534, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49976, 534, '_et_dynamic_cached_attributes', 'a:182:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:105:\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";}');

INSERT IGNORE INTO `wp_2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (49977, 534, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

INSERT IGNORE INTO `wp_2_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 (2, 1, '2023-03-17 20:00:59', '2023-03-17 20:00:59', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'closed', '', 'sample-page', '', '', '2024-04-09 14:50:38', '2024-04-09 19:50:38', '', '0', 'https://cfibenefits.wpengine.com/?page_id=2', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (3, 1, '2023-03-17 20:00:59', '2023-03-17 20:00:59', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://lsk.yzp.mybluehost.me/website_441840fc.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'closed', '', 'privacy-policy', '', '', '2024-04-09 14:51:59', '2024-04-09 19:51:59', '', '0', 'https://cfibenefits.wpengine.com/?page_id=3', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (6, 1, '2023-03-17 20:29:20', '2023-03-17 20:29:20', '/* page-specific CSS  */\n  /* photo zoom on rollover */\n.et-zoom-in.et_pb_image:hover img,\n.et-zoom-in .et_pb_image_wrap:hover img,\n.et-zoom-in a:hover img {\n    transform: scale(1.07); \n    transition: all .5s 0s ease;\n}\n\n.et-zoom-in,\n.et-zoom-in a {\n    overflow: hidden;\n}\n\n.et-zoom-in.et_pb_image img,\n.et-zoom-in .et_pb_image_wrap img,\n.et-zoom-in a img {\n    transition: all .5s 0s ease; \n}  \n\n/* change menu dropodwn line height */\n#top-menu .sub-menu .menu-item a {\n    line-height: 1.4em!important;\n    padding: 8px 0!important;\n}\n\n/* change menu dropodwn arrow color */\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\n\n/* adjust mobile menu logo size */\n\n@media all and (min-width: 768px) and (max-width: 1345px) {\n	.et_header_style_centered #logo,\n	.et_header_style_centered .logo_container {\n		height: 45px !important;\n		max-height: 45px !important;\n    }\n}\n@media all and (max-width: 767px) {\n 	.et_header_style_centered #logo,\n	.et_header_style_centered .logo_container {\n		height: 27px !important;\n		max-height: 27px !important;\n    }\n}\n@media (max-width: 767px) {\n  .et_header_style_centered #logo, .et_header_style_centered .logo_container {\n    height: 27px!important;\n    max-height: 27px!important;\n    margin-top: -25px;\n  }\n  .et_header_style_centered #main-header {\n    padding: 32px 0 15px 0 !important;\n  }\n}\n/* list styles */\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}\n\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\n\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\n\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\n\n/* sidebar style tweaks */\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\n\n/* =========. Table CSS =============*/\n/* COMMON STYLES FOR ALL TABLES */\ntable.benefits-table {\n  /* Color variables */\n  --green-header: #89BB40;\n  --green-highlight: #E9F8F7;\n  --dark-gray-header: #4d4f33;\n  --gray-subheader: #6C777D;\n  --gray-highlight: #f4f4f4;\n  --blue-header: #0079C1;\n  --blue-smoke-header: #4472C4;\n  --blue-highlight: #EEF7FC;\n  --purple-header: #6361AB;\n  --pruple-highlight: #EEF7FC;\n  --lime-header: #00505c;\n  --lime-highlight: #EFF5E3;\n  --magenta-header: #00505c;\n  --magenta-highlight: #F5E9F3;\n  --orange-header: #0479c0;\n  --orange-highlight: #FFF9E5;\n  --header-text-color: #FFFFFF;\n  --body-text-color: #414241;\n  --table-background: #FFFFFF;\n  --table-border-color: #404041;\n  /* Style rules */\n  border-collapse: collapse;\n  color: var(--body-text-color);\n  font-size: 15px;\n  line-height: 1.3em !important;\n  text-align: center;\n  vertical-align: middle;\n}\n\ntable.benefits-table th, table.benefits-table td {\n  padding: .5em .75em .5em .75em;\n}\n\ntable.benefits-table th {\n  font-weight: normal;\n  font-size: 110%;\n}\n\ntable.benefits-table tr.subhead {\n  background-color: var(--gray-subheader);\n}\n\ntable.benefits-table tr.subhead th {\n  text-align: left;\n	font-weight: 700;\n	font-size: 105%;\n  color: var(--header-text-color);\n  font-weight: normal;\n  font-size: 110%;\n}\n\ntable.benefits-table td:first-child {\n  text-align: left;\n}\n\ntable.benefits-table td:last-child {\n  border-right: 1px solid #fff;\n}\n\ntable.benefits-table td {\n  border-bottom: 1px solid #000;\n}\n\ntable.benefits-table tr.header th {\n  border-right: 1px solid #fff;\n  border-bottom: 0px;\n}\n\ntable.benefits-table tr.network th {\n  border-right: 1px solid #000;\n}\n\ntable.benefits-table tbody tr:last-child {\n  border-bottom: 1px solid #000;\n}\n\ntable.benefits-table.dependents td:nth-child(1) {\n  font-weight: bold;\n  color: #000\n}\n\ntable.benefits-table p {\n  margin: 0;\n  font-weight: normal;\n  color: #000\n}\n\ntable.benefits-table ul {\n  padding-inline-start: 1em;\n  margin-top: .25em;\n}\n\ntable.benefits-table li {\n  margin-bottom: .25em;\n	line-height: 1.3em;\n}\n\ntable.benefits-table sup {\n  font-size: x-small;\n}\ntable.benefits-table caption {\n  caption-side: bottom;\n  margin-top: 1em;\n  padding-left: 1em;\n  text-indent: -1em;\n  text-align: left;\n}\ntable.benefits-table small {\n  font-size: 90%;\n}\n\ntable.benefits-table th.blue-header {\n  background-color: var(--blue-header);\n  color: white;\n}\ntable.benefits-table th.green-header {\n  background-color: var(--green-header);\n}\ntable.benefits-table th.orange-header{\n  background-color: var(--orange-header);\n}\ntable.benefits-table td:nth-child(odd) {\n  background-color: var(--green-highlight);\n}\n\ntable.benefits-table ul {\n  list-style: none;\n}\n\ntable.benefits-table ul li:before {\n  content: \"\\25A0\";\n  list-style-type: square;\n  display: inline-block;\n  width: 1em; /* Also needed for space (tweak if needed) */\n  margin-left: -1em;\n}\n\n/* /1* ======= alternatives table specific css ============== *1/ */\ntable.benefits-table.alternatives td {\n  text-align: center;\n}\n\ntable.benefits-table.alternatives td.left-align {\n  text-align: left;\n}\n\n.modules {\n  --div.background: #FFFFFF;\n  --div.border-color: #404041;\n  --bg-blue: #3177BC;\n  --bg-green: #94BA53;\n  --bg-orange: #EC9F45;\n  --bg-purple: #6361AB;\n  --bg-pink: #E58DA5;\n  --body-text-color: #FFFFFF;\n  color: var(--body-text-color);\n  font-size: 15px;\n  display: flex;\n  flex-direction: row;\n}\n\n.module-box {\n  border-left: 1px solid #fff;\n  border-right: 1px solid #fff;\n  width: 120px;\n  height: 90px;\n  position: relative;\n}\n\n.bg-blue {\n  background-color: var(--bg-blue);\n}\n\n.bg-green {\n  background-color: var(--bg-green);\n}\n\n.bg-orange {\n  background-color: var(--bg-orange);\n}\n\n.bg-purple {\n  background-color: var(--bg-purple);\n}\n\n.bg-pink {\n  background-color: var(--bg-pink);\n}\n\n.number {\n  opacity: 0.4;\n  font-size: 60px;\n  z-index: 0;\n  position: absolute;\n  max-width: 100%;\n  height: auto;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%)\n}\n\n.text {\n  text-align: center;\n  position: relative;\n  top: 50%;\n  -ms-transform: translateY(-50%);\n  -webkit-transform: translateY(-50%);\n  transform: translateY(-50%);\n}\n\n/* /1* ======= end tables ============== *1/ */', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2023-05-16 11:26:19', '2023-05-16 16:26:19', '', '0', 'https://cfibenefits.wpengine.com/?p=6', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp_2_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 (13, 2, '2023-03-17 21:42:56', '2023-03-17 21:42:56', '', 'cfi_logo_tm_rgb_color_pos', '', 'inherit', 'open', 'closed', '', 'cfi_logo_tm_rgb_color_pos', '', '', '2023-03-17 21:42:56', '2023-03-17 21:42:56', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/cfi_logo_tm_rgb_color_pos.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (14, 2, '2023-03-17 22:07:43', '2023-03-17 22:07:43', '', 'CFlogo_with_subtitle', '', 'inherit', 'open', 'closed', '', 'cflogo_with_subtitle', '', '', '2023-03-17 22:07:43', '2023-03-17 22:07:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFlogo_with_subtitle.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (15, 1, '2023-03-18 18:05:15', '2023-03-18 18:05:15', '', 'CFapple-icon-180x180', '', 'inherit', 'open', 'closed', '', 'cfapple-icon-180x180', '', '', '2023-03-18 18:05:15', '2023-03-18 18:05:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFapple-icon-180x180-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (17, 1, '2023-03-18 18:06:51', '2023-03-18 18:06:51', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"-65px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|desktop\" box_shadow_style=\"preset3\" box_shadow_vertical=\"4px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-2px\" box_shadow_color=\"rgba(0,0,0,0.1)\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_fullwidth_slider disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#FFFFFF\" max_height=\"47%\" auto=\"on\" auto_speed=\"6000\" global_colors_info=\"{}\"][et_pb_slide heading=\"2026 Annual Enrollment\" button_text=\"Learn More\" button_link=\"/ca/ca-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/cfi-right-image-oe.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/cfi-right-image-oe-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_position_phone=\"top_center\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">October 30 â€“ November 14</h3>\n<p>Select benefits that meet the needs of you and your family.</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ca/origin-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\" class=\"slider_subhead\">Advice you can bank on with Origin Financial Well-Being</h3>\r\n<p>Plan for your future with Origin to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/ca/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\r\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/ca/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\r\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\r\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\r\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"on|on|on\" _builder_version=\"4.23.1\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#FFFFFF\" max_height=\"47%\" auto=\"on\" auto_speed=\"6000\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/ca/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw||2vw||false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"32vw||9vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\r\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ca/origin-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\" class=\"slider_subhead\">Advice you can bank on with Origin Financial Well-Being</h3>\r\n<p>Plan for your future with Origin to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/ca/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\r\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/ca/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\r\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\r\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\r\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/ca/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\r\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\"2025 Annual Enrollment\" button_text=\"Learn more\" button_link=\"/ca/ca-annual-enrollment/\" admin_title=\"OE\" _builder_version=\"4.27.2\" _module_preset=\"3644736a-98bc-4ef3-9f16-f697f0f4ec18\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Oct. 30 â€“ Nov. 10</h3>[/et_pb_slide][et_pb_slide heading=\"Want to earn rewards?\" button_text=\"Learn More\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p><span>With Strive Well-Being, you can earn up to $650 per year.</span></p>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#015846\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"5px\" box_shadow_color=\"rgba(0,0,0,0.55)\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"Take Action! Enrollment Ends:\" date_time=\"2025-11-14 23:59\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"82%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"1.4em||1.4em||true|false\" custom_padding_tablet=\"1.4em||1.4em||true|false\" custom_padding_phone=\"1.4em|0px|1.4em|0px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_title=\"margin-bottom: .5em;\" use_custom_labels=\"on\" label_days_short=\"Days\" label_hours_short=\"Hrs.\" label_mins_short=\"Min.\" label_secs_short=\"Sec.\" locked=\"off\" global_colors_info=\"{}\" custom_css_container_last_edited=\"on|phone\" custom_css_title_last_edited=\"on|desktop\" custom_css_title_phone=\"margin-bottom: .5em !important;\" custom_css_timer_section_last_edited=\"on|desktop\" custom_css_timer_section_phone=\"width: 10vw;\" custom_css_title_tablet=\"margin-bottom: .5em;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(63,169,245,0.1)\" custom_padding=\"13px||20px|||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"7px||0px||false|false\" custom_padding_tablet=\"1em||||false|false\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"30px\" text_line_height=\"1.3em\" custom_margin=\"||23px||false|false\" custom_margin_tablet=\"||27px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"14px||0px||false|false\" text_font_size_tablet=\"28px\" text_font_size_phone=\"26px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>You represent what makes us uniquely CF, and we are proud to provide programs to help you be your best.</p>[/et_pb_text][et_pb_divider _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"50%\" module_alignment=\"center\" custom_margin=\"0px||4px||false|false\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text module_class=\"philosophy\" _builder_version=\"4.21.0\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" text_text_color=\"#666666\" text_font_size=\"18px\" text_line_height=\"1.5em\" min_height=\"129px\" custom_margin=\"||21px||false|false\" custom_padding=\"||0px||false|false\" text_font_size_tablet=\"23px\" text_font_size_phone=\"21px\" text_font_size_last_edited=\"on|tablet\" custom_css_main_element=\"font-weight: 400;\" border_color_bottom=\"#55C1E9\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"]<span>Whether itâ€™s in your everyday life, at work, or to ensure you are prepared when unplanned events happen, we provide benefits and programs to encourage and support you</span>. <strong>At CF, we call this suite of programs Total Rewards</strong>.\r\n\r\nOur Total Rewards are designed to help you Be Rewarded, Be Well, Be Balanced, Be Successful, Be Prepared, and Be Included. Weâ€™ve created this one-stop resource to help you learn about our Total Rewards and find the information you need when you need it. While we offer many options, the benefits you choose are <strong>powered by you</strong>.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/ca/be-rewarded/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22,%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/ca/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/ca/be-balanced/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 26px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/ca/be-successful/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/ca/be-prepared/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 15px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Join your colleagues to foster an inclusive culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/ca/be-included/\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" custom_css_front_image_icon=\"margin-top: -20px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/field_BG.jpg\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin_tablet=\"-1em||||false|false\" custom_margin_phone=\"-1em||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"New to CF Industries?\" button_url=\"/ca/new-to-cf-industries/\" button_text=\"Discover More \" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#73bef4\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\"]<p>Welcome! Click the button below for eligibility and enrollment information. You must enroll for benefits within <strong>30 days</strong> of your hire date or wait until the next Annual Enrollment period.â€‹</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Need to Change Your Benefits?\" button_url=\"/ca/life-event-changes/\" button_text=\"Act Now \" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\"]<p>If you have a qualified change in life status, you are required to make the change in Workday within <strong>30 days</strong> of the qualified change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Latest Benefits eGuide\" button_url=\"/ca/documents/2026-ca-enrollment-guide/\" url_new_window=\"on\" button_text=\"Take a Look\" _builder_version=\"4.27.6\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" hover_enabled=\"0\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"]<p>Our Benefits eGuide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.62)\" custom_margin=\"||0px||false|false\" custom_padding=\"17px|20px|17px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23.4\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font_size=\"13px\" text_line_height=\"1.5em\" link_font=\"|700|||on||||\" link_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p><span>This website presents summary information about the CF Industries benefits program and select policies. Nothing on this website changes any plan and/or contract terms, or any other term of your at-will employment with CF Industries. This website does not include, nor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, and trust agreements. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, without notice, in accordance with applicable laws and regulations. View required noticesÂ </span><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/required-notices/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a><span>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"10px||||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"1em|auto||auto|false|false\" custom_padding=\"2.2em||||false|false\" custom_css_main_element=\"align-items: center;\" border_color_top=\"#4D4D4F\" border_style_top=\"dotted\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/2023_guide.jpg\" title_text=\"2023_guide\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" transform_rotate=\"0deg|0deg|356deg\" width=\"95%\" width_tablet=\"39%\" width_phone=\"58%\" width_last_edited=\"on|desktop\" module_alignment=\"center\" box_shadow_style=\"preset2\" box_shadow_vertical=\"2px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"2b319d6b-db69-48e3-8fb5-7d21184678ec\" text_font=\"Montserrat||||||||\" text_font_size=\"18px\" text_line_height=\"1.5em\" header_font=\"Montserrat||||||||\" header_text_color=\"#015846\" header_line_height=\"1.2em\" header_font_size_tablet=\"27px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>View the Latest Enrollment Decision eGuide</h1>\r\n<p style=\"font-weight: 400;\">Our Total Rewards Guide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" button_text=\"Take a look\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#54CE32\" button_bg_color=\"#FFFFFF\" button_border_color=\"#54CE32\" button_border_radius=\"1px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" background_layout=\"dark\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|phone\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#FFFFFF\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#015846\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#015846\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||18px||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||6px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][dipi_image_gallery thumbs_count=\"1\" thumb_height=\"0px\" thumb_horizontal_width=\"16%\" thumbs_navigation_prev_icon_yn=\"on\" thumbs_navigation_prev_icon=\"&#x34;||divi||400\" thumbs_navigation_next_icon_yn=\"on\" thumbs_navigation_next_icon=\"&#x35;||divi||400\" thumbs_navigation_size=\"31\" thumbs_navigation_padding=\"1\" thumbs_navigation_position_horizontal=\"-37px\" thumbs_navigation_position_vertical=\"52%\" main_navigation_prev_icon_yn=\"on\" main_navigation_prev_icon=\"&#x34;||divi||400\" main_navigation_next_icon_yn=\"on\" main_navigation_next_icon=\"&#x35;||divi||400\" main_navigation_size=\"49\" main_navigation_padding=\"5\" main_navigation_color=\"#ffffff\" main_navigation_position_horizontal=\"5px\" thumbs_loop=\"off\" main_navigation=\"on\" thumb_horizontal_width_tablet=\"51%\" thumb_horizontal_width_phone=\"75%\" thumb_horizontal_width_last_edited=\"on|phone\" main_navigation_position_horizontal_tablet=\"5px\" main_navigation_position_horizontal_phone=\"-9px\" main_navigation_position_horizontal_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" height=\"625px\" height_tablet=\"625px\" height_phone=\"372px\" height_last_edited=\"on|phone\" max_height=\"625px\" max_height_tablet=\"625px\" max_height_phone=\"625px\" max_height_last_edited=\"on|phone\" global_colors_info=\"{}\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image1.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Be Well\" image_description=\"<h3 style=%22padding-bottom: .5em;%22>Participate in Strive, our well-being program.</h3>\r\nAct now and earn rewards!\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"learn More\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.82) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"Montserrat|200|||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"50px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"15px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#3FA9F5\" content_button_border_color=\"#3FA9F5\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"1px\" content_button_font=\"Montserrat|700||on|||||\" content_button_use_icon=\"on\" content_button_icon=\"&#x24;||divi||400\" content_button_icon_placement=\"right\" content_button_on_hover=\"off\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|desktop\" content_button_bg_color__hover=\"#00C7B1\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#00C7B1\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/yellow-windows-texture.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Eligibility & Enrollment\" image_description=\"<p><b><span class=%22%22>Learn about what youâ€™re eligible for!</span></b></p>\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"Learn More\" button_link=\"/enrollment-overview/\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.78) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.18.0\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_text_color=\"#2D84BB\" header_font_size=\"39px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"17px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#2D84BB\" content_button_border_color=\"#2D84BB\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"0.5px\" content_button_font=\"Open Sans|700||on|||||\" content_button_use_icon=\"on\" content_button_icon_placement=\"right\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(255,255,255,0.4)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|hover\" content_button_bg_color__hover=\"#6CA7D0\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#6CA7D0\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][/dipi_image_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Well\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Prepared\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options weÂ offer.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Balanced\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability andÂ support.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Rewarded\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Successful\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Included\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'publish', 'closed', 'closed', '', '17-2', '', '', '2026-03-05 16:31:13', '2026-03-05 22:31:13', '', '0', 'https://cfibenefits.wpengine.com/?page_id=17', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (18, 1, '2023-03-18 18:06:02', '2023-03-18 18:06:02', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-divi', '', '', '2023-03-18 18:06:02', '2023-03-18 18:06:02', '', '0', 'https://cfibenefits.wpengine.com/?p=18', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `wp_2_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 (21, 1, '2023-03-18 18:16:47', '2023-03-18 18:16:47', '', 'alex-montage', '', 'inherit', 'open', 'closed', '', 'alex-montage', '', '', '2023-03-18 18:16:47', '2023-03-18 18:16:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/alex-montage.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (23, 1, '2023-03-18 18:17:43', '2023-03-18 18:17:43', '', 'health', '', 'inherit', 'open', 'closed', '', 'health', '', '', '2023-03-18 18:17:43', '2023-03-18 18:17:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/health.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (24, 1, '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', 'wealth', '', 'inherit', 'open', 'closed', '', 'wealth', '', '', '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/wealth.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (25, 1, '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', 'self', '', 'inherit', 'open', 'closed', '', 'self', '', '', '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/self.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (32, 1, '2023-03-19 00:53:31', '2023-03-19 05:53:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_code _builder_version=\"4.20.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style=\"border: none;\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th></th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"orange-header\"><!-- [et_pb_line_break_holder] -->        Advantage PPO with HSA<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"orange-header\"><!-- [et_pb_line_break_holder] -->        Standard PPO<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Deductible</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>$1,500</td><!-- [et_pb_line_break_holder] -->      <td>$3,000</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$2,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$3,000*</td><!-- [et_pb_line_break_holder] -->      <td>$6,000*</td><!-- [et_pb_line_break_holder] -->      <td>$2,000**</td><!-- [et_pb_line_break_holder] -->      <td>$4,000**</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Out-of-Pocket Limit</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>$3,000</td><!-- [et_pb_line_break_holder] -->      <td>$6,000</td><!-- [et_pb_line_break_holder] -->      <td>$2,500</td><!-- [et_pb_line_break_holder] -->      <td>$5,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$6,000</td><!-- [et_pb_line_break_holder] -->      <td>$12,000</td><!-- [et_pb_line_break_holder] -->      <td>$5,000</td><!-- [et_pb_line_break_holder] -->      <td>$10,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>CF Health Savings Account (HSA) Contribution<br><br><em>(Prorated for month of hire)</em><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><strong>Initial contribution:</strong> $250 individual / $500 family<br><br><strong>Matching contribution:</strong> Dollar-for-dollar up to $500 individual / $1,000 family<br><br>CFâ€™s initial and matching contributions can offset your deductible by as much as 50%</td><!-- [et_pb_line_break_holder] -->      <td  colspan=\"2\">Not applicable</td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Physician Office Visits</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Primary Care Visit</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->   <tr><!-- [et_pb_line_break_holder] -->      <td>Specialist Visit</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Urgent Care</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Hospital Care</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Emergency Room Care</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\">10% coinsurance (deductible does not apply)</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\">10% coinsurance (deductible does not apply)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Outpatient/Inpatient Services</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'tables', '', 'draft', 'closed', 'closed', '', 'tables', '', '', '2023-05-16 06:04:31', '2023-05-16 11:04:31', '', '0', 'https://cfibenefits.wpengine.com/?page_id=32', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (37, 2, '2023-03-19 03:09:36', '2023-03-19 03:09:36', '', 'strive_slider_image1', '', 'inherit', 'open', 'closed', '', 'strive_slider_image1', '', '', '2023-03-19 03:09:36', '2023-03-19 03:09:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (39, 2, '2023-03-19 03:56:36', '2023-03-19 03:56:36', '', 'strive_slider_image2', '', 'inherit', 'open', 'closed', '', 'strive_slider_image2', '', '', '2023-03-19 03:56:36', '2023-03-19 03:56:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (41, 1, '2026-03-03 21:50:11', '2023-03-19 04:16:12', '', 'Be Rewarded', '', 'publish', 'closed', 'closed', '', 'be-rewarded', '', '', '2026-03-03 21:50:11', '2026-03-04 03:50:11', '', '0', 'https://cfibenefits.wpengine.com/?p=41', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (46, 1, '2026-03-03 21:50:13', '2023-03-19 04:18:22', '', 'Be Well', '', 'publish', 'closed', 'closed', '', 'be-well', '', '', '2026-03-03 21:50:13', '2026-03-04 03:50:13', '', '0', 'https://cfibenefits.wpengine.com/?p=46', 6, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (55, 1, '2026-03-03 21:50:16', '2023-03-19 04:22:17', '', 'Be BalancedÂ ', '', 'publish', 'closed', 'closed', '', 'be-balanced', '', '', '2026-03-03 21:50:16', '2026-03-04 03:50:16', '', '0', 'https://cfibenefits.wpengine.com/?p=55', 15, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (62, 1, '2026-03-03 21:50:18', '2023-03-19 04:25:41', '', 'Be Successful', '', 'publish', 'closed', 'closed', '', 'be-successful', '', '', '2026-03-03 21:50:18', '2026-03-04 03:50:18', '', '0', 'https://cfibenefits.wpengine.com/?p=62', 21, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (72, 1, '2026-03-03 21:50:20', '2023-03-19 04:26:10', '', 'Be Prepared', '', 'publish', 'closed', 'closed', '', 'be-prepared', '', '', '2026-03-03 21:50:20', '2026-03-04 03:50:20', '', '0', 'https://cfibenefits.wpengine.com/?p=72', 26, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (74, 2, '2023-03-19 04:53:24', '2023-03-19 04:53:24', '', 'strive-mobile-image1', '', 'inherit', 'open', 'closed', '', 'strive-mobile-image1', '', '', '2023-03-19 04:53:24', '2023-03-19 04:53:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive-mobile-image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (91, 1, '2026-03-03 21:50:22', '2023-03-19 13:17:33', '', 'Be Included', '', 'publish', 'closed', 'closed', '', 'be-included', '', '', '2026-03-03 21:50:22', '2026-03-04 03:50:22', '', '0', 'https://cfibenefits.wpengine.com/?p=91', 33, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (100, 1, '2026-03-03 21:50:23', '2023-03-19 13:20:45', '', 'Resources Library', '', 'publish', 'closed', 'closed', '', 'rresource-library', '', '', '2026-03-03 21:50:23', '2026-03-04 03:50:23', '', '0', 'https://cfibenefits.wpengine.com/?p=100', 35, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (109, 1, '2023-03-19 08:31:33', '2023-03-19 13:31:33', '', '2023_guide', '', 'inherit', 'open', 'closed', '', '2023_guide', '', '', '2023-03-19 08:31:33', '2023-03-19 13:31:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/2023_guide.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (113, 1, '2023-03-19 08:56:29', '2023-03-19 13:56:29', '', 'CLI_powered_by_you', '', 'inherit', 'open', 'closed', '', 'cli_powered_by_you', '', '', '2023-03-19 08:56:29', '2023-03-19 13:56:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CLI_powered_by_you.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (116, 2, '2023-03-19 09:40:32', '2023-03-19 14:40:32', '', 'strive_slider_image3', '', 'inherit', 'open', 'closed', '', 'strive_slider_image3', '', '', '2023-03-19 09:40:32', '2023-03-19 14:40:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (117, 2, '2023-03-19 09:57:22', '2023-03-19 14:57:22', '', 'strive-mobile-image2', '', 'inherit', 'open', 'closed', '', 'strive-mobile-image2', '', '', '2023-03-19 09:57:22', '2023-03-19 14:57:22', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive-mobile-image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (122, 1, '2023-03-19 10:34:43', '2023-03-19 15:34:43', '', 'CLI_powered_by_you_outline', '', 'inherit', 'open', 'closed', '', 'cli_powered_by_you_outline', '', '', '2023-03-19 10:34:43', '2023-03-19 15:34:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CLI_powered_by_you_outline.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (125, 1, '2023-03-19 10:40:08', '2023-03-19 15:40:08', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/04/med_section_banner5.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"53%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Health Coverage</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Protection for you and your family for everyday health issues or when unforeseen problems occur.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"padding-bottom: .9em;\">CF Industries provides you with Flex Credits each year, based on your enrolled family status, for your health and dental coverage. Your Family Status is simply who you are enrolling under your health coverage: Single (employee-only), Employee + 1, or Family.</p>\n<h2>Credit Options</h2>\n<p style=\"padding-bottom: .75em;\">Flex Credits act as an allowance for health and dental spending each year. If necessary, you can choose a different Flex Credit allowance for your health coverage and your <a href=\"/ca/dental/\" target=\"_blank\" rel=\"noopener\">dental coverage</a>. Excess Flex Credits can be taken as taxable cash through a bi-weekly payroll credit, and/or deposited into a Health Spending Account (HSA).</p>\n<h3>Annual Costs for Health Coverage</h3>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">If You Choose</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Flex Credits</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Difference</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->        <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"4\">Option 1</th><!-- [et_pb_line_break_holder] -->    </tr>   <!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Single</td><!-- [et_pb_line_break_holder] -->      <td>$1,218</td><!-- [et_pb_line_break_holder] -->      <td>$1,718</td><!-- [et_pb_line_break_holder] -->      <td>$500 excess credits</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Employee + 1</td><!-- [et_pb_line_break_holder] -->      <td>$2,167</td><!-- [et_pb_line_break_holder] -->      <td>$2,667</td><!-- [et_pb_line_break_holder] -->      <td>$500 excess credits</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$3,445</td><!-- [et_pb_line_break_holder] -->      <td>$3,945</td><!-- [et_pb_line_break_holder] -->      <td>$500 excess credits</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"4\">Option 2</th><!-- [et_pb_line_break_holder] -->    </tr>      <!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->      <td>Single</td><!-- [et_pb_line_break_holder] -->      <td>$2,011</td><!-- [et_pb_line_break_holder] -->      <td>$2,011</td><!-- [et_pb_line_break_holder] -->      <td>$0</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Employee + 1</td><!-- [et_pb_line_break_holder] -->      <td>$3,581</td><!-- [et_pb_line_break_holder] -->      <td>$3,581</td><!-- [et_pb_line_break_holder] -->      <td>$0</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$5,691</td><!-- [et_pb_line_break_holder] -->      <td>$5,691</td><!-- [et_pb_line_break_holder] -->      <td>$0</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Opt-Out of Coverage Credits</h2>\n<p>If you are covered under your spouseâ€™s employer coverage or under your own private health plan, you may opt-out of CF Industriesâ€™ health coverages. If you choose to opt-out of both your health and dental coverage, you will receive Opt-Out Credits which serve the same function as Excess Flex Credits. <strong><em>Employees will receive $750 in Opt-Out Credits for health coverage, and $688 for dental coverage. Please note that opting out of the health plan requires proof of other coverage.</em></strong></p>\n<h2>Health Options</h2>\n<p>CF partners with Sun Life to provide two options for health coverage through your employment:</p>\n<ul></ul>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Benefits<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option One Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option Two Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Prescription drugs*</strong></td><!-- [et_pb_line_break_holder] -->      <td ><strong>70%</strong><br><!-- [et_pb_line_break_holder] -->Includes smoking cessation and anti-obesity drugs (limits apply)<br><br><!-- [et_pb_line_break_holder] -->        <strong>Fertility up to a lifetime maximum of $2,500</strong></td><!-- [et_pb_line_break_holder] -->       <td ><strong>100%</strong><br><!-- [et_pb_line_break_holder] -->Includes smoking cessation and anti-obesity drugs (limits apply)<br><br><!-- [et_pb_line_break_holder] -->        <strong>Fertility up to a lifetime maximum of $2,500</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->   <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Vision care*</strong></td><!-- [et_pb_line_break_holder] -->      <td colspan = \"2\">Fixed benefit period renews every 2 years. The benefit period starts on 1/1/2025 and ends on 12/31/26.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Vision care (contact lenses, eyeglasses or laser eye correction surgery)*</strong></td><!-- [et_pb_line_break_holder] -->      <td>Benefit coverage is $75 per person every 12 months for individuals under age 19, or $300 per person every two benefit years for all others.<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->       <td>Benefit coverage is $300 per person every 12 months for individuals under age 19 or every two benefit years for all others.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --> <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Eye Exams (services of an ophthalmologist or licensed optometrist)</strong></td><!-- [et_pb_line_break_holder] -->       <td colspan = \"2\">Annual Eye Exams are covered at 100%</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Psychologists, social workers, psychotherapists and clinical counsellors.<br><br><!-- [et_pb_line_break_holder] -->        Paramedical practitioners (e.g., chiropractic, podiatry, naturopathy, massage therapist, physiotherapist)</strong></td><!-- [et_pb_line_break_holder] -->          <td><strong>70% to $3,500 maximum</strong><br><!-- [et_pb_line_break_holder] -->Psychologist/social worker<br><br><strong>$500 maximum</strong><br><!-- [et_pb_line_break_holder] -->All other practitioners</td><!-- [et_pb_line_break_holder] -->             <td><strong>100% to $3,500 maximum</strong><br><!-- [et_pb_line_break_holder] -->Psychologist/social worker<br><br><strong>$1,000 maximum</strong><br><!-- [et_pb_line_break_holder] -->All other practitioners</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Medical services and equipment (e.g., orthotics)</strong></td><!-- [et_pb_line_break_holder] -->          <td><strong>70%</strong></td><!-- [et_pb_line_break_holder] -->          <td><strong>100%</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->          <td><strong>Ambulance</strong></td><!-- [et_pb_line_break_holder] -->          <td><strong>100%</strong></td><!-- [et_pb_line_break_holder] -->          <td><strong>100%</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Hospital</strong></td><!-- [et_pb_line_break_holder] -->      <td><strong>70%</strong><br><!-- [et_pb_line_break_holder] -->Semi-private room</td><!-- [et_pb_line_break_holder] -->             <td><strong>100%</strong><br><!-- [et_pb_line_break_holder] -->Semi-private room</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Hearing Aids</strong></td><!-- [et_pb_line_break_holder] -->      <td><strong>100% to $1,000 maximum</strong><br><!-- [et_pb_line_break_holder] -->Every three years</td><!-- [et_pb_line_break_holder] -->             <td><strong>100% to $2,000 maximum</strong><br><!-- [et_pb_line_break_holder] -->Every three years</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Private duty nursing</strong></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><center><strong>100%, with a $15,000 maximum every three years</strong></center></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Fertility Treatment</strong></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><strong><center>$20,000 lifetime maximum</strong></center>    </td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->   <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Out-of-country medical</strong></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><strong><center>100%</strong></center><center><!-- [et_pb_line_break_holder] -->Coinsurance for emergency care</center><br><strong><center>80%</strong></center><center><!-- [et_pb_line_break_holder] -->Coinsurance for referral, non-emergency care</center><br><strong><center>$2,000,000 per person lifetime maximum</strong></center></td>    </td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<p><em>*Sun Life will reimburse your prescription drug expenses up to the â€œlowest cost alternativeâ€. Prior authorization may be required for some drugs. You can find a list of drugs by going to </em><a href=\"https://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\" target=\"_blank\" rel=\"noopener\"><em>mysunlife.ca</em></a><em> and selecting â€œprior authorization drug list and formsâ€ from the â€œgroup benefitsâ€ menu at the top of the page. </em></p>\n<p><em>**Vision coverage has a two-year fixed benefit period. The first two-year benefit period was from January 1, 2025, to December 31, 2026. Each subsequent two-year benefit period will begin after the end of a prior two-year benefit period. Vision coverage available for covered children up to age 19.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Provider Search:</strong></span> <a href=\"https://luminohealth.sunlife.ca/en/find-a-health-care-provider/\" target=\"_blank\" rel=\"noopener\">Find a healthcare provider with Lumino Health</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Plan Program Number: </strong></span><strong>50621</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Activate Your Sun Life Account</h4>\n<p>To activate an account, visit <a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a> and enter your CF Industries email. Once your email has been confirmed, you can complete your registration after setting up your password and answering any identity.</p>\n<h4>Eligibility</h4>\n<p>To learn more about eligibility for our health programs visit the <a href=\"/ca/benefits-eligibility/\" target=\"_blank\" rel=\"noopener\">eligibility page</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Health Coverage', '', 'publish', 'closed', 'closed', '', 'health-coverage', '', '', '2026-01-29 15:18:55', '2026-01-29 21:18:55', '', '0', 'https://cfibenefits.wpengine.com/?page_id=125', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (127, 1, '2023-03-19 10:39:58', '2023-03-19 15:39:58', '', 'medicalBG', '', 'inherit', 'open', 'closed', '', 'medicalbg', '', '', '2023-03-19 10:39:58', '2023-03-19 15:39:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/medicalBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (139, 1, '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', 'inclusion_icon', '', 'inherit', 'open', 'closed', '', 'inclusion_icon', '', '', '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/inclusion_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (140, 1, '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', 'success_icon', '', 'inherit', 'open', 'closed', '', 'success_icon', '', '', '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/success_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (141, 1, '2023-03-19 19:13:28', '2023-03-20 00:13:28', '', 'award_icon', '', 'inherit', 'open', 'closed', '', 'award_icon', '', '', '2023-03-19 19:13:28', '2023-03-20 00:13:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/award_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (142, 1, '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', 'balance_icon', '', 'inherit', 'open', 'closed', '', 'balance_icon', '', '', '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/balance_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (143, 1, '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', 'planning icon', '', 'inherit', 'open', 'closed', '', 'planning_icon', '', '', '2023-03-31 11:56:52', '2023-03-31 16:56:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/planning_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (144, 1, '2023-03-19 19:13:30', '2023-03-20 00:13:30', '', 'medical_icon', '', 'inherit', 'open', 'closed', '', 'medical_icon', '', '', '2023-03-19 19:13:30', '2023-03-20 00:13:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/medical_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (147, 1, '2026-03-03 21:50:14', '2023-03-20 00:47:37', ' ', '', '', 'publish', 'closed', 'closed', '', 147, '', '', '2026-03-03 21:50:14', '2026-03-04 03:50:14', '', '0', 'https://cfibenefits.wpengine.com/?p=147', 8, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (148, 2, '2023-03-19 19:47:54', '2023-03-20 00:47:54', '', 'ayco-slider2-mobile', '', 'inherit', 'open', 'closed', '', 'ayco-slider2-mobile', '', '', '2023-03-19 19:47:54', '2023-03-20 00:47:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (149, 2, '2023-03-19 19:47:57', '2023-03-20 00:47:57', '', 'ayco-slider2_image1', '', 'inherit', 'open', 'closed', '', 'ayco-slider2_image1', '', '', '2023-03-19 19:47:57', '2023-03-20 00:47:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ayco-slider2_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (166, 1, '2023-03-19 21:55:34', '2023-03-20 02:55:34', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/fsa_section_banner2.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"1vw||1vw||true|false\" custom_padding_phone=\"0.5vw||0.5vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"56%\" width_last_edited=\"on|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>Flexible Spending Accounts (FSA)</h1>\" content_phone=\"<h1>Flexible Spending Accounts (FSA)</h1>\" content_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Flexible Spending \nAccounts (FSA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Set aside pre-tax dollars to pay for eligible health and dependent care expenses for you and your eligible family members.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]CF Industries partners with Fidelity Reimbursement Account Services (Fidelity) to administer our three Flexible Spending Account options â€” the Health Care Flexible Spending Account (HCFSA), the Limited Purpose Health Care Flexible Spending Account (Limited Purpose HCFSA) and the Dependent Care Flexible Spending Account (DCFSA).\n\nYou are eligible to participate in our FSA program on your first day of work. If you elect to participate in our FSA program, contributions will be taken out of your paycheck on a pre-tax basis, in equal amounts. For the HCFSA and Limited Purpose HCFSA, your full annual balance is available to you upfront for immediate use. The DCFSA funds are available as your contributions post to your account throughout the year.\n<h2>Our three types of FSA options are:</h2>\n<h3>Health Care Flexible Spending Account (HCFSA)</h3>\nYou can contribute up to <strong>$3,050</strong> annually, with pre-tax dollars, to pay for eligible expenses you and your dependent(s) may have. Eligible expenses include non-reimbursed medical, dental, prescription and vision expenses incurred during the plan year. You are eligible to select your annual contribution during your new hire period, annual enrollment or if you experience a qualified change in status consistent with the change. Through our partnership with Fidelity Investments, you have access to the <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCard</a> to provide you a simple way to pay for eligible expenses. You can pay out-of-pocket for eligible expenses and submit for reimbursement.\n\n<strong>Please note</strong>: You are not eligible for the HCFSA if you are enrolled in the Advantage PPO with HSA medical plan option.\n<h3>Limited Purpose HCFSA</h3>\nYou can contribute up to $<strong>3,050</strong> annually, with pre-tax dollars, to pay for eligible expenses incurred during the plan year. <strong>Please note:</strong> A limited purpose HCFSA can be used for eligible dental and vision expenses <strong>only</strong>. You may participate in this FSA even if you are enrolled in the Advantage PPO with HSA medical option. You are eligible to select your annual contribution during your new hire period, annual enrollment or if you experience a qualified change in status consistent with the change. Through our partnership with Fidelity Investments, you have access to the <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCard</a> to provide you a simple way to pay for eligible expenses.\n<h3>Dependent Care Flexible Spending Account (DCFSA)</h3>\nSet aside up to <strong>$5,000</strong> annually, or up to $2,500 if you and your spouse both work and file taxes separately, on a pre-tax basis to pay for qualified dependent care expenses. This account does not have a debit card; all claims must be submitted for reimbursement on <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.\n<h2>Plan Ahead: Use It or Lose it</h2>\n<p style=\"padding-bottom: .5em;\">The Flexible Spending Accounts (FSAs), are based on IRS regulations and are subject to â€˜use it or lose itâ€™ rules. This means a portion, or all unused funds may be forfeited.</p>\n\n<ul>\n	<li><strong>For the HCFSA and Limited Purpose HCFSA:</strong> All eligible expenses must be incurred by December 31 of the plan year and submitted to <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">Fidelity</a> for reimbursement by March 31 of the following year. Balances over $610 and under $25 will be forfeited.</li>\n	<li><strong>For the DCFSA:</strong> All eligible expenses must be incurred by March 15 and submitted to <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">Fidelity</a> by March 31 of the following year. After March 31, any unused funds will be forfeited.</li>\n</ul>\nFor more information about the Tax-Advantaged Accounts, call Fidelity at <strong>800-835-5095</strong> or visit <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>833-299-5089</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Fidelity app</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/fidelity-investments/id348177453\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.fidelity.android&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Account', '', 'publish', 'closed', 'closed', '', 'flexible-spending-account', '', '', '2023-06-02 11:25:07', '2023-06-02 16:25:07', '', '0', 'https://cfibenefits.wpengine.com/?page_id=166', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (167, 2, '2023-03-19 22:06:19', '2023-03-20 03:06:19', '', 'ppl-slider3_image1', '', 'inherit', 'open', 'closed', '', 'ppl-slider3_image1', '', '', '2023-03-19 22:06:19', '2023-03-20 03:06:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ppl-slider3_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (169, 2, '2023-03-19 22:09:15', '2023-03-20 03:09:15', '', 'ppl-slider3-mobile', '', 'inherit', 'open', 'closed', '', 'ppl-slider3-mobile', '', '', '2023-03-19 22:09:15', '2023-03-20 03:09:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (170, 1, '2023-03-19 22:19:59', '2023-03-20 03:19:59', '', 'lower_tri-form_1', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_1', '', '', '2023-03-19 22:19:59', '2023-03-20 03:19:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (173, 1, '2023-03-19 22:35:56', '2023-03-20 03:35:56', '', 'lower_tri-form_2', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_2', '', '', '2023-03-19 22:35:56', '2023-03-20 03:35:56', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (174, 2, '2023-03-19 22:39:47', '2023-03-20 03:39:47', '', 'educate-slider4_image1', '', 'inherit', 'open', 'closed', '', 'educate-slider4_image1', '', '', '2023-03-19 22:39:47', '2023-03-20 03:39:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/educate-slider4_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (177, 1, '2023-03-19 23:05:16', '2023-03-20 04:05:16', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_section_banner3.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Assistance Program</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Free, confidential support 24/7 to help you and your family tackle lifeâ€™s challenges.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<p>Employee Assistance Program (EAP) provides confidential support, consultation, resources and information to help you and your household family members balance work and family as well as manage personal difficulties. EAP services are available on your first day of employment at no cost to you and your dependents.</p>\n<h2 style=\"padding-bottom: .2em;\">How can the EAP help me?</h2>\n<p style=\"padding-bottom: .5em;\"><span>The EAP provides unlimited phone-based assessment, evaluation, and referral for treatment if necessary. You and your family members can receive up to five in-person or virtual sessions (per topic, each year) with a licensed counselor through the EAP.</span> The program is designed to help you with a variety of concerns and problems. A few examples are:</p>\n<ul>\n<li>Relationship issues</li>\n<li>Family and parenting challenges</li>\n<li>Legal and financial matters</li>\n<li>Bereavement and other losses</li>\n<li>Child and elder care</li>\n</ul>\n<h2 style=\"padding-bottom: .2em;\">When should I use the EAP?</h2>\n<p>Waiting or ignoring a challenge can make things worse. Whenever you need to talk to someone objective, experienced and nonjudgmental â€” the sooner, the better. That is why our EAP is here to support you 24/7. <span>For life-threatening situations, please call 911.</span></p>\n<h2 style=\"padding-bottom: .2em;\">Is the EAP confidential?</h2>\n<p>The EAP is strictly confidential. No one will know youâ€™ve contacted the program, and your name is not reported to CF Industries.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<h2 style=\"padding-bottom: .3em;\">Tools and Services Available Through Guidance Resources</h2>\n<h3 style=\"padding-bottom: .3em;\">On-Demand Training</h3>\n<p>Short, no cost training sessions are available anytime on a variety of topics. Visit <a href=\"http://www.guidanceresources.com\" target=\"_blank\" rel=\"noopener\">www.guidanceresources.com</a><strong> (Web ID: CFINDCAN) &gt; Site Highlights &gt; Access</strong> for on-demand training on stress, parenting and more.</p>\n<h3 style=\"padding-bottom: .3em;\">Planning and Research Services</h3>\n<p>Planning a wedding or family vacation? Guidance Resources can help. Call <strong>866-465-8943</strong> and a Resource Specialist will research solutions to meet your needs. Within a few business days youâ€™ll receive a full report of information and options. In addition to events, Guidance Resources can help you find home remodelers, pet boarding, summer camps and more.</p>\n<p>To view more details about our EAP, visit the <a href=\"/ca/resource-library/\" target=\"_blank\" rel=\"noopener\">Resource Library</a> under â€œEmployee Assistance Programâ€.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>844357-2009</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://www.guidanceresources.com\" target=\"_blank\" rel=\"noopener\">guidanceresources.com</a><br />(Company ID: <strong>CFINDCAN</strong>)</p>\n<p><strong><span style=\"color: #3fa9f5;\">Guidance Resources App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/guidancenow/id556008763\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.compsych.gro\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<p>For assistance navigating the Guidance Resources website, refer to this <a href=\"/ca/documents/hs-groguide-2025/\" target=\"_blank\" rel=\"noopener\">Guide</a>.</p>\n<p>For more information regarding the programs and services available through our EAP, visit the <a href=\"/ca/resource-library/\" target=\"_blank\" rel=\"noopener\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>Employee Resources</h4>\nVisit the Loop and search â€œEmployee Assistance Programâ€ to view more details on the programs and services available.[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>Employee Resources</h4>\n<p>â€‹Visit the Loop and search â€œEmployee Assistance Programâ€ to view more details on the programs and services available.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Assistance Program', '', 'publish', 'closed', 'closed', '', 'employee-assistance-program', '', '', '2026-01-29 15:27:21', '2026-01-29 21:27:21', '', '0', 'https://cfibenefits.wpengine.com/?page_id=177', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (183, 2, '2023-03-19 23:29:04', '2023-03-20 04:29:04', '', 'educate-slider4_image2', '', 'inherit', 'open', 'closed', '', 'educate-slider4_image2', '', '', '2023-03-19 23:29:04', '2023-03-20 04:29:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/educate-slider4_image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (184, 2, '2023-03-19 23:30:20', '2023-03-20 04:30:20', '', 'eap_slider4-mobile', '', 'inherit', 'open', 'closed', '', 'eap_slider4-mobile', '', '', '2023-03-19 23:30:20', '2023-03-20 04:30:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_slider4-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (187, 1, '2023-03-19 23:49:19', '2023-03-20 04:49:19', '', 'lower_tri-form_3', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_3', '', '', '2023-03-19 23:49:19', '2023-03-20 04:49:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (188, 2, '2023-03-19 23:57:32', '2023-03-20 04:57:32', '', 'slider5_image1', '', 'inherit', 'open', 'closed', '', 'slider5_image1', '', '', '2023-03-19 23:57:32', '2023-03-20 04:57:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/slider5_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (189, 2, '2023-03-20 00:03:27', '2023-03-20 05:03:27', '', 'diversity_slider5-mobile', '', 'inherit', 'open', 'closed', '', 'diversity_slider5-mobile', '', '', '2023-03-20 00:03:27', '2023-03-20 05:03:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (191, 2, '2023-03-20 00:32:21', '2023-03-20 05:32:21', '', 'field_BG', '', 'inherit', 'open', 'closed', '', 'field_bg', '', '', '2023-03-20 00:32:21', '2023-03-20 05:32:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/field_BG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (198, 1, '2026-03-03 21:50:17', '2023-03-20 13:39:31', ' ', '', '', 'publish', 'closed', 'closed', '', 198, '', '', '2026-03-03 21:50:17', '2026-03-04 03:50:17', '', '0', 'https://cfibenefits.wpengine.com/?p=198', 16, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (201, 1, '2023-03-20 08:57:52', '2023-03-20 13:57:52', '', 'counseling_session', '', 'inherit', 'open', 'closed', '', 'counseling_session', '', '', '2023-03-20 08:57:52', '2023-03-20 13:57:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/counseling_session.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (203, 1, '2023-03-20 09:17:47', '2023-03-20 14:17:47', '', 'eap_section_banner', '', 'inherit', 'open', 'closed', '', 'eap_section_banner', '', '', '2023-03-20 09:17:47', '2023-03-20 14:17:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (205, 1, '2023-03-20 09:23:04', '2023-03-20 14:23:04', '', 'eap_section_banner2', '', 'inherit', 'open', 'closed', '', 'eap_section_banner2', '', '', '2023-03-20 09:23:04', '2023-03-20 14:23:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (207, 1, '2023-03-20 09:27:55', '2023-03-20 14:27:55', '', 'fsa_section_banner', '', 'inherit', 'open', 'closed', '', 'fsa_section_banner', '', '', '2023-03-20 09:27:55', '2023-03-20 14:27:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/fsa_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (208, 1, '2023-03-20 09:40:11', '2023-03-20 14:40:11', '', 'med_section_banner', '', 'inherit', 'open', 'closed', '', 'med_section_banner', '', '', '2023-03-20 09:40:11', '2023-03-20 14:40:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (209, 1, '2023-03-20 09:45:09', '2023-03-20 14:45:09', '', 'med_section_banner2', '', 'inherit', 'open', 'closed', '', 'med_section_banner2', '', '', '2023-03-20 09:45:09', '2023-03-20 14:45:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (211, 1, '2023-03-20 09:52:07', '2023-03-20 14:52:07', '', 'eap_section_banner3', '', 'inherit', 'open', 'closed', '', 'eap_section_banner3', '', '', '2023-03-20 09:52:07', '2023-03-20 14:52:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (213, 1, '2023-03-20 10:00:09', '2023-03-20 15:00:09', '', 'lower_tri-form_4', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_4', '', '', '2023-03-20 10:00:09', '2023-03-20 15:00:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (219, 1, '2023-03-20 10:43:48', '2023-03-20 15:43:48', '', 'med_section_banner3', '', 'inherit', 'open', 'closed', '', 'med_section_banner3', '', '', '2023-03-20 10:43:48', '2023-03-20 15:43:48', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (220, 1, '2023-03-20 10:46:27', '2023-03-20 15:46:27', '', 'med_section_banner4', '', 'inherit', 'open', 'closed', '', 'med_section_banner4', '', '', '2023-03-20 10:46:27', '2023-03-20 15:46:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (223, 1, '2023-03-21 07:03:32', '2023-03-21 12:03:32', '', 'CF_AE23_eGuide_US_FINAL_111022', '', 'inherit', 'open', 'closed', '', 'cf_ae23_eguide_us_final_111022', '', '', '2023-03-21 07:03:32', '2023-03-21 12:03:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (225, 1, '2023-03-21 07:19:58', '2023-03-21 12:19:58', '', 'fsa_section_banner2', '', 'inherit', 'open', 'closed', '', 'fsa_section_banner2', '', '', '2023-03-21 07:19:58', '2023-03-21 12:19:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/fsa_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (226, 1, '2023-03-21 07:25:53', '2023-03-21 12:25:53', '', 'pdf-to-come', '', 'inherit', 'open', 'closed', '', 'pdf-to-come', '', '', '2023-03-21 07:25:53', '2023-03-21 12:25:53', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/pdf-to-come.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (233, 1, '2023-03-30 23:13:59', '2023-03-31 04:13:59', '', 'blurry_medBG', '', 'inherit', 'open', 'closed', '', 'blurry_medbg', '', '', '2023-03-30 23:13:59', '2023-03-31 04:13:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/blurry_medBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (242, 1, '2023-03-31 13:22:12', '2023-03-31 18:22:12', '', 'eap_sidebar', '', 'inherit', 'open', 'closed', '', 'eap_sidebar', '', '', '2023-03-31 13:22:12', '2023-03-31 18:22:12', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_sidebar.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (244, 1, '2023-03-31 13:41:40', '2023-03-31 18:41:40', '', 'CFI_logo_v3', '', 'inherit', 'open', 'closed', '', 'cfi_logo_v3', '', '', '2023-03-31 13:41:40', '2023-03-31 18:41:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFI_logo_v3.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (246, 1, '2023-04-03 08:29:36', '2023-04-03 13:29:36', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" title_text=\"award_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Rewarded</h1>\nYour efforts and performance are rewarded through competitive base pay, short-term and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/base-pay/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Base Pay</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Base Pay</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Base Pay</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/base-pay-inset.jpg\" title_text=\"base pay\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/short-term-incentives-aip-vip/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Paid Parental Leave</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Paid Parental Leave</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Short-Term Incentives</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/short-term-incentive-inset.jpg\" title_text=\"short-term incentives\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/long-term-incentives/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Long-Term Incentives</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term-incentive-incentive.jpg\" title_text=\"long-term incentives\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/epic-recognition-program/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Service Anniversary Awards</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Service Anniversary Awards</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Epic Recognition Program</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award-inset.jpg\" title_text=\"service Anniversary awards\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Rewarded', '', 'publish', 'closed', 'closed', '', 'be-rewarded', '', '', '2026-01-25 14:43:24', '2026-01-25 20:43:24', '', '0', 'https://cfibenefits.wpengine.com/?page_id=246', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (248, 1, '2023-04-03 08:24:41', '2023-04-03 13:24:41', '', 'checkup-healthPage', '', 'inherit', 'open', 'closed', '', 'checkup-healthpage', '', '', '2023-04-03 08:24:41', '2023-04-03 13:24:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/checkup-healthPage.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (249, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'supplemental-med-FLIPPED', '', 'inherit', 'open', 'closed', '', 'supplemental-med-flipped', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/supplemental-med-FLIPPED.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (250, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'dental-appointment', '', 'inherit', 'open', 'closed', '', 'dental-appointment', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/dental-appointment.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (251, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'vision_inset', '', 'inherit', 'open', 'closed', '', 'vision_inset', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/vision_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (252, 1, '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', 'blurry-medBG_bottom', '', 'inherit', 'open', 'closed', '', 'blurry-medbg_bottom', '', '', '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/blurry-medBG_bottom.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (253, 1, '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', 'canoers_bannerBG', '', 'inherit', 'open', 'closed', '', 'canoers_bannerbg', '', '', '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/canoers_bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (257, 1, '2023-04-03 09:08:23', '2023-04-03 14:08:23', '', 'placeholder', '', 'inherit', 'open', 'closed', '', 'placeholder', '', '', '2023-04-03 09:08:23', '2023-04-03 14:08:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/placeholder.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (260, 1, '2023-04-03 12:40:49', '2023-04-03 17:40:49', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" title_text=\"medical_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Well</h1>\n<p>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for mindfulness, diabetes, blood pressure management, weight management and more, our programs help you live your best life â€” at work and beyond.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/health-coverage/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Health Coverage</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/prescription/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Prescription</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/dental/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Dental</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/vision/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Vision</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/hinge-health/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Hinge Health</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/medcor/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Medcor</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.6\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/medical-second-opinion/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Medical Second Opinion</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/06/teladoc_section.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.27.6\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Well', '', 'publish', 'closed', 'closed', '', 'be-well', '', '', '2026-03-03 21:52:03', '2026-03-04 03:52:03', '', '0', 'https://cfibenefits.wpengine.com/?page_id=260', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (263, 1, '2023-04-03 14:05:44', '2023-04-03 19:05:44', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" title_text=\"balance_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"12%\" width_phone=\"20%\" width_last_edited=\"on|phone\" max_width=\"20%\" module_alignment=\"center\" custom_margin=\"0px||1.5em||false|false\" custom_margin_tablet=\"0px||1.5em||false|false\" custom_margin_phone=\"0px||1.5em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" header_font=\"Montserrat||||||||\" header_line_height=\"1.1em\" header_font_tablet=\"Montserrat||||||||\" header_font_phone=\"Montserrat||||||||\" header_font_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"35px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"1.1em\" header_line_height_phone=\"1.1em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Balanced</h1>\nBe balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/employee-assistance-program/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Assistance Program</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP.jpg\" title_text=\"EAP\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/family-forming-benefits/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Paid Parental Leave</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Paid Parental Leave</h2>\" content_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Family Forming Benefits</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave.jpg\" title_text=\"paid parental leave\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/employee-gift-match/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Gift<br>Match</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/volunteers.jpg\" title_text=\"employee gift match\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/employee-perks/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Perks</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/employee-perks.jpg\" title_text=\"employee perks\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/paid-time-off/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Paid Time Off</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/PTO-2.jpg\" title_text=\"PTO\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Balanced', '', 'publish', 'closed', 'closed', '', 'be-balanced', '', '', '2026-01-23 16:43:48', '2026-01-23 22:43:48', '', '0', 'https://cfibenefits.wpengine.com/?page_id=263', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (268, 1, '2023-04-03 14:39:05', '2023-04-03 19:39:05', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" title_text=\"success_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"12%\" width_phone=\"20%\" width_last_edited=\"on|phone\" max_width=\"20%\" module_alignment=\"center\" custom_margin=\"0px||1.5em||false|false\" custom_margin_tablet=\"0px||1.5em||false|false\" custom_margin_phone=\"0px||1.5em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" header_font=\"Montserrat||||||||\" header_line_height=\"1.1em\" header_font_tablet=\"Montserrat||||||||\" header_font_phone=\"Montserrat||||||||\" header_font_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"35px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"1.1em\" header_line_height_phone=\"1.1em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Successful</h1>\n<p><span>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/education-assistance/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Education Assistance</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/education-assistance.jpg\" title_text=\"education assistance\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/career-development/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Career Development</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/career-development-inset.jpg\" title_text=\"career-development-inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/leadership-development/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Leadership Development</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leadership-inset.jpg\" title_text=\"leadership development\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/mentoringcf/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\" locked=\"off\"]<h2 style=\"text-align: center;\">Mentoring@CF</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/mentoring2_landing.jpg\" title_text=\"mentoring\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_enable_color=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Successful', '', 'publish', 'closed', 'closed', '', 'be-successful', '', '', '2026-01-23 16:53:40', '2026-01-23 22:53:40', '', '0', 'https://cfibenefits.wpengine.com/?page_id=268', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (271, 1, '2023-04-03 15:04:39', '2023-04-03 20:04:39', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" title_text=\"inclusion_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Included</h1>\n<p><span>Join your colleagues to foster an inclusive and belonging culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" link_option_url=\"/ca/inclusion-resource-group-irg/\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Inclusion Resource Group</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-resource-group-inset.jpg\" title_text=\"inclusion resource group\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_enable_color=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Included', '', 'publish', 'closed', 'closed', '', 'be-included', '', '', '2026-01-23 16:55:54', '2026-01-23 22:55:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=271', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (272, 1, '2023-04-03 15:08:22', '2023-04-03 20:08:22', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" title_text=\"planning icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Prepared</h1>\n<p>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer. We also want to ensure you feel equipped for a time without CF - including leaving the company, retiring or if you are the dependent of a CF employee who passes away.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/origin-financial-well-being/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Origin Financial Well-Being</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/ayco-financial-inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/health-spending-account/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Health Spending Account</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA-inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/life-insurance/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Life Insurance</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-insurance-inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/disability/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Disability Coverage</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/disability-inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/retirement-benefits/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Retirement Benefits</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k-inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/business-and-personal-travel/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Business and Personal Travel</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/travel-inset.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/business-and-personal-travel/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/leaving-cf/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Leaving CF</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leaving-inset.jpg\" title_text=\"leaving CF\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/retiring-from-cf/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Retiring From CF</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/retiring-inset.jpg\" title_text=\"retiring\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/retiring-from-cf/\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/ca/death-of-an-employee/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Death of CF Employee</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/reporting-death-inset.jpg\" title_text=\"death of CF employee\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Prepared', '', 'publish', 'closed', 'closed', '', 'be-prepared', '', '', '2026-02-02 03:49:00', '2026-02-02 09:49:00', '', '0', 'https://cfibenefits.wpengine.com/?page_id=272', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (277, 1, '2023-04-04 20:04:46', '2023-04-05 01:04:46', '[et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"rgba(63,169,245,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" template_type=\"module\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\nPlease refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.[/et_pb_text]', 'CF for employees box', '', 'publish', 'closed', 'closed', '', 'cf-for-employees-box', '', '', '2023-04-04 20:04:46', '2023-04-05 01:04:46', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/cf-for-employees-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (279, 1, '2023-04-04 20:05:52', '2023-04-05 01:05:52', '[et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" template_type=\"module\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text]', 'revised employees only box', '', 'publish', 'closed', 'closed', '', 'revised-employees-only-box', '', '', '2023-04-04 20:05:52', '2023-04-05 01:05:52', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/revised-employees-only-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (280, 1, '2023-04-04 21:01:47', '2023-04-05 02:01:47', '', 'med_section_banner5', '', 'inherit', 'open', 'closed', '', 'med_section_banner5', '', '', '2023-04-04 21:01:47', '2023-04-05 02:01:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/med_section_banner5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (281, 1, '2023-04-05 11:34:57', '2023-04-05 16:34:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-rewarded/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" front_title_font_size_tablet=\"1.7vw\" front_title_font_size_phone=\"1.7vw\" front_title_font_size_last_edited=\"on|desktop\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-balanced/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-finances/\" custom_css_front_image_icon=\"padding-top: 26px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-successful/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-successful/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-wellness/\" custom_css_front_image_icon=\"padding-top: 15px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-included/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -20px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section]', 'flipping card section - scaling titles', '', 'publish', 'closed', 'closed', '', 'flipping-card-section-scaling-titles', '', '', '2023-04-05 11:34:57', '2023-04-05 16:34:57', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/flipping-card-section-scaling-titles/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (308, 2, '2023-05-03 16:50:27', '2023-05-03 21:50:27', '', 'new-employee-integration', '', 'inherit', 'open', 'closed', '', 'new-employee-integration-2', '', '', '2023-05-03 16:50:27', '2023-05-03 21:50:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/new-employee-integration.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (310, 2, '2023-05-03 16:53:30', '2023-05-03 21:53:30', '', 'beSuccessful-new_employee2', '', 'inherit', 'open', 'closed', '', 'besuccessful-new_employee2', '', '', '2023-05-03 16:53:30', '2023-05-03 21:53:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/beSuccessful-new_employee2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (312, 2, '2023-05-03 17:04:29', '2023-05-03 22:04:29', '', 'career development', '', 'inherit', 'open', 'closed', '', 'besuccessful-career_development', '', '', '2023-05-03 17:04:49', '2023-05-03 22:04:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/beSuccessful-career_development.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (313, 2, '2023-05-04 13:21:14', '2023-05-04 18:21:14', '', 'career-development-banner', '', 'inherit', 'open', 'closed', '', 'career-development-banner', '', '', '2023-05-04 13:21:14', '2023-05-04 18:21:14', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-development-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (314, 2, '2023-05-04 16:07:11', '2023-05-04 21:07:11', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring', '', '', '2023-05-04 16:07:11', '2023-05-04 21:07:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (316, 2, '2023-05-04 16:32:14', '2023-05-04 21:32:14', '', 'performance management', '', 'inherit', 'open', 'closed', '', 'performance-management-2', '', '', '2023-05-04 16:32:29', '2023-05-04 21:32:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/performance-management.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (317, 2, '2023-05-04 16:44:12', '2023-05-04 21:44:12', '', 'performance management', '', 'inherit', 'open', 'closed', '', 'performance-management-banner', '', '', '2023-05-14 23:12:08', '2023-05-15 04:12:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/performance-management-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (318, 2, '2023-05-04 16:44:23', '2023-05-04 21:44:23', '', 'mentoring-banner', '', 'inherit', 'open', 'closed', '', 'mentoring-banner', '', '', '2023-05-04 16:44:23', '2023-05-04 21:44:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (319, 2, '2023-05-04 16:50:15', '2023-05-04 21:50:15', '', 'talent', '', 'inherit', 'open', 'closed', '', 'talent', '', '', '2023-05-04 16:50:15', '2023-05-04 21:50:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/talent.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (320, 2, '2023-05-04 17:05:46', '2023-05-04 22:05:46', '', 'leadership development', '', 'inherit', 'open', 'closed', '', 'leadership', '', '', '2023-05-04 17:05:54', '2023-05-04 22:05:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (322, 2, '2023-05-04 17:21:27', '2023-05-04 22:21:27', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assistance-2', '', '', '2023-05-04 17:21:31', '2023-05-04 22:21:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assistance.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (323, 2, '2023-05-04 17:25:33', '2023-05-04 22:25:33', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assist-banner', '', '', '2023-05-14 23:00:41', '2023-05-15 04:00:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assist-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (324, 2, '2023-05-04 17:25:34', '2023-05-04 22:25:34', '', 'leadership-devel-banner', '', 'inherit', 'open', 'closed', '', 'leadership-devel-banner', '', '', '2023-05-04 17:25:34', '2023-05-04 22:25:34', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-devel-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (325, 2, '2023-05-04 17:25:36', '2023-05-04 22:25:36', '', 'talent-management-banner', '', 'inherit', 'open', 'closed', '', 'talent-management-banner', '', '', '2023-05-04 17:25:36', '2023-05-04 22:25:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/talent-management-banner.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_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 (326, 2, '2023-05-04 18:40:17', '2023-05-04 23:40:17', '', 'EAP', '', 'inherit', 'open', 'closed', '', 'eap', '', '', '2023-05-04 18:40:17', '2023-05-04 23:40:17', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EAP.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (327, 2, '2023-05-04 18:51:24', '2023-05-04 23:51:24', '', 'paid-parental-leave', '', 'inherit', 'open', 'closed', '', 'paid-parental-leave-2', '', '', '2023-05-04 18:51:24', '2023-05-04 23:51:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-parental-leave.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (328, 2, '2023-05-04 19:03:27', '2023-05-05 00:03:27', '', 'paid time off', '', 'inherit', 'open', 'closed', '', 'paid-time-off-2', '', '', '2023-05-04 19:03:38', '2023-05-05 00:03:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-time-off.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (330, 2, '2023-05-05 16:35:00', '2023-05-05 21:35:00', '', 'employee gift match', '', 'inherit', 'open', 'closed', '', 'volunteers', '', '', '2023-05-05 16:35:14', '2023-05-05 21:35:14', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/volunteers.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (331, 2, '2023-05-05 16:35:38', '2023-05-05 21:35:38', '', 'employee perks', '', 'inherit', 'open', 'closed', '', 'employee-perks-2', '', '', '2023-05-05 16:35:45', '2023-05-05 21:35:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-perks.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (332, 2, '2023-05-05 16:36:49', '2023-05-05 21:36:49', '', 'employee-match-banner', '', 'inherit', 'open', 'closed', '', 'employee-match-banner', '', '', '2023-05-05 16:36:49', '2023-05-05 21:36:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-match-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (333, 2, '2023-05-05 16:36:50', '2023-05-05 21:36:50', '', 'employee-perks-banner', '', 'inherit', 'open', 'closed', '', 'employee-perks-banner', '', '', '2023-05-05 16:36:50', '2023-05-05 21:36:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-perks-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (334, 2, '2023-05-05 16:36:52', '2023-05-05 21:36:52', '', 'PTO-banner', '', 'inherit', 'open', 'closed', '', 'pto-banner', '', '', '2023-05-05 16:36:52', '2023-05-05 21:36:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (338, 2, '2023-05-12 22:36:20', '2023-05-13 03:36:20', '[et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" template_type=\"module\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text]', 'lightBlue sidebar box', '', 'publish', 'closed', 'closed', '', 'lightblue-sidebar-box', '', '', '2023-05-12 22:36:20', '2023-05-13 03:36:20', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/lightblue-sidebar-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (348, 1, '2023-05-14 06:44:58', '2023-05-14 11:44:58', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/resources-library_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Resource Library</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Learn more about our benefits and programs. [/et_pb_text][et_pb_text _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_3_line_height=\"1.7em\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>Employee Assistance Program</h3>\n<ul>\n<li><a href=\"/ca/wp-content/uploads/sites/2/2026/01/HS_GROGuide_2025_ENCA.pdf\" target=\"_blank\" rel=\"noopener\">Using Guidance Resources Online</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/ca/documents/eap-financial-resources-flyer/\" target=\"_blank\" rel=\"noopener\">Financial Resources Available</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/ca/documents/eap-work-life-solutions-flyer/\" target=\"_blank\" rel=\"noopener\">Work-Life Solutions</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/ca/documents/eap-legal-guidance-flyer/\" target=\"_blank\" rel=\"noopener\">Legal Guidance</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Leave of Absence Request</h3>\n<ul>\n<li><a href=\"/ca/documents/loa-request-form/\" target=\"_blank\" rel=\"noopener\">LOA Request Form</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Life Event Changes</h3>\n<ul>\n<li><a href=\"/ca/documents/manage-your-benefits-tip-sheet/\" target=\"_blank\" rel=\"noopener\">Manage My Benefits Tip Sheet</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Education Assistance</h3>\n<ul>\n<li><a href=\"/ca/documents/2026-application-for-education-assistance/\" target=\"_blank\" rel=\"noopener\">Education Assistance Application</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Booklets / Guides</h3>\n<ul>\n<li><a href=\"/ca/documents/2026-ca-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">2026 Enrollment Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/ca/documents/2026-ca-annual-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">2026 Annual Enrollment Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/sun-life-group-benefits/\" target=\"_blank\" rel=\"noopener\">Sun Life Group Benefits</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"]<h3>Short Term Incentives</h3>\n<ul>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf\" target=\"_blank\" rel=\"noopener\">Corporate Incentive</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf\" target=\"_blank\" rel=\"noopener\">Manufacturing and Distribution Facilities</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Long-Term Incentives (Equity)</h3>\n<ul>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/5B-LTI-RSU-PSU-010423-1.pdf\" target=\"_blank\" rel=\"noopener\">RSUs versus PSUs</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf\" target=\"_blank\" rel=\"noopener\">More About RSUs</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Advantage PPO with HSA</h3>\n<ul>\n	<li>The Advantage PPO with HSA has a higher deductible and out-of-pocket maximum.</li>\n	<li>The monthly premium is lower in this plan.</li>\n	<li>This plan can be paired with a <a href=\"#\">Health Savings Account (HSA)</a>.\n<ul>\n	<li>CF Industries also contributes to your HSA to help cover eligible medical expenses.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" global_colors_info=\"{}\"]<h3>Standard PPO</h3>\n<ul>\n<li>The Standard PPO has a lower deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is higher in this plan.</li>\n<li>This plan cannot be paired with an HSA but is eligible for a <a href=\"#\">Flexible Spending Account (FSA)</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>Pay Less with In-Network Providers</h3>\n<p><a href=\"https://www.bcbsil.com/find-care/providers-in-your-network/find-a-doctor-or-hospital?utm_source=QR-Code&amp;utm_medium=AE%2520Guide&amp;utm_campaign=Annual%2520Enrollment%25202020&amp;utm_term=Provider+directory\" target=\"_blank\" rel=\"noopener\">Click here</a> to find a provider in your area or call BCBSIL Health Advocacy Solutions at <strong>888-902-8293</strong>.</p>\n<h3>Get Help Navigating Your Medical Care</h3>\n<p>You or dependents enrolled in a CF Industries medical plan can <strong>contact Blue Cross Blue Shield Health Advocacy Solutions (HAS)</strong> to help you address medical benefits questions, guide you through a new diagnosis, find a provider, shop for lower-cost healthcare, connect you with mental health experts and more! <strong>Call 888-902-8293 for support 24/7 at no cost to you.</strong></p>\n<p>Connect to your Health Advocate Team, dedicated Health Advocate Concierge and Clinical Health Advocates from 7 a.m. to 7 p.m. CT Monday through Friday.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Resource Library', '', 'publish', 'closed', 'closed', '', 'resource-library', '', '', '2026-03-05 16:35:08', '2026-03-05 22:35:08', '', '0', 'https://cfibenefits.wpengine.com/?page_id=348', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (350, 1, '2023-05-14 07:01:23', '2023-05-14 12:01:23', '', 'Express Scripts Mail Order Form', '', 'inherit', 'open', 'closed', '', 'express-scripts-mail-order-form', '', '', '2023-05-14 07:01:23', '2023-05-14 12:01:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Express-Scripts-Mail-Order-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (351, 1, '2023-05-14 07:01:29', '2023-05-14 12:01:29', '', 'IL Prescription Reimbursement Claim Form', '', 'inherit', 'open', 'closed', '', 'il-prescription-reimbursement-claim-form', '', '', '2023-05-14 07:01:29', '2023-05-14 12:01:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/IL-Prescription-Reimbursement-Claim-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (352, 1, '2023-05-14 07:01:41', '2023-05-14 12:01:41', '', 'Accredo Specialty Pharmacy', '', 'inherit', 'open', 'closed', '', 'accredo-specialty-pharmacy', '', '', '2023-05-14 07:01:41', '2023-05-14 12:01:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Accredo-Specialty-Pharmacy.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (353, 1, '2023-05-14 07:01:55', '2023-05-14 12:01:55', '', 'FINAL CF_Industries_2022_Guide_US_Cash_Balance_v1 (2)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_cash_balance_v1-2', '', '', '2023-05-14 07:01:55', '2023-05-14 12:01:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (354, 1, '2023-05-14 07:02:09', '2023-05-14 12:02:09', '', 'FINAL CF_Industries_2022_Guide_US_Legacy_v2 (2)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_legacy_v2-2', '', '', '2023-05-14 07:02:09', '2023-05-14 12:02:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (355, 1, '2023-05-14 07:02:20', '2023-05-14 12:02:20', '', 'FINAL CF_Industries_2022_Guide_US_Section_16_v6 (1)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_section_16_v6-1', '', '', '2023-05-14 07:02:20', '2023-05-14 12:02:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (356, 1, '2023-05-14 07:02:23', '2023-05-14 12:02:23', '', 'Ben Sum_DPPO1_01.01.2023_CF Industries Enterprises, Inc_3333808', '', 'inherit', 'open', 'closed', '', 'ben-sum_dppo1_01-01-2023_cf-industries-enterprises-inc_3333808', '', '', '2023-05-14 07:02:23', '2023-05-14 12:02:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (357, 1, '2023-05-14 07:02:25', '2023-05-14 12:02:25', '', 'CF Industries Basic and Vol Life Benefit Summary', '', 'inherit', 'open', 'closed', '', 'cf-industries-basic-and-vol-life-benefit-summary', '', '', '2023-05-14 07:02:25', '2023-05-14 12:02:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-Industries-Basic-and-Vol-Life-Benefit-Summary.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (358, 1, '2023-05-14 07:02:28', '2023-05-14 12:02:28', '', '5A-LTI-RSU-Only-2022-010423 (1)', '', 'inherit', 'open', 'closed', '', '5a-lti-rsu-only-2022-010423-1', '', '', '2023-05-14 07:02:28', '2023-05-14 12:02:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (359, 1, '2023-05-14 07:02:30', '2023-05-14 12:02:30', '', '5B-LTI-RSU-PSU-010423 (1)', '', 'inherit', 'open', 'closed', '', '5b-lti-rsu-psu-010423-1', '', '', '2023-05-14 07:02:30', '2023-05-14 12:02:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/5B-LTI-RSU-PSU-010423-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (360, 1, '2023-05-14 07:02:33', '2023-05-14 12:02:33', '', '4A-Short-Term-Incentive-AIP-2023-010423', '', 'inherit', 'open', 'closed', '', '4a-short-term-incentive-aip-2023-010423', '', '', '2023-05-14 07:02:33', '2023-05-14 12:02:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (361, 1, '2023-05-14 07:02:36', '2023-05-14 12:02:36', '', '4C-VIP-MFG-DF-2023-011023 (1)', '', 'inherit', 'open', 'closed', '', '4c-vip-mfg-df-2023-011023-1', '', '', '2023-05-14 07:02:36', '2023-05-14 12:02:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (362, 1, '2023-05-14 07:02:39', '2023-05-14 12:02:39', '', 'BCBSIL Medical Claim Form IL', '', 'inherit', 'open', 'closed', '', 'bcbsil-medical-claim-form-il', '', '', '2023-05-14 07:02:39', '2023-05-14 12:02:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/BCBSIL-Medical-Claim-Form-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (363, 1, '2023-05-14 07:02:46', '2023-05-14 12:02:46', '', 'MD Live_User Guide', '', 'inherit', 'open', 'closed', '', 'md-live_user-guide', '', '', '2023-05-14 07:02:46', '2023-05-14 12:02:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/MD-Live_User-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (364, 1, '2023-05-14 07:02:49', '2023-05-14 12:02:49', '', 'Ben Sum_VIS1_01.01.2023_CF Industries Enterprises, Inc_3333808', '', 'inherit', 'open', 'closed', '', 'ben-sum_vis1_01-01-2023_cf-industries-enterprises-inc_3333808', '', '', '2023-05-14 07:02:49', '2023-05-14 12:02:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (365, 1, '2023-05-14 07:02:52', '2023-05-14 12:02:52', '', 'F_GROGuide', '', 'inherit', 'open', 'closed', '', 'f_groguide', '', '', '2024-03-25 14:11:41', '2024-03-25 19:11:41', '', 881, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_GROGuide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (366, 1, '2023-05-14 07:02:55', '2023-05-14 12:02:55', '', 'F_ServiceFC', '', 'inherit', 'open', 'closed', '', 'f_servicefc', '', '', '2024-03-25 14:12:25', '2024-03-25 19:12:25', '', 882, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceFC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (367, 1, '2023-05-14 07:02:58', '2023-05-14 12:02:58', '', 'F_ServiceFS', '', 'inherit', 'open', 'closed', '', 'f_servicefs', '', '', '2024-03-25 14:13:10', '2024-03-25 19:13:10', '', 883, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceFS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (368, 1, '2023-05-14 07:03:01', '2023-05-14 12:03:01', '', 'F_ServiceLC', '', 'inherit', 'open', 'closed', '', 'f_servicelc', '', '', '2024-03-25 14:13:53', '2024-03-25 19:13:53', '', 884, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceLC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (371, 1, '2023-05-14 07:21:48', '2023-05-14 12:21:48', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/base-pay-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"21%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Base Pay</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Creating an environment to attract and retain top talent.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The foundation of CF Industriesâ€™ compensation framework is based on a holistic approach to engage you, our employees, by including all elements of compensation: salary, short-term and long-term incentives.</p>\n<p>We leverage these elements to:</p>\n<ul>\n<li>Attract and retain top talent</li>\n<li>Provide fair and competitive wage</li>\n<li>Recognize and reward exceptional performance</li>\n<li>Maintain sustainability across business cycles</li>\n</ul>\n<h2>Base Pay</h2>\n<p>Base pay reflects an employee\'s annual compensation at a specific point in time, and considers your knowledge, skills and abilities which align with your specific duties and responsibilities. Our base pay takes into consideration relevant labour conditions and is targeted at the market median midpoint. Similar to how we evaluate your skills when determining your wage rate, CF annually evaluates our own pay scale and adjusts accordingly to remain fair and competitive.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>View Your Paycheck Online</h2>\n<ul>\n	<li>Go to <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a></li>\n	<li>Sign in with your username and password.</li>\n	<li>Click on the <strong>Pay</strong> worklet.</li>\n	<li>Click on the Payslips button.</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Base Pay', '', 'publish', 'closed', 'closed', '', 'base-pay', '', '', '2023-06-21 07:07:51', '2023-06-21 12:07:51', '', '0', 'https://cfibenefits.wpengine.com/?page_id=371', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (373, 1, '2023-05-14 07:30:18', '2023-05-14 12:30:18', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/short-term-incentive_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"22%\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Short-Term Incentives (AIP/VIP)</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Do It Right. Do It Well. Be Rewarded.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Our company performance is a direct result of working safely, ensuring reliable operations and improving workplace efficiency. We know that better results happen when we do it right and do it well every time. With CFâ€™s annual incentives, you are rewarded when you help the company achieve these performance goals.</p>\n<h2>Short-Term Incentive Options</h2>\n<p>Depending on your position within CF Industries, you may be assigned to your specific incentive plan when you come aboard. Short-term incentives are broken down into two groups which vary based on how the incentives are earned and when they are paid:</p>\n<h2>Corporate</h2>\n<h3>Annual Incentive Plan (AIP) and Variable Incentive Plan (VIP-Corporate)</h3>\n<p>As a corporate employee, your annual incentive award is based on how well the company does during the plan year in four separate performance categories and account for different percentages of the award. Your annual incentive award is paid out in one payment after the close of the year.</p>\n<p>Annual incentive awards are paid out in the first quarter <span>of the following year.</span></p>\n<h2>Manufacturing and Distribution Facilities</h2>\n<h3>Variable Incentive Plan (VIP-Manufacturing)</h3>\n<p>As a manufacturing or distribution facility employee, your award is based on the same performance categories listed above under Corporate AND safety and production goals for your facility. Safety and production goals consist of site-wide ammonia production and your individual safety score.</p>\n<p>Variable incentive awards are paid out in two timeslots: 50% of your award will be paid out based on the company performance categories <strong>in the first quarter following the close of the year</strong>. The other 50% will be paid out in <strong>quarterly amount</strong>s based on site goals.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more details about our short-term incentives, search â€œShort-Term Incentivesâ€ on The Loop.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Short Term Incentives (AIP/VIP)', '', 'publish', 'closed', 'closed', '', 'short-term-incentives-aip-vip', '', '', '2026-02-18 07:20:53', '2026-02-18 13:20:53', '', '0', 'https://cfibenefits.wpengine.com/?page_id=373', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (375, 1, '2023-05-14 07:35:46', '2023-05-14 12:35:46', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term-incentive-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"19%\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Long-Term Incentives</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"25%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Investing in our top leadership and key contributors.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries offers awards that intentionally reflect our values, especially our focus on maintaining a long-term view. Our leaders and key contributors play an important part in increasing the value of the company over time, and we reward these efforts by providing opportunities to accumulate company ownership through long-term incentives.</p>\n<p>CF determines each year which leaders and key contributors are eligible for the long-term incentives. The amount you are awarded is based on your role, your performance and your potential. Our long-term incentives are designed to align leadership interests with our shareholdersâ€™ by guaranteeing CFâ€™s sustained success.</p>\n<h2>First-time Recipient?</h2>\n<p>You will need to open an account or link an existing Charles Schwab account to CF. You will receive an email from Charles Schwab with information on how to open or link your account.</p>\n<h2>Accessing Your Award</h2>\n<p>In January of each year, your Award Agreement will be accessible on the <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab Equity Awards Center (EAC)</a> website. You will need to log on to the EAC to review your grant details and accept your Award Agreement within a specified time period.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>800-654-2593</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/schwab-mobile/id407358186\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.schwab.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more details about our long-term incentives, search â€œLong-Term Incentivesâ€ on The Loop.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Incentives', '', 'publish', 'closed', 'closed', '', 'long-term-incentives', '', '', '2023-06-20 13:09:15', '2023-06-20 18:09:15', '', '0', 'https://cfibenefits.wpengine.com/?page_id=375', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (376, 1, '2023-05-14 07:50:33', '2023-05-14 12:50:33', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-anniversary-award_page_banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||2vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award-mobileONLY.jpg\" background_enable_image_phone=\"on\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Service Anniversary Awards</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Celebrating the impact you make at CF Industries. [/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Service Anniversary Awards</h2>\n<p>Workplaces should be a community of people who surround you every day to be champions of your success. We can think of no better way to continue to <strong>champion you</strong> than by rewarding your hard work! Service Anniversary Rewards are an opportunity to recognize and thank you for the dedication you have shown throughout your time at CF Industries.</p>\n<p>CF Industries believes that, when recognizing our success as a company, we must first recognize everyone that was involved in making that success possible. When an employee reaches an important professional milestone, it is a clear indicator of their commitment to their work and CFâ€™s overall success.</p>\n<p>Employees with service anniversaries ranging from five to 50 years will receive a signed letter, plaque and a stipend between $100 to $1,150 that employees will then use to choose gifts from a selected company catalogue.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_congrats.jpg\" title_text=\"team_congrats\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>800-654-2593</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/schwab-mobile/id407358186\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.schwab.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Anniversary Awards', '', 'draft', 'closed', 'closed', '', 'service-anniversary-awards', '', '', '2026-01-22 18:14:17', '2026-01-23 00:14:17', '', '0', 'https://cfibenefits.wpengine.com/?page_id=376', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (379, 1, '2026-03-03 21:50:12', '2023-05-14 12:54:32', ' ', '', '', 'publish', 'closed', 'closed', '', 379, '', '', '2026-03-03 21:50:12', '2026-03-04 03:50:12', '', '0', 'https://cfibenefits.wpengine.com/?p=379', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (380, 1, '2026-03-03 21:50:12', '2023-05-14 12:54:32', '', 'Short-Term Incentives', '', 'publish', 'closed', 'closed', '', 'short-term-incentives-2', '', '', '2026-03-03 21:50:12', '2026-03-04 03:50:12', '', '0', 'https://cfibenefits.wpengine.com/?p=380', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (381, 1, '2026-03-03 21:50:11', '2023-05-14 12:54:32', ' ', '', '', 'publish', 'closed', 'closed', '', 381, '', '', '2026-03-03 21:50:11', '2026-03-04 03:50:11', '', '0', 'https://cfibenefits.wpengine.com/?p=381', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (382, 1, '2026-03-03 21:50:25', '2023-05-14 12:54:41', ' ', '', '', 'publish', 'closed', 'closed', '', 382, '', '', '2026-03-03 21:50:25', '2026-03-04 03:50:25', '', '0', 'https://cfibenefits.wpengine.com/?p=382', 40, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (383, 1, '2023-05-14 07:58:14', '2023-05-14 12:58:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"56%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Prescription Drug Coverage</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Take away the pain of refilling prescriptions for you and your loved ones.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Prescription drug coverage is provided through Sun Life and is available to you and your eligible dependents. This coverage is included as part of your health plan coverage when you enroll in Option 1 or Option 2.\n\nYou may fill your prescriptions at any local pharmacy or through Online Pharmacy, by Pillway.\n<h3>Online Pharmacy, by Pillway - An Easy Way to Get your Medications and More</h3>\nOnline Pharmacy, by Pillway, gives you easy online access to pharmacists for medication and coaching to better manage your health. The pharmacy is available 24/7, and thereâ€™s no extra cost to you. Itâ€™s available to you and your family members whenever you choose to use it. <a href=\"/ca/documents/2026-online-pharmacy-and-coaching/\" target=\"_blank\" rel=\"noopener\">Click here</a> for more information.\n\nOnline Pharmacy, by Pillway provides:\n<ul>\n	<li>Easy ordering of your prescriptions</li>\n	<li>The ability to manage your medication needs</li>\n	<li>Easy Refills</li>\n	<li>Professional Advice</li>\n	<li>Home delivery</li>\n	<li>Coaching for chronic conditions</li>\n</ul>\nPlease note: Not available in Quebec.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||8px||false|false\" global_colors_info=\"{}\"]<h2>Prescription Coverage At-a-Glance*</h2>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Benefits<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option One Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option Two Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Prescription drugs*</strong></td><!-- [et_pb_line_break_holder] -->      <td ><strong>70%</strong><br><!-- [et_pb_line_break_holder] -->Includes smoking cessation and anti-obesity drugs (limits apply)<br><br><!-- [et_pb_line_break_holder] -->        <strong>Fertility up to a lifetime maximum of $2,500</strong></td><!-- [et_pb_line_break_holder] -->       <td ><strong>100%</strong><br><!-- [et_pb_line_break_holder] -->Includes smoking cessation and anti-obesity drugs (limits apply)<br><br><!-- [et_pb_line_break_holder] -->        <strong>Fertility up to a lifetime maximum of $2,500</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||4em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Sun Life will reimburse your drug expense up to the \"lowest cost alternative\" amount for your prescription. Some prescription drugs require prior authorization.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Plan Program Number: </strong></span><strong>50621</strong></p>\n<p><strong><a href=\"https://www.sunlife.ca/en/health/online-pharmacy/\" target=\"_blank\" rel=\"noopener\">Online Pharmacy by Pillway Online Pharmacy</a></strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-online-pharmacy-flyer/\" target=\"_blank\" rel=\"noopener\"><strong>Online Pharmacy Flyer</strong></a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" header_4_line_height=\"1.3em\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>ID Cards</h4>\n<p>Your medical plan ID card has your Prime Therapeutics Plan information.</p>\n<h4>ACA Preventive Drug List</h4>\n<p>This includes medications <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/RX-ACA-Preventative-List-IL.pdf\" target=\"_blank\" rel=\"noopener\">covered at no cost</a> under both medical plans.</p>\n<h4>HSA Preventive Drug List</h4>\n<p>This applies only to those enrolled in the Advantage PPO with HSA. You pay 10% coinsurance for the preventive medications on this <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA-Preventive-Drug-Program.pdf\" target=\"_blank\" rel=\"noopener\">list</a>.</p>\n<h4>Balanced Formulary Drug List</h4>\n<p>The drug list is regularly updated. Visit <a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">MyPrime.com</a> or <a href=\"https://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">BCBSIL.com</a> for the most up-to-date list under our medical plans.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Prescription', '', 'publish', 'closed', 'closed', '', 'prescription', '', '', '2026-01-29 15:20:59', '2026-01-29 21:20:59', '', '0', 'https://cfibenefits.wpengine.com/?page_id=383', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (385, 1, '2023-05-14 08:07:01', '2023-05-14 13:07:01', '', 'HSA Preventive Drug Program', '', 'inherit', 'open', 'closed', '', 'hsa-preventive-drug-program', '', '', '2023-05-14 08:07:01', '2023-05-14 13:07:01', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-Preventive-Drug-Program.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (386, 1, '2023-05-14 08:07:04', '2023-05-14 13:07:04', '', 'RX-ACA-Preventative-List-IL', '', 'inherit', 'open', 'closed', '', 'rx-aca-preventative-list-il', '', '', '2023-05-14 08:07:04', '2023-05-14 13:07:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/RX-ACA-Preventative-List-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (388, 1, '2023-05-14 08:21:52', '2023-05-14 13:21:52', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_page_banner-1.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Dental</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Take a proactive approach to your oral health to support your overall health.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p>In partnership with Sun Life, CF Industries also offers dental coverage to its employees and their families.</p>\n<h2>Credit Options</h2>\n<p>Similar to medical coverage, credits are an allowance for dental spending each year. If necessary, you can choose a different Flex Credit allowance for your dental coverage versus your medical coverage. Please see the <a href=\"/ca/medical/\" target=\"_blank\" rel=\"noopener\">Medical page</a> for comparison costs of each option. Excess Flex Credits given under your dental coverage can also be taken as taxable cash through a bi-weekly payroll credit, and/or deposited into a Health Spending Account (HSA).</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||8px||false|false\" global_colors_info=\"{}\"]<h2>Annual Costs for Dental Coverage</h2>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">If You Choose</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Flex Credits</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Difference</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->        <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"4\">Option 1</th><!-- [et_pb_line_break_holder] -->    </tr>   <!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Single</td><!-- [et_pb_line_break_holder] -->      <td>$507</td><!-- [et_pb_line_break_holder] -->      <td>$932</td><!-- [et_pb_line_break_holder] -->      <td>$425 excess credits</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Employee + 1</td><!-- [et_pb_line_break_holder] -->      <td>$844</td><!-- [et_pb_line_break_holder] -->      <td>$1,269</td><!-- [et_pb_line_break_holder] -->      <td>$425 excess credits</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$1,429</td><!-- [et_pb_line_break_holder] -->      <td>$1,854</td><!-- [et_pb_line_break_holder] -->      <td>$425 excess credits</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"4\">Option 2</th><!-- [et_pb_line_break_holder] -->    </tr>      <!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->      <td>Single</td><!-- [et_pb_line_break_holder] -->      <td>$1,018</td><!-- [et_pb_line_break_holder] -->      <td>$1,018</td><!-- [et_pb_line_break_holder] -->      <td>$0</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Employee + 1</td><!-- [et_pb_line_break_holder] -->      <td>$1,696</td><!-- [et_pb_line_break_holder] -->      <td>$1,696</td><!-- [et_pb_line_break_holder] -->      <td>$0</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$2,871</td><!-- [et_pb_line_break_holder] -->      <td>$2,871</td><!-- [et_pb_line_break_holder] -->      <td>$0</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<h2>Opt-Out of Coverage Credits</h2>\n<p style=\"padding-bottom: .75em;\">If you are covered under your spouseâ€™s employer coverage for dental care or under your own private dental plan, you may opt-out of CF Industriesâ€™ dental coverage. If you choose to opt-out of both your medical and dental coverage, you will receive Opt-Out Credits which serve the same function as Excess Flex Credits. <strong><em>Employees will receive $750 in Opt-Out Credits for medical coverage, and $688 for dental coverage. Opting-out of dental coverage does not require proof of other coverage.</em></strong></p>\n<h2>Dental Options</h2>\n<p>Sun Life provides two options for dental coverage through your employment:</p>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Benefits<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option One Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option Two Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Basic and Preventive treatments (e.g., cleanings, fluoride, x-rays, fillings, extractions) Recall exams include two units of scaling<!-- [et_pb_line_break_holder] --></strong></td><!-- [et_pb_line_break_holder] -->      <td ><strong>100%</strong><br><!-- [et_pb_line_break_holder] -->Check-ups every nine months for adults, six months for children</strong></td><!-- [et_pb_line_break_holder] -->       <td ><strong>100%</strong><br><!-- [et_pb_line_break_holder] -->Check-ups every six months</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  <!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Endodontic and periodontic <!-- [et_pb_line_break_holder] -->treatments (e.g., root canals, <!-- [et_pb_line_break_holder] -->treatments for gum disease)<!-- [et_pb_line_break_holder] --></strong></td><!-- [et_pb_line_break_holder] -->      <td><strong>70%</strong></td><!-- [et_pb_line_break_holder] -->       <td><strong>90%</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Major restorative procedures <!-- [et_pb_line_break_holder] -->(e.g., bridgework, crowns, inlays <!-- [et_pb_line_break_holder] -->and onlays)</strong></td><!-- [et_pb_line_break_holder] -->      <td><strong>50%</strong></td><!-- [et_pb_line_break_holder] -->             <td><strong>60%</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Combined maximum for above benefits per year<!-- [et_pb_line_break_holder] --></strong></td><!-- [et_pb_line_break_holder] -->          <td><strong>$1,500</strong></td><!-- [et_pb_line_break_holder] -->          <td><strong>$2,000</strong></td><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Orthodontia</strong></td><!-- [et_pb_line_break_holder] -->      <td><strong>Not covered</strong></td><!-- [et_pb_line_break_holder] -->             <td><strong>50% coinsurance up to $2,000 lifetime maximum</strong><br><!-- [et_pb_line_break_holder] -->Adults and children</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||1em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p><em>Disclaimer: Out of network services are covered based on the percentages noted in chart above, subject to the non-network reimbursement rate. For services provided by a non-network dentist, Cigna Dental will reimburse according to the Maximum Reimbursable Charge.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Plan Program Number: </strong></span><strong>50621</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Activate Your Sun Life Account</h4>\n<p>To activate an account, visit <a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a> and enter your CF Industries email. Once your email has been confirmed, you can complete your registration after setting up your password and answering any identity</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Dental', '', 'publish', 'closed', 'closed', '', 'dental', '', '', '2026-01-23 18:09:45', '2026-01-24 00:09:45', '', '0', 'https://cfibenefits.wpengine.com/?page_id=388', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (390, 1, '2023-05-14 08:33:13', '2023-05-14 13:33:13', '', 'Cigna Dental Claim Form', '', 'inherit', 'open', 'closed', '', 'cigna-dental-claim-form', '', '', '2023-05-14 08:33:13', '2023-05-14 13:33:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Cigna-Dental-Claim-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (391, 1, '2023-05-14 08:33:15', '2023-05-14 13:33:15', '', 'CF_2023_Rates_FINAL_102022', '', 'inherit', 'open', 'closed', '', 'cf_2023_rates_final_102022', '', '', '2023-05-14 08:33:15', '2023-05-14 13:33:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF_2023_Rates_FINAL_102022.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (393, 1, '2023-05-14 08:42:01', '2023-05-14 13:42:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" hover_enabled=\"0\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Donâ€™t let your eye health become an afterthought. Our vision benefits help doctors detect health issues early.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]We partner with Sun Life to offer vision coverage for you and your eligible dependents. Vision benefits are included with your health coverage under Option 1 or Option 2.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||10px||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]<h2>Vision Coverage At-a-Glance</h2>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option One Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Option Two Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Vision care*</strong></td><!-- [et_pb_line_break_holder] -->      <td colspan = \"2\">Fixed benefit period renews every 2 years. The benefit period starts on 1/1/2025 and ends on 12/31/26.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Vision care (contact lenses, eyeglasses or laser eye correction surgery)*</strong></td><!-- [et_pb_line_break_holder] -->      <td>Benefit coverage is $75 per person every 12 months for individuals under age 19, or $300 per person every two benefit years for all others.<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->       <td>Benefit coverage is $300 per person every 12 months for individuals under age 19 or every two benefit years for all others.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --> <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Eye Exams (services of an ophthalmologist or licensed optometrist)</strong></td><!-- [et_pb_line_break_holder] -->       <td colspan = \"2\">Annual Eye Exams are covered at 100%</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"13px\" custom_margin=\"0px||11px||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><strong><em>*Vision care has a two-year fixed benefit period. The first two-year benefit period is from January 1, 2025 to December 31, 2026. Each subsequent two-year benefit period will begin after the end of a prior two-year benefit period. Vision coverage ends for any covered dependent(s) at the age of 19.</em></strong></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.21.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Plan Program Number: </strong></span><strong>50621</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Activate Your Sun Life Account</h4>\n<p>To activate an account, visit <a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a> and enter your CF Industries email. Once your email has been confirmed, you can complete your registration after setting up your password and answering any identity.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Vision', '', 'publish', 'closed', 'closed', '', 'vision', '', '', '2026-01-29 15:36:47', '2026-01-29 21:36:47', '', '0', 'https://cfibenefits.wpengine.com/?page_id=393', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (398, 1, '2023-05-14 09:16:41', '2023-05-14 14:16:41', '', 'CF_2023_Rates_FINAL_102022', '', 'inherit', 'open', 'closed', '', 'cf_2023_rates_final_102022-2', '', '', '2023-05-14 09:16:41', '2023-05-14 14:16:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF_2023_Rates_FINAL_102022-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (399, 1, '2023-05-14 09:21:01', '2023-05-14 14:21:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.24.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Strive Well-Being Program</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Learn how to take your well-being to the next level and earn rewards along the way.[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>Strive is CF Industriesâ€™ well-being program that provides a simple way to help you take charge of your physical, financial and emotional health at home and work while earning gift cards. Access Strive anytime, anywhere by connecting with your smart phone or computer.</p>\n<h2>Rewards and Incentives</h2>\n<p><strong>Employees regardless of medical plan enrollment</strong></p>\n<ul>\n<li>All employees have the opportunity to participate in the program to earn points. Points may be redeemed for gift cards up to $650 per year.</li>\n</ul>\n<p style=\"padding-bottom: .75em;\"><strong>Canadian SpousesÂ </strong></p>\n<ul>\n<li>Spouses cannot earn rewards but are welcome to participate and strive towards a healthier lifestyle!</li>\n</ul>\n<h3>Strive Tools and Resources Include (not limited to):</h3>\n<ul>\n<li>Activity tracking and goal setting</li>\n<li>Device integration with most tracking devices</li>\n<li>Unlimited individual and team challenges</li>\n<li>Guided video workouts</li>\n<li>Meditation and mindfulness tools</li>\n<li>Self-paced individual programs</li>\n<li>Recipes</li>\n</ul>\n<h3>How to Earn Your Strive Rewards</h3>\n<ol>\n<li>Take five minutes to register on the <a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">Strive platform</a>.</li>\n<li>Complete your Well-Being Assessment (WBA). You\'ll earn points while helping Strive learn about you, your interests and your goals!</li>\n<li>Participate in a mix of activities focused on physical, financial, emotional and work-related goals.</li>\n<li>It\'s not a sprint â€“ it\'s a marathon! Stay engaged all 12 months to earn your maximum points and rewards.</li>\n<li>Make it fun! Engage your co-workers in friendly competition with team challenges.</li>\n</ol>\n<p>To redeem your 2025 points for rewards, you must complete your order via the reward cart by January 24, 2026. It is your responsibility to redeem points before leaving the business for any reason, as you will no longer have access to Strive upon separation from the company.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.24.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>Tango Card Support Team</h4>\n<p style=\"padding-bottom: .75em;\">(Rewards Card)</p>\n<strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px; padding-right: 2px;\" aria-hidden=\"true\"></i> <strong>877-558-2646</strong>\n\n<strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:cs@tangocard.com\" target=\"_blank\" rel=\"noopener\">cs@tangocard.com<wbr />.com</a>\n\n<h4>Strive Program Support</h4>\n<strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px; padding-right: 2px;\" aria-hidden=\"true\"></i> <strong>888-339-4131</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">cftotalrewards-strive<wbr />.com</a>\n\n<strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:support@propelwellness.zendesk.com\" target=\"_blank\" rel=\"noopener\">support@propelwellness.zendesk<wbr />.com</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Strive', '', 'draft', 'closed', 'closed', '', 'strive', '', '', '2026-01-22 19:24:56', '2026-01-23 01:24:56', '', '0', 'https://cfibenefits.wpengine.com/?page_id=399', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (402, 1, '2023-05-14 09:33:53', '2023-05-14 14:33:53', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"43%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"54%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Your Onsite Care with Medcor Canada</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Take care of your health while at work using our onsite health center. [/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>CF Industries partners with a third-party provider, Medcor, to provide exceptional, consistent care with onsite health clinics.</p>\n<h2>Take Care with Medcor</h2>\n<p>With a variety of healthcare experience, the medical team at Medcor Canada offers services to help employees feel their best while at work. These services include:</p>\n<ul>\n<li>Occupational care</li>\n<li>Medical surveillance with physician oversight</li>\n<li>Immunizations</li>\n<li>Well-being services</li>\n<li>Virtual mental health support</li>\n</ul>\n<p>All of the services listed above are <strong>provided at no cost to you, </strong>courtesy of CF Industries. Clinics also provide onsite first aid, safety support, emergency response, CPR/First Aid training and blood pressure checks.</p>\n<p>Contact your local Medcor clinic to schedule an appointment today! Walk-ins are also welcome to employees currently onsite.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<h4>Medicine Hat</h4>\n<p>Call 403-952-6791<br />Health Center email: <a href=\"mailto:cfmedicinehat@medcorcanada.com\">cfmedicinehat@medcorcanada.com</a></p>\n<h4>CF Courtright</h4>\n<p>Call 519-333-8243<br />Health center email: <a href=\"mailto:cfcourtright@medcorcanada.com\">cfcourtright@medcorcanada.com</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://23284-1.portal.athenahealth.com/\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Proactive MD', '', 'publish', 'closed', 'closed', '', 'medcor', '', '', '2024-04-09 14:51:36', '2024-04-09 19:51:36', '', '0', 'https://cfibenefits.wpengine.com/?page_id=402', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (404, 1, '2023-05-14 09:41:39', '2023-05-14 14:41:39', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/chronic-conditions_page_banner2-1.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"11%\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"52%\" width_phone=\"58%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Chronic Condition Management and Prevention</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Prevent and manage chronic conditions for free with Dario.</p>[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>Dario is a confidential chronic condition management and prevention program offered by CF Industries at no cost to you. Darioâ€™s condition-based program includes the top five chronic conditions impacting our employees and dependents.</p>\n<h2>Who\'s Eligible?</h2>\n<p>All CF employees regardless of coverage are eligible to participate in this program. Once you enroll in the program, you will be asked to provide personal health information to see if you qualify. All information that you share to Dario is held as confidential.</p>\n<h2>Chronic Disease Condition &amp; Prevention Modules</h2>\n<p>Darioâ€™s Healthy Living programs help members live better and healthier lives. These programs include easy-to-use mobile apps, smart measurement devices, one-on-one health coaching by chat or phone and tips for healthier living.</p>\n<h3>Emotional Well-Being</h3>\n<p>Feeling stressed, anxious or depressed? Get support anytime, anywhere from Dario\'s Emotional Well-Being module. Fill out a confidential assessment to receive recommendations including self-guided programs, one-on-one coaching and referrals to qualified therapists. This all-in-one program, complete with self-guided Cognitive Behavioral Therapy (CBT), can help with stress, sleep, anxiety, depression, mindfulness and relationships.</p>\n<h3>Weight Management</h3>\n<p>The Dario Weight Management module helps participants lose weight <em>and</em> keep it off. Participants receive a free Dario Smart Scale to connect directly to the app. They will also have access to personalized health coaching for support and motivation. By utilizing Darioâ€™s tracking tools, nutrition guidance, exercise recommendations and more, participants are prepared for a successful journey!</p>\n<h3>Diabetes Management</h3>\n<p>Those impacted by diabetes have access to the Diabetes Management module. Participants receive a free pocket-sized Smart Glucometer to connect directly to the app. The mobile app makes it easy to track blood glucose readings and activities, chat with coaches and get tips for better managing your diabetes. Lancets and strips are automatically replenished so participants never run out. Participants may also add an emergency contact to alert during a hypoglycemic event.</p>\n<h3>Blood Pressure Management</h3>\n<p>The Blood Pressure Management module can help participants understand how to better keep blood pressure under control. Participants receive a free digital blood pressure cuff to connect to the app for easy monitoring. Participants also have access to a health coach for guidance on healthy eating, exercising and managing stress.</p>\n<h3>Musculoskeletal (Joint)</h3>\n<p>Tackle joint pain and improve posture with Dario\'s musculoskeletal module. Participants receive a free Dario Move kit, complete with a wearable sensor that shows real-time movement in the app, to guide exercise sessions. Participants have access to video tips to improve joint health and understand pain, as well as a dedicated coach to help you move into better health.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>833-438-0736 </strong> \n(9 a.m. â€“ 9 p.m. ET)\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://about.dariohealth.com/cfindustries\" target=\"_blank\" rel=\"noopener\">www.about.dariohealth.com/cfindustries </a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://23284-1.portal.athenahealth.com/\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Start Now for Free</h2>\n<ul>\n<li>Get started now by clicking <a href=\"https://about.dariohealth.com/cfindustries/\" target=\"_blank\" rel=\"noopener\">here</a>.</li>\n<li>Scroll down and select GET ME STARTED.</li>\n<li>Enter the requested information.</li>\n<li>Select the module you think may be right for you.</li>\n</ul>\n<p>All information you share is confidential.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Chronic Condition and Prevention Management', '', 'draft', 'closed', 'closed', '', 'chronic-condition-and-prevention-management', '', '', '2025-10-01 02:11:54', '2025-10-01 07:11:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=404', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (408, 1, '2023-05-14 13:59:25', '2023-05-14 18:59:25', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 61%|rgba(255,255,255,0) 61%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"61%\" width_last_edited=\"on|tablet\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Paid Parental Leave</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Time away from work to bond and adjust to your newly expanded family.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<p>CF Industries provides Paid Parental Leave (PPL) to provide you time away from work to bond with your new family member â€“ whether they be newborn or newly adopted.</p>\n<h2>Eligibility*</h2>\n<p>Regular, active full-time employees are eligible for CF Paid Maternity top-up and Paid Parental Leave top-up (PPL) benefits after the completion of 12 months of service. This leave applies to both birth moms and non-birth parents.</p>\n<h2>Benefit Amount</h2>\n<p>The amount that is received is calculated by the difference in your base pay versus your benefit entitlement. Your benefit entitlement is calculated under your Employment Insurance (EI).</p>\n<p>CF Maternity and Parental Leave provides 100% of base pay for up to 15 weeks total. Birth mothers are provided with 100% of base pay for 13 weeks under Maternity Leave and can apply for two additional weeks of top-up under Paid Parental Leave. If you are a non-birth parent, you are eligible for 100% of base pay for up to two weeks under Paid Parental Leave.</p>\n<p>Please note, there is a total of one-week waiting period for Employment Insurance per family per leave. <em>During this time, Parental top-up benefits will be paid by CF Industries.</em></p>\n<h2>Requirements</h2>\n<p>Employees must apply and be approved for Employment Insurance prior to submitting an application for top-up benefits.</p>\n<p>Once the employment insurance has been obtained, employees will provide their employment insurance to their local Human Resources Representative in order to calculate your top-up benefit. Employees must also provide at least a 90-day notice and must take their leave within six months after the birth or adoption of their child.</p>\n<h2>How to Apply</h2>\n<p>You are required to apply for leave by contacting your immediate supervisor and local Human Resources representative with your LOA Form at least 90 days in advance of the expected due date or adoption placement date. All leave periods are subject to manager review and approval. Please visit The Loop to confirm the specific time constraints of applying for Maternity and Paid Parental Leave based on your work location in Canada.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" locked=\"off\" global_colors_info=\"{}\"]<p><strong><em>*Please be aware that determined ineligibility for the CF Parental Top-Up Benefit does not impact an employeeâ€™s eligibility for statutory entitlements pursuant to applicable employment standards legislation.</em></strong></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\nTo learn more about Paid Parental Leave, please contact your local Human Resources representative.[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<h4>LOA Request Form</h4>\n<p><a href=\"/ca/documents/loa-request-form/\" target=\"_blank\" rel=\"noopener\">Click here</a> to access the Leave of Absence Request Form.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œCanada Paid Parental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Parental Leave', '', 'draft', 'closed', 'closed', '', 'paid-parental-leave', '', '', '2026-01-22 19:26:10', '2026-01-23 01:26:10', '', '0', 'https://cfibenefits.wpengine.com/?page_id=408', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (411, 1, '2023-05-14 14:03:35', '2023-05-14 19:03:35', '', 'CF PPL Affidavit', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit', '', '', '2023-05-14 14:03:35', '2023-05-14 19:03:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-PPL-Affidavit.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (413, 1, '2023-05-14 14:14:02', '2023-05-14 19:14:02', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/employee-match-banner.jpg\" background_position=\"top_left\" background_vertical_offset=\"3%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 56%|rgba(255,255,255,0) 56%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"46%\" background_vertical_offset_phone=\"3%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"54%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"0px||0px|2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Gift Match</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_padding=\"0px||1em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>The more you give, the more CF gives with the Annual Giving Campaign.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<p>At CF Industries, we believe in making a difference not only in the lives of our employees, but the lives of all our neighbors in our communities.</p>\n<p>We partner with the local United Way and Root Cellar chapters (Medicine Hat employees only) to bring an Employee Gift Match program to support the causes our employees believe in. For every payroll donation to United Way, CF Industries will match what you donate dollar-for-dollar, up to a total of $35,000. Employee donations to local Root Cellar food banks (Medicine Hat employees only) will also be matched dollar-for-dollar.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>To learn more about Paid Parental Leave, please contact your local Human Resources representative.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Charitable Contributions Report</h4>\n<p>Read more about how CF Industries is giving back to our devoted charities <a href=\"https://www.cfindustries.com/reports#8ce496ec-2bda-49a0-b754-2e6ca191ec37\" target=\"_blank\" rel=\"noopener\">here</a> under the latest Charitable Contributions Report.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œParental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Gift Match', '', 'publish', 'closed', 'closed', '', 'employee-gift-match', '', '', '2023-06-21 06:44:30', '2023-06-21 11:44:30', '', '0', 'https://cfibenefits.wpengine.com/?page_id=413', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (415, 1, '2023-05-14 14:19:35', '2023-05-14 19:19:35', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/employee-perks-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"39%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"60%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Perks</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||60px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Access exclusive deals and discounts.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"||0em||false|false\" custom_margin_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>PerkSpot Discounts</h2>\n<p>CF Industries partners with <a href=\"https://pslogin.perkspot.com/login?communityId=400&amp;passwordLogin=True\" target=\"_blank\" rel=\"noopener\">PerkSpot</a> to offer you exclusive discounts at some of your favorite national and local merchants. Discounts cover a wide variety of deals including, but not limited to:</p>\n<ul>\n<li>Auto/home Insurance</li>\n<li>Will Protection</li>\n<li>Identity Protection</li>\n<li>Travel</li>\n<li>Computers</li>\n<li>Dining</li>\n<li>Cell phones</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a>\n\n<span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Cigna Healthy Rewards</h4>\n<p>Click <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/Cigna_Healthy_Rewards.pdf\" target=\"_blank\" rel=\"noopener\">here</a> to learn more about Cignaâ€™s Healthy Rewards.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" z_index=\"5\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>Employee Referral Guidelines</h4>\n<p>To learn more or to confirm if someone you may know is an eligible referral, search â€œEmployee Referral Bonusâ€ on The Loop.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Perks', '', 'publish', 'closed', 'closed', '', 'employee-perks', '', '', '2026-01-23 18:03:48', '2026-01-24 00:03:48', '', '0', 'https://cfibenefits.wpengine.com/?page_id=415', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (417, 1, '2023-05-14 14:48:13', '2023-05-14 19:48:13', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-time-off-bannerBG.jpg\" custom_padding=\"3.6vw||3.6vw||true|false\" custom_padding_tablet=\"2vw||3vw||false|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 50%|rgba(255,255,255,0) 50%\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/PTO_mobileONLY.jpg\" background_enable_image_phone=\"on\" background_size_phone=\"cover\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"17%\" background_horizontal_offset_phone=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"51%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"0px||0px|2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Paid Time Off</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>To promote a healthy work-life balance, CF Industries provides eligible employees with Paid Time Off (PTO).</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Paid Holidays</h2>\n<p>You will receive 11 paid holidays each year (88 hours)</p>\n<p><em>Important Note: 12-hour shift employees receive 88 hoursâ€™ STAT bank, accrued along each holiday observed rather than company-observed holidays.</em></p>\n<p>Any accrued, unused vacation, STAT, CDO (Compensating Days Off), or TOIL (Time Off in Lieu) time will be paid out upon exit of the company.</p>\n<h2>Paid Time Off</h2>\n<p>Each January 1st, you are granted Paid Time Off (PTO) based on your projected length of continuous service at the end of that year (although PTO is earned ratably throughout the year).</p>[/et_pb_text][et_pb_code admin_label=\"PTO table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th rowspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service (as of the end of the year)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Paid Vacation Time Granted each January 1<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Regular Full-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Regular Part-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Less than one year</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 180 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 90 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>One â€“ Four years</td><!-- [et_pb_line_break_holder] -->      <td>180 hours</td><!-- [et_pb_line_break_holder] -->      <td>90 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Five â€“ Nine years</td><!-- [et_pb_line_break_holder] -->      <td>228 hours</td><!-- [et_pb_line_break_holder] -->      <td>114 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>10 - 19 years</td><!-- [et_pb_line_break_holder] -->      <td>264 hours</td><!-- [et_pb_line_break_holder] -->      <td>132 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>20+ years</td><!-- [et_pb_line_break_holder] -->      <td>300 hours</td><!-- [et_pb_line_break_holder] -->      <td>150 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*If you are a new hire, your employee holiday hours are prorated based on your start date.</em></p>\n<p><em>Temporary employees: Vacation will be granted in accordance with legislated employment standards.</em></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Volunteer Time Off (VTO)</h2>\n<p>Our Volunteer Time Off (VTO) program provides you up to one full day of your normal work schedule per year to volunteer at a charitable organization that supports CF\'s philanthropic goals related to Environmental Sustainability, Healthy Food Access, STEM Education and Awareness and Local Community Advancement.</p>\n<p>Discuss your volunteer opportunity with your manager and provide supporting information via Workday to complete your VTO request and take advantage of this program.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Company-Observed Holidays:</h4>\n<ul>\n<li>New Yearâ€™s Day</li>\n<li>Family Day</li>\n<li>Good Friday</li>\n<li>Victoria Day</li>\n<li>Canada Day</li>\n<li>Civic Day</li>\n<li>Labour Day</li>\n<li>Truth &amp; Reconciliation Day (MB Only)</li>\n<li>Thanksgiving Day</li>\n<li>Remembrance Day (AB, SK, ON Only)</li>\n<li>Christmas Day</li>\n<li>Boxing Day</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ecf9f7\" positioning=\"relative\" z_index=\"10\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\nFor more information, including the VTO policy, FAQs and detailed instructions on how to submit your VTO request in Workday, search â€œPaid Time Offâ€ on The Loop.\n<h4>Leave of Absence</h4>\nIn some cases, employees may need to take a leave of absence instead of paid time off. To view more details on the different types of leave, search â€œLeave of Absenceâ€ on The Loop or contact your HR Representative.[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>TBD app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-258-3312</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '', 'publish', 'closed', 'closed', '', 'paid-time-off', '', '', '2026-01-25 14:32:18', '2026-01-25 20:32:18', '', '0', 'https://cfibenefits.wpengine.com/?page_id=417', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (419, 1, '2023-05-14 15:21:21', '2023-05-14 20:21:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/new-employee-integration.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 64%|rgba(255,255,255,0) 64%\" background_position_tablet=\"top_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"32%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"62%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\" custom_padding__hover_enabled=\"on|desktop\" custom_padding__hover=\"0px||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29.5px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>New Employee Integration</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Give your employees the tools to succeed.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Roadmap to Success</h2>\nCF Industries provides you with a specially-tailored onboarding experience to introduce you to CFâ€™s culture, values, business and people processes to integrate you into the company and set you up for growth and success at CF. The onboarding curriculum was created by CF leaders to be aligned with our performance management and talent development processes and was designed to help you get started on the right foot as you begin your employment journey with CF. \n\nBelow is a sample of what your first 30 days will look like at CF. [/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/integration-pathway.png\" title_text=\"integration-pathway\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" show_in_lightbox=\"on\" custom_padding=\"||0px||false|false\" custom_margin=\"||8px||false|false\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"0px||0.9em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||false|false\" text_font_size=\"14px\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"7px||0px||false|false\" sticky_enabled=\"0\"]<h2>CFâ€™s Core Curriculum</h2>\n<p>CFâ€™s Core Curriculum is built by leader level and is the foundational learning roadmap to introduce you to our company. The Core Curriculum has learning paths for both employees and team leaders. Courses in the appropriate learning path are assigned to all new employees to complete as they progress through the integration process.</p>\n<h4 style=\"padding-top: .5em;\"><strong>New Employees</strong></h4>\n<p>This process supports you by outlining key activities and resources you and your team leader will undertake through the process of your employment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Road-Map-Leading-Self.jpg\" title_text=\"Road-Map-Leading-Self\" show_in_lightbox=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||10px||false|false\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"0px||0.9em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||false|false\" text_font_size=\"14px\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<h4 style=\"padding-top: .5em;\"><strong>Team Leaders</strong></h4>\n<p>â€‹â€‹â€‹â€‹â€‹â€‹â€‹This process supports you by providing guidance on how to prepare for your new employee and coach them through the process at CF.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Road-Map-Leading-Teams.jpg\" title_text=\"Road-Map-Leading-Teams\" show_in_lightbox=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||10px||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"0px||0.9em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||false|false\" text_font_size=\"14px\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<p>Your learning roadmap outlines the resources, training and personal connections that will provide you with a strong foundation for success at CF.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\n<p>Use the video below as a guide to access your roadmap on what you can expect each week.</p>\" content_phone=\"<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\nUse the video below as a guide to access your roadmap on what you can expect each week.\" content_last_edited=\"on|tablet\" disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|0px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\n<p>Use the video below as a guide to access your roadmap on what you can expect each week.</p>[/et_pb_text][et_pb_video src=\"https://vimeo.com/826702749\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|15px|15px|15px|false|true\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>New Employee Integration Details</h4>\nTo learn more about New Employee Integration and CFâ€™s Core Curriculum search â€œTalent Management & Developmentâ€ on The Loop.[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>TBD app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-258-3312</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Employee Integration', '', 'draft', 'closed', 'closed', '', 'new-employee-integration', '', '', '2026-01-22 19:26:51', '2026-01-23 01:26:51', '', '0', 'https://cfibenefits.wpengine.com/?page_id=419', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (421, 1, '2023-05-14 15:28:50', '2023-05-14 20:28:50', '', 'Road-Map-Leading-Self', '', 'inherit', 'open', 'closed', '', 'road-map-leading-self', '', '', '2023-05-14 15:28:50', '2023-05-14 20:28:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Road-Map-Leading-Self.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (422, 1, '2023-05-14 15:28:55', '2023-05-14 20:28:55', '', 'Road-Map-Leading-Teams', '', 'inherit', 'open', 'closed', '', 'road-map-leading-teams', '', '', '2023-05-14 15:28:55', '2023-05-14 20:28:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Road-Map-Leading-Teams.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (424, 1, '2023-05-14 15:38:38', '2023-05-14 20:38:38', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://vimeo.com/826702749\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" locked=\"off\"]<p><a href=\"/new-employee-integration/\">Click here</a> to return to the <strong>New Employee Integration</strong> page.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Integration Video', '', 'publish', 'closed', 'closed', '', 'employee-integration-video', '', '', '2023-05-16 07:16:57', '2023-05-16 12:16:57', '', '0', 'https://cfibenefits.wpengine.com/?page_id=424', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (426, 1, '2023-05-14 15:47:06', '2023-05-14 20:47:06', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/career-developmentBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"3%\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|300|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"35px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Career Development</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"30%\" background_position=\"bottom_right\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"23px||40px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" background_last_edited=\"on|phone\" background_enable_image_tablet=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>You are constantly evolving, and your career should too.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>At CF, your growth matters. We foster a learning culture that supports continuous development for both our business and employees. Youâ€™ll find tools, resources, and programs designed to help you plan your career and access learning opportunities from day one and throughout your journey.</p>\n<h2>CF Leadership Competency Model</h2>\n<p>At CF, we believe that what you accomplish matters, and so does how you accomplish it. Our Performance Management philosophy recognizes both the results you deliver (your goals and business impacts) and the way you achieve them (your leadership competencies). Leadership at CF means leading yourself, others, and business initiatives with integrity, collaboration, and a commitment to our core values.</p>\n<p>Our Leadership Competency Model outlines the behaviors and skills that drive success at every level. By applying these competencies in your daily work, you not only achieve results but also strengthen our culture and reputation. Whether youâ€™re new to CF or an experienced leader, focusing on both what you do and how you do it sets you apart and supports your growth- here and beyond.<img src=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2026/01/Leadership-Competency-Model-300x296.png\" width=\"300\" height=\"296\" alt=\"\" class=\"wp-image-1000 alignnone size-medium\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></p>\n<h2>Career and Individual Development Planning Process</h2>\n<p>CF offers a structured process for career development, including accessible learning content and meaningful conversations with leaders. Together, youâ€™ll create and review your Individual Development Plan (IDP), ensuring you receive the support and feedback needed to succeed.</p>\n<h2>Workday Learning</h2>\n<p><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld?returnTo=%2fcfindustries%2flearning\" target=\"_blank\" rel=\"noopener\">Workday Learning</a> is your central hub for development at CF. Through this platform, you can access a wide range of courses from providers like LinkedIn Learning and Vector Solutions, all in one place. In addition to self-paced learning, Workday is also where you can find and register for instructor-led training sessions, making it easy to participate in live learning experiences that support your growth and career goals.</p>\n<h2>LinkedIn Learning</h2>\n<p>Unlock over 10,000 courses, videos, and learning paths tailored for CF employees. <a href=\"https://lnkd.in/ePR_fxw\" target=\"_blank\" rel=\"noopener\">LinkedIn Learning</a> features expert instructors and content aligned with our leadership competencies, plus resources for professional certifications. Activate your CF LinkedIn Learning license via The Loop.</p>\n<h2>Vector Solutions</h2>\n<p>Vector Solutions provides our employees with access to courses that can help broaden their understanding of their specific work environment. With trainings on everything from pump operations to instrumentation troubleshooting, there is something for everyone. Head to Workday Learning to discover more.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" custom_margin_tablet=\"0px||36px||false|false\" custom_margin_phone=\"||36px||false|false\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Career Development</h4>\n<p>To learn more about these programs search â€œTalent Management &amp; Developmentâ€ on the Loop.</p>\n<p><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld?returnTo=%2fcfindustries%2flearning\" target=\"_blank\" rel=\"noopener\">Workday Learning</a></p>\n<p><a href=\"https://lnkd.in/ePR_fxw\" target=\"_blank\" rel=\"noopener\">LinkedIn Learning</a></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Career Development', '', 'publish', 'closed', 'closed', '', 'career-development', '', '', '2026-01-29 15:39:08', '2026-01-29 21:39:08', '', '0', 'https://cfibenefits.wpengine.com/?page_id=426', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (427, 1, '2023-05-14 15:53:02', '2023-05-14 20:53:02', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leadership-development-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"58%\" width_phone=\"69%\" width_last_edited=\"on|desktop\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||2.7em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Leadership Development</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Develop the skill to manage and lead our teams.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Within CF Industries, leadership development means providing our leaders with opportunities to identify their strengths and weaknesses, and receive constructive feedback to apply to their roles. This is provided through several leadership development programs, such as:</p>\n<ul>\n<li>Frontline Leadership Development Program (FLDP)</li>\n<li>CF Leading Leaders</li>\n<li>Executive Development Program (EDP)</li>\n</ul>\n<h2>Team Leader Foundations</h2>\n<p>Empowering first-time leaders.</p>\n<p>This comprehensive leadership development program is designed specifically for all first-time supervisors and/or team leads across CF (people who have direct reports, regardless of title).</p>\n<p>Over the course of 6 months, participants will engage in a series of six interactive, live classes held on Microsoft Teams, with individual and site-based cohort activities in between the live classes. Topics include Peer Today, Boss Tomorrow, Emotional Intelligence for Team Leaders, Situational Leadership, Conflict &amp; Difficult Conversations, Coaching, Powerful Questions &amp; Feedback, and Accountability &amp; Managing Performance.</p>\n<h2>Frontline Leadership Development (FLDP)</h2>\n<p>CFâ€™s Frontline Leadership Development Program (FLDP) was designed in partnership with the Center for Creative Leadership to help frontline leaders recognize and capitalize on their strengths and provide the skills and tools to address their development opportunities. This program enhances the leaders understanding of foundational leadership concepts, skills and perspective.</p>\n<h2>Leading Leaders â€” Your Journey to Enhanced Leadership</h2>\n<p>This program is a three-month long Functional Leader Development Experience designed to enhance your understanding of effective leadership. Leaders will explore the Fives Roles of Leaders - Strategist, Talent Developer, Internal Influencer, Change Leader and Results Orchestrator. Some of the skills taught also include understanding how to inspire and lead a diverse team while demonstrating courage to challenge the status quo and achieve new possibilities.</p>\n<h2>Executive Development Program (EDP)</h2>\n<p>This EDP takes your leadership knowledge to the next level by utilizing your greatest strength within CF Industries: the support of your peers. In this cohort-based program, 15 nominated leaders will expand their leadership knowledge to enhance their business acumen and excel in their position while contributing to the success of the company. This is an expansive program spanning from 12-18 months that takes a multi-faceted approach to leadership education. Through personalized feedback, leadership assessments and experiential learning exercises, participants can expect to expand their knowledge and grow their professional network in the process.</p>\n<ul></ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Leadership Development Programs</h4>\nContact your HR business partner for information on our Leadership Development Programs.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Leadership Development', '', 'publish', 'closed', 'closed', '', 'leadership-development', '', '', '2026-01-23 12:08:10', '2026-01-23 18:08:10', '', '0', 'https://cfibenefits.wpengine.com/?page_id=427', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (430, 1, '2023-05-14 16:01:57', '2023-05-14 21:01:57', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/mentoring_bannerBG2.jpg\" background_position=\"top_right\" background_vertical_offset=\"30%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"3%\" background_horizontal_offset_phone=\"14%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0.4px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Mentoring@CF</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"21px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Fostering professional development at every level.[/et_pb_text][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>We know mentoring relationships can be transformational to careers. Mentoring@CF is our company-wide mentoring program developed to promote a culture of learning and development, build connections, and increase engagement. Participation is voluntary. To learn more about this program, visit MentorcliQ available on The Loop.</p>\n<h2>Mentor Benefits</h2>\n<p>Being a mentor to a fellow employee will not only have a positive impact on the employee themself, but it will improve your professional and social acumen as well!</p>\n<p>Benefits can include:</p>\n<ul>\n<li>Exposing you to new perspectives, ideas and approaches</li>\n<li>Providing the change to reflect on your own goals</li>\n<li>Developing your personal leadership styles</li>\n<li>Gaining recognition as a subject matter expert and leader</li>\n<li>Deepening your understanding of challenges at various levels</li>\n</ul>\n<h2>Mentee Benefits</h2>\n<p>Before knowing how to effectively teach and challenge others/yourself, you must first learn how to accept new knowledge and apply it to your own work. This program can help you develop the skills needed to do so.</p>\n<p>Benefits can include:</p>\n<ul>\n<li>Improving your interpersonal relationship skills and personal brand</li>\n<li>Developing your strengths and self-confidence</li>\n<li>Getting guidance on professional development and advancement</li>\n<li>Increasing visibility and recognition within the company</li>\n<li>Acquiring new skills and knowledge</li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Mentoring@CF', '', 'publish', 'closed', 'closed', '', 'mentoringcf', '', '', '2024-02-09 15:37:39', '2024-02-09 21:37:39', '', '0', 'https://cfibenefits.wpengine.com/?page_id=430', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (432, 1, '2026-03-03 21:50:20', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 432, '', '', '2026-03-03 21:50:20', '2026-03-04 03:50:20', '', '0', 'https://cfibenefits.wpengine.com/?p=432', 25, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (433, 1, '2026-03-03 21:50:19', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 433, '', '', '2026-03-03 21:50:19', '2026-03-04 03:50:19', '', '0', 'https://cfibenefits.wpengine.com/?p=433', 24, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (434, 1, '2026-03-03 21:50:19', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 434, '', '', '2026-03-03 21:50:19', '2026-03-04 03:50:19', '', '0', 'https://cfibenefits.wpengine.com/?p=434', 23, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (436, 1, '2026-03-03 21:50:18', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 436, '', '', '2026-03-03 21:50:18', '2026-03-04 03:50:18', '', '0', 'https://cfibenefits.wpengine.com/?p=436', 20, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (437, 1, '2026-03-03 21:50:18', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 437, '', '', '2026-03-03 21:50:18', '2026-03-04 03:50:18', '', '0', 'https://cfibenefits.wpengine.com/?p=437', 19, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (438, 1, '2026-03-03 21:50:17', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 438, '', '', '2026-03-03 21:50:17', '2026-03-04 03:50:17', '', '0', 'https://cfibenefits.wpengine.com/?p=438', 18, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (441, 1, '2026-03-03 21:50:15', '2023-05-14 21:07:58', '', 'Medcor', '', 'publish', 'closed', 'closed', '', 441, '', '', '2026-03-03 21:50:15', '2026-03-04 03:50:15', '', '0', 'https://cfibenefits.wpengine.com/?p=441', 13, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (443, 1, '2026-03-03 21:50:15', '2023-05-14 21:07:57', ' ', '', '', 'publish', 'closed', 'closed', '', 443, '', '', '2026-03-03 21:50:15', '2026-03-04 03:50:15', '', '0', 'https://cfibenefits.wpengine.com/?p=443', 11, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (444, 1, '2026-03-03 21:50:14', '2023-05-14 21:07:57', ' ', '', '', 'publish', 'closed', 'closed', '', 444, '', '', '2026-03-03 21:50:14', '2026-03-04 03:50:14', '', '0', 'https://cfibenefits.wpengine.com/?p=444', 10, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (445, 1, '2026-03-03 21:50:14', '2023-05-14 21:07:57', ' ', '', '', 'publish', 'closed', 'closed', '', 445, '', '', '2026-03-03 21:50:14', '2026-03-04 03:50:14', '', '0', 'https://cfibenefits.wpengine.com/?p=445', 9, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (446, 1, '2023-05-14 16:10:29', '2023-05-14 21:10:29', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/talent-management-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"37%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Talent Management</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Ensuring a robust talent pipeline.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Our talent management process is specifically designed to focus on our most important asset â€“ you. Talent management helps improve team productivity, increase employee satisfaction and retain and grow our talent. All these efforts lead to career growth opportunities and a future-ready skilled workforce with succession development plans to ensure the continuity of our business.</p>\n<p>As part of our talent strategy to continue to evolve our talent processes to drive performance, engagement and career development, transparency in how we build our talent pipeline, conduct succession planning and strategically develop our talent is critical to our success and a key component to having robust career development conversations. Transparency with our talent management process means openly communicating the components and outcome of our talent assessment and calibration process.Â </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Talent Management', '', 'draft', 'closed', 'closed', '', 'talent-management', '', '', '2026-01-22 19:28:08', '2026-01-23 01:28:08', '', '0', 'https://cfibenefits.wpengine.com/?page_id=446', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (448, 1, '2023-05-14 16:14:23', '2023-05-14 21:14:23', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/performance-management-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"16%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Performance Management</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||50px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]A coaching partnership.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||10px||false|false\" custom_padding=\"0px||9px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>The relationships between our employees and their managers are held in high regard at CF Industries. We want to empower your professional growth by employing great leaders that help you build your skills through disciplined performance reviews.</p>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.21.0\" _module_preset=\"default\" overflow-x_tablet=\"\" overflow-x_phone=\"scroll\" overflow-x_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Goal Setting<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Mid-Year Career Discussion<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"> Employeeâ€™s Self-Assessment/Manager Assessment<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        Januaryâ€“March<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        June<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        Novemberâ€“December<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Align to CFâ€™s priorities and SLT goals</li><!-- [et_pb_line_break_holder] --><li><strong>Operators and Technicians</strong> will have standardized goals set for them in Workday.</li><!-- [et_pb_line_break_holder] --><li>All other employees will create 3 to 6 individual SMART goals that will be reviewed and approved by manager</li></ul></td><!-- [et_pb_line_break_holder] -->      <td> Employees drive voluntary mid-year career discussions with manager.</td><!-- [et_pb_line_break_holder] -->      <td><strong>Annual Performance Review</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Performance Management', '', 'draft', 'closed', 'closed', '', 'performance-management', '', '', '2026-01-22 19:28:54', '2026-01-23 01:28:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=448', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (450, 1, '2023-05-14 16:18:28', '2023-05-14 21:18:28', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/education-assist-banner.jpg\" custom_padding=\"3.7vw||3.7vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"32%\" background_horizontal_offset_phone=\"16%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"50%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Education Assistance</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Expand your knowledge and future career opportunities.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]CF Industries is committed to investing in you to support your professional development. Our Education Assistance Program was created to help you further your knowledge, skills and job effectiveness through higher education.â€‹\n<h2>Education Assistance Eligibility</h2>\nAll full-time, active employees in the U.S. and Canada are eligible for benefits under this program. The education assistance program is for covered, approved tuition expenses at an accredited institution. The course must be job-related, satisfactorily completed outside regular working hours and lead to a degree.\n\nAll courses must be approved before they begin to qualify for education assistance reimbursement. After completing the course, submit all required documentation, including course approval, grades, and receipts, within 30 days for reimbursement processing.\n<h2>Whatâ€™s Covered?</h2>\nThe Education Assistance Program reimburses up to $10,000 of eligible, approved tuition expenses each calendar year for covered education programs. Covered degree programs at approved and accredited educational institutions include:\n<ul>\n	<li>Associate degree</li>\n	<li>Bachelorâ€™s degree</li>\n	<li>Advanced degree (e.g., Masterâ€™s and MBA)</li>\n</ul>\n<h2>Whatâ€™s Not Covered?</h2>\n<ul>\n	<li>Fees</li>\n	<li>Books</li>\n	<li>Computer access charges</li>\n	<li>Parking</li>\n	<li>Supplies</li>\n</ul>\n<h2>Education Assistance</h2>\nEducation Assistance Application <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/12/APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.\n<h2>Job-Related Courses and Exams <em>(Not Degree-Related)</em></h2>\nCF supports your professional development by reimbursing 100% of the cost for job-related courses and exams upon successful completion, even if they are not part of a degree program. Professional development plans should be created in collaboration with your manager and approved before you begin any course or exams.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Learn More</h4>\n<p>Learn more about the Education Assistance Program by visiting The Loop and searching â€œEducation Assistanceâ€.</p>\n<h4 style=\"padding-bottom: .3em;\">How to Apply</h4>\n<p>Employees interested in this program should complete theÂ <a href=\"/ca/documents/2026-education-assistance-application/\" target=\"_blank\" rel=\"noopener\">Education Assistance Application</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Education Assistance', '', 'publish', 'closed', 'closed', '', 'education-assistance', '', '', '2026-01-23 12:11:45', '2026-01-23 18:11:45', '', '0', 'https://cfibenefits.wpengine.com/?page_id=450', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (452, 1, '2026-03-03 21:50:19', '2023-05-14 21:23:39', ' ', '', '', 'publish', 'closed', 'closed', '', 452, '', '', '2026-03-03 21:50:19', '2026-03-04 03:50:19', '', '0', 'https://cfibenefits.wpengine.com/?p=452', 22, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (455, 1, '2023-05-14 16:26:24', '2023-05-14 21:26:24', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/ayco-financial-banner.jpg\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|tablet\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"top_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"13%\" background_horizontal_offset_phone=\"14%\" background_vertical_offset_tablet=\"0%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"70%\" width_tablet=\"47%\" width_phone=\"55%\" width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||1.7em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"28px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Origin Financial Well-Being</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Be confident in your financial decisions at every&nbsp;step.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>CF Industries partners with Origin to provide employees with personal access to local financial professionals that can help manage their finances. Unlimited one-on-one meetings with these professionals come at no charge and can aid employees in reaching their financials goals or conquering a financial struggle<strong>*</strong>.</p>\n<h2>Origin Can Help You:</h2>\n<ul>\n<li>Manage all the details of your finances including investments<strong>**</strong></li>\n<li>Connect with a professional best suited for your unique financial needs</li>\n<li>Reach your savings goals with a visual roadmap</li>\n<li>Identify ways to pay off debt</li>\n<li>Enhance your retirement portfolio</li>\n</ul>\n<h2>Eligibility</h2>\n<p style=\"padding-bottom: .75em;\">All benefits-eligible employees can use Originâ€™s services, including spouses/partners that would like to be involved in financial planning for your household. Origin will work with you and your spouse/partner to find a level of collaboration that you are comfortable with to assist you!</p>\n<h2>Create Your Origin Account</h2>\n<ul>\n<li>Log in to the CF network</li>\n<li>Visit this <a href=\"https://app.useorigin.com/sign-up/cf-industries\" target=\"_blank\" rel=\"noopener\">link</a> and select â€œLoginâ€ and â€œCreate Accountâ€</li>\n<li>Enter your CF company email and verify your email when the link is sent</li>\n<li>After email verification, create a new login with your personal email address and individual password</li>\n<li>Complete your profile\n<ul>\n<li>If you are unsure of an answer to a question on your personal profile, enter â€œ0â€ and you will have the ability to change your information later</li>\n</ul>\n</li>\n</ul>\n<p>You can watch this <a href=\"https://vimeo.com/967836314/223d124b63?share=copy\" target=\"_blank\" rel=\"noopener\">recording</a> of Originâ€™s benefit overview to learn more about their offering. If you have questions about the benefit, please reach out to <a href=\"mailto:hereforyou@useorigin.com\">hereforyou@useorigin.com</a>.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||4em||false|false\" locked=\"off\" global_colors_info=\"{}\"]*Origin takes your financial safety into account every step of the way. Equipped with best-in-class encryption and other protocols surrounding the storage of data, you are in the best of hands with your Origin financial planner.\n** Origin cannot provide financial expertise on specific individual securities or international investment portfolios[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|7px|14px|19px|true|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Email</strong> <i class=\"fa-regular fa-envelope\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"mailto:hereforyou@useorigin.com\">hereforyou@useorigin.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://useorigin.com\" target=\"_blank\" rel=\"noopener\">useorigin.com</a></p>\n<p><a href=\"https://app.useorigin.com/sign-up/cf-industries\" target=\"_blank\" rel=\"noopener\">Create Your Account Here</a></p>\n<p><a href=\"https://app.useorigin.com/authentication/login\" target=\"_blank\" rel=\"noopener\">Existing Member Login</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Aycoâ€™s Services</h4>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/Docs%20USA/Ayco%20Launch%20Flyer_Final.pdf\" target=\"_blank\" rel=\"noopener\">Click here</a> for an informational flyer and FAQs about Ayco\'s services.</p>\n<h4>Earn Well-Being Points!</h4>\n<p>Earn 40 points by completing the <a href=\"https://accounts.ayco.com/wellness/login?vanityId=cfindustries\" target=\"_blank\" rel=\"noopener\">Financial Wellness Assessment</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Origin Financial Well-Being', '', 'publish', 'closed', 'closed', '', 'origin-financial-well-being', '', '', '2026-01-29 15:29:05', '2026-01-29 21:29:05', '', '0', 'https://cfibenefits.wpengine.com/?page_id=455', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (461, 1, '2026-03-03 21:50:20', '2023-05-15 00:47:08', ' ', '', '', 'publish', 'closed', 'closed', '', 461, '', '', '2026-03-03 21:50:20', '2026-03-04 03:50:20', '', '0', 'https://cfibenefits.wpengine.com/?p=461', 27, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (462, 1, '2023-05-14 19:49:17', '2023-05-15 00:49:17', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"54%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px|||0px|false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Health Spending Account</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>A cost-effective solution to both planned and unplanned medical and dental expenses.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||3em||false|false\" locked=\"off\" global_colors_info=\"{}\"]A Health Spending Account (HSA) is a way to pay for out-of-pocket medical and dental expenses without going directly into your personal bank account.\n<h2>HSA Major Benefits</h2>\n<ul>\n	<li>You are not taxed on the Flex Credits deposited into your HSA.</li>\n	<li>The reimbursements you receive from your account are not taxable.</li>\n</ul>\n<h2>Carryover Credits</h2>\nAny unused credits during your benefit year do carry over into the next benefit year to be utilized. Any carry over credits from your HSA balance during the benefit year (January 1-December 31) that are not used by the end of the second year will be automatically forfeited as required by the Canada Revenue Agency.\n<h2>Insufficient Credits</h2>\nIf there are insufficient credits in your HSA account to pay remaining bills by the end of the benefit year, you will not be reimbursed for any unpaid amount.\n\nCoverage Ends when you retire or reach age 70, whichever occurs first.[/et_pb_text][et_pb_code disabled_on=\"on|on|on\" admin_label=\"HSA limits table\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||10px||false|false\" custom_padding=\"0px||||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]Â <table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Level</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">IRS Total Limits*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Automatic Contribution</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Matching Contribution**</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Your Contribution</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$3,850</td><!-- [et_pb_line_break_holder] -->      <td>$250</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$3,100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$7,750</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$6,250</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Age 55 or Older</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"4\">Contribute an additional $1,000 on top of these amounts.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||4em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Married couples with HSA-eligible family coverage share one family HSA contribution limit. If both spouses have eligible self-only coverage, each spouse may contribute up to $3,850 in separate accounts.</em></p>\n<p><em>**Assumes you contribute at least $500 for employee only coverage and $1,000 for family coverage.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|7px|14px|20px|true|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a>\n\n<span class=\"blue_box_lead-ins\"><strong>Plan Program Number:</strong></span><strong>50621</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Resources</h2>\n<p><a href=\"/ca/documents/hsa-eligible-expenses/\" target=\"_blank\" rel=\"noopener\">HSA Eligible Expenses</a></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Health Savings Account', '', 'publish', 'closed', 'closed', '', 'health-spending-account', '', '', '2026-01-23 18:02:21', '2026-01-24 00:02:21', '', '0', 'https://cfibenefits.wpengine.com/?page_id=462', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (465, 1, '2023-05-14 19:54:33', '2023-05-15 00:54:33', '', 'FSRS_NetBenefits_AccessCardSM_FAQS', '', 'inherit', 'open', 'closed', '', 'fsrs_netbenefits_accesscardsm_faqs', '', '', '2023-05-14 19:54:33', '2023-05-15 00:54:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSRS_NetBenefits_AccessCardSM_FAQS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (469, 1, '2023-05-14 20:04:28', '2023-05-15 01:04:28', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-insurance-banner.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"7%\" background_horizontal_offset_phone=\"13%\" background_vertical_offset_phone=\"0%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Protect your loved ones from the unexpected with life insurance.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]CF Industries offers life insurance coverage designed to provide financial protection for you and your loved ones. CF Industries provides Basic Life and Basic Accidental Death and Dismemberment (AD&amp;D) coverage at no cost to you. You also have the option to purchase Voluntary Life Insurance for yourself and dependents for additional protection, as well as Voluntary AD&amp;D for yourself or your family.\n\n Your life insurance coverage begins on your first day of employment. The options listed below are designed to work together to provide comprehensive protection.\n<h2>Basic Life, AD&D and Business Travel Accident (BTA) Insurance</h2>\nCF Industries automatically provides you with this coverage which takes effect on your first day of employment. The Basic Life and AD&D coverage is equal to one time your annual base salary (rounded up to the next $1,000)*. The Company also provides Business Travel Accident Insurance coverage equal to two times your base salary if you die or are seriously injured while traveling for work.***[/et_pb_text][et_pb_code disabled_on=\"off|off|off\" admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Basic Life</strong></td><!-- [et_pb_line_break_holder] -->      <td>2 times annual base salary up to $500,000*</td><!-- [et_pb_line_break_holder] -->      <td>No cost to employee</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td><strong>Basic Accidental Death & Dismemberment (AD&D)***</strong></td><!-- [et_pb_line_break_holder] -->      <td>2 times annual base salary up to $750,000*</td><!-- [et_pb_line_break_holder] -->      <td>No cost to employee</td><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<em>* Your Basic Life coverage amount is reduced to $25,000 once you reach  age 70. </em>\n<strong>***Coverage ends when you retire or reach age 70, whichever occurs first.</strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Voluntary Life Insurance**</h2>\n<p>You have the option to purchase additional life insurance for yourself and dependents:</p>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee***</td><!-- [et_pb_line_break_holder] -->      <td>Units of $25,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>Based on age and smoking status</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse***</td><!-- [et_pb_line_break_holder] -->      <td>Units of $25,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>Based on age and smoking status</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)***</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>$40,000</td><!-- [et_pb_line_break_holder] -->      <td>$2.50 per $10,000 of coverage</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<strong>**All voluntary employee life or spouse life coverage is subject to evidence of insurability (EOI) also known as proof of good health.</strong>\n<strong>***Coverage ends when you retire or reach age 70, whichever occurs first.</strong>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"7px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Voluntary AD&D Insurance (Employee Plan and Family Plan)</h2>\n\nYou may also purchase Voluntary AD&amp;D Insurance for yourself and dependents to provide you additional coverage:[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->        <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"4\">Employee Plan</th><!-- [et_pb_line_break_holder] -->    </tr>   <!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee***</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>Combined $500,000</td><!-- [et_pb_line_break_holder] -->      <td>$0.20 per $10,000 of coverage</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"4\">Family Plan</th><!-- [et_pb_line_break_holder] -->    </tr>      <!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse Only***</td><!-- [et_pb_line_break_holder] -->      <td>60% of employee amount</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->      <td>$0.30 per $10,000 of coverage</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse and child(ren)***</td><!-- [et_pb_line_break_holder] -->      <td>Spouse > 50% of employee amount<br><!-- [et_pb_line_break_holder] -->Child(ren) > 15% of employee amount<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->      <td>$0.30 per $10,000 of coverage</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren) Only***</td><!-- [et_pb_line_break_holder] -->      <td>20% of employee amount</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->      <td>$0.30 per $10,000 of coverage</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<strong>***Coverage ends when you retire or reach age 70, whichever occurs first.</strong>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a>\n\n<span class=\"blue_box_lead-ins\"><strong>Plan Program Number:</strong></span><strong>50621</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"default\" header_2_line_height=\"1.3em\" custom_margin=\"20px||0px||false|false\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\" locked=\"off\"]<h2>Business Travel Accident***</h2>\nBusiness Travel Accident Insurance coverage amounts are subject to age-based reductions. Your BTA coverage will decrease according to the percentages listed in the chart below.[/et_pb_text][et_pb_code _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||-1px|||\" global_colors_info=\"{}\" locked=\"off\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Age<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->       <center>% of Benefit Amount</center><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>65 but less <br>than 70</td><!-- [et_pb_line_break_holder] -->        <td><center>65%</center></td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>70 but less <br>than 75</td><!-- [et_pb_line_break_holder] -->        <td><center>45%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>75 but less <br>than 80</td><!-- [et_pb_line_break_holder] -->        <td><center>30%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>80 or over</td><!-- [et_pb_line_break_holder] -->        <td><center>20%</center><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"default\" global_colors_info=\"{}\" locked=\"off\"]<p><em>***Coverage under the Business Travel Accident Policy does not include travel to countries considered to be a War Risk. This includes Afghanistan, Belarus, Egypt, Gaza, Iraq, Israel, Lebanon, Palestine, Pakistan, Russia, Sudan, Somalia, Syria, Ukraine, and the West Bank.</em></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2026-02-27 06:53:09', '2026-02-27 12:53:09', '', '0', 'https://cfibenefits.wpengine.com/?page_id=469', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (472, 1, '2023-05-14 20:08:50', '2023-05-15 01:08:50', '', 'Evidence of Insurability Form for Term Life Insurance', '', 'inherit', 'open', 'closed', '', 'evidence-of-insurability-form-for-term-life-insurance', '', '', '2023-05-14 20:08:50', '2023-05-15 01:08:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Evidence-of-Insurability-Form-for-Term-Life-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (474, 1, '2023-05-14 20:30:14', '2023-05-15 01:30:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/disability_banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"28%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"60%\" background_horizontal_offset_phone=\"49%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Disability Coverage</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Protect your income from the unexpected.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" custom_padding=\"2px||20px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Disability coverage helps replace a portion of your income if you become ill, injured and/or unable to work. CF Industries provides Short-Term Disability (STD) and Long-Term Disability (LTD) at no cost to you. You automatically receive this coverage on your first day of employment.</p>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Details*</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Short-Term Disability</td><!-- [et_pb_line_break_holder] -->      <td>Covers 100% of your base salary for up to 14 weeks and then 66.67% for the next 12 weeks </td><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Long-Term Disability*</td><!-- [et_pb_line_break_holder] -->      <td>Covers 66.67% of your base salary up to a maximum monthly payment of $10,000 after 26 weeks of short-term disability</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||12em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*taxable benefit</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a>\n\n<span class=\"blue_box_lead-ins\"><strong>Plan Program Number:</strong></span><strong>50621</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>LOA Request Form</h4>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/06/LOA-Request-Form-Rev-10.24.pdf\" target=\"_blank\" rel=\"noopener\">Click here</a> to access the Leave of Absence Request Form.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Disability', '', 'publish', 'closed', 'closed', '', 'disability', '', '', '2026-01-23 18:00:44', '2026-01-24 00:00:44', '', '0', 'https://cfibenefits.wpengine.com/?page_id=474', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (477, 1, '2023-05-14 20:33:36', '2023-05-15 01:33:36', '', 'Intake Brochure (Disability FML)', '', 'inherit', 'open', 'closed', '', 'intake-brochure-disability-fml', '', '', '2023-05-14 20:33:36', '2023-05-15 01:33:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Intake-Brochure-Disability-FML.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (478, 1, '2023-05-14 20:33:38', '2023-05-15 01:33:38', '', 'Evidence of Insurability Form for Disability Insurance', '', 'inherit', 'open', 'closed', '', 'evidence-of-insurability-form-for-disability-insurance', '', '', '2023-05-14 20:33:38', '2023-05-15 01:33:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Evidence-of-Insurability-Form-for-Disability-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (479, 2, '2023-05-14 20:37:41', '2023-05-15 01:37:41', '', 'paid-parental-leave-bannerBG', '', 'inherit', 'open', 'closed', '', 'paid-parental-leave-bannerbg', '', '', '2023-05-14 20:37:41', '2023-05-15 01:37:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (481, 1, '2023-05-14 20:40:26', '2023-05-15 01:40:26', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k-banner.jpg\" background_position=\"center_right\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 52%|rgba(255,255,255,0) 52%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"5px||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Retirement Benefits </h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>CF Industries wants you to feel secure and prepared for life after your career.</p>[/et_pb_text][et_pb_text ol_item_indent=\"1.6em\" _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" custom_padding=\"2px||0em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]To help you reach your long-term financial goals, CF Industries partners with Manulife to offer a variety of retirement benefits. To ensure that all members of the plan take full advantage of the companyâ€™s contributions, CF automatically enrolls all new and eligible employees with a 6% contribution rate into their Defined Contribution Plan (DCPP) account. These elections can be updated by members at any time in their accounts with Manulife.\n<h2>Eligibility</h2>\nAll current and future employees can benefit from our retirement options. The automatic company contributions begin on your first full pay period following the start of your employment and require no action to be taken beforehand.\n<h3>Employee Contributions</h3>\nEmployees are eligible to contribute up to 75% of their eligible pay to their RRSP accounts in accordance with annual CRA limits into the plan. Employees can contribute up to 6% of their eligible pay to their DCPP accounts. Once the membersâ€™ DCPP contributions  reach the annual CRA limit,\n<ul>\n	<li>the membersâ€™ own contributions will transition to the Non-Registered Savings Plan (NRSP),</li>\n	<li>and the companyâ€™s matching and the automatic contribution will transition to the Supplementary Executive Retirement Plan (SERP) for the remainder of the calendar year.</li>\n</ul>\nEmployees are responsible for tracking their RRSP contributions.\n<h3>Company Contributions</h3>\n<p style=\"padding-bottom: .5em;\">CF Industries contributes to your Defined Contribution account two ways:</p>\n\n<ol>\n	<li>Matching Contributions: The Company matches 6% of your contributions to the plan at 100%.*</li>\n	<li>Company automatic contributions: CF contributes to your DCPP accounts between 4% and 7% of your eligible earnings. These contributions are made based on your length of service with the CF. See chart below.</li>\n</ol>[/et_pb_text][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->       <center>Company Contribution</center><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Less than 5 years</td><!-- [et_pb_line_break_holder] -->        <td><center>4%</center></td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Less than 10 but more than 5</td><!-- [et_pb_line_break_holder] -->        <td><center>5%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Less than 15 but more than 10</td><!-- [et_pb_line_break_holder] -->        <td><center>6%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>15 or more years of service</td><!-- [et_pb_line_break_holder] -->        <td><center>7%</center><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>*(not applicable to the Spousal RSP contributions).</p>[/et_pb_text][et_pb_text ol_item_indent=\"1.6em\" _builder_version=\"4.27.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3>Eligible Earnings</h3>\nThe planâ€™s eligible earnings are defined as oneâ€™s base salary or wages paid by the company plus incentive pay. Eligible earnings exclude overtime pay and payments in lieu of vacation.\n<h3>Vesting</h3>\nThe plan members are fully vested in all company contributions.\n<h2 style=\"padding-top: .5em;\">Employee Contributions At-a-Glance</h2>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->          <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->      <th></th><!-- [et_pb_line_break_holder] -->      <th><center>DCPP</center></th><!-- [et_pb_line_break_holder] -->            <th><center>RRSP</center></th><!-- [et_pb_line_break_holder] -->      <th><center>TFSA</center></th><!-- [et_pb_line_break_holder] -->      <th><center>NRSP</center></th><!-- [et_pb_line_break_holder] -->    </tr>   <!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Payroll Contributions</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Before-tax Contributions</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes*</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Tax-deferred Growth</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Contributions Limits</td><!-- [et_pb_line_break_holder] -->      <td>Varies each year</td><!-- [et_pb_line_break_holder] -->            <td>Varies each year</td><!-- [et_pb_line_break_holder] -->            <td>Varies each year</td><!-- [et_pb_line_break_holder] -->            <td>No</td><!-- [et_pb_line_break_holder] -->    </tr>    <!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Tax-free Withdrawals</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Accessibility</td><!-- [et_pb_line_break_holder] -->      <td>No access while employed; locked until minimum age of 55 for retirement</td><!-- [et_pb_line_break_holder] -->      <td>Unlimited access and subject to tax</td><!-- [et_pb_line_break_holder] -->      <td>Unlimited access</td><!-- [et_pb_line_break_holder] -->      <td>Unlimited access</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_code disabled_on=\"on|on|on\" admin_label=\"Life Insurance table\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><center>Registered Pension</center></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" colspan=\"3\"><center>Savings Plan</center></th><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->          <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->            <!-- [et_pb_line_break_holder] -->      <th></th><!-- [et_pb_line_break_holder] -->      <th><center>DCPP</center></th><!-- [et_pb_line_break_holder] -->            <th><center>RRSP</center></th><!-- [et_pb_line_break_holder] -->      <th><center>TFSA</center></th><!-- [et_pb_line_break_holder] -->      <th><center>NRSP</center></th><!-- [et_pb_line_break_holder] -->    </tr>   <!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Payroll Contributions</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Before-tax Contributions</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes*</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Tax-deferred Growth</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Contributions Limits</td><!-- [et_pb_line_break_holder] -->      <td>Varies each year</td><!-- [et_pb_line_break_holder] -->            <td>Varies each year</td><!-- [et_pb_line_break_holder] -->            <td>Varies each year</td><!-- [et_pb_line_break_holder] -->            <td>No</td><!-- [et_pb_line_break_holder] -->    </tr>    <!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Tax-free Withdrawals</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>No</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->      <td>Yes</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Accessibility</td><!-- [et_pb_line_break_holder] -->      <td>No access while employed; locked until minimum age of 55 for retirement</td><!-- [et_pb_line_break_holder] -->      <td>Unlimited access and subject to tax</td><!-- [et_pb_line_break_holder] -->      <td>Unlimited access</td><!-- [et_pb_line_break_holder] -->      <td>Unlimited access</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]*If contributions are made through payroll[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<h2>Company Contributions</h2>\n<p>CF Industries contributes to your DC account in two ways:</p>\n<ol>\n<li>Automatic contributions</li>\n<li>Company-matching contributions</li>\n</ol>\n<h3>Automatic contributions</h3>\n<p>These contributions are made to your DC account each pay period based on the employeeâ€™s percentage of eligible earnings, and length of service <strong><em>(if you are a Medicine Hat employee</em></strong>). No action is required to receive this benefit.</p>\n<h3>Company-matching contributions</h3>\n<p>Beginning January 1, 2024, CF will be making enhanced company contributions to employeesâ€™ DC accounts based on eligible earnings. Eligible earnings will include base pay, actual bonus paid (AIP/VIP), and other various earnings (maximum of $500,000 CAD) to raise the match percentage that CF Industries will provide<strong>*</strong>. Employees must contribute to their DC and/or GRSP/GERSP account to receive up to an additional 6% of company-matching contributions.</p>\n<p><strong><em>*New for Courtright employees: company-matching contributions will be increased to 100% on the first 6% contributed to their DC plan or GRSP.</em></strong></p>\n<h2>Vesting</h2>\n<p>Company contributions to your account are vested immediately.</p>\n<h2>Investment Options</h2>\n<p>Employees can choose how they would like the savings made in their DC and/or GRSP/GERSP account invested, in accordance with CF provided options, beginning January 1, 2024. If you would not like to invest, your account will be invested in the target date fund for your assumed retirement age.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>Manulife</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-727-7766</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.manulife.ca/GRO\" target=\"_blank\" rel=\"noopener\">www.manulife.ca/GRO</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.manulifeim.com/group-retirement/ca/en/mobile-apps\" target=\"_blank\" rel=\"noopener\">View available apps</a>Â </p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|1.5em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p>Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events. To learn more about designating or updating your beneficiary, search for â€œRetirement Benefitsâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" disabled=\"on\" sticky_enabled=\"0\"]<p><strong>Medicine Hat employees hired before November 1, 2021</strong>, are eligible for the Defined Benefit Pension plan and the Group Employee Retirement Savings Plan through the end of 2025. On January 1, 2026, they will transition to the Defined Contribution Plan that is currently available to all other CF employees in Canada.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', '401(k) Plan', '', 'publish', 'closed', 'closed', '', 'retirement-benefits', '', '', '2026-01-29 15:35:19', '2026-01-29 21:35:19', '', '0', 'https://cfibenefits.wpengine.com/?page_id=481', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (485, 2, '2023-05-14 20:45:36', '2023-05-15 01:45:36', '', 'paid-time-off-bannerBG', '', 'inherit', 'open', 'closed', '', 'paid-time-off-bannerbg', '', '', '2023-05-14 20:45:36', '2023-05-15 01:45:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-time-off-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (488, 1, '2023-05-14 20:59:15', '2023-05-15 01:59:15', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/travel-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.3vw||3.3vw||true|false\" custom_padding_tablet=\"3vw||1vw||false|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|desktop\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 66%|rgba(255,255,255,0) 66%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"5%\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"58%\" width_phone=\"59%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||1.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw|2em|2vw||true|false\" custom_padding_phone=\"3vw|1em|3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>Business and Personal Travel</h1>\" content_phone=\"<h1>Business and Personal Travel</h1>\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"0px||0px||false|false\" custom_margin_phone=\"5px||0em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.4px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1 style=\"width: 50%;\">Business and Personal Travel</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Providing additional protection when you travel.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Business Travel with International SOS</h2>\n<p>You have access to the International SOâ€‹S program for business-related international travel or living abroad. â€‹This program is available to assist you 24/7 anywhereâ€‹ in the world. Services include:</p>\n<ul>\n<li>Emergency or routine medical advice or assistance</li>\n<li>Daily email updates on travel security developments</li>\n<li>Medical or security evacuation</li>\n<li>Lost document advice or assistance</li>\n<li>Translation and interpreter services</li>\n</ul>\n<h2>Emergency Travel Assistance (Medi-Passport)*</h2>\n<p>CF Industries partners with Sun Life and Global Excel Management (GEM) to provide you with extra protection during personal travel. Your Travel Benefit covers you and your eligible family members for all the services and supplies eligible under your Group Benefits Plan while traveling outside of the province where you reside.</p>\n<p>During your trip, Global Excel Management (GEM) can assist by :</p>\n<ul>\n<li>Referring you to physicians, pharmacists and medical facilities</li>\n<li>Confirming your coverage and benefits</li>\n<li>Facilitating payments to a hospital or medical provider, whenever possible</li>\n<li>Monitoring the medical situation if you are hospitalized</li>\n</ul>\n<p style=\"padding-bottom: .75em;\">In an emergency, Global Excel Management (GEM) can assist with :<span style=\"text-decoration: line-through;\"></span></p>\n<ul>\n<li>All services and supplies while in hospital</li>\n<li>Outpatient and physicianâ€™s services</li>\n<li>Ground ambulance service to nearest hospital</li>\n<li>Transportation to your permanent province for medical treatment, as applicable</li>\n<li>Hotel accommodation and meals if you have been released from the hospital but Global Excel Management (GEM) has not yet determined you are able to travel</li>\n</ul>\n<h2>Medi-Passport Services**</h2>\n<p>With Medi-Passport, you are also covered for additional support services such as:</p>\n<ul>\n<li>Hotel accommodations and meals, if your return trip is delayed by a medical emergency involving a covered family member traveling with you</li>\n<li>Replacement transportation tickets, if you lose the use of your return ticket due to an emergency</li>\n<li>Return home of unattended dependent children, if you are hospitalized, and more</li>\n</ul>\n<p>For additional details, <a href=\"/ca/wp-content/uploads/sites/2/2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf\" target=\"_blank\" rel=\"noopener\">click here</a> for more information on your Travel Benefit and Medi-Passport.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><em>*</em> <em>Services are available provided you are eligible for provincial coverage, and you and your dependents are enrolled in either Health Care Option. Before travelling, youâ€™ll want to know the level of coverage you have for a medical emergency, and any conditions and limits that apply. Please make sure you review your coverage in detail on <a href=\"https://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\" target=\"_blank\" rel=\"noopener\"><strong>mysunlife.ca</strong></a>.</em><br /><em>**</em> <em>May be subject to limits or maximums</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>215-942-8226</strong><br /><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i><a href=\"mailto:americas@internationalsos.com\" target=\"_blank\" rel=\"noopener\">americas@internationalsos.com</a></p>\n<p><a href=\"/ca/documents/2026-assistance-app-and-portal-guide/\" target=\"_blank\" rel=\"noopener\">App &amp; Portal Guide</a></p>\n<p><a href=\"/ca/documents/2026-isos-membership-leaflet/\" target=\"_blank\" rel=\"noopener\">International SOS Membership</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Your member ID is</strong></span><strong>11BCMA000183.</strong></p>\n<h4>Sun Life</h4>\n<p>To contact Sun Life for 24/7 assistance, call <strong>800-511-4610</strong> for US and CA or <strong>519-514-0351</strong> for anywhere else. 24/7 assistance: <a href=\"https://portal.globalexcel.com/portal-2-0?$sp=AwABDjRgde2M4M6IGVkW-VrhoWchGQaY4FZu4b46Gfx5_awPDzp6mdGaAE01D35qZBZIW80V64dfPRf8RV2ee6g0MsK_rqOVylgN5U7XRxYXZQFyT0SK3kujwwDy-VPM67-HAbGvNFVvg4oiEHLXtyiDVK5rbtWmxu2sMBAmvKg&amp;$locale=en_US\" target=\"_blank\" rel=\"noopener\">Claims Portal</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Group Contract Number:</strong></span><strong>050621</strong></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n	<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n	<li>Click the Profile link</li>\n	<li>Select Beneficiaries and follow the online instructions</li>\n	<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Business and Personal Travel', '', 'publish', 'closed', 'closed', '', 'business-and-personal-travel', '', '', '2026-01-23 18:09:15', '2026-01-24 00:09:15', '', '0', 'https://cfibenefits.wpengine.com/?page_id=488', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (491, 2, '2023-05-14 21:03:18', '2023-05-15 02:03:18', '', 'PTO', '', 'inherit', 'open', 'closed', '', 'pto-2', '', '', '2023-05-14 21:03:25', '2023-05-15 02:03:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (492, 1, '2023-05-14 21:05:25', '2023-05-15 02:05:25', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leaving-CF-banner.jpg\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"10%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"5px||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Leaving CF</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]What to expect if transitioning away from CF Industries.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Whether you are pursuing career opportunities or simply taking a step back from the workforce, there is information youâ€™ll want to know to act upon leaving.</p>\n<h2>What to Expect When You Leave</h2>\n<ul>\n<li>Health and Dental Coverage:\n<ul>\n<li>Your health (which includes vision) and dental benefits end on your last day of employment.</li>\n<li>Any unused balance in your Health Spending Account will be forfeited on your last day of employment.</li>\n</ul>\n</li>\n<li>Health Spending Account (HSA):\n<ul>\n<li>Health Spending Account benefits end on your last day of employment.</li>\n<li>HSA expenses accrued during your employment that have not yet been submitted, must be submitted within 30 days of your last day of employment.</li>\n</ul>\n</li>\n<li>Disability and Life Insurance:\n<ul>\n<li>Short-Term and Long-Term Disability ends on your last day of employment.</li>\n<li>Basic and Supplemental Life and Accidental Death and Dismemberment (AD&amp;D) Insurance ends on your last day of employment.\n<ul>\n<li><strong><em>You may be eligible to transition coverage to an individual policy. Contact your Human Resources representative for more information.</em></strong></li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Retirement and Pension Plans\n<ul>\n<li>Contact your retirement provider to manage your investment portfolio before your last day of employment.\n<ul>\n<li>Contact Manulife at 888-727-7766</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Other Benefits\n<ul>\n<li>Tuition Reimbursement ends on your last day of employment. If you leave CF within 12 months of receiving tuition reimbursement, you will be required to repay the full amount within 30 days of your last day of employment.</li>\n<li>You may continue to use the EAP, if necessary, for up to three months after leaving the company.</li>\n</ul>\n</li>\n<li>Paid Time Off\n<ul>\n<li>Any accrued, unused vacation, STAT, CDO (Compensating Days Off), or TOIL (Time Off in Lieu) time will be paid out upon exit of the company. Unused employee holidays or sick time will not be paid out.</li>\n</ul>\n</li>\n<li>Pay Slips and Tax Documents\n<ul>\n<li>You may access Workday for up to three years following your exit from the company to view and print your pay slips, as well as important tax documents that you may need to reference later.</li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>\n<p><strong>Â </strong></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p><a href=\"/ca/documents/termination-eguide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view a detailed booklet on what to expect when you leave CF Industries.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Leaving CF', '', 'publish', 'closed', 'closed', '', 'leaving-cf', '', '', '2026-01-29 15:44:16', '2026-01-29 21:44:16', '', '0', 'https://cfibenefits.wpengine.com/?page_id=492', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (494, 1, '2023-05-14 21:12:33', '2023-05-15 02:12:33', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/retiring-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"10%\" background_horizontal_offset_phone=\"7%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Retiring from CF</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>What to expect upon retiring.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Preparing to Retire</h2>\nCongratulations on preparing for your golden years! Here are the key steps to take before you retire:\n\n<ul>\n	<li>As soon as you are able:\n<ul>\n	<li>Notify your supervisor and Human Resources representative.</li>\n	<li>Contact your local Human Resources department to discuss post-retirement health and dental benefits.</li>\n</ul>\n</li>\n</ul>\n<strong>Â </strong>\n\n<strong>Â </strong></li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\"]<h2>Additional Resources</h2>\n<p><a href=\"/ca/documents/retiree-eguide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view a detailed booklet on what to expect when you retire from CF Industries.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Retiring from CF', '', 'publish', 'closed', 'closed', '', 'retiring-from-cf', '', '', '2025-03-12 14:36:13', '2025-03-12 19:36:13', '', '0', 'https://cfibenefits.wpengine.com/?page_id=494', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (497, 1, '2023-05-14 21:15:06', '2023-05-15 02:15:06', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/reporting-death-banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 51%|rgba(255,255,255,0) 51%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"7%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"51%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|35vw|0px||false|false\" custom_padding_tablet=\"2vw|20vw|2vw||true|false\" custom_padding_phone=\"2vw||2vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" custom_padding_last_edited=\"on|desktop\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Death of an Employee</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Helpful resources and things to consider during this delicate time.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Death of a CF Industries Employee</h2>\n<p>If you are a dependent of a CF Industries employee who has passed away, there are steps and resources you may wish to consider. Our <a href=\"/ca/employee-assistance-program/\">Employee Assistance Program (EAP)</a> is available with resources to help you cope with your loss. Surviving spouses or dependents will retain EAP benefits through the date of death and for an additional three months thereafter.</p>\n<h2>Things to Consider:</h2>\n<ul>\n<li><span style=\"text-decoration: line-through;\"> </span>Once CF Human Resources is notified of an employeeâ€™s death, HR will provide the beneficiary further instructions for Life Insurance and benefits information.<span style=\"text-decoration: line-through;\"></span></li>\n<li>Participation in the following benefits ends on the date of the employeeâ€™s death. If you are a surviving spouse or dependent and would like more information on the closure of the following benefits, please contact Human Resources for carrier information on:\n<ul>\n<li>Health Spending Accounts</li>\n<li>Short-Term and Long-Term Disability coverage (if applicable)</li>\n<li>Life and Accidental Death and Dismemberment coverage</li>\n</ul>\n</li>\n</ul>\n<p><strong>Â </strong></p>\n<p><strong>Â </strong></p>\n<p><strong>Â </strong></p>\n<p><strong>Â </strong></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p>For more information, view the International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a> and <a href=\"https://membervideo.internationalsos.com/\" target=\"_blank\" rel=\"noopener\">video</a>. Your member ID is 11BCMA000183.â€‹</p>\n<h4>New York Life</h4>\n<p>For more information, contact New York Life at 800-362-4462 or visit <a href=\"http://www.mynylgbs.com\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n	<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n	<li>Click the Profile link</li>\n	<li>Select Beneficiaries and follow the online instructions</li>\n	<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Death of an Employee', '', 'publish', 'closed', 'closed', '', 'death-of-an-employee', '', '', '2026-01-29 19:44:30', '2026-01-30 01:44:30', '', '0', 'https://cfibenefits.wpengine.com/?page_id=497', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (499, 1, '2023-05-14 21:26:21', '2023-05-15 02:26:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EVP-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 54%|rgba(255,255,255,0) 54%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"22%\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"56%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Value Proposition (EVP)</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Our promise to our employees.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||1em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Employee Value Proposition (EVP) is our offer and promise to the people who work here and who we want to work here. It captures what makes CF different from other organizations and what makes us a great place to work.</p>\n<h2>Our Four EVP Pillars</h2>\n<p>When you choose to work at a company, you should feel confident in your choice. After surveying key leadership and conducting employee focus groups, we found these four key pillars are paramount to employees viewing CF as a great place to work:</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4_pillars.png\" title_text=\"4_pillars\" show_in_lightbox=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Expanding on Our Pillars</h2>\n<ul>\n<li>Feeling <strong>part of our inclusive team</strong> means finding talented people to create a collaborative and open culture.</li>\n<li><strong>Exploring the possibilities</strong> means you will experience challenges while being exposed to a variety of projects and encourage to commit yourself to learning.</li>\n<li><strong>Playing your part</strong> means, no matter what position you are in, you are expected to lead by example, do things right and take responsibility for your work.</li>\n<li><strong>Making your mark</strong> will happen throughout your time at CF by making impactful contributions and keeping positive long-term view.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p>For more information, view the International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a> and <a href=\"https://membervideo.internationalsos.com/\" target=\"_blank\" rel=\"noopener\">video</a>. Your member ID is 11BCMA000183.â€‹</p>\n<h4>New York Life</h4>\n<p>For more information, contact New York Life at 800-362-4462 or visit <a href=\"http://www.mynylgbs.com\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.24.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Learn More</h2>\n<p>Visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf-industries\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Employee Value Proposition (EVP)', '', 'draft', 'closed', 'closed', '', 'employee-value-proposition-evp', '', '', '2026-01-22 19:30:44', '2026-01-23 01:30:44', '', '0', 'https://cfibenefits.wpengine.com/?page_id=499', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (501, 1, '2023-05-14 21:28:06', '2023-05-15 02:28:06', '', '4_pillars', '', 'inherit', 'open', 'closed', '', '4_pillars', '', '', '2023-05-14 21:28:06', '2023-05-15 02:28:06', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4_pillars.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (502, 2, '2023-05-14 21:28:12', '2023-05-15 02:28:12', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring_bannerbg2', '', '', '2023-05-14 21:28:24', '2023-05-15 02:28:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring_bannerBG2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (504, 1, '2023-05-14 21:34:56', '2023-05-15 02:34:56', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/blue-ocean-brain-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"11%\" background_horizontal_offset_phone=\"13%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"50%\" width_phone=\"65%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Blue Ocean Brain</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"35px||0px||false|false\" custom_padding_phone=\"35px||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Dive into a culture of inclusion and belonging.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" custom_padding_tablet=\"2px||5em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_padding_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>Designed with You in Mind</h2>\nIn short 10-minute segments, Blue Ocean Brain can impact the way you understand the world around you and how this knowledge can be positively implemented into your work culture. This content is developed by field experts and provides learning sessions to corporate clients in over 50 countries. Currently, Blue Ocean Brain offers over 5,000 different courses designed to challenge your point of view.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Blue Ocean Brain (ID&E Learning)', '', 'draft', 'closed', 'closed', '', 'blue-ocean-brain-ide-learning', '', '', '2025-07-06 11:54:20', '2025-07-06 16:54:20', '', '0', 'https://cfibenefits.wpengine.com/?page_id=504', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (505, 2, '2023-05-14 21:35:16', '2023-05-15 02:35:16', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring2_landing', '', '', '2023-05-14 21:35:27', '2023-05-15 02:35:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring2_landing.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (506, 2, '2023-05-14 21:58:39', '2023-05-15 02:58:39', '', 'career-development-inset', '', 'inherit', 'open', 'closed', '', 'career-development-inset', '', '', '2023-05-14 21:58:39', '2023-05-15 02:58:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-development-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (508, 2, '2023-05-14 22:04:02', '2023-05-15 03:04:02', '', 'career-developmentBG', '', 'inherit', 'open', 'closed', '', 'career-developmentbg', '', '', '2023-05-14 22:04:02', '2023-05-15 03:04:02', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-developmentBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (513, 1, '2026-03-03 21:50:26', '2023-05-15 03:13:46', ' ', '', '', 'publish', 'closed', 'closed', '', 513, '', '', '2026-03-03 21:50:26', '2026-03-04 03:50:26', '', '0', 'https://cfibenefits.wpengine.com/?p=513', 43, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (514, 1, '2026-03-03 21:50:25', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 514, '', '', '2026-03-03 21:50:25', '2026-03-04 03:50:25', '', '0', 'https://cfibenefits.wpengine.com/?p=514', 41, 'nav_menu_item', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_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 (515, 1, '2026-03-03 21:50:22', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 515, '', '', '2026-03-03 21:50:22', '2026-03-04 03:50:22', '', '0', 'https://cfibenefits.wpengine.com/?p=515', 32, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (516, 1, '2026-03-03 21:50:22', '2023-05-15 03:13:45', '', 'Retirement Benefits', '', 'publish', 'closed', 'closed', '', 516, '', '', '2026-03-03 21:50:22', '2026-03-04 03:50:22', '', '0', 'https://cfibenefits.wpengine.com/?p=516', 31, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (517, 1, '2026-03-03 21:50:21', '2023-05-15 03:13:45', '', 'Disability Coverage', '', 'publish', 'closed', 'closed', '', 517, '', '', '2026-03-03 21:50:21', '2026-03-04 03:50:21', '', '0', 'https://cfibenefits.wpengine.com/?p=517', 30, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (518, 1, '2026-03-03 21:50:21', '2023-05-15 03:13:44', ' ', '', '', 'publish', 'closed', 'closed', '', 518, '', '', '2026-03-03 21:50:21', '2026-03-04 03:50:21', '', '0', 'https://cfibenefits.wpengine.com/?p=518', 29, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (519, 1, '2026-03-03 21:50:21', '2023-05-15 03:13:44', '', 'Health Spending Account', '', 'publish', 'closed', 'closed', '', 519, '', '', '2026-03-03 21:50:21', '2026-03-04 03:50:21', '', '0', 'https://cfibenefits.wpengine.com/?p=519', 28, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (520, 1, '2026-03-03 21:50:26', '2023-05-15 03:15:47', ' ', '', '', 'publish', 'closed', 'closed', '', 520, '', '', '2026-03-03 21:50:26', '2026-03-04 03:50:26', '', '0', 'https://cfibenefits.wpengine.com/?p=520', 42, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (521, 1, '2023-05-14 22:19:55', '2023-05-15 03:19:55', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/IRG-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"10%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"60%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0.1px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Inclusion Resource Group&nbsp;(IRG)[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"35px||35px||false|false\" custom_padding_phone=\"30px||35px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Strategies to enhance the employee experience.  [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||0em||false|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The Inclusion Resource Group (IRG) was created to provide a trusted space for meaningful conversations and initiatives that strengthen collaboration and build authentic workplace connections. In partnership with Inclusion &amp; Engagement (I&amp;E), this group encourages employee involvement to build a culture of belonging by implementing strategies focused on meaningful connections with colleagues, community involvement, career development and cultural awareness. This gives our employees the power to do their best work while feeling welcomed and supported.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"2px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Inclusion Resource Group (IRG)', '', 'publish', 'closed', 'closed', '', 'inclusion-resource-group-irg', '', '', '2026-01-29 15:31:24', '2026-01-29 21:31:24', '', '0', 'https://cfibenefits.wpengine.com/?page_id=521', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (524, 2, '2023-05-14 22:19:04', '2023-05-15 03:19:04', '', 'leadership development', '', 'inherit', 'open', 'closed', '', 'leadership-inset', '', '', '2023-05-14 22:19:20', '2023-05-15 03:19:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (526, 2, '2023-05-14 22:29:08', '2023-05-15 03:29:08', '', 'leadership-development-bannerBG', '', 'inherit', 'open', 'closed', '', 'leadership-development-bannerbg', '', '', '2023-05-14 22:29:08', '2023-05-15 03:29:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-development-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (527, 1, '2023-05-14 22:50:10', '2023-05-15 03:50:10', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-council-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Inclusion Council</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" max_height_tablet=\"100%\" max_height_phone=\"100%\" max_height_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]A council of peers dedicated to positive change.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||22px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Inclusion Council (IC) members are nominated by CF senior leadership to be agents of change related to all things inclusion and engagement. The IC gives feedback on current inclusion and engagement initiatives to ensure they stay aligned with overall business strategy. It is important that CF always represents our values through our work environment and the work we produce, and the IC helps keep the company focused on these goals.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_inclusion.jpg\" title_text=\"team_inclusion\" disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Inclusion Council', '', 'draft', 'closed', 'closed', '', 'inclusion-council', '', '', '2026-01-22 19:31:16', '2026-01-23 01:31:16', '', '0', 'https://cfibenefits.wpengine.com/?page_id=527', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (529, 2, '2023-05-14 22:51:39', '2023-05-15 03:51:39', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assistance2', '', '', '2023-05-14 22:51:58', '2023-05-15 03:51:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assistance2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (531, 1, '2023-05-14 22:53:26', '2023-05-15 03:53:26', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-cycle-banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"33%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"45%\" width_phone=\"51%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Life Cycle Surveys</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" background_color=\"RGBA(255,255,255,0)\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Have your voice heard.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]We want to hear from you! Regularly hearing from our employees gives us real-time feedback and actionable ways we can evolve to be a great place to work. Our Employee Engagement and Life Cycle Surveys provide a way for employees at every level of the company to give confidential feedback.\n\nIf you are a CF Industries employee, you can expect to receive the survey when you reach seven, 45, 90 and 180 days with the company. The feedback you provide helps us adjust and strengthen our retention, recruitment and engagement efforts.\n\nWe encourage you to take time when responding to these surveys since all responses are reviewed for consideration. You have the power to help us reach the best place you can or have worked through your career.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Employee Life Cycle Surveys', '', 'draft', 'closed', 'closed', '', 'employee-life-cycle-surveys', '', '', '2026-01-22 19:31:54', '2026-01-23 01:31:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=531', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (534, 1, '2023-05-14 22:56:01', '2023-05-15 03:56:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/DEI-report-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"10%\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"55%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Our Inclusion, Diversity & Equity Journey</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]The positive impact employees help us accomplish.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Strengthening CF Industries by Enhancing Inclusion, Diversity &amp; Equity</h2>\n<p>At CF, we are committed to aligning and measuring our ID&amp;E efforts as it relates to our corporate sustainability goals, business strategies and core values.</p>\n<h2>ID&amp;E 2022 Highlights</h2>\n<p>Our long-term ID&amp;E strategy focuses on three key areas: Representation, Education &amp; Skill Development, and Belonging. In 2022, we advanced on this strategy by:</p>\n<ul>\n<li>Launching a new mentoring program, Mentoring@CF, to develop and retain diverse talent</li>\n<li>Organizing two company-wide philanthropic events</li>\n<li>Incorporating seven, 45, 90 and 180 day â€œbelongingâ€ surveys into our New Hire Integration program</li>\n<li>Continuing our Disrupting Everyday Bias training as part of the core curriculum and onboarding process</li>\n<li>Providing inclusive leadership training</li>\n<li>Volunteering 1,700+ hours through our new Volunteer Time Off (VTO) program to positively impact our communities</li>\n</ul>\n<h2>Next Steps Toward Change</h2>\n<p>When you read through the report, remind yourself of the programs that CF Industries offers to further educate our employees on ID&amp;E and how you can continue the IRGâ€™s efforts to apply this to the world outside of your workspace.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Inclusion, Diversity, and Equity Annual Report</h2>\n<a href=\"https://www.cfindustries.com/reports#8ce496ec-2bda-49a0-b754-2e6ca191ec37\" target=\"_blank\" rel=\"noopener\">Click here</a> to read the full report and explore other impactful reports on CF Industries.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Our Inclusion, Diversity & Equity Journey', '', 'publish', 'closed', 'closed', '', 'our-inclusion-diversity-equity-journey', '', '', '2023-05-19 16:13:00', '2023-05-19 21:13:00', '', '0', 'https://cfibenefits.wpengine.com/?page_id=534', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (538, 2, '2023-05-14 23:23:37', '2023-05-15 04:23:37', '', 'service Anniversary awards', '', 'inherit', 'open', 'closed', '', 'service-award-inset', '', '', '2023-05-15 10:28:23', '2023-05-15 15:28:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (539, 2, '2023-05-14 23:29:39', '2023-05-15 04:29:39', '', '', '', 'inherit', 'open', 'closed', '', 'service-award_banner', '', '', '2026-01-25 14:44:57', '2026-01-25 20:44:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (541, 2, '2023-05-14 23:49:58', '2023-05-15 04:49:58', '', 'base-pay-banner', '', 'inherit', 'open', 'closed', '', 'base-pay-banner', '', '', '2023-05-14 23:49:58', '2023-05-15 04:49:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/base-pay-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (542, 2, '2023-05-14 23:50:43', '2023-05-15 04:50:43', '', 'base-pay-inset', '', 'inherit', 'open', 'closed', '', 'base-pay-inset', '', '', '2023-05-14 23:50:43', '2023-05-15 04:50:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/base-pay-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (546, 1, '2026-03-03 21:50:23', '2023-05-15 11:23:00', '', 'Inclusion Resource Group', '', 'publish', 'closed', 'closed', '', 546, '', '', '2026-03-03 21:50:23', '2026-03-04 03:50:23', '', '0', 'https://cfibenefits.wpengine.com/?p=546', 34, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (547, 1, '2023-05-15 06:29:58', '2023-05-15 11:29:58', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/new-to-cfi_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>New to CF Industries</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Welcome to the CF team![/et_pb_text][et_pb_text _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Welcome to CF Industries! You represent what makes us uniquely CF, and we are proud to provide programs to help you be your best inside and outside of work. While there is a variety to choose from, the benefits and programs you choose to use are <strong>powered by you.</strong></p>\n<p>View the <a href=\"/ca/documents/2026-ca-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">2026 Enrollment Guide</a>.</p>\n<h2>Eligibility</h2>\n<p>You are eligible to enroll in all benefits if you are a regular, full-time employee.</p>\n<h2>Important Deadline</h2>\n<p>As a new employee, you must enroll for benefits within <strong>30 days</strong> of your hire date. Enrollment for health, dental, voluntary life and voluntary accident coverage is only available during the Annual Enrollment periods or if you experience a <a href=\"/ca/qualifying-life-events/\">Qualifying Life Event</a>.</p>\n<h2>How to Elect Benefits</h2>\n<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon.</p>\n<h2>Qualifying Life Event</h2>\n<p>You have 30 days from a Qualifying Life Event to submit your change request and provide supporting documentation. Examples of <a href=\"/ca/qualifying-life-events/\" target=\"_blank\" rel=\"noopener\">Qualifying Life Events</a> include a change in:</p>\n<ul>\n<li>Legal marriage or one year of cohabitation</li>\n<li>Legal separation or divorce</li>\n<li>Change in number of dependents (e.g., birth, adoption, death of spouse or dependent, ineligibility due to age)</li>\n<li>Change in a spouse or dependentâ€™s eligibility status (e.g., a dependent child is no longer eligible, spouse loses employment coverage)</li>\n<li>Change in eligibility of seniorâ€™s coverage (applicable in certain provinces after the age of 65)</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>519-867-2739</strong> (ext. 1903)</p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:courtrighthr@cfindustries.com\" target=\"_blank\" rel=\"noopener\">courtrighthr@cfindustries.com</a></p>\n<p><strong><em>CF â€“ Courtright</em></strong><br /><em>Human Resources Department 161 Bickford Line Courtright, Ontario N0N 1H0</em></p>\n<p><strong><em>CF â€“ Medicine Hat</em></strong><br /><em>PO Box 1300 Medicine Hat, AB T1A-7R9</em></p>\n<p><em>Phone: 403-525-4339</em></p>\n<p><em>Email: <a href=\"mailto:rcollin@cfindustries.com\">rcollin@cfindustries.com</a><br /></em></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'New to CF Industries', '', 'publish', 'closed', 'closed', '', 'new-to-cf-industries', '', '', '2026-03-05 16:33:03', '2026-03-05 22:33:03', '', '0', 'https://cfibenefits.wpengine.com/?page_id=547', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (550, 1, '2023-05-15 06:33:50', '2023-05-15 11:33:50', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/benefits-eligibility_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Benefits Eligibility</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]You have the power to select a custom benefits package to meet your unique needs. [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Full-Time Employees</h2>\n<p>You are eligible to participate in the company benefit programs on your date of hire. You can also enroll your spouse and eligible dependent(s).</p>\n<h2>Part-Time Employees</h2>\n<p>Your eligibility for coverage under the company benefits program begins on your date of hire if you work a minimum of 20 hours per week. You can also enroll your spouse and eligible dependent(s).</p>\n<h2>Temporary, Casual, Intern, Summer Student and Co-Op Employees</h2>\n<p>Employees under these titles are not eligible for benefits. If you are on the CF payroll and experience a work-related accident, you are eligible to receive $50,000 in company-paid Accidental Death and Dismemberment coverage.</p>\n<h2>Family Members</h2>\n<p>The following dependents are eligible for benefits:</p>\n<ul>\n<li>Spouse (e.g., person you are legally married to or domestic partner you have been cohabitating with based on provincial requirements)</li>\n<li>Employeeâ€™s children and spouseâ€™s children under the age of 21 and unmarried<strong>*</strong></li>\n<li>Employeeâ€™s children and spouseâ€™s children under the age of 25, unmarried and full-time students at a recognized post-secondary institution<strong>*</strong></li>\n<li>Employeeâ€™s children and spouseâ€™s children of any age, unmarried and unable to care for themselves due to a mental or physical disability that occurred before the age of 21, or before the age of 25 while a full-time student at a recognized post-secondary institution<strong>**</strong></li>\n</ul>\n<p><strong><em>*Dependent(s) will receive coverage until an employee no longer qualifies for said coverage or they are no longer eligible due to marital status and/or graduation from a post-secondary institution</em></strong></p>\n<p><strong><em>**Proof of your child(ren)â€™s disability and/or school enrollment information must be provided</em></strong></p>\n<h2>Important Deadline</h2>\n<p>As a new employee, you must enroll for benefits within<span>Â </span><strong>30 days</strong><span>Â </span>of your hire date. To cover your dependents, you must provide supporting documentation to verify their eligibility within 30 days of your date of hire.</p>\n<p>If you do not enroll during your new hire period, your next opportunity to enroll in benefits is during Annual Enrollment each fall or if you experience a Qualifying Life Event.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Benefits Eligibility', '', 'publish', 'closed', 'closed', '', 'benefits-eligibility', '', '', '2026-01-29 19:55:50', '2026-01-30 01:55:50', '', '0', 'https://cfibenefits.wpengine.com/?page_id=550', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (552, 1, '2026-03-03 21:50:24', '2023-05-15 11:35:47', ' ', '', '', 'publish', 'closed', 'closed', '', 552, '', '', '2026-03-03 21:50:24', '2026-03-04 03:50:24', '', '0', 'https://cfibenefits.wpengine.com/?p=552', 37, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (553, 1, '2026-03-03 21:50:24', '2023-05-15 11:35:47', ' ', '', '', 'publish', 'closed', 'closed', '', 553, '', '', '2026-03-03 21:50:24', '2026-03-04 03:50:24', '', '0', 'https://cfibenefits.wpengine.com/?p=553', 36, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (554, 1, '2023-05-15 06:38:27', '2023-05-15 11:38:27', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-event_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Qualifying Life Events</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]When life changes, your benefits should too. [/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||20px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>You can make changes to your benefits at any time within the plan year if you experience a Qualifying Life Event. You have <strong>30</strong> <strong>days</strong> from the event to submit your change in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>. You will have to submit proof of the event, such as a marriage or birth certificate, along with your request. Your requested benefit change must be consistent with the type of life event that you or your dependent experienced.</p>\n<p>Refer to the <a href=\"/ca/documents/manage-your-benefits-tip-sheet/\" target=\"_blank\" rel=\"noopener\">Manage Your Benefits Tip Sheet</a> for step-by-step instructions on how to request a change in benefits.</p>[/et_pb_text][et_pb_toggle title=\"Birth or Adoption of a Child\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.5\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]<h3>Reporting a Leaveâ€‹</h3>\n<p>Contact your local Human Resources representative to complete a Leave of Absence request.</p>\n<h3>Adding Your New Family Member to Benefits</h3>\n<p style=\"padding-bottom: 1em;\">To add a new dependent to your coverage, log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and update Benefits within <strong>30 days</strong> of the birth or adoption. You are required to submit proof of the event and provide documentation, such as a hospital birth record/letter, birth certificate, finalized adoption paperwork, etc., to support your dependentâ€™s eligibility.</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Update your beneficiary information.\n<ul>\n<li>You can change your beneficiaries at any time in Workday under Benefits. When you update your beneficiary through <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>, previous beneficiary designations are automatically canceled.</li>\n</ul>\n</li>\n<li>Medical, Dental and Voluntary Life coverage all continue through your leave if you prepay your share of the premiums. Short-Term and Long-Term Disability and AD&amp;D Insurance continue through your leave automatically. Please reach out to your local HR partner for more information.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Marriage, or Divorce or a recognized Domestic Partnership\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.5\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]<p style=\"padding-bottom: 1em;\">If you are recently married, divorced, or commenced/ended a Domestic Partnership, you may consider updating your benefits coverage to reflect the necessary changes. To update your benefits coverage, log into Workday to initiate your benefit request within 30 days of the event. You are required to submit proof of the event, and if you are adding coverage, you must also provide documentation to support your dependentâ€™s eligibility. To begin a domestic partnership, certain conditions must be met and appropriate documentation including a signed affidavit must be provided.</p>\n<p>Note, once you are divorced or the domestic partnership has ended your spouse or former domestic partner is no longer eligible for coverage under the CF plan â€“ you MUST remove them from CF benefit coverage.</p>\n<p>&nbsp;</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Adjust your life insurance coverage which may require Evidence of Insurability.</li>\n<li>Update your beneficiary information</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Death of a Loved One\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.5\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]<h3 style=\"padding-bottom: .5em;\">Death of a Dependent</h3>\n<p style=\"padding-bottom: 1em;\">CF Industriesâ€™ benefits are here to support you in challenging times. Our <a href=\"/ca/employee-assistance-program/\" target=\"_blank\" rel=\"noopener\">Employee Assistance Program (EAP)</a> is available with resources and counseling to help you cope with your loss. There are also steps you may want to take which are outlined below.</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Contact your supervisor and Human Resources representative.</li>\n<li>Review your benefits and remove your dependent from coverage in Workday under Benefits within 30 days of the death and include requested supporting documentation.</li>\n<li>Update your beneficiary information.</li>\n<li>If your beneficiary is covered under our Life Insurance coverage, contact CF Benefits at 847-405-2400 or <a href=\"mailto:benefits@cfindustries.com\" target=\"_blank\" rel=\"noopener\">benefits@cfindustries.com.</a></li>\n<li>Update your personal information, if needed, in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Gain or Lose Other Coverage\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.5\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" custom_margin=\"||5em||false|false\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]If you, your spouse or your dependent gains or loses coverage due to a change in employment, significant change in coverage due to your spouseâ€™s employment, or change from full-to part-time employment which results in a gain or loss of coverage, you may be able to make changes to your current CF Industries benefits. Additionally, in certain situations, you may be eligible to make changes to your benefits if your spouseâ€™s Annual Enrollment period does not align with CFâ€™s Annual Enrollment period.\n<h3>Things to Consider:</h3>\n<ul>\n	<li>To add or drop coverage for you, your spouse, or other dependents you must log into Workday and click the Benefits Icon within 30 days of the life event. You are required to provide documentation to support the type of life event that occurred and the date when coverage is set to begin or end. Your updated coverage(s) generally become effective the first payroll after notification and approval of your family status change. If you are adding a new dependent, you will need to provide documentation, such as a marriage certificate, birth certificate, etc. to support your dependents eligibility.</li>\n	<li>Review your medical, dental and vision coverages.</li>\n	<li>Enroll in or remove dependents from Life Insurance and Accidental Death and Dismemberment (AD&D) Insurance.*</li>\n</ul>\n<em>*You may be required to provide evidence of insurability.</em>[/et_pb_toggle][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Qualifying Life Events', '', 'publish', 'closed', 'closed', '', 'qualifying-life-events', '', '', '2026-01-29 19:51:51', '2026-01-30 01:51:51', '', '0', 'https://cfibenefits.wpengine.com/?page_id=554', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (557, 2, '2023-05-15 07:14:29', '2023-05-15 12:14:29', '', 'short-term-incentive_banner', '', 'inherit', 'open', 'closed', '', 'short-term-incentive_banner', '', '', '2023-05-15 07:14:29', '2023-05-15 12:14:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/short-term-incentive_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (558, 2, '2023-05-15 07:14:40', '2023-05-15 12:14:40', '', 'short-term incentives', '', 'inherit', 'open', 'closed', '', 'short-term-incentive-inset', '', '', '2023-05-15 10:29:23', '2023-05-15 15:29:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/short-term-incentive-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (559, 2, '2023-05-15 07:19:58', '2023-05-15 12:19:58', '', 'long-term incentives', '', 'inherit', 'open', 'closed', '', 'long-term-incentive-incentive', '', '', '2023-05-15 10:29:46', '2023-05-15 15:29:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term-incentive-incentive.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (560, 2, '2023-05-15 07:23:09', '2023-05-15 12:23:09', '', 'long-term-incentive-banner', '', 'inherit', 'open', 'closed', '', 'long-term-incentive-banner', '', '', '2023-05-15 07:23:09', '2023-05-15 12:23:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term-incentive-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (561, 1, '2023-05-15 07:52:11', '2023-05-15 12:52:11', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/requires-notices_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Required Notices</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Review full plan documents and details.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_3_line_height=\"1.7em\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>General</h3>\n<ul>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/CF-2022-U.S.-Required-Notices10.10.22.pdf\" target=\"_blank\" rel=\"noopener\">Annual Required Notices</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/SAR-CF-Industries-EE-Wlf-Ben-2017-11092018.pdf\" target=\"_blank\" rel=\"noopener\">Summary Annual Report</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Medical</h3>\n<ul>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/Standard_PPO_248035_0002.pdf\" target=\"_blank\" rel=\"noopener\">Standard PPO SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2.pdf\" target=\"_blank\" rel=\"noopener\">Advantage HSA SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Retirement</h3>\n<ul>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/SafeHarborNotice.pdf\" target=\"_blank\" rel=\"noopener\">Safe Harbor Notice</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/SAR-CF-Industries-401k-2017-11092018.pdf\" target=\"_blank\" rel=\"noopener\">SAR 401(k)</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Annual-Funding-Notice.pdf\" target=\"_blank\" rel=\"noopener\">Annual Pension Plan Funding Notice </a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/2022-CF-Summary-Plan-Description-SPD_Retirement-1.pdf\" target=\"_blank\" rel=\"noopener\">Retirement Summary Plan Description</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Advantage PPO with HSA</h3>\n<ul>\n	<li>The Advantage PPO with HSA has a higher deductible and out-of-pocket maximum.</li>\n	<li>The monthly premium is lower in this plan.</li>\n	<li>This plan can be paired with a <a href=\"#\">Health Savings Account (HSA)</a>.\n<ul>\n	<li>CF Industries also contributes to your HSA to help cover eligible medical expenses.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" global_colors_info=\"{}\"]<h3>Standard PPO</h3>\n<ul>\n<li>The Standard PPO has a lower deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is higher in this plan.</li>\n<li>This plan cannot be paired with an HSA but is eligible for a <a href=\"#\">Flexible Spending Account (FSA)</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>Pay Less with In-Network Providers</h3>\n<p><a href=\"https://www.bcbsil.com/find-care/providers-in-your-network/find-a-doctor-or-hospital?utm_source=QR-Code&amp;utm_medium=AE%2520Guide&amp;utm_campaign=Annual%2520Enrollment%25202020&amp;utm_term=Provider+directory\" target=\"_blank\" rel=\"noopener\">Click here</a> to find a provider in your area or call BCBSIL Health Advocacy Solutions at <strong>888-902-8293</strong>.</p>\n<h3>Get Help Navigating Your Medical Care</h3>\n<p>You or dependents enrolled in a CF Industries medical plan can <strong>contact Blue Cross Blue Shield Health Advocacy Solutions (HAS)</strong> to help you address medical benefits questions, guide you through a new diagnosis, find a provider, shop for lower-cost healthcare, connect you with mental health experts and more! <strong>Call 888-902-8293 for support 24/7 at no cost to you.</strong></p>\n<p>Connect to your Health Advocate Team, dedicated Health Advocate Concierge and Clinical Health Advocates from 7 a.m. to 7 p.m. CT Monday through Friday.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Required Notices', '', 'publish', 'closed', 'closed', '', 'required-notices', '', '', '2023-06-13 06:56:06', '2023-06-13 11:56:06', '', '0', 'https://cfibenefits.wpengine.com/?page_id=561', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (564, 1, '2023-05-15 07:54:23', '2023-05-15 12:54:23', '', 'Annual Funding Notice', '', 'inherit', 'open', 'closed', '', 'annual-funding-notice', '', '', '2023-05-15 07:54:23', '2023-05-15 12:54:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Annual-Funding-Notice.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (565, 1, '2023-05-15 07:54:27', '2023-05-15 12:54:27', '', 'SafeHarborNotice', '', 'inherit', 'open', 'closed', '', 'safeharbornotice', '', '', '2023-05-15 07:54:27', '2023-05-15 12:54:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SafeHarborNotice.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (566, 1, '2023-05-15 07:54:29', '2023-05-15 12:54:29', '', 'SAR - CF Industries 401k - 2017-11092018', '', 'inherit', 'open', 'closed', '', 'sar-cf-industries-401k-2017-11092018', '', '', '2023-05-15 07:54:29', '2023-05-15 12:54:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SAR-CF-Industries-401k-2017-11092018.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (567, 1, '2023-05-15 07:54:31', '2023-05-15 12:54:31', '', 'SAR - CF Industries EE Wlf Ben - 2017-11092018', '', 'inherit', 'open', 'closed', '', 'sar-cf-industries-ee-wlf-ben-2017-11092018', '', '', '2023-05-15 07:54:31', '2023-05-15 12:54:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SAR-CF-Industries-EE-Wlf-Ben-2017-11092018.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (568, 1, '2023-05-15 07:54:38', '2023-05-15 12:54:38', '', 'CF - 2022 U.S. Required Notices10.10.22', '', 'inherit', 'open', 'closed', '', 'cf-2022-u-s-required-notices10-10-22', '', '', '2023-05-15 07:54:38', '2023-05-15 12:54:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-2022-U.S.-Required-Notices10.10.22.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (569, 1, '2023-05-15 07:54:43', '2023-05-15 12:54:43', '', 'Advantage HSA_SBC -249478_0001_CF INDUSTRIES HOLDINGS INC_HSA_01-01-2023 to 12-31-2023_2020-01-01_v2', '', 'inherit', 'open', 'closed', '', 'advantage-hsa_sbc-249478_0001_cf-industries-holdings-inc_hsa_01-01-2023-to-12-31-2023_2020-01-01_v2', '', '', '2023-05-15 07:54:43', '2023-05-15 12:54:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (570, 1, '2023-05-15 07:54:47', '2023-05-15 12:54:47', '', 'Standard PPO_SBC', '', 'inherit', 'open', 'closed', '', 'standard-ppo_sbc', '', '', '2023-05-15 07:54:47', '2023-05-15 12:54:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Standard-PPO_SBC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (572, 1, '2026-03-03 21:50:24', '2023-05-15 12:56:06', ' ', '', '', 'publish', 'closed', 'closed', '', 572, '', '', '2026-03-03 21:50:24', '2026-03-04 03:50:24', '', '0', 'https://cfibenefits.wpengine.com/?p=572', 38, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (574, 1, '2023-05-15 08:06:20', '2023-05-15 13:06:20', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/contacts_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Important Contacts and Resources</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"20px||50px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"12px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||1em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Help is only a call or click away.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||2em||false|false\" custom_padding_tablet=\"13px||0px|||\" custom_padding_phone=\"13px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Managing Your Benefits\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon to enroll, change or update your benefits information.</p>\n<p>If you have questions, contact the CF Benefits Center by calling 847-405â€“2400 or emailing <a href=\"mailto:benefits@cfindustries.com\" target=\"_blank\" rel=\"noopener\">benefits@cfindustries.com</a><span>.</span></p>[/et_pb_blurb][et_pb_blurb title=\"Health, Vision and Dental\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Sun Life Client Care Center</strong>\n<span class=\"contact_phone\">800-361-6212</span>\n<a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member </a>\n<strong>App:</strong> <a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a>\n\n<strong>Sun Life Medical Second Opinion, powered by Dialogue</strong>\n<span class=\"contact_phone\">833-286-5614</span>\n\n<a href=\"https://luminovc.dialogue.co/\" target=\"_blank\" rel=\"noopener\">Virtual Care app Lumino VC</a>[/et_pb_blurb][et_pb_blurb title=\"Prescription\" url=\"https://www.optumrx.com/public/landing\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Prime Therapeutics</strong><br /><span class=\"contact_phone\">888-902-8293</span><br /><a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">www.myprime.com</a></p>\n<p><strong>Accredo Specialty Pharmacy</strong><br />833-721-1619<br /><a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">www.accredo.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Dental\" url=\"https://deltadentalmo.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna</strong><br />800-244-6224<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Vision\" url=\"https://www.vsp.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna</strong><br />877-478-7557<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Joint and Muscle Support\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2026/01/hinge-07.svg\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" title_text=\"hinge-07\" sticky_enabled=\"0\"]<p><strong>Hinge Health</strong><br />855-902-2777<br /><a href=\"https://www.hingehealth.com/for/cfindustriesca/\" target=\"_blank\" rel=\"noopener\">hingehealth.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Family Forming Support\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<p><strong>Maven</strong><br /><a href=\"https://www.mavenclinic.com/maven-enrollment/maven\" target=\"_blank\" rel=\"noopener\">mavenclinic.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Financial Well-Being\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Origin</strong>\nEmail <a href=\"mailto:hereforyou@useorigin.com\">hereforyou@useorigin.com</a>\nVisit <a href=\"http://useorigin.com\" target=\"_blank\" rel=\"noopener\">useorigin.com</a>[/et_pb_blurb][et_pb_blurb title=\"Health Spending Account (HSA)\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/hsa-fsa-accounts.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Sun Life Financial</strong><br />866-292-3664<br /><a href=\"http://www.sunlife.ca/member \" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member </a><br /><strong>App:</strong> <a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Medcor\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Medicine Hat</strong><br />Call 403-952-6791<br />Fax 587-952-6333<br />Clinic email: <a href=\"mailto:Cfmedicinehat@medcorcanada.com\">cfmedicinehat@medcorcanada.com</a></p>\n<p><strong>CF Courtright</strong><br />Call 519-867-2739 ext. 1266<br />Clinic email: <a href=\"mailto:cfcourtright@medcorcanada.com\">cfcourtright@medcorcanada.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Accident and Critical Illness\" url=\"https://www.thehartford.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/accident_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p>The Hartford<br /><span class=\"contact_phone\">800.523.2233</span><br /><a href=\"https://www.thehartford.com/\" target=\"_blank\" rel=\"noopener\">thehartford.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Employee Assistance Program\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/05/strive.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Guidance Resources</strong>\n866-465-8943\n<a href=\"https://guidanceresources.com \" target=\"_blank\" rel=\"noopener\">www.guidanceresources.com</a> (Company ID: CFIND)\n<strong>App:</strong> <a href=\"https://apps.apple.com/us/app/guidancenow/id556008763\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.compsych.gro\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_blurb][et_pb_blurb title=\"Life and Disability\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Sun Life Financial</strong><br />800-361-6212<br /><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member </a><br /><strong>App:</strong> <a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Discount Program\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/perks.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Perkspot</strong><br />866-606-6057<br /><a href=\"https://cfi.perkspot.com/login\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com/login</a></p>[/et_pb_blurb][et_pb_blurb title=\"Pension and Retirement Benefits\" url=\"https://www.matrixabsence.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medicare-ssa.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Sun Life Financial</strong><br />800-361-6212<br /><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member </a><br /><strong>App:</strong> <a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<p><em>Medicine Hat employees:</em><br /><strong>Manulife</strong><br />888-727-7766<br /><a href=\"https://www.manulife.ca/GRO\" target=\"_blank\" rel=\"noopener\">www.manulife.ca/GRO</a></p>[/et_pb_blurb][et_pb_blurb title=\"Pension and Retirement\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Manulife</strong><br />888-727-7766</p>[/et_pb_blurb][et_pb_blurb title=\"Cigna Additional Programs\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/health_advo_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Contact Cigna Secure Travel</strong><br />From U.S. and Canada, call 888-226-4567<br />From other locations, call 202-331-7635<br />Email <a href=\"mailto:Cigna@gga-usa.com\">Cigna@gga-usa.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Managing Your Benefits\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon to enroll, change or update your benefits information.</p>\n<p>If you have questions, contact the CF Benefits by calling 847-405-2400 or emailing <a href=\"mailto:benefits@cfindustries.com\">benefits@cfindustries.com</a><span>.</span></p>[/et_pb_blurb][et_pb_blurb title=\"Human Resources\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/06/hr.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Courtright Human Resources Department</strong><br />161 Bickford Line<br />Courtright, Ontario N0N 1H0<br />(519) 867-2739Â </p>\n<p><strong>Medicine Hat Human Resources Department</strong><br />PO Box 1300 Medicine Hat, AB T1A-7R9<br />403-525-4339</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2026-01-29 19:40:19', '2026-01-30 01:40:19', '', '0', 'https://cfibenefits.wpengine.com/?page_id=574', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (576, 1, '2023-05-15 09:50:11', '2023-05-15 14:50:11', '', 'service-anniversary-award_page_banner', '', 'inherit', 'open', 'closed', '', 'service-anniversary-award_page_banner', '', '', '2023-05-15 09:50:11', '2023-05-15 14:50:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-anniversary-award_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (577, 1, '2023-05-15 09:51:01', '2023-05-15 14:51:01', '', 'service-anniversary-award_section_inset', '', 'inherit', 'open', 'closed', '', 'service-anniversary-award_section_inset', '', '', '2023-05-15 09:51:01', '2023-05-15 14:51:01', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-anniversary-award_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (578, 1, '2023-05-15 10:22:43', '2023-05-15 15:22:43', '', 'strive_section_inset', '', 'inherit', 'open', 'closed', '', 'strive_section_inset', '', '', '2023-05-15 10:22:43', '2023-05-15 15:22:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (579, 1, '2023-05-15 10:26:11', '2023-05-15 15:26:11', '', 'medical_page_banner', '', 'inherit', 'open', 'closed', '', 'medical_page_banner', '', '', '2023-05-15 10:26:11', '2023-05-15 15:26:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medical_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (581, 1, '2023-05-15 10:33:24', '2023-05-15 15:33:24', '', 'prescription_section_inset', '', 'inherit', 'open', 'closed', '', 'prescription_section_inset', '', '', '2023-05-15 10:33:24', '2023-05-15 15:33:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (583, 1, '2023-05-15 10:38:55', '2023-05-15 15:38:55', '', 'dental_page_banner', '', 'inherit', 'open', 'closed', '', 'dental_page_banner', '', '', '2023-05-15 10:38:55', '2023-05-15 15:38:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (584, 1, '2023-05-15 10:39:18', '2023-05-15 15:39:18', '', 'dental_section_inset', '', 'inherit', 'open', 'closed', '', 'dental_section_inset', '', '', '2023-05-15 10:39:18', '2023-05-15 15:39:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (587, 2, '2023-05-15 12:20:30', '2023-05-15 17:20:30', '', 'HSA-banner', '', 'inherit', 'open', 'closed', '', 'hsa-banner', '', '', '2023-05-15 12:20:30', '2023-05-15 17:20:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (588, 1, '2023-05-15 12:21:50', '2023-05-15 17:21:50', '', 'vision_section_inset', '', 'inherit', 'open', 'closed', '', 'vision_section_inset', '', '', '2023-05-15 12:21:50', '2023-05-15 17:21:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (590, 1, '2023-05-15 12:24:35', '2023-05-15 17:24:35', '', 'proactive-md_section_inset', '', 'inherit', 'open', 'closed', '', 'proactive-md_section_inset', '', '', '2023-05-15 12:24:35', '2023-05-15 17:24:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/proactive-md_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (591, 2, '2023-05-15 12:27:07', '2023-05-15 17:27:07', '', 'ayco financial', '', 'inherit', 'open', 'closed', '', 'ayco-financial-inset', '', '', '2023-05-15 12:27:21', '2023-05-15 17:27:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ayco-financial-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (592, 1, '2023-05-15 12:31:41', '2023-05-15 17:31:41', '', 'chronic-conditions_page_banner2', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner2', '', '', '2023-05-15 12:31:41', '2023-05-15 17:31:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (593, 1, '2023-05-15 12:31:43', '2023-05-15 17:31:43', '', 'chronic-conditions_page_banner', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner', '', '', '2023-05-15 12:31:43', '2023-05-15 17:31:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (594, 1, '2023-05-15 12:35:44', '2023-05-15 17:35:44', '', 'prescription_page_banner', '', 'inherit', 'open', 'closed', '', 'prescription_page_banner', '', '', '2023-05-15 12:35:44', '2023-05-15 17:35:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (595, 1, '2023-05-15 12:35:45', '2023-05-15 17:35:45', '', 'dental_page_banner', '', 'inherit', 'open', 'closed', '', 'dental_page_banner-2', '', '', '2023-05-15 12:35:45', '2023-05-15 17:35:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_page_banner-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (596, 1, '2023-05-15 12:35:46', '2023-05-15 17:35:46', '', 'vision_page_banner', '', 'inherit', 'open', 'closed', '', 'vision_page_banner', '', '', '2023-05-15 12:35:46', '2023-05-15 17:35:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (597, 1, '2023-05-15 12:35:47', '2023-05-15 17:35:47', '', 'proactive-md_page_banner', '', 'inherit', 'open', 'closed', '', 'proactive-md_page_banner', '', '', '2023-05-15 12:35:47', '2023-05-15 17:35:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/proactive-md_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (598, 1, '2023-05-15 12:35:48', '2023-05-15 17:35:48', '', 'chronic-conditions_page_banner2', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner2-2', '', '', '2023-05-15 12:35:48', '2023-05-15 17:35:48', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner2-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (599, 1, '2023-05-15 12:40:28', '2023-05-15 17:40:28', '', 'strive_page_banner', '', 'inherit', 'open', 'closed', '', 'strive_page_banner', '', '', '2023-05-15 12:40:28', '2023-05-15 17:40:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (600, 2, '2023-05-15 12:40:57', '2023-05-15 17:40:57', '', 'FSA', '', 'inherit', 'open', 'closed', '', 'fsa-inset', '', '', '2023-05-15 12:41:04', '2023-05-15 17:41:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSA-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (601, 2, '2023-05-15 12:42:01', '2023-05-15 17:42:01', '', 'life insurance', '', 'inherit', 'open', 'closed', '', 'life-insurance-inset', '', '', '2023-05-15 12:42:10', '2023-05-15 17:42:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-insurance-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (602, 2, '2023-05-15 12:43:40', '2023-05-15 17:43:40', '', 'HSA', '', 'inherit', 'open', 'closed', '', 'hsa-inset', '', '', '2023-05-15 12:43:50', '2023-05-15 17:43:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (603, 1, '2026-03-03 21:50:25', '2023-05-15 17:45:07', ' ', '', '', 'publish', 'closed', 'closed', '', 603, '', '', '2026-03-03 21:50:25', '2026-03-04 03:50:25', '', '0', 'https://cfibenefits.wpengine.com/?p=603', 39, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (604, 2, '2023-05-15 12:46:19', '2023-05-15 17:46:19', '', 'life-insurance-banner', '', 'inherit', 'open', 'closed', '', 'life-insurance-banner', '', '', '2023-05-15 12:46:19', '2023-05-15 17:46:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-insurance-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (605, 1, '2023-05-15 12:46:36', '2023-05-15 17:46:36', '', 'health_advo_icon', '', 'inherit', 'open', 'closed', '', 'health_advo_icon', '', '', '2023-05-15 12:46:36', '2023-05-15 17:46:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/health_advo_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (606, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'medical_icon', '', 'inherit', 'open', 'closed', '', 'medical_icon-2', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medical_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (607, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'prescription_icon', '', 'inherit', 'open', 'closed', '', 'prescription_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (608, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'insurance_icon', '', 'inherit', 'open', 'closed', '', 'insurance_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/insurance_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (609, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'accident_icon', '', 'inherit', 'open', 'closed', '', 'accident_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/accident_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (610, 1, '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', 'HSA_icon', '', 'inherit', 'open', 'closed', '', 'hsa_icon', '', '', '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (611, 1, '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', 'FSA_icon', '', 'inherit', 'open', 'closed', '', 'fsa_icon', '', '', '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSA_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (612, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'dental_icon', '', 'inherit', 'open', 'closed', '', 'dental_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (613, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'vision_icon', '', 'inherit', 'open', 'closed', '', 'vision_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (614, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'disability_icon', '', 'inherit', 'open', 'closed', '', 'disability_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (615, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '401k_icon', '', 'inherit', 'open', 'closed', '', '401k_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (616, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', 'EAP_icon', '', 'inherit', 'open', 'closed', '', 'eap_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EAP_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (617, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', 'long-term_icon', '', 'inherit', 'open', 'closed', '', 'long-term_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (618, 2, '2023-05-15 12:46:44', '2023-05-15 17:46:44', '', 'ayco-financial-banner', '', 'inherit', 'open', 'closed', '', 'ayco-financial-banner', '', '', '2023-05-15 12:46:44', '2023-05-15 17:46:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ayco-financial-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (622, 2, '2023-05-15 13:19:31', '2023-05-15 18:19:31', '', 'HSA-inset', '', 'inherit', 'open', 'closed', '', 'hsa-inset-2', '', '', '2023-05-15 13:19:31', '2023-05-15 18:19:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-inset-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (623, 2, '2023-05-15 13:20:52', '2023-05-15 18:20:52', '', 'disability', '', 'inherit', 'open', 'closed', '', 'disability-inset', '', '', '2023-05-15 13:20:57', '2023-05-15 18:20:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (624, 2, '2023-05-15 13:23:31', '2023-05-15 18:23:31', '', 'disability_banner', '', 'inherit', 'open', 'closed', '', 'disability_banner', '', '', '2023-05-15 13:23:31', '2023-05-15 18:23:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (626, 1, '2023-05-15 13:26:52', '2023-05-15 18:26:52', '', 'medicare-ssa', '', 'inherit', 'open', 'closed', '', 'medicare-ssa', '', '', '2023-05-15 13:26:52', '2023-05-15 18:26:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medicare-ssa.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (627, 1, '2023-05-15 13:31:10', '2023-05-15 18:31:10', '', 'perks', '', 'inherit', 'open', 'closed', '', 'perks', '', '', '2023-05-15 13:31:10', '2023-05-15 18:31:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/perks.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (628, 2, '2023-05-15 13:52:52', '2023-05-15 18:52:52', '', '401(k)', '', 'inherit', 'open', 'closed', '', '401k-inset', '', '', '2023-05-15 13:53:07', '2023-05-15 18:53:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (629, 2, '2023-05-15 13:53:37', '2023-05-15 18:53:37', '', 'business travel', '', 'inherit', 'open', 'closed', '', 'travel-inset', '', '', '2023-05-15 13:53:50', '2023-05-15 18:53:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/travel-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (630, 1, '2023-05-15 13:57:50', '2023-05-15 18:57:50', '', 'chronic', '', 'inherit', 'open', 'closed', '', 'chronic', '', '', '2023-05-15 13:57:50', '2023-05-15 18:57:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (631, 2, '2023-05-15 14:02:49', '2023-05-15 19:02:49', '', 'leaving CF', '', 'inherit', 'open', 'closed', '', 'leaving-inset', '', '', '2023-05-15 14:02:55', '2023-05-15 19:02:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leaving-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (632, 1, '2023-05-15 14:03:32', '2023-05-15 19:03:32', '', 'strive', '', 'inherit', 'open', 'closed', '', 'strive-2', '', '', '2023-05-15 14:03:32', '2023-05-15 19:03:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (634, 2, '2023-05-15 14:32:59', '2023-05-15 19:32:59', '', 'retiring', '', 'inherit', 'open', 'closed', '', 'retiring-inset', '', '', '2023-05-15 14:33:06', '2023-05-15 19:33:06', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/retiring-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (635, 2, '2023-05-15 14:33:32', '2023-05-15 19:33:32', '', 'death of CF employee', '', 'inherit', 'open', 'closed', '', 'reporting-death-inset', '', '', '2023-05-15 14:33:44', '2023-05-15 19:33:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/reporting-death-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (636, 2, '2023-05-15 14:35:21', '2023-05-15 19:35:21', '', '401k-banner', '', 'inherit', 'open', 'closed', '', '401k-banner', '', '', '2023-05-15 14:35:21', '2023-05-15 19:35:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (637, 2, '2023-05-15 14:40:22', '2023-05-15 19:40:22', '', 'travel-banner', '', 'inherit', 'open', 'closed', '', 'travel-banner', '', '', '2023-05-15 14:40:22', '2023-05-15 19:40:22', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/travel-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (639, 2, '2023-05-15 14:51:51', '2023-05-15 19:51:51', '', 'leaving-CF-banner', '', 'inherit', 'open', 'closed', '', 'leaving-cf-banner', '', '', '2023-05-15 14:51:51', '2023-05-15 19:51:51', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leaving-CF-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (640, 2, '2023-05-15 14:58:37', '2023-05-15 19:58:37', '', 'retiring-banner', '', 'inherit', 'open', 'closed', '', 'retiring-banner', '', '', '2023-05-15 14:58:37', '2023-05-15 19:58:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/retiring-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (641, 1, '2023-05-15 14:59:03', '2023-05-15 19:59:03', '', 'hsa-fsa-accounts', '', 'inherit', 'open', 'closed', '', 'hsa-fsa-accounts', '', '', '2023-05-15 14:59:03', '2023-05-15 19:59:03', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/hsa-fsa-accounts.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (643, 2, '2023-05-15 15:05:03', '2023-05-15 20:05:03', '', 'reporting-death-banner', '', 'inherit', 'open', 'closed', '', 'reporting-death-banner', '', '', '2023-05-15 15:05:03', '2023-05-15 20:05:03', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/reporting-death-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (650, 1, '2023-05-15 15:32:07', '2023-05-15 20:32:07', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" title_text=\"medical_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Resources Library</h1>\nOur health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/medical/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Medical</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" title_text=\"medical_page_banner\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/prescription/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Prescription</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg\" title_text=\"prescription_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/dental/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Dental</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" title_text=\"dental_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/vision/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Vision</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg\" title_text=\"vision_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/strive/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Strive Engagement Platform</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" title_text=\"Strive Engagement Platform\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/proactive-md/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Proactive MD</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg\" title_text=\"proactive-md_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Resources Library', '', 'publish', 'closed', 'closed', '', 'resources-library', '', '', '2023-05-15 15:35:23', '2023-05-15 20:35:23', '', '0', 'https://cfibenefits.wpengine.com/?page_id=650', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (652, 2, '2023-05-15 15:34:51', '2023-05-15 20:34:51', '', 'employee value proposition', '', 'inherit', 'open', 'closed', '', 'be-included-inset', '', '', '2023-05-15 15:35:13', '2023-05-15 20:35:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/be-included-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (653, 2, '2023-05-15 15:44:34', '2023-05-15 20:44:34', '', 'inclusion council', '', 'inherit', 'open', 'closed', '', 'inclusion-council-inset', '', '', '2023-05-15 15:44:44', '2023-05-15 20:44:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-council-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (654, 2, '2023-05-15 15:51:21', '2023-05-15 20:51:21', '', 'life cycle surveys', '', 'inherit', 'open', 'closed', '', 'life-cycle_inset', '', '', '2023-05-15 15:51:36', '2023-05-15 20:51:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-cycle_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (655, 2, '2023-05-15 15:58:35', '2023-05-15 20:58:35', '', 'DEI report', '', 'inherit', 'open', 'closed', '', 'dei-report-inset', '', '', '2023-05-15 15:58:45', '2023-05-15 20:58:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/DEI-report-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (657, 2, '2023-05-15 16:04:01', '2023-05-15 21:04:01', '', 'Blue Ocean Brain', '', 'inherit', 'open', 'closed', '', 'blue-ocean-inset', '', '', '2023-05-15 16:04:41', '2023-05-15 21:04:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/blue-ocean-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (658, 2, '2023-05-15 16:45:00', '2023-05-15 21:45:00', '', 'inclusion resource group', '', 'inherit', 'open', 'closed', '', 'inclusion-resource-group-inset', '', '', '2023-05-15 16:45:17', '2023-05-15 21:45:17', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-resource-group-inset.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_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 (659, 2, '2023-05-15 16:47:18', '2023-05-15 21:47:18', '', 'IRG-banner', '', 'inherit', 'open', 'closed', '', 'irg-banner', '', '', '2023-05-15 16:47:18', '2023-05-15 21:47:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/IRG-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (660, 2, '2023-05-15 16:47:19', '2023-05-15 21:47:19', '', 'blue-ocean-brain-banner', '', 'inherit', 'open', 'closed', '', 'blue-ocean-brain-banner', '', '', '2023-05-15 16:47:19', '2023-05-15 21:47:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/blue-ocean-brain-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (661, 2, '2023-05-15 16:47:20', '2023-05-15 21:47:20', '', 'DEI-report-banner', '', 'inherit', 'open', 'closed', '', 'dei-report-banner', '', '', '2023-05-15 16:47:20', '2023-05-15 21:47:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/DEI-report-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (662, 2, '2023-05-15 16:47:49', '2023-05-15 21:47:49', '', 'life-cycle-banner', '', 'inherit', 'open', 'closed', '', 'life-cycle-banner', '', '', '2023-05-15 16:47:49', '2023-05-15 21:47:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-cycle-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (663, 2, '2023-05-15 16:47:50', '2023-05-15 21:47:50', '', 'inclusion-council-banner', '', 'inherit', 'open', 'closed', '', 'inclusion-council-banner', '', '', '2023-05-15 16:47:50', '2023-05-15 21:47:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-council-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (664, 2, '2023-05-15 16:47:51', '2023-05-15 21:47:51', '', 'EVP-banner', '', 'inherit', 'open', 'closed', '', 'evp-banner', '', '', '2023-05-15 16:47:51', '2023-05-15 21:47:51', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EVP-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (666, 1, '2023-05-15 16:58:46', '2023-05-15 21:58:46', '', 'life-event_page_banner', '', 'inherit', 'open', 'closed', '', 'life-event_page_banner', '', '', '2023-05-15 16:58:46', '2023-05-15 21:58:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-event_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (668, 1, '2023-05-15 17:04:33', '2023-05-15 22:04:33', '', 'benefits-eligibility_page_banner', '', 'inherit', 'open', 'closed', '', 'benefits-eligibility_page_banner', '', '', '2023-05-15 17:04:33', '2023-05-15 22:04:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/benefits-eligibility_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (670, 1, '2023-05-15 17:09:31', '2023-05-15 22:09:31', '', 'requires-notices_page_banner', '', 'inherit', 'open', 'closed', '', 'requires-notices_page_banner', '', '', '2023-05-15 17:09:31', '2023-05-15 22:09:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/requires-notices_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (671, 1, '2023-05-15 17:14:13', '2023-05-15 22:14:13', '', 'resources-library_page_banner', '', 'inherit', 'open', 'closed', '', 'resources-library_page_banner', '', '', '2023-05-15 17:14:13', '2023-05-15 22:14:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/resources-library_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (674, 1, '2023-05-15 17:22:34', '2023-05-15 22:22:34', '', 'contacts_page_banner', '', 'inherit', 'open', 'closed', '', 'contacts_page_banner', '', '', '2023-05-15 17:22:34', '2023-05-15 22:22:34', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/contacts_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (675, 3, '2023-05-15 18:33:05', '2023-05-15 23:33:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Dental</h1>[/et_pb_text][et_pb_code admin_label=\"Dental table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        In-Network</br><!-- [et_pb_line_break_holder] -->        Cigna Dental Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Deductible</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Individual</td><!-- [et_pb_line_break_holder] -->        <td>$50 per individual</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Family</td><!-- [et_pb_line_break_holder] -->        <td>$150 per family</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Maximum</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Excludes preventive and orthodontia services</td><!-- [et_pb_line_break_holder] -->        <td>$1,500 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Coinsurance</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Preventive Services</p><!-- [et_pb_line_break_holder] -->          Oral exams and cleanings (two per calendar year), x-rays, non-orthodontic space maintainers (through age 18), topical application of fluoride (through age 18)<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 100%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Basic Services</p><!-- [et_pb_line_break_holder] -->          Emergency care for pain, oral surgery, amalgam/composite fillings, extractions (routine), endodontics (root canals), periodontics<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Major Services</p><!-- [et_pb_line_break_holder] -->          Porcelain crowns, inlays and onlays, partial/complete dentures, denture relines/rebases, removable/fixed bridgework<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 50% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td style=\"font-weight: bold;\">Implants</td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Orthodontia</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Benefit Applies to</td><!-- [et_pb_line_break_holder] -->        <td>Adults and children</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Coinsurance</td><!-- [et_pb_line_break_holder] -->        <td>50% no deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Lifetime Maximum</td><!-- [et_pb_line_break_holder] -->        <td>$2,000 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000 to a maximum of $500,000, however, benefit amounts in excess of $300,000 are limited to 10 times the employeeâ€™s compensation.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Disability CoverageÂ </h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Details*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Short-Term Disability*</td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        Covers 100% of your base salary for up to eight weeks and then 66 2/3% of your base salary for up to 18 weeks* </br><!-- [et_pb_line_break_holder] -->        *STD benefits will be reduced by any state or statutory benefits you receive while you are on STD.<!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td>Salary continuation covered by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Long-Term Disability</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Basic Coverage</td><!-- [et_pb_line_break_holder] -->      <td>Covers 50% of your base salary (up to a maximum monthly benefit of $5,000) after 26 weeks of disability</td><!-- [et_pb_line_break_holder] -->      <td>Premium paid by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Supplemental Coverage**</td><!-- [et_pb_line_break_holder] -->      <td>If you choose to purchase buy-up LTD coverage, this covers 60% of your base salary (up to a maximum monthly benefit of $10,000) after 26 weeks of disability.</td><!-- [et_pb_line_break_holder] -->      <td>$0.218â€‹ per $100 of monthly base salary; premium is deducted from paycheck.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>HSA Limits</h1>[/et_pb_text][et_pb_code admin_label=\"HSA limits table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]Â <!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Level</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">IRS Total Limits*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Automatic Contribution</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Matching Contribution**</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Your Contribution</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$3,850</td><!-- [et_pb_line_break_holder] -->      <td>$250</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$3,100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$7,750</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$6,250</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Age 55 or Older</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"4\">Contribute an additional $1,000 on top of these amount</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Guaranteed Issue Amount</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>One to five times annual base salary (rounded to nearest $1,000)</td><!-- [et_pb_line_break_holder] -->      <td>$1 million</td><!-- [et_pb_line_break_holder] -->      <td>Lesser of four times salary or $400,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>$50,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000/$500 if under six months of age</td><!-- [et_pb_line_break_holder] -->      <td>All amounts</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Performance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Guaranteed Issue Amount</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>One to five times annual base salary (rounded to nearest $1,000)</td><!-- [et_pb_line_break_holder] -->      <td>$1 million</td><!-- [et_pb_line_break_holder] -->      <td>Lesser of four times salary or $400,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>$50,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000/$500 if under six months of age</td><!-- [et_pb_line_break_holder] -->      <td>All amounts</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Perscription Managment</h1>[/et_pb_text][et_pb_code admin_label=\"Prescription table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Goal Setting<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Mid-Year Career Discussion<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Self-Assessment/Manager Assessment<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        January-March<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        June<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        November-December<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Align to CFâ€™s priorities and Senior Leadership Team goals</li><!-- [et_pb_line_break_holder] -->          <li>Create three-six SMART goals* (reviewed and approved by manager)</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">*Operators and Technicians will have preset goals</p><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Employees are encouraged to begin mid-year discussions with managers regarding goals/status</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Annual performance review</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">Goals = what you achieved</p><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">Leadership competencies = how you achieved them</p><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>PTO</h1>[/et_pb_text][et_pb_code admin_label=\"PTO table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th rowspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service (as of the end of the year)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Paid Vacation Time Granted each January 1<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Full-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Part-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Less than one year</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 80 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 40 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>One â€“ Four years</td><!-- [et_pb_line_break_holder] -->      <td>80 hours</td><!-- [et_pb_line_break_holder] -->      <td>40 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Five â€“ Nine years</td><!-- [et_pb_line_break_holder] -->      <td>120 hours</td><!-- [et_pb_line_break_holder] -->      <td>60 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>10 - 19 years</td><!-- [et_pb_line_break_holder] -->      <td>160 hours (168 for 12-hour shift employees)</td><!-- [et_pb_line_break_holder] -->      <td>80 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>20+ years</td><!-- [et_pb_line_break_holder] -->      <td>200 hours (204 for 12-hour shift employees)</td><!-- [et_pb_line_break_holder] -->      <td>100 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        In-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Out-of-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Copay</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Exam (Once per calendar year)</td><!-- [et_pb_line_break_holder] -->      <td>You pay $10</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Materials</td><!-- [et_pb_line_break_holder] -->      <td>You pay $25</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Glasses (in lieu of contact lenses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Single Vision</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"5\">You pay $25 and then the plan pays 100%</td><!-- [et_pb_line_break_holder] -->      <td>Up to $40</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Bifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $65</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Trifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Progressives</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lenticular</td><!-- [et_pb_line_break_holder] -->      <td>Up to $100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Frames (once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $200</td><!-- [et_pb_line_break_holder] -->      <td>Up to $133</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Contact Lenses (in lieu of glasses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Elective</td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $300</td><!-- [et_pb_line_break_holder] -->      <td>Up to $225</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Therapeutic</td><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Up to $210</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Laser Vision Correction</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Discount available</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'Table Test Page', '', 'private', 'closed', 'closed', '', 'table-test-page', '', '', '2023-05-16 11:17:07', '2023-05-16 16:17:07', '', '0', 'https://cfibenefits.wpengine.com/?page_id=675', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (681, 2, '2023-05-15 18:59:47', '2023-05-15 23:59:47', '', 'service-award-mobileONLY', '', 'inherit', 'open', 'closed', '', 'service-award-mobileonly', '', '', '2023-05-15 18:59:47', '2023-05-15 23:59:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award-mobileONLY.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (682, 1, '2023-05-15 19:03:16', '2023-05-16 00:03:16', '', 'new-to-cfi_banner', '', 'inherit', 'open', 'closed', '', 'new-to-cfi_banner', '', '', '2023-05-15 19:03:16', '2023-05-16 00:03:16', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/new-to-cfi_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (685, 2, '2023-05-15 19:16:26', '2023-05-16 00:16:26', '', 'PTO_mobileONLY', '', 'inherit', 'open', 'closed', '', 'pto_mobileonly', '', '', '2023-05-15 19:16:26', '2023-05-16 00:16:26', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO_mobileONLY.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (689, 1, '2023-05-16 06:53:16', '2023-05-16 11:53:16', '', '2023 Adult Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-adult-wellness-member-guidelines', '', '', '2023-05-16 06:53:16', '2023-05-16 11:53:16', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Adult-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (690, 1, '2023-05-16 06:53:19', '2023-05-16 11:53:19', '', '2023 Childrens Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-childrens-wellness-member-guidelines', '', '', '2023-05-16 06:53:19', '2023-05-16 11:53:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Childrens-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (691, 1, '2023-05-16 06:53:23', '2023-05-16 11:53:23', '', '2023 Perinatal Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-perinatal-wellness-member-guidelines', '', '', '2023-05-16 06:53:23', '2023-05-16 11:53:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Perinatal-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (697, 3, '2023-05-16 15:41:47', '2023-05-16 20:41:47', '/* CF Industries Cookie Notice Styles */\r\n.cf-cookie-notice {\r\n    position: fixed;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    background-color: #f5f5f5;\r\n    border-top: 1px solid #ddd;\r\n    padding: 20px;\r\n    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\r\n    z-index: 999999;\r\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\r\n    font-size: 14px;\r\n    line-height: 1.5;\r\n    color: #333;\r\n    display: none;\r\n}\r\n\r\n.cf-cookie-notice.show {\r\n    display: block;\r\n}\r\n\r\n.cf-cookie-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    flex-wrap: wrap;\r\n    gap: 20px;\r\n}\r\n\r\n.cf-cookie-text {\r\n    flex: 1;\r\n    min-width: 300px;\r\n}\r\n\r\n.cf-cookie-text a {\r\n    color: #0066cc;\r\n    text-decoration: underline;\r\n}\r\n\r\n.cf-cookie-text a:hover {\r\n    text-decoration: none;\r\n}\r\n\r\n.cf-cookie-actions {\r\n    display: flex;\r\n    gap: 10px;\r\n    align-items: center;\r\n}\r\n\r\n.cf-cookie-close {\r\n    background-color: #0066cc;\r\n    color: white;\r\n    border: none;\r\n    padding: 8px 20px;\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    transition: background-color 0.3s ease;\r\n}\r\n\r\n.cf-cookie-close:hover {\r\n    background-color: #0052a3;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .cf-cookie-container {\r\n        flex-direction: column;\r\n        text-align: center;\r\n    }\r\n    .cf-cookie-text {\r\n        min-width: auto;\r\n    }\r\n    .cf-cookie-actions {\r\n        width: 100%;\r\n        justify-content: center;\r\n    }\r\n}\r\n\r\n/* page-specific CSS  */\r\n  /* photo zoom on rollover */\r\n.et-zoom-in.et_pb_image:hover img,\r\n.et-zoom-in .et_pb_image_wrap:hover img,\r\n.et-zoom-in a:hover img {\r\n    transform: scale(1.07); \r\n    transition: all .5s 0s ease;\r\n}\r\n\r\n.et-zoom-in,\r\n.et-zoom-in a {\r\n    overflow: hidden;\r\n}\r\n\r\n.et-zoom-in.et_pb_image img,\r\n.et-zoom-in .et_pb_image_wrap img,\r\n.et-zoom-in a img {\r\n    transition: all .5s 0s ease; \r\n}  \r\n\r\n/* change menu dropodwn line height */\r\n#top-menu .sub-menu .menu-item a {\r\n    line-height: 1.4em!important;\r\n    padding: 8px 0!important;\r\n}\r\n\r\n/* change menu dropodwn arrow color */\r\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\r\n\r\n/* adjust mobile menu logo size -- NOT using currently */\r\n\r\n/** @media all and (min-width: 768px) and (max-width: 1345px) {\r\n	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 35px !important;\r\n		max-height: 35px !important;\r\n    }\r\n}\r\n@media all and (max-width: 767px) {\r\n 	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 27px !important;\r\n		max-height: 27px !important;\r\n    }\r\n} **/\r\n\r\n/*** Logo Tablet to mobile ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n	.et_header_style_centered .logo_container {\r\n		height: 60px !important;\r\n		max-height: 60px !important;\r\n} \r\n}\r\n@media all and (max-width: 767px) {\r\n  .et_header_style_centered #main-header {\r\n    padding-bottom: 1em !important;\r\n		padding-top: 0px;\r\n  }\r\n	.et_header_style_centered .logo_container {\r\n		height: 47px !important;\r\n		max-height: 47px !important;\r\n				margin-bottom: 1em !important;\r\n		margin-top: -2.5em !important; \r\n		padding-bottom: 8px;\r\n}\r\n}\r\n/* list styles reg text */\r\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.reg_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* list styles toggles */\r\n.toggle_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.toggle_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.toggle_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.toggle_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.toggle_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* sidebar style tweaks */\r\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\r\n\r\n/* =========. Table CSS =============*/\r\n/* COMMON STYLES FOR ALL TABLES */\r\ntable.benefits-table {\r\n  /* Color variables */\r\n  --green-header: #89BB40;\r\n  --green-highlight: #E9F8F7;\r\n  --dark-gray-header: #4d4f33;\r\n  --gray-subheader: #6C777D;\r\n  --gray-highlight: #f4f4f4;\r\n  --blue-header: #0079C1;\r\n  --blue-smoke-header: #4472C4;\r\n  --blue-highlight: #EEF7FC;\r\n  --purple-header: #6361AB;\r\n  --pruple-highlight: #EEF7FC;\r\n  --lime-header: #00505c;\r\n  --lime-highlight: #EFF5E3;\r\n  --magenta-header: #00505c;\r\n  --magenta-highlight: #F5E9F3;\r\n  --orange-header: #0479c0;\r\n  --orange-highlight: #FFF9E5;\r\n  --header-text-color: #FFFFFF;\r\n  --body-text-color: #414241;\r\n  --table-background: #FFFFFF;\r\n  --table-border-color: #404041;\r\n  /* Style rules */\r\n  border-collapse: collapse;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  line-height: 1.3em !important;\r\n  text-align: center;\r\n  vertical-align: middle;\r\n}\r\n\r\ntable.benefits-table th, table.benefits-table td {\r\n  padding: .5em .75em .5em .75em;\r\n}\r\n\r\ntable.benefits-table th {\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table tr.subhead {\r\n  background-color: var(--gray-subheader);\r\n}\r\n\r\ntable.benefits-table tr.subhead th {\r\n  text-align: left;\r\n	font-weight: 700;\r\n	font-size: 105%;\r\n  color: var(--header-text-color);\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table td:first-child {\r\n  text-align: left;\r\n}\r\n\r\ntable.benefits-table td:last-child {\r\n  border-right: 1px solid #fff;\r\n}\r\n\r\ntable.benefits-table td {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tr.header th {\r\n  border-right: 1px solid #fff;\r\n  border-bottom: 0px;\r\n}\r\n\r\ntable.benefits-table tr.network th {\r\n  border-right: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tbody tr:last-child {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table.dependents td:nth-child(1) {\r\n  font-weight: bold;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table p {\r\n  margin: 0;\r\n  font-weight: normal;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table ul {\r\n  padding-inline-start: 1em;\r\n  margin-top: .25em;\r\n}\r\n\r\ntable.benefits-table li {\r\n  margin-bottom: .25em;\r\n	line-height: 1.3em;\r\n}\r\n\r\ntable.benefits-table sup {\r\n  font-size: x-small;\r\n}\r\ntable.benefits-table caption {\r\n  caption-side: bottom;\r\n  margin-top: 1em;\r\n  padding-left: 1em;\r\n  text-indent: -1em;\r\n  text-align: left;\r\n}\r\ntable.benefits-table small {\r\n  font-size: 90%;\r\n}\r\n\r\ntable.benefits-table th.blue-header {\r\n  background-color: var(--blue-header);\r\n  color: white;\r\n}\r\ntable.benefits-table th.green-header {\r\n  background-color: var(--green-header);\r\n}\r\ntable.benefits-table th.orange-header{\r\n  background-color: var(--orange-header);\r\n}\r\ntable.benefits-table td:nth-child(odd) {\r\n  background-color: var(--green-highlight);\r\n}\r\n\r\ntable.benefits-table ul {\r\n  list-style: none;\r\n}\r\n\r\ntable.benefits-table ul li:before {\r\n  content: \"\\25A0\";\r\n	margin-top: -2px !important;\r\n	font-size: 12px !important;\r\n	vertical-align: text-top !important;\r\n  list-style-type: square;\r\n  display: inline-block;\r\n  width: 1.1em !important; /* Also needed for space (tweak if needed) */\r\n  margin-left: -1em !important;\r\n}\r\n\r\n/* /1* ======= alternatives table specific css ============== *1/ */\r\ntable.benefits-table.alternatives td {\r\n  text-align: center;\r\n}\r\n\r\ntable.benefits-table.alternatives td.left-align {\r\n  text-align: left;\r\n}\r\n\r\n.modules {\r\n  --div.background: #FFFFFF;\r\n  --div.border-color: #404041;\r\n  --bg-blue: #3177BC;\r\n  --bg-green: #94BA53;\r\n  --bg-orange: #EC9F45;\r\n  --bg-purple: #6361AB;\r\n  --bg-pink: #E58DA5;\r\n  --body-text-color: #FFFFFF;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  display: flex;\r\n  flex-direction: row;\r\n}\r\n\r\n.module-box {\r\n  border-left: 1px solid #fff;\r\n  border-right: 1px solid #fff;\r\n  width: 120px;\r\n  height: 90px;\r\n  position: relative;\r\n}\r\n\r\n.bg-blue {\r\n  background-color: var(--bg-blue);\r\n}\r\n\r\n.bg-green {\r\n  background-color: var(--bg-green);\r\n}\r\n\r\n.bg-orange {\r\n  background-color: var(--bg-orange);\r\n}\r\n\r\n.bg-purple {\r\n  background-color: var(--bg-purple);\r\n}\r\n\r\n.bg-pink {\r\n  background-color: var(--bg-pink);\r\n}\r\n\r\n.number {\r\n  opacity: 0.4;\r\n  font-size: 60px;\r\n  z-index: 0;\r\n  position: absolute;\r\n  max-width: 100%;\r\n  height: auto;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%)\r\n}\r\n\r\n.text {\r\n  text-align: center;\r\n  position: relative;\r\n  top: 50%;\r\n  -ms-transform: translateY(-50%);\r\n  -webkit-transform: translateY(-50%);\r\n  transform: translateY(-50%);\r\n}\r\n\r\n/* /1* ======= end tables ============== *1/ */\r\n\r\n/* TOP light blue menu styles */\r\n#international-menu {\r\n background-color:rgba(63,169,245,0.1);\r\n	display: flex;\r\n	justify-content: end;\r\n	align-items: center;\r\n	padding-top: 6px;\r\n	padding-bottom: 6px;\r\n}\r\n/*** Responsive Styles Tablet And Below ***/\r\n@media all and (max-width: 980px) {\r\n	#international-menu {padding: 10px 8px !important;}\r\n}\r\n\r\n#international-menu > * {\r\n	margin: 5px 10px;\r\n}\r\n\r\n/*** Responsive Styles Tablet Only ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n#international-menu {\r\n	margin-top: -22px !important;\r\n}  \r\n}\r\n#international-menu img {\r\n	height: 22px !important;\r\n	display: block;\r\n}\r\n\r\n#international-menu .button {\r\n	background-color: transparent;\r\n	padding: 6px 6px !important;\r\n	border: 1px solid #2ea3f2;\r\n	outline: none;\r\n	text-align: center;\r\n	line-height: 1.2em;\r\n}', 'Divi-child', '', 'publish', 'closed', 'closed', '', 'divi-child', '', '', '2025-07-15 20:58:07', '2025-07-16 01:58:07', '', '0', 'https://cfibenefits.wpengine.com/divi-child/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp_2_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 (699, 3, '2023-05-16 16:01:07', '2023-05-16 21:01:07', '', 'usa-canada', '', 'inherit', 'open', 'closed', '', 'usa-canada', '', '', '2023-05-16 16:01:07', '2023-05-16 21:01:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/usa-canada.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (700, 3, '2023-05-16 16:01:08', '2023-05-16 21:01:08', '', 'canada-usa', '', 'inherit', 'open', 'closed', '', 'canada-usa', '', '', '2023-05-16 16:01:08', '2023-05-16 21:01:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/canada-usa.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (704, 1, '2023-05-17 12:03:20', '2023-05-17 17:03:20', '', 'team_congrats', '', 'inherit', 'open', 'closed', '', 'team_congrats', '', '', '2023-05-17 12:03:20', '2023-05-17 17:03:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/team_congrats.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (720, 1, '2023-05-18 06:44:21', '2023-05-18 11:44:21', '', 'Guide to Using GuidanceResources Online', '', 'inherit', 'open', 'closed', '', 'guide-to-using-guidanceresources-online', '', '', '2024-03-25 14:00:44', '2024-03-25 19:00:44', '', 872, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Guide-to-Using-GuidanceResources-Online.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (721, 1, '2023-05-18 07:45:24', '2023-05-18 12:45:24', '', 'Annual Funding Notice', '', 'inherit', 'open', 'closed', '', 'annual-funding-notice-2', '', '', '2023-05-18 07:45:24', '2023-05-18 12:45:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Annual-Funding-Notice-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (728, 2, '2023-05-18 11:12:35', '2023-05-18 16:12:35', '', 'us', '', 'inherit', 'open', 'closed', '', 'us', '', '', '2023-05-18 11:12:35', '2023-05-18 16:12:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/us.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (729, 2, '2023-05-18 11:12:36', '2023-05-18 16:12:36', '', 'ca', '', 'inherit', 'open', 'closed', '', 'ca', '', '', '2023-05-18 11:12:36', '2023-05-18 16:12:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ca.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (734, 1, '2023-05-18 14:25:28', '2023-05-18 19:25:28', '', 'team_inclusion', '', 'inherit', 'open', 'closed', '', 'team_inclusion', '', '', '2023-05-18 14:25:28', '2023-05-18 19:25:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/team_inclusion.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (769, 1, '2023-06-01 14:21:55', '2023-06-01 19:21:55', '', 'Standard_PPO_248035_0002', '', 'inherit', 'open', 'closed', '', 'standard_ppo_248035_0002', '', '', '2023-06-01 14:21:55', '2023-06-01 19:21:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Standard_PPO_248035_0002.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (770, 1, '2023-06-01 14:33:00', '2023-06-01 19:33:00', '', 'Cigna_Healthy_Rewards', '', 'inherit', 'open', 'closed', '', 'cigna_healthy_rewards', '', '', '2023-06-01 14:33:00', '2023-06-01 19:33:00', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Cigna_Healthy_Rewards.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (771, 1, '2023-06-01 14:38:03', '2023-06-01 19:38:03', '', 'FSRS_NetBenefits_AccessCardSM_FAQS', '', 'inherit', 'open', 'closed', '', 'fsrs_netbenefits_accesscardsm_faqs-2', '', '', '2023-06-01 14:38:03', '2023-06-01 19:38:03', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (772, 1, '2023-06-01 14:43:13', '2023-06-01 19:43:13', '', 'NYL GBS Secure Travel', '', 'inherit', 'open', 'closed', '', 'nyl-gbs-secure-travel', '', '', '2023-06-01 14:43:13', '2023-06-01 19:43:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/NYL-GBS-Secure-Travel.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (773, 1, '2023-06-01 14:46:08', '2023-06-01 19:46:08', '', 'MDLIVE', '', 'inherit', 'open', 'closed', '', 'mdlive', '', '', '2023-06-01 14:46:08', '2023-06-01 19:46:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/MDLIVE.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (774, 1, '2023-06-01 14:46:11', '2023-06-01 19:46:11', '', 'Cost_of_Coverage_2023', '', 'inherit', 'open', 'closed', '', 'cost_of_coverage_2023', '', '', '2023-06-01 14:46:11', '2023-06-01 19:46:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Cost_of_Coverage_2023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (775, 1, '2023-06-01 14:49:36', '2023-06-01 19:49:36', '', 'Balanced Drug List', '', 'inherit', 'open', 'closed', '', 'balanced-drug-list', '', '', '2023-06-01 14:49:36', '2023-06-01 19:49:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Balanced-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (776, 1, '2023-06-01 14:49:38', '2023-06-01 19:49:38', '', 'No-Cost Preventive Drug List', '', 'inherit', 'open', 'closed', '', 'no-cost-preventive-drug-list', '', '', '2023-06-01 14:49:38', '2023-06-01 19:49:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/No-Cost-Preventive-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (777, 1, '2023-06-01 14:49:40', '2023-06-01 19:49:40', '', 'Preventive Drug Benefit Program', '', 'inherit', 'open', 'closed', '', 'preventive-drug-benefit-program', '', '', '2023-06-01 14:49:40', '2023-06-01 19:49:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Preventive-Drug-Benefit-Program.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (778, 1, '2023-06-01 14:52:36', '2023-06-01 19:52:36', '', 'Basic Term Life Insurance (1)', '', 'inherit', 'open', 'closed', '', 'basic-term-life-insurance-1', '', '', '2023-06-01 14:52:36', '2023-06-01 19:52:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Basic-Term-Life-Insurance-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (780, 1, '2023-06-01 14:58:25', '2023-06-01 19:58:25', '', 'Basic Accidental Death and Dismemberment Insurance', '', 'inherit', 'open', 'closed', '', 'basic-accidental-death-and-dismemberment-insurance', '', '', '2023-06-01 14:58:25', '2023-06-01 19:58:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Basic-Accidental-Death-and-Dismemberment-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (781, 1, '2023-06-01 14:58:28', '2023-06-01 19:58:28', '', 'Long Term Disability Insurance', '', 'inherit', 'open', 'closed', '', 'long-term-disability-insurance', '', '', '2023-06-01 14:58:28', '2023-06-01 19:58:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Long-Term-Disability-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (782, 1, '2023-06-01 14:58:30', '2023-06-01 19:58:30', '', 'Voluntary Accidental Death and Dismemberment Insurance', '', 'inherit', 'open', 'closed', '', 'voluntary-accidental-death-and-dismemberment-insurance', '', '', '2023-06-01 14:58:30', '2023-06-01 19:58:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Voluntary-Accidental-Death-and-Dismemberment-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (783, 1, '2023-06-01 14:58:32', '2023-06-01 19:58:32', '', 'Voluntary Term Life Insurance', '', 'inherit', 'open', 'closed', '', 'voluntary-term-life-insurance', '', '', '2023-06-01 14:58:32', '2023-06-01 19:58:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Voluntary-Term-Life-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (784, 1, '2023-06-02 11:37:32', '2023-06-02 16:37:32', '', 'Understanding your Explanation of Benefits', '', 'inherit', 'open', 'closed', '', 'understanding-your-explanation-of-benefits', '', '', '2023-06-02 11:37:32', '2023-06-02 16:37:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Understanding-your-Explanation-of-Benefits.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (789, 1, '2023-06-13 06:54:54', '2023-06-13 11:54:54', '', '2022 CF Summary Plan Description (SPD)_Retirement (1)', '', 'inherit', 'open', 'closed', '', '2022-cf-summary-plan-description-spd_retirement-1', '', '', '2023-06-13 06:54:54', '2023-06-13 11:54:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/2022-CF-Summary-Plan-Description-SPD_Retirement-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (791, 1, '2023-06-13 07:01:38', '2023-06-13 12:01:38', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/best-premium_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Best Premium</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Take control of your health <em>and</em> your savings with our Best Premium program.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding=\"0px||0px||false|false\" custom_margin=\"||0em||false|false\" sticky_enabled=\"0\"]CF Industries invites you to take advantage of our Best Premium program, offered to you and your covered spouse, to take control of your health and earn medical premium savings along the way!\n<h2>Participation</h2>\nEmployees and their spouses must complete a routine annual physical and submit documentation on the Strive platform. To learn more about Strive and how to use the online platform, please visit the <a href=\"/strive/\">Strive Well-Being Platform</a> page.\n<h2>Medical Premium Savings</h2>\n<p style=\"padding-bottom: .75em;\">In 2024, employees and their covered spouses can earn up to $1,000 total in savings on their medical premium ($500 for employee only participation). In addition, participating in Best Premium allows you to engage in the Best Premium Challenge, offering prizes throughout the plan year. Employees could win<strong>**</strong>:</p>\n<ul>\n	<li>One to five pairs of airline tickets to anywhere in the United States<strong>*</strong></li>\n	<li>CF-branded Nike quarter zip pullover</li>\n	<li>Luncheon and Best Premium Rock Star Award for all site employees</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"0px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<em>*Applicable taxes will be deducted from your paycheck during the pay period in which the airline tickets are awarded.</em>\n\n<em>**Entry for prizes varies upon date of completion and other minimal requirements to be eligible; please visit the Strive platform or contact your local HR representative for more details.</em>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||20px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Get Started</h2>\nFollow these simple steps to get started on your health journey:\n<ul>\n	<li>Download and submit your physician form on the <a href=\"https://www.cftotalrewards-strive.com\" target=\"_blank\" rel=\"noopener\">Strive platform</a>.</li>\n	<li>To earn the Best Premium incentive, complete an annual physical for yourself and/or spouse by 11:59 PM on <strong>November 1, 2023</strong>.</li>\n</ul>\nPlease note: The well-being assessment is no longer required to earn Best Premium.\n\n&nbsp;[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Best Premium', '', 'publish', 'closed', 'closed', '', 'best-premium', '', '', '2023-06-13 13:44:15', '2023-06-13 18:44:15', '', '0', 'https://cfibenefits.wpengine.com/?page_id=791', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (792, 1, '2023-06-13 12:47:01', '2023-06-13 17:47:01', '', 'integration-pathway', '', 'inherit', 'open', 'closed', '', 'integration-pathway', '', '', '2023-06-13 12:47:01', '2023-06-13 17:47:01', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/integration-pathway.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (794, 1, '2023-06-13 13:23:49', '2023-06-13 18:23:49', '', 'best-premium_section_inset', '', 'inherit', 'open', 'closed', '', 'best-premium_section_inset', '', '', '2023-06-13 13:23:49', '2023-06-13 18:23:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/best-premium_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (795, 1, '2023-06-13 13:29:24', '2023-06-13 18:29:24', '', 'best-premium_page_banner', '', 'inherit', 'open', 'closed', '', 'best-premium_page_banner', '', '', '2023-06-13 13:29:24', '2023-06-13 18:29:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/best-premium_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (797, 1, '2023-06-17 21:43:40', '2023-06-18 02:43:40', '', 'CF_Retiree_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_retiree_eguide_us_052323', '', '', '2024-03-25 14:15:55', '2024-03-25 19:15:55', '', 886, 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/CF_Retiree_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (798, 1, '2023-06-17 21:43:54', '2023-06-18 02:43:54', '', 'CF_Termination_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_termination_eguide_us_052323', '', '', '2024-03-25 14:15:11', '2024-03-25 19:15:11', '', 885, 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/CF_Termination_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (801, 1, '2023-06-18 12:18:08', '2023-06-18 17:18:08', '', 'LOA Request Form - Rev 10.24', '', 'inherit', 'open', 'closed', '', 'loa-request-form-rev-10-24', '', '', '2024-03-25 14:01:44', '2024-03-25 19:01:44', '', 873, 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/LOA-Request-Form-Rev-10.24.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (808, 1, '2023-06-19 22:58:07', '2023-06-20 03:58:07', '', 'Manage Your Benefits', '', 'inherit', 'open', 'closed', '', 'manage-your-benefits', '', '', '2024-03-25 14:10:11', '2024-03-25 19:10:11', '', 879, 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/Manage-Your-Benefits.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (809, 1, '2023-06-19 23:08:00', '2023-06-20 04:08:00', '', 'Sunlife Beneficiary Form', '', 'inherit', 'open', 'closed', '', 'sunlife-beneficiary-form', '', '', '2024-03-25 14:10:59', '2024-03-25 19:10:59', '', 880, 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/Sunlife-Beneficiary-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (814, 1, '2023-06-20 06:04:43', '2023-06-20 11:04:43', '', 'hr', '', 'inherit', 'open', 'closed', '', 'hr', '', '', '2023-06-20 06:04:43', '2023-06-20 11:04:43', '', '0', 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/hr.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (816, 1, '2023-06-20 07:03:09', '2023-06-20 12:03:09', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/06/teladoc_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1> Sun Life Medical Second Opinion powered by Dialogue</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Stay connected to easy-access medical experts for a variety of health concerns.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||20px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Eligibility</h2>\nWhen you enroll in either Sun Life health option through CF Industries, youâ€™ll receive access to Sun Lifeâ€™s Medical Second Opinion powered by Dialogueâ€”our medical expert serviceâ€”as part of your health benefits. If you are enrolled in family health coverage, you, your spouse, dependent children, parents and parents-in-law are eligible for the Medical Second Opinion. You can access this service through the Lumino Health Virtual Care platform.\n<h2>Sun Life Medical Second Opinion Service</h2>\nSun Life Medical Second Opinion, powered by Dialogue, delivers digital-first, personalized care using an integrated approach via mobile or web. This service can help you make informed choices about your health when facing serious medical issues by helping confirm or challenge a diagnosis. The service offers high quality medical second opinions, mental health support, and helps find the right medical specialist. You can easily connect to the Sun Life Medical Second Opinion service through the Lumino Health Virtual Care app via mobile or web. The service is also available through a dedicated phone line, accessible 24/7.\n<h3>Sun Life Medical Second Opinion includes:</h3>\n<ul>\n	<li>\n<strong>Expert Second Opinion:</strong> provides you with a second opinion from a medical expert on an existing, and active diagnosis and treatment plan. This includes both physical and mental health conditions. You can speak with a medical health specialist about your concern. After obtaining consent and collecting the records, the medical health specialist will secure the services of an appropriate medical expert who will provide a second opinion. The type of medical expert will be specific to the concern. For example, if it is regarding a cancer diagnosis, the expert consulted may be an oncologist. The medical health specialist will then deliver the results to you.\n</li>\n	<li><strong>Mental Health Care Navigation:</strong> provides you with an appointment with a mental health specialist. The specialist will help you better understand your mental health needs. The service will then provide navigation support to find the mental health provider who will best meet your needs. All mental health conditions are covered.</li>\n	<li><strong>Find a Medical Specialist:</strong> a navigation service that helps you locate appropriate medical specialists and facilities in Canada and the U.S.</li>\n</ul>\n<h2>Take Care of the (Whole) Family</h2>\nSun Life recognizes that health benefits should at times extend beyond yourself and your immediate household. Sun Life Medical Second Opinion, by Dialogue offers their services to not only yourself, your spouse and your children â€“ they offer it to your parents and parents-in-law as well. To make things simple, you can use services at any time during your coverage and do not have to file a claim to get started![/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>833-286-5614 </strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://luminovc.dialogue.co/\" target=\"_blank\" rel=\"noopener\">luminovc.dialogue.co </a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-medical-second-opinion-flyer/\" target=\"_blank\" rel=\"noopener\">Medical Second Opinion Flyer</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Find an In-Network Dental Provider</h4>\n<p>You can find a Cigna dental provider by clicking <a href=\"http://www.mycigna.com/\" target=\"_blank\" rel=\"noopener\">here</a> or by calling 800-244-6224 and using the automated Dental Office Locator.</p>\n<h4>ID Cards</h4>\n<p>Cigna does not issue dental ID cards, but cards are available <a href=\"http://www.mycigna.com/\" target=\"_blank\" rel=\"noopener\">online</a>. Providers can use your social security number to confirm your coverage.</p>\n<h4>Claim Form</h4>\n<p>If you visit an out-of-network provider, you or your provider need to submit this <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Cigna-Dental-Claim-Form.pdf\" target=\"_blank\" rel=\"noopener\">online claim form</a> for reimbursement or visit <a href=\"https://my.cigna.com/web/public/consumer/registration/name\" target=\"_blank\" rel=\"noopener\">myCigna</a> to create an account and submit your form.</p>\n<h4>Dental Rate Sheet</h4>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/CF_2023_Rates_FINAL_102022.pdf\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the dental rate sheet.</p>\n<h4>Dental Plan Summary</h4>\n<p>To view your Dental Plan Summary, visit the <a href=\"/resource-library/\">Resource Library</a> under â€œDentalâ€.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Teladoc', '', 'publish', 'closed', 'closed', '', 'medical-second-opinion', '', '', '2026-01-29 15:23:04', '2026-01-29 21:23:04', '', '0', 'https://cfibenefits.wpenginepowered.com/ca/?page_id=816', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (817, 1, '2023-06-20 07:05:52', '2023-06-20 12:05:52', '', 'teladoc_banner', '', 'inherit', 'open', 'closed', '', 'teladoc_banner', '', '', '2023-06-20 07:05:52', '2023-06-20 12:05:52', '', '0', 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/teladoc_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (819, 1, '2023-06-20 07:11:54', '2023-06-20 12:11:54', '', 'teladoc_section', '', 'inherit', 'open', 'closed', '', 'teladoc_section', '', '', '2023-06-20 07:11:54', '2023-06-20 12:11:54', '', '0', 'https://cfibenefits.wpenginepowered.com/ca/wp-content/uploads/sites/2/2023/06/teladoc_section.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (820, 1, '2026-03-03 21:50:16', '2023-06-20 12:14:20', '', 'Medical Second Opinion', '', 'publish', 'closed', 'closed', '', 'teladoc-medical-experts', '', '', '2026-03-03 21:50:16', '2026-03-04 03:50:16', '', '0', 'https://cfibenefits.wpenginepowered.com/ca/?p=820', 14, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (821, 1, '2023-06-20 07:40:22', '2023-06-20 12:40:22', '[et_pb_text admin_label=\"Contact box\" _builder_version=\"4.21.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Plan Program Number: </strong></span><strong>50621</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text]', 'sunlife contact box', '', 'publish', 'closed', 'closed', '', 'sunlife-contact-box', '', '', '2023-06-20 07:40:22', '2023-06-20 12:40:22', '', '0', 'https://cfibenefits.wpenginepowered.com/ca/blog/et_pb_layout/sunlife-contact-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (823, 1, '2023-06-20 07:51:34', '2023-06-20 12:51:34', '[et_pb_text _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"]<h2>Additional Resources</h2>\n<h4>Activate Your Sun Life Account</h4>\n<p>To activate an account, visit <a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a> and enter your CF Industries email. Once your email has been confirmed, you can complete your registration after setting up your password and answering any identity</p>[/et_pb_text]', 'sunlife resources', '', 'publish', 'closed', 'closed', '', 'sunlife-resources', '', '', '2023-06-20 07:51:34', '2023-06-20 12:51:34', '', '0', 'https://cfibenefits.wpenginepowered.com/ca/blog/et_pb_layout/sunlife-resources/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (825, 1, '2023-06-25 16:44:23', '2023-06-25 21:44:23', '', 'CF_AE23_eGuide_CA_FINAL_102522', '', 'inherit', 'open', 'closed', '', 'cf_ae23_eguide_ca_final_102522', '', '', '2023-06-25 16:44:23', '2023-06-25 21:44:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/06/CF_AE23_eGuide_CA_FINAL_102522.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (828, 1, '2023-08-09 16:36:32', '2023-08-09 21:36:32', '', 'bcbsglobalcore-brochure-English', '', 'inherit', 'open', 'closed', '', 'bcbsglobalcore-brochure-english', '', '', '2023-08-09 16:36:32', '2023-08-09 21:36:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/08/bcbsglobalcore-brochure-English.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (831, 1, '2023-10-08 09:33:29', '2023-10-08 14:33:29', '', 'gb00200-travel-benefit-medi-passport-FORM-policy 050621 prefilled', '', 'inherit', 'open', 'closed', '', 'gb00200-travel-benefit-medi-passport-form-policy-050621-prefilled', '', '', '2024-03-25 14:06:08', '2024-03-25 19:06:08', '', 875, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (832, 1, '2023-10-22 21:04:49', '2023-10-23 02:04:49', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/2026-oe-cfi-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"d8645443-b720-4c6b-83cc-41b960d4f8e7\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Annual Enrollment 2026</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"fba48a2d-58dc-430b-9f9f-3ef6484a47ac\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_padding=\"||0.5em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Annual Enrollment for your 2026 benefits takes place <span>October 30 â€“ November 14</span>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" global_module=\"851\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/ca/documents/2026-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/e-guide.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"/ca/documents/2026-enrollment-guide/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><a href=\"/ca/documents/2026-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/rates.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/checklist.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" target=\"_blank\" rel=\"noopener\">2026 Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/enroll.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Oct.&nbsp;30 - Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"f4e63009-a4cc-4b79-8657-d66d16a09428\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>As part of your CF Total Rewards, we offer a market-competitive benefits package along with the flexibility to personalize it to meet the needs of you and your family. CF reviews market practices and trends among our competitors on an ongoing basis. With healthcare and dental costs continuing to increase well beyond medical inflation each year, our competitors are shifting their cost-sharing approaches. CF will evaluate the existing cost-sharing structure for the 2027 plan year to ensure we remain competitive and aligned with market practices.</p>\n<h2>Whatâ€™s New For 2026</h2>\n<p><strong>Price tags and Flex Credits</strong><br />Healthcare costs continue to climb, with a 26% increase in claims over the past 12 months. This upward trend in claim activity, combined with ongoing increases in the cost of healthcare services, will result in costs and Flex Credit increases for both healthcare options.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"f4e63009-a4cc-4b79-8657-d66d16a09428\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn About 2026 Annual Enrollment</h2>\n<p>During Annual Enrollment, CF provides Flex Credits based on your enrollment status. You can use these credits to:</p>\n<ul>\n<li>Purchase health coverage</li>\n<li>Purchase dental coverage</li>\n<li>Use excess Flex Credits to:\n<ul>\n<li>Allocate to a Health Spending Account (HSA)</li>\n<li>Take as taxable cash through bi-weekly payroll credits</li>\n</ul>\n</li>\n</ul>\n<p><strong>Health Spending Account (HSA)</strong>: HSAs can be used to pay for out-of-pocket health and dental expenses. Employees can choose to deposit unused Flex Credits into your HSA. You can also carry forward unused HSA credits to the next year, however, <span>credits that are not used by the end of the second year will be automatically forfeited as required by the Canada Revenue Agency.</span></p>\n<p><em><strong>Vision coverage is provided under the Medical Plan Option 1 or Option 2.</strong></em></p>\n<h2>Decide If You Need to Enroll</h2>\n<p>This is a passive enrollment, which means that if you do not enroll, your 2025 coverages will carry forward to 2026, including your excess Flex Credit election. However, if you want to make changes to your coverage, or change how your excess Flex Credits are allocated, you should take action by November 14, 2025.</p>\n<p><span><strong>Reminder</strong>: If you add a new dependent</span> to coverage during annual enrollment, you must provide supporting documentation such as marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility <span>for coverage under the CF plans</span>.</p>\n<h2>Who is Eligible?</h2>\n<ul>\n<li>Regular, full-time employees</li>\n<li>Spouses/Domestic Partners (i.e., person you are legally married to or have been living with for at least three years)</li>\n<li>Employeeâ€™s children and spouseâ€™s children under the age of 21 and unmarried</li>\n<li>Employeeâ€™s children and spouseâ€™s children between the ages of 21 and 25 if they are unmarried and a full-time student at a recognized post-secondary institution</li>\n<li>Employeeâ€™s children and spouseâ€™s children of any age, unmarried and unable to care for themselves due to a mental or physical disability that occurred before the age of 21, or before the age of 25 while a full-time student at a recognized post-secondary institution</li>\n</ul>\n<p style=\"padding-top: .75em;\">Annual Enrollment is your yearly opportunity to enroll in benefits for the following year, make changes to your current elections or add/drop dependents. The choices you make during Annual Enrollment are <em><strong>effective Jan. 1 through Dec. 31 of the following calendar year</strong></em>. Annual Enrollment is the only time employees can enroll in or make changes to their benefits, unless you experience a <a href=\"/ca/life-event-changes/\">qualifying life event</a>, such as marriage or birth of a child. <pdf to=\"\" come=\"\"></pdf></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"8d5f0603-b06d-45a1-b0ba-d0213842cfc3\" custom_margin=\"0px|-11px|1em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Important Annual Enrollment Resources</h2>\n<p><strong>Enroll</strong> <span>Oct. 30 - Nov. 14</span></p>\n<ul>\n<li>In <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> from here or click the inbox in Workday</li>\n<li>Find \"Enroll\" button at top right of Total Rewards website</li>\n</ul>\n<p><strong>Contact Information</strong></p>\n<p>Call <strong>800-361-6212</strong></p>\n<p>Visit <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">sunlife.ca/member</a><br />Plan Program Number: 50621</p>\n<p>App <i class=\"fa-regular fa-mobile-notch\"></i> <a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a> | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"8d5f0603-b06d-45a1-b0ba-d0213842cfc3\" custom_margin=\"0px|-11px|1em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Important Annual Enrollment Resources</h2>\n<p><strong>Enroll</strong> Nov. 1-Nov. 15</p>\n<ul>\n<li>In <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> from here or click the inbox in Workday</li>\n<li>Find \"Enroll\" button at top right of Total Rewards website</li>\n</ul>\n<p><strong>Contact Information</strong></p>\n<p>Call <strong>800-361-6212</strong></p>\n<p>Visit <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">sunlife.ca/member</a><br />Plan Program Number: 50621</p>\n<p>App <i class=\"fa-regular fa-mobile-notch\"></i> <a href=\"https://apps.apple.com/ca/app/apple-store/id453274313?l=en\" target=\"_blank\" rel=\"noopener\">App Store</a> | <a href=\"https://play.google.com/store/apps/details?id=com.sunlife.ca.mysunlife&amp;hl=en&amp;utm_source=sunlifeCA&amp;utm_medium=web&amp;utm_campaign=landing_static\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"2bfdf6f3-2bf5-4d6f-a4ab-7843d6a656d7\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Strive Well-Being Program</h2>\nStrive can earn you rewards in 2024! Click <a href=\"/ca/strive/\">here</a> to learn how.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"c9cebd60-2a1c-47af-ace5-b925b022b072\" header_2_text_color=\"#3FA9F5\" header_2_font_size=\"24px\" background_color=\"#FFFFFF\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#00C7B1\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Earn Up to $1,000 in 2024</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/best-premium/\" target=\"_blank\" rel=\"noopener\">Best Premium</a> can save you money while promoting healthier lifestyles! If you and/or your covered spouse complete your annual physical by Nov. 1, you can earn up to $1,000 in 2024.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"c9cebd60-2a1c-47af-ace5-b925b022b072\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2><img src=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premium.svg\" width=\"85\" height=\"85\" alt=\"\" class=\"wp-image-846 alignnone size-medium\" style=\"display: block; margin-left: auto; margin-right: auto;\" /></h2>\n<h2>Save with Best Premium</h2>\n<p>Click <a href=\"/best-premium/\" target=\"_blank\" rel=\"noopener\">here</a> to learn how.</p>[/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" global_module=\"851\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/ca/documents/2026-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/e-guide.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"/ca/documents/2026-enrollment-guide/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><a href=\"/ca/documents/2026-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/rates.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/checklist.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" target=\"_blank\" rel=\"noopener\">2026 Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/enroll.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Oct.&nbsp;30 - Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'CA Annual Enrollment', '', 'draft', 'closed', 'closed', '', 'ca-annual-enrollment', '', '', '2026-01-29 15:00:03', '2026-01-29 21:00:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?page_id=832', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (834, 1, '2023-10-22 21:00:58', '2023-10-23 02:00:58', '', 'new-to-cfi_banner', '', 'inherit', 'open', 'closed', '', 'new-to-cfi_banner-2', '', '', '2023-10-22 21:00:58', '2023-10-23 02:00:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/new-to-cfi_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (835, 1, '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', 'e-guide', '', 'inherit', 'open', 'closed', '', 'e-guide', '', '', '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/e-guide.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (836, 1, '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', 'rates', '', 'inherit', 'open', 'closed', '', 'rates', '', '', '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/rates.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (837, 1, '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', 'checklist', '', 'inherit', 'open', 'closed', '', 'checklist', '', '', '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/checklist.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (838, 1, '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', 'enroll', '', 'inherit', 'open', 'closed', '', 'enroll', '', '', '2023-10-22 21:00:59', '2023-10-23 02:00:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/enroll.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (839, 1, '2023-10-22 21:01:01', '2023-10-23 02:01:01', '', 'best-premium', '', 'inherit', 'open', 'closed', '', 'best-premium-2', '', '', '2023-10-22 21:01:01', '2023-10-23 02:01:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premium.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (844, 1, '2023-10-22 21:28:24', '2023-10-23 02:28:24', '', 'CF_AE24_eGuide_CAN_101923', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_can_101923', '', '', '2023-10-22 21:28:24', '2023-10-23 02:28:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/CF_AE24_eGuide_CAN_101923.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (845, 1, '2023-10-22 21:28:27', '2023-10-23 02:28:27', '', 'CF_2024_Costs_CAN_101323FINAL', '', 'inherit', 'open', 'closed', '', 'cf_2024_costs_can_101323final', '', '', '2024-03-25 14:07:14', '2024-03-25 19:07:14', '', 876, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/CF_2024_Costs_CAN_101323FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (846, 1, '2023-10-22 21:28:39', '2023-10-23 02:28:39', '', 'CFIND 24AE-Checklist 2941290', '', 'inherit', 'open', 'closed', '', 'cfind-24ae-checklist-2941290', '', '', '2023-10-22 21:28:39', '2023-10-23 02:28:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/CFIND-24AE-Checklist-2941290.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (847, 1, '2023-10-22 21:28:45', '2023-10-23 02:28:45', '', 'CFIND 24Benefits Offering_CA 2971057_10.12.2023', '', 'inherit', 'open', 'closed', '', 'cfind-24benefits-offering_ca-2971057_10-12-2023', '', '', '2024-03-25 14:09:22', '2024-03-25 19:09:22', '', 878, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/CFIND-24Benefits-Offering_CA-2971057_10.12.2023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (851, 1, '2023-10-22 21:35:13', '2023-10-23 02:35:13', '[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"row\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/ca/documents/2026-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/e-guide.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"/ca/documents/2026-enrollment-guide/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><a href=\"/ca/documents/2026-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/rates.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-premium-rates-ca/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/checklist.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/2026-enrollment-checklist/\" target=\"_blank\" rel=\"noopener\">2026 Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/enroll.svg\" image_icon_width_tablet=\"45%\" _builder_version=\"4.27.4\" _module_preset=\"d33dde7f-2c37-4fae-9ea8-9396c004220b\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Oct.&nbsp;30 - Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row]', 'CA 4 icons lineup', '', 'publish', 'closed', 'closed', '', 'ca-4-icons-lineup', '', '', '2025-10-24 07:12:57', '2025-10-24 12:12:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/blog/et_pb_layout/ca-4-icons-lineup/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (852, 1, '2023-10-24 17:00:59', '2023-10-24 22:00:59', '', 'CF_AE24_eGuide_CAN_102023', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_can_102023', '', '', '2023-10-24 17:00:59', '2023-10-24 22:00:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/CF_AE24_eGuide_CAN_102023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (853, 1, '2023-10-24 17:01:05', '2023-10-24 22:01:05', '', 'CFIND 24OE Checklist_CA 2971023', '', 'inherit', 'open', 'closed', '', 'cfind-24oe-checklist_ca-2971023', '', '', '2024-03-25 14:08:15', '2024-03-25 19:08:15', '', 877, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/CFIND-24OE-Checklist_CA-2971023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (856, 1, '2023-10-24 18:52:15', '2023-10-24 23:52:15', '[et_pb_fullwidth_slider _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#FFFFFF\" max_height=\"47%\" auto=\"on\" auto_speed=\"6000\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/ca/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw||2vw||false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"32vw||9vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ca/origin-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\" class=\"slider_subhead\">Advice you can bank on with Origin Financial Well-Being</h3>\n<p>Plan for your future with Origin to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/ca/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/ca/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/ca/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'cfi ca pre-oe rotators', '', 'publish', 'closed', 'closed', '', 'cfi-ca-pre-oe-rotators', '', '', '2023-10-24 18:52:15', '2023-10-24 23:52:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/blog/et_pb_layout/cfi-ca-pre-oe-rotators/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (857, 1, '2023-10-24 18:55:32', '2023-10-24 23:55:32', '', 'OE_desktop_banner', '', 'inherit', 'open', 'closed', '', 'oe_desktop_banner', '', '', '2023-10-24 18:55:32', '2023-10-24 23:55:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/OE_desktop_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (858, 1, '2023-10-24 18:55:34', '2023-10-24 23:55:34', '', 'OE_mobile_banner', '', 'inherit', 'open', 'closed', '', 'oe_mobile_banner', '', '', '2023-10-24 18:55:34', '2023-10-24 23:55:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/OE_mobile_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (859, 1, '2023-10-24 18:55:35', '2023-10-24 23:55:35', '', 'best-premiums_home-slider-desktop', '', 'inherit', 'open', 'closed', '', 'best-premiums_home-slider-desktop', '', '', '2023-10-24 18:55:35', '2023-10-24 23:55:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premiums_home-slider-desktop.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (860, 1, '2023-10-24 18:55:37', '2023-10-24 23:55:37', '', 'best-premiums_home-slider-mobile', '', 'inherit', 'open', 'closed', '', 'best-premiums_home-slider-mobile', '', '', '2023-10-24 18:55:37', '2023-10-24 23:55:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premiums_home-slider-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (865, 1, '2024-01-04 15:48:26', '2024-01-04 21:48:26', '', 'CF_AE24_eGuide_CAN_110923', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_can_110923', '', '', '2024-01-04 15:48:26', '2024-01-04 21:48:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/01/CF_AE24_eGuide_CAN_110923.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (868, 1, '2024-02-28 10:06:20', '2024-02-28 16:06:20', '', 'CF_AE24_eGuide_CAN_110923', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_can_110923-2', '', '', '2024-03-25 13:09:09', '2024-03-25 18:09:09', '', 871, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/02/CF_AE24_eGuide_CAN_110923.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (871, 3, '2024-03-25 13:09:09', '2024-03-25 18:09:09', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', 'Enrollment eGuide CA', '', 'publish', 'closed', 'closed', '', 'enrollment-eguide-ca', '', '', '2024-05-08 17:42:55', '2024-05-08 22:42:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=871', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (872, 3, '2024-03-25 14:00:44', '2024-03-25 19:00:44', 'Follow these simple steps to explore the online resources available to you through GuidanceResources.', 'Guide to Using Guidance Resources Online', '', 'publish', 'closed', 'closed', '', 'guide-to-using-guidance-resources-online', '', '', '2024-07-15 14:44:11', '2024-07-15 19:44:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=872', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (873, 3, '2024-03-25 14:01:44', '2024-03-25 19:01:44', 'Complete this form to request a leave under the CF Industries Paid Maternity and Parental Leave Policy for maternity and parental leaves.', 'LOA Request Form', '', 'publish', 'closed', 'closed', '', 'loa-request-form', '', '', '2025-07-06 12:01:50', '2025-07-06 17:01:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=873', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (874, 3, '2024-04-11 10:34:07', '2024-04-11 15:34:07', 'Follow these instructions and complete the application to apply for Education Assistance.', 'Application for Education Assistance', '', 'publish', 'closed', 'closed', '', 'application-for-education-assistance', '', '', '2024-05-08 17:49:37', '2024-05-08 22:49:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=874', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (875, 3, '2024-03-25 14:06:08', '2024-03-25 19:06:08', 'Learn more about business and personal travel insurance and CF Industries\' emergency travel assistance partner, Global Excel Management (GEM).', 'Travel Benefit and Medi-Passport Flyer', '', 'publish', 'closed', 'closed', '', 'travel-benefit-and-medi-passport-flyer', '', '', '2024-05-08 17:50:30', '2024-05-08 22:50:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=875', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (876, 3, '2024-03-25 14:07:14', '2024-03-25 19:07:14', 'Review your monthly cost of coverage for our 2024 benefits plans.', '2024 Rates CA', '', 'publish', 'closed', 'closed', '', '2024-rates-ca', '', '', '2024-05-08 17:51:03', '2024-05-08 22:51:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=876', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (877, 3, '2024-03-25 14:08:15', '2024-03-25 19:08:15', 'Complete this checklist when preparing for annual enrollment to ensure you have all the information needed to enroll in benefits.', '2024 Annual Enrollment Checklist CA', '', 'publish', 'closed', 'closed', '', '2024-annual-enrollment-checklist-ca', '', '', '2024-03-25 14:08:15', '2024-03-25 19:08:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=877', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (878, 3, '2024-03-25 14:09:22', '2024-03-25 19:09:22', 'View the 2024 annual enrollment benefits along with who pays for the plan and when employees are eligible to enroll/change that benefit.', '2024 Benefit Offerings Flyer CA', '', 'publish', 'closed', 'closed', '', '2024-benefit-offerings-flyer-ca', '', '', '2024-05-08 17:51:30', '2024-05-08 22:51:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=878', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (879, 3, '2024-03-25 14:10:11', '2024-03-25 19:10:11', 'Learn more about how to request a change to your benefit elections due to a life event.', 'Manage Your Benefits Tip Sheet', '', 'publish', 'closed', 'closed', '', 'manage-your-benefits-tip-sheet', '', '', '2024-03-25 14:10:11', '2024-03-25 19:10:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=879', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (880, 3, '2024-03-25 14:10:59', '2024-03-25 19:10:59', 'Print and submit this form to designate a beneficiary through Sun Life Financial.', 'Beneficiary Designation Form', '', 'publish', 'closed', 'closed', '', 'beneficiary-designation-form', '', '', '2024-05-08 17:52:00', '2024-05-08 22:52:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=880', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (881, 3, '2024-03-25 14:11:41', '2024-03-25 19:11:41', 'Follow these simple instructions and start exploring the resources offered to you on GuidanceResourcesÂ® Online.', 'Guide to Using Guidance Resources Online', '', 'draft', 'closed', 'closed', '', 'guide-to-using-guidance-resources-online-2', '', '', '2024-04-11 13:46:46', '2024-04-11 18:46:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=881', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (882, 3, '2024-03-25 14:12:25', '2024-03-25 19:12:25', 'Learn more about GuidanceResources Â® in-house staff of Certified Public Accountants, Certified Financial Planners and other professionals dedicated exclusively to providing financial information to you by phone.', 'EAP Financial Resources Flyer', '', 'publish', 'closed', 'closed', '', 'eap-financial-resources-flyer', '', '', '2024-05-08 17:54:27', '2024-05-08 22:54:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=882', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (883, 3, '2024-03-25 14:13:09', '2024-03-25 19:13:09', 'Learn more about GuidanceResources Â® Work-Life Solutions team dedicated to providing assistance with topics such as finding childcare, housing, pet care, and more.', 'EAP Work-Life Solutions Flyer', '', 'publish', 'closed', 'closed', '', 'eap-work-life-solutions-flyer', '', '', '2024-05-08 17:55:03', '2024-05-08 22:55:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=883', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (884, 3, '2024-03-25 14:13:53', '2024-03-25 19:13:53', 'Learn more about GuidanceResources Â® highly trained, caring clinicians who will talk with you about your situation and schedule a\r\nphone appointment for you with one of our staff attorneys.', 'EAP Legal Guidance Flyer', '', 'publish', 'closed', 'closed', '', 'eap-legal-guidance-flyer', '', '', '2024-05-08 17:55:39', '2024-05-08 22:55:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=884', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (885, 3, '2024-03-25 14:15:11', '2024-03-25 19:15:11', 'This guide provides details about your transition away from CF Industries due to retirement or career change.', 'Termination eGuide', '', 'publish', 'closed', 'closed', '', 'termination-eguide', '', '', '2024-05-08 17:56:00', '2024-05-08 22:56:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=885', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (886, 3, '2024-03-25 14:15:55', '2024-03-25 19:15:55', 'This guide provides details about the transition of your benefits from a full-time employee to a retiree of CF.', 'Retiree eGuide', '', 'publish', 'closed', 'closed', '', 'retiree-eguide', '', '', '2024-05-08 17:56:33', '2024-05-08 22:56:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=886', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (887, 3, '2024-03-26 12:09:20', '2024-03-26 17:09:20', '[et_pb_section fb_built=\"1\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text header_text_color=\"gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75\" global_colors_info=\"{%22gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75%22:%91%22header_text_color%22%93}\" _builder_version=\"4.22.0\" _dynamic_attributes=\"content\" _module_preset=\"_initial\" theme_builder_area=\"post_content\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][et_pb_blog use_current_loop=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_text_color=\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\" header_font_size=\"21px\" header_line_height=\"1.25em\" body_font=\"Noto Sans||||||||\" body_text_color=\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\" body_font_size=\"15px\" body_line_height=\"1.51em\" text_orientation=\"left\" custom_css_title=\"margin-bottom: .6em !important;\" custom_css_content=\"font-weight: 400 !important;\" global_colors_info=\"{%22gcid-cda0448a-5641-4dd1-8a62-1961108990d4%22:%91%22body_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]', 'Theme Builder Layout', '', 'publish', 'open', 'closed', '', 'theme-builder-layout', '', '', '2024-03-26 12:09:51', '2024-03-26 17:09:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/et_body_layout/theme-builder-layout/', '0', 'et_body_layout', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_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 (888, 3, '2024-03-26 12:09:58', '2024-03-26 17:09:58', '', 'Theme Builder', '', 'publish', 'closed', 'closed', '', 'theme-builder', '', '', '2024-03-26 12:09:58', '2024-03-26 17:09:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/et_theme_builder/theme-builder/', '0', 'et_theme_builder', '', '0');

INSERT IGNORE INTO `wp_2_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 (889, 3, '2024-03-26 12:09:59', '2024-03-26 17:09:59', '', 'Default Website Template', '', 'publish', 'closed', 'closed', '', 'default-website-template', '', '', '2024-03-26 12:09:59', '2024-03-26 17:09:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/et_template/default-website-template/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_2_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 (890, 3, '2024-03-26 12:09:59', '2024-03-26 17:09:59', '', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results', '', '', '2024-03-26 12:09:59', '2024-03-26 17:09:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/et_template/search-results/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_2_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 (894, 1, '2024-04-11 10:33:53', '2024-04-11 15:33:53', '', 'APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL', '', 'inherit', 'open', 'closed', '', 'application-for-education-assistance-final', '', '', '2024-04-11 10:33:53', '2024-04-11 15:33:53', '', 874, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/03/APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (900, 1, '2024-07-15 14:44:04', '2024-07-15 19:44:04', '', 'F_GROGuide', '', 'inherit', 'open', 'closed', '', 'f_groguide-2', '', '', '2024-07-15 14:44:04', '2024-07-15 19:44:04', '', 872, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/03/F_GROGuide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (916, 1, '2024-10-22 16:53:03', '2024-10-22 21:53:03', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans, open enrollment, 2025 enrollment', '2025 CA Annual Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2025-ca-annual-enrollment-guide', '', '', '2024-11-05 19:33:13', '2024-11-06 01:33:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=916', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (917, 1, '2024-10-22 16:52:52', '2024-10-22 21:52:52', '', 'CF_AE25_eGuide_CAN_FINAL_102224', '', 'inherit', 'open', 'closed', '', 'cf_ae25_eguide_can_final_102224', '', '', '2024-10-22 16:52:52', '2024-10-22 21:52:52', '', 916, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/CF_AE25_eGuide_CAN_FINAL_102224.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (918, 1, '2024-10-22 16:54:46', '2024-10-22 21:54:46', 'Read about how to use your 2025 Flex Credits to pay for health and dental coverage or deposit into a Health Spending Account using opt out credits.', '2025 CA Premium Rates', '', 'publish', 'closed', 'closed', '', '2025-ca-premium-rates', '', '', '2024-10-22 16:54:46', '2024-10-22 21:54:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=918', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (919, 1, '2024-10-22 16:54:30', '2024-10-22 21:54:30', '', 'CF_2025_CostsFlexCredits_CAN_FINAL_101724', '', 'inherit', 'open', 'closed', '', 'cf_2025_costsflexcredits_can_final_101724', '', '', '2024-10-22 16:54:30', '2024-10-22 21:54:30', '', 918, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/CF_2025_CostsFlexCredits_CAN_FINAL_101724.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (920, 1, '2024-10-22 16:56:22', '2024-10-22 21:56:22', 'This checklist provides easy steps to take as you enroll for your 2025 benefits.', '2025 CA Annual Enrollment Checklist', '', 'publish', 'closed', 'closed', '', '2025-ca-annual-enrollment-checklist', '', '', '2024-10-22 16:56:22', '2024-10-22 21:56:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=920', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (921, 1, '2024-10-22 16:56:16', '2024-10-22 21:56:16', '', 'CFIND 25AE Checklist CAN 4145765FINALOct20', '', 'inherit', 'open', 'closed', '', 'cfind-25ae-checklist-can-4145765finaloct20', '', '', '2024-10-22 16:56:16', '2024-10-22 21:56:16', '', 920, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/CFIND-25AE-Checklist-CAN-4145765FINALOct20.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (924, 1, '2024-10-22 20:11:31', '2024-10-23 01:11:31', '[et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Annual Enrollment\" button_text=\"See 2024 Benefits\" button_link=\"/ca/ca-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" admin_title=\"OE\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/OE_desktop_banner.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/OE_mobile_banner.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\" sticky_enabled=\"0\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Oct. 30 â€“ Nov. 10</h3>[/et_pb_slide][et_pb_slide heading=\"Want to earn rewards?\" button_text=\"Learn More\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/10/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p><span>With Strive Well-Being, you can earn up to $650 per year.</span></p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'sliders archive 10-2024', '', 'publish', 'closed', 'closed', '', 'sliders-archive-10-2024', '', '', '2024-10-22 20:11:31', '2024-10-23 01:11:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/et_pb_layout/sliders-archive-10-2024/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_2_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 (925, 1, '2024-10-22 20:13:53', '2024-10-23 01:13:53', '', 'oe-banner2', '', 'inherit', 'open', 'closed', '', 'oe-banner2', '', '', '2024-10-22 20:13:53', '2024-10-23 01:13:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (926, 1, '2024-10-22 20:14:22', '2024-10-23 01:14:22', '', 'oe-banner-mobile', '', 'inherit', 'open', 'closed', '', 'oe-banner-mobile', '', '', '2024-10-22 20:14:22', '2024-10-23 01:14:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/10/oe-banner-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (929, 1, '2024-11-05 19:31:26', '2024-11-06 01:31:26', '', 'CF_AE25_Annual Enrollment Guide_CAN_103024_Nov5', '', 'inherit', 'open', 'closed', '', 'cf_ae25_annual-enrollment-guide_can_103024_nov5', '', '', '2024-11-05 19:33:13', '2024-11-06 01:33:13', '', 916, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/11/CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (932, 1, '2024-12-08 16:02:05', '2024-12-08 22:02:05', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', '2025 Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2025-enrollment-guide', '', '', '2024-12-08 16:02:05', '2024-12-08 22:02:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=932', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (933, 1, '2024-12-08 16:01:58', '2024-12-08 22:01:58', '', 'CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5', '', 'inherit', 'open', 'closed', '', 'cf_ae25_annual-enrollment-guide_can_103024_nov5-2', '', '', '2024-12-08 16:01:58', '2024-12-08 22:01:58', '', 932, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/12/CF_AE25_Annual-Enrollment-Guide_CAN_103024_Nov5.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (939, 1, '2025-01-15 14:24:34', '2025-01-15 20:24:34', 'Learn more about eligible expenses for the Health Spending Account (HSA).', 'HSA Eligible Expenses', '', 'publish', 'closed', 'closed', '', 'hsa-eligible-expenses', '', '', '2025-01-15 14:24:34', '2025-01-15 20:24:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=939', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (940, 1, '2025-01-15 14:24:28', '2025-01-15 20:24:28', '', 'hsa-eligible-expenses', '', 'inherit', 'open', 'closed', '', 'hsa-eligible-expenses', '', '', '2025-01-15 14:24:28', '2025-01-15 20:24:28', '', 939, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/01/hsa-eligible-expenses.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (945, 1, '2025-03-12 14:42:50', '2025-03-12 19:42:50', 'Review this booklet for details about the benefits through Sun Life.', 'Sun Life Group Benefits', '', 'publish', 'closed', 'closed', '', 'sun-life-group-benefits', '', '', '2025-03-12 14:42:50', '2025-03-12 19:42:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=945', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (946, 1, '2025-03-12 14:42:43', '2025-03-12 19:42:43', '', '50743 CF INDUSTRIES INC. Class A Booklet', '', 'inherit', 'open', 'closed', '', '50743-cf-industries-inc-class-a-booklet', '', '', '2025-03-12 14:42:43', '2025-03-12 19:42:43', '', 945, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/03/50743-CF-INDUSTRIES-INC.-Class-A-Booklet.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (953, 1, '2025-07-06 12:01:44', '2025-07-06 17:01:44', '', 'LOA Request Form - 12.2024', '', 'inherit', 'open', 'closed', '', 'loa-request-form-12-2024', '', '', '2025-07-06 12:01:44', '2025-07-06 17:01:44', '', 873, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2024/03/LOA-Request-Form-12.2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (956, 1, '2025-10-08 10:41:02', '2025-10-08 15:41:02', '', '2026-oe-cfi-banner', '', 'inherit', 'open', 'closed', '', '2026-oe-cfi-banner', '', '', '2025-10-08 10:41:02', '2025-10-08 15:41:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/2026-oe-cfi-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (960, 1, '2025-10-15 15:00:46', '2025-10-15 20:00:46', '', '2026 Premium Rates CA', '', 'publish', 'closed', 'closed', '', '2026-premium-rates-ca', '', '', '2025-10-15 15:00:46', '2025-10-15 20:00:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=960', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (961, 1, '2025-10-15 15:00:41', '2025-10-15 20:00:41', '', 'CF_2026_Costs&FlexCredits_CAN_FINAL_092625', '', 'inherit', 'open', 'closed', '', 'cf_2026_costsflexcredits_can_final_092625', '', '', '2025-10-15 15:00:41', '2025-10-15 20:00:41', '', 960, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/CF_2026_CostsFlexCredits_CAN_FINAL_092625.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (963, 1, '2025-10-21 22:00:21', '2025-10-22 03:00:21', '', '2026 Enrollment Checklist', '', 'publish', 'closed', 'closed', '', '2026-enrollment-checklist', '', '', '2025-10-21 22:00:21', '2025-10-22 03:00:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=963', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (964, 1, '2025-10-21 22:00:12', '2025-10-22 03:00:12', '', 'CF_AE26_EnrollChecklist_CANADA_102025', '', 'inherit', 'open', 'closed', '', 'cf_ae26_enrollchecklist_canada_102025', '', '', '2025-10-21 22:00:12', '2025-10-22 03:00:12', '', 963, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/CF_AE26_EnrollChecklist_CANADA_102025.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (966, 1, '2025-10-22 14:17:09', '2025-10-22 19:17:09', '', '', '', 'inherit', 'open', 'closed', '', 'cfi-right-image-oe', '', '', '2025-10-22 14:17:15', '2025-10-22 19:17:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/cfi-right-image-oe.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (967, 1, '2025-10-22 14:30:52', '2025-10-22 19:30:52', '', 'cfi-right-image-oe-mobile', '', 'inherit', 'open', 'closed', '', 'cfi-right-image-oe-mobile', '', '', '2025-10-22 14:30:52', '2025-10-22 19:30:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/cfi-right-image-oe-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (969, 1, '2025-10-24 07:11:54', '2025-10-24 12:11:54', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', '2026 Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2026-enrollment-guide', '', '', '2025-10-24 07:11:54', '2025-10-24 12:11:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=969', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (970, 1, '2025-10-24 07:11:06', '2025-10-24 12:11:06', '', 'CF_AE26_eGuide_CAN_FINAL_102125', '', 'inherit', 'open', 'closed', '', 'cf_ae26_eguide_can_final_102125', '', '', '2025-10-24 07:11:06', '2025-10-24 12:11:06', '', 969, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/10/CF_AE26_eGuide_CAN_FINAL_102125.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (972, 1, '2025-11-14 15:54:19', '2025-11-14 21:54:19', '', 'Lifemark Frequently Asked Questions', '', 'draft', 'closed', 'closed', '', 'lifemark-frequently-asked-questions', '', '', '2026-03-03 21:48:52', '2026-03-04 03:48:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=972', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (973, 1, '2025-11-14 15:54:13', '2025-11-14 21:54:13', '', 'Lifemark-Health-Screening-FAQ', '', 'inherit', 'open', 'closed', '', 'lifemark-health-screening-faq', '', '', '2025-11-14 15:54:13', '2025-11-14 21:54:13', '', 972, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/11/Lifemark-Health-Screening-FAQ.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (974, 1, '2025-11-20 10:14:21', '2025-11-20 16:14:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/11/cf_ca_lifemark_banner.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"7%\" background_horizontal_offset_phone=\"13%\" background_vertical_offset_phone=\"0%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Lifemark</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>The first step to better health is knowing where you currently stand.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Things like blood glucose, cholesterol, blood pressure, and body composition are all important indicators of health, and in 20 minutes, you can measure them and learn how to reduce key health risks.</p>\n<p>Through Lifemark, we will be hosting on-site clinics at our manufacturing locations to give you comprehensive (and free) screenings so you can get a sense of your current state of health, and how to improve it.</p>\n<h2>What is a health screening?</h2>\n<p>A screening is a non-invasive test to measure specific health indicators through a non-fasting finger stick. A healthcare professional will explain the tests, review the results and answer any questions you may have.</p>\n<h2>How do I register?</h2>\n<p><a href=\"https://portals.lifemark.ca/Lifemark/\" target=\"_blank\" rel=\"noopener\"><strong>Click here</strong></a><strong>Â </strong>to book your appointment. Registration closes the day before each screening.</p>\n<ul>\n<li>On the registration site home page, click â€˜Sign upâ€™ and use Company Code:Â <strong>CFINDUSÂ </strong></li>\n<li>Enter your name and email address, and then click submit.</li>\n<li>Complete the registration process by clicking on the link emailed to you to create a password.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>1-855-444-0834</strong> then press 0</p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.lifemarkworkhealth.ca/services/workplace-wellness/biometric-health-screening \" target=\"_blank\" rel=\"noopener\">lifemarkworkhealth.ca/services/workplace-wellness/biometric-health-screening </a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:help@lifemark.ca \" target=\"_blank\" rel=\"noopener\">help@lifemark.ca </a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<ul>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/lifemark-frequently-asked-questions/\" target=\"_blank\" rel=\"noopener\">Frequently Asked Questions</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Lifemark', '', 'draft', 'closed', 'closed', '', 'lifemark', '', '', '2026-03-03 21:54:46', '2026-03-04 03:54:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?page_id=974', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (978, 1, '2025-11-20 10:36:55', '2025-11-20 16:36:55', '', '', '', 'inherit', 'open', 'closed', '', 'cf_ca_lifemark_preview', '', '', '2025-11-20 10:36:59', '2025-11-20 16:36:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/11/cf_ca_lifemark_preview.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (979, 1, '2025-11-20 10:40:26', '2025-11-20 16:40:26', '', '', '', 'inherit', 'open', 'closed', '', 'cf_ca_lifemark_banner', '', '', '2025-11-20 10:40:31', '2025-11-20 16:40:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2025/11/cf_ca_lifemark_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (980, 1, '2025-11-23 11:10:00', '2025-11-23 17:10:00', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/secondary-page-banners-leaders.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Team Leader Foundations</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" max_height_tablet=\"100%\" max_height_phone=\"100%\" max_height_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Empowering first-time leaders.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||22px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>CF Team Leader Foundations</h2>\n<p>This comprehensive leadership development program is designed specifically for all first-time supervisors and/or team leads across CF (people who have direct reports, regardless of title).</p>\n<p>Over the course of 6 months, participants will engage in a series of six interactive, live classes held on Microsoft Teams, with individual and site-based cohort activities in between the live classes. Topics include Peer Today, Boss Tomorrow, Emotional Intelligence for Team Leaders, Situational Leadership, Conflict &amp; Difficult Conversations, Coaching, Powerful Questions &amp; Feedback, and Accountability &amp; Managing Performance.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_inclusion.jpg\" title_text=\"team_inclusion\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Team Leader Foundations', '', 'draft', 'closed', 'closed', '', 'team-leader-foundations', '', '', '2026-01-22 19:27:41', '2026-01-23 01:27:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?page_id=980', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (991, 3, '2026-01-22 18:43:19', '2026-01-23 00:43:19', '', '2026 Online Pharmacy and Coaching', '', 'publish', 'closed', 'closed', '', '2026-online-pharmacy-and-coaching', '', '', '2026-01-22 18:43:19', '2026-01-23 00:43:19', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=991', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (992, 3, '2026-01-22 18:42:37', '2026-01-23 00:42:37', '', '2026 Online Pharmacy and Coaching', '', 'inherit', 'open', 'closed', '', 'online-pharmacy-coaching', '', '', '2026-01-22 18:43:03', '2026-01-23 00:43:03', '', 991, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Online-Pharmacy-Coaching.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (994, 3, '2026-01-22 18:50:18', '2026-01-23 00:50:18', '', '2026 Online Pharmacy Flyer', '', 'publish', 'closed', 'closed', '', '2026-online-pharmacy-flyer', '', '', '2026-01-22 18:50:18', '2026-01-23 00:50:18', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=994', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (995, 3, '2026-01-22 18:50:05', '2026-01-23 00:50:05', '', '2026 Online Pharmacy Flyer', '', 'inherit', 'open', 'closed', '', 'online-pharmacy-flyer', '', '', '2026-01-22 18:50:13', '2026-01-23 00:50:13', '', 994, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Online-Pharmacy-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (998, 3, '2026-01-23 11:42:29', '2026-01-23 17:42:29', '', '2026 Medical Second Opinion Flyer', '', 'publish', 'closed', 'closed', '', '2026-medical-second-opinion-flyer', '', '', '2026-01-23 11:42:29', '2026-01-23 17:42:29', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=998', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (999, 3, '2026-01-23 11:42:05', '2026-01-23 17:42:05', '', '2026 Medical Second Opinion Flyer', '', 'inherit', 'open', 'closed', '', 'sun-life-medical-second-opinion-by-dialouge', '', '', '2026-01-23 11:42:25', '2026-01-23 17:42:25', '', 998, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Sun-Life-Medical-Second-Opinion-by-Dialouge.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1000, 3, '2026-01-23 11:55:07', '2026-01-23 17:55:07', '', 'Leadership Competency Model', '', 'inherit', 'open', 'closed', '', 'leadership-competency-model', '', '', '2026-01-23 11:55:07', '2026-01-23 17:55:07', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Leadership-Competency-Model.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_2_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 (1003, 3, '2026-01-23 12:11:22', '2026-01-23 18:11:22', '', '2026 Education Assistance Application', '', 'publish', 'closed', 'closed', '', '2026-education-assistance-application', '', '', '2026-01-23 12:11:22', '2026-01-23 18:11:22', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=1003', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1004, 3, '2026-01-23 12:11:02', '2026-01-23 18:11:02', '', '2026 Education Assistance Application', '', 'inherit', 'open', 'closed', '', 'application-for-education-assistance-with-fillable-fields_updated', '', '', '2026-01-23 12:11:19', '2026-01-23 18:11:19', '', 1003, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Application-for-Education-Assistance-With-Fillable-Fields_Updated.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1008, 3, '2026-01-23 12:37:02', '2026-01-23 18:37:02', '', '2026 Assistance App and Portal Guide', '', 'publish', 'closed', 'closed', '', '2026-assistance-app-and-portal-guide', '', '', '2026-01-23 12:37:02', '2026-01-23 18:37:02', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=1008', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1009, 3, '2026-01-23 12:36:52', '2026-01-23 18:36:52', '', '2026 Assistance App and Portal Guide', '', 'inherit', 'open', 'closed', '', 'assistance-app-portal-guide', '', '', '2026-01-23 12:36:58', '2026-01-23 18:36:58', '', 1008, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Assistance-App-Portal-Guide-.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1010, 3, '2026-01-23 12:38:27', '2026-01-23 18:38:27', '', '2026 ISOS Membership Leaflet', '', 'publish', 'closed', 'closed', '', '2026-isos-membership-leaflet', '', '', '2026-01-23 12:38:27', '2026-01-23 18:38:27', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=1010', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1011, 3, '2026-01-23 12:38:14', '2026-01-23 18:38:14', '', 'ISOS Membership Leaflet - CF Industries', '', 'inherit', 'open', 'closed', '', 'isos-membership-leaflet-cf-industries', '', '', '2026-01-23 12:38:14', '2026-01-23 18:38:14', '', 1010, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/ISOS-Membership-Leaflet-CF-Industries.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1012, 3, '2026-01-25 14:32:52', '2026-01-25 20:32:52', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.27.5\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/05/service-award_banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"21%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"_initial\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Epic Recognition Program</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Celebrating the impact you make at CF Industries</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"16px\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>At CF Industries, we believe our strength comes from the people who show up every day with dedication, integrity, and a commitment to doing great work. The <strong>Epic Recognition Program</strong> is our way of shining a light on those moments, big and small, that move us forward. Whether itâ€™s a helping hand during a busy shift, a creative solution that improves safety, or a milestone in your CF journey, Epic ensures your contributions are seen, appreciated, and celebrated.</p>\n<h2>What â€œEpicâ€ Means at CF</h2>\n<p style=\"padding-bottom: .75em;\">The name <em><strong>Epic</strong></em> reflects what we value most: exceptional effort, pride in our work, and a culture built on <strong>Excellence, Perseverance, Integrity, and Collaboration</strong>. These four pillars guide the program and help us recognize not just outcomes, but the behaviors, choices, and teamwork that make those results possible. Epic is designed to help all of us celebrate moments that strengthen our culture and support the success we achieve together.</p>\n<h2>Ways We Celebrate You</h2>\n<ul>\n<li><strong>Social Recognition:</strong> Honors everyday behaviors that reflect CFâ€™s values â€“ simple acknowledgments for encouragement, appreciation, or a job well done.</li>\n<li><strong>Points Based Recognition:</strong> Rewards employees for going above and beyond in ways that directly contribute to CFâ€™s success.</li>\n<li><strong>Celebration Recognition:</strong> Marks personal and professional milestones such as birthdays, service anniversaries, and development achievements.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://epicrecognition-cf.achievers.com\" target=\"_blank\" rel=\"noopener\">Epic Platform</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>View Your Pay worklet Online</h2>\n<ul>\n<li>Go to <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a></li>\n<li>Sign in with your username and password.</li>\n<li>Click on the Pay worklet.</li>\n<li>Click on the Payslips button.</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Epic Recognition Program', '', 'publish', 'closed', 'closed', '', 'epic-recognition-program', '', '', '2026-02-03 20:47:38', '2026-02-04 02:47:38', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?page_id=1012', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (1014, 3, '2026-01-23 16:44:34', '2026-01-23 22:44:34', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.5\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/05/paid-parental-leave-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"_initial\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Family Forming Benefits</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Looking to Grow Your Family? CF Industries is here every step of the way.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"16px\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<p>Growing your family is an important chapter - and weâ€™re here to support you along the way. Whether itâ€™s fertility benefits, adoption assistance, or time off to spend with your new family member, our programs are designed to help you navigate this journey with confidence.</p>\n<h2 style=\"padding-bottom: .2em;\">Paid Parental Leave</h2>\n<p>CF Industries provides Paid Parental Leave (PPL) to support your time away from work to bond with your new family member â€“ whether they be newborn or newly adopted.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"16px\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<h3 style=\"padding-bottom: .3em;\">Eligibility*</h3>\n<p>Regular, active full-time employees are eligible for CF Paid Maternity top-up and Paid Parental Leave top-up (PPL) benefits after the completion of 12 months of service. This leave applies to both birth moms and non-birth parents.</p>\n<h3 style=\"padding-bottom: .3em;\">Benefit Amount</h3>\n<p>The amount you receive is based on the difference between your regular base pay and the benefits youâ€™re entitled to under Employment Insurance (EI).</p>\n<p>CF Industriesâ€™ Maternity and Paid Parental Leave provides 100% of base pay for up to 15 weeks. Birth mothers receive 13 weeks of full pay under Maternity Leave and may apply for an additional two weeks of top-up through CF paid Parental Leave, for a total of 15 weeks of paid leave. Non-birth parents are eligible for up to two weeks of paid leave at 100% of base pay under Paid Parental Leave.</p>\n<p>Your CF Maternity and Paid Parental Leave works in coordination with Employment Insurance (EI) to prevent duplication of benefits.</p>\n<p>Please note, there is a total of one-week waiting period for Employment Insurance per family per leave. During this time, Paid Parental top-up benefits will be paid by CF Industries.</p>\n<h3 style=\"padding-bottom: .3em;\">Requirements</h3>\n<p>Employees must apply and be approved for Employment Insurance prior to submitting an application for top-up benefits.</p>\n<p>Once the employment insurance (EI) has been obtained, employees will provide their employment insurance to their local Human Resources Representative in order to calculate your top-up benefit. Employees must also provide at least a 90-day notice and must take their leave within six months after the birth or adoption of their child.</p>\n<h3 style=\"padding-bottom: .3em;\">How to Apply</h3>\n<p>You are required to apply for leave by contacting your immediate supervisor and local Human Resources representative with your LOA Form at least 90 days in advance of the expected due date or adoption placement date. All leave periods are subject to manager review and approval. Please visit The Loop to confirm the specific time constraints of applying for Maternity and Paid Parental Leave based on your work location in Canada.</p>\n<p>*Please be aware that determined ineligibility for the CF Parental Top-Up Benefit does not impact an employeeâ€™s eligibility for statutory entitlements pursuant to applicable employment standards legislation.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"16px\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<h2 style=\"padding-bottom: .2em;\">Adoption Assistance Program</h2>\n<p>If you are interested in adoption, you may be eligible for <strong>reimbursement of up to $10,000 from CF Industries for Qualified Adoption Expenses</strong>. This can include adoption agency fees, legal fees, travel costs and more. To learn more about this program, <strong>search â€˜Adoption Assistance Programâ€™ on The Loop to review the HR Policy.</strong></p>\n<h2 style=\"padding-bottom: .2em;\">Sun Life Fertility Benefits</h2>\n<p>CF Industries offers a range of fertility benefits for those enrolled in <a href=\"/ca/medical/\">health coverage through Sun Life</a>.</p>\n<p>Fertility treatment medications are covered up to a lifetime maximum of $2,500 per person. In addition to the fertility drugs, fertility treatments are also covered up to a lifetime maximum of $20,000 per person.</p>\n<p>For additional information, or to review/discuss coverage for specific fertility treatments, please contact Sun Life by calling <strong>800-361-6212</strong>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>Paid Parental Leave (PPL)</h4>\n<p>To learn more about PPL, please contact your local Human Resources representative or search â€œPaid Maternity and Parental Leaveâ€ on The Loop to view the PPL Policy.</p>\n<p><strong>LOA Request Form</strong><br /><a href=\"/ca/wp-content/uploads/sites/2/2024/03/LOA-Request-Form-12.2024.pdf\" target=\"_blank\" rel=\"noopener\">Click here</a> to access the Leave of Absence Request Form.</p>\n<h4>Adoption Assistance Program</h4>\n<p>To learn more about Adoption Assistance, pleaseÂ search â€˜Adoption Assistance Programâ€™ on The Loop to view the HR Policy.</p>\n<h4>Sun Life</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-361-6212</strong><br /><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.sunlife.ca/member\" target=\"_blank\" rel=\"noopener\">www.sunlife.ca/member</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<p><a href=\"/ca/documents/coverage-for-fertility-services-drugs/\" target=\"_blank\" rel=\"noopener\">Coverage for fertility drug services</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>Employee Resources</h4>\n<p>â€‹Visit the Loop and search â€œEmployee Assistance Programâ€ to view more details on the programs and services available.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.27.5\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Family Forming Benefits', '', 'publish', 'closed', 'closed', '', 'family-forming-benefits', '', '', '2026-01-29 19:22:46', '2026-01-30 01:22:46', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?page_id=1014', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (1019, 3, '2026-01-23 16:47:31', '2026-01-23 22:47:31', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.5\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/05/strive_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"43%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"54%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"_initial\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Hinge Health</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Your path to pain free living starts here.[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"16px\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>Take charge of your joint and muscle health with Hinge Healthâ€”available at no cost to you. This virtual program offers personalized support to help employees enrolled in either BCBS medical plan (and covered dependents over age 18) recover from injuries, manage chronic pain, and prevent future issues before they start.</p>\n<h2>Support from Head to Toe</h2>\n<p>You can use Hinge Health to:</p>\n<ul>\n<li>Recover from an injury</li>\n<li>Reduce everyday joint and muscle aches</li>\n<li>Improve your balance and strength</li>\n</ul>\n<p>Within the Hinge Health app, youâ€™ll receive:</p>\n<ul>\n<li>A customized care plan designed by physical therapists (PT)</li>\n<li>Access to exercise therapy sessions you can do in as little as 15 minutes</li>\n</ul>\n<p>This convenient, at-home solution will help you feel better, move more easily, and avoid unnecessary surgeries or medications.</p>\n<p><strong>Take control of your health and build strength from head to toe â€“ anytime, anywhere.</strong></p>\n<p><a href=\"https://www.hingehealth.com/for/cfindustriesca/\" target=\"_blank\" rel=\"noopener\">Click here</a> to register and take the first step toward feeling better.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<h3>Hinge Health</h3>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>855-902-2777</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.hingehealth.com/for/cfindustriesca/\" target=\"_blank\" rel=\"noopener\">www.hingehealth.com/for/cfindustriesca</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:global-support@hingehealth.com\" target=\"_blank\" rel=\"noopener\">global-support@hingehealth.com</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://proactivemd.myezyaccess.com/Patient/Main.aspx\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hinge Health', '', 'publish', 'closed', 'closed', '', 'hinge-health', '', '', '2026-01-29 15:25:08', '2026-01-29 21:25:08', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?page_id=1019', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (1023, 3, '2026-03-03 21:50:17', '2026-01-23 22:45:42', ' ', '', '', 'publish', 'closed', 'closed', '', 1023, '', '', '2026-03-03 21:50:17', '2026-03-04 03:50:17', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?p=1023', 17, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (1024, 3, '2026-03-03 21:50:15', '2026-01-23 22:48:33', ' ', '', '', 'publish', 'closed', 'closed', '', 1024, '', '', '2026-03-03 21:50:15', '2026-03-04 03:50:15', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?p=1024', 12, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (1026, 3, '2026-01-23 18:09:21', '2026-01-24 00:09:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/travel-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.3vw||3.3vw||true|false\" custom_padding_tablet=\"3vw||1vw||false|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|desktop\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 66%|rgba(255,255,255,0) 66%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"5%\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"58%\" width_phone=\"59%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||1.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw|2em|2vw||true|false\" custom_padding_phone=\"3vw|1em|3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>Business and Personal Travel</h1>\" content_phone=\"<h1>Business and Personal Travel</h1>\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"0px||0px||false|false\" custom_margin_phone=\"5px||0em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.4px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1 style=\"width: 50%;\">Business and Personal Travel</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Providing additional protection when you travel.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Business Travel with International SOS</h2>\n<p>You have access to the International SOâ€‹S program for business-related international travel or living abroad. â€‹This program is available to assist you 24/7 anywhereâ€‹ in the world. Services include:</p>\n<ul>\n<li>Emergency or routine medical advice or assistance</li>\n<li>Daily email updates on travel security developments</li>\n<li>Medical or security evacuation</li>\n<li>Lost document advice or assistance</li>\n<li>Translation and interpreter services</li>\n</ul>\n<h2>Emergency Travel Assistance (Medi-Passport)*</h2>\n<p>CF Industries partners with Sun Life and Global Excel Management (GEM) to provide you with extra protection during personal travel. Your Travel Benefit covers you and your eligible family members for all the services and supplies eligible under your Group Benefits Plan while traveling outside of the province where you reside.</p>\n<p>During your trip, Global Excel Management (GEM) can assist by :</p>\n<ul>\n<li>Referring you to physicians, pharmacists and medical facilities</li>\n<li>Confirming your coverage and benefits</li>\n<li>Facilitating payments to a hospital or medical provider, whenever possible</li>\n<li>Monitoring the medical situation if you are hospitalized</li>\n</ul>\n<p style=\"padding-bottom: .75em;\">In an emergency, Global Excel Management (GEM) can assist with :<span style=\"text-decoration: line-through;\"></span></p>\n<ul>\n<li>All services and supplies while in hospital</li>\n<li>Outpatient and physicianâ€™s services</li>\n<li>Ground ambulance service to nearest hospital</li>\n<li>Transportation to your permanent province for medical treatment, as applicable</li>\n<li>Hotel accommodation and meals if you have been released from the hospital but Global Excel Management (GEM) has not yet determined you are able to travel</li>\n</ul>\n<h2>Medi-Passport Services**</h2>\n<p>With Medi-Passport, you are also covered for additional support services such as:</p>\n<ul>\n<li>Hotel accommodations and meals, if your return trip is delayed by a medical emergency involving a covered family member traveling with you</li>\n<li>Replacement transportation tickets, if you lose the use of your return ticket due to an emergency</li>\n<li>Return home of unattended dependent children, if you are hospitalized, and more</li>\n</ul>\n<p>For additional details, <a href=\"/ca/wp-content/uploads/sites/2/2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf\" target=\"_blank\" rel=\"noopener\">click here</a> for more information on your Travel Benefit and Medi-Passport.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><em>*</em> <em>Services are available provided you are eligible for provincial coverage, and you and your dependents are enrolled in either Health Care Option. Before travelling, youâ€™ll want to know the level of coverage you have for a medical emergency, and any conditions and limits that apply. Please make sure you review your coverage in detail on <a href=\"https://www.sunnet.sunlife.com/signin/mysunlife/home.wca?\" target=\"_blank\" rel=\"noopener\"><strong>mysunlife.ca</strong></a>.</em><br /><em>**</em> <em>May be subject to limits or maximums</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>215-942-8226</strong><br /><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i><a href=\"mailto:americas@internationalsos.com\" target=\"_blank\" rel=\"noopener\">americas@internationalsos.com</a></p>\n<p><a href=\"/ca/documents/2026-assistance-app-and-portal-guide/\" target=\"_blank\" rel=\"noopener\">App &amp; Portal Guide</a></p>\n<p><a href=\"/ca/documents/2026-isos-membership-leaflet/\" target=\"_blank\" rel=\"noopener\">International SOS Membership</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Your member ID is</strong></span><strong>11BCMA000183.</strong></p>\n<h4>Sun Life</h4>\n<p>To contact Sun Life for 24/7 assistance, call <strong>800-511-4610</strong> for US and CA or <strong>519-514-0351</strong> for anywhere else. 24/7 assistance: <a href=\"https://portal.globalexcel.com/portal-2-0?$sp=AwABDjRgde2M4M6IGVkW-VrhoWchGQaY4FZu4b46Gfx5_awPDzp6mdGaAE01D35qZBZIW80V64dfPRf8RV2ee6g0MsK_rqOVylgN5U7XRxYXZQFyT0SK3kujwwDy-VPM67-HAbGvNFVvg4oiEHLXtyiDVK5rbtWmxu2sMBAmvKg&amp;$locale=en_US\" target=\"_blank\" rel=\"noopener\">Claims Portal</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Group Contract Number:</strong></span><strong>050621</strong></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n	<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n	<li>Click the Profile link</li>\n	<li>Select Beneficiaries and follow the online instructions</li>\n	<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', '', '', 'inherit', 'closed', 'closed', '', '488-autosave-v1', '', '', '2026-01-23 18:09:21', '2026-01-24 00:09:21', '', 488, 'https://cfibenefitsstg.wpengine.com/ca/?p=1026', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp_2_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 (1027, 1, '2026-03-03 21:50:13', '2026-01-25 20:33:25', ' ', '', '', 'publish', 'closed', 'closed', '', 1027, '', '', '2026-03-03 21:50:13', '2026-03-04 03:50:13', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?p=1027', 5, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (1029, 3, '2026-01-29 14:58:33', '2026-01-29 20:58:33', '', 'Coverage for fertility services drugs', '', 'publish', 'closed', 'closed', '', 'coverage-for-fertility-services-drugs', '', '', '2026-01-29 14:58:33', '2026-01-29 20:58:33', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=1029', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1030, 3, '2026-01-29 14:58:10', '2026-01-29 20:58:10', '', 'Coverage for fertility services drugs', '', 'inherit', 'open', 'closed', '', 'coverage-for-fertility-services-drugs-pm-flyer-_pr9568-e-1', '', '', '2026-01-29 14:58:22', '2026-01-29 20:58:22', '', 1029, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Coverage-for-fertility-services-drugs-PM-Flyer-_PR9568-E-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1032, 3, '2026-01-29 15:26:39', '2026-01-29 21:26:39', '', 'HS GROGuide 2025', '', 'publish', 'closed', 'closed', '', 'hs-groguide-2025', '', '', '2026-01-29 15:26:39', '2026-01-29 21:26:39', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=1032', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1033, 3, '2026-01-29 15:26:14', '2026-01-29 21:26:14', '', 'HS GROGuide 2025', '', 'inherit', 'open', 'closed', '', 'hs_groguide_2025_enca', '', '', '2026-01-29 15:26:28', '2026-01-29 21:26:28', '', 1032, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/HS_GROGuide_2025_ENCA.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1039, 3, '2026-01-29 16:19:32', '2026-01-29 22:19:32', '', '2026 Application for Education Assistance', '', 'publish', 'closed', 'closed', '', '2026-application-for-education-assistance', '', '', '2026-01-29 16:19:32', '2026-01-29 22:19:32', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/?post_type=pf_document&#038;p=1039', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1040, 3, '2026-01-29 16:18:51', '2026-01-29 22:18:51', '', '2026 Application for Education Assistance', '', 'inherit', 'open', 'closed', '', 'application-for-education-assistance-with-fillable-fields_updated-2', '', '', '2026-01-29 16:19:14', '2026-01-29 22:19:14', '', 1039, 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/Application-for-Education-Assistance-With-Fillable-Fields_Updated-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1041, 1, '2026-01-29 19:40:08', '2026-01-30 01:40:08', '', 'hinge-07', '', 'inherit', 'open', 'closed', '', 'hinge-07', '', '', '2026-01-29 19:40:08', '2026-01-30 01:40:08', '', '0', 'https://cfibenefitsstg.wpengine.com/ca/wp-content/uploads/sites/2/2026/01/hinge-07.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_2_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 (1044, 1, '2026-02-06 19:25:13', '2026-02-07 01:25:13', '', '2026 CA Annual Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2026-ca-annual-enrollment-guide', '', '', '2026-02-06 19:25:36', '2026-02-07 01:25:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=1044', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1045, 1, '2026-02-06 19:25:01', '2026-02-07 01:25:01', '', 'CF_AE26_eGuide_CAN_FINAL_102125 (1)', '', 'inherit', 'open', 'closed', '', 'cf_ae26_eguide_can_final_102125-1', '', '', '2026-02-06 19:25:01', '2026-02-07 01:25:01', '', 1044, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2026/02/CF_AE26_eGuide_CAN_FINAL_102125-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1049, 1, '2026-03-01 21:51:23', '2026-03-02 03:51:23', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.6\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2026/03/CF-Espresa-Banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"43%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"54%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.6\" _module_preset=\"_initial\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Espresa</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.6\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Personalize your well-being journey with Espresa, your well-being platform and Lifestyle Spending Account (LSA).[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Espresa is your well-being platform and Lifestyle Spending Account (LSA) designed to support your physical, financial, social, and emotional well-being. Espresa is comprised of an <strong>LSA wallet</strong>, <strong>challenges </strong>and <strong>communities</strong> to promote activities and connections that support your overall well-being goals.</p>\n<h4><strong>LSA wallet</strong></h4>\n<ul>\n<li>An LSA helps cover well-being expenses that typically arenâ€™t included in traditional health or insurance plans. Through Espresa, you can be reimbursed for <strong>eligible expenses </strong>â€“Â <strong>up to $500 CAD </strong>â€“ that support your unique well-being goals:\n<ul>\n<li><strong>AÂ </strong><strong>$300 CAD </strong>â€¯company contribution will be added automatically to yourÂ walletÂ at the start of each program year</li>\n<li><strong>Up toÂ </strong><strong>$200 CAD </strong>of additionalÂ funds will be<strong>Â </strong>available by completing eligible challenges throughout the year</li>\n</ul>\n</li>\n</ul>\n<h4><strong>Challenges:</strong></h4>\n<ul>\n<li>Challenges are activities that you can participate in that promote different aspects of well-being. Challenges include (but are not limited to):\n<ul>\n<li>Completing your preventative screenings</li>\n<li>Giving back through <a href=\"/ca/paid-time-off/\">Volunteer Time Off</a></li>\n<li>Participating in well-being webinars (<a href=\"/ca/origin-financial-well-being/\">Origin</a>, <a href=\"/ca/hinge-health/\">Hinge Health</a>, etc.)</li>\n</ul>\n</li>\n<li>By completing these challenges, you will earn additional funds in various increments to your wallet, <strong>up to $200 CAD per year</strong>.</li>\n</ul>\n<h4><strong>Communities:</strong></h4>\n<ul>\n<li>Espresa communities connect employees with shared interests, providing a space to share knowledge, tips and inspiration. The communities include:\n<ul>\n<li><strong>Eat Well, Be Well:</strong> a community for those passionate about healthy, balanced living</li>\n<li><strong>Financially Fit:</strong> a community for those interested in financial well-being</li>\n<li><strong>In Motion:</strong> a community that empowers each other to stay active and energized through fitness and movement</li>\n<li><strong>Mental Health Matters:</strong> a community dedicated to promoting emotional well-being</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h3>Espresa</h3>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>+1 650-752-6699</strong>, Option 1\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://espresa.com/login\" target=\"_blank\" rel=\"noopener\">espresa.com/login</a>\nLog in with your CF Industries email address\n\n<strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:support@espresa.com\" target=\"_blank\" rel=\"noopener\">support@espresa.com</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p style=\"padding-bottom: .75em;\">Review the <a href=\"/ca/documents/lifestyle-spending-account-guidelines-can/\" target=\"_blank\" rel=\"noopener\"><u>Espresa guidelines document</u></a> for:</p>\n<ul>\n<li>Login and password reset instructions</li>\n<li>Reimbursement instructions</li>\n<li>A full list of eligible expenses</li>\n<li>Frequently asked questions</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Donâ€™t Miss Out</h2>\n<p  style=\"padding-bottom: .75em;\">Thereâ€™s more to your LSA than sneakers and gym memberships. You can even reimburse expenses such as:</p>\n<ul>\n	<li>Books</li>\n	<li>Fishing gear</li>\n	<li>Art and photography supplies</li>\n	<li>Cooking, dance and music lessons</li>\n	<li>Language courses</li>\n	<li>Hiking equipment</li>\n	<li>And so much more</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Espresa', '', 'publish', 'closed', 'closed', '', 'espresa', '', '', '2026-03-02 06:49:18', '2026-03-02 12:49:18', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?page_id=1049', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_2_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 (1052, 1, '2026-03-01 21:53:26', '2026-03-02 03:53:26', '', '', '', 'inherit', 'open', 'closed', '', 'cf-espresa-banner', '', '', '2026-03-01 21:53:40', '2026-03-02 03:53:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2026/03/CF-Espresa-Banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_2_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 (1057, 1, '2026-03-01 22:13:35', '2026-03-02 04:13:35', '', 'CF-Lifestyle-Spending-Account-Guidelines-CAN', '', 'inherit', 'open', 'closed', '', 'cf-lifestyle-spending-account-guidelines-can', '', '', '2026-03-01 22:15:43', '2026-03-02 04:15:43', '', 1058, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2026/03/CF-Lifestyle-Spending-Account-Guidelines-CAN.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1058, 1, '2026-03-01 22:15:43', '2026-03-02 04:15:43', '', 'Lifestyle Spending Account Guidelines CAN', '', 'publish', 'closed', 'closed', '', 'lifestyle-spending-account-guidelines-can', '', '', '2026-03-01 22:15:43', '2026-03-02 04:15:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=1058', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1060, 1, '2026-03-03 21:50:13', '2026-03-02 04:23:20', ' ', '', '', 'publish', 'closed', 'closed', '', 1060, '', '', '2026-03-03 21:50:13', '2026-03-04 03:50:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?p=1060', 7, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_2_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 (1062, 1, '2026-03-03 21:48:12', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-03-03 21:48:12', '0000-00-00 00:00:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?p=1062', '0', 'post', '', '0');

INSERT IGNORE INTO `wp_2_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 (1064, 1, '2026-03-05 16:29:04', '2026-03-05 22:29:04', '', '2026 CA Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2026-ca-enrollment-guide', '', '', '2026-03-05 16:29:04', '2026-03-05 22:29:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?post_type=pf_document&#038;p=1064', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_2_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 (1065, 1, '2026-03-05 16:28:55', '2026-03-05 22:28:55', '', 'CF_eGuide_CAN_022726 Final', '', 'inherit', 'open', 'closed', '', 'cf_eguide_can_022726-final', '', '', '2026-03-05 16:28:55', '2026-03-05 22:28:55', '', 1064, 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/wp-content/uploads/sites/2/2026/03/CF_eGuide_CAN_022726-Final.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_2_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 (1068, 5, '2026-03-08 14:55:42', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-03-08 14:55:42', '0000-00-00 00:00:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/ca/?p=1068', '0', 'post', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_relevanssi` (
  `doc` bigint(20) NOT NULL DEFAULT 0,
  `term` varchar(50) NOT NULL DEFAULT '0',
  `term_reverse` varchar(50) NOT NULL DEFAULT '0',
  `content` mediumint(9) NOT NULL DEFAULT 0,
  `title` mediumint(9) NOT NULL DEFAULT 0,
  `comment` mediumint(9) NOT NULL DEFAULT 0,
  `tag` mediumint(9) NOT NULL DEFAULT 0,
  `link` mediumint(9) NOT NULL DEFAULT 0,
  `author` mediumint(9) NOT NULL DEFAULT 0,
  `category` mediumint(9) NOT NULL DEFAULT 0,
  `excerpt` mediumint(9) NOT NULL DEFAULT 0,
  `taxonomy` mediumint(9) NOT NULL DEFAULT 0,
  `customfield` mediumint(9) NOT NULL DEFAULT 0,
  `mysqlcolumn` mediumint(9) NOT NULL DEFAULT 0,
  `taxonomy_detail` longtext NOT NULL,
  `customfield_detail` longtext NOT NULL,
  `mysqlcolumn_detail` longtext NOT NULL,
  `type` varchar(210) NOT NULL DEFAULT 'post',
  `item` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`doc`,`term`,`item`),
  KEY `terms` (`term`(20)),
  KEY `relevanssi_term_reverse_idx` (`term_reverse`(10)),
  KEY `typeitem` (`type`(190),`item`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 1971, 1791, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'actor', 'rotca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'angeles', 'selegna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'aspiring', 'gniripsa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'awesome', 'emosewa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'bike', 'ekib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'blog', 'golb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'caught', 'thguac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'city', 'ytic', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'coladas', 'sadaloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'content', 'tnetnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'dashboard', 'draobhsad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'delete', 'eteled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'dog', 'god', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'doohickey', 'yekcihood', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'doohickeys', 'syekcihood', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'employs', 'syolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'founded', 'dednuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'fun', 'nuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'gettin', 'nitteg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'gotham', 'mahtog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'introduces', 'secudortni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'jack', 'kcaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'kinds', 'sdnik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'like', 'ekil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'located', 'detacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'los', 'sol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'messenger', 'regnessem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'named', 'deman', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'navigation', 'noitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'night', 'thgin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'page', 'egap', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'pages', 'segap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'people', 'elpoep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'piÃ±a', 'aÃ±ip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'potential', 'laitnetop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'public', 'cilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'quality', 'ytilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'rain', 'niar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'sample', 'elpmas', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'say', 'yas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'site', 'etis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'themes', 'semeht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'user', 'resu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'visitors', 'srotisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'wordpress', 'sserpdrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'xyz', 'zyx', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'accepts', 'stpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'address', 'sserdda', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'administrative', 'evitartsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'administrators', 'srotartsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'agent', 'tnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'anonymized', 'dezimynona', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'approve', 'evorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'article', 'elcitra', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'articles', 'selcitra', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'automated', 'detamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'automattic', 'cittamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'avoid', 'diova', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'behaves', 'sevaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'browser', 'resworb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'called', 'dellac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cftotalrewards', 'sdrawerlatotfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'checked', 'dekcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'close', 'esolc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'collect', 'tcelloc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'comment', 'tnemmoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'comments', 'stnemmoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'contains', 'sniatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'content', 'tnetnoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'context', 'txetnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'convenience', 'ecneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cookie', 'eikooc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cookies', 'seikooc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'data', 'atad', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'delete', 'eteled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'detection', 'noitceted', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'determine', 'enimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'discarded', 'dedracsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'display', 'yalpsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'download', 'daolnwod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'edit', 'tide', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'edited', 'detide', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'email', 'liame', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'embed', 'debme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'embedded', 'deddebme', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'erase', 'esare', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'exact', 'tcaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'exif', 'fixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'expires', 'seripxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'exported', 'detropxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'extract', 'tcartxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'gps', 'spg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'gravatar', 'ratavarg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'hash', 'hsah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'hold', 'dloh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'holding', 'gnidloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'https', 'sptth', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'images', 'segami', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'included', 'dedulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'including', 'gnidulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'indefinitely', 'yletinifedni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'indicates', 'setacidni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'instead', 'daetsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'interaction', 'noitcaretni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'leave', 'evael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'left', 'tfel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'location', 'noitacol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'log', 'gol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'logged', 'deggol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'login', 'nigol', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'media', 'aidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'metadata', 'atadatem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'moderation', 'noitaredom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'monitor', 'rotinom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'obliged', 'degilbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'opt', 'tpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'party', 'ytrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'persist', 'tsisrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'personal', 'lanosrep', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'picture', 'erutcip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'policy', 'ycilop', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'privacy', 'ycavirp', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'profile', 'eliforp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'provided', 'dedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'public', 'cilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'publish', 'hsilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'purposes', 'sesoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'queue', 'eueuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'remember', 'rebmemer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'removed', 'devomer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'request', 'tseuqer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'reset', 'teser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'retained', 'deniater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'rights', 'sthgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'saved', 'devas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'saving', 'gnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'screen', 'neercs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'sent', 'tnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'service', 'ecivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'set', 'tes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'shown', 'nwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'site', 'etis', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'spam', 'maps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'string', 'gnirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'suggested', 'detseggus', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'temporary', 'yraropmet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'text', 'txet', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'tracking', 'gnikcart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'upload', 'daolpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'uploading', 'gnidaolpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'user', 'resu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'users', 'sresu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'videos', 'soediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visible', 'elbisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visited', 'detisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visitor', 'rotisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visitors', 'srotisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'website', 'etisbew', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'websites', 'setisbew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'weeks', 'skeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (32, 'tables', 'selbat', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 361, 163, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 50621, 12605, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 6212, 2126, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 688, 886, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 750, '057', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'act', 'tca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'activate', 'etavitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'allowance', 'ecnawolla', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'alternative', 'evitanretla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'answering', 'gnirewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'authorization', 'noitazirohtua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'benefit', 'tifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cash', 'hsac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'children', 'nerdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'confirmed', 'demrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'costs', 'stsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'coverage', 'egarevoc', 15, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'coverages', 'segarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'credit', 'tiderc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'credits', 'stiderc', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'dental', 'latned', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'deposited', 'detisoped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'drug', 'gurd', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'drugs', 'sgurd', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'eligibility', 'ytilibigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employee', 'eeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employer', 'reyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'enrolling', 'gnillorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'enter', 'retne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'excess', 'ssecxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'family', 'ylimaf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'fixed', 'dexif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'flex', 'xelf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'forms', 'smrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'function', 'noitcnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'going', 'gniog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'health', 'htlaeh', 17, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'identity', 'ytitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'life', 'efil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'lowest', 'tsewol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'lumino', 'onimul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'member', 'rebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'menu', 'unem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'mysunlife', 'efilnusym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'occur', 'rucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'opt', 'tpo', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'opting', 'gnitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'options', 'snoitpo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'page', 'egap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'period', 'doirep', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'prior', 'roirp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'private', 'etavirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'problems', 'smelborp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'proof', 'foorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'registration', 'noitartsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'reimburse', 'esrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'requires', 'seriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'selecting', 'gnitceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'serve', 'evres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'setting', 'gnittes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'single', 'elgnis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'status', 'sutats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'subsequent', 'tneuqesbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sun', 'nus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sunlife', 'efilnus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'unforeseen', 'neeserofnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'vision', 'noisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'weekly', 'ylkeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'year', 'raey', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, '050', '050', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 299, 992, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 5089, 9805, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 610, '016', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'accesscard', 'dracssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'account', 'tnuocca', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'accounts', 'stnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'administer', 'retsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'advantaged', 'degatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'ahead', 'daeha', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'annual', 'launna', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'annually', 'yllaunna', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'aside', 'edisa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'balances', 'secnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'basis', 'sisab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'care', 'erac', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'change', 'egnahc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'claims', 'smialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'com', 'moc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'consistent', 'tnetsisnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contribute', 'etubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contribution', 'noitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contributions', 'snoitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dcfsa', 'asfcd', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'debit', 'tibed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dental', 'latned', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dependent', 'tnedneped', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dollars', 'srallod', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'elect', 'tcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eligible', 'elbigile', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'enrolled', 'dellorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'expenses', 'sesnepxe', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'experience', 'ecneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fidelity', 'ytiledif', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'file', 'elif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'flexible', 'elbixelf', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'forfeited', 'detiefrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fsa', 'asf', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fsas', 'sasf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'funds', 'sdnuf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hcfsa', 'asfch', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'health', 'htlaeh', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hire', 'erih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hsa', 'ash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'immediate', 'etaidemmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'incurred', 'derrucni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'investments', 'stnemtsevni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'limited', 'detimil', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'lose', 'esol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'march', 'hcram', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'medical', 'lacidem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'netbenefits', 'stifenebten', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'note', 'eton', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'options', 'snoitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'participate', 'etapicitrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'partnership', 'pihsrentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pay', 'yap', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'paycheck', 'kcehcyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'period', 'doirep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'ppo', 'opp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pre', 'erp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'purpose', 'esoprup', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'qualified', 'deifilauq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'regulations', 'snoitaluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'reimbursed', 'desrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'reimbursement', 'tnemesrubmier', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'rules', 'selur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'select', 'tceles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'separately', 'yletarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'set', 'tes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'simple', 'elpmis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'spending', 'gnidneps', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'spouse', 'esuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'status', 'sutats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'submitted', 'dettimbus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'tax', 'xat', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'taxes', 'sexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'unused', 'desunu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'upfront', 'tnorfpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'vision', 'noisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'year', 'raey', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 2009, 9002, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 465, 564, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 844357, 753448, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 8943, 3498, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 911, 119, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'assistance', 'ecnatsissa', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'available', 'elbaliava', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'bereavement', 'tnemevaereb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'boarding', 'gnidraob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'camps', 'spmac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'care', 'erac', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cfindcan', 'nacdnifc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'challenges', 'segnellahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'child', 'dlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'concerns', 'snrecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'confidential', 'laitnedifnoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'consultation', 'noitatlusnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'contacted', 'detcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'counselor', 'rolesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'demand', 'dnamed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'details', 'sliated', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'difficulties', 'seitluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eap', 'pae', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'elder', 'redle', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'employee', 'eeyolpme', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'evaluation', 'noitaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'examples', 'selpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'family', 'ylimaf', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'guidance', 'ecnadiug', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'guidanceresources', 'secruoserecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'help', 'pleh', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'household', 'dlohesuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'ignoring', 'gnirongi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'library', 'yrarbil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'licensed', 'desnecil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'losses', 'sessol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'matters', 'srettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'members', 'srebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'nonjudgmental', 'latnemgdujnon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'objective', 'evitcejbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'parenting', 'gnitnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'pet', 'tep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'planning', 'gninnalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'problems', 'smelborp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'program', 'margorp', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'programs', 'smargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'referral', 'larrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'relationship', 'pihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'remodelers', 'sreledomer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'report', 'troper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'reported', 'detroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'research', 'hcraeser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'resource', 'ecruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'resources', 'secruoser', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'search', 'hcraes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'services', 'secivres', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'sessions', 'snoisses', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'situations', 'snoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'solutions', 'snoitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'sooner', 'renoos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'specialist', 'tsilaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'stress', 'sserts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'strictly', 'yltcirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'summer', 'remmus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'support', 'troppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tackle', 'elkcat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'talk', 'klat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'threatening', 'gninetaerht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'topic', 'cipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'training', 'gniniart', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'treatment', 'tnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'unlimited', 'detimilnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'vacation', 'noitacav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'variety', 'yteirav', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'view', 'weiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'visit', 'tisiv', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'waiting', 'gnitiaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'web', 'bew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'wedding', 'gniddew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'worse', 'esrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 2026, 6202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 902, 209, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'absence', 'ecnesba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocacy', 'ycacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocate', 'etacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocates', 'setacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'application', 'noitacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'area', 'aera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'assistance', 'ecnatsissa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'bcbsil', 'lisbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'booklets', 'stelkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'changes', 'segnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'clinical', 'lacinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'concierge', 'egreicnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'connect', 'tcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'diagnosis', 'sisongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'distribution', 'noitubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'education', 'noitacude', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'equity', 'ytiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'guidance', 'ecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'guide', 'ediug', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'guides', 'sediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'help', 'pleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'higher', 'rehgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'hsa', 'ash', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'incentive', 'evitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'incentives', 'sevitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'library', 'yrarbil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'life', 'efil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'loa', 'aol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'lower', 'rewol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'manufacturing', 'gnirutcafunam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'medical', 'lacidem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'monthly', 'ylhtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'paired', 'deriap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'pocket', 'tekcop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'ppo', 'opp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'premium', 'muimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'psus', 'susp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'resource', 'ecruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'rsus', 'susr', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'sheet', 'teehs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'solutions', 'snoitulos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'standard', 'dradnats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'sun', 'nus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'tip', 'pit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'versus', 'susrev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'abilities', 'seitiliba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'accordingly', 'ylgnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'adjusts', 'stsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'annually', 'yllaunna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'attract', 'tcartta', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'base', 'esab', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'button', 'nottub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'compensation', 'noitasnepmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'competitive', 'evititepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'consideration', 'noitaredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'considers', 'sredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'creating', 'gnitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'cycles', 'selcyc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'determining', 'gninimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'duties', 'seitud', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'elements', 'stnemele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'evaluate', 'etaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'evaluates', 'setaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'fair', 'riaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'foundation', 'noitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'framework', 'krowemarf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'holistic', 'citsiloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'incentives', 'sevitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'knowledge', 'egdelwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'labour', 'ruobal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'leverage', 'egarevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'maintain', 'niatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'market', 'tekram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'median', 'naidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'midpoint', 'tniopdim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'pay', 'yap', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'paycheck', 'kcehcyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'payslips', 'spilsyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'point', 'tniop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'reflects', 'stcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'relevant', 'tnaveler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'remain', 'niamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'responsibilities', 'seitilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'retain', 'niater', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'salary', 'yralas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'scale', 'elacs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'similar', 'ralimis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'skills', 'slliks', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'specific', 'cificeps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'takes', 'sekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'talent', 'tnelat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'targeted', 'detegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'top', 'pot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'wage', 'egaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'worklet', 'telkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'aboard', 'draoba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'aip', 'pia', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'ammonia', 'ainomma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'annual', 'launna', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'assigned', 'dengissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'award', 'drawa', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'awards', 'sdrawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'based', 'desab', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'broken', 'nekorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'categories', 'seirogetac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'close', 'esolc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'come', 'emoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'company', 'ynapmoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'consist', 'tsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'corporate', 'etaroproc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'depending', 'gnidneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'distribution', 'noitubirtsid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'efficiency', 'ycneiciffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'facility', 'ytilicaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'goals', 'slaog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'groups', 'spuorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'improving', 'gnivorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'incentive', 'evitnecni', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'incentives', 'sevitnecni', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'listed', 'detsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'manufacturing', 'gnirutcafunam', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'operations', 'snoitarepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'paid', 'diap', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'payment', 'tnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'percentages', 'segatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'performance', 'ecnamrofrep', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'production', 'noitcudorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'quarter', 'retrauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'quarterly', 'ylretrauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'reliable', 'elbailer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'result', 'tluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'rewarded', 'dedrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'right', 'thgir', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'safely', 'ylefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'safety', 'ytefas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'score', 'erocs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'separate', 'etarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'short', 'trohs', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'site', 'etis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'term', 'mret', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'timeslots', 'stolsemit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'variable', 'elbairav', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'vary', 'yrav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'vip', 'piv', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'well', 'llew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'working', 'gnikrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'year', 'raey', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 2593, 3952, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 654, 456, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accept', 'tpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accessible', 'elbissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accessing', 'gnissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accumulate', 'etalumucca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'agreement', 'tnemeerga', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'award', 'drawa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'awarded', 'dedrawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'awards', 'sdrawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'charles', 'selrahc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'contributors', 'srotubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'details', 'sliated', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'determines', 'senimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'eac', 'cae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'equity', 'ytiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'especially', 'yllaicepse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'grant', 'tnarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'guaranteeing', 'gnieetnaraug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'incentives', 'sevitnecni', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'intentionally', 'yllanoitnetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'investing', 'gnitsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'key', 'yek', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'leaders', 'sredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'leadership', 'pihsredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'link', 'knil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'long', 'gnol', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'maintaining', 'gniniatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'open', 'nepo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'ownership', 'pihsrenwo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'play', 'yalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'potential', 'laitnetop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'recipient', 'tneipicer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'role', 'elor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'schwab', 'bawhcs', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'shareholders', 'sredloherahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'specified', 'deificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'sustained', 'deniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'term', 'mret', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 150, '051', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 2593, 3952, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 654, 456, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'anniversaries', 'seirasrevinna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'anniversary', 'yrasrevinna', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'awards', 'sdrawa', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'believes', 'seveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'catalogue', 'eugolatac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'celebrating', 'gnitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'champion', 'noipmahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'champions', 'snoipmahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'charles', 'selrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'clear', 'raelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'dedication', 'noitacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'gifts', 'stfig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'hard', 'drah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'incentives', 'sevitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'indicator', 'rotacidni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'involved', 'devlovni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'letter', 'rettel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'milestone', 'enotselim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'plaque', 'euqalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'possible', 'elbissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'ranging', 'gnignar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'reaches', 'sehcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'recognize', 'ezingocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'recognizing', 'gnizingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'rewarding', 'gnidrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'schwab', 'bawhcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'selected', 'detceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'service', 'ecivres', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'shown', 'nwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'signed', 'dengis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'stipend', 'dnepits', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'success', 'sseccus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'surround', 'dnuorrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'thank', 'knaht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'think', 'kniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'workplaces', 'secalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 361, 163, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 50621, 12605, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 6212, 2126, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ability', 'ytiliba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'aca', 'aca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'advice', 'ecivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'alternative', 'evitanretla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'authorization', 'noitazirohtua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'available', 'elbaliava', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'bcbsil', 'lisbcb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cards', 'sdrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'chronic', 'cinorhc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'coaching', 'gnihcaoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'coinsurance', 'ecnarusnioc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cost', 'tsoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'coverage', 'egarevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'delivery', 'yreviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'drug', 'gurd', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'drugs', 'sgurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'easy', 'ysae', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'expense', 'esnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'extra', 'artxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'formulary', 'yralumrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'hsa', 'ash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'list', 'tsil', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'loved', 'devol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'lowest', 'tsewol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'manage', 'eganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'medical', 'lacidem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'medication', 'noitacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'medications', 'snoitacidem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ones', 'seno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'online', 'enilno', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ordering', 'gniredro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pain', 'niap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pharmacists', 'stsicamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pharmacy', 'ycamrahp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pillway', 'yawllip', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'plan', 'nalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'plans', 'snalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ppo', 'opp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prescription', 'noitpircserp', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prescriptions', 'snoitpircserp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'preventive', 'evitneverp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prior', 'roirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'quebec', 'cebeuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'refilling', 'gnillifer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'refills', 'sllifer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'reimburse', 'esrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'sun', 'nus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'sunlife', 'efilnus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'updated', 'detadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 361, 163, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 50621, 12605, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 6212, 2126, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 688, 886, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 750, '057', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'activate', 'etavitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'allowance', 'ecnawolla', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'answering', 'gnirewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'cash', 'hsac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'chart', 'trahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'cigna', 'angic', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'comparison', 'nosirapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'confirmed', 'demrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'costs', 'stsoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'coverage', 'egarevoc', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'credit', 'tiderc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'credits', 'stiderc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dental', 'latned', 15, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dentist', 'tsitned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'deposited', 'detisoped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'disclaimer', 'remialcsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employer', 'reyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'enter', 'retne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'excess', 'ssecxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'families', 'seilimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'flex', 'xelf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'function', 'noitcnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'given', 'nevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'identity', 'ytitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'life', 'efil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'medical', 'lacidem', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'member', 'rebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'network', 'krowten', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'noted', 'deton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'opt', 'tpo', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'opting', 'gnitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'option', 'noitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'options', 'snoitpo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'oral', 'laro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'percentages', 'segatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'private', 'etavirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'proof', 'foorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'rate', 'etar', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'registration', 'noitartsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'reimbursable', 'elbasrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'reimburse', 'esrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'serve', 'evres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'setting', 'gnittes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'similar', 'ralimis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'sun', 'nus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'sunlife', 'efilnus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'versus', 'susrev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'weekly', 'ylkeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 361, 163, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 50621, 12605, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 6212, 2126, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'activate', 'etavitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'afterthought', 'thguohtretfa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'answering', 'gnirewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'benefit', 'tifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'confirmed', 'demrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'coverage', 'egarevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'detect', 'tceted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'doctors', 'srotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'early', 'ylrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'ends', 'sdne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'enter', 'retne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'fixed', 'dexif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'identity', 'ytitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'let', 'tel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'member', 'rebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'period', 'doirep', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'prior', 'roirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'registration', 'noitartsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'setting', 'gnittes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'subsequent', 'tneuqesbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'sun', 'nus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'sunlife', 'efilnus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'vision', 'noisiv', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'year', 'raey', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 2646, 6462, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 339, 933, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 4131, 1314, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 558, 855, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 650, '056', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'activity', 'ytivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'being', 'gnieb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'canadian', 'naidanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'card', 'drac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'cards', 'sdrac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'cart', 'trac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'cftotalrewards', 'sdrawerlatotfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'challenges', 'segnellahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'com', 'moc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'competition', 'noititepmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'computer', 'retupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'connecting', 'gnitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'device', 'ecived', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'devices', 'secived', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'earn', 'nrae', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'earning', 'gninrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'emotional', 'lanoitome', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'engaged', 'degagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'financial', 'laicnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'focused', 'desucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'friendly', 'yldneirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'fun', 'nuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'gift', 'tfig', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'goal', 'laog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'guided', 'dediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'healthier', 'reihtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'helping', 'gnipleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'incentives', 'sevitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'integration', 'noitargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'leaving', 'gnivael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'lifestyle', 'elytsefil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'marathon', 'nohtaram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'meditation', 'noitatidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'mindfulness', 'ssenlufdnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'minutes', 'setunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'mix', 'xim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'months', 'shtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'paced', 'decap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'participate', 'etapicitrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'physical', 'lacisyhp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'points', 'stniop', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'program', 'margorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'propelwellness', 'ssenllewleporp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'reason', 'nosaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'recipes', 'sepicer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'redeem', 'meeder', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'redeemed', 'demeeder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'responsibility', 'ytilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'rewards', 'sdrawer', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'setting', 'gnittes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'smart', 'trams', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'spouses', 'sesuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'sprint', 'tnirps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'strive', 'evirts', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'support', 'troppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'tango', 'ognat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'tangocard', 'dracognat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'team', 'maet', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'tools', 'sloot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'tracking', 'gnikcart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'unlimited', 'detimilnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'wba', 'abw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'welcome', 'emoclew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'well', 'llew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'workers', 'srekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'workouts', 'stuokrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'zendesk', 'ksednez', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 333, 333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 403, 304, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 519, 915, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 6791, 1976, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 8243, 3428, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 952, 259, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'aid', 'dia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'appointment', 'tnemtnioppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'blood', 'doolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'canada', 'adanac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'care', 'erac', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'center', 'retnec', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cfcourtright', 'thgirtruocfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cfmedicinehat', 'tahenicidemfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'checks', 'skcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'clinic', 'cinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'clinics', 'scinilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'consistent', 'tnetsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'courtesy', 'ysetruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'courtright', 'thgirtruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cpr', 'rpc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'currently', 'yltnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'emergency', 'ycnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'hat', 'tah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'immunizations', 'snoitazinummi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'ins', 'sni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'listed', 'detsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'medcor', 'rocdem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'medcorcanada', 'adanacrocdem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'medicine', 'enicidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'occupational', 'lanoitapucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'onsite', 'etisno', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'oversight', 'thgisrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'party', 'ytrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'patient', 'tneitap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'physician', 'naicisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'pressure', 'erusserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'proactive', 'evitcaorp', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'response', 'esnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'safety', 'ytefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'schedule', 'eludehcs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'services', 'secivres', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'surveillance', 'ecnallievrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'training', 'gniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'walk', 'klaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'welcome', 'emoclew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 100, '001', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'absence', 'ecnesba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adjust', 'tsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adoption', 'noitpoda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'advance', 'ecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'application', 'noitacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'apply', 'ylppa', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'applying', 'gniylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'approved', 'devorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'aware', 'erawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'away', 'yawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'base', 'esab', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'benefit', 'tifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'benefits', 'stifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'birth', 'htrib', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'bond', 'dnob', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'calculate', 'etaluclac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'calculated', 'detaluclac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'canada', 'adanac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'child', 'dlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'constraints', 'stniartsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'contacting', 'gnitcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'determined', 'denimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'difference', 'ecnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eligibility', 'ytilibigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eligible', 'elbigile', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'employment', 'tnemyolpme', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'entitlement', 'tnemeltitne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'entitlements', 'stnemeltitne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expanded', 'dednapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expected', 'detcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'family', 'ylimaf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'form', 'mrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'human', 'namuh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'immediate', 'etaidemmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'ineligibility', 'ytilibigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'insurance', 'ecnarusni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'leave', 'evael', 16, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'legislation', 'noitalsigel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'loa', 'aol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'local', 'lacol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'maternity', 'ytinretam', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'moms', 'smom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'mothers', 'srehtom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'newborn', 'nrobwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'newly', 'ylwen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'notice', 'eciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'obtained', 'deniatbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'paid', 'diap', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parent', 'tnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parental', 'latnerap', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parents', 'stnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'pay', 'yap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'periods', 'sdoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'placement', 'tnemecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'policy', 'ycilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'ppl', 'lpp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'prior', 'roirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'provide', 'edivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'pursuant', 'tnausrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'received', 'deviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'representative', 'evitatneserper', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'resources', 'secruoser', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'standards', 'sdradnats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'statutory', 'yrotutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'submitting', 'gnittimbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'time', 'emit', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'top', 'pot', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'versus', 'susrev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'waiting', 'gnitiaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'week', 'keew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'weeks', 'skeew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'work', 'krow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'banks', 'sknab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'believe', 'eveileb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'bring', 'gnirb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'campaign', 'ngiapmac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'causes', 'sesuac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cellar', 'rallec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'chapters', 'sretpahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'charitable', 'elbatirahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'charities', 'seitirahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'communities', 'seitinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contributions', 'snoitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'devoted', 'detoved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'difference', 'ecnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dollar', 'rallod', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'donate', 'etanod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'donation', 'noitanod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'donations', 'snoitanod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'food', 'doof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'gift', 'tfig', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'giving', 'gnivig', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'hat', 'tah', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'latest', 'tsetal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'leave', 'evael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'lives', 'sevil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'local', 'lacol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'match', 'hctam', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'matched', 'dehctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'medicine', 'enicidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'neighbors', 'srobhgien', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'parental', 'latnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'policy', 'ycilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'ppl', 'lpp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'read', 'daer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'report', 'troper', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'root', 'toor', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'total', 'latot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'united', 'detinu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'auto', 'otua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'bonus', 'sunob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cell', 'llec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'computers', 'sretupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'deals', 'slaed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'dining', 'gninid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'discounts', 'stnuocsid', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'exclusive', 'evisulcxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'favorite', 'etirovaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'guidelines', 'senilediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'healthy', 'yhtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'identity', 'ytitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'merchants', 'stnahcrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'national', 'lanoitan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'perks', 'skrep', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'perkspot', 'topskrep', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'phones', 'senohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'protection', 'noitcetorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'referral', 'larrefer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, '1st', 'ts1', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'absence', 'ecnesba', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'accordance', 'ecnadrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'accrued', 'deurcca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'advancement', 'tnemecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'awareness', 'ssenerawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'bank', 'knab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'based', 'desab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'boxing', 'gnixob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cases', 'sesac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cdo', 'odc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'charitable', 'elbatirahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'christmas', 'samtsirhc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'civic', 'civic', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'company', 'ynapmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'compensating', 'gnitasnepmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'day', 'yad', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'environmental', 'latnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'exit', 'tixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'faqs', 'sqaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'food', 'doof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'good', 'doog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'granted', 'detnarg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'healthy', 'yhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'holiday', 'yadiloh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'holidays', 'syadiloh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'hour', 'ruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'hours', 'sruoh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'instead', 'daetsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'labour', 'ruobal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'leave', 'evael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'legislated', 'detalsigel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'length', 'htgnel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'lieu', 'ueil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'normal', 'lamron', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'observed', 'devresbo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'organization', 'noitazinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'paid', 'diap', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'philanthropic', 'ciporhtnalihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'projected', 'detcejorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'promote', 'etomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'prorated', 'detarorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'pto', 'otp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'ratably', 'ylbatar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'reconciliation', 'noitailicnocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'remembrance', 'ecnarbmemer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'search', 'hcraes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'shift', 'tfihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'standards', 'sdradnats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'stat', 'tats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'stem', 'mets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'supports', 'stroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'tbd', 'dbt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'temporary', 'yraropmet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'thanksgiving', 'gnivigsknaht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'time', 'emit', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'toil', 'liot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'truth', 'hturt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'unused', 'desunu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'vacation', 'noitacav', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'victoria', 'airotciv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'volunteer', 'reetnulov', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'vto', 'otv', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'workday', 'yadkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'year', 'raey', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '0px', 'xp0', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '11px', 'xp11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 4210, '0124', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 4232, 2324, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '7dfbe9fd', 'df9ebfd7', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '9cbd', 'dbc9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'additional', 'lanoitidda', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'appropriate', 'etairporppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'assigned', 'dengissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'bff1f3c29392', '29392c3f1ffb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'builder', 'redliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'built', 'tliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'ca0d', 'd0ac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'click', 'kcilc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'coach', 'hcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'colors', 'sroloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'content', 'tnetnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'core', 'eroc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'courses', 'sesruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'curriculum', 'mulucirruc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'custom', 'motsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'development', 'tnempoleved', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'disabled', 'delbasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'edited', 'detide', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'employee', 'eeyolpme', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'employment', 'tnemyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'enlarge', 'egralne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'expect', 'tcepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'false', 'eslaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'foot', 'toof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'foundation', 'noitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'foundational', 'lanoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'global', 'labolg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'growth', 'htworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'guide', 'ediug', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'image', 'egami', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'info', 'ofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'integrate', 'etargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'integration', 'noitargetni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'introduce', 'ecudortni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'leader', 'redael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'leaders', 'sredael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'learning', 'gninrael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'locked', 'dekcol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'look', 'kool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'margin', 'nigram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'module', 'eludom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'new', 'wen', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'onboarding', 'gnidraobno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'outlines', 'seniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'outlining', 'gniniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'path', 'htap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'paths', 'shtap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'prepare', 'eraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'preset', 'teserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'process', 'ssecorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'processes', 'sessecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'progress', 'ssergorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'resources', 'secruoser', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'roadmap', 'pamdaor', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'sample', 'elpmas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'set', 'tes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'specially', 'yllaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'started', 'detrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'strong', 'gnorts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'succeed', 'deeccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'success', 'sseccus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'supports', 'stroppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tablet', 'telbat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tailored', 'deroliat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'talent', 'tnelat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tbd', 'dbt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'team', 'maet', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'text', 'txet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'â€‹â€‹â€‹â€‹â€‹â€‹â€‹this', 'sihtâ€‹â€‹â€‹â€‹â€‹â€‹â€‹', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'training', 'gniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'undertake', 'ekatrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'version', 'noisrev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'video', 'oediv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'viewing', 'gniweiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'week', 'keew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'employee', 'eeyolpme', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'integration', 'noitargetni', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'video', 'oediv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'accessible', 'elbissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'accomplish', 'hsilpmocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'achieve', 'eveihca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'activate', 'etavitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'apart', 'trapa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'applying', 'gniylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'behaviors', 'sroivaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'believe', 'eveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'broaden', 'nedaorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'business', 'ssenisub', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'career', 'reerac', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'central', 'lartnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'certifications', 'snoitacifitrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'competencies', 'seicnetepmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'competency', 'ycnetepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'constantly', 'yltnatsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'content', 'tnetnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'core', 'eroc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'courses', 'sesruoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'deliver', 'reviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'development', 'tnempoleved', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'discover', 'revocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'drive', 'evird', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'evolving', 'gnivlove', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'experiences', 'secneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'expert', 'trepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'features', 'serutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'focusing', 'gnisucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'foster', 'retsof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'growth', 'htworg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'head', 'daeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'hub', 'buh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'idp', 'pdi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'impacts', 'stcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instructor', 'rotcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instructors', 'srotcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instrumentation', 'noitatnemurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'integrity', 'ytirgetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leader', 'redael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leaders', 'sredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leadership', 'pihsredael', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leading', 'gnidael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'learning', 'gninrael', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'led', 'del', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'license', 'esnecil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'linkedin', 'nideknil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'matters', 'srettam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'meaningful', 'lufgninaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'model', 'ledom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'operations', 'snoitarepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'outlines', 'seniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'paced', 'decap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'paths', 'shtap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'philosophy', 'yhposolihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'plus', 'sulp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'process', 'ssecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'pump', 'pmup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'range', 'egnar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'recognizes', 'sezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'reputation', 'noitatuper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'results', 'stluser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'sets', 'stes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'solutions', 'snoitulos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'structured', 'derutcurts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'succeed', 'deeccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'supports', 'stroppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'tailored', 'deroliat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'training', 'gniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'trainings', 'sgniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'troubleshooting', 'gnitoohselbuort', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'understanding', 'gnidnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'unlock', 'kcolnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'vector', 'rotcev', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'videos', 'soediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'workday', 'yadkrow', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'accountability', 'ytilibatnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'acumen', 'nemuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'assessments', 'stnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'based', 'desab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'boss', 'ssob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'business', 'ssenisub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'capitalize', 'ezilatipac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'classes', 'sessalc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'cohort', 'trohoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'concepts', 'stpecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'conflict', 'tcilfnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'constructive', 'evitcurtsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'contributing', 'gnitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'courage', 'egaruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'course', 'esruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'creative', 'evitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'demonstrating', 'gnitartsnomed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'designed', 'dengised', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'developer', 'repoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'development', 'tnempoleved', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'difficult', 'tluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'diverse', 'esrevid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'edp', 'pde', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'emotional', 'lanoitome', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'empowering', 'gnirewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhance', 'ecnahne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhanced', 'decnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhances', 'secnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'excel', 'lecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'executive', 'evitucexe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'exercises', 'sesicrexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expand', 'dnapxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expansive', 'evisnapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'experiential', 'laitneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'faceted', 'detecaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'feedback', 'kcabdeef', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'fives', 'sevif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'fldp', 'pdlf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'foundational', 'lanoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'foundations', 'snoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'frontline', 'eniltnorf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'functional', 'lanoitcnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'greatest', 'tsetaerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'identify', 'yfitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'influencer', 'recneulfni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'inspire', 'eripsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'intelligence', 'ecnegilletni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'interactive', 'evitcaretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'internal', 'lanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'knowledge', 'egdelwonk', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'lead', 'dael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leader', 'redael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leaders', 'sredael', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leadership', 'pihsredael', 18, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leading', 'gnidael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leads', 'sdael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'live', 'evil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'microsoft', 'tfosorcim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'month', 'htnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'multi', 'itlum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'nominated', 'detanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'opportunities', 'seitinutroppo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'orchestrator', 'rotartsehcro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'participants', 'stnapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'peer', 'reep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'peers', 'sreep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'perspective', 'evitcepsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'possibilities', 'seitilibissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'powerful', 'lufrewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'program', 'margorp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'programs', 'smargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'quo', 'ouq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'roles', 'selor', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'series', 'seires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'situational', 'lanoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'skill', 'lliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'skills', 'slliks', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'spanning', 'gninnaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strategist', 'tsigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strength', 'htgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strengths', 'shtgnerts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'supervisors', 'srosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'takes', 'sekat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'taught', 'thguat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'team', 'maet', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'teams', 'smaet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'title', 'eltit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'tomorrow', 'worromot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'understanding', 'gnidnatsrednu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'utilizing', 'gnizilitu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'weaknesses', 'sessenkaew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'accept', 'tpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'acquiring', 'gniriuqca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'acumen', 'nemuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'advancement', 'tnemecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'approaches', 'sehcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'brand', 'dnarb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'challenges', 'segnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'confidence', 'ecnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'deepening', 'gninepeed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'developed', 'depoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'developing', 'gnipoleved', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'development', 'tnempoleved', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'effectively', 'ylevitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'expert', 'trepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'exposing', 'gnisopxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'fellow', 'wollef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'fostering', 'gniretsof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'gaining', 'gniniag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'getting', 'gnitteg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'ideas', 'saedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'improving', 'gnivorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'interpersonal', 'lanosrepretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'knowing', 'gniwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'knowledge', 'egdelwonk', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'leader', 'redael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'levels', 'slevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'matter', 'rettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentee', 'eetnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentor', 'rotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentorcliq', 'qilcrotnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentoring', 'gnirotnem', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'participation', 'noitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'personal', 'lanosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'perspectives', 'sevitcepsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'professional', 'lanoisseforp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'promote', 'etomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'recognition', 'noitingocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'relationship', 'pihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'relationships', 'spihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'skills', 'slliks', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'strengths', 'shtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'styles', 'selyts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'teach', 'hcaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'themself', 'flesmeht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'transformational', 'lanoitamrofsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'understanding', 'gnidnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'various', 'suoirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'visibility', 'ytilibisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'voluntary', 'yratnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'asset', 'tessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'calibration', 'noitarbilac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'career', 'reerac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'communicating', 'gnitacinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'component', 'tnenopmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'components', 'stnenopmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'conduct', 'tcudnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'continuity', 'ytiunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'critical', 'lacitirc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'development', 'tnempoleved', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'drive', 'evird', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'evolve', 'evlove', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'growth', 'htworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'having', 'gnivah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'lead', 'dael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'management', 'tnemeganam', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'openly', 'ylnepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'outcome', 'emoctuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'pipeline', 'enilepip', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'process', 'ssecorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'processes', 'sessecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'productivity', 'ytivitcudorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'ready', 'ydaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'robust', 'tsubor', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'satisfaction', 'noitcafsitas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'skilled', 'delliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'strategically', 'yllacigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'strategy', 'ygetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'succession', 'noisseccus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'talent', 'tnelat', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'transparency', 'ycnerapsnart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'workforce', 'ecrofkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'disciplined', 'denilpicsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'employing', 'gniyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'empower', 'rewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'growth', 'htworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'high', 'hgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'leaders', 'sredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'management', 'tnemeganam', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'managers', 'sreganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'performance', 'ecnamrofrep', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'regard', 'drager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'relationships', 'spihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'reviews', 'sweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'accredited', 'detidercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'advanced', 'decnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'application', 'noitacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'approved', 'devorppa', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'assistance', 'ecnatsissa', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'associate', 'etaicossa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'bachelor', 'rolehcab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'begin', 'nigeb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'books', 'skoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'charges', 'segrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'committed', 'dettimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'completing', 'gnitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'computer', 'retupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'course', 'esruoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'courses', 'sesruoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'covered', 'derevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'created', 'detaerc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'degree', 'eerged', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'development', 'tnempoleved', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'documentation', 'noitatnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'education', 'noitacude', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'educational', 'lanoitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'effectiveness', 'ssenevitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'exams', 'smaxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'expand', 'dnapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'expenses', 'sesnepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'fees', 'seef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'grades', 'sedarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'higher', 'rehgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'institution', 'noitutitsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'institutions', 'snoitutitsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'interested', 'detseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'investing', 'gnitsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'job', 'boj', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'knowledge', 'egdelwonk', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'lead', 'dael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'master', 'retsam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'mba', 'abm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'parking', 'gnikrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'processing', 'gnissecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'professional', 'lanoisseforp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'program', 'margorp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'qualify', 'yfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'receipts', 'stpiecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'reimbursement', 'tnemesrubmier', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'reimburses', 'sesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'reimbursing', 'gnisrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'related', 'detaler', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'satisfactorily', 'ylirotcafsitas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'searching', 'gnihcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'successful', 'lufsseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'supplies', 'seilppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'supports', 'stroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'tuition', 'noitiut', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'working', 'gnikrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'ability', 'ytiliba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'account', 'tnuocca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'aid', 'dia', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'answer', 'rewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'assist', 'tsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'ayco', 'ocya', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'being', 'gnieb', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'best', 'tseb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'class', 'ssalc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'come', 'emoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'comfortable', 'elbatrofmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'completing', 'gnitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'confident', 'tnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'conquering', 'gnireuqnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'create', 'etaerc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'data', 'atad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'debt', 'tbed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'earn', 'nrae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'email', 'liame', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'encryption', 'noitpyrcne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'enhance', 'ecnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'enter', 'retne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'equipped', 'deppiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'expertise', 'esitrepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'faqs', 'sqaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'finances', 'secnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'financial', 'laicnanif', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'financials', 'slaicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'hands', 'sdnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'hereforyou', 'uoyrofereh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'household', 'dlohesuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'identify', 'yfitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'including', 'gnidulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'informational', 'lanoitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'international', 'lanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'investment', 'tnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'investments', 'stnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'involved', 'devlovni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'later', 'retal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'link', 'knil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'login', 'nigol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'manage', 'eganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'meetings', 'sgniteem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'offering', 'gnireffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'origin', 'nigiro', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'partners', 'srentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'personal', 'lanosrep', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'planner', 'rennalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'points', 'stniop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'portfolio', 'oiloftrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'portfolios', 'soiloftrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'professionals', 'slanoisseforp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'profile', 'eliforp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'protocols', 'slocotorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'question', 'noitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'reach', 'hcaer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'reaching', 'gnihcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'recording', 'gnidrocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'roadmap', 'pamdaor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'safety', 'ytefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'securities', 'seitiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'sent', 'tnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'services', 'secivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'step', 'pets', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'storage', 'egarots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'struggle', 'elggurts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'suited', 'detius', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'surrounding', 'gnidnuorrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'takes', 'sekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'unique', 'euqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'unlimited', 'detimilnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'unsure', 'erusnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'useorigin', 'nigiroesu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'verification', 'noitacifirev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'verify', 'yfirev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'visual', 'lausiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'watch', 'hctaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'ways', 'syaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'well', 'llew', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'wellness', 'ssenllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 361, 163, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 50621, 12605, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 6212, 2126, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 850, '058', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'account', 'tnuocca', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'agency', 'ycnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'assumes', 'semussa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'bank', 'knab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'benefit', 'tifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'bills', 'sllib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'carry', 'yrrac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'carryover', 'revoyrrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contribute', 'etubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contribution', 'noitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'couples', 'selpuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'coverage', 'egarevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'credits', 'stiderc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'deposited', 'detisoped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'directly', 'yltcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'end', 'dne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'ends', 'sdne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'expenses', 'sesnepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'family', 'ylimaf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'flex', 'xelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'forfeited', 'detiefrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'going', 'gniog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'health', 'htlaeh', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'hsa', 'ash', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'insufficient', 'tneiciffusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'limit', 'timil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'major', 'rojam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'occurs', 'srucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'planned', 'dennalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'reimbursed', 'desrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'reimbursements', 'stnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'remaining', 'gniniamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'retire', 'eriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'revenue', 'eunever', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'savings', 'sgnivas', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'second', 'dnoces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'separate', 'etarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'solution', 'noitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'sunlife', 'efilnus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxed', 'dexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'unpaid', 'diapnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'unplanned', 'dennalpnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'unused', 'desunu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'utilized', 'dezilitu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'whichever', 'revehcihw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'year', 'raey', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, '000', '000', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 361, 163, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 50621, 12605, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 6212, 2126, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'accident', 'tnedicca', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'afghanistan', 'natsinahgfa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'age', 'ega', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'bank', 'knab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'basic', 'cisab', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'begins', 'snigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'belarus', 'suraleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'bta', 'atb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'business', 'ssenisub', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'chart', 'trahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'considered', 'deredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'countries', 'seirtnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'coverage', 'egarevoc', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'day', 'yad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'decrease', 'esaerced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'dependents', 'stnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'designed', 'dengised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'die', 'eid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'effect', 'tceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'egypt', 'tpyge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'employment', 'tnemyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ends', 'sdne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'eoi', 'ioe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'equal', 'lauqe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'evidence', 'ecnedive', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'family', 'ylimaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'gaza', 'azag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'good', 'doog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'injured', 'derujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'insurability', 'ytilibarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'insurance', 'ecnarusni', 12, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'iraq', 'qari', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'israel', 'learsi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'known', 'nwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'lebanon', 'nonabel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'life', 'efil', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'listed', 'detsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'loved', 'devol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'occurs', 'srucco', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ones', 'seno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'pakistan', 'natsikap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'palestine', 'enitselap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'percentages', 'segatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'proof', 'foorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'protect', 'tcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'protection', 'noitcetorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'provide', 'edivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'provides', 'sedivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'purchase', 'esahcrup', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reach', 'hcaer', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reduced', 'decuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reductions', 'snoitcuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'retire', 'eriter', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'risk', 'ksir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'rounded', 'dednuor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'russia', 'aissur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'salary', 'yralas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'seriously', 'ylsuoires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'somalia', 'ailamos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'subject', 'tcejbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'sudan', 'nadus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'sunlife', 'efilnus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'syria', 'airys', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'takes', 'sekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'travel', 'levart', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ukraine', 'eniarku', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'voluntary', 'yratnulov', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'war', 'raw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'west', 'tsew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'whichever', 'revehcihw', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 361, 163, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 50621, 12605, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 6212, 2126, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'absence', 'ecnesba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'coverage', 'egarevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'disability', 'ytilibasid', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'form', 'mrof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'ill', 'lli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'income', 'emocni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'injured', 'derujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'loa', 'aol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'protect', 'tcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'replace', 'ecalper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'std', 'dts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'sunlife', 'efilnus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 100, '001', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 2021, 1202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 2024, 4202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 401, 104, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 727, 727, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 7766, 6677, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'accordance', 'ecnadrocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'account', 'tnuocca', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'accounts', 'stnuocca', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'action', 'noitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'actual', 'lautca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'aip', 'pia', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'apps', 'sppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'assumed', 'demussa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'automatic', 'citamotua', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'based', 'desab', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'beginning', 'gninnigeb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'beneficiary', 'yraicifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'benefit', 'tifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'benefits', 'stifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'bonus', 'sunob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'cad', 'dac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'chart', 'trahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'company', 'ynapmoc', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contribute', 'etubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributed', 'detubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributes', 'setubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contribution', 'noitubirtnoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributions', 'snoitubirtnoc', 25, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'courtright', 'thgirtruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'cra', 'arc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'currently', 'yltnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'dcpp', 'ppcd', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'defined', 'denifed', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'designating', 'gnitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'designation', 'noitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'earnings', 'sgninrae', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'elections', 'snoitcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'eligible', 'elbigile', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employee', 'eeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employees', 'seeyolpme', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'enhanced', 'decnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'enrolls', 'sllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'exclude', 'edulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'executive', 'evitucexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'fully', 'ylluf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'fund', 'dnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'gersp', 'psreg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'gro', 'org', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'grsp', 'psrg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'hat', 'tah', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'hired', 'derih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'immediately', 'yletaidemmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'incentive', 'evitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'increased', 'desaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'industries', 'seirtsudni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'invest', 'tsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'invested', 'detsevni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'investment', 'tnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'january', 'yraunaj', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'length', 'htgnel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'lieu', 'ueil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'like', 'ekil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'limit', 'timil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'limits', 'stimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'manulife', 'efilunam', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'match', 'hctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'matches', 'sehctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'matching', 'gnihctam', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'medicine', 'enicidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'members', 'srebmem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'november', 'rebmevon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'nrsp', 'psrn', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'options', 'snoitpo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'overtime', 'emitrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'paid', 'diap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'pay', 'yap', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'payments', 'stnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'percentage', 'egatnecrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'period', 'doirep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'plan', 'nalp', 12, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'plus', 'sulp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'prepared', 'deraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'raise', 'esiar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'reach', 'hcaer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'registered', 'deretsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'remainder', 'redniamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'responsible', 'elbisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'retirement', 'tnemeriter', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'rrsp', 'psrr', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'rsp', 'psr', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'salary', 'yralas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'savings', 'sgnivas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'serp', 'pres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'service', 'ecivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'spousal', 'lasuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'supplementary', 'yratnemelppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'target', 'tegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'tracking', 'gnikcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'transition', 'noitisnart', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'update', 'etadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'updated', 'detadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'updating', 'gnitadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'vacation', 'noitacav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'various', 'suoirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'vested', 'detsev', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'vesting', 'gnitsev', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'vip', 'piv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wages', 'segaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wants', 'stnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'ways', 'syaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, '0351', 1530, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, '050621', 126050, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 215, 512, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 4610, '0164', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 511, 115, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 514, 415, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 519, 915, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 8226, 6228, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 942, 249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'able', 'elba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'abroad', 'daorba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'accommodation', 'noitadommocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'accommodations', 'snoitadommocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'advice', 'ecivda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ambulance', 'ecnalubma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'americas', 'sacirema', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'anywhereâ€‹', 'â€‹erehwyna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'assist', 'tsissa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'assistance', 'ecnatsissa', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'beneficiary', 'yraicifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'business', 'ssenisub', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'children', 'nerdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'confirming', 'gnimrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'contract', 'tcartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'coverage', 'egarevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'delayed', 'deyaled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'determined', 'denimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'developments', 'stnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'emergency', 'ycnegreme', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'evacuation', 'noitaucave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'excel', 'lecxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'extra', 'artxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'facilitating', 'gnitatilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'family', 'ylimaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'gem', 'meg', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'global', 'labolg', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ground', 'dnuorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'group', 'puorg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'hospital', 'latipsoh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'hospitalized', 'dezilatipsoh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'hotel', 'letoh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'international', 'lanoitanretni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'internationalsos', 'soslanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'interpreter', 'reterpretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'involving', 'gnivlovni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'life', 'efil', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'limits', 'stimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'lose', 'esol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'lost', 'tsol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'management', 'tnemeganam', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'maximums', 'smumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'meals', 'slaem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'medi', 'idem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'medical', 'lacidem', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'member', 'rebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'membership', 'pihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'monitoring', 'gnirotinom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'mysunlife', 'efilnusym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'option', 'noitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'outpatient', 'tneitaptuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'passport', 'tropssap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'payments', 'stnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'permanent', 'tnenamrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'personal', 'lanosrep', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'pharmacists', 'stsicamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'physician', 'naicisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'physicians', 'snaicisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'portal', 'latrop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'possible', 'elbissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'protection', 'noitcetorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'province', 'ecnivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provincial', 'laicnivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'referring', 'gnirrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'released', 'desaeler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'replacement', 'tnemecalper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'reside', 'ediser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'return', 'nruter', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'routine', 'enituor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'security', 'ytiruces', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'services', 'secivres', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'situation', 'noitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'sos', 'sos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'sun', 'nus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'supplies', 'seilppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'sure', 'erus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'â€‹this', 'sihtâ€‹', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ticket', 'tekcit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'tickets', 'stekcit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'translation', 'noitalsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'transportation', 'noitatropsnart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'travel', 'levart', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'traveling', 'gnilevart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'travelling', 'gnillevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'treatment', 'tnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'trip', 'pirt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'unattended', 'dednettanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'updates', 'setadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'world', 'dlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 727, 727, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 7766, 6677, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'accrued', 'deurcca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'act', 'tca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'basic', 'cisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'benefits', 'stifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cdo', 'odc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'company', 'ynapmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'compensating', 'gnitasnepmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'day', 'yad', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'days', 'syad', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'disability', 'ytilibasid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'documents', 'stnemucod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eap', 'pae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'employment', 'tnemyolpme', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'end', 'dne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'ends', 'sdne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'exit', 'tixe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'expect', 'tcepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'forfeited', 'detiefrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'health', 'htlaeh', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'holidays', 'syadiloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'hsa', 'ash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'investment', 'tnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'later', 'retal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'leave', 'evael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'leaving', 'gnivael', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'lieu', 'ueil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'manulife', 'efilunam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'paid', 'diap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'portfolio', 'oiloftrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'print', 'tnirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pursuing', 'gniusrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'quit', 'tiuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'receiving', 'gniviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reference', 'ecnerefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reimbursement', 'tnemesrubmier', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'repay', 'yaper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'resign', 'ngiser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'resignation', 'noitangiser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'retirement', 'tnemeriter', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'severance', 'ecnareves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'sick', 'kcis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'slips', 'spils', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'spending', 'gnidneps', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'stat', 'tats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'submitted', 'dettimbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'supplemental', 'latnemelppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'taking', 'gnikat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'time', 'emit', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'toil', 'liot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'transitioning', 'gninoitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'tuition', 'noitiut', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'unused', 'desunu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'vacation', 'noitacav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'workforce', 'ecrofkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'congratulations', 'snoitalutargnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'department', 'tnemtraped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'expect', 'tcepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'golden', 'nedlog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'human', 'namuh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'notify', 'yfiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'preparing', 'gniraperp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retire', 'eriter', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retiring', 'gniriter', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'soon', 'noos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'beneficiary', 'yraicifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'carrier', 'reirrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'closure', 'erusolc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'consider', 'redisnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'cope', 'epoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'death', 'htaed', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'delicate', 'etaciled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'dependent', 'tnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'eap', 'pae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'employee', 'eeyolpme', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'ends', 'sdne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'human', 'namuh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'information', 'noitamrofni', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'instructions', 'snoitcurtsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'international', 'lanoitanretni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'life', 'efil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'loss', 'ssol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'months', 'shtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'notified', 'deifiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'participation', 'noitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'passed', 'dessap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'resources', 'secruoser', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'sos', 'sos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'steps', 'spets', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'surviving', 'gnivivrus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'things', 'sgniht', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'wish', 'hsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'york', 'kroy', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'captures', 'serutpac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'challenges', 'segnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'choice', 'eciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'collaborative', 'evitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'commit', 'timmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'conducting', 'gnitcudnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'confident', 'tnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'encourage', 'egaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'evp', 'pve', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'expanding', 'gnidnapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'expected', 'detcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'exploring', 'gnirolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'exposed', 'desopxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'finding', 'gnidnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'great', 'taerg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'groups', 'spuorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'impactful', 'luftcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'inclusive', 'evisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'international', 'lanoitanretni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'keeping', 'gnipeek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'key', 'yek', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'lead', 'dael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'makes', 'sekam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'making', 'gnikam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'mark', 'kram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'matter', 'rettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'means', 'snaem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'organizations', 'snoitazinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'paramount', 'tnuomarap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'people', 'elpoep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'pillars', 'srallip', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'place', 'ecalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'playing', 'gniyalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'positive', 'evitisop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'possibilities', 'seitilibissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'projects', 'stcejorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'promise', 'esimorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'proposition', 'noitisoporp', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'responsibility', 'ytilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'sos', 'sos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'surveying', 'gniyevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'talented', 'detnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'value', 'eulav', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'viewing', 'gniweiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'work', 'krow', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'york', 'kroy', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'authentic', 'citnehtua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'awareness', 'ssenerawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'belonging', 'gnignoleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'build', 'dliub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'colleagues', 'seugaelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'connections', 'snoitcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'cultural', 'larutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'encourages', 'segaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'enhance', 'ecnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'focused', 'desucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'group', 'puorg', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'implementing', 'gnitnemelpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'inclusion', 'noisulcni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'involvement', 'tnemevlovni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'irg', 'gri', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'meaningful', 'lufgninaem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'resource', 'ecruoser', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'space', 'ecaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'strategies', 'seigetarts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'supported', 'detroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'trusted', 'detsurt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'welcomed', 'democlew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'agents', 'stnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'change', 'egnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'council', 'licnuoc', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'engagement', 'tnemegagne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'focused', 'desucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'inclusion', 'noisulcni', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'nominated', 'detanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'peers', 'sreep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'positive', 'evitisop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'produce', 'ecudorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'represents', 'stneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'senior', 'roines', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'strategy', 'ygetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 180, '081', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'actionable', 'elbanoitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'adjust', 'tsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'confidential', 'laitnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'consideration', 'noitaredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'cycle', 'elcyc', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'encourage', 'egaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'engagement', 'tnemegagne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'evolve', 'evlove', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'feedback', 'kcabdeef', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'hear', 'raeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'heard', 'draeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'hearing', 'gniraeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'life', 'efil', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'place', 'ecalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'reach', 'hcaer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'real', 'laer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'recruitment', 'tnemtiurcer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'responding', 'gnidnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'responses', 'sesnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'retention', 'noitneter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'reviewed', 'deweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'seven', 'neves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'survey', 'yevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'surveys', 'syevrus', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'voice', 'eciov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'ways', 'syaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'worked', 'dekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 180, '081', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 2022, 2202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 700, '007', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'accomplish', 'hsilpmocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'advanced', 'decnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'aligning', 'gningila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'areas', 'saera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'belonging', 'gnignoleb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'bias', 'saib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'committed', 'dettimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'communities', 'seitinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'continuing', 'gniunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'core', 'eroc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'curriculum', 'mulucirruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'disrupting', 'gnitpursid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'diverse', 'esrevid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'diversity', 'ytisrevid', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'educate', 'etacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'efforts', 'stroffe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'enhancing', 'gnicnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'equity', 'ytiuqe', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'focuses', 'sesucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'impact', 'tcapmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'impactful', 'luftcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'inclusion', 'noisulcni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'inclusive', 'evisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'incorporating', 'gnitaroprocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'integration', 'noitargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'irg', 'gri', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'journey', 'yenruoj', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'launching', 'gnihcnual', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'measuring', 'gnirusaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'onboarding', 'gnidraobno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'organizing', 'gnizinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'philanthropic', 'ciporhtnalihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'positively', 'ylevitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'read', 'daer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'relates', 'setaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'remind', 'dnimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'report', 'troper', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'representation', 'noitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'seven', 'neves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'skill', 'lliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strategies', 'seigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strategy', 'ygetarts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strengthening', 'gninehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'surveys', 'syevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'training', 'gniniart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'volunteer', 'reetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'volunteering', 'gnireetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'vto', 'otv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'workspace', 'ecapskrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'world', 'dlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 1300, '0031', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 161, 161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 1903, 3091, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, '1h0', '0h1', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 2739, 9372, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 403, 304, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 4339, 9334, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 519, 915, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 525, 525, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, '7r9', '9r7', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 867, 768, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'accident', 'tnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'adoption', 'noitpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'benefits', 'stifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'bickford', 'drofkcib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'birth', 'htrib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'box', 'xob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'cfindustries', 'seirtsudnifc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'change', 'egnahc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'cohabitation', 'noitatibahoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'courtright', 'thgirtruoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'courtrighthr', 'rhthgirtruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'coverage', 'egarevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'days', 'syad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'deadline', 'enildaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'department', 'tnemtraped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dependent', 'tnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'divorce', 'ecrovid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'documentation', 'noitatnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'elect', 'tcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'eligibility', 'ytilibigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'enroll', 'llorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'enrollment', 'tnemllorne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'event', 'tneve', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'examples', 'selpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'ext', 'txe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'hat', 'tah', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'industries', 'seirtsudni', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'ineligibility', 'ytilibigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'inside', 'edisni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'legal', 'lagel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'life', 'efil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'line', 'enil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'loses', 'sesol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'makes', 'sekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'marriage', 'egairram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'medicine', 'enicidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'n0n', 'n0n', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'new', 'wen', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'ontario', 'oiratno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'periods', 'sdoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'powered', 'derewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'proud', 'duorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'provinces', 'secnivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'qualifying', 'gniyfilauq', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'rcollin', 'nillocr', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'represent', 'tneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'senior', 'roines', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'spouse', 'esuops', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 't1a', 'a1t', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'uniquely', 'yleuqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'voluntary', 'yratnulov', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'welcome', 'emoclew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'accident', 'tnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'age', 'ega', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'begins', 'snigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'benefits', 'stifeneb', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'casual', 'lausac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'children', 'nerdlihc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'cohabitating', 'gnitatibahoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'company', 'ynapmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'coverage', 'egarevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'custom', 'motsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'date', 'etad', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'days', 'syad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'deadline', 'enildaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'dependent', 'tnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'dependents', 'stnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'disability', 'ytilibasid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'documentation', 'noitatnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'domestic', 'citsemod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'eligibility', 'ytilibigile', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'eligible', 'elbigile', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'employee', 'eeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'employees', 'seeyolpme', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'enroll', 'llorne', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'experience', 'ecneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'fall', 'llaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'graduation', 'noitaudarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'hire', 'erih', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'institution', 'noitutitsni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'intern', 'nretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'legally', 'yllagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'longer', 'regnol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'marital', 'latiram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'minimum', 'muminim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'occurred', 'derrucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'package', 'egakcap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'physical', 'lacisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'post', 'tsop', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'proof', 'foorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'provincial', 'laicnivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'qualifies', 'seifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'qualifying', 'gniyfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'recognized', 'dezingocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'ren', 'ner', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'said', 'dias', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'secondary', 'yradnoces', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'spouse', 'esuops', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'student', 'tneduts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'students', 'stneduts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'summer', 'remmus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'temporary', 'yraropmet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'time', 'emit', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'titles', 'seltit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'unique', 'euqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'unmarried', 'deirramnu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'verify', 'yfirev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'week', 'keew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 2400, '0042', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 405, 504, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 847, 748, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'absence', 'ecnesba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'add', 'dda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adding', 'gnidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'additionally', 'yllanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adjust', 'tsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adoption', 'noitpoda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'affidavit', 'tivadiffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'appropriate', 'etairporppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'automatically', 'yllacitamotua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'begin', 'nigeb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'beneficiary', 'yraicifeneb', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'benefit', 'tifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'benefits', 'stifeneb', 17, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'birth', 'htrib', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'canceled', 'delecnac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'certain', 'niatrec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'certificate', 'etacifitrec', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'challenging', 'gnignellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'change', 'egnahc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'changes', 'segnahc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'commenced', 'decnemmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'consider', 'redisnoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'consistent', 'tnetsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'contact', 'tcatnoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'continue', 'eunitnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cope', 'epoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'counseling', 'gnilesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'coverage', 'egarevoc', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'coverages', 'segarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'days', 'syad', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'death', 'htaed', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependent', 'tnedneped', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependents', 'stnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'designations', 'snoitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'divorced', 'decrovid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'documentation', 'noitatnemucod', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'domestic', 'citsemod', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'drop', 'pord', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eap', 'pae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eligibility', 'ytilibigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employment', 'tnemyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'ended', 'dedne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'event', 'tneve', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'events', 'stneve', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'evidence', 'ecnedive', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'family', 'ylimaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'finalized', 'dezilanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'gain', 'niag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'gains', 'sniag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'generally', 'yllareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'hospital', 'latipsoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'human', 'namuh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'information', 'noitamrofni', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'initiate', 'etaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'insurability', 'ytilibarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'insurance', 'ecnarusni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'leaveâ€‹', 'â€‹evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'letter', 'rettel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'life', 'efil', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'local', 'lacol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'log', 'gol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loses', 'sesol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loss', 'ssol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'make', 'ekam', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'marriage', 'egairram', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'met', 'tem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'notification', 'noitacifiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'occurred', 'derrucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'outlined', 'deniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'paperwork', 'krowrepap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'partner', 'rentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'partnership', 'pihsrentrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'period', 'doirep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'premiums', 'smuimerp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'prepay', 'yaperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'previous', 'suoiverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'proof', 'foorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'provide', 'edivorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'qualifying', 'gniyfilauq', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'recently', 'yltnecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'record', 'drocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'remove', 'evomer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'reporting', 'gnitroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'representative', 'evitatneserper', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'request', 'tseuqer', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'requested', 'detseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'required', 'deriuqer', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'resources', 'secruoser', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'set', 'tes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'signed', 'dengis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'significant', 'tnacifingis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'situations', 'snoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'spouse', 'esuops', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'step', 'pets', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'submit', 'timbus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'support', 'troppus', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'things', 'sgniht', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'tip', 'pit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'type', 'epyt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'update', 'etadpu', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'updated', 'detadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'updating', 'gnitadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'voluntary', 'yratnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'workday', 'yadkrow', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 902, 209, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advantage', 'egatnavda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocacy', 'ycacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocate', 'etacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocates', 'setacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'annual', 'launna', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'area', 'aera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'bcbsil', 'lisbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'clinical', 'lacinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'concierge', 'egreicnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'connect', 'tcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'description', 'noitpircsed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'diagnosis', 'sisongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'documents', 'stnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'funding', 'gnidnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'general', 'lareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'harbor', 'robrah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'help', 'pleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'higher', 'rehgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'hsa', 'ash', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'lower', 'rewol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'medical', 'lacidem', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'monthly', 'ylhtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'notice', 'eciton', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'notices', 'seciton', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'paired', 'deriap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'plan', 'nalp', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pocket', 'tekcop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'ppo', 'opp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'premium', 'muimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'report', 'troper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'required', 'deriuqer', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'retirement', 'tnemeriter', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'safe', 'efas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sar', 'ras', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sbc', 'cbs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'solutions', 'snoitulos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'standard', 'dradnats', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'summary', 'yrammus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 1266, 6621, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 1300, '0031', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 161, 161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '1h0', '0h1', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 202, 202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 226, 622, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 2400, '0042', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 244, 442, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 2739, 9372, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 2777, 7772, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 286, 682, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 292, 292, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 331, 133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 3333808, 8083333, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 361, 163, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 3664, 4663, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 403, 304, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 405, 504, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 4339, 9334, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 4567, 7654, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 465, 564, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 478, 874, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 519, 915, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 525, 525, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 5614, 4165, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 587, 785, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6212, 2126, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6224, 4226, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6333, 3336, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6791, 1976, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 727, 727, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 7557, 7557, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 7635, 5367, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 7766, 6677, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '7r9', '9r7', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 800, '008', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8005232233, 3322325008, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8293, 3928, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 833, 338, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 847, 748, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 866, 668, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 867, 768, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 888, 888, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8943, 3498, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 902, 209, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 952, 259, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'accredo', 'odercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'app', 'ppa', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'benefits', 'stifeneb', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'bickford', 'drofkcib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'box', 'xob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'calling', 'gnillac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'care', 'erac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'center', 'retnec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfcourtright', 'thgirtruocfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfind', 'dnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfindustries', 'seirtsudnifc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfmedicinehat', 'tahenicidemfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'change', 'egnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cigna', 'angic', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'client', 'tneilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'clinic', 'cinilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'com', 'moc', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'contacts', 'stcatnoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'courtright', 'thgirtruoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'department', 'tnemtraped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'dialogue', 'eugolaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'email', 'liame', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'emailing', 'gniliame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'enroll', 'llorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'ext', 'txe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'fax', 'xaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'financial', 'laicnanif', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'gga', 'agg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'google', 'elgoog', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'gro', 'org', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hartford', 'droftrah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hat', 'tah', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hereforyou', 'uoyrofereh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hinge', 'egnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hingehealth', 'htlaehegnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'human', 'namuh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'icon', 'noci', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'life', 'efil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'line', 'enil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'locations', 'snoitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'log', 'gol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'login', 'nigol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'lumino', 'onimul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'manulife', 'efilunam', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'maven', 'nevam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mavenclinic', 'cinilcnevam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'medcorcanada', 'adanacrocdem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'medicine', 'enicidem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'member', 'rebmem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mycigna', 'angicym', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'n0n', 'n0n', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'ontario', 'oiratno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'opinion', 'noinipo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'origin', 'nigiro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'play', 'yalp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'powered', 'derewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'questions', 'snoitseuq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'resources', 'secruoser', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'second', 'dnoces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'specialty', 'ytlaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'store', 'erots', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'sun', 'nus', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'sunlife', 'efilnus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 't1a', 'a1t', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'thehartford', 'droftraheht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'usa', 'asu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'useorigin', 'nigiroesu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'workday', 'yadkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'www', 'www', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'blood', 'doolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'diabetes', 'setebaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'library', 'yrarbil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'mindfulness', 'ssenlufdnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'pressure', 'erusserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'programs', 'smargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'resources', 'secruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'strive', 'evirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'weight', 'thgiew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'wellness', 'ssenllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'limits', 'stimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'managment', 'tnemganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'page', 'egap', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'perscription', 'noitpircsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'pto', 'otp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'table', 'elbat', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'test', 'tset', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 2023, 3202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 2024, 4202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'airline', 'enilria', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'allows', 'swolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'award', 'drawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'awarded', 'dedrawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'being', 'gnieb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'best', 'tseb', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'branded', 'dednarb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'control', 'lortnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'deducted', 'detcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'documentation', 'noitatnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'download', 'daolnwod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'earn', 'nrae', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'employees', 'seeyolpme', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'entry', 'yrtne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'incentive', 'evitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'invites', 'setivni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'luncheon', 'noehcnul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'medical', 'lacidem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'minimal', 'laminim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'nike', 'ekin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'november', 'rebmevon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'offering', 'gnireffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'page', 'egap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'pairs', 'sriap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'participating', 'gnitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'participation', 'noitapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'paycheck', 'kcehcyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'physical', 'lacisyhp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'physician', 'naicisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'platform', 'mroftalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'premium', 'muimerp', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'prizes', 'sezirp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'pullover', 'revollup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'quarter', 'retrauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'rock', 'kcor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'routine', 'enituor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'savings', 'sgnivas', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'spouse', 'esuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'spouses', 'sesuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'star', 'rats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'started', 'detrats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'states', 'setats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'strive', 'evirts', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'submit', 'timbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'taxes', 'sexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'tickets', 'stekcit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'total', 'latot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'united', 'detinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'varies', 'seirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'well', 'llew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'win', 'niw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'zip', 'piz', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 244, 442, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 286, 682, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 5614, 4165, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 6224, 4226, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'accessible', 'elbissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'appropriate', 'etairporppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'automated', 'detamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'cancer', 'recnac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'cards', 'sdrac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'care', 'erac', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'children', 'nerdlihc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'claim', 'mialc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'collecting', 'gnitcelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'concern', 'nrecnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'concerns', 'snrecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'conditions', 'snoitidnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'confirm', 'mrifnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'connected', 'detcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'consent', 'tnesnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'consulted', 'detlusnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'coverage', 'egarevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'deliver', 'reviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'delivers', 'sreviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'dental', 'latned', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'diagnosis', 'sisongaid', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'dialogue', 'eugolaid', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'digital', 'latigid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'easily', 'ylisae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'expert', 'trepxe', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'extend', 'dnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'facing', 'gnicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'family', 'ylimaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'form', 'mrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'health', 'htlaeh', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'helping', 'gnipleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'helps', 'spleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'high', 'hgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'household', 'dlohesuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'immediate', 'etaidemmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'includes', 'sedulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'informed', 'demrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'integrated', 'detargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'issue', 'eussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'law', 'wal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'life', 'efil', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'line', 'enil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'locate', 'etacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'locator', 'rotacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'lumino', 'onimul', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'luminovc', 'cvonimul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'make', 'ekam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'medical', 'lacidem', 23, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'mental', 'latnem', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'mobile', 'elibom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'mycigna', 'angicym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'navigation', 'noitagivan', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'needs', 'sdeen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'network', 'krowten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'obtaining', 'gniniatbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'offers', 'sreffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'oncologist', 'tsigolocno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'online', 'enilno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'opinion', 'noinipo', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'opinions', 'snoinipo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'option', 'noitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'parents', 'stnerap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'physical', 'lacisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'powered', 'derewop', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'provider', 'redivorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'quality', 'ytilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'rate', 'etar', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'recognizes', 'sezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'records', 'sdrocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'second', 'dnoces', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'service', 'ecivres', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'services', 'secivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'sheet', 'teehs', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'speak', 'kaeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'specialist', 'tsilaiceps', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'specialists', 'stsilaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'spouse', 'esuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'started', 'detrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'submit', 'timbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'summary', 'yrammus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'sun', 'nus', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'teladoc', 'codalet', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'treatment', 'tnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'type', 'epyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'use', 'esu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'using', 'gnisu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'virtual', 'lautriv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'web', 'bew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (816, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, '000', '000', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 2024, 4202, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 2025, 5202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 2026, 6202, 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 2027, 7202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 361, 163, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 50621, 12605, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 6212, 2126, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'action', 'noitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'activity', 'ytivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'add', 'dda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'age', 'ega', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'agency', 'ycnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'ages', 'sega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'allocate', 'etacolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'allocated', 'detacolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'annual', 'launna', 15, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'app', 'ppa', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'approaches', 'sehcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'basis', 'sisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'best', 'tseb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'birth', 'htrib', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'button', 'nottub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'carry', 'yrrac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'cash', 'hsac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'certificate', 'etacifitrec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'changes', 'segnahc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'checklist', 'tsilkcehc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'children', 'nerdlihc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'claim', 'mialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'click', 'kcilc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'climb', 'bmilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'combined', 'denibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'competitive', 'evititepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'competitors', 'srotitepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'continuing', 'gniunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'cost', 'tsoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'costs', 'stsoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'coverage', 'egarevoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'coverages', 'segarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'credit', 'tiderc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'credits', 'stiderc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'dec', 'ced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'decide', 'ediced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'dental', 'latned', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'dependent', 'tnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'deposit', 'tisoped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'documentation', 'noitatnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'domestic', 'citsemod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'drop', 'pord', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'earn', 'nrae', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'election', 'noitcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'elections', 'snoitcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'employee', 'eeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'enroll', 'llorne', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'enrollment', 'tnemllorne', 16, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'evaluate', 'etaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'excess', 'ssecxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'flex', 'xelf', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'flexibility', 'ytilibixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'forfeited', 'detiefrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'forward', 'drawrof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'google', 'elgoog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'guide', 'ediug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'health', 'htlaeh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'healthcare', 'erachtlaeh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'healthier', 'reihtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'hsa', 'ash', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'hsas', 'sash', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'inbox', 'xobni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'increase', 'esaercni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'increases', 'sesaercni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'inflation', 'noitalfni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'institution', 'noitutitsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'jan', 'naj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'legally', 'yllagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'lifestyles', 'selytsefil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'make', 'ekam', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'market', 'tekram', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'marriage', 'egairram', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'member', 'rebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'months', 'shtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'nov', 'von', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'november', 'rebmevon', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'number', 'rebmun', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'occurred', 'derrucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'oct', 'tco', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'october', 'rebotco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'ongoing', 'gniogno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'package', 'egakcap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'passive', 'evissap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'past', 'tsap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'personalize', 'ezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'physical', 'lacisyhp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'plan', 'nalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'play', 'yalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'post', 'tsop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'practices', 'secitcarp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'premium', 'muimerp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'price', 'ecirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'promoting', 'gnitomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'purchase', 'esahcrup', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'qualifying', 'gniyfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'rates', 'setar', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'recognized', 'dezingocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'remain', 'niamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'reminder', 'rednimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'result', 'tluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'revenue', 'eunever', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'reviews', 'sweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'rewards', 'sdrawer', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'right', 'thgir', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'save', 'evas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'second', 'dnoces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'secondary', 'yradnoces', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'sharing', 'gnirahs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'shifting', 'gnitfihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'spouse', 'esuops', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'store', 'erots', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'strive', 'evirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'structure', 'erutcurts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'student', 'tneduts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'sunlife', 'efilnus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'tags', 'sgat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'takes', 'sekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'time', 'emit', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'top', 'pot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'total', 'latot', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'trend', 'dnert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'trends', 'sdnert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'unless', 'sselnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'unmarried', 'deirramnu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'unused', 'desunu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'upward', 'drawpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'use', 'esu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'used', 'desu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'website', 'etisbew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'weekly', 'ylkeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'well', 'llew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'workday', 'yadkrow', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'year', 'raey', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'yearly', 'ylraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (832, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'eguide', 'ediuge', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (871, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'assistance', 'ecnatsissa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'compsych', 'hcyspmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'eap', 'pae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'enrolment', 'tnemlorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'guidance', 'ecnadiug', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'guidanceresources', 'secruoserecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'online', 'enilno', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'resources', 'secruoser', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (872, 'using', 'gnisu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'adopt', 'tpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'adoption', 'noitpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'baby', 'ybab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'birth', 'htrib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'form', 'mrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'leave', 'evael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'leaves', 'sevael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'loa', 'aol', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'maternity', 'ytinretam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'newborn', 'nrobwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'parental', 'latnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'paternity', 'ytinretap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'ppl', 'lpp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'request', 'tseuqer', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (873, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'application', 'noitacilppa', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'assistance', 'ecnatsissa', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'career', 'reerac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'degree', 'eerged', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'education', 'noitacude', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'exam', 'maxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (874, 'tuition', 'noitiut', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'benefit', 'tifeneb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'country', 'yrtnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'emergency', 'ycnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'excel', 'lecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'gem', 'meg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'global', 'labolg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'international', 'lanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'management', 'tnemeganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'medi', 'idem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'passport', 'tropssap', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'sos', 'sos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (875, 'travel', 'levart', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 2024, 4202, 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'credits', 'stiderc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'flex', 'xelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'premium', 'muimerp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'premiums', 'smuimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (876, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 2024, 4202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'annual', 'launna', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'checklist', 'tsilkcehc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'enrollment', 'tnemllorne', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (877, 'preparing', 'gniraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 2024, 4202, 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'benefit', 'tifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'offerings', 'sgnireffo', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'pays', 'syap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (878, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'benefits', 'stifeneb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'elections', 'snoitcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'manage', 'eganam', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'sheet', 'teehs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (879, 'tip', 'pit', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'beneficiary', 'yraicifeneb', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'contingent', 'tnegnitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'designate', 'etangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'designation', 'noitangised', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'form', 'mrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'print', 'tnirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'remove', 'evomer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'sun', 'nus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (880, 'trustee', 'eetsurt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'exploring', 'gnirolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'guidance', 'ecnadiug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'online', 'enilno', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'resources', 'secruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (881, 'using', 'gnisu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'accountants', 'stnatnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'certified', 'deifitrec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'compsych', 'hcyspmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'dcpp', 'ppcd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'eap', 'pae', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'estate', 'etatse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'exclusively', 'ylevisulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'financial', 'laicnanif', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'financing', 'gnicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'house', 'esuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'investment', 'tnemtsevni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'loans', 'snaol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'manulife', 'efilunam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'mortgage', 'egagtrom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'planners', 'srennalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'planright', 'thgirnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'professionals', 'slanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'public', 'cilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'resources', 'secruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'staff', 'ffats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (882, 'tax', 'xat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'childcare', 'eracdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'compsych', 'hcyspmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'eap', 'pae', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'finding', 'gnidnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'housing', 'gnisuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'life', 'efil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'major', 'rojam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'pet', 'tep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'project', 'tcejorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'solutions', 'snoitulos', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (883, 'work', 'krow', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'adoption', 'noitpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'attorneys', 'syenrotta', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'bankruptcy', 'yctpurknab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'caring', 'gnirac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'clinicians', 'snaicinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'compsych', 'hcyspmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'credit', 'tiderc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'custody', 'ydotsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'divorce', 'ecrovid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'eap', 'pae', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'estate', 'etatse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'eviction', 'noitcive', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'foreclosure', 'erusolcerof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'guidance', 'ecnadiug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'highly', 'ylhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'immigration', 'noitargimmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'landlord', 'droldnal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'law', 'wal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'legal', 'lagel', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'real', 'laer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'situation', 'noitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'staff', 'ffats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'talk', 'klat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'tenant', 'tnanet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'trained', 'deniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (884, 'wills', 'slliw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'eguide', 'ediuge', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'leaving', 'gnivael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'termination', 'noitanimret', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (885, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'dcpp', 'ppcd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'eguide', 'ediuge', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'guide', 'ediug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'pension', 'noisnep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'planning', 'gninnalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'retiree', 'eeriter', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'rrsp', 'psrr', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (886, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 2025, 5202, 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'eguide', 'ediuge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'enrollment', 'tnemllorne', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'guide', 'ediug', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (916, 'summary', 'yrammus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 2025, 5202, 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'credits', 'stiderc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'deposit', 'tisoped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'flex', 'xelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'opt', 'tpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'premium', 'muimerp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'read', 'daer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (918, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 2025, 5202, 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'checklist', 'tsilkcehc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (920, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (932, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (939, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (939, 'eligible', 'elbigile', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (939, 'expenses', 'sesnepxe', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (939, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (939, 'hsa', 'ash', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (939, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (939, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'group', 'puorg', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'life', 'efil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'sun', 'nus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'premium', 'muimerp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'checklist', 'tsilkcehc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (972, 'asked', 'deksa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (972, 'frequently', 'yltneuqerf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (972, 'lifemark', 'kramefil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (972, 'questions', 'snoitseuq', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, '0834', 4380, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 444, 444, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'answer', 'rewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'biometric', 'cirtemoib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'blood', 'doolb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'body', 'ydob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'book', 'koob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'cfindus', 'sudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'cholesterol', 'loretselohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'clinics', 'scinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'closes', 'sesolc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'code', 'edoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'composition', 'noitisopmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'currently', 'yltnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'emailed', 'deliame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'enter', 'retne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'explain', 'nialpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'fasting', 'gnitsaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'finger', 'regnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'glucose', 'esoculg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'hosting', 'gnitsoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'indicators', 'srotacidni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'invasive', 'evisavni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'knowing', 'gniwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'lifemark', 'kramefil', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'lifemarkworkhealth', 'htlaehkrowkramefil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'locations', 'snoitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'manufacturing', 'gnirutcafunam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'measure', 'erusaem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'minutes', 'setunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'press', 'sserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'pressure', 'erusserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'questions', 'snoitseuq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'reduce', 'ecuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'registration', 'noitartsiger', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'risks', 'sksir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'screening', 'gnineercs', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'screenings', 'sgnineercs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'sense', 'esnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'site', 'etis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'stand', 'dnats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'state', 'etats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'stick', 'kcits', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'test', 'tset', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'tests', 'stset', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'wellness', 'ssenllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'accountability', 'ytilibatnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'boss', 'ssob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'classes', 'sessalc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'cohort', 'trohoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'conflict', 'tcilfnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'course', 'esruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'difficult', 'tluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'emotional', 'lanoitome', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'empowering', 'gnirewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'foundations', 'snoitadnuof', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'intelligence', 'ecnegilletni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'interactive', 'evitcaretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'leader', 'redael', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'leaders', 'sredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'leadership', 'pihsredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'leads', 'sdael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'live', 'evil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'microsoft', 'tfosorcim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'months', 'shtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'participants', 'stnapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'peer', 'reep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'powerful', 'lufrewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'series', 'seires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'situational', 'lanoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'supervisors', 'srosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'team', 'maet', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'teams', 'smaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'title', 'eltit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'tomorrow', 'worromot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'coaching', 'gnihcaoc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'online', 'enilno', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'pharmacy', 'ycamrahp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'online', 'enilno', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'pharmacy', 'ycamrahp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (998, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (998, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (998, 'medical', 'lacidem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (998, 'opinion', 'noinipo', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (998, 'second', 'dnoces', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'application', 'noitacilppa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'education', 'noitacude', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'app', 'ppa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'portal', 'latrop', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1010, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1010, 'isos', 'sosi', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1010, 'leaflet', 'telfael', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1010, 'membership', 'pihsrebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'achievements', 'stnemeveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'acknowledgments', 'stnemgdelwonkca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'anniversaries', 'seirasrevinna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'appreciated', 'detaicerppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'appreciation', 'noitaicerppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'behaviors', 'sroivaheb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'believe', 'eveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'big', 'gib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'birthdays', 'syadhtrib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'built', 'tliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'busy', 'ysub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'button', 'nottub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'celebrate', 'etarbelec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'celebrated', 'detarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'celebrating', 'gnitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'celebration', 'noitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'comes', 'semoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'creative', 'evitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'dedication', 'noitacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'directly', 'yltcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'doing', 'gniod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'effort', 'troffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'encouragement', 'tnemegaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'epic', 'cipe', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'excellence', 'ecnellecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'forward', 'drawrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'going', 'gniog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'hand', 'dnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'helping', 'gnipleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'honors', 'sronoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'improves', 'sevorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'integrity', 'ytirgetni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'light', 'thgil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'make', 'ekam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'marks', 'skram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'milestone', 'enotselim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'milestones', 'senotselim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'moments', 'stnemom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'outcomes', 'semoctuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'payslips', 'spilsyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'perseverance', 'ecnarevesrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'pillars', 'srallip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'points', 'stniop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'possible', 'elbissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'pride', 'edirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'program', 'margorp', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'recognition', 'noitingocer', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'reflects', 'stcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'safety', 'ytefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'seen', 'nees', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'shift', 'tfihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'shining', 'gninihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'small', 'llams', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'solution', 'noitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'strength', 'htgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'success', 'sseccus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'teamwork', 'krowmaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'ways', 'syaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'worklet', 'telkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, '000', '000', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 100, '001', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 361, 163, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 6212, 2126, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'absence', 'ecnesba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'adoption', 'noitpoda', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'advance', 'ecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'agency', 'ycnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'application', 'noitacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'apply', 'ylppa', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'applying', 'gniylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'approved', 'devorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'assistance', 'ecnatsissa', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'aware', 'erawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'base', 'esab', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'based', 'desab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'benefit', 'tifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'benefits', 'stifeneb', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'birth', 'htrib', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'bond', 'dnob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'calculate', 'etaluclac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'chapter', 'retpahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'confidence', 'ecnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'constraints', 'stniartsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'contacting', 'gnitcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'coordination', 'noitanidrooc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'coverage', 'egarevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'determined', 'denimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'difference', 'ecnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'drugs', 'sgurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'duplication', 'noitacilpud', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'eligibility', 'ytilibigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'employee', 'eeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'employment', 'tnemyolpme', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'entitled', 'deltitne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'entitlements', 'stnemeltitne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'expected', 'detcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'family', 'ylimaf', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'fees', 'seef', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'fertility', 'ytilitref', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'form', 'mrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'forming', 'gnimrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'growing', 'gniworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'human', 'namuh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'immediate', 'etaidemmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'industries', 'seirtsudni', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'ineligibility', 'ytilibigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'insurance', 'ecnarusni', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'interested', 'detseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'leave', 'evael', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'legislation', 'noitalsigel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'life', 'efil', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'lifetime', 'emitefil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'loa', 'aol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'local', 'lacol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'looking', 'gnikool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'loop', 'pool', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'maternity', 'ytinretam', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'medications', 'snoitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'member', 'rebmem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'moms', 'smom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'mothers', 'srehtom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'newborn', 'nrobwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'newly', 'ylwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'notice', 'eciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'obtained', 'deniatbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'paid', 'diap', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'parental', 'latnerap', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'parents', 'stnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'pay', 'yap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'periods', 'sdoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'person', 'nosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'placement', 'tnemecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'policy', 'ycilop', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'ppl', 'lpp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'prevent', 'tneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'prior', 'roirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'program', 'margorp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'pursuant', 'tnausrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'range', 'egnar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'regular', 'raluger', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'representative', 'evitatneserper', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'resources', 'secruoser', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'review', 'weiver', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'search', 'hcraes', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'specific', 'cificeps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'spend', 'dneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'standards', 'sdradnats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'statutory', 'yrotutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'submitting', 'gnittimbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'sun', 'nus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'sunlife', 'efilnus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'time', 'emit', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'top', 'pot', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'treatment', 'tnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'treatments', 'stnemtaert', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'view', 'weiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'waiting', 'gnitiaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'week', 'keew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'weeks', 'skeew', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'works', 'skrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 2777, 7772, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 902, 209, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'aches', 'sehca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'appointment', 'tnemtnioppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'avoid', 'diova', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'bcbs', 'sbcb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'better', 'retteb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'cfindustriesca', 'acseirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'chronic', 'cinorhc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'convenient', 'tneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'customized', 'dezimotsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'easily', 'ylisae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'exercise', 'esicrexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'global', 'labolg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'head', 'daeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'health', 'htlaeh', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'hinge', 'egnih', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'hingehealth', 'htlaehegnih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'injuries', 'seirujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'injury', 'yrujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'joint', 'tnioj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'little', 'elttil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'medications', 'snoitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'minutes', 'setunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'muscle', 'elcsum', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'pain', 'niap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'path', 'htap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'patient', 'tneitap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'physical', 'lacisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'prevent', 'tneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'recover', 'revocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'reduce', 'ecuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'solution', 'noitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'starts', 'strats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'strength', 'htgnerts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'support', 'troppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'surgeries', 'seiregrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'therapists', 'stsipareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'therapy', 'ypareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'toe', 'eot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'unnecessary', 'yrassecennu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'coverage', 'egarevoc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'drugs', 'sgurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'fertility', 'ytilitref', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'services', 'secivres', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1032, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1032, 'groguide', 'ediugorg', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1039, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1039, 'application', 'noitacilppa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1039, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1039, 'education', 'noitacude', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1044, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1044, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1044, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1044, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 200, '002', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 300, '003', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 650, '056', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 6699, 9966, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 752, 257, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'activities', 'seitivitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'added', 'dedda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'aren', 'nera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'art', 'tra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'aspects', 'stcepsa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'being', 'gnieb', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'books', 'skoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'cad', 'dac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'challenges', 'segnellahc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'communities', 'seitinummoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'community', 'ytinummoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'completing', 'gnitelpmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'comprised', 'desirpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'contribution', 'noitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'cooking', 'gnikooc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'courses', 'sesruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'dance', 'ecnad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'earn', 'nrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'eat', 'tae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'emotional', 'lanoitome', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'empowers', 'srewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'energized', 'dezigrene', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'equipment', 'tnempiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'espresa', 'aserpse', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'financial', 'laicnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'financially', 'yllaicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'fishing', 'gnihsif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'fit', 'tif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'fitness', 'ssentif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'funds', 'sdnuf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'gear', 'raeg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'giving', 'gnivig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'guidelines', 'senilediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'gym', 'myg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'hiking', 'gnikih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'hinge', 'egnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'increments', 'stnemercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'inspiration', 'noitaripsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'instructions', 'snoitcurtsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'interested', 'detseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'knowledge', 'egdelwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'language', 'egaugnal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'lessons', 'snossel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'lifestyle', 'elytsefil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'list', 'tsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'login', 'nigol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'lsa', 'asl', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'matters', 'srettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'memberships', 'spihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'miss', 'ssim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'motion', 'noitom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'movement', 'tnemevom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'music', 'cisum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'option', 'noitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'origin', 'nigiro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'participating', 'gnitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'passionate', 'etanoissap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'personalize', 'ezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'photography', 'yhpargotohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'physical', 'lacisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'platform', 'mroftalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'preventative', 'evitatneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'promote', 'etomorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'promoting', 'gnitomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'reimburse', 'esrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'reimbursed', 'desrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'reset', 'teser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'screenings', 'sgnineercs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'shared', 'derahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'sneakers', 'srekaens', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'space', 'ecaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'supplies', 'seilppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'support', 'troppus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'tips', 'spit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'traditional', 'lanoitidart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'typically', 'yllacipyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'unique', 'euqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'various', 'suoirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'volunteer', 'reetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'wallet', 'tellaw', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'webinars', 'sranibew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'well', 'llew', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1049, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1058, 'account', 'tnuocca', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1058, 'guidelines', 'senilediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1058, 'lifestyle', 'elytsefil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1058, 'spending', 'gnidneps', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1064, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1064, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_2_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1064, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_relevanssi_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `query` varchar(200) NOT NULL,
  `hits` mediumint(9) NOT NULL DEFAULT 0,
  `time` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `user_id` bigint(20) NOT NULL DEFAULT 0,
  `ip` varchar(40) NOT NULL DEFAULT '',
  `session_id` varchar(32) NOT NULL DEFAULT '',
  `source` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `query` (`query`(190)),
  KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=411 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1, 'employee assistance program', 56, '2024-06-26 21:40:30', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2, 'employee assistance program', 56, '2024-06-26 21:40:32', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3, 'employee assistance program', 56, '2024-06-26 21:40:41', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (4, 'employee assistance program', 56, '2024-06-26 21:40:41', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (5, 'employee assistance program', 56, '2024-06-26 21:40:48', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (6, 'employee assistance program', 56, '2024-06-26 21:40:49', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (7, 'loa', 5, '2024-06-26 21:41:01', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (8, 'loa', 5, '2024-06-26 21:41:03', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (9, 'annual enrollment', 20, '2024-06-26 21:41:14', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (10, 'annual enrollment', 20, '2024-06-26 21:41:15', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (11, 'annual enrollment', 20, '2024-06-26 21:41:20', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (12, 'annual enrollment', 20, '2024-06-26 21:41:21', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (13, '2024 rates', 6, '2024-06-26 21:41:33', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (14, '2024 rates', 6, '2024-06-26 21:41:33', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (15, '2024 rates', 6, '2024-06-26 21:41:41', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (16, '2024 rates', 6, '2024-06-26 21:41:42', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (17, 'tip sheet', 10, '2024-06-26 21:41:52', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (18, 'tip sheet', 10, '2024-06-26 21:41:53', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (19, 'pay', 19, '2024-06-26 21:42:04', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (20, 'pay', 19, '2024-06-26 21:42:06', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (21, 'perks', 4, '2024-06-26 21:42:17', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (22, 'perks', 4, '2024-06-26 21:42:19', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (23, 'hsa', 9, '2024-06-26 21:42:27', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (24, 'hsa', 9, '2024-06-26 21:42:28', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (25, 'overview', 6, '2024-06-26 21:42:40', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (26, 'overview', 6, '2024-06-26 21:42:41', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (27, 'decision guide', 16, '2024-06-26 21:42:52', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (28, 'decision guide', 16, '2024-06-26 21:42:53', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (29, 'benefits', 29, '2024-06-26 21:43:03', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (30, 'benefits', 29, '2024-06-26 21:43:04', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (31, 'paid parental leave', 12, '2024-06-26 21:43:15', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (32, 'paid parental leave', 12, '2024-06-26 21:43:16', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (33, 'life insurance', 32, '2024-06-26 21:43:25', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (34, 'life insurance', 32, '2024-06-26 21:43:26', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (35, 'retirement', 10, '2024-06-26 21:43:38', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (36, 'retirement', 10, '2024-06-26 21:43:38', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (37, 'retirement', 10, '2024-06-26 21:43:44', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (38, 'retirement', 10, '2024-06-26 21:43:44', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (39, 'prescriptions', 1, '2024-06-26 21:43:54', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (40, 'prescriptions', 1, '2024-06-26 21:43:55', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (41, 'pay', 19, '2024-06-26 21:44:03', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (42, 'pay', 19, '2024-06-26 21:44:04', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (43, 'pension', 4, '2024-06-26 21:44:14', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (44, 'pension', 4, '2024-06-26 21:44:15', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (45, 'what happens when i hit my yearly maximum', 6, '2024-06-26 21:44:25', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (46, 'what happens when i hit my yearly maximum', 6, '2024-06-26 21:44:26', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (47, 'benefits', 29, '2024-06-26 21:44:39', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (48, 'benefits', 29, '2024-06-26 21:44:39', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (49, 'perk', 4, '2024-06-26 21:44:49', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (50, 'perk', 4, '2024-06-26 21:44:50', 1, '', '7f86da9602aba54266b801f918e06ce6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (51, 'benefits', 29, '2024-06-26 21:45:01', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (52, 'benefits', 29, '2024-06-26 21:45:02', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (53, 'annual enrollment', 20, '2024-06-26 21:45:12', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (54, 'annual enrollment', 20, '2024-06-26 21:45:13', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (55, 'employee assistance program', 56, '2024-06-26 21:45:24', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (56, 'employee assistance program', 56, '2024-06-26 21:45:24', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (57, 'quit', '0', '2024-06-26 21:45:33', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (58, 'quit', '0', '2024-06-26 21:45:34', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (59, 'resign', '0', '2024-06-26 21:45:46', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (60, 'resign', '0', '2024-06-26 21:45:47', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (61, 'rates', 2, '2024-06-26 21:46:02', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (62, 'rates', 2, '2024-06-26 21:46:03', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (63, 'medical costs', 21, '2024-06-26 21:46:18', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (64, 'medical costs', 21, '2024-06-26 21:46:19', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (67, 'vacation pay', 21, '2024-06-26 21:46:41', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (68, 'vacation pay', 21, '2024-06-26 21:46:42', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (69, 'buy days off?', 10, '2024-06-26 21:46:54', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (70, 'buy days off?', 10, '2024-06-26 21:46:55', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (71, 'do i have cobra?', '0', '2024-06-26 21:47:12', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (72, 'do i have cobra?', '0', '2024-06-26 21:47:13', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (73, 'severance pay', 19, '2024-06-26 21:47:47', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (74, 'severance pay', 19, '2024-06-26 21:47:48', 1, '', '46a9b72080121b107e38ff864ebd1266', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (75, 'severence', '0', '2024-07-02 13:57:31', '0', '', '4f240f94a2eb48c0da5b5e8a5673847b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (76, 'severence', '0', '2024-07-02 13:57:32', '0', '', '4f240f94a2eb48c0da5b5e8a5673847b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (77, 'cobra', '0', '2024-07-02 14:03:18', '0', '', '4f240f94a2eb48c0da5b5e8a5673847b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (78, 'cobra', '0', '2024-07-02 14:03:18', '0', '', '4f240f94a2eb48c0da5b5e8a5673847b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (79, 'breast', '0', '2024-07-02 19:26:40', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (80, 'breast', '0', '2024-07-02 19:26:41', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (81, 'lumpextomy', '0', '2024-07-02 19:26:49', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (82, 'lumpextomy', '0', '2024-07-02 19:26:50', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (83, 'lumpectomy', '0', '2024-07-02 19:26:55', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (84, 'lumpectomy', '0', '2024-07-02 19:26:55', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (85, 'form', 13, '2024-07-02 19:27:01', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (86, 'form', 13, '2024-07-02 19:27:03', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (87, 'prosthesis', '0', '2024-07-02 19:27:15', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (88, 'prosthesis', '0', '2024-07-02 19:27:15', '0', '', '60243906e4a98b94b62fbca36106462a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (89, 'perks', 4, '2024-07-08 20:19:22', '0', '', '111e061d182d55f8f5f38ffe65c1f4de', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (90, 'perks', 4, '2024-07-08 20:19:23', '0', '', '111e061d182d55f8f5f38ffe65c1f4de', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (91, 'summary plan description', 30, '2024-07-11 19:30:23', '0', '', 'ceb6fb5867b72dca8b4ed0f1c8d62a73', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (92, 'summary plan description', 30, '2024-07-11 19:30:25', '0', '', 'ceb6fb5867b72dca8b4ed0f1c8d62a73', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (93, 'summary plan description', 30, '2024-07-11 19:54:35', '0', '', '11f82aec2e88c5a225e20ba45d8f10c9', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (94, 'summary plan description', 30, '2024-07-11 19:54:36', '0', '', '11f82aec2e88c5a225e20ba45d8f10c9', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (95, 'severance', 1, '2024-07-15 19:23:39', '0', '', '02c0fc449f18fda69e3c1b2551c85de8', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (96, 'severance', 1, '2024-07-15 19:23:40', '0', '', '02c0fc449f18fda69e3c1b2551c85de8', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (97, 'boot', '0', '2024-07-15 21:47:15', '0', '', '22c007f357f8b3fa715fd6eb95da68e2', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (98, 'boot', '0', '2024-07-15 21:47:16', '0', '', '22c007f357f8b3fa715fd6eb95da68e2', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (99, 'beneficiary', 5, '2024-07-17 18:16:48', '0', '', '3e184b0ec2c1619b44d952bf4f5df393', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (100, 'beneficiary', 5, '2024-07-17 18:16:50', '0', '', '3e184b0ec2c1619b44d952bf4f5df393', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (101, 'best doctors', 10, '2024-08-20 16:48:33', '0', '', 'dfd9cfa7d77098c72b2daa56a5eb16f7', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (102, 'best doctors', 10, '2024-08-20 16:48:35', '0', '', 'dfd9cfa7d77098c72b2daa56a5eb16f7', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (103, 'hearing aids', 6, '2024-08-21 14:29:18', '0', '', 'ed46428baf84a73a995c89c452f6e09e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (104, 'hearing aids', 6, '2024-08-21 14:29:19', '0', '', 'ed46428baf84a73a995c89c452f6e09e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (105, 'strive', 7, '2024-08-26 19:32:48', '0', '', '0980b8db04568fac1c887c8db035fd19', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (106, 'strive', 7, '2024-08-26 19:32:50', '0', '', '0980b8db04568fac1c887c8db035fd19', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (107, 'adoption', 5, '2024-09-12 13:08:34', '0', '', 'c1219e86d57f8cf8a81fd4124656ac9b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (108, 'adoption', 5, '2024-09-12 13:08:36', '0', '', 'c1219e86d57f8cf8a81fd4124656ac9b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (109, 'vision', 7, '2024-09-12 13:08:50', '0', '', 'c1219e86d57f8cf8a81fd4124656ac9b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (110, 'vision', 7, '2024-09-12 13:08:51', '0', '', 'c1219e86d57f8cf8a81fd4124656ac9b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (111, 'application for education', 8, '2024-09-13 01:39:33', '0', '', 'd9ba82d26899bab5a6c347e51ac2cc7c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (112, 'application for education', 8, '2024-09-13 01:39:34', '0', '', 'd9ba82d26899bab5a6c347e51ac2cc7c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (113, 'pension', 5, '2024-09-23 13:10:39', '0', '', 'e7e72c5959e853a10c53661b3544c331', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (114, 'pension', 5, '2024-09-23 13:10:41', '0', '', 'e7e72c5959e853a10c53661b3544c331', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (115, 'gym discount', 1, '2024-09-26 15:23:46', '0', '', '1a34bb7611813423433ad042f2470c9b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (116, 'gym discount', 1, '2024-09-26 15:23:47', '0', '', '1a34bb7611813423433ad042f2470c9b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (117, 'gym discount', 1, '2024-09-26 15:32:42', '0', '', '01c9dc2060aa9157250d184c66fe4190', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (118, 'gym discount', 1, '2024-09-26 15:32:43', '0', '', '01c9dc2060aa9157250d184c66fe4190', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (119, 'wellness', 4, '2024-09-26 15:32:51', '0', '', '01c9dc2060aa9157250d184c66fe4190', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (120, 'wellness', 4, '2024-09-26 15:32:52', '0', '', '01c9dc2060aa9157250d184c66fe4190', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (121, 'origin', 2, '2024-09-27 14:25:10', '0', '', '0935747f2b1f94a75a9b92ce2d49d1de', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (122, 'origin', 2, '2024-09-27 14:25:11', '0', '', '0935747f2b1f94a75a9b92ce2d49d1de', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (123, 'pension & benefits information', 51, '2024-10-04 13:44:06', '0', '', '34c67bfc9d578692ab6cfaf8761122d0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (124, 'pension & benefits information', 51, '2024-10-04 13:44:08', '0', '', '34c67bfc9d578692ab6cfaf8761122d0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (125, 'pension & benefits information', 51, '2024-10-04 13:44:18', '0', '', '34c67bfc9d578692ab6cfaf8761122d0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (126, 'pension & benefits information', 51, '2024-10-04 13:44:19', '0', '', '34c67bfc9d578692ab6cfaf8761122d0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (127, 'careers', 10, '2024-10-07 20:17:11', '0', '', 'd04c6a97019b0e08cb66230015322c06', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (128, 'careers', 10, '2024-10-07 20:17:12', '0', '', 'd04c6a97019b0e08cb66230015322c06', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (129, 'origins', '0', '2024-10-18 16:38:20', '0', '', '856d6bb66e210751e3fd912800650b1d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (130, 'origins', '0', '2024-10-18 16:38:21', '0', '', '856d6bb66e210751e3fd912800650b1d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (131, 'ayco', 1, '2024-10-30 19:12:30', '0', '', '507bed52379523c6a085a2a361353af9', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (132, 'ayco', 1, '2024-10-30 19:12:32', '0', '', '507bed52379523c6a085a2a361353af9', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (133, 'manulife', 4, '2024-11-19 17:49:56', '0', '', 'd5c2e69c57874556b6d2373bd7083090', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (134, 'manulife', 4, '2024-11-19 17:49:58', '0', '', 'd5c2e69c57874556b6d2373bd7083090', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (135, 'spousal', 1, '2024-11-20 21:06:58', '0', '', 'e31477035da4e3d9f79a978834c7e097', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (136, 'spousal', 1, '2024-11-20 21:06:59', '0', '', 'e31477035da4e3d9f79a978834c7e097', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (137, 'leave of absence', 8, '2024-11-26 01:07:43', '0', '', '3c23f72e3a810a3f72ac34097e4937aa', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (138, 'leave of absence', 8, '2024-11-26 01:07:45', '0', '', '3c23f72e3a810a3f72ac34097e4937aa', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (139, 'sick', 2, '2024-11-26 01:10:03', '0', '', '3c23f72e3a810a3f72ac34097e4937aa', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (140, 'sick', 2, '2024-11-26 01:10:04', '0', '', '3c23f72e3a810a3f72ac34097e4937aa', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (141, 'adoption', 6, '2024-12-05 19:19:45', '0', '', 'd43080ab9dba9065a32aeca1d0e4eea0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (142, 'adoption', 6, '2024-12-05 19:19:47', '0', '', 'd43080ab9dba9065a32aeca1d0e4eea0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (143, 'annual enrollment', 24, '2024-12-18 17:55:37', '0', '', '760dfdd0c3a756674b6b1b4e146c6d97', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (144, 'annual enrollment', 24, '2024-12-18 17:55:39', '0', '', '760dfdd0c3a756674b6b1b4e146c6d97', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (145, 'fsa', 7, '2024-12-25 21:25:31', '0', '', '7049b54a307515d79acf75a1655e1d11', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (146, 'fsa', 7, '2024-12-25 21:25:32', '0', '', '7049b54a307515d79acf75a1655e1d11', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (147, 'origin', 2, '2025-01-06 15:50:43', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (148, 'origin', 2, '2025-01-06 15:50:44', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (149, 'referral', 3, '2025-01-06 20:29:36', '0', '', '38653ca9e4d7ae4ddd8b55d2652d1376', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (150, 'referral', 3, '2025-01-06 20:29:37', '0', '', '38653ca9e4d7ae4ddd8b55d2652d1376', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (151, 'strive', 7, '2025-01-08 19:09:56', '0', '', 'f52ddeeeb98625ae2333976ce8ed2477', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (152, 'strive', 7, '2025-01-08 19:09:57', '0', '', 'f52ddeeeb98625ae2333976ce8ed2477', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (153, 'park 2 go', 1, '2025-01-13 14:37:16', '0', '', 'f7accf1ba94a304296ac0cb1f89b8b1b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (154, 'park 2 go', 1, '2025-01-13 14:37:19', '0', '', 'f7accf1ba94a304296ac0cb1f89b8b1b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (155, 'car rental', 35, '2025-01-14 13:47:21', '0', '', '21e3f1f07960bba5ed71a21824335578', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (156, 'car rental', 35, '2025-01-14 13:47:22', '0', '', '21e3f1f07960bba5ed71a21824335578', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (157, 'fsa', 7, '2025-01-16 23:14:31', '0', '', '1a9bc5c0f8e81c1d22a744c11d5e6e2d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (158, 'fsa', 7, '2025-01-16 23:14:33', '0', '', '1a9bc5c0f8e81c1d22a744c11d5e6e2d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (159, 'union benefits', 32, '2025-01-17 18:02:51', '0', '', 'b8f1179385008a0dbf97e5769e2eafa7', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (160, 'union benefits', 32, '2025-01-17 18:02:52', '0', '', 'b8f1179385008a0dbf97e5769e2eafa7', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (161, 'blue ocean', 10, '2025-01-20 19:35:16', '0', '', '560cab89455d16169e266a7236ed2384', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (162, 'blue ocean', 10, '2025-01-20 19:35:17', '0', '', '560cab89455d16169e266a7236ed2384', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (163, 'volunteer', 2, '2025-01-30 20:35:42', '0', '', '14b6955f9b496abc672fa587453bdccb', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (164, 'volunteer', 2, '2025-01-30 20:35:43', '0', '', '14b6955f9b496abc672fa587453bdccb', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (165, 'adoption', 6, '2025-02-03 20:54:57', '0', '', '95f9c33aca7e847f93f97e3b066a09b1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (166, 'adoption', 6, '2025-02-03 20:54:59', '0', '', '95f9c33aca7e847f93f97e3b066a09b1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (167, 'proactive md', 3, '2025-02-04 14:52:23', '0', '', '03476fa184518c287cd9b0572d17b22b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (168, 'proactive md', 3, '2025-02-04 14:52:24', '0', '', '03476fa184518c287cd9b0572d17b22b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (169, 'park 2 go', 1, '2025-02-07 21:34:49', '0', '', '66664c1f478f659ab7845cd382c468bb', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (170, 'park 2 go', 1, '2025-02-07 21:34:51', '0', '', '66664c1f478f659ab7845cd382c468bb', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (171, 'diabetes', 2, '2025-02-10 19:04:21', '0', '', 'e3d775447e4f4955d0def2fecddb16a1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (172, 'diabetes', 2, '2025-02-10 19:04:22', '0', '', 'e3d775447e4f4955d0def2fecddb16a1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (173, 'legal help', 35, '2025-02-10 19:05:31', '0', '', 'd0fdd576fe984fd240a5b112e2a4622c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (174, 'legal help', 35, '2025-02-10 19:05:32', '0', '', 'd0fdd576fe984fd240a5b112e2a4622c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (175, 'origin', 2, '2025-02-18 16:07:04', '0', '', 'd1b01fb63ca95154505b05dde1e18f27', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (176, 'origin', 2, '2025-02-18 16:07:05', '0', '', 'd1b01fb63ca95154505b05dde1e18f27', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (177, 'budget', '0', '2025-02-18 16:17:36', '0', '', 'e6d9bd313f642dd2469a108108b9d857', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (178, 'budget', '0', '2025-02-18 16:17:37', '0', '', 'e6d9bd313f642dd2469a108108b9d857', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (179, 'create a budget', 7, '2025-02-20 14:35:58', '0', '', '178a8b374009bebaedfd0d2e7f0b8c77', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (180, 'create a budget', 7, '2025-02-20 14:36:00', '0', '', '178a8b374009bebaedfd0d2e7f0b8c77', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (181, 'legal matters', 6, '2025-02-25 21:02:05', '0', '', '8def0cd41b9b9146227a0494c6e3c0f3', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (182, 'legal matters', 6, '2025-02-25 21:02:07', '0', '', '8def0cd41b9b9146227a0494c6e3c0f3', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (183, '401k summary plan description', 31, '2025-02-25 22:11:07', '0', '', '85adba675151e0f8d358651967993933', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (184, '401k summary plan description', 31, '2025-02-25 22:11:08', '0', '', '85adba675151e0f8d358651967993933', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (185, 'strive', 7, '2025-02-26 16:25:12', '0', '', '26c6def4a8c64010a520a5fe8d0f2b8e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (186, 'strive', 7, '2025-02-26 16:25:14', '0', '', '26c6def4a8c64010a520a5fe8d0f2b8e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (187, 'sbd', '0', '2025-03-04 17:03:10', '0', '', 'f27b898ec9a69df60d7869ae0d1f2c62', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (188, 'sbd', '0', '2025-03-04 17:03:11', '0', '', 'f27b898ec9a69df60d7869ae0d1f2c62', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (189, 'deferred comp', 42, '2025-03-04 17:03:28', '0', '', 'f27b898ec9a69df60d7869ae0d1f2c62', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (190, 'deferred comp', 42, '2025-03-04 17:03:29', '0', '', 'f27b898ec9a69df60d7869ae0d1f2c62', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (191, 'life event', 30, '2025-03-04 19:16:53', '0', '', '5c47c9df7407aecec82821e64337ff2e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (192, 'life event', 30, '2025-03-04 19:16:54', '0', '', '5c47c9df7407aecec82821e64337ff2e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (193, 'life change event', 38, '2025-03-04 23:10:40', '0', '', '75c4d57aa0bc819d83d8129eff99bf34', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (194, 'life change event', 38, '2025-03-04 23:10:41', '0', '', '75c4d57aa0bc819d83d8129eff99bf34', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (195, 'sunlife', 10, '2025-03-06 18:09:26', '0', '', '263055a63d8cb844f6434288c2a8aab0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (196, 'sunlife', 10, '2025-03-06 18:09:28', '0', '', '263055a63d8cb844f6434288c2a8aab0', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (197, 'cism', '0', '2025-03-24 19:14:49', '0', '', 'bf5496c540f58fbdf5ba6e1d2e0865d1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (198, 'cism', '0', '2025-03-24 19:14:50', '0', '', 'bf5496c540f58fbdf5ba6e1d2e0865d1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (199, 'summary plan description', 31, '2025-03-27 18:33:16', '0', '', '84ce5b359198fdf16a6770c067ac9285', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (200, 'summary plan description', 31, '2025-03-27 18:33:17', '0', '', '84ce5b359198fdf16a6770c067ac9285', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (201, 'adoption', 6, '2025-04-10 17:40:09', '0', '', 'aecf637e7a4077e623df76649a9a92c8', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (202, 'adoption', 6, '2025-04-10 17:40:10', '0', '', 'aecf637e7a4077e623df76649a9a92c8', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (203, 'pts', 1, '2025-04-15 13:07:33', '0', '', 'bb5ebb89f636e67e6d30c33a8fbf63a6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (204, 'pts', 1, '2025-04-15 13:07:34', '0', '', 'bb5ebb89f636e67e6d30c33a8fbf63a6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (205, 'pto', 1, '2025-04-15 13:07:45', '0', '', 'bb5ebb89f636e67e6d30c33a8fbf63a6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (206, 'pto', 1, '2025-04-15 13:07:45', '0', '', 'bb5ebb89f636e67e6d30c33a8fbf63a6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (207, 'discount', 1, '2025-04-24 15:36:54', '0', '', '44af9f6891322fd33ba241dd205057ce', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (208, 'discount', 1, '2025-04-24 15:36:56', '0', '', '44af9f6891322fd33ba241dd205057ce', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (209, 'sunlife', 10, '2025-04-28 21:18:56', '0', '', '5a561e2816f78f82718a2fd7e6046783', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (210, 'sunlife', 10, '2025-04-28 21:18:57', '0', '', '5a561e2816f78f82718a2fd7e6046783', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (211, 'corporate discounts', 5, '2025-05-10 10:37:26', '0', '', '6743e51aceaa07a6d4b939bbd620f388', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (212, 'corporate discounts', 5, '2025-05-10 10:37:27', '0', '', '6743e51aceaa07a6d4b939bbd620f388', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (213, 'assistance', 13, '2025-05-16 15:22:43', '0', '', '946d5ea9425f5b215b4325276f3b958a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (214, 'assistance', 13, '2025-05-16 15:22:44', '0', '', '946d5ea9425f5b215b4325276f3b958a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (215, 'colour', '0', '2025-05-29 13:51:49', '0', '', 'eaa052310fb93c2913e8f1c4a5a52758', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (216, 'colour', '0', '2025-05-29 13:51:49', '0', '', 'eaa052310fb93c2913e8f1c4a5a52758', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (217, 'color', 1, '2025-05-29 14:19:50', '0', '', '6b6e23c199544e36f2364c8f7163ec7f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (218, 'color', 1, '2025-05-29 14:19:51', '0', '', '6b6e23c199544e36f2364c8f7163ec7f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (219, 'health spending account', 36, '2025-05-30 19:01:12', '0', '', 'b034cb1b15ac9c6471634c771cd2532a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (220, 'health spending account', 36, '2025-05-30 19:01:13', '0', '', 'b034cb1b15ac9c6471634c771cd2532a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (221, 'health spending account', 36, '2025-06-02 16:49:34', '0', '', 'de91e224e12abf626ca13366b4182e40', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (222, 'health spending account', 36, '2025-06-02 16:49:35', '0', '', 'de91e224e12abf626ca13366b4182e40', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (223, 'medcore', '0', '2025-06-02 18:04:35', '0', '', 'e36d0e34ca060e3d63eca7f7094001fe', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (224, 'medcore', '0', '2025-06-02 18:04:35', '0', '', 'e36d0e34ca060e3d63eca7f7094001fe', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (225, 'dario', 3, '2025-06-02 19:07:40', '0', '', '587d38b8d342b62a5249394fcfa95ff7', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (226, 'dario', 3, '2025-06-02 19:07:41', '0', '', '587d38b8d342b62a5249394fcfa95ff7', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (227, 'dario', 3, '2025-06-03 15:28:39', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (228, 'dario', 3, '2025-06-03 15:28:40', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (229, 'eap', 8, '2025-06-03 15:29:25', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (230, 'eap', 8, '2025-06-03 15:29:26', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (231, 'sos', 4, '2025-06-03 15:31:51', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (232, 'sos', 4, '2025-06-03 15:31:52', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (233, 'teledoc', '0', '2025-06-03 15:32:58', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (234, 'teledoc', '0', '2025-06-03 15:32:58', '0', '', '7c89f7a67e942b100aec09414623a0ea', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (235, 'lifemark', '0', '2025-06-03 15:37:36', '0', '', '16c6cb565216834f54dd73f19e361e05', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (236, 'lifemark', '0', '2025-06-03 15:37:37', '0', '', '16c6cb565216834f54dd73f19e361e05', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (237, 'perkspot', 4, '2025-06-03 15:40:37', '0', '', '16c6cb565216834f54dd73f19e361e05', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (238, 'perkspot', 4, '2025-06-03 15:40:38', '0', '', '16c6cb565216834f54dd73f19e361e05', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (239, 'referral', 3, '2025-06-03 16:19:25', '0', '', 'd0700b57c61d84d47aa734415fe2a01d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (240, 'referral', 3, '2025-06-03 16:19:26', '0', '', 'd0700b57c61d84d47aa734415fe2a01d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (241, 'origin', 2, '2025-06-03 16:20:13', '0', '', 'd0700b57c61d84d47aa734415fe2a01d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (242, 'origin', 2, '2025-06-03 16:20:14', '0', '', 'd0700b57c61d84d47aa734415fe2a01d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (243, 'bereavement', 1, '2025-06-03 16:25:23', '0', '', '685dd99457dd7b5375d2bf64434009ad', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (244, 'bereavement', 1, '2025-06-03 16:25:24', '0', '', '685dd99457dd7b5375d2bf64434009ad', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (245, 'jury', '0', '2025-06-03 17:16:20', '0', '', 'ead09644d7ce8268774c6581486ffa60', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (246, 'jury', '0', '2025-06-03 17:16:20', '0', '', 'ead09644d7ce8268774c6581486ffa60', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (247, 'maternity', 3, '2025-06-03 17:21:03', '0', '', 'ead09644d7ce8268774c6581486ffa60', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (248, 'maternity', 3, '2025-06-03 17:21:03', '0', '', 'ead09644d7ce8268774c6581486ffa60', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (249, 'military leave', 8, '2025-06-03 17:35:02', '0', '', '847389476ad532aeb36ca114dcb47736', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (250, 'military leave', 8, '2025-06-03 17:35:03', '0', '', '847389476ad532aeb36ca114dcb47736', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (251, 'military', '0', '2025-06-03 17:35:14', '0', '', '847389476ad532aeb36ca114dcb47736', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (252, 'military', '0', '2025-06-03 17:35:14', '0', '', '847389476ad532aeb36ca114dcb47736', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (253, 'gift', 3, '2025-06-03 17:48:47', '0', '', 'f0f361089d6e632808be5d2f40f7b5cd', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (254, 'gift', 3, '2025-06-03 17:48:48', '0', '', 'f0f361089d6e632808be5d2f40f7b5cd', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (255, 'adoption', 6, '2025-06-03 17:49:29', '0', '', 'f0f361089d6e632808be5d2f40f7b5cd', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (256, 'adoption', 6, '2025-06-03 17:49:30', '0', '', 'f0f361089d6e632808be5d2f40f7b5cd', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (257, 'education assistance', 17, '2025-06-03 20:06:16', '0', '', 'da01d29fdf8d5b5f372db7dced65ca78', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (258, 'education assistance', 17, '2025-06-03 20:06:16', '0', '', 'da01d29fdf8d5b5f372db7dced65ca78', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (259, 'psru', '0', '2025-06-10 14:18:33', '0', '', '9fd9555a883443a8c37ab7181b47d466', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (260, 'psru', '0', '2025-06-10 14:18:33', '0', '', '9fd9555a883443a8c37ab7181b47d466', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (261, 'prsu', '0', '2025-06-10 14:18:51', '0', '', '9fd9555a883443a8c37ab7181b47d466', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (262, 'prsu', '0', '2025-06-10 14:18:52', '0', '', '9fd9555a883443a8c37ab7181b47d466', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (263, 'performance restricted share unit', 12, '2025-06-10 14:19:03', '0', '', '9fd9555a883443a8c37ab7181b47d466', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (264, 'performance restricted share unit', 12, '2025-06-10 14:19:04', '0', '', '9fd9555a883443a8c37ab7181b47d466', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (265, 'adoption', 6, '2025-06-11 17:54:43', '0', '', '031c802198b0f6d5aadf96fcc7928b3e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (266, 'adoption', 6, '2025-06-11 17:54:44', '0', '', '031c802198b0f6d5aadf96fcc7928b3e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (267, 'retiree', 1, '2025-06-17 17:43:50', '0', '', 'bbac65d579c477671fd5c5e7565ea8bd', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (268, 'retiree', 1, '2025-06-17 17:43:51', '0', '', 'bbac65d579c477671fd5c5e7565ea8bd', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (269, 'workday', 8, '2025-06-18 15:53:29', '0', '', 'f09c9387579398bee0c5163ecd4d2ac4', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (270, 'workday', 8, '2025-06-18 15:53:30', '0', '', 'f09c9387579398bee0c5163ecd4d2ac4', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (273, 'car rental', 34, '2025-06-24 21:54:08', '0', '', '46bef049a10fe4e0bfc81b692c0945bc', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (274, 'car rental', 34, '2025-06-24 21:54:08', '0', '', '46bef049a10fe4e0bfc81b692c0945bc', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (275, 'relocation', '0', '2025-06-30 15:09:28', '0', '', '869fe5324ea5dafe7b21bdd27f3b1a0e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (276, 'relocation', '0', '2025-06-30 15:09:28', '0', '', '869fe5324ea5dafe7b21bdd27f3b1a0e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (277, 'moving', '0', '2025-06-30 15:10:24', '0', '', '869fe5324ea5dafe7b21bdd27f3b1a0e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (278, 'moving', '0', '2025-06-30 15:10:25', '0', '', '869fe5324ea5dafe7b21bdd27f3b1a0e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (279, 'pharmacy', 2, '2025-06-30 19:25:05', '0', '', 'f64d8324390ba513aac3100e3eb6d680', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (280, 'pharmacy', 2, '2025-06-30 19:25:06', '0', '', 'f64d8324390ba513aac3100e3eb6d680', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (281, 'perkspot', 4, '2025-06-30 21:55:32', '0', '', '2683ebcd72743fc1941630883a728602', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (282, 'perkspot', 4, '2025-06-30 21:55:33', '0', '', '2683ebcd72743fc1941630883a728602', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (283, 'perk spot', 4, '2025-07-01 13:23:00', '0', '', '4da777abc8e8bcb0cef80c7aecfbd87c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (284, 'perk spot', 4, '2025-07-01 13:23:01', '0', '', '4da777abc8e8bcb0cef80c7aecfbd87c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (285, 'teladoc', 2, '2025-07-10 13:21:16', '0', '', '3fac6154d3d9faf996cb24402b263313', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (286, 'teladoc', 2, '2025-07-10 13:21:17', '0', '', '3fac6154d3d9faf996cb24402b263313', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (287, 'expecting', '0', '2025-07-16 16:57:28', '0', '', '8c82e599544984eda0202f97b42e8a32', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (288, 'expecting', '0', '2025-07-16 16:57:29', '0', '', '8c82e599544984eda0202f97b42e8a32', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (289, 'baby', 1, '2025-07-16 17:12:28', '0', '', '462e526df849a8c110cea28d5cd18a9c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (290, 'baby', 1, '2025-07-16 17:12:29', '0', '', '462e526df849a8c110cea28d5cd18a9c', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (291, 'teladoc', 2, '2025-07-17 18:47:40', '0', '', '574f234860e398a807050ac04b20baa6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (292, 'teladoc', 2, '2025-07-17 18:47:41', '0', '', '574f234860e398a807050ac04b20baa6', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (293, 'teledoc', '0', '2025-07-17 19:01:57', '0', '', '52df8b5750e1e60b062d0d93a4a44811', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (294, 'teledoc', '0', '2025-07-17 19:01:58', '0', '', '52df8b5750e1e60b062d0d93a4a44811', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (295, 'omnia', '0', '2025-07-20 23:50:08', '0', '', '552280c8245a6e656b7f904adb127462', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (296, 'omnia', '0', '2025-07-20 23:50:09', '0', '', '552280c8245a6e656b7f904adb127462', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (297, 'vto', 2, '2025-07-22 14:49:14', '0', '', 'd931a7a29effcacee48ae16d0d32706b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (298, 'vto', 2, '2025-07-22 14:49:15', '0', '', 'd931a7a29effcacee48ae16d0d32706b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (299, 'fmla', '0', '2025-07-24 18:08:54', '0', '', 'e12dd187160426b1d28ad05d1d0f6aca', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (300, 'fmla', '0', '2025-07-24 18:08:54', '0', '', 'e12dd187160426b1d28ad05d1d0f6aca', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (301, 'family medical leave act', 48, '2025-07-24 18:09:18', '0', '', 'e12dd187160426b1d28ad05d1d0f6aca', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (302, 'family medical leave act', 48, '2025-07-24 18:09:19', '0', '', 'e12dd187160426b1d28ad05d1d0f6aca', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (307, 'stat bank', 13, '2025-07-25 01:10:49', '0', '', 'bbb281159c8007ce7b01b4db7357a5bd', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (308, 'stat bank', 13, '2025-07-25 01:10:50', '0', '', 'bbb281159c8007ce7b01b4db7357a5bd', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (309, 'retirement program', 36, '2025-07-26 20:22:48', '0', '', '6ccc76063ded9fe27c2c9cb5ff28cbd5', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (310, 'retirement program', 36, '2025-07-26 20:22:49', '0', '', '6ccc76063ded9fe27c2c9cb5ff28cbd5', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (311, 'annual', 21, '2025-08-20 15:46:22', '0', '', '279e806b5005f1f2ec0bf32cdbbf02f2', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (312, 'annual', 21, '2025-08-20 15:46:23', '0', '', '279e806b5005f1f2ec0bf32cdbbf02f2', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (313, 'annual enrollment', 24, '2025-09-05 18:47:50', '0', '', '5940f9f168b2ed3e4fd7dd108ffd1f4f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (314, 'annual enrollment', 24, '2025-09-05 18:47:51', '0', '', '5940f9f168b2ed3e4fd7dd108ffd1f4f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (315, 'annual enrollment', 24, '2025-09-11 14:24:54', '0', '', '481407ec62204b8ee56e8d1390661989', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (316, 'annual enrollment', 24, '2025-09-11 14:24:54', '0', '', '481407ec62204b8ee56e8d1390661989', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (317, 'short shift', 9, '2025-09-19 15:24:22', '0', '', 'f378cbc51bb2d533bb42015edf74553e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (318, 'short shift', 9, '2025-09-19 15:24:23', '0', '', 'f378cbc51bb2d533bb42015edf74553e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (319, 'dialogue', '0', '2025-09-22 16:23:45', '0', '', 'ac80d503ef59eb90bd092ecf659fe558', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (320, 'dialogue', '0', '2025-09-22 16:23:46', '0', '', 'ac80d503ef59eb90bd092ecf659fe558', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (321, 'annual enrollment', 24, '2025-09-25 16:35:20', '0', '', '9bab8c6ce87ce03953f960065903da0a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (322, 'annual enrollment', 24, '2025-09-25 16:35:21', '0', '', '9bab8c6ce87ce03953f960065903da0a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (323, 'cism', '0', '2025-09-29 19:21:08', '0', '', '7b306595a3735e8b96b1b6b95dad459d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (324, 'cism', '0', '2025-09-29 19:21:09', '0', '', '7b306595a3735e8b96b1b6b95dad459d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (325, 'lifemark', '0', '2025-09-29 19:21:16', '0', '', '7b306595a3735e8b96b1b6b95dad459d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (326, 'lifemark', '0', '2025-09-29 19:21:17', '0', '', '7b306595a3735e8b96b1b6b95dad459d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (327, 'boot', '0', '2025-10-07 15:18:14', '0', '', '49cc27091637e8306e6e9570b433e596', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (328, 'boot', '0', '2025-10-07 15:18:14', '0', '', '49cc27091637e8306e6e9570b433e596', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (329, 'stipend', 1, '2025-10-07 15:20:55', '0', '', '49cc27091637e8306e6e9570b433e596', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (330, 'stipend', 1, '2025-10-07 15:20:56', '0', '', '49cc27091637e8306e6e9570b433e596', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (331, 'aig', '0', '2025-10-07 20:25:59', '0', '', 'a43202dd95b0f67b80ad56dfb6e0269b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (332, 'aig', '0', '2025-10-07 20:26:00', '0', '', 'a43202dd95b0f67b80ad56dfb6e0269b', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (333, '2026 open enrollment', 19, '2025-10-15 17:20:20', '0', '', 'e5454cfa72343b19a63c081368a1e9a2', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (334, '2026 open enrollment', 19, '2025-10-15 17:20:21', '0', '', 'e5454cfa72343b19a63c081368a1e9a2', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (335, 'life event', 30, '2025-10-29 19:49:47', '0', '', '5d3c0addbf6f26c4f82fa0727c67bb03', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (336, 'life event', 30, '2025-10-29 19:49:48', '0', '', '5d3c0addbf6f26c4f82fa0727c67bb03', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (337, 'voluntary life', 30, '2025-10-31 15:22:07', '0', '', '8fc82fa80c2b5d4932d27bd51281eb06', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (338, 'voluntary life', 30, '2025-10-31 15:22:08', '0', '', '8fc82fa80c2b5d4932d27bd51281eb06', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (339, 'strive', 7, '2025-11-18 13:39:30', '0', '', '63bfbdd75c5ea67ce92c98042be0876d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (340, 'strive', 7, '2025-11-18 13:39:31', '0', '', '63bfbdd75c5ea67ce92c98042be0876d', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (341, 2024, 7, '2025-11-25 20:11:56', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (342, 2024, 7, '2025-11-25 20:11:57', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (343, 2024, 7, '2025-11-25 23:03:12', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (344, 2024, 7, '2025-11-25 23:03:13', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (345, 2024, 7, '2025-12-04 19:18:08', '0', '', 'cc21cecd953535117762f16ff180b407', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (346, 2024, 7, '2025-12-04 19:18:09', '0', '', 'cc21cecd953535117762f16ff180b407', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (347, 'workday', 8, '2025-12-05 20:38:50', '0', '', 'a53ca591ef33ff484616c3379210d21f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (348, 'workday', 8, '2025-12-05 20:38:51', '0', '', 'a53ca591ef33ff484616c3379210d21f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (349, 'vto', 2, '2025-12-08 16:22:31', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (350, 'vto', 2, '2025-12-08 16:22:31', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (351, 'maven', '0', '2025-12-08 16:28:23', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (352, 'maven', '0', '2025-12-08 16:28:23', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (353, 'ciba', '0', '2025-12-08 16:43:12', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (354, 'ciba', '0', '2025-12-08 16:43:12', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (355, 'hinge', '0', '2025-12-08 16:43:45', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (356, 'hinge', '0', '2025-12-08 16:43:45', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (359, 'proactive md', 2, '2025-12-08 16:52:15', '0', '', 'bb46b9e381fb2a078b3058c394b7ee51', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (360, 'proactive md', 2, '2025-12-08 16:52:15', '0', '', 'bb46b9e381fb2a078b3058c394b7ee51', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (361, 'livewell', '0', '2025-12-08 17:02:19', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (362, 'livewell', '0', '2025-12-08 17:02:20', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (363, 'lsa', '0', '2025-12-08 17:02:55', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (364, 'lsa', '0', '2025-12-08 17:02:56', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (365, '\"student loan\"', '0', '2025-12-08 17:17:20', '0', '', 'f4a9c1a5e3f0fcf2483244d2a7d1d1e3', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (366, '\"student loan\"', '0', '2025-12-08 17:17:21', '0', '', 'f4a9c1a5e3f0fcf2483244d2a7d1d1e3', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (367, 'private duty nursing', 2, '2025-12-08 18:50:09', '0', '', 'ac0ac94ebb50bc13bc6504dd7f74dc3f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (368, 'private duty nursing', 2, '2025-12-08 18:50:10', '0', '', 'ac0ac94ebb50bc13bc6504dd7f74dc3f', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (369, 'compassionate leave', 8, '2025-12-10 13:45:24', '0', '', '9e18720ae818101fd3b7d20805cc0cf9', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (370, 'compassionate leave', 8, '2025-12-10 13:45:25', '0', '', '9e18720ae818101fd3b7d20805cc0cf9', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (371, 'eap', 8, '2025-12-11 20:38:15', '0', '', 'ddabd4ee9cd9a15116efa5508a95fc60', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (372, 'eap', 8, '2025-12-11 20:38:16', '0', '', 'ddabd4ee9cd9a15116efa5508a95fc60', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (373, 'sunlife', 10, '2025-12-12 15:05:53', '0', '', '81eb3767e2b35a378820896db567c2b1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (374, 'sunlife', 10, '2025-12-12 15:05:53', '0', '', '81eb3767e2b35a378820896db567c2b1', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (375, 'annual enrollment', 26, '2025-12-16 18:17:56', '0', '', '331d1da85678147d7f3c85f85793f0e3', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (376, 'annual enrollment', 26, '2025-12-16 18:17:57', '0', '', '331d1da85678147d7f3c85f85793f0e3', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (377, 'health statement', 29, '2026-01-06 19:52:13', '0', '', 'c007136da16d3fc4c78136cacbc6c2b7', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (378, 'health statement', 29, '2026-01-06 19:52:14', '0', '', 'c007136da16d3fc4c78136cacbc6c2b7', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (379, 'annual enrollment', 26, '2026-01-14 20:21:47', '0', '', '27ad7bb43f543198c2abb8c9f5cd8c09', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (380, 'annual enrollment', 26, '2026-01-14 20:21:48', '0', '', '27ad7bb43f543198c2abb8c9f5cd8c09', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (381, 'service anniversary', 12, '2026-01-23 23:32:07', 3, '', '6121e6ee83d2c8dbb4639504f96b4472', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (382, 'service anniversary', 12, '2026-01-23 23:32:08', 3, '', '6121e6ee83d2c8dbb4639504f96b4472', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (383, 'planright', 1, '2026-02-16 19:25:10', '0', '', '9156047ecc9d420af0d5813e8af9aada', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (384, 'planright', 1, '2026-02-16 19:25:10', '0', '', '9156047ecc9d420af0d5813e8af9aada', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (385, 'advisors', '0', '2026-02-16 19:26:30', '0', '', '9156047ecc9d420af0d5813e8af9aada', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (386, 'advisors', '0', '2026-02-16 19:26:30', '0', '', '9156047ecc9d420af0d5813e8af9aada', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (387, 'relocation', '0', '2026-02-16 19:32:29', '0', '', '9156047ecc9d420af0d5813e8af9aada', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (388, 'relocation', '0', '2026-02-16 19:32:29', '0', '', '9156047ecc9d420af0d5813e8af9aada', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (389, 'flavor', '0', '2026-02-26 14:56:21', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (390, 'flavor', '0', '2026-02-26 14:56:22', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (391, 'behavior', 2, '2026-02-26 14:56:29', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (392, 'behavior', 2, '2026-02-26 14:56:29', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (393, 'behaviour', '0', '2026-02-26 14:57:26', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (394, 'behaviour', '0', '2026-02-26 14:57:27', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (395, 'lifemark', 2, '2026-02-27 15:43:15', '0', '', 'f7e27802c38bf310e15ac48b7a092920', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (396, 'lifemark', 2, '2026-02-27 15:43:16', '0', '', 'f7e27802c38bf310e15ac48b7a092920', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (397, 'annual enrollment', 26, '2026-02-27 17:14:37', '0', '', '486dcd6da57428b5b82cc8ddf875d4fa', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (398, 'annual enrollment', 26, '2026-02-27 17:14:38', '0', '', '486dcd6da57428b5b82cc8ddf875d4fa', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (399, 'lifemark', 2, '2026-02-27 20:50:00', '0', '', '2ba56073962aa79ba829bd2e368a97c4', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (400, 'lifemark', 2, '2026-02-27 20:50:00', '0', '', '2ba56073962aa79ba829bd2e368a97c4', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (401, 'tenet', '0', '2026-03-03 14:09:53', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (402, 'tenet', '0', '2026-03-03 14:09:54', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (403, 'tenant', 1, '2026-03-03 14:10:02', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (404, 'tenant', 1, '2026-03-03 14:10:02', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (405, 'lifemark', 1, '2026-03-04 03:53:37', 1, '', '8019bb5121acd6833f4afb3efac50994', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (406, 'lifemark', 1, '2026-03-04 03:53:38', 1, '', '8019bb5121acd6833f4afb3efac50994', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (407, 'lifemark', '0', '2026-03-04 03:56:10', 1, '', '94b4dec9635a6fd14ee59ddfa522eb81', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (408, 'lifemark', '0', '2026-03-04 03:56:11', 1, '', '94b4dec9635a6fd14ee59ddfa522eb81', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (409, 'medical', 18, '2026-03-04 03:56:27', 1, '', '94b4dec9635a6fd14ee59ddfa522eb81', '');

INSERT IGNORE INTO `wp_2_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (410, 'medical', 18, '2026-03-04 03:56:28', 1, '', '94b4dec9635a6fd14ee59ddfa522eb81', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_relevanssi_stopwords` (
  `stopword` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  PRIMARY KEY (`stopword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_relevanssi_tracking` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `query` varchar(200) NOT NULL,
  `rank` int(11) NOT NULL DEFAULT 0,
  `page` int(11) NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `post_id_timestamp` (`post_id`,`timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (83, 832, 'annual enrollment', 1, 1, '2025-09-11 14:24:54');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (84, 832, 'annual enrollment', 1, 1, '2025-09-25 16:35:21');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (85, 832, '2026 open enrollment', 1, 1, '2025-10-15 17:20:21');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (86, 554, 'life event', 2, 1, '2025-10-29 19:49:48');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (87, 469, 'voluntary life ', 1, 1, '2025-10-31 15:22:08');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (88, 399, 'strive', 1, 1, '2025-11-18 13:39:31');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (89, 547, 'workday', 7, 1, '2025-12-05 20:38:51');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (90, 417, 'vto', 1, 1, '2025-12-08 16:22:31');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (91, 650, 'proactive', 2, 1, '2025-12-08 16:51:31');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (92, 650, 'proactive md', 1, 1, '2025-12-08 16:52:15');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (93, 125, 'private duty nursing', 1, 1, '2025-12-08 18:50:10');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (94, 832, 'annual enrollment', 1, 1, '2025-12-16 18:17:57');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (95, 348, 'health statement', 4, 1, '2026-01-06 19:52:14');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (96, 832, 'annual enrollment', 1, 1, '2026-01-14 20:21:48');

INSERT IGNORE INTO `wp_2_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (97, 974, 'lifemark', 1, 1, '2026-03-04 03:53:38');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_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,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (18, 2, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (41, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (46, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (55, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (62, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (72, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (91, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (100, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (147, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (198, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 5, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 6, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 5, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 6, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 6, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 7, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 5, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 6, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (379, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (380, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (381, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (382, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (432, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (433, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (434, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (436, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (437, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (438, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (441, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (443, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (444, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (445, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (452, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (461, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (513, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (514, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (515, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (516, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (517, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (518, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (519, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (520, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (546, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (552, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (553, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (572, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (603, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (820, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (821, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (821, 5, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (821, 6, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (823, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (823, 5, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (823, 6, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 6, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 9, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 10, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (856, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (856, 5, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (856, 11, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (887, 12, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (924, 4, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (924, 5, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (924, 11, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1023, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1024, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1027, 3, '0');

INSERT IGNORE INTO `wp_2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1060, 3, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', '0', '0');

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (2, 2, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 3, 'nav_menu', '', '0', 43);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (4, 4, 'scope', '', '0', 8);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (5, 5, 'layout_type', '', '0', 7);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (6, 6, 'module_width', '', '0', 7);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (7, 7, 'layout_type', '', '0', 1);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (8, 8, 'layout_category', '', '0', '0');

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (9, 9, 'scope', '', '0', 1);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (10, 10, 'layout_type', '', '0', 1);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (11, 11, 'module_width', '', '0', 2);

INSERT IGNORE INTO `wp_2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (12, 12, 'layout_type', '', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_2_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (2, 'Divi', 'divi', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (3, 'main menu', 'main-menu', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (4, 'not_global', 'not_global', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (5, 'module', 'module', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (6, 'regular', 'regular', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (7, 'section', 'section', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (8, 'Section landing pages', 'section-landing-pages', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (9, 'global', 'global', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (10, 'row', 'row', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (11, 'fullwidth', 'fullwidth', '0');

INSERT IGNORE INTO `wp_2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (12, 'layout', 'layout', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_cky_banners` (
  `banner_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(190) NOT NULL DEFAULT '',
  `slug` varchar(190) NOT NULL DEFAULT '',
  `status` int(11) NOT NULL DEFAULT 0,
  `settings` longtext NOT NULL,
  `banner_default` int(11) NOT NULL DEFAULT 0,
  `contents` longtext NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_cky_banners` (`banner_id`, `name`, `slug`, `status`, `settings`, `banner_default`, `contents`, `date_created`, `date_modified`) VALUES (1, 'GDPR', 'gdpr-1', 1, '{\"settings\":{\"id\":\"banner-1\",\"type\":\"box\",\"preferenceCenterType\":\"popup\",\"position\":\"bottom-left\",\"versionID\":\"6.0.0\",\"applicableLaw\":\"gdpr\",\"languages\":{\"default\":\"en\",\"selected\":[\"en\"]},\"templateGroup\":\"default\",\"customHtml\":{\"status\":false},\"theme\":\"light\",\"consentExpiry\":{\"status\":true,\"value\":\"365\"},\"ruleSet\":[{\"code\":\"ALL\",\"regions\":[]}]},\"behaviours\":{\"reloadBannerOnAccept\":{\"status\":false},\"loadAnalyticsByDefault\":{\"status\":false},\"animations\":{\"onLoad\":\"animate\",\"onHide\":\"sticky\"},\"legacyFunctions\":{\"accept\":{\"action\":\"acceptClose\",\"newTab\":false},\"reject\":{\"action\":\"rejectClose\",\"newTab\":false},\"idle\":{\"action\":\"acceptClose\",\"delay\":\"1000\"},\"navigation\":{\"action\":\"acceptClose\"},\"pageScroll\":{\"action\":\"acceptClose\"}},\"respectGPC\":{\"status\":false}},\"config\":{\"notice\":{\"status\":true,\"tag\":\"notice\",\"type\":\"container\",\"styles\":{\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"brandLogo\":{\"status\":false,\"tag\":\"brand-logo\",\"meta\":{\"url\":\"#\"}},\"buttons\":{\"status\":true,\"tag\":\"notice-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":true,\"tag\":\"accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":true,\"tag\":\"reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"settings\":{\"status\":true,\"tag\":\"settings-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"readMore\":{\"status\":false,\"tag\":\"readmore-button\",\"type\":\"link\",\"meta\":{\"noFollow\":true,\"newTab\":true},\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}},\"donotSell\":{\"status\":false,\"tag\":\"donotsell-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}}}},\"closeButton\":{\"status\":false,\"tag\":\"close-button\"}}},\"categoryPreview\":{\"status\":false,\"type\":\"container\",\"tag\":\"detail-category-preview\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-preview-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-preview-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-category-preview-buttons\",\"elements\":{\"save\":{\"status\":true,\"tag\":\"detail-category-preview-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}}}},\"preferenceCenter\":{\"status\":true,\"tag\":\"detail\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"closeButton\":{\"status\":true,\"type\":\"button\",\"tag\":\"detail-close\"},\"categories\":{\"status\":true,\"tag\":\"detail-categories\",\"type\":\"container\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-category-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":true,\"tag\":\"detail-accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":true,\"tag\":\"detail-reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"save\":{\"status\":true,\"tag\":\"detail-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"detail-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}}}},\"optoutPopup\":{\"status\":false,\"tag\":\"optout-popup\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"optout-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"optout-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"optOption\":{\"status\":true,\"tag\":\"optout-option\",\"type\":\"container\",\"elements\":{\"toggle\":{\"status\":true,\"tag\":\"optout-option-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863dc\"}},\"inactive\":{\"styles\":{\"background-color\":\"#FFFFFF\"}}}},\"title\":{\"type\":\"text\",\"tag\":\"optout-option-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"gpcOption\":{\"type\":\"container\",\"tag\":\"optout-gpc-option\",\"status\":false,\"elements\":{\"description\":{\"type\":\"text\",\"tag\":\"optout-gpc-option-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"optout-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}},\"buttons\":{\"status\":true,\"tag\":\"optout-buttons\",\"type\":\"container\",\"elements\":{\"confirm\":{\"status\":true,\"tag\":\"optout-confirm-button\",\"type\":\"button\",\"styles\":{\"color\":\"#f4f4f4\",\"background-color\":\"#1863dc\",\"border-color\":\"#1863dc\"}},\"cancel\":{\"status\":true,\"tag\":\"optout-cancel-button\",\"type\":\"button\",\"styles\":{\"color\":\"#858585\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#dedfe0\"}}}},\"closeButton\":{\"status\":true,\"tag\":\"optout-close\",\"type\":\"button\"}}},\"auditTable\":{\"status\":true,\"tag\":\"audit-table\",\"type\":\"table\",\"meta\":{\"headers\":[\"id\",\"duration\",\"description\"]},\"styles\":{\"color\":\"#212121\",\"background-color\":\"#f4f4f4\",\"border-color\":\"#ebebeb\"}},\"revisitConsent\":{\"status\":true,\"tag\":\"revisit-consent\",\"position\":\"bottom-left\",\"meta\":{\"url\":\"#\"},\"styles\":{\"background-color\":\"#0056A7\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"revisit-consent-title\",\"status\":true,\"styles\":{\"color\":\"#0056a7\"}}}},\"videoPlaceholder\":{\"status\":true,\"tag\":\"video-placeholder\",\"styles\":{\"background-color\":\"#000000\",\"border-color\":\"#000000\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"placeholder-title\",\"status\":true,\"styles\":{\"color\":\"#ffffff\"}}}}},\"meta\":{\"customCSS\":\"\",\"customHTML\":\"\"}}', 1, '{\"en\":{\"notice\":{\"elements\":{\"title\":\"We value your privacy\",\"description\":\"<p>We use cookies to enhance your browsing experience, serve personalised ads or content, and analyse our traffic. By clicking \\\"Accept All\\\", you consent to our use of cookies.<\\/p>\",\"privacyLink\":\"\",\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"reject\":\"Reject All\",\"settings\":\"Customise\",\"readMore\":\"Cookie Policy\",\"donotSell\":\"Do Not Sell or Share My Personal Information\"}},\"closeButton\":\"Close\"}},\"categoryPreview\":{\"elements\":{\"buttons\":{\"elements\":{\"save\":\"Save My Preferences\"}}}},\"preferenceCenter\":{\"elements\":{\"title\":\"Customise Consent Preferences\",\"description\":\"<p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.<\\/p><p>The cookies that are categorised as \\\"Necessary\\\" are stored on your browser as they are essential for enabling the basic functionalities of the site. <\\/p><p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.<\\/p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.<\\/p>\",\"showMore\":\"Show more\",\"showLess\":\"Show less\",\"category\":{\"elements\":{\"alwaysEnabled\":\"Always Active\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"save\":\"Save My Preferences\",\"reject\":\"Reject All\"}},\"closeButton\":\"Close\"}},\"optoutPopup\":{\"elements\":{\"title\":\"Opt-out Preferences\",\"description\":\"<p>We use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. However, you can opt out of these cookies by checking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button. Once you opt out, you can opt in again at any time by unchecking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button.<\\/p>\",\"optOption\":{\"elements\":{\"title\":\"Do Not Sell or Share My Personal Information\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"gpcOption\":{\"elements\":{\"description\":\"<p>Your opt-out settings for this website have been respected since we detected a <b>Global Privacy Control<\\/b> signal from your browser and, therefore, you cannot change this setting.<\\/p>\"}},\"showLess\":\"Show less\",\"showMore\":\"Show more\",\"buttons\":{\"elements\":{\"cancel\":\"Cancel\",\"confirm\":\"Save My Preferences\"}},\"closeButton\":\"Close\"}},\"revisitConsent\":{\"elements\":{\"title\":\"Consent Preferences\"}},\"auditTable\":{\"elements\":{\"headers\":{\"elements\":{\"id\":\"Cookie\",\"duration\":\"Duration\",\"description\":\"Description\"}},\"message\":\"No cookies to display.\"}},\"videoPlaceholder\":{\"elements\":{\"title\":\"Please accept cookies to access this content\"}}}}', '2025-05-16 05:55:04', '2025-05-16 05:55:04');

INSERT IGNORE INTO `wp_3_cky_banners` (`banner_id`, `name`, `slug`, `status`, `settings`, `banner_default`, `contents`, `date_created`, `date_modified`) VALUES (2, 'CCPA', 'ccpa-2', '0', '{\"settings\":{\"id\":\"banner-1\",\"type\":\"box\",\"preferenceCenterType\":\"popup\",\"position\":\"bottom-left\",\"versionID\":\"6.0.0\",\"applicableLaw\":\"ccpa\",\"languages\":{\"default\":\"en\",\"selected\":[\"en\"]},\"templateGroup\":\"default\",\"customHtml\":{\"status\":false},\"theme\":\"light\",\"consentExpiry\":{\"status\":true,\"value\":\"365\"},\"ruleSet\":[{\"code\":\"ALL\",\"regions\":[]}]},\"behaviours\":{\"reloadBannerOnAccept\":{\"status\":false},\"loadAnalyticsByDefault\":{\"status\":false},\"animations\":{\"onLoad\":\"animate\",\"onHide\":\"sticky\"},\"legacyFunctions\":{\"accept\":{\"action\":\"acceptClose\",\"newTab\":false},\"reject\":{\"action\":\"rejectClose\",\"newTab\":false},\"idle\":{\"action\":\"acceptClose\",\"delay\":\"1000\"},\"navigation\":{\"action\":\"acceptClose\"},\"pageScroll\":{\"action\":\"acceptClose\"}},\"respectGPC\":{\"status\":false}},\"config\":{\"notice\":{\"status\":true,\"tag\":\"notice\",\"type\":\"container\",\"styles\":{\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"brandLogo\":{\"status\":false,\"tag\":\"brand-logo\",\"meta\":{\"url\":\"#\"}},\"buttons\":{\"status\":true,\"tag\":\"notice-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":false,\"tag\":\"accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":false,\"tag\":\"reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"settings\":{\"status\":false,\"tag\":\"settings-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"readMore\":{\"status\":false,\"tag\":\"readmore-button\",\"type\":\"link\",\"meta\":{\"noFollow\":true,\"newTab\":true},\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}},\"donotSell\":{\"status\":true,\"tag\":\"donotsell-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}}}},\"closeButton\":{\"status\":true,\"tag\":\"close-button\"}}},\"categoryPreview\":{\"status\":false,\"type\":\"container\",\"tag\":\"detail-category-preview\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-preview-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-preview-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-category-preview-buttons\",\"elements\":{\"save\":{\"status\":true,\"tag\":\"detail-category-preview-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}}}},\"preferenceCenter\":{\"status\":false,\"tag\":\"detail\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"closeButton\":{\"status\":true,\"type\":\"button\",\"tag\":\"detail-close\"},\"categories\":{\"status\":true,\"tag\":\"detail-categories\",\"type\":\"container\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-category-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":true,\"tag\":\"detail-accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":true,\"tag\":\"detail-reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"save\":{\"status\":true,\"tag\":\"detail-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"detail-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}}}},\"optoutPopup\":{\"status\":true,\"tag\":\"optout-popup\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"optout-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"optout-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"optOption\":{\"status\":true,\"tag\":\"optout-option\",\"type\":\"container\",\"elements\":{\"toggle\":{\"status\":true,\"tag\":\"optout-option-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863dc\"}},\"inactive\":{\"styles\":{\"background-color\":\"#FFFFFF\"}}}},\"title\":{\"type\":\"text\",\"tag\":\"optout-option-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"gpcOption\":{\"type\":\"container\",\"tag\":\"optout-gpc-option\",\"status\":false,\"elements\":{\"description\":{\"type\":\"text\",\"tag\":\"optout-gpc-option-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"optout-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}},\"buttons\":{\"status\":true,\"tag\":\"optout-buttons\",\"type\":\"container\",\"elements\":{\"confirm\":{\"status\":true,\"tag\":\"optout-confirm-button\",\"type\":\"button\",\"styles\":{\"color\":\"#f4f4f4\",\"background-color\":\"#1863dc\",\"border-color\":\"#1863dc\"}},\"cancel\":{\"status\":true,\"tag\":\"optout-cancel-button\",\"type\":\"button\",\"styles\":{\"color\":\"#858585\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#dedfe0\"}}}},\"closeButton\":{\"status\":true,\"tag\":\"optout-close\",\"type\":\"button\"}}},\"auditTable\":{\"status\":false,\"tag\":\"audit-table\",\"type\":\"table\",\"meta\":{\"headers\":[\"id\",\"duration\",\"description\"]},\"styles\":{\"color\":\"#212121\",\"background-color\":\"#f4f4f4\",\"border-color\":\"#ebebeb\"}},\"revisitConsent\":{\"status\":true,\"tag\":\"revisit-consent\",\"position\":\"bottom-left\",\"meta\":{\"url\":\"#\"},\"styles\":{\"background-color\":\"#0056A7\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"revisit-consent-title\",\"status\":true,\"styles\":{\"color\":\"#0056a7\"}}}},\"videoPlaceholder\":{\"status\":true,\"tag\":\"video-placeholder\",\"styles\":{\"background-color\":\"#000000\",\"border-color\":\"#000000\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"placeholder-title\",\"status\":true,\"styles\":{\"color\":\"#ffffff\"}}}}},\"meta\":{\"customCSS\":\"\",\"customHTML\":\"\"}}', '0', '{\"en\":{\"notice\":{\"elements\":{\"title\":\"We value your privacy\",\"description\":\"<p>This website or its third-party tools process personal data. You can opt out of the sale of your personal information by clicking on the \\\"Do Not Sell or Share My Personal Information\\\" link.<\\/p>\",\"privacyLink\":\"\",\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"reject\":\"Reject All\",\"settings\":\"Customise\",\"readMore\":\"Cookie Policy\",\"donotSell\":\"Do Not Sell or Share My Personal Information\"}},\"closeButton\":\"Close\"}},\"categoryPreview\":{\"elements\":{\"buttons\":{\"elements\":{\"save\":\"Save My Preferences\"}}}},\"preferenceCenter\":{\"elements\":{\"title\":\"Customise Consent Preferences\",\"description\":\"<p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.<\\/p><p>The cookies that are categorised as \\\"Necessary\\\" are stored on your browser as they are essential for enabling the basic functionalities of the site. <\\/p><p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.<\\/p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.<\\/p>\",\"showMore\":\"Show more\",\"showLess\":\"Show less\",\"category\":{\"elements\":{\"alwaysEnabled\":\"Always Active\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"save\":\"Save My Preferences\",\"reject\":\"Reject All\"}},\"closeButton\":\"Close\"}},\"optoutPopup\":{\"elements\":{\"title\":\"Opt-out Preferences\",\"description\":\"<p>We use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. However, you can opt out of these cookies by checking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button. Once you opt out, you can opt in again at any time by unchecking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button.<\\/p>\",\"optOption\":{\"elements\":{\"title\":\"Do Not Sell or Share My Personal Information\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"gpcOption\":{\"elements\":{\"description\":\"<p>Your opt-out settings for this website have been respected since we detected a <b>Global Privacy Control<\\/b> signal from your browser and, therefore, you cannot change this setting.<\\/p>\"}},\"showLess\":\"Show less\",\"showMore\":\"Show more\",\"buttons\":{\"elements\":{\"cancel\":\"Cancel\",\"confirm\":\"Save My Preferences\"}},\"closeButton\":\"Close\"}},\"revisitConsent\":{\"elements\":{\"title\":\"Consent Preferences\"}},\"auditTable\":{\"elements\":{\"headers\":{\"elements\":{\"id\":\"Cookie\",\"duration\":\"Duration\",\"description\":\"Description\"}},\"message\":\"No cookies to display.\"}},\"videoPlaceholder\":{\"elements\":{\"title\":\"Please accept cookies to access this content\"}}}}', '2025-05-16 05:55:04', '2025-05-16 05:55:04');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_cky_cookie_categories` (
  `category_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `slug` varchar(190) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `prior_consent` int(11) NOT NULL DEFAULT 0,
  `visibility` int(11) NOT NULL DEFAULT 1,
  `priority` int(11) NOT NULL DEFAULT 0,
  `sell_personal_data` int(11) NOT NULL DEFAULT 0,
  `meta` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`category_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (1, '{\"en\":\"Necessary\"}', 'necessary', '{\"en\":\"<p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.<\\/p>\"}', 1, 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-16 05:55:04');

INSERT IGNORE INTO `wp_3_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (2, '{\"en\":\"Functional\"}', 'functional', '{\"en\":\"<p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-16 05:55:04');

INSERT IGNORE INTO `wp_3_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (3, '{\"en\":\"Analytics\"}', 'analytics', '{\"en\":\"<p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-16 05:55:04');

INSERT IGNORE INTO `wp_3_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (4, '{\"en\":\"Performance\"}', 'performance', '{\"en\":\"<p>Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-16 05:55:04');

INSERT IGNORE INTO `wp_3_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (5, '{\"en\":\"Advertisement\"}', 'advertisement', '{\"en\":\"<p>Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-16 05:55:04');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_cky_cookies` (
  `cookie_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(190) NOT NULL DEFAULT '',
  `slug` varchar(190) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `duration` text NOT NULL,
  `domain` varchar(190) NOT NULL DEFAULT '',
  `category` bigint(20) NOT NULL,
  `type` text NOT NULL,
  `discovered` int(11) NOT NULL DEFAULT 0,
  `url_pattern` varchar(190) DEFAULT '',
  `meta` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`cookie_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_access` (
  `idaccess` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `access` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`idaccess`),
  KEY `index_loginidsite` (`login`,`idsite`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_access` (`idaccess`, `login`, `idsite`, `access`) VALUES (35, 'jasminekonkin', 1, 'view');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_annotations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsite` int(10) unsigned NOT NULL,
  `date` datetime NOT NULL,
  `note` text NOT NULL,
  `starred` tinyint(1) NOT NULL DEFAULT 0,
  `user` varchar(100) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `index_idsite_date` (`idsite`,`date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2016_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2017_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2018_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2019_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2020_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2021_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2022_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_04` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_06` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_07` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_08` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_09` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_10` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_11` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2023_12` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_04` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_06` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_07` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_08` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_09` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_10` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_11` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2024_12` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goal_-1_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goal_-1_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goal_0_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goal_0_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goal_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goal_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goals_ItemsCategory', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goals_ItemsCategory_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goals_ItemsName', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goals_ItemsName_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goals_ItemsSku', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'Goals_ItemsSku_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goal_-1_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goal_-1_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goal_0_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goal_0_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goal_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goal_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goals_ItemsCategory', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goals_ItemsCategory_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goals_ItemsName', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goals_ItemsName_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goals_ItemsSku', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'Goals_ItemsSku_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_actions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœíß’ÛÆrÆ_…µ)çÂ83=ÿ€ÕM,ÅçUleËv|*W*šI,ï’’+E•œªóyÃ<If\0b0 t0ÜÕ‰­*Ë«]ˆ;\"‰ß~Ýýu÷òZ±ëÿZ_³ËkÑ| í§ö×êúênùKywõb-óë«Å«?.^on÷‡ÝºÜ/~Ú–w‹ÊOËÝí~ñoÿ²øïÅÍöS¹+o¿|^üûöñêÅú\Zìœq÷{õ¡)ÜïÂþ–kmìÿ{á¾§ý€7À‹7îÂþoÍõõÕþñþía}_¾Ý”‡OÛÝ¯W/n¯UÆrûe°‡ÜüòöÃú°ûi}øpr]ýëG¹_oN¾º¿¶Ÿf³¿®š‹–ÿyþ¢Â˜ú\"œg_î>–;wž³LsãN$Ï¨¹ÒHj¾èÏÃý·òçé\\Sd¹8^c‚ãvËÍþ]} ™qaXðK¹³ésgkÿš?	N×~ùôù2ÁùzWåº¨®œðv{ÿöa·]•ûýzó¾:\'·ÿ÷J\n8w¶Ó¿°¾6êø þ€§×4Ç<¾bÕµÍ1Ï^üüaWÛû‡»ò°Þnê\'Uq9zÖðzûî—çÎ\Z^ãŸRqþ¬g®Õ¹ðoWÖíæíÝvyëÉ2®Šð•gbðFñíxÖÎ}â¿è	ýû¤w‘pÏº}#¹Ýh÷Àî¦Vöe³òê	QýšÛŸ»Oçîs<·¿i‡îþ¨ª¯º‘òÅ_í‡–MÜ¡ÉÝ\ZË÷öm·>Ü•o–‡¥ì;2\ZRöqjŽ?Æ@û\\üy{_.~<,ßÛ·}°ñïÖ°€`<\0M‘Ï\0 ×™¶O!  2%Çy&µ¤ °>Ð(ÙíËÌyÚŒ3°ÈçÁ}\04Ö§›@™À(©ímÃ\nÿKÅàð,bÎáp1ÝkíÏy.ûÜ½Ä\\e‚g˜GÀQÑáXPàh_\n©2ûô!tÔ’Sx¨<<sÓôy¨jVŒ“\rsæÉX}¥\"£P¦’J5MÃCãy(sÏCAâ¡ýt$°Z\ZB‡†¼GCniø}y»^ÙG ‚°¦ŸûHBÃAÉ™œÁA–I®(i„ gù…ÉÓí½\\P€(æKBÈr`ã8d™Q4(R‰@.Häù©b¡‹´¬®5ZSøÇ201‚ð¬v=‡¼à\'¦¹„xl$T\n‰—xL×À«\\C>ðäR\reC@ÝðOµ²°a_uQ3’xÇ®¯èHjQ\'ÔÙWwñr¹/7ËÏtÖé†uÂk>àÕg§³Ž›á^!ëz¯å4Ö5o­ÖYE\nojžÜ³×¨ŒçHÄË2UéÞT*¼IšÀ³±hÐà@“‚áZ !ðíí,{§k¸ã»Î @#…´\"Ð Upàñ\r¾Zý`ò†`¬!4,„†€Ð0\rHL³:+‚=-Ôd5¡O¡fŒËè}Øm7ëÕâÕvs»v/Âb¹¹]ÜìÊå¦úã÷Ë=Ò½ý™{Ük¼êI©¸ÇyõžÎ=ÆIÙ>û‚¤àžýncÜÈ)×Wg|F\"àãY^äãàãÓ´Ð¶>OŠäž’ðÙÇ#Â.øô¸l \ryÊ=Q—àž \'ö B†#ôÜãAäZ¡l\0c$ifìc¦¥MK:Õ!èÉ7«\nÿl4&Põ%!ˆ©¼¢ÿtˆ2$ñiÄ/FÅ›²oN’zƒÙÁ)Ï\n£0õ¦AÐÔ$Nb¼.Äx¦xL¢ Sè3DõÆS„¿Æ>‘iÓµœä_®–#åÐDq}E†GË$=^KÐ®–ð­}º¶ŸËrñóòîÑ\n¼Ýöa»¯ÁøÕ·?ßüãÉåÓj¦˜S^µO•\n»Mñ©˜£LÙxÒ°ad*GkŠÈ®d\nRäÉíO˜\\\Z]ÑÙ%˜JÓS> WÊÀç˜ÁŠŒI\n­Õ*ÛQ`ÈSz¡¢ý­ßÈ4Ù‰?«’…vÚ~:–ZšŽ6S=ÚØ>Ôêîqïÿ‡r¿}Ü­ÊÅŸvÛÇ‡ÅW¯øS[›‰§ gb^¾MCïç)¡àšFÀ!õVi¥\"@£.7(íY0‚ÊIäÉ£ÐÂÄ@ZQ\r¿=\nA–“ @†ð\rF½Þ[?Ds½öþkoNßÜÁWŽ„þ–õ#	2mÿI³‰Ñ*•jß•ËÛr·ÿ°~°qäÇònû—kÓ\r˜¤œWôd@*ð4…\0ûÝFQ¤\\–Š‚\"´Pà±dÎE‘¤é1ž¬\0÷÷)ŠÀÄ”.QÚäJÐôC¤cGœªÇ8=#Ö\\;R<‘c#JÙOO&G¨‚àJûÞ>èvg_å²KÆ’ðXÊ=–øœ¨Ñ††ÅË%“€Q.Ò—K&«¨?\r5Ž(#ªðZÒ€e’KQ€¥2¥òð}Ö`RfBáU°_=õ¥Éð2ŠaÁäp:8}æK†üò>4Kú¤7kBÉná²JÒ\n—Ê™1¢¸XqÙxõ²ÊéÿhçcIç]î³dmaRó™…I8I“yÐû¡4±N9Š<pywòêÓÌ*SB\ZõgEƒ\\}ž$#õ ØŸX3äðp€çòûœd·uvh\\Œ‹É‰ãœ9‚ùŒ‰(Ç	”ãú$cv¬Pö‹—ÄÔ?™1»°>×Kucv¹ú¼¸ÙÞ­WtSYõ¯¨æ5›–bV#A@3W¤h#`YÎFcIaßä9œ\n#Œ`xCÀ\r´¸ÃLM#Xšç6&,w†Õ†]Àb&¬¼&j³\\Œw8t±u–·sý8¶É3Û]&6	@Û4U×&«Ö\0Öh)…×eÚcÀ»Ï¸Ïösß1e?\"vLE£(@ 2­2™}^Ý•‹Ãvñ‹:éŠ†tBxµfª¾‰9jMOPk\"QQs<‰& 3Œ’ÏhQµÓZØHó”½I8\rv\"UQ“)RÍÊ5õÜ†	DÖY€G°Ž\\ÔäG=wíñY•DKUÐdmo@›ú÷½¼l´\0Ó>f,[t!¦ÿ*ñÿííãjéžMû0ßØwÀþ°Ü¬è\'xµ&¼ZBÎ,I\n\Z´eþ…´;ÕítOÑ‹5b¢‰,YâŸ“òh.Õåž\\ŸÕ²šÄ,&/’;‹ÐgMžm³RYÆ‚ÄøVLÝ0K{­ÒÈ6á3LÞ–á»âç*“ iÐ<4£ßäf·}¿[ÞOÉ°ùB\'€˜çšeµA£ÓÞ¨‰)5=Æ;™’×l}œÑœ\ZfºàV¢\"M{žêó$qÍ(Ÿžké¿¼ó¬Ð4Ó…¿Æƒç“©—iG/É,àAzàÕE‚NÍ“äû×,0”MBKÀ15žXS²2úÛï¼Ø¾[,7-ÓÈ‚Í;5‚ ³Pó¬\ZFg@ÓG™Böl‚ÉM±áQ&Þ“n\nG™ÄžôdQæPk÷É`¢,—1ÕÎ´¡ÃpDÜ%d9ë‰WƒlÖ k6žIƒÄ™1–òÐ¿‘ÈÀÁå©Žët¡çjS¢{E£mdÃ¾‚$ß„k˜„£\0zzÜA«\\%ô¥3êþëª´ßäån¹ÞÌ²¦	9S°±\'µ¦—¸åÍ÷F¨9^BéÕteAÓ«à=¡QÍÆv4ù&M45ÇFWÅÐ¹ž×bÚœÈ9¶À!ƒÉ7©ð–uìRåÙ Í³µÖxácRRz­¸¾šÀ•€\\©ƒ*G®rñryç$á-Z~œZ=>®þw˜E->Ü†F™y\Zhåã\"Mf‚Â¬ú43+ÀÐ²\'cÌ<¤Ô@¦ªWã™ªË÷—k1ÿë»i£&G&híµ_\\ŒéCK(/ÏZš¯…BQôÒj4 Ù»)7Ër¤ÐY8–=Ú·†},~Ú-?–ôfó¶ÔÙ¦Í¸€yý›üÄ˜FÒdhnÕd íL’­Õd¨WøRÝX*DG“Méšˆèbú˜òà\nbÝSsúîKoÆ¥ÏJ¡ÔÙy>ô6ÇÖµÜÒ•ZnÁÍž\0nX‹›öj»9,W‡ýªùâ\'çŸE5¤\\Z*ŽåXáZ\'Oc¹ÙL#h6Î4Ê4M‹,Óhf[Èò¨È2\"¯F¯hIÄ˜É!‚\\g£à³JŒ>AC`¥ÐªKŠø£>\0Y‘dòd¿¼£Ã7­û<[Ñè¸j>EÛiP§×ˆÑ\"`´íöôçåaô¦Üý\Z;‘zÔÍë<\'Q.M,ÊF!\'²(X¥\Z¯ÆDã‘(ÚcÎˆPÃ™ÆsÓˆ(Ë\"GÖ^@™…×Ž¢Ó4@®@Œ»#A z¶NšØ2AA“\n‰\0B±ñz †›Ú}³ÛÊU5xcB³u`bÞÐY!t?e–3Óø1¸§“v? 	|¨•]Ú·NÉ®BO%E:F´£)Ó“ÏiÕàŠ8$ˆ!Ëb¦¦Ñè¡dv~ii´Ö›DÃÞ4O‹©Þ4VáˆæT€BdÃ€raçwëwåâ[7 rñêÃró¾ŒÐdíT4?ÃQðb^™@©Nƒ;-\ZM#Ô$Òí	™«Ü¤Ú¸V#ö0‰G Ý$±ù“ Ýh($í™*ØéO·ç+{r_ÁSlQ(<Kí™`Ø**ÆIÁh¯³0A0Ú=½ÅCv\røM‹‡jpHò¹9Ý6‰UÅx¡²·½)?¹v‡î£ÎšøóÚlˆDa`’!m@6<ˆHIÚ¾”„Ê©&ÎDK7×ƒ±ê¨ˆ5ñ–©cNÞ5_×15¨û\"\nÐàCmIØK¥y€=ÑbkR1Á™Ö&B&@™¤Y?nvåÃraý^Ó4ÉõœøVd9Éú¡{ÓIcŠ@Ž6HE8ã¢èê£ÍUt\Zõ®åœF³ú<O¹?ªˆ\ZÑÍé8£†°ÜM7¡â,¦Ûà+D™BuÛÓÚÕBkn´úí¡œûQ\\*ð…ƒ“VøjY^óIÝ£%$Cã°nûB,~²ÿÞÅ7Ÿ–ŸïvÛû¸øúŸÞfõŽËòæ©µœæI±²|Ü™ÑO±òLód>·tó‰ÈS#!og5Ï¹¤§O(¢&è\"Èö÷<À¶[îìûÖ|ÂÍ/‡òó;Úà”$Çì“9\r\"©eõ”Žíö×u;Hx+®jûx>ÇäQÙœ¢sl²gÌ™D,•n~’®{ŠRn¨3«{JX|¢KS\nÙÙ›IãW}8„_œÂ/>Á¶R	ÓJôúèÀšÌsÍ œØýžËqÖžÔGéyµˆ•ž9Ãôii\nO”WƒãTµ¢¡Z½~À‹2`ªÝ@À|Üé§‰6åä!JÔ‘d\nÀ‡t Tµï¶›÷_ÿTîî]ÙÕ-¢ú‘Qj)ªá_‘Ïé™R¼WA|Ã›Íè´È©‹ïp“†?•@›Ì\nbM!SW¸UÓ4§®Õ©Ëù€oì\\vm¨Ñ«·øNÆøA¨ù´f‰g\"ÜÑÂQB>\r(áh°v¥qÝVÓÜøBª‘…Ÿqò.\\œˆ¢\0xùxIUWcsím¶^YE¹ÙØo°Û/wŸºt6a·qÛeØ¼Ò*µG!Q:†R+ÊJ¼K†çr4÷VÈŽ±„–ˆKÖ‘¥)çöw‹¾ã“»<»}ö¶ê¸H§«¾ºCýË2–øUR¼ßq—Ô°±¤ßå%4º©»sàilpÛ®?~Øî‹Sê~õÍë›?üü:b	_0ìÍÛM\0øœÑ¼)Úð#‘\"ú‹ªñaoT…:	Ì1ßã¾;?„n&ÓõiP\"\nJì‹Ñd\"\'5mAÆ‹˜Uº£„n®Ë9Ñ\Z,/d®£/MÌ›L\n’8ì@>³ûÝ+APçšR\'	A·o>“Z\n†dÿÄq€ÈjWîéK­Z§qùˆ™M«#+1.0ë-ßì†`¨@Ë\0Eb>cxäÛŒž3×#ßtÆâWZÏW\"Ÿ[òÁP#Z¿{Üñ\'‰ÂŽ>î|äÛyÂ—`Ûl_¨ö\"zW¡ž2B…OÀ5¤“¢jçª,y¯7ûÇ]Ôà^îãÛZóÖ6A=/¾•´	#iŒrMªh¸Ÿå¤ðv¾QNd ÐÆ.©ˆ]O¼\0ËÕ!häí0‚®ß„ ¦ò\0	·§µv£Bj®\ZP€Fhï\"¥òÂ>{_”è÷Epï\ræà+µ\0v‚’suÕh\0€¤z‘ýÀ¾íõæP¾ß-£:Æ‚6ývH”)æ„­´æÕD+°üœw	’Ä9t:þMdP‹	Äá\"©<&äYJ,ªóÚ•Ïå€\ZšÑ•Á¸ÿ?Õ ÇG¡Þ×²K2_‡õ+aHuVej×ïD”ÐBÖ*ÔË¯ÊMµ¼ùÇÕ‡òž®Ê„9µ7›eæMçÕ#¥ôÐý›f¢äã¶\"S9%­¦çO±\n#a&·Ñ*Ññ›jä¤)\"¢žðŒÃy­d5Ä´š01²Œn(¡Ë2®ÑŽN\Z”ªQ+Œ3ý…~Z-ïnPèÌâõqZ°æºñ*–?ßº»ò³^:ÉäâÍö°øãöqCïmðõƒ¶sæª8™5KZó—fË°ÑøSe‚…•óäåhf·ÅGFŒœÝ†0•^£mü³qiÔìKjÇChIFë\nµi?¦´Jž8\"#J«w˜<WXêõœF}0ÖÍ²‘=ÃÎ4‹ €pX_C5\rn¹+Ë]äNûu0‹Øw4w,ÌŠ7íëKªð4&a6ÞÂÅE&YhË¥¬[àhÔä(ÝrÊ(ß)pãiª¦äQ—V–ÇL$¡Ãî†¡FÚßp0Ê{¨\Zhoð¹²NA€ÜH?‰.Á~‡î¾«*CWïüñÑÞNŸé68¿îªÅsÂQ.m°Ð3ô£XëU&`Íø:ýð6y.I›\0E¶úJ·“}GJ @K¥Õçyº]©ó/^b Þ;Ó‹jä€]¯W1ˆ*’+†>ßðµ1´É¼i&)Ò,èEõ#DZï¯žÂ/Ši·Í7ð:Âb—dMâQ\0¿NÏCÊe3`îî±\n_Y}¸ZÓg•ûþ{Þ\Z«§è¢Åžhóx± Ù¢Ž]e0Ë¯[‡z<˜$I¶\Z‹62ÉÅ!ÕäÁ!ÂäA¬‰þ†ä™‰Û}÷€é®Bè/¤ÒU†÷n»»¯jžß/7öScÄÖ\\V\\3‰|eã˜áE¬DITáûD±ú¤±ßU‚¶Ž§2–!õºM§Ï=°ˆS§†3~	ãô„¿/íÌ¡ÑFì÷t\\T¨\\Ö~\"Sv!\rÕ2½Êýöq·rJì—ë<˜°LÏw\0äzÞ2=ÃyÉô™­fzØ¹dVtK\nr¡™--qr´Aê\\çÑf¶`hšYo–G~	ŸE\\O1:dH‘u\"ÇžzgÕE9æçEö{¢T+jj&¿¸¾š€£x1ÿWÑàOË;Òy:­ÍåÃ<›,OšË£Cu9Ï¤É‰‡jµÊvŠæò‰ó>fï‰µIÎcGŽy„9C’û>/‘cCeÔ‘k¿ÄØÓ¤ü­êšÂ \0s|sÍ¼É*ò½Y5êMíñ\\Íœ˜«‡[:.0ƒMÊ1À	žAgei¼šáGÇ{Y®QÀ)ÕñˆÐ:<“\rZ‡\'wí\rôñ´—ßÑ7Ø™úT+IéížÍ\"¬/©å½¥ÙyÛ­¯¯ï8t}j±+I#°0i¨œh/]aåÞ!ï#’¶ÔósÂÔ<£-´IF‰…¬˜™w¤’Ö-§\Z®ñ^(àavðx6œ{É:£‘{bPG_#é*<s÷\"Q1\\†uF=k$ÛQx²á\Zôí·%ž³¤Å²(@ É»úoO“w¾Î å¼¥Ô1F©j\rã#v…ŽˆåÜü]Y™c>l¬Ê]ªZ“Ä’ùTEG/<Ð1CÍ÷¿c.NÑum¶ÞÐ¡ýàñÙœ«]ˆÊaKxM¹¿”wR®PéÛ;gÍ§´7‡îÈ\ZíÒ8”ÏÖwçR‡:8 „ã”\0V0âœ¶dŽ¡ýì½‹Y˜@íj\nS9j1ûèP‹	S‘ÌÏ\05ï2«nkÖPª?ÜíÐRiLcÓˆØ	x¦\'š<ôg·@ðÿö?‹íÝíâaW~ýH_Ð¢Í“mV±•²Dªm¼k=“I¨RŒ·ƒUG(&Q1Å!&uB™°³Þ®ð’³Þ®sün6«‰C]^0í(¢	~Öo6›GûßnvÛ»»¸\n¦†È‹¾x’ÉÜM€&0d|î÷s¤G\"Ñe Lk•8Ce5AsÕïù{gˆUSnï€ ˆ#¾J”¯œáþëÃöëO1+šü>MÓÒcÖD\n>%ÈÇñ¡ê¦]ŒxFïÉ–§qñ\\ªx˜ñ7¥F€FqMoÂI›vøâ\n©çÆe¤coú€)ù8SDÞÄ6Ó…ˆ˜•¦ù‚„ˆÑ$×\"Dì£ (ñ×Œ5Õ¤Ò!’–r¦\rÎÿ]‡|á:D˜c,…‰Žß¼¿Ò»0Õ>Žånõa±+÷w‡ýâÝv·ø‡ÿxÜ^|ØVkx—wŸ«O/÷åíze¿Ý]¹üXÖWÍ L•\0o’E%Ípú·÷út¿rž)ŒÀ“Áï›!ˆ¼%	#yÜ7Ã¬8{?žJ\rÌŒ}2ñŠ(5ÍØÈµ¿÷¿LÊØ¶žÊ&aK‚O¡ÝNŒKc¢áÖ_ÿê× ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_actions_url', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ­•Ž¢0‡ïÂjÿÐ–Ö;x‚Š+Cë¸Édî¾ïEÄê°Ù5*ýñøòJ?ËíWeéº°bdöËYi“ºØ–u²vI.Éº²¾F1822¡û±€CfŒJá,è\ZËÀ€…_oð$àä,S6q—Sî«S™7¥¿¶”Þ[)‰à)½$>(šm~¬¼Ë¯•?ÎîºEOU3›v.S‚Å’*~ÇB\ZBjÉ	ž+»Ï²C:&LFLŠHi)$ïDrBfç@rtÏh›0F¸ÒCHO€|W4î0 ¥‚¨Œ#‘ŠÝ£È¤Ì­ÔÈtŸŸSé	Õ,¥‰È†>q1ÁÚ·§üÜµ»Ò¹ªù…pB	B.¡à1ºùðzÝÄy(€j=\"Œ ÏÙÚ˜\Zè#ïÚÓ¹.}Õ6ýSJ²÷¼ÓúuŽñNCccEœ÷1mO%1ÆŒ/ëˆÛ6yÝûž“0¥_îŒ1ø6Æ8ûnc<…RA=ƒû_âVç¸«™„å…1îr#ŒÔø£—Íúé~‡Ü÷|ÃUÐC»à#m½/»üÒÕ¹óEç“[÷ÞŸ]­vßú¢îÊkÑín­.+TBJ¾Q<§Ø¶oƒ¾„	öRYp—HÿuÑ%¦¢/5µ™/ÁãL\\HtŠè+…ºOòÙ¼]ä\ZúZ4¡zÄ.›Ÿ•B	‡uX.XÞ…>¡t‰O†,“‹lBRM§þf‰ƒGÅò<’e}ë¬öúwâ•žî?h…²A+è	¡ƒ`F½ˆà\Z¼\"‚JØ2“¨ŸL¼p³‰„ºß\0pçi');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_actions_url_chunk_0_99', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœí]oÛÊ’®ÿK.Ö˜þþHì›\rÌœ‹³0Àf®Y¢aÉ’!ÉÉÎ>Øÿ}ºI±ùÑlvQl;ŽÓÁÞY²ÍH´$>ªz«ê­õŽ?üÿÝúñüB?¼[¨¾>®?Ðæ3ß:àÞí×wåþ9V|x÷~wØ–ÿx÷q÷ØÿKó¶·¨¶·huKVß@íÝ˜¸¹A>þiÿCÍÌãš;;?=|¾ìÊÏ‡òòýxúëÝÇíT0ÌÍÏ‰yàÃÝç¯»Ëùó÷ÝåëàÀêë{yØ?¬ÎÈüy×´þÇøA©ú Þ9ŸsyúVžìéPYH$tû‡ÙsccçÖü£æÔxçÔšŸ¹3ÃîAÝ™õŽ!…\"×³—»œÖ‡ó}}j¨¼z¦ÄØÙ´G6ç#;çÓþtø\\ÉÎyGaZeß2îœ¶Ç‡Ï§ã¦<Ÿw‡/Õ“Vi’’±3oÞ7èzŸîü†Ç4Ï¥{|w–c¥ãçº9><îËËîx¨ŸE‚êþÁ“gÞý×ö\"9ñî!ÍÓËÈø‰‹qo[wâÇÃçýq½­Ï!¼BÜõÉõ.÷3÷¢ÿñ²Ï£y‘¸ùËþÛšT·Dó-{õ3ûm{¡Ûï{·?#\rìAª9¨bÅÇÙ¿*ð˜çûÃ»§SÅfôëåòxþðþýæþr¼¬÷§òûú´=æ¹zÿô×û»rõ½Üïß?”ÛÝf½ÿÎÞ“…Ê¿þõ®zóa­Ç¡FEjØA­úm*¨a$Ñ\"¨!~É:P#(	ÔÌ£MA‚šß2²út¦@&Yd¸PZMƒHÈêóI\02ÅdæÀüõªq(Ô(C \rƒ\ZâY08Õ‘c)‰bŒ„?èga\\þA¼Æv—8o.xÑ„3S`R\n¦Í×Óñ°Û¬6ÇÃvgŸ“Õú°]=žÊoå¡úòa}X)ÌWCxñ\n^„àEãviàÅ”Ä‹àE¸EdÞ+u[D†õdDÆT4Ñ(Œ,ŽÂp¡%Ea‚PXF’EaÈ¦/\\pLgðJBy%fðJb¯0›va ¯Ì½ÂÃ®ë±Sað\n\'\n»HË+Œ–8J[C?Xo$¿=XR.XÂ.XU<¸ X2½?áç½;yOü±“œŒ, ¡^:‘‚£å:áTô!dHŸéúFög$«^ˆU/Æ“3HD¡‘žA¢xˆ5„D4N\"‰œD\'rRmœä‡PK!u¾œvßÊ!¤ìë\r2ŠEÄAŠ5\"„ÊE2)!ˆJ,\r•ÔtP„Fù˜1D±¢(‰HÜñQD	Å’*t“;ÁÈF±ç`T¦CF!>zÞ™{S©9v*>ås€øˆCâ£n>§Ý_lC›¤ºÌ+ ¯4èÂ\rº‚ñ•‚¢ënÿTnNåÙKéì[L\"Î,½„b©!½ì[»V¶²ÊžUö¬²Ï’§ÞÊ‘ÔG+û(÷Çý¶<}6û|¾¬OÉ|iýJ2ûÿëC´ÜbCn1ó¤ÏP¾²ÚžÕö¬¶¿yµ½IgJ±¤šEœ+Í˜½Az4##9d­˜ea=ëYXsÂ:(d’3@ÔÐâÊ^ß˜Œ˜ìóQ	^YLÏbzÓ+1}(¡\'çQC–+„½Áz<’CéïœŠ•¥ó,géüKç Áœƒ7Žfð©Cš+¢¤½Ág–ö°KËZùH±EtâB…Ê—R’8›—°4G(ž¢JR)O)IÍ\'çžj‰ôå”$¤)0^ª.((Ÿ”OW¥Â\'ŠaÚ6\nøÝCþŒÉ{çw)!÷>w?ûsøæîü¤Û)`/Ç\n<M×e\0CÌ…ºÝx•Ž‚«tƒÚ\\­Óª³€ÜÒY Yƒ\\wÄWü‘xIm‹BP’†+Io)vH;Dš+} ËÆt=·I¡)`l’69\r!]%‡¸Žézv‹‰Ä\nM@Å:Â„‰÷dûNÆƒ„n41\Z­Üød.Ì´ynA9â…4,»©rÇÁ)]H–ïk^\nÆóôEâ)ÁÂÛšñDIíô\"(Ú0M¡j¼éâ4?—7d«B­\nm’6dª#£¡®\ZãÝ×ãC¹2ÙóŠw 7,âyýä˜˜÷Æû¿mžÎ—ãÃîŸåçÍ×õáKy./ŸŸžvÛOª\\ã;¤ïVh»Þ¬Ù’Õy1Vl‹µÚ®™–kõGû¯/_Ë‡òÓßwßv«Í×Ý~ÛùÑƒy;–æ®OÕCÊý\'+ÚïÊï+äb;ÇV\'†-*‚š&åì m¨æB…t8L«^Õ½D£8wL8ŠC–eD/Â A•g2ÚÚ0\ZCµ:¥\n Ëh’×cÏOGI/Þ«Z`0±»±•t¬]A\n¾(áD| Ðƒ:³R5/P6…*ÂFAŠX¼yAG`eQíÆâÀ¢`²”“hP€gSÎ9ý\n`I,Ô0r,#Àf,®æHbÃukÑ~—Ä„r$M‡h§›T4œ»ÎY¾ÕY«JTƒ~M]«Ÿ‡â6ÛLžº;löOÛrû¾4OÚñGY®¾­÷OåÊ¼ÞÇsÝãP~{¦²¸út6©Z`”‡ÏÒ°ëpÀˆ.B¤W\rµeaï5½­Ý!’Õ²‚ÔÑL6F6%£d3ç#á01­>Ÿ$b?°-KË9íp±Ù‘í7‰ÐmpYAîà9Ü©nœ-fNåùøtÚ”«/§ãÓãjwúâQ§z/b°P§ýË	h„/¨`¢=N¡žõ»ÆE{YµE9Ìs†EÚ?íu\'{L–0ê¤Ìú]“ñ”‰;‡P)(‚Bcz¾\0Ö5š¦åm=øZÙƒWìÚÀ¿¸Þ˜HkF™{5€úšŸš”Ç‡-[P\\™Wm}XÝÖ»Ãj·-Wûr}:ô5°š[ë«x\"¨>zÁÑK\n&¡]!È°±’¼ŽLõiabX4V’±XI˜cD´ðHÄÇJ˜C¨eRØ9Â>8T¢‹ß;’A;µä4Roë‹0÷\næTsìâ$ÐÁ œbßËI«á3J—¤Q	m4\rÜïîËÕæÇf_®ÎOæ‚ùqö¨Vµ™Kìfû§návgYÿ)b‰¤¬iÕ]Ùa5ÃRŒápííB˜ï%kž –ïI5bàÉBÁÁ¡ ñ÷Ì÷ðÇk{ÔMÄ,š´ÉÝæøtØì¼–]JÉÀ¸²×4j›\'¦•ª,gé<Kço_:	æÜ‹‹BÝ¤2ê\Z3K/wm¦æã4Þa+„S:XÖÌ³fž5ó_*†šAžh™n†bÞrûcÇ>w®38A!+ËæY6Ï²ùï(›ƒÈ´N€‰æ-ºˆ?Íì%‚¶ó`B«ÊºyÖÍ³nþ¶us¨\\>#‹–\0ájy‹3êC{0ömí‰eY&Ï2y–É_gŠÁ‰˜‹“4a7+s§»ðGñez0Ñ;BÔä!a7¢Å0MŠ	àÑè\'j(¥!ãÊœó¡½@\rO\nt—\"¤g•If@<È<CG¢¡óþ\r!Ó(¾nZ¯Sì@”7&Nw³ÌA³ôYMOÃ€jŸAìö~¢mu%ŒÄ\"Ba	ÊÉh\ZaÉ9þ¥˜ËÝÂùea-^°ŠzNqàÈ2M¥$áP¢3LÉ`3Ð·Æ34l\nµ¹sŒ¦À6w\"à„<qì«²¹»òŠøtj\'’‰Mh}<]=ªÚ¨¥!]h4CºÌëïXåi}.WëÂêmøö½Ö©³µdÐ‹<a¨‰p7p €+9ƒjŒ2“‚ºÇy·¬\"4Â3Vh eU\ZœQkd«$™“®Áµð–0!\rßófshFžƒf\nEi–ÈOF³Î|^Í¯¾Ø$[±‰Ó1ÑsÛ_V—òô`#2k8ü­ô›2í;	c\"&#ÊŸB/‹É ÆV*MÖ8]ì£¨dl¥b\0#P-öiÖ3\"º\\©D\Z— ­îZ\Zv¿Aö”™áÉ×õŸÉ©bL¯Ý˜ì‚1ßôª¦Z]¸‰Ä‚ÈÒse¯…Ý¦\\­C«Óy}ú±ZWG{àÒu2ê&÷6×øàrj¥.™$Õou+¸HÁ1(ú¢^ö¦è‰Éè‹\Zšh>”b‰%]œXŠéˆp.¸êóYŒ-Š†‰%Ös4-p$6CÓR8à#8ŒÄêÞÔy%£ðE5Í±¯Í<´âó\"1ˆî³lÑ¤_‹°¯ÇÓev­Ö»ÇÕ·ï‹`Ÿ®eµR™(fÏ&7Í¢XÅ²(öE1 6TÀ@.ÈÀîQO	kK‹ÂïP÷Û­ùb$ýÌ*XVÁ²\nöÆU0¨ö§–\0NÛLJ_-Á¤ßëîZöêg£YüÊâW¿bLûÄ/ˆÒ5c=`ÜÌ\n¬xµ¼R~ƒ»›Í™L=³ì•e¯,{½qÙ v¥œÔ‰^-È´ßÚ×é;]©nÉ—uÐ‰+ÑŽ¯é‹ÐBPÚ‰ 39Ñ_q`‘BòÈþ\n+QS-ùBLÂ\",ÎØ°_6y€Åk´F7~å:ÃFT\'À»«¾øã¸AÔuêX4Øëm˜Hã›m§Æ¦™©\\0Ù-/:ÍL¦§™¹]Ì€N|šYÇw++m…\'æ“l~“@v4„‘söQÕg4J‚,c‹’~\'Î„*w\"º“ôÎàmìs|ÿ´¿/×&:5qË¶üVîv5»G”J/#ôv{NLQ¤#ŠX4gl>¨‘§‹Dñ\"àÅ<ôôe,˜W‚ŒÑEŠ8]hœ.ºl]‡Qã¬‘ÉXÃyÁyOéš£ Çùp@nöŽeÀôLÍ\ZA+ã>‚,yTïø%ŒÓ‘ËÃ;¨ªÞö†súy¡&\"r±iB£êÆ”1óPgÁv<™×wsïñ­Ò°XÐÚjLmÄ„é²	×vu/Ô’à´œ€Æ$‹z‰ÛK´$(ª£-	1¥kI€•ôÌµÈædfp«)xÄDT`dú÷˜ˆ+À¹¾Oîåj­\Zîº¾ÏT¡W¹}Ú¬íS³Þ¯Öæõ;_Ö‡Mé¡©R°…Ý­¡—nÐDZK½M,‘ÙÝG¤É@Õºéí}_*ZHm•ÂféB\0ëû`òù#`øéúýó+F‚åLn˜Éé0—DÃ%å.^†™XC&±¤½¤Cù}åüZv‡KùåTñÉCRõ‰Š­!è­Hjm:]E/#’UQA	`Š‚œ}´I£)L+»Çö$rÂÑŠ\\ã34•\r¢(¡Hgy°ýC`Ù`šú\\¿†?G‰éÍÆ·†QgßQ;‡QC\\µÌrA•—Ì9S)·Œ!Íœ_‡U›õ©,O“šUå½`>ónWÁ[J¹2ÑÏo+•ª7½óXé™%8-ÁÉXeÂ5·Å«’6\0“R•àˆ–àæháð¦&¸ÃÎÔ’Ò$dåéþxz°YØÊü½þRŽråjˆ°@‹~êýó·G?ôE£:-ã‚	:tvZýÄØ‚MÈ×Â£,	ã€ã®·uÏÉÏà‚7œ.írTðFä9<7ÑÁ»9öµyn>ké\nè\0ÍüÜ\0lŠe¼š¢jOù1’çÂIÌ‘ã%ÃÜ:à-·äÖW.ÆN¢’°ƒÀu@žÃØœr[žËM¹i 7\rü¶MðVÐü¯š´Š\ZŽÈy1ÇËz¹O`ˆ±Ü\'û^SxÔ­ÂAšFzFU!Š44¢\r0ö\nÔôrsÀCnÈÍ¿\nŒb\0)u-‡˜?ßægw&óëu¹ ÷ä^€_•Npq;¥ÛÉd@%î­‚W²Ç~¹üŸËÿ!åòÿë¡Ð3e^!(4p©º-E$â1ï6¯ø–Ëÿ¹üŸËÿrô[(ÿ\'Ž‹€®$S5ÿ–\\•	œ¼Ý‹ÄÕàáKŠp 0¯Êu·êÑ&E\"“(™à~^(D¢E¸¨zM\nAQ<?ëi×s‹ËGÉŠp¸#’ç©»Áå#ÆóîÍx³6k4²/hF¥PAÃ&£êãŸ(m›Œˆßdä»ùjEjí\"&Î–6õí\n\'|»HÒi4ÝcDQ¡^ö1$éHR:êD8ÐR\'‚\nmÕõ\"(Ž‡/húEpÉˆ`\'\0âÏNñá„S‰B)H\0º¶¸ÞÈ6h\rÊ¦æpA¾\0wë½Íð¶ïë•ä—ãÊ^Ÿt\r{–¼qûr½ÿ[yù|÷	ÿaþ{WÝøvýçcYn?ïÛF&—ñ5øZä—JõÒp*¢\"Y‰’ÜM’©#T/³L€â\ZW0…f²ÑE÷Œ†cä¨G€\n2 DôªïÅ?´:LH`\rÿ(ÿ8%\ZkºÐf`›ÊOç`¬à\"ÅM ¥Œ¢D¢hÃ€2Q2HLÁÂ0ÈazÎÂ\0x).i‘µ‡”‘.9é….SÓÍ!+Ã·Ý@+óÚ|9­†	­Þº˜ò@Â˜|õâ¼6¯(`‘$A¼\"I,“ê3¯àdñ\nÅ+8Ç+¯ž$¡¬fV¼âhñXžþ:¿\\ZSìÿú˜ ÅrJ˜û\0è-Å)ÁI²¬†€²\ZPË`¦Ä+¤„Š;LPbfZCª´†©›çàë\ZYuËUÃFË²\Z³¹\'i0¢¦mîI!‡d5$–ÕDQb‹ß€n?XR“ªûxÆ¤è±–@“\Z<g[P ÒõCÆY“Ñ&—ñjÜSõ$Ð»ƒ”=9»èÇêþt|Ê´u…É†Ñ\\Ø)Ë¼þs2=IÇGR… k¥iiµû¦Jõ^»g©4D!¢êÓyþêÅ°	‰ú|’LH€•«Ko³º4cŒ:I:®\Z·}8ÚOÃ<Bóž|²2œ•á¬¿ò j¨ƒ†´¢±\\vÄ¡È›]‡Ø”1Ç–vÓ+UËò³Úá\"Š–D‹^¯ãÍa´PPcMtÏ+HèI–¥Úì\nž\rÅ‘vßÁ‚ÛÇfCi`¦þ·K•¹äŒ4É™k•s™L»{¬\\ê÷û…\Zh@ËÇ€ºÚr Ý›¹Â¬ÔTš“Ë»jœ´(çA&\rc¦•dZhˆ”<­ÿ@\nN0)¹ç”£›YIœ7°òS–_/U@	pš* 0·ñ†L›Ñ~²xœÅã,¿bt%ã¨RœrjJ1nÑCšòU=ž‹Ùx“$?â>d‚LœŒJƒ YÓl5™A±áM¿àÈ.y;ãÓ·«0\"‘h”S‚ó÷4ãQýu9ºfž†$Ï’aø‚é>¯FGºÆ´`\ZÀêÈ±TDwÎË°g‡džñ/€v\\yf6XkýÁ´K²¤r8\r!Tsp- T_¢&eS¡,jˆñxÚ}[o~¬ûÝæÇ³wø´„{~k°—ÈËXA™H˜1Á£`S*î†(‹“Œ¤ áENÅ^_3Ù0³¯§‚%!üö¾§ætŠèB/+JI¡!ðHT5§|Z9–…„™œÆ«æ±É\'“j\Z¯šÃsÒUÍh0œjŽeŽB¤‰~Ô™„ü}´‚ª9…r\rx0´Pn>MdÔÕbÃL.¼rŠÿ`@üƒ;;.ê”Î†>¬ùÊyrÚP€ö¢ u=z2ô‰[öœÊóñéd^æÕ~wwZŸ~¼ß–ëË×Õñ~µ>8¿Bo*¢ÚFèíýŠ1tçÝlR‚E£œa ®‘4ÞÍ˜L÷=ë)ÙI\0@Éßr#gâŒ&¦\'€1R²Â;Ì¹Çx¤kïX\rë§\'Þ[g¨“jÙÏÑÞhÓ(ð\rc1àáþ–h;Àqàš…ºK}\\F\'š¯„‡@—\njÙ Ðµé°›\';|àmŽ‡Ëzs9{«/XðÚ\0,²¯MÒüõT‹æ:\nÎÑPWx)‡h6½tÃJ\\8C4¤ÿ±ñ’š \\ÏŠ¡ö‹ÆT£#Ws$”r¡`É;»ŽŠ(åØ,!k´}aTÈ\nxK\Zùss ®y-w>²È\\®9“iÚPL6W?ã=Š9]_57šžðk«Ó­{}Àíw÷åªüf­Ì6_×‡/åÄ›ºql%®Ï§Ë§ÿûßßÿqÿoÿõuóïßÿñç?ÿÿù÷/øÏÿ÷Ðæ‡ŸÇÃ¦ü¤õy}6›òT/GÀEuEí^d¬\rš@\"ºêÌ½DP×9f¢¸Q(Ž6˜æÅmYóúIš×¬}‰¸¹Zœˆq\ZÝ‚”~|¦ê³A·{ŒíDÃËrÐë„i”Q‰ì§µ5ÌÎ@”JaÁÈ\0m™8¥Ÿnó¬Oª˜Óî\rw£†ç™”ªÞŠœ¶ï¿qENuâØ)¿XPCHiÕA»Žt¿Y¼ÓÓ™N%³Û<.ÇÕæ~eˆòt¾œv¥Ÿ@ê\nP*\0(ˆJÖþåì­•à‹\0…	Piì­›ë/(fƒ›äöÖ\"¶´‘D©¬í§@#ýTf×$D¯gkV]€@áE¡M¶g+þžÑWßiqbà—7‘™æNãŠZÈÆ|ø¸j¾ã¾1D•}	Äi`ê×ß‡f 6V)ÈuË\\·ÌuËß n9£Z™l¡\Z¬XÙö§rÀºl»OíZ\0ÈµÉ\\›ÌµÉß¹6é*’ñBd²ŸpA²™\0ìË¶›!}™Í1M:¦¹tòç”\"IÀÅJ‘æ“œ½ÐÀ¬)ú¹$L®O×mŸK‘Pª½RäxlÖ ]lVä—ƒÓC·ñlŒJ\rÙ¤?êìû·˜\\sLoË2~–ñ³ŒÿÖdü¡xÿŒÙã8T\Z4)È`µ9¡¡¶–Åû,Þgñþ—ïÇ®Ç•zPÐm—\0)ö-—ôU³¯ÄgYëÛûÆ„.BåRDóøg½ðô¶°›\r!YaTê’1HQg*9¹œ»·ÚWTy²¨\n¸‘“gI\n¡ú½¡¤*]v“!œS£8	•°ž!uq\r«@‚½\'”Ü˜’Nw„j,×ƒ\ZíŽˆ;uÞY—¼òq}*·ïïžÌëf^¼•y³}+½ý•ŒÔÌ–ˆxO}§°è\\:M8°¬°HißÌ	´\0œ¦ñì4WÁ³¨°â)€Y4êÙÍý„‰âÌÒâfÑtb}À½nXq1GÉ‚;xÂ]…³“×AÆV:\rc-êt|§)b7½±R@6A9\\íæ›•Éç¥ÜØ\'ÈV•štœ5äÔ)óÎp­7‹Á¬?Ó¨SzŽªý,W§hAâ{¾Ó©S &Yg°g	¤(Üü“†öÿ)‚¦ñy›>eîu†º¤ÂjÈ<}jv Å{T¿ÝÞ)î˜¸ŽûÀ`;í@[ªÉ*‘}w8?¬q—‡±êã—P+jcÔÅ]ÂåŠ’ËeÛqL¤É‰â“‘–.¸‚HXby#„AfÌ¡›¸¦²‹Tù Q Fj5ºa¸n„€KXpÏ@&é!>Õm¸¼dˆETtÇ ì`ÃÝy5â¦IÃ27½¨„G2—Bª†dÅ)öXÎæ¹[7_Ëi6åZ“ñ–U@w=u=B7HcX,)ÒBÁˆ¦\r„Mî{`¢ÐZu.THGD}jK;\"DT WÀ…õù$é\0Í,ÒBOWæn6„÷@PŒÒŸnB»u\r\\îjŽ],w¢46£¢M+uƒ§::«oV?fœ81ß9RÈ†o²ùwb‰·»£YØUÐ_©e¾iY²Ï’}–ì?þV’ýP¨U£ò×´`ïÊŒCzNÍ{Õ“Ð²RŸ•ú¬ÔÿÊJ½“§ ²üŒ¥ñe¥1y¾ÅñG}<±kK¼ÓÅ²(ŸEù,Ê¿=Q~¶ß\"]ÔPâ[bQ¿Ÿt”X}Ù+ëïYÏúû›×ßAª{#¶ÏÙ™M¯!}\Zz±Fv¯^loÌÕ_‘áÉî¾#à²1DÁ^ÄœA¤ªiKÀê^¢»;fÂk¾\0ž€XèÕ•=_gV7µƒEsý=+òì[rMÌ¼\Z8Øõ6‹Ù`ï$¾Ð3ÁšŒ\rÄšÙð«²AFÀ=6ÌÛ’S]”Y£á.FælÉqU1ê*ù&(\\B\\ »ârŠR>2©Ï¤žCU¡™7jGã•ü¸ñQïa……W=ŒËÌ²> ¥[“št¡\"JÎŠšQ›§1‡@Kü¨Ð80Ñìi>s¼[FGšGS¦€:5–2Éèæ@¢z…\rZ$èÍ¨Þ–AUQ¯ÌÏ\\·9Aµ\nD®‰U§3 j\\bNr}L˜‡Â¤èúÔÍñø×®|æM‚N\n\"\rìè³›ª“—’hAÈµ%%éx”$itE*R¬ÿ¾‘ÄÁÆ `C, \nç˜éÕÄL¡)õèìƒ0EKòöÉjï˜b-ìBaÞÏJ³hÓ{DƒaUKÜR\r†ñø’e/Á#4JC\nÂÛóž™ñs˜Ñ«N‘&D¡.@Am2¶‹¸\0‹	3™‰UÅWr,O¤ì87\\¯ÊyÎ°%J$l1¹… „,¶`[„ŽAS\nKÁ\0\nlL^€üš¡3%îÄ1‚å|A§ò\ZF\\@1â	:ÎÑÍuç0µ(F°\"‘—Û4+øuUSñ®œ˜tc² \n¨Áâ“TM9{žSÔ×´\\ !, Yÿ¾¡·Ë\"?6ûÒz­ÙKÅ›äÒuÔA–ãÂ5\Zc½(´(&š˜:ÄHÓWŒ¦ÍºiÁDîu+C†Ý4Û\Z7jŽ$UW1B@c5ŽžÅXm†ÄKeî*„G\rËíÓfm…ÕÚ<ËçËØ”;¯Î\rQy3H|i„©ç;^¨üLô¦T÷;( 7…Â¨©?ƒ´T\Z0•Î)Ê«aCph<nîz^­‡§õ~UNÇýþ¡<\\†l¨Þoš“Š\rä¦yqŒÃƒt¥©ø’:3‡ª§2MFËIã|,q!X§œ³ž.È@Ò](\Zñ¦…æ@lH@n(j\\aØœþôã`Œ`´¹u$ˆ@¾åˆhu>+8žST&`ï|Ÿ¹*67Ž¹îÅ™áVõîf\"+}*Ûª²t^úœ»áqBYÛKn«X#ÜVÃDUa™W?µÛ.ÚQÆÑèØf¸”ì•€Ìú®\\}/÷íÔx;ï„«_áêH­ø’Î[l·eÍž·\'¤a†MƒLØPË]}B‹èe(N\"åd›Æán1&Ò^Ï.ÊB¦}”)sž|ÐËvÔ×Ð4\n¼Änýƒ¥Q…®¦G T=ÕÑ5GpK}J¢­2¨ÁæÊ½³w·][e¸ƒÅ[ká\nR¸šØv»Bªö:\nš7`ÀùóšN×áâ×µ}§};;j‡AÍC}qI»õãv¿qdS²Åò-`…\0\Zí“0#Q˜sU\nPþFâ0›,2„`\\X×Ÿ.$în!$0˜‘40³‹@f>„™OîŽ‚9ûA$xAÑL™§–ióÜ‚üöï?ÅsÖ…pp`hO@ÿXóR0^˜§/B7Á@Cx¢Ö?ÚžRÈi­Ó¬ÝÆ‚ÉdÃ>ÛIÉ¢M<æ}&]¦üáth¸\nÓv‡Íþi[nžIGbí4(BÕ5³Bpïb¡M§Ð¥¤9hÒ¢Ì…@0MOKSÀSØÔ§ŽFhHÏhêSƒP¦\n4k7“…œc2É@ì2Îô„nœÄ3ÕÙuËÔ ç3mœÍ}v6NÖ-È½PL ÂÜÞ6˜ËF¼\ZW‡`-y®ÔÒõšZõ¶ÔÂl¬Ol‰4&\n2ñyÒÂXŠuR(99 Ž93+(\ncIFÔulDÝ6\rs5@ÆÒ¬K“ÿƒÜÈD¡ywve:M`Œ€1_y¤0p^]³é€ñ¶“X4½1ŽÑhJ‰ÃŸçÏ°c’·àr~±ÊqËnÔrËÙsH ÀZ]VÏmðÁhE°óÓÆ¾+îŸ:\"™óƒÅÜ1Lq¾Ä±ŒõA†eöñ—\r»Ù¨ FF–×Z4YØòoRy¬\rÕ€F–ÌC‚º°õWTð>C`Ó½cYA”hhÑàódxäXÉQŒh6Ìœ˜rJˆlàîº>«¨ùòj\ZË\\·¶êEp3ŒÐ˜€®©F+«¶Î	P”v·ÞÛ6‰6·dpÈieœ.ëÂ.™a”F÷Gjz)%Rv=í¼IÙë¹-5½ÖÑÌ.·†¹ a”Ì0–À0El–ÐhÎ6\n1¸šéßözŽe,Üö\Z±æØEí\0´‘bü ]ë^}\rµ®Ô¢\rÃH;[5GÖþ¬I#²8\r­*%LF”0kzÖ³p!YkÓè:;]4ìjÛ¢„W~%ù&\\)4íoÍÅ k$n\ZŸXS*ºÚ›¿¤ÅIæ‹@íº¼›÷ÎI(göCJ\Z¦ì\\æí0œ(Nn‡2n+XŠhv)AÃü\0;4QôI\'újg]ôE¤\"\rºœc?PÍ‡ìáb¨Ù¹[%®*n†ííñmH¦Z}¹™‰è²ÜR22|7â°4s.,’[\"s‘‚úÖ¯\'´4øB‘¦SûlõÒ\nŒÄRõ_\0W‚ÛÜ2b“x³Bmº ½Xhh´º·~–?-¼ÚWf>Ýe$0«AÌÎ.1 «aÖœÍ¨‹Ï0æp.½$®	–^rHÆª\ZÚU]j\Z”b6¾‘.b#mÈVgÎø¨–m¼ê¬¼dÝ\0ŽxíÈÏ±d	K^0ÞyKH4WŸÛsï\0 •µtç‡…sõÙ½œ£-¶Ê[÷Dç¸3±Ÿ¸É°ZÎÑÓÀÄ›aiØ^B^²Ë¬[!h70×ŸkÅ4É\\•@4“IsÒ–P•m¥ a4Í7Ûüñþoë/åçÝö¦„ýq«%[²Qî5	Šç&ÉVÝKt„È31BÄÅ8Ê8 ÁÚgóÑk°VÁí²Á{uH˜»ŠŒÂe\Z:½ûýæ}âÅUb(†­HƒâB+\'†=ût\"y	´°fÁÖRß·¨;.Ì9›÷r\Zð’·8i`FÚÙ,÷õ’š@L÷ý‹¼‰Oj÷ÉX?¼ynzO\r$ÚE!Ìa‚h¹¨¾À¤¿õB–c\\Æ\n!0€l\Z07\\€å›F½	 ;€Ù\r7»áF“¯ž®lÂ!æÂ!‚¸›Ztýð¨ \0ÖLj˜VïÐí·Ä{vXÙœkó×ó)¿íÊïŸ.§§vg›ŸXñEë^Qf%ÈrÓÊê^¢™•ˆ¯¸EÖi€Å;°¢_Žw^¡9C¼ª6r=w²!6MO…Q7«0âÙ-²_„ô:²ŒÕ½DXÑ9&/É¬H°Hd–¨¿Ò;áÓ1ç[\rêMÄô­ø<!œ\"”hJ®S¡„;æ×%\nBç¸ÃA+L$4N9vºÙqNÊîuìòE{Y´aûgì|d\rÎî^yÐH¬©šÔéÉÓùr|Øý³ü¼ùº>|)ÏOOO†YVjÍ©^Ý‘µ\\1ïW\ZËíŠa}§„¹E9þ£ý×»_ñÓßwßv«Í×Ý~ÛùÑƒy«”æ®OÕCÊý§kü´Ba€ñ70±<¾©î%0o0Lû…,Q€aÐD]Žo^C•©­c·]‰ð\Zæ€Üé\'Ã¦CG9]·2—«u\n÷ø”Íþ³ÙÔ+*NQHt})7âmÝ£¦s¬›V¸\n^¶‚B‡©d“‚’•lÌâM2XÆÃ\rìøÐBèÀuœL‡ŸO‡HÊ$¢>»3¶”áXûp$™â÷x-6±RkEVŒ íêNÜoWm7ßc¤¶›gL¦ð›I¦tŠ­Óæ^âÉ”Ž÷£:r‡…*0¸£×KÕƒ•sˆ/œL½l:;#{	°õ<ÿÉ\'ÜM×O—ãyýÍbþ†æ\"“º×Mš ÂVÝKšPa#Éúœ	¨Ï™ä>ç×LÍ©«èä×k…JŽ‘MÙ18ªrï¾[¡ízc~-YÝiVl‹µÚ®™–kõòpäoe„Épd2GÈoIº’€à˜óÛßŽ?*8’i¾jï.Ûsmá\r‘òFÍ[Û¿óFÍ¼Qó%•zX¿uÿbo$ûª£›ÐiXÄ±½z3òZÍ07òZÍÉk5Ÿ\r#œ02Ž†&•38aqšŒmâ›˜ßx+*{Þ­™s¢7ˆñ+û\nŽš\r¼Õ›\ni=¾—á±Îì»ýúÐæ)Îx·šm¯{³™X2¾\n\"EØ+È{zû?gð hÔÜ¯?\'¯|ÐU?áìógøR½œüžj:ã\ZÐ9Ò†¾Ø\0á@64´ía}Ÿq2ƒã\'>ºÞcíºÁBˆ(®æM1LTg—ÂT·.>õæ$ì®Iá¾×3˜uC¦•ÕK Tó#=%Î˜ke}w|º5@èìïý×ÿ6_‚l');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_downloads', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœí“QŽ‚0E÷Â¿Š¨){˜-\nU^†¶¤¯êL{:CKAt6À„p/=/áFSú\0\Zçl| Gú@šÑ¨a\'ÞD9R’Ò»pÜ°¶ÝÖ×`Ì÷¶TQ”Wbo©}°·¸ÿ0ÙÓ¯¢0 x!¹¹+ýåÕoFz‚<5,î`êYi<@€œe.a_KI@‘ë×ž¹[bºÎ€Ì¤‹Ü¹ž8	Ðh&ñ ÷KÈ±5@tÝé;ìñàJ‰¢Õªäˆ /Ÿ’%ü¼û7„=Î1¯8žåUa2P©DÛpJþ?PØ}1PXYh^˜, ’E£Xõ~}ia}ö´€AÒõûß[ÓG7Øà^½3¬ÿÉåduE£ãk¦y«@š^2ñdÙnµlµlµ,°ŒØWä½eÉÑZf”aæw¦+åJœ\\É*×*×*W WšwÝ‘™ˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_downloads_chunk_0_99', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœí—Ao›0Ç¿\nâ0mb!4Žªª]×uÒViÝaGä`“XÛÂ¦´ªòÝg“@HštÙ¤&q\"¼?ïÿlÞû	0\nÑ3Cp¦ô!D.FÐ^ðgx±\'Á=+!7Çsš»F…È©àŠríI’§ÑØ#±½1œCo\ZAêa\ZÆÙ4â`:¡;c(Øü =„öÄ|[Â¹ª*Í\nšpªkQþrg¤‰ÆŸÏ“%Ó*©™^î‰¶	\nÆ÷bwm?ŠD=SEËZvžãCž­fcõ,ÛP›·sÜ	Ä=C]b®²žåäåVµ1{¦Û`›½³Ý\raÏ˜ˆ\"‘¥H©RŒ/Zû08d¿¯]aÓuEìKZ¿®”c‚‚RQÈœj&øŸêkÔ—,h_°Ó€‚\'¹ÀäõìD\Z°‹½hÀ^Ä´?lbeÇ°?³jäVe3ig¦—ZK…\0`^Påa)GËÊ+0gúi”ŠÄ•¾»ÙjµžI³À8šX\0\'\0 ô\r+€bš*pÅòÜ<Ò%.¼Û{ðc‰KJœk‘V…)JQ\n\\æùM5ÂJ>^0r~ÚÍæÚí½s+jGçsÅuÞáBÎœ›Ëï\n|eü4“LðÓŽH7Éå4c)ÃåSrM[plŸtbrÞÃvšdÒ˜rýÆµäƒùò\räÛ’!_N¶èK3ÆI¥tÉ¨\Z);“R0®\rýŠBE¡ûë=ñp25ˆGsÊ7Þ¥Í?ÛiÓ9‚Û‹›;ì.]¤*;‡MÊšÎ7gôüÛâS}ï¿À+ð:àuÀëQ¼þø4¼þ?Øy£\rÍ\Z§gÁ©_´cû>[KÏ¼Kkc*i‹Q ðƒø\'Ò¬—j$×:Àf€Í\0›a3‰û¬ÑBã¼¤5.‰jsúÜõF|õ<Ùnç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_outlink', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœíšár£ ÇßÅïç1%ïÐWÈ n\Zæ:@êu:}÷,¦4ÜÜçý`ÆÙ]Y¢û›ý3JöôƒÓÍÑ:œTÎdhCÁ:ÅÁPÒÒbš¦r+ø	Ê^•—ßÅÓÊ­;ˆ?!ÄÿÔ?Š»fGs–p”`\'¥Ý%Ãì«Üà²;ž¹5Ç‰Ûó]Ð×\0#—w¾çàaRž&Jj@¿^rnS9CÌ-e¥®0î’qåh£„V3iNQÊ]*åWÔ-i%ýr†Ñ—´kWUG‰5_µêÁ._BúºJ¥¿½NÂ·Lâ>$ä[¦òSÀjB½\Z_X®d~BqìŠC’ºX ’G¡Øð¸\0— D.¾oy>]ý;€6ôÃyH0=‚kC‹îòÊÖT5ª¡B¨ªªÊ›ªT¾¶@÷ G%áÝ±5~ëW{$ÉB²\"²êÃ|ò,_˜~-È¥-™ÿLebÄ¶±CÄ±±­7m3Íë)l·’\r¬\ntUHÒ…tEt5ÞÔd\Z¡ëÔÅ–Ó\\	{Žùª_5ò…|!__;oÚýãËÂw_ÇK÷.dÙB¶b¶Zoj3½ë¶2ìOVY&4LLæ—±š¿A²‡m‘3ä9‹8Û{Ó>ÓÃ\\aëKÓŸ\'ÖáæÁB°²`=yÓS~ó57°÷^€£Æ»¯ÉÈò…|¥?&of[N«±»vfâ¤Üâ0n^$À…J\r„áZÁu•jä´\Z·ý—¹˜ù!—J¿DÍùB¾¯4_³jƒdd~yØ‰ô\ZŒ@én,v0$	Ë6«7HF¾AöWÂÜ\re²ÓŒKüô…x!^y¼fåÉH7|iöLh×¶N\\~¡È!­ŽÂwóB¶‚lpŒ‚Ã?fÏèò»pWˆHÒ•¦k–oŒ~Ãß—ÆÎÕ@=ú\"lÂ–†mÖsœ £¹¾PÄ—HRö”íŸŸ‡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_outlink_chunk_0_99', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœíÜßrª<\0ðwñ!üÁwø^Á	°¦8I(Ç9Ów?	Šmtæ»Û‹vlYªù±ÉKSrLÿV)9É4ñ¼tGSb~öN4\rÆ~’þ•i”îjšA½Ó]Iºsw§*õõW¬¿ˆy@ˆùœÌ“t—Cº“msVUgªãâ}w*ú6_‹eç²RòÜUª\\uº ©Øªí¿±…þÙj‰fA%ˆSÌp+æØç+d496Ç\".\ZâY@%(“—YÈÃVÈ{¯¯ ñ,è½q<úvÙä³ÀoÎWÁs²bocøÀß\n¿î;œ„9Ütë.c¼éTuXœPÎ›k\rªâì÷š÷}pBó.›\'´î°€œkN‹ŸàÔic\0Nmßà¬åË@|ú4¢zJú¯Nw­èÕ˜¨¥RW™ºn×uûT]]`Ÿó}«°~R òù9È2or4\"ý\'E†£È‚DRƒØ©s_R{ÌÚ+ ºw‰Ã“~R§3¦+@Ak9ú#SFDèýiâñžg\0g 91ÐO9)ñåIêI\"I$ùxŽ\ZÞI6 r\rgpÓ2wÅ14kÆè`ËÑü=.Ô@Óoˆk^\n%0Y}À÷©k„NÑ):}8uâåZ²b\n£æ”uâä²ûXÛrd {þ+yÕ½úè½¢Wíà÷©îPûù1·úÕiX—tO7¿T¬h¥HŠ@è@C2Õ‚hÆ[µ/¨¨x	´Ve/t©Ë¾D®dN¹ËDHiZ”‰Âàž;·¹N¥±™ÝÆ‘íì6Ð‰Úí\nzsi«Ê·î¶<xÍß*¶/USßRl€ŽÑ1:~˜bÁj|3#WSë\r[š[Ø>\ZÛ±^¹šÛ5À†Ny8ý†èý¢_\râA^Õœò‹âŠÖ:*\né­0žîÆ^““¹ƒc]2ÆJ*E¥ÏVšüi!4ßË¼ìh¶Uc\"&|B¬gÆz˜¸ÄKâ,F“hM>a2ˆ&“}â¼å5h˜Ð|mþ›\\-’\'—®‰J‹*×„07~Ì5?_€“Uïàè°ù;Ö P0\n~¢uð‚KZ_¸žôöyÕ–Üw¿Ã×;¶º3îJªœoœ2§àSLý+ÑÇr³ª¿º8\r5·„e¹y\\€TÞÜf8gêï¢\'îpÅÍ‹xEÀ+Â3WBâÅ%Ašr•~S÷\\¼™”þR]^IÌ¾ÈÄ_YU£vÔŽÚ-´Þl«rÝB.@ªêšérsuÝoôìkÓ3•SE\Zï(¡JTù¸\"íÇK•ú¤,:Ÿn’4É1JlwUõëisÃÙiqCÚD›¯l¨26sª×ÂBçÉÙmÝaé<é²ßPÕoÐ(oN~qp¿#òDž/ñŒ<žÌ–õpzùÿFàÒ¥¢T‹¥§£TÄ~óÓêƒÈ~»£ýM]‰\"Qä“\"çSÛšÌÜð)€oo\r´ß³è½ô)vŠ@¨Mµ6\\îT´¨Ø~þåï‚:');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_sitesearch', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœíÜÝrâ à[Éx&ñ7ÞÀžìôšPeš€CÐÖéôÞTÆ®{Ø÷À™´ÈÏ`ø>CŠl^|±b¼\"En7²eñÕÓbT“WZVm‘ê?^÷-ã´m%ÉÁü›™þ¤æc6r³‘Û¿²ÅÊ4¦w£vß¬kèšSõ!äûhUÊ2Ý,]o™j×Lm{•\\\rã½²?¶„|•L½N[*Tv}N†ú´u.]N½.m‘m·ëñª`îu¨/oß¼.gC]ºZ—Nç^§®Ð¶Þu{]”å^Ç•hÖ;)J}—ßØîól¨û~ÝóA˜æºƒèW±ýu‡r¯ÂÕ•¢ÙÕT1Áãä×½s@~•ÁêW¸\Z€‚¯kAªð\0ì*\rÀ®ìf\0z%ß†)RÃÈ™ÙèûÆTM×;¢¶wE}EÝî}J¬|Oväxã0³—38„C8:¼’äüeaz»<–5½Á—Z|9ìÁìí9E^…WÉÄ}xÀ<À‹Á»(rð&axËbD«}IìåÆ‡\'?à¾0¾kIà4²cöÓç\'Ž”&D_öV^â(,Ââó«0÷P9–³Ë±nKQ×\rå\n\Z¡\ZŸÖØ³äÎÃõðÝ°·€¾t~à~A~\"çnv§ÇÀ¦ÖÓ&mô&3Ì}À|a|>%ço\r6D•ÛË\r»³&3?ð¿XÐIòÂð‘¼½ý›Vô3ŽH¡ú /¸0òèER`R}Ý\Z*K*“Fpz›ÓÄüYz¹ÑäIŒ$Ã,M‹ŠJÎT@ád†`†±Ø GÉ#I‹Ñ___¨¾û’Üæe»ADç!£‚N’0’c‰fÜ±’&„s¦`Kd`:Äš(,Âb<:?ˆÊsÉš™œÓ»ááð?ƒgDž»HZŒ¹°\"D–6Ø]˜5ä©‹äÁ˜ÓPRÏ“ÈÐ<À{žÇÈ³É…Ñ§z¨ö÷á-\0ð\0/6ãyê®2`òñ:}Õ¶â#Q\"!»]}LÞ„LHÒÐŠ•¤NjJÜd˜Y“Y7\"4”?\ZåiÅÀ|DçCÖ¼ßÐÇ^*£¯Çi§Dß™$Mà[+ò·õGC}d¹ôÖ“‡1’Nc\"ç½šÐÓ#‚øp‡ñ ¾£äŒäÑ¤i1úõ’Ø·BbXÄB(ŒÌ†}MÄH6ù¢Ô\'(iø7½xzC0Œÿ¦×·ä)Œ¥Ôä—×C™NŸ}:ìqò,FÒh²Ì{i\r©zÿBü@	”a”!WžÎY8’NÌ\';ò˜p¡XH%p òG«ü—ˆÇ,Ëòû/^hçi');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_SiteSearchCategories', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Contents_name_piece', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Contents_piece_name', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicePlugins_plugin', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœ}ÐM‚@à»ôÃ¾¹ƒwaÊ È Äî..p…]4yiš/m-NXÊXè=ÄXR·WçÉd ¢ë\Zvdñ·ÒÜ¬ŒhVX¶¤Íeoüg¶\\yê]Q‡F,\Z	èn\'+Z$4¨/«ß)*94Ñ8ƒž/.š‘[\'ï’ŠN¤@ƒ³¾÷öíYÊd)ö“<ßêQ¦r™ŠA3?Ên­+Y|öúo*­@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_brands', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ…ÐÁ\nÃ àwñ	­VO}1Øt°ƒÐ[â»/ÚÁÆºƒA?\\áP(¯ïMBÝáa¶õþØLÞaa–«ÉVVŒœ¬à5NRw0l“^ðZc¢¤umÐËsÖ¹Ìz˜´‰^©&9yP›Ž¼ŒÄo	Á‡‰Ñwˆ@Ã<Á¦)vGtŸvþbÿ}Ém9(ÂÁòCA]À_€³çÛÑ‹nl');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_browserEngines', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ…=Â0…ï’Øqˆ»±0 ±2·¨CÔ\nØªÞ½N‰A¢\"Ïrò>¹eÇSbhZ&-\"OölÆ¶ëGÓ¬õaL·Á4‰m9‰$BA’“%Ë&RÞð¢=!í$QŒr“7sx=‚u6K/¦ÀÓœÿ<ëà7N`sé»Sz*Æ‚c+4ÄFØÁy_p68¡NcÿçØ_‡ûFOSHPH””aƒP\' *°Qs*rs«æôöÛžjöóÅ[–');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_browsers', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœµÓKjÃ0à»èš‡dk¼„šPÈ	\\š…iÈ&Kã»Gr46ØTZu1BèõHv/­ŒƒØ®ÒNñ)NÌ½ÿ¾ÝM÷s8™nŒÐÆ–byL-¿J\\š\nÐú4úMlRÙyglB:ƒí<4Å±˜geœÒ‰(J¾®*	^!žWˆ³\na¶LÂ°…4M‚5Èé TAv€˜å>€‚Ë\nÄ­bÞZPPMq>ªBŸìŠ@E g‚ß\n*\0®Ž\0°æƒæÛœ´{(Ç»Züu‰çÖe\0E\0%´õvÏÀe…¯þçÿ¼„¦ßŠù¿·Ÿ‡\"(wû/¼ûë¨Ä˜^vA\"');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_browserVersions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœµ–MNÃ0Fï’Džÿg‰„@¢‰Á¢±aYõî8Æc›FµSAMÛÄUž¾ùüÒ½GòÇƒÓÞçÎ¿¼òÃÇþåíc˜¾¼õÃÍÝ¤F1Lá*(~0á(Ã*ôƒ£ùú|	È*ï:-›‰ù<ðAŠxê¾†{\n<Í+ùD“æéù££ÃX&±è¶YpU2º°L,U2„ã¤R	áœFw’¡ÍÝM Bƒœ‰¦LÉ]f‰?m°È&‹ñÃîv;JF‘‰D\nâ¥®tÆ£VU¥\Z$.nÝ29’0žœ‰9§!×ÆÑ=œÛ	Úª¹LSBF	c1™NILo0Ïq0´%ƒ]³mPVEMØ€À+ËáÖaF5T÷B&\n\nè²Gœ”—ò 6\nt\rw®Ø¶Ð5k´lLÑwêî÷¦Ý„¢ëÒ˜…©*Ê‚ÉýêÐEÊZ¦±\ZÝÁië”MVáãÑGf¹£°šÁ‹ÇÊN[¬6ÆÃáóýíõþsr#Áùâ€jÉ“Îb½v÷´½šŸ5jÓÂ´½ÊÚXî°Ê¬þhÖEW­»¨VsEQþ	B\\	m§æV, þs¸êÏª¤m[m¥þDz„í Nßõ$O');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_models', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ…ÐÁnÃ \0Ð_‰øŒæÔÓnS¥¨À6´FÚªé¡U”¯‰ •ZŒÀØðdO5M=Iç	óÆÒ4RCbð_an$0$6[÷ŽáÒW?a<\\OgázR­ä94Ä]Í\rH”M,²€Ë=˜ØáâG|€Xac“\\R3ç išã“Ÿ9Q iÁ@›$3¦I2EB·¦•­M‚|…6e™*Êì2³~»?Ã*Ê \ZŸÀìÓê<\'ùÆùGƒå91§Û¸?øÛ½êV»ázñ+,¹ ±€YY%3éMTÍá©¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_os', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ…Ñ;ƒ0\0Ð»ä±!Ÿ	µRK‡©Ô‰q÷ÚàÐ\n¤0%Ž?™.”aêƒŽ]0iáÃ4RZ\rÝû3¨8Ò‰º×û€•¦¡°À«b-\0ô\\Pr‘³œS€ã‘¦\rp…çKzIÍ”£†:L3?Ù¦D–òjÚDkÅâœe«D±è\'{ÊÊÌXðÌÒ<ž›Å	¥ø“€Ip•M3ÑH™w˜3Çí7ŠH‘Z¸`¾qÖ¿n¯Û¤?dúÿD®ÿüøÍ·‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_osVersions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ¥”=oƒ0†ÿ?\0ù|>SÔ.‘ÚtèÐ9•:DÊ–1â¿×¦>°‰:Ø!È£ç=Þ3ƒáû…Õpf”ƒÀ÷w×ó÷Ïµnì¹{?¼\0½ë†ë¸ÀÇ\rã¢´™x‘æ(ýLé’`]ü°q…¸Ò±JwAÚLºCM§Æø5þ£âû˜w’Û,–»¯ãi\0%$Þf4vF!UPP‘É,d—0ÎÖatKÌñãs\0ßÁq™F«/X`H´Ð’„ê ¸+!êQ@Š|ð\n\n§q]ÆìÊJFªL‹›Y¬>HFzm¦CU˜Õ¨þo<\'7%$Ê8SÒAx\"MÁYÒ4¦×îÌ©ˆšLqxË¸(„Ì¡V¯QÃU9wo1!aÐâcf\0aP[\"tÀ·DN¯I„ZŠ€\n<i!ìLƒ–&ÂaÂX¿FÃ4û5×-kdêÙR^° 5²J¥ÑgPoW!qsÓ‹œAt™Ï­XZ>šµ:åbÖOMhc8 Ù©9•ÿQT]Œ¿Tm<');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'DevicesDetection_types', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ}ŽAÃ ÿÂlL^þÐ?P©‡H¹åˆø{í*>UÊÁØ»,f2æêƒb^ØÎñþœ©_`$Jý@ö’f§XqÑÍZ±€ qV¸£™\Z[¯\"Ÿöî›M¹`-þŒ~Þ2m_æò­¯0a8`Xo–Rn’l· Üö\Zÿõ‰b}W[Kb');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Events_action_category', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Events_action_name', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Events_category_action', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Events_category_name', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Events_name_action', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Events_name_category', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goal_-1_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goal_-1_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goal_0_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goal_0_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goal_days_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goal_visits_until_conv', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goals_ItemsCategory', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goals_ItemsCategory_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goals_ItemsName', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goals_ItemsName_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goals_ItemsSku', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Goals_ItemsSku_Cart', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_keywordByCampaign', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_keywordBySearchEngine', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_searchEngineByKeyword', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_type', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ}Ž1Ä ÿÂl–?ÜˆtE¤t)?AsE\n¯­•½žA¿@µÁï¡ ?ˆpw;¿·«Ž]½ V!©z-ÙZ°QŠjÔÊ%i?Ì¥¬jëæ0ÛµØR é\r5õ¡KülãÄo¦ÅE1³g¾Ä´Â?Azû?~ÖÏIŽ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_urlBySocialNetwork', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_urlByWebsite', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ•‘ÝŠÃ …ßÅûŠ?c³ŸÆ5dÓšF»ËòîÕ P+ìÅ8gF>Î\\=2mP6qÁ5¢B2™O7‘HÌ<SÂ—w¿.fu#Ú£ÈÁsÈ’ËM¨rËXypÖe¬Ç¡fÎë/`{g+•A†ëV\'µV‡ˆ#y,6Œ™e^BcÊ\r¥’°ŠGÑÁ¥%ºR\"yF{ú	Ëxr£O4\\¯ÞºlV¤“ÿvïF58©j!T3JÀŸFÉ¡Ô»èŠ$1™äm¤É™[^Ýx¯”ôîÒq‹ðª-óß½m/Ðó¯/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœÒ]NÄ \0à»ð¾-…¡u‡;xlÙHì.µ Æ4½»Œ‚õ\'f\n3&_&cpqØè€:\"3ØPÎµAY‚#.²ÑÜÙ‘¥›¢Evã°®Í4U½÷Î¾Ú¢sÍ´C¡©¦CI;-PE9§­¦ú»¼7M~üýd¥Ì Çe¥J·z]?j\'+ÜìµòÍú8÷~HÊiöŸJÈJ(Èlä?â*P°S; 6àSè/~vp±ò§“ëmjp¨F÷l¿5·°¥Ê‰P¥¹þl®¼j²·íN»ì6{ˆ&º>TÑšs\Z„á’ýÕÅÆ_3_>UFã_ó°¾MÓÍ;');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Resolution_configuration', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœ½˜ÏNÜ0ÆßeŸÀ3ã¿ñ	m…@Z‰CÏTå€Š¸p‰„x÷:!›8É$[¶‡,»K´ùé›o>ýÐhhÞž\Z\Zâ7¡y{mLsx~øõø|ˆ¯\rØæp{qŒÇ«ˆÆª´V‡øÔ`ºŒM/Ô]Ò«N·csÔýß¤´Ÿþv·AwŸ‹ÝSÒ‡îvÓ½Óªÿê=}—ž®š·÷îïø‹u®Ÿ×wñÇ}„€‰Kù‘aàe29æò\ZcÁÜ:®céæpýý>Þ^F\nÔzƒÅL8As@BpTE³C[kG”j‡˜k7J”q€q‹³“FoªX¢T©b©lcÅØH3âè%\Z\\§1›i¦þöµãb%ûÀhòÀLºRH€²¢{(Ÿ²*·Ú@dâr¹LÕaë,nÅ|°\\#²­·šaÂ\0V`Â&¬Ãø}ÝŽY\Z¦UTË(rh¸»pÊ$´zØT¬Ä4)V!4fÉRw¹½ÑBTçìÑ [,éÚ=9{œ*Ÿ\'ƒÏLRgÃC_4W±fø1›wú¶EóL½â×g!lŽfpè[€|)\";\'Fâô©VI 9 ;¦ûËšé,íLè¢ç¹Á¨à	£…(O{òy@ºL«»×iAÕg6‘Ñ6Gtµ†±DX¹Ë(˜¸4˜‰1$dµÉY^µ«²õ?>8Í˜DÚ±P•³%$!ª¤4¿¶Ážµl(ÔLc}W6“qxJnÏ\Zé¢ûÄ…À	kóDÝ›Š„äÙ¬X@²—8¯«åUXAPÎë›Ùaˆ‰\ngW5Û\r³-¯ûl„$(Wá(_)á˜G>èÅÄ–¨„ÄÖ#ÕXÒPÈkSÌ÷Ÿû>DªØ(Úq¢ò†óÈî¶µÙÖdŽ]ÛuØ%‘¤Šm›ªûÞOsQP¾Ú R–s—¿h\"I !¯“‰.î¾Åãm×÷­G}VmOêÎD¾°4—\n¬Ë\n‘Î“#ºÅaVX?HHì‚jâ!ÖHg2‘utbÍHÈêˆ¬ol:gNå²ºäÑÉD3\rå^:·™5§É=UçVcß>BÏHæä´¦móuwÓM!%«T,°&›Ü©\"m±«IäÍOëQêc‡vóôòçñ÷õK¤@W½6gm:ÝHë‰=5{®÷¥:­\'v…4ÙaŸI>Ï=?Šk	¦ŠkZ‡Ñr\\óæº÷ÿqt\\•æý/\0uF8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Resolution_resolution', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœµ–Anë0Dï’ˆEQÎz‡|à/\nt× w/e„’k5bS Ž,8/ÃáP—i¹¾/á|Y¢Ý”åú¹¤åôqù÷ÿãtþÔ…&+…Óù}A½’èG¬W©w¤Ûp9•XŸ\'½ ®û¸Þ×}ù\\ß®_ î¨(lK7]Ó_\rËõVßøfS(¨<A:Ýy ”Îsã‰ùÎƒrä!žó ËƒAyÊxÐä¹Ã€jh,dº1Uâ”B”\"E^…É À(€;5I8#	GpXèwRY\ZL4Q´B)Ž¤î8ƒ_<šäÑÄ¨þEìþƒéÂ€‘ÆP˜Sð”\"+E‰«$üGA8RdBÔ©ÜË‚&8òDŠíáw§eÄ5HFY I69r·´@!ŒûÆA)®;„Ô^ê˜‡¬V†€V)Ü Œbûãƒ @bí›Ž(â Ìóµ&	JXó.ÎZ¼tîñÊÓf°\nx8óx­8:yÖÂ¯­Ï<^«cYêÐIÃºp§\ní<[š=\Zoº	»¹v­l4©«ÒÝ’­“ŸÌp³2(„ÖÈÆ‚Á’-VG•–ô…¬•‡¹ãÑÌ3¶Z…µ‹J£Up7t°ËRä!Šç7iµ@« ½Ô´ó˜µN–ðƒgy—³±Ÿ\n³Ížag‡fž´•&²¬p¨Îy…­yž-\rÎ£vã ­ÍÇìš@#aN%qO²±FÛþdm(».N½81ÿ•d²ÛéDBÍ®4r4Abd°9þ!vËú0œ¤w\'O‰qûyæ{Ô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'UserCountry_city', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ5MAÀ û/\0™[¨Ø\\²ƒ‰7Æ¿Lv(”RJ…`6p©ÐŸæ@õú¼Ê\0ƒ¨4¤@¾¼ªC²š·Ã÷\n’daÉSÛ¦3LG1ñž\"A‚¼µå¢dÌ©wYë=É\'8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'UserCountry_country', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ…Q\nÃ †ïâ	LÔVãvcú&ƒ‚x÷%¶aŒ±î!ñ7ù?,ä¨­dsy‹D­R ³•å¾™\\	É<«É+!$ËÙ‰B”Ã³Ã‘Lb	Â,¦‰cˆ9Ëfž\0I>Ê”µÎw~ÒRë²ô¦…K˜}WœN–!„˜D9”a4?ûoü‡ðXÁƒ\"ŒñGß;…\0tq>AàÄ]‚ôœfpË');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'UserCountry_region', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ5MAÀ û/\0™[¨Ø\\²ƒ‰7Æ¿Lv(”RJ…`6p©ÐŸæ@õú¼Ê\0ƒ¨4¤@¾¼ªC²š·Ã÷\n’daÉSÛ¦3LG1ñž\"A‚¼µå¢dÌ©wYë=É\'8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'UserId_users', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'UserLanguage_language', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœQ\nƒ0†ïÒ÷A“V«év‡\n2Ù‹„âÝ—DƒŒáØCÒ¿éŸô#…Õ‰|.§è©.Ô›Ë0Î.«Ÿ·×âòDÈ½çD!ÊÙÈöbi8:h’˜Z)Ëpî\0I±“.¯µïü«§ºÉÐ»®yÜº\Z¶‹\n!&1cÐÇ†Ý~€¬ä1E£ÐÝÄ2ã\0]:Xà‹%üdÙÞªCrÑ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'VisitorInterest_daysSinceLastVisit', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœ…Ó=‹Ã0àÿbè(°$ääí–Û:ÞZRÈ.…¡ÿ½ZœÉ\'\rÆÂàY¼ž³«Ä6÷‚äØ%KØæû²…¶V	?Ëcù›·Ûuyý®ûúÜC[…t!åöÖM/F9´âvíÿ“,!BìFå!A€7Áž@@çCâHÁÀ˜†Bö„©ãAOÈm¡zBb“\'T¨ç(‡Â—)$	à9\ZwvRµÆí§ M­¡œÈ8h§³èH5žä)vBõã!!pIc§T›á’/ôm)ï£‡%Î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'VisitorInterest_pageGap', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ…Ñ;Ã à» u´„m‰Ùz€ÞJ\"eËåîõ‚\'„ÅãÓoè‚QîCbëÂ£ ¹/ÉÎþý¡]º0´CH\"µG\'=©wµâöSƒ€†Á»KÐŠ``#ü¼\"$ë$ºDZ²~Š¼\"\nÔATW(S!IØ\0£¥H®Q§†Ö¨ßj¯Q\\c[\ZÈ‚øßº¯Â½­/ÈóÕÀ\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'VisitorInterest_timeGap', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ…Ñ1Ã Ð» u´dBˆÙz€Þ!•:DÊ–1ÊÝû—„Å	ÂBðômf¶}1®³Å³PÛ7,¬ó÷·†ºY²À$êbŠ%Zê\rWñU¬ŸóàA-BñR4ºˆö(”[”ä\"ñÉ2úÑ…]%=*#úQ&M-Œ?–¡Ç€ ÔÒˆ¸Lî1 0™‹É®2ö45Åo©<*Å’Â½šº.,/}_Ìè0Ç…ÅK');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'VisitorInterest_visitsByVisitCount', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 'xœ…Ò;\nÃ0à»:\n,ùYyëz‡:²e¹{µØ]„4„\'|XÒ¿1f¾vŽcã4âëäÂáØ>ß#ŒS¾cg’©Œ[^ògäKª4ÞóÀ4h\ZTU‚<\"AZ×h*‘<\"Cþw¢Ù#\n”ItU(žP¡NAo£zBƒ¶†‰*Ñ<¢CŸ„¾Ñn\n™Ãp\r3é+}š†ÔX€Ö8£ž,;žRS…ÄÎg•µJÈ£§ØmÒOD —±c*—¡ˆzYÊý”í');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'VisitTime_localTime', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœµ–Knã0Dï¢°šús˜E€ì²4|÷HVK6£&2@ŠùóJÍîG^›„v{oîrmžÿÔvûl±-×·¿Ëe»ùÞd½âzùõB]ÿ„ËgC[ÊÒßç±¾¤þÙÜ¿ô÷ƒ{Ü¹¯·V†k·ûöcxãœŽþ‹ }‡ƒp×Éx%Ã&‹I–_${“ì_È²“E^;ÚýLt8,à†.ß S\n^ÙÙfG“_Øp¹Ó¥-Õ+ÞG9+û„ŸL>›ìô”v>\"ù>—S>&½žÍ\0¹¨ËÎG~ô%ŸZµñÅÄ>â\0{€¨Rû>Hv‚j&¨L íW÷\0^; §HÙÔ!À¤`Ë´8íBÈPµNA2L–åÑyØˆŒð¤\\)\\†¡\n\"“¶ú îc+æp]®gP&l‚âõï±‚6C¬¥\\v=—aâBØ2m¨F@8()ef@,¼ß†˜9¶A->e£ÔƒrÐ¡€PKcCÎÚÁã¿5OÜµ%ÊÑNjG¸Pÿ0l?‚‚ÔR¬´Ãpê¸=…×Â–$hI•¤güZ&QAˆwr–a\"IØ–5É*ÎÃÉdØ\"&/¶Å)o8 ì=ðèYè‰&tÛŒ¢§A>ºwûúCw(HaŽã8+ÀäTÈÂst\\+ RBdÿ\r30±µ(\\oÏµçâoP¾ÔH)çCo¸ IÏ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'VisitTime_serverTime', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 'xœ•–MŽä …ïR\'à›Ÿäs‡\Zi-õ®—¥ºû$-l˜01êE”•ä{<ìÏx{}lanQÔíõµÉöø|þþóùØÏÁŽ+¶|Žðþu¼ó\0Õó9Ÿa¤ã–Ú+¹ÝöÞ÷kaC&l¯÷9þKî 	PÔð8ð\nLW2ùdrÉt!§N%ÒþÁÙÑe÷™6ÛC‡³Ác¹›8ûpváÜ¾¨k;;\Z[n—>[\\¶4vQrƒÓ±ÞF$¹áåŠ/>>¹x53)~˜{1}bÆO«ž|zvéùRqüã9Ü¡W\\ti-¸2øŽ¾ê¡ÞáÅÇW_/õNaÀ\'3>kþ´àá§®1ÇèüXûôëmÔ¬Bn‘r¾ùí?ÕV_jÆ‚¼Pà§´ð ÒX–x1—±Aþíü•?ô ©GöapÍ…šY0O]°høÙ?M  u\rTC–¬>”É‡EÁÏ@ÈUC$D³!²šSx¥ÁBh‰‘i¨ƒÛƒ8&íI¤«ZÕƒ‡Ð<Œ¡i(ƒ}7`¶èÅT“K\r~.Bƒ\Z\rið¶\'H‚ú0·Å*ül„†#´-¹kHÙâ‰2é®<m‹X…ü„$MH-‡H]ÙRPˆºALÕ°(Hò’4!ag¢8„Cî§\"‚m³‹}‚GBI]h‘ÁIa¶sáÜ™‹3ù)Iš’fDÎH‘ºÂûMHú6¼ÿ\\[K');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_04` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_actions', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœí–ÝŽ›0…_Åâ\"lC’:—•ª­ª®ªþ\\ô\n9ÁM¬Ž°Ó´J÷Ý;ì˜Õæ¢]m$BÆŽO’™OpFÙI²pÅ½KvÒ,fAÆ×\"VšEK ×oÐÛ\"=hSJ¡Ñgex†>Š#/S¾¼C¿Ñu¥HÑúúªÁJ2ö·@á-†ƒ†`YVrŠý‚¬î«…¬ÎY ybd.’B˜£*¿WÉ`9œ…ðª\n™‹u²“F\'Giv5xã qËeqÝ­ñŸ#¢ØË¥EùC”†Ìè¼‰õÅºˆ]ªØK5àUkl¨!ÍÂËdJ^èoNÉq|N5ïKåË]®…—kÐ¯VÙdÃ»R/[ªòd_ªÐZ[§\"Rk)éKØ½Éæ¬¼]ÎïZkÓNÐ¶2oT¾Ï„‘ªèôÃpæöMç.ïÉìËîû‚þ-hM†*’Lñtâdxj›§5îºÝÇñ®À0/ÜŸ\0Å+¯ ÍtÓº¨¦~LêŠ¸]*&p(NçþÞó-t4™HöÜìj\0As=š?à[Á£±¿àvð_\rÝ©\\ O†o¡Àìúnãp›?k¸á]âÁíâ57Osn$º-Ü\Z¿¸Ù]\'Àm¸õƒÂ—õ‚¢Oð‚±!ŒM,?’‘‚â‚ 9z/R¹‡§Ó\'|æôÁñâfô±^×èã4ÿù£Õ}þMúÀØFþCTìŠ)\\\nY0I\0<w_');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_actions_url', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœ”Žƒ @ïâTPk‹wè­tKªÒ\0¶›4Þ}EŠ®û1Q©ó:ó$32‚ÈK´b$ó‹’¼4)HÔ°o¢JL¢þU‚`838‘_Œd¥•ý;,Ð¼ÀÕÑÞ2¸i‚v$Ò}Kh9í¸yJ)k !?ëNô*Œ¦Oa®+È–š´¢[Å4ÇiœÂÍûü*ÍÕƒ+k’ÇûÃÞÚä[63çdŠ@fePŒŠÒ—ñ.ÇÙÎ©”ŠQ¬Ó—Il‹ÜÊì¶dÞ¤Ó)wp~oTøb^è;…ó‘ÂY TË–Þ•<s­E÷1‰å9,Ã[bkšÃ¥ôzkÄ•‡¬¾¼—ü»P=ËöÞp#d7·ÖÏš!+¦6\\k†ÈqËm\r,š\\v´‘¬þ½É=4),šÜÇŽëÎ\"°Ã‡q›a:S7•Í3Š±FTŒÐ`/Ìý”ñ\"›š+Ú«†jÃ”‰Ü–]¹k’$ç‹‘†5Š?™ªuï›ô·Ä~÷¨†áÉˆeV');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_actions_url_chunk_0_99', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœí—íŽ¢0†ï…ÿ#´¥êÖ{˜[ (u$Ã‡ºN2ñÞ÷´@-HÙÅÝ£	ÂËékéyrNÈ|ö3²)BÄgNÈ¼ámBFôeŸ%£ÌIÂ-OÐ.™ãÆYÄ?œMÌ0È<ô\r²‘ ¼\'ã3Ç“r‚ÌÞ¼ÊÜ…¸å)\rDœò ãâœïõtÞÂƒŸ`0’mƒC,Êà‹Ã\Zb#§Ž–ÆÙp4%\n?FDÔðUòâ\'/j\rZ ºªlù}¶®bíŠ\Z®,±”¦1eÓ¬O¢³r¯UàÑÊÕ²Ï•)×¾V†/k<¥jœÙg%†·(Oƒc‘ïxYÆÙÛÍÚÜçðö¥jÇT±µÏ®ìµ4m‚–»]ž.â<û‚»öKVw¦¬×]WÐÊ<’<Œ&æ€¡nü´r@?oæÑFŒ\'¶¾Þ0 zp‘Y­ø\0ëÂœS¡PàCœƒÇ’¹în/r&?‡ET.à¯¹§wwË_Î<IÜ”Gñ.L\\I&üåRá&ð¨gaé²GîÀ*R>}Ð©/Ps16óÆ#gº;_\"¦’}-µ™ûb–Ef÷¢ÔvþMªï5\r\"qõmï1C¦Öbh&fme-ª,ü&¨úÖ&¤xŸ\'/ CPŠ°Šë1FÜb¢¦„<*N(*(¦râ5ÊòÁk²F³Õ(M¬!˜hÍp‚ýyk”:ÞUšYŸ5Ê·­Q,•£Ì!OùPé\rÖ¹[† µ’Tµ@ä/ë?À}h¼àYz3áå\ZËŽCóÍ[ ßÇ_Å\ZÅK\'ö iz´OèT<+ý`ðÃà:»‰\ZÈì†åAX°žµ[ÄÃÖ•TU€áæ¨®£žÍÑ³9z6GVnüGÍÑhþ_›#Ýay[,À] Xf³â±aù D€¾c\"ÌÐá(\"`.\"Ì×Ø<‰ðoˆ0	tÚ	]ÓÀW=Ìå½§bð');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_downloads', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_outlink', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_sitesearch', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_SiteSearchCategories', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Contents_name_piece', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Contents_piece_name', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicePlugins_plugin', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_brands', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍ=€ †á»ôü	“0^¡&$lŒ¤w×J4lÏ›6­€Ñ2\\„­b9¯B©Âƒ¶ƒR?Á 6ûÁ¡;¼Ž=œÅ4æ~‰½Å2,­¿Õ^šÚÑ=©ÞQÁ)Ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_browserEngines', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍ=€ †á»ôü	›ð5q GÂÝ¥\rÛó†¶9Âûà‘Ì $Ç™(4o)Þ…®Í VÛÁ®Û5ûFc\Zæj[¬Æ2­¿‹~!0ÈEî¡” +)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_browsers', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍ=€ †á»ôü	£‹“w¨‰	#éÝµ\rÛó¦M+`´—áCD«˜AEÎ«Pªð m§”ÁO0ˆÍ~pè¯cg1\rƒ¹_bo±Këoµ‡¦vôHª7Nó)Á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_browserVersions', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍ;€ Ð»ì¢2[ÚXyL,Hè(	w0\Zº7ûõ`ä\0%æƒCN° è¯;’$l ý6vR$\\Kâf=Ø¼6Ýî\r}a\Z¶Z×ÝÂ2­¿K{á¡K;zJ),Ü*ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_models', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍË\rƒ0ÐV¢­ÀŸ@`ö”PZ0ÄBPÌÍrïaA‰|{£ÙƒF\nPì`h‘\"*Ðìz?Gèô|ñèÿ	Ãííã´¯q€–¤Å¦°½lO·WPîEQ6Ç‚‘PC¿³¼pPHYŽvœóP=00');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_os', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍ9\n€0Ð»Ì	²¸?•Xë\"XÒ¥¹»3%ÝûüY\",j‚áÿ! Ì ¯;ièØvâ+É‚¬Ú\röÝþuèÁh˜†b;Yp\Z–ahýÝôE„AmzôäÖ|X*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_osVersions', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍ=€ à»ô\0†‚ˆ¾NÆYï€‰‰›#áîR†í{ý`ä#îÃ„|ÁƒÎ¸\'É…´Î‹0w$k‰A¬¶Ýk÷xzƒÑÐ7\r_më‚Õ04CáwÑ¹èÑMJ¹7Š+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'DevicesDetection_types', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍK€ Ð»ô|DÃôÞ¡&.HØ±$Ü]*Ñt÷šÎ´^àX?dô†ªrÝ•¸Í9â¿ìÕÁ8.Ç×Ù6³HÓa‚»	¿‡¾8ô¡GOã\r)e');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goal_days_until_conv', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goal_visits_until_conv', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goals_ItemsCategory', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goals_ItemsCategory_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goals_ItemsName', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goals_ItemsName_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goals_ItemsSku', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Goals_ItemsSku_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Referrers_keywordByCampaign', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Referrers_keywordBySearchEngine', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Referrers_searchEngineByKeyword', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Referrers_type', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃ°¥5Hg¦•	TÀ¤\0¤Ê*a¦kAÚ­¬ªkAêü¬kkçâ#');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Referrers_urlBySocialNetwork', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Referrers_urlByWebsite', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Resolution_configuration', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍ=\n€0à»äMÿ¤/“¸¸è*8n.BéÝ5ŠÒí{$/É`”\rF2Ü‡„r €ö¼¬;ÉŽ ©dÅ†hNöÞl`Xm»×îqzÃSðÍ Ü¶wÁjˆÍR÷»ê‹ƒRõè,µ^Å¡-K');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Resolution_resolution', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍÉ	À Ð^¦Ç-øí!=ÈAðæ% öGIðöþ¬	Œ–¡b‚ùÐ*¨¤ë.ë(v^=l­¢˜Á£Æ ëÍfÙL‡æ‚Ý\ZnX-ÁoCÇï./Z—£gìý`‚+K');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'UserCountry_city', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍK€ Ð»ô|DÃôÞ¡&.HØ±$ÜÝV¢a÷&ýŒÀ£8Ä½!ª\\w%np â¯ô o‹ãt|gp¶eÔA‚…}Y:~«mëÃžž<Æõ…)4');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'UserCountry_country', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍÁ\r€ …á]:Ñðºƒ;`â„ñDº»V¢áöýiÓf0z“Œð!¡7DPÍÇYI\Z<èj$üƒØì\'‡áð:pË4ˆã{‹uZÚ~«½ÈpèjGwQ½z½*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'UserCountry_region', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍK€ Ð»ô|DÃôÞ¡&.HØ±$ÜÝV¢a÷&ýŒÀ£8Ä½!ª\\w%np â¯ô o‹ãt|gp¶eÔA‚…}Y:~«mëÃžž<Æõ…)4');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'UserId_users', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'UserLanguage_language', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœMÍM\n€ †á»Ì>ð\'¿¹Cw0p!Hi%Þ=Ç(Ü=/ÎŒ\Z5Aq€ýàQ(‡3fâáx-w!NÐ½5H‹ÍdûÚû7”Ä:=¸nÓŒÄ6\rí¿›| P›=¸µ\Z+!');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'VisitorInterest_pageGap', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_–üv3IvtKÞ,_AíØ­\ZmíýÙÈ÷è°wÓ¨Ä(‘ŸÝ$fãv¤ì¯ë`¨(+V)™ó\"ÿ•Œ”ÂïRR¹b¥\"eâ+ÓP)FKÂÌ<d\"Küõ§Y SYoìóDŽÊCWäœ_õúÅ€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'VisitorInterest_timeGap', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœÐ1\nÃ0Ð»:\n,ÙqyËz:²e¹{ÿèÐÚÚ¾ŒüÔL‚›…Ú,ÞAí<l2ÚÛë½S=,–@u3E)(©^›	šñ)ÖçýðŸAáøíÈoGGNÎŽyb×ÉF{©J]hÆ\"\ZX“CšFNž™òH‚‚+9¤y$AáÅ#•®TŒ °µO^‚<tI×‚Ê™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'VisitTime_localTime', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœµ–=ƒ „ïâ	Ü‡øó¼Cî@fR8cgéx÷DÁØ$kµÕ. |T$·Æ×Éë1y8ËàëâÑ«9=_s5î““£¤•g¥4%cÉ¶dwä¶ï¼öuÛÿ}œÿ¡Ð@BM\r\Z4Ð†B\r4RhÔ@[\nm5ÐŽB;\r´§Ð^(tÐ@Á••“n¤$²¸– ò¸˜ 2¸š r¸œ ²˜ž7¯Ðæoq|ùºzÈ=TùÇ Î\n¿bÙÉ²ñ®ºoÿy6n1ˆ4î1ˆDn2ˆTf\\e&R™q•™êuóÂ©Ì¸ÊL¢²í\r½Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'VisitTime_serverTime', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 'xœµ–;ƒ0DïÂ	˜5æ³¹CîàH)è(w`šd¨¦šÁ`?WMn/£×äá,ƒ/³G¯¦ôzOÕc_%­d8s(¥)K¶%»#×ý„äµ/ë¾÷y.ü‡B5\n5\r4PhÐ@\nm4ÐH¡Qm)´Õ@;\ní4ÐžB{\rt ÐAWTNº‘’ÈJàZ‚ÈKàb‚ÈLàj‚ÈMàr‚ÈNàz‚ÈOà‚‚ÈPàŠ‚ÈQà’‚ÈRÆ-e\"K·”©f§›á)[jvx…<M]=äª|…ã¡ÎƒÈõ\"nÝ¶\r–ÿÛ×GÝ·ÿ¼×˜I4¶~\0sxa');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_actions', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœíš_oÛ6Å¿\ná§î%IQ’•—¢i×[‹ Ýúj°6“EC’“]¿{¯l“’c‹¢×¬õÀ(]Kâ‡7’)\rÒÏY\Z\\Ë”Û7ð®JE:ÉåG•O®«4dé„¼•\"·òù‡ÜüLÞ‹MU—™ªÈïº–9¹S²\\Tä_\'×YÊàA»»7O	<ñ\0œi:	\Z=§Ý»~×¼px­Q:©6«Y­Ô¬Põ£.ÿjŠ‚ÍÁU\0Í€A¹ÅÇÙ2««ÙcV/ÔàM\'{·UV¸Ý¶\"ù÷€HtêªTù Ê½†FìÊ\nO•ÕŠmU¢SU×VcŠêÓÄšêRÕŸV•Sº«*:UUWnëŠ;uõúmU¦²þ½òNm½š­K=WU•÷GÇ–³SiwÅì¼mOeïŒÀ”Ø\'8¨n®Wë\\Õ™.Î¨îðK½Õue\'«{*8˜º˜åZ.<ç@Gmê9˜ös³[Hç“/Íä•`ðyw®å=œé¬ÎÕl-ëå–à~\"À‘·ÆöÄpq‘›e©‹lNnt±ÈšÃBd± ·¥zPÅvøVPÒ\nFx!\ZŸh‚É§½››OFÔË\'zMC$>µ^ý|êhÜ|\n9.Ÿö~|2{ùtÉ|Šá«¸iÆâS\0{	¦`ðítŠ\ZœÇ„ÓÞÍ\r\'#rÀ‰3Š\'ãå‚“Õ¸á$Ã“ð\nObOÿ8ñi:ñDËîæN‘Wp0ô\'¥È™o •z­«üž½úpû‘¼åÜ÷—â$A#’ñrÉjâRˆ—B\"™½ŽDºd\"E°-«ÂV%G©aÕ/z¥ÈûZÞÃyDàÒôÒ»L±ËÄ<ºLÌ«Ë c)ðÂRà¥pÊÎÅÄÒo\'¡NhGXõÁ\n&slO¦kf7ºÑ¬™Þðsbžl‡Ìî×§›ÏäO7q\07qÄ`‚‚Õ<ßT\r<ïT¥7å\\‘×¥Þ¬É³7w¯1bX€—Â\"Ôù¤°h0…±(FKaÆË•Â¬f …EÈ),òJaÑ˜Â~|°…]°	;ðÉgðë¾™(-À\"÷JR4éì7%ª¬–Ùš¼T*×k¬~;EliQÔ–õiiÑAt…¯ßn¼\\è²\Z7º82º¸ºøˆ®]€°ù_£S<ÐZ‡ß@ÞªE6Gé­\'x ú—ŒôJ$\rDÆË\"«X2\nä%£ð‘Ùë¢KQóß7B´äIÈmÉSÔº„sõ|‚P ð‚C\rBÌ\'±á×p‘Ç\Z.ò\\Ã%Èk¸Ä‡?f¯#.š?¢áÏYœh!4õ¸³à=Ø<(Œ~yŒ×AŠQ;H±O)¤O2Åj˜·^.úXÍxÛÓHŸÿîÎo@î|ù\nF\nØC');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_actions_url', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœ”nƒ @ÿÅPª+þCÐJWR•p]Òôßw R´nYðì½Ü=/(§ˆ>$ÍkNI*ú0´ IË¢MjC1M†kRKŠa¡Üm¯ˆÀV‘\nvâîÝ\"hp}pCQI3tÌÊN°^Ø»ÒPµ¡yŠHáÚ@ÏþÈ.Ò\Zv—ö²}Ã±J\'ûUÒPø;Osø%3Ä¿0¡\"ò1B	ítP™–ÕÞùì¶|fpÖ)\"9ç¡—Uhl™bdªHÆjÞ›ó¨“§æ	6å–Í‹œ}ªÈç•\róÙ…nÁè*§0‰œ\ZÕ±›V\'aŒì?G³ÝFð–Ùš¿©dÐ[#S{¨\ZÚÉ°Õ“ên­°Rõ^õOÍ˜•ž}ÓŒ‘Ã–Û\ZXvÕ³Vñf6Ù>è\Zç<äëÃe`Â…3¬ýà|~Q1ò/ê‡±ïñtw_€±æYµÐlÐ-3–k›LC»X{34ËNg«,oµ¸sÝ˜ž8®™û2@%â>Ÿ?‹Âgï');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_actions_url_chunk_0_99', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœíœûrª:ÆßÅÿ­äÂµï°_Á¡B+³Àvï9Ów?I ˆ’eYžZÎ´»\Z–Z~ó­o%‰#âFÿd{®\"B˜ÍâˆÈ\'œç8bÝ8ª\"7šmâ—t3±\"p‘åIúgöœET|‘þW÷ß‚@|cŽ¼@4sd<#ýúüKþ`â‡xV\\í·Ë:Û¦Ë<­?Šòw{=çÉ!#O¨È$Y®³ºZ~dõú,ZŒMfíhÛ,7¦‚â?– ·—W•–ïiÙÆ\'?hÓâ—Ò:wY¹½¬ÆR1:©¡¿—S]ÆyõÚE‰Ì9o²ò.eÕïòò{y\rŽ§¢tfÃWe½Ü’b»Ü•Å*­ª,;ÄŠ‡<aôR†çÔüÇ4cwyž†ýÒ:Å¡€£ìVÅv·Ië¬È¯Èîø³ë‡]Ìî4àè(òå¦ˆ“³´.ß½hÏÑ=Ðý^_§K¤÷›Oyó*ˆWÍö¥ºã}q¸®ë]-«×º¨ãM™~ÄeR=‰°Øÿ^¼¤ó,_möIš,Rñ’Š¿i:7ût.>€]Qeò5ÎÓ÷Ýb&/\"ïøÏOÉ\0®èã†ôqGÐÇÁƒ‡\nÏ\nêùhðÑc™àÓÅXàã!ÃÇÁÇ›àóÃá#n[Þý[ˆ·;À¹Kê ’*ÓªØ—«tþVûÝ<+ßN¡Då%!•P¢çP¢§PbN43cïˆV5RË+¢\0xJ\"¥Rìd’—»¹$J\"¥O¬@j“¹­Ro\rç\0µéüWH$FO¦boŒ[BýØ„HÓdbL“Â8e#c^‹M’–K’eUÇe­€âÚ€r•Ôi¡\"¿Ú«ª*\ZD3¢†âŒä‡‡Ä±ªFòCH~ ˆ™†\Z?Ð4ÌÄïá‡Ò#ò³ÄZ0]!N:ŒðVxªd\"ü†\rÁ3lŒzñêš©ÍL4X3Qã\"ÕL‡±†1Ó‹1×L„àÖLíxÞè«N5Ó­™.WF.¤2jžðy‰+¡]â¿§Uª¿pæ¬\nz¨aµBF•;8Re4L’HÝÙ£¥\n\nC\ZG°¤\n:&©r¿¥ŽT(gèÔˆ×R\"Pj„‘[¨uŠ#G(Á”#íhf‚è ƒ…ËG³põX¦ª§‹1Ë†lá2PùÃ&÷1åˆçäHµ_É7úu¿YlÒX\0«Zg»y’¾§›b·MóúTž„\n<Ô¹x<<j‡Ø;ò\0v‹ìÈ½£\0}Õ	<×»<3E)ÞòÕë)m”/I¸m	Qñ\\æ˜¡6Òzç«^.%vÒ@\n¤ÑòFz¹BkXc÷rTzkš—‹\'f¦iß^ y!¬@²Ê–®`\nÎ»@gÔ ‚€=P¡Ê—QA‘P1VHTx(mÒ´},TàÉ	÷‹\n7¸\ZG÷xË‡°U\ZÊÊ#„{·(l\\ŽVØÜçŒ\\/ÄsTôXF „ G…3äÂ†ÈÂ¦Âæ!›€\n›t³Y¬Öe‘g«ùªÈ“ffJœ\'ó])J®N·q¿¥—Bˆœ¡ÐùˆÎ.C5XDÏ0+‡˜6œ8Äz¥Ö‡º3‡\\äF³ê¹S£ù19Ä­3æ4‡˜xs†˜fñ‘34ýÔâ#<ÄÜã\\òä\r1z,bº3bô,ÄôºßÄè«Nˆy4Ä@<\\…˜mšd«Œá·“1¡WNù¨å”)§|+c‚k¾Üa,cº˜©œšs‡2¦ªËì==CŒ$\0§Í\Zjèqqí+*3ƒ¬\r‡X>ä…-#Û¦ñ\010\r/“<‘o÷ó¯õe:‡˜@I$×ÔZÃÐÐæË—{G‡£½ÉÖ4½G2ÁbQo‹6ÏY™˜q¿ÌàÖ©qgÊTQ3ä¿OS– âæä+‡^ˆbA³@\0ƒxÈÄ‚;f°Ü7;0`Í‘M4Ì0´£ñåzÂGª\'Æ\Z’A8~Šo1Õn«\rô}­q 7»¨Ðp?ƒ1îçC7X¨¨=SÀB?\n2?äÝÝÐæ&|w7ÒkÍOb5?OÆ6RæBìd‰\Zv6ð»Aœ„½ª(NÔ­*mñr|¨SÚ]wÀVµ.2\\Ût.€÷&>¶3SõY.Sdj&Ð¶‘sg{{*h|Q-Ú•;#w\\jæµÛ$µKÐŽ)FË”=9.{È<ZjÑ;íS Û/… ¹Cr¶ûÒ4ãþnåNvÍî)è£îôVôPàûÞºfCgeÚ¨`Ú¨`¢Â·A@nè.À%LÁà01X4P2Òá ¦‰]5ÀÖæÜ°\'â@š&6¡\0Y›Yp°ðè¥`+õ¦å7?œÞµËo:Fø\0ÏÔWˆ‹†×pà\Z|ìj<×?¾@{2rý`n°z¢Š†4U¸…+ÀD%œ:ý±‚ÛYk±LíÖÎ\nn©¼TGñ#LxgRB®Èé¹†Ë£Ô¥®ï‹6ÍV´½žñìP™é4 6\ZÜÊýŸ0BÙ›Í½HæÖV¶¦,h,M94%Ö9£\'þæ\'®r8?ÿÊHí³');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_downloads', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_downloads_chunk_0_99', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ”ñnƒ Æß…ÿ­Šµ®ø{r**™€\\·4}÷A,V—lÓ˜ÈÝßr”\\9IKMRœ¤Á.”@2ÿƒÏäªINÐ\0ÕæAq­¤fÒDcÓÆ94MQçÇ¨)’4:¦U\Zó”EÀ²¢=·¸Àçê`…¨ä—Î0ø°f¥3´(\'‚ô,¨á‚QÉÌEMoÎÖ†“Cb7ÀHV´çFÓ7ýFmwsºÕ—OùWŸ½Lh6½³ipÜxˆÿ<ð÷io²Ø¯Eàn&ºÝó?íù‡ò… oµ0¬S8(\Z%è8©šiÍe·aÉðËv’\'rk/DÏ2o¾pý$XÑÕJŒ3\\É?Ð­\'ýHÊvéž«\nV’\nš_Vp Þ­à%¿©à ss­®¹íî	š§{Û¾ØŠí5‰c. c:‚q<ôs$@róy¨Õ?»Úúeß¶Q¶º:\0¶Ç_«a’B×M¬wPT\Z•Õ½áÃ»Å©)mÀØ·\ZÌ€QŠü¶rõ†7üsÖ|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_outlink', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_sitesearch', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_SiteSearchCategories', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Contents_name_piece', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Contents_piece_name', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicePlugins_plugin', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_brands', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMÍK€ Ð»ô|Dd¸ƒw¨‰v,	w·ÅhØ½É4†E/0™á?$ô†\0ª|Ý•rƒQ.°B²j·Ø‹ØÌÞf†mm‚ŠþÐ´/gñ÷Ð–Á>ôï™Çx\0fø)Ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_browserEngines', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMÍÁ\r€ …á]:PyÜÀ0ñ@$^<’î.`4Ü¾?mÚ’ Bð(7,(ÇýÈº×œ®“B‚®­AºÙæjS­zøwÒc\Z\'¶ƒ/­æaÍý–ö%B¡H»»‘”ã+Ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_browsers', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMM\n€ „ïòNàÓÊïA\'xAÁKñîùCáîû˜aFÀÈÊÌ9aE¹ŸH>AƒÎ‹|\0Wa7Ö›QbÕÅ¤Ë2\'k²fo¶M5ûsi/…\\ÚîáKyÍ“*w');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_browserVersions', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMA\n€0ÿ’Hc¬¶›?ˆà*x¼õXúwÛŠÒÛLvÙ0Ò£òGŠ° ;çM\Zá@Û®,v0¤¸œÄ•ÇŽ¥ðX¸•Ä¿I“©Ol-âªÍ]mù9×/)×ÝUs~\0¯´+¯');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_models', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœM[ƒ E·ÒÌ\n@Š;{è°%†hÔHÿ{—Ñ´áïœœ› ØÁü`@Š° Å~!ŽÐ-ˆ\'¿ú#¼çï¶hi -ÜTl\n7…Õ%Ã].yÖÅ1 Îôbm5ëþœå‹ƒBÊr÷Å9Ÿo0;');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_os', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœM;€ ï²\'à#\"ØÐZ¯‰	%áîò‰†n&³yË(Â3ô%Ã€ßO\"Ÿ[¡ëä#d3	’ÕÂº±j,†¸Y†lk1sÌê£Û¾œÙŸkÿÂ(µï_ëþC*Ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_osVersions', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœM1€ ÿr/à8Ý{­5&$t”„¿\Z\rÝÌíf/€Q\"ŒÈ+JÆJá¼i†Û®lH#¸ÄíÀÒØ6~J²¾É#Ó˜ÌMäeéæ†šÿ¹ö/¥öÝ]k½pÃ+b');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'DevicesDetection_types', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMÍÁ\r€ Ð]:PùÝÁ0ñ@Â#aw[†Ûûéo›áÑœdð‡„Þ°‚j>¯JÒ´BŽ¤À¿öæ0™ÕAý”8MË<Y50(òni›jñ÷°/}ØÝCÆ¸Š*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goal_days_until_conv', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goal_visits_until_conv', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goals_ItemsCategory', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goals_ItemsCategory_Cart', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goals_ItemsName', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goals_ItemsName_Cart', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goals_ItemsSku', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Goals_ItemsSku_Cart', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Referrers_keywordByCampaign', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Referrers_keywordBySearchEngine', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Referrers_searchEngineByKeyword', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Referrers_type', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœ5‹±\rÀ wñBï²ƒ‘R ÑQ\"ïAñ¾—íxŒ\nÇ‚°KÆèˆ &åmÄ}¾\'®ð+Çb0:+™M­8÷&Î¤pÏy­Sú©f\n†šÿ°êG$8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Referrers_urlBySocialNetwork', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Referrers_urlByWebsite', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Resolution_configuration', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœM;\nÄ0ï¢HV~~:Aš°°ÅÖlH—&`|÷X	»¸›aR‚ o`KÐDä=hOëw\'; è3/öz›ÄÀ§ðÄdÄHœCÃZ9T¾G\ZŸrK×–¾Š‚FÜ†f6þ¹ø—F.~w±R.^ß.');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Resolution_resolution', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMA€ ÿÒ´TE–?øL<póbBø»E£á6³»i5ƒc‚~POÌ ’ö£P<- 	Ž/á•)fˆebYg7°\Z;ãg¤ám™Æf6Q×µÛ2ÌüÏ­I`ÔÖïn±µ×¨+è');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'UserCountry_city', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMÍK€ Ð»ô|Dd¸ƒw¨‰v,	w·ÅhØ½É4†E/0™á?$ô†\0ª|Ý•rƒQ.°B²j·Ø‹ØÌÞf†mm‚ŠþÐ´/gñ÷Ð–Á>ôï™Çx\0fø)Ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'UserCountry_country', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMË\r€ D{Ù\nX‘¡{ÀÄ	7â‰lïò‰†Û{™ÉL£&¨a>ð¨”ãug\n\Zô\n	Ü„AÜY/lf‰Õ?“!ÛšØ&äÌÑm_jîgé/\nUúîD^îß*¼');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'UserCountry_region', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMÍK€ Ð»ô|Dd¸ƒw¨‰v,	w·ÅhØ½É4†E/0™á?$ô†\0ª|Ý•rƒQ.°B²j·Ø‹ØÌÞf†mm‚ŠþÐ´/gñ÷Ð–Á>ôï™Çx\0fø)Ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'UserId_users', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'UserLanguage_language', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœMÍM\n€ †á»Ì>ð\'3?ïÐ\\ÒFZÉÜ=5\nwÏË35Aø\0ýÁ¡PgÌä‡ãµÜ…|‚l-A²[MÖÍªYŒpïdÄ:OL\r²zïµMkö7÷/•ûÝÃ3?‘,+¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'VisitorInterest_pageGap', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœÑ1\nÃ0Ð»:\n,ÙNÒï­è\\è`È–1äîÕèPò»}YÒäKØRëÈgpì*dí¯÷*m‹Ž˜š´Ê IÚ1`1Û‘r{ž—Š«sÅ™’5s%3¥háJaJÕÊ•Ê”Ig®L—J,jé‹±ßÌ|ÉD¶øë?N³P§ª\'îÜ™ãvósŽôáÅ€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'VisitorInterest_timeGap', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœÐ1\nÃ0Ð»:\n,ÙqyËz:²e¹{ÿ’¡ÐÚÚ¾ŒüÔL‚›…Ú,ÞAí<l2ÚÛë½S=,–@u3E)(©^›	šñ)ÖçýðŸAáèptäDáìpb×ÉF{©J]hÆb\ZX“CšFNž™òH‚‚+9¤y$AáåK’ßRéJÅ\nKñµO^‚<tI×€`Ê™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'VisitTime_localTime', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœµ–;ƒ0Dïâ0kŒas‡ÜH)\"¥£DÜ=€M’\"ª©fý}nü´£[ëóÃ›Ëèñ(Ÿ\'Ožãíþ—mòá¨i5ã‘C-Úš©fW3ï¹l7ŒÞø¼lg¯ÇÄ(4P£PÓ@#…F\r´¥ÐVMš4ÐŽB;\r4ShÖ@{\ní5ÐB\r\\IP9éDJ\"+k	\"/‰iró€X\\<9ÖAQä§ŽuSÊ;ö•¦èåk%­ƒè!Ç¾üÇÏ¶ü®>+\"‡K\"‹k\"‹\"“«\"—Ë\"›·™‰lfÜf¦ê±Nš,‘ÍŒ·Y&é³–{¹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'VisitTime_serverTime', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 'xœµ–1ƒ DïÂ	ÜˆþÜ!w03)2“ÎÒñîQÁ$E²V[íâ£z0ºµ>?¼¹Œ2ø<yòðo÷g¸l“GM«jik¦š]Í¼ç²ýaôÆçeÛ{=&þC¡\Z…š\Z)4j -…¶\Zh¢Ð¤vÚi ™B³ÚSh¯:h àJ‚ÊI\'RY	\\Ky	\\L™	\\M¹	\\NÙ	\\Où	\\P\n\\Q(ŽšPnÜOk·µ7¡œa_iÊmõµ’ÖAôc_ôþù,¿ûÏ£q‘Ad2ã&3‘ÉŒ›ÌTï«“–ÈdÆMf“-/eÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_actions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœíÝ[oÛ8\0à¿\"ø©ó°^Þ%¹/Ûv:³ÅvºAÛí`ŸÕQal)åt‚îü÷%u¥kY<´»qT »ÍØÒ—sŽH*šÑpö-™¡çÑŒ6ÿ`höm5ã³É\"ú/&ÏW3Ì&Þ«_¼7éÕzUäI¼ò>fE´ðÞÇ_£üjåýç_Þÿ¼‹ìkœÇWÞç{ï¿Ùzò<™õÉ?°úª?ÔS”«Ñò¹òYŠä‹àÙ©/¢X@ž¿SQù—|VÌ&«õò²H–ñe\Z_³ü5>ù4šrLz@äÈÓÏ—7I±ºüš7[­ÉlBù¤în™¤ýÝ!ù«mýÙßˆV5âÚÀVq~çêi6axÊÂª\'ÂúÖµîÆÅµquÿ_\r‹‡í+¶ÃÚhNŠ«6¾6ª\"ÒÕ—¶•©ß/Ñ7,½y70_Øwjï˜¯\rm«fAõ²TÜU¶¼¼Í³y¼Z%éuÝ–Mƒ–m)éâöÉ£&húnÇÙÛ·\nÛq´£ím‹§(ôûÇ<Ï–·‹¸H²´í7±aÌ›_$ÇL{ÇÜÓ7Á¸Ì=m›wãœÉÒËE]uFçŒÖºåÆ)³Õ\"Û§Ìv#VžÙØ¯Ž,Œ\'Õ#>©Ì¨Ž:V>R Ès‡R*ÊÇ¤\ZPX~!Ûè†×äþ¥Ø‰dÃoÕÙr]ËÃ1)ñåmTÜ”®É#Õš5Ù¯Ò¨î~HMùýzÿÌ–±÷¡ˆ®åñ$;~µÆLŒ3Qc&Á™Ì/ÿrbfÈ°™»1‡¡ÁLÊ¦¢n0³×™Í°úÍôÕÑ#)÷hÊ2šõÈœ ‰húÓ\01+4ë“¨¦€Õ¤h‡ô[Z‘)\"&é·Ô¡j¢ú‡4DMßÇ\05ý¡HcSÍ &¨IüNMÙ­ß¢Ù<hÌn&ç!ÑÍ$­™òhÉ¬:ˆ)Ÿ¶$­ó’¼ôU”™e$±Dw‘ÌïÁ`ÒÚKÚpé7Z\nŸ¸Â²9UXÊ¾Å—º\\=V–ÑiNI•í¨vJ)OÙ:ÐÙ]Ò)\n8\0JÌÊv\\ÃNpTï­°\r.	”I„(ÉÍ¶¦àQnËdÿ˜ûúÆ;ÆÜ×\\ž/›L\0“=çK£ŽI¢3It&ñ“˜†LgéLIcRŽÆV²ÎI:ì$—ö~ŽåKyÙ/J½×òóÉîãÌ%¯¹ä[\\bŠ]qÉsé»á’rbà’Ê¨–·£\ZLÆ—xÊÉ¸ÊF9œKßUX‰„\0r)ÙG¾-—ýym¤ùî\\’ö=7s‰§!²Ž*Á¹8Ð\\OYý#z˜Kâ;ÍÅ€Ë²dfä²} KÐQRJ\n¢’Ë÷oOÌ:1™.&\rzë—yrI‰-CKR[I\Z+E›ˆ³€;‹-9°xY…íNbK\"Xò)«Û\0°F,ë“qKŸB’pNÂÛq\rc‰}–<b‰%áƒÅ–òHÇ–œíshõAc%ê³ÞìIÈ­3ã(²;è·Xl^gÛÂw\Z€Xë\0ú-€ò»Ôÿ.Z­\rêˆãÄÑ-âä§æ½ŒV2àŒÀ6¸g×elÒæíŸk”6Ë80€UÛQ\rÒFŒ´…u¬5Lbq u²)h)âi#Z]”éÝ‘ê´iÿqIönG\'’0ˆ*‘ÖòC“Ÿœ÷1îâÅþ½&qÖ0‘i ¨;˜a„‰#H‚Úf\'Ç…	30Læ“|¦þ“\\oÖ{’÷5	:„ ™ŸÙKÑIäKTÌÞféõß>ÆùRv:Ó\"¹“\'±óŽ“$Gulã&NÂFŽš²¡#lqyÁG»®hö])Ö—àWaµº)NÂ»j|#RvH©BÕžˆtRRñï¥HJõAžÉ<ö^¤©ì?_Eù½÷¢êìðð‰ž·WtŠ}ßWÂ4ÙO}òª)9¯³¹:†O?¢L]q½›áV=€˜%s°ƒ8éä\n‡c,Á•\\7Y^xßûøìÅ›‹¿zsñ“‹²;k¾ÈTðã†[”P¸ÅN’ý|=v¾\0H	y¨.‡6-ÒAùžyå8ƒ÷Þ—<[z¿Ëót¬š›yòwÈÓà´Ü:d#O#O\'Íûä›²Ÿ\ZIØ@’Êû^.Ö±÷ïy¥ÞË<JÒý=\"ít®“x´=™ïá<‚OP ÃÉP›&¿JêUCš:Ä#âÌ#‹ê±÷\\jú†T§ô¶£R‡”Ðe¦· \ZQÄp9ÖDÍóxU¸°é$òŽhS»¸Ê…MÄ<ÓTP±‰[Ì0pgç`›ÆXéñ*D*… FhüPÀü¦WYZDó^Çúï\r}ˆ»©›?¢>¸];}¸>°L­y=ƒ>ÔâºH\nÑ‡ìX¿=êsVú`µêL„†3¤grLÞë«õ<Rï‡ìæ…üØVE”ÎáknvStæI\Zž’ÐU «i“2‹×Ež¤=ZŠ¸|zo04˜³¾¹ü&TÁ\\­È¾È³\"ž«×saRpî&q|Ôð¨y=S!›:6‰ALBÐ•-£IÙ$4›ìc…Æ‘iÊ·Zg÷6ùËWëÜU|än‡fÍÀ-¢Øh‡/Eqñ €XÔ,p=nª¶kyïhÑ9Y¤ÃYC¡Adšñ­ zíV¿I‹ø:¬Â£ÝµkŠÎ:<âSZ_wwQ»Ä´ð—N}\\§l°ëü;®Qõ­ŽcÖ;‚¯«	ßTFìZÑ7Be4ÉCã\0H4²Y¬&«È¾ëÕÁ¥6gþ\\©K÷³¹zŠÓ`6Ç@‹yÁ;¬B¹\n@\\kæžL´‚i.4”³º«Sât¥´û0¿‰—.:âl©”#~äkovíÍw}å”Ð5›eŽ3Gåî&¶Ph[ƒ\Zæl—{ƒ2Ä¼wYáý’­Ó«ýjwR¦\')r;ÚFâP[N6;dØD¹ëkÈ¡¶av¤ÅZ8ÐÊ!Ä!‹\"7¡v[([ÍŽ¤;v#6´5êÄ¬uêó@ß ­AYwð˜ßAyû|ÙsßyÕ¸w§­4\Zd†™Þjeï¥ªÀÇ·‘ÚVþpÆN2}àˆŠq\\7*Öô5MùÎçxƒ%ws¼ÇhêñFSòP·CBÈ0‘›—3)e·qîýßÅ‹ìv§ðÝ»!:÷pŠ4?@Ôô5\\eMèFs@Òº]»–Dj‚Ñ^Vhfvûåmnò,Mæj†÷URÖÖ#xIÿîÔZ`ùð·(•£¡‚A…Á«âÌPaórmwWï Pa×WïF¨-T¾üR·ˆh‚¦‡W7®¹Ÿ/bU·ÚJ`·Q\'ÙèäˆFá¼Ñ‰Ñ¨¦¯!£Ú6cV7\Zu¢¬NeÉ„¦ipTÞ&U=Œ!’‰\Z€gùiú\ZÜg)\0Mp¢ŽKãT\Z§ãüï\'À\rÕV€>hî&}µ¥¥-t¹È³ë<Z:Àè$ku™¯	wnØ³²mcˆ…,æ€b!Á;<ŒÔN·‡¡¡	e˜\r¾)T9í¼\nÃ>¬åiqÀvOF(ÁÜ	Õô5¸—		…-–¨€*J ›ŒŽû¾=9¡öBCÊ0ù[]¨O‘ÚÈIJx›­ª:Ö³×Ÿ,¶Ï}ºE¥uªÀx…ndê¡˜â\ZSûË¡Ye˜Þì9°X—“=_eëtž¸(9{E›+Q.JNq¢Úõ±Ç<sÄéÑâTo9`M…v/tÃÄpµy¸¦Ñûx•­s™Gþšgë[ïÙ›÷¿ºˆ›Î&Ò¬TsQ€\"æ‹qmÃÍ0ÓÄ@4íºgîHÓ9Ñ$¨NÓžnhN™vøVÞÛ8ºŠóÕMrëxæ¥æ>Q‡r\n(SXÜæ¶ òh·¦q}ïSðIí ··šKÙàeuëµš%å½º‰Òk‹Mžn­‰\"w‹ëš¾MB ÅuÂ±Id’Mz\n&áz×&[+4Lû|«êÒoñU2w2éÜ×Æ‘ÀBM_ƒ‰[\0»;ïx]nDèRóá@hò˜fq‹Rž´ÈrùaýCv<ÖŒ1ün•æˆ›ëFmÃ-N/4á …&Í«Žüœ5?\\ñc¥„fi?oQî·”Éòe9Êé²·sÏÈ0oZi^RR÷5¸¤„€nN9^`5z(T•ho/4—s¼ËûS¶5ò·Éç\\ÝEüp‘Nr¸c¦g¾ÃôÌ¤gþ˜ž\"6>\ng“=¤Ð,2Ìæ.×¹}ýÜ°åÓÉÐš[Ÿ¹ÈÐˆù¹mƒ@Â±@$:Ô:7°š;¦\rºUeúc´P±•Ó´ìÜ	Âð{	˜Ó2HË(-‹D#AEÊ—ö¡¢Ñè¯ÿÏD');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_actions_url', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ¥•’ª †ßÅ08ˆ\Z½C¯àXÚæ¬i#¸Ý™}÷{À@3,wÖ•âçðÅÀW.@|W‚ìrÁ\\#ßRpÔù¡¬ƒÄLÐ»J\0Þ[‚\næ±ÕOfšÓo¦;õÍ¨mÀn¯__RÐX²¿dªº”YSª[ÛaáBÐp»õL8msÈÎ•’Ù­RçYp˜s(s©šY¯ø5		^\råÿü!Æañ	,»¯²3<<c3D>\"›t@|d;ç<|Â3fP\ZBœ¡dÂ£º¼‘§ˆ…22^T³Å>¶q”£K&tc÷œ/™ð=¥h”š°	`Ñ^²k×K)«æÃ,\\\ZÆ)ŸpŽaàãœ6»g˜ÀÁÎ3†lŒCöf!$|üØ^®u©ª¶ÑàQ˜òä%ë4+ûX§»¼ñ³>ei%©ÛºŽµm²ºÍ\r‰¿úÃµxhÜ°;ëÃ™qnÐç3ó½G±œ>öè‡q9ù <ÂqÓ	N\\ä»l¢[¨V‹žäÔÖEÙe}WgRå\nîKVê*Åfs<©VåuWÞò®!®Õ¦ÿÜha%SØ–½ÅæÞÂyòCÛ+aÝV]ŽüAZd°È¢®öóõ~ìñ‹‰¬PY’­ûd¡ý+óU¦!Ëž±Õ=rÙ¿7ŠÞœñ/$+B[éÇì‡`ñ_8Ä‹êS]@õe^+d0à½/<ÿ±þuÀ:Äï`ô]ªåç? ÕM');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_actions_url_chunk_0_99', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœíínâ<Çï¥öiüž0\Z=wðh¥½€*…´\rhgG«çÞ×vâ$à$>)†ãJ3-­kLˆ=þŸ·lNÙüÅÛÍÉü!›#õø[6\'æ\ZÏÿ·›³ùÃ*{ÎWr,Ÿ?<ëeþß‡oê—‹9Bê?õ/Vÿ©oaýÈÿ¨ÐŸH¬žeþ«_\"¨û\0û[}\"ò“ü®œ}÷þö´/Þò§u¾ÿµ)ÖO\ZG)Kbõ\0Ëå¬ŸŸ~ûÝÓ¯bÿÃ\Zç=ÔÓ½ëþébùÑÊþÛ?¥i5ˆu¶ËË¼TßóB#^Â´oaíèv]¬³®öç‡Ëbe<#Bæ¢\Z$:ËÚ—Ùz÷Ò™Š%¸Zï[Wwx»2ÑY™5a³6ÑY›5\nQT=-é,n¹y{Ú–›E¾Ûë×z¬ˆ’˜ê±÷-Ñþ%¬^¾™¼Yhïär!\"iÒ,·w,ŠHœô/z±yÛ®ò}±Y×cqcâXôá/É{=í]³5·¼Äœö¯¹g¬¨¹ƒ›5oÖO«M¶l\'xd×tF›Ul\Zk¶Ù›Æ\Z„…ÞÛHTÓ\ný í<Àqõ^&zV@{‡±ëÇ¸\Zª Z=àúk&ùGAG#K¾ó‡÷RÓ‰Ê/ì÷ÛÝüñqñ²ßì³U™ÿÊÊå.’ðñýçãÍ[>Ûí³Wùî?êizþùGM¯Ÿ\n§ñ§YÈj2CBa@ˆòÅAJ	ŒƒÕ…òAÂðå\"wP¢`³ª1Ö¨€ Þ±Œ \0QÌ€lÖå1ç@9£˜„@¹N% 6¯ÞI@Ü\\s7Q”Æ“	Ø¿æ^\" QDkÂ0	€€@@„ˆ»Ä\r›]ôÒtéG†èÇSýÊ|·y/å[?[ÏeVþ~\\æÙþÇló2ËÖ³\\^àÍï<?æ¢~^ù’ú¹HˆÛFìþÃæ›Š‹˜ùÂ¢Ù™,b?XìÚjýXDQ’(ñ‰¶áÁócQî_81‹‚E³Xl_ë,¶ØÂâß.þÝ·º>H9Wg°uÝa½«;0ŽºÑ=pˆºØÚÍÏÍóØ|û{€<LL\'Ïb³Þg‹ýî˜6\\ÓF]ÙOÒÆ[´ñw½RÚ„üÑ†3\'m0åÚ`èAJ›BDmî’6Ÿ±sÖù¯Ù~3[¼Ì$+Þwû²È-òˆÊÎIýÙ9­öàñ$‚ÀƒÍ‡ÖÎ5ƒÌ£¦@ÀÀêù\\§¿\0ž;Ï\'ÌœUñ’Ïò|½Ÿ-~dëW;I…qìð;Çþ°cæ\Zµw;Æ\nó…„ ØAPÝ=`çÆ°Ã¦cÇ|§ùÆtˆœ—Q¦¡Ãlèˆcè(õ§O+:¾û%o5¥&Oý€:Ë¹Ö¹ÝÀ©¶ó*ÜË9‰ˆ“2õRÎ+k«ƒb€K½œK©Ùê\ZÅ±\03¥º¿DÄ^Îµ‚\rÌÀRÏª]«÷9ÆÂM›jq%ëÔ¨(±ùÂl\\Üh)Z´=€•šûe³Zæå“„ÖÓnŸ•{5·@.tUé\Z`ê,U?s‹+|Œ«dþ`ô¥+©W|þ  pÂç·„ÔÝœ¤<ažN——õmK@tÂ\0:y•«·J¦øü–ŽkA‡üé]\'ãfìNîP&>ÙžBsª9£òqƒ¦¾ÀãXPVLŸt ÷JÆ7Ï‚Fœ.\nWÚ°7HxÓ‚$®Ÿ´#ú÷z\r^}1\n$\r	[Á±LŠc÷|´@¢E±(Ð(-¼(¹šœ‚hÜ´ð\'àZ\\/-Ü\" TÛ°B¨/¨ƒr5Ç²Ë0)ø¤ð ¾jRTFŽRøÓ\\)®˜NH]m8‘ÔòªŽõCé+9™ÄÂƒ&þ‚æØXtø¡[‡{rë`îpë°ˆÖc\0n>îÖé¨#d’OÀùÍºˆÄ°èÖAÒpI§ºu°Ó­S¯CÞ)@VŽ¥kÎžÎOÚø`ÔFÝø`ÑÄËWÃ‰èFÇƒYNÑ¶,>²ÅïÙv³*–oHÿEH½t_!x”‚Soìšà’¶ãºÏä’Æ‘¨\0»ˆ›]nE–R\n`W#€@ØE\0ì‚yŽ‚Kúæ)5à’Æ.Ä<ç³çl•­ùòQÍ9Ë~e¿g/åæm¦ö”Å\r5„QCðÝHJ±·(3×rš1ãÈ1)•ä€²OAJïP\"g@Î#‡ñ)ÈYü^¬r¥ýöÂFûÌOÉ1†Í—$4]2äŽÃ²ÝA!w<uÂ¦ã€Í„<Ol6,Àæ.a#â)°1!*³L^öÝ^}s&ß…×2{³ÐSIo1Wè!6zlU9?ôØO–ÇÚ:aOY¶\"ŽÎ¡,ë“”“3õbÎ{†ª”e˜Š\0Ðâíè”åA€|½²LÊ²ãÔÈÊbÞ¼RfÏý»©åI€—óÉÃ™G#\"N@ˆ\08Ÿüu\"®,™ˆˆ£Ýmà€!‘oòV\Z1S†QqöÙKù©yêN,*`!üTx;¨T\\/*„So…IZps(©+¼ Oë!¤F±#_’ƒxA‡OÂÁ9ˆn‡OÂxa1¤ðUa‡OH}¾OAÄm«<+ÀäÛ¬”ôy~—W[^ò™¼C>ò•%‚T5^Ô¥ð^Q\n%_Á|A–y¬ñGÌó¹ÌÎá\r(R7†ÇÞÜo8D€mxS¬ª®§¼ðû|¡^šEœº¶Ë9jØUöŽâÔÉ¿—$ŽÉ7!KÀ.\0q“8,I Äáª,€ˆJ7Ê0Ä¹qâ¸kØu‰£sŠõî½TG+7Éùpƒ½U¾R‡]¸d&ƒ•Ì<ÌþpcÊwÜüÑ¸Ùæë|A³ÝâGþfãFù&¡ñ@5ÛU$Ñ”œ^çæÊ	‡¤*9Ê§k4êt(‡¤Æ›–€Ý\'¢q¦•}Ä™,o&ëTey‰,ÕåæË$`æ¥LÂéºJtâ¯–Š79%0âŠt\r\'-%8À«Œh]¡9	 Ÿ‚%T\\cªˆÂK Þd7&NCªú°¬g&¼i ×‹	PÉ¥aµ£e„€”P‘›äðø2Ì£mÜ¼Á.V‘Í¡^h>X´‰7>@D‹À‡;âÃñþ6|Hì²)§äÖ|Iîðsk˜ð—[cæ\Ze‡€åÖ„D¾ |úS>)$w¸AË‘ÔYF@„‡ÚSùB\"wäj¸ƒæSjD\'xVü…ª™6š\0¾ð3ÖUÁÚ¥6Ž(H\n\nÔqû[œ$%uªï(í4ÛIeVi”ªU#¢Ÿ/S0ŒzßøÁQƒë\0ðã–NL§\\WäÚ„^ˆþð3Á¼A5F\'àÞ$»SÜß…4Ô àÇÏF¦àgµY¿Îöyù6+Ö‹|½/>ì¶AU(Ä†PÄNÚ\'÷\"!!ü¡$8E¦ÖÛ…-¡P¥éÖ¡S4­¢Q›Ð£|¶…bGêf.ù,[¯%‰Ê]VþV™Êr´¥º²ÊYJÇ}I§ÚGœ]Ö>\"TÇ)”ŽPòh	¹SÐócSîM¡YVlgÅÖŠƒSNYJ¨Î+¢€88i;™“Þze¡Óò“.‚*\'?Ú)EaN)oño½G-ŒëDq¨c\n»8r.™\'¸«Zw•ól5 î4Ž*BâT4ßÁl˜ô>È¡•/ä8Y³©¢â.`™%L\0‚Ã»@ÀÑ†Ë±‰àèßþ\"ÈŽ˜³Î;ê¾>N\rá“û@‰V^| ätÍE£„¥6BBU·«%FQ56E t€\Z’Á4” N‡SyaÆE#™³—}»9ÂÙ¥Ì‡D*C†L¯å¬	Ó@Zz˜jNXß¤\n‘ÁŸi>dCÈBKï[„¥‘ˆ}•s’ôH…“0<ÅÈÏNjjo†ßƒ{Õ\"¬©}¢C’Š¦Ën‚éäAqÛ\"ïzDRÚ:˜ç#}†œ [l6?‹Ün3t¬µXÇ$õ>=þ•ïŸ^ž¿£ÉÏÏú‹g¯ù¶y¾ü¾yyqÇM-¨Ó4†ÂÊ0læ\ZUgÒ+:¡2$`˜‚`ÜØ7«‘S¦9äŒ“‡.ëªªÇàËeÝæ<~I\r¾€p$à\Z±ÓZBnk‰ÆÞ30\0@ÞCúðt\0CúÌÜÅ¸;6`éŽly`[½kŸÓê=ŸÉëŸ­gÏeV¬gÅ2Ÿ­ò¬\\Ë÷Ã\n£©ÊÕ…EŸ°‰8õ—Deæ\Z=ÀQ’g›È_ê`Ý\"| õ1ø4ÕÀu\"wÕF`÷.oãßv_Uºî„¾?·ãµæoN(ÍÊß%Çðüª€ž›B$•ÁFÏG¦, ùl7»B½ÆYþaEða-O!Ÿéô!ÈŸdæ\Zõ!OÈi\0Ñ\'Ñ\'¿Oú€\nƒ7ôÑ_èÒ‹ÍûzQX­HONp¦w\"ÀþúN›¹F+æ™1õÙ3p(84\0ç>ãŽôéN™ï6ïå\"Ÿ½–›÷í¬(m•GEÀ3Š´l¯ŠýÕ‘¬ØK‰¾ñÊZZqv\"ÇUYË‹Ö<¥å#˜5^c‘1/ðHdïºrˆ	š““Û˜ Ékè¶†´¢;§Ï¾¹ùÖœBò¢\\­!=hÅU8!,½Ð\ZÒŸDÂ	¯Àš¿1¸‡\0Tÿ%q½òÎ0;î¥5>ØáAì­ÌX½pH[Yo\Zo`Ç³˜\0Ts[|$ÂÀU‹C}æþ­\ri0à†}¶,ÿ	o²l\0ÆõÚ``X€m‘ÚÅí³IÒe„-©Ü?.°Ã>¹oýéòjU´Á/ü©ª×Ë·¯x‚~Ú CîëÚ{£…5DÎÒÖõ¾cwå~OO±»°\\Jl²¡ë\'d:bw1H	ÕÆïÓ}Ã!}wïu¡_ÞWùò}‘©•­f™¼öe=\r^IUçŽÑ3$\rh«å~ÁÃ\"B©\'ð ˆcâ\0‰†u°÷\rX6÷€£¤¯y]çI¼SËåÜáC¥´ŽÜ8‚Þìàhÿš5¢K±Þç¯eÖ×àžèòŸŸ#l÷Þ³(1õ8gæ\Z5„è¨0Âvƒ!tò@Âv;äYdež—³eþ‘¯6Û·|½·˜Ã*æ¤g`Ž¸sæî/U€\0Ša5cüÕúe)ÚÎBZSæÜ\"s&¾Vy¶ÌËÝb;Ê*c}¾	ËŸ³Kà5ÆÝÜanQ¹ãh|0áìá½üì¸sKÜa|\Zwe6¥¼ä‹6â|FÎ½çC\"zœ°1sÁ¦2’l®ÖÈÙæåË¦|S²òLþŸ½æ½FN•‡?¯0ÿ¹F‚ÌnîP\0w(ˆ;ÁÈ	ÜñÉHý™wäÏ%gÆ£( X¬‘# ùHrýþ2+.çÞ‘´ûÜ‰W\"’Ç¹ÌÁ\0°Àò¼¹ËC\\Î :¾<.Çí†:ÆÛ˜I5R»eÀ£5œ»hâ7Žíø>^\\ÞÚ¨@áÍÑ­û/Q2ÐäEïþí\0“É½\0ní\'€¤`ÛM5œœ›#—Š	†`Ä|º§:äÓãlM—F]Ñ-\'(¤gŠ¼îý®¥aVˆ;aá>=¸˜§ôJ$7{ó,X\\1,¦ŸS†6º¤!iÑt|B÷ŸeD@•œ”8Ý!\\ueó	\ni€ÄõB‚%“!q°¹\rt±æ6%ú8÷_ë\0y9wxpä†Ôå@‰K˜CÝ\0CIáî*–çåþ\r\n’:¬8Ýù\ZŠ€ŠÉ¨\0Vcs®¶”Hj÷*­JÍª³…ÿFCüÛ=çâ(e¾’•å\'NªpÊÑaÒá/gÐ<kéðLž¯é Î“Œ¤Î¯|µÒõe¾³‚8¨Þ÷ˆž#nìî¸›™;°žkÔ½‚@½_§$&ƒ’r|\'&ÈÜdHÜ˜†ÌâG¹Y‹Ùb³^VEÞ²õr¶-óÕ„Z>Ž%£Xc(þ|WÅ?C$AÞ0dæ\Z•dP}â9lž€dÂæïCÔé6ZJ¾dVçZ•`‰Ï‘ø%¥Ÿ.iè$à&÷nC\'q…£uÆ„‰0—#‡æ-_‹ÄÐó1÷žƒC°ðgÄ`w·ŽfŒ1Ü3b81< æ>6bvû²ø°ëÈ)\'&Ã,…¶\0ª;\0iég8bÞÈÁ71¯e_\'C\0Ý~N|+7Ì„ÝØð§ó?Ò ¾ÜÄœ½\nûÝÆsDc@J\r•×f‚NóÇ#Hƒ0gtüéòí„$H¼«Ï$›@Œ+%Fô<O•g[¦ @^\\\\¥¹Ü?-Hâ¥Çé*«¦ñÓæO\\\r¸¸^\\PgéKFmI€™3êö©´‘aœ=¡ÿR†CB|§Ë¡¡\r`@Át\0ƒà»zgËHŠQ¯[‹÷½J°ðaœ.[V(àÞPàM­(¸bL±\nÌ–6$ µ2YÝÜ\\5ð‘OG-i’ÆîpÕØ°!5¤ ´‘()÷æaÃ\\ òî Ôs:Ìm8‘4J8Ì	Ò®k¬TsåàÊ\'$îPQ--ß.Ìƒž‰(´É’tr¯‹Äé1ëè¤òŒ×AQ\\×^‚8G’MuŽ§sÄÜnûlIõXj\Z¹ºLÜeB†]&Í\r€í-c¢zg#QÝY=Tp¨±‡ŠÍ]\') È½Cáú1®”ê_¤Ó°ú}ðÕ§\ZÛ:gŽeWa¥õ¨ ºÍ[>“Ô}­ÿÊiS¨­xÖæÿ‰¶ŒÑg#ãqúdüXG(MÇ¬#B#žBj\nàqûèÐëšPo­ä¬Ó@b	H’è°$¢$¦¬$-f„D‰ {h<á(Æãu—\r¨È­˜S0·„@#ÜÒ¦°ÀÓ*uã\np¥MóÚzÆžIb³·KqÅ¤zë3=d¡Aj âÅtMµå[›Mòæ5Ýw³Uñ\\fåïPqsj#Íâ$\r\'¢:Ï}x#^øÔ­2ÐÃ§4Š!>ãj1Ÿ§“Þ\\ÆJ&08Uëñá5æ ã‘Ó‰	p\"@6á˜Ù$‘Ã@lBQ\ZOaSïR{Ùµ©¤É\\#w„M•fàb“µú­$›ô‰§fSsÖjÌŽØâñç°îA‹Iu´enÁIîË­<rf‹ß³ífU,\Z25a,¼1œhr’¢$o°á¿0q/\\Š1ã“v9Ä3Í\\rÌ‚8&4š¸KH@°Ä@¾&yâÒ« XÂ@,1±$Çuþõ&#ÞÄƒN„LìO•:&C\rH«x•WýœÏž³•ª×°4T¡†*ÌP…œÝwÍüðÄUNƒxÂ<Ø9Pc¡úóçä	óeæ‡ÕõRÄ`¨K»¡k P§©¦Á¶Ì·YÙÒ@4‡ŸØà 9)V6Šµhí>ûXòsL hŒ	I”9üÄ ÀÜ‡”\0ë=Æ¾¨ p ÂŸ@…vc*P»“•ŸSS¡š±¥Bãžêè\"ÛJ@øfÂus°	î·”;#bN`HÀ¾0TÍý¸ð|BXÜù@GPG›qB(0pþ@rÔ\"òŠ–!ú˜!ú…Š·ßl~ù‘|Ñ4\Z7¯\\Þçd½Bx„äŸúÎÄÄ £8AIÝÁ1<qãDº0QƒºÙ‚AQs0GP07¾Pºh#Q\ZÏ\r\")(^p\0SŽ°`<6Ú0I@Ç•b½X½wnI¢ç/<‰¡ãHI\"š°´ó Ê¸0Š\"Œ±›(Ô]£fŸ\0tQ y‹Áðˆ@É8†«¢Ý±:Z|š!íž7ÀÐêS0ˆF[Ò #1ÈH\r2ÄÙ‘aùÛÏtI:þSï`Fzò¡ÔK1Xˆnê\ZÀ\n³¡™Öíabií|ã~­ÎGŽ\nBƒCÅþ[ôìõ.de Þ=ÓCRýœV 1PK\0X~73#Ô¸q.L¨%ÐA+\Z9TÑdþðø×âçï\'•;\\ä¿¾ïË÷Ã,óï Û‡²º³Åî^‹™V›>Š¹ÛvvÆŒ1Š=Wbô×\0ãèÚ†\"F7QÄÈ™Ñ‡N¤<Ç‹\nv}ük›½æOÅò;\"8ùW¾zyþŽÔçgýÅ¿åOÿ³Íóå÷ÍË‹›<<¾kð(N˜\'ð´sqš1¡l\0ÏÅÀ#œÉ4lt˜DÆ™$—©ãëV¹÷rÓ1ògä˜¹ÆŒœfÌ9˜Ð©¬ANÖÍ\rfÉ@“Ó>ÑÉê_óÈÜT3ÖÁ¥±´ÞC.Ùûå“)ŠjÐ@þ 3i§&Êa\rYðˆb<PC–õ¡éy•­ÄÅëÄÇ7A*_bÙšŸ[2È ÎÜjùrÌ ó$xþÐfB–#6mÌSõ ¦×JèµaøT®`(WºÝÓ]\\ì´Þ·Ÿ	›Ê•þ5÷ÍÖÜ7”ú<ÁÞÁ\0®ôüîTç,WÓÖ)ËÕƒ~â¨\\™ìyó¾—Ä1LèÀåŸÿ!o¢`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_downloads', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…“QnÃ DïÂ¢â¤ZîÐ+ bÓÕ€eHÓÈòÝcÒ€±KÚ¤•f4o$v90HØQ$ø\r% –ŸD‹¨L\0IÅÏÂnx×m›ËFq-Ým[D%àéþÅPe¡8\0²ÅœT‚iá®¦ÿD´~hx\"èk¤³ì*]³2ÍJê•öþSÊjEÿ%úÈÜç˜ÁóD–	2H!7Â1ºžkû‘ 9äìzB	tCzÄ.%ÿ/\\ÅºÞTÂZ©ÏOp¿öþ”ðq±ÄÚx±Ê+Ã¢PeT×\n\'þ¿Pê}Q(µd­\r‹4šµ†×/`4e0j¿0QFv0Ly\\Ä8Þ8M.X');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_downloads_chunk_0_99', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ”ñnƒ Æß…ÿµ\nµN|‡½9•Z2#tÝÒôÝ]°X]²Mc\"w|?È@sz4¯\rÍq–Sû@V%áWôjhAÑ\0\rÓ„¢]«•áÊ&cwÜÐue[ì“®ÌòdŸ7yR9O€“òXq‰«&uBTŠko}s€ÔÞÐ¡(2gÉ¬œ)n/zzó¶.œ¥™{ü\0; Õ°“°†]„=­Ôn7w¡_M\nõ”\røØÊáÓ;ŸÖ\0û-€‡xö/\"ÿ&³ý\"QFîveŽ[þ‡-ÿX>”ÁC¬f†e\n“ˆ¢Ó’“n¹1Bõ+‚·XÖ“‘_{&z–ó™ë\'Á‚®Õr¸Zýn9éGºX¶I÷,XT°VlÐÐý²‚#õfÏùUG™›ï(ðÍívOÑyº·í‹«Ø“µ£¡»Ðs“À8¦§s\"A	û™¶úŸ]íüÈ·mBW‡Àîø[=œ¥bÐ÷ïÁÓ£AusoøønñjÆ:°îmÎ$·àGŒ¡°­Œ^ƒáÍ¿\0oš{');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_outlink', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…“]nÃ „ïâX1Ôqµ¾C¯€ˆM\ZT~\"CJ%Ëw/NÆ”´H+Í0ß<ìRh`æpè)à0 W˜\r´P	zb¢ê\r4TÎ¹Z2+ø™Õƒ®oUÏù×¬/¸_Cü—#Tæ&‰å’Å¬Ó“ÿ1Þ5ä³Õ‰\\¸5Äq{ÉL[€ä*ÓÞ‚B¿JJ›@\r›>Ù™/%fð<m‚RÈÄÐ%@;QeÎ	òXBn®´K ›Ò#v/!œ€G-ÉuÒ3†«÷€Ç¨„Ï½?%Ö¸X\"·^¬òÌ°+4hyÌr­þ/”zŸJ-ÅB¹a·€Z¡éø÷FSa£ökeYo€Âf?áûE,Ë7,4');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_outlink_chunk_0_99', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ•“ÿnƒ Çß…ÿg-®ív¾Ã^ ¥–Œp.iúîƒ.P¬4Ù4&r÷½û~4w¶pá°m-lë·w@pÔ-…&¾àw¸XØ´c- \rj9à6ÔfO\n4m¨õÊ= ;Iâ¸dD17kó:øp]Õþ\nì{«Žœ¹³dæî¼R{¿›0t“\\=ä?b†~—2»ŒÀ2óÅÌ\Zàµp\'ÿ]æÓÑ$Ù/‡ÌÝªì©ä¿/ùçòDpÈî‚h•–)ÜdG-ÉhtÏ¬åjX±4¸Ä².ŠD¡w\"z”EóÄõL° ëµs\\«Ð-‹žÒå²\"Ý£`1ÁZ¡éñœ©‹œò«	Î2×°Q4ì©ÿz@“ÑðìÜha³™ç¹’Ì	~bU¯«É¾/j~k_šÅ*‡.ØÿÃ^‹I*B‡Á°†¯%z´¨ín[›ïzPr¤Îß`Ä;Ñp\"E¶\Z.Ñðêƒ?ä¼n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_sitesearch', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_SiteSearchCategories', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Contents_name_piece', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Contents_piece_name', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicePlugins_plugin', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…Ð_‚0ð»ôcüÓowð†T†(Cˆ!ÜÝ½ø€ÛÛ—¦ý¥­Æ	+C(t«C²új,)‡T\rCÇ†Cú‚É’ÔÆH|¿ÀêSª.{á¿äscµkw(‰cGt×³Ž3iIAÏºù½*?f² s½Þ\\u÷&¾R´\Z¶O«?fŒkEXóƒŽílFË·vŠse˜ó/ZøQ‹ëMÍÑÿo_.²¦');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_brands', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…Ž¹\rÃ0Ewá\"uÙ_U¼‚¸0àÎ¥ Ý£Øéþãù2å€Iö+Ê:óg?)]0 J¸E±t\rvBäk#™nvü\0ßÀ›Ø1Ì¹‘ão§öG¹ý,µ~ß…g½vÿµiA£½ò$ÈV	†Å‹ÿë…¬Sˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_browserEngines', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…»Â0Eÿ%_;/ên,H¬Ì)Ê5‚¶ªÿÞ<dˆ(Û=¶ãÙ“¢%’ý\'´<ÉH~\nIŒ5S¼ÏbŒ™‘¸Ø\0e•AåèJCF Q[ºÍ™\n¦mé°NÚ6Xº÷£µ|åIÒ²–Õ.ìZžÂm~°eÞ,ÉYõùÛ¦«Û®¾/‡»r–Ä5LçøêìtggÙ®Üöðë€ Ø/\Z•éÍ?Ãua˜ð');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_browsers', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÅ’1\nÃ0EïâX–ee„.-…œÀ…lCîÞ8Ž‹Zš¸ºý/Éòã£ÀŽ§žu³¨x\Z™X\rávT=²aÕœTÝ3,Xù¨Mj€Ž“±´š*­»a4´ËÊ9XW¸4g¢öÏ7sü\'°æiŽ‹/¹pÈ×¶‚2_Ö(õ;]n¨;Q?&3%²Só)¹¬·à`MæàAÐÙ2–èÎ{¹¡È\rÍ\rËd¶Dví	2¹y³wp¤Epø\ZÜG%¼î?7?\0îRòÌ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_browserVersions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÅ“AŽÂ0Eï’Tqì$­³DBl!õEš;–Uï>I3E.LÇ°b÷mÇíÓÿòÀ-¶i`\\DÇã=›ëpþ¾štËOÌî\0}cMº0ä°	E»ª»¢1kÇ†h.º:™7¨N\0KásAy=@,e¨ï èxß™Êo¶<NåÃÇ¥¡C†$HX ïú‘qxÑÏi|û}×~Œ5¾Ã.û+¾(ø¢6eÆ\0#éŒô/cdó•=lÚ°……ø®…¨ãyÍÂSÿt\'Fœ-ôvëNêä×C×vÒC«C†— ×wB’¤sú1c”F:1j9÷sÎø‘S™~\0ˆ’L&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_models', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…ÎK‚0€á«˜9AßÈtåW¨Úh##îw·Tgìæ§¥ó9”8dÖý‡ç	5Bï.¾;!7öîÿ×ÃÍOÏÏøÇ3ÀE\nAC–hxŽ6½ÀR¨r¢sè\nAqÖ¤4å^ž›ß?KZäá¼¤‡ÏõÃ†÷ˆpêÖÄuC3Vz\rÌ%Ã)XìƒÅ&¸ÍÞÐ=ÆÁ¦¬Ì8k¢,Ë·•2²¤&Hµ‡\\¾¬M‹@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_os', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…Ï;Ã à»ø`^Š™ªN’:S©C¤lw/†Ð²´l¿1ÆÅ„ß0Q<ÈìáùÚÁ¹óí~#™+I 8cÍ†³Ê	¤+ÅT;‚}vÊˆ©¡*C¶^ÓœÝg$ñ–@‚bâw×vð—·\\®Ï5/O›±OX[?rqÄð1¯\rÈÛ°b\'tò—ÐˆN¨¥è…n$Lo7T}V');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_osVersions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ•“1nÃ0EïÂ¢(J5™24:tv²e4|÷JrdEËÛ\'iÊOö(A¦›˜4\nµezÜÇïŸ;¤‡œ.Ÿ	OƒƒtÌ- ’í’¹dÊÙ\n`¨E\\&¦î9©+œ°T—üòX=8¬+syË(F¦¹œ{mmÆ(ðþvNhd‰\näšÿ2¶«¾Wý×€vObÄ!tðÑŸVHQš}Bê\"ä¡S„A]3ùýkvy£?¦ÑuBº¼¥‘¢5„Ç<òKD/ðu¹æO±\'+áZ<=z·å‘öh¼UaÒwAb‡Åÿè6à…Öñ‡ó/EB$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'DevicesDetection_types', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…AÃ ÿÂ°‚XþÐ?P©‡H¹åˆø{m«\\ÚÞvÀ^†F?kƒx(èÂÙž¯3Ô„C=@šŠ/`6ÑÚ\'•ÛÒ¶æÒ„Tg3ÅÌ›ñ¾gaþ,\r{ª!¢«~øÁOCrCÍâ‚š“û™yþ¦Gâzú\r–t“ÛþÉ7\r?S\'');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goal_days_until_conv', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goal_visits_until_conv', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goals_ItemsCategory', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goals_ItemsCategory_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goals_ItemsName', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goals_ItemsName_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goals_ItemsSku', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Goals_ItemsSku_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_keywordByCampaign', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_keywordBySearchEngine', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_searchEngineByKeyword', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_type', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ}Ž1€ EïÂ	(•Ï¼&$nŽ„»Ë7àààðÈO[úšàP2lLÐÊs¦ý8M¼ 0bb†4œòˆ,L!òwÆÔð¾±ÏæÌ1Ö–g¨rU‚E©\\±Âïú^Ð™†þêE»ÞYëº^ìõ¯¶G·');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_urlBySocialNetwork', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_urlByWebsite', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ}ŽKÂ0Dï’ |(U\'§1%‹ˆ¢„f…¢Ü\Z9R‹{FöØz‹\Z¡=Áu3¡P]Ã¢|¡(çÓœÒ=†W(›{(a¤¬¨cåæ&Ï¿\"Î}2pLkN^d7~´ñ)A£6yÐG€ÔsÓmCÉkúFqû:ˆ\n÷›ÂúÖÞQú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœŽQ‚0DïÒH¡dzï°\"‰DL+åÇ4½»],QcbüØÝvvòÂˆÒx”zA(y—† ¶¡CðÐ‡I$gÕ@œ—Åy9·ë­½ŒÃ}ðiºÂpÞ³ª¬Š•›ê‡Ž¨·Í6)ÙÙä¿vÕÈ§‰9à`bkdB­ÛQåõ6÷ö” Ýl¿ Õ{}0fD™ùÔo¾ø\0.la');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Resolution_configuration', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÅÕ½jÃ0ðwÑèN§¯ÓT&’<tv¡C [ƒñ»×jbsƒSÉK½$dÿøû$wÀÃ•uêØÌEäáÎ–Õ­ûú¾©tg V§÷6›D@}ˆN¥+C^a¹ÆGmrmd$6X1ïÄ¿Ìù\rkÆüÌË<Qf~´&ÌLœêuç²’¡†\Z+¨ºLÅZjÐºwZ—¨K½!Q(3ÍßLÇêüvH‡c¡\0/ $ Vdj*2 q[¨T«EëtD2V#´$;àe®V`‘0l‹ÖVaÛf5ÚÿìW„~ž.¿=qJwkV_mšdéi7h¨‚ÏDuP/ ¾ªOå¡šÚ–ÊØX…nªµÏ‹ký«+Àjyª¢qÛ®\0(ÿªžÜ=/Öñªá');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Resolution_resolution', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ•ÓK‚0à»ôóêk¸ƒwÀÄ…‰;7Mw·•ÔŒ‰XØýÓRøø³F]î\nÓ¬ÜCÖå©^Ýc¾ÞnzÖ‡‘RAÄè¦»b]Cu¾eÚrh™k&u,ï!o;ÐÙvÛàë êSncØ®Ã–ãçÌÚ3+è²¶_úÂe&(	Œ2\Ze4JÄŸÊš-²¾1\Z¤Œ‘tI`‘ll>íUéÁ()s8W%”äCUŠì)åP•Þ\"…Ò9¤Œœ\nÉW•hØ‘ŸüÃˆÝØ×ý_`lß¸””ƒáÑ^‡aüÓp=ÎÞyL#b(á«AK$Ó mF¼õú\r%Ð');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'UserCountry_city', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ5ŒK\nÀ Dï’¤Z+NîÐ;XèBpçR¼{3Bó™OÅÙ Vÿ£`$H¯ÏÛÅ\"Öp¸B ¨ìˆüF2c¹áô|€$e#Ñ×’h^;ëÈ;¹¸W}z.îÜ¶ÖrK%ÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'UserCountry_country', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…m\nƒ0†ïÒ4©­šÞaw¨0†à¿2Jï¾Ä.Nê¿÷i¾šÈQ™ÉÆô#•LžÌ’¦çbb&$óšLœ	€JÆ–;É®5AØ`l+Ð}+NÀ38w^(´¶­Òï#U®$²Tªì}èÃ¥Ý;«Ü\ZTAýø0€?ôVy5Ø»ƒâp¯ˆwŠëzò¨‚{þ×ãj§ïá0peV?hX|h');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'UserCountry_region', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ5ŒK\nÀ Dï’¤Z+NîÐ;XèBpçR¼{3Bó™OÅÙ Vÿ£`$H¯ÏÛÅ\"Öp¸B ¨ìˆüF2c¹áô|€$e#Ñ×’h^;ëÈ;¹¸W}z.îÜ¶ÖrK%ÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'UserId_users', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'UserLanguage_language', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÏÍ\nÃ ðwñ>0Qûßaï`¡ŒBÙEñÝ—P²y˜t·\"I~&rT6²1}ÃL%S ³§eÝMÌ„dŽÃÄ€ ƒ’±É®ÍóYX)ü™ArhúC30~úU.$²Tªì¼k£/ã¼>o¥ƒóŠãÀðS\'/NyŽÇ]h€î\Zˆ\0_YrnR!JäÛ\0¡gV¼ìˆ¾QNWÊúE}~n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÓ1\nÃ0Ð»:\n,)vZyëÒ-c×âBCèÐ:„Ü½ZRËÛÇÆ!¾³`¥ˆOYx$Ë,AÜ”ŸãäÒ,Ø‹»¯ñ§Ç0~ïe.ŸÙ¥\"¤—$£KkÔ·^Mœ†íà¿Êâ<ø=ã²ÜTôXaK! [é,…w\n+ÁR:èìY¢¥¶Ò[J„h+gKé¡·•KUéÄƒõ:kÆ\0ì zƒ53BlêŽºe-1µHõëOEBàØ²¦z™u(ŽáDWKZÍ/î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'VisitorInterest_pageGap', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœ…Ñ;\nÃ0à»:\n¬‡“TÞz€ÞÁ…†lCî^-®µI~|ü²«Q²³Y*Õä.ØÎÃ²Á^?ßÊá;@HPš±wì@¹š‘öë^IyßS†‘o†t¬p¤J§üÉ\"‘¢¨’ÆŠFJÆÜ)4Vr¤,¸v\n•eª¨Á†”â0ë”ñšü³5Ž³…NFNñ?#‡éÁ¯h®ë¡ÅÂ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'VisitorInterest_timeGap', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîÕ’’Á½}é!i†\nöRf„3ö\rhßŸ•Ê†V¡²Àüi TŽêÕÞï)”×ùñßñ¬Êá©»uÇZNPNWGëN¸u(ùbÖÅ[hô>¶x•¬.\r-ÉŽ=3¥–äŠ_©c¦±%¹ÂS”o¥r…5KÇzSóäYôaÏ‹jÒñ+sÊÛ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÓ=\nÄ à»l9àŒ£&c·Ø;¸°E ]Ê»ï4qÒ=øP|6%ÑsÓP›Æ;°ž‡&…½};ÔÃV€ nÊ6be¨×¦d›ƒž–býÜS†‘o†âXaO‰;…ÇJôAé+â)	S§ÐXIž’1ûJö”‚¥SÂX)ž²àâ+ËT…I|f2–)!\'ß¡y-sÆ@ó\ng{pû\ná‰4¯q±»B~DÍ»l‡â@/~{ÒõW	Ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'VisitTime_localTime', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÅ–]nÃ €ï’`›ŸàÞawÈ¤=Tê[«Þ}ÂäMÅilNœ„¯6|ÉÆhùqesÙ˜jùqgÇËm{ÿ¸-—;/f¹\\JlSŒ\"¦=F^`ÍQÜaKœn-/hÒ¡/©‡¯[ži–\r?žé¹oõD.eËÏd¨2RãØctÇè1äñÕ¤¨NŠs&%uRš3©íõÞŠÞ;Ñ{W{¿Ç¾Õz¬­§ý\"oEçm¿ó®‡æ\Z\n4h®…FÍ™ ÐLÍ÷Ð¼@\rZhPÑêùñÝz`a\0»í¬\Z¯ØÚ[	0Žq¯ÉRÆHÉ¬QJût±G{K-°Y·ðÍ€ÁŸ+h~Îé)f\0Í¼åÃÀ´#âÉuº¡a’¢Aw4L’4è–N­šþKá€féœžSÝÀ©\"~`q6wl«\".ÝÁ	­+átµ\\rç ¹“6ÑLœÓs\Z¦)6§ç|Èéß¶˜|üO;õ/[œõi«™³T*òzuþÐ:¸“¯:ÔüZàè—öN~<Ã÷üÊzF');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'VisitTime_serverTime', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 'xœÅ–KŽÃ †ïÂ	bóvï0wÈH³¨Ô]—Qî>y@ã“.¬®ìBÈÿÜ„Ž¦;\r·‘lM2MOòdã÷ÏÃÜÖÁ;A‰X¢­1—Ä•èK%Æ-ÎëF\Zhš×µ_u -\n:¢(Š¢Ž¨E­Ž¨EÝ&ú$ û—¹Ýskv€íÇ°/:&ü’ÛefÃ9žŠ¯üË‹XþÀ\n+T,\\ó)×:ósd0NæúdA$}2lîXâ`Þ&}°(‚EòI¢hÒÍ¢hÖÙý@Ëþ:þý(´ê\rj½ÕñëÅ²C~KöP°},la!ÃŠï¹È.Ìf-Ã²Ì5ü9×:3pÛH^`“­˜×\"cC¶e©µe±’-˜Î¿y”²ÑBè¥J…É6ñÀrËñ y”ÿ®¦?—æ6ÙAÉŽAöcP2d”\r‡ÏÊ†Zk§eUêYQ6\\TéZç_´˜]\'');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_actions', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœ•”Qkƒ0€ÿJðµ¶ñq0ƒ2Æö°\'IkÖ†©“Î®ÿ}‰Öì\\uíÑ‹_.xwŒbzÔO\rú—Ð§E#êålÍs/Q4\\PÝÜ¢»2Û+]®Ð“Ô,G¼au¦Ðó=úB²á5ÏÐú½È½—JÌáí‚Äž%hà›ô˜z¾Å’¬ì#0³:§žÚ©OK®Y¿Y3³ìÏ|sÙ€çrî„Vi#ôîŒ6¹±wÊVˆòïl-Ä>.@ðR¼~çµcYvZá˜Öì¬\"`5‘«ez©)&Nºf¥zÆag5³‚¸óŠ×d¾–êÍ¦O\r€[&‹´ªå†+%Êí‰Å3¼ˆ[6 c†ç›zO›Ûy^ÈÝ²½íìÀy#‹*çZÈò¬¦‡›º*q†ØjLô70èY¦¹dÙ•èÞgÐî{Ž_L3Çî\'˜`	âÃ\0v7!pOƒÈG;,˜P]áWlkJKèœ§Ó»v2™ªû÷`2yíT9¿Ê5‘Ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_actions_url', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœ”Žƒ EïÂT°Öíx‡^ÐJ·¤(\ràv“¦w_P¡ÔØÝ5A&Î÷Ï“ÌÈ\0Ã]@Ñ0(cPÃÝ@H²—¨1@\0\rÔ na¿bP6þ%eÒìýVºÍ\0Þ2CG­è8í¹½)í[§tö®V ga\r½	{^ˆ|¥É ý\"gÀ=.²Â](ˆØ÷¢*A1\\q=’d„ì<Íf&èf˜*	©¹Œs‰e\"Ë;M XÍzs\n0o<Ìv\ræ©œqêç™œ‹9§X,½U‘2AjUG¯Z¹1¢ÿô`8Ãµ“•d\rl©Ÿð¼eÄ[JÆò£k,!ÿ¡}A=ªî*¹ª­õ3ÕŠ©\r—˜©d¿Æ¶¼4¹ê©T¬ý½É£hBxiò˜Û/;;É¸ÞÍ³HŠ„$qL«1xøó#?ž”l¹¦ƒ–ÔX¦-šOìlíÕ@žOVY&5¿1ÝšÌ}n>\\rÿ+pNådùø_Ùdé');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_actions_url_chunk_0_99', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœ”’‚ ‡ïÂ’?šÞ¡+8”´1)6@[3Mw_ÀdŸ›nÛŒ£>~|c>\'ü®8©,\'‰a\0W‚³ñ!Çün¹ŸlÅN¶È³kŽ2¥yC•â´\nàJ¬\nŠ3ò9Âg´Ú†ó7?êsí¥«êd­¥»öæôÜ¯°ÿ…‚z½«ÊÙúªÜñ…öÙ=Ó:¥ÿN‹¸½\nàe¥ù’&1”n­|NëNV°ZÈŠÌ(µÄ”ÀÉ¡íP„äƒÕzÎ\nâÉ«^‹y‘\ZÍ–weÀ­é»úlú½´VéÏ\'KVä£Œ,£s†¯‹FÏ<ßdGv´ý;qÞ÷Ý¹•Nõúå{Xvž.\Z¾ògˆmçD“ÎèuÝö¢ùgg\0zô™tFš÷I\"`Æ7s™þ_l@A1,`wS\n×ä°(Rñ‡E<vü‹åèbâ	Ã0GGçÎ–gÙþàz\'Z#¯Â4våßMv9eqe87ÿø\r:~\r');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_downloads', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_outlink', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_sitesearch', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_SiteSearchCategories', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Contents_name_piece', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Contents_piece_name', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicePlugins_plugin', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_brands', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_browserEngines', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬Ál§œÌ¼l%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ôx*ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_browsers', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœM;\n€@ï’ìÇûRÚXy‡Ûm¹äî\ZDI73AÄ¨,ÈŒŽÔä¼\ZqGíqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÁª7\'G)Š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_browserVersions', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœM»\r€0Dwñ\0(&„Ï¹¤¡b#QDJ—2ÊîÈÝ»w:[Á(Nþƒ%#€’g\"É˜AÛ*ì¹s$|+qãÞ°·¼¼á¦ÆÆO¿¯íƒÂ¡Ôvs—Z/*¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_models', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœMË	€0D[‘­ ñ‹³=ØCÔ AQ1ÞBz—E”½½y3)À°CõAÑ€67ú8Â¶ ^üî¯0³ë}œÄV:.Wšû7	µ*\Zå[å»ßgyp0HY6Îù¼Ö/f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_os', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2Jáž~JÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0a÷)î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_osVersions', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœM1€ EïÒPQ¿\'pau®‰	#áîŠFÓíý÷ó[£e8Qø\"ZÅ*zœ…¤\"€ö-	;’¾ƒxðdØ[Žox³)ãƒñëïûø ph}ÜLÒûÑì*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'DevicesDetection_types', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J””¬3­!lCÛ‰mŒÌ¶DÒ`‚$aŠ$n†$n¯Ùhe`U]2ÓÏº¶\0ð©).');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goal_days_until_conv', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goal_visits_until_conv', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goals_ItemsCategory', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goals_ItemsCategory_Cart', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goals_ItemsName', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goals_ItemsName_Cart', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goals_ItemsSku', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Goals_ItemsSku_Cart', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Referrers_keywordByCampaign', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Referrers_keywordBySearchEngine', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Referrers_searchEngineByKeyword', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Referrers_type', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Referrers_urlBySocialNetwork', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Referrers_urlByWebsite', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Resolution_configuration', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœM±\n€0Dÿ%_¨U{]téê\\ÁApë\"”þ»TQ²½{Ç%‚|€5¢ýÀ#\'8Ð·ý$M´.AçIÅ7|	Lz@j’ÊáÖ²Ã3èLáŒï~_ê‡F.õfÐRn¨ü-0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Resolution_resolution', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœMÍÍ\r€ †á]˜ ÿøºƒ;`â„ÒÝ¦··OSH`´’„ðED«˜áJ:Îâ¤vp=]L9ÉànÜm´7lÇwx&³˜/Æ×ßuü@h:ÞÜEõ6È+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'UserCountry_city', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'UserCountry_country', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœMK\n€0ï’ôc•¾ÜÁ;DpQè®¸*¹»Q²›™‰ b6ä*æ@u9ÎN<@× nˆDP4NŽ³çúJ0YÜP\\_]ßþ®öA0Õnî¬zR¯)ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'UserCountry_region', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'UserId_users', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'UserLanguage_language', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬ÁìÔ<ÝÒb%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ðá*ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'VisitorInterest_pageGap', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'VisitorInterest_timeGap', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'VisitTime_localTime', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœµÖ1ƒ0DÑ»øÌ\Z^î;8R\n$:JÄÝ#‚I(’I5Õ:‹È§zrqk}¼‹Çó}]<y˜Ëý1‡q_NŽ:­ÎxÎ\\m©Î®Îþ5·ýŠ7¾nû»·sñ;\nMÔhÔ4ÑH£Qmi´ÕD&M´£ÑNíi´×D\Z4ÑL£Y\'	*“þ $R	œ%ˆ\\‡	\"™Ài‚È&pœ Ò	œ\'ˆ|\n\"¡À‰‚È(p¤ RÊ¸R&RÊ¸R¦º;1¥7fÇÕmqxÀq£úœãõœÍqù<H—}wÙ÷ïý×Oã’™D²í	‹%ä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'VisitTime_serverTime', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁ¤(C5Õ:‹È§zòàÖø2zÝŽCöeöèÕ4<_SÕoËÑQ¦•Ž™Ë¡)3–™Êl?sÝþaðÚ—u{÷q,þG¡‰\Zš&\Zh4h¢\r6šh¤Ñ¨‰&\ZMšhK£­&ÚÑh§‰f\ZÍš(8IP™tƒ’H%p– r	&ˆd§	\"›Àq‚H\'pž ò	(ˆ„\'\n\"£À‘‚H)ãJ™H)ãJ™êîtsy)e\\)Û•š^a¿Äçp=çýG½ßÎñ²O—}ûÝÿ~ÖúÎÍ*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_actions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœíßsÛ¸ÇÿŽŸÒ‡ª@ð‡òÒÄ—^=Íå<±›LŸ<ŒÛœJ¤‡¤ìz®÷¿@‰$dIÄ’^Ûg\n™I,YÐbmŠŸ,v¿XÄSÏþ–LÝ÷ñ”5ä£bÊ§Góø‡˜½/¦¾|âœÝdyéœ‹|áœ¤3‘–É(œwNNÿöíäô/ÎÿãÈW.—E™\'ò•ó¬ŒçÎWqç—…óï½O¦tý—Ô_Õ?\\=`êW™+g$Ó#W½ý	}ÿE}aò‹ü®?=*–‹‹2Yˆ‹T”÷YþßÊY9zBxäª\'Tzžþ¸¸IÊââ>)o¶FKÛühmm‘¤»­¹òO3(þ_÷”„k~\"¿ùz™D_¹åír«ÜxÅ5¯6liNqÍ©GóŒ¬ÆšOe§Å•f‰„tå•¿Ë+}xãW ùµeÏuÛYÏ¶g¥l5+Ó|»Ì·y6E‘¤×ÍXŸ{ÕXFwy¸ý&é\'«m7~î±M<¿ñ£ñvÏXF½Ý>Ï²Åí\\”I–n]Ÿý>o¾iõ)ßá³>ìË.GØ¸3²ôbžÅ—[ní¾3´Ñµ?wFóz=OãˆöÊïê¥ßVŸÎÛøZ^ÿ¤œ‹‹Û¸¼©\\‘7ÀÓ\"\'bí|\rÀÓ6æIOfáœ•ñµ¼¢`ZykZy5­¼šVÔÅ™„”€aå™aE©	VdÂ	3ÀŠK·(Vž	V„…X±Iè\0XQ¯¬<¬<¬\"(¬ü‰ËL7þpXyÂÊ›P\Za%ÿ£ði_Xíöy	å»}Þáå¼ùðîGc`„±ýk>\0|û~Ù\ZTÝòÎ\Z³òI¤=¡Šò·Ç¢ê™Büy}\ZTOéj$­ÞæéOxó€MO~»\'ÆZFÒ /Ü\nò¤Î\'yE²!œÏÉ•pŽfs9×RÞ¦Åð\0ÕÈ$Z€GëH\nÀÌíÏÀ°\0Ï3x~@™ÉŒÌôÌ‹B\03]ŸÀ™É Ì\0Ìt×Á\'(Ày_fR(3õ Íàù{|¶žöJËA¢sè\\ñ²â ¼˜Ç˜B„;ß=H-ýX÷×“.;ãB8§ñuDÿÛ°¯ŠÑH×}=7IGqH§/-÷’Ž€—²ÔD:ÈR¶žÏ°”%œtB:\n‰I\0&™\Z[¤ÛM\r}ØNjì\Z`™ö„E«\'­÷@DËÏÀ•^û(Ô*x¾¼—Ã#­?áÈé.}ÖkŸÎDš‰³ˆçáÒ‡ø DZhés\0ô‘õ~hÄa\0:ÍÅmœ[\0A\0Ä0ä™Ãß(@d¡Gêß…Ð\0¨$Z\0ù\0+\0-gêš]-çAÑ	q\"‚˜AtâÖù¨nÕe½—Eë[\0‚ü\nA½0ÑB(\0@h•`*3ç»¼ DÜhÔ\"/ˆð0ÄMeB9…h\Z\\Ž¡”òÞ£°\Z†ú‚¢ÅP¸!þC\\ÞGÎOBNådWNœ¶5¹§Ó(ÇN£51d¦Q¨%ˆ»\np!.$-í2½u\Zµr¢Ë¨~ÆåO7$-®\"CÔäV¸J•„pÉ<,B— ªž²“P,«2Š0Ó²L-réX¶qìÔu ±„zó„pˆEŠC@Dh¢N“,}C±ôA^±¢ŒÓ™JQe×y¼@à‘ ©<ÿ´S\"LA\0¨¤1ŽrÀärŽà’t‹£7‹£\rYÑ lhŒ\"ÝŒâ*<ú*Šl™Ï”†éGçp}QG 4îì6™øQ_TÏ:¸Ä}P˜Äz()A\\©Ï©Õ\0—<&\r@…#j˜ŒÎäç>‘|HÓDÞ\0…šäÃÊ\ZB¼4v,…k”¼TÝ–_\"}6Å †KK€%.±ô$hh€2©°×B¤ñ\\Edp!Ò–›ÔDb¯$òR@j+÷\0 3Lé$mLwÂ›ôH\'\0$Njfµ@\Z3ÖB¤ÐÔb¯ÞB ´„öŸ’@dB\"pÉ@ ÖVWHÔŒé&×c¥!ijÐÌj	t\0ê	@¼»þ¯v™(}sxEm?}^%ý¢ñxÇ- þ1å¯µ1†ø§Gþ\Zÿ@ÊiÍ¬–>o–>O*ø«b<\Z“úì*‹ýq¾Î¯3§ÎÇ<NR8‘`Ôt\"¿Þ†Õ¶:·‰x„Nõ†\r,:1B\'»MäÍÓ	˜Å€\n\rF&6[Ãh–‹¢D ?rqŠ·@«mu–Ò(dF(îPX×9»@;Ñ„ ˆÐè\Zè)ú,åµ’Ì9Ïã;±L{•v!/È †–¦nmu6F¥©	õ‘Û°oU‡À P2¨7(4”×\\µ,:Žs!rç\'!­g·‘bD„ŒœF>ÅJ\Zµ¶:—e’4²4²4z6\Zqi},´’=¶žÁœœï4»ª}Àç?Ù\0#´\n~ÝÀFM;È.AzFÞb®ŸÕÃºêgÚæ±·œÁ¦Æžµ[0\"F=²\ré©µˆzJÀ$?\Z½ñ¡áÉ Å®Z<giÏJ¸Ö±Lã.­©žCˆQ’±´¦1DI=Z<‚¢$ÈÎ~²¯™¶’F… %Á¡ÁÇ ½æ¾Ú«v¹œÅê÷!ÍhûN$Ftì(ŠŠÖ¶:QN©wc¡ˆ€d×„[E\\~{0040$×¾¯o¢ý«ÊÝižÝfE¢&vÞ}úÖãp§ýˆ¢ãb“	çxÑRm«³ÊÆaÑRŽ h	ÔŽÍnX;D©sáÐ¡ÁÊ ÎVI¬UÜBMpœ-ÓY‚Q~{•¶H/	\'¼›Ö\'—›áäBºõ×mŒðtH°¶H{ò5Nc‚“Ò,A…F#CÛluˆF£fëîÏy¶¼uÞ|ý#p\Zyš‰N<xË6›Z[]}l›1†À	w[mÏ8ÙlÀ&Ÿél\Z\rT&ùö:lR\'ÇÉ\0­³*>{:›^e·ÿ†MAˆ\'ß®mu6G\n!òíæ@E44ÒNÔ¦\0Më°©7*4\ZôÛU*ü³ˆ/E^Ü$·ØÚ¥±§ÂC‚\'¨muv !Ä$\\¹@mÏ}d™T¥ÂC“AÚ]	*«c&?Ý)ÛÇ7qz-0¤ãÞæF\'¡‹\'µ¶º–p¡Š“ÓK”^\"6½tL’Ö±Bã‘©µvXóè$-–9’V`ì©n~,’Y*àšwšø°†¶vÍfYô\\,RÂÉÞœÐŽÆ6èº«I>géõ_ÏE¾P‰$I¼ä%2¢cïŽ\"v\0\0BP\0›Ý¶8z¾ÐHþq¡AÉ¤æV9í_Äe2ëqðH‡Æ]eSâj<@m«[Ì\rQ\0äN$Ô‰ÄX{RÝà„ÐÐcÐr«ãß$zÒ2ËåÅú»4Œ¶»<Ò‡˜mæsÍüÑH`—e–?¯Á®øÓ\Z„ºm®’C_Ä}«Ý>IKqÇH¥}2î…™;áõ™Œ#¹ñ¤HmŒáÜZdI$I\"¹ÍY\0¸ü<\ZœL:mo\r§2{dÕ‚É)ˆþ\0Pà€~äb\ZÓ¨Ó!€‰­À4\0\Z”ríªœv*ÒJsy6»Œr\Z{÷Hâm½­muvnA[omÛâè¹p¤êi½A¡È$Çö+åWY¾¨Šu¿Ä©tK\09öL6°n­­Î½lháÖçdHÐ^6Ðy#Ì¶³=\0 )ä``h`2uÖ®Î‡”vî0\"#:v%6#<…‘D!èˆZÛÉ‚è¹@ÄÔYP@hà1)¯U1ÿ<ž+ ¡C£o«âUÕj[Ý‹3XUÍ\"È\"è¹b!¤A…F#Scm¦h$=SGÜ>8Wy¶p¾Ë;ÓÊe~‚Ø¨\0\ZµX¶ÈîN³@z. É_Ê0ZÔHúýúþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_actions_url', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ}”nƒ @ÿÅ rˆVü‡ý‚a•®d*\rÐuÉÒ§…ZëÖD¹ÈËÝëé!?Zä,•øq‚‹¬—ïªÏ\Z\'@d—Ï¬ÑÂÅ‹p£STcÄÂ­Èù>,,o0Eh yÃ……Å	ZŠÌ]†ÖëAµ£òWcCÚN\0á¬Æ:¡èøÞž´wíUûÓ\nœ*ÎY=®6s’‡_!ù½QÂ)›!¾ðqÊ~)‹:eEÊ=EŸbË\'‚Q‡/tâÞÚ†/lžFöy53ÕBÆ[9ºã¬SSwÊ-›}ª…Ïc7ÑT-½P´žláÔ™¡=[sPÎéñÍBŸö‰Á–Ùš×¢¾§Lzk$–/ÊT>In²¨·Uf8÷Êk3¢*%U	ÿª.ùðÅn©.‘¨\n|[õ…¥8OßfR5cÛÙ¡cx;Œý9	œåž¦ í¥·Ì_§àÈ1Å1Æ¡†<5Ði¨K|\0p|Ê\'î¢pJP<$0ÿÑô²íÅö­óÒúìÞå“÷g\'v»ÃÑ/{«®ÒvŽ„¾ì.Ÿ;<OnøO0Ûíö¸~s0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_actions_url_chunk_0_99', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœíërâ¼Ò…ï%ÿ!ÖÑ6sû¦â$Ô&2ÙS_½÷þI¶%›È–Ú¡Iˆ_MÍ2[üL÷êÕ­bÅÉêÿ6+öë°\"Dd«»bU!ùU¬˜} Vbu·-Êí:V®îî7»Çòw¿6+Úþ\"æOý›Ð˜~ ôC–è+¬îýé?¡¿þ£ÿ`êõUuæÃéõ÷qóZþÞ•Ç?ûê¿í“%y¢ŸPµ”ÝÃï—ÍñðûÏæøâ­Î-îÚ³½nvÃgKÔ{Pñ?ÿ%‰è­ëPVïeÕC–y.šeñ¡euÛU‰ÞªÎÎÕ[”è-êÃõRFšcÒÞšŽU±;<õÎD2Ú¬J­ª¸]WÚ[—s¾$é®jWæ^•²æª¬·¶Çýëï·j¿.‡ÍîÙ+¯eth…î?RëdæÜv#ç&\\ÚuØÕŽË(^ózÿú¶-›ýÎùþŒ¯ùü5Ÿò5÷ûÏÐB?pvgìw¿·ûâÑYÖðÑ;Ú¬çìÎ°o®cÒû›ô\r^ÓA½úÕÝ©ªAª÷áåx|;¬îï×OÇý±ØVåŸ¢z<,Õ¸?ý÷þ¡\\4_)ï/ûê¸8–Õëb³[—»ãæ½<,ŠÍÛâ}óv§¯¡1ðÏ?\Z¼fáŸféÿ²ÒL¢hHò¿ñçH¢8Hê#bI’€‘D1d®@ÉáH¢$Q’H\nFRøöv4|{÷¼½‡ˆð™A¦Àç¡8”‹·âïGÎˆš3ú=ÅŠ},gx6sÎdRâqFò g²ÞïáŸú€8# œa‘3óäŒÌ\'9ê#»Y—‹b·SáMu(ª¿‹¢>ú#ydMý)ÅŠpˆpøw‡|!y8‡’‡øÉÓËKsŒŸ<&•€‡„ÉcÎJºF˜HžŸN6…<Ûýîùcvõ‘9TÇM<©•á2‡~dUìó¦mgQÐ°ò£Ï]¨}\0€ÏãªÖ^ÂÜiã·ë\n=«Zå	â¦]Ìuõú­É(€2ír¾JÖÑ“‚ƒáÒÈŽß¢æ¨¥‚)³©½aš•ÀÒ,á2¨ècžöÛÇ²ú­àòûp,ª£~ŸRBÌ§¥þÕ^ÜÃ!“”E4ƒZÍç ½~Ð¢\"	  5¦ÉA\0¡\0€ ‰0¡»òƒw%nT1a1!‚‘ÈˆÜb‰Àõ\Zˆ6ô‹ÍŸœPÃZ~<$2)1 q¹”RC‚Ã¢$Ð”‰Û…D\ZdÁZ‰Å†h`	#s×EHž é\"æ\\>ŒØc¼ºHÂ	ª.bÎçç‰½jÔEf¦‹ðIeçNÑ÷¿?\0IÔ“ÅÉO¥õz¡ù¢Ðƒs@èAÌ@ÐRëÐƒrPèA‚¨@”Pcèq»¡‡Cá»¼\r:d«–¦zUTŽThxDx‹\nn¸Á-7œHDÝN”€#ŽD(\rÁ„,aHD¨eQh$Âý‘ˆÎ²\0U˜JhR@$B§Ô†9 I@xÉ¡¶8¹LØäHl‹ã9\n©|Ii´Å‘e*éÔødxÍ±¡bxÍë BØïxÔÂ8jaãQËÇÔv^g7•ºóS{Zõ$ï=¡5?Õ“¼~¦Q ^¯¤iý”þ2^õÏxÿ‰°OF\"¥ nó²-Š£Ïê›ÿ±ZT¯ê7j°BM÷Æ0Ã?’¢™ð¨1à\0è~C?W.âa_°ÌR(\0Y€<œŠ±<ƒ¤brB*Æ \0L\0L<“™˜\n@\n`¿:¬$É‘5Ç­÷7ÔHj¤µ~5ÔÔ½À8c}ª%cìJ@–§¢·íIt¥z_öËr±Ý<•‹õßõVaí¤î¿NœÔÔ!lŒk—LêÝ˜·Â$7-JóÆDMh\nK@XK¢ÂôÃvAcƒeÏÃöT.Ô›^ìU±Ù-6ŠCeQí‚*B\ZúŒd•—ùþØÌé#8¨\nÒÇœËG{LÀ÷—\"ûþ A•½j¤ÏÜèñý¹‘Ï{¡9¤¾oûÃF¿ÆEùîôU‘:ìRYÝð“Ï>	¸¯*L#øè“@úª6AÓÅ>K½j¤ÏÌè#\'å]õƒƒ†ÍzÚ­7[8Mw9Cìäì²-$ýF‰C—<Åªçwç\Z\'Nï˜Øç‰óuñ¤“s€8UyØŸªu¹x®ö§·Å¦r’­L¿6¡ã©B½F‡=Ò1\0¨O GIr,ˆ®žýÉnÚô„Ì\0…<^ùº6+gi:íb®«Zë·&‘Àšv9_%V×Ý™\0#¦±I~‹Fý/±	Ôâs[nJìoú©VœÁYŸädÊ?põÙº\nr·\'â’îò¹7—§ðÐÐ\\Nƒ$JHýŒð	¡¤¹œHPè“ÅÐg–¡ÈÊh1Ó·2†z)òÕW—÷4š\ZÖ÷4JO#B•ªc(Š	[\ZkSÑÒø=±\nfg&¬\ne£’¸<XÒKƒee#šÍ„B@’ =ªL#:EÂbq)âã†ñtDËH? B¶axù\\ˆ‘@z¼ƒÄ¸¼2ÔÄ-à@+EbÜ.1äTÑcà7 ú‘d(Y®–ëIP’Y\0C—[.æJ]\'ö\\E^L0€3!@…›ÌÔ›Éœº%}2\'I¾Åªò…ê)Os<õT„Ú¯Ôõ(d*y\"²zšƒ\"“X8ž§z*$@=}(¶Ån­øÓ”eŽû…¾››J3Žó›Ê8nÔÿ¾3ÇMš!kÒ°b’&R¬iûF¿z0|„ˆ›Ÿ„PG’ÅT\nõ¶«¨I}Q«*ÏUñêÀ\'mbkt$Í~°$Í•kÎåŸ¯Ú€…N`È#—AØÅ3eOXé³GŸSÒú»xªö¯ÃN÷9KRÍ˜LÔbÎB(Ç\rçæW?~\"ŸÊ£‚hLä»<ƒª%]«!Óp$ƒ—8E‰f”ß.Ñè-Ý ÍpŠÔi20Î÷Ì:ë†<ã°°ÙÑ‡Eša°âòô§–sY†Å\n¼¬\'²âvYõ¼Bò›ŽÒµª]’ÌÌ»¿YUR.Ók$½cü²-Áí÷1çD$Ê¶óÌe@¦WË™¾é5à[#ùên õñ˜Õæ2¾SÖc%.¶º^.4¥dXì)%£©1ö¸ÝØC½®>}£‹9R£pÔÃ¨.© \"ß²…ìŠª-éÎåí\"„JdQÖ}#c 2Ë@$¬<èœ¦|+*m°?©w[½åõ	y/A´+w•É*ßÒì÷…¸I3¼©ræ\\^%ƒíç(qRRzo#næ„Ðd‹›Ín­góª7þX®õKs€ÓL’ÓIOå4µhœàÅ7æ\\Þ¬	fX‰À‰ÀÁŒoÒ)À©glv‡S¥“,‡6ô×Õ²)\"gŽ–áyTÌ¹¼éTó¨Ä9N7ß…›·rW7Ö/å«ƒ¢%DÁÙª:ŽNñdS¦÷et\n`ú”Úð	SrAæP#sœÑ=SÚ€ªH–6ý*RÀÉ¢?ê´žñ\nÒÕ÷§þ¢“,HŒp	Aêm\nH\0\nX	Má¤Q|)¨¬øµÜ®x”f+µã\rÎÕ™qD\\}wê/BDšaŒSBgD4D ‰$7Œ ¿m\\µ JDÝ\'çŠÊ8!æ2\0E&A‚ž\Z		1Ý-ŸO$ÄÇÛÛà4\"IÝ$ç\nÈ8Œ<úãùÀ2—\Z‚\0\ZžD>\\ŸïoÃjJ*õ^®DñK*dæ%Iñ¶3çòF¶Xt¨E‘Oä”Á!KzÒüZ¿ÑO§íýZ§¬å{¹Ý¿½–»£SÇmæ*±kÔq9;trÄY9ÀlŸƒê¸Ù6B@ù‰¶‘™BRÇíA§|<­ý¢Šm¯Ð¼xÈÜÁ“Šs.xì1qÈIÏÍ‚g[*K;¼lÞ¼O3]é*>Y2ïŽdÀ½$áˆ‡%AðÈÞîÑ(ÁsCƒ${àÑ˜ÙWê-_?9´Éš0ç\Zm@dÞ³Ü’¥mºsùæØcck‘wX úæª‘63£\nÉç´Ù•vÚÊfw,Ÿ«b°!¨ix¾N†5ï­–ÉRäXèéÎåÝÂÃ¿ó©Y¹ÙŒ=Œ@ÐÙ5¢ç\'¢gb†õVVOûêµî¤~/žË¡‹µ­Ï×Øã}ö“à£³­AáËH°rä2pÒ^5rgnÜ˜õ{ÜQ¯8ãAÕN³LdõÈì,öÁ‘C—Þüè\n™õè2á0ä`oêJbé|žÈáÁ¡RçÈ™Ò!”­îÜJ»ÇÀ×šq~¼ORŒ=Qì6±K(\Zø¦·\0˜Ïë§él|²\r»zß‡Ëãã´0.šŸO‹e(åå>™š­\0ÏiqÃ´\0Ú}ƒF˜ŽÐ7¤‰1\\×öÄs!F¦^ÉåÄ@0¸Ä1¶‘_AŒ±;ÝCBZ‰TæÔ+H{0Áf‚	”Yn”Øf)qµMy†í&\ZRÈëú©{81©øµ½ãbP IšÝ»((ý#·Š”LÅø½n¨‘éG2œ‚~=Ì¸ú&^_[ˆürf 8@jfÔ•\'fà?\"3n—ŸHAÆîtCŒz\"R\Zžˆä”lÇa1›¡i¨@0m4yHŽ–‡ y5\"*nÀMw|®K	u7·V0äB>ïA÷ež¢à­<ÿuÖ[7ðõù™ Áša¶äôNZëmì±fˆ	ƒ¢AÖÊ¢5c¦ÖŒ`!VqçO¹ÝÞ?*ÈÎV;Œ]\n™q¿éÜGÑ+ÀàùÜi8t±ÇÌ_¸>wB!éŽ½j$ÌÜÙÙ«&ÌÃöT®«òàšÚ›éLÉ5Ú†éÜ»i¤h”1çò Ê˜ff,ÊôÊC¾8&Ž Ÿ)e$”2¯åãf=È4Ã˜’ì\ZŒ™ûL‘åx‘L{.o$“r¥Ø9ƒÉp®t8V›wgìR}Óš¦#é8Z®Z]“u	2#BÌç$\\cÆÉ¸…%^Ý¥v5•Ù€ŽK½A‘[ê·FÀÆÒÒ 9U–¨ãŽòáÛu\\léuô”N¶¥n·‹¸ æ˜wZ£»Ý°†ÎvçòÙJì1þ!wöª1äø±!Gíõ2õDØ\'ÃÁË*ýnº@L¾º³\"ÌxÍx.3ðA±FÐ^r¹ðÚÔŒ±ì%ˆzkŒ5n7ÖÀ}¶Î•Õ.Ü`€ý	jÔ’qÐ¹¸Í¤8@PHk0,\Zàé¢‘·Kƒp‘ÅU@;p@k‹~ÝµªáAÁ\\zßD–cD—™ÑMYp]ÂÜÓÂh•Í¤f1Vr\rKãæ±4Ë¿Cœ@òŽAê!Y\nvv½cI°çE]/Ìˆ7gBóŽ1PóKôŽýëÄ‰°÷]%#ûS¥¾‹íæ¡*ª¿÷eq|YìŸÅÎ6Î8”f¢3ý|‘Öci÷¬1ÝA6‚\0 $Ã±i§ŒU…@)í\0˜F(ýp( \'X¤uÑc¾b¿ð;Í4g\Z§9Ê†¸;`°PÓ;&zC\"v¾;\"˜t¹ØYïwÇb}<|Ä\rog8_ÃîšÎš6TeB‰6Ý¹|U³^¸árp·­  ÌË^5Òff´	ÏŽwiSo‘^¾ë®ÁõK±{.]îÔ(ˆûå|*ÌI·LSÓRà¶€Èà¡ ðÐž™‚çÂŽž„rÜ/ÖOÅŠ“œ]ô0=?X0>fuÐ£s±!ÅhÜ)kUçë•§èõiS›d!“Ÿ©—1(²r=EÂ&3Ò ZÕäX\ZÈU«Sµ2¬¹6S	&wå«22^-è£âã1Øg3¡†dK¿¿fw`OïØøl€F¤@ŠÚae·#E°Ãê½%ZfÜõ2›qkR¢ì(q¹D]/Óý°qkã\Zl†`ŒÕ»Î¸zÊ8#ÒY ¢V;/FŠ®ÚÄxrjDÄí\"4‘\"œZXðàœÕRÅâ	)æ1õ¹)B\n9´	)Ðx§‚F^Ü./>©Pßë†¤U<õ§,OS¡Ï0@o-ñP.š”©…G×ž\'.jÐ[‘ƒ‚Ãu5C²¥\0í\\šßGÕ¨ÜÉƒ1‡LÒ¼ÿÀLèÔ´Ç`*ÆRÖ“ Ta!ª˜ËóN{L{,£|x©‘5Ã¦}àØîþ7C¡]Å3uØ¡·üÝ¿–u¹çö›®™Á\r<¸aÇEÝ|êjºXCèàAr˜ÿ`ÇÉA˜B­}ð\09J˜ÊV‚‚å°èƒXR<sa…\\&ì\n¨à9¢‚/é˜ôrŽ\nãI:ƒK(ñöwñ%Gû‘£BØÏå DÔ»É  a£ ±ßdáÞÎAõm¢nÝº²io_ýŒê[WïÛ¶åÕ!‚èóÂ£ ‹Vý<GJË£ÔÕUåH,³Ù­·§^,“åG—mÀ¹¤9h¸QŽÉpo$CÔËŒ%ÝH\\“‡Â\ZJè’§Áé‚Àª¸9\0N ­¾ûë-e&&Ð‰éÔN‚Œ”ð/dZÒCšæ·zGmÎlp‚\Zðth“AôÙ0ÅVï¥a#\r`¤Í•’«3‘(p	H-|™Of‹±E„\"iÂBla6Ë@ØÚ•Ÿ(»üôT¨»»[2Èƒ\roUùVT>4ðy!]f…2T´Q4ÈÂ\nO±h@@‘Fœlòï AwC\Zd€]9	«iÐm¬cx;¹!Wß+\'	UeTFdEÌ‹óÐÄUºLx0Éhž|Œb0’*¢ä‡£BNÝF«SQ™»§ã9OkVè±)ãQ—MA‚ÎcÆ‰ó˜åRæý½Ã±CØ˜Ç,€ÛöBb‡8ù‡a’×œO–Ø9Áˆ»Ý¦Ãý	rJÀNq65xÈØÕíäéWùRféÄ\"\rR\"d-ÙÂDF§Çi°ªKôˆÍ ùªw¾‡Ô2¼þÙvkÏÃåÛm¶e\nœþY[ôøte¤ýÿßÞ9ý³ÖÏé‰7úžOÏÈ´›ŸçNÛ\nÐ„þYbk:‰97¤NÒ?6vÕNëªeAÖœµËþóÿšÉKÜ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_downloads', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_outlink', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_sitesearch', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_SiteSearchCategories', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Contents_name_piece', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Contents_piece_name', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicePlugins_plugin', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ…ÐA‚0Ð»Ì	JAÔß;x‡\nEFŠ Eˆ!ÜÝnHX`»ûù™y™ŒÆC(t‹Ã	dõÝXR9¨èº†\r)†ôEÊH­ŒÄ,>¥ê¶ÿ!Ÿ+«]½sÄ±#ƒNzêIÇ™4È¤ ¾¬vJr¬dAå\nz¸hFnMü¢SÐJh0ÚöVÍ×ò°æÛÉ–õçÎaN‚f~•ÝìZSrôýëš²9');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_brands', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœM»\rÀ Dwñæ/Ž²‘R ÑQ\"v”(Ý{:Ÿ¯Â`6p©p/dÌ\0êõ¼:•Qi0‚ä•í°…üHÞ	«ø¸¤D¼T8>YÜwV9}¥3UçÒÇGYë•B*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_browserEngines', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœM»\r€0Dwñù£œ;`‡ QDD4”Qv\'N¢{Owg\'hÔÅ	ö…ˆzÃƒJÚB<x-ù:‰3tw\rrÂæÇ¶³ù8$ÎD‰¸™ØEÄwq}¢ÂÈÂìáåÛ4y“ P›Þ¸µÅ\",');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_browsers', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ•Ž9\n€0Eï2\'H2‰ËOic%‚\'ˆ`!ØY†ÜÝ‰L!‚Ýß˜yq‡ò\\ExÂŽ°nù3OhÈïÐÙh.ÚÍR÷·QÅXQ8‘7\"oŸ<•\n1•›S\r>ÉæE± ãJ–G®{EË\r·•Í‚¬j~á¥®ÐRG');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_browserVersions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ•Ž1\nÃ0Eï¢Ë²ä{ìÒ)z:²e4¾{ìJ¡Û×ûHz	y…‰	ÒÃŒ¼Ãƒ¶ôxnwL ë%²ð`(®àŠÄ-[•Eçù=¼œ*¼âAññä¥}H0È¥Ý\\:øéw»W¿ðá\'ÊOºŸùé«`mdì†äLøK²!jT´');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_models', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœMY\n1¯\"}‚ìC^ßÁ;D\rTŒ!w7=Áaþª¨^4Zâû‡ˆVáAkºä•¸Bßó3ÊõtËõñ}½‰´46¶ƒ\rÈÇMâ,JÄÍb?Ä¶æœ^ö.oZ—Ãgîý£Ä0‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_os', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœM»\r€0wñù£¼L@“–ÚHHt”QvÇN¢»ÓùÃ°h\'Laø2Úºx?.*·ÚÖJå„³  ì~ì…(æ!y£fñ‹J	²bÒhiÎ9ååÛéú†aÐº®¥÷-+\n');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_osVersions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ…Ž;…0ïâØùŠÍ	hh©ó$\n$:Ê(w‡€‚\\<)Ýx­µ\'Ã ìà”a;L(\'<èÈ¿í t\"€ÖyIÂ”vÈÈ46Š­æéž‚{Y\Z{•Uˆ_^Û‡F©íæÒƒ±ŒìÈÇ¿z÷ÆÆîç@ŽƒVä‘b½\0CÉT6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'DevicesDetection_types', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœM»\rÀ DwñüÇÙH)è(»Ç%¢{OwghŒ\n•ì	£ÃƒZ¹ŸF¹s…å\n½Ù	›ƒ-³ù´$·E<‹ã‰\n+»g„ã¿™ò¦@aL9|å9_¸*J');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goal_days_until_conv', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goal_visits_until_conv', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goals_ItemsCategory', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goals_ItemsCategory_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goals_ItemsName', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goals_ItemsName_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goals_ItemsSku', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Goals_ItemsSku_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Referrers_keywordByCampaign', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Referrers_keywordBySearchEngine', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Referrers_searchEngineByKeyword', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Referrers_type', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ5ŒÁ\rÀ wÉ¡´ œºC*õÄ\'Êî%<.q,ÇŠ€QÁ¢ˆ[ŒŽÔôyIŸ\n$arNŽµãä*.|ðv³Û~pr/­ügÌkŒa^p‹Ùmˆ$~');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Referrers_urlBySocialNetwork', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Referrers_urlByWebsite', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Resolution_configuration', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœµÒ1ƒ0àÿ’_p¹‹Q_Æ.u‘B‡Î)tÜ\\ñ¿×#(Z­C·wï~C\"¦\"d\r5¦LŸ¯Þ„v9M®—`ñcå	¬N0V3gYò\\§ƒôpÙPd½ÏúrëgýCašõ›íZì8}rÞîÁÖL£¥ŠŽ #åGé¶(U`<—–Ž±|Ëô–é6-Šu‹Ü‰œÓÊ¾ÖmÚŠhôÇÖ¿¼€ù\rF°g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Resolution_resolution', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœµÑ=\nÃ0à»è²äøçå½ƒÙ²Œï^›à¡iÒ¡ÛÓÈ8Á\"Oà1A÷‘ 9=_3ÈêÖà,L­L­Z–.kŸã6pl·ºÞu½?úÒ^H`äÒn>öâÜë(¼\Z|úÂcÓˆ\nrâ;$_#åRøRø¹m\ZÒV±UýM©_•˜WwmüËO—7£2§«');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'UserCountry_city', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ5ŒË\rÀ CwÉ|\ng‡î@¥¸qDÙ½	¢;–å¼Õá¸!þ¡bM$ÐhÏ;ˆ\'ˆ¸Ã«.U87ªRµ`æv;@±Ø<Yá²õù|•½C5¥.1ÈÍ\"Ð%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'UserCountry_country', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœÐQ\nÃ Ð»ì	t×$d¼Cï` ”@þ¤ï^M0]\n­ý›q} H+Œï0#E -,÷|ƒù¶²5³Êr.Ét”ùœ˜Zœž¥hä£jmºr®¯¤\\ï½µƒŸºgT:V:V:¶ßtlšÎªQ<Ûçq·ï½Ï»ò§®\ruþ¯,¿\0«T{');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'UserCountry_region', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ5ŒË\rÀ CwÉ|\ng‡î@¥¸qDÙ½	¢;–å¼Õá¸!þ¡bM$ÐhÏ;ˆ\'ˆ¸Ã«.U87ªRµ`æv;@±Ø<Yá²õù|•½C5¥.1ÈÍ\"Ð%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'UserId_users', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'UserLanguage_language', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœ•ÐA\nÃ Ð»Ì¾ 3&’ïz¡B7Rˆw¯R’Ì\"%íîÏÐ§‚<Ã„x„9¡-qœ\n	ZW\n3l,È¶Ì*‹ÎÃg0mpjÑ©¾W½ßûÒnˆ0È¥yßŠï²š§çí1^áêÄŸêöMã	¨g¯€æ\ZÈ?\0_IYYùüûÚÆl@WµNäŸ/,o[\Z}–');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœÓ=Ã àÿ\"t<ð<?ÒsëÒ-c×bÁAšB‡ÿ^;2¤žÛ‹âÃq¼&FÇKaÓ/3;VSzäIÅ™1°ºæg~¥é>æÏ­Ìå=«XØü.Y‘Ška¬O5/5Q·ƒÿ(±Ò wŠ>VŒ¤ àNÁc…$Å€‘g±’B@²â$Å‚•/)œ¬Iñàee”\0AVÎMÅ²\Z\0;ƒí2×Œ¨£yØ.pÍ„à{ v‡}Ýr-±é‘Ú=®ÿ\rùž5µË\\‡\"ïNæ\"Iëp/‡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'VisitorInterest_pageGap', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœÑ1\nÃ0Ð»:\n,ÉNRyëz:²e¹{µ2ÿnß’ü0VsI¾wOµ¹A}ß¼8­íó]©nÑ!a¡Ú]ã$NJõè.1·#Y}Ÿ…¡¢¬%Ý+ŠcÃŠ!%sÆJFJá‚•‚”‰g¬LC%;-,	3ó‰,±ë?¾fNa½¾Gî\'rTúBÎñùÅƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'VisitorInterest_timeGap', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äîÕh!‰½}ûñ¥\nl3¤T„#¶h©ïÏBeE	«P™a~TQÙg¨?öïžBy×ŒgU¿Žœ;Ör‚rêpÂ­“@Éç²(ÞB£fÂ;¤¡%¹Â±§SjI®ø–:¤±%¹ÂÓŸ¤çR¾•2ÈÖÜSjj®<‹>ìÙ*µ…ÎÊœ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¤Ð!-cÈÝ«%!HÞä¶ü{QÎz¬J}Ñt¢Ç®Ea[¾¿\rún+ÀÈÐW±B‚~®Ê¶—ô°*õÏ5á*‚rSèY‘HI˜n\n?+)R2æø,9R\n–X)‘R±ÆJ”†-VZ¤L8ÅÊä*YaFhïì2VsAh0ûùµZ*\Z€üW{pû	4\"ù1nv7b”!ÊÏ²Jˆ_òŽ¤ódô„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'VisitTime_localTime', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœµ–KnÃ0Dï¢˜¤>1s‡ÞÁº]–†ïÞX’¡h&íbV¤EÛCË£.®Ñ×‹OçÅíHf_ož<\\—Ï¯k8ï‹—µG;âÜ“Øcê1÷XjÜö7,>ùºíÏ~¯E…#ªPT9¢E#\Z¡häˆ&(š8¢ŠfŽh¢7¥¹¸æÒÌõÌíž«Bë¢V¦öc†Jº_DÍÚ§<ï+ü·îNpKNœ-™¡èÌÌ.aÁë\r½HøÄ¯jÑÁw:øNß=òŸ¶;Ì™†õ<<€-\'ˆr­5ûÃ‘°òêH´ÊÞœyÈZþw\"óPH@LD!!Q0…EAT¬eŽ,Æx\'xB\"žbâ)‰xŠ‰§¬íÍÄF\ZÙÏlJÚ¶o`-Ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'VisitTime_serverTime', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 'xœµ–1Â0ÿâxÏv‚?ð‡ Q Ñ¥ŒòwHìˆ6ÕV{²s77ºÉ-ûòôx<Eõeöâá5Ý¯pÝŸŽžÖ3Y{‘{–žCÏqÏuûÃäÑ—uë½ÿ¡Ð@BMMš4ÐL¡Y-Z4ÐB\rt¤ÐQ½PèE­Z5Pp%Aå¤)‰¬®%ˆ¼.&43Í¹éñ[§OmJ\rí\rûMljÙoÒØF~öüi‰ClÃ¸gmFŽžŸoãþ‚H`àƒHaàƒHbàƒHcàƒHdà&ƒHeÆUf\"•W™©¬“\rK¤2ã*3É’µ¾­¥F');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_actions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœíÚmoÛ6\0à¿\"ø|•dåS›uØ°5(–\rÃ>ŠÍ&Âl)”dAÖÿ¾Ó%W2yNˆÎI]ÀI©œOY|p´G”EOIDÎâˆwÿ$z*\"Í6ñ•ÚÌÎŠHøÑÌû)Û*ï²Œ¯“ôÚû×;ÿÑû9]ßež¨Âû=+ã÷›zˆóuáýñËì,‰¼¨¨~T/^ý¨Ý-|øÉ	œF3R½‡Óá€]T¿8ü‚£PDq·]–ÉV-SU>dùßUqp˜Î%¤\Z0(;½ZÞ$e±|HÊ›Q4ƒè`Ö¦Û&éT:2\'ðOÅÿL±Ào‚ä °Bå÷*¯p&2Ú &¦\në£ûºä ®þïõ)•úŒº¬1§¢¹4TUæqZ|d’<lÊò§Ê\Z†÷…ƒÂF		aú´º´qTØž–Š[gÛåmž­TQÀ­Uý9„sú!Ù\\;Î¦Š¿­*ÕïÒëRÇqu)œP]Š.xº±˜3ŸL¾Ê¶·U&YÚ}æ>|L¶ºwßUÕÍ\'ëÞk.¡Ï¦ëÅ†sÚÆîL,]n²xÝßT¡o˜:ƒh]æÎÔù:!b<uFA\\Ö3,hò²z´hG¢æƒ4#^G²\n˜C\\†²³6¶É#vF²Ïú¥â\'Ržšis_Ã}™”µ¼Ë›Z78| nµB©M®åä|$\'Xæ½WÞŸj³Á£9|U¸táL\0@80!÷øC–—Ý)÷xY;°\0Å¥®Ê ¥&i¯–t%!´¤Á©¥®ËŒ%0X.8Ë:Vpy•P\'ÃJI™ÀHÙ¨J)ÆÉ›Ëds—[”¼°Ñ8šcÀÎÃ®ži»óŒ\r¼@¡D¢ÞÞ#féä*>ªu²Šñ±ýñw%R7]¿¡HC!¦EâÐ\'¸‰Ij)!£Øþ\r)•‘(EµoÈÙ=izvÃ&g÷TÀÉž}ö´M$ ºçêŒÃy\\·[ú=b8z€d\rÏOÏ\Zßi³äˆ5Ù´YïãMœ®Ôúù­–^«g®…x×¨Ýµ!\\m®QX½†X×¨Ùµ>—É5ctH†w\"\\“¨e©d\'×^¿k/`IÔÝÖ|ô4	Ë\n°¥©y³š‘îš.Ós0N¸¦‹XpbÐ¡›.N}®ý8\rbÌ8ukfW8	Ô2°;ë	§W‹ž ˜è	’‚xEÐæN­rU”.\0zÛþPXègÍQ—ËÔé³?Œºõ§Ígñ‡íùJçäÏ›ò.Ê!Fôúø}BÐÇœ\rN÷){P9°wõèý•ÝÙ	¢îÖgÇI÷]µ@}.A:ÆLu¼>£¨õ=­Ï¾‚à&8ŠÞ¡ÀìPTÝäYš¬¼ó,]\'ÕÅñâtí}ÊÕ½JëáÇ8…Â¶0rÑ\'Qúæ•r×(u¹ÌJ¡\Z%ôî¤R<Ä(ÅOßŽJðV·Œô„…–VŠ\0a?@ÒÞZ(æ;|xw”<ùÝ&<u¹L<éË÷HÂñ÷HÃ“\'žÞ>O|ÍÐDôò,ÌûüjßÀ¸Ù£RÞ¯Égå?®6Ê»¼ƒ	ðXÕ7Ÿ»´¨Íf¶¨Úk‘?\'È v‹ú\\û-\ZÄ˜·6µþ]YD‘	$Ò\":ÄÁQ«E_å¶omÚµ	Õ=ì<@¨éš\r¹í@ûX‹[¦½Ó»nçËóöÖAÿïVš©—‰6ØJÌûªsy—0?“•òÞ¥iµˆóGï]“í˜ô<ÎNNâ·aY;¹.—©“Ó1–NÎñBS šâ´Ð|íÜ‹è’Ðã½H“\\¶\rìµ\\ç^¹XrJgØÔ)Ê™»\'‡Ü¾]ÇXœrüäP žŠÓ“Ã×îrÅ‰¢“çËU³	');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_actions_url', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ}”\rŽ« €ïâ(?‚ï°W0´ÒW³*\rÐ×—lz÷ÇTa©ºkR˜”á+vFI\"¿z‰%Y\n*ùå$—Å Nz(\Z\'©,îŸEÓK\nƒ0ˆxM`Â\r¤‰m>`bar’Y¸ûØú~Ôí¤ýÃØ¶“Q\\Ã9áÐéÔ^{ïÚGï¯+ð•nÎ2öÓjÑÉð5F8<E„Ô¿}ˆ—ÕñÌÇiûW[ÐaeH#À§Üó‰`Ôá™N\\K64”lÞp%f¦Êd¼U“»Ì:1ÎpöÀ©Tì©}o‹rU&÷½ºÖ«2½\rEHý¢(Ë;3¶7kÎÚ¹~úóÒ¬0ª	 £{nëá¯s\\²&Ã5\rh™’ç–­eAÊ#¢ïûžÍx´ïÍôòˆË_uó\rA·ÜÓÍ™x­‚îënØ\Z‘…}+\r3µƒQX†ü±2·È½UFZL/»ÜVÆb/¯&PéÇJ§d®t1M€ð™|†14½Ž¸˜¡Ó¶½Û¡u^Y_,7}õþæäáp¾xãÕ`õCÙÎ¡p5‡ûçÚLÈ=…4Ïç‚wk');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_actions_url_chunk_0_99', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœíœír¢<€ïÅÿÚ|Ò{è-8Tè–y;`·ÛÙé½¿I ’cnkÙ™mÁ§HžžÏ$1¦ñß<&÷UŒIÅ³$ÆòtŸÄT0ÿ­bÏ6Éc¶™	Ù žÝåEšý™ÝË7ç1fò‹üOåõR¨OÉ2_)’‰gH¾‡âî	¹ß¨ø&^Ê«×íjŸo³U‘íßvåÍ5ñ‚c†ä	Ö«ç|_­ÞòýsOšépÖ¨ÛæÅ:´@âŸJþ‘0¨…xÇ°*+g¥|9WB‹°\"lÈ°Vºµ‹wìj®®ˆ17W4fÈ°fõÀaÇª}™ÕSG§QmV0dVW¼5,ìÖSˆ1—5¦õ¥¢æ²´c\\ºÛ®^ÊÝ:«ª¼ø%,ž7DÂÈúÞQ2ddÿmÒÔ@«7¦öå”)acŠ1xØ¶\\\0\r¾Þm_6Ù>ßú3ÄÇä²ûð]Òn:h÷¡\\}2lwO6ZàFö`éìŠÕf—¤íC–¥Ó‘6f,cu±þÒé	Q®V¸`A­—¨³esÆ>P}F•$‘`kˆòˆ«sÒÈÖzØÁoµ~Hü(x‰Ï#ž½–ŠSL>ï÷/U|w·~ÚïöÉ¦ÌÞ’2­â6Þ½þw÷¼ÛfójŸüÏÁR#)ôñ!õ3EED>ME¢¡¨™H\r!é’úab»$LºûŸë§h(0ŒD!CÅÂAD4VY€H8v\0/BÎ@$\nDc—‡˜xˆ1ˆ‡\0”†õã€áƒ‹€CÖ\raÉiÝá›F­ëŠ\rZw,`…›6Ë	7mÏ0Ûôuú@{Ð\n°˜>!¨{Ò]ÇŠ_æ=¬{ÂÍÉ¼¼³ù[¶ÙÜm³4_\'›c~©ˆÃü¢ÔíÕóËxx„û£—í“;¤öE/ä +–Aé…íôjuÙèed¬ôBÃé…ôjô9¼9‚\'z}sz &‚\"æqóš­Ë¬ÚC&P‘¬òŒoœ24ðG­ËF#c§8hR¦Ñç |¤Û¤LD ”Y?—»\"_Ï×»\"Íå¯5OŠtþRf¿³Bn“\"ù•mÅÙ1‡ÂÚÙAà&Ç`íK‚(ÐY Òºl 22v59.o êäÌ, ÒW@tc b\n¢T¦PEŠ1hy	Æðå#Sâ/¢¢Ä‰#ã@ŒçˆŠ\"*6ET?1Õ¾ÌgÇˆ¡ò7`Tål/ˆisÎÞÃYxíŒ³¾¤0!ñ—qîf¸Ç#L‡K¿g\ZB³¤`Â0ÊO%qFÿö¤u¦,å·ºT‡G¨8qÇÉ\nÎä´À©µp	á\"Ÿ°:µ|PÑ\Z©dI-Š)Í€\'i¬Vš%5/\\¸JcUµr¤1æ²õ*ykŽ\0àhÌ¹V™JfE®d/ì‰¸êÊŽä	µ%Žµ_›ð©úÓ²ù»N>Ð‹˜?ý\\t!!>í6iV®,VÕ>)÷ÊUq\"£_bjà!kã’]|c|ˆ8É¤Ü“ÁRÒçðAö„KŒ“Æª„@¶¢ÃK±HQUU!ÝèÀntø«Mèø7è€Ð€£hÐYÖ\rx}`åìÆ9!ÃkA†.}{fÐÀ3<”~3(ÌÝ\00Ã_ÅgbÆ×eFÄN`ÆI+¿¡J ˜*Â¶:[;Î‹¶€óí ìJ4\nŒù†¿ÊÌŒ¯ž\0½ª„ò€;YP§U-,Ð…–oL‰xãüRJoñ†¿\nÊ„‚A^Ô\r\n¢¦X¢Zp1ëùàgÔc‘¯Z	ŠàÝù€jlD\0äˆ,IÎfI“0òVÕºl12öj,\'~«±4­¤¯:Uc=SæªÝù§5×CzÒ“MR¬³ô¸H‹H4Ò™—¼xê<6;x´Ð(x‚JºÁÓê\ZOGÆ^¤mê#¾Àƒõ^„ìdð`\'xŽt»‹´‡².ièŸ€£a›-ºÝó‘­¬R¶ÑâCHõ×ËçÆ#•ÐÕ‹BgªW°//Ö›×T°/·s÷žeóMþ”Í×ïëM6¯^Å\Z{¯z\\TÖLG²^™ˆåaÑ?Å¡sb8É)7!qÜÙPLcE(\']qœÊ[ƒë¡ZqœGÊh7d`øÕÖýð©ª}™7bêEyW7]07êVÀy˜ó[¿.œd&´®]Ã2ÕTyø¥ƒË¯ÙêËá£ßÎàRë²—FÆÑêëy¬‰Š\\l\ZkúiÁe°8Xõ+KòaÎ×Ù<)Š\\<ÕUR¾Ï%Ýó¯¤ÏGð’I&ÏÃ–è¶GºÉ\"ä¾¨Ôê\Z§RGÆA¥Ð3•@íÁúª•¾-•ÎHlöŒ7÷X\"ÐqT](TsSäjå6êv•Û<¸3u¹Í[«Ž?/f*·RáÒÁ\'DM5Ü“6h¢ÚA‘ÏKÀÇ¦—zù,aÕÙËP„ŒôwüIÔÖ š„^pbÝ4P˜£v„ð$´ÅË^(Úûº‰âo‹@q£êýOà\n\\`ÑãFþw”öÊmO ŽÊ3\\wC@•ç‹poìæ¼}\0—zqã¨ÜîÏ¤!\Zµ8g.6ú3à\"°!¨¦\rAÓ)4pB\ZNr³»³RÒœ-Atêý…ð?M©èD‡Ð	9è£BqhwrÓÉë$”œ<Mˆ&ïS“?Çò<#uÂT„¡\níÏFµ5Ä­§‹ià/]¬uÙG!@‰ì¹	ƒÜ\"<õ\"Ýfb†:QÒMÆP;>ä¦ž¥‹Ê#òJœ¨8»mQFpuaõÜŒ‡nEuk8¹$n0økRœ20ÿÌï8Á§\0NMµ‹»ñ+–ýi¨~F¥ƒ®yO4SÍÔA3uÐœG¢–&:á‹úÃXc>ŠN$k\"b2»èâ[@Ë3iÌ4ÎMŠ»Fä,.«\'t	q{(ÀšòT#úYJ»´5ˆ*}ü’\rkÝ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_downloads', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_outlink', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_sitesearch', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_SiteSearchCategories', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Contents_name_piece', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Contents_piece_name', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicePlugins_plugin', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ…ÑQ‚0à»ô â¿;x‡	C*C!Äîî^H|ÀííOÓ~iZ+C(t	V‡Èê›±¤rPÙ÷-RŒÄÌIméûVŸRuÝÿ%Ÿk«]³C$Ž$èd ‡žuœIƒL\n\ZªúG)Ž•,¨\\@¯7—íÄ‰ot\nZR€F£í`õÇŒq-k~Ð±ÍhùÞLqîæüß~Výâ:SqôüÛœí²t');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_brands', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ=ÍË\r€ Ð^¶eèÁ0ñ@Â#¡ww½ÍË~&ƒÑLÊp_ˆè\rTóuWJ\rD©€%Z;…]\n÷ÂÙ‰(bQlk^°Éš?¼2¬Ù¼Úÿ£¡MYJûÐÏg\Zã *ª');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_browserEngines', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ=ÍÁ\r€ Ð]:AùÜÀ0ñ@$^<v—\"zëKÿo#%A…ó\rå†å¸™BŸ×œ®“B7kpóÂèßÄ %˜FŒ¶aj1»X¡»ÞšÿR•O\n¥Êå-Ôú\09_,Ÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_browsers', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ•Î;\nÃ0Ð»ì	´’åD£Ò«`È	HapçRèîÑbdo\"ÒÍú¼‡¼ÂÄt…€¼Ãƒ¶ôzowXÐ4S\\Áµ0ÈJ¶*;ÃQŒ”áÈ,Ù«}Tnç^ä‡ƒ\\äÍG~ÊæIÉXÉXÉø_÷e¶\'[žMV›F“âš­¾âäØ©@Îß½†°|\0ÝzC');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_browserVersions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ•ÐA\nÃ Ð»ÌŠ£1ße6Y•BO`¡‹@vYŠw¯6˜L Tºûóqôa€Aœ¡|8‚C\\aAKx¾ò+Ð8y6ýE‘ŸÁ¹b.Y‹ldvÛðYè¶Ì%[Ñ÷báº÷©¼ S¹óV‹Ÿ¾iÌ>>ùXøXøø_·}ºå»?Îÿ§óµªË`ª0Ú}%–c»±;XÁt-fzÝF}é');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_models', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ=ÍQ!Ð«˜ž€Â‚îôÞ]bˆ5âáîÒ÷¯/ÓN#5ÃH„û3j­ñ’V’ ¹¥GzçëaIåþy¾H2¸gÄNa‚Âýàì†Y;@F15VøŽ©¯ù“W†‘mWÇý¨é§ƒÚ´ù,­}%]1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_os', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ=Í»\r€0Ð]<AœŸË4´ÔA¢ˆ”Ž2ÊîØ!ÐùÉwv£f˜˜à¾aE½@%W¡xË†Žm§˜Á\"b§°“Â½p¶c1È(üˆ±\"¼ÄÂ”ÓØõÖü—š~J0¨M/ï±µž¯+›');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_osVersions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ…Ž1€ EïÒP°(Ÿ¸¸:câ`âæH¸»¢Át0q{ýÍo_‚EÞ`b‚khOËºS<àAó8E67ð0¨¯l;ÍáîB÷0W•{Uèß¼Ô	¹Ô›SþíXÙyešYùÔ»6üúu \'ƒ(EùS,\'ZITX');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'DevicesDetection_types', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœMÍK€ Ð»ôü•áÞ¡&.HØ±$Ü]ŠhÜõ¥3-C£e¨Ä°ïÑ*<¨ðyJuDHQÊÐc6 mf!ìk&â¯ãVLü€1¿{aX»ÙÚ¾R—O…Öåò‘z¿\'p*Û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goal_days_until_conv', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goal_visits_until_conv', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goals_ItemsCategory', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goals_ItemsCategory_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goals_ItemsName', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goals_ItemsName_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goals_ItemsSku', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Goals_ItemsSku_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_keywordByCampaign', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_keywordBySearchEngine', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_searchEngineByKeyword', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_type', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ}ŽA€ ÿÂ(ŒËü&H¼y$ü]–€ºYº¥Ó‡’ac‚N³¡Üð0W:ÎËÄ#&fkiâh|åc£¡ØVŒ…ƒ=ÖöøgíC•›,Jå†}6~Ð÷€ÉxýÒuÀƒmÐõ©NFê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_urlBySocialNetwork', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_urlByWebsite', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ5ŒKÃ DïÂ>(”’*ãÓ¸„H–¨ˆJ?ÄÝ[²Ïhül†AŒÄ°g˜Q2Tä{ˆŠ2¬…zg?|ÓsÂ\"/ÖU|àmË:Ê\'hŸŠ¦ëÒÝžš©½\\{á\Zä¦ÿœúæ¶{mwŒ¥ ¡ZP1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ5Mƒ …ïÂ^;ô1%¡Ú.w¯T\\¼yóóÍŒG¶à2‚/Du/Æ+Y‘#ˆSwãÈANÈ#¥ÁØ;êîë_[g6›¨ßw«\n!Rg?†jÿdDÖû§†æã¥UÖSkˆ\n‰ùˆs›,/uO¡G.¼ÉRˆ,?A]8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Resolution_configuration', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÅÔ±ŠÃ0\0ÐñÈ’¥8òØ¥·”ƒ7çà†B·.†’?»%AÐ4q§lŠDâ‡yÐ^ï…4(MAÉÜ”Õ]‡ß¿«K7õ¢îçë”Çä{„ì!‚Kõµ¦Î×ML6îŸ‚)°É‹Éws~¬\'\nzë7OSb\ZfhÈ{1qÉOæñ<“ä(a\'\'59¿ÏÉc„ÜaK?é“&\'©C#…mih–†\0¹—½&ÏM›Të&ñ^Pi†.¬<\Z(MP,çò¢´VfjÙQ\"Ÿi»V-Å2~ÿ~óÑ´5lþ©Þ}&M7T‘¾ÞPlœlœËM]?o1Ç”õ‡õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Resolution_resolution', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÅÓ1Ã Ð»pcƒç½C*uˆ”-R”»ZQ¹Rí”íc¼˜d– û\"0ÍB-$Ù7ñbÖùz[Í´Ic1BfZÄ–’-¥šQezfzäô<85áK&1è¹ŽX=^ù¨gÌ²u×K+ô…ÎANü‹Ð~Ú&luVõ¾‡>Oœ#»“|Ôõ¥²—¶àÏj V`Ô@R@×€X_æ£°Î¼ˆ®,\'‹J‰c¥))–ÏÐ2|k#ª6ºáŸRÁá¿>rWÄD€üîcåcåûÜÄÎ5óˆwÜð…\"˜');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'UserCountry_city', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ5ŒÁ\rÀ wÉ„”¶8;t*õÄ\'b÷âJ}Ä±•‹£\"xý&ct$H+÷ÓÄ;D¼B9¶$ÒìKŒÉ²ó·b[x„¨ò!ñ’N.ÒJòøÀÉ¶²ŠÇdËås¾.%”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'UserCountry_country', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ•ÐM\nÃ à»Ì	üÉLëó½ƒRÙI! Þ½JI2‹¶ÒÝ›7¢&x”&¦3”­i¾¯3è1S\\`Û`A¶g§²×9¼Ó‡I-Xõ¢úËÑ×þB‚A©ýÎÛ^ü”=³’‰’…]Ö9þHk{Ø&ç++ynÄÛ¶/<Q\'ÿ~œŒdõ{zÛ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'UserCountry_region', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ5ŒÁ\rÀ wÉ„”¶8;t*õÄ\'b÷âJ}Ä±•‹£\"xý&ct$H+÷ÓÄ;D¼B9¶$ÒìKŒÉ²ó·b[x„¨ò!ñ’N.ÒJòøÀÉ¶²ŠÇdËås¾.%”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'UserId_users', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'UserLanguage_language', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœ•A\nÃ Eï2û‚£™´~ïÐ;%º‘B@¼{•t\riwïqæ1y‚	ñ9A@sÆ™B‚-…	\\ƒúÆV±Óì×`ZèVæÆ¢ú^}¸î}i\"ri3ï[qlVy|^ƒ’c%ÇJŽÿ•ãs9ûƒÜ+\\Îorõ¼V¾ÚÕÞõ:“›(C93,o­Œ|á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÓ±\n1àw	8šäÚ;ÓÍÅÍÑUN¸¡p8x‚Ãá»›åÀÁkºý´ä£„¿£RÔµhÈ£ÊX×E£Â<Þ§ò¢Ô+œ§ÇôçÛez_ËR^ä¢l—¬@ùS”l6èjIòe;ØWE!`ØRØQØSéG	ÿñFö•ÎSÅW¢§tØùJò”ˆÑWzOI˜|eð”{_9V•Na@jXÕÛl™\"Jh€ê¶,„©ªw8Ù–­ÄÜ\"Õ{l•˜PRËšêe¶GIŠ>yÒçæK/»');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'VisitorInterest_pageGap', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÑ1\nÃ0Ð»:\n,ÉNRiëz:²e¹{µ2«Û—-?„\\•’žM“U•XÏC‹Â^?ßìð $°¦ì{Å`WSòfîIìÝ¦#w†ÒXáH”›\"cE\"%cŽgÉ‘R°ÄJ‰”×XY¦JVØRÌ¬SÆ3ùgßWCcg‚üÇ<ÏÈazð+r®®Å·');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'VisitorInterest_timeGap', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîU‡”©íM2òƒÿg¨`_ eF8Ã¾a\0­óóµRÙAÂ*T˜¯R£r,P¿öÿ>…ò8þ;>«røBêûµc-\'(§_G®Pu(y0ë€b\Z?[ìˆ6´$W8Z‡”Z’+ÞRGº±%¹ÂS”«R¹Âš{¨©Yy½Ù½UÔñ;ÊÐ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÓ;\nÃ0à»:\n$ùyëz‡:²e4¹{µ2É›d›?~¯BIÆ&ØW‰WÁ2ÉöõûÛC?t&Pè›°v¬]ýÜ„t1ÊÐ*öÏ5`2|1¤Ý³Âž!ÞzV¢§$H7Ÿ•ä)²¯dO)P|¥xJ…ê+ÕS\Z4_i¦’$,@×»˜ŒÖ”\'.˜ì\0kÍ2N@v„‹>¸~œ‘ìW=ðegY7ÅH/~{Òù4¼¸');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'VisitTime_localTime', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÅ–M®ƒ0„ï’ÄÎÄ½Cï@¥·¨ÔKÄÝ‰Ê¢5 Õbe74™éà~Ê@èiz’½\räZ“h\Z)y\r¿—¹åÅ\'A­X«k5ÕÆ×\Zjµv¥Îù„,MsÞ{oßEAGEQÔu¢¨Óõ¢¨×\r¢hÐ¢hÔíDÑNG´DG2=ÿuJ<ÑïÞqï\r›(,Cé¿£q‘0=‡Wž\0ÿ¦¶ã“µ$æ‘tò\0	\\#áâÜH¿%-‘¶7ä<`oJ|	pœnM\"ÐÉ_‚‘¬Or&~™›ü&{ ‰…,à~6Ã!ž›a˜Éæü^xkbœŽX“ÈÊÖÂUÖ$þ²µx•5‰Òl­ûÉ´­\'ð&Ã<Ÿx„æ*ì’aJ4Gù\ZŠJ÷P”H]^ÂEó‹»4Ç]škY“/µ¨r«ÿw¸ba');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'VisitTime_serverTime', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 'xœÅ–MŽƒ0FïÂ	øœ?âÞ¡w`¤YTê®KÄÝ§”P²h¿i¬®Œàí<eTñ:]´?ê¶EÖé¦A»ëøó{íNKò¢(QJt[ÌeáK%ÆÓ#ÎËFíuš—gÏ[â=6P¡P±:\nu6PO¡Þ\Z(4Ø@#…Fh¢Ðd(t°f\nÍ6Pp%auÒM¡Ö»¯]½ÎëE¿ý~#TùXåÓ3ÿò³\ZÒ2²¸¶`ä-pqÁÈ\\àê‚ß{ïªÞ»ª÷á]ïÝÖ{§`¨º/tŸë\rF~â^©ê!U=äè^ø¤\Z\\0r ¸14ª!÷Ÿ~]ŽåÎ³þ>+}öõÀ]‰ü_“â±^	×©|I§Âu*V‡ÀÆ)P¾³¡„ëV\\û³|sz–!OGº4ÿìÐI	');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_actions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœímsÛ¸Ç¿\nG¯r/ªâ¤ò¦‰/½zš¤ž$—N_y™±5µH%%õ¤÷ÝR\"	…XPd³¼;¡k‰øÝî‹pFåìÇb†^†3Zü…¡ÙÕŒÏ&÷á—è~òr5cb6ñþ–,#ïã:¼]Ä·Þ½‹¿z—ñÍfµNÑÊû”¬Ã{ïCô=LoVÞïŸ¼\\ÌˆúÂ4û–}‘ò+~N¨Pß)RwÀ³	Ê^C±~A^¾Ïþ êõSeÄj³¼^/–Ñu­¿\'é¿3ãÔÉ”I²¢ÌŽ¿\\ß-Ö«ëï‹õ]m4™M0›ì¦[.â¦éÐ©ÿÊAášá)cÛ{b®¶ŠÒoQºãO¥Ï¶v±&»ªÁ•Y\\3ko2e•¬nXZµ7O}lÇHÍ¨u\ZÆ«¯ÚLDÐ­Y¢É,}xe˜Ô«MX¾aR3­>Jím©fÜM²¼~H“y´Z©\'+ûg5ö§˜mJšl¬¿ª´4›½´´>.·ŸÕìmË¦X f«çÉòá>Z/’xg5gSB¨ÁêýWeV£F«÷Çmß?.š­®YÂø4‚ò.ÍNâëû$¼©ÞŽ;Ö6º´soÝü<B¤¾njƒ(Í—7–»yI~ì®hÎ´½\np~•QA­ !™_“Ê¢(ú¯®þÈØ*žüØ.š‡ðV=•‹õ}tý®ïr´©[’MÍši7y6È¼wÑÍb®f€“í€I^Š—LP7¸¬–«—jná‚–Ú VZÒ©ä0Z–VuÁa#,)e\0X\"Â€°,írÁJ@X™ÿÎ¡¨TvÂIÉ%”h*ƒrï]€‚rû”8ùÞÇÚÊ¨¬keh£{šyXÜ§Á÷ùÔ¸_qA~¡¯îœyåkØö‚”ÄÛ^@€‡f8“*ÖuÔ¯±N}ŒÞëpyWá#vd»Ò9ä¥ÏÈ%qE;\\¸\0Úq7´+nÙE;(í¸‘v7Òq\n¡CpÚqg´£>vHùÔþñh‡¡~!šR\"FÚ9¡¯;y„pªèÇ©‘ø©¸F÷¸ÆæšÈ|¸7ê-M£È{»ø\Zyó{å/nÔâz\\QWÂ´†:á(\n¶sëâÖŒÝNJ#è°ÀÐŽÍiAÇ[‚É&Qn:Ýnnèô±#è:@×ß+Ê+;Œ2ÑØÑhÍSS·ò~âµEPZóÓJ\r3gnš\r½œHx0z!_BéeVð³‚\'˜¡WBèåNÀ¥*ÄÒ–^L/wÓˆÄ#½Œô0Š³	˜Ž8 ·ðNM›¤êSû‹š··GUAIøn ¤|‰Ýj<”Ô-±4@‰L)&î ä›]*$AJç€jQj0àê}³ŽáP\"P—ŠMi‘€@É—&›kP\"F(•6ûÍ67Œ•¼zxÛQ%á¨\"í¨*e†õR”+UœIô8“èq&iUÕÈ¡ª\ZÏT5+ˆU„ÝÒšPÞÇ»$]{Ÿ¢t©f«;-¾©Y_¼º¼úóçË«_@Ó—Ü•\'G|~jO‹À\0M¦<°àf„¦Àš„äbÏÍ\05¥¨uzM\Z\0¡©@ˆáÐd”ØB³9vî˜Íb¬Á¿ëZ/ûÐÄfhîfë†f>\"ÎUÐ¤Yvv›0mN¨õv8¿*^ÊnÉŽg’ºI–Õ½J“u4Ï>‘þ±.-ÝJr¥Žº!¤9Ö%Ó€‚c]jt+%1R®§Ðj•Ò®“²¢Øq”:8!õ±c¬kVê°îéaÌ8šMúÀ¥Â—oÐç|…¯\\¼ŒWõTÎ#\'ìbg—Ï¹Cvt:ÒéˆE:Õ»<Ë@¥µw×^6ò¨ÅSjÒéØ¨Ó9Ñé˜z4¬ùQá)0èuž®ÒÅ·pþè]%÷‹9¼Ü£|–xBƒ†SµÈ\\À	cSe›\ZÃ8(‰à\ZNäXµ¤kP eÂä¡\'ó[ªikcI¤àÄ}»àV››ÀGAÀÛgN@BÏ‚Ð\0dÕ×K€zæ\ZlzR=ô¤zèI[õ:ªëuT÷â(L¯SO¨5Ä´Â_ÔíÃeé\\ï£Z’ßWq¬‚Ýt¦Þ«íl‡ûsAp–¼ëÉ©–>	œ!S\nd@&žŠE‰EÞÕ¡?Ï»bnâ€Ç¢¼%]`;úsøs<˜Mb‰Æ-ÃŽ…\\:ûÞGñÚ{ÆÊ–eö×ÃqÅg´*$ªÒŠš²Ùf0wÚ9‹5nÅÿiŸ¹ræ‹#V‰0x•c´\"Ö	YpnY$d‹±†1§¹É-0`n¸Í¡§L×d\Z+I·—ÝÁ{}¿‰¼Ì£0ö^§ážeÀúWÉÎ•gêê¹ø#9vXÅÂ>•ÄˆJßŒJ€badw¨´ê°u’.ÔkWÔØ`ÜååF¨SŽ]€hˆ¢†TÝ!jžF+¸×Î&L‘;Gî)Ò‰(gœF0Ò)¾‘NHÀR ONx\'ß%ìÔRF:iGt\"[:AÙ¡aÉ´!È°´Q›úì¼Oiø-‚oEh‡“ Žª~Ÿ(›p©ê;ñœ\0)N$`lOMÅ€£xN¾?óÑsrÃ&_±É\Z \Z¡¸!¶Ëv³_„i¥Þ¯‘š=y°ÂÚ!8+²}ªŒò‘CF™ý\'¬åŸ5£„µloÝ%d§—íÕì½¢aJtcJÊSwi/æÞEß,òb´0¾ñ®RuÏ8¿ì!ä·ó‹à³”jœ`¼[\00fv²ø0@JM08\0`Ú®y#Àü›G€ÙLª—º…‹F6is,‰×á|\r/—è®äÐcC‚À½ÓÌØæÍMESˆg-bÝdÃ[åB‚±ES<Û?YÌ\rI@c\r0ƒW˜A“ù `× Êhü2ñçžYÞÂcxÿT‹ÙÄ|<p†Qì0vôÍý	ˆ¾%Ž¨o×kÔÞé[™ëeI\rN{%ü\r$YÞHÝËK¾*‡®êoæ@ß:ËÉSúY¾;\rk÷kõ³üaøYØžQðü °ÈŠ‘QÇÞ\"I³FA½ð¢õ›5”Øs‘5f¼ÙÌÃì]SÓ¼RŸójmµ]²CæBC9m…íHzò£ÌzG’E¼HáàÍ0þ9¡•úqoŽh¼ÂÝ¼Úo$«Ýä*MnÓpéBäBgÙtJhq‡Ðôb,·Ð=shöÉE°óUÌ\r–>v„ÖÐÚëÛ&\Z¹…îBèäúf«ê>Éj›xñæ³E².|å|“Sê[Ì!¾¤Y£\'©ßâòˆ©E›MBcÇGøâ\Z¾úEc˜¡¾è	v¿Ye7¸H6ñ|á¢è”\r¾¢8ýÌIœ¨‡—Ãp¹Èî„¹ãhò6Û°Gf¹‰·¿¬	¢AÊPŸõIÔ õ!Z%›T9u¿¥ÉæÁ{qùá7nºB_T„º! 76†²Å-S!–…—…Æ Ñ—EubõÄ‰†/SÑ|\'¾Â›(]Ý-ÎûràØB>¸;5@Û2·²-ºÍÓïÆBç£ ïLï\rW†âù|OÞ\'ñMVÌê]Ü…ñmä¢ØÔ¼Ž…Ám¢–¹D¾h@ÿìQeúUØ\"&Ä£‡ålO/„h˜2TÂçÅZo“øöO?7Ïw¡¸;TNsW‰)ÌŽ¨Æfæ±¢”ÂwLÓñDqG¤R¿COŠh¬2T½ó¬7ôûè{•-¼Œ×Ñm\ZZÀÑÁ+<ô\nxÂjWÆ « tTî“çfG<€ƒYìžfãîi7¼RÆ$Ñ˜\0ü«ìNëä§YÃ=DK©Ý|^PÑ°þÙãŠ±žXÃ“±Þ™{Õ\"ª¨¡ä}{ôFçrþÇù]´tRêŽ‡â²|èT”b>èd \'O©âáã”]Y8U‡åŽ”2zaËO†÷<x¥_“t™W£:í<ƒùÐ#2·›òP@y1oŠHëòb¼p³‘SÎ2€½9¢ñ\nÒÁ½,‹x»ø’fÇj8¨	ú6ìPUGy4ÚõÍ|ö :fM¨\r¨x‹Í#¨ì;¸÷\0ˆ†(S÷ü 15Ï7¡Cw¡(véBA*†±Ã†\Z´9„L6»š[Î†ÉdG&š\Zå†Æ#C‰z¦syŸ”9ÙécÞ×4Yºên%‡.C§;i\0áF-ÆÖ,ª¦ gÀîÙtHx§Þ”~Ñ@e(Fg<;c\"Ú½:ºé(\\UKPõ–ˆÇë®\0ß8ƒ»UÍÕ©“»oÝŽÏ(iÝB(iq0—\'7aZ\0vìÐÀd(;Ï“xÝÓ©û]%ß£TÝùË£÷¯dcf“:›¼u‚‘MÅ\\’åð˜ÅiÐ6±\0Â¦¶\"£&˜×yMÍë\\Ö¸Î›Œ:0[g\rŠDünX²');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_actions_url', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ}”nƒ0†ïÂÒ¼î°+ ¬¤+\Z*I×ISï>»””R¶HƒÿØ&ŽÑLÿtšÖF‹dú\'è\\g½y·}VÍuvþÌêNs¸”‚‰¡ÅhŽ³€©bÚ‚Ö6¼~Ã›€[ÐLé,œ‡&vƒmF/ÎCÜVKÂh‰‰ ëøÞ»šK+á”r\n3tãÊ4¼¦„ÂÈf‘ùÞ1\"¥šDù(Xÿe=ò €O ¹4O¾à™	‡¥L	çIÃHUT“¦XÐDoÆp˜x(Éy…8jç¡L@Åèá^W¨X ½ª¿©¸X@µnhNÞímÝøh¢\"’+Ð	¾Å¶^Ðé’Ýƒ&ÀµæÀ˜L\0	sS+‰Pbvï†SocçF„Í‘BV‘ÿ¾\\¥-·À—š¹r¼ÜÖBõeN\0\"m×DîÆ¦w¦~=WòÏÖHÂ;ÞSg$gúïüµ3^D7„«°ß±Í9½í«Mvëõ’Î>Và”OW0áü`x|`Žƒë[ë›³ï›Ù½ØÇOAïvûCtÑôÞ^ŒoêìÎŸ;<i ž*¬¾^&ÑxŒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_actions_url_chunk_0_99', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœíír£¸†ï%ÿíès{SŒM&®ãØ)ìd6µ5÷~$\0[€ZF8ÃÔî¬É¬ØæIëí·»Ó£«ÿ¶+òt\\aóÕCºÂêè)]Qó€¡ÕÇ•üŸ»ôg¶{çF«‡Çí~“ýûð¤¾y»ÂTý¥þ%Õ_Ì|ÐHþM‘z’ÕRßCqó€<ý£þCåäWåÅï¯?NÛ×ìÇ>;ý>äÿ+Ÿ“,™ˆ: r5ûŸ?^¶§ãßÛÓ‹u6Y=`öP^îu»o»Z\"ù§:)ý·í$¼d¬xNÌ;fùG–—çÄK³b]¬m]õÉõ²xcYg“«õV«:;/c”çˆÆ¢Nyº?>7®D\"Z,+j[Vóôza¢±0ë‚Õ&\ZK³ÏŠHñ´´±¸ÍáõÇ[~XgÇãvÿKýoy\r/1+~JÚÖhWµRuõj¥öyz%Ø¼/´±ÞÖsÙG¨}ÕëÃëÛ.;mûrÕœ-	¡ŽUŸ—Z5j]õùyÅëÇ£öU[+a|™$Iõ®–}ØÿØÒMý:pÜsß4Î®Öyvß\\^!bß7ÖI”êÛ‹òºD%åÕì@ÅQ‚õ‘¢‚¼ƒ\"‘}Lêi 4x}ôG±G“K¾!«‡÷\\CJ¢íáåtz;®×Ï§Ã)ÝåÙï4ß—òu||ÿßãËá5[Oé/ù1xÔ—QúóG]Ÿi$ªwàJ$²’ˆÔ\012<d\rÃÃú~tòP^;\nÃÆI8¤KÁa8¬VÕGC„4¤”hˆÒ°ZWâCýs^CY(×	G!@¢eÄ…g¯”„Å§ÜÂ\\ô³îQ}wFãl³žvà™ç±)÷A›¼\0®Èfj4ïn\rµê{Xq@*¤D‹\\Dû™-~g»Ýãk¶Ù®ÓÝ%Ôô`ŠÛ¡F©j¤„ZåUAfä+ $ÆƒA\rÅ\n5wˆ—¸C¼ˆÅ¨¼@ .ÂCMÂ_¨Q0Ô\"h|\'ƒag¨9¡ÖA%Ï&ÛŸlðDx:6˜\0ðàæ¿‰4x(J¾‚<äVä!2’æPòy’(v’EBóbAÈC‚‘uìÒÚèÀ°/y0˜<ƒÉÓ<w&\'yb(y~îÞ³užO—ðÑA\ZŽâàC0š4{ðRF‹ÁØƒs³‡Oƒ=”ºîc‹=¾•CpöÄ UkfO{beÏú%?ì·ëÅú°ßlÕµH÷›Å[ž}ÈpH¾¦ûôWö*.é?\rÜ“õ„F›8(¦7¥¡ÙýÐ‰ÄãÑ‰R8>Óiô=Ùñ”o?²KðPy\rÎˆPàá6xÄ%xÔ‡¯•Î$îvi[]DÓ¦|\0 Íf…Ü€)·’ãÂe³Ò¶“+åbÆ¯åË¢”k\0NÊåÜJÞÙ¬´`\r¦H‘Sù©ºøhÁÀ±->†#A£ïC^T,á*A:1-2Ì-HªXëÛ·	uÁçÃn“å?$\\~Oi~‚m¾lÍ¹¤Œz·Ë§¨™BZ‚™B0:˜Û…åñÂnƒ\0R˜)Ã¥c”\"ëD\n»-R´\\ì\nEJh¡ø/A\nˆÂƒæv/!ÁÕÒ‰dõPi;g›žx<P[€Bë½\0P((½åËâ„¹åFA3ì	…DhMw†D	Ž< Ñ¸ÝKNDÅƒ^N(Ã‡Ó’JÕýæ$Ñêm\0’Ðmï–$ÔgCÀ˜Àí’\n$1ó\0‰JÔõ€9÷-…¨ÒñõÛC„bz#ˆ8äÕû…‰Ç Hh!u¦Èu{s«—€ˆKëåá¸+uÃ©S5Qy„¹¡G¨dÂ/sÃ-}z47Áà¼2¯°Ñ‰áDŽ0$sc”GHæ†WÊÏÜàÒ4Š§…r8pèœ¹)²^_áÜ%I&m÷ëÝû&Û<fò‡=|fÙb·}ÎëÏõ.[ßåÇþóx™ìÁš˜‹ÒÌlòYf‡Ë2ÇÔ•¿Ì¿}–û•vye™‰«’¹œáÚ,³€x`*\")áf!_ÿt¿ø™§Ûýb»‘tÊÒ|ßRb…IÁ¤dëú’\Z«[B‰„’HÜPŠ¦a}‘ÞxPbð,#Ñ¥k¡ä,íl\r“>R…\'ù^¼Ž…\Z”}¼YT¢šJlŒZ6y·°©¡)òW‚LJ¤¬S\'RŠá‘Ÿ¡t-”\"¯½›~pTZÞ÷ë­U2Ulå2‡ø—¨K·äPÙ  ‡ÜêÂÓØ±qJFäGp„â™C×Gø:åÙñðž¯³Å¯üðþ¶ØæÖ†M9Æ8§¨Ã1lIy‹{4ª3¼Uý/uÆÇG‘²üÉ¿s†ëÛÚòÇ\0>årn%kk7ö;wó„V³ÿ’ô™—CØ-Á5ë*Á†À:LJ[`§ÜÔšg“ÉÌ‹€âpKÒ÷›™×6çà™ùÐâó_‚Q€þ˜æ\\3œÆ*´éW‹zü>hôÒ§[Q…¡ÊpMùn©Â}JÀP	-ÏP©¡â¬•ôÒŒkª€/Y}è,¹§\':™Œù8\nœVï#$f£\'õÞ™#G\"ßíNË}oÐA>c7Ña+4Ýá£K(·¢\"A02XÄ½[ŒpJFÁH`¹vÆHŽ8ó×*mMfRGº\0A]©£Ø¿Ïg%Íb.H¨ä6}ÂogM6OÙgMÆe…uk²ÑMzK§($yÄ<’Gá¬É´ãÎn¡€ˆ½›ÊÀ»c8èì¬	Ô½8ÖeWvBxÑ³TÏÛž€âTñ%ß¤G¹¿J?­ü·^‰ºÜnˆYÕUO‰XðP#13,P³b%†±e„Ás6+Ž°[ÉIÌÁ®Y1¢@†©\n4ïìðfÅ43,Æknas&í-†µ—„ô\\»gç:ÈÖw¿œ“\rw“íâjí;;	Â;RñŽª	„;CºÂÝñåŸ§,UÑªBýÈŽ‹tû¶øØÚ^Ä¢9 ¿Þ‹hrÔ00I‚Åq>& \Z†3D(©‹\"BNj]J<\Z¶Ó`$ð†í˜{Çqð3î#NÍ& «Íˆ‰”äy+÷”é~/q”Óüs‘ê³-\"ilb6NÍÆ´m‰h™0ð\\§-—¢¥¢ˆi4Sf±w#w¸-‘Â›\rÒy.ÎõD‚ÔlTDÚö¿.£$‹EÊ5Æ£¢R£Å]²(^=˜ÝæY|Ô!p]\'+‰ÉMžPÄ^=K9qÉÂ9ˆÃe,í@„µ1\rf@„ˆWj]\"öéßnc\ZZ³úKôË6¦ñSÙÆT)POe\'SÚ9Ph·Ô¨ZTl/¢åEìÝØYVg[Šº’6$æÚ„iqÚ«<mVZvÐÆÕâ4€à¤iƒ\"n‚µ8…èLºk²WÓ1p‹ÓÐò’z\r™#·xŽœVkö¨ªRñ>wß\ráN]%&!ŠDaŠüµ;Â¤\Z[`wT·F÷ÖÏ\n‘léh<sO¦[2“À+êàU\0q¨èòkÉLCñ\n¢	éˆ–û„GàúŒÐRÐ_¨âLÁ \Z)1ÀëH<hÙ»õù¦§áTÒê\0&Ä“\0ºÎÝ:•XìÓ¶™€ŸÀ\nÎ’Úð4N÷\n75BÛóx…bŒkv|…`l§%G«cgð:vÜ/××ê‹RªsÂ	Æø+c,Fì’(<Š¿ÄÜ%ñêùV^yõm¸¹NDG¿C†¸‡p‡Á^bÓÄëVî!ù”X8°C–ƒ±ãtœ×¢wÖ»‡:\"ëvçòuóÎœÃÝCàšS¶¤Ü=×š-ì´çÖZ®ÝYŠÒr®àõ‡·F#;¯k]¶Ü/ÖIÚw[»‡HÓ=DÚÝC†Æ;T|W\'XÕ÷ÇI¿ãûZ½õÏïjúÖþtÈå‡`ýl±P¯‚¨i¦W²°ÛEÄÂÍ^7Qü\rMDÔ…B1ð„Q§‰	w¡=.!çB!ý\nØH)±RN\Z…>•²ÌÃDäœŠz½‘y ÐœëˆË…#%ƒhßì…ÝFJÜ‰BÜD!n¢w¡Ð]twŽBùÿ%{F.“²Åãá“`Îò»ô0áz^M¾³îâ^~Kú%&8r™ÀSÍ4á¼%ÁÃÔ Ñ:Í³,_l²lwxkEQÙå‘Ž€\"‚íSï–EŒÜ¶1?eÓhóHY4‹¸ÏÔ\"ø>ufÑ‹œŒÎY”mÞ×©ú¡ÒÝ\"•oÃñ”î×ÖPxÂuìñ(ÇŠÁEwn%®Éñh™LdNˆAÆ8\'8â3Žn…£]–n²üø²}ë\r¢G×Àõ”›`<q°¶“Gr«ÆA3ÖîŸGÌ{nœGÌc«Ææ­Ú¨p\rí³ß‹ªéÛvÊ~å:Z²ˆ$žFÛ°a>õIj¦¼>ŒxPÓ#4	\"á­¦{ÀÁÕtÌæéVÒ[–?òWµKëÓ²-DÌ™â‘°y$¬n”òçj$»+S*›ÃUÆLímp(LeŠÃÕ°YiKƒ“;îÊ”\0f†¯©Lx6+m`\0SÆ£2%´uA½†±è_ê¹I“¸ÀÜ± ßgáM‹=y˜O!1Iû³Â”ª,…)7hƒÃ íV„ÊùI°]Fg£I~ˆ­ä]wŠñ\\Y9‡h÷»¾¥Ïj hÉðÉU‰ÀaPð‰‚ø¬V9§]cð)´Ÿ ¨æñá´r.œ xŸP€Ê9÷ÀYå¶\0…\r 0Ì¡, ë3Ô˜\"€²9,‘hgöº+\\’A¾FY¿AFjÅf.ÀàœÿÝÖ·È\'|jIn‘ÝŸë[¼ë[z“ú5>(¤DN¾îíÉ¸n„T©üoÏFn5²È‘¬¿[ˆP‘Ðiù\"5DœZ30_ƒ„A†È×¾=Ö\r“ƒÿöAqé\"Ã³ìwËyÇ{p^µ8Ÿ>sdGºîÃ®qGÔMÔ‘þê&I•>ÿö(!\"\rG‰3A~¿(aÉ(	\nŸQâÝ\0¯a¢[¡Eî ¤=sÕƒ>•¬Eg¯áÉàÌöÝ¢„ˆQf\'†ÎaÏ(•tÀ€D˜äuÑMZt¹ù€ÊTL¾¤›ôÍúÛ“eb*fƒ”¦º›ƒD1¬›ô½—¦\Zt{ŸGÆ¹Ø\rÖ¯Zl6oyö–æÅ`µÃ«žïzÊÖm~¿ òwÆ#80ù¿ß\rsQ‘Qå B×¿_ÀZÂ»\"ÂÃï×Ñ|µÍwÈðŒ¨+ý~â÷«@´Û>«]×ñ=o+Ë*°€ÁuÑ©—‰b¦Àuì¦êkÿ\\Ç#ŽÝÀð¦˜Ïc7®¦Ó¿×¤ÐÏwùÂËW!?7ÙÎÂ\ZõT«ãiOÿÁKnšW©V4sŒAÁÐÝcÈt£C>\Z´GWµCC‚¡·l¯‡]×/Ù«]£®$Œs€Bê£hmôº}Å•rôÍÛÛk…ÈÉˆ©x°6t×¦bLGÉn…V‚þIÚÏüël\ræÒ{jQ:±+lë¯¼•Îwj}=«u#ŒÄœÁÈ`ý¦ðÕß–\"ÕFÛö„Ý†€)X¬ùK(*m&¶:4šŠAŠäÁÅîª;!^I2ß>!Ž$\0:¢Ë\'ÄG™‰Z^™¹QÎS¿ªRƒÊTÈq¾ê)ÀÓ˜¥£´’Ø.’Ü-6ŠzöàØ-‡ÌØ¸>Ü¸¼ë\r5ˆQcuŒK¢Ž¤Ð53.ªÍË—Ö¹YbºN°†HLcì.\"À°Î¡8tbš€˜Ó1¤Æºéé%ÞCÁmÝYáC–Õ,€ËcW2ÝÒbÛ×Ü¦óÒŽ5·œKÍ¬î^…Ölø\0\n­}¿Øzodß/ÖIzjIÝÖêƒ¤q`ÚºmmÝ‹ïaÍ^tÌ÷q–^¾åÛtý¹x;ì¶ëO+U´*exŒV¥So\rHqÈ\\”»ò‰¤Ä£Sâ\r©Émbž9Wç¢\"@.êgºS\"Ïæqý¹Þe‹Óa¡î1‹AeÒhŒn€ˆLBŒlßž¸%¢êð7‡Pâ?Jl`6×†@¨yî!?	ˆM¹‚PU—U×Š«Ö¯<}µT4(e“!ILÝ¢C¢a ŠKÀJ*îH{oá%º-<?w&’gRÈ˜­ŠHêšjBüçâ9?¼¶GL¿ºB»©M\"[ê–gž…[ÝJw<•âs\rÐáB÷àØÝ\nÝrÇ‹OO­À{­YèönÚ¾Åªun0äù!ë	ŽzjÎÍîêÛDî¢B døþén’xµåƒ\Zü‚ï”f„Ôí+€¾>È©Jñé$«‡–Ø¦$b*)w¤¡ÖðMÏÝbDn.FÀHðíÍŒïÞÀ}»š\Z¦k-ºVÄc(,XL½“˜Y!$ãùë£\rÆ<ZQgf\'<”Á‘p3ÈdËW¶Ì’XÀÕÍµ!™ws®CxgÞ!Õ‰}¿´ŸtmÅTžï¹|»íÏ<Í?×‡ý)]ŸŽ—J+šXÄèê>;=Ï\'¯	ÇáªÇqãù:OXØ?U×„£Ž›ßqî¬	k³ãt3ÚxÚdééeqx^¤ûªÓ …ª¢ÓÅ8ˆéÄQE1¸# }ÅÜšr9ÎïÛ£\n—P7×†íïæ„úxãõl é‚®ìC\rƒY¿¤û_™9‘Gc4ÞI¦Ž#”œ?¨å0öéo#2bäD<\"\'2GNãÍ¶q¤:0Ÿ‹õóBäýxÊ·-@¢º¶rC€Ä¦n8¬½1º·rˆ÷Žý6@\"e,øåã‡yÇšg ¹ä,·°d¾R}áÒá£òªœc]‚Á59¯Ô¨zRób*Õï¤˜¯84§6\\å¾Ûœ\Z%ÌŸaWõlmDJúHçy5è@Ïp2vÑc‰¸Ù²…ô¼J½TúÚ-g×)¸–=VÀCdhÔ¦4u\'™L\n?Ñm#€H}·¼Á^nBp?´ý—äð½z}FÚÀDç\n(Ôº\'.›~)E=Þd:œP¦Ç`!ù~q‚Çp—Œÿœ›fQŠk†@ºø¨ ¤MÞé	J¦B” ¬ÿÞ/EÈ(AIh¥w¦ÈÐX¤\0†#0óW-èR•éfˆt¿=C0\"¤—lï–!$f)¡ÅÙ™!u$âLXƒ4Ùš´Te\rå\\§ˆ-Ë\n‹*ªÜBõE–‹ûU}Dª>ÆOÚdzÒ!j	Y2AÀR¸‘’/‹úÈ/E!K±šJcäªÀ\\’Ö#½XO¾DÂûÎ\0fPÂÄPÂ°jæ©ƒ0œ-	éoÆ|¡Õ:9c^-êö%_qÆ—I’8ÔZÌ1A¸›A^r­ÞcëÎ^æVV÷m¢gÓ©¿\"‘ˆ\'ÝÒK?§gˆfîn^òŸsÆ˜Æë¶¦kJ¾¢?³ÅïlW5MN*2EÕCâÑGºhü€/)A?T±´>F!w•xÄÜ\rØQQ(FáŽéçŒ\"KùöA<¢à (bs/å†º›”ÛMš\n4¨¢Œ1Øx¹à„ÉÙ\n¯= k¾l÷ëÝû&ÛÆˆŠ1U_TŠ’Ñs“©òz’@¨âë ÜònâÊÉ_­F•`ƒº¶+‘ÏÒkc•@™Bà+FæªÏ‹ŒÀòÏú¾/™‘ØŠnÔÁŒâ‚53ê¸„WÌàœ†ÚÄ$Í?„#¸a>i‹T¨Œà!Y¢b9½âwr$ÎÆŠ#´#sÄ”]¾‰àPž9‚c%Æ°þíK¦Ç>†6¾°®É6=çö_ºo\n?ã‡_x½“\"UxƒL|ChLMˆÜ=IUÓ¦$æ¶hlË;T£êø¾VŸç÷zòªh%­b1D4VÎ³yb•À*\\\r=é`U²LHìÎÇÝä‚ö7|/>³	:ûƒaä¡È…:ö*çäK*Dó-õX\".¶¤ÀÁËõ7ì8‚‘Žì|Ë¹‚#¸³?.ŒY;›P€1†jŒUzµviÔD3Æ²Æ²&ŽþT8h³fÆd–EÊPµcÃhô|¶87În#P”…œè\n3Ë“\05 ŠU°1|ÊmàX	p\\§5á»Òà\r‚ê;ß`#V\"G¤æh\r”0äèœ~óÍwš™”Cw˜o£™o úN°©6›•iãAŒÖ(áÃlÔKÈcŸ´8 	6ÃF¿Íz·\"„ñ]8„¤æ/abôfýÂaã)bÓwÌ\"QÓâ£ëÍ7Éh16XäÌa:jS\Z,}³ð[Æ‹œ”Jàm–G³Á¹g©ŸŸ\Z¾Ô7½!SbÇ®GÔÆ¿ã¥óÛ{–Œîý»ÍÖ\'’ûTdë(£T‡nÛeB>²|Û3×QÞªŽÒk«Ä!™ð\\âè\rS2´q6°‰¾d\\¨Ý„q¼N6<©\nWŒiåP}­^r¿\r§ðJcŒHuõ3‰%&1€çâµõhQßÅ]pj\rÚN˜[Døµˆ Nªœõøó˜¿¯\"');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_downloads', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_outlink', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœí“aŽƒ „ïâ\Z‹k»yÞa¯@Pé–¬€lwc¼{±+ˆ.u/àÂï›o è¤Ì]Ð;ô\ZrH\ZRÒ&)4SHÊ®%‡Jº¯¤`€ì9ŽÇ_²büm½\'HtÇ±aœbAÍ]*û£~jÈ%¾2£ñ™ëÊ4àL¬´§ï˜’PMÕ*Ï|‹1gBæÒIn®\'.„s\04Š}	§rvMÐs\0E7Ýc—Êp-9n•¬¨ÖL|:|†bøµ÷7Ä8Î‡X[ÏGyeXª$oj˜ÿ\n½/…–h µa±€RàF’z{½)²€^û³€2Œ BooÙ³ÓÓV©ÆÝ¢ª¢ŠKAl·øÞ¬½Y{³6›…Šax\0ùåS');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_outlink_chunk_0_99', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœí”ïnÂ Åß…ïÓJçŸÝ¾Ã^ÐÊ*YèÜb|÷\rH-&Û§e‰\ZË=÷žŸ†{(`8qXUVÅ¢ãAQQ(Ãü\'k@­Y‡¼ÐUpå{“O<(+ßë”@fÄrÁˆdö¨ô»ŸàŽ‹Eá^þ»Ù²&n\r9r{˜©ßEè§	.oê¯¡B?s•uB`˜þ`zðœ¸Š£ÿ:ñå`í\'…mân5•æ-ç¿Éù§òH°M®‚`¦%\\&{%H¯UÃŒá²±”8Ç2o\nD~v$º•óÈuO0¡k”è;f¹’¿ ›6Ý¥KeYº[Áä+I:E÷?¼Á‰:{ƒc}vƒ“ÊÙouÜ:ÖA¸t°¶‡å²zºhÔbxw;éÔåØôTNvØ·c÷ç5ª„$´m5k©ÿ™DõUõe]Ó%÷jBöÔºwÝ1\"˜¥þ‰ \n8Ãó˜—Ù=rä‘#ù9âo¬Ïã‚D0Ý0-”d_.OÄ§ÉùôÖÐ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_sitesearch', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_SiteSearchCategories', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Contents_name_piece', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Contents_piece_name', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicePlugins_plugin', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ…ÑQ‚0à»ô°ê¿;x‡	C*C!Äîî^H|ÀííOÓ~iZ3VF¢4äV‡dõÍXR¨ìû–\r)†ð‚ÔÆH}‚Õ\'©®{á¿äsmµkv(%ÇŽ:è¡ggd‘ ¡ª”âXÉ‚ÊôzsÙNÜ™øFyÐJÐh´¬þ˜1®aÍ:¶³-ß›)ÎÂœÿûÂÏª_\\g*Žžû“ä²o');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_brands', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ…Ž;1Dïâä2©¸\0â\nA¢Xi»-£Ü;Y#\nÝ¼8¿‡¾ÁÔ¯¡ ˆ ½=ž;ÕDuƒåè@¶¸ÎøÞO(L4\'aå‹äÈ9ðJ4ÓY—ò{gÈ¡Æ7ûâ›>üÖã’ë]¹Ä©ŸæS/Ç¯z2	~)e§~üÏþÓ/÷%S3');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_browserEngines', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ…Ž»!Eÿ…/à\\:[“m­Ùd\"±ÑŽì¿ËÀŽ±ÐØÝÃ0wN†F+)Ãpˆh8ˆš×­Š4ò¹–ûM¤ÕYC¨H \'hI`&3 vRcbg>Qv=Û¾âä@Ôy‚ðÞÙéP†DÛ©xá‡ßŽâº­—òdÉ^¤Ù‘ó¡ÜWEšØGïƒfÇþOýSÜ_Vá');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_browsers', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ•Ñ;\nÃ0Ð»èú¬${\\\Z‚«ð	HapçRèîÑbd¶H\"ÒÍ¬õyX	„¼AO	®…ù€‡ÚÓóµ«é€…š5m0µ(ËÙŠìdÏ¢¹Ð™\rg/æAlˆ×¼ð\r	\Z¹ð™÷6ø)[f!#!#!£eÔ—Ùžì±6Y-Æ5\Z—ËV‹ßpCÃQ]åõÐ||‚î]¸ÞzZEÿ‘Ç_HøBˆVü?Óã•7Ú£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_browserVersions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ•ÑÍ\nÃ ðwñŠÑ¨m<FOcÐ\'p°C¡·Kß}fÅ.ƒ­²Û?ñ#?4Ò:‘Ž‰l	­9Rsº?fjIõCƒVq\"È- e8‘­ÌÝ^¼àž³}/„£¿ñ„DšÖï¼–Æ©oè#Xøð¡ð¡ðá¿>¬ûLÍw³Ï¿}&³ÈÅ!Ì…	¿ˆm!bÞåt[”|ƒ®3í)3\Z/Bãj¿œÇ÷ÕÈ+(Þ#žjÆí	w§µ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_models', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ…Ž[Â E·bf<\n´—/7`Ü*1\ZÛ?Ò½Ë”büðñwÃÜ9\n©‡ðº†i„\ráò#¤ùs¼ÆGÜœâx™nwò=dž)ìT%t­è¸´Lš’[Î&ç&¯± ]ë,ƒ{íÌ|(@ Í\\¼«?|[ÐvÿÍ8·ª*\\óêëÌG_ž4oÂÖ:U…ó?ùÏw~Cô`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_os', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ…=\nÃ0Fï¢Xþ<•N6kg:²e4¾{-‚\rm½½OBÒC™••TÊ\'LTvr[~¾6H{ëÀm^ ­„-!fÖ‚äéŠƒ=™¨{1>õÊ2)*•w.½ðWí~¹ŽÔ4Ap_Ý¸c»œ%ð>há‡c?=ò{œ¯k×0tAQ\Züõ½(µS±ò;2¬o|Q');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_osVersions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ•‘=Â0…ïâ Øùk	1!AWæ 1TêÖ±êÝ‰URy ´lïÙqüå%³ã©g“2Û*ZžFöC~¾Hc9·k— õŒÅ\"‰&¥­ÖíbŒ·híU=¨¸ÖgÙÙð4Ë]-l³µ÷ó%¡9¡ß$†è¿JÇUÄòÜ\")JÜ§¤Ÿ”áQDSËB´•q5Ht[1Re´2²)3’´‡QÅèTŒ^Æ-ÂF¥H66ÿüõü	ƒ§—');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'DevicesDetection_types', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœMÍË\r€ Ð^¶P`èÁ0ñ@Â#¡wYPãm^f?	Œ–¡b‚yC@«Ø@%W¡XÇ)Š<²ièZ`ˆ•Ÿ\n¿%»æœlØÏn_;û–º¼JPh]N±÷O6+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goal_days_until_conv', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goal_visits_until_conv', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goals_ItemsCategory', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goals_ItemsCategory_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goals_ItemsName', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goals_ItemsName_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goals_ItemsSku', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Goals_ItemsSku_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_keywordByCampaign', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_keywordBySearchEngine', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_searchEngineByKeyword', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_type', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ}N9À û/H aþÐ?P©R·Žˆ¿WÍÒ¡ƒË9ì\nÞ ¥\"Éè\"ÜY÷ãtå‚Â©+\r:á…ÅH *ÔC.¼nX&KœÈÙV®%ž¥ÁW‚>øb3á7A°j^ÿôu/Ô›·üXÞºG');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_urlBySocialNetwork', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_urlByWebsite', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ5ÌÝƒ àwá^\"2g<}šŠ˜4aÁŒý\\Þ}¢ìâëiÒœ2² \'†ý/3rÂxñAQ‚µPïäºo|®_å¥ã¶‰ó¼ïIùxíâC‘À4CcSÍ™êkÁí06f¨óÞ.Ó™¥ö=r¹Ú†Jù<1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ5QÂ DïÂK¡­¤Ã¼R\ZI0Aý Ü]°øñvf³;»\nÙ‚É&ˆ:ûI*Ì³!G¬ NÝŒ#usá ÷”B¥¯¨‡îƒÙm\ZýqXmTqtömFí”Èvÿ„wæŠhºÉöÃb©¬Æ[½ô‰øiiy…	¹´ôU–BdùBK8ƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Resolution_configuration', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœÅÓÍjÃ0ðwñHþù4£ƒ­zØ9ƒ\n½õy÷ÙkMãä´›lãäÇ_r\',ÃY uâ¦¢‘á*AÌ¥ûþ¹˜tôbÞßŽ©=$è	À¤³`9cKmUítÝÜü­ÆRµOêBœ÷Çò‡N@†±|ó8m¬0IÌÇK›N¯	#BQAQAq‚Z1Ñ/Jç“BÍE«´P×Új¨wíc¨‹Ö¹Þ*Ö™n™_¹÷‡6apÔ3yåôÊé•s9Ò§¯;}µùÅùyJHœ›aK O§ÔNP—/8Ø×ù°™ÚØBeMuK™æiDzfe5¦ÖEÞ×ÚŠuì3öÿ5VßÓúøžX1Y1y/“kÌñ­æ](');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Resolution_resolution', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ•ÒK\n„0à»ôyôï0wp`‚;7‚x÷iG,P«»$’úù×^¼,ƒ@×ïE’e\'fìßŸÑt“D1èØÏÑ[Ó\r‚y„b~5©šu¶Jc·\ZKíÔÜ«…PçkyC/ ËZÎ|íƒs_Êgû3‚DD¤3 í@Î¬‰Ð&R“0B‹HbÂqˆõIAZ1Þz¦ä¦2Q	2ê ùè¦©„~–dTHâÛHÛBr´éáÎmãÓßñÐ]Cþ~€YñJVÕWþkî\nëÆqýXû=');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'UserCountry_city', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ5Œ»	À0Cw¹	ücÝÙÁw)wÏÉB!$5xÌ§\rñ7óE†Œv?Cô…ƒˆvxSØ ˆÈÔtU9îHÖ’¸È¦êOæ«ÅPvqñ®Ùó\\¼¹t­O©%Ï');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'UserCountry_country', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ…[\nÃ E÷â\n	^÷Ð=(%¿Pˆ{ï˜tÚùÉß¹Þ=XàQgØ\\þPWD˜¥LÏÅäæ5™<ƒ8uvŠýÁnçtÛCPEdö¼à÷fPSã[£À¢¶~ëC.ÝÞ«rKâÆY‘ãâ©7c½Àc6j¿áÞÏÝùm›øu\'Ò‚¤¿áäûHüä|ÐWví$|,');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'UserCountry_region', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ5Œ»	À0Cw¹	ücÝÙÁw)wÏÉB!$5xÌ§\rñ7óE†Œv?Cô…ƒˆvxSØ ˆÈÔtU9îHÖ’¸È¦êOæ«ÅPvqñ®Ùó\\¼¹t­O©%Ï');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'UserId_users', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'UserLanguage_language', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœ]\nÂ0„ï’w!¿-™ÜÁ;¤P¤P|	B!äî&†mW°êÛÌÎþ|l„A^ C<„GNpkœæU„\r±m\",PÝ(ÕŒæÆ¼_‚ÍØ®_cõOŒ{PÚ•‰\\ÚÖ+Îéªžï—ÛD€tL3mºÖgtšèL0;u}ÇÓà=Ãóü}’½Ï»€5-ÚÚ&G~!–\'{\r~2');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœÓ±\n1àw	8šäÚÓtsqst•n(žàpÜ»›åÀálºý´ä£„¿ƒRÔ¥hÈƒÊX—Y£Â4<Æ	ò¬Ô+\\Æçø\Z¦ûuüÜÊ\\Þ3ä¢l—¬@\'ÈkQ²Ù ‹%É×íà¿*\nÃÆï+ì)„ô£Ð¾\"žÂÈ?JØW:O_‰žÒaç+ÉS\"F_é=%aò•£§ôØûÊ©ªt\nG¤†ÅP½Í–)¢„¨^`ËB˜Z z‡“mÙJÌ-R½ÇöQ‰	%µ¬©^f{”¤xà³\'­_ýù/Á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'VisitorInterest_pageGap', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœÑ=Ã à»Xêh	©Ùz€ÞJ²eŒr÷zAÊ€òºùñóÉ†fìèj³8\nµc·l´µÏw£ºû	ÕnêI=ªg7ñÃ~Ý«Xßcá–QÖÁˆ§¹¢H‰/J˜+)‰VR2ç‹\"s%#eá‚{Yn•d´²ÜL¹e¼ÿì?žf…Nf\rØy\"Gå¡/4×ùœëÅ½');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'VisitorInterest_timeGap', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœÐ1\nÃ0Ð»:\n,Ùqœï­è\\è`È–1äîÕ’’!µ½}	éT {…ËþŠ}ÃZËû³RÞ@ŽÅQ®P+$‰òQ!6mû–|~ÿŽeö?HÌ½w´çxá8àø¦AÑÓ+$÷PhB³í©c\rÒÔ“Lá ÇÅždŠ}i@š{’)¼ŒH©)%),i„Zº/ONú¼Hz\'_-‰ÊÖ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœÓ;\nÃ0à»:\n$ùyËz‡:²e4¹{µ:ÉÛ/Û|ø!oBIÆ.Ø7‰w`§d	Çöù¡Ÿ:(ô]X+Öj	ýÚ…t1ÊÐûû0¾RæYaO‰}%zJ‚ä+ÉS2ä?Ÿ•ì)Š¯O©P}¥zJƒæ+ÍT’„(ùÌb2š)O\\0Ù\r¬™dœ€ì.úàúpF²Û¸êÙ€§(»—uSŒôâÕ“®Jz¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'VisitTime_localTime', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœÅ–MŽƒ0…ïÂ	°bî0w`¤YTê®KÄÝ©¼(Nºˆ²²çé9ùÄÂèx}ð8/L9I¼¾Øóð\\~ÿžÃübàaæÃ™ƒä¨rÒyRœ*xµÔz|¯orÂÂ#¯›ôüÉ¦0è$KÂ°“02„IU¶HQ‘rLWâ®è¯®øéPWrÃurÃ›nø6n„’¡ÂéÎ)»áöK†ž”!cÙh\ZÛ2™‡NmM¥)¤^L³i‹{“\ZÜâ4ÌÒÞê¯ØÀ•Ž½ˆ6rEZ/æ‚ÝS\Z)i¤¤‘’æŠ%é¤Åa…8ÎG¹Éó½§\'^y‚ÊÌžìEÿÑ©8Â\"~93›Ò¢¯ÓM®“\rihDi°1\r8\r6¨e½HER£&õÝ»ŽwÒ¼~×çs¨×h¡ú(71ŒXá	};.ªpÄþ÷Å&?¿Û?RŒ}/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'VisitTime_serverTime', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 'xœÅ–MŽÃ FïÂ	òÙüz‡¹C*Í¢Rw]F¹û$LX4¦‘ÆÊ¢²KEýdâ¦D6Í4Ü¦Ä5‰i~%—Ìsº?Ím[|$”H%r±$¶DW¢/1ä¸lÿ0¥!ÍË¶÷«.Eþ¼’!“ï9·yüý2˜‘s˜²¯ûfCø[E\"õ¡ü”«P¼Â5Xèc±ˆÅ;\Z,4X8Û« ¬euž\Z\'u×tÂ‹P^§A,\ZtŠŽbÑQ§h‹F¢¥-+v´¥²²øðùâÑ`u°ìºŸ›-Èî÷ÉøˆŒZ\'óÉ¡‡ì?Ø>˜Æ²!q‘\"!;þ?Ž‘V”³\\²F.j—,Z(™²j¡äZ’]KJ®%ÙµÔÜA¹9{®g¿>náý}oûÅ6Úó>ÐÉ‹hç&JJ-‘mKÜi‰4¦GãÀ½n,?-k`ô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_actions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ­”ÛŽ›0†_ñ\0‘%W«ªU«J¹èá\Zy7Aåa§©”æÝ;†à˜µCØª„ŒùæÉÎE†V\"£Ã†²³Êx—âE–ñJe,ÉâècSÉè«»¢ÞE¢w¢Oõö¨t[H}k´(£/ò$Ú­Š¾ŽWEFà pàálÌ3‚æ8‹‘‰Sìdµ6\'\n\'X…ýÕ±ÊuQÉ¼–úÔ´?\r,ãÇ™‚\0qý’ï­òS¡÷^\ZzÓøÚ­*êP7´À¼ïÖ…Äïð–˜&}ˆ;\\J¶¿d{ÍÐEÊ–=aÝÂ–Š;T£^\0µLí~j”!ÂxŸI&ÝŠZýp:!Ž{ª$DåÆ-WêpùýÐmWKæ§êw¥Û¶©òCÛl¤RðE™ËÐ“¥¬SBôï\Z@MsêÇ:–RbqÃ hñÄH˜zÓT‡Rê¢©íÓO~\0=¾	 IÚë\roŸò0t€ƒ%‰ý|-sSçe#¶·×Až&&ÆI”£‰ñºaìOŒZvsSûÆ xr\nruëŠ«xW‹÷0·à¶¸Ï(Îý˜Ä>ÄB—2?½ï,Ëo”ØÅk=4·†¤üµ!¹1äûíq#Ìë€.Ïð1)-êœíJìvÁ¸ýWšqE³]‰ºrè6áJ\'t×•0i˜Îu%~äÊ¡×}W:™iW\"6ß•xŽ+ÙW»N»rôlß Ê›Iî©rýÈë]À[é<\'†éÜXîu`Ú~“30¶òfÀ^öñ•·v4…]MáYšâ°üÏ&„uùTÔ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_actions_url', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ}”nƒ ÆßÅ tÅwØ+Véj¦Ò\0]—,}÷™­n$Æ‹|Ü÷“ãÐ\nÔw§h­ÏA¥¾½’ªèõ›é‹Ú+¦ŠËGQwŠá#ððpZÇÕÀ°ú5¾8¾¼‚Rþ24¡L3špµ3¶\nˆÄdh~ã[sê‚o®]8=	£É”dèÆ§9¯ð3%G1‹ô×–ðrÉŽ7îÓ¸H#HY]ÑÄÚ¼(‘ÉÙ<•Àà¥ÊžìAÃrÒT®àôèþŸû‡ÑÊ-´ßu	®ZÀýNæ}Ù:ã­UbÚ]Æ€­š³³ã}7¾ßËÉçÑ“³-²çx<RÎÌ÷,Iþ¢âÙ?S®µø@É^°mØƒÎ½	#,#%…Y—úxú7X—’¹à\\n³®´Œˆ²Ì§6£Ú±é­nSÝÙþÏþÈÂ	î¡?òÜ\\A€u¬E/4fƒý½6˜–¦g±¯eXº@Þ57ŒðÖ€xiÄÜGÛ·Æ5×7>hŠ´Ã§Î^ív‡c°A÷Î\\µk=Á=Ù]>vñ~¹M–Pßn?à8vM');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_actions_url_chunk_0_99', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœí—íŽ¢0†ï…ÿ£ý­÷à-Fp$‹0Ü™dâ½ïiZ¤Ò:«›l2?Š/§¯Î“sÁÄW.È¦˜„L‰ÀòÚ$‚\'‰¯FpÉkV \rE°ÌË4û6òæ\\Pøàá¨/È/&HÆ’rŠÍÙlåÂ®BÜætŒÛü˜ÅeÖ~Tõ¯~;¼à˜ ¹ `¤|yÛÄy{˜¨!6\rúhÇ¼´ECÌ»hJ”|Ú·Ä4ìDÜðÕdõï¬î5t±Ug‹Ùl]ÄÚ7\\b©U¤÷Ó¦F\Z² ŒwšÈðÔÖIÙìHˆãÎUhseÊµ¯Èð5‡.»jgSCÝ®Ôð–VÇø½®vYÓäå›üb`² ”)1%6‹Ó»£2¸6:•)#,¢Úˆ¶k7‚kFì®wÕñ½ÈÚ¼*õÓv˜ß¦‰Õô$6dŸr»i‹†úõÕž«2.ª$½¤ƒ¬g*ÆP.G3‰†ñ´b¦¢•ªkéŒÁbm,HÏ¦=¸Zmîaæ‚ëÅYrFA\n’ ‚S­xÄàôÐ¶ïX.wû¶j“¢Î>’:mðð–§_ËCuÌ^š6yƒÔ/U‰œó9Pˆ‚è˜s;ý(wÒ›}AÒ=†~²\0‘7ý°“~C´ú¢›ôƒÚÁÔ—~ØE¿!Ömúšyú!æO?ìC?æC¿a×yúžíð»°áü¶.âmmî,$r»›PÎîÎ”YÝ]æy6[cž¡I\rèß‡}¦Û\ZàÁ&xð-ð„‘<¯€ÓN¦`*–YzÚ%òï&ÅKY\"•»ì\ZHTîŠVÑ\r Ñk È“=òˆP62õ\'x8ñ R*Dr§§CœH\"8ùÓ›y.{¤@€vz;ÿ\n9]¾üH“w¹}.e\\†Lí\rCËÜ«¬E…o±„«\\›èâ}U¤YBb¨ÒºUé\\»@âÉ’%²«é`‚ $\"A¦0‰®a‚AivK£Ï6Ú}!jžóÁuaäï\'¹T¨1Î#Ô‘p\n#{a„z`äasäL\rmw°„ºXò´q-jV»3Ä…™‡Oi*Ódí r@ß\ZÎÖ}ÔW1‘ÅË»¬oÔÊ]Œ{ kL”Q:þLoƒá9¸÷ÓÒü´4?-ÍÐÒ°ðÞ–FƒªÞåü\0O');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_downloads', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_outlink', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_sitesearch', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_SiteSearchCategories', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Contents_name_piece', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Contents_piece_name', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicePlugins_plugin', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ…ÐA‚0Ð»Ì	\nEÔß;x‡\nEFŠ Eˆ!ÜÝnHX`»ûù™y™ŒÆC(\r¹…‹Ã	dõÝXR9¨èº†\r)Fê‹$I­ŒÄ,>IuÛŠÿÏ•Õ®Þ9âØIƒNzêIÇd$¨/«’+YP¹‚Þ.š‘[¿è´\ZŒ¶½Õ_3Äµ<¬ùEÇv2ƒåG=Æ¹s˜KA3¿Ênv­)9úþõv²8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_brands', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœMÍK\n€0Ð»äý*ÜÁ;DpQè®ËÒ»ÛwoÂxŒ\nÇ‚ø¢`tdP“ójÄD\\á=(ªÃÏÑœNC2u6gõö»ï_ê‚¬±1õçÁsÞÒ0)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_browserEngines', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœMÍ=\n€0†á»äýUúuó\0Þ!‚C±¸8–Þ]Ó ¸=o	Ã¢˜Ìð/Ú…ª¼í•òðRËyP.°O[»Ÿ½:\'\r#ÔNÕQ<ýæó·ßåÃ u¹¹æÞoøG+\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_browsers', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ•Ž1\n€0ÿr/È%FÉ¦´±ò,»”!×3(×(ØÍËÞ$X”\r&&¸J†íiYwŠù¬Ð8QÜÀg`¶Š]cwqhÁHèTÉ7öÂ}cž~•	¥Êæ|>Í¦Q™±2ceÆof¬ÌÌ³z\0¡Q!');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_browserVersions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ•Î1ƒ0…á»ø\0ÈN…—‘…©wH¥HlŒQî&¹C‘Ø¾XNò\'8äü‰yE\0-éó](®èAãÅw\rSœ!ûH@NíŒ}µ?<ÔÃq¡5K¡:¨»jQ¿®ý¢?$0rÑ7ßçà¶o\Z÷>þéÓ\'¦Oþõ‰éã\'}e†^S');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_models', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœMÍQ\n„0Ð«HNÐZëâäÞ¡®e)ŠŠõ¯ôîËJÿÞdBâ ‘;˜?¤ZÝäWâÝƒøç7†o3û¸\\ûA ¥q[Ùw‡”„®¸Ûb+î«ùçÝÏòÁA!e¹9rÎ7À¥/t');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_os', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœMÍ=€ à»ôüjxœÀ…Õ¹&$lŒ„»K%\Z¶ïõ5-C£e¨È°Z…¾îB±Ž†Î#QÌÐ#i›ÅvÚ½3(	nÚˆý´oË|ÿ÷»|`(´.7SìýeÆ)ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_osVersions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœŽ1€ EïÒPŸ¸¸:câ@ÂÆH¸»¢ÑtÃíõ%m_„FMP!Â¼àQ,(ÇýÈ\nh[ÖÀŠB_‚Aº³l$ûg¸¦‡¹³Þ‰…ùó­ˆP¨­ß\\_1®cQÇ¢ŽÿÔiQgE\ZÕµ®S(');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'DevicesDetection_types', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœMÍK\n€0Ð»ôý*ÜÁ;DpQè®Ë’»kJwa’aÌOŒô¡b¸ÎçÕ§â¼£†`Nê¸8™óëºdsTsQoK¾ÿ}Ñ†ÇýyÈ\rôx)<');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goal_days_until_conv', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goal_visits_until_conv', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goals_ItemsCategory', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goals_ItemsCategory_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goals_ItemsName', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goals_ItemsName_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goals_ItemsSku', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Goals_ItemsSku_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Referrers_keywordByCampaign', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Referrers_keywordBySearchEngine', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Referrers_searchEngineByKeyword', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Referrers_type', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Øˆ 4›€hKkN$i\nÅfP¾9X¾dB¢•Uu-H¯Ÿum-\0Éá#u');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Referrers_urlBySocialNetwork', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Referrers_urlByWebsite', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Resolution_configuration', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœÅ=Ã FïÂ	l„|³¤KÖÎTê)[$ÄÝ[‚š²´ÍÖíùÿÉÒ’ð†iƒ…ZÃí¾*ÙÀÏàz™eœ„µ§ØkR²€K	Šë†»Êzç¡û€i\n¶²-ìšžþà\\.R.;çWâ‹§9<=QttF“?ir£I&ÿÖÔ§Þ9Â¶sÑ;óÏü\0Ã‚Ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Resolution_resolution', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ­=Ã FïâØ&üäã½•:DÊ–	q÷† ¶,M3t{þlã\'ÊŽé3ÊZÓý±RÜ@¢³W¦¸@öHö¨±l:ëÁs/Ž…ihØÎ¶±fü›k»À(µ½y{ç~Ö¸ÜtÁO¾ùÉàÇƒŸüöÓS?\nÌÙñ•ïû¿^}zå|†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'UserCountry_city', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ5Œ»	À0DwÑþÄ	>ípapçÒh÷HÁ)\'Á½D¬ŽÀ‚ük¢€†<mOqG4²‘v:‡geý™6GÉËesnáú:ê+bƒKÝ¿Yõ)J#ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'UserCountry_country', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ•ŽA\n€0ÿ’4­UÜþÁ?Tð ôV¡ôï\Z‹’‹‚·Ù°l&Â¢¬0!ÂÝ0¢dxPŠó’(ä³B[¦°‚ÏÀ +l»Æîâ±#¡S%ßØ÷YxxúU>D”*›Ó}ø4ÛweÆÊŒ•¿™±23Ìê°#Qã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'UserCountry_region', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ5Œ»	À0DwÑþÄ	>ípapçÒh÷HÁ)\'Á½D¬ŽÀ‚ük¢€†<mOqG4²‘v:‡geý™6GÉËesnáú:ê+bƒKÝ¿Yõ)J#ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'UserId_users', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'UserLanguage_language', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœ•ŽA\nÃ Eï2û‚ŽµÁïr.¡	âÝ«„”¿É¢»÷ÿ3/AÑ6˜˜à.h²§wÞ%–±\"µJÜ`G°;Y‰s8ƒ™áIOý‹úå×÷ù!Á õys½Š{³Áùó8\nÉ)É)É¹;9%9ÿ\\ÿÅRæ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœÓ±\nÃ àw:xwQÓsëÒ-c×’‚ƒ:4…!ï^;2¤žÛâÇqüŽ‚N–,6ŽÂ[ Yfqb¦ñ‘&gÁ æšžé5N÷!}nyÎïÙÄ,ô»C&®Y°<µ²”ÄqØþ£,Æ‚Ý)öX!MA@]aM! ‚ÇJ§)¬Ïâ4¥ƒNW¼¦8pº4Åƒ×•^S]9W•NLØ°¬—¹dtÀ\rÍÃzKfßÕ;ìË–K‰©Eª÷¸üS$ö-kª—¹ÅÞè¢Iëý/†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'VisitorInterest_pageGap', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœÑ1\n…0à»MÚªïïæÞúÀ¡àæ(Þýe¤qû›¤¥©€£!”ŠxÅ±#ƒ¶ú[7*»uHX¨4¨¤TÎ±Y»m)–ïUè*ÊzSäYQO‰oJxV¢§$N¾’<%sö•ì)#O¾2v•šY‚ÏL]Æ²Ø®_|Íì:™õÅ{>ž£2èâ9çûfÅ‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'VisitorInterest_timeGap', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*(Q;W¨7û¸§Ôž×ÃÆ³*§oG~;Ös’r	8éÖ) â{Y\0Ê·Ðè‹™°å€4ô$W8GþTz’+~¥€4ö$WxŠHõVª WXk„šº\'¯¢›{Òù‡¹Ê›');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¤Ð!-cÈÝ«%!HÞ~?ø°eyQÎz¬J}ÑtÑc×¢°-ßß}·`dè«ŠXA Ÿ«²í%=,¥þ¹&\\EPn\n?+)	ÓM¡g%EJÆ+9R\n–X)‘R±ÆJ”†-VZ¤L8ÅÊä*YaF(ïì2–¹ ˜ýþµ,\r@~W{pû	4\"ùmÜìnÄ(C”ßËv(!~É;’Î?aƒƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'VisitTime_localTime', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœµ–;ƒ0DïÂ	˜5æ³Ü!w R\n$:JÄÝ°	É$ÍT»6àçbxÚÁ­òeô²<MçËìÑ‹i¸?¦¢ß6GG®–k8j—›*×˜kk³×u;aðÒ—uûövl|‡B5\n5\r4PhÐ@+\n­4ÐH¡Q­)´Ö@\nm4Ð–B[\r´£ÐNWTNú!%‘•Àµ‘—ÀÄ4»y\\<;^‹¤È³©·\"]c_”É.çƒ˜ú˜þÅóæÝ¼\Z×DþDWD—DÓXŠ]{‰]bgÿÄ—Ø•—ØÙ±ã²ƒÈvÆmg\"Û·©f°C˜ÈvÆÇ0“Ìaë8%u');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'VisitTime_serverTime', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 'xœµ–1ƒ0ÿÂØ³áøCþ@¤Ht”ˆ¿G`“4ÉRmµË	WsžÜ¢o³·ãäá*ƒo«\'o–éùZšñÎŽšV3\\9Ôk¦š]Í|æ~üaòÖ·ýøöq\rþC¡\Z…š\Z(4h ‘B£š(4i …v\Zh¦Ð¬öÚk …\Z(¸’ rÒ”DV×D^DfWDn—Dv×D~D†WDŽ—Š¥V‡7¡,úo¥Ç¦á|hËŽ<»•ÕuöT6Êwž?ïÿ¼mp‹™ÈbÆ-fª»ÕÍåJd1ã3‰Åö7-…8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_actions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœÅ”ÝŠÛ0…_ÅøŒFþk”ËBaY\Z–Ò^m¬nDý,í¦%Ýw¯œXÊ¤Vlç¦\ryÄñ™˜ù8£ì(YsÛ—„°£b)+þ,ªp­Xò…ÁS\'ßøöWðÔVÒ¿ƒŸ‚‡¦|Uº“B_[Í«à‹8ð®TÁ·Çp-°§»ˆ×}/Ébbì…¤—Ç€ºÞôGls›±P½Ö…–µ(\Z¡m÷£Of®IDÌ¯/¨ÉÜ<;©Uqz7Ro\Znµl¦ÝN\"þsF”¢\\Jto¢4etuŽ•øb]Ä.UŠR]y‘ qý\\¨¿ú¥ž59Ê¤;Þ¨ïÈ‰*šùRa¹Ë•£\\c?B]W—ÌÓ5>wQ¶²­‹}×n…R²yqÿÒì¤©/áø#›³÷v9½Þ$JV‰ËáÒÞÐfõgÞ¶õ¾Z¶ÓRXÍd¾þèff7I©?³GYî†×en›¢jyy1L²‰}Ajï¾ŒÜìhâ}‰bzÚjÈ­)V¨ ˜”âo\\¤®xï)ÃMq</Éž¿˜1”ºÅžëÝ‰bfBï†˜ñí	4ØO1Òä>‹RnÃR8~ÜÅƒ#ü+8ö\ZX\nG˜ƒ£õº\rG¤™†#¹Ž°Žé8Ú®³p$QžÝ\rGX\nGë½ŽX;G;wÀ‘x3cÙfŽˆ£Í1ir3®1xúmŸ1û6x€xpx€x°x„…Ë‰dI÷þÝÜ%ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_actions_url', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ…”nƒ @ÿÅPAÅˆÿ°_ ´Ò•T¥\\—4þû ÂÕZ·™¨§¼Ü½œœ\"z—4o9- ¨éÝÐŠ&=?ˆ>i\rÅ4™.I+)vgáN¿äþ!Šn?ü­p7C¡‰™få Ø(ìMi—±s¤Kïjv–Ö°›´ç\rä+-	9nÖu¯ó4wG!þýT­TŒÐ_B{”_—{2.ÕÊ%.AU@å…Ai…ª…©W&VóÑœ—{²çòƒM½²y.‚†ZàóN¡âAábeÔ©]µ:\ncäø¹ô¨Á^¬À{b[~Ñó)Ao‹„òeSByü…­	ÙW=ªáÚ+Õ¸´£æOÕ5ïíÕ5;Uá}Õ‘\Z~KPU#ëïÂg.É¯\0à\"÷2\0°ß¯|€7¨ðênh›0½8AZƒ]=‚ÙEnK@~Gð¹Oªï„f“î™±\\Û$tølíÕÐ,;ž¬²¼×âÆugR×“lºd~ó˜CÞvž\0K¢nû');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_actions_url_chunk_0_99', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœí—ÿN«0Çß…ÿ=‡_—î|‚¯@§1{÷ÛZËèF§N“MZòå{¾c=Ûœ†ôQ\\w0©—S7È:§\Z„„¾u4¢^•ß••Çµ1õ|Vå‹·PW}#XF\"ü©G„<\0s‚ë[q	ø…ßå¾ÝÓ6ëÙ¶Ìê²ß7íãXŽ¬ÿäAê»ìõ]¶gýÃLÍ½ÑÝ¶¬>ï&EùË‚(2rueû\\¶£V1¦C¬Ðë]¬SEFª‰Y„ºžuT/‚hÐ$F¦¾ÍëîÞp\"£\nc[*S®s%F®¹A]U\'³T\r†ª‘­h¶Ù®m6e×±ú¯þÅR -áü!•SxëœVo²\nÓPçÐiOhãí™7ÍvW•=kj­EH2O:™ÙâM\"´g¶h!NôâÕ™›:«š¼x7ã3ýb¨­ý2sSKÓì—™(@ÙÕh[>I	sb’\0Ñ|&4\'‘že$¢ø@½§VÒ(äßð¡ïwõýÍ}ßôyÕ–û¼-ºyþÓ£¿kÙs¾y½Ù5Û¼úÒH çpd1Dø0ýÀüè?F?ø.ú	\r¸Ò–è§¼NÓÏÐœ§¹€~àB¿È…~ªê\"ýÈ*‰/¦¸ÒOy»ÐÏÔ.ÑO­‡èG¬™MÙíòf1ƒÎÙÎ˜rî}ÑÏ8§êÌávk\rL¢I48I40‰&Ñà$Ñâ%¢Ý•7û²ªümY°M^#-\0ÐŽ´ 9FšXØƒÓ„i6–P†”,£KTº:¶xÁEba®K«!Lä\0ª1ÎwAJãdpæÓïGØ4,-7$±a^	Gç¹\r>D T±ˆ\Z¨DÝ¦‘˜L†÷MU”mÆÙ’u}Þö’0–3‡ÌÈ±a\Z(#uŒSAt ðž›nÅ&çGÛ¹ñz´Áï <:Ðhó\'CIp£\r:ÐæË„â-ñÓà´AGÚ|ù9P¼C”ÿþ]‰czÕãŸüÃØ…E³øÜ©/UÍLÔ`B(T„B7B%„:¦É(]áü–gäÛï–çwËó»åùÿ·<Ä}Ë£IÈ­Îá ÊcÐ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_downloads', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_outlink', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_sitesearch', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_SiteSearchCategories', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Contents_name_piece', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Contents_piece_name', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicePlugins_plugin', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ…ÐA‚0Ð»Ì	 EÔß;x‡\nEFŠ Eˆ!ÜÝnHX`»ûù™y™ŒÆ#Q\Zr‹Ã	dõÝXR9¨èº†\r)†ðE\n’¤VFêÇ,>IuÛŠÿÏ•Õ®Þ9É±#‚NzêIÇd$¨/«\"Ž•,¨\\AïÍÈ­‰_t\nZi\ZŒ¶½Õ_3Äµ<¬ùEÇv2ƒåG=Æ¹s˜ ™_e7»Ö”}ÿúÅ²9');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_brands', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœMÍA\nÀ À¿ä¦Ö7èRèAðæQò÷\Z¤ÅÛìB²\nF/¢ˆ2zCU½ŸJÒ@$<È èÞÇÕy†àaŸfwZúc98ÿÞ|AÇX7ÿy‰ÙÐß)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_browserEngines', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœMÍ±\r€0À]<AL(ŸŽØ!H\reäÝÁD w÷/½Áh.eøíB\0Õ¼í•Òë¥–ó TÀOfWÆÞ:öà4ŒÝ¬¦ŸÌ`þ{ÑMôæšDnöö*ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_browsers', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ•Ž;\n€0Dï²\'È&~È¤´±ÁD°¤³¹».¢l¥Ø½öó\",J‚	î²£å¸n™Â~ŽÐ0RHà30È\n[ÅN³¿‚‘Ð\\ÌÂ­ê;µÐ?}•¥ÊÍé.^ÍæE™±2ceÆÍøË¬#äQ3');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_browserVersions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ•Ž=\n€0Fï’HÓúûutqÁTpÜKï®µ(Aq{yä9høÊ:˜\Zø\rhuÓ¼’ÝPƒÚÎ²)3EvŠA:²l$7i8òÄ¹¾ÕíCüà àC¼Ù_âµo},úXôñß>þê;ãS¥');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_models', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœMÍÑ	€0ÐU$´V+^vp‡ªEŠ¢bý+Ý]‚(ý{w!‰ƒF\nPì`>ôH-hs£ßˆ#´ñâw…©š}\\ïã$Ð2q]Ø”îß $4¯µ¸-z[,tŸåƒƒBÊrsàœ¿T/n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_os', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœMÍ=\nÀ à»ä¦öŸ\'èâÚ9…‚›£x÷\Z¤%Û÷^H\"`´þC@«Ø@Eî§P¬cB×™(fðHòêÅØ[‡œ†ušÕ›éw³pü}×‡ÖõfŠ½¿du)ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_osVersions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ•Ž1€ EïÒÐ*?\'pquÆÄ„‘pwEƒéfÜ¯¡}‚a|ÀÐaFÉ° ö#‘Ïp mY=ò|	qcQ<hžŸÇýaT«¼S~z}mJm;×.¾ëXÕ‰ªU\'ëä«®žªBS\"');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'DevicesDetection_types', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœMÍA\nÀ À¿äZk‹›?ô)x¼y”ü½\rÒ’Û°d7‚ˆÙX>Ìêr×N<Þ\nÄ\rq9™7çä]\\a_ŽæìòÃÎ?Wû ˜j›«>ó\')6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goal_days_until_conv', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goal_visits_until_conv', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goals_ItemsCategory', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goals_ItemsCategory_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goals_ItemsName', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goals_ItemsName_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goals_ItemsSku', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Goals_ItemsSku_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Referrers_keywordByCampaign', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Referrers_keywordBySearchEngine', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Referrers_searchEngineByKeyword', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Referrers_type', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Øˆ 4[ZƒtfZ™@™BùfPæ`~-H2ÑÊÀªº$ìg][\0ÈÚ#o');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Referrers_urlBySocialNetwork', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Referrers_urlByWebsite', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Resolution_configuration', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2¶ªÎ´2°ND0,­ª‹­L­”r“Rs”¬‹­Í¬”Â=ý¬=¬\r*-”¬3­ArVJ† ¶Û™m	á€5˜ I˜\"‰›!‰›ÃÅkA6$ZXU×‚Ìôƒ	àq¨	Ü¡@wš”3ˆ\nÏ€`kPPV\ZXŒCkšƒ@');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Resolution_resolution', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœÅ=€0FïÂ	 þöë¼CMLÜ\\LšÞ]ªQ™ºº}<¼Ñ ­à¿à‘vt -ÎËFaW@â˜ñŽ)¬e¢¬dgrc³¿‹k 5ÎðÞðáå¹\\ˆ`¤\\vN¨ªÛ!<þ%èª‚hÔöü^>)B|Ñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'UserCountry_city', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ=Œ»\rÀ0Dwaç#;d\"¥°äÎ¥ÅîÈIñœ§`ŒŠ$Šü-£c5½îFÒ‘@$ìdg™ó§H<V¬î2ˆCÞf¶Oéxo‹õÂaŸbö\0(>#ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'UserCountry_country', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ•ŽË	€0D{Ù\n²‰2éÁ\"xä„@Hïºˆ²\'ÅÛ›a?/Â¢%˜ánðh#(ÇuËÊ9B{¡Àg`¶Šf#a¸˜…GÕOja~ú.\"Z—›Ë]¼šÕªÌX™±2ã¿füeÖ«6QÝ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'UserCountry_region', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ=Œ»\rÀ0Dwaç#;d\"¥°äÎ¥ÅîÈIñœ§`ŒŠ$Šü-£c5½îFÒ‘@$ìdg™ó§H<V¬î2ˆCÞf¶Oéxo‹õÂaŸbö\0(>#ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'UserId_users', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'UserLanguage_language', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœ•ŽA\n€ Eï2û@Ç,úÞ¡;´¤x÷”(fÑîý?ÃÌó`ä\0å<Ì\rr‚E¿¬‘\\ª+tät\r\Z¤³`#yº‚j¡+úAôãÓ—öÁC!—vs¾‹w³ÊëÖíIÈ±c!ÇåøK®œÃµRà');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœÓ=Â0àÿp<ÈåòQ/›‹[GW‰!PŒàPúßCÁAsÙŽ†<\\^Þ&FÇkaÓ>^+;VKºåEÅÊXó=?ÒróëRjyV›Ï!+Tq+ŒíªæµMçýÃ”XiÐ_Šþ­IA@Y!I1`äYI! y\')¬¬xIqàd%HŠ/ç2IJ€ ïrì*–Õ8öËÜft@ÍÃ~ÛL~êwØ·”[‰ÍˆÔïqûOÑ ‰©_æ¶yw0\'IÚÞû3/†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'VisitorInterest_pageGap', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœÑ1\nÃ0Ð»:\n,ÉNRyËz:²e¹{µ:ÿlß’ü0VsI~tOµ¹]AýØ½8míýÙ¨îÑ!a¡Ú]ã$NFõì.1·#Y}]…¡¢¬?Jú¯(RŒ\r+†”Ì+)…V\nR&ž±2\r•ì´°$ÌÌC&²Ä®o|ÍÂzã=Oä¨<tEÎùû¬Å‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'VisitorInterest_timeGap', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*(Q;W¨7û¸§Ôž×ÃÆ³*§oG~;Ös’r	8éÖ) â{Y\0Ê·Ðè‹™°å€4ô$W8GþTz’+~¥€4ö$WxŠHõVª WXk„šº\'¯¢›{Òù‡¹Ê›');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœÓ;\nÃ0à»:\n,ù•È[Ð;¸Ð!-cÈÝ«%Ð¡è÷&?øíßC9ë¹iìCÓ]ˆž‡\rûxöÐ[	Lú¦b#¶Qè×¦l{£žV¥þº\'\\EH°\"HI”~”ø_IHÉ”q/)…\nî¥ ¥RÅJEJ£†•†”…¬,®’5¬Ä3«ËXÍ…dâ‚ÙÏ¯ÕR©Ä	Èpµ·Ÿg$?ÆÍÎ™dŠò³lMIä‡<‘t}`±ƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'VisitTime_localTime', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœÅ–A‚0EïÂ	øSZìpï€‰w,	wWlú]ý¸úÓ!ð&ix™Ñ­óùæí0zØŠìóäÑ›ûx¹Þ›amÞ5­fØ2×¢«k¦šý+—õ£·>/ë»ç­ñ\n\rÔ(Ô4Ð@¡Aí(´Ó@#…F\r4QhÒ@{\ní5Ð…ž4ÐL¡YWTNbRšÜ¼Š&ÇóP¤±×áXçrhËÿ¶?ˆ‡~:ôûwÿãhL]e4û×h\\p\\q9\\rYLsåþÓ¿îŸË\"‚ë\"‚\"#\Z7¢‰Œh|M3ÕžöcQmjÆMf“-ª+ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'VisitTime_serverTime', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 'xœµ–;ƒ0DïÂ	˜5?oî;)%âîØŠdHŠ©fYÉ¼©žÝ»U>^Þzû}ž¼öbìÏ±¸­ËÁ‘Ór†=cªœuÎ&g»å²þ¡÷Òçe={ßß¡Ð@BM\r\Z4ÐŠB+\r´¦ÐZm(´Ñ@[\nm5ÐŽB;\r4RhÔ@Á••“.¤$²¸– ò¸˜ 2¸š r¸œ ²¸ž ò¸ 59¼°tõs8Ï1}”éÖØf$™ûæt }ï?Öâ\nCwÔÂ©Nµðo-üP‹K\"Ë·œ‰,gÜr¦z{]<¾D–3n9“Xny#û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_actions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœí[sÛ¸Ç¿\nGOÛ‡rq!x‘Ÿ²i:õì®GS§éôÉÃHˆ­©DzH*^Oºß½\0ÅdQÄ¡tâØ23c9”ŽŽHâçƒƒ? xÊÂé·å”\\ÄS^ÿÇ#ÓoùTL\'«ø³\\M.ò©çO\'Î?Òµt®‹øv™Ü:ÿsÞÿÝ¹L›¼È–2w>¦E¼rþ)âl‘;ÿúur±œ2õC‰~P?¡þ]>ãé®<©GNTt:!ú-œšìâJÿâê—zVÅoÖ7År-oY<¤ÙulêiâúÌ#ú€©¨“Ï7wË\"¿yXw{Öl:¡Þ¤r·^&Ýîˆú×Åt±`Û&F`¹Ì¾Ê¬²	\\á…Û¸¼®¸Zã6,a„µãLGÅš›¨vl¸ëÓhkAYœä_\Z+árkÅü®°Ló6°Àì‰C\ZmšmB{bå¹ÛžVÆàéúæ>Kç2ÏÕ¥_V>¨r)xiÌYWŒûïRw_;oÝ7+Ãå•ïÒ¶·Ó–»QÀ»ƒž§ëû•,–iÒ|@„–˜wß¤b1ïùVçƒ{Ý1wÄAˆhîß&æ4¹Y¥ñ¢už>cX×Qît™=o„ïw™=£²›ªîlÝ†åATÝgåKŒlüò5¦y úŽ`ž_³íùdK’òÀ+Dsð§&N¬¾mûÊ}|«nÆe±’7÷qqWM==gÊ«Qå¼%{°TÑ;ïÓ¤ˆçE%¯8ÉkN6˜Œba’„†Éí‰Ä $©Ps˜’Ì\r*’Ú(ÙDÕIÊ©’Ôe±BÒ8YVH6qYÉ¬ŒÔÝÄÈí_½ê³@$‡\"’z>‘\n§ŠHMÁˆd`DÒXï²õ!ˆ¬8\nA$ ’I*DzÛn7e9€?-ØØØøS°ùêÀ¹¾K³Âù(³µò:—I±üª¼þôîröó§ËÙ_À¼cïØï8¼cÍE~6ÞµMæïFT ñ®	ê ï|—DÂÊ»Àå‘ÿì¼S­†>˜wõgÀ»–‡xweƒÜUWt]D±F·G¶îèL³Îèž\ZXOóÈ^h^¯ÛÙ×„I¾ºÕOGG‹*Þª2û%Î¥3‹3‰ÖLâ5“¸–‚õ^Ž]$q¤Ì@Ä!$ùuXv$ñÓ‘$\\\ZR+’tÂ‘Ä!H²Su«ðlDÒ«E’N“ ¢e×Ï¡‹e›y¬O‡òòN]µ¼ˆòŽ\r6$òGCžEU“}53FñPD=aEQÈí%3å‰`£H\0PDÆìè- H¨§&F&a“ú:óÒu¯Y–r®›C`Ið\n\Z“¸•I´*«£0É`à¡­\nÔ–\nzzäA˜ÄÂ‘Io€Id:9-Ž|ËM—“~‘šH«ÍB.Ž/±\ZD¢ã´ýÒßw\Z§EnAÄNQä†>€ˆ…ÐùÄ&.ˆ8\0DlLŽÞˆ<u«ÃD‹ À‚ ®´ÚÈy&ó@,Ñ\0DÃgPÕd_¡ˆSŠ Útà¾ÑaöÚµd\0æêÄy¯@g uR†@¢ÅOh™PÓ²ê|¤R:¿-¿Hçýã|%ëêpñ\0½xR¸n€äaðHr<E†¤@]Zß$Ãè BW0p¹È$Ïe¾­rmØXÄH¤r][@:k ùjhv\Z6ZDEDù&¢>Å\nƒz8xŸæËr<øÓ‡O§Lú‰“‡WBjA\'n“‚27 `‘`äæY8Å\\B8Åë\Z‹S”\08U°FN7§„Á©ãÙa(/-:u¡§ýK ~ø*“Ây\'·žGæSX|¢ÏÏ\'jåu=%Yù$XdáqÃJndÉ£ve	4°cOê¼‰Á\"ÌnAcûÔ%iiÑ+ÂTƒir ÷ë ¯ªzßC„IEÔs‡-3Dã=,ë›¦.Â„èÔÉ®N6:õú€óÀ$A-Q§¦Š“š*N\nRqêÙº£Pfà’ZÊ_aËË$ßdƒ\n‡‡œ4ÄS(ô^úïT„·)ˆ…°U=8Ex…JKŽÊ‚Jr2nÓ~ï¡’‚QÉC *wmÇï”ÊXP1j?>YçÂÓ|J“Û¿>­èlœ;ë©ÂÀ%«0FÝÚ:¡z•Ržë{\"¥TÚÃ\"+¥¸ëÕŠûqÀyÎ<ê3ÉƒJ6m¹Îšf2Éõöz~\'×ð¬éð\0“†h‹¡I-VzÎ™CÛ*?ß¥¦tÁV\0óUL™C\rXåÊš \ZªF01òèœy¤ó£Á¤0H´«4ß[i¬%Zê­yºÉæz\"àsgÃW»ì³MDEÞ”!´ÔÅ˜…DÌõ^©‹RÛø©ÞBHä#—âa\"*-u$z©$:mµp4ÁƒRÙy­óÜ¾{€Îs¯ÄDÛÙÂ1v£Ï5v#näƒUVÔF¨ÚW_…©±é¯0‘¢\n!¨_·:êÕ\n.ó@	A6©9Ý\"èßrµBÀžTÂ÷\'\0Ð‡\n\0}¨mEƒ€áÑ\'°mZeØXêÛ—>$©\ZPßéózéCJú\0aÇ¦04y6êJ©Ëå|Ìâ¯ƒ@X[¤¼Ø(¤xª}õN±Q‚È\0™9(-&cñú- (T\ZL\nEµyY·îw§Ú›¥2Sé×çGç?éÆN\"¼ªu­_AQÇ^[zjEõJÜÓAÔúê«ÁVþ†à\r<a ªýõƒ¨iuÑYƒHÝƒ9ap(ê¯ZæÐ]–&Ë¹Þ\'s±UƒÆÉÂ™eR‹ôáïq¢\"[kéÓééÒYülÙuÃ,H²@ªõÕ·fcÓ)1`ª)™ZkZ!õj!u’p2PNqñbìI\0Š¥¿I‰“~Qm¶KgŠÞˆ©Ö¤q£j*\r¥ìd–3l,c>\\Š7Y!#Å^;Å€‚¥#qa@É&ó&%”í¡ôôC¶Â|N1D1\0†C2††FuÀÀ4†€€0ÀcÛ0|gcS»Y–Þfñ\Z#)Â+„Su.Îº½aÔG#ŽUj}õÒˆƒvž«¿¥\0m.²lxÈw#Œ4zµ4ÚÙÞà(jˆ²‰¹5¢~—‹å%9bxÒ€—™O˜TûêÃQcÓ#ŠŒ#Ð.M«#ŽÎGzø\'„›z[ÏÇ]É‡6CºL\n©7hWÞ·[ôfõ7!½k_½ß\Zå6,%#ŠŽBÑi»¨Ûã–Ô²m\"îUÔ*Ò\'^²\'¼|á	\0Y•·~dÕF½ƒ9ðP€Áœm	œaóÊ…•¼Z¤ò=6àÆÛÆüÐb™dÃëÞGBÄ@•Eõ]~ËLf_Òl] Q5ˆ•§—˜_.#XùUëë0¬›þUrn¼ögY%Œuð·€%¡×ë	LQ¸.p9×êî_ª6Þ%ÉRuƒ\\/»{·õ†\0§3_!Ç\\F±$O­¯Þ5¼\"yn!ªö×O§¦Õ‘NgM§h:9‰\Z5¡þü?6bÂ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_actions_url', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœu”Žƒ Eïâ¨€ˆÅ;ì­tKªÒ\0ÝnÒôîËhEj]a”ÏÌËÀŒX<´Èk)h4¸x8ÁDÖÉƒê²Ú	\"²Û%«µ áe0`ÊÑ¢ã?ºÍkp<¤þ‚‰†É	\\ŠÌÝúÆë^5ƒòwcƒÛV`Ž\'ùò\Z†CsÖÞ5wíÏ«]cøÉe¯‡Õ¢áwŽÀU6‹äï–ˆQ9‰Xç”ýQvdË*	[Ø0°[ló¦%hóÚšŒ%doš=ªJ2ixæ­ÜiB#U´œrg‘Î@<ZV#Žá\"ÒJÅ­¦lš@µ¦o®Ö•szø³F§AFÉÙZ?Þ¢Égä[k^”¸XâGÊM-E{N·Y¦¿vÊk3\0+C9®ò÷þŸ;Ý«Å~;•ÌÉÅtûC[„ƒ`ñÖFl34‘-ðoÕÿ…Ü[}Äµõ‘§õñ!\"E>T8†Â&PÙ%|<Q‚\rÝ \0\r›„Ï0†v‚¡›@„“éZe››í\Zç¥õÙ+Ïgï¯NìvÇ“7^vVÝ¥m\n™ÙÝ.;h<Át™àòùu¨zâ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_actions_url_chunk_0_99', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœíírâ¸†ï%ÿq¬OÛÌ=Ì-¤8êH™Ù©­½÷#É–m%µq‡ÊSµÙ(²Pì\'Ýoh1gtþïzNæ„fbþ°˜ý…ôÇbÎì\'<ÿ{˜«onÏåæA•ó‡ÇõvUþóðCÿðzNRýAý—ëÿ›¯pý©\\ê#Kõ5æ©þFº/èŸúLýO}UÍ}øx{:®ßÊ§myü³Ûÿ¯¾dšHÊSý‚ªÅlŸŸ^×ÇÃÓŸõñÕMç„?ÔÓ½­·ýÓ¥ê_3hñOÿ šU×$¢³°C¹ÿ]îë1Y\"x^­‹÷­«Ü.Kt–u2™^m.Ø¬êdK$)ª1YgQÇýb{xiF‰„Éj•}Ëêo–uv6¡^\Zi.Û,ílO\nZm+eÅ­voOïûÝ²<ÖÛ_úÛj¢¦ÌV7bÏ\ZÝŸRw´“7u‡™å²zn3Ö.·w,KŠŒõ/z¹{{ß”ÇõnÛ¼A‘å‘5ŸþZ³è]³3·ÚÆû×Ü³Ž4ÍýÛ¬y·}Úì«vÂ,\r<3Ñv•\'Œ3[ÊÜGÆdSõøgÕ´¹yQÔ÷™ùM«WÒ|j¨gGP.ÍkZý {¨Hb^póB4/þÓÄ1¼R¿‰ùÃÇÞ ‰«O_Ç÷ÃüñqùrÜ›}ùg±_µƒÿ{|Ý½•³ÃqñKýúÍ4š<ÿý§§7—\"Löƒ±(iÍAj9Ø`2ƒAš¤RÀ0XmÔx\n¶—ôSP& \n6«\nB0@P&i!¢ÌVH ›uEH£TWÍ%„\'ïu\0[Døø3Æ½Ÿ}«ëRtuìúW×Ö»ºóa¬¥p¬¥Î3Ð|ß^ÇeÙO`2\ZÌs9«¾R®¯»ýqv,÷o³õvYnëßåa¶X¿Ï~¯ßÏécØFMbéÃ,}˜Ä²ÁÂ\n†c‚uaàƒ´ËŠÃ‡‡HHN¢ðIb\rC|Ž¦¯\n2À&ø|;ø2>Ï‹C9{_ü=çŒ4œ¡ghcåpú ¡×M¦0hh4$É­\0\reqÐðDr\r†$”QÐ°„[‹oÍFFÝ¨.h6»í¯s#ç:Æ$\n.—B‡œC‡4Ð¡ÙW@‡\\:4¡&05«òB§ËÎ˜ u#¬´\0‰[7v¾°uÓ\\u‚Î½A§äZ©[v½,g‹íVñfXìÿÎfô9z˜¶œXN4z„‹zŽªÖtÜNì ~•GÏm0T@Ðjnt–8}jêsEÕÜ(:QèÔ‹ù\\-g57B€5õr®%á¬æ)/k3ö“Ñ[Pw¬gAH4©VHµ„q\0Ñc^v›U¹R y:û£Qjx\'CÄšš)úþª/ H>°Î—Ã\nG“¹þ½í`‚}¾¢1!`£!Õ\\Ô¦hÁ	€šÔ2Aâv!!¢ŽŽGTix ô\'4bQ¤êE“äÀÁR>ô\ZtÐ‚	\04ˆ¥d572	4‚TdÂÃíâAŠxèÊkTÈê4Ýã¾e4)$A’=Ú¹üéŒ	ÊÖ}À’= îHçª“ìqg²Qnµ\ríŠ„­ýv½*É	_úõÔÏ³=È5l£cŒDŠbª}‘l¢N:Ù·k{dÑ`/Xm,¬–Du2¡ÄQ«„ÕÀ`Ž*(A3KrvÝD75H³„&YŒ‘èFXÌ,Q¾F‘BÌ»Y³)ÑMç«Â£1²~¯Ì5K\Z!¦UkÃ¹¾iÂ4×W§ÏÎõ¥QcÅÎM<ùÉ}c%$×7\r%†žš0nÊ„;qŸwPëË›iÛ,]êËÒYmûò°ûØ«ßÜl³~Þ+’=.wÛãbyt¢;Ä†æùÅÕNÒn£Âäš‹E°v/Å^ÒÏ2’p\nNÚ¤³(‹ƒÆDš4ÉëtÜË(´r’ÎfÍ€,Sû&³¬Ÿ=|¢\"²Lým¨RË˜¤ŸÆ2\"\n0Ëh§ˆ À²•eº…ô´n4uöM»/º$°%¤CÒ…!ñÁP^\0ÃÍú¥œ•¿Ëíq¶|]l¹ù6Ä¬ŽˆËM<?S4(Rzu(R\Z\"MxŠEB²¸ó˜CÒm¨n‚\"@‘\n(\'ÝéVu§¡æY\\õv‰d¿Ò|áœGDo>~ Z…é­\ná5DP„ð(:c\"Bø€¤cÎAB8Ÿ€ôÍtiþŸ‹U¹8¾Îv/³ÅvVª7¹û[–zXe\n]^X@CC€ÛB\0ôÔ³…Ñ#b¶B‹]qôtR/z‡ §–’ÐÐÃ Ù>ÍUèaµÝ4\0=ê ²ŽM»|öÛ¤OÒ¶ü3;îfË—™\"ÈÇá¸_»¾™J	Qž„d‡GùüÁª_\'ú{¿î~YÔNëÇqúà¤Gdv¹Ë2…N<õA]ïlM4t‡“zÕõÂ¤ùc\rß1 ^Ðµt³‡Y&K•€u]	Ý¬1õgßwB~Ô‹˜‹”sa¦%+FyTÎ›(`á¦0gçÌ!\n:®ÊäOXl¤òñC‡àÇÙ{|e|57²8\0?4‚AÜÜ–´\0á‡bá¢ƒ›]CðÓûL_CþÖ{È$ýüà©Þ~2$ü»+óÚ^Ô>º´ñt„ù”0y¢úHSÃŠ¤n‚µc!éåœ+P~V¥ãHe´þk‘*$WkC‰#äW£¨Ôzk(¬D*4mzJq\nAœËRœY6ñHtn¡AÜTëÞªŒ>ý(YŒ!„\ZWIŒ4/€\ZáÄH)¹ú»«ÊˆgF\"*È6¾h™‘0­¸%…dT+bô	<b°q¢Œ\0Ù\ZqjŒ–ƒ\r5D”‰Rc¼\nl¶Æh(ÔÀ«a½¡ä @¯]óx2–\'ý$°<a6úTµõ£—GŸœ\\ë¦„\\¹Ê?°ÂOžkÕ×¯¾d¨Ý©?1úú3W¤òèY<våè}ý@vÍ§È÷}šR@	Øû¾|_ìË•‚ÃR÷0V,—ú­9ïªÃGl¶Õh\'$Ç‹xS<?©Ã_AŽ²=rp³­xö_9i’PÕ)ÃN‰Î±Œ«Æ°X©Äåo;7ÄúéŽ@4°ÁhT‡é‚È¨¶ëíáCÝ6K7í¦jùG	^7õ…ðRþ¬…qE\n‘X‘™2D8ØðP(æqIµ¦x7uõlŠÌ@‚>4/ÀšŸûåÍ{¹=¨74;,_Ë7—7ùXÞøÓü°o¸ÙãœP´4?;WÐè!€›¦ ‚P†±\0à¦¹ê„›{ÃM>7Ïj·Õ–ÏÔò»Ü8¼Ñb(§™Iãã€¾¢ú®s|7\'¡Ïw.ÕŽ(¡©I`HËÑmÀHu\0ÐÈ6ŽÙ\ZÄ6hÊÍqòrãËbíÑÓhZaX\0\ZˆêC`N½+\'Ää*2—r\"vô	íŒ‰1å–=t4\'¢ºK…P¼Ì;4¹Å$Ú°p6íe1&t•e\"È°Ü]¿¸ÒâCúj|œ:Kþd¸FJ¹Õö+á#¤œè^Ä„CÌŒ8>F&æ)-`u| é$“™qG8È-$2@ú›¾¹Ï\\Ë¨s\rn)ó-7…ècsX$ŽNÁIÌ74ecÄí\"(k-!òZÅ¨ZÚv¹jêOOáˆÕÑ+FKO‰ÅŠ³„¼c\'	¦ˆ$gñƒ¿ÕL)vz\n.Ó™·w*›Æ³órK½Ñ/›Çrõ±\\è7µØÌjï¾zâÃ´îPå;‡2Þ¡Ê¯ÁK‹»Åp\rI¨-Ñ®iç\nIsPÛ¾)\\3qç\"î¬‡öÌƒ×!’NÕµ)ÿ³õöXþÚ/ú2çª6~„¥ŸÑ*æ¾cÈÊJ± ÔÎå‡RgL8e%ËP¡dç‹H1ÙÔ6ï»C	Çz/÷/»ý›¶€fêãâWùVnN0¹0[ÌM•\0“©úuôÛYþˆ2[Ä@‘\"¬ˆr0R¤}¯(k\0åñN—©	OñÊh¾Ö$äx!òõBPézU¢CS7®ì˜+æqñØB~ñwT\n„WÑ~@FXûEñ—&íwBF_³XèÁ0\0ÿ§¥cIuX¹Ïœ	@ßGàÈx£áâ×˜Èr†u˜¢;3Áã®ì\rß“n‰A­fb”ÂÛë6É)<GÐLÔMx’Úw„:ŸLáBÆ˜ÒäMòDPp)RçÃ›üpéŒ‰&5àŒKHµXàðjÃI4ùN¢I)p^o—›}]c©˜¸åßåFƒIÝÆVº´ê®À|A¤1E†4ãxáë«Ÿþ”FO¢IFÀÍ½Ši\"r|˜½K±àC çeÚ>À|î>ì\"øü^l>Lÿûî°ÖïqVþ~wøÃÌFçÌ£ÛŽáO&¿$ŒÅŸhÄ¨HŠ³È9–ò_$¹„T6i´Xü5³œÒgî”? ¾þtøŽT	QuCl%Éu«.e*_*“hÎ?†µšk*ŠXÊ?ŠïT@ä\0¥üã¹L“0ãeÃ—3°²âµÚ¨¹:É%lìø‹†\Z×èâHò»ý=!sØôµÅ2í#±øçõLü¸a~ˆKùáyä-B„õpª6NäòƒC\n†¾[ßîùÕ=œú’¡6NŒ$‡4B(W%¥6N©¨òp@çŠÏYA“‡óÝ=H_•?åfóø¬˜³Ü—\'ŽVÝ›2_æíT\rà¯ÈpÇÊh5€+”ÝÒŒ	B&¸ÇÃÚùÂi®:AæÛBfh5@X~–¯ûÝv½œ-wÛUeó,¶+]-©Ò/ýºæ.õ×<ÿŒörò®	•&E<ÀšN¡°¬qKšæ6‘D¼©4à»ÊcE}1Ë¡•ÌÂé(W€¤ÅgTáÅ²o1{ZQÄØ¹BˆiÆ„cÄ±Ruš«Nˆ¹7ÄH(bÞÊÕzé2ÆÑ\'˜ò§úŸvdb£Æi	ÂcBJFK‰#¯‹T@¸Ñ]¤ÔÑ EPôšê(X¡\0Ø\'h2Í$	{ñå’°\06‰9dZå7\r°<ðºã\Z’áA„\"jx^ël;WÐ·É I,M+I,Ãï´Éðø††K¼Ý–È±Íú„¢’ÌýW(æ¤ûm¬BAÃ5­òÖ¹¬ˆÒídx|á1¨B1ç,A\0°6Jhp)õñÎZgñsÃ\n¯ßFð\riµÓQˆŠêŽÛõX8äø÷Sí´EA8¸Yß>•¨T•ÒvC,È@Qb,@Ð@+axÊç„‚FAÔÏp5Î†êé­#)F#ŒÝv7\"Qh2}gPHÐ°GAc\Zs¼¹Ì#)Ä6ERîSÐ\0•$?/6ºÿA\'k¶í¼¤SgíoN×Ð -|µÃe<îü‹eToÍ«e4xŒSW6ÖƒÏ›ª>ËjÁ£ÌdµÜ®Õ­âð¤µfl‡}›95™g…”Ì9ÙC¯F?¦&þUßiƒÞDgÄ¸ã$UòT	}£}šKy²Dp€Ê#i\"¥^Œ°D’H[H‘0YÀ8Âã Iãñžb¢¼h\"c4©WÉ:±c/Xêý+2Oœù”1<Yø°³SÎˆgÎªÂ‚È©·µé°ç£O8C¯ áPó[fîCà¢Üx\Z¤°Ï4Õ¤ÎÀ úùºÑ¡éÐ´¶Gj…ä~AÊ‰NÙbuÈ±†Ê&R¬f,W–Kyƒ¥Æ´Éd6K4I¥\0a	C’1Wa‰²$ãC3oºÚO?—d’‘”B“LÂ¸Qhã\\Ê6õ«ýÞFtÚGÛ\Z1nØµWÔ½³/»½úÝÌ6ëçýbÿ×Â¡hàZ8è¦Í£ŒVœý¼Èh!áúã<á‚í?“F@¡+©Â  	Í£!`žfi÷Ð-JØ€¤¢Q\nìÐ„³â¬Â%Ðš!	M=™/g@IÌ(S8Ô˜!»«g,íØc&ÐÞ£CÇ¤w­°fÒÚšÆ@²fµjˆ5jRkÑÀBÐ $¸èÔØ‚Ä—kkÆžµf•Y`å–WRŒ1f´­^@p•£Ð*r’;ÊÚ *\npÆ*à(w–Ã²cs\0’0ÏXŽh¾[§}àíaŠÜ\rA;&Â-Ú»–ÂòB4šÌ¨þL)ôœÇýŒs:/¤$ó¦\0°CÄØ=µÔExº»\0 Òj¢}Ã€”ß¯Â9ï¦Ý²Â¤«ea{¶8¤\'¤ûkå¦lÜöÈ-’Üˆ¶u£Ê¤f´ƒ\rH~›msD{D\ZÍ;ƒ%µH\08@­!§&M·LË¢}à­¨jä¶,2cA!P0>†Æ+¸\Z¢õy$Mre†3)bhˆ§»Šõ\nK}… ¢L9ó7Œ†a6Å€ª½–R–¡å¶Õ±àÃøÔ6+‡!5	è’¼ƒ¼©m´Æ§¶µs…$Öˆ€ab9 á4¤S’, è\0%cJmû†©m,Š’n^òElæÊ”6e£M6Å}¸í3mƒµÄdœý÷(Ü>þ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_downloads', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ…“Qnƒ0DïâDÁ„P­ïÐ+X8Å*ØÈë4•w¤Øê´ •f4o>Æ2™€Üô\r„H+.²%–@ª«Òõ\rUØ+{£´;T¦#L]¾lþæ#gsBv‚·Ž;ÕI®¥»ûIXýÔèDÑÞ(‡ü®\\³3­Ò;íÝ+â;¥¥ý’60O)¦÷,È\"BzÉçâF(# ³Bã5BžSÈÕµ@ËºŠ>=`·Í#pm:Þ[SID¥?<>§)üÞûSbŽ%öÏU^6…¦…ô­tÊèÿÅÞ…bK²ÐÞ° Ñ¼5¢þ{€Á”`Ð~\r0RÆiÿÓK:Â0]óCÈØ8>\0ÂB0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_downloads_chunk_0_99', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœíU]oÚ0ý+Q¦í¡8…ªF¨j×1&m“Æöh9‰	Öb;²Ò\nñßk§$8&úÀÃ$‚‚ì{ï=¾¾>Á0„k\nÃ±‚qÅÐÇ0¶†`ì¢[¸Vpý\'¤ðkl} ¨&\n<Ð¢ <_bv5›ƒßK,Iæ=Š´b„k¦B2î‹â›&L\r°*Ÿïh69m±±ÍæÞL¬<-¼¯Íˆ÷³rìMï)ð>ðGÈ¿~é€ø<E„“M)–/è‘(šs¬©àÈò>†Ÿe¶¨ƒ•&)×gfä)ŒÆ¶ÒÎk\r±Ø¿ÀÔ5A_UiÊâD¯L([ocyì$2\'Á´¤Z¡ÕË´9›\Zh£1Ê÷ü?~îóŠÈ\'\"	\\÷ØÛüC\'ãn’´é;Ž\'»–˜«E_þQ_~Þ2¸qì\0Mª–C×eïAË\"•R¤D)Ó\\â¨Ëá¢†‘Ý2Ú‡5É[^Ç\0v©`eAlo¿ƒ]wÑQv.¬—Ý> ÓÁæ¶g\'v°ƒîíàÖÐÁŽgc¯¶ªfvýJ¾éUlàK­KH”g•Ò’5Pö‚—‚r=0[¹HÚ»$mcå«­ù?¾áèÖ|/`<s•¶3Û^Ö„ó·Æí\n[¥»T-&arE’íˆL~ä_Vóà¨V‡­¾hõE«Ï«ÕQp}šVÿ?r²ÓÉ«¸#”vç‘9÷Tãç¹$ù›¦‹ÒlR+«¤P†µù%AŒhlgùM=¸nnŒñÒ¾\0²');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_outlink', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœí“Qrƒ „ïÂ2cÒþÜ¡W`ˆÒ†©@hmÇñîÕF-I/àƒ3Œ»óû°Ë@\'aO9áAž sPjøY4ˆ: @mÛî¤öÂjî¥Ñ¼qÆí*£•@¦ÇGAÇ[ðûPÌK%˜¾5öÑúW#BŸÙEzÇZé/+Ó|@I½Ò^‚Â¿rJ™@°ŸÂFæ!Çž	Y&È …»‘¸N	Ð[®Ýk‚<æ³k‚žè,†ë»”H‘€k£ØÕšJ8\'õ[À$‡_{o!Æs1ÄÚx1Ê=Ã\"ÐÐk#ÆÆü(õÞ	”Z²Ö†EfáõãFS¦€QûSÀDé‡þ3ÚC7¼Æ!àðëÁÄðómbJØJXe´øN×…Ãºð¶®m]Ûº’uÚ÷?ØnZÓ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_outlink_chunk_0_99', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœí”Ýr‚0…ß…û\njx‡¾B&àV3%‰“DiÇñÝ»¨‰A°c/:½Q‡Q²‡==œz4/-Íóéœ&ü¼•œþYÒƒ¥3š4¼‚&A-Á“\ZàF	µNk-·6 ¬ØCš”‚’Ë‘ûß°P”]S´C3»“Ì		LkµùèZãr6Éðã}TÅ6ÂYÖ\n·¨sT\'—nR¨›ú›¯ðÏ±Ê,\"°`ö`†\0Ó1€«8øÏ\"_ö&Á¾WXDîÎpeßÇüçcþ±<,\"‚«À[†~‰ÅJK¶5ºkñ­X\n2Æ2¼Èu½Ñ­Ì›®{‚]·Ñ\ZpB«_Ðõ/ºKËFén½¬k4_=¸ƒ#õèõÁŽ*Çn¼86ÀáDÖ9æ_öÆ¹­¥iÚ¶íD(Fñ›7VÛ	ÞÆ£‹M‹sï—¢—Ág\\ëf\'ãëµõ©-Ó[›”Õiª{!jÆVÜá·j€Ip¼;c,ñì=xÃã96ðv³%y4‡ðá…¸Éã#,<ãæ7Ï¸ù»¸!¯ý¸‘`j0R+ø:%Íÿ&ÊñÜ—ò?');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_sitesearch', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_SiteSearchCategories', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Contents_name_piece', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Contents_piece_name', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicePlugins_plugin', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ…ÑQ‚0à»ô â¿;x‡	C*C!Äîî^H|ÀííOÓ~iZ+C(t	V‡Èê›±¤rPÙ÷-RŒÄ”¤6†ôý«O©ºî…ÿ’ÏµÕ®Ù!	ÇNt2ÐCÏ:Î¤A&\rUý£ÇJT. ×›ËvâÎÄ7:-)@£Ñv°úcÆ¸–‡5?èØÎf´|o¦8wsþï?«~q©8zþí’9²o');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_brands', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ=»\rÀ Dwñ˜_Äy‡ì@¤Ht”È»%Ý{º³¯‚1œT„\næ@õzÝdÀH\Zx!ƒŠ±_ìAÌ&aK~“PvÍ™Äød’–DPò1›æÝ‹ÆÇ£¶S×äT{|Šê¼2*T');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_browserEngines', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ=K€ DïÒÐò1;à0qA$n\\î.•èî½ÌL›Áh&eØ\"Ú\rªy?*¥—×Z®“RgPT–ÁbV±SÂ›Ø8kFÅÍD¼Šâ@^\\P\r³ç”—ÓõO†AëzxK½?î,I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_browsers', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ…M\nÃ …ïâ	ÔQŸËl²\n…žÀBì²ï^˜…&»÷3èÇ‹ ¤2Ä¯ðH;,Ä_ïM„\ZbšEX¡ŠQºjÝ´©šÚÉÃøÖÆ´F\rÕØbL1£?:Çî†SçúM„DÊõá¥—xóÄðÃSïÔ¿t½°,w,¿&Ówd\'#sŒÌñáÆÃiË†#²ŽáÑ^þ\0H…zò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_browserVersions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ•ÑA\nƒ0Ð»ä\0Å™$j~–n\\I¡\'H¡ÁKñîM”ÈXª¶»?óƒ>’\0ƒ©GátÓ5„çkP~D\rÕ´žty+”ïAqEPœ2¯Ù¤¬cf(½Ònm–Á¬\rUi°q0q¨ÝÒ•â\\µå9ý& À4§wyqŠl›ˆ¤’’2rËŸÆ\\X±/ÅþÜÇW¾û#úìá%²ð¹#_-¯\rÿGÔ?÷ïlÞ™¿Sc’‰Œ@òr~ýÂ¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_models', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ=Ë\r1D[A® ÎeÜ=6B+@„[”ÞwMÄÞÞÓÌØŒ^a$Ãý!¡7Ðš¯e%ià’{y–O½–Òß×›¤‚5%e»³1«¸)ñ—¸4kFÅÏÄ•°‹ë£jœ=¯|>6Cÿdô¡‡/2ÆÑ0½');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_os', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ=»\rÀ Dwñ˜_Ä1Aš´©)%b÷à ¤{Owg½Àdû ¡7P•ë®”ÛLèÜÊ<AIÙN¶ f·$¾‰K«fTüJlP	S<(XUãêyåíßý#0èCyŒUn+E');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_osVersions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ…Ž1Ã Eïâ`ƒ‰øœ KÖÎTê)[FÄÝ‹ƒR±DÙÞ÷·áê—ü	õ€‚öòùî”DÐûµfv”7p0Hep4öäGH£9/Âhx± =„¾æôìâØóÆËÿ¦Ù7µÙÃë5xVäI1LŠ:+ú;EÑIQ8ÅI‘ŸÛ¿ûUN');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'DevicesDetection_types', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœM»\r€0Dwñq~(çØ!H‘ÒQFÞ˜D÷žîÎ®`Œ\'á…‚q!z=ÎNrÍ\n9’^\\Œýdb6	Kò“„ò›Ä•ød’¦DPò1›æÕ‹ÆÛ·QûSá0Ôï¢zß *…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goal_days_until_conv', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goal_visits_until_conv', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goals_ItemsCategory', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goals_ItemsCategory_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goals_ItemsName', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goals_ItemsName_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goals_ItemsSku', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Goals_ItemsSku_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_keywordByCampaign', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_keywordBySearchEngine', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_searchEngineByKeyword', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_type', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ}1€ ÿÂ8Ôåþ:KÂß½5ÐXXì±7!7­À¦?ËŽv#ÀÔ|^Õ¤#&ˆf×8v«Ãk–……˜„‹¬:©ßøÄÁ×÷Oç‹Öyà˜àWï§^¦~Ø]øÚ_ÂÈeØí½?ŠG*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_urlBySocialNetwork', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_urlByWebsite', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ5ŒÍÃ ƒß…{Qk·:O“Q*Eb¢\Zû9 Þ}ÊF–?%¶U0Ã° L0‰o1*ðæUÂðÉuˆ«<mÞ6	‘÷½Ø$ïhC¾¸®Sw¯<),¤Û‚óqQ¹ë¬©¹ÿ.?oZeŒ¨í?à¨µ/¤1œ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ5MAƒ ûwEµ†?ôqÊ˜BÛÃßÛ­zÈ$»›d5ŠƒP	b–`zŸ;¥1œbAIÁ¼¾YÏ~NÙƒÝsŽ	œ¿’i>á¹6vu¹\rÛæŒÕ1¦Ö»·mMxp¦¨Gð@z$±(zâ Ï\rA\\&rMÇmþs¥¨F‡R©àªjeª~áY9');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Resolution_configuration', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÅ’»Â0Eÿ%_`;Ï:#,‰¹H•º±Tªúï$„ M!b;×îãÈvÏ–çÁ÷,3t<ßY³ûëmþÎhX\\G¿Û{ì&ÂŒ±Ç#SbŠ,S`ý]ê<ßP©ƒ6‚\nÁ‹ÑÏÙ7/ñ7=ÏKüð1\Zl	>Ú^—\r,³kwÔfJÛ¦:™îwµ4“3ª\"Š…(ÖD1‹æº)êÛžò+ÏÓÙ#9˜,•¥Úúmmýé0^ë\'DÕ6TõÕú£ìÊ±®ÚîjSuå©’¢¶Áê6×ú©þúÌ¶¨z‹:€ÉüIsy\0\n–3!');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Resolution_resolution', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ½‘Kƒ0Dï’ø“æ½•º@bÇ&âîuhƒÜJ ²énfœ8O“A‚,£@?7ÑÉ2kì¦áþ˜\\?K‡”¡$×‚\Z¡8ªšŒfÕ¤:m¦{M¶þ=	Õ5^\r¢¯6šsi×k}fe­‹o-8‡KŽÞ@¢Ä¹ëoÆ6&&?ç£S¾Nwt!ÛÙ\0zÓ\"û£1™ÂEJþ’àè¯ÙÔjäÆ¨À™®úSÂ¤Jüàûß7¯O­Ñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'UserCountry_city', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ5Œ»	À0DwÑþŸvÈ¤0¸si¼{t†Oœ¤Ç5x¬§\rñk\"CF{Þ!:á ¢Þ¨F`æÂKäpF2;@B¦ŸIH…Öùu\\ÇÛìjV»6KnÝûðÆ%@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'UserCountry_country', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÅK\nÄ †ï’hêï0w°P†Bw2Pï>Ê`›Ei—³û!ùHÂ„²BÅtŠ€’aA[š—bƒÞ3Åº\rÒ]³Ð“ÔágT7FVäNäþÈk¿ Pjßù\ZÁ-Ù\'2/ÈÂ kCÎ_¢µ†í`3 ËÆ	<~Æã\'¼}ÿËãêÐzÌ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'UserCountry_region', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœ5Œ»	À0DwÑþŸvÈ¤0¸si¼{t†Oœ¤Ç5x¬§\rñk\"CF{Þ!:á ¢Þ¨F`æÂKäpF2;@B¦ŸIH…Öùu\\ÇÛìjV»6KnÝûðÆ%@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'UserId_users', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'UserLanguage_language', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÅK\nÃ0Dï¢}ÁVüÁã;ô„Ý˜@Àøîµ)nµhIwÝ½ôPÂ„²BÅô†€’aA[š—bƒŽƒâ\nÝ‚éÎ,x’žAõ`ÄÀŠÞ‰Þ¿úÚ/$(”Úw^GñÝ¬ñr¿Üæ?Éñr{r^È…!×ÞëüG»6a;ôÈ²qÂÏëó|Ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÓ±\nÃ àw:xwjÒsëÒ-c×b!ƒ:ÔB‡w¯R/Ûâ‡¿IÐËœÅÆ$¼’¹ˆ3¥Ç8™X;1×ñ9¾ÒtÆÏ-—ü.&f¡ß¦gâ’ëQ+sM‡uá?Êb,ØBû\ni\nn»¯°¦ÐFÁ}Åi\nëŠ×NQÐ^W:M	t¥×”:}.ç¦âÄô€N/¶Ë\\3z`«¿\nÛ®™Â¨ÝáP§\\KLG¤vë?EBàp ?Ø.s½¢‹&-_Z/Ž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'VisitorInterest_pageGap', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÑ1\nÃ0Ð»:\n,ÙNÒï­è\\è`È–1äîÕð`¬n_–ü©BÎ†P*âçÚëç»S9¬CÂB¥A­P¢r5ˆÍÚoK±¼ï‡©¢¬¢cE=%rì+ÑS§N	c%yJæì+ÙS^}e™*	´±½ë”±,vë?V³¹Nf\rþ¡žž£òÐ—ç\\??ÅŠ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'VisitorInterest_timeGap', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîÕH!µ½}ëaý*ØH™Î`Ø7 u~V*\"HX…Êó£‚*ÇõÇ>î)”×yñŸñ¬ÊáêÈ½c-\'(§\'TJ¾—]!½‡b\Z}Î„-vHCKr…cÏŸRKrÅ[ê¨ilI®ðÔ#åª”A®°æÊî©©Yy}Ø³UÔñ’‚Ê£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÓ;\nÃ0à»:\n$Ù²yëz‡:²e¹{µ2É›üàC¶/JEU±/š¯‚õØU4mË÷·¥¾ÛJ\" ÔWe‘¦’ú¹*Ù^ÔÃªÜ?×„«0ðMÉÏ\nGJ†+9R\n”›‚ÏJ‰¹)ô¬H¤T¨q/5R\Z´Xi‘2Á+“«M3ÐÀõÎ.c5	°Äùùµš+@~„«=¸ý‘ü7;ðågÙšb¤¿#éü{ó‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'VisitTime_localTime', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœÅ–An„0EïÂ	°„Äs‡ÞJ]Œ4»Y\"î^HÂLT5Ÿ²°º²‰‡ù_Žyò¬ìt¹ëx›UŽ$éòT¯Ãcþüz·ýð®T#×(GL5q5ú\ZCSŽëþ³Žº¬û»ÇA_”lDŠ²¨@Q±uPÔÙˆz(êmD\r6¢lD#}*éË§“s*ýÎeËYöCq‘+c™†¦â··½•þ½7½òßÜ¥3wéÌÝ+ÿiî(øæ<4çØa¾‘àárÃ‰šŽHÓ×t$ö:\"GGdËÅ_ì	\"a1Ç¸®®¹Ø˜£”®M!bsò_³„¹JF`%LV2B+!¶–‹–9¡‡š\Zäpôtñ60†ÉˆÃ„@œË6²ˆ°¹l³3a|²>/ˆlµ!ž¬ˆF;\"ã%‘M¶Äõ´šB©');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'VisitTime_serverTime', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 'xœµ–An„0Eï’ð8	ž;ôTêb¤Ù±DÜ½@’UÅL^ÙJÏ2ñ“På)Ãcß’Q–YXÜkúüz¹Ç¾øÔH5úÇš„\Z¹ÆXc:âº¿a’A–u?ûÑ®¡°’\n%¨W¡Þ\ZTh°²\nehT¡ÑšTh²fšm £\nm Ð•+\'ÝHÉÈJÐµ#/AŒÌ]M(nšâ¨XùÌý–Ó–GWj8v†b´²ÃÅ4³qÈÅÇs(£ÙÎüY›n0ðYºÚÐjûÉ—Ö6¸[ÿGYºã`$9è–C:»Á]7b÷¥®Ú‘[;üvÚ‡®!ôFCtÂÈ…Ðe#’nC2²!é6$¼1¨|5¨åbÔA¥Ìý ÷€nþäŒ”Iº2ÉD™ë7j2o');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_actions', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœ•”QOƒ0€ÿJÃ0…Â˜åÑÄÄ˜,ÆèƒO¤“º5%m\'š¹ÿnRn’¸òõú%Ü£!ÝŠ3FÉðcº×4¡AÉÖ¼2Mã%\rÐÕ5º©‹6Jp¤a%ºç-S…F·èÝÉ–+^ õz’» 4²wo¿@2w– Ûô!\r°ÃIƒ([¹±»º ÞU¹ÏknZ©^™]ÆØ^.ˆ¬s½Î·Âè¼f{DÛÜað­õßÙ:ˆ½Ÿ€à¥¹zãÊ3QJz­xJëöV	°šÉÕ1ƒÔ“\'£X­_\0…qÜ[-¦¬ î½Rà5›¯£³ùS	p+d•7J>s­E½ñìr±ìXMo\Z<]nïy\"wÇ¶g°#çgY5%7BÖGõ0ï<ÞÔWù„3ÄVS¢¿QgÈ:/%+Îì@>£Îðß‡s¼øb›9õ?Á— ˆ0`wGÜÃ ñÁÁ\ræ&T_ø\rÛØÒ¦äyÃÌ¶›L¶êþ=˜l^7U‡/Ï#‘Ð');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_actions_url', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœ”Žƒ EïÂªB­Ýñ½¡•nIQ\ZÀí&Mï¾P„Rcw×™8ß?3#ƒ\nnÊ–IA75 Éö\\¢Ö\04žQ+\0»Uù•Òú—2Up»óq›jÈŒ=µ¢çtàöª´sìœÒÙ»ZÃžž„5ô*ìi&ò•‚A/†YÎ€{\\®Jw¡(bßˆêÅpýÅõƒd…âiÖK4Q7ÁÔLLMeœK*“XÞišÅj6˜c„)Ëµ‡Ù,Á<•N“á<“éÜëT,½Ua’!uª§­Ü1|°ífëd/ÍõÏ[&¼¹d*ï\\SùùíêAõÉ­PCl­÷˜¹V„6œcæ’ÝÛ\\ðÒäj R±î÷&O¢€ðÒä)·›wv–q_øcšE\\Æ Ž NcZ?‚»¿1?òÁð¨dÇ5µ¤Æ2mÑôÅNÖ^Åáh•eRó+ÓY¹ãã¹ð¿çD‚åýc/dï');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_actions_url_chunk_0_99', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœ”’‚ †ïÂA³Å;t‡’6&…hk¦éî˜ìsÓm›qôÁÇÏ7æƒ³œÝ%ËkËr‚K†ø0€kÎèøP`v·ÌOv|\':äÙ5C™T­¸¡Z2R‡\0p¥Z‡\0É(ùá€Ó¤Þ†õ7?êsí¥oœìE£„»jszn‡WØÿBA¼ˆÚ5Géls•îøBûì=Óz©þN‹¿½Jàe…ù&1¤¢ƒV1§õ\'«X-dEf”Zb*àäWö\0(Œ‹Áj=gñäU¯Å¼HfË»RàÖê¾9½ÖJõ™ØÍzYJæ_ž!;y¾ÉŽìhûvâ¼×ý¹Njõò=,;O\r_ùŒ3Ä¶s¢¿IghÕtš·ÿì@>“ÎHóã>IÌøf®ÒŸà‹PØÝ„À5,ÊT<Âaÿbº˜xÂPÌÐÑ¹³eY¶?8íxgÄ•›Ö®ü»É.§,®çÆãá¿¡†~');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_downloads', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_outlink', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_sitesearch', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_SiteSearchCategories', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Contents_name_piece', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Contents_piece_name', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicePlugins_plugin', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_brands', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_browserEngines', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬Ál§œÌ¼l%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ôx*ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_browsers', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœM;\n€@ï’ìÇûRÚXy‡Ûm¹äî\ZDI73AÄ¨,ÈŒŽÔä¼\ZqGíqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÁª7\'G)Š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_browserVersions', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœM»\r€0Dwñ\0(&„Ï¹¤¡b#QDJ—2ÊîÈÝ»w:[Á(Nþƒ%#€’g\"É˜AÛ*ì¹s$|+qãÞ°·¼¼á¦ÆÆO¿¯íƒÂ¡Ôvs—Z/*¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_models', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœMË	€0D[‘­ ñ‹³=ØCÔ AQ1ÞBz—E”½½y3)À°CõAÑ€67ú8Â¶ ^üî¯0³ë}œÄV:.Wšû7	µ*\Zå[å»ßgyp0HY6Îù¼Ö/f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_os', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2Jáž~JÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0a÷)î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_osVersions', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœM1€ EïÒPQ¿\'pau®‰	#áîŠFÓíý÷ó[£e8Qø\"ZÅ*zœ…¤\"€ö-	;’¾ƒxðdØ[Žox³)ãƒñëïûø ph}ÜLÒûÑì*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'DevicesDetection_types', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J””¬3­!lCÛ‰mŒÌ¶DÒ`‚$aŠ$n†$n¯Ùhe`U]2ÓÏº¶\0ð©).');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goal_days_until_conv', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goal_visits_until_conv', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goals_ItemsCategory', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goals_ItemsCategory_Cart', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goals_ItemsName', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goals_ItemsName_Cart', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goals_ItemsSku', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Goals_ItemsSku_Cart', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Referrers_keywordByCampaign', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Referrers_keywordBySearchEngine', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Referrers_searchEngineByKeyword', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Referrers_type', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Referrers_urlBySocialNetwork', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Referrers_urlByWebsite', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Resolution_configuration', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœM±\n€0Dÿ%_¨U{]téê\\ÁApë\"”þ»TQ²½{Ç%‚|€5¢ýÀ#\'8Ð·ý$M´.AçIÅ7|	Lz@j’ÊáÖ²Ã3èLáŒï~_ê‡F.õfÐRn¨ü-0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Resolution_resolution', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœMÍÍ\r€ †á]˜ ÿøºƒ;`â„ÒÝ¦··OSH`´’„ðED«˜áJ:Îâ¤vp=]L9ÉànÜm´7lÇwx&³˜/Æ×ßuü@h:ÞÜEõ6È+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'UserCountry_city', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'UserCountry_country', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœMK\n€0ï’ôc•¾ÜÁ;DpQè®¸*¹»Q²›™‰ b6ä*æ@u9ÎN<@× nˆDP4NŽ³çúJ0YÜP\\_]ßþ®öA0Õnî¬zR¯)ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'UserCountry_region', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'UserId_users', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'UserLanguage_language', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬ÁìÔ<ÝÒb%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ðá*ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'VisitorInterest_pageGap', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'VisitorInterest_timeGap', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'VisitTime_localTime', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœµÖ1ƒ0DÑ»øÌ\Z^î;)%âîÁŠd¨¦ZgùTOÜj_F¯úÁãqÈ¾Ìž<LÃó5…~[ŽŽ2­ÌxÌ\\u™©Ì¦Ìö3×í¯|Y·wÇâš¨Ñ¨i¢‘F£&ZÓh­‰&\ZMšhC£&ÚÒh«‰v4Úi¢™F³&\nNT&Ý $R	œ%ˆ\\‡	\"™Ài‚È&pœ Ò	œ\'ˆ|\n\"¡À‰‚È(p¤ RÊ¸R&RÊ˜R³›Ã~‡š°_mÎs¼žóþ£ÚoçƒtÙ7—}ûÝÿü´›–H2ã’™D²õ\rígä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'VisitTime_serverTime', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦ZgùTOÜ\Z_F¯ûÁÃqÈ¾Ì½š†çkªúm9:Ê´2Ã1s94eÆ2S™íg®Û?^û²nï>ŽÅÿ(4Q£QÓDM´¡ÑF4\Z5ÑD£Imi´ÕD;\Zí4ÑL£Y\'	*“nP©ÎD.Ã‘Là4Ad8NéÎD>‘PàDAd8R)e\\))e\\)SÝn.O»R³Ã+ì·©ó®ç¼ÿ¨÷‹Èù ^öé²o¿ûŸŸÅ3‰bë^©*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_actions', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœ•”QOƒ0€ÿJÃ0…ÂæÊ£‰‰1YŒÑŸH\'uk„–´hæþ»-H½m Ž„À•¯×/äîéNPœ3J†—Ó¡*¶âU”š^Ò]]£YnÕ‚ô ,«Ð=o™.\rz¼EŸèNµ\\ó­>Ð“ÚF¹ ‰»cx‡’û³%Ø¥i„=Nb$ùÒ?ˆ{¸ÕÌ¶.¬¨y!¹m•~õfn_`wù qÎrUl„5E+ìæ„v¹ãè;[-äïÙ:ˆ½ÿeÀËpýÆu`3Òk¥cZ?p°Ê€ÕD®Ž¤¦˜9p²šIó(Œ³Þj6fñà5^“ù:j0›>•\0·RÕE£Õ37FÈõÉ¿%É˜áé¦¾búÜÁó[À 8Ø=«º©¸Jžaw¸iÒb£vÇÀA(YTŠ•ÿì@>=¾çðÅµí<”… H0`\'	Ü“Â ÁÞægQ_â\r[»\"¶âEÃì¦›A®¾ÎA.¯ŸûýCw@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_actions_url', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœ…“Žƒ \0ÿâ*ÂÙ¦ëúB+½’\"4€ç%Mÿ~P…R£WuãŽ»£°*¸@\r’‚Ü-ÔPHvä²h,`(úkÑÀþ¬Â™Ò„—ƒ*¸9„ñ7Õ\nÛwÔ‰ŽSÅÝ ¯ØzÒ—÷½Ô‘^„³tî2ƒB§±@\'Ô,gÁ?Fä\"Bì÷Tg*–›nž&›ý–›¯%›ÈM2u&SS_%µI.kÌ.Sq†){Ž2ÕAf»$ó\"\']¦óJ¦ï®S³$´Ja’)µº£7£OÜZ¡¾ãz¼$5gÅ¸¶$S›#‡D«5àMè¤»›äNhõY(gW„rdQh¼me­¨Ô¬ý+\'hTxÛÊ)w˜ïß,ã—y?MF1ˆƒ†Ó0ÖÏà.,öXð¬eË\rí¤Ö1ãŠé]œ»Y(ËÓÙiÇ¤á3­ÝøÏ-ûkÞW\"cÉÇi¨_¡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_actions_url_chunk_0_99', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœ•”\rŽƒ FïÂ*JmwÇ;ô\n†Vº%Uh€n›4½û‚vluLŒ>>^ˆ‡nòÊBž¿1 | _–nJ -ßŠ–xv$“ªWRI(ª€î4Àª Ñ„œå¸(ªMx0ÿð£>×ž»ÚÉNÔJ¸‹6ÇÇrtAýŠÂ‹¨m}ÎÖé/´ÏÎÉ#­“êç´â×_ yYa>…IÌûŠ\rZË)­o8Y•Èj&«g¢Ô³FNÎpe÷ˆ¢´¬VSVO^kä5›×SÑl~U†Ü\ZÝÕ\'£wÂZ©>^ö–S†¯“†?fÈNžÏØ&QqÙítwj…“ZýÃn<iÖc“vÏÀ¨´ª[Í›?ö\0¢£Ï¨Ò÷¸NA_|Û®Óoá‹wT¸‹ÏYâ¢LÅ=ýã7ÈÙôg	£@Î,dÙnï´ã­n\Z»ð{“Y?3œ÷»ýŠryˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_downloads', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_outlink', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_sitesearch', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_SiteSearchCategories', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Contents_name_piece', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Contents_piece_name', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicePlugins_plugin', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_brands', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_browserEngines', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬Ál§œÌ¼l%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ôx*ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_browsers', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœM;\n€@ï’ìÇûRÚXy‡Ûm¹äî\ZDI73AÄ¨,ÈŒŽÔä¼\ZqGíqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÁª7\'G)Š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_browserVersions', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœM»\r€0Dwñ\0(&„Ï¹¤¡b#QDJ—2ÊîÈÝ»w:[Á(Nþƒ%#€’g\"É˜AÛ*ì¹s$|+qãÞ°·¼¼á¦ÆÆO¿¯íƒÂ¡Ôvs—Z/*¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_models', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœMË	€0D[‘­ ñ‹³=ØCÔ AQ1ÞBz—E”½½y3)À°CõAÑ€67ú8Â¶ ^üî¯0³ë}œÄV:.Wšû7	µ*\Zå[å»ßgyp0HY6Îù¼Ö/f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_os', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2Jáž~JÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0a÷)î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_osVersions', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœM1€ EïÒPQ¿\'pau®‰	#áîŠFÓíý÷ó[£e8Qø\"ZÅ*zœ…¤\"€ö-	;’¾ƒxðdØ[Žox³)ãƒñëïûø ph}ÜLÒûÑì*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'DevicesDetection_types', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J””¬3­!lCÛ‰mŒÌ¶DÒ`‚$aŠ$n†$n¯Ùhe`U]2ÓÏº¶\0ð©).');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goal_days_until_conv', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goal_visits_until_conv', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goals_ItemsCategory', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goals_ItemsCategory_Cart', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goals_ItemsName', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goals_ItemsName_Cart', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goals_ItemsSku', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Goals_ItemsSku_Cart', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Referrers_keywordByCampaign', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Referrers_keywordBySearchEngine', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Referrers_searchEngineByKeyword', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Referrers_type', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Referrers_urlBySocialNetwork', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Referrers_urlByWebsite', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Resolution_configuration', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœM±\n€0Dÿ%_¨U{]téê\\ÁApë\"”þ»TQ²½{Ç%‚|€5¢ýÀ#\'8Ð·ý$M´.AçIÅ7|	Lz@j’ÊáÖ²Ã3èLáŒï~_ê‡F.õfÐRn¨ü-0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Resolution_resolution', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœMÍÍ\r€ †á]˜ ÿøºƒ;`â„ÒÝ¦··OSH`´’„ðED«˜áJ:Îâ¤vp=]L9ÉànÜm´7lÇwx&³˜/Æ×ßuü@h:ÞÜEõ6È+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'UserCountry_city', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'UserCountry_country', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœMK\n€0ï’ôc•¾ÜÁ;DpQè®¸*¹»Q²›™‰ b6ä*æ@u9ÎN<@× nˆDP4NŽ³çúJ0YÜP\\_]ßþ®öA0Õnî¬zR¯)ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'UserCountry_region', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'UserId_users', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'UserLanguage_language', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬ÁìÔ<ÝÒb%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ðá*ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'VisitorInterest_pageGap', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'VisitorInterest_timeGap', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'VisitTime_localTime', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœµÖ1ƒ0DÑ»øÌ\Z^î;8R\n$:JÄÝ#‚I(’I5Õ:‹È§zrqk}¼‹Çó}]<y˜Ëý1‡q_NŽ:­ÎxÎ\\m©Î®Îþ5·ýŠ7¾nû»·sñ;\nMÔhÔ4ÑH£Qmi´ÕD&M´£ÑNíi´×D\Z4ÑL£Y\'	*“þ $R	œ%ˆ\\‡	\"™Ài‚È&pœ Ò	œ\'ˆ|\n\"¡À‰‚È(p¤ RÊ¸R&RÊ¸R¦º;1¥7fÇÕmqxÀq£úœãõœÍqù<H—}wÙ÷ïý×Oã’™D²í	‹%ä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'VisitTime_serverTime', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁ¤(C5Õ:‹È§zòàÖø2zÝŽCöeöèÕ4<_SÕoËÑQ¦•Ž™Ë¡)3–™Êl?sÝþaðÚ—u{÷q,þG¡‰\Zš&\Zh4h¢\r6šh¤Ñ¨‰&\ZMšhK£­&ÚÑh§‰f\ZÍš(8IP™tƒ’H%p– r	&ˆd§	\"›Àq‚H\'pž ò	(ˆ„\'\n\"£À‘‚H)ãJ™H)ãJ™êîtsy)e\\)Û•š^a¿Äçp=çýG½ßÎñ²O—}ûÝÿ~ÖúÎÍ*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_actions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ­”ËŽÚ0F_%ÊD¾Æ$¬ªjªV•Xô²Ž<àB4¹ Ø”J”w¯ÇŒ\rdF]Dá÷|ù|âÃs”ŸÊ,yŽÇä\'™Ó<®ø³¨â¥ÌIšÇÑç¶ÑwÅ·e³þF?E_šÍAª®2úÑ*^EßÄ‘wýü\Z/ËéëŽw³@Ì31³\nt9Ìc`âºZ®Ì\rë›^ÕûËC]¨²E#Ô±í^—^†IJ\00ÒÄÍs±+•,Ž¥ÚyiÝMâK[]6¡6\00´õ!þ\'¼%Ê²!D.)ºß¢»dHÂR6`‘Ö¶TÔ¡ºê	L§ý,ÔU\'Ó!Ã&ÕñFþršÀbH¡4DåÆ-s¸ü>Àì®–ÌOa2ìŠ¶M[û®])õuÉ¦	¤‹>‹QˆÐHs¢±Ûr»ABÙÄaiƒYšÐÅ\ræu[ï+¡Ê¶¹dQB|À|ýÐMf¯[w380ž^^ËÜ6EÕòÍTHÐóâ¤GÊ«óâµAìŸ/„²þTC6Ôâ~Èœ]Löƒ1þwQ:ŒÈÂè§ˆ;P;œg¸NÃ1Ùó­~KU‰bÏÕ®·˜^~£ÄÎÆ\\«±Ü\ZÓ×†¤ÆO›Ãš›D·|Ðo“T¼Y‹Ù®„î…ÆEãJDÿÇ–“ßæØÒÿõßaK\'tÓ– Y08×–è‘-AFØ$Œ¥slIÓù¶Dsl™Í±%a3m9}·o°åd“[¶\\=Rä*Dr×C:Ï‹a:7¤{¸oÀ»gàÚ€À;öïã>¾öVŽ¨ +*8KTT/¿Û%£²Îÿ\0Ô©Œ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_actions_url', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ}”\rŽƒ …ïâ¨Ã¶x‡½‚¡•nMU\Z ÛMšÞ}™ªÔª]d™/ÀCI÷Z¦…’,¹¼;)dÒ¨½n’ÂI*“ë9)jICã¡G3þ,-p}`hñ…“ÉÄ]ÛÒ×­.;íoÆ†œ•’q¬\nvûòT{WÞjšé°\\Ÿ£­»Ùœ“a8%iø’Q¤~×D@èn×‹Ä„Æiû£-Â’±-Òð5šQ7Àˆ	Ì85²ìD,YÞ4Œ\04ùÅ[Õ¹c“àN?@´l\ríµn€Ë\'p¯É¸Uy,ñ–*Þ«(›\0V¦-/Ö´su÷˜{Æè\ZØ\\—¨Oñæ’¡¼Èy,!Wµ‚ˆ-_G=˜öÒh_›Q)áþEê? N%ñ¸au¡¥„±×5¨¦+£ªþÔSN?\Z\"\n{¸7CÄ¹‘\nØÒEC\'ïÐª˜6¼MáéígHóÃÓéÅ#Dá¥\0|(0ûÑ4•¶åÕ6¥óÊúdØã“÷\'7›ÃÑ¯\Z«oÊVŽ„]Ù\\Ï|S}Q(?Øs¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_actions_url_chunk_0_99', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœí—íŽ¢0†ï…ÿý.Ô{ð#8’E˜\0îL2ñÞ·-EŠÔYÝd“ù¡ÐúrúÚzÏI_¹@›F@ÄˆðÕØ$_n_ Â+’×¬ð¤–	/ÈË4ûô6êá\\`ù‚—«š êF¸š*¾ð€’chÐf«.X^ä¬ŒÛœŽq›³¸ÌÚªþÕ/}F\0P$”¯ñ!o›ø#o3µŒM¼>Ú1/mÑ€@M‹’Oû’(Š:5|5Yý;«{\rñ9ã-b³5ŠWÔp5‰|ÈÆõS\rö!¦†žÚ:)›½	„\n1›+S>øâ†¯y<À‡Ugs&ÝªØð–VÇø½®vYÓäå[¯e>¤¡Öbds8HúD—ØƒOklàS>úÜZµÔ§á‚ç]u|/²6¯Ê^‹|‚àŠçéC‹žg±åÞEÐîÙâãñÇ;x®Ê¸¨’tHÐ|1Ô—“|™Eƒxž/3ŠtVCÞ…ÅzÔ“€é\"üºˆuC4˜‘Os@‡ÁYqFCJ?zª5ˆ¼=´í{#‚`·o«6)êì#©ÓÆ—Ûœ~‡ê˜½4mò&Ï>ÐarÎgO³JF‡”Ûé‡é*ý ùB—IE?DÃÇðo$–ÿæçù\rþ¢Eþ?äÐ•h ¢+ü>çÌ…”¹ó¹ð/rááŽü÷öþ|Xâßv\rz[›;VÝÍHgwgÊ¬î®·™v3¦L³>¿¬3ÙÖ@4Ñ—ÐÃø\Zz^%xN;uûSdéi—¨¯›/‰<É¤r—]#	«UA- 	_#	És²Gž0ÊÎ&Ts©¿q`R*À:Šúºò¹’NƒV	Ô›y.}”‰ðôvþtºórcMÞís9³fÈÔ.zZný”Qgá[4¡:ùLx(ñ¾*Ò¬Ž%Db™§u«3ZC‰#Mz˜¨Ê¦Ã‰N¤6(hŽ~(ÏÅ¬˜&mž­½ûBTOçBò\0Š¬4s©ÐœEÈ\nEÐÃiŠ„Ô‰\"Ä\"kÝR¡û¶;H‚ÖHò¬Ž-º]»ƒ1V«OmÔô9äBŸÙéßõgQŸËH%+ëZ1ùÆX×†õEÕ7.ä\"Ô\\S ô„\Zâß(n Üé	ö~jšŸšæ§¦ù/j\ZÂî­i4`]¼œÿ\0BªPè');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_downloads', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_outlink', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_sitesearch', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_SiteSearchCategories', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Contents_name_piece', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Contents_piece_name', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicePlugins_plugin', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ…ÐA‚0Ð»Ì	\nEÔß;x‡\nEFŠ Eˆ!ÜÝnHX`»ûù™y™ŒÆC(\r¹…‹Ã	dõÝXR9¨èº†\r)Fê‹$I­ŒÄ,>IuÛŠÿÏ•Õ®Þ9âØIƒNzêIÇd$¨/«’+YP¹‚Þ.š‘[¿è´\ZŒ¶½Õ_3Äµ<¬ùEÇv2ƒåG=Æ¹s˜KA3¿Ênv­)9úþõv²8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_brands', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœMÍ»\rÀ Ð]<ÿˆóÙÁ‘R ÑQ\"v%J÷NþœÀ¢ø½!‚ª\\w%n0 â;iA^í~öÛi9ï`4„í ŽÓäÒZK{âÔÇw1´Cf]úõä1 …)z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_browserEngines', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœMÍÁ\r€ Ð]:PÀð¹9€;`âH¼x$ì.…h¼½Ÿþ¶	\Z5CÅ~Po8PIûQ(¯%_\'ÅÝ³±ØüÌÓ~8Ì $Øi+vÝ2~Ôüœñòm4ù‘ P›\\ÝbkJ†+o');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_browsers', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœMÍ=€ à»ôü£‹“w¨‰	#áîRˆÆí{ékËÐh*1ì‹ˆVáA…¯»Pª0 ý ”¡GÐ +6?Ûå0WPÜ²ûa2aÖÂšñömtùÁPh]®ž©÷zq*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_browserVersions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ•Ž1\n€0Eï’HÓÚª¿£‹“w¨à ¸9–Þ]«Tâ âöóÂO^€F\\ |€)¡CÜ`Ak˜æ•ü†Ôž\rWŠü>ƒ8g-²‘¹»†³P‹…Ü	ÞÜ<å\n1å›cß~îá§…Ÿ~öÍ¯.~æ(8÷Ç0í ÏSý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_models', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœMÍ[\nƒ0Ð­È¬ MñÎÜCZƒ„ŠŠñ/dïíÿÎåÎÃC#G(ö°zä„4ûw˜‰´ñ–°ÇO3†ô=Ö8BK²bó°­v§û\Z”„¶ºw[qç˜«¿î\"?<r‘«—òÌ/ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_os', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœMÍ;€ Ð»ì	ø‰a8\r­5&$t”„»Ë²ÑØ½Éì\'C£¨˜a_ô†\rTóuWŠm6t‰bžIƒ,ÛülÅ~9HPœØ±79eü\ZóÒöþmþ‘¡Ð_MqŒµî*k');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_osVersions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ…Ž1€ EïÒP@ŒŸ¸°:câ@ÂæH¸»\"Át1n¯/iû\"4J‚òfÀ‚rbå¸™ü	ÚÖàY‘Oà[0H7Ö‚ä¥Ï‚íÌ\'áX˜__Û‡…RÛÍ0Ä‹:u,êìWuæ.rNô©¿¾zPžS—');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'DevicesDetection_types', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœMÍK\nÀ Ð»äþjqr‡Þ!….w.Å»×(-îdf\"°h†þCB«8@Eî§×!Cœa—½ÚmöËq:m…°ÔÇ°¹8cq]œúü]Z×Õ‹{C/)«');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goal_days_until_conv', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goal_visits_until_conv', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goals_ItemsCategory', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goals_ItemsCategory_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goals_ItemsName', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goals_ItemsName_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goals_ItemsSku', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Goals_ItemsSku_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Referrers_keywordByCampaign', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Referrers_keywordBySearchEngine', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Referrers_searchEngineByKeyword', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Referrers_type', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ5ŒÁ\rÀ wÉPZ*œºC*õÄ\'ÊîÅ}œÉç\"FEPCú‚Ñq@šÝOíS‘(Z\'i²­$™Y”ËŠ}qPÊyÕÔÏÏpþ0çúR÷×#â');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Referrers_urlBySocialNetwork', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Referrers_urlByWebsite', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Resolution_configuration', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ­;Ã DïÂ	–ß\Zeš¤q›šH),¹sƒ„¸{Œ-šXéÞÌûD€FšA>|aDZa!–ðz/Â¯[x>&»{©ÅA‘ð3dAÈÂªa}°Ùy<Â~Á4»±†PÌ%qsj89—„”Ë«S-úL­æèØt˜Ê_¦²šÖž›þÚS]{šÓÓE¦žý¿fþ\0¬ƒL');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Resolution_resolution', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ­;Ã ï²\'X>^ðã¹‘RXrç	q÷€-š éf‡ßˆƒ¼CüÂŠ|`íñùÚ)ð ¥=\'§™ÂU•ªª±Ø\\lO^¯á<`‡…¥²i‘6É°Ë}¸´7\"¹´[]Ì#É‹½Q¨~ª^Ø½~Þ§§}ä™“ðü^yWK|õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'UserCountry_city', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ5Œ»\rÀ Dwñ>ç²ƒ#¥@¢£DÞ=vDŠÓ]ñî	\"VG`AúGÃš( !÷3ˆ\'ˆ¸#Z’åØí©ÞýØ‘ ìpq°Öøåü(u˜r©.V}lI$i');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'UserCountry_country', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœŽM\n€ Fï2\'p4>ïÐZí$Ä»ç$†›¢Ýûæ÷h¤\rÊ˜R„íaYwò±ŒÐÉoà¤…uÇ¦²½yªAI*Â¶°)ÎIrµÃÂã³‘åG€BÊrun…O·óìÜ¸sãÎßÜ¸¹µú_³|CRR');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'UserCountry_region', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ5Œ»\rÀ Dwñ>ç²ƒ#¥@¢£DÞ=vDŠÓ]ñî	\"VG`AúGÃš( !÷3ˆ\'ˆ¸#Z’åØí©ÞýØ‘ ìpq°Öøåü(u˜r©.V}lI$i');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'UserId_users', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'UserLanguage_language', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœ•ŽM\n€ …ï2ûÀŸ4|Þ¡;´¤x÷”0fã¢Ý÷žÎÌ  ;8äŠaÛ#ùT¿Ð}“? k ÙX1ÖœÝD3{0¬·¬_¾¾´¹´k/Æf•÷sº“SLN193’›»œ®ÖþÑ+gSU');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœÓ»\nÃ0Ð1tX’©¼ué–±kq!ƒ!th\nBþ½îÈZÙ.6>q½ÌElÊÂk ™\'ñbÆüF“&Á(æ:<‡Wïýð¹•©¼\'“ŠÐïR™´ÁúÔÊ\\§~=ø²v£Ø}…4u…5…€tÅi\nëŠ×n£à¾4Åƒ×g‰š èJ§)¢®œ›ŠÓ:Áv™kF| yØ.pÍŒŽ@í‡ºåZb:\"µ{\\ÿ)‡#kj—¹ÅÁŸè¢IËü‘/†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'VisitorInterest_pageGap', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœÑ1\nÃ0Ð»:\n,ÉNRyëz:²e¹{µ2ÿnß²ýø æ’|ïžjs;ƒú¾yqZÛç»RÝâ†„…jw“8)Õ£»ÄÛøÉêûe½(é^Q¤V)™óE‘{%#¥pÁ]\nR&ž±2\r•ì´°$ÌÌC&²Ä®3vèÖ?ú<‘£òÐrŽúÚÅ‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'VisitorInterest_timeGap', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äîÕh!‰½}	û!©BÛ)á†mÅ\0Zêû³PYAÂ*Tf˜—\n2*ûõÇþÝS(¯£qÍxVåðëÈ¹c-\'(§\'Ü:	”|/ë€â-4úb&l±C\ZZ’+ÿfÒs)µ$WüJ3-Éžz¤|+e+¬¹‡šš\'Ï¢{¶¤ý†LÊ›');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¤Ð!-cÈÝ«%!HÞä¶ü{QÎz¬J}Ñt¢Ç®Ea[¾¿\rún+ÀÈÐW±‚@?WeÛKzX•úçšpA¹)ô¬H¤$L7…Ÿ•)s|–)K¬”H©Xc¥FJÃ+-R&œber•¬0#´wv«¹ 4˜ýüZ-\r@~„«=¸ý\Z‘ü7»1ÊågÙ%Ä/yGÒùa=ƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'VisitTime_localTime', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœµ–KŽƒ0DïâPí¡s‡Ü‘f);–ˆ»OÀ&°˜«Zucc?$ÊOÝ’ÏOïî£Ç½|ž<{x?¿¯p_ŸŽV­Õ¸×¡5©ÕÜjiµßê²î0zçó²®}ìß¡Ð@BM\Z5ÐD¡IÍš5ÐB¡Eí)´×@ozÓ@†z^·õ}¬}\nõ#¶‡®&ð˜Èï>z°Rê;Þê?ý¿\náâ‚Ê\\ê¹\\^Ù\\_ùL`“Û;_é<;ÏNÁ³oÁÃ¼}¼œ\\ÄŽk\"Ï‹\"Ó«\"×Ë\"Ûén›ÖÜK¸ÉLd2ã&3Õ-ìâ\Z&2™q“™ÄdË¶k%ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'VisitTime_serverTime', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 'xœµÖ1ƒ0DÑ»øÌÚXî;)%âî	Ø(M2TSí‚Oõ`rK¾ÍÞŒ“Çk|[½õ°LÏ×Æãäì¨ÓêŒ×ê’êlëÌuvçÜ\'LÞø¶÷>®ÿ£ÐDFM4\Z5ÑD£Imi´ÕD3fM´£ÑNíi´×D\Z4Qp’ 2é%‘Jà,Aä8LÉND6ã„¢ÓêðËÇà»Ç²çP^á<hŠ£çž\noëçùÁr.îœW¬ppÝñóÅ8`	ND†#‘bàŒAä˜qÇLä˜qÇLõwuó{%rÌ¸c&qlGw§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_actions', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœíœ]OëF†ÿŠ•«ö¢®w×ß\\QÚª¨í*´G½Š|œ¬&6²(:=ÿ½³Ilo¾¼k2 ,‡ÉëÁÞ}43;ë$¦4þœÅÎI³æ×‰?W±¦É\'>T±Æ#ëìgë<ŸÌ«ºÌxe]u2µþàI9©¬?µþ³.Š^ò‰õéÑú»˜N²˜®¾IóÚ¾ÁÄ~0ôI<r„=#ò=ù ^¼À»~<ªæ³qÍø8çõCQþ#\\ƒ·Û/q@ÁéüÓø6««ñCVßnYƒ6­ÔfYÞ¯¶0JþUy’_/ïy¹²¡vä³¥[î.·:ãÖ+OòjM‹Ø®KÚóµNmØx”.mÉ§ºLòêºµžûK¯ü]^Éæ­_ä×=Öžµõl¯e’o“b6¾+‹”WU–ßl][Fwy¸ý¡åˆYj·~nš}h\Z÷¬y—³»)¯³\"àÝú‡öz\'›íônÓ`mùxZ$Í9 Y7þ¬ÍöïÍyZG¤¿À”\r–DLPIÔ‘äyL©üW>ðÚƒ/	|^ñ»äQVOùø.©o‚ñ5˜A +ø±’oÇÂ-ÄÁÿlýRÌ¸uY\'70 @¬ÿl#	ní÷\Zà\"4À‘ øÚ€kN¹pžíP,ÀS¡\np®¹Z€#pžà|mÀ^4pT	¸æ¾ya‡›}¬[ÙúÙíóì?Š=¢ÄÞ†v/7l0¤Ú0$ûa¸¡¶›‹kFJDÂÕ£¬e$Ì…®ŒIG†ðö@Zu(¤k(d[(­’Š[ÉãÓ1HÚ8„x^¨ÍÁíûºOMè…Ê@Ïó©.I?;­ý”lŒô9H48¸ÒSp°9«	ôÞl § PÀˆ>l\r>Þ|<jét>Hîpþ8hôq]Lú¬ÔúéÓí¥±â Ñ§ÓêK3[›~úÐi¦}Vz\núPý(ÌÐçuÒç°,&Á0|thrqQ°DÓå<wóz>E€“O£—¨‚éG(U0°	<$<uZûñ$Ù(ª`.žVzª$10xzãxÒ¿€Ð Ptò\"K}äS\0!á}Tüø:øñ•ø!®vJ‰ŸF«?­\":BÆÕÂ5øyøqøÑD_&À3ó´äU€êuèCl¸h™Y£Õ—™µ6\nö8Èìq´Øãö¼öÀEÂˆŽ>‚>‘ ÏnÜ/ëªLî9Jþ…ÿx¨òtä)Dí ÄªuZ}µéÖÆÔ¦\rƒ^ˆA!0h0):…ý$\nDèì¶,ò,µÎŠ|’‰«c%ùÄº(ù=Ï‡¿\'9x6ƒ#Œ%4vÜU\"b{.ÖZ§ÕÛ+¥×J0¤WJ«J¤UÄÐJ`0õf1ÀGq1Ò!,Ò(eŸ=¦SnÕ…õ&+F:wÜ¡±}7DcT£ÕÇ¨ÖF‘Î\rhwÒJçˆV:·§uÈ0ê˜%*ÙC9!õ\\:\n9€¡m	J*‡Øfô*c$×ÁJå:­>þ´6\nþ„Èü	µø\Zþ?X´!‡ôƒÇkh?ÁÕ(9·NáŽUu’§\"¯â¦Lf4bÞ‘ÓÈ‹°Ö:­ÞŒ-Ò[X3ÅmC£g¢‘ñÊaÔ¥èÂö¢ÎóT4yƒ~ÍÓE>ˆ\0&¼~È×	&7Ä[uk´zÃ¤PkÕÍq‘KI®˜š³\Z03˜<\0ÓSX!áˆ)R5±ø·ìZ´VVór½×U2BíÍvtz³Uo6³)ÃJÙ:­ý,’lAE’¨‹š³j°ˆ®¶;`ÑîÝf=Ú:;äd[C¨C\nI04ãCÂ“¢7ÛsžŠüæ»+^ÎDÜ$êç÷ Š\0)¼€‰ LD\'`\"ª€‰Ú4ÐZ\Z­¾ÖæCÊLoGüOÄ…%Níßù$KqêÛG_Qbx‰[£Õ[Qbzí’¦UÛpè¹Â\"HÜô	!¡GÑ«í‰tíèŠÜçyÍoÊ«ˆtä(ò}<5Z½Ký¾ŠòRÓZjcf©í ÈƒAp\01$6©:¹›.x^	áËô–ÏPJIáÑ‡Gbxi„G‘^]Ûl¤5LzÆªÑ`RH$Rtr‹õ<ëF}–rë4Ï!,«¤|´N—j»k_ä—_s±-ÂëÛn´zÛ\"ª%³Øf ô\\R‚†(EŸ¶/ž†ty[”µµY¨úæôüâû¿Î/¾ÅØ^ îÄÕR¥¦L©žTImæãí‚k´úJÜ­Ùg0õBÍJ0ÔG‡ôÔHfîKÐ¹ÇHç0»”^ag\0µ©OðÝ|Õ³s%‘+LD«ÂDL…éI4skB¢™[¬åYWàŽˆÀ­ë²˜ami‹È±§o.ÖÃÙ:­ÞôÍÕ{8›Ùvk(ô\\é\\”§Ñ¢AÒ—ÿTŽ‘G');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_actions_url', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœ}”Ž‚0@ïÂ°>Zî°WhªÔµ¨iËº‰áîÛ-ˆ¸$ØÁ>gž#<\r#85yhR’¬cGÞe&ˆdã5kAîÄöú¨p‘¿<ìÝ‚AãRØ\0Æ\05_nÁvÑV$ÓcOè9¸¹KeÓ¶ä¨velÍáH/Âhzæ²â|Á¤ÃjSû5È=²±ßmÖu€Ê…Žæê‡+gS Vø0®**¶Üâ¢Z¹P‹{Ñ¬.SÑdöÂù¡@©bF±AŸƒ\ZÈqí;UmÙÌdô©>ónêNÕ’Ñ;…÷žBxáÔÊžÞ”<q­ÅðíÌ E0Ú²Z³öix¦Kjk$Þ§r.?°€Ûš\'Ùß:n„BaµÿWuÉÿ·ÞT—HT­>¨þÃ¾Lƒh\'Y@Ç!Aîe\ZÒ^ºÃè}\Z¶!7ÃqÀAœmÃlûùŠö,=7¹+æ^!ÿYv-WtTÕ†)“=»|1æ¦Énw:iX§ø©Vç¶/»ñºs¯•É=.Û4ý Ut¡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_actions_url_chunk_0_99', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœíÿr›8ÇßÅÿÛA?à¾C_!Cl’0gãv’ëÜôÝO$p\0i)ëÔö(3×šÜF(Øút÷»«Uº¦áú¿|M×„r²^¤k¢¾üH×Ì¼ˆ×ÿ×áz±KŸ²ÝBÚŠõâ!/¶Ù¿‹ê‡ó5éþGõ7™ü#áò¨¬²g¤{AüT1ù—ü®øø¾<åûì±ÈNŸ‡òŸæ~ÁŠDQ .ä”ÅÓãk~:>~æ§×žµ›.šÑöy1<Z ¿ŒQú¯ý–$ìÌë˜•YÙØ„«€²zZ|hZ­±™UØ™ÕÙXrR11÷3“:³á«„ÓÚ&êÌéT¦Åñ¹;©G¢bhV]s3¯¨3¯þxAhîjf6`%ê»²ÎÜ¶‡ýã[yØdÇc^¼Û(L*[F‡fØÿ!=O5¶™çÈØ$ŒÍ<ÌlGlE@†ç¼9ìßvÙ)?í¸\"vÌùü‡äœÉàœ-c÷æl±=[/‡âqwH·7ƒZÖKÇZÏòl½Œv¶^†äÊÌ°ò\"é\\PEùô(«®\näº!IÌ«kjÐð[Á¤¢‘|ÜëÅ{Y‡Ë—¯§ÓÛqýð°y>Né®Ì>Ór{\\ÉÇôðþÏÃëaŸ-§ôE¾ÇÕ0\n-¿«á¹\Zdsl:æˆÆEÃœ^iÌõß¶±Ñ¬˜3F£˜#+Ác(æˆsíXã˜ëØØ1G\'`Ž\00×ŒçÀAÆ\0^ô¿30×b`s?]lû94»¸g×Úðìºfƒ³ûjà@W\0FWÐ[æÿëûôyõs„/¡pñå)[>¥»´ØdÛ‡Í¯Í.[žKµš¾Â&¬`#¡‚âÁÆö §ÃàS#lÂìS9a£Ç²ÁÆØ8` Ã&\0Á&ð°¹KØDÁØdòW:üÊ²e*»tpä7—ò]x)ÓýWôˆ\n=ê÷AGOBî=œ‡hèÑcÙÐclìèÑzšñðÂ9ž[B SÐ£Æ\\¦Ÿé¯åsyØz;¬z¸A¬ÃúÈ¡_‘Cä\\ÎÜ§3ô†Vj¨\n7Í\0j¶ë*¸qSFÝîâ‘Ôv]…5N¸4“¹l\0U=š*þv1¥™ÎwÅMrb`Œä•í…âšP×vdBHÔ¨gâ€E=…y P6Ï‡Ý6+%0¥·Qžªð(vaÃ!5ÈP:Ls3 ¨ü$Y\\žq\\èàèÏp„Š¹ÎˆB…JPþÔ¨@#ZÐãIq½¤ˆœ<¼1ÜÕêp,’õbÀ_ç…Žhnž2’@àBÌR{]x¡ŠÆõCð‰À\\ä\r(D•Ti(Â‚!$œ!„h:ç˜:H3š%ÚÈ¢ƒD$@ÓAôX6¦‡‹¬ƒP\\¨×An]‘Ë–›…¼ÍÅH¦¢äÅf÷¾•0ú¢†ToBÇêiæ°â¾ÍtÅXàiÇ\ZOÇÆQO“à‚§Ï}Wž›ÏH¢Ù©¤<©ø\'{KK‰—§wù´å#_ÊOÈG¶ûŠÔ¼¹H®ÏÑ¹Ò„OÌñ>1wð¦cãHøpä„‡ðFßÕóæÎx# ¹fÃé×¨2:ùàOÙFýj=âT ÊIºêR:ÔÐ*€„V+´b+Ê°<œv¬qâtl¡E­(„8ú®\0âPN¦g¸úÖ26¤b¸kë94Ñï‰¦ph—?« ëø^*Í§!úãbaï¿ÆÏïÑcÙ“L0¿\'Bö{\"ßy¿Çóæá-+ŽòZ7¯Ù¾ÇU¹ÁiT©ÉRã\"/¾Dnãi(q?U.JSq‚Å•‰Boª\'Sí?AÉDái6>5JŒ¿Ÿ‰r†JvuÆd¡@™‹ú,õ¢-KqKp/Éê˜ÏFŠÞRÃ“c!Ofñˆ¸bD\0«[Æ	@ŠZä:9….X.Ë‘01W-Ù®•t1›(\ZI]G±(\'¨‰QN&‚¸Hq)EÄó£­£M&òãëâ×ð õ+\'<Î<âû©žÅp0„\Zªšƒ¦gxãŽ\0ñuk@P­•6½.±\'O+QµÒB’xœ$Ì\nŠV“¢Ç²É\ZÆÆ×¤x­ôû´RÐJëï(Õ#=Jþ¤¿zY™ºñúPâgeðŠQjR†@\\âJÊÐ#4Ðè±l 167ž\Zö ¹%Ðg§.hv‡âeyÊÊ½*·ÍŠSþ‘{Ð©[°KÔ£pÄz”«ÌóË»iÇ²*²	È»ñp:˜Ðq†T]è¨l¾É–iQHÞ”Ç´ü¥6IëzšMF—ðwH$ðØïž	aOa«{&]1Wí¯Ç²9<ÆÆGVž=ß×é	²™¨eÏë¡<}õx–iþ¶üÈßzøQN“Z•¯:t×¤óÇY¤ØÍ\Z<WÁQå(¡ NÄ¸ëQ„_âµàéZ°3Z\ZQfZÔp%¡–%Y4«E~0q1[{Qˆ q„€Éåš3ÍWŠNDÄðB×¸€ôYQŸÎñ i\Z|Vy\n’SRÁ–Ìw*Pô_Áæ‰1½?“3×DZn@5\nMäó°8– D«!”DHü˜+~(ƒ	‡Aòð1‰ÇÇt|\0»5Á4– ‘V5ê*ì[ûØ§s„ÀÛØ§Ç²6š },Æ•TY\r‹Ý ñ’ê\rJª tÎñ}£ôóûî¡È>—¦Çd^œ²—2ìlP	—$®ôTŠÜ»‰&wÍiauÏoÇ\ZgOÇÆo*öìù6öp§÷sÎž1nV-œTY¶Þ‰¦\"]	\'<Üš\n‚ÓRE,0áù*>(\Z¥ÂßŠ€š\nÀ+i#¢¤ñKhÝq‰\\¤Ù	b•Éº%dÅ\"¼He£‹±ñç‰y·äûÜHOÉÏl·{xÚ½g›2;ž¾F?õ¬„‹K³±ûŽ~È*äx…´z,ëÎCØQÐþì0DÌÄb¶\n3›×òPä›åæPlsõk-Ób«ö,~(X^îÓ\"}Éöòª\"V¨>P»…6âvÅ«ä×ÓÂ(èïÜo4AQd˜‚¢*êàûäw½hm%`Ò^×lZo‰.q¼¸ûî‘±{$4Y`°ˆ\nYè¥ ¡—z¡÷N# ˆÙgÛ|3À˜ðrnfgþ+ì“MWT$Æ´cY+s0† »1äÆïÆÜ)cÀnÌñTæ½®´T@0Qµ¥È[Ÿñ#P	# „Ît5á-]­Ç²¥«÷b<a¾0¬OHTË¨É¨È–-B³*vÝÀø¶Ì4‹02Ó¹#³OLOÞAìh}ž29hJ\0û¸|6ô^K•¿NÝ<3BN˜ò2{hL†F,ñŸšéi±BÛ…ääjõvbV«‚+âJGüùéšÚÃ@«}ÃËÒxZ\\/-¸óœ^>¦S¯¸êãSk¬ÜMój†Ò¼z~^¥fZój<!Â³àŠYàÔú‰“U¯’ÐéÔb¨¥$~fs’+:£ÊLÌæJ¤Þ,Œæà¥><®˜S|½®5B½/O…$\"¬²q/ËÁg–CÓjTP£8ü•¯æ@)Ö «D€ÓÔžæÁwAD:½.•ÒéÌ§9n<Í‘7MW«ì—nÐ\\Ð {Ñ]Çum»þÞ½ÍÅHÅ) ŽgNDï<U?«N“€|iþA:óa˜’yGy‘Ôï„¢pHÞÌæÃ„Ò­‡œåE­ø‘s‰]øá« †VØ»}\n N¢L\r]Ea2Á¡.Øè7\'l]¨Qî4¶\"€åµ\"\"žàá;6@59êðT-¶£~|îâûôÜø>Ôh	U<j\\ V7*©ïÇ¼æZÇ Ï	Ò×íœ%Úo‚œ*(‘\'Ý®§t§Ûj1Í!f¤pn0:œ˜!9DÖÃ‰ùJÄÎKÌé¹º•à±D&®0\0ˆ@i:²º}0u#Á0-Ó®ê†¬Ÿmé•†5DÈ‹Íî}Û¡¯®ÌäGW8D\\áVq…¬¢ùÚŠ\ZÄw166­-KKa8ðYÚ«ÅA˜¨÷\Z“íÚn¸’/\rôiƒš\\sk.ð`V+ùXœ}zDóïp{Ä\0Rp—ãà<³v\ZqHA¤à\0ÇÔñÕŸF|‹ÁDG»ütÄ€TMƒÝr,œyäH¬°÷“WQ\0ñ*œ¬pv‡†9!`Ý¡¿›Þ«¸q\"´«ú·‘ä+á@«Ð¶A:KÑœ) ‚Ñ9P€\0Gþt–tD,Nº_\0:8µPgƒDXŸ3‚è\0ÑBAõ¾ÏÙÓALísÖò¡r\"g©W“\rÖ`\ZÂxóÀ\0<|F ±Á²M94„”{	ÜÐ@å(A\0`„ÇÁmã`Âî’6?Tu¿ÿOséÊ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_downloads', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_outlink', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_sitesearch', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_SiteSearchCategories', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Contents_name_piece', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Contents_piece_name', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicePlugins_plugin', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!IÒ#íkHJ_öÂ(äÚß|9â·#£Nº›Ù¤eh¨êôQyT9ƒž/.Û‰;›Þèµ2\Z­qƒ3o;¦µ\"®…AÏn¶£ã[3¥¹cœ“ …U¿øÎVœ|ÿö¡²8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_brands', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœM»\rÀ DwñÈ‡c‡ì@¤Ht”ˆÝcC¥{Owö%0Z†‰	î…€V±€J:¯B±Â€(f° ƒ¬²ý±¶Â~H˜‰QñOâTâ°â:{¬¼}7]g’,¶®Øû\r‘¾*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_browserEngines', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœMK€ DïÒPÀÃÎxL\\‰—„»KA»÷23m\0#G(`^pÈP\nÛžÈ7^R<ò\\AZXÿØTÖ•m×%bŸÄˆU,ˆÝÜŠcï±ðômŠ¼	PÈE¯¾”Áž,');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_browsers', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœ…Ž9\n€0Eï2\'Èæ’ŸÒÆJOÁB°³¹»Ä0…h÷—Y^„AÚ¡B„}„G:Ñ€Ž¸n…³ŒÐ8PØ¡‹Ñ ÍÚm¥ö·Qlœ(\Z‘·\"ïjžùC„BÊ|sz‚O²yù#+CÆ¾¢Õ†Ù\\Yñ½xê/_«LRA');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_browserVersions', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœ…Ž1\n„0Eï2L]óSÚXÉÂž ‚eÈÝM”È¢ÝŸ÷™™ (`jpˆZÐ\ZþóJ~C\ZÏ†E~gÄ .Y‹ldvçp,XQ´‚w‚.žÊ‡\0…˜ÊÍ©‚G¿ï/ûuï~\Z¤Í­àÕC›W\\o…¤z“L;æT®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_models', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœM]!„¯bz\nì*Ó;xTbˆ5âáîK÷Çøö}™™6‚Q3ŒD¸jÁ\0šâ%M$<‚äžžé“¯‡[*ïëM’Áš¬²ýc×Ùvö‹„51*~KœÊÐÅƒ8œ–â¸öXùøÛ4}aP›>Kk3 @0|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_os', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœM9À ÿâ` ËÒ¤MM¤Ht”ˆ¿ÇÎ¥t3Ú];Ñ2LLp/´ŠTÒ~ŠUÚ–•b‹1È*Û;a+ì/	wbTü“8•AÄƒ8ÌWq¼{¬<}›®oZ×Ãkìý*	+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_osVersions', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœ…Ž=€ …ïÒPÀ\'pquÆÄ„‘pwE£é`Âöú½´ý4J„òæ\r%c\0¥°‰|ÆÚ–Õ³\"Á`·¬E62»g¸¬(ÁGÁ§×ö!@¡Ôvs}AßŽ{v\Z¤Í¯Þ×4?{­¸Ù\nEÕS¬\'=ÇT0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'DevicesDetection_types', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœMÍK€ Ð»ô”Êpï€‰v,	w—‚\ZvoÒiÁ¨	*D˜µÀr¼îL¡ô\n)\n	<­Åz±éÖÝv¿lØwb$¸,ˆý1ŠÛì±xÿwš¼‰P¨MŸ¡µ´û*D');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goal_days_until_conv', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goal_visits_until_conv', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goals_ItemsCategory', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goals_ItemsCategory_Cart', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goals_ItemsName', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goals_ItemsName_Cart', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goals_ItemsSku', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Goals_ItemsSku_Cart', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Referrers_keywordByCampaign', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Referrers_keywordBySearchEngine', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Referrers_searchEngineByKeyword', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Referrers_type', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœMŒË\r€0CwÉýP ÎìP$•zë±ÊîÔ$Vü\"Û£ÂiAüLÆèHVÎ«‰ö/Zá§ÂO‘w¡ÉÊj!ðÏ;y}›Û“1BÃ0jvjò$x');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Referrers_urlBySocialNetwork', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Referrers_urlByWebsite', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Resolution_configuration', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœ…Ž»Â0EÿÅ_`çEr=²ÀR!10‰¡R·.•¢ü;„ªUD·ã{eûd”¬vƒ„2Ãƒ¦ü|M¤3$€×A/g•dxŽL:BZ’Æ¦cÛsZ‡ï‚ë\nßå¡ËO{^Û‡F©íæ°Dý*z»«qKâxäi@ÆþÝ›fê>+)ºN–dë?´Yd');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Resolution_resolution', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœ…ŽK\nÃ0DïâHþÅ\Zß¡wp¡‹@vÙŒï^«ÅÁÒîÞÌè3uå7@Pw˜­<_›É;Gö‡P2yw‹»¥l\'v-Œu!ß„Tø9	]ø¾\"É«ŒÓÜrrÓ7„Úôðc÷%EOZ:˜ýkyòµäÂäÇÉÿU°½~U');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'UserCountry_city', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœM»\rÀ DwñÈ‡c‡ì@¤Ht”ˆÝcC¥{Owö%0Z†‰	î…€V±€J:¯B±Â€(f° ƒ¬²ý±¶Â~H˜‰QñOâTâ°â:{¬¼}7]g’,¶®Øû\r‘¾*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'UserCountry_country', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœMË\r€ D{Ù\nX>*Cö€‰nÄ¡wYPãí½ÌÌn£&¨a^ð¨”ãqf\n\Zt\n	Ü…AZXÿØÌ’¶CüL”ˆ}#âºXûm—ÙcáõÛ4y¡P›ÞCk7\Zž*ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'UserCountry_region', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœM»\rÀ DwñÈ‡c‡ì@¤Ht”ˆÝcC¥{Owö%0Z†‰	î…€V±€J:¯B±Â€(f° ƒ¬²ý±¶Â~H˜‰QñOâTâ°â:{¬¼}7]g’,¶®Øû\r‘¾*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'UserId_users', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'UserLanguage_language', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœMK\n€0Dï’½Ðô£vzïP¡AÜW¥w·©Ü½ÇÌ$Œ²A…ó‚GÉp =®i§Ð9Ã™)làæÒÂúÇ¦±nl»ø;Q\"öIŒˆkbAìç^ïOß¦Ê›…Råðj½\0½ß,\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœÓ=1àÿRp4I?Îtsq»ÑU*ÜP8<Áá¸ÿn´éöÒ’‡ÞfA/k›²ðHÖE¼˜9ß¦Ù¤E0Š9O÷é‘çë8½.e)ÏÅ¤\"ô¹C&mE°ŽZYkâ4îÿQcÁ~)ö·Bš‚€ºÂšB@ºâ4…uÅkŠ§+AS<x]‰š èÊ )¢®›Š3\0v,Ûe®=pGó°]àš!ô@í‡ºåZbê‘Ú=®ÿ	CÏšÚe®âàtÒ¤í\rùñ/…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'VisitorInterest_pageGap', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœÒ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_–ý0–›I²£[òfù\njÇnÕhkïÏF¾G‡„…¼›F%Q‘ŸÝ$öÆéHÙ_×ÂPQÖ%ýW)™3V2R\n¬¤T®X©H™xÆÊ4TŠÑÂ’03™È³¾ñ4t*ëû<‘£òÐ}¾óöœÅ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'VisitorInterest_timeGap', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœÒ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾ô°„¨àX!mAº‚áØ1€¶åõÞ¨íÈ aj+Ì\nRjç\nõbo÷”ÚóºøÏxVåôíÈoÇzNR.\'Ý:T|.@ù\Z}0¶†žä\nçÈ›JOrÅ·Æžä\nO©ÞJä\nkPSwåUôasïWž‚wÊš');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸Ð!-cÈÝ«%Ð¡HÞ~?ø°ey(g=7¥>4ÝAô<´(ìãýÙ¡¶Œ}S±+ôkS¶½¤§¥Ô_÷„«ÊBÿ‰”„)VR¤dÌ±’#¥`‰•)k¬ÔHiØb¥EÊ‚K¬,®’Vä‰ò®.c™ÊDÙï_ËR±Ðä·pµ·Ÿ@3’ßÆÍîFŒ2Eù½l‡â‡<#éú^‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'VisitTime_localTime', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœµ–AŽƒ0ÿÂè±\rxò‡ý‘ö€”GÄßb“ (ÛœúÔã±¡|™‚Ñ-ú2y{=EöeöäÍc¼ÿ>šÛÞœ5­f82×\"ÖL5»šý3×ý\r£·¾¬û³?Gã(4P£PÓ@…\r4RhÔ@…&\r´£ÐNí)´×@\n4ÐL¡YWTNº’ÈJàZ‚ÈKàb‚ÈL`jšÝ¼A,Ÿ€Ù±-Š™ßu(‡,4åÏ¶Xí´“¶EÜÉC,xŸë_õ×ûq‹A¤1pA$2p“A¤2p—A$3p›A¤3ã:3‘ÎŒé¬Œ\n®&íUÚ±‘NýîÔçCfb\"åWžI”·þÌO&}');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'VisitTime_serverTime', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 'xœµ–AŽÃ ÿÂÜØfò‡üÁ+í!Rn9Zþ{ì€+ÚmŸúÔãÁPˆCÁä–|¾yw™<îEñùáÙÃ}úù½‡ËÖ¼9ZZË¸giEj™[ö-‡W.Û\n“w>/ÛÜëÞø\n\rÔ(Ô4ÐH¡QMš4ÐL¡Yí)´×@\n4Ð‘BG\r´PhÑ@Á••“N¤$²¸– ò¸˜ 2¸š r¸œ ²¸ž ò¸  2¸¢ r¸¤ ²”qKYµÔÃáõ}ñ©ãZ›‹¡îá5ÒÕ»ù0’×´N)cª·Ùç¿á]ÿ¹7®2S=°N^Xvr$ïúûDö|è÷‡þÉipÕ™DuËÏ\\%	');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_actions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœíÝ[sÛ¸\0à¿ÂÑÓöEÅ…àEyJÓtši7ã©Ótúäa$Øæ¬DzHÚ®\'»ÿ½²HAEˆµâ23ŽCáHürp@%3Ï¾§3ò.™ñú>™}/gb6Y&ßärò®œùÑlâ}ø›÷)[<–U‘ÊÒû’WÉÒû—|NŠEéýûÞ¯ÞUþ,¹ð¾½xÿÍ\'ïÒƒ/_¾|õ½y€«ßBøèŸÎ&DµçT?`ï>«o¾Á£ÁlR>®nªt%o2Y=çÅ/jhð0™ø¥:ûvsŸVåÍsZÝïµ†¾ÅdÓÛ*Íº{[7Jþgh$´q•²x’…z8œM(™²Ð—ß6®mëfXBÖö¯á„tÊcÚœ°ÕN>¥AôÚ&ÔUIVÞ6­`èÑfTAÛ¨ôæÍ¸Bm\\ûýÞœµÙ~«àuüŒkc[ä«›‡\"ŸË²L³»æg%4\\·å¬m„ûO‚qòºïfœ­}ÃkÂx3Žf´Ú\n·yž¯–²Jólûó1Ó˜wŸc¦­cîè{oÌmw.˜<»YæÉB{ÉXÇ£µ®G¹sÁêmç‚io´¾ê×ÝúëƒX;`\n¢õ¢\0~\\\ZÑõ!k^fx–¯ˆæà7%Mß_/“‡äÞˆiµ”7Iu¿–Þ£ÖA¿\n¡M÷]NÂ€½¿,å¼e=uŸª&’oˆd5‘~M$?‘üMˆ„6þ”Ñ+$7	ÉüÈ $†Œb„¤/$w&$	Bn{´²]›Ž¾1BêmBn^ë“Ic¼›¶!»®{![®—öF[!©.$Õ…äðOÉCH¢Iu )HèÑF°­L·‘G{6†*†Ìó_R	À.ÓùÚGvØG\Z\r\ZH1%aäH¾aí0l\n×3H9ÒÇ\0éûÃróÀI€Ôþs1¹i{¹@ŠRÄ?‰qÎh«ÕÖBÞ\',¼†/Kï}–¥p–Iñâ½íÌF¾#ãçp‘½•‹,°.2“‹\"æÀ‘£Gbá\"sæ\"±qÑdÌž‹ìì.2ßÖÅö1·ƒÄ\"pôÝº¸½¼eàHd±Wà(âÙ¤i[=}C–ÍT–” sÒ#ˆäÍ<d0p+‰ Î¬ä<0[I}Œ•6I6ÊJT’­]ïÃŒ!O˜d‹$›*ÉfÂi’\r--\0ÛÊ(2\n%£„ÞæËÇ…\\¸Àqè$	Ðk4F3­ÑÐiäsŽk4îI+MAY}¿­(E\'Ä1²À1\ZŽ”:Å.D;Ã¶>ˆÈñCžUÉ¼²Ï²ÿ€‘£Ø€æG?`æÙG£pŒã p<…\r&rq<ŽÎ#GÀ¶2†Ý2\nø½‹Çy¢^èå=¼‘Ê*É ›wàäYViÞÐIÊÝ‘\\øæ;B­ÒÔs¤Îœ(\'±…>—êä	}ˆE¡Aú\\Œ“ÓÙHxøhÎ¶jF†uœµšðÊä/Rz_“å#¤ôEþ—©:¯÷ÓÇ¯W\ZýD$á1ºÈœ„kç;˜„Ç¨8“¸Ž3q«9ÂÂOvB?™…ŸlôsH~ÊÏþ°m%wªƒø^f®$ý{¾’Þu•ÜÁ[Ëºx’î©ÉuÆ¦Ñlº*Úœ²«zÒÇ×—›‹ƒbó\"xÀqs—lº«ž¤j«çÖ‹àh6ë¾1lêmÍl[6Ië˜õfŸMVî]}€Ü¾é÷€¬Ï³¯âgTZ[ê¡uv¿ºšŽTý‚•œ¯\rtÖ‘‡u´¾&]¤Å!\"-æ¨ý/Î‹tpÕÝ6aÝ%¦ÅãÂó)Â:æ4-&³É1’iX\Z¶ÀµÄòÏôVzŸdVyî“ìNºXlÇ’„¡;,)Ë\0ÌK:t,ÇØ\r–´Á²– ¶’êV2ÝJ†³Z™†%3¬G«}ÕW2+•Â×ó{¹r²Ú2ôUi²ICÌFˆzF?Èlá%J)N(¥°R\\¸”»õŒÄeX©ööY3¦1iØ.£¢Vxj™?s	Áå·B–÷‡2ƒ)®«ðSR‘Òyý.¦øöê1¦<ÅîÁX¸Ý_Ï&GP¦aiØ£Vn¼ëû¼¨¼/²X©‰K_Ó\'èö§÷Ÿ®þüõ“›%é¯I³i£w^í¤‘¹0<¤¨(“1ÇvF(;mv^âšô¸óúvRæt‹a\0WbÙ4Jw¶ÓpÑZy%‹Û¼X­K‡~N2ÕJM`¥?\nÊÎ›¦ï¿!N¨*ÄAJM€Ö}uÊnõÇbg\rÅ\0ê~‹öŸô„i:µHÓéï<MïWÒx4F\Zz¦=2ë9É\"}Jæ/½oÔÓ`w–]„of›²ú=ÚÛºm_]e2Ñ¶Øb±Žâí¡o”mÁâvoÌfN2v»PÍIÚ2¦1v,®×¹?$…”…÷Wù$—ùÃQqaS¶HÏºÎý–a!¾hÑ\"Š‚š6†°Ðb¯*,Dí)´¸å#c§Ë«ë¾QE‹Ì&¯‹tÐûQ‚hJEÝJ…ë›.Þy–ÎÕÆçÅkùv’- Ä“j][öHk÷ù\Z|VËÐK*f¾6}uòÅp[U~ÿY­‰‚=¾Ú)Ð›µRÐÖ`„ªT!<Õ-\"š`¦!kÁ^æKéU¹÷¸ZåÝ¨}Û³QÆÏÐÚŒFFiˆ2Ê’	íÞÕÄíÁ…A\ZœËËoA¾í¦ßþåÿoˆQPç0ªûêÜ¤V·1\Z1:Sf?Ã‘Zh&QCdDÖ&eª‡þ\nç>oÈºc¨î«‹¡¦Í¥O;÷uõ˜v:´¯ËÐvÄ©N<V8!ÙÐ8bÝT¿Šv¿•«\"¿+’Õ8µdNÛô0sÚ„F¢š6c¤4FJçÁH}F?44¡¸!‰ÔÖT™,dQÞ§Ž—í?§„ÿ \"Ä²¢š+J5×ˆÓ…â¤*®ŽöBsÉ7$r*rúY.Ò¹›Lî,wyS‰ÐÛ?™>Mksá™Ü(ÑÅJ¤æzðBhôCH¤Š=?Ëçmâö)«$D^Vw8úãflÿÉ:FŠê¾º(jÚŒ)(‚7A14›Äüö5ôóäb•mðU•ÔazFéÅ¥gÔ±D%‘ÍÈG‰.T\"5‘öAsÇTÙ­Ò±/ÉR¥yN+#OPìpú:FL_Ç¸ékÇ{`w{´Ù3t¡©;ÓC…¦‘¡‚[•x_`dêƒT_¼Û\"_¹ª‚üŠìpÅ?F¬ø×mFFÎäü£‡E-Òoÿ{yßÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_actions_url', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ¥•q®£ Æïâ¬€¨Å;¼+ZíÖT¥Ün²éÝP¨úÐG²ˆSçs¾Q™_)äoK’’ä	‚IÔÑKÓE¥ ‰è…’DeK :@ªezAz1¿QRê**\06€å—>!uJO\"1ö•lû¦\Z\Zùbü•µR\n•çp©î­Õ«•÷¨5\"] o‡MÎ–îé_/LEÃ7Üy¦>O«™-ñÂÒ¦l]ç¸JäCÉé nËÌgùQÍ¦ùÂô“´Õí:ÑÂ¸f}õäìÚÑ¿Œ}œ¤¹’!èka«7_wªé:ÙjÌæPe˜DVk[ÛÕ¦N»êõÊúg×È–\rS¯ M{]ê÷z]jœ?ö÷êÓ‚³Ñ®¶-ªŽÑúxÛ:ÑÜÙjßº¤k)q6®%¿H•ÃÓ¾ÕªÆèiÕ7ÞXW7¼\ZyW	I¹Ô7\"uý.åSÓéz“LÒŽ7/Êk«§=“lUÍL±-ûÁA¾Åú ãÃ¢\0\'SdŠàì¿X\'8áÞÂÑ‹ý&Âù$òc\"/b€Ò\0Và]X#ƒ8£oÜ0\Zƒ¬˜4»‰Ñ9Â>àˆ{?À¹ybUðOìš. ÎŠã‰]Ó%.09Ã/´‡pIà17p	eÌÃÙ2kwÙ¢©\ZÄ—ŸñCð\'¼œõRèñÖ#›é?xÆ\nsUvj9ˆ!ø†4PfÁòýþ2‹Ëý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_actions_url_chunk_0_99', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœíënâºÇß¥Î7h|Om78:Òy€*…tŠ†›íìjkÞýØIìÇ+ÅJ=ši	¸Ž’_×ú{]Òá³–3ôc?CáÙC:Cê‰èG:#æ›ý³Ÿ±ÙÃ*}ÎVr,Ÿ=<>¯ÒÍ¯‡Ë–ÿU_Ô?®¾`óˆ¨/Å1‰ÔIf‘ú‚šøÇÔ7\"¿Égåäû·õÓa¹Îž6Ùá÷6ÿU3šFò:Àr5›ç§×åaÿô{yxm.ç.g[/7\'¯ëó¬Ó¿»^aì³ü=ËÛ ]¨›ó³ÆùõËú$æôG/ˆÆÙyºÙ¿tŸw¿9Ü¬@4VPÐ§2k8~	“Æ*ÛõÓ.ßÎ³ý~¹ùY¯…Šâw­¥ýCrâÕäfI¶É#™±zÖ±ÔŒ=Zô|»Þ­²Ãr»1c¥ŽEÿ}Ñ“Gë^t×X”˜+Ô,z»yZmÓðzoŒ6Ë<ºàmÓ]ûÝƒŠ{ºœ—G¬>ú£îõ‚ò}œ=¼å¼%ÒçíÛaöø¨é Gª»úÏ5-(#„…2qe–›Eö·¦ÑÑŒ!\Z1D\\ƒ0ÄN˜¾7Ü:ÈÊ:ÅÕÕà±r§˜M1k6\"¨\Z#02ôè¡\"p\Z‘\Z™w‚ÔÌjƒÉŒâÝ·{\'\Z¢AŒÒÔìE”¤•Kíä…kuÇ?d]]sXçêNø¡NçoYózë·lãyßŠrTÐ%iàÈ\\0ò\0•Ü!¢8Âæ¬Ý¢ñìáõpØí%„æ/‡í!]åÙï4_ì§ò-x|ûõøœM~g«•$Ô[6Ï³ýáñS¬À¥L\'¦Ð)¦Æ¿¥Ð¥(%É‚Á”BNJUsõQÊŒqØLN)¡QÊb”J}Ju3&ÆPÆÌ_óíf9ŸÌ·›ÅRý·&éf1ÙåÙ{¶)×é&ý™­åÑ)…xA!@¡ÒbºcQ½aHÏÕ‡!3Æ!îCÜ³±„£d(†ÔŸÓsCü¹æØ\0§ap¢\n§…¤Nº:åNa•¡(ƒ;ÑsâÏü©æê5¹îóçK†C	³ÎËy1q‰›tbØ½ÅþƒÜ2ã òL\"\n„¹OÂ€m˜ý!_¾g§€!rFpá;±6`ø)`¤±cÔ #­¹ScV³`©\0 ²˜En–”ë™#‹Y¡%;R-f\\Y¾-JB£ZÎ¥Äãòó‚ÁbY~¶ã‚Âµ æXË‚<±¡ïR6ƒÊ%|JNª_ç8ªî=Œô½‡q1q“j¢—íj‘åO’OûCšÔ§Ë\"Aº”à\n#j§ª:I\r\r|\n\r*ß¿úÎ‘íÒ%\n‡t	¬b,\0+È…•óeß+a°âMí\rX¹V Äˆé\0bºï+¦0õ\0÷3E®­Teì´Ðâí—ÇØ.<È³%.¸7\\xSGÔÂp”@r!c,16€Ä€„Š Ñw{Å^>èe„º®J]¥Ñ@âÃ¦8_K½eH›âVQàFi‹¥†B= N{¡T@ì(`÷Bû ÁùšgIäÞ¤Î@‚&Á£@ßÒâJÕ,BäþüÎ¬=|GÈÛÆ	Ÿ­NÙ?Kõ?Kæ„\' ­YÕÙ8ñ?‹°›&Úú\'|¼Âá^±ØBa;Å½B\\ðyÝ®³‰„ÕOù–Ÿn¦ 8²%¹Ãöñ)w°ñSboØ°_‹=aÇ¹_K¦QˆÅ.ìàÆùlØ‰X@ì\0ì`v`)c\'ì×Þ&`‡í«¤$@Ø¾p\"J\ZGËÍ|õ¶È™|S¶Y6yOWoÙD~„»í¾Ôa³÷]`…í‡®\0†=ì*¡´—ÛMn€éÝà>€Q˜Ý4 ¢ßÀP\0öí\0†`yGœ\0°šP§ÛÌ­Ø•ÐÏ»#JušWã‰?x|-f…ådPµ˜q\r¨RüI\0è©–s)»)ˆ?V¸\\\'b¥(0 bE8cÞAF=’î[eT(¶éGg™AW‰ì¿ „´dâÁ\"•Õ8G`q·±g3Aü¸ïgaÄqwÏ\nUÙ.Í%Â$Ë”ð$?ºC6WoNËu+KFÄ|f]%û’®g#¹]·˜»™U•ƒ	ÚS`ÖM0G f1çÞ\\“Y»l³W6Ö~þš­[™H£$¶hM-÷N]¶-öxt£ö\\È£Cå;u¦GçÁ”*=º@$˜GçÍ‚\n•9Wòèð0Ž;%!—9T;q ©ú[ÇtêáÈèI—R†$@Ð©oÞe(pÆ‘âhH.S2#§Ð¡ÚH)kËÄ¶Ú2Á«êóª¸\0¨[	\"\0ì \nñª†âó§…\r±oèU1˜W…\0^UùŒDÖsº—\0K?ZþTYŽ¦ô§|£ê*5C/ˆ*‚¸7T±Øó(¨f¨wÑ:Tã¨ê­˜hí4°š¨RýržMÒÍf)¯þ}šLÒbt^E¡‘1àuç¡“x\Z\'àR7Nz¡Øy$H¾ÆØ3½b½P ×w 3ô\"jË\r†/	=ªñõºÍ“C–¯U(JWÏö“t¹›¼/Û¡“ª2!¸(ÕE\0r¶´Ó´)÷Ä\'æä@Ã>ß	RGäÍ÷Ú“<WÒžØ@íÉ—mqäjÕ‰¤kuÙÚíª’Œ^’ëB$!…&w.J<8i¾·ÃBíœ{EIñô\0G§ v´j¸ˆvQ6\\¤{×kõôðåN\"¨oÊ`<øQ`\n›Ö`¼¹O0·f\0ƒ‡XÂæÕÑ	ø¥—†ÊD²	;0‚šøK$#öG }³µÑArñ(T.þrÎg2a9$\Zqÿ6WÕËÛê1[¼ÍSõ¶¤«I*?=IC‰²S!—>i¨¹þ™®`rº:¸ÉeÆ|ñ®¸’ÊG)¢exHéÆØÀ³a¥C8$/¿A£yšgY>YdïÙj»ëêkUðœ2FvÑ»\'‘ÇîP	MÀ²ÐB{½`CydÎ@h•¥ÒÜ¿J·­;eú+A¡­ç`î0xÌ£“;z®>î˜1_Ü\nÜùRÜ„5¸³É~OLþrsÈ~æiW+.“XÇiåyïèÁ‘G“\'˜<Q0yznÝäÙeùË6_+¥§§…0.;™ã1:™ß½è“ÜI„›;	,y~@šˆ;°tU¸sŸÜ„6¸#_—œéAN!ƒsšÈá€€A,WÐ-a÷ìÊßÇ¦|±\'æD €ðüÝ°2€ÖÝ¨âm,lÊ[Ùñ5Êš¹*àŽ–ÙŽÇQ; °ÕÅ³‡¶}dÖt™3_¿K†€ÅÝ/çì]ª[î—£v„PÜTË÷žÔ7a\r#Àêˆ½[Q5B Ÿ²Lº¥e;FèÝ`ÄK³ó·˜B+Ï`˜‡Åp›Ãv£k``@c¾âv±hÂvdÜK÷_É…rÃÃæÐ-7Jhn`÷§f4ðSFF·˜k\'Æøé“—²2\"/VÆù»:ÁÊÌ¸„•a»Ó51¨zÄÊ†¼ªZ2ì76áƒçïÄ”¬€åZCXám&°â†YÌLêÛj©1ÁôþnaåBGhl…£{oé@¨¿òè¹\ZŒã©¼‡!;¼¡³Õçhóíwx‡×—a°ú2Ô	¯ùvûk™MvÛÕrþÑÓÜªp¢>¥Çg‡§—ç¿Ð¿ä÷çâÁ%òþ·Ë²Å_Û—@¾ª.Œ\"óŒ¢çê¯Á ¨¢žƒà(U4Á}uTYêX9÷xŽ9ãäÆq0\\QŒ/´’ù”­ÄªÎ>l%Ê±ÛVb 6ÆCº§ƒl%Ø‹B4ÜWÐðäm`Ñcgoží·o¹ü¨&«åsžæj›C:?´ª‡âbQ[Òht°®½{A^E½ðí\0áuÖµø*íúPh}õx…ê:Õ}¬qUþm0sðÙ„„6ÈVË—l’½+Õjþšn~f-¤‘èv÷P«Z{Z€\ZyÞ0ÔBæw€Ú‘`•0²ÂÜÁ‚mxégÌ§è*èŒ’>~•>”¯¸võ _é¹úÀeÆ„Î\0®JoSg‘¥‡×Éöe’nL0QËT¤ò¶\"…Õ`×>eOÕ½Ô`g¥‹~f•QªÌ¡J\0DåPyÓ¢B`€•WÊ¡\ZZ„id–êÀ¸½%\'º2§Úžœ$£]ˆ#‘€¹8âA,*9rá†Ä(pä68‚4GLQä/r¢ïÔdI\0uØÕrNÝ,;WŒžóõÉ’$>Èr¾bãÛBñ&Ô²ÜYLéõ„‰a&Š[/©.($‚$\\E³‡.Ê\r=z»˜ECó²Â™ÑÐ´”92N¶L,©´P[ÖùD¶ŽÁ¡¾p_Ñ+p˜ è•»UŒ„Ú Ô^L¨ePôê9]©4­Åãüc¾Ê&‡íDÝM­]¡ª´\'E…‡Ã†{¬°Çy]Va/À&ÀÆlD46&¡¼®{5‘ŸÂÏ<]·Ð3bqOrçè¡‰¿\ri=WzÌ˜PÜ3 ç¶Š{\Zô¨9U{ÍÉK¾]w[;¸xw#féÞÎU—‹9²ŸìÊÌÝTÎJ ÛÑî<õ³§ Ìef°2ÃbXžz·wT‹1P¢ËK©ÇÞ±£ânÊßp/%-Îw}**†‹¸NëîÛÔà €Âœ(™=tX+v`;†t#<\0ÃƒÃjà`ŒV§Ï#©A¡kàU!a“AÜ)EßUÁSŒ|••¨çê ÅÀ„\"Ï2‚Å©ä«Ë Î„¢:‘»JëN(¡ˆ:Švùò=´Kàü1ÁT8ªjO|*—›U`¢šRLS\n]%}ˆ]Sò–EÑÜÌ%×§²B¦ˆƒzÀÅvŠ˜7¹–º¦Tÿ×‰¡œ\"NNUëÀ¸æ¥YÕX%Ýkî¢v­¹E¯î¦á=s÷‚ìd¬ƒiÌ´öïuÛlÝx;\ZT“Ž6IG›©“q3uÅG¤+j[èŒðò€™ƒnçF–½îW+X^âÒÒû­VšoBsMh®	4¶Û&ÆGØb–L)‚HÂÂ.ŒÜeŽvKÂ0¯M\0p… ¸·d‰0©–ð–,\rò¸(…!”ú&þœ5u‰Œ¦Nj”N_‰íÜAD %?m¥ƒ(Oõ³º*pµRd”•LÏÉ4bâ&LôÁ„N)¨ÁqZAî\"€œ\0Ò”`ÉÄ—ñƒ,]“Z4)dï4!Nbß7¤	NKþ=¾á+Z$íLvê*Žåf¾z[d\rãLQ#ùŒntÐK\\ú0À	ê2:\Z§±q\"NÜiÑfuP\0\'¼•3ZñUm¬m®m<Ô¶\0\nÊõ]_EíÎ,6dìòl—æ}ÈÀ£ïG_\nÒÂÉ‰Œ˜»ýêÞ.\\?È€m/…è¯‡‚ÇAF}×ÿ1.E«5‹\råŒ52¸F7’-ÝÌà—`F2ÅâŽp3PìwÄ­mP˜™Á½¹#!†åÖ™A43)›€‡\Zõ¯©ÁÔ#î )¨Q·~±K¢lô(ÙI¢‚z‘Dß ïI5ÿ D \n)\"€\rÐ´úFñÒQÜ‰„Ú\ZªÆK!}7^Žú&ô(¥º‘Êx|ñ¤’öó…M#Pÿj§Jz~W§J@NŽþÀšÓBDSo\rS‚•r1XKFàÈ	tõ&®ÅŽºp¢®Þ´?-ßÔ±{u{[)ÄÍ»×ƒáâ®«6	‰?K%”rºuw\'Ñ I„ÑH–‰c½Û$hªõ(qlã–’‰ŽùµÛ&htœ\\Ä4¡ò¾ö`™@’~ 1üæëxÛ¿\rI?·KŸJH}?ëŽB?EŽÊÕHNI{ïI=EP<\0ýI=^ÂïK xKêñu€p¾	ªËC¢¾	¤:äé¯ÉÁ‹ ú?ÿµicÙ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_downloads', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_outlink', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_sitesearch', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_SiteSearchCategories', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Contents_name_piece', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Contents_piece_name', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicePlugins_plugin', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ…ÐÍ\rƒ0à]<Aø§/;t‡Bq	…\nª»7¤hr{²ìO¶Jl!’#ÄØ,2Q7mHZä j:Ö$±+Ä ¨$¹3\"×/°¹”ÈëQø/¹ÜeÛŠ@âÜ‰½N\nz¨E…™ÄË$ ±n~¯*Î™ÔË\\@¯7WÝÌ½¯”y­H€&­ÌhÔGOa-÷knÐ²YôdøÞÎa®ðsîE+?ëaµ½®9øÿý/Î²§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_brands', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•A\nÃ Eï2\'p4±Éw•”BO`¡‹@vYŠw¯ƒhfÑ\"Ý½?ŒÎãG8¤&ÄV¤3èˆ¯÷Aá„QØÁd…­b§y­ÁH˜*³ð¬æ^=¸õy–±KYþ¼·Áo/ÚÍ¬ž›Z®ï¾Êõ5±›JðË¢y,hG‚ÏMUÇª:VÕñ¿Õ\rÍòîy°');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_browserEngines', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœMÍË\r€ Ð^¶þÂp³\0{ÀÄ‘xñHè]?ñ6/™ÙM¨\"&è7ÔTÒºŠ#Ï%;ÅÙ­@Ò3Ôú†s¡K‚Ã<5Ë°¦Ãù±rwÏpž¾MãG	µñá%¶v’,ƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_browsers', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•Ž;Ã ï²\'€ÅûQºq“ÜH),¹s‰¸{Ø œUŠ8éÞìwò\nÓ;LÈ;<hK÷ÇFqƒæ…â\nÛÀzÖà\Z÷‚©’Aù\nC…0Ž‚¡ÍYÉ—c§È£ƒ\\äð­¾^»`?È*;?ízÃ«úïf|f¶ÌÊŒ•+3þ×ŒÏÌÊ¿>z3');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_browserVersions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•Ž1Ã EïâT`%Ÿ1K–öTê)[FÄÝ‰HM»ý÷±Í‹0HTˆïÐ#-° 9>ž3…4ŒAwQ&èR1HÛ\n,ÁlàÌ\n}!\rZw:9ftœ÷Ý6§k¾î;¹~¡r=|oÅwÍÛQ³e‘ÌŸŽíÁŠþw?>ó‡â§~,üXøñ¿~|æ—_‚“}Ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_models', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•M‚0F¯BæL¦+VîŒ	ñ\0£6†Ø¨\ZÂÝ¥!à,âî}ÓŸyù˜4uÅ–?S×PJàùè<Ø†ÐØ‹»¹º:Eg×\\ÛûlEÎT`%XKÎÇ‡ŒŒS17âÁfž÷aSL]þÜMƒÑŒ ØÿRUÃætrƒƒÑ_mçkA7‚É2aŒëÆjÙ8\'(»eÏÏWT*|[³hE»(ÚÅÛ]uíßlŒ[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_os', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•±Ã Dÿ…/\0hrLQ»t(kg*uˆ”-#âß‹A=T²Ý-ûé,òÒWLÈÔš^ïU…­NÔo*,0Õ(Ãš„¶RO»Ñl1p\"÷\"¿ô¼ð‡\\øflÁ_´Ç|mhT/ºÆÖÝ·?éú\Zã\rÕøq<GHG„Ï{å‘(Dyt¶<:B+z+{\"');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_osVersions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•±Ã Dÿ…¨ÀJŽ)j—eíL¥‘²eDü{¡ÔC•*ÛÝa›§‹ÐH3¤_1\"­0K|¾áW8ˆ)\\½2\')üU\"¡ª&¦5×ãf>{0,·,?÷<×\"$R®7CvùîÓ¥òéÆGå¬i€ÝèÍXý±UÆ¡ëÜ1LÚÅ´[ðŠ—H¬Db%ÒÑé]~Ë}Ì');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'DevicesDetection_types', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ}ŽK€ DïÒðÔáÞ$î\\î.Uk\ZîÞ›¶0µÀ¤/0£ =¯ÛNé€J¶³Ù‘Åiñ·ÄpÉ¬n†gíš„.C—8M¬ñÞóÌã{Óø£ƒÚøáE‚ß~Vú	;Å^ó·œ‚Ê£ÊÿŠµKŽQí');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goal_days_until_conv', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goal_visits_until_conv', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goals_ItemsCategory', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goals_ItemsCategory_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goals_ItemsName', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goals_ItemsName_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goals_ItemsSku', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Goals_ItemsSku_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_keywordByCampaign', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_keywordBySearchEngine', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_searchEngineByKeyword', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_type', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ}A€ ÿÂXÄòÿ€‰o	×\ZðbÂ¡›¦ÛÝI0¨:&Øa6Ôu¥ã¼T,(Q1C¨õfûÈ;š-ò8cáŠ	%>6zs};4jc¼`Ê·àûOùÁ;[w°LÀíò›FY');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_urlBySocialNetwork', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_urlByWebsite', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ5ŒQ\n€ DïâÂÍ,O³•‚`é§x÷0Öaæ\rÌ0-B{†™Á¡UX¨ÄgHÊWA½åÊw¨ËS²ò$ZÅÍtçÇIÄ&…Þ…Ÿû\0†FësÛû0!(]');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ5ŒÙ\r€0CwÉ\0´åÎì	$$ŽòWew(”Èy–mCXàØÃ•\rH>¶,(þ§Eð¨@«ôÓJO2· ùºvcŽsØÆÉgû¹â¸ô]ž´øµå¸¶ LF•¸NÜ¼¬Ac·cUb½Ù/à');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Resolution_configuration', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•½ƒ0„ß%Oà8?Mì	¥`íœJØXï^\"ê¡*b»;[ö§Ëdh8E¤e\"GjÌ¯÷¨x\"mI5ýSÇ&Ø9 U<.RºhÚHwÅX1p\"÷\"¿ùZ>dZÖr³¯ÁLOªk§–Ñy˜µµPAq»ï*éaÌn¼ùÉz¬Ø­íC¸Æ‹§¼ÏGÏmbqã…\0¢XÅ¢(¯‹g ëÕâ„”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Resolution_resolution', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ•KÃ Dïâ`c˜;ôTê\"RvÙDBÜ½PêE•¨»™‘?O“ÅJYÅ¤üQÊ.N`ËÏ×io`$s 	Ò*Ø2 ®Ii«uæ³ÀCc×Nå^-,3¯ýC#¥ö›3¸$ç ó¤öÏ„ÓØa¼ýÉ8Ç:$7ãCPœxÏI—œ‹€\r|bU#ª\ZQÕˆÿÖx‹Wßr¸~p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'UserCountry_city', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ5ŒK\nÀ Dï’ø©V\'wè,t!¸s)¹{ÁÅ„¼y\r«ÃqC<¥bM$Ðhï7ˆ\'ˆ¸Ã[ŠžpJÔäl¥²m;.ÅÈ\'$ãr12ï_Ç½91YSï“<,ò%y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'UserCountry_country', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ…ŽA\n€0ÿ’´ÖVÝþÁ?T¼O¥·A\"9ˆÞv6!™„e‡‰	NÂ„’áAGZÖƒbn+´-wØd9w*;§C¯^õAõÃÓWþ`P*ßœ¥ø4;³˜5°ƒ¨=ànþUŽ×¼Øõ\rÂ8*A÷\'X/²ÃS?');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'UserCountry_region', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ5ŒK\nÀ Dï’ø©V\'wè,t!¸s)¹{ÁÅ„¼y\r«ÃqC<¥bM$Ðhï7ˆ\'ˆ¸Ã[ŠžpJÔäl¥²m;.ÅÈ\'$ãr12ï_Ç½91YSï“<,ò%y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'UserId_users', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'UserLanguage_language', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœ…ŽK\n€0DïÒ½Ð­:½ƒw¨ \"ˆqUzw%’…ànÞ$$/Á\"¯Ð1Áqx¨-Mó¦âç½Y&W˜ÊÊP¶\";™‡4A+^ôAôÝÛú ‘Ý¹ø“;–³õfÇv/¸‚ÿô£5Ï‚m…Ð÷ÂÑý9–¹UE');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœÓ±\nÂ0€áw	8äîšD/›‹[GW‰!P¬àPúî¦CÅÁæº)ù(ÉŸ$èd*bc^’i\'fH÷<˜8\n1—üÈÏ4Üúü¾–±¼F‹ÐòQ›8ÁºÕÊT\'Žýº°²öG±ÿÒÔÖÒ•NSXWœ¦tÐéŠ×NW‚¦xðºrÔ”\0AWNM¥süÕ‹wÝµkvËNàéa»à:3‚ßµ#öõ˜kÅ´Gj‡\\*ûa»æúSìÝÎš4\0^/½');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'VisitorInterest_pageGap', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœÑ;\nÄ0Ð»¶X²Ï¸Ëö^ØÂ.eÈÝWMÀ…‰¶ÿƒ\\!gC(ñŠó@íõóÝ©vBÂB¥Am% Dåj»k¯-Åò¾7eí”0VÔS\"ÇNYÇJô”ÄÉï’<%söç’=eâÙï2=*	´°Ÿ™ËbýÇh×É¬};«ç¨¼tóú\\?×Å‘');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'VisitorInterest_timeGap', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîÕHÁ½}ë!ÿ*ØH™Î`Ø7 u~V*\"HX…Êó£‚\"•cúc÷Êë¼øÏxVåpurÝ±–”ÓÕÑºnJþ/ë€â-4úœ	[¼J¡.\r-ÉŽ?;I]J-Éo©C\Z[’+<õHùVÊ WX³tT>5+Ï¢{¶–:¾¦oÊª');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœÓ;\nÃ0\0Ð»:\n$Ù²yëz‡:²e¹{Õ!Ð!HÞäëãE©è±*öEó°»Š¦my¶Ôw;I”úªl+Ò”S?W%»‹zX”ûëÚpþSð^áHÉc%GJ+%R$V$R*ÔX©‘Ò ]\n[Çäži3Á?fr•¢i\Z¨ïì2òËx Âä°Å\\Ap\0òg¸ZÇí+àˆäÏq³Ü€‡(˜íQŒôàg$_Wjº');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'VisitTime_localTime', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœÅ–KnÃ0Dï¢x(ËŠ˜;ô.ÐE€ì¼4|÷F¿T@›q7DV¤$;3\\UfÝo:]Wõ½Iºo\ZÔÝ×Ï¯»»æÍ›¢UiÕ÷šZ3·\ZZ]Z¥ùVt?ò»}ãµ(lD…ŠŠ¨§¢ÞFt¦¢³h ¢ÁFt!¢›BÝR?¨ME|½èaáë\"DW}”w¦šR},T÷›Îy!É_?ÏÅgÿ—¿xæ/v^º½Þûá?ü2÷èŸÞ|ö6ZÃ¹µ½¯‹Í}¥³<Ò†<0äWy çÑ÷ÿŸ8aBFÂúâ]‰0^Vkò.kœª0Â*8WaVp²Â­`l-Ç6²™åØF–ãF<b9¶…8íÄˆvÂç>±\ZüN&?£ÑO8¥Ä„RÇ7¡:ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'VisitTime_serverTime', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 'xœµ–MŽƒ0FïÂ	°âÞaî@¥YTê®KÄÝgRÈ¢ý:³øVNÌÏ‹°yòâ\Z|½ùxYÜÚ\"ûúðèÃ}¹~ß‡KIÞ\\jÔ\Z­Å\\¡ÆXãTczÆ­¼añÑ×­<ûÕï¡Â*„*jjh€ÐÀFè¡š 4q 3„Îh†Ðü„>\\|ý:×Ö¯ó¾÷î;/Ä.?uùtä_Ê+KXÎú -’µkK´A¿]hU86¶oâü²å¶Ø\nÊFó?ký&v¶ˆu-b]‹¤w-rœÌÊÉúƒé†($	\n¶ 4(ØƒB¡`\nI…‚]($\n¶¡dV±î”¤;ÅºSÖöaJ#iŠ=¦”Amû&+Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_actions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœíÚÝn›H\0àWA~\0k~†ÜµÕjW+e£ÍîÅ^YÄž&¨,ÀÍVÝ¾ûÆã€™C5JÚÄ‘r8ørf ‰1Š¿¦1ºJbÚýÀôª*æñ\"KîT¶¸ªb&âEð¾(>¥*¸)²tý%ø/xÿKð[¾ÙWu™ª*ø«¨“,øS=&å¦\nþþ}q•ÆD¿BýÂúÅ›wb¾Ñæ×\\èïéàxš-(¶ÈÕuóFõ›^Æ‹j¿]ÕéV­rU?å§¦6½\Z-‘þjˆ®:¿[=¤uµzLë‡A´Î-ŽÙ¶i>í”üëâV]•*?«ò-©ÄmYl¬¬>ØTÅ­ªNr¡e(C³?SÔI^Rµ1Âª©.“¼úheÂ„·U…cUÙá¦.aÕ5È‡1{5•\r£ˆl÷J­Ú6Åvµ+‹µªª4¿7ÇA¢ö8(«p¸‘®3ìr›:Gs7ÕF¦Sí™X!£ñš×Åv—©:-rK9wÔ|º‘®™Ö<’19^óH,fÜœ¼¦æ\"_eE²^/VtWåÉõr.ÛÉõ2¤/}Ñ¦å‡iþzÚƒFýéarXj(ÐÇKÂÃf„´‘ô°³sp“ã[cM¢¾¶×É.¹×gbZgjµKê‡eº˜¹’é´AÇìSNêäÁ¯ÅV·ur¯Ï¤ÙL²NHÙ)I½!É#)ý I¹ÉprERºDÇC<$1Ã4’²ã\n‚¤„ É\0H\nÉ€HÒ%É\\$)IÁ	I¼dŒÀ‘®šH0’‘¤Ý¿¬I$1I@’AOdç‘\'Hrl#Il$‰$ƒ!©WÏd¬7’8ŒŒš^r2›ÞÝMñ¨Jµ	î¾ÿûNIö´™ä¦—dè%zIþ\\½$]FB@™ä.&	œL\"\"\0L\">£—ä¾˜„÷’ýg;ƒÉž‘sL^»l¼«n-guÇ«³ÃF«{\Zà­?DƒkÀü¾ÛÏÐ»k9b#Gr]³gŒ#Ì6Ÿ5ŽÀŒÓgØl†zå¨­¥åôBðN÷˜¥Ú%Mh#ˆí—YAÇJ^‚8ü\\Äéžë8Ä‡]ÄIçpÙŠ™&8q@\r—ñ™®êBÜOCD!}ªÏc¢\'ˆÁj7öB{å\0…Rz¨Ë5‰q\0„<„@\0¡@o Hô\0q@¢èv¿nþf÷™‚è+\'HDÔA]®)‚LŒƒ á™ \"H\\z…‚f1Ñ#ž ÄŸ\"ÄQƒP¶WÁk•äÁ»2Is½ÈtÓsŽÅ¨Ç±ŒÅ(l,†=;„Aá‹C?¹Cý\\¶çŠ0l®Hj¡æÒ#%¦‘bôˆÔºTU}ÑÉÝ%u0øè’ˆëž¡3­šqÏ¢’Ðe2ümëDZ xô,EÓ·ê8inÕ%¥ReðA}VY±ÛªüÇò‰…>}:f›ö‰…Ÿð3_I}®©¿LÌ´OÔóDM$ÑËDÒ+ðIØ>Ik¡»Y‡ÍÍºî:½U÷Àqù]õÒIÇTUóPÂÊ+ý‰·ëµU>¦Ë_û|y$ü\r»\\Sm˜‰q™çA\"è™}tëÂÜÊð±ÙPt}û€ò/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_actions_url', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ¥–®¢0†÷ÂðôE¯en âH.CË8É{ŸS µ\"“!±6öçôKñ|š+ª~Ji®˜ŸHõ£•PQ•ï‹*J5f¢þ;JKEí‹à@†ÙÖÎ’J¤¶Nˆ›Ðtgß¾iEé¾ÎLYYS˜kÛaÕ£‚8Á¢¸\rîÙì³sitv-Íù)8l8V©ËæiQ+übÀ+r¡üO8ÄÄ3]t¿‹ÎâPÃW÷‹Z6bs7941CskŽL\n¿©\'{ÈÐX¸Œœ™.oôiD#1%d;»¤EKBh÷ÛœœÁÝWýÁQ¿µÇ{IÉ-R”Í\0m]ºöPh]6¿,&%lgïa4„ù|s©ÄTß³>G&Î·žÅ³³4Ì}hëKU˜²mÆ/\"“tuž·í@Gü³‡0j ËÜƒ˜7KÛdU›GFxß+>7²=´Š_óOœ¿¶Êk([øV§¾ÁH&ì”#Ã@ÒŽ¨bMb78µÕ±è²¾«2mòÎDÓ)Ÿ¹hµÙN¦5yÕ×¼;êÏeÓo¬t°’ÝÖ—\\Ðî“ïÛÞ(§*îLÅ=ü¦Ö(\nÞ\Zj÷|Ö+aÁ\nõÀ;ó¸º/ºÙ-9V)ÞÅUhd÷ÙøãätÁWêàk¥.l‡‰•ºËf{ÔE5¤‹wfd	ËºXã\nþÙŸÕphruªðÀy‚:OðušH>iÂ5½SKo·¿T€Û4');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_actions_url_chunk_0_99', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœíœirâ<†ï’ÿ€Vo¹C®@9àL¨°•É|5•»’lÉ2–­&Y§*‰M\Z©±Ñ“W½g˜fW¹?d˜DQv—gX>€îóŒê†²¿‡Œgwëü±Xß	[a8[m—ÅŸ»{ùäU‰o,¾™ü-Hå?h, 9Av‡¤=Åö	¹¿¨ø%N›ùqµ)æÛâøº+_êùÐ”ÇÉ\"<Ù>ÎŸWÇÃüuu|îX‹±Ó»z´Íjë\r‰/c”ÿqQ^qË¯CQþ.ÊÚ&šFœUn1—[±ñŠ[^µÆNÕ/QÙh§Z6Ä\\[>Ë|{x²FJIZy¹¼²Í_±åWg<„˜™ÕxÖ±ŠÓúZPË·ån3ß—»Eq8¬¶¿j[:eQ¶”¸<ì>IøIõØÆOçØÂNŒÆ[§-ž2FÜ>/v›ýº8®vÛæýû|n?IøLœ>;ÆF1rûìòóæ5>ï¶óõ._6b4°^,kíek½tFÓo\0{½t\"µªq\\\rËÔIZD\n’âêáXIˆ×K8V§Äx#žÆìn|“¤Q˜RO=•ŠHL>ûC6›-žŽ»c¾.‹×¼\\¦âúÍN/³çÝ¦˜Žù/qógjÉœ·7E!Å?¹‚ßÉ?Vókþ%š„ F€I\0\Z£^\0&Sšb(\0\0£4ò\0O)K\0\0Ä„Ã˜@\0H\0\0D\Z»^\0â)añ¥\0tÃÄ@ÆR \0%´0\0õûá\0\"§Ï¶Ùƒz•ÑåuÍ›¾ƒ:=O—oÔ¨\r5Ö‚\ZjA­b¡†\Z¶¡†m¨‘^¨1Ô»ÝËª˜ìwëÕâ¿sª©áq„ÜT£ÜK5|N5¬©†¾‚iø³˜&ä LÃ>¦é±ú™fÙ2\rag\Z0­ÏÃ4=«—i>t˜ææƒmæäƒË`¤×\0½\\äÁ}ä‰‰<Ådµ]¬OËb9{\\ŸŠ‰¸ùvòXæ«ídµ,&ë\"/·­¥ü@iÚC%zN%\",\'hÑÊE©ú\0ë\0–òCIÎtu 	O$¼,ª¹.‡¤3\0Õî|~ªû£Îªº·×%ŽÏ!Û¶Ç¡@z+£Ê…wq…«{mcD\Z?íÖË¢œœÌÅž«<*¨xåÌ%\\©±\"eN%Ï0é“;°\\ w»q½“ÄáôŽkˆ3ÆÆ£wX`½	b™YG½ócõŽ[Õð jöe±ÏKAŸ}±=ˆ49,ž‹Mq.cÔdaI–6˜‘ÇMšÜ^yCF–7$0n@!#ÜqóÃqÃ ›(ƒ›†/Õ`\rKÈ9K°X6m:õï´tùñ› !¼Äðo‚ˆ“jÄ\0 €m‚‚i’qÔ‹‚«n‚ {žÂö>=êÃlvâZ~$ÒŒz2VÛìÜ¸øˆÒ4˜øÐc\ráÄØxÄ\n,>ˆ+hÿ®ø¨i‰E¬–?‘3¾3!þ©#…ÄK=Ú0^XäÁžb\n/ÍXCépc3Œ\Z/„:âå§ã¥I|c;ñMâÛœØëØŸõîÍ=EÞRA®Ãi!ïáÓi=[½T”“eñ»Xïö›b{<Ç™t™œ^!VCo\\,Å	\r&–ôXCbÉØxÄRX,Å ±4ûá4{o¡M9ý±š¸«I²».¡®”³–ÅÏHÈæÃjh™)iâE‡/dD©KCÀ\0ElÂIŸ1bÓ‹„k§­ÓzÑ¤ôZ#f=ÂSÛ‡…we‹	òˆíW½S*\nÓž}ØXÂ7¤\\tpåB|}–Í°rAôe@”J!0BÐ²äQ¹|Wåré6Š%\0MóZ¬×ªÌfQ‡Î¾IUzaÄ94Ê\\—ê©Án¿,O¬øË› lQò¥¡ôM8¤ŒúæËô\r\\»pÓ.mV4b…hZˆ±’X6båYÒ…Ewg$#ÔVSV«—ÔÙCúÎM9„\Zij¶Œ.3Õ/\n Fê¡F€NQUYL`ÔHÔÖ ºÌTwèä >rèéC÷…ÊkHãaWÛL!>¦˜ª´ªW€À†ôÂæü&;¹cŒê&Ð´^ÌÕ+Ö{,Â±ÞeM*\"ƒì²ÚH©!E ‘\Zq¥[ýT­æNwSçõ4Lò\ZF5oh”xh mS¾Kq%¨¼4J\04\nÖ­)Y„ÅÐÈ¹Ä?£IóßQ7i½,+´ ƒ–¨À!0´D\0´œÑ¡f•ä\rã\\³…¶°/‰ÌðÏŠÌÐiÇÐÈ÷EfO¼:‘xˆ<Ús~AÃ8‡Df@…}à†ñ12ó#3u†œØrbgÈi«3œ°Þyëã.z;Ã©wÏf§¨èpÔ‹™¬¶«ÛÜŒý”~Ñ3n¾}àÆŸµn÷S\ZÅ¢v[ÌÓcPAA×#k(\r¢¡€“èÚXèìK¯,t	Ní/\0#ˆ‡vOs’b„¶­/B Ö¢4v|[d„$E³ÚkRDò€ƒH¡k‰Z‘nD>D 4øäC€Ö&²D=kQðóQÐ,ç\Z‰<ˆü!ÔV•K¿l ´Î-pðÕ¹¥”Ð\nþòXX›ŠU† ªØ±Ðíû!x¡(Nz†€\Z ©<ˆ‡C±â‡Ì4ß~b,©ñm©q.(iŠF°.\ZQ½‹£ø’NÃÇu¾}9Ï¤˜,-;ÅçæQº1dó÷Î%oÿe –Õ8àÏ˜408†ž¤C‰‡~4œÏÉ4«¿Ë=•ÎÅçÊ‚0|i„y³ æu6YV_FaîÏÈš¢ ~inÄí³+ïÒ—EvØbÆ\nEÞ‘1aý“¡ÿ•n#H…˜<Êy§!±³(ÌÎ¢ô~h¸ü•üqw:\nti¨X°oÿ0ºq÷');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_downloads', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_outlink', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_sitesearch', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_SiteSearchCategories', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Contents_name_piece', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Contents_piece_name', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicePlugins_plugin', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœÐA‚0Ð»ä¥Ôß;x‡\nE\"E”\"ŒÃpw»a§­»?™äMƒ#V†Ðj«GræbiT\rCÇ–4C†‚eé‘…~5$¥Ï{á·rãŒow(‰ïŽŒ:9èff“fT”Q GÝüqUeN ç‹«nâÞ¦W*¢V&@£5îáÌÛŽi­ŒkaÐ³›íèøÚNiîçÂ‹¾×Ãâ{[sòÿÛ&Á²¢');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_brands', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ…Ž»\rÃ0Dwáõ1tª²@À…w.ínÒ‚6Fºw$È{\rŒ¾ÁÕ†pCA?@{û®;ÕDuƒô ¬Ì“‹rfû+”¹q\Zâä¤œ„(.WÊs•—ßÅÐ’&}}èÛ÷=xV“Þ×ÇÈ%#—œç\'¹hä8;#þÉBÄQô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_browserEngines', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ=ÍÁ\r€ …á]:¥\"ñqs\0wÀÄ‘xñHØ]\nêíÿB[\"%Á„ùbA¹á@9îG¦Ð{Íé:)$p³1+ì§‘Ž¥‰AF1îS®µ€¼tÍãÅkû£ê7¥êÙ-Ôú\0¾,');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_browsers', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ…Ž1Ã EïÂ	°´ùŒY2U•z*uˆ”-#ÊÝ‹k‘²lïûcüòÓFä\rfMïÏjâ†™fP	sf-ˆ$8\rükÜ¨Ï¬¯„CaWXwm¼ðíØØåJ‚EÞåÛGœÚÍScÇÕ®²Sv=7nÜ˜}ãF×n|åö|5nÔqãžU·:š…3³ýoÑz');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_browserVersions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ…Ð=ƒ0à»ä\0±“\0/c¦ªROJØwo~”ÊH…lÏ1&_`°Íè|\0×0b[a¡–ðþ,Ê¯ î“×ìnò3t<ÒP}Ê3AéÜàRÉÅX>ËS²MÙÆÌPfRåJ\'ô¿‰=ÝÐaÛÓoõ mìF]5³¸îŸÐTaz`×R8Ý#P€$€$€|$±B*›vâ}×Bn	Ÿ¯(´§+”B:ê*¬çN\\ùö/2¯¦Â');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_models', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ…ŽKÂ0D¯‚|‚üK\'+.€¸B€ET€hwQîNÝ¨(ÊîG¶_€BN>@¯Ð#° !œã@~„t ‹øN—Ý5Ž÷éù\"Ÿ ¹9fU¹gÖ3+’Kèk#8˜Ê–ÙÎ¬A¦[’«aî¾…ŸäÂgë`Ãu:œ6lmcë\Z[©~ÙšÆV9ÑØê¶åNã^Æ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_os', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ…Ž«Ã0EÿÅ_8*7h\Z\ZXép&\rT*+Œòï‹u2iÇÎõ•íSÀ¨L.p$Ô\r´–÷g¥¼õ†ž·;å¶\'\nÂ<8\n»Î²¼‡4\Z#ÁöÂaÜâ¸7q4Nxúm4yR`P›œÁ¥Ýë1+»¨ì’²c{f”Ÿ‚²óÿìÚ¦6S&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_osVersions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœÏ¿‚0Çñw¹0½þC~“ƒ¬Î5q ac$¼»=\ZôP¶o{´ýá00)¢Å<!€ÆüxŽ”&œA·K—˜O\r¥\\¶¤mí(íJ[ÛuÑÖ‰‘…¯í¥Ci²qÄ:qÒÍûÄ\"dÌ‹\\ÛoûÄº_ûÄF½6‡€îèÐÿÚC@V@«€v–n÷|AûêoDõÕ/ßòÐŠ}Ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'DevicesDetection_types', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœMA€ ÿÒ\0	Û?øL<pãHø»Ôx›Iw·	-ÃH¿Ñ*<¨¤ó*$uDÈdØÁd­Š{Ä«ðæ)ñ×ÙÏ”Ì ÀÓöu	Êákt}“`ÐºÎÒû\r±v*G');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goal_days_until_conv', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goal_visits_until_conv', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goals_ItemsCategory', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goals_ItemsCategory_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goals_ItemsName', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goals_ItemsName_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goals_ItemsSku', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Goals_ItemsSku_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_keywordByCampaign', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_keywordBySearchEngine', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_searchEngineByKeyword', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_type', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ};À CïÂ	Â¯æ½•: ±1\"î^,A‡¶+ÉK0hì\n­ÂC•t?EÅ\n\r¥UÌÐÍ0¸a–C` É[?u\Z.LS;ß$ZçùµŠ-Ý~ôŸl÷G/¼¶“,r»PF ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_urlBySocialNetwork', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_urlByWebsite', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ5ŒK… E÷Âˆèów»šŠ˜ø”aï¾*NN›Û[†CŽhˆÑ}ÃŒ,èav^ÂnHÐN0’8E/6>Äúõ´×¶Eì’¡Wi«»??õLúõ]”^4j0>.Zc4Èå-;*åÒ).ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ5L[Â ¼€bm›wð+ÒHR«Éîáî²R?&3“y<J†?O0Ôýã_¬(Œ–ítO»iÍqyŠ|Î±äÈV½ØÆÇaßÛ–c²Gg‚^w\\N®ÊkÐûn“4Ï`ùqÕa@©:¾…ZM¨_Ë46f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Resolution_configuration', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ•Ò;ƒ0à»ä±ó€8SÅB‡¢J:S©K%ÄÝ›¥ò\0„nl†žÍIß“ÊÁÑ<…²û×{~\"°$n—Æ7­Gcå´–Â±GÂÄŒ)Û˜UÈHp=¸ÔY\'tÊ:f²\"víØÔQ1W¿‰%>¤\'IóoÛåÂ5ž×.Zkù©SQ!Só+lI\r“‚sL*ËR,n5K†­ÊšS‘Q5ß*·\Z®2È¨P¦ªSÔ¶)R‘mUíI‘ÔÿQõ)êý±I…êî¯\n™šë–\rA—/«ÊÛÖ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Resolution_resolution', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœÎ1Ã Ð»pcÀ€s‡ÞH\"eË	q÷šDi½ º}Û¼ÂŽëÆ°”_È\\lö²¾w³œØXLpF³ll¥e¥Õ3ªìî®œïâZðê!Hv²s¯HMÅonýÂÀµõ«¯§1æ~á´41(bzˆ(³42zeÄHÊèçFœ1½Iñ/#2º™±}\0˜4~ï');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'UserCountry_city', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ=ÍÁ\r€ …á]:¥\"ñuwÀÄ	7Ž„Ý¥ Þþ/…6Ñ2œ&ÈZE\0•tÝ…´ÂH3x¤1ü‹`‘‰cˆAÎ°­ž¯ÂhE™Ú×$ZÇÿG·3i\\lÝÖžÚûŽ9*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'UserCountry_country', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ=ÍÁ\r€ …á]:¥\"á±ƒ;`â„ñDØ]\nêíÿB[-ÃÄù\" U8PIçU(VXÐ])fð³Â¾p\nY™C2Šmõœr£äej_/^Ûÿ]¿I0h]Ï±÷+\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'UserCountry_region', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ=ÍÁ\r€ …á]:¥\"ñuwÀÄ	7Ž„Ý¥ Þþ/…6Ñ2œ&ÈZE\0•tÝ…´ÂH3x¤1ü‹`‘‰cˆAÎ°­ž¯ÂhE™Ú×$ZÇÿG·3i\\lÝÖžÚûŽ9*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'UserId_users', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'UserLanguage_language', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœ=Í1€ …á»t7¡V$<îà0a01.Ä‰pw)¨Ûÿ…¶D0Ê\"ä’aAgÜÓI¡wº¦;S8ÀÍ3ˆY1¿°\néðM2ŠetŸ²­ä¤k/NÛýU¿‰0(UÏn¡ÖºZ,');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœÓ=Ã àÿ\"t<ð<?ÚsëÒ-c×bÁAšB‡ÿ^;/Û‹âÃq¼&FÇsaÓ\ZÏ;VczæQÅ‰1°ºåW~§ñ1äï½Lå3©XØü/Yy—ÂXŸjžk¢8¬û(±Ò Ån+FR°Qô¶B’bÀ4\nn+VRHžÅIŠ++^R8Y	’âÁË{9KJ€ Ïré*–Õ°]íÔ®_æšÑiyì¸fBðG ~‡}Ýr-±9\"õ{\\ÿ)\Zòúƒý2×¡È»“¹JÒò\"­/’');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'VisitorInterest_pageGap', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœÑ±\nÄ àw	t˜Dk/n÷\0÷Ü tëXúîÍRpsÛoÔR•‚žMC©*O`=M\n{ýþv(‡Ý\0!AiÊv\"…åjJöÖ~[’òyS…‘;…Ç\n{Š tŠŒñ”ˆÑï=%aê\Z+ÉSVÌÆÊ:U¢Â†|&OËd»Ž¾³¹NBþ£ÏËs˜~{Îu³ÅŽ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'VisitorInterest_timeGap', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕÈÚÞ¾„ýàk\nŽR„+Žh[>ßÊŽV¡²Â|TP¦r®Pìß=…ò¾ÿÏªîŽ=;Ör‚rº;òì„ª“@É{Ù\nÏP¬B£3a‹Õ†–ä\nGë(—Z’+~¥ilI®ðÔ#åª”A®°æjjž<‹¾lnIç¢hÊ§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœÓ±\nÄ àwn$Ñh·{€{n(tëXúî—¥Ð¡$Ý~«|TýJE÷E±Íg`Ý7MëøþÖÔ7›I”ú¢l#ÒTS?%[‹º[Êýs~p¾(x¯p¤dÈ%ß+9R\n”‹Â÷J‰‰‰”\n5Vj¤4hñé¶H™`Š•ÉUŠ¦¨ÄÌì2–I€%vÈï¯e® ø\0ò+\\íÂí%àÉ¯q³½!?¢ü.ÛO1Ò‹ß‘tü†)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'VisitTime_localTime', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœµ–AÒƒ …ïâ	L\0-ézÿ™Ñ™îºt¼{Õ@eQž¸È*)ˆï3¤o2	{™ŸÒß\'q9‰2¿%H÷šþþ_Ý}[|\n¥È)ºcJ|Š!Å!ÅqËö†Iz™—íì#/ÔEÉF”¡(Ûˆ:(êlD=õ6¢ŠÑŠ6¢#mDo@ô-$ÝMÿ:{NÚÑGî4÷Bì?zm†c#¬9¯œÖîxhüæ¿ÈâYl 5²ÉÜz Ækh„ÜM?¶o€£\Ze¸¼>ë\'hÈ\n´P …Œö½,x¥ká8^¥Cf©Â\\ÐqAçZnÕ…+ï”Ð°¥’‘§2U­ˆ¯T„‹ŠðÕVj©²^E\rhÕNâ²“Ø_ì$lÑdäÑ„MšŒ\\šMïÛ6²Èƒ÷m›‰\nl4=2Ùj~< &HÆ~Ç&~·|\0@$Gô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'VisitTime_serverTime', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 'xœµ–Kn„0DïâPí¸ç¹‘²iv,wOÀvÆ‹¡`Ó«n,ð+µÅ“g• ëS‡Ç¬¾5Y×E£º×üýór}ñ©¨Ujõ­æÚ„Zc­©Öñ¨Û¾Ã¬ƒ®ÛþíW[8‡Â**6PO¡Þ\Z(4Ø@#…Fh¢Ðd)t´N:Ù@3…f(¸’`å¤)Y	\\K0ò¸˜`d&p5¡¸iQ¨“båwïKŸ]‰p<EhG‹g–¿ý@Š\0ÞoÿýÇ`\\_0ò¸ÀÞóˆÝ<b7él¾ŸGÝ<üypÉaü,µ`¢á,Yè“¥Ü%“É¸	a¤BpÂH†Âe(Ãõ#gÇ€vmýþ!—¥X]á.îpF².K1‘åö†1>');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_actions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœí–ËŽ›0…_Åâ/²©jU)\Zõ²è\n‘‰\'±p¤é(Í»×Á1c.N›Ù5‚ß:>>€ÿ/¤1‰<†‹ôzÀøXÅ4ö²tÅ2oQÅA{àAˆÎÀ£ÈøÓ+ø\r>€OÅz_Õ%gø&ê4_Ø!-×øþÙ[ð_$¢Îª êâ\\AU(ýQìA5 ³À‹¥:y’£aìUû<©yÎ’‚ÕQ¾¨hrú˜Ì *°]¬’-¯«äÀë­¥–ÞwqËyÑïåO‹Ò_KbÚˆ¨‘«båOV^4Ô0nb}±®bŠ\Z©:^ÐŸ‘P¯§Cu4Ø\'aÔh\"#S]¦Eõl8AÜ8á°/•)×¹\"#—í‘^U\'³UhÞ¬JŒlk‘\'»R<±ªâÅFkç¨yn÷%´\'Éœ¸õÖ9¼Û—{Ö¶i\'rX™ŸD¾ËXÍEaùgîN’™Qoæo+óˆ¶Ó/¢H2‘®mÃÞ~1ÔmÊN¿¹uú¥_$»>Ò¶²˜¾ <Šòv\nÎ%6À€ýÎeAuqR¤IeqlÚd—näFäuÆ’]ZoÏ “YnåØIÁkÙº_q9³(9S”u“Ë=Š+Ù\Z¬^Á±‹IÜb’hLÎïEÉ¶Q](IîCIÍ†AJbµðž¦$™¢dNQúQH(‰Ü)I\\(¸PºS’DÁûQ2Šœ)‰çÑ{Röf6eË)4Zñ/<¼nz‹‡í:6—Nä#š|òñô\rø\\ð&7×Í\0ºò\rwøF,¾É[EÎÀ×:ÝÈ-àüˆÌC(º‘ð~t{‡]ºÙÿiI78A7õ\r1w¥š¢[ë5F7­§¤îtC.t£Nt£Ît›&…E·~R˜²^Rô	þslˆc.’Ã7b¢eÐé*?™þ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_actions_url', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœ­•\rŽ‚0…ïÂ–?-wà\n¤\n®dš¶¬›l¼û¶ÐÖIvMÄê<g>jß#ˆ~jd…f‘¢†bä5ø\\5^Æ„Æë?½¬FP<cñrq”‹P^@$®aÉï‹Ð˜åò%/y¬o^·UÑUüA¨èY¢À‡áI»sq«9+5¿Í„rÞØ¤­»Y!ñqàâáiþv‹ ŒGQlá°Š~UTÒý(h\"Ö)˜Ø‚Ñ%5&I3Æ°L4Ð“tÔ¤\n§¸c×FÜR%Lâ‚y)Njá¼Šfs€f€–*p\ZT0´JÒwJ.cu÷!Á€‰…Ð6×‹# Z\Z¼¹DOS3Þ@®hO\0ºQ/¤½7¯I7ìá&¦­­íÓ–ä.¶¹`rÐIW4—šÄ}ÈhD˜rSËç\'Ûªž”=¡tÞðFÚÄÃ*G‚xP=ÅJHŸË–WÒ”-zÚŒcÊ=µg7Îï—+\'7´z`Z2_Üð¡ÿ<ÈHxÊßVvS-_!ç!\"æà3é9ÒAt\0$Qø—Ù“!‹í5µÅöN+î´v$E°–ºï\"òÍLØ•Ázäë!¿wþ¶¦®{]¯r{ëmí?¹Þ‰iKÞanhÿ”`5¶þðÜ¢]–OÞY^XÙ>ÊžÏ_÷<º@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_actions_url_chunk_0_99', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœí˜írª0†ïÅÿÕ|ð!ñz*­ŒàiÏt¼÷³IHMÚÁöGOgüˆ,»o‘}|7ØGÁÈªe˜ÂfÃü´ÊUoÄ>Z²Y™­ór±›-Šj›¿ÏVüdùÀê•?ü\r…§0\'Šx6C<žbsAVÏü…Â|\n‰ÛÓ!íŠCžVy÷V7û¾šºD|A@IµNwE×¦oE·ECî`Ög;•=‚?”½ß(IB\ZºÚ¼ù“7}L8‘²›¬K°V\Zª¹Ð|I#]O‹\ZÄ9bšº&«Ú#\"2‰lªÌp­+6tó!¬«jeã(œÈªÔÐ¶­é±©7yÛÕ«ŽM°¼n”ØŽOXåÖ:¹E¬Rë;Ð¼©Ç2ïŠº\ZÝ4·5O’w¹E³ölz0èŒºJË:ÛŽdÙ;ÃˆVz¡«:Zˆqº9Ö_,cAúîŽÄ‚w7ü7bIŒfÇ\\±õâÌá!È#N=524Ô®ëŽ-[,6/]Ýee“¿eÍ¶ÃÕYœö‹M]ï‹üéX—ÅæïBäá9ŸYxzŒ\";Ó(u2\r›ýg\Z¦bÚýonÈ4<\rÓtÐM¦ñžH|™†]LS¹n3Íˆ¹Ï4ú3\rû0-ôašªêÁ47FL³óÁ³òÁðŸ^·èu0Ô˜]}ÈŸÚ.{…ë|ÍÁ9J—œ/tÌ—øš/ª\r€5ðNVÏÄS	¶ôo<¸²eÂ(¹‘ÂË=Ü\"m™ðGN’ôbëŒø¥[ä^Îw\".\\ˆ77ä½÷#>¤z¤±‚‡Tâ`†”ð%·“¨‰†w^$\r|‚ijdG‚‡áýkâ…§|©ËmÞ¤€™àÑt6‘6×†¦çQàB—åç\'2ªè‚\'›ÈTø¸:•{Á÷BæX\rŠn÷B]î%Š\\ÜAó8\n}ÜÁþî…ú¸—ÀË½øOd4>ë^ˆïD†âØ›D$‰Ý$úõžÆg\"£z\"ƒË„W™ÝQäÕÅq¼˜X\"#ÓuM5˜­¬3Õ×<ßÁèÎø$É¿ƒÜ™`j~…^~{àf²aÉe\"†^Çj\"¦~‰«ñ²)¡‡MvtïRh?	ë¸ÿÌ¾ËºÌª½{ß% ?±ï2æ³>>ºÚÃ#wvX´\0·G¹pàšªÈÏn7¢êû¸‘Kãñ JY˜`í»ivM¼w‚õÿéá;ÌØø»æ;¹ï2Äò›5‰ï2ÞÊfÇÌ Èî00ÜóÙº>uÀÕúÆÖÊù±\r‡Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_downloads', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_outlink', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_sitesearch', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_SiteSearchCategories', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Contents_name_piece', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Contents_piece_name', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicePlugins_plugin', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!IÒ#íkHJ_öÂ(äÚß|9â·#£Nº›Ù¤eh¨êôQyT9ƒž/.Û‰;›Þèµ2\Z­qƒ3o;¦µ\"®…AÏn¶£ã[3¥¹cœ“ …U¿øÎVœ|ÿö¡²8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_brands', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍ;\nÀ EÑ½Ì\nüDƒÏ*ÙÂRv–âÞã(	vçÂc†¡QTdØµÀ2ßO¦X`@ÇE1A÷Ð #6‹ít3”Ä6íÅ®Û‚´3¿¬ößM~0j“«glí}Õ*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_browserEngines', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍM\n€ †á»Ì	üIÃov ;´¤MKñî9Jáîyác&B£$(Ž°ÊÊñ83q÷–Ó}\'èÖ\ZdÄf²Ýa„’X†½Ø5[v}æ§Õú»Ê…RåêÎµ¾K+q');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_browsers', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍ;\nÀ EÑ½Ì\nüDƒÏ2Mªìa);Kqïq”»sá1ÃÐ¨	*2ì‡€Zà@™ï\'S,0 ã¤˜ {h›Åv:‡Jb›öb×mAÚ™_Vûï&?\nµÉÕ+¶ö{*	');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_browserVersions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍ1€ Ð»ô\0†Š üŽ.NÞ¡&$lŽ„»+Ûkó«`ä#\nû\" _p ¤Ç™H., u¶~0$ü¬4V?ÛîÐúÐ\nS·¯v-ˆ]‹ù_jþ\\ê…A.õê.¥ÜZ+B');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_models', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍQÂ Ð«˜=©2ûåL¯@+1D¢FúG¸»Ý\ro²“Y¡ØÃüàP2,(ù9$â}]&¾‡gøÄåpù±¾ÞÄZ® A<t6Ín·kAI86b»Ù€´Ýkc×:ý]å‡‡B©²zåZ¿‚º0x');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_os', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍ;€ Ð»ì	ø†¡2ÖzL,Hè(ÉÞ]¢±{“Ì&h´ì‹€Vá@%]w¡Xû…Žm§˜¡{Ò #6?Ûé0fP–i/vsJ»Qó¿Öú™åG‚BcY=#ó¨­*P');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_osVersions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœ•Ž=Â0Fïâ 8Žý2!fz‡ 1TêÖ1ÊÝ‰©ReA*Ûûüû2<Ê—2¤Ã„²AAk~½WJn çý‘X/Bi·ƒØØ,;gdÚƒ³††6ö  â0t=¸Ú‹‡RíèÜgõ„`ü%» ´ÿÖ˜!Tc');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'DevicesDetection_types', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍ»\rÀ EÑ]<Ÿ@ÄóÙÁ‘R ÑQ\"v%¢;Åõ³À¢eø	­\"€ŠÜO!®#!Cœa—ÚmöËi:mÇrT‡a²afq«Îß]Z×Õ‹{C¿)­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goal_days_until_conv', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goal_visits_until_conv', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goals_ItemsCategory', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goals_ItemsCategory_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goals_ItemsName', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goals_ItemsName_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goals_ItemsSku', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Goals_ItemsSku_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Referrers_keywordByCampaign', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Referrers_keywordBySearchEngine', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Referrers_searchEngineByKeyword', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Referrers_type', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMŒA€0ÿÂZk5,ð˜xhÒ[\rŒ&fÂ.ŠŒÙDQ¾1*¨ëyu’áÊ$\rÙY~‡ÃC’³:›S#\\ùÝâ²?nñC‘0-Ú‡˜ÝE#ä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Referrers_urlBySocialNetwork', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Referrers_urlByWebsite', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Resolution_configuration', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœ•Ž9\nÃ0Eï2\'ÐhÿTÁMšø\n¤0¸scº{<1\njv÷þ¬/Ã¢Ì0’á\Z(+hÉ¯÷B²‚#èye|\'{Û˜9‘Ì`íXÙvìv_Ž`4ø®v¶ 4Än(ý¸ê‹ƒRõèÔ\n§LmˆfcïÍ	ÓøÏ46S·/°¿¢Z?¬™Xß');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Resolution_resolution', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœ•ŽAÃ ÿâØ` YþÐ?P©‡H¹å	ñ÷šFT\\Rµ·ÙÛSàPWp.ðÔ´•Çs£¼[A’Üí‘Dy…X\'Öuvû“ý›—3p:=cÒÐCœ>¥·~¢€Q[_zÅWC\"¢Ê?Æ+Ã8½\rˆþ£Ø^?VTß');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'UserCountry_city', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍÁ	À À^®O£Áµ‡ôp<>ÅÞã)	þfaÙ0Z†I÷!¢UxP‘û)”*ˆR2Èªíf·§ã\nFÃ±Ô~ØØÏZØZçï®2îZ×Õ+õþ!)|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'UserCountry_country', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍK\nÀ EÑ½d~ªÅ—=t)t 8“ŽÄ½×(-D`Ñ2ü‹„V@EÎ«W8Ð]‰3ìrj÷³_NÓi…ÑØ–£:{\rs«ýs×ƒÖõêÁ½?§(*f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'UserCountry_region', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍÁ	À À^®O£Áµ‡ôp<>ÅÞã)	þfaÙ0Z†I÷!¢UxP‘û)”*ˆR2Èªíf·§ã\nFÃ±Ô~ØØÏZØZçï®2îZ×Õ+õþ!)|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'UserId_users', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'UserLanguage_language', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœMÍ;\nÀ EÑ½Lð\r>÷=°$¤÷GI°;35Aø\0ýÁ¡PWÌä‡ã½=…|‚ì-AŠ­ëi7ìfŽ}Ú²M·I3fvY¿ÿ¨¯ž¾µGo+i');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœÓ»\n!ÐR8ŽÍØ¥I·eÚ`ÀBXRÄ@Šeÿ=¦XH‘8vÅƒ×Äèx-¬cbÚƒáµ²cµ¤[^T¬ŒÕ9ßó#-×9¿.¥–gU±°ùl²B·ÂØŽj^[¢8ïÿQb¥A)ú·b$e…$Å€‘_d%…€ä»8I±`eÅKŠ\'+AR<xY™$%@•cW±¬&ÀÁ`¿Ì-£\ZhöÜ2!ø¨ßaß¦ÜJlF¤~Û?Eƒ@~dLý2·K‘ws’¤í\rù/…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'VisitorInterest_pageGap', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœÑ=\nÃ0à»:\n,ÙNRiËz:²e¹{µ:¿lÏÏv3IvtKÞ,_AíØ­\ZmíýÙÈ÷X!a!ï¦1£D~v“Ø§#e]CEY±¢HÉœù¯d¤.¸KAJåŠ•Š”‰g|£i¨£…%á2ó‰,ñ×7žfNe½Ñç‰•‡®È9¿÷/Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'VisitorInterest_timeGap', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœÐ1\nÃ0Ð»:\n,ÙqyËz:²e¹{ÿèÐÚÚ¾„ô@j&ÁÎÍBmï v6ííõÞ©–ŒK º™¢”T¯ÍÃXGŠõy7þ3È\"ŽŽœ(œ¿ùíÄ®“2îR”ºÐŒ=\r¬ÉqÚ4’ pR‡”G|É!Í#	\n/©t¥b…¥x¨eøòä¡ëHº>ƒ¤Êš');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœÓ½\n1\0àw	tÔüÝ™­ÐwH¡Cà¶Ã½{]:Í¦IøHÔt¡$s¶.ñXæ)YÂÑßŸ#´Sw…6„5#ÍB»†žE™\ZÅöºL…ü¯°§Dˆ¾=%Aò•ä)²¯dO)P|¥xJ…ê+ÕS6ØüNo¦’$ì@åÝMFcÊÀ&{~5æ {„‹6\\®HöW}ðeÏ²^Š‘üô¤ë\\(‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'VisitTime_localTime', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœµ–KŽÃ DïÂ	\\ÍÇqçsGšE¤ì²´|÷Ä€Ç›¤2YÔªË`x£\'f·äËÕ‡óìq“/wÏnóå÷Î[ãÕÑ«õ\Z÷:õzÍ½–^ÇZ×m†Ù_ÖmìÏÞð\n\rÔ(Ô4ÐH¡QMš4ÐL¡Y-Z4Ð‘@ïc;Å5£®#Ç–ch‹¨Cû/GG~fórûŒã¥ñ/¿ZÙ‰nÇI³…N\Z(¸· ×s‰Ôî.ˆän/ˆôî/ˆn0ˆæ°j”ø¤¼óIÙ}Ÿ¾\n˜ëj·fO¸È 2¸Ê r™q—™ÈeÆ]fªkØ‡{˜ÈeÆ]f—­À3&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'VisitTime_serverTime', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 'xœµ–KŽƒ0DïÂ	\\íqs‡Ü‘f)»,wŸLÄ\"©hµ@]m0Ï«×žÝ’/7ÓìñÕ—‡gîóÏï}˜ÚâÍ1=> õvÊqÏeËuoBkÒéE~æøÜ€Ôºrúj|åµ1f¾¬í¯×cáó±ÐŸ°i¯ñ¨µ‡Ôkîµô:nõÔ(Ô4ÐH¡QMš4ÐL¡Y-Z4Ð‘BG\rôB¡\r´RhÕ@Á¥… Â~‘’ÈJàZ‚ÈKàbÂn&:\Zâ§ÑÑ`>¤üÏÉÀÝ‘¼Àí‘¾Àý‘ÀÀ\r‘ÂÀ‘ÄÀ-‘ÆŒkÌD\Z3®1S]®¾Ü®D\Z3®1“\\°Ö?à¬$¥');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_actions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœí]oã6†ÿŠà«íÀoIž›íLg±Å¶³F;í¢WÆæ$Bm)•dƒÙþ÷%Kb\"Y<´i;62À$‘C“\'‘ôä=_T:%|ú-›¢wé”6_04ý¶žòéd™~‘ËÉ»õ”‰é$øg±’Á¯Uzå×Áÿ‚ÿ~ÌwëªÌä:ø\\Té2øE>¤åbüö¯É»lJÔŒô‡ö‹ú¥H êCÂô—©ðt‚ô{(6È»OúUŸÔ«ÊˆõÝêªÊVò*—ÕCQþ©S/Ó0ŠÒêÇ™ä_®n²j}õU7½Ñd:Áb²™n•åCÓ¡©í ô¿CƒHÈYô4ˆ†­ey/Kýr¤VJBÂé“alÈ°ntg7ìê¾ÿdçíŠ­YÏÆ(«\ZÓ#ÃªªLóõWc&\"žf\"bÈ,sxgXdÖ›Ë¶¦õGñ§Q„\ZÆ-ŠÕÕmYÌåz­.­ÍX\"‚ë±”™Ø“ºjD3wkçàÜÚZÚÚÑZ;8–…<âÃ6Ï‹ÕíRVY‘wó\nf±ùù›”ÍdÐæ¡¹Q2lóÐØæB1ï™\"¿Zé¢„ÑÈ=cŒn¬|vËôfºe†—¬PO›Ô‰q@4\rÔOˆ1®5Ô­#!õ1y\ZËê72ó€·iä¤êàÛÓ­r›^«k1«–òê6­nj¢©—¦fÕ ÚL>FËXÑrVf÷éü1˜ËL}‚ò’mpÉZZ’†–8ò…KÛ©Kì—Ýšã¸¤ŒK<ŽKb*¬¸ŒcÀ%%Ì—Ø.£ˆKeâ¸¤þq©þ² Ç%®¸Ä`\\næár3v—ŽËþ-³.Ñs\\—¤Å¥¾æ˜IK,87i‰MZR“–FKu•:­ã%1yIy—jöàÃã|)ƒªþ£˜——=\\¢—qì–£gÞ­æŽ<ÁYaIBAb,[³ÆX¹Ð£¬L\"\0+1‡JËÖ.*#*yG%]QÉá¨$`Tâ8£’ÛÔp•Ãxšo±y•eé€Jê•ÌDo ”S¹b¨ƒ}9Úƒœ2#øY.²¹šag¼Å\rÝŽOA7~º©1‘r¥\"(Ü¸n8±À\r‡1ÈoF	…ÃCàF p#pØàÆ¢ƒÃ-B‡ƒAp‹^1Ü CÓ	2¼˜^jÚà™Wì\"/ÙÕ†ý0Â\'‘fGƒWÒÄ¼Š­ðJ61*‹2£‰gx	¼^qWx\rÇÏöTf&èìÊ,:\\ÌÄðJ ðÂGùÕKàE“é™Ž]Üâ]êhÜølj¹Yñ K¹¾<w/£q´a˜h&Ð)æ%q“_	fM[àÍÝ4æ[\"AAòË` ¬H~Ñ-Rf€<qÎZ€ÃpØVùEÂpÈY~¡A›ÍaŸlØêÝû­î¢ï±ªY§¨O†¿HL‘€£bÎ`é¸%Æ5W&wóTÿºÔ´ß«¼®Ò|.ýÇ>¿”8ÀØ±\0&BƒƒcÌ&Áð&@2\n°Íz€	ƒ\0sðQw	÷$= Ãøtyoè?rõòÎÌéÐ£MèXØGõÛ+¥4×˜•Åu™®|ðÓ‹æn¼ñ›@Ãa„ ÁÏ|‹!|£Ð²’3u1©sžÔo.ÁvÞ|Hñm/ðt‹-13u®‚÷éZMžÂë?ÈK¢ñ6jæ±úã5…¢¹÷&Úóõ¶Fü)Í%	\"\ZöN4çˆÿpÅ1qVl•[ÜäÝ#þð ¤ò{šé¼¢e:|%÷“Õ!µJP|\rÒ¼Ók;‹³eŸÄùì\'c†²„ƒOjg”Ø‹~›šÍùŒá(£\0”aPüß(ÄºHç“°æ÷”(;vüŸSÿß‰8Fm.\ZOpÊ|¿¼“Á¿çR-ò¾L³|wyÆº¤&óÇ´±st ¦a«ÃIöÆ4l¬·iŒjöË´M­-§	Ï`lãÃq˜†@–]žÙœä}äw`šçj3ß…¹{T›%J¸¹sÈ ¶8 \\“N*t©}Ü…³pkÛh+ÜPr\náÖÿCt áFCBaíZ­UcQ5(ÜÂ¶\09…@Žli|ºÐEÂ\ry®:ó\n9ÊÔÍâ\ZƒbÄB±DSìNdu¦ƒÏez/Ýëgû$K.d$Œ›°•ÑÈ–þÄ!‹AõÄ!˜(=€áéOlõæŽ¤Ö¸‹Z³µ~í£ÖºNah¯d±™3k˜Yš\0¢ºÓé¦,òl|(òE¦Ê×]³RÞË¼>ü9Í•i+uät¹pÐ%ÄŸbÃ‘=kqè˜gÐaèœê<ÎP±Q›Í{€Žn±ydìÙ‚.RÃýrÈ€ ­™@\'FÕ¢U:¯Ö‡‰¿l¦GG¦ÄÑñÄâ¬ˆ–õì”AÝ‚‹‘rŒÃ Î¥ÔÃ¡°%;´Äã×ÜLŒ:PÆà·ð+6«×f²üÓÅÐI\nÖŽZKšF<‹ˆM¨‘À\Z:7’ïÈBo!Â¥µó*ïxÅ‹Œ‚5(k–Yš„0Yö{ªó³²¸-ÖOŠðoŸ}çn±¸p¸±Ü.e—hÐmÀ`y‡v)P¸\rVðqáí-9ê©\Z—pÛ>î,\\7ü˜ÏõÆoj¥JÎë…<DÙN²Ç£l¼øÃet\n*þ Ý ñê¦Â[¶í¹¾½¥¼ðM×šíBh–&ƒºIô\'™.d¹¾Énƒä½\\·žrñe»¤$1l·IÕ‡P\r²Ùd[\\æj ’¶K¯öÀÌ`‡Ü>óÜîÝ9Úl\r:MðSöUuB\"øp“æ×ÒG¨àËÎ‰Òv3\r/ÅÜ^Å!7úÆµCpÚæ>9Q‡ÞÐ¦›îl¹¦ÖÜ‰7ÆF·È’:õ&yU”êtÿ]M¼?ÍÄ¥»ž<ñ3ÛE\ZÇ ¼A“‡ô3öæz¾mî-oÀõFN 10fé,¨{C?É½OîóY=äA©Ç>ªWÈ3ªø\"ü…Ò°½7”!˜Óé»šô€ßµû,Å™õ¡û´8„ÒÐ¹‡ÒÔ¹#q®Ùz\r6S³RÞ¦¥CÇy‰3ÒâìÒû¢È_ŸFömº… šù.¿…¹š.î¶={4ëîöm4ÜsqhÀÛŽÛv„„·;9PÂ@í1º=ýW5Ï½ûF¸¡îŠÊð)ðãëQVüà0ïòh}\\T3×h¿&l—Ç¦Ô\r‚ÈÓ¢€bÊeÏ 7üœ)~ô6Ù`Bä±”åk…|Væß?¤Á×²Xíö,¦>†N²qÙ!Db°²B¨™kBí˜q!ôÈ:Pe+rñèÞ t¦ÒÙ¹Ý`Ñé¯ÿ²CZ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_actions_url', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ¥–Ž£ …ßÅ°üˆŒøû\n†¶vjêO¸ÝdÓwP¡èb‡ÉšiïñžS…¯å±¿\r%gØMôL2Â’–ë6)%ËYÂÃ¨XR6-/8M\n3ÃzÀPs¥é¢\'ÐNPùkªë“dP÷’cW©¦««¾VAÜ’ò¬•’!íÙ«k£dõhÔu#j&‘iÐ5ý¦f[wüO¨B<SY‹ßµpžYÈÓjKâYÚ’íëWê*Á{yñ,óåKµ˜RÏôU´Ýíº„°g|ºê.†S-eÓNö) …–aŠ°ÕOwîé’l5ÓâÐm‰ÕÚh»Zì´«¬§¡»·µj†~Îšã·Y}ý^V_ãüi8kH‹ç¬«e;ôU;ðórCÞ]ºN¸¤[­]Wt±€³r±þA`ÚAb†òiÎ Ù°æºËÐžkQ¢­¤âB™ë°þüªÔ]²ÃátQƒâ­¨\\œeª¿ða¼ìÞÖÝ°ßöEº%‚~&ãÍÒ€\0‹ƒ\"³8ÈpžýpJZxGÃm¿ˆw7y-B)Éæ²ƒ\r˜Á#\Z9OˆÛ8!,i>Š%ÍS`ZàYdæpaÊlã…cU”†÷óš=4¥ý€=z‰Ç±‚,’=YJ(‰c äì±è!$=‹ö\rz`yà·à1à™DºÛôƒo63šw½2ïiNÍ\04Á!\nÄ1\n}Ç(C›…O¨|>¿\0AÓÒ¼');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_actions_url_chunk_0_99', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœíýnâ8Æï¥ì¤ñgF£½ƒÕJ{U\ni‹†ÚÙÑ«½÷×v>ÁIü¤h™Œ4Sh=‰›&¿>çñ9Çé”ÑéÿSòm7%„„Ó»tJô\'Âoé”U/Äô»©˜Þ-ÓÇly§ÆÊéÝýã2]ý¸û¶˜Òâ/Ñý‚V¯˜ú‡±0ÒB}’é]¨ÿ#Í7ôÛ_fœú >«¾{{}Ø/^³‡U¶ÿ¹Þþ(Î¡ú£ßP5›ÕãÃËb¿{ø¹Ø¿X£ócçG{]¬Ž¾^žç5ý·í+¢1ƒ]¶}Ï¶öxÛêÁÕùEãüå—Ë“T§?øBÔ8û~›®vOmç—mço¯f5fP(OUÍáðK”5f1_¿>l¶ëY¶Û-VÏõ\\¢ÄœAÝC-s±ÿ“\ZF“»âàÕ”ºÒ°\Z[Î±s,«ÆLz¶~Ý,³ýb½ªÆJ;&}øŸº\'Ýrð0ŒÚ\'Ý6–±ê­&½^=,×éÜþÎZï÷Æèjš7¼}¸°~*ÊùÙƒˆy,	Ïï\"bÞˆêÍúQ7œPWqz÷¶5H êH×oûéý}É5R?Óÿýgžr=ˆF¢1<lcÌb5Ïþ-CÂ2cˆ,GÄbXECŒºäDv3¦ï’¢àQE‹ò¨Ç”$BO=¯6ö”Ó¢æÓ1†ÊY•Sï%•$R=±v$_±v:Uß@ØþÌ[|AH\\ÏüáRw@9E	rŠ\"0§ÊÊ©üÙ1%Ž©òFéÅéûµÜ]Î²ŸR¡”¤ÿ(?lbÞ$7TÓ@}‡JØ˜·šêÑ‘!¥æ=ÍÇò&ëx“u¼‹u\\½|Ùï7;ÅºÙÓ~½O—Ûìgºïuïß~Ü¿¬_³ÉnŸ>«ÿý…¹ò,Ñ ¤ Ø:aó¯þD…A)Ä5”–\n6uS0b\Z¡ÌAõ}Œ“€`XŒ‚dÄÀa # Ã€c0Âä¸V#q‚3°¸!00lssØ_m=àe8íì ¤úº„4¾2T}	é\"Òc6yL•,›eóûÙ¯Ù2›ì×ýø5ð”ºF;F‘þAÜÿ™íž¿“?ÔÇGóâïô9ûg“eóïë§§NJ‘ŠR×`”ýkçŒ2X‰C‚\"Š¸U«Q1ýˆ1Ž( ª8žK¦Å0¢Ü»…¨öÇ½9¬õqo0Â¨FíÈ‰£#Ç‰Á$õÜˆ¢Q»;eQÊ-˜x‰\"ž\\ƒEüR,AÃ~w±ˆRædQBr)–8‹8\"— 14dYôµX…CX”©oiý+Ë&©ºì*HSŸœ¨ŸÂó6}=ŽÕtpIiB;bµ §RAÄ“cõiePDaô8ePy¬^ôPÄ®*½ o2ˆ@è!£ºMôˆA2¨BÏ&ÛþØ]>ôbì¦¡CŠ¯Ï9 S«ÏªÆ8b/ê9ö¢PìEGèÜ$tâøè¾b=9¢\'_ÁW£«d\\P\0ÑXx@å±úP5Æ‘AàY\0a±W8\n Ûd‘¤CX¤9I¦¿&OÛõë±mˆ£oÁÃHG\0Ä!j.öÒAR-@“;Ï²ºô±oŠ\0kæÓÐ˜<b<3^æê»\n$h)fsÞ0u]\"@”b:>¾WYOŒ™_)Hô\rs¥õ®üÞÂˆ²ÈïÃ3Ñ¤ï.¯åSøÐª–0 I=øi½œgÛE”‡Ý>ÝîM`åÔ8}sÁ½ÚnÅVô˜ TÝl=¦Ð’iµÏ‡~	œh›€	wi”ÓýaýÌ†±„`Â}IÄv=¡‡ i}Býª‘ß)\"§Á\ràŠR¿ §Æ:´r{¯ìÐK;, ËN¬fÕ;A’H(Ø¡‚Š;!\níÈóƒ/ìðAÁNÓÞeýD§Oú4VS±„ós«z	ÕÁ‚„ªƒ:`á^\Zrº´FuÈäð¤A¨›ØúbÕŽ\Zäój‘|Tƒ{!;\"ý‚;X¡ÎÕâ£XaÊ±Ñz>^KðÂœ\00ˆK]œn¥\Z`„1„â+LAÔŸ’DDë3^p\".ÌRókŠÅ¬=A¨ªâ(XIª˜€é¯š ·@ä<ÕÄ´$á\Zw1“@Ð­\'hEZL\0T1-,”Cƒ¼˜ ¬çá2WiØ!›ÆPæÐv-Š¤H³HŠTERÕ›æÓ]ÖG‘f}mV#ÐÎú(á\"Ýf»xOg¿&›õr1ûu±<˜*„’ñMÛ1<`\\z³c¸t×ŠÆ1Rƒ@È€2)ÄŽáÙ¢&ÛhÇ|N†uäýÊ –ûBò¾aüáä—ª/FI Qè*™xâRŠ–À…šÂI 0„#Ä&,Á	$m%ñ‘@·I ·ÔQÝÏl¹¼Ÿg+õÅãdbTaÄ_~]…˜ø*…–CL„ÒbIœˆ‰±dß„yF”ìKqÄPÎ‡\"¦½·DÏ±¡ðw„œ#xÜàqJŸ<¯Ù|1k!iÈCxGCžÓV»¯\"n.^Ñ ¡þV»ULäN›!`!á¶v5€<£¸ùJŒ‰‘ÕnÃ˜ÙËv½ZÌ&³õj¾ÐßÖ$]Í\'›mö®T~ûš®T õªÞY2Ö	“3TðÖ‹,“8FAä¬1(ÕeÅ1¢²ôRc@!Ÿ§<ë¢eíöÛÅ{f1F€SnÃmÆXKìjvy¼feáXÎùVÕÅù)2Ÿ\Z£Æ	b2çµhL%Ão„›þœ™qU½“W_UçÎúkËƒ©Ñ	Šôí“GPV‚å´|qGÅ<x)&Ã&aÞXàÍBÑ£œàqñà\\ÎÉH‰š`1QÓ0©1AíZ\0º\'è€(Èb‰å|ñì^ã‘\0,¡.–œîŽ–p¬B‘ºYâÏuÅç%Ffë\rµ?jª0 ,@_Ñt\'÷VÇ—OïM *DWz¯Ã\0ƒB¼\0²{ýy#/>//Å!å3]¢€—>EÞê’||MÆJ8©j•	½J	âÅz]ò@Šz¡Ž^—‡çëaí£HUÚ3`QêuIžŒ½.oÔðBóÏdóûÇt—M6é/Ë5As(º¶|²”ˆ\n ÊcYž¨Í˜/ÞÁ°Ð\"ý¼PÄh°½\nÒÁ<F1òyÅˆ`˜±0QKY‚\"o\0ç3A­ÆE|•íJ.&Id@ñåYgûmRÈ›¾4ü[ž•ÚQB’jÚ4æ‰Ü¨$‘HÜÝÛL_è§·å}6›¥ú›J—,–DIròtI”±KO‚šŒ¹·µP¸û:IíAR.[ àÔ<c;–<\Z<Ë,UZi÷²ØLæÙ{¶\\oÚ2ÒòšHB<f¤Õà¹Šâ¹ xDâ/36ŒÝà$DÀÃääCàáxHGïÇ<_<Ð~k\rðhÌ¬·ê’Ïž,™™ëš÷»e€CÕÏ ]AY‹Dv¤õÅQ9éânUé!–Ê›FQ\0*˜1ã-„\Z™Nl\\Ý˜‘`›(g°T51ÒàV]ûvíÓ“‡rv+—^‚&ˆA]Zäô (ÏCá1( A¼Å>#1nŠ]OzIŒHg#D§½V¢¥gÂ„H|¤«yY&–úŠ`Â[¤2bâóbí–ß“Tl aé˜;‹äåZ<÷.õV&J•ÜJ¸?„ÀóånŽ˜1\" Þ\0š¹<âÜ\0šœC«>Á=x !$@º2ÕÛZ¿‘Á{ÔÃ}	Êc#ÙõÍ±£3ÒÓVnÐõî6ýŠO‹ÕlùfV¤—oÙDýdÒÕäq›.V“Å<›(e³]©Ÿ”åØæ½˜<ƒc+<Òê:¶,à1ÜEÅéØrø*ëÜ? QâØbå€e_‡Ñ±ý²\\ê 3%¦IŸª;÷{ª9¤~\0›õ.ÏìÏÞ7~L‰ÍŒm¢©\ZÙ8+ÅÎO‹·´|qHŸîìZIo;¤„’<ÅdÎ+‘Ì¥‰À›b:—RF¦&šÙÄ-7ô.ˆ~“hl1d³¬\"ÂdO¦QÀôÕ‰3ýëvuÄ­l1¢Ä\r@—«ãAÖä5EÞvñ§fFWç:ðáì{2H·Ôü`¥ryàDýN•RáWÉ±ófó¸ë\'÷:mFÝ=¶ÃJu‘¶<Cl‚¡FŽÓMNî¨m¶[¿mÕ…ž,J´lÝÏ³tÿ2Y?M”Œ)‘dMy­#=Gz/õ¸q	»¸gC˜=,EâÏ³a‘{e›b¥Žžw[¤A=›ÛDp¦÷Úè™­Wût¶ßY¸‰r¥sÜÄ·ÝîVáFúKêeÂÝŸ!\n!‹x¬&qãSé|\07ËÅS61m^&³—tõœÙà)\n(=†XµÎ¹í2&âo#BÜ!±2&ß:kl\09‚ç+‚ç!Ö*û9Ù¯\'³§‰bÅ›n(Ó‚½>Ïi¡mou0Ö»YF±eòœÏ(öµåhø¤®ÀµåÁÆÉë\n°½e¥(îÍhwäúF±³)ìÓÔ&±\0™âé]qu¯&Ñ“r„µ!‚€‚úEŸû¢W”B‘\0  Px0]òÎ0(( A¼y-#(>/( }ê»]•\Z)\"Pt°¤nN”>Ê—_u¥ZNÉXr42â<%GˆRÓ\"zÝêà£-ªéÑ·Q¢hl¼ð`pä¼ð§)¼ù\Z#/>//>|´?ë%1âÂÃÈÝMÂÏaŸ&7ížÒ .[ÏúX¶‰\\)p*¨‰¡]\n©ç]\nC¨!?Á»ÏqÆ:$1 íVŒuH^;vD>êü¸l“nuÚí›ºðêêOÔ}óžY{¥æ\\ ´«\Zò¤5œÛ^<¦A„WCº×p(Ò…ª†dÒóâ1ÔÀeìu£¼‘áÞ,Vê“&?wŸÍô·f-Ý$æÚæý¹[ºB}`\'€Š8äÖuOùÓ=$tïe&¥Dˆã}wfÌso“8©§®ˆSóÅ¹¦£oõ#AÔíÁ$7aÁ˜XÉIÀ²==JÊ…¼íVæ/82¥ˆâ,¥ˆ¾c¢Ñœ©Í\\§.é…*GF=äÀŠºÍ,mÓcàÞÆ‚‰q<ÐÃCt“7’¾èá/¨\rÜOÌ§’p…/5%Hi™è»‹Òˆ =Ü–Iµå¡¼ŠeB.Àwï\'ýL}¬¾U¡jL\0C´d!Þ˜Ñ2¹Õ\0Æ™o¿Ù.ÞÓÙ¯Éf½\\¨´\'Š±x¢¯òýŸÙþáéñ;ùC}|4/þNŸ³6Y6ÿ¾~zr£æ*íú/F\ZŒÈÐiêcõ?å‡9ë™4\"\rIs›¤‰œ‹Aiœä8´kõ”X¡vH‹Ü‰¬HIk.-¢”\n{nt|\"aÅ YB(ŽNÙâ™QÄÝä1\'<;ZLDÝØ™OIP¤ÇåÓéäMXí¬Ú«lÂ^Þèp‰JÌlÉçãp[ „m¯(õVó0bô¯*ÐmIjG¸ßmáˆ:rùŽ\"©b‹J4šj5†Ú8&DûT{ÆvÆXAOë³F˜emvnQŒ´<íƒŠµý—šçš˜ý©±Bô?f›a^@[M#]aÙRFg¶nr7òå…b%˜*.Éð\ZêH^JEáÖ˜²_©Ç.t™;´ª³v¨£d€:’€:\n)¤ŽðF¾\"œ@Ãœê¨¼Ž=P\\f1-öÖ5ÖÈ—Þ}«ùÒ®F¾Ìi)7Ã4Ú¦é³ÉcºÔÛšÌKèD¶\nŠ¢øÜn±ä¶‹ep$á×¡€H@\"··\'‘K1¥Øš°½ =Ä =„%\0Œ\rY}¢(P8…BâŽñ7t–5Âä`#Ìš…dávå€K©ƒp%FD‰‘¸¤‘ì¤E§>Ù Iì$¤$„‰@žbGŠd¸^ŽÄÎÊJèG(Ä‘ÀVEà\"6å90r\\—„€.ù}0’F#•RX†G¤D\rÅPã´•-¿§¢Ù\Z‰÷¯qGF°üÌ–K‹2¤ê‹@åÙ—¶ÉE:#Põ¼DHjq¶é&îLºÄ½ç\"MÅ\nVÜH®ÝPÄAÊPSvé;U†ò”éj0þR˜*“?úånj&-F¸wSSÿ1?ZäT©¹õ>­ç/i¼È>­<„Ðèß§õð4]ÌˆÐ&³x‘}Z		9¼cFÌ§E®ÔOt‰Ó4E:pÀê½ØJ Tk®ÐóoÃê)Té!¢ñkÛGØâÞ“ÚÅ™0¬-?¨Œ»8ÿtC7[¬ù`:!D\'Zvõ·è ª˜“Qt3 á	½›ÅAÄã|®ˆÃÓÆ@ÉÑˆ Ô›mÜ&è+rä,îhM„²M‚9~ìNÊ·Ú/¬îÒoù\"uƒÄôDƒj×–ø¡J»6Â‘ K-‰%~z«(9w@’BIâF	ÖæqìÞöyuoCŠ–G½¤…YLI ¯¢Ìõ·8Q­ÇŠS’Ò Èä\"«±qÀDl8×bO/6¿Å•(u“ÈR,T6‚¿;PQ?ø%5Ì¢9Ìg±¡“ÒîÿÜ¤ÏÙÃbþ0Êÿ85÷žËo·|O#xgò}y¬>üTc»øØVI¾!ÀÓËÆäûO›HU·…Y×­ßPƒ?õ†Ý}+vLVw=‘B˜÷´:qG¿“^ÃØÓ(#ruCÇÉ%j-àT‹¿§92ˆ(¢—E<(VOmsí,	ræë7‡aSâ¯ÀÙ[aÐ7}bíƒt´µò2kžš*Ÿÿþ2kaK');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_downloads', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…“Ñnƒ †ß…û6j»Þa¯@¨²J&`€®kŒï^í\n¢£Û	æÿr¾?ñÀ¡€^ÂŽr á‚ß wPjùI´ˆ:ÀTü,Ü†wÝ¶¹l×Òß¶•ATO1>F9(€ÜE1/•`Zø«±ŸˆÖ}bôŽ]¥oVÐ<@I½ÊÞCÂ¿sI™H°_ÂFç>çÌSY&Ê…¹Ñ¸Ž‰Ð[®ÝG¢<ä”3õ”é†éQ»Œ¦ÿÅµQ¬³¦ÎI}z‚sú5ûSb\ZK¬‘à‹U^‹B•Q]+¼4úÿB)û¢PŠd­Å\ZÍZÃë¿0B™ŒÙ¯L’azvÐ7òx\ZÃp;c.Y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_downloads_chunk_0_99', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ”ñnƒ Æß…ÿ­Šµ®ø{r**™€\\·4}÷A,V—lÓ˜ÈÝßr”\\9IKMRœ¤Á.”@2ÿƒÏäªINÐ\0ÕæAq­¤fÒDcÓÆ94MQçÇ¨)’4:¦U\Zó”EÀ²¢=·¸Àçê`…¨ä—Î0ø°f¥3´(\'‚ô,¨á‚QÉÌEMoÎÖ†“Cb7ÀHV´çFÓ7ýFmwsºÕ—OùWŸ½Lh6½³ipÜxˆÿ<ð÷io²Ø¯Eàn&ºÝó?íù‡ò… oµ0¬S8(\Z%è8©šiÍe·aÉðËv’\'rk/DÏ2o¾pý$XÑÕJŒ3\\É?Ð­\'ýHÊvéž«\nV’\nš_Vp Þ­à%¿©à ss­®¹íî	š§{Û¾ØŠí5‰c. c:‚q<ôs$@róy¨Õ?»Úúeß¶Q¶º:\0¶Ç_«a’B×M¬wPT\Z•Õ½áÃ»Å©)mÀØ·\ZÌ€QŠü¶rõ†7üsÖ|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_outlink', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_sitesearch', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_SiteSearchCategories', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Contents_name_piece', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Contents_piece_name', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicePlugins_plugin', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…ÑQ‚0à»ô â¿;x‡	C*C!Äîî^H|ÀííOÓ~iZ+C(t	V‡Èê›±¤rPÙ÷-RŒÄ”¤6†ôý«O©ºî…ÿ’ÏµÕ®Ù!	ÇNt2ÐCÏ:Î¤A&\rUý£ÇJT. ×›ËvâÎÄ7:-)@£Ñv°úcÆ¸–‡5?èØÎf´|o¦8wsþï?«~q©8zþí’9²o');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_brands', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…KÃ Dïâ\0v>«^ Ê¨ÔE¤ì²DÜ½v‹TÝ=c\róœPv¸”Á\"Ê‰	tä×û tÂ(íðŠ´‡Y9€ü|\r±mœ\rÒx5ž”$|eæ¶ãå›¨V’µ¯TûöÙ~«iïcäx“.§µÞÅ[;ÍGîz¢qƒŸÿçW?3ìR™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_browserEngines', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…Ž1!Eï2\'€aaÃ§³5±ÝšM¶ íw†`¶ÐØ½Çð\"%A…3Á£<aA9îG¦ |Ééq§ ›kïÌ¤UÓÄ4a#æÇžŒ–±çeb›, ÕYÛÕ=áõs§ö\"Jí/ßæÁïFÚŽýš^§H=#\'›Áüµpì¨e>å©yõ\rÈ\\Uþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_browsers', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ•ÑM\nÂ0à»äÉL’Ú×¥ Ý(‚\'ˆà¢Ð]—¥w7cHÛº{oò÷A<æ¶Kà\ZZÌÌ˜ž¯ÑtæÜ›n€ËÅÁÉTr”Ì93Œs§OkË’•âËù–¥„\\<LÙIeInÖ3‹¼“`1/ró­6}ýYùœò¹ê[ó·®.5j¾-£=Ùõr@F¿dTeù&\"E³û4Þ£ÝŠÆŠÆŠæÑü?ÿ¹¼\0z¢');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_browserVersions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ½ÒM‚0à»ÌHgÚòóº41l4&ž\0$î\\în©)Q nÜ½™ø˜¶C‰¡‡rt\r†\',èÑÝîrOÔ CëXÛB‘ëÁ¾Å ²ÌÙ†¬}Ö æi—næ¥©0>¨Ñ¡°¾0 JDBYÎû¦\\½ŸÃw:(cxó96ö•åBÉ‰’£Òçú«1.ØùWŒj¡ÚÊž°=x!g	yMÈQûeÒßöéM_:×…ÉàÉ\ZO\"Ïøâ„3ægöæw¹~ÜÃÎÏfù–7PŸ$>5@óp|dèøã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_models', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…Ð]Â ð«˜ž€öAyòfW@%J\\6ãö¶ìîÂ”‡e{û—¦ð+–%Ož…±ÿ y\Z¸`híÕµ`Æ’Á<\\ç>þvº»á5öo0ž1öª˜)Ë2dbÀr)ôÚ±Pk®c.B–J.3åÚQ1W¿‰9>bYð4Çk/é`ÇZ3œ›-eZ™´Á¢Úä†E´L^6$¬30ƒi¬¯ož}ç2&fLLÌÄßúSJÆ\0&Ê„âH8pS‰Û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_os', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…Ð1Ã Ð»plHÌTuÊÐtèÐ™J\"eËˆ¸{M\"Zm³ý-x\"±ã<³éç•;6Kz<W™˜ñz3qfl fTÙí·öbkñjÐIFÉ[éÕ½s©O$¶œK½tjm—ÓYÙPÙ\\³ÉXúªQpçÙÂ €pÄ#à}œ\ZPÐÿú½¡ñä.ïHéü‘®¼\0\r`{ñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_osVersions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ•Ñ9Ã Ð»p\0‹a±áSE©\\Ä)R¤&R\nKî\\Z¾{ÀÑñ’î xÌDL=dˆÐ%xL#,Ä_ïA„¢½?¹ÊˆÐƒÒAPÎŠe½fµd¿2†mØ”UÊKQ³CÍ7Ïù‰‰iÎ—veax»\\ÙJ3 b@]€:aeó“˜X^£h9¦¤c¥ÚUÖÏ¶$™Ñ2£-Æ¡Í.º\"L?1Ò3 9êS@Úh¢bS6§¦ìþ™òüÛ§l');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'DevicesDetection_types', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…ŽAÃ ÿâ`;$bùCÿ@¥\"å–#âï,Wªö6ËÚx\nõDÈêPoDÐUž¯‹ò\rÊ\'Ø8\r–ÎâYhÚƒèLiÙÙl.Í&ö°Ž=Æw››||vÚ8TPÛøùá?ýxñc÷sVcù*çE4Q‘Å,ü3ko˜^R ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goal_days_until_conv', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goal_visits_until_conv', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goals_ItemsCategory', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goals_ItemsCategory_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goals_ItemsName', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goals_ItemsName_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goals_ItemsSku', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Goals_ItemsSku_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Referrers_keywordByCampaign', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Referrers_keywordBySearchEngine', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Referrers_searchEngineByKeyword', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Referrers_type', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ5ŒË\rÀ CwÉ|\ng‡î@¥¸qDÙ½¸\'/–ãÕá´!¨X	2ÚóÑ¹#âE;<ÅDBH¤ªüî¸¶*}º%—²W>çŸ1658,cÃ­fÈ÷%\Z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Referrers_urlBySocialNetwork', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Referrers_urlByWebsite', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Resolution_configuration', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœÅÔ½jÃ0ðwÑèî$Y:M%’!i!Cg:²e1¿{OqUT¨mi(ÞþúÀþqwvÏ ùqe{¦?îlYÝúÏ›ŠwÃêøz‰§}¤@ƒ·¨â•!°‚”±È4åç\nÓB§…)¬d”ü\\¸âR÷“ÇôŠžÅ7¦‡žóÆ‚Ó±:½ìâîÑ:=€1ºb!Å,%Qk÷§U|2VJÐ!ø6.Ör‰„‹ø‹;WX˜+,dkÞwÅþ2”V¡ïÇs‚j©kÀ\ZèúH6m5ÕP1 }\rÔÏA}†Ê”Ú¨võ›ú¦z)©Ó[µÞ-3íÄ<ì\"Xrƒwf#gWÕù·KSçÿêÛ XÕùº¿iãÇª&T¤[Nèø˜³E');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Resolution_resolution', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœµÔM\nƒ0à»äó“Äd¼Cï`¡Á›€x÷ŽŠ%‹¦1`wÏÑêÇë A–Q „Ïe™Å‰™†çk2ý¬ƒ0˜~ÔêlË”e>2í9ûlvÂÙnÙg×tŸ¼nOdY·{>ÎAàØ§àí–|˜ù óaÝGÕµ»„ò)RŒ%`8¬Bl#ò5¢.ú–“æÆ%ÛšœW¡µÕµÿÕ¨®È\'ÒŠéCÓÕ˜ÌÊ$²WŠüÇËè;FNÁÑm{¦¶»š/èÇÆÃ•¿JÑWªj¼õ\rÉL');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'UserCountry_city', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ5ŒË\rÀ CwÉ|\ng‡î@¥¸qDÙ½¸‡$ÏŠíÕá´!¨X	2ÚóÑ	íð·W PEBH¤ªw\\Û 52ÁOÉ¥ì“ü}Æ¶¶‹—±åV³,°%¡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'UserCountry_country', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ}ŽK\nÄ DïÒ\'ð“h,ï0wp`ì$ï>¶ÒA²ÈîUW·¾ƒ²CÅ+P2VÐ‘¾¿ƒbn+tfŠ;t\Z´1›ÁÙ6¶ mlOaTŠÃ2îCoÖwÞstc¯Wþ¾©üO‚B©üòG¯~×5ù™ÉÏˆßÍO»ÆZädî¦ƒ7³úsæS?');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'UserCountry_region', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ5ŒË\rÀ CwÉ|\ng‡î@¥¸qDÙ½¸‡$ÏŠíÕá´!¨X	2ÚóÑ	íð·W PEBH¤ªw\\Û 52ÁOÉ¥ì“ü}Æ¶¶‹—±åV³,°%¡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'UserId_users', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'UserLanguage_language', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…A\nÃ0ÿ¢{Á¶’¸^ÿ¡p!‡@èÅÆ¯DpÐ¡¥·ÙE’ÇmƒË< ¡UÌ ½<×r•:Ê¼\nÊÁ0[Ngp\Z¦“½òlúÅ,Ä«ïúBCëzó1ŠßfÂëëö®FînäÒcqüUO>—xøM ¸ÄhùŸbÿ\0²TB');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœÓ1\nÃ0Ð»:\n,)vRyëÒ-c×’BCèÐ:„Ü½êÈZÞ>6zñ=Y²ø4od™%ˆ›†Ç8¹4¶â®ãs|\rÓ½?·<ç÷ìRú]Šë\\Z³ ŽzY4qê·ƒÿ(‹óàw\n+d)¸SðXaK! â•ÆRØV‚¥4ÐØJ´”\0ÁVZK‰m¥³”Z[9•F{X±,—Y3`_•¬™b\rTîpÔ-k‰©F*÷Xÿ)Çš5•Ë¬âNt±¤õÖ/Ž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'VisitorInterest_pageGap', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœ…Ñ±\nÄ0àwn¢Æ¶g¶>À½CntëXúîçRÈâöGÍG‚Õ(ÙÕ,•jò¶ë458ê÷w@9½„¥û‰ÊÝŒ|Öo{’òy\nS…‘;EÆ\nGŠ tJ\Z+)s¬äHQÔXÑHYp•eªdƒ\r)u™uÊx&ßuŽ-t9ÅßzGÓ‹÷è=÷	rÅŠ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'VisitorInterest_timeGap', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœÐ1\nÃ0Ð»:\n$Ùqyëz‡:²e¹{ÿH!µ½}û¡¯ÙU|_\\ÊìáæûæƒÓ:¿?+•Í£“°\n•Å\rGuJTŽÅñ)”×yñŸAVåpuìÞ±–”ÓÕ‘{\'T„èeP¬B#Š™°ÅihIP8þÌ¤÷RjIP°¥Ž™Æ–…§)W¥ì…5KG½©¹ò,ú°gK:¾–:Ê£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœÓ;\nÃ0à»:\n$ùyëz:²e¹{µ2ËÛï¶,wå¨ÇªÔº†+ˆ»&…­´ÝV€‘¡­*6b…\ní\\•m/éa)´Ï51Tå¦„gE<%`¸)ô¬O‰}%zJÂä+ÉS2f_ÉžR°øJñ”ŠÕWêP‰\nòDy—!c™ÊDyÜ¿–%c¢	hÜÂÙÜ~ÍHã6.v7b”)jÜËv(!~ÉÛ“Î?~¯‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'VisitTime_localTime', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœÅVInÃ0ü‹_`R‹-æýƒô ·\rÿ=²–T(ê‘} r\"%ÚšÁP\Zp¶²Þe¼-bjd}Š“á±|ÿ<†Û¾y*‘K45†’Ø]‰¾Ä)Åm?a‘QÖmÿ÷«nƒ’(CPÖ5Ôè€Zju@\0}\nÉàroSNYòßÜÄœefÈ,ReÌt›Š‹r>-}óÝôÎÿcç¡$^G’©\'ÉtB:”„ZIÈ;wM’J2ëHz’„ž$ïü¯\"µàš}ßìc5a–{<A¨q¥Ob{­S„ü2s£†›m¸ÙþMŠù\\É™ø‡q•ÃÆJJÎJØZIÉ[	›+)¹+a{Ý»Ûú+7W€Ï\\Ï£—Ã\'ú¼5SóŸzÔÈSY§YØZIÉ[	™k*ëÌUx„d¥’ñÉZSdgŒTr;ÆnÇ*n·½\0ð`I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'VisitTime_serverTime', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 'xœµ–AŽƒ0Eï’`;àÞ¡w`¤YTê®KÄÝ%)Q5üL^Ù$Ð÷åÂS&ãhóÍºËdRšÑæ‡©…ûôó{—mñf”+ç*¥Ž¹‰¹j®)×þU—í&ël^¶g¯eáJ>P†Pö\n„Š4Bhô*„ª4AhòöÚû@| #„Ž>PÂJ\"/\'5¤´[éadva½¬=[%ì^;Ýþ±U;º^DªIö×ó¸¯÷fÃî\"\'y¶I{$t:ªGBIõË‘`É‘“åkŽ´1’wÿ9‘²¡ÕzªÖÓÀ\"¤tÄÒ*–¶ÿ©µJ.±¥~uåÉ°-©?’I•LªéY0.ÁÖøœ¾œ*9•°RÉÉ©ŒÊNNeìTö:é5ŽzNºd¬Kv9í-O½þ8y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_actions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœí]sÛ¸†ÿ\nÇWÛ‹²ø&(ßt“fÛLw]O’îN¯<ŒÌÄš•E%%õl÷¿ M\n’(ž~(²Wž‰¢X0KÂ“÷¼ç ™9ùm6!—É„Ww™ü¶œÈÉÅ<ù˜Î/.—¡\'Áë‚·‹Ûõr•ÏÒeð![%óà]ú5Éo—Á¿ÿü/¸Î¾¦yz||þ“­/.gfÿDæ†Ú{BØ{ÜÞÄ±ý.\'—öÍZÝa—Wö/nþZN¨š\\,×÷7«Ù}z³HW_³ü×‹ËÛ		•¢æqfæ¸øxs7[-o¾ÎVw;‹g,¯r?[ì<¸œ˜o“˜¯‹jPòßæAL‰rtæ³Ló/in§#Y¨©¶óMó©VÓ‘ÎtªÇªÙÈ¸~¢z6[câPsZŽ‰œÉ¬òd±üTN‡šWGç«x©TÓÔ6?VM.r&·yt÷ÅŠœéí¢B£w&x›Ýß<äÙ4].g‹ÏvšQÈ#i†qÖ4³Ýñæ3#ž®YÏowLõü$®Ÿ¿žeãX\ZR5ÏušÝ?ÌÓÕ,[”8ÓÖ¹ºãÍç·iªîêƒEióTÆ\nÆêOj=Õlq3Ï’ÛrŽäðš¨Ç•sÛZõcõ»Ìö—Äþ »$ìJ¶7v1³býj{KX÷íÂ§ö!j¿Ë¤½§kÈê§©*ßâßÍ­Aµ²«à!ùl>b³Õ<½yHVwŒÌ§Ï›E¿Û_üªº|êÌ¯ü#»Oƒ÷«ä³ù¬˜‹µ?[è¤ŠeÐ©PJŽÝÞ»Út,”\"jâ!Žsâ\\5™fÎ™7˜RCÝ5ŸÛøPl‹9†mŒ„\\Dpc	7B8n\"”‘ÄÀ‡ZÄpkq±È!ï5o¶”\0Ý(ñÖvtO\0ìƒ¬a]ì\rbQI»‚aªâ^¼òF\n|”ÅQ\\‘OW¸+F•¸ã5î\nwæÛž<ÚÀŽ¹°ãrvÔÀî§ôv65WÀrNV˜+oxA³¸œÃ.DÉ¹ài\0ea$Åî‡ ]Ü\n;)HÔÑP;ôidÑ\nR X#PÇ0¨ãƒ:;1îA:¬ŠÃƒÎÌ@œŠ#íLî&âÌ«‰q%HZ07‚Ã0­TA©‚›®á„b™\\àñ±ÁßÂßÃ’y‡‚WÉ2\r®“G4—T$Zq‰ÑÑ¹DÉQÀd‚ºR#\00*§Ó]z2	Òˆmÿg¬Ql*g7„£â¶]8©ˆyÀ©qÉ÷„“à	\'æC§FÁØBœAè\\ŒIaBQ¡èFuE(=ãÁ\rD;¢Èæ¿îòl1›¯³ÅíÌ¾nA²¸\r®óôKº(þùS²0Sº7ÿB3‹WÌª•!ã¢WfŒ”\Z0C-ª[c¡æ/B\n*‚˜Enã³ˆæ{;ÂÈ¢d\n¸x køÀq{l;²xûT;\"‹˜jËØ^‚\n+AE‹O\rW‘ù¹a©²!š$–QnÁßÌE=¿&%#ÚW”£p5LôG©¢¿XbDV{Äg)ò*Ž@Å5,âS¨ˆOa	å“¸ghB±%}DUãT…’öUñ0¢Š\rD)GTi¥x<¹@“b Õ eóìoÌ«•=¦iðs2_Õ–gÙ²¤àwo~¾þ\ZM¢B“ªÉDú	©£ä1t”ÅpI:JÇ~ŽýŽKÁ%ŽáC{† £(\'.1$—X;B»{ÒƒK@Æý)\'‰a’2ß\0ZEí‰reVž¹Ôt¾^Úë¿K—Ù:Ÿ¦Áßólý|÷öÝßñ¬ªc>^ïôÙ#´ôPT\r±EX<Yª„‘P˜¤yû!\rƒQ%\"8iNqAbP $;‰ÞA•¦„©+ˆMWMÚ’Œ\Z\'äiœÐî€^ØÙË¹Ö]í~~GvsÝ›8rÌoÔ›\0àèvy$­<ú1MnÓ|y7{0¡Ú—tž=x%—\ZDí™\\b(ÛÕ@¢ˆÑ6ÒD!CmÏA¢ˆH8XÓ”¤1¨ñOˆ#$(î <WÏ+¹DGI.Qä=ÍäJ\"IóíÎ\0Ùp*òHªp,VYnÞä¿šëv§{†lŒ“N “`CÐIÃtRQÊîÑ«#óè€õèY‡lj”My„lêùòÈú˜<Aá˜6	\"ýÞ\\çKê Ú­ÉXß@,Â\0h¨½·v¯fÅÚ$A#h#Ž³¤Q¬5œ@Úò§f#£Åçí„c4ôö™ML£×¼ÃÈn‹]®Íe“écpÍgÓ.¤Úã®gý¨¢P²¦`Ïº¦5¿Ã„‘îÚ¬”Sk5%A*‡…Zu/$”§rÊù`C\"*3mÀiœÈÂ.)Pï,s02\'~Ê±Úç]Þ°¸(ý`U^IVy%ZÑ@»™&Ž-pñæÃ7Èô]˜™§ó4XeÁ/fñûK&ºÉ]›W¨ÞPh;ŽÇR\"3J°ÇRjg1´Q$Î0®Êƒ3‰Ì\"q>ÎðQÕXœÉ1\n÷=0Õ±6ÚÆô|oêïPt2Wò¥‡\'Àú]ä½ßÜ®§‰}\rÍe¾7ïûr•,¦øÀ®Þ`‹+H	Ù+³„aÔ@ê«QqÈŒâØ©ìhk/\nÂŠÀ1q¥xé…*O¡èS»žéjV\ZÅN9ŠYÉ£ÈxéÅ†e•WÆ»3:DfpE]ç’ó$×yö9OîýÕTÍ)Íô‹à”c†QR ›\"8ßXH1œ\0Ã&‰aG[½Ÿ‘’û„…x6ùè(q’lR(÷\0qK˜á\0J¶\'°¤(¼Ýæ™ƒìS,6°Â’I×qÞ¦eã½â¼PT\'º÷u—­Ûs´Ø2ÇÄzl€X ŒJ×¥¥œÏ©+…2{sp~ìÔ;–n3Š†±—Ù»qª½*èh(\"\r™½Ùa_±Ã©½Mênœ*ðZl*‘ÅêDV•Ç\"U‹UÑ¡¨rW¬ŠQ9yÉ­Y¼zÀ©ö–´»}¯¬éó_ÓÔ<É«<™-üûD5ÛD?´µø´©¤W«-*Ç„…ª•k4¤ˆ°P8,$[›Èš;5ä5ØKhB¾e™0#Ú-œãÞ	-å—ÐŠ\'`âà*Ì	Òâ*\r^%s«ùnñ¥*RÕ*ŒÓ^{‰J\rdoyÈâ­mDL™0ØUJ!ÊîXÞBJã)LO)LyÁ{¥žwÓ«Ó\n\ZRÄ£— ÓÊ^)Ü Y	~Àph8Ë-î‚Wkó¾š77ø\'_Ò½Ÿ6Ú©_XxLÝÔJ¤($šøú¥ÚE”yN­@\"Iú\Zh„s“%›(CSé#›ðù+<‘¨DwWñêq‡–MØw.þFDBå¯¬)Ê\Z• ¹mùô:[¬’éjé¿Ó·ñË¾NT–j¨²_Þ†$*Ú¿Âe›|+\\b°}\nC6Û®ìçÓ|Vr:Š¹Šz˜«èé™«ÐŽOÛßÉNLÈ?®Ý=½ë4ÿ!ZAÈñDñ±5;N”3X+h1¸å#`ŠœàðÃ`üPÀ‘ÖôsËN¿ÅÜ7Â®oälâa!á@ˆÞ\'Z6°Í~¯ól•N‹f=ÄéUî{D!ÔÎ!F±:’Š´€@D#\\\'^ŒúãÓÃ±BÈî€u!…#ÀÈd?Î>¥ÁÛ‰.x}—,>§B³MgK6º*\Z¨²Ê•PßZ:LÍaÄp,ÂÏÅ(kÓTE¼›]»XzX›8p¶ËI³ÈÈ–N p`¹Â­£é*ýj-çÛWíÑm@î	?Š8R¡äƒd‰”y$¹ê2dDaÂ4Ê^ È(â}Ëfì©	ç7¿`GX8H\\àÕ¦þuž>$¹Ç¦~½…V#®^ˆˆÆTÃ \0ˆlËƒ¨Ë	ƒa	yzŠ’ÎMöÓ«É\0®mI¹ï±Ì†\0M¸-¨‚frÁ÷_“ÇàSžÝw¬Ç­Y¢Fß?RÆçé„Ï#d|…E¸ýw\\î\'Þ¡Ä&Qº­o\"[fè†v%E9–ý:K}»•Ô9šÚÍcËy	ü°…²˜ò¨ý\Z¡4nTh)ŽŒ\"øAÄSÌ³®õ±=7Nµo7Hè\0^sØ°1ÑV5ÝœAÉcqùTÑQ<É*tË~«´·û¥ìæ»gŒ&é\"Åóc¶øüçi~o·Áìù\'_ºdœk·tô2Î\"T³ýž.–tÐPxû‹–rFª!dU>4Ãfx¨:`®ÆžuÞïl¡Žkß!Ì¶ñy¿‡Ñ#Ò|ÜgS#Èóù2É­8³WëžÀÑÑ‹MÒžQ6DÐ…HàhwÔ&d¤Š:wèÈ9;Nþ²2¨‚/iûFöá€ÃÀÖlÏ)	Þßeù*ØEÛwß¿½þËÏo»rT÷–”Q¯ómM\\cè£¡y2Hå`öÕ5¨r&ŽØÇÂ5_Óƒ©dÏåUs-U¥¯rø!AöÇ$:dêÏçmÈÔÌŸÊä§yºìp&mígf£\'…ŽRt*l{a ³‰8ƒZ~ÐPqÐÏL#a0u¦8Âà²BgEsâÑ’­•òYÖ1\0rQQxyÞ.–ëÜ«ë\"ÛÇFÏã<8ª«Æ@èà­]5xåké[¢ŽHÁ(–bQ=:p¥X8òßè\nïõíð2\rë\'Ÿ^]%ñv±J?çI·B†š$bô:†£ÆtŠH	Fqž8š\0AWT)1†UÏ\\â¸cÏ|ñHäF¥õ®ãúwH8‚ËC:ÒEqãûé]zßG©ðÑ¸GáããÀƒU\nœB‘pÁ8Evû\ZN¥œ_=uŠ UŠ÷ÚvØYw­cF\\e«à‡l½À›wëZoZ£côŽÍ{6êQ¿¨:_@ýP[ÑA·ZZBG=¦Eš:(˜²&×ß*M÷É¾b¥‰¹*Zš¸cÛ3í3íXD HóL[Æ¶4C-~ €í¯€æAOBuáË	Cû·hy“äišw:Þ¹–1¬bíµ„a;ŽŒÑ\n³Ä\010ÿ2°{<EvgƒÉ\\÷­³Œ9qc#;­o‡!ÛuûYEf§<›çýÚ|Ìû˜ç¨î×™•ôŽã £¢uo™‡œ{·…ìtƒƒR\'Âea0v:Ô!_iVzŒÃ)ÜÍcp£YášûýÀSÿ7_PˆÔ7Åc‚×»µ…ëWc…ÎÖé(â 2ú>u¹™¯‹øîµÑUÓ¾iƒê=9|,ÕC1=G!Õc–7œ¼!ˆ.È¸)0ª!KœUÏ©«ž²5÷òvt0.Î¼NóOY~_laý”,Ì<úO/#c®ÔÁ$„!¦T™Õö„0xÁ‡”³áåe EÚ|pÇõîp0ëÇÊ¼K—Ù:ŸZô1·®à¶¹—±kÍÂ˜ô·Í‘úÄ©Vˆ(0^¢bo=aö˜p½øÎe§Îœ‰.ž\\tXëšÀ}[Ä9’¹¥Ô0eôÖG(’\r¢I¬I¸F¸pËîJœ·ÓtÈ©‹£º,o‡ ÷©ÅTMÝv97ªfÇè›ÔGA\r£þûB…ï\r®\"ðÑvb°p†*9Î]a^9žZJy,k‡€·ð¶¼²™Û©}>­ûdV_5XHQû=06à†½µå¡m;™†\rÌ~%çíä—\rU`Ãke;à€µOb£üi±±o‰=íq$Gêð%ÈGcx;¦Ó;aˆC¶:SãÛQça+Å†Ç²v˜±m¤Ýë¨bc²Ìø%ãeÆ>/FÏk…V `¢“v`W€áŒiÅõKA\0w\\=G\'§Œ­~)ÅüÙ¤@r•WøøýÿÔ‡ûÐ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_actions_url', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ¥•\rŽª0F÷Â°ÿ…²·@Pq$ƒ`hy¾dâÞ§iE¨ÊË#\Zûq{lz…\"ê§R(+õ©~´â*ª‹]YG™¶™¨ÿŽ²Jø ÄÞñ0L)±@ð¤(ƒ*v€Ý€d[xPûÐ\néþœ›ê\\æMi®mg+T3‘ÀRvÝf—Ÿ*£ókeN³à}Í{™sÕÌfµ²_£Ù+r¡âo(DbÎä=Ä\'@ºìþ”ðÐDÆŒQ b!\"—ô@|ä&ç<|ÂóÈHa1òÈ	éŠFïDØ€DèõHr‚ô˜žCÉ	Ô\"…S:¤PÚs~éÚ}©uÕ|\r»%bœ¤È_€IIsþn¥¸ë{ÖyÆ± æY<q0Ëb.y˜{ßž/uiª¶nIÓÉÅß‚O_†FO3n«\nƒ/²8f2ñg×ƒ·M^·Åˆí6ð\'âT¾ì\ZÿÚÈúÔ4~ÒŸ¼lšEˆÀ!µ-ŸÚã÷ÂÐÛxP\0Ü(c BÜ7bŒd7;´vÁ XäØÖ‡²Ëû®Îµ):[2æ¢Õf³?šÖuW^‹î c»W›þ{²•@5Ø•|˜‹ÎÍe×)vmo”³sî\ZuQŠä˜­±ÖbûýÜv¾çÏ3a;¡^B¯¬äê.T´}§´Ê<èµw\\õ€l¶Ÿ\rcÏ^ò¾9Ÿ­BñJ« DVZ²/lølVù‘„YC\"Ar¥Hl–Ò\"±¿f:ºêüß†ý2ê€®³ød×Û£˜Ìn·_öjØk');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_actions_url_chunk_0_99', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœíínâÈ¶†ï%?ö?œú®rZ£}£#h9ÄI£&IïÖÖÜû©²qÙP¶×26\']Ñt:xÀüð®w}eB?üwõÀ¿í(IÉÃ]ö@Ý7È·ìû/äÃ÷òán=æë;{¬z¸»_mžòÿÜ}[=0ûGÚ?Ô}‘º/¸û”jû™“oî6ì´ú‚}ûÛýÅí_öNí-íß_¿V¯ù÷M~øµÝý¼ûödÜ?0{›Çï?V‡ý÷_«Ã³ƒÜ}•7ðºÚœý¬8C’ûqW”ý8H6NeŸï>ò;Ê-EÚøp§&ÚN­úŸŽg&gVý¨¸OšPšúûô\'vvŒ©ÎK7Îë°Ë6ûçòÌHÂ¤p\'£ÚN¦>òx:ºq:õýƒÀüù\nŽ¢¼<%Æ§ô´}ýþ¶Û.óý~µy9ž˜p\'ÆYÛ‰o_*Ç›ô§w~Èñîí­ú»÷\'‰8öäT—Û×·u~Xm7Õë¬û4›Ç®Ê×äùi6ù»íÜÎ8yÅo7ß×Ûì©ÿï*Oáäïö÷ùË¼ñû×§ûC«‹UßùÇ}*®yû8<Ü½ïŠË[Øúq8¼íîï—Ï‡í![ïò_ÙîiŸØ_çþýçýc¾ø•¯×÷¯ùÓj™­ïïÜ-¹KúŸÜyŠ‚\'Fwð„ƒ<áO„ç‰–cx’j0LÓ0…š>¦ÈÄpŽÀˆ€0¢	ˆ-9„’ê4=\'C…Tˆà(¨\0Jë•Ú<¤õJm; ¢£ ï\0…aXP,ì¶›Õr±ÜnžVîWZd›§ÅÛ.ÿÈ7Å?_³Mö’¿ÚÃD0áæb˜¨Pœ(:JØwBM¦Q(”J@¡¤’ŽV%î—â NR-!œpÃ\'S%\n¥JTÈÌ¢º”†ÄäÉ’!\Zª`ƒâ³ABƒ±±BCßRhè>4¨D§¦ùÎ.\'PœiÆ€ÁqNýÁ&S(h°4BcæÐ£¡±?ìVù94t)(Äøè„×Ð¸¶ÙÁ§áE¿Ù!¡\rD„¡8èoP­PPà%	E(£\n3‡BW(\"\në÷|¹Ë÷A áÞ” ÔqA!¸à^K¥ÿmÐhƒFtþ\0‘éé~Þ®ŸòÝw’ïûC¶;àpº Gœ4UÃƒÃCØGh€)ÑhŒF52˜`bÄ\0†bÁ‘3E€Äú9cÏ­´N¢\ZÝÐHùSCèÔ¨.í#dù„Ò‰h´@#)þRT×ü‘EBFô“\"}¸ó^I´>£õa0cH2\0ËúÈí¾«>iZÁ€\\›ô,°(`B{+\0\ZÇôØ¥C²€\"„ÁÇ£\"fÈ‚óbÎâO_1\'G\'FÎÒ!îEGëH“\nâiYxµ MG0B%RrTl1…h`‰ýÁO(F4ˆ~Õp\n¤RØË•Ò„A¨p‹!&Ó\r)Ê¤d$áƒ’!$Fuº†U6D$òh×\0á‰\'q\0Ê!²T¯”í\'kŸùã±¼±O¼­jˆ@4¸Hüý‹€†IpP\ryTXÅ5Îˆÿ$ŠÏ¥\\HuZE\rÆ}ÃTG•\\ãžg¬+ÓË! ýØ¾æ«Œ^ì“N5Z`—¨Ë«?¼_Ò8ß1LC§`ä4Ú§?cA1ö©â ! }XBhŸ2‚³O%‚gé¨}f¬}úêÂ4«tV›åúý)ºÏí¯³ýç‹ÌFCûx¿m÷eæ%ÿx°Qˆk¢Ó‹[äBç„ŽuY†\Z¹\'•¥Øåž¤S¹\'ŒÁÔ\Z®¡¸T-B	œ•ÚQf©1jœDLµÂèâÂ‘â‹½ÃÆ.ßoßwË|ñ²Û¾¿-V»P|8‡ŸR6A£­òÕ(ÏÅ)<EÔ4©äd;EÒDqŒöP\0Ehãn:)\"Àô%&ÔÔ SÔD‘é*Ý:¯2ãÅ{:°ÂÆU”\"ã*\'Ò:\nâ\"màf[é¡ó´qÎíÂ>Ùfñ¸ËV›Åê)_¬ól·i‹uŠ÷7vàÆ\\Ò‡kÆñ†•	ØÛä†í¯ÞÇžp®Îýq¹awŸpí™ªÎ«ÇôÕ“eƒ‰Æà†ã@‰2ò\n¸á_ÔÊUÇ©þ™¸ñš&=r§a¼?ÜçiIå¸tÒL#µÆPëÕs¾Xþ^®óÅþÝ¾Ôï•3Üh}V±ˆy‰1(Â`ˆM${zÓM,1S•Â\0ÙÃ)LI@Ë…Š\"C\'E‘‡Åàiæ|éòbÕ \\Ô¡Òrû¾Y®‚”“SØJ\ZÞÑT¨p{÷ý>N4m£i	2÷â\rvô2o}U%a\'N 4˜y¸ë3q¢\rÜH9X*(”€I þm\r\Z¶Ú„ 9Ìvú3ÑÄ&n4q¿qm~8·F›yT€Ý€B&Ú¸ÑÆ6îç\0Ê½EñL(á]ÜšFÑ0ä^šÇíÛhßÆÐiÆæ‹\ZÊ‹–K¼¢„Ûˆ.Iì˜/šhLQ?\\‡d©Ø;\"p $pS’\\@¶Ç.¢ÙrHëˆA5)ç™Þr(k™Å7°™¯ÒQÙ\ZhðP^\n6l`¤<Ë{†Êd\r¬;õG½†!P\rD—»I”J¯°0Žm\"‰èŠ­þ\\€tÍu–˜Úò;ÎÉöùâ-û¤œÔê²C“í‘ÐüÚ™h¬	4®@	… dsÐe¥‰9š˜}â‚ãÄÆæÀ+@úªT©ÔÀŽ`´·Š¦FóØHÞ®\nÓÀã©±Þn^‡|÷ê”ˆ’ö‘‡Ug¦Ô\"]›hÜûÂsõ‰®ÕŒôDºƒ‚ô×Œ¸ðDÀiÌUí¬!ÈL	Š\'<VÌ™\ZÃJêU:„#îµºZæ‹l³±Ùí³ÝïEVÐ$-iÒUO? wØT4‘z\\\Z•Ý­Þ\r¤˜Ibï%ÇÃŒŽlh¢b¼O”¤¸Jf2Q‚Øš(9dBë@6¡!ð¢„wé§?/½]Å/¤†Éíîp®JÙêmñ±\n›ŠÝÛ—¬à‰DÔ»š‡»*VŠ^IôJ¢Wò)\0ƒ\Zß†,[<“:÷¢ÂZ×\0 ®ó¸-nŠ~IôK¢_ò)É¡µó½¾IM)tuDgÔ“èœDçdüVÇ\nælÐÆIƒ˜HïâŸÞ¸)º\'Ñ=‰îÉ<3e…<ÎE©á’†5©°­¾zêM†VÓ„b\ZøúgV»éá_…Š˜Y-(‚ÕQQ†Ì«jTõˆj3Ï†ó¥ÇÁŒlÊy®bTjBªo¢`…õ¶ãé„¡vuB£ˆ„×a\n+Œ^\'X¡¥1bMêÜ)Ñ•‡Qà¶›G×¶²tëóûú~gVˆìXÑð”äëí›Ûàƒø]\"áƒÅ»%>€Á¦À‡ñ¡àULâ‚’é€Ñ11>cöÀj0¶;û/ŸJs&ˆRãQuE	&Ôµã}‹¸#M˜Öæ[L¾V÷Ò“ea–(pËKŠÛ†¡aZàƒÓH‹¹Ó¢³öt ¼ÈŸÞ—™û…²õ\"³õþm–y\0Žrê¡¡ãÁá§‰«û7Y¸\'“”b”´:G*háO4íN¢ŠS-Î!×6›(Ñ¿~æ²Œ¬j,‡ìNÕµˆ<Rä¢ÊÓE6ù¯…o¿_mùË®€JÀY†)—Wž²Š#Ì‡)W¯c·àKjY\"†øÁÀ…2Ü„!†ànöaÜ÷=wZtNOÅô»4h±Ìvy¾ëµ3ÊÞ[uyÇ\\\'¾Ê˜ÍXsJ˜\0\ZU]UïÌŽTÈd­ùÈ‘1Yòi™10NyËwÏÛÝ«Nösö’·r£ì´fJn\\}ð¸!Ù$¨0*¸A,ŸL_H\\YF\ZYñYYI¬6XanÙÐ‡	wšFšÂ5ˆ†fÏ =³¯1û\ZQ2” JÍAw™…õ%\\Œ\"šV(µ§\\\'gbâ5&^#+æÎ\ni³âä\Z¯\0ÁÂ~”V•Ñž‰é×˜~Ìø,Ì¸@_t]ö>8¦ÿÄ].‰˜˜†iØ˜†ý”4Áö³!Ò±5Ofº•>aª&&bc\"6ªóÛHß›­I!ÃQè­K{‚&¦cc:6’ã³cxÜÒuÕWô(†ù(xÝJ²‰ùØ˜°˜3,Íð}yÙšÅ¸®Ñ@Q»ßúÑàL(gâÖ`Ãh`¸5Ø4PÌî7Jb2[4\0¥\Z¤Â)Î3Š7!šrW˜Á.™sî³©iÅ­®N…ôT <VóK‘¤\"$dw²Ä¤°I!q%)\"ÔÀ­‡Äî£åWÙG+Úî¤¦Cèü™ð8™€^\\¬}ÐQ½¯ÙÚÅO÷åÊÇÃvá.«ZÎ+3eáøûç‡ïÏÑÙ¿‹/þÇÊ”ÿ}Ëó§¿¶Ï¾\\#œ»sõìæîQ Á;3Y”À	$Qƒw¤ÁEÆ¢®9s£oðŽÁÔ’wP¼êOô	/ÎŸÈ	Ælø\ng|…\n“¤S#\nVmh\rÏý#p¥2o‚©Ú˜¨…ãæþE€ÌoÄ†&C\0â3«u¡ÆÂ>è/»ìõ<ž)Ô\'£\\vÄ3—Œù+w¿€Þ(WÊ”š!¦„2Ðã t2¹AQrƒF¹1wZt%ƒä†§Å[¾û¹¿]TÂ¯¾ðà&˜`ÉxJ07[´9ü1}A	›,(ÁT‚b«º\"%æG	Ž÷Pb`TR8ïÓÿSWÏ²ÞhÇRWÜq\0„&ŠÂÃÈ%Š“-5ˆj³çGçœPLÓ«ç‡»q·´à÷ây·}=7@ËÜŠS¸’KÞ±¥- µGž˜%-üF”zW›Ö×Ÿ><ÌW	K$²ÕÞÕ6Mj…Q\\Ç\Zj;*·‚tBcnen8ÁïHÁvµµ›¦uÙFŠÙÕf_m=–I4F£1\ZEÈœ+½àÍ±xƒÔ£Ã^Öð‚¶ Nñ_¾}]=N¹Iû\Z·ªC5ËÈ1õ_P/\\ÿE“TÛb‰À¹˜^6L\n‰=óóTÿ5(jiš¡@s+\rQ˜$ÝU ×oie·aBŠñ>Y/0œ÷©NwFOV.ŽË—D\'t¾L@EÈÞ’G´Ö\rÓ¹jï¬Å‰ngt;##æËlKIŸëYƒ‚UÙ‘BJ3w§m5‚€Q‡ò~\'«!G!£\Zšž)cSw·éI8ªø³_l4~oÈŠ\r¦q#w(B_ çg ÚÑhÂµÀñÃ·¼´é)E4=ÑHZ…îêsÌ]ŠŠ;‘ùŠYÅ´zÛ7ÕwT_8öÒ¿íVÙò÷âm»^-_½¼£Ð×hu	j‚ GT6F_²ÅÀŠ…â¸ƒÀŽ@aGÇ­ós†K_‡VÙ0°¨£ÅŒ¨ö¢„l1¡lI•¥ZD1=êVª…ËÞÑ¢´ü“¨Dª–hXµ`—EO¦ZªS–»Ìï\0„`wÍ3\"‘ª…ug•OÁbÕ!éPv\n—ÖSmâ)Ú~ªÁ±ö½DÿÚlEŽ•Ó\Zƒ sàæŸe^ÁAÅ<ì#ŒL yX%yH%xX%xD s:‹M@wf—ï·ï;û¬.Ö«Ç]¶û}ÿ”g‡‹íó\"ÛøacAý{¹ÇeDešX8‘WcNÂ&òk(ï#˜JjÙý~I9È/¤úÁ6¸QcqÈÜÕO×†8¸>$Ær»9dËÃ> D¹µEN°]Rx¥sõ¸E|¤Š™E(€ðˆƒ¶Œ\rˆ€ŠæÅ£<&}>+àýN!Ö«ç|‘¸AËÙæ%IaJRÈ	+ÝåÕIq“ÜJ$ŸDK œ÷ïÓ2w=‰–À$ˆ)‹¬˜;+¦Œ>ÜˆãÃv±|^ØËû}Ø­ZhQŒ›³E2—~ýšÔ›Ô›1gc¬¸ÄL‘‡T)Hq2C•àØ)8Ã-i‰.ìÜÙÑ©3ÀMÈŽê;þçÜpV\nc::etPâNîÚìèÄF\'6:±_Ï‰Å°“-xÀù¯uõ‹Dtæ¸ýGK&Ú­Ñn2gæõq¨\ZÚnÛµ†ƒB,£sÛ_BC&\Z®Ñp„˜-!P0ÆkÍ\nÙ<gãŸ6C&š®Ñt¼˜1/.=Ú¯õŠÓ¡cOèÜ†‰¦k4]#;>\r;à/Ê|­¹‘í×Â»£Äð‹Ó6~@‘ª\"®Þà§nØ÷åf®DàDA81œ Ä‡ÆPU€àÚýpkb*‡Ì)Â®¼µ·ŠŸS$;6ãýhñ=8ue˜±‰o»ü-ÛåO÷ïöq¶öÂ¾:>ò`L1¸‚¡&,?Wßr{£Vab\Zo¦ðBµªqN&rÁ©8cdîˆèLùb¦µ{D¬6ö›Åü¡C¾t¿V\0	^Bâò\ZuŸÙ­–Q3Ú«fÜ-œö‚W®ÂØ ±F0iB\rnâTÃˆ\"(æŠ®î]Ô vŠÂ]möï;7\\  „()qyPR‚*¹!!@[Cc6ÙÂ„€¥„„Óª9šh:BàvÑEB|vB¼å›½ýeûåü5$„;CÉ©ÆÎWî¶-|°Á¯¾[îFib0„€Ó$ð®kU™£½„8ùÀù“%M8‰¼˜9/ºÜ	ÔxCÏ‹îa a>ÄþãÌÌˆff43£™9o\\ ò$ ]Ñojú‰ ˜²-û2,èfF73JŠ939b½ÛÕ¬)ÁÓ”OýŽèeF/3bbæ˜ÀQîð4kFpL‰–½HNèdF\'3òá+ñáüú®ø *O³É)Uî¯V_e1­V@«ií­€¥ßþ˜¾Ö8V`XcZEª£\"+fÈ\n`r©\0³§“Kìvk«å—€ƒH<š\rîF`!àiê„OÆŽblø¬lÐ`ýeÀ†asËƒ:W´UR˜†òÈë7ŸÞ$þ‰ž`ñMx\noŠTÌ“\\:\"ü`ƒ\rd$bãÿ\'S/ŠÕÏ¬|Û.®¾bò©ñâGwhp×Ër»ý¹ÊoµXÁzõÅ\n·R ˜ÆTP¤’Â\n;F‰@¡Dtä(#Jf’^Nô:%Ã0ùQ¾ÂR’uœê’½\nLWÐ^P)FÙ\ZÕâ6pÆ4:„5\n©ÚÒ©4¡©8ÛõMÄ\0MÑãŠ¥n”¤‰á@e†Õ-öf\ZÅ±HQu\ZµcNÜEñ‹¢êÐª¿PÃ>…¦£ÃöŒ9‰IûkJ.ôÅ(vÐIÄq@Ï ¯îËcØœ/^íÃÀŽŠ‡êJòp¿]Šsa*ÉC½æa~¯Ô	Õÿ]¬^ ]ÓO9X2@ûØïc¾ø•¯}ù«³5¤:5ÆÆ–&T£¦zñà\râ\"ZQ*{£&·Ú‰5h…±^ÊSë­5…c¨ÔW”#ƒ(2¡8²’ŒöõÔ•dLà7Ù5¢è¸£“çÈ’²’Ç¤«Ç‚A¦ÔÕ¡¸Â{W/Çg¾KòHEÇ©DJD&‘<.‡¢û ¢¸}¿œDæôç~íµK©Õ_\Zr:àtÒæ˜ÀÁHÂ‘ƒ‘SuÚ Ñ!©;JYNÑÁ#È¹\\Ä²„¢GšÊŽé«-#MÙñØn¥CiSyÅ7ŠP>¡|Š¡,•×Cü\'Q»=,Õi%+Œ—9Ç-0´³ÿòç/µ…ð¢…øYm–ë÷§üÉ[<iÅ®R\n•0ãôg§O‘Â€ÌÞý$jH¤} ã$IYs°&I]žZ¯\Zb€\Zb‰€ç2kƒ+«/Ïç†;Á“ò9œ|¯oWÔr,W±®>PCÕå{Š£\"œó¶3Š>Èõâ5@ŽðIÃj¹ ð:Â§¼ÁVøøÀ0l|¨ì~KhâÆLƒÙ‹¦-0SËÓU4Çì1BŒ!\'í}HÞ˜É¢/ÔT3š“àÂòF(4o¼9ã\r”#5Ž¡E[¡Êny’ýûÒ=aÏï-FNÅÆm‘ ¸-¡„°Þ-<MRÜ2p%P}>O4­fFÌðùˆÓ¡9®=Q¢?ª¹ÌÈ±·ŠFIóØ?%(‚(Aš¨\\œBë(”yÌÖ®ì¿#ÞÅ)ýœ‚I‚R#(|èiðÑŸñæV‰Xy00ðÑ¨“nŽ\r|ÜÒšú—\r/OnU‚²vlÂ‡t3´*ah”PÓA½?%WQ%5*¢ÞŠ¼×tRøWAÅ3…úUŠŽ+¢qn†+t¢Lõq…¦	×Í«—!¸BûD4:rú¸bÀ9®ö\nUXƒXB	ÑÈ\0gXŸÿÆ§—¤ˆ(é*ßó©lU´î1_7 	…™ÿ|ÎŒjÖsá€9ºž¿?Ï|åK½–q\rsc¸#$ÎÈM\'á°Tó„«fö¥gÒ)ô´˜†&„#£¡t2	ƒZ5ìÅ{a[$&]ÞBš\nVÅ½¤€mS†\\UgeKÈå“OÔŒ+DNT˜(ÝŒT`ÒmrÀ	L1dBÍ^I‘7Ó¥˜óÜâè¦Y)¢)cªúª¯\Z¨ËŒÐÙäÒá÷ÿ~Ë^òï«§¿ì;œø×¥]âêƒ\"oÔµÀômöV@–øczÚ$2º‚Q\"1sœª£bÛÂqžŠ®‡#Q%eõv@uö9€p††F04lR›9æã*¯W¼›sõ†¨‰„J?ZD‚Œ \0´À=Ù¸y\rR·”Áª&\rn|ClÑž/iPÒ3ê%¼È+}R¸=­Vm©è“^«\n~ŸgÃò½zé&ëUQÛøÀÌ¤—OÓŽíŠÉ†ç£Æ/®;;¶TÎ—ØîìÉ’ÓgX¨°R,§ÈNö,þ¶Oeþ±ÊýuØ½ûár-±Íõ—ß(¸Q3Ý\nnì­À8aàt9B&›\nCP’ƒDÉ1g€Œ›Õr=7 x60BÌÅFˆºúlü›°‚\'Ä`¤G?+Š[+áü1q‚TdÅóù\Zð•ÞÀˆìÇˆ=ß¢{¨GKð¯2Ý…Ð)¤„½PJøc>Ÿ”H¿J3ÐãÌq=Î	é?Ó³ÖDˆ>h#ígÚslO.¸9Á^ÄNªÂpÌ÷±†ƒ\r…GœŽ +ê*	K;vùÉ6°<®³ÍÏÀ\0á5Y8¹úìîq\n¯OÒN‚ Hç˜„êvlüÝË\n\'zf!T·Þ‡Ö÷çs\"”²\n]‚EBõ’Æ ¡*ý‘ ô ú4ˆÆCáX9Ü…î’f‚\n-ï‹í]ÌÇê^á¡¼\n‹h(\\ýjö¸}?XPT—rƒ	ÿü©ª²=');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_downloads', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…“Ñnƒ …ß…û6Š³]~ßa¯@¨²J&`€®[Œï>Ù‘ÑíBrÿwJ˜8\r…Êð3Lj@½°5pˆzeæ@ÇñØß‚Jn?­B\r¼®Òm•;¸­X.–\'@æ&ˆå‚Éì]é7Ôtß\Z^òBzn\r¹sÛ\'¦m€à2Ñ^¼B?rJA\rÓïLæSŽé=+²Ž^òsq\'œ# ÕTš×yÊ!7×\n=GÐMôÓv/¹w	àN	2jÕ2c¸¼z|…søÔûÂ!R‹ç…(»@­ãÀ,Wòÿ@±÷A Ø’\r”\ZvT’Šv0˜2Ú¯FÊ¼ôùELóúšyþA˜.[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_downloads_chunk_0_99', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ“Ñnƒ …ß…{ªh­ß¡¯`P±’	ÁuKã»m¡èì–ìBB8\'ÿwLÎO0Â7†Q®0\nÂ€ÜÂœàØ^¢ßN0èHI;`¼IŒAPI¡¨Ð°¯› !uVÉÖiˆà•f	¢Ð8m²&J£¬<#ÈŽšx¾ÌG8G8a F^hÆi!¨¾Êáäõ¢E†/Ê¢eZW¦Ûé9€3±ÑÎV!Ÿ{JâA>èà˜Ç=¦õ<‰‡´’ëˆ+!õ€z B5ò´‡|ºÐÔƒ>E;Ýa×R{àZò¢dE•bâbñq´‡ßzï!æq.ÄÖby.Ê+Ã*P%yßQÍ¤ø;ï}È·ìÚ\ZV”¢è$©/ 3íÐi?\nè)¦þhYˆi^ÃeýÌ_c0Ë¦½™\n¶Z÷\nãäB$}hGÈ‰`úëPÉ.â4/ß9Ÿ&sýSà\\\'');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_outlink', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…“]nÃ „ïâX1Ôqµ¾C¯€ˆM\ZT~\"CJ%Ëw/NÆ”´H+Í0ß<ìRh`æpè)à0 W˜\r´P	zb¢ê\r4TÎ¹Z2+ø™Õƒ®oUÏù×¬/¸_Cü—#Tæ&‰å’Å¬Ó“ÿ1Þ5ä³Õ‰\\¸5Äq{ÉL[€ä*ÓÞ‚B¿JJ›@\r›>Ù™/%fð<m‚RÈÄÐ%@;QeÎ	òXBn®´K ›Ò#v/!œ€G-ÉuÒ3†«÷€Ç¨„Ï½?%Ö¸X\"·^¬òÌ°+4hyÌr­þ/”zŸJ-ÅB¹a·€Z¡éø÷FSa£ökeYo€Âf?áûE,Ë7,4');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_outlink_chunk_0_99', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…“an„ …ïÂ´jÝ­ÃzÂ*[I`m²ñîEwA´lûC3æ½™ï™ÌPÈàÆ!Ã\ZÞª\n½¿`\n…+ò\nn\ZJ@½°Yk(E˜CŽ—Vûø¢ÀKuœ\0é±\'†÷Œf&©>nV-·£Ä…´Üh2qÓLÛ€ž‹ƒöîúSÊ\0ª™úbÊ3_cLçy Ë\0é$7×wÂ9\0\ZE…¾ÈS¹¹Ðs\0ÝD7Ýc÷R^àFödP²fZsñáðEÃ½÷Ë8âhq<å™a¨–ýÐ1Ã¥ø?Pè}(´D\r»”‚t’6/ 7EÐk¿0Pìú¯7€çåµ^’ýk@£Zf¡¶Æ\ZÒtš¦¤g¦ãW–Ô2íÛ¦Â™g[þ\0ëé:˜');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_sitesearch', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_SiteSearchCategories', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Contents_name_piece', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Contents_piece_name', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicePlugins_plugin', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ}ÐKƒ0Ð»øði\'wèRÅ%J(¨BÜ½l²£^X\ZY£\'Ële,t)¶€äíÝy2¨\Z†ŽFzL–›‘]…íHÚÜââ¿räÆÛÐFD\Z©hd §]¬Lh‘Ð ±n¢ ËS\"‰+èýáª›¹wò)¹è$\n49ëGo¿n’¥B–P`¿¸Éó£eª”©´ò«ÖÐ»šÅ_ï?pO¬ß');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_brands', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœuŽKÃ Dïâ˜‹V½@Õ+P)‹HÙe‰¸{l\ZZe‘ÅX0ÃàWáÑVp©óÑvh«Ÿe£²ëz¾©¬ð&ÖT.Eñ›ç`¹˜[ðP¥SVqn„Váau½ê6Fëöák\Z÷úQÈ¤ô§ž9DBŒŠQ¾¥èCŒJƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_browserEngines', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…1Ã EïÂ	0„¤˜­K‡J];“ŠµC»¡Ü=v„•ªUÓáëó\rOŽh±fÔ!nÇúD‡ªÄ1ÖþXò}R!£!Ù4ÕŽ\"•·|ï8cáàéìIÀç9	ÀC<ÙéÕšÉ£5Ö™_¼ˆñ›¥GuMã9¿FXÌ\nl(nh _nÃü[É)Ý¦‡P@£€!ZVñI\0{óÔqu');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_browsers', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœµÒK\nƒ0à»ä™É‹ŒKAºi)x]î\\Šwo¦fTHV]“LôÿœÈÓ6“î&22‰´­äH-Óë½¨n%$ÕßT7¦B\ZO¼O£=êÑpÝñ¶E¯Óý(ÎÄÇy\rÀ?hõwkOË”¦iÛù…Ù¨:žãé@qX[N‹#Äh2Ã]Xg`‹qëO†>Y¤J3 @F„B×¦…¸‚°Ùà\n…€˜æÐh‚måg>HJ>H¾üpùþz¼kÅŒß?óv×(');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_browserVersions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœµÓÍŠÃ ðwñÊŒãçx,”^¶,ô	²°‡Bo=†¼ûjpÖ´K´—=hŒðÇüÍÄçCš˜dy~°euŸ¾¾ï*=r‰:ž’=€J7Öy Í­Ÿg“«4«Hå{ù„,æ§«e¥Ê>Êd`ÝZòk>x^JåE6ºšÏë³†êpØ,ÄBNÇJÁW\nõ%ú­¾¸&M¬dÄa`—¡û\Z1ÎÇÌÀM< ñ˜iá —lüŸl O1]ŠgõqJF$¦Blshqh½wCý°o]M,±¨]ò¿Á3Ub^%±/q#É)·C‡M2LëŠö®Çàñ£L®k&ô†å*Ì\'');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_models', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ}_Â Æ¯b8·Qž¼€Ù¦%.›ßînKÆcäòñÑ¦¿v\0K\0î†]XX\"`ãpö#sDìØ»›Ÿü+\\WïùÉ\\\0‰GhŠ„15H`VÑ?BuºÅ»YÓHsòRšg+áÛsXežŠQk€ýÃ’fÃjw,Ã–UZ®Ty‚/¬\\\\Á’U,›×úû<ù‚S¦v‡ÛŽ¤)úAÑ5’ôóX}•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_os', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…1Ã EïÂ	À˜¦˜©ê”¡éÐ¡3•:DÊ–åîµQTU¢æóýgòTf²)7©¬È,ùõ^LZ¹cn—«I3/‡\\¼ˆ¸\"€LôÒÃù3¼Ÿö˜h+¾“\"\nmµ6>òs–Ê&ÉI.ÈsœÂ24`$z„£2ÔËø2Þ\n¢?u±a¸ct\Z?ØcØ>Ë¤o«');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_osVersions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœÒ±nƒ0àwñ ûmŸÏSÕ)CÓ¡Cg*uˆ”-#âÝk\"Ÿi‰â2œ\0ÛÀ§ÿn’(óE(Oâô&É|s¾¾¯&ßdóöòš!š|[Ë•\n¥|91nÝãõ™lÝ¡R±^úš§ûÊR–ÊÏHæeýÔYž3‚˜ÏÓ9ƒ\Z‚ªbL•aÅ0©ƒ-¥\nPŸbÿKäôþ‘1^1¡ZðË‚–‰åØÒÚI|âµ†§h*ðn£¤Fü=ŽPÏÿÁ„>Æj”Â:%ãq±Í	œŽÐÃ pßÁ]Gª¡Ð\0n©h(ÛÀB!¤S²W ¯[ã÷ÞÜ&„ž¥Ñu,?kªà');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'DevicesDetection_types', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ}Ž»\rÃ0Dwá¤>vtÚ!;È@\nî\\\nÚ=¼À‚.Ž \'ñ5ôZâl\nú‰9Úö9¤ž0ˆJÝ\\±°PÆ1ù:@Jä>3íÅÈâ²Õ¥ŒIú³†{~MÑ|Oã‘Ã&ÇraX¹)ì¦Èë•Iÿé‰`|I›');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Events_action_category', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Events_action_name', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Events_category_action', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Events_category_name', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Events_name_action', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Events_name_category', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goal_-1_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goal_-1_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goal_0_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goal_0_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goal_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goal_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goals_ItemsCategory', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goals_ItemsCategory_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goals_ItemsName', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goals_ItemsName_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goals_ItemsSku', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Goals_ItemsSku_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_keywordByCampaign', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_keywordBySearchEngine', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_searchEngineByKeyword', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_type', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ}Ž1…0CïÒÄiáÜ;p‡\"1 ±1V½ûO¾ZGy–»PYJ.ŒcYX/NgÙö3ä‹`@ÈÕ”`#º09šGEJnÌ&|m|²4À¸Lò·šy–$¬Í¿­Ãxíï½æ¸ˆh/Ÿùúß~_H:');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_urlBySocialNetwork', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_urlByWebsite', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœNIÃ ü¨Xux\rM9 ¦‚†S…ø{qd¤žªÆ·	Ðh	Ò˜I®hb·¸_¡VˆPÊeËù‘â;ÖÁžÂ\'è5`(S°“8êJI‹§³	+g¥xËÊSéTH´Î—¦ôÃ‘‚x[¾/åÈÓ‹ù‚å/Žß.¬ÿmCûÞ?›RL');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ•ŽMÂ …ïÂ,P@û¸ƒwÀÚDb\rXºi\Zî.£T]êb˜7ÏAbõ6AèÌAPÍ­C»‰k‚ÝiYÙ”ì2Ï1¡i\\Œ»>„«–!uk˜õ–<=ZÊô¨MhšrNÆ’¿Ç¾f!ê•âÏN¦ÊcÍät´9¿¼«:üÊÊ?¬÷©çB§ð¦l¿BÕÿu2µÿ`~\0Õ3aU');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Resolution_configuration', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœµÖ½jÃ0ðwñèN>IS	„dHZÈÐÙ…l]!ïÞs«³ƒSKvŠ%AæÇý¥Sš\0®ç b´üðáúl¨.ÍÇç¥Š_\\¨/›¸ÙE´Nµ`Œªâ9 š‡æ¨øÓðj•×ÝcËÃ;Küåºiu· M\Zõ3së7A…ë­{ÝQ&ò¦÷ý1¾\"xd“¢Þ¤Ó04t-$ÐÎN‘tž„y’	ÕþõÛ¨½nÉ¢€äÕ˜<*bÂ¨1ò=73­93Ä!3áÀÀá¨©Ò4fVZ¬áÂiqdsŠcž¬­ïÑÐ ¡^£ü“WÜ8ÉC\\§VMªÎ[ì¯e·‰`µkÉÁÈÑÂÇÌchÙ!Ç¡4&ij?r«ÄãøNeeò$?++&²Òwcª<zaÃBc:ŽÓ’wÿÂ6:rÂpeF˜~‹†£‚þŠ@-íxé©‚yýø1ª5ŽÌîÇP#µ\0PÇJXÖÇ\0M¶ÂV†rWîL§í£i•-lË¸rb…®œ8[¾ÎÉð\rjVæ\Z³\ZóøÒ\"áÜµæ~ÿp¨òoËŽI”#Ý¾Öüº.');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Resolution_resolution', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœµÔKnƒ0à»pÏ“±¹Cï@¥.\"e—\râî\"OR…ÖN\"ua@ÆÀ§™Ï ¬§’¦¹P\\ä²^Š”á<~‡éâŠ¦˜Ó0\nú}ÀäGöUX†Lûmñ‘UÌOº¯¨«÷u\0u’ÓufÛoÏ%•uÛ_÷MdtK²›°bÔî\ZÃ‚™¥~V-×Gìb09ÆE7Lµ`¥€/$\\	éÀh+¨©0WébÊÀ#‘*Rðs}ñz„BªÂ~DDR8”2ýiS¤G!ò¸\"ò¡+Ð(ÈAÑéŠ6£+2-&øL2ßŒÆØC˜çS=‘F!äÅvX7#Ú\0c(´*ˆïÉ€ÛæÁ`ùÍdän2Œ=œþ5ÐÞO½+¼XÖ@p ô·z ÅþE/ý³Û72Ñ•‡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'UserCountry_city', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ5MAÀ û/PÑ-–?ì.ÙÁÄ›GãßG—ìP -”†ˆÕ¬Aÿ¡bMÈh÷3Ä&D¬#9rñ¢„FRw¤*}ZIs>¼‰§1´#’håMø¤íš?X›‰—íýŽù&1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'UserCountry_country', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…Q\nÃ †ïâ	4šÚÆ;ìÆ(ôMñîK6CÇ\nî!ÑüÑüÉä©ndS>/ÕBHfÏë}7©y“6’¤ˆ’Ã§¿xéK\0çÀçÄáäEL2–\'%û–\Zklg©6™xSar\n¢Ø)§¶à¯?ŽíáŸýc½ØmÁG˜\'è×ŒÚ=ïn');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'UserCountry_region', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ5MAÀ û/PÑ-–?ì.ÙÁÄ›GãßG—ìP -”†ˆÕ¬Aÿ¡bMÈh÷3Ä&D¬#9rñ¢„FRw¤*}ZIs>¼‰§1´#’håMø¤íš?X›‰—íýŽù&1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'UserId_users', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'UserLanguage_language', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ]\nÃ Çïâû@£©m¼Ãî`¡ŒBÙKÄ»/)†Ž••=$æËü$“§2“Mù*+!™%ÓbÒOÏÛk5i&`ó(N’(>ð¼ô¥€}à·cs2“læÄÉGqÁî¥Ê5V´Tªl¼ká7m›‚(6\nGÆ)„m\0ø­×òðÇ)ã‰àã>*CßA£8_áŠ¢¾2Ëp');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…Ó1\nÃ0Ð»:\n,)vRyëÒ-c×’BCèÐ:„Ü½ZÜ)•ƒ0ø!‰ïI0ÉV%–I¸$Û*IÂ2=æ%”U°—pŸókZîãü¹Õµ¾×PªŽe¯‚ú.Ê¦—±]üYB„Ø¤C‚<q,°\'PŽÇè<c\nÉ:èì²\'$H¶Ð{B†lƒ\'ôÐÛÂÙ:	 ³´cª5&àè v2µf„ì!v6³nTÃIžbçSgo-vHµÎéDKÙ¿Œr%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'VisitorInterest_pageGap', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…Ñ=\nÃ0à»:\n,ÉNRyËz:²e¹{ÕAŒ4þùÏ]0Ë5$·.lä:¥J:úûs¤vêIBÀÔ†Ðoa»‡ ^Ô§š¸½lÃ%Èˆu*P$0°	e*p$(&ä©P\"¡B5aÞC„Ö•Saq…\"iÌFð”X]B3ê‡ßØB£e¿Œgd>h÷æ¸¿{Ò¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'VisitorInterest_timeGap', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…Ð1Ã Ð» u´„\r!ä³õ\0½C*u@Ê–1ÊÝë$ÅÒ2Oø¯`£Â—¡Á±c‚ÛÖ÷gseG„óÄÞ•\nùPÎ\nÖI}«)”W»øohf¦p!}C,#0¥Ëà®†F‚KºŒH\"³.#ž$Þt•ÉRT (†’,EmÅPfKQ–[‰]%•§q¶>³˜õfÏy6eê(çDFÃ©');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœ…Ò±\nÄ àwn$1j·>À½Cn(tëXúî—Å›$„•%ÿ®$zŠ}×<ë}iÑtîŸï™úe\'‰€R?”meìÏ¡dQoK¹¿Ç†K0ð êTàHÈÿ˜\n9d2$\n”!ÐT(‘P¡úB„móY´HX`ñ…ÅDÓ\n$>±º„e*ÀÅ7È/¦e®P0@üjVªÕ#Å¯g³ÿ ‡ŒßQ{#½xó”çáO¤');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'VisitTime_localTime', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœµ–KŽÃ @ï’øÃ\'8w˜;d¤YTê®ËªwŸPaRÁÄ¨£fÚ@Â‹ydrr¿,«°þIr¿‰—éº~ÿ\\§%w^„¶æ¶Æ[Ãùyq”iÎ7ø|0n?!o-–çËƒž=<¼\nÈý‘\'ûÒŽc:::”	¡€¡P¡¥‚M%“J\'QÙ¤òITgR]¡úB\rûò’.o®Ž4lo³½Éö…Í¥%­-’)q¥C<m|0ñ¡àu\"ÜCG…+¹+k´ÉÑ$Ç&pö{àÊöü?ŸMüÜà=íx_ñ4\'ÝÔô&>™øÔà‘÷ÄÇ])1å~@GÛh¨JÓ©héKž´â»ÌBS£\r>.½OgÒ…ï2xÛl¨jÓü¿ÄÞÕ|Ç¦ÛörÃv\ZúVv\\9VýèlÕ¡ºîŒ\r¶êP]wJâ-Ï=Ó‹aªÌÎóÕ´øZ˜oâ¶îP}W¯;>¿ZÅ.ü(ù¶ïP…÷é£mÑa:‰K¶á¨5Ü\'lÁÑiŸlƒo¶Ölî¯÷‡gÊ`‹‘í6Ò-=¨p\0Ýbï•øã3f4L');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'VisitTime_serverTime', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 'xœµ–Mn„0FïÂ	øœÿp‡ÞJ]Œ4»Y\"î^ÙÑ‰#*eeE<›ØÌ™l^yœælä!åå•]žó÷Ïs˜Þ‹L\rGËÑqôG@6ŽûÃº-mïó²¾_ò%u*:QI¥R\'ªQ©¦ÕªTËT0Õìk¯Œ<˜Ép¾Æ†Îv*Û1Û3‰á”:y/x{Å{ïU¼¿àéT{,tg\"ïÁMzPé¡ÓqG•\Z;Q“JM¨Ð…nÒjXK´EÌMöhìT\ZÛ9oj­EtAà2Õ8:‚kìÆLC×Äc2VáT¼	¥ø@²‰nÎt£A”&:st$àÆ2Ø1¡–€i$ k\rî’€hmûú¥~ëþ×¥†«Õ`§¿V³F:ï®R¡[\ráTÒÞ	aúèôX=ýÐH@Äp¥õÇSåôC±úÝ_\ZtÕ¡—ëHw‰ëzŒ<é¾£n×´Æ=íª¹—ªÁ[Eëž#3õúàë/)Ý/~');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_actions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœíÛrÛÈ†_¥«ÍE9Ï€¾‰­Ýl\\ñ:ªµ³[¹RÁl±\"*²W•ì»g$À!qè\0dÙ+ºÊ¶c`Šâ|îþûïF:dößÅŒ¼Hg¼úÀ}i5“³‹»ôCvwñb5jvý=¿Ï¢wëôÓbù)ú_tù·èõòæqµ.Ù*zŸ¯Ó»èçìKZÜ¬¢ýãâÅbÆìoAì´üÈ¸¸ý#I¤ý“»ï¸ßœV°oÝ_ÜþµšQ{ÏÕãýõzqŸ]/³õ—¼øÏÅ‹›™Š)SöûÌnpùáúv±^]Y¬o–7Ü\\å~±<øæjf¿Lbb]T‹ÒßÚÑXµY$½ý¬²âsV¸ípYîG´í§ZXmGzÛ©¾Wï†Õ7ªw³·FÄTˆÍ\Zímf]¤ËÕÇÍvTÌu»Qm»Ù­¬ö£½ýì¾{øúhoG«Dœ°Í*Æ½=Ýä÷×E>ÏV+ûvq;c$‰‰fv!gm{;üöl¯ZïðpÍvŸÔˆzõ>›kýqŠ$fªc¿óüþá.[/ò¥Û¯Ö±¤¦w»þ?(ßÐ-Ûõ×T/+ïØîþZû¢\'IR¿GëÝæËë»<½qÛ$±àÝÇ¡^¸ÝÞÞq¨¿yøôCc—Ä]Ž&ÕéfåOÜÉfî(S©xù‰;õL–_q•çß-°ûµ¹Oyù]÷©=Ò¿Û-}¨ƒ;é\'ûn[¬ï²ë‡t}[rÈ~9CöªŽ\'Û‹×Œã¼Á8j÷*‹~ÍîîÐxc5Ý*¸1>‚m$–Š¡Ø6ÚìÍ„îC‹U’`È6\Zl–²šôƒÄX®ÁXãÄš]•pÖÜù“PcX¦1ÓÊµœRÑH\0Ì@–½…\0ÖxŸûÐÂ\0«›WoßØÞw¶Œa(œÙþÄïHÂ€hÉ‘ä§ìf1Oñ$1IÊí—(¡ÆQ0±J\'¡‰Ì[h¢cm8‚&›Ýôâ„‚8ÑR‚8‘\ZÅ“Í~FÇIöDSƒŠ“bÂ’\0 H,P¤FE+uÊ(.ÔáU¤SÇ9¤Šqxâˆêøîœ*¾Xá¹±ãß‹ldƒGrÙ¼JïÒå<»A3‰ÖLª4’GÇ#G¦%Pí\\ÔŽ#\Z3m08ê¥QyFõšn\ZÉp4‚a$&ºÙ®‚¢›\0µžpIë	o[pFN‰ZGE(Š\"¢ŒjNûŽ$È‘¶$Ùüã\0’ðŠ$¼Î“ÃGøDa\réãˆ´‘:#j5Ì5\ZÄˆHPáÅ4Dh\\’DuH’D±1–è˜Æ_{ÌFˆ	ÀIÀ‘ßáD8á\'wÙ¼ÈVk¼¦\\ÁDÖ™’¢£h“Ré‰\"§!\n5}DIbÑ“%H(0‘6Ó\0Ó$¢Š(r*¢H¤ìB=QÅEœe—¢àÒûb„œúO ¼Ë“þ«ÙÛ]å_²Â‚ìÃSôïü±‚Šl@E\'#ÅzB¤xšHkbO¼_ð…iF,t{˜{ø’p\\Ä‚á‹@ðÅ¨Ç£ú‹?Ãøb”AóÅ_{æKÉYÉ1¬’cXCŽaUþÄ*†UùN¶ïŸ`ˆì¥ûÅ­£n‹|¹˜G—ùòfá^×(]ÞDWEö9[–Ÿþ”.íÆîígá)V]ŠåërÔkš:b‰˜\'å¬CiJ5&¥\Z“à¤\ZD!\n)pÄâ<\0Xè:”$ø€È *ëÏ	Xµ6¦áh{Õi!±”’2bõ½½h@ñªÎÈT‘	qtø¨SÀGÆŠJ|ŸDðQÖ‰qE+5U6&ìQTÀ‡cá£ðEp¦ÏÙØlŒ\'³ôqßQ$éOÅ”«ÿ`_ˆü)Ë¢7‹Ytù4¿Ë¢wö-ÿ´B£¥ÎËjû ¥bY¨°gH’Ý/T–6…•PÛE½VBªmš¦¬„Z¬QN×+ä›iŒ„®@Þ¡ÐîÃÆiAb2:ÒáX1™Æ6’DÁf[dÄ§5‹lqVEÀA¸·¶Û@hgŠ\ZeÙ¦P üƒå¢mG«,Ž6²8ZN|/÷3~(…Ò¯•gÆÈ³’þäÎÝ+zgÚbžE/—Ë…=q«´xŠ^n®6Báft”…ÜTRTo<¥b½ÁÊHùI+0ŽÅŒ‚ñ”*9ÆN¦uKrN»$ìZ”½*>µ“g-ª«</‚R;iã­QˆðpYšKÙë|ÎÂÍu¥ž³4cÈs’J=‹…ÀdrP©##1žÀ¥zœŸyºR}G~Ô‘XlðÑÇÃ&9—ê‡ø™]*‡>îFöüÌÜ40Â\\™>]eÑUúÃì7EÌ’Ä×1E²VÞ¬¿J¯L™îú‚âSC!šPcN›«u%@‡4Ñ&„&K\ZÐÁÎfæ3sw™*ïbLÖ=[¤‚ße\\˜º]PÂãÊúªì§X®óÂþ\\ÿj/<¼&FÕQû¾G…¦¨‹Ù›Q ?‹£¼‡`]Ì@rÝ==\rÁ9…¦ª‹Ur€ i_¥¡µi†•‹DÌU‡©éP.2ArQkìÕ\"Q†—‹´Ü½1;ä\"áëäSÝ…×r\Z‹ÊÿfBkþ{ì\n,þK×‚„\Zd¢?RÎ>ýî6/ÖÑû¬¸·—»RÞg{Ùï^¾¾úË/¯¯þ4J§cú3,Nä©Â+%{µp\ZKN-Kãc-“°DêXlÚêNké˜›Ž\0æPgA\04èx‚ŽµE‚Np\0:¬.n¯Š]µ¶Oï>aº¸Äèâ^_}ŸÕ¤£¼f]žy‚8F·‡g<{<ØÉ~-\\º\n ½‹k×¿*òu6/MÁx«-\\«QÙ#)OÇ©\\œ÷âÍ1é#h+ÐPo½Â¸0‰¤dï®ò7™Í€¡ZcK-„Î_{Î&÷…ðzšN\'³‹!|ð¤\0ýÛùÁË’ßëåê±pípá©c]‚ã6ðgïœP…ëMylÆR	UájAŸ«‰ º_O[x«&€ lM!M&øˆª#Li³5›L†µ­Ù7@ðÑ÷Ð¢MÊ¡åªX|NçOÑU~·˜ã•ñf«É¨¶úSB(°mŽŒ„\n¥ð€IáÎ5&\'ƒ\nª¥¾+÷Ù‡Šˆ™ìÏ}†Í÷^–ØVÑ`=ŠÐC{–2­ûn†Ö±ï–µ\\9›îÖg=þ4ÎC3Sˆœ­äø6g“UÎ&êT=M6R·:d’X¨CÇƒšé‡Z™²½Oïœ£|@JÓ: F¶ÐqTÄ4‘{€÷FLn$&b‚ÝPÛ)½™„pÜ&sd[®QG1‚|½OœUÉe<ÃjP$@l¯Ö~«ÞÌ:óc;)*4ÂiI\nèîPŽˆþ9ÏÒeôªHxª€Äj¢ñž£BµFáä¡\Z9júƒhf`š1HQ\'(’±ÉH†t.p\Z¢51,ÉÐeCçƒê¨p>ßÜçDH6Ï¼7à‘\0ÂRâ¨òhXö\'½/ÒÏÙ€™±u˜¤ôÃaIãDbúWà	V•ˆ‚–—\0N#¡úWÊVµc…â<Ò®žâçKœ=ÀX²Ÿ{,€c[:«åeZdY}ŸÙ«çA)X3`5kÿk\nXè$ñ\nbZ#õÔžo)^aAKðñÊ¹6vìxÅé.ƒ½Ö_/=Ü—ùrÎ×úÐê\"¼›?JÒ1§,ÂW1BW,ÑÚW71„òÞ=»3\"pØýöu:]ž#)“”¶…É‡S¬xíò2¤Çˆ«½ºUŠjÓlhG#K[ïmBA}å¦l„ïMé†6ÏC§¾Sw­Õ–I¼AÒ±\nÏPÈ©ÊÁHekî:~µçxDÔcŽ>|äT2\r\"ê1pA1(ŸúZ£ž£äRÞ3Îc ¤ÒØk„žw\'°ŠrŒ‘½W”ŒÒånÉp†²£\'S\'ê„e¨B=¤ÓPÐOíÒ6¸PtN§Ó ‡\ZÑ ¶ Ý†*`Ä¬:³¥ËmXÇ-¸‹»1GƒpàAò<+7õèæqžºWÊ^æ¥ýq®ÖAÆÃ¦ñYñQÑ¶Œ>•ñ¹·ŒžÄRbB\Z0ÍO26p>Ý4Ð.ÍÂµrØÜE„¤Yè°F†4áãÒ¬g‚žÚµ>ÌQÚ/†‚Àí¼?rÍ»ÉU‘*ÒûQÏHë3E=±u¢à‡öNYc1O0‹TˆŽµ_­\'ø9±­óeüu0þ:9¿T£Úx6s4Àå3ç—ÔÝí}òÕfbíw?üÐÒÚl×çz$xx·}jú1Ö\\ôGÄDa².xŒ5¤0³X\ZPaÆqgªfýJò¹#Cìƒè¸\'Ä>x2¨áÂ5·O@=À êªÁôîqånp™?.ç¼\r§ÅÛwô6Œ‰ÆÓY\n‹Æp©¼î>ýÖDc#ŽA™.çok&v¦Ì Rù¦i4øÌ{XÃ®OÞÃÊÏÙ*,løôc‘?>Dß½þùG|@ÓdŒÕÃþ51¥ ÃAŒ[½¾NÈH`ÄÅñŸ/È9ƒ\ZÅ}È$€÷xfÀM\\ªÆo²ô&+V·‹‡‰ŒfTæô‘†˜IÂ™ª“8ùF;¨™ûƒ w=µñL\ZP\Z|ò=ÂìÙŠ[\Z;Y5ã÷ð èò6]~Êð>À¦0“¨q‚§§fh¿0Ãb-&ff04<‹‡á†aL6G‘¡žáLc	øé¶vRlÖd_=‚+‡;á=\05­±WÛEÙá…n³þmfG[ÿ\ZÿË6]}¼yz­åqêñÐÚI·ó7B‰ãQq“ËÔÞäËO>œh6Bp£FTŸŽi@Ø¤m0ƒyÌÄ4Ê MZ¦ã©E¬Îâ3\rÓx,prS3ŽbäøV,Þõˆµç:¡Ê\\ÎÐ3ðð{ˆá€¡Çùy›}ÙÕ¸^/×Ù§\"\ršeØRP§G7(Ÿê™\ZÓ5Óe˜Šñ•v|R:áVÐ›%Î½Y\rÌ³óØ·Ä$xðˆøÆÝi\\uxFQ-gW\n>²÷Ì¦.ÊZŠIâ@h ªS¤áþ-~â§û`\'\Z\n`ÂüPU\Zïiæ²#ß|Î$B<ià1Gö3g3×0[–Ê÷»ùmv?`dêî	ôdTÃ„=hÉ	3*ÚÛ-ªc½ÙÍh•žØ—¼b–œØÀc:â‡æØœ£”½BBäÓ6ž`Ð#Sƒ¾‡ÀŸ\\–¹®²âc^Ü—†ÄIFR}ôç¢ž$“2±à¼ŒŸ/¨cÏd\Z÷ ù©â¦Q\"tµ±é|UŠ3^Å/Òáeàñ÷0£ÉÆMü«köo\n÷tÕ1ÂP†J˜&*t±Þ„‰ÇRàæq¨`<“\08ÌàxvÚ‡‡±®$äDVÁÞHÜ³æŸox¥Ü°J¹ÁÍ®HfÈà±²$s7@ÙîÙ=Íù)úXä÷c\'YŒ{è\r=ãql<l\ZS2bzò6”øæ\\<4¤å­Südí™4.ûb;õZ\0[²{0aô*Û8“o²›ð”ÉCÊ£Ñ!‰q„ B9TãNbwr2ƒóí`ÀÂQŠ®—<\0*­§Õ_ÒzZÛœñ0TÔ¾ÃNv…ßÿ+	¿l');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_actions_url', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ”nÃ †ï’Py\0¹Ã®eMº¢åQ]\'M½ûì<(M3iH\'þÁŸìZ3ýc4-k-‚Qè§3tõ{Û%¥Ó\\\'×Ï¤4šÃÃ23šœJ4§÷B)« %ž[\r^¾á\"`qšå:q×¾ò¦o«¡õ·ÑÂÉæa	ÂïÕÙxWÝŒ?otsÈù”Þ¯Óð™\n#YEõ÷ž¨\0Q>‹²ˆÇµö«µ“$+(ÝZ…\'‹xVç\'‹pž4ŠÈœÏš\"¢ñ¶ÜiáDÒ”>G¶|í±-ÐÝÃ½å+\"¾ª BÎùâ\"\"lÆ¾ºØñØ:g†™³ JQõ°Gð=Îíf¼St‰h·¢…™±4ÐæW­Ô	Ká9Ýg?Žý¥k½d—”äyþ_ôx¯Ñi¶GkÖl3±Oþ¬…‘fInr\0‡ªë‰˜ý]5A¸à=Mp†[À^‹æE”b\"áGa¥CyàÃ‰ÉiF¤,Çl)ÚÅ¬½ƒ	Í…aoÁ §±kZ[]mW9_[Ÿ,Ù>{qúp8žüèëÎ¶·Ú6Ž@z×Ï¶!8iê8åýþl^~“');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_actions_url_chunk_0_99', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœíýrÚ<Æï%ÿ£ê[rz{‡8-³2†¤ÛÙyï}%`YÖ16,i”ÙíK•¨`ÿòœç|(äìñ¿›GúýðH(¦ù#±_ÀßóGV?àøñ¿‡Gñø°ÍŸŠíƒY+¾mvÏÅ¾Û¿¼1KÌÄ=Òö3d™02ûûFêôû¿ì˜ùù±æ¹ï¯?Ž›×âÇ®8þÞ—ÿ~øþü(¡Ò|ŸšŸ»{úñks<üø½9þê-t?°z–×Í®÷M·QŒ°ùx¨åÿZDç²Z$:û9åGQÚí0Œ´pûáCû©ÖÛíÔßkvC›Ôìæl\rG„ójêlæXæ»ÃKµ‰(%v7rh7íÊz?ª³Ÿö»ý×GuvÔ[ÅQF«U”uöô¼ýñVî×Åá°Ùý´;£8CXÙŠÑ¡½õÿ†¹²Ó³6;ì¯9í“hÞì Ù§¿V›·“gˆÊÀ~×û×·mqÜìwv¿J!Aôèv»Á]ÐÛí®©_VØîùZó¢s²,k®Ñf·ûÝí>¶ÛÄˆ³ðíÐ,<mïìvh¾Ù¿\0»·ƒ·ˆ	lŸŽdõÝMÝ-žÙ;›Ú[™ÉÜ\'ö®§Â}Å>r÷¿]`ökÙO™û®ýÔÜÒÿ˜‡ßfÌkþøð^:¢=ü:ßß¾­_Žûc¾-‹ßyù|@æåúöþïo¿ö¯ÅêpÌš·ùÛƒ}\Zþq¹ýçF.æ—®ñåvîðE´Æ3øå^g¿Y€_çXà—BJ3\0¾ªÝŒâ‹DðEb_Q¡@øªö3_Dƒð…0Í&ÀK@Ù%„]n­’B.<ZQfý+*ïZïÂ	¦0—þÕ¿¶;ß9ˆÕ\0jðƒkô°š<¼¾}[îÔØá!êÈužŠÕïb»ýöZ<oÖù¶ûö,Å0x‹§\Z<¢áŽtŸÏàŽûuåŽX;§Û*€qˆhèdRG #Ì}…V±s°`æ:p29ÊNÀÌé®MÌq	BCC¡ñ´}/Öeq8ö±!^!x‹‰(6XnÕØàŽŠSi-$Tð18bD¨ð˜NQ<ªSt¦cÈÐ……Y!CCcˆAÁ*Ã‰¡AñÕW\"F#EH-<H€!šB²þUîw›õj½ß=oì?r•ïžWoeñQìÜ§¯ù.ÿY¼šÏú”QNœ=_œÈFœp~uÌÈ[`F I\032†™LF1#y3\rÉ¥„	RF53Š	2rÜZª’0\n…Ê³¡…Ìè¹¼ 5/XÍFÙµqÁnŠ8‡à‚- J(Ë¢¸à0ó—-Æ‹ÀMè©:n¥^(KƒË’L$^œó‚ÎæÅáXn>Š>/ìÕ%V–r/š(f. Ëu™@Fp5Ž™eK2Ñ|Af\'QÃ˜.Šƒ12 õÁ™¸1(\\a0’l}´¨¨ž¨Å‚êcÁ^G•»š²1=6¤lLÊÆÜàÙ˜.Bì¾ì·ÏEùÃ äÇá˜—G˜—êç`Nh9ýzÚ‡KöøÐ¸°)ç’r.)çrŸdÀBà	°èÜõ\'\\ˆêÁhˆbËP&8®)“Ò1)sw0i²0ªh>*“ØpâŽ+yãã2Åì­òdSê%¥^Rêåþ\nfÔ’Ô·û	Ê>QHTFlÊ·¤|KÊ·|HÔ·û	ú”x!n{X²‹3µ¤&­É¡¯..è-ÀA#\0nÐ7tÜW¥4Æ\r3èRÌÀ þók]N1>à—	±J2>ú—P¡˜€ŒËS¾ÍwëâùÛúÏz[¬Žû•½eúéÚÊ¼ÇZ.XßA¨šé›‚züÒd´Å\"–AØÕ€¸„I\ZÕì¶’ƒñ‘É)’ê›Ön3Ýµ	£	[µL»ø(Ì?gÿ§(V¹yÁb1_\\™×ÿg™¿z0¡•É” Jþ%„Bò/q	Â¢!J}J	BöÏ½	— $euDBjÕ†Ø\'_å¿ó?«—rÿ:(DlFŸ3ê¢~I÷KƒŽ¦<dfmˆ¦zÄKCô@gupQJð1^âž%Á¨¸;*`	@aˆ „œVÅ2ƒ÷ewÉà}9´ ¢ín!õƒ±6>	áš1Ï\n%6OÛ\rv’±‘ŒdlÜ,@Àò¯aƒ£ñE	T‚Qs‘8ÉãHGò8>-ITTiÀ½Ž–+Ä/ó¥Höø0ô$›#ÙÉæøl‘Àb°1»£Å­ÍRWŽHI ó˜O&jŠ4Ó	á30B8ÂJàöƒ@¸²Ä¤EeJ¢®j²\"d‰ZT*Bi«Óã½1D—eæ,Ú[6PPqN‚´ºJç@º¤8¬æôdiA	3Â‹µ}°x¶6<_cagúã¹/:µÓ¸®œµÓÚsaµçâH »æ›“ûÙìÖÛ÷ç®Ún^ŠUgÞÍÍòçàå~ª©g\Z/˜ûáshvO¢ˆÜÛ%TÍbÍ7÷©Š™ÒÒ·i Ü²5k\ZÜ/¨Š\"ÉŸx\\Õ…ˆmºY™—;ß­žÊ|³[mž\rPŠ¼Ü\rmuâØ`D]Œ¿í†©™^\rÿX¾õ†ñ1–‰V3˜Ýz“EXB‘ÐÑ0«f©Æši\"¦TÉƒaÂáUòœ¦Ë›ƒ€	»H‘|ä+æ¥Ûª¦›âãÍ£I5íL^N“Q2+­|G¢„,ãÔÄ3ÊXÅ<ßûÔ$Tó«h¸áKDÂ´ eR`ã,5Öû÷Ýzã=#ÕÜ3µd)›ø[<^‚!$ŽŽ˜cÐA>g8#½\n:&(œrEÐp†\\†Ž²8ìßËu±úYîßßV›ÒfÜ44ó˜†æ=:ËGû¦Kr~“ó›œßäüö‚©¹ùoˆßÛ&°8 žF,}Ÿdú&Ó7™¾w¥’@D¦ÂaæoË¨Õc¸£íŸd\'8YÀŸ-ÑÁÓ“¬à–-R¯g.:ÏJpò€“üÙ8ïLŒyÁ-:`JÕ]tøžPòƒ“œüàO‡‘xZz‚/ÜEû#Ý&ŒXé´ü\n$³g\\/ÀÂbìÈŽ·Q-Æ‰ftàw{jlþÿS\"2EÔÆÜÐ¡—¢nK„ð‹û˜WO«9ü×„ÂB³êÇ¡ ‘ª’,3‡ÕHF\rJ¢Ó$—Y÷Dˆ¥&×m+×èN4Ï:!PI\n#4E°3“¢4©¾bhb/âùn·1Wó!/ÿØ~#³Ú\r©@ª€ÓpÐ´¹f‰õ,7•ÀNäZ\"¿ì~Ø¸QÄ‰¦—q6Mb°!Zƒø²Xz9”³íóEé)|áP¾	Gr%CµæN“*ÖßO©bJ…;‡žnÉöb=B©€ièó”ŠÕ[þÇc“Å“‹Y3T×BæD:¹“än‚\ZŠ°£F	A‚á¾”¸:w$Â±ü°B¼²pnÄ…,ò±ƒ¸§¢žx\Zï\ráŽ&Ãƒúe-<bò\\VÖbž\\ÖR¯+k	ßÓÊZ¤¬E”µÐšU„5…-\rª:Œ3zZ¡ôk_WÇ¢|µ¡˜=Žã£8¬òÍÛêcãuP7R+¹dïŸ%• ìºÉ‘?\ne$&‹%	5ÂÜò™ÄML«Â[&íÌ‡Uá™;P_eÜƒMÈBg‰|M™4fáHHëQÃ’í~÷³¯à×þJÒN¢Ë\r*æ ¤5E9½6Bnr|‡‰ i¢Ø”©LÆ†ÕQ¤Dl6Âfä,wz‡‚„Lªã9jBQœJ§w\0›A&pCð,KöÂ»<ÉN&p2?;à\'Æ›Àp“m¦#0eŸ4úñ¡6t’å›,ßdùÞ/M –/hÂ.°¶Ås|[²ÁôÈb›€F\r˜dû&Û7Ù¾_Úö]²éæú¶£ê^l>0~’ã›ßäøÞŸJu\0;Fß#¬N¹pŸ„F×úú0!rLˆÑúúV@1?Œ¨1 Q2€£}‹>úˆçË¥Š0¯Ò”°,}À]Ñ1	”>zÒ ‡Aö\rÈ™`wÔÀZ;µ$\"}„64ª|ØÀà-r¡õIùPOù4º‡ÖÞ{pV¢ã¾\"¿‡“V Ã_ïkû¦¾¼o¿½\Z`íKóö®_¼„·¶I2v1±šÎ„&[ÅgÙÏæe¿]Ë\'¬Ø(°âœ€?opšŽNžÁ·>(ÐW@ZNéµkJ¯5‡¹ÎÓkLžÁ€U¯ý¬“gš’fZ+zàè¬È±Ì÷\r³V¯ù.ÿYX|yÜªÆzª%ggâÚQ›÷+æJÍ˜‹LIð\'méžtŽ8`£pk©kC}õ€më	)Ñé°c—EQ®ž‹b»„‡ó2ÍÅ{qëUcWË\Z’Í:Oªzä-TO†„€œ\'£aZLõ¤YìPITÂj¹F€-™ˆñ)ç81\"#,LûBg2eT”¨i`)žß×¹ý\'æÛÎép\\²J™ˆ•‰ž5ºêŽ”‰¹µ–&Y¬þ£ì“Ä3wÿ¦Àëw&0E$¦@¥ÉD‚l‹ü¹(¿6ocò„Uá8ÛÄå‰ïÉrõã®oRAL×è&~P-à¼k0d#Ë2À”qµÍ‹c„OˆpxŠp¼&°4ô‚wÀ²+~¯šax›Ý±øY:¥â¡ÅYFsŽh@‹ºz¹ñMÐ¢gºœù^¯B4îõR¥nŠª€Ý	ÕÆ–ÏvÃ½^Â“Bö7MT(oEù²/_Ý±×#î«µ§•ÖÚbD5 Äì¾ÍB¥lwÊv§lwg«_(Û\rªNÖ°òœáw[—#ü6+Mæ\"öÒM)¹’Û)¹Ý¼R_*¹\rªÖ#¥´[LIÀÑÄ ÑÏl¥dvJf§dö=ÅcKV&µ[|(¿Ëo&7¯ûpþ*¥´SJ;¥´ï&Ó4IÔ3f´[²hH{”y†óZ)ŸòÙ)Ÿ}W@¹GB÷Í‘pä»‰i¬”×Nyí”×¾?œ\\e¼\r ­Ý…¹öqW(Ãy­”ÔNIí”Ô¾?®\\I¦„ PÃ„ÔU2îò#$4Åü’þ\0¦fõ†°ÛÔÍÌ6\Z÷˜øDÝE#T‘|S+‚à³ØœˆÅÌ\ZÈÎxâ…]E¼L˜h“œÚð-î“Ñ¢<¨¥y+‹·¼¬ƒÛ¿º3iÅz°ÏZ`:\0jÂ àfö\'Ã3¹)¸ÂøÏQË–!\rJOÇÆb%£!‘ÄÑñŸXd ª,5ñŸâD©\"É”é3ð9YáSk)lõkRelZ°€Ôã5Ùn^lÜsx/‡:Ü€;L¹¤˜W*öWÄ=eîø÷ùqOXFó=wë§Pu•ÑU>ºŠˆ4º\nXÌ/‹ëÂãéÝ¼ÎæÅ^™«ã£Øzô‹É¦z—ãYU\'»Ãn5üŽdcQHˆs¯ÞÇ8ñ3­Í`ÕqKUïRˆ¼Œ±Ke/N)Ž,°z÷dùñVìÜiÖ‡õ¯âÕ—ö½äL»ÑQ\0{ÁyQQrL’c’“O—	å(Ñ‘O1Ã¤5f™_ÇïÈš;ë<^J6I²I’MrŸ(u3<»¤Å‡Ô×›OzSrI’K’\\’ÏÉŽx®fÜ-iá!üêúAíq,%$y$É#ù¼ü˜¬=ú·Y»%n`-Ñ»0h»qHš0fÎùH÷sÌ#5èŒ=0*&BD\"˜ÂD$€¡:dè\"Q1\"Þé\Z‡ˆ}Ÿ`g±!m~oôN»‚RepßC}Æ,°ïµLFGRá±!Þx÷ƒßn,=É.f<õ$»¡¸~pÖ“ÜL²µ­ëèïZ0zy´Åð­Ü|äë?«·ýv³þã™»™Ã•œd(kNlû	³™³ô-\r]9ª|Ê”ê^ââý¨¹Ûù™ÁâýG	¦a2h17—{21¥¹J0Â¡³B8è…É)Ð\Zt‹† EmKkiÝÉ†lÒ‹ç$øÐ\"\0hÕƒH}o7‡—ŒUM8•Åaÿ^š7jµÝ<•yùçÛz¿;æëã¡Ï$~¹˜ôêsnÔ?DA\"*æäÎ	JÐqL(-çä€fMÙ8hŠ“N(I2!K.p¨·ÁÉås1}œ<ùñ×jÿ²ÊwM3‘‡7mÆˆÖnËä¬øÌ6@ð²ŒÑSwªñ¢8/q£‡Ç‹§¯),É´Ø(;\nj#2ñeD6\\˜d\"ùKÞZóêa^lP41ƒžÔÐ(;ð¤†Îi\0×l…Cã\n‡MT8¬ŽÏÀ\"ÁÎAº@¹¬Vña‡G­å»Ÿ…/ŒÜ€Côºlª/™Y}ãÜŠ[‰#AÇé…©ìV»,¡”âž51z?¬¹‘Ì7TJÐ|9Œº¼t¬\\)1 î×TJ£c~/ÐE¶¹ú¸_­_Vï‡c¹ ËìNÈ\'‹(,É\":\n†×]H,¡‘²Xf‚=-Ä¡·öKC7«—K×ü\Z\\™Òi-~Õ×å\n:ñÙu>iê¯4_è›Íö7¹~\\%±\0è;ód%»9ÙÍÉnþ{íæ	CÃ!)û°ÛÜ¦ì3¿ÚØŸV…†Œ¥ä4\'§99Íw©sžT3šªpì!ûgèSÃ™Ý“,æd1\'‹ù¯²˜>à2å3DššVPõl5Ð‰”Låd*\'Sùˆ¢+j¡a.Ôt¡þ\\q¿[Ül¨o%S9™ÊÉT¾{®L²mâ)q§ÜÂ…\\åª¤GÚ>t³9¥Ò¶¬Ût³¹ŸÍµâb·š7º	½f°$\r$ˆ8zäØƒÞä(r0Ò ñÕvÆ8ƒc†7\'Ÿ9#¥0Síg6i8Ê(ÈT¦8³#8¦`6\ZmÞNž!+=¸Q\n‰Èéš=k9\nFò¶{¾Ö¼è\\ óK,†q¾ºærHýp4c¢ÃÜÝ]b«C1\"$cu8F›NŒêD”(ÓâÝæç¤©J\0œXi^Ó§bõ»Ø¶ê bM¬e~uÎ3‡„‰E:y-z	>>ò‚\"RE,\ZoáXÏ˜°\raã¸\"f¿0]Ä–\n¸t¨üWé)ñçÀ(\\)	k\Zû\"Â(;…/8\rn\Zç§IÄh€mî,ê—çD_Ô}:ï„$ÊR-¨d(iÌz\r‹sÛQiôÄ\n™Ô•1˜\riGå²H`O»žtì$4¿ežL–îÚD–¶A~÷©l9ZôÃ¢˜i+zú¶±oì§_žò­Òóì¦	±lP?‹0Y¸©·C˜%\"¬sçv€0&¤az\"a¢±–Ž7¼7­Ïcõ;çÍÚ0Þ,xµ.{4ïÅ¸è»íPøp¨¬!ðÒž,Áç²ä:Ýòá$[2ß4öœŠ-›ÝzûþÜ²…4ñQçUAR6çè8Â±¦êyú\'Æ\Zê½ÀÀFµcñ‘@wËA‡Tân”Šà&3¿’£¸Ñœyae”6Õæ–p”3ÏÃLô;EÝÞº³\'‚‡9ÊFiNqx•ØPê\\”ØÈÚ±4{¸Ò¤ÃäO_Ä.šfg‹’«¥Ï?MîÛ;ÿ2„®ê;èÊ\Zt5Âˆ:g~)E‚Àhµ„4¢K1F+N¹94n>Ç’\\ÒˆÂ˜›CpŒ]F)Ä`§sS¤ï\'ÁˆW¸·£¡õÍœëµËÅCÃWGÖŽ!J,„(A”hë›‰µ\\ÃÊ„\rÅTKš\ZS™˜¦)æ0Õžª×€J6 jë}ãA›òº¢ÔZÂƒ&ÍtÎPùDÅÑ­É1Z7>[Óàí¼ue\n´À‘@hq¡•áñþ‘›2(\\W)cÐ²*”¥™Ö¢QYNŸ.oiË©çz¶É37èYì§zp£\"’Fg%g.^C‹,dAŸAAMP£ :‹DuÖ2‡Pp¬Ï®]¿ÈRÎpz+AÌ¥í ÌÒ`Ÿþœ&Ç_ÙljiPçÈœ®#ZÈŽ}>£Î–¥Y­gÍ_iVkšÕú—Îjq	RôØGK&ee4©¶zúÐ/Ÿ&M³|ÇÏf–P[;ýVx´™ŒpÉ‰ýòq<Ú0*¢æX] {–³ÀaEÕq>Éÿ¿¶š)6Þm{!¸–m \' \0®©\rô²&Ø¨j²‡\r€§f—vÅÙÿüvŽÑû');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_downloads', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ…“Qnƒ0DïâDÁ„P­ïÐ+X8Å*ØÈë4•w¤Øê´ •f4o>Æ2™€Üô\r„H+.²%–@ª«Òõ\rUØ+{£´;T¦#L]¾lþæ#gsBv‚·Ž;ÕI®¥»ûIXýÔèDÑÞ(‡ü®\\³3­Ò;íÝ+â;¥¥ý’60O)¦÷,È\"BzÉçâF(# ³Bã5BžSÈÕµ@ËºŠ>=`·Í#pm:Þ[SID¥?<>§)üÞûSbŽ%öÏU^6…¦…ô­tÊèÿÅÞ…bK²ÐÞ° Ñ¼5¢þ{€Á”`Ð~\r0RÆiÿÓK:Â0]óCÈØ8>\0ÂB0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_downloads_chunk_0_99', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœíTËnÛ0üA‡\"=ÔÔ#¶\nF4u] \rP÷£@‹”MT\".%üï%S–9M9ðAÄŠ3ÜY­–CpˆŸ8ÀÑx8Â>Á‘Ý‚cDø	ðûY°Â7Ü8±€kèšË)?Íæè×Š(F½™­K&4 ©T% «¢ø¦Y	ÕÃ%§“·6{³¹7“µ§¥÷uÍ)ó>²J¼éÕO@ßù=CwRý¦ä±Côyš^3Áržq¢Ó|)ˆæR¤¶ ï,ü8¨h¾MVQ¡ß¹\"?á8Jl§ÍcƒØv	L?CÓyX—©æ%KÓµIá\'t‹E¦ñb‘®¸†´æzu@Ú\'(¹8ÀnBúaK˜ºgªÑ<ïÓtœä°%é —·Qì\0ã– VD@Þ’õIîY;ÑqKtºìlŠâ–0•eZ)™1\0óŸ|õÉrŸ‹°éš\")N¯)å¡SP&Ëª`v>ÿ^P›{¤ 6¥· CBg\0Í%)$¡¯`CêÀ{1€-ÄŒÿö2$»kDæ«±¿VÏ›s+­+Àe9t\rZq°w²’\\èùŒ“ý“m¬óÜºž¿bñáèÂX<^`¤Þ¹K»7;ué<)ìæî„íÒeù$Ü¦¬Ùb±Éå—z¼°×ðd¯\'{=ÙëQ{‚ó·Ùëÿã\0ÎÚ6&ü…¿\r');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_outlink', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœí•an„ …ïâÌ.®»íx‡^Á Ò.©Àpmc¼{ÅDëÚô??H&¼Ç¼1™/b8AGáaHl^ SBTã‚ÔQ¦àx€¨hn8.EÜ|F4œ£9®H2ózðž!R\rË5e$çD·B/ªQCCS^äWªUÞR}]™æŒò•öfüµ¥¤^¨\"òN¤Ë<meZÏ™z‘V²}]âB¸xZb®Þ½ÈóVäìšB/^è,Úî.v)¡Ä®ËoR”D)Ê?l|‚¶â×ÞÇ¦bm±yn”g†Å@¥`·šh*øßùÞ\'ù–ÍÖ†Å\nž×WûèLè´_è)½a\0Ãº¡JF\"¦«=¨ÌnYÉ\'ß[,È\ndí’…ÌÚ\'Ë,fÛ¶1åšHŽÍàZ	å#†,b( ˆyˆ%ÙXìÿ¼^ˆ…X +ÐõºNYßÿ\0ý³«û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_outlink_chunk_0_99', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœí–Qrƒ E÷Âb‚11¸‡nÁ!†6LÀØNÆ½L@´&íOÿøÐÑ¹—wŸúÎ F[t£hS(” mìýºÀ(uð€n\neÔøHj`¬PP»Ôþ\"-ì\ZãØ! ZVjÊHÉ‰î„¼€â4hÐ”âÇòLµ*;ªÏ3ÓX€Q>ÓÞœ‚?—”,UD^‰ô™Û¥LçyDfA¤“\\]Ÿ8öA –˜«÷ r·9º¡û t]u;•`\ZŸ+)*¢å.>…Kñsï½	[Î71·¸<ßÊ3Ã¤¡J°¦&š\nþ{C¡÷IC¡e±¡¹a2€‚—µÀ§×èMèµ(füŠÞž’ÌS#ÐÊ;49g­”$Ç¶Á«J¬Ú‹ÁÈ¸S³ºïïDYób1‚øO Ú´ *C\"#²\"’	N¾lŽcjì‡l÷Wíó$¤&XróAû*$9®è•xN¡ãFN#§‘SÃÁ2§Ù~ä´ëºåšHŽmË¸VB\rÀ>§mòÖ‚¼Ž?¸‘×Èë¿í«ù”×—{kÿ\r[hù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_sitesearch', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_SiteSearchCategories', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Contents_name_piece', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Contents_piece_name', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicePlugins_plugin', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ}ÐÍ\rƒ0à]<AHøi_vè)„â\n%T!v/nÔKO–õÉ¶Ã+CYs5\"w÷lD*û¾eO–¡÷Ê\n»1’}VaÝ“±·£ñ_Ùs\\lD\ZZ4RÐÓÍN&ŒHÐPÕ‡ Ï/IEâ\nz¸l\'î¼¼J&:‰Þ…!¸¯e)—¥9Ì~üh&™*dJƒ~Uý;_±øëíu)¬á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_brands', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ}ŽA\nÃ0ÿ¢Ø²d“õ©(ý‚9rËÑøï‘JL¡´»BšFßjCšÃ‚~@A{{¯;ÕDu[©š$«(®b)ƒX=÷(Æ$b=ûÚbRªõÀ×Ý‘ð±†yö, ¿øœÆ=†=z¼&_E¿E&FÎ…/ŠøÁÿÆ	n¸Iü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_browserEngines', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ}Ž±\n!DÿÅ/ÐuUnìÒÒ^íÁI“tâ¿g÷8	’bÇefX_¡WØ\\àç² ?`ZÙöfò±_Z}ÜM® ™D¼ŒcU–\nÁPÐ\\#ç<³¼Qk‹HÊzY­«Ãö°†xò£Ezñ6ß,fÝ·k}M:YRø $ž(1&:IÜ7ýãoé\rMª');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_browsers', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ…ÑÁ\nƒ0àwé´iÚ.ñ(Ocà8ØAðæ±ôÝ×Ì†ôXðÿ¨#ç•í°°×qÞ9°Ù–×{3ÃÎÀfœÌ°2ÔrÒ¼Õ†ÇÚ%YYßH±Vjeeì¤É	íwTêkÍ²œ‹|î¡ƒSÅ4ª‚\ZB\r®\Z”`[>õùtWñÏYã=j~ø]\"5ø^á/nÁ_1æ»2ôW¤?EBUÄ˜ )\\€3Cù\0¥Ã‘;');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_browserVersions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœÓÍ\nÂ0\0àwéH“þ¤K‚ì$‚O0ÁƒàÍãØ»›JkÕA·yh¶¥íö‘f7Öq`Sn:ìXÝ‡Ëõ®âƒ«}ÁøVñÆ(´“I°²Y¥i—¦C—.>?¦5i€„6èWf’”|Pó8¥·K¢Ié÷BJ	Y2R:#ÂF.!Nçïz,\n_ë®8jÊÄ_.`ÌšÃA[1Å‚ŠÌm„m\"ˆÕùvî×@®ÖƒlQxO˜!°âVõ‡þhÕ,F5fh#üªþpó#é*\"¼´ÿcz¼+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_models', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ}ŽQ\nÂ0D¯\"9A²Ý$vòåÄ+T\rR,*Æ¿Ð»»+\r‚`?vf†Ý7€PGØ4 kŸµÀÃLÃ1O&¸\0“.ù–ŸãisÎåúº?L\ZA2Þ‹t2ŽUYêC^sœë˜å\rZëEbÒ+\Zh]¶kO®[ÔY7î›±Âµ…Ùþ‘Ñý—+rã\n!Ò‚å~©h\rj~~?VÎ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_os', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ•1\nÃ0Eï¢X²lSy*\nmÖÎ.tdËhr÷JÁÆ!¥ƒdûë£ÿp/u—Ë¸\\¤®–òþ,WÀë>Až…´‚×f…ŒÚY\r$@ÁæÁdôÌzF³%mVn˜Ý^ìviSMóœÔÍ6N]8%yj Ô0P\0;…kt ó|ú•ÿ¼ÞŽù)ŒHÜ	bLÔ ð/ˆí)æn+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_osVersions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ•Ñ;ƒ0à»ø\0Ulò\0gª:UjY;S©#âîµ#CªŽ‚À§Ÿ=/#»<pc›Ž—™Ã4¼?ä™#ÃëÞgtG&©u‘Šúäå1`Òq(ãÖéPO\'Y´´åšî¼+­UzòAÇËªïë­ñ›‚F!Ú(©;(ŒÒbôÝ™‚©N¡*Å3<„²C6‡%‚’ˆ)ö4Îªš* cx^oò[.ÎŠŽ4’7GŒ‰,¿(ëñ©•1');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'DevicesDetection_types', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ5MÉ\rÀ0Û…	 G³CwH¥>\"õ×g”ÝkyØÛ‚ÃèPoÈk81>TÈÛîçÿXïHDÝI9;È…q‚ì%òJØ¡¶QEIÑ5‹†-[}Òã7Å˜qñò9®æ&`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Events_action_category', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Events_action_name', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Events_category_action', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Events_category_name', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Events_name_action', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Events_name_category', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goal_-1_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goal_-1_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goal_0_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goal_0_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goal_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goal_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goals_ItemsCategory', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goals_ItemsCategory_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goals_ItemsName', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goals_ItemsName_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goals_ItemsSku', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Goals_ItemsSku_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_keywordByCampaign', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_keywordBySearchEngine', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_searchEngineByKeyword', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_type', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ}NÁ\rÄ0Û%íÙ¡;¤R•úë3Êî§äU©[`#ì\nF;‘­BæðE»¡HWÝ+Ù\rB¢d\'Ø¡â Opq¬A\Z’®ÿy	#‡cñÑ\rŠšr¶îš\'e´ß¶)¼vÙ¡Œ\n¢ca\r˜|y‹ï?hÿHL');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_urlBySocialNetwork', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_urlByWebsite', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ5ŽË\n!EÿÅýˆ¯iéÍ×XÇ€Å¡ö±ÿ½ÚÚÅ!7‡„ÄC£2yØ¸ ¬É_cT`-Ä³„åïÛ7~È¼ï¢?Ž\"¿¢ù&ˆa:®cëlÌcÜ8Ñ8Ã8ÏªõÜpêkZWý…Ú~^SkÏã1Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ5ŽKÂ0Dï’}›OS*Æwà!ME¤¢V¤À\"ÊÝ‰!,ž<3¶e;häM	z\Z!ÜÏ+rþâŒœP{«»†UÔIk nÇ±\'HùL¾{o¹s<úmY¢nßS¿ÆWèýv—‚\"LÅVflÆ°`Œ±<p\"¾1µªuÛ°ê›þÓA!Î/TŠ òG9I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Resolution_configuration', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœµ•ÍjÃ0„ßÅO°»úYY:•@I¡\r…zv¡‡@n¹BÞ½R#)FNd%4ÙÆòÏÇhf4Xd{ÜYpƒé¢·ÇƒU¶Ûß?ûÎ,jÛ}½mÜjí°\'tngÉiþa²r˜U~ ãOaý`þà¯1¾-áïÎ)Lìñ¾¶I7*H2#€QÃHDô<	\"‹(YD…ê,êÌ²^9TBFËÃ“ŸÝ‚á†ë0¢	æsëŒLseà²T¤	NDp§<²™HJ{‰Ò·±\"ÏÌ7X‡QMV0Ú+«L3Õ(ÒP6²¸É³àcÝÌSF!Á$}B¶²@º™dÉdêLÜÊ$Œ_0¼’.uÑHd8âÐ™¦¨{œ\"ê(“dÍ@3uÎßæéyÞ¯VOˆ*4÷jƒËÕüñ²rÛW‡Œ~­¸L\'u¼}XfûhNö™å}!b¸ÜÍ‘©\\°\'äÛÊ9ì]E&šÉrå¼«G¥YhçÉNJ^›ù§Š³PÍåÆNs3_KºyØ9íí\\ò<Ež¶r{YÎÿŸõÓ/Õ“Y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Resolution_resolution', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœµÓÁnÃ àwá	l68ï°wÈ¤\"õ–K¤*ï>h!©ÒÛa””’äÓo{V½/\nÓ¬¶ÞD½¯êÕÜæÏ¯›™V\rjlB`¦E)-—–ÍëùcURC>ÿëó	+ùÂS~á¢R®ˆåI=m¥ï%ÁžßöQ7úç`‹|H°H°@0©(¼\"° !Â[Þ»Š‚B®é#lÓ8ÕÁQP-Ê© ª@Ûƒú7tDÊŽp–ÄÇ³;P*%ˆkf‚ŒalHí¦âÏPìŠý1î2DM\0Ø^Eñ¸iu½\rËóxÛ!ÃÚ¦8ä:.âÎÒˆ«f¡Öàf&)”2É½òŸ“×¬ôÞüCj1ºý±©pp¶');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'UserCountry_city', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ5MÉ\rÀ0Û…	 G³CwH¥>\"õ×g”ÝkyØÛ‚ÃèPoÈk81>TÈÛîçÿ ñŽDÔ”c±ƒ\\˜&È^\"¯„j5P”ýP³hØ²Õ\'=>SŒ/Ÿóß&/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'UserCountry_country', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ…Q\nÃ †ïâ	’h«wØ,ŒQè›\nâÝE-là~	_4~$°æt0øp§È«3ìÏSùÈÄêµ+0It‹©‰Œ¬¨ô	jsm7­/ó„b•dAò\rpÊ…?:˜\n¼ã0mnÝAúÖ	ëÜÚ4Ð}{›‹Ð?‘ëê\"M¤mØ5Æ&àGf\nù,nQ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'UserCountry_region', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ5MÉ\rÀ0Û…	 G³CwH¥>\"õ×g”ÝkyØÛ‚ÃèPoÈk81>TÈÛîçÿ ñŽDÔ”c±ƒ\\˜&È^\"¯„j5P”ýP³hØ²Õ\'=>SŒ/Ÿóß&/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'UserId_users', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'UserLanguage_language', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœÐQ\nÃ à»ø>0j«ý½Ãî`¡ŒBÙ‹\nâÝ‡ZèXÙC$$\Z? ‘VHŽdBŠ ¶0/›ð\nbß…_¡JH>tK·	‚JwðåýŠ±5m-õëòSÊ\\ã$R.³î­ð›Àùò¼=æ¦Ð5ÌaPÍ@º+Î}mP^±LHScð¦¬éëÜX%ä¾öá®,ù\rØpW');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ…Ó=kÄ0àÿbè(°$\\åí–n7Þzä ƒ!th\nBþûiq\'Ÿ4^~ÅëE0ËÑ%¶Ex’c—,a[žëÚ.X%|­ßëÏ²=nëß½ïýw­é—°]PÏE94q»ïE–!¢NòÂ|ö\ZO…ä	lÏ=!A\ZBœ\nÅ2d[¨žP Ø·¸xB…jŸ¦$\\\0ÿAóJÙ-ÕŒ8Ú»@»˜š¡xˆÝÍ¢Õr’§ØýÔG‡„ÀÅéÚ%Õa¸äºZÊùÝô$ñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'VisitorInterest_pageGap', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ…Ñ1\nÃ0Ð»:\n,YJRyëz:²e¹{µ¨“°ÃÇ²\ZŠU¯]kÚ<^§Š–c|¾Gé§U\n–¾+ÙáÚï]ÑÚWK­¿ýbJ\n”	\rÚ¿‰Ph™ÀÀ.ÄSp&ˆ\n’	¬ó–©ÀZ6ÀêD‰uJXF[(ÏÙRC€êÜxfáƒ^nP`Ü?vS¾Š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'VisitorInterest_timeGap', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ…Ò1\nÄ Ð»[ÌŒÆ˜o—ì²°E ]Ê»ï4±rBDþ„qíàº!>ƒâ:1!Ûç{„z\"!0	‡ºCm¥Xïb\'í®M±¾Ÿÿ†Í\"\"]C=#\nåfp×ˆC##d£\rÑ.’†Èla”ISSú•Lžb%ï-ÙSL°VœZfO1O)C¥ ˜@RØ‰´¸õ–—®íËu”ûA’Ã£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœ…Ò=\n!à»[LLÔ‰Ý`ï0[L7å0wß4v’ÂCåÃŸ·+²Þ‡æ±k™ô¾T4û÷w¦qÙJBÀ4%Œã9mcÖÛRŸ9á4‰¾(\n”)ÈR(‘ÀÀS ¥À‘  SX¿ƒDB…:…¼j$4h¾Ð\"¡C÷…î\n¬idŸØ\\Â2\nøúÅ´L$ˆ_ÍjŸjõÎ‘â×³Ù}2…ŒßQ;e|ÑÛSž?í §');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'VisitTime_localTime', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœµ–MnÃ …ïâ0ß¡wp¥.\"e—eä»76P\"E*Ë? ïÁð`hÂóÔ¶Í><Ârß¿îËv~¼|]ðºtº›í ,p¶SêcS›Kï\0ÜY]_Žóm*<óG_ü¡O†‰dÉ8‘¬E²Nd•žÕEŽ÷šªZª’©F¤š‰~I$Ó$¿V¤ÚÆïZü®Y’îÁ–w“,¯µXÃD½\nÍ\'ß¤l\\9ß›k-Kð¢q_­,®ó^•aKF™Rˆ]AµöMá#ó¡+``YÆ,/1UèšéZSÕåžx)Ð¢dÿ†ÇŸ—ùÙšg@£çº3!e[Äè¥ú¯.ÿmÆÁC’`Z	n A\nº(Á°„);šw‘Om:[æÁV`­ãzù¸¥ô‹\",‹àb«³\0\\Î‚•º3a\"¤¬0u\"T+2×¸ÞTŒ\"AÄSÀÚ.‰JÀ[)¼\rÀh5Èi‡SŽ7ò™ùP—K°°ó>\0Àaôiý¡”…q·vêÿs3ÀabCJ|øÔòaŒòçòŽ_¤ì:€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'VisitTime_serverTime', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 'xœµ–AŽÂ0EïÒä;qÓ„;Ì@š;–ˆ»OaòK•GHdå¨Ey¶ã<zÌòíœÝá˜=)ß®Yóp9ž~/Ãáñðœ¥D_b(QKKŒ%ü¡{.îó£yo—o÷Ç&?|ðžŠB•B•\'õš‘Yj²Ød1ÉR‘ÇYI´¼Á‡lo²Y)Ê\ZFÕ2lr0É¡Ó)«IÕŽõŽ&™sóíz£I¨“I:Q“IM¨°uúªÇL¡!-\nàë5ÛÊBí¬ôªyZî™(uö©´`[¾Âû^eú·MoÑmsêŠ¤/3~Q¶¸˜JZ\'	Ø-Öã¿\n¶Æ0.¼¶îµžp_ÃCnÛÔYbángîÔ‡w}Ÿ\Zx[k ×8rX<–Î{—˜À¦ù¾‘€m8PqìíêÚùeîFøQÑG›.¶è¤§èÄpr•lGúÜûˆO*tÎ¦÷ÚÈ ñ•VûfåœMõ›¹oœ»Ø¾^rî=íœûórìN½yì÷?:½/Ÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_actions', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœí–]o›0†ÿŠÅˆŒ:—ýÐ¦M½ØÇ5r\'±\nvn³)ëßÄÆ”¯´åb“Š„à˜×Ç¯ýè0\ZÐƒ xÉê—ÓCA#ê¥ìŽ§ÞÞCê¡+Îô©5b]g»TýæýA—7è³\\=:¼@?”f)úÆ÷,_èço)(ÛwoÛ,Ë\r0âS—òÀw²¼-< uN½â1K´Èx\"¹Þ«ü¡ôÍxà—çò.Ù\n]${¡·-5äö½S¶LÈál•ˆý\ZEŽ¯‚çO<?iÈ,¾Ž¶Â.[µØºŠW=¹*1Õ§‰O:g²X[ža¸*Wó.W®ÜúŠ_½ù*•qÖ?jàx[©,Ùåêž…›zmýã<Òå°ÝÉø,s[Ÿ#¹+­q{†¶áù^Á!àZ(Ùš_¿çf§ã.ïðìÊn»Œ¾4N†’IªØª½ì\'ÃQ?“a¿›q¬çæØþ.œ€`7pO7!nŸÐ\r\"<—°`ŽÇ6°µ„Ny²\"U|‚åy#ž {É–Ó 5/ÂÌÑ\'•qô]³\rì	ØLÅ>Ÿ,&dŸÉ6È>+\Zbß<œŽ}ópœ}F3È>²ˆ\'eŸÉ7Ì>;êìçH‹}Ýqeé|Pî=”#.åB—rø,–…ÐüJÌÔ#\r†E­:þú*Ö]?q©Ñå–É\r¤ü‡ª¸á¿øZ’Ù²dˆdVÔK2†ýh\"’Õ¹úIæhFª82qGÎªâÈÉþ’½£Üå›(b@õü¨»˜L');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_actions_url', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœ”Žƒ @ïâ”ÖïÐ+Zé–TÅ\0n7i¼û‚\"Ek6kB;Oæä%¨Á!(ÉK“‚$\r»ð&©4A$I%²ÛC€}€AåÞ¶\\TÝ\rÛ›&ð@=´Ôˆ–ÓŽ›§TvÆš€4· -aëuzFÓ§0÷\rèŠÌ“´¢Ûä4±?ƒØ+Y ö³aÏPéh®¾¹r6‡´(á)ºœY¾g¶¼ãÅŠHlIM%a\n`J¯ƒÒò„g¦Œ´Œb¾Íb EÇIæ°\'ó&½Né¼“Û…*#¡\nË‰B8RªeK{%¯\\kÑ}Íbº’í‰myÛ0~Ê ·E–q($ÿÁ®T¯²ín„ì&Õ?5cVLì‡fŒœ÷Ü¶ÀªéeGÉêÅd¿á4+¬\Z>äÎÛ.2v…O~£\"à÷&r[2wš¾€ÅÄŒî‰¹#`žð&›š+:¨†jÃ”IüŠÝé5É²ëÍHÃ\ZÅŸLÕ:µ7™;\ZFTãøÉ\\ht');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_actions_url_chunk_0_99', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœí˜ërª0…ß…ÿJ. ß¡¯ÀP‰•)B°—éøî\'	$r‹%öôÌ±3V¢‹ÕÀþºBL|ò™´©„ NL ÿ\0lb‚ÕAH>+&t²ø‘fÓ®ˆã¦yBß\r?9%P©0û%^€×\'àrõÚ<ð7ÌÞØ§¬nu<Duz QNë·¢|n§KˆBÀˆÉ£}ZWÑ[Zï;jV:mµCšW¢ø}Bäk¾*Z¾Ò²Õ e°ò\Z[^Ÿ­/±råk®j	45¤	4OuçÕN©À…AãjÕçJ—+_æk°žPIgÃ³bÍ[R¢—²ØÒªJó\'¥ì‡0êsØ=©¹cšÚÊç¥ìA\n¤Å!Á™»mqxÉhùîÎO\Zt§ËzÝ]\nÎz È£¬ˆ“Ž­þÐÔÒÏY¨ïå<Êˆö\rkÛ@Ýl°Ö¨íc$m{b€Ô¤\'Þü#lùˆs,1<v¸¯ë—Š¸îvWuœ•ô-.“jÉVÀ=>»ûâ@U?±åŠ2\n§/ïñêÈóúùä|¶ø„g‘O²Ú(Ÿ”hŒOklOm­Q>IÍ(ŸÔl‰O²Þ8ŸÔ¬|Â_Ë\'8É§‹Ú£¨êÑÞ©5‡ZP§Ð©Õœãé_\rúy¶ZOñ¬¤Uq,Ùå\\déc—nBãz¿(v‹8_P¶~Å¥—¤óBßHbþo Ýøõ¼–tªuÇH§Dƒ¤ƒK\0}K¤ûª5L:M3A:d™tÈˆtèžÄþ}¦]‡¤àz$eéŽ.è+ÍëÅvçO´ºæ$âwoLPHÁ%ÛDöîŒO}\\j <0àQBDšFŸíæ+!\"ýL¨5sÛœÅ–Æ\0:­•ŸŠVâzAlÌšÆÞ_ITÍú™A\'mÖúFÀi¯ä8g\ZßbÌºíEälA¤ÚÔ:vxÁ]‘%´Œ~\"¶o+k¾¨œ‚q4jAÄwíÌ_ØÁ—Ø!t`v#èXÎüÜ“BfÇJÜá½ÍR‡5èXK9S|œÞN¶lþ´˜ccz;e_4ü6¿ˆÿ ùeÕ	».ú£¨a„àY¹¢Ð\nFæ?È¹eåÙÈ-óŸ_ó¥Aa`	#[ß1ò;\n’	Å“	Æó\rsÞø-IP7~tv=üëàI¢It Ýò +	dbËƒ—!\rÐf\'“-qAÖ¶=f	ä¾íùÕPÙö #ºøà;ùE!‹°rúh>=');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_downloads', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_outlink', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_sitesearch', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_SiteSearchCategories', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Contents_name_piece', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Contents_piece_name', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicePlugins_plugin', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!IÒ#íkHJ_öÂ(äÚß|9â·#£Nº›Ù¤eh¨êôQyT9ƒž/.Û‰;›Þèµ2\Z­qƒ3o;¦µ\"®…AÏn¶£ã[3¥¹cœ“ …U¿øÎVœ|ÿö¡²8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_brands', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœÎ1€ …á»ôEãcòÆ+`â@ÂæH¸»V‚ébtû\n„þ9Âø€®aB>à@)l{\"À€ÈGðE±Ø*wÕööT#C¯.\\u/Ô›ñq‘\ráZ–‹ü¹´ƒ÷.š×eüVÆªÌ¨2þ*+\'n@P•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_browserEngines', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœÎ=„ †á»Ì	ü‹Ý¶&¶[cbA$6nG¸»ŽÄÍ4F»g¯‡E\n0Î£ºÐ#mh@ÑOs$wúÃºàcf‹­rUlO÷e02ÔjÑ×âVÝéþÎòƒ‡AÊòæxÜÇµ ï<\rá÷¢ŽïêXÕUÇOuyfTC');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_browsers', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœMÍK\n€0EÑ½dM?J_ö ‚+¨à ÐY‡¥{×X”ÎÎ…G’ÀhFÜ‡ˆV@%W!©° ý Éà\'dÕv²v¯ã£á§Qöêe˜Õë¿ïú!Á u½¹Iï74Ù)«');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_browserVersions', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœŽM\n€ Fï2G³ŸÏ;DÐ	ZîZŠw/“b6Q»7ßü= œ‡¹aDÚaAÑ¯[$·c\0Í‹ccE.€ÏˆA\\X6•õÅc-®…V4lå¶p\'fú‡sùà¡r¹9ÝÁ·_÷ËßüXø)áÇ_~ù\0ªS½');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_models', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœŽKÂ0D¯‚|‚8ý LV\\\0õ\n¡DQµˆ°‹rwd¢VÙT°{ã±ìç ‘”uhV0Hhr?‘àdo~ö¯0®>>ÞË“l\0Kba]qSXÙ” $´UÑn…ûjç¸q–\n)ËÍó:Ø5 Ó`Ãp_fÿ‡ ï	r%¨*Aþ%˜?\rY£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_os', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2²ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2JžþÁJÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?˜\0^§…{úá4#\\N3Brš	’Ó9­\0ìcQá');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_osVersions', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœŽ=ƒ0FïâTvŸOÀBæ u@bcŒrw\ZUA^\"º=?Köpˆ;Xš#â‰t„ísž@Ó{Q^žt‡|•€$³3ÜXçÁ›Ek|g|û”?0bÊ7ç\"ê}hfþ£ÎÕêœ©ó¦ŽŸêÒ5¦S‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'DevicesDetection_types', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœÎ»\rÀ EÑ]˜\0óIÄc‡ì@¤Ht”ˆÝ#¹É§;2`n‚AËÐ1ÁN´\nUÒ~+J«˜AÃÄ6ÂvØ\\â~Ø±qg½Ýù‡Öyç6¯aô#ŒžÂH„iF_aýMòPe');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goal_days_until_conv', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goal_visits_until_conv', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsCategory', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsCategory_Cart', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsName', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsName_Cart', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsSku', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsSku_Cart', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Referrers_keywordByCampaign', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Referrers_keywordBySearchEngine', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Referrers_searchEngineByKeyword', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Referrers_type', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Ø	Ã°¥5Hg¦•	TÂÊ6ƒj2Ë×‚8‰VVÕµ }~Öµµ\0ÈÍ#p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Referrers_urlBySocialNetwork', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Referrers_urlByWebsite', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Resolution_configuration', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœŽ;\nÃ@Dï¢HëõÆ;:\'à\"õRÜ¹1,{÷ ‚š|º™7 ½‚€º€µ ;BFÝÐƒÖòx®¤$‚Æë¬·Y£Ä}È‰tØËÁåÎçü.l%º¡w<9~9y³ŒÚìæt€/š	t\'Ó”xøÑðI48ÑèDù—h{w©X>');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Resolution_resolution', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœŽK€ ïÂ	ZD‘Ç¼&.LØ¹1!Ü]hº!º›¾þ&@#í 0<àŒP1¬[Tþ(b§édšIù\\2.Ye-xh¬ov­¸ŒhŒMåIÌØ—sý@H¹Þ\\ž /hË=6çì¦zÜÓc¡GB¿ôò¯S×');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'UserCountry_city', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœMŒÉ	À0{Q>ràUéA<þùiÔ{,CZ˜‘ ¢+ò:\nzÃªr?•¸!€ˆq~äEaÛp#(¹¼Ï­8¾ðœŽùñ°›·›½(*#÷');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'UserCountry_country', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœŽK\nÀ Dï’øk‹ãz…RwÒ•x÷*Å’M?»7“<…!œ‡`Q2&PòaKär[¡=‹-Hì¬kÎö\n¢ÃëgÖ/w_ûRûÍu¯fGþa¦žÌ33ÌL|™ÕƒÚQ·');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'UserCountry_region', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœMŒÉ	À0{Q>ràUéA<þùiÔ{,CZ˜‘ ¢+ò:\nzÃªr?•¸!€ˆq~äEaÛp#(¹¼Ï­8¾ðœŽùñ°›·›½(*#÷');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'UserId_users', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'UserLanguage_language', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœŽA\n€ Eï2û`´,úÞ¡;(DÑ&Z‰w¯)ŠÙDíÞú,rû€ú†y…Í!Ž3ù“Ç¥š\"ùsl2ÂVq­¹¿ËhÔÁ)ß*ß=¾ÈŒ\\äÍá_qÛú#Î¾ÅY×¨8þŠ+;Ö—S½');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœÓ±\nÂ0àw	8ôî’´^6·Ž®R¡C 8Á¡ôÝ=‡‚ƒæ²ý$ÜÇþL‚AÖ,]š„÷@²	â–é6/.Á^Üy¾Ïi¹Žóë’K~—²ÐçR\\çÒ–u´“U§q?ø²ÎAg+d)h+l)d+ÞRøKÁßJ°ÞÞ%ZJ€`+½¥Dˆ¶2XJ½­«Š7\0zûy±^fÍ€š‡õkf„ØÕ;õ•µÄÔ\"Õ{¬ÿ	cC°^f]Šc8ÐÉ’¶7öb/…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'VisitorInterest_pageGap', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*ÊŠEJæü£¤ÿJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~øÓÅ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'VisitorInterest_timeGap', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*È¨+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0…\rÊš');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸Ð!-cÈÝ«%Ð¡HÞä²ý{(g=7¥>4Ý…èyhQØÇû³C?lú¦b#V è×¦l{IO«RÝ®\"(?\nÿW$R¦¸—)sÜKŽ”‚%î¥DJÅ\Z+5R\Z¶Xi‘²à+‹«d…9ÇÌê2VsA™¸`öókµT,4ù®öàöhFòcÜìlÄ(S”ŸekJˆòŒ¤ë\\ú‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'VisitTime_localTime', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœµÖ1‚0…á»pÞ&YïàpÆÂ;J†»+$…<l^µ*?ß¤w‹>>½¾öÖ¥óqðäÕ«¿?^Õu¾ùt”ie†uve‰e¦2›2ÛeNóz¯}œæßÞÖÇQh¢F£¦‰\Z\ršh¤Ñ¨‰&\ZMšhC£&ÚÒh«‰^hô¢‰v4Úi¢à$AeÒ	J\"•ÀY‚È%0˜7¯²Åƒãs‘‰Üöw«òk,uÖeû å=æÿâöö»ÿ|5ÎD~‘`à„Ad8b)ÎDŽC‘dÆ%3‘dÆ%3ÕùŠI¶bö)8\";Rê)8\'Åø1Ì$ç°é\r…‚%p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'VisitTime_serverTime', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 'xœµ–;ƒ0DïÂ	˜µÍg¹Cî@¤‘è(wÀ&P$C5Õæó,­ôÌè}y{=ŒŽÒû2{òj\ZŸ¯©\Z¶Å·£¤•Gö¥Ä’©dS²ÝsÝ¾0zíËº½û8þC¡\Z…š\Z(4h ‘B£š(4i \r…6\ZhK¡­ÚQh§öÚk àJ‚ÊI7RY	\\Ky	\\L™	\\M¹	\\NÙ	\\Où	\\P\n\\QÈŽš^!Ÿ¸g¹[•·°_Ôù°:o¤ÜcVûùLûí?·Å%‘ÅŒ[ÌD3n1Sý[Ýü\\Ùýìñoö¸Ì¾¾Ì÷³7n9“Xný\0¿ª#ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_actions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœíosÛ8’Æ¿\nË¯f_ø*on’›ÝKÝLÎ5ÉÎÖ½Jid&Q-¹(;¹ÔÞ~÷H„$Ý A¯ëWMâØ\n–ÄŸŸn<Ý½^q±úûvU¼X¯X÷	/V?¬Äêêvý{u{õâ°âzu•½úsözwóxx¨·Õ!{·Xßf¿V_ÖõÍ!ûëfÿ›]ï¿Tuu“ýþ5ûïýãÕ‹íŠšÿ¸0û™äö3f¿Î¤4±â…}Dó	é>¡/ÞØ¿˜ùë°\"ruux¼{ÿ°½«Þïª‡/ûú«7«\"—’™ïS³ÇÝïï?mï¿l>-l±½ÊÝvwöÍÃÊ|¹ÈóqÕ-ZÿÏð\"*y»Hxû9Tõçª¶ÛQ*×Ê>åCûévÛÞvºïu»¥{ ·›“5e®i×(o3õzwøÐn‡æJ5ÏŽÚM¿²ÛòöÓ÷üùQÞŽ.ViÙî›2oO7û»÷÷õ~SÛÝG»³2—Ì>$£C;;_oÞ&Åñšnçkº]*åßírp-É‰VÃ{Ýìïîo«‡í~×¾ÇJ¢ƒ{õ×›·ùÐVý%ÝVéÈVÖrJÝ›Ómu¿{»_ß´{,Ì5v¸…íæNn÷=÷2ÓËÛàr‘½\rÌ-\\Ú×Fµ/Ðv%ì\rNíÌT©íçöf\'öûÄ~•Û;ž4ßh>k–7Píâ˜O\rvˆ¥Ž}çß¯?š÷Øöá¶z¿~øÔ\0È¼ý¢ùc®k9r¼|oæÇËþcWeoÖÍ›Å\\,ühÜ4íàFÚ?íO¨\n©gÐˆœ\n‰Á1Ïï|¾Ñ\\pâ!ÚÜ¸²ì?¬;î-»nkÃ°3¯8!½*L;³5Å‹þƒ ÈwÜÝlôñ¼¤}”›2Ö?…2‚ƒRc9X0ÍosÂKóÜŽlý”„šçŒêþ¦1T,±X,JÍKÁEnž>€‹²(.–0îŸ‹EL´`´7ºb\"éÉ5qŒ4o=ÕA’©­6²TäªC#Ç¡Ñ|9’]=)\0FbÀøKu³Ý˜+`™Hœàk)ß>ªù,Á×¾í@\"RšDð¹_‡Ã@¤,g\\  Øn\'È@>’kCƒ,À9\n{í~>ÂpÔË©ãâtƒ´˜Î¹f­’§÷\n6†–{ZîuÒpk¤±4DkïeÑ¡­¡Ró‡èÇ:Ä±p…ƒ[Ç6†ÂX±ºÂ“¦\'f^ÏìåúPe×ë¯x„1‡0æþYJ2aD¡–BÒ™“a‚)ón+=ÙÄ04›©èÌ\ZaÂ/ |5aÀÁ,„3ÏGÁŒä\\Ò²<•ÁX²%VpmxxÌÀdcaµyŠ6šV²áÐ–•;„·‹ßïñFzÁFœ`£Ìˆ“k”*Ò.Žu*ÇA…8£¦\"PÔ3ŽûŒcâœqJÙìÜ§z¿Ûn²WûÝÍÖ>÷Ùzw“]×Õçj×üó—õÎléÎüÝöÁm÷<12OÇ5I8²-Òè8¢ƒ-5¡„Â³D>ÅaWê0ù¡k‘{ZpöŠœ1AºAe4“tæeÄ’.¼ÕSÒ,éØÈVkg‰¸\r0OÄ‘FZOb–2WJ‹–kâkìBºE˜ý»¹hLìÙÿQvÈâEÉæ	7†c–J£Üˆ*7#C˜—iãbˆ_\nâW)A~•J€ÊM«ÂÿÀE¥íî’D¥#¡Þ9Ñ4#D“h¢Q4Ñ¨Âj7–¢µÕÚ\rÊ¶ýµÇ@Œ•«+4Hz>Éph)í©ÁOæéÚ­ªì·õí£Qvõþ~h!ùÃO¿]ÿ	M®ÒËEœ¢œwHZzr7r¢\'‡\ni¤ž™‘…Bt*èÌ”æBÃ)´ö$\rqrV6üFÁJ¨˜3ÓÁsÈ™°â›BcálßÔ@dZP1_~¥•\'¿Há4ÉEÆ¬;=F˜N¤éhµ&Í—©G \nGžÒÜ¼æR›ÛÇƒ½þ¯ÕaÿXoªì/õþñ>ûáõ¯Áw\0t‡j^¾­ ¨CT‘(Ò”!ÜÉ¼A;ÁN+v\\°£¤DÁN¤fj\n\0 gþ$ëü‡YWhë\"87èbñ—¼àvñF%ÚE:Å}ïÍù;ÛûŽ#ÒÝ¢x™Ÿh6zép´(¬\Zû¹ZßTõáÓöÞŽŸ«Ûý}T¾Kvr±#+Ä<Ñqeì1H§a%!•k`cEÄ™%¡ ƒ¨8I¦k‘t2\"ÜæçD\"\"Æ©%RTòK0¤ú\"‹$¿HDò‹<Ïä—ÂðJ˜/OHÏ©á5ûÅ\\t_›ùßÌu±tR.B,žD9Oy$ya’™@\'óX$h2+s!0Úr¶B\"†ƒ€©ÌZ~qá`™ŒGÃ#‘32õ2}dÈs&‘l*‹p;Õ]!ÑlR¢³©5€<•Á‚{xÒ]lè i:7…;s¤]hH]èˆµ‰EbÇóÏˆTý[sÏUüá¢[BÏËÓ#ÅV\nœÙ_uaÏ,Í¥gwêl¶§ŒÔ€ôWP‰ÓZéØ†ª(¬Ít‰èoìônhm9‚áo3úká„Ì°£ï+1ßÖ]›Ë®7_³ëýív3ÉÃå2J’²™ñ\\+@×Å/‰‰]0©Du®•à†É§·[š¸\r›¸Ð–T–ˆ2~\rPPAÉ(;Œ“f…tÔ¬E&Ô5¨QXÙ‘Pg¬ARãÇã„.NÇ\'Zíi_ƒTvr‰÷~-¦Y\'™d\'™ÊŽeÄyRËN<•Øò£hy˜£á4:o\\_7·Uö°Ïþf0!(Tîç#Åœ¨Ð¾¸ƒÂ4Å•æÑ‚BÊ†\\#ÀFàâJ\rƒ­„#CŽôi¥*®ìö\r\'Ï£ÂÁAXÌ<($zDé]º\ZÂŒ‰á ÙêR…˜í]²½ÍòàÍ¥æR±ñØè›ìúO7›µ}Íe~4/üáa½Ûà¾ö§ê=¶­ÏAÌ)•´¿P)¬DÞ,óhAAf\0b‚ÔÞ,°FH˜‡-!n1äV27A¥´ÌÎDXäœrK$×c6ìÃ¦Øù\"i¬(ƒƒ|vÜê¥U]uÜr¾zÐò ±”³9úÉòpÇÃù,I|k—÷ ×õþc½¾›à w½/Ê¹®.œ­¡±3-îk <\'(qF!È)8m¯\nXœi¿Ç²&y4òØGÎ‘Wªe,õx©VJœÏa©â¡(©ÆŸ«§cƒ(<OÖ$”xÜ€LãeÞ<r¶ÿ­w=Ãæè	“t²J‘ÆD°ô‘H³Lñ6,Ì¥:*‹`@‰3c%fÅXEô)¥˜µó/PF$ÊÆbßSJ‘¼Œ²ÉjÈYÍzHÎ•†e•(»0$N#¡\'6ù-®^[ty3í+9‰ÒfÌºì\'±Ç#œ§Ê„=i|i­ÿµ©Ìƒ¼¬×ÛÝ™Ý˜â)‹ Ã‹˜û\0…6ØDŸp”3ÚðÄ«€´x¥:v4±\ZNŒÅ,Ò[ßHcÎÐ/Ï|ò$y³Ä/g‹pf\n¼-¢\\]MÀ‰,À\"o}ÙË*{¹¾µ²ïÍ*w|éN/™\'ÃŠ¦ˆªDi}TaüXÖ‘\nLêKˆT†‰,\\,JÜi%&§Ï0lÇ¦6„EV.À&m˜MQ\rtÐlŠÉ	\Zè,`?u½½\"ûE˜{#Ž–\0»¼å^öòÑ¼ÒæåÎÞÕëÏ¾Êz¨/„T3eîÌ1Q_àÌÑ\ZØQi-¸/TWmBD¸8‘gJ\n0¦êAÆêÿÎiÅ8ð?–)\\Œ±ÎHÀK]>:ª«b:ä\0UÖÿ$váüÚ*\Z&­ Ó¼íâõj¿{XoJª„Òjfûš—|Oäÿ’eSÜšê#=¦öAM¼hß§:pÜˆ,1$©ü_h—i)cš?,a“`)©XSÑƒÎjøæ´+ö\ZÏjáló‰²Z]êÞ!>r/&9Ú®]èñz«B¦yí2^Wõx´9+Eßž°˜ežÇP&Ò^Ej,/)c4H1’+\nSŒ ðjßÛ Ä(Ì0¢ûÒEÂÂˆ6úIúª. ­Ðï£!áApØÒvp°\r¤¯ëýCµi:EÄ{ºÚ°¶)ã¡35CÍöHe?e,„#ZØD7FW™*PWIWê\nIÉì§ÈÊDÛFÕïÃõ‰_Þá@ÖŒÊb}P´Êzâàïâ×s‡ƒ‹žÜ-Þ[.¦°ì™Þy”úØ?þ¼ýPe?Ùž…Ù«OëÝÇjJ$Ùë-¢ç9WI3\nç©Úq ÏÝúf·ãÒp¢.8lä*O`‚4r%k	ÍPBŒØS?\0ñK¤?H$6Qˆc/bøèáFÉzZ\0½\"°‘%b¸Ñ´È[‘Í;Ú9H¢ºZé5‰I÷X8Älü`oª/¶&àôªÓ[âP53Ó/(†{‰Zâ„½`:ã—\0[âHBpa6Åa.]d¸ÉuLÊl‰ÐL §¶ÙµD¸#æŠç™ÉÇ5Á1?àD`xXìõ\'âº®î×u„\'ÂÑÈ›DÍRaÉ4$\n§½”NIDpzy´ûRˆ$D˜¼rœP¸íÂ)„ÀÑ‘ƒm†|ïÑàå=Z\"nl\Z@?x‹¦ìÙ\\öã—õ×ìC½¿›X+Ýk6+U…¡G*ãge® ïÌQ|PÇ;ûK×`ÛÌÄ4óÃ¦Í	éB¬ý–]bžŒi÷¾ ¡{Û†a¿ÿc[Íh6£û4Ÿ×‡âæNÐ4ž(JÃs\'tN$Æ`@!O”gM0#†@Ë&CB†b\\PA¤ŸÜž+Æôaˆh032Jp¨ºŒDv—ƒÓ.¬1µ~ƒ3Í\"üDÂØË/ró‚§²Ëµéî>ß]Ò~’k—\"n~Øäf3Ò\Zâ(äAN!RB?ïwÿå]UßÙ£?;ÄçsDJèRFq>·Sû*)TRÄNtÆŒƒ¥Üµ2@JñÜŸôƒnFV±œc8H“÷Æ¦‡I&¥‡ÆØüíÊ*tÍÞDxÈÑa]%›î æ­¿Ýý¶Û™¨ëú«Õröjj“¡Ó¼I÷=¥rs†c8\"»©å³œ`ÈhVïéSeðÄvN¡ãqˆŒq™/2W¤Ü42ˆ\0ÅÊ+1bš<¿V\nÎÀÙ‹&ÈÊYv²+Òh`»”ÎáÇ<À±n\'ñdo?íë‡ì­?üøúú_{1¬Ÿ×9«œÕ-™æÙG&…ì¢\'\'dCÑ¥j(Îâ„óÓY2/J ÒT¹dHö¥^*g\ZUoCr­c\"Í%¬ì\Zkeç™¬ð\rà9;™ŠÐàŸ87ZTG;*.q×‹ —¸‘<æŽš¥ž‚¬\02jìØ­aSWüOè¹¶YD–3}ÈÉÓ‰Ä^xò4-r*¤Ù¡¼WðS²!ˆ¾~?púWž\Z9‘S\\ÓòŒx˜§ôDÊ\\åÇ±S\\É\"®áJ ÏÓ•@œ »ÔyÌ¥×\\¥íŸ3¤brj´mó€å‡8xtg-}½;<ÖQQæ	:rü¬P¥ñeÖX¸9<‘¤9\r˜Yc9epMµÄéÓR\"³iº1È¥.›ö­`;\Z$Ö\"öMdÓìb4\n<Ô\0mâ…>º9]=ÐëÝCõ±^G•ì¸ô}P)gµÀÂ&‘›È YsFHÍŸpÈŒÖ‚m„œè(ŠâM*s\'º–P•1¼ÁÊ(ÂG´ÉÀZÉqAä7Ä5-ÀªµoN$„Ç\" !|;™§Ú5³]ßn>UwxÙÓWÓ8ë„Òsƒ»Ü%šmOÂ}dNp	,°˜“À\"`@\'(=éfÛÍ¸hýNbZ¿/’¼ÇN0l“Céå­÷Šç×zt÷ópG]µÌÜÑöÍžXÞx<ƒ,éÖûÅž½Ù?dÞ?îð¦ô>ç¢¸Å=é‰8è©ãDacAŠ‘~*pÀUêÖz1È4<b%F@HˆQ“‡ÂÚ½(Ã­÷×ó+–`8€äàÖV\'\'àÅpÌï’ŒugÅrÂÃÔÀ½itµ®«ªž4Á^t,êdÈÌa`•BJT$ÃƒÓ&dÎ1Ö,°HFA}ÛM IÁY¤Íf<ÂÉ¤íÂs(ˆvcõ²ÂÑX]á·Ï‰äF:‰äºTM”H¶ x;<>ùÓÁ8M®«:ööÑÜ>_ñ^®¾…¨‹i9\'\rExÎüY¨8Oi’)9ÊC»G))\n¢\Z“#ûž£ï<•8)ES±g%¥¹ˆ)ÐÁç¾G‚¬\nŠøÎÎ¥U1†¬–¢*¢7<q¢ï1§¥8FKyFÚ;à1ÎÜŒV‡:çhð`±Óu&ñÈƒd?öÊº}l¢ÐWFým¶ø®É®DÈy\ZÄây÷T#Z¡–}§]P0¹/°]–†Eš(àÆîÈi­É†µâ\ZÇØÙæ¿¶­~/E<Si(äÛUESÀúd“\\¯?ìë»æñ—õÎìcZ$èæBÓyc¡Ÿ0\nÒR4gÒïE“Ä„PŽJå´@+nRÅ„7ôÞâf˜0Î*…Í³GS­Ryvò<óìnž}dX(læ|\"L<hŽ÷f2×¯ÕaÿXo¬û½¶ÖúøxÐ9Ü5WUHèx\"1¹ù©k¥4Ú AŒ*½Ož\'A5XÚÃé©3çðLå„¢c½œ.¡µD]a\\iv0×÷á7#ÔÒÝy.Lt¡¡ã8­K{¹ºš\0Ÿo°²7Áß»õ­Åæ9æóóLWØÁ÷‰Yxî½È©Äø®æ‹0’3xZÑO˜Gj¹H4ÇvC¥ŠKd·Š±ð4°ö9f·ž$›oôÔÞxHz¿wmøš`ö&¢\rß¥…Té™ 8ªršÑ]#—qû–@eëÁùÐ’8+\r((Ö®+(f<4f6!ÅUv÷_ú!xœùky¶Î\"é¸FˆÏLž9£)íèD/àÖ^“‰ê¬m\ZbáÜzi3þûöøðˆÏÈóŽc.#/ùâ\rŸ$%Oí”+?ÂÃðlþ¬UÚû{òŒŸœÓ\"mñ˜½ÂˆµG·²}o5š8\rjŸnX±·½G sz§Úÿ;B¹@Ïµ¨¡bq¦\\W[¨EqëÀ0\"\0ŒÈ²1¢h¿*Ê³FD¢˜¯àÈQ1wtËQ…u4œ®ý˜cü†-ððÂÃ\'|v¨ ÅËßªÛ	rÅåè¼ª!OÚË¡SiJ‚JF¾ P&”\n(#9Wp©°H–PÂ,GÎÊ.œž,.ŠÀù^*ìÁÅå{ÜØw|KÑàI„5ÿø?Moÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_actions_url', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ¥•\rŽª0F÷Â°?@¡ìÁ-T|’A0´Œ/™¸÷w/ÐZ±*“g\"­ôk{r¡ÇR2ùSK’—’ÛŽ?JÆ2hÊ]Õ¹‚L0|y-|£DÀ•b7av9ÞXœ@ËIŽ«@‡šË·Øph”¤‰Ôp.t}®Š¶Ò×®‡•’\'aÊ¹bÜ Ú]qªµ*®µ>-fM\0Óšçº]Œ*	·Iˆk&Tþõ…„’);tªê¿«á„`!I$Š|D&ibÈ.yb‡çž2 4d‰˜BÂáÑ}ÙªãDåâœ;å\ZáÜ}šÅÞ}x	(ÀEJ„<*Æ¸CxèÎÅ¥ïö•Ruû9Yš…œ¸?g>Îådx±21ï`i—!Ã,„¥±ÌÏÙŠeP]âgßwçKSéºk‘=#!gÙ[^wB-õáºƒK¹÷1 ŠÃ,Ëìli»¶hºò€˜}yXlpÆ{8+vÐ>zú|VžBVŸ^\"ô\0Ãsž¤)vé¨–?pPŒŽˆGgðü\r8†¢bp›c×ª¾ú¦Pºìu0×û¤õEÉÍfÔ.›¾º–ýA…P ÍðµAÁJ(j–|ã/Ø§Üuƒ–ÆaŒ…ÅÌŒõŒ¬ñyi«í²ì#~/‘F\"¯|dÖ}’ÐöxÈ*Ï×–1«{Ô²ýìRáêÞØ_öJŸ²Æ\'óaŽ×Ø„9sÁÙ/Ìâ÷™å¸\'K£øƒXákÄ2Ò}‹çOØoŸÙ£GFÅXÁ0s›µ°u:I>éÄÈaVJ$òÛí\ZúçÈ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_actions_url_chunk_0_99', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœíínÛH²†ï%?öŸèþî¦ƒÁÞÁ`s,Ó‰0ŽdHvfƒÅÜûé¦ÄæG³»Š\"eÈI»Žbs$ZU½UõÖú^èûÿmïùçã=¥öö§õ=uß Ÿ×÷¼¹!ÈýÿŽ÷òþÓóú¡zþdU÷Ÿî¶»Çê¿Ÿ>oï™ý?•î‹»Åêrw‹Jw›“Ïînì\rÚÜ`Ÿÿtqû—}\\{gÇ·ï_^·ß«/»êõïýá¯OŸïIA³?göw_¾m__þÞ¾~X?âé^¾owƒÖgêîˆOÍAëÿÆb§ƒdç|ŽÕáGup§ÃxÁ…tç#ÆÎ§9°9Ù9ægþ¨ 6½chaš3Ö“y=¬wÇ§ÓéB\náÎFM{ds>ºs>íO‡ÏîœQpå§£ïœÓãþû——Ã~SÛÝ×ú‰*˜feç¶ÿ\rgc§9ü·÷ê|ÿþ\\‡‡4ç\"µ?Æ‘cµRãç½Ùy®^·û]ýŒ&O³{ì¶>68Íî!ŽÛð€Þ;¿ûò¼_?6g2þ®÷N¡÷¦÷?ûsøNïüä|¥ÖW+m.Tªšo•î²tïÒÜh®Ùú²®6õì­Ï5,ì³vÿéíPsAØ‡ýöúúr¼¿»Û<½î_×Ï‡êïõáñXØ_þîí¯»‡jõwõü|÷½zÜnÖÏwŸÜ=9üóû­D\r\"\Z— ˆLÃ!Jš_O:CöWF`ˆ¯Èe¢&…!ÊŠÓaèt:)ic¨4iQ‚Nç²\0‚Œ‘‚ó	Ðahè4tì«˜¡ÓB‡6—f™†94‚Ã°Ù|;ìwÛÍj³ß=nÝ/¹ZïW/‡êGµ«ÿù}½[­¾Û\rQã>Ë))U5ŽyÚ/ºa\r§¼œÊq°Ñ‹À†Ú·t*æ¡…à.iþ0x4žRà)µ„âa4éþÁEC§³[$\ZŠDC¦&°H`Y¤šELÓÌ¢>‹ìe‰`$=–)a\0£jªhy1U|\0S6L‘†Ï‹_Å ¥\\(|Ñ@ø¢Y/;@¥œÉØœDQ(LBÊ¥ÂJd0ÃÌ5¢ÎñÑL)3A†ÑÌ\\€_ÛÕ õçUür)¦ýÂÛ¯Ôï’ñ÷È˜½V¥\Z~ôCa	(¢™(\"-JÁ°„•â’°„/•Ègý*TÐ	P¡X¨Š‡ŠÈaÉ0,!\nC†ëF†!CÑ•0X*=<¿U›Cuò%÷¹¢TÉ˜TÙè!˜ÜÛô$òd‘8‹ÄY$þP0ò\"1¨wyãîðiÿüX¾Xî|9¾®¯8ú„Êð™>‡HdQÂ>‹¤ ,g±8‹Å7\rŠ‹À2	gøwƒõàÃF2°“”…á,gaøƒrÇè	¸i˜p&‰<Ý€Hr…²œÅà,ÿŽÔh®ÿ35”»!ÒBKyÿÉ‹6YÎ\"p?(L°Ò/>?’dz:9ÓG»rbžhÈ£¼Æ;;Ru3\r‚Š_Ô\"’\"¿°¢$˜EA!KGTŽå=öL@èH‰ÂŒ‚)C\r‚2¤ä8Ê.¯²0|¢Ãi¦L °œkNõõšªqtíhP1rÑµïÊ‹KÙ¦bÚneU–s*FTº¸ÇPº\0EDJM¡¸š–Ï-	’‚Š½²)µYŽNSÅžšCøÂÌéìfG2¢(®œ$ìrÒ>…S€£4–8Ò`ˆc/*JûÜ¢D]#,Ê¾’†e0„š\'›GXÙ?Ö¾BöéóoêQ6ŠHŸêÓÔ°Ê9Ê*ò.Þ>ÓJ³&LÒ>N†úHÉ\r4ÁR6Õ…r%\Zì	ÝàND[\09Ä»oûïÕÊY_í+>„Þ©|AcÔ³0…¨W¶ÐóªOýÌÈÜ$ëå#‰×¯Àe9.’ü“…Ô(ýDž.AéG\Z¸fN’r¥k¬DAÎžÙ”*9:Žø8J°\\%›jOÛjÌ;vÆ™£AæØk»Û<¿=Vw•ýå÷?«jõcms¶•}¡^öÇSI«úñ©~ŸR#Ò„”N6@Òs«ä¨L.ÃªRüQQ	ÑÇh>˜,Ž–(úÈ…àÓM£ÒðáéÐäúYœ &ÓçÒ,NÓ)„©oPÕqÿvØT«¯‡ýÛËj{#Vó…‘‹ù¢¾ø2W93ÞÁ©DU¹:­z£ù]Q¢zÁÊ–á0`ÐƒãJûeïÏûÖ¹ˆ@âFMiÊAÇ)^™f$7åhã“ŸDÅr(™àô´qÊóÊ¾\0ëÝêá°ÞîVÛÇjõ\\­»±«®’0vù„DÛö×¶!Ïµ9|¯çEŸ7gâGÛƒ’á\r£6Âç˜ôŠéàØPJ+ˆ?¼n{A¤Wl©‡FêÕÃ–dy•~.‘È¡…“Ú0È)˜N7ô±3Z·Q‰ì½bT¢Þ±q‘è\\õ„€h¡F$\ZQ}Ð0%cMJÆZHpÞde´ÉÊüp‚wÃˆ\\h° 6š§=oŸªÕæçæ¹ZßìóóP­v¾ æòÁQÞ\0MxÕhV…A˜X(€\")‚ñ¢Ô¢±(ÍL\0f´,ôSÄÅRág¸ð‰q•l\r¥€ŸÕò¬\r´¢UÔ$ª´¹Ùfÿ¶Ûlƒº›‹Õ•Q:2©¥†(áöáÓ’R–¦³4¥é„X‘Æôip˜}’2í‹(Au1sÿ)¥Ceu:«ÓY¾U\0á›áÚ×qºE\rG·BÄœ{§£âSV¨³BêC†#rl\'P·ÈaáŒW0­Át\'Ù\nu¡¬Qg:kÔ¿¶F•¦e E–ÛðÊt‹3Ÿ#«îmRY’Î’t–¤o;`Â`EMÅÊ	\Z˜ˆ`–Q©÷i—÷ÑÐf¦¶#âÄïPd&•ˆå]ª¨°4ÎPÐ\0YY˜æ˜„q†æ(r`œ28F\\68§Œ	Ô½»‡Œ^Žcüî|8×xT«åøÃ¸¼L[yhx“\Z„†Åòz„ÑF­ÏXPš°v\rF9Óû«¶—)]Q•v\"´IëŒgØÌ¡2åÆã©Í5nP•-UÅ¢±œ¥\ZjOì*>„t‚ŠÌó¤êÐÕÇ\'MÔ\'MÌ¥™CèÄº%¦úô\'ú¬Õêeý3 OýùGNN¨µê„j²˜m;ˆAÏR®>ÉÜˆº©MŒé ¨&ƒ¨²`€(zæÈÖe´d^œ¬C\n%¦€‡cÁÃñ¨<&{ÿ¾àQ±vÌ°–ÇÈó~÷uõZ¾»pÆ9\rþ¨Âî¿zR–ªøúZñù‹šå¼AÊRf?i½ÅfJç™ã¹?D!ìÁ(X¢2²_¢BQe1©‘]9TN1Cûûàæàƒc3VúS´mÉIäT%:§Rå.¹7ývS­Ö»EÒá¸>ü\\­ë£:Õ‡Œ˜ËÓ­ö‹yh9ËÊ×¦C—ˆz˜ìˆ*\'*Â |K¤$a](ŽÔ2q.8NÙ¡…1WI¸x‰”¡£a=K\0F—Õ³DG=‡êYÍ±©zÊ˜QÏ’˜zVÇ—c$IÓ>G“!Ãf\rŽµû¶?¼ƒ«Õzû²ú±\rçàÝs#5­çT%¢/Úò®É³n”u£¬}œ8¥¡‘Í‰jÔV¾TØë”ÑÝðüX¢˜£¬eÅèö‘ƒª¦#‡)’ÊQ‹ö7‡Í†î™ˆæyY;ÊÚQÖŽ>`ºÚ,¡zÁbZ0j¡dÂè ­rCÉÄ-«FY5ÊªÑ¯®\Z!´¢%g9pšQK²2l~†û~Á©Ee’\\;ŒZh5E¹Ž\'hU•ð ¼–€+µóž//¢–šJ%B#c(=Åˆ\ZCiì¸FÿØCÕJœÓ’è12ÜŽ\\Ó‘”±\ZÌÕ°ÃxvÌ\\ˆÜõ¸t_Æ–œ1-¥0R²b›±™‚­ÎŒõ“0Üˆ©YˆÝ™ ›2cŠÏÁ&,û’¸@ç7âG´-Üóõà†¬6î)~z{¾{®Ö6š9~³‘Çcõ£zÞ¿¸Õ£X\\üH©Q·…Ú1\'jX(²`µDe+½C°,¤Älþ‚G×¡ÁQj	Æ%L1I–\ZV§%Ë‚Ó)jZ.fØHD\\!S&3ip”!S¦èœØÈ±Z(eŠ_Ì00câ#W@pP]…ÜvœWû¤Mêä—²³žZä\rS~­RMc—#Õþ`_ÞÍS\0¬Z©¤*	az©×}üÜu…³‚!Ž‚ÖBû“	Ooc…á¼Sdb„Áû“å/s9RÃï¹åg±ÉØšS¦ßGÉ07Ší<û}Ã!Jz¸Úñ;1¦ÆSÕãÛfíž‘õójm_¶ãëz·©<ÕsÏ”ÆfÇ&¸ÕûDÎó@|Ç$\r(•Ù‡b¢©ùY\Z/4û}œRòÝ²4çL‰Â’.Ó\Zï¥æ‡x9Z‰Œ¥–tC¥ÎàêŒ¶égvÕß+ïŸ±Ý½V_5vÒÔr#ôâ@ÈËÉ~•*¥3%!ª~-³>Õ>XŠ6ª˜¦p{ª†m337ªÛžŠÌÜpÃï…(¯’¸ááÂX„ƒ¿/\\dàøCŸ…yo3“3XÖ!Ñf}¨ªCR=ªß®¤äËÒ!ƒ™Å wäí°‚«r^Ì¦d¨Fd¸l)\Z1¬hÙ¯ëÄö“ŽÆE9ÖAV´¦fP/ÕáiøîÒ¦•ýºþZ2¥ÎûiŒ)Å5sMäqâÎBXIk;²`\n“CÍ\'	-8lOÍ{Ç5%Ž$F]¥yŠe¼Àõ„]ÃÊLP¤›coÍÊðšÁ¦ß—ý¹…UŠ[Ž±%)KÇ-ÆBáP†=ƒñ\"]®Ùçš}Œk¹fKj0€µ{ß=Èh8ógPjO¹­£år}.×çrýn?h¹_¥G\r¢šÉêÁ¥!ÃŒÙs¼š–Kô¹DŸKô&úALMÜvA¬#IC$ÎŒ…‹zÜ…©»åº|®ËçºüGar\'r8Q–oA#Â‘®0)³aVXVËù\\Ïù¥\n^z^Ò¥#Y†o™#ƒµã:óxé-ás>áoAWJ›bDhÈR¡) š±ï· .–«ð¹\nŸ«ðþùüªðG@HGTí½ÅTmS¦\'6ú•î¢EÓÕ}4Þes +JÕO0vps ‚÷.CJôÄ\"eÌAAÉÛÀn6Æ9W|DÌ:DFŸÃÎœÚ¾…Qá:sØ¬™¬ÖÁÐèY†IW¤k˜&Â¨.tïêDmK\r\r%¤Ô°Â”°Rcp{ó0$¹¢]–¬4:èÝÉŒà³&‰Ê~O¢ø~@?¯•êD¨?¬Ÿ]ÂôxwZiüº_¹«¬Ã›aWN‹¸\'þîßÕë—§‡?è¿ìßõÿØÀæÿ^ªêñý“oÕi‹à>L¹v²Œ	<$Êæd{&É—ú^àÆ?–›ˆÄµú!lß¥Áà%æ;š#‘›àMPÂ`F\"”\0¯ú^ÐÂëó§$6Hg9ÆãÃG.ªdó‚¤»)[#4YO¢¢¨ÛØ@Œ0(NÑp·Ÿ&p·Ÿéöóœc(˜*l¡¨…òˆf:ŒZJu\rçe{¯è@¥{lN\r[XC¦\0Ç¨ÛF˜•}þ¿Öß‡I¯_Øó’ã‘¤æKžÐY;#n(>Ñ˜2žhù$wŽI„\'t±ð„¢ÂšÃ“[§E4‰™žxZ¼T‡¿Žï—ÅðY}¼7ƒ	VÌ§„½Q¢sL*‰ÁÉ©˜$†¡’\\—\\¦ÄíQÂ€½þ	JLÌbêè–èË³˜p^‰ñ«×j–VùQFbòpX	$ˆëï…»ne‰\"ÈrÃJØ‰G:¥ç=ñH:_é›ÙrÖSgŒU{¶¸;wK^~®žûïC1õT¼q—ˆRFÖj¡ödzÂK¨‡ø²¯™µí_ÄYªö›.â”…(A,ø.S¸a9F„©ñâZ÷‘HÉ…›[æ¾—;µ8®È¶]$%f‡¦}ë%ô•¬ºfÕ5«®…2¨!!0”Á«¯5œ„Òpÿ‰_î#6+*ˆa¤,·˜äNpQHé¥ß¦Fí5\0ì¥sCŒ…LÐÂ³’ò±9ÑÔ4Ú°h#AmyòÄèJ®<~¸îµ¾ÓÀÁ>àWŸK^(ÔH$¼(1\nk:ÐÀÔap\n«ºd\'\"ÎÀUe2%n—¨T9¢Ñ]Û\0‚†cÆ!,ìƒh+YSÍšjÖT?&?°c3)mµ…kê3uºÌN{%Ã.Ì6¥ö‹7FQd®U“B¥\'t)ŸÊ´âQ§«‚þ(¤aÌP¸=¤ûG¡C—3HA\rÿIçÂ02%2;üÇì/„ƒŒkÆvXêHˆ:~ª Ç‘c¹—j×¶x ‚åÍáŸBLÖ;¾Ï“€¦QX}«.n:¨&SÒMîD½\'¯i’§XñH€æ/‡íõæçêeÿ¼Ýü¼zËJ+áš_\"£gµ¹)•P™1£\'½T%PäB: ä$êöšV´šÈ†‰*5)™óJ¹t­dû¥õ¬$å<ÿ&-ÞÓ³’Ë¤PK•=‰	„@ŸJDY—â¸ôj1ŸJ¢PCÄ¼&˜ÂÆe4ž‹ƒÅÇA±ÂxŸ3´(Sí³fÔ¯a,ô‰jp¬ýhÑ 	CÙíƒ³—™ ÐsèÓ¶±–gA¸ïtéí¼V¬š¸‡7qOtµ7¨\rªãþí`_ÖÕóöá°>ü¼{¬Ö¯ßVû§Õzç}é‚ÿÚïƒ}1ÔJÿ[ûÁg­å¼Ü®ÄU³\Z|V%TÍ¦z¨êÎ|Fôô6YT2ÏCâm©Ág´­K)§ÈGh¢	¼|Ä)Ò?œ«)Éšh4â<r,k\\QãDÃˆ#ˆFDë.W1\r¬XÃ(¸3_Ù0\\®\"„DÛìw¯ëÍë1 XýéÍh¹\0ÅÚQ%{ýÍÂåq+ž.Æ–EhÌÓâ;[AèJ#¸Z½€3»æƒ3Õ•Ó5ÝCwå ¦]9¨j-$@‡ý©(¶+‡ŒP,ÈØ1$È¨ŒƒŽ¬‘/ç‚,Ð:BFñK@†]‰À|yêñ‹WÜ…{Þ>U«ê‡s¬Ú|[ï¾V!Ñj)–uñTD¸Šê™A%¹/¤¸§Mc¯KLž	êí™JÀŒáðµÜ.(¤¹\0v£\\hÔÉ°‰¥S\"ŠÚï+`-™ä9Óñ×ýjó´²WÿÛñõ°I]<¦êò=à¾eÙ·6k’Û½ƒ10Y¦% ¹\\;¡0š7Ø fÁúË\rpÍ†K5°Øõ\Zx\0q\r´Lñ\0–$£e8tgk²	{J©Ñé\ZìJ²©ùŽÿÆKî\rd£KÜ\n×B‘ûOcªVØ³Àžö_^`ÇËê‹mxÁ©êm×”ûŠ¹/g!+‹èYDÏ\"ú¯-¢Cûï:’ùb]âqé¼E•BìátË¨B±*‹æY4Ï¢ù//šãµòÅÐ`¤ò–`\Z1çRÆ1,ËäY&Ï2ùmjYWÌÞÆQÐ\0Å`ösÚ\Z\n[Y&Ï2y–É?Z¢ùØ¸(Ž\nlÀ\0”8ÞR¨<Ëãµ7¥Ä,àïNZYé}–Ò/ÏUüÌhapVCb’†™¤á-{l0$†–Èbñvƒ0c;—ÏÖôDEöéüžˆJÙ½Ã†fÎS¨zYªÇ»‡7û<Û\'{eß+?ª`ï•¨SF*\"ˆÁÌ´´]ïÞyH¨™Òõiæø½<9O1†Õ\"1ŒÝ‡@¹ZÙ®¸qÜHÜbž‰”IU(Ÿ¢ú -8~1y÷ØÌ‘ÓµIš §ãLW£ÙgtG\0fï„Ñvg¿Y›½V÷¼(ªewR’ù>ûâ’Í‘|œ£JjË$c„ÓdècA€’vÀl\\‘Å-ràÈGá¨´Tþ…†’‘i}÷BïÖŽA‰	œýA)Ö‰ÚNá™RkÃÛÝñíàüL ÔŸ”ÉPÌ%C!ÚÌLŸNµæw*oÙGš‰h‰Qtàò\"´!°m‰<©]ïWÐb1[å!E8B´Š#&„6\nW‰ÿ(â\':Â8†ù2Õƒh]æ¼T»£ýÕWÇÍ·ê{È÷ûHÉ4ÖŠ>Ä¨9T_ÝYD-C›Fh£‚I£„\ZUÒi¡\Z…9¯Pj‚4wFÊ#\"l6¹žÄ¢”c«\'DÜq(4a´ÿ(4YºÍÒm–n?(GPå\"P6IK¸¾N$(¦Ï¾éé%k·Y»ÍÚí-ƒ¤«ØÂB-\n;ÈUqÁ¶CšÑ÷õ™,Óf™6Ë´ƒ?KÚÕGäÚ\'<ìºSc8éK/Y¤Í\"mio˜!(mö* ‚¢hTÚú™ºÇ³´G¨´áÆrõ«l,—5ð”dM}/ (ãIlÔÁŽfÂ¨¡%5ÍQY¥½M ¤ìŸXÇéÛ?¯ØÕÍá=fi*7çê>›\rîNàÍ9þ˜øblà(6Äô‰Ì†›gƒ›f6L3‡?]L“Ë·ä´Ôh½k(7‹Èx|ÈòÞ5Œ%K>ŒºÕ[™¥ÌB>6ª„Ë?\\ÁK‚ycr/9ÆÕ†bà‚³„`õ`ñ`\0|éê˜ð”42aù{2¨·ý¦¾ZObmÉüP‘_xS¼î`ïÙUaR^£ÜðµÙïÿÚVW^~Ã\ZR±T×ß\rÈÞ#Àáa(1(Â)áGsxÏ°×Ù\'*PH‘ÂnŽwn‚55]bñèÖ×Å´`§Ž¨$¼î¬U—D;B6QÞñŠ–t^H)TíY-cyÅTÒ;F«Â†CÓ¯èx%K\0,ea8àÃÀ\nmO½ó§çª¥ì¯ŒBÅ:e¡ø¤Ñi.¾aÛÝBjp¶6J;Hô¹3Z¿\Zó¿b‘S9V0p#à©ç\"RÐš:Ä°ðòHÛÈè&(’~ÐšëÒï¤~ h×½Ÿ“M`ÄbÀã`WM<\nšfì»÷¡Zý]=ûn<é«LÚ\'g†ó™Æ¢ª—rP»ô2™š:éôÀ-Kõ4viÐp¬`Kû~‚\"VÑóÄ¹>è¥ÜGM¬Û­Ï.QpÎÐÛB½5\ZÉ1Êð:æšú{ÆNòsgz@4lR-š\Z0á¼­²§ï„”s9ŠaÚ÷\\×ŽkÃ±õÕ×-­Œ‹Ú²·*Ë9ñ•6`Áy†.Rùf…(56PMCç–ÁíåO©ë“IƒÈžšCz#jâËÅEQ2Ô<EDAx\'•H¤Ð$’(c>cŸZQÚçåGc„sfíG©èøÊ`¬˜NÿXûRYØ§ˆ°T¢Å¾aæo—YŒÖÂ™bÚ—Ö…ñÂ§”¶,k…&Ã\Z˜EÚÿõñtf›	;C¶Ñ:ÌÚî6ÏoÕcƒ6î\'DkÉgäœ(*\naø0á(¾H@N·ë³#i¢¥.Ç€MÀ}Î\r›cbX£…*q(K™ô±E2QH­ºñò’QtÃ ÅZöÑBœ¯VÁ\0wÁ>»F{«ÇlCuº‰cS£qßÝ¹‚þËÝ»ÞÈ:ˆÃNÙbÍ/¡|³Å1”ÈO¡X‹3²JŒ÷ß	Y§;l‘%|v¨|v(K3\'cö:”ÝµƒB-‘²žÛç˜©h\r5²œ\":K %¤Üæ„AY–³–I	uÁ\rjrËF3lŠœ…O)>\r4X;wÁ§„[Xd‰X;vâØ²PÁYƒ,Ù\"‹5È’Y>äbÎ$sR#Y-vÎÈ¢õ¶		0‹×Ì:¾mÜ›áé­Õ´ˆ§–Ÿþb¦s-±“éÔZbŒú¡ÅµH¡j\0žƒ„,]0L Ûðª¥fÁ˜FY–š‚‰‹µ+……Vg.$\r-ËMdSuQ’ôºŒwP0|œ¥% ÕS\rRªïò{têxuH.kQ-Ñ†f(~)¿ºj4°š*ÝšpŽºÖÏnnÄG]¬MÛõFÍ\\?A8òåéfŠu_š¤ý²d8\r1„¦;¦ŒÐÁ3gË­¢ˆ@a¸ŠBõ³ÆtX3Ð¿Ð~¡N©PkÀ~\'!ž-\Z%µ˜hS‹Q\Zˆ’Ü|Y¯Ô÷eò3Ì;q(:ÓÖ(”Å²â`I	ŠñB–˜¡Zq“Å€k\"\\è?Tz}OKYq\\œ$UoÁÃÒ¤ÄÒ„`ó9æÅE042w“	x]+6*¥G(8r,W`r§ãËðH82R!½³aÐ÷oÖF}¡kæ;ÔÄØc?Oc_\rlð˜Ë{aJ4ì’^Kç%›—âQ‰\nŠä2n€}¨Š¥ÁDE”Ï1Q´¡‹’ô¶Rà¢\"¹˜–ŽÛJ¡\n­¦,¼™ Ea7t¡¢2°\r¬+tå½ZµU ¹…ê~Ý…¨¾³ŠúÛR³W²ÁÅu2HL\'Ão\Zd	w«D©èÍ¸®‡•×£dûëÈ™ëI‰\Zå—Zi;\"%-A4Vp µ€‘}_÷µ†ƒÕRqr®ŸšMªõaû@§¸œes¸9‘ÏÚþ)ÏŸeðÍHÿéþcg×Çp÷ï—õ×êËöñÊ™ø×¥ƒ¼BÍÁEï4ÉË4ª›*É¡ú^ÀALbÐEâÚ8â‘˜×Å™G[nÁ7¤k¨’eÉ~äw›öwÖ \\¦¡¡ÓFÙ»ª¡¨´b^½öª’•®nóÌÞ-Ø•É@ì€s‘½vñ³7,&Á¤ÁŠdÓ€Û%\r*4Á˜…yŸÔz\nuyÛç¦7jÏÔ›%ºvY)Ö`DÈ@º)WL$$.ä0ž	ã—¸àÐmö¸a¬Lð8Mý/Vd@¤ÐÉ×žUvã’¤Í_?íË[ýØVÿñzx«™œ##ßR*¤N[Ég¦Bö^ÀTÈ“ˆWÈb®F  Ü2Iæ9ž\\ÏôE¤‰È&æbÙD]Ýä]XÁm°‚ñI³¢¾€c²ZfÅh“TøJï`D¦1bÏ·KÄüêÒÇ;…„.J4¥ÉT(áùx¡„Í@\'\rB ÓåŽMöÍ\0ëu.ƒ Á1¨S¦965Á0TAŒA \\=Î¥çk887zæAßB±È¡DLÙEþð¼Þýå5U/—H¯žp¡Øµá/Àîÿd#h¸¹ß€&aE¢ðÛÜûF? ƒõ3:ì»Æ¢Þ2þ!‘ënìX\ZY\\Ñ\'µgÞSŒØ^ŒŸøb\'>r,FÜ&«ÛZ”BŒ|fŽw´4­¾­ûa}…úŠq¿ÌšoûáÏúèZQ‰0Ç5ð®öo¯–9\r:xùçÿ2æ-Õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_downloads', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœí“ánƒ …ß…ÿ5k»à;ìUZo&`\0×-Æwn‚hm÷ý!1žãýNÂ=Œ`ÒIF2ÿ‚ßHoHNPÃÎ¼A…!8#»r³cm›ÔÝN0	ö;)*€àéÙG6¾ŒGê~Ü	2 §’Û›Ò¨¨~5ìòLk°†ÞÀÖ+Ó<@€\\iï^a_[JA\r×Ÿ\\æa‹é=2^òsq!œ\" ÕLšK„<n!g×=EÐYôÓv)÷À•´ÕªäÆ€¼z|†·ðkï_ˆq\\±¶x^ˆòÈ°T*Ñ6Ü‚’ÿŠ½Å–Í@kÃb•¤bÕó¦ÚÝFÊàößµ(%ý0µÁzÖ0wÉådÕ«›ÄÔLóV´®dâ®e‡WË^-{µ,j.†áÑ=\\ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_downloads_chunk_0_99', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœí–AoÚ0Ç¿J”Ã´‚ã„a„ªvcÒViì°cdb¬Åv›Òªâ»×†$\n›ÔÃ¤ˆŒß?ïÿâ¼÷S0\nÐCp¤ô!D.FÐnø#ŒÂzÑ“Brs<§¹k´Qˆ\\J¡¨Ð^A2aBâ4ê{$ö¡×‡sè\r#H=LÃ8fAç=#tGÕÚKhöâÛÈU+žhÆi\"¨^Ëò·;\"ÛX`üÅ<Y2­’5ÓË#Ñ>gâ(vWGðÃ©HÔ2U´¼§eãÙ?åYk*Ë¨eY‡ê¼ãA nê•µ,§,÷ªÊ4n™îƒuöÆö0„-c\"yR”2¥J1±¨íÃà”ý±vW„M×q,©ýšRÎ	\nJ%/rª™.¨­=SP[r² cÁAJ‘ä“×°hÀ&ö¢[Óþp;;†Ûñ3OÜU¹´¦—Z\nÀ8^Påá¢è-WÇ‚éÇ^*ÿq7vøîF›Ín&ÍÆÑÀ ¸\0\0¡oXÓT–çæ•.1÷¦3ðs‰KJœ[™®¸)J‰,¹×yþUS®zXWŒŒ/»ÙìMgÎT®-/+F¨óóbäL®(ðÝSðËL2Á\">M’*hÆR†ËÇä–*¶Ø¾éÄä¼‡ì1l“ÆTè7®¨&ìÈ×‘¯#ßž|ðùÂp°G_š1AVJ—Œªž²3YH&´¡ï(ôWª±¿;óWCƒx4G |ãSªþÙ¾pHÎ‘ÂnVwØSºJU6†Û”k:¯Vtü}ñy=ó_àvxíðÚáõ,^¿^ÿ´¾h7ÏDºF');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_outlink', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœí—qnƒ Æïâ\Z‹µnx‡]ÁP}]É\Z u‹ñîƒ®PtV{\0þ0!|ï{&ï”à÷§%Á™[ 7Ü+³Ÿ´ä\0mR*¼-pÒuÝ†né6µØ\\¾’’bdž­}ü\"+msdua•¦*ºÒœhn\Z2µù¡:Q­ªŽêÓÄô(À(ŸhN!ßsJ„*W>s7—é<÷È<ˆt’«ëGBjI¸:‘û¹È‡ëZ¡ÑU÷±c	eAp#Xu–¢¥(ÿtñš‹Ÿzÿš°å|S‹Ëó­<3Œ\Zª;· ©àë\r…Þ\'\r…–Ù†¦†Ñ\0\n^µ‚4ËèM3èµ(ƒe€à÷f•Ýˆ¸o-±•âäp9“U„*BõTÈn¡¨ìl¬A2ÁáÇ°Å\"Y‘¬HÖ\"YYy[,’eÓ~\nR®Arb_€´J¨1äC±ˆXD,@lg·v+—×»ûÛŠX¤+Òõ:]y9¿—+Ö9');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_outlink_chunk_0_99', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœí—Qr‚0E÷ÂD@TÂº&â³dJ\'‰ÒŽÃÞ›€‰bÛÿò¡soÞ}è;“€QŽn%¥Dû¢@F‰¹_—eö\"-ÐMj_Ôâ´‘¶&(Š£’ ´4KõÇ]d¥Y£[É­¡P1PQy´T—b‡ª!JVQÍÌô(@	›ioVÁŸKJî…JW.s³”i=÷ÈÜ‹´’­ë\'ÂÎT3yò\"·K‘×=tç…>D[ÝÅN¥4ó‚œVgÁk’°wŸ¥KñsïØ„)çš˜[lžkå™aÒPÍé¹E8û»!ßû¤!ß²ØÐÜ0@Îª–ããïèLè´è)züÊÞ|\r$é§FÑEÐ˜ÔF©³DqÜuÝŠ‚jÉ	V5_]ô\0ëE™.Ò÷#X†Ç4ðx<¾ˆÇd?ò¨q<\\Îxä0ž˜\r îˆÄ\0â«6ÆÍcc¤ j”3øÒ@Ò9Žm/òíq4ÏCX0ý‡Äæ§Ð\0“ä\nŽÓÔršN§SÍÁ2§ùnz€%L`Ø´Œ[Éå\0ìsÚ& çäu8à^¯/ÛW÷óÎ_öÖþµQ1½');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_sitesearch', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_SiteSearchCategories', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Contents_name_piece', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Contents_piece_name', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicePlugins_plugin', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœ}ÐQ‚0à»ôƒê¿;x‡	C*C!Äîî^ð	û°ôOÓ|igqÆÊPÆBï!Å\Zƒ¼½9O& \0•}ß²#ÃHãK²Ìl±Äa…5&m®{ã?símhvE\Z©hd ‡­Lh‘Ð ¡ª§(}hd¢q½Þ\\¶wNÞ%DFgýàíÇ²TÈR\nìg7z¾7“Ld*-ü¬ú%t®bñ³·/b|­9');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_brands', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ…;\nÃ0†ï¢H¶•Øò””BOàB‡@¶ŒÆw¯ÕF	šzÿ*â¥Î‚¹A’º\n,åùZ ¯â¦;äY\\·0tçÕ|ÐôÛO^û¬3.Fmëi0f=ÛÒ¥¤;ø)µ^ër(µéÅ›~ƒ €a¤Ñ0˜ÆÃâ\rcpgŒ¯1Ü¿<&¡ƒ6\n ƒ@ûÃYŸ®äÛ¦{m½');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_browserEngines', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ…=Ã …ïÂ	øI 6[—•ºv&\nj‡v‹r÷Ø©UÓá=ŒmÌ\'48\'”>ìàüÂEcÌÂ—ø”Óc>¡&)cÈY=°wÔ£Q€á†žK`,ÐiY™ó<š^ªb\\ëdÉ-t§?%Î¼¶Äo\Z‹âÇKzo8²Ò€Ýa\\×`,èÆâ>Q†cýo-çxŸžGÅP•B¡P\rBVõµŒ#‚eÁ”rr');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_browsers', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœµ“Í\nÃ ÇßÅ\'ÐÄ™¥—ŽAŸ ƒ\n½õXúîS×ThAO;$hÔü&:‘£m&ÙL„<ð´­dH,Óû³ˆf% Ñö¢™	‚YFS*xý[÷×M0õpÎÇ}iœkbÚ0‰ÛM:#Sh± \'iÛcÆ\'Š ¯‘ARªÖe#O¯Q ¨® Ú–A Ò·šAüÁ¡Häz 7È+E:Z À\ZÅÐ1C˜Ì\0Ì\0Àu¸”õuM¿;õ¹*ë+Öç6ÜºPy\r¦&?žòÈ·³ù-8Í\0Ö:.\\°Ì`«_cø_	ö/iûá');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_browserVersions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœµÔÁŠƒ0àwÉHf21Éx,”^º,ô	\\ØC¡·¥ï¾18Æ*MÜƒ‡¦VSüøg&=ñpgÝõlä\"ððdËêÑÿü>T÷dÏêtéÀØF«îÎ?`ãbÒ…‹+Å]È*˜ñùøŒ·¿ÛiÛ¸I÷AÒéÖ+þŒïÔ<¼Æ_r£¨ù¾½k¼¼…²Åj±wv¢ÐšâÊÜ•K›%’-r7[ˆp1mYcjšË)j kÐL\ZôX-jfKX[Ò_*Z«ë¹ßÐÌ$±‚AüÔ)XFØ]²,Áäò˜¹<@ÖJ&è6õ	eN[ãœc&èS$š\nEKi6ÓSF¸Zan©0æHƒß36H‹F•>- 6ãRiŽ°\'×ØµÁI‹ÆÎp$Š¶uø)\nª§kš[}l_@õTMg¬¨Ÿ¨×÷‘=DQ=ISn« ¬˜[ÌÄÐÿb¼þ\0àßO');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_models', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ}ÐÁŠÃ \0Ð_	~£™$Ž§žö¶B?ÀÝ•V\ZÒÒô°KÈ¿wº@=Ì(££qTÓHZG:oÍ!‰Á}ùAØ‰ #q8Ú³ý#|W?~º>owa)mbŠ5çš	£ã9Æ;ªQ\r¯1:ŽÖÆoÄžµE®¥…kü½¤y‰~æBÖxÇ2mf!n,”ÿ,]&V£ö®®+»TÑeÖy…ãå6úìÉ%7\rlCÂ6YpOÁ²D—\'Ä”þ`?Üà~ÿª^éê4<.£ ¡ ™€M™$ö (–V¦g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_os', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ…Ð;Ã à»pl0	fªÚ%R›:§R‡HÙ2F¹{MEb ƒ™Çÿ‰‰‰·™u˜Øä…çm•¶Z¦ÏwQa•õ¸\\U˜¥ŒC,°2Z9€¬¼‰ûÏ C\'s¬^ªñÙ™âãŠ>Z»ô$Nó¶ÇÇÜhBÞÃ˜!ž2„LþCŒJ§kIïÚ<“ÏW–t	‚º8 |uIA5‚Úsf¸—ßÀlHBè”u>¶óíYþe¼å|HùÐÈ‡:ZùûÃµã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_osVersions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœÓ±nƒ0àwñ Ÿí;ÃyŠÚ%RK‡©Ô!R¶Œïùì”(†v°æ„?î~&Í×ë0±•‹¯FVçéûç¬Â…{Vï‡—\0ÐyNlâêã²qAºp±X¹ôã\"J%”K|H¯¥oœ^væ¸O‹çÏ©p”çbõuhQ†×ÙaX¡HOHY‚zM!Ý¶˜­ž?>ôÏsg+ƒ^(k	¶!v×p°³1T$C¥…œ`&dL[ãvÄb¡$ÅV‹õÅâ<Ù3Z¾¤Á&fÈ­Ñ`ñÈ7SÕø»äz‰®Y[l›B;§Tâ\"ïÄúa	‹^úFùü_h;|ÓáX½Åù”¤HPªÄ Ÿ5b# ýV#ãkj„^7\Zøc†ÓÀ5‚*‚JFÁýkó\rÕñr–');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'DevicesDetection_types', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ}ŽAÃ ÿÂlNYþÐ?©‡H¹åˆø{ì(´R9ì\nÖx™Aß@µ!ÎCA?ö¶~öP0…ºALÕ<šT‹y²¹ ”è²J‰}lZÈ­z­mzÊâ%‰®lØÝþ#ôá•ï<’ð$yÝÂ?þbH^nýgÐ\'‚q†;Iû');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Events_action_category', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Events_action_name', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Events_category_action', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Events_category_name', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Events_name_action', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Events_name_category', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goal_-1_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goal_-1_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goal_0_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goal_0_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goal_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goal_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goals_ItemsCategory', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goals_ItemsCategory_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goals_ItemsName', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goals_ItemsName_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goals_ItemsSku', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Goals_ItemsSku_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_keywordByCampaign', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_keywordBySearchEngine', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_searchEngineByKeyword', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_type', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ}Ž½\rÅ „waÛà Ž²OJ)]JÄî±#’â)ùÿ|\r‚¾ƒjC|Š‚~BŽöÛŽPO0‡ºCL“½Ñ´Ü•«¸U7B‰ýË”½;W_iSž²ï¡;æí¡_·>Á\'E|)hBè2D_Í!ýä¯ûãHì');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_urlBySocialNetwork', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_urlByWebsite', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ•‘ÝŠÃ …ßÅûŠ?c³ŸÆ5dÓšF»ËòîÕ P+ìÅ8gF>Î\\=2mP6qÁ5¢B2™O7‘HÌ<SÂ—w¿.fu#Ú£ÈÁsÈ’ËM¨rËXypÖe¬Ç¡fÎë/`{g+•A†ëV\'µV‡ˆ#y,6Œ™e^BcÊ\r¥’°ŠGÑÁ¥%ºR\"yF{ú	Ëxr£O4\\¯ÞºlV¤“ÿvïF58©j!T3JÀŸFÉ¡Ô»èŠ$1™äm¤É™[^Ýx¯”ôîÒq‹ðª-óß½m/Ðó¯/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœÒ]NÄ \0à»ð¾-…¡u‡;xlÙHì.µ Æ4½»Œ‚õ\'f\n3&_&cpqØè€:\"3ØPÎµAY‚#.²ÑÜÙ‘¥›¢Evã°®Í4U½÷Î¾Ú¢sÍ´C¡©¦CI;-PE9§­¦ú»¼7M~üýd¥Ì Çe¥J·z]?j\'+ÜìµòÍú8÷~HÊiöŸJÈJ(Èlä?â*P°S; 6àSè/~vp±ò§“ëmjp¨F÷l¿5·°¥Ê‰P¥¹þl®¼j²·íN»ì6{ˆ&º>TÑšs\Z„á’ýÕÅÆ_3_>UFã_ó°¾MÓÍ;');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Resolution_configuration', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœ½—ËnÛ0EÿE_À¾ÉUàÀH€Ú-àE×.ÐE€ì²øß;TDQ%dÔ]Ø–é×ÁÜ¹wÆ×€>|¾¯Aæ:ù:4ï×_¿ß›øÀ„æôtˆ‡—ˆÚˆ”M|˜nžîdº@÷ŠÞŽ¡ñ2½®é`QÐ£éŸÛ˜~$§Ï¤gJtG7:£áó–¾ðœÖ±~¾žãK„%Ü€¦Çò²PI›©œìhMôÈu(\\‡R¡yý~‰§c”^¶Nã€”ÕAh0ó ö4¢¢Y‡‘[…“’„C,Âe(8q²`°“FmÒ‹h\0éE¢\rmÔÓÈ™â¨%\Z\\§Ñ›i¦Ýã2‰.Í¶ˆe|„S$½ŽdØÞé‘ÕÇˆH÷@:.‹U¹‹a±ë,ú‹ååAKÓ:£2Lv¼_ñS¿ãö9ëÒ8Q´Ò\"óÙÀlû0õñ›´\"¤‰V`³³ìšµêÜáÂ	é<\nTë¼É@2VÞªpäN§Í=Ug“@¬5L”úN³Ã¶Xž‘+þû„Í±LÓÑµ\0_á’‡@\'–™«B™Ó°šL;Î‰ér¬™R¢é<r|îeSp†9\\âáú‡‰æžçHcÝ)š¤êÁÄ¤³)é\\­>9QÌ¤,VCq=ÄÄ´.1N´+Íä(¥QÛÛ\\¨ª­™m˜˜!ÑÖÚzóPÙ_¤3qI6½i¹Ä´5n^¡»¶SÛl´s”.²qaâxø˜þ6»e¢Ñö\\©µf[Lw‘TU$ÚÑ³jØ:Œ½w¡G&¦ÕÀôæ2!­Gý¼ßa„3Ø]ÝívdRz4YZRžm+tçvÚ‚¼pÕÁÑ¿S,îònqÊsHLBSû<Ÿãá”üÞ:|`}n\0.,gö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Resolution_resolution', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœµ•KnÃ0DïâˆQ”|‡Þ!º(Ð]7‚Ü½TjZ‰HE,ü“3£Ñ©€–óg	ó©Ÿärþ.±L_§÷¯iþ¶	£„˜Ã4¬[¶Õ“\0¶g{Ë”©Þ¶$v”õ:Íõãu¼¾S¯8\\‡.6f?\rå|©|ó.d4œ 9Dm8”\ZN–¸â\\¹îxˆú<8äÁ`<µÉ³âÐ\n&¡³ðÊYúÔ¥P£ˆ$‹\n;%4pwrü>þ„ÿfiâ$º‚¨4sbpá´y³g$%ŽPˆ,¸ˆ-¸àšô$9(Ò§.E2ŠL‹FÜ3àƒt ®G[úi¡–Qiž 8…t¤¸Þ¼O©ô9t˜Ž„º€„“$Ÿ,©¥¶&a¤§3f€’‡éP¶tpxi: ß®æ/šÅ!¢C<ÔÉ\'ïA5ý^­\r‚\Z–ÔjÌ#Â7q#QvMa8ýJ­(¶Ø,Y^ëL¿RkVEëBÿTì@OAÕÃJ½&n¦¯CÄÒß4?©ÓÇ°O!q@H{_·ˆ$Þª]Òûú­Z#\"6orÐC­RCÁ&JVþ/Ê°[ÍžE‘_ÖË»š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'UserCountry_city', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ5Ë\rÀ0CwaòiÚ˜ºC*õ)·£ì^S©?Ó0;Ô\ZÒ_TÌd´ëb\"Ö©3™¨R•Ì´#¤&_Ø|Pb=Ü¦öæ©¼Žè^Öo¶Øób.<m­ØB&¬');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'UserCountry_country', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ…a\nÃ …ïâ	¢VÛÄ;ìÆ(ôŸ\nâÝ—XE:X÷#ðòŒ‰d)o!Ž)\'r¤ö¸>wRï¤ÂF†KÃÂj¹<8Öé •@5œ/cé%7ÙË/5NbCµ\n{üP.²ñÑ[’ãè$Æ7Ú‡&¥;4„:¼ œñßæÂkÇhÇ)ìÜM£˜¿!–;†ò…oI');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'UserCountry_region', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ5Ë\rÀ0CwaòiÚ˜ºC*õ)·£ì^S©?Ó0;Ô\ZÒ_TÌd´ëb\"Ö©3™¨R•Ì´#¤&_Ø|Pb=Ü¦öæ©¼Žè^Öo¶Øób.<m­ØB&¬');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'UserId_users', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'UserLanguage_language', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœÑ\nÃ EÿÅ÷AÔªMü‡ýƒ…2\ne/ePÿ}‰UÊ{0\\n®É!‰,å… ¦S å©5MóªbÕóóöÚT\\ÈðÓ0rµü<8®g)´¨†³à¥-Zr!Êhþ©¹à 6T«°Ç+r‘‰÷n\\Ãð¢}ï$Æ7*„C“Ò\ZBm~ ñkóÇ=ÓyFáð¼†\rÑ4ðÍ1þÂ(o„qO');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœ…Ó±jÄ0àw1tX’í¤òÖ¥Û·9È`šB‡w?-Îä“ƒ0øC–/‚YŽ&±.Â½ 9vÉ¶å¹n¡î‚“„ïõgý]¶Çmý¿·½ýí¡6!]s®gÔsQ­¸ÞúÆ{‘%Dˆ äØ‰±Àž@@]_#yÛ=dOHº€C¡xB†Ü…8&O(P®Ç\n³\'L0Ù·ø4…$a¼Acíœj8ÚÃ@;šZ3Bñ;œEGªé$O±ªß	Kr;¥Ú—üA_–r¾\0à†%`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'VisitorInterest_pageGap', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ…Ñ;\n!à»[L4:»9ÀÞÁ…-„é¦æî›Æ©B,„&é‚Q®!±uI3\\§°„£Gh§žméª¥ÝCP/êSM©}æ†KÐ$M‚VD‚4	B“H+\"CžD2…¼øi…)ðJ(Pý?WÈ6À8	{Õ%4£ŽôiE6mi0PôKy¯Âí^-÷¼„¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'VisitorInterest_timeGap', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœ…Ñ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîÕÒxQíÁ ŒüÐ—WãÜÀuEüŠóÀ„°¯ïÏê„À$êµSb½6ˆuÚ[«b}ý.þV‹P¼I.¢#$\nåñ‰]##dK£-Ž‹¤.2[\ZeÒÔò°ËL#ÆJm˜ÉUòH1ÁÖr+ê*óH1–¦ø?TºJA0¤ð Ò2Üoayè³»ßë\\ÜÄK');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 'xœ…Ò=\n!à»[L4êÄn°wpa‹é¦æî›Æ©$)„‡Ê‡?of¹v‰}Hšä:…%ãû;B?u% `è»ŽÆýÞuc”KSêŸ9a4	\\ä	ÒCÐ’H‘!Ob[\nÙx\ny)°\'(SHK¡xB…ê¼eõˆí!–B3…,a|Þ2.‰Í$4#±m ÝMÍT€£ƒØí,ú«Úðè)vA«Þ\'\"ËØ%ÕÃPÄ½-åþŠ4O');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'VisitTime_localTime', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœµ–MnÃ …ïâð†r‡Þ!•º¨Ô]—Qî^\'åõ .º ‰œÄß<>|-âÊí½˜ËµX~ÈåöY|Ù>®¯oÛåqñ½È>ü>ì>÷wù,([Úêb,ö·Pëÿ€ú½3Ï+÷ýÒÎ0åvÜì…Îé¨wéÂM%c$C\'‹J–$[•l+ÙÔÏæIþ~?RÍH5:Õ©TW©¡RcïWØo®þÂì ³½Êö•mëÈ©Â¥lÙ6º‰§­[T<cf<„Î‡\'ßÆÄ	š|‘ò¨‡¹w®óÅï%ç3þbú“ŠO—¾møä;Þ7¼ËÉùhø¨ã³ŠÏŸ˜}â÷èÅïZŸ#=étè‚Ãh¸ß’oü©õ•Þ~k‚c÷î šæW8ÏèÇ)z‹É‡î94ÑÑ7BÃ?Òß\\g­‘³ò¢Ýw°cÁô\nl‹\0bà$LÀÂ}ÐåÚ[à8Ò„œ˜ƒ0V°ZÝ€ðC	½€èšS&|2ðª\0Íßkxîu¥ª@ß‹9ÆÓ4.Ž>è&UÈ£\0ñPí685ñâ$€®BÐ…Ž·ê»q:ö§º[÷ (ÂyØÑ%(” ûNÝ@<Sú«‹nA¡íaœu>±+.‹ç<ú†éð¾óýqÓÿåô]~ÒäG<{ÿxÓì;=û¨+ÿô\r@U');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'VisitTime_serverTime', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 'xœµ–KnÂ0†ïÂ	<c_Ü¡w RHìX\"îÞ$òï[‹ª,¢¶	ô›çç\\2»ü¸fs¾d‹_R~Ü³äÓíòýs;×›×ÌËEËe—Ë/—;ß3å“_ŸËúŒ\\y²~:”ŸDåkÎlwžë_—lòã¹þ«/Ü8fSasaóÎ&°M!sOfÌ*™;r“µìYKyBo²­ÊF¦¨8)YäI½JvÙîd[³ÿÇ^‹Ê–¦‡[Ló’v¥³÷ÀK:Þ«xŒ¾É=VºØxTx¯ÓƒJ…n\nÝ”f˜®ÝCÉN*5~ˆšTjúàx“î2êeö¯ì‰Ëz™%·xª.âíQ\0«®4œ°b>6+VµfCláµ“#ÝlTÕ†\"Ä°‡`BðF·œfUÐG®¡íƒ˜ÚªUo‡ ›Ž ºˆ)D–1¬5°Õ*¾çÇ	^7Au[[G\Z~uOs8Š^&è¶#èŽëñŠE|‘½u\'l\Zvaâ ÒÕGp_­4TØhÑáýbVÝ‚\rbÏÒy<kÙ×“¥§OŽÖEÈá0Kú¼Ÿõ)º£\0&é³nC¦.\02Í‡’0tønxò†¢áËË>0hhV]„l›„ŽºOXÀA\0ª…Ÿ¿ =“');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_actions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœí]oÛÈ†ÿ\ná«íEYÎ7)_e³)\Z4›\ZušE¯F¢ma%Ò $§Ævÿ{g(‘\Z™Ï!‡Re­Äq¬5±8ßóÎ9gâS£ß¦£à:±òŒ~[ŒÄèjKfW×‹—£+ïoÙ<ñn—ñÃ4}ðþë½ÿ«÷1¬Ë|š,¼/Ù2žyÿL¾ÇùdáýëïW×ÓÕˆ0ŸÌW40_1ý‰©Ð|6ÿ6)¿ ×ŸÍ_Lÿµýš‹Õün9\'wi²üžå¿^]OFÔJéÇ©ž`úíîqº\\Ü}Ÿ._\r,^p}•ù4}õàb¤¿øþ¸*Åÿi\ZD|\ZEëAÂšÏ\"ÉŸ“¼˜÷e@Ì|xÓ|Êåt„5ò±r6JT/TÍfg÷#N×c”5™e§‹ûõtˆÏ˜ˆì35Ù4µíÓÊÉ)krÛG««^ºš^m”Šx1Š2k‚“l~÷”gãd±Ð÷N1ÍÀ—úÖXè÷¼ij¯Ÿ0…›kVó{=dóúD„ÕëW³l+|î™ë8›?Í’å4K×7\\$IëTíñÓ‘hšª=¤z¿ƒæ©ÖÆRý¦nïÔjªYz7Ëâ‰™£¾šàÁÎ‡Ü»Fªç­çº³DªÇªwÖ—Hm5KD¯îÈ|\"åbçf™ÓâŸ\"0 †¼¤‚,¯?™ÁÅóe1èwý•f1(2+â)~Ð·Ût9KîžâåcA%ýíŽPÒW5tÙ\\¼…xÂïÃd5ŽÍû ¯òNß;‹eœŽ4ûX‰>Q’*é@¾\0C=>\0ô¬AÍÐãz€@0CÈ‹ ä_…A;òÌJ¢;·>A1#\'È¸Â ¯ hâ$ñJ.ÃÄÛÛB<3Pu ^ãT›ˆ($ñ¶c÷ƒ7ã­a14ÚP‹–Àb%«hE¾|¬äÞúqºYåâ†lB»7|¶Œ£\0ãôêõ~JôkzÙ½§Þý.d/	žp´w%á”ß|p”²„qúÅÚÇ	†q´•qÄ—”Œ£Z51që\r¬äT0TPBNÿÉ!¨¦¯Š¦š=¶jˆ@Dûa¬v£weW-z©ûüúÎ¶y\"R¢((IDª¨¬k[6m…ƒ”þï÷¤ÇQ@”~¿¼OÓûÄûðœ¤Kïýcœ>èKv–`¼”8´\0cG`EÀ‰p\nB€IN$ÚýP(V1«(†U›ÿÅEý«)0†Å^€‘ÑU/ìlÉÆK-Ôdk¿š~¹›ì{’\'ïÛ‹÷ïlU™j¼ÄÚšÖ…ÞŒ\'éµ‰š º9ÞH«©¦G„¶…bë©µD›tã\rí‡ó‰!Ø‘^Ñæzv8l$ØQŸ+Úv;µ‡ µ±ú·K¸gª5ØÑƒÀŽv€`g~\r<Œ£VÚP-ª¨&K¬qQM–\\T%×xØñÓÊOÓ÷]g\"m\'\0à)÷c¼H¼›øÅAÀÆASÆ…mœ¾$CÈ8Æ$c\n	lèÙ2:˜nC¡ŒDg¨Û¢ƒè¶¨ƒn‹NN·Ur­Ù\'£Õî@°vJ¹n ³¥—è%½}µñl5Ñüs˜¿8Ê#ˆ_ðÈ”âð‹Rð‹ø!‡ÃPœE†ÁÇà‹J,¾øAðÅ;àµÕYþv_{ve[Æž¾ºÿäº—ñÏõBêF™-Á”M0ÆjSk‚Ý®Ææî¸_Íl~É¨Ä0\0Æä|´ÀEˆ\0X»ÉÉÝ|Â\0£Ã™ü\n%Àp[—èÕèœÛC\Zó¦+ãÎc¸!ntZÛ[r„\09Èš¿$3<3HeQ•Ìp\rÛö\'´ØþL\r‰¡†l§áA\rPƒ”’¦…\Z!{(În\'05(Š\ZôBS§Nm5ëzË‹ˆ•˜áÅl•Œód±D£Ê­<mé)apQË;„È>#‘!\0\\(ŠØ¬+#©¶(	çò„È@¹<4À†IoÇå!qyH—‡œ¦ËÃ÷ELÕ\\žzêNîè|ÀXiŸ u\"Ã®•¾+ô­á}ÉãçÄEóHWÑ#=C1ÑF1ªgÍC·éœméPˆ”O‚KlGhžr!\rbU_4Ï©kžP££óú¶\0BÚ¢ŒÍòþ1ÏÒéØ{Ÿ¥“©ùÑxq:ñnòÄd˜þ§zjs“[Ðß„!üàÉLG1aô‚W¨\nšV´9õ‘€\nhÌRG‘ãÁ \\ä\0ç\"_ÈrâŒÒ×vá[Ô¡s÷ýËx–xËÌûE/>®P—ò<´h\n-€h‰X4Z\"xƒJr0u( â¸l¡¨\\¡[N-Æßíº¼-z0€AQ’š+ôÇFHÎD„Eâœ+2x\0:Ä¤èÁ99Ãm	I2Bœ[CD—~n\rÝ—èŒ½À™Â\räj·(ÂÛ)\"Í6QUb•¬ÝäÙCÏÐÂÏ-r1\"ç *ÊÜlÆ‰œ|#\'Î©å‚Û:· d\r›B“cÊüõõ—É¸£úgßq§2	JŽT\0&\"KÀÌaÅA–(6·§4XæppŽ_—Ìáæ=¥–ÌáµN\"sXhªõÅ2	„YaYÌú1]¬òN½Dê[KÔuk	•FŒØZâ˜µ¦3Ÿº§Ó˜‹@—5¦MáX†I§AU¯nFÁooCÔ3ââqq\\A×H1á6Ô¦œ´ËÂ·À¤ö<>eéÃŸ¿$ùÜÈ%ã6?w¨“oÀ‹c9)®š¤ÁH%D]4TÎx)®î\\WcÞ^.a×‰CÄôÛè¹È-”`r}N&Ó±“¬Îeg:0è\0%ú_0¢ƒ1:†ó‚/‰¾§ŽÜö‘Žmð‹Ú¢EÑ|N¾omßé2yÈãN&MÑYÐCGS	ÑCx\'IJ˜üÈ;I·“t¡Ç‰ÓCè·Ùa‘[ý¡6Ó\'7Iº0¾?&s¼ARµÄ©š­²Ã§Ç¥ÙªðE€±G f«¡‚šD_q8~ÁiLwUÔ®Aö!|SNo{ëë¾N¯hžjËØSsz[ªhÕñÆ¹G„¾á:SÆ¢Ð:Úly·z]MÇ‰÷.MuŒ–/âüÅ{·¾ZÿöÑÒ©»*hGÚ»\nL)´wÅ#¨³ªÙ»‚ë¡Ü»Â%ü¢‰&;þ_‰FÛ;\\ì­qª5NØùÛßND«…%Zñíaö®¢Ñ•q,ºM£¥i„sû˜åKïµõÃ»7ùúñæOÛó4rÝÖB\r2çT»p£¨æçH%SŸIx_‹»MZq¹Èì…(!‡nöE\"ähìí±ÌëB®Ð}…œì ääI\n¹ú–½¨°GãžÔ+ËEü0‰Ò·ú:Ï.=ò™S\\ŠÝ¹Êâvî¹\Z¤¾‚@­Y©O%BÊáªB1A1íbq…ÅeR¢ÑëÚâm¶ì¼/z^F‰½x÷y6w-ÎrÓGÇ°³1ewQÆ8\\E8‡dTAcÛQÑNƒçBq¹—‚Ð³€Š9¼¢ßâ·uU.\n?³ì×iâÝd³éßZ™\\¶ý*”Û>”¡š+“aúîPÚZüIB?ŒˆµŽ)‚1êÂ##¸×2“ ¾.ŸB¤aÚð ´\nGÙNZgu2Ò#tüµÇËidüÅ:ÌØØâ¾1¦ÂÛN„`¤×ÎTp‹¿Lx–a­ì&ÁXwUGhª=©*C±°ŒÀp=ãõKwÅE7¨ë2-è–.ãñoœW¢©ê¶L~ìâQDó¢Q—ð‘dˆŽm¡\nöóõ¦·/ý–›	Öà—ïéïp†™IwìÀ‹\\\n°É¥]û5ž­Š²’§l±nòÃ‡¯|ò¢9õè8!¢Ñ þ¢Ø>Œ`¢!E†h¸­@tÛòÄ/—¡‰¶{>ìD3ûspÇ\"]ØN:S7§ŸºÈVù8ñ>M¿åfç±?Ù”8Üñ¡ÐÆBD….Çk¸³}Ð‡c¼!±vA€¶j—/õn¯Îj-\Z]õ Å²Ý|vQc™,Póû,ŸUz=ú4n«’}\"ªtÝfT–{Øâ* Ðh\0·@žöƒ¨£:mëí\0$•tHD%§—ˆZG>K˜ÔÒžü°NÅF%ÊçÓçxüÒÕöoÈG8<QŸÔ1±­x*®§\"`ô.OÓ \Z§·ÎÑ»è-@o‘­àÚ=rl½eå»RÆ¢(/\nw?Î“$÷~Jž“YöäØÛ1±Š£Ž\Z(zä­GQŸ£z¢@Ñ#ápOlª•Çr°èW;ˆ<3„ÒCc”â1º¯¿Â9;¢†©’RUOeè÷My7Î}vX|šjÑà§$ž$ùâqúÔ‹Qƒv2jËPc`P!‚AõfƒÁlºäh\rL!tÀÖ{‰[(Ç‹6–_â™¹®‹§TQäàù±(¹·f*®S$‚K›‘µÍŠà2=q1Û…\"§N‘`tÕgu[\02ÉËóçoòäI«üùóutNÏ¡ZàB§°F`B§5Æ½Œcø úºíK’¼ÀãmÁcsæ{‡•maCà°±~¶6Î#n1ùÛ˜]y\Z2‚|kŒóYcf(f\\ZðŸ3:,k‹Ø6Ç7{ÿ\'qêý˜ÇS|3·:8ÞpÿXjƒ\r¢6Bm0„ÚŽ¸J×ËIb§LŽížîY5=–{	”ßÿ¹$Ì');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_actions_url', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ¥•®¢0ÆïÂjÿP å^ àJ‚¡å¹É‹wß©ÐŠP”Ým\"TúuæËÐù‘K**‰Ó\\27‰å’\\u~(ë U 	ú¯ ­$…Á±¹>¦”˜+ƒKñn§&LˆÐtonnJ’Hª¿dºº”YSê[ÛAàB2D¹0™ msÈÎ•VÙ­Òç™pH9„¹TÍlUIxŒ†XQþÛ\'\"ˆ\n1ˆøÄ*»ï²3~H!#áFbÌ…>sv“óÆ\'Þì¢µs—ÕY{Ñ„H„tÐÄgºËu\Z¼QÆLL3Þ\"Ÿ·ç6ç.ž¸{.ÏKOü-T±*Ê&‹ö’]»öX*U5¿†\Z\"ÊLNF}Þæàt‘1¨38×¸2ÆÎ€³éÕrÄ“³Çör­K]µÍPT‘$o½Nõ•Œ|V§k•®X]h)bìypÕ¶Éê6/ŒGˆÆ#<dµeÜ¶ÁêKÃ¸5÷Öé²a\"j\ZŽ‘0Ýnº›šö&!Þ<LXdæ2nþòôSà\n1X19Nm]”]Öwu¦tÞé`¬ûYë«’»Ýñ¤[×]yË»B!¨Ô®ÿÚA$bC¾aäÉm¯¥ã–°ØzR‹pþÐÂ[€…WqµŸ—üuÅ&¼CxB6î=ûw¼Á›ð‚×áb£{ˆ²ÿŒ8z:ó_)2Âî3E@KøŠ`\nññ{õadÍ«GKBþ#[ ±üÌ.©áùÌúE#\nHbÛZ|¸vÄ–t.¢O¸°Í?\"0u¿ÿßYßÕ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_actions_url_chunk_0_99', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœíínâ<Çï¥ö©ßt´Ú;­´P¥¶è¡PÚÙÑjî}í;	Nâ1L:+\rC‹	.$¿žó?oùCÿ[?oûL°x¸Ë°þú–?PsG¯Ù?ð‡»MþTlîÔZµð~½]ÿ½û¦Ÿ¼~À\\ßè{é{TÝP™ê[ý½þG±¹C¾}×ÿQõŸzYu¬ýÇÛãaýV<n‹Ã]ù×Ý·ÕI¸”êq¢^wûôøº>ì¬¯\'«¬ò¶Þž<Xm%H}Ý™Eùûá„dY½ˆ·ö³/ÊÏ¢¬¶Ã°ÞëÛYh¶Ã[Û1™ÝHn_Èî¦³†%#õ\ZÙÚÌ¡Ì·ûçz;8¡”gí/½5Ñ·µæifs²µ¹æQûfQûÒv{Î*™±j¡­\r®voïånYì÷ëíKµM”ujìÕgÞ·µÓ\'¬Òã1íþN—_óÔ¾¾ÝeïZžðt`¯ËÝÛû¦8¬wÛú„ËÝj{ýú÷mµ½Ä~Þ¨«ÎZ¢>ÔæLµ[Ým7»|¥÷¨ŽÆê|‰ÁkÄ>¯Þkç±ÙO¸—ˆ³ˆèKD]Ý™¾Áæbgú2\'Õ·iÍf¨ ÌâúF/®ž/ªE¿Ô½otÔ;ÿp÷QV|aêîëáð¾¸¿_>v‡|S?òrµOÔ»vÿñ×ýëî­Xìù‹ú¤ïïôa4N~ýº«Žª~¬?ÇiF\rÌ˜a‘bË„c,\0ÆZ‹ú1ÆÔ óA,óA\'2EãÓ×éœÌD1€@1	:ƒ_ÈÇ¯ï>h}ïÛP—TãêRªwCí%½:]0È#|œ¿Ïö±ï§gsëcSXÔf`K  jøS=^ÑÔàÂé#Ì“âËÇR.Ï›ûbõ±Ìõ’o¹ú¨z¶Ëâ”<g¢ûÉC©—<ÄšQ†<Ùµ¹CnÁšÌ ÖÓ(wpÂ9òrGæåc0{	@\Z!\rM#ifLš\Z0¤ÈÎ#Å¶ø±(Ô/µûY‹õöP¼”8NY!*+…á‹­—|\n+ÔE1lK†ç£îVÂ\rÀÌ2//ˆôó‚Šóx‘BÎ`zWê¨@ïª»6’¤1U:\n6\n2\nî8©¹#ÆL¯SÔÑ2/‹¢\\¬ŠÏb³{+¶‡SÉÚ\\p”\0æ\n6ÂAìÚæ\n¾…¹¢¡ðƒ=øQGà\'õâÁÌÀƒàÔh®üFÈ„rl6E¾*Êýëú}ŒiM\n\ZøêŠÊ­P‚ P\"*\"*~*Þ‹òyW¾iác¡nó—¢Y…\n&¢b’_3\'Rd2)2é\'…Y3F\n\ZŒ‘YIñIAÎ#…z\\‘aúÔ“<­ !]HÈSHµ~	6ÆlbÌ&Rd6±’†?BÓF>âón£<‘G…œGui—˜ø\nŒÔùÓ\n9OËJ®\r—›fP’rˆû2.´B²Z‚õÂ…„ÌHNpÄÉœq2˜aì<£¤1Aô1Û\0 Ž¹¡¯†8NÕÆPm$Âï!Ädøl“aøR?\Z\r¼¾3ê¢àôáÎ\r¹Ä`mÖÆ`íYrVŒä«ð³ÁÓÇ‹#r„¾Ã<fŠúŒúã71@´ÑH™¯‘r®1t¡y!õîçE\'†ic˜6ãÏÆÐ•~Fªïˆq`è“Ê‰åÄ8mŒÓFTÌ^]Ô¯µ”ÈŽ[\\^x(­ã¢tu9I¡õŸÐÛ( Ôü•\nÑ2	ÑúqôÏ‡‘A™ù£(@ë¢€ €ÖEB1=PD¬€´×þÝarn–ºÍm‡¥«{-–²Øï>Jõ	-6ë§2/Þ¯ŠüðºØ=/ò­dOSGpuÖªqzy/½™áBoa¸°e@!ê¡Â€Dá§Îº_%\n€@éø[D;fžèá†&ê^¥Ò´â^=›õs±(>µ´|Í·/ÅÞOuf¢4ÈlM/0®¯®Ü(fÌ	¨9Š‡<LøíÄ3\0y‚Ù? ÐQQ3Ôä¢Ù^%È`ÈK~Y–»í!_\\žT9‘(ÉÉ¯nÊÜ(¨ni4(4e~Só[¤Á`òU€Â\rP2.Ï\'Š?jìÅüÄþà”,úcLV}H$½^9S}¾WÔn¢vµ›¯\0¡ÉÙ+ ´9˜bcÅcŒÝdûÞ¼9×ùŠZMÔj¢½3ÔX­ÆËœ`±lˆBÓ€†¸Iýâ4:?÷èŠEA&\n2‘\'31]zGøei ðËšNz¿C½‰S¿+ê0Q‡‰™GúuAâUuA2Lf„˜ªÉ#b\"`CX2¥«>2½nE>F’d4]H†ý¥†ÌŸ”Kx0º€’r	Žt™1]ÆŠ¹\0?å}»º_þ\\nŠÅa·ÐW‡£ÖÛ0ò€`ø0?H’Š|þL\\f6\'€ñVXù0?>HtlñqÓ°d¡Þô—2shQ·b”!MŠìêE7¢EFe»5Qˆ¢dÆü+Ë<ãzôÖ³N×$`Û¤`ŽŠŽÌWE	¨ùšE‰>ø\"ÿ‘ÿ\\<—»·~ƒ£žÈD«Äê\"Ä-R›é˜0Ñ;‰ÞIDÆÌë€x\n«ê÷R\Z1C¸A\\·²XJ#FLtT¢£Q1_TH¯‰wX\ZpH@§5¬Œ“%ú*ÑW‰4ù¢4 ù,\rEÒ£×RÏ®ÅhH&½¨üf’·2˜„ŠÒ’ÖËñ#ÍüÙ(\\”ÖÜ$fÍÃÙÝa dyIRÈz»Ü|¬ÚFÊg¾ù¨ì“÷Ý~­ßEñù~ªŠTùRÉ!¾ðW kãå&\rQ²U ÞÍxC”ê(¼´ÖŒ%Àì@CŒAI Q™3^:ý	¼m	ü®N!O\Zê]Ï·‹§2_oëU±Øy¹í™;^%\'QŠY¿®zQg‚êfJ›XP¡M ”wæ)´‘ÒXÚ—òNˆ_OM™_$i$w˜F½š/CÒPdØ~ÁûeÌlag1§Ý§\'¥ê&(ãVNô}¢ï±2gß¤Ïz‹„Ïr}¬¸B+Ñ:	$${¸µƒ¢ÿýŸˆ˜ßl¹€0faîOCl$”ºCRÐÙŸbR¼šPàP g=ifô5\Z\0ÌñÖÒ@0’0’EŒÌ#có?ý©$OÚÈ(ÞóRSãC½¹ê^¨sà³Ø8Bë±ï¹8ãÊ$ìê–Æºðbiø$*åvÔŸrVõÚ£‘À\"¿Ñ™™;\"ÈˆWCÀŠˆ€¤Ç[ ({d÷Vy1‡b©ß)¼BŠBÊ%†™jx€”W€áÁ XU^išÏ5nxèƒøÖš±ì4U\0†5\ZzåÌçbø²€çs±Æ}òu8j¯¼7I¼5»m‚T½CÖÛýG©3N|Ôeº:»2ƒ;}œ²«w\0¸ÉôqžpPnšoúx*}â‡2I˜\ZldÜ8H^ÅqnÎÜ	A‡-b;y-’óxò^l÷ZLÝ/_‹7—\'ú§¢ÒA8¤ÀF}sâ5EE$*\".3Otõz1ãÊH£ R@°WŸLŽ\'%‘(‰DFÌ.¾ÛRB@ Öß+\"\rJ¤ê†{®Z—(ê Q‰:È!¬â°ÒÀƒC:!2=E¸íÿD$ª Ñ™›Ò?®‘SˆT\rØä\0fäÚì¸UúÈƒñ¦e€ô±>ÌìÀ°Þî0³#Âc~APâºåÁ©\nZw*KÓ€y˜NõFRB)é¸M!êKqª²áM+%	þªzce#ªŸ³çÂH²éNÏ\r­xGË(ŠÔ?Ñ\Zi¾WLÉ¡V$«pÂƒæxLÒH“º1Æt#C`‚=ýDH*\'ÕQ¼0±k¾ž¶a2?#C@Šú-6»íËâP”o:K½ØÖŸî¤^zl‚ZâêÊnNI$äê3:l¡Ñp\nåŒ«ÂN»‹œ˜¥ÑQý˜aêU3ÚTÑgîzY,òíV¥ÜçåOÝH­vØRýÉÂäò6D.[È´¦fê¬–·Œ÷jœúªüI¢•?ê¶ƒ5Q…ð&NÎÊ;I8p@E\Zà¼îÊÃ©³È×ï‹ÏµÛšH_Þœ1:OÖ7êÎ¸QQK‰ZJÄÌ<4çÎ»ó:JRJšI!½œ‘ú¦ÇËŠ2J”Q\"Gæ\"€BFå”`¬®>;‡Ý§(¨DA%cn–G[G5ñFpÀzŠ…E€\\3Ý{hÔUŠ¢JU\"sfÌœ~-%d·\"˜¦Òp‡IO»úŠ%§	PûD_rš0­G’Ó }b¸ÖfD’8¸fÎ$™œ›fÙp\ZÅ©;•e¹i€VÍÜ\0[‡fR«fø-ˆ Š!¶÷Aÿ0\ZIü\rƒ94`\\€¤Ô8ËjöH©ø§ò›°Y·Ú;õ†g6g?ŠÍ¦jŒ¸,‹ýÁKÝÜL%½^2ž_¿ˆ†Ü‚,$‘ÈB<^!>[\'œùƒ4áÆZÁ”’Ø\0~î`\ZÁ›Bl\nË×r·]/ËÝvU÷[Î·+\"ÿ©ýõí[¾Í_Š7õƒŽº‰¿¼{ª‹Žô¯)!á]9 É;“€ðn¸ùšd“¤ÀÊÝªû|ðÊ]Ôè-ÞÊ]4 ÍD¨8Ö†7Vc ²R´È>ª´îZF/Oˆwy!ÿK#E0®×ÒÔoiPæç¬^7/d45¾*”\noÅj½ìÁ‚¬±0” z	è$,@{€„Bƒ§“ÁÓ‹œzÐ@\"\0ñÚ,\Z`Ã`¦DDÃÑ\06ö‡rýé´%¬’UYŒSA75Æ* `\0DBb(Álzw ê(ÞHŒ§«’~Ã¤~Éh3ü`Ò-)X·ž-\'O/þãÔ§JåŒAôˆÿL2*†bð9PØ·´êh2(( Å .V9CÑýˆ„™qfy\nÌÆ:7\nÒP…¹ù UÔæj14†<bÈ#†<¾$I˜wÒ‚úh ÁÝäMúÄªµÑèˆŽhUÌ™^åÂ\rx40¨\Zr¯ÅP«¡1º£‘sçÁ9¶¹®\r¤‰sTJ!U\"¹$¹;5ŒÀ¶“9¯2G/§¡ n8L;sBFç.a™`êIìkh.¼M‰uE™·ÐX	†´4‘‚€jÈˆzŸ2Ôú¢g ƒ\rÆàÎF6ÔMùo”£0*Œ0Z7ÕÐ7œR#Vq}S]Éé·cì‚›ŸTWõPÀÕ«y,w»¿ÖÅâ}·Y/ŽDWœÐªþpîÿUŸŸþ‰ÿ¡þªîü;)þó^«îžŸ‡£®u¥ë—/>ÓíB!µ¢Ž¨çþ¨Lã\0„\\He±v~Îp¹Jo.F\rÞK½›©¡ÍfŒäP*¸¿É ËŒ«jo‚åvàéÈ¨Žâwp°&x@\nVa¾hDÆŒ‘Ñ	Ôb[ûžacŽ ,ëñ~‚þl¯wåþäËŸ®õñËžr„áªi îˆ“ñu•‹+§Ü±—ãÙAÌïQK&ÈÒD¦xB.AÝ5ˆóI\\\0œVuzTX\"(6‹<î’>¬°$óguBÞé¯bL½¹\0Ù 2Ù%Xy‹¡¤Iþæ)Ðâ	OöÚåI21>Ô®Ë îcý¼QÿVµÊ\r¦Í™ÚK¦q†:_ÃÙ‘-X9	Rö1û©÷qU±A˜eK­cÅ‘íWÈLÕt%ë’Çt $ªiÂ=©§~,õÉñüÑŒÎnnlW ŒÉI2b°ŒÕ@mØhÊ*f	IA9«ã ÜÂ	Ú8&­k|Ê` „Tƒ‡‰[ý½aâ¡ÞŠOK‰›‹4;Þ©qchSé2G„ŽÛ”0º±›Íæ2F…e±ß}”êÙ‹Íú©ÌKÛZ93˜Éed:ÉÛJ(,¤”)až`\"N­p²QÞ`åÇøÝ/™ù“äñ&àÖ/–Å–P|ŽPÅ\rmy>ÜÐ!Oñï‰›ÌÀ¥ò`¬ZœIb8c=\Z.‡¶Gè`·û! .…í„ÝºIÝçpb÷e`ûeÆ¢AxÔS+R~ÚYÐgÝuC¸/šM,R¯u#IÇ:ö*¡l10û4dÅä9¶Ž\0ÂI	„Â{\n›ß}¬r‚¨—“}^ØêÈÚ¯šùó27¬ZtVf%°·S}…–´š’qeæIr¨dÈ‹¯v0Ë“p‡qå=å=M|eh%¬,«ð´r!õîp«B¡j4†ž&’BBèãpÂ	¾Vñ8Ì\'Äe·\'«\0Ñ)œNQ˜žmæ\r0¿¿¹È%ÃÝ,<×ª	±Þ.7«1BÐIÙû&„{#@°QÇ)MR”š“`’Ì;Ÿ\') Íj88€Ý$ÿÌƒZŒµ9H«Î0$J\Z\Z”Tó&ÄxKø#JÌÔqë\Z!ë\ZÙ •ÀS3{;¹_PO)DÌÊk~è>ÄZïAck|ñ«TúøBB½:0v„Ç¡BVÐÁ5	aãa u`†ÁÂL{mdÏ\0r(¹r\Zj˜\0Sa’ ä˜fÒ9M’Í²áx¢‡C@”l3>\r§‰Â•éíáAsõ0]\'F@öMPÊD;æ÷±ÄÎ£Ã6Kzš4@04©ä–tÜ’LtC¬kë\rš˜­¦ÜÀÓZIq„B¢FÞjo%PYÒo¨6ˆÕÌ_);¯°3:¯4êÊFÉüY0”c\':mÓ&N¦$ïÁk™Â´nòÕ2¥Išá–“F ¤ñ5r\nT×T_Ï\0Ò@:9H«)ˆuMóÇ ®©®b\n–sÂƒŸzh°gä8VW\\7!9–\"ÄR„èÍÃré/EV‘}zárdÇZVýH´ªïÏ|yÚäÛ¿,D¬Cš*H~õ&.ÃR®óîwè1ÀÅ DkŽë0âû(@PÑa¿“ ÷j;uiPšž\0õiœ!Æ…É6ô¦£°lÜýêÒ¡¯}9&C{íY‹ÏG@ƒ\0’Qzþ\0ö/2žCÚU„ýYGÂµ—¨ÍS!fáP_km:äO»ƒBŒ¹ê[¥L¿þB	');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_downloads', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_outlink', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_sitesearch', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_SiteSearchCategories', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Contents_name_piece', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Contents_piece_name', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicePlugins_plugin', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ}ÐQ‚0à»ôƒê¿;x‡	C*C!Äîî^ð	ûÐäOÓ|ikqÆÊPÆBï!Å\Zƒ¼½9O& \0•}ß²#ÃHceÚlŒ$Î*¬1isÝÿ•˜koC³#êÐHE#=ìleB‹„\rUý»ä˜ÈDâz½¹l\'îœ¼J.:‰ÎúÁÛe©¥ØÏnô|o&™:ÉT\nZøYõKè\\Åâ¯·/dÌ¬×');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_brands', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ…K\nÃ0DïâHr\\\'ò*(…žÀ….Ùei|÷ŽŠ@KÓ…ÆÖÍCY½–E)åã3iÙ4¨[óã¹º´)©siQAðñˆphŠ:ñÖ6eÂc=&HL¶	›ØÄ@ïRE\n+ÒRmßµ~CÀg¾u\ZÆ;Slá“Bü9…ü£¸Ïû1\Z7CG ~†¯+œÙ×»Ælž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_browserEngines', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ}Ž±Â0DÿÅ_Çm)—©+s*uˆˆX`‹òïØ^Úáßåä¼ŒˆVR†øpE{cÕ¼n•Ò>ßjy=)DÕ`‡¨x`³Z‰ (ö>Z0Ë¤—‰Í_’-Vcm™­ö¨k¦´nŽQ&Ðc[ïåã,ì(?±s‡øgà3„þ5§LU');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_browsers', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ…‘;Ã †ïÂ	0”˜1K–T•z*uˆ”-#âîµœVd°Aþýød\'t˜WÔ1¡•ÏˆyGjK¯÷¦âŽÕ4«¸¢!³ÀŽô@Þ:xÖ=çÆÑÃÚ­šæl.3+ô7T(FÃ4æÂýîèb<ž‚á+ÅÑòPC¨¶…p}sÅ0OÂðßž€Î5œ[ð-ÀÐ°—·Xà<Å\0@×IÐŽ‡ÞøòŽú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_browserVersions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµÒ;ƒ0\0Ð»ä\0UâüÀ»°´ªÔ¤R$6FÄÝÝ@©:Xù*y²ÑãÐ¢5Ojz´(ºøxv\"ôX¡87Aiu’\"´)T\nM£IW\n5Ù0½Ñ¢£3Ok¥ø²œwÆiQâ0N]y£Œp5+$; 9,CÀÍß:Š•Ü>J˜Û=alÆh\n“31$€b¡!–!˜œÐÌPuÅ’Mm\nS’4çuƒ8’ø/é\0`†ýdªb‹-rY\'ä}êõ©ß\"­aÞ5Ñ¤?)ÆË‚\0á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_models', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµK‚0†¯Bz‚Î´¼¦+Wî	ñ\0U%0ÀBC¸»S˜h`çbþv™ùò[ÒÔ$%5Rê[\nI”öäJaZ‚ˆ„¹ºÊ5Å9¸¸öÞÕa\nBHXG±hžF¨|;ô#1¦üøH–Øøœ€?¡åX\Z8åÛ’úÁï;Ì…uª”Ä.3Ev«+·ÐL00±\0	˜QäÌñƒ±MÛÞ$#ÆŠ;¨& DÜpqd<Qéo*Äm,µÅîä;³·¥}¾‚Up,»ÆþÏ§á\r`Œ¤™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_os', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµ‘=Ã …ïÂ	°’˜)j–¥C‡ÎTê)[F”»×® •Z‰LüÀ?òû$\'²”gÒ!‘©ŸžòJŽÔ’ÏE…•;ê>EfBèX‡;±Xî#)4Òv2â±çGz Y|­œ€ˆLXý.mœ²›¦¼É¾XMŽézÛ9\n\n BW‚€¶?ùqü§¿9ò¿çê¦\0töspû@ûBa¿)[ÛXw‘');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_osVersions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµÓ½‚0ðwé^?½NFqppÆÄ„‘ðîöGý,,´½À/ÿ–šJêÒ¡&+[ê;ò¤ÚúvoUèI]U\0­BC&^àb±<Ð±¸Ø¤,¯zžÄ2Vä>^æß¤8=N\rq?§©øm•L,C@ â°89)“ Í$ù€¸¼ÃdRÇó%À¦ps$“R  -q|¤‘GØ%Ä®:ð…þ\'Â-!N»=#ìŒÀIO›^PZû“‚y‹_e¢‹PÀ¤D\\:§ú©åâó\\™‰ßLœÿ¦¯‡4»5Ã—1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'DevicesDetection_types', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ}N1Ä ûK^Bá®ÎîTê€Ô­#âïM·tHÀv»@Ð*Xâúìh7è*Çy‘Þ &­«-X‹Vac‡&H¢ëÉ‰oÌöä1aí£~ÔÀØs4öX»qfÆhÝþñ\Z#¬2SÈÌ°´4íòÔþìåÍ½?²ÏHw');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Events_action_category', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Events_action_name', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Events_category_action', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Events_category_name', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Events_name_action', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Events_name_category', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goal_-1_days_until_conv', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goal_-1_visits_until_conv', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goal_0_days_until_conv', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goal_0_visits_until_conv', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goal_days_until_conv', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goal_visits_until_conv', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goals_ItemsCategory', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goals_ItemsCategory_Cart', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goals_ItemsName', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goals_ItemsName_Cart', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goals_ItemsSku', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Goals_ItemsSku_Cart', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_keywordByCampaign', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_keywordBySearchEngine', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_searchEngineByKeyword', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_type', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ}Ž»\rÀ CwaB>f‡ì@¤HéR\"vÏAŠ)ù™;Á¡dØ˜à‡ØPn˜+çeâ\r3œÎ$zxñ‘61Ö&gÞ’¹`	íÍÊ\rÛ¬ªžY”ÊÏöaüVð£‚ë\rBÏŸº–7ü›íþ¢ë\nGD');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_urlBySocialNetwork', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_urlByWebsite', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ•Ž]\nÃ „ïâÄÕ¤?ãi¬1 ¤±¾ïÞXV(…>ôa˜a>=BYÓ+öŒbq·°›AñÜ|šB–-	¡Ñ!Ã>°¶mDœ8Ÿ9õGõnjK\n{í#\\ýÆÐˆ\\\\‰>ËÜ=K?­2ÍsôA®¡|s\rj\\dLý¦m­/X–U–');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_urlByWebsite_chunk_0_99', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ•Ž[ƒ E÷ÂÄG{Ùƒ{ ˆ)‰UëðgØ{¥Å´IÚÉ3™Üƒ›‡ÔYÀdb¡\rÔ±œ±j°Ñ\\ÜÈöÏR€]CXEq_íÜ;âË:L{”:µy¨œUÎZ§2&s›YÊãQ</1‘ÀSI§c|Õî‚Mó£ jß‚Lð–xpæFÜöŸ‡Á[Ç\'¾Œ«IÆReeñ¯r|\0û\"d');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Resolution_configuration', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµ”¿nƒ0Æß…\'¸;ŸÏÿ¦ˆÉ´R†Î©Ô)[$”w¯ÝÚP‘Óá\0c~ú¾Ïwñˆ~è<„‹WåÁùáæµo®—Ïknãàýp\ní> Yè\rA:O¹T,‹ÓRßèôN§±¤«„´kçM¾#æÏ¾gîq*þüpO[ÊÄ:­¤·Â3N8Xp Ãà—ah†GÐÀ–,ªÊrx=‡·s`äÞ:Ù’…—YäG—È‚Ž G°£2*O44†&ÓÐ?#£WÑìÛG\ZÉ4æ\Z¢Â£ç<²Ì#«\"œÔ‘h•;·ŠTæ¡È£\n:[ˆUÅ/SÍÎîôÚcP6f‡6=S¶êÖq×¦3EZ¢[ÌSÃ)²8éƒcÏ!â)?$¨åVE(uy„¸HôK#.Hšž‰Të‚•®<©„†lˆfî™šxÆñÓ®¼¨Ïý“ýªg');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Resolution_resolution', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµÔ=®Ã \0à»pÛ0ÎÞR©C¤n]ªÜ½Î)UaÊ@~œ>a;«f}m\nËª¾]Xä©AÝc½Ýnyª¨C(‰À-›RÞF¶Áö\nªÇ³pÜÇã—c¶MS=#ÖÏþ#»…l1Ð×~Lõ×cFð±HäÆÀÊÀÎÀÆ€ŠÀ3Ç\Z\"’:(àJƒ\Z²­	\n‚t…¯¢îàæ°ìU‰|I`LáÙv0r‘¯ÜŽ0­‹hˆrF¯\nRG¾10ÿªÐ‰$ÎC!Zb˜{§´Vìü4A¤já¯n™`Ò,5^,5ti·È´RIAÄtVø®ød†þ9†Œý\r5|J†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'UserCountry_city', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ5MÉ\rÀ Û%p¶ÅÙ¡;P©$~<»7FêÃNb\'N…ÇlpZÿ¦`dH¯ÏÛED´!R4\"|Ú£¹\"ýLáŠ‡Â“Ne¦\ržw…nKË4ûå0o]ël•%þ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'UserCountry_country', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ…ŽÑ	Ã0Dwñ’Ü¸Íy‡îà@)ü™BÀx÷JmD!î‡dëdß»‚ˆ¶‚rù]f´Š	a+Ëc¹B^5ä¢u!mQ‹ãlãw/Ñö“	·˜ôHŸÚ®Ù\\u`û—ÜrWMi„ÖÍðîÂ0Ç¾{öGF`Ï@àÌç1^þáŸ‹ãåÀË\0/g¼Œðý\r/çlÛ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'UserCountry_region', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ5MÉ\rÀ Û%p¶ÅÙ¡;P©$~<»7FêÃNb\'N…ÇlpZÿ¦`dH¯ÏÛED´!R4\"|Ú£¹\"ýLáŠ‡Â“Ne¦\ržw…nKË4ûå0o]ël•%þ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'UserId_users', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'UserLanguage_language', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœÐQ\nÃ à»ø>Ð¤íÚß;ìÊJ_dPï>C¡0ÙCÐ$\Z?t`DmÝµYF¨Ý­Û®l\0A§²”Ãäà¶¹i Lé¶Üö˜ZïÙrcä°®•T2˜Ê —~?Ÿ÷ÛñøÔA•ÀKCd!±(†™\'ð]R[\nýAy¯B¡&¡ÎgÐ@=AúR¼ná');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'VisitorInterest_daysSinceLastVisit', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ…Ó±\n1àw)8š¤íiº¹¸9ºÊ	7žàpøîf©.5z„Â}„Ÿ¿£`–m–XGá6l«d	Ëx›–PWÁAÂiºOq¹ž§×e^çç\Zê,¤s}ëWÿ‹²éÄõÜ.þ‹,!BlDê\nä	Ø„ØØ¨	Ô’\'0ð7ˆ®=!A²…â	²Ãà	Š½ÃÞì¦$ìAú²kª3fàh/‚v3uf„â!v9‹Fªí$O±ª¯	Kr»¥º—¼££¥¼?à\"%%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'VisitorInterest_pageGap', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ…Ñ±\nÄ àwn˜ÄØ^Üú\0÷ÜPèÖ±ôÝ/‹$”Ÿ¨	vÅ¬×®¹uåH¯SEÓÑ¿¿#µÓN¦¶+ÙÂÚnÛí¢=µÄí3\n.A@ƒà©@‘ÀÀOs‚#¢@ñ›(‘  C© ‘PayÆ˜\nÕŠ¦0\"O‰Å%,£ýhñ54(û£¼#ƒðE›gÜ‘¾¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'VisitorInterest_timeGap', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ…Ð1Ã Ð» u´dBˆÙz€Þ!•:DÊ–1ÊÝû—$ÁÈBðÄÿ³	Û¾×Ùâ9¨í›\rÖùû[CÝ,Y`u1Å’Rì¸‰·˜býœÏfŠ7ÂMD=$\nåÑ¦»F¶‘F/dh\"©‹ŒH£Lšeð”î¿HSÉž­\\J»ÚÑS Ðä)¥«H\n;‘&·ÞÂòÒwO9þßdÃ×');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'VisitorInterest_visitsByVisitCount', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœ…Ò±\nÄ àwn$Ñh·{€{‡ÜPèÖ±ôÝ/‹$” ò¡æß”Š^»bß4‚õ:U4Û÷w¤~ÚN\" Ôwe$ý¶Ù¢^Våþ.ÁÀ182ä!”©#¡@Bž\n%d<$*T_¨‘Ð Íh±Àâ7cq…¢izþ§ÄêV“\0‹oŸL«¹‚`€øÙ¬ÖUË7FŠŸÏfïA?¤vFzñÛSî?ÊùÛ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'VisitTime_localTime', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµ–MŽƒ0FïÂ	bçâÞaîÐJ³¨Ô]—ˆ»OËøŠ£A“•Q€<;qžr2ÞÅ]®âñe|J”îq½}?ºË{ð.¬Ñk\Z£Æ¤±×H„Ýü0½†^s;§÷$_8¦R#*›TnDõ&Õ7¢“\Z\ZQ£I¨É¤&¥’WlìgîSX:ŠHŒ\"ç#þü«‘@o&ÐkàgÅ“t…Î.(œ¶ð\n{0ÙŠÇD;”ÊýaÝ6:è‘q®P:¹µ‡OÖN¶½úÂT´Ð	twÄ®O‡Ab	ìOKÏxÞâSoËŒ`³ ø´Ð=èy•ÞŸ–ÝV\ZÁi˜Š6—M?Ùsd‰í÷Ht]uà¹TOy@a›D¬$a{Ž ºuëo€ùðÄs…nûŽŠðö[ŸJñtzlÙl÷ïW[t4´âZ–›_7º¬ØnãVW3¶½ÆhPôöêpïœº“Z¥³¹rC·…ÏÙ–\Z·¹¨M?3,â');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'VisitTime_serverTime', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 'xœµ–QŽ„ @ïâ	h¡(õ{7ÙIæo>w_QŠ³*%ÙÔò`bt<?ØŒ[y<¿˜¸{Nß?ÏnŒÆµÀZìZüZÜøbàÎÇ~Š}àRO|»O5@ú›3[ËMlx^âP_ÒPfCb›Ä6{¯)Õ·T£SQ¥b#ªU©¶Õ©T×ˆJ*•\ZQ½Jõ¨½JíQ•:4¢•\ZÆ¿®Ø6ÿî\nèNd8“k¦Ð5â©O¯*Šjå(Ð%b©M½LCŠ6®Ñ¦¬fÂPŒ¸«LA7ˆ²d`Žï\'€FÎ<ókx]] îÂ„wô-N·ñÇ\n]WÐùt.ºL÷¾´v[¡ë*“ÒPÃA·™Ny{¦S…®+\rÄi2öžH—ÅKâ]_Ãën‘›Ä:\nýßÝp Šûø•D×ŠÞ$ÝÆ¼Û1rCq·U2uÏa³»Xå2ö¾Ã¥”Î”Kž×Ö¬ÛÜÉ–_˜Þ**');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goal_days_until_conv', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goal_visits_until_conv', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goals_ItemsCategory', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goals_ItemsCategory_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goals_ItemsName', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goals_ItemsName_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goals_ItemsSku', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'Goals_ItemsSku_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goal_days_until_conv', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goal_visits_until_conv', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goals_ItemsCategory', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goals_ItemsCategory_Cart', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goals_ItemsName', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goals_ItemsName_Cart', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goals_ItemsSku', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'Goals_ItemsSku_Cart', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goal_days_until_conv', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goal_visits_until_conv', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goals_ItemsCategory', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goals_ItemsCategory_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goals_ItemsName', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goals_ItemsName_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goals_ItemsSku', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'Goals_ItemsSku_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goal_days_until_conv', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goal_visits_until_conv', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goals_ItemsCategory', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goals_ItemsCategory_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goals_ItemsName', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goals_ItemsName_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goals_ItemsSku', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'Goals_ItemsSku_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goal_days_until_conv', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goal_visits_until_conv', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goals_ItemsCategory', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goals_ItemsCategory_Cart', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goals_ItemsName', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goals_ItemsName_Cart', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goals_ItemsSku', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'Goals_ItemsSku_Cart', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goal_days_until_conv', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goal_visits_until_conv', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goals_ItemsCategory', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goals_ItemsCategory_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goals_ItemsName', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goals_ItemsName_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goals_ItemsSku', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'Goals_ItemsSku_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goal_days_until_conv', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goal_visits_until_conv', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goals_ItemsCategory', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goals_ItemsCategory_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goals_ItemsName', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goals_ItemsName_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goals_ItemsSku', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'Goals_ItemsSku_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goal_days_until_conv', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goal_visits_until_conv', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goals_ItemsCategory', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goals_ItemsCategory_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goals_ItemsName', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goals_ItemsName_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goals_ItemsSku', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'Goals_ItemsSku_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goal_days_until_conv', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goal_visits_until_conv', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goals_ItemsCategory', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goals_ItemsCategory_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goals_ItemsName', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goals_ItemsName_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goals_ItemsSku', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'Goals_ItemsSku_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goal_days_until_conv', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goal_visits_until_conv', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goals_ItemsCategory', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goals_ItemsCategory_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goals_ItemsName', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goals_ItemsName_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goals_ItemsSku', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'Goals_ItemsSku_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goal_days_until_conv', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goal_visits_until_conv', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goals_ItemsCategory', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goals_ItemsCategory_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goals_ItemsName', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goals_ItemsName_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goals_ItemsSku', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'Goals_ItemsSku_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goal_days_until_conv', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goal_visits_until_conv', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goals_ItemsCategory', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goals_ItemsCategory_Cart', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goals_ItemsName', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goals_ItemsName_Cart', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goals_ItemsSku', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'Goals_ItemsSku_Cart', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goal_days_until_conv', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goal_visits_until_conv', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goals_ItemsCategory', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goals_ItemsCategory_Cart', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goals_ItemsName', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goals_ItemsName_Cart', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goals_ItemsSku', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'Goals_ItemsSku_Cart', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goal_days_until_conv', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goal_visits_until_conv', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goals_ItemsCategory', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goals_ItemsCategory_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goals_ItemsName', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goals_ItemsName_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goals_ItemsSku', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'Goals_ItemsSku_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goal_days_until_conv', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goal_visits_until_conv', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goals_ItemsCategory', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goals_ItemsCategory_Cart', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goals_ItemsName', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goals_ItemsName_Cart', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goals_ItemsSku', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'Goals_ItemsSku_Cart', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goal_days_until_conv', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goal_visits_until_conv', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goals_ItemsCategory', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goals_ItemsCategory_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goals_ItemsName', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goals_ItemsName_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goals_ItemsSku', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'Goals_ItemsSku_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goal_days_until_conv', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goal_visits_until_conv', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goals_ItemsCategory', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goals_ItemsCategory_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goals_ItemsName', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goals_ItemsName_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goals_ItemsSku', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'Goals_ItemsSku_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goal_days_until_conv', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goal_visits_until_conv', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goals_ItemsCategory', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goals_ItemsCategory_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goals_ItemsName', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goals_ItemsName_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goals_ItemsSku', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'Goals_ItemsSku_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goal_days_until_conv', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goal_visits_until_conv', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goals_ItemsCategory', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goals_ItemsCategory_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goals_ItemsName', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goals_ItemsName_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goals_ItemsSku', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'Goals_ItemsSku_Cart', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goal_days_until_conv', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goal_visits_until_conv', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goals_ItemsCategory', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goals_ItemsCategory_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goals_ItemsName', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goals_ItemsName_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goals_ItemsSku', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'Goals_ItemsSku_Cart', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goal_days_until_conv', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goal_visits_until_conv', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goals_ItemsCategory', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goals_ItemsCategory_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goals_ItemsName', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goals_ItemsName_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goals_ItemsSku', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'Goals_ItemsSku_Cart', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goal_days_until_conv', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goal_visits_until_conv', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goals_ItemsCategory', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goals_ItemsCategory_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goals_ItemsName', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goals_ItemsName_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goals_ItemsSku', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'Goals_ItemsSku_Cart', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goal_days_until_conv', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goal_visits_until_conv', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goals_ItemsCategory', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goals_ItemsCategory_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goals_ItemsName', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goals_ItemsName_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goals_ItemsSku', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'Goals_ItemsSku_Cart', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goal_days_until_conv', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goal_visits_until_conv', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goals_ItemsCategory', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goals_ItemsCategory_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goals_ItemsName', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goals_ItemsName_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goals_ItemsSku', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'Goals_ItemsSku_Cart', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goal_days_until_conv', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goal_visits_until_conv', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goals_ItemsCategory', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goals_ItemsCategory_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goals_ItemsName', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goals_ItemsName_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goals_ItemsSku', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'Goals_ItemsSku_Cart', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goal_days_until_conv', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goal_visits_until_conv', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goals_ItemsCategory', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goals_ItemsCategory_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goals_ItemsName', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goals_ItemsName_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goals_ItemsSku', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'Goals_ItemsSku_Cart', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goal_days_until_conv', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goal_visits_until_conv', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goals_ItemsCategory', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goals_ItemsCategory_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goals_ItemsName', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goals_ItemsName_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goals_ItemsSku', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'Goals_ItemsSku_Cart', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goal_days_until_conv', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goal_visits_until_conv', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goals_ItemsCategory', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goals_ItemsCategory_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goals_ItemsName', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goals_ItemsName_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goals_ItemsSku', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'Goals_ItemsSku_Cart', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goal_days_until_conv', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goal_visits_until_conv', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goals_ItemsCategory', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goals_ItemsCategory_Cart', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goals_ItemsName', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goals_ItemsName_Cart', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goals_ItemsSku', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'Goals_ItemsSku_Cart', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goal_days_until_conv', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goal_visits_until_conv', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goals_ItemsCategory', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goals_ItemsCategory_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goals_ItemsName', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goals_ItemsName_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goals_ItemsSku', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'Goals_ItemsSku_Cart', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goal_days_until_conv', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goal_visits_until_conv', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goals_ItemsCategory', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goals_ItemsCategory_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goals_ItemsName', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goals_ItemsName_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goals_ItemsSku', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'Goals_ItemsSku_Cart', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goal_days_until_conv', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goal_visits_until_conv', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goals_ItemsCategory', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goals_ItemsCategory_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goals_ItemsName', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goals_ItemsName_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goals_ItemsSku', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'Goals_ItemsSku_Cart', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goal_-1_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goal_-1_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goal_0_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goal_0_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goal_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goal_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goals_ItemsCategory', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goals_ItemsCategory_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goals_ItemsName', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goals_ItemsName_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goals_ItemsSku', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'Goals_ItemsSku_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goal_-1_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goal_-1_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goal_0_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goal_0_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goal_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goal_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goals_ItemsCategory', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goals_ItemsCategory_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goals_ItemsName', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goals_ItemsName_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goals_ItemsSku', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'Goals_ItemsSku_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goal_-1_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goal_-1_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goal_0_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goal_0_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goal_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goal_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goals_ItemsCategory', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goals_ItemsCategory_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goals_ItemsName', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goals_ItemsName_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goals_ItemsSku', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'Goals_ItemsSku_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goal_-1_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goal_-1_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goal_0_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goal_0_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goal_days_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goal_visits_until_conv', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goals_ItemsCategory', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goals_ItemsCategory_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goals_ItemsName', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goals_ItemsName_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goals_ItemsSku', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'Goals_ItemsSku_Cart', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goal_-1_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goal_-1_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goal_0_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goal_0_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goal_days_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goal_visits_until_conv', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goals_ItemsCategory', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goals_ItemsCategory_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goals_ItemsName', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goals_ItemsName_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goals_ItemsSku', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'Goals_ItemsSku_Cart', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goal_-1_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goal_-1_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goal_0_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goal_0_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goal_days_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goal_visits_until_conv', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goals_ItemsCategory', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goals_ItemsCategory_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goals_ItemsName', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goals_ItemsName_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goals_ItemsSku', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'Goals_ItemsSku_Cart', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_06` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_actions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœí—ßn›0Æ_ñ\0•ù—»Vš6MŠªu»F4ñ\ZTÐuS—wß!ÇcŒš]LZ$’˜||þ >?iìÅ/YLViÌú/‰_ê˜ÇnžÞ‹Ü]Õ±Ä®sS–™pnË<Ûür~;7œOÅö©nªLÔÎ×²Isç‹xN«mí|ûì®²˜âÆpƒî;ÈíiÝ!vI+g èjÝ~0üÀ½~ìÖOû¤Éö\")Dó\\Vm0ÜM®x’v@1rqŸì²¦Nž³f7R£7s;·}VèÝ¾¤(ýiž¸’«ÕQu\ZvE¢.–§‹uËT\\I5ðjCœO†\ZhèáìU(™š*-êïªå¯©|]*U.sJ®±¡rV™l¬‚îZ0%Û¶Ü\'‡ªÜˆºÎŠ©¸wÒ2ªK8>sÒÞ[æœðö|&sÈ´SÚô™7åþ‹&+‹óùyþLæáA˜´™\rÞ£Ìí ^Ê\"ÉËt«,ßP/ŠºO9¨—)·A½èEXø´ÅA$ÿ=äQ*	(U~Op¹L-eR¼¼É!}Àe˜5¹Hi³;A“,eØ±åÕºw7Î5:WâVbkÍGÚñz>Òžxv$\"k@ÒY@BÌ\":HŸE¶€¤f@¶7H¸\r Y`HjHðm\0I\'`£S‡Z\0È3@¦\0¹ž£âZ—N‡ Ùt#êÓ©2mº·3ôºX6Ð#£\Z¿÷óŒI·¶Â“xÃË¾Ê7Pù*ßÀŽoXFËt¦UéÆÂÝðŒå^8wMú€ËÁ\Zoðo ñF<ïR€Â¬7¾£M¹™×‹&‡Dh\r8˜ë\0{¯iÀ)š™Ù,\0G™à˜5à–NßM¼m:@U;‹=þ½‡úÌíù%;ÀÎÍÜžDˆ}ˆeƒ”à*$‰\nq÷B\\YÈ,ä#†ÈÂ[QÔxÕ»ÍNà4ï§áÅ†Í÷¹¥(´z–\"\nƒÐ»\n{/\n¥ÆˆB|*¹(\n{?3\nå¬ÿ{½¹×{G§†Ëc1Az@ÿ\0ef2õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_actions_url', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ}”Žƒ †ïâ,Q‹wØ+ZéÖT¥ÜnÒx÷…¢”Zº$8£üÌ|8…ôÞQÐpŠƒSÑ»¦„f=?ˆ>k4E4›.YÓQdge\'v@öÖ`Ð¸\0Ö«ƒš/g°5šÂ’fz\Z˜éÁFanRÙ -…9¨\\›q<°sg4»uæ¼Ñ¹|>ÆÐ›5Míg;²UÄÓ\"R×^D\"\Z-ÔP¦Ît0E\nf•-,$bY—\nYÊ‹å°\"^SE$FñQŸ<ÈqA@<°C+ShÏ}\\Á=\n©Þ›\n•¾žG€­ØUÉ£Ðº¿ýÿ+÷Å>\ZµÝƒQŠr»Ùž%~`ÝJ–¢Ä%ÐVLsåpí…éäèËAñR^ø/x¼ÛµB<–¬¥.Ê4xJKêp€¸Y/yë‰†[%=ÜK«„µp\0È{«¼‰C·ýíº›¸°`i{m_:ƒÐã7ÚwòÍÖ³·t—ˆ’}+›TÏ´áÊdK‘ÏÆ\\5ÝíŽ\'#\rï•¸qÕêÜ–e7]vî¾™—¸Í<ÿú8yT');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_actions_url_chunk_0_99', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœí™mn£0†ïÂÿ&þ„@ïÐ+D4Ð\rjÐí®V½ûÚ;&ÛIjWj¥4@&ã?}gšg4ûSeè±Ë ŠqåäÀcžay@@ö§cÑ!.‹³h]ÕEù+zä_®2Ì^p<†êÿø	àù³ðpõôøÄß0{cWYÞîí¸í«c¹­Ëþ½i_ÇáÀŠn6€Ÿ &¤~Þî«¾Û¾Wý~ÍrãhÌv¬js6À~TPþË>$¤š®®l–íƒW e“¬s°RE5U“\\\\Tã)Q“´1‰¦©oóº{Ñ3!:¨ŠMªôp¥+ÑtÍó¤FUÊæQpœ¬i+šãöÔ6»²ëªú‡ŠM)±™Î¿Ät\"™[é\\ÈMb¬t(µK±)4kÞ5ÇÓ¡ì«¦>ß‰š§_bš¡Q³%÷L³%v²_šz{hòB{bË~Ñ¢¥ÊÉ~YÊ6Ù/æ ¶ñ•–¤jõ€~¢“\0!íHôªÓN(¶YôÖ\n\Z¶õö}ê²õz÷Ò7}~hË÷¼-º›¼õÛëz×4¯UùpjÕî÷ZäáÄùøàùÅXP3ü0uÂê/u!(ü$®|à7_Ì›à§‚áVÉ†øÂºà\'s-ÃO‹±Â=…þðƒnøÉ|vø©Q=à\'çö\nøá°¿\'ñžLêLxqª›aÎ¬N3ª»°Íº¦@³= >—ãÌ)ö¤‘êäKä¡‰‹<ÏŒ:myÊÛ²XŸÊºc·úÐíöå±¼Äæ·†hÊ1„nñ`èCHbˆÝG á$õærrn7‡`Šœ&,Æ©/‡C™‡Ð\n&ÔÇ„áÄŸCÈÃ„ÁØÇ„¡CóÍ¡ÿ‰CN…•…bÓcÝCÁèj’t\rÉÎè\Z’Ý¾Äd[r\n¾‰m2Ù¥ñ\0Ê<pS‰twgÄ”p›â„Ñ(æ¾†ˆ‹A±‚F5_eƒ†åò£N5,í}‰ã¤Ç.\nÛ“¬‚	7q…ŠµÖ!Àƒ_šCQ¶[ƒm×çm/ÌMêB‚ÕßŒŒàõÕ`p‚±ÎÚ|¢Î‚€P°Ô’ÙìGYJ-²ñ¶8ÎRKæ²‘EÅ8úL8h©%ó¹,ö¶8	×ZsÏÆ’Û§Ï¤Ç:ÝÜ¯ÏD7fÍ–X‡¢!ûLc6{ŸI-˜$hî3±mÃ(Au›Ív‘oßËFÊl‰/9>\Z&HpÏ9—ÌmÒ š4ÕMÍôÛogû˜$Ä$Y{çE&\Zç&	;P eÎ§ êå’°›`á:å\\XJÉN	y‚+xƒ\\Ì!‰¯ðPÐ—WÁúâÃ:Ç>îjV\'|®žÊ\rrë\"Õ§-\Z/_Fb_v”ÑŠ¡yÁ6Ç#£æê–a$»J7Ò\'é×ÑÈÚD*2²\" ‘»dsöŽDÉ–&¡häÕ2ú®ÙþíšmÂ,ùc	(w#òˆóÿeÓÂNáCð	MðÏðÁIš;Zîöœ‹¶	ÂÊ&‚8›>Ÿ¯Ñ¸\ZV0yÄÕô	Pš\rç°AÜ]Ÿ€™hxEŒ&á+\n11‡ts?¬þ\Z\rãg®*»ÒqOý/¯$‘€ˆ¨ˆ¦0IDE­õñø¿£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_downloads', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_outlink', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_sitesearch', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_SiteSearchCategories', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Contents_name_piece', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Contents_piece_name', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicePlugins_plugin', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ…ÐQ‚0à»ôcÔwð†T†(Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖàˆ•!´ÚƒÄêQ€œ¹XGÚ£UÃÐ±%Í¡\nÒ#íkHJŸ÷Â(äÆß~9â·#£Nº™Ù¤eèQ7é£ò¨r=_\\u÷6½Qµ2\Z­qgÞvLke\\ƒžÝlGÇ×vJs‡8\'Aßëañ½­9ùþí\Zú²>');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_brands', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMÍ»\rÀ Ð]nŽ¯0;d\"¥@¢£Dì.§DéžÛŒÙ`J…{‘1¨×óêTˆJo2È‰­:ˆ:=Î\ZŒ¯¶â°íAl\"KŒ¿­ôU–œÔý7—Ìe­F?)§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_browserEngines', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMÍ;€ EÑ½Ì\n¾áÑ¹\0÷€‰‘ØXö.#ÑØ[Ì›F+P)Ã¼ˆh¨æm¯”/µœ¥Í #ÖÓNl¦Ãã8CIØi-vÃÄÊ³¤ÿm…ï¤Ë“…ÖevM½ßr5+œ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_browsers', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ}Ž1Ã Eïâ`ˆò»tª*õTÊ)[FÄÝ‹ƒˆ¼4ÛûÆß¼AÙàR†°  =×ÒÑVèñ¤´[`(Kg¯ì;‡“—œ†ÉBã	Ä.²ÆØŸNž¯JÕO2JÕ³¯1¸•{Œ91ròOŽ‡Ü˜GS¸3«?úvQÕ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_browserVersions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ=!…ïÂ3ü¬û(m¬Œ‰\'ÀÄb“í¶$Ü]X‚N³b÷Íoø2iñ3ÒµÆçkUaÃêr\rdüI«°€JDPT™seÓØì<·a/XñÈæRöuðbÓô)äúE„FÊué­cÁéP„ m)hë„¢+òHñþ(Šî¯*RWì¹…_~ù\rSè}E');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_models', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMÍQÂ Ð«4{¶HgïÐ; Cl´ÿwoWRãß›lf6‚Q3ŒDØ3j­ñ’V’ö ¹§gzçëpKåñym$¬7UÝNm»Ã×sFÃÔ=ªÝá	ÄÆ³Fÿ·~•¦O\"jÓÙEZÛGï0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_os', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMÍ=€ †á»ô”ßðqWgLHØ	w—J4nÏ›¦m£¨”a^Dôªù¼*¥6\'tl;¥žÅ #ÖËNl–Ãã¸BIØe-vÓÄÊ³¤ÿÝ\nßÊ\'\n}ÈÙ=qÜ™*˜');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_osVersions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ…Ž;„0DïâÄÎgÅä4´[i$:Ê(w\'&bå.Ý[c¿A=àraA½AgÙ\'å	ô]·ÌŽòî‰²öÊ~pxxá)Sˆˆ]ˆ\Z“Y}þ•¦O\njÓ³Û;˜²d#(FÐO¥—“Ñã™^»ÜWSÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'DevicesDetection_types', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMÍK\nÀ Ð»äñ“;ôºÜ¹ï^Siéî\rd&£‚¥À½ÈÔÊy5’¾NˆI*Ì¶SÛí vÛéqþü¶U‡e2ÆøÛJ_eê“Æ˜:{Èœ7i\Z)Ø');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goal_days_until_conv', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goal_visits_until_conv', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goals_ItemsCategory', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goals_ItemsCategory_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goals_ItemsName', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goals_ItemsName_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goals_ItemsSku', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Goals_ItemsSku_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Referrers_keywordByCampaign', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Referrers_keywordBySearchEngine', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Referrers_searchEngineByKeyword', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Referrers_type', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMŒA\nÀ0ÿâLÓ¦dýCÿ`¡‡@n9ÿ^…r\\ÖQEÂl`Qä?TÌÔõ~:Ép…ICr²³9Ç—Ï˜Uâ²a_–‰KøeñX,ž(Ó¢¾Äì+­$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Referrers_urlBySocialNetwork', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Referrers_urlByWebsite', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Resolution_configuration', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ=Ã FïÂ	lC˜±K»D•:t¦R‡HÙ²DBÜ½DÃ’ŸíÙðÙOö,9ŒÎo`9ÌÜ±˜üç;	73¦âýÜíî,=p#c~b™©0e–…åÊ¶k@5ŸºÄ”Â:º™Ôÿ1¯ðb:ÔÆ¨ÞD-Á‚`öL±1¥SS• ºÆÎ]éÒQŸ¯rTWŽº«ŠUµöu8òŒ?z„\'');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Resolution_resolution', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ9Ä EïÂ	l³ÌæDš\"Rº4‘wD†&K÷üÅ7ON¬9/1ý!pÞØ²ZÓü]UÜØ³Bò°O*.Œ¡D•©1UÖõÁ¡\rGÁ¬0IÙÕÁ\r›¦³Pê‰s©K?=xôðF®±öÜ\r…{?ºõ²;ìþJßž4R\0cGxr,?9¹}¸');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'UserCountry_city', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMŒA\nÀ ÿ’­7èRèAðæQü{°ÐÃ%Ì®‚1‚(Ò*æ@u½ŸN2@$\rl$#\ZyçÓo/6æ2(Ò8ï”ŸdùÚæ\\þ¾d­Œ°$•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'UserCountry_country', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ…ŽK\n€0ï’ô/¾ÞÁ;TÜW¥w7Q”¬t7/ß)phL.ðŒh´—yÙ)W¡u¦¼Ár° +ìû›ÝÅãŒ„ \Z‘9ð‚	QbRcÃË]ž´.g§§ð)wT%ç”\\PrñWŽ/Ù¤ÔüŸZ?«uR“');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'UserCountry_region', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœMŒA\nÀ ÿ’­7èRèAðæQü{°ÐÃ%Ì®‚1‚(Ò*æ@u½ŸN2@$\rl$#\ZyçÓo/6æ2(Ò8ï”ŸdùÚæ\\þ¾d­Œ°$•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'UserId_users', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'UserLanguage_language', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœ…ŽM\n€ Fïâ>ÐQ‹>ïÐ\"i#­Ä»çÅìÜ½o~_¡Ð!Â~0£dx¨×-©ððvûªÂÓ²2Ì$Ø¾LÏoÐœhøÆ®-hç9Žblú¹ò“Rùìòz~W~$üœðó]?j~£°³=»z*T™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœÓ»\nÃ0Ð1tX’©¼ué–±kq!ƒ!th\nBþ½îÈZÙ.6>q½ÌElÊÂk ™\'ñbÆüF“&Á(æ:<‡Wïýð¹•©¼\'“ŠÐïRš´ÁúÔÊ\\§~=ø²v£Ð¾Bš‚€Åî+¬)¤+NSXß‹×NŸ%hŠ¯+QS]é4%BÔ•sSqb:@w ví2×ŒØêó`»À53B8µ;ê–k‰éˆÔîqý§HôÛe®Cqð\'ºhÒòß/ˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'VisitorInterest_pageGap', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœÑ1\nÃ0Ð»:\n,ÉNRyËz:²e¹{µ2„ülß’ü0VsI¾uOµ¹A}[½8-íû[¨®Ñ!a¡Ú]ã$NFuï.1·#Yý…[EYOŠ^+Šc;)éZ1¤dÎXÉH)\\°R2ðˆ•áVÉNKÂÌxËD–Øõƒ¯™ SX¼ç•—ÎÈÙÿ\0UÅ„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'VisitorInterest_timeGap', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœÒ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕÈÚÞ¾ü„¨àX!eA¸‚áØ1€¶åóÝ¨ìˆ a*+Ì\n\nTÎêÅþÜS(ïëâ?ãY•ÃÝÑgÇZNPNwGžPu(ù\\ÖÅ*4ú &l±C\ZZ’+{zJ-ÉßR‡4¶$Wxê‘rUÊ WX³tü©¹ò,ú²¹ÕÔùŠ}Ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœÓ;\nÃ0à»:\n$ùyëz‡:²e4¹{µ2É›d›?~¯BIÆ&ØW‰WÁ2ÉöõûÛC?t&Pè›°v¤]èç&¤kQ†V±®Sa`_aO‰o\n?+ÑS$/ÉS2ä›‚ÏJö”ÅWŠ§T¨¾R=¥Aó•f*IÂ”|f1­)O\\0ÙùÕšdœ€ì}pý	8#Ù1®z6$à)ÊÎ²nŠ‘^üö¤óg…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'VisitTime_localTime', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœÅ–]®‚0…÷Â\n:Óì¸÷€É}0ñGÂÞZ´zðÆœø4ã4ð•~é`\Zlº˜;æ·&Û4Z´î:œÿ®Ýq^LjÕZýVsmB­±ÖTk¿Öy¹Ã`Î¦y¹ö´\rÞC…UUÔC¨ç@„4Bhä@„&´‡Ðž=\0èhbÝ¡üuÖ^Êýì}ÛçòÃ•á¹›yjæýcþjcyocùG¬6a¹mGn$»	ÒÛhzLõ\"°…dAA\Z,‰„Ñw‰è–Èr§ÔDâ>ˆÛRHºäËæA¾Ž$Ü/p!þ3,V!™UZ×e‰s]æœ‚°•dEÅVTÖ™oçÐG:õ)6žRŒ7ß\01‡9Õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'VisitTime_serverTime', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 'xœÅ–KjÃ@Dï¢Lõü<í;ä\ndaðÎK¡»ÇŠF±q)^u«Eë\ZxÌè–|ºx8·¦ùtóìÃu|ÿ¸çexqôj½Æ­¶Þ¤^s¯¥×úUçå£Ÿæe÷m<‡B5\n5\r4RhÔ@…&\r4ShÖ@…\r´RhÕ@OzÒ@…6\r\\IP9é@J\"+k	\"/‹	\"3«	«›n°ZùÑÇ}ßÖ‡°\níñ\"ïæe7¯ßócqy!¿(×Êq,{Ë¶Xé¾RÞ%¿HÆˆú¢Æ-	‘&Á=‰öçd÷…ò·S2nR™Ô¸IMu¿;¸à‰LjÜ¤&1éü	R\n65');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_actions', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœ•”ÝNƒ0€_¥áLùÛf¹411&‹1záéFÝ\Z¡%m\'š¹w·…QÜ$!pÊ×Ó/áœCIHöœàŒ’¸I0Ùk’’ ¤+V™&É‚èæÝ‰b§âL£\'ih‰YCU¡Ñó=úB²aŠhõ‰^ä.È8‰ìÂÛ/Ä™;‹“Ûô!	°ÃãQ¶tØ>ìêŒzWå†W,Ì4R½93»Œ¯°½\\Yg±Ê·Üè¼áf{BÛÜapÌVqñw¶¢g xi¦Þ™òÌ\"N:­dLëöV)°šÈÕ2½Ô3NFQ¡_…ñ¬³šYAÜ{Í×d¾–êÍ¦O[!«¼VrÍ´æbsdÃ+¼[6ŽÆO7õž.·÷<“»e{ÛØóZVuÉ—â¤¦‡›º*q†ØrLô70è)òRÒâÂÎ\0tï3èÿ½?Ç‹€/¶™çþ\'Øà\Z†ìî(‚{¤>8¸aAÝ„ê\n¿¦[ZÜ”,¯©Ù¶“ÉVÝ¿“Íë¦Êáð\r²I‘»');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_actions_url', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœ”Žƒ EïÂ¡Úîx‡^ÐJ·¤*\ràv“¦w_P¡ÔØÝ5A&Î÷ÏÃÌÈ¡€»\\s 1ØÂÝ@	¨åÑ¢Ú\04\\P-¸UøZû—$P‚\"¤ÞûºÍ@Q2CÇ¬ìë…½)í§tö®V`gi\r»I{^ˆ|¥É “ý\"gÀ=Æv\n\"þý‡¨LPŒÐ_B$ÙŽn<Íf&èf˜2	©¹Œs‰e\"Ë;Í6A±š÷æ`0®<LµóTÎ8Ûç™Œç®b±ôVEh‚Ô¨Ž]µ:\ncdÿéÁŠï|IJÖÀ–ú	Ï[F¼¥d,?ºÆòòÚÔ£ê®­°Rõ¡µÞc¦Z9µá3•ì×Ø–‚—&W=ko~oò(š^š<æöËÎN2îÌ³HpÂ’8¦å<üû‘ŸOªm„fƒn™±\\[4±³µWy~<Yey«ÅëÆdî¸ùpÉý¯À9ÑÉòñL‹dÚ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_actions_url_chunk_0_99', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœ”’‚ ‡ïÂA«Å;t‡’6&…èÏLÓÝ0Ùç¦[Í8úàãÇ7æƒ³œÝ%Ë+Ër‚K†x?€+ÎèðP`v·ÌO¶|+ZäÙ%C™T¸¡J2R…\0p¥Z…\0É(ùá€Ó¤Ú„õ7?êsí¹«ìD­„»js|n‡ØÿBA¼ˆÚÖél}•îðBûì=Ó:©þO‹¿½Jàe…¹“˜5-z­bJëNV%°šÉŠÌ 5Ç¬€“3\\Ù= 0^öVË)+ˆ\'¯ðšÍ‹Ô`6¿+nîê“Ñ;a­TßO6_àuYJ¦_\rž!;y¾ÉŽì`û;rÞéîÔ\n\'µzùæÇ‹ú¯|Âb›)Ñ¿À¨3´ª[Í›;ÐƒÏ¨3Òü°O3¾™WéOðÅ(†ìnBàše*á°ˆÇŽ±M<a(fèàÜÉ²,Ûív¼5âÊMcþÝdçcW†sãñð?†ã}þ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_downloads', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_outlink', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_outlink_chunk_0_99', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 'xœí–ïnƒ Åß…ï³×ø{‚–YR8·4}÷‹Õ&[Òfû`›&•{.ç§ážHP‚N-S–ñ\"@tqJºŠûwè¤Ñ\n’d´N‹À¤ÁÔõ?è“ÔõZå\Z]sl§XPÓHut;Øå8ŠíÇ]@»·Èðf#µõk…n7ÎÄMýÍWÈçTehª>¨\Z¼N\\Å½ÿ*ð÷eoÒÛ\n›ÀÝ(\"ôû”ÿzÊ?”÷›€à*ðV=Ã°“€b/9®”Ì©ÖL#–N±Œ›<‘Û»\'º•yóžëž`@—K^•Ô0)~A7lºKÊ&énƒ,.%ÙÿðêÉÜ×G\'8¨œÝh»AËZ«n·Œ©Ðb‘Õ‰rÕG;“VtM/É`†];´/—eÍ&E¡hAÜmbYifí¸†CîÔï‰±ß¬¤˜SCÜÆÀCÅèä\rÏ]´9²yHŽ,ç™sdÎ‘çæˆÃ¾ä§*§ŠKA¿lœð?“¤\r“Ýc^Jæ0™Ãd“g‡Éå¥DÛ4iš&ú_‰rþCÑ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_sitesearch', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_SiteSearchCategories', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Contents_name_piece', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Contents_piece_name', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicePlugins_plugin', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_brands', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_browserEngines', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬Ál§œÌ¼l%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ôx*ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_browsers', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœM;\n€@ï’ìÇûRÚXy‡Ûm¹äî\ZDI73AÄ¨,ÈŒŽÔä¼\ZqGíqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÁª7\'G)Š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_browserVersions', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœM»\r€0Dwñ\0(&„Ï¹¤¡b#QDJ—2ÊîÈÝ»w:[Á(Nþƒ%#€’g\"É˜AÛ*ì¹s$|+qãÞ°·¼¼á¦ÆÆO¿¯íƒÂ¡Ôvs—Z/*¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_models', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœMË	€0D[‘­ ñ‹³=ØCÔ AQ1ÞBz—E”½½y3)À°CõAÑ€67ú8Â¶ ^üî¯0³ë}œÄV:.Wšû7	µ*\Zå[å»ßgyp0HY6Îù¼Ö/f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_os', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2Jáž~JÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0a÷)î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_osVersions', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœM1€ EïÒPQ¿\'pau®‰	#áîŠFÓíý÷ó[£e8Qø\"ZÅ*zœ…¤\"€ö-	;’¾ƒxðdØ[Žox³)ãƒñëïûø ph}ÜLÒûÑì*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'DevicesDetection_types', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J””¬3­!lCÛ‰mŒÌ¶DÒ`‚$aŠ$n†$n¯Ùhe`U]2ÓÏº¶\0ð©).');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goal_days_until_conv', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goal_visits_until_conv', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goals_ItemsCategory', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goals_ItemsCategory_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goals_ItemsName', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goals_ItemsName_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goals_ItemsSku', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Goals_ItemsSku_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Referrers_keywordByCampaign', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Referrers_keywordBySearchEngine', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Referrers_searchEngineByKeyword', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Referrers_type', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Referrers_urlBySocialNetwork', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Referrers_urlByWebsite', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Resolution_configuration', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœM±\n€0Dÿ%_¨U{]téê\\ÁApë\"”þ»TQ²½{Ç%‚|€5¢ýÀ#\'8Ð·ý$M´.AçIÅ7|	Lz@j’ÊáÖ²Ã3èLáŒï~_ê‡F.õfÐRn¨ü-0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Resolution_resolution', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœMÍÍ\r€ †á]˜ ÿøºƒ;`â„ÒÝ¦··OSH`´’„ðED«˜áJ:Îâ¤vp=]L9ÉànÜm´7lÇwx&³˜/Æ×ßuü@h:ÞÜEõ6È+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'UserCountry_city', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'UserCountry_country', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœMK\n€0ï’ôc•¾ÜÁ;DpQè®¸*¹»Q²›™‰ b6ä*æ@u9ÎN<@× nˆDP4NŽ³çúJ0YÜP\\_]ßþ®öA0Õnî¬zR¯)ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'UserCountry_region', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'UserId_users', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'UserLanguage_language', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬ÁìÔ<ÝÒb%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ðá*ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'VisitorInterest_pageGap', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'VisitorInterest_timeGap', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'VisitTime_localTime', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœµÖ1ƒ0DÑ»øÌ\Z^î;)%âîÁŠd¨¦ZgùTOÜj_F¯úÁãqÈ¾Ìž<LÃó5…~[ŽŽ2­ÌxÌ\\u™©Ì¦Ìö3×í¯|Y·wÇâš¨Ñ¨i¢‘F£&ZÓh­‰&\ZMšhC£&ÚÒh«‰v4Úi¢™F³&\nNT&Ý $R	œ%ˆ\\‡	\"™Ài‚È&pœ Ò	œ\'ˆ|\n\"¡À‰‚È(p¤ RÊ¸R&RÊ˜R³›Ã~‡š°_mÎs¼žóþ£ÚoçƒtÙ7—}ûÝÿü´›–H2ã’™D²õ\rígä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'VisitTime_serverTime', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦ZgùTOÜ\Z_F¯ûÁÃqÈ¾Ì½š†çkªúm9:Ê´2Ã1s94eÆ2S™íg®Û?^û²nï>ŽÅÿ(4Q£QÓDM´¡ÑF4\Z5ÑD£Imi´ÕD;\Zí4ÑL£Y\'	*“nP©ÎD.Ã‘Là4Ad8NéÎD>‘PàDAd8R)e\\))e\\)SÝn.O»R³Ã+ì·©ó®ç¼ÿ¨÷‹Èù ^öé²o¿ûŸŸÅ3‰bë^©*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_actions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœíœmoÛ6Ç¿Šà÷3ø¨§¼j³¶ÁÒaØ«@µÕD¨-’,èúÝGÚ¢DG²xŒé4n RÎÇ‹%ýò¿ã‘ILhü5‹ÑY7?0­bOÉ§t19«bÄï¼(¾d©wQ,²Ùƒ÷Ÿwþ‹÷[>_W«2K+ïc±JÞŸé}RÎ+ï¯ß\'gYLÄ\'Æò‹üDòËæT ¿ÐÍOß(càx‚ä‹(ÖÈÙùŠoâ¬Oªõòj•-Ó«<]Ýåž8¦$\n‘< \"ðüÓÕM¶ª®î³ÕMÇšÄL\'µ»e–÷»Câ£1Jþí7Â8Ø\Zq-°*-ïÒRžï\ZFSÆ¶F„õÖZ·qq-®ö÷uX¸±	kÇ†L§[›@‹jU&yõYóDÙÖñûÂÒÍÛÀ-°ŽC„Úa›ÐºVáö}÷]Ü¼X^Ý–Å,­ª,¿nl¾µ¥¤/Äî‹Ä]ã+ßMœ{|«h7¶*Ú=¶ý1ÏŠåí\"]eEÞúe¡!æÝ‰˜yoÌ}¾ë¹Ï–æþmb.ò«E‘Ì;wSÿ3£Y«(w™®·žG¦È\r”[qi¤¦A°94 ò9Ú¼ŠíïèæU¬¾9·y}„\'gß$raøuû¤Ü&×âVÌV‹ôê6YÝl&¢±%šp+AT{oÁÉó’‹…+qY„÷²X¥3ymàÌÔ?å‰˜â©•FõûE&®èIÕ­e¢çöÂ8g€†à)lØÔ§!ˆMT¡O1ƒ …M\\.È‰C09Õ° gK–}äü`Âå‡¾èz9fŠ®ÃÈþèt³ÞèhˆÀ4Dg ù½\Z§‹À0qOž‚ŽNdN´#æÄ\0ÞÏi.<™H~C$pWÂ8CÈw¥à\"3„\"…ïBA‚PÄàò!\"ÑB¯\0B4Š\'`D´ä¡;ä	;äy¿J²]®’kqµÀüa5{˜âWüa¡»ÒBuÕð“ð£†Ü4õQÅ7âGÓ\\ýø1ñ\0€Ÿ òáøáüø\0üøuV3âçtñÓæ~LÏýX“û5)Ý&ùw=A<Ð³?ËðÄiKØ´$cÃ	ÉþÈ>§Â_µwé,}º–jXúô(É¡Cõ(`Ãu²²lt\ZÔØ\0º\nØ\"Ý’»=%¦l\'6“ÄM`–JÜ@%YvzŸÎ³Ù!©]ƒ£ˆF\ZŽ°ÃZv!ŽÈ”ÁkMF-­Ü§³ÂpDÝâcŽ|0Žh@lq„8zäR¥×mÍUzSÌHõÇ<àT¥g *½FÞ®ÇB{¸JïEŠ\'pâ´$ó\r$ù§÷v-®¯¸ÈÞÇ2¹K \Zm’Ev}5ü¿ehŽf£ QN @3Î;\04Ê!@ó-êViGÐÈ¨¯^ƒ¾y™=6Z,;Xò{Ó¾‹4¯dIþrv“.Hû\Z*ŒØQ„ÆCÓ»Gá’\Zr(ïk¦±pÉ7æ}„‚ò>ßbRÄ%HAQæ’ú;Ž!´”oˆÐÒmÍBËšVBõÇ<`k`u*´(DhQÔô2¨‡ÓÊ°=\0æ”ÖLj‘\ZZ¿6È+³»dö`ÛûEö#Q7ÃSì©ckÈ©ºÕäBd‚ž2•ä:€¦¡r˜0\0ä0%n!*na5ƒa„Ò#A®õm†Ü®í(ÉÌµ|¬×ò‰ÞÇí–òÙãRþáð³¥S¿ÈÐ*Áe\Zšzo“…¬ÕÍŸ.öˆ\"õ‘Ï.í$nä9í’,\0×Ñˆ‰|úxûÒN5žAÞ!yG äµK¨ÿcÚy²ŒƒPHÜêv˜ÐZIM½÷5ƒ.Êô6)-ÔQ_-ƒœUò•œpC ˆ›	Ô$s…¯ˆ‚;&ÂS\Zš\'9ˆXtL@„AÂl$Ð‰È¨²Ä;â‡Ìâ²	ž\"¢ë,|¨ÎÚÎB\Zá°Ae[Â]®gò¦ø¼> Ôß03w}©/Th…>laLh™0\'Çó!˜«§ZŸ[hÁ\',GÌ½LÌWíØ’BžuäDuu½»Kó•w~“ä×Âçá4\"(<J…ÿ¥’‰ƒ;»œ¤€!hÅc#…ž—LÞ²J¸iñà~Þvî+ü|O—¯j±}”\n?úc°5Pl(a±¯ð“îóÒoYøƒëÞ0[øh€£†¶\n	¸·I%„\\b±„û1Ö°Â\ZÿîPë^¤ãA€³Jl‚šò55ec€šEV‰!Y%hÚÒ¢?l”[§+·„w\\h b†”J-Öé¬L«•„á\'„¯Bà\'Œ\0ø	M«ñqpYÝ€ŸÖ×`·<¬¨¥–l:ÃOÂtBqÄÏ)ãG¼)6Ðø³Û)ß]‰(»\Z†Ý‰ñ.ŠûT»>=xÿk€\nh	$˜àƒ›\ZÌª}\r2Èu”ŽhdÐ“´§°Žõö¶³\rM¸SU‡%v²¾mÍ\Ze†^ù`³9×MYäÙÌ;/òy¶Ù1\"Éç²\\/sIyø>ÉEdK™Y:Èû^UâÔu\\$~Ê×`ClaZÔéŠzA¨§F©w²Ô +/u‹g¡HµáÙÃl‘z«Âû[<­ˆ…™ÿª‚ðfdÕ¾‘Â\nðÐ-¡B\r¶–Þb?\"ëd‘µÙÐÏ’\Z\Z”BÃÔ ðî½›¯g‰|S„›7âÚU«Ã6~hõ£¯‰NªÞI%Ò¸€0ˆN :… :j½:qqúÉøÐ0\rcÊÇSâÝ)ÒTä¢,®Ëdé€U\r^«x±\"`Ö™YZÇƒã²;•ÝÁëxFV0«|$XuC´½HÑðD g²åªÈ¯ú˜–K¹g²L.ïiºjUUô£³	¹Ëò”¯aËò,Ö‚t”ë6«‘M\'Ë&.þ†\'âBƒ’aûv	@ïRÜû™ Þ›<”UR>xo¶Þ”£Èqv|x© \n]Í¶¾AÂæ\rGP :¨¢xrB4\\ÚÖ7º_\n?wNjQÑ÷oUÖJ9x“,@¥œ\0*ådDÓˆ¦ï½¹;\nCßþáÙ‘\r');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_actions_url', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœµ•‹Ž¢0†ß…ÀÓË;ø\nG2†–u“‰ï>=@kÅê°Ù]Kµ?§_*ç³T|Õ²B0;IÅ—‘šb_5A&u&>ƒ¬T¿Y¢‚³8Å‡-× Ã\ZzBÌ„f;¼0}‘‚Ä\"Ã9Wõ¹ÊÛJ]»^×-I”‚óâ¸«Fh÷ù©V2¿Öê´¸kÜ*y®ÛÅ¢úk±T`BÅo(2…\"NVý¯ªG6ž„œŒ<ÜÇc‚\'rpÌÚ’&rh24ä›2‰£ú¢•Ç	‡„[6ÒÄ>š{Òð$Ï}ÕQ»›%zJÅtJQæ0•Ý9¿ôÝ¡’²n?Æƒ\né£>²e^óÍ%-Þ22oOYb··Þ¬~Œó£ºó¥©TÝµˆ\n!áÌ}Þ€¾wï®÷»sºÎ¹=€û²œÚ\'Õ‚wmÞtE9¡/›Â\'¸‡ž°kö7\'Ï=ñŠ«‘-[»y‹O±·I§ã:î‰_à€!:Þg7=j´	nvìš²êó¡or©Š^ó‘Ÿ”ºH±ÙŽªSEÓW×¢/e¨i3|nP<ºÒhSò®*¶T•Þ§ØwƒFWÜØŠYÁ_ˆ\nÖx	^ji·<÷Ç¿€`…{à•zLÝ\'ßìÞIV	^ûÅT÷He÷³Iðaÿ“xÒc\0¶Ò$¦V˜hü?Ü|½;¼wÇ?ò†ç¿ÔšmÀ×) þI¦¡g\rÐ$»Ý¾p(Òé');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_actions_url_chunk_0_99', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœíÛnÛ:†ß%ûÎÏ”ûf®‹æÅV\Z¡>>´»3è»I‰’lJä’Mçàª@\ZËfhZ¶>¯õ¯³‘³ÿ3ò°›&“Ù]6#úôÍ¨½ÁÐì»ŸÝ-³§|y§ÆŠÙÝ}±^äÿÜ=è?.f©úÁêGèß¤þêÿ$—êEêïðìé?¡¸}@¾ê_TýR÷ª¹w‡Õã¾Xåë|ÿs³ý^=%šœ }@ÔbÖO/Å~÷ø³Ø¿8£Éì“»jºU±îž©õ ìŸîAËro-l—oäÛjŒœ¦)+×ÅºÖÕn–Å[Ë:šL¯\n×OX¯êhžRFÊ1²µ¨ý6[ïž[3QJËe‰®eµ‡7“­…9\"Dë§­—æŽJÊÓJhkq‹Íêñu»™ç»]±þV•”›±”t-Ñý#õ¡!vîz=sS’Ôë¨WÛ3–!Ù½æùfõºÌ÷ÅfÝ¼>Bk>þ#µfÜ¹fÏÜÎš=c.™Íúq¹ÉÎ§©û’i¶«<ºbúf;ºbºé+¿œ–™ƒ´u@*ps€Ë  æˆ”QóG¬<æ€—òîá·¦M¦—Ô‰:l\r•˜ºú^öû×Ýìþ~þ¼ßì³å6ÿ™m»©:{÷‡ï÷óÍæ{‘O^7ËbþëÞÌ£©SMW&§ÀÓoÇýßùþñùéþëßÙ·ü?¯y¾ø²y~¶ÄíŸúM@\Zõ•â_ç›Ù7›õ ^ü‘)ã„¿zU½ôkæê§_kŒ—~%@úÕë\nÀ/À%`øÙïŸðkàÐ¿¯!â}íZ]^‚«s0×½ºö°ÎÕ\0Íw\r\r9×@ý¸}—b_[èÂmtá6ºH]4i£õJˆa€êŽÅÖoý¬‘˜\ZÛ\r;¶eAÛÍ—¬M7Êô$m½ä(£ˆ9&#™q2Ä164rLÆ°â0q,‘pŽÉhF9öÙ9ÖC!¢Ð“\"Ð6Í¶ùB¡BÝ©7û|®_Úý	xÉ?Üò\'ô*ø!nFñX^dÀJ	6£xü \"!ø©À	Â‡à‡ðÓãøùäøár~–Ås>)Ö»ƒú€ÌóSöˆèì¡–=Œ]=þÓ~Œ\Z=õ G9¢‡†Ð#Q\Z@š&•ì@`pôP\0z0† ‡Œè¹Qô$CÐótPg[ò‰ú„üÈ—§ì1\"!²‡=âöŒÚôÁÑèƒ±O¼\n}ìSúkÄ¡\Z>„‚1ÀïÑG@èC1˜>öu O·í™\"ž·Ç™Ä3	.ž3Ô½fÏØ\0©hTñœBÄsŠÚÒ7nKß¸OY\ZfT½æë:“Ýü%_9FÕóqÁ5Ø¸6z\n6ýyv¼Ä#ÈõˆJå6=³Zu\0´ÅÌ¨Ha–U ¾®~´˜ñ(ˆ°j1×•ô©A‰«ZÎ[©Eja`Xfì•Í¤Ð‚Úc{É2*WÀL¹„ËŒ!=æy³\\äÛG…ŽÇÝ>ÛîÍ»HB\0	éBE´ íÄÓ\\f¨ËäØµs€áª@—ò‚P.x$³Ç£÷,fFìà‚GÀE@æ1¸€Ñ‚hMÜiñqiÁÓ´8½Ö+Tp}ƒP¡N\\1‡Žjs!* œ Q8ág3£Ì\08Aƒ^ÑÅšŒá„` PP€3MŠAñqAŽ5ùE—š¢¼áUwµQqìÚôƒ¢‘XÊGÏ·*0Æo‡¯š¢Í\nTúDãâb¥ÄÌ®€à\"švRZ‚r\02p×’LÌ9dXÒ¹Ò«\n%f‰¨ß°nQ÷Ræ,}Äø×±VN!R1Hêl`fô‘Ò[ßA+ÅÉ¦¡¬ê’¢SæP}ñ{bJ)M¡ªn \'\ZOiös8O|@ªM\nWu!)Ñ˜€<6Æ”>yL©\'+ÔY:‡9©ÓÕB0¦è(©WvYP˜i“ëDÊ5KT&COŒÊñµÂ1*QË¸\\òX\0Ã8L„3¤Ò\0ÀØT¤\n0áL¨‘)(0\0€!Àè˜øÙÖ\0ÌÏ|¹¼_äkõà)c°!\0NÒ+$\0*âá\ZqpŠø›\'\0¢P ™2xþq0`€â“\"P ´Š˜\0“~**CYçÇÁíÜ§®=6¿bPDf+	ýpQãàâçéA=ÈPd­òE1ï`.\r#Ï0ª«½Â±0…¸])÷Jzt²‹ðq0¦å^Í\\Þ\0Ì±³F$Sr/Ð\0¦ÒÑ.ºM»’,h ó´<äóm¾Û;˜1næk³jÌp~ËhH~2\09qò“‘rP$ä4sù,#	³ŒlI,äPAE#rn9	Dë1È™¿l7ëb>™oÖ‹B¿¬I¶^hè‡òÑôá*[gßò•:r d¢-˜ôÙ>A)Mþ(*%àª‰0•ª¹¼TJ„J•\"Ï‚)Ü=¾ÏH¥ON%¸@´Ûo‹N>±N‹å4¡=ùÄ¤ƒ7¥ÒäDï;Äç³ƒöi\'U}Ùuµf“:œâ EªÅ\\Wb6ÑÜ–ã#Âàˆ§,9>½xx÷¬=p4ä:¤žr…õ§§”qús„k¡øÒlŠ8‘’„}š°Nþc š‚P’p)¸L¦ 0\0²„ã)Àæ=“d\0 Ù<Ñ…ß2›Ç¿ÔsÓybé½e:€\0Îs–ÌÛ‹™ ãê¾5g0r3Ã#ÝÕRŽƒ\ZWß=“0(™Îé/ç.fF[{	EÅ5§¦´Ê‚„Á\0ÂDoGÓããš˜^|,Ó6TÀnV±c~0unÈ-ýà°Ší…&JxD¨MÐ*éÅìˆ\"Ç\ZvÀŒ\0:â‰°#:>.:’`³ÐóäÖ.ÄIîŒ+—¢‰VS½!n$$8.WLK£ƒD3:¢	¥#9>.9éöê¶P 6\nS¶í”¢\'\nãt v¢0¬sÄ–°X2 Qg¤D9û”¾À‹@àÒ‚p§<¶?‡4Œ‘é€ÒP§<HÑ“ càå³^šÒ‚ž^éº??ªKÔ§ž .Û•ý¹r4D«ÝÇAÑí›z³œ`±óáÝ˜:§þ©)ÁD‘* ð_~âà¾V¶wƒS	\nõµÂSfÓŒ#ôµÂ4,±`Â\0˜Ât@|Ò×\nÔó#h¢U+¤WÊçmæËºÇcGx]¥Òcv±Sv\r®Š\nÆ¤_•Ý•Í¹{=”\\3+Vïï’`0TL¬Íš¹ü.¨JÊv:„@”YÁ›÷¶ØÇÄYOƒ=H‚yÊ–º½Íâ~þk¾Ì\'ûÍD_M{ÃÖ×9ôöH³×ÌÃž„€‡ÙcçòFÉAB‘+(˜6°Fö|.öHÈ†\r5{rõ’6¿ò|’©Ó®Ü:u§îÒ÷m›­	s–…I¦QÊ ˆ%Ñú[ ¿E4ÃG‚Ë ý-ŽŸ¯×ð‘ 2(4 k1¤¿,‰Ïzº#|n> þ5|ú·Ôsûúé¸zÛNêÕÕ-…À í?Ã!°‹ý¥2†Ä€…À¢¹Ic¬—	ïo¤àsˆšh˜ôÿÔ;,xlš~jÔ¾ÐíPCù¨ÁÓ)óD£eëÅspFj|\\jH`qˆ+Ó0$©œ™RjÆ,âfPMkoDwû²\n7¾\nË*Áª¤Ö˜€¤y?_ÚÏwÜóF=Ù3ew˜ëý|XÞç‹Ã<Ó/*[¶€äh*æK§&²Dâj*˜Åë¹÷AE•ÄnºET Gz†l%QT·À\ZÑó™ÐÃ‚ÉÇÇè «è¾Ý¤ò¤[óæ†<%)©zJ—/¥¾’\0àÓW¢Ù,£§Ô‹‡w÷”°cyÐ:©Ý$åUnÑk#½=Ïp“jû„ ÷oÿò–¶\ng¾D	\0Ùç¹IúÇ³U´!U%èU¶­ä\rúBUÛí±A¦jf•v4í^³glÀ®ñm0¼]\'q¯—îAç:ZÛ|·9lÕû3YOÛlû«Ü0Ê”WMæ/Ùú[¾;u´HÙÃSôé=nÀ)©öœ;šÖ±Š\\š½UDÞÈ*â¨¹>«J«Öh†¼%¢Ìî0¦&>úî0±ÉTV½¦l&p?‰h@*ãbMúIœÅ¡‹l,˜\Z‹X4•Å]ú£_Š~wëMóûÀu^€ü>@’‚,¬u^ !\Z´¹Õ€†è£\Zô™Ô ŽjPyÞ!/Ûå“×Ì)i ÜKzšóôÖAƒâ1Ø¹ü¢Ì•;yŽ ‰ñ\nÖ‚¶A³Ü¬¿Möùv5)ÖsÝçâG‡fº@bv\rKöGÙ:	¸X4Œ j./‚ïv¿#‚F]AA¯« ý‘-æù$[¯}¶;å€M23Ú5\'sh)C2»³–”\'0vsa1£eWWª€€,°°X4j‹õ²ãÝÃb<h¿ôøJDÃÜºÓ” uÐaüx8‘Þ\nPŒ²„ÐØ™käÃð°y°+ÀÅiXÁ!Õ	úLôZ)ž’&ëÜÜm‘ðì¸ÜuÙ1²cxqBP„û&\rA„M\n~0*‰,[> ×=‘Õ‘›Í÷\"¯:ØÔ(A5KêNZX¦ìˆLIš€@B£cé#	FSÆ$%4À’p0™²p š2`y$\rÃ¤eõx`’ÀšO%å€BB@©žžx¤šÙró`¤Ú$žET·š#Õ$¼ó†@©ÆHuÙÑ§VhÐW¬)Y4VÒ‡D_èåŽGæAPR Ù	[,°\\ïÈiDŠ(ŸtVþšmó…å’°X2/£ìCJ›–çò\">¥R¢Ö¿þw©Rã|Wœ×Ž”úa%¦²Ü/#”Tƒ.†žòð\n³ö©B0‰¥\\]tQXi·>¯ÐN²¡Œ®öX?ºØ5ÈÅœ\\ÉE#‘‹BÈEKrqk“¤Õ\rsí‹¤f¦ˆXŠa¼€mÙüTè¢\0gM\Zré¾Ì–Z¼6¦˜¥¥æœ+Žûß‹¶1Å\"SÞ^Ò©ä É—EÀ`w9BdÚþ,Œ`\0<ÅÜlnÜSêÓï)U†ÉÔÈIÜÝc„c-éš÷VƒeO×ös}8ó5õF;×y›´ëÕ¡Nhçº½ÙË}j`V`çºx-ÙG1ÈG-Îƒ*s…Õ®\n²æŠî©n­ÃDp>¾ümÛ\næîãŠ@êò9îclñA,>ÜnêgáÃ´P‡à#¬\0]Ü<]¯†!ˆ–Ò\"ôL7›S˜–‘¢µJ_ÌLòèFÊ:¤ÿY`©ý ´á\nkq¥ò›€îd¯™SDü®%£ßú;Í_Uª9¶åŽåµ|©Ý\"uˆKì\\âxD@™RP *ìª \0]´ˆ8rˆ€¦J4‡hlÅ÷‘‰BJ¢ÄTNšKÝrBè[\"Ü­ó¨àÜg‰à‹”8fHRà©‰£;_h“DhJSa#šMãÄØRâ£shR@ÂC\'—º%EªoÉ\0)ÔçÈ)›taHC‹±Êú|ûb¬²«¬?t•5h‡î\\Ø€´aZˆH“dvwÿ÷ü°ÛoVÅóÇª0;ß?ÅâËœåiÊi:y\"™œ°?OR,†Ó§D¨[”ã¿š¿Þ¿ä«üË¿ŠÅdþR,­‡Vê”«©·æ)Öùò‹Þ¸ÈN ˆ²²Šv·YÁ„§HÄª`jæòI7õ˜±Z{¬`ºBSÑ½±n&ìú:V¯\'äî°\'\'æAYçÝiÖ4LA\n’Í‹t¤&K1©-=rþ!™r|”—1ûBþ!¨vÿ³ú\0î!0ýy,­ú°îaLõ¨¹Ì­…fw4\'å–šˆô”‚ó®Rð§e¶®7~qv4¯Ågô–“û­Q?îœíãG<UÞõÂ6RƒSTØ\'qøð5l\rÙç‡XCÍ…ïâÁ>U:¯».»ó¡vÚ=\'‰l?°·Ïrg±j\ru¯¹ÓÒbp‡ûRÏ°‘X¿äûÊìTÔÛù²*QÐôDº‰ßÓæ°Wô±Lh•wÿþ?éŒ%ˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_downloads', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_outlink', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœí“Qrƒ E÷Âœˆ5iŸ{èTÚ0p@c;Ž{¯¤‚hL2ý÷Ãä^Þ¹ïRH çpÈè|À¯ÐHU4gÊÄ@y[Ó¨PQû…2xübûa÷“döõè=2­ \rŒHÖtJ/Ê«†Ç¡2\'gÞÒñæ¼2Í—+íÝ)ô{KI¨aúÂ´g¾l1gB¦ÒIn®\'.„S\0l4•æ#@·³k‚žè,ºé»”p€K%H­UÁŒáòÓá¼…_{ÿBØq>ÄÚâx>Ê=Ã\"P¡D]±†+ù<Pè½(´lZ¨$©-/ 7m, ×n0P[\nèÇSr­Ætõ¨Tv·˜.˜J²Ÿ±[â¦YñÞ¬½Y{³‚fa{…Ÿ4ë\rP×uÑÞ®½]{»þÓ®$†_\"~z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_outlink_chunk_0_99', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœí–ïnƒ Åß…ï³×ø{‚–YR8·4}÷‹Õ&[Òfû`›&•{.ç§ážHP‚N-S–ñ\"@tqJºŠûwè¤Ñ\n’d´N‹À¤ÁÔõ?è“ÔõZå\Z]sl§XPÓHut;Øå8ŠíÇ]@»·Èðf#µõk…n7ÎÄMýÍWÈçTehª>¨\Z¼N\\Å½ÿ*ð÷eoÒÛ\n›ÀÝ(\"ôû”ÿzÊ?”÷›€à*ðV=Ã°“€b/9®”Ì©ÖL#–N±Œ›<‘Û»\'º•yóžëž`@—K^•Ô0)~A7lºKÊ&énƒ,.%ÙÿðêÉÜ×G\'8¨œÝh»AËZ«n·Œ©Ðb‘Õ‰rÕG;“VtM/É`†];´/—eÍ&E¡hAÜmbYifí¸†CîÔï‰±ß¬¤˜SCÜÆÀCÅèä\rÏ]´9²yHŽ,ç™sdÎ‘çæˆÃ¾ä§*§ŠKA¿lœð?“¤\r“Ýc^Jæ0™Ãd“g‡Éå¥DÛ4iš&ú_‰rþCÑ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_sitesearch', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœíÛÝŽ¢0ðW1>ÀFÀOæf/öHÅŽ6Å”êŒ™øî{ª-òÑÝÆ‹¿‰	Ð–¤¿ ôÀâ`‰xöÂâ¨ZiS/âiÆ¶<›¾”q@+ÛS)$/Ë‰Vìl6‹8¤o`¾f!2Qµ®M³x:»5_ÆÓò”\'Zä<‘\\êÝl§Í³_3ú˜•úÛä t™|}hÕv÷–ùPþ»*aŸ]%\'‚’«3Wí\0æ]ØÊuÿ§ÿª¸ê¤î¾Q°rz§ŸO–o]ý/»úw«×¬œl…ª«:†fQ9QìŠ<9ª\"¥*ä¾KvÅÒnTEdö]GôX­ê¼Ž«¯B#º´È×¢ÿ]³QotnµÎè+4Fp!“¬`»ÁNíÎ\\—·F°Sr5Ðíàë>ÌŽlO§WèŒ\'G¦½F¯ÆeÝ|@øšŽO¤ï“#»´d‡•ìÍ²!²G–Ý°iE‡Ã¢i9½¤oq*Î4C34¬Ùº´”#/åS¢è§<ePåñ)»´”çÃ”7ñ”ïN)»ggÜAƒ38Í¹iÓ’^xŽ™vt°Å…ó	£Rj&Süï†nè~\"Ý½L-ô¥úŒö U‘e9—\Z¾á¾ŸÈ÷ƒNËz5Ìš†ý^¼\rxV\0\rÐ\0=2èÚ¥•¼–LCeŸÑ¥—˜çK\\ŸÁœÇæìâ´¢7Þiéœéôp;\r½OË\0\rÐ\0=þ´´µé$šxrÉhù•ïøçÀdV\0ÏðÏãÏf}Ãt0{ÒÆú!s®R®&y!y;w¬Fk4LÃôèÅZ>Ûž²Ù£æJ\n=àz>lÀìñçªœjO*ýiÿÃi(Ö~ƒÃÞP#ÿ¦aún¨­M‡´\'¥ÌLl›±*R>aR\n\Z´%S—l<ÿ†nèþ‰ü“N¦ŽtO¦Ùüþ\"dC6d?ìš¥#Ù“Jf~òb`–\Zïs\02 \r¹Ré8öäŽ™cÒŠ®åx—”Aùy(;0Ížü1:îóîÔOy\rÊ Êã_•o*+Ç×¿‘&ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_SiteSearchCategories', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Contents_name_piece', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Contents_piece_name', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicePlugins_plugin', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœÐA‚0Ð»ä¥EÔß;x‡\nE\"E\"ŒÃpw»a§­»?™äMƒV†Ðj«ÇäÌÕ:Ò¨ìû–-i†	ÊrÒ#ýkHJ_öÂo)äÚßìPßurÐÝÌ&Í¨(£@CUÿqUeÎ ç‹ËvâÎ¦W:D­L€FkÜàÌÛŽi­ˆkaÐ³›íèøÖLiîçÂ‹~Týâ;[qòÿÛ#M² ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_brands', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ•Ž1Ã Eïâ€	|¦^ Ê¨Ô!R¶Œˆ»×Q1¤C·÷±ñŒrÀ¤7`C¹àAg~½OJˆÒ+hA^™;¯ÊN˜…C[Ÿ\rKŸ„¨Á§vÕzgÛfè‹¬¿Ÿªöd©,U/?ÇÃo;)xì“_˜üÂägùÖOxzä\"ÿ#W?ºRš');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_browserEngines', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ=ÍÁ\r€ Ð]:ùÜÀ0ñ@$^<v—‚zëK#%A…ý\rå†å¸™BŸ×œ®“B7O fÁôbè¿tø&)Á<6Ö	Ì(dc—ž´#Ø+ÜTåS„B©Ò¼…Z?T,º');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_browsers', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ…Ž;Ã DïÂ	vùš¡L“ÊŠ”)…%w.wk„E%Ý<vvy\Ze¥3BD9à öüzï*­¢nw•6p†Š’u0˜‹;!ö\Z	Ø>ñAÀ¥ó0sô‹°ïE+9\\KU>Ê ”*—×ñðSðñœõlÙL~l¾úµ|éÙ¶4MvôÏ®~\0qSž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_browserVersions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ•1\nÃ0Eï¢Ër¬æ{ìÒ©z:²e¹{å„¤.4„nOúHz(C0vp) Å8 õùùê)\r8ƒ.×ÄOŽR¶ƒ´°¯XŒ=ˆÃ\\´K2O„…ç 1PŒ\\ª¸$¾°nS9’á0Neímm+ê—¢¯C¥¨üSÑ’¨«£mg§ÿYú#ËûÃ,›]K©){Ü$ƒM¨w•£;rœÞ•ãA');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_models', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ•ŽAÂ E¯bæe(´ý¬¼€ñ\n¨Ä5Öáî2%5]˜&îÞçÏ0Ïƒ‘\"\Zç¡&ÐèOa$7AY»†{xÅóî¦Ûûñ$¡¤a®ÜëÂ\\ØÎa¨M#¡­í$7ŸQF«yÒÖAî¾KYîx4HY~>,º=hÜ¶+a»VüS¸p»øjîøÛüHÖ_l');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_os', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ•Ž;Ã Dï²\'àc{¨¢T)â65‘RXrçq÷, \"ŠÈ’»7/Â mP!ÂvX8ÐßŸÂ!\r=ow\n´$\râÂf`+l@ÚÔ°´F•05ž\n»¶e}½Æ­©ì/rù$B!å2»öƒS»×cìÜ`7v3ÿµ“†}×“aí¬æ+‚ù£SÌ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_osVersions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ•Ñ1Ã Ð»ø\0‘!3U:4kg*uˆ”­c”»yHšvûØ`ž ‰•iŒI¸† Ó[œÀ˜ž¯â[:ûå\Z‰\ZqÊ%0%•yÍ¼ä°.°,¬Úär6ai´kƒJöÛ¹\\‘ešËÐ¾Î®a´\nh0mrÆvæ?¡ù*l·>*ïùòÛ;ú\n´ùbPB<òOB:øb-ô´+Ìv#æÙDŒ^Í™qþ\0f³§¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'DevicesDetection_types', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœMK€ DïÒP~ÂôÞ&î\\î.5îæ¥o¦ŒzÀH{CF½@gÙö“äê\n’Ü³1+Ø¼‚›Ó€üëøy‰‹B1Ì!¦aÆ)Ž‰å+5ýT`P›.¯ÒÚ\r-e*ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goal_days_until_conv', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goal_visits_until_conv', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goals_ItemsCategory', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goals_ItemsCategory_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goals_ItemsName', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goals_ItemsName_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goals_ItemsSku', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Goals_ItemsSku_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Referrers_keywordByCampaign', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Referrers_keywordBySearchEngine', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Referrers_searchEngineByKeyword', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Referrers_type', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ5ŒË\r€0Cwé”ÒŸ³;‰C¥Þz¬²;1‚Ã³¬ØqƒÇêØ¤!ü¦bMD¸Ñ®{8™VqÞI‡\'»	ñ‡I0j¡©Âç^S6‰ìÄT˜¦/ÈoI¹Ô°a)NQ}\0ÎÂ%(');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Referrers_urlBySocialNetwork', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Referrers_urlByWebsite', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Resolution_configuration', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ•Ð½‚0àwéÜ?Zz;4&Î˜8¸¹ÞÝRÓ¶Ó^nùr\Z­´oB£œƒ×þ¯Í»y¾Þ&|­šËáŽ§@•…EÀ„V1ÍÔØ”©È3©A\Z~šŒ2eI¹Š™Õ°?³ÓdÌî·1¤Ÿ4\nÚéÙk¾øc‡Çùš¬H5tŽJ*T.¨ÖÏRÓÄek|‘a§–V›ÍZO±Y¨—¸”¹¹¿¹b©(–¼TX§ò¦bo÷©Ø\ZJ).Hç{ùW«Ä·*›©Û®¶²@Å-¥JAEëxuø£ÝS');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Resolution_resolution', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ•Ò;ƒ0à»ä~‘‡¹Cï@¥Hl,Hˆ»×¡¥òPš²ýqdçS’A;]G…~P>BÑu¶r˜†ûc\ný¬YR†%„~T´j šé•¹f¶L\ZbÙåµ³wÈ{\'ÕE×ïÓöÑKŸ¦­ž3(èºÕÉ·£ÐVfðJtJ:”–¿#-Œb\r É¡M¤&±ã¸ä(\'DtD9#Š#bL|È?‰ÅF‚!Ÿ=6ýc¤ÃÈ–‹\\#J‹H]4¢ˆ\'FGŒî?\"5ïÑŒœ.}Æí	\\.Ò¯');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'UserCountry_city', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ=ÍÁ\r€ Ð]:EAùÝÁ0ñ@ÂÍ#éîRPo}éïo£8ÉX¾!¡Ý šÏ«’Üp ’î£1ü‹Õ°L¤} u1ÈÖ¹‰›!Èèå÷‘Œ38*¶ÿHíSîO›Zó!ª	•*Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'UserCountry_country', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ=ÍÁ\r€ Ð]:EAùÝÁ0ñ@âx\"ì®¥ê­/ýýÍ`´\'Ó7$´Š\0:ó~œ$tU’60+ü‹Y1Ò:1È)fÛÄEd4sˆëHFŽŠå?êú)Ã¡umÞ¤÷•$+¯');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'UserCountry_region', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ=ÍÁ\r€ Ð]:EAùÝÁ0ñ@ÂÍ#éîRPo}éïo£8ÉX¾!¡Ý šÏ«’Üp ’î£1ü‹Õ°L¤} u1ÈÖ¹‰›!Èèå÷‘Œ38*¶ÿHíSîO›Zó!ª	•*Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'UserId_users', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'UserLanguage_language', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœ=Í1€ Ð»t7¡(Ÿ;xLHˆ‹q\"Ü]êÖ—þþF0j†\nó7xÔTâž\n…>§cºN\nüXƒ˜úÅ\"˜¼ëð¤ËØØU`F!ëzÒŽ`¯Xÿ£&Ÿ\"j“æ-´v;},²');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœÓ=Ã àÿ\"t<ð<?ÒsëÒ-c×bÁAšB‡ÿ^;2¤žÛ‹âƒ¯‰ÑñRXÇÄ´ÃËÌŽÕ”yRqf¬®ù™_iºùs+syÏ*6¿MV¨âZëQÍKMÇmá?J¬4èâŽ#)¸Sô±B’bÀì{¬XI! Yq’bÁÊ/ò’âÀÉJ^VI	dåÜT,«°c0Ø.sÍè€tÔ.pÍ„à{ v‡}r-±é‘Ú=®ÿ\rùž1µË\\/EÞÌE’Ö/ â/‘');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'VisitorInterest_pageGap', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœÑ±\nÄ àw	t˜m/n÷\0÷Ü tëXúîÍRpsÛ¯Ñ­JAÏ¦¡TO`=M\n{ýþv(‡M€ 4e[‘‚@¹š’µÛ–bù<S…‘;%ö”ˆ±SÂX‰ž\"(ÂcE<%aò»$OÉ¸v\n•<UDaC\n~™uÊX&ûkñÍuò}^žÃ´ðÛ{žëéÅ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'VisitorInterest_timeGap', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕÈÚÞd#?üÿ+¤,×`8v mù|7*;\"HX…Ê\nó£‚*ç\nõeîS(ïëâ?ã³*‡»#ÏŽµœ œîŽ>;¡ê$Pò\\v‡ìŠUhô˜°ÅihI®p´Žp©%¹â-uÔ=¶$Wxê‘rUÊ WX³tÄ›š•gÑ—Í­ÊÏ—°Ê¦');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœÓ±\nÄ0\0Ð	Ü(¨1Ik¶û€û‡ÜPèÖ±ôßÏ¥Ð¡h7MÂÃ3”D÷E±ÍgÀºoZ4­ãû[Sßl\'Pê‹²edYêÇ¢dgQw‹rÿœ®ÂÀ±Â‘’!_¼Wr¤H\\‹DJrQä^)‘R¡ÆµÔHiÐ.\nß+-R&˜âîN®\"šf ‰3»ŒÅT€K\\ùók1W(ø\0òG¸ÚƒÛOÀ\'’?ÆÍî†üˆògÙŠb¤¿#éøwÄŽ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'VisitTime_localTime', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœµV;ŽÄ ½\'Àxî°wÈJ[Œ4]Ê(wßðÛq11›Â•Lx/~äÉ+¡§ýIö±’I¦}£@æµ~ÿ¼Ì£,>	zÄÝˆ¹\'¾ÇÐãÒc¬ñ(\'¬di?Ê»_cá\Zt@QEP\'‚:P/‚zÐ €ndBÓ¶æ¾µü»–gÓHÔÛØ¾7…3wd0¡©”jL¥5ÞøDmû±èô#Š Q4ÍDHL`\"\0¯D@.‚µL;!Ï¨eF\r5dÔÒµ8¨ùó[’÷.H.¸ž‡XÆ.0va°+›`z}}é\\¸KOòK†<Ñõ’vcý5ÙUAÉVAöUP2Vœµ	ágBœ›–øQ‰¿J‘\"QåN÷Ÿ$®e¾ÈJ²Ç‚’É‚ä²µ¬+9h-ëŒMò„ˆJ#\"Ê3\"j\r‰“)QÉÏPö3Tñ³ãcNC@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'VisitTime_serverTime', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 'xœµ–9ŽÃ0Eï¢èS›ÅÜaîà\0SH—ÒðÝG¶ä±Š˜J\nVd¼=ÂŸyðÌäyy°½ÍìŽ&óòâÀæ9ßŸæ¶|0Z¥VÝQsk|«¡ÕØjÚëº=afËËºÝûs¸†BJ\"”t N„:¨¡^\ZDhÐF\Zu I„&è$B\'h¡Y\nYIÐrÒ@JÕJ/_…qö®öÙÔö¶þ×Î‹Béš¨îæ~ueŽ;Þ&‹Jæ‚¬.(¹²¼àÏÐÅ€.ºŠú¬íb°Ä a°T†ôW“¥c2ÏÆM6¹!²Ç«‡ï¬ÌŸC7}0—lJ(©²+¡$KÈ¶DlnyÁ1½áÿÌ–Cy&à,}·½$K•”¤J²TIëSoð­§¤L’•I*Ê\\ÿ\0}o8º');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_actions', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœíØ[o›0ð¯‚xò0!o«4mÚUk÷Œhâ%¨\\\" í¦®ß}‡Œ)›•jÒÖJ5=þ ü+qè;þcä£uèÓæùì7ãð†Çæºðmæ›ÆE–ÝFÜ¸ÌâhûÓøe\\|0>¥»»¢Ì#^×YÆÆWþæ»ÂøöÙ\\G>\rÜlÅº®NùAwì›¨*§Xõ¦ÚPØÀ^×7‹»$(£„)/²ü¶\n»‘…à§\ZˆœÞ‡¨,‚‡¨<ôª¡75ÏÝ’(îv*\n(Š)WÁó{žŸkˆåÙ¬ŽeÅj‹E*GJÕé…,F™8ŸÕ©Á%ç\Z&e*ó0-¾K‡ëTîP*¹\\äbR®~?l‹³Šdý*›Ög¥R¶]–Ç<Ûò¢ˆÒ½toëë d(aÿ È‰›Þ\"§¢÷©¶I«QÛÉ¼Í’cÌË(KE-ö\"s÷ ÑÌ½{™\'j;ó%Kƒ8wÒ…á‰ù\"U7);óe¬[g¾ÁÄgu[r\Z¬¤Aò@–€ù»Ø§#O•2!ëIr÷ðFeÌƒcXNˆA’¹†AÛ\n s÷)!a`¼‡Î9?†9ßiûHÎ>âÆGÒøè-å#%TÛG¢öÑóÔ>ê(}t˜¶Då#ÁTá#±¨këøH}‰ŽHÇGìÌðQeMÏÇÖ17*7CéR§ëI8œN.L÷¼@aÞÔ;B×<Ô›âïÍyúÐm$Ýð¨n¶Ð\rzL™\'‡eà°ÖzÎ#¨åÈ¼Q¯Ç\\³ñ1K¸qU†{x ´}ÃÏ}Ã‹ûF\\¦í[ÿÿÙX·iß\\¦ð\r[l…t}ÃÓ¾µ½¦ÞÿDÍ´oh†oXÃ·s?…oèÍ·Ô7<úö¶’qCz„Áî™Ì´†ÑiÃ˜‡Æ—,Ý¿»æyM·<-£{húrË°»fî¢˜¹:˜¹JÌµ¢Ú/k\nÌÚ^ã˜I5\nÌÈÂ˜-ÌÈfÿfp{0›¯™wáÁiU³;ª9½73T»äi·Ö¸Ú8à¹€gÔ]ýå9µh-Ï!x]r­é5%š¨™\r{ËŠvî§úúéi‹F}µå¹¦·Îòœ\\«tŽáW[žkzë,Ï5µ\ný¦–kæ/ÏQå9Š^úå°Ù5Ê=ý“Â¼ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_actions_url', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœµ•Ž¢0†ïÂ°¯Ê”;xRW2@M[ÆM&Þ}[¡X6›1Aªý}ïKõ}r†ÙwÅPÆñÊ¾‹YPóSY™2™ û²Šas¥æ¿ ö)B`ne¶€Y€[àìhoÄÜƒ„ªkr]5eÞ–ú.¤)Z0qLÑè¶¥éßžòk¥U~¯ôuö)Û½¯ØTílO1ó6\nm¥À…øïåP’Ð>ØT)¿JiÑÒð#¢s²h‰Ì}f\0‹G`nkh‰ø–žk’Á!I¢>CGXZòV]z0yÂ$K0¯ä€CG8¯MPØ7ó@ï©¨ÇÆd„Tˆ&¿Iq.•ªÚ_=¦ÄÄ^›çÍog(éñæwjôÕÞCîÈNPÏ¢¹Õ¥®DÛ£\"\n›¨ãü\nê8âNŠÂ2êFv2¢ÍkÁ‹‘ÕqðÁn2~ÏËä}–C¦Ú‡yŠíÀÛ1¶/0ôƒÙ5T\0ñ3ö°í9«\r[þ\"ê¢”y\'ë\\i.u0òUë›b‡Ãù¢…æµ,ï\\*4Çrè>Ö0¦ÒS(®ä†“L~fÎKà¼ÎKè?¤„ö8­:è8?ééÎ²mÐ» 5»¸ºoJ9nzd—CÐºC\\õq÷Ø!ú¶0UwÛbœÝ´¤? HÑnY¸ì–,Öÿ;ÿM°Gð’8Y€“r¦\0g\nØgŠäo¦ps?Ø\"Í?\"×Q');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_actions_url_chunk_0_99', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœí›ír¢0†ïÅÿj>€\0½‡Þ‚ƒJ[¦\nÐíîìôÞ7	$†ÏkÜvvíL«ÁÃÉ4Oßó“8Œg1y¨bŒ#/’‹è!‰©zâ¡øwûñâlÓÃ‚ÇñbåûôçâAœœÅ”ÿbõ¨ˆ?HÈ/§Ø‡Gñ@ù?ÊóVoÇMÓMžÖïEùÚN‡Vˆÿˆá…äÛÍKVW›÷¬~DóÜtÑf;fù|6”ü´ùF]UZþHË6†¬B5eyceƒuU¾QU\'Z1Êô|º¨N^QÒÆ0£¦ºLòêÉÈ„BÜTŒUe†ëº˜Q×0öô¬º²a”G›Y©QÛ¾8nNe±K«*ËŸ×–’±\n‡\'5Ÿ˜&·®³ö¨T‰SêvÅñtHë¬È/¨®{ÒdufØhuý€Î\Z(òÍ¡HöÀ5`D«z:k@¿®æÑ…¯ðeËšX,P‚Ì¹Ž	1ÏñôçŠ|=øŒ€á6^¼•’%_8/u}ªâõz÷Tur(Ó÷¤ÜW+~mÖo¯ë]Q¼féòT²Ý¯µÌ#xññ!òË¹öÆÑE}+º°ù«4ü\n¢¯ þ[ôâÄ‰(½°•^m®iz1óôÂ!œ^B¯B/5+€^„ÑKé…­ôêåžÙH¬•i_Ê´ñšgrÏâ­k!“n¸^¦²C¯tÆ6ñ…§ðå3¾¶]ezJÊt¿>¥yÅ¯Å²Ú½¤Ç´Ï2*¯ GËÈgdé³Œ(–…®@FÉÜÓ±ƒ,í #Ô·Ê0Ÿe±Œ`jYÑÀƒ€ŒøpÈdþ]†ý›2Œ˜2ÌÓ2Œè1eá¤ƒ¡L€Ž²3»šdgÍEûœê¬K¾Žøš]mïˆÕ\0£ö1²£ILvs}Å+bÇJ¤¶˜ÛÊ*QW7\0µåü-5%\nãÌŸ¦¼/Qò\Z2†ÑD©7ÕN²FDíd\ZY×I&_¦4±\"Î{*û´Üp¼lª:)k©—\"df%SKÑ÷5šI,1Œ#2Ñÿ…×ô+ÑÌa÷§²ÍÒIÍt‹&k÷Y½+#f^4!â¶ûkóYx¥f½‹¦M4u¼+¢E¿<˜™’	M	£€„Qs„ëPäÏË:-Ë,ß¥yýH«~§\'¥žt­‚>µâƒ‘¼3:*¸FE	|8QR×³JTÃÁá@I9@Tó–¸RRîÈÔ(_¨ŠB·‡‘­ ®V\Z-ÈæšC¡Ï\"\'j—AÊ…Á\r‰$YDbˆ.\n|˜.šÅŒVGAË‰CÌÐ\rÔ‘3G‰8GbG˜÷TÈ‘8:çš»±§c,âèG	$Ž|‚îŽÒÿ%Žø i#Ïª^Šcºäœ{æoT_IóÊË\"‰½!ŸØÀIâ³unv6 Œm<¸‹Dm(rá\"É\r\0íC-ÚÇÁÖ©}BÒ>Ôw;\nîÚç{h¬´RÒ+oˆ‚4\04Poù·‚‡mè!<8Çgi\Z˜2vU÷DÉ´	çœ ³·Çö1]Qé°^KwÅ$A<êŒ °›awúÿñ¡#Õ‚!i«^Œ²p€$C’uwR×®Ö@’Ä#ó®N$ÕÒÝÍœ»™s4ßHÐ|ÚÌRã¼ò[jøÍ“yjˆÛôFO5ð*jGÔ¸Þ‘ÙÇÂ¹\Z\ZN|˜\Z¾3h8³_îÐøfÐˆ.dÄ\0î®û\Z¬5SB))‚‹¾Å±=$ù«Ýìý’oq.ýúà\ré¾2sÏ[`·uÏ¨èãDM2`Èã48úóCÜ3†QS`ctiŽZµìf»˜UnHãcÆÚ\\ÞÎÝl³Ê\ré€T¬ÅÖÅNw1cH+„›VÈÕ·8`{å­ìmñVsz)¨NïÇ•[{z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_downloads', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_outlink', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ…“QnÃ DïâT1ÔIµÜ¡W@ÄÞ6¨\" M+Ëw/NÆ”´H‹f˜7‹€&	;&€Æ<Áä ƒfGæ \r…¶G«ŒÆ¯‡Þ¨†I á´ËIeKDx°‡Æ½+î¥B®Ñ_Œ}kØpÕHÓG~’Þñ‹ô§Â´(©í9*â³¦tÔ¡ý@›˜5fôÜ]†ŒRÌMÄpÈ€Þ\ní^2ä¾†\\]7è!ƒ®bLOØ­DhŒâgkztNê×ˆ§¤†/½?%–¸T¢´D^ªrÏ°)6ä<¢—Fÿ_(÷Þ)”[ª…JÃfæ£Ãß˜L•LÚ¯Ì”yùv0…‰^Ä<n>+¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_outlink_chunk_0_99', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ•“ñnƒ Æß…ÿ×Z\\Ûí|‡½AË,™€\\·4}÷q] Xi²iLôî»û~˜;8KØ46ÕËŠªáPÇú\ng[ oÅ@PdM\Z	´ÁÚìIºÁÚ Üq“b^*Á´ð\'c?°CW«*\\øACoÝ²£ôŽ¤?.ÔÁï*ÄnJê»ü[Ìð¯Rf›8a?…]<—\0nâä¿Íüc:š$ûYbŸ¹{Ëµ{/ùïJþ¹<ì3‚› Z%†yŠÖÅÁ(6ZÓ	ç¤î,5-±,‹\"öND÷²hž¸	ftQã ¼4útó¢‡t¹¬Hw/˜M°Ñl0üðÇ	ÎÔÅ	NùÅg™nÇ=\r§2Ù!žëèýëµ¶V-¾W>,f(©+ŸêÙ\"c\Zþ`g†IiÆûÞŠžãY™iÚëÎæ›ŽjÆÜ‡»SÂsübŒD²\nÎÑð‚?öIm[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_sitesearch', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_SiteSearchCategories', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Contents_name_piece', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Contents_piece_name', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicePlugins_plugin', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþím²@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_brands', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ}Ž;Ä Dïâ`C~CµˆrVÚ\"Rº”ˆ»/\"r“tolýy‡‹	¾Ã‚|b\0éû;(žp Š;¸\"ƒ¼²4Ê¾ñ|ñÒ‚ÓLa¨@ÜÕÛŠ•§»RôIªÿrÑ³k<«	è³91rbääIŽ»\\Ÿ¦ðfVþIœQ>');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_browserEngines', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœMÍË\r€ Ð^¶þ†áfö€‰\"ñâ‘lï²·7™ýdh´•2ì‹ˆvÃƒjÞJix­å:)èž5È‹ÍtÛnÒj„8›Ü´ûn×§œrÃ¯Z¾–/\nåî–˜˜Z+Ì');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_browsers', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ…Ž9ƒ0Eï2\'ðx	ð]¦IEâF¢@¢£´|÷xbMCèÞŸõ%Xä\r&&¸ò\0ÚÓ²î:BÏÅ\r\\ƒ¼°m„]ãñÇSF‚oì„Ceb7ª5œ+Ež$ä\"gß½ðWî3+9Vr¬äì•œírõk5s§V¾[ÝR!');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_browserVersions', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœÐA\nÃ Ð»x€â÷GMÆe7]•@O`¡‹@vYŠw¯6Øþ,‚Ý£#iñ&¤\rjÏ×ªÂ†êzÄî¢UX@¥\"(S³™ežöÃg0ì™j¶¢wbà¿}®/Dh¤\\ï¼·¢ïó§>>wæãæŠ•G/ˆÔ\'šq~¢=IéŸ/4hÊ@u˜ßo+}V');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_models', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ}ŽKÂ0D¯‚|‚ü\ZÚÉŠ ® B Ú]”»ƒeCvÏý<R„pºÂ„´`\0Íþfr¤¹[x„w¼ì®a¹¯Ï¹ÉH3«Â†Y7žÊ x0Maø²I#¶Ž-‘dÞÿ*™Ÿx¤ÌguÑqA‡SÇV5¶ª±Uÿleµ­{Ûzªù.F^');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_os', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ…Ž»ƒ0EÿÅ_‡)äfª:1”•9H\"±1Fù÷ÆBA^Z¶s¯eû$8”|‡€r`\0íiûì6¡÷óE1Ã¶dANØ)öšÃŒ>Ù\nª¨…ñê«|H0(Un.½ø«¶Î‹RóJ•ÚôKÍw5nšlXÙÙ;»úÅgRp');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_osVersions', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœÐ±ƒ àw¹h8PÐŸ©qrÐµ3M:˜¸9Þ½C{Ñí¿?9ørqƒòáFÄ=hïÏNþÀ\0Zž“g~8ò8WÒ%k‘Ìã9¨2tgæ’{Ñ[±à~}*?(ÄTÞ\\kÑöYÐk^=+¡c¡ã;:]u:/8ÁS×<}‹ÇãÁ³-ž©¼.óÌ |L_c|è');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'DevicesDetection_types', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœMÍ»\rÀ Ð]<ÿˆc‡ì@¤Ht”È»ÇJD÷,ßÙ³Á”\nÿ!cDP¯×Ý©‰¡Ò`—£Ú-\'µ;}C>o°ìÕQ$LÐ1m«ã¯°~©0˜¬wÏÂü\0{*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goal_days_until_conv', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goal_visits_until_conv', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goals_ItemsCategory', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goals_ItemsCategory_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goals_ItemsName', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goals_ItemsName_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goals_ItemsSku', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Goals_ItemsSku_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Referrers_keywordByCampaign', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Referrers_keywordBySearchEngine', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Referrers_searchEngineByKeyword', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Referrers_type', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœMŒA\n€0ÿ’$¶*ÝüÁ?TðPè­Ç’¿›ˆ‚‡e˜¤B0X+Ò7\næÀ\nêõ¼:éð„„´AœÕYœÍIá8FÑ8mÈ¯J2ç_¸?‰Å—\nÆ´Ð‡šÝIÑ$=');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Referrers_urlBySocialNetwork', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Referrers_urlByWebsite', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Resolution_configuration', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ­Ð±\nƒ0àwÉÜ]¢I.Sqi‡J¡Cç:n.‚øî&•”[¬ºý¹pÉÇÙðÔ1„ÈºÏÓÀ«>>_½\ncÍêzjBsTÕ0¢1 BÇ˜ïXQÎ$²–Ù¯‡÷‚Y3æ\\‰y-ìg>ç\"Os~³-ƒ/Ðtx\\ÚEr0Z’NÜpš-§.N“–µu‚ŠûTÚí´P=¥NÁmYñH§$:õ\nûP}¨ÓÛ}íÔÁœ”ì/Ðyí#¯W');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Resolution_resolution', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœ­ÑÁ\nÃ €áwñ	bÔªñöv(ôÖKA|÷ÅŠ#\'ƒÝ~I?h&Ke\'H™ÌˆHå$GêÈÏ×¡ÒI”Æ\0—GPi\'Í#Í£ÖØ[›ÞöîØ÷‚ímZ;nËËÆ‡öÜÄ-ÿY©í#™€Jmgc°&˜µ âŒˆƒˆ¼àÖ@ü\nŒ|0\"\\\ZÂ„Üñ7 YÑm´Vqò—§@-€ €¸Ö75Å¦è');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'UserCountry_city', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœMÍ»\rÀ Ð]<CÄ±Cv R\n$:JÄî±A‰Ò½“?W`1*L.ð/FG\0µrÝr‡Q®°B\nj·Õ^ì@Ö¬ödÞöê fÙbÃ\Zãot|\'S[ŠŽ©Ï<çjo)×');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'UserCountry_country', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœMK\n€0Dï’¤_éôÞ¡‚‹BwÅUÉÝm,Š»÷˜™¤À`Tp.p/$ŒŽ\0jå8åº:å\n3Å€‚²]•Ý*~$­ä¿Ø)‡É~¶<{Õø‹¶o\"ú¥€1DïîYäòV*Á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'UserCountry_region', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœMÍ»\rÀ Ð]<CÄ±Cv R\n$:JÄî±A‰Ò½“?W`1*L.ð/FG\0µrÝr‡Q®°B\nj·Õ^ì@Ö¬ödÞöê fÙbÃ\Zãot|\'S[ŠŽ©Ï<çjo)×');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'UserId_users', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'UserLanguage_language', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœMÍ;\nÀ Ð»lðï;°$¤ïWIH÷†ÙO„DË!B¿ðhTâ™\n…étmw¥!G– ËVËŽ­‡HŠüjf0Ëšm‡Í˜2Âpt¿jÿV:‰hï¡÷”£+Ä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœÓ=Ã àÿ\"t<ð<?ÒsëÒ-c×bÁAšB‡ÿ^;2¤žÛ‹âÃq¼&FÇKaÓ/3;VSzäIÅ™1°ºæg~¥é>æÏ­Ìå=«XØü.Y¡Ška¬O5/5Q·ƒÿ(±Ò wŠ=VŒ¤  <IŠ³Sô±b%…€dÅIŠ++^R8Y	’âÁËÊ )‚¬œ›Še5\0v,Ûe®î€Ú®™|Ôî°¯[®%6=R»ÇõŸ¢A ß³¦v™ëPäÝÉ\\$iýT/‰');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'VisitorInterest_pageGap', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœÑ1\nÅ à»:L¢m_Üz€wtºu,½ûËRpÓí7‰bŠRÐ«jÈEå	¬×©Iá(¿ý€|Z	rU¶)ä»*Ù¬Ý¶$ùû†\n#7\n÷öAiê+â)c£„¾=%aò•ä)3.¾2•¨°\"ŸY†Œe²]¿øšÕuò‹÷|<‡iâÍsî?\\Å…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'VisitorInterest_timeGap', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœÒ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕÈÚÞ¾ü„¨àX!eA¸‚áØ1€¶åóÝ¨ìˆ a*+Ì\nŠTÎêÅþÜS(ïëâ?ãY•ÃÝÑgÇZNPNwGžPu(ù\\ÖÅ*4ú &l±C\ZZ’+{zJ-ÉßR‡4¶$Wxê‘rUÊ WX³tü©¹ò,ú²¹ÕÔù)Êž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœÓ;\nÃ0\0Ð»:\n$ùyëz‡:²e4¹{µ2É›üá!Éò*”dl‚}•x,ã,a_¿¿=ôCO…¾	ëŠtú¹	é]”¡QìŸkÃTø¦à³Âž!ú¹DOIü\\’§dÈ¾’=¥@¹)ü¬O©P}¥zJƒæWÔL%IX€&Ú»˜ŒÆ”\'\ZLöüjÌ2N@ö}pý	8#Ùc\\µ6$à)ÊžeMŠ‘^üö¤óf^†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'VisitTime_localTime', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœµ–A’„ Eïâ	øDÒw˜;8U³èªÞ¹´¼û´‚#‹öë,²JåÃ¾Ê¨t~ª{Œê÷$ë<iÔî5~ÿ¼ºÇ:øTÔ(5ú=æš„\Zc}i‹ËºÂ¨Nçeýök8…¨PQ±õTÔÛˆ*\ZlD#6¢=ímDM6¢Ú\rå×Ùr”}ä¾äÒ•Ml®\\†c\"–<ëŽwÒ_þic™º‘mÜ\0ÃÖ¤ò>¶küð¾ñ#\\ú±®”\ZCäÚ\\ÐÍo`|+‘Wg– ¹\"®q7á„Á9#‚“F(ca©£þþ¬þ~¯xàÓð?J€CFÔÃæ6m#Ë¡#*\noæÄ¨›<±êç.\Z:£ŽN8ÌÄfË/©3m');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'VisitTime_serverTime', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 'xœµ–AŽƒ0EïÂ	øv Ä½CïÀH³¨Ô]—ˆ»OiBÉ¢üt^Ù’gÙÊ³I°åfýe6Ý“dËÃëîóÏï½»l‹7C‰R¢î1•$”8”8–_qÝN˜­·eÝö^÷…s(| B¡âU\nUh Ðà(tðŽ:ú@#…FèD¡“4Qhò‚+	^NjHÉÉJàZ‚“—ÀÅ\'3«	ÙMƒuÈV>rÍ¹t¹„×CŸ…v¼ržòõ?¾‰ïücY\\^p²¸¾0ÝÐªZu#4»!ÏöÅªòE;¸áÛSÂY]¨¦ÔWeá‹²¸á$ApÂIƒÂ5(N\Z®AA{öz6{Ýgž4Nÿ»¤Òøs2¥pSŠ‹)×?µÖ0†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_actions', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœí—mÏš0†ÿ\ná˜¾Pü¶%Ë–%fÙË‡}\"¨’©œ{âüï;¨”ò´BÉÜÌ’™ žzz÷{.IäEÇ4B³$¢ÍEÇ2b‘›%ž¹³2ò¦‘ë¼~ã¼ËWû²*R^:ŸE•dÎG~HŠUé|yïüt>ˆ/øÊY<;_ÅÞ¥ƒÂ›³¨ßBÕ!‚pä¢zÅj@fóúDá£~ä–ûm\\¥[ç¼:ˆâ©öÃh‚àU\\ç‹x“Ve|H«–\rÚÔ½ªmÓ¼_íœ”üHbŠ¯’ßyqÍÁ“0À[žÉV›,]1ÅUGM£r=iêÅz½æŠ§ªHòò›¢„°qå›\\©éÒW øÒõ‘«Jg†U¯?U¼­Ä6ÞbÉË2Í×ò:PxÉ¥ÄäPŸ>I£-}\Zµá>†LúnoäJnÇóRlw¯R‘+wxîNÏØè¹G[óÜ“Û©‘Ç™HVº ±^”ìÆe§^n©uêÅœ¥È‚P	’[‚šp¹¡Ï!‘f`–§J0œjÒ$/e²KÖ°Ó*ãñ.©6g’Á\r²S\r­y#ßÇI¸Rç­ØrçS•¬a\'XÿjÃ”$ä^ô¹#$±Ç†!IX8É€°;B2€$š„˜Y@³à=KHzä³±¤¶dSÏ’dâ“ž\rpš†£!iölßYC²)…~HâÀ\Z’z½èü3Ô‹žXB’IHÂ­$S•‘He$V‰í	Ã#!Ö’¨„¤T#$Î+~Œµ$V9PÒ{D©ÿ)þ±&’¡Ð–¸Ÿ­V_)sú›H4‚Ø†\r›UùØÞÛ|lùq‹ó!(ÎMîŒmÚ;„fwjšÑÝË„Æ°¯ºÌCZ\rÈï›utÐÍ­[}$Z\0Ñ€˜  ~”â)åÐçeéòùzÈsì_C´L>½‚Z­ÞÍ·yŽÅø¾jôú$Wý A¿×èX€4x:ýê\"Ð');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_actions_url', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ}”Žƒ @ïâ¬@Ñ:Þa¯`h¥[²*\ràv“¦wßÁµ–]•Ïsæet@à® «°0(ànCÒŠ£l“Ê…døJ*Ïž$^ÊCŽW–Uþye@«cx³@rHìÐÕNu²î¥»iƒ1ÈÒœSŸ3öÇú¢œ­oÊ]6 Ï7éT¿Ù³€ËYšá‘,ø‰C”—ÄW:Všoi¼Mž’Ü\'¢û˜ÍÂÍ2|%³l…4,¤	./Iy6«+gDoÏ“†)/“Çdžä¬S¬tž›¡84$Bo!ÅHQ¶RjtW_>IkUÿéÅxJ8GŒÑ˜Ø–WÀçAo‹,U+yH$£,Msº«žtwm¥SºŸjx(óU×¼‚}Lu„z²¸j„Å<|˜AU÷u«E39fw@à&·—{©—x‡ü;ÆÞ-ÇØÕÙÜÍ”ŒÝì×©ïp?%|¤~&üßbŠ~Öm#M=˜¶¶N—Ì%¾8wµ°ÛÎN;Ñ\Zy¦±)e7|íü_#±1öãñÁ‚qA');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_actions_url_chunk_0_99', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœí˜ÑR£0†ß…{Ûœ„@‰ïÐW`° 2¶Å\\Ýqúî›¡’nq;ëxQJðpò7p>óŸ„ùì3gø¾b€Ÿy	qÝ\'Œt\'>bŸ£ÌÛ\'ÙÞã±óÖù1Í>¼{qsÎÿ@÷­.ˆ–#$&`ñô¾ßŠ/Â¿øUž¸z;Äu~ÈâcV¿åK;Z#1À\\Éñ!~Îë*~ÏëçQ4ÏM¼6Û!?š³O‘\nJ>ÌA˜FMÕtUYù++ÛX…¸I„}“¬>X©¢šªA®á|JÔYL­ðPÓT—É±zÔ¢€†ªÀ¤JWºBM×(BXÍª”£\"¿™•hÚÒâ¿–Å.«ªüøÔÆú+4¿ƒ`“ÂñMN‘[é4æF+ºéu(µÆX¼\nð„æ]qxÝgu^UÞMD,š‡7Mj6äFdÖlˆíJaP/Å1ÞIÚ\'„p¦^´hc½Œ²!C½ŒƒBYÕ6i±DÚ\0·$ r HÀ—o¼†=Ào T\rN‚3Rü)0ï­”<òùés]¿Vl½Þ=ÖEìËì=)ÓjÅWoýö²~.Ù]U\'OüÑ¯e\ZAœÓI2Hd4A?B¬ôý£.úùKÁ!ä?°Â¯Ë6?4?Š\"WøÁ<üú\\ÓðÓbfá×¼†Žðø….ðëfµÂ¯_Ûà×Ãa\n~[ñ¶&u&YÕ0gV§‡ÕÌm¶†@C£\ZPïæSl;…lÃËCv×\\ÉÒsºHXJ#]ètAßš.|«…èÒçšÝZu1ó[+X–.]¾yº¨YèòßÒåâmoãÎ®(^òìîµØç»ßçä0à.‡\nòøËºº(¸	{ì¶n±MÂ‚¶ÎÆXùÄ…=‚[Ø:@Žìn/fvµu8¢Ž¶­B-ÖN¤‹m8Ûº6·‹­ëb-œ\"Îœ\Zÿ¯žÊf±uÄÑÖeëøÏÐ}è¾ë\0ÄS\0$ÈÀyM‚~cžã\rÄ.N³Ê{Víº¨¥Lºs;ÏZÛùµ-ª”Éþ”c­˜¯íL‰¥\Z:Ð«•ó¯\ZR)“Ý(gh5ònÒ‡k¸‰ˆ3«&¤~iûIhDDJàº®SÔV4ÕJñÃ¦+iÔ0GBçHþXìÓ¬Œ9wbŽ‡²–Û/j£ÏYc©…‘qGx„#>Í6Üž©‡ôw0r|ý¦J€ˆ¢ÈD0¢EºDòEn -Öjž—+„\rB×;6› !jŒ‚2is¯²4	×®Ï$¬^lØR, ÍÉlGø¢¬Ü4\rÐ· ìµ\\MƒEº:r[KÑ`ÁfÎ\rnCƒËöÎJ»ƒ/Û4§?¥º–');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_downloads', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_outlink', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_sitesearch', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_SiteSearchCategories', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Contents_name_piece', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Contents_piece_name', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicePlugins_plugin', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ…ÐA‚0Ð»Ì	\nEÔß;x‡\nEFŠ Eˆ!ÜÝnHX`»ûù™y™ŒÆC(\r¹…‹Ã	dõÝXR9¨èº†\r)Fê‹”‘Z‰X|’ê¶ÿ!Ÿ+«]½sÄ±“ôÔ“Ž32ÈHP_V;E+YP¹‚Þ.š‘[¿è´\ZŒ¶½Õ_3Äµ<¬ùEÇv2ƒåG=Æ¹s˜KA3¿Ênv­)9úþõ8²;');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_brands', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœMÍA€ À¿ôTPéòÿ€‰n	—Úh¼Í¦Ùn£¸”á_zÃ\nªù¼*¥¢TÀ“\nêågoŽÅ‚ÓÌ^½N{DÑ´Ù…Õû×º‘ç\\úõHcÜ#×)ˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_browserEngines', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœMÍÁ\r€ …á]:XPxÜÀ0ñ@$^<v—B4Þ¾?MÛ’ B¿ð(7,(ÇýÈº×œ®“B‚n­AF<ýÌÃ®ÛPf˜Å¶™AÞy©yL´xù6ªüˆP(U®n¡ÖMØ+}');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_browsers', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ•Ð±Â Æñw¹\'àiåcìÒÉ˜ø˜84éÖ‘ðîz’ê-µvûø…2Á¥üˆ² €æ|Ì”h)Mà×À ÖÓ¾µ¼;¶Áép2¡u§Ý™3ý§«¾áPªÞyY~ÊÆáoÉØÈœ‘ñ¾Löd×›‘‰‘‰‘…-™_eÏþÈ¯Õ\'Ö„yA');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_browserVersions', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ•ÐM\nÂ0†á»Ì$“1móeÙMW\"x‚.\nÝurw›†ê€ÔêîÍÿC\"i„	ñi†Mñþ˜(Ìè@ýXÚ“¡0‚—)qi«ZjÛµ}¬ÎjÁÕnJ7jOûê\\^ˆ0H¹ÜyÙ&¾ú†~ññO>Þó±òåãcŸ=ò]oÿg•Ï*ŸÛóÉæïäŸÌO†|é');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_models', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœMÍ]ƒ à«˜=ˆÌÞÁ; CjlSúF¸»n‰Æ·o2™] ØÁ\\°H-hs“ßˆ#tâÕïþæjññõ{ˆ´t F\\?lŠ‡¿m	JBSlÄíi²ƒ•Ô•F‹û{‘å‡ƒBÊruäœ/ñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_os', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœMÍ1€ À¿Ü@@ay\r­5&$t”„¿ËyÑØÍfs{\Z½@Åó\" 78PÍçU)¶ÙÐ±\'Šz&\r²ìåg#öƒÅÁŠ\rÛÉTðÓ*foßÅà\n}ðjŠcÜ¹@*y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_osVersions', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœÎ1„ …á»Ì	fAyœÀÆvkL,Lì,	wwG‚¡1n÷1àO°ÈLL†€|Àö´¬;ÅôæÈ†âþ\rdÕ¶³TËåP×…O·äª½ÚW³z¸÷‹þ`‹¾9·Á{ÿQçžê¤Õ	(ŒÒõ™·¾rXˆS¦');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'DevicesDetection_types', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœMÍÁ\r€ Ð]:XPøìà˜x áÆ‘tw©DÃí5ý¿Í°è&eð‡ˆÞàA5_w¥ÔF„¥;íÔÛbž¯ãRpÓ¬öÃŠ!ê´ÏUCôG†A½z&‘F)¹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goal_days_until_conv', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goal_visits_until_conv', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goals_ItemsCategory', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goals_ItemsCategory_Cart', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goals_ItemsName', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goals_ItemsName_Cart', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goals_ItemsSku', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Goals_ItemsSku_Cart', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Referrers_keywordByCampaign', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Referrers_keywordBySearchEngine', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Referrers_searchEngineByKeyword', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Referrers_type', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Øˆ ´1[€hKkN„ )[Z€DÍ ÚÌÁ*jAœD+«êZB?ëÚZ\0o#ð');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Referrers_urlBySocialNetwork', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Referrers_urlByWebsite', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Resolution_configuration', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ­‘½\nÃ FßÅ\'¸?‰Ñë˜%]B¡CgÙ²!ïÞX±¸¤5Ðí|^ÑÃw½4²NÎg°².ÒŠšýã9+·îá~]?8lY£å&Á8…‘©`NLo¶)@M1hëÈº¸Ó}x‹?xY·øæ˜¾xêä9ô-A@0P!ŠG¢XˆB!Š¿E©ªÐëÍ!Õxò‘\'gOÚË¥srµ(k,Ò_6Ï¢¬Æ3¦ÛJT¯/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Resolution_resolution', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ­ÑKƒ …á½°‚û@„Ãºšt`âÌ	‰qï\r_Igÿ½¨|‰	ó\0Š	ºGÀ<¡ƒÓû3š8ÁÃ°xÊ½‰¸¬¸¬jKÓºµ®¶a}Á6]i©ƒkê½Ô+óR?úÚç@u>–@9ÊT˜àø™P.…ºìý‹°´{æÓS_(€ ”™üÌG@n€Ô\0ù\n¸|(V¦‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'UserCountry_city', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ5ŒË\rÀ CwÉPJÎÝ!•z@âÆe÷&=<9Û‚ˆÙXþ¡bdP—ûéÄDÜÝØ–&£¸Vö ‡ÕQrs6jñÏ±¢ççR_Ä*§zÃÅª/nð$w');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'UserCountry_country', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœŽAÃ ÿâ€]’²ü¡\0)Š\"å†zBü½q—4¹ÍZ«õD0Ê\"¤ƒGÉp =¦e§\n­‰Â{beX\Z»/ûŒ†GcQvm‰Ÿ\Z¦¡4ÿ¸ê‹ƒRuôÕÕÞù†šœ©qWŸìàf¯Üêw\'Rk');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'UserCountry_region', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœ5ŒË\rÀ CwÉPJÎÝ!•z@âÆe÷&=<9Û‚ˆÙXþ¡bdP—ûéÄDÜÝØ–&£¸Vö ‡ÕQrs6jñÏ±¢ççR_Ä*§zÃÅª/nð$w');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'UserId_users', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'UserLanguage_language', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœÎA\nÃ …á»Ì¾ 31­Ï;äB	„nBWâÝëDnBºû^PóG0Ò\n\"¤Á#íp -ÎËFáðòy¼g\n+lÙÄjî,Õî°¯ÃèªEíŠ¹\\xé»CÏÓYa²>:µwußý:¹ªãV\' ?Ú.ÏÞååÏ¹Tq');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹deUÜ\ncÕ¼¶DqÞþ£ÄJƒþRôoÅH\nÊ\nIŠ#+VRHVœ¤X°²â%Å“• )¼¬L’ ÈÊ±«XVàÀb°_æ–Ñ\r4ûn™üÔï°o[n%6#R¿ÇíŸ¢A ?²¦~™Û£È»ƒ9IÒöü/‡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'VisitorInterest_pageGap', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœÑ1\n…0à»MÚª/Ý<À»C8ÜÅ»¿,‚ƒôwûÓ¦!­&ÁŽf¡T‹WP;vËF[ý­•ÝoHX¨4S¯Ä+*g3ñ^í)–ïuÐU”õ¦è³¢H‰ñ,)‰ÓM	ÏJBJæŒ•Œ”‘\'¬Œ]%Í,3S—ñ,þ×/V3C\'³¾˜çƒ•Aäœý\'Åƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'VisitorInterest_timeGap', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœÒ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕÈÚÞ¾ü„¨àX!eA¸‚áØ1€¶åóÝ¨ìˆ a*+Ì\n2*ç\nõbî)”÷uñŸñ¬Êáîè³c-\'(§»#ÏN¨:	”|.ë€b\Z}¶Ø!\r-ÉŽ==¥–äŠo©C\Z[’+<õH¹*e+¬Y:þÀÔ\\y}ÙÜjêü‡ÑÊœ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸Ð!-cÈÝ«%Ð¡HÞ~?ø°ey(g=7¥>4ÝAô<´(ìãýÙ¡¶Œ}S±+dè×¦l{IOK©¿î	W”…þ+)	S¬¤HÉ˜c%GJÁ+%R*ÖX©‘Ò°ÅJ‹”—XY\\%+¬Èå]]Æ2”‰³ß¿–¥b¡	Èoájn?f$¿›ÝeŠò{Ù%ÄyFÒõe€„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'VisitTime_localTime', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœµ–An„0ÿâÐclÖ³Èˆ”ÃJ{ãˆø{6Ãn£HéÓ6¸,«]btë}~xw=îMñyòäá9~~=Ã}|8ZµVã^KkúVS«¹Õa«ËºÂèÏËúíÇ>ð\n\rÔ(Ô4ÐH¡Qí)´×@…&\r4ShÖ@\n4ÐN·zu¶5ÑGko¡nb{èjŽ‰Tû\\îxgøí_m¬ÐÓ(šÓ\0×TÞº—È\\àê‚È]àò‚È^àú‚È_àƒÈ``\n›Ü~.pþ—›=”Œ¿ÝmpÕAä:0ÙmÓ\Z,WD.3î2¹Ì˜Ë¶àNÁ³Sðì¼þ]ðâ¼u%;å×¹³‹5‘ðŒÏ$Â[¾®ú,§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'VisitTime_serverTime', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 'xœµ–KŽƒ0DïâPmlpç¹#Í\"RvY\"î>›ERÉ,jÕù¼’e½frë}¾xwš<îMñùæÉÃuúù½†Óºxq´j­Æ½–Öô­¦Vs«ÃV—õ“w>/ë»ç}á=\Z¨Q¨i ‘B£ÚSh¯&\nM\Zh¦Ð¬:h #…Žôæð€zš>ÖÞB\r°]tõ 7RísÝ¶ã™áÑ¿\nUh¨¢Ù	peAå¬ÒY\\[y\\\\™\\]¹\\^Ù\\_ù\\`\\aEX.)ˆ,eÜR&²”qKYµñÝ ˆû °ûÐ°ÿM\nûð÷eG.{Êeßäz°è¡d<ÃÁ¸èL\"ºåDq*z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_actions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœíÝÝnÛ8\0àW|1w5ø£Ë¹ÙþÌ`‹™	ŠiÅ\\ªÍ&ÆÈ’W’“	:öö\r÷I–´M‰ŽeòÈ9i7²R94ÅDÖ7‡ä!•LY<ý²˜’‹dÊõ?|2ýRNƒé(M>‰ttQNýÉtä½þÉ{›Í×eU,Dé}È«$õ~wI1/½ßöþöÞåw¢sïÓ½÷G¾],¦L~ò‹Ê/®¾«èæuÅêŸœÈ3Ðéˆ¨wpj°‹KõËoòÕp:*×Ë«j±W™¨îòâOÕ8ù2ó8$ê€ÉfgŸ®nUyu·¨nJ³éˆ£]uËEÖ^‘ÿÕ…’¿ÚÑh²-\r+Eq+\nõr41Y\r¶\róÛ\ZÖ”nÚíj~¾9##Íëfí•aã8ØžFF«ª\"ÉÊÏFMœÆÛf…mÍ2‹7\r‹Œ†TH­O[7í°TÀ¶§åFãæùòjUä3Q–‹ìzWÖs¾ýe9kkâá›ä§Æ×u×íl­[^º	©ÛQ·¶µ,³˜¶·y–/W©¨yÖÔrG›÷ß$ÛL[Ûl©û Í–²{÷Lž]¥y27.³Ü3FiÝÊ½[æXm{·L{!yûGõ“ñö ØA¶Ÿ9mŽòÎ¡”³Í1ÛÝP{ÀG[Ut_8‰<ø²½SVÉµü(.ªT\\­’êfšü”vöì«BìRW_sÉ\'\\ÊßÕûg¾Þû*¹–Ÿ%Y™ýl\ZK¾Ã’i,k+iÄ°¬¤>Y¹½&(TîNy„JY&3Y\"eÝ*”µF(}ýµBI‚eÝ.\'™t’ŽéÎ§N2¨“Aä$ãF`\'}ßÕæÓÔuCœÔeíNê&Ž“»ÚìNn\n5NRÓIj:Iéž“¾˜N˜†òåŽ\\52‡…òÀ{%¼WIšd3©éÉrMaÈÑÂFÂ&`\n9…„…\nÙ8Ò·’›Bî¢0 ®˜QF\nýN!‡PÈABCÆæt °¡â…—.ÿ.ÛZ×‚»uèµ·Î,ÖÚº‡a -ØçÜõÏõyM»„AÖÉ_‡ùþ	ŽÉÛ¥5\rc|1þ±€ëî¿ÿþ—§soUˆë?ÁœQó‹ég<Í¬Wr_3†¤qv2ÐŠ9T3f×ŒÖ7›fœrˆfºUÍ@3?„hæ	’Ížf\0‰¶‹¨:kÑˆäDú ›æ½¼Kî½ÏE¾ô>Ê[,{`Õ\"ù´×\"ÑqLB$‘È8öc‡H²L\0Š¯X‡ø\n\"0¾‚v5‘ž¹H§iÑˆØERƒjžO|ï2¯¼ŸòuïìDGT[ô]‚£Ã^üQDÆ“(†RD]éºlÕeì‘QE„\"2Gg@‘\ZïÊDƒPè‹dÓ½—Y¶–ü˜yš.EV!@äOz-‘ì6ùàñw‡DM]Önš.c—ˆS\\‰8hü™ó$ê“D™ŽN±¢Ñ(ÚÓ(86úý6›¥ëy‡Ñïã‘ž3DBŠÆ®ËÆP]ÆÎí0Zaˆ‚úf”=s†š<jæ)Ð.#Úøhhš8zk;šÞb•(4…½¦‰ŒÙ¯¯¦ë²õÕê2š2MDÓ0-÷Üi‚Ô‰ ÐöÍ(\0±1:¢¨QAÔAP3·…ÒIÓ1ÈãçÒ8rtÄAÑ¢£ó!¨F¢&YËÊß¯gê¢}^§\nÅ}ƒ\"¬ZS—5Š@=4 YƒôYƒzmP¸1¨†BÔ¡Ý*ôQ¤þD=â@5T3Ø@5CŽlö~ˆÎÁ²ñ„!sÈ£’ˆ^¥k1+D‰1K âóüèåuÁO½TÏš:YÎG(ò,Í’Ña–ìð‘”.Fü8²ªýXñ³–×J^0ïC‘Ü\nŒ\0ˆö?ih‚†Ð$r­1ÊICBß	¡‰D¨³E®tj¦¶8H\n!\nïµç+¤Ä!yæ>kDÇ„c…DM]Ö{\n‰†1éA£§ÒHež„…’#›:RCÓ¯oŠ<[Ì¼×y6_¨¿—ds5w+O§M2Ù:$©¢ÞwÞ8ÞÈµ®ËÚyã ‘k½Âmä4?¬«=©\"ùV\\EÂ¹Ø›ÙµÙý,/ªüÅ]—ÅigÛ¹£cŸã\roëºláT]f˜^ú~Ók]0ŠÉÐ‰[‚2¸ô]Ç~Ëî%xÝ9ê^®_—qIÈþ0?lðçüáñtÂ€g?Åú`õG¨æõ”ü^ï¥¼be¥v&‘¡W~]$Ëa5ˆ#Š¸\Z„VƒPØj†<ÝÆ`›ÂÁ§ÛXvÅ¨}ƒ5KÝMáÌ²QO²F$”áÍã1Dsäló‰Þéñtñ¾‹G!Ör‘¦.›]uÇ.n×.Ÿ@ìÒg©g«$ŠvûuÚAÒ‘¤Èöx¿ˆd.Šòf±Bžžã¼çé\r\'QúsÆæ•Gûs,„0D CÇ“bCú¬C}f(/Ÿ†$oûW1_ÌpF–&ýZR{¥1¼ù·]]Öù7]oß5Po”·Ä†¼¥3 H\r>Ã‰0ìqen‡{²*/äÅú‡¬ ~&Ib¬©µ¦.«?1lårŒzdlè‘ƒ?ò§B®]±ÕpÐ¥¸k¹ßf•¸.’MVÂ†\"ýÞQ„Ž)ÃJänê²o3X\"÷¹o6€¤Ï:€Ôgù!xN®Œn!½Åç¼XnÄQs%{žÕ­b¼5&º.{¬£©Ãã˜@4ví\'Gf±šzE“|ùd0˜ö3»Ã‡0Å*-ò½HŠÙWˆrV¥\'Ïéýð¯u^]Üäw^•{Éj•Þo^N¼å®ÿ˜ŠäVlK!¥0óI,ß\\³Ã+YÿüàJîÿÄâVÝ\0·[IÝÒ\'9Àê T‡Þ±¥OÕÂRëÝÞjQôdY\0æº;WÀÑ5zmBí˜ú†«ÆjÃêAY4· Ðlùw{¡GeÄ²¢§÷Ç\0Ñ‘\'®2$ˆÅíB¢û2ËòV+“â^=«@Õ†°-A¿7ïV#ÝXûÂ5uÙGÖAûÂQä¤M\nJÚ¤CÒæ9Dk±Rìh@A2ÈßËzn1Ÿú¿ÌŽ\"v¯4Ê80BÕ¢ Q-:ŒjF*ƒ„c“îÍÓL>$©ê‚â_õ}“Êþ]€AÀ Ð#Þò¦°G¼‘aS‚30H=Íä+4G_ÿí*\Z”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_actions_url', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ•\rŽ« F÷â, øƒ{è­vjÆjøú’I÷>Ü*T-µ¾gb!ðy9A9œðŸš£\\ðÈuþ£8ãA#UäÊd‚þ;ÈkNÌM±ùÁÐczŒ\'”š&‚¸#l;$ßC™Fqó@õ—B×—ªh+}ë¤)[r²8F“Ã¢† =çZ«âVëóâ©ÇòCÉKÝ.&7Ã(„R\r‰¿þNÒ!Ä&pª’*	lŒ…IJ³çhÔ‡fŸ±dlBfçvk:°Y†„cC&™pi)Zu\ZÈP˜E³]#€ûÐžY¸d÷œ]â%¼×#‰&€ew)®²;VJÕí×cÃ1‹ˆl™¯y2–txËˆ}o)rË;Ho–„$Ã~Ôcw¹6•®»vØÑÑUÔiŽƒu\Z±¨qäGõd)Åî›u¨][4(F„ã·ÇÃ¸Ùépsî-“×ÓñÂA5œ=^)ÇšÁi\'pÈI:4d´fæ\'Îï¦gT‚Á$PÿÔ5e%‹^6…ÒBê`Üå³ÖWÅw»ãIwZ4²º	YªÐìË®ÿÞtL%0¶%Ÿš¢KM™uÄ¡ë5·ªr¦ÂVT\0O²qä¿uµÅNïå´_îù|Æ¯!´A;o­cë¾¨f¿ê—M:Y±‰­îQÈþ³7àMþÁx£7LÕÞ˜gW½ðºâæÞð¢z\\`ªnö†Í¾õÆgàÏÎðü£úC£ð6ÄŸ\\`Oöè’æ÷û/GàÔ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_actions_url_chunk_0_99', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœíÛr£8Çß%s‡£<•Ú›½žÚª}€9¡Ö‡”ÉÎ~5ïþIÂ@jÇrb3LíÎØ‰,d?w÷¿»•NI<ý_1%ß·S&lz—N‰úúžNiõ@ŽÙNÃéÝ\"‰ÅË§w÷Å*ÿÞ}W/.¦Tþ±ú‹©ú§\\ÿÉWáéR/ ¸ù„|ÿ¡þ¡òùS9óv¿|ÜKñ¸»·õæŸÃÑ3„îôJ§w«Ùãs±Û>¾»çÖh97»;Ì¶,VÝ³!TÎ¦¥ÿÚ‰ÃÆº¶bó*6‡1l‚øaY¬kYõàjUacUGs©EáêxÕ¢ŽÆ	C¤5Ö´Û¤«í¼9-GÞµªæðj]Qc]íùÌÊ¢ÆÊÚ£0/JkË×ËÇ—Í:Ûm±z:ŒÅœ”3RÒµÂö‹ä:‰™»ZgçÜhF¬ZGµÚž±GÝkÎÖË—…ØëU5–1×š_$×Œ;×l™»µfËØ£ûe½z\\¬Ó¼ña0ËýÒmVyt¿ôÍvt¿t’w}TM+Ÿ$\'D‘@ž=\\>S(÷\rf,ÔÏI…†_Š(©|\"Ù#ÏÈ~£ÉÃäÃçÝîe;½¿Ïæ»õ.]lÄ[ºÉ·yšî÷ÿÜ?¯—\"ØîÒ\'ùßëiZ³ÕL£ï™†%\nïîÿÈöÛÝzYü\'³çtõ$¶b÷¸ßùC,R<CÉ,@yšŒä$˜%	\nXŽ“8OY¥ñ·úÕ»g±¯E=‹¼ñ«¥¼\0…œz£±‹‡—x-Ä[€Oqóÿêš§ÈN\r\0!8m_Âi5¨§!ƒâÛqZÏÕÓÆ;N	ƒãpJ§„qZŸÛpZã¦§?\\ýÑµº`¹W×g÷êšÃ:W÷~€‘Ö{à‘¨uT¿7ÇisñGÇäwÎI ûr.ŽþÒ”Qï\0‡‘²qÛ^l±U}ê÷ÈÏgø›üw¦ü•>‰¿_„ÈÖóy/úh…>ùEòì£ŸÅ>6!œ@ÙGì‹‘“}O\0ìÃ”ÂÙGì3Fµ}¬Ç,ÙwãìãÜ…>ÄÍ‹#$…\ZIê½ÀÔra\r{*–î0üØ!Ÿgr%ˆC±C\\lÂvä˜0™\\;âÁÒÑäú±C\\Ø™‰`–.ÒU&ò{5g¾¥?ƒùf½Ô=uÿ9\\#\'F=È	Èé÷òïäqìÏÉã®˜YcŒƒ8Ø³“Š™&‰ø©ÄéŽ?Yæ†ÄÌšcGõqHÞÌ¬úä“°zÒM(·OØ$”ovýSHJÉÏFú‰ò‡ü¨ž6éò=©Ô*(\ru|Ÿz‰ïWN§¡7V‘øÓ2Â¬\"“ÈÄ‡ÏvÊÐ$Ä1€U ëˆ`Aœ2 uDFëèö©äŽÎó*:/ßaœ?ÉÂêÍ“Vl>™ÞudG®[§Ëv°¤°y\0€Q>En•’é…m¥|ª]3\'z‹¹¬S&O‹òÈ\0Ä9,ç³|±òó‚A¦(?ÛËÆµ æØžybŠíR®•K8ÏÉRcæëE.6ÒÙìô§È\\@p{]L¨Ï/uiY£:D^O»èÈñêr¸.Çü9¼Ž€ØÊ/.UÉâvóÂŸ\'¥&Ý—˜]Ì¸”õ›D{Fê4C9m¸›T¡…ü$ma:FtNè À‚Etð	Ò$¢ƒAv‹9êè%Ý²—tRìäû«l±Ï|Íí‚a‚?,^Yò…ü…g®<hG±\'ðÔsÙü¤jŒ<è„ð<(‚€šù­ƒ§/aÀËËF¼¤‰—Ù^žmyÊy…¼ŠÅ{ÜÄêHû½\'ÝûÜðÓ†Ä‰7Ú˜¹l´©Æ8Ìœ’½AfÐÁàaÒdÌT´9%+Ÿ¼ƒSLÆ˜.7”Ñ&ƒ® ŒãDe,ˆÊø³IÆ n/¾>ˆëT¥íÖGeIæÖ—V\'×»»Æ7@F½ f.«,Ä(È\0	= !È\0	GdO\0Hù	uÉ™ÒÕª×î6ÝüT\"’ýÞóÁš¥8æp}÷ãÅ^Ùƒ!ìÁöà	Å¾ØSÏe‹ñRbÏ)å	öPPŒ—Ž1Þa²äüTì9ÁùQh?ªúý cÓÜ¼$m	\'=Ü~«EûA:¤ïÅòg¬Œ~P/¾ÜŠ0Ì˜%•K$]¡ƒaR–T~		ˆ\rÚ\'Âò»8ô§=æ²jÏ4í’Ñ.ùlŸÈÙúBÂg»ÏÔ‰žï÷YºbäâU,Ö/K±Úµ¼!­p÷ç»œJ‡.štC§Q†Ð3Æ¡;\'žuçsÔ:CƒNt\Zt\"•†Óö¹x±‚§¬ÖViýþ­agÚIß&ñÕ §žËêK%°9È/x¨I„9êž\'ä§Gaf½‘§<›·hSj_DoâÃNxÁL|¥×ÕsYË\n,½.ölæÄÚ˜£Ž´m@zSƒ6+ñT…Åj\'ž6©z-ô8*\nÆ°ŽÕÐñ—Ùkæ²:0ôpÏèá ô@«Žè¹1ôœèa½ˆÍ|½Yê:&ùwú$:=¬XƒçŒ~Xð|I¾Ï¼ãƒ<‡¹¬àÁ ŽÈs<VƒÆxò@ÁÑ¹à‘¿— ±1‡ÈY£SÅœÈ/s†Žù*Ÿ¬ç²ÖD òIä9­”r4¦õ\r9ÌÙâ9§TÄÓ»¶âe).`ƒHªÑb´“®¤\Z/²·Nª¡€PR?µ{LªéÂ—\'Õð–TcÕµët\ZÚîÓNÃ“ç½[¦ê§…Q³oŸÒOÊI‹óõê²)ñE2õH‹+¦…3L¤kb°ò‘Ý¶vPC_²Ãh#¥5ß³1áE].ÛHù¢„?My¤ÄõRÂÝ+Á¦×hÐ\rç˜Ã˜P·HÔÏ	£\Zß8\'´ZëÁœð —æDìÍœð& ¸^P@3úÂoM\r®…n¤[Ç|ÀBË¬^l‹³Ý’Ü3¼é¸#3®—pAúîtCŒH=âD^U-Æ‹d(°Ð4gÃâ|¶„…·è¦?íu„ÅÃØÿÚ¦²Öœˆ:«nÒ1¾D»È0ú>l¡5	}Õ\nÖsÙÛêƒj±ç‡0l·nøÎC£ÐzSB+¤]ä›X,îg‹½È6bÛÊæ e—&v‰²hð”¡þÒ9Ì\\VÊPØþfžÛDP›ÈqÏ R&†diÊdÏ›õªÈ‚l½Êõ¶‚t•«Žq¯ÒÂQOû³ÊÊ]‡0Š/‘Éú%;»~f‘2Fž8TÏe}1qÈsZ¥•‘1­l˜bÎ$Ã¡\\&mõÃ&eó|‘*xØŒQ½–À›Ö:R·­Ãˆ1žðP³[26à(c8”1K‘YdØåì˜áûSØc) sÖÆGÔÆs2ÉÎx¬B(cÀvÌv·)^E«\0G¥Sr\ZjÄpÏˆñG˜«ìmK˜¯®*õ\\6O©\Zã°b<×üØ¾«cÍß0	CÁqáJo’é]Eî—¤²tû’tx~Áí¨ìbëm‹U’Ñ(I÷àË%é¸›Ç±8T‰Ð*l˜<7\'D|û™\r†ôüm™½(Ae>=ñÅÐÈŒëeFLc9Uê©©‚U8rqeøÖ’ö†Á¥£œ/‚M‰oòýé4#.®ÌÙÑ¨¥ÈÔ$ €¢uù”AV\nâa°@ë>l‡ó••Þvô\'¨Œ0¸b\0‹ñšÒIM\n(¦Qï[‡C?{©9_)cÞêíü	#®˜§æž6(`FG-{Ç£èÉ\Z¡?•ã\nuT<aÔŸÊaæ²¹Õ˜±ÍØ¨r\\Q›±ìg¶Án¨;¨•©Qö‹/ûú®¯4`Ôä‰·D\r3—}ÃóÏÉ`þv>sƒ€	D¾ÏÒ2ú)Ïµ´€VY+]ƒ”Íá1»\0gØ°÷AÇê1_ƒò5(,_ƒz®ã£ Q–Žu|¿+hö[µ¿è>]bµY/™Õqc•ÛmµÃr’&<À…V¤AjoF\rM8Œ5òòÀíý!Øà(¶ÁFÞx˜N\"à£õº,v\rA®ð–\rãš€Z/ÌaØÀx­ècJãSyÃœ¼1o?®;µõ¢çpBIÒÃÈ\naNO¥vRèÝÜV ½ë`³©ýýÜ7[7¦Ž‡ÝmôvH>5Ot‹uÍ‘ª”X¾_ÆÃº¢O~(úe¬|BïÊø‹™£\'Í™½ÒŸ·Æ[=UTùâz)iž=‚\nmÌ0.¬âB9\'€<ÑoÒCýðŒYcÈá„`š4þ@’ÙBÑš	¶}DcÈ-.…°fL¡/Ž	(ã	N0aê\Z‚á+Œ_hÂq/ù.Ô<aÌ¾Ôãp3RKÎ\n¦–Û„ž ËýÐD·4•‡0ÀJ*Ê–H¸dÓ!S„hw‰±°„’º§Aalgš¾üï,&ˆ\rIž“ÔŒÒ³h£Ë7w¢^HäP³Ø„p€µÂWV€Í{‹¸5L¤\rl]OÝða6*Û7­fQˆšUÞÊ‡ÛŸ¶³Ü¢®^Ó3ÌÒ…\nåÜ`€ðè¬&²òË/† €ûAA£a|§QÅÕ ÙoÜa“„N‘[¢ƒ»{¾%°ì7°I`µ7 ›DíàÃO@Cç}‡!gÛ$Í±¿;0Zö7öa¬6/3†ÙÀ´ÛšÎ°v]+–¬>‘û?Äîq>{Àßä¿3ýà¯ôIüý\"Dþ°ž7ºoÚ\"¤²Eè—T?¡wœ™L(Ç™‰=ð#qÃ\\‚–úÅ%\'(æ÷a 6…c\'§aÆ™¹3ÎìDEv9Î×‹Ûa—X¡\'ÛowëeñŸxÌžÓÕ“ØÊ‰÷û\"ç8åYÆƒ8IÀÊƒŸçEyÆð£8Ï¾Õ¯Þ=‹¥xø³x-‚ì¹Xä_-åe!äÔ}ˆ•X<¨2„B¼4t\r™`»ÞP	`C Äº!Peÿ ¿\nš¿=?F²]5Ùêx4nÆ£ñQ<:lÆ£9šñhÔuÆ¡ÓÕûrœÕøåvÃ+Mñ‹×‹£Òýn½M_Õ×ÈÊMåxØÁâ	}õ\'®ç²æ5Ä {ÓXÁÞ¨Ì@TøÂ#•¯šÊ=DBÞµªmthc‘âJfÊÓL¾œ³$AËqç)K¢4þ:Ð†|à e‘?Ðš¹¬©ð0Ç~lÑ<‚öZ@ûµ„ªA;@[J&Å*[ìóZ2i3m»sJOš{iÀ]I1¶*@o›â`P›â\\³â_ß¨oìƒ¾¡7ÌJÜ{öÊ×JÌ¼¤›\Z\n¤%a‹÷	 ŸCÌ![e+Ð„Ä¢@mp¢qSVkƒÇCWKŸ0¨oèb==Ñ œÑFjÂþÍª(s>	–¾¦ù”LH™Py&#ÚÂHïî>$0X»\0\00¨¾—Ž†Âo„ú®6;å•yœŽ¶¥ª¾÷hï=C…ÈP!ª´@^ÚHˆ>ÃHàÊ\0\"—‘¹]È†ÝGI_\"€É\0r$F>Ü8ø©»kÖ„Ð™ØØ‘Ši@¨n$ýi˜ŸU€\ZžÒ0íÄXp¥]º{9{Ÿëll+¤]Âú\Z}Æn\'ô5®1è¹G•¡pÔ0¤?Âˆ/n\'|Rˆ‘Q€+Äè¡EPÉHoHýu\ZapÅ0€XïniS¢ê#8:I›®ýdtÃ³Áà¥µO	oÝHýuôÁp½`)\0Ý7¶á×rô$U|èêÌÑÏvVÜñj\0¡åx°<´äÑ€ Þ¶Gñ×‰gÄ¢ûÎ6€ˆL{/îÆX]Áí½Zý(ä’îg‹tuì_tÒB¡4œ?=S«¥Rý¾õÿÆÒ=°Z€;\'«¦Ã{‚˜ƒ´°ñ£Ÿïï\0FcÝÐ0‡ê EçÝØ™gšgÕÝ„Æ27¤Ê³×æéÊ¾:3—hœcæ†´ ¨¢NÈ| \'Ò8§ãË³{PÝô¦,T«\'=9\\ªAàl½ßI&@4ú{ýú?œ½Æ.');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_downloads', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_outlink', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_sitesearch', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœí”ánƒ …_…ð\0‹èlW|‡½¡-­d X»¥é»ÖBQéÒ%Ë~i¢Aïáž½ŸWøÄqÑÐdQà“Á5†‚®™€ÁU‰a«ŽÀ*@û^|‚Ò€É¶|CŒl8.¯\'Š‹Ê/jyq}†…ï‡šwI,—ŒtÌ•~óÏÝãâ©p‡¿)]‚nMZn\r9rÛNÔi7É»Qý5TèG®R\'	Ó¦§žsnâè_\'þ¡L¢ý °LÜ­¦Ùåü9ÿT,“7A°Š†¥²JRl•$½Vfïö“,~¦Y¦›B\"ß;&\ZË‚yÌuO0H·Q²ÌrÕý\"ÝpÓÝt©,›n,L°êˆPtûà\'êìÇúd‚“ŠC«¾4@°9»;Ç-òØú™ëéÞ}kn#=µíã»F•k~íåjüC@îý|ïî³í5•~èG‘þåLÿLÿLÿ_Òÿ\0ðBot—?Ó½r/›$ûìb{{ûŸÁÂ˜>Óòé¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_SiteSearchCategories', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Contents_name_piece', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Contents_piece_name', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicePlugins_plugin', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…ÐM‚0à»Ì	Ê¯øzïP¡ÈH¤1„»Û\r	lw//3_&£P`e©ì!Æj‘ŒºkCÒ\"•}ß²&Éˆ]\n’#rã«K‰¼íÅÈåÚ(ÛqîÄ^\'=Õ¬ÂLâeÐPÕ%?WR¯r½?\\¶w:|Qæµ\"\Zµ2ƒQ_=†µÜ¯¹EËfÖ£áG3…¹‹Ÿ‹A¿ª~±®8øþí\"µ²B');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_brands', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…Ž»\rÃ0wÑ\"iÙÖS•¯ \0)¸s)h÷°1ÒÝã÷*mG,rAF;‘Žúz¡œˆ¡ì EB`c,Æ¢ÌZ_¿!N´0Í’†ÉÂš-ÎcŽŒ—ßN·7U?¶n‡ŸWá^Nï?6§\'N/y½åV/y=vzüO¯\0kÐR¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_browserEngines', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ=K€ DïÒP~Â°ó\0ÞDâÆ%áîR‰îÞë´F+P)Ã|Ñn8PÍûQ)½¼Ör”\nx8ƒœ°ž„Í`=æo`âL”ˆ	{7Ä‚tÐ,êçž^þ›.5\n­Ëã-õþ\0Å¿,');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_browsers', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…Ž=Ã …ïÂ	0	±K§*RO@¥‘²eDÜ½¸V\"/M·÷ágüU8´¶Tø#d´f«¯÷fÊ>*æv7e\r ˜ÀÙINœ½”Üü…,ËdB‘!È;Æ$=Ïy:w:Ÿ©°h?~—zËSé‘ÒsZoú©—´^š³Ò³ÿôú ùS^');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_browserVersions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ9Ã EïÂ\"˜O™ÆU)\' R\nKî\\\"îá&Ý_fài<$Â\nîüGX„\nlóÏ×ÆÜŽìº8’úÂ™[A)\"0™µ¨Ze-“`ÂckS6¦ÚPSÉLÉÙê:W´9vbþÆƒ#Äüð­cHóI$5ÈCÿ2¶Bu¹îòs>1â»?NùÄGÔýõl;H>‚Œoè~•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_models', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…ŽKÂ E·bXŸBá2rÆ- ClÔØÎ{—\'©abóŸ ‘¸P+8ä\Zl\n§81?C0÷øJçÝ%Î·åñd>AÐLËÆŠXU–un?âÚ†“m#‰®2XGjÚ9A<~ïú&€#zø°6j-Øþ¸Ñ«º^Ý÷Ž?{uß+”ìzå¿Þò¥+_‘');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_os', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…Ž1Ã Eïâ€HøLU§ÍÚ™J\"eËˆ¸{1(KÛí=là%0òä„€|Àöô|í:¡ûåJqƒ­fA¢Ì²TfÏMBŸ•©Ol[sU¦*VXÕ÷½ÆóçNÑorÑ‡×óàgßã¶}<ôÉØ·|íócŸ_ÂÐgÿõ•7ÒøSñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_osVersions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…;ƒ0Dï²@^°WQª¡MíH)è(wWÆ‰‹ºùÈë§I0X\'¨˜¾bÀºÀæô|ÍÐýrÌ§8sÄ -ZmE›¬uÎ‹J£ÄØÒ°ã²1 ïƒ¸¾9æ?O6ù%AaÝäîXƒsF×¹†‘F®ŒY›ŸˆµØ	³\r¡:\'Ô	{Ðã6æ64í†ápÃ¾Z1ahùq{~À');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'DevicesDetection_types', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœMÁ\rÀ wÉ@\n³Cw RHüx\"voRÔª¿slÇ£Âä~!atxP+çÕ(w‰¡\\a{e·8*³°“ûcpú5¶åØ Â‹Ø@.:«2¬+ï_gêLÁ˜úøÈsÞ¹*L');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goal_days_until_conv', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goal_visits_until_conv', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goals_ItemsCategory', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goals_ItemsCategory_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goals_ItemsName', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goals_ItemsName_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goals_ItemsSku', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Goals_ItemsSku_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Referrers_keywordByCampaign', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Referrers_keywordBySearchEngine', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Referrers_searchEngineByKeyword', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Referrers_type', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ5Œ»\rÀ Dwñ|óÙH)è(‘w‘âÉ§Ó;7x¬Ç\rñk\"F»ŸA<U!OÜá•¢„}£’’…Ê6í8ÌÊV›V‚-ò6ÏÏ{Óà°Äê‹E^nø$ƒ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Referrers_urlBySocialNetwork', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Referrers_urlByWebsite', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Resolution_configuration', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ;\nÃ0†ïâHò#‰<•,íÐPèÐÙ…lY!w¯e“Ôšfû’ý¡ÀšçžÁ‡hxÙ²\ZÂó5(?2:V×SëÛ³\'ë`Bc@ùžQ:VZ4emEë¨‰UÉ4¹I&7˜Æl4&\ZÔ$Öå¹¤«mg‘oÏ‹<Ü­Ám4K\'´H5L•°XÀâ\n»éoÖµ°EîŠ|Ÿ“qÞî™³†_œtì¨®<ª«›þÁ.o6T…Y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Resolution_resolution', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœÎM!à»p‚¶ü—;xL\\L2»ÙLB¸»Eƒv¡âîõ5Ð¯²å¶1”ú™ÛÁžÍ^¯·Ý”ƒ¤g$0ec”\n¥\Z™T¶:ççðxàÔÂ«>¨>¾ú>.Tn}üy™ÅÚ—à›¦$Ç@Ù`˜B7†”ÖHú‰ÌrÙ8Ñ9­´JéÿSz­DKJI+e¿<');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'UserCountry_city', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ5Œ»\rÀ Dwñ|óÙH)è(‘w…âIöéÝ5x¬Ç\rqk\"F»ŸA<á@Ä^IJPŠí· V¶fÇ¡r\0ùL[-ÁZù·ÏÏ›jººÄâ‹E^Ð%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'UserCountry_country', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…ŽK\nÃ0Dï¢Xþ%ß¡wp ”@v&+ã»ÇªIÑ¦ínž4H¯À¢í0¹ÀÝ!¡UÐQ¶çA¹Ž\n½6Ê;x\0ƒX²ÙJv³d—7¤¹1~n8\n„^`M‚Qõ–Oîò¦À u9ü¸?õÎªô¼Ò‹Zoýª´;«ôÜ?½~‹‘Sá');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'UserCountry_region', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ5Œ»\rÀ Dwñ|óÙH)è(‘w…âIöéÝ5x¬Ç\rqk\"F»ŸA<á@Ä^IJPŠí· V¶fÇ¡r\0ùL[-ÁZù·ÏÏ›jººÄâ‹E^Ð%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'UserId_users', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'UserLanguage_language', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…ŽK\nÃ0ïâ}Á’?‰ŸïÐ;8J tº2¾{­˜mJv3–§€Q7Ø\\à.H¨Ì^–u7ùäõýx-&o îCÂ<˜…]gî<’ÆÄŠø1¡(ºx‘9‰Fµ7ý¸É7µÉáçõpWø9T¡W…QÎƒ.$ÇªÐÝ¶/ðÌUç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœÓ±\nÃ àw:xwjÒsëÒ-c×b!ƒ:4…!ï^;2¤žÛ¡øqüü&A/K“ð6,³x1SzŒ“‰³`\'æ:>ÇWšîÃø¹å9¿g³ÐïR™¸fÁòÔÊR&ŽÃvðe1ìNqÇ\ni\nî{¬°¦ÐNÁcÅi\në»xMqàt%hŠ¯+¦z.½¦tÐé»œ«ŠÓ6ƒõ2—=°m€ê.3#„¨ÞáPR.%¦©ÞãòO‘8´ÄT/sYŠƒ?ÑE“Ö/ /‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'VisitorInterest_pageGap', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœ…Ñ=\nÃ0à»:\n,ÙNRyËz:²e¹{µ<¿íùïã	W“`W³PªÅ\'¨]§e££~•ÓOHX¨4S_‰Q¤r7¿ë¯=Åòy6¦Š²vJ+Š”È±Sd¬D¤$N¸KBJæŒ•Œ”…W<Ñ2U’ÑÆp™uÊxÿë„ëlÐÉ¬};oä¨¼tGsÝ\0YÅ‡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'VisitorInterest_timeGap', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîÕH!µ½ÉFzH†\nöRf„³0ìÐ:¿?+•\r$¬BeùSAÊ±@½ÙÇ½\nåu~üg¼VåpuäÞ±–”S‡ªN%¿Ë®ÞC±\n>gÂ;V\ZZ’+v²{)µ$W<¥ŽÆ–ä\nOÒ‘S®Jä\nkî¡¦fäYôaÏÖyÇÊ ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¤Ð!-cÈÝ«%!HÞ~?ø°-yQÎz¬J}ÑtÑc×¢°-ßß}·`dè«ŠXA Ÿ«²í%=,¥þ¹&\\EPbE\"%aº)ô¬¤HÉ˜c%GJÁ+%R*ÖX©‘Ò°Ý~VZ¤L8ÅÊä*YaFÎq©g—±ÌeàÙï_ËR±Ð\0ä·pµ‚ÛO Éoãfw#F¢ü^¶C	ñKÞ‘tþkàˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'VisitTime_localTime', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœµ–A®ƒ0DïÂ	°ã$àÞ¡w Ò_Tê®KÄÝ ¡Í¢L`á•\'˜Ì“\'eÑù©ýmR·‹Qç·zí^ÓãïÕÝÖƒO¥R¹T·×±)Õ—\ZJ[]Ö;LÚë¼¬×Þ÷Ç¦dcÊÐ”mL4u6¦MÅÆÔCSoc\Z i°1Ð4Ú˜Àô­¤ÝMSîè¯vIsÒy1æ>wCµãÓBÒBÄç÷÷=/~ô¯tc+Ýx&]8LötN;¹Ž0ãÈ\nr\rÊaŽ0çÈt„H—?¢«z€«às=à«!V=@\'z\011ß_Zñ’–Ÿé’vU8çåb8ÄÎêáá†£p±\nGùO¿3–Œ K˜²d„YBœÝ¶ml@·m›‘“‘ÈÈ˜Œl5\06&@#22žÙd\\þM<¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'VisitTime_serverTime', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 'xœÅ–MŽÃ Fï’ä3Á½Cï‘fQ©».£Ü½IUƒiÖ¬l Éû„Ð#3“ååÆãefSšÈËƒ÷ùç÷>\\öÉ#WÊÕ”\Zscsu¹ú\\Ã«®ûfyY÷w¯e¢\r…”D(é@5:P+B­Ô‰P§õ\"Ôë@ƒ\r:ÐI„N/èƒÁÒi>z³õ´õiÓÊ˜NBµâ¶ÝÖº´wÇsáÝÿ•,ŠÉâÉ|3™/Édí¹`Ý-¹uì¦¤7È~ƒ’à JŠƒì8(I²å ¤9Èžƒ’è ›Jªƒì:ôd÷î?R\\5ï«ùŽNdÑáÓ¹¦é\\e:ïÃ9Ó‘l:\ZÿgÇH6!áˆEU,ªbM­X¡Ú/¤ìD°Î¿ õ÷Ë´‚™*˜q\'¯,’mJ*6]ŸëDš');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_actions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœíœ[oÛ6Ç¿Šà§îÅãE%ç)ëº\"Ø\ZM·aOb«P[\n$9YÑö»”M‰®.<ŠØ‹=0R*Ç‡Ç²øËÿ)\\´ø/ÐY¸ ê?®8”/Øb¶o£õì,_¸þbæ<ÿÍ¹HVÛ¼Èâ(wÞ¤E¸v^Ga¶Ê?w>9Wéc”E+çöƒóOºÅ\"^žxañ¢ò§<€åË!Gå/˜/fH¾ƒb}@Î.å*~ˆ£Þb–o77E¼‰n’¨xL³÷28qÍIà#9 \"ìäöæ..ò›Ç¸¸kX“ÅãÙÞÝ&NÚÝ!ñ¯2\nÿm7Âl7\'fZ`y”=D™<ÌÅLtî‘}`n[`µuÓâª¿ËGÕŒUX6tN|ogÃµ¨Š,Lò·š\'ìº»°¼¶°tó:0®ÖpX1®…Ö´¢t7-Õ‚[¥››û,]Fy\'ïö¶dNðîÌQÒbóMâªq•ï*ÎVßhNQGm‡m@Ýö˜—éæ~qš4>_wÌ‡o1ãÖ˜{|7bî±=X3ir³NÃ•ö•y=kF³VQ,™.oK¦ÝH,¾sKËA°x%2Ðîš£~9’8+3”c¢á»UlbÀªÁg	œP>îVÊ}øN\\Šq±ŽnîÃâ®š¸Jóì³„Ø¥r_á’².ÅÀù%î—ëíJxød€§b%Ù³’(VR…JŒl‘#åîë±J5e(ËÕîùÄÉ*ª>L\"lÀ$žS†˜D„1YÅeƒ’„\0)‰æŒC)I ”ÄNIºÿ³¢äþ, $jY7»4¡±±2špB`Ö}ƒ‡jž&/GBK,aT©‰Eˆå6ˆE$±Â<r®Âƒq…®H…«’böQí°«÷:d±Ä.„ìÂs1(»ˆ‰]>çv	E²×”vá\0Î.a…°wp /„\reW»Zêñ\ra—nkböøWSxÊ7Dá)[ÑˆU…G \nO\ZAh&æ@œ\Zeô\0e´2.sÕ4}×é:^Ây†»yfO~ý˜S’ÉÂ òKBßa„0Œ0³”i ¬]Êèf­R¦Í`Z]B ñÖ¡œ¨)äö§€L8w^¬¶ËPžáå\\|uy&ËèéÙ`…#Pk<\nØ7çÑ~Ê^I€ÓA#*¹Ô\'©<J‘ey u &\rF%~L~2Kjd±dù\rá$âq^E«x)<Œg\'¶…°¶oQjÊnD¹sÄ]KˆÂsÂ\\¢ÈÜ\' É¤jGÖe»bE¸)ƒzzÖ§|C²>ÝvW¸¸.½¦Cö«›V¥zqzû¢P‘bh1ƒ“§&šw@4¯!ÂÄÊt.£G§H¿p:¾ÂÅþO®€zöÔ#f5æ»ÔQË¨Ã‚:ÜIÔF¨1ñéž•š\\ÜPÄÚï îÞ<`±QÂªš-ˆ5=6R–Z-@%¬\0\\…74Zàƒµ³„€RFm´¨â2è1)4¥ŒÇ)øŽà\0JÔòetáûz»”ßÙÛ-<\'ìf;i	Ý‚Kª}õê$e3!hBÐ÷«¢ÅD\r¡À\0!¼ƒÐßÑÚ~ü“ÆžS¼‰gT@ÊWo•ê¡BŠæö:MÕ¬Š”;?ðŠ”[Ça¬H¹1OP\Z%TB	ˆ\r­¯õïêñ²·à.K“xé<O“U,O‹&+ç*‹¢¤¾\nÒFŒ,0Ÿ:´×–ÌiÛÞWoÚÆ!ýñG\0-4¸ñ-¥c!ÐÒlMÐ¢ûm‚¯Ñ<Eµ-Só”²íG†£Ð<…[ÖK»Ñ¨êŽìJÃ£©ï”­WI.x½›}ß¥éê¦‹¾oK¯Õ¾úÒÅÊÆÐtÅì¢XVïèÁœÒÅ£QfãºÛ±lÇ³C£éO\"Ë]À_#1“¾$t^ˆ³–~ˆàX=êìÔ+Z>¶¥Îj_½ˆÂ u¦îa²…(êU³Nˆ:ZD÷÷žˆ\rJ¦.uTB))ôZõ`èÔ÷öˆK¬%‰ÊW_’XÙ{’HL÷#H	üî@Ýv‚Ó8Ñ@Â	ˆ\r\rG†vuOj¤òÆÂ\\æ‡¯£<ÝfËÈy™¥Û{çÙÅë—?ýHùv¹EJ)oý¡.7RŠÃï4RJùê£TecK–ó9Êçºî©k£C€¿¥§TÐ!ð&JÙÊò<ñéFsFã\Z3È,ùàš«()g»^ÞEYŸwÒjK¶_‚o¾1·1ì}õ·{RÇ°å6jc˜n¾9zb3˜\Z‡<C\rJ¦{íþˆo³0q_røñ“F®ï¸³±;HEš!ñ£–?Ð£ôáYŠŽE\"Å{*4šË=	£kqÝÇb‚ó$‰ÅÈå$ç;ozÍOšJB°p‹}žÐçÉA}žªVoM ÁîN†?ðe¢ÒÑR‰	*b†Æ\'Cë¹\'o~¹¾K³ÂyeY—’}Âí³ó‹«Ÿÿº¸²QrO¾³Êçö´“oz,•f3u£O”ú>”’uìñäÐPejP/¥”ðó0u\0t†?ÕÅ¨›”¯>ÝTÙù6öL}“#”çuôM\Zl\'NÜÆcCáèópôø');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_actions_url', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ}”ŽÂ †ïÒTúÄ;ì\Z´¸6¶Å\0®›ï¾L+ˆµ.Ié¤óÃ|˜œò[ÇÉVpŒŠßÏyÒ‹ì“­áÀ“Ë)ÙvÜÃˆ›èd•h1œò’x×dPoÀö_Ì½§OÌehl7Èf”öª´Û¶å$-ŠªŽuã®9vÖ4×Î«¦ðó–C7.œ†»Ï$%n$^$~×E4¯fQÁ©¤F¶Œ¤,+\"´Ù²56¿È£åš÷2\Z‚²\rK¡*fMY-Fs˜ÑYU“x`X(ÖØžë<]Ñ=½ËÌ•ß»Š±I,\"lÕÐœµÚKcºñ{J¡ûÌ\Zƒ5²¥~ºRóžo©ñGyˆ(?hk–­³îÕpî¥íÔ8ç4ø—5Ö»\\®¡Æ’•T½ ®h@¸¶UM¯D;3Z½œ;ÖÍ¬/õ|áÔá½^ÞD¯†;¥ÚMØ\0=ÃŠœhA3´áÑhîuõÔAîî“ë2›:¨¾•º¹è¾1Vh›<²´öløf³?XeE¯åUèÖ¤._›ËiƒýèŽ¿„»ÝïŠ€~');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_actions_url_chunk_0_99', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœíírÚ:†ï…ÿ}Xþ ÷pn!ã€ÓxJ0c =3½÷#É–m°e­aIqf2…T•ÁOß}wµJ–Œ-ÿË–üi¿¤4¢ËY²¤êä)YòúXþ·_Šål“¼¤›™,g‹l»Nÿ=eK&¿iû»þRÈé‰š9#j8§í\'ìéõ—ÈŸÊy÷Ç÷çCöž>oÓÃï¼øY]ŽÌ©õ„É…l_žß²ÃþùwvxëŒ–sÓY5Û{¶žMJþu­uíÓâWZTcè<$¢\\–ß·¬fp½*ÑZ•e.=Æ,Ê6&l­éP$Ûýk=ŠÌ	«Vô­ª=¼^WØZ—u>=Ê¬Ì~UÞZÛ:Þù*Ýï³íz,‹©ËYß\n»ÿÈ¬SÍ]¯Ó1·kV{²æUþ¾Û¤‡,ß6¯O~\r¯ùô•Ÿòž5·‡ýÓ·Ðó\'wF¾}ÞäÉº³¬þ;£5Ú¬çäÎ¨ÿÞ\\§^HëoäÍì×¿ùDÔOþª{]SC¾/ËÙ±Ð€å_¾»ýr±X½òC²)ÒßI±ÞÏåK[.^R/Û®6Çuº^è{ùb½\"ÝçÇb•z?Šü¸ó²âÇB_Bñáïß’6ò…²ÐW¨b— ÊÐ‰Tqƒ*ŠÆ*Â(˜UÜÉ*óûd•¹¤UlDÊ*>Ì*µ(êdÄªÎ*`•y»¬b`V	eƒ²Š\nf‚‰Uè¬òÙV58*\'kÐÃÏÑÃ¢ålm\'â©O4U¨y\0\0Ðz©e‹›=êj7×Hë¥,NäT‹¹­4RoT(\0ÒTËù(E¤&e0åò>EÉ¥‚™’é±·âI¹FÊ%\\„¡ßæ61Ôà×|³N‹gIŽçý!)Zëp?FÈ\n/ê»Ô;š^4æ–ÐÌëš2¬Ö;ZÅ-VâˆŸAÄŸŠ†$~Ì @-‚jÌ%~¢0tÐˆÌcAÄáâ‡AÄ‡`‰Z„DŸ@©v‹@¶ðèâµ¡´GüÐ +~ú×<0÷ ·ÎÆ:$K¢®±a›­m\'ƒúå€„nåO$Ë^’}êí’?çaZ ±ÅmŽRG+p”Øg€Êí(!J‚#Œ‘¥f®AP™1P¸ŽR5¨ÜOTýO{X¯Bé0Åc61Õ™ ƒõ‘Í¤NJ¶ÛL~v÷IñÇKôèsð„%xÄ\rÀãGM:\'Qˆæe›¹†¶zÌ0yˆKžj>yÌU\'ò<yBˆßÓç-/Þ!-ÞU\0—n’?{/ÉvÞ¯lwå;ù<||\0|¢åÌ¨“p­7L+It±-äÆMi®ß5ÊŠ@–sh„ L[B4À¥ZÎGÅ^ÚÆÓ^¶%„ré¥!0–¥Þ4ÒÒ¿gÂÜ´éqE‘,›{$€îQ\'âª\"°¢Ç„W_IÕãeìÍ\\ƒ*\'eì\'•3©D•ÊjÕPigµØ	JX\'«¥^®5³ç´Ø­Å‹3Ÿ…!^´]/Ãù,c¦/H¼\0òYx~Œ+It*\\z“D¸ˆø&Y+P²Êéî‚—Z€åƒajÄòí\n¥ìà0¶Ë\'‡¶;®&Š±RÊa‹xJc\"Ç“ÃKŽáÛ½‚GXY\':\rMExq	r§®¯6PDÌÑB\Z;|`n»bXsÛ1¸°Ï™Û®-“!eÀŠ	rn&Q¦æ«‡4cKø‚ìì+õ+x=néú¸JÔËM6^\"+r’Pçnn¤^$™¥Ô¸[ï\'GöÏl7wk6]Xë\'é\0Q8ìö(ÒÆnÌ\n‡Ýž@e­Hà°äÎ$p>GàŒ*ès§¦@©ENŒkÑŠ‡vhåÍM+`Àh! \n˜É¡äÌEô±8´Î€ê”1gê„ê{žÆ¶ˆ)º\"b\nÑr@”D0™KÚ	ãÏIè#LtÎ„ï ›GŒ@cö$¡LØ;¡Xè*¬½b×fhI÷:ÆNÜP=aýKOÚ¥þ¬º»¹~¢SòË™³2l®j!W\0 ×ït³Y¼§ël•tÙ¥¯Àøån]Ñ‡¯Ò¼üu5× ™v‘fHØe®\na½‹Î.£X!ìju±‹Wl¾ÅFÞâ¾«¼ÆŒ&\Z…\r°‘öÜ/ýƒÆÚE$7®ùµz+òm¶òVùv©wÄK¶koW¤¿”Ÿ-Ÿ¾\'ÛäGú.ŸuW6Õàä•ÈôÑkt˜ÏÐgæ\Zb\\=æ«3ŽñÛ1ŽÁwª·ÇNúld\\( tZKìôˆ+ÿ†àytë‰Â3iNëÉÌ5d=Õc¾8xhà*Wì\r,BÅ1vÏ­À³?Ù¯N¾Œ*.ÁuÂLtÁœƒG}úÊ\0Ñž 3VÔ¥½0Hä†V~lÐyZ/µíäd‹+?†b8•ù1@\n,A†æ3é^áðn‚{a`ÛKß\'ufö1}ç•~Q&ïô§j·\0¥Õü–VkGuRÜÚ£›DÜ§h”™k°Õ—jõu÷:†ù£Shð\0Ê\'pù–5O:Æ©c¸4†2öm¶ørþn½œ™>L9s\0ÄŒ³œùzºz[œBRÊŒÆ-dH|!ƒí5«¥r-±wpâYÌåfˆÊqoàe,ÃË†\"`ôXc¹Ñ@°ÑB.®´…ô[±´k‹@ ø~	Äø-„í“P\n%9K™;p®ùN@”öÍ\0 ÄC\0B»«WÅÇ½[@Ð`øÿý›L`;¶ .„¹Ó\r |cÕ–mE‰­\0çk¥vlÛ¨ðV°v[A\npØ[qî¶‚´QoßòÙI”B@C#°·2•\'%Å]ž¼ÊóŸYêíòM¶ê4\0-+ihËBw’AÂ0+a´ñü]úÇ\\îçÞÛ)\\¡ŽùÚpäRe\nj§N-y™‰6_†6£÷v:wc™.ê{o“½Iñg±M{‡Ü[½z’(G%‚ÒN£P\Zi@ù¶N¡wqèÕ]f—È<Š°²KÍ\\CLªÇ8ò¡W@&Á½š˜ôLÎ¬Ë¤U¾=$«C—Ceç‹²jf*×	\"Šµ¢™kD´Âÿ…\"\nÅ˜å\0—	D_Dxh&‡7/õ’­—Ê™ÿI;{å0ªÎ©ÂGOøÐè¡MwŒmXŒ8ÐÓ\Zã¨°áÈ6 žÆÄ’ä™ÐóÕÑã¬	î¢§>ÕÊüà\\ñ¨ºŸ•gZõ´IïœiÅˆ|Õ=!½j¸rˆ²‡i™sH±\rsHÿGbp@¨rÏö™ZëX!r?­u@íGa~N“Ô\n¥ÁRâ˜\0Ìž÷¾êØM,>(íE\0WÚÁ˜)«¶ÐŽÜÄóc&X|XH.»ÑÒ\0\"‚´5\'ªp®3}ƒ*™ˆ^_È‹bŸ”»’(.ð\\“	Ÿƒ‹JŠþ{Ý#TÚª‡:´‚´j«ymÕÿõ†GÙÄœcÁÏç˜`q¿°p7\n9\Z5(1VªŽu)o`¥í¤*Ç¯ç‚™kØá\0õ\\ Èí>)¨ÝçÔ½üATwÎø%U€vI‘®»t»WÛ€ö«·ô½›¸Ñ\0 µÐ¦«Uä­u:¥]©!TômŽÖ \0¥tAÐŽ[ÁãÈ¤TîW©€Ì;1\Z…ÂLÖEN\ZÅD×ãFdøÄ)P“N©‰Q##$K£°Ø0X~H(’H¡b°c°¼Ñ(ŸÕ©.•Ò¬k¨ì?rÅ?|Î\"H­	õ¡2¥YÆ#Íø²9«öŒÐ)¾S§Tëà¾1æ&ö©îj¤wyãÍö{çÚmÆ:4M\0Ö4€Æ›æ¸‹^z2eþUaÓ`8¨‹Kä»Ç£Z±È;‡\n7ñR…‡qÅwª±Ý0Ûmy!*¯$)šmW›ã:]ÖÕŒókÿæªä:Ÿ8nºRù8tóÃ!¡äÏy„’ïB\Z`\'SHÜ§¶FN¾`Ù#‹k¶#¯Ï7NJÉ×þ¢#„²\n8Ûxd9˜óÊ«*5Ã`Û)]\ZBah\ZSÑÅ‰gè\"]„¡K¤gü‚GôåÏã\0’T¨D!à°Ëáóµ5T|˜O,\0ùÄÀcrç”‰à\0o¿nAÌ¹ýÚ¼ó1ò°ð€vˆ‘³‚µ;Ð!¦LN\\ß\"†0ˆRƒ0Óp¢bŒßMCuÃ5cšƒb:\Z†ÊˆøªÞSÐÃæ8a†›có”‰âÂ€Î‡‚6ów8€0“¿óVåâ>Låü$¨\ZQ·ÝKØÓc·jqâãÔJJ\\UÊm²à„3ÃMvÃyÌD;Ò0\"p0ÂÝ\0µán€Ë€\ZîÒ9¥cÂU!#šÀ@îN}êl}êÜ=zÇQÉi²4]fš²ÝX8RQª‘f»sD\'UWñ_ç¹@Ä>\"Òc\0b!ôŠ)?ž1C€!´1“Tù©‚¦PÎniC¡ÃÛ{ÔÇ§Ssc÷Jxøh^I NÌD`…Ó8qVãÂ\nìBÚ±9?ÐF™jsï—£\\V‘=0	Ô£Ð!,J³Õ$Ä§—©ÀebÃ«\n )ÚÜÏëÀFU´üý×·ª');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_downloads', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_outlink', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœí“aŽƒ …ïâLÅµÝwØ+¬ìJV Z·1Þ}¥+ˆ.m/Ð$ßË|/q‡¦Pú½Ã` ‚¬£5ë2l\0ÑZmÞPÍUËhgÛü¨D†9 éî…¡Än‘b™9b¹`D2Û+ýáæ¦¡i¿¬IË­!=·íÆ´,\\n´¯ÐŸ”REPÃô…éÀ|K1½gFVÒK~o ®„C´šJó!÷)äâš¡‡ºˆ~{À®%TFàF	rÒêÈŒáòËãK”Âo½!Üºbkñ¼åžahºSÇ,Wòy Ø{\'PlIÚ\ZV¨$ém`0%0hÿ0RF×\n;¦©¼5bþô _î\'÷}Ÿ‹«»ã†^_ÝzuëÕ­§ÝBxWCX{');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_outlink_chunk_0_99', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœíTÛn«0üÞ7é©ù‡óÖ\\°Ž/‘m¢ü{×IMM RúÔ—€À;ž£ÝZÑ“ eíhY–h×…M\r”Ä—ê•žÝÒLBÃe°„fÅþMèvpÞ\nî²ZÐªDÉ3-:á¶ÍÜ ˜Š3Íýhì¿@‡Ë›|ƒWø¨PH7¬Þ±Qø~.}²)¡oêcÞ×*ÛÄãö?·KÏk¾À“þ6Ñå(2ÉÏ\n/‰º· ÝÛšþnM?…O^_€(5y˜—*’¸hbköÜ9¡»…R­yYnŠŽ÷äèÅ\'_ßfîöF$÷Âè¸›oúÖ]\n[uw˜u°ÑL\Zhïìà½ÚÁS}ÑÁIå&\n\0½ö2ŽÏHØ{ E|Þ‚¦ç }ŸãnFIÈ•ë‰Ìæ<°VøO÷FJ3è:Ë;§gæ€›Ë§AÐŒµàñn$gŠ{_ŒeÑë†ž¢àù\Z!kvÛ{³†`*cÇßwãqvšBšNè¼÷J¶z„Ð#„~+„vä\ZBShÇ\\CÇãÜ^èÎþÍh:\0‚&B');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_sitesearch', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœí“Qn„ E·Ò°€F±Î´Ï\rÌW?º‚3t$U0Àtš˜Ù{¡\rˆŠMûÓ/M0Ê»{ŒïRÀ0pÈ*\n…ÀO0h(µ´f-ª4ä9 ÃË]}Ñ\\0­QÅÛ•»\n{+Ü~t-€²¯Ö }éˆá#‚™«Tonßng÷™½Ü¶f¢&\r7š\\¹iêø´Ž‹YýÙWèGªRFš©w¦–\0)€QüËÈß—½I°Ÿö‘»QTè×”ÿ.åËÁ>\"Þ*0LK¸ˆ(N²#½’Gû\'¹8/X\nœbY6y\"wv šË¼yàZLèŽ²ë[f¸ ›6­ÒÅ²$Ý\\0™`)H+éé—©“ê‹	Ž*7—/j¾Ç¬§gû{¹ié©i’ù´=ÅØúS²3@Ê~¬bf=Øå–ë-×[®ÿ;×³túXß>dJÝ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_SiteSearchCategories', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Contents_name_piece', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Contents_piece_name', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicePlugins_plugin', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ…Ð_‚0ð»ôcüÓowð†T† Cˆ!ÜÝ½ø ÛÛ—¦ý¥­Æ	C(ô›C²új,)‡T\rCÇ†CúB*IíŒÄ·l>¥êrþC>7V»öË¿t2Ð]/:Î¤A&u?**gÐóÅU7soâåA+ Éh;Zý6S\\+Âštl3Y¾µsœ+Ãœ­ü¨‡Õõ¦æèû÷!à²B');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_brands', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•Ž1!ÿâ`A,U>åDJqÒuW\"þûE®H7Ë\Z{*<ÚW*dBF;A{}½w*ˆÊVd7öƒ£±({œ…äÑ8a4|†¨!hA,Þ–¹ôångª^lÝ?æÃµœî¿?=^ôüÔSÎ?í”Ó”ýœø·þmuR');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_browserEngines', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•Ž½!ßeŸ€ß#|t¶&¶WsÉDb£áÝ] \n-ìfX`\'B¡$ˆ¡\'x”\',(ÇãÌ:_rzÜ)$Hv	RÕ`ÛX3+îíÇD41c\"»XÃbŒnº-÷Ü‡k[!Pjûø6~n ý<®éµ$Ê%QÍDfÿµÙÍ@Íü§¯¾z‡UÀ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_browsers', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•Ž1\nÃ0Eï¢ÈVìàï±K§Rè	èÈ–ÑøîµbR4”B¶÷¥ô\n<ê\nÎrBBÝ@[YÞå½Wèv§¼Âõà@NÙöÊ2JîXH\ZÖ0\rž•CgÅéHÑ´æ/7}RÀ¨MÏ>ÎÁ_¹çËÈy#ŒœðO9Õfc—â%»ö=Rº');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_browserVersions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•ŽM\nÃ Fï2(êD­ŸËn²*žÀBì²ï^GIZÝ½ùæï%ä*&ðy‡méùÚ(î¸‚nsÔì/Šâ\n]#\rÒÂ¦³æÊ¦æ­Á¡wÚÆÔÙÛÊrS«Ü0å?\\äI‚B.rö~§ŠËãKÑŠvPdõSQäÕàÜ_Žå\r¼U.');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_models', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•ŽMÂ …¯bæå§%<V^Àô\n¨D‰Mklw¤w—iƒa¡wßãÍ0Ÿ‡DŠhœ‡*`‘f´ ÁŸÃ@n†è@îÆðŠ—Ã5Ìez’‹Ü$³Ü¹eV™%Hm…²{ÓpÐ{#¶Ðæ sÐZqìª9óá•Ïx4H+|*¿m-èØ»Øß§1T–¢²”Å2³ý*™ÙG•—øGq}E[ ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_os', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•Ž;Ã ï²\'`âq7N‘\"5‘RXrçq÷°FXQ¤tóö;‚²Á¤; ¢ð =¿Þ;¥£uh¹?(mà–ÄÊÒY”mçxrìÁhpƒ²ï§8œë·i*\\\\õG†A©zu…ŸrÏeäd’óCN@V¾Úµ›¡çZpÎþãW?ÛS^');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_osVersions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•Ž9Ã Eï2ˆc>\'pã)R)…%w.wc„E‘éÞŸõ%hä\r*&˜ù€íéõÞ)˜AËýy¾9Š¸–ÄÂº±6ÃÉ¡%Á6öÂ®²©Ëþ\\Ÿ†)q‘	\n¹ÈÕµ~N ç²FæÁO~®ûiÑ_k‡U7´5XkþQ,nzU\n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'DevicesDetection_types', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•ŽKÃ ïâ`ŠxÜ!w R‘²Ëq÷˜ *U¥ìæù;‚ºÃåPOÐQÞŸƒò	9Ê;x°t–Á¡³\ZHï†¦eÃß!Xð¼×_Ë\\ürëo\një‡·YøkÇ‹/v2íŒÓO9ã8ÝÔ–#?QkL¸Qâ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goal_days_until_conv', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goal_visits_until_conv', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goals_ItemsCategory', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goals_ItemsCategory_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goals_ItemsName', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goals_ItemsName_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goals_ItemsSku', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Goals_ItemsSku_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Referrers_keywordByCampaign', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Referrers_keywordBySearchEngine', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Referrers_searchEngineByKeyword', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Referrers_type', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ5ŒË\rÀ CwaR\ng‡îJ= qãˆ²{“~O±ãÄÂêˆ,H¿hXaÈyÀÓNî c76£\ZÉ½/Sc}Sr‘]r_¾¬>S½F±ÔV½jr$o');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Referrers_urlBySocialNetwork', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Referrers_urlByWebsite', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Resolution_configuration', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•’=ƒ0Fï’ØÎqÆ.e¡•:S©[$ÄÝQ1J¶ç8N^>¥cÃSÏ;Ö+žÞlY\rÝó5¨øf4¬ê[ïm4hÆ*8{Fé°BaÊLÂ:sX8ä¤0™½°M¬Ó°_ÆÝf—ÿò,wt<Írj³.ˆ:Vº‰—kÄ@0\"üS¥´Žg\\ñe®tìj³k\n©‚ÑÓž*nRÕ{¦z5Mï±¶LTŸ\nUDKB­~ªJ6©zSôæ°¶');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Resolution_resolution', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•1Ã EïÂ	lœ;ôDê)[$ÄÝkÑzH*e{ßÆøÉ™-×•aÎ?H\\wöl¶¼¼73ïÙ E(ÀÌ+£”PJI±=ÙœÎp8ÕðÂÄÆû&õ(|¹õ™këŸ¾Fá^0‰A\"(H \rIºa(Ë)]*Ja8:	6Æg–ô×2ˆºÓtsERW¼VÃÐÊpÀ\'‚íŽÓ~~');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'UserCountry_city', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ5LÉ\rÀ Û%p„³Cw RHüx¢ìÞÑ‡e;±Ýà±:7Ä_T¬‰4Úóâ	\"îðŠ¨ŠrtÚÇÊÖT§á\0òÎâ—U²OJùüËf±©¦«Kläf‘Ìy$ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'UserCountry_country', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•ŽA\n!Eï’¨ÑŠß;ô”20;™•x÷&#C¡»÷ãO|m‡É<!¡UÐQ¶×A¹J…ÞåV‚Ye7Ø)óàtq\ZÁhðƒ£rfYŽ×úciÅ/wý£À u½úœƒŸng]ÜÜâ¦›”ØÝÊÉ‹5ÓÎKðžÿÑë­²S4');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'UserCountry_region', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ5LÉ\rÀ Û%p„³Cw RHüx¢ìÞÑ‡e;±Ýà±:7Ä_T¬‰4Úóâ	\"îðŠ¨ŠrtÚÇÊÖT§á\0òÎâ—U²OJùüËf±©¦«Kläf‘Ìy$ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'UserId_users', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'UserLanguage_language', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ•ŽM\nÃ Fïâ¾ £Vü¼Cï` „@è&t%Þ½3ŠÁE¡d÷¾ù}„²C§; ¢œðPG^ÖC¥Æëû±-*í0œ\r”¦Î$l;ÇÆ±-ÁuÂžÙòrhëÏi*\\\\åG†F©rõ5\nÿô>ç¤G“žzeé§wŒ‚ŽƒsöŽaý\rU:');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœÓ=Ã €áÿ\"t<ð<?ÒsëÒ-c×bÁAšB‡ÿ^;2¤žÛaðÁÈkbt¼Ö11mƒáefÇjJ<©83V×üÌ¯4ÝÇü¹•¹¼g›ßGV¨âZëVÍK(ŽÛÂ”XiÐ;Å+FRp§èc…$Å€‘+)$+NR,XYñ’âÀÉJ^VI	dåÜT,«Ðvd×Ž¹Îè€tÔ¸Î„àµücØnØ×[®›©Ýq}§hÈwôƒí˜ë¡È»“¹HÒú§/Š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'VisitorInterest_pageGap', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœ…Ñ1\nÃ0Ð»:\n,ÉNRyËz:²e¹{µ2ÿí[’Øj.Éî©6·+¨»§­}Õ=:$,T»kœÄ)Q=»KÌÆíHV?Wa¨(ëM‘gE‘blX1¤dÎXÉH)\\ð¿¤L<ß}V¦¡’–„™yÈD–ØuÆZ SXvÞÈQyéŠœóþNÅ†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'VisitorInterest_timeGap', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœÐ1\nÃ0Ð»:\n$ÙqyËz‡:²e¹{ÿÈÚÞ¾Œõàkq?V—²x¸‚ù±ûà´-ŸïFe÷è$¬BeuÃ¨©œ«+>c)”÷õðŸAVåÐáXË	ÊéîÄg\'Tä”ÐËî>C±\nØ3a‹Õ†–…£uH©%AÁ•:Ú-	\nO=R®JÙ	\nk–ŽzSóäYôesK:‹˜ÊŸ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœÓ;\nÃ0à»:\n,ù•È[Ð;¸Ð!-cÈÝ«%Ð¡è÷&ÙæC–å¡œõÜ4ö¡éDÏC‹†}¼?{è‡í&}S±Œ-ýÚ”ílÔÓ¢Ô_÷‚«	V)‰VR2e¬d¤*?Jü¯¤Tª¸–Š”F\r+\r)-XY\\%kX‰3nÌê2s!™h0ûók±T*qòG¸ÚƒÛOˆ3’?ÆÍî™dŠògÙŠ’Èy\"éúj‡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'VisitTime_localTime', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœµ–Mrƒ0…ïâ ù_¹Cï@fºÈLvY2Ü½`Ù\r‹Xàiµ’@À{ðÌ3¡£åAÓm&ÛšLË‹<™ç|ÿ~šÛ¾óAP+Öj[ÍµqµúZC­±Ôu¿ÂL-ë~îWÛÑQEQGÔŠ¢VGÔ‰¢NGÔ‹¢^G4ˆ¢AG4\n¢/2‘Wqé×»·[[?vQ&s˜xÞp‰oä}Tüí?yKgÞÒ™·­ÇÖÚ :óaÌY£Ê:QŒ7Ðâ›8.äz9¤–ƒ%²d‚	AF!(±$rîB¶…=¾~0	‰™ìÍ_ð{Þâa™\0Œš“Ù\nJp‰®e¬#+³Œude*‚QÆ\"*aO±ˆW°èzëÝýáó„\'¿‡JTD‰ŠüHì!Àgy&ë¼VH×');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'VisitTime_serverTime', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 'xœµ–KnÃ0Dï¢h¨?s‡ÞÁº]–†ï^[–ã,b\nBËiù3ƒñ¬‰Éó|g{›ØMáùÉÍcúþy˜Û¶xg´J­º£–ÖøVC«±ÕTë²}abËó²½ûu,\\‹BG”DQÒu¢¨«¢Oì&ÎÞí½7»zaM5qÞkOlB4ÕÍùPzõŸ\\yÑ•×‰\"ˆ¢¡EºŠ\"Q¸5Š‚±,¢h+êd‘DÑ¤#šEÑÜß\0ºÚ\0úÃ,ÑUÑ‰2ö Å½ø”È}Pbdø¡G¿u˜`?ŽÜëN›9ŸÇf2\0¡D@ÈÄ1ƒyÈ„!c©ŸG¾Ê#¿å‹ÌCF%²R2¡C’aH¶¿\rîjÜûŸap*I¦%i;E%Z’LKr\Z²Ë/LÉCÃ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_actions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœí[sÛÆÇ¿\nFOéCØ½ _j;NÇÓÄÕÄn2}Ò lqJ\Z´ëIóÝ»ÀR¸ì9Ä‚”5ÌŒ­Z-ŽIâ§sùŸ³É\\ùË9y‘Ìyõ?æ©õ\\Î¯VÉïéêêÅz.ôƒàU\Z\\éCR¤·Áÿ‚×?o³ÛízS,Óuð!ß$«à—ôKRÜ®ƒýãêÅrÎôªÌ_úOd¾šg¤yD¹þ‹Ç44_ˆ¾\0_ó3œÚØ‹wæ×_ô³j~µÞÞßl–÷éM–n¾äÅŒmúi2S$$æÓ†f¿ßÜ-7ë›/ËÍ]k5›_‰èj¿Ýý2ëÞŽèÿêEÉ»1\"v‹¤eØ:->§…y:œ_ÑXÆw†‰.ÃšÕ]Ò²«ùþ¡YÒ2ë`\rÉýihYµ)’lýÑÚITf©.³ìåa¡eXkÃÚ´Ð2­½JÊÝe¹eÜm~óPä‹t½^fŸökÙLªÝËËY—‰íÒË(¯6¯\ríÜÜ˜ËjCjs{ÖJ*º^ä÷«t³Ì³fßP9Œ>ü!ýQ6wí]½gmîZ+yý®mÎ³›UžÜZÊ›ÆZ]YypÏ´wë¸gÚ‹Dykë;¿Ü–—âÝYRƒìÞK^®c†úÖ¡T…åc¶[ÊÊŸÖÏQ¹{ ®^üi“èìn•‡ä“þ,.7«ôæ!ÙÜ•@Ó{âx¦75Úï=ÄÊH³rx7}¹ëüKj.üû×àßù¶Æ¥Øã2¬p)X…ËHÆ~hI5¹(œ–Ì-‹´d|ñLKæ¦%uÐ’ÏØ2Ã´äCKæ–*Ò2š©MK&¡´¤}äi­¥ú7K¦e(\",-”–\\0-yAhiÙ¾gÚ»q-å-Ãš–æ—©q©ÿ‰L0›—aÌX//¹ÍKã¥þ ¢™Ö “yfký¦ïwé}\n÷0é™²B&+d2Á½y˜\"ä`fòØ“‡I—‡©\rS\nÊÌ½]#=LA<L&œ™{Ã¼0“™É´‰ÅLý©‰ÀÈä\nì`Ö-\02™Œ±ÈìvŠ»œFƒ‘Iõ‹L@&Å#“Ú&­‰¹óh÷¼Ô/¥R6-‰MKv-Ñ8khÉaÁø«d•dD0îI)*Rê—¢ŠÅóJYAI=²ºæ\0(•öõ(”Ô(Yífƒ’(%õJJ ¤\ZfJ°oÙÕv¬U¼\'}Ð-‡XPR0(IeµÖÊ¡{æ”\0JP$NŽ¥”0P2LŽ YCIá d¸£äûíÂ|Œ>nWÇs²ÌS–œ¤4òÆÉÊC€pRyâäþšœä3%ÁAøÞ®!Nî}›!‡R°ÂIIœTçà$g.ç¬ÅIç¤\0sRHDÆ’¸œà1œ”NÊçÄIÖïPR›“ÆIUrÅ²†”æOî~áOŠ\'E¬¤Þ09ø–?Âd;ˆ8“dÐÔkâcà°{oÖÈ°;BÉ}šFIî’$R’ÌxˆKUö†°#)ÉXÙ/”œŠ’ŒÄÆ¤¢^1¹s\' k ©¤;Hþ–®àŽdH^²®æøKL¢\0Ù~»§\0ä.1Ic&$uû‘ÊIHÅ˜wBR~$RpŽ%dwyd¼Mcxb’tåAÈždêÀÚo”Uy¦¤`½€<&Þ&% kàÚpä¢3Ö~ýu±JƒMü¦IŽµDÖú ¡L¬Íì—ÈS‚^ýöLF‡€©L	7¦pÒÍKP!wcò“y	•\n‘™tEZ¼ì®#-ä0/%ºö\rç¥Œà¼” Ú÷™x	Œ±ìiÈÁbã·ÙbµÅÄÆ¼ÅµºÖ\"ÅÉ]?½·¯J‹34gqÓ<ÖV\rqlïDqŒƒ$„Cý¾Ú./S`Œ©È…„Ó”YpñÅíóóFÀÃÍ/ÒþBËñ‘1c\r\"ãçO=F¤ÔÿÎàÍív‘˜7DïòRšÖSÐÓRõÓ’31ˆ	›IëÃ0<	\\iÉGx‚F\0zRŒ`¼){Æg­¾4šöI¼@‰N|FO‚Å\'é´Ù^öÎÅÌÖÍ1”í{£þ~u6ßÃ™ÔOKÉíj{a&®Í³M²Ø¬Á0“Ë\"QÅ2æOeC%PŽ¸“ú Ù”UÅa\Z›Úª^xéð4x1%JùI¸ëúsý ?:‹B´Q9F(l<‚åZŠïu¡p…\rg ×oHm1Q¯?pý˜íú1;ã\'íŒ_tñ£c…Ûz%‚`m.RßáÁ©¾L’,x£ß˜ük\nwúú9)\"Õ‘}Mà„œ¬.ÙÏIntqs’4zì!\'/‚ô¹Ô’¤s²§c¤Ka³Kž›“¢/¬ïà“ˆ]6·8ÙmóH%\"ã%\"`N¶EiÇq’ööWF8)¹Ï\0YêðHšYÌ<èsáQgŸËOË&_oTˆÜª%7šD¦¼y•ää´¬.ÙOK9£ûþ,/´„Ä4‚„ÄðB²_ZB\\L“š–ÝÉ¹½AudˆÙ„J†PÚ0˜Òfè~Á\'Ä«dÀ„\"Š{áMÃK`#šW:Y8ï¬/LíæûMþýLÝ˜íqX«jTí<†þZYõ_\nmgŠÏŠk«F5I›ú\nHWn’®íò\"<ì‘:w:m®–	BÕSríJŠ±ä%Ah}XúÅâÃ¢“¦“4’¿·™~]Ì ˆ|“.Ì‹s|¸&¥òYŠÍ\"	vØ\0„‚8l1„PU°tbBÁ6Á\\ÕÔã¥ÑUúä°Ixx{!ÔPXIæWÇ Ä¢”Ž)Ë<ÜOyöéûiqox•f›åçtD½¢•òÔìÆêüöÉ8Õ\\r(°)X©âæTäö¤DJÃEäœ\n{‚´>DøÉ	`2¥pOŠs¸\'E#4§Àeµ7hrBÔ|x¿ÍÀ’5y8}ßp!7q\0ómGRËbãAÓ—­ø26ê½­þÈèÏMð¡H>§ðæ–ÿ&+,ÊÓ÷nTR¯Ó¸oq•vcQŽÇ\"™Å”o£ÐàÚ./î\\À\'œ¹«î[_E´k­èÖ…£Ø¥šÅ>±°Zûd±8B|Í¯ð²0ªÊªuÁÂÒÂh—óS‘Ü£‘ÇZÈ=Í|¢Èã³HIÈ‹ÝYÂA9µª­öÄÈƒçÔ˜D—¢;D«\Z»äÔ¼D¬JG¬ãXb+räÿ¾îU²Ö»\'_wÌê©Ìßp¥Úr¡É(%88ó/|P\n8™¬\r®íòB)x¼ÊÔ„\rbÞ Fòº¥²68,$Å$qƒ¤Õ6]ézs¼çT3é<Áâ	™Äö]¤>˜$¨+×¯ƒÅ*¯ç`Bòë‘Ið\\¿$è¡zˆ\\?œIã9á§\"šVáÓG«µÞÆÛC‚EÙ¾_ºAø¥_@e¬QÊVµ\\mËñ£¯óm¶XÂ³^-]E\r2Až5ÈX#}ôá\\…®Þ\r2ÊzUnÎ“u®$A‡€!ÚV9fêÝÅ¹êÏÍïŠ–h‚X¢/Küœf›¼ÐïàßôÆãùôÌƒ?6‹¥?GË=NIó)+ÏüÁ-Æ\'þ0YyÖÃÔŸÁŸ~\Z	MÌá?©ò,Šâc^Ü—‰¯Ÿ“L›p¯¯w”;\Z¬§y Î@\r OR•£3‰T•G¿d¨ü8QÒœq$F,\\9$ô&]¼×÷ÄR_ãe–-õÍ±NŠ¯ÁËÝnã“êœ?sdUI\'?ÈŠÝIuX/&žŸs6¿J¡ÇM”T¿øU~Ï¯F¡ÄÂ–C[¯Ì\\µ÷wy±	À¾{ùöú¯¿¾½þ‹‚àY„ö\'d‡íì²;1ûØ%	Lhè#÷È.¸lã•ZvÁgÓ3jíÂ®^v)}Œç‰09,-5úÕàƒ¶ÓÐñkð±Èïqƒo[ýÜ5´èYúO-1“¬ºwB+¿Œ<ahÁíUWÎ$1¢D8\\—î Éœé—ë8ºXSŽ$¼é¾DïòMðc¾ÍàÓm[	.^Ã+ö7Ýz í:=rŠsË4¼Áá¢óÜ—ˆÄñV&DÐËã±/pq¼$èc_.¢g(¼ÐË[÷5¢vS„,…XÁ?i’¯Šd	o¾î”ÇƒNÞÕÉ¦b3—1¸Ï¥Š¥ƒO´9	ØÁ\'DóŽG>ÁÇÇ²xÂt–èÑ69Ö:›w&–CÃr(lXÎÐ¹x=è4h³Â²x§ÇBÂÆÂ™Cê.ËQ²I‘¦EðCú9]åãJŠ5ÐøéÚ;-ÐHnÍqR€ÃÃ.DIÑ#Ð0%E—ó2¦¤ˆ&a­½8\\còóz÷£baÊ!Ë“œîŠ<[.ÌäëÛe9°\"ÑÎÝu¡¯™•}H\"\Z‡ìÙó‹g½2÷1xÕ	ß¼C6e}‘#rô]©p¹#ò¢ÇæµÃT£^ò\"§@|¨—ûåPAîÐ›Sò4a3³Ãx¾Åg©Ažo^ƒôÂ7Fa­ÓOÝ?jº„CøgLÀùF…«iiDÀ)zÎXXû4§E\0øÆc3o\Zˆ]a½Rö(ˆ_Ò^ùC¾Þô»7¿\"„ýP½œ~ªP‹<:m€É`6ìé;mñt5ÊjoÔbx–ŸÑé&ƒ1Úâµ¨\rüƒ‡\Z‡@Ã fT]àcá\"Öÿ)MnÓb}·|ðœY£gzsBÈÕ…|™5âêx¤õ!rßºçV7Mf\r~ÒEÔyÉ¬õgÖôÓGcÄÂ•C¬_ÊyúoL¼¾K²OˆI­¨\n‰7¬\Z“~BXU—ì‡Åð9nXq@û£ydÕï÷Ã\n¡»˜4Ì„·?rJx•£pD,P9äùf¼Nðsz»\\xI…gi!:eŠ_ø+Q’ÈÝBDLsá‘MpE+—žÈÂ5a4Dh.œ‡*Hõª4°ö›M™4;œ1¼¤ÃË2§¬½K¿4y°·Ù&ýT$¨ã;úivžîÒLz!‡S²ð™ÐßTyŸ\ZË±öâiñ´ôGcH,d9¤øå!æJ›üÑ®ãquž¹]\'Ã•c©zÀqhv\Z¦û,¸ªæÑL“ÅBœ‰™‹NW¬öé+BPýñé\n^Mÿâ‘À±°æÐð—BŠ÷zŸÏðsnr\\ç™DqÊ02ôYtŒÜ$£0Çë©çã¾1ršI¡t.›Ç(ÅzlXëPŠ)Ÿ$£\n@²rPIfŒÅ.—`ß¤À>$+“bóªw¥Ï]:A¥O½+ä(\rXUqø£GŠõ$½;)†ÖëÃ)F#À.‰zsT!ˆ)‡\\ßL½°†=ÿ’®óm±Hƒ¿ùö!øîí/!öb5±ÎÒ2ÉNE,Š™¬Ê\\ÄŠb@úvÞÆïbçð»(žXˆˆ#‰ð».Äê\'–âöäç#qRáëÏÿ²¯q');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_actions_url', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ¥”’ª †ïÅ0~ï¡[p,msÖŸðtfvöÞ—O…Ì¨Üsœ	I^>žHžBñU”‚ºN\"¾”`\"hŠCÕ™2™`ø²ZóÁ,…º4BÐ¥cƒ	|¡ÐŒl;$ÛÃš›˜‹@\rm®ë¶Ê»J_{i*—‚…iÄÓÅË\Z†îŸk­òk­Ï«IÓúSÉ¶îV£J˜Ç(Dæ\nl¨øë‘0‰Ùb8UÉ?•6B¢ò¹‹\0\\äƒ³“[°ÙÁ5\Z[ ÝehHx4eâ™–E§N9Æézã¸í6ÍÑÅºÛðš/^ð=¦b2¦]–}›_d¬”ª»à¤(dß¶Q3‡çz2¼lÉ¼‚£]‡f\ZŒ¨£qÌÞ,#”øÉ}{i*]÷ÝHÒô%ë2nŽ÷¡.3vãpìGõdiš¸·Ø¡ö]ÞôE	ŒðÃñÓã‚3ÝÝqƒ¯ÌCs4þ1éTÓ4ãQOÁ\nO>`ðˆÀ6jš1:NÊ¾ÍWc²ÅN}SV2d“+]HÌ›~Öú¢Änw<é^¬®…,Uhvi7|îÀK¦Ò¨ [òf2º6™Y§8ôƒÎfÈÊ;—ýÇÐo=·Ö~½ó÷#~?¡\r:z*#[÷Á@ûWÚA›,óÂ1¶ºG,û÷61o Å¿Úèãöþ€l´Å Èøñ³úòÌu^Ù¼Ú&üðîþ›@žÂ¦š›dÀßÉÀíY‘‘Ì÷@9Ûf');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_actions_url_chunk_0_99', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœíí’Ú¸†ï%ÿ!VëÃ6¹‡½…NBS0“œÔ©½÷#É–mdµlf&lÕîÇhŒýLëí·»×+«ÿíVôËyE «OëQßÈ¾¬WÔ|Á²ÕÿÎ+¾ú´_?UûOòXyàçÝa[ý÷Ó—Ý\nä¿„¨ÿÈ¹ú¿ú-ÕWTý9£¹úF¦Þdõ)S‡’þøòú•ÿ“ß•\'?¿þüú²ûY}=T/¿§ÿ4ï™-YN3õäjO_ì^Î_ï^~XGÃê-?5§û¹;¸O—ÉÚƒÖÿu¯â½…«Ó¯ê¤¾¯>¹0!ê…1×Âº£»uñÞºº?¿\\ï-ëâ²ÌŠúJ¼·ª—ÓúpþÖ;0V/K¸–Õ?¼[XÞ[˜uÂviyoiöQ¢ù˜hoqÛãÏ¯Ï§ã¦:Ÿw‡ïÍ± —X_^\n®%ÚIÞ5…9w»Nç¹³%¡¢]G»ZÏ±í­u½æÍñçó¾zÙÝeåe`Í—I®™:×ì8w¥{ÍŽc‰ íýÛ®ùxøº?®·½¬xfzG›U^<2öÙˆýÈØqýd“¼>-Ñ/ÊÞhhÀôRß€BèWÐcaõÐ/x»Ên4¬ä§°úôzÒ\\âò®üñòò|^}þ¼ùör|YïOÕïõi{^Ê«÷ùõ?ŸŸªÅó©z^Ÿªíççêp–WsqÞü¨~VŸõIƒþýW½™~càÜÍDZ™È\Z$RƒÄÜ‘€HD’ˆòÜy\Zš·ôðPÃ—¤,P8lW5‘†¤(4Ì @Ò°]W\n,Õ\r±0$h6çÆÀ°l†YàÝk87†æØ\0‡ž—KCÀÀP^=R´4”?/©ÿZ‡) ·ß}«»ÃùUÞ¦z\Z°„yAJƒÐ£×Ð-ôO=óÜa \'Ò@¯!7ô`Yp4ôD\Zè•èe9z\"ô2<ôˆXè¹£)È ÃC4ôÌUˆ€^æ\\sÿ°B¤³ž›5COÆ%Þº›ÞÂ›y›iÿx $²íò›êõñ¥Ú¨íšCB_„z8Äã9Ä\r‡x²Íh†øí0TÃbˆ1T\0†²eÉQ±!xñtò<Ò.ã˜	\"9C,Gcˆ”t¶ØËœµmŽ}³±ëÇ^¼}á‰¨Š˜=½ÊO~†y÷ýªö×(}Â\\ï#ù(mM\\kk¬00£%I†3a„¶ÆŠ4<ƒŒ…´µR.Œbµµf]+ža´5f–…ÑÖš…¥@\ZçH¤Á’ó¸ÈJíAÜaŠ‹SFWB0†­ø|L3çÆ0Í`\ZKÊ4†a\Z»ØOÒþ~’÷÷“4k÷“òÑ!Däý\r%ÄëkbÀØ°>Y¿å×Ð#r}—rÜefÁ—QPçÓÄk¾@Ðn»ÒZotúgO lWuö È7³œyóêê\0c¬™õÜ*]°]é\\šf»UYê,¾ˆ¼D3¬NÀÝ69 Ö˜eE]Mv0]N lÂÈ\Z‘Ô+!j4Õr­]PHüÛq¿­N_%¾ž_Ö§¬•!&\rÊþ\r¤šwƒL	¦.´±ß-òdÉ\0Ã¨<	¢5ýíJúBå	\0òõ}\nPy*>a|ý™	ˆàÁò)µp¯ù”\r£ô’OÎ¥Îª××|ò?=>‘0Ÿb¶Š|\"…Ñ¯BÍ¦k²4`bõ}0&yÿZ¢Ú…æÖâÇ±	Ã%‘„Kƒz—Š\nŽá’HÂ¥Aµ½¾_s—D*.aDvï‚ˆà’3¹…¶^ßZX&e!&MÓ‡nòy2/y°\nº\"¸Ó\nIê-?¸ú‚\rçñÔ¥cYô°ôùàÁo<é\Z¹†!(xðdð@Hã\ZHa$<R+â:þ*éAM:!ü~A~xqä	fò†õï–;¢ÀÕ/hù«Â—ËcA<ÿr•Ë«5!	ŸõÍiR{@ÐZ8±u½q¸âÇ•>¦X–m3m–5Y.Ê1É=x)¼YX’}V\nÏ–<hÙ´²{Ð>ô)$ÀÛL³æ·Æ<J¸G½86™õ\0£„;ž÷Ažž@HÕOë½Újm?oþlöÕâå¸POäuOÓ…x xSX¡T^&#Ö[4#Ðe!x:3‚ùÝ:Ä+\n(OTy3‚\'	æÀðh#(Wà‰gœÇ–x\\=<QÊ1ž¨A•ü‘Žªj±–Ÿ€ŒÆä7Õnîûiýó\ZHDƒäãíQ–7u²õ=ˆÄnE$¶äç&hW5@¤²‰C†\"’À‰¥#’G-Ppf±¦s|\0õpibˆky\nëM}V©w[¬¯ÿ,¾Ž?A“RBÏ…(6ÆödïúÚü?é HH©K¢‚Bóž¦\'±„&{‹Ùé%((„%˜$î0§DÌN/]A!!HP²„vM¨\ZTŸŠÔ³;}€êTqE‚œ{‹q¨C™˜ZÔùML¶ˆ.ßãb#y2pÕ@n´M «¯KHQ\'–ž˜^£Ú®´@„–YÍ¼Ò”¾8¬2ë¹•\"¥VÆö KQ°xJ-DÕ±@“	/ª§ÓŸ¹:„ >Jrò¦ÿƒ&ò!\rªUÑÛ–deÿAÞ“ÛG&ÏÈOï<“§e&v‚™¼éSá)QÔI—ÉCèJµ\'æ€Nj9éah!’#m\0©EJiŠìX¦\\}rìò,»£¥Í‡v”h}@Ie¨F‰@¡„%C	BÒ™vã(B;Së@	Jâü,’)N4,!™Ñ¤õ†Œ”Â£I[^jKð1enà“µ‚°/³¤ù±u[u:—AF‰:ÌLØK1‚©á%1oš4J9VüéŠòæÉ›4 À7Pù«ÅŸ8•\ZÓêäüºQŸÆ·×ýçjûºY«w½ïDV:M¸FF\'øáËU‚¿\r‹ øÐé4X–<O–NËr •¬J†J§aI•6†oztF?RŒ· \Z›àGyŒz8úY^Ž\'yõ7ß,iÅ›ŒZûa!4 ¦aÑ{gQnfIéG©BžÈƒ&…DÏÕéÛñôSCò¿ëï•¢’…£¦\\‘G´ÝÌ‘{àÈîl:[H”hÏ#\ráˆDqI‰jÀƒ#z…í)8Š¨UëûÀQ$ŽhŽ6ëSUÛêWµ?>;Q$’GF-ŠÈ]ì×7DQ+’¦@Q¯W“·HÕ9é= ˆÌˆ\"¼ŒÔ?ö¢y#£}µÞV§óÝó Žò\ZGlÝg£vCñ„8Ê6ÈQžÆëiL‹#¼÷šÆ·¦DãˆúZvŽ}à(GÁv —8:T¿m6wx©¾ŸÖ®V¹D××–Ï%›SðFD8.Ñ†Ê=„‹\"Zv\'’§ÊÞYž½U‹P¯#”#Šï•û\0Òˆ’äŸËxhH4Rl(ŠzŒT1fdŠ]óÑkY”.82.YLÖ?Õü\0*†`¤j>èR iÔ­k¢Í\0WÝmÝÝ-ìÆ5¢$Žç‘§ç¢Ë~À#úÜþµ<Š®ù€ëÁPžÊŽ ³é’hþÚ«)	ÈU¸Ýö%mib‘G˜U¦&xÞ i»ÒÖ¤ ¡Ìjæ5%ÕM2)Lf=·ò\"Õ]“†[õZ\'¶ =’ƒ$²qcÐhÔ¹$QÅA$Úz‹Ý™3ŸÿÎ­ÖÚ;„`IÈjÀ5T[­q(IgµF6o:K©XjÐ_B’”¥_nkPG\rŠèüªwNÿÃ„šúÎÉ\0™lùyÓ\0!Š k5R|\0™ø`XÂì.°v\"¹e\'ä-ŽXNžù8b˜\'É\nLù(\rp$W\'†#ôö™#‰9ŒtáÑq=þ!º‘4‡#îDº#dö*ôa¤.ŠœŒ‘é>›7Ž2G»j™Žø`X\"ÔW\"Àõ y²à~šÌ¿¹¹Mxš$°Éôº–ß&ÈBt\ZÕK“ä¦˜Mºž$š&~\nžäê«<<$ÇJb„%“æw½!ŽIÙA2ÝÞ3#\'H®–º9NGð*kb/Ëƒ#Ñ},†,,@\n3®Y/„¯<lb©M½9­‡E$²°À²È9ÚN—ÄÁÒ½¥ßNÇ—¹¹ÝÃvº°%8V‡,YŽ*/2¼.}%Çû{m_‰hYŠÓL)¾Û;)¢í+øÑó…G\Z86`j¹ßèùa«‹r·ðÖë\"ŸÊA¹]P¥VõwÔpÁãáûâ¥:ý”ñÓF’o÷«:[£ê5“\']Ø}å?|:£èÚ†p:\"ÖBz÷îT„Žgˆa@D?1ö(BÝ#¸¥ë£èi}®Ïë?~4ñ¦”VùñCéGÇÉÒá\'/Ãø)p}xØ]ðÑ‡GDw‹Ÿ	?><³–VµøQ7ònS-Ö‡ƒ‚Nçõéên(¶€T7ããK«â!þÁDMƒï@ê§÷vSÍç3·+¿Ïœüä¯µž@bx ÒóÑ“¿0¥U~O/×{³Åz÷¼øµ{¶Š¬Ô’‹\\·Ãàcô)köi%ïâö­yTÉÐÍ\n>Ë%\0~€j¸âQÄP2Ôø¯ff\r®Ä*aÉ§Gïqq)Ÿ±ä“áK¬àÑ#E‰•Ò²~•À©N¨é9-ÚüVV?hÈä‡Hu!«;åôQ	:-h‡¥Þnvõ|»ÒÒyKÍbæÍu’®@°¨YÍ­¤rµ®‚Å$é–>©ríršchN:]ü~“èM5$df:ê`ŒÔüQOqJwã Þ&\0!C”h«OF¼ºØá}Ìê\nF1¤`uÅt-û>ÕH&˜¥<+µrý0tåYÁÄ™G°î`A0•Yê§÷jM~~©úýóƒ¤ÀÇt-ºÆ»1>°Õb8P¸>Õsø‚s@”gA)¯ÇV4“ðÂª‡QN…J=ù>Ó¹ƒþâLÑx¨$VPé ‚43âDãŽ+Ô¤²ê†îùôT–]NÎóžÊ‚\"ÝŒ“§,5bQ •ÅßxngÑ]”)Z2Žˆp\03uÔü|<dG\Zok4çÆÈ7æØ€<dŽ·5rŒŽÃýÚp°ï…$Øïj¿ÿü´­6§êlõ­)I8‹«Ín‰?xRv3\ruÕ!í˜Â§°íÓv3Å\rœÕD#‚&\ZÑ=±ù8Å<k8v˜S$)§†SÄÏ©“ÃÒœÚü8»Íbs<lwêç–›¸íâùTýR—|éï†\nu£ø|ŽFñå]ÌC7$àÍCIHdpªûuìsc’á#.&BTO2ˆèÔO2ÂBQâ„Bæé\n0pìÛ,$ñD\\Á˜!ÙV\"j½· U7ÏùÊïb¹¾e¸ÅÒÍùÊŠ°Ì±2Í¢;K¸•ãsù$¨v0¤à!%àýAJ`!õ³Úî6J•óQŠÜ§2ä–˜Êî\n‹\"ˆ©¶\rÚ;¥ Vt÷Ê\Z1Ž…Ö<eWèYóÀ±]áÐ†ø]¡@`J45–:¿œv¿¬1ò Ò<¢PÅ(kùn×”bÚ™ÝRŠÖp{]9íË>¦ÔôyŸ—¸)ÎÝº&5…&K¨M_”5›$#ñ<õ®]¶fãuös$)%´i¦_Ð¾3›Á•3{×Œ‹7gàí7Ù(Z—÷ûµ-7‚Ä\\«âû&7øîP¤èUŸ ûW8‚Hwp3ñ,¦·#!ZBåúô5äÃ¾Íqít)¾ÞçœÀ¡=*³ç5Pf8³Âeª¯3%p„ÕšÉ¡¾_lôœY¿wßÆ-ƒ4mÜ&çõê;“ ”®rîÎL~ÊÔY<}\r›ƒ@É’wz$Æåì|*v©Ø$^Ç(pxËÅÕ²ºŸ>åìÆËÑPÆËô	äâÞtok&†éqôIžyÓjl8TY¡–,áv§\n5}Xp²¼•xëÀ’#œÞêf¬¥p?YòÙËDn×°Ã7$ÐÞvŸk=+-y\\“:]¦É\"`²$Ë’½e² \'‡õ³eZ\nÄ€uE´|í\'™¿íVhÉ“l™¦\'½ÞtÐzÐÀ]KÐ0)®zË4¼Ô±[¦T™­zË$m™F%´’-†,e“ãª“N„%ÌÄ·R1Ënžâºe‰p6hÑ\Z”-K68klŒ_è.byòÞL)#Á7è‡{ö_›Þò´hJÆOj²ÇfÿªŠÛôg%ÍlŽ¯‡ÍÎrQõ[ˆ@6K™ÜƒC74Q<‡æjàŒÎôæËDÊËD\": õ\rúƒÝ$\'ø}C’Ž\rÐ‰¤4eÄ~^ÜMèâØ2Kå¹ò³ZO§õî°Øm«Å¾ZŸò³³øEk~Á¾kñÁùEJCc¸a\ZÁMyüŠ64ºY0pnTÕ;6Ä/ óMâ‘ÕŽ\rð‹&åÅð‹úùìsÔçW;_í×Z‘L~nÏÇs.«~Ymh©¶–.ÒZýé.Ü\n`dYrt?¬(º7Çm#Ù`xG6áÑ>G4ÀÌ¹QGÈU J˜Q!Žà©:_O›jñýt|}^ìNvL¥ˆÁs £;c[-NJƒ$Îî¤òVHÊ—eŽžÜVcª2Ü]‰°6g¢Xïu»®$ÖkO|â@(fœÜÑoéÑ;UWl\n­÷š*C?¿2_Oh‹Ýb-Âf­nUK³rw–ˆþÎýÖZ,âÓ=r²Lã\n¸yóY®–ÞoX4zëºVAÒÂÛ¬%54u\Z^ijÀ9\rÄ@Q,	{\'KÝoÛ9]ÎâœN-lk‡Q ¿åH‡Q2=»÷9\'p’±§6šÄéÚ‹\0á—¦ÙêÓ°Ì4`wFP¤ñ$MÖ­ß8Œb<IÎ\'ü*µ^ê>êtÚtÏz–€E£$i/‹‚÷Q\Zu#Šé¦]ô7V¶¼d¡ÈÒ§çCÜEZ‡F (J @ÇØ#!ŠöHÓKK¢äróc‹Õa%˜÷ŠP™;¨0£3×-jóÒúBôùà_®&0æ-Î|DøP2òRhÎ-9mp„0\nJ°BsÞRÅII•2¤î€ÔFh†ˆ^Úy—›õø Ë\"6Ar§hëÔ{<E[.Á3l¨9–æÑÝÆM—ˆMrt€DÓ(Ãw#²Í.>1)u¢4ôEihEéú£ìúý@j%›õÏÀÛn±š­à†ƒçÅ~\'w}§?Ÿ7ÇÃËzór¶²nzí |ŽðpÖÍOCV¤ëzC-ñf¡¡yK?\rÅ² h+S€†jKˆ´6<)©M»EÉNHÃMC\ZìÒ?†ÌCWç%_ªÐA!LZ4t¯ÙICOŸk»Hs\rMîACŽ !FÃ\"ì‚†þîH4ä• SmÙb™·­Ö/?Ço‹µÜ_6[O‹u]>G›où+.™—“™ß—·órš·´BáG«½œ„†šdËR \0h3\0z9ñ¾>k£o<\0)ÍÑ\0ü{}$Ãö»oÕB7.Yl~¬ß+; ÓÄ$e1îS¢w3k¹ÄQ™ÐZž!$zS>pf²»à_¢G zwŠwf qÔ?6ˆ£øÝ)¾WnŽoƒbŽ}O¥1c¢©Cõ{ñr\\l¾-$m^U…±^jëÊÕNfÃ+wLä6;Ó‹ý¤[U§Ø+)-Œ*õ~³‹hÛ•VÐ‚„j3¯v¦U{Àu¢ÌSA	#™©ÜF‘šGêž¹“R¦[»ä1D§‰kV¬7ê4$ê[9ôiºXi\"’¬y®A=ºÔ¾:J!úû¸¾•Aj\rJ_]*@ØÆMaå3ÕÎÞ@ú1ÕÊ]#1•éMð05¨nmWZÚšŒ©$¢–¾47©7¦Z–Â\rt¡‰©Ô–îmWÄ˜®œKU¹ª†ÁO Áª4¦Lqj0•¥›+Ž©:Rå‹(‘A”½¯ô[±:Yj$¨˜–øndÈ\ZT¡´ÕÙ;dÈJ >ÕÍƒPœJçÇBHNÚh>ScËÄJÓÃÑÍÇ;.˜§\n{\\;=?Næ/Y¹‰³S‹G	@’@6ªvvc’ KVÄlÌÐ~ªÔ\"‘¾†Q3t·¹dÚÐ[¶™fÜä0ü1]è˜¦&QvòT·hi”\'s`ÅhÜÂÒìfÒ¸éR˜ßùa[´ š\0+ŠÓ¸ID÷Ñòh2µ<ÕkÎÒŒc+¾/D´z¤Ü®ÊtƒÕ/›?›}¥¤ž«kyšÕí/i>G²¿L×c\0nŸ\\Z?aÉó,Yr­€xävpmO\"ÌN÷Éõgóåú	àÁCs¼Ùéž+Ëe0ª¶¯›u=D^vH6–Ù¨ÆOµÙ2CäÇˆ|ß\'U)S=¯OÕÖ`H“¬GLfÜH>%O&·%d½ Œ úýS\0\nîÐV’{™1Ìö¬YÏ`ÌšáFä#;ØÞDî¢¤ý‹…Ó}šÕ¥\0@•¿ðe^²þ:cŠa\0­Wgx\nq‚pµy!ö´¿çðóÝ \\#Œk.¼ ŠÛ¼ñN®Î[¹\ZŒ^Mh§Xk2p}ª·8²¨¸Ãi,n%Òå3ÄÌÉm!ÆÀ0¬àeš(ŠÈoÈrq9(—Aš0ŠA1FÉ\'\Z(Ú4Þ­kÒŽ.eš¤è\\·°$ óèÂ;Š¥(â\")yà}ã¶k\nY²Ì“t`$g¡¶ÃV(åÿ\\‰_¢ëØ¦ýq À*Ð–ýÌŒ¬7n¸ÖøÆóÖ7®2g­q\\þˆÀ µŽË‡\'/á¢”ú¥4´_JC½£uƒ}Íû½ž.qViL¬=­÷*økƒµšÎP+`\rçJ˜4ÖRBÂDgµ™4Áîø±¶•«]ò5ªœ›AËõØLîŠÊþ?*8«W—Ä=ÀÃHÓM²Jv½LllVb©FðÂº žu[Â:^êHaã­mAú”äBTG¹2‡€™Ÿó/­ u;é‘,êè”ÑYÇ&:Ëí|ŸÍ,ª™u~Ý¨»áÛk×›®58±V\\çå4#fcã	¶¨³æqÔê¥ô]ÔâK!(‚Zõr&î(Y“*¢VÎû;5lÏ:‘ŠZ9ª·,‹\"ª·zIð]ët­ë5Åt“DŸ<`\"O#OŸ\r{±{¸XË&`ªÏÙL¤h&bÐtÊ$^yÓæþAÈý€Éú0=úÝ†Ð|I=õr&¢G	@Á€‰\\ éb\"ÉÐƒ2È€)jŠ&4z\"TtŠmr7GŒ$ŠŽ‘Ì±CæH\'¡§h^»ÂYë·¤ªj”ãu|1p*íI›–ôžk6©qz-—Ú:Ó7Ÿ½±$r|ûŸ€,Qí hùÎÃ3Â„\rPF 	n\\¨\"·£yT4Äf@zf8ãÁ$´œyúœ»˜žì›ÊŽA’öÎ_PÔ‰õx7U¥nVg§¥3õ•@EL¦õUK¦Vb‚.bblv2¥ˆ–ÂÎL±äÕé.-Û‰\'Ô·èåF-ÃÕÐA²p	3à@;ZépíŠMx³fDqlN\ZèÓwÉ&gd7±\'0¦\'\nN†*ßG]pêrÒS–R†K\\ŒqSŸ?8ä-kB/S~mÐ×ð©œ²¥Ë–JÂ@ÊÚVÏQ‡ê·«À@*néB=\\eoŽ¤R–ŒJ¨š9º,IÔ&?õ`†ÚÞÄE&!QN…~þB_Šò“[y¡qÒw¿‚Ž¶OwÖÅ!-¢bK}1”7†X\\}Uêæä¿°‹Z5.¶«|¾X*‘æ=Ji÷8RaÅ{²o¼öÏàz\'“¸1vñ®Â1ù,…Ô.ñ¿DáN&U_=í\r,˜oÊp]œËâi1Ã6„n€ÁF¢Ú¸á¦%Êû F¨4.é»×Ë\",O\'£¶È6›£È6¹ÅûA.Ì j¸{bjKô®_Qwù\"ŸöëCvè¸‰´_tß¢†·®j³-ôíŸ[WþòO¼e$½„ËH:Z\\Å¼‰…‘üì¸~ÿ\0@z+pCÄ¼•ƒæ™•†d4ÔÃÌ24ö69pôKzCàðFFÎ¢ÖP!Ýå_ò/ÚYxâÑ–z¤é¼Ö.3…%¨ö-Öj¿q1ÖNˆú•ÛHTÚ§ãë‹Ä‘aC¯€äßÿ¡ÍØ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_downloads', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…“]nÃ „ïÂªê$Zß¡W@Ä&\r*?º’å»§cJÚ¤•f˜ov40	ØuHð&- ÉN\\¢ÎAsÔŸ½ñLZ>2;¸—Þ(Ô	Àá5ËKé–”ðgÈÝõBqª¹ý@Ýp×p×\'zÞÑQøKaZ”Ð…ööUSÚê¸ýä61_kÌèy Û¥˜›ˆá½eÚ3ä¾†\\]è!ƒ®bLOØ­„IŒ¢WkzîœÐïOp\r_zJ,q©Di‰¼Tå™aS(lÈUr/Œþ¿Pî}R(·T•†Í\ZM¥aÃß˜L•LÚ¯Ì”y¹;˜ÂDî1Ïßžà-\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_downloads_chunk_0_99', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ•”aŽƒ …ïÂÿVÅÚfÇ;ì*µdàºIÓ»/tƒEk“­ÆD˜ïf PÀ•CQ[(ŠD‡Ž¼¦PÆüW A&×\n@Ù¤w­’ŽI—Z(ÚÙç¸Ìò*;Í… ÆîµìQÍ×Á$ùæŽ²&ÞþÈŽq|`D27)ó¬|w¾Ïý\ZØCÈ†\\¸³dâîò¤ö\\wa˜màrÿŒú³©ËÌ73Ï\0‡-€‡xö¯ÿŽ&³ý\"pJÜ¡Òž·ü[þ©|&8%A´š–!\\&\Zˆ6ªeÖòpŒ+–o±<ŠDaî™h-‹æ3×+Á‚®UƒÌq%ß [zI—Ê6éÖ‚E+IBIü3ƒõfÏñ§N\"·PQ4´_= ÑÜKõèûâœ¶eíÙ)G…a5Ýû¼QÄ~úòÏeW.n‡à‡ýn·JŒƒ$´ï\rëiØ¢´Eus¯ïôújB:êüÛFæhh‚â*r¸FÃ›ïüÑí‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_outlink', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœíÚÝr« \0àwñþ8ÁÄüà;ô2¨›†)BH=™NÞý€ƒ©-s½™±@Yª|³†.£dG?9]UŒ®ÃE±§Ÿ†–4¬‘U†÷CºÝ)	×¼Q]VqZ¸ÏÆ}ˆ¿(ýÅºòS¸_ØÒÌ\\º£å%Ø^é·¬j‡¾ÂM&ëã™[sì¹=?\rzLÐqùÔ÷zØß¥ž2\nj@€žbn–b†1÷e2t…y§ˆ³Ž]Ðj&Í)\n¹]\nùuº‹‚>:ÃìSØyW±Ž·ª;¾kÕ€1\\¾†ðëb)üóØq~ºiÏCB¼i)ß\r˜-Èíw–+™^P<ö›ÅCô<`¶•<\nÅÚŸ7à4haN}_6`ÔssûßéYÑOwå!Ðô“,÷û¾Ï;°‚ŸÀÉÊ/oÁÖ6Ø\"+Ä…¸W„«ðME×ŠfõåÍU­ƒª\r¢BTˆ*Bµ®†‹Q‡1c5\'«,\Zz¦[óÇXÍ? ~3$ÁYÎÐ:‹œm|Ó&ál3:ãÒ‚–ÌÿLeCbIb¥o*ùåëê÷qË®hm¡­¤­­oÚ&Ò¡«ÕÅæ-Ó\\	{Ž}è}¡¯%_;ß´Kä.·15¹iÎ=«AXaE°ö¾iŸN\\ÃùÆµàtA÷t*‰}¡¯E_ßtH$®íèëÌÄIévù<SÒBZ³&¯†¶T¡ÆýpÞ\\Ìðs¥_£Ô…¾ÐúZö5Vk$Ê5üËa-.Ðh0¶!¤»±˜ÁP\nKJ6Hªfc?\ns7”ÉZ3.‘òB^i^CñIUo¸­Ù0\r ]Ú:qÙúEOæ\"K#*7H¢tÃ?fotþµüSêB]Ëº†¢\r’¨Úð÷¥ƒ®vûŠ· ~W …Øb›aª8HªŒ£ñÐ•¡²ÿP¶«n·‚òëŠ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_outlink_chunk_0_99', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœíœÿrª:Çß…ÿ‘_*Šïp_	°\nSNÊu:}÷›AàhË¹§½Ø¹ÛŽS%»Ñ|?&›¥,püà-œƒÛÞ\\<`XàuOÜ}ð&ƒM`ä,‚Ü@ÛÀ°ŒC¸ú±>àù×¿x`ƒO¼ž«-·!«\"TY!U—âÅ8$M›«/É£0Í”ëL¥£ÛŠŒOÚþêZØß÷Z6§Ä+ˆÞçúžÏÎæêr3pÙ5u×í=Ž\ZüC%—ÇËí=—7««SàôÖØ]½w;nr½ã¤,Â³(c2ã§Î½çÞs?µmƒÀËõALM:}(FÅeqÎAe%ÿ< ¡íƒ€†&wš\ZŒ`ÉÃ¼dÉÇ°7º3\0û¶_à åÁ´H´jtx•h4ƒ‘¦JË*@Ä Š’Ãe¥ãÕRÒ§xí™¦7’^ÃÕoX\\æUÁCv:	81ì^Xž¥qˆš‡ÚDë0L˜Ò¿QaŠá«04ºÈìà­søÞÊåï¸ÿFþÛ«ü·ü›ôOú\'ýÿ¢ÿM¯ÿº®WZ–yv­ÿUõ²8<ìÎ~ç#¼ß$€{%€ÛÀ#\0\0\0S\08»\0Qufw”ï|\":[«N€þìË¥1^ÿè|,?èÃöÊÖ?Æç:läÞ~™§|(Êÿ¯æÔÿ\'\nDðõ*Ä2O®·ˆ¾Y²³£Ÿô0º/Òï¬<°¾;‚ÿäÛü*f9Vó@Ë~¡¯±GŽëÌžÒ#[€[yyÊ¸õ-.±…ØBlù^¶¬ý[p©U©X. f\"‘¦T\"{…&q0ì²¸Ù4¸YoçâßSr`‚ë¡báç\" .uÏˆ>D¢ÏbôÙLè“q‚7ÀÐóšR¶ày(Ýe9´m8´ÝÌå§§qV°‹Å*•žê‹3žTÈX-\\W©*ò„ DP\"(-¥­7†RqÁ¯uÛÐh¦€—E“§9®=;Åª»<ê%|ˆ@D ÅeNŸ½eQY©UÂDV¦Àr•6\ZKu~Rw=‘ùãåéœtN:ÿnf\ZŸ}ñÏ;hïf\'^†·æ?ß9rû‰°x%ã´fÑS”í–¸þ\\–hCË±÷~ä?,™‘¡R*ù¿•‚xãZ°øç A\0EWÖÉjY 8MŸ\'º×H`Ékƒ…Â1j_€e/`êŽÆ/4	¡IMBË§º#\0¥,?–\"i÷væêwa65÷¬¸¾7—M{\\úÔ)Sæ¥¬Ì˜q3)ûNêC¢éœe\rÍ‚áÆg<Æç	˜ÀäÅ*ÚÎ›½½é8¦Tp¦ì,ñŒx¶ÏÇMb~Fä«Rœp>õº_˜ƒ.vßÞ¯)D°\"XýXyö v8¯  U\ryÎõ;û™ Çk¡2¿|˜ BP!¨,™VöÇPÑï(ã‘Ð³™ç \nÞà:îvnùK“IÂý7³¢µ‘…È²xå’%f@èIÊ`¼M\ZõR_ùÒÔÞ¦3>šTåFZ\'­/¯õ=Cëw4»ðä¢¹ýÈÞÛ´\\!Ðh~hpÄt A¾€X=ø§‹\0¥½Èž½ñM@! Pže•R@á®uåýÛç‹ßNXvÄâñå\'ðÅ[ï@|Æ›÷\0(7£-');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_sitesearch', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœí“án‚0…_…ð\0Ñíú{…æŠ6+-¡un!¾ûÚ™–ÅlöKzÎíù”{ôŠBéoÈô\Z*Èî™Èw\ZV%äõW-XfTvQÝ{¾ã@ìµrW¸)í[å”g7yñ3»\\ŸjxÃ¨dæ6®Á~]<öå>›&÷ôÄ¦nN3w|ZÃåDõ\n~¦”*\"Ð¬û`Ý`Ì!¿Šò½ìCBüHØFé¦C©ßRù›T~lÛˆ`0ø¨À0–HQTCÛNÕLk.3–’¤XæCžÈˆ¦6¸–#ºZ5­`†+ùºñÐ\"]lKÒM\r£\rV’\n…‡_npäNnpÐg)WW/´ô·5kñh/7‚ÑÍi¡ vª†ï”›Ø?”Î5º_Œ\"Cû`´AY³å–¯-´üÑònù½¦úº_¿<Ûš†');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_SiteSearchCategories', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Contents_name_piece', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Contents_piece_name', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicePlugins_plugin', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…ÐQ‚0à»ô°ê¿;x‡	C*C!Äîî^H|ÀííOÓ~i«qÆÊH”†ÜƒÀêƒ¬¾KÊ¡\0•}ß²!Å¾ @¢ µ1RßŸ`õIªë^ø/ù\\[íšJAÉ±#‚NzèYÇd$h¨êß«òc&2ÐëÍe;qgâ+åA+M@£Ñv°úcÆ¸V„5?èØÎf´|o¦8w\nsþE?«~q©8úÿí,\\²¥');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_brands', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…Ž;!Dïâ€ùlª\\ Êˆ”b¥í¶DÜ=6ˆE¢tóð`¿FÝar›!¡ž £¼ÞåDy‡•hAA3Kfe\'à|¹4zFÁžó\nAÀƒR¸uŒ£×óvýiz¨ÈÍÚtóc>üÖ“ý÷ç¼¤¦¡_Ùo_\rUžÓ¢èBŒ‹¢ý§Ø>72T');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_browserEngines', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…1!EïÂ	``aùt¶&¶Öl²‘ØhG¸»ˆZhìþƒáÏ#‚PdˆÐ3x”ˆ·=‹Ðó!§ëE„Õ˜ ”e ´0èºÕ|C!Ì˜Ó†aJ®ne¶c°w¸×£Ê«\"$JåêÓ<ømi!ÎûvL÷©ÙŠÔ´œù)©È•|_±¥i¿!G’òŸd}\0QîW¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_browsers', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…1Ã EïÂ	À†PÌX©êTUÊ	¨Ô!R¶Œˆ»‡xh›ÍÛO$BÊé˜Ž\"P^È‘šÓë=«¸ºÞUœÈ40À\0X¬€Üñ+…Š†”f°-‡ë«`kîâqh9Ãµßg\n_J¤)Þüè\rŸc7¬K¬4R‡Ÿ‚V\rNÚsA8oBÐtÁ^ï¾ú­MÀƒÔg‚å˜¸}m');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_browserVersions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ•‘M\nÃ Fï2:£1ŽËBéªr]²ë2äîõ\'6BÓJwóœq|ùâYñ2±pž©–—\'k†Ùß3¸\'§‹“ÔwÜÄ2!ƒ”pŠ@(v†D6 dH—Tž#Œ ¨0‡VEìó\\ÚgÞwÖø’gÁË\Z7_ËAÛÓìže-V5åÚ:–†ÎŸ¢µ­EÛ[†·ñÃPÕAÊ:Hê¿©ª ­@]iª¶&ýÔ4ãÙIÓéVŽ”þâ¡äÞÚ,\rþæúÓª5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_models', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…[Â E·bfåÙrùrÆ- ÓØ¨±ý#Ý»LI>|üÝÃ\\˜C€DêÑø\0µ‡4Â€†pŠùÂ‚ü5Þã«?ï.q¼M\'ù‚g ÃYæ,AB2¨*ƒ^FÊ•^Ã KOi“Aƒœé´¥·äv»3ó¢€iæ—ëÁß´?~3Þ,We])KÝ~TæßHW9+cmå,þ9Ïo·±`Õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_os', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…Ž1Â0Eïâ$Ž“’ß	11Ð•9H•ºuŒrwbÒ 6?ûÛ~	Œ¼ÂÌ	®y‡méñÜhÞë„nçÍ+l%YVàDÁµËô¦XÑ‚Œ‚´‘å¨ä+	ÈùCZ­§ÏRÑW	¹èé¥7~:Þ¯Kw¬Wü¨Èƒ¢ÿU±æœ†ÑŸd0”†å™U5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_osVersions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ•Ñ±ƒ àwáw€À15:Ôµ3M:˜¸9\Zß½G[Ì™hm·ÿ€ÈÇo&KSO:e25DšFr¤†|*¼ ®§sÝ€S©\'à5 %£È†³áŒñ5Å÷–.ƒ]m9ž,)DelÅA¿ä¹\\”IÓ4—Owuaß>N×˜ÊD¾sq–ÁH(„M(Ÿ3(œ¬¶Â	ÇNüêlIÝ.÷)ÊDQ¦[•éwVCˆñ¿.ÍOFF#Œ¾\ZK©Û5r^þ6¿¤\rN\0íp~ëØªD');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'DevicesDetection_types', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœMK€ DïÒÐV0Lïà0qaâÎ%áîRˆÆÝ¼Ì¯€QO+ÐWdÔt•ý¸Èî¡@v‚»¯2A’ƒvPf”¥eZ,Ù)Ú˜få8Ü4“ÑõúµšÔæÛ›µö\0yš+L');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goal_days_until_conv', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goal_visits_until_conv', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goals_ItemsCategory', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goals_ItemsCategory_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goals_ItemsName', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goals_ItemsName_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goals_ItemsSku', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Goals_ItemsSku_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Referrers_keywordByCampaign', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Referrers_keywordBySearchEngine', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Referrers_searchEngineByKeyword', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Referrers_type', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ5ŒË\rÀ CwÉ|\nÎÝJ= qãˆ²{1jÏ²#Ç³ÁiEüMÁH^ï§‹ŽU/ÚàaÉK\")a«ò»á`10%ºè¯ùËçn·*¦qãR³e%v');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Referrers_urlBySocialNetwork', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Referrers_urlByWebsite', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Resolution_configuration', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ•Ô½jÃ0ðwÑÜ¾OS	”vh(dèìB‡@¶,ãwd[®\nVem÷·äóqòÀŽÇ+CXæÂóxgÍâ6|ÿÜD¸3\Z/§pz¤\r<P)áÊ×ˆb\n´™‚ŒA¦7\'Ÿš°˜_RË>I)èTÜG^¥h–}s?»½3¥/\r<N©ó9?hƒ/¯-F0‚ÍàÜŸŠ:sÉïr—V/‘¥Âm/5½_ïçtÀè)z	 åõ¾6/èE®µï£Êÿ©z¡~^’ƒ‡¥#RªI·)ˆµësª.§«ž¨ú3°¶:°ª\0çÐôiõ¡HZµºäRÁ¥ÌÝnÞž!kcp²ïr™ÃÖyXÁÕŽ–ŽŒ\0#\0”ÚPÛ­ßªªjPYÜªõÏvôL§\'óüa¤');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Resolution_resolution', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ•ÓMŽƒ0à»pûåßÜaîÀH³¨Ô]7•w¯S&Ô#5“²{q€|²Ã\"IÖ‹Ð¼ˆk¡Èz“ Óuùþ¹NóM²LŒL÷šæ‹°–XK5Ãd·g<sÙÏ¼Ù{Î5GóL:òVOX„dÝê7¿ZaìËÔóùæsZçôV™œoD¯ÄÌñœÿ*‹UÉ,†‰ÆDeö”LM©‹ìŒ‘ÇF74&V#S\Zº¶å-òµõÛK á\\/ýÐYP{™{#Ç\'W’Í•$Ä>‚zÃvvØ®\'<º¨=)v¢\Z½?ŒÇÅÃXûsr÷Ï™¶ÎÞŸnWÔ\'');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'UserCountry_city', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ5ŒË\rÀ CwÉ|\ng‡î@¥¸qDìÞ¸j¶bÅ~\r«ÃiCüŠ5‘ £]÷pÑO³@e³HÕðºrÜqX?B|¨œ$N¢Oüä/—·¹Ék†^›œS÷~\0s·&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'UserCountry_country', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…ŽIÃ Eïâ`IøÜ¡w RUEÊu…¸{ê*‹ªÝùù{x	å€‰	¢E@Éð 3í÷“bn#ôØ)à²½¶—Zæó€0ÓÁ½“~Â&–95VÖÏFíOJígoÚø)÷Ì*×_yµk`ê	H¶ï~-bT°Ýf1Ëzqtÿë{Tq');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'UserCountry_region', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ5ŒË\rÀ CwÉ|\ng‡î@¥¸qDìÞ¸j¶bÅ~\r«ÃiCüŠ5‘ £]÷pÑO³@e³HÕðºrÜqX?B|¨œ$N¢Oüä/—·¹Ék†^›œS÷~\0s·&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'UserId_users', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'UserLanguage_language', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…ŽK\nÃ0Dï¢}Á’â$ß¡wp ”@è&te|÷ú—,\nÙÍóXÒÄ\rÆhñ€íaYwò5¯ïÇk!¿33HJ–KÖœÄ\\ÁµÆÎ¦‚m0k±ýª#Óo\"•#1•µÏþpç÷9º_¹f»`º¡‚tþ¯˜+×óJV3NÍáN3}çdVw');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœÓ±\nƒ0àw9èx»K¢½l]º9v-Ò¡:ˆïÞtlÎíÇËñÛ+³ºÔ«¬už4(Œýc!MJÂux¯~¼wÃç–§üž eåß¡‚@Z²R¹êt.IR·~øŠ‚C·*¬@ç}†-†6Ã¸}E,…‘mÅ[Š ØJ°~£Ð¾-%`Ø(¼¯4–1Ú/j-¥ÁÆVÎUÅ+´HÞf¨Þæ’) 8{ÃTopÉBÝ‰êŽeË¥Ä|Dª÷¸ü¨Ä„¬©^æ2”Äpâ‹%-_\ní/Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'VisitorInterest_pageGap', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœ…Ñ±\nÄ0àwn¢‰iÏl}€{‡ÜèÖ±ôÝÏ¥àêöÍ‡!])é94µ®ù¬ç¡¢°÷ïo‡vX	ÚP¶ŠÚ5”lÖn[Êís<*Œìš+)³SÊ\\É‘R°ÄJ‰A‰_$‘RqqJš+õQ)\n+RrÏ™å‘±Lö×%^g\rAöûä¹óŽ¦oÎ©3çúCÅ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'VisitorInterest_timeGap', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœÒ1\nÃ0Ð»:\n$Ùqyëz‡:²e¹{ÿpÁ³ÉÆ~ø<»Šï‹K™=œƒù¾ùà´ÎïÏJeóè$¬BeqÃR•cqÅa\\ÇÊëÜøÏ`VåP;Öv¬çåT;±í„K\'!rY\rm(^B#‚™°ÅZÒ¶4ô$(í†”z´t£î±\'AáIn¼)_JÙ	\nkþ¡¤MMÝÊ³èÃž½_p|¯oÊ´');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸Ð!-cÈÝ«%%C*y“|ØÖï.”d_[—x,û&YÂÚßŸ5´MW…¶ëˆ$ÄÐŽEH÷¢ìZÅö:\'L…/\nÝ+ì)âEÁ{%zJ‚ä+ÉS2d_ÉžR øJñ”\nÕWª§L0ù=šL%I˜~ÏËÚø?Îl:ZSxa²¬5È8\0Ù.Úqý\n8\"Ù9®z7$à!Ê³Š‘üô¤ã`Þ¹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'VisitTime_localTime', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœÅV;nÃ0½‹O Ræ½ƒt-£á»·²ä„ƒEEÑ‰åø=<RÏ\\	mw2·•ì™dÚžäiy¬ß?åVŠw‚±E{ÆÜ×¢o1´¸—7¬dhÛË¿ÎBt@QEP+‚ZP\'‚:P/‚zÐ ‚Ð(€>	h‰uŠêp½sËó\\˜Ú—÷gõÀêñU¿\"–D5’Ž\Zy¤F©´X{)Çë¤èáhAŸ“ÄŒ%Éß\00Œ2~Èùù.?Çù¹œçZ’V~ÐÑÙ4]Ëw>Ô¦)MR“³RCF-0jK—zÒA:ÉÙ¢£™ì¬d­õýöƒÉÃngëI£‡y–žlÂ äÂ ÙpUÅÿ“;dÖ•Z`Ô,£fù<ÅqÃþ®¢H““}½ðãÆî?ÏøÅ¾U ¨q’žäîì>IµåÎæK~ï£ÓËpš¡ô)8Žuö:y…E¥‡ÎðÁ8Cw\\ê‡©?wÛp°î*í»(/¼¨²ñî¿\rhu');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'VisitTime_serverTime', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 'xœµVKŽÃ ½KN€Íß½ÃÜ!#Í¢Rw]F¹û@G\"fX°¨lpÔ÷äÏ¬„†¶\'©ÇJº&‘¶7YZ^ë÷ÏkyäÍ\'ÁãM@ä5²\\§\\§ã±ŠgIå…ùS²iehAô˜—Ž}è?ùžVR´íù¯¿êÆ=7(?uð:£®1–Ä”hKt%ú#¶@QÅ9 ZÕ—\nÈTÀªBÊmSƒ”›ª\0Òxÿ¡ß#²2sZaEP;Ô‰ n¨A}çê}ò†èPE¯ûÿ×<ˆ¤ÂœND4ÎÙú@M‚í¸Ú$[Ù×`’±ìl \'ÁÊÖ“¼dó‚Ó½îïtòh­›—úS©ÃÔ78Lewqk™Ì =erÅpn&Æ1ÓÙ\náÆù\0l·­~T¼0Ò’ÍÂEË1ZŽ·,ÜµB%¦sÿÔ š²eBìŸ4¼Uó¬j©¡ì«8ÉWQöU„þù†ö@ÍÅŸQzìaçI‰3Í˜i~Œ|_«tó@KögdOOË¸YÆÍß»²sÆ^ÿû/`…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_actions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœíßs›HÇÿJO¹‡ãæ3€òr‰“Ûr]6çJ|Ùº\'‘Æ6µ¸rÖ•Ýÿýf ±…˜F\ZÉ&UŽ<jÚ>ÕÝóžhLƒñÏxŒÞFcZýà¡ñÏÅ˜G³è»˜Þ.Æ^09gÿrÎ“ér‘g±X8—iÍœ/âG”MÎÿíüé\\¤?D&¦Î÷çérô6ù…©ú¯þ¡x)¬CõŠä9ðx„Ô{(ÖÈÛÏê•ßä«|<Z,çWy<W‰È¤ÙïÊ=ù2rÁHéxòýê6ÎW?âüvc4p8*ÍÍã¤Ù’ÿêAÑÍƒˆÏWƒ˜æØBd÷\"S/ûòLÌÅAé˜×äØzôÚ/¦ùµþýÊ­À«ÏX»õhq=LWc|Í«<‹’Åµf‰ `åorK¾vÌ×Û0X_1_smsg«ÓRÍ¹i:¿ºËÒ‰X,âä¦º˜¯,RÒäâæ›”£¤2^;Úh\\þý$¨©ÝmK\\ìãf§\'éün&ò8MÊ±Øe,08ýøMÊiÔèô†qyõ¨ßìtÃXÐú®N“«Y\ZM×CÖòÔh£k7=5æÝ|j6„|øýÒ.­ P‚’\n	T“‡\n\nòù¡ˆ¯ŽÉ\nÅXì­¼â€Õ)îDòàçêy¹‹nä\rç3quå·Øä½Ú™kÒ®âQi¾\r›òÀy/œ‹LÜEÊÂŸˆVÌJdz1ƒ\n˜4´ÃKyO!Œ—Òv`—Ø%ž—È\r|ÂeíV+-‘‘–\0´Äåm¦eí—–Kº…;ŒÂ.e^\'XJ?1Œ•kÛfV>ÛÎÊõ]eåê67 ò³‰Æ&ÅŠ•?ÍL¬Î³	ÂÏýVB	?yÀjöÕ\\,Ð\'ÿÎ=|X\'ÖÉ‡aä“W74­±GtìQÖ-^ˆd!¯¶óur+æL>^’Wäó+òù„Ù\nÛ?ßÇèóíDŠõ fôÉ1Ì\rƒ’Ï7’aù°ë1ùåpòùòùðŠ4DrfŠl¯™\"ú°FŠ4\r×Â8OÓX}\0ŒÌ:3d(ÚŽ(&1çSšÜüýRdsit\"’<¾—F¡ bOAÅë\r‘>@Å*Ï¥>TÜ*ÂM	­L©ª¤·T‚ƒŠ[á`Pú\\!ÚÚ¶9D{<Ö„/Ìý®øjö¹Å6$›­Æ\Z FÁPÃÛ¡Ö)™-íŠ1ùçïÈ¢5ð¼GÀ£OÇU*úõ6ÍrçéYÞ¼;¿øÇ·ó‹¿í¤ÕìÃýidó¨=ö13û<ŽAAZ‡ôÔ\"ûè¤xà—·úþèX£ŠÒG¢ªfÑB&§ÑCçxŒULbuâHû@;’ò Hbf$q#’(åàù…Ú/ÓŽ$RÎ“<K8†×~Ã1¼ÅçTÙä.Õ.9²RÖ¬âía“vÓ¹*¥¥¹˜¨fZã/šZÌå6-\n¢7Õù±`H…–©¤|0µ†@ê8ùIôÐx´,Ö8òÛC\'ŽT–\'ïûx\"œwI\"ƒ´leÎ»•±ý¹Ä‘=,õ\Z6±„X\nàùK,¤æÚç,ÛÁ¬¯m\rX:N,íW™\neæ·NÖä\nyyKé»²ýà\\géÜùM>»`dyO%^…,f¯À‘åYBV`Bu)P`V{ÕI•síÈ\"daG–g\rYh@ÖëF–¼\\»qdÍª°=é«d]«7wuUJØZK+F¯l*Û£®g52ŠùFFq‚jT>œQÔ£†²ù©3\n®°ê@	MXŠRáÒûÙRL2±Èm\0õ2qw0y.¡`Ñ‚@XÚ(‰¬\ZTH^”.Ðøƒ\rst¡âÏR~Vòs.³è^Ì:SˆlPˆ\"KòväbÏÕ,Q¨:e[yÉCöâ ÐXõ–q¬BÄë#Âðª7	Ÿq®.ì0WÂçê(c]Ù–NU¶!Ò©j¬XL,ˆtŠl>/Íƒö›×$á:cHãœAÊÎ¤£ÎÇér©+*Í¼“·Ã\"’	\\Ò¾wÅbúÆ\\Ô¥ð9>#í‚\0PL÷`1W‡bºÅ¬oP´ŸzÌµ_eJ¾¼3J4d¤íÅê›OñµËl\'Tmæ‡Ô^zÈÚVœ>ª3¢ª*ÙHA‹oJ\r½U¼ƒ®„*Ð²C6¤‡¯\ZUjñMg„hˆ2ˆÑ•\ZËùULãIÔ=kÜdCÖšHi…ËŠ·8ÊÍµ+F@qTÝ8kføNN¡ñŽ=¬=¾¯ZÙÜfiOœ³4™Æ…+J¦j-ô½R¶ËÃ_£Dº4—G`>‘§i^Ýü&ìe= 9žˆ`Å1ÅNU[šÖÒºŠ¶4¯ƒ\0@ð+­iÞ+À“/ßj—\"\ZÂ¢s¯@ØÃd&œ<í¦’Ú)‹	ÞqBŠ1ð*¤úfH1$ìì2ÿ‚¬mÂ5@ê„!å)Huä„†!ß€!%6ÿ áÖ!‰ÛÎÒK-üü	ÀÂr3°y•ç õ.¸Cg‘?áÀŸ—Ï\ZŽG`@hà	ÚÁÃUùè£¼\Zéƒzý\"Ko²hn#\ZêEyH\Z[)›¤‘g¦ó­ÏÌY¤ÑPQz4R‹ãö£††¨°}NµLPë‚gË¢Õ±H—™<×/Yº¼sÞœùÞme;¥ðK™|xgca	—+{ÛW¶€&å¬çl I¹¡°tò”ÚkRŽÓbõð~HÑšx\"ƒôI¥wõY>Åß3µòÏ´‚-N,&z¾¹±g ‰ç\0­Z‡‡–Šï\0\rSØP…*ãdì²ë_õ…ž @mjjŸ	PØõ	XM€MQUe«\rPõ :H°=@\rR§S|-^Hh\"\05“4þ›˜Áá¯—>ïï`¤Oe«µï¬[AµüÁ\Z}`•\'2ÐçÐôB#m\'O‘¢©~Î&\"Jœ÷YÃ›ÏmG±¶\nïHT5]²Á ºÓþMžŽ>Âå^Ï±\n¯²\rY…§5®ÂópW2ÁWáy¸Ùç–±Ç¹\n˜Êí\0\rgY¸jÝâœE™™óAÜ‹Yz×I¹h¸æ!ƒ*ø²bsPX½ PWò£ÚTlP¥Zïî\rH­xÑ‰ü,Mòh’Ã›g¶`¨—ž¾Ä‡÷X1b¨²ÕZú¦°ùº;X0ÄA\ZT¯\0CªúÓ\Z|«¼ƒf•wšþç\"Åøä[Kf×ËäÛ	DàŒªlµ¨sâòJuÄsdv•mHf§5q	—;Å>ËÖT>iö¹eìqfvqóN£«½EKâ@‘@^JG¤æTiÞ‘U\Z\n\rmÍ‹Ýú>y.\'½vdîYË¸ö\'b/ªÑí±²ÕÚ× 2Ã!$;R5‚ê2¾#G4Z™äé\\—§‹TÉì\"KïÒÅj‘à›ß:ìµ·\\ý¬Ø;$ºXHeF2wòu!]>]Ã1§Ž.ˆÆ“i\ZõÝÑ¡ÁÊÐË¼ÚÀªT•ž¥ËdÛ1ô£M?$°6ÝL§\0°(ldÔa=ˆN°¦x ÓË§S¹UgVhÛ²úšý6?‰h*²Åm|gy\ZÐ{éÕ//´16¯ªÇÚªI=1I¾¼3040dæ…6¡h‰÷QuwqÎn£ä´E»1{ñ’o±åC:k¨J½kv‚…$“êœ=4“<ÍäçöOiØBÎÖËNé‡”IQ‹Ús\nÐžS2 h@Q¯ú¦úhvÂ„!“\0]õ\Zÿ,~¬ËÝçI.n²¨Ó.è-±ÑKOØn/a«lµ/†%l:g‚€Ä@@\ZšÒ½ 1yì\rN&9¹WÂ)OŸXµ)õÒê``BnØZ#¼¶µLÚ˜¡’4€©\'0Ñ˜vÀ…%ƒ¤¼(p_ˆì:ÍæE÷©:¿âZ¡öâ¥ÊV«¼“îK½¸w†&SSqµ–ø«´soCUÙOÿÌƒ®toXébîLW9qù\0¢“‘êæ„CñBtÍÐ¬C/½vÄ±½bve«A˜€4=W,$ƒ”]PQÑè¯ÿærÁú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_actions_url', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ}”ŽÂ †ïÒ RZz‡½Bƒ×fÛb\0×M6Þ}¡´ˆ•,‰ÃDþa>ÇaGüwà°œD‡ñ_Ã)/Fq”cÑ\ZŽyqû*Úc÷A°ôvqƒ%ÎV\"¿ÁÖ_â´9¸ýðq›á¨â…¹M&ÙÍÒÞ•v÷ƒ†Ö>“K;»Ë`Mwìe\')Ã5Ó0ïN\rw_C\0Ý*6‘øÉ‰ÀeD42RKíy¦\0QÜ<—‡+sp[Pd£	ÛvÑPÌ\ZÑ^4”˜\rKÈ¬³96XI`²g«rlÏ°HÇºçñ¾t,á{WUtQa’öjê®Z¤1Ãü¹Ô\Z×Ík\r	Îqîƒm½&ˆ°{Í\nƒHa\"rV‹b(~RÓu”vPshFÚ¼¸ü<\rvàe<ÕlU$,žÑV5‰-ÁÕÜJô¡%Ü«„o=‘}L1le}yKñ06~Ko¢å—¸ëšðÇ¹9—†«¼»ŒFß?-õ†µgÝÄA~àøg5öRw7=vÆ\nm‹µðk¯†§³UVŒZÞ…î\rp•:Ü¾~6=Ö‹ÛÇã\nÉ‚!');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_actions_url_chunk_0_99', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœíë’Úº…ßeþÃXWËäÎ+¤<àI¨ÍÀ”a’“:•w?’|Ûê6ÈÜ¶¦*	Eˆ‹¿t¯^j¥Nÿ[/Ø·ý‚/^Ò…} ú–.X}C,þ·_ˆÅË&}Ë6/z¬\\¼¼®·«ì¿/ßÖªIý‹Tšbsƒ™TèßYdžañ™ÀHûýöóÓèGõÌû¯ï‡õGö}›~ïòÊ\'Œæ‘þ1w¨^ÊöíûÏõaÿý÷úð³3ZÏ¿”³}¬·îÙì ô¿À ÑZ×>Ëey9FÌU$Šeñ¾e5ƒëU‰ÖªŽæ2ÏGêç«u4†Ì¹PÅ˜¸µ¦Cžn÷ïí™˜,V%ûVÕ^¯+n­«;_Dëg­WÖExñ¬¬µ¶Õîãûg¾[fûýzû£óÞ2Ú·Âî?*¾1ÅÜõ:O‡ý§\ZP-qhÀÑê–»ÏMvXï¶#VwüW×Ö»ºÓG×Ànû}³KWÈk 5ºZÏÑ5Pÿ}õ<õBZ£/\\^L@ÍJD}ç¯¹È-!ôû²xùÊ-„þFü<>÷‹××åûawH7yö;ÍWû¹~i¯_ÿ¼¾e³Ï<ûLólõú™m÷ú¥ÎöËŸÙGöj\'5×þß¿æÉìs%õ‚ˆ %ˆD\"Qˆy‰ëHR‚‘€@De‚H‘¢\"á\rD4 zpõãFFcp³ÞêÍýÝ![š—vJK7J†ˆ‡>¬$­ˆÃ*â°(ñEBš8Ìqª§t‡Ghâ0ˆ8	H6ç”aˆC9ž8Ì_èƒ\'MØXâ8\'s;áÓ3âb,‡ú×ì˜Û‰¤“±\0(šNd˜N§_€^P\rj‚\'ÒžÈ`ð¤ÆÐìíK|ú3œéoß¯lsÊ2i£\'./fë²Ì_W}Ö×CYõ”Ã(csIO(#¸,.”Iæeƒ21€…<=Lð4\ZD£²¸Íú=›­·û/ýÕYv²8jæÒrHt8Ä#Cªä¯8¤jy\n©èœ¨Í!åƒCdN¹tqH$š«˜bA¤ ˜*RPLEçJbä$\0‘ò\"F \":.àÅTÍÜpLu<6àÉ§¸§ä[•ÿk˜Ë[¿#Äþ5×·~9Rr{—¶ÿÙ(Äq:q\rÓŠÉ*”Éu­#]¼_7“Yz•7äZ-\"Xæ¹&WœV«{ƒ˜*3­â­ß#w#èT.çZBwñyá€´.>Ûi£\"hAí±òD\Z×W¹T,á,¸{¶9`¿ï6«,ÿ®yð}Hóƒ\r|ˆ\nN»Ä„ùõ×<e´\nýê(RGÒu¿d=+ÄuX!-Å!V€Dé‚	ŠÂ+0Zt`ÅmXA„Hu®)Á‹îpBß9QzŽš~‘ù<F™Ã	æ…NMÙp‚GN0€¤dË	ÊQœ`Þb\n\'Œl;‚•äL ›¥2!FP¤w©“êÅösŽ(†/d/gÉÄE¥\Z…°âå–‰køsƒÃ¹Ì±ºã`ÏE©Œ‘e¯‡§¼ZXøbôx‘~í[#™7ôxS|CˆrÓt‹ÑéÌéÅ^²B–Z®úfëãÉÙ5¥Ê‘SK!²	]¨·¢ÒGŽô!æb9|Îb´5PBZ.•$‹PSTâ^Ë•-—I|}œM¥å6s£Â†×r‰Œ\'«Wscâj, ð2¯õq†	|ØõqÉšmñˆaÙnûcvÈò\r´e¶=¬eûÓâ”Uš	“g[;^ç\Zhä6^ç+Mpæh\Z—e1Qœò´P%ô2T?tbL¡¨†Îþç.?œRg–®?g¿ÖŸ§ô!Ä(JÆS]¹8f· ÏÕÎ|N#Ž¥lp¤c¨‘ÂÓepŽ0ô‰ðô¡dB»!¡\Z¼ÝðßË¤ÑÎ2†Voé^\'éŸ˜,*ˆñ#z“Œü	ïƒö&Ø­ða&QJ«Î<OJ˜¨o0áTl|žÂ¢ç@E§£€I™×Ël–n·:TÊ÷iþg–ÚÑ§P2n\r!ˆì7vs5\Zé;=9`§ÄÞÕ ¦+±Ëéã£ÕÂjM ÊÅL«2Yý\ZW9“¾˜ƒÑ–låŒq4nFTÎ|KJ¶0+c4{ð•3JRQ9c0ˆP•³1ÒˆÊ™À‰áN©–ÄU×\nØqøPMBgBØqvÕ£‡G‘àÌŠ.×‡\n·®”æE¡”v·¥44b>\ZÀõ^Ò#éú;ñ‹N¾ªülØXÉ<n\n´r )ðr!§ø¯L¡01zÓolÈB&1ûø–mþ%\0W‹‹WâL\r\r!ü‚æK;œS\rƒ¤’eÎµïD(ç /˜\0ÎA…Š9 ˜x_\nç ?˜xÓ\\BÌñ\0ÈˆA1-¦4!ß_GÎÞNù-êL¾ö‚ƒu&6çÊ_[*b(ÕÞs¨Îãå\\m-FÔ™‚œ{ŸrîÛ!kÎœ–‹Š–¦ötf¹ˆ;ÙãÍ+¾¶@…/qO|QP¹ˆÍž/äK$Åð…<_¸?¾„rÑ£óet¹Cž·tcÉ«Wól&¤ù3{Ïw3sµuhTô\rt)ÃÑývÒÅ‹Ö¢›xúèµ¢:íª¡’XÁ4ŠQÅë1ÑõG#hôà4\ZpÉÈ1ÌYþYn²Ùa×OË7¢©2mn’[]“64òGK¿\"Fm‰ãáóH›û<\'mbL“Òš6™~I»?™ŽrôÛ¾?˜ÍÞñyúÑaµï²1º´‘ãØÏ©c¢žê(ëÍ¾ÎU…Jæ~€ãJ¶Ì¦N¦0ûÉ9À9–}kì°*Ì¯‰— \nBä~Ta‰,I»r¦FfÑoÙQtºô&HÓÕ£éôÑÉja!,(”\\žÕµê\rˆÌ\'Àâ6°@›ÁNÂ®§¡Gô±¢ú«äZ¬àÏÂ\nê—ç/c¬+þPâŠ‡F¼¿Ÿ 4àUŠb{,#¸x?RAyÜIt—¥g†?Ã,=+…0³pïòˆÇÒs8LêÑå‘Ñ¥!Lòý×Ò|ï_›×lõµLÍËM7-8uTÛÅ†Ð!$ÁŠ-iÿªh¼1×FR·)ÇDH\"s…?ä…¸‘ÔÌåìà¡z>ŒiHN0HBõÉ\nn˜‡GÒfZàY¦y–å³Uö+Ûì>?²í¡²ÓL4t¸zrèð½£\Z„G˜zë1\0t¨gèàâ \Z óœÐíl²T\'sûŸëOxhÑcæ7Œ#Ú¹I™kF;}ü\ní”s9£æ¬…h\'€gð Ü0-ðÌìrý–/ß;´)\ZÇ°¡ŽV—Ð†={˜£¤¿0§šËI‰sF8Q´(ÚïÝsÒÕ¦E›mö{VKÎëí!û‘§}g÷gAM“a±›(ÍWDeþÐSÍåBO=&dX=w›a}fùû.ÿ°.ý{ú#ëÍ°ŠÝOtèÔðKÀóì!$þ¬j.÷æJ\\‚E<s‡ ¸ƒ=ß2pçÁ¸ƒÙâÔâŽþ{ÍrˆéOóÄ–°bL/<½‚þêØQ™½·¼>=ÇÓa.n{Ž-£ƒˆYƒçHy( ñçx;G\nS7þœAvÜ‘ïy˜Xo\\:1Æü«/ÝúÖQèÒ[Ÿ‚S`Ã–žØ @Tâ¡ÈÝj®bƒ °áMí\rØ¸\r6|v»tV±R(ŒX¿ïýE©aZTµë‡§O0-§ Zx¨N·1ôBo’I ÅÓb|l1t¥WÄHºÍêº±…Î´ZÕ$GP1y›ËkŒú*.¯%‡ \"`b²mEýÅâš\r4êö ëFæ\Z¨ýƒ‚=K<¡¤xÂC¸\0n³2Þª¿÷\nlçJD·¡†•Iœƒô—mÌ˜\\è¼3(óÁõÛƒf\\#ºÒ+bPsK9ˆþVu\n.Ã°x–øB‰ˆ‡šk«{¸Vx+µVÜ1+=P\\EÕ¬rr½ÜÈùîUGŸìè&­#¯¶[™ë˜\0}¾=°[ÙÄˆFÙ	n·²ïFÙ8À³üsz98(hìüÎ6›×·ÍW¶Ì³}×0&ÌœïTÆŒˆÈSc†ÍIÙCßGS„81#(\n3t„eÌ_S„p¼ê³bFb1ó‘­ÖËtÓLÑx…‹	úÒ&7ér@¯Å:WÄW_ZÊDp8ál©#vâP¡Lh¼òœŒQ[ªeÌòg¾Û®—³ån»Z›—5K·«Ùgžý2ê»w|Ñm%\Z:JþÑ›lË¹\"‡„BoË8Í÷—“Õ!¿ÀÙ #b‡pún8ô”â U­âÐJ¦\'ÔI.EŒcçßMZð_sKüíÀ)çr\"†áŽ7“žwàHbB:õoGÌþ¯uzÆQÓ·N2a»¨È.b:U%=°Ö†·ØÔ¢ðƒï±±â/hÙwL»lÌojo(\'\rÒáæå$žÐÑ§ë6$ØGc¾A…T3ÌƒZ½}pX•öbxÑg‹˜qåeo{îÂ	ÌÍ¸ÈÓ`\ZHÄ^®ß™ªÊ‘Ò«Å>|}Ôá<\n .[Çø]©·\0\"lÒ}h`(¤e¬šÚ@%Fl§Ñ‹+’a\\ÐÉ½®WÂ…P¯«›^DÑâ0/\\€á…7-4ðâ~yÁÁNDÕ³Aêîž¹Dâ¼‰/íªm=6q­ösî§ÁsCo³ púS8Ú—ÖH›àn\ZóJ­êØ<3ù!^×2Ä³P€†øËK E\"QÆï­òŠ\'	(ªkº\n(’²ÊQüÇ¯Câ³ë\Zöjg÷jÄUïÁ3FR ÂŒöw”W·Ñ?xÆ=ÌX<¬Þòûföõ.7_«lõjoìØ‘gûÝW¾Ìf?òÝ×çlÿ8-¾Ú–„Fd‡fßsg?BJoÙO5—KÎÓŒO+¦Þ²ßGX&Çb‰€X:™ÛI¨ž±¬\'caÕ¿fÇÜNnŒFÑë^/C³õÓìhÐ\0¾0fØ\Z_¦<ÓŸUº½åéz;[¯²Ù&Kó­þì:ü*\ZD39…?íÙÕy<û+BtW‹péG„U(~Å(~Å!¬zð°j€>l}ê6)¿RÃ!ý|îöE%)ûõÙÁ\rãˆygüŸ\0öìcp…Îê`ü”s9ñ£p›šCƒú€ø‘ ÿ­?w[î¾¶ËuÇo ±	›À´§W‹WF8\\Ï&ÏRÏŽ#bö¿xŽÆh)‚,Þô¢ ?òã~šÔÃÌ!¨V¨é\ZlCÉ{8j‰)ºGµTs¹RypÑ\'D-µðQ’M»ì\r5²/wï*<ÃåðJO~ør¸@åpŠñ=7ª6êìˆ˜„@¨˜J6KeœŒˆVz—:©,Üê\nÅ1KÀ“\Z<Ô Ý½8y¸‰j(ÂÓkÎ3uë=oÎä»¯u¸FäåpËåß1ÉFÞTßÝ&9BáÜ|<JßmøÁmôÍw«#Ø#cz=åZÈP=DÆå’mèo1¾¿-˜Ú@šlC	^©²EÛI1tNñEî¾›T|EwŸ¤;1Å)¼—¡ƒ»/(*g»ûàã+ùv?Û¬uÒ“ÿ©©8--*éù}p…iùä¯ÄwÛFôm0Înú6 ù“x¸­¡‹ån{H—‡}7E\'J3å™ñÏ0nžÞ“6˜>¹\nJ6÷þ€gu9´ÊÒÃÏÙî}–nëƒÍ:L*ZW²)B öôPŠ=B)F@)P\nPºº7ïŒh³~Ïf¶Ìlù3ÝþÈ:Á\nðœÔ‘#÷zîž¹Ñ<Q¾ì5Í\\Ãài	%x®ž3bsˆëa7[¾Ï4+¾Ì>ó.zl§XÁ„ÄºƒÍ²Oµ$‡#xò\Zéô 1Ž`I½t¸º\\lŽàPÁ:ßÇ/(ñ¸©gID³]µx©d G­[>I­[¢šoÃ­k.VCëš@ŠñÍ·1ç>Ë¼\râ®µ·»Ó(2=2»ÂÌ0%žÆ“`\Zì‚†˜ËÅÛ{6ôHÜ{8·™A‹±\r9ÂˆKtLÑÕUæÛ§Gì—¬ãtçE}WzE‹a»5qFŸâÈFž£‘¦U+/æ…]´µ£Ä/¼É¡÷Ë‹3ã‹þk½$ªª‹ýšQ–T]Ô%ìnbÁ½b¹—RåÞj.W4RypÇ/{BLÑÉ®š³S±=ªÅ˜Ž­Å ;ÙUsc¶,Vcï³“¾òãzZ}\'iÝ¡%	¨½c#x}\'±÷hÍ…Õà~Çån÷Ï:›}î6ëeÇ×k±óv¤‹¤C9Á”cG‘-^\\u7!¾H\'*¤@¤ÓïIü ŽÆÒ…:}Ù1\'\nÇºf]ŽP*71Ñ9\'˜ýÕñJ0ìš…´‹0´+;ÖÀ´KæDŽ«1›…R,î(UHÜQŽ=XÌ¹jîÌ¢áÚsõî±Í;Y8îæ]\"p¼«—	\0!€g_D	<3oC¼ò,‘ÇÌs²\Zzúúa‘dmìÙ±•ý·í|ˆìÕî.q\\›Š;B’~¦7³«3ûLólUW²E…:*kÔ	yIVHçLˆ¨õÃaÖÙ§¿œs:|âÎ­ôK™3¢@ÄUËqá-‚b96ç¬pS‰<óM\"¨†JJZ\"sÉc4ÐŠ\n<Še	C²LRb \Zßi2!\Zc#šL&X5ö®šL”á‹øVÀFHÁ§õBÚœÖ™œ°ÃP\'> ›R4œ©Ž{@”ÉJF¶ÅkF‰ŠQB]$\\U{£A*	/ÑW}®	q‘4?(B	€PTÀ»È%…1\'s´(ŽWÂWFq…výNÂ+‚å•Ë¼\"Ò½ÔóxE$>âªÆºxÅ<ñ\ngÙA%ˆ˜W50)AÔs¤åˆÞÒMº]6 R‡T“$^tt¶N’PR~(¤œRs.0Žq\'‚=\"†»oáJnÊW\\=÷+¡ªÕcÉÐ\\Ý%EqI˜EÃþki>¥÷¯º«MRÁ¡–ŒèômùOá‰»Ïæä(£ÃTæ€JÁm±”„Â”£0‘ 0ëqƒ…&‡‰ö•^B\"N±Œ-\'ÌÉwµ¾|ò›™J‰xjFzHÈ9U¨æ CœÀ­Ón-.S)Öã\r$Dw‹@½µ9Í²Ñ5¸¹%QùDÕ7«‚¬PPK¯jòˆÁ‡Ì\nÂ@éÿÞ1ðÜ\"+î` x$à\Záa4V\\€ë\Zù>|#ßI2“†•ù/2·b\02q³aqºc±‹šxò‹WB\r0Î?¨žãkÇ\"’£å<AÅxð¤dÅíOÂ#=—{E[ÎQGÄ}ZÆ‘§fØ\'L\'§Å•öPêc_\'ß=ïZ4®¹	ï¾=CÅt‚ÀÄŸ]ï¶Å_[òÊËÚ+¬(iK¿‘?ä„\"•™XoÞßÿ›B{”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_downloads', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_outlink', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœí“aŽƒ …ïÂL‹µmÆ;ìÌ¨ìJV¡Z71Þ}¥+ˆ®µð	á½Ì÷4óbè8Rœ.ô\n†H9«IªáxÂ°ˆtQµ˜G…lHÊçh¿Ä©0øÏ@ô½ÉoX&˜i¥ú&iùÔè0XäYÅÎZnª…i\ZÐp±Ð>œ‚?kJ@5S¦<ó´Ætž™H\'¹¹ž8.Ð(ú3@ž×“k„^è$ºé;—h€KÙd7%¦5_Ó5üÒûÂŽó!–ÇóQ^f†\r¹ÕÌp)Þ\n½/…–Õ@KÃl¥Èj‰åözÓÊzíßJo;€p€n¸ÅÏFŒO[ÅºÉë;~\'Š\\!{¹öríåz[.jŸèv¹ìb¶mqa˜h?\0k-õ^±½b{ÅÞV,Nûþrƒ=');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_outlink_chunk_0_99', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœíVÑn£0üÞ/hš«ù‡ûk!{Áª±#Û)\'Eù÷Û%‚š@¤ö©­	¼³;ƒÙ¢%¶¥Ûì÷³H@ä¼•p‹ðMþ\".^ìD¢¡B0V$iR*‘—œ]ãBQr.!©¦?·2¨¥ÁÐY÷Êh9ÛdtðCNµM%¼ìThfhâë\\­Uæ.þgˆÀ¿¥È.RàÑ½¡›xZðùwÿHFúI`±Æÿ]â^âá£‚}¤à0P\Z¦¡¼ˆTl+OÎÖè½2Ç™–\"_Ò2O\ZqíQÑ=l u=LÔÕ¶=iÊšO¨›&=TÃÕÝ&lÔìà½ØÁc|ÖÁQäÊT€f´ž]?9íCÂI¤)B½ñuÓAµ!í4—”QÜ“9æœX[}n„ãÑáøU¥=ù¤¬ú‘ÑR ÐYi”-à\')“AX&.áõæ	ì%/ÛÕKV/Y½äGxÉþæ%žÌ¤Òg¤S9Pæ[JÁ/´}úðÏ	ï_Š\ZÁj‹”¿ÃWo¸:Íê4«Ó|™Óì\"§éºn£L@gzÃ\0í­ïýæñè~¥]ÿ9š\\P');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_sitesearch', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ•“jÃ Æ_eø\0#šv\\Þa¯ 6uÍ±DƒÚv£äÝ§+Z\rl!ñûî¾äŽA	w„¢eP‡—î\Z\Z ;ò´\ZÊIá•uß/B\Zì8i*{JwÂKÝºVysE@Šßâ=}©Á‘SÁÍMªOwo¯‹×Â>î£²qâH{4šÞÐô‰;î6¢Xéï^a_9¥‰4WW®R€]àiùM”ïeâÂ!J7Š	ý‘Ëßçòc{ 8DOƒ\nK©ª#Š“é¤dÇµFqNXê*Ç’y\"×;­m><pmt§”âtË¢MºØ–¥[,$;ýq‚#wv‚ƒžLp¤ØÍj\rJÒÎn×˜[ÛÇÌMìlÿ5šÓ‰™~k]mYm[ÍóvN¶');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_SiteSearchCategories', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Contents_name_piece', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Contents_piece_name', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicePlugins_plugin', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…ÐQ‚0à»ôŒ!â¿;x‡	C*C!Äîî^H|ÀííOÓ~i«Q`e$JCî!ÅêpY}3–”C*û¾eCŠ‘úB\n©!|‚Õ\'©®{á¿äsmµkvH€’c\'\r:è¡ggd‘ ¡ª¯ÊŽ™,È\\@¯7—íÄ‰¯t\nZ\"FÛÁêãZÖü c;›Ñò½™âÜ9Ìù-ü¬úÅu¦âèÿ·/+á²¤');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_brands', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…ŽKÃ Dïâ`A«^ ê¨ÔE¤ì²DÜ½v(Q¤ªênž?3SáÑV¸R!Sd´´Õçk£²Ã¨¬`•Älà?DAl#eE9ƒ0î$D… x1\\ÆÝñ”ÎŸnIUC[7çûüî§þ·Çl¨&gÁ©åôÕn.âp\nîRÍý«ÖßóàRz');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_browserEngines', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…Ž»\n!EÿÅ/Ðõ…×.m mj¶Hš¤ÿ=3º.!¤»gž\'aAÍ1AÏP_°%­[±çKÉÏ‡ˆŠxPŠaÙÁ3hÍÝ)*É`Æœ–ÀxåÝ˜ëKþØiü)A¢6¾|›…ß’â¾­×üž–tèœYŸž}Î†¶Fžôä?½öÖV(');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_browsers', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…Ž;Ã Dï²\'X~ešTV$Ÿ€H),¹s‰¸{X0‘›ÄÝ<v–}	\ZyÇ3B@Þá@[z½7Š{­ÐýAq…ª @V²îÅ¦ƒ™\Z„^k{Ôœ€«`@AµÞÔkZòí»RäL#ùwõžËIÏ½‘;Ï¿ìLv¶úxË\'=u¥W>#ËSh');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_browserVersions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ;Â0Dï²@YoÇã’†\n!q#QDJ—ÒÊÝñƒ#D ›Ù{ŸÖC&tÎ¿…EX A³¿ÝgrFÐñäXÌ¡#7ãˆA}Ò*jâH12dcK-\'ý³¦“ÑÑÈrî\r¥¦’6¯\'kZãÑ!¬éßsìB^®Ro ¹BV-ÍºÄ\ZèwhJû€ê/ÀíMhš#šñÛÅVÄ>âŽª…ä_ë²1~ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_models', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…Ž[‚0E·bf}\0Mo¿Ü€aUm$`„¿†½ÛKHŒñoÎÜy…!œ‡.…E\ZQƒ:¹²¹[èÃ+^×0>¦áI.BæL¤dP0:ƒæD/dùH0Tëœ¶u†*ƒ‘\rc³Î-KfÛ™ù“‡@šùò©4~[Ð±u±½}(¢ùÖæYj½û÷%Y‚z®ÄÎPü3œßÚ¶[ˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_os', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…Ž1ƒ0Eïâ$q ÊÏ	XèÀÐ9HHlŒQî^”¡j·÷ý-ûe8”&epƒˆrb\0yÝJ§44½J;¬$²Ê®c¾™/Žw0\Z|WÂä¯bì–ÂÃU_d”ªGç6øéöžææ&çí#§!4;Öæ»Ÿìql‚^B°c§Èÿë²BSÆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_osVersions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœÎ1ƒ0Ð»ø\0Ušüœ€…:§R$6FÄÝ›€ŠèöíÅ/A001!`žÐ€ÆôþŒ\'xP÷xFö·†â\0Î+qÉVeÙ²¬9lƒ)ƒSE“³¹µhÕ£ûž—r\"Á`^Ê§}]œ[Ð«ë#ÅÅ“ÊË—9œùBõIö±U@¾Ú¿€¬€¾Ê)ap?…¹‘èò Æ)£½2._Á~S');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'DevicesDetection_types', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…ŽAÃ ÿâ`A,è¨ÔC¤ÜrDü½8ÔR¥ô¶ƒ½x*<ÚW*ÄBF;AG}¾*\'ä¨ìà‘=ˆYÁ )È\0Ñ‰\\”—R˜{’â€0 ñ¦¸Í½«”¾®—*Z×Ÿöp+È&hÙ/Y–;?r6ˆS4¸ÅÌý3ëoÓ=RJ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goal_days_until_conv', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goal_visits_until_conv', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goals_ItemsCategory', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goals_ItemsCategory_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goals_ItemsName', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goals_ItemsName_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goals_ItemsSku', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Goals_ItemsSku_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Referrers_keywordByCampaign', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Referrers_keywordBySearchEngine', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Referrers_searchEngineByKeyword', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Referrers_type', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ5Œ»\rÀ Dwñ~á¼Cv R\n$:JÄîá¢Pøôl?»ÀbT-p2FG€´r?M´/E¬h…eùá\\á6’²òºÂï&Rà2þjúœÉOcr|éœ/Êß%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Referrers_urlBySocialNetwork', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Referrers_urlByWebsite', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Resolution_configuration', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ•Ó±ŽÃ àwá	°1ÌxËuiOêpsNº¡R·.‘ª¾ûáFô<„6ƒ›ä“û{æÄ÷Û<³«E¹¹±gs~¯&ßˆÍátÎ_çL@KLÁäƒtØ€Ô¨j·ÖîY§õ`å@ªáKlèÙêGÓ«~È\'f¶|ÈKõâ³¾Çüñ™£]&´\nê4Th1À¾Ô•\'bRTØ§â{jø§&´Ø¨­¨¬N[ã¦U:^a!McX7†Ek;à[sõ*n0Ô•€’Ô´ Ø‚¢‚®î‡ú!hìš(´ P¡õ¾ÿ¯ÝNGe÷i×)³Úžè«Sw*ÎtêŠ©XC”ò­ý×;å·÷_²™*–d§F£\Z{µèCÑÒþhKZHj°†¨?LD‹');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Resolution_resolution', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ•ÔMŽ„ à»pªŠ¿*ïÐwp’YtÒ»Þtb¼ûÚ&‘Ý¿<ÑY’,O±Ó,TËò/æ5ÿü¾ÌôÖ[`²ŸˆÖLO1.gÜsÌ™4£Þê·Þg¶nÏ”³×LºÂnëÃ>9ÇcÅš2‹•eÍÛ>Ê@Ÿ˜lM„Š…xä!a¿ïÃ®œû$×õå\nñxÌ|;ÁWFÛ7Ò¥‘uû ‚õ5’*$UHO-$qA:Ý’ÉŽ)]WÉ˜•©VbC	©Y¥¯ªŽc¯ÛßCâ­óØübbnu°ÆÐ¢*tý©™[BþWâ 1^£þc@?7€ç‡±þéh…nÈ·þà’NR');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'UserCountry_city', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ5ŒÁ\rÀ wÉ\ng‡î@¥>øñDÙ½¸j¶¬äì\n‡Ù°iEøCÁˆ^¯»‹lÑGùe”;–—˜Š²Ü°/ÞCBa#ò“#ôáùåŒku\rOãùT³.g%¢');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'UserCountry_country', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…ŽK\n!DïÒ\'°ýô`y‡ÜÁf\'Y‰w&ô\"Ÿ]=«h_†E=`R†»BD- 3ï÷“Rézì”pÉÈVe·F›™W3Á¯ÆÅ¡ƒY	³µÛÞ¹o2j‡o×ÃO½gù¤×¶ÊÏË7?ÊÙˆòsÿüÚÜŒT');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'UserCountry_region', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ5ŒÁ\rÀ wÉ\ng‡î@¥>øñDÙ½¸j¶¬äì\n‡Ù°iEøCÁˆ^¯»‹lÑGùe”;–—˜Š²Ü°/ÞCBa#ò“#ôáùåŒku\rOãùT³.g%¢');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'UserId_users', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'UserLanguage_language', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…ŽK\nÃ0Dï¢}ÁòGÁã;ô„Ý„®Œï^Û!A‹–ìÞh„ô2,Ê\n“2Ü	eG\0my^6Jƒ—÷ã5SZÁ-3H:[Å®±Mf„x4#ø£q±‡Ð‚Y	£µ7]\\û›ƒRûáç9¸3üì¿Ûo¶JÑË?EJ‘ÙˆRtwŠõCßV');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœÓ=Ã àÿ\"t<ð<?ÒsëÒ-c×bÁAšB‡ÿ^;2¤žÛ¡øp¼¼&FÇKaÓ6^fv¬¦ôÈ“Š3c`uÍÏüJÓ}ÌŸ[™Ë{V±°ù]²:«¸ÆúTóR\'Šãvð%V\ZôN	ÇŠ‘Ü)x¬¤0;E+VRHVœ¤X°²â%Å“s	’âÁË»’ ÈÊ¹©XV`G0Ø.sÑé¨]à:‚ïÚö5åZbÓ#µ{\\ÿ)\Zò=1µË\\—\"ïNæ\"Ië5Æ/•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'VisitorInterest_pageGap', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœ…Ñ±\nÄ àw	Ü0‰i{qëÜ;xpƒÐ­cé»_–‚ƒ˜í×èÇV£dW³TªÉØ®ÓÔà¨ßßåô	”fì+2(w3ò³~Û“”Ï³1U¹St¬p¤JÜE\"%cî”4Vr¤(j§ðXÑHYp»,S%lH).³NÏäÝ?\r-t9ÅÎ;r˜^¼GÎý=Å‘');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'VisitorInterest_timeGap', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîÕH!µ½}ëá¯*ØH™Î`Ø7 u~V*\"HX…Êó£‚*ÇõÇ>î)”×yñŸñ¬ÊáêÄ{ÇZNPNWGïPu(y/ë€b\Z}Î„-vTZ’+þ$÷RjI®ø–:Ú-Éžz¤\\•2ÈÖÜCMÍ•gÑ‡=[‹:¾¢´Êª');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¤Ð!-cÈÝ«%àÁHÞä–ø½	%¹vÁ¶I|\n–ë”,áØ¾¿#´SO…¶ëŠ$¬¡Ý»ÞE¹´Šíól˜\nwJ+ì)b§àX‰ž’ ùJò”ÙW²§(¾R<¥Bõ•ê),Bce1•¤	êÇ›ÇÌj2ZSž0ÙùÕšdœ€ìíDÎHvŒ«ö†<EÙYÖG1Ò‹ßžtÿ‹Ñ’');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'VisitTime_localTime', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœµ–KŽƒ0†ïÂ	b;!$½ÃÜ‘fQ©».wòj½\0C$¼²›”øÃ6<G´qyFó˜#5\'Äå]^óïßkx¤Åg„j±Zj6TÇVëª«õÙ®é„9š¸¬éÙŸ¶pt‚¢u‚’ô!TÞ8ûP@¾>‡‘˜!ƒ|7Üæãæ‡!}ÿä?þ™=#³Èàˆ\ZY[ÙºæÄ:9:bÐQ\'¨?+¿P:*±æ°¦¯9¦3²é2ÚÚÖtöm8Cw¡Y¢>4Ä4×ƒC‡\r.kÿ«Úv(4<»å‚ïä“t·ðÁ-rÔÙ&«3(É3Èúœ2ÂÚ±Œ8^±ý~J;^1ðSgZ$•ÎÛ:i‘5”D$.éïº.Ka:*!‹u:‘«516b‡7æçÓN¢ˆÈèð,Ø)ðÅvGpŽeŽ:ï;oëŒ{òd‹J£-Ê³-j\r·\'Ó­’~¢¤Ÿy[!ìú~“dÊ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'VisitTime_serverTime', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 'xœÅ–Mn„0…ïÂ	xvs‡ÞJ]Œ4»Y\"î^Â_-•8DÔÅÈñÌsüÁ(ädzJ;ŒÂGdz‹—æ5~~½š!^|\n†·@\ZÄ5©œ·Ü¯yØm\\8µá—œ¤áu£SêÏ|Ž£´2Íñ¦Ç…tUØíZÑùˆaOÜý»=ök¼%S”êˆ²)ÊuD)êêˆzSÔ×íLÑ®ŽhoŠöù™âÔL±š)W8S³ªG+‚)\ZòVPÊ\nRVP(Ä‹M=(ì‘ª‹ŽºN÷YŽÊÜò(>è6áµeØW	~°é‡JøƒÍ?ðO\'¼ê„W`¤:Ò@èO‰I¸;™—£Ä\\X˜Rø;ÆjÉKý²a‹J´…[(Þ¦†×GhÉƒê‘/4ÄF.*16t‘£n4äú«îÜÙA(|‘\r^jë8B6S	wÌiN™ONÊ×•<¹Pƒ\\ø\n\"ÊÄÿQÖü\rObü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_actions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœíÝ[oÛ8\0à¿\"ø©ó°^^D]œ—m2A°m6h³ìS ÚL\"¬-’œNÐÿ¾¤¬SÉæ‘ÍÄŽÃi*‡¦ÛúzxtHGêM~ÄtMhýM~ä6Í£o|>:É\'n09g¿9çÉl™YÌsç*-¢¹ó™²YîüûŸÎÿœËô;ÏøÌùöèü\']ŽNâ	_Ë¿ÄW(¿Ë[’ÿ¢ò_>õÄ7ŠÄcàÉÉûP¬“ùŠoâVo2Ê—‹ë\"^ðë„ßÓì¿rxâf4ö°‹äO¾]ßÅE~ý=.î:­ÉdDÊ–²»Eœôw‡ÄŸ¦Qôg#—T=1e`9Ïx&oö\'#ÌÆ¬æö\r¬mÝŽ‹)ãj¾\Z–çµmêa=iCÆ4Wm|eTE%ùÒuWF¼¾a©ÍÛùÊÀ:\"¤´ª‡ÖmTK•ÁÍÒÅõ}–NyžÇÉmÕ–=JË¶”ô\r±{\'ñ®ñë¾›qööÆÓfÍh{Ûâ1¢~ÿ˜§éâ~Î‹8MÚ¶!ÖŒùéÄ˜Yï˜;}‹ç.ôûÇÜÓÖõYóþmÆœ&×ó4šµVOpÿ9£´®Gùä”éô†h÷”é6\nË3û«nÃò \\½Ípù#‚VGaù3\"=§ó±W“ÕÝòŽîê ü	f«ƒ`tò—$\'?V§Ê}t+Þ‹q1ç×÷QqWš&Þ¦ƒIýJŠªî1)ëˆ‰„˜_D¿\\t³ùqj)Ý\nJ·†’ÕNb?4Å$BÆdïK¾•’õC®QR´¡âT÷@H6£Ú`$Å:#ñ˜P0¹>ÐÈf\\\Z\"1„H%Rü®ÌJ$‰]H$\ZŒ€DŠ~}ë\"ûÇÜG$Æ`\"±G\0D\"8‘@$†IŠQq# Üh8õiQ#›Qcâät~åâ1œôÆ‰çƒxNÓG\'ŽVÄÑš8·&.Dæ„C`á\\SÂ!px0ÎÕFŠ¨k…#(!.œkL8®~n×\n°N¸k}£ëóF;ºŽeý£S›õŽîç\Zµ6OÕêÎ…šŸ×Ó¥êBñ	«>aOLüv[BÒjEŸht´/‰ó1¾áÎ‡žÎÙ]”ÜŠ.w·Ê;n«è×ÿé°ŠâPk•‡ØQX…ÃÁÑGc!<\ZSÛjƒ¡‚õyCßh¬n«q€]Ã€hŒtÏ—µÑ˜¯j*¤’€5ÓUñTºL¬\"˜Š¢åV`µ&ºOL¤i©x«;§Üù²œÊ÷ÌÍræ«_ò/\ZÒÔ1¨†T¹!†DÌ…HC®!µ‘›ÜêŸ@’câ®C™hb\Z„B‰ÐR¼\\¢oç*‹8œ¡NTÖ0D™9‡¼—wÈÓ:„lÌ!Šõ3H†A3H2 *3çÁÖ¡7àP \Z,E+‘·Y\"O¾{¾¯\\^DÉ”;—Yz›E*S÷áqX]n4Ã’¯e‰²\0Â’\r³ººY]žµ,5KšŒvc£%Ê×KAÅ:OòeV>T¥zÚF:*áÀXÝÅŠÆTÒ_P$œÂÒªÄ\\}°äVÓ1]°îC%ÂÀ*1m:hûŠÄƒ§°(Â²Vm¡ü*©4Ä–§@Ã“Œ >ñY<LÌá˜{äÁ’ÀuZ–H¨–P\0šÃy¦çp°`Éæ’Þ@\"X‚ÑÊŠ.øw§Hêt÷ð(8î”6§¸Á@J[DGUy—.¥= ÜÊCˆZ†^9C;#l	‰RŠ4©¦² Tœ±ÀÞ\'I,N<Ê÷«ÞÄNä¨Ñ’‰&sS:J¨-L@U	ZGoö:\\`ÑzåhAh’uœ» ¡\0…5@1	Ô]šÎÏ¢Û)O\nñˆ¹óîýùåß¿ž_þb\"~Ü¡>1§ÕU²£qèª°éÐŠB”Âö*ÝPÊoõÝåP¨\"š¤“¬ì<rî\\FÛO÷Hm’ì#Þ]-ðLÉp1Ý|¨IDg’WGE›¦{˜TU}‚L\"æ\"§5‰ekÒ1™$ÓˆPð¡›ñar\"w:_rç_S%ÎiÅ‰„ü½•CÁÖAC¢ÕbïåKèŠÜ2JB°œÓ€%~^8!pQyÝ7èŠœÒVG“Ëü¡4‹Êë¾A« «¶‡YTaLL\0·ÀFáLWN+Î¦ÏŽ‘cwÌ«—ÅšpŒè+šTÕ+wÌS¯7˜\"+… F(ühjÁËEzgQÆyæüÊø<½_Èµ/2˜?ÌI68©C€I†Mê”€%šì5¼·à\\ ·\nHš’p_®;»ËÒ$ž:gi2‹å3äDÉÌ¹Ì¸\\—\'?E‰)©ÖbfÄŒ˜\0›»PT!n#&+ÕsIå‹»šUD!LW2^ÆTiRDÓb‡j¨6=NÜ\'ƒ‹2>­OÀZñZŠNÛKvoÀ\'™@„‚® ¼ŒŸ§s.ë©þ§âÍåP 4‘ÉIWŽÆ¬º øÒèl=¦HÙb`¨\nC¡†!TnU—–¥¬÷ïe\rïK^›3˜K‚”Vº!,¢{‰€ìí\rø#·È¡l‘©©ófžÜR`¶œFòÙÝ(Ëƒ\rLÅ\\ƒ›œ¤DŒ€‹¼‘^¢zãZ+‘•h_YmqóÖb(2é\n¼=u³“¯‘¬*¸ÌÒû4_%§Þ}ø: Â{½QûÙÉ÷%‰\n…\0DÇAqœ¸©î´W¹»f‚ÙõuÅWÛ2Õ}C\n™ê¶\ZÎ6]¨^ÈÚ«\\6‚Ôˆ3eË”íñQ¸Ó‰Ë¢tYŠ>_æò>ó<]f‚Ôß³tyï¼;ÿü»	ìð±c“U›zì†ml¯ÝÙxì™â1Oü;Ã¡@¥+(Ç+¨ÒEIbÁ§¥ˆ»ÛÄÐ^vSy1œÈØ÷À;bjp’e–úÝT\\\nÛäiÀZ;N‚Ó€O±8½Zœäò“m°P<ÒT„—¬<šñ,¿‹ï\r—eÒcO¥3øÖ*€Ù¡Þ$Â`åá‡>;´&½^“ÄÍ[ƒ¡À¤«—3ºirû·Ÿ—HZ\\| ,·%\0T‹ëæqh2ã?e%ø~˜–¥×Ë’ø¶äBAIS/.ËœO¢ç4¯Ü?DÇ–›³è\0W®à±ßÈIk…§dwìvÖ¢}T;1¹	æ %ƒ4ß,¨¶ÂlìçIÁo³ÈP\"éèƒ#?48g,éu=Xpdçl¤ç\nŽüÕ¦—[’¡à¤+—8]ò¤L¦™Þñ…‰B(ìû¢9ÿÔ9­IØÓ/ï¥!¤Ê\0{¦sÛå½Ø³AÒ0I®,…\"‘¦&¼Ll_òì&Íeu•ÑU¼øØƒ$ÆÖˆƒÛÇQödAzµ ÉÄöÖ`(T®«—\0WÑ\\ökÖ¤£¯Çæ²Ú RL›¸ÙusÖ¤ç2	MFÛX¡p¤)—ysçJŒLn3þèÜdéÂÔB^ÿØAò“™$ý&—.ƒ}°Š\r’,HÏ’xR¶ÓB!éi1wÐ»«€‹\\ç\"-œßÒe2c„Õ¯æ‰‘±©?Œ`Q·î~]o-j\ZmØT €oT‰uÕ}mºäß´1Wº!¹ ‹à¤ ô†Z^§R÷\rY§¢¶µB­ªÜ©~Ê¥úíAÍiåú¸òÀ/Hó À½\n†ê£à¦)\0—×S¾Z¬2ã&hÛËŽMzÚŒ…YƒÃ,\rmm_“ãÀUÂvlÑfW¥¼\rÄ ‰·ú0$t%ßøÉZ¹3AÜ4†oœ²Þ¡ý$ ^\"_¬…¨îkóZ`ã›ï%Æ²½Zˆª(ƒ­P8ÒzËÍ›šuwão™üÌ»Ý5ÚËÒ“ÄÈ\'¡1Œê¾6aÔ´Ñ`„\rcd÷±´)Ÿ²…µEý-­£Ì');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_actions_url', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ}”Žƒ †ïâ(ñwØ+ZéÖT¥ºÝ¤éÝwÐJ©%kâ0q~f¾Œ0Rqïn¤`Á)ÅÝ\n.²AîÕ5VP‘]ÏYÓ\noÅÁïL¼e`xY`X˜7³CV‡6_~a°XA\n‘ÙëØº~Tí¤ÜMÈÛ	Œ*P@!¨:íÛSïl{ëÝi#\\J.iÆ~ÚD­€Ïax²U$Ó¢œÒEÄ# «Ì2ž§bˆò(O­ÂÀÃ#ž5¸ÅáÎ›†¢‚=5eDãŒœìqáÁ¨Æ5Ž_•)¶×¶@WFt¯pà#¡vàûP‘\"ŸU”E„Û‹Ñem?}Ï}C´*AÆh\nm«@þÌø¶šµ~þª(“Z‚0+Ó¬=^åz=yVŠH]Å=Íÿ7ûÎ¦ÀcÍÚ^BÒà	m^òpr¸žÚAËn98\'øã$ïLØöd}»2!¸=ñ•ùÕxNW¯÷Ÿâ9{á]²Êû>–/wV>ÀÂ\\!~¬øG=tÊ´W3´ÖIã²gãOÎ]¬ØíG§ŒºIÓYÚ]Ï;? “Ÿ6¤y<þ\0ê¢|W');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_actions_url_chunk_0_99', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœíýrÚ:Æï%ÿCôm›ÞÃ¹…ŒCœ†y	dIOçLïý•äOðÇ®±LÀUgÒu„bì_vŸ}´ŠW‚®þÛ¬øÃŠ2BWñÊ¾@~Ä+^>«ÿ+¹zØÆÏÉöA«V›ÝKòïÃÍŠé/¡¿hñ¯yAšÜüDúoNÌ;¬ˆùNëOØÌ?\\ÿ£_Õ#>ßŸŽ›÷äi—íÓÿåoH–„Pbž0=•ÝóÓÛæxxúµ9¾5ŽÖcË‡|´÷Í®k4BÊƒâûß’ÊÚ¼Iú•¤ù1|©¸Ê¦%Ú¦U\\ÎJÖfu2YrªÊ÷+\'ur]2žÏ)¨Íé˜Æ»Ãkm$\"‚lVªmVõÃËyµy5Ç#Õ»–3kÅXö®¼6·—ýûÓGº_\'‡Ãf÷³úY¥°ÇrÖ6Ãæ7éy²bìržcS!Êy”³í8–QÒ>çõþýc›7û]5nÀ9Ÿ~Sçœ[Æ&”¶Ï¹mŠ•o9çýîi»_jï¹_jG³<¹_š£ÑæýÒ<ˆÙ»šŠrXýD–OþLXÆès¸zøL-N„žàÛñøqX=>®_ûc¼M“_qúrXêŸýñóÏÉâW²Ý>Žéæ+y´büùó`©£Ç§$êÀñÅs|ñ_¼À—îèEÐôâ®èE\0zÑe@Ðôâ½X€ô\"a„¡—Rxzq½†^\nO¯âÜ WuwwÑëYÿ´Í®%àì\ZœjŸ]ý°ÖÙ\0©ï8%iÜåÿïÓÄÐ?]„QXÂ¼\'/›u¼=GŒE˜þs1bXŽV †ˆaä;ÓþdˆQÅ/c1ÃÇ †<b˜3Ä˜™\"&Ä\"æyû™¬Óäp<‡Œ²1Ñ{È¨¹C&tDÆUè!ã!seÈ„™õ[ºßmÖ‹õ~÷²1?Ö\"Þ½,>Òä+ÙÙ§ïñ.þ™¼ëgç\n,†H8†¨C1è&1ÒÀa¬ÃA‰H 0Äc%yÍCxÁæEó¥™M1=†äÒfSG˜Lù9Ñ›Ûuf3†ÅJþ\0”—•½¤ašäyà´²òËÊjÊ DòÉL«&ÛS#;òé\\KD6ãR ‘‘]tß¢›©Ò€£ùÑ1ÕI%ãìà0L²É9TŠ¥²Îó}¯ûíK’>iÞ<Žqz´Ô	 ê4”âœ;æ+‡Š2ìœ2æ¢ÌÔŸ]¸U¾Œ2Âðéc•—•Õ}„á\0a(¾öÊS\nEŽ Œ3¡7û¼°t!Ó#Ð„NÒ:!GñGß¥\\#rt¢\0[š’nÉa°~D«‡R¦9IkZ¥ÛéhÐ€í44PB hÀÀ„e´8›ý(\Z0W4Àä)ž·KIÐ v[ç<Ùƒ^}jH*=ÈPsAFèã¥VŒÁÈÅ\0dºñs¨(ó@ôCEÏ-ÓGºqAG©\Z7„‹N\"ŒÑ’h-Óu‚gJ¨ÇÅíâbôPÜÓ9	‚\\ôŒÌ¨ì*«À&Û†KM”ˆ¾ÅB\"\Z’òteI°eQò¡ƒ!uñµSe(—\ZàR%&|Yå¯/«TYZwÈÒ.‡¬Š þèŒfÿ™ê`±Ý<§qú[c(>¾-ö¯:XY$úÇßÿN\ZÎYj™Áë€R8JjÞPâKZTU@‰Ó„’\"rP¢Ñ`ã?¡t66¦xS?DUEUûœ{ÆÆTqŠc€14Àh7ÀÎ3bT9\'¨c-ª=a9	¤}b‹­úúËž±’øÃ¯&þ¶›×da3´Åú-ÞýL\røÑ±YÃèRÖ‰Âà;àwµul©)ƒ…¸n þ~Y]¾Ê\n‚ß€UOîÖ\r¿|Dæ#²$í’_‹ã~±~]hŠ|š\nu”,)#¸ïÿ(]Ñ}Pôb&„	˜ÁP\"8÷û÷õPºs(µ£G^\r­÷»c¼>6qÃ3Üã†Ö¿Ê¬*õ´iÆ³ÓÑ&‰´¡ý´©Æê£M€¥(ž6ÔÓÆÓ¦Ÿ6\nôú6iS¼R¾pFÐPL¨ëÿ5ÑP›œÕðé5ñéêfbzÎØº™	“ÏeZÉ;+›álzÂT|ÙìfËf¹u—¢êgEÔÏpvYW‹š–^uªÓ‚º±¡æ\r«M;à†Uú–¹aàì ;¦Ò í9ŒÂTiê¤Òsö93oh\'o.Rœ£Bï0wªÌÄe}-ÉLX670†P°žƒT™K>QÒô·F6m²PÃÔP–ï|‚Q„‚ 8Ž³+·ÄÉÙŒbì#›ùF6í÷|AŠp$ëÈ¦uºíƒ…â{÷öÁ€bhÁÀxf´¦[û=Ò‚9‹gâŠ§Å÷Ðµ@á²à¢º¿ÿ”É\nì*6“8`NÄÚ6‘v:@4¢½‰\0Á\" h/ œÈ°µÅä  ¨„„ý1þbXg­@Á‹úNÖ¸Ž‹	zcòð[*<WlŽEè\nhrá^*Í%ª©T0 Âã°9¦òžYVxpùäs²xŽ·ñn¼<:ì\"Ö§]L¿¸ÐŸÂÏ4~o—³†vôòÆ¼Ý^+íÌ×ËB–qÙÐbYÊ0@U—¥c/‹7ØýÍì‘j{Ö¿×ÛÄè&ænjÐ&ë[Ç¦hŸÈYÓF\'5!ÚÎÓ†	Xe‘8;¯ï[çiãŽ6\nÓ>³¤sÿŠ/^Óý{;s²úaÖ+“7™ÓgŒÑ®\'‚jT¦›ÉÖ×}lR‚.ü8H§¬Rà”\Zw§Y”Wj:	òíJM\0\"Ÿ/UrD´§£¦M=\0ê.ûÉÑ—}l„`Í\n0ýÉT]‰bsÅ\n_$¾oVHd—ºöü¦¢ƒB4¬3\"KKÀÒÍˆ\"¥¹sF˜ÔÅ\"Æç,¾±ŒGÄðÂ²U_RR¢h5“-¼¦ìòíŠzª>¥uý¢ê†‰=†/IH}`ã½¤¨e=ÌõŽh¸VÜ~YÏ<¥86y6yJò§š:ÏŸúlëS¾ÐWÈWÒìçoq@M“LWÒkÉ\Z:Üº¿¬3àÀÈ2Žî#G\n8ÈUËÅêÆëV™™DG‚=Y.ß@–)¼‡Ÿó}d<†N1\Z_ê²nûÍîð™š`¨A¡¬Ÿ»ÜëÒ]\0’ä[6‚½Zˆ-…{€\niò\r‹³‚ã(4 ¡ª$Qò yòFa¼.%o6;ý¢•kÉÚüh\rä°#­näP1÷=¥”ÎŠÎTI¸r¨rŽ@UA„GÎ#gXˆó‘ì¦¥øaý–¼7ûu\Z­S°Àz\\¢Þln‡³ä­§Æ<J.–ù^«ÌÜ£ä˜Ð$¤ Z0eæÑŽ=5ÌÝGÎt¯w2ãûuaä–&]\nM¥	·´IhRBämÊÜªQ7jê1Ón´èŠÀF‹Œcú$@”p ºd”ˆœQÂ™Øb&&æ—m´è\\cñü¶â°[Z)ñÁZš4ñ¡¯²FªÔ]y.µ”;/=[ÍAÖK\'jIF\\† ‡3‘ÄÇ·ËØ\rÉ!&0L”qšÞt3¢?îœVäÍ\'ò†mx¤Ü1Â™ªáq»ŒGœßà X¡˜Ú&_”wí82Æš\"¿eMàU×#»«c¶R£µãÐßÚ5…„0Z¼`z‡‚)ÜŠM\'{EÇ\\²›u²ˆw»¾vqúÛøãôÑbMÞáò‚=®¸yï÷A—aÀÜ¡‡C›¾’e¤0µ\ZB]ï÷‰jõ®¸y¢^Ýs‚ž·}z\\“ô}¡S#³ìWrXÄ›Å×æ£AŸ¼Âîº£Þ\"ç¬RYäØ’ä«s\\TŠƒS)¡†>Î›!à_)ž\'}$ØK²NŸçø ó®¸Ñ\\Ÿå}Ô ‰‚æ6-)\næÀ !P†¥Ãé|£Y‡ Á{q=hî	4ŠÍv¿ûyå4 cj’‚…Ö˜b.åîÔ­Û£Rh<3hƒà¢òì@Å±µ#»íÜý)ñÆëÂ\0ùv]Õö\Z\'ÓT\Z±@XUX¤ÏG_ÞÕco›Gç|«Å¸@Çx&C‡»ÖùÎÄŽFrÉ3Nf©è!N•põP¤MÝµçBM™ÖàÆ±¢×àf•+”ÊŒ×L\\wPq&•xVÜ.+$˜¨tˆ\"Â™bváiËrºbÄ5ù\0ÙS&–\0ù0^ê²Q˜;>à°ž7ÊxsR„–Q±¢èŸÂòþ)SH¨.Wßf­†:¬ÕDÜAqµ\Z×**Yñ«ÿf	õð¹6\'úõsû¸ŽÓ$I/ÉW²Ý¼kôœK¨(Ÿb-±so`-Ú\ZR‡SXTeåOñ\r¬=u\\R³–¸Fäås›*ÞÖúÏ6È“5NádòðoÙ#èªc‡ó	¼ˆIîÁãÁsãàÙ&±NÖo›ÞÇ&ò”†SlÙ1ë4‹.üZ\0;2‚×/3â-qž;W·Ä©aÜ1”Ù§ú”¯_°áY”sùÊ£¿ØD.÷BtKP8_œr<mF9˜•G5Ú˜]ÜËý=6»cò3ÛÚÄñ|Ñã	;z¤t§\'ã,¯ìxôÜz‚õ‘¤¯ûôÝn\'¤ÿŽ&­	V¶äq’=éì%åb]³ð $e‚‹yü¬<ÁƒYòXþ\ršæ0Ó+,”‘]è^ÂZÿ:±ðÎ{•5_R|G\\p•uýýÚ‘Ã–ŠãbGŽÃ>Ö™\'rè\0>EN¸“e¸zh–Ú»}|ãvJ¼5¯/uâõï¹qíåsfµñ^¾N(Ü—¯×TSyù\"Är\0¦Ï{{‰¼gu€˜ËÆ‰’aV B¸p`–ñ;\'z\\Ç²3è†)‘Á	f©€>÷íÅíndðÉ·n¿1”`Œ7¹x`x`\\]7zÛõV\0‰ÎžjUénJŒZ|S™ˆ5§8 …[Š_uèI1Ù¾íí¾“\nÌ<’@<aî‘Ž2ò_°ü0ˆ\\Dã\r%>¢ðœ˜¬	\nÂ1RAƒ›G\nNBÚÀÝÈ sA†”.TNNÏÏŒkd!]wzAÛ6)€·èiTn{`13kl6\Z£Ý®g¦\r‹†²URŸ=£â„,La¶A,#S,4Èy›ÂÂ tg\n£ÄŠT¨mÒ‡84šÂð\ržç_\Z´»6gc÷r§åXÈ·!rçñ\0ßFûœ{ÆîEÓÙ±€›ƒ¡Ý´q¿tÖN¯“ƒFtÒßìÖÛOÛ¶iû™,ôgïÏi¼Ù-6/Éb›ÄéNv\rSk˜ñk’…<sç—öIÀ„Eá<ÜôLðÉøUŒáWýXˆ_<€˜{9¿Š±1ü*ŽøÕ·Ìv8¿(†_´›_˜þ.%¿JIç+6$ÓŸÛÇþ°1\'a‘|5¶áY{)>ÅV tî\0™Ë\0˜¤¨=Ðn>\0óÙ{²ÈÂÒr?öÝv1MûÏt,~¦ûÏÅ&mDO\"k3eÎË…ðiØóé¹lt]ø4L†žh?|ª±ú£\'\\³—ð¡ø||Ó…yÂG‘Ëà³ÞîÖ›m#Ü1®1)C»úYbö‰V½a‰†ÌD¸ƒäÆœ;ZaÊ„kÀ‹Ká\ZWå2jš*æRÿ&=ÉLUØ²%VÖnê¤2Rö93˜7Ùä¦P:ëìH\'\'U‚x€XPdz6ôgw=.¹ÀH†NV\nŒ—‹n¹än¤™	`ä\\²Üú¹yŒÜiB£uŒ.’‚:a„\\¦„Ô†*\Z…˜Káê¡/Ùë©èÏ…E!sV~n90\ZÀ!_Ñ¿ªe”•H;;¢æÊ¥1:Ÿ¹ŒÃ)º›(ãcõ‘„#›…3Ç2Ž×ÿfG*Á×›,@Kš‚z’«>\'TiU…§=\Z1à4¡C¥A\0†ÝwHèAœp&÷úÐãvC¸Ñ$ì–ñ† E1)Û9 êªd‡#‚å*aÅfÃN‚b´^””u!d\ná(©ÆêÛ­<æÎkIa¤&sâccÄ–ú±>4é\"“¾™ƒòCÐO¢Ú–ßÝÌ>ÉïîÀ>aå›vÄ6 \nó‘n¾âõïÅÇ~»Yÿ>¯IÙ7#$°è¨.A`pÔŠJ­…èbwF/•—p@zéK‹5?¤‹\"!ÁX¾ô­L¥æ	ÎˆSÍ«¯Y‚6£fKaúcrÍ¢ª‰¹H£Bl\Z%—ŠöX‚IŠ•‹é’ð\0I0}l¾\0Á$H°âÜEŠXìÑ‹óŒášìæÚ™9#{g´‹JÚéFI‰;ý,ŠJÞé[GTÕ‘\'ì7Šì‰ý*³\'a9X¯ïî ×‰ôU®ƒÀ_É¶Êèx›‰’pãV cÛUdçÁAf×ß¯B_V¨m²³éô`ŒEðªRõvÊ©ÿ¡ž³sQñRØò»hŒe\"8aT$ÂHÙY¬xÑ ¿8wš¶Nµ\\”¢ÉEë!W­²	¥ˆªâÅÈC¡Î0T)@Îdd¢_³¬´	J…¼}Xl7Ïiœþ>\r´ÎðNÞRËzúE%kËˆª?˜âˆ!¸õ/]^¯j\']<È«K\Z\r¶ÔN#<xêÇö‚‡ØÔu©]ŠOqìMù~JðØ()_Í`na™ÅF›•í³iûó\\×Z(“s*D4ÿ3½¼4ßžã­YŒÿR*(\0|¡ššOÁ5ð$–\n¥y\08EÄER@ÊÚ@\nœB×¼ïCó†;gKuGç4 ÙÚïÙ8z’8­pP\nB´„Â€ŽL—TÌÒ8“BA1‹bQý&f!\0\"¨‚ÛŽK\nÆ,Là‘ÍÇ#¨ÂÕÅ–.K–˜ÂÇ,œãbOaô¨\0PÐ#DtþËé‘XÑ#ƒÆ)>UBG«-®ðÑ«¶ú6.ˆÁ\\HŠA²Žî\nuÍÀ3ÆBugR¦·åUKŸ²C™g(96®èNüê`p•lôË°b5TRX·A²gŠ#µg¹‡÷ÛÜ9&ÔÐæ](BLK¿,~(ì:&Â‚a	\ZNÞú3tÄ‡^1\"X†!C !„âÄ:$Ì¢Èl·%á•°T¶ç¡óDcÀ:$ô¢È«ó:—ëÍEI˜’W/Ñ¸I*X+”yžF5H£G?µÓt›}GéžÆ7‡ŠG ÜŒ7éÙ«S ò\07¼y·ì÷5>¸¸ÁÖbœ;ñþ’Èä¼œÂŠrJ0¬š\"Àý¨»ÊL­ËîÏÿ“ü}t');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_downloads', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_outlink', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœí•onƒ0Åï’ï«JXÿÌÜ¡W@Ü5\Z$UÊ¤ªw_Øšm/À$+ïÉ?ùÉR¸JXgb(ø®`µ(°fÿ\0ÖuÝª<ZmEm°¦¢7²F^pUê†eøýKB‘f}C‚dŒÚ&·²Á\\¡í´ùbYõ«qÇQE~’–òNÚÓÄ44h¤šh¯ˆï9eA	ÍM`¾Ï1½çŽÜDH/ù¾8vÐ\Z¡è!·sÈÁu‡î\"è úî;–x\Z+Ýäg£K$’êÓãS>‡Ÿzÿ†èÛ…!¦Ï£<2Œrr®ÑJ­^{[fš\ZF¨U^kQ=_À`šYÀ ý[ÀH¹¹ýwYZÃÕU}ÿô$gÉXQ·è~§P…RÅáJ|¸’%\\K¸–pEáâýqÄÜb–Â \Zr‡LªªíïÒr¿–ˆ-{±4»Ý~\0»ü‰€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_outlink_chunk_0_99', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœíV]’£ ¼ïÆ¿ÉÌï0W P‰¡!8îV*w0btv³[y!–åk¾îºKx¡0¯Ìó\"‡\0ÃÂd¾UìCq€÷0\\,6ƒ %<e¢£<…Å×»o?PV¶‹™ó\n\Zz¤iO\'zò§íe†³]f>ö¥0,¼F\'ª\Z©>­ÐFâ´ÝzÊïêï®‚mUöEä‘k/[f°çßü®ìH<ý¢ð°k‰¹:nñ¿nñ‡p¯à-P0•×°,e ¢=:KÑ¥(ïVZÊbKËz’Sd{{E÷0Gîu}X¨kDfDSÁÿAÝrÒ·êBØ¦º{ÀbŽ˜Àíƒ;8@oî`__íà rµöÂ¦q£Ñ:ÈÉ‹/æÏ>i}V0MÇqÜ5G-4f’ŒX¶*QZÒ²3¿%4¬iUÞ:&åÂê¶waV¶lè9Â]\'I‡í\Z qV ª\'/‡Y`ÑµX›«fõDcû†pŠ3xq„×[XØ9<7&m@0þö1dbÈÄù!S!S³˜Å¼–˜ò)Yž(¥–ÛmPÿ!P&Pp-*K–,O;½äs°4X\"•9ÁPÞöàBÔ/³Uç˜Éÿrdøa,>ž~\'Í1™»E¯G¯G¯?Ëëûì¯oxö™g‹ë\'—¯˜');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_sitesearch', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_SiteSearchCategories', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Contents_name_piece', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Contents_piece_name', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicePlugins_plugin', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ…ÑQ‚0à»ôc â¿;x‡	C*C!Äîî^H|ÀííOÓ~iZ+C(t«Ã	dõÍXR9¨ìû–\r)†ô	J$©‘ø~Õ§T]÷ÂÉçÚj×ìPÇŽ:è¡ggÒ “‚†ªþQŠc%*ÐëÍe;qgâ‚V\"@£Ñv°úcÆ¸–‡5?èØÎf´|o¦8wsþï?«~q©8zþí”]²p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_brands', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ…Ž1Ã Eïâ`‰øL½@Õ+P©C¤lwDÅªÛ{`ð+ð¨\\.	õ@íåýÙ)p ÊX‘AÉØ+{;Q“n©Ï]ú\\“¨L„M—>w]­ß7ÍÝY›ýü¿óôÿÇk\nä¨ìGŸòr[§§8²Nqü/®G R®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_browserEngines', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ=ÍK€ Ð»ôü‘aç¼&.ˆÄKÂÝ¥ îæ¥Ó6A¢fˆ˜ ¿PoXPIûQ(Ž¼–|3d·IÁP/Cwhž¸¡Ð)A£gfÏh†í0 ëÝÂt³g8û§ñ§Úøò[{\07,¥');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_browsers', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ…Ž=!Fï2\'€A–ÒÆÊ˜xL,6ÙnKÂÝe$˜)Œvï›ßW° np¹€\'$Ô´—Çs§|ô:_(oð=x+/ƒE™¯oN#8\r28(‡ÎòÂQãÉÜŠŸ•¦O\njÓ³×Yø)w»¹häÖ)×‡Òw»Þ6zÂìžÿ§×^ž S');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_browserVersions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ•=!…ïÂ0ü>J+câ	0±Ød»-	w– ]7vß<ò†/AHxˆ/ðH4Øo÷™…ìx\n‚Ì³0A”H€‰Ê²±¬LÍÊ¾\rkA5Ö•uaUÊŠlÍ°Ë>+¹~Á‘r]{îÁ¾¢}S”ŠrKQtÅž›¡ðÛOîù]®~vðsÝO‚y÷U°¼(\ZŽ¨ˆÄ?GÌNW~=');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_models', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ…ŽAÂ E¯bæ ­ý¬¼€ñ\n¨Ä5¶;ÂÝeJ0]˜º{à9(Ä€Æ:è\nâ„4º³ÉNàdoþáßá²»úé>?_dXf AXeV nDt-Rl({‹˜²g´H›ÅˆhíÊÞ2ê¿w’|äÐ &yùX6z÷ Ãi£˜kqfUƒ3w?s3·«Z6º_Õò¿Úôy¬_€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_os', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ…Ž1Ã EïÂ	\0›D|¦ªS‡fÍL¤‘²eDÜ½vCÕnïûó2<Ê›2¨CD9`Ž¼½“Ny1ÏÛÝ¤N’ƒqÊ¾±W¦ÆÓ‡cV7ÊA˜å˜iÖ8\r]óuRõ“‹RµvéƒŸvëcìb·óÒn»i°_ei0d\"7Ò?ÃúßûSà');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_osVersions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ•Ð½Â †á{áçð\'“qr°«3&MºulzïB	zu{pxB†Á2B§üŽˆe†ƒšòý1©4ãu=Ñ!¨4‚ÊAQmnÍµMk¿ul]¶µ«íJÛrÙšm–³ÂëÊZÉÐXÖ:vèûDu»‰´\0²\0\Zt{@î@.\"ýâ‘àÁW^ŽŸ}åÄ\ZñƒÖ0	\"#®OY4}ÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'DevicesDetection_types', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœMÍ»\rÀ Ð]<Â±Cvp¤Ht”ˆÝƒÉGéîÉg›¡ÑTfØ7$ôª|œ•r›R”ôÌ¤Ì#°V&a)ý–ÜÝsVà\'ÈÇ°	ÃÝs’ã·3äC¡¹¼ç1.%*á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goal_days_until_conv', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goal_visits_until_conv', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goals_ItemsCategory', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goals_ItemsCategory_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goals_ItemsName', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goals_ItemsName_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goals_ItemsSku', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Goals_ItemsSku_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Referrers_keywordByCampaign', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Referrers_keywordBySearchEngine', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Referrers_searchEngineByKeyword', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Referrers_type', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ5Œ»\rÀ Cw¹	ø¾²‘R ÑQ\"vŽBaß“åsÅ¨0Zà7dŒŽ\0iå~šh_±¢–rËÜO0‘”•ßÅ<P)žëÄ?O_gr©À`L.\\:çÈ%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Referrers_urlBySocialNetwork', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Referrers_urlByWebsite', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Resolution_configuration', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœÅÔ½jÃ0ðwÑH÷!K§©dI‡„@‡Î.tdËR0~÷Hun°iÊv¾ãì	d:‹M£`-¢LWa1—ñç÷bÒUœsøØ¥Ý>{ûçˆ¬Igqe&Æ•\ZTºŽËÃÿ©«¾WýáÑŸËF±2ÍåÇÚh‚b6¶ByÊJypPVûÚ\n/­ßŸÇbu>d«åw…ŠÍÐ\ZÞ¥çP^ §¯ä \'\Zl‹3n9£>üÁbßásS¦…ºrø¤¬\\­k\\Åæ	¡Ò‚£Ð¬oÖvÜ€°•l¨VÌàû‚Z©Í¿ª¬[“;™z°ó\ryù_t');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Resolution_resolution', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ•ÒQƒ à»p‚Ò„z‡Ý%{0ñÍ—%Æ»¯hXšEƒ{ûi¾TŠY\'±µe]´ìæò|Ín\\$‰ó˜à\0Ü8‰×’×RÍh29ï9‹}›FÐÌºa\0ªËh>¾y«—Y·zì£®‰YŒJô¬1clFÔ:Ÿ\"µÃd”è9%ö•ØUf¬Êd•h”xg’©©þ™hˆ¾O¤CT\"s—¨ãÂscíX$¿ä’Ô÷‹¼z‘ájŽÁ¾H¦áŸ¹}\0ö8Ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'UserCountry_city', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ5LÉ\rÀ Û%pSœº•ú@âÇ±{1Rv,Çv…Ål0ZáQ0\"¤×çí¢\"Ú`	³ÉQüqUQ–ÂÎ;HðlD\"§kŸt~\rùä×êž‹+·®õ+w%š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'UserCountry_country', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ…ŽAÃ ÿâ`0‰Xþ?)ª\"å†zBü½8(‡6½íà5ž‹²ÃÄw…€’áAGZ·ƒbnz­wpMší]/9!ô‰Q>§àˆ‚eÅ©÷Î<ß;UÏ$”ª/×Ã£Þ;zòCíW½–ý`Ç\"ó`çþÙÕ=«S±');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'UserCountry_region', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ5LÉ\rÀ Û%pSœº•ú@âÇ±{1Rv,Çv…Ål0ZáQ0\"¤×çí¢\"Ú`	³ÉQüqUQ–ÂÎ;HðlD\"§kŸt~\rùä×êž‹+·®õ+w%š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'UserId_users', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'UserLanguage_language', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœ…ŽA\nÃ Eï2û‚Žc‚ß;ôB	„nBWâÝë(	.Z²{ÏQç%0òÜ	ù€íiYwŠ×÷ãµPÜ`«[Ð¤Ì»Ê\nÒ$ô‰Q‘>§â«ˆ\n[Õ©ßk<_oŠ®I0ÈE?~žw…Ÿc(”?…–VöC ™‡@wX¾ àU·');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœÓ=Ã àÿ\"t<ð<?ÒsëÒ-c×bÁAj¡CÈ¯R/Û‹âÃq¼&FÇsaÓ\ZÏ•«)=ò¤be¬®ù™_iºùs+µ¼«Š…Íï’•Wq)Œí©æ¹%Šãzð%V\ZôF±ûŠ‘Ü(z_!I1`dÅJ\nÉŠ“v£à¾â%Å“g	’âÁËÊ )‚¬œ»Še5\0Z™Á~™[F¤å\rc¿À-‚×&êwØ·-·›#R¿ÇíŸ¢A dMý2·¡È»“¹HÒò¶/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'VisitorInterest_pageGap', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœÑ1\nÃ0Ð»:\n,ÉNRyëz:²e¹{µ2ÿnß–ýìæ’|ïžjs;ƒú¾yqZÛç»RÝ¢BÂBµ»ÆJœ2Õ£»ÄÙ¸ÉêûÜ*ÊzQô^Q¤ÛEI÷Š!%sÆJFJá‚\'*H™xÆ½LC%;-,	73™ÈýÇÓ,Ð)¬	;Oä¨<ô…æ:~æÅ‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'VisitorInterest_timeGap', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœÐ1\nÃ0Ð»:\n$Ùqœï­èRèÈ–1äîÕH!µ½}ûñ¥*ØH™Î`Ø7 u~V*\"HX…Êó£‚•cúcÿî)”×yñŸñ¬ÊáêÈ½c-\'(§«£÷N¨:Éçð¹¬£P¬B£0a‹•†–ä\nGëRKrÅ·Ô1ÝØ’\\á©GÊU)ƒ\\aÍ?”ÝSSsåYôaÏÖ¢Ž/•wÊ¤');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¤Ð!-cÈÝ«%!HÞ~?ø°eyQÎz¬J}ÑtÑc×¢°-ßß}·`dè«ŠX¡B?WeÛKzXJýsM¸Š Ü~V$R¦XI‘’1ßzVr¤,±R\"¥b•\Z)\r[¬´H™pŠ•ÉU²ÂŒ|/o~ff—±Ìe Àì÷¯e©Xh\0ò[¸ÚƒÛO Éoãfw#F¢ü^¶C	ñKÞ‘tþy¢Œ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'VisitTime_localTime', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœÅ–A®Ã Dï’`¸wèò¥¿¨Ô]–QîÞ$@Ê\"8ÉÂêÊ®)Ì\"£-O/6©4‘§‘wïáïÿÝ=Öá‹!WÌ•J¹±¹º\\}®ýVçõ„\rOóº÷YmQÐEQuDI%Q+ŠZQ\'Š:Q/ŠzÑ^íuDƒ :2pÒ§³õ^ô·§ºé‡Iá»àª¹¯æý>?‹g`ñG` YÛÈ¸b*4¬Ð¨Bs-4,hûI7Ø$L\'Â…k-¶PØhÙ€¾‚3à$§Lpx®yq®ÀÙeƒ¥þ&d©‰ŽÎè–?Y:ÄÛW2šH7ù$÷M|¶â££g·R`‹CÍoòÉF\rJN\r’U§kñ¿2\nÙÐAÉÑA²ômYGV2ìmY\'}ÉA•’&ÊQµ²æIØTJ›(ÇMTÉ›óÜéP');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'VisitTime_serverTime', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 'xœÅ–AŽƒ0EïÂ	øŽ“÷½#Í¢Rw]\"î>P’’1ÃÂêÊÁQø_¶ó”QˆezHÅ•E’é%^ºçøóûìnkò!È‘rt%¦¼à}Ž!ÇøŽóú‡Qz™æõì½$Ú¢°%U”lD*êlDYeQ¯ŠzÑ ŠÑ¨ŠFÑAÞ¢/tØ¦y_»z¶~„}ÃWùPåã\'d*©¦’M% #VÌ:Î[0´Z0”¸å\0…ª	ýy ƒ\rFdƒŽ6¸½TÕƒJ=Hºx<“Ë»R^Ž0Ç‹%Ñ	>÷n5+UÖy¸hMç$üwn2t’\"WÌU¶|Ë[kY¯úÒa#ÚBÇ-þÁÛf9|=?ì®Ž¶Î\\A—tè’tI‡.Y=OÞŠôKJ:rÉä99ÿF¤J');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_actions', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœí”]oÓ0†ÿŠ•+¸©b;à^¢!!¤jB°ÛÈ[½Ö\"‰#Û¥ ²ÿÎq{N?¶Â¦q³Jù8Ç¯ÏyR¿œ¶“,sFýK–²a9Kj~-êdïïX‚b‹.š®V¿„@ŸZ+Vš[©Zô}ø‰åÆX-…A_•å5ú\"¶\\/\rúö9™KFÆûgHP¸Ñ\"s÷Za–¤nÅq@æ÷ ð€lÁ³i*+QµÂn•þî(!ÎRø¹€\0{]­¥5ÕVÚõ\Zj“d¬ÖÈöáj½ˆÿ|D”G\\FèB\Z2+:`eÇ°îÅ*¨&µðŒfEè ö4.M1YÍ[sTÑŸU£Šå«Œ¸NÖëUžìtW\Z±-USuZÝcd»:ÐRrŒðpÓ01CíÀ¹/[xG<%˜ÐÝ(~á&þ/è¦›NÒÅ²£tû‚ÉPmU+¾<óDjÏ39aÝ÷	 Ñ\nÜ2Œï£€Œç˜ö;Çð5´Èûk¸ß•ÅA‚;ç‚Ý0ä_ÁI[‹ªãvÝ;LØ	:8/ç£ù¾óðý÷M®x½èR«NÙ·zsquùölÄñÎÓÿáø¥üƒÿåçú~Ìÿ|­‡ü/hžÏÿð«ÿ½ú_äÿn^¤ŸÁS¼‰Ýýñ¥Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_actions_url', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœ…“Žƒ @ïâTÀÏîx‡^ÐJ·¤*\ràv“Æ»/¨XJì®‰28Oæaò†Ù‚\Z\ZJH:vä]ÒhÀŒ×¤€íMì¶À=HU¸gÞ¸ïm€|€›ƒˆ4 \n=öÔˆžÓ›»TvÍÖ’¶€­6éEMïÂ\\\"ÈÕZèÅå4Ø×yšÛ+ñûù*ÍÕ7WÎ¤HKüálŠ=Ï­2e ãSs”’¢ÚÊl.SWåÂÔŠQlÐçEfþ-ÕžÈ“ZUê@å™Œ÷\\2o)LVöô¦ä‰k-†//EðžTÌŠe$P‹‘ƒ¼Õ;àEè$û[ÇÃÿB!ûF(Dv…bàåËv’µã\rZ^Žñ–;Äg7ÈØ6û\\›çkãa47^éB—pS4ÏšÉÍ˜kìeÉ³ìZ®è¨:ª\rS&YÿÙÅ˜›†,;4¬SüÎT«S»ál¼f®á§µÉ›iúõ_»');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_actions_url_chunk_0_99', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœí—íŽ¢0…ï…ÿ\nmùˆõæH•:6ƒ`hÑÙL¼÷ít‹‚àf4“]L\n§o…>9á/†Ñšc\0aŒ=‚:¬	FíAà/.…^N64÷¤V\n}VdôÓ[3›\r´{{É?‡ê?P#`/Pppý¦vHîäYY™×‡T°M*ÎeõÑ,ùS\r(­›tÏOÏLìoÔ²6ôšjVÜ¯¦EäsD9¾8­N´j4p™ÄÈØ\nûlý[W‘ãªS,QÛñ¬©+M£IO¢\"ßY•3YqŸ+Wn}%Ž¯ÁzZÕ:9Þ²ò«rK9gÅûÁ>‡·Ìcj[Ÿ×²·VÐZtÜmËÃ1§‚•ÅîºÝ¹²^w×‚Î\Z(‹4/I6q\r8êÖOg\rØëí8ÖˆsE.ÜÄ¾²±r\Z°YÇH7Ô:–wƒâH7¡¹t¯ÐmD¶qQœÐÑ]ëÊðd…½½GŽ}»¥ yEÏ¤ÊøRÎŽ_øºàõV=Å]û=/¨œµò¥Vú^5¾@¡är1h’ã˜ôs\r%×\\ÓKx vuýˆSe5Þšƒ	hËp0N´æFžK³k”‚¬1ó\\ˆ5Ó2Â®ÆÊ«¸eLMÃ37ð\\Trµ†¾‰N÷^c+2þ\nH«vñéueØ£^d¸cÂˆô‹UrWæ­R‰š”R	õœ0œÉÌi£6\r;ƒèD£a\n¸›=Zª¼:JWE) ùMR`,JµµîQÈj¾/J9JÍQÊ!×C9(Ar+¶yÑÌ·4:‘¼¦ùhŽ%gêîôt¼ÎBÚH°\ZÊBè\ZK(ÀÞý:¼êãÔóòxEÒ|˜‡ÀóI459ýyè¤MK:©bÓNÔ`E½q¨9\'NøÄrB;Ájþ®š¿«fŽü#ßUaüèw•\nl¸“I\0ÐðhY59€Ìàøá$ ¡N—ß±€»B');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_downloads', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_outlink', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_sitesearch', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_SiteSearchCategories', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Contents_name_piece', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Contents_piece_name', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicePlugins_plugin', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!IÒ#íkHJ_öÂ(äÚß|9â·#£Nº›Ù¤eh¨êôQyT9ƒž/.Û‰;›Þèµ2\Z­qƒ3o;¦µ\"®…AÏn¶£ã[3¥¹cœ“ …U¿øÎVœ|ÿö¡²8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_brands', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍÁ\r€ Ð]:PÁð9¹€qL<pãHº»T¢ñö~úÛfXô“2øEDoð šÏ«Rjp í T`G° §v?ó4?Ž3\rË¯ä‡y”‚×æÄª×oCôG†A½º\'‘zà*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_browserEngines', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍÁ\r€ Ð]:Áð»ƒ;`â„GÂî¶·÷Óß¶€1*œ„£#‚Z9¯FÒá@$¬d7ûŸÃrxœWp¶_)ªƒ–R´”Ö„Íû·1íGÑwcÚÕCæ¼ )r');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_browsers', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍË\r€ Ð^¶Vu¨ÀÄØFDÃ…#¡wY‰ÆÛ›ýz0r€rúÅ„œ`@—ßŽ‹\\ÂZB<}Žä¸–Ô‰»Ÿu³~<µ $ô¿!S­ë5’lë°xø6ŠüðPÈE®®®”úq,ˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_browserVersions', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMA\n€0ÿ’Hk¬ÒÍñ=Å‹ÇÒ¿k,Jo3ìf`‘\"Œðé‚aÙ’–AS<÷mOñ\r[’«¨Un+æÂü²/bTºªä~F¹wj}IÞÙá¿Èú#À e]%çãã-º');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_models', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMA€ ÿÒ€ÆíÉ¾€	‰$F	—J4Üf¶Û6@#\'(0ÌÈ7,è[<ˆï\ZÐâ9ùý:#q‚®™\rÂCÇ¦±yyn¢DÆ®d+›ZrVÌµ‰žþ\"?r‘«+—ò\0ò,ª');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_os', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœM;€ Dï²\'à#†Øhá	ÖÄ‚„Ž’pwY‰†î½Ìì,C£&¨È°ÔÊ|Ý™bé	mÇI1AwÓ #l&¶ƒíËaˆY¦’SÖ;1?-¼þM~0j“Õ=¶ö\0²*`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_osVersions', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍ=€ à»ô\0†Šøóz<&$lŽ„»K%\Z¶¯íkëÁHF<ì‡é†E^‘äÆZ÷CxîI\0—ƒzußØVÛ×K-ŒCrÅ¶„Æ÷ÔX\'¬žþ¬?<RÖ«›äü\0q.+l');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'DevicesDetection_types', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍA\nÀ À¿äjª¥›?ô)ô xó(þ½¦Òâm6…GËp¢àZE½îBRG…<I†Ÿæ°˜§ùõ1ƒ³°-¥8Ì£”¢¥´ÌîÿE·\n‡Ömõ”ÞAC)¤');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goal_days_until_conv', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goal_visits_until_conv', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goals_ItemsCategory', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goals_ItemsCategory_Cart', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goals_ItemsName', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goals_ItemsName_Cart', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goals_ItemsSku', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Goals_ItemsSku_Cart', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Referrers_keywordByCampaign', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Referrers_keywordBySearchEngine', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Referrers_searchEngineByKeyword', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Referrers_type', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Ø	Ã°¥5Hg¦•	TÂ$h\"Í ÚÌÁ*jAœD+«êZN?ëÚZ\0\n#Ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Referrers_urlBySocialNetwork', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Referrers_urlByWebsite', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Resolution_configuration', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœ•ŽA\nÃ Eï2\'PGmüž PÒEN`iÒM6ñî\r7-íîý?ÃÌPHÂp‡´Â€æpŸfò+”\0õ·Ñ_ãòœýâÙ‰­Óš|„Üç$«†ù`õfwQ‚nfg±5%Ùfërr.?R.W‡Zü¥Ë[gÔºò“®¬ºµ·MÿM6¿\0-Ü]\Z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Resolution_resolution', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœŽAÃ ÿâ`$,ÈˆÔC¤Ür‰„ø{q#\".mz›][ödX”\r&eH‡ˆrÀƒö¼¾vJ&DsÎÎQÚÀ­a+Ûåbûáx£Á\rßXÚ¹à5…akº¹êƒRõêÒ‹A9goÿäo‚Ü{†þ—^}ÅhSæ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'UserCountry_city', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍÁ\r€ Ð]:Áð»ƒ;`â„GÂî¶·÷Óß¶€1*œ„£#‚Z9¯FÒá@$¬d7ûŸÃrxœWp¶_)ªƒ–R´”Ö„Íû·1íGÑwcÚÕCæ¼ )r');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'UserCountry_country', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍÁ	À Ð]2šjñ»CwH¡Á›Gq÷šJ‹·÷ÉO\"°h&	øCD«ð \"çU(U8Ð}RÊ°#XS»Å<Í¯ãFÃ¶”ü0RðšÂœXõþotý!0h]¯©÷•~*=');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'UserCountry_region', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍÁ\r€ Ð]:Áð»ƒ;`â„GÂî¶·÷Óß¶€1*œ„£#‚Z9¯FÒá@$¬d7ûŸÃrxœWp¶_)ªƒ–R´”Ö„Íû·1íGÑwcÚÕCæ¼ )r');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'UserId_users', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'UserLanguage_language', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœMÍK\nÀ Ð»¸/ø©Ç;ô\nRé¦KÉÝk”woÈ$‰Ph2D˜í…¨1å*Âp¾·+‰P zVš­›i3ìgö¥d»M/9ËÉÍ‰bÿñ‰F|õD/5Å+@');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœÓ=1àÿRp4I?Îtsq»ÑU*ÜP8<Áá¸ÿn´éöÒ’‡ÞfA/k›²ðHÖE¼˜9ß¦Ù¤E0Š9O÷é‘çë8½.e)ÏÅ¤\"ô¹C&mE°ŽZYkâ4îÿQcÁ~)ö·Bš‚€ºÂšB@ºâ4…uÅkŠ§+AS<x]‰š èÊ )¢®›Š3\0v,Ûe®=pGó°]àš!ô@í‡ºåZbê‘Ú=®ÿ	CÏšÚe®âàtÒ¤í\rùñ/…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'VisitorInterest_pageGap', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*ÊŠEJæü£¤ÿJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~øÓÅ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'VisitorInterest_timeGap', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾ü°þ+¤-HW0;Ð¶¼Þµ$¬Bm…ùQAJí\\¡>ìÏ=¥ö¼.þ3žU9};òÛ±ž“”KÀI·NßËP¾…F_Ì„-¤¡\'¹ÂÙe—žäŠ·øÓØ“\\á)\"Õ[©‚\\a­jêV^E6÷¤óƒ Êš');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸Ð!-cÈÝ«%Ð¡HÞ~?ø°ey(g=7¥>4ÝAô<´(ìãýÙ¡¶Œ}S±+ôkS¶½¤§¥Ô_÷„«ÊBÿ‰”„)VR¤dÌ±’#¥`‰•)k¬ÔHiØb¥EÊ‚K¬,®’Vä‰ò®.c™ÊDÙï_ËR±Ðä·pµ·Ÿ@3’ßÆÍîFŒ2Eù½l‡â‡<#éú^‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'VisitTime_localTime', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœµ–1ƒ0ÿÂØ36ññ‡üH)\"¥£Dü=!˜@–4[íq¦8k|½[ããÃë®÷°ÙÇÁ£WÏþvVÝÜ|8JZÉ°f.ES2–L%ÛONóz¯}œæo¯kã\n\rÔ(Ô4Ð@¡Am(´Ñ@#…F\r4QhÒ@[\nm5Ð…^4ÐL¡YWTN:‘’ÈJàZ‚ÈKàb‚ÈLàj‚ÈMàr‚ÈNàz‚ÈOà‚‚ÈPàŠ‚ÈQ`’\ZÜ¼B^¶ŠÁñ~X.û­û:/õrOn/â®ŸvýöÛÿ¹qp“™ÈdÆMfªýêdÁ™Ì˜É>ó·ðÇüíhþ¶Î?xRÜ€úìL/	ø%Ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'VisitTime_serverTime', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 'xœµ–1ƒ0ÿÂØ36øøCþ@¤Ht”ˆ¿G“P„¥Új³Ì\'opk|½îG‘}™=z5\rÏ×Tõ[st”´’áÈ\\Š¦d,™J¶Ÿ\\·?^û²nwGã\Z\n\rÔ(Ô4Ð@¡Am(´Ñ@#…F\r4QhÒ@[\nm5ÐŽB;\r4ShÖ@Á••“n¤$²¸– ò¸˜ 2¸š r¸œ ²¸ž ò¸  2¸¢ r¸¤°[jvx…ý¡ÿÕá\\çý£ÞßÈßA<õÓ©ß~û·\rn1YÌ¸ÅLµ[Ý,W\"‹·˜…ûÙÛÕìí˜}ð*¤xš~}7ýõ\rØ>$h');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_actions', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœí”]KÃ0†ÿJè•ÞŒ6]6M/e‚CDw[â·`›”$sÊÜ÷´]³ì£~à¼¥=É›sž–s^F1]\n\Z&ŒÆî…Ð¥¡„{àYÚëÑ\0\rò\"S¯œ£ËæÝhU(#¬PF7§è\r]\\¢+9™«7èNY–¡[¾`zbÐýuŠáŽüÛ-ÄIY]Ð8„‚\rÂRG~€“aùˆá«ÀdæyjEÎSÉíBé§ŠÔ®2Àðò!	kÒ…°³=5äŽ‚u¶\\È³U\"öò‰ˆx\\†ëg®×š¨ânÕ=„µ;*âQµäª4\rT›¦ï1YÍ¤yt*ïgõQùrÇÕ÷¸ZóUª†¬½jì±MTžZ¹1BN÷´1>D¸¨î˜:·ãÜ•\rAƒØ&Ø¢+^vý7è¶µÒù²ƒt»‚­P2Í›|q<uÃ³5n¿©ã@¼Û®kˆVåT3–u‡l\n= lÆÓ‚ÙY	ËGð¨T\ZÂºàÆÄÎvMŒœ‰\rùbcdWÒò©fU¹Ÿ›Wvÿ¶…Ò#Gò¯M®vÿò4ÿþõï_¿ã_}ß¿Î½\0¯çWA9ÇÐô0ãõ&vu¿àt\ZéÆÓ8ÜêY¥Û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_actions_url', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœ…“Žƒ \0ÿÂ°Ô+þ¡_ ´Ò+©Š¼^Òôï\"½š\0wÂ„åÑ‡¤°â´˜ƒ’>%4ü$\ZPŠ)n ’OÍAá\'¸ƒn)ü4(¸:ú¥p‹¡hOZfe+X\'ì]i·iíHWÁ•ëNì*­awi¯+È´²[åu¿aÝ\"Ä?@$Q1BÿíMPF¾Þf·e¹I†$215•!{2—™]Ê Þ¦LT¬æ¹™ñZö[\"/jR)•Wr}æ2‘yKá\"Ñ©UËz­ÎÂÙ}G©oI­YP$jkähõXUÛ7ÂJÕ}JÙ7B)²)´ÏXu¬Q¼þÿÏPPX<ã9w\\¿Ý$ãZŒøÉÃ`û…â±ÆÓ#Ü·vØó¢šZh6è†ËµÓ¥]­í\rÍóóÅ*Ë-î\\×&s\'Î‡[î[Þí4vxõ|þÓŽ_ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_actions_url_chunk_0_99', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœí—íŽ¢0…ï…ÿJ[>\\ë=Ì-*ulÁÐ¢³ÙxïÛ–R«RÅÝìl0!R8¼=@ß\'‚ü‹áhÁ1„)ÄÁP\0‚#»#5\\\nƒ‚,iHmŠƒ•9ý#¹Aw³¢…* ËU@É#èÐâMýEòO•uy³ÍÛÒ¬¤âPÕf:0ò§H\Z)—Ù†	ž˜Ø\\©em˜j[VÞ®¦EäóŽ(q|qZïim4p\nPÜÚŠûlÄÖUâ¸òÔÒšÎ”O3s<‰š”|mUÎÃJû\\¹rëkæøòÖÓªÎ™ÖÈñ–WÛlWW+Ê9+ß¯´êsx}Q»bÚÚÖç¥ì­t}‚3w«j»+¨`Uù€»ó‹¼î\\Y¯»KÁYTeVT$ØŽºósÖö|75âœ‘mÛe!‰UWk>Èç‚ƒ¦Ö(˜ÉÝ;ŽÃpµ• EM¤ÎùTÞZØ|„K:aåªhrš‡TÞlõ“ÒÉž\rÈW³«8Sw?¡û]¨\'Q,8[²È¹Á|æÁRt‰¥ààög¼êã”ÙÝÎ\0>åÜÇ’šéåHÊ±æÃ]\Z3¯%‘y,w\0d¬ü-ø´¦†1‡µ7ðZÞÜ3äj=†ž„˜[ËØŠZD•D¿k\"J¼®ŠœÖ™„IÆ©…FJr)QÅ@Em-V4Ò@¬üøBÚ þ¿˜&iò¤ÀsªåÇŒ£Ïx^xfnà™;dúéêc¹èe·\'‘·?\Z¥óÑˆ7+õ²ÖM–ô0±(c¥ ï5QÏé2é|&æáWzÉ/Ý©žÚþ@tBÙ7ÏD\Z!_ÎDOÕ˜‰ÆLä‚gn\ZÓ†¶[¾¨Òƒ–˜ÀÆ¦¥ÄÐF­EÕ3 \røƒÒ‹ÎÆ/®ñ‹k¤Ë?þÅÇ}qYH ®üø#\r„{ÆÌ1fŽ‘\nß=sÄé£™ÃR#ÖÑâø^…°ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_downloads', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_outlink', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_sitesearch', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_SiteSearchCategories', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Contents_name_piece', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Contents_piece_name', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicePlugins_plugin', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_brands', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍ»\rÀ Ð]<ßDœ«,e\"¥@¢£DìJD÷NöÙ\Z5Aq„ýP<(ÇûÉÄt\\Ä	º\rÒb³ØN›á0ƒ’à–ïv½ ÜèlËÚþ»É“…ÚäìÉ­½ž¼**');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_browserEngines', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍ9\nÀ Ð»Ì	Üƒß#Ò¦V°ìL\'Þ=.$Ø½?«GM`ÎC~°¨\Z”}ˆ™\\Ý1œé!—À{ƒø°Ø,—Å´] ¶†îV}©¹c¶±ãwO<jg/×Ú¤@+ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_browsers', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍK\nÀ Ð»ä~[œÜ¡z]î\\Šw¯QZÜ½!™$B£&(Ž°jåx?™¸À€Î‹8A÷ AZlÛi3fPÜ2ðÝ®”mYÛ7y¡P›œ=¸µ§_*<');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_browserVersions', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍÍ\r€ à]:€¡¢¯;\'ÀÄ	7Ž„ÝŒ†Û×Ÿ×z0r€ýaCN° è¯;’$¬ ãÖnR$\\[âæy°~=wooÑfØjSÊôÌ2¬¹ß¥=ñPÈ¥Ý¥”‰@+v');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_models', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍÉ	€0Ð^¦‚l*ùs²±…ACz7JnïÏê ‘;èéÁŠîð‘ø)Zwûy_ž8@–šÉj5Xw«fÛƒ¨Á©Ø”aÚÎ<Œ-¿s}â r=»qÎ/=s,Ï');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_os', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍ=€ à»ôPÃã.:xLHØIï.?Ñ°}/ík%Bù\0óÁ¡d, î\'‘ÏuBûy‘àšÄÍz²ÖÝnÕ‚Kµ­e{gÖ¶ßÒž(ig/òÖ?*…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_osVersions', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍ9€ Ð»ÌÃ¢òç6ZxL,Hè,	w4\Zº÷g\r`ä%æƒG¾à@)g\"¹0ƒ–mžGÁµÄ nÖÍkýØ¿Aµ`»†«¶uAÙggìÆ¦ß¥=	PÈ¥]¥”–q+‘');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'DevicesDetection_types', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍ»	À0Ð]4¿	>íHapçÒh÷øC‚»\'t\'	,Z†aÿÐ*\"¨ÈýâÚ#d‰3ìf·Ù/»é´3†°-bwèfçØbçoOMÇÙ‹U_d¾)É');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goal_days_until_conv', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goal_visits_until_conv', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goals_ItemsCategory', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goals_ItemsCategory_Cart', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goals_ItemsName', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goals_ItemsName_Cart', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goals_ItemsSku', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Goals_ItemsSku_Cart', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Referrers_keywordByCampaign', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Referrers_keywordBySearchEngine', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Referrers_searchEngineByKeyword', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Referrers_type', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœ5‹±\r€0wñ	I@yïÀF¢°”.eäÝÁÈÖ¿Þw‚Œ¥H,(éX\r4äºñ|ÊÄŠ·E–è¥³›Š\ZCs Ugöx_š‹‚„e®Ÿlö\0\'ÿ#þ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Referrers_urlBySocialNetwork', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Referrers_urlByWebsite', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Resolution_configuration', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍK\n€0Ð»äÆO\'\'p£‚\'¨àBpçF(½»Æ¢t÷†É\'€w8\r¨?xÄ\rèëvž`\rÓ¢ó¢Ârõ¾%ÝÁÖ€Ø\\®³«×>gAŠ¢yü\\e\'ïN[Œu¿“=	pˆÉÎŽšÒ\rë-ˆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Resolution_resolution', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍÍ\r€ à]:A+UäuwÀÄƒ‰7.&„ÝŒ†Û÷ú!È\'Ø\"Ü‡€œ0ƒ®¸Y‚©è½†…ì„ÔŠ€¤y\Zì^OÝá\rÜ‚¹ZëkßY†1ÿ»´\'Œ\\ÚÙÍJy\0l=+V');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'UserCountry_city', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍ»\rÀ Ð]<Í\'ÇÙH)è(»ƒÑ½“}v‚ epL°Z…•t?…bƒ(fÈ €Dm6Ûe3V`\rnøa7\nìfçØÖÎß]Ÿ¤ñ¯u={ÅÞ_Ai)—');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'UserCountry_country', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍK\nÀ Ð»äñ×âä½ƒB)‚;—âÝë‡woH&	P¨	,æƒG-p âI\n4è‰$	ªRÃz³YÖÓ~Án×m{íìÛÚù»\'ŒÚÆÙKZ{¹’*b');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'UserCountry_region', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍ»\rÀ Ð]<Í\'ÇÙH)è(»ƒÑ½“}v‚ epL°Z…•t?…bƒ(fÈ €Dm6Ûe3V`\rnøa7\nìfçØÖÎß]Ÿ¤ñ¯u={ÅÞ_Ai)—');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'UserId_users', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'UserLanguage_language', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœMÍK\nÀ Ð»¸/Ä_‹ãz)‚tÓ¥x÷\Z¥ÅÝ’I$jù\0ýÁ¡>°%ÄT„N÷vEá3dÏB²Õb=­†ÝÄÁ,ÛmzÌèìËÚñ»ñ“\0Bm|öô­½ZÜ+e');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'VisitorInterest_pageGap', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_–üv3IvtKÞ,_AíØ­\ZmíýÙÈ÷è°wÓ¨Ä(‘ŸÝ$fãv¤ì¯ë`¨(ë\"ÿEJæŒwÉH)\\°RR¹b¥\"eâ+ÓP)FKÂÌ<d\"Küõ§Y SYoìóDŽÊCWäœ_ö@Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'VisitorInterest_timeGap', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœÐ1\nÃ0Ð»:\n,ÙqyËz:²e¹{ÿ’¡ÐÚÚ¾ŒüÔL‚›…Ú,ÞAí<l2ÚÛë½S=,–@u3E)(©^›	šñ)ÖçýðŸAáèptäDáìpb×ÉF{©J]hÆb\ZX“CšFNž™òH‚‚+9¤y$AáÅ#•®TŒ °”/J~SËðä%ÈC×ÑP×€Ê™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'VisitTime_localTime', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœµ–;ƒ0Dïâ0k›Ïæ¹‘R ÑQ\"îž›Ð$C5Õû¹zìè–|¼¹2øºxö0çnûâä¨i5ã‘C-©f®ÙÖì>¹í\'ŒÞøºí{ïÇÂ(4P£PÓ@#…F\r4QhÒ@3…f\r´¥ÐVí(´Ó@{\ní5ÐB\r\\IP9éBJ\"+k	\"/‹	\"3«	\"7Ë	\";ë	\"?\n\"C+\n\"GK\n\"K·”‰,eÌR‹›C™¡‡”Ñæì±tå\ZŸ‡¦Lç‹üîé½¡I(¿Ñó³îÛÞîbÆÉÌ¸ÌL\"³í\nä~');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'VisitTime_serverTime', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 'xœµ–;ƒ0DïÂ	˜µÍgs‡ÜH)è(w`šd¨¦šÁ`?WÜ¢/£×ÁÃYz_fO^MÃë=U}qt”´’áÌ¾”X2•lJ¶G®û	ƒ×¾¬ûÞç¹ð\n\rÔ(Ô4Ð@¡A\Z5ÐD¡Im(´Ñ@[\nm5ÐŽB;\r´§Ð^WTNº‘’ÈJàZ‚ÈKàb‚ÈLàj‚ÈMàr‚ÈNàz‚ÈOà‚‚ÈPàŠ‚ÈQà’‚ÈRÆ-e\"K·”eKÍ¯Çš«‡Ü­ÊW8ê<\\/ÒÖã¶¡ŽÈ¿Ðë³öÛÞìf¾‰Ì¸ÈL\"²õ\nÄ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_actions', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœ¥”mOƒ0€ÿJÃ0¼ŒMËG£‰1Ù£ŸI7êÖ-i;ÑÌýw¯0ê±/‘„À•§wOÈõè^Ð0c4é_f!ÝšÒ d+^¼_Ò€,yCnªºTïœ“;iùF3+”$äúŠ±ZpC•e%yà\rÓ…!O÷A&hw„o¿d®ª I…\"\Z„O\"ÄÙÒ=xÀêœfWåVT<—Ü6J¿8GX/B¸\\ƒ½\\å[aMÞ»=£!w³UB~Ÿ­…ØÛPŠ¼×¯\\™èb%ÖlLëöV)²šÈÕ2½Ô³@NV3iž=…~Ö|Ì\nãÞk¼&óµTo6]5An…ªòZ«57FÈÍ›Äc†ç›ºŽér{ÏSlÙ½â0°[+h}îúývÃM“vµ;g@É¼T¬øå@tï38þ{_Ç‹ /pl¾- ¸BAâ\0Ÿã8Æ{f8H}ppc¹©ÔµxÍ6ÐDÂ–<¯™Ý¶ÓúëÃ*¸Ir8|3=•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_actions_url', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœ…“nƒ @ïÂªÂ¬Ù÷½¡•®¤\ràº¤éÝ*”\ZÝLÿóóP>ƒ\nÊ–IA5 ÉŽ\\¢Ö4\\Q+\0ûQ…‘Ò†—2Up{ñ“…jÈ=u¢çTqw×ÆWì<éËûµÔ‘^„³ô.Üe…•¦½P‹œÿ¸Ü•þBb?ÿ@u¦b¹ùæ&˜T»½ß·ùX³‰Ü,Sg215.3VIË$—-¦ÉTœaÊž\'™ñ³ì×D^Ô¬Òd*¯ärÏM&³Ia’étº§7£OÜZ¡¾¢ÁkRKVL ™Ú9D ZmoB\'Ýß$wB«ÿ…rvC(GV…–ÀÛ1ÖŠJÍº¿q‚&…·cœr‡åÙÍ2þ7ÎÝ†ËÄ&Ã©ë1x†M=<kÙqC#©uÌ84±‹s7Eq:;í˜4üÎLgw~»Åp-B³ûJd*ùü%à^¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_actions_url_chunk_0_99', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœí”íŽ¢0†ï…ÿJ[DÖrs¤J›jÚ²Îfâ½o? [f3î&„x{Îë¡ç!8Á\'¹Ä!„#‚¡y\0râÞ˜Åà‰SUdO«Hk·8ŠYSÒ÷(gé†—ä&NL~#O` üÅÜ}ÓOu^ÙÖ…b5-\Zª.\\¼uåÀ\ZèŸ	6Òì‹S²¸0uºSëÜ0ê²Õ¬ù<›‘÷Q\Zø’Tü¤¢ÓÀõ&ÎÖfÌÖ±w•®&rYMojJ“ž” <zUÐ¬í˜«Pî}e¯É|VÕ;›®šÞJ^gÁTJÖ¼Þi4æð~“;1.·÷y+{é½Å)ÁÀÝ×çŠ*Æ›/¸nštÊFÝÝ\n3À›¢â¤\\8º÷3˜ÿ¾¯ãoôØfþXè`„A8Ç…{6aúàj°`£‹£V8–ìptRê,qŽŠ+R	z!¢”kÝ›¸}‹÷t%Ûƒù†Ç¶ŠzYQÝ3þ‹Òk}Ä´/¶H®W‡%]š~1-Én™fx\"÷\0scxë°_,ÀZ‰Á<ÍL¥‡“¬Ä+³ëÌ<`][f¸ÕYùWÌr¦–¡Š¹?ðXLÍ\nµ†¾‰LŸc/rþ\nF»nÚèý!?ˆ©]„x1	¼*©(4f\n©ˆPæ+gp6‹yÓáÆ\\8öD‚ÙRà@ÝðA©\'ež”yRæ? ÌfûUÊx˜ “ëo,Vnß');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_downloads', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_outlink', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_sitesearch', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_SiteSearchCategories', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Contents_name_piece', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Contents_piece_name', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicePlugins_plugin', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_brands', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMK\n€0ï’ôã‡¾¬¼€x….\nÝuYrw\r¢d73AÄ¨,ÈŒŽÔä¼\ZqGmqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÎª7*\n)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_browserEngines', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_browsers', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMA\n€ DïòO ™•ã	‚è?r!‰—âÝK¢ø»7o`†¡Q#”g˜j%>B\"_°€¶˜¯p®™|„~”éÎƒ`#Ù½Aõ0ŠÂ\n?	?ÿ¾õ†Bm}s÷­Ý¤•,');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_browserVersions', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMA\n€ DïòšY8ÿAt#’¸q)Þ=,Š¿{óf<4j„bóC-° äˆ´m1_á\\3»ÁhâÝÐÃ£`#Ù½Aõ0‰Â\n?¿ü¾õ…ÚúæÎ­Ý‹£-E');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_models', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMA\n€ DïòO ™…óW] ¼‚ µp)Þ=%Š¿{óf4j‚â\0óC-° Ž˜‰K´yNþ¼¯Hœ »Ó =xl$»7¨fQXáá×ß·ñ PÛØÜ¹µÀÃ,5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_os', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2JžþÁJÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0`|)ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_osVersions', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœM1€ ÿr0œˆÈÞl´ð˜XÐQþ®Äh®›Mv#5ÁH„ý  8PŽç•I\nÐºÂ~ð$	ü(qçQ±ÕÞ`z˜Tá”Ÿ•÷¿oý!Â ¶¾¹Ik7ÿ*ø');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'DevicesDetection_types', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­‘ØFHlcd¶%„c\0â˜ I˜\"‰›!‰›ÃÅkA6$ZXU×‚Ìô³®­\0ñ )/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goal_days_until_conv', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goal_visits_until_conv', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goals_ItemsCategory', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goals_ItemsCategory_Cart', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goals_ItemsName', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goals_ItemsName_Cart', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goals_ItemsSku', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Goals_ItemsSku_Cart', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Referrers_keywordByCampaign', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Referrers_keywordBySearchEngine', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Referrers_searchEngineByKeyword', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Referrers_type', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Referrers_urlBySocialNetwork', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Referrers_urlByWebsite', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Resolution_configuration', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMË	€0D{Ù\n²\Z?™­@=XADAñâEé]ƒ({{óf<1ÀˆGùC<Qv?¯;É‰Â€ºq’>Ûºt‡X¶Wëj’\0~zqæBq©Ù½Áä`UQ)_+ßü>åƒ˜òæ )Ýõ\'/V');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Resolution_resolution', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMQ\n€ Dï²\'pÓ4Ç;t‡\rúüó\'ï^Kû÷æ\rÌ£Âÿ ct¬ &ÇÙ¨t$Pàpm9R©àÇ0ˆ•ÃÞr~ƒÓL±\ZO¿Ÿú pS7÷2ç\róø*¼');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'UserCountry_city', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'UserCountry_country', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMA\n€0ÿ’4­Uºýƒˆ Rè­Ç’¿k%·™YHŒÙª }P02¨ËqvªtTø±qtœ<—W‚Éâ†ìúêúöwµ‚€©vs¯ª7D8)È');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'UserCountry_region', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'UserId_users', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'UserLanguage_language', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœMA\n€0ÿ’»Ð¨UºýƒH¡H¡xñXúw¢ä63‰€Ñ\n\\L´T%åJñá|{¢XÀ·3ˆ•GÃ“åðŠS™ÍàM_L_ÿÞõƒÀ¡u½¹ÅÞ/âj*Ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'VisitorInterest_pageGap', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'VisitorInterest_timeGap', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'VisitTime_localTime', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœµÖ1ƒ0DÑ»øÌ\Z^î;)%âîÁŠd¨¦ZgùTOÜj_F¯úÁãqÈ¾Ìž<LÃó5…~[ŽŽ2­ÌxÌ\\u™©Ì¦Ìö3×í¯|Y·wÇâš¨Ñ¨i¢‘F£&ZÓh­‰&\ZMšhC£&ÚÒh«‰v4Úi¢™F³&\nNT&Ý $R	œ%ˆ\\‡	\"™Ài‚È&pœ Ò	œ\'ˆ|\n\"¡À‰‚È(p¤ RÊ¸R&RÊ˜R³›Ã~‡š°_mÎs¼žóþ£ÚoçƒtÙ7—}ûÝÿü´›–H2ã’™D²õ\rígä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'VisitTime_serverTime', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦ZgùTOÜ\Z_F¯ûÁÃqÈ¾Ì½š†çkªúm9:Ê´2Ã1s94eÆ2S™íg®Û?^û²nï>ŽÅÿ(4Q£QÓDM´¡ÑF4\Z5ÑD£Imi´ÕD;\Zí4ÑL£Y\'	*“nP©ÎD.Ã‘Là4Ad8NéÎD>‘PàDAd8R)e\\))e\\)Û•š^a¿Öœçp=çýG½ßÎñ²O—}ûÝÿü¬›Ë•H1ãŠ™D±õ\rî¶*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_actions', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœ­”[kÂ0€ÿJèÓö\"½ØÓÇá`DÆæk‰6Ó°6)IœÎÿ¾¤ÚìTÛ]`BiOúåœ¯rNðža?#8jÆ>Þ+c¯$KZz™ÂI‚=4­êR¼SŠ¤ÜR4—¢Ši&8ºš.æ×èÝÜ¢;^l•–Œ*ô(4)ÑÝY(ôtïe‡æ\nàå¢ÌVg8òMÁ\0{¾Å£\0a6³·ÈÜÌªqRÛ*×¬¢9§z\'äKãjè‘o~6ÍWðe¾aZå;¦7´Éx§lãßgk òö/Eå+•\'&¥“ä¨5îÓú‚U¬r5L+5Ä¤ÀIKÂÕ³£ÀŸ•ôYAÜy¥Àk0_CµfÃU#àVˆ*¯¥XQ¥__°QØgx¹éØ1ÇÜÎó›µ@«8tìVÂŒµ]ÿ»î¦A;ˆõÚ</)~9€n}:3àÞ·uœxcÆ6uma‚	BpŽÃîÃ vÁÁÄžNÇ¯ÉÚ4Ó%Ík¢7ÍWšå8”L%{¢Ÿ\nó™â');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_actions_url', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœ…“Žƒ \0ÿâªÂYÓõý¡•^IQ\ZÀó’¦?P¡”èÕÙ¸ã2(K¡„‡¢¡€CPÃCC™ \'&²F‚l¸e\rdGéFpã^â€”>@ÍÑMØN\ZÊ=dzèˆá#=3£T¶bkI[Þ®ÕŸÈ•MFn®	äVšt¼Or\ZìãbWØ+óýý\0U‘Šfê‡)gRîêÃÞÙ|­Ùxn‘©\"Ÿš–™ª„e‚ËSG*FÑ^_f™é³ì×D^Ô¢RG*¯dºç:’Ù¤ŽtZÙ‘»’g¦5ï¿½FkR)Ëç\ràH-EŽðV[À›ÐYvwÁ—ýg¡˜ÝŠ‘U¡x;Æ²\'BÒöÿc Yáí‡Ü1=»QÆþæÃÒm¨ðo2\Z±š‚§»Q×ÔsÁ‹-SdP‚hC•É–/v5æ®!ÏÏ#\rŠTµzg·›·Ü5»­„ç’Ï?ŒÖ^ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_actions_url_chunk_0_99', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœí”á’ª †ïÅÿ%‚æ	ïaoÁ¡¤³&`íÎN÷¾€ÊÁÒ¬3Ûùq¦fœ@_?žˆï!á/†Q&qá\nGæÈHûÄb€¿$NpP’\r-ÕÁUý2†¡¾\"ÿr7Pf\nèòÀÔÇ0qù˜½™/¤¿ô]]W6‡\\±Í+ªN\\¼wË%Ð3\Z¤Úä{¦d~bj•Öµ£ «v`Õíj6D>fB‰Ç%©8RÑe¢eº^µXñÖŸ°£J<ª‰Z6ÓCMeRI	RÉKy›µ\Z£òãŽ+õ¸&ëÙTO6½*òØ\n~ÈkÁ·TJVý¾Ê\"8FxýR{bÚÚŽó2öÖzÄ©À€nËuIãÕtÃ—&éüØ(Ýe`Ð¼ÊKNŠ;{ÀK÷<ƒpÏûuˆ÷D·mêŽ…ž¬½	þÄïcýwb’¸ÉÙhÁ\nFo,\Za]’êá^©Zâ0ÜîW¤ôDD!—zoÂæ=ÜÐ«¶eSÐ\"¤z·ø\'¥‹#)ºÐÿmÍ%3Û· Ç:´‹™œÏ­šôÚBã^Cé¥×ÀÁíÂ]7ˆúÁ‚+0˜÷šYééN+°Ì¬Î:˜çª¬Û–ƒu(ÿÊ^-Ô}Òbíx®°æ€üìÐ9êÖ1v¡á¯´´îº\r‚~Ð7t˜Ø/\ZSpÇË‚Š\\\'—Šeµ“Ìiç!ótâ1W«{*Á¯»ÕiGzË½<óòÌË3ÿgâø1Ï8‘@+’ó7Ï\rr«');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_downloads', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_outlink', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_sitesearch', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_SiteSearchCategories', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Contents_name_piece', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Contents_piece_name', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicePlugins_plugin', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_brands', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœMK\n€0ï’ôã‡¾¬¼€x….\nÝuYrw\r¢d73AÄ¨,ÈŒŽÔä¼\ZqGmqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÎª7*\n)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_browserEngines', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœM1\nÀ ÿr/Ð\rî=!6µ‚…`g:ñïÉ®›…Ý‹Qa8Á}1:<¨¥\\\ZqG\0%ïõ\"®°° +¼(všãŒ„U^ù üöû)	cÊæÁsÞ*c+I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_browsers', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœM;\n€@ï’ìÇûÒÛé\"X,l·å’»k%ÝÌ<H£\"° P0:fP“ójÄ	´oÄñ‘ŠÆÉqö\\^	&“f×××¿«}µ›«Þ+)’');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_browserVersions', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœM1\n€0ÿrœ\Zcöz;ýÃ	t)Cþ®A”ëfgaWÁ¨	NÓµÀƒ²žW&) }^O’Àaw\rO–ã\\³)¼ñ‹ñá÷­?(jë›‡´væA*ž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_models', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœMA\n€ DïòO ™…óW] ¼‚ µp)Þ=%Š¿{óf4j‚â\0óC-° Ž˜‰K´yNþ¼¯Hœ »Ó =xl$»7¨fQXáá×ß·ñ PÛØÜ¹µÀÃ,5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_os', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2JžþÁJÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0`|)ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_osVersions', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœM1€ ÿr0œˆÂÞl´ð˜XÐQþ®Äh®›Mv#5ÁH„ý  8PŽç•I\n<hÝa?8’~ƒ¸ó¨Øjo0=LªpÊÏÊ/¿oý!Â ¶¾¹Ik7Š*÷');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'DevicesDetection_types', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­‘ØFHlcd¶%„c\0â˜ I˜\"‰›!‰›ÃÅkA6$ZXU×‚Ìô³®­\0ñ )/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goal_days_until_conv', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goal_visits_until_conv', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goals_ItemsCategory', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goals_ItemsCategory_Cart', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goals_ItemsName', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goals_ItemsName_Cart', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goals_ItemsSku', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Goals_ItemsSku_Cart', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Referrers_keywordByCampaign', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Referrers_keywordBySearchEngine', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Referrers_searchEngineByKeyword', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Referrers_type', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Referrers_urlBySocialNetwork', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Referrers_urlByWebsite', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Resolution_configuration', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœM;\n€0Dï²\'HLüd¶,ÔÂD°¤K#„Ü]Q¶{óf\",j‚á÷A@-èA9žW&.°´ì¯3»`îÉ{â+\rÈ\nwŠæð#Á«¢W~P~ü}“‡ƒÚdsãÖb…,Ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Resolution_resolution', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœMQ\n€ Dï²\'pS3gïÐúüó\'ï^Kû÷æ\rÌ0F…“ÿAÆèˆ VŽ³‘t$ÏîÚB ©àÇ0ˆ•ÃÞr~ƒÓL_O¿ŸúPà0¦nî2ç\rò)*¸');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'UserCountry_city', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'UserCountry_country', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœMA\n€0ÿ’4­Uºýƒˆ Rè­Ç’¿k%·™YHŒÙª }P02¨ËqvªtTø±qtœ<—W‚Éâ†ìúêúöwµ‚€©vs¯ª7D8)È');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'UserCountry_region', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'UserId_users', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'UserLanguage_language', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœMA\n€0ÿ’»Ð¨UºýƒH¡H¡xñXúw¢ä63‰€Ñ\n\\L´T%åJñá|{¢XÀ·3ˆ•GÃ“åðŠS™ÍàM_L_ÿÞõƒÀ¡u½¹ÅÞ/âj*Ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'VisitorInterest_pageGap', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'VisitorInterest_timeGap', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'VisitTime_localTime', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœµÖ1ƒ0DÑ»øÌ\Z^î;8R\n$:JÄÝ#‚I(’I5Õ:‹È§zrqk}¼‹Çó}]<y˜Ëý1‡q_NŽ:­ÎxÎ\\m©Î®Îþ5·ýŠ7¾nû»·sñ;\nMÔhÔ4ÑH£Qmi´ÕD&M´£ÑNíi´×D\Z4ÑL£Y\'	*“þ $R	œ%ˆ\\‡	\"™Ài‚È&pœ Ò	œ\'ˆ|\n\"¡À‰‚È(p¤ RÊ¸R&RÊ¸R¦º;1¥7fÇÕmqxÀq£úœãõœÍqù<H—}wÙ÷ïý×Oã’™D²í	‹%ä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'VisitTime_serverTime', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦ZgùTOÜ\Z_F¯ûÁÃqÈ¾Ì½š†çkªúm9:Ê´2Ã1s94eÆ2S™íg®Û?^û²nï>ŽÅÿ(4Q£QÓDM´¡ÑF4\Z5ÑD£Imi´ÕD;\Zí4ÑL£Y\'	*“nP©ÎD.Ã‘Là4Ad8NéÎD>‘PàDAd8R)e\\))e\\)SÝn.O»R³Ã+ì·©ó®ç¼ÿ¨÷‹Èù ^öé²o¿ûŸŸÅ3‰bë^©*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_actions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœíÝrÛÆÇ_£‹Nzat¿wAÝÔqœÔÓD£‰Ýfzå)Øâ„\"T”ªI3ÓwèöIºà’ p>,34cŠ&W‹Éýé>7ž9ùe6!—ñ„w™ü²œÈÉÅ<þÌ/.—¡\'Á«4ýy–×é|6}\nþ¼ú6x³¸Y/WÙ,YïÒU<~Lãìfüí¯—³	sÿˆ½¡ù=íîqwcˆ°ß¸{Êýã´¸Ã.¯Ü7n¿-\'TM.–ë»÷«Ù]ò~‘¬Óìç‹Ë›		‘‘ÿe3»ÞÅ‡÷·³Õòýãlu{ðSöòl;åÝlqðärb&!±_Å ø_ÇIc6ƒ¤·¸e’=$™[5!—Ê­G[O1°XŽô–S<W®†–*W³7†…BòÍí-f•Å‹åÇÍrÜz9ñ¾¨[š:¶´Ý‹ÓÞâvÏ.O{Ë«Œ¢Tç£÷x“Þ½¿ÏÒi²\\ÎŸòW-Ô”¾£œ[æáÏ&Ñvþr­‡CÊór-åŠkÆŠˆ_÷4½»Ÿ\'«YºØ¼¼L‹Æ¥úãg}l©þr©âøRŒµ›©üÔ–KMïçi|³Y#a¦vƒ”7‹ÛÛåsMû£2ˆ)âf£QþÖ\0p;œ¹JÈææ.hÿ+‹±ùjŠ›üŽr7úòW{k¹D–Üv¸?ÙÏÚl5OÞßÇ«ÛœPöâme§u ÙÎÞ„?ûŸàk;s–ÜÇYrƒ†Ÿ.ØW¢³à£!áÃºÊ[Ù	uŒë&ÔE¡üÂ\0õ4\0=F9=®½}–l—ROÃÐ£=Âjà±=Ò‚qbÜ¶«c: Y’]?äè‚Ô2Ã+RË««ÃO¶÷Ì–6ª “–%™˜ŠTÁ&^°‰h™xA&Ž“ÝíÐ±Ã°dÅà/é]¼]ÅŸì»ŒæÝÝÈR”éKÝÙÄ•Â°É^q8)\0N†i6«é+Ãk&’·n/Ã6‹@†)Æ0D’aéTRHå%uœ©Œev©£¼ìÇ-b‡¯(^+Ã¤AË0%$Ã¸\"{_õÊ=ÊUvKU•I„*£âˆ*Ë÷zÎ>!(ÐWêµ\"‹JR”ªÅ>ûpK>íàÇ}øqUŸ±ð»NKû&o§·‰½¢ Ÿ*e™ÐQ/‹”RŠŸ\Z„}öbMì“¡Tö)\0}š(\0}t§ëÅ—Qõc²O!Ä˜@ Ïš#(1Êf‚ì“!ÉW¼<›“iŽ³9é­Ül,ï£ïèÂ¡O4úˆ¦úH½4ðXWñÐTYÇ¬Ë•ojû‹Ð³®Ö”ÙALìALBLR±7‹©cäu–®’©{añ2®b^R.hñûõ±4í®møó4¸¥I5iš7X—°–£! K=”=I8Æž¤f´\'OØž¤X˜H2¹è²Ûw<‘{<áQd/|“,ÜXˆð\"¦„ˆŒLO1„òÈ›ÄPÔÄF‚#Øa`‡Ž@vl_\ZÁ”/ŠãØ2Æ[ðƒbõÃûÜý±#Urª <L<š\\ ÷ü%ªYšäöÕ÷³‰o¹¶«)Þ¾*uIé\\2ª”]ýdIþ)É2Œ‹‰ÒÆPµÆ¥¿‡‰†„fÁ‰ŒK	cW\\do%§.Jœ…ÓzŸï0¢÷0U0â,œ’›Ù´…$)ý3;IB#¶³Ûú\0DPAÒ&¤‘ :R M˜\'ê|Ô†P›äaÿgÔ&‡P‰6ù\0hßŒÆûf¸®q úfˆ`-\0sTFõÆ0¼7F€Žhœ7†Ö¢§|—Æ³Í(0ÅÞ¸ /·h™ÇáJÿ³AãËš<x¾ì¸e\0ù¹ÿÚ~ì\'!x—Å	ž_etMü’Ñ òC.1¹ÊAuÚ‡a¤\0À¥	.\Zm`éC÷<Ì¸èš@`Lˆ±Q	}9%ÄP(±&Oû-¿CJ„ëóˆU6{ˆ§O­³(¢ð‚(Œð$¡!ÅEë9H“ÂHj¢‰!+\Z\n\"8á\0N(7 %E˜=D9NñL)º¥ \0n6¼&Ÿ©ƒöÇŽh¡Åô\\ÊD…”aDè=1SFÎiqÇwð±tˆj/Ãq/Ã››ºÇ¯ã¹3ñ)Ž¥­Vúz¢žÞã¦tÕÁ}<›tÕ#\"™`É¤`ÄÏ1N†’6¨¼¡QÚ|Qñ¡M•CeC\"±ŸÕƒ·ª6Y‹-hà¡†A*½AÍÛõÔ½§×bU¥aE…é•¸s2³†»ò“:0<}»–I6Xv(Î·Œ±¨PØÙ:Fìœ2vUmwºdÏ°\"Dõú!Y¬‚W·ñâ“³u˜ŠíŒ*s9„—CöT±¦—Ä8jXoý’_		N¿°¡@Bqú%dÒnYå³â£ß²&P_ñ0ó6ù~h3Ž/µal“‡™a\0„ð0³ê8>¨UÝ†¼ÚrÃcüÇŽM_ÇË$¸ŽñnžRß”nž–{Ç1ìêDæ(Ž	yA®Ã`ÏqÄ`Ï1—( a\\=¸T>œ²	)“ŸHvV4ü±ÍéÈª¹f¤\nkU[XÎ\'$œçÙ©,<	ÀÖâCóu2Í’åª½»y§ŒdO§ŽÁéÃ Ó˜hM-:„(Š¤„w$‚ACi\"Š©#åm«“WÙ£ÍÖö¨!‘ªæéìõ®ÓÇÄU´~x\nþ‘®K£J–\Z†ìàAûõûPªW^ôŽÕÍy*T\ZSì¾YN“Ue «Š‡Ì( [5,bBÅ w$Ê¬Ò¡ªŠ9rÐòSOÊ°<h«:*Žµ«êšŽ•1’1\rU†{*J¾£Œñ:yäxS0Ï\nï27¼t/—uVtçh.c_º0d6ÒÕ\Z>Üö›+…£:ïet›¥‹Ù4x•.nfyF¼¸qEúÎ tÿý!^Ø•Ý9ó°‡ñ&É³¹“žÉzÓ(¿4d½é‡\r‚Ïrh0ë\rWL¬%e¤MÂ\"ÚDj|4ÀØFìñ<éshë3|Âb1¶	{ÃoôÈ8>È­µ¯{×v¦a	ãáMŽ§oOÓy¬Òà\'»¹ÛûÃi	0¡ž\r`•·ïóøÃµÁ˜~˜úycšüáÈF ƒÙ~cg¢S·ýpñyG˜–›Ücˆi–HÒÎ¼¾YOc÷‚Øi^Ú·j¹jUvD\rQ>MB²1xžIE²YmÓ¾mL¨^IØ™d“D\nE”±6ýÔ‰ÒQÅHûpgx°‰ša£\\…ØkûZ¥OIâ_ä:K?eñ]§µæúÙäË@žëfùBÃÈˆJcÃžnlSdD7æ&R˜<(ð ÜØ^BRÿ&‹!Ó­|PX[L+¼-¦k‚~¿_$±nHRÄ\"©*¼æŠ@F´.»(]|zñ.Éî\\—g¸=´È/:$ÙK÷¨M[¯çA‘jn°HC-öŠ®Ø(\"°YÁÇN5ÍhA_˜8{iÒ¥›îWk “¤¥ým;ÂÃmöç8äoí˜YÎ½\\,ì²eœ=/7³õ°Ç6-ÏÉ;mÈÞic ¸¾¥†³¦N!L1Š£Ð˜5}êBeMËhrÑkÇ{tR¨ó†aoí<}<;*:³8\rMÄÛŠ°:5Bˆ:TºÐ`1/¤ƒÇšˆÍ¤Ž‹ª&ŒyÓ®š[8{¸-)Ýüt‹’Ò*`˜Q½\'ÒAüli,vçv“÷W)tÏ/]ç¶‘ˆÚ.³•†*v\'uä£JùmQc[\"Úbw{è\0Ò–eµ9ÙâÿùoÎo‚û,y±îÊ.]/¦—ëCgñ\0³PDýs—éîÔ¨zp\n°£Á¼¾nc¯S§ÎwÂ¶GC´ÞàE€nÈ9EÞÙE:Ëé)ø˜¥wíbª\\q6q$‚:¤0i\"¨Â’°¿–áêË1þZTVÝ3#EN†\"¨G‘nÜ£ˆÌ—P\'ˆ®ÒUðmº^à\r™jBÝg!Ï”EgPPÑ˜ö°	ƒl}ŒÈ¢Ã5ü#£9u| ³èÚîl\Z.±ååb±¶3¼^dé|Þªœ \nÑ«ódèa\rÉ˜k¦G>lÂø¬P>X.Gåàò1÷,èáNsé²½=‚ìçáÊ:ê›Åt¾îäAÝõÉês¶gžm…áÇ@²à@ÕûçcŽ†êß)ËÂDÂIp8g*¦Q®ƒ:²¿šÆtë N%þtnÆ$82²ø+_&è*¬Ñ³u¼¶€‚Gœ0vè†8?%óíÎK7	í—ç†×å*i¤\r¥Át\0…®¥V`À°áÒlq„Á…kìï×0è,ÛºS(±#`Z´‘ 9N;Þ;Ÿ—\0æë€õ*Î’$¾I’yzßÓþé×Dâ„ìŸm×©žö.¢æˆŠ!Q0öÊù:€Oè.zö·ÇL«à©«s|±J_<ö,f>ç+\rªƒ„;ˆrL“ó×|ã|•|š¶t#>~[øpÎ×¶[Û#k&7EIw`ðsÑZõÖä³€À(Çôv‘ x!PLY0òâ·Å®·#­0ä¨æ¾Oâ›$[ÞÎî2TxŸ£™N	„a²D@CÅ;c¥ÖPap·§¼©Ò0JUaŒ;–i$Ç©“Ã52è¼Ç=–@½vU~Ôíb•fö­ú³¸‡­Ò+\\s2!a„jŽ%ŠØYà<³¶UØP\0a8ßé(=Î .Ûrc{Ø€²T¥r•<îz ¼Y¬’OYÞv¥BT¯’™“Aˆ;±à…De˜³!áê;‚ë¯„!%BÆþJgÁißæ»Üã	¯š›4×Iö1Íîòæ(ZÙžmìÅÉ„þ4ÉgAMÔ`4A•ÏŒ«	MìÃ÷¸Ç’ýÖJo¶HçÍGâlzdÉr=_-{Íàÿ\\§«ËÛôÑµŸŒïïçOùÃqp—ÜÌ¦öró$~H6£z@çùº\nTÞ±ò¹Ê;¶ÿL\rfˆ!uˆ¹ªãÊU#LP !õ ¹ª§ÇÑz˜\0²ÉÂ:ÄÏµ‡2@jóò+G¨ÑæÃ•:¡FkWjÛ3ˆÓŠ0\r¯É¶áuõ”jt_¶H¹Ž%Ÿ· \\\ZÛ»xîx8Œüùì‡Ì>—üAõ\0åÕ°ü¡pÝ²—	Fþ ROÈ˜zrò‡L.ºlo @WÚ¼û£³×,¹ögíž+ŸMÎ°ç€	\r#>Hñö4¡F˜DÎ»Ë`˜PT\"\n«\0O&=äŒkÐqïï#öóc«Å=y~lºXÅÓU‡3«÷Œ¤sP&ÆÐ”‰.)6pš=,«\r	“1«íLaâJjZls @rl.Q¾Iìe‚ôc/v®åß}Ž¬Ýã´æJ>L\ng®°ÁJŒªÄÙ¤É©Û9výw¸ÇÖ,D”ãH^M¸t±¨“eºÎ¦Ið]–®ïƒ¯ÞüøÝ¿”<	©@u¼¡B…†¡RªÍ£%CÔíh×íh×í°Á$\nCI”ºóà+•€mt) wŽ+X\nˆ<óõw‚›âEÙß¨7\Z<Aé¸®uy•ïg2×÷º‡œÑg!ghˆj@\rçá\"N]õ2ÛF¯í¨fM£‹&6·‡ W¹~)ooÓlÉñÕË7×úû›ë>Rælú/Ó?”ÏãÄ ‚@ƒá\ZP“±ùãYàÄÙ-ý7{A—_ÿzf´');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_actions_url', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ¥•Ž« F÷â,‹{è­vjÆjx{“I÷> B} õæš­|üœR9r†ØOÉ@Êv	û‘,fAÅÏE¤Rg‚ö;HK†ôbhÚî’&Ý\rÓIbnaš*úÚ”žÌ	ë“d°@¶÷L•÷\"«õl„®œ3\ZbŠÀû€fZÍPŸ³[©dö,Õm6¨Ÿ¿/y/ëY¯dú6M­À†ø_(°Å#8Yˆ?…0lÐŽ(òÙ¤ŠG@¶sÎx&¢„ô:ÂQ‚×òÚE!À‹Å\">´÷(GGpïî9á-R¡.…ð0oîÙC4—BÊ²þ2˜†ÇˆêF>¶ù\0ýŒÄCQ8Ï\0ÅÀaz³8„ûa/ÍýQªlê6ÄÑ&ê8®“øPÇ·¢ØêÉ’¹‡Õ¡6uV5<7Œú‡¯nØ&»Âu:(¸Ü‹2¡.wÔMd67ÝN§]k\ZÓîrFˆÍßØÝ3£`’¾t«¥SÌt×¦Ê‘µ¢Ê¤âBÃ¢ß”zHv8\\®ªQ¼Å“‹\\†z•í÷ÁèGW2¦¶ä†°ô<üÜ´ŠYiH¬°ÀÈ\nì‘XUÓi¾òÓ¿„Àý€5ùØºãœ¶4vi¬KÅV÷˜äôYæ	LŽ“#ù™x7¨Ç%«Ô›¥{\\B-È	ø¶§jÙo–h·Y`>˜eë•;rËµx^¸~ÿº Ö1Ð*ZÁ\0\'g”}B!Ÿ„bõ0H%ŠÓ×ëÍãç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_actions_url_chunk_0_99', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœíËrÛ:†ß%‹³#;@§R³™ujªæ\\”DÛ¬#K.]œÉLåÝ ’/ÝiGVp>ŠMÓ°,|êþÑýwz/äýÿò{öu{Ï87÷_Ò{æ>A¾¦÷Ü?äþÛ{yÿe™Î²å{­ºÿr—¯Ù¾|ußœßSí>¸GŒºG¼øœrŸåä«»}@ýöõ»û·ÿÛÞS{³íþåa—¿d«l÷c½ùûË×Å=‰\r‘Ió?·H»ŠÕìá9ßm~ä»ç“ï*~|yË—|uòÅbÙ$&ö¿/þ¢ô?ÝIcÊ‹dcqÛló–mÜÚ¨ŒÂ\ZKÓnm¢kmþ›üÒdciþkÕÊhõC«•]Ãb\"yyn,l·IWÛÇrivíZ’Æî§2Õµ´úÛüâtcqõWO—§Ëk]E©.®b¼±ÀÅúåáu³žgÛm¾z*žÁX÷å¬ke§×ç÷âpËjy§—~<g¦úñÕ\"{®	í^ê|ýòºÌvùzU>£D™Á¥6¯÷›éd©ÍKüóÉX÷R»®ªzÑVK]¯–ëtqX#Ó½û£º°\\ÜÑö¨¾vúWnnÖEÌ-ÇnñÄ~p›œ¹}müöWÜå.’îƒpj6ÿEU‚ã—ýhQCiìó±ßœvK=ïv¯Ûû»»ùãn½K—›ìGºYlcû$Ýíÿ¾›¯×çYôº^æóŸw_Ü}V·«fÑv‚0÷¬ßý#Û=<Î¾Ñ¿þ•>eÿ~Í²Å·õãc5Ï´jÙ|ÐˆÁ &˜A¬º¨›`,’# 5Ì¬â. ³Ì,R>5 ¦0”2Jù«\0J‘3E B}‡°ô½kA\',:ƒCj^Ò¹ Óz‰ƒ¡\ré¥Í÷Ó×oã+®PÏ•*¬àÆs…T4ñ0¡=Qê<„ô!Áƒå—7¢ÔP/ÑV¼Ä/	U¡Eèd\\(¥º¨Iâ#ûÃ†è\"c©0!‘\"\"M@\Z3®!ºp™4#\"\"P¬Q0k¨@°Æ¾W¢XKzn:£ŒŽ Ç?=˜€ˆiŽˆì_?9\rÍ\'Á‡GšBáQ…G\"îQ%|¸ã>Ã’fI\r1kfyµÉ^ÓM¶¸{ÍV[ûdDÛùsö’Ý JºÅÕ‡*§vUº\nÞ¸ þW`£˜ÅË­1KOÃ,=‰Xqƒ`–ÅÑ˜\n8\"2\ZE)ˆˆ8&\"¢!\"ºæˆˆÅ8ä^ä+ûI÷ïõ.›»_ëÅ‘r<2¤G†Q|\Zb0Ž†œ(Èx¬5&…’\0Ãf÷ 0p¼^`¢\Z‚Óy/®çÅËü1‹òÕvo_óV|¡ËøB]æa!<,d2	+0 “€¢º¨Ã	&C	À	m`NPr¾>,ØÐl°€kÇFŸ\Z+Í9Ø˜íí“kŸáÈ¾Þ²å)7ÜŽÒ=¥é½¼äÈ©:qªò>ö=–`2R©ÝÈHb!øéÙ×ÈÄ„QXªåJ€üH’Vî?IšB	Š=g6WÁä iÂ­vñy ÌTR|šyE¤-ÿ™R#é9bç0¨ÿ<¨—P»»Ž•” Õ­6hµœVÛ¡Ìº<®—‹ló`1ô°Ý¥›]%Œ¥Úa~¹_§É\'Þâ“}Ý¶”› Ñ6?×ü`€¡ÀèÒj+fÈòÁ03ì69Vo‚BÚ@‹OB‹³Ã‹Ó½~@…r€\nûÅ&´A \rÔøtÔ€ƒ‡…Ú\nú Ô–E«.–¸´9 þP!„êB!º\\­åª?IlÓN¦åZ+ÝlÀä(Â	¦@6Œ˜P~>M(\'˜v\0Õ(rÀ‰ŒË\n,R„ßÇ¡RQav©£¨Ø—^ÂNŸQ,y$DÿäÊž6†Žk•d ÂÕÑ;Ê@Fß@T+DoK\'¡¯ºÛAN¼2\\ìûBÒ/×U½UYoâ¥ê•á¾CmÁ!î=»TÊròÉþÕ¤ávlÄŒë˜ï·»õKþßìaþœ®ž²m¶{ØïóÅ7“¥tF’YDé<lÁ¢Y’H,hb©Htjþª¿{ç´ŸoÿÌßòhþœ//½Ø—dfo½)~Ä*[~³”~Ë³éoJ c@Š\nÂ¦é©‚0\ZS)0ÜÄfqXÛ‘ð1Ã)ÏˆŽ†ÊÖúèâ®ßwõ46Ñ>‹=¿%G\'ñ´xNˆâ=%<-¶<î™d*&ÉÄŒR‘(Eµ{šIÈdØ™TœL~hFt4Ö	¨:ž\ZLÂ¡ŽÜ9NuŽY‘EcéD‘!œ½+þPŒáÅþ fõ¤KÄAúl¹¼[d+ûÅÓúâ›RÝ×Xà{ jjÐ„}­NàÆàCP”\n=>È \n­c\nl |0\nÉK,6Œ€ø`ìcñ”b%ÎiGŸ©kü™:×=Éj«!\\°3ÒIºÎSôs\ZÂÁ¤wŠÞŠíÛYžBdyäÐ^UóuprŸíIy”ë\r5n\n…ÔK¶Èç„bE\\SºZ\\×Tºó„br\\XCÎÅbš„Ë†5ÌIC.1€K‰”ðé˜„eoŽÂƒ±D1Â9Ð4ä[×»ôÚB`\n‘4Ì–ûl¾É¶»x¾ô%=pw•ôð:é!“D/Bði1,É0›Ž`J9@˜Z„¸È…O–ø ‹9\'rA\'>$Á\'>¤‡f§‘gï¹ð3¬lüµ‘KqìYíØÝU¹Vl6˜2ä‚@óçÍz•Ï£ùzµÈÝ¥«…;|{³i•ûçKºJŸ²û¯£ŠC¢“‹{«ÚŒRÉ1ŠÆ&9:àb\0‹&P«„\r{èT!Íd¼B–ÆT\rCà2^Ù»¢yÕ¼6;	5ÛÝ&k5hº·&¥X¡Ó¨6DXDJÅ\'¨»AÝ\rêî•BS	$À6ï–Ê[ÿPÒ>×§¨p/¬R{	šnÐtƒ¦{£š.,å¢hŠ6mI·Æm·Hµ\"›\'UzOpƒ„$Ü+P$²TùXÊ­¡ÀÚ=P-MÄ•ž¡Áu7¨»AÝ½9uW¶´Ü>&Ðrü2q·¦G´c¹g¯Ps‚’”Ü äÞPÌs–(ãàÑQEÈÑU,¥×ÅåÐ\0Â§Ï€È {\r‹¥‘£3 \Z3w\rpAAN°ÉR ¤Ó#‰¶‚ñ1LŸípíŸÎ	 ¼…£Ë[NŒ‹–­¢]©ëÀÑªY±¢\n3á#`AíûªOŽ0ü›ô,Ì0,h,`PÁ\rÊÀ#Ê§Ëx0-F´/8†·›þ¨§¸+’Ç×ZPoµP(°‰W`ºÖ`›¥+\'“Q ÎIð„ùÕ†!éüg{ÌR‰ÒX²ñ†áuS£P–Ý|H{#‰µ?p©¸˜ÐT×*Ù³©ÕßÎk&Ì ]¸BÄ#³téLgwóŸóeíÖ‘Û-T˜2BéC\\vÛÎft1•ícP1UN!‰-‹Ý‘G<†!Ú¢œàL—ß$¨ü‡˜iõ	ÎA¶Ærª²œ&8ØzZ¸º‰˜Ìþ‚ëŸY¥öO°Ý¹O:‹¼§MúÒNRÄ&bÊ& q3˜)Ë	ÆØö*‘°;ÃÙãaÐ‚2Ó†Ÿ\0 =0å÷.ÜÍ£ôGú3zÜ¬_ºã·wÒé½hc¢5>¶…‰ªò­rÔLFÉ†\Z;“f9Ñ·—<	F94á³bª`VHœ9ÆJ“¡Xr±\n¬ø­õó§¥jEÄQ*%âØcj°ïø,¶œc#å*QšÉQP?‚úøñÛùªTC¯v« õ®n—±¶ÔQf_JNB‚„OÂ–³JÏ4r:\0F©‘cÚE²­ÊyšÜéÈ’‚$–\\qX¢ÅªCRHMŠä †°\"ì%FMéBù4)MLJ!âƒJV9Ä«Ó”°wØòCI8&1(~`\nJ*­	óˆ®–ù¹ž&\n3z»Ÿ»gúq¿¼Ëûyê~ÅtÙ@N•Õ¢#ÑgbÀtÉ#7!Š¸‘³Qr¼¶wp8‚¸”!ŠpTôÑWãèq5ôèe?ót“e›h‘½eËõk—ÙQQ8M‰ì3d»„|LéêUq‚a²žÐZ]3À	‚s(Ap\'}àÊV\'®‘gÆË,µIÎö9dEiŒ&ú¼§/Š)ncŠ†ÍP	tÐbïg$	bŠÆT¨`¸v\\Oo@Åõ¡UeÚ@…ÃzcŸáùc‹²Œ%ä„|Pê&øà\ZSPÓÉ€XÂÞÑ÷Õœb‰%*–ŠÅg„Ç¡b•ýˆª’|µËž6…\\Ñ¢…š>ó¸…Â½Ç§EqD4 …šŒ(}“ôœdZ\\?-ÎÌ<^³ÍãzóRœ¡ö[2³²ÕmD9y+’[aÅØ	¬ \Zf…ÏR‘\ZV ÔLÔÌOË\nLÉgƒöë–\rC˜pË4²,\'7£FêÕ“…ywP|È´u¡šE]jŒ–l©Ñ{Cq˜ñÈ¨Âòa\\=5zÙÁâ‹cjô—Š·K@íSÛ}¼\Z*,B…EàÃÕð_Ü	«È‹ª^‹a<‘©ÍTÚ‡¯7/\\„ÒŠ€kÅŠ %¢Ä¢&E‡Qr‹.æè>~\r¡À\"Ðâšiq~lÑ·Ó=1:LŠÛ±µK®OaCmE¨­”¸^J`{X»k,j4t˜·ƒ	·EzÎ_CE¨± ¸bPhz6(ú÷º§†tœ‚tŸÃÞ¼`*-3>33.HAúvº\'†r4‚ØWUë46”Z„R‹\0‹k†²m}¨ä¢æ„öE…Õ\'íí\n9Ã†œy`0b¾Þ”¥‰œbb$läWü$¸ÞgäÇè@Õ[Pœ‘_ì¦„¾ƒŽ¬S#ÐFGö¤Q\'P‰	OÎ\0zp-ï™O7pm/nâÃ0/9ˆÁµ¬½º/\Z]ºÉ¶ëýÆþY¢e>Û¤›ŸwËü1‹ŠÙnÑü9]=eÛÓÂ/^@“˜>]âo.o‹@4Nø$ž;’ÁÁ‹UTä¨D7:;/¿³¢#oÌPôÌ\0Óž6EœV²[GóÇÈnü½ñÖÁ‘Ò‚G‘ŽÈêÌoåÆ:Aîcï0¶,fnMã$ŠÃ‡ø¸|È‚ùzµKç»62Šw¨i›^Ç\rŠ¼&fÐñõÅ]`fP¸¾ƒMæ>ÌPîÃHïÐÀŒ+lM¹ ÀXdéî9Z?Féª:”iÑâ`·Ó`\\D}´ 1jò4\\:hV^q5Àb,,ÀªÑ6,ügªOœ¶²9L\nY(\Z\nWqÞJ‚Ä\Z$Ö ±Þ˜Ä:ÙÁ0Fj­|L)ÐN…– ³™5„1¿?Œ9c*¦\Z\r§²V±Û»Õ:×\nd\\çÜAk	¢jU,>,äeÑF½Ï= (¦cÎÆ]ZKÐSƒž\ZpqÅõg†Ý{Ýƒa:æì‚N— §=5ÀâzaŠ¡tÕ\ZÜÁ.ÅÔí‹ëU;L€* öÞì˜Èþò\nS|û†Ð†h¥ã¸Äcÿƒ‚ÅµÅÄ´°¼žZKµwEk©ÍkµTªôhÁj©~h8FK­Œ_“–šO¼—`È2Ë¢ò3Ùân–n³è5mæŠ µÌéA<æ¾­›êQ9M¬Š—Ãi¦JéáHEÒü·@ª!ðÈê„ÃM6WzŒâ–ßw\\ìÁ£‘÷ÅÎ¤>wÀ\r¼GÍrªÐ²\\¯ž¢]¶y‰òÕ<[íò·ŽêÕÒ%Yõ•¢]Ùñõ£h>(´1ÓÄ†6²(³|Ñ°ó©ÀåEˆÐ†âø:~¯/}Î§¨I1Ük1·‰PºZYXl¶6r#híÕ-n˜‚rJwuanED1ã[~‹»À*ŠA´üâ¢ŒŠ\"P*J˜T}í´è‹/à±öG´x^ov§F”æ¯Ñ[þÚ†{J¡ÐÅi–,>7\n\"JQ‚ˆr[\"\nêˆLwzÄ”ZÁ•í´Vc¯;îÊ•‚„”º\\Qèë\'S\Z6ê(5a¢>Í½„ûs« ¤%%\0æ·fJ¿E„¢RD·ØÎ˜:UÁ‚™Qž¬n.ÓGr‚q‚#mÓ†9AFÖôi(1kJàL„ÒPÂPˆëå ¸Š³4”æ¤) \"%öW’\\‚²\Z”Õ@…kŽfŠ8…µ Œ×X]ë#%íàþ*wÿÈv³oô/ûÿYñà_éSöï×,[|[?¶gE4ÆØ½»Gë‡$%\"f\n£z@Á5pÙ«V`°A‘¨Á†@M‹¡ÿîj±Ù(ˆ(TGÞâGG5¢xÃ¢¤¯ÚõÃÍb*P‚)„P¡aZTõ\n¦dŠyuö.0-<¯ŽMÖ€ÇP\rx}ç-Ï€„žA´g@R7ô€žIOóÏŸÉ‘óüÎ`¥cæÆGÌ—{¨¶öŒªbú§Ízÿ\Zå›§Ó“`QüšŒQ\n»/·ÇñåÐ–ñe¢™Û>´àÍ™Û˜YãgnÓ˜K¸Û—ð`FnãæX!ýI$`úqÌ\Z†d\r•Í\Znz”Ý?—5¬VJ|¡ÆÉ¤bMÿpîö¹‹¹ÿ2„¦¯„x%Ä+WÌ¤ï²N®T²ŠMƒKQ_@ø¤Œ·a/@cªWƒàbïÂ¥ºfH‘.ÜH®!CÒ‰\0ÅØùÏù2sÎDnG´²˜Ò••«	¡pL ±ÑÉh&w-G5eÁÉ$LÐ(&9õ³2nÝÍûy1.3JíSk#Õ¼eØ\\X4èÐÓŽ¸˜\"^°wõ°:œÌŽˆ£ìˆx°#º]6ì·®ÌkŸ.£lµY/—nöÝ)Ê¼‘•m0Œ´á [FDÜ™®ÿÎ³èu½Ìçµ‘ñ”`Ua:5dÔ]WXÙÔ9›Ò˜At˜˜K”M*Xe±€Ýš¥áÍºyIÊÅa%çšJceÎÑF„¯w2¼w³@ê\Z1QÃ6ÓÇ é”q»ü˜*2èÝ,Ô*Ãú¥½‚Z[¢ÝC­2L•~#®Ð¢ð^/,Šò÷‚U„øí¯*ÉD 4ž»è˜;ÞÕ¹­¼¶ÜH¨ÜÌ~ç&{M7Ù¢b–¬˜•TYÖc˜e_á\Z‡©dL1>(·2+É0˜J&ÀW`Œ£.ÿ)×3AŸ}Í\"OmÎ\\±‡6þÏƒ\\uO™m«‡’äômqrL	‚Ç”¦¦Ê©ð`Šc:úx)å1U4É•˜b*QT•úYµîj°Ås5r|y\\»A§d¹¨õKÙ÷T½â|PU“«ôzäcN‡lb¢úÿ6Í„LNÃ«áþ¿$6ö¯sÞis¹²±V£%¯]Ô¦Kúü«\\Ü–Â>Ë8I†;|A¦ “Z AÆìR{*ƒAf_z	;}F±“XŽõMõè¸VIqŒ«£îÔ²ÂZkç´‰%X£¢ÆZâ±Æ«èKÈ²=öÿ\'VÓƒx¤ÍL»Y¨|é\"öú‘-—Çtw)Ï1ž>*WTE2Ç]jŽQšÆ]ÜF:˜sîr9#áe`÷Z®.îR^¡ªexÏˆœÓŒPþ¼¢ª\'ÍêÊuZO/ß¾K¨…Ï9E§\nµ†I„|ñ÷pªš¢¹g“”—’‰àÂ¬’.(%íö¥vˆe÷åë&Kç?O„,æÙT·2Ž\"µ¯ET„wPƒÉ·2Úý†ª¿Zž)7\0–ìïÍÀt\"§ûLÕÊHI‚¡?´=L[SÜI¥ãkƒN½«R–Äƒ…¡/EÆžû¿ªŒñ—‹ë0¢Ó,]ºc¹JtJªŽT9\\Ræ¢#*†\r*‡k=û–«!Ä<Ô‰;C¸ƒ©r\Z`Ã1¦\\ÏÆ-}ùO«È¯Ê&/òÓ\nú4¯\r©¬ÛŽÃ˜²Z¸ø§¸8ÅBêE5-<j\nG5lƒëNåì7o÷s÷~Ü×™Vý¡g´eßâlP´™¨]²ašÐÐØ‡›ÓCB=PxƒéP °cåÈžlL|ƒBO°j¸zÀÐ3É9\Z;Ùüþh¬° Ò\0;t=Zh{:[Hy|èŠ¢šw:*fÁDOá\" K‚9È×D+˜1CW4¬\'VpE@aêò§Ÿº\\uB¡Ü.1ÊK7<z\neØ\0’ëˆºûÇ|¿Ý­_òÿf‡‰ÍÙîa¿Ïßæ\"KÉ“hÆR‰„>F	Õ‹HÐdf”}Ä%ý«þîÝsö’}ûgþ–Góç|¹h|éÅ¾”2{ëMñ#VÙòÛë&{Ë³(€¾•*G¢¦h¹²w§à–+ŠS¢13ZpÁåîšC¢ãTKøL‹šª”°È´ª.ñ¡$T‚šÎo‡MÝ-š\0\nu)y÷ŽŒ®JëI|L6òMát¤ÖéÁ»x³˜\Zy¦p¹´QfÀ(>¤p¹œLì‚ù§÷\"?e\"«˜x¦µ0Vsªãk”Ê¢Í£RpAà>á©Ä*+Få8P•ô×X4õ§qÃ z°ê›%1Gu˜2Ðtçâ13àkNõQ% .wd“Ybà¨¤c%ÎRºÁ\0Ëÿ¹LO•bGU¶Ÿ=¦gTrlöHzŽþ:±Ä!,Ñ~‹˜–Z\nì…XjÔ}ÓêNVÇû,1ÕUP©}Ø–ø°­x \nU©;~ã`Îyä¶q\\ôÝr(µ[ÔÙµò»àC‚wEF¤s_ne %>˜sp‘Ÿhã¬L¿7¦I£À!œ¡Bˆj€·×hXþÁÆ(: †8É0Eåjé~¢`“+ÚJ´ØÔ£ÄhùHS5Ÿ«È¤†E‚‘E4S‹ˆ“Å\\ÐGJÌbþŽb4½1:Áœ¶bt¢@\ZU×ù¡`„±ÿÂYâšÑŒ®@‹¦UÇ˜›ö±bôÁ¦AG1KQg8ð›Ü”ßÓýn½MßæWýÐ4ïžà}”O	ª™ô)çT5®‚æd“&jÒ²ž2PóúB8j@MçZ¡Ò€£G“¥tF’YDéÜþÍ’„DbA³HE¢Sóñp\'Ì_…žŽBÃpˆü[mŽ€#®~+ä·$/T\ZpT\0Ë:ïvëyTÖN#]®ÕñQª’a\ZSÀóZÆB`ªÒÇûà<¯NÃ8à’^¤çõ±ƒ`pŒ¬ÎS¸`¢?µ6Ÿ´î F‚÷¸.ë\Zôð¹^aA×4ÃÍnÃÃ6øZ‡çZÉ0»Ûñ–öH(«ÕÍ0˜£º¼p’Ÿ›\0C0·`øÌ`†îíùP†$	Ì‡.?Ü~>‡ëàp\0ñ9\0Ñ½³= „÷Á/òÙÞ9¢‚vÕ7Ï–éªÊ/ªfØÊ´l”bD¿aGë™=þJO¼€@A¯+‡¿okÿÜô¨\r?`½ñ½—wî¤SU°#w€RšÚn¬·º·óÚž¨å´™±cŸ×sº%:ÞY–ÜãëØU–lê7¤¾n	TYrË‚¯]qÜñÖ×íY×ö­…ÖZ<PþÁñþ×Ãy~eSÝ8Ä¯šó{¤Z‡Ùz¿³ òThXéÿú?¥m|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_downloads', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_outlink', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœí•arƒ …ïÂœˆ1iñ½‚ƒJ+S`l&“»R!hI¼\0?œÁ}}ûc¿£])ÚUî\0ßÐU™:pCP)”ïhÆÎZ‘ß ¢š/·t?Eeoï5²ZSFjNô$¤¹ÑÝ5hšò¦î©VõDu¿2=\Z0ÊWÚ‡SðOL)ƒPEä™HŸ¹e:ÏY‘Nr}}âB8Zb®>ƒÈC,òášCAèCtÝ}ìR‚EÜ	VŸ¤h‰R”¹øÆâ×Þ¿!l;?ÄÚâòü(Ï‹ZÁNÑTðíBï“BKt µa±€‚×ƒÀÝëô¦ÈzíßÊÍÂ€Ñ]Í©¸£1—^Aew‹È–H&8¹¶˜#&²Y‰¬YÐ–àYïLÓ”=¡Ë¿[y¢+Ñ•è\nè*ªûá%]0G\07bÔY‡%=Áƒî_‰¯Ä×&_{[Úo¼^ÇùõºØ=îpz»[‰­m¶Êêvû.@Õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_outlink_chunk_0_99', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœí•ánƒ …ß…ÐŠµ]ñö\n†*«dp®Yúî[,:»¶Û_~h$çpÏ5¹_.Fú¢(ÉzÙA0Jìy•c”º¸C_Êø@ƒ÷¤Æš ƒœ\"˜Û«æîæöŽqlP+4e¤àD÷B¾ƒ¼\Z4hJñ}QS­Šžêzfº`”Ï´W§àÏ%%óB‘DŽ™ë¥Lç¹Df^¤“\\Ý1q\"l½@-1Wo^äf)òêº„n½Ð«èª±S	¦^p%XÑJQ¥(?¸ø.ÅÏ½ç&l¹±‰¹Åå­Ü2L\Z*k¢©à÷ò½7\Zò-‹\rÍ\r“¼h®~ÀÑ´0€£öc\0=ÅŒÿ\0C~²¯$ó×tòÍµÖ-Šã}×â¨Q÷n02îÔÜ>ÎDY·ˆÄ+ˆðˆ¶åˆŒÈ’H&89\ZÙœÆÔ¸w«ÿ­Å$Ðh4Þ\\‹ð²•Á±ïûè’k‹¤½ó ’&(.ß(¯:¥%%*ðø|>Áç:·%Þ‹NG–TÔ7º\0Ò55³°n³GaM\rÖq_ácŒ;]úã¤vÜˆåQ­YSŠÅâ\'(Þ¤³-{´“kP~9íÓ7ÒÖD‹');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_sitesearch', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœíÜÝr£ à[qrQókn`Ovzª4aV!ƒ¤m¦Ó{_H‚`TètûdÆäó‡gˆðRd‹âƒó)r»‘m‹¶X³š<Óz¶k‹Tÿñ|n§m›(I^Í¿Y‘éOj>f#7¹ý+ÛìLcz×U1kÏÍ^±†î9UoBþíªkY¦›åÏû#Síþ©ãC%×@ÃøCÙ[BÞÇJ–^Ð–ÊW*»˜‹±˜¶Î=äÒi‹l»]Ä^ÁÚ¨/o_¼«±®Ö=èÚê\nmë]Ø~Q–{+ÑìOR”ú.1~°áól,ücÝÛA˜æºƒx¬bãu‡2U¡w@¥hN5ULðøùu\'È¯2z@zPð}-Hî€]¥‘Ø•\r: WòiX\"5ŒL—9‘ƒ¾oLÕt\"ê8)êÓ(êvxÜèSbåßäD.‡™u¸]Á!ÂaÐaO’ó—…ýéíòRÖt€/µørØƒ=ØÚsŠ¼<\n¯\"’‰ixÀ<À‹Á»+rðaxÛbF«sIìåÇ‡\'?à¾0¾¾$p™‚1ûéóJ¢/{«/ñ\rañû³0S¨ËU„å\\·À¥¨ë†rÐßÖø`É!\\‡êî{`/}é\ZüÀü‚ü:EÎÝ&ìN÷C­‡MÚè-Vû€øÂø|JÎß6ºØUï7lbNf	~à~±e@\'É[†äÅèíß´¢ïåˆú úbëwF½H\nLª¯[CeIeÒN‡y0AŒ‘©—&Ob$fkZTTr¦\ns0C0Œ­\rz”<‚‘´ýõõ‰ê»/É0/Û=bu!0ú è$y\0#é1f!Ñô;VÒ„pÎtl‰‡˜…EXŒ¯Î¢ò\\F²f·ôn8„C8ü…Á\"Ï]$-Æ\\XXD–6Ø]˜5ä©‹äÁ˜ÓPR“ÈÐ<Àû.<‘g/’£Oõµ:OÃÛ\0à^lÄ»\ZòÔõ2`òù@¾jGñ–(‘Ó©¾$/B&$ihÅJR\'5%n0Ì¬É¬±4”?\ZåuÅÀüŠÎ/YóÞ¡ý¨Œ¾×}g’4o­ÈßÔ\rõ+Ó¥COÆH:Yy¼íÕ„ž±ˆ‡p_Äw”<‚‘<š4-f¿žû«P5Lâ@!FFÃGMÄH6yQê”4üN/žÁãïôú–¬ÂÏhÊ/Ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_SiteSearchCategories', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Contents_name_piece', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Contents_piece_name', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicePlugins_plugin', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ}ÐQ‚0à»ôÔwð†T† Cˆ!Ü]^ð	ûÐäOÓ|iëpÆÂPÖ!ÝC‚%\"wólD*º®aO–‘leŒ]z›UX¶”ÚëÞø¯l¹\n.Ö;¢D4èá&\'©H¤ ¾¬~—èCÂˆÄôzsÑŒÜzy•Lt´\rÞ…>¸d)—%\rŠ&?¾×£Ld*Íü,»9¶¾dñ×ëh¬Ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_brands', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ}Ž=Ã0…ïÂ	À)¸~žzªWp¥‘²e´|÷B«CÕŸ¯!¡¯àÚ°Ì¤ ïPÐÖž¯êQ]‘BÅÃâ‹ìânY_Ã—Â1g®«+×¸éãáXá£5¼ô_Œ>âà}6~SøŸÛcrˆžÊÑ‰!–õ¤°/Šôb¼ÄæJ1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_browserEngines', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ}Ž=Ã …ïÂ	l  <¶®•ºf&RTÔ¥Ýw¯B‡JíàŸ÷ŒÍ—aÑ\n(e¸Ù¬hO,05ïG5iô—Zw“\n¬„×äT0©”\'&D/j;OAª{I1ée¬‹c‡†ÕÅ“	­ëÅÛ4~³˜íØ¯å5a&Ëz’0Ì„#ŸôMÁÿ ú\0&Lò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_browsers', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ…1Ã EïÂ	Œ	PÌ˜%ST©\' R‡HÙ2\"î^»Åm•þ|¾%ûÉ…Õ —¯ITòdörì&„dæÅäPêÂâ¸¬K¬Ó»¢ô½ÄÁòÄ‹‰YÆöŠLðŠ\Zg¼¨6™¸j0¹ÞÄú8lPŽèbèx¦Hcü±Ì=FG°Œ  W8¯Þ =÷Bmu');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_browserVersions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœÒÍƒ \0àwá––ò#å¸‹§eÉžÀ%;˜xóh|÷J\\‚;±ýRØò22Ä©L/³¤Õ4¼?“Š3w¬î}Dr7Pqd-N’0ibd‘f…6•m*wä‘j>¤4¦aÛ[j•Wù#ð²¦Ï=JâÚâ+‹Î–@‡ÅùÝb(èŒ1gL×¶è+Ëó%{XJ[Ðg\n²Ú%äÉç5ú1m]Aú»@°jJ,Èü9š6ÂüÕêdBF8]]··ÃQ¹$p–Ø–dý¡{ºž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_models', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ}_‚0Æ¯bz‚Ø`Ý“0\\uÑEÆùF¸»-ð@ÜÃ×tý³þòuTÒH¹nO,M‘4Aß]}.\Z÷ðƒÿ„Ûéîãë;¾Á*D–CÉB#YÅã©¥¯¥VÉœa5¬ÚÉG	ËŠZJ3?ù¸¢i–/k!ƒÕœÛ`X&°\nw.Ô+jU%,sÀÂ<V‘Å²UhŸãà7—Ëjla	B@ró.©|Á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_os', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ…=Ã0…ïÂ	Œk<U2$:tv¥‘²e´r÷Bd\'C$wx†O/“¡2“JùL\"••Á’?ßÒÊx¤™´(r0,ô’YÐ>HßI£’9Ïº±B’µ<Žö/j/müäsŠÊ&§Vè‚Œ÷GASA,žè\Z:e+†¿``CÿÃž¯ÃJÑÌ@‚ÃXÏ«B`ûLÇn×');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_osVersions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœÒ±‚0àwé^ÛkËu2NêààŒ‰ƒ‰›#áÝ½’$qèQÊŸÜ—=y\Zž¤SOV6-\roBR¯þþx©ôæˆºuçZ¥\'^ ¹Øüâ¸8Ž\0©¿b^:~ø’Éûœàs^O\'#q7MÃ˜ƒg9ØvÀìhKpX †”Ÿ%à£ÁBÁoÊT*SµDR§Ã‘-MM”Ki X¢¿$¾±» ØX¸Ç	ÃDS:Â7ÃÕn\'çé†]V]aèÕ\\êÜbt—k‚¸0Ìú6–$À_Œñ`nÞ«');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'DevicesDetection_types', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ}Ž±\r…0Dwñvˆ¸ìÀAúe”Ý¿\n\n\n;¹;Ù~m‡–Š8>Ú‰	rÔíwH9a•²#x%¶HaJéq€Ì™ùD;&ýeYò–·º0^3zYÝ=¿¦h×a|rØàË\ráÙÃ`Ùn}Ø×ýþuI');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Events_action_category', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Events_action_name', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Events_category_action', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Events_category_name', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Events_name_action', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Events_name_category', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goal_-1_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goal_-1_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goal_0_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goal_0_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goal_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goal_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goals_ItemsCategory', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goals_ItemsCategory_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goals_ItemsName', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goals_ItemsName_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goals_ItemsSku', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Goals_ItemsSku_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Referrers_keywordByCampaign', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Referrers_keywordBySearchEngine', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Referrers_searchEngineByKeyword', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Referrers_type', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ5Ë	À0Cwñqó£ÊÝ!…¹å¼{­BÖó¯C±Bëˆqb/dÈì÷3¥-•6p¸Rr‹z2ºJuËD1WÖÅ¥ì0åq\n2gþ)`¯]Íì1a%²');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Referrers_urlBySocialNetwork', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Referrers_urlByWebsite', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Resolution_configuration', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœÔ½ŽÂ0ðwéØŽã|t:±ÀpÜI7sÒ\rHl,•PßýHRTh:¨©ÊO=’¿ž<´G¯òç¯¯}s>þþ›öâ1\\üìöífÛ\"YèAÓž<…cÃQá^8ÜK¾¿Õá ‰“ð.é:Þ±Ž©Àp«ô¡~üµÛçÂI’#èl1q2ÙDBßP)¶	cÏƒ¨*£ïÃ=#Åc’çöì”J)£UÑ›\"µÑçÇ&FDZBDÌ…„*›ðÁ¤KJ\Z8™dlºÃ¦Q\\“VÒYábÊ¤¡m\\@brHOm[ðèêÑžðÐ‹1’•©\Zêíæy¨³\rf\r$\r¾©1oMôÃ¿žFŒÊ˜Û&x™\rÍklµF‰íRM£œàÊV¹yûf÷uˆFî¬“q6nÐûÐ¬ÕàÂ†¯C‚§f!¾	O¶kIT· c¿&EyCÇåe€x]Hý?ê ÕB');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Resolution_resolution', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœÓAnÄ \0À¿ðcŒmÈú‡Têa¥½í%R”¿¶†DQª@Á ÙÎœ5¯ÓœCûHy}å˜ÝsþüzºéUŽ8\n‹ ¸é‘±e\neh¨ÂìXêv¬Û(R7ØÖ2Õ«KÜÛ‚àÙJ¨¼yÝêu-0¶(t‹å}§Q<7JØ$x–Ð½o%©¼’Ú)Ñ(É$>;ì9	¤ñgH¼‡„aJbàE™šÍÁ»ƒºƒ%Ùœxï QB0rIÑÞ\'¡ÇŠ»%™…Ï–Ÿ\n]câ0)uI»Å(øKqû«œü·&Á½_©9Ò!%°·‰êeP¹¥HéO‹&>wÉ¡[÷?Xþ—í2Ë)ö');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'UserCountry_city', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ5MÉ\rÀ Û%„[˜º•ú@âÇ±{ãJ}Ø‰í{@[Gø›Š½ ³ßÏ”¶ iÞ£Q p•ÒRÉ…y¢R)V³Áq–B)IQ?ë˜gÏûðâÕÎy‘&5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'UserCountry_country', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ}ŽQ\nÄ Dïâ	Œ¦‘ŽwØ;XX–Bÿ¤_âÝ›´uö£“ÈÌ_A@[ásA­b‚ÛÊòÞ\\®ZqŸÅåA•TQÅç¸RK\'kÌÑ|Évê*Û&ºsö§ÓÕÒŸ<Z·k¯a<2ìu0ÄAI~’¾^˜oâŽ O ý\0K');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'UserCountry_region', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ5MÉ\rÀ Û%„[˜º•ú@âÇ±{ãJ}Ø‰í{@[Gø›Š½ ³ßÏ”¶ iÞ£Q p•ÒRÉ…y¢R)V³Áq–B)IQ?ë˜gÏûðâÕÎy‘&5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'UserId_users', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'UserLanguage_language', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ…ŽA\nÃ0ÿâ{Á²™¬ÿÐ?8J ôz2þ{%7n¡‡ö°’X-ÒÔ\r>Ä1Ì¨&¸½,ëîrŸ×ûå¶¸¼!¨’*ª¸\r8ÛN–˜£ù’íÚ+lèÜ³ïNSKŸyÔf×®Ãø‡ñ8F”ä\"é\râ…ù$!þF	ò‹¥=žÁM!');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ…Ó1\nÃ0Ð»:\n,)vyëÒ-c×’B†@èÐ:„Ü½Z’É•aðÃß£`’m–XFá£ ÙVI–ñ9-¡¬‚­„ÛôšÞãò¦ï}^çÏ\ZÊ,¤cÙu×{Q6­¸ÇÁ‘%Dˆ\'ÑW	ò<‰ªÀž@@‡ªBã	lÉ\Zh¡>Êì		’-´ž!Û“ì<¡…Ö~Co\n„ðÕ3eÇTkLÀÑîídjÍ9ÚÍ Í¬Õp’§ØùÔ_‡„ÀÙÉÚ!ÕÇpNºZÊþº/%&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'VisitorInterest_pageGap', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ…Ñ1\nÅ à»&Ñ¶/n=À»ƒ:ºu,½ûË’NÁJˆúñ«]0Ë}Hn]Ø\n’û’*éì¿ýLíÒ•„€©B:°´GgÝ¨GµâöµÆ  —`— ˆ``#ü	Š	~†	ª	Ùj$Ì°Œo1…\"iÌFK,CBkÔ}Ÿ]c\r\näøDáDÛ(Çóº¾¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'VisitorInterest_timeGap', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ…Ñ1Ã Ð» u´dBˆÙz€Þ!•:DÊ–1ÊÝû—Ð…âd!xâÛ«	Û¹×Õâ]¨‡MöõýÙC=,Y`u3Å’¹^ØqoQÅúºþ¨E(6$v\rõŒ(”›1u84²…Œ0ÚÔEÒ™F™45E»Êä)(©Ó”ì)Ð•ß|ºÊì)ha\'Q*Å’ÂÎŒ·½…å¡ÏÑg®/XØÃ±');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœ…Ò1Ã Ð» u´d‰Ùz€Þ!•:DÊ–1ÊÝë…NÔ@ \'S½vÅ¾iëujÑtlïÏ‘úi;‰€Rß•möÛf;ˆzY•ûk,¸¢LŽ„y2r$ÈòTH(PüJ$T¨¾P#¡AB\n-X†ÀSaqÑ´‰ßÄêVSþ=æŸPùÁ´š+?šÕ>Õâ‘âÇ³Ù}€CÆÏ¨5ÃH~zÊýý3µ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'VisitTime_localTime', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœµ–MŽÃ …ï’`óOî0wèH³¨Ô]—Qî>mÊ£4F\r+Dùž±ýà’Ø¤åšÔ|I\Z“˜–{²iº]¾nÓü\\¼&Î£Î£É£Í£Ë£Ï#>TÛd},=þ­Ò²>ò……6•QY¤ò ª©zÕˆT3ˆjEªÍT“©q›ß¥É”ýÀ™M{¶‘ÙNd»A{‘ê3•2•T™ÓD\n1›Ð‚“|;Ö€Âv(µZ\0A\0yr­Sw²„Ø“!Yg[Ip%ï*‚Æ\'O²‡L, 	ðQwÊ›êœ>ø¡Ãï¸ìŒe€wQ·Àºäj¯Cæi§€ß\nJ\r §ßãËþFzÇÞ*\ré·%~çÿ\Z¿ät/ŠAüÙ­48_º€<7UØŽ\nÙùÈV\'°¯Á\"€¹Ù…ºƒ—Ì¯ê´Z‚+ÐP u@¼¨\'AvB‚þûSB2Ám{Wr¾m{Ð#Fv;õdcÙå­Šò\nóÑd=.º³õÍ§Û¨·ËæÆ07„PõTéj[.¶s×ûúL2m');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'VisitTime_serverTime', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 'xœµ–MŠÃ0Fï’ø“ÿ;Ì:0‹Bw]–Þ}Ò\"9ÁÁ2SÆ‹ `Š_?YyÉ¥+k1ë¥X¹Éåq/¾,·Ë÷ÏmY_‹×B\\-WÇÕs\r\\#W@~hÞ7ÏmiÛÛ”ÇóµÉ—,ô©˜D%•J“¨V¥Z¦‚ïÝûº”Å-Lö¡‡†Žv*ÚM\nìUªoÇ=p¬3>LTv˜”8ªÔ8‰šTjbªåžMe¤Óð&öðVÇgŸ›cF8àCç><hèâÂ4s\rÔ%îrÌÍëùy¦DLGKwº®0Ìrt‰¡µÌá´ävéÓÃÖE1™ÌºŒúÖtªM7¹×ôÁ C\ZÄh·\"ZÏJ³™dÔ©å‡_—\ZdÏ$Í?ðk|ÀËƒîZ~\Zðu½AüVMcv~~È¶Ô~ÝsÑÕÙÛéUs2÷§£\rž.9ˆå$z’×÷6÷!î½ÏÉ÷FžtÏ‘xNþÅáûÁÖ×©ÀOñi\0×eG­ìp ïé}ò¿êŽ_lÇà2^mxXtãz¯[ÄzÿkÛç/þÄ1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goal_days_until_conv', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goal_visits_until_conv', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goals_ItemsCategory', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goals_ItemsCategory_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goals_ItemsName', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goals_ItemsName_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goals_ItemsSku', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'Goals_ItemsSku_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goal_days_until_conv', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goal_visits_until_conv', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goals_ItemsCategory', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goals_ItemsCategory_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goals_ItemsName', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goals_ItemsName_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goals_ItemsSku', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'Goals_ItemsSku_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goal_days_until_conv', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goal_visits_until_conv', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsCategory', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsCategory_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsName', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsName_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsSku', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Goals_ItemsSku_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goal_days_until_conv', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goal_visits_until_conv', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goals_ItemsCategory', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goals_ItemsCategory_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goals_ItemsName', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goals_ItemsName_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goals_ItemsSku', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'Goals_ItemsSku_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goal_days_until_conv', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goal_visits_until_conv', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goals_ItemsCategory', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goals_ItemsCategory_Cart', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goals_ItemsName', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goals_ItemsName_Cart', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goals_ItemsSku', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'Goals_ItemsSku_Cart', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goal_days_until_conv', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goal_visits_until_conv', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goals_ItemsCategory', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goals_ItemsCategory_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goals_ItemsName', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goals_ItemsName_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goals_ItemsSku', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'Goals_ItemsSku_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goal_days_until_conv', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goal_visits_until_conv', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goals_ItemsCategory', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goals_ItemsCategory_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goals_ItemsName', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goals_ItemsName_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goals_ItemsSku', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'Goals_ItemsSku_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goal_days_until_conv', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goal_visits_until_conv', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goals_ItemsCategory', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goals_ItemsCategory_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goals_ItemsName', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goals_ItemsName_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goals_ItemsSku', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'Goals_ItemsSku_Cart', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goal_days_until_conv', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goal_visits_until_conv', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goals_ItemsCategory', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goals_ItemsCategory_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goals_ItemsName', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goals_ItemsName_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goals_ItemsSku', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'Goals_ItemsSku_Cart', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goal_days_until_conv', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goal_visits_until_conv', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goals_ItemsCategory', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goals_ItemsCategory_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goals_ItemsName', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goals_ItemsName_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goals_ItemsSku', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'Goals_ItemsSku_Cart', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goal_days_until_conv', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goal_visits_until_conv', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goals_ItemsCategory', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goals_ItemsCategory_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goals_ItemsName', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goals_ItemsName_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goals_ItemsSku', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'Goals_ItemsSku_Cart', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goal_days_until_conv', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goal_visits_until_conv', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goals_ItemsCategory', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goals_ItemsCategory_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goals_ItemsName', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goals_ItemsName_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goals_ItemsSku', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'Goals_ItemsSku_Cart', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goal_days_until_conv', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goal_visits_until_conv', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goals_ItemsCategory', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goals_ItemsCategory_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goals_ItemsName', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goals_ItemsName_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goals_ItemsSku', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'Goals_ItemsSku_Cart', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goal_-1_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goal_-1_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goal_0_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goal_0_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goal_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goal_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goals_ItemsCategory', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goals_ItemsCategory_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goals_ItemsName', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goals_ItemsName_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goals_ItemsSku', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'Goals_ItemsSku_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goal_-1_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goal_-1_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goal_0_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goal_0_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goal_days_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goal_visits_until_conv', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goals_ItemsCategory', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goals_ItemsCategory_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goals_ItemsName', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goals_ItemsName_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goals_ItemsSku', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'Goals_ItemsSku_Cart', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goal_days_until_conv', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goal_visits_until_conv', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goals_ItemsCategory', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goals_ItemsCategory_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goals_ItemsName', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goals_ItemsName_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goals_ItemsSku', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'Goals_ItemsSku_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goal_days_until_conv', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goal_visits_until_conv', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goals_ItemsCategory', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goals_ItemsCategory_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goals_ItemsName', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goals_ItemsName_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goals_ItemsSku', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'Goals_ItemsSku_Cart', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goal_days_until_conv', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goal_visits_until_conv', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goals_ItemsCategory', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goals_ItemsCategory_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goals_ItemsName', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goals_ItemsName_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goals_ItemsSku', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'Goals_ItemsSku_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goal_days_until_conv', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goal_visits_until_conv', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goals_ItemsCategory', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goals_ItemsCategory_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goals_ItemsName', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goals_ItemsName_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goals_ItemsSku', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'Goals_ItemsSku_Cart', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goal_-1_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goal_-1_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goal_0_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goal_0_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goal_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goal_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goals_ItemsCategory', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goals_ItemsCategory_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goals_ItemsName', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goals_ItemsName_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goals_ItemsSku', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'Goals_ItemsSku_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goal_-1_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goal_-1_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goal_0_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goal_0_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goal_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goal_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goals_ItemsCategory', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goals_ItemsCategory_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goals_ItemsName', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goals_ItemsName_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goals_ItemsSku', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'Goals_ItemsSku_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goal_days_until_conv', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goal_visits_until_conv', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goals_ItemsCategory', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goals_ItemsCategory_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goals_ItemsName', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goals_ItemsName_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goals_ItemsSku', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'Goals_ItemsSku_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goal_-1_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goal_-1_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goal_0_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goal_0_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goal_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goal_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goals_ItemsCategory', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goals_ItemsCategory_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goals_ItemsName', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goals_ItemsName_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goals_ItemsSku', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'Goals_ItemsSku_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goal_-1_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goal_-1_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goal_0_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goal_0_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goal_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goal_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goals_ItemsCategory', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goals_ItemsCategory_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goals_ItemsName', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goals_ItemsName_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goals_ItemsSku', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'Goals_ItemsSku_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goal_days_until_conv', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goal_visits_until_conv', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goals_ItemsCategory', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goals_ItemsCategory_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goals_ItemsName', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goals_ItemsName_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goals_ItemsSku', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'Goals_ItemsSku_Cart', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_actions', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœí”ÑNƒ0†_¥áJo(+›åÒh²˜,‹QoIuk„–´Ó¨ïn:²9£^I€ÎŸž¯ôœŸ`ˆ_S‚ã.@øUa„ƒ‚ÜÓ\"HN€‹²*Ä¥àŽ\nRTB1Í\'w‹SðÎ/ÁŒç¥%£\nÜM\npM·Dæ\nÜ^)ÃÐÜ‘½» NmU†ãÐ‘`:·¯Ø¼ŽƒÚ”™f%Í8Õ[!ƒ47J…¡å÷Ùši•m™^D¶R³@Éø g6‡ƒpš+p\"ò|D„<Eå•–$\Z…pliÆûhœ®…AŒKÕeêUº2Ë!ÍÄCÑ’põÐÀÔ¿%ÙÒ«Z”‰‡Ò\'‡{žx0U0öprQf•Kªã+Ã}PC-k6{hCÉÜ	Õ!ÁÐR˜6¦¶kùÚ@¾d/ÐP°ÓÆ‚g… ùçmÜ‰\Z„6îróaïzsÌÈM[ä‚¤ÞíƒàÈ¼m·Š¬Ìé2]Ð¬\"z]Ÿ¯ùü£o*Ù9nö^3z\rš\Z¯™Ómï73®éJ’ºÜ÷=&\nÇÃfÂJÐm¦^åˆÍxš›ù·™ã6sÖÛ1„Q3yõGØ\\oBÓ¯š2mñOpæóþž¹õ¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_actions_url', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ…“Žƒ \0ÿÂ°Ô+þ¡_ ´Ò+©Š¼^Òôï\"½š\0wÂ„åÑ‡¤°â´˜ƒ’>%4ü$\ZPŠ)n ’OÍAá\'¸ƒn)ü4(¸:ú¥p‹¡hOZfe+X\'ì]i·iíHWÁ•ëNì*­awi¯+È´²[åu¿aÝ\"Ä?@$Q1BÿíMPF¾Þf·e¹I†$215•!{2—™]Ê Þ¦LT¬æ¹™ñZö[\"/jR)•Wr}æ2‘yKá\"Ñ©UËz­ÎÂÙ}G©oI­YP$jkähõXUÛ7ÂJÕ}JÙ7B)²)´ÏXu¬Q¼þÿÏPPX<ã9w\\¿Ý$ãZŒøÉÃ`û…â±ÆÓ#Ü·vØó¢šZh6è†ËµÓ¥]­í\rÍóóÅ*Ë-î\\×&s\'Î‡[î[Þí4vxõ|þÓŽ_ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_actions_url_chunk_0_99', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœí—íŽâ …ï¥ÿµ@¿FzÞBƒG2µ :›÷¾@KÅÆª³ûcg7˜Ô9Â¡å}r 8Ã?NJ‰!(Ž†æPœŒ\r­‘Z5dC›HksÅ¬­égT2ŒôÍ56’ÒüQ\\º*×æ–è›žR#»C¥ØV-Ug.>¢²ÖJ‰‘ž¯ÝT{¦dufj?™™ú¬ôY`	ô\'r\"òùD”yV$\'*Œ¸(5nÒ{nœn0“yf\\—ÆŽ2N3z™Óž%H+w½ûXò{F®ªÁJáY¹vN×\\xffU(ñìÔüPßR)YûîL%èž©©–õH<kSÉÚ	œ«9Á¡-?ªoŸòµ3†|É]CSÁÍ6æmÕpR?ÞÆ£¨·p³Ç¾õtïz=ú5g®Ú kä¶q1_¶ŒõsÀQ\'lÅº¹Wê(qowŠ+Òz&¢–K½œ¸ûˆ7tÁÚmÓÕ´Ž©^ ÿAéâDšŽ.ô8rÉÌŠôtŒ#3‰)áË¥€¡Çª˜¡G2¥Gpôx†€•€•€•¿ˆ\"F¼ãMME¥aRIE„²HÉž!åKT b®+™1\nœÁÊÛo„Òÿ `™åÙÄŽò ž&\0$\0ä9@VCÁ!0”!‚}åÙÑPp×Ôòö µä«R‹ì¶æ=ìº&néy1R†µŠ¾bžÇ4±¤-Ì %Ÿ¢Å–ÙÌØ666ß™6/…øZ˜y6cÉÚ˜½ˆ y£ÎGP{ñrS8…ÃP Ë7?¥é×C#$þAü€‰Â•=!s„Ì¨ð¯gŽ4ÿjæ©‘Úhqù®å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_downloads', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_outlink', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_sitesearch', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_SiteSearchCategories', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Contents_name_piece', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Contents_piece_name', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicePlugins_plugin', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ}ÐA‚0Ð»ä…\"êï¼C„\"‘\"HÆa¸»¸`§Y$ó\'‹7I\',ãv)–ˆ(ðÕr9¨èºF<9AºUâÖoc,[²î²þ#[®Çz7ÌO#Utç‰uÂª„õe¥’©Âô|IÑŒÒz}“ƒê$4x}à·t)×¥%L~r«G:êT\nšåQvsl})ê«×\\¬n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_brands', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒÁ\r€0wÉI[@8/@¬$•úë³êî4¨<,;9ÙAË`5Ä?ìh¨ØýÒŠ\0:.ÒŒ0$Cqæ4 €‚³Å\'Ç«úPÆ6]döŸî—ÑºoÚûð–%A');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_browserEngines', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5Œ1À ÿ’ TužP©kgØè†ø{IE+N.v£‰p¿9Ð6P)W’†\0ºs:ËCR`§xÊ-ïçƒ¬²M™ñŠƒhYÁ¾&óÊyó]†n}h×%c¼Ç—&ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_browsers', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒQ\n€0CïÒ´ÛTLï ‚\'¨àÇ`û»»«Ì´Ä h¬†ø‡­b»ŸBZ@çEš†d(ÎœPp¶8ãäxUÊØ¦‹Ì^âïÓý20Z÷­C{÷S%S');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_browserVersions', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒA\n€0ÿ’Hb[«›?ˆà*x(ôæ±ôï6RK6™ì&jk‚ûÍ†ú €JºîBú`§Š‹“fÌ]Òå†÷ýE@³±`Œ½áE­.#Ž)2rž¿K³-Q›uíÚÚ¸&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_models', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒA\n€0ÿ’4Ú*nN~@ú…¢¥·‘zX²ÙIVÁ(Não”têžN’§´FÉñ¸¯D’14qÓØ½o7\ZŒcÎžÄú2æ>™ûŸw_RmS8”j]›ÔúGæ\'æ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_os', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5Œ;€0Cï’4ý€pNÀ\'(C¥n«Þ•Á²“\';ƒÑœd„?lè\r	TóýT’¦„öó\")ð*V…™£RycÉ˜‹†±¥‚u:óìE÷}†]}ØÖ!c¼%œ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_osVersions', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒA€ ÿÒŠ ¸}=øL<pãHø»ÔàaÓm§»Œš`$bþÍ†ZàA9ÞO&) ý¼„ÃäIlwÍÃ»þÂ «Ì+3Nñ\"Z—°ŽÉ<rÎ|—¦[„AmÚuHk/Ân&¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'DevicesDetection_types', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒË\rÀ0CwaÈ§UÍÝJ=DÊ-Ç(»7´éÁÂð°\r‚^Àjˆ¿9Ð2¨ÚuWÒ6_HHÂ”LÅåÓÇ‚³ìŒ“ãM½§`_Sdå¿—á›Ñ‡w:ÆÀÓ$à');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Events_action_category', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Events_action_name', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Events_category_action', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Events_category_name', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Events_name_action', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Events_name_category', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goal_-1_days_until_conv', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goal_-1_visits_until_conv', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goal_0_days_until_conv', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goal_0_visits_until_conv', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goal_days_until_conv', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goal_visits_until_conv', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goals_ItemsCategory', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goals_ItemsCategory_Cart', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goals_ItemsName', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goals_ItemsName_Cart', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goals_ItemsSku', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Goals_ItemsSku_Cart', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Referrers_keywordByCampaign', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Referrers_keywordBySearchEngine', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Referrers_searchEngineByKeyword', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Referrers_type', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5L±\r€0û%$´áüÀAb¨Ô­c•ßiP,;¶cƒ`T°\ZÒ/NŒŽjv?´Ï\n	iÅ6!ié¼¸„Ï9¢]c£âX,²~2ŽÇe`KÝ_Fõ$\'');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Referrers_urlBySocialNetwork', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Referrers_urlByWebsite', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Resolution_configuration', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒA\n€0ÿ’46VÝ¼À‹\n¾ ‚‡Bo^„Ò¿k¤–l2Ù`”§þ7Ê…”ãqfÒ, yÝuÛUXîq\n¤	Ý+~å›ûuÆzcNµÖ„¡Mæ–÷]ªm¥Z×¢µ>â(Ÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Resolution_resolution', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒÁ\r€0wÉM\n8;°C‘xTâ×R•ÝiPyXqr±½\"hAúÍŽÞ°€îr^7iÃ\n–gÛ3iEâ¡4½ŒEg‹³ Ž³z[Å:\'óÌIø.æ[A@7ï:Ôìžs&m');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'UserCountry_city', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒA€0ÿÂ ­\Z—?ø‡šxhÒ[\rL=lX˜0‚ÙÀZ‘ÿrbl ^ï§“0ˆ´!yÄ“W/Ž”‚mÁ¸Þ54\rÇš\"ë¯ðw±ØªK§…ëR³¢Ä$®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'UserCountry_country', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒË	À0Cwñv>-•wè.”È-ÇÝ—ô $û!½€Õÿp 7dPµë®¤\rô\\¤aJ¦âÊiBgÙ\'Ç›úPÁ¾\\dõŸá—Ñ‡o:Æ“%y');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'UserCountry_region', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒA€0ÿÂ ­\Z—?ø‡šxhÒ[\rL=lX˜0‚ÙÀZ‘ÿrbl ^ï§“0ˆ´!yÄ“W/Ž”‚mÁ¸Þ54\rÇš\"ë¯ðw±ØªK§…ëR³¢Ä$®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'UserId_users', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'UserLanguage_language', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ5ŒK\nÀ Dïâ¾`ü´tr‡ÞAAŠ Ýt)¹{ØÅ—<2	„^a9Áÿp¢¿ˆ0-åÒO.ÏvgÃn„Füâ0<Á8uQ\rªwÖ®ŠcM¢õì¼ˆn	]´ëb‘‹}&|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ…Ó=1àÿRp4M?4Ý\\Ünt•\n\n‡ƒ\'8÷ßÃmš-/JxÛ¯ƒ}mL{¼.œØÍíÞgWÆÂîÒýÙæÛÔß×±Œ×âêà ëö½\Z{^%QöÁØyð»à\nÁPÈ]ˆ–@@º,!BÔ…l		’.KÈuáh	Š.œT!²;\Z‹@½¤’1­B½˜’	![ˆÞÍ,•rKÑû)ek-zIå1”Ó!œ5eû\0ÖÐ$­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'VisitorInterest_pageGap', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ…Ñ1Ã0Ð» uD2Ø$)l9@ïàJ,eËåî¥ƒ·\n¶/ÀOw¥¢×Ðb]ë¬×©¢pô÷ç\0;½„6”í7r%Ÿó—žª½f!y\nôWàL¨Xãj&4l±Ð2APbA2aÁ5–Ph\nR‰‰5$<“ÿgrŠ-59Ùã™LÞ#ãþÓî¾F');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'VisitorInterest_timeGap', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äîU‡Ð¥µ¶’:Tp¬Ö‘®`8vL ­?_µ$¬Bm…µOÏ¹B½ÑG=¥ö¸\nÿ	ÏªœÃ\"#)—ÀHC£€Šßb’‡ÈìÇ˜°å@™\"ÅÎÑ.%R\\ð¯Ê).ð)u¨T¬õËèOf	ß[Eov-s¾š·Ã_');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§ÁæaÃ‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð$$il¦>d\\¿i\ZÛé)×½\0%½þ+h$dÊXÈ‘P¨`¡DB¥Š…\Z	\ZZ$têXè‘°Ð‚…\nÅÒJ<å\n	ÏRIƒÇÜKÏÚ¨r€àj6ÿTo7G\n®g÷û°†î¨FYúDÊõ÷@c');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'VisitTime_localTime', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœµÖ;ƒ0„á»pÏÚæ±Ü!w R\n$:JÄÝc\"[©ª©Ö2È?Õ‡·äÇêa^<¶ÅäÇîÙ»my¶n¾6W·:c©Î\\g_çP\'Ð^¿ÅY¶ÊÙÁó:äÕ6î«UVMT´\ZEÕD«ITÍ´šEÕžV{Qu ÕATiuU\'ZDUpœ Óé\'•Oà@A%8QPŽTJ3•SàPA%8UPYŽTZs•WÆ½2•WÆ¼ÚÝ¼3´æÿ#•‡(Û¿!áîðð	w+]Æé2\r]çFØD');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'VisitTime_serverTime', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 'xœµÖ;ƒ0„á»pÏÚæ±¾Cî@¤Ht”ˆ»\"[©ª©ÖZ!ÿÝ‡g·äûâ¡ÌÛaò}óìÝ:¿?kW®åâVg¬3Õ™ëìëêÚ‡áw8ÎÕywðý¸.yµÅ}¢ªÑª‰ª‘V£¨šh5‰ª™V³¨ÚÓj/ª´:ˆª#­Ž¢êD«“¨\nŽd:=ð¤ò	(¨„\'\n*£À‘‚J)p¦ r\n*¨¤§\n*«À±‚J+p® òÊ¸W¦òÊ¸WÖ¼Bù¿7RÙÞYû/#$ÜåñxW©Ø2Î–iØ:¾J¯Š');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_actions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœí]sÛÆ†ÿ\nFWéEÐýÆ‚¾©í8OW»ÉôÊCS°Í‰DhHÊ®\'Íï. €àÎ»À’Qci&2#­É5<zÏ9ï9;(1ùm>aO¦Ù<PlòÛj¢\'×ÓwÅõÅ“ÕD¹ÿIžÉå²¸.‹«ä¿Éóï“—‹«»Õz9/VÉ›r=½N~*>O—W«ä_ÿ¸x2ŸÿŸrŸ¸¤sÿHºO2×ÆÿÁžø—sxó@<yåÿîÕ„›ÉÅêîæíz~S¼]ëÏåò×‹\'W‘f¹aé·ÁÅ»·çëÕÛÏóõÇ¿å^ÞÜ?åÍ|±óÍÕÄ}™¥þ©.šEÓÿZÄS¡L½Hw6·*–ŸŠ¥ß›d©Ê´ß:´Ÿfa³ÝÙNó½ÝÝèÎn¶ÖˆÔ\Z[¯É:›Y/§‹Õûz;,ÕÌ¿0‡v³YÙì\'ëìgóÝÝeí¯ÒºZ%dgOWåÍÛÛe9+V«ùâCõF¥9·n™‡v¶»Þ]8êþ9Ûýí®iw)Ú×owyp-O¥V‡÷:+on¯‹õ¼\\Ôï\"ËLï^»ëç“ƒ[í.i·*oõÐZ-Û‹³Ýj¹x{]N¯î÷ÈôÑû ]Xonë6h¿×wì/òïœû±T7µ¿w…ÿ¤ü,ü\'n«»Zø;ßßó\\»O™À ¸Ÿ¿ßŽ{ài`žüî9øpÏÕßN?¸ëk¾¾.ÞÞN×+¹»*ŒB¿û—Õ<wá¬#\\ÿ³¹—»,?þ…ß}Iþ]Þ5“¶ù7YÞB.³ã \'¥A¸æ^q<×µ„íãšV6Y¾ù@Wo­—qœ`œL…Qã¬‘ãêýÄ`œã„t¿²\0È)rü9öÖŠ”gœLežu«Š\0âñEžÌ`äK!÷Ü\"äU»#˜\'æU{¿gž-ó”j¡g2ÖRÏ6Ô«?U_Ïì‰¬ážƒ>w=ÃiÃ>°ï²X¬ÜÛŸ¼ž},n\nXàÕ¿ü#e[öIfG°Ïk(HÓ)…}Âê>öñ,µÂ\0¼«·3JÓñTiRÓ)eò|—Å$ýêÝE 7GTÓýœVÖð³(û¤ÙW]G˜À.:Áq\'QÚ‰¦7œx¡¤aÇ§;¯e]C:c\ZÌ±†p-å*T”ã\räÊ¸`m\'±öÙôzº˜D°YÃ·ê¨ùfÄ(¼U¿[Iºñ<\nÝ\\<ÔK7ã$èVogdÄ*škï8Ý˜ÏêýÄPsüˆ@Úæwäá<ÓpÀŠj9\'‰ä‘àz/`eýºsG¾Á+®ÞšµGy)·HÁ*ëc™Ö{,\rËÔÊD@œ\ZÀš\rÇÁ±¬æØë»™¿:Þß]Ã$k£Ô\rÉ¸ÐãH†©±P&{“oe¶ÎeF2eZm	µü‚MŠ~õ³\r6ƒMáB\rÎÄ±~M9l:\0lúÿlb_¤ñlzl›©ÀŸ\rÚ4&Ñê¿<D¢ñ¬6j1*\nÛ¬95‘fÕ/sjã+\n<Í\r5‰Å›<ZEåÆX*3€±ƒAÜHŒ	åÚ1`¬þT›mNmŸcÙ@ŽÕ-€4Š‚b¼¦Ø/Å5.ÍtK0Ù|R£bL`âL\0s:˜ \0–`Ö\Z`¿D4Æ0~))ø…Dñø’ç`¾Œ±‚(Î¯#©½žµ–_²ÁWu#GŽ/Y…/1te]tIu0¶|þev]$ë2ùÅÝäx`SÖÕ\rÁt\\Šæ]“/ãÏtž	Nð¬\Z$ÏtA¦æõ%Ì4\rhÅƒ¥šÈªoM€@*\0hºß2h÷ÅÌáaÐj…Æ…¡àØ`ÉbqáËÅìú.$.Ü¨ªVZËÜCŠcÈ Tw·!!Òƒ‘B™ÈH)É¶>@‘Í’Á\rÆ$cClg§Hâ‰\"‹Y¢QYœï§ñGg»ê(1€;¦å[RËì2M»Tòâên6õo¸{–§î\"Y­}¹`”æ²*¢¹Î©·HÒY+Ï¦·i7ã\\ÉêGS_Çü\\{á$	\'aõÕ¡Iºc>¹ÒPŽQ”{E¡mï²å;Ê³W»—zç;»‘_k\0ƒ>í¾<˜,eó>\0,ëél½\n¯+nìRŒ‹ø¸†`|ïg1ˆ@œ°Hˆ4·!#$9%¶DÊñIP]±hê\nJa9Rg!–/¼’`‘P`Ä\'mˆåöôsÜ\"!¡®îàÙ<ýr£°Z›€n–mÓX¼™Ü‚™mðVùÞ!}Å]ÔˆÓ¦Ã1ÂÌ¯Ýš|W¸—IÊ÷Ét‘¼po~ù¥ÀµUëjÝ$äu–Ìb	ˆi‘²òBô2ÍQÏ\"H#“ò¤‡Ÿ§*§]_\n¬*ÆËÊ[i²ò£ý‘HSÇbÛ]¤©¼«ÛH;¸Õ‘®/!	×—».‚´½Úú0¤qu hl‘¦å^ÈØ\"Íî…ŒÒ´{“‚§ƒ7Ä¯ÿÃü½MWwË  ñ\0Ø¤\Z6®“»`Ûs&k¬l¾Üˆ€MFˆU¦ÉhQ`\\“±¸¦èŸÝðhif–àí¾tòG‚ž/q³„0KÊ,‘²OwX.L JMÀZ-ÀêœÛÛ>ÏÚìžsW]0r:HÛ²çKy°ô8ó„o×å·ŸCJm‚ß4@SÙÉ³ügñ~ÉÔ0¤ñˆv~Ñ\ZM2Ú8Á±°3žñj4ò)¤ËÎt™#Å»C™.uÄ£öufº8š×òuÃÐ»¾Õí­X/î=ñ=ãåº˜ù7Ï¯³}­ÄYvzci¡DçÕ…Úmø=‹j²œ.\'f`†+šlÈ\ZqÝ$Ì\Z®±pð+b»S‘ØŒM.†Ð ÂÁ^å~(¾}S,o<zŠÅzþ©Àsé»‚jåŒÓM-î“²4vöÒˆ°S½\ZÅgŠ\"¥E¶t5O`rêýD©ßAÃ#¸[âžB\nœãªFJLÕ¤>ƒ€Óæ \0;Ø\'žÜ¿ŠŒÐ ù8{Ù×š<¡‰6ó$•Ú6µoOÅ£ùäÓ@út·åo—z/RË½ëÎ](îjIÞ,§Ÿ\nÜç¾É>µ¥BÅF–\nëá#g²eqÞoå©bz×0Ú£E¢N¶NÇ^£(ÇPÍ”uÌé´gÊÊCLYð”œcµ¸Cê|×*Ä(\n£.ÇGIM\'£ {,ÔÝ\'£¶ì\r¶ÚÉE8R:ÌÊúAãÁ6ß1O8øa9½`uh[¨5;½¥4ŽÍm*-äk§\\ìþbî÷µ“ÊŒUNÍsºè!Zà\nÎ7‰€Fñ˜oÚ‰!Ÿºq!à8t c	¡äÍTÏ¦+÷ìÓ/C’N›a:•©s„ó€aý3±œë½)÷vò(ªÀŒÚ9\0FSEpZÛ†`O5áí3‚cªè+Âßv—ãõ3\'A`ÐÁLNTÎ¤ÇÌõ]1[«u¸’iÇ2{r!iL¿ŽÉSnª5F\n:ÁdrZÆ€|‰6õ…\0ÍBÆY/ ŠIYÐx>¼;Ï×¬_\0\Z	ºth‡ž{óB(ÑÊ°*Ûõ]5ºïyy·˜Íñ”P; ¾-ß›“WØÎR½Wi–#-zdõ¾	•útè®GÂ=Àê½&F\råP@GèDúŠd4±ó¾ |ãwØÂ	qãv™üX,ÖåÒýÀþæž8¸÷·	¥ÆÍ$ƒ¨½YÓ§ˆ¡Lª¡†”ŒD0QE!–XÎÎ!O2€  ¯ÌÅcÜZ4$WÜ—ïûU¡XL5ï|ù¾\\ÞTéŸ§·…÷z#ø’9ï’-±ØÒ+[tj•èú‚j=\r\Z:W#4={Ža)áx c)§6@s0@~LÕï¬Œ‚rd2Ø\'ž“×î‚Ÿ»×xºXÌÝ•¿š.¿$OëgÐó¿1&ª‘C|Áôð^½ðÒ¦²%\"é`\\\\N—¡Ýl«ÀñJ\"tÐQ&Â„TÍñ2žÀáêQÝìæ‡‡zwòÉÅ(>tXDØ¢Ÿ§ôúc¹\\\'»F¡ož¾¼üëÏ//ÿ2Ä°¸1IÛQ\reŒÎâ‘ÎÓ,ƒFP¶ènÓÚQÝÏ¹í(ÖªâÙ¢A$‰­¡,Âgïr‹UúšX™oŒ»¸ÇÓ ƒÝ/…¼K1yãvìÙö%y¿,ogMnJä›ƒäÈ¹Å4P$\'Ž¥JäL†š)WNÛÃØ+‡è\\Ø™~„e•ã™t¨Ž¸iÔ€C2 Ž5ŽŽ?Êq„?roÏ0bt°´ík¶;PSÉ«r|_Þ-ð9“²áQÛ²!…#!²­›j°Ñ¿á9Ñ{¨LÕöü3ÄËCõrX²ÔÎÒ\\ã1,\r­“COOq,x‡ÍA´#ª[v»9ãÉ}o†]6\rà|©*:f_j«\\>É?gÅt‘<[Nçx\'k›¬nkìÜœ|<äYŠì:Í2Çˆ,²çˆ:¢“E`‚:^‘ŒÏ,»3+£·[Ìå–tþäÄËasò€ÙJ“#0çO¬ƒ9ÅÆùƒ•ÒòÚùHŽ›,Á¦jjätYËä»âSq]Þ+¥Er\0¡	íX€êå´¿„CËi­º]hGëöÀQ›àp¢³ÓªÚWüjZ@}gí£b\n¨¦ù‰ŽCHÐ¡\ráwÎªCJ>.ËÅ|ægÕ^Í«6þ©\\—K÷š‹êTôMƒ¡Í!rÙ¨¤Â ³”ôMªE—Aˆ+‘¬èç´uÈ 3… ß9tšÚšÈg£ãÑêets´:²Õžµ=‰G2GsÄÍ;æhƒ`+s/.R:ç’öi–“ƒåÂ?ÃTIõ\'A•ÑH<O†žCÄÍv¶ûÜþ#ðèKeBrL(®D€b\nÄWým\'ÃpåžÆU³ö¡Ms„q%s?d$F‡Dœð(™n—üÏS3^.ËÛrUóð›?ö%ÆMúx0ŒÊR†ôÉ“ˆe†0{~ó58)MK;4åJ4y€IðTpp«‡FÈò#,=4á#£›ÍbMø€RN²¨Aö&ï9Š€–Ì÷ÅôªX®>Îo#%¦8;¹ÉûLisÁW™ˆb@oZNO&z¨is.BzdñL~†O‹@Ö×‘‰r_|ûw0#û]Uî»š‹ýÂÇ‰ÉóÓÅ‡€y­J²¤Ó(ÆÜOC&9c£pF5³\\fž’m²g$’m´RÎ¶>°)³6\Zv@ïRFœF;Ð2ãÙ\')¨¼½ì1ºm`ö)887\'ÎýCÃ¹]›A;RmŸW	û|Š}p:P#â~VIòcq5Ÿä¤öŠ1ªãØYŠ˜4g[v,¤„GMaèNÀ´BX´é\"š^ë§žd&†»žxz8qÂÓÀŒÔ±£PzÖ>D„YÈcÀ|».\nŒ‰¨Úþ¤£WÅçMZêåb]|XNƒùg{\"KŸMqô&›æY·Y7†Öb–îÕµ†Žé°´T<m¥A0uª !<æ(\"Ö>†t›$·Î”N’¦JÛ­u[çMbÒÉ]A#`ÒÁ1#»:À¿ÒºÜyÖáã¸úsdÏuÊ þ^2}Þy™£©\'I;6ù–;‹Ý\0g¢úEÊÐL~^:ÊÄŸP~Š0Ã+|ÍÚ>=uÜ\"¦§ :ïz6‡õËš]ˆÒáVÖÏ­Ê‹ðÚ=Ï\'ü@ÉV\\µqŸTãX }3Vì×kßÌ\\ ƒûèpÏ’´22Zp´pïØ=¿7Á?$O;ÊƒFÕbŽM·p»,rr	ê/g<À@Ç~<GXÉ_^MŸèÊ²¶on×óþ˜\":Q>sŸ–z3½öi¯1›ÚjÞ¸ža„Qç*æYšŸ¢bè(ÐpäÌÈ!ò*^¡4+ˆ“Œ/àó›À„ûWbu>\'Y†0¡ƒœ°E©­ù¶?«òn9+’¿/Ë»Ûä›—?ý}€)jÃ ñ§`I•Íwoó‘’8G1HaœÎ>ø–Ÿ\"ÅuÈI’].;Ìjo’ÝI¸±A’bD~ÉÇií«ü0·ô£¢‚Ç´›ÄÉç5e\\“rÁš\0ÀCMkÊ3:µ”	:X]MÈ°&<Ô9x;w—¼-xäË+í\0üôQ\r¸ß;Dáý>¦júÉó²üu^$—åõ|pbQƒ“ö¼¢Ó×bTÔBv*¢cú*ªž…ÄI»¦\'àð7\0\'Â	èVRAS¶Q!£ä‘Ó9ˆµý¥þ¬?‹>°ÔŸ”ú³‡Yê?<ET5¹Ö¤Ä›»<h*J(V\Zjýþ?ÙÙæ£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_actions_url', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ­”‹Žª0†ß…¨½PŠå|‚Š+YCëñ$ß}gÀÖŠõ’“c²kãüL¿”ÎWi®\ZM‹J¿ÈõÑR\'mµ®Û¤0INßIÑhB2øÏp)e†K¾Ì%Vi]`ÁÜ‚+üðe4ËtbN‡Ò6‡ºìj{îè¼ÕK¢DŽ[Á¾ÝºÜ7Ö”çÆîgÁiÏ©Í¡éfU£ágJ(|ªþÆBœäJN!\0™zøSÈ“\nEåH”Æˆ\\ÒÉ\0Èç<2à¹Ë’r1eT€c‡ª3»	Hž¥4øŒlYŒíö˜§SÝ­<çSßCŠÁöãeá¶?”Ç¡ßÔÆ4ÝrJJ2¥ \'xŒmþ\0\\ŸŒ]»zÂyÈPá	<g4Ë	S,N»éÇ¶¶Mß!mNXÎ‚Ce/ÁÃgáhiŒ;Ì¸óe,ÎÉf¹ðw×s÷]ÙöÕ)áiFîAtjücWÖ»¡ñÅWCóŠŽïl‰=sœ{ñŒ)\\âÄÃ5ËÑÎµŽ±P\\à7ÐCËàn»¾ÝÖCy\ZÚÒØj°Éõì­=\Z½Xlv¶·U;ÔçjØ\Z‡¶8}/PHÐiÜÁµ¼)LÌûTëþdµÓ£ÎbÓJ8]ý£Àè\'òzx¾¶šý}%.)úžè39¹¾FZ½ÒýÈ:ô¹s\\÷ˆhVïí‚WðõŒÎäÑˆ[`Ž>tfŸ˜ðÞ-|#Â{ŸÄYc>yæÁ¨{ò7>™¤÷Ö ì?„²É rêù‘²w2p£}B*‹Ëå¦©Ù€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_actions_url_chunk_0_99', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœíír›Ê²†ïÅÿEæ{çÖ-¤d\'ª­H.INvêÔº÷3b@ÀÐ\rŒ´{VU²d›ÈX‚ÇÝow¿½~òñÿ¶üëé‘2ÊÖÔ}‚|]?òú ÿwz”»õS±{°ÇªÇ‡/Ûýsñß‡¯ÛGfÿÐÜýå	ãqûçÄ=æä«{\Zû€ÖØ×Ê¯ÛÿÙïkŸìôöóÛyû³ø¶/Î¿Çÿ<|}~$™Ðî¼˜ýÆû§o?¶çÓ·ßÛóÎåw¬žåçvßùby¦$#ö¿‡ú õ‡bFVÉÖùœŠã¯âèN‡êÌ0åÎGO}`}:²u:õ×ºg#[gsuÍ„4Õ1ºu2çãzz©NÇ¾:Båíÿ¤;75tnÍ¿«ÏN·Î®ùj÷ütëüzGQ%Ê£oáóáç·×ãaSœNÛýwwž,cÂgCgÖ=~ûh.OéO¯{Hýí¹òßÞŸdàX{\rŸêæðóuWœ·‡}õ’2™žjûøê¦éjûúõdùð©KõWª?ÕÃþÛî°~®Î‘¼)ü—;º}Oø¯ùw™öï‰þAîž¨oow¯»ûW¸î#¥Ü#v¹­©´¹?”Ö æòï¨*ÿÝ¿î£1öe~|x;–4‘öBûq>¿ž¿|Ù¼œçõîXü^ŸO™}‰¾¼ýçËS±z=¯ëcñüåµØŸìK¶:m~?‹/îIIþý·¼¾ÝDs1›ddÕP‚LèE£2ü–µ8F{ïÙ,ŽQÂF9Æ2\"«Îf)Æ´„0f_k·ªÓ‰À-\"0¸æÉ´š€­AaK14¶8¶‡-2NØklQ$¶‘hlÕÇŽa‹a°Eal1¶Ø\0¶J•Ü¢åÇ\r¸hù‹§+ÙæÂ­Ýö¥Xm÷§7{EnzÜrï %9æçpFúà¢DË%äº#µÚ4¢µqiýÇî…0C5„0RÅ©wdÓ8†	vˆ1‚†•\n±	\0#Àþ¨Õ»èÛ¨Â`Š1õO÷Bo}¥ŽŒH€\'ŠLáÉvo?é>>œ‹û¹ºHQe(¤I—B!Ð	B—…BT£ Òû=0/¢€Š ²Ca B!¨\n@…Ûû’ƒPQ\Z\r*•›	PX¨P†\nË‘	ã§z\r†ŒŒhëÛC‘—pd$0Èaq##Y‡\r>ö)s¹P¤c¦ééÍ¾[ö-[ÙkìW±ër‰•O¨¤ã’œ“¢1QƒI*Ÿ£ååã¹db™ÎU;¾@)OREÀ”‹lÔ¦¸S00)[u:‹â–*O’(šªó‰’³Išx–Ó	d¢ƒ™ÐšˆA¢‰Úû™´Ù<ôI[;»…ÐT»Mˆ¤M`Ð$ZIñbõY›)oê2mã5ÃDÍ°¼ÎßD\r3€™`S`ÖÀ«z²&€Ò]PQ{^«SIOòx’Ç“<Þ’ÇÛLrOþrØ=Ço–MßNçõñ\\†[9D¨QMü‚¬­ki*)áI	OJøçTÂ+Ýû&ŒêBæÂ(Q=h3Šõe¯ãžÜ•„ï$|\'áû¯¾1<Q`Véß)e%ÆëgîÊïèTIöN²w’½?ƒìâXŒW½=ÔEö.•›—Êq®ðS&YƒI²ò\'ª£»ù„²·ŠP2NÐÃÆ	Å2®†J2B #µ‚©$pT’±¨DQŠ·½ÕMæšJƒ·úRùˆ!©Dä*áï€8?rì¢‘˜\rÜÃ]nj*»)„Rý´Þ¹„êùËæÏfW¬Î‡•»ÕºE7w•Pbôìþ\"ãáC<|»y’Õ8o‘d™Œn„›Ë¯ÈqÜ7ÆàpCbáF’•.n˜d·À\rDƒÇæ)¯ºn(\náCcú‰<>\nûãþÅjm_pÙOºäêûqý³“êº³ïÄìÖ¢–hãqBy¾,„1¸&RÌh“gšð©9„/.Žáå¢«Žá…]Yžë;Ó† iCå]Î—øà&©8W´¹ê\Z*“Ž±®!XÒióÇ}»Õú÷úÏêåxø9Ä¸ëTHVwˆ9CÚS\'¯©ÃÕ¢ &QóÛÐÉ#åMãb±ÊX¥Ÿ@¤ÉçMÌÒˆÂyÃ¡%–7¡ÔjÃˆÛ¨9ø¢–âïs¢e¸„.KâtÊSþôÌBƒ\Z¨Ž¢pÇO_E¶ßã*íJZMÒj’Vó!µ\ZTQì“Ól¼dlú};½š8³×äHÊ–d›$Û$Ùæ}F;’hd9#ßx®äý^›~H“?>¤bI¸IÂMnþNÞL«{‹‰à„Å8nÔµRŒÝï›‡êOjVõÛˆ<JFuÏl\nl÷3†ß-›`LCi9wÎ­4²;Gñqª¹E‡–ˆŠu­Ð¥bŒ•Æémã^ô—·Ý—âùm³v?âz×\nxzuª²ï”èÐ<\\õ–5ttÍ±lh‹T¬£#Áf4ÔQ™4Á\Z\r¡F+5†ÃÑ\rÅµþéhÑjDËÞÙü&ºÍ„Î?Ê[:Eo¹¤g¦E’ŸÅþ|8Ú{óÒÃGi&Fò˜øÐK¦ÔQJ,tŒÆ)23‚µÇ0ƒT0G`†Ir„àd˜xAÎQQ6%FAgE“Tœþ›829\"y-Ž/‡ãÏRw±¯¿Ž,=¤\\|¾èr¤xëµhÔ	‘Ä°º\0#™åöfšˆÈõ¢=Oµlä|f4Ó<VnB•	£N­cUÆ©Â§Qe³>Åqõ\\ü*v‡×A¢”×1$\"Q(¹y”\'@”ÂF¿	Rû—Œ\rxçðl20ùd’o\Z!xñ„†¦°B–&»bý\\O?¶¯£)£aê\nØ3“}ow¸‘l‘V‚ÁHo°Îœëv²ƒé°]nœë#\'™Ärµ!ÙêÂ#†yDá!#àØD”F…Í/·kÙgçîÒ²ÏŽ+ßhwíl.‡ö×)Ðâ\ZIûâ÷Ê×«·ûsñý¸r0¥ÕÌ$‰™--«U¿§ÐÆ°ž¿ÕÂ8Ó£(BÈ½ÊáRñÂ¤I›Â(¼¬;AŽá3ý¼Œ\nF=˜Þbì×m”3¦Ä¸‹Òä¢œa2}¶˜	‘~˜€²…ZWÂÄš&à£¾£Te†¢úëbLØXäŠsjÑwŸ-à“À\"Ñ`	øä\rõù\"]H?	X†gØµ=½|í2R˜$\0»c®1ž%èù=0ûF—µSLjI-0v&4Ý!ÍôÀ˜¦óŽ!f¨M¬ZõïÔô’š^RÓË»¤IÌá£áæ—†áÈé‚•áŠwj}I­/©õåï§ÉŒ$„\Z,¢ïËÙI,ÄúEïÔü’š_RóËÇàŠœÌ•!ÔL)õb	+ÃUðÔ“Z`RÌ_\n’éJ5L”{¤Æ÷¥”7R ~ZaR+Lj…y×d™Øƒ²j “AH¢ÒÓSÃkQzuîÔù’:_RçËß„¤˜®c0\r\\L½‰·<aFäì¦_Úü%jÎµ$Öa™©–Ý‚Õh6åwªÑ\nµ$N€Q,ÄH£n÷nu>QÊÏ*L·ë…è)#|×v÷®[‡ó˜ÊÜ\ZÃìGQÚÖÐ±¦¹4q“]ä?9,ˆÿ.£ö£8tw;e*¿Ê28Â¯ÞõÍ2Õmï\r8}Ëðh§0fþ©úŒ[wØ_‹ãO#m,Á¶¿ŠSo›xéñÒžäEî>Q±ÐÒ\n§+GZøËy¦™Æ0Üñ„ˆ’ÂÆŠ\"mÇ¶è-Ì9¿6ï[Åh*SuZ‚)AãE‚©X/OëS±z]ÿé!¥„*¥¡±R\Z>²)w)UÑÞo„[ ¥\\K‰Y÷]Îhå;‡ã\"»þ\n¤ë/‹ÅŠõÞTSœÆÑÉÖ¦P‘\ZiºL™²`†›<SÜ•»Ý«õ~o£•ãi}üãÌñìÑ=ÊTæT¬ º€©r»EºQ„¹Ëâ[´hT0´ë¶½<’ÃÃÈ %Þ®[déjšÀŒŒÀÆ¤ÒU0!§;ØØ÷\n\'?Çs7Z­·¯«_Û×ÞH“KÀ¥ÜEÎijö£´\ná·ß¤}Ý˜²LT\ZŠÅˆ¹‚\\ÀÍz\\âˆOè#=¢ŒË#3\"ðóK,ÕÂƒóKÕ_îCÕ×dT#É,X…âñ_ê×Å‰ý`@¯IJqRŠ“Rüy•b|Û8*û\"—=¯Þ\0T/¥2µ”Ôà¤\'5ø}ÇAx–H°ÎÐ‚~PÄ²wÕ†Ÿ¤\'58©Á†)Ø>?„ÜP†!f¢ÜžíQ!(	ÂIN‚ð;e\n-Èö>œ.ÜÐ…×µ¦ÒŒ„R>»ÖäÍ®¼×3ìÖ`‰dsq…*Lì™\\qË6*‡—H\"Ó¡h®VØ	)I¦LHÝ$Bî´h˜®É‚ß^°GŽ]¬Ú 6ØJŒj#ÉC‰è4úGXý.v»/O»·bs,N=S½Rr»#8£jÎxÛªo>·pß•IÖžÀŒN¶9lB£B‚A!çþ4·I–ø„@†ãŒô.gtäˆÀ©Ž;‚\Z	9ƒÚBŽ\n Ç`ªQ%r6?Ž‡ýv³ÚöÏ[÷sÛ¬êyõz,~¹àÇ~vúd•µ9L9ÌƒJªÜô~]ªãÁÏµÕÞ½ílr¡Æïöy`bl\'˜@‚‰Šñ°m˜ì³â+X—cÇb!)BU°&Ö¢j0=[â¬w=æTÎåî¶Š–p©ÛÏß%áRYNôÔNÐbØ „cg_çî-ûR¨š¹Í.åMzr4¾fN52û¢ŠÝ‚8­W\n$Žbï–8&D…%ÎÏây»@NyMR\nsà©ÝC‹\\p°UªXØ-Ri{aÜÌaÒ8ÔáÑäãh¤	¹ivI£¦È<šIEoœ£–=Ð\\‹SZuõ©¡¬ŠNt`ì”-º vzõ”>Q(;eMÒ‹>ÛÖNî±UÜøÐçt>nõ–n3wM(ÃK©9CåÞº¢)e‰›kÍÑ*åP2AQQ)Gø#ºo8ŠBå›»—bM1E«ÍzižzoB=ÈÞ5§¼/»Í~ä\\¬&#V­<‡’{UóüñÁëÔ©Š•ªX©Šõ1ªX¨ö?‚«§_W³šº¹D,OpcVTéTàJ®Tàúp.²»gj¡«á•B¬l°\'WiÕ©ª•ªZ©ªõ!«Z\Z	px¯ºÕ€F#Ú•ÝÅXIÔ©–•jY©–õkY(Î ×QµkZ\rhL¯ÃPÍ¼’ S+°Rëã°ð‹4\'75<jæä—\n¯,EuÈRnÞ5ˆ\"í©Â0è.&:\"Ó9F×-t4bìqA*CAñtÂŽ$ãqÃ\\™ï°ÎÂÎäüÍå«j»wÀáT‹ŸÜ–†ÍîÍ^•NN‰ÙÞö›m¯‡»·žR§AÏÄÇÀ:*uóíÞwZÞ F™÷5H8EBÌ‰¿×uT†\\­¸˜â—ƒŽh8>¢á\n™/åÀòy1\r-»8VH§f)†i÷þÉ%ž€@®^µ²oÑz¿z:®·ûÕö¹XíŠõqoß²ŒÊƒªÐDÜØ—‰¹9Œî\"ëŒ`ò)P%Føui%a•øÞE*ä²ÉÍ\\¡5b1!°ÉV]I3¥~>xª|i\'w‹¸†ëçÃ\"‰E¼=ùÐî×ëÎÑ —N›N~­Õ¯µã”}_§ªUüêY–òÒ|ŽÒùÛ<žš=W7ïè¹K¨¤l”O,§Ca§°e—Ä \ng¯s÷´‹ÞbÕ•¶Kœôó‰²®	 ÁloÈÃŽÅéðvÜ«ïÇÃÛëj{ìGAî\'°¡œíŒÜô${W@uûžäX†€ã=É4CÁaëh—ËEg‰²E9š? ÖËK™)¸Á+Íøîä“<Ò£\\¶&WÝÈ~µ§7J.ÚÅFÉFú’ÝÅ×Ó’pœ„ã$¿;¦ l‹AP@²¯@qŠè;f—Á† ”Tä¤\"\'ùªÈ1qjrC&†pCæäña\\þIšrÒ”“¦ü!5å	>Êà€ù$I¹aï7\'÷ÛM;ûê+GIVN²r’•ßsN65`íj‚ªÜFÔºråwš<w^~4¢Ú;SfQ(d/Ž¡\rí½ü³pCdx‘—kT@u™€ÔefC|8YãH9™Ä¢Îñ‚fFO‘~Ðk±X ÿwàX%p–6™2~…oUÆ¯Åâ—~ì±0HEJÐî‚ÑµX¬– ýV¬Òd¢ ýÞa_Kò+ûÊÏŒ9óH°¹¹fÖiµÛÚlîøçËæ°?¯7çS¯\"V†üŒ¨ÙäÊ=¹XM.©íšp-þ(rõB×yc£ärk0àbP.Gà\\Nä.‹!×…²hà28pqÀ¨b&¸D€ÇŠPÉ®.”ì®Á5xªƒà\nŒž\råzT–*“qò7*\ZpùÚ™—ä_»•3]óê\Zecà‚W¨÷Áõ\\¬Ï?V‡—ÕÚfy—°±Êe557Âe}Ÿæ™šaTçËFÆÕˆ™(—_™aK…Ið€°Zå·á@$xíÌ]Ù7Ñò=da_Ë)¶è\"\\Ž/ìsÒz¶ùø©Î´åÈñ@«}WªíØj˜lâº\'`¬@Íˆ»vÛ—bUzv¬6?ÖûïE?+#©{ò™­¾À×xˆ¡¢Kí`ÜÌ@½õm‚¡‡sFÚéHº·ªŽ¬÷Q6%ƒDU,0­;Î­I$š[\Z?ìZ;Æ­ðð÷4n¡„tÚÁöLÎ	­öÅïÕù°Ú¼¬,NÞÜlŸN¢”?ˆ{ú™tâ5ü*BvóM„wYD(lÂƒQ´ =„¹†á¤<‡ì>À¬!¤(\ZáTó	$\ZÔ¢Û‡jÑC$q|Àƒu”`1®Ï¯Œ×ŸèF6.5•FŠ@·µXÃ^ëTIOºxÒÅ?µ.Ž2xÃžQ5¼©ä©~ÇvOŒ8ëÄ¾•”ð¤„\'%üs*áxT¡ÖÆãôï[ºß(®zƒ&6¬êËPIùNÊwR¾?´ò\rÞ¨¹–y!ÖqjjD¹¶†ª$z\'Ñ;‰ÞUôžÐÑ9/œ\ZFJ\r¦Ñ9îN¨«|%­;iÝIëþ_kÝ¨hcKÝ‚Ô…²Ê,V†Êø°Û£WŽü¨‰ÐìÖô¸Ë¬	·©&¢çtºÇlÂe]wŸ/©çè†ø\noˆÏn4÷“p…öÔ–18a»ù³Ù.Úp÷J¯°^Š’D©å¼ðÁ†Í¯ªÍw8Æëb,+—C,7¸ÆÐÆ$ÌÀñÎãoDÕi$¹ÅªÊðÄà\Z\'4\'b<J0e)žß6ëjÙ—}•mÐ²ßôšEåäZUÕg5;Ó\ZÞÂìö[xîã`æŒ°Ô70£ÞNk,ÎðÇ,§Æ°LÅ¤†àSÊSX©DðÀFQàØQ©„Eÿ™‹wô„Å;ú.Þéª»¬VwYþuÛÔ(ÿŒZœÁ‘ÌáðŸm±z=ì¶›^›¨¼[I`øu– X%,f’}˜Iþ a&ÙD ½C‘Œ€ÏZÇŒ1	7[a’ˆ™û˜\\Ý€I&ÇÛ¤ùÇ\'‰d†ù¢gàl-|=n­7|)/Ež_Z¢Ú@ëÉ„¯ëcñ\\cF7œž491K$ZžI{ÓuŠ# xDŒpÈÆ B¡Ç°¬Ú%²G€–®`-‰gâb.¤=a¤Ýâå„\"dRT¡øc2Â»n(è¬*Ç¦U›V¹\"”û\"ÍˆšÒ¿£‘aøíð\\J(@¢æº„ˆŠ—zÅÖ™¥%ÙŠ—|ë¡â>b\"ÔC­Q.•eÔš1¤ËZC¢zÇX¯Ý1iÏ}3´ñøâÚ,‰•XÆy¸\r´Ý¬\'l4X’\"3ª½G³FÕÀð‚Ò9ž1†NF!›u¢PÔ¦CfÑ«§ÇmêH°ÖiÌ¦I(jžqW¼F:½Cã‹ã;¥•á\0¾èÈ-ÒÎïÀâ`•ç~÷ÀBÔÄ¢J—.‰Ì·í5sb>¬¬DÊæ˜K=i8:ãàÒ³¶§5Ïì.×Ózç”+xqßd(E\r.*—‰N—~\\åªÔÊSËˆq¨>®2Í8VÕé,Š´˜\r£@í‰q\\…¼:Ÿ([ŸQâËH.ÚŽSúÑÅ7í(.QY_F€–È™M;rBŸ¡úQ”‚!…šç *”\'”¼ª——ÐªSÔÈªAÍ%²ÒýÞÂ>¦x‰©ÓÛÆ]\r/oÞv_úQ7 2|áîhŽR£t$PñÑœP9ßGÌ‡Ž*Å	*d?a4P…•.¨Œ™¤H¡§8(ÞVà²ÀÏ$Iñ\Z6º†\rÏ}0ÔD?\rvP´Q8Ú´‰qá\r¥ýžÁ U=gÉ¦å§ñæ\'rIß^¶\Z5}¡btþ¸ï&G:é’nÜûwæÆF.üˆÖü£qIÜÄR>Eçp¡I¬Á™dUŽ‹)+ê2ry\r6rŠ :áŒù¡ªrCó­Â]p·Ï¥ÅŒ„\Z¸Ôd*»™å8™t	¦ßÅ®Y=D|²Ö4)ºlæ)ŒËXÍÌãÉšÉ”j5`êsj5\"\Zž3\nlNd­§9ÉhG\n‰+5¾š£C+uZ1Ž2Ån\"‘Sü¸U`Áà²»;Iäå¬p7™ó¹˜M.PZªÈUÑ§VÆ…{¤PñTíÖí;\"½ÎÄ}<%—¹…`¨ÅïÓD-/£Ž`OdŒÝi˜¥\"Ç&-”Â-d´lÒy÷VŠWMX¥†\\xäL¦ÈáØaüØ:#Ì¨9±H³ùí0±á?²\ZäÔ3cå­x¥›™±SohÌ‹NÂ{1³l«l&s”:.â˜Cø<w6HËz2<ÂPÃ#JqJ¹ˆgx„röÌ¦´!L WtÇ#š‘I1U(ÿZEµ<â¨¨ªïü5O#o‰ˆ\ZVÔç„ö2hëVå\nVX\rð¦F–t°žÖ¾âW,>ÈòšU\r«4¦–ÆÔÒ˜Ú{ÞM‹Ò·;w{=àZêÛ9°‹Öm|˜]é1#ª¥Qµ4ªö—PCr5†oû\ZUòuÝ®Ý7(s¡F{Â$<’ÕÒ Z8B2#\rª½³Aµx!Ì5Ej\nUr5(dïÅëA”0†ÒxZ\ZOKãiÿó^ Ññ4T0n@](ÔT©—¿–.Ä”°I+2žvë½—T¨/¹7.÷äÖNXùí½ò×_	€‘ ¢[?oÿŒâ…ŠÙ¶~ö>šku¡@ø$´üêüzÅP!°¾çà”–¼@\Z1…^n:I ½rlZËGªz4<4áb…õÓáíl¹QßÊ­™ÕÿàoT%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_downloads', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ…“]nÃ „ïÂªê$Zß¡W@Ä&\r*?º’å»§cJÚ¤•f˜ov40	ØuHð&- ÉN\\¢ÎAsÔŸ½ñLZ>2;¸—Þ(Ô	Àá5ËKé–”ðgÈÝõBqª¹ý@Ýp×p×\'zÞÑQøKaZ”Ð…ööUSÚê¸ýä61_kÌèy Û¥˜›ˆá½eÚ3ä¾†\\]è!ƒ®bLOØ­„IŒ¢WkzîœÐïOp\r_zJ,q©Di‰¼Tå™aS(lÈUr/Œþ¿Pî}R(·T•†Í\ZM¥aÃß˜L•LÚ¯Ì”y¹;˜ÂDî1Ïßžà-\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_downloads_chunk_0_99', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ•“ánƒ …ß…ÿ+k»^Þa¯@¨Ò•\0Kš¾ûÐVŠÎnÙ\ræœÜïÎåPÀEBA=ì_	 ~û^Såx {¸x¨\0)~\nEë¦\0„;ûR„øl•áÇdMJ¼®ð†Y©w~eõ;¢íñI‡’öÃ=[@þÜ² [Á´qˆ6ƒF\"SØIÏ:N3Óc@+õL{þµ¤TÔ÷)\\bn–˜£çŽ¬2ä(sq\"ì2`p\\ûc†Ü.!®;t—Aâ8=a§)3pcZf©…÷²¿—¾$Kø¹÷¢—BÌ-#/Eyf˜ªMk•Òè¿åÞ\'rËb ¹aR@£Yßäß˜LLÚfJ¬ÿ°ôÚ¿†•‹\rèì†íÚÆë<…`=`\\ƒ	\\9Ñq×øUÿ½‹ãËˆ»^ãñeªW');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_outlink', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœíÚÑr£ \0Ðñ} 1Iõö2¨7\rS„ºNþ}AƒÅ”†}¾™¡@¹D9ƒÁKk²¯?Y½ih]úBq¨?u]Õ§-ð¬Ñ5± :Pƒð‘wrÈ\ZVö³µâ\n•+”ÂþÃ®Îôu8\Z6ÀQ€¥zËš~j+ì`¢=ž™ÑÇ‘™óC§¯&Ú~ûú\'ÖRA5¨wPKÌm,¦ïsY!}“w‰¸jØ¢BŸ‚»XÈ¯^÷ û èW£}	»n*Ê p/‡ãEÉ´fâÕ‡/‹XøÇ¾ó$ÜpË$»øxËT~ê°š]!†I‘žPØ÷‡	…]¢zì°Z€R¹¤ýó¸tŠ,À¥íÛZnvý[=›úÓ–â«žÉ²7yÇ|\0ÃÙ	¬¬üúæmí¼-²A\\ˆq¸\nWU$pmê¬½^èZUéUm¢BTª²™\nOQ/óŽÕŒ4”+©êõ/m{‡ðÉ¡3tu¶uUÛ„³íìŒ	JP÷(×R‡Ä\nO¬DbH‰Ä*WUýã¯·Ž{º:Ø ÞV¶ÐÚ\nlí\\Õ.±}‘:£­¼š¼§ŠÉ3PnÎÑ½}¡/ôúÚ»ª}bï²h—ëî<Òa!,„•„upU‡ôÆ5o|t¬.NåÑúB_Q_/®ê%±qíf_gÊORõ:ú›‹ -¤…´Â—É›©.•¨q?œ×W=Ýä\\ª×`ëB_è}Å}ÍÙ\Z‰t\r÷pØò+t\n´sa/,î`(…¥…M)$•³q˜…ÙJE«(ÑwÊøÂy!¯¯)yƒ¤²7ìÒì¨PvÛ:1Ñ»E:šÒ‹‰ˆ‘­M™$‘ºán³³*ÿž~ˆOˆ¨uÅuMI$‘µá®Ë\0Ck×ëA>MBlˆ\r±Å±MY$•ÆQÍŠxèÊPÙ(Û7·Û_Q~ëš');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_outlink_chunk_0_99', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœíÛÝr¢0\0àwñ1 ¢øû\nN€ca\nÁIBYg§ï¾9P(¡¸;Ó»sám\"\'j>òÃ\',Nþ”	;«äxŠ“\rOþ½;ó$‚SòG%Q²©x\nÕÆTeÉÆßœË$0¯½y1<ˆð <ã{LC²Qm}Ñe\rºkäëæœ÷e9•H/E©Õ¥+u±¨ôy‚º‹²_c	ÿ½VÍ‚*o §˜ûµ˜cÑ,äX4žwŠhÄ³€Zr¡®³‡µŸµ>‚Æ³ Ÿ…ãÙ§°vQÎçM}¹É&¥Jñ2†ƒµðËºC#ðtS#–UÆxSSU°\Z”5õ­]6âÿ\rš×}Ð y•Õ-+X°—ªáù¿;àTi¥Ne_:à¬ÄtÖƒxGP½$ó©“M+{4ØäBë[âû5ÈdÝ¸oMÃ%ó–Ðœâý}`¥’Ón÷‡Q#ÛGâHˆ£‰c×uÛ\ZtU^ÁpÜ¶¯KaÿóŸŽ(2xRd0Š	$$Ä:Hvœ@¦í‘8¼é_êÌˆéK0@òJþØ4\"’?òGþŒƒâ‡?eœ²ÆÄ=NRCæ<IEœ üªy)Å48†#Î=á$œ„Ó€XÇ¹?qât5»êFóJBÇe®<¥eùýZrfÌò\Z¡×èàê?¦p)Ìïäã7$¡\0¡LšÛ_âûÌÜ6Zð-…)86ÙŒ¬\Zä>ÔfA> ä8r…šaÝïr~÷y«‹—îîg×Rä-^2@\r×Šm¡ë*ÿ2cH5©&ÕgÌ‡ÐV]ß±ç\Zj=gGs–í¸_G¡óF“©i›V½d˜?axÏ¦]\'ž6­Þæ\\–M¼ÒEÏØÖå¾µ_Èô‰&Ñ$šÏÐœ\r¯ÿ·¹œ&Ï˜Òà¼Þ]½eC`JB/kƒ`\Z<g[•O×2\ZN¸feÎkVÓK|¶;ÅiL$‰$‘|‚dh§5d÷¬ãê1µateùdØ–g6•NF(ÏßÊ|›VØeñï«ðÒò<6{¥i/	&ÁÏì*–à‚W×FæÃ±+97f÷²Ý1tÕ}ÂÉpWpíÝ›ÖË¸ðòfŠiþ%ûX~ZöW¯æ¸-¸Èð8¸ºûõÐoªï1æ)\r7Ú£¢+]ž¹\"0[—…K^ó£nù‚CúORµ¯$Cfòþ;‹jÒNÚI»ƒöp7ËÃªZÈ$(ÝAU	óE®-®YØ«tOÅš©œ°(ƒƒT’ÊÇ	XAl«4_ ©4ãé*IÌŽdÇèäz#·_Oã·×NócÚó\"›dÓaÏk¼‡‹63nÖÂÒŒ“³[CÃÒyÒå~·O*î^võ¾¦XOâI<xF;ž+ÌìµÏ_þÞC±´ô$©$Õaé‰ýa”Š@AnWÅDö‰Èî7uI$‰$‘OŠœOmk¨S¼á“C³þ\0ÁhÜ™GJ@	èOíÖîíg\0vlßÿ-ÖGK');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_sitesearch', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœí•ánƒ …_Åøj»á;ìEÖ’!¡íš¦ï>h¢E·ÿó‡†äî¹âýA]9ZU¤_€wtÕ¨D¹ ;&òJ£¢œ^¨`™QÙYu_yÅ°Oáž°€öU:å­r•ì¾\rÊõ±Á†7Kf[ë»l€Üá7\ZŸ¹9ŒL}†Ë‘öáòRÊ(T³îÄº¹NezÏ3²Œ\"½äë†Ä°MG¤þŒ\"7©ÈÞõÝF¡½è«‡Ø¡`\\«·¢Lk.÷>‚TüØûhÂ•MŒ->/´2e4DUÓ\nf¸’¿7{\'\ZŠ-É†Æ†Á\0*‰…\"õü\0Sb\0ƒö2€‘rs0T8†ÜÈ´doÿ7‚á–˜ÃNvì7Ï ìù±úH‰ûH\"2b_\")›fr½0¹0¹09ËäW=œ †®^îI;ËmÇO„^2©Ÿƒrµ@¹@ùŸ¡´”w þrc&ÀòTÞ~\0Q[¸è');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_SiteSearchCategories', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Contents_name_piece', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Contents_piece_name', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicePlugins_plugin', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 'xœ}ÐÁ\rƒ0Ð]<A @ág‡îB(.¡´„‚*Äîå’õÁÒ—õõdÙ¢ÄÆPÆBÇbÈAÞÞœ\'P€êqìÙ‘a¤Çä¥ÙÉÑUØŽ¤Í5.þ+Gn½\r]DÔ©‘ŠFzØÅÊ„	\rz5m²ê”ÈD¢½?\\÷3N>%D&gýËÛ¯›d©¥Ø/nò|ïf™ºÈT\nZùÙŒk\\Ãâ¯÷|+¬æ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_brands', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ}Ž1Ã EïâHøL½@Õ+P©C¤lw…¥R;üù¶ì× è¸6è,\núÚÛû³S=À ªÄ¤ÅÍ•Vóh]Eõ~2…%k°7{ÍfKõ¥öñT|$ò\rËì£ßøœÁo;ôxM0A$•DAAÊ$I‘×D¿9BþÇ1N‡<JË');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_browserEngines', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ•=\nÃ0…ï¢Ø’í6Ï[×BÖÎd0\r]Ú-äî•BÜB Ïèé÷Ã‚¹Âåò\r:ÌODÐT†q¢¼Æ—©>î”+Xƒ>¢\ng³A[ÄêÑzœ$+$•·à”m³\Zoƒæ‚[S‹æô¢Ã¼ØÆ¾%~³$Ðm®õÕ`xcñÒXä¹ûÀˆo,nÂÇ$|Hâ@{Ù<ˆÛ}I±}Å_ç—7¡xp');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_browsers', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœÑÍ\nÂ0\0àwé4I·®éQaO0q‡áØeÇ±w7Õf‚BéO\ZÚ´cÇËÀ6vLº¼Ì\\±»k?š83²ÙLS42xÑ½Î	Óy•hk™4|L—Ju*†\nì3µÊV³¼¬é¾³&ŠŒK»1|f¸7Ã‘2 †ð·9Ú½:@»!3ˆlÔè1ì£¬ ¢¢as\Z¦{;N[O´%Yl¶o¡ºÊød`‰±>\0öó”Í');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_browserVersions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœÒÍnÃ \0àwá\"lNÌ±Ò´IU5©Oi=D­zé1Ê»Ï´Àú\':íBÀ›Q‚Ì“Ø8\n•Î óI¼˜Ãøµ;˜x’^Ìê=…Îš8	ê^JtÚ:B1„i>M!è+äpŽik†ó’´Âž‡ýÔ_Z™—´ß¦¼Æð†2Æñ¯|±€cŸ-îÞÂm\n¾¢|no)2….§¼XUK€¾$&<$¦ok¨©a1Û·Üùš—Z£![Hó‚C-2f‡}°´)îO‰ñW5Ê–’S/ø*|SzÚõtÜï¾?Žqèj‘JžX(Ücš×vù™âÆ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_models', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ}QÂ †¯bz ƒòäÌ®0•(q™Æù¶ìî¶›ÉyøÊOC¿´#¤)‘\nÝ¯ð4d	úî{#iGnqˆït9\\ãøø<_z1‘mØ+n7Ê»eéÚ¡æÓI­Øê Sø\"©‘–J-ÑÌOW4Íòãi\r\n\\\rÁ±ýG¦]&33hãW4«f2³ÓX3E0¿p¥öþâ¶¨,—Y4Á¶¤JÙuE{\"Çü\\%}N');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_os', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ…Ð;Ã \0Ð»ø6¿3U24:t¦R‡HÙ2\"î^œ@*e ƒ->¶y\"²æ43†ø[xN+[†%¾?„µÜÀýzƒ0³*A®$-+Ùì¤¼X	D¹pµ~2¶ô‘¤­·£\\¶å9ä”eàÔº×85ˆö¢í¥BƒÑÍAƒÓT!„g‰²}‰ú\'ÏCRÃU1\nƒ¶Î„î_ä/JRod');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_osVersions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœÒ±nÄ \0Ðá\"lC fªnº¡×¡CçTêé¶£ü{Mes§Fán ÇAO¶gy]Ø—™É^&^oÙ]çïŸ«+7	¸÷·S?@tea”²¨î8É3H±“Cýk¦š6–zçÂIw\0ý7ø¿ÈVO3{^·zßÅÇ˜¬˜8P³a +ÙšEXA-°³<Á`3²û:_¤2ÒêáŒ2‚Rð?%õ%ô’L‚Y%èÓ]È$™À«$ïŠ’û”ð¬CçÏyhÓb\r\ZURƒšC}F|iP`H­&{FlC(IÏ±ýr^àØ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'DevicesDetection_types', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ}Ž»\rÃ0DwáüHŽ}Ú!;È@\nî\\\nÚÝdV\\!Ýñó:ã\0·ËÇ†q¡‚Î¾NjÄÔ¨«V/æZD¼\r$ºECdª‹•È]¯kýý¶Æ­éžŸcŒ+ßi<‚H‚Xrü(<³d(\\“ààéþ¼¹<IR');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Events_action_category', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Events_action_name', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Events_category_action', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Events_category_name', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Events_name_action', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Events_name_category', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goal_-1_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goal_-1_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goal_0_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goal_0_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goal_days_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goal_visits_until_conv', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goals_ItemsCategory', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goals_ItemsCategory_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goals_ItemsName', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goals_ItemsName_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goals_ItemsSku', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Goals_ItemsSku_Cart', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Referrers_keywordByCampaign', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Referrers_keywordBySearchEngine', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Referrers_searchEngineByKeyword', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Referrers_type', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ5Ë\rÀ Cwa‚„_‹Ù¡;P©$n»7®Ôƒ­Ä~J\Z«CjCø‡‚5‘àF»Ÿáê4Ä©«Þ”N³`Êz˜G“úÂ‚@À93%DD¸(YVQ¾h[f¯kóÜU÷~R%ä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Referrers_urlBySocialNetwork', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Referrers_urlByWebsite', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Resolution_configuration', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 'xœµ•ËjÃ0EÿÅ_ Þ«(\r´i!‹®SšEhÈ&CÈ¿Wr,YõK‰¡‹[–£ÃÌ½wv”½,s;Ëã±—³¶:î¾öÇÊ-H[½=­ÜêÅ¡¬\"V¹ƒEÿònÀø+ùíh+Žá½ËhÂÙnW.œv7ïÂ¬YºúG6³—kø¿M\\(SmŸ(ðTÀT¢ŠP¡¸­üC¤BTØR±Õ<¡>×›P*0è¡¥Ra„¢–	l•ˆ„6S@…*ñy qúØ:@Íj…ž\'µ\rùB\ZzˆFwÕ‘©e*Ó%1±BÐgâóLâ®–&é™üIºYRwFE<RH˜R·™‡’wC5:b:AñÈÄºÆéÎor\n¨Ð9õÐˆ°3!¥\nè©®Œ¦çyÈVë÷mà! ZÙ÷>¡iŽ[âzs—¬ƒë{&K²Ã‘z©¤¡œØb(“O\nì,¯A¤~5¥ŸR!®3ësòËfH²~F”¢HJ±°ip_V{¢ÁXK>ËlÉd‚h\n©4Ò\niÝMZ_£Þ¤m‘D\'¤®kÄÕÒ\";SÒ cß:\"ˆDÑhºæÃ\ZÙÍö¯‡ÓÏþ{}rÜø)BÔGB7œi|¹æÃzŠ×ZàÿÕéú\rŸ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Resolution_resolution', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 'xœÔKn„0à»p‚ø‘—¹Cï@¥.FšÝlw¯ƒˆa \r-‹  (|²ÿd@™âúA¨Þd™^â¥{Ÿ_Ï®I’0¹1¢ëú‡ Ž¤ƒt@Ôë7 •I¯#Bù$”éòÔ—eõÖivË›¹LâdšËZõÅµ#9s„êÀ\nA…p•€ó³PÛ‚MKVKP‹þÁ0¶*@Ú4lua°3¿aÀµ5t©‰ \ZpÑ4Vš¼b¨Ô/W\rb¬t\'MÃ—˜Œ¥4ÉJWŒY´0à+…V	ÿ30þoÜÃµ,µEš\\«ItñfZÂ}Pó–Ë®»ì¢e7QZ1xÄ\0·5ñró˜vË®?F	ÁßLJjB¢îPGGýp¬,¿¹ƒÈW½Ñbz³üÆ°°S¼	ö9«å ¬ÇóÑ›ÃšB·›ícvaÐ˜<žÒ±1 2jSN¦‰˜¿b\\½ñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'UserCountry_city', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ5Á\rÀ0waMÛ8;t‡Tê#R~yFì^¨Ô‡-°OÐ X\\ô\nÖDv?ƒêƒ¨v$W>ÝÔµËá¾y« I%€²–è]``‹ÿ‘yæßËâäUÍ^²e&e');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'UserCountry_country', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ}Ž;Ã †ïÂ	ü\"s‡ÞHU)ê„¸{M‹—üþmUIû¡Pª²\'Y{Ó¨á¬ûë¥™$¼÷P%3ÜÌñLÒÃ¼üçÂsÍ’`¶àªTæQS£ï\nüZÃJ{ÚÇT>½q‹ñiŽ!´ç…Á\Z²s`ÜÂ•„âÉø‘ Kä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'UserCountry_region', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ5Á\rÀ0waMÛ8;t‡Tê#R~yFì^¨Ô‡-°OÐ X\\ô\nÖDv?ƒêƒ¨v$W>ÝÔµËá¾y« I%€²–è]``‹ÿ‘yæßËâäUÍ^²e&e');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'UserId_users', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'UserLanguage_language', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ…Ž1Ã EïÂ^	Êç½‘¢*RÔ%ê„¸{M„—í`ûcãWÁh;|©&2Ú‰wÔu;\\¹ôöº=WWv°-šÂé®YÔÂpÆ<j$¡¬Å\\©ŒÕM¶+þju}ê=Ö‡óa$ïÓH„ç\r	y’8âl(ö“…ü7Ç_0ý§=Mê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 'xœ…Ó±\nÃ àw:xžšôÜºtËØµXÈ „M¡CÈ»×f²wCàøqþüfÆÀ[a›2So+6K~Ì‹I+ãÀæ:?çW^îÓü¹•µ¼W“\n»ßgÓ^ë9Ë[(MíÇ‘ØX° >á4]4ÁkB¯	$A<ø#Ë®5!@8¢ì\nƒ&Dˆò-FM`…³(x6# —	”kZg@VNåfÖ™¢U6‘»k¢µœNSä~ÖW‡¢‹\\ÒºÅprIÙ¿ª%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'VisitorInterest_pageGap', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ…Ò1Ã Ð» u´„m ‰Ùr€ÞJ\"eËåîõâN°¾À¼Á0³Ü‡ä>„-Ü—TIçø|ÏÔ/=I˜ú!¤¹?ZµQ¯jâþ¶)A@Fl®@‘ÀÀ&,®À‘P ˜P\\¡DB…jBu…\Z	\r²+´©P$­€ÙˆæË”ÐŒú ÿQ k¬¡Qò|œ[d¾hŸ}‹ç•7¾¦');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'VisitorInterest_timeGap', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ…Ð=\nÃ0à»:\n,ù\'Ž¼õ\0½ƒÙ2†Ü½oI²8Ö`#„ý¡§¦ìu_Ô×¦á,D÷M“ºµ}««›FužØ»º¨àp©n¼Ä_T¡~ÎÆ³š™Â…ä®!–˜²a„¡‘Õe„‘é‡‰CdBñ$Ñ%Y\nŠ÷,¡«dK€­Êd)h¾é*e¨uˆ‹5Ìl®·x~ÉûTRG9þr8ÃÁ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœ…Ò1\nÃ0Ð»:\n$Ù²yëz‡:²e¹{ÕÁŒ4„m²õ7¥¢×®Ø7Í£`½NMÇöþ©Ÿv’(õ]ù·°ß»’]D½¬Êý56\\‚!S#!CM…	Êæ¯(‘  ¾ ‘P¡úB„ÍZ$,°üÇ9W(šV ÿWæy«kXMü&ùÉ´š+ˆŸÍjSµ|c¤øùlö$àñCjÍ0ÒƒŸžr¶KÏ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'VisitTime_localTime', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœµ–MŽÂ0…ïÒäÙùiÃæŒ4$v,wÚÆI¦£8€”JP¿—ûás$ï—hNçÈò°Äû-º8]Ïß?×é´n^\"¥•ÓjÓêÒêÓ\ZÒ\nÈÍöðxn=ßmâý±¾äK6ÚT¢’J¥ATV©œ¨¨žíé\'š™–\Z:Úªh{@£ !h94Þ$;•ìYíUªD\r\nus3ÔåÅ‰šœfñÃ6­&?«‡ž_@“Y>d/½£/SÅÞ>!	 §€¬€\ršX—\0-Á6Œˆéu3*K¾_•É¾#B´]D„•vãr³hÀæÏG>hé¶K £–‹(\ZBÿZ!tDha·cø(¨nÃ–’pŸªÐs|R“–Š\0Ê6µôîB‹¿Ý\'6ŒH_hA¸ó½ð]}1Á•ž`n‰pz.®\"r0ÎÒ˜¾jÌüÿ³ØVcÎZ:Vu_G$XB’×¦Éù@Ü.ˆNNBÊíëqÅ@úˆG£f<êf\"åL”N„+÷¿ÇövÿÞµÎÞiDêŒ|£f>Ò‡>zeêã|ê÷Æ¾Ç/oÃ<Ô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'VisitTime_serverTime', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 'xœµ–Mnƒ0…ï’øÍŒñwèR©‹HÙeåî5­SÆ\n*rÀßÌóóƒs&É÷Kvã9³^¤|¿eŸO×óç×õ4Nƒ—Lõàr€¥üÊx+Ïœ@iºÇOÿ³›nê#¡žú¬¸Ÿ‘G*—ïi¾Ø.@\'pµ\0÷ƒÿ=ûz~Iu6•L*De“Ê+±}•\Zù$*tT™ñ¦Ìb¢å †½IõQ“:D\r&5¬W÷QY\\V-DÑï.n4Ñ±N€ŠFCCÑ›dØäd’ÓŠLL³Ò–Þ4ìèÂ:»ÄU:Éçä‚O{UG\'ºt\ní>¶îãŒ§aoûv„á¨ƒbÐuê6§«^t—Ùë<ˆlU:ØY\r3Ö\nB¾½±±ÅçßN5øŸ‡…ñfÈ\'Þ2^¯\0;à 	ç_9_ZN·­NvÖAÃNti·øfØÝ¿wˆã_\n·þÑ¶^a¯íØƒæž:@Ð\n ?Ç}ÜLžŽ\0dGiôýûW“x¤‰7ï¼¥ðNûNqoÛ¯6<õ=§—²ZÀ“ï}§\0;ûh}!¶x~ãX÷¤€i¼Ç7±Î6K');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_actions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœíßrÛHvÆ_¥‹Ôäb°ýÝòMlwãÊŽ£\Z;³•+‡‚-ÖR¤BRöº6[µï7Ì“¤ \Z\0ñçœš\\U¬©\Z[¶`°-?Ÿïëïœ^\\}ý×Õ5y±¸æÕ‚\\ÿu-¯¯Ö‹ßòõÕ‹½»è*yýûäíæöqØ­ò}òa{X¬“_ò¯‹Ýí>ùKþ;¹Ù~ÍwùmòÛ·ä?·W/V×Ìþ/…ýºhù#·?(Nˆý‰»Šhõ{ñÎýÄíOûkª®¯ö÷«ûüã&?|Ýîþ|õâöš§„ÛO3»ÆÍoïV‡ýÇ¯«ÃÝÉuå+–w¹_mN>»¿¶¿MRbÿ»ª.Zü¥ÿ\"Áty‘l¬gŸï¾ä;·ÃR®©[è[Pu¡_l¬§ú¤_õ¯ä—Óº†§L«òš¬±šÃn±Ù*×CS®¸iþçÖ¦úÖVÿ1¿º¬±ºúÓ§_®¬±¾îUšW1ÞXáíöþãÃn»Ì÷ûÕæsñmd)#Â^ÇYßÚNÿ€}/ÉãMýO¯9.€îà—Ù{­]‚¡ý‹]nïÖùaµÝ”ï9iÔèZ›×Û÷>é[kó\Zÿ%XkÏµJsÿnõkÝn>®·‹[·Hû7iþÇŸÿÇŽkm=&þ“~‘¬û˜t.â)ÞHÆþ ²òÆö»F‹iñkÉ¥û™y(¿äÅÛÏý)÷¨vp?PUÞäoöCK&êÀä‡Ågû¶[ÖùÇ‡Åá®`”}G#ÊÞ×‘æxû1fŽ€ÛíŸW¹½Ézµüfï6þr\0‹¿xñweºâÕœÍàIµ–¢!ãQ`(õ(©Ie–!`X.gY*$g¡[¯i>ÅÂrq\0\n)…”f²”Ê\0Ò^¸ô€p.=×\ní…\"„\ZÍAæ ÕààHÐ\0Ÿ†¹×óDt.bªæ%÷Š\'ýøô›\nzYÅ¼òbê?rl0ò,11È³¯Ê¤šx žýEòÊÞy—?,3±¼ãžwJU_n´žUïiT½§bŽ¦L¨1Âq“\Zj„S0áH8­4D8E\nj\n5T}\'%ª¾³_\'B5¦\ZCRÍ–ÂRà¨F²ªõ.ufuG$TÝ\"1Xq°V\0¹â“òX+?,žr!YV‘My²O6U‘-«~eP`³Vzj¬q\0kö¯–üëö>OÞŸíÍ5Ú®YË:.ãst¬j\n%de”Ò©lTÇ¦ša*·r5s+·JQ«X§\'‚+·rq*7ÅP\"V¦ÆdSHÆÉl ê‘°Š¡gßn†~E±Àë•Þ½Óx9+XÆ©–œ-ì§¥‹6‰àmðÏTø+žõ‚~BjQÁ¯Fms)<	Qì³¿È§\Z~¢?ÚëãÝä›½ý&$ï—w¹}´ŒåþJG¯°ñ2Í’±î+ˆÀŸìüƒ6\rZŽáqû|pÿÊåÌªë¨U®`]§‘u]¹žuÕ18±šÉ³¨UÊ^­fW×ñq:O¤3x±ª(D9\ZkSÖIrU±I{dù\n­(èLÅ­êƒ‚}¢B_¡ìjði4ÜìÛ/˜?5Þdo\\œâMR‹··›¥£çÍn{È—îû€/ðj£®–ï¢¬vM%n\'£ŽüÓÕ4é:Vì$ÔÑŒŒ¡ŽÊTgúÔ&†;{úè‡`¶­M£Q,WCÜ2”cçv…Æc‚Ë@FÐ¤R¡\0@p×âD½ÎcÐDsÃ›ïNßöÏÔõ‚C’\\_ME\"ÕBïTZö’Ÿò»–?¦W_Î£¥¨­HúÒ¾Ú(uxjŒÓm‹ó‹MšfÜ& \\N Jm¢¨Ã5Ž:J‡¨M,uX\0u˜@:jT„LŠ,½ì]ñ¥—\0K/Ü)…K/ÌiqÑ‘T(\'Œ›ë+4Fj:eøÇÕ§ÜÞoÿhßŠK¼,Ý=æË¾R–»ª$­Q¼êlÜLäÕøV¦­’F–Ë™+3	2\näÐ± $4Ö)”\0ë|b%¤°.¿}ßp$“W®Ó˜ÄˆD3‰5¼§§Ç¤SÉW<äÇMLÒ#ú¦y\\ö]ŒŸšnºU{™Ýœü9¿]-Š¯†»Ÿy¬iæ±FgaMP\\^-‹ƒ52Ž5‘rEOKq„8m\0Ä1KS!ŽQ¤ÍŸÅbœBÙüÔÞ.rØ­Lš\rØå}Ë–Ú…œh™æ!eC\"ˆ:÷:` ÏO†ÿÝoÕ\"!OÕÈ+Ÿùó|nCú¬Z ÍeÕ@5ØLlª6ã\"ö=aßÉ‡ÝâK\0¸ú/ëå¥P‘Ê6Z<Ž—“™à›â*Š´Ôp\ZW0„´d“XK™|šiÌ(&\rÒÆ—b|©Ó(F\r>žÁ%\\¸¡|üXkn¥*“Õ³^xÖ(RY%N”FlÓ9p³[}Y,¿g+`ñŠWŒð˜¢öß!TÚN‘UºqŒRšŒS*e˜€”!£\\Œ²ïc> £02@%ƒ(nÆÕ+Ø:Ø)îŠDTûÚg—VÕBQ*™ªT²%§O‚yÕˆ–`Ò‰ÁðhÀ	\nõ#®¯k§Añ×ÆNamÕs5\'\næ\nj”õÅâd!ÊÌò0LšIL\rÅæg!\\ùtº+ˆ¢‹•Œ ¸0˜E-[\'\rMÈŠ*$Æ¯ø@8·x%!É¬fïŠ¼¯2„\r†\n»’ºšÊ:œc>õÅŒÏò×þØÄâ«Œ¹à§Á6(¾Ÿ•l{ÿ¸toOS”\"óI/ª¨˜G7Ž*½\"õ(>N7j…iØDô(ÁtsÍ®\0ÝH†«¾PmI(žÑ^ŸSžqfx†\r·öúô½Ðþ³Xû$ÀÚ\'µÿâ™îX\\>ÉÅÚI._µM(ÖTA³ à4xÆÇM}Éª-Ë7_òÍ!y}·Ø|¶÷ÄB-«˜Fël—“ë‘ì}œý\'Û%èhŠ?³ÛhŒ8—\"à¦%)ÂýŠà¢XGŸžÅÑ7x¶q>`Ôu¢A)V´‡Ïñ)Vbô8Ûþî—¯×<ßdÅ71ÑÂwYÒI¸i M\0v¾CÚ«Å>OnxWŒú>mTg²Ù<ÿØd‚,’2æö)1$5hÿ\Z‹_( ÉÅ!hO3\n¶h\"”Ä=;¶> ì&‚\rTB}¶>EÚúTC„R…¡ÕµO1ÑØ¯«Å,½ÈÒ`–r­Ü1ký˜/wùþ0%4F+hI1Ó/Ó¸hkçÛ2Uz<ÚJSš¡â¬`gpœUÐÏ\'×;T®\'\nœP†>I%G˜\Z›Ç·16°ÔŽ¢”ãâw¢¢”U×ñÚÙ-á8aZ\"«Þ!t€Õ9!¼h H—OY1’çn·Ý¬–ÉëíævU„ø›[×8îª6÷ËŸ»¨{WÃ…çð½Täem5[)^P%6Õ[o¯w¹á7[$\Zã\njõ.RX‰ÕêèúÏ‘·§/ÙÐVi§ÓQ\r(ÃâJàçòp½\nW°H¤Œ¶p5©”ÊìâR¦¸VN¿ÛÐXNû¶\\çÉa›üÉ>ÞSò¬~\nÊh$™Èp2QÅ!—‰<¥5¶BA,C^2†/:3_âX¦¢•^¨q<¶ôê™6Ëz1·k›!u!‘!q/|é…NQ]ûôÌ|ìh°@p4¸¤ÇK/iïž¼¹}\\.ÜWÌÞæ¥ý.ïa}Dõ\\ØºÈèXF–þg&~‘}5 j±\Z¸ÑS$ü’ÈÊ+ZSQ†Úz´¬ !É/4­Ø@û`_å54ÇöûL~µƒ¦¼ª-8ÊO·¿=™\r2yåzÞØ/Öö[ž7_äf·ý¼[ÜOq¬\Z®;¿ ì”ÀçÔ©”oÅ@!{ìÕL«Ñœ²ñšÅÂ‘Bšê’…dåñ¾>ÙÅ²çq\'8š(ê±4šE‰ÆU /…K.l7ŸüïîÝ|\Z\'\Z¿d\Z¥’×rRÌ‰Âs[ïiÄ–p,ÕÙxä&oEQp`Ãu3Ç@!7ö¢	¸¡Æ¾Nb!pèiù4 ‘cÍ(qŽÄBÐÆ<$\ZçÃfnc76öŠGº1õSò¹Eª´?c\ZF:i¿PáÓ@ª.7íæ½}ÌV–¡/7û»ýb÷-yYÞmè|®>–õŽÎ6ÄéQ„²\rÂ\rWÀ ìQÌ ¾k‹<›VÅX™Kö(bÃL…Ô]xˆ7­¨x–§2PLÄ‘¹¾šŠ”¯* dïóeÒp›Zõ¹èúE	KùÈ¤L \\sPøi¸Q«†Q\0!Ñ„®¥‡¤YÎ^t…èÀfegðÕ­&©¬W±öùâ4`þ<øad@]V¶i£OisðÃÄ–i7’•® ÁôÇfÄòO‡4#zfÕcK¹¹©ÌEj%U8¯ÿcl[ûÜDçr&—‰…­¡näSlñ,äh5¬_Ò¹Ãò@¡çÎ¡Í¾òánEÛëVDE[*qNïNÙ‰ÀžØÄxdÔ)ÐòÄÿýûÿ$Ûõmò°Ë|ˆ2x¾Ux+v	Ïê¾_Ä|g©@Í›¯ÀhmtŒ ŒSpL\r1¸FD&†d7¥&€bà ù^YÕwÁ³Î;nÀˆ:v<²\"øoP¤<—½ù`é¤â·äÓn{?9UK;=7‚~QA§ÇË$+³PÝ2 ó*G%L·Ì¥Ý@£ðieDeHßn¤L{ûóàöpÒøY¢arÌÁg\Z\ZðiGÍuoS‘¼Û’ßo7xuæmoh»	´s ÃXÖT!(ÒùaãƒEEÊïÙÛ\Zl‡!©aàQ:„âìíhî6AÕ64=‡F£¿Ÿ§Í3‰NHä·æjÉU)®öˆ+ü<Pû‚¡øhÐ)–Ë<½ÜlíÞlvÛõ:¨Ý¥î3¬%æœÕŠ7]B^YÑ#Pƒ\0yÅ«å˜¼‚ƒ–„#ë!As~auÕ³¼zº¨AV3åñnDã¼ç·›åú1Ä{Öž>˜”]¦µ$Ò.=ÐZ\"ÒL¢å\ZE4r–J¼IÂÈdcÊœ”~XªdÈ²&d×¸²œê>ÕzÐ‚#×>%ëÙç»ýô(UýN{Rº¯Œ(:+½´žÐÓàš¸FK®ý)_ãÇßÕ“¢¼d“óN9}ZSUÜttTØœª’Á­¿\Zã!™o–\'rMe!\r(ç˜åÉrãÿcC;hª­ŠY‚½8Ý?c5»BL(—5Âs¦qX=¤õz±Ëó]òSþ%_o‚´ªXæÏ´ÉÌ%Pç€d*5¼y†)Æü†N±i-1È4xZ1¸àh‡Ø`C…ÙÝù9²”áˆö‰@…G7	\rØÐqØ.÷Ò5\rÿxØþø5dsw8#æIÈŒšH2%žŽ…Ð‚Ã²;.\ZWr²@95zH[ál&p)ßXP¹Î›}èLaãLáº\nÿL·£ù¬Éã(åu	’Ð4ÃuÚŽ¢¤¸l%)8oìqƒI\"P$R2Ïnô“áÊ¯áÙ1ì„	èåzdóÅm¾Ûß­\"iÊg‰\'Sƒ¨”q¸¯\noj	øÔtì¾z¼‚9e’²)“x¥ƒB‘éçï08¥c{2\n\ZÈbÉ®îI~¶wÝîìwí_ìƒAãçÉYæXS%Ò¬¢qS%s£Š|§aÌa›ÃÈMóhÃ‰†ì‰NW*?Ë(µ€“3éÐÖÜ3_Æt‡ó=÷\rªÈñ\'éôÎ»ük=ƒèíæÞcfË¦ê:è2Bˆ¥,C@ƒfe\rÏÒ\nQÄ4mäªÁ–FÑFgƒú¤¦5|¨O\n¸ö:\'-ZÅiBäX!”»â‚øó•ü–²ßc*‚†ø ³}Í Kƒa\n!ÆnòÝ§íî¾˜Š4a†v·F2³Z-.YZL7[QQ›Np­cŒI¸9¶(Z­D<(‹„oØä4Š;ûa­Å&“ Aœv‚¹3ªÃdÅü Åny—ìòýãú°Oìk&ÿô_ÛÃ‹»íW7Åvñð°þVüö\"¹ÏoWKûrë|ñ%/¯ša0ï‹uíßùŽµ?Ó#‚€Ïà\0ÿê¾â¼Å\n1#Súß\rs¥×Ž=…	tjí4˜žZ\\;Ê¡gik§míôéµµwG·©å¦\rni RrùÂ‹µãáœ\"É;ÖóŒ$.dXÓîaÝswÐóe…\r%Š3Ï°Æ5¹§,DÚáý¤€\Z	yåsÔmÏ˜Â€f€¡ÖÅY\'ý,ÞÚw\rÎ4o\'‰8CÍ0Ì‰5%`ŽÑÁ™s‡ç)\"€ÑÆQ$g(cgc,@ŒáŒkwRÀ9ê§?¿¬ºvl„ìðÞMX\r…™_V\\Ô´‘|Âo#ñÒFšÀ’šX˜y]mûz»9,–<¥êƒ×X…)Îæ\r2£esÁ…Œï*Ü:<æZ+ÔÐWðÈªÐ„K)A@\n9l?Þ!‘¨<!uÃ(¥Ð*_)<©ˆëñÀ6¥zÛíUnøA×œ­ÇöR¤‰J×”¥|Ywòµ?¬[û†?Ç×~áÂÑxÚ48Fí<Wyý”Û—I¶Ÿ’Å¦6ß\'låùãº¥a³ FŠÂa¨u†fNì‘e£P#©1˜Ä@¹œ¹i÷^(ä YjCAŸS¨qRzjbhèö)Ô„_jj½KííÃCqðXn&0Pëœ`1\rjTÔ=e¦Bí Lò\naíƒ’Z=e¸“ìi\"z\Z€kç³;cÕ”\\Ñ{»wÛˆ¿äûíãn™\'Øm’Þþò‡™ÞÎâó8GËÕ—±´èq\Zá\0ætJMŒF?‡q,½]\r`ËEä¢ÙXÛ\"HËù;‹«%ñýfÌ<§0®VK8fAÂQÙ¿ÑlR4ÈÄÇÉälµúUþ¸úmçÎ	»æ‹.qöôT¬ö} g›jÞ7lseî\"¡¸|&¦w5Ôˆàf<Pç¹$²k>ñha®¯&<ï\r¢\0‰oå¦½¿ÛîÉéaH?¼|{ó»_ßÞà‹ê[^k]ÇøÙçRG›\n©Q’¢%OESI`Ê ÝÅ\'„„2Ñõ\rÃÏØ§ú¹¾9\rd¢ä•S>óaÐ Ddêúéõöq³\\á§ù‚ÆZSg‡MŒ³AÖˆ43˜%xôc†hhƒ~,ãE0k¢ýˆ,h,&CÌ£³?Ë–úý¢F`Sü[ Ä¶ÓJ¯ÖyòïË|±I^í+|·‰ì …ª³g.Â™f\nÓh²Å`&âÃÛm·Ý-È2Fv\Z×Â‚¦w?«7]„ŸŽÏòŒYCÆƒåÓ8£ç		ºÔ¸3f#pVÔÛG8I¬êš@Ž›²ñ-4eV{×¿.ÜkÝì¶Ûýªè\\ùáÍ¯²ËœõA&Fþä—Nrñ%Ä	Ø™Q…ôu¢Å—°1IÉõTTaå5r|~*ƒR½KíÛ$£Nx_J :(xU¨\r5	Uã°ueñÊ2êÎš->¨žîvH\0å/9û\'‡*òýíÿ\0§G&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_actions_url', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ­”²¢ †ßÅ ½C¯àXÙæ\\ÓFè¶3wz÷åhpÍ¨¼»ëLÊÀÏáKá+4Ó_•†U¡yhdúËh¡“ºØ”u²2.“œ?’U¥™û¥™rwŠMÅ—ØäØ+`?‡Vq\rêlµÆw£©Ô‰9s[Ë¼)í¥í\\å¦ŠPŠK¹u›M~¨¬É/•=L‚ÃšC™cÕLFvÝ@À]‰¿c!F2%†™²û,;ä‘°$ðWÏ–ÆØüœ€&Fh~pJ&FdwNRÆ‡Œ\ZÙ®hÌ~@S„¸G“1´ïYNà¾‡§xj„÷’Œõ)ÆG€»ö˜Ÿºv[\ZS5¿zLN—ã,Æ6àöÑRÝªÂièF@‚ÀÍrB9ÓnÛã©.mÕ6ýþ\"}I;žPi)c°ãLx©O`#Y™ñ°slÛäu[ìO%Œ/þôÌ„i7Ö»#_™‡W0|(¼AŠBÀžõ\Z`xàS%j€¡X†9	l±å0áê:f(Z×Û·õ®ìòsWçÆMn_á`íÉèÅb»·­-ê®¼ÝÎ÷Úç\nÉUB÷P_ò…ÂÜ:Å¦=[í5F¥·ØÐâ^W)0˜#/xª®õôåßÄ%3¤Ï”äë>xhýJ>0K6ð\\5¾zÄ/ë÷Rq›PþD)ÑC\Z1\n\0›iÌª9FÂ–Ù„gýG¡ÐÞÅýó9\n¡ÿI!@…ˆpðz™x•P/ð¡Þtž8ä;qx\rÜä‘f«ëõDåM');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_actions_url_chunk_0_99', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœíËrÛ8†ß%‹Þ‰ÆýâTj6³îšªy€%Ñ±ªeÉ%ÉÎd¦úÝ EâP‚œÄF/ÜNÌÈ°,~úÏnå=S÷ÿ[Ý“Ïû{B9½ÿTÞûèsyOÛOºÿßþžßZ—ójýÉ\\+î?Ý­6Ëê?Ÿ>Û¼ºÇÊ~°Ÿ‘úÔ~š›ÿQôÙ>Œù·ŸÏÚÿQó¿ý=6¶yúzX=U_7Õáûv÷×§ÏË{T(Äuÿ?{HsŠÍüëãê°ÿú}ux<ûWõ·oòiµ9ûb}lT óß§ö¢ò?Ãq¥š‹xïpûj÷ZíìÙ°,0¡½£q{66t¶öµGã½£µ_s\'Ãî›º“\\C\nÄisìì°+7û‡æhöìõþÃöhbèhÝ?k\'{‡ë¾z~<Ù;žwÆ²¾ŠÐÞ—Û§¯Ï»í¢ÚïW›oö˜Ä<Ê\\FÉÐÉÎ¯_ÝóãCºã_rüö”(÷íÝ!×2‡ºØ>=¯«Ãj»ižQÂFOÚ¿Ü¼¬‡NÚ¿¤}:	>éÀµX÷šu\'Ýn¾®·å²9\"\"êä^Ñ*x·¸×œõäfq_;ÿ÷oï\"\"}4¬Íbïrl?{ÏkÜrAØ¿·PÀÌ~Àî3û¯¤ýD4ùÛ|4äÁ<æùyÙÕØaæ{<ž÷÷ww‹‡ÃöP®wÕ÷r·ÜæI»{ùën±ÝþµªfÏÛõjñãî“}K™ãÃ9¢QuN4û[¸ûGuøú0ÿ‚ÿøWù­ú÷sU-¿lãZÄá–pT^Å7þõˆ†£@S\0 ¹‹†F\nÆ)€axaõ£DÆâCÍS¥@K Õ^š\0,ÖŸ1Jý9t 34MàÒàú—èü‚  ¸AAÜüyþúí}åÜ‚…´\\¡ªå\nr4qZ$€!¦!$„„,ÛŸË¾=`‚¤•OØ—O8*ŸmÙÂY!ÕuxáŠAøÂYÅD-¨†¦9Î¨JBÄ`ƒCŒB„˜æ<Æ \0cÌ›$LIÎ\'pGAÓj*àÊHR˜22ï€p\rj¸Ae¤áÊHà˜2ÂáÛ Ç&žF\n!ÞH!~”B\r•œ´±Ÿ–f§Xc-Ö„8ÁÚÍ¸ŒÑlnH¶«žË]µ¼{®6{óÜÍö‹Çê©º;ƒXýŠ\rCŒ²xèR£ÿ,Ä«ìúG&WÑŒ\"Íˆ÷sÍL3\ZÿñBIÕ²$þC	È¦ŽáÕÙ0ˆâ JÄ9D@ 87V\raŽ 0æ0 Ì}•…›á„¦ fµ1iÿ¼=TûsÓF4’I\\,™êðwÞS£ š 3m,6SihƒÇÝ&CŠÎT\ní$y”0\Z©THá9rŽy¢ˆ€Q3d?Q´”Ð¸È;¥\n*\'‚8X9µ×Ž(§æm-ÆÏ ðE(\'Ò(§Ú1òÔQ}““Fa }ÔúJ­ÐJ£˜Ö«‡j¶Úì_Ì+rá)&Y+&ŠILPLÍá-Ã˜H„0Œ%ažð½axa¬T@ÆcS1“œ\Zeu˜0%0†ñ·–EBOñÅb=[>1¢ÑgãG=…B÷¾}b”Ç!\nÿHzˆ5\n…·÷z…¨¤¦Piþb~]æw63/²×j}Ž%Z? ª¥¿$™G–m±DµRWàˆŠBh$¼ŒÄ4ÂabŒFTºÑ0\Z5Ç¹JP‘B‰¨%€fTsž$ŠŠChDÍó4FxP§ÑA³tØÜâ@I…êFjIÕ×ž1\Z¹äìµ4H*¡ëòr\r\Z£\\8-Å8‘­šrÉ9éF[å,JÍ‘)›˜Ãæ=5®²ižMólš¿gÓ|ŠCÞÇ‘ý.Ûõ²Ú}5Xúº?”»C-¯tN£Nù‘Vö\0[ôôyE=^™×³ç~e‹<[äÙ\"ÿÝ-rjDTÅœrGÞ|UG§&UöÇ³?žýñwìmñÆ\r¿‰::Î‘WuhÈÆ‹ìuf_e3<›áÙÏfxcƒÔS´È`Ü\nw,’G/¼Q)V%]ÚØÒ}p&“­Æ¿‚F¸ B€h”ÈdrŒFª’œÇB10Åý¦x+k_D!0áa:½•CÌ\'H+‹èuhŒPŠZ;:§”@JqÉ€”\"æ¨ ]e^zšœ?£É(0÷®<ÚØB:ù/•1ÅÃ=]·š‹ºÆfÝb¯ÝÕ ëN‡EªqïÑ‰†“ßÌo}Ä>÷í(¢lcËâeØ>­þ[}]<–›oÕ¾:|}yY-¿¨ªÄs¤ç3´,3F–d6×\ZÍØkµ,™–¥ú£û×ë‡}ùçêu5[<®ÖËÞ—žÌK²2½«¿Å¦Z1”~]UßgÈÁÔ±Ô¡ô\Z†CýIí3†öÃ!EWàÚò¾®}¦~”hüé®iŸ©Ö’´Ï’súäö™ŸïZµD\n ÇHáIìùé(9©u¨93¨Áòxè	<íGXÒk£MP¯r²hS²‰æô¼úêÈ3*ðp!5 òäñéâP\nëû+„š¢ð Î™`ÄtÎ0›\"ê Î™yTxz‘EÓ‹?±²4 À8 ~á{µ^ß-«ùâyÑU]ú‚	bé)‘¦t$RÄ`ø*$1ª¿ªm²HBã†=3!0ž\ZsÊ’”ŽÆœŠ ’†™2„(Ì4Ñ0šbßƒÍ0	Ÿ˜@eà¨¾}ÏN‚¶)H‚ZcˆM  ¢qæH7þ\r¬1Ñ«%mˆél}ÚF˜œŸÄ—c½€VÁöT-W‹„Õ?&ôb-ÕË9ºÏD+WËÜÕ p%ŠóÔ¸–2á—é§ñHÏÎ)‰ë\'¡ã‘ƒdaÈ¤¬°†)&¹ç/-]€×c8ª_8ªo ˜Ì£N(ÕQ<ñDŠ	â{µY£Š	R³^óf¾~©»jðˆS—3cœ\0è é¢7WOE›táÕ’	D4¥TwIM~.Æœhñ”qæÄLùZ¯À˜“¬\\Š‚Š@mæ-¢4L¡>¼Õ=@æ4) ô’(pÔ¡l!‰Ï”1\'.‰ðÀ=à_tÂ¨s® uç5…»ífµ˜-¶›åÊ>³r³´™ÄWÐÙ?>•›ò[õdþäqªÎ(a[Ûui§_§ŒˆîIHU3cQZy¿©i5ZÝ Â$W$†«Þ¾ ®¨ŽâJ%I…+XÚR’	¸‚NÀ›$‘p€¬^<‡OÇËM©`ÄÃ,¦x<7âÁ¦Ÿ€‡ûñ¼ïî:í»Õ«×lD¡UÝ,|.‘.5öUv¿³ûÝïã~CŠ¯Xt4‚ç‚»z+ŒüZyNûbl¬§ìygÏ;{ÞÔóŽ;Ý ZEí\'ßñîp…ýN>O,éûOÎ¹Êwv¸³ÃýÞnPw°$ýÔéîHCü.>¯+Æ–N°§²ùÍïl~¿KóÞµ§¢».ó¾;rQ@?Ÿ}újg*ÝÙèÎF÷Ç1ºá=}“l¥&-ƒê‰+|bÏžtôq-{üÊM-@î¤iØ‹p§n…hÑ.=×DJÄ5Q³:&žTS¡Î;âtÎË\nÁ{‰áVa0\nM`ÎïÞ–ÂÃŽ#ŸWÞ@ƒUoàïX]\0W\'çú›=,ë‡ŒÏlñãèc„ñøÁ•ôüeeQEíP•1©qó’†(\"Lã\n“¨W„)LA8é{Ã¡€ç”CÌg›€žÁ€g\0\'JC5O\rlŒÁAnAãÚvI ~ÚÐë ƒÛøF}îåõƒµØÑ¼þ³Ñ9åâ‡¿©îï.Ïb^Î—/cé>ˆCBâ6».ÃL‰4rˆŒË!óâæ 8LÄä`úo%Óˆ’&‡D*9„AÃ|QÁ#6ðeš4#3¤Ü|ÇzÊ4¸c\rMÐ^{ \0n5Äª/:RH…fˆ€â™—k;³iy·ø±XW³Ãvfo5?õ`2Œ/¯Ë´}Cs:•4Þ÷o½LP(õ€tlq&vAÆÖ%ó€D`>¤ÇžIë~áÙ²Àx¤¡èKæQ–gÑ¼Î:>% O—Êü€ÛU5+Í¯`°i\'\\~Û•OktÍ\Zê:ãS¤NÇ\ZumNþMf5®pp!p\nÈ¸‘†cø=Àj¡tF3l¾ˆV;2àm.pò¼Ü¡•rÎ0^×CÇ§çö)c¿ß¬ü^þ˜=ì¶OÃJFÔÑÕ–.ì¢pÝÈîn\0Wâ…Æç’D~2Ý†‚u!9d%¹~Ë\01ÂqÃ=Û0;»¬MÄ“$\rÜP†Ó4ù}\\ÚˆÖÞ!­½CÜ¼6¢õ‰»ã¼Ø¶Ipš2£Í–ÿôã±lâd\'›8ïÒÄ•K›‡Íœ.y.ý\"gÏ8&æE9­e?\'û9ÙÏù-Ä¼tPw”@ìœŽ6Ê/tö•Ž‰Ã¢¶ìäd\'\';9¿>^€Cü•Éc>N‡}trêhczÅ¶mæÀÒmDÒŠ\'\n§t¸^<ýF$óÝ\"%‚&Æ™Úlšb;gqMÃ	:ÉÖ#IƒCãd/­H ÜwHÓ(X³éÎé8\rÚ\Z!4dGK\rvö/û¬?¼¬ïªåË¢´?c¹îI›s™Ôo~H£‹ç\"Š<®É]^S®GNÓØ)G…¦ý=}kkï/P\n&ÇdÄ`&N²®öP‘§nÈ-ÄÍ”µŽ$W\"{Æq\0*t\ZTå®ªv³eõZ­·ÏCãÄê]…(¡qb—\0Ó«ˆò–4u`DA(›8®\'JßªÁâÓzP³Cîíh«.®ÆMp—-ýk3NÆq2Q£¬«ÒDXûÇÕó(Rêä\'’	âb#®ÞB£$Š‡Æ5Š´á€$ÑÒ0Eã¶…Ù.É Ð»ý9I½IniÂºEJ¾g’\\TðÛ#‰åÆvgžìÅƒ‡¦éIÌH™ÌÀ`,(»µ(I5\'’\"‘ %6©x^H	€é‡\\è8Q.n©$’ƒ€£idóeÚ„†ö8G®ÍDéY*6`¨»Ðñí¿Ù#Íø|,’qµ1Î4e­¬à‹.“>…Ò¦ú>sé¥ÕæP}ÛÕŽŒG(ÑÄL!û÷£o¾|0•¸‰„LêdðÄ€‰8¦ÎD¶ˆ0™ÐAÀì5&Sœ^xÈÏ^c`ÍÂRªé¹Ú=lwOuš:<ÔÔq:R<¡s]È!Ê™0Ø/À½Ò„Ä0¬Å;	ÜTO¦èxä4(4pÒ”‹Úz@1_7\0c‰=¦ÒÍ\ZRå³DMi3 ]ü„¯ŠŸìîlSˆ7è2¨Ðñ6eˆ6iŽse› qq\"aASsž$%¾ <4.è$˜€çeáÀ¸Î¡_›·þ`\"Û˜ÉMªamÌD\\ÄßÒ-Ž9EO¸À/å5¿ˆáŒv®€É0¹æ·$OS÷*»‹:/ÀúW{G SÒ±ºÿä§¼såK®|É•/¿:_@X‰Ž²TÀtH‡î!Å\n™á´w®Éõ/¹þå@eºV	¡ËÀ´r_«`sä.žK_réK.}ùm!m“.éÈáÏ÷W×ÕwO UK`žr	L.ùMÈ2µðÔP\'“(“KÜ~&â‘Òp¶;W½äª—\\õòK“èFRˆ-Wê¤¸ŒJæõæ%½sÙK.{Ée/¿=Q€ÓÆÊ_:˜È¶\0¦™â«E ˜NOXÚä–YšÐ}N´	\\‚\"©4-Ù1è:2¬W¯´d£E;(fÌ’®oJ¶ÒC—ã›,ÿÖð•–H‹¡	„áÐø::aÃ®ŽŒº³Km ì!Aö¸ß2hÝ·½(X;ÃÛ°‹õö~GjgâuÀ»j¿}Ù™_âl½šïÊÝ»õê¡šÕk.g‹Çró­ÚŸ×îÑúeÅåƒeº´³}Xš…—hé·‘FZ\0³td1\ZŸÎ	LoëdÄÊ!\\IaÁGC]d[4Xàáœ¾Û²½vŒXáDÊ´Ý–õEýŽ\'7OøºŽ\'ŸJÖý9lg‹‡™É‹]z9À¥fà•ô\'\0z2»ýàÎ¦ä:!…›UodI·µ\Zá¡ÁJPˆ’ŠYÒ´ÀF*Š1`	8­3™\r\ZŒu£\r¼ð¹`À¡Át—à;w‰¸ki;/„KáÂúi;wAƒƒiÇ%z\"©Dû7\'Ï¶R¤ÕVnqfˆbümµØnåâà“«V©Ýä®‚ë+Ë“ë·æ8º5C2Š.Th\rIËãx3D¼`éxÁ \0.OÖ*™ñš!&Í;£‹ÁóÃ&L»a§è\Z<ê ºàóÎÉ1^A<¤Â¬U8ät ì+±ÔlY•‡ÇÙöaVn\\\ZÎÃX3¦Kè‹7S¹v·9†Ý¼\Z Õ\nòQåÅÍ»4$Œ-ŒÑ2J¢ãî8¬¨²!CØ…`SŒ\'pkÐsî_2è9]ðÑMð#mXËè^—x…³ÏöoÜ_œ7„Ú@€+VK î³Ã+0²m¾W•ÍñlŽgsü›ãqO<Y•\0Äï{\ZÒpŠš¢Ès\'+ûâÙÏ¾ø{õÅ“DÂlq‡$ŠünTOFÙfÔ£+•]ðì‚gü»àqÏÔEr™vê(Óâ	û­~‰QLCÖSö½³ï}ïwè{ƒìî›ëªaä´à\"~ç¬¿¸ÏèÜóÊ.wv¹³Ëý;,üŒN‚Lî´M‘5sãƒ)2ÀR>êÃ©&’Áúðq*šŒïþ$…-ÿŒñÒSÂ@Ë?Oha]kÂXØl[hÜ>¾Ðé&ðZ‚aSœn¨yd¬„ÚkÇÂ¶p@0Í<šZÞÜç ¤*y5kþ¦ZÞÍË}5{.½4\\=ÿÄ.¯DêF&\n‘1z–hÁ,\"	°D\n%Ç%Ò‚B\ZÝšÓŒ¶õÇ2®â³©($¡ù6y“x,äæÛ‘<óˆÝ\"ß6‰B\nE)žzƒ|íQˆyî‘mhFYÝÌzZ‹ÇhY ÃÖz»ù6;T»§Ùj³¨6‡Õë@xÝÒ‰Ihûè¤½Ç¼EmÔÕõÅP‰åÅÕ7‘XÌˆ\ZÎc0“:3·ÂldZsž·ÔTD¨	4DÄ ¦š°_åqGç{y&-Aöì8ÐØWîÊråfc³Û›`Î.\\7W{¸©‡R\\³ìx(¢#”ßÚJÄ\'ÛP¡@öu,†Ã(–k3€AqOè^\'‹ÙBó;®zç¼:	«<“ñœ/¡Åé²££Éãvw8×-³rõ<{]={@±/=.TBzUEêþSÎe“(›DÙ$ºExö‹šDpK›G­€EÔ™ØÜ/qLØEiÙÊöP¶‡Þ=5…&¤Þ¢Í%\0O¨c–ðk ý²lû¤¾ì\neW(»B¿KÔ\rt-Àêp#ýšFÀ*Ã®ˆÑ5~Pý6@IÕô1QÒ>K pIÑ¢`«¡†Á%YtõO¤	ìB¶0øRC’·tœ;BÚÝ¥Nõ Võüù<Üj8É?êï4Œlì Ú<3cvSv³ëœ]ç_“1 ÙG3Ÿ;å¢Zû¹~›C\nœÏ²¿•»T‡¯ó/øóÿyýÉ¿ÊoÕ¿Ÿ«jùeûà¹š¦ne3¾ù\Z²D}\ZãÄa&€¨šñ.\rÜúc¥Ï\"\nìÂ4i0p¬¯ulrésêdV(3.bDÁrFâ·øI‹5Ãñå³€\\3¼›šO¯Ë[a\ZÛ‘fr~Û6À…²s#\0¸ˆMË§8ž´’¡°(Ù´|j@EcèdÁÀMÔ\n‡/C%:«•3·…´|qCsÇâŽËÜ®öY¬_¬n©?Ù›pæÚ*¾í¶/Ï³ÕîÛyÎ¼N\0ad³òá8s×e¥ÄÍc¡ù(€0‘\Z’¦£$`\'j<…ÌÊM–Žöd™(ŽL`Ë`ÿø•«~\rõc²¥™I,è2’,¶/›Åjíá£–Áæ}àb|pXÜ|`Ï›ðƒ›p²Å0ÊÍãN\n „`³2Òñè¤(DÎW!%¯­¡ð´ÀÜ¶Fã+Î.››CË®e<^[Êmæf€¦÷ô\Z°ø5õ@óõK53¿¢r3›ïÊÕf¶ZV³uUî6æWæÁ¨6	¦·`©F.›DÐû˜¦a¶n4s(­‘:Î\"`y²ÄtÇ§êRAƒ&Â&\r‹ÁÕøQ/«³!8ß\rÍðiFX”jì!ˆE½6,ÕF\\´\r´ÜT—Œª?iïîÓAö!ûGB:°ÊÜ\nÖ×ÒBÍü¶Ÿ·û•}gÕ«WËÌ,:¸lÚÝýZæ),ëŠnä•åËäMKmH¬ÔFrÐøÖh©\r`¼$2^jßš¬Ô&4fð¼^œTLŠÖ8Z›0ËUÁ öA¢µt¨ÚÃmÖGcø\"3PºÜ1ªŸ.ÇãQ÷ŸÆŒ¦lFg3:›Ñ¿‚@9t`/È‹v)t†ýZãÁEÑž•MèlBgú—c\n¨]!ªLbftÇâÖ÷ÚIÙ‘ÎŽtv¤ß¡#²8æLwd¢~å±×ùIÑý§qw(ûÓÙŸÎþô»ô§OfÌºÑ Œ{@®tÇ1ÖúÒµ{‰¸¸8áïº\'œ!Ä”¼5ÃÒ¸AQy…R˜A qó4ªa˜ºJf!¨„oÒ%àíë„ÁÕGÕŽÆsh\\‹ê¢ÅÅº²»tì­â¥±jíŽÔåå…Ý8}UãC12n$ýØ÷ñ…:´`2ò\"Öl¥H&8 *Žz:\'Ýø´*¨ælúÞ«	0dÎa	¯\\-_e-9Jó,-³Yx’ë¤F&xºxX`·›‹©[ËŽ4[¹b-›e Dø(DêG‰êwÍX\nF\rÀJ.\nÚAA[nrÕ/Ø@gÃËÞNx)×³j³Û®×OÕæpÎ†fl™\"uLBÐ%Å2¼ëéFÝt-Í®IUÓÁv÷¡4æ/kßà¹jžPPk7Šú¿Ñ…DE\\Û±)ú^p•Jf+Pý%™¤78xâ‚:-š±¦×ã»šÏœ–(Y¼ó˜Õ\"X-¶¬â¼$)n¼„tb÷Æœ—z×ÑpiÖÛ{šiÕz.X%œïâJèuR§öjjõÐì \0ãh´ã\"\\uãïn§vëèö¯U5{Þ®W‹nn©Û=Jºque©RüÜmŒÒŒ¤i\ZçjfX\\J\0ÌÈõËýHÁ8©®ôôÀ‰@6ýA4†-G&6Æ™B2 Èè„È‰Ko\n2ÎÜËrY(´Æy(ï%IcˆœºñÍ[Ø¥¶êIgÇ_·Ã]‘`3`Ïå±ë¬6™ÈL\0Lä3\nµËÜýBoŠ6¢on­æê¹ÜUK—ÛŽ¶9„1uUî„Ðóû2*È¤÷NsÃ°y‹Q†!]ýs<ÐU½¨Ñ‡ŠáBi6bÇÓ%Pdæ%\rÁ˜*8ÓgÇWþ€¾#(ÓìþTPéQ¼rŠ8Ó`¨“\r¥Á8B\r”ó²Â¦ÁxG±fNsïwbŒIL}’Õ_·ÿHÂLïwPj§û\0V-c[É´}ªfæÛ}ëõ…¹,k”]Ê3óZáMØé›0ˆ­Ö…‰ºÏßÿnßaŠŒ“ÇµÎŸÎ2HsD‘	Xs/´ž’\rƒöcp	íÇ õ€I½¨&çÏhòEÌ¾ˆYð¨>£â4Ÿ‘j/3­¿—Ùé3êF2®X‹µ‰ƒž$É\n¤#Í”_äÉ3Y«³ïÕÚWó®‡ÃÕqŽ¯Ú¼l^u sL¦©>ÂXqL’‚2¼d´\0	\0/EÐ8¼Ìý{‰“ÉÊ‘^Ì<­\'…’“Ú:TˆM™K\Z¡ïUJNªG1ŒáBŒDéÅõôJ¤Ëp]ÖË•\'‘c¢¥˜–Ã€1fÔkYÃ¡#¾´ý„GÄ˜¹ƒŸw«×rñãÌ\"ó+	º¦’À¼!J:Ù‹×_ï£<Sãc£‰-qà,:Ä•ªÍ°ký©›â\n)$`\0~a¨ï9ç—‰œ¦ H,¥¡µÝÔŽ›Ì…]²°ÅMº*H‚øÅb	²þGÞàzˆ‰\0ÙYórmëœÅº6ÇÊø5ÁŸíq„ F$ª]R£ŒáÌ¼Ðq~Ü¢ˆî‹\ZY6‡cÄG$+] µFfÊ“NØq;è?8Z–àSÀä¸VÐ@Õæ¹b2‘ÙA7‰M‰÷Úk¯\"`‹ØÀ­1|QPuƒí‰Ö·€	èXuÜi¡U/î‘hÑ\ZZû—…}A<¼¸XO8l©.Öüªív¦rŒ[*Q§‰]3&uÁ›¤«T<Ö‹³JÐh¬GÁJ%ï$¨bÊªjŸà›Æà&f­}ävÖ á-x\\vàÁ¬™RH—õ;cÆßN­ýmÍ¥qä˜×d;`?[¯æ»r×ÅfÎbbÝœŒdÿg¾œ?\\Ph–¦K„áQÏœ±Bœ˜æ±xÓHœEEß‚\r1béFˆ€XÄlìMXD–ÍVb X\r5xâLN`å„á;éq+Ú˜SêÊÅ‰äSë[p©–bÌQŒ;Š©‰ýob+\rP¨YmëÈìè£»,^ö‡íÓê¿Õ×Åc¹ùVí«Ã×——ÕòË‚Uæ¦¦z6\'¥œ1f\ZËåŒa=WÂ|F9þ£û×‡Çê©úòÏÕëj¶x\\­—½/=™`ezW‹Mµþò¼«^WÕ÷\nWµó÷RÕŽ„Œ±ªvó(QË]3Ö\Z\\Dç\".÷(N`b®jOlT¹n]ÖñÊ‰.g`EÇHbµ¨~:lzªd‡µK”\\\\é&4IÕ’\nAûAô5{¬AÆ˜T	ÈÝc-dA”:KÞÅòŠêj}ZÙhµ©—RŠ\'U²È”X´5	·Q{·ØqÍñ-*USï¸MœVš:uÇµsóY·ãšcß£I]±?mWãº–×{3¢Ì£ÛMž¸ÊK×ê*/]Ëêêg£¬^s+·\0¨‹ðimzš•Œ]­\'½ù òt %Žb£‹/±Ç2{i˜AN\0t :pJÉtø;ŠE´£¼±¾©¯r‚ø.Åb!fªTdÆZÎæâa9£h¹`ø#µ\\ÜÐ	ÂïÆ	ÕD -âN`6Á`˜Aê‰É0úŒ Î¹â´2òöNÐÁ¦GG6®¥°îð“Ü÷¾Ê—Ãv_¾ZÌoÂÐT7ðÞj(ŒJaŸ›G‰BÓ]3M˜Ó¡&¤…zZ25	jŽI8¬¢I¼_*=8òëà¨ªÏ‘žÏÐ²\\˜ŸcIfs­ÑŒ-±VË’iYª·‡#ïŽL¦€#“q82@|KÒIJ‚cŽo?$.Tzp<-©÷{xšb;¤Ø‰‘HÌòœ^5ÿÜ¦Y€<ú…bi<úÈr)F* 3nØõ3n@SÑ1ëe5Â2ä&á¶)ZptÒ87¾á,“(c sucð\ZVàÂ;ó^Q×)¦î©N½¿á¬+1<ReZOõÔ¡é²¾]Ù=¥môÝÛìš¸þ¡ŒÞŒý’ãyÅzlWN²×“˜‡¡çaèyúÏ_é¦cÞì-,š¥èjÄ®ƒ‰ì1#ODs#ODÏÑiŒp\nÀÈ0ZšÔ~XÇi24D9lòä±èy,z6y~@ßÙ- d»<¡®ß\rnaaxh>ú|]n\\œ‚»áœn<úU£ ˜OáôžÛÓ¯`œ³Ù>®G€?Go{Ð-?2>óÏð}>x/ë4©:]®­†è‚ „ñæýNë“<ë•ƒË!uÔa©Üï“ó&ú_8f\0w~Gsãa÷Y÷!º9Î•›-‚æ²¹;Êùöå`ÓÞÿ½MÿHñ=	');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_downloads', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ…“]nÃ „ïÂªê$Zß¡W@Ä&\r*?º’å»§cJÚ¤•f˜ov40	ØuHð&- ÉN\\¢ÎAsÔŸ½ñLZ>2;¸—Þ(Ô	Àá5ËKé–”ðgÈÝõBqª¹ý@Ýp×p×\'zÞÑQøKaZ”Ð…ööUSÚê¸ýä61_kÌèy Û¥˜›ˆá½eÚ3ä¾†\\]è!ƒ®bLOØ­„IŒ¢WkzîœÐïOp\r_zJ,q©Di‰¼Tå™aS(lÈUr/Œþ¿Pî}R(·T•†Í\ZM¥aÃß˜L•LÚ¯Ì”y¹;˜ÂDî1Ïßžà-\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_downloads_chunk_0_99', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ•“ánƒ …ß…ÿ+k»^Þa¯@¨Ò•\0Kš¾ûÐVŠÎnÙ\ræœÜïÎåPÀEBA=ì_	 ~û^Såx {¸x¨\0)~\nEë¦\0„;ûR„øl•áÇdMJ¼®ð†Y©w~eõ;¢íñI‡’öÃ=[@þÜ² [Á´qˆ6ƒF\"SØIÏ:N3Óc@+õL{þµ¤TÔ÷)\\bn–˜£çŽ¬2ä(sq\"ì2`p\\ûc†Ü.!®;t—Aâ8=a§)3pcZf©…÷²¿—¾$Kø¹÷¢—BÌ-#/Eyf˜ªMk•Òè¿åÞ\'rËb ¹aR@£Yßäß˜LLÚfJ¬ÿ°ôÚ¿†•‹\rèì†íÚÆë<…`=`\\ƒ	\\9Ñq×øUÿ½‹ãËˆ»^ãñeªW');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_outlink', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœíÛQnã \0Ð»ø­`\'NJî°Wˆ°=iÐb¨€Ô[U¹û‚œÒPí÷|D²`â¡.O`{Â(ÙÑONW{FëpP¹&C7´¬Qì\r%+Z´ç7Vvª<ÿ)öœVî³vâ\ZPïý·]lCs–p`G¥Ý7ú©¯r\'•íáÄ­9ŒÜž‚î\'¸|èûzØßTÏ&Jj@¿ƒžs®S9CÌ-å&JºÂyçŒ‹Žm”Ðj&Í1JÙ¤RÞ£nI·QÒ{g8ûœvÙUÕQâ^\r‡7­:0†Ë×¾®Réc¯ƒð§›ñòÍCù.`1 N\ro,W2? 8ö›Å!É=,& ’¡Xÿ|ÎA‰	8÷}™€QÏÅÍgE?Ý‘‡@BÓ3T~nî@JÂ‡³5YMµEY(eE²*ßTed½ÐbÇò]$è\"¨u¡®HW½Ÿžêª-X«Î¶ì™æêLØSì«¾jô…¾ÐWäkí›Ö™Õk{[½>ü<îÙbíªÐÚB[)[ß´ù¡-°‚aù<c¾ë\"+Ä…¸W„«ñMMfcx»íêŽVY&4ŒL÷æ—±š¿Crƒ¸FgèEÎ¶¾i›q¶¾:ãÒ‚–ÌÿLepŸˆÄX–ØÎ7í2ûD71u¥éN#k“°*„…°VëÅ7½äN{ÄN€ÓÃÃMúB_è+ýRy5µåj5š«°Gåî¿ðÍâB\\y\\×’\\ÍÆí‡9›éŸ\\*ý\Z-^è}¡¯´¯©pƒd*7üö°gè4;‚Ò]X\\ÁP\nË›Š7H¦zƒì®ÂÜe²ÕŒK,Ý@^È+ÏkªÝ ™â\r?5;¦´[¶Ž\\ö~£Èa±†Íuóøú‘!²²©ˆƒü ŠÃÛ]~ýU\nîQêJëšª8H¦ŒÃ_—†ÖÍ+Þƒzúš±!6Ä–Æ6•r\\-Çæú@z 2TöÊvûËå({');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_outlink_chunk_0_99', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœíÜ]n£0\0à»ä€ù	Üa¯p\n*Ø‘mÊFUï¾(SÒ’®ú6•ÒÚe¼©?ÆÆ“¥)9¦¯UJN*%qrLw4õáÞ‰¦ÁøÂOÒW•Fé®¦«wÐ7Ý¹»S•úæ+0_^Dð¾ó Ç!Ý©¶9ëªagÎt\'äóîTôm¾¹ÏÎe¥Õ¹«t¹èôq¦â‹¶?cý»ÖÍ‚*&_˜œb†k1Ç>ï!£YÈ±i¼îÑjˆgµ¤\\]f!k!?z½gA?\ZÇ«Oaí&?˜.Ds¾J‘3¥*þ4†üµðË¾Ã àrÓ –]ÆxÓPîu°”‹æZ3]	þý€æ}ïhÞeu@ËÖü\\Z|=§N+pjû4g-fú“Äˆ¢F‰acÆÙÊáUj}M]7k¯tŸ‹}ûl½Á¯üé+uža\'™™’ÖjôGFý¡?ôg¬ûóßý)àÔ(ñm°¥ÒcCJ$¦ÄÃH2F’HI\ZwHSJl˜Ì™lg7³q\ZÓ;ñüŸhÄ‰\ZQãƒ	²ëºý7$Ã~M›7¦§›_*^´JËŠM+Xê#PŠ@ƒu !™Ò%ÍD«÷••(­uÙµumßX†™˜;‘&Ò|$w†ÁGîüÞæ2•F°º£­«ÛÀ$j·+èÍ¥­.Ÿº›}ñZ<U|_ê¦.>¥Ø\0£ct|7Å‚Å\Zø3×Pë\ro4gÙ>ô;Wï¿ž#Ù\"[d{ÿAR4­Œ‡«®«ûtÄÒƒŒd@6ƒ„SÆáŸO=C”‰2QæÝSÏ0¶j~ÑBÓZ²ŽÊB9>_XŸ\\gÆ,¯Gð\Z¶z…¦ËjF%7\'Þ!ÉJÆ•‰ãâzù\"ßÖÃÑ‚oÅ5“œÂi­„\ZäÞÕfANNp¢ºò|%ŒˆÑ+zÝàÕ÷§…0£ù^åeG³µÓá²ù™“™&.ñ’8‹Ñ$šD“˜ìÍi~Ëkf`²fÜ Ž®l P”ûÈCáÄ¥ÅK•3B@:†)ß_$cNV=3Ç„ÍŸñt£àNw¾%¸¤õE˜ÝkŸW·’³qCu!ñŽÁVÝ	¬†»’jç&Z\'§Ü)ÄÓüHö±Ü¬êï.NCa¡Î)ÏáuÁFÕÍm†±8S‡³gW,&Æ;Þ¹#[·Aæºò	RúoRµï$Cedˆ•‘¨µÿ’öÀ›}t nY.™Ò«knÞÈÕÝuØ«Ü~È´ö:|6*Qåý£%?¶Uš7òLš|ºJŠ¬È1J¶Ö+÷ûi(årZ,UF›hó\'¥Ê`3§f/,MžœL\r[çI×öRå¾ô±¼9ùÅÁO Oäù³c]oÏfvFýÒFÜz¢T”ºaë	óa”\n@™Ü¯þïƒÈ¾¶qû¡.ŠD‘(òA‘ó¥mÃš|\n&ÖK£–@ûbFïˆ@(ý­§µ¡]³¸á‰íÛ?Ïo');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_sitesearch', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœíÜÝrâ à[Éx&ñ7ÞÀžìôšPeš€CÐÖéôÞTÆ®{Ø÷À™´ÈÏ`ø>CŠl^|±b¼\"En7²eñÕÓbT“WZVm‘ê?^÷-ã´m%ÉÁü›™þ¤æc6r³‘Û¿²ÅÊ4¦w£vß¬kèšSõ!äûhUÊ2Ý,]o™j×Lm{•\\\rã½²?¶„|•L½N[*Tv}N†ú´u.]N½.m‘m·ëñª`îu¨/oß¼.gC]ºZ—Nç^§®Ð¶Þu{]”å^Ç•hÖ;)J}—ßØîól¨û~ÝóA˜æºƒèW±ýu‡r¯ÂÕ•¢ÙÕT1Áãä×½s@~•ÁêW¸\Z€‚¯kAªð\0ì*\rÀ®ìf\0z%ß†)RÃÈ™ÙèûÆTM×;¢¶wE}EÝî}J¬|Oväxã0³—38„C8:¼’äüeaz»<–5½Á—Z|9ìÁìí9E^…WÉÄ}xÀ<À‹Á»(rð&axËbD«}IìåÆ‡\'?à¾0¾kIà4²cöÓç\'Ž”&D_öV^â(,Ââó«0÷P9–³Ë±nKQ×\rå\n\Z¡\ZŸÖØ³äÎÃõðÝ°·€¾t~à~A~\"çnv§ÇÀ¦ÖÓ&mô&3Ì}À|a|>%ço\r6D•ÛË\r»³&3?ð¿XÐIòÂð‘¼½ý›Vô3ŽH¡ú /¸0òèER`R}Ý\Z*K*“Fpz›ÓÄüYz¹ÑäIŒ$Ã,M‹ŠJÎT@ád†`†±Ø GÉ#I‹Ñ___¨¾û’Üæe»ADç!£‚N’0’c‰fÜ±’&„s¦`Kd`:Äš(,Âb<:?ˆÊsÉš™œÓ»ááð?ƒgDž»HZŒ¹°\"D–6Ø]˜5ä©‹äÁ˜ÓPRÏ“ÈÐ<À{žÇÈ³É…Ñ§z¨ö÷á-\0ð\0/6ãyê®2`òñ:}Õ¶â#Q\"!»]}LÞ„LHÒÐŠ•¤NjJÜd˜Y“Y7\"4”?\ZåiÅÀ|DçCÖ¼ßÐÇ^*£¯Çi§Dß™$Mà[+ò·õGC}d¹ôÖ“‡1’Nc\"ç½šÐÓ#‚øp‡ñ ¾£äŒäÑ¤i1úõ’Ø·BbXÄB(ŒÌ†}MÄH6ù¢Ô\'(iø7½xzC0Œÿ¦×·ä)Œ¥Ôä—×C™NŸ}:ìqò,FÒh²Ì{i\r©zÿBü@	”a”!WžÎY8’NÌ\';ò˜p¡XH%p òG«ü—ˆÇ,Ëòû/^hçi');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_SiteSearchCategories', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Contents_name_piece', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Contents_piece_name', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicePlugins_plugin', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ}ÐÍ\rƒ0à]<AømyÙ¡;¤ŠK(”PP…Ø½¹äF}°üdYŸ,\\±3”6ÈbH±{ gîÖ‘ö(Aõ8ölI3ÒP‰*õZXVØCÊô-þ3!·Îø.*êÔHE#=Íjd\"‰45mªü”ÈE¢½?\\÷V>¥DfkÜäÌ×Î²TÊRòìV;;~t‹L]d*müjÆÍ¶añ×Çáë­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_brands', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ}Ž;\n1Dï¢X’?ëq•„\\ÁÛmi|÷HaÝ’b„=3H¯C0v„Ö¡ëQ1N$ÐÑŸ¯ƒÚ‰\0¢¶CL¹ÚPS’Íf´T@¹xž<ªI=Î&öni¾Ô>ìu¯Äð±¦yv,`Lßx_Æo;t{,-ˆ²^ \nb©‹dc‰„¿A”ÿÌ7Ü9K');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_browserEngines', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ}½\nÃ0„ßEO`[þ©Ï[×BÖÎ	d0\r]Ú-äÝ+»…@3œ§Ã÷áŒµÂ”ñ·d¬/Ð2NóBeß¯K}>¨T8QN2X³N/ŠIïA\rNñ¢gÍkVeDÖª«\'ovkO\Z\rÖM_ºñŸ%‚îót«ï‹õ¾±0ÈºÜa88ßböˆÎIÜ)‰unêä¾ý1ô¯8ÖóYýöåp¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_browsers', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ•ÒÍ\nƒ0\0àwé4M4…á`ŸÀ12ÙeGñÝW]â@YeQ“¶ùHÓ§¡#]4„ò‘Óð\"Gªonm¯ŠRU©ŠŽ?Èo“@\n¦œ+¦ÝyÎþÅzŽŒ1‹h\ZÆé ‹’åËJÊ;Ïõ4bÞ!mu`„µc6$ fr­bQ ¹ûB,.ë’mú‘§¸ç¨â\0fÀçÌ˜Æx#&_&fè5Ò\n›Td¤NÝóÑÞO±HKìw6Œ8Ð»_Ói†ÛkÆyÛŒÄpÂ_]ß¡ºÚ–');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_browserVersions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ•ÓÁjÃ0àwñË²¬D>FÛô	2ÖCXé¥ÇwŸ3,\',«ÓLÛØ¿”^Z±±Ô—NÆ›˜Kÿq¾˜xK[Ìñ¡±&âòÀüôiˆyâ|Æ !¯qþÐÍögfJSé*+ã4ô¦UÄá˜aA d°Í\'B<yµtÕ1î!¯!Åø&°b€ÚÀYÓþÖÀŽ÷4ï§¤¡EÃŠé–\n2¹{5Úø‡ «X0d	rXbñ¨gÛ\06Eòu\rU5,æôRLé§±`ê[×Œc\rÆnJT§„*Ò=/Ãõëüù|]ƒPâÉÃ/e*í‹îU	ëÞËå5åÒþ‘Kåo†2}ß+å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_models', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ}Ð]\nÂ0\0à«HOÐ¦ÿé“]ajÑâØÄù6vw“±*ÜCB›„æ£-jœ\nÊÔþ§-Š®=çN¤•C‘n¹Ï¯r9\\óøxO‘\n…‹”4……@ÙÐ8 pžû–[Ñjn;\nÅ³>ñº(ç#—ÒL5Ú.qšùÅS-ì¸ŠcóOUÑ¬2BA¬4g¥_ea³ƒ]X\\\\¥¹}®œ°j–O`ŒBñý%åT¥è-ÅïIæ‡æ}ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_os', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ…Ð;Ã à»ø`Þfª:eh:tèL¥‘²eD¹{íZ)Œˆý¾PÈP]HåòÛ$ª9‚µ¼Þ+ä\'ðœfÈ!—O¼.‡‘WË$ðAæNFÉ{.-Ùå\\þÐ—ˆUGkçß§¨îrâÜCÉíríìL¶I8 1uŠw*4I<CÐŽ!ø2Ý›ãø]ah‚ï{h¯;ÂœadØ?ep');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_osVersions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœÓ±n„0àwÉ ØŽp¦ê¦z:t¦R‡“n»ñîMhN¥\r´CŸþ˜Qz™®bã(¤\'ƒLwa1·ñýãfâ]¼˜·ó%‚5ñ*˜Gž(\r>Í.=ƒbÈåûœËŽ†>}!æ•Sò´¼b—Òœ.Ó­Ls^ð¢…}¨Å…b!ÆÕâƒZ¸8€¾cphc°‰éÅ<?¦Ê[9«¸jÈòoÁ„6…Q¸£JÑd\0ÃÃ.aÝ%êÀÍ&qãb¸b4–\"$Q±+»q´¼Ç8¿¼FèWF¤_µUÀ/‘ýÈNÓú&d(yØ6ÀW¦§(5\nµS0à?S	‡R	M«–5P‡ÕçOˆùGS+h');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'DevicesDetection_types', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ}Ž±\rÄ Ewñ6$v¸8éŠHéR\"vÅÍ)¾g¯#aìàÖ‘c£\'VÐÑ¿¿ƒÚ	1µÉ¢›•lÙ’kg$õÕIá…m-~¡Zñ8qª>Â7šÆì;Æ˜þä\'À«ˆ„Hxˆ>\ZÖ¬!!Eêãÿê›Á¼\0U\nIÝ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Events_action_category', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Events_action_name', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Events_category_action', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Events_category_name', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Events_name_action', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Events_name_category', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goal_-1_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goal_-1_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goal_0_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goal_0_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goal_days_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goal_visits_until_conv', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goals_ItemsCategory', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goals_ItemsCategory_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goals_ItemsName', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goals_ItemsName_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goals_ItemsSku', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Goals_ItemsSku_Cart', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Referrers_keywordByCampaign', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Referrers_keywordBySearchEngine', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Referrers_searchEngineByKeyword', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Referrers_type', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ5Á\rÀ wÉ	…BÍÝJ}TâÇ±{J}Ø‰­SÒ`˜´6lÿr`$Ho×Ý¥\"bRÊt§oT‰FÞ…ƒž<å=eÎQšŸælq,êW-vü¥˜ËÏu­q¨&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Referrers_urlBySocialNetwork', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Referrers_urlByWebsite', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Resolution_configuration', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœµ–ËjÛ@†ßEO0ç2W­J ÄÐ¤/ºvi¦!›lÆïM<·hªÙ¤c[6öÇwþùÉŽNŒ—^XwzsÒ\r/‡ßÏ/Ãøæ@¹á×îi|¸Á¢˜@1ŒG‡áAá™ýwÝ\0þ39ú;:>Óá=@ü²ø¸rž/Íÿ)Üéìè)^hÐÈÍÝÃhÄ¤1Á\0\Z+ºAéÈDF&µd2m&ÜdÈ3-\r™hHg&‰I²\\Ó¤ÛH´IÓÏýE“Y$PqbbÔ èJ(îzzüvç=¡T³\'æœ$¨ŠéF*ÔÖ(SŠÚTr³*Ij2Š“ªÀÄ9ÞY“Ò€ÄÚ<jsÂWxŠã–©aôU9*Ž[<m 2\r%;B¬ñp›Çlæ!e&¸EŽUp£ÛÆa7ì~ì=OÆªÊN‘\\E(q§“eØVÖ©ŠPTC™‘lF¢Õõ:­òÈV‘âÐ|;ŠÈd¤\rH°Dêí~aû\"Úß aF¡—1´‰f&L¢0·ãµY‚Ng¢”ñkDæÒŠÒætÞRÂ«Eb;TýÒþ4¾b¹¥MRT€É‰RkD½ém/lâùÔå-’‡Wä)W¤ŠEyõä:•Õ‹-z*æ†I’d^CêIêwÞµ³£ÏHÑRÑùŽ„?@o’Ô©î¢šªxÇ¹e¢ê>²ê€N»ºQ\\ªûûñõïóŸÝëHv¾MâM»–n¶ëûP4Yí¸¯ô„íú®‹î¿ uê;lÝÇûµ¡}Ìùê4‹È');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Resolution_resolution', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ”Mnƒ0…ïÂ	æÏ¿¹CïJ]DÊ.¤(wï€<6…b§]˜Á§7ï½kFÉÏ[†Ë5³Ý¤ü|d—§ûõóë>]º1a\"˜\"L—[&]ÈzYWÒ‹èS¤O¹åØ-Ç> þø²Âeyµn£]Ö­—þÕOB~¾–×}ØÆ9LÔÏP„9Pc‰…\ZŒ†%ºS\ZêÓÐ[4ŽÊ¨†¥Ò*$¼§	}Â8ösôb0T>â	æI63JåöQdär^ý\"RU¡dª¤­*d0Ìb¢ÄŒëÓ¸¡*ìãœêˆ\n5U*Hòx&ÊÀ·þ½Q³ŠùV6’ 	A2×âe Hè¢5Ê“7gÃqM‘rtÆ!}Ž8”ÄÇ¥W\\KÍ×TQ„\rF°Îç„>M\ZÒT\Z„°7\n’µ/OuD-Êuö;wu­èZ„\ZÌÆ-Õ·Þ»ÿ’ô7-å%?Ól(»´êÿ%é—­ú–“v­ê	2ûÓôÚ\rû5»bðÝ¡O°a aÀDW‹×7½É\n­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'UserCountry_city', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ5Ë\rÀ0CwaÈ§iºC*õP)·£ì^S©lxXÐ`˜´6Ä¿902¤·ëîR\"õA`™nÔÈÚ“Q×báðDvR¶\\è_N)>¸›ç‹ã¤Zd|§˜ËOžu­ÒÙ&¡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'UserCountry_country', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ}ŽKÃ DïÂ	ð\'´wè©ª²C]!î^;\r«HYØB3Ãø­`ôŠXVÈ|dô†a_·÷J³Hø¶P*Øæm‰M¢d[ÍâìÅ½ÄIÝ÷.<Š÷VyÂ;4Ò0ÍîEôá•¯)Ü’|¶IÂé$áãŒþ}•	B$YNëÇøË.L');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'UserCountry_region', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ5Ë\rÀ0CwaÈ§iºC*õP)·£ì^S©lxXÐ`˜´6Ä¿902¤·ëîR\"õA`™nÔÈÚ“Q×báðDvR¶\\è_N)>¸›ç‹ã¤Zd|§˜ËOžu­ÒÙ&¡');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'UserId_users', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'UserLanguage_language', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ…ŽA\nÃ0ÿâ{Á’·^ÿ¡p Cè%ôdü÷J&>Úƒ„X­VSÀh>ÈÚn/ë¶»<æí}û.W°ÖÃk­HQ{P‹À\'3,¶‹ƒííÀ„{¶è\n\"sXFðCêªéKÖ-ò9…0¯uÂp<ax|2†2Yˆ$ÉÉrAáð¥áíN');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ…Ó±ŠÃ0àw1tX’í¤òÖ¥[Æ[2Â\r—ƒBß½ZÜÉ•ƒ0øÃ’¯‚YÎ&±®Â½ 9Éöõ±í¡‚“„ûö³ý®û÷²ýµ£ý¡6!]œê³	ê¹(§V\\—¾ñYd	b\'ÒuHG `\'h(°\'PòPHžÀÀ¶=!A²»(ž!¿_c(LžP t‡Âì	L]ˆCáj\nIÂèí˜j8Ú³@;™Z3B‰v3hg³èD5œä)v>õ×!!pIc‡T/Ã%_èf)Ïì%7');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'VisitorInterest_pageGap', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ…Ò;\nÃ0à»:\n,É¯Ê[Ð;¸ÐÁ-cÈÝ«E™D<~,ûÃX\Z‚QÎ)±a$ç!YÂ>¾¿=ôC+CŸBº8ök\nêA½ª‰ûÇ6	2‚Ø%hE0°ˆ.Á+\"A2¢ºBZ	²	ÙòJ(PMH®P…$¡F#šKÔGB3jKï¯ ×hK#Ýï(®ñ^„/Úî®z³uýbÒ¿0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'VisitorInterest_timeGap', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ…Ñ±\nÄ àwn$ÑªÛ=À½Cnºu,}÷ËR»¤Í üˆ~˜ßEeï‚m‘x–}“IÂº|kh›$	„¡ua]±¶£éI½«)¶Ï¹qoh&‚8Ù4Ø3\"A‘‰ÄG$KÈ:\r_\n›JzTŠŽÃœc—2yŠ\n®ÇdSÉž¢‚ö2”d*ÅST€ÙSê£R%¨\0TÑùéÙ­·\"½ø}*ÅPŽ?¨•Ä-');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœ…Ò;\nÃ0à»:\n$ù•È[Ð;¤Ð!-cÈÝ«Åí\"¤Á ló!Ëÿ&TäÚÇ&y,×)UÒ±½?G\Z§ž$JcÖ•Ë¸w!½ˆri•Çkn¸O‚Ð$8\"2äITSÈ‘P üÞa\n%*Ô)Øƒ¨‘Ð ùB‹„}\nÍz$,°ø=,®P$­@ÿQÚ]¬®¡5Uàß4íLM­¹AÅ\0ñÃÙôW5à)~>»¾	8düj3Œôà§§Ü_·M');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'VisitTime_localTime', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœµ–KŽÃ Dïâ¸š?¹ÃÜ!#Í\"RvYF¹û8\n3¶hä…W \'âUÿ\n®Yl~Þò|¹fÃMÊÏGvyº_¿îÓåýñ–¥¬¦¬¶¬®¬¾¬¡¬\0ÿ8ÿm^Ë§åì9?_ïC¾ø¡OÅITQ©rÕ¨TS¨hööòÈÈ“L…,©‡†Ž¶*ÚnÐXÑ šAã Ù©dWýÓJ¶õ÷(=¶ÕÙ^eû“ÊTj(TÃ\\Û²,ÉžsŒ½*<xdµðZj$qM~þá£ŽO*>5\'¾ñ^V¼1Ä;€©7[|ÐñÐMt18ö›o$*ðˆTàví>è9–Æð¤™óXËoÈßÀ\rðºµÞ–ØJ®é€ÊG¡\' \rè.³\0	«[›ÀŠtG`¤@7;Ðí8@\\øPs`bµÛ„Á@w=lmlÃ¥	ª\0ß«Á¨uãÏdlSqä6ÁáøuDØˆíÖÛs²½Œè>\Z!†Nh–9êbfëî\ZÝA3<ãÒÝå¬×œhæ÷i/ð…Ehç½\0!‘µ·[ƒù—ÁëŽu?%ñºû	Ý}×¼wêÜ\'Ç¹?Ör¯_Vj:Å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'VisitTime_serverTime', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 'xœµ–MnÂ0…ïÂ	<3;6wè¨Ô;–ˆ»7¡~¶ê±ŠÄ\"åÇß›¿çœ2û|;gw<eÁŸ”o×¬ùp9}~]Çíâ9s9d=Hüúë×õqÚžÑí¾¸í‘P^‰åLTÞõîqå¾^Z1.ßîÛz¸0€\\àøŸ³–óŸTgSÙ¤ò›¨bR¥Kôv¤’jÊD“,…M{¶Ølo²ý›\"V“ª…\nù±Eq_Ød³ƒÉoŠ8šÔ¸(ŒÓ\Z± bôS‰\'£´˜è4…Âæu”©6˜º8Â{ŸL|ÚENK‡µ¢Œò>óÛÉhoeÞ5¾¤~z5û4q2,¡H@×íK«ýp¾u‚·-Þåid›\ZÁÕ„MÜïkÓKHÃd™(°­àm¡(`Xßí`ãÂ‡	ß69‚Ë¥Â×®ó¥& (ÅNä/i\"Àv:‚ÕvíJ ¾• „¢ ìÐ¬ùmÛ#ø^D\r:ã«5HöSf%°­à}hBüf>uø(Æ¡÷ÍzÐ6?‚û!8bm\nBÝìˆ}ÐÛmä\'l¨M¨Cø¤þl›c	Ì€tîK®aPág€\'_tˆœà>6¬5^°éÓÌ¾)m\'d8!f ö>À­dØ„Ñpÿá <§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_actions', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœí”_kÂ0Å¿JèÓö\"ý£UÓÇá`ŠŒÍ×m¦amS’¸n8¿ûnª©±X}˜{P¨=ärÑ›C°7»Á}o$`\'#sš9èvPL+4ÉËŒSŠž\nE—‚(Æôƒa!]K%•è•+’¡Z‘JôöìDûðxúiDén®ž~ëW\0/‰½;r\'Šå4)¨ª¸øp¢œû\0YÌ“S2©˜ZµLºÓnƒœ­šÄ°ìö\\ø8ÆD¾.˜Š¤â“\nMâõB8\rÐôOÑßf`Á˜RÝ¦Þ¥iÓ°ty†Š¤ï;˜úg	O\\{”¡…r(¶Ï<´`:]~`á¤<OJÁTJV,\rTàŸ‚j{Ùî\0…Ö¶ÄÆ`¨ºG@£Kõ¼^²½@¶å$PÛp4Æ¼H2NÒócÜ˜vGcÜÔâöìZø›ÇûÛæ»F˜Kæ7q`„gÄÈˆ°[ýE°§SAÏfI–0\nLe4)‰ZÕSò‡|€ú²ï	¢Žzh2#Ùš¢©à%—¬nu7™MïoÔŽÃ+ìr1\ZÏ-nô)„å+ä„	¦í/b^ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_actions_url', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ…“®‚ @ÿÅP‘Ôuý‡~QÒ‹…Ò\0ëm­BÄìåæ¸óï=0.weG‡ …»†\Z2A÷Ld†\n²éœuªåE!Àû‰.}€|Pu;·`»h@\rdz\Zˆá##37©lÅÞ’¶¼í5îÉ‰MnÜœÈuš|Lr\Zìç2/í“yˆþ~êHE3ueÊ™à|SnÍfÍÆs‹LÉøÔ³\rÊ„C›à’0í¶™™6R1ŠŽú8Ë<¥YyQ‹J©¼’éžÛHæ#UáH§—¹(y`ZóñÇKájM*eù¼©¥ÈÎÞêð&tÃE0Ãåø](f?ÅÈªP\n¼]c9!iÿÿ5Ð¬ðvCn—ÞÝ(c‡lëG¯ô²*bý6²#ŒÜ»‚G)z¦È¤Ñ†*“-\'v2æ¢¡(G#\rŠÝ¨êun·[LçÂ\r»­äfuÇgÂ^Ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_actions_url_chunk_0_99', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœí˜íŽâ †ï…ÿÚýXé=x\rZÉÔb€êl&ÞûB+ìZí$›ìd“Úyå¼Î“£”¤ä\\(!ÄPíqA	vA“we„ ¦V£ÍˆxS±7Pp‚Ìí5¸°_4ÓÆ.€.@ÅÚÞ°¹™”fÕJÍ¬l˜>ù\nŠÊ(A&_³)÷\\«òÌõ~$²™ú	¼uþâel^À‰èÛQêYQLž˜´Nà2ƒvqPrÏÓ]Í¤ž7Ô¥éfÒ^¦4¹gEKÚ¨]o¦[–ìž‘ÕÕJîYù?sî™™T!ìÙ©Ä¡<J±eJñæÅ™Âèž©±–÷€=kcÉÚ	œ«)Á¡­8k¦¹hžòµ†|É]CcÁÍ1MYZ=>Æƒ¨·psŒ‡±õøìz#f›W×jC±\\‘¡¡S@ürAÖûÖÕ¼Y4ZÙ—÷Š€½ÖGE¢h»ÓBÓZ²3••ZšgÚ×hÃªÝÚmÙµuÔ°ó‚™5¿[ðF³IíòDÀ&°µ~¹ô¤°˜A˜Áù3]ÕMÌÈÈÈóÅÉããÅN¸uÅdi0S*M¥¶»œÃg°™Í›+nìÕ\'íûš<ô5Ñ%_eÿ€.f–§t4..ÿµ¯ÉñŒ¾†7Ûº­X\r„9Ñºe³]G¡¸]ž;Ç½MÒ¡ÏîmpLÀãAAA_œA³:œt^‡3“<C—“^ÑcO%‚YbÑƒf ÇþÏsÓP}Ò„ßR4?€4IöÙßRLKð°‡ãÔ÷ÇFhP6~6’Ï5(4’®¹üC²;');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_downloads', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_outlink', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_sitesearch', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_SiteSearchCategories', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Contents_name_piece', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Contents_piece_name', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicePlugins_plugin', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ}ÐQ‚0à»ôcCÔŸ;x‡\nC*C!Äî.1áMûÐäOÓ|iË8a˜œáö`±D@¯>P‘Š®kÄS.°ßZÉ6j°lÉå—½ñÙr8Ö»a~\ZV5RÐ\'Ö	§Ô—•~Hª\ngÐó%E3JëõMª“Ðà9ôß~Ð¥L—P”0ù!È­uê¨S4Ë£ìæØúRÔW¯_G¬p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_brands', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹­Œ¬””¬3­Œ ØJ›\0%\r­”Ar¦Ö Ý™VfP9s(ßÐ¦Ø\0,RZb`U]2ÈÏº¶\0$®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_browserEngines', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµN1€ üK_@A1^Ÿ`âê		n„¿FG‡K{wíµ\Z%B‰ƒ™ÍŽ’±‚’ó!‘d(I„nà3êÒ,q÷Vé»vxÛàÌsX½JíÌµÄR{Ð9…ïãtÄû¿ê~H}');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_browsers', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµN9€ üË¾€Ï¡71Qÿ€‘‚Hl,	”–“Ý92»ÁAhU—áFòf·žô´¸ë´Ç|‘v	œ ÊlR„Aœ½Vç‡®x}áÌ5,^%ff b.Úªðý„­ÓçãÃØIÜ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_browserVersions', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµN9\n€0üË>@²ÆxÌö‚ þ!¢EPl,Cþ®‘¤´´vç`‹ÞA‰…ÎOÁ€»lÉÖ Ñû¶§t…f‡ò?ÐéV1z=#±É¡N^“8s«W	‘Y(ø‹æ,|Oi@S/Üæ¿\ráuL\Z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_models', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹JŽÖ™ùy©JÖ™VFPl¥M€j­”Ar¦Ö C2­Ì ræP¾¡!L±X¤(´ËÀªºdŸum-\0ßY\'S');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_os', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2JžþÁJÖ™VFPl¥M€²†VJ† 9SköL+3¨œ9”ohSl\0©\nm1°ª®äg][\0¼à%	');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_osVersions', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµN9€ üË>€°(¢³/°ÑÂ`bABgIø»` ¶²˜ìÎ‘Éx¤\0-C¤ýyE’3hÝa§I€)à‚¡Ý±DÄÕ³R;¦æ¹Æ™{X¿J®ÌC#åZ´uá{Ä¬ì#òtJ&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'DevicesDetection_types', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Œ ØJ› É™Zƒ4gZ™AåÌ¡|CC˜b°H-Ph‡Uu-È ?ëÚZ\0ag$M');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Events_action_category', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Events_action_name', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Events_category_action', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Events_category_name', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Events_name_action', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Events_name_category', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goal_-1_days_until_conv', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goal_-1_visits_until_conv', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goal_0_days_until_conv', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goal_0_visits_until_conv', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goal_days_until_conv', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goal_visits_until_conv', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goals_ItemsCategory', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goals_ItemsCategory_Cart', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goals_ItemsName', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goals_ItemsName_Cart', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goals_ItemsSku', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Goals_ItemsSku_Cart', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Referrers_keywordByCampaign', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Referrers_keywordBySearchEngine', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Referrers_searchEngineByKeyword', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Referrers_type', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ5ŒA€0ÿÂŠµ\Z—?øL<ôÖcÃßm\r=L`7\nF7$Qäµ\\è\rTõy+I\n1‰arÌ}Àƒ\"óÐpDFf^búŸº\"¡û|r‹ûé¢#”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Referrers_urlBySocialNetwork', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Referrers_urlByWebsite', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Resolution_configuration', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµN9Ã ü/`aí˜Ù>’¥Ä.ò¢¸@±Ü¸±„ø»!2eŠÑî\Z‡AÐâaÛãwtP«.«’FCóCna{/¯q&>×+	0”aëåœ\'(*^\'¥0 ¯Þ¥r¢Ö%æ¡S)ššð{ñwÑý*Öéc`þß–tGŸPg');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Resolution_resolution', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµNI€ üK_@¡¢ð˜x áæÅ„ðw©«7“v–L&Á¢f˜˜àæP/, ’Ž³P¼°‚„åÞ‚§˜a;¸Ã+=Á Vo‰Z‘á‡·Î<ÃæUš²ƒÚ´hŸÂçÌ½‰ü·¡=è­I«');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'UserCountry_city', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ5A€0ÿÂÀZËüCM<ôÖcÃßm\r=…\nÝÀZVs¡7dP-Ï[IDjØ¢Rè>€d²¬3k8‚1‹¬eþÖxÁè>ÝêþCî$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'UserCountry_country', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ5Ñ\rÀ DwaÑÚ¦ÇÝAÓ˜øç§a÷jƒäà	ŒQá$!ìæÆèˆ –ri$ôf’\noL	Ä‹EYéŠÓØe3ó^v¿£ÓšO†®C¨~¤M$æ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'UserCountry_region', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ5A€0ÿÂÀZËüCM<ôÖcÃßm\r=…\nÝÀZVs¡7dP-Ï[IDjØ¢Rè>€d²¬3k8‚1‹¬eþÖxÁè>ÝêþCî$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'UserId_users', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'UserLanguage_language', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬ÁìÔ<Ýô$%ëL+#(6†Ò&@yC+%Cœ©5È€L+3¨œ9”ohSl\0©\ní1°ª®äg][\0\'=%é');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'VisitorInterest_daysSinceLastVisit', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ…Ó=1àÿRp4M?4·¹¸Ýè*:+8÷ß\rÂmš…—BJxS¯ýT™öxœØ-õÞ7\rÆÂîÒíY—ÛÜÞ×>úk¸©søž­3Ê3Ï«$šæýâ?Hì<ø]ð?…`	¨d	‚.DK  ]H–!êB¶„IŠ%dÈºp´„ENªÙA ^RÉ˜€ŒV¡^LÉ„-Dïf–‰J9ƒ¥èý”Ã€@Ù\Z‹^RùåtgMÙ>Ú•$®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'VisitorInterest_pageGap', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ…ÑÁ\nÃ0àwv¢Æ¶3·>ÀÞ!ƒ½õXúî“AnCÂ&!v£b×°ÒºÉl×ijpô÷ç€vú	Ú0þÕ=Œüœßô$í5¡ÀÈS(ÎA‰É„Š5j&(j,h&,¸ÆÂ\nÕ`C*1±†„gò}&_±¥†\"\'ïxfÓƒ÷È¸¿Öž¾G');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'VisitorInterest_timeGap', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äî…tj­Áð1ÒCR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­°Ï;W¨z«§Ô×ÇÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G³”HqÁ¯(s¤¸ÀK¤Ô¡RA.°ÖˆYÂóVÑ›ÝGÊùŸjÃ`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'VisitorInterest_visitsByVisitCount', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§Áð°Í‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð•$$il¦¿qm&¾íô”Çëž€‚’Þÿ42e,äH(T°P\"¡RÅB„F\r-:u,ôHXhÁÂ…bi%	žr…„g©¤Ác\nî¥gmT9@p5›ª·›#×³û}XHCwÔ£,}\"åúúÂd');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'VisitTime_localTime', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµÖ=\n„0Åñ»ä¾IâÇx‡½ƒÂ‚¥x÷UI\ZaŸÕ«&!ÿîG&·äûâÍ8y¬‡Á÷Í³‡uš¿k¯åâVf,3•™ËlËìÊêÅæ>çê|»ñý¸ùÔÅÿ*DU£UU#­FQ5ÑjU3­fQµ¥ÕVTíhµU{ZíEÕVQ\'ÈtzáIå8PP	NTF#•RàLAå8TPINTVc•Và\\Aå•q¯Lå•1¯67†úÃAiãno>ž}¼ô_>V¦ls»Lc×ñiŸk');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'VisitTime_serverTime', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 'xœµÖ=\n„0„á»äÎ—ÄŸÏ;ì¶ì,Å»¯JÒ;VSM’·{prK¾/ÞŒ“Çz|ß<{X§ù»†ñº\\ÜÊÆ²©l.Û–íÊõÃæ>çÕùvãûq=ò©ÿ«UVMT´\ZEÕD«ITÍ´šEÕ–V[Qµ£ÕNTíiµUZDUpœ Óé…\'•Oà@A%8QPŽTJ3•SàPA%8UPYŽTZs•WÆ½2•WÆ½²êJwwsx@x´ñlã¥ýòSeÊ6wË4n?l¼±');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_07` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_actions', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ•”akÂ0†ÿJÉ&µº]?\nƒ1ðÃØ>—h3\rk“Ò‹sàüïKª‰±ÔÉ\ni^z/wÍ]8P8HH™Ó9š¯DM\n„)’,´2|m0ùIOÉ³ªvh:)0yÓ†×É«Øó®Âäý…˜]Ô­ ²Âe—¥^P/X±t[f7:‚»¦4²¥f¯»ORTÖ‰À,”Z•[i°ÜK³˜\\¥S‚FªAÁ~N\'©}ˆ7ñï;¦<BAÑ}‰Î‘Ð	MçŽf:Fã}g˜<‚ñ¡¾LŸ%”	,·<óÅt\\áÇ	¦ÿ-³1‹Kö.—\" \\‚Kò×!–E…+Ý”m§×Qª/Ÿ±±òCï	Â¥C‹¯Pn®€Öºika¤V÷bï\r Ø2\n44\\5¬Ve­yõwÃÓù`â†\r±å°K£ˆí­Çó\\±Ô?N,Œ\\îõâÁ‹Y/ŽîÅÝpêÂ–oìùKS‹²åfÛ>òÉ·Ý¿)ôp¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_actions_url', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ…“Žƒ EïÂªBm³ãzB+Ý’\"4€ë&Mï¾ B©±[dâ|ÿ<q†AweÃ€¤`w5 ÉŽ\\¢ÆÔ_Q#\0ûU…•Ò„—2Upsñ›…jÈöu¢ãTq7hã[¯ôö¾–:Ò‹p–Â]¢Pi2è„Zä,øÇå¦ôŠ\"öûATg(–›nIµ©Ê} Ù®ÑDÝSg015–]R™ÄòN³ÏPœaÊž\'˜ñXvk O•UÁ\"¡<“‡˜Š¯)L²Â­îèÍè·V¨ïXžàµòKíìÄRë%”w‚ “în’;¡Õg \\û(—¬-/\r«•šµÿ7lÍ?&oØ”;,»4ËøÞúšç\n—1ˆã„ÓÈÕcð7Æw2<kÙrC{#©uÌ84ŸØÅ¹›…¢8vL\Z>0ÓÚÿÜ¢¿a¬½™,\r€ZV');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_actions_url_chunk_0_99', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœí”ÝŽ‚0…ß¥÷+PÄŸò¾©P×FhM[V7†wß¶ØZYÔÍ^í&˜T&Îaæ3F)ºP”æ%ñr\0F‰ù!ÎqŸ1Á<F‰2j¼%5ÐÚe9ƒœ\"¨ObŽÒÜÜ¨ËÆ.H\\\0ó¹¤ú¢[ê:²m\nER0¢N\\@^i¥DP÷cÛbO•,NTí\"Ó©/ÐP6ÈYñ,ÖàDøüB”V$D\'ÉL?ãf>æÆé®f²ÀŒKÙ6¶Šoã½<Ò,+J`&w½ûXcFn*jU¦„·rKn\\Ê9¸OÁ4h\\ñ¦8\n^)){wíS8Ö~¨íM˜rÞÄPâúy+w†JÞk¢(g¯\r…Ú†BÉ¨¡¡àn`9+jŽ«çëE×¬Ïm†S\Zdôl­¯{c¸u‚~å2$.X¹`aƒÎ|ÙíÖ\rVØEÎô4ì•:JEåNq…kANXTr¦ÿ{Ô\"A$o…~-o5Ý\n,>£’3…K%#`ŠšMîºž\"p\"ér‘®Ô„‘	#FþFBV˜‚;^WDš…TX(KŽõ+r<…Ç•æôôHzz¤?¥‡Àoå\'ŽL™8ò¿8ÿ†#Ðâ£ûN”A¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_downloads', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_outlink', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_sitesearch', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_SiteSearchCategories', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Contents_name_piece', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Contents_piece_name', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicePlugins_plugin', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ}ÐA‚0Ð»ä…\"êï¼C„\"‘\"HÆa¸»¸`§Y$ó\'‹7I\',ãv)–ˆ(ðÕr9¨èºF<9AºUâÖoc,[²î²þ#[®Çz7ÌO#Utç‰uÂª„õe¥’©Âô|IÑŒÒz}“ƒê$4x}à·t)×¥%L~r«G:êT\nšåQvsl})ê«×\\¬n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_brands', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_browserEngines', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\r€0wÉ\r¥ œ°C‘xDT|xVÙ¦*+¶/r£*‚dÄßl¨/¨äó*$ÝïEŸ›D15qSwnœAì,‰(–ÁÖ‘™ÿçÐó”PÍ‡1û\04C&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_browsers', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒË	À0CwñqÒ•w(…NàBÜrÞ½qIB–Ÿe£eQ¤9h+¨èó’Šºn’ŒØÅ]iøÒ!ƒØÙ*ÞÎØÛGfžÇáß˜\'E@3tŠÙ•£$¼');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_browserVersions', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5L[\n€ ¼Ë ÜÌ²Ù;DÐ	6èCðÏOñî¹aÃ<£&8Qø_ì¨”õ~2IA—°“#I˜;¸Ã^ú„Al]ûHXG·\rÏüÝ—4s\n‡ÚìèÖ^S%÷');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_models', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5LÉ	€0lE¶‚¬\'Îö`QƒEÅøé]Wâc˜“±`D#Õ/zÄ€´ÙÑm$Ü‚dq»»üTÌ.¬÷q’x”/øE•¹Ö-ˆµkDÏ<ÚÜuÙ3ÿcó%I…ALz4HJ„V*€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_os', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5Œ;À0CïÂ	BÓjNÐ%kg*uˆ”-c”»ªd°Œy£eQÄ9œh¨èó’j„î+‘d,&6Åá«Q±³M¼ž±vŒÌ<Ã¿éž­û£$½½%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_osVersions', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5L9€ üË¾€Å8ûZë5± ¡£$ûw@1™3£`Ô\'\n¿Ä…Zp€²¾_&) çŽÂL’°5pƒŸ¼·ƒFwHH³;§g^c7ëNáP­E1ûº%¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'DevicesDetection_types', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒË\rÀ0CwahúQÍÝJ=DÊ-ÇˆÝÚä`y6AË`5¤¹œh¨ØýÒÚ#Ä¤K—t¥1×ŸI°M£œ±v/2Ãü]<œÑ<]êþ` $H');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Events_action_category', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Events_action_name', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Events_category_action', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Events_category_name', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Events_name_action', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Events_name_category', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goal_-1_days_until_conv', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goal_-1_visits_until_conv', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goal_0_days_until_conv', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goal_0_visits_until_conv', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goal_days_until_conv', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goal_visits_until_conv', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goals_ItemsCategory', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goals_ItemsCategory_Cart', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goals_ItemsName', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goals_ItemsName_Cart', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goals_ItemsSku', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Goals_ItemsSku_Cart', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Referrers_keywordByCampaign', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Referrers_keywordBySearchEngine', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Referrers_searchEngineByKeyword', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Referrers_type', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\r€0wÉ\r¥ œØ!H<\"õ×g•ÝiQú°ì‹ì(ÝD‘W¸Ð\n¨êóV’6*Ä$†mˆ‡rø^d\rGðÌ¼Šé¿ø$EB÷ùä÷è¿#');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Referrers_urlBySocialNetwork', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Referrers_urlByWebsite', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Resolution_configuration', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5L9\n€0üË¾`×xeö6\"XXG°¤K#„ü]Wb1ÌÉJk€û…GÉ@)œW\"Ít,«n»Šïøž™4¢{!/\\ãÞ¶ ±nP;‹[75/òùKª¹\0F©v´j­µÆ(b');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Resolution_resolution', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\rÀ wa‚J[œº•ú@âÇ§b÷&<¬ÄöÉŒ^@’Ö“Ð\"\\Í÷S4\r\'O/ÓIN\n¼ŠUaÞMVÆº(6R°Ïî˜žyÁô\'Ã\\¡ºdŒs	&-');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'UserCountry_city', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'UserCountry_country', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\rÀ wÉJ«:;t‡Tê‰êe÷’\n–ã\\£Q¤5œè\rTõ~*IC½¤ ñPš¾\rÈ v–ÅÛûdÇÌÌë8üó¤èæ.1û\0®”%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'UserCountry_region', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'UserId_users', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'UserLanguage_language', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ5ŒÁ\n€0Cÿ¥wauN1ýÿ¡Âƒáex\Zûw×1¡I^‰‚Qœ(üoNÔ‚\0ÊzÇL2||–·$¬]ÜåçÝ:gb	ûdÇÌÌÿ³M³¤p¨Í†.ií1„&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'VisitorInterest_daysSinceLastVisit', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ…Ó=1àÿRp4M?4Ý\\Ünt•\n\n‡ƒ\'8÷ßÃmš-/JxÛ¯ƒ}mL{¼.œØÍíÞgWÆÂîÒýÙæÛÔß×±Œ×âêà ëö½\Z{^%QöÁØyð»à\nÁPÈ]ˆ–@@º,!BÔ…l		’.KÈuáh	Š.œT!²;\Z‹@½¤’1­B½˜’	![ˆÞÍ,•rKÑû)ek-zIå1”Ó!œ5eû\0ÖÐ$­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'VisitorInterest_pageGap', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ…Ñ±\nÄ0àw:\nÑÄ¶§[àÞ!\nÝ:–¾ûyC¶CÃ’»RÑûÐb]ë¬÷¥¢pöÏ~‚]>B;”½ÈžßÑÕozªöP`ä!”¿gBÅ\Z5\Z¶Xh™ (± ™0ãs(4…©ÄÄžÉ÷™|Åš\Z‚œ¼ã•Lo‘ñ|Ô0¾F');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'VisitorInterest_timeGap', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äîU‡tj­Áâ#ÐÃR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­0ÚÎOéðQO©=®ÆÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G)‘â‚_%PæHq—H©C¥‚\\`­³„ç­¢7»”ó\rœãÃ_');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'VisitorInterest_visitsByVisitCount', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§ÁæaÃ‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð$$il¦>d\\¿i\ZÛé)×½\0%½þ+h$dÊXÈ‘P¨`¡DB¥Š…\Z	\ZZ$têXè‘°Ð‚…\nÅÒJ<å\n	ÏRIƒÇÜKÏÚ¨r€àj6ÿTo7G\n®g÷û°†î¨FYúDÊõ÷@c');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'VisitTime_localTime', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœµÖ;ƒ0„á»øÌÚæ±Ü!w R\n$:JÄÝ–ÝDÊPMµ–üW|òâ–üX½›m1ù±{ö°-ïÏæ{su«3Ö™êÌuöuuíÃ®,Îkëº»óã¼/yµÿUˆªF«&ªFZ¢j¢Õ$ªfZÍ¢jO«½¨:Ðê ªŽ´:Šª©îSûƒPË(år†ðSÇo¼ŽdJ=0¥r\n*¨¤§\n*«À±‚J+p® ò\n,¨Ä\'*³ÀÑ‚J-0¶Ê±èÁ½2•WÆ½2Ù»êáa¥òÊ¸W¦ñêüùS¬');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'VisitTime_serverTime', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 'xœµÖ=\n„0Åñ»ä¾IâÇx‡½ƒÂ‚¥x÷UI\ZaŸÕ«&!ÿîG&·äûâÍ8y¬‡Á÷Í³‡uš¿k¯åâVf,3•™ËlËìÊêÅæ>çê|»ñý¸ùÔÅÿ*DU£UU#­FQ5ÑjU3­fQµ¥ÕVTíhµU{ZíEÕVQ\'ÈtzáIå8PP	NTF#•RàL¡:…ÒÅÝÝm<Ûxis¬ Ò\nœ+¨¼*±ÀÉ‚Ê,ãf™Ê,ãf™ìOõò©R™eÜ,Ó˜uü\02•ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_actions', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ•”akÂ0†ÿJÉ&µº]?\nƒ1ðÃØ>—h3\rk“Ò‹sàüïKª‰±ÔÉ\ni^z/wÍ]8P8HH™Ó9š¯DM\n„)’,´2|m0ùIOÉ³ªvh:)0yÓ†×É«Øó®Âäý…˜]Ô­ ²Âe—¥^P/X±t[f7:‚»¦4²¥f¯»ORTÖ‰À,”Z•[i°ÜK³˜\\¥S‚FªAÁ~N\'©}ˆ7ñï;¦<BAÑ}‰Î‘Ð	MçŽf:Fã}g˜<‚ñ¡¾LŸ%”	,·<óÅt\\áÇ	¦ÿ-³1‹Kö.—\" \\‚Kò×!–E…+Ý”m§×Qª/Ÿ±±òCï	Â¥C‹¯Pn®€Öºika¤V÷bï\r Ø2\n44\\5¬Ve­yõwÃÓù`â†\r±å°K£ˆí­Çó\\±Ô?N,Œ\\îõâÁ‹Y/ŽîÅÝpêÂ–oìùKS‹²åfÛ>òÉ·Ý¿)ôp¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_actions_url', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ…“Žƒ EïÂªBm³ãzB+Ý’\"4€ë&Mï¾ B©±[dâ|ÿ<q†AweÃ€¤`w5 ÉŽ\\¢ÆÔ_Q#\0ûU…•Ò„—2Upsñ›…jÈöu¢ãTq7hã[¯ôö¾–:Ò‹p–Â]¢Pi2è„Zä,øÇå¦ôŠ\"öûATg(–›nIµ©Ê} Ù®ÑDÝSg015–]R™ÄòN³ÏPœaÊž\'˜ñXvk O•UÁ\"¡<“‡˜Š¯)L²Â­îèÍè·V¨ïXžàµòKíìÄRë%”w‚ “în’;¡Õg \\û(—¬-/\r«•šµÿ7lÍ?&oØ”;,»4ËøÞúšç\n—1ˆã„ÓÈÕcð7Æw2<kÙrC{#©uÌ84ŸØÅ¹›…¢8vL\Z>0ÓÚÿÜ¢¿a¬½™,\r€ZV');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_actions_url_chunk_0_99', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœí”ÝŽ‚0…ß¥÷+PÄŸò¾©P×FhM[V7†wß¶ØZYÔÍ^í&˜T&Îaæ3F)ºP”æ%ñr\0F‰ù!ÎqŸ1Á<F‰2j¼%5ÐÚe9ƒœ\"¨ObŽÒÜÜ¨ËÆ.H\\\0ó¹¤ú¢[ê:²m\nER0¢N\\@^i¥DP÷cÛbO•,NTí\"Ó©/ÐP6ÈYñ,ÖàDøüB”V$D\'ÉL?ãf>æÆé®f²ÀŒKÙ6¶Šoã½<Ò,+J`&w½ûXcFn*jU¦„·rKn\\Ê9¸OÁ4h\\ñ¦8\n^)){wíS8Ö~¨íM˜rÞÄPâúy+w†JÞk¢(g¯\r…Ú†BÉ¨¡¡àn`9+jŽ«çëE×¬Ïm†S\Zdôl­¯{c¸u‚~å2$.X¹`aƒÎ|ÙíÖ\rVØEÎô4ì•:JEåNq…kANXTr¦ÿ{Ô\"A$o…~-o5Ý\n,>£’3…K%#`ŠšMîºž\"p\"ér‘®Ô„‘	#FþFBV˜‚;^WDš…TX(KŽõ+r<…Ç•æôôHzz¤?¥‡Àoå\'ŽL™8ò¿8ÿ†#Ðâ£ûN”A¾');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_downloads', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_outlink', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_sitesearch', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_SiteSearchCategories', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Contents_name_piece', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Contents_piece_name', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicePlugins_plugin', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ}ÐA‚0Ð»ä…\"êï¼C„\"‘\"HÆa¸»¸`§Y$ó\'‹7I\',ãv)–ˆ(ðÕr9¨èºF<9AºUâÖoc,[²î²þ#[®Çz7ÌO#Utç‰uÂª„õe¥’©Âô|IÑŒÒz}“ƒê$4x}à·t)×¥%L~r«G:êT\nšåQvsl})ê«×\\¬n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_brands', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_browserEngines', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\r€0wÉ\r¥ œ°C‘xDT|xVÙ¦*+¶/r£*‚dÄßl¨/¨äó*$ÝïEŸ›D15qSwnœAì,‰(–ÁÖ‘™ÿçÐó”PÍ‡1û\04C&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_browsers', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒË	À0CwñqÒ•w(…NàBÜrÞ½qIB–Ÿe£eQ¤9h+¨èó’Šºn’ŒØÅ]iøÒ!ƒØÙ*ÞÎØÛGfžÇáß˜\'E@3tŠÙ•£$¼');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_browserVersions', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5L[\n€ ¼Ë ÜÌ²Ù;DÐ	6èCðÏOñî¹aÃ<£&8Qø_ì¨”õ~2IA—°“#I˜;¸Ã^ú„Al]ûHXG·\rÏüÝ—4s\n‡ÚìèÖ^S%÷');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_models', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5LÉ	€0lE¶‚¬\'Îö`QƒEÅøé]Wâc˜“±`D#Õ/zÄ€´ÙÑm$Ü‚dq»»üTÌ.¬÷q’x”/øE•¹Ö-ˆµkDÏ<ÚÜuÙ3ÿcó%I…ALz4HJ„V*€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_os', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5Œ;À0CïÂ	BÓjNÐ%kg*uˆ”-c”»ªd°Œy£eQÄ9œh¨èó’j„î+‘d,&6Åá«Q±³M¼ž±vŒÌ<Ã¿éž­û£$½½%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_osVersions', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5L9€ üË¾€Å8ûZë5± ¡£$ûw@1™3£`Ô\'\n¿Ä…Zp€²¾_&) çŽÂL’°5pƒŸ¼·ƒFwHH³;§g^c7ëNáP­E1ûº%¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'DevicesDetection_types', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒË\rÀ0CwahúQÍÝJ=DÊ-ÇˆÝÚä`y6AË`5¤¹œh¨ØýÒÚ#Ä¤K—t¥1×ŸI°M£œ±v/2Ãü]<œÑ<]êþ` $H');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Events_action_category', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Events_action_name', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Events_category_action', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Events_category_name', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Events_name_action', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Events_name_category', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goal_-1_days_until_conv', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goal_-1_visits_until_conv', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goal_0_days_until_conv', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goal_0_visits_until_conv', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goal_days_until_conv', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goal_visits_until_conv', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goals_ItemsCategory', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goals_ItemsCategory_Cart', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goals_ItemsName', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goals_ItemsName_Cart', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goals_ItemsSku', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Goals_ItemsSku_Cart', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Referrers_keywordByCampaign', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Referrers_keywordBySearchEngine', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Referrers_searchEngineByKeyword', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Referrers_type', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\r€0wÉ\r¥ œØ!H<\"õ×g•ÝiQú°ì‹ì(ÝD‘W¸Ð\n¨êóV’6*Ä$†mˆ‡rø^d\rGðÌ¼Šé¿ø$EB÷ùä÷è¿#');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Referrers_urlBySocialNetwork', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Referrers_urlByWebsite', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Resolution_configuration', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5L9\n€0üË¾`×xeö6\"XXG°¤K#„ü]Wb1ÌÉJk€û…GÉ@)œW\"Ít,«n»Šïøž™4¢{!/\\ãÞ¶ ±nP;‹[75/òùKª¹\0F©v´j­µÆ(b');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Resolution_resolution', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\rÀ wa‚J[œº•ú@âÇ§b÷&<¬ÄöÉŒ^@’Ö“Ð\"\\Í÷S4\r\'O/ÓIN\n¼ŠUaÞMVÆº(6R°Ïî˜žyÁô\'Ã\\¡ºdŒs	&-');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'UserCountry_city', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'UserCountry_country', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\rÀ wÉJ«:;t‡Tê‰êe÷’\n–ã\\£Q¤5œè\rTõ~*IC½¤ ñPš¾\rÈ v–ÅÛûdÇÌÌë8üó¤èæ.1û\0®”%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'UserCountry_region', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'UserId_users', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'UserLanguage_language', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ5ŒÁ\n€0Cÿ¥wauN1ýÿ¡Âƒáex\Zûw×1¡I^‰‚Qœ(üoNÔ‚\0ÊzÇL2||–·$¬]ÜåçÝ:gb	ûdÇÌÌÿ³M³¤p¨Í†.ií1„&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'VisitorInterest_daysSinceLastVisit', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ…Ó=1àÿRp4M?4Ý\\Ünt•\n\n‡ƒ\'8÷ßÃmš-/JxÛ¯ƒ}mL{¼.œØÍíÞgWÆÂîÒýÙæÛÔß×±Œ×âêà ëö½\Z{^%QöÁØyð»à\nÁPÈ]ˆ–@@º,!BÔ…l		’.KÈuáh	Š.œT!²;\Z‹@½¤’1­B½˜’	![ˆÞÍ,•rKÑû)ek-zIå1”Ó!œ5eû\0ÖÐ$­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'VisitorInterest_pageGap', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ…Ñ±\nÄ0àw:\nÑÄ¶§[àÞ!\nÝ:–¾ûyC¶CÃ’»RÑûÐb]ë¬÷¥¢pöÏ~‚]>B;”½ÈžßÑÕozªöP`ä!”¿gBÅ\Z5\Z¶Xh™ (± ™0ãs(4…©ÄÄžÉ÷™|Åš\Z‚œ¼ã•Lo‘ñ|Ô0¾F');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'VisitorInterest_timeGap', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äîU‡tj­Áâ#ÐÃR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­0ÚÎOéðQO©=®ÆÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G)‘â‚_%PæHq—H©C¥‚\\`­³„ç­¢7»”ó\rœãÃ_');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'VisitorInterest_visitsByVisitCount', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§ÁæaÃ‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð$$il¦>d\\¿i\ZÛé)×½\0%½þ+h$dÊXÈ‘P¨`¡DB¥Š…\Z	\ZZ$têXè‘°Ð‚…\nÅÒJ<å\n	ÏRIƒÇÜKÏÚ¨r€àj6ÿTo7G\n®g÷û°†î¨FYúDÊõ÷@c');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'VisitTime_localTime', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœµÖ;ƒ0„á»øÌÚæ±Ü!w R\n$:JÄÝ–ÝDÊPMµ–üW|òâ–üX½›m1ù±{ö°-ïÏæ{su«3Ö™êÌuöuuíÃ®,Îkëº»óã¼/yµÿUˆªF«&ªFZ¢j¢Õ$ªfZÍ¢jO«½¨:Ðê ªŽ´:Šª©îSûƒPË(år†ðSÇo¼ŽdJ=0¥r\n*¨¤§\n*«À±‚J+p® ò\n,¨Ä\'*³ÀÑ‚J-0¶Ê±èÁ½2•WÆ½2Ù»êáa¥òÊ¸W¦ñêüùS¬');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'VisitTime_serverTime', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 'xœµÖ=\n„0Åñ»ä¾IâÇx‡½ƒÂ‚¥x÷UI\ZaŸÕ«&!ÿîG&·äûâÍ8y¬‡Á÷Í³‡uš¿k¯åâVf,3•™ËlËìÊêÅæ>çê|»ñý¸ùÔÅÿ*DU£UU#­FQ5ÑjU3­fQµ¥ÕVTíhµU{ZíEÕVQ\'ÈtzáIå8PP	NTF#•RàL¡:…ÒÅÝÝm<Ûxis¬ Ò\nœ+¨¼*±ÀÉ‚Ê,ãf™Ê,ãf™ìOõò©R™eÜ,Ó˜uü\02•ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_actions', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœ•”Ñnƒ @Åð\r¢¶>6Y²,éÃ²=ZYK¦`€®Kºþû Vz­º­&F/.\'z¹ŒÆô((ÎMº—Ó£¡E[ó\nå†¦„¢h©¤ek¢ïhù=Éro¬ÜD¯Ê²*zá¦K½=£\\PâîÞa Éý.‚&Ø%Ž)ÂOb|å‰{¸Ñ9Ef_VÔ¼Ü”þðNnÏ°»|@œ­\\;aMqv7 ]î]²ÕBþží±¯? x®?¹¾0ñ,Æ‹V+ÓºÂÁ*V¹ÎL\'5Å,€“ÕLš÷@5³‚xû\'Ú|Áë\n¬º©N§?E`Qªºh´Úpc„Ü\\2æ2\\ÔùÜÁèë6^S@Ïn£ê¦âV(y‡]Ñ¤ÄFín^µ+YTŠ•ÿ¬v@‡ÿ«=Ìwû0ãè\"¦@@0à‰%®Ia…àä\0óý¦-æ†m]å[ñ¢avwî3Ž¼£Í¸Œ¾GœN?R~„É');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_actions_url', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœ…“Žƒ EïÂªBm³ãzB+Ý’\"4€ë&Mï¾ B©±[dâ|ÿ<q†AweÃ€¤`w5 ÉŽ\\¢ÆÔ_Q#\0ûU…•Ò„—2Upsñ›…jÈöu¢ãTq7hã[¯ôö¾–:Ò‹p–Â]¢Pi2è„Zä,øÇå¦ôŠ\"öûATg(–›nIµ©Ê} Ù®ÑDÝSg015–]R™ÄòN³ÏPœaÊž\'˜ñXvk O•UÁ\"¡<“‡˜Š¯)L²Â­îèÍè·V¨ïXžàµòKíìÄRë%”w‚ “în’;¡Õg \\û(—¬-/\r«•šµÿ7lÍ?&oØ”;,»4ËøÞúšç\n—1ˆã„ÓÈÕcð7Æw2<kÙrC{#©uÌ84ŸØÅ¹›…¢8vL\Z>0ÓÚÿÜ¢¿a¬½™,\r€ZV');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_actions_url_chunk_0_99', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœí”íŽ£ …ïÅÿ[ë8Å{˜[0Té–ŒJt;›Iï}ù[­ÝÉöÇ&mbÊ+ÇÃ	¼<gø“á¬”Â×WœÍP7ck€?%ÎqÒ’-m­}ÁIÊú†~$%ÃH?0~Â‹¬4Úœ\0#Ï`\\ òÍüeúO¿Õ¾òØUŠu´ê©:qñ>,V@ÿLt~[í™’Õ‰©ý•Z{ÃdpëXÛÍŠÈÇ‚(rI*~Q1hà\n‚ÂÅZOÅú‡Ty”jÆËj|¨9MeR‚ôrTÑf½L¥Šåî$œ_Èõ%xóS>Îx\neQŠ†wÕAðšJÉúŸWY24•åú#ŸÈx‡D—2¿xÈ5\'¥«ywh©b¼ÿ‹tãfÓÅ²Ét—‚Q·ó¾j9iîìöHÎ/îö0ï×	A¢}A‹Ð˜ºØDqßX„âoÖq‘‡âl\0`Q¢7\'Ga©‘ë>Ú+u8MëâŠ´‚žˆhäJïMz|O•ü(ôþhÙVñ;­y¯H­djM\r&Îg½(Ð4±²â’X\ZmÞjÄ¬)V\rèw0ªÁ`Mf¥‡c©Á–‹D\ZÂ<–FÃ¶,@ˆYÕ\0ä–¿;.Äƒ™³(ÖÎúG˜¹Õ°A4ÌwÈ²î~à¯\nW.·ƒ˜ÆpÇÛ†ŠJ3£’ŠeÉ±Y\"ÇMxì0£tôÈî¥‡iÀ+û\'GžyräÿâøG>ÅÇù¢QUÊ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_downloads', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_outlink', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_sitesearch', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_SiteSearchCategories', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Contents_name_piece', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Contents_piece_name', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicePlugins_plugin', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_brands', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_browserEngines', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬Ál§œÌ¼l%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ôx*ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_browsers', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMK\n€0ï’ôã‡¾ÜAOÁE¡».Kî®A”ìfæA\"ˆùƒ‚Ñ1ƒšœW#îH ý ®ˆDP4NŽ³çòJ0™Ü0»¾¸¾þ]íƒ `¨ÝÜXõ2w)¢');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_browserVersions', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMA\n€0ÿ’Hc­¶›?ˆà*x(ôÖcéßµŠ’Ûì,›D0j‚‘ûA@-p 3“xÐ¶[?’¾ƒ¸ó¨Øjox“*œò³òËï[ÿaP[¿¹Jk#*Ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_models', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMË	€0D[‘­ ñ‹³=ØCÔ AQ1ÞBz—E”½½y3)À°CõAÑ€67ú8Â¶ ^üî¯0³ë}œÄV:.Wšû7	µ*\Zå[å»ßgyp0HY6Îù¼Ö/f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_os', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2Jáž~JÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0a÷)î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_osVersions', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœM1€ ÿr/àD1ì½À†ÖúL,Hè(	W4šëfg“]£e8Qø\"ZÅ*zœ…¤\"€ö-	3Iß‚AO†½åø7ÂlŠÅø`üúû>­Í$½_Òc*Ž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'DevicesDetection_types', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J””¬3­!lCÛ‰mŒÌ¶DÒ`‚$aŠ$n†$n¯Ùhe`U]2ÓÏº¶\0ð©).');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goal_days_until_conv', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goal_visits_until_conv', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goals_ItemsCategory', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goals_ItemsCategory_Cart', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goals_ItemsName', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goals_ItemsName_Cart', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goals_ItemsSku', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Goals_ItemsSku_Cart', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Referrers_keywordByCampaign', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Referrers_keywordBySearchEngine', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Referrers_searchEngineByKeyword', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Referrers_type', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Referrers_urlBySocialNetwork', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Referrers_urlByWebsite', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Resolution_configuration', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMK\n€0Dï’$~ªœÀ.\\WpQèÎPzw©¢d÷æ\r“rk@ûG>ÑƒRØDzBh›f]Vßð%<2i„Ô$•Ã­eÿ†gÐ™¢7Þ?ü¾ÔŒ\\êÍYK¹µ-H');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Resolution_resolution', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMÍÍ\r€ †á]˜ ÿøºƒ;`â„ÒÝ¦··OSH`´’„ðED«˜áJ:Îâ¤vp=]L9ÉànÜm´7lÇwx&³˜/Æ×ßuü@h:ÞÜEõ6È+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'UserCountry_city', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'UserCountry_country', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMK\n€0ï’ôc•¾ÜÁ;DpQè®¸*¹»Q²›™‰ b6ä*æ@u9ÎN<@× nˆDP4NŽ³çúJ0YÜP\\_]ßþ®öA0Õnî¬zR¯)ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'UserCountry_region', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'UserId_users', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'UserLanguage_language', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬ÁìÔ<ÝÒb%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ðá*ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'VisitorInterest_daysSinceLastVisit', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'VisitorInterest_pageGap', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'VisitorInterest_timeGap', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'VisitorInterest_visitsByVisitCount', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'VisitTime_localTime', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœµ–1ƒ0ÿÂØ3ÆøøCþ@¤Ht”ˆ¿G€I(’¥Új—³`\Z<ºÁ­ñeôº<œ%û2{ôj\Zž¯©ê·áè(i%Ã™¹”¦d,Ù–L{®Û¯}Y·wçà?\Z¨Q¨i BƒÚPh£F\n\ZhK¡­š(4i …v\Zh&ÐÙáU>îëÞq\\£o×ž‡úø¿ñ2o/óô™ÿ×TÞº—È\\àê‚È]àò‚È^àú‚È_àƒÈ`à\nƒÈaàƒÈbà\ZƒÈc`\"Û5·”‰,eÜR¦Ú¯n,‘¥Œ[Ê$–Zß~0ã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'VisitTime_serverTime', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦Z³~ª·Æ—Ñë~ðp²/³G¯¦áùšª~[ŽŽ2­ÌpÌ\\M™±ÌTfû™ëö†Ák_ÖíÙÇ±ø…&j4jšh Ñ ‰64Úh¢‘F£&šh4i¢-¶šhG£&ši4k¢à$AeÒ\rJ\"•ÀY‚È%p˜ ’	œ&ˆlÇ	»N³Ã+ìç9\\Ïy¿¨wGÏñ²O—}ûÝÿüYœ/ˆü\"ÁÀ	ƒÈ0pÄ RÌ¸b&RÌ¸b¦ú¶ºù¸)f\\1“(¶¾K€*');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_08` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_09` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_10` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_actions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœí”ÑNÂ0†_¥Ù­Ý•1š“]—Ka\Z·•´ÕIw÷h-Ë&F½’±?ëŸžoë9?%˜l8	SJb+.B²QdH‚’NY¤ Ç$@kÐuµ*Åš1t[k¶TsQ£wtuŠ¥%g\n=MKtÏ\Z*…ï‚”Wd.\'âÔTã$­ˆ¬Àifn1Ü‰F$P/U®yÅòšéFÈç -À©Èzš/¹VyÃõ²e2•öT¼n­)ÃA¿ÀšèÛ	ÓÐCQL¾2iH¢AÍEõ`†Œ]Ú•ÙíâÊ8–>Oâ¡hIk5ßÃÚÄÀŒº`>œÄÃù\\tï¸b¨×…c©U¾’bÆ”âõÂžWŒ» Ú^¾?ÛØCk[2k°T}†# ™€öe¦gOùÞ ßÒ	Ô6µ²¨óRÐâëVv¦=ÂQ+»µ¬Ý¿Þ\nóä0q8´Â\ZvÃ8´\"²blÅh\'¶æ’È$ƒéÏ]@+p]²|EõrÐ%¿È¨`þPè«0‚ÏŒà=ÑeC×h.E…ž`\\Ï94À“ärv9™CÎÓ›CßÊ °?ƒ²þàéîsÚü¯´où³°A³ý\0h[÷û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_actions_url', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ…“ŽÂ @ïÒôÛ6NïàZ\\‰´ ÛMŒw_°‘ÔÕÄtâ¼Î<d†B7eG‡ …›†\Z2ALdÙtÉ:hýV!À{‰.}Pù\0u{÷Àö¡¡j ÓÓ@™™¥²{KÚò¶×x gn4™¹9\'ë´ø˜ä4ØŸË¼´ŸÌCô÷TG*š©¦œ	Ê{\Zkóµeã¹U¦Žd|êÑ¦ÊÑ®\rm‚KÂàªY˜6R1ŠŽú´È8ÛÖÉ4[2OÒÞÀZ&è<“áÜmh„ÞRGJ½ÈUÉ#Óšßþ¾0Ú’JY¾Ü-ŽÔRdïoõx:Êá*˜árü,³o„bdS(^FYŽDHÚÿ?ÊZ^F9äöéüF{Í;¿~¥ü¢¡°Œõ#¸»¡ n±—‚\')z¦È¤Ñ†*“­ÿØÙ˜«†¢8žŒ4T(6SÕëÜ·˜.…[x[	?Fì~ÿdÓ_£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_actions_url_chunk_0_99', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœí—ÑŽ¢0†ß…{„Ð±¼ƒ¯@ªÔ±hM[×™L|÷m‹­ÈÂÈdovÜš \'ö÷œŸÚóå€Q>)ÊJ‰@ú’£#`¾HKŒ2ä)ú”Z5xKšHk—(J(«É{TRõÌåƒ¬4?ÔiS\0Àrc>2ý¡Kê<òÔVŠ¶¤bD¹x‹ÊZ+%‚ºÛVªdu¦ê0™J]‚–²Ášõ—.RýŠœ¿?=+’ˆ_D\'`×+ã&sãtW3EÏŒ[²el_Æ{™Ò¬zV”ÀLî;3v[–cFn*jU&…·r[Ü¸%çà~	f½Â5o«£à;\"%e¯®|ÇÊµ	“Î›J\\=oeJpghÇÛcCåì±¡¾vÂP_2jh(¸;°œU\rÇõ×Ö‹®LÿÀúµÍð”öVôÙZ_û\n¦.pí}Ë.\0.xqÁÒóf»[o\ZŠN¢kd½}¥Ž%Én¯¸Â g,j¹Ð÷žœÞ’-‰·¸ÁlGêÄx‹ñÄ{ÁÛØ4R™Ì¦/—–$ëq’d«!I€VŽ¤\r\\	\\	\\ùg¸Ò‡‡I¸çMMD¥!RI……²g-„’Ç4¹ÂÄ\\N\nsÀœ­0˜\0’i°ÿ=@t–‡\0ñšI€h·«YÓñ÷}£ÕOª€–ŸŽ–ï,ë#‹<íÌß²?5	#ç˜è=á„Ä”)ò*°Ùžáä’[ÔÀ	Ôü9¹ØÎ›Èèèèóè3g°YyƒÍæøù¦¸BÇœHò¥œó¸¤½ôf¨ççLxL\n4y*šäß|LòÈ€.ýWxÈ,n$z~@„A$ ãAÇò»ƒˆ‡GnçËoÐõ˜å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_downloads', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_outlink', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_sitesearch', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_SiteSearchCategories', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Contents_name_piece', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Contents_piece_name', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicePlugins_plugin', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 'xœ}ÐQ‚0à»ôcCÔŸ;x‡\nC*C!Äî.1áMûÐäOÓ|iË8a˜œáö`±D@¯>P‘Š®kÄS.°ßZÉ6j°lÉå—½ñÙr8Ö»a~\ZV5RÐ\'Ö	§Ô—•~Hª\ngÐó%E3JëõMª“Ðà9ôß~Ð¥L—P”0ù!È­uê¨S4Ë£ìæØúRÔW¯_G¬p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_brands', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒK€0DïÂ	Jë\'+/`¼&.št×eÃÝƒ†7 `ŒŠ$ŠòFÇjzÝ¤#ƒö“¤\"G•èÓÄÎfñëŠ%Ø\ZžÙÅÃéÛ˜;EÂ0tˆÙé$­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_browserEngines', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒK€0DïÒë\';à0qAlÜ¸l¸»Òà˜áMF@hŠÌ‚ò‹íÁ„Tå8kâ®·ª÷•X1Ä”¸ãÇ	‰œMìŠ9ØžÈ—‡sÿ˜;AF3/ÚÙì5&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_browsers', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5Œ=€0…ïÂ	JëO|Œ.NÞ‡&Ý:6Ü]18ðàñ=P0FEEù‡\r£c5½îFÒ‘AûAR‘£Jôé…bg³øuÅl\rÏìâáômÌ\"a˜?:ÅìÃ$§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_browserVersions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5L¹\r€0ÜÅ ›žsICÅA¢ˆ”.e”ÝÁÈ>ß§K´Ö„ð“\r­\"‚JºîBZ±‚öCe’I3F¿àz+Ë¢ÚFÆìÙâZÄÀÊü9ÝT£u:µ÷Hs%Ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_models', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5LIÂ0ü\nòâ–.ŒO| ê\\\ZUV+@„[”¿WFáàñl\Z#‚(Ú?¹!\'t C—x$ðºÏ²ÅgüØã²Æ´_oCS¯­ÿêm{Ö‰Ïúš\rU3;x9üœâJ‹MRÊ	ÚÚ+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_os', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5Œ1€0EïÂ	Šµ\Z?“qÖ;`âÐ¤[Ç¦w·øðyŒ–DÿaC«H ¢÷SHê tîIÆä½Ïƒ2ˆ%±óŒÅÙêžÙÄÂáÛtsŠ€ÖíÑ%½¿³d$î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_osVersions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5L;€ ½K`¨ˆèëdœõ˜8°1’Þ]kpèëûå%0Z†“ÿ“­\"€JºîBR±€Žmž†H’1öóýOo…AlYÛÈ˜{»f6°²û5•àÐÔ†NQ}\0Rì%ø');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'DevicesDetection_types', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒË\r€@D{¡pýÄ¡{ÀÄÃ&{Ûã†ÞÅ0Ã0F«¡übÇèX@ÍÎ«‘ö\'BLZ1e•œóÇ$Ø¢q\\±&ÛÒ‹D‹0¿g`G‡ºß`í$K');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Events_action_category', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Events_action_name', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Events_category_action', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Events_category_name', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Events_name_action', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Events_name_category', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goal_-1_days_until_conv', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goal_-1_visits_until_conv', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goal_0_days_until_conv', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goal_0_visits_until_conv', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goal_days_until_conv', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goal_visits_until_conv', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goals_ItemsCategory', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goals_ItemsCategory_Cart', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goals_ItemsName', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goals_ItemsName_Cart', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goals_ItemsSku', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Goals_ItemsSku_Cart', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Referrers_keywordByCampaign', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Referrers_keywordBySearchEngine', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Referrers_searchEngineByKeyword', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Referrers_type', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒA€0ÿÂŠµ\Z—?øL<ôÖcÃßm\r=L`7\nF7$Qäµ\\è\rTõy+I\n1‰arÌ}Àƒ\"óÐpDFf^búŸº\"¡û|r‹ûé¢#”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Referrers_urlBySocialNetwork', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Referrers_urlByWebsite', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Resolution_configuration', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 'xœ5Œ±€ Dÿ…/h4\\\'Ãâ¢ÿ€‰	‹	áßµ‡¶÷z—K`´’û‹€VáaJ:¯b¤‚_Ø×(qvŽî@d$c\ZcÇu\Z…aõ¼hWÆ<¼e0³.\rÓ÷éJ	„ÖµèÞ~Ì\'ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Resolution_resolution', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 'xœ5ŒË\rÀ0CwÉÐ¤Ÿ˜º•zˆ”[.•¢ìÞPÑ`ã\'+½€D‘ÑV„ª×]ƒ4œ=™(HÁâý¦‰ðD,[Å:\n6Ïv÷Ì¶¦ï3Ì)}XÑ)c¼S´%ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'UserCountry_city', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒK€0DïÂ	Šµ\Z‡;xLºhÒ]—\rw·\\ðÞ0\nÆlH¢ÈÿraP×§v’\"iØ¢rÌ}!±³\"þÛp;C3{ssú.æJWâ4ºÅìCÐ$\Z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'UserCountry_country', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒÑ\r€0Dwa‚ÒZÇî€‰1Mú×Ï†Ýƒï@Á˜\rIåvÌ\nêz^d ƒî“¤!G•èËÄÎªøuÃ\ZlÏìâáômÌ\"aš?:Äì¤/$å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'UserCountry_region', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒK€0DïÂ	Šµ\Z‡;xLºhÒ]—\rw·\\ðÞ0\nÆlH¢ÈÿraP×§v’\"iØ¢rÌ}!±³\"þÛp;C3{ssú.æJWâ4ºÅìCÐ$\Z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'UserId_users', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'UserLanguage_language', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ5ŒA\n€0ÿ’»ÐX«¸ùƒh¡H¡xñXòwÄC’ÝÌ²ŒÑ$#þbÇ¸‘@=—ÚI>]¯é,$\r³Oô»¼œAl,‰4¬Î6÷Ì¶,¾šËjE‡¨>\'%è');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'VisitorInterest_daysSinceLastVisit', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ…Ó=1àÿRp4M?4Ý\\Ünt•\n\n‡ƒ\'8÷ßÃmš-/JxÛ¯ƒ}mL{¼.œØÍíÞgWÆÂîÒýÙæÛÔß×±Œ×âêà ëö½\Z{^%QöÁØyðº,wÁÿÈ]ˆ–@@º,!BÔ…l		’.KÈuáh	Š.œT!²;\Z‹@½¤’1yÑ‹)™²…èÝÌ²Q)g°½Ÿòç0 P¶Ö¢—TC9ÂYS¶ÚS$®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'VisitorInterest_pageGap', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ…ÑÁ\nÃ0àwv¢Æ¶3·>ÀÞ!ƒ½õXúî“AnCÂ&!v£b×°ÒºÉl×ijpô÷ç€vú	Ú0þÕ=Œüœßô$í5¡ÀÈS(ÎA‰É„Š5j&(j,h&,¸ÆÂ\nÕ`C*1±†„gò}&_±¥†\"\'ïxfÓƒ÷È¸¿Öž¾G');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'VisitorInterest_timeGap', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äî…tj­Áð1ÒCR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­°Ï;W¨z«§Ô×ÇÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G³”HqÁ¯(s¤¸ÀK¤Ô¡RA.°ÖˆYÂóVÑ›ÝGÊùŸjÃ`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'VisitorInterest_visitsByVisitCount', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§ÁæaÃ‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð$$il¦>d\\¿i\ZÛé)×½\0%Å‚FB¦|üWÈ‘P¨`¡DB¥Š…\Z	\ZZ$têXè‘°Ð‚…\nÅÒJ<å\n	ÏRIƒÇÜKÏÚ¨r€àj6ÿTo7G\n®g÷û°†î¨FYúDÊõú€d');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'VisitTime_localTime', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœµÖ1„ „á»pç¢Ï;ìÜd;KãÝW	4›ìXMõÿŠ/,nÉÕ»yñØ“»÷¶åýÙÂ|o®nuÆ:S}C¹N }Ø•Åym]ÿîü8ïŸ¼ÚÆÿ*DU£UU#­FQ5ÑjU{ZíEÕVQ5ÓjUGZEÕ‰Tw‡‡©Ý Ô2J¹œ!üÔñ[¯ƒ#™RL©œ‡\n*©À©‚Ê*p¬ Ò\nœ+¨¼*±ÀÈÚÝ®«š¥÷˜ã•^`|•cÑ{ƒ»e*·Œ»e²÷ÕÃKå–q·LãÖù›è$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'VisitTime_serverTime', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 'xœµÖ1\n„0…á»ä¾I¢f¼ÃÞÁ…-;Kñî«’4û¬^5aü•™Ý’ï‹wÓì±Šï›gëüþ¬aº–‹[±ÎTg®³¯s¨hv÷á8WçÝïÇuÉ«-þW!ª\Z­š¨\Zi5Šª‰V“¨ši5‹ª=­ö¢ê@«ƒ¨:Òê(ªZ-µŠZÅ]Ý~Êø-ƒ—Á‚L¨¢TF#•RàLAå8TPINTVc•Và\\¡y%ù‡9ZP©ÎŠ¨kÜ,S™eÜ,“½«V*³Œ›e\Z³Ž/‚—±');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_11` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_actions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœí”ÑNÂ0†_¥Ù­Ý•1š“]—Ka\Z·•´ÕIw÷h-Ë&F½’±?ëŸžoë9?%˜l8	SJb+.B²QdH‚’NY¤ Ç$@kÐuµ*Åš1t[k¶TsQ£wtuŠ¥%g\n=MKtÏ\Z*…ï‚”Wd.\'âÔTã$­ˆ¬Àifn1Ü‰F$P/U®yÅòšéFÈç -À©Èzš/¹VyÃõ²e2•öT¼n­)ÃA¿ÀšèÛ	ÓÐCQL¾2iH¢AÍEõ`†Œ]Ú•ÙíâÊ8–>Oâ¡hIk5ßÃÚÄÀŒº`>œÄÃù\\tï¸b¨×…c©U¾’bÆ”âõÂžWŒ» Ú^¾?ÛØCk[2k°T}†# ™€öe¦gOùÞ ßÒ	Ô6µ²¨óRÐâëVv¦=ÂQ+»µ¬Ý¿Þ\nóä0q8´Â\ZvÃ8´\"²blÅh\'¶æ’È$ƒéÏ]@+p]²|EõrÐ%¿È¨`þPè«0‚ÏŒà=ÑeC×h.E…ž`\\Ï94À“ärv9™CÎÓ›CßÊ °?ƒ²þàéîsÚü¯´où³°A³ý\0h[÷û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_actions_url', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ…“ŽÂ @ïÒôÛ6NïàZ\\‰´ ÛMŒw_°‘ÔÕÄtâ¼Î<d†B7eG‡ …›†\Z2ALdÙtÉ:hýV!À{‰.}Pù\0u{÷Àö¡¡j ÓÓ@™™¥²{KÚò¶×x gn4™¹9\'ë´ø˜ä4ØŸË¼´ŸÌCô÷TG*š©¦œ	Ê{\Zkóµeã¹U¦Žd|êÑ¦ÊÑ®\rm‚KÂàªY˜6R1ŠŽú´È8ÛÖÉ4[2OÒÞÀZ&è<“áÜmh„ÞRGJ½ÈUÉ#Óšßþ¾0Ú’JY¾Ü-ŽÔRdïoõx:Êá*˜árü,³o„bdS(^FYŽDHÚÿ?ÊZ^F9äöéüF{Í;¿~¥ü¢¡°Œõ#¸»¡ n±—‚\')z¦È¤Ñ†*“­ÿØÙ˜«†¢8žŒ4T(6SÕëÜ·˜.…[x[	?Fì~ÿdÓ_£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_actions_url_chunk_0_99', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœí—ÑŽ¢0†ß…{„Ð±¼ƒ¯@ªÔ±hM[×™L|÷m‹­ÈÂÈdovÜš \'ö÷œŸÚóå€Q>)ÊJ‰@ú’£#`¾HKŒ2ä)ú”Z5xKšHk—(J(«É{TRõÌåƒ¬4?ÔiS\0Àrc>2ý¡Kê<òÔVŠ¶¤bD¹x‹ÊZ+%‚ºÛVªdu¦ê0™J]‚–²Ášõ—.RýŠœ¿?=+’ˆ_D\'`×+ã&sãtW3EÏŒ[²el_Æ{™Ò¬zV”ÀLî;3v[–cFn*jU&…·r[Ü¸%çà~	f½Â5o«£à;\"%e¯®|ÇÊµ	“Î›J\\=oeJpghÇÛcCåì±¡¾vÂP_2jh(¸;°œU\rÇõ×Ö‹®LÿÀúµÍð”öVôÙZ_û\n¦.pí}Ë.\0.xqÁÒóf»[o\ZŠN¢kd½}¥Ž%Én¯¸Â g,j¹Ð÷žœÞ’-‰·¸ÁlGêÄx‹ñÄ{ÁÛØ4R™Ì¦/—–$ëq’d«!I€VŽ¤\r\\	\\	\\ùg¸Ò‡‡I¸çMMD¥!RI……²g-„’Ç4¹ÂÄ\\N\nsÀœ­0˜\0’i°ÿ=@t–‡\0ñšI€h·«YÓñ÷}£ÕOª€–ŸŽ–ï,ë#‹<íÌß²?5	#ç˜è=á„Ä”)ò*°Ùžáä’[ÔÀ	Ôü9¹ØÎ›Èèèèóè3g°YyƒÍæøù¦¸BÇœHò¥œó¸¤½ôf¨ççLxL\n4y*šäß|LòÈ€.ýWxÈ,n$z~@„A$ ãAÇò»ƒˆ‡GnçËoÐõ˜å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_downloads', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_outlink', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_sitesearch', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_SiteSearchCategories', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Contents_name_piece', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Contents_piece_name', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicePlugins_plugin', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 'xœ}ÐQ‚0à»ôcCÔŸ;x‡\nC*C!Äî.1áMûÐäOÓ|iË8a˜œáö`±D@¯>P‘Š®kÄS.°ßZÉ6j°lÉå—½ñÙr8Ö»a~\ZV5RÐ\'Ö	§Ô—•~Hª\ngÐó%E3JëõMª“Ðà9ôß~Ð¥L—P”0ù!È­uê¨S4Ë£ìæØúRÔW¯_G¬p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_brands', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒK€0DïÂ	Jë\'+/`¼&.št×eÃÝƒ†7 `ŒŠ$ŠòFÇjzÝ¤#ƒö“¤\"G•èÓÄÎfñëŠ%Ø\ZžÙÅÃéÛ˜;EÂ0tˆÙé$­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_browserEngines', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒK€0DïÒë\';à0qAlÜ¸l¸»Òà˜áMF@hŠÌ‚ò‹íÁ„Tå8kâ®·ª÷•X1Ä”¸ãÇ	‰œMìŠ9ØžÈ—‡sÿ˜;AF3/ÚÙì5&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_browsers', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5Œ=€0…ïÂ	JëO|Œ.NÞ‡&Ý:6Ü]18ðàñ=P0FEEù‡\r£c5½îFÒ‘AûAR‘£Jôé…bg³øuÅl\rÏìâáômÌ\"a˜?:ÅìÃ$§');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_browserVersions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5L¹\r€0ÜÅ ›žsICÅA¢ˆ”.e”ÝÁÈ>ß§K´Ö„ð“\r­\"‚JºîBZ±‚öCe’I3F¿àz+Ë¢ÚFÆìÙâZÄÀÊü9ÝT£u:µ÷Hs%Ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_models', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5LIÂ0ü\nòâ–.ŒO| ê\\\ZUV+@„[”¿WFáàñl\Z#‚(Ú?¹!\'t C—x$ðºÏ²ÅgüØã²Æ´_oCS¯­ÿêm{Ö‰Ïúš\rU3;x9üœâJ‹MRÊ	ÚÚ+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_os', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5Œ1€0EïÂ	Šµ\Z?“qÖ;`âÐ¤[Ç¦w·øðyŒ–DÿaC«H ¢÷SHê tîIÆä½Ïƒ2ˆ%±óŒÅÙêžÙÄÂáÛtsŠ€ÖíÑ%½¿³d$î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_osVersions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5L;€ ½K`¨ˆèëdœõ˜8°1’Þ]kpèëûå%0Z†“ÿ“­\"€JºîBR±€Žmž†H’1öóýOo…AlYÛÈ˜{»f6°²û5•àÐÔ†NQ}\0Rì%ø');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'DevicesDetection_types', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒË\r€@D{¡pýÄ¡{ÀÄÃ&{Ûã†ÞÅ0Ã0F«¡übÇèX@ÍÎ«‘ö\'BLZ1e•œóÇ$Ø¢q\\±&ÛÒ‹D‹0¿g`G‡ºß`í$K');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Events_action_category', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Events_action_name', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Events_category_action', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Events_category_name', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Events_name_action', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Events_name_category', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goal_-1_days_until_conv', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goal_-1_visits_until_conv', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goal_0_days_until_conv', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goal_0_visits_until_conv', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goal_days_until_conv', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goal_visits_until_conv', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goals_ItemsCategory', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goals_ItemsCategory_Cart', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goals_ItemsName', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goals_ItemsName_Cart', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goals_ItemsSku', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Goals_ItemsSku_Cart', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Referrers_keywordByCampaign', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Referrers_keywordBySearchEngine', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Referrers_searchEngineByKeyword', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Referrers_type', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒA€0ÿÂŠµ\Z—?øL<ôÖcÃßm\r=L`7\nF7$Qäµ\\è\rTõy+I\n1‰arÌ}Àƒ\"óÐpDFf^búŸº\"¡û|r‹ûé¢#”');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Referrers_urlBySocialNetwork', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Referrers_urlByWebsite', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Resolution_configuration', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 'xœ5Œ±€ Dÿ…/h4\\\'Ãâ¢ÿ€‰	‹	áßµ‡¶÷z—K`´’û‹€VáaJ:¯b¤‚_Ø×(qvŽî@d$c\ZcÇu\Z…aõ¼hWÆ<¼e0³.\rÓ÷éJ	„ÖµèÞ~Ì\'ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Resolution_resolution', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 'xœ5ŒË\rÀ0CwÉÐ¤Ÿ˜º•zˆ”[.•¢ìÞPÑ`ã\'+½€D‘ÑV„ª×]ƒ4œ=™(HÁâý¦‰ðD,[Å:\n6Ïv÷Ì¶¦ï3Ì)}XÑ)c¼S´%ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'UserCountry_city', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒK€0DïÂ	Šµ\Z‡;xLºhÒ]—\rw·\\ðÞ0\nÆlH¢ÈÿraP×§v’\"iØ¢rÌ}!±³\"þÛp;C3{ssú.æJWâ4ºÅìCÐ$\Z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'UserCountry_country', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒÑ\r€0Dwa‚ÒZÇî€‰1Mú×Ï†Ýƒï@Á˜\rIåvÌ\nêz^d ƒî“¤!G•èËÄÎªøuÃ\ZlÏìâáômÌ\"aš?:Äì¤/$å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'UserCountry_region', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒK€0DïÂ	Šµ\Z‡;xLºhÒ]—\rw·\\ðÞ0\nÆlH¢ÈÿraP×§v’\"iØ¢rÌ}!±³\"þÛp;C3{ssú.æJWâ4ºÅìCÐ$\Z');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'UserId_users', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'UserLanguage_language', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ5ŒA\n€0ÿ’»ÐX«¸ùƒh¡H¡xñXòwÄC’ÝÌ²ŒÑ$#þbÇ¸‘@=—ÚI>]¯é,$\r³Oô»¼œAl,‰4¬Î6÷Ì¶,¾šËjE‡¨>\'%è');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'VisitorInterest_daysSinceLastVisit', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ…Ó=1àÿRp4M?4Ý\\Ünt•\n\n‡ƒ\'8÷ßÃmš-/JxÛ¯ƒ}mL{¼.œØÍíÞgWÆÂîÒýÙæÛÔß×±Œ×âêà ëö½\Z{^%QöÁØyðº,wÁÿÈ]ˆ–@@º,!BÔ…l		’.KÈuáh	Š.œT!²;\Z‹@½¤’1yÑ‹)™²…èÝÌ²Q)g°½Ÿòç0 P¶Ö¢—TC9ÂYS¶ÚS$®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'VisitorInterest_pageGap', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ…ÑÁ\nÃ0àwv¢Æ¶3·>ÀÞ!ƒ½õXúî“AnCÂ&!v£b×°ÒºÉl×ijpô÷ç€vú	Ú0þÕ=Œüœßô$í5¡ÀÈS(ÎA‰É„Š5j&(j,h&,¸ÆÂ\nÕ`C*1±†„gò}&_±¥†\"\'ïxfÓƒ÷È¸¿Öž¾G');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'VisitorInterest_timeGap', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äî…tj­Áð1ÒCR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­°Ï;W¨z«§Ô×ÇÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G³”HqÁ¯(s¤¸ÀK¤Ô¡RA.°ÖˆYÂóVÑ›ÝGÊùŸjÃ`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'VisitorInterest_visitsByVisitCount', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§ÁæaÃ‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð$$il¦>d\\¿i\ZÛé)×½\0%Å‚FB¦|üWÈ‘P¨`¡DB¥Š…\Z	\ZZ$têXè‘°Ð‚…\nÅÒJ<å\n	ÏRIƒÇÜKÏÚ¨r€àj6ÿTo7G\n®g÷û°†î¨FYúDÊõú€d');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'VisitTime_localTime', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœµÖ1„ „á»pç¢Ï;ìÜd;KãÝW	4›ìXMõÿŠ/,nÉÕ»yñØ“»÷¶åýÙÂ|o®nuÆ:S}C¹N }Ø•Åym]ÿîü8ïŸ¼ÚÆÿ*DU£UU#­FQ5ÑjU{ZíEÕVQ5ÓjUGZEÕ‰Tw‡‡©Ý Ô2J¹œ!üÔñ[¯ƒ#™RL©œ‡\n*©À©‚Ê*p¬ Ò\nœ+¨¼*±ÀÈÚÝ®«š¥÷˜ã•^`|•cÑ{ƒ»e*·Œ»e²÷ÕÃKå–q·LãÖù›è$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'VisitTime_serverTime', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 'xœµÖ1\n„0…á»ä¾I¢f¼ÃÞÁ…-;Kñî«’4û¬^5aü•™Ý’ï‹wÓì±Šï›gëüþ¬aº–‹[±ÎTg®³¯s¨hv÷á8WçÝïÇuÉ«-þW!ª\Z­š¨\Zi5Šª‰V“¨ši5‹ª=­ö¢ê@«ƒ¨:Òê(ªZ-µŠZÅ]Ý~Êø-ƒ—Á‚L¨¢TF#•RàLAå8TPINTVc•Và\\¡y%ù‡9ZP©ÎŠ¨kÜ,S™eÜ,“½«V*³Œ›e\Z³Ž/‚—±');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_actions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœí”ßn‚0Æ_¥á(*[¹Z–-Y–x±lÙ%©ZµPÓvcÆùî;Ûu.%!pÊ×s~À9%˜¬8	SJb{ÓÉJ‘>	r:byÂý%	ÐUè¶XäbÉº/5›Iª¹(Ñ\'º¹ƒ…É›Ò’3…ž„¦9zd•…ž‚”gäŸn!NMUNâ\nE$<Žü\0§Cs‰á«¨·\"Ó¼`YÉt%ä«a„åð\"„ÃèËQ6çZe×ó=5äŽ‚m¶‚—‡³mDôãˆ¨ïq)&ß™Üj¢‹8\ZÔX½6¬o±£ê{T¹6\ZÕ¥I<&-i©¦NeÈ“šjÐFåËWâquæÛ¨,YwÕØc›ˆ\"[H1fJñr¶÷mcÜF¸¿©î˜:·ãÜ•\r­À\"v	\Ztc­ÏL¿ÿ€®¹©“Î—µÒí\n\Z3 Ê,trâxjËÓ˜÷ÜÖq ÞÛÄµW^€C?ðçcOÏú.X[ ¬ê_Ð4×9ËTÏ7nýõ3‚\nÆI¶…¹üô¯Ž®+ºDS)\nô£6¼£†‡¯’3<›ëá9ÍÃO7¼o+Û7¼a·ËµšÇÙÚÎÖvšµÁ÷þãXW[Qb');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_actions_url', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœ…“ŽÂ @ïÒôÛ6NïàZ\\‰´ ÛMŒw_°‘ÔÕÄtâ¼Î<d†B7eG‡ …›†\Z2ALdÙtÉ:hýV!À{‰.}Pù\0u{÷Àö¡¡j ÓÓ@™™¥²{KÚò¶×x gn4™¹9\'ë´ø˜ä4ØŸË¼´ŸÌCô÷TG*š©¦œ	Ê{\Zkóµeã¹U¦Žd|êÑ¦ÊÑ®\rm‚KÂàªY˜6R1ŠŽú´È8ÛÖÉ4[2OÒÞÀZ&è<“áÜmh„ÞRGJ½ÈUÉ#Óšßþ¾0Ú’JY¾Ü-ŽÔRdïoõx:Êá*˜árü,³o„bdS(^FYŽDHÚÿ?ÊZ^F9äöéüF{Í;¿~¥ü¢¡°Œõ#¸»¡ n±—‚\')z¦È¤Ñ†*“­ÿØÙ˜«†¢8žŒ4T(6SÕëÜ·˜.…[x[	?Fì~ÿdÓ_£');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_actions_url_chunk_0_99', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœí—ÛŽª0…ß…{„¡¾Ã¼©RG2L[·3™øî»-´VÁ‰î7&ÄWzø²À(B?9\nVÈÁÈþ\n£@7Bý0!t\n¼&…#´Käxy•‘/g•#(.`_æF°’Dy_ÖGŽ/å°;põ.ÿñ\'îŠºìP¦</IZ~¬ég;œ¿ðÅOv 0R­Ó]ÎYzÌùîJ-j§­VæÕíjJ„¿FD‘å‹ú‡ÐV0‰[aŸ­³Ø¸Š,Wµ”F›\ZÒÄ–\'NqÅ¶FeMÖ²Ï•-oV¢©g|ïú‘¶sù–‹¬.Ó=­7„±¼ú¸òÀ>/×/iG²¶qÔ•éÁ¯!Á…»M]îÂóººÃÝåKƒîlY¯»®àb·×UZÔ8›¸Û-µY?{·›çzcÄz\"hl6¦è$VúvÇ>±Úï„v\'2“€B‰˜XähC\r1Å;Î÷yÞfËkŽJŽ˜fl!æÆ;|zkâ®q«\rÉ<i×ÅGüíni]ºò`zª²dÅéÔGè¿%ýØ\nâ.¶€Pö”½€X¼ÚÐ	ÐÊ?Î*9ÒÓ9•!QDµfž‹§vZF¨”+ÕˆÔ?\rD‰\'ChÌ­0ô îÜÚ°FÔ.ÌoP“´ç\núº¡4G.R\r²à¶.2BS‘”qL¹ÚkáJÆiÒÂD^\rN¿ „s\nº;`ù°¤kÝÂŒÑŒ¤ xz\n7RP§Þ\0~º£ÎÙhÎF“³Q2!±ÃF®áöPx9ºDÌYýMˆ›Wœ|P,§¯‘”	\0ã©IàÚ¯Ÿ“V“\001-’#“²ø—ÜšÔ‹$¨LKP˜c‚TÔBGîHÂ¥„œò]&¼Xaíõ93Í4y)š„w~d@]þ…‡3‰^s™Ññ¿ cyo1ðUÞ8ý˜PÀ;');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_downloads', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_outlink', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_sitesearch', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_SiteSearchCategories', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Contents_name_piece', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Contents_piece_name', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicePlugins_plugin', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!IÒ#íkHJ_öÂ(äÚß|9â·#£Nº›Ù¤eh¨êôQyT9ƒž/.Û‰;›Þèµ2\Z­qƒ3o;¦µ\"®…AÏn¶£ã[3¥¹cœ“ …U¿øÎVœ|ÿö¡²8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_brands', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœMK\n€0Dï’ôc•NV^@¼B…îº,¹»†¢t÷ÞÀÌ<zcAü £7$P•ë®Ä\r´ŸÄþòÆap0Ž3ç!Îd™\niÊ×©°ý¹ÚƒÀ¡«m¬ú\0*Þ)“');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_browserEngines', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬Ál§œÌ¼l%ëL+C ßÐJÉÄ6‚°@lcd¶%„c\0â˜ i0E7CÒ`¯Ùhe`U]2ÓÏº¶\0õL*õ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_browsers', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœM;\n€0Dï²\'ÈÇ(™-m¬¼Ã\nt)ÃÞ]— ¤{o`f½À± ~Ñ¨ÊuWâ†\0ÚâÿŠyã08Ç™óg²L…4åëTØþ\\íAàÐÕ6OV}\0()');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_browserVersions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœM;€ ï²0,•·¥•wÀÄ‚„Ž’pwE¢¡›dÞ0J„’\0óGÉp Î+‘d¬ m¶<)’~ƒ¸±î¬›‘}?ÞÀü<Ëïkû PjÛ<¤Ö]*Â');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_models', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹­-¬”¬ÓSóR‹2“RR‹³Kò”¬3­A²VJ† ¶„mb#³-!ÇIƒ)’¸’s¸x-È†D+«êZ™~Öµµ\0\"ñ/ü');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_os', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2J¾ŽÎJÖ™V†@ž¡•’!ˆmaØÆÈlKÇ\0Ä1AÒ`Š$n†¤Á.^²!ÑÊÀªºd¦Ÿum-\0U4)Ô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_osVersions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœM1\n€0ÿrœ1ÆìUb­ˆ`°Kòw=‚’nv`w#%ÁH„ý  d8ÐÏë&ÉX@ûº	Oƒ\'IàW1ˆ•ÇÆ£²í9´`4L]Áu~î\nþ÷U\"JÕÍCj}\0Ê*Þ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'DevicesDetection_types', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J””¬3­!lCÛÂ6±‘Ù–H\ZL4˜\"‰›!i0‡‹×‚lH´2°ª®™ég][\0ñ})1');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goal_days_until_conv', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goal_visits_until_conv', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goals_ItemsCategory', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goals_ItemsCategory_Cart', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goals_ItemsName', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goals_ItemsName_Cart', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goals_ItemsSku', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Goals_ItemsSku_Cart', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Referrers_keywordByCampaign', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Referrers_keywordBySearchEngine', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Referrers_searchEngineByKeyword', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Referrers_type', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Ø	ÃhKkÎL+¨\"S(ßªÀÌ¯I&ZXU×‚ôúY×Ö\0Çë#k');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Referrers_urlBySocialNetwork', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Referrers_urlByWebsite', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Resolution_configuration', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœM1\n€0ÿ’ÜÅDÉ^%66ú‡;!äïz%Ýì.sÁÈ	$Ýù„‡9â¶FNð–q’ivŽ®@d$u‚ae[Ù*w-‡\Z^Á5‚oú¾†¿/ú!‚‹Þ\\¥”s,â');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Resolution_resolution', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœMK\nÀ ï’ÄO?>ïÐ;XèBpç¦ ¹{M¥ÅÝd`^ZÇ÷A@«X@%W¡X±ƒŒ÷|fŠ¦+Ó•²l•ÝÌaoà§`™ü:ÛïE?$0šèæEþ*â');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'UserCountry_city', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœMÍ»	À0Ð]4?ùàÓÙAw.v…IP÷îà$AÄ¨,È\nFÇjr?¸#€ˆ+âdEsZNæì]V67Ø]¸Áù÷jd>j7/V}Ï5)\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'UserCountry_country', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœMË	À0Cwñù4-‘wè	”È-ÇàÝ[Z|{O ©Àc68.ˆdÌê¥^x €îJÜà_ñ ¯åh9/q*›)$“ï¦pü¹èCÃÝ<YäE)Ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'UserCountry_region', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœMÍ»	À0Ð]4?ùàÓÙAw.v…IP÷îà$AÄ¨,È\nFÇjr?¸#€ˆ+âdEsZNæì]V67Ø]¸Áù÷jd>j7/V}Ï5)\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'UserId_users', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'UserLanguage_language', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœMÍK\n€0Ð»d/ôc•NîàZ(R(n\\–Ü]£(Ý½˜$Á¢WNð\"ú‰\0j)—Fü¸Óž‰+ì-ÈªÝk§ö£ãŒ†y„¡_†Áú÷¢ºèÍE.ã>*Î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'VisitorInterest_daysSinceLastVisit', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥AËŠ‘üRôo…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€ô\0Ô/pË„àG ~‡}Ûr+±‘ú=nÿ\rù‘5õËÜEÞÌI’¶7ù«/…');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'VisitorInterest_pageGap', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿlß’ü0V3IvtKÞ,_AíØ­\ZmíýÙÈ÷è°wÓ8‰‘’ŸÝ$fãv¤ì¯«0T”õGIÿEJæŒ•Œ”Â+)•+V*R&ž±2\r•b´°$ÌÌC&²Ä®o|ÍÊzã=Oä¨<tEÎùùÅ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'VisitorInterest_timeGap', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*È¨+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0…\rÊš');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'VisitorInterest_visitsByVisitCount', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ì+ì)â‚ÿ•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}]Ì‚');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'VisitTime_localTime', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœÅ–1ƒ0ÿÂØ3ÆøøCþ@¤‘ÒQ\"þž\0&¡H–j•j³Ì4¾Ñ\rnOw¯ûÁÃ^dŸF^=†ëíQõKóî(i%Ãž¹MÉX²-™Öœ—?^û4/w/{ã7\Z¨Q¨i BƒÚPh£F\n\ZhK¡­š(4i …v\Zh&ÐÑáUÞæu­±Ñ§Ç:oõö?ñÐoýôî×TÞ:—È\\àê‚È]àò‚È^àú‚È_àƒÈ`à\nƒÈa`Ý^S˜þ5Û\\u¹Lvë±f+á&3‘ÉŒ›ÌT;ØÉ&2™q“™ÄdóØþ%j');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'VisitTime_serverTime', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 'xœ½Ö±\rƒ@DÑ^¨€Ùã€[zpXr€DFˆèÝC`Ñ8Úó\"üx¢w«|¼ìzÇ!ù<yôbìŸ¯±èÖåàÈÓòÇLùPåó¬ól¶¹¬ÿÐ{éó²Þû8¿£ÐDFM\r4\Z4ÑŠF+M4ÒhÔDk\Z­5Ñ†FM´¥ÑVM4š¶èäðû+tžÃõœöåþôâe__öÍgÿNTfÝ %Rœ-ˆÜ‡\"¹Àé‚È.p¼ Òœ/ˆü»`ÿ¯9qŽ’&k\\1)f\\1S}{Ý||‰3®˜I[Þ6#÷');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2025_12` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_actions', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ•”Ñjƒ0@%ø“ªm|Æ@ÆØö$iÍÚ05bÒ¹ÑùïKÔØ(–1Asõ¼G¼7”äÂ	L(Á6Ø@r‘$$^A÷¬ðI6[â»{ðPåg©\ZÎ$xŠà™µ´É%x}?àI´¬a9Øƒ7qöNÐxæ‚MÐ_Ì\rLL16@Ij¬I‚ˆxò\\fŠ—,«˜jEóá%9	|¼ui½jŸ¸’YËÕišjÃKJ^-r’èÇÐG0„ž…è×:´‹ã\nÉšOÖô6ÐÇ2:›5Ž6¡ccS}¤ë ©Î$3c°íFáØqQ\r­äû`H´&r¥F•ØQ¹&Ç†ú°…&™›ÂŽN.Ê¬nÄIÉ«£•ÂhMjÉòá°£¶DRX«[ÀLè Êº`Š‹êo!—½!ä\"«BK`ÖË¢Ê\nAóé­öñ\r\n³>žré²yŒ²?8Î\nì4aÚù´©`kƒ¨:R³G½YÓ£n®\n–ÕTú½AwÉ¿·†Î(¥I×ý>ÈzY');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_actions_url', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ…“Žƒ @ïâ¡êv¼C¯@h¥[R•p»IãÝ,\Z›5Q>ódÊ0Èá%\0ÕÈÒ©à¥¡€¤egÞ&µÉpOjØß¹{×™n€j÷¶íä¡ƒë“kˆm4ä%$zè¨§=7O©ìŠ\rä)ùª\\\n›¯?Ó›0š>…¹m@—m^¤ý&¦ÁN££%b¿ûÐ±ªf¨ˆt4W?\\M6(%%v:‡=\0z›\"²	¡)¶yð’g‘Y1$-^¸Š\\Œb½¾Î6È‰”{\"oÊ«T‘Ê;è7ì-2)L\"Fvô¡ä…k-úï EðžÔ–óH¤¶ENVŸ€•ÐEv–!ûÿ…böƒPŒì\nmÕY–=m%k–ÿµ{ŽhVXã%vÚÞ(b‹ìêùÚÃy˜Á¾óbšÝˆ¹Êž¼Ê¶áŠª¥Ú0eÿÅnÆ<4dÙåj¤a­âO¦\ZÚífÃ=s?ú*¯Çñ_©`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_actions_url_chunk_0_99', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ…“Žƒ @ïÂ”OÕŠwè­tKªÐ\0Ý6iz÷‹ÆfM”Ñy2eEô%(jE°ª)`ÓØ0Jb°ƒôehAAÏŽ¼Ž-)È…ìø4‚âp\"!>/þ6~ àæàâWÒÍcîCkÅÀ[ÉíCé+h:Š2²¯\\»šòØ^„5íCØË\nôÕ¦I!W¹ÑfDˆ=·¡ºª&¨Ht×¿\\60#%ö:»-›\"±‰©±vuð\\g–Y0$+ë \\%.V3iÎ“\rô\"å–È‡\n*U¢òI†ECwÄB³ÌW\n“D§SC{ÓêÄò\'J¼%µfÅ´\0’¨­‘C¢Õ7`!tRÃ­çV(ù¿PÊ~J‘M¡5°ØËJ¶½bÝü¿6÷ñM\n‹}<çëÍ›d\\“Õ±ÿ`è=Œâš±?c\nícPŽÁÛƒcã»FÁ]=N ko†æùél•e½æ¦;“¹µç÷kü›¾“ßoþÀ;f¥');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_downloads', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_outlink', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_sitesearch', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_SiteSearchCategories', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Contents_name_piece', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Contents_piece_name', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicePlugins_plugin', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ}ÐQ‚0à»ôcCÔŸ;x‡\nC*C!Äî.1áMûÐäOÓ|iË8a˜œáö`±D@¯>P‘Š®kÄS.°ßZÉ6j°lÉå—½ñÙr8Ö»a~\ZV5RÐ\'Ö	§Ô—•~Hª\ngÐó%E3JëõMª“Ðà9ôß~Ð¥L—P”0ù!È­uê¨S4Ë£ìæØúRÔW¯_G¬p');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_brands', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒA\n€0ÿ’4mUÜœü€ø…\n½õXúwS‰‡aVÁèAé—½aU½ŸJÒAÇERäd‹Š³-ÞVƒMæ›9{Èá[ÆÌŠ€>æÉ)c¼Ñ$±');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_browserEngines', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5Œ;\nÀ Dï²\'ðCfH›ZÁB°3ìÝ£aS<æ\r“`1*\'ø?¨¥\\\ZqGÝ%Ÿõ!®pŠWÂX[nS\'v²ózœÙªækdéƒ!ëäb‘b§&j');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_browsers', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒA\n€0ÿ’4mUÜÜ½é\"x(ôÖcéßM%†X£Q¤_vô†Tõ~*ICIAt’“-2(Î¶x[\r66™oæì!‡o3+ú˜\'—Œñ‘•$³');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_browserVersions', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ•Ž=\n€0…ï’HSª/»›Þ¡‚CÁÍ±ôî¶’âà $/Éãó°ˆF<ÚÚLˆ\'zÐá·ý 9á@Ë,ì\ZG`³8«Õ¾Ë²e×«7H‰\npZ™õ©3·“ÊäaS	Z«ñÉ0¾øaàÊ`”1¤ÉjIy');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_models', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒË	€0D{Ù\nòUœ=Ù€¤…A9†ôîFâáÁ0o˜–¡8ÂþaC«ð ÏTˆ«´ÎázîDœa&vâd£Af8?Ý\"haåq*YOáÔ×ô¡#Z\'÷þà#\'V');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_os', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5Ì=\n€0†á»äM¿œÀEOPÁ¡Ð­céÝM%/|äd0z“Œð\r½!j¾ŸJÒTh?/’o+ª2ÈOKf‹ÆÚ*ón6ˆî»ŒÉ}Ì\'‡Œñ½ª%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_osVersions', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2²ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹­,¬”<ýƒ­\rÍõÌ•¬3­Œ€Øˆ¡l C+%#œ)TÌÌ\ZdV¦•9”64„j21\0‹Ô‚x‰VVÕµ ƒü`„aéC„#aŽ0€:Â$GÔ\0w$J+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'DevicesDetection_types', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒË	À0CwÉq>-•wè.ôÈ-ÇàÝ·îáÐfCdAþÃ9Pº\\w<Ö$Pà†äd§|.™«î¶-v¶³•ÉE‰o£¦SíädÕb1$P');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Events_action_category', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Events_action_name', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Events_category_action', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Events_category_name', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Events_name_action', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Events_name_category', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goal_-1_days_until_conv', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goal_-1_visits_until_conv', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goal_0_days_until_conv', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goal_0_visits_until_conv', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goal_days_until_conv', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goal_visits_until_conv', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goals_ItemsCategory', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goals_ItemsCategory_Cart', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goals_ItemsName', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goals_ItemsName_Cart', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goals_ItemsSku', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Goals_ItemsSku_Cart', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Referrers_keywordByCampaign', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Referrers_keywordBySearchEngine', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Referrers_searchEngineByKeyword', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Referrers_type', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Œ ØŠM |S(mÄ†@ln\r2È6„J˜€EjAÒ‰VVÕµ ü¬kkêg#—');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Referrers_urlBySocialNetwork', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Referrers_urlByWebsite', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Resolution_configuration', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ•Ž1\nÃ0EïâX¶’Æ_{¡CÛ!\'p¡ƒ![–€ñÝ™B§føHú’>/# xÉˆ½I¨+¸%¿Þ‹“Äp·ç,÷«0ñ6¥ÑIAØE»¢õ¬—pAwƒy£hdÁÅ*‘=±?œ¦S†Gm\ZôèÆ_,1ùmbþe¡/uo,tŠ¥}\0¢Mò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Resolution_resolution', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ•Ž;\nÄ0Dï¢H¶òñø¹ƒ¶0¤K0¾ûÚA&\"°Å i$\r/Á¡dpLð£	(&Ðž>ßâ¤¢ç\ZfŠ®Iš¼õÚ.äún2oŽ=*c±*bOÊ—Sû”À(µmÃxeðÏUõÉ 7ƒ6ù‹¡þ\0ëI®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'UserCountry_city', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒA\n€0ÿ’4mUÜüÁ?DðPè­Ç’¿›H=,;0\nÆlH¢(ÿ816P×ûé$	DÒeQ]1(‡Û–Ûv‰–o^¢¦ï±ÐêÅi¹ÄìD¸$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'UserCountry_country', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒK\n€0ï’4ý(¾ÜÁ;D)t×eéÝM¤.†7ðŒQD‘~90:\n¨éu7’Žz.’Š¸H‹l‘AÑ[Ym3ØØÅßÌy…¾ezVŒé\'§Ìù¥$é');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'UserCountry_region', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒA\n€0ÿ’4mUÜüÁ?DðPè­Ç’¿›H=,;0\nÆlH¢(ÿ816P×ûé$	DÒeQ]1(‡Û–Ûv‰–o^¢¦ï±ÐêÅi¹ÄìD¸$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'UserId_users', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'UserLanguage_language', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ5ŒI\n€0ÿ’»U±çþaAÁ‹Ç07â¡ è‚f8ô\nKŒðË‰þ\"Á4Î¥š^žíÎ†*ü\",âèÆkK«í78H‡»¢‹hfXtÑ“‹D>(%ì');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ…Ó=1àÿRp4M?4·¹¸Ýè*:+8÷ß\rÂmš…—BJxS¯ýT™öxœØ-õÞ7\rÆÂîÒíY—ÛÜÞ×>úk¸©søž­3Ê3Ï«$šæýâ?Hì<ø]ð?…`	¨d	‚.DK  ]H–!êB¶„IŠ%dÈºp´„ENªÙA ^RÉ˜€ŒV¡^LÉ„-Dïf–‰J9ƒ¥èý”Ã€@Ù\Z‹^RùåtgMÙ>Ú•$®');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'VisitorInterest_pageGap', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ…Ñ±\nÄ0àw:\nÑÄ¶§[àÞ!\nÝ:–¾ûyC¶CÃ’»RÑûÐb]ë¬÷¥¢pöÏ~‚]>B;”½ÈžßÑÕozªöP`äXàL¨X‡Pþ\n5\Z¶Xh™ (± ™0ãs(4…©ÄÄžÉ÷™|Åš\Z‚œ¼ã•Lo‘ñ|Ö\\¾G');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'VisitorInterest_timeGap', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äî…tj­Áð1ÒCR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­°Ï;W¨z«§Ô×ÇÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G³”HqÁ¯(s¤¸ÀK¤Ô¡RA.°ÖˆYÂóVÑ›ÝGÊùŸjÃ`');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§Áð°Í‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð•$$il¦¿qm&¾íô”Çëž€‚’Þÿ42e,äH(T°P\"¡RÅB„F\r-:u,ôHXhÁÂ…bi%	žr…„g©¤Ác\nî¥gmT9@p5›ª·›#×³û}XHCwÔ£,}\"åúúÂd');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'VisitTime_localTime', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœµ–M\nƒ0„ï’8Ïø÷¼Cï`¡ÁKñîU›P)íH³šH>‚ÃÇÜ¢/£ýàe^t¾Ì^y˜†ûc\ný¾9º¥,SÆ”UÊ:e“ÈÇbÝ¶¶»_Öý’[ÞøM…ˆj”j\"jI©¥ˆ\Z)5Š¨¥V\"jM©µˆÚPj#¢¶„:;<´¹Ë8µ+¾Îìü¾ÒÁé}s\'z3¸¤ ³Ô…¦TžT¦Wr›r³ðnÂ6\\XP\\YP9\\ZPY\\[PyL\\Ç±ˆË••³Œ;ËTÎ2î,“ÍVÃ•ÊYÆešùj}_5m');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'VisitTime_serverTime', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 'xœµ–M\nƒ0„ïâ	œ—ÄŸçz]î\\Šw¯–„JiGº˜Õ„‡äC2|¼Ñ-ú:y=ŒÊ¡÷uñäÕ<Þs5ÃÉ-gÈs¦œMÎ6\'P>¬_‡míw×¾nÇ%·2øM…ˆj”j\"j Ô ¢FJ\"j¢Ô$¢6”Úˆ¨-¥¶\"jG©]¦âÔ¬8,¯ìü_Éàäž’{Ñÿ‚\n2C](Jå(pIAe)pM¡´©4ïf¡ú`ãÏfË\n*[ë\n*_*c+*gKŠË••³Œ;ËTÎ2î,“íU‹•ÊYÆešÝj{¼Ä´');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_actions', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ”Ñnƒ †_…ð\0\r¢¶+^6[²léÅ²]Zi%S0BÛ%]ß}P…Q£k2ä×ó‡óÎ’ˆœ9A%±	\"gER+ºaÌŒÆ‚W¾càñÈ„«’Š=Sà¬žÀ³(J·Ü|¿KM+ðÆN´-øx\'ØŒÈ/âÌæá$FNDNàlm§ØLŠDsÕ¡Î5¯Y.˜>Éöf…q*‚\ržØä%×*?q]L6S·@ÍÅ ¦ˆùfÈ<Ð™è×S\Z (ÖY{%™-ñÂÒ$c4Î×Ã¤ŒõiÌ*>g™ò,ÝR¡v%–e>ÆòkìiÍoÐm;A>—ç™tá8 *d7­Ü2¥¸Ø»ãŠñÔÐË»£´¡eíŽjÊp´•uS1Í¥¸z\'€BË(ÐÐpSÉRä•¤Åß•ìMÂM%ûØzX¾AÄó²o8Œœp}†}/¦NDN<81¿Š‹}Q{KtåÙÐ½)®+–7T—×Û!\"ð_—ƒYÛvúåòµQ|P');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_actions_url', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ…“Žƒ \0ÿâ*B­éú‡~ÐJ¯¤\ràõ’¦?¨B©Ñ;uãŽ»£°*x@-’‚j($;rY´0Ãµh`VáLiÃKŠAÜÂø›…j…zêDÏ©âî®¯ØyÒ—÷½Ô‘^„³ô.Üe…Nc^¨YÎ‚Œ6ÈE„ØÏ?P©Xn¾¹y™lö¸	6Û%›ÈM2u&SS_%µI.kL“©8Ã”=G´\r.»%—78Ù4™Í;?{‹R¯ä³Ja’uº§7£OÜZ¡¾âr¼$5gÅ¸´$S›#‡D«5àCè¤û›äNhõ¿PÎ®åÈ¢ÐøØÉZQ©Y÷÷NNÐ¨ð±“Sî0ß¾YÆ/ó~\Z8Œbç§Y¬_Á3\\X˜ë±àYËŽ:I­cÆÓ»8w³P–§³ÓŽIÃïÌtvã?·®e˜w_‰Œ%Ÿ¿gä_n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_actions_url_chunk_0_99', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœí”Ao›0†ÿ‡Ýl’`TõRiÛaœ¦i;!LbìÈvJ¶*ÿ}6Ä”PÒT=M‘Ÿø^áüñàg†ƒXaˆ ÄÁÐ^\01i;¶X\0ü¬pˆ½’lhé™lh’þ}*õÝ·Ÿõ±øüc—}©ÉŸ_0yØÂäûWðÉ4S.xFï¢hƒ@eÙÚ‹Fæ€öèŠ ¶Ëà\nè\n\'ö˜“\\bOªT³Š¦œêZÈG/ÎMRadèø&Ý1­ÒšéÝ dWjoP1>è)l.ƒ90?Ï…ÈñF(ì¡(*Ÿ¨lHæZYšÅËaÂŒk—1wé–éX®eV=-	W…ƒË²cy	žiV=š—¦{ìèÖêx®¦PÐ#ÊE•î¥È¨RŒoÝvhj˜eíÖ=´a$qGu-p”‰j_RÍ¿\rÔÏ^êGF†‹I<-Éßžä.Ô\"\\Lr×K†ãÛë˜mŽÎ®pßê¾ÅÐÐkW,›âdÿ\ZI˜—†½ƒl|\0ídì´Þ+ìûY¡…&¥¤5‘¹š›‡÷¾¤J¤Ù—YÉ6’Èß~É\n:£O”ëY¶#|KÕ‡”r²úJâÓ©µ‹…ëq‘«¡Èlò5Çä©ÉS“§þ}OõedoXˆ2§25RJ•&R7[Ý2Ó;åt6=Z×4ó¢÷»ÆLå«…&ÕLª™Tó¨&QMçÔxåô¡m{å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_downloads', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_outlink', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_sitesearch', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_SiteSearchCategories', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Contents_name_piece', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Contents_piece_name', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicePlugins_plugin', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ}ÐA‚0Ð»ä…\"êï¼C„\"‘\"HÆa¸»¸`§Y$ó\'‹7I\',ãv)–ˆ(ðÕr9¨èºF<9AºUâÖoc,[²î²þ#[®Çz7ÌO#Utç‰uÂª„õe¥’©Âô|IÑŒÒz}“ƒê$4x}à·t)×¥%L~r«G:êT\nšåQvsl})ê«×\\¬n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_brands', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_browserEngines', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\r€0wÉ\r¥ œ°C‘xDT|xVÙ¦*+¶/r£*‚dÄßl¨/¨äó*$ÝïEŸ›D15qSwnœAì,‰(–ÁÖ‘™ÿçÐó”PÍ‡1û\04C&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_browsers', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒË	À0CwñqÒ•w(…NàBÜrÞ½qIB–Ÿe£eQ¤9h+¨èó’Šºn’ŒØÅ]iøÒ!ƒØÙ*ÞÎØÛGfžÇáß˜\'E@3tŠÙ•£$¼');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_browserVersions', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5LÉ	€0ìe]c<f{Á\n\"øä—gØÞM$ys2‚Á\Zà†8P2<(…çM¤;èºU71iÄ\\!®óR\'’Öymkï¶îEÆ˜ÿÄš`kG§š}QŸ%ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_models', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5LÉ	€0lE¶‚¬\'Îö`QƒEÅøé]Wâc˜“±`D#Õ/zÄ€´ÙÑm$Ü‚dq»»üTÌ.¬÷q’x”/øE•¹Ö-ˆµkDÏ<ÚÜuÙ3ÿcó%I…ALz4HJ„V*€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_os', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5Œ;À0CïÂ	BÓjNÐ%kg*uˆ”-c”»ªd°Œy£eQÄ9œh¨èó’j„î+‘d,&6Åá«Q±³M¼ž±vŒÌ<Ã¿éž­û£$½½%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_osVersions', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5L9€ üË¾€Å8ûZë5± ¡£$ûw@1™3£`Ô\'\n¿Ä…Zp€²¾_&) çŽÂL’°5pƒŸ¼·ƒFwHH³;§g^c7ëNáP­E1ûº%¨');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'DevicesDetection_types', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒË\rÀ0CwahúQÍÝJ=DÊ-ÇˆÝÚä`y6AË`5¤¹œh¨ØýÒÚ#Ä¤K—t¥1×ŸI°M£œ±v/2Ãü]<œÑ<]êþ` $H');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Events_action_category', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Events_action_name', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Events_category_action', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Events_category_name', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Events_name_action', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Events_name_category', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goal_-1_days_until_conv', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goal_-1_visits_until_conv', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goal_0_days_until_conv', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goal_0_visits_until_conv', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goal_days_until_conv', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goal_visits_until_conv', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goals_ItemsCategory', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goals_ItemsCategory_Cart', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goals_ItemsName', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goals_ItemsName_Cart', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goals_ItemsSku', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Goals_ItemsSku_Cart', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Referrers_keywordByCampaign', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Referrers_keywordBySearchEngine', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Referrers_searchEngineByKeyword', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Referrers_type', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\r€0wÉ\r¥ œØ!H<\"õ×g•ÝiQú°ì‹ì(ÝD‘W¸Ð\n¨êóV’6*Ä$†mˆ‡rø^d\rGðÌ¼Šé¿ø$EB÷ùä÷è¿#');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Referrers_urlBySocialNetwork', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Referrers_urlByWebsite', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Resolution_configuration', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5L9\n€0üË¾`×xeö6\"XXG°¤K#„ü]Wb1ÌÉJk€û…GÉ@)œW\"Ít,«n»Šïøž™4¢{!/\\ãÞ¶ ±nP;‹[75/òùKª¹\0F©v´j­µÆ(b');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Resolution_resolution', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\rÀ wa‚J[œº•ú@âÇ§b÷&<¬ÄöÉŒ^@’Ö“Ð\"\\Í÷S4\r\'O/ÓIN\n¼ŠUaÞMVÆº(6R°Ïî˜žyÁô\'Ã\\¡ºdŒs	&-');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'UserCountry_city', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'UserCountry_country', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\rÀ wÉJ«:;t‡Tê‰êe÷’\n–ã\\£Q¤5œè\rTõ~*IC½¤ ñPš¾\rÈ v–ÅÛûdÇÌÌë8üó¤èæ.1û\0®”%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'UserCountry_region', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'UserId_users', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'UserLanguage_language', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ5ŒÁ\n€0Cÿ¥wauN1ýÿ¡Âƒáex\Zûw×1¡I^‰‚Qœ(üoNÔ‚\0ÊzÇL2||–·$¬]ÜåçÝ:gb	ûdÇÌÌÿ³M³¤p¨Í†.ií1„&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ…Ó=1àÿRp4M?4Ý\\Ünt•\n\n‡ƒ\'8÷ßÃmš-/JxÛ¯ƒ}mL{¼.œØÍíÞgWÆÂîÒýÙæÛÔß×±Œ×âêà ëö½\Z{^%QöÁØyð»à\nÁPÈ]ˆ–@@º,!BÔ…l		’.KÈuáh	Š.œT!²;\Z‹@½¤’1­B½˜’	![ˆÞÍ,•rKÑû)ek-zIå1”Ó!œ5eû\0ÖÐ$­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'VisitorInterest_pageGap', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ…Ñ±\nÄ0àw:\nÑÄ¶§[àÞ!\nÝ:–¾ûyC¶CÃ’»RÑûÐb]ë¬÷¥¢pöÏ~‚]>B;”½ÈžßÑÕozªöP`ä!”¿gBÅ\Z5\Z¶Xh™ (± ™0ãs(4…©ÄÄžÉ÷™|Åš\Z‚œ¼ã•Lo‘ñ|Ô0¾F');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'VisitorInterest_timeGap', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äîU‡tj­Áâ#ÐÃR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­0ÚÎOéðQO©=®ÆÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G)‘â‚_%PæHq—H©C¥‚\\`­³„ç­¢7»”ó\rœãÃ_');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§ÁæaÃ‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð$$il¦>d\\¿i\ZÛé)×½\0%½þ+h$dÊXÈ‘P¨`¡DB¥Š…\Z	\ZZ$têXè‘°Ð‚…\nÅÒJ<å\n	ÏRIƒÇÜKÏÚ¨r€àj6ÿTo7G\n®g÷û°†î¨FYúDÊõ÷@c');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'VisitTime_localTime', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœµÖ»\r„0„á^\\³¶y,=\\ ]€DFˆèý\0Ù	Ò\rÑDkä?ûìÉ-ù¾x3Nëbð}óìaæï\ZÆksq+3–™ÊÌe¶eveõÇæ^çÖyvãûqò©ÿ«UVMT´\ZEÕD«ITÍ´šEÕ–V[Qµ£ÕNTíiµUZDUpœ Óé…\'•Oà@A%8QPŽTJ1µ¹y@®7Jw{sœÃ£g/}Tb“•YàhA¥8[P¹eÜ-S¹eÜ-“½«^V*·Œ»e\Z·Ž°­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'VisitTime_serverTime', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 'xœµÖ=\n„0Åñ»ä¾IâÇx‡½ƒÂ‚¥x÷UI\ZaŸÕ«&!ÿîG&·äûâÍ8y¬‡Á÷Í³‡uš¿k¯åâVf,3•™ËlËìÊêÅæ>çê|»ñý¸ùÔÅÿ*DU£UU#­FQ5ÑjU3­fQµ¥ÕVTíhµU{ZíEÕVQ\'ÈtzáIå8PP	NTF#•RàLAå8TPINTVc•Và\\Aå•q¯¬z…ÒÅÝÝm<Ûxis³Lö§zùT©Ì2n–iÌ:~\\ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_actions', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ¥”Ñnƒ …_…ð\0\rbm;¼\\¶dYâÅ²]Z™%S0@ç–®ï>Ðb©Ñõb&ê	ÿ	ÿ‡ $\"GNPJIìÅ‘£&	Ý²\n¦VokÁCÝTò›1ð$+5\\\nðîí@qÐFq¦Á«4´/¬¥ªÐàí¦œ`{GîDœºnœÄÈ‹ÈœfîÛ—&ÑŠ@}¨sÃk–fZ©>`ZX§&ØBŠm¾çFç-7û‘Éuê\'¨¹Õ4±Ãhì½‰~Ý0%Šfê“)G‚hé`–S0ÞvfI_êº¸I.]”9Ï: 1Š\nýÞ³t_e5rqQÖÊ¥8^ò:€™uá8À)d7Jî˜Ö\\”*ÆSPc/ïhcKæ\ržjÎp´“6¹ÌÅõ6Pè\n-“@cÃUŠ¥È+I‹¿S<˜z„«µlÝ bóÝy³aä…ßcxØ‡‰‘/V8¹uçDŸÍ†–6\nÜT,o¨ÙwçƒMÉ?ŽÛÁíõÓé0H€Ô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_actions_url', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ…“Žƒ \0ÿÂªB­¹õý¡•^I\ZÀë%Mÿ~PÅR¢WdãŽË ,ƒ\nîÊ–™ƒîj@’¸D­h¸ V\0ö£\ncH^@ÊT1Àí>LÄOª ;ôÔ‰žSÅÝM_±ó¤/ï×RzÎÒ›pç\n+z¡²œÿ¸Ü”þBb¿ :Q±ÜüpLð¦Ü™í’LÄ&—:q‰©ç*¡Èk•Yeig˜²§ÑåùUvK\"/jRi•W2ßr“È¬R˜$:îéÕè#·V¨ï(Eð’TÎŠq$QË‘}¢Õ\Zð&tÔýUr\'´ú,”²+B)²(”o§X+*5ëþ?Å34*¼â9·Ïn’ñ¿ùkj6\\Æ öžû°~pc¡§Ç‚\'-;nè`$µŽ‡¦/vvîj¡(Ž\'§“†ß˜éìÆo·.Eèu_‰Œ%ß^€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_actions_url_chunk_0_99', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœí”án‚0Çß¥ßZ´¼ƒ¯@ªTm„Ö´enY|÷õÀb%2·o[‚Iåâý½ûµôþŒ&ôSÐ$7cL(bÃqÎº‹˜~\Zº¤¨b[^!§M)Š„,ù;Ê%naX}äðGW6ööÉ7ðHÜÃµtuLSVÔ¼Ü^”>¡¼tJC‰ë\'·ÅQXS\\„=DÐ©+P9Èµ|ñ<väEìý…h ®ß¸2\0³xãe7–eÀâSm(rïÒ£Œi²€Äj&Í¾ciO%}rWÝP²\0åžn9`FU$	pJUg­vÜ!*!Ï †ZÑm 	Ð†’xª1ÁÐNÕçŠ[¡äk P;Jž\r·XÉ¢R¬üþ÷¢áá÷¹Íðê÷š×·a#±üŒ‘~—>À>Xù mƒ+|µ#ï¢FwÓ½¦èhíÙÐ(Úí­²¬ÒüÂtiænïQsŠ¶|fš¼–}SE’_fÜ‰úà|&¤åÍàx\"\r`Ô¯×Î(ÀeÈˆË$ÙÐeÚ©©=Ïd<“ñümã	Ý\nîUUr]8—)ŒeÚÂ[Îð+¯ù±ÝÜÜVç7íŒWéOý»h5™Ìd2“Éü“Y¤¿5™ÞKHë%×/ÛœZ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_downloads', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_outlink', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_sitesearch', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_SiteSearchCategories', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Contents_name_piece', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Contents_piece_name', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicePlugins_plugin', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ}ÐA‚0Ð»ä…\"êï¼C„\"‘\"HÆa¸»¸`§Y$ó\'‹7I\',ãv)–ˆ(ðÕr9¨èºF<9AºUâÖoc,[²î²þ#[®Çz7ÌO#Utç‰uÂª„õe¥’©Âô|IÑŒÒz}“ƒê$4x}à·t)×¥%L~r«G:êT\nšåQvsl})ê«×\\¬n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_brands', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5Œ»\rÀ0Dwacç£Uˆ²‘RXrçÒb÷˜È.NÇñ8Œ–D‘æp U¬ ¢Ï[H*\"è¼I2bw¥áK‡bg«x;cl™y‡cžÍüÑ%f$ª');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_browserEngines', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5L9\nÀ üË¾ÀÑÙ\'Ò¦^ÁB°3ø÷hÐb˜“Q0j‚…]âD-p ¬!f’zb¸ÒK’°up‡¼÷ƒxtNÆC‚ŸÝ1=ó\Z›?iÃ)jG·´ö`ò&c');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_browsers', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5Œ;À0CïÂ	BÒjöní¨Ô!R¶Œwo¨’Á2æaŒ–D‘æp U¬ ¢Ï[H*\"è:I2bw¥áK‡bg«x;cl™y‡cžÍüÑ-fà$¬');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_browserVersions', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5L9€ üË>À° g{;ýÃšXÐQþ.,&sfŒš`Dá~q xPÖçÍ$tbÃÆ$	¶ƒ;Üâ½/4;/ã\"!¬..ÏüÍLÚp\nƒÚÆÑ-­}-%³');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_models', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5LÉ	À ìe+pc2ûJÁ$yø{Ï\Zô1ÌÉx0J„;ÄŽ’±€’¿B\"É\ZÐá$ºû}IÄ¤`…í<ë†AÜºEÚIÄÚ»­{æ16R›ó0(µRëÞn\'O');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_os', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5Œ±\r€0wñ1! ÞÐ@ÁF¢ˆ”.e”Ý±Q(^ï÷ù­`´Œ ŠøZE½ŸBRÐ~^$“‰Mqøl”Aì,‰×3–ÁÖ‘™ÿãðmº\'E@ëþèÞ_»õ%');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_osVersions', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5L9€ üË>À°\"‚³/°ÑÂ¬‰	%áï‚Áb2gFÁ(FöJ†%½ŸD’@ûy	‡É“DÌ\rÜ`/mÂ î“þ±ŽÎÏüÍ—Ôî¥ö£Cj}]w&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'DevicesDetection_types', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­Œ€Øˆ¡´	’œ©5Hs¦•TÎÊ74„)6\0‹Ô‚x‰VVÕµ ƒü¬kk`|$I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Events_action_category', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Events_action_name', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Events_category_action', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Events_category_name', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Events_name_action', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Events_name_category', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goal_-1_days_until_conv', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goal_-1_visits_until_conv', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goal_0_days_until_conv', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goal_0_visits_until_conv', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goal_days_until_conv', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goal_visits_until_conv', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goals_ItemsCategory', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goals_ItemsCategory_Cart', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goals_ItemsName', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goals_ItemsName_Cart', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goals_ItemsSku', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Goals_ItemsSku_Cart', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Referrers_keywordByCampaign', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Referrers_keywordBySearchEngine', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Referrers_searchEngineByKeyword', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Referrers_type', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5ŒÁ\r€0wÉ\r¥ œØ!H<\"õ×g•ÝiQú°ì‹ì(ÝD‘W¸Ð\n¨êóV’6*Ä$†mˆ‡rø^d\rGðÌ¼Šé¿ø$EB÷ùä÷è¿#');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Referrers_urlBySocialNetwork', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Referrers_urlByWebsite', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Resolution_configuration', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5L9\n€0üË¾ kâ‘Ù^°P_Á\".òw]‰Å0\'À(Fì/<JFJá¼I;Ð²²Îb½¹\'çH\"ºüÂ6vº±v½èUÄÐº±yæl¾¤ª0(U6©õnÉ\'ô');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Resolution_resolution', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5LÉ\r€ ìe+Ø™íÁÖÄ	?>&„ÞÉœƒ &°\ZÜµ`e»ŸLZ@.ò{zOš°uH‡›ìûB@2º]ÇEÂ1»0½È\ZóŸ´áŒÚÆÑ¥­}8%Ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'UserCountry_city', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'UserCountry_country', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5ŒË\rÀ CwÉúQºCª\n‰G”ÝK*8XŽóâ(½ ˆ\"­áBoØAUóSI\Z\"èÍ$qˆ‡Òôm@±³]¼]pLvÎÌ¼ŽÃ¿1OŠ€nþè³£b$â');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'UserCountry_region', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5ŒÁ\rÀ0wa‚Ð4­jvèTê#R~yFì^¨’‡æ°ŒQ‘D‘×ratPÓçm$	DR±¹Ø•çÜ1ˆƒ‰lÅ1Ù9=ózNÿÅÂ©7‹¢[Ì>C$');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'UserId_users', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'UserLanguage_language', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ5ŒQ\n€0CïÒauN1½ƒwè`È`øãçØÝ]ÇüMòJŒšáDás¢¾ ¢1’áÓ³Ü‘$cíâ.?ïÖ9ƒØXÈØ\';ffþŸÝhš%…Cm6tIk&R%å');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ…Ó=1àÿRp4M?4Ý\\Ünt•\n\n‡ƒ\'8÷ßÃmš-/JxÛ¯ƒ}mL{¼.œØÍíÞgWÆÂîÒýÙæÛÔß×±Œ×âêà ëö½\Z{^%QöÁØyð»à\nÁPÈ]ˆ–@@º,!BÔ…l		’.KÈuáh	Š.œT!²;\Z‹@½¤’1­B½˜’	![ˆÞÍ,•rKÑû)ek-zIå1”Ó!œ5eû\0ÖÐ$­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'VisitorInterest_pageGap', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ…Ñ±\nÄ0àw:\nÑÄ¶§[àÞ!\nÝ:–¾ûyC¶CÃ’»RÑûÐb]ë¬÷¥¢pöÏ~‚]>B;”½ÈžßÑÕozªöP`ä!”¿gBÅ\Z5\Z¶Xh™ (± ™0ãs(4…©ÄÄžÉ÷™|Åš\Z‚œ¼ã•Lo‘ñ|Ô0¾F');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'VisitorInterest_timeGap', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï­è\\èÈ–1äîU‡tj­Áâ#ÐÃR‡\nŽÒ:ÒÇŽ	´õçk£¶#ƒ„U¨­0ÚÎOéðQO©=®ÆÂ³*§¯!?\r‹Œ¤\\#\r*¾‹H\"³/cÂ–eŠ8G)‘â‚_%PæHq—H©C¥‚\\`­³„ç­¢7»”ó\rœãÃ_');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœ…Ò=\nÃ0à»:\n$ù/‘· wp¡C [Æ»W²•§ÁæaÃ‡Þ4)vnÆcZ¾ƒÚyXµ´Ï÷gOãð$$il¦>d\\¿i\ZÛé)×½\0%½þ+h$dÊXÈ‘P¨`¡DB¥Š…\Z	\ZZ$têXè‘°Ð‚…\nÅÒJ<å\n	ÏRIƒÇÜKÏÚ¨r€àj6ÿTo7G\n®g÷û°†î¨FYúDÊõ÷@c');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'VisitTime_localTime', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœµÖ»\r„0„á^\\³¶y,=\\ ]€DFˆèý\0Ù	Ò\rÑDkä?û´“[ò}ñfœ<ÖÃàûæÙÃ:Íß5Œ×åâVf,3•™ËlËìÊêÍ}8Î«óíÆ÷ãzäS/þW!ª\Z­š¨\Zi5Šª‰V“¨ši5‹ª-­¶¢jG«¨ÚÓj/ª´:ˆªà8A¦ÓO*ŸÀ‚J(0¢67ˆUH”6îöæ8?†GÏ>^ú+¨´ç\n*¯ÀÁ‚J,p² 2-¨Ôg*·Œ»e*·Œ»e²½êe±R¹e|µ2Ínuü\0fW­');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'VisitTime_serverTime', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 'xœµÖ=\n„0Åñ»ä¾IâÇx‡½ƒÂ‚¥x÷UI\ZaŸÕ«&„÷c&·äûâÍ8y¬‡Á÷Í³‡uš¿k¯ËÅ­ÌXf*3—Ù–Ù•	Ô‡Í}8Î«óïÆ÷ãúäS/þW!ª\Z­š¨\Zi5Šª‰V“¨ši5‹ª-­¶¢jG«¨ÚÓj/ª´:ˆªà8A¦ÓO*ŸÀ‚J(p¢PBéâîn6žm¼´9TPINTVc•Và\\Aå8XP‰NTf7ËTf7Ëd;ÕËR¥2Ë¸Y¦Ù«ŽÚ¾ó');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_actions', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœí–Ñn›0†_Åâ\"Û@HÌeÕIÓ¦hš¶‹]!§¸‰5všUmÞ}6á‡B ÍÍ¤%RÀ‰ÙpÎ\'8óÙ‹d8æ§A€Ù‹b!ó2¾™+Ì˜‡î>¡ÏyºSº”B¡…æú.ö¼Lúù½¢oÅ^”\"EËgô«Øy±d´þ{ðí :Ø8¶›™öä›“bdÊ<µÛ$ZnD’½/Êß^œ22ñg‘™§/_&k©U²—zÝ\nÚÝŽ‹ldÞšSÌü\'‡ØƒÿÓšGÑ1:8J”O¢¬hðÄŸR‹tá@°¦	\Z˜ªö¡fÚìÓÀœeüÉt^G‹.y®4Ø‚L»@N©\Z%rPN“õEcó\Z˜Þõœ´Ø$Û²xJÉ|P>í‚jgåñ|­Y@\0¨úg@Åf›	-‹|ÈÍö\0¹‘N và¬–‹<É\nž6Ï«³Ž›Ðá¬Ž›¹E»xÓdsè?\\÷%ð­›„ÐŸ0Ef0˜Vƒƒ\rrF¬lmnùÊ”‚Ô™H¶\\¯+7˜*y·\ZiË_0Ohžú*º¹Fwkž¯Ì¯:û°ûà+ìÓÿÄó!ó4ýuÉ<M¨Û<FM4\Z!rQ<Õ*âq2½â™à`”{È°{‚Qî	nîù×ÝCÀ=Üƒß¸‡€{¸‡€{È÷„„y’ÃÉ?tÀ?öÍg!öèÞÜ×âY³®«’Û[üß[ˆÖ•„è©é{%DÏÄpÅÛÏÝÞ~n\Zo S%Wè<tøÐês“');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_actions_url', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ…“Žƒ @ïâü€Öu¼C¯@h¥[R•°Ý¤ñî*Y›5A&Îsæi\n¼8¤5¼%¼µôÄÚ¨V€ \ZnQÍ™•›•Ù °¶7³pZÛ·M¹\0ÕG»a³)È©¡#šwŒôL?…4ÈbüUÚ¦_\"W®yr}\r@Ûm.Òñ>È)0Ó85Wä ú³Ue9C…§£˜|09Ùà£Êêä{:\\l\nÏÆ¥\\ôî³ÊlªbfJÏEKÚ«Ëlc¾)·.‡=—7¸Ø”žÍ;þœÒóùKå3…°gÔˆŽÜ¥83¥xÿ=y£=©åkË­j!rt€³úl„Î¢»·LsÑÿ/ä³„|dW(6ÇYô¤´q&ûGy…f…ÍQ^sÇðüz3gÕ2~(]ÆeËP\"{›f±˜˜ÑN%µÃ=¼ˆ¶a’²%JS©£å]µ¾+H’óEM[ÉžT6*6Ÿ›·Äý¸Ô­Çñz1`©');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_actions_url_chunk_0_99', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœí˜Mo›0Æ¿‡Ýü!€ª^&m;ŒÓ4m\'Dˆ“ SÙN“®ÊwŸ\r˜…¾ª”H„¿ð#ûÛ?=y¶÷”xØçDzFäAuø‘‡uaï‰K¡‘F’\ZRkK¥y2qóóÏþ°úö{ß‚aðu\rƒ_?ÀÙÒŒÆäÆuà8Žç†ŸxHPU}5Œ4tuü@°<Iƒ3Ïà»m(’-	)ûŒÝþR*¹‡¤;º7‰àá>›†HTt°Mh£{ò2˜ù3´(:ôˆìšNØa¹“©‹åÆjs£u¥»fF7•ÃÈ^ªa*/]\Z§fE°ˆò•6,åeÖæå$,Ý857§F}Û¨Æªütª®9ZfÛðže1á<¡k=]µ™jj“bjqÍZShvÕ%83gÛû”ˆ$£ý†êÚCuI«¡¦àl%g4L³hùüJ®D……³•\\µÍå[k‘Óì–]è}†ª½hëêb®‹Y^Õ_	ùÐ<cÇr@µ26BÜsÏ4ã•ÈD”2²Ø’OåÍ›»;“ží˜œ—Iš,XÄÍ4Y‘	y TLâMD×„¿\n)G…¯À?º(3pÞ2ì4A¦”—>FNœ\Z9õñ9U‡‘êp•¥KÂB	¥‹ˆ‰|ÊÝ>2\r„SI\Zu¬±Ö ¡¡I\Z4º$‡kÇ*wô›è‚N»¹“.èlÇ·Óå½Ð¡Œh¹´¼8õsfA&|«iYíR“’ý„Èg’=2I¨ k©Çc6•SuPæ2Ñä»®£ï<#xFð|lðÉ4i†á¦J5vÉ˜Ïˆ\nÂ¯I5HÃk¸À7ÀNñÜÜì~À¸Žó` ˜â\Z€Üƒ×A=ˆÁÓ™k¿bðˆ˜Oƒ¤ƒ5bÐbÎ6Hg¤³\rêÈ6ôñæZŠžûä\"WÙÅûÖµ\'“ñ‹ËˆŽŽ÷K\'v/-Ú¾¸TA$‡êaˆ|ŽgùæÚù1¾ÙŒìøì°f/}³©¸aå/0ÇÿÓD..');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_downloads', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_outlink', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_sitesearch', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_SiteSearchCategories', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Contents_name_piece', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Contents_piece_name', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicePlugins_plugin', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}ÐQ‚0à»ôcÔwð†T† Cˆ!ÜÝ½ð¦}hò§i¾´u8cc(ë`Ž ±E àn>(AÕ0tìÉ2tªÜîŒ,*l){=\Zÿ‘”›àb{ê§¡E#=ÜâdÂˆ„u#’‹ÂôzsÕÍÜ{y“Bt2š¼cp?ÉR)K(rXüøÞÎ2u’)\rZùYkì}Íâ«÷/eÑ¬t');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_brands', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}K\n€0Dï’$­œ®¼€x…\n.\nÝuYzw[i]	3É<ƒÀÎÃê² \'Œ è3’Kõ„Ö\\€©²]Ã­™–=Ÿúœ]kÑ¾R­\naäÒüMo<ƒ®]òÀEáÜáò†Ë¼\\ÃÅFÏ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_browserEngines', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}Ž½\nÃ0„ßEO`9ô¼u-tÍì€ÓÅÝŒß=v°(’áÐq‡¤ÏÃ\"ŒóÔ<&Pô[ˆäfÐ\Z¶—|É	lÕÐ5žJ`mÝÔû¹ÏÅµ‹f]0gRjTäÒò·×Õ?£|v%Ðƒü#`%0€ÿ	øŽ ‡J}');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_browsers', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}½\nÀ „ß%O`´?ôÜ»µú:nŽâ»W‹¡ÐÁáH¸KîsÐHÊ:Y¤ˆÜu²±œÐ¶’õÐE¦ixÁ ]³±åS›³­mÌò ^\'«@R®þ.Fœ‚—6þð,xÕðüÇsŸ]¦Gv');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_browserVersions', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœµÐ=\n!à»ÌÄQwÝ¼éÓ%r)„í¶ï\r#)ù)¶Ÿ:|˜P2¬$øÑP6L 5Ýî+É†:…£‰$®·òÚ‡vƒA®ŸMšÍÒGeD]™õQ°Ï¤ö]‚E©}Ðy_\rË»_«þÓà>\ZÐå*¼±{\"üáfÃûêÏÎ‘(');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_models', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}ŽQ\nÂ0†¯\"9AÓ¹‰ž¼€ì\nU‹Ç&Ö·Ò»ÛŽAÐ‡Ÿ„/$ù,R€‡N›=RDšÜÉO$±\0:ŒÆÛ2{’\0[Òµl×D0ÈÖYßæC«;©G˜uÁ¬$T~¤\\ùQÁo@rõ³†óæâãýµ<ÔFóÇ†ÕÆ4þ¶á6ù\r\ZzOÝ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_os', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}1€ EïÒPŸ¸àààŒ‰‰#áî‚¡1qpøió~Ú ‘#”0²ÌÈ	t…ã¼È¥ÚÐ²nä\"též$0H·Îö~ìsrí]³¨‡”ŠªE!—Æ½€_ÿ¾xñË;~ý,~ÕýüõóŸ¿Ü\0H');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_osVersions', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ•=\nÃ0…ï¢Kùqút‚,éÐ¡³Ù2\Zß½vQ¤àÒAHz’\nè\"œ†£¸\"m@kx¾VÒ\rh¾Ý•ýÅ“FH	.ÑYÝ—I\r¦Z½\"¼ef;êÝGÉµpH¹\Z-»ðb: ä‚wgr†6„4!FÐc^”ùün ð_ÈoƒÆmÛ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'DevicesDetection_types', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}A\nÀ ÿâ­-]ÿÐ?XèAðæQü{U\n=xXfI&Â¢&Pˆpºœ¨&ÇûÉ&0›`{œd›™—~—y„ñ,Yh’ÖQwjüR°´“ÚõvV;‰ÿv^ÙÛ¥;FŸ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Events_action_category', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Events_action_name', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Events_category_action', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Events_category_name', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Events_name_action', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Events_name_category', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goal_-1_days_until_conv', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goal_-1_visits_until_conv', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goal_0_days_until_conv', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goal_0_visits_until_conv', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goal_days_until_conv', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goal_visits_until_conv', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goals_ItemsCategory', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goals_ItemsCategory_Cart', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goals_ItemsName', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goals_ItemsName_Cart', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goals_ItemsSku', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Goals_ItemsSku_Cart', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Referrers_keywordByCampaign', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Referrers_keywordBySearchEngine', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Referrers_searchEngineByKeyword', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Referrers_type', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ5Œ»	À0DwÑ–?	9ípapçÒh÷ÈA)=N«`¬Ž é‡k¢€F}Ú ™¦“tDK¶$KqŽÎûþ;eu0»”Ã×¨U¶°t‹·¨¾ì-#Ÿ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Referrers_urlBySocialNetwork', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Referrers_urlByWebsite', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Resolution_configuration', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ•±\nƒ@†ßåž ‰ÑÞýÙµ‡ÎWè ¸¹â»×+w,H;„$’ŸDTXÅO°L¨áÆøxŽÎ&°Âµ×Þ.gSÖÙ‡ÆÙ\0Ù‚·¨r­iNÒ¬ÎZcÉrÀ)gæ|¤ôVÖÔE–5uEø‰¥\n4{ÕÂ\"ß,\\X(³ÈžEŽYä˜¥»·Ýzã 43yÚ†hø¯Ï¬/zÇt\\');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Resolution_resolution', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ•M\n!…ïâ	’˜™Ñçz]³› Þ½Z”Â„.B’—¿DX”\nñx”ÌŸ¯Ó„Œ²fçw¤7³#ÖÖÁ0ÒkÛÐöÐW%Ã3!¥R{A(µ/zLaÉ`=e§:ä—\'\r¹3ÈšA–¾]ðB™ÉÑý¼ à¿>Qßå,mã');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'UserCountry_city', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ5Ë\rÀ0CwaòkU³CwH¥rË1b÷’(=<ÉØ*†‚¥\"ýâÂè( VŸ·‘t0ˆDì$§,Ý½M‘ö<ócç§Ì[Šv)órÌ-Á6o1û\0FŽ$&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'UserCountry_country', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ}A\nÀ ÿ’­-]ÿÐ?X(Eð&=‰¯Š¡Ðƒ‡%a7ÙñÐÈÊyYväŠþ¼\"¹TOè>Éè*3´t%0H·ÌŽ|ss­-€YTwJµ*D!—æbLñO¼´ñ‡gÁ«ç?žgøò¤ãGñ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'UserCountry_region', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ5Ë\rÀ0CwaòkU³CwH¥rË1b÷’(=<ÉØ*†‚¥\"ýâÂè( VŸ·‘t0ˆDì$§,Ý½M‘ö<ócç§Ì[Šv)órÌ-Á6o1û\0FŽ$&');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'UserId_users', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'UserLanguage_language', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ…ŽÁ\n€ DÿÅ{àZÿÐ?(DÒE:‰ÿžŠKÐ¡Ã3ìî³PHÒXŒlV¤\r¬Ûƒ0Íïçp8a<TÑØ55E„ªîýÜçbêA\"^-É%*$R®ùÆÁÁ™€ÒC@L ;½	è‹ ß—I÷');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ…Ó=1àÿRp4M?Îtsq»ÑU*t(žàpÜ7Ëmš…—BJxÓoƒ}mLG¼­œØ-íÑWWÆÂîÚŸýÕ–ûÜ?·±Ž÷êêà \'Ö}0Ê3Ï›$ªóqñ$vü!øŸB°Ô²„\0A¢%.$Kˆu![B‚¤Å2d]˜,¡@Ñ…³*Dv 1ÔK*Ñ*Ô‹)™²…èÝÌ2Q)g°½Ÿ²s([cÑK*Ÿ¡œNá¢)ûâ$°');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'VisitorInterest_pageGap', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ…Ñ±\nÄ0\0Ð	t¢Æ¶g¶û€û‡ÜèÖ±äßë\rÙŠ‚šø¦)f½ºæÚ”gBz*šŽöý©žv’0Õ®dÁutE»g“ã_~fÃh\nø(P$0ðò£À‘P øB‰ñ‰„6_X]¡hÚ³Ol.a9Ú«ØCC€‚w¼\"ƒp¡·gŒÛ8¾I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'VisitorInterest_timeGap', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ…Ð1\nÃ0Ð»:\n$Ùqœï-è\\èÈ–1äîÕ’N­5>FzHêPÁ¹AZGºƒá<0öþzïÔd°\nµ\ræ/·kƒz¡·zJíyü\'<«rú\ZòÓ°ÈHÊ%0ÒÐ( â»X€ä!2û2&l9P¦Hqs4K‰ü*2GŠ¼DJ*äk˜%<o}Ø:R®¤xÃb');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœ…Ò;\nÄ0Ð»¶Hò/‘»`ïà…-éR†Ü}Õ¤[F…a°ÍÃŸ™&Å®ÝxLËOP»N«–Žùùiœ¾’„$ÝÔG÷nâûØ.Oy¼Ÿ	((é#ð_A#!SÆBŽ„B%*U,ÔHhÔ°Ð\"¡SÇB„…,,P(–V’à)WHx–J\Z<¦à^zÖF•W³ù§z»9Rp=»ß‡…4dpGý0ÊòÒ\r)÷Õf');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'VisitTime_localTime', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœµ–Kƒ0DïÂ	\'üÌz*uÄŽ%âîšH¨ŸA]ÌÊ‘ƒòda?yp‹¾Œ^öƒ‡|è|™½òb\Zî©è÷äè–bH1¦X¥X§Ø¤äËã°n©ííÒ—uä–¿©QRMD\r”\ZDÔH©QD­(µQkJ­EÔ†Rµ%ÔÙáE›{§îŠ¯;;ÿ…¯tpzGkîD5ƒK\n2K]hJå)pQAe*pU!w“}vŠ7¶½³í‚Í…•±À•…<-yš@jÆŸÓ..¨Ì®.¨Ü&¯ãZÄåÚ‚Ê[Æ½e*o÷–Éö«‹Kå-ãÞ2ÍŽµ>wù/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'VisitTime_serverTime', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 'xœµÖK\nƒ0…á½dž›øºî¡{°ÐàÌ¡¸÷jI@l{Ñ• þˆñ#£[òuòj=–‹Þ×Åkóø|Ía8\'·<cž)Ï:Ï&Ï6O ÜX}.¶}ivåëv<äQþW!ª\Z­š¨\Zi5Šª‰V“¨ZÓj-ª6´Úˆª-­¶¢jG«]®â´³Ò°8<Øùü,ƒ—{ZîEïdBÝ¥2\n)¨”g\ne7Ù÷ÎB¸´íÚ¶›6Ç\n*­À¹‚Ê+p° œ,¨ÌGªËÉ‚Ê,ãfY1«(\rò/áÚ¾QÚ¸[&;[Ý®TnwË4ç«í\r®kv');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_actions', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœ•”ßjƒ0Æ_%ø\0’?Z×ôr0ƒ2Æv±+IkÖ†i\"&]ß}±j\Z«2zâ9ùòå‡œsEô((\\1JúÒ£¦1\rr¶áy°Ò4º£¸\02;hS	®Á«2,/¼fU¦ÁÛøÏªæÏÀæ¼«C°Û…ü…û$é2Z{DØÈ	ò¼Z7±›Í.h EjDÁSÉM­ªÏ†Ì¦a!›\0[f¹I÷Âè´f?R[otn…ÓnÆÐ‰Ø÷?¢ØãÒ¼úâU§IB²ì°¢)¬‹ØQÅÕÀ‹„‹åå=5§I<&S1©?œ\n†vT‹)*_î¸kÖï¬êÉæ_%[¦Š´¬Ô–k-än¤%xŠp|©­˜ÖÛq^ËÖ½ Gœè¶ª(sn„’7Ð\r/ÍÒù²IºkÁ ”LsÅ²ñžìOÝózÀ÷ï8ïÄvlÒ\Z ¦AÑÒ0tcäØkjù±NÍ4`Í,jK¼d;[DÂä<-™ÙŸg­¯›GõmæÇéô›ßV');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_actions_url', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœ…“®‚ @ÿÅP„Ìuý‡~QÒ‹…Ò\0Ÿokýûƒ#§Ë\rAî‘{P.ƒPÃ€Ìƒ\Z*È$;q™50dÃ-k`×Jßp| a† Æ¿íeàæè;â:å23tÔŠŽÓžÛQi·b(ß•>ƒK×ŸèUXCGa¯Î\'›ÖèD¿ˆpÓ(Ç¨BY„Øß¨Jl×¿\\{™:\'/³[“‰Xp©—ze!ùþðÎ2«l1ubb5ëÍerA^d¿&ò¦‚J¨¼ƒaËÈ]1Ñ,³Ia’è´ª£w­ÎÜÑÿD)‚×¤–¬˜6@µ%rŒ@´Ú>„Îª»Kn…ê¿¥ì†PŠ¬\n-ƒ¬z*kçÿµzŠghRø8Åsì¸<ºIÄUØ!”F¡ðp8Ô[Y½˜§¿1_ÖÓ‚%[®é %5–i›…/vµön (Î«,“šL·&wÛ-†[áËÝ­4U÷óù`6_W');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_actions_url_chunk_0_99', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœ•”kŽƒ F÷Â”‡Ö)î¡[0´Ò)©‚:mÒtï>(VÍd~¼xø8!^Eô)(*\rEè‹PÀ†	X2J¦—Ò§¡9\r;ò8vGA*dÍ —> zð4IÆ}>ÐãÅ.~ np³.×ÜÚÊŠ–W’Û»Ò×q;˜dB_`\'\"ÕEXSÝ…½,h—Á˜Ö\n¹ž†aÄ@yäe¸þázdŠ„ìG­lMë\r«<²še‘d·ï¤¶˜\"r²šIsL ­vkV1¼ŠÈk3¯§&³í]IäV«¶ê´:qc„ü^°¯.\rÌ<?±ÃLŠ[ÀÌî¤Ú®áV(ù»ù¢M»[µûf= dÕ(V/xµ\"zò™õ@ø>íD¢/®c‹!\0ùEû¨À0ü0®@q£¦FY‡âåoƒþ‚qKÁM÷w	\\¬íMÓÓÙ*Ë\ZÍïL×&qg“Þ®i¿Òß¯—{ýàˆyž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_downloads', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_outlink', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_sitesearch', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_SiteSearchCategories', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Contents_name_piece', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Contents_piece_name', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicePlugins_plugin', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_brands', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍK\n€0EÑ½dýø¡/#7 n¡‚ƒBg–ì]cQ2;—„$Ã£8ÎˆzÃªù¼*qC\0mqÂƒ¼:Çáð:p\Z“ÌÆ‹ÙY‹~Èpè¢7w¹*Ñ)“');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_browserEngines', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍ1€ Ð»ôÃç&®Î0°áF¸»V¢a{¿¿i-Cù\0óÁ¡U¬ b*ä+,èLqÏù~b±žl†õk7‚’°LÅ:ÙN;Ûï.Z—›‡ïý+*+L');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_browsers', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍ=\n€0†á»äýñ‡~ÙÝô\nÝ:–Ü]cQ²=/	I†G/pœ?$ô†TóyUâ†\0Ú7âÿ„yu0ŽÃáu\Zá4&3˜³³þýáÐEo,r+Ë)•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_browserVersions', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍ1€ Ð»ô\0†‚HøÝÝô˜8°1î®ÕhØÞïoÚFË0’à>D´\n*é8IE\0m«p˜Iß±Úv¯íãø£a\n?xvÂï®Z×›»ô~ç}*¢');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_models', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍK\nÀ Ð»ä~úÁÉª(^Á‚PAÚ…KñîÕJ‹»7“8Hä\0ÁúƒAN˜AÑ>§ZÐf9Øó¾<q€¬Éf5Xw«×¦ÑÂ4æÁË°³þ.íƒƒ@.íæÎ¥<ÁŠ,8');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_os', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2JžþÁJÖ™V†@ž¡•’!ˆm„Ä6†°ÀlKÇ\0Ä1A’0Eb›!©1‡³kA6$ZXU×‚Ìô³®­\0aC)î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_osVersions', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍ1€ Ð»ô\0†‚ˆüžÀEO€‰	#áîŠFÃö~Ó0J„’\0óÁ£dXP\nÇ™H2fÐ²íÂnp$|ÄÍº³y­û7¨Æ®°§nÇý®íC€B©íæ*µ^Æ*û');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'DevicesDetection_types', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­‘ØFHlcÛÌ¶„p@$	S$¶’\Zs8»dC¢•Uu-ÈL?ëÚZ\0ñç)2');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goal_days_until_conv', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goal_visits_until_conv', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goals_ItemsCategory', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goals_ItemsCategory_Cart', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goals_ItemsName', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goals_ItemsName_Cart', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goals_ItemsSku', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Goals_ItemsSku_Cart', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Referrers_keywordByCampaign', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Referrers_keywordBySearchEngine', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Referrers_searchEngineByKeyword', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Referrers_type', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœ5‹Á	À0wñIÓ´DÞ¡;¸‡!¿<woSÜ‡8!t‚S$”¿4ØD\r¹û žï…2±\"G¶`‰^\Z/S±ÇPƒGìçG_– Á|¹»?Ç”#j');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Referrers_urlBySocialNetwork', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Referrers_urlByWebsite', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Resolution_configuration', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍ;\n€0Ð»ì	²Iüd¶,ÔÂD°ØÙ!w—U”to˜a7‚‘ŒD¸ùD:â¶$\'ØƒÆe•iÏþêCK’ÀÚ€Xm+»×öqxƒÑà«¢©ÜV›îwÑ¹èÍYJ¹e,á');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Resolution_resolution', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍK\nÀ Ð»äÆoïÐ;¤Ð…àÎMA¼{k¥ÅÝ›LHŒ–¡’À|ˆhTä8¥Š\0²l¯-zJüLÄÃz±™Ö¯ãj»n±_vÂï>>Z7÷Ôû\rô¿*¿');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'UserCountry_city', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍK\nÀ Ð»ä~j‹“;ô)t!¸s)¹{M¥ÅÝ2d½À± ~Èè\r	Tåº+qƒøAòæ°8N‡×yga[iñ¾tŽßj2ÆºÚÏ“UÏ()\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'UserCountry_country', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍQ\n€ Æñ»ìN³ðÛºÃ‚Á7ew/“Â·ßŸMÁhNáCB«ˆ ¢ÇYH*<è:H2ø	q·Ÿ†ýë4ÂõX¦Aœ¼N;ÛoëÍúÍ]ÌnDÿ)Ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'UserCountry_region', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍK\nÀ Ð»ä~j‹“;ô)t!¸s)¹{M¥ÅÝ2d½À± ~Èè\r	Tåº+qƒøAòæ°8N‡×yga[iñ¾tŽßj2ÆºÚÏ“UÏ()\0');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'UserId_users', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'UserLanguage_language', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœMÍM\n€ †á»¸üÉÂÏ;t	AÚ´”¹{RÌîy™a&Á Wè˜à>ôª¥\\šŠÃåZÎ¬b…yÛ@¶vÓv8ÌÐ«xáMìì¿‰?$htâ›G$z\0ã1*Î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'VisitorInterest_pageGap', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_–üv3IvtKÞ,_AíØ­\ZmíýÙÈ÷è°wÓ¨Ä(‘ŸÝ$fãv¤ì¯ë`¨(ë\"ÿEJæŒwÉH)\\°RR¹b¥\"eâ+ÓP)FKÂÌ<d\"Küõ§Y SYoìóDŽÊCWäœ_ö@Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'VisitorInterest_timeGap', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'VisitTime_localTime', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœµ–;ƒ0Dïâ0kÌg¹Cî@¤Ht”ˆ»G`R$C5Õ6ð,Ë<1ºÕ¾N^\r£Ç³ô¾.ž<Ìãó5‡aœ%­d<³/¥.™J6%Û#·ý\r£W¾nû³sà?\Z¨Q¨i ‘B£ZSh­&\nM\ZhC¡ÚRh«vº8<tùÓ9:ò‰¾zÌÝB^ÄqQåÃpM¤¯Þ|ÝÓ~ú¯…õt7zÍn€k*oÝˆKd.puAä.pyAd/p}Aä/pAd0p…Aä0p‰Ad10Ó\Z,—D–2n)YÊ¸¥Lõuóƒ%²”qK™ÄRÛô³æ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'VisitTime_serverTime', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 'xœµ–;ƒ0DïÂ	˜5Æx¹Cî@¤Ht”ˆ»G€	)’¡šjóy+d=ypk|½îgÉ¾Ì½š†çkªúmqt”´’áÌ\\JS2–lK¦=×íƒ×¾¬Û»sá?\Z¨Q¨i BƒÚPh£F\n\ZhK¡­š(4i …v;tvx…c7_=Ýªc€ý¢>6Âu#~õöë™ôé¿†Êt¨¬ùàÊ‚ÊY7ÒY\\[y\\\\™\\]¹\\^Ù\\_ù\\`\\aèDX.)ˆ,eÜR&²”qK™êlus¸YÊ¸¥Lb©õ\rQ©-');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_actions', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœ•”Ñjƒ0@%ø%F­k|Æ Œ±=ìIÒšµašH’Î®ÿ¾Dk«nT½ñäæ ÷^‚C|dfGýKñQá%ÙÐ2ÈŽop\0nïÀ=/JKFxš”à‰6D\n¼<€oð(\Z*i6_àU‚ŒadîÐ¿ÝB”Ù³Ž Iâ\0Z<\ný\0ekûˆÌÃ¬.q U®YEsNu#ä»53Ëp±JShdœù&ß3­ò†éýˆ6¹Ãàœ­büïl-D>ÿÏKQùAå™A†AV<¥õ;«Ä³šÉÕ2½Ô“zNZ®ÞÐ\\­ÕrÊÊÇWêyÍæk©ÞlþÔÈs+D•×Rl©RŒïFl„¦Ç›ºŠér;ÏKlÝ½â0°ÛŠª.©f‚_a7Ü4kçc“v—À ÏKAŠñžìî}=à¾÷ç8ï‹iÛÔ•…	V^€ ø}Œ¿\'öƒÄ\';ˆE]‰×dgŠˆé’æ5Ñûv™úºz™¼v~œN?:Ð|');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_actions_url', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœ…“Žƒ \0ÿÂ*ÂYÓõý¡•^IQ\ZÀë%Mÿ~ B©Ñœ‰ºqÇÝAY%<%à†MA\rO ÅOB¡Æ4ÜP#ø³g\nh^’@qÊænÔß,”{@vè˜“`½pm|ÅðîP×¡…ï×ŸØU:ËÒ]`è6éd¿ÈYðÇ:EˆÿþU™ŽæG˜`C<@‚Í×šMäf™*“‰©±ÍX%µI.[L©8Ã{{™dpÙ¯‰¼©Y¥ÎTÞÉyÍØ±Q’Ù¤ÍtZÝ±»Ñga­ì¿£%kRKVN ™Ú9F ZmBgÝÝ•pR÷ÿåì†PŽ¬\n-­¬{¦4oÓÿZÝÆ	š>¶qÊ—{7Ëøß|˜\'ŽàÄA#i«1x…ƒ=¼hÕ\nÃ£˜uÜ84±«swEq¾8í¸2âÁMkw~¹Åp+ÂÀûJt*ùú¨¬_Ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_actions_url_chunk_0_99', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœ•”nƒ †ïÂ*B­ëó½‚¡•®¤Š\rÐµIÓ»´²gÕ-31úðãçñ! …‡‚´°¦ˆèh!€/k\nZìeM<»’(]É;)°\" ;ð\"(à4ä¡ç).X±î~ÔçÚkS:ÕÈRKwkÍùµ]móœ†‚y½/OÊÙò¦ÜiBûì”¼Ò\Z¥Oë qÿÊ—•æKšÃ<Ãz­õœÖ­2dµÕ1ƒÔ“#\'g„¶ÇHÑõWgµ™³ÂxôÊ‘×b^G\rfË«räVµMy1íAZ«ôç„ålÎp:©ÿcúìèùŽí`P\\Fv‡¶¹ÔÒ©VÿÃn<iÑc³vïÀ¨Z]Ö­¨¦<Ûˆ|F=¿ëDôÅ·m_lQÁ(.p3†ç¬q‘ÅâŽ…î€ñäjº³„S \'ç.’äpt­µ‘7a*»ò{“\\ÏI73œÏ§ý{wyÄ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_downloads', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_outlink', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_sitesearch', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_SiteSearchCategories', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Contents_name_piece', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Contents_piece_name', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicePlugins_plugin', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_brands', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœMK\n€0ï’ôã‡¾¬¼€x….\nÝuYrw\r¢d73AÄ¨,ÈŒŽÔä¼\ZqGmqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÎª7*\n)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_browserEngines', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœM1\nÀ ÿr/Ð\rî=!6µ‚…`g:ñïÉ®›…Ý‹Qa8Á}1:<¨¥\\\ZqG\0%ïõ\"®°° +¼(všãŒ„U^ù üöû)	cÊæÁsÞ*c+I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_browsers', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœM;\n€@ï’ìÇûÒÛé\"X,l·å’»k%ÝÌ<H£\"° P0:fP“ójÄ	´oÄñ‘ŠÆÉqö\\^	&“f×××¿«}µ›«Þ+)’');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_browserVersions', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœM1\n€0ÿrœ\Zcöz;ýÃ	t)Cþ®A”ëfgaWÁ¨	NÓµÀƒ²žW&) }^‡@’Àaw\rO–ã\\³)¼ñ‹ñá÷­?(jë›‡´vç/* ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_models', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœMA\n€ DïòO ™…óW] ¼‚ µp)Þ=%Š¿{óf4j‚â\0óC-° Ž˜‰K´yNþ¼¯Hœ »Ó =xl$»7¨fQXáá×ß·ñ PÛØÜ¹µÀÃ,5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_os', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2JžþÁJÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0`|)ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_osVersions', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœM1€ ÿr0œŠÀÞl´ð˜XÐQþ®Äh®›Mv#5ÁHÄôA@-° Ï+“xÐºÂ~p$	ü(qçQñ¤9¼Áô0«Â*¿(ï~ßúC„Am}s“Önx*ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'DevicesDetection_types', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­‘ØFHlcd¶%„c\0â˜ I˜\"‰›!‰›ÃÅkA6$ZXU×‚Ìô³®­\0ñ )/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goal_days_until_conv', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goal_visits_until_conv', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goals_ItemsCategory', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goals_ItemsCategory_Cart', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goals_ItemsName', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goals_ItemsName_Cart', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goals_ItemsSku', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Goals_ItemsSku_Cart', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Referrers_keywordByCampaign', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Referrers_keywordBySearchEngine', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Referrers_searchEngineByKeyword', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Referrers_type', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Referrers_urlBySocialNetwork', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Referrers_urlByWebsite', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Resolution_configuration', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœM;\n€0Dï²\'HLüd¶,ÔÂD°¤K#„Ü]Q¶{óf\",j‚á÷A@-èA9žW&.°´ì¯3»`îÉ{â+\rÈ\nwŠæð#Á«¢W~P~ü}“‡ƒÚdsãÖb…,Ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Resolution_resolution', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœMQ\n€ Dï²\'pS3gïÐúüó\'ï^Kû÷æ\rÌ0F…“ÿAÆèˆ VŽ³‘t$ÏîÚB ©àÇ0ˆ•ÃÞr~ƒÓL_O¿ŸúPà0¦nî2ç\rò)*¸');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'UserCountry_city', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'UserCountry_country', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœMA\n€0ÿ’4­Uºýƒˆ Rè­Ç’¿k%·™YHŒÙª }P02¨ËqvªtTø±qtœ<—W‚Éâ†ìúêúöwµ‚€©vs¯ª7D8)È');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'UserCountry_region', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'UserId_users', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'UserLanguage_language', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœMA\n€0ÿ’»Ð¨UºýƒH¡H¡xñXúw¢ä63‰€Ñ\n\\L´T%åJñá|{¢XÀ·3ˆ•GÃ“åðŠS™ÍàM_L_ÿÞõƒÀ¡u½¹ÅÞ/âj*Ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'VisitorInterest_pageGap', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'VisitorInterest_timeGap', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'VisitTime_localTime', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœµ–1ƒ0ÿÂØ36øøCþ@¤Ht”ˆ¿\'(’MµÕžÙC5ºÁ­ñeôº<CöeöèÕ4ÜSÕoåè(i%Ã‘¹MÉX2•lß¹n/^û²nwoGñ\n\rÔ(Ô4Ð@¡Am(´Ñ@#…F\r4QhÒ@[\nm5ÐŽB;\r4ShÖ@Á••“þHId%p-Aä%01Ín^!ì.ž¯Ã®Ès×9ï‡z·Ëù!^útéÛOÿõ×¸¾ ò¸À 2¸Â r¸Ä ²¸Æ ò¸È 2™q“™ÈdÆMfªýêÏ‚%2™ñË$;Öúúyä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'VisitTime_serverTime', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦ZgùTOÜ\Z_F¯ûÁÃqÈ¾Ì½š†çkªúm9:Ê´2Ã1s94eÆ2S™íg®Û?^û²nï>ŽÅÿ(4Q£QÓDM´¡ÑF4\Z5ÑD£Imi´ÕD;\Zí4ÑL£Y\'	*“nP©ÎD.Ã„]¦ÙávÏs¸žóþ£Þe9ÄË>]öíwÿó³8]ÙŽDzó‘_à€A$8aŽDŠWÌDŠWÌTw«›Ë•H1ãŠ™ä~µ¾jé*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_actions', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœ”Ýnƒ €_…ø\0¢Ö/—-Y¶ôbÙ®\r­´’)¡í’®ï>ÐÊN[ÝŸ‰Ñ‡/„s\réAPœ1\Z\r?1¦M\ZTlÉ« ³ÿ„èI¬9ºÛqiÐmÉä†kônïÑƒ,¶Ú´ÂÆ/Ê°\n=ó=k^ƒLPbß¾~ ÊÜ~‚FØnÒ\0;<\na@²…ûDöcGg4ÐÛ:7¢æ¹äf¯Ú7gg‡ñ\r¶ˆõ–Ë¼Fç{aÊ+ÚæƒS¶ZÈï³u{ÿJ€—æíŽ·ž™“´×ŠÇ´¾`o•\0«‰\\3HM1)p2-“z\r(Ÿk6fqï•¯É|5˜Mï\Z·BÕyÓª×ZÈÍÕÙFdÌðzQcúÜÞó[À 8œÙ­TÝTÜ%ÿ`w¾hÒb£v—ÀY\r(™WŠ¿¬@>g5àç‡}¼˜±e›úkaƒ9†¬cBàš‰Ž®-0×ú+Þ°½DÂT<o˜)»>dÉµ!›Ûõãñ·ºÍ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_actions_url', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœ…“Žƒ \0ÿâ*B­éú‡~ÐJ¯¤\ràõ’¦?¨B©Ñ;uãŽ»£°*x@-’‚j($;rY´0Ãµh`VáLiÃKŠAÜÂø›…j…zêDÏ©âî®¯ØyÒ—÷½Ô‘^„³ô.Üe…Nc^¨YÎ‚Œ6ÈE„ØÏ?P©Xn¾¹y™lö¸	6Û%›ÈM2u&SS_%µI.kL“©8Ã”=G´\r.»%—78Ù4™Í;?{‹R¯ä³Ja’uº§7£OÜZ¡¾âr¼$5gÅ¸´$S›#‡D«5àCè¤û›äNhõ¿PÎ®åÈ¢ÐøØÉZQ©Y÷÷NNÐ¨ð±“Sî0ß¾YÆ/ó~\Z8Œbç§Y¬_Á3\\X˜ë±àYËŽ:I­cÆÓ»8w³P–§³ÓŽIÃïÌtvã?·®e˜w_‰Œ%Ÿ¿gä_n');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_actions_url_chunk_0_99', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœí”OoÛ ‡¿‹»¥×5VµË¤m‡ù4MÛÉ\"IPi²Uùîÿ¡8±/Zv˜É\nàŸáð>ø…á ‘0ÂÁÐ€„ÔoLc\nð‹Ä!ö\n2£…§³!Äžÿ>êñË÷Ý~ññÛ*ÿ´Û§¿~ÀôÃ¦_?ƒwúeÆKžÓÇ8ž!äyþà%#ý@÷±Ab–Ó0ÀÐ`˜x\0ÝJRóè?=z=¹]gŠ­iÆ©Ú•âÉÀéapôÏtÆæ³lÅ”ÌvL­NÒznè5³­{¶*DögB¡Ã%©x¦ÂfbÕXÓ>¬×°¥\nª¹ªL5”‰&%—\'¦ÍfÝ÷Q¹qË9\\ƒóU©–lxÕÀa›—ël#ÊœJÉøòdoÔGxúQ}cê¹-çq,m-âP C——ëMA+ùÐu?\Z¤sc½tÇN\r”<+J2YNºåéÔ€}ß®cAœ7ºl#{-t\'v:¸·Žr¿™ºÐvF•ŽôÆbo+*ó@s§VJm$öý|¡JE\nAwDÌåÞûä*Ë­Ð‡8)ØLñÓ/Ø‚Nè3åj’¯_Ry‘¼F”ir8Ô30ð¡_™At¬L“<åè±Ï„M¶œcp^|f¥«KO“õ]s]×0a¹†æ_®>®qbcõÑ^Wjç€Üì\0Ð_òØ[7Ù†j„‹Ô7‡@ÛhëÙZ«†+#3á¢,æTdZJ™TD¨êÈãsf\Z)§Æ4æ©]SÝGw¾•\'ÝTsSÍM5ÿ‡jBp‰j¬WPå•ÃoŸŸi');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_downloads', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_outlink', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_sitesearch', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_SiteSearchCategories', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Contents_name_piece', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Contents_piece_name', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicePlugins_plugin', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_brands', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_browserEngines', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬Ál§œÌ¼l%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ôx*ò');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_browsers', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMK\n€0ï’ôã‡¾ÜAOÁE¡».Kî®A”ìfæA\"ˆùƒ‚Ñ1ƒšœW#îH ý ®ˆDP4NŽ³çòJ0™Ü0»¾¸¾þ]íƒ `¨ÝÜXõ2w)¢');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_browserVersions', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMA\n€0ÿ’Hc[µ›?ˆà*x(ôÖcéßµŠ’Ûì,›D0j‚‘ûA@-ð 3“, mvv0$	|+qçQ±ÕÞðœ*¼ò“òóï[ÿaP[¿¹Jk@*Ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_models', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMË	€0D[‘­ ñ‹³=ØCÔ AQ1ÞBz—E”½½y3)À°CõAÑ€67ú8Â¶ ^üî¯0³ë}œÄV:.Wšû7	µ*\Zå[å»ßgyp0HY6Îù¼Ö/f');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_os', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2Jáž~JÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0a÷)î');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_osVersions', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœM1€ ÿr/àD1ì½À†ÖúL,Hè(	W4šëfg“]£e8Qø\"ZÅ*zœ…¤\"€ö-	3Iß‚AO†½åø7ÂlŠÅø`üúû>­Í$½_Òc*Ž');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'DevicesDetection_types', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J””¬3­!lCÛ‰mŒÌ¶DÒ`‚$aŠ$n†$n¯Ùhe`U]2ÓÏº¶\0ð©).');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goal_days_until_conv', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goal_visits_until_conv', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goals_ItemsCategory', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goals_ItemsCategory_Cart', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goals_ItemsName', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goals_ItemsName_Cart', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goals_ItemsSku', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Goals_ItemsSku_Cart', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Referrers_keywordByCampaign', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Referrers_keywordBySearchEngine', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Referrers_searchEngineByKeyword', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Referrers_type', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Referrers_urlBySocialNetwork', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Referrers_urlByWebsite', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Resolution_configuration', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMK\n€0Dï’$~ªœÀ.\\WpQèÎPzw©¢d÷æ\r“rk@ûG>ÑƒRØDzBh›f]Vßð%<2i„Ô$•Ã­eÿ†gÐ™¢7Þ?ü¾ÔŒ\\êÍYK¹µ-H');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Resolution_resolution', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMÍÍ\r€ †á]˜ ÿøºƒ;`â„ÒÝ¦··OSH`´’„ðED«˜áJ:Îâ¤vp=]L9ÉànÜm´7lÇwx&³˜/Æ×ßuü@h:ÞÜEõ6È+');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'UserCountry_city', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'UserCountry_country', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMK\n€0ï’ôc•¾ÜÁ;DpQè®¸*¹»Q²›™‰ b6ä*æ@u9ÎN<@× nˆDP4NŽ³çúJ0YÜP\\_]ßþ®öA0Õnî¬zR¯)ç');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'UserCountry_region', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'UserId_users', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'UserLanguage_language', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬ÁìÔ<ÝÒb%ëL+C ßÐJÉÄ6Bb#³-!ÇIÂIÜIÜ.^²!ÑÊÀªºd¦Ÿum-\0ðá*ê');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'VisitorInterest_pageGap', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'VisitorInterest_timeGap', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'VisitTime_localTime', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœµ–1ƒ0ÿÂØ36øøCþ@¤Ht”ˆ¿\'(’MµÕžÙC5öàÖø2zÝŽ!û2{ôj\Zî©ê·rt”´’áÈ\\†¦d,™J¶ï\\·¯}Y·½·£ø\r…jj\Zh Ð 6Úh ‘B£š(4i -…¶\ZhG¡š)4k àJ‚ÊI¤$²¸– ò¸˜ 2¸š r˜œf7¯÷›gv¼û…pÎá:ç}Qï.=?ÄKŸ.}ûé¿þ\ZWD—D×DD&3n2™Ì¸ÉLõ¾úóÀ™Ì¸ÉLb²õ	6Íä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'VisitTime_serverTime', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦Zgù©^<¸5¾Œ^÷ƒ‡ã}™=z5\rÏ×TõÛrt”ie†cærhÊŒe¦2ÛÏ\\·o¼öeÝÞ}‹ÿQh¢F£¦‰\Z\ršhC£&\Zi4j¢‰F“&ÚÒh«‰v4Úi¢™F³&\nNT&Ý $R	œ%ˆ\\‡	\"™Ài‚È&pœ Ò	œ\'ˆ|\n\"¡À‰‚È(p¤ RÊ¸R¶+5;¼Â~¿8ÏázÎû‡zÿk>ÄË>]öíwÿógqÅLu·º¹\\‰3®˜I[ß*');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_actions', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœ¥”ÝNƒ0€_¥áL)°i¹4š“]½&Ý¨[#´¤íD3÷î¶lÔÃþD§|=ç9=ŒÆt\'(ÎMú—Ó¡*¶äU”»÷K\Z¡oÑMÝTêst\'-_kf…’è]ßº…rk¬Ü GeY…xËtiÐÓ}”JÜÃ;,$¹¯*h‚]¡˜FØãI’/ü#q·:£‘ÙÖ…5/$·­Ò/ÞÑ-ãì.g/—ÅFXS´ÂnÎh—;ŽŽÙj!¿ÏÖAìí(^†ëW®¹ÀéQ+Óú‚ƒU¬&ruL/5ÅÌ“ÕLšç@Ÿ5³‚xðš¯É|Õ›MWM€[©ê¢ÑjÅr}Æ&dÌð|Ó¡c¹ƒç)¶è^q\nØ­”k}îûývÃM“vµ;g@É¢R¬üå\0tï38á{_\'ˆ€/îØÎC[¸à\nÃ\0žcBàžYö~,0?•-Þ°µk\"a+^4ÌnºiäúëÃÈUð“d¿ÿ.•');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_actions_url', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœ…“Žƒ \0ÿÂªB­¹õý¡•^I\ZÀë%Mÿ~PÅR¢WdãŽË ,ƒ\nîÊ–™ƒîj@’¸D­h¸ V\0ö£\ncH^@ÊT1Àí>LÄOª ;ôÔ‰žSÅÝM_±ó¤/ï×RzÎÒ›pç\n+z¡²œÿ¸Ü”þBb¿ :Q±ÜüpLð¦Ü™í’LÄ&—:q‰©ç*¡Èk•Yeig˜²§ÑåùUvK\"/jRi•W2ßr“È¬R˜$:îéÕè#·V¨ï(Eð’TÎŠq$QË‘}¢Õ\Zð&tÔýUr\'´ú,”²+B)²(”o§X+*5ëþ?Å34*¼â9·Ïn’ñ¿ùkj6\\Æ öžû°~pc¡§Ç‚\'-;nè`$µŽ‡¦/vvîj¡(Ž\'§“†ß˜éìÆo·.Eèu_‰Œ%ß^€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_actions_url_chunk_0_99', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœí”ñn« ÆßÅÿ[µ®ø{C+]É\ZÀÛÝ,}÷Š\\luºe]²¤MŒý8çë‘óÃ(FïÅ¹D„EæÈq÷Æ,€Þ%JQPá©­Ý  ¤¬$oANÔWä_îAœ›:=0ùQ\0Œ<Žü\0æÏæë›~ªóÊ¦.­IÁˆ:sñjË5Ð?@m„íŠ#U²8Su¼QëÜQ`³Õ”}œ­á·Qêù’Dü!Âjà\Z$ÖV2fë¿Ø¹J=W¹ZMojJ“yž”ÀLœÊkÖfÌ•/w¾2Ï×d¾VÕ;›®\Z{ÞJ^\'Á÷DJÊ^n´1sx»©;1]nçóZöÜz‹S‚»=¯OQ”³O¸nštçËFÝ]3ÀYQq\\.œOÝûÌ€{ß×qF¼7zl3w,t°õüÀŸcý=‰¤.¸,´€ÑEA#:–lQpTê$QîŠ+\\	rÆ¢”kÝ›°y\rwd%›½ù†‡¦\n9¯ˆîÿKÈŠ2E^6íÛ$—K‡%]7šbZœ]3­à‰ÜÌáÍ.¢~±\0k%ó43•îN²¬Ì2Ìz¹/¿lWf°e­ü²:SËHE»?p_JÍòµ†¾	Lb\'ê,|‰E[;lô‹~Æ ›Ã´]øt1	¼*‰(4e\n©°Pæ+gÑkãÆÒÆ\\oÚ	ž6Kyé†J= ó€Ì2¿2Éæ³q,-K.ÿ\0ŠânP');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_downloads', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_outlink', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_sitesearch', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_SiteSearchCategories', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Contents_name_piece', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Contents_piece_name', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicePlugins_plugin', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœ…ÐQ‚0à»ôcCÔwð†T† Cˆ!ÜÝ½ø ÛÛŸ¦ýÒÖà„•!´ÚƒÄêq\09sµŽ´G*û¾eKš!C!e¤7FÚÖ”¾ì…ÿPÈµ3¾ùrÄoGFt7³I3*Ê(ÐPÕé£ò¨r=_\\¶w6½Ñ!je4ZãgÞvLkE\\ƒžÝlGÇ·fJsÇ8\'A?ª~ñ­8ùþí\r.²6');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_brands', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœMK\n€0ï’ôã‡¾¬¼€x….\nÝuYrw\r¢d73AÄ¨,ÈŒŽÔä¼\ZqGmqE|$‚¢qrœ=—W‚Éä†ÙõÅõõïjCíæÎª7*\n)');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_browserEngines', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœM1\nÀ ÿr/Ð\rî=!6µ‚…`g:ñïÉ®›…Ý‹Qa8Á}1:<¨¥\\\ZqG\0%ïõ\"®°° +¼(všãŒ„U^ù üöû)	cÊæÁsÞ*c+I');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_browsers', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœM;\n€@ï’ìÇûÒÛé\"X,l·å’»k%ÝÌ<H£\"° P0:fP“ójÄ	´oÄñ‘ŠÆÉqö\\^	&“f×××¿«}µ›«Þ+)’');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_browserVersions', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœM1€ ÿr0€a¯·Ó?œ‰	%áïŠFsÝìl²+°h†ó	­ÂƒŠg!®ˆ me&KœaocA;Å³æô3Â¢\n¯|P>þ¾AëcsçÞ/ãí*™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_models', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœMA\n€ DïòO ™…óW] ¼‚ µp)Þ=%Š¿{óf4j‚â\0óC-° Ž˜‰K´yNþ¼¯Hœ »Ó =xl$»7¨fQXáá×ß·ñ PÛØÜ¹µÀÃ,5');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_os', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹2JžþÁJÖ™V†@ž¡•’!ˆm„Ä6Ff[B8 Ž	’„)’¸’¸9\\¼dC¢•Uu-ÈL?ëÚZ\0`|)ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_osVersions', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœM1€ ÿr0œŠÀÞl´ð˜XÐQþ®Äh®›Mv#5ÁHÄôA@-° Ï+“xÐºÂ~p$	ü(qçQñ¤9¼Áô0«Â*¿(ï~ßúC„Am}s“Önx*ù');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'DevicesDetection_types', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­‘ØFHlcd¶%„c\0â˜ I˜\"‰›!‰›ÃÅkA6$ZXU×‚Ìô³®­\0ñ )/');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goal_days_until_conv', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goal_visits_until_conv', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goals_ItemsCategory', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goals_ItemsCategory_Cart', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goals_ItemsName', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goals_ItemsName_Cart', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goals_ItemsSku', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Goals_ItemsSku_Cart', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Referrers_keywordByCampaign', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Referrers_keywordBySearchEngine', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Referrers_searchEngineByKeyword', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Referrers_type', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2´ªÎ´2°N´2†1,­ª‹­L­”r“Rs”¬‹J”•¬3­¡ØJÃhKkÎL+¨€)”oå›ƒùµ N¢•Uu-H¯Ÿum-\0Æü#g');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Referrers_urlBySocialNetwork', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Referrers_urlByWebsite', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Resolution_configuration', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœM;\n€0Dï²\'HLüd¶,ÔÂD°¤K#„Ü]Q¶{óf\",j‚á÷A@-èA9žW&.°´ì¯3»`îÉ{â+\rÈ\nwŠæð#Á«¢W~P~ü}“‡ƒÚdsãÖb…,Ú');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Resolution_resolution', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœMQ\n€ Dï²\'pS3gïÐúüó\'ï^Kû÷æ\rÌ0F…“ÿAÆèˆ VŽ³‘t$ÏîÚB ©àÇ0ˆ•ÃÞr~ƒÓL_O¿ŸúPà0¦nî2ç\rò)*¸');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'UserCountry_city', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'UserCountry_country', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœMA\n€0ÿ’4­Uºýƒˆ Rè­Ç’¿k%·™YHŒÙª }P02¨ËqvªtTø±qtœ<—W‚Éâ†ìúêúöwµ‚€©vs¯ª7D8)È');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'UserCountry_region', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœMË	À0CwñqÓ‘wè.ôÈ-ÇàÝSZ|{zIÁIùƒ‚Ñ±š^w#éH ’\nžÈ v^çÈå\rÉÃ\ZŠ-ø=øã÷æ:Ï†ùæ)fÎa(ý');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'UserId_users', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœK´2°ª®\0Oþ');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'UserLanguage_language', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœMA\n€0ÿ’»Ð¨UºýƒH¡H¡xñXúw¢ä63‰€Ñ\n\\L´T%åJñá|{¢XÀ·3ˆ•GÃ“åðŠS™ÍàM_L_ÿÞõƒÀ¡u½¹ÅÞ/âj*Ë');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'VisitorInterest_daysSinceLastVisit', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœÓ=!àÿ\"tãÇ5n]ºÝØµXpŽµÐá¸ÿ^;thÛ‹’	¯‰ÑñZXÇÄ´ÃkeÇjI·¼¨X«s¾çGZ®s~]J-Ïªbaó¹d…*n…±j^[¢8ïÿQb¥A)ú·b$e…$Å€‘+)$+NR,XYñ’âÀÉJ^V&I	dåØU,«	p`1Ø/sËè€š‡ý·L~êwØ·-·›©ßãöOÑ YS¿ÌíQäÝÁœ$i{õó/„');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'VisitorInterest_pageGap', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœÑ1\nÃ0Ð»:\n,ÙNRiËz:²e¹{µ:ÿl_¶ür3IvtKÞ,_AíØ­\ZmíýÙÈ÷¸!a!ï¦QITäg7‰Þx)ûë:*Êú£¤ÿŠ\"%sÆJFJá‚•‚”Ê+)ÏX™†J1ZXfæ!Yâ¯o¬fNe½1Ï9*]‘s~ö†Å€');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'VisitorInterest_timeGap', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœÐ1\nÃ0Ð»:\n$Ùqœï-èRèÈ–1äîÕèÐÆÚ¾Œô°´@Ç\niÒÇŽ´-¯÷FmG	«P[a^*H©+Ô›}ÜSjÏëá?ãY•Ó·#¿ë9I¹œtëPñ½,\0å[hôÅLØr@\Zz’+œ#*=É¿R@\Z{’+<E¤z+U+¬5BMÝ“WÑ‡Í=éü\0‚aÊ™');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'VisitorInterest_visitsByVisitCount', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœÓ;\nÃ0à»:\n$ù•È[Ð;¸ÐÁ-£ÉÝ«%Ð¡HÞ~?ø°e¹%™C°u‰w`™§d	GŽÐN]	ÚÖé(´ké^”©)¶×=a*ü£à…=%Bô•è)	’¯$OÉ}%{Jâ+ÅS*T_©ž²Áæ+›©$	;ÐByw“ÑLx¡Àd÷¯f.q²[¸èƒëOÀÉnãªwC^¢ì^ÖC1ÒƒŸžt}Z[');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'VisitTime_localTime', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœµ–1ƒ0ÿÂØ36øøCþ@¤Ht”ˆ¿\'(’MµÕžÙC5ºÁ­ñeôº<CöeöèÕ4ÜSÕoåè(i%Ã‘¹MÉX2•lß¹n/^û²nwoGñ\n\rÔ(Ô4Ð@¡Am(´Ñ@#…F\r4QhÒ@[\nm5ÐŽB;\r4ShÖ@Á••“þHId%p-Aä%01Ín^!ì.ž¯Ã®Ès×9ï‡z·Ëù!^útéÛOÿõ×¸¾ ò¸À 2¸Â r¸Ä ²¸Æ ò¸È 2™q“™ÈdÆMfªýêÏ‚%2™ñË$;Öúúyä');

INSERT IGNORE INTO `wp_3_matomo_archive_blob_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'VisitTime_serverTime', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 'xœµÖ1ƒ0DÑ»pf\r^î;)%âîÁŠd¨¦ZgùTOÜ\Z_F¯ûÁÃqÈ¾Ì½š†çkªúm9:Ê´2Ã1s94eÆ2S™íg®Û?^û²nï>ŽÅÿ(4Q£QÓDM´¡ÑF4\Z5ÑD£Imi´ÕD;\Zí4ÑL£Y\'	*“nP©ÎD.Ã„]¦ÙávÏs¸žóþ£Þe9ÄË>]öíwÿó³8]ÙŽDzó‘_à€A$8aŽDŠWÌDŠWÌTw«›Ë•H1ãŠ™ä~µ¾jé*');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2026_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2026_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_blob_2026_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` mediumblob DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_invalidations` (
  `idinvalidation` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idarchive` int(10) unsigned DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `date1` date NOT NULL,
  `date2` date NOT NULL,
  `period` tinyint(3) unsigned NOT NULL,
  `ts_invalidated` datetime DEFAULT NULL,
  `ts_started` datetime DEFAULT NULL,
  `status` tinyint(3) unsigned DEFAULT 0,
  `report` varchar(255) DEFAULT NULL,
  `processing_host` varchar(100) DEFAULT NULL,
  `process_id` varchar(15) DEFAULT NULL,
  PRIMARY KEY (`idinvalidation`),
  KEY `index_idsite_dates_period_name` (`idsite`,`date1`,`period`)
) ENGINE=InnoDB AUTO_INCREMENT=2848 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2016_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2017_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2018_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2019_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2020_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2021_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2022_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_04` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_06` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_07` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_08` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_09` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_10` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_11` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2023_12` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_04` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_06` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_07` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_08` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_09` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_10` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_11` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2024_12` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (532, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:54', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (533, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-01-01', '2025-12-31', 4, '2025-06-09 22:24:55', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1538);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_downloads', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_keywords', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 27);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_outlinks', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 60);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_pageviews', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1439);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_searches', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 31);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_uniq_downloads', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_uniq_outlinks', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Actions_nb_uniq_pageviews', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1000);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'bounce_count', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 112);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'done', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'max_actions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'nb_actions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1524);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'nb_visits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 247);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_domcompletion_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 205);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_domcompletion_time', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 102320);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_domprocessing_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 462);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_domprocessing_time', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 363268);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_network_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1371);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_network_time', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 55324);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_onload_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 205);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_onload_time', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1172);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_pageload_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1439);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_pageload_time', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1964706);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_server_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1371);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_servery_time', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1398940);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_transfer_hits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 1369);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'PagePerformance_transfer_time', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 43682);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_distinctWebsites', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'Referrers_distinctWebsitesUrls', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'sum_visit_length', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 92537);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (771, 'UserCountry_distinctCountries', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (772, 'bounce_count', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 76);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (772, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (772, 'max_actions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 93);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (772, 'nb_actions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 672);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (772, 'nb_visits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 125);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (772, 'sum_visit_length', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 39598);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'bounce_count', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 48);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'max_actions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'nb_actions', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 952);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'nb_visits', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 148);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'sum_visit_length', 1, '2025-01-01', '2025-12-31', 4, '2025-12-20 20:17:08', 60687);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_04` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_hits', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_nb_pageviews', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'Actions_nb_uniq_pageviews', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'done', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'max_actions', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'nb_actions', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'nb_uniq_visitors', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'nb_visits', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_domprocessing_hits', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_domprocessing_time', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 442);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_network_hits', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_pageload_hits', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_pageload_time', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 5394);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_server_hits', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_servery_time', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 4898);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_transfer_hits', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'PagePerformance_transfer_time', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 54);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'sum_visit_length', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2, 'UserCountry_distinctCountries', 1, '2025-05-12', '2025-05-12', 1, '2025-05-13 17:07:09', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_hits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_nb_downloads', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_nb_pageviews', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_nb_uniq_downloads', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'Actions_nb_uniq_pageviews', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'bounce_count', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'done', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'max_actions', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'nb_actions', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'nb_uniq_visitors', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'nb_visits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_domcompletion_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_domcompletion_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 693);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_domprocessing_hits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_domprocessing_time', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 492);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_network_hits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_network_time', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 135);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_onload_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_onload_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_pageload_hits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_pageload_time', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 17637);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_server_hits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_servery_time', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 16679);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_transfer_hits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'PagePerformance_transfer_time', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 331);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'sum_visit_length', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 738);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'UserCountry_distinctCountries', 1, '2025-05-13', '2025-05-13', 1, '2025-05-15 10:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 133);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_nb_downloads', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_nb_outlinks', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_nb_pageviews', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 131);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_nb_uniq_downloads', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_nb_uniq_outlinks', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Actions_nb_uniq_pageviews', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 92);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'bounce_count', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'done', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-12', '2025-05-12', 1, '2025-05-15 11:26:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'max_actions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'nb_actions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 133);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'nb_uniq_visitors', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'nb_visits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 27);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_domcompletion_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_domcompletion_time', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 4892);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_domprocessing_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_domprocessing_time', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 18691);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_network_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_network_time', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1996);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_onload_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_onload_time', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 111);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_pageload_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 131);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_pageload_time', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 185602);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_server_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_servery_time', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 156629);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_transfer_hits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'PagePerformance_transfer_time', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 3283);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_distinctWebsites', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'Referrers_distinctWebsitesUrls', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'sum_visit_length', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 10959);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (28, 'UserCountry_distinctCountries', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_hits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_nb_pageviews', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'Actions_nb_uniq_pageviews', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'bounce_count', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'done', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'max_actions', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'nb_actions', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'nb_uniq_visitors', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'nb_visits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_domprocessing_hits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_domprocessing_time', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1187);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_network_hits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_pageload_hits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_pageload_time', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1530);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_server_hits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_servery_time', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 229);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_transfer_hits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'PagePerformance_transfer_time', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 114);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (29, 'UserCountry_distinctCountries', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 59);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_nb_pageviews', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 59);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'Actions_nb_uniq_pageviews', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 54);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'bounce_count', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'done', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'max_actions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'nb_actions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 59);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'nb_uniq_visitors', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'nb_visits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_domcompletion_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_domcompletion_time', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 1762);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_domprocessing_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_domprocessing_time', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 7631);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_network_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 59);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_network_time', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 2539);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_onload_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_onload_time', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 33);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_pageload_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 59);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_pageload_time', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 83975);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_server_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 59);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_servery_time', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 67681);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_transfer_hits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 59);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'PagePerformance_transfer_time', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 4329);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'sum_visit_length', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 4060);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (40, 'UserCountry_distinctCountries', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_nb_pageviews', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Actions_nb_uniq_pageviews', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 26);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'bounce_count', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'done', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'max_actions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'nb_actions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'nb_uniq_visitors', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'nb_visits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_domcompletion_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_domcompletion_time', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 16394);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_domprocessing_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 19);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_domprocessing_time', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 170711);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_network_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_network_time', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 2208);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_onload_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_onload_time', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 190);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_pageload_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_pageload_time', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 224862);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_server_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_servery_time', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 34006);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_transfer_hits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'PagePerformance_transfer_time', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 1353);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_distinctWebsites', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'Referrers_distinctWebsitesUrls', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'sum_visit_length', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 3585);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (51, 'UserCountry_distinctCountries', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 107);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_nb_outlinks', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_nb_pageviews', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 105);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_nb_uniq_outlinks', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Actions_nb_uniq_pageviews', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 66);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'bounce_count', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 17);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'done', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'max_actions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 74);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'nb_actions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 108);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'nb_uniq_visitors', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 21);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'nb_visits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_domcompletion_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_domcompletion_time', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 56435);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_domprocessing_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 81);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_domprocessing_time', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 39426);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_network_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 105);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_network_time', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 4108);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_onload_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_onload_time', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 264);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_pageload_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 105);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_pageload_time', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 172174);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_server_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 105);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_servery_time', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 71412);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_transfer_hits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 105);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'PagePerformance_transfer_time', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 529);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_distinctWebsites', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'Referrers_distinctWebsitesUrls', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'sum_visit_length', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 9180);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (56, 'UserCountry_distinctCountries', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_nb_pageviews', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'Actions_nb_uniq_pageviews', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'bounce_count', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'done', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'max_actions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'nb_actions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'nb_uniq_visitors', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'nb_visits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_domcompletion_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_domcompletion_time', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2601);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_domprocessing_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_domprocessing_time', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 12334);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_network_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_network_time', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 1512);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_onload_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_onload_time', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 29);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_pageload_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_pageload_time', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 21192);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_server_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_servery_time', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4661);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_transfer_hits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'PagePerformance_transfer_time', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 55);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'sum_visit_length', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (61, 'UserCountry_distinctCountries', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_nb_pageviews', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'Actions_nb_uniq_pageviews', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'bounce_count', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'done', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'max_actions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'nb_actions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'nb_uniq_visitors', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'nb_visits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_domcompletion_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_domcompletion_time', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 219);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_domprocessing_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_domprocessing_time', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1922);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_network_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_onload_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_onload_time', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 46);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_pageload_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_pageload_time', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3837);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_server_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_servery_time', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1630);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_transfer_hits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'PagePerformance_transfer_time', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'UserCountry_distinctCountries', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 69);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_nb_downloads', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_nb_outlinks', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_nb_pageviews', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 62);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_nb_uniq_downloads', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_nb_uniq_outlinks', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Actions_nb_uniq_pageviews', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 52);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'bounce_count', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'done', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'max_actions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 25);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'nb_actions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 69);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'nb_uniq_visitors', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'nb_visits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_domcompletion_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_domcompletion_time', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 5018);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_domprocessing_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_domprocessing_time', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 12730);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_network_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 62);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_network_time', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 17272);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_onload_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_onload_time', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 82);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_pageload_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 62);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_pageload_time', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 162565);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_server_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 62);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_servery_time', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 105625);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_transfer_hits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 62);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'PagePerformance_transfer_time', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 21838);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_distinctWebsites', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'Referrers_distinctWebsitesUrls', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'sum_visit_length', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 5246);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (78, 'UserCountry_distinctCountries', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_hits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_nb_pageviews', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'Actions_nb_uniq_pageviews', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'bounce_count', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'done', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'max_actions', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'nb_actions', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'nb_uniq_visitors', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'nb_visits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_domprocessing_hits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_domprocessing_time', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 868);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_network_hits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_pageload_hits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_pageload_time', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1145);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_server_hits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_servery_time', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 273);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_transfer_hits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'PagePerformance_transfer_time', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'UserCountry_distinctCountries', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_hits', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_nb_pageviews', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'Actions_nb_uniq_pageviews', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'bounce_count', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'done', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'max_actions', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'nb_actions', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'nb_uniq_visitors', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'nb_visits', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'PagePerformance_network_hits', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'PagePerformance_pageload_hits', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'PagePerformance_pageload_time', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 968);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'PagePerformance_server_hits', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'PagePerformance_servery_time', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 963);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'PagePerformance_transfer_hits', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'PagePerformance_transfer_time', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (80, 'UserCountry_distinctCountries', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_nb_pageviews', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'Actions_nb_uniq_pageviews', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'bounce_count', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'done', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'max_actions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'nb_actions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'nb_uniq_visitors', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'nb_visits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_domcompletion_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_domcompletion_time', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2421);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_domprocessing_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_domprocessing_time', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6158);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_network_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_network_time', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 1640);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_onload_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_onload_time', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 42);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_pageload_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_pageload_time', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 16040);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_server_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_servery_time', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 5638);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_transfer_hits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'PagePerformance_transfer_time', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 141);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'sum_visit_length', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 266);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (81, 'UserCountry_distinctCountries', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_nb_pageviews', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'Actions_nb_uniq_pageviews', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 23);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'bounce_count', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'done', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'max_actions', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 23);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'nb_actions', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'nb_uniq_visitors', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'nb_visits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_domcompletion_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_domcompletion_time', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 168);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_domprocessing_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_domprocessing_time', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1000);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_network_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_network_time', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 270);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_onload_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_onload_time', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_pageload_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_pageload_time', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 43981);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_server_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_servery_time', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 42164);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_transfer_hits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'PagePerformance_transfer_time', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 377);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'sum_visit_length', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1984);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (84, 'UserCountry_distinctCountries', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 66);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_nb_pageviews', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 66);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Actions_nb_uniq_pageviews', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 64);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'bounce_count', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'done', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'max_actions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'nb_actions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 66);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'nb_uniq_visitors', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'nb_visits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_domcompletion_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 17);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_domcompletion_time', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 171);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_domprocessing_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_domprocessing_time', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 1731);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_network_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_network_time', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 57);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_onload_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 17);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_onload_time', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_pageload_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 66);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_pageload_time', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 80492);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_server_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_servery_time', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 78134);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_transfer_hits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'PagePerformance_transfer_time', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 397);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_distinctWebsites', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'Referrers_distinctWebsitesUrls', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'sum_visit_length', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 1688);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (87, 'UserCountry_distinctCountries', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:44', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 33);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_nb_pageviews', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 33);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Actions_nb_uniq_pageviews', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 25);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'bounce_count', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'done', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'max_actions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'nb_actions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 33);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'nb_uniq_visitors', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'nb_visits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_domcompletion_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_domcompletion_time', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 727);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_domprocessing_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_domprocessing_time', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 4750);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_network_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 29);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_network_time', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 621);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_onload_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_onload_time', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_pageload_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 33);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_pageload_time', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 32406);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_server_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 29);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_servery_time', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 25086);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_transfer_hits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 29);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'PagePerformance_transfer_time', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 1212);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_distinctWebsites', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'Referrers_distinctWebsitesUrls', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'sum_visit_length', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 735);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (95, 'UserCountry_distinctCountries', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_nb_pageviews', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 9);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'Actions_nb_uniq_pageviews', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'done', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'max_actions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'nb_actions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'nb_uniq_visitors', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'nb_visits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_domcompletion_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_domprocessing_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_domprocessing_time', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1286);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_network_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_network_time', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 239);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_onload_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_pageload_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_pageload_time', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 10056);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_server_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_servery_time', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 8479);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_transfer_hits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'PagePerformance_transfer_time', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 52);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'sum_visit_length', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 159);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (97, 'UserCountry_distinctCountries', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 125);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_nb_downloads', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_nb_pageviews', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 123);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_nb_uniq_downloads', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'Actions_nb_uniq_pageviews', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 52);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'bounce_count', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'done', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'max_actions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 93);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'nb_actions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 125);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'nb_uniq_visitors', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'nb_visits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_domcompletion_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_domcompletion_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 693);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_domprocessing_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 44);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_domprocessing_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 7831);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_network_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 94);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_network_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 3798);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_onload_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_onload_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_pageload_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 123);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_pageload_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 155612);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_server_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 94);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_servery_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 141327);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_transfer_hits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 94);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'PagePerformance_transfer_time', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 1950);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'sum_visit_length', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 7677);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (117, 'UserCountry_distinctCountries', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'bounce_count', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'max_actions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 93);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'nb_actions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 110);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'nb_uniq_visitors', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'nb_visits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'sum_visit_length', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 6022);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'bounce_count', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'max_actions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'nb_actions', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'nb_uniq_visitors', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'nb_visits', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'sum_visit_length', 1, '2025-05-15', '2025-05-15', 1, '2025-05-16 03:25:55', 1655);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (139, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-13', '2025-05-13', 1, '2025-05-16 05:27:11', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (139, 'max_actions', 1, '2025-05-13', '2025-05-13', 1, '2025-05-16 05:27:11', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (139, 'nb_actions', 1, '2025-05-13', '2025-05-13', 1, '2025-05-16 05:27:11', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (139, 'nb_uniq_visitors', 1, '2025-05-13', '2025-05-13', 1, '2025-05-16 05:27:11', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (139, 'nb_visits', 1, '2025-05-13', '2025-05-13', 1, '2025-05-16 05:27:11', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (139, 'sum_visit_length', 1, '2025-05-13', '2025-05-13', 1, '2025-05-16 05:27:11', 738);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (245, 'bounce_count', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (245, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (245, 'max_actions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (245, 'nb_actions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 85);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (245, 'nb_uniq_visitors', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (245, 'nb_visits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (245, 'sum_visit_length', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 6328);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (246, 'bounce_count', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (246, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (246, 'max_actions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (246, 'nb_actions', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 48);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (246, 'nb_uniq_visitors', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (246, 'nb_visits', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (246, 'sum_visit_length', 1, '2025-05-16', '2025-05-16', 1, '2025-05-17 00:28:43', 4631);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (254, 'bounce_count', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (254, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (254, 'max_actions', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (254, 'nb_actions', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (254, 'nb_uniq_visitors', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (254, 'nb_visits', 1, '2025-05-17', '2025-05-17', 1, '2025-05-18 00:25:32', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (353, 'bounce_count', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (353, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (353, 'max_actions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (353, 'nb_actions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 39);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (353, 'nb_uniq_visitors', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (353, 'nb_visits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (353, 'sum_visit_length', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 627);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (354, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (354, 'max_actions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (354, 'nb_actions', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (354, 'nb_uniq_visitors', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (354, 'nb_visits', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (354, 'sum_visit_length', 1, '2025-05-18', '2025-05-18', 1, '2025-05-18 23:28:30', 3433);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 331);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_nb_downloads', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_nb_outlinks', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_nb_pageviews', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 327);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_nb_uniq_downloads', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_nb_uniq_outlinks', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Actions_nb_uniq_pageviews', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 212);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'bounce_count', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 21);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'done', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'max_actions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 93);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'nb_actions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 331);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'nb_uniq_visitors', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 34);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'nb_visits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 45);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_domcompletion_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 51);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_domcompletion_time', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 7347);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_domprocessing_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 88);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_domprocessing_time', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 36274);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_network_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 296);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_network_time', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 8468);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_onload_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 51);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_onload_time', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 157);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_pageload_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 327);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_pageload_time', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 449750);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_server_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 296);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_servery_time', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 387443);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_transfer_hits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 296);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'PagePerformance_transfer_time', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 10061);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_distinctWebsites', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'Referrers_distinctWebsitesUrls', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'sum_visit_length', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 23446);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (355, 'UserCountry_distinctCountries', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (356, 'bounce_count', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (356, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (356, 'max_actions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 93);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (356, 'nb_actions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 248);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (356, 'nb_uniq_visitors', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (356, 'nb_visits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (356, 'sum_visit_length', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 13727);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (357, 'bounce_count', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (357, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (357, 'max_actions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (357, 'nb_actions', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 168);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (357, 'nb_uniq_visitors', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (357, 'nb_visits', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 31);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (357, 'sum_visit_length', 1, '2025-05-12', '2025-05-18', 2, '2025-05-18 23:28:30', 16047);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (452, 'bounce_count', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (452, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (452, 'max_actions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (452, 'nb_actions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 27);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (452, 'nb_uniq_visitors', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (452, 'nb_visits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (452, 'sum_visit_length', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 3568);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (453, 'bounce_count', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (453, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (453, 'max_actions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (453, 'nb_actions', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (453, 'nb_uniq_visitors', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (453, 'nb_visits', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (453, 'sum_visit_length', 1, '2025-05-19', '2025-05-19', 1, '2025-05-19 23:43:10', 17);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (497, 'bounce_count', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (497, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (497, 'max_actions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 74);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (497, 'nb_actions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 97);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (497, 'nb_uniq_visitors', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 19);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (497, 'nb_visits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 19);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (497, 'sum_visit_length', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 6917);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'bounce_count', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'max_actions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'nb_actions', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'nb_uniq_visitors', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'nb_visits', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'sum_visit_length', 1, '2025-05-20', '2025-05-20', 1, '2025-05-21 07:36:57', 2263);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (542, 'bounce_count', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (542, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (542, 'max_actions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (542, 'nb_actions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (542, 'nb_uniq_visitors', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (542, 'nb_visits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (543, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (543, 'max_actions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (543, 'nb_actions', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (543, 'nb_uniq_visitors', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (543, 'nb_visits', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (543, 'sum_visit_length', 1, '2025-05-21', '2025-05-21', 1, '2025-05-21 23:51:50', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (614, 'bounce_count', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (614, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (614, 'max_actions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (614, 'nb_actions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (614, 'nb_uniq_visitors', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (614, 'nb_visits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (615, 'bounce_count', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (615, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (615, 'max_actions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (615, 'nb_actions', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (615, 'nb_uniq_visitors', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (615, 'nb_visits', 1, '2025-05-22', '2025-05-22', 1, '2025-05-23 00:41:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (695, 'bounce_count', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (695, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (695, 'max_actions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (695, 'nb_actions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (695, 'nb_uniq_visitors', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (695, 'nb_visits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (695, 'sum_visit_length', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 74);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (696, 'bounce_count', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (696, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (696, 'max_actions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 25);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (696, 'nb_actions', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 63);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (696, 'nb_uniq_visitors', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (696, 'nb_visits', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (696, 'sum_visit_length', 1, '2025-05-23', '2025-05-23', 1, '2025-05-24 00:39:44', 5172);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (704, 'bounce_count', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (704, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (704, 'max_actions', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (704, 'nb_actions', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (704, 'nb_uniq_visitors', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (704, 'nb_visits', 1, '2025-05-24', '2025-05-24', 1, '2025-05-25 22:01:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (713, 'bounce_count', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (713, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (713, 'max_actions', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (713, 'nb_actions', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (713, 'nb_uniq_visitors', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (713, 'nb_visits', 1, '2025-05-25', '2025-05-25', 1, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 217);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_nb_downloads', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_nb_outlinks', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_nb_pageviews', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 208);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_nb_uniq_downloads', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_nb_uniq_outlinks', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Actions_nb_uniq_pageviews', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 153);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'bounce_count', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 40);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'done', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'max_actions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 74);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'nb_actions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 218);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'nb_uniq_visitors', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 46);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'nb_visits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 57);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_domcompletion_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 45);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_domcompletion_time', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 80667);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_domprocessing_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 120);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_domprocessing_time', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 237991);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_network_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 208);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_network_time', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 25100);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_onload_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 45);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_onload_time', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 611);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_pageload_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 208);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_pageload_time', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 586743);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_server_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 208);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_servery_time', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 218570);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_transfer_hits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 208);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'PagePerformance_transfer_time', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 23804);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_distinctWebsites', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'Referrers_distinctWebsitesUrls', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'sum_visit_length', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 18016);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (715, 'UserCountry_distinctCountries', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (716, 'bounce_count', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 34);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (716, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (716, 'max_actions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 74);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (716, 'nb_actions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 135);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (716, 'nb_uniq_visitors', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 41);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (716, 'nb_visits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 41);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (716, 'sum_visit_length', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 10559);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (717, 'bounce_count', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (717, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (717, 'max_actions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 25);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (717, 'nb_actions', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 83);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (717, 'nb_uniq_visitors', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (717, 'nb_visits', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (717, 'sum_visit_length', 1, '2025-05-19', '2025-05-25', 2, '2025-05-26 14:32:28', 7457);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (722, 'bounce_count', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (722, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (722, 'max_actions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (722, 'nb_actions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (722, 'nb_uniq_visitors', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (722, 'nb_visits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (723, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (723, 'max_actions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (723, 'nb_actions', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (723, 'nb_uniq_visitors', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (723, 'nb_visits', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (723, 'sum_visit_length', 1, '2025-05-26', '2025-05-26', 1, '2025-05-27 17:00:45', 266);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_hits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_nb_pageviews', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'Actions_nb_uniq_pageviews', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'bounce_count', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'done', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'max_actions', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'nb_actions', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'nb_uniq_visitors', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'nb_visits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_domprocessing_hits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_domprocessing_time', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 313);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_network_hits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_network_time', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 432);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_pageload_hits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_pageload_time', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 7606);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_server_hits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_servery_time', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 6572);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_transfer_hits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'PagePerformance_transfer_time', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 289);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'sum_visit_length', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'UserCountry_distinctCountries', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'bounce_count', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'max_actions', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'nb_actions', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'nb_uniq_visitors', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'nb_visits', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'sum_visit_length', 1, '2025-05-27', '2025-05-27', 1, '2025-05-28 20:28:05', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'bounce_count', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'max_actions', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 23);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'nb_actions', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'nb_uniq_visitors', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'nb_visits', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'sum_visit_length', 1, '2025-05-28', '2025-05-28', 1, '2025-05-29 08:01:07', 1984);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (779, 'bounce_count', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (779, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (779, 'max_actions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (779, 'nb_actions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (779, 'nb_uniq_visitors', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (779, 'nb_visits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (780, 'bounce_count', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (780, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (780, 'max_actions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (780, 'nb_actions', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 63);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (780, 'nb_uniq_visitors', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (780, 'nb_visits', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (780, 'sum_visit_length', 1, '2025-05-29', '2025-05-29', 1, '2025-05-30 13:14:43', 1688);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (851, 'bounce_count', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (851, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (851, 'max_actions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (851, 'nb_actions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (851, 'nb_uniq_visitors', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (851, 'nb_visits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (851, 'sum_visit_length', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 436);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (852, 'bounce_count', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (852, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (852, 'max_actions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (852, 'nb_actions', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 19);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (852, 'nb_uniq_visitors', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (852, 'nb_visits', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (852, 'sum_visit_length', 1, '2025-05-30', '2025-05-30', 1, '2025-05-30 23:04:59', 299);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (869, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (869, 'max_actions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (869, 'nb_actions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (869, 'nb_uniq_visitors', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (869, 'nb_visits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (869, 'sum_visit_length', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 114);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (870, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (870, 'max_actions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (870, 'nb_actions', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (870, 'nb_uniq_visitors', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (870, 'nb_visits', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (870, 'sum_visit_length', 1, '2025-05-31', '2025-05-31', 1, '2025-06-01 21:52:43', 45);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 689);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_nb_downloads', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_nb_outlinks', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_nb_pageviews', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 676);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_nb_uniq_downloads', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_nb_uniq_outlinks', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Actions_nb_uniq_pageviews', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 490);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'bounce_count', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 76);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'done', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'max_actions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 93);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'nb_actions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 690);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'nb_uniq_visitors', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 105);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'nb_visits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 144);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_domcompletion_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 123);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_domcompletion_time', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 91501);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_domprocessing_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 249);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_domprocessing_time', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 289503);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_network_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 624);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_network_time', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 36827);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_onload_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 123);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_onload_time', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 824);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_pageload_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 676);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_pageload_time', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 1227074);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_server_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 624);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_servery_time', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 772086);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_transfer_hits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 624);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'PagePerformance_transfer_time', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 36333);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_distinctWebsites', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'Referrers_distinctWebsitesUrls', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'sum_visit_length', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 46298);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (874, 'UserCountry_distinctCountries', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:44', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (875, 'bounce_count', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 59);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (875, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (875, 'max_actions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 93);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (875, 'nb_actions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 432);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (875, 'nb_uniq_visitors', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 85);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (875, 'nb_visits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 85);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (875, 'sum_visit_length', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 26820);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (876, 'bounce_count', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 27);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (876, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (876, 'max_actions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 25);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (876, 'nb_actions', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 343);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (876, 'nb_uniq_visitors', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 34);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (876, 'nb_visits', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 75);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (876, 'sum_visit_length', 1, '2025-05-01', '2025-05-31', 3, '2025-06-01 21:52:43', 25806);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 142);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_nb_pageviews', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 142);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Actions_nb_uniq_pageviews', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 126);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'bounce_count', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'done', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'max_actions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 23);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'nb_actions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 142);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'nb_uniq_visitors', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'nb_visits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 43);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_domcompletion_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 27);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_domcompletion_time', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 3487);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_domprocessing_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 42);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_domprocessing_time', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 16319);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_network_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 121);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_network_time', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 3259);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_onload_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 27);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_onload_time', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 56);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_pageload_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 142);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_pageload_time', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 192502);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_server_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 121);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_servery_time', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 166907);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_transfer_hits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 121);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'PagePerformance_transfer_time', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 2474);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_distinctWebsites', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'Referrers_distinctWebsitesUrls', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'sum_visit_length', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 4836);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (877, 'UserCountry_distinctCountries', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (878, 'bounce_count', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (878, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (878, 'max_actions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 23);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (878, 'nb_actions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (878, 'nb_uniq_visitors', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (878, 'nb_visits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (878, 'sum_visit_length', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 2534);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (879, 'bounce_count', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (879, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (879, 'max_actions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (879, 'nb_actions', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 92);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (879, 'nb_uniq_visitors', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (879, 'nb_visits', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 28);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (879, 'sum_visit_length', 1, '2025-05-26', '2025-06-01', 2, '2025-06-02 13:30:12', 2302);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (880, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:23:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:23:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:23:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (883, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (884, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (885, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (886, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (887, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (888, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (889, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (890, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (891, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (892, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (893, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (894, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (895, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (896, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (897, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (898, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (899, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (900, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-12', '2025-05-12', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (901, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (902, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-13', '2025-05-13', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (903, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-15', '2025-05-15', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (904, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-16', '2025-05-16', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (905, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (906, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-17', '2025-05-17', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (907, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-18', '2025-05-18', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (908, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-19', '2025-05-19', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (909, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-20', '2025-05-20', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (910, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-21', '2025-05-21', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (911, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-22', '2025-05-22', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (912, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-23', '2025-05-23', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (913, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (914, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-24', '2025-05-24', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (915, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (916, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-25', '2025-05-25', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (917, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-26', '2025-05-26', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (918, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-27', '2025-05-27', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (919, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (920, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-28', '2025-05-28', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (921, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-29', '2025-05-29', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (922, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-30', '2025-05-30', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (923, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-31', '2025-05-31', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (924, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (925, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:53', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (926, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:53', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-01', '2025-05-31', 3, '2025-06-09 22:24:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (928, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-12', '2025-05-18', 2, '2025-06-09 22:24:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_05` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (929, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-05-19', '2025-05-25', 2, '2025-06-09 22:24:55', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_06` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_nb_pageviews', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'Actions_nb_uniq_pageviews', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'bounce_count', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'done', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'max_actions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'nb_actions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'nb_uniq_visitors', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'nb_visits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_domcompletion_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_domcompletion_time', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 104);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_domprocessing_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_domprocessing_time', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 1695);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_network_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_network_time', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 1070);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_onload_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_onload_time', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 31);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_pageload_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_pageload_time', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 11255);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_server_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_servery_time', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 8010);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_transfer_hits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'PagePerformance_transfer_time', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 345);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'sum_visit_length', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 1061);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (109, 'UserCountry_distinctCountries', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 15:33:12', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_hits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_nb_keywords', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 19);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_nb_outlinks', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_nb_pageviews', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_nb_searches', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_nb_uniq_outlinks', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'Actions_nb_uniq_pageviews', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'bounce_count', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'done', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'max_actions', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'nb_actions', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'nb_uniq_visitors', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'nb_visits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_domcompletion_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_domcompletion_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 169);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_domprocessing_hits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_domprocessing_time', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1081);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_network_hits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_network_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 3158);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_onload_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_onload_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_pageload_hits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_pageload_time', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1921);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_server_hits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_servery_time', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 834);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_transfer_hits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'PagePerformance_transfer_time', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'sum_visit_length', 1, '2025-06-03', '2025-06-03', 1, '2025-06-03 21:26:33', 15688);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (116, 'UserCountry_distinctCountries', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 98);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_nb_keywords', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 19);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_nb_outlinks', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_nb_pageviews', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 72);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_nb_searches', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_nb_uniq_outlinks', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'Actions_nb_uniq_pageviews', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 41);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'bounce_count', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'done', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-01', '2025-06-01', 1, '2025-06-03 15:33:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'max_actions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 67);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'nb_actions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 98);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'nb_uniq_visitors', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'nb_visits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_domcompletion_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_domcompletion_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 169);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_domprocessing_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_domprocessing_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 4750);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_network_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 68);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_network_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 3158);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_onload_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_onload_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_pageload_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 72);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_pageload_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 57437);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_server_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 68);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_servery_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 47414);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_transfer_hits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 68);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'PagePerformance_transfer_time', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 1934);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'sum_visit_length', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 15688);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (118, 'UserCountry_distinctCountries', 1, '2025-06-03', '2025-06-03', 1, '2025-06-04 00:01:33', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_nb_outlinks', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_nb_pageviews', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_nb_uniq_outlinks', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'Actions_nb_uniq_pageviews', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'bounce_count', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'done', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 16:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'max_actions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 16:25:36', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'nb_actions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 16:25:36', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'nb_uniq_visitors', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 16:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'nb_visits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 16:25:36', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_domcompletion_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_domcompletion_time', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 251);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_domprocessing_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_domprocessing_time', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 280);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_network_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_network_time', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1257);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_onload_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_onload_time', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_pageload_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_pageload_time', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 10870);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_server_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_servery_time', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 8947);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_transfer_hits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'PagePerformance_transfer_time', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 131);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'sum_visit_length', 1, '2025-06-02', '2025-06-02', 1, '2025-06-03 16:25:36', 1045);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (126, 'UserCountry_distinctCountries', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_nb_pageviews', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'Actions_nb_uniq_pageviews', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'bounce_count', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'done', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'max_actions', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'nb_actions', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'nb_uniq_visitors', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'nb_visits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_domcompletion_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_domcompletion_time', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 896);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_domprocessing_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_domprocessing_time', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 5155);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_network_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_network_time', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 652);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_onload_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_onload_time', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_pageload_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_pageload_time', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 13188);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_server_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_servery_time', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 6168);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_transfer_hits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'PagePerformance_transfer_time', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 297);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'sum_visit_length', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 989);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (142, 'UserCountry_distinctCountries', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 55);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_nb_keywords', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_nb_pageviews', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 51);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_nb_searches', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'Actions_nb_uniq_pageviews', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 42);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'bounce_count', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'done', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'max_actions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'nb_actions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 55);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'nb_uniq_visitors', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'nb_visits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_domcompletion_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_domcompletion_time', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 619);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_domprocessing_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_domprocessing_time', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 5812);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_network_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_network_time', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 566);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_onload_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_onload_time', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_pageload_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 51);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_pageload_time', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 63734);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_server_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_servery_time', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 55785);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_transfer_hits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 50);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'PagePerformance_transfer_time', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 936);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'sum_visit_length', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 2821);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (152, 'UserCountry_distinctCountries', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 41);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_nb_keywords', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_nb_outlinks', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_nb_pageviews', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_nb_searches', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_nb_uniq_outlinks', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'Actions_nb_uniq_pageviews', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'done', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'max_actions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'nb_actions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 41);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'nb_uniq_visitors', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'nb_visits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_domcompletion_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_domcompletion_time', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 522);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_domprocessing_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_domprocessing_time', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 4284);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_network_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_network_time', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 669);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_onload_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_onload_time', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_pageload_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_pageload_time', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 46229);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_server_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_servery_time', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 40347);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_transfer_hits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'PagePerformance_transfer_time', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 389);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'sum_visit_length', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 1614);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (161, 'UserCountry_distinctCountries', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 392);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_downloads', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_keywords', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_outlinks', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 39);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_pageviews', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 350);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_searches', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_uniq_downloads', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_uniq_outlinks', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 30);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'Actions_nb_uniq_pageviews', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 169);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'bounce_count', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'done', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'max_actions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'nb_actions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 392);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'nb_uniq_visitors', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 17);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'nb_visits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 26);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_domcompletion_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 36);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_domcompletion_time', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 3467);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_domprocessing_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 138);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_domprocessing_time', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 30592);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_network_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 340);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_network_time', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 5947);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_onload_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 36);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_onload_time', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 102);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_pageload_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 350);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_pageload_time', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 266088);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_server_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 340);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_servery_time', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 224368);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_transfer_hits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 340);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'PagePerformance_transfer_time', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 1612);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'sum_visit_length', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 13150);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'UserCountry_distinctCountries', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 116);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_nb_keywords', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_nb_outlinks', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_nb_pageviews', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 112);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_nb_searches', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_nb_uniq_outlinks', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'Actions_nb_uniq_pageviews', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 104);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'bounce_count', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'done', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'max_actions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 39);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'nb_actions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 116);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'nb_uniq_visitors', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'nb_visits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_domcompletion_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_domcompletion_time', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 2593);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_domprocessing_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 18);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_domprocessing_time', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 11829);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_network_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 112);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_network_time', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 2958);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_onload_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_onload_time', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 104);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_pageload_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 112);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_pageload_time', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 143380);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_server_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 112);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_servery_time', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 125153);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_transfer_hits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 112);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'PagePerformance_transfer_time', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 743);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'sum_visit_length', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 3756);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (201, 'UserCountry_distinctCountries', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 106);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_nb_outlinks', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_nb_pageviews', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 101);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_nb_uniq_outlinks', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'Actions_nb_uniq_pageviews', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 85);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'bounce_count', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'done', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'max_actions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 43);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'nb_actions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 106);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'nb_uniq_visitors', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'nb_visits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_domcompletion_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_domcompletion_time', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 2198);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_domprocessing_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_domprocessing_time', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 8287);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_network_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 101);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_network_time', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 833);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_onload_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_onload_time', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 41);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_pageload_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 101);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_pageload_time', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 95521);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_server_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 101);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_servery_time', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 83253);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_transfer_hits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 101);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'PagePerformance_transfer_time', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 909);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'sum_visit_length', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 5768);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (214, 'UserCountry_distinctCountries', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_hits', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_nb_pageviews', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'Actions_nb_uniq_pageviews', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'bounce_count', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'done', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'max_actions', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'nb_actions', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'nb_uniq_visitors', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'nb_visits', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'PagePerformance_network_hits', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'PagePerformance_pageload_hits', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'PagePerformance_pageload_time', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 4528);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'PagePerformance_server_hits', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'PagePerformance_servery_time', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 4528);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'PagePerformance_transfer_hits', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'sum_visit_length', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 365);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (220, 'UserCountry_distinctCountries', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_hits', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_nb_pageviews', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'Actions_nb_uniq_pageviews', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'done', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'max_actions', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'nb_actions', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'nb_uniq_visitors', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'nb_visits', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'PagePerformance_network_hits', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'PagePerformance_pageload_hits', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'PagePerformance_pageload_time', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1589);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'PagePerformance_server_hits', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'PagePerformance_servery_time', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1589);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'PagePerformance_transfer_hits', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'sum_visit_length', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1041);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (221, 'UserCountry_distinctCountries', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_hits', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_nb_pageviews', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'Actions_nb_uniq_pageviews', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'bounce_count', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'done', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'max_actions', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'nb_actions', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'nb_uniq_visitors', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'nb_visits', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'PagePerformance_network_hits', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'PagePerformance_pageload_hits', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'PagePerformance_pageload_time', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1613);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'PagePerformance_server_hits', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'PagePerformance_servery_time', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1613);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'PagePerformance_transfer_hits', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (224, 'UserCountry_distinctCountries', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_hits', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_nb_pageviews', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'Actions_nb_uniq_pageviews', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'bounce_count', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'done', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'max_actions', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'nb_actions', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'nb_uniq_visitors', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'nb_visits', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'PagePerformance_network_hits', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'PagePerformance_pageload_hits', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'PagePerformance_pageload_time', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1796);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'PagePerformance_server_hits', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'PagePerformance_servery_time', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1796);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'PagePerformance_transfer_hits', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (225, 'UserCountry_distinctCountries', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (263, 'bounce_count', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (263, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (263, 'max_actions', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (263, 'nb_actions', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (263, 'nb_uniq_visitors', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (263, 'nb_visits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (264, 'bounce_count', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (264, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (264, 'max_actions', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (264, 'nb_actions', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (264, 'nb_uniq_visitors', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (264, 'nb_visits', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (264, 'sum_visit_length', 1, '2025-06-04', '2025-06-04', 1, '2025-06-05 00:28:27', 1404);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (376, 'bounce_count', 1, '2025-06-02', '2025-06-02', 1, '2025-06-05 19:26:47', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (376, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-02', '2025-06-02', 1, '2025-06-05 19:26:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (376, 'max_actions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-05 19:26:47', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (376, 'nb_actions', 1, '2025-06-02', '2025-06-02', 1, '2025-06-05 19:26:47', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (376, 'nb_uniq_visitors', 1, '2025-06-02', '2025-06-02', 1, '2025-06-05 19:26:47', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (376, 'nb_visits', 1, '2025-06-02', '2025-06-02', 1, '2025-06-05 19:26:47', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (376, 'sum_visit_length', 1, '2025-06-02', '2025-06-02', 1, '2025-06-05 19:26:47', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (408, 'bounce_count', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (408, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (408, 'max_actions', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (408, 'nb_actions', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 8);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (408, 'nb_uniq_visitors', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (408, 'nb_visits', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (408, 'sum_visit_length', 1, '2025-06-05', '2025-06-05', 1, '2025-06-05 23:26:51', 989);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'bounce_count', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'max_actions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'nb_actions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'nb_uniq_visitors', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'nb_visits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (498, 'sum_visit_length', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 1445);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (499, 'bounce_count', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (499, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (499, 'max_actions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 16);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (499, 'nb_actions', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 43);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (499, 'nb_uniq_visitors', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (499, 'nb_visits', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (499, 'sum_visit_length', 1, '2025-06-06', '2025-06-06', 1, '2025-06-06 23:30:33', 1376);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (579, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (579, 'max_actions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (579, 'nb_actions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (579, 'nb_uniq_visitors', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (579, 'nb_visits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (579, 'sum_visit_length', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 56);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (580, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (580, 'max_actions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (580, 'nb_actions', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (580, 'nb_uniq_visitors', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (580, 'nb_visits', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (580, 'sum_visit_length', 1, '2025-06-08', '2025-06-08', 1, '2025-06-08 23:26:18', 1558);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 219);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_nb_keywords', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_nb_outlinks', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 7);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_nb_pageviews', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 184);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_nb_searches', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 28);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_nb_uniq_outlinks', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'Actions_nb_uniq_pageviews', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 137);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'bounce_count', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'done', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'max_actions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 67);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'nb_actions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 204);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'nb_uniq_visitors', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 24);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'nb_visits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 34);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_domcompletion_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_domcompletion_time', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 2561);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_domprocessing_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 41);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_domprocessing_time', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 21976);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_network_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 178);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_network_time', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 7372);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_onload_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 22);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_onload_time', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 101);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_pageload_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 184);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_pageload_time', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 202713);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_server_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 178);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_servery_time', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 166671);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_transfer_hits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 178);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'PagePerformance_transfer_time', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 4032);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'sum_visit_length', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 22157);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (581, 'UserCountry_distinctCountries', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (582, 'bounce_count', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (582, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (582, 'max_actions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (582, 'nb_actions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 28);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (582, 'nb_uniq_visitors', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (582, 'nb_visits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (582, 'sum_visit_length', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 3535);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (583, 'bounce_count', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (583, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (583, 'max_actions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 67);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (583, 'nb_actions', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 191);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (583, 'nb_uniq_visitors', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 17);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (583, 'nb_visits', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 34);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (583, 'sum_visit_length', 1, '2025-06-02', '2025-06-08', 2, '2025-06-08 23:26:19', 20042);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (740, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (741, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (742, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (743, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (744, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (745, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (746, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:01', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (747, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-01', '2025-06-01', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (748, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-02', '2025-06-02', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (749, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-03', '2025-06-03', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (750, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-04', '2025-06-04', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (751, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (752, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-05', '2025-06-05', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (753, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-06', '2025-06-06', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (754, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-08', '2025-06-08', 1, '2025-06-09 22:24:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (756, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (760, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-02', '2025-06-08', 2, '2025-06-09 22:24:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'bounce_count', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'max_actions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'nb_actions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'nb_uniq_visitors', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'nb_visits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (773, 'sum_visit_length', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 642);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (774, 'bounce_count', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (774, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (774, 'max_actions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (774, 'nb_actions', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 372);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (774, 'nb_uniq_visitors', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 14);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (774, 'nb_visits', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 23);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (774, 'sum_visit_length', 1, '2025-06-09', '2025-06-09', 1, '2025-06-09 23:33:02', 12508);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (945, 'bounce_count', 1, '2025-06-01', '2025-06-01', 1, '2025-06-10 20:01:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (945, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-01', '2025-06-01', 1, '2025-06-10 20:01:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (945, 'max_actions', 1, '2025-06-01', '2025-06-01', 1, '2025-06-10 20:01:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (945, 'nb_actions', 1, '2025-06-01', '2025-06-01', 1, '2025-06-10 20:01:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (945, 'nb_uniq_visitors', 1, '2025-06-01', '2025-06-01', 1, '2025-06-10 20:01:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (945, 'nb_visits', 1, '2025-06-01', '2025-06-01', 1, '2025-06-10 20:01:55', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (966, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (966, 'max_actions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 39);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (966, 'nb_actions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 83);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (966, 'nb_uniq_visitors', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (966, 'nb_visits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (966, 'sum_visit_length', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 2872);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (967, 'bounce_count', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (967, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (967, 'max_actions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 15);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (967, 'nb_actions', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 33);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (967, 'nb_uniq_visitors', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (967, 'nb_visits', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 9);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (967, 'sum_visit_length', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 00:25:21', 884);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1037, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1038, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-10', '2025-06-10', 1, '2025-06-11 15:00:00', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1039, 'bounce_count', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1039, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1039, 'max_actions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1039, 'nb_actions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1039, 'nb_uniq_visitors', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1039, 'nb_visits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1040, 'bounce_count', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1040, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1040, 'max_actions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 67);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1040, 'nb_actions', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 97);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1040, 'nb_uniq_visitors', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 11);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1040, 'nb_visits', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1040, 'sum_visit_length', 1, '2025-06-03', '2025-06-03', 1, '2025-06-11 15:00:24', 15688);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1041, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1042, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-09', '2025-06-09', 1, '2025-06-11 15:00:24', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1108, 'bounce_count', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1108, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1108, 'max_actions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 43);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1108, 'nb_actions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 94);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1108, 'nb_uniq_visitors', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1108, 'nb_visits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1108, 'sum_visit_length', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 4321);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1109, 'bounce_count', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1109, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1109, 'max_actions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1109, 'nb_actions', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1109, 'nb_uniq_visitors', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1109, 'nb_visits', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 6);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1109, 'sum_visit_length', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 00:50:58', 1447);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1120, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:23', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1121, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1122, 'done90a5a511e1974bca37613b6daec137ba.Goals', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1123, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-01', '2025-06-30', 3, '2025-06-12 18:23:24', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1124, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-09', '2025-06-15', 2, '2025-06-12 18:23:23', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1125, 'donefea44bece172bc9696ae57c26888bf8a.Goals', 1, '2025-06-11', '2025-06-11', 1, '2025-06-12 18:23:23', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1197, 'bounce_count', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1197, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1197, 'max_actions', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1197, 'nb_actions', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1197, 'nb_uniq_visitors', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1197, 'nb_visits', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1197, 'sum_visit_length', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 365);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1198, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-14', '2025-06-14', 1, '2025-06-15 00:10:59', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1206, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1206, 'max_actions', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1206, 'nb_actions', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1206, 'nb_uniq_visitors', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1206, 'nb_visits', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1206, 'sum_visit_length', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1041);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1207, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-22', '2025-06-22', 1, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_hits', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_nb_pageviews', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'Actions_nb_uniq_pageviews', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'done', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'max_actions', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'nb_actions', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'nb_uniq_visitors', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'nb_visits', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'PagePerformance_network_hits', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'PagePerformance_pageload_hits', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'PagePerformance_pageload_time', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1589);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'PagePerformance_server_hits', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'PagePerformance_servery_time', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1589);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'PagePerformance_transfer_hits', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'sum_visit_length', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1041);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1208, 'UserCountry_distinctCountries', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1209, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1209, 'max_actions', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1209, 'nb_actions', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1209, 'nb_uniq_visitors', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1209, 'nb_visits', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1209, 'sum_visit_length', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1041);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1210, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-16', '2025-06-22', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 617);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_downloads', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_keywords', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_outlinks', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 47);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_pageviews', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 566);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_searches', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_uniq_downloads', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_uniq_outlinks', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 38);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'Actions_nb_uniq_pageviews', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 361);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'bounce_count', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 13);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'done', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'max_actions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'nb_actions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 617);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'nb_uniq_visitors', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 37);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'nb_visits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 58);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_domcompletion_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 60);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_domcompletion_time', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 8258);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_domprocessing_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 171);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_domprocessing_time', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 50708);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_network_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 556);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_network_time', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 9738);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_onload_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 60);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_onload_time', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 247);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_pageload_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 566);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_pageload_time', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 509517);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_server_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 556);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_servery_time', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 437302);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_transfer_hits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 556);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'PagePerformance_transfer_time', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 3264);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'sum_visit_length', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 23039);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1212, 'UserCountry_distinctCountries', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:20', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1213, 'bounce_count', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1213, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1213, 'max_actions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 43);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1213, 'nb_actions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 200);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1213, 'nb_uniq_visitors', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1213, 'nb_visits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1213, 'sum_visit_length', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 8200);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1214, 'bounce_count', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 10);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1214, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1214, 'max_actions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1214, 'nb_actions', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 417);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1214, 'nb_uniq_visitors', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1214, 'nb_visits', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 38);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1214, 'sum_visit_length', 1, '2025-06-09', '2025-06-15', 2, '2025-06-23 09:50:19', 14839);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1236, 'bounce_count', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1236, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1236, 'max_actions', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1236, 'nb_actions', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1236, 'nb_uniq_visitors', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1236, 'nb_visits', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1237, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-24', '2025-06-24', 1, '2025-06-25 02:22:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1245, 'bounce_count', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1245, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1245, 'max_actions', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1245, 'nb_actions', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1245, 'nb_uniq_visitors', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1245, 'nb_visits', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1246, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-25', '2025-06-25', 1, '2025-06-26 07:58:47', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 841);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_downloads', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_keywords', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 27);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_outlinks', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 54);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_pageviews', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 755);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_searches', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 31);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_uniq_downloads', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_uniq_outlinks', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 44);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'Actions_nb_uniq_pageviews', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 503);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'bounce_count', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 30);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'done', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'max_actions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'nb_actions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 826);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'nb_uniq_visitors', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 60);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'nb_visits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 96);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_domcompletion_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 82);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_domcompletion_time', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 10819);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_domprocessing_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 213);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_domprocessing_time', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 73765);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_network_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 739);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_network_time', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 17110);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_onload_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 82);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_onload_time', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 348);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_pageload_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 755);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_pageload_time', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 719149);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_server_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 739);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_servery_time', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 609805);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_transfer_hits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 739);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'PagePerformance_transfer_time', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 7302);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'sum_visit_length', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 46237);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1253, 'UserCountry_distinctCountries', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_hits', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_nb_pageviews', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'Actions_nb_uniq_pageviews', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'bounce_count', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'done', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'max_actions', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'nb_actions', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'nb_uniq_visitors', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'nb_visits', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'PagePerformance_network_hits', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'PagePerformance_pageload_hits', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'PagePerformance_pageload_time', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 3409);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'PagePerformance_server_hits', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'PagePerformance_servery_time', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 3409);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'PagePerformance_transfer_hits', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1254, 'UserCountry_distinctCountries', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1255, 'bounce_count', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1255, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1255, 'max_actions', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1255, 'nb_actions', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1255, 'nb_uniq_visitors', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1255, 'nb_visits', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1256, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-23', '2025-06-29', 2, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1257, 'bounce_count', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 12);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1257, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1257, 'max_actions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 43);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1257, 'nb_actions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 233);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1257, 'nb_uniq_visitors', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 34);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1257, 'nb_visits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 34);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1257, 'sum_visit_length', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 12776);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1258, 'bounce_count', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 20);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1258, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1258, 'max_actions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 129);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1258, 'nb_actions', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 608);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1258, 'nb_uniq_visitors', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 32);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1258, 'nb_visits', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 72);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_06` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1258, 'sum_visit_length', 1, '2025-06-01', '2025-06-30', 3, '2025-07-29 21:35:22', 34881);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_07` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (11, 'bounce_count', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (11, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (11, 'max_actions', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (11, 'nb_actions', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (11, 'nb_uniq_visitors', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (11, 'nb_visits', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (12, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_hits', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_nb_pageviews', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'Actions_nb_uniq_pageviews', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'bounce_count', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'done', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'max_actions', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'nb_actions', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'nb_uniq_visitors', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'nb_visits', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'PagePerformance_network_hits', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'PagePerformance_pageload_hits', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'PagePerformance_pageload_time', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1107);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'PagePerformance_server_hits', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'PagePerformance_servery_time', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1107);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (13, 'UserCountry_distinctCountries', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'bounce_count', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'max_actions', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'nb_actions', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'nb_uniq_visitors', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (14, 'nb_visits', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (15, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-07-28', '2025-08-03', 2, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_hits', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_nb_pageviews', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'Actions_nb_uniq_pageviews', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'bounce_count', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'done', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'max_actions', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'nb_actions', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'nb_uniq_visitors', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'nb_visits', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'PagePerformance_network_hits', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'PagePerformance_pageload_hits', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'PagePerformance_pageload_time', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1107);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'PagePerformance_server_hits', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'PagePerformance_servery_time', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1107);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (19, 'UserCountry_distinctCountries', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (20, 'bounce_count', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (20, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (20, 'max_actions', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (20, 'nb_actions', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (20, 'nb_uniq_visitors', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (20, 'nb_visits', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (21, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-07-01', '2025-07-31', 3, '2025-11-02 09:36:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_hits', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_nb_pageviews', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'Actions_nb_uniq_pageviews', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'bounce_count', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'done', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'max_actions', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'nb_actions', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'nb_uniq_visitors', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'nb_visits', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'PagePerformance_network_hits', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'PagePerformance_pageload_hits', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'PagePerformance_pageload_time', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1107);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'PagePerformance_server_hits', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'PagePerformance_servery_time', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1107);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_07` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (227, 'UserCountry_distinctCountries', 1, '2025-07-29', '2025-07-29', 1, '2025-07-30 07:33:54', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_08` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_09` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_10` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_hits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_nb_pageviews', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'Actions_nb_uniq_pageviews', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'bounce_count', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'done', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'max_actions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'nb_actions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'nb_uniq_visitors', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'nb_visits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'PagePerformance_network_hits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'PagePerformance_pageload_hits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'PagePerformance_pageload_time', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2620);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'PagePerformance_server_hits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'PagePerformance_servery_time', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 2613);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'PagePerformance_transfer_hits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'PagePerformance_transfer_time', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (34, 'UserCountry_distinctCountries', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:46', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (35, 'bounce_count', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (35, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (35, 'max_actions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (35, 'nb_actions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (35, 'nb_uniq_visitors', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (35, 'nb_visits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (36, 'bounce_count', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (36, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (36, 'max_actions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (36, 'nb_actions', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (36, 'nb_uniq_visitors', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_10` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (36, 'nb_visits', 1, '2025-10-27', '2025-11-02', 2, '2025-11-03 05:35:45', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_11` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (68, 'bounce_count', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (68, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (68, 'max_actions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (68, 'nb_actions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (68, 'nb_uniq_visitors', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (68, 'nb_visits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'bounce_count', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'max_actions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'nb_actions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'nb_uniq_visitors', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (69, 'nb_visits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_hits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_nb_pageviews', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'Actions_nb_uniq_pageviews', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'bounce_count', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'done', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'max_actions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'nb_actions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'nb_uniq_visitors', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'nb_visits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'PagePerformance_network_hits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'PagePerformance_pageload_hits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'PagePerformance_pageload_time', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2620);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'PagePerformance_server_hits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'PagePerformance_servery_time', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 2613);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'PagePerformance_transfer_hits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'PagePerformance_transfer_time', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (73, 'UserCountry_distinctCountries', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:29', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'bounce_count', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'max_actions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'nb_actions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'nb_uniq_visitors', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'nb_visits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (75, 'bounce_count', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (75, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (75, 'max_actions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (75, 'nb_actions', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (75, 'nb_uniq_visitors', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (75, 'nb_visits', 1, '2025-11-01', '2025-11-30', 3, '2025-12-01 14:37:28', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_hits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_nb_pageviews', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'Actions_nb_uniq_pageviews', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'bounce_count', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'done', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'max_actions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'nb_actions', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'nb_uniq_visitors', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'nb_visits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'PagePerformance_network_hits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'PagePerformance_pageload_hits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'PagePerformance_pageload_time', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2620);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'PagePerformance_server_hits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'PagePerformance_servery_time', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 2613);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'PagePerformance_transfer_hits', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'PagePerformance_transfer_time', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 7);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_11` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (239, 'UserCountry_distinctCountries', 1, '2025-11-02', '2025-11-02', 1, '2025-11-03 05:35:45', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2025_12` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (38, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (38, 'max_actions', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (38, 'nb_actions', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (38, 'nb_uniq_visitors', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (38, 'nb_visits', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (38, 'sum_visit_length', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (39, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'bounce_count', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'max_actions', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'nb_actions', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'nb_uniq_visitors', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (74, 'nb_visits', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (75, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_hits', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_nb_pageviews', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'Actions_nb_uniq_pageviews', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'bounce_count', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'done', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'max_actions', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'nb_actions', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'nb_uniq_visitors', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'nb_visits', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'PagePerformance_network_hits', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'PagePerformance_network_time', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 1387);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'PagePerformance_pageload_hits', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'PagePerformance_pageload_time', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 11749);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'PagePerformance_server_hits', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'PagePerformance_servery_time', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 10362);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'PagePerformance_transfer_hits', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'sum_visit_length', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (89, 'UserCountry_distinctCountries', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (90, 'bounce_count', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (90, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (90, 'max_actions', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (90, 'nb_actions', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (90, 'nb_uniq_visitors', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (90, 'nb_visits', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (90, 'sum_visit_length', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (91, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-01', '2025-12-07', 2, '2025-12-11 21:29:21', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (104, 'bounce_count', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (104, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (104, 'max_actions', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (104, 'nb_actions', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (104, 'nb_uniq_visitors', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (104, 'nb_visits', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (105, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_hits', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_nb_pageviews', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'Actions_nb_uniq_pageviews', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'bounce_count', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'done', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'max_actions', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'nb_actions', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'nb_uniq_visitors', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'nb_visits', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'PagePerformance_network_hits', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'PagePerformance_pageload_hits', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'PagePerformance_pageload_time', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 967);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'PagePerformance_server_hits', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'PagePerformance_servery_time', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 927);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'PagePerformance_transfer_hits', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'PagePerformance_transfer_time', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 40);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (119, 'UserCountry_distinctCountries', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (120, 'bounce_count', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (120, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (120, 'max_actions', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (120, 'nb_actions', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (120, 'nb_uniq_visitors', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (120, 'nb_visits', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (121, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-08', '2025-12-14', 2, '2025-12-19 16:23:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (170, 'bounce_count', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (170, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (170, 'max_actions', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (170, 'nb_actions', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (170, 'nb_uniq_visitors', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (170, 'nb_visits', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (171, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_hits', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_nb_pageviews', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'Actions_nb_uniq_pageviews', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'bounce_count', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'done', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'max_actions', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'nb_actions', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'nb_uniq_visitors', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'nb_visits', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'PagePerformance_network_hits', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'PagePerformance_pageload_hits', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'PagePerformance_pageload_time', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 2040);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'PagePerformance_server_hits', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'PagePerformance_servery_time', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 2040);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'PagePerformance_transfer_hits', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (172, 'UserCountry_distinctCountries', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (173, 'bounce_count', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (173, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (173, 'max_actions', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (173, 'nb_actions', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (173, 'nb_uniq_visitors', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (173, 'nb_visits', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (174, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-15', '2025-12-21', 2, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_hits', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_nb_pageviews', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'Actions_nb_uniq_pageviews', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'bounce_count', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'done', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'max_actions', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'nb_actions', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'nb_uniq_visitors', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'nb_visits', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_network_hits', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_network_time', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 1387);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_pageload_hits', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_pageload_time', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 14756);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_server_hits', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_servery_time', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 13329);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_transfer_hits', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'PagePerformance_transfer_time', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 40);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'sum_visit_length', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (175, 'UserCountry_distinctCountries', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (176, 'bounce_count', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 3);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (176, 'done90a5a511e1974bca37613b6daec137ba.VisitsSummary', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (176, 'max_actions', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (176, 'nb_actions', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 5);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (176, 'nb_uniq_visitors', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (176, 'nb_visits', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 4);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (176, 'sum_visit_length', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (177, 'donefea44bece172bc9696ae57c26888bf8a.VisitsSummary', 1, '2025-12-01', '2025-12-31', 3, '2025-12-20 20:17:08', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_hits', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_nb_pageviews', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'Actions_nb_uniq_pageviews', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'done', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'max_actions', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'nb_actions', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'nb_uniq_visitors', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'nb_visits', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'PagePerformance_network_hits', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'PagePerformance_network_time', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 410);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'PagePerformance_pageload_hits', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'PagePerformance_pageload_time', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 7800);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'PagePerformance_server_hits', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'PagePerformance_servery_time', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 7390);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'PagePerformance_transfer_hits', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'sum_visit_length', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 2);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (244, 'UserCountry_distinctCountries', 1, '2025-12-01', '2025-12-01', 1, '2025-12-02 03:56:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_hits', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_nb_pageviews', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'Actions_nb_uniq_pageviews', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'bounce_count', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'done', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'max_actions', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'nb_actions', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'nb_uniq_visitors', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'nb_visits', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'PagePerformance_network_hits', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'PagePerformance_network_time', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 977);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'PagePerformance_pageload_hits', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'PagePerformance_pageload_time', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 3949);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'PagePerformance_server_hits', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'PagePerformance_servery_time', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 2972);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'PagePerformance_transfer_hits', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (248, 'UserCountry_distinctCountries', 1, '2025-12-02', '2025-12-02', 1, '2025-12-03 06:49:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_hits', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_nb_pageviews', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'Actions_nb_uniq_pageviews', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'bounce_count', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'done', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'max_actions', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'nb_actions', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'nb_uniq_visitors', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'nb_visits', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'PagePerformance_network_hits', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'PagePerformance_pageload_hits', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'PagePerformance_pageload_time', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 967);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'PagePerformance_server_hits', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'PagePerformance_servery_time', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 927);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'PagePerformance_transfer_hits', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'PagePerformance_transfer_time', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 40);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'UserCountry_distinctCountries', 1, '2025-12-11', '2025-12-11', 1, '2025-12-12 01:58:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_hits', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_nb_pageviews', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'Actions_nb_uniq_pageviews', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'bounce_count', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'done', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'max_actions', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'nb_actions', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'nb_uniq_visitors', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'nb_visits', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'PagePerformance_network_hits', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'PagePerformance_pageload_hits', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'PagePerformance_pageload_time', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 2040);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'PagePerformance_server_hits', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'PagePerformance_servery_time', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 2040);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'PagePerformance_transfer_hits', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2025_12` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (258, 'UserCountry_distinctCountries', 1, '2025-12-19', '2025-12-19', 1, '2025-12-20 20:17:07', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2026_01` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'bounce_count', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'done', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'max_actions', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'nb_actions', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'nb_uniq_visitors', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'nb_users', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'nb_visits', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'nb_visits_converted', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1, 'sum_visit_length', 1, '2026-01-26', '2026-02-01', 2, '2026-02-02 11:14:07', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'bounce_count', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'done', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'max_actions', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'nb_actions', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'nb_uniq_visitors', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'nb_users', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'nb_visits', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'nb_visits_converted', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_01` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (442, 'sum_visit_length', 1, '2026-01-01', '2026-12-31', 4, '2026-03-08 18:41:10', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2026_02` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (3, 'done', 1, '2026-02-01', '2026-02-01', 1, '2026-02-02 11:14:07', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (30, 'done', 1, '2026-02-02', '2026-02-02', 1, '2026-02-03 01:21:16', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (79, 'done', 1, '2026-02-03', '2026-02-03', 1, '2026-02-04 01:21:04', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (140, 'done', 1, '2026-02-04', '2026-02-04', 1, '2026-02-05 00:43:17', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (195, 'done', 1, '2026-02-05', '2026-02-05', 1, '2026-02-06 03:49:39', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (226, 'done', 1, '2026-02-06', '2026-02-06', 1, '2026-02-07 00:17:45', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (260, 'done', 1, '2026-02-07', '2026-02-07', 1, '2026-02-08 01:41:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (313, 'done', 1, '2026-02-08', '2026-02-08', 1, '2026-02-09 00:26:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'bounce_count', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'done', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'max_actions', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'nb_actions', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'nb_uniq_visitors', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'nb_users', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'nb_visits', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'nb_visits_converted', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (314, 'sum_visit_length', 1, '2026-02-02', '2026-02-08', 2, '2026-02-09 00:26:19', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (362, 'done', 1, '2026-02-09', '2026-02-09', 1, '2026-02-10 00:38:06', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'bounce_count', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'done', 1, '2026-02-10', '2026-02-10', 1, '2026-02-11 00:50:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'max_actions', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'nb_actions', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'nb_uniq_visitors', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'nb_users', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'nb_visits', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'nb_visits_converted', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (405, 'sum_visit_length', 1, '2026-02-09', '2026-02-15', 2, '2026-02-11 21:00:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'bounce_count', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'done', 1, '2026-02-11', '2026-02-11', 1, '2026-02-12 01:54:39', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'max_actions', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'nb_actions', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'nb_uniq_visitors', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'nb_users', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'nb_visits', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'nb_visits_converted', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (464, 'sum_visit_length', 1, '2026-02-16', '2026-02-22', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'bounce_count', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'done', 1, '2026-02-12', '2026-02-12', 1, '2026-02-13 01:11:04', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'max_actions', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'nb_actions', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'nb_uniq_visitors', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'nb_users', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'nb_visits', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'nb_visits_converted', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (507, 'sum_visit_length', 1, '2026-02-16', '2026-02-22', 2, '2026-02-20 04:49:55', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'bounce_count', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'done', 1, '2026-02-13', '2026-02-13', 1, '2026-02-14 03:39:06', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'max_actions', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'nb_actions', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'nb_uniq_visitors', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'nb_users', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'nb_visits', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'nb_visits_converted', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (550, 'sum_visit_length', 1, '2026-02-23', '2026-03-01', 2, '2026-02-23 12:42:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'bounce_count', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'done', 1, '2026-02-14', '2026-02-14', 1, '2026-02-15 01:15:16', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'max_actions', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'nb_actions', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'nb_uniq_visitors', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'nb_users', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'nb_visits', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'nb_visits_converted', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (590, 'sum_visit_length', 1, '2026-02-23', '2026-03-01', 2, '2026-02-27 09:37:43', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (634, 'done', 1, '2026-02-15', '2026-02-15', 1, '2026-02-16 01:46:53', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'bounce_count', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'done', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'max_actions', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'nb_actions', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'nb_uniq_visitors', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'nb_users', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'nb_visits', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'nb_visits_converted', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (635, 'sum_visit_length', 1, '2026-02-09', '2026-02-15', 2, '2026-02-16 01:46:53', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (669, 'done', 1, '2026-02-16', '2026-02-16', 1, '2026-02-17 06:52:56', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (700, 'done', 1, '2026-02-17', '2026-02-17', 1, '2026-02-18 00:51:34', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (731, 'done', 1, '2026-02-18', '2026-02-18', 1, '2026-02-19 01:12:13', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (762, 'done', 1, '2026-02-19', '2026-02-19', 1, '2026-02-20 02:50:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (809, 'done', 1, '2026-02-20', '2026-02-20', 1, '2026-02-21 01:07:14', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (840, 'done', 1, '2026-02-21', '2026-02-21', 1, '2026-02-22 00:18:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (881, 'done', 1, '2026-02-22', '2026-02-22', 1, '2026-02-23 01:39:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'bounce_count', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'done', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'max_actions', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'nb_actions', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'nb_uniq_visitors', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'nb_users', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'nb_visits', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'nb_visits_converted', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (882, 'sum_visit_length', 1, '2026-02-16', '2026-02-22', 2, '2026-02-23 01:39:57', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (927, 'done', 1, '2026-02-23', '2026-02-23', 1, '2026-02-24 02:18:22', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (952, 'done', 1, '2026-02-24', '2026-02-24', 1, '2026-02-25 00:53:30', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (986, 'done', 1, '2026-02-25', '2026-02-25', 1, '2026-02-26 02:45:44', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1017, 'done', 1, '2026-02-26', '2026-02-26', 1, '2026-02-27 01:12:15', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1057, 'done', 1, '2026-02-27', '2026-02-27', 1, '2026-02-28 06:48:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1075, 'done', 1, '2026-02-28', '2026-02-28', 1, '2026-03-01 03:21:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'bounce_count', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'done', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'max_actions', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'nb_actions', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'nb_uniq_visitors', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'nb_users', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'nb_visits', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'nb_visits_converted', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1077, 'sum_visit_length', 1, '2026-02-01', '2026-02-28', 3, '2026-03-01 03:21:41', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'bounce_count', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'done', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'max_actions', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'nb_actions', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'nb_uniq_visitors', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'nb_users', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'nb_visits', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'nb_visits_converted', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_02` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (1086, 'sum_visit_length', 1, '2026-02-23', '2026-03-01', 2, '2026-03-02 00:39:31', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_archive_numeric_2026_03` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (21, 'done', 1, '2026-03-01', '2026-03-01', 1, '2026-03-02 00:39:31', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (57, 'done', 1, '2026-03-02', '2026-03-02', 1, '2026-03-03 01:12:20', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (94, 'done', 1, '2026-03-03', '2026-03-03', 1, '2026-03-04 00:14:35', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (149, 'done', 1, '2026-03-04', '2026-03-04', 1, '2026-03-05 00:54:42', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (180, 'done', 1, '2026-03-05', '2026-03-05', 1, '2026-03-06 04:37:11', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (211, 'done', 1, '2026-03-06', '2026-03-06', 1, '2026-03-07 01:46:05', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (251, 'done', 1, '2026-03-07', '2026-03-07', 1, '2026-03-08 01:05:25', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (278, 'done', 1, '2026-03-08', '2026-03-08', 1, '2026-03-08 18:41:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'bounce_count', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'done', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'max_actions', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'nb_actions', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'nb_uniq_visitors', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'nb_users', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'nb_visits', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'nb_visits_converted', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (280, 'sum_visit_length', 1, '2026-03-01', '2026-03-31', 3, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'bounce_count', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'done', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', 1);

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'max_actions', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'nb_actions', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'nb_uniq_visitors', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'nb_users', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'nb_visits', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'nb_visits_converted', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (699, 'sum_visit_length', 1, '2026-03-02', '2026-03-08', 2, '2026-03-08 18:41:10', '0');

INSERT IGNORE INTO `wp_3_matomo_archive_numeric_2026_03` (`idarchive`, `name`, `idsite`, `date1`, `date2`, `period`, `ts_archived`, `value`) VALUES (2815, 'done', 1, '2026-03-08', '2026-03-08', 1, '2026-03-08 02:10:24', 4);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_brute_force_log` (
  `id_brute_force_log` bigint(20) NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(60) DEFAULT NULL,
  `attempted_at` datetime NOT NULL,
  `login` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id_brute_force_log`),
  KEY `index_ip_address` (`ip_address`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_changes` (
  `idchange` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `created_time` datetime NOT NULL,
  `plugin_name` varchar(60) NOT NULL,
  `version` varchar(20) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `link_name` varchar(255) DEFAULT NULL,
  `link` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`idchange`),
  UNIQUE KEY `unique_plugin_version_title` (`plugin_name`,`version`,`title`(100))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_changes` (`idchange`, `created_time`, `plugin_name`, `version`, `title`, `description`, `link_name`, `link`) VALUES (1, '2026-02-02 09:43:24', 'Referrers', '5.5.0-b1', 'Analyse traffic from AI Assistants', 'Matomo now includes a new referrer channel type, AI Assistant. This makes it easier to identify and segment traffic arriving from AI channels such as ChatGPT, Copilot, Gemini, Claude, and more.', 'Read the guide on how to analyse traffic from AI Assistants.', 'https://matomo.org/faq/reports/how-to-track-and-analyse-traffic-from-ai-assistants-like-chatgpt-in-matomo-reports/');

INSERT IGNORE INTO `wp_3_matomo_changes` (`idchange`, `created_time`, `plugin_name`, `version`, `title`, `description`, `link_name`, `link`) VALUES (2, '2026-02-02 09:43:24', 'PrivacyManager', '4.12.0', 'User Opt-Out Improvements', 'The privacy manager user opt-out has been updated to provide new code generation options that improve compatibility and allow additional customisation.', 'For more information go here', 'https://matomo.org/blog/2022/09/improvements-to-matomo-opt-out-form-feature/');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_custom_dimensions` (
  `idcustomdimension` bigint(20) unsigned NOT NULL,
  `idsite` bigint(20) unsigned NOT NULL,
  `name` varchar(100) NOT NULL,
  `index` smallint(5) unsigned NOT NULL,
  `scope` varchar(10) NOT NULL,
  `active` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `extractions` text NOT NULL,
  `case_sensitive` tinyint(3) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`idcustomdimension`,`idsite`),
  UNIQUE KEY `uniq_hash` (`idsite`,`scope`,`index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_goal` (
  `idsite` int(11) NOT NULL,
  `idgoal` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `match_attribute` varchar(20) NOT NULL,
  `pattern` varchar(255) NOT NULL,
  `pattern_type` varchar(25) NOT NULL,
  `case_sensitive` tinyint(4) NOT NULL,
  `allow_multiple` tinyint(4) NOT NULL,
  `revenue` double NOT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  `event_value_as_revenue` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`idsite`,`idgoal`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_locks` (
  `key` varchar(70) NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  `expiry_time` bigint(20) unsigned DEFAULT 9999999999,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_log_action` (
  `idaction` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(4096) DEFAULT NULL,
  `hash` int(10) unsigned NOT NULL,
  `type` tinyint(3) unsigned DEFAULT NULL,
  `url_prefix` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`idaction`),
  KEY `index_type_hash` (`type`,`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=176 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (1, 'CF Industries Total Rewards UK | Powered by You', 380346768, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (2, 'cftotalrewards.com/uk/', 1809919991, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (3, 'Home Staging | CF Industries Total Rewards UK', 151379167, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (4, 'cftotalrewards.com/uk/home-staging/', 1271848678, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (5, 'Medical | CF Industries Total Rewards UK', 2222833904, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (6, 'cftotalrewards.com/uk/be-well/medical/', 2899971430, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (7, 'Base Pay | CF Industries Total Rewards UK', 3799649237, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (8, 'cftotalrewards.com/uk/be-rewarded/base-pay/', 3861375641, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (9, 'Dental | CF Industries Total Rewards UK', 2684672753, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (10, 'cftotalrewards.com/uk/be-well/dental/', 1295662619, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (11, 'Strive | CF Industries Total Rewards UK', 3793502285, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (12, 'cftotalrewards.com/uk/be-well/strive/', 3892426264, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (13, 'Chronic Condition and Prevention Management | CF Industries Total Rewards UK', 432478325, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (14, 'cftotalrewards.com/uk/be-well/chronic-condition-and-prevention-management/', 1912684741, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (15, 'Leadership Development | CF Industries Total Rewards UK', 2142537465, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (16, 'cftotalrewards.com/uk/be-successful/leadership-development/', 4248696460, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (17, 'Mentoring@CF | CF Industries Total Rewards UK', 3157293227, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (18, 'cftotalrewards.com/uk/be-successful/mentoringcf/', 2718274966, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (19, 'Employee Value Proposition (EVP) | CF Industries Total Rewards UK', 621978869, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (20, 'cftotalrewards.com/uk/be-included/employee-value-proposition-evp/', 1931281890, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (21, 'Inclusion Resource Group (IRG) | CF Industries Total Rewards UK', 1066665246, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (22, 'cftotalrewards.com/uk/be-included/inclusion-resource-group-irg/', 579920077, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (23, 'Be Balanced | CF Industries Total Rewards UK', 1035392659, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (24, 'cftotalrewards.com/uk/be-balanced/', 224164807, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (25, 'about:///blank', 714647551, 1, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (26, 'Employee Perks | CF Industries Total Rewards UK', 3087976795, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (27, 'cftotalrewards.com/uk/be-balanced/employee-perks/', 607553890, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (28, 'cftotalrewards.com/uk/be-balanced/employee-perks/?et_fb=1&et_bfb=1&PageSpeed=off', 3869976883, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (29, 'Cycle to Work | CF Industries Total Rewards UK', 3765057901, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (30, 'cftotalrewards.com/uk/be-balanced/cycle-to-work/?et_fb=1&et_bfb=1&PageSpeed=off', 1825119193, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (31, 'cftotalrewards.com/uk/be-balanced/cycle-to-work/', 3909600239, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (32, 'Employee Assistance Program | CF Industries Total Rewards UK', 3989597267, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (33, 'cftotalrewards.com/uk/be-balanced/employee-assistance-program/', 4284504651, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (34, 'Time Away from Work | CF Industries Total Rewards UK', 2769354741, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (35, 'cftotalrewards.com/uk/be-balanced/time-away-from-work/', 447815708, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (36, 'Educational Assistance | CF Industries Total Rewards UK', 1536091951, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (37, 'cftotalrewards.com/uk/be-successful/educational-assistance/', 3903746229, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (38, 'Income Protection | CF Industries Total Rewards UK', 4033419107, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (39, 'cftotalrewards.com/uk/be-prepared/income-protection/', 2556127983, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (40, 'Business Travel | CF Industries Total Rewards UK', 1677332798, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (41, 'cftotalrewards.com/uk/be-prepared/business-travel/', 2831282519, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (42, 'Blue Ocean Brain | CF Industries Total Rewards UK', 3578565317, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (43, 'cftotalrewards.com/uk/be-included/blue-ocean-brain-ide-learning/', 1312389714, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (44, 'New to CF Industries | CF Industries Total Rewards UK', 834409172, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (45, 'cftotalrewards.com/uk/resources-library/new-to-cf-industries/', 3759527282, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (46, 'Life Event Changes | CF Industries Total Rewards UK', 3468365712, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (47, 'cftotalrewards.com/uk/resources-library/life-event-changes/', 811190241, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (48, 'Contacts | CF Industries Total Rewards UK', 1767324552, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (49, 'cftotalrewards.com/uk/resources-library/contacts/', 2803571959, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (50, 'Death of an Employee | CF Industries Total Rewards UK', 2350219965, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (51, 'cftotalrewards.com/uk/resources-library/death-of-an-employee/', 2415605589, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (52, 'Be Prepared | CF Industries Total Rewards UK', 1099913787, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (53, 'cftotalrewards.com/uk/be-prepared/', 1253643326, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (54, 'Privacy Policy | CF Industries Total Rewards UK', 1797928724, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (55, 'cftotalrewards.com/uk/?page_id=1324&et_fb=1&et_bfb=1&PageSpeed=off', 2547369870, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (56, 'cftotalrewards.com/uk/privacy-policy-2/?et_fb=1&et_bfb=1&PageSpeed=off', 3934974932, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (57, 'cftotalrewards.com/uk/privacy-policy-2/', 1440068300, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (58, 'cftotalrewards.com/uk/privacy-policy/', 2132307092, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (59, 'https://images-app.hu-manity.co/consent-pdf/5add7c54-d701-41b1-951e-ae37f9f2729b.pdf', 2671977224, 3, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (60, 'cftotalrewards.com/uk/privacy-policy/?et_fb=1&et_bfb=1&PageSpeed=off', 2908028474, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (61, '404 Not Found | CF Industries Total Rewards UK', 2231783719, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (62, 'cftotalrewards.com/uk/homee', 1158956380, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (63, 'Cookie Policy | CF Industries Total Rewards UK', 91810154, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (64, 'cftotalrewards.com/uk/?page_id=1328&et_fb=1&et_bfb=1&PageSpeed=off', 88861168, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (65, 'cftotalrewards.com/uk/cookie-policy/?et_fb=1&et_bfb=1&PageSpeed=off', 2660561180, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (66, 'cftotalrewards.com/uk/cookie-policy/', 1346588975, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (67, 'cftotalrewards.com/uk/?cky_preview=true', 1924183941, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (68, 'Pension Scheme | CF Industries Total Rewards UK', 1303618467, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (69, 'cftotalrewards.com/uk/be-prepared/pension-scheme/', 578913969, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (70, 'Life Insurance | CF Industries Total Rewards UK', 4220885960, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (71, 'cftotalrewards.com/uk/be-prepared/life-insurance/', 3761466854, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (72, 'Short Term Incentives (AIP/VIP) | CF Industries Total Rewards UK', 3448200935, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (73, 'cftotalrewards.com/uk/be-rewarded/short-term-incentives-aip-vip/', 1314686915, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (74, 'Long-Term Incentives | CF Industries Total Rewards UK', 1266869121, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (75, 'cftotalrewards.com/uk/be-rewarded/long-term-incentives/', 1675955683, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (76, 'Service Anniversary Awards | CF Industries Total Rewards UK', 3620765001, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (77, 'cftotalrewards.com/uk/be-rewarded/service-anniversary-awards/', 326584567, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (78, 'Bluecrest | CF Industries Total Rewards UK', 882673539, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (79, 'cftotalrewards.com/uk/be-well/bluecrest/', 4189735945, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (80, 'New Employee Integration | CF Industries Total Rewards UK', 538333785, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (81, 'cftotalrewards.com/uk/be-successful/new-employee-integration/', 2202281326, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (82, 'Career Development | CF Industries Total Rewards UK', 1997135471, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (83, 'cftotalrewards.com/uk/be-successful/career-development/', 1757109416, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (84, 'Talent Management | CF Industries Total Rewards UK', 3458486511, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (85, 'cftotalrewards.com/uk/be-successful/talent-management/', 3491609544, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (86, 'Performance Management | CF Industries Total Rewards UK', 325973393, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (87, 'cftotalrewards.com/uk/be-successful/performance-management/', 1023865898, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (88, 'Inclusion Council | CF Industries Total Rewards UK', 3983118264, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (89, 'cftotalrewards.com/uk/be-included/inclusion-council/', 761486019, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (90, 'Employee Life Cycle Surveys | CF Industries Total Rewards UK', 1843437642, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (91, 'cftotalrewards.com/uk/be-included/employee-life-cycle-surveys/', 3987954838, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (92, 'Resource Library | CF Industries Total Rewards UK', 1402018453, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (93, 'cftotalrewards.com/uk/resources-library/resource-library/', 3494482098, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (94, 'https://www.metlife.co.uk', 1493988285, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (95, 'Be Successful | CF Industries Total Rewards UK', 3911226187, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (96, 'cftotalrewards.com/uk/be-successful/', 2581482231, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (97, 'Be Included | CF Industries Total Rewards UK', 2177825781, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (98, 'cftotalrewards.com/uk/be-included/', 2518157995, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (99, 'Be Rewarded | CF Industries Total Rewards UK', 3259616551, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (100, 'cftotalrewards.com/uk/be-rewarded/', 2026421570, 1, 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (101, 'Be Well | CF Industries Total Rewards UK', 1853533326, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (102, 'cftotalrewards.com/uk/be-well/', 246400768, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (103, 'https://mercermoney.com/', 1282583548, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (104, 'http://bupa.co.uk/', 3418947846, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (105, 'https://www.mercermoney.com/', 3175801254, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (106, 'https://cfindustries.sharepoint.com/sites/Billingham-HR/Shared Documents/Forms/AllItems.aspx?id=/sites/Billingham-HR/Shared Documents/HR/HR How to Guide &amp; FAQs/Live/Workday How to Guides/CF_Beneficiary_Designation_Form (1).pdf&amp;parent=/sites/Billingham-HR/Shared Documents/HR/HR How to Guide &amp; FAQs/Live/Workday How to Guides', 171586169, 3, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (107, 'https://cfindustries.sharepoint.com/:b:/r/sites/Billingham-HR/Shared Documents/HR/HR How to Guide &amp; FAQs/Live/Workday How to Guides/How to load documents on to Workday.pdf?csf=1&amp;web=1&amp;e=MgEwR0', 4215788407, 3, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (108, 'https://www.internationalsos.com/elearning/comprehensive/', 530836538, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (109, 'cftotalrewards.com/uk/cookie-policy/?et_fb=1&PageSpeed=off', 1229373725, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (110, 'cftotalrewards.com/uk/?customize_changeset_uuid=c4e99539-b2a7-491f-917d-419b8617d351&customize_theme=Divi-child&customize_messenger_channel=preview-0', 242608051, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (111, 'sick', 2339938421, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (112, 'enrollment', 3688683489, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (113, 'business travel', 1821082870, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (114, 'sick pay', 2561486740, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (115, 'Medex', 1664313796, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (116, 'dario', 390964975, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (117, 'employee assistance', 3997340435, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (118, 'sos', 2191481077, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (119, 'strive', 4071312348, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (120, 'cycle', 2961625491, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (121, 'vdu', 2395203296, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (122, 'glasses', 4137835222, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (123, 'education', 3674889938, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (124, 'Referral', 2322726742, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (125, 'service anniversary', 2758713734, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (126, 'mercer money', 3998545701, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (127, 'http://mercermoney.com/', 735268961, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (128, 'paternity', 932359125, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (129, 'matching', 3692098185, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (130, 'gift', 2759629069, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (131, 'cycle-to-work | CF Industries Total Rewards UK', 1867677354, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (132, 'cftotalrewards.com/uk/cycle-to-work/', 3653426893, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (133, 'cftotalrewards.com/uk/education-assistance/', 2383514006, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (134, 'cftotalrewards.com/uk/?customize_changeset_uuid=5f1a6cc6-8a82-420d-b6fd-30dc41f108dc&customize_theme=Divi-child&customize_messenger_channel=preview-0', 2687262429, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (135, 'cftotalrewards.com/uk/?customize_changeset_uuid=5f1a6cc6-8a82-420d-b6fd-30dc41f108dc&customize_theme=Divi-child&customize_messenger_channel=preview-1&customize_autosaved=on', 512232623, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (136, 'cftotalrewards.com/uk/home-staging/?customize_changeset_uuid=8ea1b09b-0dac-42d2-b990-4d198da497a8&customize_theme=Divi-child&customize_messenger_channel=preview-0', 3197354740, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (137, 'cftotalrewards.com/uk/?customize_changeset_uuid=8ea1b09b-0dac-42d2-b990-4d198da497a8&customize_theme=Divi-child&customize_messenger_channel=preview-1&customize_autosaved=on', 2456171222, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (138, 'Home | CF Industries Total Rewards UK', 3931742491, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (139, 'cftotalrewards.com/uk/17-2/?et_fb=1&et_bfb=1&PageSpeed=off', 318690390, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (140, 'Home â€“ old pre-uk | CF Industries Total Rewards UK', 3750548199, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (141, 'Annual Enrollment | CF Industries Total Rewards UK', 40104218, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (142, 'cftotalrewards.com/uk/us-annual-enrollment/', 1819313251, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (143, 'cftotalrewards.com/uk/?et_fb=1&et_bfb=1&PageSpeed=off', 4045462446, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (144, 'programme', 1037875711, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (145, 'leave program', 2713881695, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (146, 'how to apply for a medical leave', 3260609005, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (147, 'Search results for &quot;how to apply for a medical leave&quot; | CF Industries Total Rewards UK', 4095929263, 4, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (148, 'https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld', 4217090880, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (149, 'http://about.dariohealth.com/cfindustries', 3816253089, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (150, 'retirement', 227077770, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (151, 'HR business', 1441606849, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (152, 'http://eac.schwab.com/', 3103845073, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (153, 'https://bluecrestwellness.com/', 3738488952, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (154, 'https://bupa.co.uk/referrals', 337009078, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (155, 'https://finder.bupa.co.uk/', 3580092183, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (156, 'https://bupa.co.uk/', 3823207281, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (157, 'https://www.cftotalrewards-strive.com/en/login/', 2818846544, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (158, 'https://about.dariohealth.com/cfindustries/', 729547693, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (159, 'http://www.cyclescheme.co.uk/1097b7', 1637850662, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (160, 'http://www.halfords.com/advice/cycling/service/free-bike-check', 3883580315, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (161, 'http://www.sustrans.org.uk/what-you-can-do/cycling/your-bike/bicycle-maintenance-made-easy/m-check-your-bike-11-steps', 2066255393, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (162, 'http://www.metlife.co.uk/', 584755700, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (163, 'https://membervideo.internationalsos.com/', 321310453, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (164, 'https://careers.cfindustries.com/about-us', 1050627505, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (165, 'https://careers.cfindustries.com/why-cf-industries', 3356817008, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (166, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4_pillars.png', 183601680, 3, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (167, 'https://blueoceanbrain.com/', 1593353623, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (168, 'https://www.bluecrestwellness.com/', 3759895208, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (169, 'https://www.cyclescheme.co.uk/1097b7', 1200975998, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (170, 'https://www.metlife.co.uk/', 3428454806, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (171, 'https://www.metlife.co.uk /', 3890979451, 2, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (172, 'cycle to work', 3129944098, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (173, 'educational assistance', 3602384006, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (174, 'privacy notice', 2629191693, 8, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_action` (`idaction`, `name`, `hash`, `type`, `url_prefix`) VALUES (175, 'cftotalrewards.com/uk/resources-library/life-event-changes/?_rt=MXwxfGVhcHwxNzY1NDg1NTI0&_rt_nonce=99b203ccc8', 35021947, 1, 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_log_conversion` (
  `idvisit` bigint(20) unsigned NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `server_time` datetime NOT NULL,
  `idaction_url` int(10) unsigned DEFAULT NULL,
  `idlink_va` bigint(20) unsigned DEFAULT NULL,
  `idgoal` int(11) NOT NULL,
  `buster` int(10) unsigned NOT NULL,
  `idorder` varchar(100) DEFAULT NULL,
  `items` smallint(5) unsigned DEFAULT NULL,
  `url` varchar(4096) NOT NULL,
  `revenue` float DEFAULT NULL,
  `revenue_shipping` double DEFAULT NULL,
  `revenue_subtotal` double DEFAULT NULL,
  `revenue_tax` double DEFAULT NULL,
  `revenue_discount` double DEFAULT NULL,
  `pageviews_before` smallint(5) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `visitor_returning` tinyint(1) DEFAULT NULL,
  `visitor_seconds_since_first` int(10) unsigned DEFAULT NULL,
  `visitor_seconds_since_order` int(10) unsigned DEFAULT NULL,
  `visitor_count_visits` int(10) unsigned NOT NULL DEFAULT 0,
  `referer_keyword` varchar(255) DEFAULT NULL,
  `referer_name` varchar(255) DEFAULT NULL,
  `referer_type` tinyint(3) unsigned DEFAULT NULL,
  `config_browser_name` varchar(40) DEFAULT NULL,
  `config_client_type` tinyint(1) DEFAULT NULL,
  `config_device_brand` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_model` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_type` tinyint(4) DEFAULT NULL,
  `location_city` varchar(255) DEFAULT NULL,
  `location_country` char(3) DEFAULT NULL,
  `location_latitude` decimal(9,6) DEFAULT NULL,
  `location_longitude` decimal(9,6) DEFAULT NULL,
  `location_region` char(3) DEFAULT NULL,
  PRIMARY KEY (`idvisit`,`idgoal`,`buster`),
  UNIQUE KEY `unique_idsite_idorder` (`idsite`,`idorder`),
  KEY `index_idsite_datetime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_log_conversion_item` (
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `server_time` datetime NOT NULL,
  `idvisit` bigint(20) unsigned NOT NULL,
  `idorder` varchar(100) NOT NULL,
  `idaction_sku` int(10) unsigned NOT NULL,
  `idaction_name` int(10) unsigned NOT NULL,
  `idaction_category` int(10) unsigned NOT NULL,
  `idaction_category2` int(10) unsigned NOT NULL,
  `idaction_category3` int(10) unsigned NOT NULL,
  `idaction_category4` int(10) unsigned NOT NULL,
  `idaction_category5` int(10) unsigned NOT NULL,
  `price` double NOT NULL,
  `quantity` int(10) unsigned NOT NULL,
  `deleted` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY (`idvisit`,`idorder`,`idaction_sku`),
  KEY `index_idsite_servertime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_log_link_visit_action` (
  `idlink_va` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `idvisit` bigint(20) unsigned NOT NULL,
  `idaction_url_ref` int(10) unsigned DEFAULT 0,
  `idaction_name_ref` int(10) unsigned DEFAULT NULL,
  `custom_float` double DEFAULT NULL,
  `pageview_position` mediumint(8) unsigned DEFAULT NULL,
  `time_spent` int(10) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `server_time` datetime NOT NULL,
  `idpageview` char(6) DEFAULT NULL,
  `idaction_name` int(10) unsigned DEFAULT NULL,
  `idaction_url` int(10) unsigned DEFAULT NULL,
  `search_cat` varchar(200) DEFAULT NULL,
  `search_count` int(10) unsigned DEFAULT NULL,
  `time_spent_ref_action` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat2` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat3` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat4` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat5` int(10) unsigned DEFAULT NULL,
  `idaction_product_name` int(10) unsigned DEFAULT NULL,
  `product_price` double DEFAULT NULL,
  `idaction_product_sku` int(10) unsigned DEFAULT NULL,
  `idaction_event_action` int(10) unsigned DEFAULT NULL,
  `idaction_event_category` int(10) unsigned DEFAULT NULL,
  `idaction_content_interaction` int(10) unsigned DEFAULT NULL,
  `idaction_content_name` int(10) unsigned DEFAULT NULL,
  `idaction_content_piece` int(10) unsigned DEFAULT NULL,
  `idaction_content_target` int(10) unsigned DEFAULT NULL,
  `time_dom_completion` mediumint(8) unsigned DEFAULT NULL,
  `time_dom_processing` mediumint(8) unsigned DEFAULT NULL,
  `time_network` mediumint(8) unsigned DEFAULT NULL,
  `time_on_load` mediumint(8) unsigned DEFAULT NULL,
  `time_server` mediumint(8) unsigned DEFAULT NULL,
  `time_transfer` mediumint(8) unsigned DEFAULT NULL,
  PRIMARY KEY (`idlink_va`),
  KEY `index_idvisit` (`idvisit`),
  KEY `index_idsite_servertime` (`idsite`,`server_time`)
) ENGINE=InnoDB AUTO_INCREMENT=1539 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1, 1, '\"¡\\¼svü', 1, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-12 21:47:46', 'EurXjL', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 442, '0', NULL, 2360, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (2, 1, '\"¡\\¼svü', 1, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-12 21:47:51', 'ETsmzV', 3, 4, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1381, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (3, 1, '\"¡\\¼svü', 1, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-12 21:47:57', 'VgJcde', 5, 6, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1157, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (4, 1, 'à:±ó¾µN', 2, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:07:09', 'OZ7jLX', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 492, '0', NULL, 2025, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (5, 1, 'à:±ó¾µN', 2, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:07:18', 'QCncvf', 7, 8, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2005, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (6, 1, 'à:±ó¾µN', 2, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:07:36', 'PkFfnz', 5, 6, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1583, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (7, 1, 'à:±ó¾µN', 2, 6, 5, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:08:58', 'aaUI5c', 9, 10, NULL, NULL, 82, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 23, NULL, 1321, 51);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (8, 1, 'à:±ó¾µN', 2, 10, 9, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:10:10', 'seWewj', 11, 12, NULL, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 17, NULL, 1895, 43);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (9, 1, 'à:±ó¾µN', 2, 12, 11, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:11:47', 'AqfOoT', 13, 14, NULL, NULL, 97, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 1694, 43);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (10, 1, 'à:±ó¾µN', 2, 14, 13, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:14:21', 'TEx3Iw', 15, 16, NULL, NULL, 154, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 21, NULL, 1434, 36);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (11, 1, 'à:±ó¾µN', 2, 16, 15, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:16:13', 'ZfxCWG', 17, 18, NULL, NULL, 112, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 22, NULL, 1667, 48);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (12, 1, 'à:±ó¾µN', 2, 18, 17, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:17:58', 'VtZMcd', 19, 20, NULL, NULL, 105, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 1788, 44);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (13, 1, 'à:±ó¾µN', 2, 20, 19, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-13 17:19:26', 'aetATy', 21, 22, NULL, NULL, 88, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1267, 46);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (14, 1, '^Gar¹ìê', 3, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:10:39', '3E91j4', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1685, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (15, 1, '^Gar¹ìê', 3, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:20:43', 'jVYcqk', 1, 2, NULL, NULL, 604, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 232, '0', NULL, 1606, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (16, 1, '^Gar¹ìê', 3, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:20:54', 't6maW5', 3, 4, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1979, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (17, 1, '^Gar¹ìê', 3, 4, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:21:24', 'W4PPzL', 23, 24, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1268, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (18, 1, 'žbÑÞ¥-Æx', 3, 24, 23, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:21:35', 'U4CtVI', 23, 25, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (19, 1, '^Gar¹ìê', 3, 25, 23, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:26:27', 'yFp0H4', 23, 24, NULL, NULL, 292, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1965, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (20, 1, '^Gar¹ìê', 3, 24, 23, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:26:33', 'qi40vP', 26, 27, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1720, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (21, 1, 'ìù*ÌÌ', 3, 27, 26, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:26:44', 'WTEUq4', 26, 25, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 27, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (22, 1, '^Gar¹ìê', 3, 25, 26, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:27:43', 'kvboaZ', 26, 28, NULL, NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2200, 52);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (23, 1, '^Gar¹ìê', 3, 28, 26, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:28:16', 'cMvC6k', 29, 30, NULL, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1801, 58);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (24, 1, '^Gar¹ìê', 3, 30, 29, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:28:22', 'O6gOiD', 1, 2, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 127, '0', NULL, 1570, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (25, 1, '^Gar¹ìê', 3, 2, 1, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:28:29', 'rr9Rdm', 3, 4, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1817, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (26, 1, '^Gar¹ìê', 3, 4, 3, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:28:43', 'R5LeKW', 1, 2, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1167, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (27, 1, '^Gar¹ìê', 3, 2, 1, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:28:57', 'pvu7lj', 3, 4, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1822, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (28, 1, '^Gar¹ìê', 3, 4, 3, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:29:13', 'YunVdL', 29, 31, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 142, '0', NULL, 1279, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (29, 1, 'ÐÛ0E\Zï', 3, 31, 29, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:29:17', 'dLn56y', 29, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 25, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (30, 1, '^Gar¹ìê', 3, 25, 29, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:31:21', 'lmj1eo', 29, 31, NULL, NULL, 124, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2441, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (31, 1, 'žÃ&£\'G¼', 3, 31, 29, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:31:26', 'h62dVC', 29, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (32, 1, '^Gar¹ìê', 3, 25, 29, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:32:15', 'sH0WZl', 29, 31, NULL, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2897, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (33, 1, '^Gar¹ìê', 3, 31, 29, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:32:22', 'MzMpI0', 32, 33, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1370, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (34, 1, ' è“[ÊZÚ', 3, 33, 32, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:32:39', 'HcYOfc', 32, 25, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 24, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (35, 1, '^Gar¹ìê', 3, 25, 32, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:33:37', 's88Fk3', 32, 33, NULL, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1707, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (36, 1, '^Gar¹ìê', 3, 33, 32, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:33:56', 'X2bft0', 29, 31, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1174, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (37, 1, '^Gar¹ìê', 3, 31, 29, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:34:00', 'GTCK2p', 34, 35, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1285, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (38, 1, '^Gar¹ìê', 3, 35, 34, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:34:07', 'QUv0SF', 5, 6, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1800, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (39, 1, '¡mPõÎèò¿', 3, 6, 5, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:34:11', 'V2dAGA', 5, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 23, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (40, 1, '^Gar¹ìê', 3, 25, 5, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:34:24', '4WYkSL', 5, 6, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1316, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (41, 1, '^Gar¹ìê', 3, 6, 5, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:34:33', 'zb2z5k', 32, 33, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1223, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (42, 1, '!ù\\KPW!', 3, 33, 32, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:34:38', 'XXExj0', 32, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (43, 1, '^Gar¹ìê', 3, 25, 32, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:38:44', 'joz1wi', 32, 33, NULL, NULL, 246, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1580, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (44, 1, '^Gar¹ìê', 3, 33, 32, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:38:52', 'ds8QDX', 36, 37, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1112, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (45, 1, '\nÜ6i^Ñù', 3, 37, 36, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:39:13', 'oc6awH', 36, 25, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 26, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (46, 1, '^Gar¹ìê', 3, 25, 36, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:39:41', 'uQxQ96', 36, 37, NULL, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2088, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (47, 1, '^Gar¹ìê', 3, 37, 36, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:39:46', 'Rnn4eQ', 38, 39, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1123, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (48, 1, 'yÃGîPß€', 3, 39, 38, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:39:51', 'FbY8tW', 38, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 29, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (49, 1, '^Gar¹ìê', 3, 25, 38, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:40:46', 'SnpXJp', 38, 39, NULL, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1638, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (50, 1, '^Gar¹ìê', 3, 39, 38, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:41:04', 'Jlt2jj', 40, 41, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 151, '0', NULL, 1372, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (51, 1, 'gcúU¿®¤', 3, 41, 40, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:41:08', 'PPBhdg', 40, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 29, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (52, 1, '^Gar¹ìê', 3, 25, 40, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:42:38', 'GholUq', 40, 41, NULL, NULL, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1483, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (53, 1, '^Gar¹ìê', 3, 41, 40, NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:42:43', '1IpBqN', 42, 43, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 111, '0', NULL, 1101, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (54, 1, 't_+š\0­›', 3, 43, 42, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:42:49', 'xemeBA', 42, 25, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 25, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (55, 1, '^Gar¹ìê', 3, 25, 42, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:44:19', 'mioOxS', 42, 43, NULL, NULL, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1712, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (56, 1, '^Gar¹ìê', 3, 43, 42, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:44:27', 'xGqQgn', 44, 45, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1115, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (57, 1, '`w[bÝv', 3, 45, 44, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:44:47', 'm0g8zJ', 44, 25, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (58, 1, '^Gar¹ìê', 3, 25, 44, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:46:34', 'IYxcnf', 44, 45, NULL, NULL, 107, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2401, 28);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (59, 1, '^Gar¹ìê', 3, 45, 44, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:46:41', 'QsULMe', 46, 47, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1358, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (60, 1, ']ŽMFO`E$', 3, 47, 46, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:46:46', 'sYz78C', 46, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 32, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (61, 1, '^Gar¹ìê', 3, 25, 46, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:48:55', 'qgWgLs', 46, 47, NULL, NULL, 129, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1705, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (62, 1, '^Gar¹ìê', 3, 47, 46, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:50:13', 'ROlRuC', 48, 49, NULL, NULL, 78, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, NULL, 1437, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (63, 1, 'BÊ×3Ã\n', 3, 49, 48, NULL, 50, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:50:19', '9aRHtJ', 48, 25, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (64, 1, '^Gar¹ìê', 3, 25, 48, NULL, 51, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:51:54', 'jwhKoi', 48, 49, NULL, NULL, 95, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1622, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (65, 1, '^Gar¹ìê', 3, 49, 48, NULL, 52, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:52:13', 'ydSiNk', 50, 51, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1325, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (66, 1, '^Gar¹ìê', 3, 51, 50, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:52:27', 'jNnnYa', 5, 6, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 244, '0', NULL, 1119, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (67, 1, 'ÍŽ;¨åK(ê', 3, 6, 5, NULL, 54, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:52:38', '1XztIR', 5, 25, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 27, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (68, 1, 'éçÉ;<', 3, 25, 5, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:53:22', 'oJxcnL', 50, 25, NULL, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 27, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (69, 1, '^Gar¹ìê', 3, 25, 50, NULL, 56, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:54:32', '1UUN2z', 50, 51, NULL, NULL, 70, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1563, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (70, 1, ']€Tô‰/\ZÕ', 3, 51, 50, NULL, 57, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:54:54', 'v5jXNJ', 50, 25, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 27, 3, NULL, 1, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (71, 1, '^Gar¹ìê', 3, 25, 50, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:58:07', 'VyMpJS', 50, 51, NULL, NULL, 193, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2070, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (72, 1, '^Gar¹ìê', 3, 51, 50, NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 10:58:18', 'KUO8sJ', 36, 37, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1185, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (73, 1, 'ãI!“·b', 3, 37, 36, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:00:53', 'uVh7xW', 36, 25, NULL, NULL, 155, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 11, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (74, 1, '^Gar¹ìê', 3, 25, 36, NULL, 61, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:03:50', 'Bj8J5A', 36, 37, NULL, NULL, 177, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1903, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (75, 1, '^Gar¹ìê', 3, 37, 36, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:03:54', 'QVdWP0', 3, 4, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1334, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (76, 1, 'kãÆ&·FD¢', 3, 4, 3, NULL, 63, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:04:01', 'TWMhAY', 3, 25, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (77, 1, '^Gar¹ìê', 3, 25, 3, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:05:17', 'kIIPcX', 3, 4, NULL, NULL, 76, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1765, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (78, 1, '^Gar¹ìê', 3, 4, 3, NULL, 65, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:05:21', 'VbTh0r', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1109, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (79, 1, '^Gar¹ìê', 3, 53, 52, NULL, 66, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:05:33', '0kPJgQ', 7, 8, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1253, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (80, 1, '(²£uQ\rJ%', 3, 8, 7, NULL, 67, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:05:38', '6Bb9ec', 7, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 27, 3, NULL, 1, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (81, 1, '^Gar¹ìê', 3, 25, 7, NULL, 68, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:05:58', 'DOXDmS', 7, 8, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1527, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (82, 1, '^Gar¹ìê', 3, 8, 7, NULL, 69, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:06:03', '2tGhwa', 5, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1322, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (83, 1, ']4ßûtôLý', 3, 6, 5, NULL, 70, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:06:11', 'EoCiKc', 5, 25, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 20, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (84, 1, '^Gar¹ìê', 3, 25, 5, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:07:26', 'PwYGQe', 5, 6, NULL, NULL, 75, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1510, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (85, 1, '^Gar¹ìê', 3, 6, 5, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:08:20', 'Ow5gI7', 9, 10, NULL, NULL, 54, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1408, 47);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (86, 1, 'Œðôîµï', 3, 10, 9, NULL, 73, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:08:28', '5frsKm', 9, 25, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (87, 1, '^Gar¹ìê', 3, 25, 9, NULL, 74, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:09:15', 'AnnWID', 9, 10, NULL, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1595, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (88, 1, '^Gar¹ìê', 3, 10, 9, NULL, 75, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:09:22', 'scvQ2y', 13, 14, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1170, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (89, 1, 'g›fÚÜtü', 3, 14, 13, NULL, 76, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:09:27', '2RF148', 13, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 33, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (90, 1, '^Gar¹ìê', 3, 25, 13, NULL, 77, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:10:26', 'KZQDEx', 13, 14, NULL, NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1753, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (91, 1, '^Gar¹ìê', 3, 14, 13, NULL, 78, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:10:34', '0N2Yii', 15, 16, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1053, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (92, 1, '\nÑ|×', 3, 16, 15, NULL, 79, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:10:38', 'AKMZPf', 15, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (93, 1, '^Gar¹ìê', 3, 25, 15, NULL, 80, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:11:44', 'KsdQcq', 15, 16, NULL, NULL, 66, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1631, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (94, 1, '^Gar¹ìê', 3, 16, 15, NULL, 81, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:11:57', 'nANYhr', 17, 18, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1083, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (95, 1, 'ö÷°?ô', 3, 18, 17, NULL, 82, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:12:02', 'v45Dlg', 17, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 26, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (96, 1, '^Gar¹ìê', 3, 25, 17, NULL, 83, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:12:55', 'qHVcgh', 17, 18, NULL, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1510, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (97, 1, '^Gar¹ìê', 3, 18, 17, NULL, 84, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:13:05', 'eqWthc', 19, 20, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1442, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (98, 1, 'dTm_I', 3, 20, 19, NULL, 85, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:13:12', 'GVHtHA', 19, 25, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 25, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (99, 1, '^Gar¹ìê', 3, 25, 19, NULL, 86, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:13:44', 'IwLGls', 19, 20, NULL, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2045, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (100, 1, '^Gar¹ìê', 3, 20, 19, NULL, 87, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:14:31', '3bC7i3', 9, 10, NULL, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1712, 12);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (101, 1, 'èÏeì¢°J', 3, 10, 9, NULL, 88, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:14:55', '2463A6', 9, 25, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 29, 2, NULL, 1, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (102, 1, '^Gar¹ìê', 3, 25, 9, NULL, 89, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:30:02', 'V3vFox', 9, 10, NULL, NULL, 907, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1975, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (103, 1, '^Gar¹ìê', 3, 10, 9, NULL, 90, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:30:12', 'NvulIf', 11, 12, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1988, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (104, 1, '^Gar¹ìê', 3, 12, 11, NULL, 91, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:31:53', 'AhKnAJ', 29, 31, NULL, NULL, 101, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 189, '0', NULL, 1492, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (105, 1, 'íeHìzri', 3, 31, 29, NULL, 92, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:42:28', 'LfEiRM', 29, 25, NULL, NULL, 635, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 14, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (106, 1, '^Gar¹ìê', 3, 25, 29, NULL, 93, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 11:43:21', 'QCXpjf', 29, 31, NULL, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1544, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (107, 1, '^Gar¹ìê', 4, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:33:36', 'PDnpJ1', 54, 55, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1279, 54);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (108, 1, '^Gar¹ìê', 4, 55, 54, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:34:22', '00Tkmp', 54, 56, NULL, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1460, 39);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (109, 1, '^Gar¹ìê', 4, 56, 54, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:34:27', 'GyjoHP', 54, 57, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2544, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (110, 1, '^Gar¹ìê', 4, 57, 54, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:35:30', 'mX9Z7o', 54, 58, NULL, NULL, 63, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1918, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (111, 1, '^Gar¹ìê', 4, 58, 54, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:47:45', 'Bwg3xm', 1, 2, NULL, NULL, 735, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 232, '0', NULL, 2063, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (112, 1, '^Gar¹ìê', 4, 2, 1, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:48:13', 'b3Kqqr', 3, 4, NULL, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 55, 196, '0', 10, 1696, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (113, 1, '^Gar¹ìê', 4, 4, 3, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:49:38', 'b3Kqqr', NULL, 59, NULL, NULL, 85, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (114, 1, '^Gar¹ìê', 4, 4, 3, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:49:39', 'b3Kqqr', NULL, 59, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (115, 1, '^Gar¹ìê', 4, 4, 3, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:50:17', 'ws71ER', 54, 58, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 202, 10, NULL, 1455, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (116, 1, '^Gar¹ìê', 4, 58, 54, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:57:52', 'tUK0GS', 54, 60, NULL, NULL, 455, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2881, 77);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (117, 1, '^Gar¹ìê', 4, 60, 54, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:58:54', '0PX4Vm', 54, 60, NULL, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1465, 40);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (118, 1, '^Gar¹ìê', 4, 60, 54, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 12:59:00', 'vJTlUG', 54, 58, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1960, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (119, 1, 'Ä•&W\Zý¯', 4, 58, 54, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 13:01:10', 'kr1Nnp', 54, 25, NULL, NULL, 130, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 26, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (120, 1, '^Gar¹ìê', 5, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 14:51:54', 'l5kQlY', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1715, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (121, 1, '}^ä@¹`Ö', 6, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:43:56', 'WNFtqw', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 443, '0', NULL, 2071, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (122, 1, '}^ä@¹`Ö', 6, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:44:16', 'qAdfE8', 9, 10, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1707, 47);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (123, 1, '}^ä@¹`Ö', 6, 10, 9, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:44:30', 'EKBkj9', 7, 8, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1832, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (124, 1, '}^ä@¹`Ö', 6, 8, 7, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:44:34', 'k4ILgA', 3, 4, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 97, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (125, 1, '}^ä@¹`Ö', 6, 4, 3, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:44:39', 'FTUW5S', 52, 53, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1666, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (126, 1, '}^ä@¹`Ö', 6, 53, 52, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:44:46', 'iVtaGd', 7, 8, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (127, 1, 'à:±ó¾µN', 7, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:45:25', '89LJZQ', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 55, 50);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (128, 1, '}^ä@¹`Ö', 6, 8, 7, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:46:39', '7cdXuv', 54, 58, NULL, NULL, 113, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1421, 34);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (129, 1, '}^ä@¹`Ö', 6, 58, 54, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:50:44', 'xV1ktP', 42, 43, NULL, NULL, 245, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 2448, 44);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (130, 1, ']Ëë‹‰Ö', 8, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:53:23', 'hctklX', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 161, NULL, 135, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (131, 1, 'ßÓ\\oäÃ', 9, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:53:24', 'BMaQqU', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 25, NULL, 225, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (132, 1, ']Ëë‹‰Ö', 8, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:53:46', 'RctIPI', 1, 2, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1098, 34);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (133, 1, ' ö`÷\Z', 10, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 15:54:17', 'yz7lt7', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4575, 943, NULL, 873, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (134, 1, 'XµG„ízÅ', 11, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 16:23:17', 'x3n4X0', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 349, 80, NULL, 2500, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (135, 1, 'XµG„ízÅ', 11, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 16:23:38', '3G9DvG', 54, 58, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 104, '0', NULL, 1136, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (136, 1, 'ÃQÁ®@ÏÜ', 12, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 16:57:05', 'o88DZs', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2547, NULL, 1011, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (137, 1, '%¹ÌÁ±ŒÒ', 13, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 16:57:05', 'qWYNum', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 455, 18, NULL, 188, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (138, 1, 'ÃQÁ®@ÏÜ', 12, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-15 16:57:08', 'zyoRPh', 1, 2, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 103, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (139, 1, '^Gar¹ìê', 14, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 03:33:39', 'eT0abn', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 23, NULL, 1889, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (140, 1, '^Gar¹ìê', 14, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 03:33:53', 'KLMgQF', 3, 4, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1494, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (141, 1, '^Gar¹ìê', 14, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 03:36:14', 'yKPx6h', 3, 4, NULL, NULL, 141, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 19, NULL, 1381, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (142, 1, '^Gar¹ìê', 15, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:35:35', 'Vivps7', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1285, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (143, 1, '^Gar¹ìê', 15, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:35:40', 'wje9NY', 61, 62, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 40, 234, '0', 2, 1013, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (144, 1, '^Gar¹ìê', 15, 62, 61, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:35:58', 'wje9NY', NULL, 59, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (145, 1, '^Gar¹ìê', 15, 62, 61, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:36:18', '9gI0yG', 3, 4, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1404, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (146, 1, 'Ô¿½g#±uÇ', 16, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:48:00', 'hHb94M', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1097, '0', NULL, 1128, 86);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (147, 1, '¿¹qµ1¯E', 17, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:48:35', 'J2Y1Os', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 167, 105);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (148, 1, '«ßl£µ~', 18, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:49:49', '8C3E7O', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 173, 105);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (149, 1, 'ê0H‹Îmùe', 19, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:50:23', 'rDlURG', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 170, 112);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (150, 1, '^Gar¹ìê', 15, 4, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:56:41', '5sfBUJ', 1, 2, NULL, NULL, 1223, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1146, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (151, 1, '^Gar¹ìê', 15, 2, 1, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:57:43', 'n7nTJy', 1, 2, NULL, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1065, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (152, 1, '[iîé', 20, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:59:38', 'nKpO7p', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 258, 1007, '0', 2, 1145, 97);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (153, 1, '^Gar¹ìê', 15, 2, 1, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:59:44', 'GWK8Yn', 1, 2, NULL, NULL, 121, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 1094, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (154, 1, '^Gar¹ìê', 15, 2, 1, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:59:49', 'jayZGp', 1, 2, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1060, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (155, 1, '^Gar¹ìê', 15, 2, 1, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 04:59:58', 'CJVG7A', 3, 4, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1379, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (156, 1, 'ˆU¦Ñ/', 19, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:01:26', '9mDXPt', 1, 2, NULL, NULL, 663, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 164, 113);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (157, 1, '^Gar¹ìê', 15, 4, 3, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:07:54', '7T4gwR', 3, 4, NULL, NULL, 476, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, NULL, 2501, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (158, 1, 'ãnÈH©/', 15, 4, 3, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:08:07', '05ZzNu', 3, 4, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 77, 597, 105, 3, 1656, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (159, 1, 'ãnÈH©/', 15, 4, 3, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:08:53', '2z0430', 1, 2, NULL, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 59, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (160, 1, 'ãnÈH©/', 15, 2, 1, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:08:56', '8D2JjX', 1, 2, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 68, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (161, 1, 'ªŠ*TécK', 21, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:10:08', 'WF4pfT', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 173, 148);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (162, 1, '^Gar¹ìê', 22, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:13:29', '3vClHs', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1737, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (163, 1, '^Gar¹ìê', 22, 58, 54, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:14:18', 'DhYOr8', 54, 58, NULL, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 26, NULL, 1329, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (164, 1, 'lwÜÌ\n½I', 21, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:17:13', '4yNtXY', 1, 2, NULL, NULL, 425, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 171, 100);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (165, 1, '^Gar¹ìê', 22, 58, 54, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:18:26', 'TymkfV', 54, 58, NULL, NULL, 248, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 520, 26, NULL, 1146, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (166, 1, '^Gar¹ìê', 22, 58, 54, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:22:39', '1x8g7m', 63, 64, NULL, NULL, 253, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 3085, 39);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (167, 1, '^Gar¹ìê', 22, 64, 63, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:23:39', 'LbSGqm', 63, 65, NULL, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1490, 41);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (168, 1, '^Gar¹ìê', 22, 65, 63, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:23:57', '4zCmDo', 63, 66, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1397, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (169, 1, '¿!e]÷°4', 22, 66, 63, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:24:05', 'b9rXPT', 63, 25, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (170, 1, '^Gar¹ìê', 23, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:33:01', 'dMfajv', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1686, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (171, 1, 'Â×ê°-\'ˆ', 23, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:40:06', 'SkfPNm', 63, 25, NULL, NULL, 425, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 22, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (172, 1, '^Gar¹ìê', 24, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:42:43', 'Dwqw4i', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1620, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (173, 1, '+WrJÖn', 25, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:43:33', 'C7Aqkl', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 211, 503, '0', 4, 1173, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (174, 1, '^Gar¹ìê', 24, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:45:24', 'XJqMaX', 1, 2, NULL, NULL, 161, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1064, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (175, 1, '^Gar¹ìê', 24, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:45:33', '4QoKiD', 3, 4, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 178, '0', NULL, 2166, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (176, 1, '^Gar¹ìê', 24, 4, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:50:41', 'IQkeR9', 1, 2, NULL, NULL, 308, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1375, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (177, 1, '^Gar¹ìê', 24, 2, 1, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:51:03', 'FqyyS2', 1, 67, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1623, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (178, 1, '¥:…C…‘', 26, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:55:40', 'LP9syk', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1188, 107);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (179, 1, 'õW	¶G°', 26, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:56:27', 'u6GoXZ', 1, 2, NULL, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 173, 115);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (180, 1, '¦œ—èÔü', 26, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:57:00', '4Ch45m', 1, 2, NULL, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 164, 97);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (181, 1, '^Gar¹ìê', 24, 67, 1, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:58:37', 'nZIGlk', 1, 2, NULL, NULL, 454, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 24, NULL, 9831, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (182, 1, '^Gar¹ìê', 24, 2, 1, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:58:39', 'LlhSw1', 1, 2, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1181, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (183, 1, '^Gar¹ìê', 24, 2, 1, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 05:58:50', 'PxRIPl', 1, 2, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1035, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (184, 1, 'B_þ®É«ò\0', 27, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 10:37:36', 'SOl1MW', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 422, 867, '0', 4, 1536, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (185, 1, '^Gar¹ìê', 28, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 11:04:18', 'qrIWLH', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1784, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (186, 1, '^Gar¹ìê', 29, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 12:03:17', 'zYtp9x', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1039, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (187, 1, '^Gar¹ìê', 29, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 12:03:23', 'nU4AVx', 3, 4, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1331, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (188, 1, '²¥ˆSbñ¢', 30, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:19:30', 'rtWmP8', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 210, 1308, 91, 5, 1689, 141);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (189, 1, '²¥ˆSbñ¢', 30, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:19:36', '4GGzwd', 7, 8, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 431, '0', NULL, 1421, 43);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (190, 1, '²¥ˆSbñ¢', 30, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:19:44', 'cDUjtQ', 34, 35, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1444, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (191, 1, '²¥ˆSbñ¢', 30, 35, 34, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:19:53', 'kmAaWf', 36, 37, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1297, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (192, 1, '²¥ˆSbñ¢', 30, 37, 36, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:20:07', '3YDvU3', 48, 49, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1893, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (193, 1, '²¥ˆSbñ¢', 30, 49, 48, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:20:26', '8irc68', 68, 69, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1593, 72);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (194, 1, '²¥ˆSbñ¢', 30, 69, 68, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:20:41', 'ITvgQZ', 70, 71, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 31, NULL, 1588, 58);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (195, 1, '²¥ˆSbñ¢', 30, 71, 70, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:20:48', 'VKV7ms', 38, 39, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1251, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (196, 1, '²¥ˆSbñ¢', 30, 39, 38, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:21:01', '0VyWem', 72, 73, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1342, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (197, 1, '²¥ˆSbñ¢', 30, 73, 72, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:21:06', 'ns2wTF', 74, 75, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1443, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (198, 1, '²¥ˆSbñ¢', 30, 75, 74, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:21:36', 'RjuzZo', 3, 4, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 591, 20, NULL, 143, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (199, 1, '²¥ˆSbñ¢', 30, 4, 3, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:21:44', 'Imp4k0', 7, 8, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (200, 1, '²¥ˆSbñ¢', 30, 8, 7, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:21:49', 'ygwv8q', 72, 73, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (201, 1, '²¥ˆSbñ¢', 30, 73, 72, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:21:56', 'eRkUW0', 74, 75, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (202, 1, '²¥ˆSbñ¢', 30, 75, 74, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:03', 'dZja70', 76, 77, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1763, 41);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (203, 1, '²¥ˆSbñ¢', 30, 77, 76, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:12', 'oVyijP', 78, 79, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1630, 55);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (204, 1, '²¥ˆSbñ¢', 30, 79, 78, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:19', 'c7pJLD', 5, 6, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1283, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (205, 1, '²¥ˆSbñ¢', 30, 6, 5, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:28', 'C0GX6c', 9, 10, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1381, 39);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (206, 1, '²¥ˆSbñ¢', 30, 10, 9, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:36', 'AdIdxI', 11, 12, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1327, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (207, 1, '²¥ˆSbñ¢', 30, 12, 11, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:41', 'peFJ3U', 13, 14, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1216, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (208, 1, '²¥ˆSbñ¢', 30, 14, 13, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:49', 'MfAHf3', 32, 33, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1269, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (209, 1, '²¥ˆSbñ¢', 30, 33, 32, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:54', 'a68OOq', 29, 31, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1192, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (210, 1, '²¥ˆSbñ¢', 30, 31, 29, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:22:58', 'nPM4th', 34, 35, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (211, 1, '²¥ˆSbñ¢', 30, 35, 34, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:06', '7BGgiB', 80, 81, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 3721, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (212, 1, '²¥ˆSbñ¢', 30, 81, 80, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:16', 'HKJWkb', 82, 83, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1240, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (213, 1, '²¥ˆSbñ¢', 30, 83, 82, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:24', 'TuVAYG', 15, 16, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1369, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (214, 1, '²¥ˆSbñ¢', 30, 16, 15, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:31', '2TmNT8', 17, 18, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1352, 50);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (215, 1, '²¥ˆSbñ¢', 30, 18, 17, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:36', 'NawtfT', 84, 85, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1144, 50);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (216, 1, '²¥ˆSbñ¢', 30, 85, 84, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:41', 'dczOgj', 86, 87, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1124, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (217, 1, '²¥ˆSbñ¢', 30, 87, 86, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:45', 'BGu1rR', 36, 37, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (218, 1, '²¥ˆSbñ¢', 30, 37, 36, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:50', 'CDnCJe', 70, 71, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (219, 1, '²¥ˆSbñ¢', 30, 71, 70, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:23:55', 'biD8Ab', 38, 39, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (220, 1, '²¥ˆSbñ¢', 30, 39, 38, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:00', 'OIPVnt', 68, 69, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (221, 1, '²¥ˆSbñ¢', 30, 69, 68, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:06', 'KBCD4z', 40, 41, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1501, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (222, 1, '²¥ˆSbñ¢', 30, 41, 40, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:11', 'ayb1zr', 19, 20, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1579, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (223, 1, '²¥ˆSbñ¢', 30, 20, 19, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:15', 'dnEdfM', 42, 43, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1409, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (224, 1, '²¥ˆSbñ¢', 30, 43, 42, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:21', 'cxvV7H', 21, 22, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1222, 49);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (225, 1, '²¥ˆSbñ¢', 30, 22, 21, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:26', '3FUi4L', 88, 89, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1310, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (226, 1, '²¥ˆSbñ¢', 30, 89, 88, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:31', '4SU9LF', 90, 91, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1649, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (227, 1, '²¥ˆSbñ¢', 30, 91, 90, NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:36', 'CMwpRY', 44, 45, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1246, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (228, 1, '²¥ˆSbñ¢', 30, 45, 44, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:41', '4bH84D', 46, 47, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1303, 64);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (229, 1, '²¥ˆSbñ¢', 30, 47, 46, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:45', 'nddHHL', 48, 49, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (230, 1, '²¥ˆSbñ¢', 30, 49, 48, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:51', 'VnKQyE', 92, 93, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1273, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (231, 1, '²¥ˆSbñ¢', 30, 93, 92, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:24:57', '12i9hv', 50, 51, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1214, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (232, 1, '²¥ˆSbñ¢', 30, 51, 50, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:25:04', 'kpqai4', 50, 51, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 58, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (233, 1, '¿ÇäÇ\\iûã', 31, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:25:38', 'Lcs15V', 50, 51, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 61, 744, '0', 4, 127, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (234, 1, '?-ËÙƒ8Î', 32, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:26:37', 'ULHHCi', 50, 51, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1478, 2058, 352, 12, 159, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (235, 1, '²¥ˆSbñ¢', 30, 51, 50, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:26:53', '3unAf7', 54, 58, NULL, NULL, 109, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1150, 59);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (236, 1, '²¥ˆSbñ¢', 30, 58, 54, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:27:16', 'i1rE7s', 54, 58, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 549, '0', NULL, 3, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (237, 1, '²¥ˆSbñ¢', 30, 58, 54, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 13:42:52', 'TbfLd0', 54, 58, NULL, NULL, 936, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 61, 34);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (238, 1, '²¥ˆSbñ¢', 30, 58, 54, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:07:40', 'FXkRV0', 50, 51, NULL, NULL, 1488, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 91, NULL, 131, 66);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (239, 1, '²¥ˆSbñ¢', 30, 58, 54, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:07:40', 'A50ZgT', 3, 4, NULL, NULL, 1488, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 154, 71);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (240, 1, ']Ëë‹‰Ö', 33, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:52:46', 'HXENGY', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 64, 337, 131, 2, 133, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (241, 1, '{¾Lÿ5B÷', 34, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:52:51', 'LE0V8D', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 153, 630, 21, 5, 200, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (242, 1, ']Ëë‹‰Ö', 33, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:52:53', 'qPTY77', 52, 53, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1579, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (243, 1, ']Ëë‹‰Ö', 33, 53, 52, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:53:02', 'z1gFoV', 40, 41, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 86, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (244, 1, ']Ëë‹‰Ö', 33, 41, 40, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:53:10', 'pwrGr9', 44, 45, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 65, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (245, 1, ']Ëë‹‰Ö', 33, 45, 44, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:53:18', '2u24QM', 50, 51, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (246, 1, ']Ëë‹‰Ö', 33, 51, 50, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:53:24', 'JaHl4z', 1, 2, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1154, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (247, 1, ']Ëë‹‰Ö', 33, 2, 1, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 14:53:30', 'fr8FWH', 76, 77, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 69, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (248, 1, 'B_þ®É«ò\0', 35, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 15:44:55', 'btDqGc', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 284, 183, NULL, 1494, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (249, 1, '#øû;¤ì', 36, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:10:21', 'xALVyA', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 771, 665, 199, 27, 2689, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (250, 1, 'òü¥òÍèB', 37, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:10:28', 'H3JIbX', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 131, 792, 32, 24, 204, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (251, 1, '#øû;¤ì', 36, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:11:37', 'HWMurw', 7, 8, NULL, NULL, 76, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 238, '0', NULL, 1966, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (252, 1, '#øû;¤ì', 36, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:11:53', 'RJIP4F', 72, 73, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1309, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (253, 1, '#øû;¤ì', 36, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:12:05', 'VlJUOW', 74, 75, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 166, '0', NULL, 1358, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (254, 1, '#øû;¤ì', 36, 75, 74, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:12:17', 'Hy6Ouh', 76, 77, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1345, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (255, 1, '#øû;¤ì', 36, 77, 76, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:12:47', 'L6THYO', 78, 79, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1328, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (256, 1, '#øû;¤ì', 36, 79, 78, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:12:56', 'Y4tMSA', 34, 35, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1321, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (257, 1, '#øû;¤ì', 36, 35, 34, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:13:08', 'cSlzCK', 80, 81, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 643, '0', NULL, 1623, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (258, 1, '#øû;¤ì', 36, 81, 80, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:13:28', '7aWqLW', 40, 41, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1276, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (259, 1, '#øû;¤ì', 36, 41, 40, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:13:41', '58uvKP', 1, 2, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 109, '0', NULL, 202, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (260, 1, '#øû;¤ì', 36, 2, 1, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:13:53', 'WUURvf', 42, 43, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 200, '0', NULL, 1317, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (261, 1, '#øû;¤ì', 36, 43, 42, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:14:06', '1jVgLF', 50, 51, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 364, 205, '0', 11, 1531, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (262, 1, '#øû;¤ì', 36, 51, 50, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:14:15', '1jVgLF', NULL, 94, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (263, 1, '\"¡\\¼svü', 38, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:21:38', 'WjcNYh', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 108, 959, 100, 3, 1194, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (264, 1, '\"¡\\¼svü', 38, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:28:00', '1boh22', 1, 2, NULL, NULL, 382, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 578, 1, NULL, 1051, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (265, 1, '\"¡\\¼svü', 38, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:28:07', '0Lwf1S', 3, 4, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1562, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (266, 1, '®ï®w¥Í”ï', 39, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:41:46', 'mvJLqO', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 255, 960, 181, 1, 11267, 52);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (267, 1, 'qoS} °', 39, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 16:45:21', 'JPi0v8', 3, 4, NULL, NULL, 215, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 254, 787, 31, 2, 2066, 58);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (268, 1, 'qoS} °', 39, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 17:13:05', '1dWPrO', 1, 2, NULL, NULL, 1664, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1475, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (269, 1, 'qoS} °', 39, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 17:13:08', '12Tjhq', 3, 4, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 86, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (270, 1, 'qoS} °', 39, 4, 3, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 17:15:36', 'VsaEaB', 3, 4, NULL, NULL, 148, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (271, 1, 'B_þ®É«ò\0', 40, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-16 19:26:38', 'urfMBZ', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 448, 264, NULL, 1991, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (272, 1, '®GÕ©õ', 41, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-17 22:08:56', '9Q2MNg', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1187, '0', NULL, 229, 114);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (273, 1, '0\\À+0¨h¦', 42, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:37:34', '7yEQzd', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 125, 492, 22, 5, 178, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (274, 1, 'k›ñSZo±', 43, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:37:37', 'P64A6U', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 382, 1309, 159, 6, 3807, 193);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (275, 1, 'k›ñSZo±', 43, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:37:53', '685BEe', 7, 8, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1615, 117);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (276, 1, '·ÍÛ™GÔzG', 44, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:37:55', '2Mwk4l', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1255, 4229, 1513, 22, 1699, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (277, 1, 'k›ñSZo±', 43, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:38:03', 'nppbb1', 72, 73, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1731, 123);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (278, 1, 'k›ñSZo±', 43, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:39:58', 'nDvZ7R', 7, 8, NULL, NULL, 115, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (279, 1, 'k›ñSZo±', 43, 8, 7, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:40:13', 'H2NHrF', 74, 75, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1844, 124);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (280, 1, 'k›ñSZo±', 43, 75, 74, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:40:37', 'kv5RZp', 76, 77, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1802, 137);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (281, 1, 'k›ñSZo±', 43, 77, 76, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:41:05', 'OIgJs1', 78, 79, NULL, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1520, 121);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (282, 1, 'k›ñSZo±', 43, 79, 78, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:41:11', '4VeXiB', 5, 6, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1665, 130);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (283, 1, 'k›ñSZo±', 43, 6, 5, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:41:31', '6CobAb', 9, 10, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1719, 136);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (284, 1, 'k›ñSZo±', 43, 10, 9, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:41:39', 'm33paK', 11, 12, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1589, 129);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (285, 1, 'k›ñSZo±', 43, 12, 11, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:42:01', 'esDiAG', 32, 33, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1703, 133);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (286, 1, 'k›ñSZo±', 43, 33, 32, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:42:25', 'JThQnw', 29, 31, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1421, 34);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (287, 1, 'k›ñSZo±', 43, 31, 29, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:42:39', '6XDJJ3', 34, 35, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1611, 128);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (288, 1, 'k›ñSZo±', 43, 35, 34, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:43:03', 'kYgQsB', 95, 96, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2040, 106);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (289, 1, 'k›ñSZo±', 43, 96, 95, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:43:08', 't69UOy', 80, 81, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 568, 52);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (290, 1, 'k›ñSZo±', 43, 81, 80, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:43:22', 'VHbNZa', 82, 83, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1627, 126);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (291, 1, 'k›ñSZo±', 43, 83, 82, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:43:33', 'qnIYMu', 15, 16, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1812, 128);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (292, 1, 'k›ñSZo±', 43, 16, 15, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:43:45', 'uEU4bP', 17, 18, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1630, 125);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (293, 1, 'k›ñSZo±', 43, 18, 17, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:43:58', 'qXuosx', 84, 85, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1380, 129);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (294, 1, 'k›ñSZo±', 43, 85, 84, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:44:03', 'n60pQ2', 86, 87, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1598, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (295, 1, 'k›ñSZo±', 43, 87, 86, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:44:13', 'Vdykod', 36, 37, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1691, 115);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (296, 1, 'k›ñSZo±', 43, 37, 36, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:44:55', 'iTpmNA', 52, 53, NULL, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1666, 130);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (297, 1, 'k›ñSZo±', 43, 53, 52, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:44:59', 'fMU6nh', 70, 71, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1603, 125);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (298, 1, 'k›ñSZo±', 43, 71, 70, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:45:08', 'R1orah', 38, 39, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1784, 125);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (299, 1, 'k›ñSZo±', 43, 39, 38, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:45:16', 'POwc3Q', 68, 69, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1381, 124);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (300, 1, 'k›ñSZo±', 43, 69, 68, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:45:32', 'S6Hfr9', 40, 41, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1363, 126);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (301, 1, 'k›ñSZo±', 43, 41, 40, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:45:37', 'HYHywp', 97, 98, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1708, 128);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (302, 1, 'k›ñSZo±', 43, 98, 97, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:45:41', '1Znmdm', 19, 20, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1557, 127);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (303, 1, 'k›ñSZo±', 43, 20, 19, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:46:04', 'aOYmIU', 42, 43, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1644, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (304, 1, 'k›ñSZo±', 43, 43, 42, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:46:21', 'JKeXzh', 21, 22, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2470, 124);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (305, 1, 'k›ñSZo±', 43, 22, 21, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:46:31', 'lZzEAv', 88, 89, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1505, 32);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (306, 1, 'k›ñSZo±', 43, 89, 88, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:46:40', 'Kdz94b', 90, 91, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1398, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (307, 1, 'k›ñSZo±', 43, 91, 90, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:47:22', 'kfIW27', 44, 45, NULL, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1712, 122);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (308, 1, 'k›ñSZo±', 43, 45, 44, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:47:36', 'iJwjdo', 46, 47, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2804, 132);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (309, 1, 'k›ñSZo±', 43, 47, 46, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:47:43', 'Ee2bmw', 48, 49, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1667, 129);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (310, 1, 'k›ñSZo±', 43, 49, 48, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:47:53', 'BUDbfl', 92, 93, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1569, 127);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (311, 1, 'k›ñSZo±', 43, 93, 92, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:48:03', 'rrW5Pp', 50, 51, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1802, 32);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (312, 1, ']Ëë‹‰Ö', 45, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:50:18', '1i18zl', 90, 91, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 361, 146, NULL, 149, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (313, 1, ']Ëë‹‰Ö', 45, 91, 90, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:50:36', 'cmW7EL', 72, 73, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 146, '0', NULL, 66, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (314, 1, ']Ëë‹‰Ö', 45, 73, 72, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:57:26', '7Ykz0Y', 72, 73, NULL, NULL, 410, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 324, '0', NULL, '0', 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (315, 1, ']Ëë‹‰Ö', 45, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:57:45', '6Pu9De', 99, 100, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1190, 41);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (316, 1, ']Ëë‹‰Ö', 45, 100, 99, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:57:49', 'm2qBR4', 29, 31, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 58, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (317, 1, ']Ëë‹‰Ö', 45, 31, 29, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 12:59:24', 'tAofvk', 9, 10, NULL, NULL, 95, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 115, NULL, 133, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (318, 1, ']Ëë‹‰Ö', 45, 10, 9, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:23:50', 'mhH14M', 90, 91, NULL, NULL, 1466, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 324, 149, NULL, 140, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (319, 1, ']Ëë‹‰Ö', 45, 91, 90, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:25:45', 'KFDVkm', 72, 73, NULL, NULL, 115, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 184, 159, NULL, 137, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (320, 1, ']Ëë‹‰Ö', 45, 73, 72, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:25:53', 'itwjOw', 50, 51, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 68, 36);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (321, 1, ']Ëë‹‰Ö', 45, 51, 50, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:39:02', 'wQq5uH', 1, 2, NULL, NULL, 789, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 262, 149, NULL, 1132, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (322, 1, ']Ëë‹‰Ö', 45, 2, 1, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:39:15', 'tRWTew', 72, 73, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 61, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (323, 1, ']Ëë‹‰Ö', 45, 73, 72, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:39:18', 'fbaXpC', 92, 93, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 66, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (324, 1, ']Ëë‹‰Ö', 45, 93, 92, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:39:26', 'hjRYyk', 76, 77, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 64, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (325, 1, ']Ëë‹‰Ö', 45, 77, 76, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:39:46', 'ZV67N1', 32, 33, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 77, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (326, 1, ']Ëë‹‰Ö', 45, 33, 32, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:47:12', '2oaahV', 3, 4, NULL, NULL, 446, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 127, NULL, 138, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (327, 1, ']Ëë‹‰Ö', 45, 4, 3, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:47:16', 'owGUXu', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 64, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (328, 1, ']Ëë‹‰Ö', 45, 53, 52, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:47:20', 'yH0xQA', 95, 96, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 63, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (329, 1, ']Ëë‹‰Ö', 45, 96, 95, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:47:23', 'elGE2G', 97, 98, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 62, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (330, 1, ']Ëë‹‰Ö', 45, 98, 97, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:47:27', 'IPN3MC', 23, 24, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 63, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (331, 1, ']Ëë‹‰Ö', 45, 24, 23, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-18 13:47:30', 'pThUDa', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 67, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (332, 1, ']R¸9â', 46, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 09:30:18', '1Gof6q', 90, 91, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 278, 1740, 63, 4, 6076, 115);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (333, 1, ')n¬§u÷', 47, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 13:23:44', 'kKiRos', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 283, 998, 26, 16, 183, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (334, 1, 'ø$O–àV', 48, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 13:26:18', 'rNGCyK', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8162, 149260, 141, 13, 1989, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (335, 1, 'NÈ¯!wv‹', 49, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 13:29:52', 'zyiGlR', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 299, 1519, 234, 4, 651, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (336, 1, 'NÈ¯!wv‹', 49, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 13:30:04', 'Kb2oQw', 99, 100, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2757, 47);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (337, 1, 'NÈ¯!wv‹', 49, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 13:33:29', 'VwEvoJ', 76, 77, NULL, NULL, 205, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1507, 48);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (338, 1, 'ÉuÑj†¡)', 50, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 15:24:23', '8BUocM', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 441, 2366, 115, 7, 468, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (339, 1, ' °ƒoéÉ_6', 51, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 15:24:41', 'tzj1v6', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 62, 1026, 29, 9, 186, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (340, 1, 'Ÿ¸“¼YD®', 52, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:14:23', 'IjKzeg', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 169, 723, 276, 32, 235, 47);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (341, 1, 'œ}?†ü\n', 53, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:14:24', 'fclis5', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 143, 941, 26, 14, 185, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (342, 1, 'Ÿ¸“¼YD®', 52, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:14:46', 'FoaMD6', 101, 102, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1470, 49);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (343, 1, 'Ÿ¸“¼YD®', 52, 102, 101, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:14:58', 'pZbUWp', 78, 79, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1114, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (344, 1, 'Ÿ¸“¼YD®', 52, 79, 78, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:15:23', '22hg23', 5, 6, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1755, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (345, 1, 'Ÿ¸“¼YD®', 52, 6, 5, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:38:15', 'y8frLV', 101, 102, NULL, NULL, 1372, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 311, '0', NULL, 2, 93);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (346, 1, 'Ÿ¸“¼YD®', 52, 102, 101, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:38:20', 'MXC1wp', 9, 10, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1601, 44);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (347, 1, 'Ÿ¸“¼YD®', 52, 10, 9, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:59:23', 'wg9aOq', 101, 102, NULL, NULL, 1263, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 124, 547, NULL, 255, 37);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (348, 1, 'Ÿ¸“¼YD®', 52, 102, 101, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 17:59:25', 'paUCIb', 13, 14, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1364, 38);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (349, 1, 'Ÿ¸“¼YD®', 52, 14, 13, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:02:56', 'oKVkJU', 5, 6, NULL, NULL, 211, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 251, 118);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (350, 1, 'Ÿ¸“¼YD®', 52, 6, 5, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:03:17', 'GdUfuA', 11, 12, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1132, 41);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (351, 1, '¼QObYzïÀ', 54, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:03:16', 'Eay2KT', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 71, 590, '0', 5, 115, 52);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (352, 1, 'üæé<', 55, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:03:31', '8R92aP', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5867, 7170, '0', 35, 1166, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (353, 1, '¼QObYzïÀ', 54, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:05:44', 'aJrUs0', 3, 4, NULL, NULL, 148, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 314, '0', NULL, 140, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (354, 1, 'Ÿ¸“¼YD®', 52, 12, 11, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:05:56', 'TQl9q1', 23, 24, NULL, NULL, 159, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 82, NULL, 1278, 52);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (355, 1, 'Z¤$*Lq—', 54, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:07:31', 'nuwyHA', 3, 4, NULL, NULL, 107, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 116, 591, 127, 11, 234, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (356, 1, '@>ÚzÙã<', 56, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 18:07:36', 'Dn0q9r', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 163, 301, 23, 6, 202, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (357, 1, 'Ÿ¸“¼YD®', 57, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 19:55:28', 'oGNHHo', 5, 6, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1301, 85);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (358, 1, 'Z¤$*Lq—', 58, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 21:42:38', '3TZFg8', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 183, NULL, 4144, 88);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (359, 1, 'À|!ŠV', 59, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 21:42:41', 'ZwCyxY', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 260, 1006, 23, 25, 183, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (360, 1, 'Z¤$*Lq—', 60, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 22:39:16', 'Vpj8Tn', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 573, 155, NULL, 251, 62);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (361, 1, 'Z¤$*Lq—', 60, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 22:39:22', 'BFiQ0S', 1, 2, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1367, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (362, 1, 'ä¡R™ˆÎY‚', 61, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 22:39:23', 'YaRGT0', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 80, 651, 20, 9, 216, 28);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (363, 1, 'Z¤$*Lq—', 60, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-19 22:39:32', '8ME3ck', 3, 4, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 507, 136, NULL, 228, 65);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (364, 1, 'ëz,@:³ÐU', 62, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 00:01:40', 'kziDTY', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 608, 1354, 36, 8, 210, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (365, 1, 'G¥É½¿Ø!(', 63, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 00:02:14', 'np0bm1', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 45999, 516, 142, 16, 252, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (366, 1, '¼QObYzïÀ', 64, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 01:13:24', 'Ibx0tY', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 599, '0', NULL, 261, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (367, 1, '¼QObYzïÀ', 64, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 01:13:27', 'YqfEVn', 5, 6, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1273, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (368, 1, 'Î‹&Ïó\rž‚', 65, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 01:13:33', '2QzdHe', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 117, 1228, '0', 12, 76, 62);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (369, 1, '¼QObYzïÀ', 64, 6, 5, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 01:13:48', 'zc6wWH', 9, 10, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1648, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (370, 1, '¼QObYzïÀ', 64, 10, 9, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 01:14:30', 'nESSe4', 70, 71, NULL, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1608, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (371, 1, '¼QObYzïÀ', 64, 71, 70, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 01:15:18', '8nJTNx', 38, 39, NULL, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1687, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (372, 1, 'àÉXÅŸ	_', 66, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 02:12:10', 'iJyO7w', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3097, 2645, '0', 33, 884, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (373, 1, '\ZIäqv\\@q', 67, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 04:12:38', 'OYN0w3', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2494, 4160, 1446, 19, 1115, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (374, 1, ']Ëë‹‰Ö', 69, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 11:52:52', 'ZL3dMs', 7, 8, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1053, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (375, 1, ']Ëë‹‰Ö', 69, 8, 7, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:06:45', 'vEiwX7', 3, 4, NULL, NULL, 833, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 358, 171, NULL, 238, 36);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (376, 1, ']Ëë‹‰Ö', 69, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:07:09', 'GEvoTl', 1, 2, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1048, 49);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (377, 1, ']Ëë‹‰Ö', 69, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:08:09', 'Gmdv6t', 76, 77, NULL, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1207, 29);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (378, 1, '~áncùúˆ', 70, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:08:37', 'uu38V4', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 362, 2006, '0', 18, 117, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (379, 1, ']Ëë‹‰Ö', 69, 77, 76, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:22:09', 'n8Xw59', 7, 8, NULL, NULL, 840, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 326, 162, NULL, 241, 38);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (380, 1, ']Ëë‹‰Ö', 69, 8, 7, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:26:06', 'vzY1uO', 72, 73, NULL, NULL, 237, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 169, NULL, 1979, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (381, 1, ']Ëë‹‰Ö', 69, 73, 72, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:30:05', 'alFRDI', 90, 91, NULL, NULL, 239, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1161, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (382, 1, ']Ëë‹‰Ö', 69, 91, 90, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:30:24', 'vbD8I4', 90, 91, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 175, 50);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (383, 1, 'êÝC&‰wâ&', 71, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:44:35', '8K1TYO', 72, 73, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 432, 813, 116, 5, 619, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (384, 1, 'êÝC&‰wâ&', 71, 73, 72, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 12:46:44', 'St4fZ4', 90, 91, NULL, NULL, 129, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 775, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (385, 1, 'ÕàÏjiÈH\n', 72, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 13:16:45', 'kOh1TK', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 56, 396, 22, 6, 204, 48);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (386, 1, 'Ý¢vnç$ÔQ', 73, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 13:17:19', 'gxdLS2', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 36, 604, '0', 6, 145, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (387, 1, 'Ÿ¸“¼YD®', 74, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 14:08:19', 'HqW0h9', 5, 6, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 644, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (388, 1, '¼QObYzïÀ', 75, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 15:46:48', 'p2J3wK', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 545, '0', NULL, 1213, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (389, 1, '¼QObYzïÀ', 75, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 15:46:57', 'yaDwh0', 5, 6, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 968, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (390, 1, 'Í\r\'y6Mò', 76, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 15:47:04', '4EtsO9', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 171, 946, '0', 11, 120, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (391, 1, 'èú xçk\0', 77, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 16:09:10', 'qKSwZm', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 185, 486, '0', 8, 111, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (392, 1, 'èë¡{ž', 78, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 20:46:25', 'GNjwag', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 278, 319, 95, 2, 1809, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (393, 1, '#ˆÓ6©_Ä', 79, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 20:46:27', 'cRhcmF', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 318, 739, 30, 27, 199, 41);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (394, 1, '8.Ñƒ@îB', 80, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 20:47:16', '0UyFGs', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1085, 4160, 534, 17, 842, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (395, 1, 'èë¡{ž', 78, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 20:49:25', 'osuZNO', 99, 100, NULL, NULL, 180, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 175, '0', NULL, 1402, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (396, 1, 'èë¡{ž', 78, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 20:49:35', 'DXnhWz', 7, 8, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 114, '0', NULL, 807, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (397, 1, 'èë¡{ž', 78, 8, 7, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 20:56:39', 'l3Riox', 72, 73, NULL, NULL, 424, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 281, '0', NULL, 1116, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (398, 1, 'èë¡{ž', 78, 73, 72, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:05:02', 'rVza2i', 74, 75, NULL, NULL, 503, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 344, '0', NULL, 127, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (399, 1, 'èë¡{ž', 78, 75, 74, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:06:42', '5BTGNd', 76, 77, NULL, NULL, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 158, '0', NULL, 1062, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (400, 1, 'èë¡{ž', 78, 77, 76, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:09:07', 'QQyK7C', 7, 8, NULL, NULL, 145, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 203, '0', NULL, 95, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (401, 1, 'èë¡{ž', 78, 8, 7, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:10:19', 'EDebIE', 78, 79, NULL, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 968, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (402, 1, 'èë¡{ž', 78, 79, 78, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:31:16', 'aA1IiH', 5, 6, NULL, NULL, 1257, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 290, '0', NULL, 1334, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (403, 1, 'èë¡{ž', 78, 6, 5, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:33:05', 'MQYCKC', 9, 10, NULL, NULL, 109, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 182, '0', NULL, 1217, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (404, 1, 'èë¡{ž', 78, 10, 9, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:34:09', 'rxIdwV', 11, 12, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 133, '0', NULL, 1239, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (405, 1, 'èë¡{ž', 78, 12, 11, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:36:44', 'XVpPMa', 13, 14, NULL, NULL, 155, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 150, '0', NULL, 1057, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (406, 1, 'èë¡{ž', 78, 14, 13, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:39:10', 'QSJOLQ', 32, 33, NULL, NULL, 146, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 968, '0', NULL, 1362, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (407, 1, 'èë¡{ž', 78, 33, 32, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:40:24', 'LcxRli', 29, 31, NULL, NULL, 74, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 141, '0', NULL, 1229, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (408, 1, 'èë¡{ž', 78, 31, 29, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:41:39', 'HXMqMR', 34, 35, NULL, NULL, 75, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1177, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (409, 1, 'èë¡{ž', 78, 35, 34, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:42:43', 'pfp9SM', 80, 81, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1151, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (410, 1, 'èë¡{ž', 78, 81, 80, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:44:24', 'yY59MA', 82, 83, NULL, NULL, 101, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 139, '0', NULL, 1102, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (411, 1, 'èë¡{ž', 78, 83, 82, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:45:55', 'uyQ28Z', 15, 16, NULL, NULL, 91, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 153, '0', NULL, 995, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (412, 1, 'èë¡{ž', 78, 16, 15, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:47:16', 'JEwDAv', 17, 18, NULL, NULL, 81, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1074, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (413, 1, 'èë¡{ž', 78, 18, 17, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:50:01', 'ng0If2', 84, 85, NULL, NULL, 165, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 275, '0', NULL, 1106, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (414, 1, 'èë¡{ž', 78, 85, 84, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:50:46', 'W1cg1j', 86, 87, NULL, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 134, '0', NULL, 1160, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (415, 1, 'èë¡{ž', 78, 87, 86, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:52:16', 'k1bE9K', 36, 37, NULL, NULL, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 193, '0', NULL, 1345, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (416, 1, 'èë¡{ž', 78, 37, 36, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:55:32', '2wo4a9', 70, 71, NULL, NULL, 196, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 241, '0', NULL, 1171, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (417, 1, 'èë¡{ž', 78, 71, 70, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:56:37', 'WXodjH', 38, 39, NULL, NULL, 65, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1178, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (418, 1, 'èë¡{ž', 78, 39, 38, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 21:58:31', '8mnZwP', 68, 69, NULL, NULL, 114, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 149, '0', NULL, 1488, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (419, 1, 'èë¡{ž', 78, 69, 68, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:01:57', 'BZGTSZ', 40, 41, NULL, NULL, 206, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 154, '0', NULL, 1069, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (420, 1, 'èë¡{ž', 78, 41, 40, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:12:21', 'BYy4oZ', 19, 20, NULL, NULL, 624, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 426, '0', NULL, 1269, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (421, 1, 'èë¡{ž', 78, 20, 19, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:13:59', '2WbcEA', 42, 43, NULL, NULL, 98, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 194, '0', NULL, 1295, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (422, 1, 'èë¡{ž', 78, 43, 42, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:14:37', 'dyo9Wi', 21, 22, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 408, '0', NULL, 1015, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (423, 1, 'èë¡{ž', 78, 22, 21, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:15:26', '7W6Bou', 88, 89, NULL, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 128, '0', NULL, 1072, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (424, 1, 'èë¡{ž', 78, 89, 88, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:16:04', 'PIvJVK', 90, 91, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 135, '0', NULL, 1023, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (425, 1, 'èë¡{ž', 78, 91, 90, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:16:49', 'CuNaY8', 44, 45, NULL, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1010, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (426, 1, 'èë¡{ž', 78, 45, 44, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:18:19', 'lJocCs', 46, 47, NULL, NULL, 90, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, '0', NULL, 1233, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (427, 1, 'èë¡{ž', 78, 47, 46, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:19:27', 'Jpqcmw', 48, 49, NULL, NULL, 68, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 291, 158, '0', 2, 1135, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (428, 1, 'èë¡{ž', 78, 49, 48, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:19:59', 'Jpqcmw', NULL, 103, NULL, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (429, 1, 'èë¡{ž', 78, 49, 48, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:21:11', 'Jpqcmw', NULL, 104, NULL, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (430, 1, 'èë¡{ž', 78, 49, 48, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:21:52', 'erd10T', 92, 93, NULL, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 150, '0', NULL, 1054, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (431, 1, 'èë¡{ž', 78, 93, 92, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:22:25', 'ViK8m0', 50, 51, NULL, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 161, '0', NULL, 1185, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (432, 1, 'èë¡{ž', 78, 51, 50, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:24:01', 'gELdnq', 3, 4, NULL, NULL, 96, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 184, '0', NULL, 1361, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (433, 1, 'èë¡{ž', 78, 4, 3, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:24:21', 'jgJyM7', 7, 8, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 145, '0', NULL, 1000, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (434, 1, 'èë¡{ž', 78, 8, 7, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:24:27', 'aFgT3x', 72, 73, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 139, '0', NULL, 902, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (435, 1, 'èë¡{ž', 78, 73, 72, NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:24:31', 'KcoUfh', 74, 75, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 137, '0', NULL, 817, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (436, 1, 'èë¡{ž', 78, 75, 74, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:24:37', 'n0q2Gn', 76, 77, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 760, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (437, 1, 'èë¡{ž', 78, 77, 76, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:24:44', 'abmwWC', 78, 79, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 141, '0', NULL, 1067, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (438, 1, 'èë¡{ž', 78, 79, 78, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:25:36', 'WwMYNe', 5, 6, NULL, NULL, 52, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 172, '0', NULL, 105, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (439, 1, 'èë¡{ž', 78, 6, 5, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:30:43', 'jcCRa8', 9, 10, NULL, NULL, 307, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 271, '0', NULL, 126, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (440, 1, 'èë¡{ž', 78, 10, 9, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:31:00', '6MSE7Z', 5, 6, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 157, '0', NULL, 73, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (441, 1, 'èë¡{ž', 78, 6, 5, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:31:26', 'rD18Ro', 9, 10, NULL, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 164, '0', NULL, 96, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (442, 1, 'èë¡{ž', 78, 10, 9, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:31:45', 'NEuhK2', 11, 12, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 195, '0', NULL, 74, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (443, 1, 'èë¡{ž', 78, 12, 11, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:31:54', 'F3OAdo', 13, 14, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 180, '0', NULL, 74, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (444, 1, 'èë¡{ž', 78, 14, 13, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:32:58', 'FMkR9J', 32, 33, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 96, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (445, 1, 'èë¡{ž', 78, 33, 32, NULL, 50, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:33:26', 'tuI0MF', 29, 31, NULL, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 120, '0', NULL, 81, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (446, 1, 'èë¡{ž', 78, 31, 29, NULL, 51, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:33:32', 'dCtgeR', 34, 35, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 116, '0', NULL, 83, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (447, 1, 'èë¡{ž', 78, 35, 34, NULL, 52, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:33:44', 'k4AQPs', 80, 81, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 149, '0', NULL, 91, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (448, 1, 'èë¡{ž', 78, 81, 80, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:33:54', '9tcvQR', 82, 83, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 129, '0', NULL, 78, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (449, 1, 'èë¡{ž', 78, 83, 82, NULL, 54, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:33:58', 'CvzetJ', 15, 16, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 91, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (450, 1, 'èë¡{ž', 78, 16, 15, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:34:04', 'jF4OrY', 17, 18, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 125, '0', NULL, 87, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (451, 1, 'èë¡{ž', 78, 18, 17, NULL, 56, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:34:07', 'ze5hTQ', 84, 85, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 144, '0', NULL, 73, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (452, 1, 'èë¡{ž', 78, 85, 84, NULL, 57, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:34:11', 'f2Bks4', 86, 87, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 143, '0', NULL, 73, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (453, 1, 'èë¡{ž', 78, 87, 86, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:35:15', 'Z4RQOM', 36, 37, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 153, '0', NULL, 83, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (454, 1, 'èë¡{ž', 78, 37, 36, NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:35:27', 'mljMpt', 70, 71, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 132, '0', NULL, 76, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (455, 1, 'èë¡{ž', 78, 71, 70, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:35:38', 'zUymFQ', 38, 39, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 139, '0', NULL, 72, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (456, 1, 'èë¡{ž', 78, 39, 38, NULL, 61, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:35:50', '0d0fxZ', 68, 69, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 163, '0', NULL, 82, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (457, 1, 'èë¡{ž', 78, 69, 68, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:00', 'PhyVIL', 40, 41, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 117, '0', NULL, 76, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (458, 1, 'èë¡{ž', 78, 41, 40, NULL, 63, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:14', '7Ruyms', 19, 20, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 144, '0', NULL, 79, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (459, 1, 'èë¡{ž', 78, 20, 19, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:19', 'fFW54a', 42, 43, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 125, '0', NULL, 83, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (460, 1, 'èë¡{ž', 78, 43, 42, NULL, 65, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:25', 'tioMIk', 21, 22, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 124, '0', NULL, 87, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (461, 1, 'èë¡{ž', 78, 22, 21, NULL, 66, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:32', '16Kaan', 88, 89, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 156, '0', NULL, 88, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (462, 1, 'èë¡{ž', 78, 89, 88, NULL, 67, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:34', 'iSthhr', 90, 91, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 77, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (463, 1, 'èë¡{ž', 78, 91, 90, NULL, 68, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:36', 'VEKuTY', 44, 45, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 121, '0', NULL, 82, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (464, 1, 'èë¡{ž', 78, 45, 44, NULL, 69, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:39', 'xnTCcR', 46, 47, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 84, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (465, 1, 'èë¡{ž', 78, 47, 46, NULL, 70, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:36:54', 'id8e4A', 48, 49, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 167, '0', NULL, 69, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (466, 1, 'èë¡{ž', 78, 49, 48, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:37:27', 'm1jWH5', 92, 93, NULL, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 134, '0', NULL, 90, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (467, 1, 'èë¡{ž', 78, 93, 92, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:37:36', 'Wtg0Y4', 50, 51, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 100, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (468, 1, 'NA˜bõV	', 81, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:41:53', 'tmQHBh', 17, 18, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 128, 830, 31, 40, 211, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (469, 1, '·yÉnµÎ’', 82, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:41:55', 'sj9QfH', 84, 85, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, 448, 37, 4, 264, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (470, 1, 'uœ¡	77$°', 83, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-20 22:42:35', 'YGhsH6', 17, 18, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 750, 4363, 1117, 30, 940, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (471, 1, 'ø$O–àV', 84, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-21 18:22:32', 'bRMoyZ', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 473, 152, NULL, 1316, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (472, 1, 'ø$O–àV', 84, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-21 18:22:36', 'LNV3eK', 36, 37, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 913, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (473, 1, 'O9T6ŽQ', 85, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-21 18:22:41', 'H3IhPZ', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 135, 919, 224, 11, 187, 40);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (474, 1, '¡¶´?`È', 86, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-21 18:23:36', 'CuhcA6', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2466, 10942, 1136, 18, 2245, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (475, 1, 'ÃQÁ®@ÏÜ', 87, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-22 16:04:03', 'cj1wun', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 167, 662, '0', 32, 1515, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (476, 1, '’Ìþ?-Ì1', 88, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-22 16:04:10', 'Cfza6D', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 52, 494, '0', 14, 114, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (477, 1, 'Ÿ¸“¼YD®', 89, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-22 17:55:17', 'fZxKsN', 5, 6, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 766, '0', NULL, 1, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (478, 1, '_Fèer', 90, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:45:17', 'JK1ieS', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4005, 2378, '0', 24, 612, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (479, 1, '¼QObYzïÀ', 91, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:47:42', 'RWXmIe', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 140, 54);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (480, 1, '¼QObYzïÀ', 91, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:47:42', 'fg1ibL', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 86, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (481, 1, '¼QObYzïÀ', 91, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:47:49', '19zq6F', 40, 41, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 812, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (482, 1, '¼QObYzïÀ', 91, 41, 40, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:48:24', 'R8KkNr', 101, 102, NULL, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 15, NULL, 972, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (483, 1, '¼QObYzïÀ', 91, 102, 101, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:48:28', 'XeR6zD', 5, 6, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 721, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (484, 1, '¼QObYzïÀ', 91, 6, 5, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:48:52', 'dP3sJi', 9, 10, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 927, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (485, 1, '¼QObYzïÀ', 91, 10, 9, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:49:28', 'VsI7ao', 32, 33, NULL, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 16, NULL, 933, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (486, 1, '¼QObYzïÀ', 91, 33, 32, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:49:53', 'l6BlYI', 70, 71, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 851, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (487, 1, '¼QObYzïÀ', 91, 71, 70, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:52:39', 'Q7uIOK', 44, 45, NULL, NULL, 166, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 357, 52, NULL, 934, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (488, 1, '¼QObYzïÀ', 91, 45, 44, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:53:02', '7wWuO9', 46, 47, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 159, 250, '0', 4, 896, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (489, 1, '¼QObYzïÀ', 91, 47, 46, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:53:28', '7wWuO9', NULL, 105, NULL, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (490, 1, '¼QObYzïÀ', 91, 47, 46, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:53:55', '7wWuO9', NULL, 106, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (491, 1, '¼QObYzïÀ', 91, 47, 46, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:54:54', '7wWuO9', NULL, 107, NULL, NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (492, 1, '¼QObYzïÀ', 91, 47, 46, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:55:23', '7wWuO9', NULL, 106, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (493, 1, '¼QObYzïÀ', 91, 47, 46, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 13:55:40', '7wWuO9', NULL, 106, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (494, 1, 'íÒ ñs?ð', 92, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:04:20', '8xvu9J', 46, 47, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 203, 1201, 134, 3, 529, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (495, 1, '¼QObYzïÀ', 91, 47, 46, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:07:39', '9cf2VW', 48, 49, NULL, NULL, 719, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 313, 7, NULL, 1290, 29);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (496, 1, '¼QObYzïÀ', 91, 49, 48, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:08:57', 'w2KbOQ', 48, 49, NULL, NULL, 78, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 65, 146, 7, 1, 144, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (497, 1, '¼QObYzïÀ', 91, 49, 48, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:09:55', 'w2KbOQ', NULL, 108, NULL, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (498, 1, '¼QObYzïÀ', 91, 49, 48, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:16:09', 'AfvUsB', 70, 71, NULL, NULL, 374, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 238, 7, NULL, 137, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (499, 1, '¼QObYzïÀ', 91, 71, 70, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:16:26', '1VHyjA', 38, 39, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 829, 28);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (500, 1, '¼QObYzïÀ', 91, 39, 38, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:16:52', 'tyF4Fo', 72, 73, NULL, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 819, 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (501, 1, '¼QObYzïÀ', 91, 73, 72, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:17:12', 'gMWZaD', 99, 100, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 961, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (502, 1, '¼QObYzïÀ', 91, 100, 99, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:17:39', 'XnhO0n', 50, 51, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 917, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (503, 1, '¼QObYzïÀ', 91, 51, 50, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:18:08', 'Z8mwRx', 36, 37, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1226, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (504, 1, '¼QObYzïÀ', 91, 37, 36, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 14:18:42', '3b6fwX', 80, 81, NULL, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1246, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (505, 1, ']Ëë‹‰Ö', 93, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:04:42', 'e4TKKd', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 353, 76, NULL, 1254, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (506, 1, 'öÕ\nBD¯…', 94, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:04:47', 'Ga7MoL', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 83, 752, 28, 7, 246, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (507, 1, 'eª€™\"è¬ž', 95, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:05:25', '1LboNd', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 34, 368, 224, 12, 139, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (508, 1, 'eª€™\"è¬ž', 95, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:06:27', 'LWM4xh', 48, 49, NULL, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, 172, 69, 4, 1209, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (509, 1, 'eª€™\"è¬ž', 95, 49, 48, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:06:38', 'LWM4xh', NULL, 108, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (510, 1, ']Ëë‹‰Ö', 93, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:08:54', 'vCIgcu', 48, 49, NULL, NULL, 252, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 131, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (511, 1, 'eª€™\"è¬ž', 96, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:36:53', 'C2VjRZ', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 22, NULL, 136, 39);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (512, 1, 'eª€™\"è¬ž', 96, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:37:00', 'IUA9Qn', 3, 4, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 82, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (513, 1, '}^ä@¹`Ö', 97, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:49:30', 'rLkJFM', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 205, 3973, '0', 3, 820, 242);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (514, 1, '}^ä@¹`Ö', 97, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:49:34', 'adYcFK', 3, 4, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 185, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (515, 1, '}^ä@¹`Ö', 97, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:50:11', 'QzBZPk', 1, 2, NULL, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 2153, 869);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (516, 1, '}^ä@¹`Ö', 97, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:50:20', 'p1JmQa', 3, 4, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (517, 1, '}^ä@¹`Ö', 97, 4, 3, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:51:40', 'k9WCr5', 7, 8, NULL, NULL, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1419, 140);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (518, 1, '}^ä@¹`Ö', 97, 8, 7, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:51:52', 'DHwZmH', 74, 75, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1819, 1229);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (519, 1, '}^ä@¹`Ö', 97, 75, 74, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:52:16', 'YzaJuR', 78, 79, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 5025, 53);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (520, 1, '}^ä@¹`Ö', 97, 79, 78, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:52:48', '2kGYYD', 13, 14, NULL, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1898, 854);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (521, 1, '²¥ˆSbñ¢', 98, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 16:54:40', 'PNGVlB', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 274, NULL, 153, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (522, 1, '}^ä@¹`Ö', 99, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:33:31', 'PLyLId', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 3619, 4920);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (523, 1, '}^ä@¹`Ö', 99, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:33:40', 'TYoiOG', 76, 77, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2218, 570);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (524, 1, '}^ä@¹`Ö', 99, 77, 76, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:37:27', 'tK8qfU', 72, 73, NULL, NULL, 227, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2065, NULL, 6095, 7386);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (525, 1, '}^ä@¹`Ö', 99, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:39:30', 'D6IGWc', 90, 91, NULL, NULL, 123, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7006, NULL, 4260, 41);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (526, 1, '}^ä@¹`Ö', 99, 91, 90, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:39:39', 'D6IGWc', 90, 91, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7006, NULL, 4260, 41);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (527, 1, '}^ä@¹`Ö', 99, 91, 90, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:40:18', 'iAbTpM', 97, 98, NULL, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 9862, 286);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (528, 1, 'à:±ó¾µN', 100, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:40:20', 'UKxTY1', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 251, 2229, '0', 24, 74, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (529, 1, 'à:±ó¾µN', 100, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:40:21', 'DrJj2Y', 97, 98, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 137, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (530, 1, '}^ä@¹`Ö', 99, 98, 97, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:44:55', 'nfjd4L', 72, 73, NULL, NULL, 277, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (531, 1, '}^ä@¹`Ö', 99, 73, 72, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:45:26', 'gHYD5U', 7, 8, NULL, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 5181, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (532, 1, '}^ä@¹`Ö', 99, 8, 7, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:45:34', 'pD1gCC', 72, 73, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (533, 1, '}^ä@¹`Ö', 99, 73, 72, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:46:35', 'p2c4tR', 7, 8, NULL, NULL, 61, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (534, 1, '}^ä@¹`Ö', 99, 8, 7, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:46:51', '0XjtdR', 74, 75, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 5231, 3415);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (535, 1, 'à:±ó¾µN', 100, 98, 97, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:48:24', 'LwNp4z', 78, 79, NULL, NULL, 483, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 1286, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (536, 1, '}^ä@¹`Ö', 99, 75, 74, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:50:29', 'B8Q82k', 86, 87, NULL, NULL, 218, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 7206, 277);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (537, 1, '}^ä@¹`Ö', 99, 87, 86, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:50:54', 'VxNTCW', 36, 37, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 5839, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (538, 1, 'à:±ó¾µN', 100, 79, 78, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:52:30', 'NqvN3E', 36, 37, NULL, NULL, 246, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 37, NULL, 145, 86);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (539, 1, '}^ä@¹`Ö', 99, 37, 36, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:54:32', 'JtJ07H', 38, 39, NULL, NULL, 218, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 6153, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (540, 1, 'à:±ó¾µN', 100, 37, 36, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:55:21', 'm0lZC8', 38, 39, NULL, NULL, 171, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 33, NULL, 137, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (541, 1, '}^ä@¹`Ö', 99, 39, 38, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:56:34', 'a0ofui', 68, 69, NULL, NULL, 122, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 6015, 289);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (542, 1, 'à:±ó¾µN', 100, 39, 38, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:57:03', 'lQLtbK', 68, 69, NULL, NULL, 102, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 19, NULL, 134, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (543, 1, '}^ä@¹`Ö', 99, 69, 68, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:58:15', 'vE1STS', 19, 20, NULL, NULL, 101, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2580, 290);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (544, 1, 'à:±ó¾µN', 100, 69, 68, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 20:58:31', '4lQi63', 19, 20, NULL, NULL, 88, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 34, NULL, 134, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (545, 1, '}^ä@¹`Ö', 99, 20, 19, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 21:00:19', 'NP8gir', 92, 93, NULL, NULL, 124, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2288, 257);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (546, 1, 'à:±ó¾µN', 100, 20, 19, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-23 21:01:01', 'cH8HKX', 92, 93, NULL, NULL, 150, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 122, NULL, 117, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (547, 1, 'ˆ*oxMVMw', 101, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-24 21:59:58', 'ZDJeTg', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 868, '0', NULL, 273, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (548, 1, '$±2º*‚X', 102, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-25 22:01:06', '7xLIrc', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 963, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (549, 1, 'ø$O–àV', 103, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-26 14:32:30', 'FKRfSg', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 321, NULL, 3135, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (550, 1, 'ýâ¥#T;òä', 104, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-26 14:32:31', 'NXrmnY', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 91, 574, 20, 13, 191, 34);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (551, 1, 'ø$O–àV', 103, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-26 14:32:34', '3UkAox', 36, 37, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 776, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (552, 1, 'I‚V7ÿ¦', 105, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-26 14:32:53', 'eVfx0k', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2330, 5584, 1299, 29, 1272, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (553, 1, 'ø$O–àV', 103, 37, 36, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-26 14:36:52', 'HUtOuL', 3, 4, NULL, NULL, 258, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 169, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (554, 1, 'ø$O–àV', 103, 4, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-26 14:36:55', 'i8erWW', 36, 37, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 95, 47);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (555, 1, 'à:±ó¾µN', 106, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-27 17:00:51', 'U3uxvl', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 128, NULL, 2764, 287);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (556, 1, 'à:±ó¾µN', 106, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-27 17:00:54', 'bZ2HHJ', 46, 47, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1015, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (557, 1, '#øû;¤ì', 107, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-27 21:50:22', 'ZTLVJN', 50, 51, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 313, 304, NULL, 2793, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (558, 1, 'ê8ŒÃÝ`¿', 108, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 19:56:07', 'zOcLRo', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 168, 601, 177, 2, 4942, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (559, 1, 'ê8ŒÃÝ`¿', 108, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 19:56:33', 'OgOhlU', 1, 2, NULL, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1441, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (560, 1, 'ê8ŒÃÝ`¿', 108, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 19:56:47', '9gEsuD', 3, 4, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 158, '0', NULL, 81, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (561, 1, 'ê8ŒÃÝ`¿', 108, 4, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 19:57:55', 'cSxW22', 7, 8, NULL, NULL, 68, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, NULL, 2562, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (562, 1, 'ê8ŒÃÝ`¿', 108, 8, 7, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 19:59:53', 'RCjAJc', 72, 73, NULL, NULL, 118, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, NULL, 2360, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (563, 1, 'ê8ŒÃÝ`¿', 108, 73, 72, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:02:49', '6Dq4mb', 74, 75, NULL, NULL, 176, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, NULL, 2287, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (564, 1, 'ê8ŒÃÝ`¿', 108, 75, 74, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:03:09', '60cSdc', 76, 77, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1492, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (565, 1, 'ê8ŒÃÝ`¿', 108, 77, 76, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:03:53', '4hzoMq', 78, 79, NULL, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1374, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (566, 1, 'ê8ŒÃÝ`¿', 108, 79, 78, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:04:19', 'lFhBTb', 5, 6, NULL, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1534, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (567, 1, 'ê8ŒÃÝ`¿', 108, 6, 5, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:05:24', '8eg469', 101, 102, NULL, NULL, 65, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 143, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (568, 1, 'ê8ŒÃÝ`¿', 108, 102, 101, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:05:28', 'CM8bsi', 9, 10, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1400, 28);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (569, 1, 'ê8ŒÃÝ`¿', 108, 10, 9, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:06:36', 'XM9S6j', 11, 12, NULL, NULL, 68, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, NULL, 2261, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (570, 1, 'ê8ŒÃÝ`¿', 108, 12, 11, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:07:06', 'te9GHg', 13, 14, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1542, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (571, 1, 'ê8ŒÃÝ`¿', 108, 14, 13, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:09:25', '6MXIik', 32, 33, NULL, NULL, 139, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1593, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (572, 1, 'ê8ŒÃÝ`¿', 108, 33, 32, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:10:00', '9l38zs', 29, 31, NULL, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 1648, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (573, 1, 'ê8ŒÃÝ`¿', 108, 31, 29, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:10:24', 'QgTbQq', 34, 35, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1445, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (574, 1, 'ê8ŒÃÝ`¿', 108, 35, 34, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:11:55', 'dpCvSP', 80, 81, NULL, NULL, 91, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1664, 38);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (575, 1, 'ê8ŒÃÝ`¿', 108, 81, 80, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:11:58', 'KFr2o7', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 75, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (576, 1, 'ê8ŒÃÝ`¿', 108, 96, 95, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:22:27', 'cmQ18c', 70, 71, NULL, NULL, 629, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 241, 4, NULL, 3230, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (577, 1, 'ê8ŒÃÝ`¿', 108, 71, 70, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:22:51', 'CTxGz2', 38, 39, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1484, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (578, 1, 'ê8ŒÃÝ`¿', 108, 39, 38, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:23:21', 'TEtPwP', 68, 69, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1594, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (579, 1, 'ê8ŒÃÝ`¿', 108, 69, 68, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:28:06', 'Qx7aCN', 40, 41, NULL, NULL, 285, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, NULL, 2780, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (580, 1, 'ê8ŒÃÝ`¿', 108, 41, 40, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 20:29:10', 'QIRVew', 97, 98, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 44, NULL, 1710, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (581, 1, 'áÑq,\r]a', 109, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-28 21:46:46', 'E1dUDJ', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1522, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (582, 1, '%¬&Ü‚	', 110, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 08:01:15', 'mUMrv3', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 27, 509, '0', 2, 1612, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (583, 1, '^Gar¹ìê', 111, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:02:44', 'Uq9wvW', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 285, '0', NULL, 3168, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (584, 1, '^Gar¹ìê', 111, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:02:52', '2TmL68', 3, 4, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 236, '0', NULL, 1446, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (585, 1, '^Gar¹ìê', 111, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:05:33', 'jGMPnd', 76, 77, NULL, NULL, 161, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1585, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (586, 1, 'ê•\Z,4Ô', 111, 77, 76, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:05:38', 'FFctPo', 76, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 14, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (587, 1, '^fÞ@þ}¬', 111, 25, 76, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:05:44', 'Jw0Fxj', 76, 25, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (588, 1, '^Gar¹ìê', 112, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:07:21', 'Cha3hU', 76, 77, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1731, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (589, 1, '^Gar¹ìê', 112, 77, 76, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:07:33', 'hmwLoN', 7, 8, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1336, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (590, 1, 'uy¿´ÝŸ', 112, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:07:39', 'HPyaU3', 7, 25, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (591, 1, '^Gar¹ìê', 113, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:08:43', 'd69Hq3', 7, 8, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1714, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (592, 1, '^Gar¹ìê', 113, 8, 7, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:08:53', 'fxknCR', 72, 73, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1181, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (593, 1, '¿+aÒKëè', 113, 73, 72, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:09:07', 'gDJ66Z', 72, 25, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (594, 1, '^Gar¹ìê', 114, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:10:58', 'oZ13D9', 72, 73, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1717, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (595, 1, '^Gar¹ìê', 114, 73, 72, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:12:42', '6GUG2H', 1, 2, NULL, NULL, 104, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 223, '0', NULL, 2388, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (596, 1, '^Gar¹ìê', 114, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:12:51', '890sv7', 3, 4, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1395, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (597, 1, '^Gar¹ìê', 114, 4, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:12:57', '4Ettm8', 97, 98, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1221, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (598, 1, 'k¦zs', 114, 98, 97, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:13:06', 'rurMnf', 97, 25, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, 4, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (599, 1, '^Gar¹ìê', 115, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:14:18', 'D66dol', 97, 98, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1843, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (600, 1, '^Gar¹ìê', 115, 98, 97, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:14:22', 'fO1944', 48, 49, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1462, 6);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (601, 1, '‚<¼	¢¦m', 115, 49, 48, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:14:28', 'Om9gmn', 48, 25, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (602, 1, '^Gar¹ìê', 116, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:15:30', 'f2URhm', 48, 49, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2059, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (603, 1, '^Gar¹ìê', 116, 49, 48, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:15:40', 'nPwgsI', 78, 79, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1250, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (604, 1, '¶´±\rA¢ó', 116, 79, 78, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:15:44', 'VVwXEf', 78, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 19, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (605, 1, '^Gar¹ìê', 117, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:16:21', '8JnZqQ', 78, 79, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1721, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (606, 1, '^Gar¹ìê', 117, 79, 78, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:16:50', '26nouG', 36, 37, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1354, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (607, 1, '>£¾v±†Õ', 117, 37, 36, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:16:57', 'KpJzs5', 36, 25, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (608, 1, '^Gar¹ìê', 118, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:18:31', 'lEnBKm', 36, 37, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1780, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (609, 1, '^Gar¹ìê', 118, 37, 36, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:18:42', 'y4RYGZ', 38, 39, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1374, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (610, 1, 'C¡O<ì?¥', 118, 39, 38, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:18:46', 'o66JbL', 38, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 9, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (611, 1, '^Gar¹ìê', 119, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:19:23', 'auRC0j', 38, 39, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1738, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (612, 1, '^Gar¹ìê', 119, 39, 38, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:19:29', '0ZRXkV', 68, 69, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1286, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (613, 1, '×T@\rƒõ:', 119, 69, 68, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:19:34', 'o9vbfx', 68, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (614, 1, '^Gar¹ìê', 120, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:20:07', '0sf9C5', 68, 69, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1747, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (615, 1, '^Gar¹ìê', 120, 69, 68, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:20:18', '6NTKfp', 19, 20, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1200, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (616, 1, '©d¤i’Ib', 120, 20, 19, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:20:26', 'bZb2m4', 19, 25, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 2, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (617, 1, '^Gar¹ìê', 121, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:21:10', 'cvi6oo', 19, 20, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1899, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (618, 1, '^Gar¹ìê', 121, 20, 19, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:21:20', 'VclIG0', 92, 93, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1384, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (619, 1, '6œç¤3t', 121, 93, 92, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:21:25', 'u64WrC', 92, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (620, 1, '^Gar¹ìê', 122, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:23:44', 'DvZwii', 92, 93, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1715, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (621, 1, 'ë\Z—Hãî]Ì', 123, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:24:31', 'ideD0o', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1391, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (622, 1, '^Gar¹ìê', 122, 93, 92, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:36:14', 'zmUGKh', 63, 65, NULL, NULL, 750, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1735, 44);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (623, 1, '^Gar¹ìê', 122, 65, 63, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:36:26', 'Ae7U4V', 63, 66, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1313, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (624, 1, 'šŒÍ3½\"Ø', 122, 66, 63, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:37:54', 'fcKUWu', 63, 25, NULL, NULL, 88, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (625, 1, 'ä=©myÊ', 122, 25, 63, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:39:40', 'w4rt77', 54, 25, NULL, NULL, 106, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (626, 1, '^Gar¹ìê', 124, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:12', 'DzOiRj', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2215, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (627, 1, '^Gar¹ìê', 124, 58, 54, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:15', 'vDCAvP', 9, 10, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 209, '0', NULL, 1472, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (628, 1, '^Gar¹ìê', 124, 10, 9, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:28', 'muFGMy', 78, 79, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1248, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (629, 1, '^Gar¹ìê', 124, 79, 78, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:32', 'BjJz32', 5, 6, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1273, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (630, 1, '^Gar¹ìê', 124, 6, 5, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:42', 'q0TGkG', 11, 12, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1218, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (631, 1, '^Gar¹ìê', 124, 12, 11, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:47', '1KGW7L', 13, 14, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1229, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (632, 1, '^Gar¹ìê', 124, 14, 13, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:53', 'HNdlXd', 34, 35, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1492, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (633, 1, '^Gar¹ìê', 124, 35, 34, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:52:56', 's0qGcz', 29, 31, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1291, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (634, 1, '^Gar¹ìê', 124, 31, 29, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:53:00', 'DbwRIa', 32, 33, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1267, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (635, 1, '^Gar¹ìê', 124, 33, 32, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:53:06', 'eRcWfb', 80, 81, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1550, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (636, 1, '^Gar¹ìê', 124, 81, 80, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:53:12', 'HidWU8', 82, 83, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 222, '0', NULL, 1274, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (637, 1, '^Gar¹ìê', 124, 83, 82, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:53:17', 'bpdNJ5', 15, 16, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1278, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (638, 1, '^Gar¹ìê', 124, 16, 15, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:53:21', 'EsElky', 84, 85, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1297, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (639, 1, '^Gar¹ìê', 124, 85, 84, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:53:26', 'zsG43Q', 86, 87, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1208, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (640, 1, '©,HË‘¿‚\Z', 124, 87, 86, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 11:53:42', 'SSZX2h', 86, 25, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 15, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (641, 1, '^Gar¹ìê', 125, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 12:14:49', 'zKpw0X', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2030, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (642, 1, '^Gar¹ìê', 125, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 12:16:41', 'kDnF5Z', 3, 4, NULL, NULL, 112, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 57, NULL, 1633, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (643, 1, '^Gar¹ìê', 125, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 12:17:15', 'ydjqmH', 50, 51, NULL, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1622, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (644, 1, '^Gar¹ìê', 125, 51, 50, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 12:17:22', '3HQ5vJ', 46, 47, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1314, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (645, 1, '§„Xp\'èè', 125, 47, 46, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 12:17:27', '2RRArh', 46, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (646, 1, '^Gar¹ìê', 126, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 12:19:26', 'mSNEXR', 46, 47, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1763, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (647, 1, 'ÂŽoQçò', 127, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-29 12:50:15', 'LZl2w6', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1715, 61);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (648, 1, '\'ÐD\ZzdÓy', 128, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:14:48', 'tqU7EO', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 302, 1268, 225, 6, 2575, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (649, 1, '\'ÐD\ZzdÓy', 128, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:14:52', 'iV0Lbm', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 996, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (650, 1, '\'ÐD\ZzdÓy', 128, 53, 52, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:17:14', 'qOynfw', 1, 2, NULL, NULL, 142, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2027, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (651, 1, '\'ÐD\ZzdÓy', 128, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:17:22', 'J8PqAr', 68, 69, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 876, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (652, 1, '\'ÐD\ZzdÓy', 128, 69, 68, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:18:06', 'CPlbh2', 42, 43, NULL, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 936, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (653, 1, 'ü\nq;úûO', 129, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:22:39', 'PxdLgW', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 70, 752, 350, 4, 1021, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (654, 1, 'ü\nq;úûO', 129, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:22:44', 'KsXDRt', 99, 100, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 699, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (655, 1, 'ü\nq;úûO', 129, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:22:48', 'gKBbXc', 95, 96, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 783, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (656, 1, 'ü\nq;úûO', 129, 96, 95, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 13:22:51', 'cI2xt3', 78, 79, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 725, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (657, 1, '}^ä@¹`Ö', 130, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:06:13', 'ljXKG3', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1463, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (658, 1, '}^ä@¹`Ö', 130, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:06:33', 'bmAkJ7', 1, 2, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1025, 29);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (659, 1, '}^ä@¹`Ö', 130, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:06:42', '18DCqP', 3, 4, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 130, 794);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (660, 1, 'à:±ó¾µN', 131, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:08:29', '7EsfKJ', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 75, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (661, 1, 'E°´–,g', 132, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:26:11', 'PVw61M', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 281, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (662, 1, '¿f¥íR§bÔ', 133, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:28:15', 'bjzz0E', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 286, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (663, 1, '”9ï]œ­`', 132, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:29:54', 'Tk2bVF', 1, 2, NULL, NULL, 223, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 258, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (664, 1, 'Þ,zÅøV‡ ', 134, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 15:59:23', '18QQLY', 63, 25, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 145, 9, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (665, 1, '\"¡\\¼svü', 135, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:01:03', 'yGVp1L', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1240, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (666, 1, '\"¡\\¼svü', 135, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:01:07', 'zmfltD', 63, 66, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 696, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (667, 1, '\"¡\\¼svü', 135, 66, 63, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:01:38', 'FeJ7QX', 63, 66, NULL, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 887, 29);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (668, 1, 'a©g8øHD', 135, 66, 63, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:02:31', 'hZr923', 63, 25, NULL, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 94, 15, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (669, 1, '\"¡\\¼svü', 136, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:03:10', 'eeOdJ7', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1348, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (670, 1, '³Ö€UXËâþ', 136, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:04:43', 'ZQaiwv', 63, 25, NULL, NULL, 93, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 49, 9, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (671, 1, '\"¡\\¼svü', 137, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:05:23', 'mzpGG5', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 449, '0', NULL, 1237, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (672, 1, '\"¡\\¼svü', 137, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:05:30', '8IiuBU', 63, 66, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 722, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (673, 1, '\"¡\\¼svü', 137, 66, 63, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:06:39', 'QYUZm3', 63, 66, NULL, NULL, 69, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1053, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (674, 1, '}^ä@¹`Ö', 138, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:21:01', 'dl9V50', 82, 83, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 46, NULL, 1149, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (675, 1, '}^ä@¹`Ö', 139, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:58:02', 'HsFrNR', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1034, 49);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (676, 1, '}^ä@¹`Ö', 139, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:58:08', 'p82ifQ', 3, 4, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 144, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (677, 1, '}^ä@¹`Ö', 139, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:58:10', 'f3syZL', 3, 4, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 135, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (678, 1, 'à:±ó¾µN', 140, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 16:58:30', 'mH3OFS', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1442, '0', NULL, 77, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (679, 1, 'y,ùW¼é·P', 141, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 19:48:13', 'UlmmFX', 63, 25, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 67, 8, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (680, 1, '\"¡\\¼svü', 142, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 19:50:48', 'wIVSHa', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 798, '0', NULL, 1208, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (681, 1, '®ï®w¥Í”ï', 143, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 23:05:01', 'X2bSAx', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 912, 225, NULL, 2367, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (682, 1, '®ï®w¥Í”ï', 143, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 23:05:56', '6s4qtO', 1, 2, NULL, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 77, 1, NULL, 765, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (683, 1, '®ï®w¥Í”ï', 143, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 23:05:56', 'A03N7v', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 666, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (684, 1, '®ï®w¥Í”ï', 143, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 23:06:07', 'fU8xk3', 63, 66, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1061, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (685, 1, '–kyr‡­r¦', 143, 66, 63, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 23:06:11', 'oTR3sz', 63, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (686, 1, '®ï®w¥Í”ï', 143, 25, 63, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-30 23:06:54', 'zUcqO6', 63, 66, NULL, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1158, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (687, 1, '^Gar¹ìê', 144, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-31 12:22:23', 'S5cKvj', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 297, '0', NULL, 707, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (688, 1, '^Gar¹ìê', 144, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-31 12:22:31', 'zP2HXa', 3, 4, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 919, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (689, 1, '^Gar¹ìê', 144, 4, 3, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-05-31 12:23:07', 'VpHlHy', 63, 66, NULL, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, NULL, 836, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (690, 1, 'A‚‰Šé!«£', 145, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-01 21:52:47', '7AGbRc', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1081, '0', NULL, 834, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (691, 1, '²¥ˆSbñ¢', 146, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-02 13:30:13', 'ICT6rS', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 588, NULL, 2053, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (692, 1, '²¥ˆSbñ¢', 147, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-02 14:03:44', 'zrYnkj', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 463, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (693, 1, '»Ùeð¼=ñ', 148, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-02 15:15:13', 'M7rHyJ', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 58, 741, 103, 5, 489, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (694, 1, '¦Fµƒ', 148, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-02 15:32:37', 'VMjQGV', 63, 66, NULL, NULL, 1044, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 46, 491, '0', 26, 1044, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (695, 1, '\'ÐD\ZzdÓy', 149, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-02 16:39:32', 'SdKox0', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 192, NULL, 2175, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (696, 1, '\'ÐD\ZzdÓy', 150, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-02 18:48:13', 'hTkFnI', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 187, NULL, 1464, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (697, 1, '\'ÐD\ZzdÓy', 150, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-02 18:48:28', 'BfXwbB', 68, 69, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 784, 260);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (698, 1, '^Gar¹ìê', 151, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:44:34', 'Nvp8fi', 63, 109, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 80, NULL, 2453, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (699, 1, 'J#ØJF¶', 151, 109, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:45:11', 'p8XFbM', 63, 25, NULL, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (700, 1, '^Gar¹ìê', 152, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:45:49', 'X5wMX0', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 407, '0', NULL, 1221, 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (701, 1, 'ËFXµíåÑF', 152, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:46:50', '1GExz6', 63, 25, NULL, NULL, 61, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 4, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (702, 1, '^Gar¹ìê', 153, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:48:15', 'DV5Ofv', 1, 110, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1065, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (703, 1, '^Gar¹ìê', 153, 110, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:49:13', 'm6pFOM', 63, 66, NULL, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1342, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (704, 1, '^Gar¹ìê', 153, 66, 63, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:49:22', 'riUK39', 63, 66, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 692, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (705, 1, 'ñ×´ú¨ì­', 153, 66, 63, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:51:16', 'cjkQBh', 63, 25, NULL, NULL, 114, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (706, 1, '^Gar¹ìê', 154, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 10:54:45', '5Stdvy', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1292, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (707, 1, '²¥ˆSbñ¢', 155, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 13:07:13', 'IFmikl', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3133, 801, NULL, 1124, 109);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (708, 1, '²¥ˆSbñ¢', 155, 58, 54, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 13:10:32', 'or3nz5', 54, 58, NULL, NULL, 199, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, NULL, 143, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (709, 1, '}^ä@¹`Ö', 156, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:18:13', 'ZYAjrr', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 132, 48);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (710, 1, '²¥ˆSbñ¢', 157, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:23:00', 'ccCihO', 54, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 347, NULL, 138, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (711, 1, '}^ä@¹`Ö', 156, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:23:01', 'xw7aB3', 63, 66, NULL, NULL, 288, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 242, 34);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (712, 1, '²¥ˆSbñ¢', 157, 58, 54, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:23:04', 'FFJuCl', 95, 96, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 866, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (713, 1, 'à:±ó¾µN', 158, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:24:28', 'jQerXF', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 70, 622);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (714, 1, 'à:±ó¾µN', 158, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:25:44', 'EA2MQV', 63, 66, NULL, NULL, 76, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 100, NULL, 125, 72);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (715, 1, '²¥ˆSbñ¢', 157, 96, 95, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:47:37', '6McEm8', 95, 96, NULL, NULL, 1473, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (716, 1, '²¥ˆSbñ¢', 157, 96, 95, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:47:39', '4B0ISD', 63, 66, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 72, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (717, 1, '²¥ˆSbñ¢', 157, 66, 63, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:47:43', 'lLIWAA', 23, 24, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 778, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (718, 1, '²¥ˆSbñ¢', 157, 24, 23, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:47:44', 'IG9Qvv', 23, 24, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (719, 1, 'à:±ó¾µN', 158, 66, 63, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:51:53', 'FmCwmv', 3, 4, NULL, NULL, 1569, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 73, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (720, 1, 'à:±ó¾µN', 158, 4, 3, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:52:20', 'sJpT02', 63, 66, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 70, 80);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (721, 1, 'íº2òCù>Ã', 159, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:52:21', 'wYxuaY', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 22, 328, 117, 1, 954, 43);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (722, 1, '²¥ˆSbñ¢', 157, 24, 23, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 14:53:46', 'njLDmG', 63, 66, NULL, NULL, 362, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (723, 1, '\'ÐD\ZzdÓy', 160, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 15:22:20', 'pbY7WQ', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 237, NULL, 1558, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (724, 1, '\"¡\\¼svü', 161, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 15:35:32', 'YNmDZl', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 77, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (725, 1, '©TÜÛ', 161, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 15:37:01', 'gdRnKG', 63, 25, NULL, NULL, 89, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10, 6, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (726, 1, '\"¡\\¼svü', 162, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 15:37:53', 'EeXhmO', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1169, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (727, 1, 'íº2òCù>Ã', 163, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 15:49:31', 'HJLFTD', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 204, NULL, 257, 100);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (728, 1, 'íº2òCù>Ã', 163, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 15:49:35', 'BlIM5O', 63, 66, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 814, 49);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (729, 1, '\'ÐD\ZzdÓy', 164, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:06:54', '4QDzSa', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 95, NULL, 1381, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (730, 1, '\'ÐD\ZzdÓy', 164, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:06:57', 'On2Zxd', 9, 10, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1282, 38);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (731, 1, '\'ÐD\ZzdÓy', 164, 10, 9, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:11:09', 'cYbgfp', 38, 39, NULL, NULL, 252, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 170, NULL, 1113, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (732, 1, '\'ÐD\ZzdÓy', 164, 39, 38, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:11:54', '3SpwRc', 111, NULL, '', NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (733, 1, '\'ÐD\ZzdÓy', 164, NULL, 111, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:11:57', 'RaKXdY', 38, 39, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 723, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (734, 1, '\'ÐD\ZzdÓy', 164, 39, 38, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:12:44', 'cruQ7W', 5, 6, NULL, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 890, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (735, 1, '\'ÐD\ZzdÓy', 164, 6, 5, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:13:25', 'UY8IQ8', 9, 10, NULL, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 170, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (736, 1, '\'ÐD\ZzdÓy', 164, 10, 9, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:13:37', 'O2wDtR', 70, 71, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 851, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (737, 1, '\'ÐD\ZzdÓy', 164, 71, 70, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:19:59', '093yeD', 68, 69, NULL, NULL, 382, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 111, NULL, 1061, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (738, 1, '\'ÐD\ZzdÓy', 164, 69, 68, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:44:43', 'iirFYX', 5, 6, NULL, NULL, 1484, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 96, NULL, 219, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (739, 1, '\'ÐD\ZzdÓy', 164, 6, 5, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:45:11', 'Z410sl', 112, NULL, '', NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (740, 1, '\'ÐD\ZzdÓy', 164, NULL, 112, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:45:14', 'r35RXs', 46, 47, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 853, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (741, 1, '\'ÐD\ZzdÓy', 164, 47, 46, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:45:41', 'WXJYnZ', 46, 47, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 39, 258, '0', 2, '0', 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (742, 1, '\'ÐD\ZzdÓy', 164, 47, 46, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:46:13', 'WXJYnZ', NULL, 105, NULL, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (743, 1, '\'ÐD\ZzdÓy', 164, 47, 46, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:48:42', 'xrjWRu', 5, 6, NULL, NULL, 149, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 42, 372, 108, 6, 249, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (744, 1, '\'ÐD\ZzdÓy', 164, 6, 5, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:55:53', 'xrjWRu', NULL, 104, NULL, NULL, 431, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (745, 1, '\'ÐD\ZzdÓy', 164, 6, 5, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:57:07', 'xrjWRu', NULL, 104, NULL, NULL, 74, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (746, 1, '\'ÐD\ZzdÓy', 164, 6, 5, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:58:10', 'Ou7ASQ', 9, 10, NULL, NULL, 63, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 176, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (747, 1, '\'ÐD\ZzdÓy', 164, 10, 9, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 18:59:47', 'INlmt6', 9, 10, NULL, NULL, 97, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (748, 1, '\'ÐD\ZzdÓy', 164, 10, 9, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:09:52', 'cKUSmn', 5, 6, NULL, NULL, 605, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 101, NULL, 222, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (749, 1, '\'ÐD\ZzdÓy', 164, 6, 5, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:13:19', 'd8P3yK', 9, 10, NULL, NULL, 207, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 119, NULL, 1793, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (750, 1, '\'ÐD\ZzdÓy', 164, 10, 9, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:18:11', 'EUzdDb', 113, NULL, '', NULL, 292, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (751, 1, '\'ÐD\ZzdÓy', 164, NULL, 113, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:18:19', 'uvcl9l', 70, 71, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1002, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (752, 1, '\'ÐD\ZzdÓy', 164, 71, 70, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:18:24', 'WK7jdj', 113, NULL, '', NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (753, 1, '\'ÐD\ZzdÓy', 164, NULL, 113, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:18:27', 'Z2ENJx', 40, 41, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 835, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (754, 1, '\'ÐD\ZzdÓy', 164, 41, 40, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:18:36', 'k8hJxP', 113, NULL, '', NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (755, 1, '\'ÐD\ZzdÓy', 164, NULL, 113, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:18:37', 'f7CGI3', 70, 71, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (756, 1, '\'ÐD\ZzdÓy', 164, 71, 70, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:22:09', 'IjJxxC', 38, 39, NULL, NULL, 212, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 134, NULL, 1143, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (757, 1, '\'ÐD\ZzdÓy', 164, 39, 38, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:26:56', 'urFn36', 70, 71, NULL, NULL, 287, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 112, NULL, 1027, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (758, 1, '\'ÐD\ZzdÓy', 164, 71, 70, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:30:16', 'lFsEQT', 38, 39, NULL, NULL, 200, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (759, 1, '\'ÐD\ZzdÓy', 164, 39, 38, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:32:16', 'GCyqPr', 114, NULL, '', NULL, 120, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (760, 1, '\'ÐD\ZzdÓy', 164, NULL, 114, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:32:24', 'EW1WwK', 38, 39, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 790, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (761, 1, '\'ÐD\ZzdÓy', 164, 39, 38, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:45:15', 'cNx3h6', 115, NULL, '', NULL, 771, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (762, 1, '\'ÐD\ZzdÓy', 164, NULL, 115, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:45:56', 'FqwgVt', 116, NULL, '', NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (763, 1, '\'ÐD\ZzdÓy', 164, NULL, 116, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:46:00', 'Wow0QT', 13, 14, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 790, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (764, 1, '\'ÐD\ZzdÓy', 164, 14, 13, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:46:55', 'UiErZJ', 117, NULL, '', NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (765, 1, '\'ÐD\ZzdÓy', 164, NULL, 117, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:46:58', 'zYU7SM', 32, 33, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 824, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (766, 1, '\'ÐD\ZzdÓy', 164, 33, 32, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:59:15', 'MlEuLh', 118, NULL, '', NULL, 737, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (767, 1, '\'ÐD\ZzdÓy', 164, NULL, 118, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:59:19', '3TmK8B', 40, 41, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 808, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (768, 1, '\'ÐD\ZzdÓy', 164, 41, 40, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:59:43', 'tnoKdu', 119, NULL, '', NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (769, 1, '\'ÐD\ZzdÓy', 164, NULL, 119, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 19:59:45', '7k3hDY', 11, 12, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 782, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (770, 1, '\'ÐD\ZzdÓy', 164, 12, 11, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:09:43', 'czpOU1', 78, 79, NULL, NULL, 598, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 89, NULL, 1058, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (771, 1, '\'ÐD\ZzdÓy', 164, 79, 78, NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:13:04', 'oRFVwI', 120, NULL, '', NULL, 201, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (772, 1, '\'ÐD\ZzdÓy', 164, NULL, 120, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:13:07', 'DMlP86', 29, 31, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 783, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (773, 1, '\'ÐD\ZzdÓy', 164, 31, 29, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:15:33', 'pvFqAR', 121, NULL, '', NULL, 146, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (774, 1, '\'ÐD\ZzdÓy', 164, NULL, 121, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:15:41', 'UrzaHF', 122, NULL, '', NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (775, 1, '\'ÐD\ZzdÓy', 164, NULL, 122, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:40:04', 'mGrcl8', 123, NULL, '', NULL, 1463, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (776, 1, '\'ÐD\ZzdÓy', 164, NULL, 123, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:40:06', 'A69nWc', 36, 37, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 801, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (777, 1, '\'ÐD\ZzdÓy', 164, 37, 36, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:49:09', 'Pe6Ia3', 124, NULL, '', NULL, 543, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (778, 1, '\'ÐD\ZzdÓy', 164, NULL, 124, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:49:31', 'e1WSy5', 125, NULL, '', NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (779, 1, '\'ÐD\ZzdÓy', 164, NULL, 125, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:49:34', 'M3ge3x', 76, 77, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 885, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (780, 1, '\'ÐD\ZzdÓy', 164, 77, 76, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:51:38', '74WqF1', 126, NULL, '', NULL, 124, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (781, 1, '\'ÐD\ZzdÓy', 164, NULL, 126, NULL, 50, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:51:43', '3JUynm', 68, 69, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 40, 237, '0', 3, 706, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (782, 1, '\'ÐD\ZzdÓy', 164, 69, 68, NULL, 50, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 20:53:24', '3JUynm', NULL, 127, NULL, NULL, 101, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (783, 1, '\'ÐD\ZzdÓy', 164, 69, 68, NULL, 51, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:02:03', '1Loddx', 114, NULL, '', NULL, 519, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (784, 1, '\'ÐD\ZzdÓy', 164, NULL, 114, NULL, 52, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:03:31', '5AxBc8', 128, NULL, '', NULL, 88, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (785, 1, '\'ÐD\ZzdÓy', 164, NULL, 128, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:04:11', 'qjX4PZ', 129, NULL, '', NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (786, 1, '\'ÐD\ZzdÓy', 164, NULL, 129, NULL, 54, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:04:36', 'INQlFS', 7, 8, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 829, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (787, 1, '\'ÐD\ZzdÓy', 164, 8, 7, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:04:41', 'ekx37r', 74, 75, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 803, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (788, 1, '\'ÐD\ZzdÓy', 164, 75, 74, NULL, 56, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:05:40', 'iSsYPI', 130, NULL, '', NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (789, 1, '\'ÐD\ZzdÓy', 164, NULL, 130, NULL, 57, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:05:57', '1opWms', 5, 6, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 858, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (790, 1, '\'ÐD\ZzdÓy', 164, 6, 5, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:07:32', 'LpkuVG', 9, 10, NULL, NULL, 95, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1269, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (791, 1, '\'ÐD\ZzdÓy', 164, 10, 9, NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:12:49', 'sSqUj4', 70, 71, NULL, NULL, 317, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, NULL, 892, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (792, 1, '\'ÐD\ZzdÓy', 164, 71, 70, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:13:53', 'lRpZmV', 38, 39, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 867, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (793, 1, '\'ÐD\ZzdÓy', 164, 39, 38, NULL, 61, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:13:56', 'B3TcDH', 40, 41, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 709, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (794, 1, '\'ÐD\ZzdÓy', 164, 41, 40, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:14:07', 'DmswgB', 38, 39, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (795, 1, '\'ÐD\ZzdÓy', 164, 39, 38, NULL, 63, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-03 21:15:15', 'tvAB5D', 68, 69, NULL, NULL, 68, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1237, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (796, 1, 'íº2òCù>Ã', 165, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 13:27:15', '5m2gvL', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 267, NULL, 1790, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (797, 1, 'íº2òCù>Ã', 165, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 13:27:23', 'U2agt0', 63, 66, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 783, 43);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (798, 1, '¦Wµ!&', 166, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 15:17:02', 'vUDQad', 63, 25, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 180, 7, NULL, 1, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (799, 1, '\"¡\\¼svü', 167, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 15:18:39', 'p0S2Tt', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1327, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (800, 1, '²¥ˆSbñ¢', 168, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 15:30:35', 'vmkkRI', 74, 75, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 667, NULL, 937, 2);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (801, 1, '²¥ˆSbñ¢', 168, 75, 74, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 15:30:51', 'Yin2BM', 63, 66, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 737, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (802, 1, '\'ÐD\ZzdÓy', 169, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 16:10:22', 'AOyT3Z', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 235, NULL, 213, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (803, 1, '\'ÐD\ZzdÓy', 170, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 20:25:41', '2GAy9N', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 88, NULL, 2364, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (804, 1, '\'ÐD\ZzdÓy', 170, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 20:25:49', 'js4Ch6', 68, 69, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 71, 273, '0', 3, 796, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (805, 1, '\'ÐD\ZzdÓy', 170, 69, 68, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-04 20:48:38', 'js4Ch6', NULL, 127, NULL, NULL, 1369, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (806, 1, '¨cÎâà9', 171, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 07:11:01', 'YblTVS', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 80, 857, 145, 5, 551, 94);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (807, 1, '¨cÎâà9', 171, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 07:11:06', 'ZumfRW', 63, 66, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 963, 117);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (808, 1, 'x¢zLü˜', 172, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 20:34:11', '9FNR2g', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 652, 2624, 248, 5, 915, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (809, 1, 'x¢zLü˜', 172, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 20:34:28', 'agVsc5', 99, 100, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1509, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (810, 1, 'x¢zLü˜', 172, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 20:34:32', 'Cj2n4t', 1, 2, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1433, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (811, 1, '<-Ýxº Ð€', 173, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 21:18:30', '07QtrD', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 295, '0', 3, 253, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (812, 1, 'ŒÓ`ÜÆ\n', 173, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 21:34:30', 'PDWDFh', 3, 4, NULL, NULL, 960, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 161, 584, 259, 7, 259, 61);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (813, 1, '|Þç’åÙeÌ', 174, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-05 21:40:55', 'lLV85f', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 795, '0', NULL, 285, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (814, 1, '\rÄ–RH‡', 175, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:45:07', '9JQ9Mo', 3, 4, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 441, 574, 140, 14, 2402, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (815, 1, '\rÄ–RH‡', 175, 4, 3, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:46:36', 'A6O5FX', 99, 100, NULL, NULL, 89, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1313, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (816, 1, '\rÄ–RH‡', 175, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:50:56', 'ZSTFyF', 76, 77, NULL, NULL, 260, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 943, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (817, 1, '\rÄ–RH‡', 175, 77, 76, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:51:54', 'c579BG', 101, 102, NULL, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1244, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (818, 1, '\rÄ–RH‡', 175, 102, 101, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:52:01', 'FDVF99', 78, 79, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 955, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (819, 1, '\rÄ–RH‡', 175, 79, 78, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:52:58', 'VaENwN', 5, 6, NULL, NULL, 57, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 942, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (820, 1, '\rÄ–RH‡', 175, 6, 5, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:55:59', 'sFdyAp', 9, 10, NULL, NULL, 181, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1010, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (821, 1, '\rÄ–RH‡', 175, 10, 9, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:56:10', 'o8T59p', 11, 12, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 918, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (822, 1, '\rÄ–RH‡', 175, 12, 11, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:57:27', 'HIwvOe', 13, 14, NULL, NULL, 77, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 931, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (823, 1, '\rÄ–RH‡', 175, 14, 13, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 07:58:44', 'dinPe5', 23, 24, NULL, NULL, 77, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, 1167, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (824, 1, '\rÄ–RH‡', 175, 24, 23, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:09:11', '34BBfd', 32, 33, NULL, NULL, 627, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 276, '0', NULL, 1161, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (825, 1, '\rÄ–RH‡', 176, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:53:56', 'Wwx0Qm', 23, 24, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 26, NULL, 518, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (826, 1, '\rÄ–RH‡', 176, 24, 23, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:53:59', 'GYrrR4', 131, 132, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1434, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (827, 1, '\rÄ–RH‡', 176, 132, 131, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:54:14', 'kFjcMQ', 34, 35, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 957, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (828, 1, '\rÄ–RH‡', 176, 35, 34, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:54:33', 'Qozc7c', 3, 4, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 275, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (829, 1, '\rÄ–RH‡', 176, 4, 3, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:54:39', 'zxmRNE', 95, 96, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 271, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (830, 1, '\rÄ–RH‡', 176, 96, 95, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:54:48', 'SGrBaq', 80, 81, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1128, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (831, 1, '\rÄ–RH‡', 176, 81, 80, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:55:54', 'IAww10', 82, 83, NULL, NULL, 66, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1035, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (832, 1, '\rÄ–RH‡', 176, 83, 82, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:56:08', 'mDN0Gp', 15, 16, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1026, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (833, 1, '\rÄ–RH‡', 176, 16, 15, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:56:41', 'LQfCti', 17, 18, NULL, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 994, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (834, 1, '\rÄ–RH‡', 176, 18, 17, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:56:51', 'xqpA3n', 84, 85, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 917, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (835, 1, '\rÄ–RH‡', 176, 85, 84, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:57:10', 'gXVV78', 86, 87, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 998, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (836, 1, '\rÄ–RH‡', 176, 87, 86, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:57:24', 'DRiuYo', 61, 133, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 879, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (837, 1, '\rÄ–RH‡', 176, 133, 61, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:57:29', 'K5RYMb', 3, 4, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (838, 1, '\rÄ–RH‡', 176, 4, 3, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:57:38', 'fsgXZ3', 52, 53, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 289, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (839, 1, '\rÄ–RH‡', 176, 53, 52, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:57:44', '1Wol9F', 40, 41, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 878, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (840, 1, '\rÄ–RH‡', 176, 41, 40, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 08:57:59', 'jzldB6', 97, 98, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1061, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (841, 1, 'j¡{\nÅD0', 177, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 17:43:19', 'GXgys8', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 163, 2291, 3, 2, 219, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (842, 1, '\"¡\\¼svü', 178, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:00:25', '5pbft3', 1, 134, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1096, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (843, 1, '\"¡\\¼svü', 178, 134, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:00:43', 'JeuWOH', 1, 135, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1385, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (844, 1, '\"¡\\¼svü', 178, 135, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:02:12', '7Dw9B3', 1, 2, NULL, NULL, 89, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1169, '0', NULL, 1989, 32);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (845, 1, '\"¡\\¼svü', 178, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:03:12', '5uzaby', 3, 4, NULL, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 617, '0', NULL, 1382, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (846, 1, '\"¡\\¼svü', 178, 4, 3, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:04:10', 'DaCb7u', 1, 2, NULL, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 178, NULL, 1157, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (847, 1, '\"¡\\¼svü', 178, 2, 1, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:04:48', '0vIq2S', 3, 136, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1154, 24);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (848, 1, '\"¡\\¼svü', 178, 136, 3, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:04:58', 'LEtKIo', 1, 137, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1475, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (849, 1, '\"¡\\¼svü', 178, 137, 1, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:05:54', 'D3IflI', 1, 2, NULL, NULL, 56, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 918, 20);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (850, 1, '\"¡\\¼svü', 178, 2, 1, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:06:27', 'lLPtIF', 138, 139, NULL, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1769, 40);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (851, 1, '\"¡\\¼svü', 178, 139, 138, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:07:01', '7bkrYQ', 140, 139, NULL, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1313, 46);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (852, 1, '\"¡\\¼svü', 178, 139, 140, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:07:30', 'IqIwZl', 140, 139, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1180, 47);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (853, 1, '\"¡\\¼svü', 178, 139, 140, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:08:26', '1maKrU', 141, 142, NULL, NULL, 56, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1344, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (854, 1, '\"¡\\¼svü', 178, 142, 141, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:09:14', 'qsoqlz', 1, 143, NULL, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1175, 43);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (855, 1, '\"¡\\¼svü', 178, 143, 1, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:09:39', '8IKaXM', 1, 143, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1149, 52);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (856, 1, '\"¡\\¼svü', 178, 143, 1, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 18:11:31', 'gsoBNW', 1, 2, NULL, NULL, 112, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1343, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (857, 1, '\"¡\\¼svü', 179, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 19:35:14', 'IYGH8Z', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, NULL, 2955, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (858, 1, '\"¡\\¼svü', 180, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:06:38', '1P4kPy', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 97, NULL, 2244, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (859, 1, '\"¡\\¼svü', 180, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:06:49', '09NAnn', 23, 24, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1032, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (860, 1, '\"¡\\¼svü', 180, 24, 23, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:06:54', 'W59Wc6', 34, 35, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 949, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (861, 1, '\"¡\\¼svü', 180, 35, 34, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:07:16', 'FCC1Tc', 144, NULL, '', NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (862, 1, '\"¡\\¼svü', 180, NULL, 144, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:07:36', '6fUQf9', 145, NULL, '', NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (863, 1, '\"¡\\¼svü', 180, NULL, 145, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:08:03', 'U20Dnb', 146, NULL, '', NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (864, 1, '«­Û¢ê¸C', 180, NULL, 146, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:08:28', 'PWsAd7', 147, 25, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 15, 7, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (865, 1, '\"¡\\¼svü', 181, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 20:16:54', 'LsO2kJ', 146, NULL, '', NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (866, 1, '®ï®w¥Í”ï', 182, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 21:43:03', 'zVOcgR', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 698, '0', NULL, 1148, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (867, 1, '®ï®w¥Í”ï', 182, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 21:47:36', 'XBWLxR', 1, 2, NULL, NULL, 273, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 208, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (868, 1, '®ï®w¥Í”ï', 182, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-06 21:48:56', 'pt7BMM', 1, 2, NULL, NULL, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 180, '0', NULL, 1554, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (869, 1, 'ØúÎC½q', 183, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 02:36:39', 'd7Hdmp', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 33, 421, '0', 6, 2267, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (870, 1, 'ØúÎC½q', 183, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 02:37:06', 'Aoyaa3', 68, 69, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 983, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (871, 1, 'ØúÎC½q', 183, 69, 68, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 02:37:12', '5xgW4M', 99, 100, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1095, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (872, 1, 'ØúÎC½q', 183, 100, 99, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 02:37:34', 'QB8klE', 1, 2, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 91, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (873, 1, 'ØúÎC½q', 184, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 04:00:19', 'U2SVBZ', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 84, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (874, 1, 'ØúÎC½q', 184, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 04:00:33', '6ThDrE', 1, 2, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 89, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (875, 1, 'ØúÎC½q', 184, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 04:08:10', '7NIyAn', 1, 2, NULL, NULL, 457, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, NULL, 132, 32);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (876, 1, 'ØúÎC½q', 184, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 04:09:54', 'OC0XOc', 97, 98, NULL, NULL, 104, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 153, 21, NULL, 1331, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (877, 1, 'ØúÎC½q', 184, 98, 97, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 04:09:59', 'j6gSQ6', 97, 98, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (878, 1, 'ØúÎC½q', 184, 98, 97, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 04:10:04', '9yRHay', 95, 96, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 909, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (879, 1, 'ØúÎC½q', 184, 96, 95, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 04:10:09', 'q9pZeQ', 36, 37, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 928, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (880, 1, '#øû;¤ì', 185, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 07:45:24', '6T7bd7', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 934, '0', NULL, 3286, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (881, 1, '#øû;¤ì', 185, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 07:46:19', 'MAJwV5', 97, 98, NULL, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 386, '0', NULL, 1351, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (882, 1, ']Ëë‹‰Ö', 186, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:57:51', 'ktWFrD', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 158, NULL, 2401, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (883, 1, ']Ëë‹‰Ö', 186, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:57:55', 'F5e4PR', 1, 2, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 82, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (884, 1, ']Ëë‹‰Ö', 186, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:57:58', 'oFG4UW', 7, 8, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 167, 125, '0', 2, 928, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (885, 1, ']Ëë‹‰Ö', 186, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:58:00', 'oFG4UW', NULL, 148, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (886, 1, ']Ëë‹‰Ö', 186, 8, 7, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:58:06', 'XGq9My', 76, 77, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 979, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (887, 1, ']Ëë‹‰Ö', 186, 77, 76, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:58:08', 'kvGFLC', 63, 66, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1000, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (888, 1, ']Ëë‹‰Ö', 186, 66, 63, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:58:12', 'VGQerN', 63, 66, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (889, 1, ']Ëë‹‰Ö', 186, 66, 63, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:58:18', 'J3pVIf', 44, 45, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 984, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (890, 1, ']Ëë‹‰Ö', 186, 45, 44, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:58:23', 'YD3KsA', 50, 51, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 816, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (891, 1, ']Ëë‹‰Ö', 186, 51, 50, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 12:58:38', '3ao8wH', 48, 49, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 881, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (892, 1, '#øû;¤ì', 187, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 14:17:25', 'HPixev', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 560, '0', NULL, 2690, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (893, 1, '#øû;¤ì', 187, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 14:17:36', '5BQT0G', 101, 102, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 240, '0', NULL, 1341, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (894, 1, '#øû;¤ì', 187, 102, 101, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 14:17:44', 'ugPFWi', 5, 6, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1254, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (895, 1, '#øû;¤ì', 187, 6, 5, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 14:18:34', 'v0P3ZE', 9, 10, NULL, NULL, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 223, '0', NULL, 1242, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (896, 1, '#øû;¤ì', 187, 10, 9, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 14:18:46', 'RguZW6', 11, 12, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 162, '0', NULL, 193, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (897, 1, '#øû;¤ì', 187, 12, 11, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 14:19:01', 'sbOQLj', 13, 14, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 322, 209, '0', 10, 1076, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (898, 1, '#øû;¤ì', 187, 14, 13, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 14:19:19', 'sbOQLj', NULL, 149, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (899, 1, ']Ëë‹‰Ö', 188, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:31:06', 'kP8hH3', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 303, 112, NULL, 2426, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (900, 1, ']Ëë‹‰Ö', 188, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:31:08', 'AmGzEo', 1, 2, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (901, 1, ']Ëë‹‰Ö', 188, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:31:32', 'fcGNfm', 92, 93, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1020, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (902, 1, ']Ëë‹‰Ö', 188, 93, 92, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:31:49', 'AF3lgI', 150, NULL, '', NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (903, 1, ']Ëë‹‰Ö', 188, NULL, 150, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:31:54', 'vnFJrR', 7, 8, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 877, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (904, 1, ']Ëë‹‰Ö', 188, 8, 7, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:31:57', 'ZdfGfX', 72, 73, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1087, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (905, 1, ']Ëë‹‰Ö', 188, 73, 72, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:32:45', 'byhjuE', 36, 37, NULL, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 95, NULL, 965, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (906, 1, ']Ëë‹‰Ö', 188, 37, 36, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 16:42:38', '9hGbzY', 21, 22, NULL, NULL, 593, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 291, 147, NULL, 1705, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (907, 1, ']Ëë‹‰Ö', 189, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 19:29:01', 'UIoW6d', 5, 6, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 277, 108, NULL, 2820, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (908, 1, ']Ëë‹‰Ö', 189, 6, 5, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 19:29:23', 'R1RtVY', 151, NULL, '', NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (909, 1, ']Ëë‹‰Ö', 189, NULL, 151, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 19:29:55', 'Z9XXnu', 44, 45, NULL, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 952, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (910, 1, 'èë¡{ž', 190, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:26:20', 'l8Pm5o', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 354, '0', NULL, 2229, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (911, 1, 'èë¡{ž', 190, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:26:37', 'a5EiYo', 99, 100, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 976, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (912, 1, 'èë¡{ž', 190, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:26:44', 'DWj2AW', 101, 102, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 119, '0', NULL, 958, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (913, 1, 'èë¡{ž', 190, 102, 101, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:26:48', 'lKEwaD', 23, 24, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 112, '0', NULL, 938, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (914, 1, 'èë¡{ž', 190, 24, 23, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:26:53', 'dW1WEk', 95, 96, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 138, '0', NULL, 944, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (915, 1, 'èë¡{ž', 190, 96, 95, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:26:58', 'koFKn6', 52, 53, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 123, '0', NULL, 841, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (916, 1, 'èë¡{ž', 190, 53, 52, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:27:03', 'qOPsDK', 97, 98, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 124, '0', NULL, 984, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (917, 1, 'èë¡{ž', 190, 98, 97, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:27:17', 'Vmzz8S', 7, 8, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 126, '0', NULL, 1048, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (918, 1, 'èë¡{ž', 190, 8, 7, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:27:27', 'Ql5BbX', 72, 73, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 124, '0', NULL, 858, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (919, 1, 'èë¡{ž', 190, 73, 72, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:27:35', 'yrPLv9', 74, 75, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 180, 125, '0', 2, 884, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (920, 1, 'èë¡{ž', 190, 75, 74, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:27:39', 'yrPLv9', NULL, 152, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (921, 1, 'èë¡{ž', 190, 75, 74, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:28:02', 'NLdnH6', 76, 77, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 142, '0', NULL, 946, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (922, 1, 'èë¡{ž', 190, 77, 76, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:28:13', 'hppTK8', 78, 79, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 59, 146, '0', 5, 960, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (923, 1, 'èë¡{ž', 190, 79, 78, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:28:18', 'hppTK8', NULL, 153, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (924, 1, 'èë¡{ž', 190, 79, 78, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:28:57', 'Bv5gDx', 5, 6, NULL, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 162, 178, '0', 2, 1041, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (925, 1, 'èë¡{ž', 190, 6, 5, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:29:02', 'Bv5gDx', NULL, 104, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (926, 1, 'èë¡{ž', 190, 6, 5, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:29:19', 'Bv5gDx', NULL, 154, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (927, 1, 'èë¡{ž', 190, 6, 5, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:30:01', 'ylVUE8', 9, 10, NULL, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 141, 220, '0', 2, 1212, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (928, 1, 'èë¡{ž', 190, 10, 9, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:30:07', 'ylVUE8', NULL, 155, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (929, 1, 'èë¡{ž', 190, 10, 9, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:30:15', 'ylVUE8', NULL, 156, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (930, 1, 'èë¡{ž', 190, 10, 9, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:31:16', 'rv9EA6', 11, 12, NULL, NULL, 61, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 46, 130, '0', 16, 1111, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (931, 1, 'èë¡{ž', 190, 12, 11, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:31:20', 'rv9EA6', NULL, 157, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (932, 1, 'èë¡{ž', 190, 12, 11, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:33:05', 'ZYrNml', 13, 14, NULL, NULL, 105, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 44, 134, '0', 15, 1039, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (933, 1, 'èë¡{ž', 190, 14, 13, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:33:10', 'ZYrNml', NULL, 149, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (934, 1, 'èë¡{ž', 190, 14, 13, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:33:21', 'ZYrNml', NULL, 158, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (935, 1, 'èë¡{ž', 190, 14, 13, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:33:44', 'bnruIx', 32, 33, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 129, '0', NULL, 965, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (936, 1, 'èë¡{ž', 190, 33, 32, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:34:50', 'hmwkxL', 29, 31, NULL, NULL, 66, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 58, 136, '0', '0', 1021, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (937, 1, 'èë¡{ž', 190, 31, 29, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:34:52', 'hmwkxL', NULL, 159, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (938, 1, 'èë¡{ž', 190, 31, 29, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:35:22', 'hmwkxL', NULL, 160, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (939, 1, 'èë¡{ž', 190, 31, 29, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:35:33', 'hmwkxL', NULL, 161, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (940, 1, 'èë¡{ž', 190, 31, 29, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:35:57', 'lwWR8N', 80, 81, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 305, '0', NULL, 1202, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (941, 1, 'èë¡{ž', 190, 81, 80, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:36:15', 'V9ECzY', 82, 83, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 998, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (942, 1, 'èë¡{ž', 190, 83, 82, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:36:36', 'PoOzW7', 15, 16, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1103, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (943, 1, 'èë¡{ž', 190, 16, 15, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:36:46', 'NHYZ6I', 17, 18, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 122, '0', NULL, 994, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (944, 1, 'èë¡{ž', 190, 18, 17, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:36:55', 'MO8dA5', 17, 18, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 117, '0', NULL, 994, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (945, 1, 'èë¡{ž', 190, 18, 17, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:37:06', 'oq98ri', 84, 85, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 137, '0', NULL, 1033, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (946, 1, 'èë¡{ž', 190, 85, 84, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:37:14', '7V9Hoa', 86, 87, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1026, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (947, 1, 'èë¡{ž', 190, 87, 86, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:37:25', 'aMWJhy', 86, 87, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 123, '0', NULL, 1026, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (948, 1, 'èë¡{ž', 190, 87, 86, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:37:34', 'AIRe3Q', 36, 37, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 121, '0', NULL, 849, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (949, 1, 'èë¡{ž', 190, 37, 36, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:39:16', 'jo71gW', 70, 71, NULL, NULL, 102, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 205, 162, '0', 2, 1188, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (950, 1, 'èë¡{ž', 190, 71, 70, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:39:18', 'jo71gW', NULL, 162, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (951, 1, 'èë¡{ž', 190, 71, 70, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:40:20', 'qSxbcf', 38, 39, NULL, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 150, '0', NULL, 1189, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (952, 1, 'èë¡{ž', 190, 39, 38, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:40:58', 'yOx0x6', 68, 69, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 69, 136, '0', 1, 922, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (953, 1, 'èë¡{ž', 190, 69, 68, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:41:02', 'yOx0x6', NULL, 127, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (954, 1, 'èë¡{ž', 190, 69, 68, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:42:22', 'beaI4s', 68, 69, NULL, NULL, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 143, '0', NULL, 923, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (955, 1, 'èë¡{ž', 190, 69, 68, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:42:28', 'sypXiL', 40, 41, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 193, 117, '0', 2, 905, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (956, 1, 'èë¡{ž', 190, 41, 40, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:42:32', 'sypXiL', NULL, 108, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (957, 1, 'èë¡{ž', 190, 41, 40, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:42:45', 'sypXiL', NULL, 163, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (958, 1, 'èë¡{ž', 190, 41, 40, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:43:02', 'O9kXMY', 19, 20, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 210, 296, '0', 3, 1174, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (959, 1, 'èë¡{ž', 190, 20, 19, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:43:04', 'O9kXMY', NULL, 164, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (960, 1, 'èë¡{ž', 190, 20, 19, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:43:20', 'O9kXMY', NULL, 165, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (961, 1, 'èë¡{ž', 190, 20, 19, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:43:47', 'O9kXMY', NULL, 166, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (962, 1, 'èë¡{ž', 190, 20, 19, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:44:01', 'yNClJ9', 42, 43, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 105, 149, '0', 1, 1161, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (963, 1, 'èë¡{ž', 190, 43, 42, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:44:04', 'yNClJ9', NULL, 167, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (964, 1, 'èë¡{ž', 190, 43, 42, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:44:31', 'lZpbgv', 21, 22, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 150, '0', NULL, 1058, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (965, 1, 'èë¡{ž', 190, 22, 21, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:44:39', 'CyWaW9', 88, 89, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 234, '0', NULL, 904, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (966, 1, 'èë¡{ž', 190, 89, 88, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:44:54', 'QijN82', 44, 45, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 71, 122, '0', 1, 1102, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (967, 1, 'èë¡{ž', 190, 45, 44, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:44:57', 'QijN82', NULL, 148, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (968, 1, 'èë¡{ž', 190, 45, 44, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:45:06', 'eTghLX', 46, 47, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 227, '0', NULL, 887, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (969, 1, 'èë¡{ž', 190, 47, 46, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:45:22', 'cU9QvD', 48, 49, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 326, 121, '0', 3, 1094, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (970, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:45:24', 'cU9QvD', NULL, 148, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (971, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:45:38', 'cU9QvD', NULL, 168, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (972, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:45:56', 'cU9QvD', NULL, 169, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (973, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:46:09', 'cU9QvD', NULL, 162, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (974, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:46:34', 'cU9QvD', NULL, 103, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (975, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:46:56', 'cU9QvD', NULL, 104, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (976, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:47:13', 'cU9QvD', NULL, 157, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (977, 1, 'èë¡{ž', 190, 49, 48, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:47:32', 'cU9QvD', NULL, 108, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (978, 1, 'èë¡{ž', 190, 49, 48, NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:47:43', 'Ob5Yip', 1, 2, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 165, '0', NULL, 88, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (979, 1, 'èë¡{ž', 190, 2, 1, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:48:00', 'aDutCD', 50, 51, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 33, 150, '0', 14, 1107, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (980, 1, 'èë¡{ž', 190, 51, 50, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:48:02', 'aDutCD', NULL, 94, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (981, 1, 'èë¡{ž', 190, 51, 50, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:48:21', 'uUcSDG', 48, 49, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 17, 148, '0', '0', 1094, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (982, 1, 'èë¡{ž', 190, 49, 48, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:48:25', 'uUcSDG', NULL, 162, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (983, 1, 'èë¡{ž', 190, 49, 48, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:48:41', 'FdEajR', 50, 51, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, 147, '0', 1, 1107, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (984, 1, 'èë¡{ž', 190, 51, 50, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:48:44', 'FdEajR', NULL, 94, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (985, 1, 'èë¡{ž', 190, 51, 50, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:49:01', 'FdEajR', NULL, 170, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (986, 1, 'èë¡{ž', 190, 51, 50, NULL, 44, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:16', 'bmq8bA', 1, 2, NULL, NULL, 135, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 286, '0', NULL, 89, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (987, 1, 'èë¡{ž', 190, 2, 1, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:27', 'T0WrZa', 99, 100, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 142, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (988, 1, 'èë¡{ž', 190, 100, 99, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:29', 'x7qqU7', 7, 8, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 143, '0', NULL, 93, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (989, 1, 'èë¡{ž', 190, 8, 7, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:33', '0dN9vF', 72, 73, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 181, '0', NULL, 102, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (990, 1, 'èë¡{ž', 190, 73, 72, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:39', 'wHhYkA', 74, 75, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, '0', NULL, 81, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (991, 1, 'èë¡{ž', 190, 75, 74, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:47', 'XwstaR', 76, 77, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 126, '0', NULL, 79, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (992, 1, 'èë¡{ž', 190, 77, 76, NULL, 50, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:51', '7SyWKu', 1, 2, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 113, '0', NULL, 89, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (993, 1, 'èë¡{ž', 190, 2, 1, NULL, 51, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:54', 'MF3aLh', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, '0', NULL, 76, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (994, 1, 'èë¡{ž', 190, 102, 101, NULL, 52, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:51:56', 'VAU2LS', 78, 79, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 126, '0', NULL, 410, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (995, 1, 'èë¡{ž', 190, 79, 78, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:52:02', 'uB1fH5', 5, 6, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 179, '0', NULL, 89, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (996, 1, 'èë¡{ž', 190, 6, 5, NULL, 54, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:52:08', 'sP19PE', 9, 10, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 96, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (997, 1, 'èë¡{ž', 190, 10, 9, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:52:25', 'CbVSBQ', 11, 12, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 126, '0', NULL, 88, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (998, 1, 'èë¡{ž', 190, 12, 11, NULL, 56, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:52:46', 'xN2ffB', 13, 14, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 134, '0', NULL, 96, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (999, 1, 'èë¡{ž', 190, 14, 13, NULL, 57, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:53:05', 'FLTRXU', 1, 2, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 119, '0', NULL, 88, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1000, 1, 'èë¡{ž', 190, 2, 1, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:53:08', 'h2C0yZ', 23, 24, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, '0', NULL, 88, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1001, 1, 'èë¡{ž', 190, 24, 23, NULL, 59, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:53:10', '5USvOy', 32, 33, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 123, '0', NULL, 93, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1002, 1, 'èë¡{ž', 190, 33, 32, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:53:15', '6STD8i', 131, 132, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 249, '0', NULL, 1302, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1003, 1, 'èë¡{ž', 190, 132, 131, NULL, 61, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:54:35', 'VbBrw5', 131, 132, NULL, NULL, 80, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 168, '0', NULL, 1302, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1004, 1, 'èë¡{ž', 190, 132, 131, NULL, 62, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:12', 'eP501L', 34, 35, NULL, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 156, '0', NULL, 1040, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1005, 1, 'èë¡{ž', 190, 35, 34, NULL, 63, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:19', 'YL7Mzu', 1, 2, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 114, '0', NULL, 89, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1006, 1, 'èë¡{ž', 190, 2, 1, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:22', 'JZH145', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 119, '0', NULL, 73, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1007, 1, 'èë¡{ž', 190, 96, 95, NULL, 65, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:24', 'pCW0Sg', 80, 81, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 83, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1008, 1, 'èë¡{ž', 190, 81, 80, NULL, 66, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:31', 'G3TdxH', 82, 83, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 120, '0', NULL, 111, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1009, 1, 'èë¡{ž', 190, 83, 82, NULL, 67, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:38', 'Ei5Otu', 15, 16, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 121, '0', NULL, 104, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1010, 1, 'èë¡{ž', 190, 16, 15, NULL, 68, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:44', '81WQBC', 17, 18, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 76, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1011, 1, 'èë¡{ž', 190, 18, 17, NULL, 69, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:49', 'svPCBb', 84, 85, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 113, '0', NULL, 93, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1012, 1, 'èë¡{ž', 190, 85, 84, NULL, 70, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:54', '6HCLVn', 86, 87, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 73, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1013, 1, 'èë¡{ž', 190, 87, 86, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:55:59', 'VMhgKT', 61, 133, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 376, '0', NULL, 821, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1014, 1, 'èë¡{ž', 190, 133, 61, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:56:33', 'GJEHta', 61, 133, NULL, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 128, '0', NULL, 821, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1015, 1, 'èë¡{ž', 190, 133, 61, NULL, 73, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:57:16', 'vduGaC', 1, 2, NULL, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 115, '0', NULL, 89, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1016, 1, 'èë¡{ž', 190, 2, 1, NULL, 74, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:57:23', 'G9tvqV', 52, 53, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 139, '0', NULL, 87, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1017, 1, 'èë¡{ž', 190, 53, 52, NULL, 75, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:57:25', '6r8SD9', 70, 71, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 81, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1018, 1, 'èë¡{ž', 190, 71, 70, NULL, 76, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:57:33', 'tdwRVf', 38, 39, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 120, '0', NULL, 77, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1019, 1, 'èë¡{ž', 190, 39, 38, NULL, 77, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:57:53', 'lpGex0', 40, 41, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 141, '0', NULL, 81, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1020, 1, 'èë¡{ž', 190, 41, 40, NULL, 78, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:58:02', 'nAljiX', 68, 69, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 94, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1021, 1, 'èë¡{ž', 190, 69, 68, NULL, 79, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-08 23:59:13', 'B9HbgF', 68, 69, NULL, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 166, '0', NULL, 82, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1022, 1, 'èë¡{ž', 190, 69, 68, NULL, 80, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:00:25', '3WcD9d', 52, 53, NULL, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 158, '0', NULL, 87, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1023, 1, 'èë¡{ž', 190, 53, 52, NULL, 81, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:00:27', 'ArZPDL', 68, 69, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 157, '0', NULL, 80, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1024, 1, 'èë¡{ž', 190, 69, 68, NULL, 82, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:00:34', 'pFgTgB', 1, 2, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 141, '0', NULL, 83, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1025, 1, 'èë¡{ž', 190, 2, 1, NULL, 83, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:00:42', 'NLRlgy', 52, 53, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 119, '0', NULL, 85, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1026, 1, 'èë¡{ž', 190, 53, 52, NULL, 84, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:00:44', 'Ko0YOZ', 38, 39, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 156, '0', NULL, 95, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1027, 1, 'èë¡{ž', 190, 39, 38, NULL, 85, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:01:31', '9pFXNE', 40, 41, NULL, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 147, '0', NULL, 103, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1028, 1, 'èë¡{ž', 190, 41, 40, NULL, 86, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:01:42', 'l5mTxE', 1, 2, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 103, '0', NULL, 86, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1029, 1, 'èë¡{ž', 190, 2, 1, NULL, 87, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:01:47', 'FOrKWe', 97, 98, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 138, '0', NULL, 92, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1030, 1, 'èë¡{ž', 190, 98, 97, NULL, 88, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:01:49', 'cUYfxW', 19, 20, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 81, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1031, 1, 'èë¡{ž', 190, 20, 19, NULL, 89, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:02:03', 'itTNJW', 42, 43, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 149, '0', NULL, 95, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1032, 1, 'èë¡{ž', 190, 43, 42, NULL, 90, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:02:31', '8lYSj7', 88, 89, NULL, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 123, '0', NULL, 74, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1033, 1, 'èë¡{ž', 190, 89, 88, NULL, 91, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:02:48', '7954jM', 88, 89, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 145, '0', NULL, 98, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1034, 1, 'èë¡{ž', 190, 89, 88, NULL, 92, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:02:52', 'THLvQh', 1, 2, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 107, '0', NULL, 85, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1035, 1, 'èë¡{ž', 190, 2, 1, NULL, 93, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:03:05', 'o30rD0', 1, 2, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 174, '0', NULL, 85, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1036, 1, 'èë¡{ž', 190, 2, 1, NULL, 94, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:04:02', 'yMxEQr', 1, 2, NULL, NULL, 57, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 193, '0', NULL, 86, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1037, 1, 'èë¡{ž', 190, 2, 1, NULL, 95, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:04:10', 'w5DYps', 99, 100, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 149, '0', NULL, 77, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1038, 1, 'èë¡{ž', 190, 100, 99, NULL, 96, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 00:04:11', 'wBL3nz', 1, 2, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 174, '0', NULL, 86, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1039, 1, '^Gar¹ìê', 191, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 02:03:19', 'asj0Rl', 48, 49, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 643, 120, NULL, 2106, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1040, 1, '^Gar¹ìê', 191, 49, 48, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 02:04:12', '0eUiJ0', 1, 2, NULL, NULL, 53, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1149, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1041, 1, '^Gar¹ìê', 191, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 02:04:34', 'PhlMxp', 48, 49, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1173, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1042, 1, '‚èåÆ!F—', 191, 49, 48, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 02:04:40', 'YHciup', 48, 25, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1043, 1, '^Gar¹ìê', 192, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 02:06:22', 'IsmCq9', 48, 49, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1563, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1044, 1, 'é%ØTHd', 193, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 06:51:23', 'Is4ssi', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 398, 1091, 112, 3, 3264, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1045, 1, '²¥ˆSbñ¢', 194, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:16:01', 'AQpNpX', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 123, 67);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1046, 1, '²¥ˆSbñ¢', 194, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:16:11', '0MBYUE', 1, 2, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 152, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1047, 1, '²¥ˆSbñ¢', 194, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:22:53', 'saLfz6', 50, 51, NULL, NULL, 402, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 237, 416, 22, 3, 1079, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1048, 1, '²¥ˆSbñ¢', 194, 51, 50, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:23:17', 'saLfz6', NULL, 171, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1049, 1, '²¥ˆSbñ¢', 194, 51, 50, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:24:26', 'saLfz6', NULL, 171, NULL, NULL, 69, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1050, 1, '²¥ˆSbñ¢', 194, 51, 50, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:26:57', 'scHnQo', 23, 24, NULL, NULL, 151, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 635, 20, NULL, 2201, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1051, 1, '²¥ˆSbñ¢', 194, 24, 23, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:27:27', 'TOaxig', 131, 132, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 906, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1052, 1, '²¥ˆSbñ¢', 194, 132, 131, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:31:13', 'nG7gYt', 23, 24, NULL, NULL, 226, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1053, 1, '²¥ˆSbñ¢', 194, 24, 23, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:31:16', 'Nhqbhv', 131, 132, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 91, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1054, 1, '²¥ˆSbñ¢', 194, 132, 131, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:32:01', 'Yazj8k', 131, 132, NULL, NULL, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1055, 1, '²¥ˆSbñ¢', 194, 132, 131, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:32:16', 'UdMTir', 172, NULL, '', NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1056, 1, '²¥ˆSbñ¢', 194, NULL, 172, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:32:21', '22VRzN', 29, 31, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 881, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1057, 1, '²¥ˆSbñ¢', 194, 31, 29, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:33:49', 'EIaXtY', 29, 31, NULL, NULL, 88, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 21, NULL, 1054, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1058, 1, '²¥ˆSbñ¢', 194, 31, 29, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:33:52', 'lQcB3Q', 23, 24, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 85, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1059, 1, '²¥ˆSbñ¢', 194, 24, 23, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:34:30', 'u7suPY', 131, 132, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 4, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1060, 1, '²¥ˆSbñ¢', 194, 132, 131, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:35:39', 'DLrZ0w', 29, 31, NULL, NULL, 69, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 3, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1061, 1, '²¥ˆSbñ¢', 194, 31, 29, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:39:38', 'aNNVOn', 23, 24, NULL, NULL, 239, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1062, 1, '²¥ˆSbñ¢', 194, 24, 23, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:43:27', 'dqj5v5', 95, 96, NULL, NULL, 229, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 454, 36, NULL, 131, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1063, 1, '²¥ˆSbñ¢', 194, 96, 95, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:44:06', 'Wg6uJH', 61, 133, NULL, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 20, NULL, 928, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1064, 1, '²¥ˆSbñ¢', 194, 133, 61, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:46:03', 'vB89zL', 173, NULL, '', NULL, 117, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1065, 1, '²¥ˆSbñ¢', 194, NULL, 173, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:46:07', 'LIZKxk', 36, 37, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 923, 71);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1066, 1, '²¥ˆSbñ¢', 194, 37, 36, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:46:30', 'wLBl8o', 50, 51, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 83, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1067, 1, '²¥ˆSbñ¢', 194, 51, 50, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:46:38', 'kTZBM5', 95, 96, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 79, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1068, 1, '²¥ˆSbñ¢', 194, 96, 95, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:46:41', 'rEpthz', 36, 37, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 822, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1069, 1, '²¥ˆSbñ¢', 194, 37, 36, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:46:50', 'mtBTDQ', 36, 37, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1070, 1, '²¥ˆSbñ¢', 194, 37, 36, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:49:10', '7O76ew', 52, 53, NULL, NULL, 140, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 13, NULL, 136, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1071, 1, '²¥ˆSbñ¢', 194, 53, 52, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:49:40', 'fHsbM5', 68, 69, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 161, 422, '0', 5, 1080, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1072, 1, '²¥ˆSbñ¢', 194, 69, 68, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:50:03', 'fHsbM5', NULL, 127, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1073, 1, '²¥ˆSbñ¢', 194, 69, 68, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:52:01', 'FLKXqv', 48, 49, NULL, NULL, 118, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 28, 430, 19, 3, 1273, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1074, 1, '²¥ˆSbñ¢', 194, 49, 48, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:52:15', 'FLKXqv', NULL, 103, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1075, 1, '²¥ˆSbñ¢', 194, 49, 48, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:52:43', 'fUijyE', 68, 69, NULL, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 29, 315, '0', 2, '0', 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1076, 1, '²¥ˆSbñ¢', 194, 69, 68, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:52:51', 'fUijyE', NULL, 127, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1077, 1, '²¥ˆSbñ¢', 194, 69, 68, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 14:59:06', 'wXxdyK', 36, 37, NULL, NULL, 375, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1078, 1, ']Ëë‹‰Ö', 195, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:31:30', 'Ot3PHw', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 408, 172, NULL, 243, 30);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1079, 1, '²¥ˆSbñ¢', 196, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:43:50', 'IW86fW', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1171, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1080, 1, '²¥ˆSbñ¢', 196, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:43:55', 'DtW5Wt', 68, 69, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1081, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:43:58', 'I6NLnt', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 77, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1082, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:44:01', 'yFTsfx', 68, 69, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1083, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:44:30', 'EBv5ME', 52, 53, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 362, '0', NULL, 1, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1084, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:44:47', 'UIDHbe', 68, 69, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 97, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1085, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:45:59', 'avjIoF', 1, 2, NULL, NULL, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 79, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1086, 1, '²¥ˆSbñ¢', 196, 2, 1, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:46:02', 'GQ8yJj', 68, 69, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1087, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:46:05', 'vUdUfv', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 86, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1088, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:46:07', 'N33nDG', 68, 69, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1089, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:46:24', '8UghX9', 52, 53, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 514, '0', NULL, 1, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1090, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:46:26', 'DobTbt', 68, 69, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1091, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 15:49:06', 'P9RaZn', 52, 53, NULL, NULL, 160, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 33, NULL, 152, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1092, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:08:59', 'vX7Tpy', 68, 69, NULL, NULL, 1193, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 433, 285, NULL, 159, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1093, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:04', 'RfUu8a', 52, 53, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 79, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1094, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:15', 'UPr5k2', 68, 69, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 90, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1095, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:18', 'NxZeNb', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 93, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1096, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:23', 'CyRxmx', 68, 69, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 473, '0', NULL, 72, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1097, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:26', '5SqzqV', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 70, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1098, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:27', 'H3ZbH1', 68, 69, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1099, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:31', 'q3nX1Z', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1100, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:33', 'n580OC', 68, 69, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1101, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:36', '6Dtazn', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1102, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:42', '2qhx0o', 68, 69, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1103, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:52', 'zstbWC', 1, 2, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 358, '0', NULL, 82, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1104, 1, '²¥ˆSbñ¢', 196, 2, 1, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:56', 'pMIJVh', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 71, 55);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1105, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:09:57', 'f3GsB3', 68, 69, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 81, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1106, 1, ']Ëë‹‰Ö', 197, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:12:15', 'mcC2t7', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 501, 204, NULL, 234, 49);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1107, 1, ']Ëë‹‰Ö', 197, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:12:22', 'tIOVnx', 68, 69, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 161, 38);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1108, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:15:09', '7vEOvC', 1, 2, NULL, NULL, 312, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 392, '0', NULL, 85, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1109, 1, '²¥ˆSbñ¢', 196, 2, 1, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:15:13', '699cVx', 68, 69, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1110, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:15:16', 'MpbrSI', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 70, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1111, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:15:18', '73NshQ', 68, 69, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1112, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:16:37', 'E28gBO', 52, 53, NULL, NULL, 79, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1113, 1, '²¥ˆSbñ¢', 196, 53, 52, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:16:38', 'tFjefm', 68, 69, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1114, 1, '²¥ˆSbñ¢', 196, 69, 68, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:25:28', 'ufqSTZ', 48, 49, NULL, NULL, 530, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 530, 14, NULL, 1328, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1115, 1, ']Ëë‹‰Ö', 198, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 16:42:24', 'OAxpc6', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 124, 170, NULL, 240, 52);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1116, 1, '^Gar¹ìê', 199, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:47:50', 'kNkd71', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 361, '0', NULL, 1831, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1117, 1, '^Gar¹ìê', 199, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:48:04', 'hyOPAQ', 50, 51, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 921, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1118, 1, 'Èÿ}$ºøÓ', 199, 51, 50, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:48:09', 'z3uraf', 50, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1119, 1, '^Gar¹ìê', 200, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:48:34', 'ivMNyE', 50, 51, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 42, 303, '0', 2, 1484, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1120, 1, '^Gar¹ìê', 200, 51, 50, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:48:36', 'ivMNyE', NULL, 170, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1121, 1, '^Gar¹ìê', 200, 51, 50, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:48:58', 'nehm0R', 23, 24, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1107, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1122, 1, '^Gar¹ìê', 200, 24, 23, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:49:18', 'SRhWyn', 29, 31, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 423, '0', NULL, 1087, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1123, 1, '®^¡®©’Wo', 200, 31, 29, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:49:26', 'eB6OAM', 23, 25, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 7, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1124, 1, '^Gar¹ìê', 201, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:50:07', 'WbCvXt', 23, 24, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1428, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1125, 1, '^Gar¹ìê', 201, 24, 23, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:50:10', 'ZE79qu', 29, 31, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1013, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1126, 1, '^Gar¹ìê', 201, 31, 29, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:50:34', 'LFd4mm', 95, 96, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1185, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1127, 1, 'öÝ²á¦ñ&', 201, 96, 95, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:51:01', 'PJLcKn', 95, 25, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 4, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1128, 1, '^Gar¹ìê', 202, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:51:38', 'b4Bjov', 95, 96, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1427, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1129, 1, '^Gar¹ìê', 202, 96, 95, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:51:42', 'TjSb8h', 36, 37, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 282, '0', NULL, 1053, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1130, 1, '^Gar¹ìê', 202, 37, 36, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:51:57', 'Okw098', 52, 53, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1106, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1131, 1, '“Jß]ft¦', 202, 53, 52, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:52:03', 'qlAISW', 52, 25, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 8, 2, NULL, 1, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1132, 1, '^Gar¹ìê', 203, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:52:27', 'uLlWo4', 68, 69, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 19, NULL, 1083, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1133, 1, '^Gar¹ìê', 203, 69, 68, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:52:48', 'OTrMBi', 52, 53, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1385, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1134, 1, '^Gar¹ìê', 203, 53, 52, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:53:27', 'RZUgO4', 52, 53, NULL, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 15, NULL, 1039, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1135, 1, 'b{:g÷$Z', 203, 53, 52, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:53:32', 'wkDYNd', 52, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1136, 1, '^Gar¹ìê', 204, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:54:06', '57KSGR', 70, 71, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 102, NULL, 1127, 13);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1137, 1, '^Gar¹ìê', 204, 71, 70, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:54:38', 'et6wvu', 52, 53, NULL, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1503, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1138, 1, '^Gar¹ìê', 204, 53, 52, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:54:41', 'YdzjMT', 70, 71, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 976, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1139, 1, '^Gar¹ìê', 204, 71, 70, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:54:46', '7dg3Ys', 52, 53, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 918, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1140, 1, '^Gar¹ìê', 204, 53, 52, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:54:54', '92CbuB', 68, 69, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 940, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1141, 1, '^Gar¹ìê', 204, 69, 68, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:09', 'u5aKb8', 95, 96, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 400, '0', NULL, 1114, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1142, 1, '^Gar¹ìê', 204, 96, 95, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:16', 'hCjhbz', 36, 37, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 978, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1143, 1, '^Gar¹ìê', 204, 37, 36, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:27', 'LQyVhb', 23, 24, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 924, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1144, 1, '^Gar¹ìê', 204, 24, 23, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:31', 'lf1BoH', 29, 31, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 957, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1145, 1, '^Gar¹ìê', 204, 31, 29, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:39', 'b9CdtF', 23, 24, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 895, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1146, 1, '^Gar¹ìê', 204, 24, 23, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:43', 'fbneIj', 32, 33, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 904, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1147, 1, '^Gar¹ìê', 204, 33, 32, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:46', '8XtKBX', 23, 24, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 853, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1148, 1, '^Gar¹ìê', 204, 24, 23, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:48', 'DHVUeO', 29, 31, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 904, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1149, 1, '^Gar¹ìê', 204, 31, 29, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:52', 'qabCHp', 23, 24, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 848, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1150, 1, '^Gar¹ìê', 204, 24, 23, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:56', '3QuCjq', 32, 33, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 871, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1151, 1, '^Gar¹ìê', 204, 33, 32, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:55:58', 'V7qlW9', 23, 24, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 883, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1152, 1, '^Gar¹ìê', 204, 24, 23, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:56:02', 'ReYP7f', 34, 35, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1000, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1153, 1, '^Gar¹ìê', 204, 35, 34, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 17:56:05', 'xiqDrc', 23, 24, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 263, '0', NULL, 1078, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1154, 1, '²¥ˆSbñ¢', 205, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:05:14', 'Q4hHP0', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 335, '0', NULL, 1301, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1155, 1, '²¥ˆSbñ¢', 205, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:05:28', '979I32', 50, 51, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 155, 343, '0', 4, 1058, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1156, 1, '²¥ˆSbñ¢', 205, 51, 50, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:05:44', '979I32', NULL, 170, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1157, 1, '²¥ˆSbñ¢', 205, 51, 50, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:05:58', 'VBrEf3', 29, 31, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 980, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1158, 1, '²¥ˆSbñ¢', 205, 31, 29, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:06:04', 'RsaudE', 23, 24, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 927, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1159, 1, '²¥ˆSbñ¢', 205, 24, 23, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:06:06', 'm8r6lu', 29, 31, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1160, 1, '²¥ˆSbñ¢', 205, 31, 29, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:06:23', '6X923V', 36, 37, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1418, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1161, 1, '²¥ˆSbñ¢', 205, 37, 36, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:06:28', '0r122o', 95, 96, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 935, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1162, 1, '²¥ˆSbñ¢', 205, 96, 95, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:06:31', 'mLD2zx', 36, 37, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1163, 1, '²¥ˆSbñ¢', 205, 37, 36, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:06:46', 'n0L64Y', 68, 69, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 994, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1164, 1, '²¥ˆSbñ¢', 205, 69, 68, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:06:48', '6rptfq', 52, 53, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 844, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1165, 1, '²¥ˆSbñ¢', 205, 53, 52, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:07:00', 'c7h7CK', 1, 2, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 69, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1166, 1, '²¥ˆSbñ¢', 205, 2, 1, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:07:03', 'MVIuyS', 1, 2, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 74, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1167, 1, '²¥ˆSbñ¢', 205, 2, 1, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:07:07', 'TX9nmp', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 74, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1168, 1, '²¥ˆSbñ¢', 205, 53, 52, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:07:09', 'RMFJYR', 68, 69, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 82, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1169, 1, '²¥ˆSbñ¢', 205, 69, 68, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:07:30', 'TE6Sf9', 1, 2, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1170, 1, '²¥ˆSbñ¢', 205, 2, 1, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:08:51', 'p9oVoT', 1, 2, NULL, NULL, 81, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 414, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1171, 1, '²¥ˆSbñ¢', 205, 2, 1, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:08:58', 'Fj1WC8', 52, 53, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 3, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1172, 1, '²¥ˆSbñ¢', 205, 53, 52, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:09:37', 'rXVWKt', 1, 2, NULL, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 428, NULL, 135, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1173, 1, '²¥ˆSbñ¢', 205, 2, 1, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:09:43', 'd3oRGL', 52, 53, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 79, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1174, 1, '²¥ˆSbñ¢', 205, 53, 52, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:09:44', 'tZoEdv', 68, 69, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 83, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1175, 1, '²¥ˆSbñ¢', 205, 69, 68, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:09:54', 'O1mkZZ', 74, 75, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 339, '0', NULL, 952, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1176, 1, '²¥ˆSbñ¢', 205, 75, 74, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:09:58', 'Y4DfvE', 1, 2, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1177, 1, '²¥ˆSbñ¢', 205, 2, 1, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:10:02', '3noLRB', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1178, 1, '²¥ˆSbñ¢', 205, 53, 52, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 18:10:03', 'kzNNKR', 68, 69, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1179, 1, ']Ëë‹‰Ö', 206, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:07:24', 'DhnrGM', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 363, 124, NULL, 2901, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1180, 1, 'ÞçIŒ8ÂÄ‡', 207, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:35:35', 'zZtwzJ', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 350, 1408, 167, 5, 2816, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1181, 1, 'ÞçIŒ8ÂÄ‡', 207, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:35:45', 'YxSCxj', 99, 100, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1525, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1182, 1, 'ÞçIŒ8ÂÄ‡', 207, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:35:52', 'uP7HxB', 7, 8, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1427, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1183, 1, 'ÞçIŒ8ÂÄ‡', 207, 8, 7, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:36:03', 'ArKkbl', 99, 100, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1184, 1, 'ÞçIŒ8ÂÄ‡', 207, 100, 99, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:36:07', 'm0Y5MM', 72, 73, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1509, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1185, 1, 'ÞçIŒ8ÂÄ‡', 207, 73, 72, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:36:15', 'uhYkd2', 99, 100, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1186, 1, 'ÞçIŒ8ÂÄ‡', 207, 100, 99, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:36:16', 'l7KDyk', 99, 100, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1187, 1, 'ÞçIŒ8ÂÄ‡', 207, 100, 99, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:36:19', '6WqQJ1', 74, 75, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1474, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1188, 1, 'ÞçIŒ8ÂÄ‡', 207, 75, 74, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:36:42', 'AhETEG', 76, 77, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1484, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1189, 1, 'ÞçIŒ8ÂÄ‡', 207, 77, 76, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 20:36:57', '4YUGXT', 34, 35, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1520, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1190, 1, ']Ëë‹‰Ö', 208, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:29:56', 'ij5s4e', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 376, 169, NULL, 215, 33);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1191, 1, ']Ëë‹‰Ö', 208, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:30:17', 'ZBl0dN', 52, 53, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1132, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1192, 1, ']Ëë‹‰Ö', 208, 53, 52, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:31:53', 'Zvf8Xc', 68, 69, NULL, NULL, 96, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 140, NULL, 1062, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1193, 1, 'yaªÓvr', 209, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:42:55', 'jPEaGS', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 53, 108, '0', 4, 83, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1194, 1, '²¥ˆSbñ¢', 210, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:50:57', 'BcmQlF', 74, 75, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2875, NULL, 1452, 72);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1195, 1, '²¥ˆSbñ¢', 210, 75, 74, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:01', 'woEdgE', 1, 2, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 78, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1196, 1, 'yaªÓvr', 209, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:01', 'SchNqk', 1, 2, NULL, NULL, 486, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 122, NULL, 142, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1197, 1, '²¥ˆSbñ¢', 210, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:05', 'Xuhjjs', 68, 69, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 73, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1198, 1, '²¥ˆSbñ¢', 210, 69, 68, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:09', 'dHHsF7', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 82, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1199, 1, 'yaªÓvr', 209, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:15', '56saav', 52, 53, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 88, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1200, 1, '²¥ˆSbñ¢', 210, 53, 52, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:22', 382422, 1, 2, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 82, 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1201, 1, '²¥ˆSbñ¢', 210, 2, 1, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:25', 'MTPWww', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 76, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1202, 1, 'yaªÓvr', 209, 53, 52, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:30', 'zZ9be1', 68, 69, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 86, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1203, 1, '²¥ˆSbñ¢', 210, 53, 52, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:37', 'SeT1i0', 68, 69, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 63);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1204, 1, 'yaªÓvr', 209, 69, 68, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:53', 'MdxrXD', 38, 39, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 609, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1205, 1, 'yaªÓvr', 209, 39, 38, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:51:56', 'RS4qoE', 38, 39, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1206, 1, 'yaªÓvr', 209, 39, 38, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:52:00', 'RW8FyT', 70, 71, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 879, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1207, 1, 'yaªÓvr', 209, 71, 70, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:52:02', 'd5P4JM', 70, 71, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1208, 1, 'yaªÓvr', 209, 71, 70, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:52:13', 'CJrIiM', 40, 41, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 958, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1209, 1, '²¥ˆSbñ¢', 210, 69, 68, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:55:52', 'VbM1Y4', 1, 2, NULL, NULL, 255, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 393, '0', NULL, 93, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1210, 1, '²¥ˆSbñ¢', 210, 2, 1, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:55:58', 'w92II8', 1, 2, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 76, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1211, 1, '²¥ˆSbñ¢', 210, 2, 1, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:56:01', '8KbUTb', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 79, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1212, 1, '²¥ˆSbñ¢', 210, 53, 52, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:57:54', '4qK76v', 68, 69, NULL, NULL, 113, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 29, NULL, 131, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1213, 1, '²¥ˆSbñ¢', 210, 69, 68, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 21:59:05', 'n3spV5', 52, 53, NULL, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1214, 1, '^Gar¹ìê', 211, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:02:10', 'l4CiqX', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1543, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1215, 1, '^Gar¹ìê', 211, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:02:52', 'c16nby', 52, 53, NULL, NULL, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1060, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1216, 1, '8VÆÉ²Fð‘', 211, 53, 52, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:03:03', 'BLjboC', 52, 25, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 12, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1217, 1, '^Gar¹ìê', 212, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:03', 'Dq8fjB', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1491, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1218, 1, '^Gar¹ìê', 212, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:07', 'PRubFm', 40, 41, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 877, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1219, 1, '^Gar¹ìê', 212, 41, 40, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:10', 'BkrWj5', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1138, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1220, 1, '^Gar¹ìê', 212, 53, 52, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:13', 'y1thjK', 70, 71, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 947, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1221, 1, '^Gar¹ìê', 212, 71, 70, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:17', '7V510E', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 980, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1222, 1, '^Gar¹ìê', 212, 53, 52, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:20', 'h36R99', 38, 39, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 888, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1223, 1, '^Gar¹ìê', 212, 39, 38, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:23', '4cyeXc', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 884, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1224, 1, '^Gar¹ìê', 212, 53, 52, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:28', 'OYJqcN', 68, 69, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 848, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1225, 1, '^Gar¹ìê', 212, 69, 68, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:04:31', '7PD9Uz', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 980, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1226, 1, '^Gar¹ìê', 212, 53, 52, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:13:24', 'WbCd4U', 1, 2, NULL, NULL, 533, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1790, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1227, 1, '^Gar¹ìê', 212, 2, 1, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:13:29', 'blvzYO', 97, 98, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 221, '0', NULL, 1089, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1228, 1, '^Gar¹ìê', 212, 98, 97, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:13:35', '2rFR2S', 19, 20, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1034, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1229, 1, '^Gar¹ìê', 212, 20, 19, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:13:38', 'CwsL4O', 97, 98, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 925, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1230, 1, '^Gar¹ìê', 212, 98, 97, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:13:41', 'hRsyc6', 42, 43, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1068, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1231, 1, '^Gar¹ìê', 212, 43, 42, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:13:45', 'eN6clR', 97, 98, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 202, '0', NULL, 913, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1232, 1, '^Gar¹ìê', 212, 98, 97, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:13:57', 'FbhQ9m', 97, 98, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 822, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1233, 1, 'ÇÓèê=…ÀA', 212, 98, 97, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:14:02', 'gE0apF', 97, 25, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1234, 1, '^Gar¹ìê', 213, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:14:43', 'perBvv', 97, 98, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1303, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1235, 1, '^Gar¹ìê', 213, 98, 97, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:14:47', '6i0oG9', 21, 22, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 899, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1236, 1, '^Gar¹ìê', 213, 22, 21, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:14:51', 'WgMipo', 97, 98, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 853, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1237, 1, '^Gar¹ìê', 213, 98, 97, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:14:54', 'vcwyTQ', 88, 89, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 948, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1238, 1, '^Gar¹ìê', 213, 89, 88, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:14:58', 'UDoAtX', 97, 98, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 992, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1239, 1, '^Gar¹ìê', 213, 98, 97, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:03', 'ekmXbe', 52, 53, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 995, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1240, 1, '^Gar¹ìê', 213, 53, 52, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:10', 'GY1IiU', 95, 96, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1191, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1241, 1, '^Gar¹ìê', 213, 96, 95, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:16', 's6zcoj', 15, 16, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 949, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1242, 1, '^Gar¹ìê', 213, 16, 15, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:19', 'GdWBBW', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1006, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1243, 1, '^Gar¹ìê', 213, 96, 95, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:22', 'dSF2uo', 86, 87, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 927, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1244, 1, '^Gar¹ìê', 213, 87, 86, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:25', 'rT9Szn', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 214, '0', NULL, 942, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1245, 1, '^Gar¹ìê', 213, 96, 95, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:30', 'ZJ4KhE', 36, 37, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 994, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1246, 1, '^Gar¹ìê', 213, 37, 36, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:34', '9E4uwn', 95, 96, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 876, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1247, 1, '^Gar¹ìê', 213, 96, 95, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:37', 'm6EidN', 84, 85, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1033, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1248, 1, '^Gar¹ìê', 213, 85, 84, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:40', '5YIMTG', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 978, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1249, 1, '^Gar¹ìê', 213, 96, 95, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:42', '82LIIv', 17, 18, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 893, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1250, 1, '^Gar¹ìê', 213, 18, 17, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:45', 'MRa5xr', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 911, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1251, 1, '^Gar¹ìê', 213, 96, 95, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:49', 'J5GuNP', 82, 83, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 976, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1252, 1, '^Gar¹ìê', 213, 83, 82, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:52', 'ton8Sb', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 942, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1253, 1, '^Gar¹ìê', 213, 96, 95, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:55', 'NSBEBy', 80, 81, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1271, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1254, 1, '^Gar¹ìê', 213, 81, 80, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:15:58', 'q5mKYw', 95, 96, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 925, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1255, 1, '^Gar¹ìê', 213, 96, 95, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:00', '7WRxl7', 23, 24, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 940, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1256, 1, '^Gar¹ìê', 213, 24, 23, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:04', 'Kkk2KN', 34, 35, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 983, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1257, 1, '^Gar¹ìê', 213, 35, 34, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:06', 'oqzGFp', 23, 24, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 939, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1258, 1, '^Gar¹ìê', 213, 24, 23, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:08', '5fMDBj', 29, 31, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1016, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1259, 1, '^Gar¹ìê', 213, 31, 29, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:12', 'Jj4Xcc', 23, 24, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1117, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1260, 1, '^Gar¹ìê', 213, 24, 23, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:15', 'AZsjaG', 32, 33, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1032, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1261, 1, '^Gar¹ìê', 213, 33, 32, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:18', 'UJXFMN', 23, 24, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1009, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1262, 1, '^Gar¹ìê', 213, 24, 23, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:21', 'bMz7d4', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1018, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1263, 1, '^Gar¹ìê', 213, 102, 101, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:29', '9LXmn9', 78, 79, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 229, '0', NULL, 942, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1264, 1, '^Gar¹ìê', 213, 79, 78, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:33', 'SI02Ew', 101, 102, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 910, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1265, 1, '¹Ï…R&uC', 213, 102, 101, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:16:37', 'jinD3c', 101, 25, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 3, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1266, 1, '^Gar¹ìê', 214, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:18:53', 'Wqj3JW', 101, 102, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1622, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1267, 1, '^Gar¹ìê', 214, 102, 101, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:18:57', 'lhp68c', 99, 100, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1045, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1268, 1, '²¥ˆSbñ¢', 210, 53, 52, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:19:03', 'weD0vC', 1, 2, NULL, NULL, 1198, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 386, 79, NULL, 1162, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1269, 1, '²¥ˆSbñ¢', 210, 2, 1, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:19:13', 'EaBb1t', 44, 45, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 896, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1270, 1, 'ŸÌÔó2ƒ™', 214, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:19:34', 'T2BMwL', 99, 25, NULL, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 4, NULL, '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1271, 1, '²¥ˆSbñ¢', 210, 45, 44, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:19:35', 'd5uDiq', 44, 45, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1272, 1, '²¥ˆSbñ¢', 210, 45, 44, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:19:41', 'k06YMA', 46, 47, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 337, '0', NULL, 964, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1273, 1, '^Gar¹ìê', 215, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:28', 'III6I4', 99, 100, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1940, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1274, 1, '^Gar¹ìê', 215, 100, 99, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:33', 'HnwobI', 7, 8, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 868, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1275, 1, '^Gar¹ìê', 215, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:36', 'ZPKXle', 99, 100, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 937, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1276, 1, '^Gar¹ìê', 215, 100, 99, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:39', 'satUxN', 72, 73, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 889, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1277, 1, '^Gar¹ìê', 215, 73, 72, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:42', 'rgxyqr', 99, 100, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 909, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1278, 1, '^Gar¹ìê', 215, 100, 99, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:45', 'hOdsnI', 74, 75, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 263, '0', NULL, 870, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1279, 1, '^Gar¹ìê', 215, 75, 74, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:47', 'AEQXcw', 99, 100, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 878, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1280, 1, '^Gar¹ìê', 215, 100, 99, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:51', '5C8e2D', 76, 77, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 901, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1281, 1, '^Gar¹ìê', 215, 77, 76, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:54', 'q4LVlM', 99, 100, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 221, '0', NULL, 794, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1282, 1, '^Gar¹ìê', 215, 100, 99, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:20:58', 'Ditju7', 101, 102, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1020, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1283, 1, '^Gar¹ìê', 215, 102, 101, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:01', 'HqRDG1', 78, 79, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 975, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1284, 1, '^Gar¹ìê', 215, 79, 78, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:04', '3NV6Zr', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 926, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1285, 1, '^Gar¹ìê', 215, 102, 101, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:07', 'YEkY0B', 5, 6, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 915, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1286, 1, '^Gar¹ìê', 215, 6, 5, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:10', 'HYiHuu', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 947, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1287, 1, '^Gar¹ìê', 215, 102, 101, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:13', 'KFYmNr', 9, 10, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 244, '0', NULL, 950, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1288, 1, '^Gar¹ìê', 215, 10, 9, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:16', '7TFg3n', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 193, '0', NULL, 920, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1289, 1, '^Gar¹ìê', 215, 102, 101, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:19', 'rfL8pF', 11, 12, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 880, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1290, 1, '^Gar¹ìê', 215, 12, 11, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:22', 'zoNo7k', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 952, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1291, 1, '^Gar¹ìê', 215, 102, 101, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:25', 'rd1NEH', 13, 14, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 894, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1292, 1, '^Gar¹ìê', 215, 14, 13, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:21:28', 'KFVIQF', 101, 102, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 843, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1293, 1, '²¥ˆSbñ¢', 210, 47, 46, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:47:36', '4XYK8S', 46, 47, NULL, NULL, 1675, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 417, NULL, 136, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1294, 1, '²¥ˆSbñ¢', 210, 47, 46, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:47:51', 'e67caz', 1, 2, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 649, '0', NULL, 67, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1295, 1, '²¥ˆSbñ¢', 210, 2, 1, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:47:53', 'cJ05sZ', 1, 2, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 84, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1296, 1, '²¥ˆSbñ¢', 210, 2, 1, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:47:57', 'NN4pPP', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 925, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1297, 1, '²¥ˆSbñ¢', 210, 53, 52, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:48:02', 'rgDNTF', 68, 69, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 916, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1298, 1, '²¥ˆSbñ¢', 210, 69, 68, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:48:07', 'N1hxbI', 68, 69, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1299, 1, '²¥ˆSbñ¢', 210, 69, 68, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:48:11', 'NJunro', 52, 53, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1300, 1, '²¥ˆSbñ¢', 210, 53, 52, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:48:14', 'X0h2fj', 68, 69, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1301, 1, '²¥ˆSbñ¢', 210, 69, 68, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 22:48:17', 'RK5kB3', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1302, 1, 'yaªÓvr', 216, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 23:33:02', 'IFffcI', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 84, 15);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1303, 1, 'yaªÓvr', 216, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 23:33:05', 'kwA5o3', 52, 53, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1304, 1, 'yaªÓvr', 216, 53, 52, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 23:33:07', '3kDcKL', 68, 69, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 80, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1305, 1, 'yaªÓvr', 216, 69, 68, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 23:33:10', 'RNEd3Z', 68, 69, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1306, 1, 'yaªÓvr', 216, 69, 68, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-09 23:33:31', 'YlwhLM', 70, 71, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1001, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1307, 1, '•e†K‘z›', 217, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 06:21:57', '7Nf8Al', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 683, 2171, '0', 10, 1672, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1308, 1, '•e†K‘z›', 217, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 06:22:23', 'OJdDho', 1, 2, NULL, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 228, '0', NULL, 280, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1309, 1, '•e†K‘z›', 217, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 06:22:36', '3xdkWV', 7, 8, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 213, '0', NULL, 1063, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1310, 1, '{ÑT‡ÈIÀ$', 218, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 08:13:34', 'nZ7oID', 63, 66, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 172, 439, '0', 2, 1221, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1311, 1, '{ÑT‡ÈIÀ$', 218, 66, 63, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 08:14:02', '4NqFLQ', 174, NULL, '', NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1312, 1, '{ÑT‡ÈIÀ$', 219, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:10:24', 'WLg4AO', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 90, 384, '0', 37, 485, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1313, 1, '¦ÂïÓÄ˜', 220, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:11:52', 'lHd4Yg', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 37, 775, 96, 4, 623, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1314, 1, '¦ÂïÓÄ˜', 220, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:12:03', 'cCUQxM', 1, 2, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 553, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1315, 1, '¦ÂïÓÄ˜', 220, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:12:52', 'l28C9a', 99, 100, NULL, NULL, 49, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1619, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1316, 1, '¦ÂïÓÄ˜', 220, 100, 99, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:12:58', 'Al4sCz', 7, 8, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1338, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1317, 1, '¦ÂïÓÄ˜', 220, 8, 7, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:13:39', 'XZWZti', 72, 73, NULL, NULL, 41, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1461, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1318, 1, '¦ÂïÓÄ˜', 220, 73, 72, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:14:02', 'kLquet', 74, 75, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1584, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1319, 1, '¦ÂïÓÄ˜', 220, 75, 74, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:14:32', '5KwTYh', 76, 77, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1566, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1320, 1, '¦ÂïÓÄ˜', 220, 77, 76, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:15:01', 'Ia4nhp', 78, 79, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1694, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1321, 1, '¦ÂïÓÄ˜', 220, 79, 78, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:15:29', 'TcWZkc', 5, 6, NULL, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1524, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1322, 1, '¦ÂïÓÄ˜', 220, 6, 5, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:16:05', 'ZRKwiA', 9, 10, NULL, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1667, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1323, 1, '¦ÂïÓÄ˜', 220, 10, 9, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:16:16', 'QZTCIf', 11, 12, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1639, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1324, 1, '¦ÂïÓÄ˜', 220, 12, 11, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:16:50', 'WqVBsy', 13, 14, NULL, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1602, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1325, 1, '¦ÂïÓÄ˜', 220, 14, 13, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:17:42', 'pZRCRZ', 1, 2, NULL, NULL, 52, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 527, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1326, 1, '¦ÂïÓÄ˜', 220, 2, 1, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:17:49', 'kXaKEc', 32, 33, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1574, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1327, 1, '¦ÂïÓÄ˜', 220, 33, 32, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:18:08', '4Pc9fc', 29, 31, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1576, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1328, 1, '¦ÂïÓÄ˜', 220, 31, 29, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:18:29', 'Hovcyg', 34, 35, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1562, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1329, 1, '¦ÂïÓÄ˜', 220, 35, 34, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:18:54', 'mxI7NS', 80, 81, NULL, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1863, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1330, 1, '¦ÂïÓÄ˜', 220, 81, 80, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:19:32', 'eBDvrh', 82, 83, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1801, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1331, 1, '¦ÂïÓÄ˜', 220, 83, 82, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:19:44', 'iJFJJ0', 15, 16, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1493, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1332, 1, '¦ÂïÓÄ˜', 220, 16, 15, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:20:32', 'ST8sT7', 17, 18, NULL, NULL, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1832, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1333, 1, '¦ÂïÓÄ˜', 220, 18, 17, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:20:45', 'Ot9uxY', 84, 85, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1612, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1334, 1, '¦ÂïÓÄ˜', 220, 85, 84, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:20:53', 'eB1Zu4', 86, 87, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1233, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1335, 1, '¦ÂïÓÄ˜', 220, 87, 86, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:21:23', 'YMc5hN', 36, 37, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1544, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1336, 1, '¦ÂïÓÄ˜', 220, 37, 36, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:22:40', 'pGb0f4', 52, 53, NULL, NULL, 77, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1700, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1337, 1, '¦ÂïÓÄ˜', 220, 53, 52, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:22:44', 'lT8eqC', 70, 71, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1475, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1338, 1, '¦ÂïÓÄ˜', 220, 71, 70, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:23:15', 'uJJCyW', 38, 39, NULL, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1817, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1339, 1, '¦ÂïÓÄ˜', 220, 39, 38, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:23:28', 'NTqtao', 68, 69, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1458, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1340, 1, '¦ÂïÓÄ˜', 220, 69, 68, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:34:02', 'nlTBCy', 40, 41, NULL, NULL, 634, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 355, 293, '0', 2, 3423, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1341, 1, '¦ÂïÓÄ˜', 220, 41, 40, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:34:09', 'nlTBCy', NULL, 108, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1342, 1, '¦ÂïÓÄ˜', 220, 41, 40, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:35:48', 'KJofHY', 97, 98, NULL, NULL, 99, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1727, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1343, 1, '¦ÂïÓÄ˜', 220, 98, 97, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:35:53', 'InUXT0', 19, 20, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1403, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1344, 1, '¦ÂïÓÄ˜', 220, 20, 19, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:36:28', 'LaM1WX', 42, 43, NULL, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 341, 136, '0', 2, 1566, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1345, 1, '¦ÂïÓÄ˜', 220, 43, 42, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:36:34', 'LaM1WX', NULL, 167, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1346, 1, '¦ÂïÓÄ˜', 220, 43, 42, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:36:57', '0WHs9A', 21, 22, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1565, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1347, 1, '¦ÂïÓÄ˜', 220, 22, 21, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:37:07', 'oSEyUa', 88, 89, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1484, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1348, 1, '¦ÂïÓÄ˜', 220, 89, 88, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:37:17', 'PfnoXz', 46, 47, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1471, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1349, 1, '¦ÂïÓÄ˜', 220, 47, 46, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:37:47', 'vIInbw', 48, 49, NULL, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1635, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1350, 1, '¦ÂïÓÄ˜', 220, 49, 48, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:38:03', 'sPviUU', 92, 93, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1653, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1351, 1, '¦ÂïÓÄ˜', 220, 93, 92, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 09:38:21', 'nPEnnj', 50, 51, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1491, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1352, 1, 'N×bF”Ù<³', 221, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:02:01', '33NXZP', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 89, 736, '0', 11, 462, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1353, 1, 'N×bF”Ù<³', 221, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:02:15', 'sijuR9', 7, 8, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 281, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1354, 1, 'N×bF”Ù<³', 221, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:02:21', 'SqYwM7', 72, 73, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 274, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1355, 1, 'N×bF”Ù<³', 221, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:02:27', '1baoOl', 74, 75, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 167, 234, '0', 3, 270, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1356, 1, 'N×bF”Ù<³', 221, 75, 74, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:02:51', '1baoOl', NULL, 152, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1357, 1, 'N×bF”Ù<³', 221, 75, 74, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:03:24', 'Q0wC1S', 76, 77, NULL, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 1390, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1358, 1, 'N×bF”Ù<³', 221, 77, 76, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:03:41', 'K8YE4E', 38, 39, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1208, 27);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1359, 1, 'cžËaãePV', 222, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:04:44', 'ukS6iq', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 57, 832, '0', 6, 605, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1360, 1, 'cžËaãePV', 222, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:05:06', 'aXi00v', 99, 100, NULL, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1605, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1361, 1, 'cžËaãePV', 222, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:05:17', 'JuAJ87', 72, 73, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 585, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1362, 1, 'cžËaãePV', 222, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:05:54', 'Atnkkr', 74, 75, NULL, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 539, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1363, 1, 'cžËaãePV', 222, 75, 74, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:06:41', 'PPGhZ9', 76, 77, NULL, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 593, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1364, 1, '¹Ñ¡ô{', 221, 39, 38, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:10:07', 'qeFPVC', 1, 2, NULL, NULL, 386, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 118, 795, '0', 8, 542, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1365, 1, '¹Ñ¡ô{', 221, 2, 1, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:10:12', 'kxrIEc', 101, 102, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1862, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1366, 1, '¹Ñ¡ô{', 221, 102, 101, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:10:17', 'MkYR4G', 78, 79, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1304, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1367, 1, '¹Ñ¡ô{', 221, 79, 78, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:12:56', 'YxUDJv', 34, 35, NULL, NULL, 159, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 631, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1368, 1, '¹Ñ¡ô{', 221, 35, 34, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:13:05', 'Np4xca', 74, 75, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 582, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1369, 1, '·Ó«3©À', 223, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:15:23', 'ooLrHs', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 109, 955, '0', 5, 503, 65);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1370, 1, '·Ó«3©À', 223, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:15:31', '1pq0EA', 99, 100, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 257, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1371, 1, '·Ó«3©À', 223, 100, 99, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:15:38', 'ysJ1XI', 7, 8, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 256, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1372, 1, '·Ó«3©À', 223, 8, 7, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:15:53', 'tS0wmK', 72, 73, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 254, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1373, 1, '·Ó«3©À', 223, 73, 72, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:16:36', 'BFKVOi', 74, 75, NULL, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 264, 26);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1374, 1, '·Ó«3©À', 223, 75, 74, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:17:40', 'J9TLDG', 52, 53, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, 1377, 31);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1375, 1, '·Ó«3©À', 223, 53, 52, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:17:45', 'N45Icf', 38, 39, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 260, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1376, 1, '·Ó«3©À', 223, 39, 38, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:18:03', '02g06u', 68, 69, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1130, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1377, 1, '·Ó«3©À', 223, 69, 68, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:18:32', 'AJzPm7', 21, 22, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1139, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1378, 1, 'ÈRéq÷vŒ', 224, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:24:13', 'oOWnCn', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 107, 393, '0', 3, 459, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1379, 1, 'ÈRéq÷vŒ', 224, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:24:27', 'EFEd8I', 1, 2, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 238, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1380, 1, '\'ÐD\ZzdÓy', 225, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:48:17', 'wYduaZ', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1354, 1246, NULL, 2868, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1381, 1, '\'ÐD\ZzdÓy', 225, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:48:22', 'WtOhy6', 40, 41, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 960, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1382, 1, '\'ÐD\ZzdÓy', 225, 41, 40, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 12:51:45', 'wumEiF', 34, 35, NULL, NULL, 203, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 81, NULL, 205, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1383, 1, '\'ÐD\ZzdÓy', 226, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 13:29:33', 'lzRR1r', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 208, NULL, 2797, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1384, 1, '\'ÐD\ZzdÓy', 226, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 13:29:36', 'kOqB4R', 5, 6, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 836, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1385, 1, '\'ÐD\ZzdÓy', 226, 6, 5, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 13:36:45', 'Pl2XAF', 40, 41, NULL, NULL, 429, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 111, NULL, 1018, 17);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1386, 1, '\'ÐD\ZzdÓy', 227, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 14:56:39', '02Wyak', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 334, NULL, 1560, 16);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1387, 1, '\'ÐD\ZzdÓy', 227, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 14:56:45', '6rWfcC', 68, 69, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 882, 14);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1388, 1, 'ôœ%–pñÅ', 228, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:32:25', 'rHInDU', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 46, 581, '0', 5, 2413, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1389, 1, 'ôœ%–pñÅ', 228, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:32:27', '8lPabU', 36, 37, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 883, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1390, 1, 'àÈÌé0JlÅ', 229, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:53:26', 'p7SrRT', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 222, 925, 149, 6, 586, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1391, 1, 'àÈÌé0JlÅ', 229, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:53:32', 'NAgr8S', 7, 8, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1266, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1392, 1, 'àÈÌé0JlÅ', 229, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:53:43', 'pyf2V5', 72, 73, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1170, 23);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1393, 1, 'àÈÌé0JlÅ', 229, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:53:55', 'LoKOvI', 74, 75, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1136, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1394, 1, 'àÈÌé0JlÅ', 229, 75, 74, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:55:39', '6YPpje', 76, 77, NULL, NULL, 104, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1415, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1395, 1, 'àÈÌé0JlÅ', 229, 77, 76, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:55:50', 'pHBZoh', 78, 79, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1237, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1396, 1, 'àÈÌé0JlÅ', 229, 79, 78, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:56:08', 'Uanh9I', 13, 14, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1208, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1397, 1, 'àÈÌé0JlÅ', 229, 14, 13, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:56:48', 'qaZNkW', 38, 39, NULL, NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1332, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1398, 1, 'àÈÌé0JlÅ', 229, 39, 38, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 16:57:07', '3LBtTH', 68, 69, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1373, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1399, 1, 'ôœ%–pñÅ', 230, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:54:40', '04iIpB', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 385, '0', NULL, 1942, 44);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1400, 1, 'ôœ%–pñÅ', 230, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:54:46', 'OMZI0r', 29, 31, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 978, 5);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1401, 1, 'ôœ%–pñÅ', 230, 31, 29, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:55:00', 'jxF0uy', 34, 35, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 983, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1402, 1, 'ôœ%–pñÅ', 230, 35, 34, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:55:18', 'rgdjYb', 32, 33, NULL, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 946, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1403, 1, 'ôœ%–pñÅ', 230, 33, 32, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:55:33', 'iOcGPQ', 9, 10, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 916, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1404, 1, 'ôœ%–pñÅ', 230, 10, 9, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:55:42', 'AtdslH', 36, 37, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 894, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1405, 1, 'ôœ%–pñÅ', 230, 37, 36, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:55:45', 'iqQfAU', 68, 69, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 881, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1406, 1, 'ôœ%–pñÅ', 230, 69, 68, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:56:23', 'qeY79H', 1, 2, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 163, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1407, 1, 'ôœ%–pñÅ', 230, 2, 1, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:56:28', 'nfTQPs', 76, 77, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 879, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1408, 1, 'ôœ%–pñÅ', 230, 77, 76, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:56:31', 'oPP6mZ', 72, 73, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 799, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1409, 1, 'ôœ%–pñÅ', 230, 73, 72, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:56:35', 'EVcHls', 5, 6, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 797, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1410, 1, 'ôœ%–pñÅ', 230, 6, 5, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:57:11', 'N6dszi', 70, 71, NULL, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 55, NULL, 1143, 53);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1411, 1, 'ôœ%–pñÅ', 230, 71, 70, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:57:15', 'DPpbuN', 38, 39, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1004, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1412, 1, 'ôœ%–pñÅ', 230, 39, 38, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:57:35', '5Id7GU', 44, 45, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 987, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1413, 1, 'ôœ%–pñÅ', 230, 45, 44, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 18:57:49', 'MTs7gS', 92, 93, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 970, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1414, 1, '\'ÐD\ZzdÓy', 231, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 20:01:54', 'DhrxB5', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 98, NULL, 236, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1415, 1, '\'ÐD\ZzdÓy', 231, 53, 52, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 20:02:08', 'E7ZrVF', 1, 2, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1471, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1416, 1, '\'ÐD\ZzdÓy', 232, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 21:02:01', '3KIpWj', 52, 53, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 300, NULL, 254, 9);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1417, 1, '²¥ˆSbñ¢', 233, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-10 22:13:35', 'dcgnKI', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 276, NULL, 1573, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1418, 1, '¡©!\rvÂó“', 234, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 07:51:03', 'A4Qcxc', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 153, 904, '0', 5, 1641, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1419, 1, 'H–<ï^z', 235, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:56:56', 'LiCaFN', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 97, 1037, 41, 9, 2399, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1420, 1, 'H–<ï^z', 235, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:57:07', 'wBae3q', 1, 2, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 262, 6);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1421, 1, 'H–<ï^z', 235, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:57:38', 'wq9XrD', 40, 41, NULL, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, 1251, 21);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1422, 1, 'H–<ï^z', 235, 41, 40, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:58:01', '2hx3qE', 76, 77, NULL, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1125, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1423, 1, 'H–<ï^z', 235, 77, 76, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:58:21', 'twQIln', 72, 73, NULL, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 960, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1424, 1, 'H–<ï^z', 235, 73, 72, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:58:28', 'AhD5CH', 74, 75, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 959, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1425, 1, 'H–<ï^z', 235, 75, 74, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:58:55', 'RtJDTq', 11, 12, NULL, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 162, 144, '0', 2, 1000, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1426, 1, 'H–<ï^z', 235, 12, 11, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 10:59:01', 'RtJDTq', NULL, 157, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1427, 1, '`çqŽûRÍ ', 236, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:10:22', 'W8skfE', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 100, 879, '0', 7, 664, 73);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1428, 1, '`çqŽûRÍ ', 236, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:14:26', 'V53v3d', 1, 2, NULL, NULL, 244, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 588, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1429, 1, '`çqŽûRÍ ', 236, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:17:33', 'dIZpKV', 7, 8, NULL, NULL, 187, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1462, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1430, 1, '`çqŽûRÍ ', 236, 8, 7, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:18:16', 'AfaCZg', 72, 73, NULL, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 576, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1431, 1, '`çqŽûRÍ ', 236, 73, 72, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:18:27', 'mMBJ9A', 74, 75, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 603, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1432, 1, '`çqŽûRÍ ', 236, 75, 74, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:19:38', 'fSpqd9', 76, 77, NULL, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 545, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1433, 1, '`çqŽûRÍ ', 236, 77, 76, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:19:59', 'qnUhdo', 78, 79, NULL, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1323, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1434, 1, '`çqŽûRÍ ', 236, 79, 78, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:20:13', 'E8DUD1', 5, 6, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1089, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1435, 1, '`çqŽûRÍ ', 236, 6, 5, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:20:28', '3xsGzu', 9, 10, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1494, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1436, 1, '`çqŽûRÍ ', 236, 10, 9, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:20:40', 'Huc0QK', 11, 12, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1231, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1437, 1, '`çqŽûRÍ ', 236, 12, 11, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:21:27', 'yTbQYH', 13, 14, NULL, NULL, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1368, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1438, 1, '`çqŽûRÍ ', 236, 14, 13, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:21:43', 'OToCsq', 32, 33, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1358, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1439, 1, '`çqŽûRÍ ', 236, 33, 32, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:24:50', 'WC5xPs', 29, 31, NULL, NULL, 187, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 587, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1440, 1, '`çqŽûRÍ ', 236, 31, 29, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:25:05', 'HIQoqj', 34, 35, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1456, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1441, 1, '`çqŽûRÍ ', 236, 35, 34, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:26:12', '4g9Tt4', 95, 96, NULL, NULL, 67, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2630, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1442, 1, '`çqŽûRÍ ', 236, 96, 95, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:26:14', 'uJoeFd', 95, 96, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 525, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1443, 1, '`çqŽûRÍ ', 236, 96, 95, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:26:16', 'G3khpk', 95, 96, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1444, 1, '`çqŽûRÍ ', 236, 96, 95, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:26:19', 'kBDwKK', 80, 81, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1469, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1445, 1, '`çqŽûRÍ ', 236, 81, 80, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:27:14', 'bXldjw', 82, 83, NULL, NULL, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1412, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1446, 1, '`çqŽûRÍ ', 236, 83, 82, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:27:27', 'Clged9', 15, 16, NULL, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1253, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1447, 1, '`çqŽûRÍ ', 236, 16, 15, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:27:34', 'jA4H9Y', 17, 18, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1202, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1448, 1, '`çqŽûRÍ ', 236, 18, 17, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:27:40', 'DhDX1k', 84, 85, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1209, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1449, 1, '`çqŽûRÍ ', 236, 85, 84, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:27:45', 'gN5sJz', 86, 87, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1250, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1450, 1, '`çqŽûRÍ ', 236, 87, 86, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:27:53', '5M7t1A', 36, 37, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1210, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1451, 1, '`çqŽûRÍ ', 236, 37, 36, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:34:54', '82Zt9g', 70, 71, NULL, NULL, 421, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 334, '0', NULL, 1404, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1452, 1, '`çqŽûRÍ ', 236, 71, 70, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:35:50', '5SapWv', 38, 39, NULL, NULL, 56, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1434, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1453, 1, '`çqŽûRÍ ', 236, 39, 38, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:36:07', 'ijUOMS', 68, 69, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1390, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1454, 1, '`çqŽûRÍ ', 236, 69, 68, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:38:30', '1hlIpi', 40, 41, NULL, NULL, 143, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1519, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1455, 1, '`çqŽûRÍ ', 236, 41, 40, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:38:38', 'Plsbfx', 97, 98, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1310, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1456, 1, '`çqŽûRÍ ', 236, 98, 97, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:38:41', 'e87Qdn', 19, 20, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 379, 243, '0', 1, 1280, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1457, 1, '`çqŽûRÍ ', 236, 20, 19, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:38:58', 'e87Qdn', NULL, 164, NULL, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1458, 1, '`çqŽûRÍ ', 236, 20, 19, NULL, 30, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:39:17', 'e87Qdn', NULL, 165, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1459, 1, '`çqŽûRÍ ', 236, 20, 19, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:40:03', 'wv8srT', 42, 43, NULL, NULL, 46, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 457, 369, '0', 2, 1564, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1460, 1, '`çqŽûRÍ ', 236, 43, 42, NULL, 31, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:40:09', 'wv8srT', NULL, 167, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1461, 1, '`çqŽûRÍ ', 236, 43, 42, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:41:07', '5M9PXc', 21, 22, NULL, NULL, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1515, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1462, 1, '`çqŽûRÍ ', 236, 22, 21, NULL, 33, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:41:12', 'C43ETK', 88, 89, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1283, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1463, 1, '`çqŽûRÍ ', 236, 89, 88, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:41:27', 'pp48Ay', 44, 45, NULL, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1436, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1464, 1, '`çqŽûRÍ ', 236, 45, 44, NULL, 35, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:42:38', 'PyzxQ2', 46, 47, NULL, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1605, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1465, 1, '`çqŽûRÍ ', 236, 47, 46, NULL, 36, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:43:12', 'gqeX5W', 48, 49, NULL, NULL, 34, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1404, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1466, 1, '`çqŽûRÍ ', 236, 49, 48, NULL, 37, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:43:50', 'anWyPO', 92, 93, NULL, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1729, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1467, 1, '`çqŽûRÍ ', 236, 93, 92, NULL, 38, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:43:59', 'gB6jvn', 50, 51, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1229, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1468, 1, '`çqŽûRÍ ', 236, 51, 50, NULL, 39, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:45:10', 'OyPuQq', 70, 71, NULL, NULL, 71, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 541, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1469, 1, '`çqŽûRÍ ', 236, 71, 70, NULL, 40, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:45:14', 'qu741O', 50, 51, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1470, 1, 'pvh²ÊÖ', 237, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:46:15', '4SPqtB', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 266, 918, 4, 3, 592, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1471, 1, 'pvh²ÊÖ', 237, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:47:19', 'GZQmGM', 7, 8, NULL, NULL, 64, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 625, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1472, 1, 'pvh²ÊÖ', 237, 8, 7, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:47:24', 'A0GxAF', 72, 73, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 336, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1473, 1, 'pvh²ÊÖ', 237, 73, 72, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:47:43', 'q6V8Dm', 76, 77, NULL, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 323, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1474, 1, 'pvh²ÊÖ', 237, 77, 76, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:47:54', 'YIYdnY', 78, 79, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 321, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1475, 1, 'pvh²ÊÖ', 237, 79, 78, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:48:00', 'e5Omwz', 5, 6, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 320, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1476, 1, 'pvh²ÊÖ', 237, 6, 5, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:48:29', 'HwE8mz', 9, 10, NULL, NULL, 29, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 323, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1477, 1, 'pvh²ÊÖ', 237, 10, 9, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:48:36', 'ZPHK0x', 11, 12, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 316, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1478, 1, 'pvh²ÊÖ', 237, 12, 11, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:48:39', 'UiFdOY', 13, 14, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 316, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1479, 1, 'pvh²ÊÖ', 237, 14, 13, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:48:49', 'E72k82', 32, 33, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 317, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1480, 1, 'pvh²ÊÖ', 237, 33, 32, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:48:56', 'Suy4gn', 29, 31, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 317, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1481, 1, 'pvh²ÊÖ', 237, 31, 29, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:49:03', 'fX4uf9', 34, 35, NULL, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 324, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1482, 1, 'pvh²ÊÖ', 237, 35, 34, NULL, 13, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:49:11', 'pzdg5z', 80, 81, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 321, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1483, 1, 'pvh²ÊÖ', 237, 81, 80, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:49:54', '1Sm5HN', 82, 83, NULL, NULL, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 605, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1484, 1, 'pvh²ÊÖ', 237, 83, 82, NULL, 15, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:50:03', 'glR1YL', 15, 16, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 307, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1485, 1, 'pvh²ÊÖ', 237, 16, 15, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:50:35', 'iFv4Mn', 17, 18, NULL, NULL, 32, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 591, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1486, 1, 'pvh²ÊÖ', 237, 18, 17, NULL, 17, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:50:36', 'A443YX', 84, 85, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 303, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1487, 1, 'pvh²ÊÖ', 237, 85, 84, NULL, 18, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:50:46', 'L6dSxP', 86, 87, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 307, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1488, 1, 'pvh²ÊÖ', 237, 87, 86, NULL, 19, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:50:56', 'wTgzS0', 36, 37, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 313, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1489, 1, 'pvh²ÊÖ', 237, 37, 36, NULL, 20, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:51:20', 'Rgtvnx', 40, 41, NULL, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 311, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1490, 1, 'pvh²ÊÖ', 237, 41, 40, NULL, 21, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:51:24', 'kFhkDE', 68, 69, NULL, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 165, 164);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1491, 1, 'pvh²ÊÖ', 237, 69, 68, NULL, 22, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:51:27', 'B22MA4', 19, 20, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 303, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1492, 1, 'pvh²ÊÖ', 237, 20, 19, NULL, 23, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:51:35', '8dPGyX', 42, 43, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 314, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1493, 1, 'pvh²ÊÖ', 237, 43, 42, NULL, 24, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:51:41', 'NTXhq4', 21, 22, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 313, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1494, 1, 'pvh²ÊÖ', 237, 22, 21, NULL, 25, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:51:46', 'iQ4QoN', 46, 47, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 319, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1495, 1, 'pvh²ÊÖ', 237, 47, 46, NULL, 26, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:51:58', 'nvz4HW', 48, 49, NULL, NULL, 12, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 312, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1496, 1, 'pvh²ÊÖ', 237, 49, 48, NULL, 27, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:52:03', 'nHR8EB', 50, 51, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 300, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1497, 1, 'pvh²ÊÖ', 237, 51, 50, NULL, 28, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 12:52:08', 'xyuMYB', 1, 2, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 303, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1498, 1, '\'~\\eÆ„P%', 238, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:16:26', '4JLt6d', 46, 47, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 98, 194, '0', 2, 574, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1499, 1, '\'~\\eÆ„P%', 238, 47, 46, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:16:32', 'oQ2TE4', 50, 51, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 320, 1);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1500, 1, '\'~\\eÆ„P%', 238, 51, 50, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:16:46', 'udzEfi', 44, 45, NULL, NULL, 14, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 624, 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1501, 1, '\'~\\eÆ„P%', 238, 45, 44, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:17:02', 'dQ1oUy', 46, 47, NULL, NULL, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 605, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1502, 1, '\'~\\eÆ„P%', 238, 47, 46, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:17:10', 'ilPVYe', 44, 45, NULL, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, '0', 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1503, 1, '~Š„óHÙCr', 239, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:33:27', 'ASzooR', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 475, 830, 126, 9, 532, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1504, 1, '~Š„óHÙCr', 239, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:45:59', 'w5REp3', 1, 2, NULL, NULL, 752, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 552, 21, NULL, 1858, 78);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1505, 1, '~Š„óHÙCr', 239, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:46:08', 'YaRQg0', 5, 6, NULL, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 297, 62);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1506, 1, '~Š„óHÙCr', 239, 6, 5, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:46:18', 'NPJOvM', 32, 33, NULL, NULL, 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 324, 66);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1507, 1, '~Š„óHÙCr', 239, 33, 32, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:49:33', 'LU9a5h', 11, 12, NULL, NULL, 195, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 558, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1508, 1, '~Š„óHÙCr', 239, 12, 11, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:50:33', 'UArXYN', 38, 39, NULL, NULL, 60, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1327, 22);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1509, 1, '~Š„óHÙCr', 239, 39, 38, NULL, 7, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 13:58:40', 'QfUP4K', 70, 71, NULL, NULL, 487, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 264, 1, NULL, 1288, 25);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1510, 1, '~Š„óHÙCr', 239, 71, 70, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 14:00:46', 'Pk89kC', 11, 12, NULL, NULL, 126, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 11, 210, 1, 1, 531, 18);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1511, 1, '~Š„óHÙCr', 239, 12, 11, NULL, 8, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 14:01:49', 'Pk89kC', NULL, 157, NULL, NULL, 63, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1512, 1, 'ôœ%–pñÅ', 240, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 14:32:16', '21bRxA', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 76, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1513, 1, '²¥ˆSbñ¢', 241, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 15:08:06', '5CxAOe', 61, 58, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 896, 208, NULL, 844, 4);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1514, 1, '²¥ˆSbñ¢', 241, 58, 61, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 15:08:12', 'eZs2x6', 1, 2, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 66, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1515, 1, '¿ÇäÇ\\iûã', 242, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 15:08:28', 'rabMCx', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 128, 11);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1516, 1, '²¥ˆSbñ¢', 243, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 15:47:10', '5JXPyN', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 422, NULL, 146, 82);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1517, 1, '²¥ˆSbñ¢', 243, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 15:47:12', 'qnRODA', 1, 2, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 84, 5);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1518, 1, '\"¡\\¼svü', 244, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 17:02:41', 'na8ZrD', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1126, 19);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1519, 1, '\"¡\\¼svü', 244, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 17:02:52', 'ZZvAiO', 1, 2, NULL, NULL, 11, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 888, 2);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1520, 1, '\"¡\\¼svü', 244, 2, 1, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 17:04:46', 'iZuaYq', 1, 2, NULL, NULL, 114, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 513, '0', NULL, 934, 3);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1521, 1, '\"¡\\¼svü', 244, 2, 1, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 17:16:55', 'kypgiW', 1, 2, NULL, NULL, 729, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1011, 10);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1522, 1, '\"¡\\¼svü', 244, 2, 1, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 17:26:37', 'Qrr2Nq', 1, 2, NULL, NULL, 582, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 832, 8);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1523, 1, '\"¡\\¼svü', 245, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 21:21:32', 'BrjkVu', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1718, 12);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1524, 1, 'éÃÛ¹·', 246, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-14 18:23:28', 'mWyTCt', 80, 81, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1346, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1525, 1, '™ï„™¥', 247, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-14 22:12:12', 'tUjVTY', 80, 81, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1417, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1526, 1, '™ï„™¥', 247, 81, 80, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-14 22:18:16', 'WiU7NX', 19, 20, NULL, NULL, 364, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1765, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1527, 1, '6\0Ê	Ó5ƒ', 248, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-22 20:02:58', 'rkFDqu', 80, 81, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 565, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1528, 1, '6\0Ê	Ó5ƒ', 248, 81, 80, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-22 20:20:18', 'mVxpTW', 19, 20, NULL, NULL, 1040, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1024, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1529, 1, 'ä›Ä¼QØ', 249, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-24 20:58:05', 'ErcjA8', 80, 81, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1613, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1530, 1, 'K7ùw¸¶&Î', 250, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-25 21:08:48', 'pDXrLr', 19, 20, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1796, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1531, 1, 'Ö‰ItSË€', 251, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-07-29 14:20:24', 'qyw7TQ', 48, 49, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1107, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1532, 1, 'AÌ ýD', 252, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-11-02 09:17:33', 'AU4jKt', 80, 81, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1316, 7);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1533, 1, 'AÌ ýD', 253, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-11-02 17:07:09', '48UvjG', 34, 35, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 1297, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1534, 1, ',Æëjˆ-“', 254, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-01 08:29:34', 'oUitPP', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 205, NULL, 3695, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1535, 1, ',Æëjˆ-“', 254, 2, 1, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-01 08:29:35', 'pgcxlm', 1, 2, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 205, NULL, 3695, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1536, 1, 'kø³5h2', 255, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-02 13:00:47', 'VZ0pMp', 1, 2, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 977, NULL, 2972, '0');

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1537, 1, 'ØK7Ï\"×»Î', 256, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-11 20:38:51', 'FxERa2', 46, 175, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 927, 40);

INSERT IGNORE INTO `wp_3_matomo_log_link_visit_action` (`idlink_va`, `idsite`, `idvisitor`, `idvisit`, `idaction_url_ref`, `idaction_name_ref`, `custom_float`, `pageview_position`, `time_spent`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `server_time`, `idpageview`, `idaction_name`, `idaction_url`, `search_cat`, `search_count`, `time_spent_ref_action`, `idaction_product_cat`, `idaction_product_cat2`, `idaction_product_cat3`, `idaction_product_cat4`, `idaction_product_cat5`, `idaction_product_name`, `product_price`, `idaction_product_sku`, `idaction_event_action`, `idaction_event_category`, `idaction_content_interaction`, `idaction_content_name`, `idaction_content_piece`, `idaction_content_target`, `time_dom_completion`, `time_dom_processing`, `time_network`, `time_on_load`, `time_server`, `time_transfer`) VALUES (1538, 1, '£@æO¶ê\'=', 257, '0', '0', NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2025-12-19 13:34:09', 'WZfbri', 80, 81, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', NULL, 2040, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_log_profiling` (
  `query` text NOT NULL,
  `count` int(10) unsigned DEFAULT NULL,
  `sum_time_ms` float DEFAULT NULL,
  `idprofiling` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idprofiling`),
  UNIQUE KEY `query` (`query`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_log_visit` (
  `idvisit` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `visit_last_action_time` datetime NOT NULL,
  `config_id` binary(8) NOT NULL,
  `location_ip` varbinary(16) NOT NULL,
  `last_idlink_va` bigint(20) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `profilable` tinyint(1) DEFAULT NULL,
  `user_id` varchar(200) DEFAULT NULL,
  `visit_first_action_time` datetime NOT NULL,
  `visit_goal_buyer` tinyint(1) DEFAULT NULL,
  `visit_goal_converted` tinyint(1) DEFAULT NULL,
  `visitor_returning` tinyint(1) DEFAULT NULL,
  `visitor_seconds_since_first` int(10) unsigned DEFAULT NULL,
  `visitor_seconds_since_order` int(10) unsigned DEFAULT NULL,
  `visitor_count_visits` int(10) unsigned NOT NULL DEFAULT 0,
  `visit_entry_idaction_name` int(10) unsigned DEFAULT NULL,
  `visit_entry_idaction_url` int(10) unsigned DEFAULT NULL,
  `visit_exit_idaction_name` int(10) unsigned DEFAULT NULL,
  `visit_exit_idaction_url` int(10) unsigned DEFAULT 0,
  `visit_total_actions` int(10) unsigned DEFAULT NULL,
  `visit_total_interactions` mediumint(8) unsigned DEFAULT 0,
  `visit_total_searches` smallint(5) unsigned DEFAULT NULL,
  `referer_keyword` varchar(255) DEFAULT NULL,
  `referer_name` varchar(255) DEFAULT NULL,
  `referer_type` tinyint(3) unsigned DEFAULT NULL,
  `referer_url` varchar(1500) DEFAULT NULL,
  `location_browser_lang` varchar(20) DEFAULT NULL,
  `config_browser_engine` varchar(10) DEFAULT NULL,
  `config_browser_name` varchar(40) DEFAULT NULL,
  `config_browser_version` varchar(20) DEFAULT NULL,
  `config_client_type` tinyint(1) DEFAULT NULL,
  `config_device_brand` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_model` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_type` tinyint(4) DEFAULT NULL,
  `config_os` char(3) DEFAULT NULL,
  `config_os_version` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `visit_total_events` int(10) unsigned DEFAULT NULL,
  `visitor_localtime` time DEFAULT NULL,
  `visitor_seconds_since_last` int(10) unsigned DEFAULT NULL,
  `config_resolution` varchar(18) DEFAULT NULL,
  `config_cookie` tinyint(1) DEFAULT NULL,
  `config_flash` tinyint(1) DEFAULT NULL,
  `config_java` tinyint(1) DEFAULT NULL,
  `config_pdf` tinyint(1) DEFAULT NULL,
  `config_quicktime` tinyint(1) DEFAULT NULL,
  `config_realplayer` tinyint(1) DEFAULT NULL,
  `config_silverlight` tinyint(1) DEFAULT NULL,
  `config_windowsmedia` tinyint(1) DEFAULT NULL,
  `visit_total_time` int(10) unsigned NOT NULL,
  `location_city` varchar(255) DEFAULT NULL,
  `location_country` char(3) DEFAULT NULL,
  `location_latitude` decimal(9,6) DEFAULT NULL,
  `location_longitude` decimal(9,6) DEFAULT NULL,
  `location_region` char(3) DEFAULT NULL,
  `ai_agent_name` varchar(40) DEFAULT NULL,
  PRIMARY KEY (`idvisit`),
  KEY `index_idsite_config_datetime` (`idsite`,`config_id`,`visit_last_action_time`),
  KEY `index_idsite_datetime` (`idsite`,`visit_last_action_time`),
  KEY `index_idsite_idvisitor_time` (`idsite`,`idvisitor`,`visit_last_action_time`)
) ENGINE=InnoDB AUTO_INCREMENT=258 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (1, 1, '\"¡\\¼svü', '2025-05-12 21:47:57', 'z¨X<\04k', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-12 21:47:46', '0', '0', '0', '0', NULL, 1, 1, 2, 5, 6, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/admin.php?page=matomo-marketplace', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '16:47:44', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 12, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (2, 1, 'à:±ó¾µN', '2025-05-13 17:19:26', '%x ãëK ê', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-13 17:07:09', '0', '0', '0', '0', NULL, 1, 3, 4, 21, 22, 10, 10, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:07:03', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 738, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (3, 1, '^Gar¹ìê', '2025-05-15 11:43:21', '‘ß)ž;#¥Ö', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 10:10:39', '0', '0', '0', '0', NULL, 1, 3, 4, 29, 31, 93, 93, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '05:10:37', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 5563, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (4, 1, 'Ä•&W\Zý¯', '2025-05-15 13:01:10', '‘ß)ž;#¥Ö', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 12:33:36', '0', '0', 1, 8577, NULL, 2, 54, 55, 54, 25, 13, 11, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/post-new.php?post_type=page', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '07:33:36', 8577, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 1655, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (5, 1, '^Gar¹ìê', '2025-05-15 14:51:54', '‘ß)ž;#¥Ö', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 14:51:54', '0', '0', 1, 16875, NULL, 2, 54, 58, 54, 58, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/privacy-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '09:51:52', 16875, '3360x2240', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (6, 1, '}^ä@¹`Ö', '2025-05-15 15:50:44', '˜]|¤€\\Ê', 'Ð&\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 15:43:56', '0', '0', '0', '0', NULL, 1, 3, 4, 42, 43, 8, 8, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '11:43:54', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 409, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (7, 1, 'à:±ó¾µN', '2025-05-15 15:45:25', '|¿Sw¤€ì‹', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 15:45:25', '0', '0', 1, 167896, NULL, 2, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '11:45:20', 167896, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (8, 1, ']Ëë‹‰Ö', '2025-05-15 15:53:46', ',Ú„X÷È›', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 15:53:23', '0', '0', '0', '0', NULL, 1, 3, 4, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:53:19', '0', '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 24, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (9, 1, 'ßÓ\\oäÃ', '2025-05-15 15:53:24', '_›~\n¨9G', '\"Ê\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 15:53:24', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '15:53:24', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (10, 1, ' ö`÷\Z', '2025-05-15 15:54:17', 'L	9YÇ(', 'Ôg\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 15:54:17', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '15:54:17', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (11, 1, 'XµG„ízÅ', '2025-05-15 16:23:38', ';OÕ°Ã®»', 'Ïí\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 16:23:17', '0', '0', '0', '0', NULL, 1, 3, 4, 54, 58, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'WebKit', 'MF', 18.4, 1, 'AP', 'iPhone', 1, 'IOS', 18.4, '0', '11:23:15', '0', '393x852', 1, '0', '0', 1, '0', '0', '0', '0', 22, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (12, 1, 'ÃQÁ®@ÏÜ', '2025-05-15 16:57:08', 'ÿé‚—Åì3', 'Ïí\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 16:57:05', '0', '0', '0', '0', NULL, 1, 3, 4, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 135.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:56:56', '0', '1200x1920', 1, '0', '0', 1, '0', '0', '0', '0', 4, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (13, 1, '%¹ÌÁ±ŒÒ', '2025-05-15 16:57:05', 'BvˆÃs', '6W\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-15 16:57:05', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'CH', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:57:03', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (14, 1, '^Gar¹ìê', '2025-05-16 03:36:14', 'ÜX¦;tõH{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 03:33:39', '0', '0', 1, 62580, NULL, 3, 1, 2, 3, 4, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/admin.php?page=cookie-notice', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '22:33:38', 45705, '1728x1117', 1, '0', '0', 1, '0', '0', '0', '0', 156, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (15, 1, 'ãnÈH©/', '2025-05-16 05:08:56', 'ÜX¦;tõH{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 04:35:35', '0', '0', 1, 66296, NULL, 4, 1, 2, 1, 2, 13, 12, '0', NULL, 'app.cookieyes.com', 3, 'https://app.cookieyes.com/', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '23:35:34', 3716, '1728x1117', 1, '0', '0', 1, '0', '0', '0', '0', 2002, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (16, 1, 'Ô¿½g#±uÇ', '2025-05-16 04:48:00', 'Èm!’ö³T', '? \0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 04:48:00', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '04:48:00', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (17, 1, '¿¹qµ1¯E', '2025-05-16 04:48:35', 'JíÄ‹’;', 'É\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 04:48:35', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '04:48:34', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (18, 1, '«ßl£µ~', '2025-05-16 04:49:49', '4”ë®”»', 'ü\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 04:49:49', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '04:49:48', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (19, 1, 'ˆU¦Ñ/', '2025-05-16 05:01:26', '’îæÓ•ÕA“', '\"ó\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 04:50:23', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '04:50:22', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 664, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (20, 1, '[iîé', '2025-05-16 04:59:38', '¸íðìï×õ', 'ù\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 04:59:38', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '04:59:37', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (21, 1, 'lwÜÌ\n½I', '2025-05-16 05:17:13', '\"ËW.3ôH', 'Ê\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 05:10:08', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '05:10:07', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 426, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (22, 1, '¿!e]÷°4', '2025-05-16 05:24:05', 'ÜX¦;tõH{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 05:13:29', '0', '0', 1, 68570, NULL, 4, 54, 58, 63, 25, 7, 7, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/edit.php?s=privacy&post_status=all&post_type=page&action=-1&m=0&paged=1&action2=-1', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '00:13:29', 5990, '1728x1117', 1, '0', '0', 1, '0', '0', '0', '0', 637, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (23, 1, 'Â×ê°-\'ˆ', '2025-05-16 05:40:06', 'ÜX¦;tõH{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 05:33:01', '0', '0', 1, 69742, NULL, 4, 63, 66, 63, 25, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '00:33:01', 7162, '1728x1117', 1, '0', '0', 1, '0', '0', '0', '0', 426, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (24, 1, '^Gar¹ìê', '2025-05-16 05:58:50', 'ÜX¦;tõH{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 05:42:43', '0', '0', 1, 70324, NULL, 4, 63, 66, 1, 2, 8, 8, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '00:42:42', 7744, '1728x1117', 1, '0', '0', 1, '0', '0', '0', '0', 968, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (25, 1, '+WrJÖn', '2025-05-16 05:43:33', '¿ÜÔ’9Eƒ', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 05:43:33', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'WebKit', 'SF', 18.3, 1, 'AP', 'generic desktop', '0', 'MAC', 10.15, '0', '00:43:33', '0', '1728x1117', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (26, 1, '¦œ—èÔü', '2025-05-16 05:57:00', '\"ËW.3ôH', 'Ê\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 05:55:40', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '05:55:40', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 81, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (27, 1, 'B_þ®É«ò\0', '2025-05-16 10:37:36', '¾2\'fõ', 'h\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 10:37:36', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, 'qrcodes.pro', 3, 'https://qrcodes.pro/', 'en-gb', 'WebKit', 'MF', 18.4, 1, 'AP', 'iPhone', 1, 'IOS', 18.4, '0', '11:37:35', '0', '414x896', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (28, 1, '^Gar¹ìê', '2025-05-16 11:04:18', 'ÜX¦;tõH{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 11:04:18', '0', '0', 1, 89619, NULL, 5, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-admin/network/admin.php?page=wpengine-common&tab=caching', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:04:14', 19295, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (29, 1, '^Gar¹ìê', '2025-05-16 12:03:23', 'ÜX¦;tõH{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 12:03:17', '0', '0', 1, 93158, NULL, 6, 1, 2, 3, 4, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/admin.php?page=et_divi_options', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '07:03:13', 3539, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 7, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (30, 1, '²¥ˆSbñ¢', '2025-05-16 14:07:40', 'V¿p!ƒ~©…', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 13:19:30', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 50, 50, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '08:19:21', '0', '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 2891, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (31, 1, '¿ÇäÇ\\iûã', '2025-05-16 13:25:38', 'Ç3:\n¨#u', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 13:25:38', '0', '0', '0', '0', NULL, 1, 50, 51, 50, 51, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '08:25:32', '0', '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (32, 1, '?-ËÙƒ8Î', '2025-05-16 13:26:37', 'â±	Ù', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 13:26:37', '0', '0', '0', '0', NULL, 1, 50, 51, 50, 51, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Gecko', 'FF', 128.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '08:26:32', '0', '3840x2400', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (33, 1, ']Ëë‹‰Ö', '2025-05-16 14:53:30', '—p”àÄ¶R	', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 14:52:46', '0', '0', 1, 82763, NULL, 2, 3, 4, 76, 77, 7, 7, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:52:44', 82763, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 45, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (34, 1, '{¾Lÿ5B÷', '2025-05-16 14:52:51', '˜uÜºgo', '\"Æ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 14:52:51', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '14:52:51', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (35, 1, 'B_þ®É«ò\0', '2025-05-16 15:44:55', 'çFoîûó•', 'Œø\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 15:44:55', '0', '0', 1, 18439, NULL, 2, 1, 2, 1, 2, 1, 1, '0', NULL, 'qrcodes.pro', 3, 'https://qrcodes.pro/', 'en-gb', 'WebKit', 'MF', 18.4, 1, 'AP', 'iPhone', 1, 'IOS', 18.4, '0', '16:44:55', 18439, '414x896', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (36, 1, '#øû;¤ì', '2025-05-16 16:14:15', '´~‰N\'\\û', 'R\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 16:10:21', '0', '0', '0', '0', NULL, 1, 3, 4, 50, 51, 13, 12, '0', NULL, NULL, 1, '', 'en-gb', 'WebKit', 'PS', 136.0, 1, 'AP', 'iPhone', 1, 'IOS', 18.4, '0', '17:10:21', '0', '414x896', 1, '0', '0', 1, '0', '0', '0', '0', 235, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (37, 1, 'òü¥òÍèB', '2025-05-16 16:10:28', 'sèÚ8ãÆOÖ', '4\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 16:10:28', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'WebKit', 'PS', 136.0, 1, 'AP', 'iPhone', 1, 'IOS', 18.4, '0', '16:10:28', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (38, 1, '\"¡\\¼svü', '2025-05-16 16:28:07', 'xW\"¶\'ò@¦', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 16:21:38', '0', '0', 1, 326032, NULL, 2, 3, 4, 3, 4, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '11:21:38', 326032, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 390, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (39, 1, 'qoS} °', '2025-05-16 17:15:36', '	h…zbÅ', '2\'\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 16:41:46', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 5, 5, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 135.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.4, '0', '09:41:43', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 2031, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (40, 1, 'B_þ®É«ò\0', '2025-05-16 19:26:38', 'çFoîûó•', 'Œø\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-16 19:26:38', '0', '0', 1, 31742, NULL, 3, 1, 2, 1, 2, 1, 1, '0', NULL, 'qrcodes.pro', 3, 'https://qrcodes.pro/', 'en-gb', 'WebKit', 'MF', 18.4, 1, 'AP', 'iPhone', 1, 'IOS', 18.4, '0', '20:26:36', 13303, '414x896', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (41, 1, '®GÕ©õ', '2025-05-17 22:08:56', '©CXý‘*Ó«', '\"ÿ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-17 22:08:56', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '22:08:54', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (42, 1, '0\\À+0¨h¦', '2025-05-18 12:37:34', 'éËzt	', 'd\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-18 12:37:34', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:37:32', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (43, 1, 'k›ñSZo±', '2025-05-18 12:48:03', 'Á¨|!J ƒ', 'R\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-18 12:37:37', '0', '0', '0', '0', NULL, 1, 3, 4, 50, 51, 37, 37, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:37:37', '0', '1920x1080', 1, '0', '0', '0', '0', '0', '0', '0', 627, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (44, 1, '·ÍÛ™GÔzG', '2025-05-18 12:37:55', 'T¸L\rçÖ·', '&Í\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-18 12:37:55', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:37:55', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (45, 1, ']Ëë‹‰Ö', '2025-05-18 13:47:30', '…Rò>[', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-18 12:50:18', '0', '0', 1, 248215, NULL, 3, 90, 91, 101, 102, 20, 20, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '07:50:17', 165452, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 3433, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (46, 1, ']R¸9â', '2025-05-19 09:30:18', 'ÈKy¬Rj', 'Ã«\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 09:30:18', '0', '0', '0', '0', NULL, 1, 90, 91, 90, 91, 1, 1, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:30:17', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (47, 1, ')n¬§u÷', '2025-05-19 13:23:44', '&o­IâE»', ',Æ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 13:23:44', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:23:42', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (48, 1, 'ø$O–àV', '2025-05-19 13:26:18', 'RP‚äª', 'hô\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 13:26:18', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:26:12', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (49, 1, 'NÈ¯!wv‹', '2025-05-19 13:33:29', 'M6‡^¥_Æ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 13:29:52', '0', '0', '0', '0', NULL, 1, 3, 4, 76, 77, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:29:51', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 218, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (50, 1, 'ÉuÑj†¡)', '2025-05-19 15:24:23', 'M6‡^¥_Æ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 15:24:23', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:24:21', '0', '1440x960', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (51, 1, ' °ƒoéÉ_6', '2025-05-19 15:24:41', 'X«6¾À‹éA', 'Ó\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 15:24:41', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '15:24:41', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (52, 1, 'Ÿ¸“¼YD®', '2025-05-19 18:05:56', 'h^S» dÒ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 17:14:23', '0', '0', '0', '0', NULL, 1, 3, 4, 23, 24, 11, 11, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '12:14:00', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 3094, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (53, 1, 'œ}?†ü\n', '2025-05-19 17:14:24', 'ÁQQ?i_+›', 'ä\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 17:14:24', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '17:14:24', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (54, 1, 'Z¤$*Lq—', '2025-05-19 18:07:31', 'M6‡^¥_Æ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 18:03:16', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 3, 3, '0', NULL, 'usc-word-edit.officeapps.live.com', 3, 'https://usc-word-edit.officeapps.live.com/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:03:16', '0', '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 256, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (55, 1, 'üæé<', '2025-05-19 18:03:31', 'Œ\Z9lÜJ]\'', 'R\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 18:03:31', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '18:03:31', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (56, 1, '@>ÚzÙã<', '2025-05-19 18:07:36', '<A\rû¸ß¸', 'ê\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 18:07:36', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '18:07:36', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (57, 1, 'Ÿ¸“¼YD®', '2025-05-19 19:55:28', 'h^S» dÒ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 19:55:28', '0', '0', 1, 9665, NULL, 2, 5, 6, 5, 6, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-balanced/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:55:05', 9665, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (58, 1, 'Z¤$*Lq—', '2025-05-19 21:42:38', 'M6‡^¥_Æ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 21:42:38', '0', '0', 1, 13162, NULL, 2, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '16:42:41', 13162, '3840x1600', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (59, 1, 'À|!ŠV', '2025-05-19 21:42:41', 'ùNŒ6xÐe', '6ê\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 21:42:41', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '21:42:41', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (60, 1, 'Z¤$*Lq—', '2025-05-19 22:39:32', 'M6‡^¥_Æ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 22:39:16', '0', '0', 1, 16560, NULL, 3, 3, 4, 3, 4, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '17:39:18', 3398, '3840x1600', 1, '0', '0', 1, '0', '0', '0', '0', 17, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (61, 1, 'ä¡R™ˆÎY‚', '2025-05-19 22:39:23', 'àù”áûõà', 'k\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-19 22:39:23', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '22:39:23', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (62, 1, 'ëz,@:³ÐU', '2025-05-20 00:01:40', 'ÌÞä3/—o_', '\rÙ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 00:01:40', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '00:01:37', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (63, 1, 'G¥É½¿Ø!(', '2025-05-20 00:02:14', 'ˆaÌ³æ%K', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 00:02:14', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '19:02:10', '0', '3840x1600', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (64, 1, '¼QObYzïÀ', '2025-05-20 01:15:18', '¦ÞÕ\"°~g', 'K\Z\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 01:13:24', '0', '0', '0', '0', NULL, 1, 3, 4, 38, 39, 5, 5, '0', NULL, 'usc-word-edit.officeapps.live.com', 3, 'https://usc-word-edit.officeapps.live.com/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '20:13:21', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 115, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (65, 1, 'Î‹&Ïó\rž‚', '2025-05-20 01:13:33', 'Öó\'¨.EF˜', '6Ó\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 01:13:33', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '01:13:33', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (66, 1, 'àÉXÅŸ	_', '2025-05-20 02:12:10', '=ÜØgÀV±', '&„\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 02:12:10', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '02:12:08', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (67, 1, '\ZIäqv\\@q', '2025-05-20 04:12:38', 'oÒ«@Aä‚', 'l;\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 04:12:38', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '04:12:35', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (68, 1, 'q¼Xý,¿y<', '2025-05-20 11:52:19', '+8îèå—', '4\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 11:52:19', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '11:52:19', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (69, 1, ']Ëë‹‰Ö', '2025-05-20 12:30:24', 'm@caÒùþ', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 11:52:52', '0', '0', 1, 417569, NULL, 4, 7, 8, 90, 91, 8, 8, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/home-staging/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '06:52:50', 169354, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 2253, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (70, 1, '~áncùúˆ', '2025-05-20 12:08:37', 'ÁG·_óWj', '\"è\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 12:08:37', '0', '0', '0', '0', NULL, 1, 54, 58, 54, 58, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:08:37', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (71, 1, 'êÝC&‰wâ&', '2025-05-20 12:46:44', '¯š5Q×êÄ', 'Ã«\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 12:44:35', '0', '0', '0', '0', NULL, 1, 72, 73, 90, 91, 2, 2, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:44:34', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', 130, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (72, 1, 'ÕàÏjiÈH\n', '2025-05-20 13:16:45', 'pxª¡ãã+', '46\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 13:16:45', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:16:45', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (73, 1, 'Ý¢vnç$ÔQ', '2025-05-20 13:17:19', 'ð¨a +_', '\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 13:17:19', '0', '0', '0', '0', NULL, 1, 54, 58, 54, 58, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:17:19', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (74, 1, 'Ÿ¸“¼YD®', '2025-05-20 14:08:19', 'Œ0Î:©B£', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 14:08:19', '0', '0', 1, 75236, NULL, 3, 5, 6, 5, 6, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-balanced/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:07:56', 65571, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (75, 1, '¼QObYzïÀ', '2025-05-20 15:46:57', 'ˆaÌ³æ%K', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 15:46:48', '0', '0', 1, 52404, NULL, 2, 3, 4, 5, 6, 2, 2, '0', NULL, 'usc-word-edit.officeapps.live.com', 3, 'https://usc-word-edit.officeapps.live.com/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:46:48', 52404, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 10, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (76, 1, 'Í\r\'y6Mò', '2025-05-20 15:47:04', 'y¿ªÊˆC_', '6Ì\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 15:47:04', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '15:47:04', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (77, 1, 'èú xçk\0', '2025-05-20 16:09:10', 'BÅ¶¡¬NcÄ', '\"ë\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 16:09:10', '0', '0', '0', '0', NULL, 1, 54, 58, 54, 58, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:09:10', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (78, 1, 'èë¡{ž', '2025-05-20 22:37:36', 'NLpèBl`!', 'ˆ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 20:46:25', '0', '0', '0', '0', NULL, 1, 3, 4, 50, 51, 74, 72, '0', NULL, NULL, 1, '', 'en-us', 'WebKit', 'SF', 17.5, 1, 'AP', 'generic desktop', '0', 'MAC', 10.15, '0', '15:46:24', '0', '1710x1107', 1, '0', '0', 1, '0', '0', '0', '0', 6672, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (79, 1, '#ˆÓ6©_Ä', '2025-05-20 20:46:27', 'G¤©†*—b', 'Þ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 20:46:27', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'WebKit', 'SF', 17.5, 1, 'AP', 'generic desktop', '0', 'MAC', 10.15, '0', '20:46:26', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (80, 1, '8.Ñƒ@îB', '2025-05-20 20:47:16', '\Z{4x', '&Î\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 20:47:16', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '20:47:16', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (81, 1, 'NA˜bõV	', '2025-05-20 22:41:53', '÷äT‘­À', ',Æ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 22:41:53', '0', '0', '0', '0', NULL, 1, 17, 18, 17, 18, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'CH', 124.0, 1, '', 'generic desktop', '0', 'LIN', '', '0', '22:41:52', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (82, 1, '·yÉnµÎ’', '2025-05-20 22:41:55', 'Ú÷äRáS‰‚', 'ä\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 22:41:55', '0', '0', '0', '0', NULL, 1, 84, 85, 84, 85, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'CH', 124.0, 1, '', 'generic desktop', '0', 'LIN', '', '0', '22:41:55', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (83, 1, 'uœ¡	77$°', '2025-05-20 22:42:35', 'c6*Ïçr¢U', '@x\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-20 22:42:35', '0', '0', '0', '0', NULL, 1, 17, 18, 17, 18, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '22:42:35', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (84, 1, 'ø$O–àV', '2025-05-21 18:22:36', 'Â„›†˜¬·‘', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-21 18:22:32', '0', '0', 1, 190574, NULL, 2, 3, 4, 36, 37, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:22:26', 190574, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 5, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (85, 1, 'O9T6ŽQ', '2025-05-21 18:22:41', '–O]¼ž', '6­\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-21 18:22:41', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '18:22:41', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (86, 1, '¡¶´?`È', '2025-05-21 18:23:36', 'S#”A9&ˆ', '&„\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-21 18:23:36', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 130.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '18:23:35', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (87, 1, 'ÃQÁ®@ÏÜ', '2025-05-22 16:04:03', 'OPÈÆ»s', 'Ïí\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-22 16:04:03', '0', '0', 1, 601618, NULL, 2, 54, 58, 54, 58, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:03:57', 601618, '1200x1920', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (88, 1, '’Ìþ?-Ì1', '2025-05-22 16:04:10', 'ÿó¤FÈV€®', '#¯\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-22 16:04:10', '0', '0', '0', '0', NULL, 1, 54, 58, 54, 58, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:04:10', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (89, 1, 'Ÿ¸“¼YD®', '2025-05-22 17:55:17', 'Ba©Øf¼b', '€^\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-22 17:55:17', '0', '0', 1, 261654, NULL, 4, 5, 6, 5, 6, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-balanced/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '12:54:55', 186418, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (90, 1, '_Fèer', '2025-05-23 13:45:17', '¸±½ú/ç¥', '­ê\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 13:45:17', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:45:17', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (91, 1, '¼QObYzïÀ', '2025-05-23 14:18:42', 'Oä=x_¶É', 'K\Z\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 13:47:42', '0', '0', 1, 304458, NULL, 3, 3, 4, 80, 81, 25, 19, '0', NULL, 'usc-word-edit.officeapps.live.com', 3, 'https://usc-word-edit.officeapps.live.com/', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:47:42', 252054, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 1861, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (92, 1, 'íÒ ñs?ð', '2025-05-23 14:04:20', '<^¥hµ{#Ð', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 14:04:20', '0', '0', '0', '0', NULL, 1, 46, 47, 46, 47, 1, 1, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:04:19', '0', '1920x1080', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (93, 1, ']Ëë‹‰Ö', '2025-05-23 16:08:54', 'Š¹ìŠŠh\n', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 16:04:42', '0', '0', 1, 691879, NULL, 5, 3, 4, 48, 49, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:04:38', 274310, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 253, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (94, 1, 'öÕ\nBD¯…', '2025-05-23 16:04:47', '¢…Cþ´ü', '6V\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 16:04:47', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:04:47', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (95, 1, 'eª€™\"è¬ž', '2025-05-23 16:06:38', '•¡ƒ+R§Qš', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 16:05:25', '0', '0', '0', '0', NULL, 1, 3, 4, 48, 49, 3, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:05:22', '0', '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 74, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (96, 1, 'eª€™\"è¬ž', '2025-05-23 16:37:00', '•¡ƒ+R§Qš', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 16:36:53', '0', '0', 1, 1888, NULL, 2, 3, 4, 3, 4, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/resources-library/contacts/', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:36:50', 1888, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 8, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (97, 1, '}^ä@¹`Ö', '2025-05-23 16:52:48', 'W¦Rpn©&Ÿ', '.n\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 16:49:30', '0', '0', 1, 695134, NULL, 2, 3, 4, 13, 14, 8, 8, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:49:31', 695134, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 199, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (98, 1, '²¥ˆSbñ¢', '2025-05-23 16:54:40', '&6EÛß6ì', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 16:54:40', '0', '0', 1, 617710, NULL, 2, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '11:54:34', 617710, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (99, 1, '}^ä@¹`Ö', '2025-05-23 21:00:19', 'W¦Rpn©&Ÿ', '.n\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 20:33:31', '0', '0', 1, 708575, NULL, 3, 3, 4, 92, 93, 17, 17, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:33:31', 13441, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 1609, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (100, 1, 'à:±ó¾µN', '2025-05-23 21:01:01', '&6EÛß6ì', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-23 20:40:20', '0', '0', 1, 876791, NULL, 3, 3, 4, 92, 93, 8, 8, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:40:12', 708895, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 1242, NULL, 'us', NULL, NULL, NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (101, 1, 'ˆ*oxMVMw', '2025-05-24 21:59:58', 'é‚Dd;\rã', '\"÷\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-24 21:59:58', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '21:59:57', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (102, 1, '$±2º*‚X', '2025-05-25 22:01:06', 'úxw@yÖ­', 'û\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-25 22:01:06', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '22:01:05', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (103, 1, 'ø$O–àV', '2025-05-26 14:36:55', '§U®Zƒ', 'B)\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-26 14:32:30', '0', '0', 1, 608772, NULL, 3, 3, 4, 36, 37, 4, 4, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:32:29', 418198, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 266, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (104, 1, 'ýâ¥#T;òä', '2025-05-26 14:32:31', '˜Þk>„š', 'Y\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-26 14:32:31', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', '', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '14:32:31', '0', '800x600', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'xx', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (105, 1, 'I‚V7ÿ¦', '2025-05-26 14:32:53', 'fuíý c}j', 'l>\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-26 14:32:53', '0', '0', '0', '0', NULL, 1, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '14:32:53', '0', '1536x864', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (106, 1, 'à:±ó¾µN', '2025-05-27 17:00:54', 'ŒÓï2½\0s', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-27 17:00:51', '0', '0', 1, 1209222, NULL, 4, 3, 4, 46, 47, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:00:44', 332431, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 4, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (107, 1, '#øû;¤ì', '2025-05-27 21:50:22', 's\ZÌ†i2', 'R\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-27 21:50:22', '0', '0', 1, 970801, NULL, 2, 50, 51, 50, 51, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-included/blue-ocean-brain-ide-learning/', 'en-gb', 'WebKit', 'PS', 136.0, 1, 'AP', 'iPhone', 1, 'IOS', 18.4, '0', '22:50:21', 970801, '414x896', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (108, 1, 'ê8ŒÃÝ`¿', '2025-05-28 20:29:10', '™ Gk•9¢‘', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-28 19:56:07', '0', '0', '0', '0', NULL, 1, 3, 4, 97, 98, 23, 23, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:56:07', '0', '1614x908', 1, '0', '0', 1, '0', '0', '0', '0', 1984, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (109, 1, 'áÑq,\r]a', '2025-05-28 21:46:46', '­Õ‡23q¬', '6N\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-28 21:46:46', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '21:46:45', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (110, 1, '%¬&Ü‚	', '2025-05-29 08:01:15', '­ßjQ¥áL5', '”ü\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 08:01:15', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, 'qrcodes.pro', 3, 'https://qrcodes.pro/', 'en-gb', 'Blink', 'CM', 136.0, 1, 'SA', 'Galaxy S23 Ultra', 1, 'AND', 15.0, '0', '09:01:14', '0', '384x824', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (111, 1, '^fÞ@þ}¬', '2025-05-29 11:05:44', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:02:44', '0', '0', 1, 1212725, NULL, 7, 1, 2, 76, 25, 5, 5, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-admin/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:02:43', 1119567, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 181, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (112, 1, 'uy¿´ÝŸ', '2025-05-29 11:07:39', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:07:21', '0', '0', 1, 1213002, NULL, 7, 76, 77, 7, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-rewarded/service-anniversary-awards/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:07:20', 1119844, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 19, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (113, 1, '¿+aÒKëè', '2025-05-29 11:09:07', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:08:43', '0', '0', 1, 1213084, NULL, 7, 7, 8, 72, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-rewarded/base-pay/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:08:42', 1119926, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 25, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (114, 1, 'k¦zs', '2025-05-29 11:13:06', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:10:58', '0', '0', 1, 1213219, NULL, 7, 72, 73, 97, 25, 5, 5, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-rewarded/short-term-incentives-aip-vip/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:10:57', 1120061, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 129, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (115, 1, '‚<¼	¢¦m', '2025-05-29 11:14:28', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:14:18', '0', '0', 1, 1213419, NULL, 7, 97, 98, 48, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-included/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:14:17', 1120261, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 11, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (116, 1, '¶´±\rA¢ó', '2025-05-29 11:15:44', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:15:30', '0', '0', 1, 1213491, NULL, 7, 48, 49, 78, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/resources-library/contacts/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:15:30', 1120333, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 15, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (117, 1, '>£¾v±†Õ', '2025-05-29 11:16:57', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:16:21', '0', '0', 1, 1213542, NULL, 7, 78, 79, 36, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-well/bluecrest/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:16:21', 1120384, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 37, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (118, 1, 'C¡O<ì?¥', '2025-05-29 11:18:46', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:18:31', '0', '0', 1, 1213672, NULL, 7, 36, 37, 38, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-successful/educational-assistance/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:18:30', 1120514, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 16, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (119, 1, '×T@\rƒõ:', '2025-05-29 11:19:34', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:19:23', '0', '0', 1, 1213724, NULL, 7, 38, 39, 68, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-prepared/income-protection/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:19:23', 1120566, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 12, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (120, 1, '©d¤i’Ib', '2025-05-29 11:20:26', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:20:07', '0', '0', 1, 1213768, NULL, 7, 68, 69, 19, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-prepared/pension-scheme/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:20:06', 1120610, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 20, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (121, 1, '6œç¤3t', '2025-05-29 11:21:25', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:21:10', '0', '0', 1, 1213831, NULL, 7, 19, 20, 92, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-included/employee-value-proposition-evp/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:21:08', 1120673, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 16, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (122, 1, 'ä=©myÊ', '2025-05-29 11:39:40', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:23:44', '0', '0', 1, 1213985, NULL, 7, 92, 93, 54, 25, 5, 5, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/resources-library/resource-library/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:23:44', 1120827, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 957, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (123, 1, 'ë\Z—Hãî]Ì', '2025-05-29 11:24:31', 'Áuº\\¨ª0', '6ª\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:24:31', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '11:24:31', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (124, 1, '©,HË‘¿‚\Z', '2025-05-29 11:53:42', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 11:52:12', '0', '0', 1, 1215693, NULL, 7, 54, 58, 86, 25, 15, 15, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '06:52:11', 1122535, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 91, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (125, 1, '§„Xp\'èè', '2025-05-29 12:17:27', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 12:14:49', '0', '0', 1, 1217050, NULL, 7, 63, 66, 46, 25, 5, 5, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '07:14:49', 1123892, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 159, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (126, 1, '^Gar¹ìê', '2025-05-29 12:19:26', 'µªä„î°Z\Z', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 12:19:26', '0', '0', 1, 1217327, NULL, 7, 46, 47, 46, 47, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/resources-library/life-event-changes/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '07:19:26', 1124169, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (127, 1, 'ÂŽoQçò', '2025-05-29 12:50:15', 'íé?V&', '40\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-29 12:50:15', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:50:13', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (128, 1, '\'ÐD\ZzdÓy', '2025-05-30 13:18:06', '«ÝÏøëéY', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 13:14:48', '0', '0', '0', '0', NULL, 1, 3, 4, 42, 43, 5, 5, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:14:47', '0', '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 199, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (129, 1, 'ü\nq;úûO', '2025-05-30 13:22:51', '‚Xöð£', 'b.\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 13:22:39', '0', '0', '0', '0', NULL, 1, 3, 4, 78, 79, 4, 4, '0', NULL, 'statics.teams.cdn.office.net', 3, 'https://statics.teams.cdn.office.net/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:22:36', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 13, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (130, 1, '}^ä@¹`Ö', '2025-05-30 15:06:42', '©¨pK n', '.n\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 15:06:13', '0', '0', 1, 1293737, NULL, 4, 3, 4, 3, 4, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '11:06:12', 585162, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 30, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (131, 1, 'à:±ó¾µN', '2025-05-30 15:08:29', '×dƒ\"ßdR', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 15:08:29', '0', '0', 1, 1461680, NULL, 5, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '11:08:24', 252458, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (132, 1, '”9ï]œ­`', '2025-05-30 15:29:54', 'Ÿ•³Gš˜év', 'ù\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 15:26:11', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '15:26:10', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 224, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (133, 1, '¿f¥íR§bÔ', '2025-05-30 15:28:15', '‹>\0*ß¢', '\"õ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 15:28:15', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '15:28:15', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (134, 1, 'Þ,zÅøV‡ ', '2025-05-30 15:59:23', 'i—»Êæ,', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 15:59:23', '0', '0', '0', '0', NULL, 1, 63, 25, 63, 25, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/edit.php?s&post_status=all&post_type=page&action=-1&m=202505&filter_action=Filter&paged=1&action2=-1', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '10:59:22', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (135, 1, 'a©g8øHD', '2025-05-30 16:02:31', 'i—»Êæ,', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 16:01:03', '0', '0', 1, 1534397, NULL, 3, 63, 66, 63, 25, 4, 4, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '11:01:03', 1208365, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 89, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (136, 1, '³Ö€UXËâþ', '2025-05-30 16:04:43', 'i—»Êæ,', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 16:03:10', '0', '0', 1, 1534524, NULL, 3, 63, 66, 63, 25, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '11:03:10', 1208492, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 94, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (137, 1, '\"¡\\¼svü', '2025-05-30 16:06:39', 'i—»Êæ,', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 16:05:23', '0', '0', 1, 1534657, NULL, 3, 63, 66, 63, 66, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '11:05:22', 1208625, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 77, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (138, 1, '}^ä@¹`Ö', '2025-05-30 16:21:01', '©¨pK n', '.n\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 16:21:01', '0', '0', 1, 1298225, NULL, 5, 82, 83, 82, 83, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/home-staging/', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:21:00', 4488, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (139, 1, '}^ä@¹`Ö', '2025-05-30 16:58:10', '©¨pK n', '.n\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 16:58:02', '0', '0', 1, 1300446, NULL, 6, 3, 4, 3, 4, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:58:01', 2221, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 9, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (140, 1, 'à:±ó¾µN', '2025-05-30 16:58:30', '×dƒ\"ßdR', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 16:58:30', '0', '0', 1, 1468281, NULL, 6, 3, 4, 3, 4, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '12:58:24', 6601, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (141, 1, 'y,ùW¼é·P', '2025-05-30 19:48:13', 'i—»Êæ,', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 19:48:13', '0', '0', '0', '0', NULL, 1, 63, 25, 63, 25, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '14:48:12', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (142, 1, '\"¡\\¼svü', '2025-05-30 19:50:48', 'i—»Êæ,', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 19:50:48', '0', '0', 1, 1548182, NULL, 4, 63, 66, 63, 66, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '14:50:47', 13525, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (143, 1, '®ï®w¥Í”ï', '2025-05-30 23:06:54', 'lš¿´ÜÛê\r', '2\'\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-30 23:05:01', '0', '0', '0', '0', NULL, 1, 63, 66, 63, 66, 6, 6, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.5, '0', '16:05:01', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 114, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (144, 1, '^Gar¹ìê', '2025-05-31 12:23:07', 'bùvþ±%éA', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-05-31 12:22:23', '0', '0', 1, 1390304, NULL, 8, 1, 2, 63, 66, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/admin.php?page=cookie-law-info', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '07:22:23', 172977, '1728x1117', 1, '0', '0', 1, '0', '0', '0', '0', 45, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (145, 1, 'A‚‰Šé!«£', '2025-06-01 21:52:47', 'm†·F.Sà‡', '6›\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-01 21:52:47', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '21:52:45', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (146, 1, '²¥ˆSbñ¢', '2025-06-02 13:30:13', 'Îqp*oZú', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-02 13:30:13', '0', '0', 1, 1469443, NULL, 3, 63, 66, 63, 66, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '08:30:11', 851733, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (147, 1, '²¥ˆSbñ¢', '2025-06-02 14:03:44', 'Îqp*oZú', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-02 14:03:44', '0', '0', 1, 1471454, NULL, 4, 63, 66, 63, 66, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '09:03:42', 2011, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (148, 1, '¦Fµƒ', '2025-06-02 15:32:37', 'hDV\rb·', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-02 15:15:13', '0', '0', '0', '0', NULL, 1, 3, 4, 63, 66, 2, 2, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:15:13', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 1045, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (149, 1, '\'ÐD\ZzdÓy', '2025-06-02 16:39:32', '¼\"Q$ly`o', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-02 16:39:32', '0', '0', 1, 271484, NULL, 2, 52, 53, 52, 53, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '12:39:32', 271484, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (150, 1, '\'ÐD\ZzdÓy', '2025-06-02 18:48:28', '¼\"Q$ly`o', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-02 18:48:13', '0', '0', 1, 279205, NULL, 3, 52, 53, 68, 69, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:48:12', 7721, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 16, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (151, 1, 'J#ØJF¶', '2025-06-03 10:45:11', 'à§¾¤õž', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 10:44:34', '0', '0', 1, 1643635, NULL, 9, 63, 109, 63, 25, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '05:44:34', 253331, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 38, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (152, 1, 'ËFXµíåÑF', '2025-06-03 10:46:50', 'à§¾¤õž', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 10:45:49', '0', '0', 1, 1643710, NULL, 9, 63, 66, 63, 25, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '05:45:48', 253406, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 62, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (153, 1, 'ñ×´ú¨ì­', '2025-06-03 10:51:16', 'à§¾¤õž', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 10:48:15', '0', '0', 1, 1643856, NULL, 9, 1, 110, 63, 25, 4, 4, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '05:48:14', 253552, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 182, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (154, 1, '^Gar¹ìê', '2025-06-03 10:54:45', 'à§¾¤õž', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 10:54:45', '0', '0', 1, 1644246, NULL, 9, 63, 66, 63, 66, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '05:54:45', 253942, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (155, 1, '²¥ˆSbñ¢', '2025-06-03 13:10:32', 'ÂõÁÐé!.', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 13:07:13', '0', '0', 1, 1554463, NULL, 5, 54, 58, 54, 58, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '08:07:09', 83009, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 200, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (156, 1, '}^ä@¹`Ö', '2025-06-03 14:23:01', 'ùŸ\0ª™pÑ', '.n\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 14:18:13', '0', '0', 1, 1636457, NULL, 7, 3, 4, 63, 66, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '10:18:13', 336011, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 289, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (157, 1, '²¥ˆSbñ¢', '2025-06-03 14:53:46', 'ÂõÁÐé!.', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 14:23:00', '0', '0', 1, 1559010, NULL, 6, 54, 58, 63, 66, 7, 7, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '09:22:56', 4547, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 1847, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (158, 1, 'à:±ó¾µN', '2025-06-03 14:52:20', 'ÂõÁÐé!.', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 14:24:28', '0', '0', 1, 1804639, NULL, 7, 3, 4, 63, 66, 4, 4, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '10:24:23', 336358, '1536x864', 1, '0', '0', 1, '0', '0', '0', '0', 1673, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (159, 1, 'íº2òCù>Ã', '2025-06-03 14:52:21', '>ü*»6Fb1', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 14:52:21', '0', '0', '0', '0', NULL, 1, 63, 66, 63, 66, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/home-staging/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:52:12', '0', '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (160, 1, '\'ÐD\ZzdÓy', '2025-06-03 15:22:20', '_›¹¶Ÿƒ\Z÷', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 15:22:20', '0', '0', 1, 353252, NULL, 4, 52, 53, 52, 53, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:22:20', 74047, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (161, 1, '©TÜÛ', '2025-06-03 15:37:01', '–P”¼~|óý', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 15:35:32', '0', '0', 1, 1878466, NULL, 5, 3, 4, 63, 25, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '10:35:32', 330284, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 90, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (162, 1, '\"¡\\¼svü', '2025-06-03 15:37:53', '–P”¼~|óý', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 15:37:53', '0', '0', 1, 1878607, NULL, 5, 63, 66, 63, 66, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '10:37:53', 330425, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (163, 1, 'íº2òCù>Ã', '2025-06-03 15:49:35', '>ü*»6Fb1', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 15:49:31', '0', '0', 1, 3430, NULL, 2, 3, 4, 63, 66, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:49:21', 3430, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 5, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (164, 1, '\'ÐD\ZzdÓy', '2025-06-03 21:15:15', '_›¹¶Ÿƒ\Z÷', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-03 18:06:54', '0', '0', 1, 363126, NULL, 5, 52, 53, 68, 69, 67, 63, 22, NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:06:53', 9874, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 11302, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (165, 1, 'íº2òCù>Ã', '2025-06-04 13:27:23', 'u\02àí2\Z', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-04 13:27:15', '0', '0', 1, 81294, NULL, 3, 3, 4, 63, 66, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:27:05', 77864, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 9, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (166, 1, '¦Wµ!&', '2025-06-04 15:17:02', '\\¨5çq]¶«', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-04 15:17:02', '0', '0', '0', '0', NULL, 1, 63, 25, 63, 25, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '10:17:01', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (167, 1, '\"¡\\¼svü', '2025-06-04 15:18:39', '\\¨5çq]¶«', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-04 15:18:39', '0', '0', 1, 1963853, NULL, 6, 63, 66, 63, 66, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '10:18:39', 85246, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (168, 1, '²¥ˆSbñ¢', '2025-06-04 15:30:51', '?T°Ï\0´gê', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-04 15:30:35', '0', '0', 1, 1649465, NULL, 7, 74, 75, 63, 66, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '10:30:29', 90455, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 17, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (169, 1, '\'ÐD\ZzdÓy', '2025-06-04 16:10:22', '—‡,õ~˜', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-04 16:10:22', '0', '0', 1, 442534, NULL, 6, 52, 53, 52, 53, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '12:10:22', 79408, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (170, 1, '\'ÐD\ZzdÓy', '2025-06-04 20:48:38', '—‡,õ~˜', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-04 20:25:41', '0', '0', 1, 457853, NULL, 7, 52, 53, 68, 69, 3, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '16:25:41', 15319, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 1378, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (171, 1, '¨cÎâà9', '2025-06-05 07:11:06', 'Çšàwä`', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-05 07:11:01', '0', '0', '0', '0', NULL, 1, 3, 4, 63, 66, 2, 2, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '08:11:01', '0', '1536x864', 1, '0', '0', 1, '0', '0', '0', '0', 6, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (172, 1, 'x¢zLü˜', '2025-06-05 20:34:32', 'œ2u0´²)—', 'R\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-05 20:34:11', '0', '0', '0', '0', NULL, 1, 3, 4, 1, 2, 3, 3, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '21:34:10', '0', '1280x720', 1, '0', '0', '0', '0', '0', '0', '0', 22, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (173, 1, 'ŒÓ`ÜÆ\n', '2025-06-05 21:34:30', 'Ú›cÙ¯€×!', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-05 21:18:30', '0', '0', '0', '0', NULL, 1, 1, 2, 3, 4, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/home-staging/', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '16:18:29', '0', '1368x912', 1, '0', '0', 1, '0', '0', '0', '0', 961, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (174, 1, '|Þç’åÙeÌ', '2025-06-05 21:40:55', 'Ò¯êVƒ…‰', '?#\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-05 21:40:55', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'HC', 131.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '21:40:54', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (175, 1, '\rÄ–RH‡', '2025-06-06 08:09:11', '®Ü&­TË', 'Qe\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 07:45:07', '0', '0', '0', '0', NULL, 1, 3, 4, 32, 33, 11, 11, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:45:04', '0', '1280x800', 1, '0', '0', '0', '0', '0', '0', '0', 1445, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (176, 1, '\rÄ–RH‡', '2025-06-06 08:57:59', '®Ü&­TË', 'Qe\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 08:53:56', '0', '0', 1, 4129, NULL, 2, 23, 24, 97, 98, 16, 16, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/home-staging/', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:53:56', 4129, '1280x800', 1, '0', '0', '0', '0', '0', '0', '0', 244, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (177, 1, 'j¡{\nÅD0', '2025-06-06 17:43:19', 'Ñ@±€Ydº', 'Ja\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 17:43:19', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:43:19', '0', '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (178, 1, '\"¡\\¼svü', '2025-06-06 18:11:31', 'ÃöóÎÈØèƒ', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 18:00:25', '0', '0', 1, 2146359, NULL, 7, 1, 134, 1, 2, 15, 15, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/admin.php?page=divi_pixel_options', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '13:00:25', 182506, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 667, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (179, 1, '\"¡\\¼svü', '2025-06-06 19:35:14', 'ÃöóÎÈØèƒ', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 19:35:14', '0', '0', 1, 2152048, NULL, 8, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-admin/edit.php?post_type=page', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '14:35:14', 5689, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (180, 1, '«­Û¢ê¸C', '2025-06-06 20:08:28', 'ÃöóÎÈØèƒ', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 20:06:38', '0', '0', 1, 2153932, NULL, 9, 1, 2, 147, 25, 7, 7, 3, NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/new-to-cf-industries/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '15:06:37', 1884, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 111, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (181, 1, '\"¡\\¼svü', '2025-06-06 20:16:54', 'ÃöóÎÈØèƒ', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 20:16:54', '0', '0', 1, 2154548, NULL, 9, 146, '0', 146, '0', 1, 1, 1, NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk?s=how+to+apply+for+a+medical+leave&et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '15:16:54', 2500, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (182, 1, '®ï®w¥Í”ï', '2025-06-06 21:48:56', 'Y€`ìü/X', '2\'\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-06 21:43:03', '0', '0', 1, 599882, NULL, 2, 1, 2, 1, 2, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.5, '0', '14:43:02', 599882, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 354, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (183, 1, 'ØúÎC½q', '2025-06-08 02:37:34', ' c±Êš·4', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 02:36:39', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 4, 4, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '21:36:38', '0', '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 56, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (184, 1, 'ØúÎC½q', '2025-06-08 04:10:09', ' c±Êš·4', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 04:00:19', '0', '0', 1, 5020, NULL, 2, 1, 2, 36, 37, 7, 7, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '23:00:19', 5020, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 591, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (185, 1, '#øû;¤ì', '2025-06-08 07:46:19', '™„¼,í÷', '”ü\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 07:45:24', '0', '0', 1, 1956903, NULL, 3, 1, 2, 97, 98, 2, 2, '0', NULL, NULL, 1, '', 'en-gb', 'WebKit', 'PS', 137.0, 1, 'AP', 'iPhone', 1, 'IOS', 18.5, '0', '08:45:18', 986102, '414x896', 1, '0', '0', 1, '0', '0', '0', '0', 56, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (186, 1, ']Ëë‹‰Ö', '2025-06-08 12:58:38', '	\n‚pdÑ', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 12:57:51', '0', '0', 1, 2063068, NULL, 6, 1, 2, 48, 49, 10, 9, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '07:57:51', 1371189, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 48, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (187, 1, '#øû;¤ì', '2025-06-08 14:19:19', '™„¼,í÷', '”ü\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 14:17:25', '0', '0', 1, 1980424, NULL, 4, 1, 2, 13, 14, 7, 6, '0', NULL, NULL, 1, '', 'en-gb', 'WebKit', 'PS', 137.0, 1, 'AP', 'iPhone', 1, 'IOS', 18.5, '0', '15:17:25', 23521, '414x896', 1, '0', '0', 1, '0', '0', '0', '0', 115, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (188, 1, ']Ëë‹‰Ö', '2025-06-08 16:42:38', '	\n‚pdÑ', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 16:31:06', '0', '0', 1, 2075863, NULL, 7, 1, 2, 21, 22, 8, 8, 1, NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:31:06', 12795, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 693, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (189, 1, ']Ëë‹‰Ö', '2025-06-08 19:29:55', '	\n‚pdÑ', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 19:29:01', '0', '0', 1, 2086538, NULL, 8, 5, 6, 44, 45, 3, 3, 1, NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/resources-library/contacts/', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:29:01', 10675, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 55, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (190, 1, 'èë¡{ž', '2025-06-09 00:04:11', '\"hÙY#Ä', 'ˆ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-08 23:26:20', '0', '0', 1, 1651195, NULL, 2, 1, 2, 1, 2, 129, 96, '0', NULL, NULL, 1, '', 'en-us', 'WebKit', 'SF', 17.5, 1, 'AP', 'generic desktop', '0', 'MAC', 10.15, '0', '18:26:20', 1651195, '1710x1107', 1, '0', '0', 1, '0', '0', '0', '0', 2272, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (191, 1, '‚èåÆ!F—', '2025-06-09 02:04:40', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 02:03:19', '0', '0', 1, 2130760, NULL, 10, 48, 49, 48, 25, 4, 4, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '21:03:19', 486514, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 82, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (192, 1, '^Gar¹ìê', '2025-06-09 02:06:22', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 02:06:22', '0', '0', 1, 2130943, NULL, 10, 48, 49, 48, 49, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/resources-library/contacts/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '21:06:22', 486697, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (193, 1, 'é%ØTHd', '2025-06-09 06:51:23', '¨d«’×', 'Ã«\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 06:51:23', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '07:51:22', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (194, 1, '²¥ˆSbñ¢', '2025-06-09 14:59:06', '/14ÈÐ', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 14:16:01', '0', '0', 1, 2076991, NULL, 8, 1, 2, 36, 37, 33, 28, 2, NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '09:15:56', 427526, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 2586, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (195, 1, ']Ëë‹‰Ö', '2025-06-09 15:31:30', 'j™þvÖº', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 15:31:30', '0', '0', 1, 2158687, NULL, 9, 52, 53, 52, 53, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:31:28', 72149, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (196, 1, '²¥ˆSbñ¢', '2025-06-09 16:25:28', '/14ÈÐ', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 15:43:50', '0', '0', 1, 2082260, NULL, 9, 1, 2, 48, 49, 34, 34, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/401k-plan/', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '10:43:44', 5269, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 2499, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (197, 1, ']Ëë‹‰Ö', '2025-06-09 16:12:22', 'j™þvÖº', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 16:12:15', '0', '0', 1, 2161132, NULL, 10, 52, 53, 68, 69, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:12:14', 2445, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 8, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (198, 1, ']Ëë‹‰Ö', '2025-06-09 16:42:24', 'j™þvÖº', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 16:42:24', '0', '0', 1, 2162941, NULL, 11, 52, 53, 52, 53, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:42:23', 1809, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (199, 1, 'Èÿ}$ºøÓ', '2025-06-09 17:48:09', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 17:47:50', '0', '0', 1, 2187431, NULL, 11, 1, 2, 50, 25, 3, 3, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-admin/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '12:47:50', 56488, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 20, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (200, 1, '®^¡®©’Wo', '2025-06-09 17:49:26', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 17:48:34', '0', '0', 1, 2187475, NULL, 11, 50, 51, 23, 25, 5, 4, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/resources-library/death-of-an-employee/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '12:48:34', 56532, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 53, NULL, 'us', NULL, NULL, NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (201, 1, 'öÝ²á¦ñ&', '2025-06-09 17:51:01', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 17:50:07', '0', '0', 1, 2187568, NULL, 11, 23, 24, 95, 25, 4, 4, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-balanced/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '12:50:07', 56625, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 55, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (202, 1, '“Jß]ft¦', '2025-06-09 17:52:03', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 17:51:38', '0', '0', 1, 2187659, NULL, 11, 95, 96, 52, 25, 4, 4, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-successful/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '12:51:38', 56716, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 26, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (203, 1, 'b{:g÷$Z', '2025-06-09 17:53:32', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 17:52:27', '0', '0', 1, 2187708, NULL, 11, 68, 69, 52, 25, 4, 4, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-balanced/cycle-to-work/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '12:52:27', 56765, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 66, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (204, 1, '^Gar¹ìê', '2025-06-09 17:56:05', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 17:54:06', '0', '0', 1, 2187807, NULL, 11, 70, 71, 23, 24, 18, 18, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '12:54:06', 56864, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 120, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (205, 1, '²¥ˆSbñ¢', '2025-06-09 18:10:03', '/14ÈÐ', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 18:05:14', '0', '0', 1, 2090744, NULL, 10, 1, 2, 68, 69, 25, 24, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:05:08', 8484, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 290, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (206, 1, ']Ëë‹‰Ö', '2025-06-09 20:07:24', 'je—åŸ]{Ý', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 20:07:24', '0', '0', 1, 2175241, NULL, 12, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '15:07:23', 12300, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (207, 1, 'ÞçIŒ8ÂÄ‡', '2025-06-09 20:36:57', 'ã	4åJFë', 'Ã«\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 20:35:35', '0', '0', '0', '0', NULL, 1, 1, 2, 34, 35, 10, 10, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '21:35:35', '0', '1680x1050', 1, '0', '0', 1, '0', '0', '0', '0', 83, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (208, 1, ']Ëë‹‰Ö', '2025-06-09 21:31:53', 'je—åŸ]{Ý', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 21:29:56', '0', '0', 1, 2180193, NULL, 13, 1, 2, 68, 69, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '16:29:54', 4952, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 118, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (209, 1, 'yaªÓvr', '2025-06-09 21:52:13', '06PÁ&', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 21:42:55', '0', '0', '0', '0', NULL, 1, 52, 53, 40, 41, 9, 9, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '16:42:54', '0', '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 559, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (210, 1, '²¥ˆSbñ¢', '2025-06-09 22:48:17', '/14ÈÐ', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 21:50:57', '0', '0', 1, 2104287, NULL, 11, 74, 75, 52, 53, 25, 25, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '16:50:49', 13543, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 3441, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (211, 1, '8VÆÉ²Fð‘', '2025-06-09 22:03:03', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 22:02:10', '0', '0', 1, 2202691, NULL, 12, 1, 2, 52, 25, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '17:02:10', 14884, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 54, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (212, 1, 'ÇÓèê=…ÀA', '2025-06-09 22:14:02', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 22:04:03', '0', '0', 1, 2202804, NULL, 12, 52, 53, 97, 25, 17, 17, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-prepared/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '17:04:03', 14997, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 600, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (213, 1, '¹Ï…R&uC', '2025-06-09 22:16:37', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 22:14:43', '0', '0', 1, 2203444, NULL, 12, 97, 98, 101, 25, 32, 32, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-included/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '17:14:43', 15637, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 115, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (214, 1, 'ŸÌÔó2ƒ™', '2025-06-09 22:19:34', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 22:18:53', '0', '0', 1, 2203694, NULL, 12, 101, 102, 99, 25, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '17:18:52', 15887, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 42, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (215, 1, '^Gar¹ìê', '2025-06-09 22:21:28', '¸öŸÅðk{', 'aX\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 22:20:28', '0', '0', 1, 2203789, NULL, 12, 99, 100, 101, 102, 20, 20, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-rewarded/?et_fb=1&PageSpeed=off', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 15.3, '0', '17:20:27', 15982, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 61, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (216, 1, 'yaªÓvr', '2025-06-09 23:33:31', '_î°Ã‡^', 'L\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-09 23:33:02', '0', '0', 1, 6607, NULL, 2, 1, 2, 70, 71, 5, 5, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '18:33:01', 6607, '1920x1200', 1, '0', '0', 1, '0', '0', '0', '0', 30, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (217, 1, '•e†K‘z›', '2025-06-10 06:22:36', 'eê–õ\'¢', '^\r\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 06:21:57', '0', '0', '0', '0', NULL, 1, 1, 2, 7, 8, 3, 3, '0', NULL, NULL, 1, '', 'en-gb', 'WebKit', 'PS', 137.0, 1, 'AP', 'iPhone', 1, 'IOS', 18.5, '0', '07:21:56', '0', '414x896', 1, '0', '0', 1, '0', '0', '0', '0', 40, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (218, 1, '{ÑT‡ÈIÀ$', '2025-06-10 08:14:02', 'êN0)c%é…', '>ý\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 08:13:34', '0', '0', '0', '0', NULL, 1, 63, 66, 174, NULL, 2, 2, 1, NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '03:13:29', '0', '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 29, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (219, 1, '{ÑT‡ÈIÀ$', '2025-06-10 09:10:24', 'êN0)c%é…', '>ý\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 09:10:24', '0', '0', 1, 3410, NULL, 2, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '04:10:17', 3410, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (220, 1, '¦ÂïÓÄ˜', '2025-06-10 09:38:21', 'ªZÏ€4mêï', 'ÂJ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 09:11:52', '0', '0', '0', '0', NULL, 1, 1, 2, 50, 51, 39, 37, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:11:51', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', 1590, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (221, 1, '¹Ñ¡ô{', '2025-06-10 12:13:05', 'ìæàAmÄ¬', 'Ã«\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 12:02:01', '0', '0', '0', '0', NULL, 1, 1, 2, 74, 75, 12, 11, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:02:00', '0', '1344x840', 1, '0', '0', '0', '0', '0', '0', '0', 665, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (222, 1, 'cžËaãePV', '2025-06-10 12:06:41', '«µ—oŒ%æ', 'Ã«\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 12:04:44', '0', '0', '0', '0', NULL, 1, 1, 2, 76, 77, 5, 5, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:04:44', '0', '1680x1050', 1, '0', '0', 1, '0', '0', '0', '0', 118, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (223, 1, '·Ó«3©À', '2025-06-10 12:18:32', 'Yeç-', 'ÂJ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 12:15:23', '0', '0', '0', '0', NULL, 1, 1, 2, 21, 22, 9, 9, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '13:15:31', '0', '2560x1440', 1, '0', '0', '0', '0', '0', '0', '0', 190, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (224, 1, 'ÈRéq÷vŒ', '2025-06-10 12:24:27', '\0kgäÚg³\"', 'Ù&\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 12:24:13', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 135.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:23:48', '0', '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 15, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (225, 1, '\'ÐD\ZzdÓy', '2025-06-10 12:51:45', 'C°a®a7', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 12:48:17', '0', '0', 1, 948809, NULL, 8, 52, 53, 34, 35, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:48:16', 490956, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 209, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (226, 1, '\'ÐD\ZzdÓy', '2025-06-10 13:36:45', 'C°a®a7', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 13:29:33', '0', '0', 1, 951285, NULL, 9, 52, 53, 40, 41, 3, 3, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:29:32', 2476, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 433, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (227, 1, '\'ÐD\ZzdÓy', '2025-06-10 14:56:45', 'C°a®a7', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 14:56:39', '0', '0', 1, 956511, NULL, 10, 52, 53, 68, 69, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '10:56:37', 5226, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 7, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (228, 1, 'ôœ%–pñÅ', '2025-06-10 16:32:27', 'X.nøD‘', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 16:32:25', '0', '0', '0', '0', NULL, 1, 1, 2, 36, 37, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/education-assistance/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:32:08', '0', '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 3, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (229, 1, 'àÈÌé0JlÅ', '2025-06-10 16:57:07', 'ìæàAmÄ¬', 'Ã«\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 16:53:26', '0', '0', '0', '0', NULL, 1, 1, 2, 68, 69, 9, 9, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '17:53:25', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', 222, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (230, 1, 'ôœ%–pñÅ', '2025-06-10 18:57:49', 'X.nøD‘', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 18:54:40', '0', '0', 1, 8535, NULL, 2, 1, 2, 92, 93, 15, 15, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:54:24', 8535, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', 190, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (231, 1, '\'ÐD\ZzdÓy', '2025-06-10 20:02:08', 'C°a®a7', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 20:01:54', '0', '0', 1, 974826, NULL, 11, 52, 53, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '16:01:53', 18315, '1280x720', 1, '0', '0', 1, '0', '0', '0', '0', 15, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (232, 1, '\'ÐD\ZzdÓy', '2025-06-10 21:02:01', 'C°a®a7', '¥á\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 21:02:01', '0', '0', 1, 978433, NULL, 12, 52, 53, 52, 53, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '17:02:00', 3607, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (233, 1, '²¥ˆSbñ¢', '2025-06-10 22:13:35', '€k¶ðrW˜{', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-10 22:13:35', '0', '0', 1, 2192045, NULL, 12, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '17:13:27', 87758, '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (234, 1, '¡©!\rvÂó“', '2025-06-11 07:51:03', 'nIñ²0ûY?', 'ÂJ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 07:51:03', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '08:50:40', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (235, 1, 'H–<ï^z', '2025-06-11 10:59:01', 'nIñ²0ûY?', 'ÂJ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 10:56:56', '0', '0', '0', '0', NULL, 1, 1, 2, 11, 12, 8, 7, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '11:55:21', '0', '1920x1080', 1, '0', '0', '0', '0', '0', '0', '0', 126, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (236, 1, '`çqŽûRÍ ', '2025-06-11 12:45:14', 'nIñ²0ûY?', 'ÂJ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 12:10:22', '0', '0', '0', '0', NULL, 1, 1, 2, 50, 51, 43, 40, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '13:10:21', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', 2093, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (237, 1, 'pvh²ÊÖ', '2025-06-11 12:52:08', 'QFWA\"w¹', '˜s\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 12:46:15', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 28, 28, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:46:14', '0', '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', 354, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (238, 1, '\'~\\eÆ„P%', '2025-06-11 13:17:10', 'nIñ²0ûY?', 'ÂJ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 13:16:26', '0', '0', '0', '0', NULL, 1, 46, 47, 44, 45, 5, 5, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:16:25', '0', '1680x1050', 1, '0', '0', '0', '0', '0', '0', '0', 45, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (239, 1, '~Š„óHÙCr', '2025-06-11 14:01:49', '%S	î˜¹>', 'Qe\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 13:33:27', '0', '0', '0', '0', NULL, 1, 1, 2, 11, 12, 9, 8, '0', NULL, NULL, 1, '', 'en-gb', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '14:33:26', '0', '1280x800', 1, '0', '0', 1, '0', '0', '0', '0', 1703, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (240, 1, 'ôœ%–pñÅ', '2025-06-11 14:32:16', 'ßìaáýj˜', 'hô\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 14:32:16', '0', '0', 1, 79191, NULL, 3, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:31:58', 70656, '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (241, 1, '²¥ˆSbñ¢', '2025-06-11 15:08:12', '1ÿR†Ÿ‹I', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 15:08:06', '0', '0', 1, 2252916, NULL, 13, 61, 58, 1, 2, 2, 2, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '10:08:01', 60871, '1680x1050', 1, '0', '0', 1, '0', '0', '0', '0', 7, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (242, 1, '¿ÇäÇ\\iûã', '2025-06-11 15:08:28', '\'ZÚQv;', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 15:08:28', '0', '0', 1, 2252570, NULL, 2, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '10:08:23', 2252570, '1680x1050', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (243, 1, '²¥ˆSbñ¢', '2025-06-11 15:47:12', '1ÿR†Ÿ‹I', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 15:47:10', '0', '0', 1, 2255260, NULL, 14, 1, 2, 1, 2, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/privacy-policy/', 'en-us', 'Blink', 'PS', 137.0, 1, '', 'generic desktop', '0', 'WIN', 10, '0', '10:47:05', 2344, '1680x1050', 1, '0', '0', 1, '0', '0', '0', '0', 3, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (244, 1, '\"¡\\¼svü', '2025-06-11 17:26:37', '”ó°¥¾\0OI', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 17:02:41', '0', '0', 1, 2574895, NULL, 10, 1, 2, 1, 2, 5, 5, '0', NULL, NULL, 1, '', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '12:02:40', 420347, '3440x1440', 1, '0', '0', 1, '0', '0', '0', '0', 1437, NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (245, 1, '\"¡\\¼svü', '2025-06-11 21:21:32', '”ó°¥¾\0OI', 'Ï\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-11 21:21:32', '0', '0', 1, 2590426, NULL, 11, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'en-us', 'Blink', 'CH', 136.0, 1, 'AP', 'generic desktop', '0', 'MAC', 11.7, '0', '16:21:32', 15531, '2560x1440', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (246, 1, 'éÃÛ¹·', '2025-06-14 18:23:28', '£=Éu¦\0', 'V\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-14 18:23:28', '0', '0', '0', '0', NULL, 1, 80, 81, 80, 81, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-rewarded/long-term-incentives/', 'en-gb', '', 'LinkedIn', 9.31, 5, 'AP', 'iPhone', 1, 'IOS', 18.5, '0', '19:23:26', '0', '393x852', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (247, 1, '™ï„™¥', '2025-06-14 22:18:16', 'ô	\'›˜Øý', 'R„\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-14 22:12:12', '0', '0', '0', '0', NULL, 1, 80, 81, 19, 20, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-balanced/time-away-from-work/', 'en-gb', '', 'LinkedIn', 9.31, 5, 'AP', 'iPhone', 1, 'IOS', 18.5, '0', '23:12:11', '0', '390x844', 1, '0', '0', 1, '0', '0', '0', '0', 365, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (248, 1, '6\0Ê	Ó5ƒ', '2025-06-22 20:20:18', 'Ú8Yï>šB¥', 'Uÿ\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-22 20:02:58', '0', '0', '0', '0', NULL, 1, 80, 81, 19, 20, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-successful/', 'en-gb', 'WebKit', 'PS', 137.0, 1, 'AP', 'iPhone', 1, 'IOS', 18.5, '0', '21:02:53', '0', '414x896', 1, '0', '0', 1, '0', '0', '0', '0', 1041, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (249, 1, 'ä›Ä¼QØ', '2025-06-24 20:58:05', 'E.†¹î­	½', 'Ôä\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-24 20:58:05', '0', '0', '0', '0', NULL, 1, 80, 81, 80, 81, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-successful/leadership-development/', 'en-gb', '', 'LinkedIn', 9.31, 5, 'AP', 'iPhone', 1, 'IOS', 17.7, '0', '21:58:03', '0', '414x896', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (250, 1, 'K7ùw¸¶&Î', '2025-06-25 21:08:48', '”ö»«Ü|cÈ', 'V\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-06-25 21:08:48', '0', '0', '0', '0', NULL, 1, 19, 20, 19, 20, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-prepared/business-travel/', 'en-gb', 'WebKit', 'MF', 18.5, 1, 'AP', 'iPhone', 1, 'IOS', 18.5, '0', '22:08:47', '0', '390x844', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (251, 1, 'Ö‰ItSË€', '2025-07-29 14:20:24', '€×É5F', '(u\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-07-29 14:20:24', '0', '0', '0', '0', NULL, 1, 48, 49, 48, 49, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-well/dental/', 'en-us', 'Blink', 'PS', 138.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '09:20:21', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (252, 1, 'AÌ ýD', '2025-11-02 09:17:33', 'ž wDr×)', 'Sj\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-11-02 09:17:33', '0', '0', '0', '0', NULL, 1, 80, 81, 80, 81, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-successful/', 'en-gb', 'Blink', 'CH', 141.0, 1, 'AP', 'generic desktop', '0', 'MAC', 14.7, '0', '09:17:32', '0', '1440x900', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (253, 1, 'AÌ ýD', '2025-11-02 17:07:09', 'ž wDr×)', 'Sj\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-11-02 17:07:09', '0', '0', 1, 28176, NULL, 2, 34, 35, 34, 35, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-balanced/', 'en-gb', 'Blink', 'CH', 141.0, 1, 'AP', 'generic desktop', '0', 'MAC', 14.7, '0', '17:07:08', 28176, '1440x900', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (254, 1, ',Æëjˆ-“', '2025-12-01 08:29:35', '4Û‰H4L°', 'R„\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-12-01 08:29:34', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 2, 2, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/', 'en-gb', 'WebKit', 'MF', 17.7, 1, 'AP', 'iPhone', 1, 'IOS', 17.7, '0', '08:29:33', '0', '414x896', 1, '0', '0', 1, '0', '0', '0', '0', 2, NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (255, 1, 'kø³5h2', '2025-12-02 13:00:47', ')¦Ù=Î›=R', 'c\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-12-02 13:00:47', '0', '0', '0', '0', NULL, 1, 1, 2, 1, 2, 1, 1, '0', NULL, NULL, 1, '', 'en-gb', 'WebKit', 'MF', 18.7, 1, 'AP', 'iPhone', 1, 'IOS', 18.7, '0', '13:00:46', '0', '390x844', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (256, 1, 'ØK7Ï\"×»Î', '2025-12-11 20:38:51', 'SÔ…ž/\0+', 'Ð\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-12-11 20:38:51', '0', '0', '0', '0', NULL, 1, 46, 175, 46, 175, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?s=EAP', 'en-us', 'Blink', 'PS', 143.0, 1, '', 'generic desktop', '0', 'WIN', 11, '0', '15:38:51', '0', '1920x1080', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'us', NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_log_visit` (`idvisit`, `idsite`, `idvisitor`, `visit_last_action_time`, `config_id`, `location_ip`, `last_idlink_va`, `custom_dimension_1`, `custom_dimension_2`, `custom_dimension_3`, `custom_dimension_4`, `custom_dimension_5`, `profilable`, `user_id`, `visit_first_action_time`, `visit_goal_buyer`, `visit_goal_converted`, `visitor_returning`, `visitor_seconds_since_first`, `visitor_seconds_since_order`, `visitor_count_visits`, `visit_entry_idaction_name`, `visit_entry_idaction_url`, `visit_exit_idaction_name`, `visit_exit_idaction_url`, `visit_total_actions`, `visit_total_interactions`, `visit_total_searches`, `referer_keyword`, `referer_name`, `referer_type`, `referer_url`, `location_browser_lang`, `config_browser_engine`, `config_browser_name`, `config_browser_version`, `config_client_type`, `config_device_brand`, `config_device_model`, `config_device_type`, `config_os`, `config_os_version`, `visit_total_events`, `visitor_localtime`, `visitor_seconds_since_last`, `config_resolution`, `config_cookie`, `config_flash`, `config_java`, `config_pdf`, `config_quicktime`, `config_realplayer`, `config_silverlight`, `config_windowsmedia`, `visit_total_time`, `location_city`, `location_country`, `location_latitude`, `location_longitude`, `location_region`, `ai_agent_name`) VALUES (257, 1, '£@æO¶ê\'=', '2025-12-19 13:34:09', '	»cÜÈ²O', 'V\0\0', NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, '2025-12-19 13:34:09', '0', '0', '0', '0', NULL, 1, 80, 81, 80, 81, 1, 1, '0', NULL, NULL, 1, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/be-successful/mentoringcf/', 'en-gb', 'WebKit', 'MF', 26.1, 1, 'AP', 'iPhone', 1, 'IOS', 18.7, '0', '13:34:08', '0', '390x844', 1, '0', '0', 1, '0', '0', '0', '0', '0', NULL, 'gb', NULL, NULL, NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_logger_message` (
  `idlogger_message` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tag` varchar(50) DEFAULT NULL,
  `timestamp` timestamp NULL DEFAULT NULL,
  `level` varchar(16) DEFAULT NULL,
  `message` text DEFAULT NULL,
  PRIMARY KEY (`idlogger_message`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_option` (
  `option_name` varchar(191) NOT NULL,
  `option_value` longtext NOT NULL,
  `autoload` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('cfibenefits_defaultReport', 1, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('cfibenefits_defaultReportDate', 'month', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('CronArchive.lastInvalidationTime', 1772995270, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('geoip2.loc_db_url', 'https://download.db-ip.com/free/dbip-city-lite-2026-02.mmdb.gz', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('geoip2.updater_last_run_time', 1770422400, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('install_version', '5.3.1', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('InvalidatedOldReports_DatesWebsiteIds', 'a:2:{i:0;s:7:\"2026_03\";i:1;s:7:\"2026_01\";}', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('jasminekonkin_defaultReport', 1, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('LastCompletedFullArchiving', 1772995270, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('LastFullArchivingStartTime', 1772995270, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('MatomoUpdateHistory', '5.3.1,', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('MobileMessaging_DelegatedManagement', 'false', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('piwikUrl', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/plugins/matomo/app/', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('ReArchiveList', 'a:0:{}', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('rebeccakershberg_defaultReport', 1, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('sharris_defaultReport', 1, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('simbco_defaultReport', 1, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('SitesManager_DefaultTimezone', 'Europe/London', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('SitesManagerHadTrafficInPast_1', 1, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('TaskScheduler.timetable', 'a:23:{s:60:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.invalidateOutdatedArchives\";i:1773014425;s:59:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.deleteOldFingerprintSalts\";i:1773014425;s:55:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeOutdatedArchives\";i:1773014425;s:55:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeOrphanedArchives\";i:1773014431;s:51:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.updateSpammerList\";i:1773014431;s:47:\"Piwik\\Plugins\\Login\\Tasks.cleanupBruteForceLogs\";i:1773014425;s:53:\"Piwik\\Plugins\\UsersManager\\Tasks.cleanupExpiredTokens\";i:1773014425;s:63:\"Piwik\\Plugins\\UsersManager\\Tasks.setUserDefaultReportPreference\";i:1773014425;s:54:\"Piwik\\Plugins\\UsersManager\\Tasks.cleanUpExpiredInvites\";i:1773014425;s:49:\"Piwik\\Plugins\\CustomJsTracker\\Tasks.updateTracker\";i:1772996410;s:58:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeInvalidatedArchives\";i:1773014426;s:67:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeInvalidationsForDeletedSites\";i:1773014426;s:51:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteReportData\";i:1773014426;s:48:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteLogData\";i:1772996410;s:52:\"Piwik\\Plugins\\PrivacyManager\\Tasks.anonymizePastData\";i:1772996410;s:63:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteLogDataForDeletedSites\";i:1773014431;s:54:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.optimizeArchiveTable\";i:1775001642;s:57:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.cleanupTrackingFailures\";i:1773014426;s:56:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.notifyTrackingFailures\";i:1773014431;s:65:\"Piwik\\Plugins\\CoreUpdater\\Tasks.sendNotificationIfUpdateAvailable\";i:1773014426;s:85:\"Piwik\\Plugins\\UsersManager\\TokenNotifications\\TokenNotifierTask.dispatchNotifications\";i:1773014425;s:83:\"Piwik\\Plugins\\UsersManager\\UserNotifications\\UserNotifierTask.dispatchNotifications\";i:1775001642;s:65:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeBrokenArchivesCurrentMonth\";i:1773014426;}', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('TokenNotifier.lastRunTime', 1772928000, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('TransactionLevel.testOption', 1, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('usercountry.location_provider', 'geoip2php', '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('usercountry.switchtoisoregions', 1770423467, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('useridsalt', 'V$tbtP3Ghz7Dc-_V7kauV8ISeNEzzdp8S1N7CCS-', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('UserNotifier.lastRunTime', 1772323200, '0');

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Actions', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_AIAgents', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Annotations', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_API', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_BulkTracking', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Contents', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_core', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreAdminHome', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreConsole', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreHome', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CorePluginsAdmin', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreUpdater', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreVisualizations', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreVue', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CustomDimensions', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CustomJsTracker', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Dashboard', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_DevicePlugins', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_DevicesDetection', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Diagnostics', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Ecommerce', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Events', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_FeatureFlags', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_GeoIp2', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Goals', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Heartbeat', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_ImageGraph', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Insights', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Installation', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Intl', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_IntranetMeasurable', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_JsTrackerInstallCheck', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_LanguagesManager', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Live', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_conversion.pageviews_before', 'SMALLINT UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_conversion.revenue', 'float default NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_interaction', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_name', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_piece', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_target', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_event_action', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_event_category', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_name', 'INTEGER(10) UNSIGNED', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat2', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat3', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat4', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat5', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_name', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_sku', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_url', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idpageview', 'CHAR(6) NULL DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.product_price', 'DOUBLE NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.search_cat', 'VARCHAR(200) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.search_count', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.server_time', 'DATETIME NOT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_dom_completion', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_dom_processing', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_network', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_on_load', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_server', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_spent_ref_action', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_transfer', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.ai_agent_name', 'VARCHAR(40) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_engine', 'VARCHAR(10) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_name', 'VARCHAR(40) NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_version', 'VARCHAR(20) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_client_type', 'TINYINT( 1 ) NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_cookie', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_brand', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_model', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_type', 'TINYINT( 100 ) NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_flash', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_java', 'TINYINT(1) NULL', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_os', 'CHAR(3) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_os_version', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_pdf', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_quicktime', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_realplayer', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_resolution', 'VARCHAR(18) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_silverlight', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_windowsmedia', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_browser_lang', 'VARCHAR(20) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_city', 'varchar(255) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_country', 'CHAR(3) NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_latitude', 'decimal(9, 6) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_longitude', 'decimal(9, 6) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_region', 'char(3) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.profilable', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_keyword', 'VARCHAR(255) NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_name', 'VARCHAR(255) NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_type', 'TINYINT(1) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_url', 'VARCHAR(1500) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.user_id', 'VARCHAR(200) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_entry_idaction_name', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_entry_idaction_url', 'INTEGER(11) UNSIGNED NULL  DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_exit_idaction_name', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_exit_idaction_url', 'INTEGER(10) UNSIGNED NULL DEFAULT 0', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_first_action_time', 'DATETIME NOT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_goal_buyer', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_goal_converted', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_actions', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_events', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_interactions', 'MEDIUMINT UNSIGNED DEFAULT 0', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_searches', 'SMALLINT(5) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_time', 'INT(11) UNSIGNED NOT NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_count_visits', 'INT(11) UNSIGNED NOT NULL DEFAULT 01', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_localtime', 'TIME NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_returning', 'TINYINT(1) NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_first', 'INT(11) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_last', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_order', 'INT(11) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Login', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_MobileMessaging', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Monolog', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Morpheus', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Overlay', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_PagePerformance', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_PrivacyManager', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Proxy', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Referrers', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Resolution', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_RssWidget', 1.0, 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_ScheduledReports', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SegmentEditor', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SEO', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SitesManager', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Tour', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Transitions', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserCountry', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserCountryMap', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserId', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserLanguage', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UsersManager', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitFrequency', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitorInterest', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitsSummary', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitTime', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_WebsiteMeasurable', '5.6.2', 1);

INSERT IGNORE INTO `wp_3_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_WordPress', '0.1.0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_plugin_setting` (
  `plugin_name` varchar(60) NOT NULL,
  `setting_name` varchar(255) NOT NULL,
  `setting_value` longtext NOT NULL,
  `json_encoded` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `user_login` varchar(100) NOT NULL DEFAULT '',
  `idplugin_setting` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idplugin_setting`),
  KEY `plugin_name` (`plugin_name`,`user_login`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_plugin_setting` (`plugin_name`, `setting_name`, `setting_value`, `json_encoded`, `user_login`, `idplugin_setting`) VALUES ('Tour', 'change_visualisations_completed', 1, '0', 'cfibenefits', 2);

INSERT IGNORE INTO `wp_3_matomo_plugin_setting` (`plugin_name`, `setting_name`, `setting_value`, `json_encoded`, `user_login`, `idplugin_setting`) VALUES ('Tour', 'select_date_range_completed', 1, '0', 'cfibenefits', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_privacy_logdata_anonymizations` (
  `idlogdata_anonymization` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsites` text DEFAULT NULL,
  `date_start` datetime NOT NULL,
  `date_end` datetime NOT NULL,
  `anonymize_ip` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `anonymize_location` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `anonymize_userid` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `unset_visit_columns` text NOT NULL,
  `unset_link_visit_action_columns` text NOT NULL,
  `output` mediumtext DEFAULT NULL,
  `scheduled_date` datetime DEFAULT NULL,
  `job_start_date` datetime DEFAULT NULL,
  `job_finish_date` datetime DEFAULT NULL,
  `requester` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`idlogdata_anonymization`),
  KEY `job_start_date` (`job_start_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_report` (
  `idreport` int(11) NOT NULL AUTO_INCREMENT,
  `idsite` int(11) NOT NULL,
  `login` varchar(100) NOT NULL,
  `description` varchar(255) NOT NULL,
  `idsegment` int(11) DEFAULT NULL,
  `period` varchar(10) NOT NULL,
  `hour` tinyint(4) NOT NULL DEFAULT 0,
  `type` varchar(10) NOT NULL,
  `format` varchar(10) NOT NULL,
  `reports` text NOT NULL,
  `parameters` text DEFAULT NULL,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ts_last_sent` timestamp NULL DEFAULT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  `evolution_graph_within_period` tinyint(4) NOT NULL DEFAULT 0,
  `evolution_graph_period_n` int(11) NOT NULL,
  `period_param` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`idreport`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_report_subscriptions` (
  `idreport` int(11) NOT NULL,
  `token` varchar(100) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `ts_subscribed` timestamp NULL DEFAULT current_timestamp(),
  `ts_unsubscribed` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`idreport`,`email`),
  UNIQUE KEY `unique_token` (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_segment` (
  `idsegment` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `definition` text NOT NULL,
  `hash` char(32) DEFAULT NULL,
  `login` varchar(100) NOT NULL,
  `enable_all_users` tinyint(4) NOT NULL DEFAULT 0,
  `enable_only_idsite` int(11) DEFAULT NULL,
  `auto_archive` tinyint(4) NOT NULL DEFAULT 0,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ts_last_edit` timestamp NULL DEFAULT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`idsegment`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_sequence` (
  `name` varchar(120) NOT NULL,
  `value` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2016_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2017_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2018_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2019_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2020_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2021_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2022_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_02', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_03', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_04', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_05', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_06', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_07', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_08', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_09', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_10', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_11', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2023_12', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_01', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_02', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_03', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_04', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_05', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_06', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_07', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_08', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_09', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_10', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_11', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2024_12', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_01', 773);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_02', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_03', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_04', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_05', 929);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_06', 1258);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_07', 21);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_08', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_09', '0');

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_10', 36);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_11', 75);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2025_12', 177);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2026_01', 442);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2026_02', 1086);

INSERT IGNORE INTO `wp_3_matomo_sequence` (`name`, `value`) VALUES ('wp_3_matomo_archive_numeric_2026_03', 280);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_session` (
  `id` varchar(191) NOT NULL,
  `modified` int(11) DEFAULT NULL,
  `lifetime` int(11) DEFAULT NULL,
  `data` mediumtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_session` (`id`, `modified`, `lifetime`, `data`) VALUES ('93baea622f15310feb466911097a3e8bd49697e8a8f6eb74797b9677de1a5d6a1ce6b9d5643fde01c5502ab6fc24df0def532cf412730c98ee41e7535b85f515', 1750284645, 1209600, 'a:1:{s:4:\"data\";s:124:\"YToyOntzOjEyOiJub3RpZmljYXRpb24iO2E6MTp7czoxMzoibm90aWZpY2F0aW9ucyI7YTowOnt9fXM6MjA6InNldElnbm9yZUNvb2tpZU5vbmNlIjthOjA6e319\";}');

INSERT IGNORE INTO `wp_3_matomo_session` (`id`, `modified`, `lifetime`, `data`) VALUES ('9df8629e49897d193ce163ade11312646ccbea5f4e538a1e54efb3bf49b7924e63c83d115e0516730eaa4a9dbf4161fdc867e252fea0ae3be8861f61e86eb6ff', 1749654048, 1209600, 'a:1:{s:4:\"data\";s:8:\"YTowOnt9\";}');

INSERT IGNORE INTO `wp_3_matomo_session` (`id`, `modified`, `lifetime`, `data`) VALUES ('a8107414d784e7c56329860c4757fa0f59fd9846f79553c6fc3b4d1d93471dc9e61b97ba71b3c5365a38f57a7a4d424b0531cde62071daa0e9a6fb38ced3668e', 1749509132, 1209600, 'a:1:{s:4:\"data\";s:80:\"YToxOntzOjEyOiJub3RpZmljYXRpb24iO2E6MTp7czoxMzoibm90aWZpY2F0aW9ucyI7YTowOnt9fX0=\";}');

INSERT IGNORE INTO `wp_3_matomo_session` (`id`, `modified`, `lifetime`, `data`) VALUES ('e1ff58261228f7009649211cfe894a2d303ee2959a6ab7df59143fe5ddcbd3df7b110111c2823666d6f8d5bdf46a084f34648b954c4d95fad2f35782234186fe', 1749662534, 1209600, 'a:1:{s:4:\"data\";s:8:\"YTowOnt9\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_site` (
  `idsite` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(90) NOT NULL,
  `main_url` varchar(255) NOT NULL,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ecommerce` tinyint(4) DEFAULT 0,
  `sitesearch` tinyint(4) DEFAULT 1,
  `sitesearch_keyword_parameters` text NOT NULL,
  `sitesearch_category_parameters` text NOT NULL,
  `timezone` varchar(50) NOT NULL,
  `currency` char(3) NOT NULL,
  `exclude_unknown_urls` tinyint(1) DEFAULT 0,
  `excluded_ips` text NOT NULL,
  `excluded_parameters` text NOT NULL,
  `excluded_user_agents` text NOT NULL,
  `excluded_referrers` text NOT NULL,
  `group` varchar(250) NOT NULL,
  `type` varchar(255) NOT NULL,
  `keep_url_fragment` tinyint(4) NOT NULL DEFAULT 0,
  `creator_login` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`idsite`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_site` (`idsite`, `name`, `main_url`, `ts_created`, `ecommerce`, `sitesearch`, `sitesearch_keyword_parameters`, `sitesearch_category_parameters`, `timezone`, `currency`, `exclude_unknown_urls`, `excluded_ips`, `excluded_parameters`, `excluded_user_agents`, `excluded_referrers`, `group`, `type`, `keep_url_fragment`, `creator_login`) VALUES (1, 'CF Industries Total Rewards UK', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk', '2025-05-11 00:00:00', 1, 1, '', '', 'Europe/London', 'USD', '0', '', '', '', '', '', 'website', '0', 'super user was set');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_site_setting` (
  `idsite` int(10) unsigned NOT NULL,
  `plugin_name` varchar(60) NOT NULL,
  `setting_name` varchar(255) NOT NULL,
  `setting_value` longtext NOT NULL,
  `json_encoded` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `idsite_setting` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idsite_setting`),
  KEY `idsite` (`idsite`,`plugin_name`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_site_setting` (`idsite`, `plugin_name`, `setting_name`, `setting_value`, `json_encoded`, `idsite_setting`) VALUES (1, 'CoreAdminHome', 'trackingCodeExistsCheck', 1, '0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_site_url` (
  `idsite` int(10) unsigned NOT NULL,
  `url` varchar(190) NOT NULL,
  PRIMARY KEY (`idsite`,`url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_tracking_failure` (
  `idsite` bigint(20) unsigned NOT NULL,
  `idfailure` smallint(5) unsigned NOT NULL,
  `date_first_occurred` datetime NOT NULL,
  `request_url` mediumtext NOT NULL,
  PRIMARY KEY (`idsite`,`idfailure`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_twofactor_recovery_code` (
  `idrecoverycode` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `recovery_code` varchar(40) NOT NULL,
  PRIMARY KEY (`idrecoverycode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_user` (
  `login` varchar(100) NOT NULL,
  `password` varchar(255) NOT NULL,
  `email` varchar(100) NOT NULL,
  `twofactor_secret` varchar(40) NOT NULL DEFAULT '',
  `superuser_access` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `date_registered` timestamp NULL DEFAULT NULL,
  `ts_password_modified` timestamp NULL DEFAULT NULL,
  `idchange_last_viewed` int(10) unsigned DEFAULT NULL,
  `invited_by` varchar(100) DEFAULT NULL,
  `invite_token` varchar(191) DEFAULT NULL,
  `invite_link_token` varchar(191) DEFAULT NULL,
  `invite_expired_at` timestamp NULL DEFAULT NULL,
  `invite_accept_at` timestamp NULL DEFAULT NULL,
  `ts_changes_shown` timestamp NULL DEFAULT NULL,
  `ts_last_seen` timestamp NULL DEFAULT NULL,
  `ts_inactivity_notified` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`login`),
  UNIQUE KEY `uniq_email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`, `ts_last_seen`, `ts_inactivity_notified`) VALUES ('cfibenefits', '$2y$10$Kd0q3/4Ofs0WfK1xP5u2ZegVREA5g9LMG3u1Hvm2YuAd/.3GtYV/.', 'tim@bandoliergroup.com', '', 1, '2025-05-12 21:25:23', '2025-05-12 21:25:23', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2026-03-05 22:18:36', NULL);

INSERT IGNORE INTO `wp_3_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`, `ts_last_seen`, `ts_inactivity_notified`) VALUES ('jasminekonkin', '$2y$10$1KzeTqCtlfAGosikM89FO.ltdIYEWUkoxywm.bu8G6pTlRYmAAt7m', 'jasmine.konkin@cfindustries.com', '', '0', '2025-06-11 17:02:22', '2025-06-11 17:02:22', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-06-11 17:22:13', NULL);

INSERT IGNORE INTO `wp_3_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`, `ts_last_seen`, `ts_inactivity_notified`) VALUES ('rebeccakershberg', '$2y$10$EfVPDYROsmpkoEN9BZkSj.DqG6gxwhhCdbL5g6zcS3TKXr6LW80se', 'Rebecca.Kershberg@lockton.com', '', 1, '2026-02-02 21:42:20', '2026-02-02 21:42:20', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`, `ts_last_seen`, `ts_inactivity_notified`) VALUES ('sharris', '$2y$10$TU9WdzLARSFk6rqU8s7lv.3GvIl216gHoRKXb8Sc/O6kveJFoeMBa', 'stacey@bandoliergroup.com', '', 1, '2025-05-12 21:25:24', '2025-05-12 21:25:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`, `ts_last_seen`, `ts_inactivity_notified`) VALUES ('simbco', '$2y$10$kiszYIxR6I7Zf9BSlGoShu7tbWWruTH.NeKj0RLmCEcxDXwNXRXbG', 'simeon@simb.co', '', 1, '2025-05-12 21:25:23', '2025-05-12 21:25:24', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_user_dashboard` (
  `login` varchar(100) NOT NULL,
  `iddashboard` int(11) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `layout` text NOT NULL,
  PRIMARY KEY (`login`,`iddashboard`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_user_language` (
  `login` varchar(100) NOT NULL,
  `language` varchar(10) NOT NULL,
  `use_12_hour_clock` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`login`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('cfibenefits', 'en', '0');

INSERT IGNORE INTO `wp_3_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('jasminekonkin', 'en', '0');

INSERT IGNORE INTO `wp_3_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('rebeccakershberg', 'en', '0');

INSERT IGNORE INTO `wp_3_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('sharris', 'en', '0');

INSERT IGNORE INTO `wp_3_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('simbco', 'en', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_matomo_user_token_auth` (
  `idusertokenauth` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `description` varchar(100) NOT NULL,
  `password` varchar(191) NOT NULL,
  `hash_algo` varchar(30) NOT NULL,
  `system_token` tinyint(1) NOT NULL DEFAULT 0,
  `last_used` datetime DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_expired` datetime DEFAULT NULL,
  `secure_only` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `ts_rotation_notified` datetime DEFAULT NULL,
  `ts_expiration_warning_notified` datetime DEFAULT NULL,
  PRIMARY KEY (`idusertokenauth`),
  UNIQUE KEY `uniq_password` (`password`)
) ENGINE=InnoDB AUTO_INCREMENT=700 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (673, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '1b07bd5f3c70a125cf9959444bd55656a405516b02c1d59e10e7ca59fe134e18c2bfcd63b4fe5d065319bd40f6f910807810b53f4bc7b5dfb7def53300a09733', 'sha512', 1, NULL, '2026-03-06 13:51:03', '2026-03-08 01:51:03', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (674, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '93b5b236764887a260c8fb47fe2bb805da7a26d36d7eb65cd13f9ff743d0789f6b001f9aedaa27245927cfe6a97f4529f940a6da0992f903ed30bf8fb352617d', 'sha512', 1, NULL, '2026-03-06 14:46:13', '2026-03-08 02:46:13', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (675, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', 'fc926f450a80d4514aaf66d9c488c38a34b6da8bb694c992d3bfcd31a45727cac35e2e42b71f81280901bbf2f78a165c8034f8b61a2e25b01d88e7f893ed5bda', 'sha512', 1, NULL, '2026-03-06 19:08:46', '2026-03-08 07:08:46', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (676, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '99551b1bb3188e600158bda2dc231d6eda94d738e2778f30922f5bdbc770fe612f23b1fd38d8f30d78825e707d97b6961382c1118d214c2a9a155bdf037badf0', 'sha512', 1, NULL, '2026-03-06 22:19:29', '2026-03-08 10:19:29', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (677, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '27ad681c3814459a2f11f408844a290a0e7fdb2403349b3dbc7cce5e281e0395513e52ea67061ca4da7eb85f691f1309770a85b417225fb511e4edf10d0e1ac0', 'sha512', 1, NULL, '2026-03-07 01:46:05', '2026-03-08 13:46:05', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (678, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '31125a07c1c693b84f6f804f78c4180684827357b91e2e01ea3fec3678c1407b4c53fa33eb7e4614c66a23c7d654cca70289d637062e21195e49afcf811f94f2', 'sha512', 1, NULL, '2026-03-07 06:50:31', '2026-03-08 18:50:31', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (679, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '34636125b2994800418f5ef29a958c31d1f3e6d125378a9968e9c936f004f1e9c0d5b35b40546fa68ad8757f9f18a45afcba80c7a3f6dd8a9f5ce2a965727ece', 'sha512', 1, NULL, '2026-03-07 10:15:58', '2026-03-08 22:15:58', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (680, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', 'cf33a4febbef0c4e617ac4950902137fe5f65efac355d24a05f0c90ac74f1d24de545b96168189e7eeda5ebd2a1493e58a1d76bd056c2aa6d9ac588c422b5985', 'sha512', 1, NULL, '2026-03-07 11:22:16', '2026-03-08 23:22:16', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (681, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '2b57abbe2abaf1bcef16e5ceb9c7046243c6c104700c9b72c5b6d944818a4559abecca9c11cf353e054401f51cad0e06045dad5ebf51e2ceae72c921797d04c3', 'sha512', 1, NULL, '2026-03-07 13:14:11', '2026-03-09 01:14:11', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (682, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '357ad1755e1714edb91d54095e2fb31af3df1e00180ddd40d094b17fb62fefff6cb11ada080f7b3423b6f3e66d16a7ae9cf139b4b8deaa00424106ffb93ee5fd', 'sha512', 1, NULL, '2026-03-07 13:55:08', '2026-03-09 01:55:08', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (683, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '0cff1f99894295721ff24fc565108105cec8f942316c551c3ee8ffe1a06f5059ed3aa1a88322e71b16cc5e5bcc1fe223cb36f6857a19e3730a6df16a7338139d', 'sha512', 1, NULL, '2026-03-07 14:26:17', '2026-03-09 02:26:17', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (684, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '25ecfba7a595f913776fa3c80c6e38f78a0bf0d26c2c57ee5d9b4f1eadb19c7156a96aa80f810e6facbd674610ba0e7adbb7b772ea0d3f9de4be58964fbef6b5', 'sha512', 1, NULL, '2026-03-07 15:46:13', '2026-03-09 03:46:13', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (685, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '56d155c1ca5f85ec135400d35e7f2580693acdd1d0e0518eef756381c03506b2bf3975de2b0ae2aa4a0fa8f804b32d9b1daab5e28000c33a00976ce938b1ba47', 'sha512', 1, NULL, '2026-03-07 16:49:42', '2026-03-09 04:49:42', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (686, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', 'b573f6575c24a4dfbb7e4bf42282158f4d1ddcf6724f9fdea294cfed212a5203d415730b7a2074593c7dad460604f7f5d80bcaf987e2b68b2c609fdef7cd73d2', 'sha512', 1, NULL, '2026-03-07 19:21:12', '2026-03-09 07:21:12', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (687, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', 'a178f73f0a67e0708ddc444ff20d79fb3dd0637038278c46e99391c41c36ab006920ba79f158f03f371084cc29ded06bad3dc6d7affeaf6a92d10a6507fa2e4c', 'sha512', 1, NULL, '2026-03-07 21:06:51', '2026-03-09 09:06:51', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (688, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', 'b83c3b35456ac20d3000cba8e4a35422298210b20ea9894d558aaef931a115787af32d5ed06a313fad3a87122632961cf306911ec5595abafad8685e51ed6d46', 'sha512', 1, NULL, '2026-03-07 22:28:41', '2026-03-09 10:28:41', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (689, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '3ffcf02b4ce6875343a64b5804f4ec5d6148a532d5da33243b2b75df26f415ed10cf80636ff4d808bfc2a3af4120802a2bbb23c0228eb71d84a5e431ec34919e', 'sha512', 1, NULL, '2026-03-07 23:48:35', '2026-03-09 11:48:35', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (690, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '2900d41b6cdf5358b3739b71a08b193941f9af80501e2be7984eee9199e7c8eb6e84602baf158f1617f921f57672068cfb0abac36af8b4b3ebbe3c8955175439', 'sha512', 1, NULL, '2026-03-08 01:05:25', '2026-03-09 13:05:25', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (691, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '123d68cd11a7bce42a4ee07713eb68802ce35b84c79c1a102f01681debd33b36a092b17db5c177459c252acf4a87ce6363fd141eb40b71c8351bcd6378410608', 'sha512', 1, NULL, '2026-03-08 02:10:24', '2026-03-09 14:10:24', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (692, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '6b9c5e781496af5ab74215c222dfb6e620c4de0f536f9622e1da18ecdec0b707469e0cdf83709d571833d328fa776afe893ccab952810144b17e1e0f1d81e050', 'sha512', 1, NULL, '2026-03-08 04:02:23', '2026-03-09 16:02:23', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (693, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '0b170b616df6b9daf8a124b58df16b5c177b0d4850f9fa4d3cb9c7767444d517562245a20fdefc1d16b9e4e5b5977c28ca4e37ed661536aa3b86cb5478e7dcdc', 'sha512', 1, NULL, '2026-03-08 07:27:31', '2026-03-09 19:27:31', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (694, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '49336c83bd9bac812082c62225fb6391459cb61845cff4134056ebc5c34570a81e68fce42d85d2ca8479e07fa64712821b219e12e6d7ba9ad7d72cd30b4703db', 'sha512', 1, NULL, '2026-03-08 08:42:54', '2026-03-09 20:42:54', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (695, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '6f6b3e278e1985ce7ba63f4cb0747b2622f6b721c467a7b7fddfc1956f80588f8885e40596ccd5fbd6ddcaab7a5411c597d90e9d49eb89a2ac31754146294f64', 'sha512', 1, NULL, '2026-03-08 11:53:50', '2026-03-09 23:53:50', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (696, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '46379381ff19980b243955974a7e0cb5f20ef9b0011fc435f5720a79d843269790624e48b63f051aae395f3a1c9b2fb352f03badb9be79e5f0eaa2e89022066e', 'sha512', 1, NULL, '2026-03-08 13:48:02', '2026-03-10 01:48:02', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (697, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '2029845b98d1ae01b626cde7e98a628c1e350141a6594ddadc2aacb3b78ebc4e381aa6f50552612b94a695171178135349dc5fe964cfaad7d8a66fbd5daacfce', 'sha512', 1, NULL, '2026-03-08 14:50:35', '2026-03-10 02:50:35', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (698, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', '4e5cb8ab9d43d5ee408be57f67227ef1edec18ee5fdc469c40b2a7ac608da3f2f07b2f5dc4e86370393a97611319c9acef22df1a142484eac4ffc20696b3cbc4', 'sha512', 1, NULL, '2026-03-08 15:59:50', '2026-03-10 03:59:50', '0', NULL, NULL);

INSERT IGNORE INTO `wp_3_matomo_user_token_auth` (`idusertokenauth`, `login`, `description`, `password`, `hash_algo`, `system_token`, `last_used`, `date_created`, `date_expired`, `secure_only`, `ts_rotation_notified`, `ts_expiration_warning_notified`) VALUES (699, 'cfibenefits', 'System generated CliMultiNonAsyncArchive', 'a94e42b4ed811e981ba40e348b6377d8b408740b9cb9ae48a77e8ef96a49729b6e6eab420b457977eff1d92f940c6ebaeff44375d1161b0a3719c9e2f667f6a4', 'sha512', 1, NULL, '2026-03-08 18:41:10', '2026-03-10 06:41:10', '0', NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=2622 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2, 'home', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 'blogname', 'CF Industries Total Rewards UK', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4, 'blogdescription', 'Powered by You', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5, 'users_can_register', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6, 'admin_email', 'tim@bandoliergroup.com', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7, 'start_of_week', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8, 'use_balanceTags', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9, 'use_smilies', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10, 'require_name_email', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11, 'comments_notify', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (12, 'posts_per_rss', 10, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (13, 'rss_use_excerpt', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14, 'mailserver_url', 'mail.example.com', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15, 'mailserver_login', 'login@example.com', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16, 'mailserver_pass', 'password', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (17, 'mailserver_port', 110, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (18, 'default_category', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19, 'default_comment_status', 'open', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20, 'default_ping_status', 'open', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21, 'default_pingback_flag', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22, 'posts_per_page', 10, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23, 'date_format', 'F j, Y', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (24, 'time_format', 'g:i a', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26, 'comment_moderation', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27, 'moderation_notify', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28, 'permalink_structure', '/%postname%/', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (30, 'hack_file', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31, 'blog_charset', 'UTF-8', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (32, 'moderation_keys', '', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33, 'active_plugins', 'a:8:{i:0;s:33:\"acf-extended-pro/acf-extended.php\";i:1;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:47:\"better-search-replace/better-search-replace.php\";i:3;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:4;s:35:\"cookie-law-info/cookie-law-info.php\";i:5;s:29:\"divi-booster/divi-booster.php\";i:6;s:43:\"document-management/document-management.php\";i:7;s:17:\"matomo/matomo.php\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (34, 'category_base', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (36, 'comment_max_links', 2, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37, 'gmt_offset', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38, 'default_email_category', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (39, 'recently_edited', 'a:4:{i:0;s:72:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/header.php\";i:2;s:71:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/style.css\";i:3;s:75:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/functions.php\";i:4;s:0:\"\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40, 'template', 'Divi', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41, 'stylesheet', 'Divi-child', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42, 'comment_registration', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (43, 'html_type', 'text/html', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44, 'use_trackback', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45, 'default_role', 'subscriber', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (46, 'db_version', 60717, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (47, 'uploads_use_yearmonth_folders', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (48, 'upload_path', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (49, 'blog_public', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (50, 'default_link_category', 2, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (51, 'show_on_front', 'page', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (52, 'tag_base', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (53, 'show_avatars', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (54, 'avatar_rating', 'G', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55, 'upload_url_path', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56, 'thumbnail_size_w', 150, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (57, 'thumbnail_size_h', 150, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (58, 'thumbnail_crop', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (59, 'medium_size_w', 300, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60, 'medium_size_h', 300, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61, 'avatar_default', 'mystery', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (62, 'large_size_w', 1024, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63, 'large_size_h', 1024, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64, 'image_default_link_type', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65, 'image_default_size', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66, 'image_default_align', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67, 'close_comments_for_old_posts', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68, 'close_comments_days_old', 14, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (69, 'thread_comments', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (70, 'thread_comments_depth', 5, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (71, 'page_comments', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (72, 'comments_per_page', 50, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73, 'default_comments_page', 'newest', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (74, 'comment_order', 'asc', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (75, 'sticky_posts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (79, 'uninstall_plugins', 'a:1:{s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (80, 'timezone_string', 'Europe/London', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (81, 'page_for_posts', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82, 'page_on_front', 820, 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (83, 'default_post_format', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (84, 'link_manager_enabled', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (85, 'finished_splitting_shared_terms', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (86, 'site_icon', 15, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (87, 'medium_large_size_w', 768, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (88, 'medium_large_size_h', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (89, 'wp_page_for_privacy_policy', 3, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (90, 'show_comments_cookies_opt_in', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (91, 'admin_email_lifespan', 1761307929, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (92, 'disallowed_keys', '', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (93, 'comment_previously_approved', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (95, 'auto_update_core_dev', 'enabled', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (96, 'auto_update_core_minor', 'enabled', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (97, 'auto_update_core_major', 'enabled', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (99, 'initial_db_version', 53496, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (100, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{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:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'fresh_site', '0', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (102, 'user_count', 3, 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (104, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:7:\"block-2\";i:3;s:7:\"block-3\";i:4;s:7:\"block-4\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (105, 'cron', 'a:25:{i:1772995650;a:1:{s:31:\"cookie_notice_get_app_analytics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1772996781;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:1772997108;a:1:{s:16:\"dipi_clear_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1772997926;a:1:{s:24:\"matomo_scheduled_archive\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1772999251;a:1:{s:48:\"WPEngineSecurityAuditor_Scans_fingerprint_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1773000062;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773000104;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773000258;a:3:{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;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773000259;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:1773004441;a:2:{s:29:\"dipi_save_google_reviews_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:31:\"dipi_save_facebook_reviews_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773004455;a:1:{s:36:\"dipi_refresh_instagram_access_tokens\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773005099;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773005181;a:2:{s:24:\"matomo_scheduled_geoipdb\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"matomo_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}s:21:\"matomo_scheduled_sync\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773006644;a:1:{s:26:\"relevanssi_trim_click_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773018393;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773021523;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773021703;a:1:{s:35:\"puc_cron_check_updates-divi-booster\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773029487;a:2:{s:39:\"dipi_testimonial_google_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:41:\"dipi_testimonial_facebook_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773055268;a:1:{s:34:\"puc_cron_check_updates-updraftplus\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773060450;a:1:{s:28:\"cookie_notice_get_app_config\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773237167;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773262503;a:1:{s:24:\"relevanssi_update_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773518462;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1774987768;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (121, 'widget_wpe_powered_by_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (122, 'recovery_keys', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (123, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679083440;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (124, 'https_detection_errors', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (126, 'current_theme', 'Divi Child CFI', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (127, 'theme_switched', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (128, 'theme_mods_genesis-block-theme', 'a:2:{s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679083767;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:8:\"footer-1\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}}}}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (129, 'genesis_blocks_has_content_to_migrate', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (132, 'finished_updating_comment_type', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (134, 'theme_mods_Divi', 'a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:6;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1684269706;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}}}}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (136, 'et_pb_cache_notice', 'a:1:{s:6:\"4.20.2\";s:6:\"ignore\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (137, 'et_core_version', '4.27.6', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (139, 'et_divi', 'a:193:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.27.6\";s:31:\"divi_previous_installed_version\";s:6:\"4.27.5\";s:29:\"divi_latest_installed_version\";s:6:\"4.27.6\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/CFI_logo_v3.svg\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#015846|#54ce32|#3fa9f5|#00c7b1|#ff765f|#9835e5\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:8016:\"/* page-specific CSS  */\r\n  /* photo zoom on rollover */\r\n.et-zoom-in.et_pb_image:hover img,\r\n.et-zoom-in .et_pb_image_wrap:hover img,\r\n.et-zoom-in a:hover img {\r\n    transform: scale(1.07); \r\n    transition: all .5s 0s ease;\r\n}\r\n\r\n.et-zoom-in,\r\n.et-zoom-in a {\r\n    overflow: hidden;\r\n}\r\n\r\n.et-zoom-in.et_pb_image img,\r\n.et-zoom-in .et_pb_image_wrap img,\r\n.et-zoom-in a img {\r\n    transition: all .5s 0s ease; \r\n}  \r\n\r\n/* change menu dropodwn line height */\r\n#top-menu .sub-menu .menu-item a {\r\n    line-height: 1.4em!important;\r\n    padding: 8px 0!important;\r\n}\r\n\r\n/* change menu dropodwn arrow color */\r\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\r\n\r\n/* adjust mobile menu logo size -- NOT using currently */\r\n\r\n/** @media all and (min-width: 768px) and (max-width: 1345px) {\r\n	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 35px !important;\r\n		max-height: 35px !important;\r\n    }\r\n}\r\n@media all and (max-width: 767px) {\r\n 	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 27px !important;\r\n		max-height: 27px !important;\r\n    }\r\n} **/\r\n\r\n/*** Logo Tablet to mobile ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n	.et_header_style_centered .logo_container {\r\n		height: 60px !important;\r\n		max-height: 60px !important;\r\n} \r\n}\r\n@media all and (max-width: 767px) {\r\n  .et_header_style_centered #main-header {\r\n    padding-bottom: 1em !important;\r\n		padding-top: 0px;\r\n  }\r\n	.et_header_style_centered .logo_container {\r\n		height: 47px !important;\r\n		max-height: 47px !important;\r\n				margin-bottom: 1em !important;\r\n		margin-top: -2.5em !important; \r\n		padding-bottom: 8px;\r\n}\r\n}\r\n/* list styles reg text */\r\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.reg_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* list styles toggles */\r\n.toggle_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.toggle_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.toggle_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.toggle_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.toggle_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* sidebar style tweaks */\r\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\r\n\r\n.reg_txt sup {\r\n  font-size: x-small;\r\n}\r\n\r\n/* =========. Table CSS =============*/\r\n/* COMMON STYLES FOR ALL TABLES */\r\ntable.benefits-table {\r\n  /* Color variables */\r\n  --green-header: #89BB40;\r\n  --green-highlight: #E9F8F7;\r\n  --dark-gray-header: #4d4f33;\r\n  --gray-subheader: #6C777D;\r\n  --gray-highlight: #f4f4f4;\r\n  --blue-header: #0079C1;\r\n  --blue-smoke-header: #4472C4;\r\n  --blue-highlight: #EEF7FC;\r\n  --purple-header: #6361AB;\r\n  --pruple-highlight: #EEF7FC;\r\n  --lime-header: #00505c;\r\n  --lime-highlight: #EFF5E3;\r\n  --magenta-header: #00505c;\r\n  --magenta-highlight: #F5E9F3;\r\n  --orange-header: #0479c0;\r\n  --orange-highlight: #FFF9E5;\r\n  --header-text-color: #FFFFFF;\r\n  --body-text-color: #414241;\r\n  --table-background: #FFFFFF;\r\n  --table-border-color: #404041;\r\n  /* Style rules */\r\n  border-collapse: collapse;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  line-height: 1.3em !important;\r\n  text-align: center;\r\n  vertical-align: middle;\r\n}\r\n\r\ntable.benefits-table th, table.benefits-table td {\r\n  padding: .5em .75em .5em .75em;\r\n}\r\n\r\ntable.benefits-table th {\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table tr.subhead {\r\n  background-color: var(--gray-subheader);\r\n}\r\n\r\ntable.benefits-table tr.subhead th {\r\n  text-align: left;\r\n	font-weight: 700;\r\n	font-size: 105%;\r\n  color: var(--header-text-color);\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table td:first-child {\r\n  text-align: left;\r\n}\r\n\r\ntable.benefits-table td:last-child {\r\n  border-right: 1px solid #fff;\r\n}\r\n\r\ntable.benefits-table td {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tr.header th {\r\n  border-right: 1px solid #fff;\r\n  border-bottom: 0px;\r\n}\r\n\r\ntable.benefits-table tr.network th {\r\n  border-right: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tbody tr:last-child {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table.dependents td:nth-child(1) {\r\n  font-weight: bold;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table p {\r\n  margin: 0;\r\n  font-weight: normal;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table ul {\r\n  padding-inline-start: 1em;\r\n  margin-top: .25em;\r\n}\r\n\r\ntable.benefits-table li {\r\n  margin-bottom: .25em;\r\n	line-height: 1.3em;\r\n}\r\n\r\ntable.benefits-table sup {\r\n  font-size: x-small;\r\n}\r\ntable.benefits-table caption {\r\n  caption-side: bottom;\r\n  margin-top: 1em;\r\n  padding-left: 1em;\r\n  text-indent: -1em;\r\n  text-align: left;\r\n}\r\ntable.benefits-table small {\r\n  font-size: 90%;\r\n}\r\n\r\ntable.benefits-table th.blue-header {\r\n  background-color: var(--blue-header);\r\n  color: white;\r\n}\r\ntable.benefits-table th.green-header {\r\n  background-color: var(--green-header);\r\n}\r\ntable.benefits-table th.orange-header{\r\n  background-color: var(--orange-header);\r\n}\r\ntable.benefits-table td:nth-child(odd) {\r\n  background-color: var(--green-highlight);\r\n}\r\n\r\ntable.benefits-table ul {\r\n  list-style: none;\r\n}\r\n\r\ntable.benefits-table ul li:before {\r\n  content: \"\\25A0\";\r\n	margin-top: -2px !important;\r\n	font-size: 12px !important;\r\n	vertical-align: text-top !important;\r\n  list-style-type: square;\r\n  display: inline-block;\r\n  width: 1.1em !important; /* Also needed for space (tweak if needed) */\r\n  margin-left: -1em !important;\r\n}\r\n\r\n/* /1* ======= alternatives table specific css ============== *1/ */\r\ntable.benefits-table.alternatives td {\r\n  text-align: center;\r\n}\r\n\r\ntable.benefits-table.alternatives td.left-align {\r\n  text-align: left;\r\n}\r\n\r\n.modules {\r\n  --div.background: #FFFFFF;\r\n  --div.border-color: #404041;\r\n  --bg-blue: #3177BC;\r\n  --bg-green: #94BA53;\r\n  --bg-orange: #EC9F45;\r\n  --bg-purple: #6361AB;\r\n  --bg-pink: #E58DA5;\r\n  --body-text-color: #FFFFFF;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  display: flex;\r\n  flex-direction: row;\r\n}\r\n\r\n.module-box {\r\n  border-left: 1px solid #fff;\r\n  border-right: 1px solid #fff;\r\n  width: 120px;\r\n  height: 90px;\r\n  position: relative;\r\n}\r\n\r\n.bg-blue {\r\n  background-color: var(--bg-blue);\r\n}\r\n\r\n.bg-green {\r\n  background-color: var(--bg-green);\r\n}\r\n\r\n.bg-orange {\r\n  background-color: var(--bg-orange);\r\n}\r\n\r\n.bg-purple {\r\n  background-color: var(--bg-purple);\r\n}\r\n\r\n.bg-pink {\r\n  background-color: var(--bg-pink);\r\n}\r\n\r\n.number {\r\n  opacity: 0.4;\r\n  font-size: 60px;\r\n  z-index: 0;\r\n  position: absolute;\r\n  max-width: 100%;\r\n  height: auto;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%)\r\n}\r\n\r\n.text {\r\n  text-align: center;\r\n  position: relative;\r\n  top: 50%;\r\n  -ms-transform: translateY(-50%);\r\n  -webkit-transform: translateY(-50%);\r\n  transform: translateY(-50%);\r\n}\r\n\r\n/* /1* ======= end tables ============== *1/ */\r\n\r\n/* TOP light blue menu styles */\r\n#international-menu {\r\n background-color:rgba(63,169,245,0.1);\r\n	display: flex;\r\n	justify-content: end;\r\n	align-items: center;\r\n	padding-top: 6px;\r\n	padding-bottom: 6px;\r\n}\r\n/*** Responsive Styles Tablet And Below ***/\r\n@media all and (max-width: 980px) {\r\n	#international-menu {padding: 10px 8px !important;}\r\n}\r\n\r\n#international-menu > * {\r\n	margin: 5px 10px;\r\n}\r\n\r\n/*** Responsive Styles Tablet Only ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n#international-menu {\r\n	margin-top: -22px !important;\r\n}  \r\n}\r\n#international-menu img {\r\n	height: 22px !important;\r\n	display: block;\r\n}\r\n\r\n#international-menu .button {\r\n	 color: white;\r\n    background-color: #0071bc;\r\n    padding: 6px 6px !important;\r\n    border: 1px solid #2ea3f2;\r\n    outline: none;\r\n    text-align: center;\r\n    line-height: 1.2em;\r\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:6:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:16:\"dipi_testimonial\";s:3:\"off\";s:16:\"dipi_popup_maker\";s:3:\"off\";s:11:\"pf_document\";s:3:\"off\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:2:\"on\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:256:\"<script src=\"https://kit.fontawesome.com/459562582f.js\" crossorigin=\"anonymous\"></script>\r\n\r\n\r\n<script>\r\n    jQuery(function($){\r\n        $(\".et-search-form .et-search-field\").attr(\"placeholder\", \"Ask about your Total Rewards\");\r\n    });\r\n</script>\r\n\r\n\r\n\r\n\";s:21:\"divi_integration_body\";s:593:\"<!-- Matomo -->\r\n<script>\r\n  var _paq = window._paq = window._paq || [];\r\n  /* tracker methods like \"setCustomDimension\" should be called before \"trackPageView\" */\r\n  _paq.push([\'trackPageView\']);\r\n  _paq.push([\'enableLinkTracking\']);\r\n  (function() {\r\n    var u=\"//benefitsanalytics.site/lockton/\";\r\n    _paq.push([\'setTrackerUrl\', u+\'matomo.php\']);\r\n    _paq.push([\'setSiteId\', \'2\']);\r\n    var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0];\r\n    g.async=true; g.src=u+\'matomo.js\'; s.parentNode.insertBefore(g,s);\r\n  })();\r\n</script>\r\n<!-- End Matomo Code -->\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:18:\"divi_dynamic_icons\";s:2:\"on\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:5:\"false\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:21:\"custom_footer_credits\";s:129:\"Copyright 2026 Lockton Companies  |  <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/cookie-policy/\">Cookie Notice</a>\";s:24:\"show_footer_social_icons\";b:0;s:12:\"divi_favicon\";s:0:\"\";s:19:\"product_tour_status\";a:3:{i:1;s:3:\"off\";i:2;s:3:\"off\";i:3;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"click\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:701;s:33:\"et_fb_pref_modal_dimension_height\";i:698;s:27:\"et_fb_pref_modal_position_x\";i:475;s:27:\"et_fb_pref_modal_position_y\";i:73;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:444;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:300;s:30:\"et_fb_pref_lv_modal_position_x\";i:1046;s:30:\"et_fb_pref_lv_modal_position_y\";i:623;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:16:\"et_global_colors\";a:63:{s:41:\"gcid-3d6b5102-a896-4646-985f-9e41d99aacac\";a:2:{s:5:\"color\";s:7:\"#353b3e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-ace50098-05a2-4c0d-b4d9-eb47e6ec825f\";a:2:{s:5:\"color\";s:7:\"#000484\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-340a9af0-fa36-48f6-b876-7c76703116ae\";a:2:{s:5:\"color\";s:7:\"#cceaff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75\";a:2:{s:5:\"color\";s:7:\"#25ace2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-eefd35e4-fb54-4576-b3a5-05662703688b\";a:2:{s:5:\"color\";s:7:\"#00004e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-01232a48-5fc4-4588-bcec-3f78ea5f79f3\";a:2:{s:5:\"color\";s:7:\"#0055be\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-321461a7-5be8-4cc2-b76a-a7d96b1f093d\";a:2:{s:5:\"color\";s:7:\"#fdf5cc\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-17556592-1bd6-46f7-bc7d-eb55a273238f\";a:2:{s:5:\"color\";s:7:\"#88dad6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-78e118d1-3492-4b4a-bc86-5e1a93b7daf8\";a:2:{s:5:\"color\";s:7:\"#06060a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d2066622-275e-4e6e-ae5d-cbeb6f5573fd\";a:2:{s:5:\"color\";s:7:\"#66bfff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4e52035f-186f-4a6e-ac12-1a8d3ad03473\";a:2:{s:5:\"color\";s:7:\"#a4d6a8\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-94eab57b-cdc6-4882-81fe-29e6f74f928d\";a:2:{s:5:\"color\";s:7:\"#d1ebd4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-bc64243b-935c-480b-b1b2-7412b7a2645e\";a:2:{s:5:\"color\";s:7:\"#d1eff0\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-fa596e43-660f-4000-b6ba-b3fcdc75c1c8\";a:2:{s:5:\"color\";s:7:\"#dee0e6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1df8f1f0-09f5-425f-880a-3720ce83aeb4\";a:2:{s:5:\"color\";s:7:\"#fce1c2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4aaaea65-0788-495a-af0b-0e678c2e4b06\";a:2:{s:5:\"color\";s:7:\"#003fe2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4aa205f5-d14d-40fd-8dae-010bfa1f9eb2\";a:2:{s:5:\"color\";s:7:\"#f2f2f8\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-85c74074-30e5-4266-a6d8-e65a6598114d\";a:2:{s:5:\"color\";s:7:\"#008eaa\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-35ad434d-7754-4346-9a48-e58426f52749\";a:2:{s:5:\"color\";s:7:\"#fbec9a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-b57a6eab-cb2e-4680-880e-cd8b7a20bc1f\";a:2:{s:5:\"color\";s:7:\"#f7b718\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-5a888119-9ceb-47ca-9c25-8506d322a2a2\";a:2:{s:5:\"color\";s:7:\"#df5927\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-8a74322a-943c-4377-a2fe-77fec65379bf\";a:2:{s:5:\"color\";s:7:\"#889c3b\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-2ec34724-b67f-4fae-8d2e-8c8f6c584418\";a:2:{s:5:\"color\";s:7:\"#454545\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-ecab4fec-ca03-4ff6-ac79-c58d30f54e8a\";a:2:{s:5:\"color\";s:7:\"#dfdb63\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f5083396-9fce-48d7-a0d7-a9bc361c7b00\";a:2:{s:5:\"color\";s:7:\"#4783c6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-86925f6d-446e-4420-8a8c-20a47f53dadb\";a:2:{s:5:\"color\";s:7:\"#9cc8eb\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f2814045-4b28-4951-99ee-c1aafe9e9ac8\";a:2:{s:5:\"color\";s:7:\"#a8bd42\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-6d94d64c-c5eb-4268-ae06-80437a5a7e54\";a:2:{s:5:\"color\";s:7:\"#dfdb63\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d4b26c64-5a38-4dcd-a8b0-53a67b0dedec\";a:2:{s:5:\"color\";s:7:\"#a8bd42\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4e8c7c58-e7e0-414d-8b03-99eaa2b391fe\";a:2:{s:5:\"color\";s:7:\"#9cc8eb\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-e0f6af37-267d-4398-ad05-815344dea540\";a:2:{s:5:\"color\";s:7:\"#f68b2f\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-cdf7d712-45e8-48ca-b8f8-2ae566fc8e63\";a:2:{s:5:\"color\";s:7:\"#365472\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-68ebc00d-7d46-4b81-9ee1-44e5d8cf251e\";a:2:{s:5:\"color\";s:7:\"#9daab4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-af041903-be3a-4149-bc54-753a1f644683\";a:2:{s:5:\"color\";s:7:\"#693068\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1a7d46a3-bb2a-438b-9196-45bc0669e861\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-22b2cce8-ac1a-472d-836b-f87f90900b89\";a:2:{s:5:\"color\";s:7:\"#5a00af\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-6459a856-7390-4931-beeb-d690da8a94b7\";a:2:{s:5:\"color\";s:7:\"#c4abfa\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1320857d-b9f2-4de4-9f65-919fe483614f\";a:2:{s:5:\"color\";s:7:\"#ffcb95\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-e2e53877-5ebd-4084-bfe0-44c290c619a4\";a:2:{s:5:\"color\";s:7:\"#c1c7cd\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-559b5c97-0edf-4de1-be88-6250d4fca932\";a:2:{s:5:\"color\";s:7:\"#e89aad\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d0100d4c-8b2f-4e4d-9f51-693db3dbe442\";a:2:{s:5:\"color\";s:19:\"rgba(255,255,255,0)\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-22f064be-0fd4-4ed5-8f12-90db53023731\";a:2:{s:5:\"color\";s:7:\"#fff4ed\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-fb6f2747-2bbb-4c0b-8ac9-6eacf371b0a0\";a:2:{s:5:\"color\";s:7:\"#fbeef1\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-722855e1-ca81-4dd1-977e-7b68c7ff9ff0\";a:2:{s:5:\"color\";s:7:\"#9d73f7\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-b3cec259-36c4-48a4-8f4e-8d7a7a4fc2a6\";a:2:{s:5:\"color\";s:7:\"#0dbdba\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-68b1bd27-428e-4a6b-b021-885f8a15b2ab\";a:2:{s:5:\"color\";s:7:\"#f8df5a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-680aaf21-a123-4f76-bc7e-45663873b6a7\";a:2:{s:5:\"color\";s:7:\"#f8ebd6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-52da7620-58d6-4b73-9fdd-7e4a34a714d0\";a:2:{s:5:\"color\";s:7:\"#e9f8f7\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-31990cfb-5642-4dbc-b383-9f1b5452de0e\";a:2:{s:5:\"color\";s:7:\"#eef0f2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-f139e9a9-a7de-4375-b290-a9bfef0198c2\";a:2:{s:5:\"color\";s:7:\"#4b5564\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\";a:2:{s:5:\"color\";s:7:\"#222222\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-c0091f5e-a7ea-461f-979e-d36a1483b8ad\";a:2:{s:5:\"color\";s:7:\"#9bc832\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-6a0c00ae-2d94-4460-9b8d-f4cdea2462f0\";a:2:{s:5:\"color\";s:7:\"#d1efef\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-aab697b0-75ac-46e8-9d6a-bd6422ef9cdf\";a:2:{s:5:\"color\";s:7:\"#edf2e5\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-dd503bea-72ce-4a23-a34d-6debfa92889a\";a:2:{s:5:\"color\";s:7:\"#0a0a0a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-66221e83-bbd6-41ca-bc05-a5b10f6f6573\";a:2:{s:5:\"color\";s:7:\"#969799\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-598e3e25-862f-478a-912c-5a03edfea053\";a:2:{s:5:\"color\";s:7:\"#0093b2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-3802537f-418f-46fe-9c35-57f1963449a1\";a:2:{s:5:\"color\";s:7:\"#89d93e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-9b0e15d9-a8d9-4026-818e-f09d95f88a76\";a:2:{s:5:\"color\";s:7:\"#c3ef97\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-83d88ffc-2ee5-4bd7-8f17-df9e3be7bf92\";a:2:{s:5:\"color\";s:7:\"#424242\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-8bb36b0d-4c6e-48a0-989a-551e44a5f764\";a:2:{s:5:\"color\";s:7:\"#00c7b1\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";a:2:{s:5:\"color\";s:7:\"#e8f9e4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";a:2:{s:5:\"color\";s:7:\"#515151\";s:6:\"active\";s:3:\"yes\";}}s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";s:27:\"bottom_bar_background_color\";s:7:\"#015846\";s:21:\"bottom_bar_text_color\";s:7:\"#e9f8f7\";s:12:\"header_style\";s:8:\"centered\";s:16:\"show_search_icon\";b:1;s:13:\"nav_fullwidth\";b:1;s:16:\"primary_nav_font\";s:10:\"Montserrat\";s:16:\"menu_link_active\";s:7:\"#3fa9f5\";s:11:\"menu_height\";i:88;s:11:\"logo_height\";i:49;s:21:\"minimized_menu_height\";i:68;s:17:\"hide_primary_logo\";b:0;s:30:\"divi_dynamic_icons_child_theme\";s:5:\"false\";}', 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (140, 'widget_aboutmewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (141, 'widget_adsensewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (142, 'widget_advwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (143, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (144, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (145, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (146, 'et_support_site_id', '@S5MEc#P4DG7(Uod-NHu', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (147, 'et_safe_mode_plugins_whitelist', 'a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (148, 'et_support_center_installed', 'true', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (149, 'et_images_temp_folder', '/nas/content/live/cfibenefits/wp-content/uploads/et_temp', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (150, 'et_schedule_clean_images_last_time', 1772411969, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (151, 'et_bfb_settings', 'a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (152, 'et_pb_builder_options', 'a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (153, 'et_support_center_setup_done', 'processed', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (154, 'recently_activated', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (155, 'et_account_status', 'active', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (156, 'chld_thm_cfg_options_configvars', 'a:40:{s:8:\"addl_css\";N;s:8:\"forcedep\";N;s:8:\"swappath\";N;s:8:\"cssunreg\";N;s:9:\"csswphead\";N;s:10:\"cssnotheme\";N;s:7:\"reorder\";N;s:10:\"parnt_deps\";N;s:10:\"child_deps\";a:1:{i:0;s:10:\"divi-style\";}s:9:\"hasstyles\";i:1;s:11:\"parntloaded\";N;s:11:\"childloaded\";s:10:\"divi-style\";s:11:\"ignoreparnt\";N;s:9:\"qpriority\";i:10;s:9:\"mpriority\";s:2:\"19\";s:7:\"enqueue\";s:7:\"enqueue\";s:8:\"handling\";s:7:\"primary\";s:9:\"templates\";a:44:{i:0;s:25:\"theme-before-wrappers.php\";i:1;s:18:\"sidebar-footer.php\";i:2;s:16:\"options_divi.php\";i:3;s:14:\"theme-head.php\";i:4;s:23:\"page-template-blank.php\";i:5;s:11:\"sidebar.php\";i:6;s:10:\"footer.php\";i:7;s:10:\"header.php\";i:8;s:8:\"page.php\";i:9;s:10:\"single.php\";i:10;s:23:\"single-et_pb_layout.php\";i:11;s:9:\"index.php\";i:12;s:12:\"comments.php\";i:13;s:7:\"404.php\";i:14;s:16:\"theme-header.php\";i:15;s:22:\"theme-after-footer.php\";i:16;s:24:\"post_thumbnails_divi.php\";i:17;s:18:\"single-project.php\";i:18;s:16:\"theme-footer.php\";i:19;s:22:\"theme-after-header.php\";i:20;s:20:\"includes/widgets.php\";i:21;s:23:\"includes/navigation.php\";i:22;s:25:\"includes/social_icons.php\";i:23;s:23:\"includes/no-results.php\";i:24;s:35:\"includes/functions/installation.php\";i:25;s:32:\"includes/functions/tutorials.php\";i:26;s:33:\"includes/builder/deprecations.php\";i:27;s:37:\"includes/builder/template-preview.php\";i:28;s:38:\"includes/builder/comments_template.php\";i:29;s:42:\"includes/builder/frontend-builder/i18n.php\";i:30;s:50:\"includes/builder/frontend-builder/bfb-template.php\";i:31;s:76:\"includes/builder/frontend-builder/theme-builder/frontend-header-template.php\";i:32;s:74:\"includes/builder/frontend-builder/theme-builder/frontend-body-template.php\";i:33;s:76:\"includes/builder/frontend-builder/theme-builder/frontend-footer-template.php\";i:34;s:56:\"includes/builder/frontend-builder/i18n/theme-builder.php\";i:35;s:50:\"includes/builder/frontend-builder/i18n/library.php\";i:36;s:56:\"includes/builder/frontend-builder/i18n/quick-actions.php\";i:37;s:54:\"includes/builder/frontend-builder/i18n/portability.php\";i:38;s:50:\"includes/builder/frontend-builder/i18n/generic.php\";i:39;s:56:\"includes/builder/frontend-builder/i18n/library/packs.php\";i:40;s:64:\"includes/builder/frontend-builder/i18n/library/layouts-short.php\";i:41;s:63:\"includes/builder/frontend-builder/i18n/library/layouts-long.php\";i:42;s:61:\"includes/builder/frontend-builder/i18n/library/categories.php\";i:43;s:61:\"includes/builder/plugin-compat/advanced-custom-fields-pro.php\";}s:7:\"max_sel\";N;s:7:\"imports\";a:2:{s:5:\"child\";a:0:{}s:5:\"parnt\";a:0:{}}s:13:\"child_version\";s:5:\"4.0.3\";s:12:\"child_author\";s:14:\"Elegant Themes\";s:10:\"child_name\";s:14:\"Divi Child CFI\";s:14:\"child_themeuri\";s:42:\"http://www.elegantthemes.com/gallery/divi/\";s:15:\"child_authoruri\";s:28:\"http://www.elegantthemes.com\";s:11:\"child_descr\";s:78:\"Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\";s:10:\"child_tags\";s:246:\"responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready\";s:5:\"parnt\";s:4:\"Divi\";s:5:\"child\";s:10:\"Divi-child\";s:10:\"configtype\";s:5:\"theme\";s:6:\"valkey\";i:1021;s:7:\"rulekey\";i:179;s:5:\"qskey\";i:3915;s:6:\"selkey\";i:3705;s:8:\"querykey\";i:24;s:8:\"tokenkey\";N;s:6:\"recent\";N;s:9:\"converted\";i:1;s:5:\"fsize\";i:568;s:7:\"version\";s:5:\"2.6.0\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (157, 'chld_thm_cfg_options_dict_qs', 'a:3915:{i:1;s:3:\"1:1\";i:2;s:3:\"1:2\";i:3;s:3:\"1:3\";i:4;s:3:\"1:4\";i:5;s:3:\"1:5\";i:6;s:3:\"1:6\";i:7;s:3:\"2:1\";i:8;s:3:\"2:7\";i:9;s:3:\"2:8\";i:10;s:3:\"2:9\";i:11;s:4:\"3:10\";i:12;s:4:\"3:11\";i:13;s:4:\"3:12\";i:14;s:4:\"3:13\";i:15;s:4:\"3:14\";i:16;s:4:\"3:15\";i:17;s:4:\"3:16\";i:18;s:4:\"3:17\";i:19;s:4:\"3:18\";i:20;s:4:\"3:19\";i:21;s:4:\"3:20\";i:22;s:4:\"3:21\";i:23;s:4:\"3:22\";i:24;s:4:\"3:23\";i:25;s:4:\"3:24\";i:26;s:4:\"3:25\";i:27;s:4:\"3:26\";i:28;s:4:\"3:27\";i:29;s:4:\"3:28\";i:30;s:4:\"3:29\";i:31;s:4:\"3:30\";i:32;s:4:\"3:31\";i:33;s:4:\"3:32\";i:34;s:4:\"3:33\";i:35;s:4:\"3:34\";i:36;s:4:\"3:35\";i:37;s:4:\"4:36\";i:38;s:4:\"4:37\";i:39;s:4:\"4:38\";i:40;s:4:\"4:39\";i:41;s:4:\"4:40\";i:42;s:4:\"4:41\";i:43;s:4:\"4:42\";i:44;s:4:\"4:43\";i:45;s:4:\"4:44\";i:46;s:4:\"4:45\";i:47;s:4:\"4:46\";i:48;s:4:\"4:47\";i:49;s:4:\"4:48\";i:50;s:4:\"4:49\";i:51;s:4:\"4:50\";i:52;s:4:\"4:51\";i:53;s:4:\"4:52\";i:54;s:4:\"4:53\";i:55;s:4:\"4:54\";i:56;s:4:\"4:55\";i:57;s:4:\"4:56\";i:58;s:4:\"4:57\";i:59;s:4:\"4:58\";i:60;s:4:\"4:59\";i:61;s:4:\"4:60\";i:62;s:4:\"4:61\";i:63;s:4:\"4:62\";i:64;s:4:\"4:63\";i:65;s:4:\"4:64\";i:66;s:4:\"4:65\";i:67;s:4:\"4:66\";i:68;s:4:\"4:67\";i:69;s:4:\"4:68\";i:70;s:4:\"4:69\";i:71;s:4:\"4:70\";i:72;s:4:\"4:71\";i:73;s:4:\"4:72\";i:74;s:4:\"4:73\";i:75;s:4:\"4:74\";i:76;s:4:\"4:75\";i:77;s:4:\"4:76\";i:78;s:4:\"4:77\";i:79;s:4:\"4:78\";i:80;s:4:\"4:79\";i:81;s:4:\"4:80\";i:82;s:4:\"4:81\";i:83;s:4:\"4:82\";i:84;s:4:\"4:83\";i:85;s:4:\"4:84\";i:86;s:4:\"4:85\";i:87;s:4:\"4:86\";i:88;s:4:\"4:87\";i:89;s:4:\"4:88\";i:90;s:4:\"4:89\";i:91;s:4:\"4:90\";i:92;s:4:\"4:91\";i:93;s:4:\"4:92\";i:94;s:4:\"4:93\";i:95;s:4:\"4:94\";i:96;s:4:\"4:95\";i:97;s:4:\"4:96\";i:98;s:4:\"4:97\";i:99;s:4:\"4:98\";i:100;s:4:\"4:99\";i:101;s:5:\"4:100\";i:102;s:5:\"4:101\";i:103;s:5:\"4:102\";i:104;s:5:\"4:103\";i:105;s:5:\"4:104\";i:106;s:5:\"4:105\";i:107;s:5:\"4:106\";i:108;s:5:\"4:107\";i:109;s:5:\"4:108\";i:110;s:5:\"4:109\";i:111;s:5:\"4:110\";i:112;s:5:\"4:111\";i:113;s:5:\"4:112\";i:114;s:5:\"4:113\";i:115;s:5:\"4:114\";i:116;s:5:\"4:115\";i:117;s:5:\"4:116\";i:118;s:5:\"4:117\";i:119;s:5:\"4:118\";i:120;s:5:\"4:119\";i:121;s:5:\"4:120\";i:122;s:5:\"4:121\";i:123;s:5:\"4:122\";i:124;s:5:\"4:123\";i:125;s:5:\"4:124\";i:126;s:5:\"4:125\";i:127;s:5:\"4:126\";i:128;s:5:\"4:127\";i:129;s:5:\"4:128\";i:130;s:5:\"4:129\";i:131;s:5:\"4:130\";i:132;s:5:\"4:131\";i:133;s:5:\"4:132\";i:134;s:5:\"4:133\";i:135;s:5:\"4:134\";i:136;s:5:\"4:135\";i:137;s:5:\"4:136\";i:138;s:5:\"4:137\";i:139;s:5:\"4:138\";i:140;s:5:\"4:139\";i:141;s:5:\"4:140\";i:142;s:5:\"4:141\";i:143;s:5:\"4:142\";i:144;s:5:\"4:143\";i:145;s:5:\"4:144\";i:146;s:5:\"4:145\";i:147;s:5:\"4:146\";i:148;s:5:\"4:147\";i:149;s:5:\"4:148\";i:150;s:5:\"4:149\";i:151;s:5:\"4:150\";i:152;s:5:\"4:151\";i:153;s:5:\"4:152\";i:154;s:5:\"4:153\";i:155;s:5:\"4:154\";i:156;s:5:\"4:155\";i:157;s:5:\"4:156\";i:158;s:5:\"4:157\";i:159;s:5:\"4:158\";i:160;s:5:\"4:159\";i:161;s:5:\"4:160\";i:162;s:5:\"4:161\";i:163;s:5:\"4:162\";i:164;s:5:\"4:163\";i:165;s:5:\"4:164\";i:166;s:5:\"4:165\";i:167;s:5:\"4:166\";i:168;s:5:\"4:167\";i:169;s:5:\"4:168\";i:170;s:5:\"4:169\";i:171;s:5:\"4:170\";i:172;s:5:\"4:171\";i:173;s:5:\"4:172\";i:174;s:5:\"4:173\";i:175;s:5:\"4:174\";i:176;s:5:\"4:175\";i:177;s:5:\"4:176\";i:178;s:5:\"4:177\";i:179;s:5:\"4:178\";i:180;s:5:\"4:179\";i:181;s:5:\"4:180\";i:182;s:5:\"4:181\";i:183;s:5:\"4:182\";i:184;s:5:\"4:183\";i:185;s:5:\"4:184\";i:186;s:5:\"4:185\";i:187;s:5:\"4:186\";i:188;s:5:\"4:187\";i:189;s:5:\"4:188\";i:190;s:5:\"4:189\";i:191;s:5:\"4:190\";i:192;s:5:\"4:191\";i:193;s:5:\"4:192\";i:194;s:5:\"4:193\";i:195;s:5:\"4:194\";i:196;s:5:\"4:195\";i:197;s:5:\"4:196\";i:198;s:5:\"4:197\";i:199;s:5:\"4:198\";i:200;s:5:\"4:199\";i:201;s:5:\"4:200\";i:202;s:5:\"4:201\";i:203;s:5:\"4:202\";i:204;s:5:\"4:203\";i:205;s:5:\"4:204\";i:206;s:5:\"4:205\";i:207;s:5:\"4:206\";i:208;s:5:\"4:207\";i:209;s:5:\"4:208\";i:210;s:5:\"4:209\";i:211;s:5:\"4:210\";i:212;s:5:\"4:211\";i:213;s:5:\"4:212\";i:214;s:5:\"4:213\";i:215;s:5:\"4:214\";i:216;s:5:\"4:215\";i:217;s:5:\"4:216\";i:218;s:5:\"4:217\";i:219;s:5:\"4:218\";i:220;s:5:\"4:219\";i:221;s:5:\"4:220\";i:222;s:5:\"4:221\";i:223;s:5:\"4:222\";i:224;s:5:\"4:223\";i:225;s:5:\"4:224\";i:226;s:5:\"4:225\";i:227;s:5:\"4:226\";i:228;s:5:\"4:227\";i:229;s:5:\"4:228\";i:230;s:5:\"4:229\";i:231;s:5:\"4:230\";i:232;s:5:\"4:231\";i:233;s:5:\"4:232\";i:234;s:5:\"4:233\";i:235;s:5:\"4:234\";i:236;s:5:\"4:235\";i:237;s:5:\"4:236\";i:238;s:5:\"4:237\";i:239;s:5:\"4:238\";i:240;s:5:\"4:239\";i:241;s:5:\"4:240\";i:242;s:5:\"4:241\";i:243;s:5:\"4:242\";i:244;s:5:\"4:243\";i:245;s:5:\"4:244\";i:246;s:5:\"4:245\";i:247;s:5:\"4:246\";i:248;s:5:\"4:247\";i:249;s:5:\"4:248\";i:250;s:5:\"4:249\";i:251;s:5:\"4:250\";i:252;s:5:\"4:251\";i:253;s:5:\"4:252\";i:254;s:5:\"4:253\";i:255;s:5:\"4:254\";i:256;s:5:\"4:255\";i:257;s:5:\"4:256\";i:258;s:5:\"4:257\";i:259;s:5:\"4:258\";i:260;s:5:\"4:259\";i:261;s:5:\"4:260\";i:262;s:5:\"4:261\";i:263;s:5:\"4:262\";i:264;s:5:\"4:263\";i:265;s:5:\"4:264\";i:266;s:5:\"4:265\";i:267;s:5:\"4:266\";i:268;s:5:\"4:267\";i:269;s:5:\"4:268\";i:270;s:5:\"4:269\";i:271;s:5:\"4:270\";i:272;s:5:\"4:271\";i:273;s:5:\"4:272\";i:274;s:5:\"4:273\";i:275;s:5:\"4:274\";i:276;s:5:\"4:275\";i:277;s:5:\"4:276\";i:278;s:5:\"4:277\";i:279;s:5:\"4:278\";i:280;s:5:\"4:279\";i:281;s:5:\"4:280\";i:282;s:5:\"4:281\";i:283;s:5:\"4:282\";i:284;s:5:\"4:283\";i:285;s:5:\"4:284\";i:286;s:5:\"4:285\";i:287;s:5:\"4:286\";i:288;s:5:\"4:287\";i:289;s:5:\"4:288\";i:290;s:5:\"4:289\";i:291;s:5:\"4:290\";i:292;s:5:\"4:291\";i:293;s:5:\"4:292\";i:294;s:5:\"4:293\";i:295;s:5:\"4:294\";i:296;s:5:\"4:295\";i:297;s:5:\"4:296\";i:298;s:5:\"4:297\";i:299;s:5:\"4:298\";i:300;s:5:\"4:299\";i:301;s:5:\"4:300\";i:302;s:5:\"4:301\";i:303;s:5:\"4:302\";i:304;s:5:\"4:303\";i:305;s:5:\"4:304\";i:306;s:5:\"4:305\";i:307;s:5:\"4:306\";i:308;s:5:\"4:307\";i:309;s:5:\"4:308\";i:310;s:5:\"4:309\";i:311;s:5:\"4:310\";i:312;s:5:\"4:311\";i:313;s:5:\"4:312\";i:314;s:5:\"4:313\";i:315;s:5:\"4:314\";i:316;s:5:\"4:315\";i:317;s:5:\"4:316\";i:318;s:5:\"4:317\";i:319;s:5:\"4:318\";i:320;s:5:\"4:319\";i:321;s:5:\"4:320\";i:322;s:5:\"4:321\";i:323;s:5:\"4:322\";i:324;s:5:\"4:323\";i:325;s:5:\"4:324\";i:326;s:5:\"4:325\";i:327;s:5:\"4:326\";i:328;s:5:\"4:327\";i:329;s:5:\"4:328\";i:330;s:5:\"4:329\";i:331;s:5:\"4:330\";i:332;s:5:\"4:331\";i:333;s:5:\"4:332\";i:334;s:5:\"4:333\";i:335;s:5:\"4:334\";i:336;s:5:\"4:335\";i:337;s:5:\"4:336\";i:338;s:5:\"4:337\";i:339;s:5:\"4:338\";i:340;s:5:\"4:339\";i:341;s:5:\"4:340\";i:342;s:5:\"4:341\";i:343;s:5:\"4:342\";i:344;s:5:\"4:343\";i:345;s:5:\"4:344\";i:346;s:5:\"4:345\";i:347;s:5:\"4:346\";i:348;s:5:\"4:347\";i:349;s:5:\"4:348\";i:350;s:5:\"4:349\";i:351;s:5:\"4:350\";i:352;s:5:\"4:351\";i:353;s:5:\"4:352\";i:354;s:5:\"4:353\";i:355;s:5:\"4:354\";i:356;s:5:\"4:355\";i:357;s:5:\"4:356\";i:358;s:5:\"4:357\";i:359;s:5:\"4:358\";i:360;s:5:\"4:359\";i:361;s:5:\"4:360\";i:362;s:5:\"4:361\";i:363;s:5:\"4:362\";i:364;s:5:\"4:363\";i:365;s:5:\"4:364\";i:366;s:5:\"4:365\";i:367;s:5:\"4:366\";i:368;s:5:\"4:367\";i:369;s:5:\"4:368\";i:370;s:5:\"4:369\";i:371;s:5:\"4:370\";i:372;s:5:\"4:371\";i:373;s:5:\"4:372\";i:374;s:5:\"4:373\";i:375;s:5:\"4:374\";i:376;s:5:\"4:375\";i:377;s:5:\"4:376\";i:378;s:5:\"4:377\";i:379;s:5:\"4:378\";i:380;s:5:\"4:379\";i:381;s:5:\"4:380\";i:382;s:5:\"4:381\";i:383;s:5:\"4:382\";i:384;s:5:\"4:383\";i:385;s:5:\"4:384\";i:386;s:5:\"4:385\";i:387;s:5:\"4:386\";i:388;s:5:\"4:387\";i:389;s:5:\"4:388\";i:390;s:5:\"4:389\";i:391;s:5:\"4:390\";i:392;s:5:\"4:391\";i:393;s:5:\"4:392\";i:394;s:5:\"4:393\";i:395;s:5:\"4:394\";i:396;s:5:\"4:395\";i:397;s:5:\"4:396\";i:398;s:5:\"4:397\";i:399;s:5:\"4:398\";i:400;s:5:\"4:399\";i:401;s:5:\"4:400\";i:402;s:5:\"4:401\";i:403;s:5:\"4:402\";i:404;s:5:\"4:403\";i:405;s:5:\"4:404\";i:406;s:5:\"4:405\";i:407;s:5:\"4:406\";i:408;s:5:\"4:407\";i:409;s:5:\"4:408\";i:410;s:5:\"4:409\";i:411;s:5:\"4:410\";i:412;s:5:\"4:411\";i:413;s:5:\"4:412\";i:414;s:5:\"4:413\";i:415;s:5:\"4:414\";i:416;s:5:\"4:415\";i:417;s:5:\"4:416\";i:418;s:5:\"4:417\";i:419;s:5:\"4:418\";i:420;s:5:\"4:419\";i:421;s:5:\"4:420\";i:422;s:5:\"4:421\";i:423;s:5:\"4:422\";i:424;s:5:\"4:423\";i:425;s:5:\"4:424\";i:426;s:5:\"4:425\";i:427;s:5:\"4:426\";i:428;s:5:\"4:427\";i:429;s:5:\"4:428\";i:430;s:5:\"4:429\";i:431;s:5:\"4:430\";i:432;s:5:\"4:431\";i:433;s:5:\"4:432\";i:434;s:5:\"4:433\";i:435;s:5:\"4:434\";i:436;s:5:\"4:435\";i:437;s:5:\"4:436\";i:438;s:5:\"4:437\";i:439;s:5:\"4:438\";i:440;s:5:\"4:439\";i:441;s:5:\"4:440\";i:442;s:5:\"4:441\";i:443;s:5:\"4:442\";i:444;s:5:\"4:443\";i:445;s:5:\"4:444\";i:446;s:5:\"4:445\";i:447;s:5:\"4:446\";i:448;s:5:\"4:447\";i:449;s:5:\"4:448\";i:450;s:5:\"4:449\";i:451;s:5:\"4:450\";i:452;s:5:\"4:451\";i:453;s:5:\"4:452\";i:454;s:5:\"4:453\";i:455;s:5:\"4:454\";i:456;s:5:\"4:455\";i:457;s:5:\"4:456\";i:458;s:5:\"4:457\";i:459;s:5:\"4:458\";i:460;s:5:\"4:459\";i:461;s:5:\"4:460\";i:462;s:5:\"4:461\";i:463;s:5:\"4:462\";i:464;s:5:\"4:463\";i:465;s:5:\"4:464\";i:466;s:5:\"4:465\";i:467;s:5:\"4:466\";i:468;s:5:\"4:467\";i:469;s:5:\"4:468\";i:470;s:5:\"4:469\";i:471;s:5:\"4:470\";i:472;s:5:\"4:471\";i:473;s:5:\"4:472\";i:474;s:5:\"4:473\";i:475;s:5:\"4:474\";i:476;s:5:\"4:475\";i:477;s:5:\"4:476\";i:478;s:5:\"4:477\";i:479;s:5:\"4:478\";i:480;s:5:\"4:479\";i:481;s:5:\"4:480\";i:482;s:5:\"4:481\";i:483;s:5:\"4:482\";i:484;s:5:\"4:483\";i:485;s:5:\"4:484\";i:486;s:5:\"4:485\";i:487;s:5:\"4:486\";i:488;s:5:\"4:487\";i:489;s:5:\"4:488\";i:490;s:5:\"4:489\";i:491;s:5:\"4:490\";i:492;s:5:\"4:491\";i:493;s:5:\"4:492\";i:494;s:5:\"4:493\";i:495;s:5:\"4:494\";i:496;s:5:\"4:495\";i:497;s:5:\"4:496\";i:498;s:5:\"4:497\";i:499;s:5:\"4:498\";i:500;s:5:\"4:499\";i:501;s:5:\"4:500\";i:502;s:5:\"4:501\";i:503;s:5:\"4:502\";i:504;s:5:\"4:503\";i:505;s:5:\"4:504\";i:506;s:5:\"4:505\";i:507;s:5:\"4:506\";i:508;s:5:\"4:507\";i:509;s:5:\"4:508\";i:510;s:5:\"4:509\";i:511;s:5:\"4:510\";i:512;s:5:\"4:511\";i:513;s:5:\"4:512\";i:514;s:5:\"4:513\";i:515;s:5:\"4:514\";i:516;s:5:\"4:515\";i:517;s:5:\"4:516\";i:518;s:5:\"4:517\";i:519;s:5:\"4:518\";i:520;s:5:\"4:519\";i:521;s:5:\"4:520\";i:522;s:5:\"4:521\";i:523;s:5:\"4:522\";i:524;s:5:\"4:523\";i:525;s:5:\"4:524\";i:526;s:5:\"4:525\";i:527;s:5:\"4:526\";i:528;s:5:\"4:527\";i:529;s:5:\"4:528\";i:530;s:5:\"4:529\";i:531;s:5:\"4:530\";i:532;s:5:\"4:531\";i:533;s:5:\"4:532\";i:534;s:5:\"4:533\";i:535;s:5:\"4:534\";i:536;s:5:\"4:535\";i:537;s:5:\"4:536\";i:538;s:5:\"4:537\";i:539;s:5:\"4:538\";i:540;s:5:\"4:539\";i:541;s:5:\"4:540\";i:542;s:5:\"4:541\";i:543;s:5:\"4:542\";i:544;s:5:\"4:543\";i:545;s:5:\"4:544\";i:546;s:5:\"4:545\";i:547;s:5:\"4:546\";i:548;s:5:\"4:547\";i:549;s:5:\"4:548\";i:550;s:5:\"4:549\";i:551;s:5:\"4:550\";i:552;s:5:\"4:551\";i:553;s:5:\"4:552\";i:554;s:5:\"4:553\";i:555;s:5:\"4:554\";i:556;s:5:\"4:555\";i:557;s:5:\"4:556\";i:558;s:5:\"4:557\";i:559;s:5:\"4:558\";i:560;s:5:\"4:559\";i:561;s:5:\"4:560\";i:562;s:5:\"4:561\";i:563;s:5:\"4:562\";i:564;s:5:\"4:563\";i:565;s:5:\"4:564\";i:566;s:5:\"4:565\";i:567;s:5:\"4:566\";i:568;s:5:\"4:567\";i:569;s:5:\"4:568\";i:570;s:5:\"4:569\";i:571;s:5:\"4:570\";i:572;s:5:\"4:571\";i:573;s:5:\"4:572\";i:574;s:5:\"4:573\";i:575;s:5:\"4:574\";i:576;s:5:\"4:575\";i:577;s:5:\"4:576\";i:578;s:5:\"4:577\";i:579;s:5:\"4:578\";i:580;s:5:\"4:579\";i:581;s:5:\"4:580\";i:582;s:5:\"4:581\";i:583;s:5:\"4:582\";i:584;s:5:\"4:583\";i:585;s:5:\"4:584\";i:586;s:5:\"4:585\";i:587;s:5:\"4:586\";i:588;s:5:\"4:587\";i:589;s:5:\"4:588\";i:590;s:5:\"4:589\";i:591;s:5:\"4:590\";i:592;s:5:\"4:591\";i:593;s:5:\"4:592\";i:594;s:5:\"4:593\";i:595;s:5:\"4:594\";i:596;s:5:\"4:595\";i:597;s:5:\"4:596\";i:598;s:5:\"4:597\";i:599;s:5:\"4:598\";i:600;s:5:\"4:599\";i:601;s:5:\"4:600\";i:602;s:5:\"4:601\";i:603;s:5:\"4:602\";i:604;s:5:\"4:603\";i:605;s:5:\"4:604\";i:606;s:5:\"4:605\";i:607;s:5:\"4:606\";i:608;s:5:\"4:607\";i:609;s:5:\"4:608\";i:610;s:5:\"4:609\";i:611;s:5:\"4:610\";i:612;s:5:\"4:611\";i:613;s:5:\"4:612\";i:614;s:5:\"4:613\";i:615;s:5:\"4:614\";i:616;s:5:\"4:615\";i:617;s:5:\"4:616\";i:618;s:5:\"4:617\";i:619;s:5:\"4:618\";i:620;s:5:\"4:619\";i:621;s:5:\"4:620\";i:622;s:5:\"4:621\";i:623;s:5:\"4:622\";i:624;s:5:\"4:623\";i:625;s:5:\"4:624\";i:626;s:5:\"4:625\";i:627;s:5:\"4:626\";i:628;s:5:\"4:627\";i:629;s:5:\"4:628\";i:630;s:5:\"4:629\";i:631;s:5:\"4:630\";i:632;s:5:\"4:631\";i:633;s:5:\"4:632\";i:634;s:5:\"4:633\";i:635;s:5:\"4:634\";i:636;s:5:\"4:635\";i:637;s:5:\"4:636\";i:638;s:5:\"4:637\";i:639;s:5:\"4:638\";i:640;s:5:\"4:639\";i:641;s:5:\"4:640\";i:642;s:5:\"4:641\";i:643;s:5:\"4:642\";i:644;s:5:\"4:643\";i:645;s:5:\"4:644\";i:646;s:5:\"4:645\";i:647;s:5:\"4:646\";i:648;s:5:\"4:647\";i:649;s:5:\"4:648\";i:650;s:5:\"4:649\";i:651;s:5:\"4:650\";i:652;s:5:\"4:651\";i:653;s:5:\"4:652\";i:654;s:5:\"4:653\";i:655;s:5:\"4:654\";i:656;s:5:\"4:655\";i:657;s:5:\"4:656\";i:658;s:5:\"4:657\";i:659;s:5:\"4:658\";i:660;s:5:\"4:659\";i:661;s:5:\"4:660\";i:662;s:5:\"4:661\";i:663;s:5:\"4:662\";i:664;s:5:\"4:663\";i:665;s:5:\"4:664\";i:666;s:5:\"4:665\";i:667;s:5:\"4:666\";i:668;s:5:\"4:667\";i:669;s:5:\"4:668\";i:670;s:5:\"4:669\";i:671;s:5:\"4:670\";i:672;s:5:\"4:671\";i:673;s:5:\"4:672\";i:674;s:5:\"4:673\";i:675;s:5:\"4:674\";i:676;s:5:\"4:675\";i:677;s:5:\"4:676\";i:678;s:5:\"4:677\";i:679;s:5:\"4:678\";i:680;s:5:\"4:679\";i:681;s:5:\"4:680\";i:682;s:5:\"4:681\";i:683;s:5:\"4:682\";i:684;s:5:\"4:683\";i:685;s:5:\"4:684\";i:686;s:5:\"4:685\";i:687;s:5:\"4:686\";i:688;s:5:\"4:687\";i:689;s:5:\"4:688\";i:690;s:5:\"4:689\";i:691;s:5:\"4:690\";i:692;s:5:\"4:691\";i:693;s:5:\"4:692\";i:694;s:5:\"4:693\";i:695;s:5:\"4:694\";i:696;s:5:\"4:695\";i:697;s:5:\"4:696\";i:698;s:5:\"4:697\";i:699;s:5:\"4:698\";i:700;s:5:\"4:699\";i:701;s:5:\"4:700\";i:702;s:5:\"4:701\";i:703;s:5:\"4:702\";i:704;s:5:\"4:703\";i:705;s:5:\"4:704\";i:706;s:5:\"4:705\";i:707;s:5:\"4:706\";i:708;s:5:\"4:707\";i:709;s:5:\"4:708\";i:710;s:5:\"4:709\";i:711;s:5:\"4:710\";i:712;s:5:\"4:711\";i:713;s:5:\"4:712\";i:714;s:5:\"4:713\";i:715;s:5:\"4:714\";i:716;s:5:\"4:715\";i:717;s:5:\"4:716\";i:718;s:5:\"4:717\";i:719;s:5:\"4:718\";i:720;s:5:\"4:719\";i:721;s:5:\"4:720\";i:722;s:5:\"4:721\";i:723;s:5:\"4:722\";i:724;s:5:\"4:723\";i:725;s:5:\"4:724\";i:726;s:5:\"4:725\";i:727;s:5:\"4:726\";i:728;s:5:\"4:727\";i:729;s:5:\"4:728\";i:730;s:5:\"4:729\";i:731;s:5:\"4:730\";i:732;s:5:\"4:731\";i:733;s:5:\"4:732\";i:734;s:5:\"4:733\";i:735;s:5:\"4:734\";i:736;s:5:\"4:735\";i:737;s:5:\"4:736\";i:738;s:5:\"4:737\";i:739;s:5:\"4:738\";i:740;s:5:\"4:739\";i:741;s:5:\"4:740\";i:742;s:5:\"4:741\";i:743;s:5:\"4:742\";i:744;s:5:\"4:743\";i:745;s:5:\"4:744\";i:746;s:5:\"4:745\";i:747;s:5:\"4:746\";i:748;s:5:\"4:747\";i:749;s:5:\"4:748\";i:750;s:5:\"4:749\";i:751;s:5:\"4:750\";i:752;s:5:\"4:751\";i:753;s:5:\"4:752\";i:754;s:5:\"4:753\";i:755;s:5:\"4:754\";i:756;s:5:\"4:755\";i:757;s:5:\"4:756\";i:758;s:5:\"4:757\";i:759;s:5:\"4:758\";i:760;s:5:\"4:759\";i:761;s:5:\"4:760\";i:762;s:5:\"4:761\";i:763;s:5:\"4:762\";i:764;s:5:\"4:763\";i:765;s:5:\"4:764\";i:766;s:5:\"4:765\";i:767;s:5:\"4:766\";i:768;s:5:\"4:767\";i:769;s:5:\"4:768\";i:770;s:5:\"4:769\";i:771;s:5:\"4:770\";i:772;s:5:\"4:771\";i:773;s:5:\"4:772\";i:774;s:5:\"4:773\";i:775;s:5:\"4:774\";i:776;s:5:\"4:775\";i:777;s:5:\"4:776\";i:778;s:5:\"4:777\";i:779;s:5:\"4:778\";i:780;s:5:\"4:779\";i:781;s:5:\"4:780\";i:782;s:5:\"4:781\";i:783;s:5:\"4:782\";i:784;s:5:\"4:783\";i:785;s:5:\"4:784\";i:786;s:5:\"4:785\";i:787;s:5:\"4:786\";i:788;s:5:\"4:787\";i:789;s:5:\"4:788\";i:790;s:5:\"4:789\";i:791;s:5:\"4:790\";i:792;s:5:\"4:791\";i:793;s:5:\"4:792\";i:794;s:5:\"4:793\";i:795;s:5:\"4:794\";i:796;s:5:\"4:795\";i:797;s:5:\"4:796\";i:798;s:5:\"4:797\";i:799;s:5:\"4:798\";i:800;s:5:\"4:799\";i:801;s:5:\"4:800\";i:802;s:5:\"4:801\";i:803;s:5:\"4:802\";i:804;s:5:\"4:803\";i:805;s:5:\"4:804\";i:806;s:5:\"4:805\";i:807;s:5:\"4:806\";i:808;s:5:\"4:807\";i:809;s:5:\"4:808\";i:810;s:5:\"4:809\";i:811;s:5:\"4:810\";i:812;s:5:\"4:811\";i:813;s:5:\"4:812\";i:814;s:5:\"4:813\";i:815;s:5:\"4:814\";i:816;s:5:\"4:815\";i:817;s:5:\"4:816\";i:818;s:5:\"4:817\";i:819;s:5:\"4:818\";i:820;s:5:\"4:819\";i:821;s:5:\"4:820\";i:822;s:5:\"4:821\";i:823;s:5:\"4:822\";i:824;s:5:\"4:823\";i:825;s:5:\"4:824\";i:826;s:5:\"4:825\";i:827;s:5:\"4:826\";i:828;s:5:\"4:827\";i:829;s:5:\"4:828\";i:830;s:5:\"4:829\";i:831;s:5:\"4:830\";i:832;s:5:\"4:831\";i:833;s:5:\"4:832\";i:834;s:5:\"4:833\";i:835;s:5:\"4:834\";i:836;s:5:\"4:835\";i:837;s:5:\"4:836\";i:838;s:5:\"4:837\";i:839;s:5:\"4:838\";i:840;s:5:\"4:839\";i:841;s:5:\"4:840\";i:842;s:5:\"4:841\";i:843;s:5:\"4:842\";i:844;s:5:\"4:843\";i:845;s:5:\"4:844\";i:846;s:5:\"4:845\";i:847;s:5:\"4:846\";i:848;s:5:\"4:847\";i:849;s:5:\"4:848\";i:850;s:5:\"4:849\";i:851;s:5:\"4:850\";i:852;s:5:\"4:851\";i:853;s:5:\"4:852\";i:854;s:5:\"4:853\";i:855;s:5:\"4:854\";i:856;s:5:\"4:855\";i:857;s:5:\"4:856\";i:858;s:5:\"4:857\";i:859;s:5:\"4:858\";i:860;s:5:\"4:859\";i:861;s:5:\"4:860\";i:862;s:5:\"4:861\";i:863;s:5:\"4:862\";i:864;s:5:\"4:863\";i:865;s:5:\"4:864\";i:866;s:5:\"4:865\";i:867;s:5:\"4:866\";i:868;s:5:\"4:867\";i:869;s:5:\"4:868\";i:870;s:5:\"4:869\";i:871;s:5:\"4:870\";i:872;s:5:\"4:871\";i:873;s:5:\"4:872\";i:874;s:5:\"4:873\";i:875;s:5:\"4:874\";i:876;s:5:\"4:875\";i:877;s:5:\"4:876\";i:878;s:5:\"4:877\";i:879;s:5:\"4:878\";i:880;s:5:\"4:879\";i:881;s:5:\"4:880\";i:882;s:5:\"4:881\";i:883;s:5:\"4:882\";i:884;s:5:\"4:883\";i:885;s:5:\"4:884\";i:886;s:5:\"4:885\";i:887;s:5:\"4:886\";i:888;s:5:\"4:887\";i:889;s:5:\"4:888\";i:890;s:5:\"4:889\";i:891;s:5:\"4:890\";i:892;s:5:\"4:891\";i:893;s:5:\"4:892\";i:894;s:5:\"4:893\";i:895;s:5:\"4:894\";i:896;s:5:\"4:895\";i:897;s:5:\"4:896\";i:898;s:5:\"4:897\";i:899;s:5:\"4:898\";i:900;s:5:\"4:899\";i:901;s:5:\"4:900\";i:902;s:5:\"4:901\";i:903;s:5:\"4:902\";i:904;s:5:\"4:903\";i:905;s:5:\"4:904\";i:906;s:5:\"4:905\";i:907;s:5:\"4:906\";i:908;s:5:\"4:907\";i:909;s:5:\"4:908\";i:910;s:5:\"4:909\";i:911;s:5:\"4:910\";i:912;s:5:\"4:911\";i:913;s:5:\"4:912\";i:914;s:5:\"4:913\";i:915;s:5:\"4:914\";i:916;s:5:\"4:915\";i:917;s:5:\"4:916\";i:918;s:5:\"4:917\";i:919;s:5:\"4:918\";i:920;s:5:\"4:919\";i:921;s:5:\"4:920\";i:922;s:5:\"4:921\";i:923;s:5:\"4:922\";i:924;s:5:\"4:923\";i:925;s:5:\"4:924\";i:926;s:5:\"4:925\";i:927;s:5:\"4:926\";i:928;s:5:\"4:927\";i:929;s:5:\"4:928\";i:930;s:5:\"4:929\";i:931;s:5:\"4:930\";i:932;s:5:\"4:931\";i:933;s:5:\"4:932\";i:934;s:5:\"4:933\";i:935;s:5:\"4:934\";i:936;s:5:\"4:935\";i:937;s:5:\"4:936\";i:938;s:5:\"4:937\";i:939;s:5:\"4:938\";i:940;s:5:\"4:939\";i:941;s:5:\"4:940\";i:942;s:5:\"4:941\";i:943;s:5:\"4:942\";i:944;s:5:\"4:943\";i:945;s:5:\"4:944\";i:946;s:5:\"4:945\";i:947;s:5:\"4:946\";i:948;s:3:\"4:2\";i:949;s:3:\"4:4\";i:950;s:3:\"4:3\";i:951;s:3:\"4:5\";i:952;s:5:\"4:947\";i:953;s:5:\"4:948\";i:954;s:5:\"4:949\";i:955;s:5:\"4:950\";i:956;s:5:\"4:951\";i:957;s:5:\"4:952\";i:958;s:5:\"4:953\";i:959;s:5:\"4:954\";i:960;s:5:\"4:955\";i:961;s:5:\"4:956\";i:962;s:5:\"4:957\";i:963;s:5:\"4:958\";i:964;s:5:\"4:959\";i:965;s:5:\"4:960\";i:966;s:5:\"4:961\";i:967;s:5:\"4:962\";i:968;s:5:\"4:963\";i:969;s:5:\"4:964\";i:970;s:5:\"4:965\";i:971;s:5:\"4:966\";i:972;s:5:\"4:967\";i:973;s:5:\"4:968\";i:974;s:5:\"4:969\";i:975;s:5:\"4:970\";i:976;s:5:\"4:971\";i:977;s:5:\"4:972\";i:978;s:5:\"4:973\";i:979;s:5:\"4:974\";i:980;s:5:\"4:975\";i:981;s:5:\"4:976\";i:982;s:5:\"4:977\";i:983;s:5:\"4:978\";i:984;s:5:\"4:979\";i:985;s:5:\"4:980\";i:986;s:5:\"4:981\";i:987;s:5:\"4:982\";i:988;s:5:\"4:983\";i:989;s:5:\"4:984\";i:990;s:5:\"4:985\";i:991;s:5:\"4:986\";i:992;s:5:\"4:987\";i:993;s:5:\"4:988\";i:994;s:5:\"4:989\";i:995;s:5:\"4:990\";i:996;s:5:\"4:991\";i:997;s:5:\"4:992\";i:998;s:5:\"4:993\";i:999;s:5:\"4:994\";i:1000;s:5:\"4:995\";i:1001;s:5:\"4:996\";i:1002;s:5:\"4:997\";i:1003;s:5:\"4:998\";i:1004;s:5:\"4:999\";i:1005;s:6:\"4:1000\";i:1006;s:6:\"4:1001\";i:1007;s:6:\"4:1002\";i:1008;s:6:\"4:1003\";i:1009;s:6:\"4:1004\";i:1010;s:6:\"4:1005\";i:1011;s:6:\"4:1006\";i:1012;s:6:\"4:1007\";i:1013;s:6:\"4:1008\";i:1014;s:6:\"4:1009\";i:1015;s:6:\"4:1010\";i:1016;s:6:\"4:1011\";i:1017;s:6:\"4:1012\";i:1018;s:6:\"4:1013\";i:1019;s:6:\"4:1014\";i:1020;s:6:\"4:1015\";i:1021;s:6:\"4:1016\";i:1022;s:6:\"4:1017\";i:1023;s:6:\"4:1018\";i:1024;s:6:\"4:1019\";i:1025;s:6:\"4:1020\";i:1026;s:6:\"4:1021\";i:1027;s:6:\"4:1022\";i:1028;s:6:\"4:1023\";i:1029;s:6:\"4:1024\";i:1030;s:6:\"4:1025\";i:1031;s:6:\"4:1026\";i:1032;s:6:\"4:1027\";i:1033;s:6:\"4:1028\";i:1034;s:6:\"4:1029\";i:1035;s:6:\"4:1030\";i:1036;s:6:\"4:1031\";i:1037;s:6:\"4:1032\";i:1038;s:6:\"4:1033\";i:1039;s:6:\"4:1034\";i:1040;s:6:\"4:1035\";i:1041;s:6:\"4:1036\";i:1042;s:6:\"4:1037\";i:1043;s:6:\"4:1038\";i:1044;s:6:\"4:1039\";i:1045;s:6:\"4:1040\";i:1046;s:6:\"4:1041\";i:1047;s:6:\"4:1042\";i:1048;s:6:\"4:1043\";i:1049;s:6:\"4:1044\";i:1050;s:6:\"4:1045\";i:1051;s:6:\"4:1046\";i:1052;s:6:\"4:1047\";i:1053;s:6:\"4:1048\";i:1054;s:6:\"4:1049\";i:1055;s:6:\"4:1050\";i:1056;s:6:\"4:1051\";i:1057;s:6:\"4:1052\";i:1058;s:6:\"4:1053\";i:1059;s:6:\"4:1054\";i:1060;s:6:\"4:1055\";i:1061;s:6:\"4:1056\";i:1062;s:6:\"4:1057\";i:1063;s:6:\"5:1058\";i:1064;s:6:\"5:1059\";i:1065;s:6:\"5:1060\";i:1066;s:6:\"5:1061\";i:1067;s:6:\"5:1062\";i:1068;s:6:\"5:1063\";i:1069;s:6:\"5:1064\";i:1070;s:6:\"5:1065\";i:1071;s:6:\"5:1066\";i:1072;s:6:\"5:1067\";i:1073;s:6:\"5:1068\";i:1074;s:6:\"5:1069\";i:1075;s:6:\"5:1070\";i:1076;s:6:\"5:1071\";i:1077;s:6:\"5:1072\";i:1078;s:6:\"5:1073\";i:1079;s:6:\"5:1074\";i:1080;s:6:\"5:1075\";i:1081;s:6:\"5:1076\";i:1082;s:6:\"5:1077\";i:1083;s:6:\"5:1078\";i:1084;s:6:\"5:1079\";i:1085;s:6:\"5:1080\";i:1086;s:6:\"5:1081\";i:1087;s:6:\"5:1082\";i:1088;s:6:\"5:1083\";i:1089;s:3:\"5:1\";i:1090;s:6:\"5:1084\";i:1091;s:6:\"5:1085\";i:1092;s:6:\"5:1086\";i:1093;s:6:\"6:1087\";i:1094;s:6:\"6:1088\";i:1095;s:4:\"6:36\";i:1096;s:4:\"6:37\";i:1097;s:6:\"6:1089\";i:1098;s:4:\"6:46\";i:1099;s:6:\"6:1090\";i:1100;s:6:\"6:1091\";i:1101;s:6:\"6:1092\";i:1102;s:6:\"6:1093\";i:1103;s:6:\"6:1094\";i:1104;s:6:\"6:1095\";i:1105;s:6:\"6:1096\";i:1106;s:6:\"6:1097\";i:1107;s:6:\"6:1098\";i:1108;s:6:\"6:1099\";i:1109;s:6:\"6:1100\";i:1110;s:6:\"6:1101\";i:1111;s:6:\"6:1102\";i:1112;s:6:\"6:1103\";i:1113;s:6:\"6:1104\";i:1114;s:6:\"6:1105\";i:1115;s:6:\"6:1106\";i:1116;s:6:\"6:1107\";i:1117;s:6:\"6:1108\";i:1118;s:6:\"6:1109\";i:1119;s:6:\"6:1110\";i:1120;s:6:\"6:1111\";i:1121;s:6:\"6:1112\";i:1122;s:6:\"6:1113\";i:1123;s:6:\"6:1114\";i:1124;s:6:\"6:1115\";i:1125;s:6:\"6:1116\";i:1126;s:6:\"6:1117\";i:1127;s:6:\"6:1118\";i:1128;s:6:\"6:1119\";i:1129;s:6:\"6:1120\";i:1130;s:6:\"6:1121\";i:1131;s:6:\"6:1122\";i:1132;s:6:\"6:1123\";i:1133;s:6:\"6:1124\";i:1134;s:6:\"6:1125\";i:1135;s:6:\"6:1126\";i:1136;s:6:\"6:1127\";i:1137;s:6:\"6:1128\";i:1138;s:6:\"6:1129\";i:1139;s:6:\"6:1130\";i:1140;s:6:\"6:1131\";i:1141;s:6:\"6:1132\";i:1142;s:6:\"6:1133\";i:1143;s:6:\"6:1134\";i:1144;s:6:\"6:1135\";i:1145;s:6:\"6:1136\";i:1146;s:6:\"6:1137\";i:1147;s:6:\"6:1060\";i:1148;s:6:\"6:1138\";i:1149;s:6:\"6:1139\";i:1150;s:6:\"6:1140\";i:1151;s:6:\"6:1141\";i:1152;s:6:\"6:1142\";i:1153;s:6:\"6:1143\";i:1154;s:6:\"6:1144\";i:1155;s:6:\"6:1145\";i:1156;s:6:\"6:1146\";i:1157;s:6:\"6:1147\";i:1158;s:6:\"6:1148\";i:1159;s:6:\"6:1149\";i:1160;s:6:\"6:1150\";i:1161;s:6:\"6:1151\";i:1162;s:6:\"6:1152\";i:1163;s:6:\"6:1153\";i:1164;s:6:\"6:1154\";i:1165;s:6:\"6:1155\";i:1166;s:6:\"6:1156\";i:1167;s:6:\"6:1157\";i:1168;s:6:\"6:1158\";i:1169;s:6:\"6:1159\";i:1170;s:6:\"6:1160\";i:1171;s:6:\"6:1161\";i:1172;s:6:\"6:1162\";i:1173;s:6:\"6:1163\";i:1174;s:6:\"6:1164\";i:1175;s:6:\"6:1165\";i:1176;s:6:\"6:1166\";i:1177;s:6:\"6:1167\";i:1178;s:6:\"6:1168\";i:1179;s:6:\"6:1169\";i:1180;s:6:\"6:1170\";i:1181;s:6:\"6:1171\";i:1182;s:6:\"6:1172\";i:1183;s:4:\"6:38\";i:1184;s:6:\"6:1173\";i:1185;s:6:\"6:1174\";i:1186;s:6:\"6:1175\";i:1187;s:4:\"6:78\";i:1188;s:6:\"6:1176\";i:1189;s:6:\"6:1177\";i:1190;s:6:\"6:1178\";i:1191;s:6:\"6:1179\";i:1192;s:6:\"6:1180\";i:1193;s:6:\"6:1181\";i:1194;s:6:\"6:1182\";i:1195;s:6:\"6:1183\";i:1196;s:6:\"6:1184\";i:1197;s:6:\"6:1185\";i:1198;s:6:\"6:1186\";i:1199;s:6:\"6:1187\";i:1200;s:6:\"6:1188\";i:1201;s:6:\"6:1189\";i:1202;s:6:\"6:1190\";i:1203;s:6:\"6:1191\";i:1204;s:6:\"6:1192\";i:1205;s:6:\"6:1193\";i:1206;s:6:\"6:1194\";i:1207;s:6:\"6:1195\";i:1208;s:6:\"6:1196\";i:1209;s:6:\"6:1197\";i:1210;s:6:\"6:1198\";i:1211;s:6:\"6:1199\";i:1212;s:6:\"6:1200\";i:1213;s:6:\"6:1201\";i:1214;s:6:\"6:1202\";i:1215;s:6:\"6:1203\";i:1216;s:6:\"6:1204\";i:1217;s:6:\"6:1205\";i:1218;s:6:\"6:1206\";i:1219;s:6:\"6:1207\";i:1220;s:6:\"6:1208\";i:1221;s:6:\"6:1209\";i:1222;s:6:\"6:1210\";i:1223;s:6:\"6:1211\";i:1224;s:6:\"6:1212\";i:1225;s:6:\"6:1213\";i:1226;s:6:\"6:1214\";i:1227;s:6:\"6:1215\";i:1228;s:6:\"6:1216\";i:1229;s:6:\"6:1217\";i:1230;s:6:\"6:1218\";i:1231;s:6:\"6:1219\";i:1232;s:6:\"6:1220\";i:1233;s:6:\"6:1221\";i:1234;s:6:\"6:1222\";i:1235;s:6:\"6:1223\";i:1236;s:6:\"6:1224\";i:1237;s:6:\"6:1225\";i:1238;s:6:\"6:1226\";i:1239;s:6:\"6:1227\";i:1240;s:6:\"6:1228\";i:1241;s:6:\"6:1229\";i:1242;s:6:\"6:1230\";i:1243;s:6:\"6:1231\";i:1244;s:6:\"6:1232\";i:1245;s:6:\"6:1233\";i:1246;s:6:\"6:1234\";i:1247;s:6:\"6:1235\";i:1248;s:6:\"6:1236\";i:1249;s:6:\"6:1237\";i:1250;s:6:\"6:1238\";i:1251;s:6:\"6:1239\";i:1252;s:6:\"6:1240\";i:1253;s:6:\"6:1241\";i:1254;s:6:\"6:1242\";i:1255;s:6:\"6:1243\";i:1256;s:6:\"6:1244\";i:1257;s:6:\"6:1245\";i:1258;s:6:\"6:1246\";i:1259;s:6:\"6:1247\";i:1260;s:6:\"6:1248\";i:1261;s:6:\"6:1249\";i:1262;s:6:\"6:1250\";i:1263;s:6:\"6:1251\";i:1264;s:6:\"6:1252\";i:1265;s:6:\"6:1253\";i:1266;s:6:\"6:1254\";i:1267;s:6:\"6:1255\";i:1268;s:6:\"6:1256\";i:1269;s:6:\"6:1257\";i:1270;s:6:\"6:1258\";i:1271;s:6:\"6:1259\";i:1272;s:6:\"6:1260\";i:1273;s:6:\"6:1261\";i:1274;s:6:\"6:1262\";i:1275;s:6:\"6:1263\";i:1276;s:6:\"6:1264\";i:1277;s:6:\"6:1265\";i:1278;s:6:\"6:1266\";i:1279;s:6:\"6:1267\";i:1280;s:6:\"6:1268\";i:1281;s:6:\"6:1269\";i:1282;s:6:\"6:1270\";i:1283;s:6:\"6:1271\";i:1284;s:6:\"6:1272\";i:1285;s:6:\"6:1273\";i:1286;s:6:\"6:1274\";i:1287;s:6:\"6:1275\";i:1288;s:6:\"6:1276\";i:1289;s:6:\"6:1277\";i:1290;s:6:\"6:1278\";i:1291;s:6:\"6:1279\";i:1292;s:6:\"6:1280\";i:1293;s:6:\"6:1281\";i:1294;s:6:\"6:1282\";i:1295;s:6:\"6:1283\";i:1296;s:6:\"6:1284\";i:1297;s:6:\"6:1285\";i:1298;s:6:\"6:1286\";i:1299;s:6:\"6:1287\";i:1300;s:6:\"6:1288\";i:1301;s:6:\"6:1289\";i:1302;s:6:\"6:1290\";i:1303;s:6:\"6:1291\";i:1304;s:6:\"6:1292\";i:1305;s:6:\"6:1293\";i:1306;s:6:\"6:1294\";i:1307;s:6:\"6:1295\";i:1308;s:6:\"6:1296\";i:1309;s:6:\"6:1297\";i:1310;s:6:\"6:1298\";i:1311;s:6:\"6:1299\";i:1312;s:6:\"6:1300\";i:1313;s:6:\"6:1301\";i:1314;s:6:\"6:1302\";i:1315;s:6:\"6:1303\";i:1316;s:6:\"6:1304\";i:1317;s:6:\"6:1305\";i:1318;s:6:\"6:1306\";i:1319;s:6:\"6:1307\";i:1320;s:6:\"6:1308\";i:1321;s:6:\"6:1309\";i:1322;s:6:\"6:1310\";i:1323;s:6:\"6:1311\";i:1324;s:6:\"6:1312\";i:1325;s:6:\"6:1313\";i:1326;s:6:\"6:1314\";i:1327;s:6:\"6:1315\";i:1328;s:5:\"6:726\";i:1329;s:6:\"6:1316\";i:1330;s:6:\"6:1317\";i:1331;s:6:\"6:1318\";i:1332;s:6:\"6:1319\";i:1333;s:6:\"6:1320\";i:1334;s:6:\"6:1321\";i:1335;s:6:\"6:1322\";i:1336;s:6:\"6:1323\";i:1337;s:6:\"6:1324\";i:1338;s:6:\"6:1325\";i:1339;s:6:\"6:1326\";i:1340;s:6:\"6:1327\";i:1341;s:6:\"6:1328\";i:1342;s:6:\"6:1329\";i:1343;s:6:\"6:1330\";i:1344;s:6:\"6:1331\";i:1345;s:6:\"6:1332\";i:1346;s:6:\"6:1333\";i:1347;s:6:\"6:1334\";i:1348;s:6:\"6:1335\";i:1349;s:6:\"6:1336\";i:1350;s:6:\"6:1337\";i:1351;s:6:\"6:1338\";i:1352;s:6:\"6:1339\";i:1353;s:6:\"6:1340\";i:1354;s:6:\"6:1027\";i:1355;s:6:\"6:1028\";i:1356;s:6:\"6:1030\";i:1357;s:6:\"6:1031\";i:1358;s:6:\"6:1022\";i:1359;s:6:\"6:1341\";i:1360;s:6:\"6:1342\";i:1361;s:6:\"6:1343\";i:1362;s:6:\"6:1344\";i:1363;s:6:\"6:1345\";i:1364;s:6:\"6:1346\";i:1365;s:6:\"6:1347\";i:1366;s:6:\"6:1348\";i:1367;s:6:\"6:1349\";i:1368;s:6:\"6:1350\";i:1369;s:6:\"6:1351\";i:1370;s:6:\"6:1352\";i:1371;s:6:\"6:1353\";i:1372;s:6:\"6:1354\";i:1373;s:6:\"6:1355\";i:1374;s:5:\"6:959\";i:1375;s:6:\"6:1356\";i:1376;s:6:\"6:1357\";i:1377;s:6:\"6:1358\";i:1378;s:6:\"6:1359\";i:1379;s:6:\"6:1360\";i:1380;s:6:\"6:1361\";i:1381;s:6:\"6:1362\";i:1382;s:6:\"6:1363\";i:1383;s:6:\"6:1364\";i:1384;s:6:\"6:1365\";i:1385;s:6:\"6:1366\";i:1386;s:6:\"6:1367\";i:1387;s:6:\"6:1368\";i:1388;s:6:\"6:1369\";i:1389;s:6:\"6:1370\";i:1390;s:6:\"6:1371\";i:1391;s:6:\"6:1372\";i:1392;s:6:\"6:1373\";i:1393;s:5:\"6:947\";i:1394;s:6:\"6:1374\";i:1395;s:6:\"6:1375\";i:1396;s:6:\"6:1376\";i:1397;s:6:\"6:1377\";i:1398;s:6:\"6:1378\";i:1399;s:6:\"6:1379\";i:1400;s:6:\"6:1380\";i:1401;s:6:\"6:1381\";i:1402;s:6:\"6:1382\";i:1403;s:6:\"6:1383\";i:1404;s:6:\"6:1384\";i:1405;s:6:\"6:1385\";i:1406;s:6:\"6:1386\";i:1407;s:6:\"6:1387\";i:1408;s:6:\"6:1388\";i:1409;s:5:\"6:991\";i:1410;s:6:\"6:1389\";i:1411;s:6:\"6:1390\";i:1412;s:6:\"6:1391\";i:1413;s:6:\"6:1392\";i:1414;s:6:\"6:1393\";i:1415;s:6:\"6:1394\";i:1416;s:6:\"6:1395\";i:1417;s:6:\"6:1396\";i:1418;s:6:\"6:1397\";i:1419;s:6:\"6:1398\";i:1420;s:6:\"6:1399\";i:1421;s:6:\"6:1400\";i:1422;s:6:\"6:1401\";i:1423;s:6:\"6:1402\";i:1424;s:6:\"6:1403\";i:1425;s:6:\"6:1055\";i:1426;s:6:\"6:1404\";i:1427;s:6:\"7:1405\";i:1428;s:6:\"7:1402\";i:1429;s:6:\"7:1406\";i:1430;s:6:\"7:1407\";i:1431;s:6:\"8:1408\";i:1432;s:6:\"8:1409\";i:1433;s:6:\"8:1410\";i:1434;s:6:\"8:1411\";i:1435;s:6:\"8:1412\";i:1436;s:6:\"8:1413\";i:1437;s:6:\"8:1414\";i:1438;s:6:\"8:1415\";i:1439;s:6:\"8:1416\";i:1440;s:6:\"9:1417\";i:1441;s:6:\"9:1418\";i:1442;s:6:\"9:1419\";i:1443;s:6:\"9:1420\";i:1444;s:6:\"9:1421\";i:1445;s:6:\"9:1422\";i:1446;s:6:\"9:1423\";i:1447;s:6:\"9:1424\";i:1448;s:6:\"9:1425\";i:1449;s:6:\"9:1426\";i:1450;s:6:\"9:1427\";i:1451;s:6:\"9:1428\";i:1452;s:6:\"9:1429\";i:1453;s:6:\"9:1430\";i:1454;s:6:\"9:1431\";i:1455;s:6:\"9:1432\";i:1456;s:6:\"9:1433\";i:1457;s:6:\"9:1434\";i:1458;s:6:\"9:1435\";i:1459;s:6:\"9:1436\";i:1460;s:6:\"9:1437\";i:1461;s:6:\"9:1438\";i:1462;s:6:\"9:1439\";i:1463;s:6:\"9:1440\";i:1464;s:6:\"9:1441\";i:1465;s:6:\"9:1135\";i:1466;s:6:\"9:1060\";i:1467;s:6:\"9:1442\";i:1468;s:6:\"9:1443\";i:1469;s:6:\"9:1444\";i:1470;s:6:\"9:1445\";i:1471;s:6:\"9:1446\";i:1472;s:6:\"9:1447\";i:1473;s:6:\"9:1448\";i:1474;s:6:\"9:1124\";i:1475;s:6:\"9:1126\";i:1476;s:6:\"9:1449\";i:1477;s:6:\"9:1450\";i:1478;s:6:\"9:1451\";i:1479;s:6:\"9:1452\";i:1480;s:6:\"9:1453\";i:1481;s:6:\"9:1454\";i:1482;s:6:\"9:1455\";i:1483;s:6:\"9:1456\";i:1484;s:6:\"9:1457\";i:1485;s:6:\"9:1458\";i:1486;s:6:\"9:1459\";i:1487;s:6:\"9:1460\";i:1488;s:6:\"9:1130\";i:1489;s:6:\"9:1461\";i:1490;s:6:\"9:1462\";i:1491;s:6:\"9:1463\";i:1492;s:6:\"9:1133\";i:1493;s:6:\"9:1464\";i:1494;s:6:\"9:1465\";i:1495;s:6:\"9:1466\";i:1496;s:6:\"9:1467\";i:1497;s:6:\"9:1468\";i:1498;s:6:\"9:1142\";i:1499;s:6:\"9:1469\";i:1500;s:6:\"9:1470\";i:1501;s:6:\"9:1147\";i:1502;s:6:\"9:1167\";i:1503;s:6:\"9:1168\";i:1504;s:6:\"9:1169\";i:1505;s:6:\"9:1171\";i:1506;s:6:\"9:1172\";i:1507;s:6:\"9:1471\";i:1508;s:6:\"9:1472\";i:1509;s:6:\"9:1473\";i:1510;s:6:\"9:1474\";i:1511;s:6:\"9:1475\";i:1512;s:6:\"9:1476\";i:1513;s:6:\"9:1477\";i:1514;s:6:\"9:1478\";i:1515;s:6:\"9:1479\";i:1516;s:6:\"9:1480\";i:1517;s:6:\"9:1481\";i:1518;s:6:\"9:1482\";i:1519;s:6:\"9:1483\";i:1520;s:6:\"9:1484\";i:1521;s:6:\"9:1485\";i:1522;s:6:\"9:1486\";i:1523;s:6:\"9:1487\";i:1524;s:6:\"9:1488\";i:1525;s:6:\"9:1489\";i:1526;s:6:\"9:1490\";i:1527;s:6:\"9:1491\";i:1528;s:6:\"9:1492\";i:1529;s:6:\"9:1493\";i:1530;s:6:\"9:1494\";i:1531;s:6:\"9:1495\";i:1532;s:6:\"9:1174\";i:1533;s:6:\"9:1496\";i:1534;s:6:\"9:1497\";i:1535;s:6:\"9:1498\";i:1536;s:6:\"9:1499\";i:1537;s:6:\"9:1500\";i:1538;s:6:\"9:1501\";i:1539;s:6:\"9:1502\";i:1540;s:6:\"9:1503\";i:1541;s:6:\"9:1504\";i:1542;s:6:\"9:1505\";i:1543;s:6:\"9:1506\";i:1544;s:6:\"9:1507\";i:1545;s:6:\"9:1508\";i:1546;s:6:\"9:1509\";i:1547;s:6:\"9:1510\";i:1548;s:6:\"9:1511\";i:1549;s:6:\"9:1512\";i:1550;s:6:\"9:1513\";i:1551;s:6:\"9:1514\";i:1552;s:6:\"9:1515\";i:1553;s:6:\"9:1516\";i:1554;s:6:\"9:1517\";i:1555;s:6:\"9:1518\";i:1556;s:6:\"9:1519\";i:1557;s:6:\"9:1520\";i:1558;s:6:\"9:1521\";i:1559;s:6:\"9:1522\";i:1560;s:6:\"9:1523\";i:1561;s:6:\"9:1524\";i:1562;s:6:\"9:1525\";i:1563;s:6:\"9:1526\";i:1564;s:6:\"9:1527\";i:1565;s:6:\"9:1528\";i:1566;s:6:\"9:1529\";i:1567;s:6:\"9:1530\";i:1568;s:6:\"9:1531\";i:1569;s:6:\"9:1532\";i:1570;s:6:\"9:1533\";i:1571;s:6:\"9:1534\";i:1572;s:6:\"9:1535\";i:1573;s:6:\"9:1536\";i:1574;s:6:\"9:1537\";i:1575;s:6:\"9:1538\";i:1576;s:6:\"9:1539\";i:1577;s:6:\"9:1540\";i:1578;s:6:\"9:1541\";i:1579;s:6:\"9:1542\";i:1580;s:6:\"9:1543\";i:1581;s:6:\"9:1544\";i:1582;s:6:\"9:1545\";i:1583;s:6:\"9:1546\";i:1584;s:6:\"9:1547\";i:1585;s:6:\"9:1548\";i:1586;s:6:\"9:1549\";i:1587;s:6:\"9:1550\";i:1588;s:6:\"9:1551\";i:1589;s:6:\"9:1552\";i:1590;s:6:\"9:1553\";i:1591;s:6:\"9:1554\";i:1592;s:6:\"9:1555\";i:1593;s:6:\"9:1556\";i:1594;s:6:\"9:1557\";i:1595;s:6:\"9:1558\";i:1596;s:6:\"9:1559\";i:1597;s:6:\"9:1560\";i:1598;s:6:\"9:1561\";i:1599;s:6:\"9:1562\";i:1600;s:6:\"9:1563\";i:1601;s:6:\"9:1564\";i:1602;s:6:\"9:1565\";i:1603;s:6:\"9:1566\";i:1604;s:6:\"9:1567\";i:1605;s:6:\"9:1568\";i:1606;s:6:\"9:1569\";i:1607;s:6:\"9:1570\";i:1608;s:6:\"9:1571\";i:1609;s:6:\"9:1572\";i:1610;s:6:\"9:1573\";i:1611;s:6:\"9:1574\";i:1612;s:6:\"9:1575\";i:1613;s:6:\"9:1576\";i:1614;s:6:\"9:1577\";i:1615;s:6:\"9:1578\";i:1616;s:6:\"9:1579\";i:1617;s:6:\"9:1580\";i:1618;s:6:\"9:1581\";i:1619;s:6:\"9:1582\";i:1620;s:6:\"9:1583\";i:1621;s:6:\"9:1262\";i:1622;s:6:\"9:1263\";i:1623;s:6:\"9:1261\";i:1624;s:6:\"9:1584\";i:1625;s:6:\"9:1585\";i:1626;s:6:\"9:1586\";i:1627;s:6:\"9:1587\";i:1628;s:6:\"9:1588\";i:1629;s:6:\"9:1589\";i:1630;s:6:\"9:1590\";i:1631;s:6:\"9:1591\";i:1632;s:6:\"9:1592\";i:1633;s:6:\"9:1593\";i:1634;s:6:\"9:1594\";i:1635;s:6:\"9:1595\";i:1636;s:6:\"9:1596\";i:1637;s:6:\"9:1597\";i:1638;s:6:\"9:1598\";i:1639;s:6:\"9:1279\";i:1640;s:6:\"9:1599\";i:1641;s:6:\"9:1600\";i:1642;s:6:\"9:1601\";i:1643;s:6:\"9:1602\";i:1644;s:6:\"9:1603\";i:1645;s:6:\"9:1604\";i:1646;s:6:\"9:1605\";i:1647;s:6:\"9:1606\";i:1648;s:6:\"9:1607\";i:1649;s:6:\"9:1608\";i:1650;s:6:\"9:1609\";i:1651;s:6:\"9:1610\";i:1652;s:6:\"9:1611\";i:1653;s:6:\"9:1612\";i:1654;s:6:\"9:1613\";i:1655;s:6:\"9:1614\";i:1656;s:6:\"9:1615\";i:1657;s:6:\"9:1616\";i:1658;s:6:\"9:1617\";i:1659;s:6:\"9:1618\";i:1660;s:6:\"9:1619\";i:1661;s:6:\"9:1620\";i:1662;s:6:\"9:1621\";i:1663;s:6:\"9:1622\";i:1664;s:6:\"9:1623\";i:1665;s:6:\"9:1624\";i:1666;s:6:\"9:1625\";i:1667;s:6:\"9:1626\";i:1668;s:6:\"9:1627\";i:1669;s:5:\"9:726\";i:1670;s:6:\"9:1316\";i:1671;s:6:\"9:1628\";i:1672;s:6:\"9:1629\";i:1673;s:6:\"9:1630\";i:1674;s:6:\"9:1631\";i:1675;s:6:\"9:1632\";i:1676;s:6:\"9:1633\";i:1677;s:6:\"9:1634\";i:1678;s:6:\"9:1635\";i:1679;s:6:\"9:1636\";i:1680;s:6:\"9:1637\";i:1681;s:6:\"9:1638\";i:1682;s:6:\"9:1639\";i:1683;s:6:\"9:1640\";i:1684;s:6:\"9:1331\";i:1685;s:6:\"9:1641\";i:1686;s:6:\"9:1642\";i:1687;s:6:\"9:1643\";i:1688;s:6:\"9:1644\";i:1689;s:6:\"9:1645\";i:1690;s:6:\"9:1646\";i:1691;s:6:\"9:1647\";i:1692;s:6:\"9:1346\";i:1693;s:6:\"9:1648\";i:1694;s:6:\"9:1649\";i:1695;s:6:\"9:1650\";i:1696;s:6:\"9:1651\";i:1697;s:6:\"9:1652\";i:1698;s:6:\"9:1405\";i:1699;s:6:\"9:1653\";i:1700;s:6:\"9:1654\";i:1701;s:6:\"9:1655\";i:1702;s:6:\"9:1360\";i:1703;s:6:\"9:1656\";i:1704;s:6:\"9:1657\";i:1705;s:6:\"9:1658\";i:1706;s:6:\"9:1659\";i:1707;s:6:\"9:1057\";i:1708;s:6:\"9:1660\";i:1709;s:6:\"9:1661\";i:1710;s:6:\"9:1662\";i:1711;s:6:\"9:1663\";i:1712;s:6:\"9:1664\";i:1713;s:7:\"10:1665\";i:1714;s:7:\"10:1666\";i:1715;s:7:\"10:1667\";i:1716;s:7:\"10:1668\";i:1717;s:7:\"10:1669\";i:1718;s:7:\"10:1670\";i:1719;s:7:\"10:1671\";i:1720;s:7:\"10:1672\";i:1721;s:7:\"10:1673\";i:1722;s:7:\"10:1674\";i:1723;s:7:\"10:1675\";i:1724;s:7:\"10:1676\";i:1725;s:7:\"10:1677\";i:1726;s:7:\"10:1678\";i:1727;s:7:\"10:1118\";i:1728;s:7:\"10:1679\";i:1729;s:7:\"10:1463\";i:1730;s:7:\"10:1133\";i:1731;s:7:\"10:1680\";i:1732;s:7:\"10:1681\";i:1733;s:7:\"10:1682\";i:1734;s:7:\"10:1060\";i:1735;s:7:\"10:1683\";i:1736;s:7:\"10:1684\";i:1737;s:7:\"10:1685\";i:1738;s:7:\"10:1686\";i:1739;s:7:\"10:1687\";i:1740;s:7:\"10:1688\";i:1741;s:7:\"10:1689\";i:1742;s:7:\"10:1690\";i:1743;s:7:\"10:1486\";i:1744;s:7:\"10:1488\";i:1745;s:7:\"10:1489\";i:1746;s:7:\"10:1452\";i:1747;s:7:\"10:1147\";i:1748;s:7:\"10:1467\";i:1749;s:7:\"10:1468\";i:1750;s:7:\"10:1691\";i:1751;s:7:\"10:1174\";i:1752;s:7:\"10:1171\";i:1753;s:7:\"10:1088\";i:1754;s:7:\"10:1621\";i:1755;s:7:\"10:1692\";i:1756;s:7:\"10:1693\";i:1757;s:7:\"10:1694\";i:1758;s:7:\"10:1695\";i:1759;s:7:\"10:1696\";i:1760;s:6:\"10:726\";i:1761;s:7:\"10:1316\";i:1762;s:7:\"10:1317\";i:1763;s:7:\"10:1634\";i:1764;s:7:\"10:1697\";i:1765;s:7:\"10:1637\";i:1766;s:7:\"10:1640\";i:1767;s:7:\"10:1698\";i:1768;s:7:\"10:1699\";i:1769;s:7:\"10:1331\";i:1770;s:7:\"10:1360\";i:1771;s:7:\"10:1700\";i:1772;s:7:\"10:1701\";i:1773;s:7:\"10:1647\";i:1774;s:7:\"10:1346\";i:1775;s:7:\"10:1702\";i:1776;s:7:\"10:1415\";i:1777;s:7:\"10:1703\";i:1778;s:7:\"11:1354\";i:1779;s:7:\"11:1704\";i:1780;s:7:\"11:1705\";i:1781;s:7:\"12:1706\";i:1782;s:7:\"13:1707\";i:1783;s:7:\"14:1708\";i:1784;s:7:\"14:1709\";i:1785;s:7:\"14:1710\";i:1786;s:7:\"14:1711\";i:1787;s:7:\"14:1712\";i:1788;s:7:\"14:1713\";i:1789;s:7:\"14:1714\";i:1790;s:7:\"15:1715\";i:1791;s:7:\"15:1716\";i:1792;s:7:\"16:1717\";i:1793;s:7:\"16:1497\";i:1794;s:7:\"17:1718\";i:1795;s:7:\"17:1472\";i:1796;s:7:\"17:1471\";i:1797;s:7:\"17:1719\";i:1798;s:7:\"17:1720\";i:1799;s:7:\"17:1721\";i:1800;s:7:\"17:1722\";i:1801;s:7:\"17:1061\";i:1802;s:7:\"17:1723\";i:1803;s:7:\"17:1724\";i:1804;s:7:\"17:1725\";i:1805;s:7:\"17:1726\";i:1806;s:7:\"17:1727\";i:1807;s:7:\"17:1478\";i:1808;s:7:\"17:1728\";i:1809;s:7:\"17:1480\";i:1810;s:7:\"17:1729\";i:1811;s:7:\"17:1730\";i:1812;s:7:\"17:1481\";i:1813;s:7:\"17:1731\";i:1814;s:7:\"17:1484\";i:1815;s:7:\"17:1732\";i:1816;s:7:\"17:1486\";i:1817;s:7:\"17:1487\";i:1818;s:7:\"17:1488\";i:1819;s:7:\"17:1489\";i:1820;s:7:\"17:1436\";i:1821;s:7:\"17:1733\";i:1822;s:7:\"17:1734\";i:1823;s:7:\"18:1168\";i:1824;s:7:\"18:1171\";i:1825;s:7:\"19:1735\";i:1826;s:7:\"19:1169\";i:1827;s:7:\"20:1736\";i:1828;s:7:\"20:1737\";i:1829;s:7:\"20:1738\";i:1830;s:7:\"20:1739\";i:1831;s:7:\"20:1740\";i:1832;s:7:\"20:1741\";i:1833;s:7:\"20:1742\";i:1834;s:7:\"20:1743\";i:1835;s:7:\"21:1744\";i:1836;s:7:\"21:1745\";i:1837;s:7:\"21:1746\";i:1838;s:7:\"21:1747\";i:1839;s:7:\"22:1748\";i:1840;s:7:\"22:1749\";i:1841;s:7:\"22:1750\";i:1842;s:7:\"23:1751\";i:1843;s:7:\"24:1752\";i:1844;s:7:\"24:1753\";i:1845;s:7:\"24:1754\";i:1846;s:7:\"24:1755\";i:1847;s:7:\"24:1756\";i:1848;s:7:\"24:1757\";i:1849;s:7:\"24:1758\";i:1850;s:7:\"24:1759\";i:1851;s:7:\"24:1760\";i:1852;s:7:\"24:1761\";i:1853;s:7:\"24:1762\";i:1854;s:7:\"24:1763\";i:1855;s:7:\"24:1764\";i:1856;s:7:\"24:1765\";i:1857;s:7:\"24:1766\";i:1858;s:7:\"24:1767\";i:1859;s:7:\"24:1768\";i:1860;s:7:\"24:1769\";i:1861;s:7:\"24:1770\";i:1862;s:7:\"24:1771\";i:1863;s:7:\"24:1772\";i:1864;s:7:\"24:1773\";i:1865;s:7:\"24:1774\";i:1866;s:7:\"24:1775\";i:1867;s:7:\"24:1776\";i:1868;s:7:\"24:1777\";i:1869;s:7:\"24:1778\";i:1870;s:7:\"24:1779\";i:1871;s:7:\"24:1780\";i:1872;s:7:\"24:1781\";i:1873;s:7:\"24:1782\";i:1874;s:7:\"24:1783\";i:1875;s:7:\"24:1784\";i:1876;s:7:\"24:1785\";i:1877;s:7:\"24:1786\";i:1878;s:7:\"24:1787\";i:1879;s:7:\"24:1788\";i:1880;s:7:\"24:1789\";i:1881;s:7:\"24:1790\";i:1882;s:7:\"24:1791\";i:1883;s:7:\"24:1792\";i:1884;s:7:\"24:1793\";i:1885;s:7:\"24:1794\";i:1886;s:7:\"24:1795\";i:1887;s:7:\"24:1796\";i:1888;s:7:\"24:1797\";i:1889;s:7:\"24:1798\";i:1890;s:7:\"24:1799\";i:1891;s:7:\"24:1800\";i:1892;s:7:\"24:1801\";i:1893;s:7:\"24:1802\";i:1894;s:7:\"24:1803\";i:1895;s:7:\"24:1804\";i:1896;s:7:\"24:1805\";i:1897;s:7:\"24:1806\";i:1898;s:7:\"24:1807\";i:1899;s:7:\"24:1808\";i:1900;s:7:\"24:1809\";i:1901;s:7:\"24:1810\";i:1902;s:7:\"24:1811\";i:1903;s:7:\"24:1812\";i:1904;s:7:\"24:1813\";i:1905;s:7:\"24:1814\";i:1906;s:7:\"24:1815\";i:1907;s:7:\"24:1816\";i:1908;s:7:\"24:1817\";i:1909;s:7:\"24:1818\";i:1910;s:7:\"24:1819\";i:1911;s:7:\"24:1820\";i:1912;s:7:\"24:1821\";i:1913;s:7:\"24:1822\";i:1914;s:7:\"24:1823\";i:1915;s:7:\"24:1824\";i:1916;s:7:\"24:1825\";i:1917;s:7:\"24:1826\";i:1918;s:7:\"24:1827\";i:1919;s:7:\"24:1828\";i:1920;s:7:\"24:1829\";i:1921;s:7:\"24:1830\";i:1922;s:7:\"24:1831\";i:1923;s:7:\"24:1832\";i:1924;s:7:\"24:1833\";i:1925;s:7:\"24:1834\";i:1926;s:7:\"24:1835\";i:1927;s:7:\"24:1836\";i:1928;s:7:\"24:1837\";i:1929;s:7:\"24:1838\";i:1930;s:7:\"24:1839\";i:1931;s:7:\"24:1840\";i:1932;s:7:\"24:1841\";i:1933;s:7:\"24:1842\";i:1934;s:7:\"24:1843\";i:1935;s:7:\"24:1844\";i:1936;s:7:\"24:1845\";i:1937;s:7:\"24:1846\";i:1938;s:7:\"24:1847\";i:1939;s:7:\"24:1848\";i:1940;s:7:\"24:1849\";i:1941;s:7:\"24:1850\";i:1942;s:7:\"24:1851\";i:1943;s:7:\"24:1852\";i:1944;s:7:\"24:1853\";i:1945;s:7:\"24:1405\";i:1946;s:7:\"24:1854\";i:1947;s:7:\"24:1855\";i:1948;s:7:\"24:1406\";i:1949;s:7:\"24:1856\";i:1950;s:7:\"24:1857\";i:1951;s:7:\"24:1858\";i:1952;s:7:\"24:1859\";i:1953;s:7:\"24:1860\";i:1954;s:7:\"24:1861\";i:1955;s:7:\"24:1368\";i:1956;s:7:\"24:1862\";i:1957;s:7:\"24:1863\";i:1958;s:7:\"24:1864\";i:1959;s:7:\"24:1865\";i:1960;s:7:\"24:1866\";i:1961;s:7:\"24:1867\";i:1962;s:7:\"24:1868\";i:1963;s:7:\"24:1869\";i:1964;s:7:\"24:1870\";i:1965;s:7:\"24:1871\";i:1966;s:7:\"24:1872\";i:1967;s:7:\"24:1873\";i:1968;s:7:\"24:1874\";i:1969;s:7:\"24:1875\";i:1970;s:7:\"24:1876\";i:1971;s:7:\"24:1877\";i:1972;s:7:\"24:1878\";i:1973;s:7:\"24:1879\";i:1974;s:7:\"24:1880\";i:1975;s:7:\"24:1881\";i:1976;s:7:\"24:1882\";i:1977;s:7:\"24:1883\";i:1978;s:7:\"24:1884\";i:1979;s:7:\"24:1885\";i:1980;s:7:\"24:1886\";i:1981;s:7:\"24:1887\";i:1982;s:7:\"24:1888\";i:1983;s:7:\"24:1889\";i:1984;s:7:\"24:1890\";i:1985;s:7:\"24:1891\";i:1986;s:7:\"24:1892\";i:1987;s:7:\"24:1893\";i:1988;s:7:\"24:1894\";i:1989;s:7:\"24:1371\";i:1990;s:7:\"24:1895\";i:1991;s:7:\"24:1896\";i:1992;s:7:\"24:1897\";i:1993;s:7:\"24:1898\";i:1994;s:7:\"24:1357\";i:1995;s:7:\"24:1899\";i:1996;s:7:\"24:1387\";i:1997;s:7:\"24:1900\";i:1998;s:7:\"24:1901\";i:1999;s:7:\"24:1902\";i:2000;s:7:\"24:1903\";i:2001;s:7:\"24:1904\";i:2002;s:7:\"24:1905\";i:2003;s:7:\"24:1906\";i:2004;s:7:\"24:1907\";i:2005;s:7:\"24:1908\";i:2006;s:7:\"24:1374\";i:2007;s:7:\"24:1909\";i:2008;s:7:\"24:1910\";i:2009;s:7:\"24:1911\";i:2010;s:7:\"24:1912\";i:2011;s:7:\"24:1659\";i:2012;s:7:\"24:1388\";i:2013;s:6:\"24:991\";i:2014;s:7:\"24:1913\";i:2015;s:7:\"24:1369\";i:2016;s:7:\"24:1914\";i:2017;s:7:\"24:1915\";i:2018;s:7:\"24:1916\";i:2019;s:7:\"24:1917\";i:2020;s:7:\"24:1386\";i:2021;s:7:\"24:1918\";i:2022;s:7:\"24:1919\";i:2023;s:7:\"24:1385\";i:2024;s:7:\"24:1920\";i:2025;s:7:\"24:1921\";i:2026;s:7:\"24:1922\";i:2027;s:7:\"24:1923\";i:2028;s:7:\"24:1924\";i:2029;s:7:\"24:1360\";i:2030;s:7:\"24:1925\";i:2031;s:7:\"24:1926\";i:2032;s:7:\"24:1927\";i:2033;s:7:\"24:1928\";i:2034;s:7:\"24:1929\";i:2035;s:7:\"24:1930\";i:2036;s:7:\"24:1931\";i:2037;s:7:\"24:1932\";i:2038;s:7:\"24:1933\";i:2039;s:7:\"24:1934\";i:2040;s:7:\"24:1935\";i:2041;s:7:\"24:1936\";i:2042;s:7:\"24:1937\";i:2043;s:7:\"24:1938\";i:2044;s:7:\"24:1378\";i:2045;s:7:\"24:1939\";i:2046;s:7:\"24:1377\";i:2047;s:7:\"24:1940\";i:2048;s:7:\"24:1941\";i:2049;s:7:\"24:1942\";i:2050;s:7:\"24:1943\";i:2051;s:7:\"24:1944\";i:2052;s:7:\"24:1945\";i:2053;s:7:\"24:1946\";i:2054;s:7:\"24:1947\";i:2055;s:7:\"24:1948\";i:2056;s:7:\"24:1949\";i:2057;s:7:\"24:1950\";i:2058;s:7:\"24:1951\";i:2059;s:7:\"24:1952\";i:2060;s:7:\"24:1953\";i:2061;s:7:\"24:1954\";i:2062;s:7:\"24:1955\";i:2063;s:7:\"24:1956\";i:2064;s:7:\"24:1957\";i:2065;s:7:\"24:1958\";i:2066;s:7:\"24:1959\";i:2067;s:7:\"24:1960\";i:2068;s:7:\"24:1961\";i:2069;s:7:\"24:1962\";i:2070;s:7:\"24:1963\";i:2071;s:7:\"24:1964\";i:2072;s:7:\"24:1965\";i:2073;s:7:\"24:1966\";i:2074;s:7:\"24:1967\";i:2075;s:7:\"24:1968\";i:2076;s:7:\"24:1969\";i:2077;s:7:\"24:1970\";i:2078;s:7:\"24:1971\";i:2079;s:7:\"24:1972\";i:2080;s:7:\"24:1973\";i:2081;s:7:\"24:1974\";i:2082;s:7:\"24:1975\";i:2083;s:7:\"24:1976\";i:2084;s:7:\"24:1977\";i:2085;s:7:\"24:1978\";i:2086;s:7:\"24:1979\";i:2087;s:7:\"24:1980\";i:2088;s:7:\"24:1981\";i:2089;s:7:\"24:1982\";i:2090;s:7:\"24:1983\";i:2091;s:7:\"24:1984\";i:2092;s:7:\"24:1985\";i:2093;s:7:\"24:1986\";i:2094;s:7:\"24:1987\";i:2095;s:7:\"24:1988\";i:2096;s:7:\"24:1989\";i:2097;s:7:\"24:1990\";i:2098;s:7:\"24:1991\";i:2099;s:7:\"24:1992\";i:2100;s:7:\"24:1993\";i:2101;s:7:\"24:1994\";i:2102;s:7:\"24:1995\";i:2103;s:7:\"24:1996\";i:2104;s:7:\"24:1997\";i:2105;s:7:\"24:1998\";i:2106;s:7:\"24:1999\";i:2107;s:7:\"24:2000\";i:2108;s:7:\"24:2001\";i:2109;s:7:\"24:2002\";i:2110;s:7:\"24:2003\";i:2111;s:7:\"24:2004\";i:2112;s:7:\"24:2005\";i:2113;s:7:\"24:2006\";i:2114;s:7:\"24:2007\";i:2115;s:7:\"24:2008\";i:2116;s:7:\"24:2009\";i:2117;s:7:\"24:2010\";i:2118;s:7:\"24:2011\";i:2119;s:7:\"24:2012\";i:2120;s:7:\"24:2013\";i:2121;s:7:\"24:2014\";i:2122;s:7:\"24:2015\";i:2123;s:7:\"24:2016\";i:2124;s:7:\"24:2017\";i:2125;s:7:\"24:2018\";i:2126;s:7:\"24:2019\";i:2127;s:7:\"24:1415\";i:2128;s:7:\"24:2020\";i:2129;s:7:\"24:2021\";i:2130;s:7:\"24:2022\";i:2131;s:7:\"24:2023\";i:2132;s:7:\"24:2024\";i:2133;s:7:\"24:2025\";i:2134;s:7:\"24:2026\";i:2135;s:7:\"24:2027\";i:2136;s:7:\"24:2028\";i:2137;s:7:\"24:2029\";i:2138;s:7:\"24:2030\";i:2139;s:7:\"24:2031\";i:2140;s:7:\"24:2032\";i:2141;s:7:\"24:1650\";i:2142;s:7:\"24:2033\";i:2143;s:7:\"24:1651\";i:2144;s:7:\"24:2034\";i:2145;s:7:\"24:2035\";i:2146;s:7:\"24:2036\";i:2147;s:7:\"24:2037\";i:2148;s:7:\"24:2038\";i:2149;s:7:\"24:2039\";i:2150;s:7:\"24:2040\";i:2151;s:7:\"24:2041\";i:2152;s:7:\"24:2042\";i:2153;s:7:\"24:2043\";i:2154;s:7:\"24:2044\";i:2155;s:7:\"24:2045\";i:2156;s:7:\"24:2046\";i:2157;s:7:\"24:2047\";i:2158;s:7:\"24:2048\";i:2159;s:7:\"24:2049\";i:2160;s:7:\"24:2050\";i:2161;s:7:\"24:2051\";i:2162;s:7:\"24:2052\";i:2163;s:7:\"24:2053\";i:2164;s:7:\"24:2054\";i:2165;s:7:\"24:2055\";i:2166;s:7:\"24:2056\";i:2167;s:7:\"24:2057\";i:2168;s:7:\"24:2058\";i:2169;s:7:\"24:2059\";i:2170;s:7:\"24:2060\";i:2171;s:7:\"24:2061\";i:2172;s:7:\"24:2062\";i:2173;s:7:\"24:2063\";i:2174;s:7:\"24:2064\";i:2175;s:7:\"24:2065\";i:2176;s:7:\"24:2066\";i:2177;s:7:\"24:2067\";i:2178;s:7:\"24:2068\";i:2179;s:7:\"24:2069\";i:2180;s:7:\"24:2070\";i:2181;s:7:\"24:2071\";i:2182;s:7:\"24:2072\";i:2183;s:7:\"24:2073\";i:2184;s:7:\"24:1148\";i:2185;s:7:\"24:2074\";i:2186;s:7:\"24:2075\";i:2187;s:7:\"24:2076\";i:2188;s:7:\"24:2077\";i:2189;s:7:\"24:2078\";i:2190;s:7:\"24:2079\";i:2191;s:7:\"24:2080\";i:2192;s:7:\"24:2081\";i:2193;s:7:\"24:2082\";i:2194;s:7:\"24:2083\";i:2195;s:7:\"24:2084\";i:2196;s:7:\"24:2085\";i:2197;s:7:\"24:2086\";i:2198;s:7:\"24:2087\";i:2199;s:7:\"24:2088\";i:2200;s:7:\"24:2089\";i:2201;s:7:\"24:2090\";i:2202;s:7:\"24:2091\";i:2203;s:7:\"24:2092\";i:2204;s:7:\"24:2093\";i:2205;s:7:\"24:2094\";i:2206;s:7:\"24:2095\";i:2207;s:7:\"24:2096\";i:2208;s:7:\"24:2097\";i:2209;s:7:\"24:2098\";i:2210;s:7:\"24:2099\";i:2211;s:7:\"24:2100\";i:2212;s:7:\"24:2101\";i:2213;s:7:\"24:2102\";i:2214;s:7:\"24:2103\";i:2215;s:7:\"24:2104\";i:2216;s:7:\"24:2105\";i:2217;s:7:\"24:2106\";i:2218;s:7:\"24:2107\";i:2219;s:7:\"24:2108\";i:2220;s:7:\"24:2109\";i:2221;s:7:\"24:2110\";i:2222;s:7:\"24:2111\";i:2223;s:7:\"24:2112\";i:2224;s:7:\"24:2113\";i:2225;s:7:\"24:2114\";i:2226;s:7:\"24:2115\";i:2227;s:7:\"24:2116\";i:2228;s:7:\"24:2117\";i:2229;s:7:\"24:2118\";i:2230;s:7:\"24:2119\";i:2231;s:7:\"24:1081\";i:2232;s:7:\"24:2120\";i:2233;s:7:\"24:2121\";i:2234;s:7:\"24:2122\";i:2235;s:7:\"24:2123\";i:2236;s:7:\"24:2124\";i:2237;s:7:\"24:2125\";i:2238;s:7:\"24:2126\";i:2239;s:7:\"24:2127\";i:2240;s:7:\"24:1389\";i:2241;s:7:\"24:2128\";i:2242;s:7:\"24:2129\";i:2243;s:7:\"24:2130\";i:2244;s:7:\"24:2131\";i:2245;s:7:\"24:1346\";i:2246;s:7:\"24:2132\";i:2247;s:7:\"24:2133\";i:2248;s:7:\"24:2134\";i:2249;s:7:\"24:2135\";i:2250;s:7:\"24:2136\";i:2251;s:7:\"24:2137\";i:2252;s:7:\"24:2138\";i:2253;s:7:\"24:2139\";i:2254;s:7:\"24:2140\";i:2255;s:7:\"24:2141\";i:2256;s:7:\"24:2142\";i:2257;s:7:\"24:2143\";i:2258;s:7:\"24:2144\";i:2259;s:7:\"24:2145\";i:2260;s:7:\"24:1349\";i:2261;s:7:\"24:2146\";i:2262;s:7:\"24:2147\";i:2263;s:7:\"24:2148\";i:2264;s:7:\"24:2149\";i:2265;s:7:\"24:2150\";i:2266;s:7:\"24:2151\";i:2267;s:7:\"24:2152\";i:2268;s:7:\"24:2153\";i:2269;s:7:\"24:2154\";i:2270;s:7:\"24:2155\";i:2271;s:7:\"24:2156\";i:2272;s:7:\"24:2157\";i:2273;s:7:\"24:2158\";i:2274;s:7:\"24:2159\";i:2275;s:7:\"24:2160\";i:2276;s:7:\"24:2161\";i:2277;s:7:\"24:2162\";i:2278;s:7:\"24:2163\";i:2279;s:7:\"24:2164\";i:2280;s:7:\"24:1020\";i:2281;s:7:\"24:1085\";i:2282;s:7:\"24:2165\";i:2283;s:7:\"24:2166\";i:2284;s:7:\"24:2167\";i:2285;s:7:\"24:2168\";i:2286;s:7:\"24:2169\";i:2287;s:7:\"24:2170\";i:2288;s:7:\"24:2171\";i:2289;s:7:\"24:2172\";i:2290;s:7:\"24:2173\";i:2291;s:7:\"24:2174\";i:2292;s:7:\"24:2175\";i:2293;s:7:\"24:2176\";i:2294;s:7:\"24:2177\";i:2295;s:7:\"24:2178\";i:2296;s:7:\"24:2179\";i:2297;s:7:\"24:2180\";i:2298;s:7:\"24:2181\";i:2299;s:7:\"24:2182\";i:2300;s:7:\"24:2183\";i:2301;s:7:\"24:2184\";i:2302;s:7:\"24:2185\";i:2303;s:7:\"24:2186\";i:2304;s:7:\"24:2187\";i:2305;s:7:\"24:2188\";i:2306;s:7:\"24:2189\";i:2307;s:7:\"24:2190\";i:2308;s:7:\"24:2191\";i:2309;s:7:\"24:2192\";i:2310;s:7:\"24:2193\";i:2311;s:7:\"24:2194\";i:2312;s:7:\"24:2195\";i:2313;s:7:\"24:2196\";i:2314;s:7:\"24:2197\";i:2315;s:7:\"24:2198\";i:2316;s:7:\"24:2199\";i:2317;s:7:\"24:2200\";i:2318;s:7:\"24:2201\";i:2319;s:7:\"24:2202\";i:2320;s:7:\"24:2203\";i:2321;s:7:\"24:2204\";i:2322;s:7:\"24:2205\";i:2323;s:7:\"24:2206\";i:2324;s:7:\"24:2207\";i:2325;s:7:\"24:2208\";i:2326;s:7:\"24:2209\";i:2327;s:7:\"24:2210\";i:2328;s:7:\"24:2211\";i:2329;s:7:\"24:2212\";i:2330;s:7:\"24:2213\";i:2331;s:7:\"24:2214\";i:2332;s:7:\"24:2215\";i:2333;s:7:\"24:2216\";i:2334;s:7:\"24:2217\";i:2335;s:7:\"24:2218\";i:2336;s:7:\"24:2219\";i:2337;s:7:\"24:2220\";i:2338;s:7:\"24:2221\";i:2339;s:7:\"24:2222\";i:2340;s:7:\"24:2223\";i:2341;s:7:\"24:2224\";i:2342;s:7:\"24:2225\";i:2343;s:7:\"24:2226\";i:2344;s:7:\"24:2227\";i:2345;s:7:\"24:2228\";i:2346;s:7:\"24:2229\";i:2347;s:7:\"24:2230\";i:2348;s:7:\"24:2231\";i:2349;s:7:\"24:2232\";i:2350;s:7:\"24:2233\";i:2351;s:7:\"24:2234\";i:2352;s:7:\"24:2235\";i:2353;s:7:\"24:2236\";i:2354;s:7:\"24:2237\";i:2355;s:7:\"24:2238\";i:2356;s:7:\"24:2239\";i:2357;s:7:\"24:2240\";i:2358;s:7:\"24:2241\";i:2359;s:7:\"24:2242\";i:2360;s:7:\"24:2243\";i:2361;s:7:\"24:2244\";i:2362;s:7:\"24:2245\";i:2363;s:7:\"24:2246\";i:2364;s:7:\"24:2247\";i:2365;s:7:\"24:2248\";i:2366;s:7:\"24:2249\";i:2367;s:7:\"24:2250\";i:2368;s:7:\"24:2251\";i:2369;s:7:\"24:2252\";i:2370;s:7:\"24:2253\";i:2371;s:7:\"24:2254\";i:2372;s:7:\"24:2255\";i:2373;s:7:\"24:2256\";i:2374;s:7:\"24:2257\";i:2375;s:7:\"24:2258\";i:2376;s:7:\"24:2259\";i:2377;s:7:\"24:2260\";i:2378;s:7:\"24:2261\";i:2379;s:7:\"24:2262\";i:2380;s:7:\"24:2263\";i:2381;s:7:\"24:2264\";i:2382;s:7:\"24:2265\";i:2383;s:7:\"24:2266\";i:2384;s:7:\"24:2267\";i:2385;s:7:\"24:2268\";i:2386;s:7:\"24:2269\";i:2387;s:7:\"24:2270\";i:2388;s:7:\"24:2271\";i:2389;s:7:\"24:2272\";i:2390;s:7:\"24:2273\";i:2391;s:7:\"24:2274\";i:2392;s:7:\"24:2275\";i:2393;s:7:\"24:1662\";i:2394;s:7:\"24:2276\";i:2395;s:7:\"24:2277\";i:2396;s:7:\"24:1663\";i:2397;s:7:\"24:2278\";i:2398;s:7:\"24:2279\";i:2399;s:7:\"24:2280\";i:2400;s:7:\"24:2281\";i:2401;s:7:\"24:2282\";i:2402;s:7:\"24:2283\";i:2403;s:7:\"24:2284\";i:2404;s:7:\"24:2285\";i:2405;s:7:\"24:1057\";i:2406;s:7:\"24:2286\";i:2407;s:7:\"24:1661\";i:2408;s:7:\"24:2287\";i:2409;s:7:\"24:2288\";i:2410;s:7:\"24:2289\";i:2411;s:7:\"24:2290\";i:2412;s:7:\"24:2291\";i:2413;s:7:\"24:2292\";i:2414;s:7:\"24:2293\";i:2415;s:7:\"24:2294\";i:2416;s:7:\"24:2295\";i:2417;s:7:\"24:2296\";i:2418;s:7:\"24:2297\";i:2419;s:7:\"24:2298\";i:2420;s:7:\"24:2299\";i:2421;s:7:\"24:2300\";i:2422;s:7:\"24:2301\";i:2423;s:7:\"24:2302\";i:2424;s:7:\"24:2303\";i:2425;s:7:\"24:2304\";i:2426;s:7:\"24:2305\";i:2427;s:7:\"24:2306\";i:2428;s:7:\"24:2307\";i:2429;s:7:\"24:2308\";i:2430;s:7:\"24:2309\";i:2431;s:7:\"24:2310\";i:2432;s:7:\"24:2311\";i:2433;s:7:\"24:2312\";i:2434;s:7:\"24:2313\";i:2435;s:7:\"24:2314\";i:2436;s:7:\"24:2315\";i:2437;s:7:\"24:2316\";i:2438;s:7:\"24:2317\";i:2439;s:7:\"24:2318\";i:2440;s:7:\"24:2319\";i:2441;s:7:\"24:2320\";i:2442;s:7:\"24:2321\";i:2443;s:7:\"24:2322\";i:2444;s:7:\"24:2323\";i:2445;s:7:\"24:2324\";i:2446;s:7:\"24:2325\";i:2447;s:7:\"24:2326\";i:2448;s:7:\"24:2327\";i:2449;s:7:\"24:2328\";i:2450;s:7:\"24:2329\";i:2451;s:7:\"24:2330\";i:2452;s:7:\"24:2331\";i:2453;s:7:\"24:2332\";i:2454;s:7:\"24:2333\";i:2455;s:7:\"24:2334\";i:2456;s:7:\"24:2335\";i:2457;s:7:\"24:2336\";i:2458;s:7:\"24:2337\";i:2459;s:7:\"24:2338\";i:2460;s:7:\"24:2339\";i:2461;s:7:\"24:2340\";i:2462;s:7:\"24:2341\";i:2463;s:7:\"24:2342\";i:2464;s:7:\"24:2343\";i:2465;s:7:\"24:2344\";i:2466;s:7:\"24:2345\";i:2467;s:7:\"24:2346\";i:2468;s:7:\"24:2347\";i:2469;s:7:\"24:2348\";i:2470;s:7:\"24:2349\";i:2471;s:7:\"24:2350\";i:2472;s:7:\"24:2351\";i:2473;s:7:\"24:2352\";i:2474;s:7:\"24:2353\";i:2475;s:7:\"24:1643\";i:2476;s:7:\"24:1644\";i:2477;s:7:\"24:2354\";i:2478;s:7:\"24:2355\";i:2479;s:7:\"24:2356\";i:2480;s:7:\"24:2357\";i:2481;s:7:\"24:2358\";i:2482;s:7:\"24:2359\";i:2483;s:7:\"24:2360\";i:2484;s:7:\"24:2361\";i:2485;s:7:\"24:2362\";i:2486;s:7:\"24:2363\";i:2487;s:7:\"24:2364\";i:2488;s:7:\"24:2365\";i:2489;s:7:\"24:2366\";i:2490;s:7:\"24:2367\";i:2491;s:7:\"24:2368\";i:2492;s:7:\"24:2369\";i:2493;s:7:\"24:2370\";i:2494;s:7:\"24:2371\";i:2495;s:7:\"24:2372\";i:2496;s:7:\"24:2373\";i:2497;s:7:\"24:2374\";i:2498;s:7:\"24:2375\";i:2499;s:7:\"24:2376\";i:2500;s:7:\"24:2377\";i:2501;s:7:\"24:2378\";i:2502;s:7:\"24:2379\";i:2503;s:7:\"24:2380\";i:2504;s:7:\"24:2381\";i:2505;s:7:\"24:2382\";i:2506;s:7:\"24:2383\";i:2507;s:7:\"24:2384\";i:2508;s:7:\"24:2385\";i:2509;s:7:\"24:2386\";i:2510;s:7:\"24:2387\";i:2511;s:7:\"24:2388\";i:2512;s:7:\"24:2389\";i:2513;s:7:\"24:2390\";i:2514;s:7:\"24:2391\";i:2515;s:7:\"24:2392\";i:2516;s:7:\"24:2393\";i:2517;s:7:\"24:1279\";i:2518;s:7:\"24:2394\";i:2519;s:7:\"24:2395\";i:2520;s:7:\"24:2396\";i:2521;s:7:\"24:2397\";i:2522;s:7:\"24:2398\";i:2523;s:7:\"24:2399\";i:2524;s:7:\"24:2400\";i:2525;s:7:\"24:2401\";i:2526;s:7:\"24:2402\";i:2527;s:7:\"24:2403\";i:2528;s:7:\"24:2404\";i:2529;s:7:\"24:2405\";i:2530;s:7:\"24:2406\";i:2531;s:7:\"24:2407\";i:2532;s:7:\"24:2408\";i:2533;s:7:\"24:2409\";i:2534;s:7:\"24:2410\";i:2535;s:7:\"24:2411\";i:2536;s:7:\"24:2412\";i:2537;s:7:\"24:2413\";i:2538;s:7:\"24:2414\";i:2539;s:7:\"24:2415\";i:2540;s:7:\"24:2416\";i:2541;s:7:\"24:2417\";i:2542;s:7:\"24:2418\";i:2543;s:7:\"24:2419\";i:2544;s:7:\"24:2420\";i:2545;s:7:\"24:2421\";i:2546;s:7:\"24:2422\";i:2547;s:7:\"24:2423\";i:2548;s:7:\"24:2424\";i:2549;s:7:\"24:2425\";i:2550;s:7:\"24:2426\";i:2551;s:7:\"24:2427\";i:2552;s:7:\"24:2428\";i:2553;s:7:\"24:2429\";i:2554;s:7:\"24:2430\";i:2555;s:7:\"24:2431\";i:2556;s:7:\"24:2432\";i:2557;s:7:\"24:2433\";i:2558;s:7:\"24:2434\";i:2559;s:7:\"24:1166\";i:2560;s:7:\"24:2435\";i:2561;s:7:\"24:2436\";i:2562;s:7:\"24:2437\";i:2563;s:7:\"24:2438\";i:2564;s:7:\"24:2439\";i:2565;s:7:\"24:2440\";i:2566;s:7:\"24:2441\";i:2567;s:7:\"24:2442\";i:2568;s:7:\"24:2443\";i:2569;s:7:\"24:2444\";i:2570;s:7:\"24:2445\";i:2571;s:7:\"24:2446\";i:2572;s:7:\"24:2447\";i:2573;s:7:\"24:2448\";i:2574;s:7:\"24:2449\";i:2575;s:7:\"24:2450\";i:2576;s:7:\"24:2451\";i:2577;s:7:\"24:2452\";i:2578;s:7:\"24:2453\";i:2579;s:7:\"24:2454\";i:2580;s:7:\"24:2455\";i:2581;s:7:\"24:2456\";i:2582;s:7:\"24:2457\";i:2583;s:7:\"24:2458\";i:2584;s:7:\"24:2459\";i:2585;s:7:\"24:2460\";i:2586;s:7:\"24:2461\";i:2587;s:7:\"24:2462\";i:2588;s:7:\"24:2463\";i:2589;s:7:\"24:2464\";i:2590;s:7:\"24:2465\";i:2591;s:7:\"24:2466\";i:2592;s:7:\"24:2467\";i:2593;s:7:\"24:1637\";i:2594;s:7:\"24:2468\";i:2595;s:7:\"24:1697\";i:2596;s:7:\"24:2469\";i:2597;s:7:\"24:2470\";i:2598;s:7:\"24:2471\";i:2599;s:7:\"24:2472\";i:2600;s:7:\"24:2473\";i:2601;s:7:\"24:1640\";i:2602;s:7:\"24:2474\";i:2603;s:7:\"24:2475\";i:2604;s:7:\"24:1705\";i:2605;s:7:\"24:2476\";i:2606;s:7:\"24:1639\";i:2607;s:7:\"24:2477\";i:2608;s:7:\"24:2478\";i:2609;s:7:\"24:2479\";i:2610;s:7:\"24:2480\";i:2611;s:7:\"24:2481\";i:2612;s:7:\"24:2482\";i:2613;s:7:\"24:2483\";i:2614;s:7:\"24:2484\";i:2615;s:7:\"24:2485\";i:2616;s:7:\"24:2486\";i:2617;s:7:\"24:2487\";i:2618;s:7:\"24:2488\";i:2619;s:7:\"24:2489\";i:2620;s:7:\"24:2490\";i:2621;s:7:\"24:2491\";i:2622;s:7:\"24:2492\";i:2623;s:7:\"24:2493\";i:2624;s:7:\"24:2494\";i:2625;s:5:\"24:38\";i:2626;s:7:\"24:2495\";i:2627;s:7:\"24:2496\";i:2628;s:7:\"24:1088\";i:2629;s:7:\"24:2497\";i:2630;s:7:\"24:2498\";i:2631;s:7:\"24:2499\";i:2632;s:7:\"24:2500\";i:2633;s:7:\"24:2501\";i:2634;s:7:\"24:2502\";i:2635;s:7:\"24:2503\";i:2636;s:7:\"24:2504\";i:2637;s:7:\"24:2505\";i:2638;s:7:\"24:2506\";i:2639;s:7:\"24:2507\";i:2640;s:7:\"24:2508\";i:2641;s:7:\"24:2509\";i:2642;s:7:\"24:2510\";i:2643;s:7:\"24:2511\";i:2644;s:7:\"24:2512\";i:2645;s:7:\"24:2513\";i:2646;s:7:\"24:2514\";i:2647;s:7:\"24:2515\";i:2648;s:7:\"24:2516\";i:2649;s:7:\"24:2517\";i:2650;s:7:\"24:2518\";i:2651;s:7:\"24:2519\";i:2652;s:7:\"24:2520\";i:2653;s:7:\"24:2521\";i:2654;s:7:\"24:2522\";i:2655;s:7:\"24:2523\";i:2656;s:7:\"24:2524\";i:2657;s:7:\"24:2525\";i:2658;s:7:\"24:2526\";i:2659;s:7:\"24:2527\";i:2660;s:7:\"24:2528\";i:2661;s:7:\"24:2529\";i:2662;s:7:\"24:2530\";i:2663;s:7:\"24:2531\";i:2664;s:7:\"24:2532\";i:2665;s:7:\"24:2533\";i:2666;s:7:\"24:2534\";i:2667;s:7:\"24:2535\";i:2668;s:7:\"24:2536\";i:2669;s:7:\"24:2537\";i:2670;s:7:\"24:2538\";i:2671;s:7:\"24:2539\";i:2672;s:7:\"24:2540\";i:2673;s:7:\"24:2541\";i:2674;s:7:\"24:2542\";i:2675;s:7:\"24:2543\";i:2676;s:7:\"24:2544\";i:2677;s:7:\"24:2545\";i:2678;s:7:\"24:2546\";i:2679;s:7:\"24:2547\";i:2680;s:7:\"24:2548\";i:2681;s:7:\"24:2549\";i:2682;s:7:\"24:2550\";i:2683;s:7:\"24:2551\";i:2684;s:7:\"24:2552\";i:2685;s:7:\"24:2553\";i:2686;s:7:\"24:2554\";i:2687;s:7:\"24:2555\";i:2688;s:7:\"24:2556\";i:2689;s:7:\"24:2557\";i:2690;s:7:\"24:2558\";i:2691;s:7:\"24:2559\";i:2692;s:7:\"24:2560\";i:2693;s:7:\"24:2561\";i:2694;s:7:\"24:2562\";i:2695;s:7:\"24:2563\";i:2696;s:7:\"24:2564\";i:2697;s:7:\"24:2565\";i:2698;s:7:\"24:2566\";i:2699;s:7:\"24:2567\";i:2700;s:7:\"24:2568\";i:2701;s:7:\"24:2569\";i:2702;s:7:\"24:2570\";i:2703;s:7:\"24:1691\";i:2704;s:7:\"24:2571\";i:2705;s:7:\"24:2572\";i:2706;s:7:\"24:2573\";i:2707;s:7:\"24:2574\";i:2708;s:7:\"24:2575\";i:2709;s:7:\"24:2576\";i:2710;s:7:\"24:2577\";i:2711;s:7:\"24:2578\";i:2712;s:7:\"24:2579\";i:2713;s:7:\"24:2580\";i:2714;s:7:\"24:2581\";i:2715;s:7:\"24:2582\";i:2716;s:7:\"24:2583\";i:2717;s:7:\"24:2584\";i:2718;s:7:\"24:2585\";i:2719;s:7:\"24:2586\";i:2720;s:7:\"24:2587\";i:2721;s:7:\"24:2588\";i:2722;s:7:\"24:2589\";i:2723;s:7:\"24:2590\";i:2724;s:7:\"24:2591\";i:2725;s:7:\"24:2592\";i:2726;s:7:\"24:2593\";i:2727;s:7:\"24:2594\";i:2728;s:7:\"24:2595\";i:2729;s:7:\"24:2596\";i:2730;s:7:\"24:2597\";i:2731;s:7:\"24:2598\";i:2732;s:7:\"24:2599\";i:2733;s:7:\"24:2600\";i:2734;s:7:\"24:2601\";i:2735;s:7:\"24:2602\";i:2736;s:7:\"24:1060\";i:2737;s:7:\"24:2603\";i:2738;s:7:\"24:2604\";i:2739;s:7:\"24:1684\";i:2740;s:7:\"24:2605\";i:2741;s:7:\"24:2606\";i:2742;s:7:\"24:2607\";i:2743;s:7:\"24:2608\";i:2744;s:7:\"24:2609\";i:2745;s:7:\"24:2610\";i:2746;s:7:\"24:2611\";i:2747;s:7:\"24:2612\";i:2748;s:7:\"24:2613\";i:2749;s:7:\"24:2614\";i:2750;s:7:\"24:2615\";i:2751;s:7:\"24:2616\";i:2752;s:7:\"24:2617\";i:2753;s:7:\"24:2618\";i:2754;s:7:\"24:2619\";i:2755;s:7:\"24:2620\";i:2756;s:7:\"24:2621\";i:2757;s:7:\"24:2622\";i:2758;s:7:\"24:2623\";i:2759;s:7:\"24:2624\";i:2760;s:7:\"24:2625\";i:2761;s:7:\"24:2626\";i:2762;s:7:\"24:2627\";i:2763;s:7:\"24:2628\";i:2764;s:7:\"24:2629\";i:2765;s:7:\"24:2630\";i:2766;s:7:\"24:2631\";i:2767;s:7:\"24:2632\";i:2768;s:7:\"24:2633\";i:2769;s:7:\"24:2634\";i:2770;s:7:\"24:2635\";i:2771;s:7:\"24:2636\";i:2772;s:7:\"24:2637\";i:2773;s:7:\"24:2638\";i:2774;s:7:\"24:2639\";i:2775;s:7:\"24:2640\";i:2776;s:7:\"24:2641\";i:2777;s:7:\"24:2642\";i:2778;s:7:\"24:2643\";i:2779;s:7:\"24:2644\";i:2780;s:7:\"24:2645\";i:2781;s:7:\"24:2646\";i:2782;s:7:\"24:1408\";i:2783;s:7:\"24:1718\";i:2784;s:7:\"24:2647\";i:2785;s:7:\"24:2648\";i:2786;s:7:\"24:2649\";i:2787;s:7:\"24:2650\";i:2788;s:7:\"24:2651\";i:2789;s:7:\"24:2652\";i:2790;s:7:\"24:2653\";i:2791;s:7:\"24:2654\";i:2792;s:7:\"24:2655\";i:2793;s:7:\"24:2656\";i:2794;s:7:\"24:2657\";i:2795;s:7:\"24:2658\";i:2796;s:7:\"24:2659\";i:2797;s:7:\"24:2660\";i:2798;s:7:\"24:2661\";i:2799;s:7:\"24:2662\";i:2800;s:7:\"24:2663\";i:2801;s:7:\"24:2664\";i:2802;s:7:\"24:2665\";i:2803;s:7:\"24:2666\";i:2804;s:7:\"24:2667\";i:2805;s:7:\"24:2668\";i:2806;s:7:\"24:2669\";i:2807;s:7:\"24:2670\";i:2808;s:7:\"24:2671\";i:2809;s:7:\"24:2672\";i:2810;s:7:\"24:2673\";i:2811;s:7:\"24:2674\";i:2812;s:7:\"24:2675\";i:2813;s:7:\"24:2676\";i:2814;s:7:\"24:2677\";i:2815;s:7:\"24:2678\";i:2816;s:7:\"24:2679\";i:2817;s:7:\"24:2680\";i:2818;s:7:\"24:2681\";i:2819;s:7:\"24:2682\";i:2820;s:7:\"24:2683\";i:2821;s:7:\"24:2684\";i:2822;s:7:\"24:2685\";i:2823;s:7:\"24:2686\";i:2824;s:7:\"24:2687\";i:2825;s:7:\"24:1128\";i:2826;s:7:\"24:1129\";i:2827;s:7:\"24:2688\";i:2828;s:7:\"24:2689\";i:2829;s:7:\"24:2690\";i:2830;s:7:\"24:1452\";i:2831;s:7:\"24:2691\";i:2832;s:7:\"24:2692\";i:2833;s:7:\"24:2693\";i:2834;s:7:\"24:2694\";i:2835;s:7:\"24:2695\";i:2836;s:7:\"24:2696\";i:2837;s:7:\"24:2697\";i:2838;s:7:\"24:2698\";i:2839;s:7:\"24:2699\";i:2840;s:7:\"24:2700\";i:2841;s:7:\"24:2701\";i:2842;s:7:\"24:2702\";i:2843;s:7:\"24:2703\";i:2844;s:7:\"24:2704\";i:2845;s:7:\"24:2705\";i:2846;s:7:\"24:2706\";i:2847;s:7:\"24:2707\";i:2848;s:7:\"24:2708\";i:2849;s:7:\"24:2709\";i:2850;s:7:\"24:2710\";i:2851;s:7:\"24:2711\";i:2852;s:7:\"24:2712\";i:2853;s:7:\"24:2713\";i:2854;s:7:\"24:2714\";i:2855;s:7:\"24:2715\";i:2856;s:7:\"24:2716\";i:2857;s:7:\"24:2717\";i:2858;s:7:\"24:2718\";i:2859;s:7:\"24:2719\";i:2860;s:7:\"24:2720\";i:2861;s:7:\"24:2721\";i:2862;s:7:\"24:2722\";i:2863;s:7:\"24:2723\";i:2864;s:7:\"24:2724\";i:2865;s:7:\"24:2725\";i:2866;s:7:\"24:2726\";i:2867;s:7:\"24:2727\";i:2868;s:7:\"24:2728\";i:2869;s:7:\"24:2729\";i:2870;s:7:\"24:2730\";i:2871;s:7:\"24:2731\";i:2872;s:7:\"24:2732\";i:2873;s:7:\"24:2733\";i:2874;s:7:\"24:2734\";i:2875;s:7:\"24:2735\";i:2876;s:7:\"24:2736\";i:2877;s:7:\"24:2737\";i:2878;s:7:\"24:2738\";i:2879;s:7:\"24:2739\";i:2880;s:7:\"24:2740\";i:2881;s:7:\"24:2741\";i:2882;s:7:\"24:1410\";i:2883;s:7:\"24:1411\";i:2884;s:7:\"24:1409\";i:2885;s:7:\"24:2742\";i:2886;s:7:\"24:2743\";i:2887;s:7:\"24:2744\";i:2888;s:7:\"24:1468\";i:2889;s:7:\"24:2745\";i:2890;s:7:\"24:2746\";i:2891;s:7:\"24:2747\";i:2892;s:7:\"24:2748\";i:2893;s:7:\"24:2749\";i:2894;s:7:\"24:2750\";i:2895;s:7:\"24:2751\";i:2896;s:7:\"24:2752\";i:2897;s:7:\"24:2753\";i:2898;s:7:\"24:2754\";i:2899;s:7:\"24:2755\";i:2900;s:7:\"24:2756\";i:2901;s:7:\"24:2757\";i:2902;s:7:\"24:2758\";i:2903;s:7:\"24:2759\";i:2904;s:7:\"24:2760\";i:2905;s:7:\"24:2761\";i:2906;s:7:\"24:2762\";i:2907;s:7:\"24:2763\";i:2908;s:7:\"24:2764\";i:2909;s:7:\"24:2765\";i:2910;s:7:\"24:2766\";i:2911;s:7:\"24:2767\";i:2912;s:7:\"24:2768\";i:2913;s:7:\"24:2769\";i:2914;s:7:\"24:2770\";i:2915;s:7:\"24:2771\";i:2916;s:7:\"24:2772\";i:2917;s:7:\"24:2773\";i:2918;s:7:\"24:2774\";i:2919;s:7:\"24:2775\";i:2920;s:7:\"24:2776\";i:2921;s:7:\"24:2777\";i:2922;s:7:\"24:2778\";i:2923;s:7:\"24:2779\";i:2924;s:7:\"24:2780\";i:2925;s:7:\"24:2781\";i:2926;s:7:\"24:2782\";i:2927;s:7:\"24:2783\";i:2928;s:7:\"24:2784\";i:2929;s:7:\"24:2785\";i:2930;s:7:\"24:2786\";i:2931;s:7:\"24:2787\";i:2932;s:7:\"24:2788\";i:2933;s:7:\"24:2789\";i:2934;s:7:\"24:2790\";i:2935;s:7:\"24:2791\";i:2936;s:7:\"24:2792\";i:2937;s:7:\"24:2793\";i:2938;s:7:\"24:2794\";i:2939;s:7:\"24:2795\";i:2940;s:7:\"24:2796\";i:2941;s:7:\"24:2797\";i:2942;s:7:\"24:2798\";i:2943;s:7:\"24:2799\";i:2944;s:7:\"24:2800\";i:2945;s:7:\"24:2801\";i:2946;s:7:\"24:2802\";i:2947;s:7:\"24:2803\";i:2948;s:7:\"24:2804\";i:2949;s:7:\"24:2805\";i:2950;s:7:\"24:2806\";i:2951;s:7:\"24:2807\";i:2952;s:7:\"24:2808\";i:2953;s:7:\"24:2809\";i:2954;s:7:\"24:2810\";i:2955;s:7:\"24:2811\";i:2956;s:7:\"24:2812\";i:2957;s:7:\"24:2813\";i:2958;s:7:\"24:2814\";i:2959;s:7:\"24:2815\";i:2960;s:7:\"24:2816\";i:2961;s:7:\"24:2817\";i:2962;s:7:\"24:2818\";i:2963;s:7:\"24:2819\";i:2964;s:7:\"24:2820\";i:2965;s:7:\"24:2821\";i:2966;s:7:\"24:2822\";i:2967;s:7:\"24:2823\";i:2968;s:7:\"24:2824\";i:2969;s:7:\"24:2825\";i:2970;s:7:\"24:2826\";i:2971;s:7:\"24:2827\";i:2972;s:7:\"24:2828\";i:2973;s:7:\"24:2829\";i:2974;s:7:\"24:2830\";i:2975;s:7:\"24:2831\";i:2976;s:7:\"24:1167\";i:2977;s:7:\"24:2832\";i:2978;s:7:\"24:2833\";i:2979;s:7:\"24:2834\";i:2980;s:7:\"24:1168\";i:2981;s:7:\"24:2835\";i:2982;s:7:\"24:2836\";i:2983;s:7:\"24:1169\";i:2984;s:7:\"24:2837\";i:2985;s:7:\"24:1170\";i:2986;s:7:\"24:2838\";i:2987;s:7:\"24:2839\";i:2988;s:7:\"24:2840\";i:2989;s:7:\"24:2841\";i:2990;s:7:\"24:2842\";i:2991;s:7:\"24:2843\";i:2992;s:7:\"24:2844\";i:2993;s:7:\"24:2845\";i:2994;s:7:\"24:2846\";i:2995;s:7:\"24:2847\";i:2996;s:7:\"24:2848\";i:2997;s:7:\"24:2849\";i:2998;s:7:\"24:2850\";i:2999;s:7:\"24:2851\";i:3000;s:7:\"24:2852\";i:3001;s:7:\"24:2853\";i:3002;s:7:\"24:2854\";i:3003;s:7:\"24:2855\";i:3004;s:7:\"24:2856\";i:3005;s:7:\"24:2857\";i:3006;s:7:\"24:2858\";i:3007;s:7:\"24:2859\";i:3008;s:7:\"24:2860\";i:3009;s:7:\"24:2861\";i:3010;s:7:\"24:2862\";i:3011;s:7:\"24:2863\";i:3012;s:7:\"24:2864\";i:3013;s:7:\"24:2865\";i:3014;s:7:\"24:2866\";i:3015;s:7:\"24:2867\";i:3016;s:7:\"24:2868\";i:3017;s:7:\"24:2869\";i:3018;s:7:\"24:2870\";i:3019;s:7:\"24:2871\";i:3020;s:7:\"24:2872\";i:3021;s:7:\"24:2873\";i:3022;s:7:\"24:2874\";i:3023;s:7:\"24:2875\";i:3024;s:7:\"24:2876\";i:3025;s:7:\"24:2877\";i:3026;s:7:\"24:2878\";i:3027;s:7:\"24:2879\";i:3028;s:7:\"24:2880\";i:3029;s:7:\"24:2881\";i:3030;s:7:\"24:2882\";i:3031;s:7:\"24:2883\";i:3032;s:7:\"24:2884\";i:3033;s:7:\"24:2885\";i:3034;s:7:\"24:2886\";i:3035;s:7:\"24:2887\";i:3036;s:7:\"24:2888\";i:3037;s:7:\"24:2889\";i:3038;s:7:\"24:2890\";i:3039;s:7:\"24:1160\";i:3040;s:7:\"24:2891\";i:3041;s:7:\"24:2892\";i:3042;s:7:\"24:2893\";i:3043;s:7:\"24:2894\";i:3044;s:7:\"24:2895\";i:3045;s:7:\"24:2896\";i:3046;s:7:\"24:2897\";i:3047;s:7:\"24:2898\";i:3048;s:7:\"24:2899\";i:3049;s:7:\"24:2900\";i:3050;s:7:\"24:2901\";i:3051;s:7:\"24:2902\";i:3052;s:7:\"24:2903\";i:3053;s:7:\"24:2904\";i:3054;s:7:\"24:2905\";i:3055;s:7:\"24:2906\";i:3056;s:7:\"24:2907\";i:3057;s:7:\"24:1151\";i:3058;s:7:\"24:2908\";i:3059;s:7:\"24:2909\";i:3060;s:7:\"24:2910\";i:3061;s:7:\"24:1153\";i:3062;s:7:\"24:2911\";i:3063;s:7:\"24:1154\";i:3064;s:7:\"24:2912\";i:3065;s:7:\"24:1155\";i:3066;s:7:\"24:2913\";i:3067;s:7:\"24:2914\";i:3068;s:7:\"24:2915\";i:3069;s:7:\"24:2916\";i:3070;s:7:\"24:2917\";i:3071;s:7:\"24:2918\";i:3072;s:7:\"24:1156\";i:3073;s:7:\"24:2919\";i:3074;s:7:\"24:2920\";i:3075;s:7:\"24:2921\";i:3076;s:7:\"24:1158\";i:3077;s:7:\"24:2922\";i:3078;s:7:\"24:2923\";i:3079;s:7:\"24:2924\";i:3080;s:7:\"24:2925\";i:3081;s:7:\"24:2926\";i:3082;s:7:\"24:2927\";i:3083;s:7:\"24:2928\";i:3084;s:7:\"24:2929\";i:3085;s:7:\"24:2930\";i:3086;s:7:\"24:2931\";i:3087;s:7:\"24:2932\";i:3088;s:7:\"24:2933\";i:3089;s:7:\"24:2934\";i:3090;s:7:\"24:2935\";i:3091;s:7:\"24:2936\";i:3092;s:7:\"24:2937\";i:3093;s:7:\"24:2938\";i:3094;s:7:\"24:2939\";i:3095;s:7:\"24:2940\";i:3096;s:7:\"24:2941\";i:3097;s:7:\"24:2942\";i:3098;s:7:\"24:2943\";i:3099;s:7:\"24:1473\";i:3100;s:7:\"24:2944\";i:3101;s:7:\"24:1474\";i:3102;s:7:\"24:2945\";i:3103;s:7:\"24:2946\";i:3104;s:7:\"24:2947\";i:3105;s:7:\"24:2948\";i:3106;s:7:\"24:2949\";i:3107;s:7:\"24:2950\";i:3108;s:7:\"24:2951\";i:3109;s:7:\"24:2952\";i:3110;s:7:\"24:2953\";i:3111;s:7:\"24:2954\";i:3112;s:7:\"24:2955\";i:3113;s:7:\"24:2956\";i:3114;s:7:\"24:2957\";i:3115;s:7:\"24:2958\";i:3116;s:7:\"24:2959\";i:3117;s:7:\"24:2960\";i:3118;s:7:\"24:2961\";i:3119;s:7:\"24:2962\";i:3120;s:7:\"24:2963\";i:3121;s:7:\"24:2964\";i:3122;s:7:\"24:2965\";i:3123;s:7:\"24:2966\";i:3124;s:7:\"24:1484\";i:3125;s:7:\"24:2967\";i:3126;s:7:\"24:1724\";i:3127;s:7:\"24:2968\";i:3128;s:7:\"24:1062\";i:3129;s:7:\"24:2969\";i:3130;s:7:\"24:2970\";i:3131;s:7:\"24:2971\";i:3132;s:7:\"24:2972\";i:3133;s:7:\"24:2973\";i:3134;s:7:\"24:2974\";i:3135;s:7:\"24:1064\";i:3136;s:7:\"24:2975\";i:3137;s:7:\"24:2976\";i:3138;s:7:\"24:2977\";i:3139;s:7:\"24:2978\";i:3140;s:7:\"24:1725\";i:3141;s:7:\"24:2979\";i:3142;s:7:\"24:2980\";i:3143;s:7:\"24:2981\";i:3144;s:7:\"24:2982\";i:3145;s:7:\"24:2983\";i:3146;s:7:\"24:2984\";i:3147;s:7:\"24:2985\";i:3148;s:7:\"24:2986\";i:3149;s:7:\"24:2987\";i:3150;s:7:\"24:2988\";i:3151;s:7:\"24:2989\";i:3152;s:7:\"24:2990\";i:3153;s:7:\"24:2991\";i:3154;s:7:\"24:2992\";i:3155;s:7:\"24:2993\";i:3156;s:7:\"24:2994\";i:3157;s:7:\"24:2995\";i:3158;s:7:\"24:2996\";i:3159;s:7:\"24:2997\";i:3160;s:7:\"24:2998\";i:3161;s:7:\"24:2999\";i:3162;s:7:\"24:1485\";i:3163;s:7:\"24:3000\";i:3164;s:7:\"24:3001\";i:3165;s:7:\"24:3002\";i:3166;s:7:\"24:3003\";i:3167;s:7:\"24:3004\";i:3168;s:7:\"24:3005\";i:3169;s:7:\"24:3006\";i:3170;s:7:\"24:3007\";i:3171;s:7:\"24:3008\";i:3172;s:7:\"24:3009\";i:3173;s:7:\"24:3010\";i:3174;s:7:\"24:3011\";i:3175;s:7:\"24:1173\";i:3176;s:7:\"24:3012\";i:3177;s:7:\"24:3013\";i:3178;s:7:\"24:3014\";i:3179;s:7:\"24:3015\";i:3180;s:7:\"24:3016\";i:3181;s:7:\"24:3017\";i:3182;s:7:\"24:3018\";i:3183;s:7:\"24:3019\";i:3184;s:7:\"24:3020\";i:3185;s:7:\"24:3021\";i:3186;s:7:\"24:3022\";i:3187;s:7:\"24:3023\";i:3188;s:7:\"24:1066\";i:3189;s:7:\"24:1067\";i:3190;s:7:\"24:1068\";i:3191;s:7:\"24:1069\";i:3192;s:7:\"24:1070\";i:3193;s:7:\"24:3024\";i:3194;s:7:\"24:1486\";i:3195;s:7:\"24:1487\";i:3196;s:7:\"24:3025\";i:3197;s:7:\"24:3026\";i:3198;s:7:\"24:3027\";i:3199;s:7:\"24:3028\";i:3200;s:7:\"24:3029\";i:3201;s:7:\"24:1489\";i:3202;s:7:\"24:1072\";i:3203;s:7:\"24:1073\";i:3204;s:7:\"24:1074\";i:3205;s:7:\"24:1075\";i:3206;s:7:\"24:1438\";i:3207;s:7:\"24:3030\";i:3208;s:7:\"24:3031\";i:3209;s:7:\"24:3032\";i:3210;s:7:\"24:3033\";i:3211;s:7:\"24:3034\";i:3212;s:7:\"24:3035\";i:3213;s:7:\"24:3036\";i:3214;s:7:\"24:3037\";i:3215;s:7:\"24:3038\";i:3216;s:7:\"24:3039\";i:3217;s:7:\"24:3040\";i:3218;s:7:\"24:3041\";i:3219;s:7:\"24:3042\";i:3220;s:7:\"24:3043\";i:3221;s:7:\"24:3044\";i:3222;s:7:\"24:3045\";i:3223;s:7:\"24:3046\";i:3224;s:7:\"24:3047\";i:3225;s:7:\"24:3048\";i:3226;s:7:\"24:3049\";i:3227;s:7:\"24:3050\";i:3228;s:7:\"24:3051\";i:3229;s:7:\"24:1456\";i:3230;s:7:\"24:1457\";i:3231;s:7:\"24:3052\";i:3232;s:7:\"24:3053\";i:3233;s:7:\"24:3054\";i:3234;s:7:\"24:3055\";i:3235;s:7:\"24:3056\";i:3236;s:7:\"24:3057\";i:3237;s:7:\"24:3058\";i:3238;s:7:\"24:3059\";i:3239;s:7:\"24:1458\";i:3240;s:7:\"24:1459\";i:3241;s:7:\"24:3060\";i:3242;s:7:\"24:3061\";i:3243;s:7:\"24:3062\";i:3244;s:7:\"24:3063\";i:3245;s:7:\"24:3064\";i:3246;s:7:\"24:3065\";i:3247;s:7:\"24:3066\";i:3248;s:7:\"24:3067\";i:3249;s:7:\"24:3068\";i:3250;s:7:\"24:3069\";i:3251;s:7:\"24:1464\";i:3252;s:7:\"24:1437\";i:3253;s:7:\"24:3070\";i:3254;s:7:\"24:3071\";i:3255;s:7:\"24:3072\";i:3256;s:7:\"24:1132\";i:3257;s:7:\"24:3073\";i:3258;s:7:\"24:1135\";i:3259;s:7:\"24:1133\";i:3260;s:7:\"24:3074\";i:3261;s:7:\"24:3075\";i:3262;s:7:\"24:3076\";i:3263;s:7:\"24:3077\";i:3264;s:7:\"24:3078\";i:3265;s:7:\"24:1130\";i:3266;s:7:\"24:3079\";i:3267;s:7:\"24:3080\";i:3268;s:7:\"24:3081\";i:3269;s:7:\"24:3082\";i:3270;s:7:\"24:3083\";i:3271;s:7:\"24:3084\";i:3272;s:7:\"24:3085\";i:3273;s:7:\"24:3086\";i:3274;s:7:\"24:3087\";i:3275;s:7:\"24:3088\";i:3276;s:7:\"24:3089\";i:3277;s:7:\"24:3090\";i:3278;s:7:\"24:3091\";i:3279;s:7:\"24:3092\";i:3280;s:7:\"24:3093\";i:3281;s:7:\"24:3094\";i:3282;s:7:\"24:3095\";i:3283;s:7:\"24:3096\";i:3284;s:7:\"24:3097\";i:3285;s:7:\"24:3098\";i:3286;s:7:\"24:3099\";i:3287;s:7:\"24:3100\";i:3288;s:7:\"24:3101\";i:3289;s:7:\"24:3102\";i:3290;s:7:\"24:3103\";i:3291;s:7:\"24:3104\";i:3292;s:7:\"24:3105\";i:3293;s:7:\"24:3106\";i:3294;s:7:\"24:3107\";i:3295;s:7:\"24:3108\";i:3296;s:7:\"24:3109\";i:3297;s:7:\"24:3110\";i:3298;s:7:\"24:3111\";i:3299;s:7:\"24:3112\";i:3300;s:7:\"24:3113\";i:3301;s:7:\"24:3114\";i:3302;s:7:\"24:3115\";i:3303;s:7:\"24:3116\";i:3304;s:7:\"24:3117\";i:3305;s:7:\"24:3118\";i:3306;s:7:\"24:3119\";i:3307;s:7:\"24:3120\";i:3308;s:5:\"24:36\";i:3309;s:7:\"24:3121\";i:3310;s:5:\"24:37\";i:3311;s:7:\"24:3122\";i:3312;s:7:\"24:3123\";i:3313;s:7:\"24:3124\";i:3314;s:7:\"24:3125\";i:3315;s:7:\"24:3126\";i:3316;s:7:\"24:3127\";i:3317;s:7:\"24:3128\";i:3318;s:7:\"24:3129\";i:3319;s:7:\"24:3130\";i:3320;s:7:\"24:3131\";i:3321;s:7:\"24:3132\";i:3322;s:7:\"24:3133\";i:3323;s:7:\"24:3134\";i:3324;s:7:\"24:3135\";i:3325;s:7:\"24:3136\";i:3326;s:7:\"24:3137\";i:3327;s:7:\"24:1094\";i:3328;s:5:\"24:47\";i:3329;s:5:\"24:48\";i:3330;s:7:\"24:3138\";i:3331;s:7:\"24:3139\";i:3332;s:7:\"24:3140\";i:3333;s:7:\"24:3141\";i:3334;s:7:\"24:3142\";i:3335;s:7:\"24:3143\";i:3336;s:7:\"24:3144\";i:3337;s:7:\"24:3145\";i:3338;s:7:\"24:3146\";i:3339;s:7:\"24:3147\";i:3340;s:7:\"24:3148\";i:3341;s:7:\"24:3149\";i:3342;s:7:\"24:3150\";i:3343;s:7:\"24:3151\";i:3344;s:7:\"24:3152\";i:3345;s:7:\"24:3153\";i:3346;s:7:\"24:3154\";i:3347;s:7:\"24:3155\";i:3348;s:7:\"24:3156\";i:3349;s:7:\"24:3157\";i:3350;s:7:\"24:3158\";i:3351;s:7:\"24:3159\";i:3352;s:7:\"24:3160\";i:3353;s:7:\"24:3161\";i:3354;s:7:\"24:3162\";i:3355;s:7:\"24:3163\";i:3356;s:7:\"24:3164\";i:3357;s:7:\"24:3165\";i:3358;s:7:\"24:3166\";i:3359;s:7:\"24:3167\";i:3360;s:7:\"24:3168\";i:3361;s:7:\"24:3169\";i:3362;s:7:\"24:3170\";i:3363;s:7:\"24:3171\";i:3364;s:7:\"24:3172\";i:3365;s:7:\"24:3173\";i:3366;s:7:\"24:3174\";i:3367;s:7:\"24:3175\";i:3368;s:7:\"24:3176\";i:3369;s:7:\"24:3177\";i:3370;s:7:\"24:3178\";i:3371;s:7:\"24:3179\";i:3372;s:7:\"24:3180\";i:3373;s:7:\"24:3181\";i:3374;s:7:\"24:3182\";i:3375;s:7:\"24:3183\";i:3376;s:7:\"24:3184\";i:3377;s:7:\"24:3185\";i:3378;s:7:\"24:3186\";i:3379;s:7:\"24:3187\";i:3380;s:7:\"24:3188\";i:3381;s:7:\"24:3189\";i:3382;s:7:\"24:3190\";i:3383;s:7:\"24:3191\";i:3384;s:7:\"24:3192\";i:3385;s:7:\"24:3193\";i:3386;s:7:\"24:3194\";i:3387;s:7:\"24:3195\";i:3388;s:7:\"24:3196\";i:3389;s:7:\"24:3197\";i:3390;s:7:\"24:3198\";i:3391;s:7:\"24:3199\";i:3392;s:7:\"24:3200\";i:3393;s:7:\"24:3201\";i:3394;s:7:\"24:3202\";i:3395;s:7:\"24:3203\";i:3396;s:7:\"24:3204\";i:3397;s:7:\"24:3205\";i:3398;s:7:\"24:3206\";i:3399;s:7:\"24:3207\";i:3400;s:7:\"24:3208\";i:3401;s:7:\"24:3209\";i:3402;s:7:\"24:3210\";i:3403;s:7:\"24:3211\";i:3404;s:7:\"24:3212\";i:3405;s:7:\"24:3213\";i:3406;s:7:\"24:3214\";i:3407;s:7:\"24:3215\";i:3408;s:7:\"24:3216\";i:3409;s:7:\"24:3217\";i:3410;s:7:\"24:3218\";i:3411;s:7:\"24:3219\";i:3412;s:7:\"24:3220\";i:3413;s:7:\"24:3221\";i:3414;s:7:\"24:3222\";i:3415;s:7:\"24:3223\";i:3416;s:7:\"24:3224\";i:3417;s:7:\"24:3225\";i:3418;s:7:\"24:3226\";i:3419;s:7:\"24:3227\";i:3420;s:7:\"24:3228\";i:3421;s:7:\"24:3229\";i:3422;s:7:\"24:3230\";i:3423;s:7:\"24:3231\";i:3424;s:7:\"24:3232\";i:3425;s:7:\"24:3233\";i:3426;s:7:\"24:3234\";i:3427;s:7:\"24:3235\";i:3428;s:7:\"24:3236\";i:3429;s:7:\"24:3237\";i:3430;s:7:\"24:3238\";i:3431;s:7:\"24:3239\";i:3432;s:7:\"24:3240\";i:3433;s:7:\"24:3241\";i:3434;s:7:\"24:3242\";i:3435;s:7:\"24:3243\";i:3436;s:7:\"24:3244\";i:3437;s:7:\"24:3245\";i:3438;s:7:\"24:3246\";i:3439;s:7:\"24:3247\";i:3440;s:7:\"24:3248\";i:3441;s:7:\"24:3249\";i:3442;s:7:\"24:3250\";i:3443;s:7:\"24:3251\";i:3444;s:7:\"24:3252\";i:3445;s:7:\"24:3253\";i:3446;s:7:\"24:3254\";i:3447;s:7:\"24:3255\";i:3448;s:7:\"24:3256\";i:3449;s:7:\"24:3257\";i:3450;s:7:\"24:3258\";i:3451;s:7:\"24:3259\";i:3452;s:7:\"24:3260\";i:3453;s:7:\"24:3261\";i:3454;s:7:\"24:3262\";i:3455;s:7:\"24:3263\";i:3456;s:7:\"24:3264\";i:3457;s:7:\"24:3265\";i:3458;s:7:\"24:1146\";i:3459;s:7:\"24:3266\";i:3460;s:7:\"24:3267\";i:3461;s:7:\"24:3268\";i:3462;s:7:\"24:3269\";i:3463;s:7:\"24:3270\";i:3464;s:7:\"24:3271\";i:3465;s:7:\"24:3272\";i:3466;s:7:\"24:3273\";i:3467;s:7:\"24:3274\";i:3468;s:7:\"24:3275\";i:3469;s:7:\"24:3276\";i:3470;s:7:\"24:3277\";i:3471;s:7:\"24:3278\";i:3472;s:7:\"24:3279\";i:3473;s:7:\"24:3280\";i:3474;s:7:\"24:3281\";i:3475;s:7:\"24:3282\";i:3476;s:7:\"24:3283\";i:3477;s:7:\"24:3284\";i:3478;s:7:\"24:3285\";i:3479;s:7:\"24:3286\";i:3480;s:7:\"24:3287\";i:3481;s:7:\"24:3288\";i:3482;s:7:\"24:3289\";i:3483;s:7:\"24:3290\";i:3484;s:7:\"24:3291\";i:3485;s:7:\"24:3292\";i:3486;s:7:\"24:3293\";i:3487;s:7:\"24:3294\";i:3488;s:7:\"24:3295\";i:3489;s:7:\"24:3296\";i:3490;s:7:\"24:3297\";i:3491;s:7:\"24:3298\";i:3492;s:7:\"24:3299\";i:3493;s:7:\"24:3300\";i:3494;s:7:\"24:3301\";i:3495;s:7:\"24:3302\";i:3496;s:7:\"24:3303\";i:3497;s:7:\"24:3304\";i:3498;s:7:\"24:3305\";i:3499;s:7:\"24:3306\";i:3500;s:7:\"24:3307\";i:3501;s:7:\"24:3308\";i:3502;s:7:\"24:3309\";i:3503;s:7:\"24:3310\";i:3504;s:7:\"24:3311\";i:3505;s:7:\"24:3312\";i:3506;s:7:\"24:3313\";i:3507;s:7:\"24:3314\";i:3508;s:7:\"24:3315\";i:3509;s:7:\"24:3316\";i:3510;s:7:\"24:3317\";i:3511;s:7:\"24:3318\";i:3512;s:7:\"24:3319\";i:3513;s:7:\"24:3320\";i:3514;s:7:\"24:3321\";i:3515;s:7:\"24:3322\";i:3516;s:7:\"24:3323\";i:3517;s:7:\"24:3324\";i:3518;s:7:\"24:3325\";i:3519;s:7:\"24:3326\";i:3520;s:7:\"24:3327\";i:3521;s:7:\"24:3328\";i:3522;s:7:\"24:3329\";i:3523;s:7:\"24:3330\";i:3524;s:7:\"24:3331\";i:3525;s:7:\"24:3332\";i:3526;s:7:\"24:3333\";i:3527;s:7:\"24:3334\";i:3528;s:7:\"24:3335\";i:3529;s:7:\"24:3336\";i:3530;s:7:\"24:3337\";i:3531;s:7:\"24:3338\";i:3532;s:7:\"24:3339\";i:3533;s:7:\"24:3340\";i:3534;s:7:\"24:3341\";i:3535;s:7:\"24:3342\";i:3536;s:7:\"24:3343\";i:3537;s:7:\"24:3344\";i:3538;s:7:\"24:3345\";i:3539;s:7:\"24:3346\";i:3540;s:7:\"24:3347\";i:3541;s:7:\"24:3348\";i:3542;s:7:\"24:3349\";i:3543;s:7:\"24:3350\";i:3544;s:7:\"24:3351\";i:3545;s:7:\"24:3352\";i:3546;s:7:\"24:3353\";i:3547;s:7:\"24:3354\";i:3548;s:7:\"24:3355\";i:3549;s:7:\"24:3356\";i:3550;s:7:\"24:3357\";i:3551;s:7:\"24:3358\";i:3552;s:7:\"24:3359\";i:3553;s:7:\"24:3360\";i:3554;s:7:\"24:3361\";i:3555;s:7:\"24:3362\";i:3556;s:7:\"24:3363\";i:3557;s:7:\"24:3364\";i:3558;s:7:\"24:3365\";i:3559;s:7:\"24:3366\";i:3560;s:7:\"24:3367\";i:3561;s:7:\"24:3368\";i:3562;s:7:\"24:3369\";i:3563;s:7:\"24:3370\";i:3564;s:7:\"24:3371\";i:3565;s:7:\"24:3372\";i:3566;s:7:\"24:3373\";i:3567;s:7:\"24:3374\";i:3568;s:7:\"24:3375\";i:3569;s:7:\"24:3376\";i:3570;s:7:\"24:3377\";i:3571;s:7:\"24:3378\";i:3572;s:7:\"24:3379\";i:3573;s:7:\"24:3380\";i:3574;s:7:\"24:3381\";i:3575;s:7:\"24:3382\";i:3576;s:7:\"24:3383\";i:3577;s:7:\"24:3384\";i:3578;s:7:\"24:3385\";i:3579;s:7:\"24:3386\";i:3580;s:7:\"24:3387\";i:3581;s:7:\"24:3388\";i:3582;s:7:\"24:3389\";i:3583;s:7:\"24:3390\";i:3584;s:7:\"24:3391\";i:3585;s:7:\"24:3392\";i:3586;s:7:\"24:3393\";i:3587;s:7:\"24:3394\";i:3588;s:7:\"24:3395\";i:3589;s:7:\"24:3396\";i:3590;s:7:\"24:3397\";i:3591;s:7:\"24:3398\";i:3592;s:7:\"24:3399\";i:3593;s:7:\"24:3400\";i:3594;s:7:\"24:3401\";i:3595;s:7:\"24:3402\";i:3596;s:7:\"24:3403\";i:3597;s:7:\"24:3404\";i:3598;s:7:\"24:3405\";i:3599;s:7:\"24:3406\";i:3600;s:7:\"24:3407\";i:3601;s:7:\"24:3408\";i:3602;s:7:\"24:3409\";i:3603;s:7:\"24:3410\";i:3604;s:7:\"24:3411\";i:3605;s:7:\"24:3412\";i:3606;s:7:\"24:3413\";i:3607;s:7:\"24:3414\";i:3608;s:7:\"24:3415\";i:3609;s:7:\"24:3416\";i:3610;s:7:\"24:3417\";i:3611;s:7:\"24:3418\";i:3612;s:7:\"24:3419\";i:3613;s:7:\"24:3420\";i:3614;s:7:\"24:3421\";i:3615;s:7:\"24:3422\";i:3616;s:7:\"24:3423\";i:3617;s:7:\"24:3424\";i:3618;s:7:\"24:3425\";i:3619;s:7:\"24:3426\";i:3620;s:7:\"24:3427\";i:3621;s:7:\"24:3428\";i:3622;s:7:\"24:3429\";i:3623;s:7:\"24:3430\";i:3624;s:7:\"24:3431\";i:3625;s:7:\"24:3432\";i:3626;s:7:\"24:3433\";i:3627;s:7:\"24:3434\";i:3628;s:7:\"24:3435\";i:3629;s:7:\"24:3436\";i:3630;s:7:\"24:3437\";i:3631;s:7:\"24:3438\";i:3632;s:7:\"24:3439\";i:3633;s:7:\"24:3440\";i:3634;s:7:\"24:1675\";i:3635;s:7:\"24:3441\";i:3636;s:7:\"24:3442\";i:3637;s:7:\"24:3443\";i:3638;s:7:\"24:3444\";i:3639;s:7:\"24:3445\";i:3640;s:7:\"24:3446\";i:3641;s:7:\"24:3447\";i:3642;s:7:\"24:3448\";i:3643;s:7:\"24:3449\";i:3644;s:7:\"24:3450\";i:3645;s:7:\"24:3451\";i:3646;s:7:\"24:3452\";i:3647;s:7:\"24:3453\";i:3648;s:7:\"24:3454\";i:3649;s:7:\"24:3455\";i:3650;s:7:\"24:3456\";i:3651;s:7:\"24:3457\";i:3652;s:7:\"24:3458\";i:3653;s:7:\"24:3459\";i:3654;s:7:\"24:3460\";i:3655;s:7:\"24:3461\";i:3656;s:7:\"24:3462\";i:3657;s:7:\"24:3463\";i:3658;s:7:\"24:3464\";i:3659;s:7:\"24:3465\";i:3660;s:7:\"24:3466\";i:3661;s:7:\"24:3467\";i:3662;s:7:\"24:3468\";i:3663;s:7:\"24:3469\";i:3664;s:7:\"24:3470\";i:3665;s:7:\"24:3471\";i:3666;s:7:\"24:3472\";i:3667;s:7:\"24:3473\";i:3668;s:7:\"24:3474\";i:3669;s:7:\"24:3475\";i:3670;s:7:\"24:3476\";i:3671;s:7:\"24:3477\";i:3672;s:7:\"24:3478\";i:3673;s:7:\"24:3479\";i:3674;s:7:\"24:3480\";i:3675;s:7:\"24:3481\";i:3676;s:7:\"24:3482\";i:3677;s:7:\"24:3483\";i:3678;s:7:\"24:3484\";i:3679;s:7:\"24:3485\";i:3680;s:7:\"24:3486\";i:3681;s:7:\"24:3487\";i:3682;s:7:\"24:3488\";i:3683;s:7:\"24:3489\";i:3684;s:7:\"24:3490\";i:3685;s:7:\"24:3491\";i:3686;s:7:\"24:3492\";i:3687;s:7:\"24:3493\";i:3688;s:7:\"24:3494\";i:3689;s:7:\"24:3495\";i:3690;s:7:\"24:3496\";i:3691;s:7:\"24:3497\";i:3692;s:7:\"24:3498\";i:3693;s:7:\"24:3499\";i:3694;s:7:\"24:3500\";i:3695;s:7:\"24:3501\";i:3696;s:7:\"24:3502\";i:3697;s:7:\"24:3503\";i:3698;s:7:\"24:3504\";i:3699;s:7:\"24:3505\";i:3700;s:7:\"24:3506\";i:3701;s:7:\"24:3507\";i:3702;s:7:\"24:3508\";i:3703;s:7:\"24:3509\";i:3704;s:7:\"24:3510\";i:3705;s:7:\"24:3511\";i:3706;s:7:\"24:3512\";i:3707;s:7:\"24:3513\";i:3708;s:7:\"24:3514\";i:3709;s:7:\"24:3515\";i:3710;s:7:\"24:3516\";i:3711;s:7:\"24:3517\";i:3712;s:7:\"24:3518\";i:3713;s:7:\"24:3519\";i:3714;s:7:\"24:3520\";i:3715;s:7:\"24:3521\";i:3716;s:7:\"24:3522\";i:3717;s:7:\"24:3523\";i:3718;s:7:\"24:3524\";i:3719;s:7:\"24:3525\";i:3720;s:7:\"24:3526\";i:3721;s:7:\"24:3527\";i:3722;s:7:\"24:3528\";i:3723;s:7:\"24:3529\";i:3724;s:7:\"24:3530\";i:3725;s:7:\"24:3531\";i:3726;s:7:\"24:3532\";i:3727;s:7:\"24:3533\";i:3728;s:7:\"24:3534\";i:3729;s:7:\"24:3535\";i:3730;s:7:\"24:3536\";i:3731;s:7:\"24:3537\";i:3732;s:7:\"24:3538\";i:3733;s:7:\"24:3539\";i:3734;s:7:\"24:3540\";i:3735;s:7:\"24:3541\";i:3736;s:7:\"24:3542\";i:3737;s:7:\"24:3543\";i:3738;s:7:\"24:3544\";i:3739;s:7:\"24:3545\";i:3740;s:7:\"24:3546\";i:3741;s:7:\"24:3547\";i:3742;s:7:\"24:3548\";i:3743;s:7:\"24:3549\";i:3744;s:7:\"24:3550\";i:3745;s:7:\"24:3551\";i:3746;s:7:\"24:3552\";i:3747;s:7:\"24:3553\";i:3748;s:7:\"24:3554\";i:3749;s:7:\"24:3555\";i:3750;s:7:\"24:3556\";i:3751;s:7:\"24:1422\";i:3752;s:7:\"24:1423\";i:3753;s:7:\"24:3557\";i:3754;s:7:\"24:1667\";i:3755;s:7:\"24:3558\";i:3756;s:7:\"24:3559\";i:3757;s:7:\"24:1668\";i:3758;s:7:\"24:1666\";i:3759;s:7:\"24:3560\";i:3760;s:7:\"24:3561\";i:3761;s:7:\"24:3562\";i:3762;s:7:\"24:1419\";i:3763;s:7:\"24:3563\";i:3764;s:7:\"24:3564\";i:3765;s:7:\"24:3565\";i:3766;s:7:\"24:3566\";i:3767;s:7:\"24:1421\";i:3768;s:7:\"24:3567\";i:3769;s:7:\"24:3568\";i:3770;s:7:\"24:1417\";i:3771;s:7:\"24:1420\";i:3772;s:7:\"24:3569\";i:3773;s:7:\"24:3570\";i:3774;s:7:\"24:3571\";i:3775;s:7:\"24:3572\";i:3776;s:7:\"24:3573\";i:3777;s:7:\"24:3574\";i:3778;s:7:\"24:3575\";i:3779;s:7:\"24:3576\";i:3780;s:7:\"24:3577\";i:3781;s:7:\"24:3578\";i:3782;s:7:\"24:3579\";i:3783;s:7:\"24:3580\";i:3784;s:7:\"24:3581\";i:3785;s:7:\"24:3582\";i:3786;s:7:\"24:3583\";i:3787;s:7:\"24:3584\";i:3788;s:7:\"24:3585\";i:3789;s:7:\"24:3586\";i:3790;s:7:\"24:3587\";i:3791;s:7:\"24:3588\";i:3792;s:7:\"24:3589\";i:3793;s:7:\"24:3590\";i:3794;s:7:\"24:3591\";i:3795;s:7:\"24:3592\";i:3796;s:7:\"24:3593\";i:3797;s:7:\"24:3594\";i:3798;s:7:\"24:3595\";i:3799;s:7:\"24:3596\";i:3800;s:7:\"24:3597\";i:3801;s:7:\"24:3598\";i:3802;s:7:\"24:3599\";i:3803;s:7:\"24:3600\";i:3804;s:7:\"24:3601\";i:3805;s:7:\"24:3602\";i:3806;s:7:\"24:1424\";i:3807;s:7:\"24:3603\";i:3808;s:7:\"24:3604\";i:3809;s:7:\"24:3605\";i:3810;s:7:\"24:3606\";i:3811;s:7:\"24:3607\";i:3812;s:7:\"24:3608\";i:3813;s:7:\"24:3609\";i:3814;s:7:\"24:3610\";i:3815;s:7:\"24:3611\";i:3816;s:7:\"24:3612\";i:3817;s:7:\"24:3613\";i:3818;s:7:\"24:3614\";i:3819;s:7:\"24:3615\";i:3820;s:7:\"24:3616\";i:3821;s:7:\"24:1426\";i:3822;s:7:\"24:3617\";i:3823;s:7:\"24:3618\";i:3824;s:7:\"24:3619\";i:3825;s:7:\"24:3620\";i:3826;s:7:\"24:3621\";i:3827;s:7:\"24:3622\";i:3828;s:7:\"24:3623\";i:3829;s:7:\"24:3624\";i:3830;s:7:\"24:3625\";i:3831;s:7:\"24:3626\";i:3832;s:7:\"24:3627\";i:3833;s:7:\"24:3628\";i:3834;s:7:\"24:1676\";i:3835;s:7:\"24:3629\";i:3836;s:7:\"24:3630\";i:3837;s:7:\"24:3631\";i:3838;s:7:\"24:3632\";i:3839;s:7:\"24:3633\";i:3840;s:7:\"24:3634\";i:3841;s:7:\"24:3635\";i:3842;s:7:\"24:3636\";i:3843;s:7:\"24:3637\";i:3844;s:7:\"24:3638\";i:3845;s:7:\"24:3639\";i:3846;s:7:\"24:3640\";i:3847;s:7:\"24:3641\";i:3848;s:7:\"24:3642\";i:3849;s:7:\"24:3643\";i:3850;s:7:\"24:3644\";i:3851;s:7:\"24:3645\";i:3852;s:7:\"24:3646\";i:3853;s:7:\"24:3647\";i:3854;s:7:\"24:3648\";i:3855;s:7:\"24:3649\";i:3856;s:7:\"24:3650\";i:3857;s:7:\"24:3651\";i:3858;s:7:\"24:3652\";i:3859;s:7:\"24:3653\";i:3860;s:7:\"24:3654\";i:3861;s:7:\"24:3655\";i:3862;s:7:\"24:1747\";i:3863;s:7:\"24:3656\";i:3864;s:7:\"24:3657\";i:3865;s:7:\"24:3658\";i:3866;s:7:\"24:3659\";i:3867;s:7:\"24:3660\";i:3868;s:7:\"24:3661\";i:3869;s:7:\"24:3662\";i:3870;s:7:\"24:3663\";i:3871;s:7:\"24:3664\";i:3872;s:7:\"24:3665\";i:3873;s:7:\"24:3666\";i:3874;s:7:\"24:3667\";i:3875;s:7:\"24:3668\";i:3876;s:7:\"24:3669\";i:3877;s:7:\"24:3670\";i:3878;s:7:\"24:3671\";i:3879;s:7:\"24:3672\";i:3880;s:7:\"24:3673\";i:3881;s:7:\"24:3674\";i:3882;s:7:\"24:3675\";i:3883;s:7:\"24:3676\";i:3884;s:7:\"24:3677\";i:3885;s:7:\"24:3678\";i:3886;s:7:\"24:3679\";i:3887;s:7:\"24:1744\";i:3888;s:7:\"24:3680\";i:3889;s:7:\"24:1745\";i:3890;s:7:\"24:1746\";i:3891;s:7:\"24:3681\";i:3892;s:7:\"24:3682\";i:3893;s:7:\"24:3683\";i:3894;s:7:\"24:3684\";i:3895;s:7:\"24:3685\";i:3896;s:7:\"24:3686\";i:3897;s:7:\"24:3687\";i:3898;s:7:\"24:3688\";i:3899;s:7:\"24:3689\";i:3900;s:7:\"24:3690\";i:3901;s:7:\"24:3691\";i:3902;s:7:\"24:3692\";i:3903;s:7:\"24:3693\";i:3904;s:7:\"24:3694\";i:3905;s:7:\"24:3695\";i:3906;s:7:\"24:3696\";i:3907;s:7:\"24:3697\";i:3908;s:7:\"24:3698\";i:3909;s:7:\"24:3699\";i:3910;s:7:\"24:3700\";i:3911;s:7:\"24:3701\";i:3912;s:7:\"24:3702\";i:3913;s:7:\"24:3703\";i:3914;s:7:\"24:3704\";i:3915;s:7:\"24:3705\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (158, 'chld_thm_cfg_options_dict_sel', 'a:3705:{i:1;s:666:\".et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images\";i:2;s:199:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1)\";i:3;s:195:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n)\";i:4;s:195:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n)\";i:5;s:199:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1)\";i:6;s:167:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item, .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item\";i:7;s:106:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n)\";i:8;s:90:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.first\";i:9;s:108:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n+1)\";i:10;s:24:\".et_pb_column .et_pb_map\";i:11;s:55:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table\";i:12;s:168:\".et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table\";i:13;s:282:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table\";i:14;s:691:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:15;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1)\";i:16;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1)\";i:17;s:142:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4)\";i:18;s:184:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4)\";i:19;s:92:\".et_vertical_nav .et_pb_column_1_3 .et_pb_sum, .et_vertical_nav .et_pb_column_1_4 .et_pb_sum\";i:20;s:124:\".et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top\";i:21;s:87:\".et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:22;s:209:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n)\";i:23;s:213:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1)\";i:24;s:213:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1)\";i:25;s:54:\".et_vertical_nav .et_pb_column_1_4 .et_audio_container\";i:26;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div\";i:27;s:142:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container\";i:28;s:140:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls\";i:29;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button\";i:30;s:200:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:31;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button\";i:32;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:33;s:170:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total\";i:34;s:178:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:35;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:36;s:14:\".et_pb_section\";i:37;s:24:\".et_pb_fullwidth_section\";i:38;s:10:\".et_pb_row\";i:39;s:34:\".et_pb_column_3_4 .et_pb_row_inner\";i:40;s:34:\".et_pb_column_2_3 .et_pb_row_inner\";i:41;s:70:\".et_pb_column_1_2 .et_pb_row_inner, .et_pb_column_3_5 .et_pb_row_inner\";i:42;s:20:\".et_pb_column_single\";i:43;s:97:\".et_pb_column_single .et_pb_module.et-first-child, .et_pb_column_single .et_pb_module:first-child\";i:44;s:95:\".et_pb_column_single .et_pb_module.et-last-child, .et_pb_column_single .et_pb_module:last-child\";i:45;s:577:\".et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child\";i:46;s:32:\".et_section_specialty>.et_pb_row\";i:47;s:16:\".et_pb_row_inner\";i:48;s:164:\".et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child\";i:49;s:115:\".et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row\";i:50;s:105:\".et_pb_row.et_pb_equal_columns>.et_pb_column, .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column\";i:51;s:16:\".et_pb_grid_item\";i:52;s:52:\".et_pb_shop_grid .woocommerce ul.products li.product\";i:53;s:152:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item img, .et_pb_gallery_grid .et_pb_gallery_item img, .et_pb_portfolio_grid .et_pb_portfolio_item img\";i:54;s:354:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_grid .et_pb_portfolio_item h2\";i:55;s:149:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2\";i:56;s:76:\".et_pb_gallery_item .et_pb_gallery_caption, .et_pb_portfolio_item .post-meta\";i:57;s:302:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_image\";i:58;s:1150:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description\";i:59;s:606:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video\";i:60;s:82:\".et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:61;s:166:\".et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:62;s:688:\".et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_6 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_2_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:63;s:384:\".et_pb_section_sticky, .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2)\";i:64;s:118:\".et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_fade.et_pb_menu ul li:hover>ul\";i:65;s:120:\".et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_slide.et_pb_menu ul li:hover>ul\";i:66;s:122:\".et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_expand.et_pb_menu ul li:hover>ul\";i:67;s:130:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover>ul, .et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul\";i:68;s:118:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_flip.et_pb_menu ul li:hover>ul\";i:69;s:108:\".et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row, .et_pb_menu.et_pb_menu_fullwidth .et_pb_row\";i:70;s:86:\".et_pb_column_1_3 .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_description\";i:71;s:169:\".et_pb_column_1_4 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide .et_pb_slide_description\";i:72;s:432:\".et_pb_column_1_2 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img, .et_pb_column_2_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_3_5 .et_pb_comments_module .comment_avatar img\";i:73;s:390:\".et_pb_column_1_2 .et_pb_comments_module .comment-body, .et_pb_column_1_3 .et_pb_comments_module .comment-body, .et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body, .et_pb_column_2_5 .et_pb_comments_module .comment-body, .et_pb_column_3_5 .et_pb_comments_module .comment-body\";i:74;s:425:\".et_pb_column_1_2 .et_pb_comments_module .comment .children, .et_pb_column_1_3 .et_pb_comments_module .comment .children, .et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children, .et_pb_column_2_5 .et_pb_comments_module .comment .children, .et_pb_column_3_5 .et_pb_comments_module .comment .children\";i:75;s:432:\".et_pb_column_1_2 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link, .et_pb_column_2_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_3_5 .et_pb_comments_module .comment-reply-link\";i:76;s:586:\".et_pb_column_1_2 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_3 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_4 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_6 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_2_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_3_5 .et_pb_comments_module #commentform [class*=comment-form-] input\";i:77;s:139:\".et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait\";i:78;s:59:\".et_pb_section_video_bg.et_pb_section_video_bg_desktop_only\";i:79;s:63:\".et_pb_column_4_4 .et_pb_audio_cover_art.has-box-shadow-overlay\";i:80;s:961:\".et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(3), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(4)\";i:81;s:70:\".et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column\";i:82;s:562:\".et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:83;s:78:\".et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4\";i:84;s:106:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:85;s:406:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:86;s:148:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:87;s:172:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:88;s:78:\".et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4\";i:89;s:106:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:90;s:406:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:91;s:148:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:92;s:172:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:93;s:78:\".et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3\";i:94;s:106:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:95;s:406:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:96;s:148:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:97;s:172:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:98;s:78:\".et_pb_gutters3 .et_pb_column_3_5, .et_pb_gutters3.et_pb_row .et_pb_column_3_5\";i:99;s:106:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:100;s:406:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:101;s:148:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:102;s:172:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:103;s:78:\".et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2\";i:104;s:106:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:105;s:406:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:106;s:148:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:107;s:172:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:108;s:78:\".et_pb_gutters3 .et_pb_column_2_5, .et_pb_gutters3.et_pb_row .et_pb_column_2_5\";i:109;s:106:\".et_pb_gutters3 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:110;s:580:\".et_pb_gutters3 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:111;s:78:\".et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3\";i:112;s:106:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:113;s:580:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:114;s:78:\".et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4\";i:115;s:106:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:116;s:580:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:117;s:78:\".et_pb_gutters3 .et_pb_column_1_5, .et_pb_gutters3.et_pb_row .et_pb_column_1_5\";i:118;s:106:\".et_pb_gutters3 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:119;s:580:\".et_pb_gutters3 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:120;s:78:\".et_pb_gutters3 .et_pb_column_1_6, .et_pb_gutters3.et_pb_row .et_pb_column_1_6\";i:121;s:106:\".et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:122;s:580:\".et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:123;s:532:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:124;s:544:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:125;s:176:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:126;s:136:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:127;s:136:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:128;s:532:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:129;s:544:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:130;s:136:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:131;s:136:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:132;s:754:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:133;s:766:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:134;s:766:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:135;s:210:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:136;s:210:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:137;s:1066:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:138;s:1090:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:139;s:274:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:140;s:274:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:141;s:1510:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:142;s:1534:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:143;s:422:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:144;s:422:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:145;s:532:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:146;s:544:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:147;s:136:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:148;s:136:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:149;s:550:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:150;s:1288:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:151;s:1288:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:152;s:1048:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:153;s:1048:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:154;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:155;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:156;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:157;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:158;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:159;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:160;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:161;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:162;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:163;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:164;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:165;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:166;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:167;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:168;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:169;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:170;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:171;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:172;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:173;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:174;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:175;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:176;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:177;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:178;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:179;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:180;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:181;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:182;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:183;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:184;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:185;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:186;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:187;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:188;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:189;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:190;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:191;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:192;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:193;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:194;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:195;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:196;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:197;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:198;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:199;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:200;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:201;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:202;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:203;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:204;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:205;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:206;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:207;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:208;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:209;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:210;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:211;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:212;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:213;s:75:\".et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product\";i:214;s:173:\".et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:215;s:30:\".et_pb_gutters3 .footer-widget\";i:216;s:41:\".et_pb_gutters3 .footer-widget:last-child\";i:217;s:52:\".et_pb_gutters3.et_pb_footer_columns6 .footer-widget\";i:218;s:61:\".et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget\";i:219;s:52:\".et_pb_gutters3.et_pb_footer_columns5 .footer-widget\";i:220;s:61:\".et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget\";i:221;s:52:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget\";i:222;s:61:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget\";i:223;s:52:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget\";i:224;s:61:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget\";i:225;s:52:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget\";i:226;s:61:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget\";i:227;s:52:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget\";i:228;s:61:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget\";i:229;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:230;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:231;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:232;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:233;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:234;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:235;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:236;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:237;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:238;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:239;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:240;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:241;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:242;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:243;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:244;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:245;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:246;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:247;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:248;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:249;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:250;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:251;s:95:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:252;s:104:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:253;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:254;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:255;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:256;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:257;s:72:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:258;s:81:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:259;s:95:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:260;s:104:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:261;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:262;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:263;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:264;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:265;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:266;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:267;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:268;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:269;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:270;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:271;s:95:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:272;s:104:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:273;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:274;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:275;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:276;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:277;s:98:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:278;s:107:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:279;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:280;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:281;s:98:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:282;s:107:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:283;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:284;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:285;s:158:\".rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:286;s:158:\".rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:287;s:158:\".rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:288;s:158:\".rtl .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:289;s:158:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:290;s:186:\".rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:291;s:1348:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:292;s:1348:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:293;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:294;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:295;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:296;s:70:\".et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column\";i:297;s:562:\".et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:298;s:78:\".et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4.et_pb_row .et_pb_column_4_4\";i:299;s:106:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:300;s:406:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:301;s:148:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:302;s:172:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:303;s:78:\".et_pb_gutters4 .et_pb_column_3_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4\";i:304;s:106:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:305;s:406:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:306;s:148:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:307;s:172:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:308;s:78:\".et_pb_gutters4 .et_pb_column_2_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3\";i:309;s:106:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:310;s:406:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:311;s:148:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:312;s:172:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:313;s:78:\".et_pb_gutters4 .et_pb_column_3_5, .et_pb_gutters4.et_pb_row .et_pb_column_3_5\";i:314;s:106:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:315;s:406:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:316;s:148:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:317;s:172:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:318;s:78:\".et_pb_gutters4 .et_pb_column_1_2, .et_pb_gutters4.et_pb_row .et_pb_column_1_2\";i:319;s:106:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:320;s:406:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:321;s:148:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:322;s:172:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:323;s:78:\".et_pb_gutters4 .et_pb_column_2_5, .et_pb_gutters4.et_pb_row .et_pb_column_2_5\";i:324;s:106:\".et_pb_gutters4 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:325;s:580:\".et_pb_gutters4 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:326;s:78:\".et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_1_3\";i:327;s:106:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:328;s:580:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:329;s:78:\".et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_4\";i:330;s:106:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:331;s:580:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:332;s:78:\".et_pb_gutters4 .et_pb_column_1_5, .et_pb_gutters4.et_pb_row .et_pb_column_1_5\";i:333;s:106:\".et_pb_gutters4 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:334;s:580:\".et_pb_gutters4 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:335;s:78:\".et_pb_gutters4 .et_pb_column_1_6, .et_pb_gutters4.et_pb_row .et_pb_column_1_6\";i:336;s:106:\".et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:337;s:580:\".et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:338;s:532:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:339;s:544:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:340;s:176:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:341;s:136:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:342;s:136:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:343;s:532:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:344;s:544:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:345;s:136:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:346;s:136:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:347;s:754:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:348;s:766:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:349;s:766:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:350;s:210:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:351;s:210:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:352;s:1066:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:353;s:1090:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:354;s:274:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:355;s:274:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:356;s:1510:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:357;s:1534:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:358;s:422:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:359;s:422:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:360;s:532:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:361;s:544:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:362;s:136:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:363;s:136:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:364;s:550:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:365;s:1288:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:366;s:1288:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:367;s:1048:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:368;s:1048:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:369;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:370;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:371;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:372;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:373;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:374;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:375;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:376;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:377;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:378;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:379;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:380;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:381;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:382;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:383;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:384;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:385;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:386;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:387;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:388;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:389;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:390;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:391;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:392;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:393;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:394;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:395;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:396;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:397;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:398;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:399;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:400;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:401;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:402;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:403;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:404;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:405;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:406;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:407;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:408;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:409;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:410;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:411;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:412;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:413;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:414;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:415;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:416;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:417;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:418;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:419;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:420;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:421;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:422;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:423;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:424;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:425;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:426;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:427;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:428;s:75:\".et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product\";i:429;s:173:\".et_pb_gutters4.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters4.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:430;s:30:\".et_pb_gutters4 .footer-widget\";i:431;s:41:\".et_pb_gutters4 .footer-widget:last-child\";i:432;s:52:\".et_pb_gutters4.et_pb_footer_columns6 .footer-widget\";i:433;s:61:\".et_pb_gutters4.et_pb_footer_columns6 .footer-widget .fwidget\";i:434;s:52:\".et_pb_gutters4.et_pb_footer_columns5 .footer-widget\";i:435;s:61:\".et_pb_gutters4.et_pb_footer_columns5 .footer-widget .fwidget\";i:436;s:52:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget\";i:437;s:61:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget\";i:438;s:52:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget\";i:439;s:61:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget\";i:440;s:52:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget\";i:441;s:61:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget\";i:442;s:52:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget\";i:443;s:61:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget\";i:444;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:445;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:446;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:447;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:448;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:449;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:450;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:451;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:452;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:453;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:454;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:455;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:456;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:457;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:458;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:459;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:460;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:461;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:462;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:463;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:464;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:465;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:466;s:95:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:467;s:104:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:468;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:469;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:470;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:471;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:472;s:72:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:473;s:81:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:474;s:95:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:475;s:104:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:476;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:477;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:478;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:479;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:480;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:481;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:482;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:483;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:484;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:485;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:486;s:95:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:487;s:104:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:488;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:489;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:490;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:491;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:492;s:98:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:493;s:107:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:494;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:495;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:496;s:98:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:497;s:107:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:498;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:499;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:500;s:158:\".rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:501;s:158:\".rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:502;s:158:\".rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:503;s:158:\".rtl .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:504;s:158:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:505;s:186:\".rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:506;s:1348:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:507;s:1348:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:508;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:509;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:510;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:511;s:70:\".et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column\";i:512;s:562:\".et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:513;s:78:\".et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4\";i:514;s:106:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:515;s:406:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:516;s:148:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:517;s:172:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:518;s:78:\".et_pb_gutters2 .et_pb_column_3_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4\";i:519;s:106:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:520;s:406:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:521;s:148:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:522;s:172:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:523;s:78:\".et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3\";i:524;s:106:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:525;s:406:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:526;s:148:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:527;s:172:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:528;s:78:\".et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2.et_pb_row .et_pb_column_3_5\";i:529;s:106:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:530;s:406:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:531;s:148:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:532;s:172:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:533;s:78:\".et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2\";i:534;s:106:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:535;s:406:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:536;s:148:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:537;s:172:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:538;s:78:\".et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2.et_pb_row .et_pb_column_2_5\";i:539;s:106:\".et_pb_gutters2 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:540;s:580:\".et_pb_gutters2 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:541;s:78:\".et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3\";i:542;s:106:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:543;s:580:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:544;s:78:\".et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4\";i:545;s:106:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:546;s:580:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:547;s:78:\".et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5\";i:548;s:106:\".et_pb_gutters2 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:549;s:580:\".et_pb_gutters2 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:550;s:78:\".et_pb_gutters2 .et_pb_column_1_6, .et_pb_gutters2.et_pb_row .et_pb_column_1_6\";i:551;s:106:\".et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:552;s:580:\".et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:553;s:532:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:554;s:544:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:555;s:176:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:556;s:136:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:557;s:136:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:558;s:532:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:559;s:544:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:560;s:136:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:561;s:136:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:562;s:754:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:563;s:766:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:564;s:766:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:565;s:210:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:566;s:210:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:567;s:1066:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:568;s:1090:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:569;s:274:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:570;s:274:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:571;s:1510:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:572;s:1534:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:573;s:422:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:574;s:422:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:575;s:532:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:576;s:544:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:577;s:136:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:578;s:136:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:579;s:550:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:580;s:1288:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:581;s:1288:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:582;s:1048:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:583;s:1048:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:584;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:585;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:586;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:587;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:588;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:589;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:590;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:591;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:592;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:593;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:594;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:595;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:596;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:597;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:598;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:599;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:600;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:601;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:602;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:603;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:604;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:605;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:606;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:607;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:608;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:609;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:610;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:611;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:612;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:613;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:614;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:615;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:616;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:617;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:618;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:619;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:620;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:621;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:622;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:623;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:624;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:625;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:626;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:627;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:628;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:629;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:630;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:631;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:632;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:633;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:634;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:635;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:636;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:637;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:638;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:639;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:640;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:641;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:642;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:643;s:75:\".et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product\";i:644;s:173:\".et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:645;s:30:\".et_pb_gutters2 .footer-widget\";i:646;s:41:\".et_pb_gutters2 .footer-widget:last-child\";i:647;s:52:\".et_pb_gutters2.et_pb_footer_columns6 .footer-widget\";i:648;s:61:\".et_pb_gutters2.et_pb_footer_columns6 .footer-widget .fwidget\";i:649;s:52:\".et_pb_gutters2.et_pb_footer_columns5 .footer-widget\";i:650;s:61:\".et_pb_gutters2.et_pb_footer_columns5 .footer-widget .fwidget\";i:651;s:52:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget\";i:652;s:61:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget\";i:653;s:52:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget\";i:654;s:61:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget\";i:655;s:52:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget\";i:656;s:61:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget\";i:657;s:52:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget\";i:658;s:61:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget\";i:659;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:660;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:661;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:662;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:663;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:664;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:665;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:666;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:667;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:668;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:669;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:670;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:671;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:672;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:673;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:674;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:675;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:676;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:677;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:678;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:679;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:680;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:681;s:95:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:682;s:104:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:683;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:684;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:685;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:686;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:687;s:72:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:688;s:81:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:689;s:95:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:690;s:104:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:691;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:692;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:693;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:694;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:695;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:696;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:697;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:698;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:699;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:700;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:701;s:95:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:702;s:104:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:703;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:704;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:705;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:706;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:707;s:98:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:708;s:107:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:709;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:710;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:711;s:98:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:712;s:107:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:713;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:714;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:715;s:158:\".rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:716;s:158:\".rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:717;s:158:\".rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:718;s:158:\".rtl .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:719;s:158:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:720;s:186:\".rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:721;s:1348:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:722;s:1348:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:723;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:724;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:725;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:726;s:70:\".et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column\";i:727;s:562:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:728;s:78:\".et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1.et_pb_row .et_pb_column_4_4\";i:729;s:106:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:730;s:406:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:731;s:148:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:732;s:172:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:733;s:78:\".et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4\";i:734;s:106:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:735;s:406:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:736;s:148:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:737;s:172:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:738;s:78:\".et_pb_gutters1 .et_pb_column_2_3, .et_pb_gutters1.et_pb_row .et_pb_column_2_3\";i:739;s:106:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:740;s:406:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:741;s:148:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:742;s:172:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:743;s:78:\".et_pb_gutters1 .et_pb_column_3_5, .et_pb_gutters1.et_pb_row .et_pb_column_3_5\";i:744;s:106:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:745;s:406:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:746;s:148:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:747;s:172:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:748;s:78:\".et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2\";i:749;s:106:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:750;s:406:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:751;s:148:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:752;s:172:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:753;s:78:\".et_pb_gutters1 .et_pb_column_2_5, .et_pb_gutters1.et_pb_row .et_pb_column_2_5\";i:754;s:106:\".et_pb_gutters1 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:755;s:580:\".et_pb_gutters1 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:756;s:78:\".et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1.et_pb_row .et_pb_column_1_3\";i:757;s:106:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:758;s:580:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:759;s:78:\".et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column_1_4\";i:760;s:106:\".et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:761;s:580:\".et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:762;s:78:\".et_pb_gutters1 .et_pb_column_1_5, .et_pb_gutters1.et_pb_row .et_pb_column_1_5\";i:763;s:106:\".et_pb_gutters1 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:764;s:580:\".et_pb_gutters1 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:765;s:78:\".et_pb_gutters1 .et_pb_column_1_6, .et_pb_gutters1.et_pb_row .et_pb_column_1_6\";i:766;s:106:\".et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:767;s:580:\".et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:768;s:532:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:769;s:544:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:770;s:176:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:771;s:136:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:772;s:136:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:773;s:532:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:774;s:544:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:775;s:136:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:776;s:136:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:777;s:754:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:778;s:766:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:779;s:766:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:780;s:210:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:781;s:210:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:782;s:1066:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:783;s:1090:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:784;s:274:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:785;s:274:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:786;s:1510:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:787;s:1534:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:788;s:422:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:789;s:422:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:790;s:532:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:791;s:544:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:792;s:136:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:793;s:136:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:794;s:550:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:795;s:1288:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:796;s:1288:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:797;s:1048:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:798;s:1048:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:799;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:800;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:801;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:802;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:803;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:804;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:805;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:806;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:807;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:808;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:809;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:810;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:811;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:812;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:813;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:814;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:815;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:816;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:817;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:818;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:819;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:820;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:821;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:822;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:823;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:824;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:825;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:826;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:827;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:828;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:829;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:830;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:831;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:832;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:833;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:834;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:835;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:836;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:837;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:838;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:839;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:840;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:841;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:842;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:843;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:844;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:845;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:846;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:847;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:848;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:849;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:850;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:851;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:852;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:853;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:854;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:855;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:856;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:857;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:858;s:75:\".et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product\";i:859;s:173:\".et_pb_gutters1.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters1.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:860;s:30:\".et_pb_gutters1 .footer-widget\";i:861;s:41:\".et_pb_gutters1 .footer-widget:last-child\";i:862;s:52:\".et_pb_gutters1.et_pb_footer_columns6 .footer-widget\";i:863;s:61:\".et_pb_gutters1.et_pb_footer_columns6 .footer-widget .fwidget\";i:864;s:52:\".et_pb_gutters1.et_pb_footer_columns5 .footer-widget\";i:865;s:61:\".et_pb_gutters1.et_pb_footer_columns5 .footer-widget .fwidget\";i:866;s:52:\".et_pb_gutters1.et_pb_footer_columns4 .footer-widget\";i:867;s:61:\".et_pb_gutters1.et_pb_footer_columns4 .footer-widget .fwidget\";i:868;s:52:\".et_pb_gutters1.et_pb_footer_columns3 .footer-widget\";i:869;s:61:\".et_pb_gutters1.et_pb_footer_columns3 .footer-widget .fwidget\";i:870;s:52:\".et_pb_gutters1.et_pb_footer_columns2 .footer-widget\";i:871;s:61:\".et_pb_gutters1.et_pb_footer_columns2 .footer-widget .fwidget\";i:872;s:52:\".et_pb_gutters1.et_pb_footer_columns1 .footer-widget\";i:873;s:61:\".et_pb_gutters1.et_pb_footer_columns1 .footer-widget .fwidget\";i:874;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:875;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:876;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:877;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:878;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:879;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:880;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:881;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:882;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:883;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:884;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:885;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:886;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:887;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:888;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:889;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:890;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:891;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:892;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:893;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:894;s:72:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:895;s:81:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:896;s:95:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:897;s:104:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:898;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:899;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:900;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:901;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:902;s:72:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:903;s:81:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:904;s:95:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:905;s:104:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:906;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:907;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:908;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:909;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:910;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:911;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:912;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:913;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:914;s:72:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:915;s:81:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:916;s:95:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:917;s:104:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:918;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:919;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:920;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:921;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:922;s:98:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:923;s:107:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:924;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:925;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:926;s:98:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:927;s:107:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:928;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:929;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:930;s:158:\".rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:931;s:158:\".rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:932;s:158:\".rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:933;s:158:\".rtl .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:934;s:158:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:935;s:186:\".rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:936;s:1348:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:937;s:1348:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:938;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:939;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:940;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:941;s:156:\".et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item .et_pb_module_header:last-child, .et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child\";i:942;s:138:\".et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container\";i:943;s:534:\".et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap, .et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap\";i:944;s:35:\".et-animated-content#page-container\";i:945;s:65:\".et_hide_nav #page-container, .et_transparent_nav #page-container\";i:946;s:176:\".et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:947;s:28:\".et_header_style_split #logo\";i:948;s:44:\".et_vertical_nav.et_header_style_split #logo\";i:949;s:55:\".et_header_style_split .centered-inline-logo-wrap #logo\";i:950;s:58:\".et_header_style_split.ie .centered-inline-logo-wrap #logo\";i:951;s:70:\".et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap\";i:952;s:75:\".et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field\";i:953;s:28:\"#main-header.et-fixed-header\";i:954;s:117:\".et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:955;s:141:\".et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a\";i:956;s:58:\".et_header_style_centered .et-fixed-header .et-search-form\";i:957;s:66:\".et_header_style_split .et-fixed-header .centered-inline-logo-wrap\";i:958;s:65:\".et_header_style_centered .et-fixed-header #et_search_icon:before\";i:959;s:202:\".et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:960;s:266:\".et_hide_nav.et_fixed_nav .et-fixed-header#main-header, .et_hide_nav.et_fixed_nav .et-fixed-header#top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header\";i:961;s:243:\".et_hide_nav .centered-inline-logo-wrap, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:962;s:28:\".et_hide_nav #page-container\";i:963;s:146:\".et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul\";i:964;s:148:\".et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover>ul\";i:965;s:150:\".et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul\";i:966;s:155:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover>ul\";i:967;s:146:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover>ul\";i:968;s:60:\".et_vertical_nav #et-main-area, .et_vertical_nav #top-header\";i:969;s:28:\".et_vertical_nav #top-header\";i:970;s:45:\".et_vertical_nav #page-container #main-header\";i:971;s:40:\".et_vertical_nav #main-header .container\";i:972;s:217:\".et_vertical_nav #main-header #et-top-navigation, .et_vertical_nav #main-header #et_top_search, .et_vertical_nav #main-header #logo, .et_vertical_nav #main-header #top-menu, .et_vertical_nav #main-header #top-menu-nav\";i:973;s:35:\".et_vertical_nav #main-header #logo\";i:974;s:42:\".et_vertical_nav #main-header #top-menu li\";i:975;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu>ul\";i:976;s:45:\".et_vertical_nav #main-header #top-menu li ul\";i:977;s:48:\".et_vertical_nav #main-header #top-menu li ul ul\";i:978;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu ul\";i:979;s:58:\".et_vertical_nav #main-header #top-menu li.mega-menu ul ul\";i:980;s:44:\".et_vertical_nav #main-header #top-menu>li>a\";i:981;s:50:\".et_vertical_nav #main-header #top-menu>li>a:after\";i:982;s:61:\".et_vertical_nav.et_boxed_layout #page-container #main-header\";i:983;s:135:\".et_vertical_nav.et_header_style_centered #main-header #top-menu-nav, .et_vertical_nav.et_header_style_split #main-header #top-menu-nav\";i:984;s:96:\".et_vertical_nav.et_vertical_right #et-main-area, .et_vertical_nav.et_vertical_right #top-header\";i:985;s:63:\".et_vertical_nav.et_vertical_right #page-container #main-header\";i:986;s:73:\".et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu>ul\";i:987;s:63:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul\";i:988;s:66:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul\";i:989;s:38:\".et_vertical_nav input.et-search-field\";i:990;s:39:\".et_vertical_nav #et_search_icon:before\";i:991;s:49:\".et_vertical_nav #et-top-navigation .et-cart-info\";i:992;s:52:\".et_vertical_nav .container.et_search_form_container\";i:993;s:74:\".et_vertical_nav .container.et_search_form_container .et-search-form input\";i:994;s:70:\".et_vertical_nav .container.et_search_form_container div#et_top_search\";i:995;s:210:\".et_vertical_nav .et_pb_menu_hidden #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_hidden .et-cart-info, .et_vertical_nav .et_pb_menu_visible #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_visible .et-cart-info\";i:996;s:34:\".et_vertical_nav div#et_top_search\";i:997;s:50:\".et_vertical_nav .et_pb_menu_hidden #et_top_search\";i:998;s:51:\".et_vertical_nav .et_pb_menu_visible #et_top_search\";i:999;s:73:\".et_vertical_nav .container.et_search_form_container.et_pb_search_visible\";i:1000;s:42:\".et_vertical_nav .et_pb_search_form_hidden\";i:1001;s:49:\".et_vertical_nav span.et_close_search_field:after\";i:1002;s:43:\".et_vertical_nav span.et_close_search_field\";i:1003;s:38:\".et_vertical_nav .et-search-form input\";i:1004;s:66:\".et_vertical_nav .et_search_form_container input::-moz-placeholder\";i:1005;s:75:\".et_vertical_nav .et_search_form_container input::-webkit-input-placeholder\";i:1006;s:70:\".et_vertical_nav .et_search_form_container input:-ms-input-placeholder\";i:1007;s:33:\".et_vertical_nav .et_search_outer\";i:1008;s:70:\".et_vertical_nav.et_header_style_centered #main-header .et-search-form\";i:1009;s:64:\".et_vertical_nav.et_header_style_centered #et_search_icon:before\";i:1010;s:69:\".et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:1011;s:87:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container\";i:1012;s:108:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible\";i:1013;s:61:\".et_vertical_nav.et_header_style_split #et_search_icon:before\";i:1014;s:730:\".archive.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .single.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n)\";i:1015;s:252:\".et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1)\";i:1016;s:41:\".et_fullwidth_nav #main-header .container\";i:1017;s:79:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container\";i:1018;s:71:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container\";i:1019;s:50:\".et_fullwidth_secondary_nav #top-header .container\";i:1020;s:8:\"#sidebar\";i:1021;s:10:\"#left-area\";i:1022;s:31:\"#main-content .container:before\";i:1023;s:57:\".et_full_width_page #left-area, .et_no_sidebar #left-area\";i:1024;s:30:\".et_full_width_page #left-area\";i:1025;s:46:\".et_no_sidebar #main-content .container:before\";i:1026;s:40:\".et_full_width_portfolio_page #left-area\";i:1027;s:28:\".et_right_sidebar #left-area\";i:1028;s:26:\".et_right_sidebar #sidebar\";i:1029;s:49:\".et_right_sidebar #main-content .container:before\";i:1030;s:27:\".et_left_sidebar #left-area\";i:1031;s:25:\".et_left_sidebar #sidebar\";i:1032;s:48:\".et_left_sidebar #main-content .container:before\";i:1033;s:39:\".et_pb_gutter.et_pb_gutters4 #left-area\";i:1034;s:39:\".et_pb_gutter.et_pb_gutters2 #left-area\";i:1035;s:39:\".et_pb_gutter.et_pb_gutters1 #left-area\";i:1036;s:37:\".et_pb_gutter.et_pb_gutters4 #sidebar\";i:1037;s:37:\".et_pb_gutter.et_pb_gutters2 #sidebar\";i:1038;s:37:\".et_pb_gutter.et_pb_gutters1 #sidebar\";i:1039;s:43:\".et_pb_gutters4.et_right_sidebar #left-area\";i:1040;s:42:\".et_pb_gutters4.et_left_sidebar #left-area\";i:1041;s:43:\".et_pb_gutters2.et_right_sidebar #left-area\";i:1042;s:42:\".et_pb_gutters2.et_left_sidebar #left-area\";i:1043;s:43:\".et_pb_gutters1.et_right_sidebar #left-area\";i:1044;s:42:\".et_pb_gutters1.et_left_sidebar #left-area\";i:1045;s:77:\".et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before\";i:1046;s:76:\".et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before\";i:1047;s:77:\".et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before\";i:1048;s:76:\".et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before\";i:1049;s:77:\".et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before\";i:1050;s:76:\".et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before\";i:1051;s:63:\".et_vertical_nav.et_vertical_fixed #page-container #main-header\";i:1052;s:151:\".et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation, .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation\";i:1053;s:89:\".et_header_style_fullscreen #et-top-navigation, .et_header_style_slide #et-top-navigation\";i:1054;s:100:\".et_header_style_fullscreen .et_toggle_fullscreen_menu, .et_header_style_slide .et_toggle_slide_menu\";i:1055;s:48:\".et_fixed_nav.et_header_style_slide #main-header\";i:1056;s:64:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header\";i:1057;s:39:\".et_header_style_fullscreen div#et-info\";i:1058;s:318:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_3 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content\";i:1059;s:518:\".et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title\";i:1060;s:11:\".et_pb_post\";i:1061;s:17:\".et_quote_content\";i:1062;s:35:\".et_pb_column_2_3 .et_quote_content\";i:1063;s:72:\".et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_quote_content\";i:1064;s:256:\".et_pb_blog_grid .et_quote_content, .et_pb_column_1_3 .et_quote_content, .et_pb_column_1_4 .et_quote_content, .et_pb_column_1_5 .et_quote_content, .et_pb_column_1_6 .et_quote_content, .et_pb_column_2_5 .et_quote_content, .et_pb_column_3_8 .et_quote_content\";i:1065;s:42:\".et_pb_column_4_4 .et_pb_post .et_pb_slide\";i:1066;s:42:\".et_pb_column_3_4 .et_pb_post .et_pb_slide\";i:1067;s:42:\".et_pb_column_2_3 .et_pb_post .et_pb_slide\";i:1068;s:86:\".et_pb_column_1_2 .et_pb_post .et_pb_slide, .et_pb_column_3_5 .et_pb_post .et_pb_slide\";i:1069;s:130:\".et_pb_column_1_3 .et_pb_post .et_pb_slide, .et_pb_column_2_5 .et_pb_post .et_pb_slide, .et_pb_column_3_8 .et_pb_post .et_pb_slide\";i:1070;s:130:\".et_pb_column_1_4 .et_pb_post .et_pb_slide, .et_pb_column_1_5 .et_pb_post .et_pb_slide, .et_pb_column_1_6 .et_pb_post .et_pb_slide\";i:1071;s:41:\".et_pb_blog_grid .et_pb_post .et_pb_slide\";i:1072;s:82:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art\";i:1073;s:40:\".et_pb_column_3_8 .et_pb_audio_cover_art\";i:1074;s:82:\".et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art\";i:1075;s:124:\".et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art\";i:1076;s:118:\".et_pb_column_1_4 .et_pb_contact_right, .et_pb_column_1_5 .et_pb_contact_right, .et_pb_column_1_6 .et_pb_contact_right\";i:1077;s:148:\".et_pb_column_1_4 .et_pb_number_counter .percent, .et_pb_column_1_5 .et_pb_number_counter .percent, .et_pb_column_1_6 .et_pb_number_counter .percent\";i:1078;s:130:\".et_pb_column_1_4 .et_pb_number_counter h3, .et_pb_column_1_5 .et_pb_number_counter h3, .et_pb_column_1_6 .et_pb_number_counter h3\";i:1079;s:65:\".et_vertical_nav.et_right_sidebar #main-content .container:before\";i:1080;s:64:\".et_vertical_nav.et_left_sidebar #main-content .container:before\";i:1081;s:42:\".et_vertical_nav #top-menu li.mega-menu>ul\";i:1082;s:67:\".et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p\";i:1083;s:117:\".et_vertical_nav .et_pb_column_3_4 .mejs-container, .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls\";i:1084;s:58:\".et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages\";i:1085;s:22:\"#sidebar .et_pb_widget\";i:1086;s:39:\".et_left_sidebar #sidebar .et_pb_widget\";i:1087;s:72:\"[data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped)\";i:1088;s:13:\".et_pb_column\";i:1089;s:42:\".et_pb_column .et_pb_row_inner, .et_pb_row\";i:1090;s:152:\".et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child\";i:1091;s:27:\".et_pb_column .et_pb_module\";i:1092;s:46:\".et_section_specialty .et_pb_row>.et_pb_column\";i:1093;s:252:\".et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child\";i:1094;s:32:\".et_pb_column.et_pb_column_empty\";i:1095;s:433:\".et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2)\";i:1096;s:178:\".et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child\";i:1097;s:273:\".et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col\";i:1098;s:152:\".et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:1099;s:200:\".et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even)\";i:1100;s:53:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4\";i:1101;s:68:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd)\";i:1102;s:53:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2\";i:1103;s:164:\".et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_4col .et_pb_column:nth-last-child(-n+2)\";i:1104;s:101:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5\";i:1105;s:133:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(even), .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(even)\";i:1106;s:53:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5\";i:1107;s:68:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd)\";i:1108;s:53:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5\";i:1109;s:57:\".et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2)\";i:1110;s:40:\".et_pb_row_5col .et_pb_column:last-child\";i:1111;s:105:\".et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6\";i:1112;s:133:\".et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n), .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n)\";i:1113;s:57:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1114;s:68:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child\";i:1115;s:57:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2\";i:1116;s:113:\".et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3), .et_pb_row_6col .et_pb_column:nth-last-child(-n+3)\";i:1117;s:49:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2\";i:1118;s:80:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6\";i:1119;s:91:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child\";i:1120;s:57:\".et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1121;s:73:\".et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(even)\";i:1122;s:47:\".et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3)\";i:1123;s:27:\".et_pb_space.et-hide-mobile\";i:1124;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:1125;s:71:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:1126;s:83:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:1127;s:82:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:1128;s:23:\".et_pb_widget_area_left\";i:1129;s:24:\".et_pb_widget_area_right\";i:1130;s:18:\".et_pb_more_button\";i:1131;s:195:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2, .et_pb_slide_description h2.et_pb_slide_title\";i:1132;s:43:\".et_pb_slide_description .et_pb_slide_title\";i:1133;s:20:\".et_pb_slide_content\";i:1134;s:24:\".et_pb_slide_description\";i:1135;s:48:\".et_pb_slide_with_image .et_pb_slide_description\";i:1136;s:190:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container\";i:1137;s:202:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:1138;s:202:\".et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form\";i:1139;s:427:\".et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form\";i:1140;s:349:\".et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_form\";i:1141;s:308:\".et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form\";i:1142;s:34:\".et_pb_column .et_pb_pricing_table\";i:1143;s:51:\".et_pb_column .et_pb_pricing_1 .et_pb_pricing_table\";i:1144;s:50:\".et_pb_column .et_pb_pricing_table:nth-child(2n+1)\";i:1145;s:49:\".et_pb_column .et_pb_pricing_table:nth-child(n+3)\";i:1146;s:42:\".et_pb_fullwidth_section .et_pb_post_title\";i:1147;s:31:\".et_pb_map_container>.et_pb_map\";i:1148;s:46:\".et_full_width_portfolio_page .et_project_meta\";i:1149;s:27:\".et_always_center_on_mobile\";i:1150;s:8:\".et-menu\";i:1151;s:228:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_fullwidth_menu--style-left_aligned .et_pb_row, .et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row\";i:1152;s:110:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, .et_pb_menu--style-left_aligned .et_pb_menu__wrap\";i:1153;s:158:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap\";i:1154;s:156:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap\";i:1155;s:164:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap\";i:1156;s:352:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap\";i:1157;s:332:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo\";i:1158;s:136:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot\";i:1159;s:56:\".et_pb_fullwidth_menu .et_pb_row, .et_pb_menu .et_pb_row\";i:1160;s:70:\".et_pb_fullwidth_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu\";i:1161;s:74:\".et_pb_fullwidth_menu .et_mobile_nav_menu, .et_pb_menu .et_mobile_nav_menu\";i:1162;s:66:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu\";i:1163;s:140:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul, .et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul\";i:1164;s:72:\".et_pb_fullwidth_menu .et_mobile_menu ul, .et_pb_menu .et_mobile_menu ul\";i:1165;s:120:\".et_pb_fullwidth_menu .et_pb_mobile_menu_upwards .et_mobile_menu, .et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu\";i:1166;s:19:\".et_mobile_nav_menu\";i:1167;s:29:\".et_pb_countdown_timer .title\";i:1168;s:33:\".et_pb_countdown_timer .section p\";i:1169;s:39:\".et_pb_countdown_timer .section p.label\";i:1170;s:45:\".et_pb_countdown_timer .sep.sep.sep.sep.sep p\";i:1171;s:70:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1172;s:76:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label\";i:1173;s:599:\".et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:1174;s:160:\".et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:1175;s:53:\".et_pb_section_video_bg.et_pb_section_video_bg_tablet\";i:1176;s:41:\".et_pb_bg_layout_light_tablet:not(:hover)\";i:1177;s:62:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_counter_title\";i:1178;s:489:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post p, .et_pb_bg_layout_light_tablet:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_light_tablet:not(:hover) p.et_pb_title_meta_container a\";i:1179;s:316:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_more_button, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_button, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_module.et_pb_button\";i:1180;s:144:\".et_pb_bg_layout_light_tablet:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_post_slider .post-meta a\";i:1181;s:200:\".et_pb_bg_layout_light_tablet:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1182;s:59:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_video_play\";i:1183;s:66:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_forgot_password a\";i:1184;s:120:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-arrow-next, .et_pb_bg_layout_light_tablet:not(:hover) .et-pb-arrow-prev\";i:1185;s:82:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-controllers .et-pb-active-control\";i:1186;s:62:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-controllers a\";i:1187;s:274:\".et_pb_bg_layout_light_tablet:not(:hover) h1, .et_pb_bg_layout_light_tablet:not(:hover) h2, .et_pb_bg_layout_light_tablet:not(:hover) h3, .et_pb_bg_layout_light_tablet:not(:hover) h4, .et_pb_bg_layout_light_tablet:not(:hover) h5, .et_pb_bg_layout_light_tablet:not(:hover) h6\";i:1188;s:68:\".et_pb_module .et_pb_bg_layout_light_tablet:not(:hover).et_pb_button\";i:1189;s:310:\".et_pb_bg_layout_dark_tablet:not(:hover), .et_pb_bg_layout_dark_tablet:not(:hover) h1, .et_pb_bg_layout_dark_tablet:not(:hover) h2, .et_pb_bg_layout_dark_tablet:not(:hover) h3, .et_pb_bg_layout_dark_tablet:not(:hover) h4, .et_pb_bg_layout_dark_tablet:not(:hover) h5, .et_pb_bg_layout_dark_tablet:not(:hover) h6\";i:1190;s:482:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post p, .et_pb_bg_layout_dark_tablet:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_dark_tablet:not(:hover) p.et_pb_title_meta_container a\";i:1191;s:142:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_post_slider .post-meta a\";i:1192;s:125:\".et_pb_bg_layout_dark_tablet:not(:hover) .comment_postinfo a, .et_pb_bg_layout_dark_tablet:not(:hover) .comment_postinfo span\";i:1193;s:85:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_social_media_follow li a.follow_button\";i:1194;s:91:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_social_media_follow li a.follow_button:hover\";i:1195;s:194:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_gallery .et_pb_gallery_pagination ul li a\";i:1196;s:101:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay\";i:1197;s:74:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_portfolio .meta p\";i:1198;s:69:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_menu ul li a\";i:1199;s:75:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_menu ul li a:hover\";i:1200;s:65:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_slide_description\";i:1201;s:61:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_slide_content\";i:1202;s:198:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1203;s:73:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_testimonial_description a\";i:1204;s:67:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s\";i:1205;s:94:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:1206;s:85:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s::-moz-placeholder\";i:1207;s:89:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s:-ms-input-placeholder\";i:1208;s:78:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_searchsubmit\";i:1209;s:61:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_counter_title\";i:1210;s:311:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_more_button, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_button, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_module.et_pb_button\";i:1211;s:494:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_module_meta, .et_pb_text_color_dark_tablet:not(:hover) .et_link_content a.et_link_main_url, .et_pb_text_color_dark_tablet:not(:hover) .et_link_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_pb_audio_module_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote cite, .et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote p\";i:1212;s:423:\".et_pb_text_color_dark_tablet:not(:hover).et_audio_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_link_content a.et_link_main_url, .et_pb_text_color_dark_tablet:not(:hover).et_link_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_pb_audio_module_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content blockquote cite, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content blockquote p\";i:1213;s:177:\".et_pb_text_color_dark_tablet:not(:hover).et_audio_content, .et_pb_text_color_dark_tablet:not(:hover).et_link_content, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content\";i:1214;s:248:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1215;s:252:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1216;s:195:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1217;s:230:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark_tablet:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1218;s:88:\".et_pb_text_color_dark_tablet:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1219;s:641:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_link_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_quote_content blockquote p\";i:1220;s:290:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1221;s:294:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1222;s:237:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1223;s:272:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1224;s:109:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1225;s:74:\".et_pb_newsletter .et_pb_contact_field_last_tablet+.et_pb_newsletter_field\";i:1226;s:105:\"p.et_pb_contact_field_half_tablet+p.et_pb_contact_field_last_tablet:not(.et_pb_contact_field_half_tablet)\";i:1227;s:107:\"p.et_pb_contact_field.et_pb_contact_field_last_tablet+p.et_pb_contact_field.et_pb_contact_field_last_tablet\";i:1228;s:73:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_tablet\";i:1229;s:47:\".et_pb_contact .et_pb_contact_field_half_tablet\";i:1230;s:73:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_tablet\";i:1231;s:47:\".et_pb_contact .et_pb_contact_field_last_tablet\";i:1232;s:85:\".et_pb_blurb.et_pb_text_align_left-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1233;s:86:\".et_pb_blurb.et_pb_text_align_right-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1234;s:90:\".et_pb_blurb.et_pb_text_align_justified-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1235;s:87:\".et_pb_blurb.et_pb_text_align_center-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1236;s:51:\".et_pb_text_align_left-tablet .et_pb_counter_amount\";i:1237;s:53:\".et_pb_text_align_center-tablet .et_pb_counter_amount\";i:1238;s:52:\".et_pb_text_align_right-tablet .et_pb_counter_amount\";i:1239;s:56:\".et_pb_text_align_justified-tablet .et_pb_counter_amount\";i:1240;s:428:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-tablet h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title\";i:1241;s:1086:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title\";i:1242;s:557:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper\";i:1243;s:183:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper\";i:1244;s:181:\".et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper\";i:1245;s:189:\".et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper\";i:1246;s:171:\".et_pb_shop.et_pb_text_align_center-tablet .star-rating, .et_pb_shop.et_pb_text_align_justified-tablet .star-rating, .et_pb_shop.et_pb_text_align_right-tablet .star-rating\";i:1247;s:29:\".et_pb_text_align_left-tablet\";i:1248;s:31:\".et_pb_text_align_center-tablet\";i:1249;s:30:\".et_pb_text_align_right-tablet\";i:1250;s:34:\".et_pb_text_align_justified-tablet\";i:1251;s:206:\".et_pb_text_align_left-tablet .wp-pagenavi, .et_pb_text_align_left-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1252;s:212:\".et_pb_text_align_center-tablet .wp-pagenavi, .et_pb_text_align_center-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1253;s:209:\".et_pb_text_align_right-tablet .wp-pagenavi, .et_pb_text_align_right-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1254;s:221:\".et_pb_text_align_justified-tablet .wp-pagenavi, .et_pb_text_align_justified-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1255;s:86:\".et_pb_filterable_portfolio.et_pb_text_align_center-tablet .et_pb_portfolio_filters ul\";i:1256;s:89:\".et_pb_filterable_portfolio.et_pb_text_align_justified-tablet .et_pb_portfolio_filters ul\";i:1257;s:85:\".et_pb_filterable_portfolio.et_pb_text_align_right-tablet .et_pb_portfolio_filters ul\";i:1258;s:128:\".et_pb_search.et_pb_text_align_center-tablet .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit\";i:1259;s:63:\".et_pb_search.et_pb_text_align_right-tablet .et_pb_searchsubmit\";i:1260;s:57:\".et_pb_search.et_pb_text_align_right-tablet input.et_pb_s\";i:1261;s:58:\".et_pb_search.et_pb_text_align_center-tablet input.et_pb_s\";i:1262;s:62:\".et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit\";i:1263;s:56:\".et_pb_search.et_pb_text_align_left-tablet input.et_pb_s\";i:1264;s:32:\".et_pb_has_bg_tablet.et_pb_promo\";i:1265;s:31:\".et_pb_no_bg_tablet.et_pb_promo\";i:1266;s:40:\".et_pb_animation_left_tablet.et-animated\";i:1267;s:41:\".et_pb_animation_right_tablet.et-animated\";i:1268;s:39:\".et_pb_animation_top_tablet.et-animated\";i:1269;s:42:\".et_pb_animation_bottom_tablet.et-animated\";i:1270;s:43:\".et_pb_animation_fade_in_tablet.et-animated\";i:1271;s:140:\".et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down, .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone\";i:1272;s:73:\".et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet\";i:1273;s:41:\".et_pb_divider_position_top_tablet:before\";i:1274;s:44:\".et_pb_divider_position_bottom_tablet:before\";i:1275;s:44:\".et_pb_divider_position_center_tablet:before\";i:1276;s:43:\".et_parallax_bg.et_parallax_bg_tablet_exist\";i:1277;s:37:\".et_parallax_bg.et_parallax_bg_tablet\";i:1278;s:77:\".et_overlay.et_pb_inline_icon_tablet:before, .et_pb_inline_icon_tablet:before\";i:1279;s:74:\".et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after\";i:1280;s:63:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left\";i:1281;s:64:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right\";i:1282;s:65:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center\";i:1283;s:117:\".et_pb_blurb_position_left_tablet .et_pb_main_blurb_image, .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image\";i:1284;s:125:\".et_pb_blurb_position_left_tablet .et_pb_main_blurb_image img, .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image img\";i:1285;s:93:\".et_pb_blurb_position_left_tablet .et-pb-icon, .et_pb_blurb_position_right_tablet .et-pb-icon\";i:1286;s:107:\".et_pb_blurb_position_left_tablet .et-pb-icon-circle, .et_pb_blurb_position_right_tablet .et-pb-icon-circle\";i:1287;s:121:\".et_pb_blurb_position_left_tablet .et-pb-icon-circle-border, .et_pb_blurb_position_right_tablet .et-pb-icon-circle-border\";i:1288;s:115:\".et_pb_blurb_position_left_tablet .et_pb_blurb_container, .et_pb_blurb_position_right_tablet .et_pb_blurb_container\";i:1289;s:56:\".et_pb_blurb_position_left_tablet .et_pb_blurb_container\";i:1290;s:54:\".et_pb_blurb_position_left_tablet .et_pb_blurb_content\";i:1291;s:57:\".et_pb_blurb_position_right_tablet .et_pb_blurb_container\";i:1292;s:55:\".et_pb_blurb_position_right_tablet .et_pb_blurb_content\";i:1293;s:58:\".et_pb_blurb_position_right_tablet .et_pb_main_blurb_image\";i:1294;s:46:\".et_pb_blurb_position_right_tablet .et-pb-icon\";i:1295;s:56:\".et_pb_blurb_position_top_tablet .et_pb_main_blurb_image\";i:1296;s:44:\".et_pb_blurb_position_top_tablet .et-pb-icon\";i:1297;s:51:\".et_pb_blurb_position_top_tablet .et-pb-icon-circle\";i:1298;s:55:\".et_pb_blurb_position_top_tablet .et_pb_blurb_container\";i:1299;s:53:\".et_pb_blurb_position_top_tablet .et_pb_blurb_content\";i:1300;s:26:\".et_pb_image_sticky_tablet\";i:1301;s:32:\".et_pb_image_bottom_space_tablet\";i:1302;s:119:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1303;s:147:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1304;s:151:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1305;s:30:\".et_pb_column .et_pb_grid_item\";i:1306;s:42:\".et_pb_column .et_pb_grid_item.last_in_row\";i:1307;s:77:\".et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget\";i:1308;s:105:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_column .et_pb_widget:nth-child(2n)\";i:1309;s:109:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n+1), .et_pb_column .et_pb_widget:nth-child(2n+1)\";i:1310;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:1311;s:98:\".et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_blog_grid .column.size-1of2\";i:1312;s:144:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child\";i:1313;s:1659:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1314;s:1250:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1315;s:2168:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1316;s:98:\".et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module\";i:1317;s:282:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1318;s:240:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1319;s:164:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:1320;s:540:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:1321;s:3940:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1322;s:407:\".et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5\";i:1323;s:2967:\".et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1324;s:564:\".et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6\";i:1325;s:4060:\".et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1326;s:147:\".et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1327;s:1051:\".et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1328;s:87:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_column .et_pb_widget\";i:1329;s:230:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row, .rtl .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_column .et_pb_widget .last_in_row, .rtl .et_pb_column .et_pb_widget:nth-child(2n)\";i:1330;s:260:\".rtl .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column .et_pb_widget, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1331;s:53:\".woocommerce-page ul.products li.product:nth-child(n)\";i:1332;s:54:\".woocommerce-page ul.products li.product:nth-child(3n)\";i:1333;s:56:\".woocommerce-page ul.products li.product:nth-child(3n+1)\";i:1334;s:49:\".et_hide_mobile_logo #main-header .logo_container\";i:1335;s:283:\"#page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:1336;s:325:\".et-tb #page-container, .et-tb-has-header #page-container, .et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb-has-header #page-container\";i:1337;s:33:\".et_non_fixed_nav #page-container\";i:1338;s:366:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:1339;s:20:\"#left-area, #sidebar\";i:1340;s:112:\".et_left_sidebar #left-area, .et_left_sidebar #sidebar, .et_right_sidebar #left-area, .et_right_sidebar #sidebar\";i:1341;s:129:\".et_full_width_page .et_gallery_item:nth-child(4n+1), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1)\";i:1342;s:27:\".footer-widget:nth-child(n)\";i:1343;s:39:\"#footer-widgets .footer-widget .fwidget\";i:1344;s:43:\".et_pb_gutters1 .footer-widget:nth-child(n)\";i:1345;s:55:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget\";i:1346;s:15:\"#footer-widgets\";i:1347;s:44:\"#footer-widgets .footer-widget:nth-child(2n)\";i:1348;s:51:\"#footer-widgets .footer-widget:nth-last-child(-n+2)\";i:1349;s:11:\".bottom-nav\";i:1350;s:71:\".woocommerce .cart-collaterals>div, .woocommerce .cart-collaterals>form\";i:1351;s:19:\".shop_table .coupon\";i:1352;s:55:\".checkout .col-1, .checkout .col-2, .checkout .form-row\";i:1353;s:34:\".checkout .col-1, .checkout .col-2\";i:1354;s:25:\"#main-header, #top-header\";i:1355;s:9:\"#top-menu\";i:1356;s:38:\".et_header_style_centered #main-header\";i:1357;s:42:\".et_header_style_centered nav#top-menu-nav\";i:1358;s:35:\".et_header_style_split #main-header\";i:1359;s:101:\".et_header_style_split #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:1360;s:18:\"#et-top-navigation\";i:1361;s:154:\".et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1362;s:99:\".et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation\";i:1363;s:77:\".et_fixed_nav #main-header, .et_non_fixed_nav.et_transparent_nav #main-header\";i:1364;s:89:\".et_vertical_nav.et_left_sidebar #left-area, .et_vertical_nav.et_right_sidebar #left-area\";i:1365;s:37:\"#et-secondary-menu, #et-secondary-nav\";i:1366;s:129:\".et_fixed_nav_temp #main-header, .et_non_fixed_nav.et_transparent_nav_temp #main-header, .et_secondary_nav_only_menu #main-header\";i:1367;s:39:\".et_secondary_nav_only_menu #top-header\";i:1368;s:22:\"#top-header .container\";i:1369;s:8:\"#et-info\";i:1370;s:48:\"#logo, #main-header, .container, .logo_container\";i:1371;s:31:\".et_header_style_centered #logo\";i:1372;s:60:\".et_header_style_centered header#main-header .logo_container\";i:1373;s:57:\".et_header_style_split header#main-header .logo_container\";i:1374;s:33:\".et_vertical_nav span.logo_helper\";i:1375;s:53:\".et_vertical_nav.et_header_style_left .logo_container\";i:1376;s:57:\".et_header_style_left #logo, .et_header_style_split #logo\";i:1377;s:14:\"#et_top_search\";i:1378;s:22:\"#et_search_icon:before\";i:1379;s:111:\".et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:1380;s:83:\".et_header_style_centered .et_search_outer, .et_header_style_split .et_search_outer\";i:1381;s:105:\".et_header_style_split #et_top_search, .et_vertical_nav.et_header_style_split #main-header #et_top_search\";i:1382;s:77:\".et_header_style_left .et-search-form, .et_header_style_split .et-search-form\";i:1383;s:66:\".et_header_style_slide .et_slide_in_menu_container .et-search-form\";i:1384;s:30:\"#footer-info, .et-social-icons\";i:1385;s:16:\".et-social-icons\";i:1386;s:28:\"#top-header .et-social-icons\";i:1387;s:58:\".et_header_style_centered #et-top-navigation .et-cart-info\";i:1388;s:32:\"#et-top-navigation .et-cart-info\";i:1389;s:19:\"#et_mobile_nav_menu\";i:1390;s:153:\".et_header_style_centered .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar), .et_header_style_split .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1391;s:45:\".et_header_style_centered #et_mobile_nav_menu\";i:1392;s:50:\".et_header_style_centered #main-header .mobile_nav\";i:1393;s:99:\".et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page\";i:1394;s:77:\".et_header_style_centered .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1395;s:41:\".et_header_style_centered .et_mobile_menu\";i:1396;s:42:\".et_header_style_split #et_mobile_nav_menu\";i:1397;s:39:\".et_header_style_split nav#top-menu-nav\";i:1398;s:47:\".et_header_style_split #main-header .mobile_nav\";i:1399;s:74:\".et_header_style_split .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1400;s:38:\".et_header_style_split .et_mobile_menu\";i:1401;s:43:\"body.admin-bar.et_vertical_nav #main-header\";i:1402;s:151:\".et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header\";i:1403;s:62:\"body.admin-bar.et_fixed_nav.et_header_style_slide #main-header\";i:1404;s:80:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header\";i:1405;s:210:\"body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:1406;s:155:\"body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:1407;s:64:\"body.admin-bar.et_header_style_slide .et_slide_in_menu_container\";i:1408;s:183:\".et_pb_column_1_2 .et_pb_video_play, .et_pb_column_2_3 .et_pb_video_play, .et_pb_column_3_4 .et_pb_video_play, .et_pb_column_3_5 .et_pb_video_play, .et_pb_column_4_4 .et_pb_video_play\";i:1409;s:253:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form\";i:1410;s:184:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter\";i:1411;s:274:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description\";i:1412;s:256:\"#main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, .woocommerce-cart #content-area table td, .woocommerce-cart #content-area table th, .woocommerce-cart #content-area table tr, table.cart td, table.cart th, table.cart tr\";i:1413;s:66:\"#content-area table tr, #main-content table.cart tr, table.cart tr\";i:1414;s:33:\".woocommerce .cart_item .quantity\";i:1415;s:59:\".woocommerce-cart table.cart td.actions .coupon .input-text\";i:1416;s:65:\".woocommerce-cart table.cart td.actions .button[name=update_cart]\";i:1417;s:16:\".et_left_tabs_bg\";i:1418;s:64:\".et-tabs-container .et-tabs-control, .tabs-left .et-tabs-control\";i:1419;s:38:\".tabs-left ul.et_shortcodes_mobile_nav\";i:1420;s:40:\".tabs-left ul.et_shortcodes_mobile_nav a\";i:1421;s:27:\".tabs-left .et-tabs-content\";i:1422;s:46:\".et-tabs-container ul.et_shortcodes_mobile_nav\";i:1423;s:49:\".et-tabs-container ul.et_shortcodes_mobile_nav li\";i:1424;s:11:\".et-pricing\";i:1425;s:113:\"body.et_full_width_page .pricing-table, body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";i:1426;s:12:\".pricing-big\";i:1427;s:181:\"body.et_full_width_page .one_fourth, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .three_fourth, body.et_full_width_page .two_third\";i:1428;s:82:\"body.et_full_width_page .et-protected, body.et_full_width_page .et-testimonial-box\";i:1429;s:42:\"body.et_full_width_page .et-protected-form\";i:1430;s:109:\"body.et_left_sidebar .author-shortcodes .author-inner, body.et_right_sidebar .author-shortcodes .author-inner\";i:1431;s:109:\"body.et_left_sidebar .author-shortcodes .author-image, body.et_right_sidebar .author-shortcodes .author-image\";i:1432;s:123:\"body.et_left_sidebar .quote-center .et_quote_additional_sign, body.et_right_sidebar .quote-center .et_quote_additional_sign\";i:1433;s:91:\"body.et_left_sidebar .et_shortcodes_controls, body.et_right_sidebar .et_shortcodes_controls\";i:1434;s:109:\"body.et_left_sidebar .et_shortcodes_controls_arrows a, body.et_right_sidebar .et_shortcodes_controls_arrows a\";i:1435;s:71:\"[data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped)\";i:1436;s:78:\".et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:1437;s:38:\".et_pb_slide_image, .et_pb_slide_video\";i:1438;s:18:\".et_pb_slide_video\";i:1439;s:39:\".et_pb_section_first .et_pb_slide_image\";i:1440;s:86:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title\";i:1441;s:61:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content\";i:1442;s:67:\".et_pb_portfolio_item h2, .et_pb_post h2, .et_pb_title_container h1\";i:1443;s:74:\".et_pb_carousel .et-pb-arrow-prev, .et_pb_carousel:hover .et-pb-arrow-prev\";i:1444;s:74:\".et_pb_carousel .et-pb-arrow-next, .et_pb_carousel:hover .et-pb-arrow-next\";i:1445;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-prev\";i:1446;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-next\";i:1447;s:462:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:1448;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:1449;s:84:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a\";i:1450;s:104:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a\";i:1451;s:105:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a\";i:1452;s:12:\".et_pb_promo\";i:1453;s:798:\".et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form\";i:1454;s:109:\".et_pb_column_2_3>.et_pb_newsletter, .et_pb_column_3_4>.et_pb_newsletter, .et_pb_column_4_4>.et_pb_newsletter\";i:1455;s:65:\".et_pb_column_4_4>.et_pb_newsletter .et_pb_newsletter_description\";i:1456;s:37:\".et_pb_slider:hover .et-pb-arrow-prev\";i:1457;s:37:\".et_pb_slider:hover .et-pb-arrow-next\";i:1458;s:18:\".et-pb-controllers\";i:1459;s:34:\".format-gallery .et-pb-controllers\";i:1460;s:65:\".et_transparent_nav .et_pb_section:first-child .et-pb-controllers\";i:1461;s:88:\".et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description\";i:1462;s:88:\".et_pb_slider_show_image .et_pb_slide_image, .et_pb_slider_show_image .et_pb_slide_video\";i:1463;s:45:\".et_pb_slide_description h2.et_pb_slide_title\";i:1464;s:22:\".et_pb_slide_image img\";i:1465;s:43:\".et_pb_section_first .et_pb_slide_image img\";i:1466;s:128:\".et_pb_slide_description, .et_pb_slide_with_image .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:1467;s:20:\".et_pb_tabs_controls\";i:1468;s:23:\".et_pb_tabs_controls li\";i:1469;s:95:\".et_pb_column .et_pb_pricing_table.et-last-child, .et_pb_column .et_pb_pricing_table:last-child\";i:1470;s:55:\".et_pb_column .et_pb_contact p.et_pb_contact_field_half\";i:1471;s:44:\".et_pb_column .et_pb_testimonial_description\";i:1472;s:41:\".et_pb_column .et_pb_testimonial_portrait\";i:1473;s:24:\".et_pb_team_member_image\";i:1474;s:30:\".et_pb_team_member_description\";i:1475;s:53:\".et_pb_blog_grid .et_quote_content, .et_quote_content\";i:1476;s:79:\".et_pb_blog_grid .et_quote_content blockquote p, .et_quote_content blockquote p\";i:1477;s:85:\".et_pb_blog_grid .et_quote_content blockquote cite, .et_quote_content blockquote cite\";i:1478;s:16:\".et_link_content\";i:1479;s:41:\".et_audio_content h2, .et_link_content h2\";i:1480;s:35:\".et_link_content a.et_link_main_url\";i:1481;s:63:\".et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1482;s:80:\".et_pb_blog_grid .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1483;s:17:\".et_audio_content\";i:1484;s:20:\".et_audio_content h2\";i:1485;s:66:\".et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:1486;s:22:\".et_pb_audio_cover_art\";i:1487;s:27:\".et_pb_audio_module_content\";i:1488;s:30:\".et_pb_audio_module_content h2\";i:1489;s:121:\".et_pb_column_1_4 .et_audio_module_meta, .et_pb_column_1_5 .et_audio_module_meta, .et_pb_column_1_6 .et_audio_module_meta\";i:1490;s:15:\".et-hide-mobile\";i:1491;s:127:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:1492;s:585:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:1493;s:159:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:1494;s:169:\".et_pb_slider_with_overlay .et_pb_slide_image, .et_pb_slider_with_overlay .et_pb_slide_video, .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description\";i:1495;s:45:\".et_pb_slider_with_overlay .et_pb_slide_image\";i:1496;s:52:\".et_pb_section_video_bg.et_pb_section_video_bg_phone\";i:1497;s:61:\".et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet\";i:1498;s:40:\".et_pb_bg_layout_light_phone:not(:hover)\";i:1499;s:61:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_counter_title\";i:1500;s:482:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post p, .et_pb_bg_layout_light_phone:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_light_phone:not(:hover) p.et_pb_title_meta_container a\";i:1501;s:142:\".et_pb_bg_layout_light_phone:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_light_phone:not(:hover).et_pb_post_slider .post-meta a\";i:1502;s:311:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_more_button, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_light_phone:not(:hover).et_pb_button, .et_pb_bg_layout_light_phone:not(:hover).et_pb_module.et_pb_button\";i:1503;s:198:\".et_pb_bg_layout_light_phone:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light_phone:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1504;s:58:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_video_play\";i:1505;s:65:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_forgot_password a\";i:1506;s:118:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-arrow-next, .et_pb_bg_layout_light_phone:not(:hover) .et-pb-arrow-prev\";i:1507;s:81:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-controllers .et-pb-active-control\";i:1508;s:61:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-controllers a\";i:1509;s:268:\".et_pb_bg_layout_light_phone:not(:hover) h1, .et_pb_bg_layout_light_phone:not(:hover) h2, .et_pb_bg_layout_light_phone:not(:hover) h3, .et_pb_bg_layout_light_phone:not(:hover) h4, .et_pb_bg_layout_light_phone:not(:hover) h5, .et_pb_bg_layout_light_phone:not(:hover) h6\";i:1510;s:67:\".et_pb_module .et_pb_bg_layout_light_phone:not(:hover).et_pb_button\";i:1511;s:303:\".et_pb_bg_layout_dark_phone:not(:hover), .et_pb_bg_layout_dark_phone:not(:hover) h1, .et_pb_bg_layout_dark_phone:not(:hover) h2, .et_pb_bg_layout_dark_phone:not(:hover) h3, .et_pb_bg_layout_dark_phone:not(:hover) h4, .et_pb_bg_layout_dark_phone:not(:hover) h5, .et_pb_bg_layout_dark_phone:not(:hover) h6\";i:1512;s:475:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post p, .et_pb_bg_layout_dark_phone:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_dark_phone:not(:hover) p.et_pb_title_meta_container a\";i:1513;s:140:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_post_slider .post-meta a\";i:1514;s:123:\".et_pb_bg_layout_dark_phone:not(:hover) .comment_postinfo a, .et_pb_bg_layout_dark_phone:not(:hover) .comment_postinfo span\";i:1515;s:84:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_social_media_follow li a.follow_button\";i:1516;s:90:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_social_media_follow li a.follow_button:hover\";i:1517;s:192:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_gallery .et_pb_gallery_pagination ul li a\";i:1518;s:100:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay\";i:1519;s:73:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_portfolio .meta p\";i:1520;s:68:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_menu ul li a\";i:1521;s:74:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_menu ul li a:hover\";i:1522;s:64:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_slide_description\";i:1523;s:60:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_slide_content\";i:1524;s:196:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1525;s:72:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_testimonial_description a\";i:1526;s:66:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s\";i:1527;s:93:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:1528;s:84:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s::-moz-placeholder\";i:1529;s:88:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s:-ms-input-placeholder\";i:1530;s:77:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_searchsubmit\";i:1531;s:60:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_counter_title\";i:1532;s:306:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_more_button, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_button, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_module.et_pb_button\";i:1533;s:683:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_link_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_quote_content blockquote p\";i:1534;s:585:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_audio_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content a.et_link_main_url, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_pb_audio_module_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content blockquote cite, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content blockquote p\";i:1535;s:258:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_audio_content, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content\";i:1536;s:302:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1537;s:306:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1538;s:249:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1539;s:284:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1540;s:115:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1541;s:683:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_link_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote p\";i:1542;s:302:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1543;s:306:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1544;s:249:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1545;s:284:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1546;s:115:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1547;s:73:\".et_pb_newsletter .et_pb_contact_field_last_phone+.et_pb_newsletter_field\";i:1548;s:102:\"p.et_pb_contact_field_half_phone+p.et_pb_contact_field_last_phone:not(.et_pb_contact_field_half_phone)\";i:1549;s:105:\"p.et_pb_contact_field.et_pb_contact_field_last_phone+p.et_pb_contact_field.et_pb_contact_field_last_phone\";i:1550;s:72:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_phone\";i:1551;s:46:\".et_pb_contact .et_pb_contact_field_half_phone\";i:1552;s:72:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_phone\";i:1553;s:46:\".et_pb_contact .et_pb_contact_field_last_phone\";i:1554;s:84:\".et_pb_blurb.et_pb_text_align_left-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1555;s:85:\".et_pb_blurb.et_pb_text_align_right-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1556;s:89:\".et_pb_blurb.et_pb_text_align_justified-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1557;s:86:\".et_pb_blurb.et_pb_text_align_center-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1558;s:50:\".et_pb_text_align_left-phone .et_pb_counter_amount\";i:1559;s:52:\".et_pb_text_align_center-phone .et_pb_counter_amount\";i:1560;s:51:\".et_pb_text_align_right-phone .et_pb_counter_amount\";i:1561;s:55:\".et_pb_text_align_justified-phone .et_pb_counter_amount\";i:1562;s:422:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-phone h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title\";i:1563;s:1074:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_title\";i:1564;s:551:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper\";i:1565;s:181:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper\";i:1566;s:179:\".et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper\";i:1567;s:187:\".et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper\";i:1568;s:168:\".et_pb_shop.et_pb_text_align_center-phone .star-rating, .et_pb_shop.et_pb_text_align_justified-phone .star-rating, .et_pb_shop.et_pb_text_align_right-phone .star-rating\";i:1569;s:28:\".et_pb_text_align_left-phone\";i:1570;s:30:\".et_pb_text_align_center-phone\";i:1571;s:29:\".et_pb_text_align_right-phone\";i:1572;s:33:\".et_pb_text_align_justified-phone\";i:1573;s:203:\".et_pb_text_align_left-phone .wp-pagenavi, .et_pb_text_align_left-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1574;s:209:\".et_pb_text_align_center-phone .wp-pagenavi, .et_pb_text_align_center-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1575;s:206:\".et_pb_text_align_right-phone .wp-pagenavi, .et_pb_text_align_right-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1576;s:218:\".et_pb_text_align_justified-phone .wp-pagenavi, .et_pb_text_align_justified-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1577;s:85:\".et_pb_filterable_portfolio.et_pb_text_align_center-phone .et_pb_portfolio_filters ul\";i:1578;s:88:\".et_pb_filterable_portfolio.et_pb_text_align_justified-phone .et_pb_portfolio_filters ul\";i:1579;s:84:\".et_pb_filterable_portfolio.et_pb_text_align_right-phone .et_pb_portfolio_filters ul\";i:1580;s:126:\".et_pb_search.et_pb_text_align_center-phone .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left-phone .et_pb_searchsubmit\";i:1581;s:62:\".et_pb_search.et_pb_text_align_right-phone .et_pb_searchsubmit\";i:1582;s:56:\".et_pb_search.et_pb_text_align_right-phone input.et_pb_s\";i:1583;s:57:\".et_pb_search.et_pb_text_align_center-phone input.et_pb_s\";i:1584;s:31:\".et_pb_has_bg_phone.et_pb_promo\";i:1585;s:30:\".et_pb_no_bg_phone.et_pb_promo\";i:1586;s:39:\".et_pb_animation_left_phone.et-animated\";i:1587;s:40:\".et_pb_animation_right_phone.et-animated\";i:1588;s:38:\".et_pb_animation_top_phone.et-animated\";i:1589;s:41:\".et_pb_animation_bottom_phone.et-animated\";i:1590;s:42:\".et_pb_animation_fade_in_phone.et-animated\";i:1591;s:139:\".et_pb_fullwidth_header .scroll-down-container-phone .scroll-down, .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet\";i:1592;s:71:\".et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone\";i:1593;s:40:\".et_pb_divider_position_top_phone:before\";i:1594;s:43:\".et_pb_divider_position_bottom_phone:before\";i:1595;s:43:\".et_pb_divider_position_center_phone:before\";i:1596;s:42:\".et_parallax_bg.et_parallax_bg_phone_exist\";i:1597;s:36:\".et_parallax_bg.et_parallax_bg_phone\";i:1598;s:75:\".et_overlay.et_pb_inline_icon_phone:before, .et_pb_inline_icon_phone:before\";i:1599;s:62:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_left\";i:1600;s:63:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_right\";i:1601;s:64:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_center\";i:1602;s:115:\".et_pb_blurb_position_left_phone .et_pb_main_blurb_image, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image\";i:1603;s:123:\".et_pb_blurb_position_left_phone .et_pb_main_blurb_image img, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image img\";i:1604;s:91:\".et_pb_blurb_position_left_phone .et-pb-icon, .et_pb_blurb_position_right_phone .et-pb-icon\";i:1605;s:105:\".et_pb_blurb_position_left_phone .et-pb-icon-circle, .et_pb_blurb_position_right_phone .et-pb-icon-circle\";i:1606;s:119:\".et_pb_blurb_position_left_phone .et-pb-icon-circle-border, .et_pb_blurb_position_right_phone .et-pb-icon-circle-border\";i:1607;s:113:\".et_pb_blurb_position_left_phone .et_pb_blurb_container, .et_pb_blurb_position_right_phone .et_pb_blurb_container\";i:1608;s:55:\".et_pb_blurb_position_left_phone .et_pb_blurb_container\";i:1609;s:53:\".et_pb_blurb_position_left_phone .et_pb_blurb_content\";i:1610;s:56:\".et_pb_blurb_position_right_phone .et_pb_blurb_container\";i:1611;s:54:\".et_pb_blurb_position_right_phone .et_pb_blurb_content\";i:1612;s:57:\".et_pb_blurb_position_right_phone .et_pb_main_blurb_image\";i:1613;s:45:\".et_pb_blurb_position_right_phone .et-pb-icon\";i:1614;s:55:\".et_pb_blurb_position_top_phone .et_pb_main_blurb_image\";i:1615;s:43:\".et_pb_blurb_position_top_phone .et-pb-icon\";i:1616;s:50:\".et_pb_blurb_position_top_phone .et-pb-icon-circle\";i:1617;s:54:\".et_pb_blurb_position_top_phone .et_pb_blurb_container\";i:1618;s:52:\".et_pb_blurb_position_top_phone .et_pb_blurb_content\";i:1619;s:25:\".et_pb_image_sticky_phone\";i:1620;s:31:\".et_pb_image_bottom_space_phone\";i:1621;s:151:\".et_pb_column .et_pb_grid_item, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1622;s:193:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1623;s:199:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1624;s:385:\".et_pb_column .et_pb_grid_item .last_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .last_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n)\";i:1625;s:394:\".et_pb_column .et_pb_grid_item .first_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .first_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column .et_pb_grid_item:nth-child(2n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1)\";i:1626;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:1627;s:27:\".et_pb_column .et_pb_widget\";i:1628;s:430:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1629;s:514:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1630;s:526:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1631;s:146:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item\";i:1632;s:104:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item\";i:1633;s:128:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.last_in_row\";i:1634;s:264:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1635;s:65:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:1636;s:32:\"#comment-wrap li.comment article\";i:1637;s:13:\".comment-body\";i:1638;s:19:\".comment-reply-link\";i:1639;s:91:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url]\";i:1640;s:18:\".comment .children\";i:1641;s:54:\".woocommerce-page ul.products li.product:nth-child(2n)\";i:1642;s:56:\".woocommerce-page ul.products li.product:nth-child(2n+1)\";i:1643;s:35:\".et_mobile_device .et-pb-arrow-prev\";i:1644;s:35:\".et_mobile_device .et-pb-arrow-next\";i:1645;s:78:\"#footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget\";i:1646;s:84:\"#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n)\";i:1647;s:116:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget, .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n)\";i:1648;s:50:\"#footer-widgets .footer-widget .fwidget:last-child\";i:1649;s:41:\"#footer-widgets .footer-widget:last-child\";i:1650;s:276:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active\";i:1651;s:134:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a\";i:1652;s:22:\".woocommerce .form-row\";i:1653;s:161:\"body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:1654;s:25:\"#et-info .et-social-icons\";i:1655;s:45:\"#et-secondary-menu .et_duplicate_social_icons\";i:1656;s:141:\"body.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:1657;s:28:\"#et-info, #et-secondary-menu\";i:1658;s:47:\".et_secondary_nav_two_panels #et-secondary-menu\";i:1659;s:25:\"#top-header .et-cart-info\";i:1660;s:38:\".et_header_style_fullscreen #et-info a\";i:1661;s:62:\".et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:1662;s:55:\".et_header_style_fullscreen .et_slide_in_menu_container\";i:1663;s:102:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu\";i:1664;s:82:\".et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:1665;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev\";i:1666;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:1667;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next\";i:1668;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:1669;s:56:\"body.et_full_width_page .author-shortcodes .author-inner\";i:1670;s:56:\"body.et_full_width_page .author-shortcodes .author-image\";i:1671;s:63:\"body.et_full_width_page .quote-center .et_quote_additional_sign\";i:1672;s:47:\"body.et_full_width_page .et_shortcodes_controls\";i:1673;s:56:\"body.et_full_width_page .et_shortcodes_controls_arrows a\";i:1674;s:38:\".et-box:before, .et-testimonial:before\";i:1675;s:15:\".et-box-content\";i:1676;s:15:\".et-testimonial\";i:1677;s:127:\".et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6\";i:1678;s:331:\".et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child\";i:1679;s:187:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child\";i:1680;s:41:\".et_pb_slide_content, a.et_pb_more_button\";i:1681;s:96:\".et_pb_slider_fullwidth_off .et_pb_more_button, .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:1682;s:21:\".et_pb_portfolio_item\";i:1683;s:35:\".et_pb_blog_grid h2, .et_pb_post h2\";i:1684;s:22:\".et_pb_post .post-meta\";i:1685;s:210:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_blog_grid .et_pb_post.format-link>*, .et_pb_blog_grid .et_pb_post.format-quote>*\";i:1686;s:125:\".et_pb_blog_grid .et_pb_post>.et_pb_image_container, .et_pb_blog_grid .et_pb_post>.post-meta, .et_pb_blog_grid .et_pb_post>h2\";i:1687;s:39:\".et_pb_blog_grid .et_pb_post .post-meta\";i:1688;s:346:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:1689;s:107:\".et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_blog_grid .et_quote_content, .et_quote_content\";i:1690;s:145:\".et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide, .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1691;s:18:\".et_pb_testimonial\";i:1692;s:190:\".et_pb_column .et_pb_grid_item .on_last_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .on_last_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .on_last_row\";i:1693;s:89:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget\";i:1694;s:961:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1695;s:724:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1696;s:1258:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1697;s:19:\".comment_avatar img\";i:1698;s:33:\"a.comment-reply-link.et_pb_button\";i:1699;s:39:\"a.comment-reply-link.et_pb_button:after\";i:1700;s:68:\"#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget\";i:1701;s:35:\"#footer-widgets .footer-widget.last\";i:1702;s:115:\"#content table.cart td, #content table.cart th, #content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:1703;s:108:\".woocommerce-cart table.cart td.actions .button, .woocommerce-cart table.cart td.actions .coupon .input-text\";i:1704;s:15:\"#page-container\";i:1705;s:8:\"#respond\";i:1706;s:1110:\".et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2)\";i:1707;s:1126:\".et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2)\";i:1708;s:130:\".et_pb_column_1_4 .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_description\";i:1709;s:184:\".et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img\";i:1710;s:166:\".et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body\";i:1711;s:181:\".et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children\";i:1712;s:184:\".et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link\";i:1713;s:94:\".et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar\";i:1714;s:97:\".et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text\";i:1715;s:298:\".et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar\";i:1716;s:307:\".et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text, .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text, .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text\";i:1717;s:62:\".et_pb_in_customizer.et_pb_login .et_pb_newsletter_description\";i:1718;s:220:\".et_pb_column_1_3 .et_pb_video_play, .et_pb_column_1_4 .et_pb_video_play, .et_pb_column_1_5 .et_pb_video_play, .et_pb_column_1_6 .et_pb_video_play, .et_pb_column_2_5 .et_pb_video_play, .et_pb_column_3_8 .et_pb_video_play\";i:1719;s:289:\".et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait, .et_pb_row_4col .et_pb_testimonial_portrait\";i:1720;s:38:\".et_pb_column .et_pb_team_member_image\";i:1721;s:71:\".et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image\";i:1722;s:44:\".et_pb_column .et_pb_team_member_description\";i:1723;s:30:\".et_quote_content blockquote p\";i:1724;s:33:\".et_quote_content blockquote cite\";i:1725;s:34:\".et_pb_blog_grid .et_quote_content\";i:1726;s:47:\".et_pb_blog_grid .et_quote_content blockquote p\";i:1727;s:50:\".et_pb_blog_grid .et_quote_content blockquote cite\";i:1728;s:19:\".et_link_content h2\";i:1729;s:36:\".et_pb_blog_grid .et_link_content h2\";i:1730;s:52:\".et_pb_blog_grid .et_link_content a.et_link_main_url\";i:1731;s:80:\".et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide\";i:1732;s:37:\".et_pb_blog_grid .et_audio_content h2\";i:1733;s:1560:\".et_pb_column_1_2>.et_pb_newsletter_layout_left_right, .et_pb_column_1_2>.et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5 .et_pb_newsletter_layout_left_right, .et_pb_column_2_5 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5>.et_pb_newsletter_layout_left_right, .et_pb_column_3_5>.et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left\";i:1734;s:58:\".et_pb_section_video_bg.et_pb_section_video_bg_tablet_only\";i:1735;s:105:\".et_pb_countdown_timer .section p, .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1736;s:33:\".mfp-img-mobile .mfp-image-holder\";i:1737;s:27:\".mfp-img-mobile img.mfp-img\";i:1738;s:33:\".mfp-img-mobile .mfp-figure:after\";i:1739;s:33:\".mfp-img-mobile .mfp-figure small\";i:1740;s:31:\".mfp-img-mobile .mfp-bottom-bar\";i:1741;s:37:\".mfp-img-mobile .mfp-bottom-bar:empty\";i:1742;s:28:\".mfp-img-mobile .mfp-counter\";i:1743;s:26:\".mfp-img-mobile .mfp-close\";i:1744;s:10:\".mfp-arrow\";i:1745;s:15:\".mfp-arrow-left\";i:1746;s:16:\".mfp-arrow-right\";i:1747;s:14:\".mfp-container\";i:1748;s:339:\"body.et_left_sidebar .one_fourth, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .three_fourth, body.et_left_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .three_fourth, body.et_right_sidebar .two_third\";i:1749;s:156:\"body.et_left_sidebar .et-protected, body.et_left_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected, body.et_right_sidebar .et-testimonial-box\";i:1750;s:81:\"body.et_left_sidebar .et-protected-form, body.et_right_sidebar .et-protected-form\";i:1751;s:38:\"body.et_full_width_page .pricing-table\";i:1752;s:294:\"a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var\";i:1753;s:4:\"body\";i:1754;s:6:\"ol, ul\";i:1755;s:13:\"blockquote, q\";i:1756;s:54:\"blockquote:after, blockquote:before, q:after, q:before\";i:1757;s:10:\"blockquote\";i:1758;s:6:\":focus\";i:1759;s:3:\"ins\";i:1760;s:3:\"del\";i:1761;s:5:\"table\";i:1762;s:52:\"article, aside, footer, header, hgroup, nav, section\";i:1763;s:123:\"body.et_fixed_nav.et_boxed_layout #page-container, body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container\";i:1764;s:123:\"body.et_fixed_nav.et_boxed_layout.et-tb #page-container, body.et_fixed_nav.et_boxed_layout.et-tb-has-header #page-container\";i:1765;s:58:\"body.page-template-page-template-blank-php #page-container\";i:1766;s:24:\"body.et_cover_background\";i:1767;s:7:\"a:hover\";i:1768;s:35:\"p:not(.has-background):last-of-type\";i:1769;s:19:\"p.et_normal_padding\";i:1770;s:6:\"strong\";i:1771;s:11:\"cite, em, i\";i:1772;s:9:\"code, pre\";i:1773;s:8:\"sub, sup\";i:1774;s:3:\"sup\";i:1775;s:3:\"sub\";i:1776;s:2:\"dl\";i:1777;s:5:\"dl dt\";i:1778;s:2:\"dd\";i:1779;s:12:\"blockquote p\";i:1780;s:28:\"embed, iframe, object, video\";i:1781;s:22:\"h1, h2, h3, h4, h5, h6\";i:1782;s:34:\"h1 a, h2 a, h3 a, h4 a, h5 a, h6 a\";i:1783;s:2:\"h1\";i:1784;s:2:\"h2\";i:1785;s:2:\"h3\";i:1786;s:2:\"h4\";i:1787;s:2:\"h5\";i:1788;s:2:\"h6\";i:1789;s:5:\"input\";i:1790;s:20:\"input[type=checkbox]\";i:1791;s:17:\"input[type=radio]\";i:1792;s:117:\"input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea\";i:1793;s:89:\"input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus\";i:1794;s:59:\"input.text, input.title, input[type=text], select, textarea\";i:1795;s:8:\"textarea\";i:1796;s:31:\"button, input, select, textarea\";i:1797;s:3:\"img\";i:1798;s:8:\"#ie8 img\";i:1799;s:6:\".clear\";i:1800;s:8:\"br.clear\";i:1801;s:38:\".et_vertical_nav #page-container:after\";i:1802;s:35:\"#et-secondary-menu li, #top-menu li\";i:1803;s:98:\".woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message\";i:1804;s:2452:\"#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current\";i:1805;s:82:\".et-search-form, .et_mobile_menu, .footer-widget li:before, .nav li ul, blockquote\";i:1806;s:36:\"#et-secondary-nav li ul, #top-header\";i:1807;s:13:\"#main-content\";i:1808;s:12:\"#main-header\";i:1809;s:37:\"#main-header.et-disabled-animations *\";i:1810;s:10:\".container\";i:1811;s:95:\"body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container\";i:1812;s:114:\".et_full_width_page #main-content .container:before, .et_full_width_portfolio_page #main-content .container:before\";i:1813;s:35:\".et_transparent_nav #page-container\";i:1814;s:32:\".et_boxed_layout #page-container\";i:1815;s:685:\".et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header\";i:1816;s:48:\".et_boxed_layout.et_vertical_nav #page-container\";i:1817;s:60:\".et_boxed_layout.et_vertical_nav #page-container #top-header\";i:1818;s:65:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #main-header\";i:1819;s:102:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #page-container #main-header.et_vertical_menu_set\";i:1820;s:32:\".et_vertical_nav #page-container\";i:1821;s:11:\".main_title\";i:1822;s:775:\".woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce-page input.button, .woocommerce-page input.button.alt\";i:1823;s:907:\".woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:1824;s:1021:\".comment-reply-link:hover, .et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:1825;s:1203:\".woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #content input.button:before, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce #respond input#submit:before, .woocommerce a.button.alt:after, .woocommerce a.button:after, .woocommerce a.button:before, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.button:before, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce input.button:before, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #content input.button:before, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page #respond input#submit:before, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page a.button:before, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page button.button:before, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, .woocommerce-page input.button:before\";i:1826;s:393:\".woocommerce #content input.button:before, .woocommerce #respond input#submit:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before, .woocommerce-page #content input.button:before, .woocommerce-page #respond input#submit:before, .woocommerce-page a.button:before, .woocommerce-page button.button:before, .woocommerce-page input.button:before\";i:1827;s:1320:\".et_button_icon_visible .et_pb_button, .et_button_icon_visible.woocommerce #content input.button, .et_button_icon_visible.woocommerce #content input.button.alt, .et_button_icon_visible.woocommerce #respond input#submit, .et_button_icon_visible.woocommerce #respond input#submit.alt, .et_button_icon_visible.woocommerce a.button, .et_button_icon_visible.woocommerce a.button.alt, .et_button_icon_visible.woocommerce button.button, .et_button_icon_visible.woocommerce button.button.alt, .et_button_icon_visible.woocommerce button.button.alt.disabled, .et_button_icon_visible.woocommerce input.button, .et_button_icon_visible.woocommerce input.button.alt, .et_button_icon_visible.woocommerce-page #content input.button, .et_button_icon_visible.woocommerce-page #content input.button.alt, .et_button_icon_visible.woocommerce-page #respond input#submit, .et_button_icon_visible.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.woocommerce-page a.button, .et_button_icon_visible.woocommerce-page a.button.alt, .et_button_icon_visible.woocommerce-page button.button, .et_button_icon_visible.woocommerce-page button.button.alt, .et_button_icon_visible.woocommerce-page button.button.alt.disabled, .et_button_icon_visible.woocommerce-page input.button, .et_button_icon_visible.woocommerce-page input.button.alt\";i:1828;s:1313:\".et_button_icon_visible .et_pb_button:after, .et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_icon_visible.woocommerce #content input.button:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_icon_visible.woocommerce a.button.alt:after, .et_button_icon_visible.woocommerce a.button:after, .et_button_icon_visible.woocommerce button.button.alt:after, .et_button_icon_visible.woocommerce button.button:after, .et_button_icon_visible.woocommerce input.button.alt:after, .et_button_icon_visible.woocommerce input.button:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_icon_visible.woocommerce-page a.button:after, .et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_icon_visible.woocommerce-page button.button:after, .et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_icon_visible.woocommerce-page input.button:after\";i:1829;s:1731:\".et_button_left .et_pb_button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button:hover:after\";i:1830;s:961:\".comment-reply-link:hover:after, .woocommerce #content input.button.alt:hover:after, .woocommerce #content input.button:hover:after, .woocommerce #respond input#submit.alt:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce a.button:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce button.button:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce input.button:hover:after, .woocommerce-page #content input.button.alt:hover:after, .woocommerce-page #content input.button:hover:after, .woocommerce-page #respond input#submit.alt:hover:after, .woocommerce-page #respond input#submit:hover:after, .woocommerce-page a.button.alt:hover:after, .woocommerce-page a.button:hover:after, .woocommerce-page button.button.alt:hover:after, .woocommerce-page button.button:hover:after, .woocommerce-page input.button.alt:hover:after, .woocommerce-page input.button:hover:after\";i:1831;s:1145:\".et_button_left .et_pb_button:after, .et_button_left.woocommerce #content input.button.alt:after, .et_button_left.woocommerce #content input.button:after, .et_button_left.woocommerce #respond input#submit.alt:after, .et_button_left.woocommerce #respond input#submit:after, .et_button_left.woocommerce a.button.alt:after, .et_button_left.woocommerce a.button:after, .et_button_left.woocommerce button.button.alt:after, .et_button_left.woocommerce button.button:after, .et_button_left.woocommerce input.button.alt:after, .et_button_left.woocommerce input.button:after, .et_button_left.woocommerce-page #content input.button.alt:after, .et_button_left.woocommerce-page #content input.button:after, .et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_left.woocommerce-page #respond input#submit:after, .et_button_left.woocommerce-page a.button.alt:after, .et_button_left.woocommerce-page a.button:after, .et_button_left.woocommerce-page button.button.alt:after, .et_button_left.woocommerce-page button.button:after, .et_button_left.woocommerce-page input.button.alt:after, .et_button_left.woocommerce-page input.button:after\";i:1832;s:2992:\".et_button_icon_visible.et_button_left .et_pb_button, .et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled, .et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled, .et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_left .et_pb_button:hover, .et_button_left .et_pb_module .et_pb_button:hover, .et_button_left.woocommerce #content input.button.alt:hover, .et_button_left.woocommerce #content input.button:hover, .et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_left.woocommerce #respond input#submit:hover, .et_button_left.woocommerce a.button.alt:hover, .et_button_left.woocommerce a.button:hover, .et_button_left.woocommerce button.button.alt.disabled:hover, .et_button_left.woocommerce button.button.alt:hover, .et_button_left.woocommerce button.button:hover, .et_button_left.woocommerce input.button.alt:hover, .et_button_left.woocommerce input.button:hover, .et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_left.woocommerce-page #content input.button:hover, .et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_left.woocommerce-page #respond input#submit:hover, .et_button_left.woocommerce-page a.button.alt:hover, .et_button_left.woocommerce-page a.button:hover, .et_button_left.woocommerce-page button.button.alt.disabled:hover, .et_button_left.woocommerce-page button.button.alt:hover, .et_button_left.woocommerce-page button.button:hover, .et_button_left.woocommerce-page input.button.alt:hover, .et_button_left.woocommerce-page input.button:hover\";i:1833;s:2901:\".et_button_icon_visible.et_button_left .et_pb_button:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce a.button:after, .et_button_icon_visible.et_button_left.woocommerce button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce button.button:after, .et_button_icon_visible.et_button_left.woocommerce input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button:after, .et_button_left .et_pb_button:hover:after, .et_button_left.woocommerce #content input.button.alt:hover:after, .et_button_left.woocommerce #content input.button:hover:after, .et_button_left.woocommerce #respond input#submit.alt:hover:after, .et_button_left.woocommerce #respond input#submit:hover:after, .et_button_left.woocommerce a.button.alt:hover:after, .et_button_left.woocommerce a.button:hover:after, .et_button_left.woocommerce button.button.alt:hover:after, .et_button_left.woocommerce button.button:hover:after, .et_button_left.woocommerce input.button.alt:hover:after, .et_button_left.woocommerce input.button:hover:after, .et_button_left.woocommerce-page #content input.button.alt:hover:after, .et_button_left.woocommerce-page #content input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after, .et_button_left.woocommerce-page a.button.alt:hover:after, .et_button_left.woocommerce-page a.button:hover:after, .et_button_left.woocommerce-page button.button.alt:hover:after, .et_button_left.woocommerce-page button.button:hover:after, .et_button_left.woocommerce-page input.button.alt:hover:after, .et_button_left.woocommerce-page input.button:hover:after\";i:1834;s:174:\".et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover\";i:1835;s:1208:\".et_button_no_icon .et_pb_button:after, .et_button_no_icon.woocommerce #content input.button.alt:after, .et_button_no_icon.woocommerce #content input.button:after, .et_button_no_icon.woocommerce #respond input#submit.alt:after, .et_button_no_icon.woocommerce #respond input#submit:after, .et_button_no_icon.woocommerce a.button.alt:after, .et_button_no_icon.woocommerce a.button:after, .et_button_no_icon.woocommerce button.button.alt:after, .et_button_no_icon.woocommerce button.button:after, .et_button_no_icon.woocommerce input.button.alt:after, .et_button_no_icon.woocommerce input.button:after, .et_button_no_icon.woocommerce-page #content input.button.alt:after, .et_button_no_icon.woocommerce-page #content input.button:after, .et_button_no_icon.woocommerce-page #respond input#submit.alt:after, .et_button_no_icon.woocommerce-page #respond input#submit:after, .et_button_no_icon.woocommerce-page a.button.alt:after, .et_button_no_icon.woocommerce-page a.button:after, .et_button_no_icon.woocommerce-page button.button.alt:after, .et_button_no_icon.woocommerce-page button.button:after, .et_button_no_icon.woocommerce-page input.button.alt:after, .et_button_no_icon.woocommerce-page input.button:after\";i:1836;s:6381:\".et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt.disabled, .et_button_no_icon.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt.disabled, .et_button_no_icon.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover\";i:1837;s:1292:\".et_button_custom_icon .et_pb_button:after, .et_button_custom_icon.woocommerce #content input.button.alt:after, .et_button_custom_icon.woocommerce #content input.button:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.woocommerce #respond input#submit:after, .et_button_custom_icon.woocommerce a.button.alt:after, .et_button_custom_icon.woocommerce a.button:after, .et_button_custom_icon.woocommerce button.button.alt:after, .et_button_custom_icon.woocommerce button.button:after, .et_button_custom_icon.woocommerce input.button.alt:after, .et_button_custom_icon.woocommerce input.button:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.woocommerce-page #content input.button:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.woocommerce-page #respond input#submit:after, .et_button_custom_icon.woocommerce-page a.button.alt:after, .et_button_custom_icon.woocommerce-page a.button:after, .et_button_custom_icon.woocommerce-page button.button.alt:after, .et_button_custom_icon.woocommerce-page button.button:after, .et_button_custom_icon.woocommerce-page input.button.alt:after, .et_button_custom_icon.woocommerce-page input.button:after\";i:1838;s:3188:\".et_button_custom_icon .et_pb_button:hover:after, .et_button_custom_icon.et_button_icon_visible .et_pb_button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after, .et_button_custom_icon.woocommerce #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce #content input.button:hover:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce #respond input#submit:hover:after, .et_button_custom_icon.woocommerce a.button.alt:hover:after, .et_button_custom_icon.woocommerce a.button:hover:after, .et_button_custom_icon.woocommerce button.button.alt:hover:after, .et_button_custom_icon.woocommerce button.button:hover:after, .et_button_custom_icon.woocommerce input.button.alt:hover:after, .et_button_custom_icon.woocommerce input.button:hover:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page #content input.button:hover:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button:hover:after, .et_button_custom_icon.woocommerce-page button.button.alt:hover:after, .et_button_custom_icon.woocommerce-page button.button:hover:after, .et_button_custom_icon.woocommerce-page input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after\";i:1839;s:75:\"#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type\";i:1840;s:71:\".entry-content table, body.et-pb-preview #main-content .container table\";i:1841;s:150:\".entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th\";i:1842;s:71:\".entry-content tr td, body.et-pb-preview #main-content .container tr td\";i:1843;s:153:\"#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul\";i:1844;s:153:\"#left-area ol, .comment-content ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol, body.et-pb-preview #main-content .container ol\";i:1845;s:152:\"#left-area ul li ul, .comment-content ul li ol, .comment-content ul li ul, .entry-content ul li ol, body.et-pb-preview #main-content .container ul li ol\";i:1846;s:222:\"#left-area ol li ul, .comment-content ol li ol, .comment-content ol li ul, .entry-content ol li ol, .et-l--body ol li ol, .et-l--footer ol li ol, .et-l--header ol li ol, body.et-pb-preview #main-content .container ol li ol\";i:1847;s:30:\"#left-area ul.wp-block-gallery\";i:1848;s:34:\".comment .children, ol.commentlist\";i:1849;s:19:\".comment-content ul\";i:1850;s:19:\".comment-content ol\";i:1851;s:22:\"#left-area ul.products\";i:1852;s:15:\".gallery-item a\";i:1853;s:33:\".gallery-caption, .gallery-item a\";i:1854;s:266:\"body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:1855;s:135:\"body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:1856;s:85:\"body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_header_style_slide #main-header\";i:1857;s:57:\".et_vertical_fixed.admin-bar #page-container #main-header\";i:1858;s:11:\"#wpadminbar\";i:1859;s:11:\"#top-header\";i:1860;s:13:\"#top-header a\";i:1861;s:30:\"#et-secondary-nav, #top-header\";i:1862;s:26:\".et_duplicate_social_icons\";i:1863;s:88:\"#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a\";i:1864;s:107:\".et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container\";i:1865;s:107:\".et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container\";i:1866;s:157:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:1867;s:207:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:1868;s:157:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container\";i:1869;s:75:\".et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1870;s:99:\".et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1871;s:53:\".et_fixed_nav #main-header, .et_fixed_nav #top-header\";i:1872;s:83:\".et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation\";i:1873;s:107:\".et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a\";i:1874;s:37:\".et_header_style_left .logo_container\";i:1875;s:53:\".et_header_style_split #et-top-navigation nav>ul>li>a\";i:1876;s:62:\".et_header_style_split #main-header .centered-inline-logo-wrap\";i:1877;s:78:\".et_header_style_split #main-header .centered-inline-logo-wrap .logo_container\";i:1878;s:64:\".et_header_style_split #main-header .centered-inline-logo-wrap a\";i:1879;s:51:\".et_header_style_split #main-header .logo_container\";i:1880;s:36:\".et_header_style_split #top-menu-nav\";i:1881;s:37:\".et_header_style_split #et_top_search\";i:1882;s:53:\".et_header_style_split.et_vertical_nav #et_top_search\";i:1883;s:45:\".et_header_style_split #et_search_icon:before\";i:1884;s:117:\".et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar\";i:1885;s:41:\".et_header_style_split #et-top-navigation\";i:1886;s:57:\".et_header_style_split.et_vertical_nav #et-top-navigation\";i:1887;s:99:\".et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container\";i:1888;s:39:\".et_header_style_split span.logo_helper\";i:1889;s:269:\".et_header_style_split #main-header .et-menu, .et_header_style_split #main-header nav.et-menu-nav, .et_header_style_split #top-header .et-menu, .et_header_style_split #top-header nav.et-menu-nav, .et_header_style_split #top-menu, .et_header_style_split nav#top-menu-nav\";i:1890;s:48:\".safari.et_header_style_split #et-top-navigation\";i:1891;s:49:\".et_header_style_centered #main-header .container\";i:1892;s:65:\".et_header_style_centered.et_vertical_nav #main-header .container\";i:1893;s:60:\".et_header_style_centered #main-header div#et-top-navigation\";i:1894;s:158:\".et_header_style_centered #et-top-navigation, .et_header_style_centered #logo, .et_header_style_centered #top-menu, .et_header_style_centered nav#top-menu-nav\";i:1895;s:54:\".et_header_style_centered #main-header .logo_container\";i:1896;s:76:\".et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:1897;s:40:\".et_header_style_centered #et_top_search\";i:1898;s:48:\".et_header_style_centered #et_search_icon:before\";i:1899;s:40:\".et_header_style_centered #top-menu>li>a\";i:1900;s:92:\".et_hide_search_icon #et_top_search, .et_hide_search_icon .et_slide_menu_top .et-search-form\";i:1901;s:164:\".et_vertical_nav.et_header_style_centered #main-header .logo_container, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:1902;s:168:\".et_vertical_nav.et_header_style_centered header#main-header #top-menu>li>a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu>li>a\";i:1903;s:115:\".et_vertical_nav.et_header_style_left #et-top-navigation, .et_vertical_nav.et_header_style_split #et-top-navigation\";i:1904;s:5:\"#logo\";i:1905;s:110:\".et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo\";i:1906;s:15:\".logo_container\";i:1907;s:16:\"span.logo_helper\";i:1908;s:32:\".et_vertical_nav .logo_container\";i:1909;s:34:\".safari .centered-inline-logo-wrap\";i:1910;s:24:\"#et-define-logo-wrap img\";i:1911;s:36:\".gecko #et-define-logo-wrap.svg-logo\";i:1912;s:13:\".et-cart-info\";i:1913;s:119:\".et_header_style_fullscreen #et-top-navigation a.et-cart-info, .et_header_style_slide #et-top-navigation a.et-cart-info\";i:1914;s:50:\"#et-info-email, #et-info-phone, .et-cart-info span\";i:1915;s:21:\"#et-info-phone:before\";i:1916;s:14:\"#et-info-phone\";i:1917;s:21:\"#et-info-email:before\";i:1918;s:35:\"#et-secondary-menu .et-social-icons\";i:1919;s:31:\"#top-header .et-social-icons li\";i:1920;s:19:\".et-social-icons li\";i:1921;s:17:\".et-social-icon a\";i:1922;s:20:\".et-social-icon span\";i:1923;s:29:\"#top-header .et-social-icon a\";i:1924;s:24:\"#top-menu, #top-menu-nav\";i:1925;s:32:\".et_fixed_nav #et-top-navigation\";i:1926;s:18:\"#et-secondary-menu\";i:1927;s:36:\"#et-info, #et-secondary-menu>ul>li a\";i:1928;s:39:\"#et-secondary-nav, #et-secondary-nav li\";i:1929;s:19:\"#et-secondary-nav a\";i:1930;s:20:\"#et-secondary-nav li\";i:1931;s:31:\"#et-secondary-nav>li:last-child\";i:1932;s:25:\".et-cart-info span:before\";i:1933;s:54:\"#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav\";i:1934;s:12:\"#top-menu li\";i:1935;s:23:\"#top-menu>li:last-child\";i:1936;s:91:\".et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu\";i:1937;s:11:\"#top-menu a\";i:1938;s:109:\"#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover\";i:1939;s:21:\"#et_search_icon:hover\";i:1940;s:31:\"#et_top_search.et_search_opened\";i:1941;s:31:\".et_vertical_nav #et_top_search\";i:1942;s:15:\".et-search-form\";i:1943;s:21:\".et-search-form input\";i:1944;s:43:\".et-search-form .et-search-field::-ms-clear\";i:1945;s:101:\".et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field\";i:1946;s:133:\".et_vertical_nav.et_header_style_centered .et-search-form input, .et_vertical_nav.et_header_style_centered span.et_close_search_field\";i:1947;s:25:\".et_search_form_container\";i:1948;s:35:\".container.et_search_form_container\";i:1949;s:56:\".container.et_search_form_container.et_pb_search_visible\";i:1950;s:40:\".et_pb_search_visible.et_pb_no_animation\";i:1951;s:25:\".et_pb_search_form_hidden\";i:1952;s:26:\"span.et_close_search_field\";i:1953;s:32:\"span.et_close_search_field:after\";i:1954;s:28:\".container.et_menu_container\";i:1955;s:60:\".container.et_search_form_container.et_pb_search_form_hidden\";i:1956;s:16:\".et_search_outer\";i:1957;s:28:\".container.et_pb_menu_hidden\";i:1958;s:19:\"form.et-search-form\";i:1959;s:48:\"input[type=search]::-webkit-search-cancel-button\";i:1960;s:21:\"#left-area .post-meta\";i:1961;s:23:\"#left-area .post-meta a\";i:1962;s:29:\"#left-area .et_featured_image\";i:1963;s:13:\".single .post\";i:1964;s:29:\"body.single .et_audio_content\";i:1965;s:97:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container\";i:1966;s:94:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper\";i:1967;s:107:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper:last-of-type\";i:1968;s:83:\".et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row\";i:1969;s:106:\".et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row\";i:1970;s:206:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page:not(.et-tb-has-body) #main-content .et_pb_row\";i:1971;s:94:\".et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content\";i:1972;s:52:\".single-project.et_pb_pagebuilder_layout .nav-single\";i:1973;s:35:\".et_password_protected_form p input\";i:1974;s:33:\".et_password_protected_form label\";i:1975;s:45:\".et_password_protected_form .et_submit_button\";i:1976;s:82:\".post-password-required .et_pb_row, .post-password-required p.nocomments.container\";i:1977;s:53:\".post-password-required p.nocomments.container:before\";i:1978;s:12:\"p.demo_store\";i:1979;s:101:\".comment-content address, .entry-content address, body.et-pb-preview #main-content .container address\";i:1980;s:19:\".woocommerce-info a\";i:1981;s:28:\".shop_table .actions .submit\";i:1982;s:37:\".shop_table .actions .checkout-button\";i:1983;s:19:\".col2-set.addresses\";i:1984;s:16:\"table.shop_table\";i:1985;s:40:\".woocommerce-message a.button.wc-forward\";i:1986;s:46:\".woocommerce-message a.button.wc-forward:hover\";i:1987;s:82:\".woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea\";i:1988;s:26:\"p.woocommerce-result-count\";i:1989;s:27:\".entry-summary .entry-title\";i:1990;s:24:\".et_pb_widget .buttons a\";i:1991;s:13:\".product_meta\";i:1992;s:26:\".posted_in a, .tagged_as a\";i:1993;s:17:\".related.products\";i:1994;s:20:\".product .related h2\";i:1995;s:97:\".et_fixed_nav.et_transparent_nav.et-db.et_full_width_page #left-area>.woocommerce-notices-wrapper\";i:1996;s:89:\".woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img\";i:1997;s:83:\".woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3\";i:1998;s:93:\".woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale\";i:1999;s:55:\".woocommerce span.onsale, .woocommerce-page span.onsale\";i:2000;s:190:\".woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img\";i:2001;s:234:\".woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails\";i:2002;s:111:\".woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers\";i:2003;s:77:\".woocommerce .products .star-rating, .woocommerce-page .products .star-rating\";i:2004;s:71:\".woocommerce .star-rating:before, .woocommerce-page .star-rating:before\";i:2005;s:192:\".woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del\";i:2006;s:27:\".entry-summary p.price span\";i:2007;s:26:\".entry-summary p.price del\";i:2008;s:26:\".cart_table_item .quantity\";i:2009;s:31:\"#main-content .cart-subtotal td\";i:2010;s:53:\".woocommerce-checkout #main-content .cart-subtotal td\";i:2011;s:202:\"#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:2012;s:82:\"#main-content table.cart td.actions .button.alt, table.cart td.actions .button.alt\";i:2013;s:38:\"table.cart td.actions .checkout-button\";i:2014;s:66:\".orderby, .woocommerce div.product form.cart .variations td select\";i:2015;s:40:\".cart_totals h2, .shipping_calculator h2\";i:2016;s:170:\".woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart\";i:2017;s:302:\".woocommerce #content div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce-page #content div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce-page div.product .et_pb_wc_add_to_cart:last-child form.cart\";i:2018;s:222:\".woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity\";i:2019;s:223:\".woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty\";i:2020;s:78:\".woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder\";i:2021;s:86:\".woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder\";i:2022;s:76:\".woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder\";i:2023;s:77:\".woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder\";i:2024;s:81:\".woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder\";i:2025;s:298:\".woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus\";i:2026;s:122:\".woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity\";i:2027;s:49:\".woocommerce div.product form.cart .variations td\";i:2028;s:60:\".woocommerce div.product form.cart .variations td:last-child\";i:2029;s:148:\".woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li\";i:2030;s:262:\".woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before\";i:2031;s:34:\"body.woocommerce .woocommerce-tabs\";i:2032;s:124:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, body.woocommerce div.product .woocommerce-tabs ul.tabs\";i:2033;s:78:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active\";i:2034;s:288:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce div.product .woocommerce-tabs ul.tabs li:before\";i:2035;s:148:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a\";i:2036;s:122:\"body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel\";i:2037;s:21:\"#reviews .commentlist\";i:2038;s:105:\".woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li\";i:2039;s:133:\".woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text\";i:2040;s:127:\".woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar\";i:2041;s:147:\".woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta\";i:2042;s:47:\".woocommerce #reviews .commentlist .star-rating\";i:2043;s:460:\".woocommerce #reviews #comments h1, .woocommerce #reviews #comments h2, .woocommerce #reviews #comments h3, .woocommerce #reviews #comments h4, .woocommerce #reviews #comments h5, .woocommerce #reviews #comments h6, .woocommerce-page #reviews #comments h1, .woocommerce-page #reviews #comments h2, .woocommerce-page #reviews #comments h3, .woocommerce-page #reviews #comments h4, .woocommerce-page #reviews #comments h5, .woocommerce-page #reviews #comments h6\";i:2044;s:59:\".woocommerce-error, .woocommerce-info, .woocommerce-message\";i:2045;s:80:\".woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before\";i:2046;s:94:\".woocommerce-page #review_form #respond p.form-submit, .woocommerce-page #reviews #commentform\";i:2047;s:18:\".woocommerce .pswp\";i:2048;s:17:\"div.pp_pic_holder\";i:2049;s:14:\"div.pp_overlay\";i:2050;s:43:\"figure.woocommerce-product-gallery__wrapper\";i:2051;s:56:\".woocommerce div.product div.images .flex-control-thumbs\";i:2052;s:59:\".woocommerce div.product div.images .flex-control-thumbs li\";i:2053;s:75:\".woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n)\";i:2054;s:63:\".woocommerce div.product div.images.woocommerce-product-gallery\";i:2055;s:63:\".woocommerce div.product div.images .flex-control-thumbs li img\";i:2056;s:26:\".single-project #left-area\";i:2057;s:14:\".et_main_title\";i:2058;s:17:\".et_main_title h1\";i:2059;s:37:\".et_main_title .et_project_categories\";i:2060;s:39:\".et_main_title .et_project_categories a\";i:2061;s:23:\".project .entry-content\";i:2062;s:22:\".et_project_meta_title\";i:2063;s:16:\".et_project_meta\";i:2064;s:18:\".et_project_meta p\";i:2065;s:20:\".et_project_meta p a\";i:2066;s:13:\".nav-single a\";i:2067;s:13:\".nav-previous\";i:2068;s:9:\".nav-next\";i:2069;s:19:\".single .et_pb_post\";i:2070;s:35:\".et_portfolio_image, .et_shop_image\";i:2071;s:23:\".et_portfolio_image img\";i:2072;s:45:\".single .et_pb_post.et_pb_no_comments_section\";i:2073;s:49:\".et_pb_pagebuilder_layout .project .entry-content\";i:2074;s:44:\".et_full_width_portfolio_page .entry-content\";i:2075;s:41:\".et_full_width_portfolio_page .nav-single\";i:2076;s:41:\".entry-content .et_pb_member_social_links\";i:2077;s:15:\"#top-menu li li\";i:2078;s:17:\"#top-menu li li a\";i:2079;s:23:\"#et-secondary-nav li ul\";i:2080;s:26:\"#et-secondary-nav li ul ul\";i:2081;s:26:\"#et-secondary-nav li ul li\";i:2082;s:32:\"#et-secondary-nav li.et-hover>ul\";i:2083;s:23:\"#et-secondary-nav li>ul\";i:2084;s:96:\"#et-secondary-nav li.et-touch-hover>ul, #et-secondary-nav li:hover>ul, .nav li.et-touch-hover>ul\";i:2085;s:23:\"#et-secondary-nav li li\";i:2086;s:25:\"#et-secondary-nav li li a\";i:2087;s:31:\"#et-secondary-nav ul li a:hover\";i:2088;s:26:\"#et-secondary-nav li:hover\";i:2089;s:116:\"#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after\";i:2090;s:104:\"#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child\";i:2091;s:50:\"#top-menu li .menu-item-has-children>a:first-child\";i:2092;s:56:\"#top-menu li .menu-item-has-children>a:first-child:after\";i:2093;s:61:\"#et-secondary-nav .menu-item-has-children>a:first-child:after\";i:2094;s:64:\"#et-secondary-nav li .menu-item-has-children>a:first-child:after\";i:2095;s:22:\"#top-menu li.mega-menu\";i:2096;s:25:\"#top-menu li.mega-menu>ul\";i:2097;s:28:\"#top-menu li.mega-menu ul li\";i:2098;s:44:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:2099;s:46:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:2100;s:31:\"#top-menu li.mega-menu ul li li\";i:2101;s:28:\"#top-menu li.mega-menu li>ul\";i:2102;s:28:\"#top-menu li.mega-menu li ul\";i:2103;s:37:\"#top-menu li.mega-menu.et-hover li ul\";i:2104;s:34:\"#top-menu li.mega-menu.et-hover>ul\";i:2105;s:30:\"#top-menu li.mega-menu>ul>li>a\";i:2106;s:42:\"#top-menu li.mega-menu>ul>li>a:first-child\";i:2107;s:48:\"#top-menu li.mega-menu>ul>li>a:first-child:hover\";i:2108;s:27:\"#top-menu li.mega-menu li>a\";i:2109;s:91:\"#top-menu li.mega-menu.mega-menu-parent li li, #top-menu li.mega-menu.mega-menu-parent li>a\";i:2110;s:52:\"#top-menu li.mega-menu.mega-menu-parent li>.sub-menu\";i:2111;s:28:\"#top-menu li.mega-menu>ul>li\";i:2112;s:47:\"#top-menu li.mega-menu.mega-menu-parent-3>ul>li\";i:2113;s:47:\"#top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:2114;s:47:\"#top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:2115;s:66:\"#top-menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:2116;s:34:\"#top-menu li.mega-menu>ul>li>ul>li\";i:2117;s:39:\".et_vertical_nav #top-menu li.mega-menu\";i:2118;s:45:\".et_vertical_nav #top-menu li.mega-menu li>ul\";i:2119;s:44:\".et_vertical_nav #top-menu li.mega-menu li>a\";i:2120;s:45:\".et_vertical_nav #top-menu li.mega-menu>ul>li\";i:2121;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:2122;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:2123;s:60:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4)\";i:2124;s:59:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n)\";i:2125;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1)\";i:2126;s:63:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:2127;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:2128;s:16:\".mobile_menu_bar\";i:2129;s:52:\".et_toggle_slide_menu:after, .mobile_menu_bar:before\";i:2130;s:24:\".mobile_nav .select_page\";i:2131;s:12:\"#main-footer\";i:2132;s:14:\".footer-widget\";i:2133;s:5:\".last\";i:2134;s:34:\".footer-widget .fwidget:last-child\";i:2135;s:33:\"#footer-widgets .footer-widget li\";i:2136;s:40:\"#footer-widgets .footer-widget li:before\";i:2137;s:35:\"#footer-widgets .footer-widget li a\";i:2138;s:41:\"#footer-widgets .footer-widget li a:hover\";i:2139;s:40:\".footer-widget .widget_adsensewidget ins\";i:2140;s:14:\"#footer-bottom\";i:2141;s:16:\"#footer-bottom a\";i:2142;s:12:\"#footer-info\";i:2143;s:14:\"#footer-info a\";i:2144;s:20:\"#footer-info a:hover\";i:2145;s:14:\"#et-footer-nav\";i:2146;s:14:\".bottom-nav li\";i:2147;s:13:\".bottom-nav a\";i:2148;s:19:\".bottom-nav a:hover\";i:2149;s:45:\".aligncenter, div.post .new-post .aligncenter\";i:2150;s:11:\".wp-caption\";i:2151;s:21:\".wp-caption.alignleft\";i:2152;s:22:\".wp-caption.alignright\";i:2153;s:15:\".wp-caption img\";i:2154;s:29:\".wp-caption p.wp-caption-text\";i:2155;s:11:\".alignright\";i:2156;s:10:\".alignleft\";i:2157;s:13:\"img.alignleft\";i:2158;s:14:\"img.alignright\";i:2159;s:11:\".pagination\";i:2160;s:12:\".wp-pagenavi\";i:2161;s:33:\".wp-pagenavi a, .wp-pagenavi span\";i:2162;s:60:\".wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink\";i:2163;s:47:\".wp-pagenavi a:hover, .wp-pagenavi span.current\";i:2164;s:44:\".page.et_pb_pagebuilder_layout #main-content\";i:2165;s:15:\"img#about-image\";i:2166;s:34:\".widget_search .screen-reader-text\";i:2167;s:57:\".widget_search input#s, .widget_search input#searchsubmit\";i:2168;s:17:\".widget_search #s\";i:2169;s:26:\".widget_search #searchform\";i:2170;s:28:\".widget_search #searchsubmit\";i:2171;s:13:\"#searchsubmit\";i:2172;s:12:\"#wp-calendar\";i:2173;s:14:\"#wp-calendar a\";i:2174;s:20:\"#wp-calendar a:hover\";i:2175;s:20:\"#wp-calendar caption\";i:2176;s:15:\"#wp-calendar td\";i:2177;s:21:\"#wp-calendar td#today\";i:2178;s:15:\"#wp-calendar th\";i:2179;s:42:\"#wp-calendar #next a, #wp-calendar #prev a\";i:2180;s:20:\"#wp-calendar #next a\";i:2181;s:20:\"#wp-calendar #prev a\";i:2182;s:11:\".tagcloud a\";i:2183;s:17:\".tagcloud a:hover\";i:2184;s:24:\".et_color_scheme_green a\";i:2185;s:149:\".et_color_scheme_green #top-header, .et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading\";i:2186;s:1389:\".et_color_scheme_green .woocommerce-error, .et_color_scheme_green .woocommerce-info, .et_color_scheme_green .woocommerce-message, .et_color_scheme_green.woocommerce #content input.button, .et_color_scheme_green.woocommerce #content input.button.alt, .et_color_scheme_green.woocommerce #respond input#submit, .et_color_scheme_green.woocommerce #respond input#submit.alt, .et_color_scheme_green.woocommerce a.button, .et_color_scheme_green.woocommerce a.button.alt, .et_color_scheme_green.woocommerce button.button, .et_color_scheme_green.woocommerce button.button.alt, .et_color_scheme_green.woocommerce button.button.alt.disabled, .et_color_scheme_green.woocommerce input.button, .et_color_scheme_green.woocommerce input.button.alt, .et_color_scheme_green.woocommerce-page #content input.button, .et_color_scheme_green.woocommerce-page #content input.button.alt, .et_color_scheme_green.woocommerce-page #respond input#submit, .et_color_scheme_green.woocommerce-page #respond input#submit.alt, .et_color_scheme_green.woocommerce-page a.button, .et_color_scheme_green.woocommerce-page a.button.alt, .et_color_scheme_green.woocommerce-page button.button, .et_color_scheme_green.woocommerce-page button.button.alt, .et_color_scheme_green.woocommerce-page button.button.alt.disabled, .et_color_scheme_green.woocommerce-page input.button, .et_color_scheme_green.woocommerce-page input.button.alt\";i:2187;s:1468:\".et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a, .et_color_scheme_green .bottom-nav li.current-menu-item>a, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green .et_overlay:before, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .form-submit .et_pb_button, .et_color_scheme_green .mobile_menu_bar:before, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce-page div.product span.price\";i:2188;s:125:\".et_color_scheme_green.woocommerce .star-rating span:before, .et_color_scheme_green.woocommerce-page .star-rating span:before\";i:2189;s:211:\".et_color_scheme_green .et-search-form, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .et_pb_pricing li:before, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .nav li ul\";i:2190;s:23:\".et_color_scheme_pink a\";i:2191;s:146:\".et_color_scheme_pink #top-header, .et_color_scheme_pink .et_pb_counter_amount, .et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading\";i:2192;s:1364:\".et_color_scheme_pink .woocommerce-error, .et_color_scheme_pink .woocommerce-info, .et_color_scheme_pink .woocommerce-message, .et_color_scheme_pink.woocommerce #content input.button, .et_color_scheme_pink.woocommerce #content input.button.alt, .et_color_scheme_pink.woocommerce #respond input#submit, .et_color_scheme_pink.woocommerce #respond input#submit.alt, .et_color_scheme_pink.woocommerce a.button, .et_color_scheme_pink.woocommerce a.button.alt, .et_color_scheme_pink.woocommerce button.button, .et_color_scheme_pink.woocommerce button.button.alt, .et_color_scheme_pink.woocommerce button.button.alt.disabled, .et_color_scheme_pink.woocommerce input.button, .et_color_scheme_pink.woocommerce input.button.alt, .et_color_scheme_pink.woocommerce-page #content input.button, .et_color_scheme_pink.woocommerce-page #content input.button.alt, .et_color_scheme_pink.woocommerce-page #respond input#submit, .et_color_scheme_pink.woocommerce-page #respond input#submit.alt, .et_color_scheme_pink.woocommerce-page a.button, .et_color_scheme_pink.woocommerce-page a.button.alt, .et_color_scheme_pink.woocommerce-page button.button, .et_color_scheme_pink.woocommerce-page button.button.alt, .et_color_scheme_pink.woocommerce-page button.button.alt.disabled, .et_color_scheme_pink.woocommerce-page input.button, .et_color_scheme_pink.woocommerce-page input.button.alt\";i:2193;s:1442:\".et_color_scheme_pink #et_search_icon:hover, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_pink .bottom-nav li.current-menu-item>a, .et_color_scheme_pink .comment-reply-link, .et_color_scheme_pink .entry-summary p.price ins, .et_color_scheme_pink .et_overlay:before, .et_color_scheme_pink .et_password_protected_form .et_submit_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_pink .et_pb_contact_submit, .et_color_scheme_pink .et_pb_pricing li a, .et_color_scheme_pink .et_pb_pricing_table_button, .et_color_scheme_pink .et_pb_sum, .et_color_scheme_pink .footer-widget h4, .et_color_scheme_pink .form-submit .et_pb_button, .et_color_scheme_pink .mobile_menu_bar:before, .et_color_scheme_pink.woocommerce #content div.product p.price, .et_color_scheme_pink.woocommerce #content div.product span.price, .et_color_scheme_pink.woocommerce div.product p.price, .et_color_scheme_pink.woocommerce div.product span.price, .et_color_scheme_pink.woocommerce-page #content div.product p.price, .et_color_scheme_pink.woocommerce-page #content div.product span.price, .et_color_scheme_pink.woocommerce-page div.product p.price, .et_color_scheme_pink.woocommerce-page div.product span.price\";i:2194;s:123:\".et_color_scheme_pink.woocommerce .star-rating span:before, .et_color_scheme_pink.woocommerce-page .star-rating span:before\";i:2195;s:206:\".et_color_scheme_pink .et-search-form, .et_color_scheme_pink .et_mobile_menu, .et_color_scheme_pink .et_pb_pricing li:before, .et_color_scheme_pink .footer-widget li:before, .et_color_scheme_pink .nav li ul\";i:2196;s:22:\".et_color_scheme_red a\";i:2197;s:143:\".et_color_scheme_red #top-header, .et_color_scheme_red .et_pb_counter_amount, .et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading\";i:2198;s:1339:\".et_color_scheme_red .woocommerce-error, .et_color_scheme_red .woocommerce-info, .et_color_scheme_red .woocommerce-message, .et_color_scheme_red.woocommerce #content input.button, .et_color_scheme_red.woocommerce #content input.button.alt, .et_color_scheme_red.woocommerce #respond input#submit, .et_color_scheme_red.woocommerce #respond input#submit.alt, .et_color_scheme_red.woocommerce a.button, .et_color_scheme_red.woocommerce a.button.alt, .et_color_scheme_red.woocommerce button.button, .et_color_scheme_red.woocommerce button.button.alt, .et_color_scheme_red.woocommerce button.button.alt.disabled, .et_color_scheme_red.woocommerce input.button, .et_color_scheme_red.woocommerce input.button.alt, .et_color_scheme_red.woocommerce-page #content input.button, .et_color_scheme_red.woocommerce-page #content input.button.alt, .et_color_scheme_red.woocommerce-page #respond input#submit, .et_color_scheme_red.woocommerce-page #respond input#submit.alt, .et_color_scheme_red.woocommerce-page a.button, .et_color_scheme_red.woocommerce-page a.button.alt, .et_color_scheme_red.woocommerce-page button.button, .et_color_scheme_red.woocommerce-page button.button.alt, .et_color_scheme_red.woocommerce-page button.button.alt.disabled, .et_color_scheme_red.woocommerce-page input.button, .et_color_scheme_red.woocommerce-page input.button.alt\";i:2199;s:1416:\".et_color_scheme_red #et_search_icon:hover, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_red .bottom-nav li.current-menu-item>a, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .entry-summary p.price ins, .et_color_scheme_red .et_overlay:before, .et_color_scheme_red .et_password_protected_form .et_submit_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_red .et_pb_contact_submit, .et_color_scheme_red .et_pb_pricing li a, .et_color_scheme_red .et_pb_pricing_table_button, .et_color_scheme_red .et_pb_sum, .et_color_scheme_red .footer-widget h4, .et_color_scheme_red .form-submit .et_pb_button, .et_color_scheme_red .mobile_menu_bar:before, .et_color_scheme_red.woocommerce #content div.product p.price, .et_color_scheme_red.woocommerce #content div.product span.price, .et_color_scheme_red.woocommerce div.product p.price, .et_color_scheme_red.woocommerce div.product span.price, .et_color_scheme_red.woocommerce-page #content div.product p.price, .et_color_scheme_red.woocommerce-page #content div.product span.price, .et_color_scheme_red.woocommerce-page div.product p.price, .et_color_scheme_red.woocommerce-page div.product span.price\";i:2200;s:123:\".et_color_scheme_red .woocommerce .star-rating span:before, .et_color_scheme_red .woocommerce-page .star-rating span:before\";i:2201;s:201:\".et_color_scheme_red .et-search-form, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .et_pb_pricing li:before, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .nav li ul\";i:2202;s:25:\".et_color_scheme_orange a\";i:2203;s:152:\".et_color_scheme_orange #top-header, .et_color_scheme_orange .et_pb_counter_amount, .et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading\";i:2204;s:1414:\".et_color_scheme_orange .woocommerce-error, .et_color_scheme_orange .woocommerce-info, .et_color_scheme_orange .woocommerce-message, .et_color_scheme_orange.woocommerce #content input.button, .et_color_scheme_orange.woocommerce #content input.button.alt, .et_color_scheme_orange.woocommerce #respond input#submit, .et_color_scheme_orange.woocommerce #respond input#submit.alt, .et_color_scheme_orange.woocommerce a.button, .et_color_scheme_orange.woocommerce a.button.alt, .et_color_scheme_orange.woocommerce button.button, .et_color_scheme_orange.woocommerce button.button.alt, .et_color_scheme_orange.woocommerce button.button.alt.disabled, .et_color_scheme_orange.woocommerce input.button, .et_color_scheme_orange.woocommerce input.button.alt, .et_color_scheme_orange.woocommerce-page #content input.button, .et_color_scheme_orange.woocommerce-page #content input.button.alt, .et_color_scheme_orange.woocommerce-page #respond input#submit, .et_color_scheme_orange.woocommerce-page #respond input#submit.alt, .et_color_scheme_orange.woocommerce-page a.button, .et_color_scheme_orange.woocommerce-page a.button.alt, .et_color_scheme_orange.woocommerce-page button.button, .et_color_scheme_orange.woocommerce-page button.button.alt, .et_color_scheme_orange.woocommerce-page button.button.alt.disabled, .et_color_scheme_orange.woocommerce-page input.button, .et_color_scheme_orange.woocommerce-page input.button.alt\";i:2205;s:1494:\".et_color_scheme_orange #et_search_icon:hover, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_orange .bottom-nav li.current-menu-item>a, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange .entry-summary p.price ins, .et_color_scheme_orange .et_overlay:before, .et_color_scheme_orange .et_password_protected_form .et_submit_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_orange .et_pb_contact_submit, .et_color_scheme_orange .et_pb_pricing li a, .et_color_scheme_orange .et_pb_pricing_table_button, .et_color_scheme_orange .et_pb_sum, .et_color_scheme_orange .footer-widget h4, .et_color_scheme_orange .form-submit .et_pb_button, .et_color_scheme_orange .mobile_menu_bar:before, .et_color_scheme_orange.woocommerce #content div.product p.price, .et_color_scheme_orange.woocommerce #content div.product span.price, .et_color_scheme_orange.woocommerce div.product p.price, .et_color_scheme_orange.woocommerce div.product span.price, .et_color_scheme_orange.woocommerce-page #content div.product p.price, .et_color_scheme_orange.woocommerce-page #content div.product span.price, .et_color_scheme_orange.woocommerce-page div.product p.price, .et_color_scheme_orange.woocommerce-page div.product span.price\";i:2206;s:129:\".et_color_scheme_orange .woocommerce .star-rating span:before, .et_color_scheme_orange .woocommerce-page .star-rating span:before\";i:2207;s:216:\".et_color_scheme_orange .et-search-form, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .et_pb_pricing li:before, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .nav li ul\";i:2208;s:1684:\".et_color_scheme_green .et-cart-info, .et_color_scheme_green .et-pb-slider-arrows a, .et_color_scheme_green .et-social-icon a:hover, .et_color_scheme_green .et_audio_content a, .et_color_scheme_green .et_link_content a, .et_color_scheme_green .et_pb_more_button, .et_color_scheme_green .et_pb_newsletter_button, .et_color_scheme_green .et_pb_promo_button, .et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_orange .et-cart-info, .et_color_scheme_orange .et-pb-slider-arrows a, .et_color_scheme_orange .et-social-icon a:hover, .et_color_scheme_orange .et_audio_content a, .et_color_scheme_orange .et_link_content a, .et_color_scheme_orange .et_pb_more_button, .et_color_scheme_orange .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_promo_button, .et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_pink .et-cart-info, .et_color_scheme_pink .et-pb-slider-arrows a, .et_color_scheme_pink .et-social-icon a:hover, .et_color_scheme_pink .et_audio_content a, .et_color_scheme_pink .et_link_content a, .et_color_scheme_pink .et_pb_more_button, .et_color_scheme_pink .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_promo_button, .et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_red .et-cart-info, .et_color_scheme_red .et-pb-slider-arrows a, .et_color_scheme_red .et-social-icon a:hover, .et_color_scheme_red .et_audio_content a, .et_color_scheme_red .et_link_content a, .et_color_scheme_red .et_pb_more_button, .et_color_scheme_red .et_pb_newsletter_button, .et_color_scheme_red .et_pb_promo_button, .et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a\";i:2209;s:38:\"ul.et_pb_side_nav, ul.et_pb_side_nav *\";i:2210;s:17:\"ul.et_pb_side_nav\";i:2211;s:34:\"ul.et_pb_side_nav li.side_nav_item\";i:2212;s:34:\"ul.et_pb_side_nav .side_nav_item a\";i:2213;s:28:\"ul.et_pb_side_nav.et-visible\";i:2214;s:41:\"ul.et_pb_side_nav .side_nav_item a.active\";i:2215;s:28:\".et_pb_scroll_top.et-pb-icon\";i:2216;s:24:\".et_pb_scroll_top:before\";i:2217;s:28:\".et_pb_scroll_top.et-visible\";i:2218;s:27:\".et_pb_scroll_top.et-hidden\";i:2219;s:105:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .et-cart-info\";i:2220;s:108:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .et-cart-info\";i:2221;s:108:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .mobile_menu_bar\";i:2222;s:111:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .mobile_menu_bar\";i:2223;s:157:\".et_pb_no_animation #et_search_icon:before, .et_pb_no_animation #top-menu, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container\";i:2224;s:429:\".et_header_style_slide .et_slide_in_menu_container, .et_header_style_slide .et_slide_in_menu_container #et-info span, .et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a, .et_header_style_slide .et_slide_in_menu_container a, .et_header_style_slide .et_slide_in_menu_container input.et-search-field, .et_header_style_slide .et_slide_menu_top span, .et_header_style_slide .et_slide_menu_top ul.et-social-icons a\";i:2225;s:85:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:2226;s:94:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:2227;s:89:\".et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:2228;s:36:\".mobile_menu_bar.et_pb_header_toggle\";i:2229;s:60:\".et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu\";i:2230;s:382:\".et_header_style_fullscreen #et_top_search, .et_header_style_fullscreen #top-header, .et_header_style_fullscreen .et_slide_menu_top .clear, .et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_slide #et_top_search, .et_header_style_slide #top-header, .et_header_style_slide div#et_mobile_nav_menu, .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul\";i:2231;s:216:\".et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_fullscreen.et_fullwidth_nav .et-search-form, .et_header_style_slide div#et_mobile_nav_menu, .et_header_style_slide.et_fullwidth_nav .et-search-form\";i:2232;s:158:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before, .et_slide_menu_top button#searchsubmit_header:before, .et_toggle_slide_menu:after\";i:2233;s:57:\".et_toggle_slide_menu:after, .et_toggle_slide_menu:before\";i:2234;s:28:\".et_toggle_slide_menu:before\";i:2235;s:27:\".et_toggle_slide_menu:after\";i:2236;s:53:\".et_pb_slide_menu_active .et_toggle_slide_menu:before\";i:2237;s:52:\".et_pb_slide_menu_active .et_toggle_slide_menu:after\";i:2238;s:238:\".et_header_style_fullscreen #top-menu-nav, .et_header_style_slide #top-menu-nav, .et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu, .et_slide_in_menu_container #mobile_menu_slide ul.sub-menu\";i:2239;s:50:\".et_header_style_slide .et_slide_in_menu_container\";i:2240;s:27:\".et_slide_in_menu_container\";i:2241;s:38:\".admin-bar .et_slide_in_menu_container\";i:2242;s:18:\".et_slide_menu_top\";i:2243;s:38:\".et_header_style_slide #page-container\";i:2244;s:76:\".et_slide_menu_top span#et-info-email, .et_slide_menu_top ul.et-social-icons\";i:2245;s:40:\".et_slide_menu_top ul.et-social-icons li\";i:2246;s:33:\".et_slide_menu_top a.et-cart-info\";i:2247;s:24:\".et_slide_menu_top:after\";i:2248;s:34:\".et_slide_menu_top .et-search-form\";i:2249;s:40:\".et_slide_menu_top input.et-search-field\";i:2250;s:45:\".et_slide_menu_top button#searchsubmit_header\";i:2251;s:52:\".et_slide_menu_top button#searchsubmit_header:before\";i:2252;s:23:\".et_slide_menu_top span\";i:2253;s:30:\".et_slide_menu_top div#et-info\";i:2254;s:66:\".et_slide_menu_top, .et_slide_menu_top a, .et_slide_menu_top input\";i:2255;s:48:\".et_slide_in_menu_container ul#mobile_menu_slide\";i:2256;s:122:\".et_slide_in_menu_container #mobile_menu_slide li a, .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a\";i:2257;s:70:\".et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children\";i:2258;s:53:\".et_slide_in_menu_container span.et_mobile_menu_arrow\";i:2259;s:74:\".et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened\";i:2260;s:75:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:2261;s:69:\".et_slide_in_menu_container .et_mobile_menu .menu-item-has-children>a\";i:2262;s:69:\".et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a\";i:2263;s:61:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li\";i:2264;s:89:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened>li\";i:2265;s:54:\".et_slide_in_menu_container .et_mobile_menu li a:hover\";i:2266;s:54:\".et_slide_in_menu_container #mobile_menu_slide li li a\";i:2267;s:60:\".et_slide_in_menu_container #mobile_menu_slide li li a:hover\";i:2268;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a\";i:2269;s:386:\".et_header_style_fullscreen .et_slide_in_menu_container, .et_header_style_fullscreen .et_slide_in_menu_container #et-info span, .et_header_style_fullscreen .et_slide_in_menu_container a, .et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field, .et_header_style_fullscreen .et_slide_menu_top span, .et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a\";i:2270;s:90:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:2271;s:99:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:2272;s:94:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:2273;s:70:\".et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu\";i:2274;s:59:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container\";i:2275;s:83:\".et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container\";i:2276;s:73:\".et-has-admin-bar .et_header_style_fullscreen .et_slide_in_menu_container\";i:2277;s:84:\".et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened\";i:2278;s:109:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before\";i:2279;s:46:\".et_header_style_fullscreen .et_slide_menu_top\";i:2280;s:49:\".et_header_style_fullscreen .et_pb_top_menu_inner\";i:2281;s:289:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before, .et_header_style_fullscreen .et_slide_menu_top, .et_header_style_fullscreen .et_slide_menu_top a, .et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before\";i:2282;s:51:\".et_header_style_fullscreen input::-moz-placeholder\";i:2283;s:60:\".et_header_style_fullscreen input::-webkit-input-placeholder\";i:2284;s:55:\".et_header_style_fullscreen input:-ms-input-placeholder\";i:2285;s:131:\".et_header_style_fullscreen a.et-cart-info, .et_header_style_fullscreen div#et-info, .et_header_style_fullscreen ul.et-social-icons\";i:2286;s:44:\".et_header_style_fullscreen div#et-info span\";i:2287;s:42:\".et_header_style_fullscreen a.et-cart-info\";i:2288;s:65:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons\";i:2289;s:68:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li\";i:2290;s:70:\".et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children\";i:2291;s:48:\".et_header_style_fullscreen ul#mobile_menu_slide\";i:2292;s:75:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu\";i:2293;s:77:\".et_pb_fullscreen_menu_opened .et_pb_fullscreen_nav_container .et_mobile_menu\";i:2294;s:78:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li\";i:2295;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a\";i:2296;s:81:\".et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow\";i:2297;s:103:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:2298;s:50:\".et_pb_fullscreen_menu_animated .et_mobile_menu li\";i:2299;s:48:\".et_pb_fullscreen_menu_opened .et_mobile_menu li\";i:2300;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1)\";i:2301;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2)\";i:2302;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3)\";i:2303;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4)\";i:2304;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5)\";i:2305;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6)\";i:2306;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7)\";i:2307;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8)\";i:2308;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9)\";i:2309;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10)\";i:2310;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11)\";i:2311;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12)\";i:2312;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13)\";i:2313;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14)\";i:2314;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15)\";i:2315;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16)\";i:2316;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17)\";i:2317;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18)\";i:2318;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19)\";i:2319;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20)\";i:2320;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21)\";i:2321;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22)\";i:2322;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23)\";i:2323;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24)\";i:2324;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25)\";i:2325;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26)\";i:2326;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27)\";i:2327;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28)\";i:2328;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29)\";i:2329;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30)\";i:2330;s:123:\".et_header_style_fullscreen .et-fixed-header #et-top-navigation, .et_header_style_slide .et-fixed-header #et-top-navigation\";i:2331;s:352:\".et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep\";i:2332;s:352:\".et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep\";i:2333;s:352:\".et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep\";i:2334;s:352:\".et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep\";i:2335;s:352:\".et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep\";i:2336;s:1559:\".et_is_customize_preview.et_pb_footer_columns1 .footer-widget:first-child, .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:nth-child(5), .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:2337;s:1702:\".et_is_customize_preview.et_pb_footer_columns1 .footer-widget:nth-last-child(-n+5), .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:last-child, .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-last-child(-n+4)\";i:2338;s:44:\"#wp-admin-bar-et-use-visual-builder a:before\";i:2339;s:50:\"#wp-admin-bar-et-use-visual-builder:hover a:before\";i:2340;s:88:\"#wp-admin-bar-et-use-visual-builder a:hover, #wp-admin-bar-et-use-visual-builder:hover a\";i:2341;s:107:\".iphone .et_pb_contact_form input, .iphone .et_pb_contact_form select, .iphone .et_pb_contact_form textarea\";i:2342;s:83:\".iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button\";i:2343;s:39:\".chrome.parallax-map-support .et_pb_map\";i:2344;s:18:\".ie .et_pb_divider\";i:2345;s:169:\".ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left, .ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right\";i:2346;s:83:\".ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:2347;s:76:\".et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:2348;s:48:\".gecko .et_pb_newsletter .et_pb_newsletter_field\";i:2349;s:48:\".safari .et_pb_gallery_grid .et_pb_gallery_image\";i:2350;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev\";i:2351;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next\";i:2352;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-prev\";i:2353;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-next\";i:2354;s:184:\".et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, .et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:2355;s:58:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left\";i:2356;s:59:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right\";i:2357;s:65:\".logged-in:not(.et-fb) .et_pb_login .et_pb_newsletter_description\";i:2358;s:850:\".et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p\";i:2359;s:48:\".et-fb.et-db #et-boc .et-l .et_pb_number_counter\";i:2360;s:36:\".et_full_width_page .et_gallery_item\";i:2361;s:50:\".et_full_width_page .et_gallery_item:nth-child(3n)\";i:2362;s:52:\".et_full_width_page .et_gallery_item:nth-child(3n+1)\";i:2363;s:50:\".et_full_width_page .et_gallery_item:nth-child(4n)\";i:2364;s:52:\".et_full_width_page .et_gallery_item:nth-child(4n+1)\";i:2365;s:145:\".single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title, .single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title\";i:2366;s:90:\".single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg\";i:2367;s:72:\".single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container\";i:2368;s:64:\".single .et_pb_fullwidth_section .et_pb_title_featured_container\";i:2369;s:33:\".et-social-facebook a.icon:before\";i:2370;s:32:\".et-social-twitter a.icon:before\";i:2371;s:36:\".et-social-google-plus a.icon:before\";i:2372;s:34:\".et-social-pinterest a.icon:before\";i:2373;s:33:\".et-social-linkedin a.icon:before\";i:2374;s:31:\".et-social-tumblr a.icon:before\";i:2375;s:34:\".et-social-instagram a.icon:before\";i:2376;s:30:\".et-social-skype a.icon:before\";i:2377;s:30:\".et-social-flikr a.icon:before\";i:2378;s:32:\".et-social-myspace a.icon:before\";i:2379;s:33:\".et-social-dribbble a.icon:before\";i:2380;s:32:\".et-social-youtube a.icon:before\";i:2381;s:30:\".et-social-vimeo a.icon:before\";i:2382;s:28:\".et-social-rss a.icon:before\";i:2383;s:29:\".single-project #comment-wrap\";i:2384;s:29:\".rtl .et_pb_blog_grid .column\";i:2385;s:242:\".rtl .et_pb_contact p input[type=checkbox]+label i, .rtl .et_pb_contact p input[type=radio]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2386;s:26:\".rtl .et_pb_contact_select\";i:2387;s:49:\".rtl .et_pb_contact_field[data-type=select]:after\";i:2388;s:70:\".woocommerce-page #content input.button:hover .et_pb_widget li a:hover\";i:2389;s:61:\".woocommerce.et_pb_pagebuilder_layout div.product div.summary\";i:2390;s:25:\".ai1ec-single-event:after\";i:2391;s:96:\".evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot\";i:2392;s:1599:\"#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, a.et_pb_more_button:after\";i:2393;s:103:\".et_pb_custom_button_icon.et_pb_button:after, .et_pb_login .et_pb_custom_button_icon.et_pb_button:after\";i:2394;s:11:\".et-pb-icon\";i:2395;s:10:\".nav li li\";i:2396;s:16:\".et-menu li li a\";i:2397;s:7:\".nav li\";i:2398;s:10:\".nav li ul\";i:2399;s:19:\".nav li.et-hover>ul\";i:2400;s:43:\".nav li.et-touch-hover>ul, .nav li:hover>ul\";i:2401;s:13:\".nav li li ul\";i:2402;s:38:\".nav li.et-reverse-direction-nav li ul\";i:2403;s:13:\".nav li:hover\";i:2404;s:34:\".et_mobile_menu li a, .nav li li a\";i:2405;s:46:\".et_mobile_menu li a:hover, .nav ul li a:hover\";i:2406;s:24:\".et-dropdown-removing>ul\";i:2407;s:35:\".mega-menu .et-dropdown-removing>ul\";i:2408;s:52:\".et-menu .menu-item-has-children>a:first-child:after\";i:2409;s:46:\".et-menu .menu-item-has-children>a:first-child\";i:2410;s:57:\".et-menu li li.menu-item-has-children>a:first-child:after\";i:2411;s:25:\".et-menu-nav li.mega-menu\";i:2412;s:28:\".et-menu-nav li.mega-menu>ul\";i:2413;s:31:\".et-menu-nav li.mega-menu ul li\";i:2414;s:31:\".et-menu-nav li.mega-menu li>ul\";i:2415;s:31:\".et-menu-nav li.mega-menu li ul\";i:2416;s:79:\".et-menu-nav li.mega-menu.et-hover li ul, .et-menu-nav li.mega-menu:hover li ul\";i:2417;s:34:\".et-menu-nav li.mega-menu:hover>ul\";i:2418;s:45:\".et-menu-nav li.mega-menu>ul>li>a:first-child\";i:2419;s:51:\".et-menu-nav li.mega-menu>ul>li>a:first-child:hover\";i:2420;s:30:\".et-menu-nav li.mega-menu li>a\";i:2421;s:97:\".et-menu-nav li.mega-menu.mega-menu-parent li li, .et-menu-nav li.mega-menu.mega-menu-parent li>a\";i:2422;s:55:\".et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu\";i:2423;s:31:\".et-menu-nav li.mega-menu>ul>li\";i:2424;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li\";i:2425;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li\";i:2426;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li\";i:2427;s:148:\".et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after, .et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:2428;s:43:\".et_fullwidth_nav #top-menu li.mega-menu>ul\";i:2429;s:15:\".et_mobile_menu\";i:2430;s:114:\"#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul\";i:2431;s:21:\".et_mobile_menu li li\";i:2432;s:20:\".et_mobile_menu li a\";i:2433;s:41:\".et_mobile_menu .menu-item-has-children>a\";i:2434;s:44:\".et_mobile_menu li .menu-item-has-children>a\";i:2435;s:23:\".mobile_menu_bar:before\";i:2436;s:13:\".et_pb_widget\";i:2437;s:15:\".et_pb_widget a\";i:2438;s:24:\".et_pb_widget li a:hover\";i:2439;s:19:\".et_pb_widget ul li\";i:2440;s:25:\".et_pb_widget ul li ul li\";i:2441;s:20:\".et_pb_widget select\";i:2442;s:34:\".et_pb_widget_area .et_pb_widget a\";i:2443;s:41:\".et_pb_bg_layout_light .et_pb_widget li a\";i:2444;s:40:\".et_pb_bg_layout_dark .et_pb_widget li a\";i:2445;s:85:\".et-safe-mode-indicator, .et-safe-mode-indicator:focus, .et-safe-mode-indicator:hover\";i:2446;s:13:\".et_pb_button\";i:2447;s:19:\".et_pb_button_inner\";i:2448;s:54:\".et_pb_button:hover, .et_pb_module .et_pb_button:hover\";i:2449;s:19:\".et_pb_button:hover\";i:2450;s:177:\".et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover\";i:2451;s:41:\".et_pb_button:after, .et_pb_button:before\";i:2452;s:83:\".et_pb_button.et_hover_enabled:hover:after, .et_pb_button.et_pb_hovered:hover:after\";i:2453;s:20:\".et_pb_button:before\";i:2454;s:169:\".et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after\";i:2455;s:26:\".et_pb_contact_reset:hover\";i:2456;s:20:\".et_subscribe_loader\";i:2457;s:56:\".et_pb_button_text_loading .et_pb_newsletter_button_text\";i:2458;s:127:\".woocommerce .media-frame .media-frame-toolbar button.button, .woocommerce-page .media-frame .media-frame-toolbar button.button\";i:2459;s:85:\".woocommerce .media-frame button.button, .woocommerce-page .media-frame button.button\";i:2460;s:97:\".woocommerce .media-frame button.button:after, .woocommerce-page .media-frame button.button:after\";i:2461;s:101:\".woocommerce .media-frame button.button-primary, .woocommerce-page .media-frame button.button-primary\";i:2462;s:113:\".woocommerce .media-frame button.button-primary:hover, .woocommerce-page .media-frame button.button-primary:hover\";i:2463;s:115:\".woocommerce .media-frame button.button-primary:active, .woocommerce-page .media-frame button.button-primary:active\";i:2464;s:95:\".woocommerce .media-frame button.button-hero, .woocommerce-page .media-frame button.button-hero\";i:2465;s:107:\".woocommerce .media-frame button.button-hero:hover, .woocommerce-page .media-frame button.button-hero:hover\";i:2466;s:109:\".woocommerce .media-frame button.button-hero:active, .woocommerce-page .media-frame button.button-hero:active\";i:2467;s:13:\"#comment-wrap\";i:2468;s:15:\".comment_avatar\";i:2469;s:17:\".comment_postinfo\";i:2470;s:18:\"span.fn, span.fn a\";i:2471;s:17:\"span.comment_date\";i:2472;s:33:\".comment_area .comment-reply-link\";i:2473;s:45:\".comment-reply-link:hover, .form-submit:hover\";i:2474;s:40:\"#comment-wrap li.comment.depth-5 article\";i:2475;s:17:\".comment #respond\";i:2476;s:12:\"#commentform\";i:2477;s:21:\"#commentform textarea\";i:2478;s:114:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea\";i:2479;s:12:\".form-submit\";i:2480;s:26:\".form-submit .et_pb_button\";i:2481;s:18:\"#reply-title small\";i:2482;s:108:\".et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1\";i:2483;s:108:\".et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2\";i:2484;s:108:\".et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3\";i:2485;s:108:\".et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4\";i:2486;s:108:\".et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5\";i:2487;s:108:\".et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6\";i:2488;s:59:\".clearfix:after, .et_pb_wc_images .et_pb_module_inner:after\";i:2489;s:691:\".et_pb_blurb_content, .et_pb_circle_counter, .et_pb_contact_main_title, .et_pb_countdown_timer_container, .et_pb_counter_title, .et_pb_gallery_item, .et_pb_newsletter_description, .et_pb_number_counter, .et_pb_portfolio_item, .et_pb_post, .et_pb_pricing_content, .et_pb_pricing_heading, .et_pb_promo_description, .et_pb_slide_description, .et_pb_tab, .et_pb_tabs_controls, .et_pb_team_member, .et_pb_testimonial_description_inner, .et_pb_text, .et_pb_toggle_content, .et_pb_toggle_title, .et_pb_wc_add_to_cart, .et_pb_wc_additional_info, .et_pb_wc_breadcrumb, .et_pb_wc_description, .et_pb_wc_meta, .et_pb_wc_price, .et_pb_wc_rating, .et_pb_wc_stock, .et_pb_wc_title, .et_pb_widget, .product\";i:2490;s:23:\".et_pb_wc_price .amount\";i:2491;s:521:\".et_overlay:before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum\";i:2492;s:29:\".et_pb_pricing li span:before\";i:2493;s:123:\".et_audio_content, .et_link_content, .et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content\";i:2494;s:187:\".et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider, .et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider\";i:2495;s:31:\".section_has_divider .et_pb_row\";i:2496;s:35:\".et_pb_fullwidth_section .et_pb_row\";i:2497;s:36:\".et_pb_column.et_pb_section_parallax\";i:2498;s:37:\".et_pb_css_mix_blend_mode_passthrough\";i:2499;s:19:\".et_pb_module_inner\";i:2500;s:25:\".et_hover_enabled_preview\";i:2501;s:23:\".et_hover_enabled:hover\";i:2502;s:16:\".et_post_gallery\";i:2503;s:23:\"p.et_pb_gallery_caption\";i:2504;s:11:\".et-menu li\";i:2505;s:22:\".et-menu>li:last-child\";i:2506;s:10:\".et-menu a\";i:2507;s:16:\".et-menu a:hover\";i:2508;s:13:\".et-menu li>a\";i:2509;s:232:\".et_pb_all_tabs, .et_pb_column, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_posts_nav a, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background\";i:2510;s:2989:\".et_pb_fullwidth_post_content.et_pb_with_border img, .et_pb_post_content.et_pb_with_border img, .et_pb_with_border, .et_pb_with_border .et_pb_audio_cover_art, .et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_contact_form .input[type=radio]+label i, .et_pb_with_border .et_pb_contact_form input, .et_pb_with_border .et_pb_contact_form select, .et_pb_with_border .et_pb_contact_form textarea, .et_pb_with_border .et_pb_counter_container, .et_pb_with_border .et_pb_gallery_image img, .et_pb_with_border .et_pb_gallery_item, .et_pb_with_border .et_pb_image_wrap, .et_pb_with_border .et_pb_main_blurb_image, .et_pb_with_border .et_pb_newsletter_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_newsletter_form .input[type=radio]+label i, .et_pb_with_border .et_pb_newsletter_form input, .et_pb_with_border .et_pb_newsletter_form select, .et_pb_with_border .et_pb_newsletter_form textarea, .et_pb_with_border .et_pb_portfolio_image, .et_pb_with_border .et_pb_portfolio_item, .et_pb_with_border .et_pb_post .et_pb_slides, .et_pb_with_border .et_pb_post .et_pb_video_overlay, .et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder), .et_pb_with_border .et_pb_slide_image img, .et_pb_with_border .et_pb_team_member_image, .et_pb_with_border .et_pb_testimonial_portrait, .et_pb_with_border .et_pb_wc_related_products .et_shop_image>img:not(.woocommerce-placeholder), .et_pb_with_border .et_portfolio_image, .et_pb_with_border .woocommerce-breadcrumb, .et_pb_with_border.et_pb_comments_module .commentlist li img.avatar, .et_pb_with_border.et_pb_comments_module input, .et_pb_with_border.et_pb_comments_module textarea, .et_pb_with_border.et_pb_contact_field .input[type=checkbox]+label i, .et_pb_with_border.et_pb_contact_field .input[type=radio]+label i, .et_pb_with_border.et_pb_contact_field input, .et_pb_with_border.et_pb_contact_field select, .et_pb_with_border.et_pb_contact_field textarea, .et_pb_with_border.et_pb_fullwidth_header .header-image-container img, .et_pb_with_border.et_pb_fullwidth_header .header-logo, .et_pb_with_border.et_pb_fullwidth_menu .et_pb_menu__logo img, .et_pb_with_border.et_pb_menu .et_pb_menu__logo img, .et_pb_with_border.et_pb_posts .et_pb_post, .et_pb_with_border.et_pb_posts_nav span.nav-next a, .et_pb_with_border.et_pb_posts_nav span.nav-previous a, .et_pb_with_border.et_pb_shop .et_shop_image>img, .et_pb_with_border.et_pb_shop .products li, .et_pb_with_border.et_pb_video_slider .et_pb_carousel_item, .et_pb_with_border.et_pb_video_slider .et_pb_slider, .et_pb_with_border.et_pb_wc_images .woocommerce-product-gallery__image, .et_pb_with_border.et_pb_wc_related_products .et_shop_image, .et_pb_with_border.et_pb_wc_related_products .product, .et_pb_with_border.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_with_border.et_pb_wc_upsells .et_shop_image, .et_pb_with_border.et_pb_wc_upsells .product, .et_pb_with_focus_border .et_pb_newsletter_form input:focus\";i:2511;s:12:\".et_pb_image\";i:2512;s:24:\".et_pb_image.aligncenter\";i:2513;s:53:\".et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image\";i:2514;s:30:\".et_pb_image .et_pb_image_wrap\";i:2515;s:16:\".et_pb_image img\";i:2516;s:19:\".et_pb_image_sticky\";i:2517;s:18:\".et-pb-icon-circle\";i:2518;s:25:\".et-pb-icon-circle-border\";i:2519;s:20:\".et_pb_blurb_content\";i:2520;s:78:\".et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container\";i:2521;s:79:\".et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container\";i:2522;s:83:\".et_pb_blurb.et_pb_text_align_justified .et_pb_blurb_content .et_pb_blurb_container\";i:2523;s:80:\".et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container\";i:2524;s:35:\".et_pb_blurb_content p:last-of-type\";i:2525;s:23:\".et_pb_main_blurb_image\";i:2526;s:54:\".et_pb_blurb .et_pb_module_header a, .et_pb_blurb h4 a\";i:2527;s:30:\".et_pb_blurb .et_pb_image_wrap\";i:2528;s:103:\".et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image\";i:2529;s:111:\".et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img\";i:2530;s:79:\".et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon\";i:2531;s:93:\".et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle\";i:2532;s:107:\".et_pb_blurb_position_left .et-pb-icon-circle-border, .et_pb_blurb_position_right .et-pb-icon-circle-border\";i:2533;s:101:\".et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container\";i:2534;s:49:\".et_pb_blurb_position_left .et_pb_blurb_container\";i:2535;s:47:\".et_pb_blurb_position_left .et_pb_blurb_content\";i:2536;s:50:\".et_pb_blurb_position_right .et_pb_blurb_container\";i:2537;s:48:\".et_pb_blurb_position_right .et_pb_blurb_content\";i:2538;s:51:\".et_pb_blurb_position_right .et_pb_main_blurb_image\";i:2539;s:39:\".et_pb_blurb_position_right .et-pb-icon\";i:2540;s:25:\".et_pb_pricing_table_wrap\";i:2541;s:20:\".et_pb_pricing_table\";i:2542;s:34:\".et_pb_pricing>.box-shadow-overlay\";i:2543;s:21:\".et_pb_featured_table\";i:2544;s:38:\".et_pb_column_4_4 .et_pb_pricing_table\";i:2545;s:55:\".et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table\";i:2546;s:157:\".et_pb_column_1_2 .et_pb_pricing_table, .et_pb_column_2_3 .et_pb_pricing_table, .et_pb_column_3_5 .et_pb_pricing_table, .et_pb_pricing_2 .et_pb_pricing_table\";i:2547;s:277:\".et_pb_column_1_3 .et_pb_pricing_table, .et_pb_column_1_4 .et_pb_pricing_table, .et_pb_column_1_5 .et_pb_pricing_table, .et_pb_column_1_6 .et_pb_pricing_table, .et_pb_column_2_5 .et_pb_pricing_table, .et_pb_column_3_8 .et_pb_pricing_table, .et_pb_pricing_1 .et_pb_pricing_table\";i:2548;s:731:\".et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_pb_column_1_5 .et_pb_pricing_table.et-last-child, .et_pb_column_1_5 .et_pb_pricing_table:last-child, .et_pb_column_1_6 .et_pb_pricing_table.et-last-child, .et_pb_column_1_6 .et_pb_pricing_table:last-child, .et_pb_column_2_5 .et_pb_pricing_table.et-last-child, .et_pb_column_2_5 .et_pb_pricing_table:last-child, .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:2549;s:483:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(3n+1), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(4n+1)\";i:2550;s:478:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+4), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+5)\";i:2551;s:508:\".et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4), .et_pb_column_3_5 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5)\";i:2552;s:22:\".et_pb_pricing_heading\";i:2553;s:70:\".et_pb_pricing_heading .et_pb_pricing_title, .et_pb_pricing_heading h2\";i:2554;s:17:\".et_pb_best_value\";i:2555;s:26:\".et_pb_pricing_content_top\";i:2556;s:42:\".et_pb_pricing_table .et_pb_button_wrapper\";i:2557;s:15:\".et_pb_et_price\";i:2558;s:18:\".et_pb_dollar_sign\";i:2559;s:10:\".et_pb_sum\";i:2560;s:22:\".et_pb_pricing_content\";i:2561;s:44:\".et_pb_featured_table .et_pb_pricing_content\";i:2562;s:17:\".et_pb_pricing li\";i:2563;s:28:\".et_pb_pricing li:last-child\";i:2564;s:53:\".et_pb_pricing.et_pb_pricing_no_bullet li span:before\";i:2565;s:37:\".et_pb_pricing li.et_pb_not_available\";i:2566;s:49:\".et_pb_pricing li.et_pb_not_available span:before\";i:2567;s:19:\".et_pb_pricing li a\";i:2568;s:22:\".et_pb_pricing li span\";i:2569;s:27:\".et_pb_pricing_table_button\";i:2570;s:538:\".et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2)\";i:2571;s:42:\".et_pb_testimonial.et_pb_testimonial_no_bg\";i:2572;s:33:\".et_pb_testimonial p:last-of-type\";i:2573;s:63:\".et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before\";i:2574;s:27:\".et_pb_testimonial_portrait\";i:2575;s:34:\".et_pb_testimonial_portrait:before\";i:2576;s:280:\".et_pb_column_1_3 .et_pb_testimonial_portrait, .et_pb_column_1_4 .et_pb_testimonial_portrait, .et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait, .et_pb_column_3_8 .et_pb_testimonial_portrait\";i:2577;s:68:\".et_pb_testimonial_description, .et_pb_testimonial_description_inner\";i:2578;s:54:\".et_pb_bg_layout_dark .et_pb_testimonial_description a\";i:2579;s:25:\".et_pb_testimonial_author\";i:2580;s:27:\".et_pb_testimonial_author a\";i:2581;s:25:\".et_pb_testimonial:before\";i:2582;s:49:\".et_pb_testimonial.et_pb_testimonial_no_bg:before\";i:2583;s:40:\".et_pb_testimonial.et_pb_icon_off:before\";i:2584;s:93:\".et_pb_testimonial_old_layout, .et_pb_testimonial_old_layout .et_pb_testimonial_description a\";i:2585;s:9:\".et-promo\";i:2586;s:21:\".et-promo-description\";i:2587;s:23:\".et-promo-description p\";i:2588;s:16:\".et-promo-button\";i:2589;s:20:\".et_pb_counter_title\";i:2590;s:43:\".et_pb_bg_layout_light .et_pb_counter_title\";i:2591;s:24:\".et_pb_counter_container\";i:2592;s:21:\".et_pb_counter_amount\";i:2593;s:29:\".et_pb_counter_amount.overlay\";i:2594;s:48:\".et_pb_counters span.et_pb_counter_amount_number\";i:2595;s:111:\".et_pb_counters span.et_pb_counter_amount_number:after, .et_pb_counters span.et_pb_counter_amount_number:before\";i:2596;s:38:\".et_pb_counters.et_pb_section_video>li\";i:2597;s:60:\".et_pb_counters>li.et_pb_section_video .et_pb_counter_amount\";i:2598;s:56:\".et_pb_counters li:last-of-type .et_pb_counter_container\";i:2599;s:44:\".et_pb_text_align_left .et_pb_counter_amount\";i:2600;s:46:\".et_pb_text_align_center .et_pb_counter_amount\";i:2601;s:45:\".et_pb_text_align_right .et_pb_counter_amount\";i:2602;s:49:\".et_pb_text_align_justified .et_pb_counter_amount\";i:2603;s:37:\".et_pb_post .entry-featured-image-url\";i:2604;s:118:\".et_pb_portfolio_item .et_pb_module_header a, .et_pb_portfolio_item h3 a, .et_pb_post .entry-title a, .et_pb_post h2 a\";i:2605;s:60:\".et_pb_portfolio_item .post-meta a, .et_pb_post .post-meta a\";i:2606;s:17:\".et_pb_post .more\";i:2607;s:24:\".et_pb_posts a.more-link\";i:2608;s:54:\".et_pb_has_overlay.et_pb_post .et_pb_image_container a\";i:2609;s:24:\".et_pb_posts .et_pb_post\";i:2610;s:41:\".et_pb_posts.et_pb_section_parallax:hover\";i:2611;s:182:\".et_pb_section_parallax .et_pb_ajax_pagination_container, .et_pb_section_parallax .pagination, .et_pb_section_video .et_pb_ajax_pagination_container, .et_pb_section_video .pagination\";i:2612;s:74:\".post-password-required .et_pb_row, .post-password-required .et_pb_section\";i:2613;s:51:\".post-password-required .et_password_protected_form\";i:2614;s:54:\".post-password-required .et_password_protected_form h1\";i:2615;s:44:\".et_pb_posts.et_pb_module article .et_pb_row\";i:2616;s:67:\".et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row\";i:2617;s:356:\".et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a\";i:2618;s:349:\".et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark .et_pb_post .post-meta, .et_pb_bg_layout_dark .et_pb_post .post-meta a, .et_pb_bg_layout_dark .et_pb_post p, .et_pb_bg_layout_dark p.et_pb_title_meta_container, .et_pb_bg_layout_dark p.et_pb_title_meta_container a\";i:2619;s:16:\".et_pb_blog_grid\";i:2620;s:24:\".et_pb_blog_grid .column\";i:2621;s:28:\".et_pb_blog_grid .et_pb_post\";i:2622;s:39:\".et_pb_blog_grid .et_pb_image_container\";i:2623;s:145:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_image_container\";i:2624;s:45:\".et_pb_image_container img, .et_pb_post a img\";i:2625;s:43:\".et_pb_blog_grid .et_pb_image_container img\";i:2626;s:82:\".et_pb_blog_grid .et_pb_no_thumb .entry-title, .et_pb_blog_grid .et_pb_no_thumb h2\";i:2627;s:34:\".et_pb_blog_grid .et_audio_content\";i:2628;s:19:\".et_pb_blog_grid h2\";i:2629;s:64:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:2630;s:68:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:2631;s:76:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post\";i:2632;s:29:\".et_pb_grid_item.first_in_row\";i:2633;s:35:\".et_pb_grid_item:not(.first_in_row)\";i:2634;s:36:\".et_pb_post>.et_main_video_container\";i:2635;s:50:\".et_pb_post .et_pb_video_overlay .et_pb_video_play\";i:2636;s:44:\".et_pb_post .et_pb_video_overlay_hover:hover\";i:2637;s:52:\".et_pb_blog_grid .et_main_video_overlay:hover:before\";i:2638;s:12:\".et_pb_video\";i:2639;s:16:\".et_pb_video_box\";i:2640;s:22:\".et_pb_video_box video\";i:2641;s:20:\".et_pb_video_overlay\";i:2642;s:24:\".et_pb_video_play:before\";i:2643;s:17:\".et_pb_video_play\";i:2644;s:40:\".et_pb_bg_layout_light .et_pb_video_play\";i:2645;s:26:\".et_pb_video_overlay_hover\";i:2646;s:45:\".et_pb_video .et_pb_video_overlay_hover:hover\";i:2647;s:19:\".et_pb_video_slider\";i:2648;s:66:\".et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover\";i:2649;s:100:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers .et-pb-active-control\";i:2650;s:79:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers a\";i:2651;s:61:\".et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows\";i:2652;s:70:\".et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers\";i:2653;s:136:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel .et_pb_carousel_items\";i:2654;s:96:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out\";i:2655;s:117:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out .et_pb_video_overlay\";i:2656;s:216:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.next .et_pb_carousel_item, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.prev .et_pb_carousel_item\";i:2657;s:115:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .et_pb_carousel_item.item-fade-in\";i:2658;s:26:\".et-pb-is-sliding-carousel\";i:2659;s:15:\".et_pb_carousel\";i:2660;s:39:\".et_pb_carousel:hover .et-pb-arrow-prev\";i:2661;s:39:\".et_pb_carousel:hover .et-pb-arrow-next\";i:2662;s:22:\".et_pb_slider_carousel\";i:2663;s:235:\".et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et_pb_video_play\";i:2664;s:356:\".et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et_pb_video_play\";i:2665;s:21:\".et_pb_carousel_items\";i:2666;s:40:\".et_pb_carousel_items .et-carousel-group\";i:2667;s:47:\".et_pb_carousel_items .et-carousel-group.active\";i:2668;s:79:\".et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child\";i:2669;s:20:\".et_pb_carousel_item\";i:2670;s:52:\".et_pb_carousel_items.columns-6 .et_pb_carousel_item\";i:2671;s:52:\".et_pb_carousel_items.columns-5 .et_pb_carousel_item\";i:2672;s:52:\".et_pb_carousel_items.columns-4 .et_pb_carousel_item\";i:2673;s:52:\".et_pb_carousel_items.columns-3 .et_pb_carousel_item\";i:2674;s:52:\".et_pb_carousel_items.columns-2 .et_pb_carousel_item\";i:2675;s:52:\".et_pb_carousel_items.columns-1 .et_pb_carousel_item\";i:2676;s:26:\".et_pb_carousel_item:after\";i:2677;s:41:\".et_pb_carousel_item .et_pb_video_overlay\";i:2678;s:68:\".et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover\";i:2679;s:38:\".et_pb_carousel_item .et_pb_video_play\";i:2680;s:65:\".et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play\";i:2681;s:53:\".et_pb_carousel_item .et_pb_video_overlay_hover:hover\";i:2682;s:4:\"from\";i:2683;s:2:\"to\";i:2684;s:163:\".et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_5 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_6 .et_pb_slider_carousel .et_pb_slide\";i:2685;s:288:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:2686;s:172:\".et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:2687;s:172:\".et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play\";i:2688;s:24:\".et_pb_sidebar_no_border\";i:2689;s:22:\".et_pb_fullwidth_image\";i:2690;s:26:\".et_pb_fullwidth_image img\";i:2691;s:24:\".et_pb_promo_description\";i:2692;s:39:\".et_pb_promo_description p:last-of-type\";i:2693;s:47:\".et_pb_module.et_pb_button, .et_pb_promo_button\";i:2694;s:57:\".et_pb_newsletter_button:hover, .et_pb_promo_button:hover\";i:2695;s:222:\".et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo, .et_pb_column_1_5 .et_pb_promo, .et_pb_column_1_6 .et_pb_promo, .et_pb_column_2_5 .et_pb_promo, .et_pb_column_3_5 .et_pb_promo\";i:2696;s:56:\".et_pb_button_module_wrapper.et_pb_button_alignment_left\";i:2697;s:57:\".et_pb_button_module_wrapper.et_pb_button_alignment_right\";i:2698;s:58:\".et_pb_button_module_wrapper.et_pb_button_alignment_center\";i:2699;s:30:\".et_pb_button_module_wrapper>a\";i:2700;s:17:\".et_pb_newsletter\";i:2701;s:53:\".et_pb_newsletter_description, .et_pb_newsletter_form\";i:2702;s:29:\".et_pb_newsletter_description\";i:2703;s:44:\".et_pb_newsletter_description p:last-of-type\";i:2704;s:22:\".et_pb_newsletter_form\";i:2705;s:47:\".et_pb_newsletter_form p.et_pb_newsletter_field\";i:2706;s:73:\".et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field\";i:2707;s:303:\".et_pb_newsletter_form .input, .et_pb_newsletter_form input[type=password], .et_pb_newsletter_form input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field textarea, .et_pb_newsletter_form select, .et_pb_newsletter_form textarea\";i:2708;s:70:\".et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after\";i:2709;s:47:\".et_pb_newsletter_form p .et_pb_subscribe_error\";i:2710;s:24:\".et_pb_newsletter_result\";i:2711;s:25:\".et_pb_newsletter_success\";i:2712;s:24:\".et_pb_newsletter_button\";i:2713;s:50:\".et_pb_newsletter_fields, .et_pb_newsletter_footer\";i:2714;s:24:\".et_pb_newsletter_footer\";i:2715;s:91:\".et_pb_feedburner_form .et_pb_newsletter_button, .et_pb_login_form .et_pb_newsletter_button\";i:2716;s:51:\".et_pb_feedburner_form form, .et_pb_login_form form\";i:2717;s:97:\".et_pb_feedburner_form ::-webkit-input-placeholder, .et_pb_login_form ::-webkit-input-placeholder\";i:2718;s:79:\".et_pb_feedburner_form ::-moz-placeholder, .et_pb_login_form ::-moz-placeholder\";i:2719;s:87:\".et_pb_feedburner_form :-ms-input-placeholder, .et_pb_login_form :-ms-input-placeholder\";i:2720;s:12:\".et_pb_no_bg\";i:2721;s:37:\".et_pb_has_bg_hover.et_pb_promo:hover\";i:2722;s:397:\".et_pb_column_1_2 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_3 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_4 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_5 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_6 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_2_5 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_3_5 .et_pb_has_bg_hover.et_pb_promo:hover\";i:2723;s:36:\".et_pb_no_bg_hover.et_pb_promo:hover\";i:2724;s:67:\".et_pb_newsletter .et_pb_contact_field_last+.et_pb_newsletter_field\";i:2725;s:46:\".et_pb_newsletter .et_pb_contact_field--hidden\";i:2726;s:54:\".et_pb_contact_field_options_list label a:empty:before\";i:2727;s:29:\".et_pb_newsletter.et_pb_login\";i:2728;s:39:\".et_pb_newsletter p .et_pb_signup_error\";i:2729;s:42:\".et_pb_newsletter .et_pb_newsletter_fields\";i:2730;s:44:\".et_pb_newsletter .et_pb_newsletter_fields>*\";i:2731;s:66:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half\";i:2732;s:81:\".et_pb_signup .et_pb_newsletter_description, .et_pb_signup .et_pb_newsletter_form\";i:2733;s:132:\".et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description, .et_pb_newsletter_layout_right_left .et_pb_newsletter_description\";i:2734;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_right_left .et_pb_newsletter_form\";i:2735;s:82:\".et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_description\";i:2736;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form\";i:2737;s:82:\".et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description\";i:2738;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form\";i:2739;s:1802:\".et_pb_column_1_2 .et_pb_newsletter_layout_left_right, .et_pb_column_1_2 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_5 .et_pb_newsletter_layout_left_right, .et_pb_column_1_5 .et_pb_newsletter_layout_right_left, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_6 .et_pb_newsletter_layout_left_right, .et_pb_column_1_6 .et_pb_newsletter_layout_right_left, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5 .et_pb_newsletter_layout_left_right, .et_pb_column_3_5 .et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_newsletter_layout_bottom_top, .et_pb_newsletter_layout_top_bottom\";i:2740;s:478:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left\";i:2741;s:726:\".et_pb_column_1_2 .et_pb_newsletter_description, .et_pb_column_1_2 .et_pb_newsletter_form, .et_pb_column_1_3 .et_pb_newsletter_description, .et_pb_column_1_3 .et_pb_newsletter_form, .et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column_1_6 .et_pb_newsletter_form, .et_pb_column_2_5 .et_pb_newsletter_description, .et_pb_column_2_5 .et_pb_newsletter_form, .et_pb_column_3_5 .et_pb_newsletter_description, .et_pb_column_3_5 .et_pb_newsletter_form, .et_pb_column_3_8 .et_pb_newsletter_description, .et_pb_column_3_8 .et_pb_newsletter_form\";i:2742;s:27:\".et_pb_tabs, .et_pb_wc_tabs\";i:2743;s:22:\"ul.et_pb_tabs_controls\";i:2744;s:28:\"ul.et_pb_tabs_controls:after\";i:2745;s:57:\".et_pb_tabs_controls li:not(.et_pb_tab_active):last-child\";i:2746;s:25:\".et_pb_tabs_controls li a\";i:2747;s:40:\".et_pb_tabs_controls li.et_pb_tab_active\";i:2748;s:19:\".et_pb_tab_active a\";i:2749;s:25:\".et_pb_tab p:last-of-type\";i:2750;s:15:\".et_pb_all_tabs\";i:2751;s:62:\".et_pb_all_tabs>div, .et_pb_toggle_close .et_pb_toggle_content\";i:2752;s:37:\".et_pb_all_tabs .et_pb_active_content\";i:2753;s:10:\".et_pb_tab\";i:2754;s:18:\".et_pb_tab_content\";i:2755;s:238:\".et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls, .et_pb_column_1_5 .et_pb_tabs_controls, .et_pb_column_1_6 .et_pb_tabs_controls, .et_pb_column_2_5 .et_pb_tabs_controls, .et_pb_column_3_8 .et_pb_tabs_controls\";i:2756;s:256:\".et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_controls li\";i:2757;s:442:\".et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li\";i:2758;s:13:\".et_pb_toggle\";i:2759;s:19:\".et_pb_toggle_close\";i:2760;s:18:\".et_pb_toggle_open\";i:2761;s:458:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title\";i:2762;s:82:\".et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title\";i:2763;s:80:\".et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title\";i:2764;s:26:\".et_pb_toggle_title:before\";i:2765;s:85:\".et_pb_accordion .et_pb_toggle_title:before, .et_pb_toggle .et_pb_toggle_title:before\";i:2766;s:45:\".et_pb_toggle_open .et_pb_toggle_title:before\";i:2767;s:21:\".et_pb_toggle_content\";i:2768;s:36:\".et_pb_toggle_content p:last-of-type\";i:2769;s:10:\".et_pb_map\";i:2770;s:45:\".et_pb_fullwidth_section .et_pb_map_container\";i:2771;s:24:\".et_pb_map_container img\";i:2772;s:14:\".et_pb_map_pin\";i:2773;s:28:\".et_pb_column_2_3 .et_pb_map\";i:2774;s:88:\".et_pb_column_1_2 .et_pb_map, .et_pb_column_3_5 .et_pb_map, .et_pb_column_3_8 .et_pb_map\";i:2775;s:148:\".et_pb_column_1_3 .et_pb_map, .et_pb_column_1_4 .et_pb_map, .et_pb_column_1_5 .et_pb_map, .et_pb_column_1_6 .et_pb_map, .et_pb_column_2_5 .et_pb_map\";i:2776;s:19:\".et_pb_contact_form\";i:2777;s:44:\".et_pb_contact_form [data-conditional-logic]\";i:2778;s:21:\"p.et_pb_contact_field\";i:2779;s:138:\"p.et_pb_contact_field:not(.et_pb_contact_field_last), p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half)\";i:2780;s:93:\"p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last\";i:2781;s:85:\".et_pb_contact_field.et_pb_section_parallax, .et_pb_contact_field.et_pb_section_video\";i:2782;s:22:\".et_pb_contact_field *\";i:2783;s:22:\".et_pb_contact_field a\";i:2784;s:25:\".et_pb_contact_main_title\";i:2785;s:27:\"h1.et_pb_contact_main_title\";i:2786;s:22:\".et-pb-contact-message\";i:2787;s:223:\".et_pb_column_1_3 .et_pb_contact_main_title, .et_pb_column_1_4 .et_pb_contact_main_title, .et_pb_column_1_5 .et_pb_contact_main_title, .et_pb_column_1_6 .et_pb_contact_main_title, .et_pb_column_2_5 .et_pb_contact_main_title\";i:2788;s:25:\".et_pb_contact_form_label\";i:2789;s:20:\".et_pb_contact_right\";i:2790;s:52:\".et_pb_contact_right .et_pb_contact_captcha_question\";i:2791;s:14:\".et_pb_contact\";i:2792;s:40:\".et_pb_contact .et_pb_contact_field_half\";i:2793;s:142:\".et_pb_contact p input, .et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea\";i:2794;s:91:\".et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea\";i:2795;s:73:\".et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field textarea\";i:2796;s:85:\".et_pb_contact p input::-moz-placeholder, .et_pb_contact p textarea::-moz-placeholder\";i:2797;s:83:\".et_pb_contact p input:-moz-placeholder, .et_pb_contact p textarea:-moz-placeholder\";i:2798;s:28:\".et_pb_contact_right p input\";i:2799;s:190:\".et_pb_contact p input[type=checkbox], .et_pb_contact p input[type=radio], .et_pb_subscribe .et_pb_contact_field input[type=checkbox], .et_pb_subscribe .et_pb_contact_field input[type=radio]\";i:2800;s:214:\".et_pb_contact p input[type=checkbox]+label, .et_pb_contact p input[type=radio]+label, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label\";i:2801;s:222:\".et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2802;s:281:\".et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea\";i:2803;s:216:\".et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea\";i:2804;s:107:\".et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2805;s:282:\".et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before\";i:2806;s:143:\".et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before\";i:2807;s:137:\".et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before\";i:2808;s:131:\".et_pb_contact p input[type=checkbox]~input[type=text], .et_pb_subscribe .et_pb_contact_field input[type=checkbox]~input[type=text]\";i:2809;s:38:\".et_pb_contact_field[data-type=select]\";i:2810;s:44:\".et_pb_contact_field[data-type=select]:after\";i:2811;s:21:\".et_pb_contact_select\";i:2812;s:33:\".et_pb_contact_select::-ms-expand\";i:2813;s:36:\".et_pb_contact_field_options_wrapper\";i:2814;s:71:\".et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title\";i:2815;s:42:\".et_pb_contact_field_options_wrapper:after\";i:2816;s:128:\".et_pb_contact_field_checkbox, .et_pb_contact_field_options_title, .et_pb_contact_field_radio, .et_pb_contact_field_select_title\";i:2817;s:67:\".et_pb_contact_field_radio_title, .et_pb_contact_field_select_title\";i:2818;s:51:\".et_pb_contact_field textarea.et_pb_contact_message\";i:2819;s:43:\".et_pb_contact_reset, .et_pb_contact_submit\";i:2820;s:34:\".et_pb_contact p .et_contact_error\";i:2821;s:256:\".et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label, .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title, .et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label\";i:2822;s:28:\".et_contact_bottom_container\";i:2823;s:40:\".et_pb_contact_form p[data-id=et_number]\";i:2824;s:46:\".et_pb_contact_form p[data-id=et_number] input\";i:2825;s:1002:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title\";i:2826;s:515:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper\";i:2827;s:169:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper\";i:2828;s:167:\".et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper\";i:2829;s:175:\".et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper\";i:2830;s:22:\".et_pb_countdown_timer\";i:2831;s:55:\".et_pb_countdown_timer .et_pb_countdown_timer_container\";i:2832;s:31:\".et_pb_countdown_timer h4.title\";i:2833;s:31:\".et_pb_countdown_timer .section\";i:2834;s:38:\".et_pb_countdown_timer .section.values\";i:2835;s:38:\".et_pb_countdown_timer .section.zero p\";i:2836;s:39:\".et_pb_countdown_timer .section p.value\";i:2837;s:27:\".et_pb_countdown_timer .sep\";i:2838;s:104:\".et_pb_column_1_2 .et_pb_countdown_timer .section p, .et_pb_column_3_5 .et_pb_countdown_timer .section p\";i:2839;s:116:\".et_pb_column_1_2 .et_pb_countdown_timer .section p.label, .et_pb_column_3_5 .et_pb_countdown_timer .section p.label\";i:2840;s:243:\".et_pb_column_1_3 .et_pb_countdown_timer .title, .et_pb_column_1_4 .et_pb_countdown_timer .title, .et_pb_column_1_5 .et_pb_countdown_timer .title, .et_pb_column_1_6 .et_pb_countdown_timer .title, .et_pb_column_2_5 .et_pb_countdown_timer .title\";i:2841;s:157:\".et_pb_column_1_3 .et_pb_countdown_timer .section p, .et_pb_column_2_5 .et_pb_countdown_timer .section p, .et_pb_column_3_8 .et_pb_countdown_timer .section p\";i:2842;s:157:\".et_pb_column_1_4 .et_pb_countdown_timer .section p, .et_pb_column_1_5 .et_pb_countdown_timer .section p, .et_pb_column_1_6 .et_pb_countdown_timer .section p\";i:2843;s:352:\".et_pb_column_1_3 .et_pb_countdown_timer .section p.label, .et_pb_column_1_4 .et_pb_countdown_timer .section p.label, .et_pb_column_1_5 .et_pb_countdown_timer .section p.label, .et_pb_column_1_6 .et_pb_countdown_timer .section p.label, .et_pb_column_2_5 .et_pb_countdown_timer .section p.label, .et_pb_column_3_8 .et_pb_countdown_timer .section p.label\";i:2844;s:44:\".et_pb_circle_counter, .et_pb_number_counter\";i:2845;s:21:\".et_pb_circle_counter\";i:2846;s:27:\".et_pb_circle_counter_inner\";i:2847;s:28:\".et_pb_circle_counter canvas\";i:2848;s:30:\".et_pb_circle_counter .percent\";i:2849;s:62:\".et_pb_circle_counter .percent, .et_pb_number_counter .percent\";i:2850;s:32:\".et_pb_circle_counter .percent p\";i:2851;s:100:\".et_pb_circle_counter .percent p, .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type\";i:2852;s:50:\".et_pb_circle_counter h3, .et_pb_number_counter h3\";i:2853;s:86:\".et_pb_circle_counter .et_pb_module_header, .et_pb_number_counter .et_pb_module_header\";i:2854;s:96:\".et_pb_circle_counter.et_pb_with_title .percent, .et_pb_number_counter.et_pb_with_title .percent\";i:2855;s:21:\".et_pb_number_counter\";i:2856;s:28:\".et_pb_number_counter.active\";i:2857;s:28:\".et_pb_number_counter canvas\";i:2858;s:30:\".et_pb_number_counter .percent\";i:2859;s:32:\".et_pb_number_counter .percent p\";i:2860;s:26:\".et_pb_post .entry-content\";i:2861;s:174:\".et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_item h2\";i:2862;s:63:\".et_overlay.et_pb_inline_icon:before, .et_pb_inline_icon:before\";i:2863;s:11:\".et_overlay\";i:2864;s:18:\".et_overlay:before\";i:2865;s:45:\".et_pb_gallery_image:hover .et_overlay:before\";i:2866;s:367:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta, .et_pb_gallery_image:hover .et_overlay, .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay\";i:2867;s:53:\".et_pb_slider.et_pb_gallery_fullwidth span.et_overlay\";i:2868;s:34:\"#ie7 .et_overlay, #ie8 .et_overlay\";i:2869;s:80:\".et_pb_fullwidth_menu.et_hover_enabled:hover, .et_pb_menu.et_hover_enabled:hover\";i:2870;s:128:\".et_pb_fullwidth_menu .et-menu-nav, .et_pb_fullwidth_menu .et-menu-nav>ul, .et_pb_menu .et-menu-nav, .et_pb_menu .et-menu-nav>ul\";i:2871;s:66:\".et_pb_fullwidth_menu .et-menu-nav>ul, .et_pb_menu .et-menu-nav>ul\";i:2872;s:72:\".et_pb_fullwidth_menu .et-menu-nav>ul ul, .et_pb_menu .et-menu-nav>ul ul\";i:2873;s:92:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a, .et_pb_bg_layout_dark.et_pb_menu ul li a\";i:2874;s:104:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover, .et_pb_bg_layout_dark.et_pb_menu ul li a:hover\";i:2875;s:94:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul, .et_pb_menu .et-menu-nav>ul.upwards li ul\";i:2876;s:106:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul li ul, .et_pb_menu .et-menu-nav>ul.upwards li ul li ul\";i:2877;s:120:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li.mega-menu ul ul, .et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul\";i:2878;s:27:\".et_pb_menu_inner_container\";i:2879;s:17:\".et_pb_menu__wrap\";i:2880;s:34:\".et_pb_menu__wrap .mobile_menu_bar\";i:2881;s:41:\".et_pb_menu__wrap .mobile_menu_bar:before\";i:2882;s:17:\".et_pb_menu__menu\";i:2883;s:17:\".et_pb_menu__logo\";i:2884;s:21:\".et_pb_menu__logo img\";i:2885;s:32:\".et_pb_menu__search-button:after\";i:2886;s:30:\".et_pb_menu__cart-button:after\";i:2887;s:43:\"a.et_pb_menu__icon, button.et_pb_menu__icon\";i:2888;s:70:\".et_pb_fullwidth_menu .et_pb_menu__wrap, .et_pb_menu .et_pb_menu__wrap\";i:2889;s:88:\".et_pb_fullwidth_menu .et_pb_menu__wrap--visible, .et_pb_menu .et_pb_menu__wrap--visible\";i:2890;s:86:\".et_pb_fullwidth_menu .et_pb_menu__wrap--hidden, .et_pb_menu .et_pb_menu__wrap--hidden\";i:2891;s:78:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav, .et_pb_menu .et_pb_menu__menu>nav\";i:2892;s:84:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul, .et_pb_menu .et_pb_menu__menu>nav>ul\";i:2893;s:90:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li, .et_pb_menu .et_pb_menu__menu>nav>ul>li\";i:2894;s:110:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu, .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu\";i:2895;s:96:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul, .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul\";i:2896;s:112:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul.upwards>li>ul, .et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul\";i:2897;s:116:\".et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a\";i:2898;s:128:\".et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after\";i:2899;s:112:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul\";i:2900;s:118:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li\";i:2901;s:122:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a\";i:2902;s:134:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li\";i:2903;s:138:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a\";i:2904;s:150:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after\";i:2905;s:70:\".et_pb_fullwidth_menu .et_pb_menu__icon, .et_pb_menu .et_pb_menu__icon\";i:2906;s:52:\".et_pb_fullwidth_menu .et-menu, .et_pb_menu .et-menu\";i:2907;s:58:\".et_pb_fullwidth_menu .et-menu>li, .et_pb_menu .et-menu>li\";i:2908;s:120:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo-wrap, .et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap\";i:2909;s:110:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo, .et_pb_menu--style-left_aligned .et_pb_menu__logo\";i:2910;s:120:\".rtl .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo, .rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo\";i:2911;s:172:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul\";i:2912;s:170:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul\";i:2913;s:164:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu\";i:2914;s:172:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav\";i:2915;s:178:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul\";i:2916;s:112:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__logo-wrap, .et_pb_menu--style-centered .et_pb_menu__logo-wrap\";i:2917;s:214:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__logo, .et_pb_fullwidth_menu--style-centered .et_pb_menu__logo img, .et_pb_menu--style-centered .et_pb_menu__logo, .et_pb_menu--style-centered .et_pb_menu__logo img\";i:2918;s:102:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap, .et_pb_menu--style-centered .et_pb_menu__wrap\";i:2919;s:126:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo\";i:2920;s:262:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo img, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img\";i:2921;s:126:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap\";i:2922;s:356:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap\";i:2923;s:144:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot img, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img\";i:2924;s:134:\".et_pb_fullwidth_menu .et_pb_menu__logo-slot .et-fb-content-placeholder, .et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder\";i:2925;s:94:\".et_pb_fullwidth_menu .et_pb_menu__search-container, .et_pb_menu .et_pb_menu__search-container\";i:2926;s:112:\".et_pb_fullwidth_menu .et_pb_menu__search-container--visible, .et_pb_menu .et_pb_menu__search-container--visible\";i:2927;s:110:\".et_pb_fullwidth_menu .et_pb_menu__search-container--hidden, .et_pb_menu .et_pb_menu__search-container--hidden\";i:2928;s:114:\".et_pb_fullwidth_menu .et_pb_menu__search-container--disabled, .et_pb_menu .et_pb_menu__search-container--disabled\";i:2929;s:74:\".et_pb_fullwidth_menu .et_pb_menu__search, .et_pb_menu .et_pb_menu__search\";i:2930;s:84:\".et_pb_fullwidth_menu .et_pb_menu__search-form, .et_pb_menu .et_pb_menu__search-form\";i:2931;s:86:\".et_pb_fullwidth_menu .et_pb_menu__search-input, .et_pb_menu .et_pb_menu__search-input\";i:2932;s:100:\".et_pb_fullwidth_menu .et_pb_menu__close-search-button, .et_pb_menu .et_pb_menu__close-search-button\";i:2933;s:112:\".et_pb_fullwidth_menu .et_pb_menu__close-search-button:after, .et_pb_menu .et_pb_menu__close-search-button:after\";i:2934;s:60:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul\";i:2935;s:63:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li\";i:2936;s:65:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a\";i:2937;s:68:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards\";i:2938;s:71:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li\";i:2939;s:73:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a\";i:2940;s:79:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after\";i:2941;s:22:\".et_pb_forgot_password\";i:2942;s:24:\".et_pb_forgot_password a\";i:2943;s:47:\".et_pb_bg_layout_light .et_pb_forgot_password a\";i:2944;s:45:\".et_pb_column .et_pb_team_member_image.et-svg\";i:2945;s:58:\".et_pb_team_member_no_image .et_pb_team_member_description\";i:2946;s:22:\".et_pb_member_position\";i:2947;s:350:\".et_pb_column_1_2 .et_pb_team_member_image, .et_pb_column_1_3 .et_pb_team_member_image, .et_pb_column_1_4 .et_pb_team_member_image, .et_pb_column_1_5 .et_pb_team_member_image, .et_pb_column_1_6 .et_pb_team_member_image, .et_pb_column_2_5 .et_pb_team_member_image, .et_pb_column_3_5 .et_pb_team_member_image, .et_pb_column_3_8 .et_pb_team_member_image\";i:2948;s:448:\".et_pb_column_1_2 .et_pb_team_member_description, .et_pb_column_1_3 .et_pb_team_member_description, .et_pb_column_1_4 .et_pb_team_member_description, .et_pb_column_1_5 .et_pb_team_member_description, .et_pb_column_1_6 .et_pb_team_member_description, .et_pb_column_2_5 .et_pb_team_member_description, .et_pb_column_3_4 .et_pb_team_member_description, .et_pb_column_3_5 .et_pb_team_member_description, .et_pb_column_3_8 .et_pb_team_member_description\";i:2949;s:150:\".et_pb_shop.et_pb_text_align_center .star-rating, .et_pb_shop.et_pb_text_align_justified .star-rating, .et_pb_shop.et_pb_text_align_right .star-rating\";i:2950;s:29:\".et_pb_member_social_links li\";i:2951;s:28:\".et_pb_member_social_links a\";i:2952;s:27:\".et_pb_facebook_icon:before\";i:2953;s:26:\".et_pb_twitter_icon:before\";i:2954;s:25:\".et_pb_google_icon:before\";i:2955;s:27:\".et_pb_linkedin_icon:before\";i:2956;s:31:\".et_pb_member_social_links span\";i:2957;s:83:\".et_audio_content, .et_link_content, .et_pb_audio_module_content, .et_quote_content\";i:2958;s:33:\".et_audio_content .wp-block-audio\";i:2959;s:177:\".et_audio_content h2, .et_link_content a.et_link_main_url, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote cite, .et_quote_content blockquote p\";i:2960;s:361:\".et_pb_text_color_dark .et_audio_content h2, .et_pb_text_color_dark .et_audio_module_meta, .et_pb_text_color_dark .et_link_content a.et_link_main_url, .et_pb_text_color_dark .et_link_content h2, .et_pb_text_color_dark .et_pb_audio_module_content h2, .et_pb_text_color_dark .et_quote_content blockquote cite, .et_pb_text_color_dark .et_quote_content blockquote p\";i:2961;s:309:\".et_pb_text_color_dark.et_audio_content h2, .et_pb_text_color_dark.et_link_content a.et_link_main_url, .et_pb_text_color_dark.et_link_content h2, .et_pb_text_color_dark.et_pb_audio_module_content h2, .et_pb_text_color_dark.et_quote_content blockquote cite, .et_pb_text_color_dark.et_quote_content blockquote p\";i:2962;s:120:\".et_pb_text_color_dark.et_audio_content, .et_pb_text_color_dark.et_link_content, .et_pb_text_color_dark.et_quote_content\";i:2963;s:19:\".et_quote_main_link\";i:2964;s:28:\".et_quote_content blockquote\";i:2965;s:105:\".et_audio_content h2, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote p\";i:2966;s:73:\".et_audio_content h2, .et_link_content h2, .et_quote_content blockquote p\";i:2967;s:70:\".et_link_content a.et_link_main_url, .et_quote_content blockquote cite\";i:2968;s:357:\".et_pb_blog_grid .et_audio_content h2, .et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2\";i:2969;s:118:\".et_pb_column_2_3 .et_audio_content, .et_pb_column_2_3 .et_link_content, .et_pb_column_2_3 .et_pb_audio_module_content\";i:2970;s:218:\".et_pb_column_1_2 .et_audio_content, .et_pb_column_1_2 .et_link_content, .et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_audio_content, .et_pb_column_3_5 .et_link_content, .et_pb_column_3_5 .et_quote_content\";i:2971;s:92:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content\";i:2972;s:98:\".et_pb_column_1_2 .et_quote_content blockquote p, .et_pb_column_3_5 .et_quote_content blockquote p\";i:2973;s:156:\".et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_2 .et_link_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_5 .et_link_content h2\";i:2974;s:214:\".et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_3_5 .et_link_content a.et_link_main_url, .et_pb_column_3_5 .et_quote_content blockquote cite\";i:2975;s:507:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_column_1_3 .et_audio_content, .et_pb_column_1_3 .et_link_content, .et_pb_column_1_4 .et_audio_content, .et_pb_column_1_4 .et_link_content, .et_pb_column_1_5 .et_audio_content, .et_pb_column_1_5 .et_link_content, .et_pb_column_1_6 .et_audio_content, .et_pb_column_1_6 .et_link_content, .et_pb_column_2_5 .et_audio_content, .et_pb_column_2_5 .et_link_content, .et_pb_column_3_8 .et_audio_content, .et_pb_column_3_8 .et_link_content\";i:2976;s:898:\".et_pb_blog_grid .et_audio_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_5 .et_link_content h2, .et_pb_column_1_5 .et_quote_content blockquote p, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_1_6 .et_link_content h2, .et_pb_column_1_6 .et_quote_content blockquote p, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_2_5 .et_link_content h2, .et_pb_column_2_5 .et_quote_content blockquote p, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_3_8 .et_quote_content blockquote p\";i:2977;s:752:\".et_pb_blog_grid .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_column_1_5 .et_link_content a.et_link_main_url, .et_pb_column_1_5 .et_quote_content blockquote cite, .et_pb_column_1_6 .et_link_content a.et_link_main_url, .et_pb_column_1_6 .et_quote_content blockquote cite, .et_pb_column_2_5 .et_link_content a.et_link_main_url, .et_pb_column_2_5 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_quote_content blockquote cite\";i:2978;s:33:\".et_pb_blog_grid .et_link_content\";i:2979;s:139:\".et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:2980;s:35:\".et_audio_container .mejs-container\";i:2981;s:158:\".et_audio_container .mejs-container, .et_audio_container .mejs-container .mejs-controls, .et_audio_container .mejs-embed, .et_audio_container .mejs-embed body\";i:2982;s:127:\".et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded, .et_audio_container .mejs-time.mejs-currenttime-container\";i:2983;s:30:\".et_audio_container .mejs-time\";i:2984;s:174:\".et_audio_container .mejs-android .mejs-time, .et_audio_container .mejs-ios .mejs-time, .et_audio_container .mejs-ipad .mejs-time, .et_audio_container .mejs-iphone .mejs-time\";i:2985;s:164:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:2986;s:210:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:2987;s:38:\".et_audio_container .mejs-controls>div\";i:2988;s:53:\".et_audio_container .mejs-controls div.mejs-time-rail\";i:2989;s:57:\".et_audio_container span.mejs-time-total.mejs-time-slider\";i:2990;s:51:\".et_audio_container .mejs-button.mejs-volume-button\";i:2991;s:168:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:2992;s:214:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:2993;s:166:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle\";i:2994;s:88:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle\";i:2995;s:61:\".et_audio_container .mejs-time-rail .mejs-time-handle-content\";i:2996;s:54:\".et_audio_container .mejs-time-rail .mejs-time-hovered\";i:2997;s:96:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:2998;s:116:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:2999;s:117:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";i:3000;s:66:\".et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3001;s:68:\".et_audio_container .mejs-controls div.mejs-horizontal-volume-slider\";i:3002;s:97:\".et_audio_container .mejs-playpause-button button, .et_audio_container .mejs-volume-button button\";i:3003;s:56:\".et_audio_container .mejs-playpause-button button:before\";i:3004;s:111:\".et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before\";i:3005;s:157:\".et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before\";i:3006;s:192:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle\";i:3007;s:69:\".et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span\";i:3008;s:42:\".et_audio_container .mejs-playpause-button\";i:3009;s:60:\".et_audio_container .mejs-controls .mejs-button button:focus\";i:3010;s:67:\".et_audio_container .mejs-playpause-button.mejs-pause button:before\";i:3011;s:53:\".et_audio_container .mejs-volume-button button:before\";i:3012;s:50:\".et_audio_container .mejs-container .mejs-controls\";i:3013;s:334:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3014;s:100:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3015;s:64:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-time\";i:3016;s:310:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-android .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ios .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ipad .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-iphone .mejs-time\";i:3017;s:85:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-button.mejs-volume-button\";i:3018;s:87:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls div.mejs-time-rail\";i:3019;s:49:\".et_pb_post .et_pb_gallery_post_type .et_pb_slide\";i:3020;s:52:\".et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide\";i:3021;s:16:\".et_gallery_item\";i:3022;s:30:\".et_gallery_item:nth-child(3n)\";i:3023;s:32:\".et_gallery_item:nth-child(3n+1)\";i:3024;s:19:\".et_pb_audio_module\";i:3025;s:21:\".et_audio_module_meta\";i:3026;s:49:\".et_pb_audio_no_image .et_pb_audio_module_content\";i:3027;s:334:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art, .et_pb_column_3_8 .et_pb_audio_cover_art\";i:3028;s:233:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_2_5 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:3029;s:139:\".et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_1_5 .et_pb_audio_module_content, .et_pb_column_1_6 .et_pb_audio_module_content\";i:3030;s:89:\".et_pb_slide_video .wp-video-shortcode video, .et_pb_slide_video video.wp-video-shortcode\";i:3031;s:13:\".et_pb_slider\";i:3032;s:61:\".et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after\";i:3033;s:26:\".et_pb_slider .et_pb_slide\";i:3034;s:60:\".format-gallery .et_pb_slider.gallery-not-found .et_pb_slide\";i:3035;s:107:\".et_pb_slider.gallery-not-found .et_pb_slide, .et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container\";i:3036;s:42:\".et_pb_section, .et_pb_slider .et_pb_slide\";i:3037;s:38:\".et_pb_slider .et_pb_slide:first-child\";i:3038;s:25:\".et_pb_post>.et_pb_slider\";i:3039;s:30:\".et_pb_slider .et_pb_container\";i:3040;s:12:\".et_pb_slide\";i:3041;s:32:\".et_pb_video_slider .et_pb_slide\";i:3042;s:87:\".et_pb_fullwidth_post_slider .et_pb_container, .et_pb_fullwidth_slider .et_pb_container\";i:3043;s:36:\".et-pb-arrow-next, .et-pb-arrow-prev\";i:3044;s:82:\".et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev\";i:3045;s:63:\".et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control\";i:3046;s:48:\".et-pb-arrow-next:hover, .et-pb-arrow-prev:hover\";i:3047;s:46:\".et-pb-arrow-next span, .et-pb-arrow-prev span\";i:3048;s:17:\".et-pb-arrow-prev\";i:3049;s:17:\".et-pb-arrow-next\";i:3050;s:24:\".et-pb-arrow-prev:before\";i:3051;s:24:\".et-pb-arrow-next:before\";i:3052;s:68:\".format-gallery .et-pb-arrow-next, .format-gallery .et-pb-arrow-prev\";i:3053;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-prev\";i:3054;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-next\";i:3055;s:283:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev\";i:3056;s:112:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next\";i:3057;s:169:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev\";i:3058;s:136:\".et_pb_column_1_4 .et_pb_slider .et_pb_slide, .et_pb_column_1_5 .et_pb_slider .et_pb_slide, .et_pb_column_1_6 .et_pb_slider .et_pb_slide\";i:3059;s:169:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next\";i:3060;s:20:\".et-pb-controllers a\";i:3061;s:40:\".et-pb-controllers .et-pb-active-control\";i:3062;s:32:\".et_pb_post .et-pb-controllers a\";i:3063;s:31:\".et-pb-controllers a:last-child\";i:3064;s:18:\".et_pb_slide_image\";i:3065;s:47:\".et_pb_slide:first-child .et_pb_slide_image img\";i:3066;s:54:\".et_pb_slide:first-child .et_pb_slide_image img.active\";i:3067;s:48:\".et_pb_media_alignment_center .et_pb_slide_image\";i:3068;s:78:\".et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video\";i:3069;s:38:\".et-pb-active-slide .et_pb_slide_image\";i:3070;s:44:\".et-pb-active-slide .et_pb_slide_description\";i:3071;s:46:\".et_pb_bg_layout_dark .et_pb_slide_description\";i:3072;s:42:\".et_pb_bg_layout_dark .et_pb_slide_content\";i:3073;s:78:\".et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:3074;s:35:\".et_pb_slide_content p:last-of-type\";i:3075;s:30:\".et_pb_slides .et_pb_container\";i:3076;s:43:\".et_pb_slides .et_pb_slider_container_inner\";i:3077;s:112:\".et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner, .et_pb_slides .et_pb_empty_slide.et_pb_container\";i:3078;s:31:\".et_pb_slides .et_pb_temp_slide\";i:3079;s:20:\".et_parallax_bg_wrap\";i:3080;s:15:\".et_parallax_bg\";i:3081;s:195:\".et_parallax_bg.et_parallax_bg__hover, .et_parallax_bg.et_parallax_bg_phone, .et_parallax_bg.et_parallax_bg_tablet, .et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover)\";i:3082;s:73:\".et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover\";i:3083;s:114:\".et_pb_module.et_pb_section_parallax, .et_pb_posts_nav a.et_pb_section_parallax, .et_pb_tab.et_pb_section_parallax\";i:3084;s:93:\".et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:3085;s:117:\"body.et-bfb .et_pb_section_parallax .et_pb_parallax_css, body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:3086;s:148:\".et_pb_section_parallax.et_pb_column .et_pb_module, .et_pb_section_parallax.et_pb_row .et_pb_column, .et_pb_section_parallax.et_pb_row .et_pb_module\";i:3087;s:358:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:3088;s:598:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:3089;s:502:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description\";i:3090;s:314:\".et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3091;s:394:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:3092;s:222:\".et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3093;s:336:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content\";i:3094;s:274:\".et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3095;s:211:\".et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title\";i:3096;s:323:\".et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title\";i:3097;s:58:\".et_pb_preload .et_pb_section_video_bg, .et_pb_preload>div\";i:3098;s:64:\".et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload\";i:3099;s:21:\".et_pb_preload:before\";i:3100;s:30:\".et_pb_text ol, .et_pb_text ul\";i:3101;s:23:\".et_pb_text>:last-child\";i:3102;s:17:\".et_pb_text_inner\";i:3103;s:177:\".et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6\";i:3104;s:22:\".et_pb_text_align_left\";i:3105;s:24:\".et_pb_text_align_center\";i:3106;s:23:\".et_pb_text_align_right\";i:3107;s:27:\".et_pb_text_align_justified\";i:3108;s:28:\"ul.et_pb_social_media_follow\";i:3109;s:29:\".et_pb_social_media_follow li\";i:3110;s:31:\".et_pb_social_media_follow li a\";i:3111;s:45:\".et_pb_social_media_follow li a.follow_button\";i:3112;s:86:\".et_pb_social_media_follow li.last-child a, .et_pb_social_media_follow li:last-child a\";i:3113;s:132:\".et_pb_social_media_follow.has_follow_button li.last-child a.icon, .et_pb_social_media_follow.has_follow_button li:last-child a.icon\";i:3114;s:51:\".et_pb_social_media_follow li a.follow_button:hover\";i:3115;s:66:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button\";i:3116;s:72:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover\";i:3117;s:36:\".et_pb_social_media_follow li a.icon\";i:3118;s:44:\".et_pb_social_media_follow li a.icon::before\";i:3119;s:50:\".et_pb_social_media_follow li a.icon:hover::before\";i:3120;s:39:\".et_pb_social_media_follow_network_name\";i:3121;s:37:\".et_pb_section.et_section_transparent\";i:3122;s:19:\".et_pb_inner_shadow\";i:3123;s:55:\".et_pb_bottom_inside_divider, .et_pb_top_inside_divider\";i:3124;s:89:\".et_pb_bottom_inside_divider.et-no-transition, .et_pb_top_inside_divider.et-no-transition\";i:3125;s:25:\".et_pb_top_inside_divider\";i:3126;s:28:\".et_pb_bottom_inside_divider\";i:3127;s:64:\".et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu)\";i:3128;s:23:\".et_pb_section_video_bg\";i:3129;s:221:\".et_pb_section_video_bg.et_pb_section_video_bg_hover, .et_pb_section_video_bg.et_pb_section_video_bg_phone, .et_pb_section_video_bg.et_pb_section_video_bg_tablet, .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only\";i:3130;s:82:\".et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play\";i:3131;s:124:\".et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video\";i:3132;s:35:\".et_pb_section_video_bg .mejs-video\";i:3133;s:45:\".et_pb_section_video_bg .mejs-overlay-loading\";i:3134;s:47:\".et_pb_social_network_link .et_pb_section_video\";i:3135;s:59:\".et_pb_section_video_on_hover:hover>.et_pb_section_video_bg\";i:3136;s:140:\".et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover, .et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit\";i:3137;s:77:\".et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty\";i:3138;s:12:\".et_pb_space\";i:3139;s:21:\".et_pb_divider_hidden\";i:3140;s:23:\".et_pb_divider_internal\";i:3141;s:14:\".et_pb_divider\";i:3142;s:21:\".et_pb_divider:before\";i:3143;s:40:\".et_pb_divider:after, .et_pb_space:after\";i:3144;s:37:\".et_pb_divider_position_bottom:before\";i:3145;s:37:\".et_pb_divider_position_center:before\";i:3146;s:23:\".et_pb_fullwidth_header\";i:3147;s:25:\".et_pb_fullwidth_header p\";i:3148;s:31:\".et_pb_fullwidth_header_subhead\";i:3149;s:17:\".et_pb_fullscreen\";i:3150;s:57:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container\";i:3151;s:51:\".et_pb_fullscreen .et_pb_fullwidth_header_container\";i:3152;s:64:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center\";i:3153;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom\";i:3154;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center\";i:3155;s:98:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container\";i:3156;s:114:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content\";i:3157;s:103:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center\";i:3158;s:180:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container\";i:3159;s:194:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center\";i:3160;s:182:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom\";i:3161;s:62:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left\";i:3162;s:63:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:3163;s:179:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container\";i:3164;s:404:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:3165;s:384:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center\";i:3166;s:360:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom\";i:3167;s:78:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content\";i:3168;s:102:\".et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content\";i:3169;s:79:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:3170;s:103:\".et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content\";i:3171;s:181:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom\";i:3172;s:39:\".et_pb_fullwidth_header .header-content\";i:3173;s:80:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content\";i:3174;s:37:\".et_pb_fullwidth_header .header-image\";i:3175;s:88:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button\";i:3176;s:75:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two\";i:3177;s:55:\".et_pb_fullwidth_header .et_pb_fullwidth_header_overlay\";i:3178;s:43:\".et_pb_fullwidth_header .et_pb_parallax_css\";i:3179;s:54:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll\";i:3180;s:56:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a\";i:3181;s:68:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon\";i:3182;s:133:\".et_pb_fullwidth_header .scroll-down-container .scroll-down-phone, .et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet\";i:3183;s:30:\".et_pb_accordion .et_pb_toggle\";i:3184;s:41:\".et_pb_accordion .et_pb_toggle:last-child\";i:3185;s:62:\".et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before\";i:3186;s:76:\".et_pb_counters, .et_pb_pricing, .et_pb_tabs_controls, .et_pb_widget_area ul\";i:3187;s:35:\".et_pb_gallery .et_pb_gallery_items\";i:3188;s:37:\".et_pb_gallery.et_pb_section_parallax\";i:3189;s:43:\".et_pb_gallery.et_pb_section_parallax:hover\";i:3190;s:40:\".et_pb_gallery_grid .et_pb_gallery_items\";i:3191;s:40:\".et_pb_gallery_grid .et_pb_gallery_image\";i:3192;s:20:\".et_pb_gallery_image\";i:3193;s:95:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item, .et_pb_gallery_grid .et_pb_gallery_item\";i:3194;s:38:\".et_pb_portfolio .et_pb_portfolio_item\";i:3195;s:44:\".et_pb_gallery_fullwidth .et_pb_gallery_item\";i:3196;s:95:\".et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item\";i:3197;s:56:\".et_pb_gallery_fullwidth .et_pb_gallery_item:first-child\";i:3198;s:434:\".et_pb_portfolio.et_pb_section_parallax .pagination, .et_pb_portfolio.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio.et_pb_section_video .pagination, .et_pb_portfolio.et_pb_section_video .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_parallax .pagination, .et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_video .pagination, .et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi\";i:3199;s:185:\".et_pb_text_align_left .wp-pagenavi, .et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul\";i:3200;s:191:\".et_pb_text_align_center .wp-pagenavi, .et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul\";i:3201;s:188:\".et_pb_text_align_right .wp-pagenavi, .et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul\";i:3202;s:200:\".et_pb_text_align_justified .wp-pagenavi, .et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul\";i:3203;s:52:\".et_pb_filterable_portfolio .et_pb_portfolio_filters\";i:3204;s:149:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters\";i:3205;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:3206;s:79:\".et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul\";i:3207;s:82:\".et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul\";i:3208;s:78:\".et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul\";i:3209;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:3210;s:57:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:3211;s:69:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:3212;s:68:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:3213;s:63:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover\";i:3214;s:64:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active\";i:3215;s:110:\".et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper\";i:3216;s:97:\".et_pb_filterable_portfolio .et_pb_portfolio_item.active, .et_pb_gallery_grid .et_pb_gallery_item\";i:3217;s:448:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:3218;s:532:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:3219;s:526:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:3220;s:98:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination, .et_pb_gallery .et_pb_gallery_pagination\";i:3221;s:157:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination\";i:3222;s:104:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_gallery .et_pb_gallery_pagination ul\";i:3223;s:110:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li, .et_pb_gallery .et_pb_gallery_pagination ul li\";i:3224;s:114:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a\";i:3225;s:128:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active\";i:3226;s:34:\".et_pb_gallery_pagination ul:after\";i:3227;s:156:\".et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a, .et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a\";i:3228;s:44:\".et_pb_portfolio_items_wrapper.no_pagination\";i:3229;s:13:\".et_pb_module\";i:3230;s:26:\".et_pb_fullwidth_portfolio\";i:3231;s:38:\".et_pb_fullwidth_portfolio .et_overlay\";i:3232;s:48:\".et_pb_fullwidth_portfolio .et_pb_carousel_group\";i:3233;s:55:\".et_pb_fullwidth_portfolio .et_pb_carousel_group.active\";i:3234;s:79:\".et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group\";i:3235;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_items\";i:3236;s:48:\".et_pb_fullwidth_portfolio .et_pb_portfolio_item\";i:3237;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image\";i:3238;s:53:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image img\";i:3239;s:63:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img\";i:3240;s:62:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img\";i:3241;s:68:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before\";i:3242;s:74:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before\";i:3243;s:82:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay\";i:3244;s:55:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p\";i:3245;s:55:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta\";i:3246;s:102:\".et_pb_fullwidth_portfolio .et_pb_portfolio_title, .et_pb_fullwidth_portfolio h2.et_pb_portfolio_title\";i:3247;s:177:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3, .et_pb_fullwidth_portfolio .et_pb_portfolio_image p\";i:3248;s:124:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3\";i:3249;s:73:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay+p.post-meta\";i:3250;s:136:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3\";i:3251;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev\";i:3252;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-next\";i:3253;s:96:\".et_pb_fullwidth_portfolio .et_pb_no_results .entry, .et_pb_post_slider .et_pb_no_results .entry\";i:3254;s:88:\".et_pb_section:not(.et_pb_fullwidth_section) .et_pb_post_slider .et_pb_no_results .entry\";i:3255;s:25:\".et_pb_title_container h1\";i:3256;s:223:\".et_pb_column_1_3 .et_pb_title_container h1, .et_pb_column_1_4 .et_pb_title_container h1, .et_pb_column_1_5 .et_pb_title_container h1, .et_pb_column_1_6 .et_pb_title_container h1, .et_pb_column_2_5 .et_pb_title_container h1\";i:3257;s:35:\".et_pb_post_title.et_pb_featured_bg\";i:3258;s:37:\".et_pb_post_title .et_pb_parallax_css\";i:3259;s:35:\".et_pb_title_featured_container img\";i:3260;s:58:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:3261;s:22:\".et_pb_title_container\";i:3262;s:31:\".et_pb_title_featured_container\";i:3263;s:28:\"p.et_pb_title_meta_container\";i:3264;s:99:\"p.et_pb_title_meta_container .et_pb_title_meta_item--visible+.et_pb_title_meta_item--visible:before\";i:3265;s:63:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container\";i:3266;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above\";i:3267;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below\";i:3268;s:83:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:3269;s:105:\".et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container\";i:3270;s:34:\".et_pb_fullwidth_code.et_pb_module\";i:3271;s:86:\".et_pb_module.et_pb_has_overlay, article.et_pb_has_overlay .et_pb_blog_image_container\";i:3272;s:70:\".et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay\";i:3273;s:31:\".et_pb_slider.et_pb_post_slider\";i:3274;s:31:\".et_pb_post_slider .et_pb_slide\";i:3275;s:50:\".et_pb_post_slider_image_bottom .et_pb_slide_image\";i:3276;s:56:\".et_pb_post_slider_image_bottom .et_pb_slide_description\";i:3277;s:47:\".et_pb_post_slider_image_top .et_pb_slide_image\";i:3278;s:53:\".et_pb_post_slider_image_top .et_pb_slide_description\";i:3279;s:55:\".et_pb_post_slider_image_right .et_pb_slide_description\";i:3280;s:49:\".et_pb_post_slider_image_right .et_pb_slide_image\";i:3281;s:59:\".et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3282;s:57:\".et_pb_slider_with_overlay .et_pb_slide_overlay_container\";i:3283;s:66:\".et_pb_slide_content .post-meta, .et_pb_slide_content .post-meta a\";i:3284;s:31:\".et_pb_slide_content .post-meta\";i:3285;s:162:\".et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3286;s:160:\".et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3287;s:104:\".et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a\";i:3288;s:106:\".et_pb_post_slider.et_pb_bg_layout_light .post-meta, .et_pb_post_slider.et_pb_bg_layout_light .post-meta a\";i:3289;s:146:\".et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description, .et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image\";i:3290;s:91:\".et_pb_wc_related_products ul.products li.product, .et_pb_wc_upsells ul.products li.product\";i:3291;s:103:\".et_pb_wc_related_products ul.products li.product a img, .et_pb_wc_upsells ul.products li.product a img\";i:3292;s:103:\".et_pb_wc_related_products ul.products li.product.first, .et_pb_wc_upsells ul.products li.product.first\";i:3293;s:101:\".et_pb_wc_related_products ul.products li.product.last, .et_pb_wc_upsells ul.products li.product.last\";i:3294;s:111:\".et_pb_wc_related_products ul.products.columns-1 li.product, .et_pb_wc_upsells ul.products.columns-1 li.product\";i:3295;s:111:\".et_pb_wc_related_products ul.products.columns-2 li.product, .et_pb_wc_upsells ul.products.columns-2 li.product\";i:3296;s:111:\".et_pb_wc_related_products ul.products.columns-3 li.product, .et_pb_wc_upsells ul.products.columns-3 li.product\";i:3297;s:111:\".et_pb_wc_related_products ul.products.columns-4 li.product, .et_pb_wc_upsells ul.products.columns-4 li.product\";i:3298;s:111:\".et_pb_wc_related_products ul.products.columns-5 li.product, .et_pb_wc_upsells ul.products.columns-5 li.product\";i:3299;s:111:\".et_pb_wc_related_products ul.products.columns-6 li.product, .et_pb_wc_upsells ul.products.columns-6 li.product\";i:3300;s:425:\".et_pb_wc_related_products.et_pb_text_align_center .products .star-rating, .et_pb_wc_related_products.et_pb_text_align_justified .products .star-rating, .et_pb_wc_related_products.et_pb_text_align_right .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_center .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_justified .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_right .products .star-rating\";i:3301;s:83:\".et_pb_wc_related_products .et_shop_image>img, .et_pb_wc_upsells .et_shop_image>img\";i:3302;s:45:\".et_pb_wc_additional_info.et_pb_hide_title h2\";i:3303;s:18:\".et_pb_wc_title h1\";i:3304;s:168:\".et_pb_wc_meta.et_pb_wc_meta_layout_stacked .posted_in, .et_pb_wc_meta.et_pb_wc_meta_layout_stacked .sku_wrapper, .et_pb_wc_meta.et_pb_wc_meta_layout_stacked .tagged_as\";i:3305;s:20:\".et_pb_wc_meta_empty\";i:3306;s:50:\".et_pb_wc_meta .product_meta>span:last-child:after\";i:3307;s:137:\".et_pb_wc_meta.et_pb_wc_no_categories .posted_in, .et_pb_wc_meta.et_pb_wc_no_sku .sku_wrapper, .et_pb_wc_meta.et_pb_wc_no_tags .tagged_as\";i:3308;s:22:\".et_pb_wc_price .price\";i:3309;s:26:\".et_pb_wc_price .price del\";i:3310;s:85:\".et_pb_wc_add_to_cart form.cart .button, .et_pb_wc_add_to_cart form.cart div.quantity\";i:3311;s:31:\".et_pb_wc_add_to_cart form.cart\";i:3312;s:155:\".et_pb_wc_add_to_cart.et_pb_hide_input_quantity .quantity, .et_pb_wc_add_to_cart.et_pb_hide_input_quantity .woocommerce-grouped-product-list-item__quantity\";i:3313;s:45:\".et_pb_wc_add_to_cart.et_pb_hide_stock .stock\";i:3314;s:40:\".et_pb_wc_add_to_cart .variations .label\";i:3315;s:86:\".et_pb_wc_add_to_cart.et_pb_module .et_pb_module_inner form.cart .variations td select\";i:3316;s:41:\".et_pb_wc_add_to_cart .quantity input.qty\";i:3317;s:84:\".et_pb_wc_cart_notice .woocommerce-error, .et_pb_wc_cart_notice .woocommerce-message\";i:3318;s:33:\".et_pb_wc_cart_notice .wc-forward\";i:3319;s:41:\".et_pb_wc_rating .star-rating span.rating\";i:3320;s:28:\".et_pb_wc_rating .et-pb-icon\";i:3321;s:41:\".et_pb_wc_rating .woocommerce-review-link\";i:3322;s:44:\".et_pb_wc_rating .woocommerce-product-rating\";i:3323;s:57:\".et_pb_wc_rating .woocommerce-product-rating .star-rating\";i:3324;s:72:\".et_pb_wc_rating.et_pb_wc_rating_layout_stacked .woocommerce-review-link\";i:3325;s:55:\".et_pb_wc_rating.et_pb_wc_rating_no_rating .star-rating\";i:3326;s:68:\".et_pb_wc_rating.et_pb_wc_rating_no_reviews .woocommerce-review-link\";i:3327;s:73:\".et_pb_wc_reviews.et_pb_comments_module.et_pb_no_comments_count #comments\";i:3328;s:68:\".et_pb_wc_reviews.et_pb_no_comments_count .woocommerce-Reviews-title\";i:3329;s:43:\".et_pb_wc_reviews.et_pb_module .star-rating\";i:3330;s:55:\".et_pb_wc_reviews.et_pb_module .star-rating span:before\";i:3331;s:41:\".et_pb_wc_reviews.et_pb_no_avatar .avatar\";i:3332;s:84:\".et_pb_wc_reviews.et_pb_no_avatar #reviews #comments ol.commentlist li .comment-text\";i:3333;s:29:\".et_pb_wc_stock .out-of-stock\";i:3334;s:25:\".et_pb_wc_stock .in-stock\";i:3335;s:22:\".et_pb_wc_stock .stock\";i:3336;s:257:\"body.woocommerce .et_builder_inner_content.product .et_pb_wc_images div.images, body.woocommerce-page #content .et_builder_inner_content.product .et_pb_wc_images div.images, body.woocommerce-page .et_builder_inner_content.product .et_pb_wc_images div.images\";i:3337;s:67:\".et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav\";i:3338;s:70:\".et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li\";i:3339;s:99:\".et_pb_wc_images .woocommerce-product-gallery--without-images .woocommerce-product-gallery__wrapper\";i:3340;s:45:\".et_pb_wc_images .woocommerce-product-gallery\";i:3341;s:83:\".et_pb_wc_images .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper\";i:3342;s:71:\".et_pb_wc_images .flex-control-nav img, .et_pb_wc_images .flex-viewport\";i:3343;s:44:\".et_pb_wc_breadcrumb .woocommerce-breadcrumb\";i:3344;s:510:\".et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide\";i:3345;s:130:\".et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3346;s:278:\".et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3347;s:138:\".et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3348;s:418:\".et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3349;s:418:\".et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3350;s:42:\".et_pb_post_slider.et_pb_module .et_pb_row\";i:3351;s:65:\".et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row\";i:3352;s:46:\".et_pb_post_slider.et_pb_module .et_pb_section\";i:3353;s:33:\".et_pb_search .screen-reader-text\";i:3354;s:13:\".et_pb_search\";i:3355;s:67:\".et_pb_search input.et_pb_s, .et_pb_search input.et_pb_searchsubmit\";i:3356;s:54:\".et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:3357;s:45:\".et_pb_search input.et_pb_s::-moz-placeholder\";i:3358;s:49:\".et_pb_search input.et_pb_s:-ms-input-placeholder\";i:3359;s:27:\".et_pb_search input.et_pb_s\";i:3360;s:31:\".et_pb_search .et_pb_searchform\";i:3361;s:38:\".et_pb_search input.et_pb_searchsubmit\";i:3362;s:114:\".et_pb_search.et_pb_text_align_center .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left .et_pb_searchsubmit\";i:3363;s:56:\".et_pb_search.et_pb_text_align_right .et_pb_searchsubmit\";i:3364;s:50:\".et_pb_search.et_pb_text_align_right input.et_pb_s\";i:3365;s:51:\".et_pb_search.et_pb_text_align_center input.et_pb_s\";i:3366;s:63:\".et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit\";i:3367;s:52:\".et_pb_search.et_pb_hide_search_button input.et_pb_s\";i:3368;s:48:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s\";i:3369;s:75:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder\";i:3370;s:66:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder\";i:3371;s:70:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder\";i:3372;s:59:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit\";i:3373;s:36:\".et_pb_comments_module #comment-wrap\";i:3374;s:54:\".et_pb_comments_module.et_pb_no_avatar .comment_avatar\";i:3375;s:52:\".et_pb_comments_module.et_pb_no_avatar .comment-body\";i:3376;s:74:\".et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body\";i:3377;s:65:\".et_pb_comments_module.et_pb_no_reply_button span.reply-container\";i:3378;s:58:\".et_pb_comments_module.et_pb_no_reply_button .comment-body\";i:3379;s:56:\".et_pb_comments_module.et_pb_no_comments_count #comments\";i:3380;s:87:\".et_pb_bg_layout_dark .comment_postinfo a, .et_pb_bg_layout_dark .comment_postinfo span\";i:3381;s:33:\".et_pb_posts_nav.nav-single:after\";i:3382;s:18:\".et_pb_posts_nav a\";i:3383;s:58:\".et_pb_posts_nav .nav-next, .et_pb_posts_nav .nav-previous\";i:3384;s:55:\".et_pb_posts_nav .meta-nav, .et_pb_posts_nav .nav-label\";i:3385;s:17:\".et_pb_code_inner\";i:3386;s:12:\".et-waypoint\";i:3387;s:15:\".et_pb_counters\";i:3388;s:20:\".et_pb_animation_off\";i:3389;s:42:\".et-animated li span .et_pb_counter_amount\";i:3390;s:33:\".et_pb_animation_left.et-animated\";i:3391;s:34:\".et_pb_animation_right.et-animated\";i:3392;s:32:\".et_pb_animation_top.et-animated\";i:3393;s:35:\".et_pb_animation_bottom.et-animated\";i:3394;s:36:\".et_pb_animation_fade_in.et-animated\";i:3395;s:12:\".et_animated\";i:3396;s:21:\".et_animated.infinite\";i:3397;s:17:\".et_had_animation\";i:3398;s:17:\".et_animated.fade\";i:3399;s:20:\".et_animated.fadeTop\";i:3400;s:22:\".et_animated.fadeRight\";i:3401;s:23:\".et_animated.fadeBottom\";i:3402;s:21:\".et_animated.fadeLeft\";i:3403;s:18:\".et_animated.slide\";i:3404;s:21:\".et_animated.slideTop\";i:3405;s:23:\".et_animated.slideRight\";i:3406;s:24:\".et_animated.slideBottom\";i:3407;s:22:\".et_animated.slideLeft\";i:3408;s:19:\".et_animated.bounce\";i:3409;s:22:\".et_animated.bounceTop\";i:3410;s:24:\".et_animated.bounceRight\";i:3411;s:25:\".et_animated.bounceBottom\";i:3412;s:23:\".et_animated.bounceLeft\";i:3413;s:17:\".et_animated.zoom\";i:3414;s:20:\".et_animated.zoomTop\";i:3415;s:22:\".et_animated.zoomRight\";i:3416;s:23:\".et_animated.zoomBottom\";i:3417;s:21:\".et_animated.zoomLeft\";i:3418;s:17:\".et_animated.flip\";i:3419;s:20:\".et_animated.flipTop\";i:3420;s:22:\".et_animated.flipRight\";i:3421;s:23:\".et_animated.flipBottom\";i:3422;s:21:\".et_animated.flipLeft\";i:3423;s:17:\".et_animated.fold\";i:3424;s:20:\".et_animated.foldTop\";i:3425;s:22:\".et_animated.foldRight\";i:3426;s:23:\".et_animated.foldBottom\";i:3427;s:21:\".et_animated.foldLeft\";i:3428;s:17:\".et_animated.roll\";i:3429;s:20:\".et_animated.rollTop\";i:3430;s:22:\".et_animated.rollRight\";i:3431;s:23:\".et_animated.rollBottom\";i:3432;s:21:\".et_animated.rollLeft\";i:3433;s:19:\".box-shadow-overlay\";i:3434;s:45:\".et_pb_section>.box-shadow-overlay~.et_pb_row\";i:3435;s:30:\".et_pb_row>.box-shadow-overlay\";i:3436;s:23:\".has-box-shadow-overlay\";i:3437;s:13:\".et_clickable\";i:3438;s:19:\".screen-reader-text\";i:3439;s:50:\".et_multi_view_hidden, .et_multi_view_hidden_image\";i:3440;s:7:\".et-box\";i:3441;s:22:\".et-box-content strong\";i:3442;s:91:\".et-bio:before, .et-download:before, .et-info:before, .et-shadow:before, .et-warning:before\";i:3443;s:8:\".et-info\";i:3444;s:15:\".et-info:before\";i:3445;s:24:\".et-info .et-box-content\";i:3446;s:172:\".et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6\";i:3447;s:11:\".et-warning\";i:3448;s:18:\".et-warning:before\";i:3449;s:27:\".et-warning .et-box-content\";i:3450;s:190:\".et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6\";i:3451;s:12:\".et-download\";i:3452;s:19:\".et-download:before\";i:3453;s:28:\".et-download .et-box-content\";i:3454;s:196:\".et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6\";i:3455;s:7:\".et-bio\";i:3456;s:14:\".et-bio:before\";i:3457;s:23:\".et-bio .et-box-content\";i:3458;s:166:\".et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6\";i:3459;s:10:\".et-shadow\";i:3460;s:26:\".et-shadow .et-box-content\";i:3461;s:184:\".et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6\";i:3462;s:11:\".et-tooltip\";i:3463;s:15:\".et-tooltip-box\";i:3464;s:17:\".et-tooltip-arrow\";i:3465;s:14:\".et-learn-more\";i:3466;s:30:\".et-learn-more h3.heading-more\";i:3467;s:54:\".et-learn-more h3.heading-more span.et_learnmore_arrow\";i:3468;s:43:\".et-learn-more span.et_learnmore_arrow span\";i:3469;s:49:\".et-learn-more .open span.et_learnmore_arrow span\";i:3470;s:34:\".et-learn-more .learn-more-content\";i:3471;s:51:\".et_slidecontent .et-learn-more .learn-more-content\";i:3472;s:28:\".et-open .learn-more-content\";i:3473;s:29:\".et_shortcodes_controller_nav\";i:3474;s:55:\".et_shortcodes_controls, .et_shortcodes_controls_arrows\";i:3475;s:23:\".et_shortcodes_controls\";i:3476;s:26:\".et_shortcodes_controls li\";i:3477;s:25:\".et_shortcodes_controls a\";i:3478;s:55:\".et_shortcodes_controls .et_shortcodes_active_control a\";i:3479;s:32:\".et_shortcodes_controls_arrows a\";i:3480;s:38:\".et_shortcodes_controls_arrows a:hover\";i:3481;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_prev\";i:3482;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_next\";i:3483;s:104:\".et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:3484;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_next span\";i:3485;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:3486;s:17:\".et-simple-slider\";i:3487;s:130:\".et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6\";i:3488;s:17:\".et-simple-slides\";i:3489;s:30:\".et-simple-slider div.et-slide\";i:3490;s:61:\".one_fourth, .one_half, .one_third, .three_fourth, .two_third\";i:3491;s:9:\".one_half\";i:3492;s:10:\".one_third\";i:3493;s:10:\".two_third\";i:3494;s:11:\".one_fourth\";i:3495;s:13:\".three_fourth\";i:3496;s:43:\"a.big-button, a.icon-button, a.small-button\";i:3497;s:29:\"a.icon-button, a.small-button\";i:3498;s:61:\"a.big-button:hover, a.icon-button:hover, a.small-button:hover\";i:3499;s:22:\"a.bigblue, a.smallblue\";i:3500;s:34:\"a.bigblue:hover, a.smallblue:hover\";i:3501;s:16:\"a.smalllightblue\";i:3502;s:22:\"a.smalllightblue:hover\";i:3503;s:38:\"a.bigteal, a.bigturquoise, a.smallteal\";i:3504;s:56:\"a.bigteal:hover, a.bigturquoise:hover, a.smallteal:hover\";i:3505;s:24:\"a.biggreen, a.smallgreen\";i:3506;s:36:\"a.biggreen:hover, a.smallgreen:hover\";i:3507;s:26:\"a.bigorange, a.smallorange\";i:3508;s:38:\"a.bigorange:hover, a.smallorange:hover\";i:3509;s:13:\"a.smallsilver\";i:3510;s:19:\"a.smallsilver:hover\";i:3511;s:12:\"a.smallblack\";i:3512;s:18:\"a.smallblack:hover\";i:3513;s:20:\"a.bigred, a.smallred\";i:3514;s:32:\"a.bigred:hover, a.smallred:hover\";i:3515;s:11:\"a.smallpink\";i:3516;s:17:\"a.smallpink:hover\";i:3517;s:26:\"a.bigpurple, a.smallpurple\";i:3518;s:38:\"a.bigpurple:hover, a.smallpurple:hover\";i:3519;s:12:\"a.big-button\";i:3520;s:18:\"a.big-button:hover\";i:3521;s:13:\"a.icon-button\";i:3522;s:19:\"a.icon-button:hover\";i:3523;s:26:\"a.icon-button span.et-icon\";i:3524;s:28:\"a.download-icon span.et-icon\";i:3525;s:26:\"a.search-icon span.et-icon\";i:3526;s:27:\"a.refresh-icon span.et-icon\";i:3527;s:28:\"a.question-icon span.et-icon\";i:3528;s:26:\"a.people-icon span.et-icon\";i:3529;s:27:\"a.warning-icon span.et-icon\";i:3530;s:24:\"a.mail-icon span.et-icon\";i:3531;s:25:\"a.heart-icon span.et-icon\";i:3532;s:25:\"a.paper-icon span.et-icon\";i:3533;s:26:\"a.notice-icon span.et-icon\";i:3534;s:25:\"a.stats-icon span.et-icon\";i:3535;s:23:\"a.rss-icon span.et-icon\";i:3536;s:27:\"ul.et_shortcodes_mobile_nav\";i:3537;s:29:\"ul.et_shortcodes_mobile_nav a\";i:3538;s:69:\".et_shortcodes_controls_arrows span, ul.et_shortcodes_mobile_nav span\";i:3539;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_prev span, ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:3540;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_next span, ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:3541;s:18:\".et-tabs-container\";i:3542;s:239:\".et-learn-more h3.heading-more, .et-protected-title, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et-testimonial-author-info, .et_shortcodes_controller_nav, .pricing-content-bottom, .pricing-heading\";i:3543;s:83:\".et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav\";i:3544;s:42:\".et-tabs-container .et-tabs-control:before\";i:3545;s:38:\".et-tabs-container .et-tabs-control li\";i:3546;s:50:\".et-tabs-container .et-tabs-control li:first-child\";i:3547;s:40:\".et-tabs-container .et-tabs-control li a\";i:3548;s:46:\".et-tabs-container .et-tabs-control li a:hover\";i:3549;s:52:\".et-tabs-container .et-tabs-control li.active:before\";i:3550;s:47:\".et-tabs-container .et-tabs-control li.active a\";i:3551;s:28:\".et-tabs-content-wrapper>div\";i:3552;s:43:\".et_sliderfx_slide .et-tabs-content-wrapper\";i:3553;s:47:\".et_sliderfx_slide .et-tabs-content-wrapper>div\";i:3554;s:83:\".et_sliderfx_fade .et_slidecontent, .et_sliderfx_slide .et-tabs-content-wrapper>div\";i:3555;s:45:\".et_sliderfx_slide .et_shortcode_slide_active\";i:3556;s:35:\".et-tabs-container .et-tabs-content\";i:3557;s:48:\".et-tabs-container ul.et_shortcodes_mobile_nav a\";i:3558;s:54:\".et-tabs-container ul.et_shortcodes_mobile_nav a:hover\";i:3559;s:69:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before\";i:3560;s:123:\".author-shortcodes, .et-image-slider, .et-protected, .et-simple-slider, .et-tabs-container, .et-testimonial-box, .tabs-left\";i:3561;s:10:\".tabs-left\";i:3562;s:67:\".tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav\";i:3563;s:73:\".tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li\";i:3564;s:32:\".tabs-left .et-tabs-control li a\";i:3565;s:39:\".tabs-left .et-tabs-control li.active a\";i:3566;s:79:\".tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a\";i:3567;s:55:\".tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap\";i:3568;s:30:\".tabs-left .et-tabs-content h3\";i:3569;s:45:\".tabs-left ul.et_shortcodes_mobile_nav a span\";i:3570;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:3571;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:3572;s:18:\".author-shortcodes\";i:3573;s:32:\".author-shortcodes .author-inner\";i:3574;s:32:\".author-shortcodes .author-image\";i:3575;s:36:\".author-shortcodes .author-image img\";i:3576;s:48:\".author-shortcodes .author-image .author-overlay\";i:3577;s:13:\".et-protected\";i:3578;s:19:\".et-protected-title\";i:3579;s:26:\".et-protected-title:before\";i:3580;s:18:\".et-protected-form\";i:3581;s:20:\".et-protected-form p\";i:3582;s:26:\".et-protected-form p label\";i:3583;s:39:\".et-protected-form p .et_protected_icon\";i:3584;s:43:\".et-protected-form p .et_protected_password\";i:3585;s:29:\".et-protected-form label span\";i:3586;s:26:\".et-protected-form p input\";i:3587;s:39:\".et-protected-form input.etlogin-button\";i:3588;s:34:\".et-simple-slides .et_slidecontent\";i:3589;s:16:\".et-image-slides\";i:3590;s:16:\".et-image-slider\";i:3591;s:15:\".et-image-slide\";i:3592;s:20:\".et-image-slider img\";i:3593;s:17:\".et-image-overlay\";i:3594;s:102:\".author-shortcodes, .et-learn-more, .et-simple-slider, .et-tabs-container, .et-tooltip-box, .tabs-left\";i:3595;s:114:\".author-shortcodes a, .et-learn-more a, .et-simple-slider a, .et-tabs-container a, .et-tooltip-box a, .tabs-left a\";i:3596;s:18:\".et-custom-list ul\";i:3597;s:21:\".et-custom-list ul li\";i:3598;s:28:\".et-custom-list ul li:before\";i:3599;s:22:\".etlist-x ul li:before\";i:3600;s:17:\".etlist-dot ul li\";i:3601;s:24:\".etlist-dot ul li:before\";i:3602;s:24:\".et-custom-list ul li ul\";i:3603;s:14:\".pricing-table\";i:3604;s:19:\".pricing-table-wrap\";i:3605;s:16:\".pricing-heading\";i:3606;s:14:\".pricing-title\";i:3607;s:18:\".pricing-heading p\";i:3608;s:25:\".pricing-table ul.pricing\";i:3609;s:28:\".pricing-table ul.pricing li\";i:3610;s:46:\".pricing-table ul.pricing li span.pricing-mark\";i:3611;s:53:\".pricing-table ul.pricing li.x-mark span.pricing-mark\";i:3612;s:23:\".pricing-content-bottom\";i:3613;s:13:\"span.et-price\";i:3614;s:17:\"span.et-price sup\";i:3615;s:30:\"span.et-price span.dollar-sign\";i:3616;s:28:\".pricing-table a.icon-button\";i:3617;s:32:\".pricing-big .pricing-table-wrap\";i:3618;s:29:\".pricing-big .pricing-heading\";i:3619;s:36:\".pricing-big .pricing-content-bottom\";i:3620;s:19:\".et-testimonial-box\";i:3621;s:27:\".et-testimonial-author-info\";i:3622;s:6:\".t-img\";i:3623;s:10:\".t-img img\";i:3624;s:10:\".t-overlay\";i:3625;s:22:\".t-author, .t-position\";i:3626;s:9:\".t-author\";i:3627;s:11:\".t-position\";i:3628;s:28:\".et-testimonial, .t-position\";i:3629;s:22:\".et-testimonial:before\";i:3630;s:15:\".t-bottom-arrow\";i:3631;s:11:\".et-dropcap\";i:3632;s:9:\".et_quote\";i:3633;s:24:\".et_quote .et_quote_sign\";i:3634;s:28:\".quote-center .et_quote_sign\";i:3635;s:39:\".quote-center .et_quote_additional_sign\";i:3636;s:15:\".et_right_quote\";i:3637;s:13:\".quote-center\";i:3638;s:29:\".quote-center .et_right_quote\";i:3639;s:35:\".et-tabs-container .et-tabs-control\";i:3640;s:27:\".tabs-left .et-tabs-control\";i:3641;s:100:\".author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6\";i:3642;s:74:\".et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a\";i:3643;s:15:\".et_column_last\";i:3644;s:37:\".mfp-wrap .mfp-container button:hover\";i:3645;s:27:\".mfp-wrap .mfp-arrow:active\";i:3646;s:27:\".mfp-wrap .mfp-close:active\";i:3647;s:94:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:3648;s:16:\".mfp-fade.mfp-bg\";i:3649;s:26:\".mfp-fade.mfp-bg.mfp-ready\";i:3650;s:29:\".mfp-fade.mfp-bg.mfp-removing\";i:3651;s:31:\".mfp-fade.mfp-wrap .mfp-content\";i:3652;s:41:\".mfp-fade.mfp-wrap.mfp-ready .mfp-content\";i:3653;s:44:\".mfp-fade.mfp-wrap.mfp-removing .mfp-content\";i:3654;s:7:\".mfp-bg\";i:3655;s:9:\".mfp-wrap\";i:3656;s:21:\".mfp-container:before\";i:3657;s:36:\".mfp-align-top .mfp-container:before\";i:3658;s:12:\".mfp-content\";i:3659;s:62:\".mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content\";i:3660;s:13:\".mfp-ajax-cur\";i:3661;s:65:\".mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close\";i:3662;s:9:\".mfp-zoom\";i:3663;s:29:\".mfp-auto-cursor .mfp-content\";i:3664;s:52:\".mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader\";i:3665;s:23:\".mfp-loading.mfp-figure\";i:3666;s:9:\".mfp-hide\";i:3667;s:14:\".mfp-preloader\";i:3668;s:16:\".mfp-preloader a\";i:3669;s:22:\".mfp-preloader a:hover\";i:3670;s:27:\".mfp-s-ready .mfp-preloader\";i:3671;s:25:\".mfp-s-error .mfp-content\";i:3672;s:34:\"button.mfp-arrow, button.mfp-close\";i:3673;s:24:\"button::-moz-focus-inner\";i:3674;s:10:\".mfp-close\";i:3675;s:34:\".mfp-close:focus, .mfp-close:hover\";i:3676;s:17:\".mfp-close:active\";i:3677;s:28:\".mfp-close-btn-in .mfp-close\";i:3678;s:59:\".mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close\";i:3679;s:12:\".mfp-counter\";i:3680;s:16:\".mfp-arrow:hover\";i:3681;s:18:\".mfp-iframe-holder\";i:3682;s:31:\".mfp-iframe-holder .mfp-content\";i:3683;s:29:\".mfp-iframe-holder .mfp-close\";i:3684;s:18:\".mfp-iframe-scaler\";i:3685;s:25:\".mfp-iframe-scaler iframe\";i:3686;s:47:\".mfp-arrow-left:before, .mfp-arrow-right:before\";i:3687;s:45:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after\";i:3688;s:47:\".mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:3689;s:71:\".mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover\";i:3690;s:16:\".mfp-arrow:after\";i:3691;s:11:\"img.mfp-img\";i:3692;s:11:\".mfp-figure\";i:3693;s:17:\".mfp-figure:after\";i:3694;s:17:\".mfp-figure small\";i:3695;s:18:\".mfp-figure figure\";i:3696;s:15:\".mfp-bottom-bar\";i:3697;s:10:\".mfp-title\";i:3698;s:30:\".mfp-image-holder .mfp-content\";i:3699;s:42:\".mfp-gallery .mfp-image-holder .mfp-figure\";i:3700;s:17:\".mfp-ie7 .mfp-img\";i:3701;s:24:\".mfp-ie7 .mfp-bottom-bar\";i:3702;s:23:\".mfp-ie7 .mfp-container\";i:3703;s:21:\".mfp-ie7 .mfp-content\";i:3704;s:19:\".mfp-ie7 .mfp-close\";i:3705;s:73:\"body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (159, 'chld_thm_cfg_options_dict_query', 'a:24:{i:1;s:34:\"@media all and (min-width: 1405px)\";i:2;s:58:\"@media all and (min-width: 1100px) and (max-width: 1405px)\";i:3;s:57:\"@media all and (min-width: 981px) and (max-width: 1405px)\";i:4;s:33:\"@media all and (min-width: 981px)\";i:5;s:57:\"@media all and (min-width: 981px) and (max-width: 1100px)\";i:6;s:33:\"@media all and (max-width: 980px)\";i:7;s:36:\"@media screen and (max-width: 782px)\";i:8;s:33:\"@media all and (max-width: 768px)\";i:9;s:33:\"@media all and (max-width: 767px)\";i:10;s:33:\"@media all and (max-width: 479px)\";i:11;s:12:\"@media print\";i:12;s:33:\"@media all and (max-width: 981px)\";i:13;s:33:\"@media all and (min-width: 767px)\";i:14;s:33:\"@media all and (min-width: 480px)\";i:15;s:33:\"@media all and (min-width: 980px)\";i:16;s:33:\"@media all and (min-width: 768px)\";i:17;s:56:\"@media all and (min-width: 768px) and (max-width: 980px)\";i:18;s:56:\"@media all and (min-width: 768px) and (max-width: 800px)\";i:19;s:33:\"@media all and (max-width: 380px)\";i:20;s:96:\"@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px)\";i:21;s:33:\"@media all and (max-width: 900px)\";i:22;s:33:\"@media all and (max-width: 959px)\";i:23;s:56:\"@media all and (min-width: 768px) and (max-width: 959px)\";i:24;s:4:\"base\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (160, 'chld_thm_cfg_options_dict_rule', 'a:179:{i:1;s:5:\"width\";i:2;s:5:\"clear\";i:3;s:12:\"margin-right\";i:4;s:9:\"max-width\";i:5;s:10:\"margin-top\";i:6;s:13:\"margin-bottom\";i:7;s:11:\"margin-left\";i:8;s:9:\"font-size\";i:9;s:14:\"padding-bottom\";i:10;s:8:\"position\";i:11;s:6:\"height\";i:12;s:7:\"z-index\";i:13;s:3:\"top\";i:14;s:4:\"left\";i:15;s:5:\"right\";i:16;s:7:\"display\";i:17;s:12:\"padding-left\";i:18;s:11:\"padding-top\";i:19;s:13:\"padding-right\";i:20;s:9:\"direction\";i:21;s:5:\"order\";i:22;s:5:\"float\";i:23;s:9:\"word-wrap\";i:24;s:6:\"bottom\";i:25;s:7:\"content\";i:26;s:10:\"transition\";i:27;s:17:\"-webkit-animation\";i:28;s:14:\"-moz-animation\";i:29;s:12:\"-o-animation\";i:30;s:9:\"animation\";i:31;s:16:\"transform-origin\";i:32;s:27:\"-webkit-backface-visibility\";i:33;s:19:\"backface-visibility\";i:34;s:10:\"box-sizing\";i:35;s:11:\"line-height\";i:36;s:7:\"opacity\";i:37;s:10:\"box-shadow\";i:38;s:9:\"transform\";i:39;s:19:\"transition-duration\";i:40;s:10:\"max-height\";i:41;s:10:\"border-top\";i:42;s:17:\"border-left-width\";i:43;s:17:\"border-left-style\";i:44;s:18:\"border-right-width\";i:45;s:18:\"border-right-style\";i:46;s:11:\"border-left\";i:47;s:10:\"font-style\";i:48;s:15:\"text-decoration\";i:49;s:8:\"overflow\";i:50;s:16:\"background-color\";i:51;s:10:\"min-height\";i:52;s:17:\"-webkit-flex-wrap\";i:53;s:13:\"-ms-flex-wrap\";i:54;s:9:\"flex-wrap\";i:55;s:13:\"border-radius\";i:56;s:12:\"border-right\";i:57;s:11:\"font-weight\";i:58;s:10:\"text-align\";i:59;s:11:\"align-items\";i:60;s:15:\"justify-content\";i:61;s:14:\"flex-direction\";i:62;s:10:\"list-style\";i:63;s:5:\"color\";i:64;s:11:\"text-shadow\";i:65;s:6:\"border\";i:66;s:10:\"flex-basis\";i:67;s:6:\"cursor\";i:68;s:14:\"vertical-align\";i:69;s:11:\"text-indent\";i:70;s:13:\"border-bottom\";i:71;s:17:\"-webkit-flex-flow\";i:72;s:14:\"-moz-flex-flow\";i:73;s:13:\"-ms-flex-flow\";i:74;s:9:\"flex-flow\";i:75;s:23:\"-webkit-justify-content\";i:76;s:20:\"-moz-justify-content\";i:77;s:19:\"-ms-justify-content\";i:78;s:7:\"outline\";i:79;s:19:\"background-position\";i:80;s:24:\"-webkit-text-size-adjust\";i:81;s:20:\"-ms-text-size-adjust\";i:82;s:6:\"quotes\";i:83;s:14:\"border-spacing\";i:84;s:15:\"border-collapse\";i:85;s:11:\"font-family\";i:86;s:14:\"font-smoothing\";i:87;s:23:\"-moz-osx-font-smoothing\";i:88;s:17:\"background-repeat\";i:89;s:21:\"background-attachment\";i:90;s:23:\"-webkit-background-size\";i:91;s:20:\"-moz-background-size\";i:92;s:15:\"background-size\";i:93;s:18:\"-webkit-appearance\";i:94;s:12:\"border-color\";i:95;s:10:\"visibility\";i:96;s:15:\"list-style-type\";i:97;s:19:\"list-style-position\";i:98;s:12:\"font-variant\";i:99;s:14:\"text-transform\";i:100;s:5:\"speak\";i:101;s:12:\"border-width\";i:102;s:12:\"border-style\";i:103;s:9:\"min-width\";i:104;s:22:\"border-top-left-radius\";i:105;s:25:\"border-bottom-left-radius\";i:106;s:19:\"border-bottom-color\";i:107;s:23:\"border-top-right-radius\";i:108;s:22:\"border-radius-topright\";i:109;s:26:\"border-bottom-right-radius\";i:110;s:25:\"border-radius-bottomright\";i:111;s:11:\"empty-cells\";i:112;s:21:\"border-radius-topleft\";i:113;s:24:\"border-radius-bottomleft\";i:114;s:16:\"transition-delay\";i:115;s:10:\"overflow-x\";i:116;s:16:\"background-image\";i:117;s:14:\"outline-offset\";i:118;s:10:\"word-break\";i:119;s:14:\"mix-blend-mode\";i:120;s:22:\"-webkit-flex-direction\";i:121;s:18:\"-ms-flex-direction\";i:122;s:12:\"-webkit-flex\";i:123;s:8:\"-ms-flex\";i:124;s:4:\"flex\";i:125;s:22:\"-webkit-animation-name\";i:126;s:14:\"animation-name\";i:127;s:26:\"-webkit-animation-duration\";i:128;s:23:\"-moz-animation-duration\";i:129;s:21:\"-o-animation-duration\";i:130;s:18:\"animation-duration\";i:131;s:10:\"align-self\";i:132;s:14:\"pointer-events\";i:133;s:15:\"-moz-appearance\";i:134;s:10:\"appearance\";i:135;s:24:\"-moz-backface-visibility\";i:136;s:22:\"-o-backface-visibility\";i:137;s:19:\"border-bottom-width\";i:138;s:19:\"border-bottom-style\";i:139;s:11:\"white-space\";i:140;s:11:\"margin-righ\";i:141;s:9:\"flex-grow\";i:142;s:13:\"align-content\";i:143;s:19:\"-moz-animation-name\";i:144;s:18:\"-ms-animation-name\";i:145;s:17:\"-o-animation-name\";i:146;s:22:\"-ms-animation-duration\";i:147;s:33:\"-webkit-animation-timing-function\";i:148;s:30:\"-moz-animation-timing-function\";i:149;s:29:\"-ms-animation-timing-function\";i:150;s:28:\"-o-animation-timing-function\";i:151;s:25:\"animation-timing-function\";i:152;s:23:\"-webkit-animation-delay\";i:153;s:20:\"-moz-animation-delay\";i:154;s:19:\"-ms-animation-delay\";i:155;s:18:\"-o-animation-delay\";i:156;s:15:\"animation-delay\";i:157;s:27:\"-webkit-animation-fill-mode\";i:158;s:24:\"-moz-animation-fill-mode\";i:159;s:23:\"-ms-animation-fill-mode\";i:160;s:22:\"-o-animation-fill-mode\";i:161;s:19:\"animation-fill-mode\";i:162;s:12:\"table-layout\";i:163;s:19:\"background-repeat-y\";i:164;s:16:\"border-top-width\";i:165;s:16:\"border-top-style\";i:166;s:16:\"border-top-color\";i:167;s:18:\"-webkit-align-self\";i:168;s:15:\"-moz-align-self\";i:169;s:14:\"-ms-align-self\";i:170;s:33:\"-webkit-animation-iteration-count\";i:171;s:25:\"animation-iteration-count\";i:172;s:4:\"clip\";i:173;s:9:\"clip-path\";i:174;s:14:\"letter-spacing\";i:175;s:16:\"list-style-image\";i:176;s:19:\"-webkit-user-select\";i:177;s:16:\"-moz-user-select\";i:178;s:11:\"user-select\";i:179;s:27:\"-webkit-tap-highlight-color\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (161, 'chld_thm_cfg_options_dict_val', 'a:1021:{i:1;s:5:\"315px\";i:2;s:4:\"both\";i:3;s:4:\"60px\";i:4;s:1:\"0\";i:5;s:4:\"none\";i:6;s:5:\"193px\";i:7;s:5:\"250px\";i:8;s:4:\"100%\";i:9;s:7:\"33.333%\";i:10;s:3:\"50%\";i:11;s:4:\"30px\";i:12;s:4:\"50px\";i:13;s:4:\"40px\";i:14;s:4:\"20px\";i:15;s:8:\"absolute\";i:16;s:4:\"80px\";i:17;s:2:\"99\";i:18;s:3:\"7px\";i:19;s:4:\"26px\";i:20;s:5:\"block\";i:21;s:8:\"relative\";i:22;s:2:\"4%\";i:23;s:2:\"2%\";i:24;s:6:\"3.735%\";i:25;s:7:\"4.2415%\";i:26;s:5:\"5.82%\";i:27;s:6:\"2.855%\";i:28;s:11:\"-webkit-box\";i:29;s:8:\"-moz-box\";i:30;s:11:\"-ms-flexbox\";i:31;s:12:\"-webkit-flex\";i:32;s:4:\"flex\";i:33;s:3:\"ltr\";i:34;s:1:\"1\";i:35;s:4:\"left\";i:36;s:4:\"10px\";i:37;s:10:\"break-word\";i:38;s:4:\"18px\";i:39;s:4:\".4em\";i:40;s:4:\"14px\";i:41;s:4:\"auto\";i:42;s:3:\"10%\";i:43;s:21:\"\"3 .column.size-1of3\"\";i:44;s:21:\"\"2 .column.size-1of2\"\";i:45;s:21:\"\"1 .column.size-1of1\"\";i:46;s:19:\"all .2s ease-in-out\";i:47;s:24:\"fadeLeft .4s ease-in-out\";i:48;s:3:\"0 0\";i:49;s:20:\"Grow .4s ease-in-out\";i:50;s:20:\"Grow .8s ease-in-out\";i:51;s:7:\"visible\";i:52;s:23:\"flipInX .6s ease-in-out\";i:53;s:23:\"flipInY .6s ease-in-out\";i:54;s:3:\"26%\";i:55;s:3:\"34%\";i:56;s:4:\"25px\";i:57;s:5:\"right\";i:58;s:5:\"-10px\";i:59;s:10:\"border-box\";i:60;s:4:\"5.5%\";i:61;s:5:\"2.75%\";i:62;s:7:\"20.875%\";i:63;s:7:\"29.667%\";i:64;s:7:\"18.539%\";i:65;s:7:\"73.625%\";i:66;s:7:\"28.353%\";i:67;s:5:\"7.47%\";i:68;s:7:\"46.265%\";i:69;s:7:\"14.941%\";i:70;s:7:\"64.833%\";i:71;s:6:\"4.242%\";i:72;s:7:\"45.758%\";i:73;s:6:\"8.483%\";i:74;s:7:\"16.967%\";i:75;s:5:\"57.8%\";i:76;s:6:\"4.758%\";i:77;s:7:\"45.242%\";i:78;s:6:\"9.516%\";i:79;s:6:\"47.25%\";i:80;s:6:\"44.18%\";i:81;s:6:\"11.64%\";i:82;s:5:\"36.7%\";i:83;s:6:\"7.493%\";i:84;s:7:\"14.986%\";i:85;s:5:\"9.27%\";i:86;s:7:\"13.174%\";i:87;s:7:\"26.347%\";i:88;s:5:\"15.6%\";i:89;s:7:\"17.628%\";i:90;s:7:\"35.256%\";i:91;s:8:\"12.0833%\";i:92;s:7:\"22.759%\";i:93;s:7:\"45.517%\";i:94;s:12:\"46.26485569%\";i:95;s:12:\"28.35314092%\";i:96;s:7:\"18.638%\";i:97;s:12:\"27.67780634%\";i:98;s:12:\"44.17989418%\";i:99;s:7:\"25.573%\";i:100;s:7:\"12.083%\";i:101;s:2:\"8%\";i:102;s:3:\"19%\";i:103;s:3:\"28%\";i:104;s:7:\"28.571%\";i:105;s:3:\"73%\";i:106;s:6:\"5.479%\";i:107;s:7:\"26.027%\";i:108;s:7:\"10.959%\";i:109;s:7:\"44.521%\";i:110;s:7:\"21.918%\";i:111;s:3:\"64%\";i:112;s:5:\"6.25%\";i:113;s:6:\"43.75%\";i:114;s:5:\"12.5%\";i:115;s:3:\"25%\";i:116;s:5:\"56.8%\";i:117;s:6:\"7.042%\";i:118;s:7:\"42.958%\";i:119;s:7:\"14.085%\";i:120;s:3:\"46%\";i:121;s:6:\"8.696%\";i:122;s:7:\"41.304%\";i:123;s:7:\"17.391%\";i:124;s:5:\"35.2%\";i:125;s:7:\"11.364%\";i:126;s:7:\"22.727%\";i:127;s:7:\"14.286%\";i:128;s:7:\"21.053%\";i:129;s:7:\"42.105%\";i:130;s:5:\"13.6%\";i:131;s:7:\"29.412%\";i:132;s:7:\"58.824%\";i:133;s:3:\"40%\";i:134;s:3:\"80%\";i:135;s:12:\"44.52054795%\";i:136;s:12:\"26.02739726%\";i:137;s:7:\"15.625%\";i:138;s:12:\"41.30434783%\";i:139;s:7:\"21.739%\";i:140;s:2:\"3%\";i:141;s:4:\"1.5%\";i:142;s:6:\"22.75%\";i:143;s:7:\"31.333%\";i:144;s:6:\"9.574%\";i:145;s:6:\"74.25%\";i:146;s:5:\"2.02%\";i:147;s:6:\"30.64%\";i:148;s:5:\"4.04%\";i:149;s:6:\"47.98%\";i:150;s:6:\"8.081%\";i:151;s:7:\"65.667%\";i:152;s:6:\"2.284%\";i:153;s:7:\"47.716%\";i:154;s:6:\"4.569%\";i:155;s:6:\"9.137%\";i:156;s:5:\"58.8%\";i:157;s:6:\"2.551%\";i:158;s:7:\"47.449%\";i:159;s:6:\"5.102%\";i:160;s:5:\"48.5%\";i:161;s:6:\"3.093%\";i:162;s:7:\"46.907%\";i:163;s:6:\"6.186%\";i:164;s:5:\"38.2%\";i:165;s:6:\"3.927%\";i:166;s:6:\"7.853%\";i:167;s:6:\"4.787%\";i:168;s:6:\"6.593%\";i:169;s:7:\"13.187%\";i:170;s:5:\"17.6%\";i:171;s:6:\"8.523%\";i:172;s:7:\"17.045%\";i:173;s:8:\"14.1667%\";i:174;s:7:\"10.588%\";i:175;s:7:\"21.176%\";i:176;s:12:\"47.97979798%\";i:177;s:12:\"30.63973064%\";i:178;s:7:\"21.574%\";i:179;s:12:\"30.28764805%\";i:180;s:12:\"46.90721649%\";i:181;s:6:\"29.21%\";i:182;s:7:\"14.167%\";i:183;s:3:\"75%\";i:184;s:7:\"66.667%\";i:185;s:3:\"60%\";i:186;s:3:\"20%\";i:187;s:8:\"16.6667%\";i:188;s:12:\"33.33333333%\";i:189;s:7:\"16.667%\";i:190;s:6:\"normal\";i:191;s:19:\"all .4s ease-in-out\";i:192;s:26:\"margin-top .4s ease-in-out\";i:193;s:7:\"initial\";i:194;s:38:\"fadeIn 1s 1 cubic-bezier(.77,0,.175,1)\";i:195;s:6:\"inline\";i:196;s:22:\"0 0 7px rgba(0,0,0,.1)\";i:197;s:4:\"21px\";i:198;s:4:\"54px\";i:199;s:5:\"-20px\";i:200;s:13:\"translateY(0)\";i:201;s:3:\".7s\";i:202;s:5:\"225px\";i:203;s:4:\"9999\";i:204;s:4:\"28px\";i:205;s:5:\"190px\";i:206;s:5:\"185px\";i:207;s:5:\"-32px\";i:208;s:3:\"3px\";i:209;s:5:\"solid\";i:210;s:5:\"237px\";i:211;s:5:\"-40px\";i:212;s:4:\"19px\";i:213;s:4:\"-3px\";i:214;s:44:\"fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:215;s:43:\"fadeInRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:216;s:42:\"fadeInLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:217;s:43:\"fadeOutLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:218;s:5:\"-45px\";i:219;s:4:\"16px\";i:220;s:4:\"13px\";i:221;s:3:\"90%\";i:222;s:4:\"-5px\";i:223;s:3:\"999\";i:224;s:7:\"79.125%\";i:225;s:4:\"23px\";i:226;s:3:\"1px\";i:227;s:7:\"#e2e2e2\";i:228;s:2:\"\"\"\";i:229;s:3:\"70%\";i:230;s:2:\"9%\";i:231;s:3:\"81%\";i:232;s:6:\"77.25%\";i:233;s:5:\"fixed\";i:234;s:4:\"33px\";i:235;s:4:\"24px\";i:236;s:127:\"left .8s cubic-bezier(.77,0,.175,1),background .4s ease-in-out,opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:237;s:142:\"left .8s cubic-bezier(.77,0,.175,1),background .4s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:238;s:4:\"42px\";i:239;s:4:\"70px\";i:240;s:4:\"45px\";i:241;s:4:\"35px\";i:242;s:4:\"47px\";i:243;s:4:\"32px\";i:244;s:5:\"534px\";i:245;s:5:\"392px\";i:246;s:5:\"345px\";i:247;s:5:\"155px\";i:248;s:5:\"108px\";i:249;s:5:\"340px\";i:250;s:5:\"242px\";i:251;s:5:\"210px\";i:252;s:5:\"145px\";i:253;s:3:\"5px\";i:254;s:4:\"55px\";i:255;s:5:\"195px\";i:256;s:5:\"675px\";i:257;s:4:\"65px\";i:258;s:5:\"215px\";i:259;s:5:\"119px\";i:260;s:6:\"hidden\";i:261;s:4:\"wrap\";i:262;s:7:\"29.666%\";i:263;s:11:\"3px 0 0 3px\";i:264;s:11:\"0 3px 3px 0\";i:265;s:12:\"inline-block\";i:266;s:3:\"500\";i:267;s:3:\"400\";i:268;s:6:\"center\";i:269;s:5:\"50.5%\";i:270;s:5:\"350px\";i:271;s:8:\"flex-end\";i:272;s:13:\"space-between\";i:273;s:6:\"column\";i:274;s:4:\"81px\";i:275;s:3:\"6px\";i:276;s:2:\"5%\";i:277;s:4:\"-1px\";i:278;s:4:\"22px\";i:279;s:4:\"64px\";i:280;s:6:\"1080px\";i:281;s:4:\"#666\";i:282;s:7:\"#2ea3f2\";i:283;s:4:\"#333\";i:284;s:20:\"rgba(255,255,255,.9)\";i:285;s:14:\"rgba(0,0,0,.3)\";i:286;s:4:\"#fff\";i:287;s:7:\"inherit\";i:288;s:20:\"rgba(255,255,255,.8)\";i:289;s:14:\"rgba(0,0,0,.6)\";i:290;s:14:\"rgba(0,0,0,.7)\";i:291;s:24:\"0 1px 3px rgba(0,0,0,.3)\";i:292;s:14:\"2px solid #fff\";i:293;s:11:\"transparent\";i:294;s:4:\"#bbb\";i:295;s:7:\"#e8e8e8\";i:296;s:20:\"rgba(153,153,153,.5)\";i:297;s:4:\"#999\";i:298;s:20:\"rgba(255,255,255,.5)\";i:299;s:7:\"justify\";i:300;s:7:\"pointer\";i:301;s:4:\".7em\";i:302;s:6:\".715em\";i:303;s:40:\"fadeLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:304;s:41:\"fadeRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:305;s:39:\"fadeTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:306;s:42:\"fadeBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:307;s:22:\"attr(data-icon-tablet)\";i:308;s:10:\"table-cell\";i:309;s:3:\"8px\";i:310;s:9:\"2px solid\";i:311;s:3:\"top\";i:312;s:4:\"15px\";i:313;s:4:\"52px\";i:314;s:4:\"96px\";i:315;s:4:\"48px\";i:316;s:4:\"7.5%\";i:317;s:6:\"16.21%\";i:318;s:5:\"11.5%\";i:319;s:7:\"28.333%\";i:320;s:5:\"136px\";i:321;s:6:\"46.25%\";i:322;s:5:\".75em\";i:323;s:5:\"100px\";i:324;s:5:\"-38px\";i:325;s:15:\"rgba(0,0,0,.05)\";i:326;s:3:\"2px\";i:327;s:4:\"53px\";i:328;s:3:\"9px\";i:329;s:4:\"46px\";i:330;s:7:\"-1.5rem\";i:331;s:4:\"3rem\";i:332;s:4:\"51px\";i:333;s:4:\"49px\";i:334;s:4:\"75px\";i:335;s:4:\"27px\";i:336;s:4:\"17px\";i:337;s:5:\"-13px\";i:338;s:7:\"-9999px\";i:339;s:2:\"6%\";i:340;s:4:\"-8px\";i:341;s:5:\"-1rem\";i:342;s:4:\"2rem\";i:343;s:9:\"3px 0 0 0\";i:344;s:9:\"0 3px 0 0\";i:345;s:11:\"0 0 3px 3px\";i:346;s:7:\"0 0 3px\";i:347;s:2:\"10\";i:348;s:4:\"12px\";i:349;s:5:\"300px\";i:350;s:17:\"1px solid #d9d9d9\";i:351;s:5:\"220px\";i:352;s:5:\"222px\";i:353;s:21:\"attr(data-icon-phone)\";i:354;s:4:\"9.5%\";i:355;s:6:\"45.25%\";i:356;s:17:\"1px solid #e0dadf\";i:357;s:5:\"104px\";i:358;s:4:\"58px\";i:359;s:5:\"140px\";i:360;s:7:\"-.75rem\";i:361;s:6:\"1.5rem\";i:362;s:5:\"156px\";i:363;s:5:\"200px\";i:364;s:3:\"16%\";i:365;s:3:\"12%\";i:366;s:6:\".857em\";i:367;s:6:\".287em\";i:368;s:5:\"-3rem\";i:369;s:4:\"6rem\";i:370;s:5:\"280px\";i:371;s:4:\"43px\";i:372;s:4:\"44px\";i:373;s:5:\"384px\";i:374;s:5:\"182px\";i:375;s:5:\"400px\";i:376;s:4:\"36px\";i:377;s:3:\"row\";i:378;s:10:\"scale(.75)\";i:379;s:8:\"baseline\";i:380;s:9:\"5px solid\";i:381;s:12:\"line-through\";i:382;s:8:\"collapse\";i:383;s:28:\"\"Open Sans\",Arial,sans-serif\";i:384;s:11:\"antialiased\";i:385;s:9:\"grayscale\";i:386;s:5:\"1.7em\";i:387;s:9:\"no-repeat\";i:388;s:10:\"top center\";i:389;s:5:\"cover\";i:390;s:3:\"1em\";i:391;s:3:\"700\";i:392;s:6:\"italic\";i:393;s:21:\"Courier New,monospace\";i:394;s:4:\".8em\";i:395;s:4:\".3em\";i:396;s:5:\"1.5em\";i:397;s:8:\"checkbox\";i:398;s:5:\"radio\";i:399;s:14:\"1px solid #bbb\";i:400;s:7:\"#4e4e4e\";i:401;s:7:\"#2d3940\";i:402;s:7:\"#3e3e3e\";i:403;s:3:\"4px\";i:404;s:3:\"\" \"\";i:405;s:68:\"background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out\";i:406;s:2:\"0s\";i:407;s:25:\"0 0 10px 0 rgba(0,0,0,.2)\";i:408;s:6:\"1200px\";i:409;s:6:\"1425px\";i:410;s:23:\"opacity .4s ease-in-out\";i:411;s:7:\"all .2s\";i:412;s:3:\"2em\";i:413;s:21:\"2px solid transparent\";i:414;s:4:\"-1em\";i:415;s:9:\"ETmodules\";i:416;s:5:\"\"\\35\"\";i:417;s:5:\".15em\";i:418;s:5:\"-16px\";i:419;s:14:\"1px solid #eee\";i:420;s:4:\"#555\";i:421;s:4:\"disc\";i:422;s:6:\"inside\";i:423;s:7:\"decimal\";i:424;s:3:\"1.7\";i:425;s:4:\"63px\";i:426;s:6:\"100001\";i:427;s:6:\"100000\";i:428;s:58:\"background-color .4s,transform .4s,opacity .4s ease-in-out\";i:429;s:3:\"600\";i:430;s:5:\"99999\";i:431;s:22:\"0 1px 0 rgba(0,0,0,.1)\";i:432;s:5:\"111px\";i:433;s:5:\"177px\";i:434;s:5:\"147px\";i:435;s:1:\"3\";i:436;s:4:\"66px\";i:437;s:5:\"-33px\";i:438;s:4:\"-9px\";i:439;s:6:\"middle\";i:440;s:1:\"2\";i:441;s:18:\"translate3d(0,0,0)\";i:442;s:3:\"54%\";i:443;s:4:\"-2px\";i:444;s:7:\"\"\\e090\"\";i:445;s:7:\"\"\\e076\"\";i:446;s:17:\"color .3s ease 0s\";i:447;s:42:\"background-color .4s,color .4s ease-in-out\";i:448;s:7:\"\"\\e07a\"\";i:449;s:2:\".7\";i:450;s:5:\"\"\\55\"\";i:451;s:4:\"1000\";i:452;s:41:\"fadeInTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:453;s:42:\"fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:454;s:5:\"\"\\4d\"\";i:455;s:2:\"-1\";i:456;s:13:\"rgba(0,0,0,0)\";i:457;s:4:\"-6px\";i:458;s:4:\"#eee\";i:459;s:7:\"#dadada\";i:460;s:17:\"1px solid #dadada\";i:461;s:7:\"#ef8f61\";i:462;s:4:\"#ccc\";i:463;s:17:\"\"\\53\\53\\53\\53\\53\"\";i:464;s:6:\".587em\";i:465;s:7:\"#ececec\";i:466;s:4:\"39px\";i:467;s:14:\"rgba(0,0,0,.2)\";i:468;s:5:\"150px\";i:469;s:17:\"1px solid #bcc8c9\";i:470;s:7:\"#bcc8c9\";i:471;s:3:\"300\";i:472;s:5:\"1.3em\";i:473;s:7:\"#d9d9d9\";i:474;s:7:\"#f4f4f4\";i:475;s:4:\"#000\";i:476;s:6:\"999999\";i:477;s:7:\"6.6666%\";i:478;s:16:\"opacity .5s ease\";i:479;s:17:\"1px solid #e2e2e2\";i:480;s:6:\"bottom\";i:481;s:3:\"21%\";i:482;s:24:\"0 2px 5px rgba(0,0,0,.1)\";i:483;s:15:\"rgba(0,0,0,.03)\";i:484;s:3:\"800\";i:485;s:3:\"\"3\"\";i:486;s:5:\".67em\";i:487;s:5:\"2.3em\";i:488;s:25:\"1px solid rgba(0,0,0,.03)\";i:489;s:6:\"33.33%\";i:490;s:4:\"62px\";i:491;s:5:\"790px\";i:492;s:5:\"\"\\61\"\";i:493;s:4:\"#222\";i:494;s:20:\"rgba(255,255,255,.7)\";i:495;s:5:\"160px\";i:496;s:7:\"#1f1f1f\";i:497;s:15:\"rgba(0,0,0,.32)\";i:498;s:21:\"rgba(255,255,255,.05)\";i:499;s:3:\"96%\";i:500;s:14:\"1px solid #ddd\";i:501;s:7:\"#f3f3f3\";i:502;s:6:\"0 none\";i:503;s:4:\"#ddd\";i:504;s:4:\"show\";i:505;s:9:\"underline\";i:506;s:4:\"bold\";i:507;s:16:\"Arial,Sans-Serif\";i:508;s:7:\"#9f9f9f\";i:509;s:10:\"capitalize\";i:510;s:3:\"9pt\";i:511;s:15:\"rgba(0,0,0,.15)\";i:512;s:7:\"#7cc68d\";i:513;s:7:\"#c37cc6\";i:514;s:7:\"#cd5c5c\";i:515;s:7:\"#edb059\";i:516;s:14:\"rgba(0,0,0,.4)\";i:517;s:45:\"fadeInRight 1.5s 1 cubic-bezier(.77,0,.175,1)\";i:518;s:5:\"125px\";i:519;s:3:\"\"2\"\";i:520;s:45:\"fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:521;s:44:\"fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:522;s:20:\"rgba(255,255,255,.6)\";i:523;s:7:\"all .7s\";i:524;s:13:\"rotate(45deg)\";i:525;s:9:\"rotate(0)\";i:526;s:3:\".3s\";i:527;s:5:\"320px\";i:528;s:5:\"-100%\";i:529;s:36:\"right .8s cubic-bezier(.77,0,.175,1)\";i:530;s:14:\"rgba(0,0,0,.1)\";i:531;s:62:\"left .8s cubic-bezier(.77,0,.175,1),margin-top .4s ease-in-out\";i:532;s:4:\"11px\";i:533;s:2:\".6\";i:534;s:7:\"all .5s\";i:535;s:14:\"rotate(180deg)\";i:536;s:30:\".5s cubic-bezier(.77,0,.175,1)\";i:537;s:33:\"1s .1s cubic-bezier(.77,0,.175,1)\";i:538;s:2:\".4\";i:539;s:5:\"table\";i:540;s:29:\"1s ease-in-out,padding-top 0s\";i:541;s:3:\".95\";i:542;s:4:\"34px\";i:543;s:14:\"1px solid #fff\";i:544;s:5:\"-31px\";i:545;s:14:\"1s ease-in-out\";i:546;s:15:\".3s ease-in-out\";i:547;s:8:\"scale(1)\";i:548;s:3:\".1s\";i:549;s:3:\".2s\";i:550;s:3:\".4s\";i:551;s:3:\".5s\";i:552;s:3:\".6s\";i:553;s:3:\".8s\";i:554;s:3:\".9s\";i:555;s:2:\"1s\";i:556;s:4:\"1.1s\";i:557;s:4:\"1.2s\";i:558;s:4:\"1.3s\";i:559;s:4:\"1.4s\";i:560;s:4:\"1.5s\";i:561;s:4:\"1.6s\";i:562;s:4:\"1.7s\";i:563;s:4:\"1.8s\";i:564;s:4:\"1.9s\";i:565;s:2:\"2s\";i:566;s:4:\"2.1s\";i:567;s:4:\"2.2s\";i:568;s:4:\"2.3s\";i:569;s:4:\"2.4s\";i:570;s:4:\"2.5s\";i:571;s:4:\"2.6s\";i:572;s:4:\"2.7s\";i:573;s:4:\"2.8s\";i:574;s:4:\"2.9s\";i:575;s:2:\"3s\";i:576;s:7:\"#974df3\";i:577;s:7:\"\"\\e625\"\";i:578;s:7:\"#7e3bd0\";i:579;s:25:\"background-color .5s ease\";i:580;s:3:\"1vw\";i:581;s:6:\"scroll\";i:582;s:7:\"\"\\e093\"\";i:583;s:7:\"\"\\e094\"\";i:584;s:7:\"\"\\e096\"\";i:585;s:7:\"\"\\e095\"\";i:586;s:7:\"\"\\e09d\"\";i:587;s:7:\"\"\\e097\"\";i:588;s:7:\"\"\\e09a\"\";i:589;s:7:\"\"\\e0a2\"\";i:590;s:7:\"\"\\e0a6\"\";i:591;s:7:\"\"\\e0a1\"\";i:592;s:7:\"\"\\e09b\"\";i:593;s:7:\"\"\\e0a3\"\";i:594;s:7:\"\"\\e09c\"\";i:595;s:7:\"\"\\e09e\"\";i:596;s:15:\"attr(data-icon)\";i:597;s:5:\"240px\";i:598;s:17:\"3px solid #2ea3f2\";i:599;s:5:\"-23px\";i:600;s:7:\"#82c0c7\";i:601;s:4:\".5em\";i:602;s:7:\"#29c4a9\";i:603;s:31:\"0 5px 10px rgba(41,196,169,.15)\";i:604;s:22:\"\"Open Sans\",sans-serif\";i:605;s:20:\"rgba(255,255,255,.2)\";i:606;s:58:\"url(./includes/builder/styles/images/subscribe-loader.gif)\";i:607;s:7:\"#f7f7f7\";i:608;s:12:\"0 1px 0 #ccc\";i:609;s:23:\"#0073aa #006799 #006799\";i:610;s:7:\"#0085ba\";i:611;s:15:\"0 1px 0 #006799\";i:612;s:73:\"0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799\";i:613;s:7:\"#008ec2\";i:614;s:7:\"#0073aa\";i:615;s:21:\"inset 0 2px 0 #006799\";i:616;s:7:\"#23282d\";i:617;s:7:\"#fafafa\";i:618;s:35:\"inset 0 2px 5px -3px rgba(0,0,0,.5)\";i:619;s:15:\"translateY(1px)\";i:620;s:4:\"87px\";i:621;s:5:\"110px\";i:622;s:5:\"-30px\";i:623;s:3:\"47%\";i:624;s:9:\"break-all\";i:625;s:1:\"5\";i:626;s:2:\"11\";i:627;s:5:\"unset\";i:628;s:4:\"29px\";i:629;s:9:\"3px solid\";i:630;s:5:\"550px\";i:631;s:10:\"flex-start\";i:632;s:17:\"1px solid #bebebe\";i:633;s:7:\"#fcfcfc\";i:634;s:8:\"1 1 auto\";i:635;s:23:\"0 0 12px rgba(0,0,0,.1)\";i:636;s:5:\"25.5%\";i:637;s:7:\"#bebebe\";i:638;s:5:\"-.5em\";i:639;s:6:\"1.03em\";i:640;s:5:\"1.6em\";i:641;s:5:\"-14px\";i:642;s:3:\"1.5\";i:643;s:4:\"90px\";i:644;s:11:\"content-box\";i:645;s:28:\"inset 0 0 3px rgba(0,0,0,.3)\";i:646;s:4:\"31px\";i:647;s:7:\"#f5f5f5\";i:648;s:5:\"\"\\7c\"\";i:649;s:7:\"#1f6581\";i:650;s:5:\"754px\";i:651;s:15:\"rgba(0,0,0,.35)\";i:652;s:17:\"1px solid #d8d8d8\";i:653;s:5:\"\"\\49\"\";i:654;s:3:\"100\";i:655;s:19:\"all .5s ease-in-out\";i:656;s:14:\"rgba(51,51,51)\";i:657;s:32:\"et_pb_video_slider_item_fade_out\";i:658;s:40:\"et_pb_video_slider_item_overlay_fade_out\";i:659;s:31:\"et_pb_video_slider_item_fade_in\";i:660;s:15:\"rgba(0,0,0,.25)\";i:661;s:3:\"15%\";i:662;s:5:\"18.4%\";i:663;s:5:\"23.5%\";i:664;s:3:\"32%\";i:665;s:3:\"49%\";i:666;s:9:\"scale(.8)\";i:667;s:8:\"-1.39rem\";i:668;s:7:\"2.78rem\";i:669;s:24:\"1px solid rgba(0,0,0,.1)\";i:670;s:13:\"1px solid red\";i:671;s:23:\"padding .4s ease-in-out\";i:672;s:7:\"\"\\e906\"\";i:673;s:5:\"start\";i:674;s:1:\"9\";i:675;s:7:\"\"\\e050\"\";i:676;s:7:\"\"\\e04f\"\";i:677;s:5:\"440px\";i:678;s:5:\"230px\";i:679;s:3:\"-3%\";i:680;s:5:\"105px\";i:681;s:20:\"translate(-50%,-50%)\";i:682;s:9:\"dashicons\";i:683;s:7:\"\"\\f147\"\";i:684;s:9:\"6px solid\";i:685;s:40:\"#666 transparent transparent transparent\";i:686;s:16:\"translateY(-50%)\";i:687;s:3:\"red\";i:688;s:9:\"-moz-flex\";i:689;s:8:\"-ms-flex\";i:690;s:5:\"-1.5%\";i:691;s:14:\"scale(.01,.01)\";i:692;s:3:\"17%\";i:693;s:4:\"38px\";i:694;s:4:\".1em\";i:695;s:10:\"opacity 1s\";i:696;s:4:\"72px\";i:697;s:17:\"1px solid #e5e5e5\";i:698;s:7:\"all .3s\";i:699;s:3:\"55%\";i:700;s:7:\"all .4s\";i:701;s:27:\"2px -2px 5px rgba(0,0,0,.1)\";i:702;s:5:\"-11px\";i:703;s:15:\"translate(0,3%)\";i:704;s:7:\"stretch\";i:705;s:8:\"0 1 auto\";i:706;s:6:\"static\";i:707;s:16:\"calc(100% - 1px)\";i:708;s:6:\"nowrap\";i:709;s:17:\"translate(0,-50%)\";i:710;s:8:\"0 0 auto\";i:711;s:4:\"#aaa\";i:712;s:7:\"#b2b2b2\";i:713;s:3:\"200\";i:714;s:4:\"59px\";i:715;s:5:\"\"\\45\"\";i:716;s:4:\"-7px\";i:717;s:5:\"\"\\60\"\";i:718;s:7:\"\"\\e068\"\";i:719;s:5:\"500px\";i:720;s:5:\"180px\";i:721;s:5:\"442px\";i:722;s:5:\"390px\";i:723;s:5:\"284px\";i:724;s:5:\"380px\";i:725;s:5:\"275px\";i:726;s:5:\"170px\";i:727;s:29:\"inset 0 0 10px rgba(0,0,0,.1)\";i:728;s:9:\"list-item\";i:729;s:5:\"-24px\";i:730;s:5:\"-22px\";i:731;s:5:\"\"\\34\"\";i:732;s:2:\".5\";i:733;s:8:\"fadeLeft\";i:734;s:11:\"ease-in-out\";i:735;s:10:\"fadeBottom\";i:736;s:7:\"#464646\";i:737;s:51:\"url(./includes/builder/styles/images/preloader.gif)\";i:738;s:14:\"rgba(0,0,0,.5)\";i:739;s:9:\"color .3s\";i:740;s:29:\"inset 0 0 7px rgba(0,0,0,.07)\";i:741;s:11:\"display .3s\";i:742;s:13:\"center center\";i:743;s:5:\"100vh\";i:744;s:8:\"row wrap\";i:745;s:11:\"column wrap\";i:746;s:13:\"column nowrap\";i:747;s:11:\"row-reverse\";i:748;s:5:\"800px\";i:749;s:5:\"3.5em\";i:750;s:22:\"height .2s ease-in-out\";i:751;s:7:\"#f9f9f9\";i:752;s:11:\"3px 3px 0 0\";i:753;s:6:\"linear\";i:754;s:3:\"45%\";i:755;s:3:\"33%\";i:756;s:3:\"35%\";i:757;s:8:\"285.75px\";i:758;s:2:\"98\";i:759;s:5:\"\" | \"\";i:760;s:4:\"3.8%\";i:761;s:7:\"2.992em\";i:762;s:3:\"48%\";i:763;s:6:\"30.75%\";i:764;s:6:\"22.15%\";i:765;s:6:\"16.95%\";i:766;s:5:\"13.5%\";i:767;s:11:\"text-bottom\";i:768;s:7:\"#77a464\";i:769;s:2:\"7%\";i:770;s:42:\"slideWidth 1s 1 cubic-bezier(.77,0,.175,1)\";i:771;s:8:\"infinite\";i:772;s:10:\"et_pb_fade\";i:773;s:22:\"translate3d(0,-100%,0)\";i:774;s:13:\"et_pb_fadeTop\";i:775;s:21:\"translate3d(100%,0,0)\";i:776;s:15:\"et_pb_fadeRight\";i:777;s:21:\"translate3d(0,100%,0)\";i:778;s:16:\"et_pb_fadeBottom\";i:779;s:22:\"translate3d(-100%,0,0)\";i:780;s:14:\"et_pb_fadeLeft\";i:781;s:11:\"et_pb_slide\";i:782;s:14:\"et_pb_slideTop\";i:783;s:16:\"et_pb_slideRight\";i:784;s:17:\"et_pb_slideBottom\";i:785;s:15:\"et_pb_slideLeft\";i:786;s:12:\"et_pb_bounce\";i:787;s:15:\"et_pb_bounceTop\";i:788;s:22:\"translate3d(200px,0,0)\";i:789;s:17:\"et_pb_bounceRight\";i:790;s:18:\"et_pb_bounceBottom\";i:791;s:16:\"et_pb_bounceLeft\";i:792;s:10:\"et_pb_zoom\";i:793;s:13:\"et_pb_zoomTop\";i:794;s:15:\"et_pb_zoomRight\";i:795;s:16:\"et_pb_zoomBottom\";i:796;s:14:\"et_pb_zoomLeft\";i:797;s:25:\"perspective(0) rotateX(0)\";i:798;s:10:\"et_pb_flip\";i:799;s:13:\"et_pb_flipTop\";i:800;s:25:\"perspective(0) rotateY(0)\";i:801;s:15:\"et_pb_flipRight\";i:802;s:16:\"et_pb_flipBottom\";i:803;s:14:\"et_pb_flipLeft\";i:804;s:10:\"et_pb_fold\";i:805;s:13:\"et_pb_foldTop\";i:806;s:15:\"et_pb_foldRight\";i:807;s:16:\"et_pb_foldBottom\";i:808;s:14:\"et_pb_foldLeft\";i:809;s:10:\"et_pb_roll\";i:810;s:13:\"et_pb_rollTop\";i:811;s:15:\"et_pb_rollRight\";i:812;s:16:\"et_pb_rollBottom\";i:813;s:14:\"et_pb_rollLeft\";i:814;s:1:\"8\";i:815;s:21:\"rect(1px,1px,1px,1px)\";i:816;s:10:\"inset(50%)\";i:817;s:24:\"0 1px 1px rgba(0,0,0,.1)\";i:818;s:16:\"1px 1px 1px #fff\";i:819;s:17:\"1px solid #e2e2ba\";i:820;s:53:\"url(./epanel/shortcodes/images/shortcodes-sprite.png)\";i:821;s:10:\"-97px -2px\";i:822;s:17:\"1px solid #fbfbef\";i:823;s:7:\"#ada771\";i:824;s:7:\"#f9f9dc\";i:825;s:22:\"inset 0 0 45px #efefc0\";i:826;s:17:\"1px solid #e0b1b1\";i:827;s:11:\"-75px -41px\";i:828;s:17:\"1px solid #fceeec\";i:829;s:7:\"#ad7676\";i:830;s:7:\"#ffd9d5\";i:831;s:22:\"inset 0 0 45px #f0bfba\";i:832;s:17:\"1px solid #b9dbb6\";i:833;s:11:\"-23px -19px\";i:834;s:17:\"1px solid #f1f9f0\";i:835;s:7:\"#7ea57b\";i:836;s:7:\"#dff7dd\";i:837;s:22:\"inset 0 0 45px #cbe5c9\";i:838;s:17:\"1px solid #b3d8d3\";i:839;s:10:\"-23px -2px\";i:840;s:17:\"1px solid #f1fafb\";i:841;s:7:\"#80acb0\";i:842;s:7:\"#ddf5f7\";i:843;s:22:\"inset 0 0 45px #c6edf0\";i:844;s:17:\"1px solid #fafafa\";i:845;s:7:\"#737373\";i:846;s:22:\"inset 0 0 45px #e7e7e7\";i:847;s:5:\"-94px\";i:848;s:5:\"235px\";i:849;s:17:\"1px solid #dbdbdb\";i:850;s:7:\"#6d6e6e\";i:851;s:30:\"1px 1px 5px 1px rgba(0,0,0,.1)\";i:852;s:5:\"129px\";i:853;s:11:\"-120px -2px\";i:854;s:17:\"1px solid #e7e7e7\";i:855;s:17:\"1px -1px 0 0 #fff\";i:856;s:14:\"1px 1px 0 #fff\";i:857;s:18:\"-1px 0 0 0 #e7e7e7\";i:858;s:10:\"-58px -2px\";i:859;s:11:\"-58px -14px\";i:860;s:22:\"inset 1px 1px 0 0 #fff\";i:861;s:10:\"-45px -1px\";i:862;s:11:\"-45px -14px\";i:863;s:7:\"#4c4c4c\";i:864;s:14:\"1px 0 0 0 #fff\";i:865;s:31:\"Century Gothic,Arial,sans-serif\";i:866;s:6:\"30.66%\";i:867;s:6:\"65.32%\";i:868;s:3:\"22%\";i:869;s:3:\"74%\";i:870;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1)\";i:871;s:30:\"1px 1px 0 rgba(255,255,255,.3)\";i:872;s:17:\"1px solid #3e8ff4\";i:873;s:7:\"#2b63a8\";i:874;s:7:\"#88bdff\";i:875;s:26:\"top:#88bdff:0:#60a7ff:100%\";i:876;s:7:\"#23528c\";i:877;s:17:\"1px solid #51b5e4\";i:878;s:7:\"#348db6\";i:879;s:7:\"#8edbff\";i:880;s:26:\"top:#8edbff:0:#60cdff:100%\";i:881;s:7:\"#287295\";i:882;s:17:\"1px solid #48bec0\";i:883;s:7:\"#3da7a9\";i:884;s:7:\"#61eef0\";i:885;s:26:\"top:#61eef0:0:#59dcde:100%\";i:886;s:7:\"#309192\";i:887;s:17:\"1px solid #4dab46\";i:888;s:7:\"#569d51\";i:889;s:7:\"#94e48d\";i:890;s:26:\"top:#94e48d:0:#82cf7c:100%\";i:891;s:7:\"#478542\";i:892;s:17:\"1px solid #db9c51\";i:893;s:7:\"#c7822f\";i:894;s:7:\"#ffcb8c\";i:895;s:26:\"top:#ffcb8c:0:#ffb660:100%\";i:896;s:7:\"#a96c23\";i:897;s:17:\"1px solid #c3c3c3\";i:898;s:7:\"#595a5a\";i:899;s:26:\"top:#f5f5f5:0:#e2e2e2:100%\";i:900;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.9),1px 1px 1px rgba(0,0,0,.1)\";i:901;s:7:\"#454545\";i:902;s:17:\"1px solid #0e0e0e\";i:903;s:7:\"#5b5b5b\";i:904;s:26:\"top:#5b5b5b:0:#383838:100%\";i:905;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.2),1px 1px 1px rgba(0,0,0,.1)\";i:906;s:16:\"-1px -1px 0 #000\";i:907;s:17:\"1px solid #d85353\";i:908;s:7:\"#9a3e3e\";i:909;s:7:\"#ff7979\";i:910;s:26:\"top:#ff7979:0:#ff5f5f:100%\";i:911;s:7:\"#803030\";i:912;s:17:\"1px solid #b15cb9\";i:913;s:7:\"#914d97\";i:914;s:7:\"#e782f1\";i:915;s:26:\"top:#e782f1:0:#d271da:100%\";i:916;s:7:\"#753b7a\";i:917;s:17:\"1px solid #8b53d8\";i:918;s:7:\"#653e9a\";i:919;s:7:\"#b279ff\";i:920;s:26:\"top:#b279ff:0:#a35fff:100%\";i:921;s:7:\"#563386\";i:922;s:26:\"top:#f5f5f5:0:#e1e1e1:100%\";i:923;s:7:\"#404040\";i:924;s:9:\"-3px -2px\";i:925;s:11:\"-206px -2px\";i:926;s:12:\"-169px -19px\";i:927;s:11:\"-164px -2px\";i:928;s:12:\"-151px -33px\";i:929;s:12:\"-188px -19px\";i:930;s:12:\"-131px -33px\";i:931;s:12:\"-131px -18px\";i:932;s:12:\"-147px -17px\";i:933;s:11:\"-147px -2px\";i:934;s:11:\"-184px -2px\";i:935;s:12:\"-171px -36px\";i:936;s:17:\"none outside none\";i:937;s:10:\"-3px -24px\";i:938;s:10:\"-3px -40px\";i:939;s:26:\"top:#f9f9f9:0:#f5f5f5:100%\";i:940;s:7:\"#e7e7e7\";i:941;s:13:\"-1px 0 0 #fff\";i:942;s:5:\"1200%\";i:943;s:12:\"1px 0 0 #fff\";i:944;s:24:\"0 1px 2px rgba(0,0,0,.1)\";i:945;s:5:\"149px\";i:946;s:14:\"0 1px 0 0 #fff\";i:947;s:5:\"148px\";i:948;s:27:\"left:#f9f9f9:0:#f5f5f5:100%\";i:949;s:4:\"-4px\";i:950;s:7:\"#363636\";i:951;s:5:\"117px\";i:952;s:28:\"inset 0 0 4px rgba(0,0,0,.5)\";i:953;s:12:\"0 1px 0 #fff\";i:954;s:11:\"-23px -36px\";i:955;s:4:\"37px\";i:956;s:12:\"-190px -37px\";i:957;s:11:\"-275px -2px\";i:958;s:27:\"top:#f3f3f3:1%:#fefefe:100%\";i:959;s:28:\"inset 0 0 1px rgba(0,0,0,.1)\";i:960;s:28:\"inset 0 0 5px rgba(0,0,0,.6)\";i:961;s:7:\"#201f1f\";i:962;s:10:\"-74px -2px\";i:963;s:11:\"-75px -21px\";i:964;s:11:\"-230px -3px\";i:965;s:7:\"#53b4c7\";i:966;s:9:\"uppercase\";i:967;s:56:\"-moz-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:968;s:59:\"-webkit-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:969;s:54:\"-o-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:970;s:55:\"-ms-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:971;s:57:\"linear-gradient(to bottom,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:972;s:11:\"-74px -20px\";i:973;s:20:\"inset 1px 0 0 0 #fff\";i:974;s:7:\"#94c65c\";i:975;s:13:\"Georgia,serif\";i:976;s:23:\"0 0 18px rgba(0,0,0,.2)\";i:977;s:7:\"#d6d5d5\";i:978;s:17:\"1px solid #d6d5d5\";i:979;s:28:\"inset 0 0 4px rgba(0,0,0,.4)\";i:980;s:7:\"#595959\";i:981;s:4:\"77px\";i:982;s:11:\"-45px -35px\";i:983;s:11:\"-97px -25px\";i:984;s:4:\"57px\";i:985;s:12:\"-206px -20px\";i:986;s:11:\"-251px -2px\";i:987;s:12:\"-251px -22px\";i:988;s:3:\"1.2\";i:989;s:3:\"95%\";i:990;s:4:\".001\";i:991;s:16:\"all .5s ease-out\";i:992;s:2:\".8\";i:993;s:7:\"1000000\";i:994;s:7:\"#0b0b0b\";i:995;s:7:\"1000001\";i:996;s:2:\"\'\'\";i:997;s:4:\"1045\";i:998;s:8:\"progress\";i:999;s:13:\"-moz-zoom-out\";i:1000;s:16:\"-webkit-zoom-out\";i:1001;s:8:\"zoom-out\";i:1002;s:15:\"-webkit-zoom-in\";i:1003;s:12:\"-moz-zoom-in\";i:1004;s:7:\"zoom-in\";i:1005;s:5:\"-.8em\";i:1006;s:4:\"1044\";i:1007;s:4:\"1046\";i:1008;s:3:\".65\";i:1009;s:27:\"Arial,Baskerville,monospace\";i:1010;s:3:\".55\";i:1011;s:5:\"900px\";i:1012;s:6:\"56.25%\";i:1013;s:22:\"0 0 8px rgba(0,0,0,.6)\";i:1014;s:28:\"\'Open Sans\',Arial,sans-serif\";i:1015;s:2:\".2\";i:1016;s:4:\"#444\";i:1017;s:7:\"#bdbdbd\";i:1018;s:5:\"-36px\";i:1019;s:5:\"600px\";i:1020;s:6:\"-300px\";i:1021;s:0:\"\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (162, 'chld_thm_cfg_options_dict_seq', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163, 'chld_thm_cfg_options_dict_token', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (164, 'chld_thm_cfg_options_val_ndx', 'a:3915:{i:1;s:13:\"VE=hT?GUatlBA\";i:2;s:13:\"EH=hT?GUqtlBA\";i:3;s:13:\">J=hT?GU6tlBA\";i:4;s:13:\">J=hT?GU:tlBA\";i:5;s:13:\"EH=hT?GU\"tlBA\";i:6;s:13:\"VE=hT?GUOBlBA\";i:7;s:13:\"VE=hT?GUfulBA\";i:8;s:13:\">J=hT?GU:tlBA\";i:9;s:13:\"EH=hT?GU\"tlBA\";i:10;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:11;s:13:\"9M=hT?GUuBlBA\";i:12;s:13:\"VE=hT?GU!BlBA\";i:13;s:13:\"VE=hT?GU>BlBA\";i:14;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:15;s:12:\"bS=hT?GU/A$A\";i:16;s:13:\"EH=hT?GU~AlBA\";i:17;s:12:\"EH=hT?GUpA$A\";i:18;s:13:\"sP=hT?GUTClBA\";i:19;s:13:\"sP=hT?GUDClBA\";i:20;s:13:\"_X=hT?GUjClBA\";i:21;s:13:\"(a=hT?GUzClBA\";i:22;s:13:\"VE=hT?GUuBlBA\";i:23;s:13:\">J=hT?GU:tlBA\";i:24;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:25;s:13:\"EH=hT?GU\"tlBA\";i:26;s:13:\"(a=hT?GUjClBA\";i:27;s:13:\"yd=hT?GU(ClBA\";i:28;s:13:\"hg=hT?GU_vlBA\";i:29;s:13:\"hg=hT?GUvulBA\";i:30;s:34:\"Sj=hT?GUIDlB;L.4Fx}MBAkn=hT?GU/A$A\";i:31;s:24:\"Am=hT?GUDClB?L.4Fx~5EABA\";i:32;s:24:\"Am=hT?GUoDlB^L.4Fxs@AABA\";i:33;s:46:\"qu=hT?GU5wlB#L.4Fxs@(A1k=hT?GUoDlB^L.4Fx}MBABA\";i:34;s:35:\"pu=hT?GU4DlB#L.4Fxrj*A;C=hT?GUvulBA\";i:35;s:24:\"WE=hT?GUvulBAM.4Fxs@&ABA\";i:36;s:34:\"0d=hT?GU/wlBbL.4Fx}M&A$T=hT?GU/A$A\";i:37;s:46:\"I0=hT?GU}DlBIM.4Fx}MBAeZ=hT?GU}DlBAM.4Fx}MBABA\";i:38;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:39;s:46:\"I0=hT?GUNElBIM.4Fx}MBAeZ=hT?GUNElBAM.4Fx}MBABA\";i:40;s:46:\"I0=hT?GUdElBIM.4Fx}MBAeZ=hT?GUdElBAM.4Fx}MBABA\";i:41;s:46:\"I0=hT?GUtElBIM.4Fx}MBAeZ=hT?GUtElBAM.4Fx}MBABA\";i:42;s:46:\"I0=hT?GU9ElBIM.4Fx}MBAeZ=hT?GU9ElBAM.4Fx}MBABA\";i:43;s:46:\"I0=hT?GU=ElBIM.4Fx}MBAeZ=hT?GU=ElBAM.4Fx}MBABA\";i:44;s:12:\"sP=hT?GU/A$A\";i:45;s:12:\"bS=hT?GU/A$A\";i:46;s:12:\"bS=hT?GU/A$A\";i:47;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:48;s:13:\"VE=hT?GUuBlBA\";i:49;s:13:\">J=hT?GU:tlBA\";i:50;s:43:\"ou=hT?OUCFlB&!DA(afBFB;}C\"#zgAVtjt,ub@3X5FA\";i:51;s:13:\"t8=hT?GUHGlBA\";i:52;s:24:\"d#=hT?GUXGlB#L.4FxrjFABA\";i:53;s:13:\"EH=hT?GU~AlBA\";i:54;s:13:\"VE=hT?GUuBlBA\";i:55;s:67:\"xP=hT?GUnGlBjL.4Fx}MBA[Q=hT?GU/A$A[CSOYM)ZBt8M_Q3nE3kAi\"wBJHNz!PvWA\";i:56;s:13:\"_X=hT?GU,GlBA\";i:57;s:56:\"wP=hT?GU|GlBjL.4Fx}MBA[Q=hT?GU/A$A[CSOYM)ZBtXL_Q3nE3zD$A\";i:58;s:35:\"0d=hT?GU.DlB;L.4FxrjKAw(=hT?GUcHlBA\";i:59;s:13:\"VE=hT?GUvulBA\";i:60;s:89:\"zP=hT?GUt0lBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:61;s:13:\"),=hT?GU8HlBA\";i:62;s:13:\"),=hT?GU<HlBA\";i:63;s:13:\"),=hT?GUBIlBA\";i:64;s:13:\"(a=hT?GU:tlBA\";i:65;s:13:\"z:=hT?GURIlBA\";i:66;s:46:\"l==hT?GUhIlBsM.4Fxs@LA2[=hT?GUhIlB0M.4Fxs@LABA\";i:67;s:79:\"#}=hT?GUxIlBoM.4FxrjMA,>=hT?GU[IlBwM.4FxrjMAl_=hT?GU%IlB8M.4Fxs@<A;C>hT?GUH2lBA\";i:68;s:67:\"n==hT?GUWJlBsM.4Fx}MNA2[=hT?GUWJlB0M.4Fx}MNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:69;s:67:\"n==hT?GUmJlBsM.4FxrjNA2[=hT?GUmJlB0M.4FxrjNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:70;s:68:\"aE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU:tlBIM.4Fxs@&AeZ=hT?GU:tlBAM.4Fxs@&ABA\";i:71;s:13:\"(a=hT?GU2JlBA\";i:72;s:13:\"(a=hT?GU+JlBA\";i:73;s:13:\"9M=hT?GU>BlBA\";i:74;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:75;s:13:\"KV=hT?GU{JlBA\";i:76;s:46:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4Fx~5OABA\";i:77;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:78;s:35:\"XE=hT?GUuBlB(L.4Fx}MBAeZ=hT?GUuBlBA\";i:79;s:13:\"nu=hT?GU4DlBA\";i:80;s:13:\"yd=hT?GU(ClBA\";i:81;s:13:\"sP=hT?GU:tlBA\";i:82;s:13:\">J=hT?GU7KlBA\";i:83;s:13:\"bS=hT?GUDClBA\";i:84;s:13:\"VE=hT?GUuBlBA\";i:85;s:13:\"bS=hT?GU;KlBA\";i:86;s:35:\"XE=hT?GUALlBjL.4Fx}MPA[Q=hT?GU7KlBA\";i:87;s:24:\"WE=hT?GUQLlBjL.4Fx}MPABA\";i:88;s:13:\"bS=hT?GUgLlBA\";i:89;s:13:\"VE=hT?GUwLlBA\";i:90;s:13:\"bS=hT?GUdElBA\";i:91;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:92;s:24:\"WE=hT?GUFMlBjL.4Fxs@QABA\";i:93;s:13:\"bS=hT?GUVMlBA\";i:94;s:13:\"VE=hT?GUlMlBA\";i:95;s:13:\"bS=hT?GU1MlBA\";i:96;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:97;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:98;s:13:\"bS=hT?GUKNlBA\";i:99;s:13:\"VE=hT?GUaNlBA\";i:100;s:13:\"bS=hT?GUqNlBA\";i:101;s:35:\"XE=hT?GU6NlBjL.4Fx~5TA[Q=hT?GU:NlBA\";i:102;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:103;s:13:\"bS=hT?GU:NlBA\";i:104;s:13:\"VE=hT?GU\"NlBA\";i:105;s:13:\"bS=hT?GU9ElBA\";i:106;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:107;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:108;s:13:\"bS=hT?GUfOlBA\";i:109;s:13:\"VE=hT?GUvOlBA\";i:110;s:13:\"bS=hT?GU#OlBA\";i:111;s:24:\"WE=hT?GUuBlBvL.4Fx}MVABA\";i:112;s:13:\"VE=hT?GUQLlBA\";i:113;s:13:\"bS=hT?GUEPlBA\";i:114;s:24:\"WE=hT?GUuBlBvL.4Fx}MQABA\";i:115;s:13:\"VE=hT?GUALlBA\";i:116;s:13:\"bS=hT?GUUPlBA\";i:117;s:24:\"WE=hT?GUuBlBvL.4Fxs@VABA\";i:118;s:13:\"VE=hT?GU0PlBA\";i:119;s:13:\"bS=hT?GU)PlBA\";i:120;s:24:\"WE=hT?GUuBlBvL.4Fx~5WABA\";i:121;s:13:\"VE=hT?GUJQlBA\";i:122;s:13:\"bS=hT?GUZQlBA\";i:123;s:24:\"WE=hT?GUuBlBvL.4FxrjXABA\";i:124;s:12:\">J=hT?GU/A$A\";i:125;s:12:\"EH=hT?GUpA$A\";i:126;s:12:\">J=hT?GU/A$A\";i:127;s:12:\">J=hT?GU/A$A\";i:128;s:12:\"bS=hT?GU/A$A\";i:129;s:12:\">J=hT?GU/A$A\";i:130;s:12:\"EH=hT?GUpA$A\";i:131;s:12:\">J=hT?GU/A$A\";i:132;s:12:\"bS=hT?GU/A$A\";i:133;s:12:\">J=hT?GU/A$A\";i:134;s:12:\"EH=hT?GUpA$A\";i:135;s:13:\"EH=hT?GU~AlBA\";i:136;s:12:\">J=hT?GU/A$A\";i:137;s:12:\"bS=hT?GU/A$A\";i:138;s:12:\">J=hT?GU/A$A\";i:139;s:12:\"EH=hT?GUpA$A\";i:140;s:12:\">J=hT?GU/A$A\";i:141;s:12:\"bS=hT?GU/A$A\";i:142;s:12:\">J=hT?GU/A$A\";i:143;s:12:\"EH=hT?GUpA$A\";i:144;s:12:\">J=hT?GU/A$A\";i:145;s:12:\"bS=hT?GU/A$A\";i:146;s:12:\">J=hT?GU/A$A\";i:147;s:12:\"EH=hT?GUpA$A\";i:148;s:12:\">J=hT?GU/A$A\";i:149;s:12:\"bS=hT?GU/A$A\";i:150;s:12:\"bS=hT?GU/A$A\";i:151;s:12:\">J=hT?GU/A$A\";i:152;s:12:\">J=hT?GU/A$A\";i:153;s:12:\">J=hT?GU/A$A\";i:154;s:12:\"bS=hT?GU/A$A\";i:155;s:13:\"bS=hT?GUUPlBA\";i:156;s:13:\"bS=hT?GUEPlBA\";i:157;s:13:\"bS=hT?GU9ElBA\";i:158;s:13:\"VE=hT?GUuBlBA\";i:159;s:13:\"bS=hT?GUdElBA\";i:160;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:161;s:12:\">J=hT?GU/A$A\";i:162;s:12:\"EH=hT?GUpA$A\";i:163;s:13:\"EH=hT?GU~AlBA\";i:164;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:165;s:12:\"bS=hT?GU/A$A\";i:166;s:24:\"WE=hT?GUFMlBjL.4Fxs@QABA\";i:167;s:13:\"bS=hT?GUVMlBA\";i:168;s:24:\"WE=hT?GU5QlBjL.4Fxs@QABA\";i:169;s:13:\"bS=hT?GU@LlBA\";i:170;s:24:\"WE=hT?GUuBlBvL.4FxrjRABA\";i:171;s:12:\"bS=hT?GU/A$A\";i:172;s:24:\"WE=hT?GU/QlBjL.4Fxs@QABA\";i:173;s:13:\"bS=hT?GUUPlBA\";i:174;s:24:\"WE=hT?GUuBlBvL.4Fxs@VABA\";i:175;s:12:\"bS=hT?GU/A$A\";i:176;s:13:\"VE=hT?GUuBlBA\";i:177;s:13:\"bS=hT?GU1MlBA\";i:178;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:179;s:12:\">J=hT?GU/A$A\";i:180;s:12:\"EH=hT?GUpA$A\";i:181;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:182;s:12:\"bS=hT?GU/A$A\";i:183;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:184;s:13:\"bS=hT?GUKNlBA\";i:185;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:186;s:13:\"bS=hT?GUEPlBA\";i:187;s:24:\"WE=hT?GUuBlBvL.4Fx}MQABA\";i:188;s:12:\"bS=hT?GU/A$A\";i:189;s:24:\"WE=hT?GU~QlBjL.4FxrjSABA\";i:190;s:13:\"bS=hT?GUZQlBA\";i:191;s:24:\"WE=hT?GUuBlBvL.4FxrjXABA\";i:192;s:12:\"bS=hT?GU/A$A\";i:193;s:24:\"WE=hT?GUORlBjL.4FxrjSABA\";i:194;s:13:\"bS=hT?GUZQlBA\";i:195;s:13:\"bS=hT?GUpQlBA\";i:196;s:12:\"bS=hT?GU/A$A\";i:197;s:13:\"VE=hT?GUuBlBA\";i:198;s:13:\"bS=hT?GU9ElBA\";i:199;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:200;s:12:\">J=hT?GU/A$A\";i:201;s:12:\"EH=hT?GUpA$A\";i:202;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:203;s:12:\"bS=hT?GU/A$A\";i:204;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:205;s:13:\"bS=hT?GUfOlBA\";i:206;s:24:\"WE=hT?GUeRlBjL.4FxrjUABA\";i:207;s:13:\"bS=hT?GUUPlBA\";i:208;s:13:\"bS=hT?GUkPlBA\";i:209;s:12:\"bS=hT?GU/A$A\";i:210;s:24:\"WE=hT?GUuRlBjL.4FxrjUABA\";i:211;s:13:\"bS=hT?GUZQlBA\";i:212;s:13:\"bS=hT?GUpQlBA\";i:213;s:12:\"bS=hT?GU/A$A\";i:214;s:35:\"XE=hT?GUALlBjL.4Fx}MPA[Q=hT?GU7KlBA\";i:215;s:24:\"WE=hT?GU$LlBjL.4Fxs@QABA\";i:216;s:24:\"?J=hT?GU7KlBvL.4Fx}MPABA\";i:217;s:12:\">J=hT?GU/A$A\";i:218;s:13:\"VE=hT?GU!RlBA\";i:219;s:13:\"bS=hT?GUpQlBA\";i:220;s:13:\"VE=hT?GU0PlBA\";i:221;s:13:\"bS=hT?GU_PlBA\";i:222;s:13:\"VE=hT?GUALlBA\";i:223;s:13:\"bS=hT?GUkPlBA\";i:224;s:13:\"VE=hT?GUQLlBA\";i:225;s:13:\"bS=hT?GUgLlBA\";i:226;s:13:\"VE=hT?GU\"NlBA\";i:227;s:13:\"bS=hT?GUfOlBA\";i:228;s:13:\"VE=hT?GUuBlBA\";i:229;s:13:\"bS=hT?GU7KlBA\";i:230;s:23:\"FH=hT?GUpA$A;CSOYM?IFtA\";i:231;s:13:\"bS=hT?GU@LlBA\";i:232;s:13:\"VE=hT?GUALlBA\";i:233;s:13:\"bS=hT?GUkPlBA\";i:234;s:23:\"FH=hT?GUpA$A;CSOYMB]EtA\";i:235;s:13:\"bS=hT?GUkPlBA\";i:236;s:13:\"VE=hT?GUwLlBA\";i:237;s:13:\"bS=hT?GU@LlBA\";i:238;s:13:\"VE=hT?GUlMlBA\";i:239;s:13:\"bS=hT?GU`MlBA\";i:240;s:13:\"VE=hT?GUQLlBA\";i:241;s:13:\"bS=hT?GUgLlBA\";i:242;s:13:\"VE=hT?GUQLlBA\";i:243;s:13:\"bS=hT?GUgLlBA\";i:244;s:13:\"VE=hT?GUlMlBA\";i:245;s:13:\"bS=hT?GU`MlBA\";i:246;s:13:\"VE=hT?GUALlBA\";i:247;s:13:\"bS=hT?GUkPlBA\";i:248;s:13:\"VE=hT?GU\"NlBA\";i:249;s:13:\"bS=hT?GUfOlBA\";i:250;s:13:\"VE=hT?GU\"NlBA\";i:251;s:13:\"bS=hT?GUfOlBA\";i:252;s:13:\"VE=hT?GUALlBA\";i:253;s:13:\"bS=hT?GUkPlBA\";i:254;s:13:\"VE=hT?GU0PlBA\";i:255;s:13:\"bS=hT?GU_PlBA\";i:256;s:13:\"VE=hT?GUaNlBA\";i:257;s:13:\"bS=hT?GU:NlBA\";i:258;s:13:\"VE=hT?GUaNlBA\";i:259;s:13:\"bS=hT?GU:NlBA\";i:260;s:13:\"VE=hT?GU0PlBA\";i:261;s:13:\"bS=hT?GU_PlBA\";i:262;s:13:\"VE=hT?GUaNlBA\";i:263;s:13:\"bS=hT?GU:NlBA\";i:264;s:13:\"VE=hT?GUvOlBA\";i:265;s:13:\"bS=hT?GU?OlBA\";i:266;s:13:\"VE=hT?GUvOlBA\";i:267;s:13:\"bS=hT?GU?OlBA\";i:268;s:13:\"VE=hT?GUaNlBA\";i:269;s:13:\"bS=hT?GU:NlBA\";i:270;s:13:\"VE=hT?GU\"NlBA\";i:271;s:13:\"bS=hT?GUfOlBA\";i:272;s:13:\"VE=hT?GU!RlBA\";i:273;s:13:\"bS=hT?GUpQlBA\";i:274;s:13:\"VE=hT?GU!RlBA\";i:275;s:13:\"bS=hT?GUpQlBA\";i:276;s:13:\"VE=hT?GU\"NlBA\";i:277;s:13:\"bS=hT?GUfOlBA\";i:278;s:13:\"VE=hT?GUALlBA\";i:279;s:13:\"bS=hT?GUkPlBA\";i:280;s:13:\"VE=hT?GU\"NlBA\";i:281;s:13:\"bS=hT?GUfOlBA\";i:282;s:13:\"VE=hT?GU0PlBA\";i:283;s:13:\"bS=hT?GU_PlBA\";i:284;s:13:\"VE=hT?GUaNlBA\";i:285;s:13:\"bS=hT?GU:NlBA\";i:286;s:23:\"?J=hT?GU/A$A[CSOYM*+EtA\";i:287;s:23:\"?J=hT?GU/A$A[CSOYMLUFtA\";i:288;s:23:\"?J=hT?GU/A$A[CSOYM@1FtA\";i:289;s:12:\"KV=hT?GU/A$A\";i:290;s:12:\"KV=hT?GU/A$A\";i:291;s:12:\"KV=hT?GU/A$A\";i:292;s:12:\"KV=hT?GU/A$A\";i:293;s:12:\"KV=hT?GU/A$A\";i:294;s:23:\"?J=hT?GU/A$A[CSOYMLUFtA\";i:295;s:23:\"?J=hT?GU/A$A[CSOYM@1FtA\";i:296;s:12:\"KV=hT?GU/A$A\";i:297;s:13:\">J=hT?GU>RlBA\";i:298;s:13:\"bS=hT?GUDClBA\";i:299;s:13:\"VE=hT?GUuBlBA\";i:300;s:13:\"bS=hT?GU}DlBA\";i:301;s:35:\"XE=hT?GUDSlBjL.4FxrjZA[Q=hT?GU>RlBA\";i:302;s:24:\"WE=hT?GUTSlBjL.4FxrjZABA\";i:303;s:13:\"bS=hT?GUjSlBA\";i:304;s:13:\"VE=hT?GUzSlBA\";i:305;s:13:\"bS=hT?GU(SlBA\";i:306;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:307;s:24:\"WE=hT?GUYTlBjL.4Fx}MbABA\";i:308;s:13:\"bS=hT?GUoTlBA\";i:309;s:13:\"VE=hT?GU4TlBA\";i:310;s:13:\"bS=hT?GU.TlBA\";i:311;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:312;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:313;s:13:\"bS=hT?GUdUlBA\";i:314;s:13:\"VE=hT?GUtUlBA\";i:315;s:13:\"bS=hT?GU9UlBA\";i:316;s:35:\"XE=hT?GU=UlBjL.4Fxs@dA[Q=hT?GUCVlBA\";i:317;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:318;s:13:\"bS=hT?GUCVlBA\";i:319;s:13:\"VE=hT?GUSVlBA\";i:320;s:13:\"bS=hT?GUiVlBA\";i:321;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:322;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:323;s:13:\"bS=hT?GU&VlBA\";i:324;s:13:\"VE=hT?GU]VlBA\";i:325;s:13:\"bS=hT?GUHWlBA\";i:326;s:24:\"WE=hT?GUuBlBvL.4Fx~5fABA\";i:327;s:13:\"VE=hT?GUTSlBA\";i:328;s:13:\"bS=hT?GUnWlBA\";i:329;s:24:\"WE=hT?GUuBlBvL.4Fx}MaABA\";i:330;s:13:\"VE=hT?GUDSlBA\";i:331;s:14:\"bS=hT?GU}j$ACA\";i:332;s:25:\"WE=hT?GUuBlBvL.4Fx}MYB6FA\";i:333;s:14:\"VE=hT?GU}j%ACA\";i:334;s:14:\"bS=hT?GU~@%ACA\";i:335;s:25:\"WE=hT?GUuBlBvL.4Fx}MiD6FA\";i:336;s:13:\"VE=hT?GUsHlBA\";i:337;s:14:\"bS=hT?GU~@&ACA\";i:338;s:25:\"WE=hT?GUuBlBvL.4Fx}M,E6FA\";i:339;s:12:\">J=hT?GU/A$A\";i:340;s:12:\"EH=hT?GUpA$A\";i:341;s:12:\">J=hT?GU/A$A\";i:342;s:12:\">J=hT?GU/A$A\";i:343;s:12:\"bS=hT?GU/A$A\";i:344;s:12:\">J=hT?GU/A$A\";i:345;s:12:\"EH=hT?GUpA$A\";i:346;s:12:\">J=hT?GU/A$A\";i:347;s:12:\"bS=hT?GU/A$A\";i:348;s:12:\">J=hT?GU/A$A\";i:349;s:12:\"EH=hT?GUpA$A\";i:350;s:13:\"EH=hT?GU~AlBA\";i:351;s:12:\">J=hT?GU/A$A\";i:352;s:12:\"bS=hT?GU/A$A\";i:353;s:12:\">J=hT?GU/A$A\";i:354;s:12:\"EH=hT?GUpA$A\";i:355;s:12:\">J=hT?GU/A$A\";i:356;s:12:\"bS=hT?GU/A$A\";i:357;s:12:\">J=hT?GU/A$A\";i:358;s:12:\"EH=hT?GUpA$A\";i:359;s:12:\">J=hT?GU/A$A\";i:360;s:12:\"bS=hT?GU/A$A\";i:361;s:12:\">J=hT?GU/A$A\";i:362;s:12:\"EH=hT?GUpA$A\";i:363;s:12:\">J=hT?GU/A$A\";i:364;s:12:\"bS=hT?GU/A$A\";i:365;s:12:\"bS=hT?GU/A$A\";i:366;s:12:\">J=hT?GU/A$A\";i:367;s:12:\">J=hT?GU/A$A\";i:368;s:12:\">J=hT?GU/A$A\";i:369;s:12:\"bS=hT?GU/A$A\";i:370;s:14:\"bS=hT?GU}j$ACA\";i:371;s:13:\"bS=hT?GUnWlBA\";i:372;s:13:\"bS=hT?GUiVlBA\";i:373;s:13:\"VE=hT?GUuBlBA\";i:374;s:13:\"bS=hT?GU(SlBA\";i:375;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:376;s:12:\">J=hT?GU/A$A\";i:377;s:12:\"EH=hT?GUpA$A\";i:378;s:13:\"EH=hT?GU~AlBA\";i:379;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:380;s:12:\"bS=hT?GU/A$A\";i:381;s:24:\"WE=hT?GUYTlBjL.4Fx}MbABA\";i:382;s:13:\"bS=hT?GUoTlBA\";i:383;s:25:\"WE=hT?GU~@(A]Q#(k)NoQm:CA\";i:384;s:13:\"bS=hT?GUITlBA\";i:385;s:24:\"WE=hT?GUuBlBvL.4Fx~5bABA\";i:386;s:12:\"bS=hT?GU/A$A\";i:387;s:25:\"WE=hT?GU}j)A]Q#(k)NoQm:CA\";i:388;s:14:\"bS=hT?GU}j$ACA\";i:389;s:25:\"WE=hT?GUuBlBvL.4Fx}MYB6FA\";i:390;s:12:\"bS=hT?GU/A$A\";i:391;s:13:\"VE=hT?GUuBlBA\";i:392;s:13:\"bS=hT?GU.TlBA\";i:393;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:394;s:12:\">J=hT?GU/A$A\";i:395;s:12:\"EH=hT?GUpA$A\";i:396;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:397;s:12:\"bS=hT?GU/A$A\";i:398;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:399;s:13:\"bS=hT?GUdUlBA\";i:400;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:401;s:13:\"bS=hT?GUnWlBA\";i:402;s:24:\"WE=hT?GUuBlBvL.4Fx}MaABA\";i:403;s:12:\"bS=hT?GU/A$A\";i:404;s:25:\"WE=hT?GU~@)A]Q#(k)Noao:CA\";i:405;s:14:\"bS=hT?GU~@&ACA\";i:406;s:25:\"WE=hT?GUuBlBvL.4Fx}M,E6FA\";i:407;s:12:\"bS=hT?GU/A$A\";i:408;s:24:\"WE=hT?GUdUlBjL.4Fx~5cABA\";i:409;s:14:\"bS=hT?GU~@&ACA\";i:410;s:14:\"bS=hT?GU}j(ACA\";i:411;s:12:\"bS=hT?GU/A$A\";i:412;s:13:\"VE=hT?GUuBlBA\";i:413;s:13:\"bS=hT?GUiVlBA\";i:414;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:415;s:12:\">J=hT?GU/A$A\";i:416;s:12:\"EH=hT?GUpA$A\";i:417;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:418;s:12:\"bS=hT?GU/A$A\";i:419;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:420;s:13:\"bS=hT?GU&VlBA\";i:421;s:25:\"WE=hT?GU}j*A]Q#(k)Nopr:CA\";i:422;s:14:\"bS=hT?GU}j$ACA\";i:423;s:14:\"bS=hT?GU~@$ACA\";i:424;s:12:\"bS=hT?GU/A$A\";i:425;s:25:\"WE=hT?GU~@*A]Q#(k)Nopr:CA\";i:426;s:14:\"bS=hT?GU~@&ACA\";i:427;s:14:\"bS=hT?GU}j(ACA\";i:428;s:12:\"bS=hT?GU/A$A\";i:429;s:35:\"XE=hT?GUDSlBjL.4FxrjZA[Q=hT?GU>RlBA\";i:430;s:24:\"WE=hT?GU^SlBjL.4Fx}MbABA\";i:431;s:24:\"?J=hT?GU>RlBvL.4FxrjZABA\";i:432;s:12:\">J=hT?GU/A$A\";i:433;s:13:\"VE=hT?GUsHlBA\";i:434;s:14:\"bS=hT?GU}j(ACA\";i:435;s:14:\"VE=hT?GU}j%ACA\";i:436;s:14:\"bS=hT?GU}j&ACA\";i:437;s:13:\"VE=hT?GUDSlBA\";i:438;s:14:\"bS=hT?GU~@$ACA\";i:439;s:13:\"VE=hT?GUTSlBA\";i:440;s:13:\"bS=hT?GUjSlBA\";i:441;s:13:\"VE=hT?GUSVlBA\";i:442;s:13:\"bS=hT?GU&VlBA\";i:443;s:13:\"VE=hT?GUuBlBA\";i:444;s:13:\"bS=hT?GU>RlBA\";i:445;s:23:\"FH=hT?GUpA$A;CSOYM@1HtA\";i:446;s:13:\"bS=hT?GUITlBA\";i:447;s:13:\"VE=hT?GUDSlBA\";i:448;s:14:\"bS=hT?GU~@$ACA\";i:449;s:23:\"FH=hT?GUpA$A;CSOYMAlHtA\";i:450;s:14:\"bS=hT?GU~@$ACA\";i:451;s:13:\"VE=hT?GUzSlBA\";i:452;s:13:\"bS=hT?GUITlBA\";i:453;s:13:\"VE=hT?GU4TlBA\";i:454;s:13:\"bS=hT?GUNUlBA\";i:455;s:13:\"VE=hT?GUTSlBA\";i:456;s:13:\"bS=hT?GUjSlBA\";i:457;s:13:\"VE=hT?GUTSlBA\";i:458;s:13:\"bS=hT?GUjSlBA\";i:459;s:13:\"VE=hT?GU4TlBA\";i:460;s:13:\"bS=hT?GUNUlBA\";i:461;s:13:\"VE=hT?GUDSlBA\";i:462;s:14:\"bS=hT?GU~@$ACA\";i:463;s:13:\"VE=hT?GUSVlBA\";i:464;s:13:\"bS=hT?GU&VlBA\";i:465;s:13:\"VE=hT?GUSVlBA\";i:466;s:13:\"bS=hT?GU&VlBA\";i:467;s:13:\"VE=hT?GUDSlBA\";i:468;s:14:\"bS=hT?GU~@$ACA\";i:469;s:14:\"VE=hT?GU}j%ACA\";i:470;s:14:\"bS=hT?GU}j&ACA\";i:471;s:13:\"VE=hT?GUtUlBA\";i:472;s:13:\"bS=hT?GUCVlBA\";i:473;s:13:\"VE=hT?GUtUlBA\";i:474;s:13:\"bS=hT?GUCVlBA\";i:475;s:14:\"VE=hT?GU}j%ACA\";i:476;s:14:\"bS=hT?GU}j&ACA\";i:477;s:13:\"VE=hT?GUtUlBA\";i:478;s:13:\"bS=hT?GUCVlBA\";i:479;s:13:\"VE=hT?GU]VlBA\";i:480;s:13:\"bS=hT?GUXWlBA\";i:481;s:13:\"VE=hT?GU]VlBA\";i:482;s:13:\"bS=hT?GUXWlBA\";i:483;s:13:\"VE=hT?GUtUlBA\";i:484;s:13:\"bS=hT?GUCVlBA\";i:485;s:13:\"VE=hT?GUSVlBA\";i:486;s:13:\"bS=hT?GU&VlBA\";i:487;s:13:\"VE=hT?GUsHlBA\";i:488;s:14:\"bS=hT?GU}j(ACA\";i:489;s:13:\"VE=hT?GUsHlBA\";i:490;s:14:\"bS=hT?GU}j(ACA\";i:491;s:13:\"VE=hT?GUSVlBA\";i:492;s:13:\"bS=hT?GU&VlBA\";i:493;s:13:\"VE=hT?GUDSlBA\";i:494;s:14:\"bS=hT?GU~@$ACA\";i:495;s:13:\"VE=hT?GUSVlBA\";i:496;s:13:\"bS=hT?GU&VlBA\";i:497;s:14:\"VE=hT?GU}j%ACA\";i:498;s:14:\"bS=hT?GU}j&ACA\";i:499;s:13:\"VE=hT?GUtUlBA\";i:500;s:13:\"bS=hT?GUCVlBA\";i:501;s:23:\"?J=hT?GU/A$A[CSOYMifHtA\";i:502;s:23:\"?J=hT?GU/A$A[CSOYM*+HtA\";i:503;s:23:\"?J=hT?GU/A$A[CSOYMtOItA\";i:504;s:12:\"KV=hT?GU/A$A\";i:505;s:12:\"KV=hT?GU/A$A\";i:506;s:12:\"KV=hT?GU/A$A\";i:507;s:12:\"KV=hT?GU/A$A\";i:508;s:12:\"KV=hT?GU/A$A\";i:509;s:23:\"?J=hT?GU/A$A[CSOYM*+HtA\";i:510;s:23:\"?J=hT?GU/A$A[CSOYMtOItA\";i:511;s:12:\"KV=hT?GU/A$A\";i:512;s:14:\">J=hT?GU}j+ACA\";i:513;s:13:\"bS=hT?GUDClBA\";i:514;s:13:\"VE=hT?GUuBlBA\";i:515;s:14:\"bS=hT?GU~@+ACA\";i:516;s:38:\"XE=hT?GU}j,A]Q#(k)No`,xBJt(\",ub@=1IDQA\";i:517;s:26:\"WE=hT?GU~@,A]Q#(k)No`,xBIA\";i:518;s:14:\"bS=hT?GU}j.ACA\";i:519;s:14:\"VE=hT?GU~@.ACA\";i:520;s:14:\"bS=hT?GU}j/ACA\";i:521;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:522;s:26:\"WE=hT?GU~@:A]Q#(k)No`,5BIA\";i:523;s:14:\"bS=hT?GU}j;ACA\";i:524;s:14:\"VE=hT?GU~@;ACA\";i:525;s:14:\"bS=hT?GU}j<ACA\";i:526;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:527;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:528;s:14:\"bS=hT?GU~@=ACA\";i:529;s:14:\"VE=hT?GU}j>ACA\";i:530;s:14:\"bS=hT?GU~@>ACA\";i:531;s:38:\"XE=hT?GU}j?A]Q#(k)No`,)BJt(\",ub@=1uDQA\";i:532;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:533;s:14:\"bS=hT?GU~@?ACA\";i:534;s:14:\"VE=hT?GU}j@ACA\";i:535;s:14:\"bS=hT?GU~@@ACA\";i:536;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:537;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:538;s:14:\"bS=hT?GU~@[ACA\";i:539;s:14:\"VE=hT?GU}j]ACA\";i:540;s:14:\"bS=hT?GU~@]ACA\";i:541;s:25:\"WE=hT?GUuBlBvL.4Fx}Mab6FA\";i:542;s:14:\"VE=hT?GU~@,ACA\";i:543;s:14:\"bS=hT?GU~@^ACA\";i:544;s:25:\"WE=hT?GUuBlBvL.4Fx}M:L6FA\";i:545;s:14:\"VE=hT?GU}j,ACA\";i:546;s:14:\"bS=hT?GU}j_ACA\";i:547;s:25:\"WE=hT?GUuBlBvL.4Fx}Mkd6FA\";i:548;s:14:\"VE=hT?GU}j`ACA\";i:549;s:14:\"bS=hT?GU~@`ACA\";i:550;s:25:\"WE=hT?GUuBlBvL.4Fx}Muf6FA\";i:551;s:14:\"VE=hT?GU~@{ACA\";i:552;s:14:\"bS=hT?GU}j|ACA\";i:553;s:25:\"WE=hT?GUuBlBvL.4Fx}M4h6FA\";i:554;s:12:\">J=hT?GU/A$A\";i:555;s:12:\"EH=hT?GUpA$A\";i:556;s:12:\">J=hT?GU/A$A\";i:557;s:12:\">J=hT?GU/A$A\";i:558;s:12:\"bS=hT?GU/A$A\";i:559;s:12:\">J=hT?GU/A$A\";i:560;s:12:\"EH=hT?GUpA$A\";i:561;s:12:\">J=hT?GU/A$A\";i:562;s:12:\"bS=hT?GU/A$A\";i:563;s:12:\">J=hT?GU/A$A\";i:564;s:12:\"EH=hT?GUpA$A\";i:565;s:13:\"EH=hT?GU~AlBA\";i:566;s:12:\">J=hT?GU/A$A\";i:567;s:12:\"bS=hT?GU/A$A\";i:568;s:12:\">J=hT?GU/A$A\";i:569;s:12:\"EH=hT?GUpA$A\";i:570;s:12:\">J=hT?GU/A$A\";i:571;s:12:\"bS=hT?GU/A$A\";i:572;s:12:\">J=hT?GU/A$A\";i:573;s:12:\"EH=hT?GUpA$A\";i:574;s:12:\">J=hT?GU/A$A\";i:575;s:12:\"bS=hT?GU/A$A\";i:576;s:12:\">J=hT?GU/A$A\";i:577;s:12:\"EH=hT?GUpA$A\";i:578;s:12:\">J=hT?GU/A$A\";i:579;s:12:\"bS=hT?GU/A$A\";i:580;s:12:\"bS=hT?GU/A$A\";i:581;s:12:\">J=hT?GU/A$A\";i:582;s:12:\">J=hT?GU/A$A\";i:583;s:12:\">J=hT?GU/A$A\";i:584;s:12:\"bS=hT?GU/A$A\";i:585;s:14:\"bS=hT?GU}j_ACA\";i:586;s:14:\"bS=hT?GU~@^ACA\";i:587;s:14:\"bS=hT?GU~@@ACA\";i:588;s:13:\"VE=hT?GUuBlBA\";i:589;s:14:\"bS=hT?GU}j/ACA\";i:590;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:591;s:12:\">J=hT?GU/A$A\";i:592;s:12:\"EH=hT?GUpA$A\";i:593;s:13:\"EH=hT?GU~AlBA\";i:594;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:595;s:12:\"bS=hT?GU/A$A\";i:596;s:26:\"WE=hT?GU~@:A]Q#(k)No`,5BIA\";i:597;s:14:\"bS=hT?GU}j;ACA\";i:598;s:26:\"WE=hT?GU}j}A]Q#(k)No`,5BIA\";i:599;s:14:\"bS=hT?GU}j:ACA\";i:600;s:25:\"WE=hT?GUuBlBvL.4Fx}MDQ6FA\";i:601;s:12:\"bS=hT?GU/A$A\";i:602;s:26:\"WE=hT?GU~@}A]Q#(k)No`,5BIA\";i:603;s:14:\"bS=hT?GU}j_ACA\";i:604;s:25:\"WE=hT?GUuBlBvL.4Fx}Mkd6FA\";i:605;s:12:\"bS=hT?GU/A$A\";i:606;s:13:\"VE=hT?GUuBlBA\";i:607;s:14:\"bS=hT?GU}j<ACA\";i:608;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:609;s:12:\">J=hT?GU/A$A\";i:610;s:12:\"EH=hT?GUpA$A\";i:611;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:612;s:12:\"bS=hT?GU/A$A\";i:613;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:614;s:14:\"bS=hT?GU~@=ACA\";i:615;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:616;s:14:\"bS=hT?GU~@^ACA\";i:617;s:25:\"WE=hT?GUuBlBvL.4Fx}M:L6FA\";i:618;s:12:\"bS=hT?GU/A$A\";i:619;s:26:\"WE=hT?GU}j~A/hht,ub@=1kDQA\";i:620;s:14:\"bS=hT?GU}j|ACA\";i:621;s:25:\"WE=hT?GUuBlBvL.4Fx}M4h6FA\";i:622;s:12:\"bS=hT?GU/A$A\";i:623;s:26:\"WE=hT?GU~@~A/hht,ub@=1kDQA\";i:624;s:14:\"bS=hT?GU}j|ACA\";i:625;s:14:\"bS=hT?GU~@|ACA\";i:626;s:12:\"bS=hT?GU/A$A\";i:627;s:13:\"VE=hT?GUuBlBA\";i:628;s:14:\"bS=hT?GU~@@ACA\";i:629;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:630;s:12:\">J=hT?GU/A$A\";i:631;s:12:\"EH=hT?GUpA$A\";i:632;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:633;s:12:\"bS=hT?GU/A$A\";i:634;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:635;s:14:\"bS=hT?GU~@[ACA\";i:636;s:26:\"WE=hT?GU}j\"A/hht,ub@=12DQA\";i:637;s:14:\"bS=hT?GU}j_ACA\";i:638;s:14:\"bS=hT?GU~@_ACA\";i:639;s:12:\"bS=hT?GU/A$A\";i:640;s:26:\"WE=hT?GU~@\"A/hht,ub@=12DQA\";i:641;s:14:\"bS=hT?GU}j|ACA\";i:642;s:14:\"bS=hT?GU~@|ACA\";i:643;s:12:\"bS=hT?GU/A$A\";i:644;s:38:\"XE=hT?GU}j,A]Q#(k)No`,xBJt(\",ub@=1IDQA\";i:645;s:26:\"WE=hT?GU~@/A]Q#(k)No`,5BIA\";i:646;s:26:\"?J=hT?GU}j+A,h#(k)No`,xBIA\";i:647;s:12:\">J=hT?GU/A$A\";i:648;s:14:\"VE=hT?GU}jABEA\";i:649;s:14:\"bS=hT?GU~@|ACA\";i:650;s:14:\"VE=hT?GU}j`ACA\";i:651;s:14:\"bS=hT?GU}j{ACA\";i:652;s:14:\"VE=hT?GU}j,ACA\";i:653;s:14:\"bS=hT?GU~@_ACA\";i:654;s:14:\"VE=hT?GU~@,ACA\";i:655;s:14:\"bS=hT?GU}j.ACA\";i:656;s:14:\"VE=hT?GU}j@ACA\";i:657;s:14:\"bS=hT?GU~@[ACA\";i:658;s:13:\"VE=hT?GUuBlBA\";i:659;s:14:\"bS=hT?GU}j+ACA\";i:660;s:25:\"FH=hT?GUpA$A;CSOYM*+5ZlBA\";i:661;s:14:\"bS=hT?GU}j:ACA\";i:662;s:14:\"VE=hT?GU}j,ACA\";i:663;s:14:\"bS=hT?GU~@_ACA\";i:664;s:25:\"FH=hT?GUpA$A;CSOYM*+JZlBA\";i:665;s:14:\"bS=hT?GU~@_ACA\";i:666;s:14:\"VE=hT?GU~@.ACA\";i:667;s:14:\"bS=hT?GU}j:ACA\";i:668;s:14:\"VE=hT?GU~@;ACA\";i:669;s:14:\"bS=hT?GU}j=ACA\";i:670;s:14:\"VE=hT?GU~@,ACA\";i:671;s:14:\"bS=hT?GU}j.ACA\";i:672;s:14:\"VE=hT?GU~@,ACA\";i:673;s:14:\"bS=hT?GU}j.ACA\";i:674;s:14:\"VE=hT?GU~@;ACA\";i:675;s:14:\"bS=hT?GU}j=ACA\";i:676;s:14:\"VE=hT?GU}j,ACA\";i:677;s:14:\"bS=hT?GU~@_ACA\";i:678;s:14:\"VE=hT?GU}j@ACA\";i:679;s:14:\"bS=hT?GU~@[ACA\";i:680;s:14:\"VE=hT?GU}j@ACA\";i:681;s:14:\"bS=hT?GU~@[ACA\";i:682;s:14:\"VE=hT?GU}j,ACA\";i:683;s:14:\"bS=hT?GU~@_ACA\";i:684;s:14:\"VE=hT?GU}j`ACA\";i:685;s:14:\"bS=hT?GU}j{ACA\";i:686;s:14:\"VE=hT?GU}j>ACA\";i:687;s:14:\"bS=hT?GU~@?ACA\";i:688;s:14:\"VE=hT?GU}j>ACA\";i:689;s:14:\"bS=hT?GU~@?ACA\";i:690;s:14:\"VE=hT?GU}j`ACA\";i:691;s:14:\"bS=hT?GU}j{ACA\";i:692;s:14:\"VE=hT?GU}j>ACA\";i:693;s:14:\"bS=hT?GU~@?ACA\";i:694;s:14:\"VE=hT?GU}j]ACA\";i:695;s:14:\"bS=hT?GU}j^ACA\";i:696;s:14:\"VE=hT?GU}j]ACA\";i:697;s:14:\"bS=hT?GU}j^ACA\";i:698;s:14:\"VE=hT?GU}j>ACA\";i:699;s:14:\"bS=hT?GU~@?ACA\";i:700;s:14:\"VE=hT?GU}j@ACA\";i:701;s:14:\"bS=hT?GU~@[ACA\";i:702;s:14:\"VE=hT?GU}jABEA\";i:703;s:14:\"bS=hT?GU~@|ACA\";i:704;s:14:\"VE=hT?GU}jABEA\";i:705;s:14:\"bS=hT?GU~@|ACA\";i:706;s:14:\"VE=hT?GU}j@ACA\";i:707;s:14:\"bS=hT?GU~@[ACA\";i:708;s:14:\"VE=hT?GU}j,ACA\";i:709;s:14:\"bS=hT?GU~@_ACA\";i:710;s:14:\"VE=hT?GU}j@ACA\";i:711;s:14:\"bS=hT?GU~@[ACA\";i:712;s:14:\"VE=hT?GU}j`ACA\";i:713;s:14:\"bS=hT?GU}j{ACA\";i:714;s:14:\"VE=hT?GU}j>ACA\";i:715;s:14:\"bS=hT?GU~@?ACA\";i:716;s:25:\"?J=hT?GU/A$A[CSOYM*+)YlBA\";i:717;s:25:\"?J=hT?GU/A$A[CSOYM*+OalBA\";i:718;s:25:\"?J=hT?GU/A$A[CSOYM*+TblBA\";i:719;s:12:\"KV=hT?GU/A$A\";i:720;s:12:\"KV=hT?GU/A$A\";i:721;s:12:\"KV=hT?GU/A$A\";i:722;s:12:\"KV=hT?GU/A$A\";i:723;s:12:\"KV=hT?GU/A$A\";i:724;s:25:\"?J=hT?GU/A$A[CSOYM*+OalBA\";i:725;s:25:\"?J=hT?GU/A$A[CSOYM*+TblBA\";i:726;s:12:\"KV=hT?GU/A$A\";i:727;s:12:\">J=hT?GU/A$A\";i:728;s:13:\"bS=hT?GUDClBA\";i:729;s:13:\"VE=hT?GUuBlBA\";i:730;s:12:\"bS=hT?GU/A$A\";i:731;s:34:\"XE=hT?GUdUlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:732;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:733;s:12:\"bS=hT?GU/A$A\";i:734;s:14:\"VE=hT?GU~@ABEA\";i:735;s:12:\"bS=hT?GU/A$A\";i:736;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:737;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:738;s:12:\"bS=hT?GU/A$A\";i:739;s:14:\"VE=hT?GU}jBBEA\";i:740;s:12:\"bS=hT?GU/A$A\";i:741;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:742;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:743;s:12:\"bS=hT?GU/A$A\";i:744;s:14:\"VE=hT?GU~@BBEA\";i:745;s:12:\"bS=hT?GU/A$A\";i:746;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:747;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:748;s:12:\"bS=hT?GU/A$A\";i:749;s:13:\"VE=hT?GU>BlBA\";i:750;s:12:\"bS=hT?GU/A$A\";i:751;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:752;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:753;s:12:\"bS=hT?GU/A$A\";i:754;s:14:\"VE=hT?GU~@&ACA\";i:755;s:12:\"bS=hT?GU/A$A\";i:756;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:757;s:13:\"VE=hT?GU!BlBA\";i:758;s:12:\"bS=hT?GU/A$A\";i:759;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:760;s:13:\"VE=hT?GUdUlBA\";i:761;s:12:\"bS=hT?GU/A$A\";i:762;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:763;s:14:\"VE=hT?GU}jCBEA\";i:764;s:12:\"bS=hT?GU/A$A\";i:765;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:766;s:14:\"VE=hT?GU~@CBEA\";i:767;s:12:\"bS=hT?GU/A$A\";i:768;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:769;s:12:\">J=hT?GU/A$A\";i:770;s:12:\"EH=hT?GUpA$A\";i:771;s:12:\">J=hT?GU/A$A\";i:772;s:12:\">J=hT?GU/A$A\";i:773;s:12:\"bS=hT?GU/A$A\";i:774;s:12:\">J=hT?GU/A$A\";i:775;s:12:\"EH=hT?GUpA$A\";i:776;s:12:\">J=hT?GU/A$A\";i:777;s:12:\"bS=hT?GU/A$A\";i:778;s:12:\">J=hT?GU/A$A\";i:779;s:12:\"EH=hT?GUpA$A\";i:780;s:13:\"EH=hT?GU~AlBA\";i:781;s:12:\">J=hT?GU/A$A\";i:782;s:12:\"bS=hT?GU/A$A\";i:783;s:12:\">J=hT?GU/A$A\";i:784;s:12:\"EH=hT?GUpA$A\";i:785;s:12:\">J=hT?GU/A$A\";i:786;s:12:\"bS=hT?GU/A$A\";i:787;s:12:\">J=hT?GU/A$A\";i:788;s:12:\"EH=hT?GUpA$A\";i:789;s:12:\">J=hT?GU/A$A\";i:790;s:12:\"bS=hT?GU/A$A\";i:791;s:12:\">J=hT?GU/A$A\";i:792;s:12:\"EH=hT?GUpA$A\";i:793;s:12:\">J=hT?GU/A$A\";i:794;s:12:\"bS=hT?GU/A$A\";i:795;s:12:\"bS=hT?GU/A$A\";i:796;s:12:\">J=hT?GU/A$A\";i:797;s:12:\">J=hT?GU/A$A\";i:798;s:12:\">J=hT?GU/A$A\";i:799;s:12:\"bS=hT?GU/A$A\";i:800;s:12:\"bS=hT?GU/A$A\";i:801;s:12:\"bS=hT?GU/A$A\";i:802;s:12:\"bS=hT?GU/A$A\";i:803;s:13:\"VE=hT?GUuBlBA\";i:804;s:12:\"bS=hT?GU/A$A\";i:805;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:806;s:12:\">J=hT?GU/A$A\";i:807;s:12:\"EH=hT?GUpA$A\";i:808;s:13:\"EH=hT?GU~AlBA\";i:809;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:810;s:12:\"bS=hT?GU/A$A\";i:811;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:812;s:12:\"bS=hT?GU/A$A\";i:813;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:814;s:12:\"bS=hT?GU/A$A\";i:815;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:816;s:12:\"bS=hT?GU/A$A\";i:817;s:25:\"WE=hT?GU}jDB/hht,ub@TD5FA\";i:818;s:12:\"bS=hT?GU/A$A\";i:819;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:820;s:12:\"bS=hT?GU/A$A\";i:821;s:13:\"VE=hT?GUuBlBA\";i:822;s:12:\"bS=hT?GU/A$A\";i:823;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:824;s:12:\">J=hT?GU/A$A\";i:825;s:12:\"EH=hT?GUpA$A\";i:826;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:827;s:12:\"bS=hT?GU/A$A\";i:828;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:829;s:12:\"bS=hT?GU/A$A\";i:830;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:831;s:12:\"bS=hT?GU/A$A\";i:832;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:833;s:12:\"bS=hT?GU/A$A\";i:834;s:24:\"WE=hT?GUdUlBjL.4Fx}MBABA\";i:835;s:12:\"bS=hT?GU/A$A\";i:836;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:837;s:12:\"bS=hT?GU/A$A\";i:838;s:25:\"WE=hT?GU}jDB/hht,ub@TD5FA\";i:839;s:12:\"bS=hT?GU/A$A\";i:840;s:12:\"bS=hT?GU/A$A\";i:841;s:12:\"bS=hT?GU/A$A\";i:842;s:13:\"VE=hT?GUuBlBA\";i:843;s:12:\"bS=hT?GU/A$A\";i:844;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:845;s:12:\">J=hT?GU/A$A\";i:846;s:12:\"EH=hT?GUpA$A\";i:847;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:848;s:12:\"bS=hT?GU/A$A\";i:849;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:850;s:12:\"bS=hT?GU/A$A\";i:851;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:852;s:12:\"bS=hT?GU/A$A\";i:853;s:12:\"bS=hT?GU/A$A\";i:854;s:12:\"bS=hT?GU/A$A\";i:855;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:856;s:12:\"bS=hT?GU/A$A\";i:857;s:12:\"bS=hT?GU/A$A\";i:858;s:12:\"bS=hT?GU/A$A\";i:859;s:34:\"XE=hT?GUdUlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:860;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:861;s:23:\"?J=hT?GU/A$A@CSOYM)ZBtA\";i:862;s:12:\">J=hT?GU/A$A\";i:863;s:14:\"VE=hT?GU~@DBEA\";i:864;s:12:\"bS=hT?GU/A$A\";i:865;s:14:\"VE=hT?GU}jCBEA\";i:866;s:12:\"bS=hT?GU/A$A\";i:867;s:13:\"VE=hT?GUdUlBA\";i:868;s:12:\"bS=hT?GU/A$A\";i:869;s:13:\"VE=hT?GU!BlBA\";i:870;s:12:\"bS=hT?GU/A$A\";i:871;s:13:\"VE=hT?GU>BlBA\";i:872;s:12:\"bS=hT?GU/A$A\";i:873;s:13:\"VE=hT?GUuBlBA\";i:874;s:12:\"bS=hT?GU/A$A\";i:875;s:25:\"FH=hT?GUpA$A;CSOYM*+cglBA\";i:876;s:12:\"bS=hT?GU/A$A\";i:877;s:13:\"VE=hT?GUdUlBA\";i:878;s:12:\"bS=hT?GU/A$A\";i:879;s:23:\"FH=hT?GUpA$A;CSOYMLUItA\";i:880;s:12:\"bS=hT?GU/A$A\";i:881;s:14:\"VE=hT?GU~@ABEA\";i:882;s:12:\"bS=hT?GU/A$A\";i:883;s:14:\"VE=hT?GU}jBBEA\";i:884;s:12:\"bS=hT?GU/A$A\";i:885;s:13:\"VE=hT?GU!BlBA\";i:886;s:12:\"bS=hT?GU/A$A\";i:887;s:13:\"VE=hT?GU!BlBA\";i:888;s:12:\"bS=hT?GU/A$A\";i:889;s:14:\"VE=hT?GU}jBBEA\";i:890;s:12:\"bS=hT?GU/A$A\";i:891;s:13:\"VE=hT?GUdUlBA\";i:892;s:12:\"bS=hT?GU/A$A\";i:893;s:13:\"VE=hT?GU>BlBA\";i:894;s:12:\"bS=hT?GU/A$A\";i:895;s:13:\"VE=hT?GU>BlBA\";i:896;s:12:\"bS=hT?GU/A$A\";i:897;s:13:\"VE=hT?GUdUlBA\";i:898;s:12:\"bS=hT?GU/A$A\";i:899;s:14:\"VE=hT?GU}jCBEA\";i:900;s:12:\"bS=hT?GU/A$A\";i:901;s:14:\"VE=hT?GU~@BBEA\";i:902;s:12:\"bS=hT?GU/A$A\";i:903;s:14:\"VE=hT?GU~@BBEA\";i:904;s:12:\"bS=hT?GU/A$A\";i:905;s:14:\"VE=hT?GU}jCBEA\";i:906;s:12:\"bS=hT?GU/A$A\";i:907;s:14:\"VE=hT?GU~@BBEA\";i:908;s:12:\"bS=hT?GU/A$A\";i:909;s:14:\"VE=hT?GU~@&ACA\";i:910;s:12:\"bS=hT?GU/A$A\";i:911;s:14:\"VE=hT?GU~@&ACA\";i:912;s:12:\"bS=hT?GU/A$A\";i:913;s:14:\"VE=hT?GU~@BBEA\";i:914;s:12:\"bS=hT?GU/A$A\";i:915;s:13:\"VE=hT?GU>BlBA\";i:916;s:12:\"bS=hT?GU/A$A\";i:917;s:14:\"VE=hT?GU~@DBEA\";i:918;s:12:\"bS=hT?GU/A$A\";i:919;s:14:\"VE=hT?GU~@DBEA\";i:920;s:12:\"bS=hT?GU/A$A\";i:921;s:13:\"VE=hT?GU>BlBA\";i:922;s:12:\"bS=hT?GU/A$A\";i:923;s:13:\"VE=hT?GUdUlBA\";i:924;s:12:\"bS=hT?GU/A$A\";i:925;s:13:\"VE=hT?GU>BlBA\";i:926;s:12:\"bS=hT?GU/A$A\";i:927;s:14:\"VE=hT?GU}jCBEA\";i:928;s:12:\"bS=hT?GU/A$A\";i:929;s:14:\"VE=hT?GU~@BBEA\";i:930;s:12:\"bS=hT?GU/A$A\";i:931;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:932;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:933;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:934;s:12:\"KV=hT?GU/A$A\";i:935;s:12:\"KV=hT?GU/A$A\";i:936;s:12:\"KV=hT?GU/A$A\";i:937;s:12:\"KV=hT?GU/A$A\";i:938;s:12:\"KV=hT?GU/A$A\";i:939;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:940;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:941;s:12:\"KV=hT?GU/A$A\";i:942;s:14:\">J>hT?GU}jEBEA\";i:943;s:36:\"jg=hT?GU/A$ATDSOYM)ZBt0k_Q3nE3t`vABA\";i:944;s:67:\"mg=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSAQA;\",ub@TD5FA\";i:945;s:14:\"z:=hT?GU}jFBEA\";i:946;s:13:\"z:=hT?GU~AlBA\";i:947;s:12:\"F0=hT?GU/A$A\";i:948;s:13:\"EH=hT?GU~AlBA\";i:949;s:12:\">J=hT?GU5A$A\";i:950;s:12:\">J=hT?GU/A$A\";i:951;s:12:\"EH=hT?GUpA$A\";i:952;s:13:\"nu=hT?GU~AlBA\";i:953;s:13:\"nu=hT?GU4DlBA\";i:954;s:63:\"ru=hT?GU~@FB/hkt,ub@=1ZEQA/\",ub@=1ZERtzBJHNzijLR$ANDSOYM*+WilBA\";i:955;s:14:\"nu=hT?GU~@GBEA\";i:956;s:12:\"VE=hT?GU/A$A\";i:957;s:13:\"4r=hT?GUDClBA\";i:958;s:14:\"sP>hT?GU}jsCEA\";i:959;s:13:\"F0=hT?GUzClBA\";i:960;s:13:\"(a=hT?GUzClBA\";i:961;s:14:\"\"l=hT?GU~@HBEA\";i:962;s:72:\"aE=hT?GU}jIB/hit,ub@=1hERtnBJHNzijzR$A=CSOYM)ZBtoI_Q3nE3t`xA$T=hT?GU/A$A\";i:963;s:12:\"sP=hT?GU/A$A\";i:964;s:12:\"9M>hT?GU/A$A\";i:965;s:25:\"!M>hT?GUHGlB_M.4Fx}MSz8FA\";i:966;s:14:\"KV>hT?GU~@JBEA\";i:967;s:13:\"F0=hT?GU:tlBA\";i:968;s:13:\"z:=hT?GURIlBA\";i:969;s:46:\"l==hT?GUhIlBsM.4Fxs@LA2[=hT?GUhIlB0M.4Fxs@LABA\";i:970;s:79:\"#}=hT?GUxIlBoM.4FxrjMA,>=hT?GU[IlBwM.4FxrjMAl_=hT?GU%IlB8M.4Fxs@<A;C>hT?GUH2lBA\";i:971;s:67:\"n==hT?GUWJlBsM.4Fx}MNA2[=hT?GUWJlB0M.4Fx}MNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:972;s:67:\"n==hT?GUmJlBsM.4FxrjNA2[=hT?GUmJlB0M.4FxrjNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:973;s:25:\"zd=hT?GU.DlBzL.4Fx}M308FA\";i:974;s:14:\"Qj=hT?GU~@KBEA\";i:975;s:81:\"4d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYM*+7jlB(L.4Fx}MCA7y=hT?GUjClB@M.4Fx}Mjw6FA\";i:976;s:57:\"ZE=hT?GUcHlBrL.4Fx}MBApI=hT?GUjClBvL.4Fx}MBA$T=hT?GUjClBA\";i:977;s:24:\"d#=hT?GU~AlBkM.4FxrjBABA\";i:978;s:69:\"~X>hT?GU~AlBvL.4Fx}MB26FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:979;s:24:\"ou=hT?GU4DlBIM.4Fx}MBABA\";i:980;s:26:\"Am=hT?GU~@LBz(it,ub@=1PKQA\";i:981;s:62:\"Dm=hT?GU~@MBz(it,ub@=1xERt5BJHNz!PuWxdqI:$vb\"Ic\"s8_Q3nE3so0ABA\";i:982;s:37:\"Bm=hT?GU~@IBz(it,ub@=15ES\"<\",ub@TD5FA\";i:983;s:25:\"Am=hT?GU~@MBz(it,ub@Vd5FA\";i:984;s:13:\"\"l=hT?GUcHlBA\";i:985;s:37:\"@J=hT?GU~@OB/hjt,ub@xJ5F2uLvSQ[zu60WA\";i:986;s:13:\"4r=hT?GUzClBA\";i:987;s:24:\":o=hT?GUcHlBkM.4FxrjBABA\";i:988;s:13:\"VE=hT?GUuBlBA\";i:989;s:25:\"?J=hT?GU}jKB:>ht,ub@TD7FA\";i:990;s:23:\"5r=hT?GU/A$A}CSOYM@1TtA\";i:991;s:25:\"5r=hT?GU}jxCz(it,ub@Vd7FA\";i:992;s:60:\"8r=hT?GU}jMBz(it,ub@Vd5F)0LvSQ[zXv0W7fqI:$vbWUc\"$$_Q3nE3kAgA\";i:993;s:12:\"Qj>hT?GU/A$A\";i:994;s:13:\"/o=hT?GU:tlBA\";i:995;s:14:\"\"l=hT?GU~@PBEA\";i:996;s:24:\"ou=hT?GU4DlBUM.4FxrjBABA\";i:997;s:47:\"1d=hT?GU.DlB^L.4Fx}M%A|e=hT?GUkvlBrL.4Fx}M>#8FA\";i:998;s:36:\"{X=hT?GUN0lBdN.4Fx}MPs8Fp1LvSQ[z?CIA\";i:999;s:13:\"hg=hT?GUDClBA\";i:1000;s:46:\"$M>hT?GUIzlBoM.4Fxrj%A,>=hT?GU\"tlB0M.4Fxrj%ABA\";i:1001;s:35:\"XE=hT?GUuBlB(L.4Fxs@CAHO=hT?GUzClBA\";i:1002;s:61:\"%M>hT?GU/A$AKDSOYM*+*llBsM.4Fx}ME96FKyLvSQ[zM$0WJVqI:$vbu<c\"A\";i:1003;s:62:\"%M>hT?GUHGlBoM.4Fx}M)96F`xLvSQ[z{&0WkUqI:$vb*|c\"Sq_Q3nE3t`1ABA\";i:1004;s:72:\"9r=hT?GU/A$ATDSOYMtODt~l_Q3nE3~R2A,>=hT?GU}jRBc4kt,ub@=1*ES\"/\",ub@=1*EQA\";i:1005;s:61:\"%M>hT?GU/A$AKDSOYM*+amlBsM.4Fx}MO#6FKyLvSQ[z0.0WJVqI:$vbWUd\"A\";i:1006;s:14:\"_X=hT?GU~@SBEA\";i:1007;s:25:\"WE=hT?GU}jTB/hit,ub@Lb5FA\";i:1008;s:14:\"VE=hT?GU~@TBEA\";i:1009;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1010;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1011;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1012;s:24:\"Xx>hT?GUGJlB#L.4FxrjFABA\";i:1013;s:12:\"/o=hT?GU/A$A\";i:1014;s:25:\":o=hT?GU>BlBzL.4Fx}M9&6FA\";i:1015;s:58:\"ru=hT?GU5wlBrL.4Fx}Mz$6FxtLvSQ[zpAz(ht,ub@TD5FWuLvSQ[zpAEA\";i:1016;s:13:\"Qj=hT?GUHGlBA\";i:1017;s:14:\"Qj=hT?GU~@UBEA\";i:1018;s:12:\"sP=hT?GU/A$A\";i:1019;s:12:\">J=hT?GU/A$A\";i:1020;s:12:\"EH=hT?GUpA$A\";i:1021;s:46:\"YE=hT?GUuBlBnL.4Fx}MCAq1=hT?GUDClBAM.4Fxs@CABA\";i:1022;s:12:\"Wx=hT?GU/A$A\";i:1023;s:13:\"Wx=hT?GUDClBA\";i:1024;s:46:\"YE=hT?GUuBlBnL.4Fx}MCAq1=hT?GUDClBAM.4Fxs@CABA\";i:1025;s:24:\"d#=hT?GUXGlBbL.4Fx~5PABA\";i:1026;s:26:\"WE=hT?GU}jVBbLit,ub@=1|EQA\";i:1027;s:71:\"3d=hT?GU(ClB;L.4Fx}MBA;C=hT?GU}jWB/hit,ub@CG5F/1LvSQ[z!K1W1RqI:$vbA2e\"A\";i:1028;s:24:\"d#=hT?GU~AlBbL.4Fx}M&ABA\";i:1029;s:12:\"(a=hT?GU/A$A\";i:1030;s:13:\"nu=hT?GU~AlBA\";i:1031;s:37:\"e#=hT?GUXGlBbL.4Fx}M2,8FxtLvSQ[zLT1WA\";i:1032;s:24:\"d#=hT?GUXGlBIM.4Fx}MPABA\";i:1033;s:13:\"Wx=hT?GUDClBA\";i:1034;s:13:\"4r=hT?GUB4lBA\";i:1035;s:24:\"d#=hT?GULKlBAM.4Fx}MPABA\";i:1036;s:13:\"?2=hT?GUDClBA\";i:1037;s:13:\"/o=hT?GUB4lBA\";i:1038;s:14:\"VE=hT?GU~@YBEA\";i:1039;s:14:\"VE=hT?GU}jZBEA\";i:1040;s:14:\"VE=hT?GU~@ABEA\";i:1041;s:13:\"VE=hT?GUDSlBA\";i:1042;s:14:\"VE=hT?GU}j,ACA\";i:1043;s:13:\"VE=hT?GUdUlBA\";i:1044;s:13:\"?2=hT?GU>RlBA\";i:1045;s:13:\"Wx=hT?GU>RlBA\";i:1046;s:14:\"?2=hT?GU}j+ACA\";i:1047;s:14:\"Wx=hT?GU}j+ACA\";i:1048;s:12:\"?2=hT?GU/A$A\";i:1049;s:12:\"Wx=hT?GU/A$A\";i:1050;s:13:\"4r=hT?GUE#lBA\";i:1051;s:13:\"/o=hT?GUE#lBA\";i:1052;s:14:\"4r=hT?GU}jRCEA\";i:1053;s:14:\"/o=hT?GU}jRCEA\";i:1054;s:13:\"4r=hT?GUe%lBA\";i:1055;s:13:\"/o=hT?GUe%lBA\";i:1056;s:14:\"yd=hT?GU~@ZBEA\";i:1057;s:14:\"F0=hT?GU}jaBEA\";i:1058;s:48:\"I0=hT?GU~@#C/hjt,ub@TD7F2uLvSQ[zRh9W|LqI:$vbpLgA\";i:1059;s:12:\"(a=hT?GU/A$A\";i:1060;s:31:\":o=hT?GU/A$AJDSO}M*+5plBrz4^5FA\";i:1061;s:13:\"/o=hT?GUcHlBA\";i:1062;s:12:\"sP=hT?GU/A$A\";i:1063;s:13:\"_X=hT?GUMHlBA\";i:1064;s:13:\"_X=hT?GU,GlBA\";i:1065;s:14:\"bS=hT?GU}jcBEA\";i:1066;s:49:\"I0=hT?GUTClBIM.4Fx}M5>6F2uLvSQ[zXv1W|LqI:$vb*|f\"A\";i:1067;s:47:\"I0=hT?GUTClBIM.4Fx}MDAeZ=hT?GU}jdBbLjt,ub@<I5FA\";i:1068;s:49:\"I0=hT?GU~@dB/hjt,ub@=1eFRtpBJHNzzguW|LqI:$vbtfg\"A\";i:1069;s:48:\"I0=hT?GU~@dB/hjt,ub@,n5F2uLvSQ[z#31W|LqI:$vbsCgA\";i:1070;s:14:\"?2>hT?GU}jfBEA\";i:1071;s:14:\"?2>hT?GU~@fBEA\";i:1072;s:14:\"?2>hT?GU}jgBEA\";i:1073;s:13:\"?2>hT?GUeBlBA\";i:1074;s:14:\"?2>hT?GU~@gBEA\";i:1075;s:14:\"?2>hT?GU}jhBEA\";i:1076;s:14:\"?2>hT?GU~@gBEA\";i:1077;s:14:\"hg=hT?GU~@hBEA\";i:1078;s:14:\"hg=hT?GU}jiBEA\";i:1079;s:14:\"hg=hT?GU~@iBEA\";i:1080;s:14:\"hg=hT?GU}jjBEA\";i:1081;s:14:\">J=hT?GU~@jBEA\";i:1082;s:14:\"hg=hT?GU}jkBEA\";i:1083;s:45:\"I0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GU/A$AADSOYM)ZBtA\";i:1084;s:14:\"4r=hT?GU~@kBEA\";i:1085;s:14:\"/o=hT?GU~@kBEA\";i:1086;s:15:\"VE=hT?GUO[AA7FA\";i:1087;s:41:\"`X=hT?IUO[lBXL#z6{It4YqI/TwbaUgAlBrz2~5FA\";i:1088;s:13:\"hg=hT?GU6tlBA\";i:1089;s:15:\"VE=hT?GUO[:CbLA\";i:1090;s:26:\"ou=hT?GU4DlBbL.4FxrjYB#FQA\";i:1091;s:12:\"KV=hT?GU/A$A\";i:1092;s:12:\">J=hT?GU/A$A\";i:1093;s:13:\"nu=hT?GU\"tlBA\";i:1094;s:24:\"WE=hT?GUuBlBvL.4Fxs@CABA\";i:1095;s:46:\"I0=hT?GUTClBIM.4Fx}MBAeZ=hT?GUTClBAM.4Fx}MBABA\";i:1096;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1097;s:46:\"I0=hT?GUDClBIM.4Fx}MBAeZ=hT?GUDClBAM.4Fx}MBABA\";i:1098;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1099;s:12:\"bS=hT?GU/A$A\";i:1100;s:13:\"bS=hT?GUDClBA\";i:1101;s:12:\"(a=hT?GU/A$A\";i:1102;s:12:\"bS=hT?GU/A$A\";i:1103;s:13:\"nu=hT?GU~AlBA\";i:1104;s:13:\"(a=hT?GU:tlBA\";i:1105;s:12:\"bS=hT?GU/A$A\";i:1106;s:86:\"ru=hT?OUCFlB&!DA(afBFB;}C\"#zgArLnt,ub@y2xWBtN/_Q3nE30ovD5Fe2LvSQ[zGFoAgA$BJHNzRm8WBABA\";i:1107;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1108;s:12:\">J=hT?GU/A$A\";i:1109;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1110;s:12:\">J=hT?GU/A$A\";i:1111;s:12:\">J=hT?GU/A$A\";i:1112;s:12:\"bS=hT?GU/A$A\";i:1113;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1114;s:12:\">J=hT?GU/A$A\";i:1115;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1116;s:12:\">J=hT?GU/A$A\";i:1117;s:12:\">J=hT?GU/A$A\";i:1118;s:12:\"bS=hT?GU/A$A\";i:1119;s:12:\"bS=hT?GU/A$A\";i:1120;s:26:\"WE=hT?GUO[oIXLFBVElg*NeBQA\";i:1121;s:12:\">J=hT?GU/A$A\";i:1122;s:26:\"WE=hT?GUO[oIXLFBVElg*NeBQA\";i:1123;s:12:\">J=hT?GU/A$A\";i:1124;s:12:\">J=hT?GU/A$A\";i:1125;s:12:\"bS=hT?GU/A$A\";i:1126;s:12:\"bS=hT?GU/A$A\";i:1127;s:37:\"XE=hT?GUO[oIXLFBVElg*NeBS\"(\",ub@TD5FA\";i:1128;s:12:\">J=hT?GU/A$A\";i:1129;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1130;s:12:\">J=hT?GU/A$A\";i:1131;s:12:\"bS=hT?GU/A$A\";i:1132;s:13:\"nu=hT?GU~AlBA\";i:1133;s:13:\"VE=hT?GUcHlBA\";i:1134;s:24:\"WE=hT?GUcHlB9N.4Fx}MBABA\";i:1135;s:15:\"L&>hT?GUO[=JXLA\";i:1136;s:15:\"L&>hT?GUO[XLXLA\";i:1137;s:23:\"@2=hT?GU/A$AnDSOYMifBtA\";i:1138;s:23:\"Xx=hT?GU/A$AdDSOYMifBtA\";i:1139;s:15:\"nu=hT?GUO[8MbLA\";i:1140;s:26:\"`X=hT?GUoDlB*N.4FxrjYB=FQA\";i:1141;s:15:\"),>hT?GUO[GObLA\";i:1142;s:27:\"`X=hT?GU}jTBbLot,ub@y2_9BtA\";i:1143;s:15:\"z:>hT?GUO[@QXLA\";i:1144;s:13:\"z:>hT?GUXGlBA\";i:1145;s:13:\"?2>hT?GUcHlBA\";i:1146;s:13:\"nu=hT?GU4DlBA\";i:1147;s:14:\"bS=hT?GU}jcBEA\";i:1148;s:56:\"ZE=hT?GU>BlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1149;s:13:\"Wx=hT?GUjClBA\";i:1150;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1151;s:13:\"VE=hT?GU>BlBA\";i:1152;s:26:\"WE=hT?GU?ulBnL.4FxrjYB^FQA\";i:1153;s:24:\"WE=hT?GUvulBnL.4Fxrj%ABA\";i:1154;s:12:\"EH=hT?GUpA$A\";i:1155;s:13:\"sP=hT?GUTClBA\";i:1156;s:46:\"I0=hT?GU^ClBIM.4Fx}MBAeZ=hT?GU^ClBAM.4Fx}MBABA\";i:1157;s:15:\"hg=hT?GUO[#TXLA\";i:1158;s:36:\"e#=hT?GU~AlBbL.4Fx}MCAHO=hT?GU~@IBEA\";i:1159;s:37:\"@J=hT?GUd0lBzL.4Fxrj:AO/>hT?GUO[@QbLA\";i:1160;s:13:\"nu=hT?GU~AlBA\";i:1161;s:15:\"i=>hT?GUO[@QXLA\";i:1162;s:15:\"R@>hT?GUO[JVXLA\";i:1163;s:15:\"R@>hT?GUO[@QXLA\";i:1164;s:15:\"R@>hT?GUO[JVXLA\";i:1165;s:15:\"R@>hT?GUO[uWXLA\";i:1166;s:39:\"pu=hT?GU&FlB`N.4FxrjYBiA3(@\",ub@y2y(BtA\";i:1167;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:1168;s:13:\"nu=hT?GU~AlBA\";i:1169;s:15:\"?2>hT?GUO[dZXLA\";i:1170;s:13:\"nu=hT?GU~AlBA\";i:1171;s:85:\"tu=hT?GU&FlBUM.4FxrjBAHO=hT?GU/A$A=CSOYMj<dtJA,h#(k)No3B:CLXzXJI|+wC<ARt&BJHNzRmQ\"D\"A\";i:1172;s:66:\"Dm=hT?GUuBlBEM.4FxrjYBoA3(+\",ub@y2xWCt8M_Q3nE30oGO5FAwLvSQ[zGF*B$A\";i:1173;s:24:\"0:>hT?GUXGlB~N.4Fxrj%ABA\";i:1174;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1175;s:24:\"Am=hT?GUcHlBcM.4Fx}MCABA\";i:1176;s:26:\"ou=hT?GU4DlBrL.4FxrjYBqAIA\";i:1177;s:15:\"_X=hT?GUO[{ebLA\";i:1178;s:29:\"`X=hT?GUO[ggbLcMVElg*NNKFxlBA\";i:1179;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1180;s:13:\"nu>hT?GU\"tlBA\";i:1181;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1182;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1183;s:15:\"9M=hT?GUO[*hXLA\";i:1184;s:13:\"_X=hT?GU,GlBA\";i:1185;s:15:\"bS=hT?GUO[McbLA\";i:1186;s:13:\"nu=hT?GU4DlBA\";i:1187;s:13:\"nu=hT?GU~AlBA\";i:1188;s:15:\"5}>hT?GUO[PjbLA\";i:1189;s:15:\"5}>hT?GUO[PjXLA\";i:1190;s:15:\"5}>hT?GUO[PjXLA\";i:1191;s:15:\"5}>hT?GUO[0kXLA\";i:1192;s:15:\"5}>hT?GUO[~lbLA\";i:1193;s:15:\"F0>hT?GUO[jnXLA\";i:1194;s:15:\"5}>hT?GUO[~lXLA\";i:1195;s:15:\"5}>hT?GUO[PjXLA\";i:1196;s:15:\"5}>hT?GUO[~lXLA\";i:1197;s:15:\"F0>hT?GUO[~lXLA\";i:1198;s:15:\"F0>hT?GUO[.oXLA\";i:1199;s:15:\"5}>hT?GUO[~lbLA\";i:1200;s:15:\"5}>hT?GUO[0kbLA\";i:1201;s:15:\"5}>hT?GUO[SqbLA\";i:1202;s:15:\"5}>hT?GUO[3rXLA\";i:1203;s:15:\"5}>hT?GUO[SqbLA\";i:1204;s:15:\"5}>hT?GUO[SqXLA\";i:1205;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:1206;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:1207;s:15:\"5}>hT?GUO[SqXLA\";i:1208;s:15:\"F0>hT?GUO[muXLA\";i:1209;s:15:\"5}>hT?GUO[SqXLA\";i:1210;s:15:\"5}>hT?GUO[SqXLA\";i:1211;s:15:\"5}>hT?GUO[BtXLA\";i:1212;s:15:\"mB?hT?GUO[VxXLA\";i:1213;s:15:\"5}>hT?GUO[SqXLA\";i:1214;s:15:\"F0>hT?GUO[.oXLA\";i:1215;s:15:\"5}>hT?GUO[SqXLA\";i:1216;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:1217;s:15:\"5}>hT?GUO[SqXLA\";i:1218;s:15:\"5}>hT?GUO[SqXLA\";i:1219;s:15:\"5}>hT?GUO[SqXLA\";i:1220;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:1221;s:15:\"5}>hT?GUO[SqXLA\";i:1222;s:15:\"5}>hT?GUO[3rXLA\";i:1223;s:15:\"5}>hT?GUO[PjbLA\";i:1224;s:15:\"5}>hT?GUO[p1bLA\";i:1225;s:15:\"F0>hT?GUO[>2XLA\";i:1226;s:15:\"F0>hT?GUO[Y4XLA\";i:1227;s:15:\"F0>hT?GUO[95XLA\";i:1228;s:15:\"5}>hT?GUO[PjXLA\";i:1229;s:15:\"F0>hT?GUO[PjXLA\";i:1230;s:15:\"5}>hT?GUO[95XLA\";i:1231;s:15:\"5}>hT?GUO[SqbLA\";i:1232;s:15:\"F0>hT?GUO[H7XLA\";i:1233;s:15:\"F0>hT?GUO[SqXLA\";i:1234;s:15:\"5}>hT?GUO[SqXLA\";i:1235;s:15:\"F0>hT?GUO[SqXLA\";i:1236;s:15:\"5}>hT?GUO[SqXLA\";i:1237;s:12:\"Wx=hT?GU/A$A\";i:1238;s:12:\"EH=hT?GUpA$A\";i:1239;s:12:\"EH=hT?GUpA$A\";i:1240;s:14:\"EH?hT?GU}j@ACA\";i:1241;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:1242;s:13:\"EH?hT?GUuBlBA\";i:1243;s:13:\"VE=hT?GUuBlBA\";i:1244;s:13:\"z:>hT?GUXGlBA\";i:1245;s:13:\"z:>hT?GULKlBA\";i:1246;s:15:\"z:>hT?GUO[s8XLA\";i:1247;s:15:\"z:>hT?GUO[@QXLA\";i:1248;s:13:\"z:>hT?GUXGlBA\";i:1249;s:15:\"z:>hT?GUO[@QXLA\";i:1250;s:13:\"z:>hT?GULKlBA\";i:1251;s:15:\"z:>hT?GUO[s8XLA\";i:1252;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:1253;s:13:\"c#=hT?GU~AlBA\";i:1254;s:13:\"nu=hT?GU&FlBA\";i:1255;s:15:\"R@>hT?GUO[@QXLA\";i:1256;s:15:\"R@>hT?GUO[JVXLA\";i:1257;s:15:\"R@>hT?GUO[uWXLA\";i:1258;s:15:\"nu=hT?GUO[8MXLA\";i:1259;s:13:\"z:>hT?GUXGlBA\";i:1260;s:15:\"z:>hT?GUO[@QXLA\";i:1261;s:13:\"z:>hT?GULKlBA\";i:1262;s:15:\"z:>hT?GUO[s8XLA\";i:1263;s:13:\"z:>hT?GUXGlBA\";i:1264;s:15:\"z:>hT?GUO[@QXLA\";i:1265;s:13:\"z:>hT?GULKlBA\";i:1266;s:15:\"z:>hT?GUO[s8XLA\";i:1267;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:1268;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:1269;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:1270;s:12:\"4r=hT?GU/A$A\";i:1271;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:1272;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:1273;s:42:\"1:>hT?GUO[@QXL!GVElg*NNKIIlBAM.4FxrjYBBBQA\";i:1274;s:13:\"/o=hT?GUcHlBA\";i:1275;s:26:\"Xx=hT?GUO[$$XLkUVElg*N,AIA\";i:1276;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:1277;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:1278;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:1279;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:1280;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:1281;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:1282;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:1283;s:13:\"nu=hT?GU~AlBA\";i:1284;s:15:\"nu=hT?GUO[8MXLA\";i:1285;s:24:\"Am=hT?GU:tlBcM.4Fxrj:ABA\";i:1286;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:1287;s:13:\"\"l=hT?GU?ulBA\";i:1288;s:13:\"nu=hT?GU~AlBA\";i:1289;s:13:\"nu=hT?GU4DlBA\";i:1290;s:15:\"),=hT?GUO[(,XLA\";i:1291;s:15:\"),=hT?GUO[(,bLA\";i:1292;s:13:\"z:>hT?GUXGlBA\";i:1293;s:13:\"z:>hT?GULKlBA\";i:1294;s:15:\"z:>hT?GUO[@QXLA\";i:1295;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:1296;s:15:\"VE=hT?GUO[3rXLA\";i:1297;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:1298;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:1299;s:15:\"VE?hT?GUO[|;XLA\";i:1300;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:1301;s:15:\"Wx=hT?GUO[+>XLA\";i:1302;s:13:\"z:>hT?GUXGlBA\";i:1303;s:15:\"?2=hT?GUO[+>XLA\";i:1304;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:1305;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:1306;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:1307;s:27:\"ou=hT?GUO[8MXLi\"LvSQ[zFF0WA\";i:1308;s:27:\"ou=hT?GU~@FBG\"#(k)Noa.O/vWA\";i:1309;s:59:\"J0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOAvW=hT?GUO[\"]XLA\";i:1310;s:26:\"@2=hT?GU~@FBbLjt,ub@=1XEQA\";i:1311;s:27:\"@2=hT?GU~@FByWot,ub@y2y(BtA\";i:1312;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:1313;s:24:\"ou=hT?GU4DlBvL.4Fxs@&ABA\";i:1314;s:83:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[oIXL*BVElg*NJA3(&\",ub@2q5FGuLvSQ[zGFZF$A[CSOYM)ZBtA\";i:1315;s:12:\">J=hT?GU/A$A\";i:1316;s:12:\"EH=hT?GUpA$A\";i:1317;s:83:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[oIXL*BVElg*NJA3(&\",ub@2q5FGuLvSQ[zGFZF$A[CSOYM)ZBtA\";i:1318;s:12:\">J=hT?GU/A$A\";i:1319;s:81:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GU\"NlBrL.4Fx}MBApI=hT?GU7KlBvL.4FxrjYBdBRtoBJHNz?MuWA\";i:1320;s:12:\">J=hT?GU/A$A\";i:1321;s:12:\"EH=hT?GUpA$A\";i:1322;s:15:\"bS=hT?GUO[/`XLA\";i:1323;s:12:\"bS=hT?GU/A$A\";i:1324;s:13:\"bS=hT?GUDClBA\";i:1325;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1326;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1327;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1328;s:12:\"bS=hT?GU/A$A\";i:1329;s:12:\"bS=hT?GU/A$A\";i:1330;s:56:\"ZE=hT?GU!BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1331;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1332;s:12:\"bS=hT?GU/A$A\";i:1333;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1334;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1335;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1336;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1337;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:1338;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1339;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1340;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1341;s:59:\"g#=hT?GULKlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAPA$T=hT?GU7KlBA\";i:1342;s:12:\"KV=hT?GU/A$A\";i:1343;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:1344;s:86:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[4}bL*BVElg*N&FRtmBJHNzRmQ\"p\"oI_Q3nE30oSq7FWuLvSQ[z>CIA\";i:1345;s:13:\">J=hT?GU:tlBA\";i:1346;s:12:\"EH=hT?GUpA$A\";i:1347;s:36:\"pu=hT?GU~AlB<M.4Fx}MBAO/=hT?GU~@EBEA\";i:1348;s:13:\"F0=hT?GU^ClBA\";i:1349;s:13:\"F0=hT?GU:tlBA\";i:1350;s:12:\"F0=hT?GU/A$A\";i:1351;s:15:\"F0=hT?GUO[C\"5FA\";i:1352;s:13:\"VE=hT?GUvulBA\";i:1353;s:45:\"f#=hT?GU~AlBbL.4FxrjKAq1=hT?GU/A$AADSOYM)ZBtA\";i:1354;s:12:\">J=hT?GU/A$A\";i:1355;s:23:\"LV=hT?GU/A$AdDSOYMifBtA\";i:1356;s:12:\"KV=hT?GU/A$A\";i:1357;s:23:\"?J=hT?GU/A$AnDSOYMifBtA\";i:1358;s:13:\"nu=hT?GU\"tlBA\";i:1359;s:13:\"EH=hT?GU~AlBA\";i:1360;s:64:\"ZE=hT?GUO[lBcL*BVElg*N&FRtmBJHNzRmQ\"p\"oI_Q3nE30oSq7FWuLvSQ[z>CIA\";i:1361;s:15:\"bS=hT?GUO[/`XLA\";i:1362;s:57:\"ZE=hT?GU?ulBrL.4Fx}M%ApI=hT?GU:tlBvL.4Fx}M%A$T=hT?GU:tlBA\";i:1363;s:12:\"bS=hT?GU/A$A\";i:1364;s:46:\"I0=hT?GU>RlBIM.4Fx}MBAeZ=hT?GU>RlBAM.4Fx}MBABA\";i:1365;s:13:\">J=hT?GU:tlBA\";i:1366;s:13:\"bS=hT?GU:tlBA\";i:1367;s:15:\"z:>hT?GUO[@QXLA\";i:1368;s:24:\"d#=hT?GU\"tlBbL.4Fx}M&ABA\";i:1369;s:13:\"bS=hT?GU|2lBA\";i:1370;s:24:\"d#=hT?GU\"tlBbL.4Fxrj:ABA\";i:1371;s:13:\"bS=hT?GU|2lBA\";i:1372;s:13:\"z:=hT?GU~AlBA\";i:1373;s:13:\"nu=hT?GU~AlBA\";i:1374;s:25:\"!M>hT?GUHGlB_M.4Fx}MSz8FA\";i:1375;s:46:\"I0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBABA\";i:1376;s:13:\"nu=hT?GU~AlBA\";i:1377;s:46:\"I0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBABA\";i:1378;s:24:\"ou=hT?GU4DlBEM.4Fx}MBABA\";i:1379;s:23:\"?J=hT?GU/A$AJDSOYMifBtA\";i:1380;s:13:\"yd=hT?GU(ClBA\";i:1381;s:25:\"ou=hT?GU4DlBEM.4Fx}M:;6FA\";i:1382;s:13:\"z:=hT?GU~AlBA\";i:1383;s:13:\"VE=hT?GUcHlBA\";i:1384;s:13:\"nu=hT?GU\"tlBA\";i:1385;s:13:\"\"l=hT?GU:tlBA\";i:1386;s:13:\"nu=hT?GU~AlBA\";i:1387;s:12:\"F0=hT?GU/A$A\";i:1388;s:15:\"F0=hT?GUO[:CYLA\";i:1389;s:13:\"z:=hT?GU~AlBA\";i:1390;s:12:\"_X>hT?GU5A$A\";i:1391;s:70:\"mg=hT?GUcHlBBN.4FxrjYBrBS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA\";i:1392;s:70:\"mg=hT?GUcHlBBN.4FxrjYBrBS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA\";i:1393;s:12:\"_X>hT?GU5A$A\";i:1394;s:15:\"nu=hT?GUO[8MXLA\";i:1395;s:24:\"zd=hT?GU(ClB(L.4Fx}MCABA\";i:1396;s:13:\"9M=hT?GU>BlBA\";i:1397;s:58:\"g#=hT?GUXGlBrL.4Fx}MBApI=hT?GU~@dBz(ht,ub@TD5FWuLvSQ[zEAEA\";i:1398;s:13:\"\"l=hT?GUYDlBA\";i:1399;s:13:\"nu=hT?GU\"tlBA\";i:1400;s:13:\"nu=hT?GU~AlBA\";i:1401;s:13:\"nu=hT?GU\"tlBA\";i:1402;s:24:\"WE=hT?GU?ulBnL.4Fx~5&ABA\";i:1403;s:24:\"WE=hT?GUvulBnL.4Fx}M&ABA\";i:1404;s:26:\"d#=hT?GU~AlB/N.4FxrjYBYAIA\";i:1405;s:46:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3so#A$T=hT?GU/A$A\";i:1406;s:12:\"bS=hT?GU/A$A\";i:1407;s:13:\"nu=hT?GU~AlBA\";i:1408;s:14:\"sP=hT?GU~@jBEA\";i:1409;s:15:\"KV=hT?GUO[5FYLA\";i:1410;s:13:\"nu=hT?GU4DlBA\";i:1411;s:13:\"9M>hT?GUHGlBA\";i:1412;s:35:\"e#=hT?GU~AlB#L.4FxrjFAHO=hT?GUzClBA\";i:1413;s:96:\"uu=hT?GU4DlBEM.4Fx}Mr}6FgwLvSQ[zkAbLit,ub@=10FRttBJHNz?MvW!mqI:$vbX%h\"e+_Q3nE30oww5FT3LvSQ[zjAEA\";i:1414;s:40:\"pu=hT?GUO[8MXLOWVElg*NNKkElB3L.4Fx}MKABA\";i:1415;s:38:\"0d=hT?GU(ClB;L.4FxrjYBxBRtsBJHNzijcW$A\";i:1416;s:15:\"\"l=hT?GUO[=JYLA\";i:1417;s:46:\"qu=hT?GU4DlBUM.4FxrjBANc=hT?GU.DlBrL.4Fx~5DABA\";i:1418;s:13:\"nu=hT?GU~AlBA\";i:1419;s:98:\"uu=hT?GU4DlBEM.4FxrjYB1BRtuBJHNz?MvWeGqI:$vbaUdZ:CAYzXJI{ZSAln&(k)No`,,CJt>\",ub@y2PcFt1[_Q3nE3LD$A\";i:1420;s:38:\"0d=hT?GU(ClB;L.4FxrjYBxBRtsBJHNzijcW$A\";i:1421;s:15:\"\"l=hT?GUO[=JYLA\";i:1422;s:13:\"\"l=hT?GU:tlBA\";i:1423;s:14:\"\"l=hT?GU~@(CEA\";i:1424;s:13:\"\"l=hT?GU:tlBA\";i:1425;s:13:\"/o=hT?GU:tlBA\";i:1426;s:13:\"VE=hT?GUuBlBA\";i:1427;s:15:\"\"l=hT?GUO[8MYLA\";i:1428;s:15:\"\"l=hT?GUO[8McLA\";i:1429;s:13:\"\"l=hT?GU^ClBA\";i:1430;s:15:\"\"l=hT?GUO[8MYLA\";i:1431;s:56:\"vP=hT?GUO[GOYLqCVElg*NNKBNlB3L.4FxrjYB7BRt2BJHNzRm9(SABA\";i:1432;s:12:\"Wx=hT?GU/A$A\";i:1433;s:13:\"nu=hT?GU4DlBA\";i:1434;s:13:\"bS=hT?GU{JlBA\";i:1435;s:13:\"9M=hT?GUuBlBA\";i:1436;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1437;s:13:\"VE=hT?GUcHlBA\";i:1438;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1439;s:13:\"VE=hT?GUuBlBA\";i:1440;s:13:\"VE=hT?GUTClBA\";i:1441;s:13:\"nu=hT?GU~AlBA\";i:1442;s:26:\"ou=hT?GU4DlBbL.4FxrjYB9BQA\";i:1443;s:37:\"pu=hT?GU4DlB(L.4FxrjYB#BRtlBJHNzLYuWA\";i:1444;s:15:\"KV=hT?GUO[#TYLA\";i:1445;s:13:\"nu=hT?GU4DlBA\";i:1446;s:13:\"VE=hT?GU>BlBA\";i:1447;s:12:\"sP=hT?GU/A$A\";i:1448;s:25:\"WE=hT?GUuBlBvL.4Fx}MD@6FA\";i:1449;s:12:\"\"l=hT?GU/A$A\";i:1450;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUcHlBvL.4Fx}MJABA\";i:1451;s:13:\"VE=hT?GUd0lBA\";i:1452;s:55:\"I0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"A\";i:1453;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1454;s:45:\"1d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A@CSOYM)ZDtA\";i:1455;s:15:\"4r=hT?GUO[^XYLA\";i:1456;s:13:\"nu=hT?GU~AlBA\";i:1457;s:15:\"sP?hT?GUO[dZYLA\";i:1458;s:13:\"nu=hT?GU\"tlBA\";i:1459;s:13:\"),=hT?GUBIlBA\";i:1460;s:119:\"1P=hT?IUO[&acL#zMAIA$(k)No|B;CjXzXJI|+KA]Q#(k)No4O:CDXzXJI{ZCAln#(k)No4O:CIYzXJI{ZCA]Q$(k)No3B:CbXzXJI{ZCA7F$(k)No3B:CA\";i:1461;s:13:\"c#=hT?GU~AlBA\";i:1462;s:57:\"Dm=hT?GUzClBrL.4Fx}M%ApI=hT?GU:tlBvL.4Fx}M%A$T=hT?GU:tlBA\";i:1463;s:13:\"_X=hT?GUzClBA\";i:1464;s:13:\"_X=hT?GUMHlBA\";i:1465;s:37:\"e#=hT?GU~AlBbL.4Fx}MCAO/>hT?GUO[@QXLA\";i:1466;s:14:\"bS=hT?GU}jcBEA\";i:1467;s:13:\"_X=hT?GU,GlBA\";i:1468;s:26:\":o=hT?GUO[McYL8MVElg*N*AIA\";i:1469;s:26:\"5r=hT?GUO[McYL8MVElg*N*AIA\";i:1470;s:13:\"9M>hT?GU:tlBA\";i:1471;s:13:\"9M>hT?GU:tlBA\";i:1472;s:56:\"vP=hT?GUO[xdYLqCVElg*NNK{OlB3L.4FxrjYB[BRt2BJHNzRmPtVABA\";i:1473;s:13:\"VE=hT?GUuBlBA\";i:1474;s:13:\"VE=hT?GU>BlBA\";i:1475;s:15:\"L&>hT?GUO[ggYLA\";i:1476;s:15:\"L&>hT?GUO[*hYLA\";i:1477;s:15:\"L&>hT?GUO[PjYLA\";i:1478;s:15:\"L&>hT?GUO[0kYLA\";i:1479;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:1480;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1481;s:13:\"nu=hT?GU4DlBA\";i:1482;s:13:\"bS=hT?GUzClBA\";i:1483;s:23:\":o=hT?GU/A$ATDSOYMtODtA\";i:1484;s:23:\"5r=hT?GU/A$ATDSOYMtODtA\";i:1485;s:85:\"4d=hT?GU(ClB,L.4FxrjYBACQA.\",ub@y2xWCt#T_Q3nE3kAi\"lBJHNzLYuW(HqI:$vb,BgA&BJHNzRmQ\"D\"A\";i:1486;s:13:\"hg=hT?GUcHlBA\";i:1487;s:13:\"`)=hT?GU,GlBA\";i:1488;s:15:\"nu=hT?GUO[8MbLA\";i:1489;s:13:\"VE=hT?GUuBlBA\";i:1490;s:13:\"nu=hT?GU5wlBA\";i:1491;s:14:\"_X=hT?GU~@aBEA\";i:1492;s:15:\"_X=hT?GUO[jnYLA\";i:1493;s:15:\"_X>hT?GUO[.oYLA\";i:1494;s:15:\"_X>hT?GUO[.ocLA\";i:1495;s:15:\"z:>hT?GUO[@QXLA\";i:1496;s:24:\"ig=hT?GUd0lBeO.4FxrjBABA\";i:1497;s:48:\"qu=hT?GU4DlBUM.4FxrjBAw(>hT?GU~AlBeO.4FxrjYBGCQA\";i:1498;s:67:\"aE=hT?GUvulBnL.4Fx}M&AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtA\";i:1499;s:12:\"bS=hT?GU/A$A\";i:1500;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:1501;s:15:\"hg=hT?GUO[3rYLA\";i:1502;s:26:\"cS=hT?GU0vlB3L.4FxrjYBKGQA\";i:1503;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1504;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1505;s:26:\"`X=hT?GU~@3C/hlt,ub@=1pKQA\";i:1506;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1507;s:24:\"ou=hT?GU4DlBbL.4Fx}MCABA\";i:1508;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:1509;s:94:\"uu=hT?GU4DlBUM.4FxrjBA;C=hT?GUcHlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:1510;s:13:\"nu=hT?GU4DlBA\";i:1511;s:48:\"I0=hT?GU~@&C/hjt,ub@MI7F2uLvSQ[zGy9W|LqI:$vb*LgA\";i:1512;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1513;s:13:\"_X=hT?GUN0lBA\";i:1514;s:48:\"I0=hT?GU~@dB/hjt,ub@WK5F2uLvSQ[zGy1W|LqI:$vb6AQA\";i:1515;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1516;s:13:\"_X=hT?GUN0lBA\";i:1517;s:15:\"?2>hT?GUO[BtcLA\";i:1518;s:15:\"?2>hT?GUO[BtcLA\";i:1519;s:48:\"I0=hT?GU~@&C/hjt,ub@WK7F2uLvSQ[zGy9W|LqI:$vb[LgA\";i:1520;s:15:\"bS=hT?GUO[XLcLA\";i:1521;s:13:\"_X=hT?GUN0lBA\";i:1522;s:48:\"f#=hT?GU\"tlB#L.4FxrjFA;C=hT?GUvulB(L.4FxrjYB9HQA\";i:1523;s:57:\"OV=hT?GU:tlBEM.4Fxs@&Aq1=hT?GUEvlB7L.4Fxs@&A<v=hT?GUEvlBA\";i:1524;s:13:\"_X=hT?GUoDlBA\";i:1525;s:13:\"_X=hT?GUN0lBA\";i:1526;s:13:\"nu=hT?GU\"tlBA\";i:1527;s:109:\"RV?hT?GUO[^XXLdZVElg*NNK\"ClBqO.4FxrjYBiAJt_\",ub@y28FCtrP`Q3nE30ooI5Fi6LvSQ[zGFFB$A8DSOYMj<cADA,>>hT?GUO[@QXLA\";i:1528;s:13:\"VE=hT?GUuBlBA\";i:1529;s:46:\"vP=hT?GUzClBjL.4Fxs@FA[Q=hT?GUzClBzL.4Fxs@FABA\";i:1530;s:13:\"VE=hT?GUuBlBA\";i:1531;s:26:\"tP=hT?GU:tlBEM.4FxrjYB;BQA\";i:1532;s:13:\"bS=hT?GUt0lBA\";i:1533;s:13:\"nu=hT?GU4DlBA\";i:1534;s:13:\"nu=hT?GU~AlBA\";i:1535;s:15:\"5}>hT?GUO[PjbLA\";i:1536;s:15:\"5}>hT?GUO[PjXLA\";i:1537;s:15:\"5}>hT?GUO[PjXLA\";i:1538;s:15:\"5}>hT?GUO[~lbLA\";i:1539;s:15:\"5}>hT?GUO[0kXLA\";i:1540;s:15:\"F0>hT?GUO[jnXLA\";i:1541;s:15:\"5}>hT?GUO[~lXLA\";i:1542;s:15:\"5}>hT?GUO[PjXLA\";i:1543;s:15:\"5}>hT?GUO[~lXLA\";i:1544;s:15:\"F0>hT?GUO[~lXLA\";i:1545;s:15:\"F0>hT?GUO[.oXLA\";i:1546;s:15:\"5}>hT?GUO[~lbLA\";i:1547;s:15:\"5}>hT?GUO[0kbLA\";i:1548;s:15:\"5}>hT?GUO[SqbLA\";i:1549;s:15:\"5}>hT?GUO[3rXLA\";i:1550;s:15:\"5}>hT?GUO[SqbLA\";i:1551;s:15:\"5}>hT?GUO[SqXLA\";i:1552;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:1553;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:1554;s:15:\"5}>hT?GUO[SqXLA\";i:1555;s:15:\"F0>hT?GUO[muXLA\";i:1556;s:15:\"5}>hT?GUO[SqXLA\";i:1557;s:15:\"5}>hT?GUO[SqXLA\";i:1558;s:15:\"5}>hT?GUO[BtXLA\";i:1559;s:15:\"mB?hT?GUO[VxXLA\";i:1560;s:15:\"5}>hT?GUO[SqXLA\";i:1561;s:15:\"F0>hT?GUO[.oXLA\";i:1562;s:15:\"5}>hT?GUO[SqXLA\";i:1563;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:1564;s:15:\"5}>hT?GUO[SqXLA\";i:1565;s:15:\"5}>hT?GUO[SqXLA\";i:1566;s:15:\"5}>hT?GUO[SqXLA\";i:1567;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:1568;s:15:\"5}>hT?GUO[SqXLA\";i:1569;s:15:\"5}>hT?GUO[3rXLA\";i:1570;s:15:\"5}>hT?GUO[PjbLA\";i:1571;s:15:\"5}>hT?GUO[p1bLA\";i:1572;s:15:\"F0>hT?GUO[>2XLA\";i:1573;s:15:\"F0>hT?GUO[Y4XLA\";i:1574;s:15:\"F0>hT?GUO[95XLA\";i:1575;s:15:\"5}>hT?GUO[PjXLA\";i:1576;s:15:\"F0>hT?GUO[PjXLA\";i:1577;s:15:\"5}>hT?GUO[95XLA\";i:1578;s:15:\"5}>hT?GUO[SqbLA\";i:1579;s:15:\"F0>hT?GUO[H7XLA\";i:1580;s:15:\"F0>hT?GUO[SqXLA\";i:1581;s:15:\"5}>hT?GUO[SqXLA\";i:1582;s:15:\"F0>hT?GUO[SqXLA\";i:1583;s:15:\"5}>hT?GUO[SqXLA\";i:1584;s:12:\"Wx=hT?GU/A$A\";i:1585;s:12:\"EH=hT?GUpA$A\";i:1586;s:12:\"EH=hT?GUpA$A\";i:1587;s:14:\"EH?hT?GU}j@ACA\";i:1588;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:1589;s:13:\"EH?hT?GUuBlBA\";i:1590;s:13:\"VE=hT?GUuBlBA\";i:1591;s:13:\"z:>hT?GUXGlBA\";i:1592;s:13:\"z:>hT?GULKlBA\";i:1593;s:15:\"z:>hT?GUO[s8XLA\";i:1594;s:15:\"z:>hT?GUO[@QXLA\";i:1595;s:13:\"z:>hT?GUXGlBA\";i:1596;s:15:\"z:>hT?GUO[@QXLA\";i:1597;s:13:\"z:>hT?GULKlBA\";i:1598;s:15:\"z:>hT?GUO[s8XLA\";i:1599;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:1600;s:13:\"c#=hT?GU~AlBA\";i:1601;s:13:\"nu=hT?GU&FlBA\";i:1602;s:15:\"R@>hT?GUO[@QXLA\";i:1603;s:15:\"R@>hT?GUO[JVXLA\";i:1604;s:15:\"R@>hT?GUO[uWXLA\";i:1605;s:15:\"nu=hT?GUO[8MXLA\";i:1606;s:13:\"z:>hT?GUXGlBA\";i:1607;s:15:\"z:>hT?GUO[@QXLA\";i:1608;s:13:\"z:>hT?GULKlBA\";i:1609;s:15:\"z:>hT?GUO[s8XLA\";i:1610;s:13:\"z:>hT?GUXGlBA\";i:1611;s:15:\"z:>hT?GUO[@QXLA\";i:1612;s:13:\"z:>hT?GULKlBA\";i:1613;s:15:\"z:>hT?GUO[s8XLA\";i:1614;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:1615;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:1616;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:1617;s:12:\"4r=hT?GU/A$A\";i:1618;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:1619;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:1620;s:15:\"z:>hT?GUO[@QXLA\";i:1621;s:13:\"/o=hT?GUcHlBA\";i:1622;s:26:\"Xx=hT?GUO[$$XLkUVElg*N,AIA\";i:1623;s:29:\"@2=hT?GUO[$$XL~FVElg*NNKIIlBA\";i:1624;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:1625;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:1626;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:1627;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:1628;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:1629;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:1630;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:1631;s:13:\"nu=hT?GU~AlBA\";i:1632;s:15:\"nu=hT?GUO[8MXLA\";i:1633;s:24:\"Am=hT?GU:tlBcM.4Fxrj:ABA\";i:1634;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:1635;s:13:\"\"l=hT?GU?ulBA\";i:1636;s:13:\"nu=hT?GU~AlBA\";i:1637;s:13:\"nu=hT?GU4DlBA\";i:1638;s:15:\"),=hT?GUO[muYLA\";i:1639;s:15:\"),=hT?GUO[mucLA\";i:1640;s:13:\"z:>hT?GUXGlBA\";i:1641;s:13:\"z:>hT?GULKlBA\";i:1642;s:15:\"z:>hT?GUO[@QXLA\";i:1643;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:1644;s:15:\"VE=hT?GUO[3rXLA\";i:1645;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:1646;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:1647;s:15:\"VE?hT?GUO[|;XLA\";i:1648;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:1649;s:15:\"Wx=hT?GUO[+>XLA\";i:1650;s:13:\"z:>hT?GUXGlBA\";i:1651;s:15:\"?2=hT?GUO[+>XLA\";i:1652;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:1653;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:1654;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:1655;s:27:\"ou=hT?GUO[8MXLi\"LvSQ[zFF0WA\";i:1656;s:27:\"ou=hT?GU~@FBG\"#(k)Noa.O/vWA\";i:1657;s:59:\"J0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOAvW=hT?GUO[\"]XLA\";i:1658;s:26:\"@2=hT?GU~@FBbLjt,ub@=1XEQA\";i:1659;s:27:\"@2=hT?GU~@FByWot,ub@y2y(BtA\";i:1660;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:1661;s:24:\"ou=hT?GU4DlBvL.4Fxs@&ABA\";i:1662;s:81:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GU\"NlBrL.4Fx}MBApI=hT?GU7KlBvL.4FxrjYBOCRtoBJHNz?MuWA\";i:1663;s:13:\">J=hT?GU7KlBA\";i:1664;s:13:\"EH=hT?GU~AlBA\";i:1665;s:12:\">J=hT?GU/A$A\";i:1666;s:12:\"EH=hT?GUpA$A\";i:1667;s:37:\"XE=hT?GUuBlBjL.4Fx}MBA[Q=hT?GUO[;vYLA\";i:1668;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:1669;s:12:\"bS=hT?GU/A$A\";i:1670;s:12:\"bS=hT?GU/A$A\";i:1671;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1672;s:12:\">J=hT?GU/A$A\";i:1673;s:13:\"EH=hT?GU~AlBA\";i:1674;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1675;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1676;s:12:\">J=hT?GU/A$A\";i:1677;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1678;s:12:\"KV=hT?GU/A$A\";i:1679;s:12:\"?2=hT?GU/A$A\";i:1680;s:48:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzRm9(QABA\";i:1681;s:52:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4?z~5OAq1t`0ACA\";i:1682;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:1683;s:17:\"KV=hT?IUTClBrzAAB\";i:1684;s:75:\"JH=hT?GU~AlBbL.4FxrjYB/HRtnBJHNz?M2WKCqI:$vbaUqi;CDXzXJI|+wCzPi\"oBJHNz?M2WA\";i:1685;s:13:\">J=hT?GU:tlBA\";i:1686;s:12:\"EH=hT?GUpA$A\";i:1687;s:23:\":o=hT?GU/A$ATDSOYMtODtA\";i:1688;s:23:\"5r=hT?GU/A$ATDSOYMtODtA\";i:1689;s:24:\"WE=hT?GUvulBjL.4Fx}M%ABA\";i:1690;s:15:\"bS=hT?GUO[;vcLA\";i:1691;s:13:\"bS=hT?GU:tlBA\";i:1692;s:46:\"I0=hT?GUsHlBIM.4Fx}MBAeZ=hT?GUsHlBAM.4Fx}MBABA\";i:1693;s:13:\"bS=hT?GU:tlBA\";i:1694;s:13:\"bS=hT?GU:tlBA\";i:1695;s:26:\"ou=hT?GU5wlBeO.4FxrjYB;HQA\";i:1696;s:13:\"nu=hT?GU5wlBA\";i:1697;s:24:\"d#=hT?GU\"tlBbL.4Fxrj:ABA\";i:1698;s:15:\"\"l=hT?GUO[8MYLA\";i:1699;s:15:\"\"l=hT?GUO[E0YLA\";i:1700;s:13:\"nu=hT?GU~AlBA\";i:1701;s:15:\"nu=hT?GUO[8MXLA\";i:1702;s:12:\">J=hT?GU/A$A\";i:1703;s:15:\"\"l=hT?GUO[p1YLA\";i:1704;s:37:\"pu=hT?GU4DlBUM.4FxrjBAO/>hT?GUO[@QXLA\";i:1705;s:15:\"sP=hT?GUO[jnYLA\";i:1706;s:12:\"KV=hT?GU/A$A\";i:1707;s:37:\"e#=hT?GU\"tlB#L.4FxrjFAHO=hT?GUO[+>XLA\";i:1708;s:26:\"ou=hT?GUO[8MXLcMVElg*NJAIA\";i:1709;s:57:\"ru=hT?GU5wlBbL.4Fx}M&AYL=hT?GUvulBrL.4Fx}M/A[Q=hT?GUozlBA\";i:1710;s:15:\"F0=hT?GUO[>2YLA\";i:1711;s:14:\"\"l=hT?GU}jLBEA\";i:1712;s:13:\"nu=hT?GU\"tlBA\";i:1713;s:13:\"Wx=hT?GUoDlBA\";i:1714;s:13:\"/o=hT?GUnGlBA\";i:1715;s:13:\"?2=hT?GUoDlBA\";i:1716;s:13:\"4r=hT?GUnGlBA\";i:1717;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1718;s:45:\"1d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A@CSOYM)ZDtA\";i:1719;s:15:\"4r=hT?GUO[^XYLA\";i:1720;s:13:\"nu=hT?GU~AlBA\";i:1721;s:15:\"sP?hT?GUO[dZYLA\";i:1722;s:13:\"nu=hT?GU~AlBA\";i:1723;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1724;s:46:\"I0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOABA\";i:1725;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:1726;s:12:\"bS=hT?GU/A$A\";i:1727;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:1728;s:12:\"bS=hT?GU/A$A\";i:1729;s:13:\"_X=hT?GUzClBA\";i:1730;s:26:\"`X=hT?GUnGlB*N.4FxrjYBWAIA\";i:1731;s:13:\"nu=hT?GU4DlBA\";i:1732;s:13:\"nu=hT?GU~AlBA\";i:1733;s:15:\"bS=hT?GUO[{eXLA\";i:1734;s:14:\"bS=hT?GU}jcBEA\";i:1735;s:25:\")a=hT?GU/A$A]CSOYM*+6mlBA\";i:1736;s:26:\"6}>hT?GUO[PjXL:CVElg*N[AIA\";i:1737;s:13:\"nu=hT?GU4DlBA\";i:1738;s:13:\"nu=hT?GU4DlBA\";i:1739;s:56:\"ru=hT?GU5wlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1740;s:56:\"vP=hT?GUO[Y4YLqCVElg*NNKaSlB3L.4FxrjYBcCRt2BJHNzRm8WaABA\";i:1741;s:48:\"I0=hT?GU~@&C/hjt,ub@WK7F2uLvSQ[zGy9W|LqI:$vb[LgA\";i:1742;s:15:\"?2>hT?GUO[H7cLA\";i:1743;s:36:\"e#=hT?GU\"tlBbL.4Fx}M&A|e=hT?GU~@,CEA\";i:1744;s:13:\"_X=hT?GUzClBA\";i:1745;s:13:\"_X=hT?GUN0lBA\";i:1746;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:1747;s:15:\"hg=hT?GUO[s8YLA\";i:1748;s:13:\"bS?hT?GU~AlBA\";i:1749;s:37:\"e#=hT?GU~AlB%N.4FxrjBA[Q?hT?GUO[SqYLA\";i:1750;s:13:\"F0=hT?GUsHlBA\";i:1751;s:15:\"bS=hT?GUO[[9cLA\";i:1752;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1753;s:13:\"VE=hT?GUvulBA\";i:1754;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1755;s:12:\"bS=hT?GU/A$A\";i:1756;s:37:\"XE=hT?GUuBlBjL.4Fx}MBA[Q=hT?GUO[T|XLA\";i:1757;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1758;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1759;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1760;s:46:\"vP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:1761;s:12:\"bS=hT?GU/A$A\";i:1762;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1763;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1764;s:13:\"9M=hT?GU>BlBA\";i:1765;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:1766;s:13:\"KV=hT?GU{JlBA\";i:1767;s:15:\"_X=hT?GUO[+>XLA\";i:1768;s:13:\"_X=hT?GU{JlBA\";i:1769;s:59:\"ZE=hT?GUvulBrL.4Fx}M%ApI=hT?GU:tlBvL.4FxrjYB\"GRtoBJHNz?M2WA\";i:1770;s:12:\">J=hT?GU/A$A\";i:1771;s:15:\"bS=hT?GUO[T|bLA\";i:1772;s:13:\"bS=hT?GU:tlBA\";i:1773;s:13:\"bS=hT?GU:tlBA\";i:1774;s:50:\"I0=hT?GUO[b#YL!GVElg*NJA2W)\",ub@y2Q/Ht^X_Q3nE3kAgA\";i:1775;s:56:\"I0=hT?GUO[$$cL!GVElg*NNKw$lB7L.4FxrjYBEIRttBJHNzRm9(ABCA\";i:1776;s:13:\"bS=hT?GUnGlBA\";i:1777;s:13:\"VE=hT?GUuBlBA\";i:1778;s:57:\"2d=hT?GU/wlB;L.4Fxrj:ATq=hT?GUd0lBcM.4Fxrj:Akn=hT?GUd0lBA\";i:1779;s:13:\"F0=hT?GU:tlBA\";i:1780;s:13:\"nu=hT?GU~AlBA\";i:1781;s:13:\"sP=hT?GU:tlBA\";i:1782;s:13:\"sP=hT?GU:tlBA\";i:1783;s:13:\"(a=hT?GU2JlBA\";i:1784;s:13:\"9M=hT?GU>BlBA\";i:1785;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:1786;s:12:\"KV=hT?GU/A$A\";i:1787;s:46:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4Fx~5OABA\";i:1788;s:35:\"e#=hT?GU~AlB#L.4FxrjFA[Q=hT?GUnGlBA\";i:1789;s:13:\"KV=hT?GU:tlBA\";i:1790;s:35:\"e#=hT?GU~AlB#L.4FxrjFA[Q=hT?GUnGlBA\";i:1791;s:13:\"KV=hT?GU:tlBA\";i:1792;s:13:\"VE=hT?GU>BlBA\";i:1793;s:13:\"nu=hT?GU4DlBA\";i:1794;s:56:\"vP=hT?GUO[v(YLqCVElg*NNK#TlB3L.4FxrjYBsCRt2BJHNzRm8WcABA\";i:1795;s:35:\"pu=hT?GU4DlBUM.4Fxs@IApI=hT?GUDClBA\";i:1796;s:13:\"nu=hT?GU4DlBA\";i:1797;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:1798;s:81:\"i#=hT?GUXGlBbL.4FxrjYBuCRtnBJHNz?MuWKCqI:$vbuAS\"(\",ub@TD5FWuLvSQ[zEAyWot,ub@BZ5FA\";i:1799;s:94:\"j#=hT?GU~AlBbL.4FxrjKAYL=hT?GU~AlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:1800;s:15:\"nu=hT?GUO[N/XLA\";i:1801;s:52:\"I0=hT?GUUvlBIM.4FxrjYBOIRtpBJHNzij9r$AADSOYMj<dtDCEA\";i:1802;s:26:\"`X=hT?GUpwlB.M.4FxrjYBQIQA\";i:1803;s:13:\"_X=hT?GU.zlBA\";i:1804;s:48:\"I0=hT?GU~@&C/hjt,ub@MI7F2uLvSQ[zGy9W|LqI:$vb*LgA\";i:1805;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1806;s:13:\"_X=hT?GUN0lBA\";i:1807;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU}jdBbLjt,ub@xJ5FA\";i:1808;s:26:\"`X=hT?GUpwlB.M.4FxrjYBQIQA\";i:1809;s:13:\"_X=hT?GU.zlBA\";i:1810;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1811;s:13:\"_X=hT?GUN0lBA\";i:1812;s:15:\"?2>hT?GUO[y:cLA\";i:1813;s:15:\"?2>hT?GUO[|;cLA\";i:1814;s:38:\"dS=hT?GU~@#CG\"#(k)No@G;C1ZzXJI|+wCgQgA\";i:1815;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1816;s:48:\"f#=hT?GU\"tlB#L.4FxrjFA;C=hT?GUvulB(L.4FxrjYBWIQA\";i:1817;s:59:\"OV=hT?GU:tlBEM.4Fx}MQ~8FgwLvSQ[z=C2W)\",ub@=1ULRttBJHNzFK2WA\";i:1818;s:15:\"_X=hT?GUO[+>YLA\";i:1819;s:13:\"_X=hT?GUN0lBA\";i:1820;s:13:\"),=hT?GU<HlBA\";i:1821;s:15:\"A^>hT?GUO[Q@YLA\";i:1822;s:13:\"nu=hT?GU4DlBA\";i:1823;s:24:\"`X=hT?GUUvlB.M.4Fx}M(ABA\";i:1824;s:24:\"`X=hT?GU|2lB.M.4Fx}M>ABA\";i:1825;s:26:\"`X=hT?GU~@#C/hlt,ub@=1/KQA\";i:1826;s:26:\"`X=hT?GUO[jncLcMVElg*N?GQA\";i:1827;s:23:\"Xx=hT?GU/A$ACDSOYM)ZBtA\";i:1828;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1829;s:23:\"Am=hT?GU/A$AHDSOYM)ZBtA\";i:1830;s:26:\"ou=hT?GU~@GB:>ht,ub@=10FQA\";i:1831;s:153:\"R0>hT?GUO[muXLoIVElg*NJA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAc4it,ub@Vd5FQwLvSQ[zXv0WhNqI:$vbX%h\"8M_Q3nE3~R0A<v=hT?GU~@jByWit,ub@=1MFS\":\",ub@[p5FA\";i:1832;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1833;s:26:\"5r=hT?GU~@jBc4it,ub@=11EQA\";i:1834;s:143:\"Km=hT?GU/A$A~CSOYM)ZBtlB_Q3nE3so8A|e=hT?GU~@dB/hlt,ub@=1cFS\">\",ub@y28FDtGO_Q3nE3so6AO/>hT?GUO[@QXLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1835;s:15:\"bS>hT?GUO[1[YLA\";i:1836;s:12:\"5}=hT?GU/A$A\";i:1837;s:13:\"5}=hT?GUuBlBA\";i:1838;s:29:\"Xx=hT?GUO[&aXL!GVElg*NNKfDlBA\";i:1839;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUcHlBvL.4Fx}MJABA\";i:1840;s:13:\"VE=hT?GUd0lBA\";i:1841;s:55:\"I0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"A\";i:1842;s:13:\"VE=hT?GU>BlBA\";i:1843;s:168:\"6P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSAS\"`\",ub@TD5F]6LvSQ[zwAG\"#(k)NoBD:CsczXJI|+wClFgA=BJHNzLYuW}4qI:$vbiAQA\";i:1844;s:112:\"`J>hT?IUHGlB&!5A%Ao_&(k)Noa.f+uWPjqI:$vbaUyK:C~dzXJI|+wC1FgApBJHNzLYvWIoqI:$vbaUvD:CGezXJI|+wC5Fi\"@BJHNzRm8WgABA\";i:1845;s:13:\":`>hT?GU~AlBA\";i:1846;s:13:\"F0?hT?GU~AlBA\";i:1847;s:19:\"),=hT?IU}jXB/h|B5FA\";i:1848;s:70:\"xP=hT?GUzClBjL.4Fx}MBA[Q=hT?GUDClBzL.4Fx}MBA<v=hT?GUzClBZN.4FxrjYB&CQA\";i:1849;s:12:\"/o?hT?GU/A$A\";i:1850;s:13:\"nu>hT?GU~AlBA\";i:1851;s:15:\"nu>hT?GUO[/`YLA\";i:1852;s:26:\"@2?hT?GU/A$A(DSOYMj<e\"fABA\";i:1853;s:13:\"nu=hT?GU4DlBA\";i:1854;s:13:\"F0=hT?GU^ClBA\";i:1855;s:13:\"F0=hT?GU:tlBA\";i:1856;s:13:\"F0=hT?GU:tlBA\";i:1857;s:81:\"\")?hT?GUO[UEdLbfVElg*NM3PtJV`Q3nE30o:C8F<8LvSQ[zGFSi$A:DSOYMj<dtMCFtst,ub@y2PcZtA\";i:1858;s:13:\"nu>hT?GU~AlBA\";i:1859;s:12:\"(a=hT?GU/A$A\";i:1860;s:15:\"(a=hT?GUO[oIZLA\";i:1861;s:15:\"),>hT?GUO[=JZLA\";i:1862;s:15:\"4r>hT?GUO[XLZLA\";i:1863;s:26:\"cS=hT?GUnGlB\"O.4FxrjYBBDQA\";i:1864;s:48:\"1d=hT?GU.DlB(L.4Fx}MBApI>hT?GUHGlBWO.4FxrjYB$CQA\";i:1865;s:15:\"`)=hT?GUO[GOZLA\";i:1866;s:15:\"\"l=hT?GUO[rPZLA\";i:1867;s:48:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE30ooI6FWuLvSQ[zEAEA\";i:1868;s:15:\"),>hT?GUO[=JZLA\";i:1869;s:15:\"KV=hT?GUO[@QZLA\";i:1870;s:12:\"(a=hT?GU/A$A\";i:1871;s:13:\"9M=hT?GUuBlBA\";i:1872;s:53:\"+a=hT?GUnGlBCO.4FxrjYB2A2W@\",ub@y2b4BtVx_Q3nE30oUE6FA\";i:1873;s:15:\"5}>hT?GUO[3rXLA\";i:1874;s:13:\"_X=hT?GUDClBA\";i:1875;s:13:\"_X=hT?GUoDlBA\";i:1876;s:15:\"_X=hT?GUO[{eXLA\";i:1877;s:13:\"_X=hT?GU,GlBA\";i:1878;s:14:\"_X=hT?GU~@SBEA\";i:1879;s:13:\"_X=hT?GUMHlBA\";i:1880;s:13:\"A^?hT?GU~AlBA\";i:1881;s:15:\"A^?hT?GUO[aSZLA\";i:1882;s:15:\"A^?hT?GUO[#TZLA\";i:1883;s:96:\"L0=hT?GUO[oIYL!GVElg*NNKcMlB7L.4FxrjYBxBRttBJHNzRmPtRA;C?hT?GUO[JVZLOWVElg*NNKdZlBpN.4FxrjYB8AIA\";i:1884;s:29:\";`?hT?GUO[^XZLOWVElg*NNK9ZlBA\";i:1885;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:1886;s:56:\"I0=hT?GUO[&aZL!GVElg*NNK=ZlB7L.4FxrjYBVDRttBJHNzRm9(kABA\";i:1887;s:15:\"t8?hT?GUO[3rXLA\";i:1888;s:24:\"!M=hT?GUuBlB(L.4FxrjKABA\";i:1889;s:13:\"VE=hT?GUcHlBA\";i:1890;s:12:\"EH=hT?GUpA$A\";i:1891;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWA\";i:1892;s:72:\"su=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5F{uLvSQ[zEAG\"#(k)No3B:C$YzXJI|+wCuGgA\";i:1893;s:13:\"L&=hT?GU3GlBA\";i:1894;s:15:\"F0>hT?GUO[0kXLA\";i:1895;s:15:\"5}>hT?GUO[0kXLA\";i:1896;s:15:\":`?hT?GUO[0kXLA\";i:1897;s:15:\"F0>hT?GUO[0kXLA\";i:1898;s:15:\"F0>hT?GUO[SqXLA\";i:1899;s:114:\"7:=hT?GUO[xdZLvDVElg*NrAK\"it,ub@y2/>LtaS_Q3nE3kAi\"lBJHNzLYuWPjqI:$vbaUyK:C*ZzXJI|+wC#Hi\"%BJHNzRmPtCApI>hT?GU~@VBEA\";i:1900;s:15:\"KV>hT?GUO[{edLA\";i:1901;s:93:\"5d=hT?GU.DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$ApDSOYMLUDtA\";i:1902;s:15:\"F0=hT?GUO[p1YLA\";i:1903;s:13:\"nu=hT?GU~AlBA\";i:1904;s:13:\"F0=hT?GU:tlBA\";i:1905;s:15:\"sP>hT?GUO[ggZLA\";i:1906;s:71:\"aE=hT?GU~@TBFtht,ub@y2EtKtDH_Q3nE37D$A=CSOYM@1DtoI_Q3nE37D$A[CSOYM@1DtA\";i:1907;s:15:\"9M=hT?GUO[PjZLA\";i:1908;s:24:\"WE=hT?GUcHlBnL.4FxrjBABA\";i:1909;s:12:\"9M>hT?GU/A$A\";i:1910;s:26:\"!M>hT?GUHGlBkM.4FxrjYBjDQA\";i:1911;s:24:\"zd=hT?GU.DlBEM.4Fx}M%ABA\";i:1912;s:13:\"bS=hT?GUzClBA\";i:1913;s:155:\"9d=hT?GU.DlBEM.4FxrjYBFDRtuBJHNzRmPthAeZ=hT?GUO[rPZL~FVElg*NNKzXlBKO.4FxrjYBRBRt$BJHNzijgS$A!DSOYMWDEtXL_Q3nE3ZB$AoDSOYMj<e\"CApI>hT?GUO[:CdLNJVElg*NNKXblBA\";i:1914;s:69:\"J0=hT?GUO[rPZL!GVElg*NNKnblB7L.4FxrjYBFDRttBJHNzRmPthA;C?hT?GUO[.oZLA\";i:1915;s:15:\"F0>hT?GUO[DHYLA\";i:1916;s:103:\"5d=hT?GU(ClBzL.4FxrjYBrDQA;\",ub@TD5F|7LvSQ[zGF~N$A]CSOYM*+>qlB.M.4FxrjYB{CRtxBJHNzRmOAW\"0k_Q3nE30o\"S6FA\";i:1917;s:13:\"nu=hT?GU~AlBA\";i:1918;s:29:\"@2=hT?GUO[jnZL~FVElg*NNK^HlBA\";i:1919;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:1920;s:15:\"/o=hT?GUO[muZLA\";i:1921;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:1922;s:26:\":o=hT?GUO[oIZLqCVElg*NJAIA\";i:1923;s:29:\"@2=hT?GUO[b#XL~FVElg*NNKnblBA\";i:1924;s:15:\"/o=hT?GUO[muZLA\";i:1925;s:56:\"I0=hT?GUO[rPZL!GVElg*NNKzXlB7L.4FxrjYBFDRttBJHNzRmPthABA\";i:1926;s:13:\"nu=hT?GU~AlBA\";i:1927;s:56:\"I0=hT?GUO[rPdL!GVElg*NNK0)lB7L.4FxrjYB!IRttBJHNzRmPtGBCA\";i:1928;s:15:\">J>hT?GUO[:CZLA\";i:1929;s:15:\"KV=hT?GUO[rPZLA\";i:1930;s:59:\"fS=hT?GUO[;vZLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1931;s:83:\"bE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAOA$T=hT?GU/A$AwDSOYMj<dt[Aa4&(k)NouM:CA\";i:1932;s:80:\"K0=hT?GUO[XLYL!GVElg*Nj&Pt8M_Q3nE30o6y5FAwLvSQ[zRh1WcsqI:$vbaU95:CvbzXJI|+wC`FgA\";i:1933;s:67:\"J0=hT?GUO[&aXL!GVElg*Nj&Pt8M_Q3nE30ohN5FAwLvSQ[zRh1W<cqI:$vbaUd5:CA\";i:1934;s:73:\"K0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3so4A<v=hT?GUO[oIZLcMVElg*NnAIAtt,ub@y2PcLtA\";i:1935;s:84:\"L0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3so4A<v=hT?GU/A$ASDSOYMLUCtmu`Q3nE30o&a6F[9LvSQ[zGF!O$A\";i:1936;s:50:\"I0=hT?GUO[oIYL!GVElg*NJA2W)\",ub@y2.hFt^X_Q3nE3ZB$A\";i:1937;s:52:\"I0=hT?GUO[oIYL!GVElg*NJA2W)\",ub@y2.hFt^X_Q3nE3so8ABA\";i:1938;s:81:\"tu=hT?GU&FlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA`BJHNz!PuW~lqI:$vbaU*B:CA\";i:1939;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[:CdL/VVElg*N)FQA\";i:1940;s:59:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU~@6CbLjt,ub@=1pKRt2BJHNzG32WA\";i:1941;s:13:\">J>hT?GUpwlBA\";i:1942;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[Y4dL/VVElg*N)FQA\";i:1943;s:13:\"nu=hT?GU4DlBA\";i:1944;s:14:\"VE=hT?GU~@TBEA\";i:1945;s:14:\"\"l=hT?GU~@eBEA\";i:1946;s:14:\"\"l=hT?GU}jLBEA\";i:1947;s:13:\"\"l=hT?GUDClBA\";i:1948;s:15:\"\"l=hT?GUO[95ZLA\";i:1949;s:12:\"\"l=hT?GU/A$A\";i:1950;s:14:\"\"l=hT?GU~@eBEA\";i:1951;s:15:\"Qj=hT?GUO[H7ZLA\";i:1952;s:54:\"Tj=hT?GUO[s8ZLOWVElg*NNKZFlB3L.4FxrjYBCCRt2BJHNzijlT$A\";i:1953;s:15:\"5}>hT?GUO[SqXLA\";i:1954;s:15:\"z:=hT?GUO[[9ZLA\";i:1955;s:29:\"G0=hT?GUO[:CYLEUVElg*NNKmelBA\";i:1956;s:13:\"nu=hT?GU~AlBA\";i:1957;s:15:\">J>hT?GUO[oIZLA\";i:1958;s:13:\"F0=hT?GU^ClBA\";i:1959;s:13:\"F0=hT?GU:tlBA\";i:1960;s:15:\"F0=hT?GUO[v(ZLA\";i:1961;s:15:\"F0=hT?GUO[_)ZLA\";i:1962;s:15:\"F0=hT?GUO[e+ZLA\";i:1963;s:34:\"Bm=hT?GU/A$A~CSOYM)ZBt#T_Q3nE3kAgA\";i:1964;s:13:\"yd=hT?GU(ClBA\";i:1965;s:14:\"yd=hT?GU~@ZBEA\";i:1966;s:14:\"F0=hT?GU}jaBEA\";i:1967;s:14:\"(a=hT?GU}jaBEA\";i:1968;s:35:\"0d=hT?GU(ClBbL.4Fx}MCA|e=hT?GUuBlBA\";i:1969;s:15:\"Qj=hT?GUO[(,ZLA\";i:1970;s:76:\"mg=hT?GUO[N/ZL*BVElg*NNK;flBjL.4Fx}MBA[Q=hT?GUO[y:ZLqCVElg*NJAJt.\",ub@=1TEQA\";i:1971;s:13:\"hg=hT?GUuBlBA\";i:1972;s:13:\"hg=hT?GUuBlBA\";i:1973;s:14:\"yd=hT?GU~@FBEA\";i:1974;s:15:\"nu=hT?GUO[8MXLA\";i:1975;s:26:\"ou=hT?GUO[8MXL(HVElg*NLAIA\";i:1976;s:13:\"nu=hT?GU4DlBA\";i:1977;s:15:\"sP=hT?GUO[|;ZLA\";i:1978;s:14:\"(a=hT?GU~@aBEA\";i:1979;s:86:\"tu=hT?GUO[8MXL(HVElg*NLAJt)\",ub@PP5FRtLvSQ[zIA/hlt,ub@cY5FT3LvSQ[zGFFB$AzDSOYMj<dtABEA\";i:1980;s:24:\"ou=hT?GU4DlB/N.4Fxs@IABA\";i:1981;s:29:\"Rj=hT?GUO[+>ZLkUVElg*NNKKClBA\";i:1982;s:13:\"nu=hT?GU~AlBA\";i:1983;s:13:\"c#=hT?GU~AlBA\";i:1984;s:15:\"bS>hT?GUO[Q@ZLA\";i:1985;s:29:\"ig=hT?GUO[3rXLkUVElg*NNKKClBA\";i:1986;s:13:\"hg=hT?GUcHlBA\";i:1987;s:35:\"0d=hT?GU.DlBcM.4Fx}MBA;C=hT?GUuBlBA\";i:1988;s:13:\"c#=hT?GU~AlBA\";i:1989;s:13:\"_X>hT?GU4TlBA\";i:1990;s:59:\"lg=hT?GUO[UEYLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1991;s:14:\"hg=hT?GU~@cBEA\";i:1992;s:26:\"ou=hT?GUO[8MbL(HVElg*NLAIA\";i:1993;s:27:\"Am=hT?GUO[^XYL_EVElg*NtEOtA\";i:1994;s:15:\"nu=hT?GUO[8MXLA\";i:1995;s:15:\"(a=hT?GUO[jnZLA\";i:1996;s:13:\"c#=hT?GU~AlBA\";i:1997;s:13:\"nu=hT?GU\"tlBA\";i:1998;s:13:\"hg=hT?GUcHlBA\";i:1999;s:14:\"(a=hT?GU}jPBEA\";i:2000;s:12:\"F0=hT?GU/A$A\";i:2001;s:89:\"tu=hT?GUO[8MXL(HVElg*NLAIAmt,ub@y2b4MtoI_Q3nE3kAgA,BJHNzRm9(tAO/=hT?GU~@EBz(lt,ub@y29yMtA\";i:2002;s:15:\"hg=hT?GUO[1[ZLA\";i:2003;s:14:\"z:=hT?GU~@EBEA\";i:2004;s:50:\"qu=hT?GUO[8MXLi\"LvSQ[zEA/hit,ub@CG5F}4LvSQ[zGFIQ$A\";i:2005;s:67:\"3d=hT?GU.DlB(L.4FxrjKA7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:2006;s:13:\"nu=hT?GU~AlBA\";i:2007;s:27:\"0:=hT?GU~@EBz(lt,ub@y29yMtA\";i:2008;s:13:\"VE=hT?GUuBlBA\";i:2009;s:13:\"yd=hT?GU/wlBA\";i:2010;s:15:\"5}>hT?GUO[3rXLA\";i:2011;s:15:\"KV=hT?GUO[+>XLA\";i:2012;s:74:\"h#=hT?GUXGlBrL.4FxrjYBKERtmBJHNz?MuWUEqI:$vbSARtoBJHNzRmPtFAvW=hT?GU~@SBEA\";i:2013;s:12:\"KV=hT?GU/A$A\";i:2014;s:13:\"nu=hT?GU~AlBA\";i:2015;s:13:\"c#=hT?GUXGlBA\";i:2016;s:13:\"yd=hT?GU.DlBA\";i:2017;s:53:\"1d=hT?GU.DlB;L.4FxrjYBxBRtmBJHNzRmPtRAf+=hT?GUO[k_ZLA\";i:2018;s:14:\">J=hT?GU}jTBEA\";i:2019;s:29:\"?J=hT?GUO[&aZL.IVElg*NNKVhlBA\";i:2020;s:26:\"ou=hT?GUO[8MXL(HVElg*NLAIA\";i:2021;s:13:\">J=hT?GUzClBA\";i:2022;s:29:\"tP=hT?GUO[\"]ZLqCVElg*NNKQQlBA\";i:2023;s:13:\"c#=hT?GULKlBA\";i:2024;s:26:\"ou=hT?GUO[8MXLqCVElg*NdAIA\";i:2025;s:89:\"tu=hT?GUO[8MXLvDVElg*NrA3([\",ub@y29yCtXL_Q3nE3t`6AO/>hT?GUO[@QXL@QVElg*NLAJt.\",ub@y2/>MtA\";i:2026;s:13:\"nu=hT?GU~AlBA\";i:2027;s:13:\"_X=hT?GUMHlBA\";i:2028;s:12:\">J>hT?GU/A$A\";i:2029;s:26:\"*,>hT?GUO[b#ZL(HVElg*NYBQA\";i:2030;s:14:\"z:=hT?GU~@EBEA\";i:2031;s:13:\"c#=hT?GULKlBA\";i:2032;s:26:\"ou=hT?GU4DlB7L.4FxrjYBpBQA\";i:2033;s:15:\"nu=hT?GUO[8MXLA\";i:2034;s:15:\"z:=hT?GUO[4}ZLA\";i:2035;s:37:\"@J=hT?GUO[+>XLvDVElg*NrAJt@\",ub@so5FA\";i:2036;s:12:\">J=hT?GU/A$A\";i:2037;s:26:\"?J=hT?GUnGlBgM.4FxrjYBUEQA\";i:2038;s:13:\"c#=hT?GUXGlBA\";i:2039;s:40:\"pu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKABA\";i:2040;s:12:\"?2=hT?GU/A$A\";i:2041;s:12:\"4r=hT?GU/A$A\";i:2042;s:60:\"ru=hT?GU4DlB#L.4FxrjFAU|>hT?GUO[muXL@QVElg*NLAJt.\",ub@=1TEQA\";i:2043;s:27:\"!M>hT?GUO[lBaLNJVElg*N[}MtA\";i:2044;s:63:\"2d=hT?GU(ClB;L.4Fx}Mf86FrvLvSQ[zEAG\"#(k)Noa.CtwW1RqI:$vbaUU):CA\";i:2045;s:15:\">J?hT?GUO[[9XLA\";i:2046;s:93:\"uu=hT?GU4DlBUM.4FxrjOANc=hT?GU.DlBbL.4Fx~5JAHO=hT?GU}jNB/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@y2.hCtA\";i:2047;s:24:\"zd=hT?GU(ClBbL.4Fx}MCABA\";i:2048;s:12:\"KV=hT?GU/A$A\";i:2049;s:70:\"3d=hT?GU(ClB,L.4FxrjYBaERtrBJHNz?MuWyKqI:$vbSAQA.\",ub@TD5FRtLvSQ[zIAEA\";i:2050;s:137:\"9d=hT?GU(ClB;L.4Fx}MBATq=hT?GUDClBcM.4Fx}MBA;C=hT?GU~@TBc4ht,ub@Vd5FxtLvSQ[zpAz(ht,ub@Vd5FWuLvSQ[zpAbLpt,ub@^D5FI4LvSQ[zGFiC$A!DSOYMWDEtA\";i:2051;s:34:\"pu=hT?GU~AlBbL.4Fx}MBA|e=hT?GU/A$A\";i:2052;s:14:\"\"l=hT?GU~@BBEA\";i:2053;s:12:\"\"l=hT?GU/A$A\";i:2054;s:46:\"l==hT?GU~AlBsM.4FxrjBA2[=hT?GU~AlB0M.4FxrjBABA\";i:2055;s:36:\"0d=hT?GU.DlB(L.4Fx}Ms*6FfzLvSQ[zEAEA\";i:2056;s:68:\"Uj=hT?GU~@UB/hkt,ub@y2xWNtjn_Q3nE30o;v6FKyLvSQ[zGFVR$ANDSOYMj<cAxABA\";i:2057;s:13:\"9M>hT?GUHGlBA\";i:2058;s:55:\"l==hT?GUO[DHaL=JVElg*NNK6ilBwM.4FxrjYBeES\"/\",ub@y2PcNtA\";i:2059;s:149:\"zu=hT?GU4DlB#L.4Fxs@DA+h=hT?GUO[$$ZL0EVElg*NJA3(*\",ub@TD5FVxLvSQ[zEAbLht,ub@MI5F{uLvSQ[zLAc4ht,ub@Vd5FxtLvSQ[zpAz(ht,ub@Vd5FWuLvSQ[zpA/hpt,ub@y2y(DtA\";i:2060;s:137:\"xu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GU~@eBbLot,ub@y2_9Bt;v`Q3nE3\"!vA]9?hT?GUO[AA6FPzLvSQ[ziA/htt,ub@^D5FlxLvSQ[zGFlR$A^DSOYMifBtA\";i:2061;s:13:\"Qj=hT?GUIDlBA\";i:2062;s:13:\"Qj=hT?GUIzlBA\";i:2063;s:48:\"Zx>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5FRtLvSQ[zIAEA\";i:2064;s:15:\"Qj=hT?GUO[=JaLA\";i:2065;s:15:\"F0>hT?GUO[XLeLA\";i:2066;s:13:\"A^?hT?GU~AlBA\";i:2067;s:26:\")a=hT?GUO[+>XL:CVElg*N[AIA\";i:2068;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2069;s:13:\"(a=hT?GUYDlBA\";i:2070;s:13:\"(a=hT?GU{JlBA\";i:2071;s:15:\"bS=hT?GUO[8MaLA\";i:2072;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2073;s:85:\"bE=hT?GU}j(AwW#(k)Noa.w(uWvDqI:$vb;Bi\"mBJHNz`avWUEqI:$vb;Bi\"oBJHNz`avW8MqI:$vbaURd:CA\";i:2074;s:12:\"F0=hT?GU/A$A\";i:2075;s:13:\"VE=hT?GUuBlBA\";i:2076;s:14:\"VE=hT?GU}j(ACA\";i:2077;s:14:\"VE=hT?GU}j(ACA\";i:2078;s:24:\"cS=hT?GU:tlBEM.4Fx}MBABA\";i:2079;s:71:\"aE=hT?GU}j(AwW#(k)Noa.w(uWvDqI:$vb3Bi\"mBJHNz`avWUEqI:$vb3Bi\"oBJHNz`avWA\";i:2080;s:132:\"OH>hT?GUrKlBbL.4Fx}M&A7y=hT?GU~@3C/hjt,ub@=1pKRtpBJHNzij;p$AADSOYM*+7^lBKO.4Fxrj%A%$>hT?GU:tlBCO.4FxrjYBwGS\">\",ub@y2b4NtXL_Q3nE3zD$A\";i:2081;s:13:\"nu=hT?GU~AlBA\";i:2082;s:97:\"uu=hT?GU4DlBUM.4FxrjOAHO=hT?GUO[y:XLFBVElg*N^AJt(\",ub@TD5FWuLvSQ[zpAc4rt,ub@y2n_CtUE`Q3nE30o{e5FA\";i:2083;s:13:\"9M=hT?GUuBlBA\";i:2084;s:13:\"nu=hT?GU~AlBA\";i:2085;s:49:\"1d=hT?GU~@!CFtit,ub@y2_9LtaS_Q3nE3Oa$AHDSOYM)ZRtA\";i:2086;s:27:\"cS=hT?GUO[jnYLcMVElg*Nj&PtA\";i:2087;s:15:\"5}>hT?GUO[SqbLA\";i:2088;s:13:\"c#=hT?GULKlBA\";i:2089;s:12:\"EH=hT?GUpA$A\";i:2090;s:13:\"sP=hT?GUzClBA\";i:2091;s:13:\"bS=hT?GUEvlBA\";i:2092;s:26:\"WE?hT?GU~AlBpN.4FxrjYB8AIA\";i:2093;s:26:\"WE?hT?GU~AlBpN.4FxrjYB8AIA\";i:2094;s:79:\"K0=hT?GUO[+>XL!GVElg*NNK=JlB7L.4FxrjYBVBRttBJHNzRmOAJ\"h=_Q3nE3~R0AvW=hT?GUMHlBA\";i:2095;s:50:\"+a=hT?GUjClBCO.4FxrjYB]AIAit,ub@wc5FD3LvSQ[zGF@AgA\";i:2096;s:13:\"(a=hT?GUN0lBA\";i:2097;s:13:\"sP=hT?GUozlBA\";i:2098;s:90:\"L0=hT?GUO[&aXLvjVElg*NJAJt~AyD1+!RUJgA_BJHNzRm9(yAeZ>hT?GUO[@QaLOWVElg*NNKkElB3L.4Fx}MKABA\";i:2099;s:40:\"7}>hT?GUO[0kXLEUVElg*NNK*BlBhN.4FxrjBABA\";i:2100;s:46:\"vP=hT?GUzClBjL.4Fx}MBA[Q=hT?GUzClBzL.4Fx}MBABA\";i:2101;s:25:\")a=hT?GU~@SBG\"#(k)No@G;CA\";i:2102;s:12:\"9M>hT?GU/A$A\";i:2103;s:59:\"wP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GUO[XLcLqCVElg*N&FRt3BJHNz!P2WA\";i:2104;s:50:\"I0=hT?GUO[rPZL!GVElg*NJA2W)\",ub@y2_9Jt^X_Q3nE3kAgA\";i:2105;s:68:\"9r=hT?GUd0lB?L.4Fx}M/AHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:2106;s:265:\"oC{u)\",ub@{K5FLvLvSQ[zGFQQ$A|CSOYM)ZTt#T_Q3nE3%Z$A{DSOYM)ZRt(,_Q3nE3]W$A?CSOYM)ZRtUE_Q3nE3]W$A@CSOYM)ZRt=J_Q3nE3]W$ABDSOYMj<dtuB/hjt,ub@Lb7F2uLvSQ[zGFQY$AADSOYMAlTth=_Q3nE3~RZBm_&(k)Noa.l_uWPjqI:$vbaUI.;C*ZzXJI|+nBEA((k)No|B;CTXzXJI{ZHA8y&(k)Noa.Nc2W4YqI:$vbaU]K;CA\";i:2107;s:13:\"sP>hT?GU\"tlBA\";i:2108;s:13:\"F0=hT?GU0vlBA\";i:2109;s:57:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%Al_>hT?GU\"tlBA\";i:2110;s:50:\"vP=hT?GUO[&adLFBVElg*N&FS\"(\",ub@y2_9Zt=J_Q3nE3]W$A\";i:2111;s:29:\"6}>hT?GUO[#TeL.IVElg*NNKl[lBA\";i:2112;s:70:\"xP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%AU|>hT?GUO[PjbL:CVElg*N[AIA\";i:2113;s:13:\"_X=hT?GUpwlBA\";i:2114;s:26:\"?J=hT?GUnGlBCO.4FxrjYB]AIA\";i:2115;s:59:\"ZE=hT?GUO[UEcL*BVElg*N&FRtmBJHNz?M2WUEqI:$vbpLi\"oBJHNz?M2WA\";i:2116;s:13:\"(a>hT?GU~AlBA\";i:2117;s:15:\"(a>hT?GUO[VxZLA\";i:2118;s:66:\"%M=hT?GUuBlBEM.4FxrjYBmCRtuBJHNzRmOAc\"8M_Q3nE30oh=5FAwLvSQ[zGFaS$A\";i:2119;s:49:\"vP=hT?GU}jPB/hht,ub@TD5FGuLvSQ[zGFeG$A[CSOYM)ZBtA\";i:2120;s:46:\"vP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:2121;s:146:\"P0=hT?GUO[&aZL!GVElg*NNKdJlB7L.4FxrjYBVDRttBJHNzRm8WNA;C?hT?GU~AlB9N.4Fx}M;46FI4LvSQ[zGF$Y$AhDSOYMj<dtNBc4rt,ub@y2n_ItXL_Q3nE30o$$5FD3LvSQ[zGF@AgA\";i:2122;s:13:\"bS=hT?GUnGlBA\";i:2123;s:49:\"vP=hT?GU~@aB/hht,ub@TD5FGuLvSQ[zGFqS$A[CSOYM)ZBtA\";i:2124;s:13:\"bS=hT?GU:tlBA\";i:2125;s:70:\"bx>hT?GUO[5FXLi\"LvSQ[zpAc4ht,ub@TD7FxtLvSQ[z}CJt(\",ub@TD7FWuLvSQ[z>CIA\";i:2126;s:100:\"og=hT?GUO[aSYL>WVElg*N)FRt$BJHNzijgS$AuDSOYMj<e\",A7y>hT?GUO[&aeLBNVElg*N)FQA)\",ub@WK7FD3LvSQ[zGFjX$A\";i:2127;s:80:\"aE=hT?GUO[McaLFBVElg*N/AJt+\",ub@y2^QCt&a_Q3nE30o$$5F2uLvSQ[zGF9B$AADSOYMj<cAXABA\";i:2128;s:15:\"5}>hT?GUO[SqXLA\";i:2129;s:15:\"5}>hT?GUO[SqXLA\";i:2130;s:15:\"5}>hT?GUO[SqXLA\";i:2131;s:15:\"5}>hT?GUO[SqXLA\";i:2132;s:15:\"5}>hT?GUO[SqXLA\";i:2133;s:145:\"gE=hT?GUEvlB(L.4Fx}M:;8Fo4LvSQ[zGFVp$A|DSOYM)ZRt95`Q3nE3]W$AuDSOYMj<e\"aBZL&(k)Noa.l_2WCaqI:$vbtLgA*BJHNz!P2W5FqI:$vb[Li\"%BJHNzRm9(aBE\">hT?GU\"tlBA\";i:2134;s:59:\"ZE=hT?GUO[UEYL*BVElg*NJA3(&\",ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FA\";i:2135;s:70:\"&M=hT?GU\"tlBEM.4Fx}M%Aq1=hT?GU0vlB7L.4Fx~5(A<v=hT?GU:tlB.M.4FxrjYB)EQA\";i:2136;s:13:\"?2=hT?GU:tlBA\";i:2137;s:50:\"I0=hT?GUO[&aXL!GVElg*NJA2W)\",ub@y2^QCt^X_Q3nE3kAgA\";i:2138;s:15:\"yd@hT?GUO[PjaLA\";i:2139;s:60:\"wP=hT?GUDClBjL.4Fx}MBA[Q=hT?GU}jdB:>ht,ub@TD5Fo4LvSQ[zGFYI$A\";i:2140;s:103:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%A7y>hT?GUO[0kaLA\";i:2141;s:165:\"5P=hT?GU/A$A=CSOYMj<dtCBz(ht,ub@TD5FWuLvSQ[zGFoQ$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSARt*BJHNz!PuWjnqI:$vbaUFh:CfbzXJI{ZCAm_((k)NoHR:C]azXJI|+wC1Ji\"3BJHNz!PuWA\";i:2142;s:15:\"F0>hT?GUO[SqbLA\";i:2143;s:69:\"J0=hT?GUO[&adL!GVElg*NNK@wlB7L.4FxrjYB>IRttBJHNzRmPt*AU|>hT?GUO[PjbLA\";i:2144;s:13:\"nu=hT?GU~AlBA\";i:2145;s:15:\"5}>hT?GUO[~leLA\";i:2146;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbuARtuBJHNzzguWeGqI:$vbuARttBJHNzzguWA\";i:2147;s:13:\"(a=hT?GU:tlBA\";i:2148;s:13:\"bS=hT?GUkvlBA\";i:2149;s:103:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4FxrjYBJHS\"+\",ub@TD7FgwLvSQ[z>C2W)\",ub@TD7FAwLvSQ[z>C2W]\",ub@^D7FA\";i:2150;s:68:\"aE=hT?GUd0lBEM.4Fx}M%Aq1=hT?GU:tlB7L.4Fx}M%A<v=hT?GU:tlBKO.4FxrjBABA\";i:2151;s:105:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GUO[oIcLqCVElg*N&FS\"+\",ub@TD7FgwLvSQ[z>C2W)\",ub@TD7FAwLvSQ[z>CIAit,ub@y2n_StA\";i:2152;s:26:\"d#=hT?GU\"tlBvL.4FxrjYBEGQA\";i:2153;s:13:\"bS=hT?GUEvlBA\";i:2154;s:113:\"N0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"lB`Q3nE3\"W$AuDSOYMj<e\",AHO>hT?GU\"tlBGO.4Fxrj%AvW=hT?GU.zlBA\";i:2155;s:26:\"ou=hT?GU\"tlBCO.4FxrjYBaGQA\";i:2156;s:23:\"cS=hT?GU/A$A^CSOYM)ZBtA\";i:2157;s:15:\"Qj=hT?GUO[jnaLA\";i:2158;s:15:\"Qj=hT?GUO[H7ZLA\";i:2159;s:15:\"Qj=hT?GUO[s8ZLA\";i:2160;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:2161;s:15:\"sP=hT?GUO[.oaLA\";i:2162;s:41:\"XE=hT?GU}jCB/hht,ub@y2Q/OtoI_Q3nE30ol%6FA\";i:2163;s:12:\">J=hT?GU/A$A\";i:2164;s:12:\"bS=hT?GU/A$A\";i:2165;s:15:\"z:=hT?GUO[SqaLA\";i:2166;s:13:\"(a=hT?GUTClBA\";i:2167;s:15:\"(a=hT?GUO[jnYLA\";i:2168;s:29:\"ou=hT?GUO[8MXL!GVElg*NNKcMlBA\";i:2169;s:13:\"_X=hT?GUMHlBA\";i:2170;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2171;s:13:\"F0=hT?GUDClBA\";i:2172;s:39:\"pu=hT?GU4DlBCO.4FxrjYB2A2W@\",ub@y2mnJtA\";i:2173;s:123:\"1P=hT?GU~@VB/hht,ub@TD5FGuLvSQ[zoA:>ht,ub@TD5FQwLvSQ[zGF_E$ACDSOYM)ZBt8M_Q3nE30o956FAwLvSQ[zEAbLmt,ub@y2n_OtoI`Q3nE30o:&6FA\";i:2174;s:15:\"(a=hT?GUO[+>XLA\";i:2175;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2176;s:50:\"8}>hT?GUO[0kXL:CVElg*N[A2W@\",ub@y2_9Btv(_Q3nE3sAgA\";i:2177;s:13:\"c#=hT?GUXGlBA\";i:2178;s:13:\"c#=hT?GULKlBA\";i:2179;s:15:\"bS=hT?GUO[JVYLA\";i:2180;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2181;s:26:\"cS=hT?GU/A$AzDSOYMj<cA4ABA\";i:2182;s:23:\"cS=hT?GU/A$A^CSOYM)ZBtA\";i:2183;s:12:\"F0=hT?GU/A$A\";i:2184;s:59:\"fS=hT?GU/A$AFDSOYMLUDtlB_Q3nE30oU)6F[tLvSQ[zEAz(pt,ub@^D5FA\";i:2185;s:15:\"bS=hT?GUO[(,YLA\";i:2186;s:27:\"G0=hT?GU}jTBbLmt,ub@y2n_OtA\";i:2187;s:67:\"xP=hT?GUzClBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA`BJHNz!P2WA\";i:2188;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzApuWeGqI:$vbSARttBJHNzApuWA\";i:2189;s:64:\"ZE=hT?GUO[s8YLeGVElg*NNKfDlBIM.4Fx~5DAeZ=hT?GUO[&aXL~FVElg*NdAIA\";i:2190;s:137:\"8d=hT?GU(ClB^L.4Fx}MBA7y=hT?GUO[oIZL!GVElg*NJA2W)\",ub@y2.hJt^X_Q3nE3kAi\"_BJHNzRmQ\"C\"@Q_Q3nE30o$$6FfzLvSQ[zEAc4lt,ub@y2aLPtp1_Q3nE30oIo6FA\";i:2191;s:39:\"Bm=hT?GU/A$A~CSOYMj<dtvAOc#(k)Noa.l_yWA\";i:2192;s:13:\"nu=hT?GU4DlBA\";i:2193;s:13:\"5}?hT?GUGJlBA\";i:2194;s:15:\"VE=hT?GUO[3rYLA\";i:2195;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2196;s:93:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzRmQ\"V\"8M_Q3nE3kAi\"tBJHNzRmQ\"V\"A\";i:2197;s:126:\"wu=hT?GU4DlBbL.4Fx}MCApI=hT?GU/A$ABDSOYMj<e\"hAq1=hT?GUO[oIZLPDVElg*NNKzXlBAM.4FxrjYB{CQA)\",ub@y2y(GtVx_Q3nE30oUE6F1xLvSQ[zuAEA\";i:2198;s:15:\"F0>hT?GUO[VxaLA\";i:2199;s:15:\"5}?hT?GUO[3rXLA\";i:2200;s:87:\"4d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A)DSOYMj<dt?ADt#(k)No`,lC2W@\",ub@y2xWPtPj_Q3nE30oD,6FA\";i:2201;s:13:\"?2=hT?GUzClBA\";i:2202;s:13:\"?2=hT?GUjClBA\";i:2203;s:26:\"Am=hT?GUO[&aXLZFVElg*NdAIA\";i:2204;s:12:\"\"l=hT?GU/A$A\";i:2205;s:39:\"Bm=hT?GUO[p1aLZFVElg*N^AJt*\",ub@y2mnPtA\";i:2206;s:15:\"yd=hT?GUO[3rXLA\";i:2207;s:79:\"4d=hT?GU)vlB?L.4Fx}M%A;C=hT?GUuBlBEM.4Fxs@CAq1=hT?GUzClB7L.4Fxs@CA<v=hT?GUzClBA\";i:2208;s:111:\"wu=hT?GU5wlBUM.4Fxs@.AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbpLi\"uBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2209;s:13:\"EH=hT?GULKlBA\";i:2210;s:13:\"EH=hT?GUXGlBA\";i:2211;s:13:\"VE=hT?GUuBlBA\";i:2212;s:157:\"#d=hT?GU.DlB;L.4FxrjKAkn=hT?GUcHlBbL.4Fx}M}%8FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5Fo4LvSQ[zFAc4lt,ub@^D5F*xLvSQ[z?CK\"kt,ub@^D7FKyLvSQ[z?CJt/\",ub@^D7FA\";i:2213;s:35:\"pu=hT?GU~AlBnP.4Fxs@MAYL>hT?GUHGlBA\";i:2214;s:13:\"nu=hT?GU4DlBA\";i:2215;s:24:\"6}?hT?GUH2lB<M.4Fx~5.ABA\";i:2216;s:58:\"ZE=hT?GU~@TByWjt,ub@TD5FgwLvSQ[zOAbLit,ub@%Z5FAwLvSQ[zOAEA\";i:2217;s:40:\"H0=hT?GU:tlBeO.4FxrjYBJFRt%BJHNzRm9(hABA\";i:2218;s:15:\"F0>hT?GUO[E0bLA\";i:2219;s:13:\"VE=hT?GUuBlBA\";i:2220;s:13:\"VE=hT?GUvulBA\";i:2221;s:24:\"d#=hT?GUXGlBbL.4Fx}M&ABA\";i:2222;s:56:\"ZE=hT?GUdUlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2223;s:15:\"VE=hT?GUO[95aLA\";i:2224;s:13:\"VE=hT?GU>BlBA\";i:2225;s:13:\"VE=hT?GUuBlBA\";i:2226;s:13:\"nu=hT?GU~AlBA\";i:2227;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2228;s:13:\"yd=hT?GU.DlBA\";i:2229;s:13:\"VE=hT?GUvulBA\";i:2230;s:13:\"VE=hT?GUvulBA\";i:2231;s:94:\"5d=hT?GU)vlB;L.4FxrjYBNFS\"*\",ub@TD7FRtLvSQ[zGFPr$ABDSOYMM%Bt&a_Q3nE3ZB$A^CSOYMM%Bt^X_Q3nE3ZB$A\";i:2232;s:13:\"VE=hT?GU!BlBA\";i:2233;s:13:\"VE=hT?GUuBlBA\";i:2234;s:13:\"VE=hT?GU>BlBA\";i:2235;s:13:\"sP=hT?GUDClBA\";i:2236;s:13:\"EH=hT?GULKlBA\";i:2237;s:13:\"EH=hT?GUXGlBA\";i:2238;s:13:\"EH=hT?GU~AlBA\";i:2239;s:13:\"EH=hT?GU~AlBA\";i:2240;s:24:\"ou=hT?GU~AlBUM.4FxrjOABA\";i:2241;s:34:\"pu=hT?GU4DlB#L.4FxrjFApI>hT?GU/A$A\";i:2242;s:73:\"3d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A]CSOYM*+>qlBgM.4FxrjYBRFRt+BJHNzRmQ\"H\"A\";i:2243;s:13:\"nu=hT?GU~AlBA\";i:2244;s:15:\"F0>hT?GUO[b#aLA\";i:2245;s:48:\"I0=hT?GUO[&aYL!GVElg*NJA2W)\",ub@TD5FAwLvSQ[zEAEA\";i:2246;s:26:\"d#=hT?GUXGlBCO.4FxrjYB8AIA\";i:2247;s:12:\">J=hT?GU/A$A\";i:2248;s:13:\"bS=hT?GU:tlBA\";i:2249;s:24:\"zd=hT?GU.DlBAM.4Fx}MKABA\";i:2250;s:86:\"4d=hT?GU(ClB;L.4FxrjYB1BS\"*\",ub@TD5F+!LvSQ[zXv0W(,qI:$vbWUc\"h=_Q3nE3~R0Af+=hT?GU}jXBEA\";i:2251;s:26:\"6}>hT?GUO[SqXL@QVElg*NLAIA\";i:2252;s:15:\"5}>hT?GUO[$$aLA\";i:2253;s:15:\"KV@hT?GUO[K&aLA\";i:2254;s:70:\"J0=hT?GUO[+>XL!GVElg*NJA2W)\",ub@=10FRttBJHNz?MuWPjqI/TwbaUk_:CnjYBbFgA\";i:2255;s:14:\"z:=hT?GU~@EBEA\";i:2256;s:48:\"f#=hT?GUXGlB7L.4Fx}MJAU|>hT?GUO[PjXLkUVElg*N,AIA\";i:2257;s:29:\"6}>hT?GUO[PjXLEUVElg*NNK(XlBA\";i:2258;s:15:\"9M>hT?GUO[lBaLA\";i:2259;s:15:\"F0>hT?GUO[e+aLA\";i:2260;s:50:\"I0=hT?GUO[+>XL!GVElg*NJA2W)\",ub@y2EtEt^X_Q3nE3kAgA\";i:2261;s:53:\"qu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKAf+>hT?GUO[b#ZLA\";i:2262;s:27:\"6}>hT?GUO[p1XLNJVElg*N[}MtA\";i:2263;s:15:\"9M>hT?GUO[lBaLA\";i:2264;s:35:\"pu=hT?GU4DlBjL.4FxrjKA$T=hT?GUcHlBA\";i:2265;s:127:\"*M=hT?GUO[(,aLKCVElg*N/AJt+\",uj@y2PcEt&aaU#z5FQYzXJI|+wCeCi\"pBJHNzRm8WNA<v=hT?GUO[y:XL>WVElg*NNK]qlBpN.4FxrjYBjFS\"@\",ub@y2y(BtA\";i:2266;s:45:\"vP=hT?GU/A$A=CSOYMM%BtoI_Q3nE3ZB$A[CSOYM)ZBtA\";i:2267;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3ZB$A[CSOYMM%BtA\";i:2268;s:103:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbaUu{:CA\";i:2269;s:109:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzRm9(kAeZ=hT?GU~@jBbLjt,ub@y2^QKtXL_Q3nE30o$$5FA\";i:2270;s:13:\"c#=hT?GULKlBA\";i:2271;s:13:\"c#=hT?GUXGlBA\";i:2272;s:38:\"pu=hT?GU~@GBz(jt,ub@BZ5FxtLvSQ[zGF_E$A\";i:2273;s:38:\"pu=hT?GU~@GBz(jt,ub@so5FWuLvSQ[zGF_E$A\";i:2274;s:12:\"EH=hT?GUpA$A\";i:2275;s:60:\"IH=hT?GUpA$A@CSOYMM%BtdZ_Q3nE3~R3AeZ>hT?GUO[3raLkUVElg*NYBQA\";i:2276;s:108:\"0P=hT?GU/A$A=CSOYM*+4slBvL.4Fx}MBA$T=hT?GU~@jBbLpt,ub@^D7FI4LvSQ[zGFSC$A]CSOYMXwTtQ@_Q3nE30o(H7Fp1LvSQ[zFAEA\";i:2277;s:15:\"5}>hT?GUO[95bLA\";i:2278;s:15:\"5}>hT?GUO[0kbLA\";i:2279;s:15:\"F0>hT?GUO[E0XLA\";i:2280;s:14:\"(a=hT?GU}jLBEA\";i:2281;s:35:\"e#=hT?GU~AlBbL.4Fx}MCA[Q=hT?GUDClBA\";i:2282;s:63:\"g#=hT?GUXGlBrL.4Fx}M;46FxtLvSQ[zGF8E$A@CSOYMj<dtaAln#(k)No3B:CA\";i:2283;s:13:\"nu=hT?GU~AlBA\";i:2284;s:160:\"tg=hT?GUkvlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgAuBJHNzRm8WLAq1=hT?GUO[b#XLPDVElg*NNK^HlBAM.4FxrjYB\"ARt*BJHNzRmQ\"g\"4}_Q3nE30o1R5FmuLvSQ[zoA/hlt,ub@=1:JQA\";i:2285;s:25:\"WE=hT?GUuBlB9N.4Fx}M;46FA\";i:2286;s:13:\"yd=hT?GU.DlBA\";i:2287;s:109:\"6d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A;CSOYM*+OqlB|P.4Fx}M;46FA$LvSQ[zXv0W8<qI:$vb\"Ic\"$$`Q3nE3~R0A7y>hT?GUO[h=aLA\";i:2288;s:15:\">J?hT?GUO[[9XLA\";i:2289;s:70:\"aE=hT?GUuBlBrL.4Fx}MJApI=hT?GUcHlBvL.4Fx}MBA$T=hT?GUcHlBMQ.4FxrjYBpFQA\";i:2290;s:37:\"pu=hT?GU4DlB*N.4FxrjYB}CQA>\",ub@^D5FA\";i:2291;s:15:\"nu>hT?GUO[Q@aLA\";i:2292;s:52:\",,>hT?GUO[1[aL:CVElg*NB.Otxd`Q3nE30ou{6Fp1LvSQ[zFAEA\";i:2293;s:64:\"J0=hT?GU}jNB/hjt,ub@=10FRtpBJHNzijgS$AADSOYM*+4slBCO.4FxrjYBxFQA\";i:2294;s:15:\"),>hT?GUO[=JZLA\";i:2295;s:76:\"K0=hT?GU}jNB/hjt,ub@=10FRtpBJHNzijgS$AADSOYM*+4slBdN.4Fx}MPs6Fm!LvSQ[zGFWW$A\";i:2296;s:15:\"_X=hT?GUO[T|aLA\";i:2297;s:24:\"@2=hT?GUnGlB/N.4FxrjOABA\";i:2298;s:24:\"Xx=hT?GUnGlB/N.4Fxs@IABA\";i:2299;s:133:\"wu=hT?GUO[8MXLKCVElg*NNK=ZlBEM.4FxrjYBxBRtuBJHNzRm8WNAeZ=hT?GUO[oIYL~FVElg*NNKdJlB9N.4Fx}M;46F/1LvSQ[zGFGG$A]CSOYMj<cA|AO/=hT?GURIlBA\";i:2300;s:15:\"F0>hT?GUO[4}aLA\";i:2301;s:15:\"5}>hT?GUNkBA5FA\";i:2302;s:15:\"F0>hT?GUNkBA7FA\";i:2303;s:15:\"F0>hT?GUNkBA7FA\";i:2304;s:15:\"5}>hT?GUNkBA5FA\";i:2305;s:15:\"5}>hT?GUNkBA7FA\";i:2306;s:15:\":`?hT?GUNkBA7FA\";i:2307;s:15:\"5}>hT?GUNkmBXLA\";i:2308;s:15:\"F0>hT?GUNkmBbLA\";i:2309;s:15:\"F0>hT?GUNkmBbLA\";i:2310;s:15:\"5}>hT?GUNkmBXLA\";i:2311;s:15:\"5}>hT?GUNkmBbLA\";i:2312;s:15:\":`?hT?GUNkmBbLA\";i:2313;s:15:\"5}>hT?GUNk;CXLA\";i:2314;s:15:\"F0>hT?GUNk;CbLA\";i:2315;s:15:\"F0>hT?GUNk;CbLA\";i:2316;s:15:\"5}>hT?GUNk;CXLA\";i:2317;s:15:\"5}>hT?GUNk;CbLA\";i:2318;s:15:\":`?hT?GUNk;CXLA\";i:2319;s:15:\"5}>hT?GUNkVEXLA\";i:2320;s:15:\"F0>hT?GUNkVEbLA\";i:2321;s:15:\"F0>hT?GUNkVEbLA\";i:2322;s:15:\"5}>hT?GUNkVEXLA\";i:2323;s:15:\"5}>hT?GUNkVEbLA\";i:2324;s:15:\":`?hT?GUNkVEXLA\";i:2325;s:15:\"5}>hT?GUO[3rbLA\";i:2326;s:13:\"EH>hT?GUrKlBA\";i:2327;s:191:\"oClB+\",ub@qO5F+uLvSQ[zzb1WoIqI:$vbaUR9:C7XzXJI{ZFAm_#(k)No3B:C2WzXJI|+GAZL$(k)No>M:CQYzXJI{ZSA8y#(k)No>M:CAYzXJI{ZSADt*(k)No`,,CIAvt,ub@=10FRt~BJHNzijcW$AFESOYM*+4slB<M.4Fx}MBA7y>hT?GUNk6FXLA\";i:2328;s:46:\"I0=hT?GUYDlBIM.4Fx~5EAeZ=hT?GUYDlBAM.4Fx~5EABA\";i:2329;s:83:\"tu=hT?GU4DlBbL.4Fx~5EA|e=hT?GUYDlBjL.4Fx}MJA%$>hT?GUYDlBpN.4FxrjYB_A2W^\",ub@y2aLGtA\";i:2330;s:66:\"%M>hT?GUHGlBoM.4Fxrj}BKAK\"kt,ub@y2RcBt.o_Q3nE3H#vD5FayLvSQ[z@HoAgA\";i:2331;s:15:\"F0>hT?GUO[SqbLA\";i:2332;s:238:\"oC9B+\",ub@^D5F+uLvSQ[zzb1WoIqI:$vbaUR9:C;XzXJI{ZCADt$(k)Noa.]QuW8MqI:$vbX%h\"&a_Q3nE3so#AeZ=hT?GU~@jBbLjt,ub@=10FQA\"AyD1+!ROLgACCJHNzijcW$A}DSOYM*+4slBUQ.4Fx}Mr}6FI4LvSQ[zGF6C$AhDSOYMj<sABAvW=hT?GUDClB/N.4FxrjYBYAIAnt,ub@^D5F.4LvSQ[zGF?D$A\";i:2333;s:15:\"),=hT?GUNk>JXLA\";i:2334;s:62:\"%M>hT?GUHGlBoM.4Fx}M)96F`xLvSQ[z{&0WkUqI:$vb*|c\"Sq_Q3nE3t`1ABA\";i:2335;s:61:\"%M>hT?GU/A$AKDSOYM*+*llBsM.4Fx}ME96FKyLvSQ[zM$0WJVqI:$vbu<c\"A\";i:2336;s:66:\"%M>hT?GU/A$AKDSOYMj<sACA,>=hT?GUNkYLXLSKVElg*N+PlBlB0M.4Fxrj}BQAIA\";i:2337;s:77:\"Vj=hT?GUIDlB<M.4Fx~5IA};=hT?GUNk9MXL=JVElg*N+P1BlBwM.4Fxrj}BSAJt/\",ub@y2#yBtA\";i:2338;s:66:\"%M>hT?GU/A$AKDSOYMj<sACA,>=hT?GUNkYLXLSKVElg*N+PlBlB0M.4Fxrj}BQAIA\";i:2339;s:77:\"Vj=hT?GUIDlB<M.4Fx~5IA};=hT?GUNk9MXL=JVElg*N+P1BlBwM.4Fxrj}BSAJt/\",ub@y2#yBtA\";i:2340;s:46:\"l==hT?GU\"tlBsM.4Fxrj%A2[=hT?GU\"tlB0M.4Fxrj%ABA\";i:2341;s:13:\"_X=hT?GUMHlBA\";i:2342;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2343;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2344;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2345;s:38:\"pu=hT?GU~AlBbL.4Fx}Mo[6F.4LvSQ[zGF?D$A\";i:2346;s:13:\"nu=hT?GU4DlBA\";i:2347;s:13:\"nu=hT?GU\"tlBA\";i:2348;s:13:\"4r=hT?GU:tlBA\";i:2349;s:87:\"z8?hT?GUO[3rZLEUVElg*NNK`BlBzP.4Fx}MPs6FM8LvSQ[zGFXL$ASDSOYMtODtVx`Q3nE3sAgA|BJHNz!PuWA\";i:2350;s:15:\"z:=hT?GUNksPXLA\";i:2351;s:13:\"9M>hT?GUHGlBA\";i:2352;s:52:\"<o=hT?GU~@MBFtlt,ub@TD5FlxLvSQ[zGFlR$AVDSOYMj<sADABA\";i:2353;s:12:\"9M>hT?GU/A$A\";i:2354;s:39:\"#M>hT?GUHGlB_M.4Fxrj}BaAJtBByD1+IT6(D\"A\";i:2355;s:13:\"nu=hT?GU~AlBA\";i:2356;s:38:\"XE=hT?GUNkKVXLlBVElg*N@rMtdZ_Q3nE3]W$A\";i:2357;s:101:\"dx>hT?GUcHlB#L.4Fx}Ml:6FLvLvSQ[zGFfT$A|CSOYM)ZBtJV_Q3nE3H#XL5F{uLvSQ[zIAyWnt,ub@y2b4Ct0k_Q3nE3H#|L5FA\";i:2358;s:14:\"\"l=hT?GU~@eBEA\";i:2359;s:59:\"J0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDA7y>hT?GUNkeZXLA\";i:2360;s:37:\"0d=hT?GU.DlB?L.4Fx}MBAO/=hT?GUNk(abLA\";i:2361;s:13:\"c#=hT?GUXGlBA\";i:2362;s:24:\"?J=hT?GUnGlBzL.4Fx}MBABA\";i:2363;s:13:\"c#=hT?GULKlBA\";i:2364;s:36:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GU}jXBEA\";i:2365;s:179:\"SH=hT?GUpA$A_CSOYMifCtlB_Q3nE3XX$A>CSOYMXwRtrP_Q3nE3so8AHO=hT?GUO[+>XLFBVElg*NJAJt(\",ub@TD5FWuLvSQ[zEAyWjt,ub@=1SLRtuBJHNzij:s$A^CSOYM*+5~lBAM.4Fx}Mr}8F!2LvSQ[z;^1WPjqI:$vbaUS:;CA\";i:2366;s:14:\"/o=hT?GU~@jBEA\";i:2367;s:93:\"5d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A;CSOYMM%BtrP_Q3nE3so8A;C?hT?GU~AlB&O.4Fx}MMApI?hT?GUO[[9XLA\";i:2368;s:76:\"3d=hT?GU(ClB;L.4Fxrj}BoAJt*\",ub@FN5FI4LvSQ[z@H@AgApBJHNzijlT$AIDSOYMj<e\"wABA\";i:2369;s:15:\"),>hT?GUO[b#ZLA\";i:2370;s:37:\"XE=hT?GUuBlBEM.4FxrjYBVBRtpBJHNz?MuWA\";i:2371;s:15:\"5}>hT?GUNkHOXLA\";i:2372;s:92:\"uu=hT?GU5wlBEM.4Fx}MB26FgwLvSQ[zNAbLit,ub@=1tERttBJHNzRmuW%tqI:$vbWARt<BJHNz5uvWCaqI:$vbWAQA\";i:2373;s:70:\"K0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GUnGlBAM.4Fx}MBA;C?hT?GU~AlBCO.4FxrjYB8AIA\";i:2374;s:13:\"yd=hT?GU.DlBA\";i:2375;s:99:\"uu=hT?GUO[8MXLvDVElg*NfA3(*\",ub@TD5FRtLvSQ[zpA/hit,ub@Vd5FfzLvSQ[z@H=B$AyDSOYMj<cALAO/=hT?GUNk|eXLA\";i:2376;s:15:\"bS>hT?GUNkhgXLA\";i:2377;s:101:\"uu=hT?GU4DlB,L.4Fx}Mi(6FbvLvSQ[zkA:>it,ub@=1=ERt)BJHNzRmPtHAvW=hT?GU~@HByWot,ub@y2y(BtPj_Q3nE30oD,6FA\";i:2378;s:26:\"5r?hT?GUxIlB*N.4FxrjYBWAIA\";i:2379;s:15:\"),>hT?GUO[=JZLA\";i:2380;s:26:\"!M>hT?GU/A$AJDSOYMj<sAGABA\";i:2381;s:26:\"!M>hT?GUHGlBkM.4Fxrj}ByAIA\";i:2382;s:13:\"4r?hT?GUxIlBA\";i:2383;s:15:\"9M>hT?GUNkydXLA\";i:2384;s:15:\"9M>hT?GUNk1kXLA\";i:2385;s:13:\"_X=hT?GUDClBA\";i:2386;s:13:\"_X=hT?GU,GlBA\";i:2387;s:13:\"_X=hT?GU,GlBA\";i:2388;s:13:\"_X=hT?GU,GlBA\";i:2389;s:13:\"_X=hT?GU,GlBA\";i:2390;s:13:\"nu=hT?GU4DlBA\";i:2391;s:50:\"qu=hT?GUNk\"lXLi\"LvSQ[zIA/hit,ub@CG5F}4LvSQ[zGFIQ$A\";i:2392;s:12:\"F0=hT?GU/A$A\";i:2393;s:121:\"wu=hT?GU5wlBnP.4FxrjYBIA3(BByD1+ITItC\"GO_Q3nE3so6A1k=hT?GU/A$A~CSOYM)ZRtlB_Q3nE3)AgAuBJHNzijHV$ATDSOYM)ZBt0k_Q3nE3H##T5FA\";i:2394;s:14:\"\"l=hT?GU~@eBEA\";i:2395;s:26:\"6}?hT?GUGJlB<M.4Fxrj}B6AIA\";i:2396;s:64:\"2d=hT?GU(ClB,L.4FxrjYB<ERtrBJHNzRmXtHATq=hT?GUDClBSO.4FxrjYB}AIA\";i:2397;s:15:\"),=hT?GUO[oIaLA\";i:2398;s:110:\"6d=hT?GU(ClB,L.4FxrjYB;DRtrBJHNz?MuW$AVElg*NRAJt+\",ub@=1cFRtuBJHNzijXV$A^CSOYM*+uqlBAM.4Fx}MD@6FT3LvSQ[zGFFB$A\";i:2399;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2400;s:15:\"5}>hT?GUO[SqXLA\";i:2401;s:15:\"5}>hT?GUO[SqXLA\";i:2402;s:15:\"5}>hT?GUO[SqXLA\";i:2403;s:15:\"5}>hT?GUO[SqXLA\";i:2404;s:13:\">J=hT?GUDClBA\";i:2405;s:48:\"qu=hT?GUO[8MXL(HVElg*NlGRtlBJHNz`avWvDqI:$vb:AQA\";i:2406;s:15:\">J=hT?GUO[+>XLA\";i:2407;s:100:\"uu=hT?GUO[8MXLi\"LvSQ[zGFzf$A{DSOYMj<dtzAOc#(k)No3B;CDXzXJI{ZdA7F((k)Noa.V|uW!mqI:$vb\"Ic\"JV`Q3nE3+a$A\";i:2408;s:13:\"c#=hT?GU\"tlBA\";i:2409;s:26:\"ou=hT?GUO[8MXL(HVElg*N)FQA\";i:2410;s:12:\">J=hT?GU/A$A\";i:2411;s:15:\">J=hT?GUNkCtXLA\";i:2412;s:119:\"wu=hT?GUO[N/bLvDVElg*NrA2W&\",ub@Vd5F{uLvSQ[zIAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAyWot,ub@y2y(Bt5F`Q3nE30o!m6FA\";i:2413;s:39:\"7}?hT?GUO[5FXL8MVElg*NJAJt.\",ub@y2!FDtA\";i:2414;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2415;s:53:\"Zx=hT?GU:tlBkM.4Fxrj}B)AJtBByD1+IT2(U\"p1_Q3nE3H#4Y5FA\";i:2416;s:26:\"ou=hT?GUO[8MXLFBVElg*NJAIA\";i:2417;s:35:\"0d=hT?GU.DlB^L.4FxrjKAq1=hT?GUnGlBA\";i:2418;s:34:\"0d=hT?GU.DlB;L.4Fx}MBATq=hT?GU/A$A\";i:2419;s:15:\"bS>hT?GUNkWxXLA\";i:2420;s:13:\"9M>hT?GUHGlBA\";i:2421;s:15:\"F0@hT?GUNk7yXLA\";i:2422;s:15:\"F0@hT?GUNkF0XLA\";i:2423;s:15:\"F0@hT?GUNk$TXLA\";i:2424;s:15:\"F0@hT?GUNkq1XLA\";i:2425;s:15:\"F0@hT?GUNk?2XLA\";i:2426;s:15:\"F0@hT?GUNkZ4XLA\";i:2427;s:14:\"F0@hT?GU~@JBEA\";i:2428;s:15:\"F0@hT?GUNk!5XLA\";i:2429;s:15:\"F0@hT?GUNkI7XLA\";i:2430;s:15:\"F0@hT?GUNkt8XLA\";i:2431;s:15:\"F0@hT?GUNk]9XLA\";i:2432;s:15:\"F0@hT?GUNkc#XLA\";i:2433;s:15:\"F0@hT?GUNk%$XLA\";i:2434;s:15:\"F0@hT?GUNkL&XLA\";i:2435;s:15:\"F0@hT?GUNkw(XLA\";i:2436;s:15:\"F0@hT?GUNk`)XLA\";i:2437;s:15:\"F0@hT?GUNkf+XLA\";i:2438;s:15:\"F0@hT?GUNk),XLA\";i:2439;s:15:\"F0@hT?GUNkO/XLA\";i:2440;s:15:\"F0@hT?GUNkz:XLA\";i:2441;s:15:\"F0@hT?GUNk};XLA\";i:2442;s:15:\"F0@hT?GUNki=XLA\";i:2443;s:15:\"F0@hT?GUNk,>XLA\";i:2444;s:15:\"F0@hT?GUNkR@XLA\";i:2445;s:15:\"F0@hT?GUNk2[XLA\";i:2446;s:15:\"F0@hT?GUNkA^XLA\";i:2447;s:15:\"F0@hT?GUNkl_XLA\";i:2448;s:15:\"F0@hT?GUNk:`XLA\";i:2449;s:15:\"F0@hT?GUNkU|XLA\";i:2450;s:15:\"F0@hT?GUNk5}XLA\";i:2451;s:50:\"I0=hT?GUNkNcbL!GVElg*N&FRtpBJHNzRmY\"k\"^X_Q3nE3]W$A\";i:2452;s:29:\"`X=hT?GUO[N/YLcMVElg*NNKkUlBA\";i:2453;s:26:\"`X=hT?GU~@eB/hlt,ub@=1gFQA\";i:2454;s:26:\"`X=hT?GU~@aB/hlt,ub@=1QFQA\";i:2455;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2456;s:26:\"`X=hT?GU~@SB/hlt,ub@=1;EQA\";i:2457;s:12:\">J=hT?GU/A$A\";i:2458;s:13:\"nu=hT?GU~AlBA\";i:2459;s:77:\"aE=hT?GU}jLBc4ht,ub@=1#ERt)BJHNzRmWAq\"xd`Q3nE30o/V8FmuLvSQ[z`C2W.\",ub@y2!FFtA\";i:2460;s:15:\"5}>hT?GUO[SqbLA\";i:2461;s:42:\"7}>hT?GUO[SqbL1RVElg*N+P44lBkM.4Fxrj}BrBQA\";i:2462;s:14:\"A^?hT?GU~@FBEA\";i:2463;s:24:\"ou=hT?GU\"tlBfP.4FxrjBABA\";i:2464;s:15:\"bS>hT?GUO[3rbLA\";i:2465;s:13:\"Wx>hT?GUGJlBA\";i:2466;s:15:\"hg=hT?GUO[UEYLA\";i:2467;s:13:\"c#=hT?GU~AlBA\";i:2468;s:13:\"9M>hT?GUHGlBA\";i:2469;s:15:\"bS=hT?GUNk6FYLA\";i:2470;s:13:\"Wx>hT?GUGJlBA\";i:2471;s:13:\"9M>hT?GU:tlBA\";i:2472;s:13:\"9M>hT?GU:tlBA\";i:2473;s:24:\":o=hT?GUbKlB<M.4Fx~5IABA\";i:2474;s:24:\"5r=hT?GUbKlB<M.4Fx~5IABA\";i:2475;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:2476;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:2477;s:15:\"),?hT?GUNkEHYLA\";i:2478;s:13:\"`)>hT?GU~AlBA\";i:2479;s:13:\"/o>hT?GU~AlBA\";i:2480;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2481;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2482;s:13:\"9M>hT?GUHGlBA\";i:2483;s:67:\"h#=hT?GUXGlBbL.4Fx~5PAHO=hT?GU/A$A=CSOYM*+EtoI_Q3nE3dF$A[CSOYM)ZBtA\";i:2484;s:13:\">J=hT?GU7KlBA\";i:2485;s:13:\"EH=hT?GU~AlBA\";i:2486;s:12:\">J=hT?GU/A$A\";i:2487;s:12:\"EH=hT?GUpA$A\";i:2488;s:12:\"F0=hT?GU/A$A\";i:2489;s:15:\"F0=hT?GUO[&aYLA\";i:2490;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2491;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2492;s:15:\"),=hT?GUNkpIYLA\";i:2493;s:15:\"),=hT?GUNk>JYLA\";i:2494;s:15:\"),=hT?GUNkYLYLA\";i:2495;s:15:\"),=hT?GUNk9MYLA\";i:2496;s:15:\"),=hT?GUNkHOYLA\";i:2497;s:15:\"),=hT?GUNksPYLA\";i:2498;s:15:\"),=hT?GUNk[QYLA\";i:2499;s:15:\"),=hT?GUNkbSYLA\";i:2500;s:15:\"),=hT?GUNk$TYLA\";i:2501;s:15:\"),=hT?GUNkKVYLA\";i:2502;s:15:\"),=hT?GUNkvWYLA\";i:2503;s:15:\"),=hT?GUNk_XYLA\";i:2504;s:15:\"),=hT?GUNkeZYLA\";i:2505;s:15:\"),=hT?GUNk(aYLA\";i:2506;s:12:\"F0=hT?GU/A$A\";i:2507;s:13:\"c#=hT?GULKlBA\";i:2508;s:26:\"?J=hT?GU/A$A[CSOYMj<dtJACA\";i:2509;s:49:\"I0=hT?GU~@SB/hjt,ub@=1;ERtpBJHNzijdT$AADSOYMB]BtA\";i:2510;s:25:\"5r=hT?GUcHlB?L.4Fx}M_=6FA\";i:2511;s:15:\"5}>hT?GUO[0kXLA\";i:2512;s:12:\"bS=hT?GU/A$A\";i:2513;s:39:\"pu=hT?GUNk\"lXL&\"LvSQ[zCAbLkt,ub@y2xWKtA\";i:2514;s:15:\"Qj=hT?GUO[(,ZLA\";i:2515;s:124:\"vB?hT?GUxIlB\"O.4FxrjYBLJRt%BJHNzRm9(CATq>hT?GU}jEByWtt,ub@=1RES\"|\",ub@y2DAyWR9qI:$vbaUht:C1ZzXJI{ZRA]Q*(k)No|B:CbfzXJI|+CACA\";i:2516;s:15:\"),=hT?GUNkNcYLA\";i:2517;s:15:\"),=hT?GUNkNccLA\";i:2518;s:151:\"yu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GUO[1[XLEUVElg*NNK`BlBdN.4Fx}MPs6FW!LvSQ[z6{zWs8qI:$vbaUBt:C1ZzXJI{ZRA]Q*(k)No|B:C$YzXJI|+`D#DgA|BJHNz!PuWA\";i:2519;s:113:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzApuWeGqI:$vbSARttBJHNzApuWDHqI:$vb{ARt2BJHNzRmQ\"V\"A\";i:2520;s:64:\"ZE=hT?GUO[s8YLeGVElg*NNKfDlBIM.4Fx~5DAeZ=hT?GUO[&aXL~FVElg*NdAIA\";i:2521;s:26:\"zd=hT?GU.DlB.M.4FxrjYB{CQA\";i:2522;s:171:\"#d=hT?GU(ClBEM.4Fx~5DAq1=hT?GU/A$A^CSOYMB]Bt^X_Q3nE3kAi\"_BJHNzRmQ\"C\"@Q_Q3nE3t`yA;C=hT?GUNkydYLmOVElg*N+PLPlB<M.4Fx}MBA7y>hT?GUO[SqXLBNVElg*NNK(nlB/N.4Fxs@IA[Q>hT?GUO[Q@ZLA\";i:2523;s:13:\"5}?hT?GUGJlBA\";i:2524;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2525;s:42:\"Sj=hT?GUO[UEaL0EVElg*N+PbPlB?L.4Fxrj}B?BQA\";i:2526;s:26:\"5r=hT?GUNkydYL_EVElg*N^AIA\";i:2527;s:15:\"5}?hT?GUO[3rXLA\";i:2528;s:24:\"`X=hT?GUMHlBkM.4Fx~5LABA\";i:2529;s:29:\"!M>hT?GUO[lBaL1RVElg*NNK^nlBA\";i:2530;s:13:\"nu=hT?GU~AlBA\";i:2531;s:13:\"nu=hT?GU4DlBA\";i:2532;s:87:\"4d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A)DSOYMj<dt?ADt#(k)No`,lC2W@\",ub@y2xWPtPj_Q3nE30oD,6FA\";i:2533;s:13:\"?2=hT?GUzClBA\";i:2534;s:33:\"Am=hT?IUO[&aXL#zGFIIlB|FkcwYA:D\"A\";i:2535;s:15:\"yd=hT?GUO[3rXLA\";i:2536;s:79:\"4d=hT?GU)vlB?L.4Fx}M%A;C=hT?GUuBlBEM.4Fxs@CAq1=hT?GUzClB7L.4Fxs@CA<v=hT?GUzClBA\";i:2537;s:111:\"wu=hT?GU5wlBUM.4Fxs@.AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbpLi\"uBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2538;s:158:\"#d=hT?GU.DlB;L.4FxrjKAkn=hT?GUcHlBbL.4Fxrj}BtHS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAbLpt,ub@^D5FvzLvSQ[zFA/hkt,ub@^D7F`xLvSQ[z?C2W/\",ub@^D7FayLvSQ[z?CIA\";i:2539;s:35:\"pu=hT?GU~AlBnP.4Fxs@MAYL>hT?GUHGlBA\";i:2540;s:13:\"nu=hT?GU4DlBA\";i:2541;s:24:\"6}?hT?GUH2lB<M.4Fx~5.ABA\";i:2542;s:40:\"H0=hT?GU:tlBeO.4FxrjYBJFRt%BJHNzRm9(hABA\";i:2543;s:15:\"F0>hT?GUO[E0bLA\";i:2544;s:15:\"VE=hT?GUO[s8cLA\";i:2545;s:13:\"VE=hT?GUvulBA\";i:2546;s:24:\"d#=hT?GUXGlBbL.4Fx}M&ABA\";i:2547;s:56:\"ZE=hT?GUdUlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2548;s:15:\"VE=hT?GUO[95aLA\";i:2549;s:13:\"VE=hT?GU>BlBA\";i:2550;s:13:\"VE=hT?GUuBlBA\";i:2551;s:13:\"nu=hT?GU~AlBA\";i:2552;s:35:\"6r=hT?GUEvlB?L.4Fxs@&A;C=hT?GUcHlBA\";i:2553;s:174:\"0u=hT?GU~AlBnP.4Fxs@MANc=hT?GU(ClB,L.4Fx}Mc16FrvLvSQ[zEAbLht,ub@CG5FQwLvSQ[zGF*B$ACDSOYMj<cAFAeZ=hT?GUO[McXL~FVElg*NNKvDlBFN.4Fxrj}B[BQA;\",ub@cY5F/1LvSQ[zGF6C$AUDSOYMj<e\"4ABA\";i:2554;s:35:\"pu=hT?GU5wlBnP.4Fxs@<A<v=hT?GUnGlBA\";i:2555;s:15:\"Wx=hT?GUO[McXLA\";i:2556;s:88:\"tu=hT?GU4DlBEM.4Fx}MJAq1=hT?GUO[McXLPDVElg*N/A2W+\",ub@y2xWCtoI`Q3nE30oN/6FI4LvSQ[zGFSC$A\";i:2557;s:29:\"G0>hT?GUO[VxaLEUVElg*NNK(XlBA\";i:2558;s:15:\"F0>hT?GUO[E0XLA\";i:2559;s:24:\"ou=hT?GU~AlBUM.4FxrjOABA\";i:2560;s:76:\"3d=hT?GU.DlB;L.4FxrjYBxBS\"*\",ub@TD5FmuLvSQ[z#31W1RqI:$vbaU\"]:CkczXJI|+wC`BgA\";i:2561;s:24:\"d#=hT?GUXGlBnL.4Fx}MCABA\";i:2562;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2563;s:15:\"5}>hT?GUNk+hYLA\";i:2564;s:15:\"bS=hT?GUNkQjYLA\";i:2565;s:15:\"KV=hT?GUO[+>XLA\";i:2566;s:71:\"aE=hT?GUuBlB(L.4Fx}MB26FQwLvSQ[zEA/hjt,ub@=10FRtpBJHNz?MuW|LqI:$vbX%h\"A\";i:2567;s:15:\"5}>hT?GUO[3rXLA\";i:2568;s:15:\"5}>hT?GUO[PjXLA\";i:2569;s:15:\"5}>hT?GUO[3rXLA\";i:2570;s:246:\"oC!u)\",ub@=1MFQA*\",ub@y2y(OtJV_Q3nE3BB$AHDSOYMM%BtdZ_Q3nE30o$$5FgwLvSQ[zGFII$A^CSOYMj<cAXA<v=hT?GUO[jnYLfTVElg*NtEOt4}_Q3nE30oJV5F/1LvSQ[z@H^H$AUDSOYMj<tttAOc)(k)Noa..>wW5FqI:$vb,Bi\"%BJHNzRm8WrA]9?hT?GUO[AA6Fc8LvSQ[zGFfL$ASDSOYM*+6mlBhN.4FxrjBABA\";i:2571;s:198:\"$d=hT?GU.DlBEM.4FxrjYBFDRtuBJHNzRmPthAeZ=hT?GUO[rPZL~FVElg*NNKzXlBKO.4FxrjYBRBRt$BJHNzijgS$AhDSOYMj<dtSADt)(k)Noa.pIyWz3qI:$vbaUUE:C2ezXJI|+wC=FgApBJHNzApuWIoqI:$vbaUvD:C1ZzXJI|+wC}QgAyBJHNzRm9(mABA\";i:2572;s:13:\"yd=hT?GU.DlBA\";i:2573;s:69:\"J0=hT?GUO[rPZL!GVElg*NNKnblB7L.4FxrjYBFDRttBJHNzRm8WLA;C?hT?GUO[.oZLA\";i:2574;s:15:\"F0>hT?GUNk/oYLA\";i:2575;s:15:\"F0>hT?GUO[DHYLA\";i:2576;s:148:\"9d=hT?GU(ClBzL.4FxrjYBrDQA;\",ub@TD5FY4LvSQ[zFAG\"#(k)No`,9C2W@\",ub@y2_9BtK&_Q3nE3\"!vA6F@hT?GU~AlB.M.4FxrjYB{CRt{BJHNz!PuW1RqI:$vbaUY4:C.YzXJI|+wC:GgA\";i:2577;s:13:\"z:=hT?GU\"tlBA\";i:2578;s:13:\"nu=hT?GU~AlBA\";i:2579;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:2580;s:56:\"I0=hT?GUO[rPZL!GVElg*NNKzXlB7L.4FxrjYBFDRttBJHNzRmPthABA\";i:2581;s:98:\"uu=hT?GU~AlB#L.4Fxs@DA1k=hT?GU~@SBz(it,ub@nH5FRtLvSQ[zS>0W(HqI:$vb)qd\"=J_Q3nE30oH75Fl%LvSQ[z@HYI$A\";i:2582;s:15:\"5}?hT?GUO[5FXLA\";i:2583;s:13:\"c#=hT?GUXGlBA\";i:2584;s:193:\"6P=hT?GUO[+>XLqCVElg*N/AJt+\",ub@TD7FgwLvSQ[zGF2e$A^CSOYMj<e\"[A<v=hT?GUO[jncLvjVElg*N)PPtSq`Q3nE30o>26FI4LvSQ[zGFmO$AhDSOYMj<ttvAOc%(k)Noa.E\"YL:CVElg*NB.OtQ@_Q3nE30o(H5F}4LvSQ[zGF<E$AfDSOYMifBtA\";i:2585;s:14:\"),=hT?GU}jXBEA\";i:2586;s:69:\">`?hT?GUNknuYLOWVElg*NNKZFlBpN.4Fxrj}BOCRt3BJHNzRm*(YABA`Q3nE3H#e+5FA\";i:2587;s:15:\"F0>hT?GUNkF0YLA\";i:2588;s:29:\"G0>hT?GUNkq1YLBNVElg*N+PKSlBA\";i:2589;s:88:\"ng=hT?GUO[8McLeGVElg*N&FRtuBJHNzRmOAx\"8M_Q3nE3]W$AADSOYMj<cADBDt#(k)NoYO:C1ZzXJI|+wCJFgA\";i:2590;s:42:\"<`?hT?GUO[95XLOWVElg*N+PaSlBpN.4Fxrj}BcCQA\";i:2591;s:80:\"?`?hT?GUO[95XLnbVElg*NNK3blBkQ.4Fx}MBA7y>hT?GUO[GOaLBNVElg*N+P6SlB_M.4Fxrj}BgCQA\";i:2592;s:15:\"F0=hT?GUO[#TYLA\";i:2593;s:88:\"4d=hT?GU.DlBtN.4Fxrj}BiCS\"(\",ub@y2_9EtdZ_Q3nE3kAi\"uBJHNzRm)WbAeZ=hT?GU/A$AADSOYMj<dthACA\";i:2594;s:34:\"0d=hT?GU(ClB;L.4Fx~5EAkn=hT?GU/A$A\";i:2595;s:46:\"qu=hT?GU4DlBbL.4FxrjKAYL=hT?GUuBlB(L.4FxrjKABA\";i:2596;s:15:\"bS=hT?GUO[y:XLA\";i:2597;s:65:\"ru=hT?GUO[8MXLOWVElg*NNKumlB3L.4Fx}Mz$6FD3LvSQ[zGF?L$AfDSOYMifBtA\";i:2598;s:39:\"7}>hT?GUO[~laL:CVElg*N[A2W@\",ub@y2mnOtA\";i:2599;s:46:\"qu=hT?GU4DlB#L.4Fxs@DA1k=hT?GUYDlB^L.4Fx}MBABA\";i:2600;s:13:\"nu>hT?GU~AlBA\";i:2601;s:26:\"LV=hT?GUO[UEYL~FVElg*N&FQA\";i:2602;s:12:\"?2=hT?GU/A$A\";i:2603;s:48:\"vP=hT?GUNk%$YLFBVElg*NJAJt(\",ub@TD5FWuLvSQ[zEAEA\";i:2604;s:15:\"F0=hT?GUO[uWYLA\";i:2605;s:13:\"(a=hT?GUTClBA\";i:2606;s:15:\"VE=hT?GUNkL&YLA\";i:2607;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:2608;s:117:\"N0=hT?GUO[jnYL!GVElg*NNKQQlB7L.4FxrjYBCCRttBJHNzRmQ\"N\"E0`Q3nE3kAi\")BJHNzRm8WKA7y>hT?GUO[GOaL:CVElg*N=A3(:\",ub@y2.hJtA\";i:2609;s:13:\"z:>hT?GULKlBA\";i:2610;s:29:\"ou=hT?GUO[8MXLzXVElg*NNK(HlBA\";i:2611;s:37:\"pu=hT?GU4DlB3L.4Fx}MKAf+>hT?GUO[rPXLA\";i:2612;s:13:\"_X=hT?GUoDlBA\";i:2613;s:14:\"_X=hT?GU~@VBEA\";i:2614;s:13:\"_X=hT?GUzClBA\";i:2615;s:13:\"_X=hT?GU,GlBA\";i:2616;s:14:\"_X=hT?GU~@SBEA\";i:2617;s:15:\"_X=hT?GUO[+>XLA\";i:2618;s:72:\"su=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5F{uLvSQ[zEAG\"#(k)No3B:C$YzXJI|+wCuGgA\";i:2619;s:13:\"L&=hT?GU3GlBA\";i:2620;s:15:\"c#@hT?GUNkw(YLA\";i:2621;s:15:\"5}>hT?GUO[0kXLA\";i:2622;s:102:\"[`?hT?GUO[0kXLvDVElg*NfA2W*\",ub@y2EtFt#T_Q3nE3H#&\":CjfzXJI{Z5XaL?jVElg*NLKOth=_Q3nE3~R0Af+=hT?GU}jXBEA\";i:2623;s:15:\"F0>hT?GUO[0kXLA\";i:2624;s:13:\"Qj=hT?GUHGlBA\";i:2625;s:82:\"4d=hT?GU.DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$A\";i:2626;s:15:\"Qj=hT?GUNk`)YLA\";i:2627;s:59:\"Uj=hT?GUNkf+YLeGVElg*N&FRtuBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2628;s:64:\"g#=hT?GUXGlB#L.4FxrjFA+h=hT?GUO[+>ZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2629;s:13:\"yd=hT?GU.DlBA\";i:2630;s:15:\"L&@hT?GUNk),cLA\";i:2631;s:13:\"yd=hT?GU.DlBA\";i:2632;s:15:\"Qj=hT?GUO[+>ZLA\";i:2633;s:26:\"zd=hT?GU.DlB,L.4FxrjYBEEQA\";i:2634;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[Y4dL/VVElg*N)FQA\";i:2635;s:15:\">J>hT?GUO[Y4ZLA\";i:2636;s:40:\"pu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKABA\";i:2637;s:12:\"?2=hT?GU/A$A\";i:2638;s:60:\"ru=hT?GU4DlB#L.4FxrjFAU|>hT?GUO[muXL@QVElg*NLAJt.\",ub@=1TEQA\";i:2639;s:27:\"!M>hT?GUO[lBaLNJVElg*N[}MtA\";i:2640;s:26:\")a=hT?GUNkO/YLIIVElg*N;AIA\";i:2641;s:42:\"|)?hT?GUO[UEZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2642;s:38:\"uP@hT?GU/A$A`DSOYM*+@klBjP.4FxrjYB2AIA\";i:2643;s:46:\"qu=hT?GU4DlBjL.4FxrjKA$T=hT?GUcHlB.M.4Fx}MBABA\";i:2644;s:15:\"z:>hT?GUO[@QXLA\";i:2645;s:37:\"pu=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FA\";i:2646;s:37:\"pu=hT?GUO[8MXLvDVElg*NrAK\"ht,ub@CG5FA\";i:2647;s:13:\"yd=hT?GU.DlBA\";i:2648;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:2649;s:70:\"K0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOA%$>hT?GUuBlB3L.4FxrjYBbBQA\";i:2650;s:15:\"VE?hT?GUNkz:YLA\";i:2651;s:83:\"4d=hT?GU.DlBnL.4Fxrj}B2CRtnBJHNz?MuWKCqI:$vb;BgAoBJHNz?MuW_EqI:$vb;BgA&BJHNzRmQ\"D\"A\";i:2652;s:13:\"z:>hT?GUXGlBA\";i:2653;s:13:\"z:>hT?GULKlBA\";i:2654;s:15:\"z:>hT?GUO[s8XLA\";i:2655;s:15:\"z:>hT?GUO[@QXLA\";i:2656;s:12:\"(a=hT?GU/A$A\";i:2657;s:48:\"qu=hT?GUO[8MXLlBVElg*NRAJt(\",ub@MI5FPzLvSQ[zEAEA\";i:2658;s:13:\"nu>hT?GU~AlBA\";i:2659;s:57:\"ru=hT?GU4DlBrL.4FxrjKApI=hT?GUcHlBvL.4FxrjKA$T=hT?GUcHlBA\";i:2660;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:2661;s:15:\"VE=hT?GUO[3rXLA\";i:2662;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:2663;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:2664;s:15:\"VE?hT?GUO[|;XLA\";i:2665;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:2666;s:15:\"Wx=hT?GUO[+>XLA\";i:2667;s:13:\"z:>hT?GUXGlBA\";i:2668;s:15:\"?2=hT?GUO[+>XLA\";i:2669;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:2670;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:2671;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:2672;s:121:\"uu=hT?MU4DlB~/DA(ajBFB4BD\"pVVElg*NNKZVlB=N.4Fxrj}B4CQADByD1+ITeLR\"Q@`Q3nE30oJ`5FO2LvSQ[zGFoAi\"#BJHNzRm8WBA]9>hT?GUO[DHXLA\";i:2673;s:186:\"q#=hT?GUXGlB#L.4FxrjFA;C=hT?GUO[95aLlBVElg*NUBRtnBJHNzzguWKCqI:$vbaUjH:CDXzXJI{ZCAln#(k)No3B:CbXzXJI|+FA7F((k)Noa.x(xWPjqI:$vbxfyq:C3bzXJI|+wCwAS\"DByD1+IT5WR\"\"]`Q3nE3H#/`5F:&LvSQ[z@H&K$A\";i:2674;s:15:\"Qj=hT?GUNkf+YLA\";i:2675;s:64:\"2d=hT?GU.DlB,L.4FxrjYBACRtnBJHNz?MuWPjqI:$vbaUyK:C*ZzXJI|+`DlFgA\";i:2676;s:26:\"WE=hT?GUdUlBnL.4Fxrj}B&CQA\";i:2677;s:26:\"WE=hT?GUO[95aLlBVElg*NUBQA\";i:2678;s:26:\"WE=hT?GU>BlBnL.4FxrjYBaAIA\";i:2679;s:67:\"aE=hT?GUuBlBnL.4FxrjBAHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtA\";i:2680;s:12:\"bS=hT?GU/A$A\";i:2681;s:12:\"EH=hT?GUpA$A\";i:2682;s:13:\"sP=hT?GUTClBA\";i:2683;s:13:\"sP=hT?GUDClBA\";i:2684;s:70:\"3d=hT?GU.DlBEM.4Fx}MJAq1=hT?GU/A$A^CSOYM)ZDt^X_Q3nE3kAgA!BJHNzRm)WfABA\";i:2685;s:27:\")a=hT?GU~@jB:>ot,ub@y2/>CtA\";i:2686;s:63:\"ru=hT?GU4DlBCO.4FxrjYB8AIAit,ub@=1;ERt%BJHNzRmPtCApI>hT?GUzClBA\";i:2687;s:63:\"2d=hT?GU.DlBEM.4FxrjYB*BRtpBJHNzzguW(,qI:$vbWUc\"oI`Q3nE3H#k_5FA\";i:2688;s:24:\"@2=hT?GUDClBAM.4Fxs@CABA\";i:2689;s:27:\"6}>hT?GUO[95XL:CVElg*Nj&OtA\";i:2690;s:50:\"1d=hT?GU(ClBzL.4Fxrj}B+CQA)\",ub@Lb5FD3LvSQ[zGF}AgA\";i:2691;s:40:\"{X=hT?GU^ClB*N.4FxrjYB&ERt2BJHNzRm*(fABA\";i:2692;s:68:\"3d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fxs@CA<v=hT?GUDClB/N.4Fxs@IABA\";i:2693;s:13:\"(a=hT?GUTClBA\";i:2694;s:72:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYMj<sAgA<v=hT?GUMHlB.M.4Fxrj}B:CQA\";i:2695;s:12:\"(a=hT?GU/A$A\";i:2696;s:13:\"nu=hT?GU\"tlBA\";i:2697;s:15:\"5}>hT?GUO[#TaLA\";i:2698;s:15:\":`?hT?GUO[#TaLA\";i:2699;s:26:\"*,>hT?GUO[GOXL@QVElg*NLAIA\";i:2700;s:13:\"yd=hT?GU.DlBA\";i:2701;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2702;s:13:\"sP=hT?GU:tlBA\";i:2703;s:70:\"3d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fxs@CA<v=hT?GUDClB.M.4Fxrj}B>CQA\";i:2704;s:45:\"I0=hT?GUDClBIM.4Fx}MBAeZ=hT?GU/A$AADSOYM)ZBtA\";i:2705;s:12:\"(a=hT?GU/A$A\";i:2706;s:15:\"L&>hT?GUNkVEZLA\";i:2707;s:153:\"yu=hT?GU4DlBUM.4Fxs@IANc=hT?GU.DlB)M.4Fxrj}B]CRtlBJHNzRm*(gA|e=hT?GUNkVEZLFBVElg*NXAIAst,ub@y2^QJtJV`Q3nE30ooI5F<8LvSQ[zGF#L$A:DSOYMj<dt&Ax()(k)Noa.HOyWA\";i:2708;s:82:\"4d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRm)WhAf+=hT?GU}jXBEA\";i:2709;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:2710;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2711;s:15:\"5}>hT?GUO[SqXLA\";i:2712;s:38:\"pu=hT?GU4DlBrL.4Fx}Mz$6FD3LvSQ[zGF?L$A\";i:2713;s:15:\"5}>hT?GUO[3rXLA\";i:2714;s:117:\"6d=hT?GU(ClB,L.4FxrjYBEERtrBJHNzRmPtoAkn=hT?GU>BlBzL.4FxrjYBzDRt$BJHNzRmXthA7y>hT?GUNk>JZL:CVElg*NiVQtPj_Q3nE3H#5F6FA\";i:2715;s:15:\"F0>hT?GUO[3rXLA\";i:2716;s:13:\"nu=hT?GU~AlBA\";i:2717;s:15:\"5}>hT?GUO[PjbLA\";i:2718;s:59:\"J0=hT?GUjClBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBA7y>hT?GUNk9MZLA\";i:2719;s:70:\"h#=hT?GUXGlBEM.4Fx}MBAq1=hT?GU5A$A^CSOYM)ZBt^X_Q3nE3cAi\"lBJHNzRmXtiABA\";i:2720;s:15:\"5}>hT?GUO[SqXLA\";i:2721;s:149:\"yu=hT?GUO[8MXL(HVElg*N,A2W(\",ub@WK5FQwLvSQ[zoA/hjt,uj@WK5F>+BA!y#(k)NoYO:CAYzXJI{ZHAln&(k)No`,,C3([\",ub@y2/>Cte+_Q3nE3H#(H6FmuLvSQ[zOAbLot,ub@y2b4BtA\";i:2722;s:39:\"pu=hT?GU4DlB3L.4FxrjYBCCRt2BJHNzRmWAS\"A\";i:2723;s:15:\"5}>hT?GUO[PjXLA\";i:2724;s:75:\"su=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FGuLvSQ[zkA:>ot,ub@y2/>Cte+_Q3nE30o#^6FA\";i:2725;s:175:\"0u=hT?GU4DlBUM.4Fxs@IA<v>hT?GUO[5FXLUEVElg*NNKgglBtN.4FxrjYBmAJt+\",ub@=1~ERtuBJHNzij`T$A^CSOYM*+?nlBAM.4Fx}Ms*6FfzLvSQ[zEAG\"#(k)Noa.,>wWIoqI:$vbaU<8:C1ZzXJI|+`D5FgA&BJHNz{,vWA\";i:2726;s:83:\"cx>hT?GUGJlB#L.4Fxs@(A+h=hT?GUHGlB;L.4Fx}MBAkn=hT?GU/A$AuDSOYMj<e\"GA7y>hT?GUO[E0bLA\";i:2727;s:59:\"ru=hT?GUO[8MXLeGVElg*NJA3(+\",ub@%Z5F2uLvSQ[zEAbLjt,ub@%Z5FA\";i:2728;s:48:\"qu=hT?GU4DlB,P.4Fx}Mr}6F%tLvSQ[zOAbLkt,ub@=1CFQA\";i:2729;s:13:\"yd=hT?GU.DlBA\";i:2730;s:13:\"yd=hT?GU.DlBA\";i:2731;s:12:\"bS=hT?GU/A$A\";i:2732;s:13:\"z:>hT?GUXGlBA\";i:2733;s:15:\"z:>hT?GUO[@QXLA\";i:2734;s:13:\"z:>hT?GULKlBA\";i:2735;s:15:\"z:>hT?GUO[s8XLA\";i:2736;s:12:\"bS=hT?GU5A$A\";i:2737;s:35:\"pu=hT?GU4DlB#L.4FxrjFA[Q=hT?GUDClBA\";i:2738;s:13:\"nu>hT?GU~AlBA\";i:2739;s:26:\"cS=hT?GUO[&aXL:CVElg*N[AIA\";i:2740;s:13:\"nu>hT?GU~AlBA\";i:2741;s:26:\"6}>hT?GUNk+hYL@QVElg*NLAIA\";i:2742;s:24:\"ou=hT?GU4DlBfL.4Fx~5AABA\";i:2743;s:37:\"pu=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FA\";i:2744;s:13:\"yd=hT?GU.DlBA\";i:2745;s:15:\"Wx>hT?GUO[5FXLA\";i:2746;s:13:\"yd=hT?GU.DlBA\";i:2747;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2748;s:14:\"?2>hT?GU~@FBEA\";i:2749;s:13:\"nu=hT?GU~AlBA\";i:2750;s:13:\"VE=hT?GUuBlBA\";i:2751;s:14:\"VE=hT?GU}j(ACA\";i:2752;s:15:\"5}>hT?GUO[PjXLA\";i:2753;s:15:\"5}>hT?GUO[3rXLA\";i:2754;s:13:\"yd=hT?GU.DlBA\";i:2755;s:24:\"d#=hT?GUXGlBnL.4Fx}MCABA\";i:2756;s:88:\"L0=hT?GU}jPB/hjt,ub@=19ERtpBJHNzij$S$AADSOYM*+lllBKO.4Fxrj}BHDS\">\",ub@y2/>Ctgg_Q3nE3bD$A\";i:2757;s:13:\"yd=hT?GU.DlBA\";i:2758;s:52:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@y2zWIt=J_Q3nE3t`xABA\";i:2759;s:26:\"!M=hT?GUuBlBWO.4FxrjYB_EQA\";i:2760;s:35:\"MV@hT?GUuBlBnL.4Fx}MCA|e=hT?GUcHlBA\";i:2761;s:12:\"sP=hT?GU/A$A\";i:2762;s:19:\"bS=hT?IU/A$Aij$SlBA\";i:2763;s:13:\"_X=hT?GU,GlBA\";i:2764;s:34:\"pu=hT?GU~AlB<M.4Fx}MBApI>hT?GU/A$A\";i:2765;s:12:\"9M>hT?GU/A$A\";i:2766;s:13:\"9M>hT?GUHGlBA\";i:2767;s:12:\"EH=hT?GUpA$A\";i:2768;s:13:\"EH=hT?GU~AlBA\";i:2769;s:24:\"zd=hT?GU.DlBvL.4Fxs@CABA\";i:2770;s:15:\"5}>hT?GUO[SqXLA\";i:2771;s:15:\"F0>hT?GUO[muXLA\";i:2772;s:15:\"F0>hT?GUO[muXLA\";i:2773;s:13:\"yd=hT?GU.DlBA\";i:2774;s:46:\"qu=hT?GU4DlB#L.4FxrjFA+h=hT?GUHGlB.M.4Fx}MBABA\";i:2775;s:24:\"WE=hT?GUvulB(L.4Fxrj:ABA\";i:2776;s:151:\"9d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbiAQA}\",ub@y2^QJtJV`Q3nE30ooI5F<8LvSQ[zGF#L$A:DSOYMj<dt&Ax()(k)Noa.HOyWLvqI:$vbaUrP:CA\";i:2777;s:29:\"u8?hT?GUO[3rZL.IVElg*N+P.YlBA\";i:2778;s:72:\"su=hT?GU4DlB#L.4Fxs@DA+h=hT?GUNk$TZL0EVElg*NVAJt*\",ub@nH5FI4LvSQ[zGF6C$A\";i:2779;s:15:\"5}>hT?GUO[~lXLA\";i:2780;s:75:\"3d=hT?GU(ClB,L.4Fxrj}BLDRtlBJHNzLYuW(HqI:$vbiAS\">\",ub@y2EtNt0k_Q3nE3H#yK6FA\";i:2781;s:15:\"F0>hT?GUO[muXLA\";i:2782;s:56:\"vP=hT?GUO[v(YLqCVElg*NNK#TlB3L.4FxrjYBsCRt2BJHNzRm8WcABA\";i:2783;s:56:\"vP=hT?GUO[GOYLqCVElg*NNKBNlB3L.4FxrjYB7BRt2BJHNzRm9(SABA\";i:2784;s:13:\"yd=hT?GU.DlBA\";i:2785;s:15:\"F0>hT?GUO[muXLA\";i:2786;s:15:\"F0>hT?GUO[SqXLA\";i:2787;s:15:\"F0>hT?GUNkvWZLA\";i:2788;s:15:\"5}>hT?GUO[~lXLA\";i:2789;s:14:\"`)=hT?GU~@dBEA\";i:2790;s:13:\"Wx>hT?GUGJlBA\";i:2791;s:119:\"*M>hT?GU/A$A!DSOYMWDUtE0_Q3nE3\"W$ARESOYMj<tt.A.>+(k)Noa.=vyWd~qI:$vbxfBN:C`RFByD1+ITj4G\"@Q|Q.4Fxrj}B:AK\"\"tVElg*N+PuGlBA\";i:2792;s:86:\"F^@hT?GUNkeZZLcsVElg*N+P9ZlB<Q.4Fxrj}B:AK\"atVElg*N+PuGlBUUxt,ub@y2RcDt@QAR.4Fxrj}B:AIA\";i:2793;s:12:\"9M>hT?GU/A$A\";i:2794;s:108:\"uu=hT?GU4DlB<M.4Fx~5IA2[@hT?GUNk(aZLcsVElg*N+P=ZlB<Q.4Fxrj}B<AK\"atVElg*N+P!GlBUUxt,ub@y2:hDt@QAR.4Fxrj}B<AIA\";i:2795;s:15:\"?2@hT?GUO[5FXLA\";i:2796;s:37:\"Yx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@0Q5FA\";i:2797;s:24:\":o=hT?GUnGlB<M.4Fx~5IABA\";i:2798;s:24:\"5r=hT?GUnGlB<M.4Fx~5IABA\";i:2799;s:13:\"bS=hT?GU:tlBA\";i:2800;s:15:\"5}>hT?GUO[SqXLA\";i:2801;s:15:\"5}>hT?GUO[~lXLA\";i:2802;s:48:\"Zx>hT?GUO[5FXLvDVElg*NrA2W&\",ub@CG5F{uLvSQ[zpAEA\";i:2803;s:46:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCABA\";i:2804;s:13:\"nu=hT?GU4DlBA\";i:2805;s:12:\">J=hT?GU/A$A\";i:2806;s:135:\"yu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBrL.4Fx}MBApI=hT?GUNElBvL.4Fx}MBA$T=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSAS\">\",ub@y2zWKtA\";i:2807;s:15:\"VE=hT?GUNkydZLA\";i:2808;s:15:\"VE=hT?GUNk|eZLA\";i:2809;s:15:\"VE=hT?GUNkhgZLA\";i:2810;s:15:\"VE=hT?GUNk+hZLA\";i:2811;s:15:\"VE=hT?GUNkQjZLA\";i:2812;s:13:\"VE=hT?GUuBlBA\";i:2813;s:37:\"pu=hT?GU4DlBEM.4Fx}MWn6FlxLvSQ[ztN1WA\";i:2814;s:56:\"2d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$AHDSOYM)ZBt#T_Q3nE3kAgA\";i:2815;s:15:\"F0>hT?GUO[muXLA\";i:2816;s:26:\"!M>hT?GU/A$AJDSOYMj<tt,ACA\";i:2817;s:13:\"9M>hT?GUHGlBA\";i:2818;s:15:\"F0>hT?GUO[muXLA\";i:2819;s:112:\"#M>hT?IUHGlBrzAAq1_Q3nK3H#4Y5F>+`D+G&\"ITn4C\"(a.qqCXLnj9CSA|(y2}9C\"iNkVvD=J4M.4c8rjYBYA3(y2mnF\"hNYBxtITHAOAiN,AoA\";i:2820;s:102:\"#M>hT?IU/A$AWHCt&aqI/TybxfO2:Cnj}B+A#(y29yLAiNkVJFDH&!eBgACi|BoIVZzX3e|+wCwARtIT=>GA(awCFBRmOAcA)azB*B\";i:2821;s:14:\"?2>hT?GU~@qCEA\";i:2822;s:55:\"vP=hT?GUNk\"lZLqCVElg*N+PXblB3L.4Fxrj}BnDRt2BJHNzRmY\"V\"A\";i:2823;s:56:\"vP=hT?GUO[xdYLqCVElg*NNK{OlB3L.4FxrjYB[BRt2BJHNzRmPtVABA\";i:2824;s:56:\"vP=hT?GUO[Y4YLqCVElg*NNKaSlB3L.4FxrjYBcCRt2BJHNzRm8WaABA\";i:2825;s:26:\"@2=hT?GUDClB%N.4Fxrj}BpDQA\";i:2826;s:26:\"Xx=hT?GUDClBZN.4Fxrj}BpDQA\";i:2827;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuW%tqI:$vbWAQA\";i:2828;s:24:\"zd=hT?GU.DlB.M.4Fx}MBABA\";i:2829;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:2830;s:59:\"J0=hT?GUjClBIM.4Fxs@AAeZ=hT?GUjClBAM.4Fxs@AAO/>hT?GUO[@QXLA\";i:2831;s:24:\"zd=hT?GU.DlB7L.4Fx~5DABA\";i:2832;s:12:\"(a=hT?GU/A$A\";i:2833;s:29:\"ou=hT?GUO[8MXLOWVElg*NNKpFlBA\";i:2834;s:13:\"nu>hT?GU~AlBA\";i:2835;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:2836;s:13:\"z:>hT?GUXGlBA\";i:2837;s:13:\"z:>hT?GULKlBA\";i:2838;s:15:\"z:>hT?GUO[@QXLA\";i:2839;s:15:\"nu=hT?GUO[8MXLA\";i:2840;s:70:\"K0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOACt=hT?GU&FlB[N.4FxrjYBgAIA\";i:2841;s:67:\"3d=hT?GU.DlBbL.4Fx~5CA7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:2842;s:24:\"d#=hT?GUXGlBvL.4Fx~5DABA\";i:2843;s:12:\"(a=hT?GU/A$A\";i:2844;s:13:\"c#=hT?GUXGlBA\";i:2845;s:26:\"cS=hT?GU/A$A^CSOYMj<e\"hABA\";i:2846;s:12:\"Wx=hT?GU/A$A\";i:2847;s:144:\"gE=hT?GUuBlBEM.4Fx}M:Aq1=hT?GU~wlB7L.4Fx}M:A<v=hT?GU~wlB#P.4Fx}MBA%$>hT?GU}jNB:>ot,ub@y29yCte+_Q3nE30oJV5FmuLvSQ[zS>0WIoqI:$vbaU?D:C!ezXJI|+CACA\";i:2848;s:14:\"sP=hT?GU~@PBEA\";i:2849;s:15:\"VE?hT?GUNkTqdLA\";i:2850;s:13:\"nu=hT?GU~AlBA\";i:2851;s:15:\"z:>hT?GUO[@QXLA\";i:2852;s:61:\"ru=hT?GU4DlB)M.4Fxs@OA;C=hT?GUuBlBCO.4FxrjYB!AJt@\",ub@y2y(BtA\";i:2853;s:13:\"VE=hT?GUuBlBA\";i:2854;s:13:\"sP=hT?GUzClBA\";i:2855;s:69:\"aE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAi\"+BJHNzRmQ\"H\"A\";i:2856;s:13:\"z:>hT?GUXGlBA\";i:2857;s:15:\"5}>hT?GUO[PjXLA\";i:2858;s:15:\"5}>hT?GUO[PjXLA\";i:2859;s:15:\"5}>hT?GUO[PjXLA\";i:2860;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:2861;s:59:\"J0=hT?GUkvlBIM.4Fxs@$AeZ=hT?GUkvlBAM.4Fxs@$AO/=hT?GUNk4rZLA\";i:2862;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:2863;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:2864;s:12:\"Wx=hT?GU/A$A\";i:2865;s:13:\"nu=hT?GU~AlBA\";i:2866;s:150:\"yu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GU~@SBbLot,ub@y2_9BtK&_Q3nE3\"!vA6F@hT?GU}jEBz(rt,ub@y2DAyW4YqI:$vbvBi\"{BJHNz!PuW1RqI:$vbxfY4:CbfzXJI|+CACA\";i:2867;s:13:\"nu=hT?GU4DlBA\";i:2868;s:15:\"VE?hT?GUNkTqdLA\";i:2869;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:2870;s:13:\"EH?hT?GUuBlBA\";i:2871;s:14:\"EH?hT?GU}j@ACA\";i:2872;s:13:\"c#=hT?GU~AlBA\";i:2873;s:23:\"Xx=hT?GU/A$AEDSOYMtODtA\";i:2874;s:24:\"@2=hT?GUjClBAM.4Fx}MBABA\";i:2875;s:46:\"YE=hT?GUuBlBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBABA\";i:2876;s:34:\"XE=hT?GUuBlBIM.4Fx}MBA<v=hT?GU/A$A\";i:2877;s:34:\"XE=hT?GUuBlBIM.4Fx}MBA<v=hT?GU/A$A\";i:2878;s:46:\"YE=hT?GUuBlBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBABA\";i:2879;s:15:\"A^>hT?GUO[^XXLA\";i:2880;s:15:\"A^>hT?GUO[Q@YLA\";i:2881;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2882;s:26:\"ou=hT?GU&FlB=N.4FxrjYBYAIA\";i:2883;s:27:\"cS=hT?GU/A$A!K[hT?GUNknuZLA\";i:2884;s:13:\"Wx=hT?GU{JlBA\";i:2885;s:15:\"VE?hT?GUO[SqYLA\";i:2886;s:15:\"F0>hT?GUO[0kaLA\";i:2887;s:87:\"tu=hT?GU4DlBnP.4Fxs@MANc=hT?GU.DlB,L.4Fxrj}BzDRtrBJHNzRm8WFAeZ>hT?GUO[SqYL.IVElg*NAbPtA\";i:2888;s:115:\"vu=hT?GUNk\"lXL(HVElg*N,AJt)\",ub@PP5FLvLvSQ[z@HCK$A>CSOYMXwBt+>_Q3nE30oK&5FD3LvSQ[zGFTP$ASDSOYMj<e\"gApI?hT?GUO[[9XLA\";i:2889;s:13:\"`)>hT?GU~AlBA\";i:2890;s:115:\"vu=hT?GUO[N/XLeGVElg*NNK=ZlBIM.4Fxs@CAeZ=hT?GUO[&aZL~FVElg*NXA3([\",ub@y29yCtVx_Q3nE30o/V5F}4LvSQ[zGFIQ$AfDSOYMifBtA\";i:2891;s:15:\"F0>hT?GUO[SqXLA\";i:2892;s:15:\"5}>hT?GUO[~lbLA\";i:2893;s:12:\"(a=hT?GU/A$A\";i:2894;s:15:\"F0>hT?GUO[SqXLA\";i:2895;s:13:\"nu=hT?GU~AlBA\";i:2896;s:13:\"nu=hT?GU4DlBA\";i:2897;s:48:\"I0=hT?GU~@aB/hjt,ub@MI5F2uLvSQ[zRh1W|LqI:$vbuAQA\";i:2898;s:13:\"yd=hT?GU.DlBA\";i:2899;s:13:\"bS?hT?GU~AlBA\";i:2900;s:37:\"e#=hT?GU~AlB%N.4FxrjBA[Q?hT?GUO[SqYLA\";i:2901;s:13:\"VE=hT?GUuBlBA\";i:2902;s:15:\"VE?hT?GUO[SqYLA\";i:2903;s:59:\"J0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUzClBAM.4Fx~5DA7y>hT?GUO[0kaLA\";i:2904;s:70:\"K0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUzClBAM.4Fx~5DA7y>hT?GUO[SqXLUEVElg*N*AIA\";i:2905;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:2906;s:15:\"5}>hT?GUO[PjXLA\";i:2907;s:15:\"5}>hT?GUO[~lXLA\";i:2908;s:87:\"4d=hT?GU(ClB;L.4Fx~5CATq=hT?GU/A$A?CSOYMj<u\"fAU|>hT?GUO[#TaL:CVElg*Nj&OtPj_Q3nE3H#4Y6FA\";i:2909;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:2910;s:15:\"),=hT?GUNk7yZLA\";i:2911;s:24:\"zd=hT?GU.DlBEM.4Fx~5DABA\";i:2912;s:12:\"(a=hT?GU/A$A\";i:2913;s:37:\"0d=hT?GU.DlBbL.4Fx}MCA|e=hT?GUNkF0ZLA\";i:2914;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:2915;s:15:\"9M=hT?GUO[3rXLA\";i:2916;s:26:\"ou=hT?GU~AlBnP.4FxrjYBIAIA\";i:2917;s:15:\"hg=hT?GUO[h=YLA\";i:2918;s:15:\"hg=hT?GUO[e+YLA\";i:2919;s:15:\"hg=hT?GUNkq1ZLA\";i:2920;s:15:\"KV=hT?GUNk?2ZLA\";i:2921;s:13:\"nu=hT?GU~AlBA\";i:2922;s:86:\"hS=hT?GU}j+AZL$(k)No3B:CQYzXJI{ZCA8y#(k)No3B:CAYzXJI{ZASZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2923;s:12:\"EH=hT?GUpA$A\";i:2924;s:12:\"EH=hT?GUpA$A\";i:2925;s:13:\"yd=hT?GU.DlBA\";i:2926;s:13:\"yd=hT?GU.DlBA\";i:2927;s:42:\"7}>hT?GUO[3rXLEUVElg*NNK(XlBhN.4FxrjYBrFQA\";i:2928;s:38:\"0d=hT?GU.DlB7L.4Fx}Mz$6FD3LvSQ[zGF@AgA\";i:2929;s:13:\"_X=hT?GUoDlBA\";i:2930;s:13:\"yd=hT?GU.DlBA\";i:2931;s:15:\"_X=hT?GUO[{eXLA\";i:2932;s:13:\"nu=hT?GU~AlBA\";i:2933;s:83:\"tu=hT?GUO[8MXLUkVElg*N+PxdlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA&BJHNz{,vWA\";i:2934;s:15:\"9M?hT?GUO[h=ZLA\";i:2935;s:13:\"yd=hT?GU.DlBA\";i:2936;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:2937;s:132:\"fE=hT?GUuBlBEM.4Fx}Mz$6FgwLvSQ[zS>0WeGqI:$vb)qd\"^X_Q3nE3t`2AHO@hT?GU/A$AmDSOYM)ZBt4}_Q3nE30o<c5F/1LvSQ[zGF*R$A]CSOYMXwDt.o`Q3nE3sAgA\";i:2938;s:15:\"F0>hT?GUO[SqXLA\";i:2939;s:15:\"t8?hT?GUO[3rXLA\";i:2940;s:13:\"9M>hT?GUHGlBA\";i:2941;s:13:\"9M>hT?GUHGlBA\";i:2942;s:62:\"%M=hT?GUTClBEM.4Fx}Mz$6FgwLvSQ[zS>0WeGqI:$vb)qd\"^X_Q3nE3t`2ABA\";i:2943;s:122:\"xu=hT?GU~AlBbL.4FxrjKAYL=hT?GU~AlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgAuBJHNz?MuWhNqI:$vbSARtpBJHNz?MuW|LqI:$vbSAQA\";i:2944;s:80:\"su=hT?GUO[8MXLvDVElg*NrA3(>\",ub@y2aLJtVx_Q3nE30olB6F}4LvSQ[zGFIQ$AyDSOYMj<cALABA\";i:2945;s:113:\"vu=hT?GUO[8MXLvDVElg*NrA2W&\",ub@Lb5F{uLvSQ[zmA/hht,ub@y2^QCte+_Q3nE30oE06FZ1LvSQ[z6{zW;vqI:$vbaUg$:C$YzXJI{Z*zaLA\";i:2946;s:15:\"F0>hT?GUO[SqXLA\";i:2947;s:14:\"L&>hT?GU}jNBEA\";i:2948;s:13:\"L&>hT?GU>BlBA\";i:2949;s:60:\"2d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU>BlBgM.4Fx}M[+6F#zLvSQ[z@H>O$A\";i:2950;s:96:\"bE=hT?GUO[uWYL?DVElg*NNKGOlBCO.4FxrjYB0A2W|\",ub@y2d4LtXL_Q3nE30oY45FPzLvSQ[zGFDH$AIDSOYMj<tt`ACA\";i:2951;s:53:\"YE=hT?GUO[&aXL?DVElg*NNKfDlB9N.4Fx~5CA7y>hT?GUO[0kXLA\";i:2952;s:13:\"nu=hT?GU\"tlBA\";i:2953;s:13:\"yd=hT?GU.DlBA\";i:2954;s:133:\"8d=hT?GU(ClB;L.4Fx~5CATq=hT?GUnGlBbL.4Fx}MBA|e=hT?GU/A$A?CSOYM*+$klBKO.4Fxrj}B,DS\"~\",ub@y2S/LtPj_Q3nE3~R5A[Q>hT?GUNk%$ZL(,YESOYMifBtA\";i:2955;s:166:\"RH>hT?GUrKlBbL.4Fx}MCA7y=hT?GU~@SB/hjt,ub@WK5F2uLvSQ[zS>0W|LqI:$vb)qd\"lB`Q3nE3kAi\"$BJHNz?MuWcsqI:$vbaUmO:C]azXJI|+wC@IgApBJHNzLYvWl%qI:$vbWAQAHErI:$vbWAQA,ErI:$vbWAQA\";i:2956;s:13:\"nu=hT?GU~AlBA\";i:2957;s:13:\"nu=hT?GU4DlBA\";i:2958;s:29:\"cS=hT?GUNkQjYLEUVElg*NNKmelBA\";i:2959;s:37:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GUO[McZLA\";i:2960;s:13:\"nu=hT?GU4DlBA\";i:2961;s:27:\")a=hT?GUO[&aZL:CVElg*Nj&OtA\";i:2962;s:26:\"ou=hT?GU4DlBtN.4FxrjYB8EQA\";i:2963;s:86:\"tu=hT?GUO[8MXL*BVElg*NJA3(&\",ub@TD5FGuLvSQ[zEA:>ht,ub@Lb5F|7LvSQ[zGF&C$AyDSOYMj<cALABA\";i:2964;s:15:\"VE?hT?GUNkTqdLA\";i:2965;s:15:\"5}>hT?GUNkL&dLA\";i:2966;s:68:\"qu=hT?MUyFlB&!~A`B#(y2!FMt(anBlBFDSOYM@1EtDH_Q3nE3H#Pj6FT3LvSQ[z5AEA\";i:2967;s:26:\"zd=hT?GU)vlB_M.4Fxrj}BzJQA\";i:2968;s:24:\"WE?hT?GU\"tlB&O.4Fx}M<ABA\";i:2969;s:13:\"c#=hT?GU~AlBA\";i:2970;s:13:\"nu=hT?GU&FlBA\";i:2971;s:15:\"R@>hT?GUO[@QXLA\";i:2972;s:15:\"R@>hT?GUO[JVXLA\";i:2973;s:15:\"R@>hT?GUO[uWXLA\";i:2974;s:46:\"I0=hT?GU}DlBIM.4Fx~5FAeZ=hT?GU}DlBAM.4Fx~5FABA\";i:2975;s:51:\"1d=hT?GU.DlBbL.4Fx}MCAO/>hT?GUO[@QXL^XVElg*NNK9JlBA\";i:2976;s:116:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtdZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuWIoqI:$vbaUvD:C3bzXJI|+wCwAQA\";i:2977;s:13:\"_X=hT?GUoDlBA\";i:2978;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2979;s:42:\"XE=hT?GUNkO/ZLlBVElg*NNKCqlBWO.4FxrjYBTBQA\";i:2980;s:64:\"ru=hT?GUO[8MXLPDVElg*NJAIAit,ub@=1hERt2BJHNzijrR$ApDSOYMj<cADABA\";i:2981;s:15:\"9M>hT?GUNk1kXLA\";i:2982;s:13:\"KV@hT?GUuBlBA\";i:2983;s:48:\"qu=hT?GU4DlB3L.4Fx}MKApI>hT?GU{JlB/N.4FxrjYBYAIA\";i:2984;s:13:\"yd=hT?GU.DlBA\";i:2985;s:13:\"nu>hT?GU\"tlBA\";i:2986;s:29:\"`X=hT?GUNkz:ZLcMVElg*N+P;flBA\";i:2987;s:26:\"`X=hT?GUO[jnYLcMVElg*NdAIA\";i:2988;s:26:\"cS=hT?GUzClB3L.4FxrjYBsAIA\";i:2989;s:26:\"`X=hT?GU}jLB/hlt,ub@=1tEQA\";i:2990;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2991;s:27:\"`X=hT?GUNkNcXLcMVElg*NAbOtA\";i:2992;s:70:\"3d=hT?GU.DlBrL.4Fx}MBApI=hT?GUcHlBvL.4Fxs@CA$T=hT?GUcHlB/N.4FxrjYBYAIA\";i:2993;s:14:\"9M=hT?GU}jKBEA\";i:2994;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2995;s:56:\"2d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwRtrP_Q3nE3Oa$A\";i:2996;s:14:\"L&=hT?GU~@FBEA\";i:2997;s:26:\"zd=hT?GU.DlB,L.4FxrjYBEEQA\";i:2998;s:15:\"5}?hT?GUO[5FXLA\";i:2999;s:100:\"5d=hT?GU.DlBEM.4Fxrj}BhDRtuBJHNz?MuWeGqI:$vbxf/1:CAYzXJI{ZCADt#(k)No+E:CvbzXJI|+wCoARt2BJHNzRmXttABA\";i:3000;s:24:\"zd=hT?GU.DlB3L.4Fx~5JABA\";i:3001;s:13:\"yd=hT?GU.DlBA\";i:3002;s:13:\"bS=hT?GUzClBA\";i:3003;s:37:\"#M>hT?GU/A$AJDSOYMj<ttABbLht,ub@Vd5FA\";i:3004;s:13:\"9M>hT?GUHGlBA\";i:3005;s:26:\"ou=hT?GU~AlBnP.4FxrjYBIAIA\";i:3006;s:26:\"zd=hT?GU.DlB(L.4Fxrj}BEEQA\";i:3007;s:42:\"{X=hT?GUNk,>ZLEUVElg*NNK*BlB.M.4Fxrj}BEEQA\";i:3008;s:13:\"F0=hT?GUDClBA\";i:3009;s:13:\"sP=hT?GUnGlBA\";i:3010;s:15:\"),=hT?GUNkNcYLA\";i:3011;s:226:\"oC1B+\",ub@qO5F+uLvSQ[zPAFtit,ub@y2mnNtaS_Q3nE3kAgAsBJHNz?MuW^XqI:$vb4Ci\"lBJHNzLYuW(HqI:$vbiARt*BJHNzRm)WuAYL>hT?GU/A$AhDSOYMj<cAHAO/=hT?GUNk2[ZLhNVElg*NNKwglB8M.4FxrjYBIAK\")vVElg*NNK$A$AQDSOYMj<cABA+hQizXJI|+CAx(F*LvSQ[zGFgAgA\";i:3012;s:125:\"7d=hT?GU(ClB;L.4Fxrj}BKES\"*\",ub@nH5F[tLvSQ[zGFWO$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNzRmPtoAvW=hT?GU~@eBbLkt,ub@y2`QLt0k_Q3nE3H#Sq6FA\";i:3013;s:13:\"\"l=hT?GU>BlBA\";i:3014;s:26:\"Rj=hT?GUO[(,ZL8MVElg*N*AIA\";i:3015;s:13:\"nu=hT?GU~AlBA\";i:3016;s:13:\"nu=hT?GU~AlBA\";i:3017;s:14:\"Qj=hT?GU~@FBEA\";i:3018;s:13:\"c#=hT?GU~AlBA\";i:3019;s:59:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[:CZLA\";i:3020;s:57:\"J0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBAO/>hT?GUXGlBA\";i:3021;s:15:\"5}>hT?GUO[SqXLA\";i:3022;s:15:\"5}>hT?GUO[BtXLA\";i:3023;s:88:\"Fm=hT?GUcHlBcM.4Fx}MCAeZ>hT?GU~AlBUUyt,ub@=11EQA2HrI:$vbWUc\"H7`Q3nE30oaS5FvzLvSQ[z@H4Q$A\";i:3024;s:15:\"`)=hT?GUNkhgYLA\";i:3025;s:35:\"Bm=hT?GUcHlBcM.4Fx}MBA;C?hT?GU~AlBA\";i:3026;s:13:\"yd=hT?GU.DlBA\";i:3027;s:50:\"vP=hT?GU/A$A=CSOYMj<u\"vA[Q=hT?GU/A$A[CSOYMj<u\"vABA\";i:3028;s:15:\"bS>hT?GUNk5}ZLA\";i:3029;s:12:\"\"l=hT?GU/A$A\";i:3030;s:29:\"?J=hT?GUNkNcXLqCVElg*N+PvDlBA\";i:3031;s:15:\"Wx>hT?GUO[5FXLA\";i:3032;s:13:\"nu=hT?GU4DlBA\";i:3033;s:15:\"),=hT?GUO[:CaLA\";i:3034;s:15:\"),=hT?GUO[C\"6FA\";i:3035;s:181:\"1u=hT?GU&FlBrL.4Fx}MBApI=hT?GUNkNcXLKCVElg*NJA3((\",ub@y2zWCtdZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSARt<BJHNz5uvW,7qI:$vbaU^3:CTXzXJI|+wCvDi\"+BJHNzRmQ\"H\"\"]_Q3nE30ooI5FA\";i:3036;s:77:\"su=hT?GU&FlB<M.4Fx~5IA};>hT?GUNkD\"6F:&LvSQ[z@H&K$AlDSOYMj<dtCAx(&(k)Noa.&$xWA\";i:3037;s:15:\":`=hT?GUNk9MXLA\";i:3038;s:26:\"!M>hT?GU/A$ANDSOYMj<sACABA\";i:3039;s:53:\"qu=hT?GU&FlB=N.4Fxrj}BUEQAEByD1+ITiLa\"k__Q3nE3H##^5FA\";i:3040;s:26:\"ou=hT?GU&FlB=N.4Fxrj}BUEQA\";i:3041;s:53:\"qu=hT?GU&FlB=N.4Fxrj}BUES\"?\",ub@y2PcBtk__Q3nE3H##^5FA\";i:3042;s:81:\"tu=hT?GU&FlB#L.4FxrjFAHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWtpqI:$vbxfv(:CA\";i:3043;s:15:\"yd=hT?GUNk;CaLA\";i:3044;s:26:\"Am=hT?GUNkVEaL_EVElg*NJAIA\";i:3045;s:26:\"Am=hT?GUcHlBcM.4Fxrj}BaEQA\";i:3046;s:90:\"tu=hT?GU&FlBEM.4Fxrj}B{CRtuBJHNz?MuWeGqI:$vbxfLv:CAYzXJI{ZCAx(1*LvSQ[z@HVR$AqDSOYMj<cADABA\";i:3047;s:26:\"Am=hT?GU?ulB_M.4Fxrj}BeEQA\";i:3048;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:3049;s:15:\"sP=hT?GUO[y:XLA\";i:3050;s:15:\"(a=hT?GUO[y:XLA\";i:3051;s:26:\"tP=hT?GU/A$A@CSOYMj<dtaACA\";i:3052;s:26:\"G0=hT?GUO[y:XLPDVElg*NJAIA\";i:3053;s:24:\"Am=hT?GUcHlBcM.4Fx}MBABA\";i:3054;s:15:\"R@@hT?GUNkpIaLA\";i:3055;s:30:\"LV=hT?GUNkU|ZL(,gESOYMj<u\"vABA\";i:3056;s:29:\"@2=hT?GUNkNcXL~FVElg*N+PvDlBA\";i:3057;s:26:\"ou=hT?GU&FlB=N.4Fxrj}BUEQA\";i:3058;s:39:\"pu=hT?GU&FlB=N.4FxrjYBYAK\"wt,ub@y2:hNtA\";i:3059;s:13:\">J=hT?GUDClBA\";i:3060;s:23:\"?J=hT?GU/A$A[CSOYMM%BtA\";i:3061;s:15:\"R@>hT?GUO[@QXLA\";i:3062;s:15:\"R@>hT?GUO[@QXLA\";i:3063;s:15:\"R@>hT?GUO[JVXLA\";i:3064;s:15:\"R@>hT?GUO[JVXLA\";i:3065;s:14:\"Qj}izXJI{ZRACA\";i:3066;s:14:\"Qj}izXJI{ZRACA\";i:3067;s:14:\"Qj}izXJI{ZRACA\";i:3068;s:27:\"Rj}izXJI{ZRAx(&(k)Noa.CtuWA\";i:3069;s:39:\"pu=hT?GU&FlB`N.4FxrjYBiA3(@\",ub@y2y(BtA\";i:3070;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:3071;s:15:\"R@>hT?GUO[@QXLA\";i:3072;s:24:\"ou=hT?GU~AlBvL.4Fxs@CABA\";i:3073;s:26:\"ou=hT?GU&FlB=N.4FxrjYBYAIA\";i:3074;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:3075;s:15:\"R@>hT?GUO[@QXLA\";i:3076;s:15:\"i=>hT?GUO[@QbLA\";i:3077;s:24:\"WE=hT?GUuBlB(L.4Fx}MCABA\";i:3078;s:13:\"_X>hT?GUuBlBA\";i:3079;s:15:\"KV@hT?GUO[1[XLA\";i:3080;s:119:\"wu=hT?GU&FlB#L.4Fxs@DA+h=hT?GU~@UBG\"$(k)No3B:C(XzXJI{ZCA7F#(k)NoBD:CrXzXJI{ZEAwW%(k)No3B:C{!IByD1+ITLANtk__Q3nE3H#Bt6FA\";i:3081;s:26:\"!M>hT?GUHGlB0M.4FxrjYBcEQA\";i:3082;s:15:\":`=hT?GUO[DHaLA\";i:3083;s:13:\"nu=hT?GU~AlBA\";i:3084;s:53:\"qu=hT?GU&FlB=N.4FxrjYBYAK\"wt,ub@y2d4Itk__Q3nE3H#Bt6FA\";i:3085;s:15:\"R@@hT?GUNk2[YLA\";i:3086;s:48:\"YE=hT?GUuBlBKO.4Fx}MBAU|>hT?GUO[~lXL,bVElg*NGBQA\";i:3087;s:15:\"R@@hT?GUNkpIaLA\";i:3088;s:29:\"`X=hT?GUO[:CZL.IVElg*NNK:ilBA\";i:3089;s:47:\"I0=hT?GU}jwC/hjt,ub@TD7F2uLvSQ[z>C2W+\",ub@TD7FA\";i:3090;s:14:\"sP=hT?GU~@jBEA\";i:3091;s:54:\"qu=hT?GU&FlB7L.4Fxrj}ByCQAbIrI:$vbxf_):C#bzXJI|+wCwAQA\";i:3092;s:47:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU}jwCbLjt,ub@TD7FA\";i:3093;s:25:\"tP=hT?GU/A$A@CSOYM*+4slBA\";i:3094;s:26:\"G0=hT?GUNkO/YLPDVElg*NJAIA\";i:3095;s:24:\"Am=hT?GUcHlBcM.4Fx}MBABA\";i:3096;s:27:\"tP=hT?GU}jUBG\"#(k)Noa.,>wWA\";i:3097;s:29:\"6}>hT?GUO[SqXL@QVElg*NNK,rlBA\";i:3098;s:15:\"5}>hT?GUO[PjXLA\";i:3099;s:72:\"su=hT?GUO[N/XL(HVElg*N,AJt)\",ub@PP5F%tLvSQ[z@HdB$A=CSOYMM%BtVx_Q3nE3]W$A\";i:3100;s:26:\"WE=hT?GUNkKVXLlBVElg*NRAIA\";i:3101;s:39:\"pu=hT?GUO[N/XLvDVElg*NrAK\"pt,ub@y2mnEtA\";i:3102;s:13:\"nu=hT?GU5wlBA\";i:3103;s:26:\")a=hT?GUYDlBCO.4Fxrj}BiEQA\";i:3104;s:94:\"uu=hT?GU4DlBUM.4FxrjBA;C=hT?GUcHlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:3105;s:13:\"nu=hT?GU4DlBA\";i:3106;s:15:\"nu=hT?GUO[8MXLA\";i:3107;s:29:\"ou=hT?GUO[8MXLFBVElg*NNK=JlBA\";i:3108;s:89:\"tu=hT?GUO[8MXLvDVElg*NrA3([\",ub@y2GtNtXL_Q3nE3t`2AO/>hT?GUO[@QXL@QVElg*NLAJt.\",ub@y2/>MtA\";i:3109;s:15:\"),=hT?GUNkpIYLA\";i:3110;s:15:\"),=hT?GUNk>JYLA\";i:3111;s:15:\"),=hT?GUNkYLYLA\";i:3112;s:15:\"),=hT?GUNkHOYLA\";i:3113;s:13:\"nu=hT?GU~AlBA\";i:3114;s:81:\"4d=hT?GU.DlB/N.4FxrjYBYA3(,\",ub@ma5FQwLvSQ[zMA/hjt,ub@uC5F2uLvSQ[zMAbLjt,ub@uC5FA\";i:3115;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWA\";i:3116;s:15:\"5}>hT?GUO[SqbLA\";i:3117;s:15:\"5}>hT?GUO[PjbLA\";i:3118;s:15:\"5}>hT?GUO[p1bLA\";i:3119;s:15:\"F0>hT?GUO[>2XLA\";i:3120;s:81:\"tu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWwwqI:$vbaU<c:CA\";i:3121;s:100:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbWAQA\";i:3122;s:12:\"sP=hT?GU/A$A\";i:3123;s:15:\">J>hT?GUO[N/YLA\";i:3124;s:13:\"bS=hT?GUzClBA\";i:3125;s:26:\"`X=hT?GU,GlB*N.4Fxrj}BmEQA\";i:3126;s:14:\"4r>hT?GU}jEBEA\";i:3127;s:26:\"tP=hT?GU/A$A@CSOYMj<cASABA\";i:3128;s:49:\"I0=hT?GUTClBIM.4Fx}M_=6F2uLvSQ[zXv1W|LqI:$vbu<f\"A\";i:3129;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU}jdBbLjt,ub@xJ5FA\";i:3130;s:48:\"I0=hT?GU~@dB/hjt,ub@xJ5F2uLvSQ[zGy1W|LqI:$vb2AQA\";i:3131;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU~@dBbLjt,ub@xJ5FA\";i:3132;s:25:\"`X=hT?GUoDlB.M.4Fx}Mo[6FA\";i:3133;s:14:\">J>hT?GU~@eBEA\";i:3134;s:13:\"_X=hT?GUMHlBA\";i:3135;s:48:\"I0=hT?GU~@dB/hjt,ub@MI5F2uLvSQ[z#31W|LqI:$vbuAQA\";i:3136;s:48:\"I0=hT?GU~@dB/hjt,ub@WK5F2uLvSQ[zGy1W|LqI:$vb6AQA\";i:3137;s:24:\"`X=hT?GU,GlB.M.4Fxs@EABA\";i:3138;s:13:\"_X=hT?GUMHlBA\";i:3139;s:50:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@=19ERtoBJHNzijzR$A\";i:3140;s:50:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@=19ERtoBJHNzijzR$A\";i:3141;s:46:\"I0=hT?GUDClBIM.4Fxs@CAeZ=hT?GUDClBAM.4Fxs@CABA\";i:3142;s:37:\"XE=hT?GUd0lB,P.4Fxrj}BOIRtqBJHNz`a3WA\";i:3143;s:24:\"ig=hT?GUcHlB&O.4Fx}MMABA\";i:3144;s:13:\"nu=hT?GU\"tlBA\";i:3145;s:95:\"uu=hT?GU5wlBjL.4Fxrj}B@CRtoBJHNz?MvW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW4YqI:$vbaU]K:CA\";i:3146;s:12:\">J=hT?GU/A$A\";i:3147;s:119:\"Im=hT?GU/A$A~CSOYM)ZBt#T_Q3nE37D$A`CSOYMj<dt/AOc#(k)Noa.I7vWKCqI:$vbSAS\"(\",ub@TD5FWuLvSQ[zEA:>nt,ub@=10FS\">\",ub@y2b4DtA\";i:3148;s:15:\"F0>hT?GUO[Y4XLA\";i:3149;s:13:\"hg=hT?GU0vlBA\";i:3150;s:58:\"ru=hT?GU5wlB#L.4FxrjFApI=hT?GU/A$A[CSOYM*+~plBEM.4Fx}MBABA\";i:3151;s:48:\"qu=hT?GU5wlB#L.4Fxrj*A$T@hT?GUNk),cLlBVElg*NRAIA\";i:3152;s:72:\"3d=hT?GU(ClB^L.4Fxrj}BoEQA.\",ub@y2_9MtlB_Q3nE37D$A`CSOYM@1Dt=J_Q3nE37D$A\";i:3153;s:41:\"jg=hT?GUO[&aZLfTVElg*N6=Qte+_Q3nE30oJV5FA\";i:3154;s:15:\"F0>hT?GUO[95XLA\";i:3155;s:35:\"pu=hT?GU4DlBbL.4Fx}MJA;C?hT?GU~AlBA\";i:3156;s:14:\"\"l=hT?GU~@PBEA\";i:3157;s:26:\"M&>hT?GUuBlB_M.4Fxrj}B+AIA\";i:3158;s:15:\"hg=hT?GUO[&aZLA\";i:3159;s:61:\"2d=hT?GU(ClB;L.4Fx}Mf86F{uLvSQ[zkA:>nt,ub@=10FS\">\",ub@y2/>CtA\";i:3160;s:14:\"\"l=hT?GU~@jBEA\";i:3161;s:15:\"\"l=hT?GUO[y:XLA\";i:3162;s:13:\"_X=hT?GU,GlBA\";i:3163;s:70:\"su=hT?GU5wlB#L.4Fxs@DATq=hT?GU/A$AHDSOYM)ZBtrP_Q3nE3~R1A$T=hT?GU~@jBEA\";i:3164;s:15:\"hg=hT?GUO[&aZLA\";i:3165;s:101:\"6d=hT?GU/wlB,L.4FxrjEA;C=hT?GUd0lB(L.4Fxrj:AHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ATq?hT?GUy1lBA\";i:3166;s:52:\"Cm=hT?GUO[McYL_EVElg*NJAIAit,ub@=1gFRtxBJHNzRm*(XBCA\";i:3167;s:15:\"5}>hT?GUO[SqXLA\";i:3168;s:15:\"5}>hT?GUO[PjXLA\";i:3169;s:15:\"F0>hT?GUO[PjXLA\";i:3170;s:15:\"5}>hT?GUO[95XLA\";i:3171;s:48:\"1d=hT?GU(ClBbL.4Fxrj:A|e=hT?GUd0lBrL.4Fxrj}BKKQA\";i:3172;s:12:\"/o?hT?GU/A$A\";i:3173;s:15:\"),=hT?GUNkbSeLA\";i:3174;s:26:\"`X=hT?GU,GlBgM.4Fxrj}BwEQA\";i:3175;s:13:\"_X=hT?GUMHlBA\";i:3176;s:83:\"4d=hT?GU.DlB,P.4Fxrj}BOIS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAz(nt,ub@y2PcBtA\";i:3177;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:3178;s:12:\"KV=hT?GU/A$A\";i:3179;s:26:\"?J=hT?GUnGlBzL.4Fxrj}B@CQA\";i:3180;s:12:\"KV=hT?GU/A$A\";i:3181;s:26:\"5r=hT?GUcHlB?L.4Fxrj}BoEQA\";i:3182;s:26:\"?J=hT?GU}jcB:>ht,ub@=10FQA\";i:3183;s:42:\"[2>hT?GUNkKVaL,bVElg*NNKTXlBbP.4FxrjYByIQA\";i:3184;s:15:\"?2>hT?GUNkvWaLA\";i:3185;s:67:\"h#=hT?GUXGlBbL.4Fx~5QAHO=hT?GU/A$A=CSOYMLUFtoI_Q3nE3`F$A[CSOYM)ZBtA\";i:3186;s:12:\">J=hT?GU/A$A\";i:3187;s:12:\"EH=hT?GUpA$A\";i:3188;s:15:\"?2>hT?GUNk_XaLA\";i:3189;s:15:\"?2>hT?GUNkeZaLA\";i:3190;s:15:\"?2>hT?GUNk(aaLA\";i:3191;s:15:\"?2>hT?GUNkvWaLA\";i:3192;s:15:\"?2>hT?GUNkpIXLA\";i:3193;s:13:\"yd=hT?GU.DlBA\";i:3194;s:139:\"8d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMj<dtvA^9#(k)NoBD:CWezXJI|+wC*Fi\"<BJHNzRmQ\"D\"0k`Q3nE30ovD6FB9LvSQ[zGF#L$A;DSOYMj<dt&Aa4$(k)Noa.U|uWA\";i:3195;s:15:\"KV=hT?GUO[3rYLA\";i:3196;s:29:\"cS=hT?GUO[uWYLOWVElg*NNKZFlBA\";i:3197;s:12:\"KV=hT?GU/A$A\";i:3198;s:35:\"e#=hT?GU~AlB#L.4FxrjFA;C=hT?GUuBlBA\";i:3199;s:12:\"KV=hT?GU/A$A\";i:3200;s:12:\"KV=hT?GU/A$A\";i:3201;s:15:\"_X=hT?GUO[jnYLA\";i:3202;s:15:\"hg=hT?GUNkNcaLA\";i:3203;s:15:\"hg=hT?GUNkydaLA\";i:3204;s:15:\"hg=hT?GUNkydYLA\";i:3205;s:15:\"hg=hT?GUNk|eaLA\";i:3206;s:35:\"0d=hT?GU(ClB;L.4Fx~5CAw(=hT?GUcHlBA\";i:3207;s:13:\"hg=hT?GUcHlBA\";i:3208;s:26:\"Xx>hT?GUO[5FXLvDVElg*NrAIA\";i:3209;s:82:\"tu=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5FRtLvSQ[zEA/hit,ub@TD5FPzLvSQ[zEAbLkt,ub@=1CFQA\";i:3210;s:84:\"tu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCApI=hT?GUNkvWXLkUVElg*NNKKClB~N.4Fxrj%ABA\";i:3211;s:15:\"sP>hT?GUNkhgaLA\";i:3212;s:13:\"?2>hT?GU:tlBA\";i:3213;s:69:\"7r?hT?GUO[@QXL7fVE^2*NRA3(y2PcK\"A$qI/TwbiARtITf4QAkn`Q3nF3)Ai\"ITf4QAB\";i:3214;s:15:\"nu=hT?GUNk+haLA\";i:3215;s:13:\"bS=hT?GUDClBA\";i:3216;s:81:\"4d=hT?GU.DlB,L.4FxrjYBEERtlBJHNzLYuWvDqI:$vbSARtmBJHNz`avWUEqI:$vbSARtoBJHNz`avWA\";i:3217;s:50:\"I0=hT?GU/A$ACDSOYMj<dtpA8y#(k)No3B:CAYzXJI|+wC7DgA\";i:3218;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3219;s:27:\"WE=hT?GU}j(AwW#(k)Noa.w(uWA\";i:3220;s:100:\"5d=hT?GU(ClB,L.4Fxrj}BLDRtrBJHNz)duWvDqI:$vbxfc<:C9ZzXJI{ZCAm_&(k)Noa.l_uW5FqI:$vbaU)U:C.YzXJI{ZXACA\";i:3221;s:15:\"5}>hT?GUO[~lXLA\";i:3222;s:15:\"F0>hT?GUO[~lXLA\";i:3223;s:13:\"nu>hT?GU~AlBA\";i:3224;s:13:\"nu=hT?GU~AlBA\";i:3225;s:15:\"/o=hT?GUNk1kaLA\";i:3226;s:15:\"4r=hT?GUNk1kaLA\";i:3227;s:15:\"),=hT?GUNk\"laLA\";i:3228;s:15:\"),=hT?GUO[BtZLA\";i:3229;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:3230;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:3231;s:15:\"5}>hT?GUO[SqXLA\";i:3232;s:12:\"/o=hT?GU/A$A\";i:3233;s:12:\"4r=hT?GU/A$A\";i:3234;s:12:\"/o=hT?GU/A$A\";i:3235;s:12:\"4r=hT?GU/A$A\";i:3236;s:12:\"4r=hT?GU/A$A\";i:3237;s:15:\"?2>hT?GUNk|eaLA\";i:3238;s:12:\"4r=hT?GU/A$A\";i:3239;s:72:\"3d=hT?GU(ClB,L.4FxrjYBACQA.\",ub@WK5FrvLvSQ[zEAbLht,ub@CG5FT3LvSQ[zGFFB$A\";i:3240;s:12:\"`)=hT?GU/A$A\";i:3241;s:143:\"yu=hT?GUO[8MXLi\"LvSQ[zSA/hit,ub@FN5FxtLvSQ[zkAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEA:>nt,ub@FN5FfzLvSQ[z@HfT$AhDSOYMj<e\"KAHO?hT?GUO[dZYLA\";i:3242;s:26:\"!M>hT?GUHGlBpN.4FxrjYB8AIA\";i:3243;s:13:\"bS=hT?GUnGlBA\";i:3244;s:12:\">J=hT?GU/A$A\";i:3245;s:24:\"zd=hT?GU(ClBcM.4Fx}MBABA\";i:3246;s:12:\"9M>hT?GU/A$A\";i:3247;s:360:\"oCaC;\",ub@cY5F\"&LvSQ[z@HnT$Aos[hT?GUNk/oaL(,kESOYMj<ttTBFtYzVElg*N+P>mlB.Q.4Fxrj}B>ERtJCJHNzij(R$AWC[hT?GU~@JBFt4zVElg*NM3Nt@Q|Q.4Fx}M]z6F?jLCJHNzij(R$A#3[hT?GUNkTqaL(,oESOYMj<u\"3A+h9jzXJI|+`D*JgAGg{Q3nE3H#K&6F@@VCJHNzRmXt3A+h`jzXJI|+`D*BgAak{Q3nE3H#Mc5F?jXCJHNzRmWAH\"@QJS.4Fxrj}B@AK\"M3VElg*N+PDHlBV%0t,ub@/B5F?jZCJHNzWHuWp1MJkcwY\"cC\"@QdS.4Fx~5AA+h&kzXJI{ZBACA\";i:3248;s:24:\"Am=hT?GU>BlBcM.4FxrjKABA\";i:3249;s:278:\"oCZ*EByD1+!R?IgALB{Q3nE3soyA+hljzXJI{Z,NaL(,VESOYM*+rjlBrfxt,ub@=1nEQA_NrI:$vbxfG>:C`RKByD1+IT6(d\"@Q<R.4Fxrj}B@EQADQrI:$vbxfG>:Cp`KByD1+IT6(d\"@Q}R.4Fxrj}B@AK\"H2VElg*N+PDHlBrf0t,ub@y2GtDt@QJS.4Fxrj}B@AK\"M3VElg*N+PDHlBV%0t,ub@/B5F?jZCJHNzWHuWp1MJkcwY\"cC\"@QdS.4Fx~5AA+h&kzXJI{ZBACA\";i:3250;s:73:\"E^@hT?GUNk/oaL(,jESOYMj<ttTBFt^yVElg*N+P>mlBUUzt,ub@y2S/OtT|`Q3nE3H#l%6FA\";i:3251;s:15:\"9M?hT?GUO[BtaLA\";i:3252;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:3253;s:348:\"oC$YEByD1+IT[>d\"@Q0R.4Fxrj}B]EQA:LrI:$vbxfm>:CooJByD1+IT[>d\"T|`Q3nE3H#:&6Ff(LvSQ[zzb0Wp1pIkcwYtz|+:C{!JByD1+!R?IgAwC{Q3nE3soyA+hAizXJI{Z,NaL(,nESOYMj<u\"3A+h1jzXJI|+`D*JgA8e{Q3nE3H#K&6F?jVCJHNzRmXt3A+h=jzXJI|+`D*JgA@i{Q3nE3H#xd5F@@WCJHNzRmXtKA+hKkzXJI|+`D=BgAJn{Q3nE3H#xd5F?jYCJHNzRmXtKA+hikzXJI{ZBAx(_.LvSQ[zCAFtR4VElg*NFAK\"x4VElg*NFAK\"[4VElg*NFAIA\";i:3254;s:15:\"mB?hT?GUO[VxXLA\";i:3255;s:15:\"5}>hT?GUO[SqXLA\";i:3256;s:39:\"uP=hT?GU/A$AoDSOYMj<dtQBG\"#(k)Noa.eZwWA\";i:3257;s:106:\"dE=hT?GUcHlBrL.4FxrjKApI=hT?GUcHlBvL.4FxrjKA$T=hT?GUcHlBEM.4FxrjYBiCRtuBJHNz!PxWeGqI:$vbaU~l:CAYzXJI|+yACA\";i:3258;s:56:\"g#=hT?GULKlBbL.4Fxs@TAq1=hT?GU/A$AADSOYM)ZBt1[_Q3nE3LD$A\";i:3259;s:39:\"7}>hT?GUO[~lXL:CVElg*N=A2W@\",ub@y2_9BtA\";i:3260;s:12:\"(a=hT?GU/A$A\";i:3261;s:29:\"ou=hT?GUNk\"lXL(,2ESOYM*+JplBA\";i:3262;s:39:\"pu=hT?GUO[N/XLi\"LvSQ[zIAFtpt,ub@y2mnMtA\";i:3263;s:13:\"nu=hT?GU4DlBA\";i:3264;s:13:\"nu=hT?GU4DlBA\";i:3265;s:61:\"ru=hT?GUO[8MXL*BVElg*NdA3([\",ub@y2n_CtC\"qI:$vbWAQA>\",ub@^D5FA\";i:3266;s:70:\"bx>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5F7vLvSQ[zEAG\"$(k)No3B:C(XzXJI{ZCACA\";i:3267;s:108:\"vu=hT?GU4DlB#L.4Fxs@DAw(=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuW[9qI:$vbaUGu:CpdzXJI|+wC/FgA^BJHNzRm8WhABA\";i:3268;s:13:\"nu=hT?GU~AlBA\";i:3269;s:13:\"nu=hT?GU4DlBA\";i:3270;s:13:\"yd=hT?GU.DlBA\";i:3271;s:14:\"),?hT?GU~@ZBEA\";i:3272;s:26:\"{)=hT?GUcHlBPP.4Fxrj}BvBQA\";i:3273;s:26:\"zd=hT?GU.DlB,L.4Fxrj}BzDQA\";i:3274;s:15:\"z:>hT?GUO[@QXLA\";i:3275;s:13:\"nu=hT?GU~AlBA\";i:3276;s:15:\"z:>hT?GUO[@QXLA\";i:3277;s:13:\"nu=hT?GU~AlBA\";i:3278;s:13:\"nu=hT?GU~AlBA\";i:3279;s:13:\"nu=hT?GU~AlBA\";i:3280;s:13:\"_X=hT?GUMHlBA\";i:3281;s:13:\"nu=hT?GU4DlBA\";i:3282;s:26:\"`X=hT?GUoDlB*N.4FxrjYBWAIA\";i:3283;s:29:\"`X=hT?GUO[{eXLEUVElg*NNK`BlBA\";i:3284;s:15:\"5}?hT?GUO[5FXLA\";i:3285;s:26:\"zd=hT?GU.DlBpN.4Fxrj}ByKQA\";i:3286;s:159:\"!d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU>BlBbL.4Fx}Mo[6F{uLvSQ[z#31WvDqI:$vbaU}4:C+WzXJI{ZCA,h#(k)No3B:CLXzXJI|+wCLHi\"$BJHNzijnV$AIESOYMj<ttVBG\")(k)Noa.pIyW1RqI:$vbA2e\"A\";i:3287;s:15:\"(a=hT?GUO[oIZLA\";i:3288;s:12:\"(a=hT?GU/A$A\";i:3289;s:13:\"yd=hT?GU.DlBA\";i:3290;s:15:\"5}>hT?GUO[SqbLA\";i:3291;s:13:\"z:>hT?GUXGlBA\";i:3292;s:15:\"z:>hT?GUO[@QXLA\";i:3293;s:13:\"z:>hT?GULKlBA\";i:3294;s:15:\"z:>hT?GUO[s8XLA\";i:3295;s:103:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE30orP5FWuLvSQ[zEAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA*(k)No|B;CA\";i:3296;s:39:\"pu=hT?GUO[8MXLvDVElg*NrAJt(\",ub@y2PcEtA\";i:3297;s:64:\"ru=hT?GUO[8MXLvDVElg*NrA3(&\",ub@y2PcEt1[_Q3nE30ooI5Fp1LvSQ[zFAEA\";i:3298;s:173:\"5P=hT?GU~@jB/hht,ub@,n5FQwLvSQ[zEA/hjt,ub@y2y(Gt8M_Q3nE3kAi\"tBJHNzRmQ\"N\"E0`Q3nE3kAgA}BJHNzijoS$AmDSOYM*+$klBCO.4Fxrj}B}ES\">\",ub@y2cLCtXL_Q3nE3zD$ASDSOYMj<sAgAO/=hT?GUNk2[ZLA\";i:3299;s:12:\">J=hT?GU/A$A\";i:3300;s:15:\">J=hT?GUO[y:XLA\";i:3301;s:29:\"6}>hT?GUO[muXL1RVElg*NNKJllBA\";i:3302;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:3303;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:3304;s:95:\"LH>hT?GUNk6FZLi\"LvSQ[z#31W(HqI:$vb)qg\"dZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuW!mqI:$vb\"Ic\"A\";i:3305;s:113:\"vu=hT?GU4DlB#L.4FxrjFA+h=hT?GUO[~lYLi\"LvSQ[z#31W(HqI:$vb)qg\"4}_Q3nE30oJV5FmuLvSQ[zS>0W4YqI:$vb)qg\"0k_Q3nE3H#5*6FA\";i:3306;s:15:\"5}>hT?GUO[$$aLA\";i:3307;s:13:\"nu=hT?GU~AlBA\";i:3308;s:26:\"zd=hT?GU.DlBpN.4FxrjYB8AIA\";i:3309;s:15:\"F0>hT?GUO[E0XLA\";i:3310;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3311;s:15:\"sP>hT?GUNk7yaLA\";i:3312;s:72:\"su=hT?GU4DlB#L.4Fxs@DA;C=hT?GUuBlB(L.4Fx}MCA+hQizXJI|+CAx(//LvSQ[zGFvL$A\";i:3313;s:13:\"z:=hT?GU\"tlBA\";i:3314;s:15:\"sP=hT?GUO[xdXLA\";i:3315;s:15:\"bS=hT?GUO[xdXLA\";i:3316;s:26:\"Xx>hT?GUO[5FXLvDVElg*NrAIA\";i:3317;s:118:\"wu=hT?GU4DlBnP.4Fxs@MA<v>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5FrvLvSQ[zEAbLht,ub@CG5F{uLvSQ[zIAyWkt,ub@y2RcPt@QIR.4FxrjBABA\";i:3318;s:13:\"nu=hT?GU~AlBA\";i:3319;s:13:\"nu=hT?GU\"tlBA\";i:3320;s:13:\"9M=hT?GU~AlBA\";i:3321;s:35:\"0d=hT?GU(ClB?L.4Fx~5CAYL=hT?GU~AlBA\";i:3322;s:13:\"nu=hT?GU\"tlBA\";i:3323;s:13:\"Wx>hT?GUGJlBA\";i:3324;s:13:\"nu=hT?GU~AlBA\";i:3325;s:13:\"nu=hT?GU4DlBA\";i:3326;s:13:\"nu=hT?GU~AlBA\";i:3327;s:14:\"?2>hT?GU}jWBEA\";i:3328;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:3329;s:13:\">J=hT?GU:tlBA\";i:3330;s:27:\"FH>hT?GUNk6FZL?DVElg*NLKPtA\";i:3331;s:13:\"bS=hT?GU:tlBA\";i:3332;s:26:\"ou=hT?GUO[8MXLi\"LvSQ[zIAEA\";i:3333;s:56:\"2d=hT?GU.DlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:3334;s:133:\"7d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbtfe\"@QtS.4Fx}Ms*6F@@cCJHNzijoS$ALT]hT?IUO[GOaL#z@H1BlBQGkcwYtzp@:CA\";i:3335;s:27:\"ou=hT?GUNk\"lXL.IVElg*NAbPtA\";i:3336;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:3337;s:13:\"\"l=hT?GU?ulBA\";i:3338;s:83:\"4d=hT?GU.DlBEM.4Fx}MDAq1=hT?GU/A$A^CSOYM*+Bt^X_Q3nE3kAi\"<BJHNzRmXt5A,>?hT?GUO[DHZLA\";i:3339;s:12:\"(a=hT?GU/A$A\";i:3340;s:13:\"nu=hT?GU4DlBA\";i:3341;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3342;s:74:\"3d=hT?GU.DlB,L.4FxrjYB`DRtlBJHNzij=L$A>CSOYMj<cAGApI=hT?GUcHlBzL.4FxrjKABA\";i:3343;s:49:\"YE=hT?GU}j(AwW#(k)No|B:CrXzXJI{ZSA]Q&(k)Noa.%T1WA\";i:3344;s:140:\"vu=hT?MUyFlB&!~A`B#(y2!FMt(anBlB2DSOYMj<sA6AvW?hT?GUNkZ4aL9ZVElg*N+P.olBuO.4Fxrj}BJFRt:BJHNzRmQ\"D\"@Q`Q3nE30ooI5Fy6LvSQ[zGFFB$ArDSOYMj<cADABA\";i:3345;s:109:\"RV?hT?GUNk!5aLdZVElg*N+P}olBqO.4Fxrj}BLFS\"_\",ub@y2#yPtrP`Q3nE30oyK5Fi6LvSQ[zGFdB$A8DSOYMj<dtHAx(&(k)Noa.TquWA\";i:3346;s:55:\"NV?hT?GUNkI7aLdZVElg*N+PNplBqO.4Fxrj}BNFS\"_\",ub@y2d4PtA\";i:3347;s:86:\"ru=hT?MUyFlB&!~A`B#(y2!FMt(anBlB2DSOYMj<sA6AvW?hT?GUNkZ4aL9ZVElg*N+P.olBuO.4Fxrj}BJFQA\";i:3348;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3349;s:60:\"TjXlzXJI|+`DVFgAj5{Q3nE3H##^5F@@eCJHNzRm*(dA+hIizXJI|+`DVFgA\";i:3350;s:71:\"ZE=hT?GUuBlB(|1t,ub@y2y(Bt@Q9S.4FxrjYBYAK\"$7VElg*NNKKClB&qxt,ub@y2y(BtA\";i:3351;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3352;s:60:\"TjXlzXJI|+wC8AQA#crI:$vbaUZF:CooPByD1+IT=>D\"@QER.4FxrjYBeAIA\";i:3353;s:84:\"ru=hT?MUyFlB&!~A`B#(tV@Q=ZQArn((k)Noa.f+xW6yqI:$vbaUyq:C_czXJI|+wCdFgA:BJHNzRm8WeABA\";i:3354;s:84:\"ru=hT?MUyFlB&!~A`B#(tV@Q=ZQArn((k)Noa.}e1W6yqI:$vbxf6]:C_czXJI|+`DeKgA:BJHNzRm*(6ABA\";i:3355;s:13:\"VE=hT?GUuBlBA\";i:3356;s:71:\"ZE=hT?GU>BlB(|1t,ub@y2y(Bt@Q9S.4FxrjYBYAK\"$7VElg*NNKKClB&qxt,ub@y2y(BtA\";i:3357;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3358;s:60:\"TjXlzXJI|+wC8AQA#crI:$vbaUZF:CooPByD1+IT=>D\"@QER.4FxrjYBeAIA\";i:3359;s:34:\"MV=hT?GU/A$ApDSOYMLUDt^X_Q3nE3kAgA\";i:3360;s:15:\">J=hT?GUO[&aYLA\";i:3361;s:34:\"@J=hT?GU/A$ApDSOYM@1Et&a_Q3nE3kAgA\";i:3362;s:26:\"d#=hT?GULKlBzL.4FxrjYB;BQA\";i:3363;s:13:\"bS=hT?GU^ClBA\";i:3364;s:59:\"J0=hT?GUnGlBIM.4Fx}MJAeZ=hT?GUnGlBAM.4Fx}MJAO/>hT?GUO[@QXLA\";i:3365;s:71:\"aE=hT?GU}j(AwW#(k)Noa.,h1WvDqI:$vb6ARtmBJHNz`avWUEqI:$vb6ARtoBJHNz`avWA\";i:3366;s:48:\"[J=hT?GUNElBzL.4Fxs@FApI>hT?GU/A$ApDSOYMj<cADABA\";i:3367;s:26:\"ou=hT?GUO[8MXL*BVElg*NdAIA\";i:3368;s:15:\"KV=hT?GUO[+>XLA\";i:3369;s:94:\"5d=hT?GU(ClB,L.4FxrjYBEERtrBJHNz?MuWyKqI:$vbSAQA.\",ub@TD5FrvLvSQ[zEAbLkt,ub@=1CFQAiDrI:$vbWAQA\";i:3370;s:100:\"dx>hT?GUO[5FXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAG\")(k)Noa.pIyW2!qI:$vbWUf\"JV`Q3nE30o:C6FR9LvSQ[zGF#L$A\";i:3371;s:160:\"#d=hT?GU(ClB,L.4FxrjYB`DRtsBJHNz?MuW@QqI:$vbSAS\"*\",ub@TD5FRtLvSQ[zIA/hnt,ub@MI5F[tLvSQ[zEA/hht,ub@Vd5FGuLvSQ[zEA:>ht,ub@Vd5FQwLvSQ[zkAbLit,ub@WK5FT3LvSQ[zGFFB$A\";i:3372;s:15:\"nu=hT?GUO[8MXLA\";i:3373;s:29:\"6}>hT?GUO[SqXL:CVElg*N+P9plBA\";i:3374;s:13:\"nu=hT?GU~AlBA\";i:3375;s:24:\"zd=hT?GU.DlBvL.4Fx}MJABA\";i:3376;s:12:\"bS=hT?GU/A$A\";i:3377;s:13:\"nu=hT?GU~AlBA\";i:3378;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[3rbL/VVElg*N)FQA\";i:3379;s:13:\"VE=hT?GUuBlBA\";i:3380;s:13:\"VE=hT?GUuBlBA\";i:3381;s:15:\"Wx>hT?GUO[5FXLA\";i:3382;s:15:\"z:=hT?GUNk%$aLA\";i:3383;s:13:\"yd=hT?GU.DlBA\";i:3384;s:12:\">J>hT?GU/A$A\";i:3385;s:13:\"nu=hT?GU~AlBA\";i:3386;s:13:\"yd=hT?GU.DlBA\";i:3387;s:48:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBjL.4Fxrj}BgAIA\";i:3388;s:13:\"VE=hT?GUuBlBA\";i:3389;s:13:\"nu=hT?GU4DlBA\";i:3390;s:13:\"yd=hT?GU.DlBA\";i:3391;s:13:\"z:>hT?GUXGlBA\";i:3392;s:15:\"z:>hT?GUO[@QXLA\";i:3393;s:13:\"z:>hT?GULKlBA\";i:3394;s:15:\"z:>hT?GUO[s8XLA\";i:3395;s:56:\"IH=hT?GUpA$A?CSOYM)ZBtUE_Q3nE3kAgAoBJHNzRmuW_EqI:$vbSAQA\";i:3396;s:13:\"yd=hT?GU.DlBA\";i:3397;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWv(qI:$vbtLgA\";i:3398;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:3399;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:3400;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:3401;s:37:\"e#=hT?GUXGlB3L.4Fx}MKApI>hT?GUO[oIZLA\";i:3402;s:170:\"0u=hT?GU4DlBlN.4FxrjYBIA3()\",ub@Vd5F[tLvSQ[zGF=B$A=CSOYMj<dtKA,h#(k)No3B:CLXzXJI{ZCAZL$(k)No>M:CQYzXJI{ZHA8y#(k)No>M:CAYzXJI{ZHA7F((k)Noa.U|0WcsqI:$vbaU.I:C]azXJI|+wCdBgA\";i:3403;s:15:\"L&>hT?GUO[=JXLA\";i:3404;s:15:\"L&>hT?GUO[XLXLA\";i:3405;s:29:\"6}>hT?GUO[PjXL1RVElg*NNKemlBA\";i:3406;s:29:\"6}>hT?GUNk+hYL1RVElg*N+PCqlBA\";i:3407;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:3408;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:3409;s:13:\"VE=hT?GUuBlBA\";i:3410;s:15:\"L&>hT?GUNkw(aLA\";i:3411;s:15:\"L&>hT?GUO[PjYLA\";i:3412;s:37:\"0d=hT?GU.DlBbL.4Fx}MCAeZ>hT?GUO[3raLA\";i:3413;s:13:\"yd=hT?GU.DlBA\";i:3414;s:111:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW.oqI:$vbwCgA`BJHNz!P2WA\";i:3415;s:59:\"ru=hT?GUO[8MXLeGVElg*N/A3(+\",ub@%Z5F2uLvSQ[zkAbLjt,ub@%Z5FA\";i:3416;s:40:\"7}>hT?GUO[95XL:CVElg*Nj&OtVx_Q3nE3t`2ABA\";i:3417;s:15:\"5}>hT?GUNk+hYLA\";i:3418;s:49:\"qu=hT?GUO[8MXLi\"LvSQ[zIA/hit,ub@TD5FlxLvSQ[ztN1WA\";i:3419;s:15:\"5}>hT?GUO[SqXLA\";i:3420;s:13:\"bS?hT?GU~AlBA\";i:3421;s:118:\"XjtjzXJI|+`D2KgAXd{Q3nE3H#r?6F?jVCJHNzRm)W8A+h=jzXJI|+`D2Ki\"JCJHNzRm)WJA+h;hzXJI|+`D5BgAwC{Q3nE3H#Ca5F?jLCJHNzRm)WJABA\";i:3422;s:70:\"bx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3423;s:13:\"VE?hT?GU~AlBA\";i:3424;s:46:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCABA\";i:3425;s:13:\"nu=hT?GU4DlBA\";i:3426;s:13:\"nu=hT?GU4DlBA\";i:3427;s:59:\"ax>hT?GUO[5FXLvDVElg*NrA2W*\",ub@TD5FrvLvSQ[zEAbLht,ub@CG5FA\";i:3428;s:91:\"j#=hT?GUXGlB#L.4FxrjFA;C=hT?GU}jCB/hit,ub@TD5F[tLvSQ[zEA/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FA\";i:3429;s:92:\"dx>hT?GUO[5FXLvDVElg*NrA2W&\",ub@CG5F{uLvSQ[zIAc4ht,ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3430;s:50:\"NV@hT?GUuBlBnL.4FxrjYB!A3()\",ub@y2n_Ct(,_Q3nE3)AgA\";i:3431;s:13:\"hg=hT?GUuBlBA\";i:3432;s:13:\"VE=hT?GUuBlBA\";i:3433;s:29:\"Am=hT?GUNkf+aLNJVElg*N+PFhlBA\";i:3434;s:15:\"\"l=hT?GUNk),aLA\";i:3435;s:15:\"F0>hT?GUO[muXLA\";i:3436;s:15:\"5}>hT?GUO[SqXLA\";i:3437;s:175:\"#d=hT?GU(ClB,L.4FxrjYBiERtrBJHNz?MuW=JqI:$vbSAS\":\",ub@[p5FRtLvSQ[zIA/hit,ub@CG5FfzLvSQ[zEAyWkt,ub@y2d4Mtp1_Q3nE30oIo6F6yLvSQ[zGFgAgA}K{Q3nE30o:C5F:yLvSQ[zGFgAgAiM{Q3nE30o:C5FA\";i:3438;s:69:\"3d=hT?GU.DlBrL.4Fxs@CApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA&BJHNzRmQ\"D\"A\";i:3439;s:166:\"zu=hT?GU4DlBUM.4Fxs@IANc=hT?GU.DlB,L.4Fxrj}BsCS\":\",ub@[p5FRtLvSQ[zIAyWot,ub@y2y(Bt0k_Q3nE3H#.o6F#zLvSQ[zGFYQ$APDSOYMj<cABA+hoizXJI|+wCQARt1BJHNzRmQ\"C\"@QYR.4FxrjYBIAIA\";i:3440;s:60:\"wP=hT?GU~@&AZL$(k)No3B:CQYzXJI{Z_{aLPDVElg*NJA2W+\",ub@=10FQA\";i:3441;s:59:\"2d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU/A$A;CSOYMXwBtp1_Q3nE3H#gg6FA\";i:3442;s:15:\"sP=hT?GUNkO/aLA\";i:3443;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:3444;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:3445;s:53:\"qu=hT?GU&FlB`N.4FxrjYBiA3()\",ub@y2RcQtk__Q3nE30ooI5FA\";i:3446;s:62:\"lg=hT?GUcHlBEM.4FxrjYBiCRtuBJHNz!PxWeGqI:$vbaU~l:CAYzXJI|+yACA\";i:3447;s:13:\"_X=hT?GUoDlBA\";i:3448;s:13:\"_X=hT?GU,GlBA\";i:3449;s:101:\"dx>hT?GUO[5FXLvDVElg*NrAJt+\",ub@y2y(Ht&a_Q3nE3_I$A^CSOYMj<cAbA<v=hT?GU>RlB&O.4FxrjYBYAK\"st,ub@y2PcJtA\";i:3450;s:100:\"dx>hT?GUO[5FXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAG\")(k)Noa.pIyW2!qI:$vbWUf\"JV`Q3nE30o:C6FR9LvSQ[zGF#L$A\";i:3451;s:13:\"VE=hT?GUuBlBA\";i:3452;s:55:\"I0=hT?GUO[oIZL!GVElg*NNK4YlB7L.4FxrjYB{CRttBJHNzRmQ\"T\"A\";i:3453;s:59:\"ru=hT?GU4DlB#L.4FxrjFA+h=hT?GUNk};aLlBVElg*NRA3(,\",ub@ma5FA\";i:3454;s:24:\"zd=hT?GU.DlB.M.4Fx}MBABA\";i:3455;s:15:\"(a=hT?GUO[oIZLA\";i:3456;s:15:\"),=hT?GUNki=aLA\";i:3457;s:12:\"(a=hT?GU/A$A\";i:3458;s:62:\"2d=hT?GU.DlBEM.4FxrjYB;BRtuBJHNz?MuWeGqI:$vbaURd:CAYzXJI{ZCACA\";i:3459;s:12:\"F0=hT?GU/A$A\";i:3460;s:12:\"(a=hT?GU/A$A\";i:3461;s:12:\"(a=hT?GU/A$A\";i:3462;s:82:\"tu=hT?GU4DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$A\";i:3463;s:26:\"zd=hT?GU.DlB,L.4Fxrj}BzDQA\";i:3464;s:13:\"yd=hT?GU.DlBA\";i:3465;s:13:\"VE?hT?GU~AlBA\";i:3466;s:69:\"7r?hT?GUO[@QXL7fVE^2*NRA3(y2PcK\"A$qI/TwbiARtITf4QAkn`Q3nF3)Ai\"ITf4QAB\";i:3467;s:15:\"`)?hT?GUO[UEZLA\";i:3468;s:57:\"2d=hT?GU.DlBrL.4Fx}M%ApI=hT?GUd0lBvL.4Fx}M/A$T=hT?GUd0lBA\";i:3469;s:13:\"(a=hT?GU>RlBA\";i:3470;s:57:\"2d=hT?GU.DlBrL.4Fxrj~A]Q#(k)No4O;CDXzXJI{ZnB:>ht,ub@Vd7FA\";i:3471;s:24:\"G0=hT?GU>RlB7L.4FxrjZABA\";i:3472;s:13:\"c#=hT?GUYzlBA\";i:3473;s:23:\"5r=hT?GU/A$A=CSOYM)ZBtA\";i:3474;s:58:\"J0=hT?GUDClBIM.4Fxs@CAeZ=hT?GUDClBAM.4Fxs@CA%$>hT?GU}jNBEA\";i:3475;s:67:\"3d=hT?GU(ClB,L.4Fx~5IA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWA\";i:3476;s:27:\"`X=hT?GU}j4CbLot,ub@y2_9RtA\";i:3477;s:25:\"G0=hT?GU~@jBbLit,ub@TD7FA\";i:3478;s:15:\"F0>hT?GUO[jnXLA\";i:3479;s:15:\"F0>hT?GUO[.oXLA\";i:3480;s:15:\"5}>hT?GUO[SqbLA\";i:3481;s:15:\"5}>hT?GUO[~lbLA\";i:3482;s:12:\"9M>hT?GU/A$A\";i:3483;s:62:\"IH=hT?GU~AlBrL.4Fx}MBApI=hT?GUNk,>aLKCVElg*N+P,rlBzL.4Fx}MBABA\";i:3484;s:13:\"bS=hT?GU:tlBA\";i:3485;s:12:\"EH=hT?GUpA$A\";i:3486;s:12:\">J=hT?GU/A$A\";i:3487;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:3488;s:15:\"VE=hT?GUNk2[aLA\";i:3489;s:15:\"VE=hT?GUNkA^aLA\";i:3490;s:15:\"VE=hT?GUNkl_aLA\";i:3491;s:15:\"VE=hT?GUNk:`aLA\";i:3492;s:15:\"VE=hT?GUNkU|aLA\";i:3493;s:15:\"nu=hT?GUO[8MXLA\";i:3494;s:14:\"bS@hT?GU~@NBEA\";i:3495;s:13:\"nu=hT?GU~AlBA\";i:3496;s:12:\"(a=hT?GU/A$A\";i:3497;s:13:\"nu=hT?GU4DlBA\";i:3498;s:13:\"nu=hT?GU~AlBA\";i:3499;s:14:\"),=hT?GU}j8CEA\";i:3500;s:13:\"nu=hT?GU~AlBA\";i:3501;s:13:\"_X=hT?GUpwlBA\";i:3502;s:15:\"5}>hT?GUO[95XLA\";i:3503;s:39:\"pu=hT?GUO[8MXL(HVElg*NLAK\"pt,ub@y2mnMtA\";i:3504;s:24:\"tP=hT?GU:tlBvL.4Fx}M%ABA\";i:3505;s:13:\"nu=hT?GU\"tlBA\";i:3506;s:13:\"nu=hT?GU~AlBA\";i:3507;s:15:\"),>hT?GUO[=JZLA\";i:3508;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3509;s:38:\"uP@hT?GU:tlB(P.4Fx}Mw58Fx9LvSQ[zGF@Y$A\";i:3510;s:59:\"wP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWPjqI:$vbaUBN:CA\";i:3511;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3512;s:13:\"nu=hT?GU~AlBA\";i:3513;s:14:\"_X=hT?GU~@SBEA\";i:3514;s:29:\"?J>hT?GUO[:CZL^XVElg*N+P<slBA\";i:3515;s:12:\"bS=hT?GU/A$A\";i:3516;s:70:\"su=hT?GUO[8MXL(HVElg*NLA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3517;s:24:\"ou=hT?GU4DlBUM.4FxrjBABA\";i:3518;s:13:\"nu=hT?GU~AlBA\";i:3519;s:13:\"nu=hT?GU~AlBA\";i:3520;s:13:\"nu=hT?GU4DlBA\";i:3521;s:13:\"nu=hT?GU~AlBA\";i:3522;s:15:\"bS=hT?GUO[jncLA\";i:3523;s:15:\"z:=hT?GUNkWxaLA\";i:3524;s:13:\"nu=hT?GU~AlBA\";i:3525;s:13:\"KV=hT?GU:tlBA\";i:3526;s:15:\"5}>hT?GUNkL&ZLA\";i:3527;s:15:\"5}>hT?GUO[BA5FA\";i:3528;s:14:\"_X=hT?GU}jTBEA\";i:3529;s:13:\"VE=hT?GUuBlBA\";i:3530;s:13:\"Wx>hT?GUGJlBA\";i:3531;s:14:\"bS@hT?GU~@NBEA\";i:3532;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3533;s:13:\"VE=hT?GUuBlBA\";i:3534;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3535;s:14:\"bS@hT?GU~@NBEA\";i:3536;s:12:\"bS=hT?GU/A$A\";i:3537;s:15:\"(a=hT?GUO[&aYLA\";i:3538;s:13:\"bS=hT?GUt0lBA\";i:3539;s:15:\"bS=hT?GUO[McbLA\";i:3540;s:15:\"bS=hT?GUO[mBbLA\";i:3541;s:15:\"bS=hT?GUNkyddLA\";i:3542;s:13:\"bS=hT?GUe%lBA\";i:3543;s:13:\"VE=hT?GUuBlBA\";i:3544;s:14:\"VE=hT?GU}j(ACA\";i:3545;s:15:\"F0>hT?GUO[E0XLA\";i:3546;s:13:\"nu=hT?GU~AlBA\";i:3547;s:41:\"Yx>hT?GUO[5FXL>WVElg*NNK]qlB9N.4Fx}M;46FA\";i:3548;s:147:\"3P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbaUQQ:CQYzXJI|+wCCCi\"pBJHNzRmPtLA<v=hT?GUO[$$XL>WVElg*NLA3([\",ub@y29yCtXL_Q3nE3zD$ASDSOYM*+y>lBA\";i:3549;s:15:\"5}>hT?GUO[PjXLA\";i:3550;s:15:\"5}>hT?GUO[PjXLA\";i:3551;s:15:\"5}>hT?GUO[PjXLA\";i:3552;s:59:\"ru=hT?GUO[8MXLi\"LvSQ[zIA/hjt,ub@7L5F]6LvSQ[zwAc4st,ub@^D5FA\";i:3553;s:13:\"yd=hT?GU.DlBA\";i:3554;s:72:\"3d=hT?GU(ClB;L.4Fx}MBAw(=hT?GU/A$AiDSOYMXwRte+_Q3nE30o#^6F.4LvSQ[zGF?D$A\";i:3555;s:12:\"4r=hT?GU/A$A\";i:3556;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:3557;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:3558;s:15:\"z:>hT?GUO[@QXLA\";i:3559;s:13:\"nu=hT?GU~AlBA\";i:3560;s:29:\"@2=hT?GUO[b#bL~FVElg*NNK_0lBA\";i:3561;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:3562;s:15:\"5}>hT?GUO[SqXLA\";i:3563;s:15:\"5}>hT?GUO[SqXLA\";i:3564;s:15:\"5}>hT?GUO[SqXLA\";i:3565;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:3566;s:24:\"zd=hT?GU.DlBEM.4Fx}MBABA\";i:3567;s:13:\"nu=hT?GU~AlBA\";i:3568;s:24:\"@2>hT?GU:tlBAM.4Fx}M%ABA\";i:3569;s:15:\"bS=hT?GUO[+>bLA\";i:3570;s:13:\"nu=hT?GU~AlBA\";i:3571;s:13:\"?2=hT?GU:tlBA\";i:3572;s:13:\"nu=hT?GU~AlBA\";i:3573;s:15:\"5}>hT?GUO[SqXLA\";i:3574;s:36:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GU}jXBEA\";i:3575;s:15:\"nu=hT?GUO[8MXLA\";i:3576;s:13:\"yd=hT?GU.DlBA\";i:3577;s:13:\"yd=hT?GU.DlBA\";i:3578;s:13:\"yd=hT?GU.DlBA\";i:3579;s:12:\"9M>hT?GU/A$A\";i:3580;s:13:\"9M>hT?GUHGlBA\";i:3581;s:13:\"9M>hT?GUHGlBA\";i:3582;s:77:\"3d=hT?GU.DlB<M.4Fx~5IA};=hT?GUO[;CXL=JVElg*NkVgA$AMDSOYMj<!\"AAl_=hT?GUO[;CXLA\";i:3583;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:3584;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:3585;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:3586;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:3587;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:3588;s:65:\"%M>hT?GU/A$ATESOYMj<ttVAx(A)LvSQ[z@H,D$A;^[hT?GUqtlBUU1t,ub@/B7FA\";i:3589;s:31:\"RjvlzXJI|+fFMAQA/erI:$vb.qFB:CA\";i:3590;s:13:\"yd=hT?GU.DlBA\";i:3591;s:28:\"B^@hT?GUO[6FXLcsVElg*NkV$A$A\";i:3592;s:29:\"B^@hT?GUO[pIXLcsVElg*NkVFBlBA\";i:3593;s:29:\"B^@hT?GUO[YLXLcsVElg*NkVlBlBA\";i:3594;s:29:\"B^@hT?GUO[HOXLcsVElg*NkV*BlBA\";i:3595;s:29:\"B^@hT?GUO[[QXLcsVElg*NkVKClBA\";i:3596;s:29:\"B^@hT?GUO[bSXLcsVElg*NkVaClBA\";i:3597;s:29:\"B^@hT?GUO[$TXLcsVElg*NkVqClBA\";i:3598;s:29:\"B^@hT?GUO[KVXLcsVElg*NkV6ClBA\";i:3599;s:29:\"B^@hT?GUO[vWXLcsVElg*NkV:ClBA\";i:3600;s:29:\"B^@hT?GUO[_XXLcsVElg*NkV\"ClBA\";i:3601;s:29:\"B^@hT?GUO[eZXLcsVElg*NkVPDlBA\";i:3602;s:29:\"B^@hT?GUO[(aXLcsVElg*NkVfDlBA\";i:3603;s:29:\"B^@hT?GUO[ydXLcsVElg*NkV#DlBA\";i:3604;s:29:\"B^@hT?GUO[|eXLcsVElg*NkV?DlBA\";i:3605;s:29:\"B^@hT?GUO[hgXLcsVElg*NkVEElBA\";i:3606;s:29:\"B^@hT?GUO[+hXLcsVElg*NkVUElBA\";i:3607;s:42:\"7}=hT?GUO[h=XL|rVElg*NkVkElB.Q.4Fxrj9CyAIA\";i:3608;s:39:\"7}=hT?GULKlB)Q.4Fxrj9C0AJtEByD1+IT9WF\"A\";i:3609;s:42:\"7}=hT?GUO[BtaL|rVElg*NkV)ElB.Q.4Fxrj9C2AIA\";i:3610;s:39:\"7}=hT?GUXGlB)Q.4Fxrj9C4AJtEByD1+ITQtF\"A\";i:3611;s:29:\"B^@hT?GUO[TqXLcsVElg*NkVZFlBA\";i:3612;s:29:\"B^@hT?GUO[4rXLcsVElg*NkVpFlBA\";i:3613;s:29:\"B^@hT?GUO[nuXLcsVElg*NkV/FlBA\";i:3614;s:29:\"B^@hT?GUO[<vXLcsVElg*NkV~FlBA\";i:3615;s:29:\"B^@hT?GUO[WxXLcsVElg*NkVOGlBA\";i:3616;s:42:\"7}=hT?GUO[@QXL|rVElg*NkVeGlB.Q.4Fxrj9C.AIA\";i:3617;s:42:\"7}=hT?GUO[h=XL|rVElg*NkVuGlB.Q.4Fxrj9C:AIA\";i:3618;s:39:\"7}=hT?GULKlB)Q.4Fxrj9C<AJtEByD1+IT!(G\"A\";i:3619;s:42:\"7}=hT?GUO[BtaL|rVElg*NkV>GlB.Q.4Fxrj9C>AIA\";i:3620;s:39:\"7}=hT?GUXGlB)Q.4Fxrj9C@AJtEByD1+ITR\"DtA\";i:3621;s:29:\"B^@hT?GUO[!5XLcsVElg*NkVTHlBA\";i:3622;s:29:\"B^@hT?GUO[I7XLcsVElg*NkVjHlBA\";i:3623;s:29:\"B^@hT?GUO[t8XLcsVElg*NkVzHlBA\";i:3624;s:29:\"B^@hT?GUO[]9XLcsVElg*NkV(HlBA\";i:3625;s:29:\"B^@hT?GUO[c#XLcsVElg*NkV^HlBA\";i:3626;s:82:\"4d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbiAQAiDrI:$vbWAQA\";i:3627;s:15:\"Qj=hT?GUNkf+YLA\";i:3628;s:15:\"Qj=hT?GUO[%$XLA\";i:3629;s:13:\"yd=hT?GU.DlBA\";i:3630;s:15:\">J?hT?GUO[[9XLA\";i:3631;s:203:\"oC^X>\",ub@y2xWBt@Q=S.4Fxrj9CDBS\")\",ub@{K7FRtLvSQ[z?H1W(HqI:$vbtfe\"DH_Q3nE30o+O5FxtLvSQ[zGF=B$A@CSOYMj<dtKAln#(k)Noa.I7uW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSARtwBJHNzijZn$A:m]hT?GUO[w(XLA\";i:3632;s:13:\"nu=hT?GU\"tlBA\";i:3633;s:81:\"4d=hT?GU.DlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZDt=J_Q3nE3kAi\"3BJHNzRm<WMAvW=hT?GUMHlBA\";i:3634;s:81:\"_2>hT?GU~@dByWjt,ub@y2n_Ft&a_Q3nE30o@@5F2uLvSQ[zGFDH$AADSOYMj<cAtABA`Q3nE31`Pj5FA\";i:3635;s:29:\"6}>hT?GUO[~laLEUVElg*NNK(XlBA\";i:3636;s:49:\"1d=hT?GU(ClB;L.4Fx}Mo[6FrvLvSQ[zAk0W1RqI:$vbA2e\"A\";i:3637;s:15:\"VE?hT?GUO[),XLA\";i:3638;s:66:\"ZE=hT?GUO[{eXL?DVElg*NdAK\"vt,ub@y21WEt*h`Q3nE30oKC6F]6LvSQ[z#K8E$A\";i:3639;s:56:\"YE?hT?GUO[};XLOWVElg*NkV9JlBpN.4Fxrj9CVBRt3BJHNzRm<WOABA\";i:3640;s:15:\"5}>hT?GUO[i=XLA\";i:3641;s:15:\"VE?hT?GUO[2[XLA\";i:3642;s:69:\"ZE=hT?GUO[uWYL?DVElg*NNKGOlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`tp5FA\";i:3643;s:56:\"YE?hT?GUO[l_XLOWVElg*NkV&KlBpN.4Fxrj9ChBRt3BJHNzRm=(PABA\";i:3644;s:15:\"5}>hT?GUO[:`XLA\";i:3645;s:15:\"VE?hT?GUO[D\"5FA\";i:3646;s:65:\"ZE=hT?GU}jPB/hit,ub@wc5Fl%LvSQ[z#K0E$A,DSOYMj<dt%Am_((k)Noa.=CwWA\";i:3647;s:56:\"YE?hT?GUO[;CYLOWVElg*NkV,LlBpN.4Fxrj9CtBRt3BJHNzRm<WRABA\";i:3648;s:15:\"5}>hT?GUO[VEYLA\";i:3649;s:15:\"VE?hT?GUO[pIYLA\";i:3650;s:80:\"Em=hT?GU}jaBbLht,ub@=19ERtqBJHNzRmOAJ\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tjACA\";i:3651;s:56:\"YE?hT?GUO[YLYLOWVElg*NkV<MlBpN.4Fxrj9C5BRt3BJHNzRm=(SABA\";i:3652;s:15:\"5}>hT?GUO[9MYLA\";i:3653;s:15:\"VE?hT?GUO[N/aLA\";i:3654;s:56:\"YE?hT?GUO[[QYLOWVElg*NkVxNlBpN.4Fxrj}BcCRt3BJHNzRmftTABA\";i:3655;s:15:\"5}>hT?GUO[bSYLA\";i:3656;s:13:\"yd=hT?GU.DlBA\";i:3657;s:185:\"1u=hT?GU~AlB#L.4Fxs@DAw(=hT?GU~@dBz(it,ub@y2r_FtlB_Q3nE31`Y45FQwLvSQ[zOA/hjt,ub@,n5F2uLvSQ[zGF`B$AADSOYMXwEtlB`Q3nE31`}45F!2LvSQ[zkA:>ot,ub@y2eLGte+_Q3nE30oJV5FvzLvSQ[z#KbH$ASDSOYMAlDtA\";i:3658;s:116:\"vu=hT?GU4DlB#L.4Fxs@DAw(=hT?GUO[^XYL_EVElg*NkV+OlBbL.4Fx}M:;6F{uLvSQ[zB[0W1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRm<WVABA\";i:3659;s:86:\"yP=hT?GUnGlBjL.4Fx}MBA[Q=hT?GUnGlBzL.4Fx}MBA;C?hT?GUO[|eYL1RVElg*NNKZFlB@M.4Fxrj9C^BQA\";i:3660;s:198:\"oCmu)\",ub@PP5F[tLvSQ[z>C3(&\",ub@TD7FGuLvSQ[z>C3((\",ub@TD7FQwLvSQ[zS>0WhNqI:$vbyARtpBJHNzijdT$AADSOYMj<e\"FAeZ>hT?GUNk4rXLQQVElg*N+PpFlBCO.4FxrjYB]AIApt,ub@y2ItGtXL_Q3nE3zD$A5p]hT?GU/A$AyDSOYMj<cALABA\";i:3661;s:97:\"uu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A~CSOYM)ZBtlB_Q3nE30otp5F{uLvSQ[zIAz(mt,ub@y2p_CtE0_Q3nE31`2!5FA\";i:3662;s:135:\"xu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU>BlB?L.4Fx~5CA;C=hT?GU}jTB/hit,ub@%Z5F[tLvSQ[z6{0W_EqI:$vbaU!+:C$gzXJI|+fFaCgA[BJHNzRm9(gATq?hT?GUO[1kYLA\";i:3663;s:15:\"4r?hT?GUO[\"lYLA\";i:3664;s:72:\"!}?hT?GUO[5FXLeGVElg*NXA3(+\",ub@MI5F2uLvSQ[zOAbLjt,ub@MI5FU0LvSQ[z#KzH$A\";i:3665;s:26:\"ou=hT?GU4DlBnP.4FxrjYBIAIA\";i:3666;s:24:\"ou=hT?GU4DlBnP.4Fxs@<ABA\";i:3667;s:53:\"1d=hT?GU.DlBtN.4FxrjYBzBRt5BJHNzRmftVAHO>hT?GUO[knYLA\";i:3668;s:112:\"1P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUpwlB~N.4Fxrj%ABA\";i:3669;s:37:\"H0=hT?GU0vlB.M.4Fx}M%AO/>hT?GUO[@QXLA\";i:3670;s:61:\"ru=hT?GUO[8MXL*BVElg*NJA3(&\",ub@=11ES\"(\",ub@TD5FWuLvSQ[zXv0WA\";i:3671;s:82:\"su=hT?GUO[8MXLi\"LvSQ[z@H*B$A`CSOYMj<sAFAZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CECQA\";i:3672;s:15:\"4r?hT?GUO[TqYLA\";i:3673;s:62:\"2d=hT?GU(ClB;L.4Fx}MBAU|>hT?GUO[95bLuWVElg*NkVrPlB3L.4Fx}MKABA\";i:3674;s:26:\"6}>hT?GUO[4rYL@QVElg*NLAIA\";i:3675;s:91:\"?o=hT?GU/A$ABDSOYMXwDt&a_Q3nE3H#Zl6F2uLvSQ[zGFII$AADSOYMj<dtdADt&(k)Noa._9wWCaqI:$vb.q*h:CA\";i:3676;s:91:\"!r=hT?GU/A$ABDSOYMXwDt&a_Q3nE30otp5F2uLvSQ[zGFII$AADSOYMj<tt\"Az(mt,ub@y2p_CtE0_Q3nE31`2!5FA\";i:3677;s:14:\"\"l=hT?GU~@HBEA\";i:3678;s:13:\"4r=hT?GUDClBA\";i:3679;s:13:\"/o=hT?GUDClBA\";i:3680;s:83:\"4d=hT?GU.DlBrL.4Fx}MJApI=hT?GU/A$A@CSOYM)ZDt=J_Q3nE3kAi\"*BJHNzRmftVA7y>hT?GUO[SqXLA\";i:3681;s:29:\"6}>hT?GUO[~lXL[dVElg*NkVFRlBA\";i:3682;s:59:\"ax>hT?GUO[5FXL*BVElg*NXA3(&\",ub@MI5FGuLvSQ[zOA:>ht,ub@MI5FA\";i:3683;s:24:\"ou=hT?GU~AlBbL.4Fx}M&ABA\";i:3684;s:35:\"e#=hT?GUXGlB#L.4FxrjFApI=hT?GU}DlBA\";i:3685;s:15:\"VE=hT?GUNk2[aLA\";i:3686;s:15:\"VE=hT?GUO[<vYLA\";i:3687;s:15:\"VE=hT?GUO[WxYLA\";i:3688;s:15:\"VE=hT?GUO[7yYLA\";i:3689;s:15:\"VE=hT?GUO[F0YLA\";i:3690;s:77:\"su=hT?GUO[8MXLfTVElg*N/A2W;\",ub@y2<hHtC\"qI:$vb.qUk:C1ZzXJI|+JA]Q((k)Noa.+hvWA\";i:3691;s:125:\"1P=hT?GU/A$A=CSOYM*+4slBvL.4FxrjYBPBRtoBJHNz?MuW8MqI:$vbaU!G:CQYzXJI{ZUA8y#(k)Noa.q1uW|LqI:$vb,BgApBJHNzRmQ\"N\"Q@_Q3nE30o_E8FA\";i:3692;s:13:\"nu>hT?GU~AlBA\";i:3693;s:55:\"YE?hT?GUO[Z4YLOWVElg*NkVr#lBpN.4Fxrj9CeCQACByD1+IT_hP\"A\";i:3694;s:15:\"5}>hT?GUO[]9cLA\";i:3695;s:55:\"YE?hT?GUO[c#YLOWVElg*NkVg$lBpN.4Fxrj9CoCQACByD1+ITPAItA\";i:3696;s:15:\"5}>hT?GUO[`)cLA\";i:3697;s:55:\"YE?hT?GUO[f+YLOWVElg*NkVV%lBpN.4Fxrj9CyCQACByD1+ITn4Q\"A\";i:3698;s:15:\"5}>hT?GUO[};cLA\";i:3699;s:55:\"YE?hT?GUO[i=YLOWVElg*NkVK&lBpN.4Fxrj9C8CQACByD1+IT9WR\"A\";i:3700;s:15:\"5}>hT?GUO[A^cLA\";i:3701;s:55:\"YE?hT?GUO[l_YLOWVElg*NkV\"&lBpN.4Fxrj9C+CQACByD1+IT`>R\"A\";i:3702;s:15:\"5}>hT?GUO[BA8FA\";i:3703;s:82:\"aE?hT?GUO[mBZLOWVElg*NkV?(lBpN.4Fxrj}B}CQACByD1+IT_hS\"E0_Q3nE31`:C6FY4LvSQ[z#KkE$A\";i:3704;s:15:\"5}>hT?GUO[EHdLA\";i:3705;s:82:\"aE?hT?GUO[pIZLOWVElg*NNKaylBpN.4Fxrj9C}CQACByD1+ITR\"JtE0_Q3nE31`eG6FY4LvSQ[z#KMM$A\";i:3706;s:15:\"5}>hT?GUNk4rcLA\";i:3707;s:55:\"YE?hT?GUO[sPZLOWVElg*NkV5*lBpN.4Fxrj9CJDQACByD1+IT!(T\"A\";i:3708;s:15:\"5}>hT?GUO[KVdLA\";i:3709;s:55:\"YE?hT?GUO[vWZLOWVElg*NkVu+lBpN.4Fxrj9CTDQACByD1+IT_hU\"A\";i:3710;s:15:\"5}>hT?GUO[NcdLA\";i:3711;s:55:\"YE?hT?GUO[ydZLOWVElg*NkVj,lBpN.4Fxrj9CdDQACByD1+ITR\"KtA\";i:3712;s:15:\"5}>hT?GUO[QjdLA\";i:3713;s:124:\"1P=hT?GUO[y:XLFBVElg*NNKfDlBvL.4FxrjYBPBRtoBJHNz?MuW8MqI:$vb,Bi\"uBJHNzij&U$A^CSOYMXwDt^X_Q3nE3t`6AvW=hT?GUzClB*N.4FxrjYB?FQA\";i:3714;s:13:\"nu>hT?GU~AlBA\";i:3715;s:107:\"5d=hT?GU.DlBAM.4FxrjYB6CRt*BJHNzRm<WgAU|>hT?GUO[;CdL1RVElg*N+P(XlBgQ.4Fxrj9CjDRt3BJHNzRmg\"S\"C\"qI:$vb.q1R:CA\";i:3716;s:15:\"5}>hT?GUO[\"lZLA\";i:3717;s:60:\"2d=hT?GU(ClB;L.4Fx}MJAkn=hT?GUO[jnYLi\"LvSQ[zmA/hit,ub@=1;EQA\";i:3718;s:77:\"Em=hT?GUYDlBbL.4FxrjYB*BRtqBJHNzApuW1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRmg\"V\"A\";i:3719;s:56:\"Cm=hT?GUO[XLYL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRm<WnABA\";i:3720;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CrDQA\";i:3721;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CtDQA\";i:3722;s:69:\"Dm=hT?GUO[XLYL?DVElg*NNKGOlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`uW6FA\";i:3723;s:56:\"YE=hT?GUO[+>XL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRm<WoABA\";i:3724;s:56:\"kg=hT?GUO[+>XL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRmftoABA\";i:3725;s:90:\"Fm=hT?GUO[jnYL_EVElg*N[A2W&\",ub@wc5F{uLvSQ[zB[0W1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRm=(oABA\";i:3726;s:69:\"ZE=hT?GUO[+>XL?DVElg*NNK=JlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`dZ6FA\";i:3727;s:81:\"Em=hT?GUNkNcXLi\"LvSQ[zGF_E$A`CSOYM*+:mlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`Ca6FA\";i:3728;s:80:\"Em=hT?GUNkNcXLi\"LvSQ[zGF_E$A`CSOYMXwDtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"pABA\";i:3729;s:69:\"Dm=hT?GUO[XLYLi\"LvSQ[zGF_E$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVhdlBA\";i:3730;s:127:\"xu=hT?GU~AlB,L.4FxrjYBEERtnBJHNz?M2WKCqI:$vbpLgAoBJHNz?M2W_EqI:$vbpLgAuBJHNz?M2WhNqI:$vbpLi\"pBJHNz?M2W|LqI:$vbpLgA)BJHNzRmeA3\"A\";i:3731;s:13:\"yd=hT?GU.DlBA\";i:3732;s:58:\"ru=hT?GU4DlB#L.4Fxs@DA1k=hT?GU~@VBbLht,ub@%Z5F{uLvSQ[zoAEA\";i:3733;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C%DQA\";i:3734;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C(DQA\";i:3735;s:85:\"4d=hT?GU.DlBrL.4Fx}MDApI=hT?GU/A$A@CSOYMj<cAOA$T=hT?GU/A$AwDSOYMj<!\"VA7y>hT?GUO[SqXLA\";i:3736;s:29:\"G0>hT?GUNkL&aL.oVElg*NkVGelBA\";i:3737;s:83:\"cx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@TD7FxtLvSQ[z>CJt(\",ub@TD7FWuLvSQ[z>C2W<\",ub@y2p_CtA\";i:3738;s:83:\"4d=hT?GU(ClBcM.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3\"!4A7y>hT?GUO[]9ZL.IVElg*NAbPtA\";i:3739;s:152:\"o#=hT?GUXGlB#L.4FxrjFAHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%Akn>hT?GUO[|eYLBNVElg*NkVmelB~N.4Fxrj9C#DQA\";i:3740;s:26:\":o>hT?GUNk4rXLBNVElg*NLAIA\";i:3741;s:100:\"uu=hT?GU4DlBEM.4FxrjYBVBRtuBJHNzApuWeGqI:$vbaU#T:CAYzXJI{ZHAm_&(k)Noa.eZ3WBtqI:$vb.q{e;CTXzXJI{ZUACA\";i:3742;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3743;s:83:\"4d=hT?GU(ClBcM.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3\"!4A7y>hT?GUO[SqXL.IVElg*NAbPtA\";i:3744;s:29:\"6}>hT?GUO[4rcL1RVElg*NNKZFlBA\";i:3745;s:13:\"nu=hT?GU~AlBA\";i:3746;s:37:\"0d=hT?GU.DlB?L.4Fx}MBA;C=hT?GUO[%$ZLA\";i:3747;s:49:\"qu=hT?GU4DlBnP.4FxrjYBIAJt,\",ub@BZ5F{uLvSQ[z?H1WA\";i:3748;s:13:\"L&=hT?GU3GlBA\";i:3749;s:13:\"hg=hT?GUd0lBA\";i:3750;s:46:\"vP=hT?GUDClBjL.4Fxs@CA[Q=hT?GUzClBzL.4Fxs@CABA\";i:3751;s:15:\"bS?hT?GUO[|eYLA\";i:3752;s:24:\"d#=hT?GULKlB.M.4Fxs@EABA\";i:3753;s:98:\"uu=hT?GU4DlBEM.4Fx}Mz$6FgwLvSQ[zkAbLit,ub@=1;ERttBJHNzijPV$AuDSOYMj<dt5BEA((k)Noa.y(4W5FqI:$vb,BgA\";i:3754;s:60:\"J0=hT?GU~@SB/hjt,ub@=1aFRtpBJHNzijdT$AADSOYM)ZDt1[_Q3nE3FF$A\";i:3755;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3756;s:97:\"5d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYM*+?nlB(L.4Fx}MCA7y>hT?GUO[]9ZLBNVElg*NkV+elBgM.4Fx}M[+6FA\";i:3757;s:14:\"4r=hT?GU}jLBEA\";i:3758;s:14:\"/o=hT?GU}jLBEA\";i:3759;s:15:\"sP>hT?GUO[w(ZLA\";i:3760;s:53:\"1d=hT?GU.DlBvL.4FxrjYBVBRt*BJHNzRmftVA7y>hT?GUO[SqXLA\";i:3761;s:108:\"k#=hT?GUXGlB#L.4FxrjFA;C=hT?GUO[`)ZL*BVElg*N&FRtmBJHNz?M2WUEqI:$vbpLi\"oBJHNz?M2W<cqI:$vbxf]K:C|bzXJI|+fF6SgA\";i:3762;s:34:\"0d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A\";i:3763;s:73:\"_2=hT?GU:tlBAM.4Fx}M%A[Q?hT?GUO[|eYL,bVElg*N#GRt3BJHNzRmftsAl_>hT?GU\"tlBA\";i:3764;s:100:\"uu=hT?GU4DlBEM.4FxrjYBVBRtuBJHNz?MvWeGqI:$vbaU#T:CAYzXJI{ZHAm_&(k)Noa.eZ3WBtqI:$vb.q{e;CTXzXJI{ZUACA\";i:3765;s:29:\"?J=hT?GUO[xdXL1RVElg*NNKZFlBA\";i:3766;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3767;s:57:\"2d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fx~5DA<v=hT?GUDClBA\";i:3768;s:15:\"Wx>hT?GUO[5FXLA\";i:3769;s:26:\")a=hT?GUMHlBCO.4FxrjYB2AIA\";i:3770;s:113:\"6d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMj<9t~A/hit,ub@CG5F>2LvSQ[z#KzH$AdDSOYMj<ttPAZL&(k)Noa.%TyW1[qI:$vb.qb#:CA\";i:3771;s:15:\"sP?hT?GUO[dZYLA\";i:3772;s:26:\"Am=hT?GU>BlBrL.4Fxrj}BsEQA\";i:3773;s:26:\"5r=hT?GU>BlBjL.4Fxrj9C~DQA\";i:3774;s:26:\":o=hT?GU>BlBzL.4Fxrj9C~DQA\";i:3775;s:64:\"fS=hT?GUnGlBKO.4Fxrj9C[BRt)BJHNzRmfttA7y>hT?GUO[SqXL:CVElg*N[AIA\";i:3776;s:70:\"3d=hT?GU.DlBtN.4Fxs@AA7y=hT?GUDClBIM.4Fxs@CAeZ=hT?GUzClBAM.4Fxrj9CCEQA\";i:3777;s:58:\"2d=hT?GU(ClB;L.4Fx}Mo[6FrvLvSQ[zLAbLht,ub@uC5F{uLvSQ[zDAEA\";i:3778;s:35:\"XE=hT?GUcHlBnL.4Fx}MCA|e=hT?GUcHlBA\";i:3779;s:69:\"3d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRmeAZ\"A\";i:3780;s:53:\"YE=hT?GUNkeZaLKCVElg*N/A2W]\",ub@y2<hGte+_Q3nE30oJV5FA\";i:3781;s:138:\"8d=hT?GU.DlBEM.4Fx~5JAq1=hT?GUnGlB7L.4FxrjYB*BRttBJHNzijuW<cqI:$vbxf]K:C8czXJI|+fF,DgA8BJHNzRm*(HAU|>hT?GUO[95XLuWVElg*NkVwglB3L.4Fx}MKABA\";i:3782;s:114:\"6d=hT?GU(ClB;L.4Fx}Mz$6FrvLvSQ[zOAbLht,ub@y2F\"wW(HqI:$vbA2c\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"uAf+=hT?GU}jXBEA\";i:3783;s:63:\"J0=hT?GU~@eB/hjt,ub@y2}9Mt8M_Q3nE3t`8A<v=hT?GU~@eByWot,ub@so5FA\";i:3784;s:14:\"(a=hT?GU~@SBEA\";i:3785;s:13:\"yd=hT?GU.DlBA\";i:3786;s:110:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GUO[oIYL_EVElg*N=A2W&\",ub@%Z5F{uLvSQ[zOAFtvt,ub@y21WEt*h`Q3nE30oKC6F]6LvSQ[z#KwQ$A\";i:3787;s:27:\"ig=hT?GU~@VB:>qt,ub@y2U/MtA\";i:3788;s:13:\"nu=hT?GU~AlBA\";i:3789;s:203:\"oCuu)\",ub@PP5F\"yLvSQ[z7AbLht,ub@CG5F[tLvSQ[z>C3(&\",ub@TD7FGuLvSQ[z>C3((\",ub@TD7FQwLvSQ[zOA/hjt,ub@WK5F2uLvSQ[zOAbLjt,ub@xJ5Fo4LvSQ[z#KzH$AuDSOYMj<!\"tA7y>hT?GUO[y:aL.oVElg*NkVlhlB@M.4Fxrj9CSEQA)\",ub@wc5FA\";i:3790;s:140:\"P0=hT?GUMHlBIM.4Fx}M:;6F2uLvSQ[zoAbLjt,ub@=1QFRt*BJHNzRmftVAU|>hT?GUO[95XL1RVElg*N+PCqlBgQ.4Fxrj9C*DRt3BJHNzRmg\"N\"C\"qI:$vb.qF%:CTXzXJI{ZUACA\";i:3791;s:13:\"VE=hT?GUcHlBA\";i:3792;s:15:\"F0>hT?GUO[6yZLA\";i:3793;s:39:\"dS=hT?GU{JlBKO.4Fxrj9C[BS\">\",ub@y2/>CtA\";i:3794;s:13:\"yd=hT?GU.DlBA\";i:3795;s:79:\"tu=hT?GU4DlBbL.4FxrjKA|e=hT?GUcHlBrL.4Fx}MBApI=hT?GUcHlBvL.4Fx}MBA$T=hT?GUcHlBA\";i:3796;s:69:\"3d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRmeAa\"A\";i:3797;s:26:\"6}>hT?GUO[mBeLuWVElg*N)FQA\";i:3798;s:13:\"mB?hT?GU\"tlBA\";i:3799;s:91:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A<v=hT?GU:tlB.M.4Fxs@EAl_>hT?GU\"tlB(|2t,ub@^D7FA\";i:3800;s:82:\"4d=hT?GU.DlBrL.4Fx}Mr}8FxtLvSQ[z>CJt(\",ub@=1SLRtoBJHNz?M2W|LqI:$vbA27\"T|_Q3nE3\"W$A\";i:3801;s:113:\"6d=hT?GU(ClB;L.4Fx}Mr}6FrvLvSQ[zEAbLht,ub@y2.hCtrP_Q3nE3jD$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVKilBgM.4Fx}M[+6FA\";i:3802;s:114:\"6d=hT?GU(ClB;L.4FxrjYBmAJt*\",ub@TD5FRtLvSQ[zGF`B$A`CSOYMAlDtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tGBbLkt,ub@=1CFQA\";i:3803;s:13:\"Wx=hT?GU|2lBA\";i:3804;s:114:\"6d=hT?GU(ClB;L.4FxrjYB1BS\"*\",ub@TD5FRtLvSQ[zkA/hit,ub@y2EtFtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<8AxAf+=hT?GU}jXBEA\";i:3805;s:95:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GUO[oIcL!GVElg*N&FRtpBJHNzRmPt[A<v=hT?GU:tlBA\";i:3806;s:46:\"vP=hT?GUjClBjL.4Fx}MBA[Q=hT?GUnGlBzL.4Fx}MBABA\";i:3807;s:61:\"g#=hT?GUXGlB#L.4FxrjFA;C=hT?GUdUlBvL.4FxrjYBsA3((\",ub@y2PcCtA\";i:3808;s:26:\"WE?hT?GUO[|eYL4YVElg*NLAIA\";i:3809;s:130:\"O0=hT?GU~@VB/hjt,ub@%Z5F2uLvSQ[zGF`B$AADSOYM)ZDtoI`Q3nE31`s85FI4LvSQ[zGF3D$AUDSOYMj<8AXABA`Q3nE31`[95FmuLvSQ[zGFII$ApDSOYMj<cADABA\";i:3810;s:64:\"9}>hT?GUO[EHeLuWVElg*N)FQA)\",ub@WK5FD3LvSQ[zGF?L$A]DSOYMj<!\"xABA\";i:3811;s:13:\"(a=hT?GU:tlBA\";i:3812;s:124:\"2P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUoDlB~N.4Fxrj%A+h|lzXJI|+nBEA\";i:3813;s:191:\"!d=hT?GU.DlBEM.4Fx}MKAq1=hT?GUYDlB7L.4Fx}MKA<v=hT?GUO[95ZLmOVElg*N+PpFlBeO.4Fxrj9C[BRt)BJHNzRmfttA7y>hT?GUNk>JZL.oVElg+NkV\"ilB&!eBSC#(y2%yNt(a.qD,XLnj9CqE@A]\",ub@^D7FmuLvSQ[zGFII$AtDSOYMifRtA\";i:3814;s:101:\"5d=hT?GU(ClB;L.4Fx}M676FrvLvSQ[zLAbLht,ub@y2.hCtrP_Q3nE3jD$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVKilBA\";i:3815;s:15:\"4r?hT?GUO[[QaLA\";i:3816;s:104:\"M0=hT?GUzClBIM.4Fx}Mr}6F2uLvSQ[zGFKK$AADSOYM*+4slBFN.4Fxrj}B!AJt^\",ub@y2<hGtE0_Q3nE31`O26FT3LvSQ[zGFFB$A\";i:3817;s:55:\"8}>hT?GUO[$TaLuWVElg*NkVwglB\"O.4Fxrj9CyEQA)\",ub@y2_9EtA\";i:3818;s:38:\"|)=hT?GU}jTBz(it,ub@=1~EQA)\",ub@=1QFQA\";i:3819;s:15:\"_X=hT?GUO[+>YLA\";i:3820;s:108:\"6d=hT?GU(ClBcM.4FxrjYB,BS\"*\",ub@nH5F[tLvSQ[zEA/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FAwLvSQ[zGF_E$A>DSOYMj<cABABA\";i:3821;s:41:\"Sj=hT?GUO[+>ZL0EVElg*N@rNtE0_Q3nE31`Y46FA\";i:3822;s:15:\":`?hT?GUO[_XaLA\";i:3823;s:15:\"F0=hT?GUO[(,YLA\";i:3824;s:29:\")a=hT?GUO[95ZL4YVElg*NkV_klBA\";i:3825;s:85:\"4d=hT?GU.DlBrL.4Fx}MJApI=hT?GU/A$A@CSOYM*+eqlBzL.4Fx}MBA;C?hT?GUO[|eYL1RVElg*NNKZFlBA\";i:3826;s:102:\"M0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUO[+>XL~FVElg*NdA2W<\",ub@y2p_CtoI`Q3nE31`s85FJ1LvSQ[z@H&C$AvDSOYMj<9tBBEA\";i:3827;s:104:\"k#=hT?GUXGlB#L.4FxrjFA;C=hT?GU5A$A`CSOYMLUBtDH_Q3nE3kAi\"mBJHNzM*vWUEqI:$vbX%h\"=J_Q3nE3kAi\"3BJHNzRmftsABA\";i:3828;s:24:\"!M=hT?GUuBlB(L.4FxrjKABA\";i:3829;s:81:\"tu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWCaqI:$vb.qS::CA\";i:3830;s:13:\"nu=hT?GU4DlBA\";i:3831;s:71:\"K0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GU~@jBbLjt,ub@TD5FI4LvSQ[zGF3D$A]CSOYMAlDtA\";i:3832;s:15:\"5}>hT?GUO[NcaLA\";i:3833;s:39:\"v8?hT?GUO[KVaL:CVElg*N[A3(=\",ub@y2EtJtA\";i:3834;s:87:\"4d=hT?GU.DlBEM.4FxrjYBwCRtuBJHNzijXV$A^CSOYMM%Bt^X_Q3nE31`,76FI4LvSQ[z#KAQ$AvDSOYMifRtA\";i:3835;s:114:\"6d=hT?GU(ClB;L.4FxrjYBwCS\"*\",ub@=1cFRtlBJHNzM*vW(HqI:$vbA2c\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"1Af+=hT?GU}jXBEA\";i:3836;s:102:\"5d=hT?GU(ClB^L.4FxrjDAw(=hT?GU~@MBbLht,ub@y2:hJtrP_Q3nE3t`8AZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C&EQA\";i:3837;s:92:\"uu=hT?GU4DlBUM.4Fxs@IAHO=hT?GU/A$A=CSOYMtOCtoI_Q3nE3kAi\"oBJHNz?MuW5FqI:$vbaU)U:C1ZzXJI{ZRACA\";i:3838;s:100:\"5d=hT?GU.DlBtN.4FxrjDA[Q=hT?GUnGlBAM.4Fxrj9C)ERt?BJHNzRm=(zAvW=hT?GUMHlBdN.4FxrjYB\"CRt2BJHNzRmXtgABA\";i:3839;s:110:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3RB$A`CSOYMj<u\"HAZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C+EQA\";i:3840;s:51:\"Cm=hT?GU}jNBbLht,ub@WK5F{uLvSQ[zS>0Wz3qI:$vb.q8<:CA\";i:3841;s:112:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU}jNB:>it,ub@=1=ERtlBJHNzApuW(HqI:$vb)qd\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tSBEA\";i:3842;s:13:\"VE=hT?GUuBlBA\";i:3843;s:52:\"Zx=hT?GUDClB3L.4Fx}M:;6FPzLvSQ[z#KfT$ApDSOYMj<cADABA\";i:3844;s:26:\"WE=hT?GUO[/oaL!GVElg*NXAIA\";i:3845;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3846;s:12:\"Wx=hT?GU/A$A\";i:3847;s:26:\"6}>hT?GUO[mBeLuWVElg*N)FQA\";i:3848;s:13:\"nu>hT?GU\"tlBA\";i:3849;s:24:\"FH=hT?GULKlBjL.4Fx}M%ABA\";i:3850;s:13:\"4r?hT?GUy1lBA\";i:3851;s:24:\"zd=hT?GU(ClB;L.4Fx~5CABA\";i:3852;s:24:\"zd=hT?GU(ClB;L.4Fx~5OABA\";i:3853;s:151:\"48?hT?GUO[3rZLPjVElg*NLA3(=\",ub@=1RERt%BJHNzRm9(CA6F@hT?GU}jEB/htt,ub@^D5FPzLvSQ[ziAz(rt,ub@y2DAyWR9qI:$vbaUht:CUczXJI|+CADt#(k)Noa.%$uWcsqI:$vbaUyK:CA\";i:3854;s:29:\"!M>hT?GUO[TqaLNJVElg*NkVTnlBA\";i:3855;s:15:\"9M>hT?GUO[CtaLA\";i:3856;s:12:\"9M>hT?GU/A$A\";i:3857;s:29:\"!M>hT?GUO[TqaLNJVElg*NkVTnlBA\";i:3858;s:13:\"9M>hT?GUHGlBA\";i:3859;s:12:\"9M>hT?GU/A$A\";i:3860;s:111:\"Hm=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWoIqI:$vb.qL?:C:azXJI|+wCQAS\")\",ub@=1MFS\">\",ub@y2eLPt6y_Q3nE31`v(6FA\";i:3861;s:95:\"Gm=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWoIqI:$vb.q;?:CjXzXJI{Z.6aLnbVElg*N&FQA:\",ub@y2xWBtA\";i:3862;s:130:\"9:>hT?GUO[@QXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAz(it,ub@TD5FbvLvSQ[zEAyWjt,ub@TD5FgwLvSQ[zGF8E$A^CSOYM)ZBt^X_Q3nE30oZl5F\"yLvSQ[z7AEA\";i:3863;s:53:\",,=hT?GUO[7yaL5FVElg*NNK1BlB(L.4Fx}MCAYL?hT?GUO[h=ZLA\";i:3864;s:13:\"nu=hT?GU~AlBA\";i:3865;s:108:\"6d=hT?GU.DlB|L.4FxrjYBSAK\"pt,ub@y2mnMtDH_Q3nE3kAi\"mBJHNz`avWUEqI:$vbSARtoBJHNz`avW.oqI:$vbzBgArBJHNzRm<W5ABA\";i:3866;s:24:\"WE=hT?GUuBlBSO.4FxrjKABA\";i:3867;s:15:\">J?hT?GUO[q1aLA\";i:3868;s:30:\">J?hT?KUO[?2aL#z#KkUlBi<9tZBMA\";i:3869;s:37:\">J?hT?MUO[[9XL#z#K0UlBi<9taB[ha..hJ\"A\";i:3870;s:13:\">J?hT?GUcHlBA\";i:3871;s:38:\"SjEmzXJI|+CAx(Y<LvSQ[zFAFt?!VElg*NLAIA\";i:3872;s:13:\"nu=hT?GU~AlBA\";i:3873;s:13:\"nu=hT?GU\"tlBA\";i:3874;s:115:\"%}>hT?GUO[#TaLvDVElg*NfA2W*\",ub@nH5FRtLvSQ[zpAyWot,ub@y2y(BtDH_Q3nE31`8<6FrvLvSQ[zGF8E$A~CSOYMj<dtaAx(#(k)Noa.mn1WA\";i:3875;s:15:\"5}>hT?GUO[#TaLA\";i:3876;s:15:\"5}>hT?GUO[SqXLA\";i:3877;s:13:\"nu=hT?GU~AlBA\";i:3878;s:13:\"nu=hT?GU~AlBA\";i:3879;s:149:\"ix>hT?GUGJlBSO.4FxrjYB}A3(`\",ub@Oi5Fo4LvSQ[zEAc4st,ub@^D5F;vLvSQ[zUAz(qt,ub@TD5FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FLvLvSQ[z#KBV$AUDSOYMifBtA\";i:3880;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuW%tqI:$vbSAQA\";i:3881;s:210:\"oCAY&\",ub@y2xWItrP_Q3nE30o1[5FPzLvSQ[zGFSK$A_CSOYM6|BtJV_Q3nE3kAi\"rBJHNz?MuW*hqI:$vbWAS\"@\",ub@y2y(Bt6y_Q3nE31`+>6FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zmAbLjt,ub@%Z5FI4LvSQ[zGF6C$AeDSOYM*+xhlB3L.4Fx}MB26F|7LvSQ[z#KRV$A\";i:3882;s:13:\"9M>hT?GUHGlBA\";i:3883;s:14:\"\"l=hT?GU}jWBEA\";i:3884;s:15:\"5}>hT?GUO[~lXLA\";i:3885;s:129:\"&}>hT?GUO[SqXLZFVElg*NNKfjlB/N.4FxrjOAq1=hT?GUO[&aXLi\"LvSQ[zIAG\"#(k)Noa.%$uW,7qI:$vb.qu{:CvbzXJI|+`D<Ii\"rBJHNz*:vWdZqI:$vb.q>{:CA\";i:3886;s:72:\"3d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$AuDSOYMj<e\"zAvW=hT?GUO[jnYLcMVElg*N=AIA\";i:3887;s:199:\"oCmu)\",ub@{K5FfzLvSQ[z#KZV$A?CSO}M)ZBt&a*|5AVE_Q3nE3kAgAoBJHNz?MuW_EqI:$vbSARtrBJHNz)duW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWp10JkcwY)!7\"SAm_((k)NoHR;C2WzXJI|+wC=Ni\"qBJHNzRm9(>ApI>hT?GUO[oIdLA\";i:3888;s:13:\"9M>hT?GUHGlBA\";i:3889;s:17:\"/o=hT?IUnGlBrzgAB\";i:3890;s:13:\"4r=hT?GUnGlBA\";i:3891;s:24:\"G0=hT?GUjClB7L.4FxrjDABA\";i:3892;s:37:\"@J>hT?GU/A$A;CSOYMXwBt5F_Q3nE31`@@6FA\";i:3893;s:14:\"\"l=hT?GU~@OBEA\";i:3894;s:51:\"YE=hT?GUuBlB(L.4Fx}MBA<v>hT?GUO[5FXLeGVElg*NkV]qlBA\";i:3895;s:94:\"5d=hT?GU(ClB|L.4Fx}MFA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWCaqI:$vb.qO{:C]azXJI|+wC5JgA\";i:3896;s:13:\"nu=hT?GU~AlBA\";i:3897;s:15:\"),=hT?GUNk\"laLA\";i:3898;s:15:\"),=hT?GUO[BtZLA\";i:3899;s:13:\"9M>hT?GUHGlBA\";i:3900;s:95:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A1k=hT?GU:tlBKO.4Fxrj%A;C=hT?GUO[\"]bL?DVElg*NNKj3lBA\";i:3901;s:155:\"iE=hT?GUcHlBnL.4Fx}MCA|e=hT?GUcHlB|L.4Fx}MFApI>hT?GU/A$ARDSOYMM%EtdZ_Q3nE3RB$ACDSOYM)ZBt8M_Q3nE3RB$AADSOYM)ZBtDH_Q3nE3kAi\"mBJHNz`avWUEqI:$vbSARtoBJHNz`avWA\";i:3902;s:12:\">J>hT?GU/A$A\";i:3903;s:143:\"?,=hT?GUO[7yaLvDVElg*NfAJt*\",ub@TD5FbvLvSQ[zNAG\"$(k)No+E:C^XzXJI{ZKAm_#(k)No3B:C2WzXJI|+UA^9#(k)No4O:CzXzXJI|+wC)Ii\"3BJHNzRm<W9A7y>hT?GUO[,>aLA\";i:3904;s:50:\"8}>hT?GUO[R@aL5FVElg*NpAIAit,ub@y2y(GtVx_Q3nE3zD$A\";i:3905;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:3906;s:70:\"xP=hT?GUO[2[aLvDVElg*NfA2W*\",ub@CG5FrvLvSQ[zEAbLht,ub@CG5F.4LvSQ[zpAEA\";i:3907;s:61:\"3:>hT?GUXGlB.M.4Fx~5JAU|>hT?GUO[y:aLIIVElg*N;A3(+\",ub@y2EtItA\";i:3908;s:13:\"9M=hT?GUuBlBA\";i:3909;s:15:\">J?hT?GUO[[9XLA\";i:3910;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3911;s:64:\"ZE=hT?GUO[A^aL_EVElg*NVA3((\",ub@y22(QtDH_Q3nE3so#AeZ=hT?GU~@jBEA\";i:3912;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3913;s:15:\"F0=hT?GUO[N/YLA\";i:3914;s:34:\"Bm=hT?GU/A$A~CSOYM)ZBtdZ_Q3nE3kAgA\";i:3915;s:13:\"VE=hT?GU>BlBA\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165, 'theme_mods_Divi-child', 'a:4:{s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:18:\"custom_css_post_id\";i:697;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (169, 'et_google_api_settings', 'a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (170, 'et_automatic_updates_options', 'a:2:{s:8:\"username\";s:14:\"bandoliergroup\";s:7:\"api_key\";s:40:\"0dcea3c39ae27a3ee8484543219350a142fafca1\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (171, 'et_account_status_last_checked', 1679084971, 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (172, 'dipi_license', '91defe51a4a796632bc4dedbfd3a2789', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (173, 'dipi_license_status', 'valid', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (174, 'dipi_license_limit', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (175, 'dipi_license_site_count', 41, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (176, 'edd_sl_9481ed44b0b7ba0701d45beb14f3f72f', 'a:2:{s:7:\"timeout\";i:1679097561;s:5:\"value\";s:119310:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"msg\":\"No license key has been provided.\",\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (178, 'dipi_login_page', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (179, 'dipi_login_page_link', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (180, 'dipi_browser_scrollbar', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (181, 'dipi_svg_upload', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (182, 'dipi_back_to_top', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (183, 'dipi_btt_button_style', 'display_icon', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (184, 'dipi_btt_custom_link', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (185, 'dipi_btt_link', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (186, 'dipi_btt_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (187, 'dipi_hide_projects', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (188, 'dipi_rename_projects', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (189, 'dipi_rename_projects_singular', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (190, 'dipi_rename_projects_plural', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (191, 'dipi_rename_projects_slug', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (192, 'dipi_rename_testimonials', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (193, 'dipi_rename_testimonials_singular', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (194, 'dipi_rename_testimonials_plural', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (195, 'dipi_rename_testimonials_slug', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (196, 'dipi_hide_library_shortcodes', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (197, 'dipi_disable_conditional_module_display', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (198, 'dipi_hide_edit_in_vb', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (199, 'dipi_hide_admin_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (200, 'dipi_custom_map_marker', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (201, 'dipi_upload_custom_marker', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (202, 'dipi_custom_map_marker_anchor', 'bottom_center', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (203, 'dipi_custom_preloader', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (204, 'dipi_custom_preloader_style', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (205, 'dipi_custom_preloader_image', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (206, 'dipi_upload_preloader', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (207, 'dipi_custom_preloader_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (208, 'dipi_preloader_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (209, 'dipi_menu_styles', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (210, 'dipi_enable_menu_hover_styles', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (211, 'dipi_menu_hover_styles', 'three_dots', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (212, 'dipi_custom_dropdown', 'off', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (213, 'dipi_menu_button', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (214, 'dipi_menu_cta_menu', 'a:1:{i:0;s:1:\"3\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (215, 'dipi_menu_button_text', 'Enroll Now', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (216, 'dipi_menu_button_url', 'https://CFtotalrewards-Statement.com', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (217, 'dipi_menu_button_placement', 'a', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (218, 'dipi_menu_button_classname', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (219, 'dipi_cta_btn_new_tab', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (220, 'dipi_mobile_cta_btn', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (221, 'dipi_menu_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (222, 'dipi_header_underline', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (223, 'dipi_shrink_header', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (224, 'dipi_fixed_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (225, 'dipi_fixed_logo_image', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (226, 'dipi_zoom_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (227, 'dipi_footer_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (228, 'dipi_footer_layout', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (229, 'dipi_select_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (230, 'dipi_hide_bottom_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (231, 'dipi_fixed_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (232, 'dipi_reveal_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (233, 'dipi_reveal_desktop', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (234, 'dipi_reveal_tablet', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (235, 'dipi_reveal_phone', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (236, 'dipi_footer_reveal_posts_type', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (237, 'dipi_footer_reveal_pages_type', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (238, 'dipi_footer_reveal_projects_type', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (239, 'dipi_footer_reveal_testimonials_type', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (240, 'dipi_dipi_settings_reset_button', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (241, 'dipi_dipi_settings_reset_customizer_button', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (242, 'dipi_enable_beta_program', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (243, 'dipi_google_place_id', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (244, 'dipi_google_api_key', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (245, 'dipi_facebook_page_id', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (246, 'dipi_facebook_page_access_token', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (247, 'dipi_export_settings', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (248, 'dipi_export_customizer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (249, 'dipi_export_button', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (250, 'dipi_import_button', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (251, 'dipi_social_icons_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (252, 'dipi_use_dipi_social_icons', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (253, 'dipi_social_links_new_tab', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (254, 'dipi_social_icons_individual_location', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (255, 'dipi_social_icons_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (256, 'dipi_social_icons_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (257, 'dipi_social_icons_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (258, 'dipi_social_media_facebook', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (259, 'dipi_social_media_facebook_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (260, 'dipi_social_media_facebook_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (261, 'dipi_social_media_facebook_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (262, 'dipi_social_media_instagram', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (263, 'dipi_social_media_instagram_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (264, 'dipi_social_media_instagram_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (265, 'dipi_social_media_instagram_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (266, 'dipi_social_media_twitter', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (267, 'dipi_social_media_twitter_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (268, 'dipi_social_media_twitter_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (269, 'dipi_social_media_twitter_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (270, 'dipi_social_media_youtube', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (271, 'dipi_social_media_youtube_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (272, 'dipi_social_media_youtube_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (273, 'dipi_social_media_youtube_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (274, 'dipi_social_media_pinterest', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (275, 'dipi_social_media_pinterest_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (276, 'dipi_social_media_pinterest_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (277, 'dipi_social_media_pinterest_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (278, 'dipi_social_media_vimeo', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (279, 'dipi_social_media_vimeo_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (280, 'dipi_social_media_vimeo_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (281, 'dipi_social_media_vimeo_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (282, 'dipi_social_media_tumblr', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (283, 'dipi_social_media_tumblr_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (284, 'dipi_social_media_tumblr_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (285, 'dipi_social_media_tumblr_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (286, 'dipi_social_media_linkedin', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (287, 'dipi_social_media_linkedin_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (288, 'dipi_social_media_linkedin_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (289, 'dipi_social_media_linkedin_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (290, 'dipi_social_media_flickr', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (291, 'dipi_social_media_flickr_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (292, 'dipi_social_media_flickr_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (293, 'dipi_social_media_flickr_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (294, 'dipi_social_media_dribbble', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (295, 'dipi_social_media_dribbble_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (296, 'dipi_social_media_dribbble_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (297, 'dipi_social_media_dribbble_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (298, 'dipi_social_media_skype', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (299, 'dipi_social_media_skype_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (300, 'dipi_social_media_skype_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (301, 'dipi_social_media_skype_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (302, 'dipi_social_media_google', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (303, 'dipi_social_media_google_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (304, 'dipi_social_media_google_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (305, 'dipi_social_media_google_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (306, 'dipi_social_media_xing', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (307, 'dipi_social_media_xing_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (308, 'dipi_social_media_xing_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (309, 'dipi_social_media_xing_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (310, 'dipi_social_media_whatsapp', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (311, 'dipi_social_media_whatsapp_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (312, 'dipi_social_media_whatsapp_footer', 'off', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (313, 'dipi_social_media_whatsapp_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (314, 'dipi_social_media_snapchat', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (315, 'dipi_social_media_snapchat_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (316, 'dipi_social_media_snapchat_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (317, 'dipi_social_media_snapchat_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (318, 'dipi_blog_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (319, 'dipi_custom_archive_page', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (320, 'dipi_custom_archive_styles', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (321, 'dipi_hide_excerpt_text', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (322, 'dipi_blog_meta_icons', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (323, 'dipi_remove_sidebar', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (324, 'dipi_remove_sidebar_line', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (325, 'dipi_add_read_more_archive', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (326, 'dipi_read_more_button_style', 'text_icon', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (327, 'dipi_read_more_button', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (328, 'dipi_read_more_button_text', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (329, 'dipi_author_box', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (330, 'dipi_blog_nav', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (331, 'dipi_blog_nav_prev', 'Previous Article', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (332, 'dipi_blog_nav_next', 'Next Article', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (333, 'dipi_related_articles', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (334, 'dipi_related_articles_heading', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (335, 'dipi_related_articles_limit', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (336, 'dipi_enable_custom_comments', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (337, 'dipi_custom_comments_title', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (338, 'dipi_mobile_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (339, 'dipi_custom_breakpoints', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (340, 'dipi_breakpoint_mobile', 1120, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (341, 'dipi_fixed_mobile_header', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (342, 'dipi_search_icon_mobile', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (343, 'dipi_mobile_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (344, 'dipi_mobile_logo_url', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (345, 'dipi_mobile_menu_style', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (346, 'dipi_mobile_menu_fullscreen', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (347, 'dipi_hamburger_animation', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (348, 'dipi_hamburger_animation_styles', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (349, 'dipi_hamburger_animation_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (350, 'dipi_collapse_submenu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (351, 'dipi_collapse_submenu_prevent_parent_opening', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (352, 'dipi_modules_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (353, 'dipi_md_masonry_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (354, 'dipi_md_testimonial', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (355, 'dipi_md_countdown', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (356, 'dipi_md_blog_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (357, 'dipi_md_counter', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (358, 'dipi_md_flip_box', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (359, 'dipi_md_button_grid', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (360, 'dipi_md_before_after_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (361, 'dipi_md_floating_multi_images', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (362, 'dipi_md_tilt_image', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (363, 'dipi_md_carousel', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (364, 'dipi_md_typing_text', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (365, 'dipi_md_star_rating', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (366, 'dipi_md_breadcrumbs', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (367, 'dipi_md_pricelist', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (368, 'dipi_md_image_hotspot', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (369, 'dipi_md_hover_box', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (370, 'dipi_md_fancy_text', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (371, 'dipi_md_accordion_image', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (372, 'dipi_md_scroll_image', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (373, 'dipi_md_panorama', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (374, 'dipi_md_reading_progress_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (375, 'dipi_md_image_magnifier', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (376, 'dipi_md_lottie_icon', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (377, 'dipi_md_image_showcase', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (378, 'dipi_md_image_mask', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (379, 'dipi_md_timeline', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (380, 'dipi_md_content_toggle', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (381, 'dipi_md_faq', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (382, 'dipi_md_balloon', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (383, 'dipi_md_gallery_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (384, 'dipi_md_instagram', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (385, 'dipi_md_popup_maker', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (386, 'dipi_md_filterable_grid', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (387, 'dipi_md_video_lightbox', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (388, 'dipi_inject_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (389, 'dipi_before_nav_layout', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (390, 'dipi_after_nav_layout', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (391, 'dipi_nav_layout_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (392, 'dipi_nav_layout_custom', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (393, 'dipi_nav_specific_pages', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (394, 'dipi_before_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (395, 'dipi_after_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (396, 'dipi_footer_layout_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (397, 'dipi_footer_layout_custom', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (398, 'dipi_footer_specific_pages', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (399, 'dipi_error_page', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (400, 'dipi_select_error_page', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (401, 'dipi_error_page_header', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (402, 'dipi_error_page_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (403, 'dipi_after_nav_post_layout', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (404, 'dipi_after_nav_archives', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (405, 'dipi_after_nav_categories', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (406, 'dipi_after_nav_search', -1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (407, 'edd_api_request_4b98b859d8e70fe5f76bfec2669e8718', 'a:2:{s:7:\"timeout\";i:1679097638;s:5:\"value\";s:119692:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTIzODo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo5ZDBhMTY2MzcyMzE4YzEyYzVjNjg3NDdhZDE0NTYyODpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTIzODo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo5ZDBhMTY2MzcyMzE4YzEyYzVjNjg3NDdhZDE0NTYyODpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (408, 'edd_sl_4b98b859d8e70fe5f76bfec2669e8718', 'a:2:{s:7:\"timeout\";i:1679097657;s:5:\"value\";s:119692:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTI1Njo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo2OWYyMDJhNDMyMWQ3YzhhNGMyYzY3ZmY1MjY2N2JkZjpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTI1Njo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo2OWYyMDJhNDMyMWQ3YzhhNGMyYzY3ZmY1MjY2N2JkZjpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (409, 'recovery_mode_email_last_sent', 1679087186, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (411, 'et_safe_mode_plugins_allowlist', 'a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (412, 'et_divi_builder_global_presets_ng', 'O:8:\"stdClass\":10:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39c13092-8f78-4190-95b9-956e6631a6df\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"CF Benefits Center slider\";s:7:\"created\";i:1729481166520;s:7:\"updated\";i:1729481166520;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"header_font\";s:21:\"Montserrat|300|||||||\";s:16:\"header_font_size\";s:4:\"51px\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ef8e805b-6a23-4d48-beac-86c037006669\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"SLIDER - image L blue R\";s:7:\"created\";i:1729481315968;s:7:\"updated\";i:1729481315968;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":88:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\";s:22:\"background_image_phone\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"3b667377-0968-42d9-9688-085149b7ea13\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"slider L image horiz lt green\";s:7:\"created\";i:1729601282227;s:7:\"updated\";i:1729601282227;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:97:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"29118def-2483-4270-8d26-15bcc1b9228d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Slider Mercer link\";s:7:\"created\";i:1729622923887;s:7:\"updated\";i:1729622923887;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/test-image.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"e6f9a3d7-8929-4613-95b3-9146785068e1\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"2025 OE slider\";s:7:\"created\";i:1729646736233;s:7:\"updated\";i:1729646736233;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#015846\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (414, 'dipi_instagram_db_version', 1, 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (415, 'dipi_pm_OnceMigrateCbcValues', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (417, 'edd_sl_f08fbf759fdb5fba408fbfa956be94cd', 'a:2:{s:7:\"timeout\";i:1749672953;s:5:\"value\";s:180598:\"{\"new_version\":\"2.39.0\",\"stable_version\":\"2.39.0\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2025-06-11 11:37:16\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTc1MDI3NDE1Mzo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODoxODMyYjgzMWQ0ZTJkODI5YzU5ODNhOTA2OWU5MDc2ODpodHRwc0AvL2NmdG90YWxyZXdhcmRzLmNvbS91azow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTc1MDI3NDE1Mzo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODoxODMyYjgzMWQ0ZTJkODI5YzU5ODNhOTA2OWU5MDc2ODpodHRwc0AvL2NmdG90YWxyZXdhcmRzLmNvbS91azow\",\"sections\":{\"description\":\"<p>Divi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<\\/p>\\n\",\"changelog\":\"<p><strong>2.39.0 June 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Lottie Icon Beta<\\/li>\\n<li>Fixed string interpolation in D5 Breadcrumbs and Divider modules<\\/li>\\n<li>Fixed Schema Markup issue in the Breadcrumbs module<\\/li>\\n<li>Fixed fatal error in the D5 Breadcrumbs module<\\/li>\\n<li>Fixed an issue causing the D5 Blog Slider module to break during editing<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.38.0 June 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Scroll Image Beta<\\/li>\\n<li>Fixed meta text alignment on Blog Archive pages when using Divi Pixel<\\/li>\\n<li>Resolved an issue causing the D5 Filterable Grid module to break during editing<\\/li>\\n<li>Corrected padding inconsistencies in the D5 Testimonial Slider module<\\/li>\\n<li>Fixed builder icon display for the D5 Carousel module<\\/li>\\n<li>Addressed animation glitch in the D5 Hover Image Slice effect<\\/li>\\n<li>Resolved PHP warning in the D5 SVG Animator module<\\/li>\\n<li>Resolved PHP warning in the D5 Hover Gallery module<\\/li>\\n<li>Replaced is_callable with is_string in internal checks to avoid false positives and improve code stability<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.37.0 May 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Carousel module for Divi 5<\\/li>\\n<li>Fixed \\\"Hide All Modules\\\" option - 4 modules were still visible despite the setting<\\/li>\\n<li>Fixed Collapsed Container height responsive settings in the Reveal module<\\/li>\\n<li>Fixed D5 modules icon size issue with the latest Divi 5 alpha 14.1<\\/li>\\n<li>Fixed D5 Filterable Grid Custom CSS issue<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.4 May 21th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed PHP notices on newer WordPress versions caused by translations being called too early<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<li>Fixed DIPI_Builder_Module.php fatal error when the cURL extension on a server is disabled<\\/li>\\n<li>Fixed the Image Hotspot issue on mobiles, where multiple tooltips can be opened at once<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.1 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Resolved issue with missing FAQ taxonomy entries<\\/li>\\n<li>Restored missing Divi Library shortcodes<\\/li>\\n<li>Fixed PHP error for RESTController.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.0 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added 34 Divi 5 modules (Beta)<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Close Icon weight option<\\/li>\\n<li>Added option to select multiple mobile menu layouts for translations<\\/li>\\n<li>Fixed the Breadcrumbs issue not displaying on author archive pages<\\/li>\\n<li>Fixed Button Grid displaying issue when custom padding is added<\\/li>\\n<li>Fixed the Filterable Grid\\/Filterable Gallery lightbox issue on mobiles<\\/li>\\n<li>Fixed mobile submenu border issue<\\/li>\\n<li>Fixed compatibility issue with Image Slider used in the Advanced Tabs module<\\/li>\\n<li>Fixed PHP warning in the Tilt Image<\\/li>\\n<li>Improved the Maintenance Mode functionality<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.35.0 March 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Ajax loading functionality to the Filterable Grid module for improved performance<\\/li>\\n<li><strong>NEW:<\\/strong> Added Reverse Order option to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Bulk Actions functionality to the Popup Maker for easier management<\\/li>\\n<li><strong>NEW:<\\/strong> Added an excerpt text field to the FAQ custom post type for better content display<\\/li>\\n<li><strong>NEW:<\\/strong> Added Activate\\/Deactivate button to the Popup Maker dashboard<\\/li>\\n<li><strong>NEW:<\\/strong> Popup Close Animation and duration<\\/li>\\n<li>Fixed Image Hotspot issue where the tooltip disappears before it\\u2019s mouseovered<\\/li>\\n<li>Fixed the not displayed header when the CTA Menu button is positioned as the first item in the menu<\\/li>\\n<li>Fixed the PHP error when the Reset Password button on the login screen is clicked<\\/li>\\n<li>Fixed the issue with the Vertical Content Alignment in the Advanced Tabs module<\\/li>\\n<li>Fixed Table Maker issue, where the column header is displayed when set to 0<\\/li>\\n<li>Improved the Popup Maker anchor links functionality<\\/li>\\n<li>Improved the Popup Maker functionality to trigger multiple popups<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.2 February 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the permalink rewrite rules issue that caused the Divi Library to malfunction<\\/li>\\n<li>Fixed compatibility issues with the Theme Customizer in WordPress 6.7.2<\\/li>\\n<li>Fixed a display issue with the Image Showcase inside the Content Slider module<\\/li>\\n<li>Fixed an issue where anchor links in the custom mobile menu wouldn\\u2019t close the popup.<\\/li>\\n<li>Added the ability to select multiple post statuses in the Filterable Grid module<\\/li>\\n<li>Added an option to simplify item IDs in the Table of Contents module<\\/li>\\n<li>Enhanced Carousel Content Alignment settings for better layout control<\\/li>\\n<li>Optimised the loading of Balloon modules inside the Table Maker<\\/li>\\n<li>Improved the Filled Background Menu Hover Effect for a smoother user experience<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.1 January 20th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Responsive lightbox settings in the Filterable Gallery module<\\/li>\\n<li>Fixed: Rendering of FAQ modules when nested inside Advanced Tab modules<\\/li>\\n<li>Fixed: Critical errors in some configurations on certain servers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.0 January 16th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Non-functional child module link in the Parallax Image module<\\/li>\\n<li>Fixed: Responsive settings issue for Horizontal Timeline navigation<\\/li>\\n<li>Fixed: Gravity Forms Styler Next\\/Prev button issue in multi-step forms<\\/li>\\n<li>Fixed: \\u201cFull\\u201d Col Span option in the Table Maker module<\\/li>\\n<li>Fixed: Password icon alignment on the Custom Login Page<\\/li>\\n<li>Fixed: Margin-bottom issue in the Image Mask module<\\/li>\\n<li>Fixed: Margin-bottom issue in the Star Rating module<\\/li>\\n<li>Fixed: Button link target issue in the Pricing Table module<\\/li>\\n<li>Fixed: Conflict in the Image Showcase\\/Carousel when the Autoplay option is enabled<\\/li>\\n<li>Fixed: Dynamic link option issues across multiple DP modules<\\/li>\\n<li>Fixed: PHP warnings related to the\\u00a0EDD_SL_Plugin_Updater.php\\u00a0file<\\/li>\\n<li>Fixed: Image Slider issue when the Advanced Tabs module is added to the same page<\\/li>\\n<li>Fixed: Thumbs navigation positioning for RTL websites in the Image Slider module<\\/li>\\n<li>Fixed: Custom Mobile Menu anchor links not closing the popup<\\/li>\\n<li>Fixed: Content Image Size issue in the Expanding CTA module<\\/li>\\n<li>Fixed: \\u201cCertain Period\\u201d option in Popup Maker Activity settings<\\/li>\\n<li>Improved: SEO for Filterable Grid and Blog Slider elements<\\/li>\\n<li>Improved: Response headers for Maintenance Mode<\\/li>\\n<li>Improved: Slide Selector option in the Content Slider module when triggered from the same page<\\/li>\\n<li>Added: Scroll To Top functionality for pagination in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added: Clickable Card and Clickable Image options to the Filterable Grid module<\\/li>\\n<li>Added: Clickability of Content Toggle labels<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.33.0 November 21st 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Custom Mobile Menu for Divi<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Exporter<\\/li>\\n<li>Fixed Menu CTA Button and Social Icons positioning issue<\\/li>\\n<li>Fixed Gravity Forms Styler CSS file location for the Orbital theme<\\/li>\\n<li>Fixed Pricing Table Module Text customization issues in child modules<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.32.0 November 14th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added display \\u201cCurrent Category\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option \\u201cHide Filters\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added video support to the Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to filter testimonials by star rating<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to disable Touch Slide on mobiles in Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Retrieve Alt text from Media Library, if no custom Alt text is added<\\/li>\\n<li>Improved the taxonomy position in the Filterable Grid module<\\/li>\\n<li>Fixed Advanced Tabs touch slide issue on mobiles<\\/li>\\n<li>Fixed duplicated Balloon HTML issue<\\/li>\\n<li>Fixed Pricing Table child module border issue<\\/li>\\n<li>Fixed Dropdown Menu Vertical Position issue<\\/li>\\n<li>Fixed Counter module bottom margin issue<\\/li>\\n<li>Fixed FAQ module bottom margin issue<\\/li>\\n<li>Fixed Text Alignment issue in the Pricing Table module<\\/li>\\n<li>Fixed Theme Customizer compatibility with WordPress 6.7<\\/li>\\n<li>Fixed Balloon module link issue when used as mega menu<\\/li>\\n<li>Fixed Blog Slider PHP warning<\\/li>\\n<li>Disabled \\u201cauto\\u201d image size attribute in WordPress 6.7 to prevent image skewing<\\/li>\\n<li>Divi 5 compatibility improvements<\\/li>\\n<li>Minified animate.css file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.31.0 September 18th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Automatically clear Divi cache<\\/li>\\n<li>Added link customization settings to the Pricing Table module<\\/li>\\n<li>Added dynamic video link to the Panorama module<\\/li>\\n<li>Fixed Counter prefix\\/suffix when special characters are added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.30.0 August 27th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added dotLottie support to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Lottie Icon position settings<\\/li>\\n<li><strong>NEW:<\\/strong> Added close animations to the Popup Maker<\\/li>\\n<li>Fixed Image Showcase display issue<\\/li>\\n<li>Fixed Flip Box 3D Content Effect issue<\\/li>\\n<li>Fixed image alignment in the Horizontal Timeline module when SVG is used<\\/li>\\n<li>Fixed child item padding in the Parallax Image module<\\/li>\\n<li>Fixed not working Blog Slider module background<\\/li>\\n<li>Fixed the Carousel issue in the Firefox browser<\\/li>\\n<li>Fixed not working Divi Library shortcodes in the Carousel module<\\/li>\\n<li>Fixed PHP Warning in the Dual Heading module<\\/li>\\n<li>Fixed \\u201cClear Divi Cache\\u201d admin bar showing for non-admin users<\\/li>\\n<li>Removed unwanted H5 tag from the Content Toggle 2nd item<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple Fade animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>Divi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.39.0 June 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Lottie Icon Beta<\\/li>\\n<li>Fixed string interpolation in D5 Breadcrumbs and Divider modules<\\/li>\\n<li>Fixed Schema Markup issue in the Breadcrumbs module<\\/li>\\n<li>Fixed fatal error in the D5 Breadcrumbs module<\\/li>\\n<li>Fixed an issue causing the D5 Blog Slider module to break during editing<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.38.0 June 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Scroll Image Beta<\\/li>\\n<li>Fixed meta text alignment on Blog Archive pages when using Divi Pixel<\\/li>\\n<li>Resolved an issue causing the D5 Filterable Grid module to break during editing<\\/li>\\n<li>Corrected padding inconsistencies in the D5 Testimonial Slider module<\\/li>\\n<li>Fixed builder icon display for the D5 Carousel module<\\/li>\\n<li>Addressed animation glitch in the D5 Hover Image Slice effect<\\/li>\\n<li>Resolved PHP warning in the D5 SVG Animator module<\\/li>\\n<li>Resolved PHP warning in the D5 Hover Gallery module<\\/li>\\n<li>Replaced is_callable with is_string in internal checks to avoid false positives and improve code stability<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.37.0 May 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Carousel module for Divi 5<\\/li>\\n<li>Fixed \\\"Hide All Modules\\\" option - 4 modules were still visible despite the setting<\\/li>\\n<li>Fixed Collapsed Container height responsive settings in the Reveal module<\\/li>\\n<li>Fixed D5 modules icon size issue with the latest Divi 5 alpha 14.1<\\/li>\\n<li>Fixed D5 Filterable Grid Custom CSS issue<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.4 May 21th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed PHP notices on newer WordPress versions caused by translations being called too early<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<li>Fixed DIPI_Builder_Module.php fatal error when the cURL extension on a server is disabled<\\/li>\\n<li>Fixed the Image Hotspot issue on mobiles, where multiple tooltips can be opened at once<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.1 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Resolved issue with missing FAQ taxonomy entries<\\/li>\\n<li>Restored missing Divi Library shortcodes<\\/li>\\n<li>Fixed PHP error for RESTController.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.0 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added 34 Divi 5 modules (Beta)<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Close Icon weight option<\\/li>\\n<li>Added option to select multiple mobile menu layouts for translations<\\/li>\\n<li>Fixed the Breadcrumbs issue not displaying on author archive pages<\\/li>\\n<li>Fixed Button Grid displaying issue when custom padding is added<\\/li>\\n<li>Fixed the Filterable Grid\\/Filterable Gallery lightbox issue on mobiles<\\/li>\\n<li>Fixed mobile submenu border issue<\\/li>\\n<li>Fixed compatibility issue with Image Slider used in the Advanced Tabs module<\\/li>\\n<li>Fixed PHP warning in the Tilt Image<\\/li>\\n<li>Improved the Maintenance Mode functionality<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.35.0 March 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Ajax loading functionality to the Filterable Grid module for improved performance<\\/li>\\n<li><strong>NEW:<\\/strong> Added Reverse Order option to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Bulk Actions functionality to the Popup Maker for easier management<\\/li>\\n<li><strong>NEW:<\\/strong> Added an excerpt text field to the FAQ custom post type for better content display<\\/li>\\n<li><strong>NEW:<\\/strong> Added Activate\\/Deactivate button to the Popup Maker dashboard<\\/li>\\n<li><strong>NEW:<\\/strong> Popup Close Animation and duration<\\/li>\\n<li>Fixed Image Hotspot issue where the tooltip disappears before it\\u2019s mouseovered<\\/li>\\n<li>Fixed the not displayed header when the CTA Menu button is positioned as the first item in the menu<\\/li>\\n<li>Fixed the PHP error when the Reset Password button on the login screen is clicked<\\/li>\\n<li>Fixed the issue with the Vertical Content Alignment in the Advanced Tabs module<\\/li>\\n<li>Fixed Table Maker issue, where the column header is displayed when set to 0<\\/li>\\n<li>Improved the Popup Maker anchor links functionality<\\/li>\\n<li>Improved the Popup Maker functionality to trigger multiple popups<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.2 February 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the permalink rewrite rules issue that caused the Divi Library to malfunction<\\/li>\\n<li>Fixed compatibility issues with the Theme Customizer in WordPress 6.7.2<\\/li>\\n<li>Fixed a display issue with the Image Showcase inside the Content Slider module<\\/li>\\n<li>Fixed an issue where anchor links in the custom mobile menu wouldn\\u2019t close the popup.<\\/li>\\n<li>Added the ability to select multiple post statuses in the Filterable Grid module<\\/li>\\n<li>Added an option to simplify item IDs in the Table of Contents module<\\/li>\\n<li>Enhanced Carousel Content Alignment settings for better layout control<\\/li>\\n<li>Optimised the loading of Balloon modules inside the Table Maker<\\/li>\\n<li>Improved the Filled Background Menu Hover Effect for a smoother user experience<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.1 January 20th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Responsive lightbox settings in the Filterable Gallery module<\\/li>\\n<li>Fixed: Rendering of FAQ modules when nested inside Advanced Tab modules<\\/li>\\n<li>Fixed: Critical errors in some configurations on certain servers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.0 January 16th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Non-functional child module link in the Parallax Image module<\\/li>\\n<li>Fixed: Responsive settings issue for Horizontal Timeline navigation<\\/li>\\n<li>Fixed: Gravity Forms Styler Next\\/Prev button issue in multi-step forms<\\/li>\\n<li>Fixed: \\u201cFull\\u201d Col Span option in the Table Maker module<\\/li>\\n<li>Fixed: Password icon alignment on the Custom Login Page<\\/li>\\n<li>Fixed: Margin-bottom issue in the Image Mask module<\\/li>\\n<li>Fixed: Margin-bottom issue in the Star Rating module<\\/li>\\n<li>Fixed: Button link target issue in the Pricing Table module<\\/li>\\n<li>Fixed: Conflict in the Image Showcase\\/Carousel when the Autoplay option is enabled<\\/li>\\n<li>Fixed: Dynamic link option issues across multiple DP modules<\\/li>\\n<li>Fixed: PHP warnings related to the\\u00a0EDD_SL_Plugin_Updater.php\\u00a0file<\\/li>\\n<li>Fixed: Image Slider issue when the Advanced Tabs module is added to the same page<\\/li>\\n<li>Fixed: Thumbs navigation positioning for RTL websites in the Image Slider module<\\/li>\\n<li>Fixed: Custom Mobile Menu anchor links not closing the popup<\\/li>\\n<li>Fixed: Content Image Size issue in the Expanding CTA module<\\/li>\\n<li>Fixed: \\u201cCertain Period\\u201d option in Popup Maker Activity settings<\\/li>\\n<li>Improved: SEO for Filterable Grid and Blog Slider elements<\\/li>\\n<li>Improved: Response headers for Maintenance Mode<\\/li>\\n<li>Improved: Slide Selector option in the Content Slider module when triggered from the same page<\\/li>\\n<li>Added: Scroll To Top functionality for pagination in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added: Clickable Card and Clickable Image options to the Filterable Grid module<\\/li>\\n<li>Added: Clickability of Content Toggle labels<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.33.0 November 21st 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Custom Mobile Menu for Divi<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Exporter<\\/li>\\n<li>Fixed Menu CTA Button and Social Icons positioning issue<\\/li>\\n<li>Fixed Gravity Forms Styler CSS file location for the Orbital theme<\\/li>\\n<li>Fixed Pricing Table Module Text customization issues in child modules<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.32.0 November 14th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added display \\u201cCurrent Category\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option \\u201cHide Filters\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added video support to the Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to filter testimonials by star rating<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to disable Touch Slide on mobiles in Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Retrieve Alt text from Media Library, if no custom Alt text is added<\\/li>\\n<li>Improved the taxonomy position in the Filterable Grid module<\\/li>\\n<li>Fixed Advanced Tabs touch slide issue on mobiles<\\/li>\\n<li>Fixed duplicated Balloon HTML issue<\\/li>\\n<li>Fixed Pricing Table child module border issue<\\/li>\\n<li>Fixed Dropdown Menu Vertical Position issue<\\/li>\\n<li>Fixed Counter module bottom margin issue<\\/li>\\n<li>Fixed FAQ module bottom margin issue<\\/li>\\n<li>Fixed Text Alignment issue in the Pricing Table module<\\/li>\\n<li>Fixed Theme Customizer compatibility with WordPress 6.7<\\/li>\\n<li>Fixed Balloon module link issue when used as mega menu<\\/li>\\n<li>Fixed Blog Slider PHP warning<\\/li>\\n<li>Disabled \\u201cauto\\u201d image size attribute in WordPress 6.7 to prevent image skewing<\\/li>\\n<li>Divi 5 compatibility improvements<\\/li>\\n<li>Minified animate.css file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.31.0 September 18th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Automatically clear Divi cache<\\/li>\\n<li>Added link customization settings to the Pricing Table module<\\/li>\\n<li>Added dynamic video link to the Panorama module<\\/li>\\n<li>Fixed Counter prefix\\/suffix when special characters are added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.30.0 August 27th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added dotLottie support to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Lottie Icon position settings<\\/li>\\n<li><strong>NEW:<\\/strong> Added close animations to the Popup Maker<\\/li>\\n<li>Fixed Image Showcase display issue<\\/li>\\n<li>Fixed Flip Box 3D Content Effect issue<\\/li>\\n<li>Fixed image alignment in the Horizontal Timeline module when SVG is used<\\/li>\\n<li>Fixed child item padding in the Parallax Image module<\\/li>\\n<li>Fixed not working Blog Slider module background<\\/li>\\n<li>Fixed the Carousel issue in the Firefox browser<\\/li>\\n<li>Fixed not working Divi Library shortcodes in the Carousel module<\\/li>\\n<li>Fixed PHP Warning in the Dual Heading module<\\/li>\\n<li>Fixed \\u201cClear Divi Cache\\u201d admin bar showing for non-admin users<\\/li>\\n<li>Removed unwanted H5 tag from the Content Toggle 2nd item<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple Fade animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"],\"plugin\":\"divi-pixel\\/divi-pixel.php\",\"id\":\"divi-pixel\\/divi-pixel.php\",\"tested\":null,\"requires\":\"\",\"requires_php\":\"\"}\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (418, 'divibooster_version', '4.8.1', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (419, 'external_updates-divi-booster', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1687054767;s:14:\"checkedVersion\";s:5:\"4.1.6\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:12:\"divi-booster\";s:7:\"version\";s:5:\"4.2.4\";s:12:\"download_url\";s:54:\"https://d3mraia2v9t5x8.cloudfront.net/divi-booster.zip\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";N;s:6:\"tested\";s:7:\"6.2.999\";s:12:\"requires_php\";s:3:\"5.3\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:29:\"divi-booster/divi-booster.php\";}s:11:\"updateClass\";s:35:\"DiviBooster\\Puc_v4p10_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (420, 'dipi_instagram_accounts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (421, 'dipi_facebook_accounts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (422, 'divi-booster-license_key', 'd2a47153d5db0b4c6eb596570c3af35b', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (423, 'divi-booster-license_status', 'valid', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (425, 'dipi_customizer_option_preloader_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (426, 'dipi_customizer_option_particles_color', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (427, 'dipi_customizer_option_link_color', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (428, 'dipi_customizer_option_particles_color_2', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (429, 'dipi_customizer_option_link_color_2', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (430, 'dipi_customizer_option_btt_btn_background', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (431, 'dipi_customizer_option_btt_btn_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (432, 'dipi_customizer_option_btt_btn_background_hover', '#000000', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (433, 'dipi_customizer_option_btt_btn_color_hover', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (434, 'dipi_customizer_option_blog_archives_page_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (435, 'dipi_customizer_option_archive_box_icon_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (436, 'dipi_customizer_option_blog_related_box_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (437, 'dipi_customizer_option_blog_related_box_shadow_color', '#000000', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (438, 'dipi_customizer_option_blog_related_hover_box_shadow_color', '#444444', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (439, 'dipi_customizer_option_mobile_submenu_item_background', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (440, 'dipi_customizer_option_mobile_menu_btn_shadow_color', 'rgba(0,39,56,0.3)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (441, 'dipi_use_particles', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (442, 'dipi_use_particles_note', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (443, 'dipi_use_coming_soon', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (444, 'dipi_coming_soon_page', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (445, 'dipi_coming_soon_vip', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (446, 'dipi_ttf_upload', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (447, 'dipi_rename_projects_icon', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (448, 'dipi_rename_projects_cat_slug', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (449, 'dipi_rename_projects_tag_slug', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (450, 'dipi_rename_projects_notice', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (451, 'dipi_footer_customization', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (452, 'dipi_settings_reset_button', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (453, 'dipi_settings_reset_customizer_button', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (454, 'dipi_google_api_lang', 'en', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (455, 'dipi_instagram_basic_app_id', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (456, 'dipi_instagram_basic_app_secret', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (457, 'dipi_instagram_connect_basic', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (458, 'dipi_instagram_connected_accounts_basic', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (459, 'dipi_instagram_graph_app_id', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (460, 'dipi_instagram_graph_app_secret', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (461, 'dipi_instagram_connect_graph', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (462, 'dipi_instagram_connected_accounts_graph', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (463, 'dipi_layout_importer', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (464, 'dipi_social_media_soundcloud', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (465, 'dipi_social_media_soundcloud_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (466, 'dipi_social_media_soundcloud_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (467, 'dipi_social_media_soundcloud_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (468, 'dipi_social_media_tiktok', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (469, 'dipi_social_media_tiktok_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (470, 'dipi_social_media_tiktok_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (471, 'dipi_social_media_tiktok_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (472, 'dipi_social_media_telegram', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (473, 'dipi_social_media_telegram_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (474, 'dipi_social_media_telegram_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (475, 'dipi_social_media_telegram_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (476, 'dipi_social_media_line', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (477, 'dipi_social_media_line_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (478, 'dipi_social_media_line_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (479, 'dipi_social_media_line_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (480, 'dipi_sidebar_customization', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (481, 'dipi_md_hide_all_modules', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (482, 'dipi_faq_search_enabled', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (483, 'dipi_md_dual_heading', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (484, 'dipi_md_svg_animator', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (485, 'dipi_md_info_circle', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (486, 'dipi_md_advanced_tabs', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (487, 'dipi_md_horizontal_timeline', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (488, 'dipi_md_expanding_cta', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (489, 'dipi_md_text_highlighter', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (490, 'dipi_md_tile_scroll', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (491, 'dipi_md_pricing_table', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (492, 'dipi_md_filterable_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (493, 'dipi_md_parallax_image', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (494, 'dipi_md_hover_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (495, 'dipi_md_gravity_styler', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (499, 'category_children', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (501, 'et_server_domain_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvd3d3LmVsZWdhbnR0aGVtZXMuY29tIiwiaWF0IjoxNjk4NTg4ODEyLCJ1c2VybmFtZSI6ImJhbmRvbGllcmdyb3VwIiwic3RhdHVzIjoiYWN0aXZlIiwibWF4X2l0ZW1zIjoiNTAiLCJtYXhfdHJhc2hfaXRlbXMiOiI1MCIsImRvbWFpbiI6ImNmdG90YWxyZXdhcmRzLmNvbSIsIm5hbWUiOiJUaW0gTWNDYW5kbGVzcyIsImVtYWlsIjoidGltQGJhbmRvbGllcmdyb3VwLmNvbSIsIm1heF9ieXRlcyI6MTA3Mzc0MTgyNDAwfQ.F7zlBq_zhxIuV7Zi4Z_YIqDojOYFFytM_yGC5sQAh3Fqrp_Ksut7UUP0Jn6ybU7eqLUzN5LqY9q7InCSwk6X3jz15rcbjEaqemeTPlaCt_qVwIlaWW9OUKdjlkz7KiLruHfc1oN5ChGalQVfSA1htzMSJQ0AKXVe2i6Dcp3lOVNal0KmFbryKeRo9XBvPRGyK0hQOGDCtNsv-poC94U1u3U7gmJOQQTHY24UG0sE4NzMZkIrsQjGxO0n10EY4IUCBX_qBbFGuBmFKb5iFipBKuRhRRduFlcqCIVsWk0YfNlrt0dcy1J2thJM5WdzwqZ_2CQsiYqDC81EWTqjM3_TWrBcMSQs7CY8Uzr6Y0lNqGLw17ebyV8wEFxGvMpmlc5B4tJ8U7L-eOymYLvLGfxrFwmBGT90ef5funonlh0FAtOgE3VExBhIcIPltvlCpzWk2IjF5e4FzUg_8PAEXKKBcVZ7w0nNF5W6GcGbb2BPJPNYW-oWNL9OuR0MXRXzrGLGkg9tnEKUhFRWp-trRpoSH-m6ijvHjVsOpfw9u9mMsjWDJmlZXQNLG6ZA-AwUjWexFzx1AgoRhPIorTwavJLIz6l9nUQFrQyq3GlMiaxgSCJ0Z51oCrOllQC7NdzUK7pcahm9SNjcS4nSZ1Hlr2Sw7QZc05Elo8AvEEq9EHxGwe8', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (502, 'et_cloud_refresh_token', 'a:2:{i:1;a:0:{}i:2;a:2:{s:13:\"refresh_token\";s:371:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzUxMiJ9.eyJleHAiOjE2ODM4NDc0MTUuNDY1Nzk0LCJqdGkiOiI4ZWY4MGU2Yy1kZjI5LTRhZDQtYmIyZC1iZDYxOWMxZTk2YjUiLCJpYXQiOjE2ODMyNDI2MTUuNDY1Nzk0LCJpc3MiOiJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImF1ZCI6WyJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImh0dHBzOi8vY2xvdWQuZWxlZ2FudHRoZW1lcy5jb20vZjJjNGZhYmMwNDM3ZmNmZTM4NTdlNTZhNGE5ZWM0MzAiXSwic3ViIj\";s:13:\"is_full_token\";b:0;}}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (508, 'et_divi_builder_global_presets_history_ng', 'O:8:\"stdClass\":2:{s:7:\"history\";a:6:{i:0;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":16:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1697054359974;s:5:\"label\";s:25:\"Preset Created For Button\";}i:1;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":15:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1696910602856;s:5:\"label\";s:22:\"Preset Created For Row\";}i:2;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":16:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1696910640850;s:5:\"label\";s:23:\"Preset Created For Text\";}i:3;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":16:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1696910664192;s:5:\"label\";s:25:\"Preset Created For Button\";}i:4;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":14:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}}}}s:4:\"time\";i:1695005385000;s:5:\"label\";s:20:\"Imported From Layout\";}i:5;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":15:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1695036814365;s:5:\"label\";s:25:\"Preset Created For Button\";}}s:5:\"index\";s:1:\"0\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (509, 'wpe-health-check-site-status-result', '{\"good\":18,\"recommended\":5,\"critical\":1}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (510, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (512, 'WPLANG', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (513, 'new_admin_email', 'tim@bandoliergroup.com', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (515, 'dipi_customizer_option_primary_nav_font_weight', 500, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (517, 'dipi_customizer_option_menu_btn_font_select', 'Montserrat', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (518, 'dipi_customizer_option_menu_btn_icon_display', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (519, 'dipi_customizer_option_menu_btn_padding_1', 4, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (520, 'dipi_customizer_option_menu_btn_padding_2', 9, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (521, 'dipi_customizer_option_menu_btn_padding_3', 4, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (522, 'dipi_customizer_option_menu_btn_padding_4', 9, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (523, 'dipi_customizer_option_menu_btn_background', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (524, 'dipi_customizer_option_menu_btn_hover_effect', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (525, 'dipi_customizer_option_menu_btn_background_hover', 'rgba(255,255,255,0.18)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (526, 'dipi_customizer_option_menu_btn_border_radius', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (527, 'dipi_customizer_option_menu_btn_border_width', 2, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (528, 'dipi_customizer_option_menu_btn_border_color', '#3fa9f5', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (529, 'dipi_customizer_option_menu_btn_text_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (530, 'dipi_customizer_option_menu_btn_hover_text_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (531, 'dipi_customizer_option_menu_btn_hover_border_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (532, 'dipi_customizer_option_fixed_menu_btn_text_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (533, 'dipi_customizer_option_fixed_menu_btn_hover_text_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (534, 'dipi_customizer_option_fixed_menu_btn_background', 'rgba(255,255,255,0.18)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (535, 'dipi_customizer_option_fixed_menu_btn_border_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (536, 'dipi_customizer_option_fixed_menu_btn_hover_border_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (537, 'dipi_customizer_option_fixed_menu_btn_background_hover', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (548, 'wp_calendar_block_has_published_posts', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (556, 'dipi_md_content_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (567, 'bsr_data', 'a:8:{s:13:\"select_tables\";a:1:{i:0;s:8:\"wp_posts\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:18:\"<h2>Resources</h2>\";s:12:\"replace_with\";s:29:\"<h2>Additional Resources</h2>\";s:15:\"completed_pages\";i:1;s:11:\"total_pages\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (600, 'nonce_key', 'l(7Gs%AQ(OjPX?<6|h+x+`+?7c&&1PhhQ1v~U%G,ta9#OZl> f6rSxqS70NHQ8OH', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (601, 'nonce_salt', '{x-jV=`[5qI1`k_crNjkT3e|@`h}7g;Mp9w5^6k-NiV_SOY[_PX_a2aM%qvjd+Z<', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (602, 'rewrite_rules', 'a:416:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:58:\"dipi_cpt_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_cpt_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_cpt_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_cpt_category=$matches[1]&embed=true\";s:46:\"dipi_cpt_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_cpt_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_cpt_category/([^/]+)/?$\";s:39:\"index.php?dipi_cpt_category=$matches[1]\";s:60:\"dipi_media_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:55:\"dipi_media_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:36:\"dipi_media_category/([^/]+)/embed/?$\";s:52:\"index.php?dipi_media_category=$matches[1]&embed=true\";s:48:\"dipi_media_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?dipi_media_category=$matches[1]&paged=$matches[2]\";s:30:\"dipi_media_category/([^/]+)/?$\";s:41:\"index.php?dipi_media_category=$matches[1]\";s:58:\"document_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?document category=$matches[1]&feed=$matches[2]\";s:53:\"document_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?document category=$matches[1]&feed=$matches[2]\";s:34:\"document_category/([^/]+)/embed/?$\";s:50:\"index.php?document category=$matches[1]&embed=true\";s:46:\"document_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?document category=$matches[1]&paged=$matches[2]\";s:28:\"document_category/([^/]+)/?$\";s:39:\"index.php?document category=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:43:\"index.php?layout_tag=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?layout_tag=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:32:\"index.php?layout_tag=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:48:\"index.php?et_tb_item_type=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?et_tb_item_type=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:37:\"index.php?et_tb_item_type=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:58:\"dipi_faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_faq_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_faq_category=$matches[1]&embed=true\";s:46:\"dipi_faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_faq_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_faq_category/([^/]+)/?$\";s:39:\"index.php?dipi_faq_category=$matches[1]\";s:44:\"dipi_testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_testimonial/([^/]+)/embed/?$\";s:49:\"index.php?dipi_testimonial=$matches[1]&embed=true\";s:37:\"dipi_testimonial/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_testimonial=$matches[1]&tb=1\";s:45:\"dipi_testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&paged=$matches[2]\";s:52:\"dipi_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_testimonial=$matches[1]&page=$matches[2]\";s:33:\"dipi_testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"testimonial_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_cat/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_cat=$matches[1]&embed=true\";s:44:\"testimonial_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_cat=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_cat/([^/]+)/?$\";s:37:\"index.php?testimonial_cat=$matches[1]\";s:56:\"testimonial_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_tag/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_tag=$matches[1]&embed=true\";s:44:\"testimonial_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_tag=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_tag/([^/]+)/?$\";s:37:\"index.php?testimonial_tag=$matches[1]\";s:44:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_popup_maker/([^/]+)/embed/?$\";s:49:\"index.php?dipi_popup_maker=$matches[1]&embed=true\";s:37:\"dipi_popup_maker/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_popup_maker=$matches[1]&tb=1\";s:45:\"dipi_popup_maker/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&paged=$matches[2]\";s:52:\"dipi_popup_maker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_popup_maker/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_popup_maker=$matches[1]&page=$matches[2]\";s:33:\"dipi_popup_maker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_popup_maker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_popup_maker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_popup_maker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"documents/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"documents/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"documents/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"documents/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"documents/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"documents/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"documents/([^/]+)/embed/?$\";s:44:\"index.php?pf_document=$matches[1]&embed=true\";s:30:\"documents/([^/]+)/trackback/?$\";s:38:\"index.php?pf_document=$matches[1]&tb=1\";s:38:\"documents/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?pf_document=$matches[1]&paged=$matches[2]\";s:45:\"documents/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?pf_document=$matches[1]&cpage=$matches[2]\";s:34:\"documents/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?pf_document=$matches[1]&page=$matches[2]\";s:26:\"documents/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"documents/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"documents/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"documents/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"documents/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"documents/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"dipi_faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"dipi_faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"dipi_faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"dipi_faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"dipi_faq/([^/]+)/embed/?$\";s:41:\"index.php?dipi_faq=$matches[1]&embed=true\";s:29:\"dipi_faq/([^/]+)/trackback/?$\";s:35:\"index.php?dipi_faq=$matches[1]&tb=1\";s:37:\"dipi_faq/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&paged=$matches[2]\";s:44:\"dipi_faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&cpage=$matches[2]\";s:33:\"dipi_faq/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?dipi_faq=$matches[1]&page=$matches[2]\";s:25:\"dipi_faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"dipi_faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"dipi_faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"dipi_faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";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:40:\"index.php?&page_id=820&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');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (603, 'mucd_duplicable', 'no', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (743, 'db_upgraded', '', 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (866, 'wpe_cache_config', 'a:19:{s:20:\"sanitized_post_types\";a:6:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:7:\"project\";s:7:\"project\";s:16:\"dipi_testimonial\";s:16:\"dipi_testimonial\";s:16:\"dipi_popup_maker\";s:16:\"dipi_popup_maker\";s:8:\"dipi_faq\";s:8:\"dipi_faq\";}s:28:\"sanitized_builtin_post_types\";a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}s:21:\"smarter_cache_enabled\";s:1:\"0\";s:21:\"last_modified_enabled\";s:1:\"0\";s:27:\"wpe_ac_global_last_modified\";s:10:\"1262304000\";s:24:\"post_cache_expires_value\";s:2:\"-1\";s:24:\"page_cache_expires_value\";s:2:\"-1\";s:27:\"project_cache_expires_value\";s:2:\"-1\";s:36:\"dipi_testimonial_cache_expires_value\";s:2:\"-1\";s:36:\"dipi_popup_maker_cache_expires_value\";s:2:\"-1\";s:28:\"dipi_faq_cache_expires_value\";s:2:\"-1\";s:10:\"namespaces\";a:7:{i:0;s:10:\"oembed/1.0\";i:1;s:19:\"wpe/cache-plugin/v1\";i:2;s:21:\"wpe_sign_on_plugin/v1\";i:3;s:7:\"divi/v1\";i:4;s:5:\"wp/v2\";i:5;s:17:\"wp-site-health/v1\";i:6;s:18:\"wp-block-editor/v1\";}s:30:\"oembed/1.0_cache_expires_value\";s:2:\"-1\";s:39:\"wpe/cache-plugin/v1_cache_expires_value\";s:2:\"-1\";s:41:\"wpe_sign_on_plugin/v1_cache_expires_value\";s:2:\"-1\";s:27:\"divi/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wp/v2_cache_expires_value\";s:2:\"-1\";s:37:\"wp-site-health/v1_cache_expires_value\";s:2:\"-1\";s:38:\"wp-block-editor/v1_cache_expires_value\";s:2:\"-1\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (867, 'wpe_cache_last_cleared', '2023-10-18 18:06:19', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (892, 'wtfdivi_last_error', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (893, 'wtfdivi', 'a:53:{s:8:\"lastsave\";s:10:\"1698588967\";s:7:\"general\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"general-accessibility\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-icons\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"fixes\";a:53:{s:17:\"014-add-new-icons\";a:2:{s:4:\"url0\";s:0:\"\";s:6:\"urlmax\";s:1:\"0\";}s:20:\"073-add-social-icons\";a:9:{s:8:\"linkedin\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"flikr\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";}s:27:\"126-customizer-social-icons\";a:2:{s:7:\"enabled\";s:1:\"1\";s:5:\"icons\";s:0:\"\";}s:27:\"004-add-image-before-header\";a:2:{s:3:\"url\";s:0:\"\";s:7:\"linkurl\";s:0:\"\";}s:33:\"018-box-layout-in-front-of-header\";a:3:{s:12:\"headerheight\";s:3:\"120\";s:9:\"headercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:28:\"135-set-mobile-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:29:\"095-secondary-nav-hover-color\";a:1:{s:8:\"hovercol\";s:21:\"rgba(255,255,255,0.7)\";}s:26:\"116-add-text-to-top-header\";a:1:{s:13:\"topheadertext\";s:0:\"\";}s:31:\"119-make-phone-number-clickable\";a:1:{s:8:\"phonenum\";s:0:\"\";}s:42:\"024-scroll-further-before-shrinking-header\";a:1:{s:6:\"offset\";s:3:\"500\";}s:24:\"066-change-header-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:34:\"071-submenu-hover-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:31:\"074-set-header-menu-hover-color\";a:1:{s:3:\"col\";s:16:\"rgba(0,0,0,0.42)\";}s:35:\"087-change-space-between-menu-items\";a:1:{s:15:\"menuitempadding\";s:2:\"22\";}s:20:\"113-change-logo-link\";a:1:{s:7:\"logourl\";s:0:\"\";}s:27:\"121-search-icon-hover-color\";a:1:{s:8:\"hovercol\";s:7:\"#ffffff\";}s:28:\"133-header-title-and-tagline\";a:3:{s:6:\"layout\";s:10:\"horizontal\";s:16:\"titleHeaderLevel\";s:2:\"h2\";s:18:\"taglineHeaderLevel\";s:1:\"p\";}s:34:\"028-add-text-to-mobile-menu-button\";a:1:{s:14:\"menubuttontext\";s:0:\"\";}s:29:\"103-set-mobile-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:43:\"127-change-centered-header-select-page-text\";a:1:{s:14:\"selectpagetext\";s:0:\"\";}s:34:\"142-mobile-menu-select-page-bg-col\";a:1:{s:5:\"bgcol\";s:16:\"rgba(0,0,0,0.05)\";}s:28:\"145-mobile-menu-button-color\";a:1:{s:9:\"buttoncol\";s:7:\"#2ea3f2\";}s:27:\"149-project-cpt-custom-name\";a:3:{s:4:\"slug\";s:7:\"project\";s:4:\"name\";s:7:\"Project\";s:11:\"name_plural\";s:8:\"Projects\";}s:28:\"006-sidebar-background-color\";a:1:{s:5:\"bgcol\";s:4:\"#fff\";}s:28:\"138-set-footer-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:25:\"148-footer-menu-alignment\";a:1:{s:5:\"align\";s:4:\"left\";}s:20:\"067-edit-footer-html\";a:1:{s:10:\"footerhtml\";s:0:\"\";}s:32:\"115-set-minimum-cta-button-width\";a:1:{s:8:\"ctawidth\";s:3:\"180\";}s:45:\"104-countdown-module-remove-day-trailing-zero\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"016-gallery-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:31:\"017-gallery-module-image-border\";a:1:{s:9:\"bordercol\";s:7:\"#ffffff\";}s:26:\"047-change-map-marker-icon\";a:1:{s:3:\"url\";s:0:\"\";}s:32:\"068-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:43:\"072-filterable-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:24:\"005-adjust-slider-height\";a:1:{s:12:\"sliderheight\";s:3:\"500\";}s:38:\"046-slider-text-transparent-background\";a:3:{s:5:\"bgcol\";s:4:\"#000\";s:7:\"opacity\";s:2:\"50\";s:13:\"border-radius\";s:2:\"15\";}s:28:\"011-custom-css-media-queries\";a:2:{s:7:\"enabled\";s:1:\"1\";s:9:\"customcss\";a:8:{s:7:\"enabled\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}s:4:\"user\";a:1:{i:0;s:3:\"all\";}s:8:\"pagetype\";a:1:{i:0;s:3:\"all\";}s:13:\"elegantthemes\";a:1:{i:0;s:3:\"all\";}s:7:\"browser\";a:1:{i:0;s:3:\"all\";}s:6:\"device\";a:1:{i:0;s:3:\"all\";}s:12:\"mediaqueries\";a:1:{i:0;s:3:\"all\";}s:3:\"css\";a:1:{i:0;s:0:\"\";}}}s:19:\"033-export-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"034-import-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:22:\"037-view-generated-css\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:21:\"040-view-generated-js\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"050-view-generated-footer-html\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:27:\"053-view-generated-htaccess\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:31:\"015-adjust-phone-and-email-size\";a:4:{s:8:\"fontsize\";s:3:\"100\";s:3:\"col\";s:7:\"#ffffff\";s:8:\"hovercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:17:\"019-sidebar-width\";a:1:{s:12:\"sidebarwidth\";s:3:\"285\";}s:29:\"025-set-mobile-menu-bar-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:22:\"052-change-logo-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:22:\"064-set-body-font-size\";a:1:{s:8:\"fontsize\";s:3:\"100\";}s:29:\"075-set-header-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:39:\"077-adjust-page-builder-section-spacing\";a:2:{s:3:\"top\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";}s:35:\"078-adjust-page-builder-row-spacing\";a:1:{s:3:\"top\";s:2:\"30\";}s:27:\"084-set-bottom-footer-color\";a:1:{s:5:\"bgcol\";s:7:\"#000000\";}s:24:\"065-set-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}}s:14:\"general-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-links\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-speed\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"header\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"header-top\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"header-main\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"header-mobile\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"posts\";a:1:{s:4:\"open\";s:1:\"0\";}s:8:\"projects\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"footer-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"footer-menu\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"footer-bottombar\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"pagebuilder\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"pagebuilder-divi\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"pagebuilder-classic\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"pagebuilder-visual\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"modules\";a:1:{s:4:\"open\";s:1:\"1\";}s:17:\"modules-accordion\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-countdown\";a:1:{s:4:\"open\";s:1:\"1\";}s:15:\"modules-gallery\";a:1:{s:4:\"open\";s:1:\"0\";}s:23:\"modules-headerfullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"modules-map\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-portfolio\";a:1:{s:4:\"open\";s:1:\"0\";}s:25:\"modules-portfoliofiltered\";a:1:{s:4:\"open\";s:1:\"0\";}s:26:\"modules-portfoliofullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-postnav\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"modules-postslider\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-pricing\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-subscribe\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"modules-slider\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"modules-text\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"plugins\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"plugins-edd\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"plugins-woocommerce\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"plugins-other\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"customcss\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"developer\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"developer-export\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"developer-css\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"developer-js\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"developer-footer-html\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"developer-htaccess\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"deprecated\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"deprecated-divi4\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi24\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi23\";a:1:{s:4:\"open\";s:1:\"0\";}}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1021, 'wp_attachment_pages_enabled', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1204, 'acfe', 'a:2:{s:7:\"version\";s:8:\"0.8.8.10\";s:7:\"modules\";a:4:{s:11:\"block_types\";a:0:{}s:13:\"options_pages\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}}}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1205, 'acf_version', '6.2.0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1208, 'acfe_plugin_updates', 'a:2:{s:7:\"timeout\";i:1749672952;s:5:\"value\";s:80898:\"{\"new_version\":\"0.9.1\",\"stable_version\":\"0.9.1\",\"name\":\"ACF Extended Pro\",\"slug\":\"acf-extended\",\"url\":\"https:\\/\\/www.acf-extended.com\\/?download=acf-extended-pro&#038;changelog=1\",\"last_updated\":\"2024-12-19 11:18:38\",\"homepage\":\"https:\\/\\/www.acf-extended.com\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.<\\/p>\\n<p><strong>This plugin requires at least ACF Pro 5.8.<\\/strong>\\nIf you don\'t already own <a href=\\\"https:\\/\\/www.advancedcustomfields.com\\/pro\\/\\\">ACF Pro<\\/a>, you should consider it. It\'s one of the most powerful WordPress plugin available.<\\/p>\\n<h3>&#x2b50; Highlight<\\/h3>\\n<ul>\\n<li>14+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>4+ New Field Groups Locations<\\/li>\\n<li>Self\\/Multi\\/Bidirectional Fields<\\/li>\\n<li>Advanced Fields Validation<\\/li>\\n<li>Flexible Content as Page Builder<\\/li>\\n<li>Optimize metadata with Performance Mode<\\/li>\\n<li>Advanced Front-End Forms Manager<\\/li>\\n<li>ACF Options Pages \\/ Block Types Manager<\\/li>\\n<li>ACF &amp; WordPress Meta Overview<\\/li>\\n<li>WordPress Post Types \\/ Taxonomies Manager<\\/li>\\n<li>WordPress Options Manager<\\/li>\\n<li>WordPress Admin Enhancements<\\/li>\\n<li>WPML &amp; Polylang Multilingual support<\\/li>\\n<li>... And many more features<h3>&#x1f48e; Pro Highlight<\\/h3><\\/li>\\n<li>20+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>20+ New Locations<\\/li>\\n<li>Payment Field with Stripe &amp; PayPal Express<\\/li>\\n<li>Flexible Content Grid System<\\/li>\\n<li>Flexible Content Layouts Locations Rules<\\/li>\\n<li>Templates Manager<\\/li>\\n<li>Builtin Classic Editor<\\/li>\\n<li>Settings UI<\\/li>\\n<li>Screen Layouts<\\/li>\\n<li>Force Json Sync<\\/li>\\n<li>Field Visibility Settings<\\/li>\\n<li>Global Field Conditional Rules<\\/li>\\n<li>... And many more features<h3>&#x1f91f; Philosophy<\\/h3><\\/li>\\n<li>Seamless integration<\\/li>\\n<li>No extra menu, ads or notices<\\/li>\\n<li>Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\\">Website<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Documentation<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/guides\\\">Guides<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Roadmap<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">GitHub<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/ACFExtended\\\">Twitter<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/hwkfr\\\">Twitter<\\/a> (Personal)<\\/li>\\n<li><a href=\\\"https:\\/\\/slack.acf-extended.com\\\">Slack Community<\\/a><h3>&#x1f9f0; Tools<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/acf-extended\\/#faq\\\">FAQ<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Support<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Feature Request<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/reviews\\/#new-post\\\">Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/ko-fi.com\\/acfextended\\\">Donation<\\/a><h3>&#x1f4c1; Field Groups<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nEnable advanced settings for all fields within the Field Group.<\\/li>\\n<\\/ul>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync PHP<\\/a><\\/strong>\\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync Json<\\/a><\\/strong>\\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/categories\\\">Categories<\\/a><\\/strong>\\nSpice up your field groups with a custom taxonomy and filter field groups by terms.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-key\\\">Custom Key<\\/a><\\/strong>\\nSet custom field group key. Example: <code>group_custom_name<\\/code>.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-meta\\\">Custom Meta<\\/a><\\/strong>\\nAdd custom metas (key\\/value) in the field group administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/display-title\\\">Display Title<\\/a><\\/strong>\\nDisplay an alternative field group title in post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/field-group-ui\\\">Field Group UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable enhancements to the Field Group UI for a better user experience.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/force-sync\\\">Force Sync<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAlways keep Json files synchronized with the Field Groups in the database.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/hide-on-screen\\\">Hide on Screen<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/instruction-placement\\\">Instructions Placement<\\/a><\\/strong>\\nNew instruction placements let you display field description &quot;above the fields&quot; or in a &quot;tooltip&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-post\\\">Location: Advanced Post<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-menu-item\\\">Location: Advanced Menu Item<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nTarget specific &quot;Menu Item Depth&quot; or &quot;Menu Item Type&quot; from the Field Groups Locations rules.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-taxonomy\\\">Location: Advanced Taxonomy Term<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/all-post-types\\\">Location: All post types<\\/a><\\/strong>\\nDisplay field groups on all post types edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/attachment-list\\\">Location: Attachment List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on attachment admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/dashboard\\\">Location: Dashboard Widgets<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups and update ACF Fields from the WP Dashboard.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/field-value\\\">Location: Field Value<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a field group based on the field value of an another field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-archive\\\">Location: Post type Archive<\\/a><\\/strong>\\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-list\\\">Location: Post type List<\\/a><\\/strong>\\nDisplay field group on post types admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/taxonomy-list\\\">Location: Taxonomy List<\\/a><\\/strong>\\nDisplay field group on taxonomies admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/user-list\\\">Location: User List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on user admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/woocommerce\\\">Location: Woocommerce<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on Woocommerce pages.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/wp-settings\\\">Location: WP Settings<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/\\\">Local Field Groups<\\/a><\\/strong>\\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php<\\/code> file, but not in the ACF UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/note\\\">Note<\\/a><\\/strong>\\nAdd a personal note in the field group administration. Only visible to administrators.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/raw-data\\\">Raw Data<\\/a><\\/strong>\\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nA more sophisticated field settings based on specified location (administration\\/front-end). Example: Field is required only in front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/advanced-validation\\\">Advanced Validation<\\/a><\\/strong>\\nA more sophisticated validation conditions (AND\\/OR) with custom error messages based on specified location (administration\\/front-end).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/bidirectional-fields\\\">Self\\/Multi\\/Bidirectional fields<\\/a><\\/strong>\\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-visibility\\\">Field Visibility<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet quick access to &quot;Field Visibility&quot;, &quot;Label Visibility&quot;, &quot;Instructions Visibility&quot; and &quot;Required Setting&quot; for the following screens: &quot;Everywhere&quot;, &quot;Front-end&quot; and &quot;Administration&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/global-condition\\\">Global Condition<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-instruction-placement\\\">Instruction Placement<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/instruction-read-more\\\">Instruction Read More<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAllow to expand instructions text with a &quot;Read More&quot; link. This feature is useful for lengthy instructions text.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/min-max\\\">Min\\/Max<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-raw-data\\\">Raw data<\\/a><\\/strong>\\nDisplay raw field data in a modal to check your configuration &amp; settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/required-message\\\">Required Message<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/advanced-link\\\">Advanced Link<\\/a><\\/strong>\\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-editor\\\">Block Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-types\\\">Block Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Block Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/button\\\">Button<\\/a><\\/strong>\\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/checkbox\\\">Checkbox<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/clone\\\">Clone<\\/a><\\/strong>\\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/code-editor\\\">Code Editor<\\/a><\\/strong>\\nEdit code using the native WP Core Codemirror library. Default languages: Text\\/HTML, Javascript, CSS, PHP mixed\\/plain.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/color-picker\\\">Color Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/columns\\\">Columns<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion\\/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/countries\\\">Countries<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Country selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/currencies\\\">Currencies<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Currency selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/datepicker\\\">Date\\/Timepicker<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/date-range-picker\\\">Date Range Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/dynamic-render\\\">Dynamic Render<\\/a><\\/strong>\\nDisplay custom HTML\\/PHP content using a simple named hook.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-groups-selector\\\">Field Groups<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-types\\\">Field Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/fields-selector\\\">Fields<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Fields selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/file\\\">File<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, enable multi file upload and dropzone.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/flexible-content\\\">Flexible Content<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\'s behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/forms\\\">Forms<\\/a><\\/strong>\\nSelect any dynamic form (format: checkbox, radio or select).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/google-map\\\">Google Map<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/recaptcha\\\">Google reCaptcha<\\/a><\\/strong>\\nDisplay a reCaptcha field (compatible v2 &amp; v3).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/group\\\">Group<\\/a><\\/strong>\\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/hidden-input\\\">Hidden Input<\\/a><\\/strong>\\nDisplay a hidden input with custom name\\/value<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image\\\">Image<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-selector\\\">Image Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Selector field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-sizes\\\">Image Sizes<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Sizes selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/languages\\\">Languages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menu-locations\\\">Menu Locations<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu Locations selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menus\\\">Menus<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/options-pages\\\">Options Pages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment\\\">Payment<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-cart\\\">Payment Cart<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Cart to easily setup an e-commerce solution.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-selector\\\">Payment Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Selector which let the user switch the payment gateway.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/phone-number\\\">Phone Number<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a fully customizable international Phone Number field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-field\\\">Post Field<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-formats\\\">Post Formats<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Post Format selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Post Object<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation\\/edit.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-statuses\\\">Post Status<\\/a><\\/strong>\\nSelect any post status (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-types\\\">Post Types<\\/a><\\/strong>\\nSelect any post type (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/radio\\\">Radio<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/relationship\\\">Relationship<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/repeater\\\">Repeater<\\/a><\\/strong>\\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/select\\\">Select<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChange the default &quot;Select&quot; placeholder text and Search Input placeholder and allow user to enter custom values.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/slug\\\">Slug<\\/a><\\/strong>\\nA slug text input (ie: <code>my-text-input<\\/code>).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/tab\\\">Tab<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomies\\\">Taxonomies<\\/a><\\/strong>\\nSelect any taxonomy (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomy-terms\\\">Taxonomy Terms<\\/a><\\/strong>\\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/templates-selector\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/textarea\\\">Textarea<\\/a><\\/strong>\\nSwitch font family to monospace and allow tab indent.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/true-false\\\">True\\/False<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nFive new styles have been added to the native True\\/False field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/user-roles\\\">User Roles<\\/a><\\/strong>\\nSelect any user role (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/wysiwyg-editor\\\">WYSIWYG Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-block-types\\\">Block Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/classic-editor\\\">Classic Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/developer-mode\\\">Developer Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-forms\\\">Forms<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce &quot;Actions&quot; for a complete control over the form behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-options-pages\\\">Options Pages UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/performance-mode\\\">Performance Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-post-types\\\">Post Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/rewrite-rules\\\">Rewrite Rules<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/scripts\\\">Scripts UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nRun custom scripts on thousands of posts. Including builtin &quot;Orphan Meta Cleaner&quot;, &quot;Script Launcher&quot; and &quot;Performance Converter&quot; scripts.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/settings-ui\\\">Settings UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-taxonomies\\\">Taxonomies UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/templates\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nManage default ACF values in an advanced way and sync templates with Json\\/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/ajax-author-box\\\">Ajax Author Box<\\/a><\\/strong>\\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/enhanced-ui\\\">Enhanced UI<\\/a><\\/strong>\\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS\\/JS only.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/polylang\\\">Polylang<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/screen-layouts\\\">Screen Layouts<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/wpml\\\">WPML<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/options\\\">WP Options<\\/a><\\/strong>\\nManage WordPress Options from the Settings &gt; Options page. Options value (strings, serialized &amp; Json) will be displayed in a readable form. Values can be edited or deleted.<h3>&#x2764;&#xfe0f; Early Supporters<\\/h3><\\/p>\\n<ul>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/AsmussenBrandon\\\">Brandon A.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/DamChtlv\\\">Damien C.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/Val_Pellegrin\\\">Valentin P.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to Damian P. for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/jsaarenk\\\">Jaakko S.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/altendorfme\\\">Renan A.<\\/a> for his support &amp; tests<h3>&#x1f970; Donors<\\/h3><\\/li>\\n<li>Thanks to RavenSays<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Rob H.<\\/li>\\n<li>Thanks to Valentin P.<\\/li>\\n<li>Thanks to Alan A.<\\/li>\\n<li>Thanks to Damian C.<\\/li>\\n<li>Thanks to Andrew<\\/li>\\n<li>Thanks to Kimantis<\\/li>\\n<li>Thanks to Anonymous<\\/li>\\n<li>Thanks to Chris<\\/li>\\n<li>Thanks to Dennis D.<\\/li>\\n<li>Thanks to Cody R.<\\/li>\\n<li>Thanks to Jamie<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Paul M.<\\/li>\\n<li>Thanks to David B.<\\/li>\\n<li>Thanks to Swingjac<\\/li>\\n<li>Thanks to Erik<\\/li>\\n<li>Thanks to Giancarlo P.<\\/li>\\n<li>Thanks to Geuer M.<\\/li>\\n<\\/ul>\",\"installation\":\"<h4> Wordpress Install <\\/h4>\\n<ol>\\n<li>Install Advanced Custom Fields: Pro<\\/li>\\n<li>Upload the plugin files to the <code>\\/wp-content\\/plugins\\/acf-extended\\/<\\/code> directory, or install the plugin through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.<\\/li>\\n<li>Everything is ready!<\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 0.9.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Iframe&quot; feature<\\/li>\\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Responsive&quot; feature<\\/li>\\n<li>Field: Flexible Content - &quot;Dynamic Preview Iframe&quot; render previews in isolated iframes<\\/li>\\n<li>Field: Flexible Content - &quot;Dynamic Preview Responsive&quot; allows to switch container preview size<\\/li>\\n<li>Field: Address - Cleaned unused argument<\\/li>\\n<li>Field: Google Map - Added <code>acfe_render_google_map()<\\/code> compatibility with sub fields<\\/li>\\n<li>Field: Google Map - Enhanced <code>acfe_render_google_map()<\\/code> compatibility with Dynamic Preview<\\/li>\\n<li>Field: Radio - Fixed &quot;Custom Choice&quot; render<\\/li>\\n<li>Field: WYSIWYG - Enhanced <code>source_code<\\/code> modal reset stylesheet<\\/li>\\n<li>Field Group Location: Renamed &quot;Dashboard&quot; to &quot;WP Dashboard&quot; for consistency<\\/li>\\n<li>Module: Forms - Ajax submission now redraw form on submission<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Enhanced malformed values handling<\\/li>\\n<li>Field: Flexible Content - Added <code>acfe\\/flexible\\/toggle_hide<\\/code> filter to control row visibility<\\/li>\\n<li>Field: reCaptcha - Enhanced error handling when using incorrect API key<\\/li>\\n<li>Field: Taxonomy Terms - Fixed ajax nonce verification when field is cloned<\\/li>\\n<li>Module: Forms - Enhanced File\\/Image\\/Gallery &quot;Uploaded To&quot; logic using related Form Action<\\/li>\\n<\\/ul>\\n<h4> 0.9.0.9 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.0.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Address - Added new Address Field<\\/li>\\n<li>Field: Address - Allows to enter\\/search an address with autocomplete (Google Places API)<\\/li>\\n<li>Field: Color Picker - Added &quot;Return Format: Slug&quot; setting<\\/li>\\n<li>Field: Color Picker - Added &quot;Slug&quot; &amp; &quot;RGBA Array&quot; into the &quot;Color Array&quot; return format<\\/li>\\n<li>Field: Color Picker - Added compatibility with CSS variables for &quot;Palette&quot; display<\\/li>\\n<li>Field: Color Picker - Added <code>editor-gradient-presets<\\/code> theme support<\\/li>\\n<li>Field: Date Range Picker - Enhanced compatibility with custom hooks<\\/li>\\n<li>Field: Date Range Picker - Allowed to clear to input manually when &quot;Allow null&quot; is enabled<\\/li>\\n<li>Field: Date Range Picker - Added &quot;x&quot; icon to clear the input when &quot;Allow null&quot; is enabled<\\/li>\\n<li>Field: Date Range Picker - Added &quot;Prepend&quot; &amp; &quot;Append&quot; settings<\\/li>\\n<li>Field: Google Map - Added <code>acfe_render_google_map()<\\/code> helper to display a map on front-end<\\/li>\\n<li>Field: Google Map - Fixed ACF UI settings sync when interacting with the Map Preview<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.0.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Fixed <code>get_row()<\\/code> &amp; <code>get_row_layout()<\\/code> usage in WP Admin preview<\\/li>\\n<li>Field: Taxonomy Terms - Fixed ajax nonce compatibility with ACF 6.3.10<\\/li>\\n<li>Field Group: Small UI\\/CSS tweaks<\\/li>\\n<\\/ul>\\n<h4> 0.9.0.8 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.0.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Phone Number - Fixed data when querying the &quot;Lightweight Phonenumber Library&quot;<\\/li>\\n<li>Field: Image Selector - Fixed images with parameters usage when using &quot;Multiple Select&quot;<\\/li>\\n<li>Field: Image Selector - Enhanced file extension detection when using images with parameters<\\/li>\\n<li>Field: Image Selector - Reworked image rendering using proper <code>&lt;img \\/&gt;<\\/code> with <code>object-fit<\\/code><\\/li>\\n<li>Module: Performance - Hybrid - Restoring a revision doesn\'t append meta references anymore<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.0.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_style()<\\/code> args<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_script()<\\/code> args<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Added <code>get_row_index()<\\/code> usage compatibility<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Fixed <code>WP_Query<\\/code> loop usage with <code>get_field()<\\/code><\\/li>\\n<li>Field: Icon Picker - Fixed &quot;Media Library&quot; image preview<\\/li>\\n<li>Module: Forms - Allowed usage of fields using the same name as fields in the back-end<\\/li>\\n<li>Module: Forms - Fixed field settings nonce verification compatibility with ACF 6.3.10<\\/li>\\n<li>Module: Performance - Ultra - Revisions are now supported when allowing specific post types<\\/li>\\n<li>Module: Performance - Ultra - Revisions are now compatible with &quot;Save as individual meta&quot;<\\/li>\\n<li>Module: Performance - Ultra - Enhanced &quot;Revision Comparison&quot; view with more readable data<\\/li>\\n<li>Module: Performance - Ultra - Enhanced <code>acf<\\/code> meta detection when the value is malformed<\\/li>\\n<li>Field Group: Location - Fixed warning when using third party location that is later uninstalled<\\/li>\\n<li>General: Enhanced <code>acfe_include()<\\/code> helper<\\/li>\\n<li>General: Fixed potentital PHP 8 warning with <code>acfe_starts_with()<\\/code> helper<\\/li>\\n<li>General: Updated WP 6.7 metabox order handle positioning<\\/li>\\n<li>General: Bump WP version up to 6.7<\\/li>\\n<\\/ul>\\n<h4> Version History <\\/h4>\\n<p>Full Changelog: <a href=\\\"https:\\/\\/www.acf-extended.com\\/changelog\\\">https:\\/\\/www.acf-extended.com\\/changelog<\\/a><\\/p>\",\"faq\":\"<h4>Where can I find the documentation?<\\/h4>\\n<p>You\'ll find the documentation of every features on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">official ACF Extended website<\\/a>.<\\/p>\\n<h4>Where can I submit a bug report?<\\/h4>\\n<p>You can file a report on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a> or on the <a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">Github Page<\\/a> if you prefer.<\\/p>\\n<h4>Where can I submit a feature request?<\\/h4>\\n<p>You can submit a feature request on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a>. Feature requests are all listed on the <a href=\\\"https:\\/\\/trello.com\\/b\\/QEgpU7CL\\/acf-extended\\\">Official Trello Board<\\/a>.<\\/p>\\n<h4>What is planned for the next update?<\\/h4>\\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Official Roadmap<\\/a> (or the Trello Board).<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/acf-extended\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/acf-extended\\/assets\\/banner-772x250.png\"},\"icons\":{\"1x\":\"https:\\/\\/www.acf-extended.com\\/wp-content\\/uploads\\/edd\\/acf-extended-256x256-1-128x128.png\",\"2x\":\"https:\\/\\/www.acf-extended.com\\/wp-content\\/uploads\\/edd\\/acf-extended-256x256-1.png\"},\"msg\":\"No license key has been provided.\",\"tags\":[\"acf\",\"custom fields\",\"meta\",\"admin\",\"fields\"],\"requires\":\"4.9\",\"tested\":\"6.7\",\"requires_php\":\"5.6\",\"contributors\":{\"hwk-fr\":{\"display_name\":\"hwk-fr\",\"profile\":\"\\/\\/profiles.wordpress.org\\/hwk-fr\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=hwk-fr\"}},\"stable_tag\":\"0.9.1\",\"donate_link\":\"https:\\/\\/www.acf-extended.com\",\"short_description\":\"All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields.\",\"license\":\"GPLv2 or later\",\"screenshots\":{\"1\":\"Flexible Content Preview\",\"2\":\"Flexible Content Modal\",\"3\":\"New Fields\",\"4\":\"Post Type List Location\",\"5\":\"Self\\/Multi\\/Bidirectional Fields\",\"6\":\"Developer Mode\",\"7\":\"Dynamic Post Types\",\"8\":\"Enhanced WordPress UI\"},\"faq\":[\"<h4>Where can I find the documentation?<\\/h4>\\n<p>You\'ll find the documentation of every features on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">official ACF Extended website<\\/a>.<\\/p>\\n<h4>Where can I submit a bug report?<\\/h4>\\n<p>You can file a report on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a> or on the <a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">Github Page<\\/a> if you prefer.<\\/p>\\n<h4>Where can I submit a feature request?<\\/h4>\\n<p>You can submit a feature request on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a>. Feature requests are all listed on the <a href=\\\"https:\\/\\/trello.com\\/b\\/QEgpU7CL\\/acf-extended\\\">Official Trello Board<\\/a>.<\\/p>\\n<h4>What is planned for the next update?<\\/h4>\\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Official Roadmap<\\/a> (or the Trello Board).<\\/p>\\n\"],\"warnings\":[],\"description\":[\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.<\\/p>\\n<p><strong>This plugin requires at least ACF Pro 5.8.<\\/strong>\\nIf you don\'t already own <a href=\\\"https:\\/\\/www.advancedcustomfields.com\\/pro\\/\\\">ACF Pro<\\/a>, you should consider it. It\'s one of the most powerful WordPress plugin available.<\\/p>\\n<h3>&#x2b50; Highlight<\\/h3>\\n<ul>\\n<li>14+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>4+ New Field Groups Locations<\\/li>\\n<li>Self\\/Multi\\/Bidirectional Fields<\\/li>\\n<li>Advanced Fields Validation<\\/li>\\n<li>Flexible Content as Page Builder<\\/li>\\n<li>Optimize metadata with Performance Mode<\\/li>\\n<li>Advanced Front-End Forms Manager<\\/li>\\n<li>ACF Options Pages \\/ Block Types Manager<\\/li>\\n<li>ACF &amp; WordPress Meta Overview<\\/li>\\n<li>WordPress Post Types \\/ Taxonomies Manager<\\/li>\\n<li>WordPress Options Manager<\\/li>\\n<li>WordPress Admin Enhancements<\\/li>\\n<li>WPML &amp; Polylang Multilingual support<\\/li>\\n<li>... And many more features<h3>&#x1f48e; Pro Highlight<\\/h3><\\/li>\\n<li>20+ New ACF Fields<\\/li>\\n<li>10+ ACF Fields Enhanced<\\/li>\\n<li>20+ New Locations<\\/li>\\n<li>Payment Field with Stripe &amp; PayPal Express<\\/li>\\n<li>Flexible Content Grid System<\\/li>\\n<li>Flexible Content Layouts Locations Rules<\\/li>\\n<li>Templates Manager<\\/li>\\n<li>Builtin Classic Editor<\\/li>\\n<li>Settings UI<\\/li>\\n<li>Screen Layouts<\\/li>\\n<li>Force Json Sync<\\/li>\\n<li>Field Visibility Settings<\\/li>\\n<li>Global Field Conditional Rules<\\/li>\\n<li>... And many more features<h3>&#x1f91f; Philosophy<\\/h3><\\/li>\\n<li>Seamless integration<\\/li>\\n<li>No extra menu, ads or notices<\\/li>\\n<li>Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\\">Website<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Documentation<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/guides\\\">Guides<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Roadmap<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">GitHub<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/ACFExtended\\\">Twitter<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/twitter.com\\/hwkfr\\\">Twitter<\\/a> (Personal)<\\/li>\\n<li><a href=\\\"https:\\/\\/slack.acf-extended.com\\\">Slack Community<\\/a><h3>&#x1f9f0; Tools<\\/h3><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/acf-extended\\/#faq\\\">FAQ<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Support<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\\">Feature Request<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/reviews\\/#new-post\\\">Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/ko-fi.com\\/acfextended\\\">Donation<\\/a><h3>&#x1f4c1; Field Groups<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nEnable advanced settings for all fields within the Field Group.<\\/li>\\n<\\/ul>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync PHP<\\/a><\\/strong>\\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync Json<\\/a><\\/strong>\\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/categories\\\">Categories<\\/a><\\/strong>\\nSpice up your field groups with a custom taxonomy and filter field groups by terms.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-key\\\">Custom Key<\\/a><\\/strong>\\nSet custom field group key. Example: <code>group_custom_name<\\/code>.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-meta\\\">Custom Meta<\\/a><\\/strong>\\nAdd custom metas (key\\/value) in the field group administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/display-title\\\">Display Title<\\/a><\\/strong>\\nDisplay an alternative field group title in post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/field-group-ui\\\">Field Group UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable enhancements to the Field Group UI for a better user experience.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/force-sync\\\">Force Sync<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAlways keep Json files synchronized with the Field Groups in the database.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/hide-on-screen\\\">Hide on Screen<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/instruction-placement\\\">Instructions Placement<\\/a><\\/strong>\\nNew instruction placements let you display field description &quot;above the fields&quot; or in a &quot;tooltip&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-post\\\">Location: Advanced Post<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-menu-item\\\">Location: Advanced Menu Item<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nTarget specific &quot;Menu Item Depth&quot; or &quot;Menu Item Type&quot; from the Field Groups Locations rules.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-taxonomy\\\">Location: Advanced Taxonomy Term<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/all-post-types\\\">Location: All post types<\\/a><\\/strong>\\nDisplay field groups on all post types edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/attachment-list\\\">Location: Attachment List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on attachment admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/dashboard\\\">Location: Dashboard Widgets<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups and update ACF Fields from the WP Dashboard.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/field-value\\\">Location: Field Value<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a field group based on the field value of an another field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-archive\\\">Location: Post type Archive<\\/a><\\/strong>\\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-list\\\">Location: Post type List<\\/a><\\/strong>\\nDisplay field group on post types admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/taxonomy-list\\\">Location: Taxonomy List<\\/a><\\/strong>\\nDisplay field group on taxonomies admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/user-list\\\">Location: User List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on user admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/woocommerce\\\">Location: Woocommerce<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on Woocommerce pages.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/wp-settings\\\">Location: WP Settings<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/\\\">Local Field Groups<\\/a><\\/strong>\\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php<\\/code> file, but not in the ACF UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/note\\\">Note<\\/a><\\/strong>\\nAdd a personal note in the field group administration. Only visible to administrators.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/raw-data\\\">Raw Data<\\/a><\\/strong>\\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nA more sophisticated field settings based on specified location (administration\\/front-end). Example: Field is required only in front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/advanced-validation\\\">Advanced Validation<\\/a><\\/strong>\\nA more sophisticated validation conditions (AND\\/OR) with custom error messages based on specified location (administration\\/front-end).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/bidirectional-fields\\\">Self\\/Multi\\/Bidirectional fields<\\/a><\\/strong>\\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-visibility\\\">Field Visibility<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet quick access to &quot;Field Visibility&quot;, &quot;Label Visibility&quot;, &quot;Instructions Visibility&quot; and &quot;Required Setting&quot; for the following screens: &quot;Everywhere&quot;, &quot;Front-end&quot; and &quot;Administration&quot;.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/global-condition\\\">Global Condition<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-instruction-placement\\\">Instruction Placement<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/instruction-read-more\\\">Instruction Read More<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAllow to expand instructions text with a &quot;Read More&quot; link. This feature is useful for lengthy instructions text.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/min-max\\\">Min\\/Max<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-raw-data\\\">Raw data<\\/a><\\/strong>\\nDisplay raw field data in a modal to check your configuration &amp; settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/required-message\\\">Required Message<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/advanced-link\\\">Advanced Link<\\/a><\\/strong>\\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-editor\\\">Block Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-types\\\">Block Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Block Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/button\\\">Button<\\/a><\\/strong>\\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/checkbox\\\">Checkbox<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/clone\\\">Clone<\\/a><\\/strong>\\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/code-editor\\\">Code Editor<\\/a><\\/strong>\\nEdit code using the native WP Core Codemirror library. Default languages: Text\\/HTML, Javascript, CSS, PHP mixed\\/plain.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/color-picker\\\">Color Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/columns\\\">Columns<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion\\/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/countries\\\">Countries<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Country selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/currencies\\\">Currencies<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Currency selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/datepicker\\\">Date\\/Timepicker<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/date-range-picker\\\">Date Range Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/dynamic-render\\\">Dynamic Render<\\/a><\\/strong>\\nDisplay custom HTML\\/PHP content using a simple named hook.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-groups-selector\\\">Field Groups<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-types\\\">Field Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/fields-selector\\\">Fields<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Fields selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/file\\\">File<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, enable multi file upload and dropzone.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/flexible-content\\\">Flexible Content<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\'s behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/forms\\\">Forms<\\/a><\\/strong>\\nSelect any dynamic form (format: checkbox, radio or select).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/google-map\\\">Google Map<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/recaptcha\\\">Google reCaptcha<\\/a><\\/strong>\\nDisplay a reCaptcha field (compatible v2 &amp; v3).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/group\\\">Group<\\/a><\\/strong>\\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/hidden-input\\\">Hidden Input<\\/a><\\/strong>\\nDisplay a hidden input with custom name\\/value<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image\\\">Image<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-selector\\\">Image Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Selector field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-sizes\\\">Image Sizes<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Sizes selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/languages\\\">Languages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menu-locations\\\">Menu Locations<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu Locations selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menus\\\">Menus<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/options-pages\\\">Options Pages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment\\\">Payment<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-cart\\\">Payment Cart<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Cart to easily setup an e-commerce solution.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-selector\\\">Payment Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Selector which let the user switch the payment gateway.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/phone-number\\\">Phone Number<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a fully customizable international Phone Number field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-field\\\">Post Field<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-formats\\\">Post Formats<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Post Format selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Post Object<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation\\/edit.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-statuses\\\">Post Status<\\/a><\\/strong>\\nSelect any post status (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-types\\\">Post Types<\\/a><\\/strong>\\nSelect any post type (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/radio\\\">Radio<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/relationship\\\">Relationship<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/repeater\\\">Repeater<\\/a><\\/strong>\\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/select\\\">Select<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChange the default &quot;Select&quot; placeholder text and Search Input placeholder and allow user to enter custom values.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/slug\\\">Slug<\\/a><\\/strong>\\nA slug text input (ie: <code>my-text-input<\\/code>).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/tab\\\">Tab<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomies\\\">Taxonomies<\\/a><\\/strong>\\nSelect any taxonomy (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomy-terms\\\">Taxonomy Terms<\\/a><\\/strong>\\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/templates-selector\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/textarea\\\">Textarea<\\/a><\\/strong>\\nSwitch font family to monospace and allow tab indent.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/true-false\\\">True\\/False<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nFive new styles have been added to the native True\\/False field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/user-roles\\\">User Roles<\\/a><\\/strong>\\nSelect any user role (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/wysiwyg-editor\\\">WYSIWYG Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-block-types\\\">Block Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/classic-editor\\\">Classic Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/developer-mode\\\">Developer Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-forms\\\">Forms<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce &quot;Actions&quot; for a complete control over the form behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-options-pages\\\">Options Pages UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/performance-mode\\\">Performance Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-post-types\\\">Post Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/rewrite-rules\\\">Rewrite Rules<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/scripts\\\">Scripts UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nRun custom scripts on thousands of posts. Including builtin &quot;Orphan Meta Cleaner&quot;, &quot;Script Launcher&quot; and &quot;Performance Converter&quot; scripts.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/settings-ui\\\">Settings UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-taxonomies\\\">Taxonomies UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/templates\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nManage default ACF values in an advanced way and sync templates with Json\\/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/ajax-author-box\\\">Ajax Author Box<\\/a><\\/strong>\\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/enhanced-ui\\\">Enhanced UI<\\/a><\\/strong>\\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS\\/JS only.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/polylang\\\">Polylang<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/screen-layouts\\\">Screen Layouts<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/wpml\\\">WPML<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/options\\\">WP Options<\\/a><\\/strong>\\nManage WordPress Options from the Settings &gt; Options page. Options value (strings, serialized &amp; Json) will be displayed in a readable form. Values can be edited or deleted.<h3>&#x2764;&#xfe0f; Early Supporters<\\/h3><\\/p>\\n<ul>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/AsmussenBrandon\\\">Brandon A.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/DamChtlv\\\">Damien C.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/Val_Pellegrin\\\">Valentin P.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to Damian P. for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/jsaarenk\\\">Jaakko S.<\\/a> for his support &amp; tests<\\/li>\\n<li>Thanks to <a href=\\\"https:\\/\\/twitter.com\\/altendorfme\\\">Renan A.<\\/a> for his support &amp; tests<h3>&#x1f970; Donors<\\/h3><\\/li>\\n<li>Thanks to RavenSays<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Rob H.<\\/li>\\n<li>Thanks to Valentin P.<\\/li>\\n<li>Thanks to Alan A.<\\/li>\\n<li>Thanks to Damian C.<\\/li>\\n<li>Thanks to Andrew<\\/li>\\n<li>Thanks to Kimantis<\\/li>\\n<li>Thanks to Anonymous<\\/li>\\n<li>Thanks to Chris<\\/li>\\n<li>Thanks to Dennis D.<\\/li>\\n<li>Thanks to Cody R.<\\/li>\\n<li>Thanks to Jamie<\\/li>\\n<li>Thanks to Dave A.<\\/li>\\n<li>Thanks to Paul M.<\\/li>\\n<li>Thanks to David B.<\\/li>\\n<li>Thanks to Swingjac<\\/li>\\n<li>Thanks to Erik<\\/li>\\n<li>Thanks to Giancarlo P.<\\/li>\\n<li>Thanks to Geuer M.<\\/li>\\n<\\/ul>\"],\"installation\":[\"<h4> Wordpress Install <\\/h4>\\n<ol>\\n<li>Install Advanced Custom Fields: Pro<\\/li>\\n<li>Upload the plugin files to the <code>\\/wp-content\\/plugins\\/acf-extended\\/<\\/code> directory, or install the plugin through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.<\\/li>\\n<li>Everything is ready!<\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 0.9.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Iframe&quot; feature<\\/li>\\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Responsive&quot; feature<\\/li>\\n<li>Field: Flexible Content - &quot;Dynamic Preview Iframe&quot; render previews in isolated iframes<\\/li>\\n<li>Field: Flexible Content - &quot;Dynamic Preview Responsive&quot; allows to switch container preview size<\\/li>\\n<li>Field: Address - Cleaned unused argument<\\/li>\\n<li>Field: Google Map - Added <code>acfe_render_google_map()<\\/code> compatibility with sub fields<\\/li>\\n<li>Field: Google Map - Enhanced <code>acfe_render_google_map()<\\/code> compatibility with Dynamic Preview<\\/li>\\n<li>Field: Radio - Fixed &quot;Custom Choice&quot; render<\\/li>\\n<li>Field: WYSIWYG - Enhanced <code>source_code<\\/code> modal reset stylesheet<\\/li>\\n<li>Field Group Location: Renamed &quot;Dashboard&quot; to &quot;WP Dashboard&quot; for consistency<\\/li>\\n<li>Module: Forms - Ajax submission now redraw form on submission<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Advanced Link - Enhanced malformed values handling<\\/li>\\n<li>Field: Flexible Content - Added <code>acfe\\/flexible\\/toggle_hide<\\/code> filter to control row visibility<\\/li>\\n<li>Field: reCaptcha - Enhanced error handling when using incorrect API key<\\/li>\\n<li>Field: Taxonomy Terms - Fixed ajax nonce verification when field is cloned<\\/li>\\n<li>Module: Forms - Enhanced File\\/Image\\/Gallery &quot;Uploaded To&quot; logic using related Form Action<\\/li>\\n<\\/ul>\\n<h4> 0.9.0.9 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.0.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Address - Added new Address Field<\\/li>\\n<li>Field: Address - Allows to enter\\/search an address with autocomplete (Google Places API)<\\/li>\\n<li>Field: Color Picker - Added &quot;Return Format: Slug&quot; setting<\\/li>\\n<li>Field: Color Picker - Added &quot;Slug&quot; &amp; &quot;RGBA Array&quot; into the &quot;Color Array&quot; return format<\\/li>\\n<li>Field: Color Picker - Added compatibility with CSS variables for &quot;Palette&quot; display<\\/li>\\n<li>Field: Color Picker - Added <code>editor-gradient-presets<\\/code> theme support<\\/li>\\n<li>Field: Date Range Picker - Enhanced compatibility with custom hooks<\\/li>\\n<li>Field: Date Range Picker - Allowed to clear to input manually when &quot;Allow null&quot; is enabled<\\/li>\\n<li>Field: Date Range Picker - Added &quot;x&quot; icon to clear the input when &quot;Allow null&quot; is enabled<\\/li>\\n<li>Field: Date Range Picker - Added &quot;Prepend&quot; &amp; &quot;Append&quot; settings<\\/li>\\n<li>Field: Google Map - Added <code>acfe_render_google_map()<\\/code> helper to display a map on front-end<\\/li>\\n<li>Field: Google Map - Fixed ACF UI settings sync when interacting with the Map Preview<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.0.9:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Fixed <code>get_row()<\\/code> &amp; <code>get_row_layout()<\\/code> usage in WP Admin preview<\\/li>\\n<li>Field: Taxonomy Terms - Fixed ajax nonce compatibility with ACF 6.3.10<\\/li>\\n<li>Field Group: Small UI\\/CSS tweaks<\\/li>\\n<\\/ul>\\n<h4> 0.9.0.8 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.0.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Phone Number - Fixed data when querying the &quot;Lightweight Phonenumber Library&quot;<\\/li>\\n<li>Field: Image Selector - Fixed images with parameters usage when using &quot;Multiple Select&quot;<\\/li>\\n<li>Field: Image Selector - Enhanced file extension detection when using images with parameters<\\/li>\\n<li>Field: Image Selector - Reworked image rendering using proper <code>&lt;img \\/&gt;<\\/code> with <code>object-fit<\\/code><\\/li>\\n<li>Module: Performance - Hybrid - Restoring a revision doesn\'t append meta references anymore<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.0.8:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_style()<\\/code> args<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_script()<\\/code> args<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Added <code>get_row_index()<\\/code> usage compatibility<\\/li>\\n<li>Field: Flexible Content - Dynamic Render - Fixed <code>WP_Query<\\/code> loop usage with <code>get_field()<\\/code><\\/li>\\n<li>Field: Icon Picker - Fixed &quot;Media Library&quot; image preview<\\/li>\\n<li>Module: Forms - Allowed usage of fields using the same name as fields in the back-end<\\/li>\\n<li>Module: Forms - Fixed field settings nonce verification compatibility with ACF 6.3.10<\\/li>\\n<li>Module: Performance - Ultra - Revisions are now supported when allowing specific post types<\\/li>\\n<li>Module: Performance - Ultra - Revisions are now compatible with &quot;Save as individual meta&quot;<\\/li>\\n<li>Module: Performance - Ultra - Enhanced &quot;Revision Comparison&quot; view with more readable data<\\/li>\\n<li>Module: Performance - Ultra - Enhanced <code>acf<\\/code> meta detection when the value is malformed<\\/li>\\n<li>Field Group: Location - Fixed warning when using third party location that is later uninstalled<\\/li>\\n<li>General: Enhanced <code>acfe_include()<\\/code> helper<\\/li>\\n<li>General: Fixed potentital PHP 8 warning with <code>acfe_starts_with()<\\/code> helper<\\/li>\\n<li>General: Updated WP 6.7 metabox order handle positioning<\\/li>\\n<li>General: Bump WP version up to 6.7<\\/li>\\n<\\/ul>\\n<h4> Version History <\\/h4>\\n<p>Full Changelog: <a href=\\\"https:\\/\\/www.acf-extended.com\\/changelog\\\">https:\\/\\/www.acf-extended.com\\/changelog<\\/a><\\/p>\"],\"plugin\":\"acf-extended-pro\\/acf-extended.php\",\"id\":\"acf-extended-pro\\/acf-extended.php\"}\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1211, 'blog_upload_space', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1213, 'relevanssi_admin_search', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1214, 'relevanssi_bg_col', '#ffaf75', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1215, 'relevanssi_cat', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1216, 'relevanssi_class', 'relevanssi-query-term', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1217, 'relevanssi_comment_boost', '0.75', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1218, 'relevanssi_content_boost', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1219, 'relevanssi_css', 'text-decoration: underline; color: #ff0000', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1220, 'relevanssi_db_version', 24, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1221, 'relevanssi_debugging_mode', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1222, 'relevanssi_default_orderby', 'relevance', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1223, 'relevanssi_disable_or_fallback', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1224, 'relevanssi_exact_match_bonus', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1225, 'relevanssi_excat', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1226, 'relevanssi_excerpt_allowable_tags', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1227, 'relevanssi_excerpt_custom_fields', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1228, 'relevanssi_excerpt_length', 30, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1229, 'relevanssi_excerpt_specific_fields', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1230, 'relevanssi_excerpt_type', 'words', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1231, 'relevanssi_excerpts', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1232, 'relevanssi_exclude_posts', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1233, 'relevanssi_expand_highlights', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1234, 'relevanssi_expand_shortcodes', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1235, 'relevanssi_extag', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1236, 'relevanssi_fuzzy', 'always', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1237, 'relevanssi_highlight', 'strong', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1238, 'relevanssi_highlight_comments', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1239, 'relevanssi_highlight_docs', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1240, 'relevanssi_hilite_title', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1241, 'relevanssi_implicit_operator', 'OR', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1242, 'relevanssi_index_author', 'off', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1243, 'relevanssi_index_comments', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1244, 'relevanssi_index_excerpt', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1245, 'relevanssi_index_fields', 'visible', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1246, 'relevanssi_index_image_files', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1247, 'relevanssi_index_post_types', 'a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:11:\"pf_document\";i:3;s:5:\"bogus\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1248, 'relevanssi_index_taxonomies_list', 'a:1:{i:0;s:8:\"category\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1249, 'relevanssi_indexed', 'done', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1250, 'relevanssi_log_queries', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1251, 'relevanssi_log_queries_with_ip', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1252, 'relevanssi_min_word_length', 2, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1253, 'relevanssi_omit_from_logs', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1254, 'relevanssi_polylang_all_languages', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1255, 'relevanssi_punctuation', 'a:4:{s:6:\"quotes\";s:7:\"replace\";s:7:\"hyphens\";s:7:\"replace\";s:10:\"ampersands\";s:7:\"replace\";s:8:\"decimals\";s:6:\"remove\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1256, 'relevanssi_respect_exclude', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1257, 'relevanssi_seo_noindex', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1258, 'relevanssi_show_matches', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1259, 'relevanssi_show_matches_text', '(Search hits: %body% in body, %title% in title, %categories% in categories, %tags% in tags, %taxonomies% in other taxonomies, %comments% in comments. Score: %score%)', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1260, 'relevanssi_stopwords', 'a:1:{s:5:\"en_US\";s:1890:\"a,about,above,across,after,afterwards,again,against,all,almost,alone,along,already,also,although,always,am,among,amongst,amoungst,amount,an,and,another,any,anyhow,anyone,anything,anyway,anywhere,are,around,as,at,back,be,became,because,become,becomes,becoming,been,before,beforehand,behind,below,beside,besides,between,beyond,bill,both,bottom,but,by,call,can,cannot,cant,co,con,could,couldnt,cry,de,describe,detail,do,done,down,due,during,each,eg,eight,either,eleven,else,elsewhere,empty,enough,etc,even,ever,every,everyone,everything,everywhere,except,few,fifteen,fifty,fill,find,fire,first,five,for,former,formerly,forty,found,four,from,front,full,further,get,give,go,had,has,hasnt,have,he,hence,her,here,hereafter,hereby,herein,hereupon,hers,herself,him,himself,his,how,however,hundred,ie,if,in,inc,indeed,interest,into,is,it,its,itself,keep,last,latter,latterly,least,less,ltd,made,many,may,me,meanwhile,might,mill,mine,more,moreover,most,mostly,move,much,must,my,myself,name,namely,neither,never,nevertheless,next,nine,no,nobody,none,noone,nor,not,nothing,now,nowhere,of,off,often,on,once,one,only,onto,or,other,others,otherwise,our,ours,ourselves,out,over,own,part,per,perhaps,please,put,rather,re,same,see,seem,seemed,seeming,seems,serious,several,she,should,show,side,since,sincere,six,sixty,so,some,somehow,someone,something,sometime,sometimes,somewhere,still,such,system,take,ten,than,that,the,their,them,themselves,then,thence,there,thereafter,thereby,therefore,therein,thereupon,these,they,thickv,thin,third,this,those,though,three,through,throughout,thru,thus,to,together,too,toward,towards,twelve,twenty,two,un,under,until,upon,us,very,via,was,we,were,what,whatever,when,whence,whenever,where,whereafter,whereas,whereby,wherein,whereupon,wherever,whether,which,while,whither,who,whoever,whole,whom,whose,why,will,with,within,without,would,yet,you,your,yours,yourself,yourselves\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1261, 'relevanssi_synonyms', 'a:1:{s:5:\"en_US\";s:13:\"signa = cigna\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1262, 'relevanssi_throttle', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1263, 'relevanssi_throttle_limit', 500, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1264, 'relevanssi_title_boost', 5, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1265, 'relevanssi_txt_col', '#ff0000', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1266, 'relevanssi_wpml_only_current', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1267, 'relevanssi_doc_count', 426, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1268, 'relevanssi_terms_count', 8960, 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1269, 'relevanssi_api_key', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1270, 'relevanssi_click_tracking', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1271, 'relevanssi_disable_shortcodes', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1272, 'relevanssi_do_not_call_home', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1273, 'relevanssi_hide_post_controls', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1274, 'relevanssi_index_pdf_parent', 'on', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1275, 'relevanssi_index_post_type_archives', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1276, 'relevanssi_index_subscribers', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1277, 'relevanssi_index_synonyms', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1278, 'relevanssi_index_taxonomies', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1279, 'relevanssi_index_terms', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1280, 'relevanssi_index_users', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1281, 'relevanssi_internal_links', 'noindex', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1282, 'relevanssi_link_boost', '0.75', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1283, 'relevanssi_link_pdf_files', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1284, 'relevanssi_max_excerpts', 1, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1285, 'relevanssi_mysql_columns', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1286, 'relevanssi_post_type_weights', '', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1287, 'relevanssi_read_new_files', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1288, 'relevanssi_redirects', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1289, 'relevanssi_related_settings', 'a:10:{s:7:\"enabled\";s:3:\"off\";s:6:\"number\";i:6;s:7:\"nothing\";s:7:\"nothing\";s:9:\"notenough\";s:6:\"random\";s:10:\"post_types\";s:4:\"post\";s:7:\"keyword\";s:5:\"title\";s:6:\"append\";s:0:\"\";s:16:\"cache_for_admins\";s:3:\"off\";s:6:\"months\";i:0;s:8:\"restrict\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1290, 'relevanssi_related_style', 'a:5:{s:5:\"width\";i:250;s:6:\"titles\";s:2:\"on\";s:8:\"excerpts\";s:3:\"off\";s:10:\"thumbnails\";s:2:\"on\";s:17:\"default_thumbnail\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1291, 'relevanssi_send_pdf_files', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1292, 'relevanssi_server_location', 'us', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1293, 'relevanssi_show_post_controls', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1294, 'relevanssi_spamblock', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1295, 'relevanssi_thousand_separator', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1296, 'relevanssi_trim_click_logs', 180, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1297, 'relevanssi_update_translations', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1298, 'relevanssi_recency_bonus', 'a:2:{s:5:\"bonus\";s:0:\"\";s:4:\"days\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1299, 'relevanssi_index_user_fields', '', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1300, 'relevanssi_user_count', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1301, 'relevanssi_taxterm_count', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1342, 'sep_exclude', 'a:15:{i:0;i:820;i:1;i:675;i:2;i:914;i:3;i:3;i:4;i:968;i:5;i:271;i:6;i:272;i:7;i:268;i:8;i:263;i:9;i:260;i:10;i:246;i:11;i:17;i:12;i:1112;i:13;i:908;i:14;i:1186;}', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373, 'dipi_show_clear_divi_cache_in_adminbar', 'on', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1374, 'dipi_social_media_quora', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1375, 'dipi_social_media_quora_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1376, 'dipi_social_media_quora_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1377, 'dipi_social_media_quora_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1378, 'dipi_social_media_tripadvisor', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1379, 'dipi_social_media_tripadvisor_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1380, 'dipi_social_media_tripadvisor_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1381, 'dipi_social_media_tripadvisor_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1382, 'dipi_social_media_twitch', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1383, 'dipi_social_media_twitch_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1384, 'dipi_social_media_twitch_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1385, 'dipi_social_media_twitch_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1386, 'dipi_social_media_yelp', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1387, 'dipi_social_media_yelp_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1388, 'dipi_social_media_yelp_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1389, 'dipi_social_media_yelp_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1390, 'dipi_social_media_spotify', '', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1391, 'dipi_social_media_spotify_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1392, 'dipi_social_media_spotify_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1393, 'dipi_social_media_spotify_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1394, 'dipi_adjust_anchor_links_pos_with_fixed_header', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1395, 'dipi_md_reveal', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1396, 'dipi_md_parallax_images', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1397, 'dipi_md_image_rotator', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1398, 'dipi_md_table_of_contents', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1399, 'dipi_md_advanced_divider', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1400, 'dipi_md_table_maker', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1401, 'dipi_md_accordion_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1402, 'dipi_md_animated_blurb', 'off', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1415, 'updraft_central_localkeys', 'a:4:{i:0;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEArz5mYDo/XvV7pS6+htvbHsUT4a8Jjs2HWAVF6T+kQeYblEIa\r\njrxYQy3OSUV/ppuUzQmjoh3cOrbYxtiuqNQePTrA4ZeCBWdW8NjYvsSfYzy6vlT8\r\n1+s9Y8iyTDNK3gbUcOmGfTZ7xJ5MK77JfQuk8WQftpyqpsqKd1HTNAJqua8TZs7k\r\nbBb8eNDNcSJRFSUNc5OqYShOeV+xLKueXaqsf1UfXAsnezjOn9P1eQN8Nrz5IBh0\r\nP9R+hCZ6z8Rktty+cWXASF7JzgZTpQE/jWroCOiebRIGXcbouAUVNEeRz3LBewKt\r\n9EZs0XJaP0EfPRIL1WbXUB5gpV593NlfZazDCwIDAQABAoIBABHvLeT9MQ0TzGKc\r\nRQ1iJKuieaVoF29Q42ADsiLry3CfDwV+Ol+PMO03G9xty2GOnIzbRq7JpYcwvUCk\r\nXkOS6cFUaPbtXXYWHFSrrIrhbnpmdaoS4olqXq7+lBiuSyQryMQBci0QTVxS4vK7\r\nJL2yWmAF4iT7JY/KPJ93dUjmUmvMLldM3JU6cGRyuO3fSvxNJrZ/mwPSm0ajqGy3\r\nMzV8NAgRyy529qllZu9cS5gXYLdomhfXgIZ1OtE0wWk51m0IhHzb6JlYqFRRM5rq\r\nV7sBTmafCeGOwyr2rSTN8OHu/MkDhvh5r8qq46SsQUBxyIqKRDdJl5di9JkTBzNi\r\novQdNvECgYEA8MxqFNZh/iG4vO8CXKR1UccNf2ohDcWU0mvqmQjTAhK5AAi1SLea\r\nP4qRGTFN8JHr5dSFLLBWDkDOtSl5gdiZij+FxqOnKEEz+Q2DEJp+IwCTPqUiDtUO\r\nQuyCiKGiP/lBloinSxzfPJ+OdwgbGYUS9dyBKI1QR2DtHozBwi6+s1MCgYEAuk6L\r\nSi4xDrgTxnAGMjaWgLdQVHA6xvjEOeyzb33bxKyWgH5/xmYGv3PMFH0ITapWzPiI\r\n6/TN0dhBuZa/i1AzCdnXhbbWe+qVNcEPnwAD9gGZVYdoNcKXb7qsldCF10aWi6D+\r\nW50rU8kBZSeJOWzs2a6go7FXR2miQaPD27T1MmkCgYEA4fVPzkHmLo0CR/iYZMrG\r\ndHivR9MVNVEk99fgir5nE1jyVP/W7WeszNeAlP1ZP9gOXtrwJSFLf5B86C8FID1a\r\nxwoYxG+pWfLljF2LkbcHilztzykyLmzrNw2s5/2UvSduzo1pPujW6pJnI3dtxqLD\r\nSgcjBCSnInPnznUTFN68gJUCgYAJdfOc0LutA6v9Z7Lo2dzKrIRnxUs2z2snhd2W\r\ny81dL2Z1H/ddG9E756V1ZOQHDZ9ayUQqt0O8ZD7yLbWMXYY5+dX39FDv+fmZwTQJ\r\n3vZUh8BBl56zHC6UfeZFtVEWnX8HmCVSgaixmIN5n4hYYi+k3jlKFrdX6QVUT/yi\r\nK45IAQKBgEUveN7yS+bqearBTMe7nKDmrFsT7kfA4n6QEjrsqIoPlruItTVnXndv\r\nc88YiJMHQPYv0qW44g0I/GgpNYlmYfXcgsohKiGRdVGl2MnmiJIa1kdu2VkI1Yiz\r\nC7o52ewrrdVzKuSzrmyIkcrxcEEhu1nzOkE4vGg6sjTjk+fFszeP\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717941669;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyFssQcNl1yOb+VL16C/m\r\nogOArxXjwSorzkJ6Xbw3siLrFy2RCm4s2W7rfpAI2KcOmDTZc6CTtcuVonKbe0lG\r\nsq2iucFQtYJDPN1Uv/owsptiswpkGE8t6pp6PNDbFvfLtwvZ/z2CZAA3zoIjdLCt\r\nOOrCbF0yyxy4HB5QuVDCmw3qcIOvhe/rBV4DALB3CtdyW5aFQ/8Jkbn7CHrZ7apH\r\nAy8FLVEeD9DEvsYDhdk+loTImJnfEqWDxfGyhfokXk8+Ot002jaYaGhh9KpWxkUm\r\nVccagJDZYBDDKL9e2G0gtI4CSDk87nb/ovHIQnlN+xS3twVSro9vJFctL8hCtQv9\r\nbQIDAQAB\r\n-----END PUBLIC KEY-----\";}i:1;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEAoBSwrRsrxBwI6bcCU4fRjq/EmcRAy1j5iBA2G2cRaYLDlrOr\r\nuqBH1yJzvh1qR+5OBL+piTRC9x4nOnu7GGLfvQ6AtcbZLbihvHFBKE9rRKdz28yh\r\n4wZlx9RQf7IrUOroIIbLXcy0HXNPmU6TK7xALzIEv5ROD5YXn+JLZomrL8YepTT0\r\n7Y/VYZn4j6TQDVnAp9dha4dTC3bIsY5fNEvAo8Zb7W6D+RQ+TaGU01JauTKTtnJs\r\nGTiN4VOzbffaTFIS9iCQht9c+Io5c9cMEoNMkj/OB1PyoIHCfAKC2qPGkHDsUR9U\r\noZ52Ra7rza8dBa8FFvLghjEBrlbsr8WdUNM9jwIDAQABAoIBABGplsDS0aZmrXkU\r\nDzamMrH6pMeOhtOo8odXupCVc69flTMIifcifiq3i2u7lSFwor0VZKBV2tmnQw7J\r\n3h/XsPYMJpln4kiQKZBAMr8+3AgMLdVfo7EH4K0GuQcN4oegE5KbLM8hqfHh6jNx\r\nHv3hXHeYnjuBIofHuL2UW1tp7zBrEAQrL61A7BMMVxJ04CC0d7Djfx7y4aR+3JiK\r\n1gMnqBc7XwmQWFr/7mmgEXpBD8McCRpJE0Pf/+TLgxazlMSJ50B2TiWN5v0/tHRA\r\nzH53zvsKEcgAvT/P3X65yQ9+OECVmKYBhZqUXAESPU35RZmfW4y6SjctfqinR6mI\r\nXlLIZfkCgYEAy9pE6zSDwgZMKQUCQJ3u0eu1X752xL/0qLu1GTggQqoHlEE3Y9CR\r\nxu4xjoWA7oCbeYnwm0eVqEfusVR1Mx9OYX83R+7b2gauLDbAynBGRfBC9tAN5PwP\r\nLSZpK6DvBuRNUXRvT3CBMD3i5FdsdMD0V27aeC8F39bnmZ8U16BbPIMCgYEAyQfu\r\nGKW7NAjn/LAO1nf/5Re2zjgy6U2USI2tbLdkseFoLKUM5H3kTlIk92NJ5iSzas+R\r\nTYKtj7fu30Fizxs34oUxxIJ8pEoGMSONZZgIFRUm+gzOjw6C5K/wFgDElTsjPh61\r\nWDVmQQ8LxuENG4JnKAG94kCXb6cBbAfx4jgJhQUCgYEAhY1iSZYGHD9z9gvKBfty\r\nUyVRloB53zzDVShk5TjYKdSrUn3HhCVI3EOBRBZC+f5X3bB5acHkUnON9a+XeP6x\r\noz5tQTtD3fsycNUOSZJ0960Ishpsf/CDINlhXav57VH1NcBKjIjwmmJxG5gK/hLM\r\nAdwmVUa5WoS5BvQp+3qbS3ECgYAfWKA0sar2GylpSl6V7JI3O7Jih3rQzCsCAS14\r\nlUQbRIWE6JuRCVxPJhnjhVThkPl0/zat+mFr1odlwoFQv/K/3Hr9JEehKnW6tct3\r\nevRPrUOtm8+dmOqqFBEArU/54QXGyu0F+xWdsWXpte/gST4ii9r6641xeH4NRVPf\r\nLVO2rQKBgGDslIepjpXXHdJsTalLxjXDcPUO4Xpr5slPA78zMAbnx7eHp8iwvDL+\r\nXRtVKFtreCGB93j/0t8RYPEvhPxzxGItFV1ku043Fbj+J0JWz3d8arknHMX4Afuq\r\nLqo1ee3Oju0ndpoR+mTKGGb9wMHfKG0I5A7O5qprqBdw/xBJsNLa\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717963264;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQLNLNCNOyBqoJUrECw5\r\ncuFEbGqXr5xE+SOQqA1LFvsb43oghGVdox7i9hkO0fagJqHOJ9bW1jzG+sUNXW1O\r\nPEIPExxrOCVVqQvKbtrgE3L+cotqIRadKMUFKJjWVRRxdbmJ04Rmaloa7b2ecq6O\r\nXIoqxNE1l4JL4DyPiqIun2zimxfQlpDZFZwLvPhajakvyOGShYDGfJDzuzUFcPds\r\n14F3qatdLTfbrEQXCmshtk4choEqE6RFn7LZxC13f9XU17YmFIfyllo3CNtrDdms\r\n/BB46UZ5sgL/9Hu779RMz87jA059oQjGxanmIGvkRdnrDvYgGmKS4kfhQG9+ms9X\r\nqwIDAQAB\r\n-----END PUBLIC KEY-----\";}i:2;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEA8oa1nVupRP/OecQ5OSEC6pFJSymDBzSHrEi9qdKUSIG9ErME\r\np9bm7Fb3rQE9gJHa3jdMeE1leDdLHEoOBe1SUqq5wGWqImOxWWp+eVVHc/vJzPWQ\r\nQh9Y16euWmWljLMom8TQis6Cl9WGSh64h3QMlOVPGTM6VCw2hRUSG3NMWibILEF0\r\nmTJwYFsmt9V5vAUgeCCFAhu6XeJzrJP659TiKd71ylAMnnTjUQVOOlXObSFxuaIV\r\nx40HJev3QUeqTVYbBdx61BDeUOB/HunaiWC0Xg7cMrsO6/GyErzxHLAOz1cOUEhK\r\nXwYddtX7/8HE1Yn0R/QURXEiZZlL/Q3smo6I7QIDAQABAoIBABqr0Fi+DhMxu5v+\r\nBZoABKFVuXT723ZFI1+Bv2Pn7dk8dVXTXKF1m38lwEalIoWbZLG37J+1SUGreQXj\r\nKgAiXYGMV3GubIOsKYKPGNoQlBNP/x0ca1EuP9e1j9HOqGJdCIv63MFLHScD+yj3\r\nEG2LCGAuiKCZluJPW26OxudAaobmUp4PfjhFDYhQ3riLTzkQSlU95LQr5c0B2tI1\r\no7hwS2QKkvJtP3VZikQ1wNSS31Vrb5xlrEn7SFbAqiFf5J9D7vhCH3go7uzLboyD\r\nMQO0lcalujHRC9PkkpAfJU9VnMkrGm7Ay6aMaLBStozsbwOYrA7sfLlqUO7HCiS9\r\nggBj+gECgYEA/6PHba9kVkGuXUGPqXTL+6TGgKeko6EgzGCMYJHX7EfjRtBASrL2\r\n+L6I7PArAYHeqrmHn0Ut9Yw9tZCjC+DiO5C4DutJ7WyGoxbekR21VoGiQ88HU9Ys\r\ntW8yq73Z91VB1ldPhjs7zwT/bF5AvE+pZCQcSqQCPKrUCjE4g3hOWu0CgYEA8t4z\r\nIyatI0ebKLGQI10O/EvfAUmZO7L002tOZ7nucF6kHmcAsTsi23DWy1KK65kDmrRL\r\nRzxeQherVJOGXW8/cjo4dJoBrcc0BxDM0L7qVcNdaER4vHauDTFqoBIpJD7CiKtz\r\nWS+2wxnnS51QMh/blbRPJYha00GGU9/utb6lJgECgYEAvk+aBuD8rG5HNWu6XKfz\r\nt4oKsPqcyagJd70kpDvO6Dr4St58DmA/Fh0aaHG/QmcBck2eVoa02UknI4TirNQk\r\n970cGRc2uQcDEGTVGmlod1cYiqyUQuh97jAzI8G5g7S3x67GKCLuuoZ49J8SSF5x\r\nt3hei36fn7R5GIFeFhm5E10CgYBqkW+U7AKq6V++8nMR4WKS+GPJN9dCJ9tf7cUA\r\npMhojE6tfHsESbOY4KGPpA+LI6A+QQCLKIUfsS0ftoAN/aO0ZrGhEHbOHwvIUend\r\navh+W3RgLTNhVx42ccmcpXtiCRvpRnod1171qycfuc6Xv/zlarIUAQoBis37fdZL\r\n73SeAQKBgE6yp54EjGixfWrzE8rABhO4NST/laP9S4RJQLEvO2ikxS16NClbsy/E\r\nrguAyKLRBzyqxGwiMVYmhPgd6e5sSkl5vCibjGy8WST5eBwnfCy3itpbmZ72JEkF\r\nHunp4pP3nf5ZGP5Jflbr4JNeq2/fnkCQFnfrgr3glafOfeiB+2Nl\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717963997;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArgEIgGQloTHOQwYrGod2\r\nYYJz64Y2KOdLb3H2KfvxlxvO5pPHrwfdBrheQ7ERR39x9iZ8UnuLndhE1Y+416l4\r\nf1MSVPab2oG/oDmsKzyPoTVrMBmIPyNMfm+RXTCC4LaOsJNv7rZRHyZB0tXZwn8J\r\ntm0s/H0l1NdGloIjNNAgggrVSxvKSZRNNmb7Hc64K6acT/ZPU9AxqN+g6sxEnFOS\r\nBzHwBZZBp6icqgkUbBAt3uxZp7NEy3W6bIDmg+vFCgLGenp+i5/0nIuQzI/j7Sz4\r\nrio6rUoWR2FQ2YI2Xs2eSRn+fCpAb0JvKBcQf2Q/73FaWfPj9tNfRUktq1qRykDW\r\nRwIDAQAB\r\n-----END PUBLIC KEY-----\";}i:3;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEAoTnrqsQUzFVjOraTxBXFrPPiHfRcnxN4uWJqOY7JHpPS4Jaf\r\nJ54m5cSObd1hqChT+4Qxn/jdSFdImnc8tVeHf4k0WQeMIFPWANZ/wqWtUlg/A4ea\r\nUXA/Pa/wZWWXuY9ZzneRjKchFiaC33Ez9kVZJ1tfw/F1ugjX9ltnadpk6FVS2r27\r\nPrzHtdWYi4CSBsfyXCfGy+OmgWg3uHaAbEm7qFIiC2Rl/WRYDPvuFN1Z4yrzwBtv\r\n43XerwHE2EJqIUCeN7A9Mvt3vB31SBFsTSKKjb/aTE+f7mSErWaevKpnaUvIKFjw\r\nie5pgQoqaq/nH8MrQqZd0Gb7kUPOCpdn/BXTgQIDAQABAoIBAC3bG3xmaMP1RVPd\r\nugl7Z83ZT+bVKcLU9vFDXJMiWXGo+cGHFZ1fDhEr5pa48J2zWq+e2b52OfnpWW0V\r\nnN63FoLfs1PfIavQLH3whEYIeVOCZenLF8kx88rHz8gHLTBJ5XEj8PHgVzjFm1OS\r\nDwVsk/7trj883g8blNEtDiy9QRYTOnkOFsdmZaLCSMNosdrcenoePXqPugsAkAtQ\r\nNiRvcW1xSyfnuq/kr4Eg9Y2T89hWuBoF+/ScuZ0rGYAlcd/M5GYg/Qru2isicgL8\r\nI2Z5h82pKnaYdEHf1nyHdBSEwQMPRP+zOHxDJijz2bprqdoWxoOWvIpO4MYCjZ6i\r\nW2VDJ0ECgYEA3zs7rUSB4byJBSVtzD7Q4+i11OOJyLAjoS79hQMbF3TyEZP2yGfQ\r\nopS0eZ2VkqTafBKA+qv41SY1M50DrSIf+dAbovnPqSzh3qxSN+tHY85hn4Q80r98\r\nyzBAqlcO1LRvaR11gXQU2u2Gs+67xd4MrpV7hr/vzrcY6B0KjCGr6XcCgYEAuOSb\r\n/IrcAqJkXpUUBMxh/2r5pDe3ad2lyEFkvur5KdjN0UYqjvoCByJaexQLxOCPFoqw\r\nyhyPhR0Pf0cgKpN4e0VyR2+5QD+8BIPSA8iEmLHzUrybVQ/dgGfcjWSbf0MHxQRn\r\nKsCmUtwcXeWTYnDy6G160xg4LTl9eLMZWzL9aMcCgYBordISMinlvQ9TxnVybZJv\r\nDVUW+4xE+7P5hZuEoCw4F7Lb41K6L1R6qNjonqjhF0UNIXAyHCqXaU9RYLO0oGf2\r\nMUyEZDio0E8qqAv2BPJ5LvJAZzZObVULwxjPx/tAa0xDMnlDtzeAYhnkjnKnGrU/\r\nuQEv8xl1Cg836UZk5/VBiQKBgHKxbYn1YZFIx1Zcx/RKDKhy5bVW0rIbSpG07xf3\r\njuTElrgw/ImA0O04BETBJKPWYSyskApwOR9r7YcYyf1fSae+ZqulxJb0cl+ing62\r\nvnoyOSyjzv+vPco/o3Maa9M/83vlxVGh/Ar+e6JLnWe9hRFliIGWTpLPTOQoxZvr\r\nP4NVAoGBANKnWQ05W/Z9wnxlRTtMQep1it92xXEcvWMrLFxU1C0nLz6y7+0NsbTJ\r\nxkATEhruh1spLmUMUy9K1UJfPvYWsjIOH0Sm/d8KjvY7OYxt8jJBRTqdjkPGHFI0\r\nGDznbFzhm19PI+ywo1GgtPjYixmbDNqtBhTKFIfNXMAl/cJR5o64\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717964030;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn6GfHH2nXY07LsNIaUuc\r\nRXON2Qrdm++DMtTXJLRvE5EwlfU7Sr/zJuxDNVWMNy73oiPei3VoXRZqFuP+Nt1U\r\nN7vtRllReghbIOprGBUZR0Be2W0KheYuIdzE8Bm9xS71SNh+NweN2lQzjeTQ9zLm\r\npkltdRcIJQAo/vV4U72klPcEpGwWmOSIl3YggoeeMgGnd2Wv5gL5URzeHuL7LFi9\r\nRbqHk9yJhT5UkfCU13aicBmcEAt2ul+S7nx4k9j2gwRIvi0lSwXgTnC2LtH7Al1C\r\nSRIfE097nkHjWWHrNdpDVUQy1ff+ZAFU1EQv/FrarhfbcAy0z9NU3r9YhzXZIew+\r\nHQIDAQAB\r\n-----END PUBLIC KEY-----\";}}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1416, 'updraftplus_unlocked_fd', 1, 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1417, 'updraftplus_last_lock_time_fd', '2025-03-11 19:08:32', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1418, 'updraftplus_semaphore_fd', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1419, 'updraft_last_scheduled_fd', 1741720111, 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1420, 'updraft_lock_e2f2c85b7b1a', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1426, 'relevanssi_trim_logs', '0', 'yes');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1427, 'relevanssi_hide_branding', 'on', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1436, 'updraft_lock_3826df803ebf', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1495, 'updraft_lock_a7ef90e3056e', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1529, 'et_divi_builder_presets_history_meta', 'a:1:{s:5:\"index\";s:1:\"0\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1530, 'et_divi_builder_presets_history_item_0', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39c13092-8f78-4190-95b9-956e6631a6df\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"CF Benefits Center slider\";s:7:\"created\";i:1729481166520;s:7:\"updated\";i:1729481166520;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"header_font\";s:21:\"Montserrat|300|||||||\";s:16:\"header_font_size\";s:4:\"51px\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ef8e805b-6a23-4d48-beac-86c037006669\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"SLIDER - image L blue R\";s:7:\"created\";i:1729481315968;s:7:\"updated\";i:1729481315968;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":88:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\";s:22:\"background_image_phone\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"3b667377-0968-42d9-9688-085149b7ea13\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"slider L image horiz lt green\";s:7:\"created\";i:1729601282227;s:7:\"updated\";i:1729601282227;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:97:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"29118def-2483-4270-8d26-15bcc1b9228d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Slider Mercer link\";s:7:\"created\";i:1729622923887;s:7:\"updated\";i:1729622923887;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/test-image.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"e6f9a3d7-8929-4613-95b3-9146785068e1\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"2025 OE slider\";s:7:\"created\";i:1729646736233;s:7:\"updated\";i:1729646736233;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#015846\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1729646736966;s:5:\"label\";s:24:\"Preset Created For Slide\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1531, 'et_divi_builder_presets_history_item_1', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":16:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1728227639751;s:5:\"label\";s:22:\"Preset Created For Row\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1532, 'et_divi_builder_presets_history_item_2', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1728227674117;s:5:\"label\";s:23:\"Preset Created For Text\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1533, 'et_divi_builder_presets_history_item_3', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39c13092-8f78-4190-95b9-956e6631a6df\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"CF Benefits Center slider\";s:7:\"created\";i:1729481166520;s:7:\"updated\";i:1729481166520;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":8:{s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"header_font\";s:21:\"Montserrat|300|||||||\";s:16:\"header_font_size\";s:4:\"51px\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ef8e805b-6a23-4d48-beac-86c037006669\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"SLIDER - image L blue R\";s:7:\"created\";i:1729481315968;s:7:\"updated\";i:1729481315968;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":88:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\";s:22:\"background_image_phone\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1729481316154;s:5:\"label\";s:24:\"Preset Created For Slide\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1534, 'et_divi_builder_presets_history_item_4', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":14:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}}}}s:4:\"time\";i:1695005385000;s:5:\"label\";s:20:\"Imported From Layout\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1535, 'et_divi_builder_presets_history_item_5', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":15:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1695036814365;s:5:\"label\";s:25:\"Preset Created For Button\";}', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1536, 'updraft_lock_7086054af6c2', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1554, 'updraft_lock_eec504f25929', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1623, 'updraft_lock_cbcb2b169e9f', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1755, 'wpe_feature_flags', 'a:4:{s:29:\"showUpdateProviderHealthPanel\";b:1;s:23:\"showCurrentUpdateSource\";b:1;s:25:\"showUpdateSourceSelection\";b:1;s:19:\"allowSourceOverride\";b:1;}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1756, 'wpe_feature_flags_expiration', 1772914572, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1759, 'updraft_lock_88afb0925ed4', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1766, 'wpe_notices', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1767, 'wpe_notices_expiration', 1772751390, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1777, 'layout_category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1892, 'updraft_lock_7f7c568548d5', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1947, 'updraft_lock_6d6a9cba007c', '0', 'no');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2322, 'dipi_facebook_page_token_secret', '5cefb79d-5f78-4ece-a6c9-2479eef6f8a6', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2323, 'dipi_filterable_grid_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2324, 'dipi_needs_permalink_flushing', '0', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2325, 'dipi_testimonials_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2326, 'dipi_popupmaker_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2327, 'dipi_faq_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2328, 'dipi_fix_library_permalinks', 1, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2329, 'qlse_settings', 'a:1:{s:7:\"entries\";a:8:{s:4:\"post\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:4:\"page\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:37:{i:0;i:820;i:1;i:675;i:2;i:914;i:3;i:3;i:4;i:271;i:5;i:272;i:6;i:268;i:7;i:263;i:8;i:260;i:9;i:246;i:10;i:17;i:11;i:1112;i:12;i:908;i:13;i:1186;i:14;i:455;i:15;i:839;i:16;i:550;i:17;i:413;i:18;i:424;i:19;i:166;i:20;i:462;i:21;i:492;i:22;i:534;i:23;i:408;i:24;i:383;i:25;i:402;i:26;i:494;i:27;i:1223;i:28;i:404;i:29;i:376;i:30;i:399;i:31;i:419;i:32;i:450;i:33;i:1346;i:34;i:446;i:35;i:499;i:36;i:527;}}s:7:\"project\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:16:\"dipi_testimonial\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:16:\"dipi_popup_maker\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:11:\"pf_document\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:2:{i:0;i:968;i:1;i:1195;}}s:8:\"dipi_faq\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:10:\"attachment\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}}}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2364, 'wp_3_user_roles', 'a:4:{s:16:\"matomo_view_role\";a:2:{s:4:\"name\";s:11:\"Matomo View\";s:12:\"capabilities\";a:3:{s:11:\"view_matomo\";b:1;s:4:\"read\";b:1;s:20:\"view_admin_dashboard\";b:1;}}s:17:\"matomo_write_role\";a:2:{s:4:\"name\";s:12:\"Matomo Write\";s:12:\"capabilities\";a:3:{s:12:\"write_matomo\";b:1;s:4:\"read\";b:1;s:20:\"view_admin_dashboard\";b:1;}}s:17:\"matomo_admin_role\";a:2:{s:4:\"name\";s:12:\"Matomo Admin\";s:12:\"capabilities\";a:3:{s:12:\"admin_matomo\";b:1;s:4:\"read\";b:1;s:20:\"view_admin_dashboard\";b:1;}}s:21:\"matomo_superuser_role\";a:2:{s:4:\"name\";s:17:\"Matomo Super User\";s:12:\"capabilities\";a:3:{s:16:\"superuser_matomo\";b:1;s:4:\"read\";b:1;s:20:\"view_admin_dashboard\";b:1;}}}', 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2365, 'matomo-roles-setup', 1, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2367, 'matomo-referral-dismissed', 1744491965, 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2370, 'matomo-install-date', 1747085123, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2371, 'matomo-install-version', '5.3.0', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2372, 'matomo-user-login-1', 'cfibenefits', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2373, 'matomo-user-login-3', 'simbco', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2374, 'matomo-user-login-2', 'sharris', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2375, 'matomo-matomo_salt', 'krxhwtp6uw36mgem5cr1zlfk9whubxp4', 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2376, 'matomo-option', 'a:4:{s:29:\"instance-components-installed\";s:950:\"{\"core\":1,\"CoreVue\":1,\"CorePluginsAdmin\":1,\"CoreAdminHome\":1,\"CoreHome\":1,\"WebsiteMeasurable\":1,\"IntranetMeasurable\":1,\"Diagnostics\":1,\"CoreVisualizations\":1,\"Proxy\":1,\"API\":1,\"Transitions\":1,\"LanguagesManager\":1,\"Actions\":1,\"Dashboard\":1,\"Referrers\":1,\"UserLanguage\":1,\"DevicesDetection\":1,\"Goals\":1,\"Ecommerce\":1,\"SEO\":1,\"Events\":1,\"UserCountry\":1,\"GeoIp2\":1,\"VisitsSummary\":1,\"VisitFrequency\":1,\"VisitTime\":1,\"VisitorInterest\":1,\"RssWidget\":1,\"Monolog\":1,\"Login\":1,\"UsersManager\":1,\"SitesManager\":1,\"Installation\":1,\"CoreUpdater\":1,\"CoreConsole\":1,\"ScheduledReports\":1,\"UserCountryMap\":1,\"Live\":1,\"PrivacyManager\":1,\"ImageGraph\":1,\"Annotations\":1,\"MobileMessaging\":1,\"Overlay\":1,\"SegmentEditor\":1,\"Insights\":1,\"Morpheus\":1,\"Contents\":1,\"BulkTracking\":1,\"Resolution\":1,\"DevicePlugins\":1,\"Heartbeat\":1,\"Intl\":1,\"UserId\":1,\"CustomJsTracker\":1,\"Tour\":1,\"PagePerformance\":1,\"CustomDimensions\":1,\"JsTrackerInstallCheck\":1,\"FeatureFlags\":1,\"WordPress\":1}\";s:13:\"tracking_code\";s:761:\"<!-- Matomo --><script>\n(function () {\nfunction initTracking() {\nvar _paq = window._paq = window._paq || [];\n_paq.push([\'trackPageView\']);_paq.push([\'enableLinkTracking\']);_paq.push([\'alwaysUseSendBeacon\']);_paq.push([\'setTrackerUrl\', \"\\/\\/cftotalrewards.com\\/uk\\/wp-content\\/plugins\\/matomo\\/app\\/matomo.php\"]);_paq.push([\'setSiteId\', \'1\']);var d=document, g=d.createElement(\'script\'), s=d.getElementsByTagName(\'script\')[0];\ng.type=\'text/javascript\'; g.async=true; g.src=\"\\/\\/cftotalrewards.com\\/uk\\/wp-content\\/uploads\\/sites\\/3\\/matomo\\/matomo.js\"; s.parentNode.insertBefore(g,s);\n}\nif (document.prerendering) {\n	document.addEventListener(\'prerenderingchange\', initTracking, {once: true});\n} else {\n	initTracking();\n}\n})();\n</script>\n<!-- End Matomo Code -->\";s:13:\"noscript_code\";s:0:\"\";s:25:\"last_tracking_code_update\";i:1770025405;}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2377, 'matomo-before-cron-matomo_scheduled_archive', 1772995269, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2378, 'matomo-plugin-version-matomo', '5.6.1', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2379, 'matomo-after-cron-matomo_scheduled_archive', 1772995270, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2380, 'wpesu-plugin-better-search-replace-expiry', 1749680151, 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2381, 'wpesu-plugin-better-search-replace', '{\n  \"name\": \"Better Search Replace\",\n  \"slug\": \"better-search-replace\",\n  \"version\": \"1.4.10\",\n  \"author\": \"<a href=\\\"https://bettersearchreplace.com\\\">WP Engine</a>\",\n  \"author_profile\": \"https://profiles.wordpress.org/wpengine/\",\n  \"requires\": \"3.0.1\",\n  \"tested\": \"6.8\",\n  \"requires_php\": \"\",\n  \"rating\": 86,\n  \"ratings\": {\n    \"1\": 70,\n    \"2\": 17,\n    \"3\": 10,\n    \"4\": 14,\n    \"5\": 415\n  },\n  \"num_ratings\": 526,\n  \"support_threads\": 7,\n  \"support_threads_resolved\": 1,\n  \"active_installs\": 1000000,\n  \"downloaded\": 0,\n  \"last_updated\": \"2025-04-14 12:34pm GMT\",\n  \"added\": \"2015-01-06\",\n  \"homepage\": \"https://bettersearchreplace.com\",\n  \"short_description\": \"\",\n  \"description\": \"<p>When moving your WordPress site to a new domain or server, you will likely run into a need to run a search/replace on the database for everything to work correctly. Fortunately, there are several plugins available for this task, however, all have a different approach to a few key features. This plugin consolidates the best features from these plugins, incorporating the following features in one simple plugin:</p>\\n<ul>\\n<li>Serialization support for all tables</li>\\n<li>The ability to select specific tables</li>\\n<li>The ability to run a &#8220;dry run&#8221; to see how many fields will be updated</li>\\n<li>No server requirements aside from a running installation of WordPress</li>\\n<li>WordPress Multisite support</li>\\n</ul>\\n<blockquote>\\n<p><strong>Time-saving features available in the Pro version:</strong></p>\\n<ul>\\n<li>View exactly what changed during a search/replace</li>\\n<li>Backup and import the database while running a search/replace</li>\\n<li>Priority email support from the developer of the plugin</li>\\n<li>Save or load custom profiles for quickly repeating a search/replace in the future</li>\\n<li>Support and updates for 1 year</li>\\n</ul>\\n<p><strong><a href=\\\"https://bettersearchreplace.com/\\\" rel=\\\"nofollow ugc\\\">Learn more about Better Search Replace Pro</a></strong></p>\\n</blockquote>\\n<p>The search and replace functionality is heavily based on interconnect/it&#8217;s great and open-source Search Replace DB script, modified to use WordPress native database functions to ensure compatibility.</p>\\n<p><strong>Supported Languages</strong></p>\\n<ul>\\n<li>English</li>\\n<li>French</li>\\n<li>German</li>\\n<li>Spanish</li>\\n</ul>\\n<p><strong>Want to contribute?</strong></p>\\n<p>Feel free to open an issue or submit a pull request on <a href=\\\"https://github.com/deliciousbrains/better-search-replace/\\\" rel=\\\"nofollow ugc\\\">GitHub</a>.</p>\\n\",\n  \"download_link\": \"https://wpe-plugin-updates.wpengine.com/better-search-replace/better-search-replace.1.4.10.zip\",\n  \"tags\": {\n    \"search-and-replace\": \"search and replace\",\n    \"search-replace\": \"search replace\",\n    \"search-replace-database\": \"search replace database\",\n    \"update-database-urls\": \"update database urls\",\n    \"update-live-url\": \"update live url\"\n  },\n  \"donate_link\": \"\",\n  \"contributors\": {\n    \"wpengine\": {\n      \"profile\": \"https://profiles.wordpress.org/wpengine/\",\n      \"avatar\": \"https://secure.gravatar.com/avatar/6d44461b684d2f3d8f6fcf3d657cb889?s=96&d=monsterid&r=g\",\n      \"display_name\": \"WP Engine\"\n    },\n    \"deliciousbrains\": {\n      \"profile\": \"https://profiles.wordpress.org/deliciousbrains/\",\n      \"avatar\": \"https://secure.gravatar.com/avatar/c55b6dfd266f44f127170d402922e485?s=96&d=monsterid&r=g\",\n      \"display_name\": \"Delicious Brains\"\n    },\n    \"mattshaw\": {\n      \"profile\": \"https://profiles.wordpress.org/mattshaw/\",\n      \"avatar\": \"https://secure.gravatar.com/avatar/c0ec3df5b2d5cf25ca1ab1fc3fdbe270?s=96&d=monsterid&r=g\",\n      \"display_name\": \"Matt Shaw\"\n    }\n  },\n  \"icons\": [\n    \"https://wpe-plugin-updates.wpengine.com/better-search-replace/assets/icon-128x128.png\",\n    \"https://wpe-plugin-updates.wpengine.com/better-search-replace/assets/icon-256x256.png\"\n  ],\n  \"sections\": {\n    \"description\": \"<p>When moving your WordPress site to a new domain or server, you will likely run into a need to run a search/replace on the database for everything to work correctly. Fortunately, there are several plugins available for this task, however, all have a different approach to a few key features. This plugin consolidates the best features from these plugins, incorporating the following features in one simple plugin:</p>\\n<ul>\\n<li>Serialization support for all tables</li>\\n<li>The ability to select specific tables</li>\\n<li>The ability to run a &#8220;dry run&#8221; to see how many fields will be updated</li>\\n<li>No server requirements aside from a running installation of WordPress</li>\\n<li>WordPress Multisite support</li>\\n</ul>\\n<blockquote>\\n<p><strong>Time-saving features available in the Pro version:</strong></p>\\n<ul>\\n<li>View exactly what changed during a search/replace</li>\\n<li>Backup and import the database while running a search/replace</li>\\n<li>Priority email support from the developer of the plugin</li>\\n<li>Save or load custom profiles for quickly repeating a search/replace in the future</li>\\n<li>Support and updates for 1 year</li>\\n</ul>\\n<p><strong><a href=\\\"https://bettersearchreplace.com/\\\" rel=\\\"nofollow ugc\\\">Learn more about Better Search Replace Pro</a></strong></p>\\n</blockquote>\\n<p>The search and replace functionality is heavily based on interconnect/it&#8217;s great and open-source Search Replace DB script, modified to use WordPress native database functions to ensure compatibility.</p>\\n<p><strong>Supported Languages</strong></p>\\n<ul>\\n<li>English</li>\\n<li>French</li>\\n<li>German</li>\\n<li>Spanish</li>\\n</ul>\\n<p><strong>Want to contribute?</strong></p>\\n<p>Feel free to open an issue or submit a pull request on <a href=\\\"https://github.com/deliciousbrains/better-search-replace/\\\" rel=\\\"nofollow ugc\\\">GitHub</a>.</p>\\n\",\n    \"installation\": \"<p>Install Better Search Replace like you would install any other WordPress plugin.</p>\\n<p>Dashboard Method:</p>\\n<ol>\\n<li>Login to your WordPress admin and go to Plugins -&gt; Add New</li>\\n<li>Type &#8220;Better Search Replace&#8221; in the search bar and select this plugin</li>\\n<li>Click &#8220;Install&#8221;, and then &#8220;Activate Plugin&#8221;</li>\\n</ol>\\n<p>Upload Method:</p>\\n<ol>\\n<li>Unzip the plugin and upload the &#8220;better-search-replace&#8221; folder to your &#8216;wp-content/plugins&#8217; directory</li>\\n<li>Activate the plugin through the Plugins menu in WordPress</li>\\n</ol>\\n\",\n    \"faq\": \"\\n<dt id=\'using%20better%20search%20replace\'>\\nUsing Better Search Replace\\n</h4>\\n<p>\\n<p>Once activated, Better Search Replace will add a page under the &#8220;Tools&#8221; menu page in your WordPress admin.</p>\\n</p>\\n<dt id=\'is%20my%20host%20supported%3F\'>\\nIs my host supported?\\n</h4>\\n<p>\\n<p>Yes! This plugin should be compatible with any host.</p>\\n</p>\\n<dt id=\'can%20i%20damage%20my%20site%20with%20this%20plugin%3F\'>\\nCan I damage my site with this plugin?\\n</h4>\\n<p>\\n<p>Yes! Entering a wrong search or replace string could damage your database. Because of this, it is always advisable to have a backup of your database before using this plugin.</p>\\n</p>\\n<dt id=\'how%20does%20this%20work%20on%20wordpress%20multisite%3F\'>\\nHow does this work on WordPress Multisite?\\n</h4>\\n<p>When this plugin is installed on a WordPress multisite network:</p>\\n<ul>\\n<li>Subsite administrators can only search and replace within tables that belong to that subsite by visiting Dashboard &gt; Tools &gt; Better Search Replace from WP Admin of the subsite.</li>\\n<li>Network administrators (i.e. Super Admins) and administrators of the primary site can search and replace across all tables in the multisite network by visiting Dashboard &gt; Tools &gt; Better Search Replace from WP Admin of the primary site.</li>\\n</ul>\\n<p>To change which users have access to the plugin, the user capability can be modified via code using the <code>bsr_capability</code> filter.</p>\\n<dt id=\'how%20can%20i%20use%20this%20plugin%20when%20changing%20urls%3F\'>\\nHow can I use this plugin when changing URLs?\\n</h4>\\n<p>\\n<p>If you&#8217;re moving your site from one server to another and changing the URL of your WordPress installation, the approach below allows you to do so easily without affecting the old site:</p>\\n<ol>\\n<li>Backup the database on your current site</li>\\n<li>Install the database on your new host</li>\\n<li>On the new host, define the new site URL in the <code>wp-config.php</code> file, as shown <a href=\\\"https://codex.wordpress.org/Changing_The_Site_URL#Edit_wp-config.php\\\" rel=\\\"nofollow ugc\\\">here</a></li>\\n<li>Log in at your new admin URL and run Better Search Replace on the old site URL for the new site URL</li>\\n<li>Delete the site_url constant you added to <code>wp-config.php</code>. You may also need to regenerate your .htaccess by going to Settings -&gt; Permalinks and saving the settings.</li>\\n</ol>\\n<p>More information on moving WordPress can be found <a href=\\\"https://codex.wordpress.org/Moving_WordPress\\\" rel=\\\"nofollow ugc\\\">here</a>.</p>\\n</p>\\n\\n\",\n    \"changelog\": \"<h4>1.4.10 &#8211; January 14, 2025</h4>\\n<ul>\\n<li>Fix: Improved security and stability</li>\\n</ul>\\n<h4>1.4.9 &#8211; October 4, 2024</h4>\\n<ul>\\n<li>Security: The plugin now uses its own update mechanism from WP Engine servers</li>\\n<li>New: Dependencies have been updated</li>\\n</ul>\\n<h4>1.4.7 &#8211; May 30, 2024</h4>\\n<ul>\\n<li>Fix: The case-insensitive setting once again allows case-insensitive strings to be matched within serialized data, fixing a regression introduced in version 1.4.6</li>\\n</ul>\\n<h4>1.4.6 &#8211; April 17, 2024</h4>\\n<ul>\\n<li>Changed: Serialized text strings are now only deserialized when containing a match, resulting in faster performance</li>\\n<li>Security: Table names are now escaped when displaying search results</li>\\n</ul>\\n<h4>1.4.5 &#8211; January 18, 2024</h4>\\n<ul>\\n<li>Security: Unserializing an object during search and replace operations now passes <code>\'allowed_classes\' =&gt; false</code> to avoid instantiating the object and potentially running malicious code stored in the database (thanks to Wordfence for responsible disclosure on December 18, 2023 followed by development and testing of the fix by WP Engine)</li>\\n<li>Fix: A regression in version 1.4.4 which caused some search results to be skipped has been fixed to ensure only numeric keyed objects are skipped</li>\\n</ul>\\n<h4>1.4.4 &#8211; December 14, 2023</h4>\\n<ul>\\n<li>Fix: Objects with numerical properties are now skipped to avoid causing errors</li>\\n</ul>\\n<h4>1.4.3 &#8211; September 5, 2023</h4>\\n<ul>\\n<li>New: Links to plugin documentation, support, feedback, and changelog are now available in the footer of WP Admin</li>\\n<li>Improvement: PHP 8.2 and Better Search Replace are now compatible</li>\\n</ul>\\n<h4>1.4.2 &#8211; January 11, 2023</h4>\\n<ul>\\n<li>Security: Arbitrary tab templates in the <code>templates</code> directory can no longer be loaded using a query parameter.</li>\\n</ul>\\n<h4>1.4.1 &#8211; July 25, 2022</h4>\\n<ul>\\n<li>Security: Selected tables are now confirmed to exist before processing the request</li>\\n</ul>\\n<h4>1.4 &#8211; April 7, 2022</h4>\\n<ul>\\n<li>New: Better Search Replace has a brand new user interface</li>\\n<li>Improvement: Default capability required to use the plugin has changed from &#8220;install_plugins&#8221; to &#8220;manage_options&#8221; for compatibility with DISALLOW_FILE_MODS</li>\\n</ul>\\n<h4>1.3.4 &#8211; December 7, 2020</h4>\\n<ul>\\n<li>Improvement: WordPress 5.6 and PHP 8 compatible</li>\\n<li>Fix: Strings that have been serialized twice showing up as false-positives</li>\\n</ul>\\n<h4>1.3.3 &#8211; February 26, 2019</h4>\\n<ul>\\n<li>Fix: Some special characters interfering with search/replace</li>\\n<li>Security: Pass template filenames through <code>sanitize_file_name()</code></li>\\n<li>Security: Verify nonce when downloading diagnostic info</li>\\n</ul>\\n<h4>1.3.2 &#8211; January 3, 2018</h4>\\n<ul>\\n<li>Fix: Only one table searched on some environments (props @Ov3rfly)</li>\\n<li>Tweak: Update text in sidebar</li>\\n</ul>\\n<h4>1.3.1 &#8211; September 14, 2017</h4>\\n<ul>\\n<li>Security: Check if data is serialized before unserializing it</li>\\n<li>Improvement: Increased size of table select</li>\\n</ul>\\n<h4>1.3 &#8211; November 10, 2016</h4>\\n<ul>\\n<li>Improvement: Updated sidebar and added pro version discount</li>\\n<li>Fix: Outdated links to old website</li>\\n<li>Fix: Prevent requests to invalid tabs</li>\\n</ul>\\n<h4>1.2.10 &#8211; June 2, 2016</h4>\\n<ul>\\n<li>Fix: CSS not loaded on details page</li>\\n</ul>\\n<h4>1.2.9 &#8211; December 8, 2015</h4>\\n<ul>\\n<li>Fix: Bug with case-insensitive searches in serialized objects</li>\\n<li>Fix: Bug with early skip due to lack of primary key</li>\\n</ul>\\n<h4>1.2.8 &#8211; November 25, 2015</h4>\\n<ul>\\n<li>Fix: Bug with report details</li>\\n</ul>\\n<h4>1.2.7 &#8211; November 24, 2015</h4>\\n<ul>\\n<li>Fix: Untranslateable string</li>\\n<li>Tweak: Check BSR_PATH instead of ABSPATH to be consistent</li>\\n<li>Tested with 4.4</li>\\n</ul>\\n<h4>1.2.6</h4>\\n<ul>\\n<li>Removed unused code/small cleanup</li>\\n</ul>\\n<h4>1.2.5</h4>\\n<ul>\\n<li>Improved progress bar info and styles</li>\\n<li>Small cleanup</li>\\n</ul>\\n<h4>1.2.4</h4>\\n<ul>\\n<li>Added &#8220;Settings saved&#8221; notice when saving settings</li>\\n<li>Fixed bug with wp_magic_quotes interfering with some search strings</li>\\n</ul>\\n<h4>1.2.3</h4>\\n<ul>\\n<li>Fixed bug with searching for backslashes</li>\\n<li>Fixed potential bug with getting tables in large multisites</li>\\n<li>Fixed potential notice in append_report</li>\\n<li>Improved handling of missing primary keys</li>\\n</ul>\\n<h4>1.2.2</h4>\\n<ul>\\n<li>Fixed AJAX conflict with WooCommerce</li>\\n<li>Fixed a few issues with translations</li>\\n<li>Tweaked &#8220;System Info&#8221; to use get_locale() instead of WP_LANG constant</li>\\n<li>Updated German translation (props @Linus Ziegenhagen)</li>\\n</ul>\\n<h4>1.2.1</h4>\\n<ul>\\n<li>Fixed minor issue with display of progress bar</li>\\n<li>Updated translation file</li>\\n</ul>\\n<h4>1.2</h4>\\n<ul>\\n<li>Switched to AJAX bulk processing for search/replaces</li>\\n<li>Decreased minimum &#8220;Max Page Size&#8221; to 1000</li>\\n<li>Added &#8220;Help&#8221; tab with system info for easier troubleshooting</li>\\n</ul>\\n<h4>1.1.1</h4>\\n<ul>\\n<li>Added ability to change max page size</li>\\n<li>Decreased default page size to prevent white screen issue on some environments</li>\\n</ul>\\n<h4>1.1</h4>\\n<ul>\\n<li>Added ability to change capability required to use plugin</li>\\n<li>Small bugfixes and translation fixes</li>\\n</ul>\\n<h4>1.0.6</h4>\\n<ul>\\n<li>Added table sizes to the database table listing</li>\\n<li>Added French translation (props @Jean Philippe)</li>\\n</ul>\\n<h4>1.0.5</h4>\\n<ul>\\n<li>Added support for case-insensitive searches</li>\\n<li>Added German translation (props @Linus Ziegenhagen)</li>\\n</ul>\\n<h4>1.0.4</h4>\\n<ul>\\n<li>Potential security fixes</li>\\n</ul>\\n<h4>1.0.3</h4>\\n<ul>\\n<li>Fixed issue with searching for special characters like &#8216;\\\\&#8217;</li>\\n<li>Fixed bug with replacing some objects</li>\\n</ul>\\n<h4>1.0.2</h4>\\n<ul>\\n<li>Fixed untranslateable strings on submit button and submenu page.</li>\\n</ul>\\n<h4>1.0.1</h4>\\n<ul>\\n<li>Fixed issue with loading translations and added Spanish translation (props Eduardo Larequi)</li>\\n<li>Fixed bug with reporting timing</li>\\n<li>Updated to use &#8220;Dry Run&#8221; as default</li>\\n<li>Added support for WordPress Multisite (see FAQs for more info)</li>\\n</ul>\\n<h4>1.0</h4>\\n<ul>\\n<li>Initial release</li>\\n</ul>\\n\",\n    \"screenshots\": \"<ol><li><a href=\\\"https://ps.w.org/better-search-replace/assets/screenshot-1.png?rev=2706527\\\"><img src=\\\"https://ps.w.org/better-search-replace/assets/screenshot-1.png?rev=2706527\\\" alt=\\\"The Better Search Replace page added to the &quot;Tools&quot; menu\\\"></a><p>The Better Search Replace page added to the \\\"Tools\\\" menu</p></li><li><a href=\\\"https://ps.w.org/better-search-replace/assets/screenshot-2.png?rev=2706527\\\"><img src=\\\"https://ps.w.org/better-search-replace/assets/screenshot-2.png?rev=2706527\\\" alt=\\\"After running a search/replace dry-run.\\\"></a><p>After running a search/replace dry-run.</p></li></ol>\",\n    \"reviews\": \"<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">No need messing with MySQL any more</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/aaronlkh/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4bb18e06b273dc5bb060186dedd51238?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4bb18e06b273dc5bb060186dedd51238?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/aaronlkh/\\\" class=\\\"reviewer-name\\\">aaronlkh</a> on <span class=\\\"review-date\\\">September 21, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>This plug-in saves me the trouble of using SQL to search and replace in MySQL database. Free version worked well for my use case. A reminder that the best practice is backing up the database before using anything like this.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Such a Powerful Plugin</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/lumiblog/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f5bee397738a30c6fd24a75b80d09679?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f5bee397738a30c6fd24a75b80d09679?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/lumiblog/\\\" class=\\\"reviewer-name\\\">Patrick Lumumba <small>(lumiblog)</small></a> on <span class=\\\"review-date\\\">September 17, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Here is the thing.</p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>I had changed my blog\'s domain name and had issues with the images still on the old domain name. So, they were not loading. At all. </p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>So, I went to ask uncle ChatGPT how to solve the issue. He told me I should try this plugin, and he was even generous enough to give me the instructions. In less than a minute, my issue was resolved. </p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>5 stars from me.</p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Thanks. </p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Easy to use</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/tastymouse/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/419d685eefe2cdfefa03eed25aa2525e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/419d685eefe2cdfefa03eed25aa2525e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/tastymouse/\\\" class=\\\"reviewer-name\\\">tastymouse</a> on <span class=\\\"review-date\\\">August 26, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>I have been using this plugin for years but apparently forgot to write a review, while I\'m always happy using it. It\'s a very handy tool to replace a bunch or url\'s</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">doeas nothing</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/vincentd15/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9269b1f6c6135971dadb1d533d5ed0be?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/9269b1f6c6135971dadb1d533d5ed0be?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/vincentd15/\\\" class=\\\"reviewer-name\\\">vincentd15</a> on <span class=\\\"review-date\\\">August 7, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Does nothing on my installation, no error no success message, no update on database, juste reload the page when you it the button</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Didn&#039;t work for shortcode replacement</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/michellefilmla/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8980fbf4c8c2f67e1107b026077382b9?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8980fbf4c8c2f67e1107b026077382b9?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/michellefilmla/\\\" class=\\\"reviewer-name\\\">michelle_film <small>(michellefilmla)</small></a> on <span class=\\\"review-date\\\">August 2, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Maybe it is the free version, but it did not work for replacing a short code with a new one.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Dangerous bug!</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/wavefrontdesign/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8367331fd0c2beb69c45e3b8821bd0f2?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8367331fd0c2beb69c45e3b8821bd0f2?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/wavefrontdesign/\\\" class=\\\"reviewer-name\\\">wavefrontdesign</a> on <span class=\\\"review-date\\\">July 13, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Seriously?! This really got me some headaches. You don\'t seem to test your tool properly. Dry run is the default option, I love it! But also checking the box above (replace GUIDs) overrules this dry run option silently! It\'s still checked, but the tool will change your actual database! Unacceptable.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Saves a ton of time</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/karlgallucks/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b260ece24ecb07e35dcea01ad0522b7c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/b260ece24ecb07e35dcea01ad0522b7c?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/karlgallucks/\\\" class=\\\"reviewer-name\\\">karlgallucks</a> on <span class=\\\"review-date\\\">June 28, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Very useful when you need to edit the same text in a lot of posts. Thanks!</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">You need pay</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/konekopress/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6d54c99e8ba1af4cffbbe5475b794ee0?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/6d54c99e8ba1af4cffbbe5475b794ee0?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/konekopress/\\\" class=\\\"reviewer-name\\\">konekopress</a> on <span class=\\\"review-date\\\">June 14, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>You need pay for use it.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Useless unless you pay</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/consortchorale/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/73e857d89dd88afad154c6e22323f531?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/73e857d89dd88afad154c6e22323f531?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/consortchorale/\\\" class=\\\"reviewer-name\\\">consortchorale</a> on <span class=\\\"review-date\\\">June 9, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Its a bait &amp; switch.  They say nothing in their \\\"free\\\" version description about there even being a paid version.  All the free version will tell you is how many replacements will happen.  But it won\'t show you what they are.  So its not safe to use, and their description is misleading.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">It does the job well</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"4 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"4\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/skylabb/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4163ad18ab864c8e6e8aff102b410ef1?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4163ad18ab864c8e6e8aff102b410ef1?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/skylabb/\\\" class=\\\"reviewer-name\\\">Steven <small>(skylabb)</small></a> on <span class=\\\"review-date\\\">May 26, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>This plugin gets the job done as described. The progress indicator bar is a good feature. Search result details are only available in paid version.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n\"\n  }\n}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2382, 'wpe_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:8:\"response\";a:5:{s:29:\"divi-booster/divi-booster.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:12:\"divi-booster\";s:11:\"new_version\";s:5:\"4.8.3\";s:7:\"package\";s:54:\"https://d3mraia2v9t5x8.cloudfront.net/divi-booster.zip\";s:2:\"id\";i:0;s:3:\"url\";N;s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:6:\"plugin\";s:29:\"divi-booster/divi-booster.php\";}s:33:\"acf-extended-pro/acf-extended.php\";O:8:\"stdClass\":30:{s:11:\"new_version\";s:5:\"0.9.1\";s:14:\"stable_version\";s:5:\"0.9.1\";s:4:\"name\";s:16:\"ACF Extended Pro\";s:4:\"slug\";s:12:\"acf-extended\";s:3:\"url\";s:72:\"https://www.acf-extended.com/?download=acf-extended-pro&#038;changelog=1\";s:12:\"last_updated\";s:19:\"2024-12-19 11:18:38\";s:8:\"homepage\";s:28:\"https://www.acf-extended.com\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:8:\"sections\";a:4:{s:11:\"description\";s:30844:\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.</p>\n<p><strong>This plugin requires at least ACF Pro 5.8.</strong>\nIf you don\'t already own <a href=\"https://www.advancedcustomfields.com/pro/\">ACF Pro</a>, you should consider it. It\'s one of the most powerful WordPress plugin available.</p>\n<h3>&#x2b50; Highlight</h3>\n<ul>\n<li>14+ New ACF Fields</li>\n<li>10+ ACF Fields Enhanced</li>\n<li>4+ New Field Groups Locations</li>\n<li>Self/Multi/Bidirectional Fields</li>\n<li>Advanced Fields Validation</li>\n<li>Flexible Content as Page Builder</li>\n<li>Optimize metadata with Performance Mode</li>\n<li>Advanced Front-End Forms Manager</li>\n<li>ACF Options Pages / Block Types Manager</li>\n<li>ACF &amp; WordPress Meta Overview</li>\n<li>WordPress Post Types / Taxonomies Manager</li>\n<li>WordPress Options Manager</li>\n<li>WordPress Admin Enhancements</li>\n<li>WPML &amp; Polylang Multilingual support</li>\n<li>... And many more features<h3>&#x1f48e; Pro Highlight</h3></li>\n<li>20+ New ACF Fields</li>\n<li>10+ ACF Fields Enhanced</li>\n<li>20+ New Locations</li>\n<li>Payment Field with Stripe &amp; PayPal Express</li>\n<li>Flexible Content Grid System</li>\n<li>Flexible Content Layouts Locations Rules</li>\n<li>Templates Manager</li>\n<li>Builtin Classic Editor</li>\n<li>Settings UI</li>\n<li>Screen Layouts</li>\n<li>Force Json Sync</li>\n<li>Field Visibility Settings</li>\n<li>Global Field Conditional Rules</li>\n<li>... And many more features<h3>&#x1f91f; Philosophy</h3></li>\n<li>Seamless integration</li>\n<li>No extra menu, ads or notices</li>\n<li>Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links</h3></li>\n<li><a href=\"https://www.acf-extended.com\">Website</a></li>\n<li><a href=\"https://www.acf-extended.com/features\">Documentation</a></li>\n<li><a href=\"https://www.acf-extended.com/guides\">Guides</a></li>\n<li><a href=\"https://www.acf-extended.com/roadmap\">Roadmap</a></li>\n<li><a href=\"https://github.com/acf-extended/ACF-Extended\">GitHub</a></li>\n<li><a href=\"https://twitter.com/ACFExtended\">Twitter</a></li>\n<li><a href=\"https://twitter.com/hwkfr\">Twitter</a> (Personal)</li>\n<li><a href=\"https://slack.acf-extended.com\">Slack Community</a><h3>&#x1f9f0; Tools</h3></li>\n<li><a href=\"https://wordpress.org/plugins/acf-extended/#faq\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/acf-extended\">Support</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/acf-extended\">Feature Request</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/acf-extended/reviews/#new-post\">Reviews</a></li>\n<li><a href=\"https://ko-fi.com/acfextended\">Donation</a><h3>&#x1f4c1; Field Groups</h3>\n<strong><a href=\"https://www.acf-extended.com/features/field-groups/advanced-settings\">Advanced Settings</a></strong>\nEnable advanced settings for all fields within the Field Group.</li>\n</ul>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/autosync\">Auto Sync PHP</a></strong>\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/autosync\">Auto Sync Json</a></strong>\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/categories\">Categories</a></strong>\nSpice up your field groups with a custom taxonomy and filter field groups by terms.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/custom-key\">Custom Key</a></strong>\nSet custom field group key. Example: <code>group_custom_name</code>.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/custom-meta\">Custom Meta</a></strong>\nAdd custom metas (key/value) in the field group administration.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/display-title\">Display Title</a></strong>\nDisplay an alternative field group title in post edition screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/field-group-ui\">Field Group UI</a></strong> <strong>(PRO)</strong>\nEnable enhancements to the Field Group UI for a better user experience.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/force-sync\">Force Sync</a></strong> <strong>(PRO)</strong>\nAlways keep Json files synchronized with the Field Groups in the database.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/hide-on-screen\">Hide on Screen</a></strong> <strong>(FREE / PRO)</strong>\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/instruction-placement\">Instructions Placement</a></strong>\nNew instruction placements let you display field description &quot;above the fields&quot; or in a &quot;tooltip&quot;.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/advanced-post\">Location: Advanced Post</a></strong> <strong>(PRO)</strong>\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/advanced-menu-item\">Location: Advanced Menu Item</a></strong> <strong>(PRO)</strong>\nTarget specific &quot;Menu Item Depth&quot; or &quot;Menu Item Type&quot; from the Field Groups Locations rules.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/advanced-taxonomy\">Location: Advanced Taxonomy Term</a></strong> <strong>(PRO)</strong>\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/all-post-types\">Location: All post types</a></strong>\nDisplay field groups on all post types edition screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/attachment-list\">Location: Attachment List</a></strong> <strong>(PRO)</strong>\nDisplay field group on attachment admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/dashboard\">Location: Dashboard Widgets</a></strong> <strong>(PRO)</strong>\nDisplay field groups and update ACF Fields from the WP Dashboard.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/field-value\">Location: Field Value</a></strong> <strong>(PRO)</strong>\nDisplay a field group based on the field value of an another field group.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/post-type-archive\">Location: Post type Archive</a></strong>\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/post-type-list\">Location: Post type List</a></strong>\nDisplay field group on post types admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/taxonomy-list\">Location: Taxonomy List</a></strong>\nDisplay field group on taxonomies admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/user-list\">Location: User List</a></strong> <strong>(PRO)</strong>\nDisplay field group on user admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/woocommerce\">Location: Woocommerce</a></strong> <strong>(PRO)</strong>\nDisplay field groups on Woocommerce pages.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/wp-settings\">Location: WP Settings</a></strong> <strong>(PRO)</strong>\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/\">Local Field Groups</a></strong>\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php</code> file, but not in the ACF UI.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/note\">Note</a></strong>\nAdd a personal note in the field group administration. Only visible to administrators.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/permissions\">Permissions</a></strong>\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/raw-data\">Raw Data</a></strong>\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings</h3>\n<strong><a href=\"https://www.acf-extended.com/features/field-settings/field-advanced-settings\">Advanced Settings</a></strong>\nA more sophisticated field settings based on specified location (administration/front-end). Example: Field is required only in front-end.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/advanced-validation\">Advanced Validation</a></strong>\nA more sophisticated validation conditions (AND/OR) with custom error messages based on specified location (administration/front-end).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/bidirectional-fields\">Self/Multi/Bidirectional fields</a></strong>\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-visibility\">Field Visibility</a></strong> <strong>(PRO)</strong>\nGet quick access to &quot;Field Visibility&quot;, &quot;Label Visibility&quot;, &quot;Instructions Visibility&quot; and &quot;Required Setting&quot; for the following screens: &quot;Everywhere&quot;, &quot;Front-end&quot; and &quot;Administration&quot;.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/global-condition\">Global Condition</a></strong> <strong>(PRO)</strong>\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-instruction-placement\">Instruction Placement</a></strong> <strong>(PRO)</strong>\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/instruction-read-more\">Instruction Read More</a></strong> <strong>(PRO)</strong>\nAllow to expand instructions text with a &quot;Read More&quot; link. This feature is useful for lengthy instructions text.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/min-max\">Min/Max</a></strong> <strong>(PRO)</strong>\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-permissions\">Permissions</a></strong>\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-raw-data\">Raw data</a></strong>\nDisplay raw field data in a modal to check your configuration &amp; settings.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/required-message\">Required Message</a></strong> <strong>(PRO)</strong>\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields</h3>\n<strong><a href=\"https://www.acf-extended.com/features/fields/advanced-link\">Advanced Link</a></strong>\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/block-editor\">Block Editor</a></strong> <strong>(PRO)</strong>\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/block-types\">Block Types</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Block Types selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/button\">Button</a></strong>\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/checkbox\">Checkbox</a></strong> <strong>(FREE / PRO)</strong>\nDefine grouped choices values using <code>## Title</code> markup in the field\'s choices.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/clone\">Clone</a></strong>\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/code-editor\">Code Editor</a></strong>\nEdit code using the native WP Core Codemirror library. Default languages: Text/HTML, Javascript, CSS, PHP mixed/plain.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/color-picker\">Color Picker</a></strong> <strong>(PRO)</strong>\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/columns\">Columns</a></strong> <strong>(FREE / PRO)</strong>\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/countries\">Countries</a></strong> <strong>(PRO)</strong>\nDisplay a Country selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/currencies\">Currencies</a></strong> <strong>(PRO)</strong>\nDisplay a Currency selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/datepicker\">Date/Timepicker</a></strong> <strong>(FREE / PRO)</strong>\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/date-range-picker\">Date Range Picker</a></strong> <strong>(PRO)</strong>\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/dynamic-render\">Dynamic Render</a></strong>\nDisplay custom HTML/PHP content using a simple named hook.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/field-groups-selector\">Field Groups</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/field-types\">Field Types</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Field Types selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/fields-selector\">Fields</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Fields selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/file\">File</a></strong> <strong>(FREE / PRO)</strong>\nChoose the uploader type, enable multi file upload and dropzone.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/flexible-content\">Flexible Content</a></strong> <strong>(FREE / PRO)</strong>\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\'s behavior.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/forms\">Forms</a></strong>\nSelect any dynamic form (format: checkbox, radio or select).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/google-map\">Google Map</a></strong> <strong>(PRO)</strong>\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/recaptcha\">Google reCaptcha</a></strong>\nDisplay a reCaptcha field (compatible v2 &amp; v3).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/group\">Group</a></strong>\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/hidden-input\">Hidden Input</a></strong>\nDisplay a hidden input with custom name/value</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/image\">Image</a></strong> <strong>(FREE / PRO)</strong>\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/image-selector\">Image Selector</a></strong> <strong>(PRO)</strong>\nDisplay an Image Selector field.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/image-sizes\">Image Sizes</a></strong> <strong>(PRO)</strong>\nDisplay an Image Sizes selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/languages\">Languages</a></strong> <strong>(PRO)</strong>\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/menu-locations\">Menu Locations</a></strong> <strong>(PRO)</strong>\nDisplay a Menu Locations selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/menus\">Menus</a></strong> <strong>(PRO)</strong>\nDisplay a Menu selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/options-pages\">Options Pages</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/payment\">Payment</a></strong> <strong>(PRO)</strong>\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/payment-cart\">Payment Cart</a></strong> <strong>(PRO)</strong>\nDisplay an optional Payment Cart to easily setup an e-commerce solution.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/payment-selector\">Payment Selector</a></strong> <strong>(PRO)</strong>\nDisplay an optional Payment Selector which let the user switch the payment gateway.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/phone-number\">Phone Number</a></strong> <strong>(PRO)</strong>\nDisplay a fully customizable international Phone Number field.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-field\">Post Field</a></strong> <strong>(PRO)</strong>\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-formats\">Post Formats</a></strong> <strong>(PRO)</strong>\nDisplay a Post Format selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features\">Post Object</a></strong> <strong>(FREE / PRO)</strong>\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation/edit.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-statuses\">Post Status</a></strong>\nSelect any post status (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-types\">Post Types</a></strong>\nSelect any post type (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/radio\">Radio</a></strong> <strong>(FREE / PRO)</strong>\nDefine grouped choices values using <code>## Title</code> markup in the field\'s choices.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/relationship\">Relationship</a></strong> <strong>(PRO)</strong>\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/repeater\">Repeater</a></strong>\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/select\">Select</a></strong> <strong>(FREE / PRO)</strong>\nChange the default &quot;Select&quot; placeholder text and Search Input placeholder and allow user to enter custom values.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/slug\">Slug</a></strong>\nA slug text input (ie: <code>my-text-input</code>).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/tab\">Tab</a></strong> <strong>(PRO)</strong>\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/taxonomies\">Taxonomies</a></strong>\nSelect any taxonomy (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/taxonomy-terms\">Taxonomy Terms</a></strong>\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/templates-selector\">Templates</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/textarea\">Textarea</a></strong>\nSwitch font family to monospace and allow tab indent.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/true-false\">True/False</a></strong> <strong>(PRO)</strong>\nFive new styles have been added to the native True/False field.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/user-roles\">User Roles</a></strong>\nSelect any user role (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/wysiwyg-editor\">WYSIWYG Editor</a></strong> <strong>(PRO)</strong>\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules</h3>\n<strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-block-types\">Block Types UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json/PHP files.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/classic-editor\">Classic Editor</a></strong> <strong>(PRO)</strong>\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/developer-mode\">Developer Mode</a></strong> <strong>(FREE / PRO)</strong>\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-forms\">Forms</a></strong> <strong>(FREE / PRO)</strong>\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce &quot;Actions&quot; for a complete control over the form behavior.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-options-pages\">Options Pages UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json/PHP files.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/performance-mode\">Performance Mode</a></strong> <strong>(FREE / PRO)</strong>\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-post-types\">Post Types UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json/PHP files.</p>\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etcâ€¦</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/rewrite-rules\">Rewrite Rules</a></strong> <strong>(PRO)</strong>\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/scripts\">Scripts UI</a></strong> <strong>(PRO)</strong>\nRun custom scripts on thousands of posts. Including builtin &quot;Orphan Meta Cleaner&quot;, &quot;Script Launcher&quot; and &quot;Performance Converter&quot; scripts.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/settings-ui\">Settings UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-taxonomies\">Taxonomies UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json/PHP files.</p>\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etcâ€¦</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/templates\">Templates</a></strong> <strong>(PRO)</strong>\nManage default ACF values in an advanced way and sync templates with Json/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress</h3>\n<strong><a href=\"https://www.acf-extended.com/features/wordpress/ajax-author-box\">Ajax Author Box</a></strong>\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/enhanced-ui\">Enhanced UI</a></strong>\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS/JS only.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/polylang\">Polylang</a></strong>\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/screen-layouts\">Screen Layouts</a></strong> <strong>(PRO)</strong>\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/wpml\">WPML</a></strong>\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/options\">WP Options</a></strong>\nManage WordPress Options from the Settings &gt; Options page. Options value (strings, serialized &amp; Json) will be displayed in a readable form. Values can be edited or deleted.<h3>&#x2764;&#xfe0f; Early Supporters</h3></p>\n<ul>\n<li>Thanks to <a href=\"https://twitter.com/AsmussenBrandon\">Brandon A.</a> for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/DamChtlv\">Damien C.</a> for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/Val_Pellegrin\">Valentin P.</a> for his support &amp; tests</li>\n<li>Thanks to Damian P. for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/jsaarenk\">Jaakko S.</a> for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/altendorfme\">Renan A.</a> for his support &amp; tests<h3>&#x1f970; Donors</h3></li>\n<li>Thanks to RavenSays</li>\n<li>Thanks to Dave A.</li>\n<li>Thanks to Rob H.</li>\n<li>Thanks to Valentin P.</li>\n<li>Thanks to Alan A.</li>\n<li>Thanks to Damian C.</li>\n<li>Thanks to Andrew</li>\n<li>Thanks to Kimantis</li>\n<li>Thanks to Anonymous</li>\n<li>Thanks to Chris</li>\n<li>Thanks to Dennis D.</li>\n<li>Thanks to Cody R.</li>\n<li>Thanks to Jamie</li>\n<li>Thanks to Dave A.</li>\n<li>Thanks to Paul M.</li>\n<li>Thanks to David B.</li>\n<li>Thanks to Swingjac</li>\n<li>Thanks to Erik</li>\n<li>Thanks to Giancarlo P.</li>\n<li>Thanks to Geuer M.</li>\n</ul>\";s:12:\"installation\";s:353:\"<h4> Wordpress Install </h4>\n<ol>\n<li>Install Advanced Custom Fields: Pro</li>\n<li>Upload the plugin files to the <code>/wp-content/plugins/acf-extended/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.</li>\n<li>Everything is ready!</li>\n</ol>\";s:9:\"changelog\";s:5450:\"<h4> 0.9.1 </h4>\n<p><strong>ACF Extended Pro 0.9.1:</strong></p>\n<ul>\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Iframe&quot; feature</li>\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Responsive&quot; feature</li>\n<li>Field: Flexible Content - &quot;Dynamic Preview Iframe&quot; render previews in isolated iframes</li>\n<li>Field: Flexible Content - &quot;Dynamic Preview Responsive&quot; allows to switch container preview size</li>\n<li>Field: Address - Cleaned unused argument</li>\n<li>Field: Google Map - Added <code>acfe_render_google_map()</code> compatibility with sub fields</li>\n<li>Field: Google Map - Enhanced <code>acfe_render_google_map()</code> compatibility with Dynamic Preview</li>\n<li>Field: Radio - Fixed &quot;Custom Choice&quot; render</li>\n<li>Field: WYSIWYG - Enhanced <code>source_code</code> modal reset stylesheet</li>\n<li>Field Group Location: Renamed &quot;Dashboard&quot; to &quot;WP Dashboard&quot; for consistency</li>\n<li>Module: Forms - Ajax submission now redraw form on submission</li>\n</ul>\n<p><strong>ACF Extended Basic 0.9.1:</strong></p>\n<ul>\n<li>Field: Advanced Link - Enhanced malformed values handling</li>\n<li>Field: Flexible Content - Added <code>acfe/flexible/toggle_hide</code> filter to control row visibility</li>\n<li>Field: reCaptcha - Enhanced error handling when using incorrect API key</li>\n<li>Field: Taxonomy Terms - Fixed ajax nonce verification when field is cloned</li>\n<li>Module: Forms - Enhanced File/Image/Gallery &quot;Uploaded To&quot; logic using related Form Action</li>\n</ul>\n<h4> 0.9.0.9 </h4>\n<p><strong>ACF Extended Pro 0.9.0.9:</strong></p>\n<ul>\n<li>Field: Address - Added new Address Field</li>\n<li>Field: Address - Allows to enter/search an address with autocomplete (Google Places API)</li>\n<li>Field: Color Picker - Added &quot;Return Format: Slug&quot; setting</li>\n<li>Field: Color Picker - Added &quot;Slug&quot; &amp; &quot;RGBA Array&quot; into the &quot;Color Array&quot; return format</li>\n<li>Field: Color Picker - Added compatibility with CSS variables for &quot;Palette&quot; display</li>\n<li>Field: Color Picker - Added <code>editor-gradient-presets</code> theme support</li>\n<li>Field: Date Range Picker - Enhanced compatibility with custom hooks</li>\n<li>Field: Date Range Picker - Allowed to clear to input manually when &quot;Allow null&quot; is enabled</li>\n<li>Field: Date Range Picker - Added &quot;x&quot; icon to clear the input when &quot;Allow null&quot; is enabled</li>\n<li>Field: Date Range Picker - Added &quot;Prepend&quot; &amp; &quot;Append&quot; settings</li>\n<li>Field: Google Map - Added <code>acfe_render_google_map()</code> helper to display a map on front-end</li>\n<li>Field: Google Map - Fixed ACF UI settings sync when interacting with the Map Preview</li>\n</ul>\n<p><strong>ACF Extended Basic 0.9.0.9:</strong></p>\n<ul>\n<li>Field: Flexible Content - Fixed <code>get_row()</code> &amp; <code>get_row_layout()</code> usage in WP Admin preview</li>\n<li>Field: Taxonomy Terms - Fixed ajax nonce compatibility with ACF 6.3.10</li>\n<li>Field Group: Small UI/CSS tweaks</li>\n</ul>\n<h4> 0.9.0.8 </h4>\n<p><strong>ACF Extended Pro 0.9.0.8:</strong></p>\n<ul>\n<li>Field: Phone Number - Fixed data when querying the &quot;Lightweight Phonenumber Library&quot;</li>\n<li>Field: Image Selector - Fixed images with parameters usage when using &quot;Multiple Select&quot;</li>\n<li>Field: Image Selector - Enhanced file extension detection when using images with parameters</li>\n<li>Field: Image Selector - Reworked image rendering using proper <code>&lt;img /&gt;</code> with <code>object-fit</code></li>\n<li>Module: Performance - Hybrid - Restoring a revision doesn\'t append meta references anymore</li>\n</ul>\n<p><strong>ACF Extended Basic 0.9.0.8:</strong></p>\n<ul>\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_style()</code> args</li>\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_script()</code> args</li>\n<li>Field: Flexible Content - Dynamic Render - Added <code>get_row_index()</code> usage compatibility</li>\n<li>Field: Flexible Content - Dynamic Render - Fixed <code>WP_Query</code> loop usage with <code>get_field()</code></li>\n<li>Field: Icon Picker - Fixed &quot;Media Library&quot; image preview</li>\n<li>Module: Forms - Allowed usage of fields using the same name as fields in the back-end</li>\n<li>Module: Forms - Fixed field settings nonce verification compatibility with ACF 6.3.10</li>\n<li>Module: Performance - Ultra - Revisions are now supported when allowing specific post types</li>\n<li>Module: Performance - Ultra - Revisions are now compatible with &quot;Save as individual meta&quot;</li>\n<li>Module: Performance - Ultra - Enhanced &quot;Revision Comparison&quot; view with more readable data</li>\n<li>Module: Performance - Ultra - Enhanced <code>acf</code> meta detection when the value is malformed</li>\n<li>Field Group: Location - Fixed warning when using third party location that is later uninstalled</li>\n<li>General: Enhanced <code>acfe_include()</code> helper</li>\n<li>General: Fixed potentital PHP 8 warning with <code>acfe_starts_with()</code> helper</li>\n<li>General: Updated WP 6.7 metabox order handle positioning</li>\n<li>General: Bump WP version up to 6.7</li>\n</ul>\n<h4> Version History </h4>\n<p>Full Changelog: <a href=\"https://www.acf-extended.com/changelog\">https://www.acf-extended.com/changelog</a></p>\";s:3:\"faq\";s:980:\"<h4>Where can I find the documentation?</h4>\n<p>You\'ll find the documentation of every features on the <a href=\"https://www.acf-extended.com/features\">official ACF Extended website</a>.</p>\n<h4>Where can I submit a bug report?</h4>\n<p>You can file a report on the <a href=\"https://wordpress.org/support/plugin/acf-extended/\">Plugin Support Forum</a> or on the <a href=\"https://github.com/acf-extended/ACF-Extended\">Github Page</a> if you prefer.</p>\n<h4>Where can I submit a feature request?</h4>\n<p>You can submit a feature request on the <a href=\"https://wordpress.org/support/plugin/acf-extended/\">Plugin Support Forum</a>. Feature requests are all listed on the <a href=\"https://trello.com/b/QEgpU7CL/acf-extended\">Official Trello Board</a>.</p>\n<h4>What is planned for the next update?</h4>\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\"https://www.acf-extended.com/roadmap\">Official Roadmap</a> (or the Trello Board).</p>\n\";}s:7:\"banners\";a:2:{s:4:\"high\";s:56:\"https://ps.w.org/acf-extended/assets/banner-1544x500.png\";s:3:\"low\";s:55:\"https://ps.w.org/acf-extended/assets/banner-772x250.png\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://www.acf-extended.com/wp-content/uploads/edd/acf-extended-256x256-1-128x128.png\";s:2:\"2x\";s:78:\"https://www.acf-extended.com/wp-content/uploads/edd/acf-extended-256x256-1.png\";}s:3:\"msg\";s:33:\"No license key has been provided.\";s:4:\"tags\";a:5:{i:0;s:3:\"acf\";i:1;s:13:\"custom fields\";i:2;s:4:\"meta\";i:3;s:5:\"admin\";i:4;s:6:\"fields\";}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"5.6\";s:12:\"contributors\";O:8:\"stdClass\":1:{s:6:\"hwk-fr\";O:8:\"stdClass\":3:{s:12:\"display_name\";s:6:\"hwk-fr\";s:7:\"profile\";s:31:\"//profiles.wordpress.org/hwk-fr\";s:6:\"avatar\";s:51:\"https://wordpress.org/grav-redirect.php?user=hwk-fr\";}}s:10:\"stable_tag\";s:5:\"0.9.1\";s:11:\"donate_link\";s:28:\"https://www.acf-extended.com\";s:17:\"short_description\";s:82:\"All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields.\";s:7:\"license\";s:14:\"GPLv2 or later\";s:11:\"screenshots\";O:8:\"stdClass\":8:{s:1:\"1\";s:24:\"Flexible Content Preview\";s:1:\"2\";s:22:\"Flexible Content Modal\";s:1:\"3\";s:10:\"New Fields\";s:1:\"4\";s:23:\"Post Type List Location\";s:1:\"5\";s:31:\"Self/Multi/Bidirectional Fields\";s:1:\"6\";s:14:\"Developer Mode\";s:1:\"7\";s:18:\"Dynamic Post Types\";s:1:\"8\";s:21:\"Enhanced WordPress UI\";}s:3:\"faq\";a:1:{i:0;s:980:\"<h4>Where can I find the documentation?</h4>\n<p>You\'ll find the documentation of every features on the <a href=\"https://www.acf-extended.com/features\">official ACF Extended website</a>.</p>\n<h4>Where can I submit a bug report?</h4>\n<p>You can file a report on the <a href=\"https://wordpress.org/support/plugin/acf-extended/\">Plugin Support Forum</a> or on the <a href=\"https://github.com/acf-extended/ACF-Extended\">Github Page</a> if you prefer.</p>\n<h4>Where can I submit a feature request?</h4>\n<p>You can submit a feature request on the <a href=\"https://wordpress.org/support/plugin/acf-extended/\">Plugin Support Forum</a>. Feature requests are all listed on the <a href=\"https://trello.com/b/QEgpU7CL/acf-extended\">Official Trello Board</a>.</p>\n<h4>What is planned for the next update?</h4>\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\"https://www.acf-extended.com/roadmap\">Official Roadmap</a> (or the Trello Board).</p>\n\";}s:8:\"warnings\";a:0:{}s:11:\"description\";a:1:{i:0;s:30844:\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.</p>\n<p><strong>This plugin requires at least ACF Pro 5.8.</strong>\nIf you don\'t already own <a href=\"https://www.advancedcustomfields.com/pro/\">ACF Pro</a>, you should consider it. It\'s one of the most powerful WordPress plugin available.</p>\n<h3>&#x2b50; Highlight</h3>\n<ul>\n<li>14+ New ACF Fields</li>\n<li>10+ ACF Fields Enhanced</li>\n<li>4+ New Field Groups Locations</li>\n<li>Self/Multi/Bidirectional Fields</li>\n<li>Advanced Fields Validation</li>\n<li>Flexible Content as Page Builder</li>\n<li>Optimize metadata with Performance Mode</li>\n<li>Advanced Front-End Forms Manager</li>\n<li>ACF Options Pages / Block Types Manager</li>\n<li>ACF &amp; WordPress Meta Overview</li>\n<li>WordPress Post Types / Taxonomies Manager</li>\n<li>WordPress Options Manager</li>\n<li>WordPress Admin Enhancements</li>\n<li>WPML &amp; Polylang Multilingual support</li>\n<li>... And many more features<h3>&#x1f48e; Pro Highlight</h3></li>\n<li>20+ New ACF Fields</li>\n<li>10+ ACF Fields Enhanced</li>\n<li>20+ New Locations</li>\n<li>Payment Field with Stripe &amp; PayPal Express</li>\n<li>Flexible Content Grid System</li>\n<li>Flexible Content Layouts Locations Rules</li>\n<li>Templates Manager</li>\n<li>Builtin Classic Editor</li>\n<li>Settings UI</li>\n<li>Screen Layouts</li>\n<li>Force Json Sync</li>\n<li>Field Visibility Settings</li>\n<li>Global Field Conditional Rules</li>\n<li>... And many more features<h3>&#x1f91f; Philosophy</h3></li>\n<li>Seamless integration</li>\n<li>No extra menu, ads or notices</li>\n<li>Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links</h3></li>\n<li><a href=\"https://www.acf-extended.com\">Website</a></li>\n<li><a href=\"https://www.acf-extended.com/features\">Documentation</a></li>\n<li><a href=\"https://www.acf-extended.com/guides\">Guides</a></li>\n<li><a href=\"https://www.acf-extended.com/roadmap\">Roadmap</a></li>\n<li><a href=\"https://github.com/acf-extended/ACF-Extended\">GitHub</a></li>\n<li><a href=\"https://twitter.com/ACFExtended\">Twitter</a></li>\n<li><a href=\"https://twitter.com/hwkfr\">Twitter</a> (Personal)</li>\n<li><a href=\"https://slack.acf-extended.com\">Slack Community</a><h3>&#x1f9f0; Tools</h3></li>\n<li><a href=\"https://wordpress.org/plugins/acf-extended/#faq\">FAQ</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/acf-extended\">Support</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/acf-extended\">Feature Request</a></li>\n<li><a href=\"https://wordpress.org/support/plugin/acf-extended/reviews/#new-post\">Reviews</a></li>\n<li><a href=\"https://ko-fi.com/acfextended\">Donation</a><h3>&#x1f4c1; Field Groups</h3>\n<strong><a href=\"https://www.acf-extended.com/features/field-groups/advanced-settings\">Advanced Settings</a></strong>\nEnable advanced settings for all fields within the Field Group.</li>\n</ul>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/autosync\">Auto Sync PHP</a></strong>\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/autosync\">Auto Sync Json</a></strong>\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/categories\">Categories</a></strong>\nSpice up your field groups with a custom taxonomy and filter field groups by terms.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/custom-key\">Custom Key</a></strong>\nSet custom field group key. Example: <code>group_custom_name</code>.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/custom-meta\">Custom Meta</a></strong>\nAdd custom metas (key/value) in the field group administration.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/display-title\">Display Title</a></strong>\nDisplay an alternative field group title in post edition screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/field-group-ui\">Field Group UI</a></strong> <strong>(PRO)</strong>\nEnable enhancements to the Field Group UI for a better user experience.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/force-sync\">Force Sync</a></strong> <strong>(PRO)</strong>\nAlways keep Json files synchronized with the Field Groups in the database.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/hide-on-screen\">Hide on Screen</a></strong> <strong>(FREE / PRO)</strong>\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/instruction-placement\">Instructions Placement</a></strong>\nNew instruction placements let you display field description &quot;above the fields&quot; or in a &quot;tooltip&quot;.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/advanced-post\">Location: Advanced Post</a></strong> <strong>(PRO)</strong>\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/advanced-menu-item\">Location: Advanced Menu Item</a></strong> <strong>(PRO)</strong>\nTarget specific &quot;Menu Item Depth&quot; or &quot;Menu Item Type&quot; from the Field Groups Locations rules.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/advanced-taxonomy\">Location: Advanced Taxonomy Term</a></strong> <strong>(PRO)</strong>\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/all-post-types\">Location: All post types</a></strong>\nDisplay field groups on all post types edition screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/attachment-list\">Location: Attachment List</a></strong> <strong>(PRO)</strong>\nDisplay field group on attachment admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/dashboard\">Location: Dashboard Widgets</a></strong> <strong>(PRO)</strong>\nDisplay field groups and update ACF Fields from the WP Dashboard.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/field-value\">Location: Field Value</a></strong> <strong>(PRO)</strong>\nDisplay a field group based on the field value of an another field group.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/post-type-archive\">Location: Post type Archive</a></strong>\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/post-type-list\">Location: Post type List</a></strong>\nDisplay field group on post types admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/taxonomy-list\">Location: Taxonomy List</a></strong>\nDisplay field group on taxonomies admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/user-list\">Location: User List</a></strong> <strong>(PRO)</strong>\nDisplay field group on user admin list screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/woocommerce\">Location: Woocommerce</a></strong> <strong>(PRO)</strong>\nDisplay field groups on Woocommerce pages.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/locations/wp-settings\">Location: WP Settings</a></strong> <strong>(PRO)</strong>\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/\">Local Field Groups</a></strong>\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php</code> file, but not in the ACF UI.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/note\">Note</a></strong>\nAdd a personal note in the field group administration. Only visible to administrators.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/permissions\">Permissions</a></strong>\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-groups/raw-data\">Raw Data</a></strong>\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings</h3>\n<strong><a href=\"https://www.acf-extended.com/features/field-settings/field-advanced-settings\">Advanced Settings</a></strong>\nA more sophisticated field settings based on specified location (administration/front-end). Example: Field is required only in front-end.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/advanced-validation\">Advanced Validation</a></strong>\nA more sophisticated validation conditions (AND/OR) with custom error messages based on specified location (administration/front-end).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/bidirectional-fields\">Self/Multi/Bidirectional fields</a></strong>\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-visibility\">Field Visibility</a></strong> <strong>(PRO)</strong>\nGet quick access to &quot;Field Visibility&quot;, &quot;Label Visibility&quot;, &quot;Instructions Visibility&quot; and &quot;Required Setting&quot; for the following screens: &quot;Everywhere&quot;, &quot;Front-end&quot; and &quot;Administration&quot;.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/global-condition\">Global Condition</a></strong> <strong>(PRO)</strong>\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-instruction-placement\">Instruction Placement</a></strong> <strong>(PRO)</strong>\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/instruction-read-more\">Instruction Read More</a></strong> <strong>(PRO)</strong>\nAllow to expand instructions text with a &quot;Read More&quot; link. This feature is useful for lengthy instructions text.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/min-max\">Min/Max</a></strong> <strong>(PRO)</strong>\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-permissions\">Permissions</a></strong>\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/field-raw-data\">Raw data</a></strong>\nDisplay raw field data in a modal to check your configuration &amp; settings.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/field-settings/required-message\">Required Message</a></strong> <strong>(PRO)</strong>\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields</h3>\n<strong><a href=\"https://www.acf-extended.com/features/fields/advanced-link\">Advanced Link</a></strong>\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/block-editor\">Block Editor</a></strong> <strong>(PRO)</strong>\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/block-types\">Block Types</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Block Types selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/button\">Button</a></strong>\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/checkbox\">Checkbox</a></strong> <strong>(FREE / PRO)</strong>\nDefine grouped choices values using <code>## Title</code> markup in the field\'s choices.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/clone\">Clone</a></strong>\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/code-editor\">Code Editor</a></strong>\nEdit code using the native WP Core Codemirror library. Default languages: Text/HTML, Javascript, CSS, PHP mixed/plain.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/color-picker\">Color Picker</a></strong> <strong>(PRO)</strong>\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/columns\">Columns</a></strong> <strong>(FREE / PRO)</strong>\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/countries\">Countries</a></strong> <strong>(PRO)</strong>\nDisplay a Country selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/currencies\">Currencies</a></strong> <strong>(PRO)</strong>\nDisplay a Currency selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/datepicker\">Date/Timepicker</a></strong> <strong>(FREE / PRO)</strong>\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/date-range-picker\">Date Range Picker</a></strong> <strong>(PRO)</strong>\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/dynamic-render\">Dynamic Render</a></strong>\nDisplay custom HTML/PHP content using a simple named hook.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/field-groups-selector\">Field Groups</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/field-types\">Field Types</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Field Types selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/fields-selector\">Fields</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Fields selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/file\">File</a></strong> <strong>(FREE / PRO)</strong>\nChoose the uploader type, enable multi file upload and dropzone.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/flexible-content\">Flexible Content</a></strong> <strong>(FREE / PRO)</strong>\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\'s behavior.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/forms\">Forms</a></strong>\nSelect any dynamic form (format: checkbox, radio or select).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/google-map\">Google Map</a></strong> <strong>(PRO)</strong>\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/recaptcha\">Google reCaptcha</a></strong>\nDisplay a reCaptcha field (compatible v2 &amp; v3).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/group\">Group</a></strong>\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/hidden-input\">Hidden Input</a></strong>\nDisplay a hidden input with custom name/value</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/image\">Image</a></strong> <strong>(FREE / PRO)</strong>\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/image-selector\">Image Selector</a></strong> <strong>(PRO)</strong>\nDisplay an Image Selector field.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/image-sizes\">Image Sizes</a></strong> <strong>(PRO)</strong>\nDisplay an Image Sizes selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/languages\">Languages</a></strong> <strong>(PRO)</strong>\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/menu-locations\">Menu Locations</a></strong> <strong>(PRO)</strong>\nDisplay a Menu Locations selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/menus\">Menus</a></strong> <strong>(PRO)</strong>\nDisplay a Menu selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/options-pages\">Options Pages</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/payment\">Payment</a></strong> <strong>(PRO)</strong>\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/payment-cart\">Payment Cart</a></strong> <strong>(PRO)</strong>\nDisplay an optional Payment Cart to easily setup an e-commerce solution.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/payment-selector\">Payment Selector</a></strong> <strong>(PRO)</strong>\nDisplay an optional Payment Selector which let the user switch the payment gateway.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/phone-number\">Phone Number</a></strong> <strong>(PRO)</strong>\nDisplay a fully customizable international Phone Number field.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-field\">Post Field</a></strong> <strong>(PRO)</strong>\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-formats\">Post Formats</a></strong> <strong>(PRO)</strong>\nDisplay a Post Format selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features\">Post Object</a></strong> <strong>(FREE / PRO)</strong>\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation/edit.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-statuses\">Post Status</a></strong>\nSelect any post status (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/post-types\">Post Types</a></strong>\nSelect any post type (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/radio\">Radio</a></strong> <strong>(FREE / PRO)</strong>\nDefine grouped choices values using <code>## Title</code> markup in the field\'s choices.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/relationship\">Relationship</a></strong> <strong>(PRO)</strong>\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/repeater\">Repeater</a></strong>\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/select\">Select</a></strong> <strong>(FREE / PRO)</strong>\nChange the default &quot;Select&quot; placeholder text and Search Input placeholder and allow user to enter custom values.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/slug\">Slug</a></strong>\nA slug text input (ie: <code>my-text-input</code>).</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/tab\">Tab</a></strong> <strong>(PRO)</strong>\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/taxonomies\">Taxonomies</a></strong>\nSelect any taxonomy (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/taxonomy-terms\">Taxonomy Terms</a></strong>\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/templates-selector\">Templates</a></strong> <strong>(PRO)</strong>\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/textarea\">Textarea</a></strong>\nSwitch font family to monospace and allow tab indent.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/true-false\">True/False</a></strong> <strong>(PRO)</strong>\nFive new styles have been added to the native True/False field.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/user-roles\">User Roles</a></strong>\nSelect any user role (format: checkbox, radio or select)</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/fields/wysiwyg-editor\">WYSIWYG Editor</a></strong> <strong>(PRO)</strong>\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules</h3>\n<strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-block-types\">Block Types UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json/PHP files.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/classic-editor\">Classic Editor</a></strong> <strong>(PRO)</strong>\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/developer-mode\">Developer Mode</a></strong> <strong>(FREE / PRO)</strong>\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-forms\">Forms</a></strong> <strong>(FREE / PRO)</strong>\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce &quot;Actions&quot; for a complete control over the form behavior.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-options-pages\">Options Pages UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json/PHP files.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/performance-mode\">Performance Mode</a></strong> <strong>(FREE / PRO)</strong>\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-post-types\">Post Types UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json/PHP files.</p>\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etcâ€¦</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/rewrite-rules\">Rewrite Rules</a></strong> <strong>(PRO)</strong>\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/scripts\">Scripts UI</a></strong> <strong>(PRO)</strong>\nRun custom scripts on thousands of posts. Including builtin &quot;Orphan Meta Cleaner&quot;, &quot;Script Launcher&quot; and &quot;Performance Converter&quot; scripts.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/settings-ui\">Settings UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/dynamic-taxonomies\">Taxonomies UI</a></strong> <strong>(FREE / PRO)</strong>\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json/PHP files.</p>\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etcâ€¦</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/modules/templates\">Templates</a></strong> <strong>(PRO)</strong>\nManage default ACF values in an advanced way and sync templates with Json/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress</h3>\n<strong><a href=\"https://www.acf-extended.com/features/wordpress/ajax-author-box\">Ajax Author Box</a></strong>\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/enhanced-ui\">Enhanced UI</a></strong>\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS/JS only.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/polylang\">Polylang</a></strong>\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/screen-layouts\">Screen Layouts</a></strong> <strong>(PRO)</strong>\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/wpml\">WPML</a></strong>\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.</p>\n<p><strong><a href=\"https://www.acf-extended.com/features/wordpress/options\">WP Options</a></strong>\nManage WordPress Options from the Settings &gt; Options page. Options value (strings, serialized &amp; Json) will be displayed in a readable form. Values can be edited or deleted.<h3>&#x2764;&#xfe0f; Early Supporters</h3></p>\n<ul>\n<li>Thanks to <a href=\"https://twitter.com/AsmussenBrandon\">Brandon A.</a> for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/DamChtlv\">Damien C.</a> for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/Val_Pellegrin\">Valentin P.</a> for his support &amp; tests</li>\n<li>Thanks to Damian P. for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/jsaarenk\">Jaakko S.</a> for his support &amp; tests</li>\n<li>Thanks to <a href=\"https://twitter.com/altendorfme\">Renan A.</a> for his support &amp; tests<h3>&#x1f970; Donors</h3></li>\n<li>Thanks to RavenSays</li>\n<li>Thanks to Dave A.</li>\n<li>Thanks to Rob H.</li>\n<li>Thanks to Valentin P.</li>\n<li>Thanks to Alan A.</li>\n<li>Thanks to Damian C.</li>\n<li>Thanks to Andrew</li>\n<li>Thanks to Kimantis</li>\n<li>Thanks to Anonymous</li>\n<li>Thanks to Chris</li>\n<li>Thanks to Dennis D.</li>\n<li>Thanks to Cody R.</li>\n<li>Thanks to Jamie</li>\n<li>Thanks to Dave A.</li>\n<li>Thanks to Paul M.</li>\n<li>Thanks to David B.</li>\n<li>Thanks to Swingjac</li>\n<li>Thanks to Erik</li>\n<li>Thanks to Giancarlo P.</li>\n<li>Thanks to Geuer M.</li>\n</ul>\";}s:12:\"installation\";a:1:{i:0;s:353:\"<h4> Wordpress Install </h4>\n<ol>\n<li>Install Advanced Custom Fields: Pro</li>\n<li>Upload the plugin files to the <code>/wp-content/plugins/acf-extended/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.</li>\n<li>Everything is ready!</li>\n</ol>\";}s:9:\"changelog\";a:1:{i:0;s:5450:\"<h4> 0.9.1 </h4>\n<p><strong>ACF Extended Pro 0.9.1:</strong></p>\n<ul>\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Iframe&quot; feature</li>\n<li>Field: Flexible Content - Added &quot;Dynamic Preview Responsive&quot; feature</li>\n<li>Field: Flexible Content - &quot;Dynamic Preview Iframe&quot; render previews in isolated iframes</li>\n<li>Field: Flexible Content - &quot;Dynamic Preview Responsive&quot; allows to switch container preview size</li>\n<li>Field: Address - Cleaned unused argument</li>\n<li>Field: Google Map - Added <code>acfe_render_google_map()</code> compatibility with sub fields</li>\n<li>Field: Google Map - Enhanced <code>acfe_render_google_map()</code> compatibility with Dynamic Preview</li>\n<li>Field: Radio - Fixed &quot;Custom Choice&quot; render</li>\n<li>Field: WYSIWYG - Enhanced <code>source_code</code> modal reset stylesheet</li>\n<li>Field Group Location: Renamed &quot;Dashboard&quot; to &quot;WP Dashboard&quot; for consistency</li>\n<li>Module: Forms - Ajax submission now redraw form on submission</li>\n</ul>\n<p><strong>ACF Extended Basic 0.9.1:</strong></p>\n<ul>\n<li>Field: Advanced Link - Enhanced malformed values handling</li>\n<li>Field: Flexible Content - Added <code>acfe/flexible/toggle_hide</code> filter to control row visibility</li>\n<li>Field: reCaptcha - Enhanced error handling when using incorrect API key</li>\n<li>Field: Taxonomy Terms - Fixed ajax nonce verification when field is cloned</li>\n<li>Module: Forms - Enhanced File/Image/Gallery &quot;Uploaded To&quot; logic using related Form Action</li>\n</ul>\n<h4> 0.9.0.9 </h4>\n<p><strong>ACF Extended Pro 0.9.0.9:</strong></p>\n<ul>\n<li>Field: Address - Added new Address Field</li>\n<li>Field: Address - Allows to enter/search an address with autocomplete (Google Places API)</li>\n<li>Field: Color Picker - Added &quot;Return Format: Slug&quot; setting</li>\n<li>Field: Color Picker - Added &quot;Slug&quot; &amp; &quot;RGBA Array&quot; into the &quot;Color Array&quot; return format</li>\n<li>Field: Color Picker - Added compatibility with CSS variables for &quot;Palette&quot; display</li>\n<li>Field: Color Picker - Added <code>editor-gradient-presets</code> theme support</li>\n<li>Field: Date Range Picker - Enhanced compatibility with custom hooks</li>\n<li>Field: Date Range Picker - Allowed to clear to input manually when &quot;Allow null&quot; is enabled</li>\n<li>Field: Date Range Picker - Added &quot;x&quot; icon to clear the input when &quot;Allow null&quot; is enabled</li>\n<li>Field: Date Range Picker - Added &quot;Prepend&quot; &amp; &quot;Append&quot; settings</li>\n<li>Field: Google Map - Added <code>acfe_render_google_map()</code> helper to display a map on front-end</li>\n<li>Field: Google Map - Fixed ACF UI settings sync when interacting with the Map Preview</li>\n</ul>\n<p><strong>ACF Extended Basic 0.9.0.9:</strong></p>\n<ul>\n<li>Field: Flexible Content - Fixed <code>get_row()</code> &amp; <code>get_row_layout()</code> usage in WP Admin preview</li>\n<li>Field: Taxonomy Terms - Fixed ajax nonce compatibility with ACF 6.3.10</li>\n<li>Field Group: Small UI/CSS tweaks</li>\n</ul>\n<h4> 0.9.0.8 </h4>\n<p><strong>ACF Extended Pro 0.9.0.8:</strong></p>\n<ul>\n<li>Field: Phone Number - Fixed data when querying the &quot;Lightweight Phonenumber Library&quot;</li>\n<li>Field: Image Selector - Fixed images with parameters usage when using &quot;Multiple Select&quot;</li>\n<li>Field: Image Selector - Enhanced file extension detection when using images with parameters</li>\n<li>Field: Image Selector - Reworked image rendering using proper <code>&lt;img /&gt;</code> with <code>object-fit</code></li>\n<li>Module: Performance - Hybrid - Restoring a revision doesn\'t append meta references anymore</li>\n</ul>\n<p><strong>ACF Extended Basic 0.9.0.8:</strong></p>\n<ul>\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_style()</code> args</li>\n<li>Field: Flexible Content - Dynamic Render - Filters can now change <code>wp_enqueue_script()</code> args</li>\n<li>Field: Flexible Content - Dynamic Render - Added <code>get_row_index()</code> usage compatibility</li>\n<li>Field: Flexible Content - Dynamic Render - Fixed <code>WP_Query</code> loop usage with <code>get_field()</code></li>\n<li>Field: Icon Picker - Fixed &quot;Media Library&quot; image preview</li>\n<li>Module: Forms - Allowed usage of fields using the same name as fields in the back-end</li>\n<li>Module: Forms - Fixed field settings nonce verification compatibility with ACF 6.3.10</li>\n<li>Module: Performance - Ultra - Revisions are now supported when allowing specific post types</li>\n<li>Module: Performance - Ultra - Revisions are now compatible with &quot;Save as individual meta&quot;</li>\n<li>Module: Performance - Ultra - Enhanced &quot;Revision Comparison&quot; view with more readable data</li>\n<li>Module: Performance - Ultra - Enhanced <code>acf</code> meta detection when the value is malformed</li>\n<li>Field Group: Location - Fixed warning when using third party location that is later uninstalled</li>\n<li>General: Enhanced <code>acfe_include()</code> helper</li>\n<li>General: Fixed potentital PHP 8 warning with <code>acfe_starts_with()</code> helper</li>\n<li>General: Updated WP 6.7 metabox order handle positioning</li>\n<li>General: Bump WP version up to 6.7</li>\n</ul>\n<h4> Version History </h4>\n<p>Full Changelog: <a href=\"https://www.acf-extended.com/changelog\">https://www.acf-extended.com/changelog</a></p>\";}s:6:\"plugin\";s:33:\"acf-extended-pro/acf-extended.php\";s:2:\"id\";s:33:\"acf-extended-pro/acf-extended.php\";}s:25:\"divi-pixel/divi-pixel.php\";O:8:\"stdClass\":10:{s:4:\"slug\";s:10:\"divi-pixel\";s:6:\"plugin\";s:25:\"divi-pixel/divi-pixel.php\";s:3:\"url\";s:58:\"https://www.divi-pixel.com/product/divi-pixel/?changelog=1\";s:7:\"package\";s:203:\"https://www.divi-pixel.com/edd-sl/package_download/MTc1MDI3NDE1Mzo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODoxODMyYjgzMWQ0ZTJkODI5YzU5ODNhOTA2OWU5MDc2ODpodHRwc0AvL2NmdG90YWxyZXdhcmRzLmNvbS91azow\";s:5:\"icons\";a:2:{s:2:\"1x\";s:88:\"https://www.divi-pixel.com/wp-content/uploads/2020/03/dp-affiliate-banner-02-128x128.png\";s:2:\"2x\";s:88:\"https://www.divi-pixel.com/wp-content/uploads/2020/03/dp-affiliate-banner-02-256x256.png\";}s:7:\"banners\";a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:11:\"new_version\";s:6:\"2.39.0\";s:6:\"tested\";s:0:\"\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}s:33:\"relevanssi-premium/relevanssi.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:10:\"relevanssi\";s:11:\"new_version\";s:6:\"2.27.7\";s:3:\"url\";s:66:\"https://www.relevanssi.com/update/update-2022.php?api_key=e914b078\";s:7:\"package\";s:66:\"https://www.relevanssi.com/update/update-2022.php?api_key=e914b078\";s:5:\"icons\";a:3:{s:2:\"1x\";s:50:\"https://www.relevanssi.com/assets/icon-128x128.png\";s:2:\"2x\";s:50:\"https://www.relevanssi.com/assets/icon-256x256.png\";s:3:\"svg\";s:42:\"https://www.relevanssi.com/assets/icon.svg\";}s:7:\"banners\";a:5:{s:2:\"1x\";s:52:\"https://www.relevanssi.com/assets/banner-772x250.jpg\";s:3:\"low\";s:52:\"https://www.relevanssi.com/assets/banner-772x250.jpg\";s:2:\"2x\";s:53:\"https://www.relevanssi.com/assets/banner-1544x500.jpg\";s:4:\"high\";s:53:\"https://www.relevanssi.com/assets/banner-1544x500.jpg\";s:7:\"default\";s:53:\"https://www.relevanssi.com/assets/banner-1544x500.jpg\";}}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.4.2\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.8.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://connect.advancedcustomfields.com/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://connect.advancedcustomfields.com/assets/banner-772x250.jpg\";s:4:\"high\";s:67:\"https://connect.advancedcustomfields.com/assets/banner-1544x500.jpg\";}s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";s:12:\"release_date\";s:8:\"20250520\";}}s:12:\"last_checked\";i:1749662153;s:7:\"checked\";a:2:{s:33:\"acf-extended-pro/acf-extended.php\";s:8:\"0.8.8.10\";s:25:\"divi-pixel/divi-pixel.php\";s:6:\"2.34.2\";}s:9:\"no_update\";a:1:{s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":11:{s:4:\"name\";s:21:\"Better Search Replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:7:\"version\";s:6:\"1.4.10\";s:8:\"requires\";s:5:\"3.0.1\";s:13:\"download_link\";s:94:\"https://wpe-plugin-updates.wpengine.com/better-search-replace/better-search-replace.1.4.10.zip\";s:5:\"trunk\";s:94:\"https://wpe-plugin-updates.wpengine.com/better-search-replace/better-search-replace.1.4.10.zip\";s:11:\"new_version\";s:6:\"1.4.10\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:7:\"package\";s:94:\"https://wpe-plugin-updates.wpengine.com/better-search-replace/better-search-replace.1.4.10.zip\";s:6:\"tested\";s:5:\"6.7.1\";s:8:\"sections\";a:2:{s:11:\"description\";s:1842:\"<p>When moving your WordPress site to a new domain or server, you will likely run into a need to run a search/replace on the database for everything to work correctly. Fortunately, there are several plugins available for this task, however, all have a different approach to a few key features. This plugin consolidates the best features from these plugins, incorporating the following features in one simple plugin:</p>\n<ul>\n<li>Serialization support for all tables</li>\n<li>The ability to select specific tables</li>\n<li>The ability to run a &#8220;dry run&#8221; to see how many fields will be updated</li>\n<li>No server requirements aside from a running installation of WordPress</li>\n<li>WordPress Multisite support</li>\n</ul>\n<blockquote>\n<p><strong>Time-saving features available in the Pro version:</strong></p>\n<ul>\n<li>View exactly what changed during a search/replace</li>\n<li>Backup and import the database while running a search/replace</li>\n<li>Priority email support from the developer of the plugin</li>\n<li>Save or load custom profiles for quickly repeating a search/replace in the future</li>\n<li>Support and updates for 1 year</li>\n</ul>\n<p><strong><a href=\"https://bettersearchreplace.com/\" rel=\"nofollow ugc\">Learn more about Better Search Replace Pro</a></strong></p>\n</blockquote>\n<p>The search and replace functionality is heavily based on interconnect/it&#8217;s great and open-source Search Replace DB script, modified to use WordPress native database functions to ensure compatibility.</p>\n<p><strong>Supported Languages</strong></p>\n<ul>\n<li>English</li>\n<li>French</li>\n<li>German</li>\n<li>Spanish</li>\n</ul>\n<p><strong>Want to contribute?</strong></p>\n<p>Feel free to open an issue or submit a pull request on <a href=\"https://github.com/deliciousbrains/better-search-replace/\" rel=\"nofollow ugc\">GitHub</a>.</p>\n\";s:9:\"changelog\";s:6335:\"<h4>1.4.10 &#8211; January 14, 2025</h4>\n<ul>\n<li>Fix: Improved security and stability</li>\n</ul>\n<h4>1.4.9 &#8211; October 4, 2024</h4>\n<ul>\n<li>Security: The plugin now uses its own update mechanism from WP Engine servers</li>\n<li>New: Dependencies have been updated</li>\n</ul>\n<h4>1.4.7 &#8211; May 30, 2024</h4>\n<ul>\n<li>Fix: The case-insensitive setting once again allows case-insensitive strings to be matched within serialized data, fixing a regression introduced in version 1.4.6</li>\n</ul>\n<h4>1.4.6 &#8211; April 17, 2024</h4>\n<ul>\n<li>Changed: Serialized text strings are now only deserialized when containing a match, resulting in faster performance</li>\n<li>Security: Table names are now escaped when displaying search results</li>\n</ul>\n<h4>1.4.5 &#8211; January 18, 2024</h4>\n<ul>\n<li>Security: Unserializing an object during search and replace operations now passes <code>\'allowed_classes\' =&gt; false</code> to avoid instantiating the object and potentially running malicious code stored in the database (thanks to Wordfence for responsible disclosure on December 18, 2023 followed by development and testing of the fix by WP Engine)</li>\n<li>Fix: A regression in version 1.4.4 which caused some search results to be skipped has been fixed to ensure only numeric keyed objects are skipped</li>\n</ul>\n<h4>1.4.4 &#8211; December 14, 2023</h4>\n<ul>\n<li>Fix: Objects with numerical properties are now skipped to avoid causing errors</li>\n</ul>\n<h4>1.4.3 &#8211; September 5, 2023</h4>\n<ul>\n<li>New: Links to plugin documentation, support, feedback, and changelog are now available in the footer of WP Admin</li>\n<li>Improvement: PHP 8.2 and Better Search Replace are now compatible</li>\n</ul>\n<h4>1.4.2 &#8211; January 11, 2023</h4>\n<ul>\n<li>Security: Arbitrary tab templates in the <code>templates</code> directory can no longer be loaded using a query parameter.</li>\n</ul>\n<h4>1.4.1 &#8211; July 25, 2022</h4>\n<ul>\n<li>Security: Selected tables are now confirmed to exist before processing the request</li>\n</ul>\n<h4>1.4 &#8211; April 7, 2022</h4>\n<ul>\n<li>New: Better Search Replace has a brand new user interface</li>\n<li>Improvement: Default capability required to use the plugin has changed from &#8220;install_plugins&#8221; to &#8220;manage_options&#8221; for compatibility with DISALLOW_FILE_MODS</li>\n</ul>\n<h4>1.3.4 &#8211; December 7, 2020</h4>\n<ul>\n<li>Improvement: WordPress 5.6 and PHP 8 compatible</li>\n<li>Fix: Strings that have been serialized twice showing up as false-positives</li>\n</ul>\n<h4>1.3.3 &#8211; February 26, 2019</h4>\n<ul>\n<li>Fix: Some special characters interfering with search/replace</li>\n<li>Security: Pass template filenames through <code>sanitize_file_name()</code></li>\n<li>Security: Verify nonce when downloading diagnostic info</li>\n</ul>\n<h4>1.3.2 &#8211; January 3, 2018</h4>\n<ul>\n<li>Fix: Only one table searched on some environments (props @Ov3rfly)</li>\n<li>Tweak: Update text in sidebar</li>\n</ul>\n<h4>1.3.1 &#8211; September 14, 2017</h4>\n<ul>\n<li>Security: Check if data is serialized before unserializing it</li>\n<li>Improvement: Increased size of table select</li>\n</ul>\n<h4>1.3 &#8211; November 10, 2016</h4>\n<ul>\n<li>Improvement: Updated sidebar and added pro version discount</li>\n<li>Fix: Outdated links to old website</li>\n<li>Fix: Prevent requests to invalid tabs</li>\n</ul>\n<h4>1.2.10 &#8211; June 2, 2016</h4>\n<ul>\n<li>Fix: CSS not loaded on details page</li>\n</ul>\n<h4>1.2.9 &#8211; December 8, 2015</h4>\n<ul>\n<li>Fix: Bug with case-insensitive searches in serialized objects</li>\n<li>Fix: Bug with early skip due to lack of primary key</li>\n</ul>\n<h4>1.2.8 &#8211; November 25, 2015</h4>\n<ul>\n<li>Fix: Bug with report details</li>\n</ul>\n<h4>1.2.7 &#8211; November 24, 2015</h4>\n<ul>\n<li>Fix: Untranslateable string</li>\n<li>Tweak: Check BSR_PATH instead of ABSPATH to be consistent</li>\n<li>Tested with 4.4</li>\n</ul>\n<h4>1.2.6</h4>\n<ul>\n<li>Removed unused code/small cleanup</li>\n</ul>\n<h4>1.2.5</h4>\n<ul>\n<li>Improved progress bar info and styles</li>\n<li>Small cleanup</li>\n</ul>\n<h4>1.2.4</h4>\n<ul>\n<li>Added &#8220;Settings saved&#8221; notice when saving settings</li>\n<li>Fixed bug with wp_magic_quotes interfering with some search strings</li>\n</ul>\n<h4>1.2.3</h4>\n<ul>\n<li>Fixed bug with searching for backslashes</li>\n<li>Fixed potential bug with getting tables in large multisites</li>\n<li>Fixed potential notice in append_report</li>\n<li>Improved handling of missing primary keys</li>\n</ul>\n<h4>1.2.2</h4>\n<ul>\n<li>Fixed AJAX conflict with WooCommerce</li>\n<li>Fixed a few issues with translations</li>\n<li>Tweaked &#8220;System Info&#8221; to use get_locale() instead of WP_LANG constant</li>\n<li>Updated German translation (props @Linus Ziegenhagen)</li>\n</ul>\n<h4>1.2.1</h4>\n<ul>\n<li>Fixed minor issue with display of progress bar</li>\n<li>Updated translation file</li>\n</ul>\n<h4>1.2</h4>\n<ul>\n<li>Switched to AJAX bulk processing for search/replaces</li>\n<li>Decreased minimum &#8220;Max Page Size&#8221; to 1000</li>\n<li>Added &#8220;Help&#8221; tab with system info for easier troubleshooting</li>\n</ul>\n<h4>1.1.1</h4>\n<ul>\n<li>Added ability to change max page size</li>\n<li>Decreased default page size to prevent white screen issue on some environments</li>\n</ul>\n<h4>1.1</h4>\n<ul>\n<li>Added ability to change capability required to use plugin</li>\n<li>Small bugfixes and translation fixes</li>\n</ul>\n<h4>1.0.6</h4>\n<ul>\n<li>Added table sizes to the database table listing</li>\n<li>Added French translation (props @Jean Philippe)</li>\n</ul>\n<h4>1.0.5</h4>\n<ul>\n<li>Added support for case-insensitive searches</li>\n<li>Added German translation (props @Linus Ziegenhagen)</li>\n</ul>\n<h4>1.0.4</h4>\n<ul>\n<li>Potential security fixes</li>\n</ul>\n<h4>1.0.3</h4>\n<ul>\n<li>Fixed issue with searching for special characters like &#8216;\\&#8217;</li>\n<li>Fixed bug with replacing some objects</li>\n</ul>\n<h4>1.0.2</h4>\n<ul>\n<li>Fixed untranslateable strings on submit button and submenu page.</li>\n</ul>\n<h4>1.0.1</h4>\n<ul>\n<li>Fixed issue with loading translations and added Spanish translation (props Eduardo Larequi)</li>\n<li>Fixed bug with reporting timing</li>\n<li>Updated to use &#8220;Dry Run&#8221; as default</li>\n<li>Added support for WordPress Multisite (see FAQs for more info)</li>\n</ul>\n<h4>1.0</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n\";}}}}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2383, 'matomo-before-cron-matomo_scheduled_geoipdb', 1770423466, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2384, 'matomo-after-cron-matomo_scheduled_geoipdb', 1770423467, 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2385, 'matomo-before-cron-matomo_scheduled_sync', 1772919208, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2386, 'matomo-errorlogs', 'a:6:{i:0;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1769526690;s:7:\"comment\";s:269:\"The root container has not been created yet. => StaticContainer.php:40; StaticContainer.php:75; Config.php:62; Common.php:65; Model.php:50; Sync.php:200; Sync.php:94; ScheduledTasks.php:307; class-wp-hook.php:322; class-wp-hook.php:348; plugin.php:565; wp-cron.php:191;\";}i:1;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1769642438;s:7:\"comment\";s:269:\"The root container has not been created yet. => StaticContainer.php:40; StaticContainer.php:75; Config.php:62; Common.php:65; Model.php:50; Sync.php:200; Sync.php:94; ScheduledTasks.php:307; class-wp-hook.php:322; class-wp-hook.php:348; plugin.php:565; wp-cron.php:191;\";}i:2;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1769733389;s:7:\"comment\";s:269:\"The root container has not been created yet. => StaticContainer.php:40; StaticContainer.php:75; Config.php:62; Common.php:65; Model.php:50; Sync.php:200; Sync.php:94; ScheduledTasks.php:307; class-wp-hook.php:322; class-wp-hook.php:348; plugin.php:565; wp-cron.php:191;\";}i:3;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1769809233;s:7:\"comment\";s:269:\"The root container has not been created yet. => StaticContainer.php:40; StaticContainer.php:75; Config.php:62; Common.php:65; Model.php:50; Sync.php:200; Sync.php:94; ScheduledTasks.php:307; class-wp-hook.php:322; class-wp-hook.php:348; plugin.php:565; wp-cron.php:191;\";}i:4;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1769979331;s:7:\"comment\";s:269:\"The root container has not been created yet. => StaticContainer.php:40; StaticContainer.php:75; Config.php:62; Common.php:65; Model.php:50; Sync.php:200; Sync.php:94; ScheduledTasks.php:307; class-wp-hook.php:322; class-wp-hook.php:348; plugin.php:565; wp-cron.php:191;\";}i:5;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1770025224;s:7:\"comment\";s:269:\"The root container has not been created yet. => StaticContainer.php:40; StaticContainer.php:75; Config.php:62; Common.php:65; Model.php:50; Sync.php:200; Sync.php:94; ScheduledTasks.php:307; class-wp-hook.php:322; class-wp-hook.php:348; plugin.php:565; wp-cron.php:191;\";}}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2387, 'matomo-after-cron-matomo_scheduled_sync', 1772919209, 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2390, 'matomo-global-option', 'a:5:{s:29:\"last_tracking_settings_update\";i:1747085415;s:10:\"track_mode\";s:7:\"default\";s:20:\"last_settings_update\";i:1747085415;s:15:\"version_history\";a:1:{i:0;s:5:\"5.6.1\";}s:12:\"core_version\";s:5:\"5.6.2\";}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2395, 'matomo-notification-statuses-1', 'a:1:{s:21:\"crash-analytics-promo\";i:2;}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2399, 'cookie_notice_options', 'a:42:{s:6:\"app_id\";s:25:\"cftotalrewardscom-e1701e4\";s:7:\"app_key\";s:10:\"9e97eb4491\";s:12:\"message_text\";s:153:\"We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.\";s:11:\"accept_text\";s:2:\"Ok\";s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:14:\"Privacy policy\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:0;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:11:\"refuse_text\";s:2:\"No\";s:19:\"revoke_message_text\";s:69:\"You can revoke your consent any time using the Revoke consent button.\";s:11:\"revoke_text\";s:14:\"Revoke consent\";s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:16:\"refuse_code_head\";s:0:\"\";s:11:\"refuse_code\";s:0:\"\";s:16:\"on_scroll_offset\";i:100;s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:19:\"conditional_display\";s:4:\"hide\";s:17:\"conditional_rules\";a:0:{}s:16:\"script_placement\";s:6:\"header\";s:8:\"position\";s:6:\"bottom\";s:11:\"hide_effect\";s:4:\"fade\";s:6:\"colors\";a:4:{s:4:\"text\";s:4:\"#fff\";s:6:\"button\";s:7:\"#00a99d\";s:3:\"bar\";s:7:\"#32323a\";s:11:\"bar_opacity\";i:100;}s:9:\"css_class\";s:0:\"\";s:12:\"app_blocking\";b:0;s:18:\"conditional_active\";b:0;s:13:\"bot_detection\";b:0;s:10:\"debug_mode\";b:0;s:11:\"amp_support\";b:0;s:21:\"caching_compatibility\";b:0;s:10:\"csp_notice\";b:0;s:10:\"refuse_opt\";b:0;s:14:\"revoke_cookies\";b:0;s:11:\"redirection\";b:0;s:9:\"on_scroll\";b:0;s:8:\"on_click\";b:0;s:19:\"deactivation_delete\";b:0;s:8:\"see_more\";b:0;s:14:\"update_version\";i:8;s:13:\"update_notice\";b:1;s:13:\"review_notice\";b:1;s:19:\"review_notice_delay\";i:0;s:9:\"translate\";b:0;}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2400, 'cookie_notice_privacy_consent', 'a:10:{s:16:\"wordpress_active\";b:1;s:21:\"wordpress_active_type\";s:3:\"all\";s:19:\"contactform7_active\";b:0;s:24:\"contactform7_active_type\";s:3:\"all\";s:16:\"mailchimp_active\";b:0;s:21:\"mailchimp_active_type\";s:3:\"all\";s:14:\"wpforms_active\";b:0;s:19:\"wpforms_active_type\";s:3:\"all\";s:18:\"woocommerce_active\";b:0;s:23:\"woocommerce_active_type\";s:3:\"all\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2401, 'cookie_notice_status', 'a:4:{s:6:\"status\";s:6:\"active\";s:12:\"subscription\";s:3:\"pro\";s:18:\"threshold_exceeded\";b:0;s:19:\"activation_datetime\";i:1747313250;}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2402, 'cookie_notice_version', '2.5.6', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2403, 'cookie_notice_app_blocking', 'a:5:{s:10:\"categories\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"Name\";s:16:\"Basic Operations\";s:8:\"Language\";s:2:\"en\";s:10:\"CategoryID\";s:1:\"1\";s:11:\"Description\";s:124:\"This type of sharing is necessary for us to access the data we need to make sure the website is secure and working properly.\";s:12:\"DataAccessed\";O:8:\"stdClass\":4:{s:8:\"personal\";s:0:\"\";s:9:\"anonymous\";s:44:\"Anonymous data like browser name and version\";s:9:\"sensitive\";s:0:\"\";s:12:\"pseudonymous\";s:43:\"Pseudonymous data like authentication token\";}s:9:\"DataLabel\";s:13:\"Data Accessed\";}i:1;O:8:\"stdClass\":6:{s:4:\"Name\";s:23:\"Content Personalization\";s:8:\"Language\";s:2:\"en\";s:10:\"CategoryID\";s:1:\"2\";s:11:\"Description\";s:122:\"When enabled, you allow us to save your preferences and create a profile about you so we can deliver personalized content.\";s:12:\"DataAccessed\";O:8:\"stdClass\":4:{s:8:\"personal\";s:47:\"Personal data like your IP address and location\";s:9:\"anonymous\";s:59:\"Anonymous data like device type, model and operating system\";s:9:\"sensitive\";s:0:\"\";s:12:\"pseudonymous\";s:48:\"Pseudonymous data like site browsing preferences\";}s:9:\"DataLabel\";s:13:\"Data Accessed\";}i:2;O:8:\"stdClass\":6:{s:4:\"Name\";s:17:\"Site Optimization\";s:8:\"Language\";s:2:\"en\";s:10:\"CategoryID\";s:1:\"3\";s:11:\"Description\";s:127:\"When enabled, you allow us to monitor your behavior so we can analyze and improve the services on our website for all visitors.\";s:12:\"DataAccessed\";O:8:\"stdClass\":4:{s:8:\"personal\";s:55:\"Personal data like content, search and purchase history\";s:9:\"anonymous\";s:80:\"Anonymous data like the address of the previously visited website (HTTP Referer)\";s:9:\"sensitive\";s:0:\"\";s:12:\"pseudonymous\";s:51:\"Pseudonymous data like website activity identifiers\";}s:9:\"DataLabel\";s:13:\"Data Accessed\";}i:3;O:8:\"stdClass\":6:{s:4:\"Name\";s:18:\"Ad Personalization\";s:8:\"Language\";s:2:\"en\";s:10:\"CategoryID\";s:1:\"4\";s:11:\"Description\";s:133:\"When enabled, you allow us access to share data with our advertising partners that build profiles about you across multiple websites.\";s:12:\"DataAccessed\";O:8:\"stdClass\":4:{s:8:\"personal\";s:52:\"Personal data like your age, gender and demographics\";s:9:\"anonymous\";s:44:\"Anonymous data like affiliate referral links\";s:9:\"sensitive\";s:0:\"\";s:12:\"pseudonymous\";s:66:\"Pseudonymous data like identifiers used to track and profile users\";}s:9:\"DataLabel\";s:13:\"Data Accessed\";}}s:9:\"providers\";a:101:{i:0;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"1\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:16:\"Google Translate\";s:19:\"ProviderDescription\";s:0:\"\";}i:1;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"2\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:12:\"Google Fonts\";s:19:\"ProviderDescription\";s:142:\"Google Fonts (previously called Google Web Fonts) is an interactive directory of free hosted application programming interfaces for web fonts.\";}i:2;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"3\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:16:\"Google Recaptcha\";s:19:\"ProviderDescription\";s:0:\"\";}i:3;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"4\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:11:\"Google Maps\";s:19:\"ProviderDescription\";s:0:\"\";}i:4;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"5\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:13:\"Google Charts\";s:19:\"ProviderDescription\";s:0:\"\";}i:5;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"6\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:14:\"Google Sign In\";s:19:\"ProviderDescription\";s:0:\"\";}i:6;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"7\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:12:\"GoogleÂ Apps\";s:19:\"ProviderDescription\";s:0:\"\";}i:7;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"8\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:13:\"Google Search\";s:19:\"ProviderDescription\";s:0:\"\";}i:8;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"9\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:18:\"Google Tag Manager\";s:19:\"ProviderDescription\";s:0:\"\";}i:9;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"10\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:7:\"Youtube\";s:19:\"ProviderDescription\";s:0:\"\";}i:10;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"11\";s:11:\"ProviderURL\";s:34:\"https://www.adobe.com/privacy.html\";s:12:\"ProviderName\";s:25:\"Adobe Dynamic Tag Manager\";s:19:\"ProviderDescription\";s:167:\"Adobe Dynamic Tag Management lets you trigger many third party tags and technologies at the same time, rather than requiring you to create separate rules for each one.\";}i:11;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"12\";s:11:\"ProviderURL\";s:34:\"https://www.adobe.com/privacy.html\";s:12:\"ProviderName\";s:8:\"LiveFyre\";s:19:\"ProviderDescription\";s:59:\"Enables comments sections for articles and product reviews.\";}i:12;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"13\";s:11:\"ProviderURL\";s:65:\"https://help.disqus.com/en/articles/1717103-disqus-privacy-policy\";s:12:\"ProviderName\";s:6:\"Disqus\";s:19:\"ProviderDescription\";s:133:\"Disqus,Â Inc.Â isÂ aÂ blogÂ commentÂ hostingÂ serviceÂ forÂ webÂ sitesÂ andÂ onlineÂ communitiesÂ thatÂ usesÂ aÂ networkedÂ platform.\";}i:13;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"14\";s:11:\"ProviderURL\";s:30:\"https://twitter.com/en/privacy\";s:12:\"ProviderName\";s:7:\"Twitter\";s:19:\"ProviderDescription\";s:0:\"\";}i:14;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"15\";s:11:\"ProviderURL\";s:42:\"https://help.instagram.com/519522125107875\";s:12:\"ProviderName\";s:9:\"Instagram\";s:19:\"ProviderDescription\";s:0:\"\";}i:15;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"16\";s:11:\"ProviderURL\";s:45:\"https://www.linkedin.com/legal/privacy-policy\";s:12:\"ProviderName\";s:8:\"LinkedIn\";s:19:\"ProviderDescription\";s:0:\"\";}i:16;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"17\";s:11:\"ProviderURL\";s:46:\"https://policy.pinterest.com/en/privacy-policy\";s:12:\"ProviderName\";s:9:\"Pinterest\";s:19:\"ProviderDescription\";s:0:\"\";}i:17;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"18\";s:11:\"ProviderURL\";s:35:\"https://www.freshworks.com/privacy/\";s:12:\"ProviderName\";s:9:\"Freshchat\";s:19:\"ProviderDescription\";s:0:\"\";}i:18;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"19\";s:11:\"ProviderURL\";s:29:\"https://uservoice.com/privacy\";s:12:\"ProviderName\";s:9:\"Uservoice\";s:19:\"ProviderDescription\";s:0:\"\";}i:19;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"20\";s:11:\"ProviderURL\";s:37:\"https://www.olark.com/privacy-policy/\";s:12:\"ProviderName\";s:5:\"Olark\";s:19:\"ProviderDescription\";s:0:\"\";}i:20;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"21\";s:11:\"ProviderURL\";s:36:\"https://elev.io/legal/privacy-policy\";s:12:\"ProviderName\";s:6:\"Elevio\";s:19:\"ProviderDescription\";s:0:\"\";}i:21;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"22\";s:11:\"ProviderURL\";s:32:\"https://www.home.neustar/privacy\";s:12:\"ProviderName\";s:20:\"AdAdvisor by Neustar\";s:19:\"ProviderDescription\";s:141:\"Neustar provides real-time information, analytics, clearinghouse and directory services to the global communications and Internet industries.\";}i:22;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"23\";s:11:\"ProviderURL\";s:47:\"https://newrelic.com/termsandconditions/privacy\";s:12:\"ProviderName\";s:9:\"New Relic\";s:19:\"ProviderDescription\";s:115:\"New Relic monitors Web and mobile applications in real-time that run in cloud, on-premises, or hybrid environments.\";}i:23;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"24\";s:11:\"ProviderURL\";s:74:\"https://www.nielsen.com/us/en/legal/privacy-statement/digital-measurement/\";s:12:\"ProviderName\";s:14:\"Nielsen Online\";s:19:\"ProviderDescription\";s:162:\"Nielsen Online provides measurement and analysis of online audiences, advertising, video, consumer-generated media, word of mouth, commerce and consumer behavior.\";}i:24;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"25\";s:11:\"ProviderURL\";s:56:\"https://policies.yahoo.com/ie/en/yahoo/privacy/index.htm\";s:12:\"ProviderName\";s:5:\"Yahoo\";s:19:\"ProviderDescription\";s:284:\"Yahoo is globally known for its Web portal, search engine Yahoo! Search, and related services, including Yahoo! Directory, Yahoo! Mail, Yahoo! News, Yahoo! Finance, Yahoo! Groups, Yahoo! Answers, advertising, online mapping, video sharing, fantasy sports and its social media website.\";}i:25;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"26\";s:11:\"ProviderURL\";s:35:\"https://www.optimizely.com/privacy/\";s:12:\"ProviderName\";s:10:\"Optimizely\";s:19:\"ProviderDescription\";s:88:\"Optimizely is a firm that makes customer-experience optimization software for companies.\";}i:26;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"27\";s:11:\"ProviderURL\";s:35:\"https://www.parse.ly/privacy-policy\";s:12:\"ProviderName\";s:8:\"Parse.ly\";s:19:\"ProviderDescription\";s:130:\"Parse.ly provides digital publishers with clear audience insights to answer questions about how readers are responding to content.\";}i:27;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"28\";s:11:\"ProviderURL\";s:38:\"https://www.comscore.com/About/Privacy\";s:12:\"ProviderName\";s:30:\"Scorecard Research by comScore\";s:19:\"ProviderDescription\";s:191:\"Scorecard Research conducts research by collecting Internet web browsing data and then uses that data to help show how people use the Internet, what they like about it, and what they donâ€™t.\";}i:28;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"29\";s:11:\"ProviderURL\";s:29:\"https://chartbeat.com/privacy\";s:12:\"ProviderName\";s:9:\"Chartbeat\";s:19:\"ProviderDescription\";s:37:\"Chartbeat is a web analytics company.\";}i:29;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"30\";s:11:\"ProviderURL\";s:64:\"https://www.oracle.com/legal/privacy/addthis-privacy-policy.html\";s:12:\"ProviderName\";s:17:\"AddThis by Oracle\";s:19:\"ProviderDescription\";s:65:\"Collects and analyzes data related to site usage and performance.\";}i:30;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"31\";s:11:\"ProviderURL\";s:30:\"https://sharethis.com/privacy/\";s:12:\"ProviderName\";s:9:\"ShareThis\";s:19:\"ProviderDescription\";s:65:\"Collects and analyzes data related to site usage and performance.\";}i:31;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"32\";s:11:\"ProviderURL\";s:35:\"https://www.kissmetrics.io/privacy/\";s:12:\"ProviderName\";s:11:\"Kissmetrics\";s:19:\"ProviderDescription\";s:65:\"Collects and analyzes data related to site usage and performance.\";}i:32;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"33\";s:11:\"ProviderURL\";s:34:\"https://segment.com/legal/privacy/\";s:12:\"ProviderName\";s:10:\"Segment IO\";s:19:\"ProviderDescription\";s:65:\"Collects and analyzes data related to site usage and performance.\";}i:33;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"34\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:16:\"Google Analytics\";s:19:\"ProviderDescription\";s:111:\"Google Analytics is a freemium web analytics service offered by Google that tracks and reports website traffic.\";}i:34;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"35\";s:11:\"ProviderURL\";s:41:\"https://www.4wmarketplace.com/privacy_uk/\";s:12:\"ProviderName\";s:14:\"4w Marketplace\";s:19:\"ProviderDescription\";s:0:\"\";}i:35;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"36\";s:11:\"ProviderURL\";s:32:\"https://www.addtoany.com/privacy\";s:12:\"ProviderName\";s:10:\"Add to Any\";s:19:\"ProviderDescription\";s:0:\"\";}i:36;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"37\";s:11:\"ProviderURL\";s:48:\"https://site.adform.com/privacy-center/overview/\";s:12:\"ProviderName\";s:6:\"Adform\";s:19:\"ProviderDescription\";s:64:\"Adform is a global digital media advertising technology company.\";}i:37;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"38\";s:11:\"ProviderURL\";s:34:\"https://www.adobe.com/privacy.html\";s:12:\"ProviderName\";s:21:\"Adobe Marketing Cloud\";s:19:\"ProviderDescription\";s:113:\"Adobe Marketing Cloud is a collection of integrated online marketing and Web analytics products by Adobe Systems.\";}i:38;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"39\";s:11:\"ProviderURL\";s:32:\"https://www.nextroll.com/privacy\";s:12:\"ProviderName\";s:6:\"AdRoll\";s:19:\"ProviderDescription\";s:73:\"AdRoll provides targeted advertising services for our advertiser clients.\";}i:39;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"40\";s:11:\"ProviderURL\";s:37:\"https://albacross.com/privacy-policy/\";s:12:\"ProviderName\";s:9:\"Albacross\";s:19:\"ProviderDescription\";s:0:\"\";}i:40;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"41\";s:11:\"ProviderURL\";s:31:\"https://privacy.aol.com/legacy/\";s:12:\"ProviderName\";s:22:\"Advertising.com by AOL\";s:19:\"ProviderDescription\";s:111:\"Advertising.com is an online advertising company based in the United Statesâ€¦ It was acquired by AOL [in] 2004\";}i:41;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"42\";s:11:\"ProviderURL\";s:44:\"https://www.mondadori.com/privacy-policy-eng\";s:12:\"ProviderName\";s:10:\"Altervista\";s:19:\"ProviderDescription\";s:0:\"\";}i:42;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"43\";s:11:\"ProviderURL\";s:58:\"https://advertising.amazon.com/resources/ad-policy/en/gdpr\";s:12:\"ProviderName\";s:17:\"Amazon Associates\";s:19:\"ProviderDescription\";s:142:\"Amazon referral platform where Associates receive a commission for referring customers to Amazon by placing links to Amazon on their websites.\";}i:43;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"44\";s:11:\"ProviderURL\";s:38:\"https://better.fyi/trackers/adnxs.com/\";s:12:\"ProviderName\";s:26:\"AppNexus by Ad Nexus Media\";s:19:\"ProviderDescription\";s:104:\"Adnxs is a portal for Publishers to the AppNexus online auction exchange used to sell advertising space.\";}i:44;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"45\";s:11:\"ProviderURL\";s:58:\"https://www.audiencescience.com/privacy-policy-highlights/\";s:12:\"ProviderName\";s:15:\"AudienceScience\";s:19:\"ProviderDescription\";s:127:\"AudienceScience works with advertisers, publishers and other businesses, to deliver targeted or personalized ads, to consumers.\";}i:45;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"46\";s:11:\"ProviderURL\";s:41:\"https://www.bidswitch.com/privacy-policy/\";s:12:\"ProviderName\";s:9:\"BidSwitch\";s:19:\"ProviderDescription\";s:199:\"BidSwitch provides a central infrastructure and standard for more than 200 supply and demand technology partners to connect and trade [ad] media across the display, mobile, video & native ecosystems.\";}i:46;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"47\";s:11:\"ProviderURL\";s:83:\"https://www.oracle.com/legal/privacy/marketing-cloud-data-cloud-privacy-policy.html\";s:12:\"ProviderName\";s:17:\"BlueKai by Oracle\";s:19:\"ProviderDescription\";s:129:\"BlueKai is a cloud-based big data platform that enables companies to personalize online, offline, and mobile marketing campaigns.\";}i:47;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"48\";s:11:\"ProviderURL\";s:28:\"https://bombora.com/privacy/\";s:12:\"ProviderName\";s:7:\"Bombora\";s:19:\"ProviderDescription\";s:89:\"The Bombora Data Co-op, is a first of its kind consortium of premium B2B media companies.\";}i:48;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"49\";s:11:\"ProviderURL\";s:56:\"https://policies.yahoo.com/ie/en/yahoo/privacy/index.htm\";s:12:\"ProviderName\";s:19:\"BrightRoll by Yahoo\";s:19:\"ProviderDescription\";s:90:\"BrightRoll is a unified programmatic video advertising platform and a subsidiary of Yahoo!\";}i:49;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"50\";s:11:\"ProviderURL\";s:38:\"https://www.indexexchange.com/privacy/\";s:12:\"ProviderName\";s:30:\"Casale Media by Index Exchange\";s:19:\"ProviderDescription\";s:81:\"Casale Media is a tech company providing online display and advertising services.\";}i:50;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"51\";s:11:\"ProviderURL\";s:31:\"https://www.criteo.com/privacy/\";s:12:\"ProviderName\";s:6:\"Criteo\";s:19:\"ProviderDescription\";s:207:\"Criteo is a â€˜personalized retargeting companyâ€™ that works with Internet retailers to serve personalized online display advertisements to consumers that have previously visited the advertiserâ€™s website.\";}i:51;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"52\";s:11:\"ProviderURL\";s:83:\"https://www.oracle.com/legal/privacy/marketing-cloud-data-cloud-privacy-policy.html\";s:12:\"ProviderName\";s:19:\"Datalogix by Oracle\";s:19:\"ProviderDescription\";s:189:\"Datalogixâ€™sâ€¦ primary objective is to obtain and track offline and online data purchasing behavioral patterns, with the use of information obtained from retailers\' loyalty card programs.\";}i:52;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"53\";s:11:\"ProviderURL\";s:34:\"https://www.adobe.com/privacy.html\";s:12:\"ProviderName\";s:15:\"DemDex by Adobe\";s:19:\"ProviderDescription\";s:110:\"DemDex captures behavioral data on behalf of Websites and advertisers and stores it in a behavioral data bank.\";}i:53;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"54\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:21:\"DoubleClick by Google\";s:19:\"ProviderDescription\";s:95:\"DoubleClick is a subsidiary of Google which develops and provides Internet ad serving services.\";}i:54;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"55\";s:11:\"ProviderURL\";s:44:\"https://better.fyi/trackers/adsymptotic.com/\";s:12:\"ProviderName\";s:10:\"Drawbridge\";s:19:\"ProviderDescription\";s:259:\"Drawbridge has built a cross-device advertising platform that specializes in using machine learning to match individuals across connected devices, including desktops, smartphones, tablets, and connected TVs, in order to serve more relevant ads across devices.\";}i:55;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"56\";s:11:\"ProviderURL\";s:37:\"https://dstillery.com/privacy-policy/\";s:12:\"ProviderName\";s:9:\"Dstillery\";s:19:\"ProviderDescription\";s:92:\"Dstillery uses proprietary social targeting technology to deliver relevant ads to consumers.\";}i:56;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"57\";s:11:\"ProviderURL\";s:74:\"https://www.nielsen.com/us/en/legal/privacy-statement/digital-measurement/\";s:12:\"ProviderName\";s:18:\"eXelate by Nielsen\";s:19:\"ProviderDescription\";s:182:\"eXelate provides data collection, data segmentation, and data distribution to facilitate interest based advertising for advertisers, publishers, and content providers (our customers)\";}i:57;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"58\";s:11:\"ProviderURL\";s:35:\"https://www.facebook.com/policy.php\";s:12:\"ProviderName\";s:8:\"Facebook\";s:19:\"ProviderDescription\";s:0:\"\";}i:58;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"59\";s:11:\"ProviderURL\";s:37:\"https://corp.flipp.com/legal/privacy/\";s:12:\"ProviderName\";s:5:\"Flipp\";s:19:\"ProviderDescription\";s:70:\"The Flipp Network is the worldâ€™s largest shopper marketing platform.\";}i:59;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:10:\"Google Ads\";s:19:\"ProviderDescription\";s:227:\"Google AdSense is a program run by Google that allows publishers in the Google Network of content sites to serve automatic text, image, video, or interactive media advertisements, that are targeted to site content and audience.\";}i:60;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"61\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:28:\"Google Interactive Media Ads\";s:19:\"ProviderDescription\";s:65:\"Display ads in your application\'s video, audio, and game content.\";}i:61;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"62\";s:11:\"ProviderURL\";s:35:\"https://policies.google.com/privacy\";s:12:\"ProviderName\";s:21:\"Google Publisher Tags\";s:19:\"ProviderDescription\";s:0:\"\";}i:62;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"63\";s:11:\"ProviderURL\";s:26:\"http://inform.com/privacy/\";s:12:\"ProviderName\";s:6:\"Inform\";s:19:\"ProviderDescription\";s:192:\"Inform, Inc. operates an online news and information video site that provides personalized content delivery and performance-based monetization to mobile and desktop advertisers and publishers.\";}i:63;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"64\";s:11:\"ProviderURL\";s:38:\"https://better.fyi/trackers/ixiaa.com/\";s:12:\"ProviderName\";s:12:\"IXI Services\";s:19:\"ProviderDescription\";s:213:\"IXI Services enables its clients to differentiate and target consumer households and target markets based on proprietary measures of wealth, income, spending capacity, credit, share-of-wallet, and share-of-market.\";}i:64;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"65\";s:11:\"ProviderURL\";s:34:\"https://sonobi.com/privacy-policy/\";s:12:\"ProviderName\";s:19:\"Jetstream by Sonobi\";s:19:\"ProviderDescription\";s:90:\"Sonobi is an ad technology developer that designs digital advertising tools and solutions.\";}i:65;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"66\";s:11:\"ProviderURL\";s:43:\"https://www.salesforce.com/company/privacy/\";s:12:\"ProviderName\";s:18:\"Krux by Salesforce\";s:19:\"ProviderDescription\";s:71:\"Krux enables the total view, recall and capture of 100% of people data.\";}i:66;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"67\";s:11:\"ProviderURL\";s:43:\"https://www.sovrn.com/legal/privacy-policy/\";s:12:\"ProviderName\";s:14:\"Lijit by Sovrn\";s:19:\"ProviderDescription\";s:63:\"Understand your audience. Engage your readers. Make more money.\";}i:67;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"68\";s:11:\"ProviderURL\";s:29:\"https://liveramp.com/privacy/\";s:12:\"ProviderName\";s:18:\"LIVERAMP by Acxiom\";s:19:\"ProviderDescription\";s:113:\"Provides advertising or advertising-related services such as data collection, behavioral analysis or retargeting.\";}i:68;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"69\";s:11:\"ProviderURL\";s:44:\"https://www.lotame.com/about-lotame/privacy/\";s:12:\"ProviderName\";s:6:\"Lotame\";s:19:\"ProviderDescription\";s:162:\"Lotame is a data management platform that lets marketers, agencies and publishers harness audience data to make smarter marketing, product and business decisions.\";}i:69;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"70\";s:11:\"ProviderURL\";s:40:\"https://better.fyi/trackers/mookie1.com/\";s:12:\"ProviderName\";s:22:\"Media Innovation Group\";s:19:\"ProviderDescription\";s:139:\"The Media Innovation Group provides data management technology and strategy for marketers to centralize their digital marketing activities.\";}i:70;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"71\";s:11:\"ProviderURL\";s:47:\"https://www.mediamath.com/legal/terms/policies/\";s:12:\"ProviderName\";s:9:\"MediaMath\";s:19:\"ProviderDescription\";s:108:\"MediaMath is a global provider of digital media and data management technology for advertisers and agencies.\";}i:71;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"72\";s:11:\"ProviderURL\";s:37:\"https://www.oracle.com/legal/privacy/\";s:12:\"ProviderName\";s:14:\"Moat by Oracle\";s:19:\"ProviderDescription\";s:44:\"Moat measures real-time Attention Analytics.\";}i:72;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"73\";s:11:\"ProviderURL\";s:46:\"https://www.nativo.com/policies-and-guidelines\";s:12:\"ProviderName\";s:6:\"Nativo\";s:19:\"ProviderDescription\";s:51:\"Scalable and automated native advertising platform.\";}i:73;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"74\";s:11:\"ProviderURL\";s:31:\"https://privacy.aol.com/legacy/\";s:12:\"ProviderName\";s:20:\"ONE Ad Server by AOL\";s:19:\"ProviderDescription\";s:112:\"Unified programmatic solution designed to help publishers maximize monetization across every format and channel.\";}i:74;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"75\";s:11:\"ProviderURL\";s:28:\"https://www.openx.com/legal/\";s:12:\"ProviderName\";s:5:\"OpenX\";s:19:\"ProviderDescription\";s:169:\"OpenXâ€™s unified monetization platform combines an ad server and a real-time bidding ad exchange to deliver the highest revenue across every digitally connected screen.\";}i:75;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"76\";s:11:\"ProviderURL\";s:48:\"https://www.outbrain.com/trust-and-transparency/\";s:12:\"ProviderName\";s:8:\"Outbrain\";s:19:\"ProviderDescription\";s:89:\"Outbrain uses interest-based, behavioral technology to power its content recommendations.\";}i:76;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"77\";s:11:\"ProviderURL\";s:38:\"https://better.fyi/trackers/ppjol.net/\";s:12:\"ProviderName\";s:5:\"Piano\";s:19:\"ProviderDescription\";s:117:\"Piano sells products and subscriptions on behalf of the owners and publishers of websites and other digital products.\";}i:77;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"78\";s:11:\"ProviderURL\";s:35:\"https://pubmatic.com/legal/privacy/\";s:12:\"ProviderName\";s:8:\"Pubmatic\";s:19:\"ProviderDescription\";s:137:\"PubMatic is a marketing automation software company for publishers. Using real-time analytics, yield management, and workflow automation.\";}i:78;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"79\";s:11:\"ProviderURL\";s:34:\"https://www.quantcast.com/privacy/\";s:12:\"ProviderName\";s:9:\"Quantcast\";s:19:\"ProviderDescription\";s:119:\"Quantcast is a technology company, founded in 2006, that specializes in audience measurement and real-time advertising.\";}i:79;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"80\";s:11:\"ProviderURL\";s:40:\"https://better.fyi/trackers/gwallet.com/\";s:12:\"ProviderName\";s:9:\"RadiumOne\";s:19:\"ProviderDescription\";s:43:\"RadiumOne is a digital advertising company.\";}i:80;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"81\";s:11:\"ProviderURL\";s:50:\"https://www.gorocketfuel.com/about/privacy-policy/\";s:12:\"ProviderName\";s:11:\"Rocket Fuel\";s:19:\"ProviderDescription\";s:78:\"Rocket Fuel is an ad technology companyâ€¦ founded in 2008 by alumni of Yahoo!\";}i:81;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"82\";s:11:\"ProviderURL\";s:35:\"https://rubiconproject.com/privacy/\";s:12:\"ProviderName\";s:15:\"Rubicon Project\";s:19:\"ProviderDescription\";s:57:\"Rubicon Project is an online advertising technology firm.\";}i:82;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"83\";s:11:\"ProviderURL\";s:52:\"https://simpli.fi/simpli-fi-services-privacy-policy/\";s:12:\"ProviderName\";s:8:\"Simplifi\";s:19:\"ProviderDescription\";s:79:\"Simplifi Holdings, Inc. is a company that provides online advertising services.\";}i:83;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"84\";s:11:\"ProviderURL\";s:39:\"https://www.sitescout.io/privacy_policy\";s:12:\"ProviderName\";s:9:\"SiteScout\";s:19:\"ProviderDescription\";s:89:\"SiteScout is the leading self-serve ad platform for marketing professionals and agencies.\";}i:84;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"85\";s:11:\"ProviderURL\";s:36:\"https://www.spotx.tv/privacy-policy/\";s:12:\"ProviderName\";s:5:\"SpotX\";s:19:\"ProviderDescription\";s:227:\"SpotX is a hosted advertising management platform that provides targeted advertisement insertion and scheduling, campaign management and reporting on a real-time basis primarily used in the monetization of online video content.\";}i:85;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"86\";s:11:\"ProviderURL\";s:47:\"https://www.taboola.com/policies/privacy-policy\";s:12:\"ProviderName\";s:7:\"Taboola\";s:19:\"ProviderDescription\";s:236:\"Taboola is a content marketing â€˜clickbaitâ€™ platform that provides a web widget to content creators on their website to display advertisements for articles, videos, and slideshows, both from within the site and from other publishers.\";}i:86;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"87\";s:11:\"ProviderURL\";s:34:\"https://www.tapad.com/privacy.html\";s:12:\"ProviderName\";s:5:\"Tapad\";s:19:\"ProviderDescription\";s:270:\"Tapad Inc. is a venture-funded startup company that develops and markets software and services for cross-device advertising and content delivery. It uses algorithms to analyze internet and device data and predict whether two or more devices are owned by the same person.\";}i:87;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"88\";s:11:\"ProviderURL\";s:28:\"https://tealium.com/privacy/\";s:12:\"ProviderName\";s:7:\"Tealium\";s:19:\"ProviderDescription\";s:94:\"Tealium is an American companyâ€¦ that sells enterprise tag management and marketing software.\";}i:88;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"89\";s:11:\"ProviderURL\";s:44:\"https://www.thetradedesk.com/general/privacy\";s:12:\"ProviderName\";s:14:\"The Trade Desk\";s:19:\"ProviderDescription\";s:79:\"adsvr.org is the ad server for The Trade Desk, a real-time-bidding ad exchange.\";}i:89;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"90\";s:11:\"ProviderURL\";s:111:\"https://townnews.com/about/privacy/townnews-privacy-statement/article_307a1888-0000-11ea-bdf4-0b3ec0b9bcf5.html\";s:12:\"ProviderName\";s:8:\"TownNews\";s:19:\"ProviderDescription\";s:159:\"TownNews.com, provides online publishing and revenue solutions to news websites. Used by local news sites to serve ads and as a content delivery network (CDN).\";}i:90;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"91\";s:11:\"ProviderURL\";s:51:\"https://www.adobe.com/privacy/experience-cloud.html\";s:12:\"ProviderName\";s:18:\"TubeMogul by Adobe\";s:19:\"ProviderDescription\";s:123:\"TubeMogul is a publicly traded company whose main product is an enterprise software platform for digital video advertising.\";}i:91;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"92\";s:11:\"ProviderURL\";s:48:\"https://www.amobee.com/trust/privacy-guidelines/\";s:12:\"ProviderName\";s:14:\"Turn by Amobee\";s:19:\"ProviderDescription\";s:302:\"Turn provides its business partnersâ€”advertisers and their agencies, website and app publishers, other ad inventory providers, and data vendorsâ€”with technologies that enable the serving and display of relevant advertisements to individuals who access a publisherâ€™s website, mobile app, or content.\";}i:92;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"93\";s:11:\"ProviderURL\";s:69:\"https://help.twitter.com/en/twitter-for-websites-ads-info-and-privacy\";s:12:\"ProviderName\";s:11:\"Twitter Ads\";s:19:\"ProviderDescription\";s:0:\"\";}i:93;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"94\";s:11:\"ProviderURL\";s:48:\"https://www.amobee.com/trust/privacy-guidelines/\";s:12:\"ProviderName\";s:19:\"Videology by Amobee\";s:19:\"ProviderDescription\";s:193:\"Videology is a digital media advertising technology solutions provider, providing its clients with solutions to connect advertiser brands with consumers who are most interested in those brands.\";}i:94;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"95\";s:11:\"ProviderURL\";s:40:\"https://www.yieldbot.com/privacy-policy/\";s:12:\"ProviderName\";s:8:\"Yieldbot\";s:19:\"ProviderDescription\";s:42:\"Cookieless Cross-Device Keyword Targeting.\";}i:95;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"96\";s:11:\"ProviderURL\";s:34:\"https://matomo.org/privacy-policy/\";s:12:\"ProviderName\";s:6:\"Matomo\";s:19:\"ProviderDescription\";s:0:\"\";}i:96;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"97\";s:11:\"ProviderURL\";s:32:\"https://www.crazyegg.com/privacy\";s:12:\"ProviderName\";s:9:\"Crazy Egg\";s:19:\"ProviderDescription\";s:0:\"\";}i:97;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"98\";s:11:\"ProviderURL\";s:45:\"https://www.linkedin.com/legal/privacy-policy\";s:12:\"ProviderName\";s:17:\"LinkedIn Insights\";s:19:\"ProviderDescription\";s:0:\"\";}i:98;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"99\";s:11:\"ProviderURL\";s:33:\"https://jabmo.com/privacy-policy/\";s:12:\"ProviderName\";s:5:\"Jabmo\";s:19:\"ProviderDescription\";s:0:\"\";}i:99;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:3:\"100\";s:11:\"ProviderURL\";s:38:\"https://sharpspring.com/legal/privacy/\";s:12:\"ProviderName\";s:11:\"SharpSpring\";s:19:\"ProviderDescription\";s:0:\"\";}i:100;O:8:\"stdClass\":5:{s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:3:\"101\";s:11:\"ProviderURL\";s:25:\"https://vimeo.com/privacy\";s:12:\"ProviderName\";s:5:\"Vimeo\";s:19:\"ProviderDescription\";s:0:\"\";}}s:8:\"patterns\";a:159:{i:0;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"translate.google.com\";s:8:\"CookieID\";s:1:\"1\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"1\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:1;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"fonts.googleapis.com\";s:8:\"CookieID\";s:1:\"2\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"2\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:2;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"google.com/recaptcha\";s:8:\"CookieID\";s:1:\"3\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"3\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:3;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"google.com/maps\";s:8:\"CookieID\";s:1:\"4\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"4\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:4;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:19:\"maps.google.it/maps\";s:8:\"CookieID\";s:1:\"5\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"4\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:5;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"maps.google.com/maps\";s:8:\"CookieID\";s:1:\"6\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"4\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:6;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:21:\"google.com/maps/embed\";s:8:\"CookieID\";s:1:\"7\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"4\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:7;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:17:\"google.com/charts\";s:8:\"CookieID\";s:1:\"8\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"5\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:8;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:30:\"apis.google.com/js/platform.js\";s:8:\"CookieID\";s:1:\"9\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"6\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:9;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:25:\"apis.google.com/js/api.js\";s:8:\"CookieID\";s:2:\"10\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"7\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:10;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"apis.google.com\";s:8:\"CookieID\";s:2:\"11\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"7\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:11;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:16:\"google.com/jsapi\";s:8:\"CookieID\";s:2:\"12\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"8\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:12;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"google.com/coop\";s:8:\"CookieID\";s:2:\"13\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"8\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:13;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:21:\"cse.google.com/cse.js\";s:8:\"CookieID\";s:2:\"14\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"8\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:14;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:27:\"googletagmanager.com/gtm.js\";s:8:\"CookieID\";s:2:\"15\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"9\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:15;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:28:\"googletagmanager.com/gtag/js\";s:8:\"CookieID\";s:2:\"16\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"9\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:16;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:28:\"googletagmanager.com/ns.html\";s:8:\"CookieID\";s:2:\"17\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:1:\"9\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:17;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:22:\"youtube.com/iframe_api\";s:8:\"CookieID\";s:2:\"18\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"10\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:18;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:8:\"youtu.be\";s:8:\"CookieID\";s:2:\"19\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"10\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:19;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"youtube.com\";s:8:\"CookieID\";s:2:\"20\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"10\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:20;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:17:\"youtube.com/embed\";s:8:\"CookieID\";s:2:\"21\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"10\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:21;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:16:\"player.vimeo.com\";s:8:\"CookieID\";s:2:\"22\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:3:\"101\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:22;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"adobedtm.com\";s:8:\"CookieID\";s:2:\"23\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"11\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:23;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"livefyre.com\";s:8:\"CookieID\";s:2:\"24\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"12\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:24;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:7:\"fyre.co\";s:8:\"CookieID\";s:2:\"25\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"12\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:25;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"disqus.com\";s:8:\"CookieID\";s:2:\"26\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"13\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:26;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:31:\"platform.twitter.com/widgets.js\";s:8:\"CookieID\";s:2:\"27\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"14\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:27;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"platform.twitter.com\";s:8:\"CookieID\";s:2:\"28\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"14\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:28;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:33:\"instawidget.net/js/instawidget.js\";s:8:\"CookieID\";s:2:\"29\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"15\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:29;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:27:\"platform.linkedin.com/in.js\";s:8:\"CookieID\";s:2:\"30\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"16\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:30;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:25:\"pinterest.com/js/pinit.js\";s:8:\"CookieID\";s:2:\"31\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"17\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:31;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:19:\"wchat.freshchat.com\";s:8:\"CookieID\";s:2:\"32\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"18\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:32;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"widget.uservoice.com\";s:8:\"CookieID\";s:2:\"33\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"19\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:33;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:36:\"static.olark.com/jsclient/loader0.js\";s:8:\"CookieID\";s:2:\"34\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"20\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:34;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"cdn.elev.io\";s:8:\"CookieID\";s:2:\"35\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"21\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:35;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:29:\"facebook.com/plugins/like.php\";s:8:\"CookieID\";s:2:\"36\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"58\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:36;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:32:\"facebook.com/plugins/likebox.php\";s:8:\"CookieID\";s:2:\"37\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"58\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:37;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:34:\"facebook.com/v3.2/plugins/like.php\";s:8:\"CookieID\";s:2:\"38\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"58\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:38;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:37:\"facebook.com/v3.2/plugins/likebox.php\";s:8:\"CookieID\";s:2:\"39\";s:10:\"CategoryID\";s:1:\"2\";s:10:\"ProviderID\";s:2:\"58\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:39;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"adadvisor.net\";s:8:\"CookieID\";s:2:\"40\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"22\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:40;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"newrelic.com\";s:8:\"CookieID\";s:2:\"41\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"23\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:41;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"nr-data.net\";s:8:\"CookieID\";s:2:\"42\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"23\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:42;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:16:\"imrworldwide.com\";s:8:\"CookieID\";s:2:\"43\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"24\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:43;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"yahoo.com\";s:8:\"CookieID\";s:2:\"44\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"25\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:44;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"yahooapis.com\";s:8:\"CookieID\";s:2:\"45\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"25\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:45;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:14:\"optimizely.com\";s:8:\"CookieID\";s:2:\"46\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"26\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:46;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:21:\"cdn.optimizely.com/js\";s:8:\"CookieID\";s:2:\"47\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"26\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:47;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"parsely.com\";s:8:\"CookieID\";s:2:\"48\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"27\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:48;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:21:\"scorecardresearch.com\";s:8:\"CookieID\";s:2:\"49\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"28\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:49;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:17:\"scoreresearch.com\";s:8:\"CookieID\";s:2:\"50\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"28\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:50;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"scrsrch.com\";s:8:\"CookieID\";s:2:\"51\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"28\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:51;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:17:\"securestudies.com\";s:8:\"CookieID\";s:2:\"52\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"28\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:52;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"chartbeat.net\";s:8:\"CookieID\";s:2:\"53\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"29\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:53;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"chartbeat.com\";s:8:\"CookieID\";s:2:\"54\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"29\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:54;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"addthis.com/js/\";s:8:\"CookieID\";s:2:\"55\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"30\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:55;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:31:\"sharethis.com/button/buttons.js\";s:8:\"CookieID\";s:2:\"56\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"31\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:56;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:37:\"sharethis.com/button/async-buttons.js\";s:8:\"CookieID\";s:2:\"57\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"31\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:57;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:22:\"i.kissmetrics.com/i.js\";s:8:\"CookieID\";s:2:\"58\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"32\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:58;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:27:\"cdn.segment.io/analytics.js\";s:8:\"CookieID\";s:2:\"59\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"33\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:59;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:28:\"cdn.segment.com/analytics.js\";s:8:\"CookieID\";s:2:\"60\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"33\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:60;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"google-analytics.com\";s:8:\"CookieID\";s:2:\"61\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"34\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:61;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"matomo.js\";s:8:\"CookieID\";s:2:\"62\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"96\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:62;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:19:\"script.crazyegg.com\";s:8:\"CookieID\";s:2:\"63\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"97\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:63;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:28:\"lms-analytics/insight.min.js\";s:8:\"CookieID\";s:2:\"64\";s:10:\"CategoryID\";s:1:\"3\";s:10:\"ProviderID\";s:2:\"98\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:64;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:53:\"cdn.feed.4wnet.com/resources/scripts/jsAds-1.4.min.js\";s:8:\"CookieID\";s:2:\"65\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"35\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:65;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:32:\"static.addtoany.com/menu/page.js\";s:8:\"CookieID\";s:2:\"66\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"36\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:66;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"adform.net\";s:8:\"CookieID\";s:2:\"67\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"37\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:67;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"omtrdc.net\";s:8:\"CookieID\";s:2:\"68\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"38\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:68;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:7:\"2o7.net\";s:8:\"CookieID\";s:2:\"69\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"38\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:69;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"adroll.com\";s:8:\"CookieID\";s:2:\"70\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"39\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:70;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"s.adroll.com\";s:8:\"CookieID\";s:2:\"71\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"39\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:71;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"/j/roundtrip.js\";s:8:\"CookieID\";s:2:\"72\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"39\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:72;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"advertising.com\";s:8:\"CookieID\";s:2:\"73\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"41\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:73;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"ad.altervista.org/js\";s:8:\"CookieID\";s:2:\"74\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"42\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:74;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:19:\"amazon-adsystem.com\";s:8:\"CookieID\";s:2:\"75\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"43\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:75;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"adnxs.com\";s:8:\"CookieID\";s:2:\"76\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"44\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:76;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"revsci.net\";s:8:\"CookieID\";s:2:\"77\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"45\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:77;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"bidswitch.net\";s:8:\"CookieID\";s:2:\"78\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"46\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:78;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"bluekai.com\";s:8:\"CookieID\";s:2:\"79\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"47\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:79;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"ml314.com\";s:8:\"CookieID\";s:2:\"80\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"48\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:80;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"btrll.com\";s:8:\"CookieID\";s:2:\"81\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"49\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:81;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"casalemedia.com\";s:8:\"CookieID\";s:2:\"82\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"50\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:82;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"indexww.com\";s:8:\"CookieID\";s:2:\"83\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"50\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:83;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"criteo.com\";s:8:\"CookieID\";s:2:\"84\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"51\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:84;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"nexac.com\";s:8:\"CookieID\";s:2:\"85\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"52\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:85;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"demdex.net\";s:8:\"CookieID\";s:2:\"86\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"53\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:86;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"everestjs.net\";s:8:\"CookieID\";s:2:\"87\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"53\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:87;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"everesttech.net\";s:8:\"CookieID\";s:2:\"88\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"53\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:88;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"doubleclick.net\";s:8:\"CookieID\";s:2:\"89\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"54\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:89;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:8:\"2mdn.net\";s:8:\"CookieID\";s:2:\"90\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"54\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:90;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"adsymptotic.com\";s:8:\"CookieID\";s:2:\"91\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"55\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:91;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:17:\"media6degrees.com\";s:8:\"CookieID\";s:2:\"92\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"56\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:92;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"exelator.com\";s:8:\"CookieID\";s:2:\"93\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"57\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:93;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:20:\"connect.facebook.net\";s:8:\"CookieID\";s:2:\"94\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"58\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:94;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"wishabi.net\";s:8:\"CookieID\";s:2:\"95\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"59\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:95;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"wishabi.com\";s:8:\"CookieID\";s:2:\"96\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"59\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:96;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"circularhub.com\";s:8:\"CookieID\";s:2:\"97\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"59\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:97;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:14:\"google.com/ads\";s:8:\"CookieID\";s:2:\"98\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:98;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"google.se/ads\";s:8:\"CookieID\";s:2:\"99\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:99;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:18:\"google.com/adsense\";s:8:\"CookieID\";s:3:\"100\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:100;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:17:\"google.com/pagead\";s:8:\"CookieID\";s:3:\"101\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:101;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:18:\"google.com/js/gweb\";s:8:\"CookieID\";s:3:\"102\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:102;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:46:\"googlesyndication.com/pagead/js/adsbygoogle.js\";s:8:\"CookieID\";s:3:\"103\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:103;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:39:\"googlesyndication.com/pagead/show_ads.j\";s:8:\"CookieID\";s:3:\"104\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:104;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:41:\"googleadservices.com/pagead/conversion.js\";s:8:\"CookieID\";s:3:\"105\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:105;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:18:\"window.adsbygoogle\";s:8:\"CookieID\";s:3:\"106\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"60\";s:11:\"PatternType\";s:6:\"iFrame\";s:13:\"PatternFormat\";s:3:\"URL\";}i:106;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:21:\"imasdk.googleapis.com\";s:8:\"CookieID\";s:3:\"107\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"61\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:107;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"newsinc.com\";s:8:\"CookieID\";s:3:\"108\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"63\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:108;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"ixiaa.com\";s:8:\"CookieID\";s:3:\"109\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"64\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:109;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"sonobi.com\";s:8:\"CookieID\";s:3:\"110\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"65\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:110;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:8:\"krxd.net\";s:8:\"CookieID\";s:3:\"111\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"66\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:111;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"lijit.com\";s:8:\"CookieID\";s:3:\"112\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"67\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:112;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"rlcdn.com\";s:8:\"CookieID\";s:3:\"113\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"68\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:113;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"pippio.com\";s:8:\"CookieID\";s:3:\"114\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"68\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:114;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"rapleaf.com\";s:8:\"CookieID\";s:3:\"115\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"68\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:115;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"crwdcntrl.net\";s:8:\"CookieID\";s:3:\"116\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"69\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:116;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"mookie1.com\";s:8:\"CookieID\";s:3:\"117\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"70\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:117;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"mathtag.com\";s:8:\"CookieID\";s:3:\"118\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"71\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:118;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"mathads.com\";s:8:\"CookieID\";s:3:\"119\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"71\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:119;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"moatads.com\";s:8:\"CookieID\";s:3:\"120\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"72\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:120;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"moatpixel.com\";s:8:\"CookieID\";s:3:\"121\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"72\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:121;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"postrelease.com\";s:8:\"CookieID\";s:3:\"122\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"73\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:122;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:6:\"ntv.io\";s:8:\"CookieID\";s:3:\"123\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"73\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:123;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"adtechus.com\";s:8:\"CookieID\";s:3:\"124\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"74\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:124;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"openx.net\";s:8:\"CookieID\";s:3:\"125\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"75\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:125;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"odnxs.net\";s:8:\"CookieID\";s:3:\"126\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"75\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:126;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"openx.org\";s:8:\"CookieID\";s:3:\"127\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"75\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:127;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:19:\"openxenterprise.com\";s:8:\"CookieID\";s:3:\"128\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"75\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:128;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:17:\"servedbyopenx.com\";s:8:\"CookieID\";s:3:\"129\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"75\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:129;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"outbrain.js\";s:8:\"CookieID\";s:3:\"130\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"76\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:130;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"ppjol.net\";s:8:\"CookieID\";s:3:\"131\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"77\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:131;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"pubmatic.com\";s:8:\"CookieID\";s:3:\"132\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"78\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:132;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:14:\"quantserve.com\";s:8:\"CookieID\";s:3:\"133\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"79\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:133;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"gwallet.com\";s:8:\"CookieID\";s:3:\"134\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"80\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:134;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"rfihub.com\";s:8:\"CookieID\";s:3:\"135\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"81\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:135;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:18:\"rubiconproject.com\";s:8:\"CookieID\";s:3:\"136\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"82\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:136;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"dpclk.com\";s:8:\"CookieID\";s:3:\"137\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"82\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:137;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"mobsmith.com\";s:8:\"CookieID\";s:3:\"138\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"82\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:138;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"nearbyad.com\";s:8:\"CookieID\";s:3:\"139\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"82\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:139;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"chango.com\";s:8:\"CookieID\";s:3:\"140\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"82\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:140;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"simpli.fi\";s:8:\"CookieID\";s:3:\"141\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"83\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:141;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"sitescout.com\";s:8:\"CookieID\";s:3:\"142\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"84\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:142;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"spotxchange.com\";s:8:\"CookieID\";s:3:\"143\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"85\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:143;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:8:\"spotx.tv\";s:8:\"CookieID\";s:3:\"144\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"85\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:144;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"spotxcdn.com\";s:8:\"CookieID\";s:3:\"145\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"85\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:145;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"taboola.com\";s:8:\"CookieID\";s:3:\"146\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"86\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:146;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"tapad.com\";s:8:\"CookieID\";s:3:\"147\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"87\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:147;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"tiqcdn.com\";s:8:\"CookieID\";s:3:\"148\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"88\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:148;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:10:\"adsrvr.org\";s:8:\"CookieID\";s:3:\"149\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"89\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:149;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:12:\"townnews.com\";s:8:\"CookieID\";s:3:\"150\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"90\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:150;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:13:\"tubemogul.com\";s:8:\"CookieID\";s:3:\"151\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"91\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:151;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:8:\"turn.com\";s:8:\"CookieID\";s:3:\"152\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"92\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:152;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:22:\"static.ads-twitter.com\";s:8:\"CookieID\";s:3:\"153\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"93\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:153;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:11:\"tidaltv.com\";s:8:\"CookieID\";s:3:\"154\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"94\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:154;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:9:\"yldbt.com\";s:8:\"CookieID\";s:3:\"155\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"95\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:155;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:28:\"serve.albacross.com/track.js\";s:8:\"CookieID\";s:3:\"156\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"40\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:156;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:15:\"cdn.azalead.com\";s:8:\"CookieID\";s:3:\"157\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"99\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:157;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:21:\"b2btagmgr.azalead.com\";s:8:\"CookieID\";s:3:\"158\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:2:\"99\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}i:158;O:8:\"stdClass\":6:{s:7:\"Pattern\";s:41:\"marketingautomation.services/client/ss.js\";s:8:\"CookieID\";s:3:\"159\";s:10:\"CategoryID\";s:1:\"4\";s:10:\"ProviderID\";s:3:\"100\";s:11:\"PatternType\";s:6:\"script\";s:13:\"PatternFormat\";s:3:\"URL\";}}s:22:\"google_consent_default\";a:0:{}s:11:\"lastUpdated\";s:19:\"2025-05-15 12:47:32\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2404, 'cookie_notice_app_analytics', 'a:6:{s:17:\"privacyActivities\";a:0:{}s:12:\"topLanguages\";a:1:{i:0;O:8:\"stdClass\":2:{s:8:\"language\";s:2:\"en\";s:9:\"totalrecd\";s:1:\"9\";}}s:10:\"cycleUsage\";O:8:\"stdClass\":7:{s:6:\"visits\";s:1:\"9\";s:7:\"endDate\";s:10:\"2025-06-13\";s:8:\"daysToGo\";s:2:\"28\";s:9:\"startDate\";s:10:\"2025-05-15\";s:10:\"fetch_time\";s:29:\"2025-05-16 00:45:02.439087+00\";s:11:\"createdDate\";s:10:\"2025-05-15\";s:9:\"threshold\";s:0:\"\";}s:15:\"thirtyDaysUsage\";O:8:\"stdClass\":2:{s:6:\"visits\";s:1:\"9\";s:9:\"fetchTime\";s:29:\"2025-05-16 00:45:21.882468+00\";}s:17:\"consentActivities\";a:3:{i:0;O:8:\"stdClass\":3:{s:7:\"eventdt\";s:10:\"2025-05-15\";s:9:\"totalrecd\";s:1:\"3\";s:12:\"consentlevel\";s:1:\"1\";}i:1;O:8:\"stdClass\":3:{s:7:\"eventdt\";s:10:\"2025-05-15\";s:9:\"totalrecd\";s:1:\"0\";s:12:\"consentlevel\";s:1:\"2\";}i:2;O:8:\"stdClass\":3:{s:7:\"eventdt\";s:10:\"2025-05-15\";s:9:\"totalrecd\";s:1:\"0\";s:12:\"consentlevel\";s:1:\"3\";}}s:11:\"lastUpdated\";s:19:\"2025-05-16 04:47:56\";}', 'off');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2407, 'cky_missing_tables', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2408, 'wt_cli_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2409, 'cky_cookie_consent_lite_db_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2410, 'cky_banner_template', 'a:1:{s:2:\"en\";a:2:{s:4:\"html\";s:9575:\"<div class=\"cky-overlay cky-hide\"></div><div class=\"cky-btn-revisit-wrapper cky-revisit-hide\" data-cky-tag=\"revisit-consent\" data-tooltip=\"Consent Preferences\" style=\"background-color:#0056A7\"> <button class=\"cky-btn-revisit\" aria-label=\"Consent Preferences\"> <img src=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/plugins/cookie-law-info/lite/frontend/images/revisit.svg\" alt=\"Revisit consent button\"> </button></div><div class=\"cky-consent-container cky-hide\" tabindex=\"0\"> <div class=\"cky-consent-bar\" data-cky-tag=\"notice\" style=\"background-color:#FFFFFF;border-color:#F4F4F4\">  <div class=\"cky-notice\"> <p class=\"cky-title\" role=\"heading\" aria-level=\"1\" data-cky-tag=\"title\" style=\"color:#212121\">We value your privacy</p><div class=\"cky-notice-group\"> <div class=\"cky-notice-des\" data-cky-tag=\"description\" style=\"color:#212121\"> <p>We use cookies to enhance your browsing experience, serve personalised ads or content, and analyse our traffic. By clicking \"Accept All\", you consent to our use of cookies.</p> </div><div class=\"cky-notice-btn-wrapper\" data-cky-tag=\"notice-buttons\"> <button class=\"cky-btn cky-btn-customize\" aria-label=\"Customise\" data-cky-tag=\"settings-button\" style=\"color:#1863DC;background-color:transparent;border-color:#1863DC\">Customise</button> <button class=\"cky-btn cky-btn-reject\" aria-label=\"Reject All\" data-cky-tag=\"reject-button\" style=\"color:#1863DC;background-color:transparent;border-color:#1863DC\">Reject All</button> <button class=\"cky-btn cky-btn-accept\" aria-label=\"Accept All\" data-cky-tag=\"accept-button\" style=\"color:#FFFFFF;background-color:#1863DC;border-color:#1863DC\">Accept All</button>  </div></div></div></div></div><div class=\"cky-modal\" tabindex=\"0\"> <div class=\"cky-preference-center\" data-cky-tag=\"detail\" style=\"color:#212121;background-color:#FFFFFF;border-color:#F4F4F4\"> <div class=\"cky-preference-header\"> <span class=\"cky-preference-title\" role=\"heading\" aria-level=\"1\" data-cky-tag=\"detail-title\" style=\"color:#212121\">Customise Consent Preferences</span> <button class=\"cky-btn-close\" aria-label=\"[cky_preference_close_label]\" data-cky-tag=\"detail-close\"> <img src=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/plugins/cookie-law-info/lite/frontend/images/close.svg\" alt=\"Close\"> </button> </div><div class=\"cky-preference-body-wrapper\"> <div class=\"cky-preference-content-wrapper\" data-cky-tag=\"detail-description\" style=\"color:#212121\"> <p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.</p><p>The cookies that are categorised as \"Necessary\" are stored on your browser as they are essential for enabling the basic functionalities of the site. </p><p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.</p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.</p> </div><div class=\"cky-accordion-wrapper\" data-cky-tag=\"detail-categories\"> <div class=\"cky-accordion\" id=\"ckyDetailCategorynecessary\"> <div class=\"cky-accordion-item\"> <div class=\"cky-accordion-chevron\"><i class=\"cky-chevron-right\"></i></div> <div class=\"cky-accordion-header-wrapper\"> <div class=\"cky-accordion-header\"><button class=\"cky-accordion-btn\" aria-label=\"Necessary\" data-cky-tag=\"detail-category-title\" style=\"color:#212121\">Necessary</button><span class=\"cky-always-active\">Always Active</span> <div class=\"cky-switch\" data-cky-tag=\"detail-category-toggle\"><input type=\"checkbox\" id=\"ckySwitchnecessary\"></div> </div> <div class=\"cky-accordion-header-des\" data-cky-tag=\"detail-category-description\" style=\"color:#212121\"> <p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.</p></div> </div> </div> <div class=\"cky-accordion-body\"> <div class=\"cky-audit-table\" data-cky-tag=\"audit-table\" style=\"color:#212121;background-color:#f4f4f4;border-color:#ebebeb\"><p class=\"cky-empty-cookies-text\">No cookies to display.</p></div> </div> </div><div class=\"cky-accordion\" id=\"ckyDetailCategoryfunctional\"> <div class=\"cky-accordion-item\"> <div class=\"cky-accordion-chevron\"><i class=\"cky-chevron-right\"></i></div> <div class=\"cky-accordion-header-wrapper\"> <div class=\"cky-accordion-header\"><button class=\"cky-accordion-btn\" aria-label=\"Functional\" data-cky-tag=\"detail-category-title\" style=\"color:#212121\">Functional</button><span class=\"cky-always-active\">Always Active</span> <div class=\"cky-switch\" data-cky-tag=\"detail-category-toggle\"><input type=\"checkbox\" id=\"ckySwitchfunctional\"></div> </div> <div class=\"cky-accordion-header-des\" data-cky-tag=\"detail-category-description\" style=\"color:#212121\"> <p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.</p></div> </div> </div> <div class=\"cky-accordion-body\"> <div class=\"cky-audit-table\" data-cky-tag=\"audit-table\" style=\"color:#212121;background-color:#f4f4f4;border-color:#ebebeb\"><p class=\"cky-empty-cookies-text\">No cookies to display.</p></div> </div> </div><div class=\"cky-accordion\" id=\"ckyDetailCategoryanalytics\"> <div class=\"cky-accordion-item\"> <div class=\"cky-accordion-chevron\"><i class=\"cky-chevron-right\"></i></div> <div class=\"cky-accordion-header-wrapper\"> <div class=\"cky-accordion-header\"><button class=\"cky-accordion-btn\" aria-label=\"Analytics\" data-cky-tag=\"detail-category-title\" style=\"color:#212121\">Analytics</button><span class=\"cky-always-active\">Always Active</span> <div class=\"cky-switch\" data-cky-tag=\"detail-category-toggle\"><input type=\"checkbox\" id=\"ckySwitchanalytics\"></div> </div> <div class=\"cky-accordion-header-des\" data-cky-tag=\"detail-category-description\" style=\"color:#212121\"> <p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.</p></div> </div> </div> <div class=\"cky-accordion-body\"> <div class=\"cky-audit-table\" data-cky-tag=\"audit-table\" style=\"color:#212121;background-color:#f4f4f4;border-color:#ebebeb\"><p class=\"cky-empty-cookies-text\">No cookies to display.</p></div> </div> </div><div class=\"cky-accordion\" id=\"ckyDetailCategoryperformance\"> <div class=\"cky-accordion-item\"> <div class=\"cky-accordion-chevron\"><i class=\"cky-chevron-right\"></i></div> <div class=\"cky-accordion-header-wrapper\"> <div class=\"cky-accordion-header\"><button class=\"cky-accordion-btn\" aria-label=\"Performance\" data-cky-tag=\"detail-category-title\" style=\"color:#212121\">Performance</button><span class=\"cky-always-active\">Always Active</span> <div class=\"cky-switch\" data-cky-tag=\"detail-category-toggle\"><input type=\"checkbox\" id=\"ckySwitchperformance\"></div> </div> <div class=\"cky-accordion-header-des\" data-cky-tag=\"detail-category-description\" style=\"color:#212121\"> <p>Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.</p></div> </div> </div> <div class=\"cky-accordion-body\"> <div class=\"cky-audit-table\" data-cky-tag=\"audit-table\" style=\"color:#212121;background-color:#f4f4f4;border-color:#ebebeb\"><p class=\"cky-empty-cookies-text\">No cookies to display.</p></div> </div> </div><div class=\"cky-accordion\" id=\"ckyDetailCategoryadvertisement\"> <div class=\"cky-accordion-item\"> <div class=\"cky-accordion-chevron\"><i class=\"cky-chevron-right\"></i></div> <div class=\"cky-accordion-header-wrapper\"> <div class=\"cky-accordion-header\"><button class=\"cky-accordion-btn\" aria-label=\"Advertisement\" data-cky-tag=\"detail-category-title\" style=\"color:#212121\">Advertisement</button><span class=\"cky-always-active\">Always Active</span> <div class=\"cky-switch\" data-cky-tag=\"detail-category-toggle\"><input type=\"checkbox\" id=\"ckySwitchadvertisement\"></div> </div> <div class=\"cky-accordion-header-des\" data-cky-tag=\"detail-category-description\" style=\"color:#212121\"> <p>Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.</p></div> </div> </div> <div class=\"cky-accordion-body\"> <div class=\"cky-audit-table\" data-cky-tag=\"audit-table\" style=\"color:#212121;background-color:#f4f4f4;border-color:#ebebeb\"><p class=\"cky-empty-cookies-text\">No cookies to display.</p></div> </div> </div> </div></div><div class=\"cky-footer-wrapper\"> <span class=\"cky-footer-shadow\"></span> <div class=\"cky-prefrence-btn-wrapper\" data-cky-tag=\"detail-buttons\"> <button class=\"cky-btn cky-btn-reject\" aria-label=\"Reject All\" data-cky-tag=\"detail-reject-button\" style=\"color:#1863DC;background-color:transparent;border-color:#1863DC\"> Reject All </button> <button class=\"cky-btn cky-btn-preferences\" aria-label=\"Save My Preferences\" data-cky-tag=\"detail-save-button\" style=\"color:#1863DC;background-color:transparent;border-color:#1863DC\"> Save My Preferences </button> <button class=\"cky-btn cky-btn-accept\" aria-label=\"Accept All\" data-cky-tag=\"detail-accept-button\" style=\"color:#ffffff;background-color:#1863DC;border-color:#1863DC\"> Accept All </button> </div></div></div></div>\";s:6:\"styles\";s:19870:\".cky-overlay{background: #000000; opacity: 0.4; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999999;}.cky-hide{display: none;}.cky-btn-revisit-wrapper{display: flex; align-items: center; justify-content: center; background: #0056a7; width: 45px; height: 45px; border-radius: 50%; position: fixed; z-index: 999999; cursor: pointer;}.cky-revisit-bottom-left{bottom: 15px; left: 15px;}.cky-revisit-bottom-right{bottom: 15px; right: 15px;}.cky-btn-revisit-wrapper .cky-btn-revisit{display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; position: relative; margin: 0; padding: 0;}.cky-btn-revisit-wrapper .cky-btn-revisit img{max-width: fit-content; margin: 0; height: 30px; width: 30px;}.cky-revisit-bottom-left:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; left: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-left:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; left: calc(100% + 2px); border-left-width: 0; border-right-color: #4e4b66;}.cky-revisit-bottom-right:hover::before{content: attr(data-tooltip); position: absolute; background: #4e4b66; color: #ffffff; right: calc(100% + 7px); font-size: 12px; line-height: 16px; width: max-content; padding: 4px 8px; border-radius: 4px;}.cky-revisit-bottom-right:hover::after{position: absolute; content: \"\"; border: 5px solid transparent; right: calc(100% + 2px); border-right-width: 0; border-left-color: #4e4b66;}.cky-revisit-hide{display: none;}.cky-consent-container{position: fixed; width: 440px; box-sizing: border-box; z-index: 9999999; border-radius: 6px;}.cky-consent-container .cky-consent-bar{background: #ffffff; border: 1px solid; padding: 20px 26px; box-shadow: 0 -1px 10px 0 #acabab4d; border-radius: 6px;}.cky-box-bottom-left{bottom: 40px; left: 40px;}.cky-box-bottom-right{bottom: 40px; right: 40px;}.cky-box-top-left{top: 40px; left: 40px;}.cky-box-top-right{top: 40px; right: 40px;}.cky-custom-brand-logo-wrapper .cky-custom-brand-logo{width: 100px; height: auto; margin: 0 0 12px 0;}.cky-notice .cky-title{color: #212121; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 0 12px 0;}.cky-notice-des *,.cky-preference-content-wrapper *,.cky-accordion-header-des *,.cky-gpc-wrapper .cky-gpc-desc *{font-size: 14px;}.cky-notice-des{color: #212121; font-size: 14px; line-height: 24px; font-weight: 400;}.cky-notice-des img{height: 25px; width: 25px;}.cky-consent-bar .cky-notice-des p,.cky-gpc-wrapper .cky-gpc-desc p,.cky-preference-body-wrapper .cky-preference-content-wrapper p,.cky-accordion-header-wrapper .cky-accordion-header-des p,.cky-cookie-des-table li div:last-child p{color: inherit; margin-top: 0; overflow-wrap: break-word;}.cky-notice-des P:last-child,.cky-preference-content-wrapper p:last-child,.cky-cookie-des-table li div:last-child p:last-child,.cky-gpc-wrapper .cky-gpc-desc p:last-child{margin-bottom: 0;}.cky-notice-des a.cky-policy,.cky-notice-des button.cky-policy{font-size: 14px; color: #1863dc; white-space: nowrap; cursor: pointer; background: transparent; border: 1px solid; text-decoration: underline;}.cky-notice-des button.cky-policy{padding: 0;}.cky-notice-des a.cky-policy:focus-visible,.cky-notice-des button.cky-policy:focus-visible,.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,.cky-accordion-header .cky-accordion-btn:focus-visible,.cky-preference-header .cky-btn-close:focus-visible,.cky-switch input[type=\"checkbox\"]:focus-visible,.cky-footer-wrapper a:focus-visible,.cky-btn:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}.cky-btn:focus:not(:focus-visible),.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),.cky-btn-revisit-wrapper .cky-btn-revisit:focus:not(:focus-visible),.cky-preference-header .cky-btn-close:focus:not(:focus-visible),.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible){outline: 0;}button.cky-show-desc-btn:not(:hover):not(:active){color: #1863dc; background: transparent;}button.cky-accordion-btn:not(:hover):not(:active),button.cky-banner-btn-close:not(:hover):not(:active),button.cky-btn-revisit:not(:hover):not(:active),button.cky-btn-close:not(:hover):not(:active){background: transparent;}.cky-consent-bar button:hover,.cky-modal.cky-modal-open button:hover,.cky-consent-bar button:focus,.cky-modal.cky-modal-open button:focus{text-decoration: none;}.cky-notice-btn-wrapper{display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; margin-top: 16px;}.cky-notice-btn-wrapper .cky-btn{text-shadow: none; box-shadow: none;}.cky-btn{flex: auto; max-width: 100%; font-size: 14px; font-family: inherit; line-height: 24px; padding: 8px; font-weight: 500; margin: 0 8px 0 0; border-radius: 2px; cursor: pointer; text-align: center; text-transform: none; min-height: 0;}.cky-btn:hover{opacity: 0.8;}.cky-btn-customize{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-reject{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-btn-accept{background: #1863dc; color: #ffffff; border: 2px solid #1863dc;}.cky-btn:last-child{margin-right: 0;}@media (max-width: 576px){.cky-box-bottom-left{bottom: 0; left: 0;}.cky-box-bottom-right{bottom: 0; right: 0;}.cky-box-top-left{top: 0; left: 0;}.cky-box-top-right{top: 0; right: 0;}}@media (max-width: 440px){.cky-box-bottom-left, .cky-box-bottom-right, .cky-box-top-left, .cky-box-top-right{width: 100%; max-width: 100%;}.cky-consent-container .cky-consent-bar{padding: 20px 0;}.cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper{padding: 0 24px;}.cky-notice-des{max-height: 40vh; overflow-y: scroll;}.cky-notice-btn-wrapper{flex-direction: column; margin-top: 0;}.cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-notice-btn-wrapper .cky-btn-customize{order: 2;}.cky-notice-btn-wrapper .cky-btn-reject{order: 3;}.cky-notice-btn-wrapper .cky-btn-accept{order: 1; margin-top: 16px;}}@media (max-width: 352px){.cky-notice .cky-title{font-size: 16px;}.cky-notice-des *{font-size: 12px;}.cky-notice-des, .cky-btn{font-size: 12px;}}.cky-modal.cky-modal-open{display: flex; visibility: visible; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; transition: all 1s ease;}.cky-modal{box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3); margin: 0 auto; position: fixed; max-width: 100%; background: #ffffff; top: 50%; box-sizing: border-box; border-radius: 6px; z-index: 999999999; color: #212121; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); visibility: hidden; transition: all 0s ease;}.cky-preference-center{max-height: 79vh; overflow: hidden; width: 845px; overflow: hidden; flex: 1 1 0; display: flex; flex-direction: column; border-radius: 6px;}.cky-preference-header{display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid;}.cky-preference-header .cky-preference-title{font-size: 18px; font-weight: 700; line-height: 24px;}.cky-preference-header .cky-btn-close{margin: 0; cursor: pointer; vertical-align: middle; padding: 0; background: none; border: none; width: auto; height: auto; min-height: 0; line-height: 0; text-shadow: none; box-shadow: none;}.cky-preference-header .cky-btn-close img{margin: 0; height: 10px; width: 10px;}.cky-preference-body-wrapper{padding: 0 24px; flex: 1; overflow: auto; box-sizing: border-box;}.cky-preference-content-wrapper,.cky-gpc-wrapper .cky-gpc-desc{font-size: 14px; line-height: 24px; font-weight: 400; padding: 12px 0;}.cky-preference-content-wrapper{border-bottom: 1px solid;}.cky-preference-content-wrapper img{height: 25px; width: 25px;}.cky-preference-content-wrapper .cky-show-desc-btn{font-size: 14px; font-family: inherit; color: #1863dc; text-decoration: none; line-height: 24px; padding: 0; margin: 0; white-space: nowrap; cursor: pointer; background: transparent; border-color: transparent; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-wrapper{margin-bottom: 10px;}.cky-accordion{border-bottom: 1px solid;}.cky-accordion:last-child{border-bottom: none;}.cky-accordion .cky-accordion-item{display: flex; margin-top: 10px;}.cky-accordion .cky-accordion-body{display: none;}.cky-accordion.cky-accordion-active .cky-accordion-body{display: block; padding: 0 22px; margin-bottom: 16px;}.cky-accordion-header-wrapper{cursor: pointer; width: 100%;}.cky-accordion-item .cky-accordion-header{display: flex; justify-content: space-between; align-items: center;}.cky-accordion-header .cky-accordion-btn{font-size: 16px; font-family: inherit; color: #212121; line-height: 24px; background: none; border: none; font-weight: 700; padding: 0; margin: 0; cursor: pointer; text-transform: none; min-height: 0; text-shadow: none; box-shadow: none;}.cky-accordion-header .cky-always-active{color: #008000; font-weight: 600; line-height: 24px; font-size: 14px;}.cky-accordion-header-des{font-size: 14px; line-height: 24px; margin: 10px 0 16px 0;}.cky-accordion-chevron{margin-right: 22px; position: relative; cursor: pointer;}.cky-accordion-chevron-hide{display: none;}.cky-accordion .cky-accordion-chevron i::before{content: \"\"; position: absolute; border-right: 1.4px solid; border-bottom: 1.4px solid; border-color: inherit; height: 6px; width: 6px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); transition: all 0.2s ease-in-out; top: 8px;}.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}.cky-audit-table{background: #f4f4f4; border-radius: 6px;}.cky-audit-table .cky-empty-cookies-text{color: inherit; font-size: 12px; line-height: 24px; margin: 0; padding: 10px;}.cky-audit-table .cky-cookie-des-table{font-size: 12px; line-height: 24px; font-weight: normal; padding: 15px 10px; border-bottom: 1px solid; border-bottom-color: inherit; margin: 0;}.cky-audit-table .cky-cookie-des-table:last-child{border-bottom: none;}.cky-audit-table .cky-cookie-des-table li{list-style-type: none; display: flex; padding: 3px 0;}.cky-audit-table .cky-cookie-des-table li:first-child{padding-top: 0;}.cky-cookie-des-table li div:first-child{width: 100px; font-weight: 600; word-break: break-word; word-wrap: break-word;}.cky-cookie-des-table li div:last-child{flex: 1; word-break: break-word; word-wrap: break-word; margin-left: 8px;}.cky-footer-shadow{display: block; width: 100%; height: 40px; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); position: absolute; bottom: calc(100% - 1px);}.cky-footer-wrapper{position: relative;}.cky-prefrence-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px; border-top: 1px solid;}.cky-prefrence-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-btn-preferences{color: #1863dc; background: transparent; border: 2px solid #1863dc;}.cky-preference-header,.cky-preference-body-wrapper,.cky-preference-content-wrapper,.cky-accordion-wrapper,.cky-accordion,.cky-accordion-wrapper,.cky-footer-wrapper,.cky-prefrence-btn-wrapper{border-color: inherit;}@media (max-width: 845px){.cky-modal{max-width: calc(100% - 16px);}}@media (max-width: 576px){.cky-modal{max-width: 100%;}.cky-preference-center{max-height: 100vh;}.cky-prefrence-btn-wrapper{flex-direction: column;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding-right: 0;}.cky-prefrence-btn-wrapper .cky-btn{width: 100%; margin: 10px 0 0 0;}.cky-prefrence-btn-wrapper .cky-btn-reject{order: 3;}.cky-prefrence-btn-wrapper .cky-btn-accept{order: 1; margin-top: 0;}.cky-prefrence-btn-wrapper .cky-btn-preferences{order: 2;}}@media (max-width: 425px){.cky-accordion-chevron{margin-right: 15px;}.cky-notice-btn-wrapper{margin-top: 0;}.cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px;}}@media (max-width: 352px){.cky-preference-header .cky-preference-title{font-size: 16px;}.cky-preference-header{padding: 16px 24px;}.cky-preference-content-wrapper *, .cky-accordion-header-des *{font-size: 12px;}.cky-preference-content-wrapper, .cky-preference-content-wrapper .cky-show-more, .cky-accordion-header .cky-always-active, .cky-accordion-header-des, .cky-preference-content-wrapper .cky-show-desc-btn, .cky-notice-des a.cky-policy{font-size: 12px;}.cky-accordion-header .cky-accordion-btn{font-size: 14px;}}.cky-switch{display: flex;}.cky-switch input[type=\"checkbox\"]{position: relative; width: 44px; height: 24px; margin: 0; background: #d0d5d2; -webkit-appearance: none; border-radius: 50px; cursor: pointer; outline: 0; border: none; top: 0;}.cky-switch input[type=\"checkbox\"]:checked{background: #1863dc;}.cky-switch input[type=\"checkbox\"]:before{position: absolute; content: \"\"; height: 20px; width: 20px; left: 2px; bottom: 2px; border-radius: 50%; background-color: white; -webkit-transition: 0.4s; transition: 0.4s; margin: 0;}.cky-switch input[type=\"checkbox\"]:after{display: none;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px);}@media (max-width: 425px){.cky-switch input[type=\"checkbox\"]{width: 38px; height: 21px;}.cky-switch input[type=\"checkbox\"]:before{height: 17px; width: 17px;}.cky-switch input[type=\"checkbox\"]:checked:before{-webkit-transform: translateX(17px); -ms-transform: translateX(17px); transform: translateX(17px);}}.cky-consent-bar .cky-banner-btn-close{position: absolute; right: 9px; top: 5px; background: none; border: none; cursor: pointer; padding: 0; margin: 0; min-height: 0; line-height: 0; height: auto; width: auto; text-shadow: none; box-shadow: none;}.cky-consent-bar .cky-banner-btn-close img{height: 9px; width: 9px; margin: 0;}.cky-notice-group{font-size: 14px; line-height: 24px; font-weight: 400; color: #212121;}.cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 14px; line-height: 24px; padding: 6px 0; margin: 0; font-weight: 500; background: none; border-radius: 2px; border: none; cursor: pointer; text-align: left; color: #1863dc; background: transparent; border-color: transparent; box-shadow: none; text-shadow: none;}.cky-consent-bar .cky-banner-btn-close:focus-visible,.cky-notice-btn-wrapper .cky-btn-do-not-sell:focus-visible,.cky-opt-out-btn-wrapper .cky-btn:focus-visible,.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:focus-visible{outline: 2px solid #1863dc; outline-offset: 2px;}@media (max-width: 440px){.cky-consent-container{width: 100%;}}@media (max-width: 352px){.cky-notice-des a.cky-policy, .cky-notice-btn-wrapper .cky-btn-do-not-sell{font-size: 12px;}}.cky-opt-out-wrapper{padding: 12px 0;}.cky-opt-out-wrapper .cky-opt-out-checkbox-wrapper{display: flex; align-items: center;}.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 16px; font-weight: 700; line-height: 24px; margin: 0 0 0 12px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{background-color: #ffffff; border: 1px solid black; width: 20px; height: 18.5px; margin: 0; -webkit-appearance: none; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 2px; cursor: pointer;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked{background-color: #1863dc; border: none;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 6px; bottom: 4px; width: 7px; height: 13px; border: solid #ffffff; border-width: 0 3px 3px 0; border-radius: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); content: \"\"; position: absolute; box-sizing: border-box;}.cky-opt-out-checkbox-wrapper.cky-disabled .cky-opt-out-checkbox-label,.cky-opt-out-checkbox-wrapper.cky-disabled input[type=\"checkbox\"].cky-opt-out-checkbox{cursor: no-drop;}.cky-gpc-wrapper{margin: 0 0 0 32px;}.cky-footer-wrapper .cky-opt-out-btn-wrapper{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 22px 24px;}.cky-opt-out-btn-wrapper .cky-btn{flex: auto; max-width: 100%; text-shadow: none; box-shadow: none;}.cky-opt-out-btn-wrapper .cky-btn-cancel{border: 1px solid #dedfe0; background: transparent; color: #858585;}.cky-opt-out-btn-wrapper .cky-btn-confirm{background: #1863dc; color: #ffffff; border: 1px solid #1863dc;}@media (max-width: 352px){.cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{font-size: 14px;}.cky-gpc-wrapper .cky-gpc-desc, .cky-gpc-wrapper .cky-gpc-desc *{font-size: 12px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox{width: 16px; height: 16px;}.cky-opt-out-checkbox-wrapper input[type=\"checkbox\"].cky-opt-out-checkbox:checked::after{left: 5px; bottom: 4px; width: 3px; height: 9px;}.cky-gpc-wrapper{margin: 0 0 0 28px;}}.video-placeholder-youtube{background-size: 100% 100%; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%;}.video-placeholder-text-youtube{text-align: center; align-items: center; padding: 10px 16px; background-color: #000000cc; color: #ffffff; border: 1px solid; border-radius: 2px; cursor: pointer;}.video-placeholder-normal{background-image: url(\"/wp-content/plugins/cookie-law-info/lite/frontend/images/placeholder.svg\"); background-size: 80px; background-position: center; background-repeat: no-repeat; background-color: #b2b0b059; position: relative; display: flex; align-items: flex-end; justify-content: center; max-width: 100%;}.video-placeholder-text-normal{align-items: center; padding: 10px 16px; text-align: center; border: 1px solid; border-radius: 2px; cursor: pointer;}.cky-rtl{direction: rtl; text-align: right;}.cky-rtl .cky-banner-btn-close{left: 9px; right: auto;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 8px;}.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-notice-btn-wrapper{margin-left: 0; margin-right: 15px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 8px;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-accordion .cky-accordion-chevron i::before{border: none; border-left: 1.4px solid; border-top: 1.4px solid; left: 12px;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before{-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}@media (max-width: 768px){.cky-rtl .cky-notice-btn-wrapper{margin-right: 0;}}@media (max-width: 576px){.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child{margin-right: 0;}.cky-rtl .cky-prefrence-btn-wrapper .cky-btn{margin-right: 0;}.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 22px 0 0;}}@media (max-width: 425px){.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body{padding: 0 15px 0 0;}}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn{margin-right: 12px;}.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child{margin-right: 0;}.cky-rtl .cky-opt-out-checkbox-wrapper .cky-opt-out-checkbox-label{margin: 0 12px 0 0;}\";}}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2411, 'cky_banners_table_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2412, 'cky_cookie_category_table_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2413, 'cky_cookie_table_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2414, 'cky_settings', 'a:6:{s:4:\"site\";a:2:{s:3:\"url\";s:49:\"https://lsk.yzp.mybluehost.me/website_441840fc/uk\";s:9:\"installed\";i:1747371305;}s:3:\"api\";a:1:{s:5:\"token\";s:987:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiOTI4MjhkYjY3NmQ0NjM2MDExYWEzOGM3NjEwYmQzM2Y1YmU2MmQzYzJiNTFlZGI2Yjc3NDUxMTgzODRjMzBlZjQyZTc4MmRiYjllZTI2ZDUiLCJpYXQiOjE3NDczNzE1MTAuNjY3NDcyLCJuYmYiOjE3NDczNzE1MTAuNjY3NDc3LCJleHAiOjIzNzg1MjM1MTAuNjYxNjUzLCJzdWIiOiI3NjE0ODciLCJzY29wZXMiOltdfQ.DoXqzDFISJyPhtwnp_iXx9FEV44lY-RgB-PGkGXt5WCKmKkdbwScf8H2XZoNO4bqyaKPsQ8lpJZbtxWD3QaNFXjiIKHNBYvHQjZ6_2r8KxpNXRKyDqsBDTN5iZgRHeu_rAFYJNgScXF2zYYsQB1vX54pWM_rVvOVZEKzvOUaMBrJt7rqDG1FbqEcUMlgHoHTBYyS_UNMpetS151O8RFt96dLMaPRPQ2j-3jGMIhuiiY3QPcAG54oNGWUsVL2a3wRJ4NzsQVbTvZ_xYeLfFO20yKHWrDxXT_n5PMqyRcWbgQ9mVA9uXC3Uu6ZMayrI5KwLDeEMKqOVDWZVvsmta18N_STDY13GW7UE8b3GYBZ6c8kNDiZP8Sjvad6XXg2WrXyaeRFOcQtq6iTh29NsVBbely4VC-wugIL4Bcq61whWmI1wUGpnJn36w2UAKmSkuEvtlaLO1Qk1P_S9SFY6h_62lIkP0JM00haNoKfwdCfoX7mH6IFMv3yYj97URGoGAN2XFFM2BKt1GvtcNl9GTxo5UN1W3bEgbLyhgiX68Kzvc9A6RMlC72bjY9_IiBkn9do6UiBq0bLucJeld8wqrKbc6TrHRNan1TYduXXXR--BMMlORWVabuCTe8uop9b_NgCcu_k7SsXAKLQZaCd8KI_UkiYGvbVkiMO8pMNs1SYFlg\";}s:7:\"account\";a:6:{s:5:\"email\";s:22:\"tim@bandoliergroup.com\";s:6:\"domain\";s:0:\"\";s:9:\"connected\";b:1;s:4:\"plan\";s:4:\"free\";s:10:\"website_id\";s:7:\"1046521\";s:11:\"website_key\";s:24:\"c51e1e135a62fde021e7f74d\";}s:12:\"consent_logs\";a:1:{s:6:\"status\";b:1;}s:9:\"languages\";a:2:{s:8:\"selected\";a:1:{i:0;s:2:\"en\";}s:7:\"default\";s:2:\"en\";}s:10:\"onboarding\";a:1:{s:4:\"step\";i:2;}}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2415, 'cky_gcm_settings', 'a:5:{s:6:\"status\";b:0;s:16:\"default_settings\";a:1:{i:0;a:7:{s:9:\"analytics\";s:6:\"denied\";s:13:\"advertisement\";s:6:\"denied\";s:10:\"functional\";s:6:\"denied\";s:9:\"necessary\";s:7:\"granted\";s:12:\"ad_user_data\";s:6:\"denied\";s:18:\"ad_personalization\";s:6:\"denied\";s:7:\"regions\";s:3:\"All\";}}s:15:\"wait_for_update\";i:2000;s:15:\"url_passthrough\";b:0;s:18:\"ads_data_redaction\";b:0;}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2417, 'dipi_show_clear_divi_cache_in_adminbar_only_admin', 'on', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2418, 'dipi_enable_clear_cache_on_schedule', 'on', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2419, 'dipi_clear_cache_schedule', 'daily', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2420, 'dipi_enable_clear_cache_on_wp_hook', 'on', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2421, 'dipi_clear_cache_on_wp_hook', 'a:1:{i:0;s:15:\"after_post_save\";}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2422, 'dipi_cache_notice', '', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2423, 'dipi_enable_social_icons_multiple_menus', 'off', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2424, 'dipi_social_icons_multiple_menus', '', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2425, 'dipi_popup_as_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2426, 'dipi_mobile_menu_popup', '0', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2427, 'dipi_popup_select_menu', '', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2431, 'matomo-scheduled-task-failures', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2458, 'matomo-user-login-4', 'jasminekonkin', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2576, 'googlesitekit_db_version', '1.163.0', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2578, 'cky_admin_notices', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2579, 'googlesitekit_has_connected_admins', '0', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2585, 'matomo-user-login-5', 'rebeccakershberg', 'auto');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2614, 'wp_notes_notify', 1, 'on');

INSERT IGNORE INTO `wp_3_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2621, '_et_builder_da_feature_cache', 'a:2:{i:0;s:40:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\"}\";i:1;a:1:{s:8:\"notfound\";a:1:{s:29:\"_et_dynamic_cached_shortcodes\";a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}}}}', 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=45291 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2, 3, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15, 13, '_wp_attached_file', '2023/03/cfi_logo_tm_rgb_color_pos.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16, 13, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1794;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17, 14, '_wp_attached_file', '2023/03/CFlogo_with_subtitle.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18, 14, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:5678;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19, 15, '_wp_attached_file', '2023/03/CFapple-icon-180x180-1.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:34:\"2023/03/CFapple-icon-180x180-1.png\";s:8:\"filesize\";i:6701;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"CFapple-icon-180x180-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23, 17, '_edit_lock', '1749233346:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27, 17, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28, 17, '_et_gb_content_width', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29, 17, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30, 17, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31, 17, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32, 17, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34, 17, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35, 17, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36, 17, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37, 17, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"17\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38, 17, '_et_pb_custom_css', '.slider_subhead {font-size: 27px !important; color: #333 !important; padding-bottom: .7em; line-height: 1.2;}\n\n/*** Responsive Styles Smartphone Only ***/\n@media all and (max-width: 767px) {\n.slider_subhead {font-size: 27px !important; color: #fff !important; padding-bottom: .7em; line-height: 1.2;} \n}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39, 17, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41, 17, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42, 17, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43, 17, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44, 17, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45, 17, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66, 21, '_wp_attached_file', '2023/03/alex-montage.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:724;s:4:\"file\";s:24:\"2023/03/alex-montage.png\";s:8:\"filesize\";i:122907;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"alex-montage-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14913;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"alex-montage-1024x570.png\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"alex-montage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12528;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"alex-montage-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52894;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25286;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"alex-montage-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102777;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29515;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43809;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"alex-montage-1080x601.png\";s:5:\"width\";i:1080;s:6:\"height\";i:601;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87685;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61872;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"alex-montage-1280x713.png\";s:5:\"width\";i:1280;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113950;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"alex-montage-980x546.png\";s:5:\"width\";i:980;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75056;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"alex-montage-480x267.png\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70, 23, '_wp_attached_file', '2023/03/health.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (71, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2023/03/health.png\";s:8:\"filesize\";i:7671;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"health-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"health-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10322;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"health-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25028;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"health-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26470;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"health-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5675;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"health-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72, 24, '_wp_attached_file', '2023/03/wealth.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2023/03/wealth.png\";s:8:\"filesize\";i:6899;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"wealth-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"wealth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8574;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"wealth-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18320;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"wealth-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19478;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"wealth-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4955;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"wealth-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74, 25, '_wp_attached_file', '2023/03/self.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (75, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:16:\"2023/03/self.png\";s:8:\"filesize\";i:9524;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"self-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"self-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"self-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32640;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"self-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34998;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"self-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"self-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (80, 17, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (82, 17, '_et_builder_dynamic_assets_loading_attr_threshold', 12);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90, 32, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (91, 32, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92, 32, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93, 32, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94, 32, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (95, 32, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (96, 32, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (97, 32, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (98, 32, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (99, 32, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (100, 32, '_edit_lock', '1684235072:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (102, 32, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (103, 32, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (104, 32, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (105, 32, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"32\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (106, 32, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (107, 32, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (109, 32, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (110, 32, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (111, 32, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (120, 32, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (131, 37, '_wp_attached_file', '2023/03/strive_slider_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (132, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:765;s:4:\"file\";s:32:\"2023/03/strive_slider_image1.jpg\";s:8:\"filesize\";i:96752;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12503;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40438;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1536x734.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108761;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22022;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24557;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35096;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1080x516.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65658;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39030;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1280x612.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83529;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-980x469.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-480x230.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2019 Popartic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (133, 39, '_wp_attached_file', '2023/03/strive_slider_image2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (134, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:32:\"2023/03/strive_slider_image2.jpg\";s:8:\"filesize\";i:91611;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12239;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8641;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37606;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99179;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20006;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75093;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21728;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30462;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59736;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26366;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76523;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51855;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2019 Popartic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (139, 41, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (140, 41, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (141, 41, '_menu_item_object_id', 41);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (142, 41, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (143, 41, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (144, 41, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (145, 41, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (146, 41, '_menu_item_url', '/uk/be-rewarded/');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (188, 46, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (189, 46, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (190, 46, '_menu_item_object_id', 46);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (191, 46, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (192, 46, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (193, 46, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (194, 46, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (195, 46, '_menu_item_url', '/uk/be-well/');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (277, 55, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (278, 55, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (279, 55, '_menu_item_object_id', 55);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (280, 55, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (281, 55, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (282, 55, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (283, 55, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (284, 55, '_menu_item_url', '/uk/be-balanced/');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (340, 62, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (341, 62, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (342, 62, '_menu_item_object_id', 62);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (343, 62, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (344, 62, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (345, 62, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (346, 62, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (347, 62, '_menu_item_url', '/uk/be-successful/');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (421, 72, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (422, 72, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (423, 72, '_menu_item_object_id', 72);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (424, 72, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (425, 72, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (426, 72, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (427, 72, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (428, 72, '_menu_item_url', '/uk/be-prepared/');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (450, 74, '_wp_attached_file', '2023/03/strive-mobile-image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (451, 74, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2023/03/strive-mobile-image1.jpg\";s:8:\"filesize\";i:85234;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11607;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8224;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79005;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94137;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61532;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19136;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26885;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27704;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40823;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (583, 91, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (584, 91, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (585, 91, '_menu_item_object_id', 91);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (586, 91, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (587, 91, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (588, 91, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (589, 91, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (590, 91, '_menu_item_url', '/uk/be-included/');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (664, 100, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (665, 100, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (666, 100, '_menu_item_object_id', 100);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (667, 100, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (668, 100, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (669, 100, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (670, 100, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (671, 100, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (745, 109, '_wp_attached_file', '2023/03/2023_guide.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (746, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:646;s:4:\"file\";s:22:\"2023/03/2023_guide.jpg\";s:8:\"filesize\";i:31712;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2023_guide-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2023_guide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6434;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17254;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27479;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"2023_guide-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (763, 113, '_wp_attached_file', '2023/03/CLI_powered_by_you.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (764, 113, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:2524;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (773, 116, '_wp_attached_file', '2023/03/strive_slider_image3.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (774, 116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:32:\"2023/03/strive_slider_image3.jpg\";s:8:\"filesize\";i:112565;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13348;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8822;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45265;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120019;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21568;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23664;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33762;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29517;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92661;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63604;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (775, 117, '_wp_attached_file', '2023/03/strive-mobile-image2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (776, 117, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2023/03/strive-mobile-image2.jpg\";s:8:\"filesize\";i:88199;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14084;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103998;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122535;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20341;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75443;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23293;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33599;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37283;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (795, 122, '_wp_attached_file', '2023/03/CLI_powered_by_you_outline.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (796, 122, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:6875;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (805, 125, '_edit_lock', '1745782810:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (806, 125, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (807, 125, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (808, 125, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (809, 125, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (810, 125, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (811, 125, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (812, 125, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (813, 125, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (814, 125, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (815, 125, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (821, 127, '_wp_attached_file', '2023/03/medicalBG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (822, 127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2023/03/medicalBG.jpg\";s:8:\"filesize\";i:80759;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"medicalBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6005;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"medicalBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"medicalBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4146;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"medicalBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15197;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"medicalBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39978;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6072;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"medicalBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29550;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7450;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"medicalBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24079;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6566;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"medicalBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30524;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"medicalBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21087;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"medicalBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9055;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (823, 125, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (824, 125, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (825, 125, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (826, 125, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"125\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (827, 125, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (828, 125, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (830, 125, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (831, 125, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (832, 125, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (835, 125, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (895, 139, '_wp_attached_file', '2023/03/inclusion_icon.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (896, 139, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1430;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (897, 140, '_wp_attached_file', '2023/03/success_icon.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (898, 140, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:689;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (899, 141, '_wp_attached_file', '2023/03/award_icon.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (900, 141, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1336;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (901, 142, '_wp_attached_file', '2023/03/balance_icon.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (902, 142, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1713;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (903, 143, '_wp_attached_file', '2023/03/planning_icon.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (904, 143, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1080;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (905, 144, '_wp_attached_file', '2023/03/medical_icon.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (906, 144, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1120;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (917, 147, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (918, 147, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (919, 147, '_menu_item_object_id', 125);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (920, 147, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (921, 147, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (922, 147, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (923, 147, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (924, 147, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (926, 148, '_wp_attached_file', '2023/03/ayco-slider2-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (927, 148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:31:\"2023/03/ayco-slider2-mobile.jpg\";s:8:\"filesize\";i:119804;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13766;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9727;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136563;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163068;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27776;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30518;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46461;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43694;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65029;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (928, 149, '_wp_attached_file', '2023/03/ayco-slider2_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (929, 149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:31:\"2023/03/ayco-slider2_image1.jpg\";s:8:\"filesize\";i:123010;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12635;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8347;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44209;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123586;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20770;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84028;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22190;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30772;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24879;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94317;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62858;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (966, 17, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (967, 17, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1066, 166, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1067, 166, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1068, 166, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1069, 166, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1070, 166, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1071, 166, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1072, 166, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1073, 166, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1074, 166, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1075, 166, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1076, 166, '_edit_lock', '1745924867:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1078, 166, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1079, 166, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1080, 166, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1081, 166, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"166\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1082, 166, '_et_pb_custom_css', '.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1083, 166, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1085, 166, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1086, 166, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1087, 166, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1090, 166, '_et_builder_dynamic_assets_loading_attr_threshold', 6);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1093, 166, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1094, 167, '_wp_attached_file', '2023/03/ppl-slider3_image1.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1095, 167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:30:\"2023/03/ppl-slider3_image1.jpg\";s:8:\"filesize\";i:95002;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11096;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36489;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101398;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17516;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18243;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25381;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59316;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20279;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76865;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51661;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1099, 169, '_wp_attached_file', '2023/03/ppl-slider3-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1100, 169, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1056;s:6:\"height\";i:1877;s:4:\"file\";s:30:\"2023/03/ppl-slider3-mobile.jpg\";s:8:\"filesize\";i:114412;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13820;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74111;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115617;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138012;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21923;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-1056x675.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95414;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24046;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35456;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36655;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:32:\"ppl-slider3-mobile-1056x1800.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188055;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-980x1742.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167446;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56385;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1109, 170, '_wp_attached_file', '2023/03/lower_tri-form_1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1110, 170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:906;s:4:\"file\";s:28:\"2023/03/lower_tri-form_1.jpg\";s:8:\"filesize\";i:8718;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-768x805.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10030;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2902;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-864x675.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9506;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4458;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4764;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-480x503.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1120, 173, '_wp_attached_file', '2023/03/lower_tri-form_2.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1121, 173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:867;s:6:\"height\";i:909;s:4:\"file\";s:28:\"2023/03/lower_tri-form_2.png\";s:8:\"filesize\";i:8171;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31345;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10262;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-867x675.png\";s:5:\"width\";i:867;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6467;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11394;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15422;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-480x503.png\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1122, 174, '_wp_attached_file', '2023/03/educate-slider4_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1123, 174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:34:\"2023/03/educate-slider4_image1.jpg\";s:8:\"filesize\";i:149313;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13321;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51799;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23395;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105921;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25158;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36779;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88149;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30821;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115100;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1140, 177, '_edit_lock', '1745782517:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1141, 177, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1142, 177, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1143, 177, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1144, 177, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1145, 177, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1146, 177, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1147, 177, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1148, 177, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1149, 177, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1150, 177, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1152, 177, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1153, 177, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1154, 177, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1155, 177, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"177\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1156, 177, '_et_pb_custom_css', '.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1157, 177, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1159, 177, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1160, 177, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1161, 177, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1164, 177, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1172, 183, '_wp_attached_file', '2023/03/educate-slider4_image2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1173, 183, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:34:\"2023/03/educate-slider4_image2.jpg\";s:8:\"filesize\";i:95873;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7516;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37385;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103379;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17452;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67257;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18156;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25173;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60858;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21756;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78955;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52845;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1174, 184, '_wp_attached_file', '2023/03/eap_slider4-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1175, 184, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:30:\"2023/03/eap_slider4-mobile.jpg\";s:8:\"filesize\";i:87888;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13121;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107977;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127991;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19938;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74918;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21879;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31789;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32491;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1180, 187, '_wp_attached_file', '2023/03/lower_tri-form_3.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1181, 187, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:867;s:6:\"height\";i:909;s:4:\"file\";s:28:\"2023/03/lower_tri-form_3.png\";s:8:\"filesize\";i:8942;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9593;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-867x675.png\";s:5:\"width\";i:867;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7323;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11331;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16275;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17237;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-480x503.png\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1182, 188, '_wp_attached_file', '2023/03/slider5_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1183, 188, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:26:\"2023/03/slider5_image1.jpg\";s:8:\"filesize\";i:98183;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider5_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12721;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider5_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"slider5_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39868;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105168;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20856;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79231;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22427;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31770;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63469;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29908;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81267;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"slider5_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55644;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"slider5_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1196, 189, '_wp_attached_file', '2023/03/diversity_slider5-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1197, 189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:36:\"2023/03/diversity_slider5-mobile.jpg\";s:8:\"filesize\";i:89042;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13086;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127679;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19396;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79613;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31950;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52130;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1202, 191, '_wp_attached_file', '2023/03/field_BG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1203, 191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:457;s:4:\"file\";s:20:\"2023/03/field_BG.jpg\";s:8:\"filesize\";i:98482;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"field_BG-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10535;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"field_BG-1024x360.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"field_BG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"field_BG-768x270.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51100;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"field_BG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26544;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"field_BG-1080x457.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123129;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"field_BG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"field_BG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48501;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"field_BG-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"field_BG-400x457.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49489;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"field_BG-1280x450.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133331;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"field_BG-980x345.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82551;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"field_BG-480x169.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2015 Jarek Pawlak/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1235, 41, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1240, 46, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1241, 147, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1249, 55, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1256, 62, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1264, 72, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1276, 91, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1285, 100, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1311, 198, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1312, 198, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1313, 198, '_menu_item_object_id', 177);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1314, 198, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1315, 198, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1316, 198, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1317, 198, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1318, 198, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1346, 201, '_wp_attached_file', '2023/03/counseling_session.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1347, 201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:749;s:4:\"file\";s:30:\"2023/03/counseling_session.jpg\";s:8:\"filesize\";i:32487;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"counseling_session-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"counseling_session-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6684;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16530;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"counseling_session-500x675.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18181;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27215;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29693;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"counseling_session-480x719.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2018 RossHelen/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1369, 203, '_wp_attached_file', '2023/03/eap_section_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1370, 203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/eap_section_banner.jpg\";s:8:\"filesize\";i:27228;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"eap_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3821;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12417;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33038;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13231;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14743;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17539;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19918;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15515;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25244;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17483;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"eap_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6831;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1375, 205, '_wp_attached_file', '2023/03/eap_section_banner2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1376, 205, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/eap_section_banner2.jpg\";s:8:\"filesize\";i:32018;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3898;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13382;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36417;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11214;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30934;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11107;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15348;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21835;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11679;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27804;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19042;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7061;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1384, 207, '_wp_attached_file', '2023/03/fsa_section_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1385, 207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/fsa_section_banner.jpg\";s:8:\"filesize\";i:13964;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fsa_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2879;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2942;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7848;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19330;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13378;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6030;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6018;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5685;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15134;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10771;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"fsa_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1398, 208, '_wp_attached_file', '2023/03/med_section_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1399, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/med_section_banner.jpg\";s:8:\"filesize\";i:60763;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"med_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4323;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"med_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6925;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"med_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18537;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22997;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58048;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34416;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33192;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29104;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43943;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"med_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28204;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"med_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1404, 209, '_wp_attached_file', '2023/03/med_section_banner2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1405, 209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner2.jpg\";s:8:\"filesize\";i:24895;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3186;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2470;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27869;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7017;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21288;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7911;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8992;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16411;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21025;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14325;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5427;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1429, 211, '_wp_attached_file', '2023/03/eap_section_banner3.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1430, 211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/eap_section_banner3.jpg\";s:8:\"filesize\";i:30607;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_section_banner3-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3778;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4359;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12926;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35438;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11048;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30244;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15059;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11453;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26965;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18462;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_section_banner3-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6848;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1446, 213, '_wp_attached_file', '2023/03/lower_tri-form_4.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1447, 213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1031;s:6:\"height\";i:607;s:4:\"file\";s:28:\"2023/03/lower_tri-form_4.png\";s:8:\"filesize\";i:6664;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6756;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"lower_tri-form_4-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19384;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9939;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10360;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13263;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11222;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-980x577.png\";s:5:\"width\";i:980;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25169;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-480x283.png\";s:5:\"width\";i:480;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1494, 219, '_wp_attached_file', '2023/03/med_section_banner3.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1495, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner3.jpg\";s:8:\"filesize\";i:85446;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner3-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3826;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15735;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54666;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17257;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58452;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18880;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27849;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29051;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22111;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39203;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24323;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner3-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1496, 220, '_wp_attached_file', '2023/03/med_section_banner4.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1497, 220, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner4.jpg\";s:8:\"filesize\";i:44397;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner4-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3515;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11607;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31406;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5039;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22066;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5229;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6636;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5295;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23873;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16311;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner4-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1511, 41, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1516, 46, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1517, 147, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1523, 55, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1524, 198, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1529, 62, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1537, 72, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1548, 91, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1557, 100, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1574, 223, '_wp_attached_file', '2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1575, 223, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE23_eGuide_US_FINAL_111022-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218490;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_US_FINAL_111022-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33297;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE23_eGuide_US_FINAL_111022-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_US_FINAL_111022-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19172;}}s:8:\"filesize\";i:6386508;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1587, 225, '_wp_attached_file', '2023/03/fsa_section_banner2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1588, 225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/fsa_section_banner2.jpg\";s:8:\"filesize\";i:58110;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4478;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41873;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12107;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15936;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25253;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13656;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32325;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22131;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8098;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1592, 226, '_wp_attached_file', '2023/03/pdf-to-come.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1593, 226, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"pdf-to-come-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17494;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"pdf-to-come-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4015;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"pdf-to-come-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11247;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"pdf-to-come-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3122;}}s:8:\"filesize\";i:6114;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1676, 41, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1681, 46, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1682, 147, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1689, 55, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1690, 198, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1695, 62, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1704, 72, '_wp_old_date', '2023-03-21');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1715, 91, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1723, 100, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1735, 233, '_wp_attached_file', '2023/03/blurry_medBG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1736, 233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:818;s:4:\"file\";s:24:\"2023/03/blurry_medBG.jpg\";s:8:\"filesize\";i:93661;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5937;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1024x524.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21531;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1536x785.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77916;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9049;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46387;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13798;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1080x552.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38429;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13508;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1280x654.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53596;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-980x501.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32371;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-480x245.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1785, 242, '_wp_attached_file', '2023/03/eap_sidebar.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1786, 242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:560;s:6:\"height\";i:837;s:4:\"file\";s:23:\"2023/03/eap_sidebar.jpg\";s:8:\"filesize\";i:69816;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6763;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17780;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-560x675.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60617;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19824;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29784;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36748;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-480x717.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1790, 41, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1795, 46, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1796, 147, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1803, 55, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1804, 198, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1809, 62, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1819, 72, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1830, 91, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1838, 100, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1858, 244, '_wp_attached_file', '2023/03/CFI_logo_v3.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1859, 244, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:10603;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1888, 246, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1889, 246, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1890, 246, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1891, 246, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1892, 246, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1893, 246, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1894, 246, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1895, 246, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1896, 246, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1897, 246, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1898, 246, '_edit_lock', '1715604036:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1900, 248, '_wp_attached_file', '2023/04/checkup-healthPage.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1901, 248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/04/checkup-healthPage.jpg\";s:8:\"filesize\";i:38533;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5381;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18222;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19832;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19832;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1902, 249, '_wp_attached_file', '2023/04/supplemental-med-FLIPPED.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1903, 249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:36:\"2023/04/supplemental-med-FLIPPED.jpg\";s:8:\"filesize\";i:36522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11059;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29044;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32261;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32261;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2022 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1904, 250, '_wp_attached_file', '2023/04/dental-appointment.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1905, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/04/dental-appointment.jpg\";s:8:\"filesize\";i:22263;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"dental-appointment-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"dental-appointment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"dental-appointment-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1906, 251, '_wp_attached_file', '2023/04/vision_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1907, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:24:\"2023/04/vision_inset.jpg\";s:8:\"filesize\";i:33222;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"vision_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"vision_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10636;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27297;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29766;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"vision_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2022 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1908, 252, '_wp_attached_file', '2023/04/blurry-medBG_bottom.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1909, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1198;s:6:\"height\";i:350;s:4:\"file\";s:31:\"2023/04/blurry-medBG_bottom.jpg\";s:8:\"filesize\";i:21721;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"blurry-medBG_bottom-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5000;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4407;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-768x224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9074;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6693;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1080x350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13550;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6750;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-510x350.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8506;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1080x316.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12872;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x350.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7171;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-980x286.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11569;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-480x140.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6389;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:65:\"Copyright (c) 2021 Here/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1910, 253, '_wp_attached_file', '2023/04/canoers_bannerBG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1911, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2023/04/canoers_bannerBG.jpg\";s:8:\"filesize\";i:48856;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10362;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1024x372.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-768x279.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29918;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17813;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1080x400.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49291;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18676;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25603;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1080x393.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47574;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21154;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-980x356.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41421;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-480x175.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1912, 246, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1913, 246, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1914, 246, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1915, 246, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"246\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1916, 246, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1917, 246, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1919, 246, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1920, 246, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1927, 246, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1932, 257, '_wp_attached_file', '2023/04/placeholder.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1933, 257, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:23:\"2023/04/placeholder.jpg\";s:8:\"filesize\";i:14954;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12539;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7383;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"placeholder-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20522;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"placeholder-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21777;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"placeholder-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21777;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"placeholder-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1944, 246, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1972, 41, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1977, 46, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1978, 147, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1985, 55, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1986, 198, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1991, 62, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2001, 72, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2012, 91, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2020, 100, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2044, 260, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2045, 260, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2046, 260, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2047, 260, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2048, 260, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2049, 260, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2050, 260, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2051, 260, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2052, 260, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2053, 260, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2054, 260, '_edit_lock', '1715603991:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2056, 260, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2057, 260, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2058, 260, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2059, 260, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"260\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2060, 260, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2061, 260, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2063, 260, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2064, 260, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2065, 260, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2070, 260, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2090, 263, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2091, 263, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2092, 263, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2093, 263, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2094, 263, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2095, 263, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2096, 263, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2097, 263, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2098, 263, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2099, 263, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2100, 263, '_edit_lock', '1715603943:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2102, 263, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2103, 263, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2104, 263, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2105, 263, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"263\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2106, 263, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2107, 263, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2109, 263, '_global_colors_info', '{}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2110, 263, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2111, 263, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2116, 263, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2155, 268, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2156, 268, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2157, 268, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2158, 268, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2159, 268, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2160, 268, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2161, 268, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2162, 268, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2163, 268, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2164, 268, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2165, 268, '_edit_lock', '1715603890:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2167, 268, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2168, 268, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2169, 268, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2170, 268, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"268\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2171, 268, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2172, 268, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2174, 268, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2175, 268, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2176, 268, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 268, '_et_builder_dynamic_assets_loading_attr_threshold', 8);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2199, 271, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2200, 271, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2201, 271, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2202, 271, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2203, 271, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2204, 271, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2205, 271, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2206, 271, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2207, 271, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2208, 271, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2209, 271, '_edit_lock', '1715603785:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2211, 271, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2212, 271, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2213, 271, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2214, 271, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"271\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2215, 271, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2216, 271, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2218, 271, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2219, 271, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2220, 271, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2223, 271, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2231, 272, '_edit_lock', '1744664413:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2232, 272, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2233, 272, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2234, 272, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2235, 272, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2236, 272, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2237, 272, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2238, 272, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2239, 272, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2240, 272, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2241, 272, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2243, 272, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2244, 272, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2245, 272, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2246, 272, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"272\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2247, 272, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2248, 272, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2250, 272, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2251, 272, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2252, 272, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2255, 272, '_et_builder_dynamic_assets_loading_attr_threshold', 10);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2267, 41, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2272, 46, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2273, 147, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2280, 55, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2281, 198, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2286, 62, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2296, 72, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2307, 91, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2315, 100, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2364, 277, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2365, 277, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2366, 279, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2367, 279, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 280, '_wp_attached_file', '2023/04/med_section_banner5.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2380, 280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/04/med_section_banner5.jpg\";s:8:\"filesize\";i:22408;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner5-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3124;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9177;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23939;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3055;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16314;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2984;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3599;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14514;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2722;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18469;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12783;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner5-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2386, 281, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2405, 41, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2410, 46, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2411, 147, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2418, 55, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2419, 198, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2424, 62, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2433, 72, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2443, 91, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2451, 100, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2477, 41, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2482, 46, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2483, 147, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2490, 55, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2491, 198, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2496, 62, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2503, 72, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2514, 91, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2522, 100, '_wp_old_date', '2023-04-10');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2676, 308, '_wp_attached_file', '2023/05/new-employee-integration.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2677, 308, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/new-employee-integration.jpg\";s:8:\"filesize\";i:58709;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"new-employee-integration-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3367;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13403;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35977;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10176;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30674;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10489;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14472;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21888;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11125;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27813;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19163;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"new-employee-integration-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2680, 310, '_wp_attached_file', '2023/05/beSuccessful-new_employee2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2681, 310, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/beSuccessful-new_employee2.jpg\";s:8:\"filesize\";i:36123;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5224;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18775;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20419;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20419;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2694, 312, '_wp_attached_file', '2023/05/beSuccessful-career_development.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2695, 312, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:43:\"2023/05/beSuccessful-career_development.jpg\";s:8:\"filesize\";i:42081;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14421;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7479;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24505;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2700, 313, '_wp_attached_file', '2023/05/career-development-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2701, 313, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2023/05/career-development-banner.jpg\";s:8:\"filesize\";i:71096;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"career-development-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3471;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"career-development-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2819;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"career-development-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14344;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40578;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8149;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29648;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11501;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23856;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9257;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"career-development-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20738;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"career-development-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7069;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2702, 314, '_wp_attached_file', '2023/05/mentoring.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2703, 314, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/mentoring.jpg\";s:8:\"filesize\";i:40174;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"mentoring-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"mentoring-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"mentoring-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26638;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"mentoring-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30030;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"mentoring-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"mentoring-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2704, 316, '_wp_attached_file', '2023/05/performance-management.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2705, 316, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:34:\"2023/05/performance-management.jpg\";s:8:\"filesize\";i:28903;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"performance-management-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"performance-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5738;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"performance-management-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"performance-management-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21355;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"performance-management-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"performance-management-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2710, 317, '_wp_attached_file', '2023/05/performance-management-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2711, 317, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2023/05/performance-management-banner.jpg\";s:8:\"filesize\";i:45540;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"performance-management-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2790;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2335;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10263;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27187;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7125;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17864;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7520;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10334;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20992;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14496;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"performance-management-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5344;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2712, 318, '_wp_attached_file', '2023/05/mentoring-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2713, 318, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2023/05/mentoring-banner.jpg\";s:8:\"filesize\";i:71312;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"mentoring-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3522;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22599;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14636;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40663;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28656;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11755;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16493;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24319;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12309;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31265;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21271;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"mentoring-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2714, 319, '_wp_attached_file', '2023/05/talent.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2715, 319, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:18:\"2023/05/talent.jpg\";s:8:\"filesize\";i:32750;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"talent-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"talent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"talent-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24776;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"talent-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27192;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"talent-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27192;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"talent-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2716, 320, '_wp_attached_file', '2023/05/leadership.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2717, 320, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/leadership.jpg\";s:8:\"filesize\";i:32876;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"leadership-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"leadership-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6378;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"leadership-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20121;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"leadership-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22961;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"leadership-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22961;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"leadership-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2718, 322, '_wp_attached_file', '2023/05/education-assistance.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2719, 322, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/education-assistance.jpg\";s:8:\"filesize\";i:43050;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"education-assistance-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"education-assistance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9193;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27232;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31702;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31702;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"education-assistance-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2720, 323, '_wp_attached_file', '2023/05/education-assist-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2721, 323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/education-assist-banner.jpg\";s:8:\"filesize\";i:73467;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"education-assist-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3942;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15672;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9773;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36283;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10491;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13586;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25664;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11183;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33060;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22327;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"education-assist-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2722, 324, '_wp_attached_file', '2023/05/leadership-devel-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2723, 324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/leadership-devel-banner.jpg\";s:8:\"filesize\";i:54238;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"leadership-devel-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11067;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31151;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4509;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18925;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4356;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6596;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18405;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4526;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23575;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15965;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"leadership-devel-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2724, 325, '_wp_attached_file', '2023/05/talent-management-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2725, 325, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/talent-management-banner.jpg\";s:8:\"filesize\";i:69331;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"talent-management-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3691;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14845;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40395;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8227;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8436;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11471;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24322;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30942;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21225;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"talent-management-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2747, 326, '_wp_attached_file', '2023/05/EAP.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2748, 326, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:15:\"2023/05/EAP.jpg\";s:8:\"filesize\";i:37151;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"EAP-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"EAP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8213;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"EAP-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27543;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"EAP-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"EAP-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"EAP-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2749, 327, '_wp_attached_file', '2023/05/paid-parental-leave.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2750, 327, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/paid-parental-leave.jpg\";s:8:\"filesize\";i:35761;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5537;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19391;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22275;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22275;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23056;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2755, 328, '_wp_attached_file', '2023/05/paid-time-off.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2756, 328, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:25:\"2023/05/paid-time-off.jpg\";s:8:\"filesize\";i:63617;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"paid-time-off-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"paid-time-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10421;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36747;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43307;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"paid-time-off-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2765, 330, '_wp_attached_file', '2023/05/volunteers.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2766, 330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/volunteers.jpg\";s:8:\"filesize\";i:37837;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"volunteers-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"volunteers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7048;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"volunteers-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22284;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"volunteers-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24820;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"volunteers-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24820;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"volunteers-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26918;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2767, 331, '_wp_attached_file', '2023/05/employee-perks.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2768, 331, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/employee-perks.jpg\";s:8:\"filesize\";i:55744;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"employee-perks-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"employee-perks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10343;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38032;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44229;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"employee-perks-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2773, 332, '_wp_attached_file', '2023/05/employee-match-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2774, 332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/employee-match-banner.jpg\";s:8:\"filesize\";i:71275;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"employee-match-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3629;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22773;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4495;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41134;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14545;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15475;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22244;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24569;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16911;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31464;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21402;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"employee-match-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7403;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2775, 333, '_wp_attached_file', '2023/05/employee-perks-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2776, 333, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/employee-perks-banner.jpg\";s:8:\"filesize\";i:102493;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"employee-perks-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4457;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21822;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67990;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57803;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20922;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27608;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23449;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50784;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32939;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"employee-perks-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9938;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2777, 334, '_wp_attached_file', '2023/05/PTO-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2778, 334, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/PTO-banner.jpg\";s:8:\"filesize\";i:96510;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"PTO-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4372;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PTO-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5155;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"PTO-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62079;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53613;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25317;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19460;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"PTO-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30619;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"PTO-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2795, 338, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2796, 338, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2829, 348, '_edit_lock', '1745783043:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2830, 348, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2831, 348, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2832, 348, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2833, 348, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2834, 348, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2835, 348, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2836, 348, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2837, 348, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2838, 348, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2839, 348, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2842, 348, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2843, 348, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2844, 348, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2845, 348, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"348\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2846, 348, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2847, 348, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2849, 348, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2850, 348, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2851, 348, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2854, 348, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2857, 348, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2862, 350, '_wp_attached_file', '2023/05/Express-Scripts-Mail-Order-Form.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2863, 350, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"Express-Scripts-Mail-Order-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277729;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Express-Scripts-Mail-Order-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25942;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Express-Scripts-Mail-Order-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Express-Scripts-Mail-Order-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11116;}}s:8:\"filesize\";i:265663;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2864, 351, '_wp_attached_file', '2023/05/IL-Prescription-Reimbursement-Claim-Form.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2865, 351, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"IL-Prescription-Reimbursement-Claim-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210676;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"IL-Prescription-Reimbursement-Claim-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"IL-Prescription-Reimbursement-Claim-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"IL-Prescription-Reimbursement-Claim-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}}s:8:\"filesize\";i:1026039;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2866, 352, '_wp_attached_file', '2023/05/Accredo-Specialty-Pharmacy.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2867, 352, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"Accredo-Specialty-Pharmacy-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235809;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Accredo-Specialty-Pharmacy-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37063;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Accredo-Specialty-Pharmacy-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Accredo-Specialty-Pharmacy-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27730;}}s:8:\"filesize\";i:5133471;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2868, 353, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2869, 353, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf.jpg\";s:5:\"width\";i:1090;s:6:\"height\";i:1406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:395268;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28151;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11886;}}s:8:\"filesize\";i:4609032;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2870, 354, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2871, 354, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275318;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22910;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9360;}}s:8:\"filesize\";i:4651477;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2872, 355, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2873, 355, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf.jpg\";s:5:\"width\";i:1091;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220193;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19613;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-793x1024.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8323;}}s:8:\"filesize\";i:3688047;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2874, 356, '_wp_attached_file', '2023/05/Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2875, 356, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321835;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22467;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}}s:8:\"filesize\";i:523106;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2876, 357, '_wp_attached_file', '2023/05/CF-Industries-Basic-and-Vol-Life-Benefit-Summary.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2877, 357, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344412;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24220;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9005;}}s:8:\"filesize\";i:283976;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2878, 358, '_wp_attached_file', '2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2879, 358, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"5A-LTI-RSU-Only-2022-010423-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104375;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"5A-LTI-RSU-Only-2022-010423-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44812;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"5A-LTI-RSU-Only-2022-010423-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"5A-LTI-RSU-Only-2022-010423-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40054;}}s:8:\"filesize\";i:134484;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2880, 359, '_wp_attached_file', '2023/05/5B-LTI-RSU-PSU-010423-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2881, 359, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"5B-LTI-RSU-PSU-010423-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113288;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"5B-LTI-RSU-PSU-010423-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44745;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"5B-LTI-RSU-PSU-010423-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"5B-LTI-RSU-PSU-010423-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39935;}}s:8:\"filesize\";i:221881;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2882, 360, '_wp_attached_file', '2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2883, 360, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83185;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42101;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38861;}}s:8:\"filesize\";i:207307;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2884, 361, '_wp_attached_file', '2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2885, 361, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"4C-VIP-MFG-DF-2023-011023-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117238;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"4C-VIP-MFG-DF-2023-011023-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45477;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"4C-VIP-MFG-DF-2023-011023-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"4C-VIP-MFG-DF-2023-011023-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40260;}}s:8:\"filesize\";i:261221;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2886, 362, '_wp_attached_file', '2023/05/BCBSIL-Medical-Claim-Form-IL.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2887, 362, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"BCBSIL-Medical-Claim-Form-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247175;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"BCBSIL-Medical-Claim-Form-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22568;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"BCBSIL-Medical-Claim-Form-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"BCBSIL-Medical-Claim-Form-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11770;}}s:8:\"filesize\";i:514481;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2888, 363, '_wp_attached_file', '2023/05/MD-Live_User-Guide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2889, 363, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"MD-Live_User-Guide-pdf.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254275;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"MD-Live_User-Guide-pdf-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22457;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"MD-Live_User-Guide-pdf-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"MD-Live_User-Guide-pdf-150x113.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9781;}}s:8:\"filesize\";i:2265999;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2890, 364, '_wp_attached_file', '2023/05/Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2891, 364, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:69:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311853;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22319;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}}s:8:\"filesize\";i:795105;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2892, 365, '_wp_attached_file', '2023/05/F_GROGuide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2893, 365, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"F_GROGuide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183244;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16134;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"F_GROGuide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7685;}}s:8:\"filesize\";i:336996;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2894, 366, '_wp_attached_file', '2023/05/F_ServiceFC.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2895, 366, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceFC-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266715;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceFC-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23136;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceFC-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceFC-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9610;}}s:8:\"filesize\";i:350969;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2896, 367, '_wp_attached_file', '2023/05/F_ServiceFS.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2897, 367, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceFS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247391;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceFS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21189;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceFS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceFS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9121;}}s:8:\"filesize\";i:353708;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2898, 368, '_wp_attached_file', '2023/05/F_ServiceLC.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2899, 368, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceLC-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226775;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceLC-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21009;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceLC-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceLC-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9196;}}s:8:\"filesize\";i:324978;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2922, 371, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2923, 371, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2924, 371, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2925, 371, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2926, 371, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2927, 371, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2928, 371, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2929, 371, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2930, 371, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2931, 371, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2932, 371, '_edit_lock', '1745783354:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2934, 371, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2935, 371, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2936, 371, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2937, 371, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"371\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2938, 371, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2939, 371, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2941, 371, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2942, 371, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2943, 371, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2946, 371, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2984, 373, '_edit_lock', '1745783121:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2985, 373, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2986, 373, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2987, 373, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2988, 373, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2989, 373, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2990, 373, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2991, 373, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2992, 373, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2993, 373, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2994, 373, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2996, 373, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2997, 373, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2998, 373, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2999, 373, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"373\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3000, 373, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3001, 373, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3003, 373, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3004, 373, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3005, 373, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3008, 373, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3015, 375, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3016, 375, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3017, 375, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3018, 375, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3019, 375, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3020, 375, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3021, 375, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3022, 375, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3023, 375, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3024, 375, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3025, 375, '_edit_lock', '1745782798:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3027, 375, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3028, 375, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3029, 375, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3030, 375, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"375\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3031, 375, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3032, 375, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3034, 375, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3035, 375, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3036, 375, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3039, 375, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3049, 376, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3050, 376, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3051, 376, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3052, 376, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3053, 376, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3054, 376, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3055, 376, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3056, 376, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3057, 376, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3058, 376, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3059, 376, '_edit_lock', '1769376356:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3061, 376, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3062, 376, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3063, 376, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3064, 376, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"376\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3065, 376, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3066, 376, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3068, 376, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3069, 376, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3070, 376, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3075, 376, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3086, 379, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3087, 379, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3088, 379, '_menu_item_object_id', 375);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3089, 379, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3090, 379, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3091, 379, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3092, 379, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3093, 379, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3095, 380, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3096, 380, '_menu_item_menu_item_parent', 41);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3097, 380, '_menu_item_object_id', 373);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3098, 380, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3099, 380, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3100, 380, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3101, 380, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3102, 380, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3104, 381, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3105, 381, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3106, 381, '_menu_item_object_id', 371);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3107, 381, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3108, 381, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3109, 381, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3110, 381, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3111, 381, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3113, 382, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3114, 382, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3115, 382, '_menu_item_object_id', 348);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3116, 382, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3117, 382, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3118, 382, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3119, 382, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3120, 382, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3122, 41, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3123, 46, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3124, 147, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3131, 55, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3132, 198, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3137, 62, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3145, 72, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3156, 91, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3164, 100, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3170, 383, '_edit_lock', '1745924921:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3171, 383, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3172, 383, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3173, 383, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3174, 383, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3175, 383, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3176, 383, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3177, 383, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3178, 383, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3179, 383, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3180, 383, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3182, 383, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3183, 383, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3184, 383, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3185, 383, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"383\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3186, 383, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3187, 383, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3189, 383, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3190, 383, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3191, 383, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3194, 383, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3198, 385, '_wp_attached_file', '2023/05/HSA-Preventive-Drug-Program.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3199, 385, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"HSA-Preventive-Drug-Program-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203822;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-Program-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24972;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"HSA-Preventive-Drug-Program-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118141;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-Program-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13725;}}s:8:\"filesize\";i:1116684;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3200, 386, '_wp_attached_file', '2023/05/RX-ACA-Preventative-List-IL.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3201, 386, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"RX-ACA-Preventative-List-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377723;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31837;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"RX-ACA-Preventative-List-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210814;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15996;}}s:8:\"filesize\";i:166152;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3210, 388, '_edit_lock', '1745782470:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3211, 388, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3212, 388, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3213, 388, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3214, 388, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3215, 388, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3216, 388, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3217, 388, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3218, 388, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3219, 388, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3220, 388, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3222, 388, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3223, 388, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3224, 388, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3225, 388, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"388\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3226, 388, '_et_pb_custom_css', '/* Remove top border for first column in note rows */\n.benefits-table tr td:first-child.no-top-border {\n  border-top: none;\n}\n\n/* Center text in note cells */\n.benefits-table .centered-note {\n  text-align: center;\n}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3227, 388, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3229, 388, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3230, 388, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3231, 388, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3234, 388, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3237, 388, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3238, 390, '_wp_attached_file', '2023/05/Cigna-Dental-Claim-Form.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3239, 390, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Cigna-Dental-Claim-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286139;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Cigna-Dental-Claim-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23490;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Cigna-Dental-Claim-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Cigna-Dental-Claim-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8301;}}s:8:\"filesize\";i:801722;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3240, 391, '_wp_attached_file', '2023/05/CF_2023_Rates_FINAL_102022.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3241, 391, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2023_Rates_FINAL_102022-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250886;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2023_Rates_FINAL_102022-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23366;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2023_Rates_FINAL_102022-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2023_Rates_FINAL_102022-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12174;}}s:8:\"filesize\";i:69057;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3245, 393, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3246, 393, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3247, 393, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3248, 393, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3249, 393, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3250, 393, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3251, 393, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3252, 393, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3253, 393, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3254, 393, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3255, 393, '_edit_lock', '1745783431:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3258, 393, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3259, 393, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3260, 393, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3261, 393, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"393\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3262, 393, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3263, 393, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3265, 393, '_global_colors_info', '{}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3266, 393, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3267, 393, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3268, 398, '_wp_attached_file', '2023/05/CF_2023_Rates_FINAL_102022-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3269, 398, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"CF_2023_Rates_FINAL_102022-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250886;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"CF_2023_Rates_FINAL_102022-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23366;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"CF_2023_Rates_FINAL_102022-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"CF_2023_Rates_FINAL_102022-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12174;}}s:8:\"filesize\";i:69057;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3271, 393, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3274, 399, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3275, 399, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3276, 399, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3277, 399, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3278, 399, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3279, 399, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3280, 399, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3281, 399, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3282, 399, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3283, 399, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3284, 399, '_edit_lock', '1769377285:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3286, 399, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3287, 399, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3288, 399, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3289, 399, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"399\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3290, 399, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3291, 399, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3293, 399, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3294, 399, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3295, 399, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3298, 399, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3307, 402, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3308, 402, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3309, 402, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3310, 402, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3311, 402, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3312, 402, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3313, 402, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3314, 402, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3315, 402, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3316, 402, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3317, 402, '_edit_lock', '1745924944:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3319, 402, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3320, 402, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3321, 402, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3322, 402, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"402\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3323, 402, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3324, 402, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3326, 402, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3327, 402, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3328, 402, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3331, 402, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3338, 404, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3339, 404, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3340, 404, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3341, 404, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3342, 404, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3343, 404, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3344, 404, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3345, 404, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3346, 404, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3347, 404, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3348, 404, '_edit_lock', '1759303045:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3350, 404, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3351, 404, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3352, 404, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3353, 404, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"404\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3354, 404, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3355, 404, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3357, 404, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3358, 404, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3359, 404, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3363, 404, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3373, 408, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3374, 408, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3375, 408, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3376, 408, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3377, 408, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3378, 408, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3379, 408, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3380, 408, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3381, 408, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3382, 408, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3383, 408, '_edit_lock', '1745924912:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3385, 408, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3386, 408, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3387, 408, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3388, 408, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"408\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3389, 408, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3390, 408, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3392, 408, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3393, 408, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3394, 408, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3397, 408, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3400, 411, '_wp_attached_file', '2023/05/CF-PPL-Affidavit.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3401, 411, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"CF-PPL-Affidavit-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88800;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8299;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"CF-PPL-Affidavit-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:8:\"filesize\";i:39095;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3415, 413, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3416, 413, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3417, 413, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3418, 413, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3419, 413, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3420, 413, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3421, 413, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3422, 413, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3423, 413, '_et_pb_truncate_post_date', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3424, 413, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3425, 413, '_edit_lock', '1745924851:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3427, 413, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3428, 413, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3429, 413, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3430, 413, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"413\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3431, 413, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3432, 413, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3434, 413, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3435, 413, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3436, 413, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3439, 413, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3442, 413, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3446, 415, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3447, 415, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3448, 415, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3449, 415, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3450, 415, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3451, 415, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3452, 415, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3453, 415, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3454, 415, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3455, 415, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3456, 415, '_edit_lock', '1747304757:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3458, 415, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3459, 415, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3460, 415, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3461, 415, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"415\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3462, 415, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3463, 415, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3465, 415, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3466, 415, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3467, 415, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3470, 415, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3477, 417, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3478, 417, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3479, 417, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3480, 417, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3481, 417, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3482, 417, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3483, 417, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3484, 417, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3485, 417, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3486, 417, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3487, 417, '_edit_lock', '1745783203:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3489, 417, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3490, 417, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3491, 417, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3492, 417, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"417\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3493, 417, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3494, 417, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3496, 417, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3497, 417, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3498, 417, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3501, 417, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3507, 419, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3508, 419, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3509, 419, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3510, 419, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3511, 419, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3512, 419, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3513, 419, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3514, 419, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3515, 419, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3516, 419, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3517, 419, '_edit_lock', '1769377452:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3519, 419, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3520, 419, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3521, 419, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3522, 419, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"419\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3523, 419, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3524, 419, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3526, 419, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3527, 419, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3528, 419, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3531, 419, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3533, 419, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3534, 421, '_wp_attached_file', '2023/05/Road-Map-Leading-Self.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3535, 421, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1040;s:4:\"file\";s:33:\"2023/05/Road-Map-Leading-Self.jpg\";s:8:\"filesize\";i:192079;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15518;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-768x420.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58362;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1536x841.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155519;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26155;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106764;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1080x591.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95438;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35588;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1280x701.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122016;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-980x536.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84450;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-480x263.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30697;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3536, 422, '_wp_attached_file', '2023/05/Road-Map-Leading-Teams.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3537, 422, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1041;s:4:\"file\";s:34:\"2023/05/Road-Map-Leading-Teams.jpg\";s:8:\"filesize\";i:198884;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15882;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62243;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1536x842.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161958;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26802;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113754;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28572;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41317;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1080x592.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99848;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35243;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1280x701.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126277;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-980x537.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85556;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-480x263.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3542, 424, '_edit_lock', '1745924858:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3543, 424, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3544, 424, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3545, 424, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3546, 424, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3547, 424, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3548, 424, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3549, 424, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3550, 424, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3551, 424, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3552, 424, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3554, 424, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3555, 424, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3556, 424, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3557, 424, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"424\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3558, 424, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3559, 424, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3561, 424, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3562, 424, '_et_builder_version', 'VB|Divi|4.20.2');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3563, 424, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3566, 424, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3569, 424, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3577, 426, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3578, 426, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3579, 426, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3580, 426, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3581, 426, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3582, 426, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3583, 426, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3584, 426, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3585, 426, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3586, 426, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3587, 426, '_edit_lock', '1745782441:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3589, 426, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3590, 426, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3591, 426, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3592, 426, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"426\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3593, 426, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3594, 426, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3596, 426, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3597, 426, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3598, 426, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3601, 426, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3603, 426, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3607, 427, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3608, 427, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3609, 427, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3610, 427, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3611, 427, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3612, 427, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3613, 427, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3614, 427, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3615, 427, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3616, 427, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3617, 427, '_edit_lock', '1745782724:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3619, 427, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3620, 427, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3621, 427, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3622, 427, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"427\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3623, 427, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3624, 427, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3626, 427, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3627, 427, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3628, 427, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3637, 427, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3639, 427, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3643, 430, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3644, 430, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3645, 430, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3646, 430, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3647, 430, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3648, 430, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3649, 430, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3650, 430, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3651, 430, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3652, 430, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3653, 430, '_edit_lock', '1745782832:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3655, 430, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3656, 430, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3657, 430, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3658, 430, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"430\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3659, 430, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3660, 430, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3662, 430, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3663, 430, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3664, 430, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3667, 430, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3670, 430, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3674, 432, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3675, 432, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3676, 432, '_menu_item_object_id', 430);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3677, 432, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3678, 432, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3679, 432, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3680, 432, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3681, 432, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3683, 433, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3684, 433, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3685, 433, '_menu_item_object_id', 427);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3686, 433, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3687, 433, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3688, 433, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3689, 433, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3690, 433, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3692, 434, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3693, 434, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3694, 434, '_menu_item_object_id', 426);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3695, 434, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3696, 434, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3697, 434, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3698, 434, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3699, 434, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3710, 436, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3711, 436, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3712, 436, '_menu_item_object_id', 417);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3713, 436, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3714, 436, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3715, 436, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3716, 436, '_menu_item_xfn', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3717, 436, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3719, 437, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3720, 437, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3721, 437, '_menu_item_object_id', 415);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3722, 437, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3723, 437, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3724, 437, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3725, 437, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3726, 437, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3782, 444, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3783, 444, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3784, 444, '_menu_item_object_id', 388);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3785, 444, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3786, 444, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3787, 444, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3788, 444, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3789, 444, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3800, 446, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3801, 446, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3802, 446, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3803, 446, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3804, 446, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3805, 446, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3806, 446, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3807, 446, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3808, 446, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3809, 446, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3810, 446, '_edit_lock', '1769377900:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3812, 446, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3813, 446, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3814, 446, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3815, 446, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"446\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3816, 446, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3817, 446, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3819, 446, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3820, 446, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3821, 446, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3824, 446, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3826, 448, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3827, 448, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3828, 448, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3829, 448, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3830, 448, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3831, 448, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3832, 448, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3833, 448, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3834, 448, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3835, 448, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3836, 448, '_edit_lock', '1745782995:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3838, 448, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3839, 448, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3840, 448, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3841, 448, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"448\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3842, 448, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3843, 448, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3845, 448, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3846, 448, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3847, 448, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3850, 448, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3852, 450, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3853, 450, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3854, 450, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3855, 450, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3856, 450, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3857, 450, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3858, 450, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3859, 450, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3860, 450, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3861, 450, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3862, 450, '_edit_lock', '1769379401:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3864, 450, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3865, 450, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3866, 450, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3867, 450, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"450\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3868, 450, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3869, 450, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3871, 450, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3872, 450, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3873, 450, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3876, 450, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3882, 452, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3883, 452, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3884, 452, '_menu_item_object_id', 450);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3885, 452, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3886, 452, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3887, 452, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3888, 452, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3889, 452, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3909, 455, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3910, 455, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3911, 455, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3912, 455, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3913, 455, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3914, 455, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3915, 455, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3916, 455, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3917, 455, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3918, 455, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3919, 455, '_edit_lock', '1745924675:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3921, 455, '_et_pb_built_for_post_type', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3922, 455, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3923, 455, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3924, 455, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"455\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3925, 455, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3926, 455, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3928, 455, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3929, 455, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3930, 455, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3935, 455, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3957, 462, '_edit_lock', '1745924874:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3958, 462, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3959, 462, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3960, 462, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3961, 462, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3962, 462, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3963, 462, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3964, 462, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3965, 462, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3966, 462, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3967, 462, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3969, 462, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3970, 462, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3971, 462, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3972, 462, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"462\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3973, 462, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3974, 462, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3976, 462, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3977, 462, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3978, 462, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3981, 462, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3987, 465, '_wp_attached_file', '2023/05/FSRS_NetBenefits_AccessCardSM_FAQS.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3988, 465, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:483492;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28821;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11483;}}s:8:\"filesize\";i:1238841;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3990, 462, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3999, 469, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4000, 469, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4001, 469, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4002, 469, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4003, 469, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4004, 469, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4005, 469, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4006, 469, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4007, 469, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4008, 469, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4009, 469, '_edit_lock', '1745782776:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4011, 469, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4012, 469, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4013, 469, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4014, 469, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"469\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4015, 469, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4016, 469, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4018, 469, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4019, 469, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4020, 469, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4025, 469, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4027, 472, '_wp_attached_file', '2023/05/Evidence-of-Insurability-Form-for-Term-Life-Insurance.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4028, 472, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1792;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355320;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17598;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-622x1024.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-91x150.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6680;}}s:8:\"filesize\";i:194592;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4029, 469, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4040, 474, '_edit_lock', '1745782711:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4041, 474, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4042, 474, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4043, 474, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4044, 474, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4045, 474, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4046, 474, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4047, 474, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4048, 474, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4049, 474, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4050, 474, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4052, 474, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4053, 474, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4054, 474, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4055, 474, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"474\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4056, 474, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4057, 474, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4059, 474, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4060, 474, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4061, 474, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4064, 474, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4067, 477, '_wp_attached_file', '2023/05/Intake-Brochure-Disability-FML.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4068, 477, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"Intake-Brochure-Disability-FML-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299596;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Intake-Brochure-Disability-FML-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32249;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Intake-Brochure-Disability-FML-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Intake-Brochure-Disability-FML-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18718;}}s:8:\"filesize\";i:238692;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4069, 478, '_wp_attached_file', '2023/05/Evidence-of-Insurability-Form-for-Disability-Insurance.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4070, 478, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1792;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367560;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17499;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-622x1024.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-91x150.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6598;}}s:8:\"filesize\";i:176181;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4076, 479, '_wp_attached_file', '2023/05/paid-parental-leave-bannerBG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4077, 479, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2023/05/paid-parental-leave-bannerBG.jpg\";s:8:\"filesize\";i:84266;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"paid-parental-leave-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5935;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20911;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6329;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14449;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38576;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15860;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42182;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18122;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26254;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22465;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22038;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28828;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19709;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"paid-parental-leave-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8741;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4086, 481, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4087, 481, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4088, 481, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4089, 481, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4090, 481, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4091, 481, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4092, 481, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4093, 481, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4094, 481, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4095, 481, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4096, 481, '_edit_lock', '1745782983:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4101, 481, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4102, 481, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4103, 481, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4104, 481, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"481\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4105, 481, '_et_pb_custom_css', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4106, 481, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4108, 481, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4109, 481, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4110, 481, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4119, 481, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4121, 485, '_wp_attached_file', '2023/05/paid-time-off-bannerBG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4122, 485, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/paid-time-off-bannerBG.jpg\";s:8:\"filesize\";i:79673;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"paid-time-off-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6765;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6177;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18153;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44298;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12778;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13075;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16872;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13535;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24377;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"paid-time-off-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4131, 488, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4132, 488, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4133, 488, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4134, 488, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4135, 488, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4136, 488, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4137, 488, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4138, 488, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4139, 488, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4140, 488, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4141, 488, '_edit_lock', '1745782330:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4143, 488, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4144, 488, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4145, 488, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4146, 488, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"488\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4147, 488, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4148, 488, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4150, 488, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4151, 488, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4152, 488, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4155, 488, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4161, 491, '_wp_attached_file', '2023/05/PTO-2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4162, 491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:17:\"2023/05/PTO-2.jpg\";s:8:\"filesize\";i:43518;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"PTO-2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"PTO-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11529;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35369;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"PTO-2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38354;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4167, 492, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4168, 492, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4169, 492, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4170, 492, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4171, 492, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4172, 492, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4173, 492, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4174, 492, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4175, 492, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4176, 492, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4177, 492, '_edit_lock', '1745924894:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4179, 492, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4180, 492, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4181, 492, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4182, 492, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"492\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4183, 492, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4184, 492, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4186, 492, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4187, 492, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4188, 492, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4193, 492, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4199, 494, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4200, 494, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4201, 494, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4202, 494, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4203, 494, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4204, 494, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4205, 494, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4206, 494, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4207, 494, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4208, 494, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4209, 494, '_edit_lock', '1745925054:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4212, 494, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4213, 494, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4214, 494, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4215, 494, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"494\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4216, 494, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4217, 494, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4219, 494, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4220, 494, '_et_builder_version', 'VB|Divi|4.24.2');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4221, 494, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4223, 497, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4224, 497, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4225, 497, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4226, 497, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4227, 497, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4228, 497, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4229, 497, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4230, 497, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4231, 497, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4232, 497, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4233, 497, '_edit_lock', '1745924993:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4235, 497, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4236, 497, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4237, 497, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4238, 497, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"497\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4239, 497, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4240, 497, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4242, 497, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4243, 497, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4244, 497, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4247, 497, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4252, 497, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4256, 499, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4257, 499, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4258, 499, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4259, 499, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4260, 499, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4261, 499, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4262, 499, '_et_pb_first_image', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4263, 499, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4264, 499, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4265, 499, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4266, 499, '_edit_lock', '1769382054:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4268, 499, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4269, 499, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4270, 499, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4271, 499, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"499\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4272, 499, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4273, 499, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4275, 499, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4276, 499, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4277, 499, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4280, 499, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4282, 501, '_wp_attached_file', '2023/05/4_pillars.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4283, 501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:953;s:4:\"file\";s:21:\"2023/05/4_pillars.png\";s:8:\"filesize\";i:88890;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"4_pillars-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28477;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"4_pillars-1024x514.png\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"4_pillars-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"4_pillars-768x385.png\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101199;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"4_pillars-1536x770.png\";s:5:\"width\";i:1536;s:6:\"height\";i:770;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267533;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44251;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"4_pillars-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171927;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43942;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59293;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"4_pillars-1080x542.png\";s:5:\"width\";i:1080;s:6:\"height\";i:542;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159049;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58164;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"4_pillars-1280x642.png\";s:5:\"width\";i:1280;s:6:\"height\";i:642;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203187;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"4_pillars-980x492.png\";s:5:\"width\";i:980;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138921;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"4_pillars-480x241.png\";s:5:\"width\";i:480;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54551;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4284, 502, '_wp_attached_file', '2023/05/mentoring_bannerBG2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4285, 502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/05/mentoring_bannerBG2.jpg\";s:8:\"filesize\";i:50643;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"mentoring_bannerBG2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6525;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17207;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43084;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7804;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27619;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7673;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9362;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7668;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33381;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23543;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"mentoring_bannerBG2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4286, 499, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4296, 504, '_edit_lock', '1745783285:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4297, 504, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4302, 504, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4303, 504, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4304, 504, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4305, 504, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4306, 504, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4307, 504, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4308, 504, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4309, 504, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4310, 504, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4312, 504, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4313, 504, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4314, 504, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4315, 504, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"504\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4316, 504, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4317, 504, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4319, 504, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4320, 504, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4321, 504, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4324, 504, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4326, 505, '_wp_attached_file', '2023/05/mentoring2_landing.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4327, 505, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/05/mentoring2_landing.jpg\";s:8:\"filesize\";i:36632;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10455;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27331;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29540;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29540;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4335, 506, '_wp_attached_file', '2023/05/career-development-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4336, 506, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:36:\"2023/05/career-development-inset.jpg\";s:8:\"filesize\";i:32508;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"career-development-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"career-development-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24320;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26709;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26709;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"career-development-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27897;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4342, 508, '_wp_attached_file', '2023/05/career-developmentBG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4343, 508, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/career-developmentBG.jpg\";s:8:\"filesize\";i:74164;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"career-developmentBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6897;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9358;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20391;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57650;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24322;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66295;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26800;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35784;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30410;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43424;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29346;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"career-developmentBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4366, 513, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4367, 513, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4368, 513, '_menu_item_object_id', 497);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4369, 513, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4370, 513, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4371, 513, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4372, 513, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4373, 513, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4384, 515, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4385, 515, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4386, 515, '_menu_item_object_id', 488);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4387, 515, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4388, 515, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4389, 515, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4390, 515, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4391, 515, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4393, 516, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4394, 516, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4395, 516, '_menu_item_object_id', 481);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4396, 516, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4397, 516, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4398, 516, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4399, 516, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4400, 516, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4402, 517, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4403, 517, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4404, 517, '_menu_item_object_id', 474);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4405, 517, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4406, 517, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4407, 517, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4408, 517, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4409, 517, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4411, 518, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4412, 518, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4413, 518, '_menu_item_object_id', 469);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4414, 518, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4415, 518, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4416, 518, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4417, 518, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4418, 518, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4438, 521, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4439, 521, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4440, 521, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4441, 521, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4442, 521, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4443, 521, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4444, 521, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4445, 521, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4446, 521, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4447, 521, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4448, 521, '_edit_lock', '1745782690:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4450, 524, '_wp_attached_file', '2023/05/leadership-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4451, 524, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/leadership-inset.jpg\";s:8:\"filesize\";i:45582;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"leadership-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"leadership-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8363;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24656;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24656;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"leadership-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4454, 494, '_et_builder_dynamic_assets_loading_attr_threshold', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4456, 521, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4457, 521, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4458, 521, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4459, 521, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"521\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4460, 521, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 98vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4461, 521, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4463, 521, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4464, 521, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4465, 521, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4468, 521, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4471, 494, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4483, 526, '_wp_attached_file', '2023/05/leadership-development-bannerBG.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4484, 526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2023/05/leadership-development-bannerBG.jpg\";s:8:\"filesize\";i:53981;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"leadership-development-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5590;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18153;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4798;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30369;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20500;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8632;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11345;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8796;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23939;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17238;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"leadership-development-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4488, 448, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4492, 527, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4493, 527, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4494, 527, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4495, 527, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4496, 527, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4497, 527, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4498, 527, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4499, 527, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4500, 527, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4501, 527, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4502, 527, '_edit_lock', '1769382104:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4504, 527, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4505, 527, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4506, 527, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4507, 527, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"527\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4508, 527, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 97.5vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4509, 527, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4511, 527, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4512, 527, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4513, 527, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4516, 527, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4518, 527, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4519, 529, '_wp_attached_file', '2023/05/education-assistance2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4520, 529, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:33:\"2023/05/education-assistance2.jpg\";s:8:\"filesize\";i:40750;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"education-assistance2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"education-assistance2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8896;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20540;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23230;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23230;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"education-assistance2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4524, 531, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4525, 531, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4526, 531, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4527, 531, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4528, 531, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4529, 531, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4530, 531, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4531, 531, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4532, 531, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4533, 531, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4534, 531, '_edit_lock', '1748517152:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4540, 531, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4541, 531, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4542, 531, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4543, 531, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"531\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4544, 531, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 97.5vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4545, 531, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4547, 531, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4548, 531, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4549, 531, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4551, 531, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4554, 534, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4555, 534, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4556, 534, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4557, 534, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4558, 534, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4559, 534, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4560, 534, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4561, 534, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4562, 534, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4563, 534, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4564, 534, '_edit_lock', '1745924903:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4567, 534, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4568, 534, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4569, 534, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4570, 534, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"534\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4571, 534, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4572, 534, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4574, 534, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4575, 534, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4576, 534, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4579, 534, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4594, 538, '_wp_attached_file', '2023/05/service-award-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4595, 538, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/service-award-inset.jpg\";s:8:\"filesize\";i:43565;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"service-award-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"service-award-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9199;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23732;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23732;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"service-award-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4596, 539, '_wp_attached_file', '2023/05/service-award_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4597, 539, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/service-award_banner.jpg\";s:8:\"filesize\";i:63703;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"service-award_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6313;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"service-award_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"service-award_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15159;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35445;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11080;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28087;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14349;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22507;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11843;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27900;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"service-award_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20203;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"service-award_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4600, 541, '_wp_attached_file', '2023/05/base-pay-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4601, 541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2023/05/base-pay-banner.jpg\";s:8:\"filesize\";i:55238;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"base-pay-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5983;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13892;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31620;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8245;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23144;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8399;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10631;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20536;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8672;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25300;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18336;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"base-pay-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4602, 542, '_wp_attached_file', '2023/05/base-pay-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4603, 542, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/base-pay-inset.jpg\";s:8:\"filesize\";i:39686;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8156;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19877;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4631, 546, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4632, 546, '_menu_item_menu_item_parent', 91);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4633, 546, '_menu_item_object_id', 521);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4634, 546, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4635, 546, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4636, 546, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4637, 546, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4638, 546, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4640, 41, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4641, 381, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4642, 380, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4643, 379, '_wp_old_date', '2023-05-14');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4645, 46, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4646, 147, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4648, 444, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4653, 55, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4654, 198, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4657, 437, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4658, 436, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4659, 62, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4661, 434, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4662, 433, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4663, 432, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4666, 452, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4667, 72, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4671, 518, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4672, 517, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4673, 516, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4674, 515, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4677, 513, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4678, 91, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4682, 100, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4688, 382, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4693, 547, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4694, 547, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4695, 547, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4696, 547, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4697, 547, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4698, 547, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4699, 547, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4700, 547, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4701, 547, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4702, 547, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4703, 547, '_edit_lock', '1745782898:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4705, 547, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4706, 547, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4707, 547, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4708, 547, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"547\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4709, 547, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4710, 547, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4712, 547, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4713, 547, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4714, 547, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4717, 547, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4723, 550, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4724, 550, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4725, 550, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4726, 550, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4727, 550, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4728, 550, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4729, 550, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4730, 550, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_8 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_6 et_pb_equal_columns\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_22  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Benefits Eligibility</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty\">\n				\n				\n				\n				\n				\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_9 et_pb_with_background et_section_specialty\" >\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row\">\n				<div class=\"et_pb_column et_pb_column_2_3 et_pb_column_19   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_inner et_pb_column_inner_3 et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_23  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">You have the power to select a custom benefits package to meet your unique needs. </div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_24 reg_text reg_txt_list  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Covering Yourself<br />\nRegular, full-time employees are eligible to participate in the CF benefit programs. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent child(ren) up to the age of 26.<br />\nCovering Your Family Members<br />\nThe following dependents are eligible for benefits:</p>\n<p>Lawful spouse (i.e., person you are legally married to)</p>\n<p>Legally separated spouses and common law spouses are not eligible dependents.</p>\n<p>Children under the age of 26 (including stepchildren, legally adopted children, children under your legal guardianship or children you have a legal obligation to provide health insurance coverage under a court order)</p>\n<p>Important Deadline<br />\nAs a new employee, you must enroll for benefits within 30 days of your hire date. If you do not enroll during your new hire period, your next opportunity to enroll in benefits is during Annual Enrollment each fall or if you experience a Life Event Change.<br />\n&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20    et_pb_css_mix_blend_mode_passthrough et_pb_column_empty\">\n				\n				\n				\n				\n				\n			</div>\n				</div>\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4731, 550, '_et_pb_truncate_post_date', '2023-08-09 16:26:18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4732, 550, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4733, 550, '_edit_lock', '1745924763:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4735, 550, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4736, 550, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4737, 550, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4738, 550, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"550\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4739, 550, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4740, 550, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4742, 550, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4743, 550, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4744, 550, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4747, 550, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4759, 553, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4760, 553, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4761, 553, '_menu_item_object_id', 547);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4762, 553, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4763, 553, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4764, 553, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4765, 553, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4766, 553, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4768, 554, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4769, 554, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4770, 554, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4771, 554, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4772, 554, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4773, 554, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4774, 554, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4775, 554, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4776, 554, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4777, 554, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4778, 554, '_edit_lock', '1745925044:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4780, 554, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4781, 554, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4782, 554, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4783, 554, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"554\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4784, 554, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4785, 554, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4787, 554, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4788, 554, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4789, 554, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4792, 554, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4799, 557, '_wp_attached_file', '2023/05/short-term-incentive_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4800, 557, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2023/05/short-term-incentive_banner.jpg\";s:8:\"filesize\";i:69240;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"short-term-incentive_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6584;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4369;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16663;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39639;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7382;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27448;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7345;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9376;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25190;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7498;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31276;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"short-term-incentive_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4801, 558, '_wp_attached_file', '2023/05/short-term-incentive-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4802, 558, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/short-term-incentive-inset.jpg\";s:8:\"filesize\";i:33297;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10698;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26633;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28492;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4803, 559, '_wp_attached_file', '2023/05/long-term-incentive-incentive.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4804, 559, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:41:\"2023/05/long-term-incentive-incentive.jpg\";s:8:\"filesize\";i:33546;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24733;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26976;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26976;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4805, 560, '_wp_attached_file', '2023/05/long-term-incentive-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4806, 560, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2023/05/long-term-incentive-banner.jpg\";s:8:\"filesize\";i:68233;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"long-term-incentive-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5954;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14701;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36263;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7330;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26060;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7103;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9537;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22743;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7248;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28380;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20140;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"long-term-incentive-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4810, 561, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4811, 561, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4812, 561, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4813, 561, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4814, 561, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4815, 561, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4816, 561, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4817, 561, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4818, 561, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4819, 561, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4820, 561, '_edit_lock', '1745783064:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4822, 561, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4823, 561, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4824, 561, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4825, 561, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"561\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4826, 561, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4827, 561, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4829, 561, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4830, 561, '_et_builder_version', 'VB|Divi|4.27.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4831, 561, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4833, 564, '_wp_attached_file', '2023/05/Annual-Funding-Notice.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4834, 564, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Annual-Funding-Notice-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64204;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Annual-Funding-Notice-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14901;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Annual-Funding-Notice-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Annual-Funding-Notice-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11820;}}s:8:\"filesize\";i:187263;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4835, 565, '_wp_attached_file', '2023/05/SafeHarborNotice.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4836, 565, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"SafeHarborNotice-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324303;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"SafeHarborNotice-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20231;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"SafeHarborNotice-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"SafeHarborNotice-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7747;}}s:8:\"filesize\";i:179273;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4837, 566, '_wp_attached_file', '2023/05/SAR-CF-Industries-401k-2017-11092018.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4838, 566, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"SAR-CF-Industries-401k-2017-11092018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308250;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"SAR-CF-Industries-401k-2017-11092018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19764;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"SAR-CF-Industries-401k-2017-11092018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"SAR-CF-Industries-401k-2017-11092018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8220;}}s:8:\"filesize\";i:14025;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4839, 567, '_wp_attached_file', '2023/05/SAR-CF-Industries-EE-Wlf-Ben-2017-11092018.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4840, 567, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220240;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15218;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7150;}}s:8:\"filesize\";i:12954;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4841, 568, '_wp_attached_file', '2023/05/CF-2022-U.S.-Required-Notices10.10.22.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4842, 568, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"CF-2022-U.S.-Required-Notices10.10.22-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127172;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14843;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7951;}}s:8:\"filesize\";i:1273164;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4843, 569, '_wp_attached_file', '2023/05/Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4844, 569, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:107:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:357044;}s:6:\"medium\";a:5:{s:4:\"file\";s:115:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23808;}s:5:\"large\";a:5:{s:4:\"file\";s:116:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:115:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9064;}}s:8:\"filesize\";i:485762;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4845, 570, '_wp_attached_file', '2023/05/Standard-PPO_SBC.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4846, 570, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"Standard-PPO_SBC-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375361;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Standard-PPO_SBC-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24048;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Standard-PPO_SBC-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Standard-PPO_SBC-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8970;}}s:8:\"filesize\";i:521307;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4856, 572, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4857, 572, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4858, 572, '_menu_item_object_id', 554);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4859, 572, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4860, 572, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4861, 572, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4862, 572, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4863, 572, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4866, 561, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4883, 574, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4884, 574, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4885, 574, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4886, 574, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4887, 574, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4888, 574, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4889, 574, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4890, 574, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4891, 574, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4892, 574, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4893, 574, '_edit_lock', '1745925003:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4895, 574, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4896, 574, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4897, 574, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4898, 574, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"574\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4899, 574, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4900, 574, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4902, 574, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4903, 574, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4904, 574, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4907, 574, '_et_builder_dynamic_assets_loading_attr_threshold', 17);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4913, 576, '_wp_attached_file', '2023/05/service-anniversary-award_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4914, 576, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:49:\"2023/05/service-anniversary-award_page_banner.jpg\";s:8:\"filesize\";i:23951;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"service-anniversary-award_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3268;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3164;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9707;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24612;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6856;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17963;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7115;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8713;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15181;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7258;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19033;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13473;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"service-anniversary-award_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4919, 577, '_wp_attached_file', '2023/05/service-anniversary-award_section_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4920, 577, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:51:\"2023/05/service-anniversary-award_section_inset.jpg\";s:8:\"filesize\";i:19093;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7158;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19122;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19933;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19933;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4942, 578, '_wp_attached_file', '2023/05/strive_section_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4943, 578, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/strive_section_inset.jpg\";s:8:\"filesize\";i:38210;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10702;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33049;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37337;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37337;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4944, 579, '_wp_attached_file', '2023/05/medical_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4945, 579, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/medical_page_banner.jpg\";s:8:\"filesize\";i:12730;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14372;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14372;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4950, 581, '_wp_attached_file', '2023/05/prescription_section_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4951, 581, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/prescription_section_inset.jpg\";s:8:\"filesize\";i:14842;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10184;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6035;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15621;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16860;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16860;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18081;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4952, 371, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4964, 583, '_wp_attached_file', '2023/05/dental_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4965, 583, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/dental_page_banner.jpg\";s:8:\"filesize\";i:25208;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"dental_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3058;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9331;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24737;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3646;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18936;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13040;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"dental_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4966, 584, '_wp_attached_file', '2023/05/dental_section_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4967, 584, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/dental_section_inset.jpg\";s:8:\"filesize\";i:18428;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7783;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21150;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21150;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5107, 587, '_wp_attached_file', '2023/05/HSA-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5108, 587, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/HSA-banner.jpg\";s:8:\"filesize\";i:55263;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"HSA-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2926;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HSA-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1558;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"HSA-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11465;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31934;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24558;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7740;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19183;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5474;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24522;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"HSA-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16627;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"HSA-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5109, 588, '_wp_attached_file', '2023/05/vision_section_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5110, 588, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/vision_section_inset.jpg\";s:8:\"filesize\";i:17522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7270;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17870;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20028;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20028;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5111, 590, '_wp_attached_file', '2023/05/proactive-md_section_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5112, 590, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/proactive-md_section_inset.jpg\";s:8:\"filesize\";i:20874;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23018;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23018;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5117, 591, '_wp_attached_file', '2023/05/ayco-financial-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5118, 591, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/ayco-financial-inset.jpg\";s:8:\"filesize\";i:37091;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6980;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21585;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24013;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24013;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5119, 592, '_wp_attached_file', '2023/05/chronic-conditions_page_banner2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5120, 592, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2023/05/chronic-conditions_page_banner2.jpg\";s:8:\"filesize\";i:18781;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2825;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14660;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5853;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5817;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15330;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5121, 593, '_wp_attached_file', '2023/05/chronic-conditions_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5122, 593, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:42:\"2023/05/chronic-conditions_page_banner.jpg\";s:8:\"filesize\";i:11838;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13861;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13861;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14712;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5131, 594, '_wp_attached_file', '2023/05/prescription_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5132, 594, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/prescription_page_banner.jpg\";s:8:\"filesize\";i:22972;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"prescription_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3165;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13231;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8999;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22947;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3695;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4491;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14223;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17702;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"prescription_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5133, 595, '_wp_attached_file', '2023/05/dental_page_banner-1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5134, 595, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/dental_page_banner-1.jpg\";s:8:\"filesize\";i:25208;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3058;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9331;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24737;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3646;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18936;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13040;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5135, 596, '_wp_attached_file', '2023/05/vision_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5136, 596, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/vision_page_banner.jpg\";s:8:\"filesize\";i:29225;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"vision_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3339;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10418;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27781;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6070;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20667;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6159;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7623;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16914;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6237;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21462;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14679;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"vision_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5645;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5137, 597, '_wp_attached_file', '2023/05/proactive-md_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5138, 597, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/proactive-md_page_banner.jpg\";s:8:\"filesize\";i:30741;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"proactive-md_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3603;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29832;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7991;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7785;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11399;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18069;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22905;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15811;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"proactive-md_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5139, 598, '_wp_attached_file', '2023/05/chronic-conditions_page_banner2-1.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5140, 598, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2023/05/chronic-conditions_page_banner2-1.jpg\";s:8:\"filesize\";i:18781;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2825;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14660;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5853;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5817;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15330;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5152, 599, '_wp_attached_file', '2023/05/strive_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5153, 599, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/strive_page_banner.jpg\";s:8:\"filesize\";i:54862;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"strive_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3800;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15729;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46727;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6537;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33363;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6380;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9561;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27167;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6532;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35177;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23482;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"strive_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5158, 600, '_wp_attached_file', '2023/05/FSA-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5159, 600, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/FSA-inset.jpg\";s:8:\"filesize\";i:27509;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"FSA-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FSA-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5843;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17460;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19185;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19185;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"FSA-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5165, 601, '_wp_attached_file', '2023/05/life-insurance-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5166, 601, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/life-insurance-inset.jpg\";s:8:\"filesize\";i:148684;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28610;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32396;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32396;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5170, 602, '_wp_attached_file', '2023/05/HSA-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5171, 602, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/HSA-inset.jpg\";s:8:\"filesize\";i:28250;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"HSA-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HSA-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19761;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"HSA-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5172, 603, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5173, 603, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5174, 603, '_menu_item_object_id', 574);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5175, 603, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5176, 603, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5177, 603, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5178, 603, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5179, 603, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5188, 604, '_wp_attached_file', '2023/05/life-insurance-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5189, 604, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/life-insurance-banner.jpg\";s:8:\"filesize\";i:79042;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"life-insurance-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3433;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2436;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15732;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49001;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7386;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35813;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7493;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10481;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27440;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7971;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36390;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23575;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"life-insurance-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7408;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5190, 605, '_wp_attached_file', '2023/05/health_advo_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5191, 605, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:203;s:6:\"height\";i:199;s:4:\"file\";s:28:\"2023/05/health_advo_icon.png\";s:8:\"filesize\";i:5188;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"health_advo_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5192, 606, '_wp_attached_file', '2023/05/medical_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5193, 606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:201;s:6:\"height\";i:169;s:4:\"file\";s:24:\"2023/05/medical_icon.png\";s:8:\"filesize\";i:4518;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"medical_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5194, 607, '_wp_attached_file', '2023/05/prescription_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5195, 607, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:207;s:4:\"file\";s:29:\"2023/05/prescription_icon.png\";s:8:\"filesize\";i:5181;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"prescription_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5196, 608, '_wp_attached_file', '2023/05/insurance_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5197, 608, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:197;s:4:\"file\";s:26:\"2023/05/insurance_icon.png\";s:8:\"filesize\";i:6359;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"insurance_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8690;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5198, 609, '_wp_attached_file', '2023/05/accident_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5199, 609, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:139;s:4:\"file\";s:25:\"2023/05/accident_icon.png\";s:8:\"filesize\";i:3419;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"accident_icon-150x139.png\";s:5:\"width\";i:150;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3259;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5200, 610, '_wp_attached_file', '2023/05/HSA_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5201, 610, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:186;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2023/05/HSA_icon.png\";s:8:\"filesize\";i:5241;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"HSA_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5202, 611, '_wp_attached_file', '2023/05/FSA_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5203, 611, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:209;s:6:\"height\";i:196;s:4:\"file\";s:20:\"2023/05/FSA_icon.png\";s:8:\"filesize\";i:5568;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FSA_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5204, 612, '_wp_attached_file', '2023/05/dental_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5205, 612, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:208;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2023/05/dental_icon.png\";s:8:\"filesize\";i:5821;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"dental_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5206, 613, '_wp_attached_file', '2023/05/vision_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5207, 613, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:202;s:6:\"height\";i:122;s:4:\"file\";s:23:\"2023/05/vision_icon.png\";s:8:\"filesize\";i:3620;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"vision_icon-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5208, 614, '_wp_attached_file', '2023/05/disability_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5209, 614, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:198;s:6:\"height\";i:152;s:4:\"file\";s:27:\"2023/05/disability_icon.png\";s:8:\"filesize\";i:4590;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"disability_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5210, 615, '_wp_attached_file', '2023/05/401k_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5211, 615, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:164;s:6:\"height\";i:192;s:4:\"file\";s:21:\"2023/05/401k_icon.png\";s:8:\"filesize\";i:4549;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"401k_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5212, 616, '_wp_attached_file', '2023/05/EAP_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5213, 616, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:204;s:6:\"height\";i:119;s:4:\"file\";s:20:\"2023/05/EAP_icon.png\";s:8:\"filesize\";i:4549;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"EAP_icon-150x119.png\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5214, 617, '_wp_attached_file', '2023/05/long-term_icon.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5215, 617, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:26:\"2023/05/long-term_icon.png\";s:8:\"filesize\";i:4637;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"long-term_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5216, 618, '_wp_attached_file', '2023/05/ayco-financial-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5217, 618, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/ayco-financial-banner.jpg\";s:8:\"filesize\";i:49829;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ayco-financial-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3061;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1916;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32912;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5852;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26526;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6125;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19539;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25117;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16985;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ayco-financial-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6058;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5248, 622, '_wp_attached_file', '2023/05/HSA-inset-1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5249, 622, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:23:\"2023/05/HSA-inset-1.jpg\";s:8:\"filesize\";i:28250;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19761;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5250, 623, '_wp_attached_file', '2023/05/disability-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5251, 623, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/disability-inset.jpg\";s:8:\"filesize\";i:31333;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"disability-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"disability-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5803;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18670;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20993;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20993;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"disability-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22115;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5259, 624, '_wp_attached_file', '2023/05/disability_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5260, 624, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/disability_banner.jpg\";s:8:\"filesize\";i:56090;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"disability_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2930;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"disability_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16731;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"disability_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1769;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"disability_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10977;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"disability_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30752;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"disability_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23530;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6760;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9411;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"disability_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18136;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7152;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"disability_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23397;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"disability_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15753;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"disability_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5261, 626, '_wp_attached_file', '2023/05/medicare-ssa.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5262, 626, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:24:\"2023/05/medicare-ssa.png\";s:8:\"filesize\";i:3500;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"medicare-ssa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2922;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5267, 627, '_wp_attached_file', '2023/05/perks.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5268, 627, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:17:\"2023/05/perks.png\";s:8:\"filesize\";i:5958;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"perks-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5276, 628, '_wp_attached_file', '2023/05/401k-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5277, 628, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/401k-inset.jpg\";s:8:\"filesize\";i:55905;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"401k-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"401k-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34036;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39950;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39950;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"401k-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5278, 629, '_wp_attached_file', '2023/05/travel-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5279, 629, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:24:\"2023/05/travel-inset.jpg\";s:8:\"filesize\";i:43234;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"travel-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"travel-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9317;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32315;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36090;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36090;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"travel-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5280, 630, '_wp_attached_file', '2023/05/chronic.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5281, 630, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:19:\"2023/05/chronic.png\";s:8:\"filesize\";i:3812;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"chronic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5282, 631, '_wp_attached_file', '2023/05/leaving-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5283, 631, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:25:\"2023/05/leaving-inset.jpg\";s:8:\"filesize\";i:18255;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"leaving-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7617;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"leaving-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4926;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12750;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"leaving-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5284, 632, '_wp_attached_file', '2023/05/strive.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5285, 632, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:18:\"2023/05/strive.png\";s:8:\"filesize\";i:5778;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"strive-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5286, 634, '_wp_attached_file', '2023/05/retiring-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5287, 634, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/retiring-inset.jpg\";s:8:\"filesize\";i:33009;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"retiring-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"retiring-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6341;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19634;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"retiring-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22923;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5288, 635, '_wp_attached_file', '2023/05/reporting-death-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5289, 635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:33:\"2023/05/reporting-death-inset.jpg\";s:8:\"filesize\";i:49078;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7542;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32685;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5297, 636, '_wp_attached_file', '2023/05/401k-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5298, 636, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2023/05/401k-banner.jpg\";s:8:\"filesize\";i:89579;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"401k-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3231;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"401k-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"401k-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1393;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"401k-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"401k-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55977;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8523;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"401k-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44376;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13942;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"401k-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30171;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8652;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"401k-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40774;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"401k-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25692;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"401k-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5305, 637, '_wp_attached_file', '2023/05/travel-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5306, 637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2023/05/travel-banner.jpg\";s:8:\"filesize\";i:63727;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"travel-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3302;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"travel-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"travel-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"travel-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14919;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"travel-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44067;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1520;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"travel-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19476;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:611;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2280;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"travel-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25429;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:636;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"travel-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33090;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"travel-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22149;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"travel-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5316, 639, '_wp_attached_file', '2023/05/leaving-CF-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5317, 639, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/leaving-CF-banner.jpg\";s:8:\"filesize\";i:31130;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"leaving-CF-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2087;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7290;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19436;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2871;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13437;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3017;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4047;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3257;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14909;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10276;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"leaving-CF-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5324, 640, '_wp_attached_file', '2023/05/retiring-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5325, 640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2023/05/retiring-banner.jpg\";s:8:\"filesize\";i:52676;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"retiring-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2421;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"retiring-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:821;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"retiring-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9684;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28259;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2640;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12798;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2678;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3819;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16277;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2881;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21215;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"retiring-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14010;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"retiring-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5326, 641, '_wp_attached_file', '2023/05/hsa-fsa-accounts.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5327, 641, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:28:\"2023/05/hsa-fsa-accounts.png\";s:8:\"filesize\";i:3963;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"hsa-fsa-accounts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5337, 643, '_wp_attached_file', '2023/05/reporting-death-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5338, 643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/reporting-death-banner.jpg\";s:8:\"filesize\";i:69247;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"reporting-death-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3042;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21414;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13273;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41211;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7621;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29303;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7872;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12063;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8754;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30555;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19812;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"reporting-death-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6319;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5379, 650, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5380, 650, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5381, 650, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5382, 650, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5383, 650, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5384, 650, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5385, 650, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5386, 650, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_11 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" alt=\"\" title=\"medical_icon\" class=\"wp-image-144\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9 proximaCond_header  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Resources Library<br />\nOur health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_12 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Medical</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_1 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" fetchpriority=\"high\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" alt=\"\" title=\"medical_page_banner\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-579\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Prescription</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_2 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg\" alt=\"\" title=\"prescription_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-581\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17 et_clickable  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dental</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_3 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" alt=\"\" title=\"dental_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-584\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_9 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Vision</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_4 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg\" alt=\"\" title=\"vision_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-588\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Strive Engagement Platform</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_5 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" alt=\"\" title=\"Strive Engagement Platform\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-578\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20 et_clickable  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Proactive MD</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_6 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg\" alt=\"\" title=\"proactive-md_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-590\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5387, 650, '_et_pb_truncate_post_date', '2023-10-15 10:10:31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5388, 650, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5389, 650, '_edit_lock', '1684182606:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5391, 650, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5392, 650, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5393, 650, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5394, 650, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"650\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5395, 650, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5396, 650, '_et_pb_gutter_width', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5398, 650, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5399, 650, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5400, 650, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5403, 650, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5406, 652, '_wp_attached_file', '2023/05/be-included-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5407, 652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:29:\"2023/05/be-included-inset.jpg\";s:8:\"filesize\";i:31672;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"be-included-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"be-included-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7391;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24266;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27737;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27737;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"be-included-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28381;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5408, 650, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5409, 653, '_wp_attached_file', '2023/05/inclusion-council-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5410, 653, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:35:\"2023/05/inclusion-council-inset.jpg\";s:8:\"filesize\";i:28474;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7368;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20684;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23643;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5411, 654, '_wp_attached_file', '2023/05/life-cycle_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5412, 654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/life-cycle_inset.jpg\";s:8:\"filesize\";i:36329;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8667;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24886;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28287;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28287;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29135;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5413, 655, '_wp_attached_file', '2023/05/DEI-report-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5414, 655, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/DEI-report-inset.jpg\";s:8:\"filesize\";i:52780;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20729;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9528;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35431;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40747;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40747;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5415, 657, '_wp_attached_file', '2023/05/blue-ocean-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5416, 657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/blue-ocean-inset.jpg\";s:8:\"filesize\";i:29755;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6415;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18600;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20881;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20881;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5417, 658, '_wp_attached_file', '2023/05/inclusion-resource-group-inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5418, 658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:42:\"2023/05/inclusion-resource-group-inset.jpg\";s:8:\"filesize\";i:39823;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7635;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26264;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5419, 659, '_wp_attached_file', '2023/05/IRG-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5420, 659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/IRG-banner.jpg\";s:8:\"filesize\";i:78454;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IRG-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4090;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IRG-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3314;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IRG-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16001;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44443;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9852;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36751;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9819;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14793;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26463;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10391;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33926;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IRG-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23138;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IRG-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5421, 660, '_wp_attached_file', '2023/05/blue-ocean-brain-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5422, 660, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/blue-ocean-brain-banner.jpg\";s:8:\"filesize\";i:36962;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"blue-ocean-brain-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2396;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9031;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24964;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1950;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11210;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1924;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2816;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1952;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19052;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12919;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"blue-ocean-brain-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5423, 661, '_wp_attached_file', '2023/05/DEI-report-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5424, 661, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/DEI-report-banner.jpg\";s:8:\"filesize\";i:83815;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DEI-report-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3179;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14721;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8081;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35375;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8458;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12328;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25865;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9415;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34527;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22067;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"DEI-report-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5425, 662, '_wp_attached_file', '2023/05/life-cycle-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5426, 662, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/life-cycle-banner.jpg\";s:8:\"filesize\";i:64327;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"life-cycle-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3655;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14552;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39632;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9470;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35173;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10133;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13154;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10660;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30338;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20597;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"life-cycle-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5427, 663, '_wp_attached_file', '2023/05/inclusion-council-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5428, 663, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/inclusion-council-banner.jpg\";s:8:\"filesize\";i:53791;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"inclusion-council-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16256;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1683;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29573;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4488;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21977;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4739;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6158;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17590;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5175;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22505;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15288;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"inclusion-council-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5429, 664, '_wp_attached_file', '2023/05/EVP-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5430, 664, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/EVP-banner.jpg\";s:8:\"filesize\";i:55116;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EVP-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3125;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"EVP-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"EVP-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39577;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12921;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37382;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13438;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18635;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23184;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14521;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30138;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"EVP-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20186;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"EVP-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6685;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5462, 666, '_wp_attached_file', '2023/05/life-event_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5463, 666, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/life-event_page_banner.jpg\";s:8:\"filesize\";i:19679;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"life-event_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2991;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8231;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20191;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15334;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2663;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3475;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12628;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15695;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11156;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"life-event_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5475, 668, '_wp_attached_file', '2023/05/benefits-eligibility_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5476, 668, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:44:\"2023/05/benefits-eligibility_page_banner.jpg\";s:8:\"filesize\";i:53881;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"benefits-eligibility_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4259;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16402;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47294;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12361;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41702;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13003;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17366;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27633;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13665;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35771;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23937;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"benefits-eligibility_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5477, 550, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5487, 670, '_wp_attached_file', '2023/05/requires-notices_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5488, 670, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2023/05/requires-notices_page_banner.jpg\";s:8:\"filesize\";i:23574;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"requires-notices_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2861;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8033;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21513;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2463;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2177;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3490;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12983;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2136;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16520;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11319;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"requires-notices_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5493, 671, '_wp_attached_file', '2023/05/resources-library_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5494, 671, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2023/05/resources-library_page_banner.jpg\";s:8:\"filesize\";i:25536;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"resources-library_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3171;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1950;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9545;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24940;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4199;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15895;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5318;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15215;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4552;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19205;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13451;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"resources-library_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5505, 674, '_wp_attached_file', '2023/05/contacts_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5506, 674, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/contacts_page_banner.jpg\";s:8:\"filesize\";i:29064;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"contacts_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3074;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9547;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26028;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1530;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12514;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1580;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1734;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15423;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1586;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19658;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13415;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"contacts_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5534, 531, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5599, 675, '_edit_lock', '1712680982:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5604, 675, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5605, 675, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5606, 675, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5607, 675, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5608, 675, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5609, 675, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5610, 675, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5611, 675, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5612, 675, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5613, 675, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5619, 675, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5620, 675, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5621, 675, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5622, 675, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"675\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5623, 675, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5624, 675, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5626, 675, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5627, 675, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5628, 675, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5661, 681, '_wp_attached_file', '2023/05/service-award-mobileONLY.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5662, 681, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:738;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/service-award-mobileONLY.jpg\";s:8:\"filesize\";i:38806;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4828;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16169;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16680;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23677;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17833;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-480x195.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16386;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5663, 376, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5691, 682, '_wp_attached_file', '2023/05/new-to-cfi_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5692, 682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/new-to-cfi_banner.jpg\";s:8:\"filesize\";i:30123;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3481;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10961;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28515;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3891;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18340;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3993;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4824;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17318;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3931;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21888;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15266;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5740, 685, '_wp_attached_file', '2023/05/PTO_mobileONLY.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5741, 685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:712;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2023/05/PTO_mobileONLY.jpg\";s:8:\"filesize\";i:52471;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6830;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21652;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31510;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-480x202.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5873, 689, '_wp_attached_file', '2023/05/2023-Adult-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5874, 689, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"2023-Adult-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345272;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"2023-Adult-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26848;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"2023-Adult-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"2023-Adult-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13472;}}s:8:\"filesize\";i:264814;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5875, 690, '_wp_attached_file', '2023/05/2023-Childrens-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5876, 690, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"2023-Childrens-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325149;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"2023-Childrens-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27726;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"2023-Childrens-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178175;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"2023-Childrens-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13789;}}s:8:\"filesize\";i:384313;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5877, 691, '_wp_attached_file', '2023/05/2023-Perinatal-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5878, 691, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"2023-Perinatal-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284987;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26193;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13521;}}s:8:\"filesize\";i:539486;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6116, 41, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6117, 381, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6118, 380, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6119, 379, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6121, 46, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6122, 147, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6124, 444, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6129, 55, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6130, 198, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6133, 437, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6134, 436, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6135, 62, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6137, 434, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6138, 433, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6139, 432, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6142, 452, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6143, 72, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6147, 518, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6148, 517, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6149, 516, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6150, 515, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6153, 513, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6154, 91, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6157, 546, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6161, 100, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6162, 553, '_wp_old_date', '2023-05-15');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6164, 572, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6165, 603, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6167, 382, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6177, 675, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6216, 699, '_wp_attached_file', '2023/05/usa-canada.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6217, 699, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:482;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2023/05/usa-canada.png\";s:8:\"filesize\";i:5856;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"usa-canada-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"usa-canada-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:580;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"usa-canada-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6218, 700, '_wp_attached_file', '2023/05/canada-usa.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6219, 700, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:482;s:6:\"height\";i:115;s:4:\"file\";s:22:\"2023/05/canada-usa.png\";s:8:\"filesize\";i:5936;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"canada-usa-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"canada-usa-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:536;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"canada-usa-480x115.png\";s:5:\"width\";i:480;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6277, 704, '_wp_attached_file', '2023/05/team_congrats.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6278, 704, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:25:\"2023/05/team_congrats.jpg\";s:8:\"filesize\";i:38388;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"team_congrats-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"team_congrats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9850;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30083;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33122;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x334.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40284;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"team_congrats-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2018 G-Stock Studio/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6690, 41, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6691, 381, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6692, 380, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6693, 379, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6695, 46, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6696, 147, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6698, 444, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6703, 55, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6704, 198, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6707, 437, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6708, 436, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6709, 62, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6711, 434, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6712, 433, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6713, 432, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6716, 452, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6717, 72, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6721, 518, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6722, 517, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6723, 516, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6724, 515, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6727, 513, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6728, 91, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6731, 546, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6735, 100, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6736, 553, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6738, 572, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6739, 603, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6741, 382, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6787, 720, '_wp_attached_file', '2023/05/Guide-to-Using-GuidanceResources-Online.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6788, 720, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"Guide-to-Using-GuidanceResources-Online-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185751;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"Guide-to-Using-GuidanceResources-Online-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13265;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"Guide-to-Using-GuidanceResources-Online-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"Guide-to-Using-GuidanceResources-Online-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6729;}}s:8:\"filesize\";i:927130;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6840, 721, '_wp_attached_file', '2023/05/Annual-Funding-Notice-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6841, 721, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Annual-Funding-Notice-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64204;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Annual-Funding-Notice-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14901;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Annual-Funding-Notice-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Annual-Funding-Notice-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11820;}}s:8:\"filesize\";i:187263;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6939, 728, '_wp_attached_file', '2023/05/us.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6940, 728, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:644;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6941, 729, '_wp_attached_file', '2023/05/ca.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6942, 729, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:643;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7101, 734, '_wp_attached_file', '2023/05/team_inclusion.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7102, 734, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2023/05/team_inclusion.jpg\";s:8:\"filesize\";i:89213;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"team_inclusion-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"team_inclusion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"team_inclusion-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80763;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27511;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42002;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"team_inclusion-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119555;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"team_inclusion-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2021 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7593, 521, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7685, 41, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7686, 381, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7687, 380, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7688, 379, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7690, 46, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7691, 147, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7693, 444, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7698, 55, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7699, 198, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7702, 437, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7703, 436, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7704, 62, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7706, 434, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7707, 433, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7708, 432, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7711, 452, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7712, 72, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7716, 518, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7717, 517, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7718, 516, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7719, 515, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7722, 513, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7723, 91, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7726, 546, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7730, 100, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7731, 553, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7733, 572, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7734, 603, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7736, 382, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7887, 769, '_wp_attached_file', '2023/06/Standard_PPO_248035_0002.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7888, 769, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"Standard_PPO_248035_0002-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372580;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Standard_PPO_248035_0002-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23845;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Standard_PPO_248035_0002-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Standard_PPO_248035_0002-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8907;}}s:8:\"filesize\";i:489039;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7900, 770, '_wp_attached_file', '2023/06/Cigna_Healthy_Rewards.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7901, 770, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Cigna_Healthy_Rewards-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304800;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Cigna_Healthy_Rewards-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26548;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Cigna_Healthy_Rewards-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Cigna_Healthy_Rewards-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11513;}}s:8:\"filesize\";i:731619;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7909, 771, '_wp_attached_file', '2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7910, 771, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:483492;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28821;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11483;}}s:8:\"filesize\";i:1238841;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7914, 772, '_wp_attached_file', '2023/06/NYL-GBS-Secure-Travel.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7915, 772, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"NYL-GBS-Secure-Travel-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363949;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"NYL-GBS-Secure-Travel-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24052;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"NYL-GBS-Secure-Travel-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192095;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"NYL-GBS-Secure-Travel-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10608;}}s:8:\"filesize\";i:87036;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7919, 773, '_wp_attached_file', '2023/06/MDLIVE.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7920, 773, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:14:\"MDLIVE-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288990;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"MDLIVE-pdf-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53231;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"MDLIVE-pdf-796x1024.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"MDLIVE-pdf-117x150.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41485;}}s:8:\"filesize\";i:7938320;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7921, 774, '_wp_attached_file', '2023/06/Cost_of_Coverage_2023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7922, 774, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Cost_of_Coverage_2023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252934;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Cost_of_Coverage_2023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25414;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Cost_of_Coverage_2023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Cost_of_Coverage_2023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14222;}}s:8:\"filesize\";i:55685;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7923, 775, '_wp_attached_file', '2023/06/Balanced-Drug-List.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7924, 775, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"Balanced-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191449;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Balanced-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13651;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Balanced-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Balanced-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5154;}}s:8:\"filesize\";i:2028636;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7925, 776, '_wp_attached_file', '2023/06/No-Cost-Preventive-Drug-List.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7926, 776, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"No-Cost-Preventive-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377350;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"No-Cost-Preventive-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31845;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"No-Cost-Preventive-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"No-Cost-Preventive-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15992;}}s:8:\"filesize\";i:164391;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7927, 777, '_wp_attached_file', '2023/06/Preventive-Drug-Benefit-Program.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7928, 777, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"Preventive-Drug-Benefit-Program-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202829;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Preventive-Drug-Benefit-Program-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25004;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Preventive-Drug-Benefit-Program-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Preventive-Drug-Benefit-Program-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13709;}}s:8:\"filesize\";i:366928;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7929, 778, '_wp_attached_file', '2023/06/Basic-Term-Life-Insurance-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7930, 778, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"Basic-Term-Life-Insurance-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:330452;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Basic-Term-Life-Insurance-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33652;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Basic-Term-Life-Insurance-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Basic-Term-Life-Insurance-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22912;}}s:8:\"filesize\";i:423228;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7931, 780, '_wp_attached_file', '2023/06/Basic-Accidental-Death-and-Dismemberment-Insurance.pdf');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7932, 780, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:58:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275081;}s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31854;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22594;}}s:8:\"filesize\";i:426070;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7933, 781, '_wp_attached_file', '2023/06/Long-Term-Disability-Insurance.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7934, 781, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"Long-Term-Disability-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287719;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Long-Term-Disability-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33839;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Long-Term-Disability-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Long-Term-Disability-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23229;}}s:8:\"filesize\";i:437434;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7935, 782, '_wp_attached_file', '2023/06/Voluntary-Accidental-Death-and-Dismemberment-Insurance.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7936, 782, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323254;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34800;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23252;}}s:8:\"filesize\";i:428352;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7937, 783, '_wp_attached_file', '2023/06/Voluntary-Term-Life-Insurance.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7938, 783, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"Voluntary-Term-Life-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:341477;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Voluntary-Term-Life-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34437;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Voluntary-Term-Life-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Voluntary-Term-Life-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23125;}}s:8:\"filesize\";i:448339;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7968, 784, '_wp_attached_file', '2023/06/Understanding-your-Explanation-of-Benefits.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7969, 784, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"Understanding-your-Explanation-of-Benefits-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324372;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"Understanding-your-Explanation-of-Benefits-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29783;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"Understanding-your-Explanation-of-Benefits-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"Understanding-your-Explanation-of-Benefits-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13687;}}s:8:\"filesize\";i:926254;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8044, 41, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8045, 381, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8046, 380, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8047, 379, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8049, 46, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8050, 147, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8052, 444, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8057, 55, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8058, 198, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8061, 437, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8062, 436, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8063, 62, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8065, 434, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8066, 433, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8067, 432, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8070, 452, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8071, 72, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8075, 518, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8076, 517, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8077, 516, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8078, 515, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8079, 91, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8082, 546, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8086, 100, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8087, 553, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8089, 572, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8090, 603, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8092, 382, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8095, 513, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8165, 789, '_wp_attached_file', '2023/06/2022-CF-Summary-Plan-Description-SPD_Retirement-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8166, 789, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101367;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12365;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6771;}}s:8:\"filesize\";i:1599271;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8174, 791, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8175, 791, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8176, 791, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8177, 791, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8178, 791, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8179, 791, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8180, 791, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8181, 791, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8182, 791, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8183, 791, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8184, 791, '_edit_lock', '1745782354:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8186, 791, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8187, 791, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8188, 791, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8189, 791, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"791\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8190, 791, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8191, 791, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8193, 791, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8194, 791, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8195, 791, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8198, 791, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8206, 792, '_wp_attached_file', '2023/06/integration-pathway.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8207, 792, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:878;s:4:\"file\";s:31:\"2023/06/integration-pathway.png\";s:8:\"filesize\";i:87346;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"integration-pathway-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39909;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1024x702.png\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"integration-pathway-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18549;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"integration-pathway-768x527.png\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161576;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56288;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243203;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65317;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100745;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1080x741.png\";s:5:\"width\";i:1080;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266255;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95987;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"integration-pathway-980x672.png\";s:5:\"width\";i:980;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231537;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"integration-pathway-480x329.png\";s:5:\"width\";i:480;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8216, 793, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8217, 793, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8218, 793, '_menu_item_object_id', 791);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8219, 793, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8220, 793, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8221, 793, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8222, 793, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8223, 793, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8242, 794, '_wp_attached_file', '2023/06/best-premium_section_inset.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8243, 794, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/06/best-premium_section_inset.jpg\";s:8:\"filesize\";i:21687;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7482;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21079;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22691;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22691;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8248, 795, '_wp_attached_file', '2023/06/best-premium_page_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8249, 795, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/06/best-premium_page_banner.jpg\";s:8:\"filesize\";i:29165;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"best-premium_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3356;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10369;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27337;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2990;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21576;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2768;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4500;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16489;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2692;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20796;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14481;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"best-premium_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8335, 797, '_wp_attached_file', '2023/06/CF_Retiree_eGuide_US_052323.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8336, 797, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"CF_Retiree_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178699;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24373;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"CF_Retiree_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15067;}}s:8:\"filesize\";i:2960659;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8337, 798, '_wp_attached_file', '2023/06/CF_Termination_eGuide_US_052323.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8338, 798, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_Termination_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213033;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_Termination_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25234;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_Termination_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_Termination_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14866;}}s:8:\"filesize\";i:2478908;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8483, 41, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8484, 381, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8485, 380, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8486, 379, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8488, 46, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8489, 793, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8490, 147, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8492, 444, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8497, 55, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8498, 198, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8501, 437, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8502, 436, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8503, 62, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8505, 434, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8506, 433, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8507, 432, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8510, 452, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8511, 72, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8515, 518, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8516, 517, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8517, 516, '_wp_old_date', '2023-06-13');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8518, 515, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8519, 91, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8522, 546, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8526, 100, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8527, 553, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8529, 572, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8530, 603, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8532, 382, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8535, 513, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8772, 803, '_wp_attached_file', '2023/06/CF_Enrollment_eGuide_US_FINAL_041923.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8773, 803, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117240;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23517;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16625;}}s:8:\"filesize\";i:8407789;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8787, 804, '_wp_attached_file', '2023/06/3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8788, 804, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:63:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281072;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24633;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11354;}}s:8:\"filesize\";i:585121;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8804, 806, '_wp_attached_file', '2023/07/CF_Retiree_eGuide_US_052323.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8805, 806, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"CF_Retiree_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178699;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24373;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"CF_Retiree_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15067;}}s:8:\"filesize\";i:2960659;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8806, 807, '_wp_attached_file', '2023/07/CF_Enrollment_eGuide_US_FINAL_041923.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8807, 807, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117240;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23517;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16625;}}s:8:\"filesize\";i:8407789;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8808, 808, '_wp_attached_file', '2023/07/CF_PPL_Guide_EE_US_FINAL_032023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8809, 808, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131086;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19113;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11116;}}s:8:\"filesize\";i:1428521;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8810, 809, '_wp_attached_file', '2023/07/CF_PPL_Guide_MGR_US_FINAL_032023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8811, 809, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130981;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19101;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11112;}}s:8:\"filesize\";i:1496209;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8816, 812, '_wp_attached_file', '2023/07/CF-PPL-Affidavit.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8817, 812, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"CF-PPL-Affidavit-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88800;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8299;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"CF-PPL-Affidavit-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:8:\"filesize\";i:39095;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9045, 816, '_wp_attached_file', '2023/08/bcbsglobalcore-brochure-English.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9046, 816, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"bcbsglobalcore-brochure-English-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359852;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"bcbsglobalcore-brochure-English-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55554;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"bcbsglobalcore-brochure-English-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"bcbsglobalcore-brochure-English-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42995;}}s:8:\"filesize\";i:244540;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9254, 818, '_wp_attached_file', '2023/08/2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9255, 818, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:67:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53329;}s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7599;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4558;}}s:8:\"filesize\";i:1147515;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9275, 820, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9276, 820, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9277, 820, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9278, 820, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9279, 820, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9280, 820, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9281, 820, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9282, 820, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9283, 820, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9284, 820, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9285, 820, '_edit_lock', '1749233241:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9287, 820, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9288, 820, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9289, 820, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9290, 820, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"820\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9291, 820, '_et_pb_custom_css', '.slider_subhead {font-size: 27px !important; color: #333 !important; padding-bottom: .7em; line-height: 1.2;}\n\n/*** Responsive Styles Smartphone Only ***/\n@media all and (max-width: 767px) {\n.slider_subhead {font-size: 27px !important; color: #fff !important; padding-bottom: .7em; line-height: 1.2;} \n}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9292, 820, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9294, 820, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9295, 820, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9296, 820, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9301, 820, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9341, 826, '_wp_attached_file', '2023/09/best-premiums_home-slider-desktop.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9342, 826, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:45:\"2023/09/best-premiums_home-slider-desktop.jpg\";s:8:\"filesize\";i:70899;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9532;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35655;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101859;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18112;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19348;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28585;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59867;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25577;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77764;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9343, 827, '_wp_attached_file', '2023/09/best-premiums_home-slider-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9344, 827, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:44:\"2023/09/best-premiums_home-slider-mobile.jpg\";s:8:\"filesize\";i:87439;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10285;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100689;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121146;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17830;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19870;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30849;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9354, 828, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9355, 828, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9360, 829, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9361, 829, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9568, 831, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9569, 831, 'dipi_popup-active', 'false');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9570, 831, 'pm_sub_setting_triggering_settings', 'trigger_on_load');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9571, 831, 'trigger_manual-custom_css_selector', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9572, 831, 'trigger-closing_css_selector', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9573, 831, 'trigger_on_load-delay-start', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9574, 831, 'trigger_on_load-delay-end', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9575, 831, 'trigger_on_scroll-offset', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9576, 831, 'trigger_autotrigger-offset_units', 'px');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9577, 831, 'trigger_on_inactivity-delay', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9578, 831, 'trigger_autotrigger-periodicity', 'every_time');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9579, 831, 'trigger_autotrigger-periodicity-hours', 24);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9580, 831, 'trigger_autotrigger-activity', 'always');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9581, 831, 'trigger_auto-activ-certain_period-from', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9582, 831, 'trigger_auto-activ-certain_period-to', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9583, 831, 'trigger-remove_link', 'true');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9584, 831, 'trigger-close_on_bg', 'true');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9585, 831, 'trigger-hide_popup_slug', 'false');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9586, 831, 'trigger-close_by_back_btn', 'true');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9587, 831, 'trigger-prev_page_scrolling', 'false');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9588, 831, 'locations_user_roles-all', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9589, 831, 'pm_sub_set_loc_sitearea_settings', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9590, 831, 'post_dipi_popup_bg_color', 'rgba(25,25,25,0.79)');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9591, 831, 'popup_anim_name', 'fadeIn');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9592, 831, 'close_btn_bg_color', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9593, 831, 'dipi_popup_enable_blur', 'true');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9594, 831, 'dipi_custom_overlay_z_index', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9595, 831, 'dipi_custom_clickable_under_overlay', 'false');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9596, 831, 'dipi_custom_hide_close_btn', 'false');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9597, 831, 'dipi_custom_show_close_btn_within_popup_phone', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9598, 831, 'dipi_custom_show_close_btn_within_popup_tablet', 'false');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9599, 831, 'dipi_custom_show_close_btn_within_popup_desktop', 'false');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9600, 831, 'close_btn_icon_color', '#ebf8e6');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9601, 831, 'dipi_custom_close_btn_icon_size', 60);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9602, 831, 'dipi_custom_close_btn_padding', 20);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9603, 831, 'dipi_custom_close_btn_margin', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9604, 831, 'dipi_custom_close_btn_border_radius', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9605, 831, 'dipi_at_pages', 'specific');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9606, 831, 'dipi_at_pages_selected', 'a:1:{i:0;s:2:\"17\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9607, 831, 'dipi_at_exception_selected', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9608, 831, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9609, 831, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9610, 831, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9611, 831, '_et_pb_use_builder', 'on');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9612, 831, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9613, 831, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9614, 831, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9615, 831, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9616, 831, '_edit_lock', '1697651992:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9622, 831, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9623, 831, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9624, 831, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9625, 831, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"831\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9626, 831, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9627, 831, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9628, 831, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9629, 831, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9630, 831, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9631, 831, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9784, 835, '_wp_attached_file', '2023/09/oe-popup-bkg.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9785, 835, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1740;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2023/09/oe-popup-bkg.jpg\";s:8:\"filesize\";i:68994;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1024x636.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28080;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1536x953.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:953;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75215;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11787;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45720;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13058;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18848;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1080x670.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45453;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18074;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1280x794.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57714;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-980x608.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39605;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-480x298.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9791, 831, 'locations_site_area-all-dipi_cpt_category', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9792, 831, 'popup_pos_location_name', 'center_center');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10008, 839, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10009, 839, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10010, 839, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10011, 839, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10012, 839, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10013, 839, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10014, 839, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10015, 839, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10016, 839, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10017, 839, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10018, 839, '_edit_lock', '1749233321:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10020, 839, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10021, 839, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10022, 839, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10023, 839, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"839\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10024, 839, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10025, 839, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10027, 839, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10028, 839, '_et_builder_version', 'VB|Divi|4.27.3');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10029, 839, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10034, 839, '_et_builder_dynamic_assets_loading_attr_threshold', 19);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10042, 841, '_wp_attached_file', '2023/09/rates.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10043, 841, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1803;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10044, 844, '_wp_attached_file', '2023/09/checklist.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10045, 844, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1768;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10047, 845, '_wp_attached_file', '2023/09/enroll.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10048, 845, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1550;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10049, 846, '_wp_attached_file', '2023/09/best-premium.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10050, 846, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:2046;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10168, 850, '_wp_attached_file', '2023/09/CFIND-24AE-Checklist-2941290FINALSept20.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10169, 850, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224077;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19280;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9235;}}s:8:\"filesize\";i:1272529;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10248, 851, '_et_pb_row_layout', '1_4,1_4,1_4,1_4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10249, 851, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10254, 851, '_et_pb_excluded_global_options', '[]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10463, 852, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10464, 852, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202455;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50498;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41714;}}s:8:\"filesize\";i:442658;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10465, 853, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10466, 853, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214961;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51544;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41770;}}s:8:\"filesize\";i:292696;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10467, 854, '_wp_attached_file', '2023/10/CF_2024_Rates_093023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10468, 854, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"CF_2024_Rates_093023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221452;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21996;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"CF_2024_Rates_093023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12140;}}s:8:\"filesize\";i:54635;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10469, 855, '_wp_attached_file', '2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10470, 855, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366843;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26362;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11447;}}s:8:\"filesize\";i:1955680;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10471, 856, '_wp_attached_file', '2023/10/CF_AE24_TrainingPoster_US_Donaldsonville_093023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10472, 856, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:2176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183584;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16390;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66714;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9537;}}s:8:\"filesize\";i:607182;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10473, 857, '_wp_attached_file', '2023/10/CF_AE24_TrainingPoster_US_PortNeal_093023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10474, 857, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:2176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181969;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16449;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9604;}}s:8:\"filesize\";i:606865;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10475, 858, '_wp_attached_file', '2023/10/CF_AE24_TrainingPoster_US_Yazoo_093023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10476, 858, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:2176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194906;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16763;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9771;}}s:8:\"filesize\";i:608516;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10695, 861, '_wp_attached_file', '2023/10/e-guide.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10696, 861, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1030;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10701, 862, '_wp_attached_file', '2023/10/CF_AE24_eGuide_US_Final.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10702, 862, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE24_eGuide_US_Final-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164468;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25838;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE24_eGuide_US_Final-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16577;}}s:8:\"filesize\";i:1966686;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10703, 863, '_wp_attached_file', '2023/10/CF-2023-U.S.-Required-Notices10.5.23.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10704, 863, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF-2023-U.S.-Required-Notices10.5.23-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115905;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF-2023-U.S.-Required-Notices10.5.23-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13647;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF-2023-U.S.-Required-Notices10.5.23-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF-2023-U.S.-Required-Notices10.5.23-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6837;}}s:8:\"filesize\";i:1022260;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10705, 864, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward-3.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10706, 864, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214961;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51544;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41770;}}s:8:\"filesize\";i:292696;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10707, 865, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Dville.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10708, 865, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210995;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51315;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41815;}}s:8:\"filesize\";i:442780;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10709, 866, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10710, 866, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238037;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52863;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42083;}}s:8:\"filesize\";i:445927;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10711, 867, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal-2.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10712, 867, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202455;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50498;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41714;}}s:8:\"filesize\";i:442658;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10713, 868, '_wp_attached_file', '2023/10/CFIND-24AE-Checklist-2941290_Oct5FINAL.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10714, 868, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224861;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19317;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9221;}}s:8:\"filesize\";i:1270823;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10715, 869, '_wp_attached_file', '2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10716, 869, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:63:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366843;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26362;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11447;}}s:8:\"filesize\";i:1955680;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10745, 872, '_wp_attached_file', '2023/10/2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10746, 872, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:63:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30356;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5509;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4054;}}s:8:\"filesize\";i:1586802;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10747, 873, '_wp_attached_file', '2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10748, 873, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:73:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180932;}s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14641;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7029;}}s:8:\"filesize\";i:2753818;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11526, 876, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11527, 876, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238400;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52933;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42145;}}s:8:\"filesize\";i:445923;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11576, 41, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11577, 381, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11578, 380, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11579, 379, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11581, 46, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11582, 793, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11583, 147, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11585, 444, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11590, 55, '_wp_old_date', '2023-06-23');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11591, 198, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11594, 437, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11595, 436, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11596, 62, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11598, 434, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11599, 433, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11600, 432, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11603, 452, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11604, 72, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11608, 518, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11609, 517, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11610, 516, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11611, 515, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11612, 91, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11615, 546, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11619, 100, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11620, 553, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11622, 572, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11623, 603, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11625, 382, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11628, 513, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11678, 879, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11679, 879, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11687, 880, '_wp_attached_file', '2023/10/OE_desktop_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11688, 880, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:29:\"2023/10/OE_desktop_banner.jpg\";s:8:\"filesize\";i:74343;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7714;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29139;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83916;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12600;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53827;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13359;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19251;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49018;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15050;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63479;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42487;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14289;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11689, 881, '_wp_attached_file', '2023/10/OE_mobile_banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11690, 881, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:28:\"2023/10/OE_mobile_banner.jpg\";s:8:\"filesize\";i:89538;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9300;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84339;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14311;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60144;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15946;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24123;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26299;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11711, 883, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11712, 883, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11732, 885, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11733, 885, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11748, 886, '_wp_attached_file', '2023/10/water_headerBar1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11749, 886, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2023/10/water_headerBar1.jpg\";s:8:\"filesize\";i:78449;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"water_headerBar1-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2709;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1024x192.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4223;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-768x144.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18895;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1536x288.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77111;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18988;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64158;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21446;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30605;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1080x203.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40065;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22388;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1280x240.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54607;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-980x184.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32021;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"water_headerBar1-480x90.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11779, 41, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11780, 381, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11781, 380, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11782, 379, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11784, 46, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11785, 793, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11786, 147, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11788, 444, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11793, 55, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11794, 198, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11797, 437, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11798, 436, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11799, 62, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11801, 434, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11802, 433, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11803, 432, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11806, 452, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11807, 72, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11811, 518, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11812, 517, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11813, 516, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11814, 515, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11815, 91, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11818, 546, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11822, 100, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11824, 553, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11826, 572, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11827, 603, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11829, 382, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11832, 513, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12481, 893, '_wp_attached_file', '2023/12/APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12482, 893, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19607;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5645;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4548;}}s:8:\"filesize\";i:141657;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12988, 900, '_wp_attached_file', '2024/01/SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12989, 900, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:103:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349862;}s:6:\"medium\";a:5:{s:4:\"file\";s:111:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23800;}s:5:\"large\";a:5:{s:4:\"file\";s:112:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:111:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9199;}}s:8:\"filesize\";i:505109;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12990, 901, '_wp_attached_file', '2024/01/SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12991, 901, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:103:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:360755;}s:6:\"medium\";a:5:{s:4:\"file\";s:111:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23868;}s:5:\"large\";a:5:{s:4:\"file\";s:112:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:111:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9308;}}s:8:\"filesize\";i:507750;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13019, 903, '_wp_attached_file', '2024/01/Vision-Flyer_1.1.24_CF-Industries.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13020, 903, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"Vision-Flyer_1.1.24_CF-Industries-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222822;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Vision-Flyer_1.1.24_CF-Industries-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Vision-Flyer_1.1.24_CF-Industries-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Vision-Flyer_1.1.24_CF-Industries-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9187;}}s:8:\"filesize\";i:266073;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13493, 41, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13494, 381, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13495, 380, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13496, 379, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13498, 46, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13499, 793, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13500, 147, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13502, 444, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13507, 55, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13508, 198, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13511, 437, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13512, 436, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13513, 62, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13515, 434, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13516, 433, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13517, 432, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13520, 452, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13521, 72, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13525, 518, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13526, 517, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13527, 516, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13528, 515, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13529, 91, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13532, 546, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13536, 100, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13538, 553, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13540, 572, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13541, 603, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13543, 382, '_wp_old_date', '2023-11-08');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13546, 513, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14226, 909, '_wp_attached_file', '2024/02/Balanced-Drug-list-2024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14227, 909, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Balanced-Drug-list-2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178326;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Balanced-Drug-list-2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10715;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Balanced-Drug-list-2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Balanced-Drug-list-2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3971;}}s:8:\"filesize\";i:3134681;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14236, 910, '_wp_attached_file', '2024/02/CF_Enrollment_eGuide_022124.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14237, 910, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"CF_Enrollment_eGuide_022124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142966;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CF_Enrollment_eGuide_022124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21723;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_022124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"CF_Enrollment_eGuide_022124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14086;}}s:8:\"filesize\";i:4929841;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14238, 911, '_wp_attached_file', '2024/02/CF_2024_Rates_022124.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14239, 911, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"CF_2024_Rates_022124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172309;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_022124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18307;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"CF_2024_Rates_022124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_022124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10375;}}s:8:\"filesize\";i:49174;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14333, 918, '_wp_attached_file', '2024/03/Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14334, 918, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350212;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19744;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6249;}}s:8:\"filesize\";i:485240;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14335, 919, '_wp_attached_file', '2024/03/Dyno-Nobel-Waggaman-LA-SPD-3-2020.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14336, 919, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69902;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9357;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5260;}}s:8:\"filesize\";i:1783467;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14337, 920, '_wp_attached_file', '2024/03/CF_UNION_Contacts_022924.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14338, 920, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"CF_UNION_Contacts_022924-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167614;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"CF_UNION_Contacts_022924-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20462;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"CF_UNION_Contacts_022924-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"CF_UNION_Contacts_022924-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11617;}}s:8:\"filesize\";i:45755;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14339, 921, '_wp_attached_file', '2024/03/CF_Enrollment_US_Walla_UNION_eGuide_022624.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14340, 921, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144935;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19665;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11710;}}s:8:\"filesize\";i:3241577;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14341, 922, '_wp_attached_file', '2024/03/CF_2024_Rates_Walla_UNION_022624.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14342, 922, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"CF_2024_Rates_Walla_UNION_022624-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194939;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"CF_2024_Rates_Walla_UNION_022624-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19091;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"CF_2024_Rates_Walla_UNION_022624-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111673;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"CF_2024_Rates_Walla_UNION_022624-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10380;}}s:8:\"filesize\";i:52364;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14343, 923, '_wp_attached_file', '2024/03/04.-CF_2024_Enrollment_Checklist_Union.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14344, 923, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"04.-CF_2024_Enrollment_Checklist_Union-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203930;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"04.-CF_2024_Enrollment_Checklist_Union-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75170;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"04.-CF_2024_Enrollment_Checklist_Union-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"04.-CF_2024_Enrollment_Checklist_Union-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66552;}}s:8:\"filesize\";i:120116;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14589, 929, '_wp_attached_file', '2024/03/how-to-enroll-in-commuter_2.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14590, 929, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"how-to-enroll-in-commuter_2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125523;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"how-to-enroll-in-commuter_2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13867;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"how-to-enroll-in-commuter_2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"how-to-enroll-in-commuter_2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7298;}}s:8:\"filesize\";i:1050022;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14592, 931, '_wp_attached_file', '2024/03/IL-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14593, 931, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2024/03/IL-banner.jpg\";s:8:\"filesize\";i:48283;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IL-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3717;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IL-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IL-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4589;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IL-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IL-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48104;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"IL-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13407;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IL-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43535;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"IL-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14806;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"IL-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19085;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"IL-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26618;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"IL-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16306;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"IL-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35421;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"IL-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22898;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IL-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14606, 41, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14607, 381, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14608, 380, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14609, 379, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14611, 46, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14612, 793, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14613, 147, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14615, 444, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14620, 55, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14621, 198, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14624, 437, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14625, 436, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14626, 62, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14628, 434, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14629, 433, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14630, 432, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14633, 452, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14634, 72, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14638, 518, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14639, 517, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14640, 516, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14641, 515, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14642, 91, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14645, 546, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14649, 100, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14651, 553, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14653, 572, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14654, 603, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14656, 382, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14659, 513, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14660, 935, '_wp_attached_file', '2024/03/landing-commuter.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14661, 935, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2024/03/landing-commuter.jpg\";s:8:\"filesize\";i:18038;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"landing-commuter-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"landing-commuter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7195;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"landing-commuter-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19607;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"landing-commuter-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"landing-commuter-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"landing-commuter-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2017 DGLimages/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14887, 41, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14888, 381, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14889, 380, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14890, 379, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14892, 46, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14893, 793, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14894, 147, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14896, 444, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14901, 55, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14902, 198, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14905, 437, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14906, 436, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14907, 62, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14909, 434, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14910, 433, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14911, 432, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14914, 452, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14915, 72, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14919, 518, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14920, 517, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14921, 516, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14922, 515, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14924, 91, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14927, 546, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14931, 100, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14932, 553, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14934, 572, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14935, 603, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14937, 382, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14940, 513, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14948, 936, '_wp_attached_file', '2024/03/CF_Enrollment_US_NU_eGuide_030724.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14949, 936, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"CF_Enrollment_US_NU_eGuide_030724-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145040;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_030724-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23826;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"CF_Enrollment_US_NU_eGuide_030724-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_030724-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16131;}}s:8:\"filesize\";i:5993647;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15154, 385, '_wp_old_slug', 'hsa-preventive-drug-program');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15300, 966, '_edit_lock', '1769733637:3');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15301, 966, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15302, 966, 'keywords', 'Education assistance, education application, tuition, degree, exam, education, college, reimbursement, school');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15303, 966, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15304, 966, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15305, 966, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15306, 966, 'attachment', 1361);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15307, 966, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15546, 564, '_wp_old_slug', 'annual-funding-notice');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15622, 350, '_wp_old_slug', 'express-scripts-mail-order-form');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15650, 776, '_wp_old_slug', 'no-cost-preventive-drug-list');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16038, 1036, '_et_pb_use_builder', 'on');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16039, 1036, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16041, 1039, '_et_autogenerated_title', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16042, 1039, '_et_default', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16043, 1039, '_et_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16044, 1039, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16045, 1039, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16046, 1039, '_et_body_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16047, 1039, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16048, 1039, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16049, 1039, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16050, 1040, '_et_autogenerated_title', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16051, 1040, '_et_default', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16052, 1040, '_et_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16053, 1040, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16054, 1040, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16055, 1040, '_et_body_layout_id', 1036);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16056, 1040, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16057, 1040, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16058, 1040, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16059, 1040, '_et_use_on', 'search');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16062, 1036, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16063, 1036, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16064, 1036, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16065, 1036, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1036\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16066, 1036, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16067, 1036, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16068, 1036, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16069, 1036, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16070, 1036, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16071, 1036, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16072, 1036, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16073, 1036, '_et_builder_version', 'VB|Divi|4.24.3');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16074, 1043, '_et_autogenerated_title', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16075, 1043, '_et_default', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16076, 1043, '_et_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16077, 1043, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16078, 1043, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16079, 1043, '_et_body_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16080, 1043, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16081, 1043, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16082, 1043, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16083, 1044, '_et_autogenerated_title', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16084, 1044, '_et_default', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16085, 1044, '_et_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16086, 1044, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16087, 1044, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16088, 1044, '_et_body_layout_id', 1036);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16089, 1044, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16090, 1044, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16091, 1044, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16092, 1044, '_et_use_on', 'search');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16093, 1042, '_et_template', 1043);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16094, 1042, '_et_template', 1044);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16099, 1039, '_et_theme_builder_marked_as_unused', '2024-03-26 17:07:59');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16100, 1040, '_et_theme_builder_marked_as_unused', '2024-03-26 17:07:59');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16122, 820, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16123, 820, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16124, 675, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16125, 675, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16130, 3, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16131, 3, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16132, 3, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16133, 3, '_edit_lock', '1749233436:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16170, 865, '_relevanssi_pin', 'Donaldsonvill');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16182, 867, '_relevanssi_pin', 'port neal');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16192, 864, '_relevanssi_pin', 'Woodward');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16202, 876, '_relevanssi_pin', 'Yazoo');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16219, 1056, '_wp_attached_file', '2024/03/FSRA_Health-Care-FSA.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16220, 1056, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"FSRA_Health-Care-FSA-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180058;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"FSRA_Health-Care-FSA-pdf-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16315;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"FSRA_Health-Care-FSA-pdf-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"FSRA_Health-Care-FSA-pdf-113x150.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7512;}}s:8:\"filesize\";i:362875;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16221, 1057, '_wp_attached_file', '2024/03/FSRA_Limited-Purpose-FSA-with-Carry-Over.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16222, 1057, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261344;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19601;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8121;}}s:8:\"filesize\";i:286212;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16432, 271, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16433, 271, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16439, 272, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16440, 272, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16446, 268, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16447, 268, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16453, 263, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16454, 263, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16460, 260, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16461, 260, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16467, 246, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16468, 246, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16470, 17, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16471, 17, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16547, 1064, '_wp_attached_file', '2024/05/DCFSA-Flyer.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16548, 1064, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"DCFSA-Flyer-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139920;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"DCFSA-Flyer-pdf-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12775;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"DCFSA-Flyer-pdf-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"DCFSA-Flyer-pdf-113x150.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5944;}}s:8:\"filesize\";i:186479;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16666, 1069, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16667, 1069, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16685, 1070, '_wp_attached_file', '2024/03/RX-List-Balanced-IL-2024-April.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16686, 1070, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"RX-List-Balanced-IL-2024-April-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178343;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"RX-List-Balanced-IL-2024-April-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11297;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"RX-List-Balanced-IL-2024-April-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"RX-List-Balanced-IL-2024-April-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4600;}}s:8:\"filesize\";i:3117402;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16803, 1071, '_wp_attached_file', '2024/06/be-well_slider_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16804, 1071, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:33:\"2024/06/be-well_slider_image1.jpg\";s:8:\"filesize\";i:51946;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7070;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26083;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73308;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11126;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11332;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15833;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43234;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13857;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56204;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37437;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13050;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16806, 1072, '_wp_attached_file', '2024/06/be-well_mobile_slider_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16807, 1072, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:40:\"2024/06/be-well_mobile_slider_image1.jpg\";s:8:\"filesize\";i:71197;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9430;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"be-well_mobile_slider_image1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"be-well_mobile_slider_image1-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87170;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"be-well_mobile_slider_image1-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103717;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17420;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71444;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19270;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29080;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28125;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17657, 1077, '_wp_attached_file', '2024/03/CF_Transition_eGuide_US_FINAL_042524.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17658, 1077, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Transition_eGuide_US_FINAL_042524-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210236;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Transition_eGuide_US_FINAL_042524-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25935;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Transition_eGuide_US_FINAL_042524-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Transition_eGuide_US_FINAL_042524-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15594;}}s:8:\"filesize\";i:2360348;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17660, 1078, '_wp_attached_file', '2024/03/Cigna-Dental-Summary_2024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17661, 1078, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Cigna-Dental-Summary_2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246777;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Cigna-Dental-Summary_2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18469;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Cigna-Dental-Summary_2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Cigna-Dental-Summary_2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7616;}}s:8:\"filesize\";i:120012;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17664, 1080, '_wp_attached_file', '2024/07/Cigna-Dental-Virtual-Care-Customer-Flyer.pdf');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17665, 1080, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273218;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21966;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9565;}}s:8:\"filesize\";i:1074868;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17692, 1081, '_wp_attached_file', '2024/03/F_GROGuide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17693, 1081, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"F_GROGuide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235512;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19165;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"F_GROGuide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8370;}}s:8:\"filesize\";i:336989;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17699, 1083, '_wp_attached_file', '2024/07/Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17700, 1083, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350097;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74099;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219352;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59921;}}s:8:\"filesize\";i:542796;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18313, 1087, '_wp_attached_file', '2024/03/CF_Transition_eGuide_US_FINAL_042524-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18314, 1087, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210236;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25935;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15594;}}s:8:\"filesize\";i:2371852;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18315, 1088, '_wp_attached_file', '2024/03/CF_2024_Rates_093023.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18316, 1088, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"CF_2024_Rates_093023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206093;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20699;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"CF_2024_Rates_093023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11765;}}s:8:\"filesize\";i:54635;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18558, 1091, '_wp_attached_file', '2024/08/CF_Enrollment_eGuide_US_FINAL_022024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18559, 1091, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145014;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23771;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16134;}}s:8:\"filesize\";i:5950073;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18581, 1093, '_wp_attached_file', '2024/08/CF_2024_Rates_COBRA_010924.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18582, 1093, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2024_Rates_COBRA_010924-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89504;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2024_Rates_COBRA_010924-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16088;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2024_Rates_COBRA_010924-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2024_Rates_COBRA_010924-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11640;}}s:8:\"filesize\";i:31290;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18593, 547, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18653, 1095, '_wp_attached_file', '2024/08/RX-List-Balanced-IL-2024-April-compressed.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18654, 1095, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"RX-List-Balanced-IL-2024-April-compressed-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179183;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"RX-List-Balanced-IL-2024-April-compressed-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12137;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"RX-List-Balanced-IL-2024-April-compressed-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"RX-List-Balanced-IL-2024-April-compressed-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5440;}}s:8:\"filesize\";i:1600090;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18664, 561, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18706, 1100, '_wp_attached_file', '2024/09/CF_BAM_AccessInstructions.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18707, 1100, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"CF_BAM_AccessInstructions-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323235;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"CF_BAM_AccessInstructions-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54647;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"CF_BAM_AccessInstructions-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186929;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"CF_BAM_AccessInstructions-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41843;}}s:8:\"filesize\";i:856718;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18715, 125, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18724, 1101, '_wp_attached_file', '2024/08/RX-List-Balanced-IL-2024-July.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18725, 1101, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"RX-List-Balanced-IL-2024-July-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171962;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"RX-List-Balanced-IL-2024-July-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13786;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"RX-List-Balanced-IL-2024-July-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"RX-List-Balanced-IL-2024-July-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6579;}}s:8:\"filesize\";i:5692499;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18727, 1102, '_wp_attached_file', '2024/03/RX-ACA-Preventative-List-IL.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18728, 1102, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"RX-ACA-Preventative-List-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337883;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28764;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"RX-ACA-Preventative-List-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15360;}}s:8:\"filesize\";i:168323;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18729, 1103, '_wp_attached_file', '2024/03/2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18730, 1103, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:64:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208652;}s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25354;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13839;}}s:8:\"filesize\";i:1069096;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18781, 1104, '_wp_attached_file', '2024/09/secondary-page-banner_OE_2025.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18782, 1104, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2024/09/secondary-page-banner_OE_2025.jpg\";s:8:\"filesize\";i:24470;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"secondary-page-banner_OE_2025-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3342;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10401;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27624;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4848;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22511;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4684;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6284;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16745;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4484;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21304;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14598;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"secondary-page-banner_OE_2025-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18787, 1105, '_wp_attached_file', '2024/09/best-premium-page-banner_OE_2025.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18788, 1105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:44:\"2024/09/best-premium-page-banner_OE_2025.jpg\";s:8:\"filesize\";i:55638;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8117;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5426;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30050;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82106;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14084;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56661;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22113;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48980;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24422;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63114;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42460;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15098;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18789, 1107, '_wp_attached_file', '2024/09/best-premium-page-banner_OE_2025_2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18790, 1107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:46:\"2024/09/best-premium-page-banner_OE_2025_2.jpg\";s:8:\"filesize\";i:71188;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7518;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31024;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94891;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12653;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60388;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20407;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54108;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18009;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71334;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46384;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18796, 1109, '_wp_attached_file', '2024/09/best-premium-page-banner_OE_2025_mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18797, 1109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:51:\"2024/09/best-premium-page-banner_OE_2025_mobile.jpg\";s:8:\"filesize\";i:182086;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13719;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"best-premium-page-banner_OE_2025_mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"best-premium-page-banner_OE_2025_mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189502;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"best-premium-page-banner_OE_2025_mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230257;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21214;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107041;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23923;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38203;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82858;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18804, 1110, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18805, 1110, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19148, 1117, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19149, 1117, '_edit_lock', '1728228575:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19154, 1117, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19155, 1117, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19156, 1117, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19157, 1117, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1117\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19158, 1117, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19159, 1117, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19161, 1117, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19162, 1117, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19163, 1117, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19164, 1117, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19165, 1117, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19166, 1117, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19167, 1117, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19168, 1117, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19177, 1117, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19191, 1120, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19192, 1120, '_edit_lock', '1728229477:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19194, 1120, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19195, 1120, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19196, 1120, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19197, 1120, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1120\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19198, 1120, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19199, 1120, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19201, 1120, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19202, 1120, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19203, 1120, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19204, 1120, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19205, 1120, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19206, 1120, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19207, 1120, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19208, 1120, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19221, 1125, '_et_pb_module_type', 'et_pb_unknown');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19222, 1125, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19225, 1126, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19226, 1126, '_edit_lock', '1729560021:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19228, 1126, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19229, 1126, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19230, 1126, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19231, 1126, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1126\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19232, 1126, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19233, 1126, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19235, 1126, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19236, 1126, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19237, 1126, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19238, 1126, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19239, 1126, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19240, 1126, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19241, 1126, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19242, 1126, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19848, 1135, '_wp_attached_file', '2024/10/cf-benefits-center-flip.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19849, 1135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:35:\"2024/10/cf-benefits-center-flip.jpg\";s:8:\"filesize\";i:91497;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12247;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45012;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130250;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22661;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33721;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75638;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32961;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98422;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65044;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22323;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2024 Drazen Zigic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19850, 1136, '_wp_attached_file', '2024/10/cf-benefits-center-flip2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19851, 1136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:36:\"2024/10/cf-benefits-center-flip2.jpg\";s:8:\"filesize\";i:98140;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12507;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72743;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7695;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46942;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137198;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21013;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95908;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34480;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79065;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32649;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103543;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67993;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2024 Drazen Zigic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20135, 399, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20142, 492, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20180, 1139, '_wp_attached_file', '2024/10/cf-benefits-center-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20181, 1139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:37:\"2024/10/cf-benefits-center-mobile.jpg\";s:8:\"filesize\";i:135706;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14955;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"cf-benefits-center-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"cf-benefits-center-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139720;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"cf-benefits-center-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167052;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24146;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108625;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26832;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40975;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42230;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67131;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2024 Drazen Zigic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20325, 1142, '_wp_attached_file', '2024/10/oe-banner1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20326, 1142, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:22:\"2024/10/oe-banner1.jpg\";s:8:\"filesize\";i:97800;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"oe-banner1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12125;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"oe-banner1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7212;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"oe-banner1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45172;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123895;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"oe-banner1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21028;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"oe-banner1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22424;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"oe-banner1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32975;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74154;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"oe-banner1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33067;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95216;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"oe-banner1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64468;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"oe-banner1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20332, 1143, '_wp_attached_file', '2024/10/oe-banner2.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20333, 1143, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:22:\"2024/10/oe-banner2.jpg\";s:8:\"filesize\";i:105863;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"oe-banner2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13205;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"oe-banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"oe-banner2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49659;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135697;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91300;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23244;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33894;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81360;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31410;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104058;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"oe-banner2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70961;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"oe-banner2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20414, 1145, '_et_pb_built_for_post_type', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20513, 1125, '_edit_lock', '1729557024:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20659, 1149, '_wp_attached_file', '2024/10/test-image.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20660, 1149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:22:\"2024/10/test-image.jpg\";s:8:\"filesize\";i:63572;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"test-image-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7480;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"test-image-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"test-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4876;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"test-image-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27061;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"test-image-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73785;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"test-image-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13105;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"test-image-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54045;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"test-image-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14116;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"test-image-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20395;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"test-image-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44302;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"test-image-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18580;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"test-image-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56730;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"test-image-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38507;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"test-image-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13879;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20953, 1152, '_wp_attached_file', '2024/10/mercer-banner-desktop.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20954, 1152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:33:\"2024/10/mercer-banner-desktop.jpg\";s:8:\"filesize\";i:69891;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9527;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6175;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32643;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88509;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16086;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65133;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17276;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24846;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53151;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21308;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68233;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46221;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20955, 1153, '_wp_attached_file', '2024/10/mercer-banner-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20956, 1153, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2024/10/mercer-banner-mobile.jpg\";s:8:\"filesize\";i:78479;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9761;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"mercer-banner-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"mercer-banner-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85175;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"mercer-banner-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100798;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17551;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67113;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19253;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28303;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27990;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20968, 1155, '_wp_attached_file', '2024/10/2025-Balanced-Drug-List.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20969, 1155, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"2025-Balanced-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174708;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2025-Balanced-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15967;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2025-Balanced-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2025-Balanced-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8743;}}s:8:\"filesize\";i:4760783;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20978, 1157, '_wp_attached_file', '2024/10/CF_2025_Rates_NU_FINAL_102124.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20979, 1157, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"CF_2025_Rates_NU_FINAL_102124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191633;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"CF_2025_Rates_NU_FINAL_102124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18441;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"CF_2025_Rates_NU_FINAL_102124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"CF_2025_Rates_NU_FINAL_102124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10394;}}s:8:\"filesize\";i:50784;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20988, 1159, '_wp_attached_file', '2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20989, 1159, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202930;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17685;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108477;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8379;}}s:8:\"filesize\";i:1225351;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20998, 1161, '_wp_attached_file', '2024/10/CF_AE25_eGuide_US_FINAL_102224.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20999, 1161, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE25_eGuide_US_FINAL_102224-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164822;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE25_eGuide_US_FINAL_102224-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27281;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE25_eGuide_US_FINAL_102224-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102421;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE25_eGuide_US_FINAL_102224-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17292;}}s:8:\"filesize\";i:3174143;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21006, 839, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21007, 839, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21080, 1163, '_wp_attached_file', '2024/10/Union-MedicalSPD-8-2024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21081, 1163, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Union-MedicalSPD-8-2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67975;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Union-MedicalSPD-8-2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9252;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Union-MedicalSPD-8-2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Union-MedicalSPD-8-2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5230;}}s:8:\"filesize\";i:1801879;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21082, 1164, '_wp_attached_file', '2024/10/2025_Balanced-Drug-list.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21083, 1164, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"2025_Balanced-Drug-list-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174708;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2025_Balanced-Drug-list-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15967;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2025_Balanced-Drug-list-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2025_Balanced-Drug-list-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8743;}}s:8:\"filesize\";i:4760783;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21084, 1165, '_wp_attached_file', '2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21085, 1165, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"CF_2025_Rates_W_Union_FINAL_101724-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195070;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"CF_2025_Rates_W_Union_FINAL_101724-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19068;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"CF_2025_Rates_W_Union_FINAL_101724-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"CF_2025_Rates_W_Union_FINAL_101724-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10387;}}s:8:\"filesize\";i:52113;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21086, 1166, '_wp_attached_file', '2024/10/CF_AE25_eGuide_UNION_US_FINAL_102124.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21087, 1166, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173861;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24472;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14718;}}s:8:\"filesize\";i:2860726;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21088, 1167, '_wp_attached_file', '2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21089, 1167, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350103;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22854;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9322;}}s:8:\"filesize\";i:279816;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21090, 1168, '_wp_attached_file', '2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21091, 1168, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188491;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16925;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8281;}}s:8:\"filesize\";i:1225145;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21092, 1169, '_wp_attached_file', '2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21093, 1169, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173861;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24472;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14718;}}s:8:\"filesize\";i:2860726;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21279, 1172, '_wp_attached_file', '2024/10/oe-banner-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21280, 1172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:28:\"2024/10/oe-banner-mobile.jpg\";s:8:\"filesize\";i:89714;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10485;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96119;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114031;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13220;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53062;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22979;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27493;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21306, 41, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21307, 381, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21308, 380, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21309, 379, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21311, 46, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21312, 793, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21313, 147, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21315, 444, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21320, 55, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21321, 198, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21324, 437, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21325, 436, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21326, 62, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21328, 434, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21329, 433, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21330, 432, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21333, 452, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21334, 72, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21338, 518, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21339, 517, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21340, 516, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21341, 515, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21343, 91, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21346, 546, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21350, 100, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21351, 553, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21353, 572, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21354, 603, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21356, 382, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21359, 513, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21516, 1174, '_wp_attached_file', '2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21517, 1174, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188491;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16925;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8281;}}s:8:\"filesize\";i:1225248;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21681, 1176, '_wp_attached_file', '2024/11/CF_AE25_Annual-Enrollment-Guide_UNION_US_103024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21682, 1176, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173861;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24472;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14718;}}s:8:\"filesize\";i:2847402;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21688, 1177, '_wp_attached_file', '2024/10/CF_AE25_Guide_US_103024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21689, 1177, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE25_Guide_US_103024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166870;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29329;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE25_Guide_US_103024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19340;}}s:8:\"filesize\";i:3287141;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21692, 1179, '_wp_attached_file', '2024/11/2025_Standard-PPO_SBC_Nov5.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21693, 1179, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"2025_Standard-PPO_SBC_Nov5-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359481;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"2025_Standard-PPO_SBC_Nov5-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23691;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"2025_Standard-PPO_SBC_Nov5-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"2025_Standard-PPO_SBC_Nov5-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9154;}}s:8:\"filesize\";i:395508;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21702, 1181, '_wp_attached_file', '2024/11/2025_248031_Advantage-PPO_withHSA_SBC_Nov5.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21703, 1181, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346125;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23488;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9069;}}s:8:\"filesize\";i:389216;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21898, 1185, '_wp_attached_file', '2024/11/CF-2024-U.S.-Required-Notices-Final_.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21899, 1185, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF-2024-U.S.-Required-Notices-Final_-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155938;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF-2024-U.S.-Required-Notices-Final_-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16150;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF-2024-U.S.-Required-Notices-Final_-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF-2024-U.S.-Required-Notices-Final_-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7558;}}s:8:\"filesize\";i:1042218;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22000, 1186, '_edit_lock', '1745782405:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22001, 1186, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22002, 1186, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22003, 1186, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22004, 1186, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22005, 1186, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22006, 1186, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22007, 1186, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22008, 1186, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22009, 1186, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22010, 1186, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22012, 1186, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22013, 1186, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22014, 1186, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22015, 1186, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1186\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22016, 1186, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22017, 1186, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22019, 1186, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22020, 1186, '_et_builder_version', 'VB|Divi|4.27.3');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22021, 1186, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22030, 1186, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22033, 1186, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22034, 1186, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22049, 1189, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22050, 1189, '_et_pb_built_for_post_type', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22055, 41, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22056, 381, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22057, 380, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22058, 379, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22060, 46, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22061, 793, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22062, 147, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22064, 444, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22069, 55, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22070, 198, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22073, 437, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22074, 436, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22075, 62, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22077, 434, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22078, 433, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22079, 432, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22082, 452, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22083, 72, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22087, 518, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22088, 517, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22089, 516, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22090, 515, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22092, 91, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22095, 546, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22099, 100, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22100, 553, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22102, 572, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22103, 603, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22105, 382, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22108, 513, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22111, 1190, '_wp_attached_file', '2024/11/2025-Union_SBC_Highmark-BCBS.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22112, 1190, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"2025-Union_SBC_Highmark-BCBS-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350103;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"2025-Union_SBC_Highmark-BCBS-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22854;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"2025-Union_SBC_Highmark-BCBS-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2025-Union_SBC_Highmark-BCBS-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9322;}}s:8:\"filesize\";i:279811;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22652, 455, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22683, 1195, '_edit_lock', '1761307620:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22684, 1195, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22685, 1196, '_wp_attached_file', '2024/12/CF_AE24_eGuide_US_Final.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22686, 1196, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE24_eGuide_US_Final-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164468;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25838;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE24_eGuide_US_Final-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16577;}}s:8:\"filesize\";i:1966686;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22687, 1195, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans,  2025 enrollment');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22688, 1195, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22689, 1195, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22690, 1195, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22691, 1195, 'attachment', 1209);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22692, 1195, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22713, 1197, '_wp_attached_file', '2024/12/CF_AE25_Guide_US_103024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22714, 1197, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE25_Guide_US_103024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166870;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29329;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE25_Guide_US_103024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19340;}}s:8:\"filesize\";i:3287141;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23152, 1202, '_wp_attached_file', '2024/10/CF_2025_Rates_NU_FINAL_102124-1.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23153, 1202, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_2025_Rates_NU_FINAL_102124-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191633;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_2025_Rates_NU_FINAL_102124-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18441;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_2025_Rates_NU_FINAL_102124-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_2025_Rates_NU_FINAL_102124-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10394;}}s:8:\"filesize\";i:50784;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23178, 1204, '_wp_attached_file', '2024/03/DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23179, 1204, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:68:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239456;}s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17813;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}}s:8:\"filesize\";i:126531;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23222, 1206, '_wp_attached_file', '2024/03/VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23223, 1206, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224821;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16898;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7512;}}s:8:\"filesize\";i:537461;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23342, 1207, '_wp_attached_file', '2024/03/CF-PPL-Affidavit-12.2.2024.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23343, 1207, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF-PPL-Affidavit-12.2.2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153791;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF-PPL-Affidavit-12.2.2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13113;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF-PPL-Affidavit-12.2.2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF-PPL-Affidavit-12.2.2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6320;}}s:8:\"filesize\";i:190174;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23347, 1208, '_wp_attached_file', '2024/08/CF_2025_Rates_COBRA_010625.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23348, 1208, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2025_Rates_COBRA_010625-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91899;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2025_Rates_COBRA_010625-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16534;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2025_Rates_COBRA_010625-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2025_Rates_COBRA_010625-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12022;}}s:8:\"filesize\";i:32312;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23352, 1209, '_wp_attached_file', '2024/12/NEW-CF_AE25_eGuide_US_121724.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23353, 1209, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"NEW-CF_AE25_eGuide_US_121724-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166870;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"NEW-CF_AE25_eGuide_US_121724-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29329;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"NEW-CF_AE25_eGuide_US_121724-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"NEW-CF_AE25_eGuide_US_121724-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19340;}}s:8:\"filesize\";i:3303676;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23443, 41, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23444, 381, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23445, 380, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23446, 379, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23448, 46, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23449, 793, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23450, 147, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23452, 444, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23457, 55, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23458, 198, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23461, 437, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23462, 436, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23463, 62, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23465, 434, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23466, 433, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23467, 432, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23470, 452, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23471, 72, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23475, 518, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23476, 517, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23477, 516, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23478, 515, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23480, 91, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23483, 546, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23487, 100, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23488, 553, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23490, 572, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23491, 603, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23493, 382, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23496, 513, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23564, 402, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23574, 1215, '_wp_attached_file', '2025/02/CF-Industries-SPD-1-2025.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23575, 1215, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"CF-Industries-SPD-1-2025-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67975;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"CF-Industries-SPD-1-2025-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9252;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"CF-Industries-SPD-1-2025-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"CF-Industries-SPD-1-2025-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5230;}}s:8:\"filesize\";i:1802057;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23580, 408, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23592, 574, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23597, 554, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23608, 177, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23618, 1216, '_wp_attached_file', '2024/03/2025-Adult-Wellness-Guidelines.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23619, 1216, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"2025-Adult-Wellness-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334998;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"2025-Adult-Wellness-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24475;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"2025-Adult-Wellness-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"2025-Adult-Wellness-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12028;}}s:8:\"filesize\";i:957696;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23620, 1217, '_wp_attached_file', '2024/03/2025-Childrens-Wellness-Guidelines.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23621, 1217, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"2025-Childrens-Wellness-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237991;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"2025-Childrens-Wellness-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21742;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"2025-Childrens-Wellness-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"2025-Childrens-Wellness-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11481;}}s:8:\"filesize\";i:532600;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23622, 1218, '_wp_attached_file', '2024/03/2025-Perinatal-Wellness-Guidelines-Member-Flier.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23623, 1218, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243364;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20397;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11026;}}s:8:\"filesize\";i:1043823;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23634, 41, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23635, 381, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23636, 380, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23637, 379, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23639, 46, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23640, 793, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23641, 147, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23643, 444, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23648, 55, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23649, 198, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23652, 437, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23653, 436, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23654, 62, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23656, 434, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23657, 433, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23658, 432, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23661, 452, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23662, 72, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23666, 518, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23667, 517, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23668, 516, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23670, 515, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23672, 91, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23675, 546, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23679, 100, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23680, 553, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23682, 572, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23683, 603, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23685, 382, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23688, 513, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23689, 1223, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23690, 1223, '_wp_page_template', 'page-template-blank.php');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23691, 1223, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23692, 1223, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23693, 1223, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23694, 1223, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23695, 1223, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23696, 1223, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23697, 1223, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23698, 1223, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23699, 1223, '_edit_lock', '1749232968:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23701, 1223, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23702, 1223, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23703, 1223, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23704, 1223, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1223\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23705, 1223, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23706, 1223, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23708, 1223, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23709, 1223, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23710, 1223, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23741, 1228, '_wp_attached_file', '2025/03/ayco-slider2_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23742, 1228, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:31:\"2025/03/ayco-slider2_image1.jpg\";s:8:\"filesize\";i:116389;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9473;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5185;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41047;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120424;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17608;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80866;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19028;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27610;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69330;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21717;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91155;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59696;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23743, 1229, '_wp_attached_file', '2025/03/ayco-slider2-mobile.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23744, 1229, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:31:\"2025/03/ayco-slider2-mobile.jpg\";s:8:\"filesize\";i:114492;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10604;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6565;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133401;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159906;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24614;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118691;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27356;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43299;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40532;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23745, 1230, '_wp_attached_file', '2025/03/ppl-slider3_image1.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23746, 1230, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:30:\"2025/03/ppl-slider3_image1.jpg\";s:8:\"filesize\";i:89650;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7934;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51816;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3847;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33327;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98236;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14354;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66322;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15081;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22219;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56154;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17117;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73703;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48499;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15767;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23790, 246, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23805, 375, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23819, 260, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23828, 263, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23844, 268, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23877, 272, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24006, 41, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24007, 381, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24008, 380, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24009, 379, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24011, 46, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24012, 793, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24013, 147, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24014, 444, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24018, 55, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24019, 198, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24020, 437, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24021, 436, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24022, 62, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24024, 434, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24025, 433, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24026, 432, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24029, 452, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24030, 72, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24031, 518, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24032, 517, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24033, 516, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24034, 515, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24035, 91, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24038, 546, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24041, 100, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24042, 553, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24043, 572, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24044, 603, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24045, 382, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24047, 513, '_wp_old_date', '2025-03-11');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24120, 1246, '_edit_lock', '1744754274:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24121, 1246, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24122, 1247, '_wp_attached_file', '2025/04/UK-Bluecrest-Guide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24123, 1247, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"UK-Bluecrest-Guide-pdf.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:1053;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125380;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"UK-Bluecrest-Guide-pdf-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50916;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"UK-Bluecrest-Guide-pdf-725x1024.jpg\";s:5:\"width\";i:725;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"UK-Bluecrest-Guide-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42618;}}s:8:\"filesize\";i:531058;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24124, 1246, 'keywords', 'UNUM, disability, income protection, injury, long term illness');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24125, 1246, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24126, 1246, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24127, 1246, '_attachment_type', 'field_6335b2546f643');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24128, 1246, 'attachment', 1247);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24129, 1246, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24197, 1252, '_edit_lock', '1744749750:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24198, 1253, '_wp_attached_file', '2025/04/Bupa-Select-Benefits-Summary.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24199, 1253, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"Bupa-Select-Benefits-Summary-pdf.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119559;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Bupa-Select-Benefits-Summary-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18871;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Bupa-Select-Benefits-Summary-pdf-722x1024.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Bupa-Select-Benefits-Summary-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9855;}}s:8:\"filesize\";i:273786;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24200, 1252, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24201, 1252, 'keywords', 'Medical, Bupa, Bupa Select, private medical insurance, summary, benefit information');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24202, 1252, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24203, 1252, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24204, 1252, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24205, 1252, 'attachment', 1253);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24206, 1252, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24207, 1254, '_edit_lock', '1744816558:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24208, 1254, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24209, 1255, '_wp_attached_file', '2025/04/Bupa-Select-Membership-Guide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24210, 1255, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"Bupa-Select-Membership-Guide-pdf.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32901;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Bupa-Select-Membership-Guide-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9767;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Bupa-Select-Membership-Guide-pdf-722x1024.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30403;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Bupa-Select-Membership-Guide-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6983;}}s:8:\"filesize\";i:579394;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24211, 1254, 'keywords', 'Medical, Bupa, Bupa Select, private medical insurance, Membership Guide, summary, benefit information');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24212, 1254, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24213, 1254, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24214, 1254, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24215, 1254, 'attachment', 1255);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24216, 1254, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24251, 1264, '_edit_lock', '1744749695:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24252, 1264, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24253, 1265, '_wp_attached_file', '2025/04/Bupa-Dental-What-to-Expect.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24254, 1265, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"Bupa-Dental-What-to-Expect-pdf.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:322604;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Bupa-Dental-What-to-Expect-pdf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24160;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Bupa-Dental-What-to-Expect-pdf-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Bupa-Dental-What-to-Expect-pdf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11453;}}s:8:\"filesize\";i:427302;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24255, 1264, 'keywords', 'Dental, Bupa, Bupa Dental, summary, what to expect, benefit information');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24256, 1264, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24257, 1264, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24258, 1264, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24259, 1264, 'attachment', 1265);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24260, 1264, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24261, 1266, '_edit_lock', '1744749668:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24262, 1266, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24263, 1267, '_wp_attached_file', '2025/04/Bupa-Dental-Membership-Guide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24264, 1267, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"Bupa-Dental-Membership-Guide-pdf.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:1058;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43745;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Bupa-Dental-Membership-Guide-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11253;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Bupa-Dental-Membership-Guide-pdf-722x1024.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40605;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Bupa-Dental-Membership-Guide-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7334;}}s:8:\"filesize\";i:794888;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24265, 1266, 'keywords', 'Dental, Bupa, Bupa Dental, Membership Guide, summary, benefit information');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24266, 1266, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24267, 1266, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24268, 1266, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24269, 1266, 'attachment', 1267);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24270, 1266, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24271, 1268, '_edit_lock', '1744749592:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24272, 1269, '_wp_attached_file', '2025/04/Bupa-Dental-Claim-Guide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24273, 1269, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Bupa-Dental-Claim-Guide-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212186;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Bupa-Dental-Claim-Guide-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18775;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Bupa-Dental-Claim-Guide-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107880;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Bupa-Dental-Claim-Guide-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9404;}}s:8:\"filesize\";i:805197;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24274, 1268, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24275, 1268, 'keywords', 'Dental, Bupa, Bupa Dental, Claim Guide, claims, benefit information');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24276, 1268, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24277, 1268, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24278, 1268, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24279, 1268, 'attachment', 1269);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24280, 1268, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24384, 1279, '_edit_lock', '1744749485:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24385, 1279, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24386, 1280, '_wp_attached_file', '2025/04/Life-Insurance-Beneficiary-Nomination-Form.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24387, 1280, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"Life-Insurance-Beneficiary-Nomination-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125998;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"Life-Insurance-Beneficiary-Nomination-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14198;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"Life-Insurance-Beneficiary-Nomination-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73269;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"Life-Insurance-Beneficiary-Nomination-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8059;}}s:8:\"filesize\";i:132517;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24388, 1279, 'keywords', 'MetLife, life insurance, beneficiary, nomination form, death, bereavement, benefit');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24389, 1279, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24390, 1279, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24391, 1279, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24392, 1279, 'attachment', 1280);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24393, 1279, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24394, 1281, '_edit_lock', '1744816580:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24395, 1281, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24396, 1282, '_wp_attached_file', '2025/04/MetLife-Bereavement_Guide.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24397, 1282, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"MetLife-Bereavement_Guide-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145473;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"MetLife-Bereavement_Guide-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19199;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"MetLife-Bereavement_Guide-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82069;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"MetLife-Bereavement_Guide-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11852;}}s:8:\"filesize\";i:223007;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24398, 1281, 'keywords', 'MetLife, life insurance, beneficiary, death, bereavement, benefit');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24399, 1281, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24400, 1281, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24401, 1281, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24402, 1281, 'attachment', 1282);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24403, 1281, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24452, 1284, '_edit_lock', '1744816558:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24453, 1285, '_wp_attached_file', '2025/04/What-is-Income-Protection.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24454, 1285, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"What-is-Income-Protection-pdf.jpg\";s:5:\"width\";i:1112;s:6:\"height\";i:1550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285573;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"What-is-Income-Protection-pdf-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22881;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"What-is-Income-Protection-pdf-735x1024.jpg\";s:5:\"width\";i:735;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"What-is-Income-Protection-pdf-108x150.jpg\";s:5:\"width\";i:108;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9170;}}s:8:\"filesize\";i:862304;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24455, 1284, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24456, 1284, 'keywords', 'UNUM, disability, income protection, injury, long term illness');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24457, 1284, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24458, 1284, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24459, 1284, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24460, 1284, 'attachment', 1285);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24461, 1284, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24462, 474, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24500, 481, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24530, 271, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24592, 41, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24593, 381, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24594, 380, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24595, 379, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24597, 46, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24598, 793, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24599, 147, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24600, 444, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24604, 55, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24605, 198, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24606, 437, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24607, 436, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24608, 62, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24610, 434, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24611, 433, '_wp_old_date', '2025-04-14');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24612, 432, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24615, 452, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24616, 72, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24617, 518, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24618, 517, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24619, 516, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24620, 515, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24621, 91, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24624, 546, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24627, 100, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24628, 553, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24629, 572, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24630, 603, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24631, 382, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24632, 513, '_wp_old_date', '2025-04-14');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24718, 404, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24806, 1295, '_wp_attached_file', '2025/04/mental-health.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24807, 1295, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:25:\"2025/04/mental-health.png\";s:8:\"filesize\";i:5077;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"mental-health-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4432;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24808, 1296, '_wp_attached_file', '2025/04/cycle-to-work.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24809, 1296, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:25:\"2025/04/cycle-to-work.png\";s:8:\"filesize\";i:6096;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"cycle-to-work-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12428;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24821, 1298, '_wp_attached_file', '2025/04/travel.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (24822, 1298, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:18:\"2025/04/travel.png\";s:8:\"filesize\";i:6409;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"travel-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25213, 41, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25214, 381, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25215, 380, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25216, 379, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25218, 46, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25219, 793, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25220, 147, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25221, 444, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25224, 55, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25225, 198, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25226, 437, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25227, 436, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25228, 62, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25230, 434, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25231, 433, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25232, 432, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25235, 452, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25236, 72, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25237, 518, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25238, 517, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25239, 516, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25240, 515, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25241, 91, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25244, 546, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25247, 100, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25248, 553, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25249, 572, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25250, 603, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25251, 382, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25252, 513, '_wp_old_date', '2025-04-15');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25335, 402, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25336, 402, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25348, 791, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25435, 417, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25518, 504, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25641, 488, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25642, 488, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25643, 791, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25644, 791, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25645, 1186, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25646, 1186, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25647, 455, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25648, 455, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25649, 426, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25650, 426, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25651, 404, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25652, 404, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25653, 388, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25654, 388, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25655, 450, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25656, 450, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25657, 177, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25658, 177, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25659, 413, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25660, 413, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25662, 531, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25663, 531, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25664, 415, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25665, 415, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25666, 499, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25667, 499, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25668, 166, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25669, 166, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25670, 462, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25671, 462, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25672, 527, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25673, 527, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25674, 521, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25675, 521, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25676, 474, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25677, 474, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25678, 427, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25679, 427, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25680, 492, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25681, 492, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25682, 469, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25683, 469, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25684, 375, '_relevanssi_pin_keywords', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25685, 375, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25686, 125, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25687, 125, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25688, 430, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25689, 430, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25690, 419, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25691, 419, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25692, 547, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25693, 547, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25695, 534, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25696, 534, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25697, 408, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25698, 408, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25699, 481, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25700, 481, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25701, 448, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25702, 448, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25703, 383, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25704, 383, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25705, 348, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25706, 348, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25708, 561, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25709, 561, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25710, 494, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25711, 494, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25716, 376, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25717, 376, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25718, 373, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25719, 373, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25720, 399, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25721, 399, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25724, 446, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25725, 446, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25728, 417, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25729, 417, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25730, 393, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25731, 393, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25732, 504, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25733, 504, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25734, 371, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25735, 371, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25953, 1309, '_wp_attached_file', '2025/04/uk-flag.svg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (25954, 1309, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:3760;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26209, 839, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26210, 839, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26212, 550, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26213, 550, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26218, 1223, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26219, 1223, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26220, 424, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26221, 424, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26222, 497, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26223, 497, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26224, 574, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26225, 574, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26226, 554, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26227, 554, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27027, 1318, '_wp_attached_file', '2025/05/Educational-Assistance-Application.docx');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27028, 1318, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:52175;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27029, 1319, '_wp_attached_file', '2025/05/Educational-Assistance-Undertaking-Agreement.docx');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27030, 1319, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1419495;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27041, 1320, '_wp_attached_file', '2025/05/cycle-to-work.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27042, 1320, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:25:\"2025/05/cycle-to-work.jpg\";s:8:\"filesize\";i:17805;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"cycle-to-work-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"cycle-to-work-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8011;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"cycle-to-work-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21080;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"cycle-to-work-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22982;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"cycle-to-work-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22982;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"cycle-to-work-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:86:\"Copyright (c) 2023 PeopleImages.com - Yuri A/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27060, 415, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27105, 488, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27151, 1321, '_edit_lock', '1747306791:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27152, 1321, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27153, 1321, 'keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27154, 1321, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27155, 1321, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27156, 1321, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27157, 1319, '_wp_old_slug', 'educational-assistance-undertaking-agreement');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27158, 1321, 'attachment', 1319);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27159, 1321, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27236, 1323, '_wp_attached_file', '2025/05/cycle-to-work-banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27237, 1323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2025/05/cycle-to-work-banner.jpg\";s:8:\"filesize\";i:25640;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"cycle-to-work-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3375;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"cycle-to-work-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"cycle-to-work-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"cycle-to-work-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9988;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"cycle-to-work-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25416;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"cycle-to-work-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4426;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"cycle-to-work-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16097;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"cycle-to-work-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4176;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"cycle-to-work-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5626;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"cycle-to-work-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15678;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"cycle-to-work-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4058;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"cycle-to-work-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19597;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"cycle-to-work-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13791;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"cycle-to-work-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27241, 1324, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27242, 1324, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27243, 1324, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27244, 1324, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27245, 1324, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27246, 1324, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27247, 1324, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27248, 1324, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27249, 1324, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27250, 1324, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27251, 1324, '_edit_lock', '1749233447:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27253, 1324, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27254, 1324, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27255, 1324, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27256, 1324, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1324\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27257, 1324, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27258, 1324, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27260, 1324, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27261, 1324, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27262, 1324, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27265, 1324, '_et_builder_dynamic_assets_loading_attr_threshold', 18);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27268, 3, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27269, 3, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27270, 3, '_et_pb_side_nav', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27271, 3, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27272, 3, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27273, 3, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27274, 3, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27275, 3, '_et_pb_old_content', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://lsk.yzp.mybluehost.me/website_441840fc.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitorâ€™s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select \"Remember Me\", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27290, 3, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27291, 3, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27292, 3, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27293, 3, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"3\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27294, 3, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27295, 3, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27297, 3, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27298, 3, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27299, 3, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27302, 3, '_et_builder_dynamic_assets_loading_attr_threshold', 18);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27304, 3, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27348, 1328, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27349, 1328, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27350, 1328, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27351, 1328, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27352, 1328, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27353, 1328, '_edit_lock', '1748518441:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27354, 1328, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27355, 1328, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27356, 1328, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27357, 1328, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27358, 1328, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27360, 1328, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27361, 1328, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27362, 1328, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27363, 1328, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1328\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27364, 1328, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27365, 1328, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27367, 1328, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27368, 1328, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27369, 1328, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27372, 1328, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27374, 1328, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28058, 373, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28062, 41, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28063, 381, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28064, 380, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28065, 379, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28067, 46, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28068, 793, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28069, 147, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28070, 444, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28073, 55, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28074, 198, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28075, 437, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28076, 436, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28077, 62, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28079, 434, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28080, 433, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28081, 432, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28084, 452, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28085, 72, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28086, 518, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28087, 517, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28088, 516, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28089, 515, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28090, 91, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28093, 546, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28095, 100, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28096, 553, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28097, 572, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28098, 603, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28099, 382, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28100, 513, '_wp_old_date', '2025-04-27');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28596, 17, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28597, 17, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28600, 1324, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28601, 1324, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30672, 820, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31147, 41, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31148, 381, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31149, 380, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31150, 379, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31152, 46, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31153, 793, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31154, 147, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31155, 444, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31158, 55, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31159, 198, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31160, 437, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31161, 436, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31162, 62, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31164, 434, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31165, 433, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31166, 432, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31169, 452, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31170, 72, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31171, 518, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31172, 517, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31173, 516, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31174, 515, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31175, 91, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31177, 546, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31179, 100, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31180, 553, '_wp_old_date', '2025-05-29');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31181, 572, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31182, 603, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31183, 382, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31184, 513, '_wp_old_date', '2025-05-29');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35719, 41, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35720, 381, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35721, 380, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35722, 379, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35724, 46, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35725, 793, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35726, 147, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35727, 444, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35729, 55, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35730, 198, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35731, 437, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35732, 436, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35733, 62, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35735, 434, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35736, 433, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35737, 432, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35740, 452, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35741, 72, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35742, 518, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35743, 517, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35744, 516, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35745, 515, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35746, 91, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35748, 546, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35750, 100, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35751, 553, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35752, 572, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35753, 603, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35754, 382, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35755, 513, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35756, 404, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35757, 404, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36944, 1343, '_edit_lock', '1761307827:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36945, 1343, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36946, 1344, '_wp_attached_file', '2025/10/CF_AE26_eGuide_CAN_FINAL_102125.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36947, 1344, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101808;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21029;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65875;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_AE26_eGuide_CAN_FINAL_102125-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14552;}}s:8:\"filesize\";i:1300441;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36948, 1343, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans,  2025 enrollment');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36949, 1343, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36950, 1343, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36951, 1343, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36952, 1343, 'attachment', 1344);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36953, 1343, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36954, 1343, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36955, 1343, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38971, 1346, '_edit_lock', '1769377871:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38972, 1346, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38973, 1346, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38974, 1346, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38975, 1346, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38976, 1346, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38977, 1346, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38978, 1346, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38979, 1346, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38980, 1346, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38981, 1346, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38983, 1346, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38984, 1346, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38985, 1346, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38986, 1346, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1346\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38987, 1346, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38988, 1346, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38990, 1346, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38991, 1346, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38992, 1346, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38997, 1346, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39012, 41, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39013, 381, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39014, 380, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39015, 379, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39017, 46, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39018, 793, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39019, 147, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39020, 444, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39022, 55, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39023, 198, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39024, 437, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39025, 436, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39026, 62, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39028, 434, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39029, 433, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39030, 432, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39033, 452, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39034, 72, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39035, 518, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39036, 517, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39037, 516, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39038, 515, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39039, 91, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39041, 546, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39043, 100, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39044, 553, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39045, 572, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39046, 603, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39047, 382, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39048, 513, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42543, 1355, '_edit_lock', '1769733520:3');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42544, 1355, '_edit_last', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42545, 1355, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42546, 1355, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42547, 1355, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42548, 1355, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42549, 1355, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42550, 1355, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42551, 1355, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42552, 1355, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42553, 1355, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42555, 1355, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42556, 1355, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42557, 1355, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42558, 1355, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1355\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42559, 1355, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42560, 1355, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42562, 1355, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42563, 1355, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42564, 1355, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42567, 1355, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42569, 1355, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42582, 1355, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42583, 1355, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42584, 376, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42585, 376, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42586, 376, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42587, 1357, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42588, 1357, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42589, 1357, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42590, 1357, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42591, 1357, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42592, 1357, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42593, 1357, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42594, 1357, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42595, 1357, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42596, 1357, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42597, 1357, '_edit_lock', '1769376468:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42599, 1357, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42600, 1357, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42601, 1357, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42602, 1357, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1357\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42603, 1357, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42604, 1357, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42606, 1357, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42607, 1357, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42608, 1357, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42611, 1357, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42613, 1357, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42620, 399, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42621, 399, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42622, 399, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42627, 41, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42628, 381, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42629, 380, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42630, 379, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42632, 46, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42633, 793, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42634, 147, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42635, 444, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42637, 55, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42638, 198, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42639, 437, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42640, 436, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42641, 62, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42642, 434, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42643, 433, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42645, 432, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42648, 452, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42649, 72, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42650, 518, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42651, 517, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42652, 516, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42653, 515, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42654, 91, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42656, 546, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42658, 100, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42659, 553, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42660, 572, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42661, 603, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42662, 382, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42663, 513, '_wp_old_date', '2025-11-23');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42664, 419, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42665, 419, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42666, 419, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42678, 450, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42679, 450, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42680, 450, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42685, 1346, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42686, 1346, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42687, 1346, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42688, 1346, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42689, 1346, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42690, 446, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42691, 446, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42692, 446, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42712, 1360, '_wp_attached_file', '2026/01/Leadership-Competency-Model-300x296-1.png');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42713, 1360, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:300;s:6:\"height\";i:296;s:4:\"file\";s:49:\"2026/01/Leadership-Competency-Model-300x296-1.png\";s:8:\"filesize\";i:30818;s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Leadership-Competency-Model-300x296-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9546;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Leadership-Competency-Model-300x296-1-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25716;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Leadership-Competency-Model-300x296-1-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42732, 450, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42733, 1361, '_wp_attached_file', '2024/03/Application-for-Education-Assistance-With-Fillable-Fields_Updated.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42734, 1361, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:73:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196034;}s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15320;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6596;}}s:8:\"filesize\";i:262759;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42754, 499, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42755, 499, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42756, 499, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42757, 527, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42758, 527, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42759, 527, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42765, 1364, '_edit_lock', '1769382344:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42766, 1364, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42767, 1364, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42768, 1364, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42769, 1364, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42770, 1364, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42771, 1364, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42772, 1364, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42773, 1364, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42774, 1364, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42775, 1364, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42777, 1364, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42778, 1364, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42779, 1364, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42780, 1364, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1364\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42781, 1364, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42782, 1364, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42784, 1364, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42785, 1364, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42786, 1364, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42789, 1364, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42791, 1364, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42798, 1365, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42799, 1365, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42800, 1365, '_menu_item_object_id', 1364);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42801, 1365, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42802, 1365, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42803, 1365, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42804, 1365, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42805, 1365, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42807, 41, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42808, 381, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42809, 380, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42810, 379, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42812, 46, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42813, 793, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42814, 147, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42815, 444, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42817, 55, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42818, 198, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42819, 437, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42820, 436, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42821, 62, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42822, 452, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42823, 434, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42824, 433, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42825, 432, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42826, 72, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42827, 518, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42828, 517, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42829, 516, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42830, 515, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42831, 91, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42832, 546, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42833, 100, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42834, 553, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42835, 572, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42836, 603, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42837, 382, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42838, 513, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42881, 1366, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42882, 1366, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42883, 1366, '_menu_item_object_id', 1355);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42884, 1366, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42885, 1366, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42886, 1366, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42887, 1366, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42888, 1366, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42890, 1367, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42891, 1367, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42892, 1367, '_menu_item_object_id', 1357);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42893, 1367, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42894, 1367, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42895, 1367, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42896, 1367, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42897, 1367, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43026, 1369, '_edit_lock', '1769733842:3');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43027, 1369, '_edit_last', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43028, 1370, '_wp_attached_file', '2026/01/Educational-Assistance-Application-1.docx');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43029, 1370, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:52175;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43030, 1369, 'keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43031, 1369, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43032, 1369, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43033, 1369, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43034, 1369, 'attachment', 1370);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43035, 1369, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43047, 1372, '_edit_lock', '1769734198:3');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43048, 1372, '_edit_last', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43049, 1373, '_wp_attached_file', '2026/01/Assistance-App-Portal-Guide-.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43050, 1373, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"Assistance-App-Portal-Guide-pdf.jpg\";s:5:\"width\";i:1707;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210599;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Assistance-App-Portal-Guide-pdf-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15373;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Assistance-App-Portal-Guide-pdf-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Assistance-App-Portal-Guide-pdf-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7198;}}s:8:\"filesize\";i:1440257;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43051, 1372, 'keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43052, 1372, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43053, 1372, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43054, 1372, '_attachment_type', 'field_6335b2546f643');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43055, 1372, 'attachment', 1373);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43056, 1372, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43058, 1375, '_wp_attached_file', '2026/01/ISOS-Membership-Leaflet-CF-Industries.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43059, 1375, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"ISOS-Membership-Leaflet-CF-Industries-pdf.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187090;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"ISOS-Membership-Leaflet-CF-Industries-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15751;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"ISOS-Membership-Leaflet-CF-Industries-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"ISOS-Membership-Leaflet-CF-Industries-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7215;}}s:8:\"filesize\";i:893338;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43060, 1374, '_edit_lock', '1769734422:3');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43061, 1374, '_edit_last', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43062, 1374, 'keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43063, 1374, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43064, 1374, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43065, 1374, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43066, 1374, 'attachment', 1375);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43067, 1374, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44869, 1379, '_edit_lock', '1772455073:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44870, 1379, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44871, 1379, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44872, 1379, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44873, 1379, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44874, 1379, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44875, 1379, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44876, 1379, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44877, 1379, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44878, 1379, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44879, 1379, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44881, 1379, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44882, 1379, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44883, 1379, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44884, 1379, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1379\" /]');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44885, 1379, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44886, 1379, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44888, 1379, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44889, 1379, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44890, 1379, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44893, 1379, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44895, 1381, '_wp_attached_file', '2026/03/CF-Lifestyle-Spending-Account-Guidelines-UK.pdf');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44896, 1381, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:51:\"CF-Lifestyle-Spending-Account-Guidelines-UK-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243933;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"CF-Lifestyle-Spending-Account-Guidelines-UK-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15777;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"CF-Lifestyle-Spending-Account-Guidelines-UK-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132691;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"CF-Lifestyle-Spending-Account-Guidelines-UK-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6292;}}s:8:\"filesize\";i:603846;}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44897, 1382, '_wp_attached_file', '2026/03/CF-Espresa-Banner.jpg');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44898, 1382, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2026/03/CF-Espresa-Banner.jpg\";s:8:\"filesize\";i:94552;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"CF-Espresa-Banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4748;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7557;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20243;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72765;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63084;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25179;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33931;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38333;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28764;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52308;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32069;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"CF-Espresa-Banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2025 Media_Photos/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44899, 1383, '_edit_lock', '1772457029:1');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44900, 1383, '_edit_last', 1);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44901, 1383, 'keywords', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44902, 1383, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44903, 1383, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44904, 1383, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44905, 1383, 'attachment', 1381);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44906, 1383, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44907, 1379, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44916, 1386, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44917, 1386, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44918, 1386, '_menu_item_object_id', 1379);

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44919, 1386, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44920, 1386, '_menu_item_target', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44921, 1386, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44922, 1386, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44923, 1386, '_menu_item_url', '');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44925, 41, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44926, 381, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44927, 380, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44928, 379, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44929, 1366, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44930, 46, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44931, 793, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44932, 147, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44933, 444, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44934, 1367, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44935, 55, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44936, 198, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44937, 437, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44938, 436, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44939, 1365, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44940, 62, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44941, 452, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44942, 434, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44943, 433, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44944, 432, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44945, 72, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44946, 518, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44947, 517, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44948, 516, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44949, 515, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44950, 91, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44951, 546, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44952, 100, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44953, 553, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44954, 572, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44955, 603, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44956, 382, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44957, 513, '_wp_old_date', '2026-01-26');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45211, 820, '_et_dynamic_cached_shortcodes', 'a:11:{i:0;s:13:\"dipi_flip_box\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:11:\"et_pb_blurb\";i:5;s:12:\"et_pb_button\";i:6;s:21:\"et_pb_countdown_timer\";i:7;s:13:\"et_pb_divider\";i:8;s:22:\"et_pb_fullwidth_slider\";i:9;s:11:\"et_pb_image\";i:10;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45212, 820, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45213, 820, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45214, 820, '_et_builder_module_features_cache', 'a:2:{i:0;s:57:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:22:{s:46:\"et_pb_section_677cea7c11a466e210a645dde60dc8fe\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6cb0529270be228b55a3d2147fc00a0e\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0fbb279fe04026141bd8f4521d22bed4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f62bf963142aa9eccf67b4d0bdbbe3ef\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_c666c1798cb54efb24b5d069da03b95d\";a:6:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_78279a767930b5cb97e7ff4ee4558461\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d2f2781de1c8c06ed0b54ad4d10c3393\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b6bef8e51965db178d8691f6d9f4cfd4\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_72f072691719ffcdb10872fb105dd96f\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_ca2d228afb89780b16d01cc4709823cb\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1557fd37d540c8676a1387b9037bb284\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_fc2b773f4f2d2a0b5098e9c379f53a5e\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_550eaaf0cc7364b278b2687867e05fd5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_de63505cfaa2d8952258074f4533cc4b\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ca08135cd5dd118becd877b678edb6ed\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_0def74dc14cc539d75b6963ac6b4e98e\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_4eeb221eb1105bde1073ae257c2cf982\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_9fc428728ca313da475798c914941408\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_95179569bfed686e769d2fdd72457627\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d43ee074215591a040f0abf3cb60694\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f2857ff77be58945a8d66d18a89c2774\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_72966848612dab6ee39ec9f135785bda\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45215, 125, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_code\";i:6;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45216, 125, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45217, 125, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45218, 1357, '_et_dynamic_cached_shortcodes', 'a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45219, 1357, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45220, 1357, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45221, 791, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45222, 791, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45223, 791, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45224, 481, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_code\";i:6;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45225, 481, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45226, 481, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45227, 469, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_code\";i:6;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45228, 469, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45229, 469, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45230, 430, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45231, 430, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45232, 430, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45233, 966, '_et_dynamic_cached_shortcodes', 'a:0:{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45234, 448, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_code\";i:6;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45235, 448, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45236, 448, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45237, 450, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45238, 450, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45239, 450, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45240, 417, '_et_dynamic_cached_shortcodes', 'a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45241, 417, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45242, 417, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45243, 547, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45244, 547, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45245, 547, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45246, 375, '_et_dynamic_cached_shortcodes', 'a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45247, 375, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45248, 375, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45249, 427, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45250, 427, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45251, 427, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45252, 177, '_et_dynamic_cached_shortcodes', 'a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45253, 177, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45254, 177, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45255, 497, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45256, 497, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45257, 497, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45258, 1372, '_et_dynamic_cached_shortcodes', 'a:0:{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45259, 1379, '_et_dynamic_cached_shortcodes', 'a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45260, 1379, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45261, 1379, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45262, 1374, '_et_dynamic_cached_shortcodes', 'a:0:{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45263, 521, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45264, 521, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45265, 521, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45266, 1279, '_et_dynamic_cached_shortcodes', 'a:0:{}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45267, 373, '_et_dynamic_cached_shortcodes', 'a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45268, 373, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45269, 373, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45270, 1355, '_et_dynamic_cached_shortcodes', 'a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45271, 1355, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45272, 1355, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45273, 246, '_et_dynamic_cached_shortcodes', 'a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45274, 246, '_et_dynamic_cached_attributes', 'a:237:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45275, 246, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:3:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";s:17:\"et-gf-nunito-sans\";s:110:\"Nunito+Sans:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45276, 371, '_et_dynamic_cached_shortcodes', 'a:4:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45277, 371, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45278, 371, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45279, 260, '_et_dynamic_cached_shortcodes', 'a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45280, 260, '_et_dynamic_cached_attributes', 'a:237:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45281, 260, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:3:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";s:17:\"et-gf-nunito-sans\";s:110:\"Nunito+Sans:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45282, 388, '_et_dynamic_cached_shortcodes', 'a:7:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_code\";i:6;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45283, 388, '_et_dynamic_cached_attributes', 'a:238:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45284, 388, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45285, 263, '_et_dynamic_cached_shortcodes', 'a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45286, 263, '_et_dynamic_cached_attributes', 'a:237:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45287, 263, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:3:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";s:17:\"et-gf-nunito-sans\";s:110:\"Nunito+Sans:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45288, 1364, '_et_dynamic_cached_shortcodes', 'a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:31;s:11:\"et_pb_image\";i:50;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45289, 1364, '_et_dynamic_cached_attributes', 'a:237:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#015846\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:9:\"top_right\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#707070\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:94:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";}');

INSERT IGNORE INTO `wp_3_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45290, 1364, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

INSERT IGNORE INTO `wp_3_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 (3, 1, '2023-03-17 20:00:59', '2023-03-17 20:00:59', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/contacts_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Privacy Policy</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"20px||50px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"12px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2>Introduction</h2>\nCF Industries Holdings, Inc. (â€œCFâ€) is committed to respecting your right to privacy. This privacy policy discusses how we use personal information which you provide in connection with your use of our website, and how we use non-personal information. By using this website, you agree to the terms of this Privacy Policy.\n<h2>Information You Provide</h2>\nWe do not collect personally identifiable information (such as name, address or phone number) from visitors to our website. We do not use or share such information in ways unrelated to the intended purpose for which it is provided. \n<h2>Information We Automatically Collect</h2>\nWhen you visit our website, our server automatically collects (logs) certain types of data to improve the content and services offered to visitors. Such data is reported on an aggregate, anonymous basis, and we associate no personal information with this data. Such data may include: how many people visit our website; the pages they visit; how long they stay on our website, and the domain name of the website visitors connect from. Personal information, such as your name and email address, is not included in this analysis.\n\nLike most websites, we use â€œcookiesâ€ to allow visitors to move quickly through this website. Cookies are small text files that are used to save and retrieve information about your visit to our website. Cookies are transferred from our website to your computer via your web browser. A cookie generated by our website contains no information about you and does not gather information from your computer. It contains only an alphanumeric ID. In most cases, a visitor can refuse a cookie and still fully navigate our website. You may instruct your browser to refuse cookies by setting your browser to \"do not track\" or an equivalent, and we will honor that setting. We also may link to third parties from our website; such third parties might also create cookies if you access their sites using those links. We do not have access to these cookies or any information that these cookies may contain. Please review the privacy policies of such third parties for more information on their policies regarding cookies.\n<h2>Disclosure of Information</h2>\nCF may disclose personal information you provided to us if CF is required to do so by law, court order, or as requested by a governmental or law enforcement authority, or in the good faith belief that disclosure is otherwise necessary or advisable.\n<h2>Other Sites</h2>\nThis website may link to other sites, and other sites may link to our website. This Privacy Policy only covers the CFndustries.com website and does not cover any other website. CF is not responsible for the privacy policies or the content of any other websites. We encourage you to read the privacy policies of other websites that you visit.\n<h2>Privacy Policy Updates</h2>\nCF may, from time to time, make changes to this Privacy Policy. We encourage you to reread this Privacy Policy periodically to learn of any updates and changes we have made to this Policy.\n<h2>Children</h2>\nThis website is not directed to children under the age of 13. We do not knowingly collect, use or disclose personally identifiable information from anyone under 13 years of age.\n<h2>Arbitration</h2>\nYou agree that any dispute, controversy or claim arising out of or relating in any way to your use of this website shall be exclusively resolved by binding arbitration.\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" disabled_on=\"on|on|on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||2em||false|false\" custom_padding_tablet=\"13px||0px|||\" custom_padding_phone=\"13px||0px|||\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Managing Your Benefits\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon to enrol, change or update your benefits information.</p>\n<p>If you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.</p>[/et_pb_blurb][et_pb_blurb title=\"Wellness\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bluecrest</strong><br />0808 168 9219<br /><a href=\"https://www.bluecrestwellness.com\" target=\"_blank\" rel=\"noopener\">www.bluecrestwellness.com</a><br /><strong>Email: </strong><a href=\"mailto:corporate@bluecrestwellness.com\">corporate@bluecrestwellness.com</a></p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_blurb title=\"Medical\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Bupa</strong>\n<a href=\"https://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk</a>\n<strong>Bupa Anytime HealthLine</strong>: 0345 607 7777\n<strong>Family Mental HealthLine</strong>: 0345 266 7938\n<strong>Menopause HealthLine</strong>: 0345 608 9984\n<strong>My Bupa App:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_blurb][et_pb_blurb title=\"Dental\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bupa</strong><br />0800 237 777<br /><a href=\"http://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk </a><br /><strong>Email:</strong> <a href=\"mailto:DentalMemberServices@bupa.com\">DentalMemberServices@bupa.com</a><br /><strong>My Bupa app:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Well-Being Platform\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Strive Well-Being Platform</strong><br /><a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">www.cftotalrewards-strive.com/en/login/</a><br /><strong>Email:</strong> <a href=\"mailto:support@propelwellness.zendesk.com\">support@propelwellness.zendesk.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Chronic Condition Management and Prevention\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/chronic.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Dario</strong><br />833-438-0736 (9 a.m. â€“9 p.m. ET)<br /><a href=\"http://about.dariohealth.com/cfindustries\" target=\"_blank\" rel=\"noopener\">www.about.dariohealth.com/cfindustries</a></p>[/et_pb_blurb][et_pb_blurb title=\"Prescription\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Prime Therapeutics</strong><br /><span class=\"contact_phone\">888-902-8293</span><br /><a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">www.myprime.com</a></p>\n<p><strong>Accredo Specialty Pharmacy</strong><br />833-721-1619<br /><a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">www.accredo.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Vision\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna</strong><br />877-478-7557<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Mental Health\" url=\"https://www.thehartford.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/mental-health.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bupa</strong><br /><strong>Mental health support team:</strong> 0345 600 5446<br /><strong>Help@hand app:</strong> <a href=\"https://apps.apple.com/gb/app/help-hand/id1485686894\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=sh.mobile.unum.helpathand&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Cycle to Work\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/cycle-to-work.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>CycleScheme</strong>\n<a href=\"https://www.cyclescheme.co.uk/1097b7 \" target=\"_blank\" rel=\"noopener\">https://www.cyclescheme.co.uk/1097b7 </a>\n\nIf you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.[/et_pb_blurb][et_pb_blurb title=\"Life Insurance\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>MetLife</strong><br /><strong>Bereavement helpline:</strong> 0800 917 0096 365<br /><a href=\"http://www.metlife.co.uk \" target=\"_blank\" rel=\"noopener\">www.metlife.co.uk </a></p>[/et_pb_blurb][et_pb_blurb title=\"Income Protection\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Unum</strong>\n\nIf you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.[/et_pb_blurb][et_pb_blurb title=\"Pension Scheme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Mercer</strong><br />0330 808 9426 (9am â€“ 5pm Monday to Friday)<br /><strong>Email:</strong> <a href=\"mailto:money@mercer.com \" target=\"_blank\" rel=\"noopener\">money@mercer.com </a><br /><strong>Visit:</strong> <a href=\"https://Mercermoney.com\" target=\"_blank\" rel=\"noopener\">Mercermoney.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Business Travel\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/travel.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Chubb</strong><br />International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a><br />(member ID is 11BCMA000183)<br /><strong>Chubb:</strong> <a href=\"https://www.chubb.com/uk\" target=\"_blank\" rel=\"noopener\">www.chubb.com/uk</a> or +44 (0)20 7173 7796</p>[/et_pb_blurb][et_pb_blurb title=\"Cigna Additional Programmes\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/health_advo_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna Healthy Rewards</strong><br />800-258-3312<br /><a href=\"http://www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>\n<p><strong>NYL GBS Secure Travel</strong><br />800-362-4462<br /><a href=\"http://www.mynylgbs.com/\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Discount Programme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/perks.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Perkspot</strong><br />866-606-6057<br /><a href=\"https://cfi.perkspot.com/login\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com/login</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Privacy Policy', '', 'draft', 'closed', 'closed', '', 'privacy-policy', '', '', '2025-06-06 19:10:36', '2025-06-06 18:10:36', '', '0', 'https://cfibenefits.wpengine.com/?page_id=3', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (6, 1, '2023-03-17 20:29:20', '2023-03-17 20:29:20', '/* page-specific CSS  */\n  /* photo zoom on rollover */\n.et-zoom-in.et_pb_image:hover img,\n.et-zoom-in .et_pb_image_wrap:hover img,\n.et-zoom-in a:hover img {\n    transform: scale(1.07); \n    transition: all .5s 0s ease;\n}\n\n.et-zoom-in,\n.et-zoom-in a {\n    overflow: hidden;\n}\n\n.et-zoom-in.et_pb_image img,\n.et-zoom-in .et_pb_image_wrap img,\n.et-zoom-in a img {\n    transition: all .5s 0s ease; \n}  \n\n/* change menu dropodwn line height */\n#top-menu .sub-menu .menu-item a {\n    line-height: 1.4em!important;\n    padding: 8px 0!important;\n}\n\n/* change menu dropodwn arrow color */\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\n\n/* adjust mobile menu logo size */\n\n@media all and (min-width: 768px) and (max-width: 1345px) {\n	.et_header_style_centered #logo,\n	.et_header_style_centered .logo_container {\n		height: 45px !important;\n		max-height: 45px !important;\n    }\n}\n@media all and (max-width: 767px) {\n 	.et_header_style_centered #logo,\n	.et_header_style_centered .logo_container {\n		height: 27px !important;\n		max-height: 27px !important;\n    }\n}\n@media (max-width: 767px) {\n  .et_header_style_centered #logo, .et_header_style_centered .logo_container {\n    height: 27px!important;\n    max-height: 27px!important;\n    margin-top: -25px;\n  }\n  .et_header_style_centered #main-header {\n    padding: 32px 0 15px 0 !important;\n  }\n}\n/* list styles */\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}\n\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\n\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\n\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\n\n/* sidebar style tweaks */\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\n\n/* =========. Table CSS =============*/\n/* COMMON STYLES FOR ALL TABLES */\ntable.benefits-table {\n  /* Color variables */\n  --green-header: #89BB40;\n  --green-highlight: #E9F8F7;\n  --dark-gray-header: #4d4f33;\n  --gray-subheader: #6C777D;\n  --gray-highlight: #f4f4f4;\n  --blue-header: #0079C1;\n  --blue-smoke-header: #4472C4;\n  --blue-highlight: #EEF7FC;\n  --purple-header: #6361AB;\n  --pruple-highlight: #EEF7FC;\n  --lime-header: #00505c;\n  --lime-highlight: #EFF5E3;\n  --magenta-header: #00505c;\n  --magenta-highlight: #F5E9F3;\n  --orange-header: #0479c0;\n  --orange-highlight: #FFF9E5;\n  --header-text-color: #FFFFFF;\n  --body-text-color: #414241;\n  --table-background: #FFFFFF;\n  --table-border-color: #404041;\n  /* Style rules */\n  border-collapse: collapse;\n  color: var(--body-text-color);\n  font-size: 15px;\n  line-height: 1.3em !important;\n  text-align: center;\n  vertical-align: middle;\n}\n\ntable.benefits-table th, table.benefits-table td {\n  padding: .5em .75em .5em .75em;\n}\n\ntable.benefits-table th {\n  font-weight: normal;\n  font-size: 110%;\n}\n\ntable.benefits-table tr.subhead {\n  background-color: var(--gray-subheader);\n}\n\ntable.benefits-table tr.subhead th {\n  text-align: left;\n	font-weight: 700;\n	font-size: 105%;\n  color: var(--header-text-color);\n  font-weight: normal;\n  font-size: 110%;\n}\n\ntable.benefits-table td:first-child {\n  text-align: left;\n}\n\ntable.benefits-table td:last-child {\n  border-right: 1px solid #fff;\n}\n\ntable.benefits-table td {\n  border-bottom: 1px solid #000;\n}\n\ntable.benefits-table tr.header th {\n  border-right: 1px solid #fff;\n  border-bottom: 0px;\n}\n\ntable.benefits-table tr.network th {\n  border-right: 1px solid #000;\n}\n\ntable.benefits-table tbody tr:last-child {\n  border-bottom: 1px solid #000;\n}\n\ntable.benefits-table.dependents td:nth-child(1) {\n  font-weight: bold;\n  color: #000\n}\n\ntable.benefits-table p {\n  margin: 0;\n  font-weight: normal;\n  color: #000\n}\n\ntable.benefits-table ul {\n  padding-inline-start: 1em;\n  margin-top: .25em;\n}\n\ntable.benefits-table li {\n  margin-bottom: .25em;\n	line-height: 1.3em;\n}\n\ntable.benefits-table sup {\n  font-size: x-small;\n}\ntable.benefits-table caption {\n  caption-side: bottom;\n  margin-top: 1em;\n  padding-left: 1em;\n  text-indent: -1em;\n  text-align: left;\n}\ntable.benefits-table small {\n  font-size: 90%;\n}\n\ntable.benefits-table th.blue-header {\n  background-color: var(--blue-header);\n  color: white;\n}\ntable.benefits-table th.green-header {\n  background-color: var(--green-header);\n}\ntable.benefits-table th.orange-header{\n  background-color: var(--orange-header);\n}\ntable.benefits-table td:nth-child(odd) {\n  background-color: var(--green-highlight);\n}\n\ntable.benefits-table ul {\n  list-style: none;\n}\n\ntable.benefits-table ul li:before {\n  content: \"\\25A0\";\n  list-style-type: square;\n  display: inline-block;\n  width: 1em; /* Also needed for space (tweak if needed) */\n  margin-left: -1em;\n}\n\n/* /1* ======= alternatives table specific css ============== *1/ */\ntable.benefits-table.alternatives td {\n  text-align: center;\n}\n\ntable.benefits-table.alternatives td.left-align {\n  text-align: left;\n}\n\n.modules {\n  --div.background: #FFFFFF;\n  --div.border-color: #404041;\n  --bg-blue: #3177BC;\n  --bg-green: #94BA53;\n  --bg-orange: #EC9F45;\n  --bg-purple: #6361AB;\n  --bg-pink: #E58DA5;\n  --body-text-color: #FFFFFF;\n  color: var(--body-text-color);\n  font-size: 15px;\n  display: flex;\n  flex-direction: row;\n}\n\n.module-box {\n  border-left: 1px solid #fff;\n  border-right: 1px solid #fff;\n  width: 120px;\n  height: 90px;\n  position: relative;\n}\n\n.bg-blue {\n  background-color: var(--bg-blue);\n}\n\n.bg-green {\n  background-color: var(--bg-green);\n}\n\n.bg-orange {\n  background-color: var(--bg-orange);\n}\n\n.bg-purple {\n  background-color: var(--bg-purple);\n}\n\n.bg-pink {\n  background-color: var(--bg-pink);\n}\n\n.number {\n  opacity: 0.4;\n  font-size: 60px;\n  z-index: 0;\n  position: absolute;\n  max-width: 100%;\n  height: auto;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%)\n}\n\n.text {\n  text-align: center;\n  position: relative;\n  top: 50%;\n  -ms-transform: translateY(-50%);\n  -webkit-transform: translateY(-50%);\n  transform: translateY(-50%);\n}\n\n/* /1* ======= end tables ============== *1/ */', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2023-05-16 11:26:19', '2023-05-16 16:26:19', '', '0', 'https://cfibenefits.wpengine.com/?p=6', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp_3_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 (13, 2, '2023-03-17 21:42:56', '2023-03-17 21:42:56', '', 'cfi_logo_tm_rgb_color_pos', '', 'inherit', 'open', 'closed', '', 'cfi_logo_tm_rgb_color_pos', '', '', '2023-03-17 21:42:56', '2023-03-17 21:42:56', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/cfi_logo_tm_rgb_color_pos.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (14, 2, '2023-03-17 22:07:43', '2023-03-17 22:07:43', '', 'CFlogo_with_subtitle', '', 'inherit', 'open', 'closed', '', 'cflogo_with_subtitle', '', '', '2023-03-17 22:07:43', '2023-03-17 22:07:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFlogo_with_subtitle.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (15, 1, '2023-03-18 18:05:15', '2023-03-18 18:05:15', '', 'CFapple-icon-180x180', '', 'inherit', 'open', 'closed', '', 'cfapple-icon-180x180', '', '', '2023-03-18 18:05:15', '2023-03-18 18:05:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFapple-icon-180x180-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (17, 1, '2023-03-18 18:06:51', '2023-03-18 18:06:51', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"-65px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|desktop\" box_shadow_style=\"preset3\" box_shadow_vertical=\"4px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-2px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"https://www.cftotalrewards-strive.com/en/home/earn-2024/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_slider_image1.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_mobile_slider_image1.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Win Big with Best Premium</h3>\n<p>Complete your annual physical to earn savings, health benefits and rewards.</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"3b667377-0968-42d9-9688-085149b7ea13\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.3\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_slide heading=\"Unlock your total value\" button_text=\"Learn more\" button_link=\"https://launcher.myapps.microsoft.com/api/signin/442551e3-3e6a-480e-8a71-1113fc06451c?tenantId=f7e17566-3113-4441-bdb9-19f261e20c08\" url_new_window=\"on\" admin_title=\"Mercer button\" _builder_version=\"4.27.2\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg\" button_border_color=\"#3FA9F5\" custom_padding=\"17vw||1vw|49vw|false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg\" background_position_phone=\"top_center\" background_vertical_offset_phone=\"-29px\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#3FA9F5\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#3FA9F5\" sticky_transition=\"on\"]<p>An exciting new way to understand your Total Rewards.</p>[/et_pb_slide][et_pb_slide heading=\" CF Benefits Center\" button_text=\"Learn More\" button_link=\"/contacts/\" admin_title=\"CF Benefits Center\" _builder_version=\"4.27.2\" _module_preset=\"ef8e805b-6a23-4d48-beac-86c037006669\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Experience the Dedicated Support You Deserve</h3>\n<p>A better way to get your benefits questions answered.</p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\"Annual Enrollment\" button_text=\"See 2024 Benefits\" button_link=\"/us-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" admin_title=\"OE\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_desktop_banner.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Oct. 30 â€“ Nov. 10</h3>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#015846\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"5px\" box_shadow_color=\"rgba(0,0,0,0.55)\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"Take Action! Enrollment Ends in:\" date_time=\"2024-11-15 23:59\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"82%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"1.4em||1.4em||true|false\" custom_padding_tablet=\"1.4em||1.4em||true|false\" custom_padding_phone=\"1.4em|0px|1.4em|0px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_title=\"margin-bottom: .5em;\" use_custom_labels=\"on\" label_days_short=\"Days\" label_hours_short=\"Hrs.\" label_mins_short=\"Min.\" label_secs_short=\"Sec.\" locked=\"off\" global_colors_info=\"{}\" custom_css_container_last_edited=\"on|phone\" custom_css_title_last_edited=\"on|desktop\" custom_css_title_phone=\"margin-bottom: .5em !important;\" custom_css_timer_section_last_edited=\"on|desktop\" custom_css_timer_section_phone=\"width: 10vw;\" custom_css_title_tablet=\"margin-bottom: .5em;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(63,169,245,0.1)\" custom_padding=\"13px||20px|||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"7px||0px||false|false\" custom_padding_tablet=\"1em||||false|false\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"30px\" text_line_height=\"1.3em\" custom_margin=\"||23px||false|false\" custom_margin_tablet=\"||27px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"14px||0px||false|false\" text_font_size_tablet=\"28px\" text_font_size_phone=\"26px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>You represent what makes us uniquely CF, and we are proud to provide programs to help you be your best.</p>[/et_pb_text][et_pb_divider _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"50%\" module_alignment=\"center\" custom_margin=\"0px||4px||false|false\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text module_class=\"philosophy\" _builder_version=\"4.21.0\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" text_text_color=\"#666666\" text_font_size=\"18px\" text_line_height=\"1.5em\" min_height=\"129px\" custom_margin=\"||21px||false|false\" custom_padding=\"||0px||false|false\" text_font_size_tablet=\"23px\" text_font_size_phone=\"21px\" text_font_size_last_edited=\"on|tablet\" custom_css_main_element=\"font-weight: 400;\" border_color_bottom=\"#55C1E9\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"]<span>Whether itâ€™s in your everyday life, at work, or to ensure you are prepared when unplanned events happen, we provide benefits and programs to encourage and support you</span>. <strong>At CF, we call this suite of programs Total Rewards</strong>.\n\nOur Total Rewards are designed to help you Be Rewarded, Be Well, Be Balanced, Be Successful, Be Prepared, and Be Included. Weâ€™ve created this one-stop resource to help you learn about our Total Rewards and find the information you need when you need it. While we offer many options, the benefits you choose are <strong>powered by you</strong>.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-rewarded/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22,%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-balanced/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 26px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-successful/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-successful/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 15px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-included/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" custom_css_front_image_icon=\"margin-top: -20px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/field_BG.jpg\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin_tablet=\"-1em||||false|false\" custom_margin_phone=\"-1em||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"New to CF Industries?\" button_url=\"/new-to-cf-industries/\" button_text=\"Discover More \" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#73bef4\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\"]<p>Welcome! Click the button below for eligibility and enrollment information. You must enroll for benefits within <strong>30 days</strong> of your hire date or wait until the next Annual Enrollment period.â€‹</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Need to Change Your Benefits?\" button_url=\"/life-event-changes/\" button_text=\"Act Now \" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\"]<p>If you have a qualified change in life status, you are required to make the change in Workday within <strong>30 days</strong> of the qualified change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Latest Benefits eGuide\" button_url=\"/documents/2025-enrollment-guide/\" url_new_window=\"on\" button_text=\"Take a Look\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\"]<p>Our Benefits eGuide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.62)\" custom_margin=\"||0px||false|false\" custom_padding=\"17px|20px|17px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font_size=\"13px\" text_line_height=\"1.5em\" link_font=\"|700|||on||||\" link_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p><span>This website presents summary information about the CF Industries benefits program and select policies. Nothing on this website changes any plan and/or contract terms, or any other term of your at-will employment with CF Industries. This website does not include, nor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, and trust agreements. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, without notice, in accordance with applicable laws and regulations. View required noticesÂ </span><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/required-notices/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a><span>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"10px||||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"1em|auto||auto|false|false\" custom_padding=\"2.2em||||false|false\" custom_css_main_element=\"align-items: center;\" border_color_top=\"#4D4D4F\" border_style_top=\"dotted\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/2023_guide.jpg\" title_text=\"2023_guide\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" transform_rotate=\"0deg|0deg|356deg\" width=\"95%\" width_tablet=\"39%\" width_phone=\"58%\" width_last_edited=\"on|desktop\" module_alignment=\"center\" box_shadow_style=\"preset2\" box_shadow_vertical=\"2px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"2b319d6b-db69-48e3-8fb5-7d21184678ec\" text_font=\"Montserrat||||||||\" text_font_size=\"18px\" text_line_height=\"1.5em\" header_font=\"Montserrat||||||||\" header_text_color=\"#015846\" header_line_height=\"1.2em\" header_font_size_tablet=\"27px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>View the Latest Enrollment Decision eGuide</h1>\n<p style=\"font-weight: 400;\">Our Total Rewards Guide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" button_text=\"Take a look\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#54CE32\" button_bg_color=\"#FFFFFF\" button_border_color=\"#54CE32\" button_border_radius=\"1px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" background_layout=\"dark\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|phone\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#FFFFFF\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#015846\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#015846\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||18px||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||6px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][dipi_image_gallery thumbs_count=\"1\" thumb_height=\"0px\" thumb_horizontal_width=\"16%\" thumbs_navigation_prev_icon_yn=\"on\" thumbs_navigation_prev_icon=\"&#x34;||divi||400\" thumbs_navigation_next_icon_yn=\"on\" thumbs_navigation_next_icon=\"&#x35;||divi||400\" thumbs_navigation_size=\"31\" thumbs_navigation_padding=\"1\" thumbs_navigation_position_horizontal=\"-37px\" thumbs_navigation_position_vertical=\"52%\" main_navigation_prev_icon_yn=\"on\" main_navigation_prev_icon=\"&#x34;||divi||400\" main_navigation_next_icon_yn=\"on\" main_navigation_next_icon=\"&#x35;||divi||400\" main_navigation_size=\"49\" main_navigation_padding=\"5\" main_navigation_color=\"#ffffff\" main_navigation_position_horizontal=\"5px\" thumbs_loop=\"off\" main_navigation=\"on\" thumb_horizontal_width_tablet=\"51%\" thumb_horizontal_width_phone=\"75%\" thumb_horizontal_width_last_edited=\"on|phone\" main_navigation_position_horizontal_tablet=\"5px\" main_navigation_position_horizontal_phone=\"-9px\" main_navigation_position_horizontal_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" height=\"625px\" height_tablet=\"625px\" height_phone=\"372px\" height_last_edited=\"on|phone\" max_height=\"625px\" max_height_tablet=\"625px\" max_height_phone=\"625px\" max_height_last_edited=\"on|phone\" global_colors_info=\"{}\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image1.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Be Well\" image_description=\"<h3 style=%22padding-bottom: .5em;%22>Participate in Strive, our well-being program.</h3>\nAct now and earn rewards!\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"learn More\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.82) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"Montserrat|200|||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"50px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"15px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#3FA9F5\" content_button_border_color=\"#3FA9F5\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"1px\" content_button_font=\"Montserrat|700||on|||||\" content_button_use_icon=\"on\" content_button_icon=\"&#x24;||divi||400\" content_button_icon_placement=\"right\" content_button_on_hover=\"off\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|desktop\" content_button_bg_color__hover=\"#00C7B1\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#00C7B1\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/yellow-windows-texture.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Eligibility & Enrollment\" image_description=\"<p><b><span class=%22%22>Learn about what youâ€™re eligible for!</span></b></p>\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"Learn More\" button_link=\"/enrollment-overview/\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.78) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.18.0\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_text_color=\"#2D84BB\" header_font_size=\"39px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"17px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#2D84BB\" content_button_border_color=\"#2D84BB\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"0.5px\" content_button_font=\"Open Sans|700||on|||||\" content_button_use_icon=\"on\" content_button_icon_placement=\"right\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(255,255,255,0.4)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|hover\" content_button_bg_color__hover=\"#6CA7D0\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#6CA7D0\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][/dipi_image_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Well\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Prepared\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options weÂ offer.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Balanced\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability andÂ support.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Rewarded\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Successful\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Included\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home - old pre-uk', '', 'draft', 'closed', 'closed', '', '17-2', '', '', '2025-06-06 19:09:05', '2025-06-06 18:09:05', '', '0', 'https://cfibenefits.wpengine.com/?page_id=17', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (18, 1, '2023-03-18 18:06:02', '2023-03-18 18:06:02', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-divi', '', '', '2023-03-18 18:06:02', '2023-03-18 18:06:02', '', '0', 'https://cfibenefits.wpengine.com/?p=18', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `wp_3_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 (21, 1, '2023-03-18 18:16:47', '2023-03-18 18:16:47', '', 'alex-montage', '', 'inherit', 'open', 'closed', '', 'alex-montage', '', '', '2023-03-18 18:16:47', '2023-03-18 18:16:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/alex-montage.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (23, 1, '2023-03-18 18:17:43', '2023-03-18 18:17:43', '', 'health', '', 'inherit', 'open', 'closed', '', 'health', '', '', '2023-03-18 18:17:43', '2023-03-18 18:17:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/health.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (24, 1, '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', 'wealth', '', 'inherit', 'open', 'closed', '', 'wealth', '', '', '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/wealth.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (25, 1, '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', 'self', '', 'inherit', 'open', 'closed', '', 'self', '', '', '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/self.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (32, 1, '2023-03-19 00:53:31', '2023-03-19 05:53:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_code _builder_version=\"4.20.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style=\"border: none;\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th></th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"orange-header\"><!-- [et_pb_line_break_holder] -->        Advantage PPO with HSA<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"orange-header\"><!-- [et_pb_line_break_holder] -->        Standard PPO<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Deductible</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>$1,500</td><!-- [et_pb_line_break_holder] -->      <td>$3,000</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$2,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$3,000*</td><!-- [et_pb_line_break_holder] -->      <td>$6,000*</td><!-- [et_pb_line_break_holder] -->      <td>$2,000**</td><!-- [et_pb_line_break_holder] -->      <td>$4,000**</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Out-of-Pocket Limit</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>$3,000</td><!-- [et_pb_line_break_holder] -->      <td>$6,000</td><!-- [et_pb_line_break_holder] -->      <td>$2,500</td><!-- [et_pb_line_break_holder] -->      <td>$5,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$6,000</td><!-- [et_pb_line_break_holder] -->      <td>$12,000</td><!-- [et_pb_line_break_holder] -->      <td>$5,000</td><!-- [et_pb_line_break_holder] -->      <td>$10,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>CF Health Savings Account (HSA) Contribution<br><br><em>(Prorated for month of hire)</em><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><strong>Initial contribution:</strong> $250 individual / $500 family<br><br><strong>Matching contribution:</strong> Dollar-for-dollar up to $500 individual / $1,000 family<br><br>CFâ€™s initial and matching contributions can offset your deductible by as much as 50%</td><!-- [et_pb_line_break_holder] -->      <td  colspan=\"2\">Not applicable</td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Physician Office Visits</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Primary Care Visit</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->   <tr><!-- [et_pb_line_break_holder] -->      <td>Specialist Visit</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Urgent Care</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Hospital Care</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Emergency Room Care</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\">10% coinsurance (deductible does not apply)</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\">10% coinsurance (deductible does not apply)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Outpatient/Inpatient Services</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'tables', '', 'draft', 'closed', 'closed', '', 'tables', '', '', '2023-05-16 06:04:31', '2023-05-16 11:04:31', '', '0', 'https://cfibenefits.wpengine.com/?page_id=32', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (37, 2, '2023-03-19 03:09:36', '2023-03-19 03:09:36', '', 'strive_slider_image1', '', 'inherit', 'open', 'closed', '', 'strive_slider_image1', '', '', '2023-03-19 03:09:36', '2023-03-19 03:09:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (39, 2, '2023-03-19 03:56:36', '2023-03-19 03:56:36', '', 'strive_slider_image2', '', 'inherit', 'open', 'closed', '', 'strive_slider_image2', '', '', '2023-03-19 03:56:36', '2023-03-19 03:56:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (41, 1, '2026-03-02 12:58:28', '2023-03-19 04:16:12', '', 'Be Rewarded', '', 'publish', 'closed', 'closed', '', 'be-rewarded', '', '', '2026-03-02 12:58:28', '2026-03-02 12:58:28', '', '0', 'https://cfibenefits.wpengine.com/?p=41', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (46, 1, '2026-03-02 12:58:30', '2023-03-19 04:18:22', '', 'Be Well', '', 'publish', 'closed', 'closed', '', 'be-well', '', '', '2026-03-02 12:58:30', '2026-03-02 12:58:30', '', '0', 'https://cfibenefits.wpengine.com/?p=46', 6, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (55, 1, '2026-03-02 12:58:32', '2023-03-19 04:22:17', '', 'Be BalancedÂ ', '', 'publish', 'closed', 'closed', '', 'be-balanced', '', '', '2026-03-02 12:58:32', '2026-03-02 12:58:32', '', '0', 'https://cfibenefits.wpengine.com/?p=55', 12, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (62, 1, '2026-03-02 12:58:34', '2023-03-19 04:25:41', '', 'Be Successful', '', 'publish', 'closed', 'closed', '', 'be-successful', '', '', '2026-03-02 12:58:34', '2026-03-02 12:58:34', '', '0', 'https://cfibenefits.wpengine.com/?p=62', 17, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (72, 1, '2026-03-02 12:58:35', '2023-03-19 04:26:10', '', 'Be Prepared', '', 'publish', 'closed', 'closed', '', 'be-prepared', '', '', '2026-03-02 12:58:35', '2026-03-02 12:58:35', '', '0', 'https://cfibenefits.wpengine.com/?p=72', 22, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (74, 2, '2023-03-19 04:53:24', '2023-03-19 04:53:24', '', 'strive-mobile-image1', '', 'inherit', 'open', 'closed', '', 'strive-mobile-image1', '', '', '2023-03-19 04:53:24', '2023-03-19 04:53:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive-mobile-image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (91, 1, '2026-03-02 12:58:37', '2023-03-19 13:17:33', '', 'Be Included', '', 'publish', 'closed', 'closed', '', 'be-included', '', '', '2026-03-02 12:58:37', '2026-03-02 12:58:37', '', '0', 'https://cfibenefits.wpengine.com/?p=91', 27, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (100, 1, '2026-03-02 12:58:38', '2023-03-19 13:20:45', '', 'Resources Library', '', 'publish', 'closed', 'closed', '', 'rresource-library', '', '', '2026-03-02 12:58:38', '2026-03-02 12:58:38', '', '0', 'https://cfibenefits.wpengine.com/?p=100', 29, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (109, 1, '2023-03-19 08:31:33', '2023-03-19 13:31:33', '', '2023_guide', '', 'inherit', 'open', 'closed', '', '2023_guide', '', '', '2023-03-19 08:31:33', '2023-03-19 13:31:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/2023_guide.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (113, 1, '2023-03-19 08:56:29', '2023-03-19 13:56:29', '', 'CLI_powered_by_you', '', 'inherit', 'open', 'closed', '', 'cli_powered_by_you', '', '', '2023-03-19 08:56:29', '2023-03-19 13:56:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CLI_powered_by_you.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (116, 2, '2023-03-19 09:40:32', '2023-03-19 14:40:32', '', 'strive_slider_image3', '', 'inherit', 'open', 'closed', '', 'strive_slider_image3', '', '', '2023-03-19 09:40:32', '2023-03-19 14:40:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (117, 2, '2023-03-19 09:57:22', '2023-03-19 14:57:22', '', 'strive-mobile-image2', '', 'inherit', 'open', 'closed', '', 'strive-mobile-image2', '', '', '2023-03-19 09:57:22', '2023-03-19 14:57:22', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive-mobile-image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (122, 1, '2023-03-19 10:34:43', '2023-03-19 15:34:43', '', 'CLI_powered_by_you_outline', '', 'inherit', 'open', 'closed', '', 'cli_powered_by_you_outline', '', '', '2023-03-19 10:34:43', '2023-03-19 15:34:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CLI_powered_by_you_outline.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (125, 1, '2023-03-19 10:40:08', '2023-03-19 15:40:08', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/04/med_section_banner5.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"53%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Medical</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Protection for you and your family for everyday health issues or when unforeseen problems occur.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"padding-bottom: .75em;\">CF Industries partners with Bupa to offer Bupa Select health insurance.</p>\n<h2>Seeking treatment?</h2>\n<ul>\n<li>If itâ€™s about cancer, muscles, bones and joints or mental health, use Bupaâ€™s Direct Access service. You can call about your symptoms without needing a referral from a GP. Bupa will provide support, advice, and a referral for consultations, tests or treatment if you need them.</li>\n<li>If itâ€™s about anything else, youâ€™ll first need to see a GP. This can be your own or a digital GP. If you need a consultation, tests or treatment, ask the GP for an open referral and contact Bupa. You can learn more at <a href=\"https://bupa.co.uk/referrals\" target=\"_blank\" rel=\"noopener\">bupa.co.uk/referrals</a></li>\n</ul>\n<h2>Health Insurance Summary</h2>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.26.0\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.4\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Type of Cover</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cover / Allowance</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Out-patient consultations, therapies and diagnostic tests</td><!-- [et_pb_line_break_holder] -->      <td>Paid in full</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Outpatient Complementary medicine</td><!-- [et_pb_line_break_holder] -->      <td>Paid in full</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Outpatient MRI, CT and PET scans</td><!-- [et_pb_line_break_holder] -->      <td>Recognised facility; paid in full</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Physiotherapy</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Out-patient treatment for monitoring and management of chronic conditions</td><!-- [et_pb_line_break_holder] -->      <td>Up to Â£1,000 allowance each year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Diagnosis of Gender Dysphoria</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Hospital access</td><!-- [et_pb_line_break_holder] -->      <td>Participating Network</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Consultant access</td><!-- [et_pb_line_break_holder] -->      <td>Full refund with fee-assured consultants. Up to Bupa limits with Bupa recognised consultants.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Private ambulance</td><!-- [et_pb_line_break_holder] -->      <td>Â£80 per trip up to Â£320 annual benefit limit</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Mental health</td><!-- [et_pb_line_break_holder] -->      <td>Up to a maximum of 28 days combined day-patient and in-patient treatment</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Cancer</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Cash benefits â€“ cancer</td><!-- [et_pb_line_break_holder] -->      <td>Â£100 each night for in-patient stays<br><!-- [et_pb_line_break_holder] -->          Â£100 each day for NHS out-patient, NHS day-patient or NHS home treatment for cancer<br><!-- [et_pb_line_break_holder] -->          Â£100 for each 3 weekly intervals for oral drug treatment for cancer</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Cash benefits â€“ NHS</td><!-- [et_pb_line_break_holder] -->      <td>Â£150 each night up to a maximum of 35 nights each year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Home nursing</td><!-- [et_pb_line_break_holder] -->      <td>Paid in full immediately following private eligible in-patient treatment</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Case management</td><!-- [et_pb_line_break_holder] -->      <td>Provided; including expertise from condition specific Specialist Patient Support teams</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Repatriation</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Digital primary care services</td><!-- [et_pb_line_break_holder] -->      <td>Access to digital consultations and heath advice in a primary care setting, this can include a GP, nurse or other healthcare practitioners registered with the digital primary care provider. You can access a symptom checker through the app</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Direct access â€“ mental health</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Direct access â€“ MSK</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Direct access â€“ cancer</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Procedure Specific cash benefit</td><!-- [et_pb_line_break_holder] -->      <td>Included</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk </a><br /><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i><br /></span>If you have any health questions or concerns, you can call the confidential <strong>Bupa Anytime HealthLine</strong> to speak to our qualified nurses at any time of the day or night: <strong>0345 607 7777</strong></p>\n<p>If you are a parent or care for a young person and are concerned about their mental wellbeing, the confidential <strong>Family Mental HealthLine</strong> can provide advice, guidance and support even if the young person isnâ€™t covered on the scheme. The HealthLine is available between 8am and 6pm, Monday to Friday: <strong>0345 266 7938</strong></p>\n<p>You, or anyone included on the scheme, can talk to one of our menopause-trained nurses for advice, guidance, and support, even if youâ€™re not sure that youâ€™re menopausal. The Menopause HealthLine is available between 8am and 8pm, every day: <strong>0345 608 9984</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>My Bupa app:</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<a href=\"/uk/documents/bupa-select-benefits-summary/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>Bupa Select Benefits Summary</strong>.\n\n<a href=\"/uk/documents/bupa-select-membership-guide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>Bupa Select Membership Guide</strong>.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Medical', '', 'publish', 'closed', 'closed', '', 'medical', '', '', '2025-05-15 12:07:17', '2025-05-15 11:07:17', '', 260, 'https://cfibenefits.wpengine.com/?page_id=125', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (127, 1, '2023-03-19 10:39:58', '2023-03-19 15:39:58', '', 'medicalBG', '', 'inherit', 'open', 'closed', '', 'medicalbg', '', '', '2023-03-19 10:39:58', '2023-03-19 15:39:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/medicalBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (139, 1, '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', 'inclusion_icon', '', 'inherit', 'open', 'closed', '', 'inclusion_icon', '', '', '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/inclusion_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (140, 1, '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', 'success_icon', '', 'inherit', 'open', 'closed', '', 'success_icon', '', '', '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/success_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (141, 1, '2023-03-19 19:13:28', '2023-03-20 00:13:28', '', 'award_icon', '', 'inherit', 'open', 'closed', '', 'award_icon', '', '', '2023-03-19 19:13:28', '2023-03-20 00:13:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/award_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (142, 1, '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', 'balance_icon', '', 'inherit', 'open', 'closed', '', 'balance_icon', '', '', '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/balance_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (143, 1, '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', 'planning icon', '', 'inherit', 'open', 'closed', '', 'planning_icon', '', '', '2023-03-31 11:56:52', '2023-03-31 16:56:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/planning_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (144, 1, '2023-03-19 19:13:30', '2023-03-20 00:13:30', '', 'medical_icon', '', 'inherit', 'open', 'closed', '', 'medical_icon', '', '', '2023-03-19 19:13:30', '2023-03-20 00:13:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/medical_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (147, 1, '2026-03-02 12:58:31', '2023-03-20 00:47:37', ' ', '', '', 'publish', 'closed', 'closed', '', 147, '', '', '2026-03-02 12:58:31', '2026-03-02 12:58:31', '', 260, 'https://cfibenefits.wpengine.com/?p=147', 9, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (148, 2, '2023-03-19 19:47:54', '2023-03-20 00:47:54', '', 'ayco-slider2-mobile', '', 'inherit', 'open', 'closed', '', 'ayco-slider2-mobile', '', '', '2023-03-19 19:47:54', '2023-03-20 00:47:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (149, 2, '2023-03-19 19:47:57', '2023-03-20 00:47:57', '', 'ayco-slider2_image1', '', 'inherit', 'open', 'closed', '', 'ayco-slider2_image1', '', '', '2023-03-19 19:47:57', '2023-03-20 00:47:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ayco-slider2_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (166, 1, '2023-03-19 21:55:34', '2023-03-20 02:55:34', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/fsa_section_banner2.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"1vw||1vw||true|false\" custom_padding_phone=\"0.5vw||0.5vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"56%\" width_last_edited=\"on|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>Flexible Spending Accounts (FSA)</h1>\" content_phone=\"<h1>Flexible Spending Accounts (FSA)</h1>\" content_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Flexible Spending \nAccounts (FSA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Set aside pre-tax dollars to pay for eligible health and dependent care expenses for you and your eligible family members.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries partners with Fidelity Reimbursement Account Services (Fidelity) to administer our three Flexible Spending Account options â€” the Health Care Flexible Spending Account (HCFSA), the Limited Purpose Health Care Flexible Spending Account (Limited Purpose HCFSA) and the Dependent Care Flexible Spending Account (DCFSA).</p>\n<p>You are eligible to participate in our FSA program on your first day of work. If you elect to participate in our FSA program, contributions will be taken out of your paycheck on a pre-tax basis, in equal amounts. For the HCFSA and Limited Purpose HCFSA, your full annual balance is available to you upfront for immediate use. The DCFSA funds are available as your contributions post to your account throughout the year.</p>\n<h2>Our three types of FSA options are:</h2>\n<h3>Health Care Flexible Spending Account (HCFSA)</h3>\n<p><span>ClickÂ </span><a href=\"https://sponsor.fidelity.com/bin-public/06_PSW_Website/documents/FSRA_Health%20Care%20FSA.pdf\" target=\"_blank\" rel=\"noopener\">here</a><span> to learn more about a Health Care Flexible Spending Account. </span>You can contribute up to <strong>$3,300</strong> annually, with pre-tax dollars, to pay for eligible expenses you and your dependent(s) may have. Eligible expenses include non-reimbursed medical, dental, prescription and vision expenses incurred during the plan year. You are eligible to select your annual contribution during your new hire period, annual enrollment or if you experience a qualified change in status consistent with the change. Through our partnership with Fidelity Investments, you have access to the <a href=\"/documents/netbenefits-accesscard-faq/\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCard</a> to provide you a simple way to pay for eligible expenses. You can pay out-of-pocket for eligible expenses and submit for reimbursement.</p>\n<p><strong>Please note</strong>: You are not eligible for the HCFSA if you are enrolled in the Advantage PPO with HSA medical plan option.</p>\n<h3>Limited Purpose HCFSA</h3>\n<p>You can contribute up to <strong>$3,300</strong> annually, with pre-tax dollars, to pay for eligible expenses incurred during the plan year. <strong>Please note:</strong> A limited purpose HCFSA can be used for eligible dental and vision expenses <strong>only</strong>. You may participate in this FSA even if you are enrolled in the Advantage PPO with HSA medical option. You are eligible to select your annual contribution during your new hire period, annual enrollment or if you experience a qualified change in status consistent with the change. Through our partnership with Fidelity Investments, you have access to the <a href=\"/documents/netbenefits-accesscard-faq/\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCard</a> to provide you a simple way to pay for eligible expenses.</p>\n<h3>Dependent Care Flexible Spending Account (DCFSA)</h3>\n<p><span>Click <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/dcfsa-flyer/\" target=\"_blank\" rel=\"noopener\">here</a> to learn more about a Dependent Care Flexible Spending Account. </span>Set aside up to <strong>$5,000</strong> annually, or up to $2,500 if you and your spouse both work and file taxes separately, on a pre-tax basis to pay for qualified dependent care expenses. This account does not have a debit card; all claims must be submitted for reimbursement on <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.</p>\n<h2>Plan Ahead: Use It or Lose it</h2>\n<p style=\"padding-bottom: .5em;\">The Flexible Spending Accounts (FSAs), are based on IRS regulations and are subject to â€˜use it or lose itâ€™ rules. This means a portion, or all unused funds may be forfeited.</p>\n<ul>\n<li><strong>For the HCFSA and Limited Purpose HCFSA:</strong> <span>ClickÂ </span><a href=\"/documents/limited-purpose-fsa-with-carryover-flyer/\" target=\"_blank\" rel=\"noopener\">here</a><span>Â for more details on how to use a Limited Purpose HCFSA through Fidelity.</span>All eligible expenses must be incurred by December 31 of the plan year and submitted to <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">Fidelity</a> for reimbursement by March 31 of the following year. <span>A minimum of $25 and up to $640 of your unused 2024 year-end balance can be carried over to the 2025 plan year. Balances over $640 and under $25 will be forfeited.</span></li>\n<li><strong>For the DCFSA:</strong> All eligible expenses must be incurred by March 15 and submitted to <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">Fidelity</a> by March 31 of the following year. After March 31, any unused funds will be forfeited.</li>\n</ul>\n<p>For more information about the Tax-Advantaged Accounts, call Fidelity at <strong>800-835-5095</strong> or visit <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>833-299-5089</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Fidelity app</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/fidelity-investments/id348177453\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.fidelity.android&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.25.1\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\nLog in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.\n<h3>Eligible Expenses</h3>\nBelow is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n\n<ul>\n	<li>Doctorâ€™s visit copays</li>\n	<li>Prescription drug copays</li>\n	<li>Medical and dental deductibles</li>\n	<li>Over-the-counter items</li>\n	<li>Hearing aids</li>\n	<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n\n<ul>\n	<li>Hearing aids</li>\n	<li>Eyeglasses</li>\n	<li>Dental cleanings</li>\n	<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n\n<ul>\n	<li>Child or adult daycare*</li>\n	<li>Nursery school</li>\n	<li>Preschool (excluding kindergarten)</li>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/dcfsa-flyer/\" target=\"_blank\" rel=\"noopener\"><span>DCFSA Flyer</span></a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<strong>Watch this video to learn more about the Limited Purpose HCFSA</strong>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe src=\"https://flimp.live/CFIndustries_LimitedPurposeFSA?em=Y\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allowfullscreen=\"\" frameborder=\"0\" style=\"width: 100%; \"></iframe>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<strong>Watch this video to learn more about the Dependent Care FSA</strong>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe src=\"https://flimp.live/CFIndustries_DependentCareFSA?em=Y\" webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder=\"0\" style=\"width: 100%;\"></iframe>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Account', '', 'draft', 'closed', 'closed', '', 'flexible-spending-account', '', '', '2025-04-29 12:07:46', '2025-04-29 11:07:46', '', '0', 'https://cfibenefits.wpengine.com/?page_id=166', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (167, 2, '2023-03-19 22:06:19', '2023-03-20 03:06:19', '', 'ppl-slider3_image1', '', 'inherit', 'open', 'closed', '', 'ppl-slider3_image1', '', '', '2023-03-19 22:06:19', '2023-03-20 03:06:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ppl-slider3_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (169, 2, '2023-03-19 22:09:15', '2023-03-20 03:09:15', '', 'ppl-slider3-mobile', '', 'inherit', 'open', 'closed', '', 'ppl-slider3-mobile', '', '', '2023-03-19 22:09:15', '2023-03-20 03:09:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (170, 1, '2023-03-19 22:19:59', '2023-03-20 03:19:59', '', 'lower_tri-form_1', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_1', '', '', '2023-03-19 22:19:59', '2023-03-20 03:19:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (173, 1, '2023-03-19 22:35:56', '2023-03-20 03:35:56', '', 'lower_tri-form_2', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_2', '', '', '2023-03-19 22:35:56', '2023-03-20 03:35:56', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (174, 2, '2023-03-19 22:39:47', '2023-03-20 03:39:47', '', 'educate-slider4_image1', '', 'inherit', 'open', 'closed', '', 'educate-slider4_image1', '', '', '2023-03-19 22:39:47', '2023-03-20 03:39:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/educate-slider4_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (177, 1, '2023-03-19 23:05:16', '2023-03-20 04:05:16', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_section_banner3.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Assistance Programme</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Wellbeing support to help you and your family tackle lifeâ€™s challenges.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" global_colors_info=\"{}\"]<h2>Help@hand from Unum</h2>\n<p>Help@hand is there every day. Access total health and wellbeing support from experts whoâ€™ll tailor their support to suit you and your eligible family members*.</p>\n<p style=\"padding-bottom: .75em;\">How do I get started with Help@hand?</p>\n<ol>\n<li>Please email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a> and ask them to sign you up.</li>\n<li>Go directly to the <a href=\"https://apps.apple.com/gb/app/help-hand/id1485686894\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=sh.mobile.unum.helpathand&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a> and search <strong>Help@hand</strong> to download the app.</li>\n<li>Enter your details and get started with a wealth of health and wellbeing support.</li>\n<li>Donâ€™t forget to invite your eligible family members* from the app as well.</li>\n</ol>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<p><em>* Eligible family members include partner and children up to 18, or up to 24 if in full-time education. Eligibility may vary on services.</em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Bupa Mental Health Support</h2>\n<p>One in four people in the UK experience an emotional wellbeing problem each year. You are not alone.</p>\n<p>If you arenâ€™t feeling yourself, call the Bupa mental health support team on <strong><span style=\"white-space: nowrap;\">0345 600 5446</span></strong>. They can provide advice and discuss your feelings and symptoms and how they can help, or they can put you directly through to a mental health nurse. They can also book an appointment to speak to a mental health and wellbeing practitioner who could refer you to a Bupa-recognised therapist for a face-to-face, phone or video consultation or arrange access to fully supported, online Cognitive Behavioural Therapy (iCBT) programmes for you to complete at home.</p>\n<h2>Mental Health First Aiders</h2>\n<p>As a part of our employee wellbeing programme, we have introduced trained mental health first aiders across the Billingham and Chester facilities who you can approach in confidence to discuss any mental health concerns you may be experiencing.</p>\n<p>The role of the mental health first aider is to provide confidential initial support to colleagues who may be experiencing signs or symptoms of mental health issues and listen non-judgmentally to how they may be feeling. They may also help to support open communications between yourself and your manager to help reduce any concerns you may have, and where appropriate directing and referring you to specialist support networks.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>If you arenâ€™t feeling yourself, call the Bupa mental health support team: <strong>0345 600 5446</strong></p>\n<p>You can access total health and wellbeing support from <strong><span style=\"color: #3fa9f5;\">Help@hand:</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/gb/app/help-hand/id1485686894\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=sh.mobile.unum.helpathand&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]Mental Health First Aiders (MHFA) can be identified by their MHFA lanyards, Helmet label, Polo Shirt or badge. Posters with contact details are displayed across each of the locations or listed on the Loop.[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Assistance Program', '', 'publish', 'closed', 'closed', '', 'employee-assistance-program', '', '', '2026-01-30 01:02:31', '2026-01-30 01:02:31', '', 263, 'https://cfibenefits.wpengine.com/?page_id=177', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (183, 2, '2023-03-19 23:29:04', '2023-03-20 04:29:04', '', 'educate-slider4_image2', '', 'inherit', 'open', 'closed', '', 'educate-slider4_image2', '', '', '2023-03-19 23:29:04', '2023-03-20 04:29:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/educate-slider4_image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (184, 2, '2023-03-19 23:30:20', '2023-03-20 04:30:20', '', 'eap_slider4-mobile', '', 'inherit', 'open', 'closed', '', 'eap_slider4-mobile', '', '', '2023-03-19 23:30:20', '2023-03-20 04:30:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_slider4-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (187, 1, '2023-03-19 23:49:19', '2023-03-20 04:49:19', '', 'lower_tri-form_3', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_3', '', '', '2023-03-19 23:49:19', '2023-03-20 04:49:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (188, 2, '2023-03-19 23:57:32', '2023-03-20 04:57:32', '', 'slider5_image1', '', 'inherit', 'open', 'closed', '', 'slider5_image1', '', '', '2023-03-19 23:57:32', '2023-03-20 04:57:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/slider5_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (189, 2, '2023-03-20 00:03:27', '2023-03-20 05:03:27', '', 'diversity_slider5-mobile', '', 'inherit', 'open', 'closed', '', 'diversity_slider5-mobile', '', '', '2023-03-20 00:03:27', '2023-03-20 05:03:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (191, 2, '2023-03-20 00:32:21', '2023-03-20 05:32:21', '', 'field_BG', '', 'inherit', 'open', 'closed', '', 'field_bg', '', '', '2023-03-20 00:32:21', '2023-03-20 05:32:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/field_BG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (198, 1, '2026-03-02 12:58:32', '2023-03-20 13:39:31', '', 'Employee Assistance Programme', '', 'publish', 'closed', 'closed', '', 198, '', '', '2026-03-02 12:58:32', '2026-03-02 12:58:32', '', 263, 'https://cfibenefits.wpengine.com/?p=198', 13, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (201, 1, '2023-03-20 08:57:52', '2023-03-20 13:57:52', '', 'counseling_session', '', 'inherit', 'open', 'closed', '', 'counseling_session', '', '', '2023-03-20 08:57:52', '2023-03-20 13:57:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/counseling_session.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (203, 1, '2023-03-20 09:17:47', '2023-03-20 14:17:47', '', 'eap_section_banner', '', 'inherit', 'open', 'closed', '', 'eap_section_banner', '', '', '2023-03-20 09:17:47', '2023-03-20 14:17:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (205, 1, '2023-03-20 09:23:04', '2023-03-20 14:23:04', '', 'eap_section_banner2', '', 'inherit', 'open', 'closed', '', 'eap_section_banner2', '', '', '2023-03-20 09:23:04', '2023-03-20 14:23:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (207, 1, '2023-03-20 09:27:55', '2023-03-20 14:27:55', '', 'fsa_section_banner', '', 'inherit', 'open', 'closed', '', 'fsa_section_banner', '', '', '2023-03-20 09:27:55', '2023-03-20 14:27:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/fsa_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (208, 1, '2023-03-20 09:40:11', '2023-03-20 14:40:11', '', 'med_section_banner', '', 'inherit', 'open', 'closed', '', 'med_section_banner', '', '', '2023-03-20 09:40:11', '2023-03-20 14:40:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (209, 1, '2023-03-20 09:45:09', '2023-03-20 14:45:09', '', 'med_section_banner2', '', 'inherit', 'open', 'closed', '', 'med_section_banner2', '', '', '2023-03-20 09:45:09', '2023-03-20 14:45:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (211, 1, '2023-03-20 09:52:07', '2023-03-20 14:52:07', '', 'eap_section_banner3', '', 'inherit', 'open', 'closed', '', 'eap_section_banner3', '', '', '2023-03-20 09:52:07', '2023-03-20 14:52:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (213, 1, '2023-03-20 10:00:09', '2023-03-20 15:00:09', '', 'lower_tri-form_4', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_4', '', '', '2023-03-20 10:00:09', '2023-03-20 15:00:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (219, 1, '2023-03-20 10:43:48', '2023-03-20 15:43:48', '', 'med_section_banner3', '', 'inherit', 'open', 'closed', '', 'med_section_banner3', '', '', '2023-03-20 10:43:48', '2023-03-20 15:43:48', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (220, 1, '2023-03-20 10:46:27', '2023-03-20 15:46:27', '', 'med_section_banner4', '', 'inherit', 'open', 'closed', '', 'med_section_banner4', '', '', '2023-03-20 10:46:27', '2023-03-20 15:46:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (223, 1, '2023-03-21 07:03:32', '2023-03-21 12:03:32', '', 'CF_AE23_eGuide_US_FINAL_111022', '', 'inherit', 'open', 'closed', '', 'cf_ae23_eguide_us_final_111022', '', '', '2023-03-21 07:03:32', '2023-03-21 12:03:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (225, 1, '2023-03-21 07:19:58', '2023-03-21 12:19:58', '', 'fsa_section_banner2', '', 'inherit', 'open', 'closed', '', 'fsa_section_banner2', '', '', '2023-03-21 07:19:58', '2023-03-21 12:19:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/fsa_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (226, 1, '2023-03-21 07:25:53', '2023-03-21 12:25:53', '', 'pdf-to-come', '', 'inherit', 'open', 'closed', '', 'pdf-to-come', '', '', '2023-03-21 07:25:53', '2023-03-21 12:25:53', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/pdf-to-come.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (233, 1, '2023-03-30 23:13:59', '2023-03-31 04:13:59', '', 'blurry_medBG', '', 'inherit', 'open', 'closed', '', 'blurry_medbg', '', '', '2023-03-30 23:13:59', '2023-03-31 04:13:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/blurry_medBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (242, 1, '2023-03-31 13:22:12', '2023-03-31 18:22:12', '', 'eap_sidebar', '', 'inherit', 'open', 'closed', '', 'eap_sidebar', '', '', '2023-03-31 13:22:12', '2023-03-31 18:22:12', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_sidebar.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (244, 1, '2023-03-31 13:41:40', '2023-03-31 18:41:40', '', 'CFI_logo_v3', '', 'inherit', 'open', 'closed', '', 'cfi_logo_v3', '', '', '2023-03-31 13:41:40', '2023-03-31 18:41:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFI_logo_v3.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (246, 1, '2023-04-03 08:29:36', '2023-04-03 13:29:36', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" title_text=\"award_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Rewarded</h1>\n<p>Your efforts and performance are rewarded through competitive base pay, short-term and long-term incentives, and other pay programmes.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/base-pay/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Base Pay</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Base Pay</h2>\" content_last_edited=\"off|phone\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Base Pay</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/base-pay-inset.jpg\" title_text=\"base pay\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/short-term-incentives-aip-vip/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Short-Term Incentives</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Short-Term Incentives</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Short-Term Incentives</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/short-term-incentive-inset.jpg\" title_text=\"short-term incentives\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/long-term-incentives/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Long-Term Incentives</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Long-Term Incentives</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Long-Term Incentives</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term-incentive-incentive.jpg\" title_text=\"long-term incentives\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/epic-recognition-programme/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Service Anniversary Awards</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Service Anniversary Awards</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Epic Recognition Programme</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award-inset.jpg\" title_text=\"service Anniversary awards\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Rewarded', '', 'publish', 'closed', 'closed', '', 'be-rewarded', '', '', '2026-01-30 00:40:01', '2026-01-30 00:40:01', '', '0', 'https://cfibenefits.wpengine.com/?page_id=246', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (248, 1, '2023-04-03 08:24:41', '2023-04-03 13:24:41', '', 'checkup-healthPage', '', 'inherit', 'open', 'closed', '', 'checkup-healthpage', '', '', '2023-04-03 08:24:41', '2023-04-03 13:24:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/checkup-healthPage.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (249, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'supplemental-med-FLIPPED', '', 'inherit', 'open', 'closed', '', 'supplemental-med-flipped', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/supplemental-med-FLIPPED.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (250, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'dental-appointment', '', 'inherit', 'open', 'closed', '', 'dental-appointment', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/dental-appointment.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (251, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'vision_inset', '', 'inherit', 'open', 'closed', '', 'vision_inset', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/vision_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (252, 1, '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', 'blurry-medBG_bottom', '', 'inherit', 'open', 'closed', '', 'blurry-medbg_bottom', '', '', '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/blurry-medBG_bottom.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (253, 1, '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', 'canoers_bannerBG', '', 'inherit', 'open', 'closed', '', 'canoers_bannerbg', '', '', '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/canoers_bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (257, 1, '2023-04-03 09:08:23', '2023-04-03 14:08:23', '', 'placeholder', '', 'inherit', 'open', 'closed', '', 'placeholder', '', '', '2023-04-03 09:08:23', '2023-04-03 14:08:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/placeholder.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (260, 1, '2023-04-03 12:40:49', '2023-04-03 17:40:49', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" title_text=\"medical_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Well</h1>\n<p>Our health plans and well-being programmes empower you to achieve your wellness goals and live your best life.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/bluecrest/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Bluecrest</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/best-premium_section_inset.jpg\" title_text=\"Bluecrest\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/medical/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Medical</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" title_text=\"Medical\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/dental/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Dental</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" title_text=\"Dental\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/strive/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Strive Well-Being Programme</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" title_text=\"Strive Well-Being Programme\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/proactive-md/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/chronic-condition-and-prevention-management/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Well', '', 'publish', 'closed', 'closed', '', 'be-well', '', '', '2025-10-01 08:15:46', '2025-10-01 07:15:46', '', '0', 'https://cfibenefits.wpengine.com/?page_id=260', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (263, 1, '2023-04-03 14:05:44', '2023-04-03 19:05:44', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" title_text=\"balance_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"12%\" width_phone=\"20%\" width_last_edited=\"on|phone\" max_width=\"20%\" module_alignment=\"center\" custom_margin=\"0px||1.5em||false|false\" custom_margin_tablet=\"0px||1.5em||false|false\" custom_margin_phone=\"0px||1.5em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" header_font=\"Montserrat||||||||\" header_line_height=\"1.1em\" header_font_tablet=\"Montserrat||||||||\" header_font_phone=\"Montserrat||||||||\" header_font_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"35px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"1.1em\" header_line_height_phone=\"1.1em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Balanced</h1>\n<p>Feel stability and support in and out of work with time away from work and work-life resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/employee-assistance-program/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Assistance Programme</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/be-balanced/cycle-to-work/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Cycle to Work</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/05/cycle-to-work.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/time-away-from-work/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Time Away from Work</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/PTO-2.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/family-forming-benefits/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Family Forming Benefits</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/05/paid-parental-leave.jpg\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Balanced', '', 'publish', 'closed', 'closed', '', 'be-balanced', '', '', '2026-01-26 13:20:01', '2026-01-26 13:20:01', '', '0', 'https://cfibenefits.wpengine.com/?page_id=263', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (268, 1, '2023-04-03 14:39:05', '2023-04-03 19:39:05', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" title_text=\"success_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"12%\" width_phone=\"20%\" width_last_edited=\"on|phone\" max_width=\"20%\" module_alignment=\"center\" custom_margin=\"0px||1.5em||false|false\" custom_margin_tablet=\"0px||1.5em||false|false\" custom_margin_phone=\"0px||1.5em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" header_font=\"Montserrat||||||||\" header_line_height=\"1.1em\" header_font_tablet=\"Montserrat||||||||\" header_font_phone=\"Montserrat||||||||\" header_font_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"35px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"1.1em\" header_line_height_phone=\"1.1em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Successful</h1>\n<p>Your ability to learn new skills allows you to achieve your maximum potential.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/new-employee-integration/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_line_height=\"1.2em\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Educational Assistance</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/education-assistance.jpg\" title_text=\"education assistance\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/career-development/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Career Development</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/career-development-inset.jpg\" title_text=\"career-development-inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/leadership-development/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Leadership Development</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leadership-inset.jpg\" title_text=\"leadership development\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/mentoringcf/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Mentoring@CF</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/mentoring2_landing.jpg\" title_text=\"mentoring\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.3em||0px||false|false\" link_option_url=\"/uk/performance-management/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between !important;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|30px|30px|4px|4px\" border_radii_phone=\"off|30px|30px|4px|4px\" border_radii_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Performance Management</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/performance-management.jpg\" title_text=\"performance management\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" box_shadow_style=\"preset6\" box_shadow_blur=\"25px\" box_shadow_color=\"rgba(0,163,244,0.28)\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.3em||0px||false|false\" link_option_url=\"/uk/educational-assistance/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between !important;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|30px|30px|4px|4px\" border_radii_phone=\"off|30px|30px|4px|4px\" border_radii_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"1.3em||0px||false|false\" link_option_url=\"/uk/educational-assistance/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between !important;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|30px|30px|4px|4px\" border_radii_phone=\"off|30px|30px|4px|4px\" border_radii_last_edited=\"on|tablet\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22background_color%22%93}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Successful', '', 'publish', 'closed', 'closed', '', 'be-successful', '', '', '2026-01-25 21:54:51', '2026-01-25 21:54:51', '', '0', 'https://cfibenefits.wpengine.com/?page_id=268', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (271, 1, '2023-04-03 15:04:39', '2023-04-03 20:04:39', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" title_text=\"inclusion_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Included</h1>\n<p>We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/inclusion-resource-group-irg/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Inclusion Resource Group</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-resource-group-inset.jpg\" title_text=\"inclusion resource group\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/employee-value-proposition-evp/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Value Proposition</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/be-included-inset.jpg\" title_text=\"employee value proposition\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/inclusion-resource-group-irg/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Inclusion Resource Group</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-resource-group-inset.jpg\" title_text=\"inclusion resource group\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/inclusion-council/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Inclusion Council</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-council-inset.jpg\" title_text=\"inclusion council\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" disabled=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Life Cycle Surveys</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-cycle_inset.jpg\" title_text=\"life cycle surveys\" align=\"center\" force_fullwidth=\"on\" disabled_on=\"on|on|on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">2022 Inclusion, Diversity and Equity Report</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/DEI-report-inset.jpg\" title_text=\"DEI report\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/our-inclusion-diversity-equity-journey/\" align=\"center\" force_fullwidth=\"on\" disabled_on=\"on|on|on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Included', '', 'publish', 'closed', 'closed', '', 'be-included', '', '', '2026-01-25 22:59:26', '2026-01-25 22:59:26', '', '0', 'https://cfibenefits.wpengine.com/?page_id=271', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (272, 1, '2023-04-03 15:08:22', '2023-04-03 20:08:22', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" title_text=\"planning icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Prepared</h1>\n<p>Prepare yourself and loved ones for a bright future and respond to lifeâ€™s curve balls quickly and effectively with the options CF offers.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/be-prepared/life-insurance/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Life Insurance</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-insurance-inset.jpg\" title_text=\"life insurance\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/income-protection/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Income Protection</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/disability-inset.jpg\" title_text=\"disability\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/be-prepared/pension-scheme/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Pension Scheme</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k-inset.jpg\" title_text=\"Pension Scheme\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/uk/business-travel/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Business Travel</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/travel-inset.jpg\" title_text=\"business and personal travel\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.24.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" disabled=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Commuter Benefits<br />(Illinois Residents)</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/landing-commuter.jpg\" title_text=\"landing-commuter\" align=\"center\" force_fullwidth=\"on\" disabled_on=\"on|on|on\" module_class=\"et-zoom-in\" _builder_version=\"4.24.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Retiring From CF</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/retiring-inset.jpg\" title_text=\"retiring\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/retiring-from-cf/\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/death-of-an-employee/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Death of CF Employee</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/reporting-death-inset.jpg\" title_text=\"death of CF employee\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Prepared', '', 'publish', 'closed', 'closed', '', 'be-prepared', '', '', '2025-06-18 12:18:37', '2025-06-18 11:18:37', '', '0', 'https://cfibenefits.wpengine.com/?page_id=272', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (277, 1, '2023-04-04 20:04:46', '2023-04-05 01:04:46', '[et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"rgba(63,169,245,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" template_type=\"module\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\nPlease refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.[/et_pb_text]', 'CF for employees box', '', 'publish', 'closed', 'closed', '', 'cf-for-employees-box', '', '', '2023-04-04 20:04:46', '2023-04-05 01:04:46', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/cf-for-employees-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (279, 1, '2023-04-04 20:05:52', '2023-04-05 01:05:52', '[et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" template_type=\"module\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text]', 'revised employees only box', '', 'publish', 'closed', 'closed', '', 'revised-employees-only-box', '', '', '2023-04-04 20:05:52', '2023-04-05 01:05:52', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/revised-employees-only-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (280, 1, '2023-04-04 21:01:47', '2023-04-05 02:01:47', '', 'med_section_banner5', '', 'inherit', 'open', 'closed', '', 'med_section_banner5', '', '', '2023-04-04 21:01:47', '2023-04-05 02:01:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/med_section_banner5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (281, 1, '2023-04-05 11:34:57', '2023-04-05 16:34:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-rewarded/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" front_title_font_size_tablet=\"1.7vw\" front_title_font_size_phone=\"1.7vw\" front_title_font_size_last_edited=\"on|desktop\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-balanced/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-finances/\" custom_css_front_image_icon=\"padding-top: 26px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-successful/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-successful/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-wellness/\" custom_css_front_image_icon=\"padding-top: 15px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-included/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -20px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section]', 'flipping card section - scaling titles', '', 'publish', 'closed', 'closed', '', 'flipping-card-section-scaling-titles', '', '', '2023-04-05 11:34:57', '2023-04-05 16:34:57', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/flipping-card-section-scaling-titles/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (308, 2, '2023-05-03 16:50:27', '2023-05-03 21:50:27', '', 'new-employee-integration', '', 'inherit', 'open', 'closed', '', 'new-employee-integration-2', '', '', '2023-05-03 16:50:27', '2023-05-03 21:50:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/new-employee-integration.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (310, 2, '2023-05-03 16:53:30', '2023-05-03 21:53:30', '', 'beSuccessful-new_employee2', '', 'inherit', 'open', 'closed', '', 'besuccessful-new_employee2', '', '', '2023-05-03 16:53:30', '2023-05-03 21:53:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/beSuccessful-new_employee2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (312, 2, '2023-05-03 17:04:29', '2023-05-03 22:04:29', '', 'career development', '', 'inherit', 'open', 'closed', '', 'besuccessful-career_development', '', '', '2023-05-03 17:04:49', '2023-05-03 22:04:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/beSuccessful-career_development.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (313, 2, '2023-05-04 13:21:14', '2023-05-04 18:21:14', '', 'career-development-banner', '', 'inherit', 'open', 'closed', '', 'career-development-banner', '', '', '2023-05-04 13:21:14', '2023-05-04 18:21:14', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-development-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (314, 2, '2023-05-04 16:07:11', '2023-05-04 21:07:11', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring', '', '', '2023-05-04 16:07:11', '2023-05-04 21:07:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (316, 2, '2023-05-04 16:32:14', '2023-05-04 21:32:14', '', 'performance management', '', 'inherit', 'open', 'closed', '', 'performance-management-2', '', '', '2023-05-04 16:32:29', '2023-05-04 21:32:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/performance-management.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (317, 2, '2023-05-04 16:44:12', '2023-05-04 21:44:12', '', 'performance management', '', 'inherit', 'open', 'closed', '', 'performance-management-banner', '', '', '2023-05-14 23:12:08', '2023-05-15 04:12:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/performance-management-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (318, 2, '2023-05-04 16:44:23', '2023-05-04 21:44:23', '', 'mentoring-banner', '', 'inherit', 'open', 'closed', '', 'mentoring-banner', '', '', '2023-05-04 16:44:23', '2023-05-04 21:44:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (319, 2, '2023-05-04 16:50:15', '2023-05-04 21:50:15', '', 'talent', '', 'inherit', 'open', 'closed', '', 'talent', '', '', '2023-05-04 16:50:15', '2023-05-04 21:50:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/talent.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (320, 2, '2023-05-04 17:05:46', '2023-05-04 22:05:46', '', 'leadership development', '', 'inherit', 'open', 'closed', '', 'leadership', '', '', '2023-05-04 17:05:54', '2023-05-04 22:05:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (322, 2, '2023-05-04 17:21:27', '2023-05-04 22:21:27', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assistance-2', '', '', '2023-05-04 17:21:31', '2023-05-04 22:21:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assistance.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (323, 2, '2023-05-04 17:25:33', '2023-05-04 22:25:33', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assist-banner', '', '', '2023-05-14 23:00:41', '2023-05-15 04:00:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assist-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (324, 2, '2023-05-04 17:25:34', '2023-05-04 22:25:34', '', 'leadership-devel-banner', '', 'inherit', 'open', 'closed', '', 'leadership-devel-banner', '', '', '2023-05-04 17:25:34', '2023-05-04 22:25:34', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-devel-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (325, 2, '2023-05-04 17:25:36', '2023-05-04 22:25:36', '', 'talent-management-banner', '', 'inherit', 'open', 'closed', '', 'talent-management-banner', '', '', '2023-05-04 17:25:36', '2023-05-04 22:25:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/talent-management-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (326, 2, '2023-05-04 18:40:17', '2023-05-04 23:40:17', '', 'EAP', '', 'inherit', 'open', 'closed', '', 'eap', '', '', '2023-05-04 18:40:17', '2023-05-04 23:40:17', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EAP.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_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 (327, 2, '2023-05-04 18:51:24', '2023-05-04 23:51:24', '', 'paid-parental-leave', '', 'inherit', 'open', 'closed', '', 'paid-parental-leave-2', '', '', '2023-05-04 18:51:24', '2023-05-04 23:51:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-parental-leave.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (328, 2, '2023-05-04 19:03:27', '2023-05-05 00:03:27', '', 'paid time off', '', 'inherit', 'open', 'closed', '', 'paid-time-off-2', '', '', '2023-05-04 19:03:38', '2023-05-05 00:03:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-time-off.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (330, 2, '2023-05-05 16:35:00', '2023-05-05 21:35:00', '', 'employee gift match', '', 'inherit', 'open', 'closed', '', 'volunteers', '', '', '2023-05-05 16:35:14', '2023-05-05 21:35:14', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/volunteers.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (331, 2, '2023-05-05 16:35:38', '2023-05-05 21:35:38', '', 'employee perks', '', 'inherit', 'open', 'closed', '', 'employee-perks-2', '', '', '2023-05-05 16:35:45', '2023-05-05 21:35:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-perks.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (332, 2, '2023-05-05 16:36:49', '2023-05-05 21:36:49', '', 'employee-match-banner', '', 'inherit', 'open', 'closed', '', 'employee-match-banner', '', '', '2023-05-05 16:36:49', '2023-05-05 21:36:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-match-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (333, 2, '2023-05-05 16:36:50', '2023-05-05 21:36:50', '', 'employee-perks-banner', '', 'inherit', 'open', 'closed', '', 'employee-perks-banner', '', '', '2023-05-05 16:36:50', '2023-05-05 21:36:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-perks-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (334, 2, '2023-05-05 16:36:52', '2023-05-05 21:36:52', '', 'PTO-banner', '', 'inherit', 'open', 'closed', '', 'pto-banner', '', '', '2023-05-05 16:36:52', '2023-05-05 21:36:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (338, 2, '2023-05-12 22:36:20', '2023-05-13 03:36:20', '[et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" template_type=\"module\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text]', 'lightBlue sidebar box', '', 'publish', 'closed', 'closed', '', 'lightblue-sidebar-box', '', '', '2023-05-12 22:36:20', '2023-05-13 03:36:20', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/lightblue-sidebar-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (348, 1, '2023-05-14 06:44:58', '2023-05-14 11:44:58', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/resources-library_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Resource Library</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" hover_enabled=\"0\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Learn more about our benefits and programmes.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_3_line_height=\"1.7em\" locked=\"off\" global_colors_info=\"{}\"]<h3>Medical</h3>\n<ul>\n<li><a href=\"/uk/documents/bluecrest-guide/\" target=\"_blank\" rel=\"noopener\">Bluecrest Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/uk/documents/bupa-select-benefits-summary/\" target=\"_blank\" rel=\"noopener\">Bupa Select Benefits Summary</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/uk/documents/bupa-select-membership-guide/\" target=\"_blank\" rel=\"noopener\">Bupa Select Membership Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Dental</h3>\n<ul>\n<li><a href=\"/uk/documents/bupa-dental-what-to-expect/\" target=\"_blank\" rel=\"noopener\">Bupa Dental What to Expect</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/uk/documents/bupa-dental-membership-guide/\" target=\"_blank\" rel=\"noopener\">Bupa Dental Membership Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/uk/documents/bupa-dental-claim-guide/\" target=\"_blank\" rel=\"noopener\">Bupa Dental Claim Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Educational Assistance</h3>\n<ul>\n<li><a href=\"/uk/documents/application-for-education-assistance/\" target=\"_blank\" rel=\"noopener\">Educational Assistance Application</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Life Insurance</h3>\n<ul>\n<li><a href=\"/uk/documents/life-insurance-beneficiary-nomination-form/\" target=\"_blank\" rel=\"noopener\">Life Insurance Nomination Form</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/uk/documents/metlife-bereavement-guide/\" target=\"_blank\" rel=\"noopener\">MetLife Bereavement Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Income Protection</h3>\n<ul>\n<li><a href=\"/uk/documents/what-is-income-protection/\" target=\"_blank\" rel=\"noopener\">What is Income Protection?</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"]<h3>Short Term Incentives</h3>\n<ul>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf\" target=\"_blank\" rel=\"noopener\">Corporate Incentive</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf\" target=\"_blank\" rel=\"noopener\">Manufacturing and Distribution Facilities</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Long-Term Incentives (Equity)</h3>\n<ul>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/5B-LTI-RSU-PSU-010423-1.pdf\" target=\"_blank\" rel=\"noopener\">RSUs versus PSUs</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf\" target=\"_blank\" rel=\"noopener\">More About RSUs</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Advantage PPO with HSA</h3>\n<ul>\n	<li>The Advantage PPO with HSA has a higher deductible and out-of-pocket maximum.</li>\n	<li>The monthly premium is lower in this plan.</li>\n	<li>This plan can be paired with a <a href=\"#\">Health Savings Account (HSA)</a>.\n<ul>\n	<li>CF Industries also contributes to your HSA to help cover eligible medical expenses.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" global_colors_info=\"{}\"]<h3>Standard PPO</h3>\n<ul>\n<li>The Standard PPO has a lower deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is higher in this plan.</li>\n<li>This plan cannot be paired with an HSA but is eligible for a <a href=\"#\">Flexible Spending Account (FSA)</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>Pay Less with In-Network Providers</h3>\n<p><a href=\"https://www.bcbsil.com/find-care/providers-in-your-network/find-a-doctor-or-hospital?utm_source=QR-Code&amp;utm_medium=AE%2520Guide&amp;utm_campaign=Annual%2520Enrollment%25202020&amp;utm_term=Provider+directory\" target=\"_blank\" rel=\"noopener\">Click here</a> to find a provider in your area or call BCBSIL Health Advocacy Solutions at <strong>888-902-8293</strong>.</p>\n<h3>Get Help Navigating Your Medical Care</h3>\n<p>You or dependents enrolled in a CF Industries medical plan can <strong>contact Blue Cross Blue Shield Health Advocacy Solutions (HAS)</strong> to help you address medical benefits questions, guide you through a new diagnosis, find a provider, shop for lower-cost healthcare, connect you with mental health experts and more! <strong>Call 888-902-8293 for support 24/7 at no cost to you.</strong></p>\n<p>Connect to your Health Advocate Team, dedicated Health Advocate Concierge and Clinical Health Advocates from 7 a.m. to 7 p.m. CT Monday through Friday.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Resource Library', '', 'publish', 'closed', 'closed', '', 'resource-library', '', '', '2025-05-29 12:21:40', '2025-05-29 11:21:40', '', 650, 'https://cfibenefits.wpengine.com/?page_id=348', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (350, 1, '2023-05-14 07:01:23', '2023-05-14 12:01:23', '', 'Express Scripts Mail Order Form', '', 'inherit', 'open', 'closed', '', 'express-scripts-mail-order-form-2', '', '', '2024-03-22 13:42:29', '2024-03-22 18:42:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Express-Scripts-Mail-Order-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (351, 1, '2023-05-14 07:01:29', '2023-05-14 12:01:29', '', 'IL Prescription Reimbursement Claim Form', '', 'inherit', 'open', 'closed', '', 'il-prescription-reimbursement-claim-form', '', '', '2024-03-22 14:13:02', '2024-03-22 19:13:02', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/IL-Prescription-Reimbursement-Claim-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (352, 1, '2023-05-14 07:01:41', '2023-05-14 12:01:41', '', 'Accredo Specialty Pharmacy', '', 'inherit', 'open', 'closed', '', 'accredo-specialty-pharmacy', '', '', '2024-03-22 14:14:26', '2024-03-22 19:14:26', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Accredo-Specialty-Pharmacy.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (353, 1, '2023-05-14 07:01:55', '2023-05-14 12:01:55', '', 'FINAL CF_Industries_2022_Guide_US_Cash_Balance_v1 (2)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_cash_balance_v1-2', '', '', '2024-03-22 14:38:26', '2024-03-22 19:38:26', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (354, 1, '2023-05-14 07:02:09', '2023-05-14 12:02:09', '', 'FINAL CF_Industries_2022_Guide_US_Legacy_v2 (2)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_legacy_v2-2', '', '', '2023-05-14 07:02:09', '2023-05-14 12:02:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (355, 1, '2023-05-14 07:02:20', '2023-05-14 12:02:20', '', 'FINAL CF_Industries_2022_Guide_US_Section_16_v6 (1)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_section_16_v6-1', '', '', '2023-05-14 07:02:20', '2023-05-14 12:02:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (356, 1, '2023-05-14 07:02:23', '2023-05-14 12:02:23', '', 'Ben Sum_DPPO1_01.01.2023_CF Industries Enterprises, Inc_3333808', '', 'inherit', 'open', 'closed', '', 'ben-sum_dppo1_01-01-2023_cf-industries-enterprises-inc_3333808', '', '', '2024-03-22 14:20:15', '2024-03-22 19:20:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (357, 1, '2023-05-14 07:02:25', '2023-05-14 12:02:25', '', 'CF Industries Basic and Vol Life Benefit Summary', '', 'inherit', 'open', 'closed', '', 'cf-industries-basic-and-vol-life-benefit-summary', '', '', '2023-05-14 07:02:25', '2023-05-14 12:02:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-Industries-Basic-and-Vol-Life-Benefit-Summary.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (358, 1, '2023-05-14 07:02:28', '2023-05-14 12:02:28', '', '5A-LTI-RSU-Only-2022-010423 (1)', '', 'inherit', 'open', 'closed', '', '5a-lti-rsu-only-2022-010423-1', '', '', '2023-05-14 07:02:28', '2023-05-14 12:02:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (359, 1, '2023-05-14 07:02:30', '2023-05-14 12:02:30', '', '5B-LTI-RSU-PSU-010423 (1)', '', 'inherit', 'open', 'closed', '', '5b-lti-rsu-psu-010423-1', '', '', '2023-05-14 07:02:30', '2023-05-14 12:02:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/5B-LTI-RSU-PSU-010423-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (360, 1, '2023-05-14 07:02:33', '2023-05-14 12:02:33', '', '4A-Short-Term-Incentive-AIP-2023-010423', '', 'inherit', 'open', 'closed', '', '4a-short-term-incentive-aip-2023-010423', '', '', '2023-05-14 07:02:33', '2023-05-14 12:02:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (361, 1, '2023-05-14 07:02:36', '2023-05-14 12:02:36', '', '4C-VIP-MFG-DF-2023-011023 (1)', '', 'inherit', 'open', 'closed', '', '4c-vip-mfg-df-2023-011023-1', '', '', '2023-05-14 07:02:36', '2023-05-14 12:02:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (362, 1, '2023-05-14 07:02:39', '2023-05-14 12:02:39', '', 'BCBSIL Medical Claim Form IL', '', 'inherit', 'open', 'closed', '', 'bcbsil-medical-claim-form-il', '', '', '2024-03-22 13:35:48', '2024-03-22 18:35:48', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/BCBSIL-Medical-Claim-Form-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (363, 1, '2023-05-14 07:02:46', '2023-05-14 12:02:46', '', 'MD Live_User Guide', '', 'inherit', 'open', 'closed', '', 'md-live_user-guide', '', '', '2023-05-14 07:02:46', '2023-05-14 12:02:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/MD-Live_User-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (364, 1, '2023-05-14 07:02:49', '2023-05-14 12:02:49', '', 'Ben Sum_VIS1_01.01.2023_CF Industries Enterprises, Inc_3333808', '', 'inherit', 'open', 'closed', '', 'ben-sum_vis1_01-01-2023_cf-industries-enterprises-inc_3333808', '', '', '2024-03-22 14:21:33', '2024-03-22 19:21:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (365, 1, '2023-05-14 07:02:52', '2023-05-14 12:02:52', '', 'F_GROGuide', '', 'inherit', 'open', 'closed', '', 'f_groguide', '', '', '2024-03-22 14:39:35', '2024-03-22 19:39:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_GROGuide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (366, 1, '2023-05-14 07:02:55', '2023-05-14 12:02:55', '', 'F_ServiceFC', '', 'inherit', 'open', 'closed', '', 'f_servicefc', '', '', '2024-03-22 14:41:02', '2024-03-22 19:41:02', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceFC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (367, 1, '2023-05-14 07:02:58', '2023-05-14 12:02:58', '', 'F_ServiceFS', '', 'inherit', 'open', 'closed', '', 'f_servicefs', '', '', '2024-03-22 14:42:13', '2024-03-22 19:42:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceFS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (368, 1, '2023-05-14 07:03:01', '2023-05-14 12:03:01', '', 'F_ServiceLC', '', 'inherit', 'open', 'closed', '', 'f_servicelc', '', '', '2024-03-22 14:43:23', '2024-03-22 19:43:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceLC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (371, 1, '2023-05-14 07:21:48', '2023-05-14 12:21:48', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/base-pay-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"21%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Base Pay</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Creating an environment to attract and retain top talent.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>The foundation of CF Industriesâ€™ compensation framework is based on a holistic approach to engage you, our employee, by including all elements of compensation: salary, short-term and long-term incentives.</p>\n<p>We leverage these elements to:</p>\n<ul>\n<li>Attract and retain top talent</li>\n<li>Provide fair and competitive pay</li>\n<li>Recognise and reward exceptional performance</li>\n<li>Maintain sustainability across business cycles</li>\n</ul>\n<h2>Base Pay</h2>\n<p>Base pay reflects an employee\'s annual compensation at a specific point in time, and considers your specific knowledge, skills and abilities which align with your specific duties and responsibilities. Our base pay takes into consideration the relevant labour conditions and is targeted at the market median. Similar to how we evaluate your skills when determining your base pay, CF annually evaluates our own pay scale and adjusts accordingly to remain fair and competitive.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>View Your Payslips Online</h2>\n<ul>\n	<li>Go to <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a></li>\n	<li>Sign in with your username and password.</li>\n	<li>Click on the <strong>Payslips</strong> worklet.</li>\n	<li>Click on the Payslips button.</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Base Pay', '', 'publish', 'closed', 'closed', '', 'base-pay', '', '', '2025-07-06 18:28:53', '2025-07-06 17:28:53', '', 246, 'https://cfibenefits.wpengine.com/?page_id=371', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (373, 1, '2023-05-14 07:30:18', '2023-05-14 12:30:18', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/short-term-incentive_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"22%\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Short-Term Incentives (AIP/VIP)</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Do It Right. Do It Well. Be Rewarded.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Our company performance is a direct result of working safely, ensuring reliable operations and improving workplace efficiency. We know that better results happen when we do it right and do it well every time. With CFâ€™s annual incentives, you are rewarded when you help the company achieve these performance goals.</p>\n<h2>Short-Term Incentive Options</h2>\n<p>Depending on your position within CF Industries, you may be assigned to your specific incentive plan when you come aboard. Short-term incentives are broken down into two groups which vary based on how the incentives are earned and when they are paid:</p>\n<h2>Corporate</h2>\n<h3>Annual Incentive Plan (AIP) and Variable Incentive Plan (VIP-Corporate)</h3>\n<p>As a corporate employee, your annual incentive award is based on how well the company does during the plan year in four separate performance categories and account for different percentages of the award.</p>\n<p>Annual incentive awards are paid out in the first quarter <span>of the following year.</span></p>\n<h2>Manufacturing and Distribution Facilities</h2>\n<h3>Variable Incentive Plan (VIP-Manufacturing and Distribution)</h3>\n<p>As a manufacturing or distribution facility employee, your award is based on the same performance categories listed above under Corporate AND safety and production goals for your facility. Safety and production goals consist of site-wide ammonium nitrate production and your individual safety score.</p>\n<p>Variable incentive awards are paid out in two timeslots: 50% of your award will be paid out based on the company performance categories in the first quarter following the close of the year. The other 50% will be paid out in quarterly amounts based on site goals.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.24.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more details about our short-term incentives, search â€œShort-Term Incentivesâ€ on The Loop.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Short Term Incentives (AIP/VIP)', '', 'publish', 'closed', 'closed', '', 'short-term-incentives-aip-vip', '', '', '2026-02-04 16:52:11', '2026-02-04 16:52:11', '', 246, 'https://cfibenefits.wpengine.com/?page_id=373', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (375, 1, '2023-05-14 07:35:46', '2023-05-14 12:35:46', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term-incentive-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"19%\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Long-Term Incentives</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"25%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Investing in our top leadership and key contributors.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries offers awards that intentionally reflect our values, especially our focus on maintaining a long-term view. Our leaders and key contributors play an important part in increasing the value of the company over time, and we reward these efforts by providing opportunities to accumulate company ownership through long-term incentives.</p>\n<p>CF determines each year which leaders and key contributors are eligible for the long-term incentives. The amount you are awarded is based on your role, your performance and your potential. Our long-term incentives are designed to align leadership interests with our shareholdersâ€™ by guaranteeing CFâ€™s sustained success.</p>\n<h2>First-time Recipient?</h2>\n<p>You will need to open an account or link an existing Charles Schwab account to CF. You will receive an email from Charles Schwab with information on how to open or link your account.</p>\n<h2>Accessing Your Award</h2>\n<p>In January of each year, your Award Agreement will be accessible on the <a href=\"https://eac.schwab.com\" target=\"_blank\" rel=\"noopener\">Charles Schwab Equity Awards Centre (EAC)</a> website. You will need to log on to the EAC to review your grant details and accept your Award Agreement within a specified time period.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>0800-001-5876</strong>\n\n<strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab</a>\n\n<strong><span style=\"color: #3fa9f5;\">App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/schwab-mobile/id407358186\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.schwab.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more details about our long-term incentives, search â€œLong-Term Incentivesâ€ on The Loop.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Incentives', '', 'publish', 'closed', 'closed', '', 'long-term-incentives', '', '', '2026-02-04 16:55:27', '2026-02-04 16:55:27', '', 246, 'https://cfibenefits.wpengine.com/?page_id=375', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (376, 1, '2023-05-14 07:50:33', '2023-05-14 12:50:33', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-anniversary-award_page_banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||2vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award-mobileONLY.jpg\" background_enable_image_phone=\"on\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Service Anniversary Awards</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Celebrating the impact you make at CF Industries. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Service Anniversary Awards</h2>\n<p>Workplaces should be a community of people who surround you every day to be champions of your success. We can think of no better way to continue toÂ <strong>champion you</strong>Â than by rewarding your hard work! Service Anniversary Rewards are an opportunity to recognise and thank you for the dedication you have shown throughout your time at CF Industries.</p>\n<p>CF Industries believes that, when recognising our success as a company, we must first recognise everyone that was involved in making that success possible. When an employee reaches an important service milestone, it is a clear indicator of their commitment to their work and CFâ€™s overall success.</p>\n<p>CF rewards employees who reach long service milestones. A framed certificate and gift card is presented to the employee when a milestone is reached.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><em>The long service milestone gifts constitute taxable income to the recipient. The Company will pay the tax and National Insurance liability arising on these awards on behalf of the recipient as part of the annual PAYE Settlement Agreement.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_congrats.jpg\" title_text=\"team_congrats\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>800-654-2593</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/schwab-mobile/id407358186\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.schwab.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Anniversary Awards', '', 'draft', 'closed', 'closed', '', 'service-anniversary-awards', '', '', '2026-01-25 21:25:56', '2026-01-25 21:25:56', '', 246, 'https://cfibenefits.wpengine.com/?page_id=376', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (379, 1, '2026-03-02 12:58:29', '2023-05-14 12:54:32', ' ', '', '', 'publish', 'closed', 'closed', '', 379, '', '', '2026-03-02 12:58:29', '2026-03-02 12:58:29', '', 246, 'https://cfibenefits.wpengine.com/?p=379', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (380, 1, '2026-03-02 12:58:29', '2023-05-14 12:54:32', '', 'Short-Term Incentives', '', 'publish', 'closed', 'closed', '', 'short-term-incentives-2', '', '', '2026-03-02 12:58:29', '2026-03-02 12:58:29', '', 246, 'https://cfibenefits.wpengine.com/?p=380', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (381, 1, '2026-03-02 12:58:28', '2023-05-14 12:54:32', ' ', '', '', 'publish', 'closed', 'closed', '', 381, '', '', '2026-03-02 12:58:28', '2026-03-02 12:58:28', '', 246, 'https://cfibenefits.wpengine.com/?p=381', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (382, 1, '2026-03-02 12:58:40', '2023-05-14 12:54:41', ' ', '', '', 'publish', 'closed', 'closed', '', 382, '', '', '2026-03-02 12:58:40', '2026-03-02 12:58:40', '', 650, 'https://cfibenefits.wpengine.com/?p=382', 33, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (383, 1, '2023-05-14 07:58:14', '2023-05-14 12:58:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"56%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Prescription Drug Coverage</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Automatically get prescription drug coverage when you enroll in a CF Industries medical plan.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p>The CF Industries medical plans provide prescription drug coverage through Prime Therapeutics. Prime Therapeutics provides you access to a wide network of pharmacies such as CVS and Walgreens. To find an in-network pharmacy, visit <a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a> and click on â€œFind a Pharmacy.â€</p>\n<p>The cost for each prescription depends on the formulary tier it is in:</p>\n<ul>\n<li><strong>Generic â€“</strong> Generic drugs have the same active ingredients as the brand-name.</li>\n<li><strong>Preferred brand â€“</strong> These drugs are not available in the generic form.</li>\n<li><strong>Non-preferred brand â€“</strong> Some non-preferred brands are covered on the Prime Therapeutics formulary list. Those not on the list are not covered.</li>\n<li><strong>Specialty -</strong> Specialty medications are provided through Accredo. Contact Accredo directly by calling 833-721-1619 or visiting <a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">accredo.com</a>. You can also contact a BCBSIL health advocate at 888-902-8293 to help facilitate the conversation with Accredo.</li>\n</ul>\n<h2>Mail Order / Home Delivery Pharmacy</h2>\n<p>You have the choice of filling maintenance medications in a 90-day supply through Express Scripts Mail Order or at a retail pharmacy (Primeâ€™s Extended Supply Network Pharmacies).</p>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||8px||false|false\" global_colors_info=\"{}\"]<h2>Prescription Coverage At-a-Glance*</h2>[/et_pb_text][et_pb_code admin_label=\"Prescription table\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Type of Prescription<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Advantage PPO with HSA (In-Network)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Standard PPO<!-- [et_pb_line_break_holder] -->        (In-Network)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        You pay:<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        You pay:<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Preventive Medications</td><!-- [et_pb_line_break_holder] -->        <td>Some covered at no cost; for others, the 10% coinsurance will apply, but not the deductible.</td><!-- [et_pb_line_break_holder] -->        <td>Some covered at no cost; for others, your copay is based on the drug tier</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Generic</td><!-- [et_pb_line_break_holder] -->        <td>100% until deductible is met; 10% after deductible is met</td><!-- [et_pb_line_break_holder] -->        <td>$20 copay<!-- [et_pb_line_break_holder] -->(90-day supply at Mail Order or Extended Supply Network Pharmacies**)</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Preferred Brand</td><!-- [et_pb_line_break_holder] -->        <td>100% until deductible is met; 10% after deductible is met</td><!-- [et_pb_line_break_holder] -->        <td>$40 copay (30-day supply)<br><br><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$80 copay (90-day supply at Mail Order or Extended Supply Network Pharmacies**)</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Non-Preferred Brand</td><!-- [et_pb_line_break_holder] -->        <td>100% until deductible is met;<!-- [et_pb_line_break_holder] -->10% after deductible is met<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->        <td>$55 copay (30-day supply)<br><br><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$110 copay (90-day supply at Mail Order or Extended Supply Network Pharmacies**)</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\" ><!-- [et_pb_line_break_holder] -->        <th colspan=\"3\">Other Features</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>How prescription costs apply to your plan</td><!-- [et_pb_line_break_holder] -->        <td>Coinsurance counts towards deductible and out-of-pocket maximum.</td><!-- [et_pb_line_break_holder] -->        <td>Copay counts towards out-of-pocket maximum only.</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Can you use HSA to pay for prescriptions?</td><!-- [et_pb_line_break_holder] -->        <td>Yes</td><!-- [et_pb_line_break_holder] -->        <td>No</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||4em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Drugs that need a health care provider to administer them and often given to you in a hospital, doctorâ€™s office or other health care setting may be covered under your medical benefit (i.e. contraceptive implants or chemo infusions). If you are taking/prescribed a drug that is not on the list, call the number on your ID card to speak with a BCBSIL health advocate to confirm coverage.</em></p>\n<p><em>**Extended Supply Network Pharmacies fill 90-day supplies of maintenance medications.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.21.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>BCBSIL Health Advocate</h4>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" header_4_line_height=\"1.3em\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>ID Cards</h4>\n<p>Your medical plan ID card has your Prime Therapeutics Plan information.</p>\n<h4>ACA Preventive Drug List</h4>\n<p>This includes medications <a href=\"/documents/rx-aca-preventive-list/\" target=\"_blank\" rel=\"noopener\">covered at no cost</a> under both medical plans.</p>\n<h4>HSA Preventive Drug List</h4>\n<p>This applies only to those enrolled in the Advantage PPO with HSA. You pay 10% coinsurance for the preventive medications on this <a href=\"/documents/hsa-preventive-drug-program/\" target=\"_blank\" rel=\"noopener\">list</a>.</p>\n<h4>Balanced Formulary Drug List</h4>\n<p>Visit <a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">MyPrime.com</a> or <a href=\"https://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">BCBSIL.com</a> for the most up-to-date list under our medical plans, or view the list <a href=\"/documents/rx-balanced-drug-list-april-2024/\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Prescription', '', 'draft', 'closed', 'closed', '', 'prescription', '', '', '2025-04-29 12:08:40', '2025-04-29 11:08:40', '', '0', 'https://cfibenefits.wpengine.com/?page_id=383', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (385, 1, '2023-05-14 08:07:01', '2023-05-14 13:07:01', '', 'HSA Preventive Drug Program', '', 'inherit', 'open', 'closed', '', 'hsa-preventive-drug-program-2', '', '', '2024-03-21 18:12:05', '2024-03-21 23:12:05', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-Preventive-Drug-Program.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (386, 1, '2023-05-14 08:07:04', '2023-05-14 13:07:04', '', 'RX-ACA-Preventative-List-IL', '', 'inherit', 'open', 'closed', '', 'rx-aca-preventative-list-il', '', '', '2024-03-21 18:16:04', '2024-03-21 23:16:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/RX-ACA-Preventative-List-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (388, 1, '2023-05-14 08:21:52', '2023-05-14 13:21:52', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_page_banner-1.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Dental</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Take a proactive approach to your oral health to support your overall health.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p>We partner with Bupa to offer you a dental plan with five different levels to choose from to keep your teeth and gums healthy and free from pain.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" custom_padding=\"24px||0px||false|false\" global_colors_info=\"{}\"]<h2>Dental Coverage Summary</h2>[/et_pb_text][et_pb_code admin_label=\"Dental table\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||3em||false|false\" hover_enabled=\"0\" custom_css_free_form=\"||  /* Remove top border for first column in note rows */||  .benefits-table tr td:first-child.no-top-border {||    border-top: none;||  }||||  /* Center text in note cells */||  .benefits-table .centered-note {||    text-align: center;||  }||||  /* Center text in table body cells from column 2 onwards */||  .benefits-table tbody td:nth-child(n+2) {||    text-align: center;||  }||||||\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"text-align: center;\">Level 1</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"text-align: center;\">Level 2</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"text-align: center;\">Level 3</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"text-align: center;\">Level 4</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"text-align: center;\">Level 5</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->     <tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <td colspan=\"6\" class=\"centered-note\" style=\"background-color: #BACAE8;\">Worldwide Preventative Dental Treatment</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td style=\"border-bottom: none; vertical-align: middle;\">Routine examination</td><!-- [et_pb_line_break_holder] -->      <td>Â£80<br>up to Â£40 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£100<br>up to Â£50 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£140<br>up to Â£70 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£160<br>up to Â£80 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£220<br>up to Â£110 for each visit</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td class=\"no-top-border\"></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\" class=\"centered-note\">maximum of two visits in each policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td style=\"border-bottom: none; vertical-align: middle;\">New patient examination</td><!-- [et_pb_line_break_holder] -->      <td>Â£60</td><!-- [et_pb_line_break_holder] -->      <td>Â£70</td><!-- [et_pb_line_break_holder] -->      <td>Â£90</td><!-- [et_pb_line_break_holder] -->      <td>Â£100</td><!-- [et_pb_line_break_holder] -->      <td>Â£130</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td class=\"no-top-border\"></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\" class=\"centered-note\">one visit in each policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td style=\"border-bottom: none; vertical-align: middle;\">Scale and polish<br>(by dentist or hygienist)</td><!-- [et_pb_line_break_holder] -->      <td>Â£100<br>up to Â£50 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£120<br>up to Â£60 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£180<br>up to Â£90 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£200<br>up to Â£100 for each visit</td><!-- [et_pb_line_break_holder] -->      <td>Â£260<br>up to Â£130 for each visit</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td class=\"no-top-border\"></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\" class=\"centered-note\">maximum of two visits per policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Virtual examination</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\">Â£20 per policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Dental X-rays and scans</td><!-- [et_pb_line_break_holder] -->      <td>Â£40<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£50<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£80<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£90<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£100<br>per policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->         <tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <td colspan=\"6\" class=\"centered-note\" style=\"background-color: #BACAE8;\">Worldwide Preventative Dental Treatment</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Fillings, composite bonding, fissure sealant, and topical fluoride</td><!-- [et_pb_line_break_holder] -->      <td>Â£175<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£275<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£330<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£375<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£400<br>per policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td style=\"border-bottom: none; vertical-align: middle;\">Major restorative dental treatment</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\" class=\"centered-note\">The plan covers 80% toward the cost of your major restorative dental treatment, up to the amounts below for each policy year.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Â£325</td><!-- [et_pb_line_break_holder] -->      <td>Â£500</td><!-- [et_pb_line_break_holder] -->      <td>Â£800</td><!-- [et_pb_line_break_holder] -->      <td>Â£2,000</td><!-- [et_pb_line_break_holder] -->      <td>Â£3,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Orthodontic treatment<br>(UK only)</td><!-- [et_pb_line_break_holder] -->      <td>Â£300<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£400<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£500<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£600<br>per policy year</td><!-- [et_pb_line_break_holder] -->      <td>Â£700<br>per policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->         <tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <td colspan=\"6\" class=\"centered-note\" style=\"background-color: #BACAE8;\">Additional Dental Treatment</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Emergency dental treatment (Worldwide)</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\">Â£1,000 <br>per policy year made up of four emergencies, up to Â£250 each<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Dental injury treatment (Worldwide)</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\">Â£5,000 <br>per policy year<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Oral cancer treatment (UK only)</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\">Paid in full to diagnose and treat oral cancer when using a fee-assured consultant in a partnership facility</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->        <tr><!-- [et_pb_line_break_holder] -->      <td>Cash benefit for hospital stay (UK only)<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"5\">Â£100 for each night you stay in hospital, up to Â£1,000  per policy year</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>Find a Bupa dental practice that offers Instant Claim for easy, fast, and hassle-free claiming at <a href=\"https://finder.bupa.co.uk\" target=\"_blank\" rel=\"noopener\">finder.bupa.co.uk</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>0800 237 777</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Email </strong> <i class=\"fa fa-envelope-o\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"mailto:DentalMemberServices@bupa.com\">DentalMemberServices@bupa.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_U\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\nFind a Bupa dental practice that offers Instant Claim for easy, fast, and hassle-free claiming at <a href=\"https://finder.bupa.co.uk\" target=\"_blank\" rel=\"noopener\">finder.bupa.co.uk</a>\n\n<a href=\"/uk/documents/bupa-dental-what-to-expect/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>Bupa Dental What to Expect</strong>.\n\n<a href=\"/uk/documents/bupa-dental-membership-guide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>Bupa Dental Membership Guide</strong>.\n\n<a href=\"/uk/documents/bupa-dental-claim-guide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>Bupa Dental Claim Guide</strong>.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Dental', '', 'publish', 'closed', 'closed', '', 'dental', '', '', '2025-05-15 12:29:39', '2025-05-15 11:29:39', '', 260, 'https://cfibenefits.wpengine.com/?page_id=388', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (390, 1, '2023-05-14 08:33:13', '2023-05-14 13:33:13', '', 'Cigna Dental Claim Form', '', 'inherit', 'open', 'closed', '', 'cigna-dental-claim-form', '', '', '2024-03-21 18:18:51', '2024-03-21 23:18:51', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Cigna-Dental-Claim-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (391, 1, '2023-05-14 08:33:15', '2023-05-14 13:33:15', '', 'CF_2023_Rates_FINAL_102022', '', 'inherit', 'open', 'closed', '', 'cf_2023_rates_final_102022', '', '', '2023-05-14 08:33:15', '2023-05-14 13:33:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF_2023_Rates_FINAL_102022.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (393, 1, '2023-05-14 08:42:01', '2023-05-14 13:42:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Donâ€™t let your eye health become an afterthought. Our vision plan helps doctors detect health issues early.[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<strong>NEW </strong>for 2024 â€“ Vision Plan Network Change\n\nCigna is changing their network effective January 1, 2024. This means that your current providers may no longer be in the network. The new Cigna network will include 24,000 independent provider locations, and will include providers such as LensCraftersÂ®, Pearle VisionÂ®, Target OpticalÂ®, Costco OpticalÂ®, Walmart Vision CenterÂ® and more. Starting January 1, you can find Cigna providers in the new network by calling (888) 353-2653 or by logging in to <a href=\"https://mycigna.com\" target=\"_blank\" rel=\"noopener\">mycigna.com</a>. Remember, although you can use any provider, you pay less out of your pocket when you use providers who are in the Cigna network.\n\nOur vision plan covers eye exams, frames, lenses and contact lenses.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||10px||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]<h2>In-Network Vision Coverage At-a-Glance</h2>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.24.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        In-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Out-of-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Copay</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Exam (Once per calendar year)</td><!-- [et_pb_line_break_holder] -->      <td>You pay $10</td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $60</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Glasses (in lieu of contact lenses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Single Vision</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"5\">You pay $25 and then the plan pays 100%</td><!-- [et_pb_line_break_holder] -->      <td>Up to $40</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Bifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $65</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Trifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Progressives</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lenticular</td><!-- [et_pb_line_break_holder] -->      <td>Up to $100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Frames (once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $200</td><!-- [et_pb_line_break_holder] -->      <td>Up to $133</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Contact Lenses (in lieu of glasses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Elective</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"2\">Plan pays up to $300</td><!-- [et_pb_line_break_holder] -->      <td>Up to $225</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Therapeutic</td><!-- [et_pb_line_break_holder] -->      <td>Up to $210</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Laser Vision Correction</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><center>Discount available</center></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||20px||false|false\" custom_padding=\"0px||20px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Whatâ€™s Not Covered</h2>\n<p>The expenses not covered under the vision plan include (but are not limited to):</p>\n<ul>\n<li>Non-prescription eyeglasses, lenses or contact lenses</li>\n<li>Spectacle lens treatments, â€œadd-ons,â€ or lens coatings not shown as covered in the Schedule of Vision Coverage</li>\n<li>Prescription sunglasses</li>\n<li>Two pairs of glasses in lieu of bifocals or trifocals</li>\n</ul>\n<h2>Laser Vision Correction</h2>\n<p>Under Cigna, members and their eligible dependents are granted access to exclusive savings on Lasik Eye Surgery at one of Cignaâ€™s 600 contracted locations nationwide under LasikP/us, TLC Laser Eye Centers and The LASIK Vision Institute. Cigna members and dependents can receive up to $1,000 off the cost of lasik surgery at locations with an \"all laser\" Wavelight Laser. As always, please reach out to your member services or visit <a href=\"http://www.mycigna.com/\" target=\"_blank\" rel=\"noopener\">myCigna</a> to confirm your discount coverage on the surgery or schedule your free Lasik eye exam today!</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.23.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-353-2653</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.myCigna.com\" target=\"_blank\" rel=\"noopener\">www.myCigna.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Account:</strong></span><strong>3333808</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<h4>Find an In-Network Vision Provider</h4>\n<p>You can find a Cigna vision provider by clicking <a href=\"https://eyedoclocator.eyemedvisioncare.com/cigna/en\" target=\"_blank\" rel=\"noopener\">here</a> or calling 888-353-2653.</p>\n<h4>ID Cards</h4>\n<p>Cigna does not issue Vision ID cards, but cards are available <a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">online</a>. Providers can use your social security number to confirm your coverage.</p>\n<h4>Laser Vision Correction</h4>\n<p>Our vision plan provides you with access to discounted services for Laser Vision Correction through LasikP/us, TLC Laser Eye Centers and The LASIK Vision Institute. Visit <a href=\"http://www.mycigna.com/\" target=\"_blank\" rel=\"noopener\">myCigna</a> or call 855-665-2020 for information.</p>\n<h4>Vision Rate Sheet</h4>\n<p>Click <a href=\"/documents/2025-us-premium-rates/\" target=\"_blank\" rel=\"noopener\">here</a> to view the vision rate sheet.</p>\n<h4>Vision Plan Summary</h4>\n<p>To view your Vision Plan Summary, visit the <a href=\"/resource-library/\">Resource Library</a> under â€œVisionâ€.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Vision', '', 'draft', 'closed', 'closed', '', 'vision', '', '', '2025-04-27 14:50:31', '2025-04-27 19:50:31', '', 260, 'https://cfibenefits.wpengine.com/?page_id=393', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (398, 1, '2023-05-14 09:16:41', '2023-05-14 14:16:41', '', 'CF_2023_Rates_FINAL_102022', '', 'inherit', 'open', 'closed', '', 'cf_2023_rates_final_102022-2', '', '', '2023-05-14 09:16:41', '2023-05-14 14:16:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF_2023_Rates_FINAL_102022-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (399, 1, '2023-05-14 09:21:01', '2023-05-14 14:21:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Strive Well-Being Platform</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Learn how to take your well-being to the next level and earn rewards along the way.[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>Strive is CF Industriesâ€™ well-being platform that provides a simple way to help you take charge of your physical, financial and emotional health at home and work while earning gift cards. Access Strive anytime, anywhere by connecting with your smart phone or computer.</p>\n<h2>Rewards and Incentives</h2>\n<p style=\"padding-bottom: .5em;\"><strong>Employees regardless of medical plan enrolment</strong></p>\n<ul>\n<li>All employees have the opportunity to participate on the platform to earn points. Points may be redeemed for gift cards up to Â£325 per year.</li>\n</ul>\n<p style=\"padding-bottom: .5em;\"><strong>Strive Tools and Resources Include (not limited to):</strong></p>\n<ul>\n<li>Activity tracking and goal setting</li>\n<li>Device integration with most tracking devices</li>\n<li>Unlimited individual and team challenges</li>\n<li>Guided video workouts</li>\n<li>Meditation and mindfulness tools</li>\n<li>Self-paced individual programmes</li>\n<li>Recipes</li>\n</ul>\n<p style=\"padding-bottom: .5em;\"><strong>How to Earn Your Strive Rewards</strong></p>\n<ol>\n<li>Take five minutes to register on the <a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">Strive platform</a>.</li>\n<li>Complete your Well-Being Assessment (WBA). Youâ€™ll earn points while helping Strive learn about you, your interests and your goals!</li>\n<li>Participate in a mix of activities focused on physical, financial, emotional and work-related goals.</li>\n<li>Itâ€™s not a sprint â€“ itâ€™s a marathon! Stay engaged all 12 months to earn your maximum points and rewards.</li>\n<li>Make it fun! Engage your co-workers in friendly competition with team challenges.</li>\n</ol>\n<p>To redeem your points for rewards, you must complete your order via the reward cart by the deadline in January 2026 which will be communicated to you nearer the time. It is your responsibility to redeem points before leaving the business for any reason, as you will no longer have access to Strive upon separation from the company.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<h4>Strive Program Support</h4>\n<strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px; padding-right: 2px;\" aria-hidden=\"true\"></i> <strong>Questions? Contact your local HR representative.</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">cftotalrewards-strive<wbr />.com</a>\n\n<strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:support@propelwellness.zendesk.com\" target=\"_blank\" rel=\"noopener\">support@propelwellness.zendesk<wbr />.com</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Strive', '', 'draft', 'closed', 'closed', '', 'strive', '', '', '2026-01-25 21:41:24', '2026-01-25 21:41:24', '', 260, 'https://cfibenefits.wpengine.com/?page_id=399', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (402, 1, '2023-05-14 09:33:53', '2023-05-14 14:33:53', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"43%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"54%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Your Health Center with Proactive MD</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Take care of your health while at work using our onsite health center. [/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries partners with a third-party provider, Proactive MD, to provide exceptional, consistent care through the CF Health Centers.</p>\n<h2>Take Care with Proactive MD</h2>\n<p>With a combined 250+ years of healthcare experience, including 120+ years of primary care, the leadership team at Proactive MD offers a variety of services to help employees feel their best while at work, as well as helpful tools that you can use from the comfort of your own home. These services include:</p>\n<ul>\n<li>Well-being visits</li>\n<li>Occupational care</li>\n<li>Preventive care</li>\n<li>Urgent care</li>\n<li>Acute care</li>\n</ul>\n<p>Keep in mind: Occupational and preventive care are <strong>provided at no cost to you. </strong>If you are experiencing health issues and need to seek non-preventive, non-occupational care, your visit will only require a<strong> $25 copayâ€”less than a typical doctorâ€™s office visit.</strong></p>\n<h2>Stay Connected in the Hub</h2>\n<p style=\"padding-bottom: .75em;\">We know keeping track of appointments can be daunting â€“ thatâ€™s why we offer a one-stop-shop called our â€œHealth Center Hubâ€ to keep all of your appointments with Proactive MD in one place, as well as important documents and helpful resources. Visit the <a href=\"https://healthcenters.proactive-md.com/cf-industries\" target=\"_blank\" rel=\"noopener\">Proactive MD website</a> today and bookmark it on your browser for convenient access to:</p>\n<ul>\n<li>Check upcoming appointments</li>\n<li>Access your Patient Portal</li>\n<li>Confirm health center location and hours</li>\n<li>Find health center contact information</li>\n<li>Browse Resources</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>Stay connected to your health center and access care team support by visiting <a href=\"https://healthcenters.proactive-md.com/cf-industries/\" target=\"_blank\" rel=\"noopener\">CF Industries Health Centers</a><span>.</span></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:promise@proactive.md\" target=\"_blank\" rel=\"noopener\">promise@proactive.md</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.24.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://proactivemd.myezyaccess.com/Patient/Main.aspx\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Proactive MD', '', 'draft', 'closed', 'closed', '', 'proactive-md', '', '', '2025-04-29 12:09:04', '2025-04-29 11:09:04', '', '0', 'https://cfibenefits.wpengine.com/?page_id=402', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (404, 1, '2023-05-14 09:41:39', '2023-05-14 14:41:39', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/chronic-conditions_page_banner2-1.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"11%\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"52%\" width_phone=\"58%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Chronic Condition Management and Prevention</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Prevent and manage chronic conditions for free with Dario.</p>[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Dario is a confidential chronic condition management and prevention programme offered by CF Industries at no cost to you. Darioâ€™s condition-based programme includes the top four chronic conditions impacting our employees and dependants.</p>\n<h2>Who\'s Eligible?</h2>\n<p>All CF employees regardless of coverage are eligible to participate in this programme. Once you enrol in the programme, you will be asked to provide personal health information to see if you qualify. All information that you share to Dario is held as confidential.</p>\n<h2>Chronic Disease Condition &amp; Prevention Modules</h2>\n<p>Darioâ€™s Healthy Living programmes help members live better and healthier lives. These programmes include easy-to-use mobile apps, smart measurement devices, one-on-one health coaching by chat or phone and tips for healthier living.</p>\n<h3>Emotional Well-Being</h3>\n<p>Feeling stressed, anxious or depressed? Get support anytime, anywhere from Dario\'s Emotional Well-Being module. Fill out a confidential assessment to receive recommendations including self-guided programmes, one-on-one coaching and referrals to qualified therapists. This all-in-one programme, complete with self-guided Cognitive Behavioral Therapy (CBT), can help with stress, sleep, anxiety, depression, mindfulness and relationships.</p>\n<h3>Weight Management</h3>\n<p>The Dario Weight Management module helps participants lose weight <em>and</em> keep it off. Participants receive a free Dario Smart Scale to connect directly to the app. They will also have access to personalised health coaching for support and motivation. By utilizing Darioâ€™s tracking tools, nutrition guidance, exercise recommendations and more, participants are prepared for a successful journey!</p>\n<h3>Diabetes Management</h3>\n<p>Those impacted by diabetes have access to the Diabetes Management module. Participants receive a free pocket-sized Smart Glucometer to connect directly to the app. The mobile app makes it easy to track blood glucose readings and activities, chat with coaches and get tips for better managing your diabetes. Lancets and strips are automatically replenished so participants never run out. Participants may also add an emergency contact to alert during a hypoglycemic event.</p>\n<h3>Musculoskeletal (Joint)</h3>\n<p>Tackle joint pain and improve posture with Dario\'s musculoskeletal module. Participants receive a free Dario Move kit, complete with a wearable sensor that shows real-time movement in the app, to guide exercise sessions. Participants have access to video tips to improve joint health and understand pain, as well as a dedicated coach to help you move into better health.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>833-438-0736 </strong> \n(9 a.m. â€“ 9 p.m. ET)\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://about.dariohealth.com/cfindustries\" target=\"_blank\" rel=\"noopener\">www.about.dariohealth.com/cfindustries </a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://23284-1.portal.athenahealth.com/\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Start Now for Free</h2>\n<ul>\n<li>Get started now by clicking <a href=\"https://about.dariohealth.com/cfindustries/\" target=\"_blank\" rel=\"noopener\">here</a>.</li>\n<li>Scroll down and select GET ME STARTED.</li>\n<li>Enter the requested information.</li>\n<li>Select the module you think may be right for you.</li>\n</ul>\n<p>All information you share is confidential.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Chronic Condition and Prevention Management', '', 'draft', 'closed', 'closed', '', 'chronic-condition-and-prevention-management', '', '', '2025-10-01 08:17:25', '2025-10-01 07:17:25', '', 260, 'https://cfibenefits.wpengine.com/?page_id=404', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (408, 1, '2023-05-14 13:59:25', '2023-05-14 18:59:25', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 61%|rgba(255,255,255,0) 61%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"61%\" width_last_edited=\"on|tablet\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Paid Parental Leave</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Time away from work to bond and adjust to your newly expanded family.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries provides Paid Parental Leave (PPL) to provide you time away from work to bond with your new family member â€“ whether they be newborn or newly adopted.</p>\n<h2>Eligibility</h2>\n<p>Regular, active full-time employees are eligible for PPL after the completion of 12 months of service. This leave applies to both birth moms and non-birth parents.</p>\n<h2>Benefit Amount</h2>\n<p>CFâ€™s PPL allows eligible employees the opportunity to take up to four weeks of leave at 100% of <a href=\"/base-pay/\" target=\"_blank\" rel=\"noopener\">base pay</a>. PPL is paid through payroll on your regularly scheduled pay dates and is subject to all normal withholdings and deductions.</p>\n<h2>Requirements</h2>\n<p>Employees must provide at least a 90-day notice and must take their leave within six months after the birth or adoption of your child. PPL can be taken intermittently or in one continuous block of time, depending on your work location.</p>\n<h2>How to Apply</h2>\n<p>You are required to apply for leave in Workday at least 90 days in advance of the expected due date or adoption placement date. All leave periods are subject to manager review and approval.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" locked=\"off\" global_colors_info=\"{}\"]<p><strong><em>Disclaimer: </em></strong><em>PPL runs concurrent with federal and state Family Medical Leaves.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\nTo learn more about Paid Parental Leave, please contact your local Human Resources representative.[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Paid Time Off</h4>\n<p><a href=\"/documents/ppl-guide-employee-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Employee</a><br /><a href=\"/documents/ppl-guide-manager-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Manager</a></p>\n<h4>PPL Affidavit</h4>\n<p><a href=\"/documents/ppl-affidavit/\" target=\"_blank\" rel=\"noopener\">Click here</a> to access to the Paid Parental Leave Affidavit.</p>\n<h4>Workday</h4>\n<p>Access <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> to apply for a leave.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œParental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Parental Leave', '', 'draft', 'closed', 'closed', '', 'paid-parental-leave', '', '', '2025-04-29 12:08:31', '2025-04-29 11:08:31', '', '0', 'https://cfibenefits.wpengine.com/?page_id=408', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (411, 1, '2023-05-14 14:03:35', '2023-05-14 19:03:35', '', 'CF PPL Affidavit', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit', '', '', '2023-05-14 14:03:35', '2023-05-14 19:03:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-PPL-Affidavit.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (413, 1, '2023-05-14 14:14:02', '2023-05-14 19:14:02', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/employee-match-banner.jpg\" background_position=\"top_left\" background_vertical_offset=\"3%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 56%|rgba(255,255,255,0) 56%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"46%\" background_vertical_offset_phone=\"3%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"54%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"0px||0px|2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Gift Match</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_padding=\"0px||1em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>The more you give, the more CF gives with the Annual Giving Campaign.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>At CF Industries, we believe in making a difference not only in the lives of our employees, but the lives of all our neighbors in our communities.</p>\n<p>We partner with the local <a href=\"https://www.cancer.org/about-us/local/illinois.html\" target=\"_blank\" rel=\"noopener\">American Cancer Society</a>, <a href=\"https://www.heart.org/en/affiliates/illinois/chicago\" target=\"_blank\" rel=\"noopener\">American Heart Association</a>, and local United Way chapters to bring an Employee Gift Match program to support the causes our employees believe in. During our Annual Giving Campaign at the end of each year, for every dollar you contribute to our designated charities, CF Industries will match that donation dollar-for-dollar.</p>\n<p>Your contributions can be through either a one-time payroll deduction or a reoccurring bi-weekly deduction that lasts the length of the campaign. Simply choose the amount you would like to donate and how often, and CF will begin the match process.</p>\n<h2>Volunteer Time Off</h2>\n<p>If you prefer to donate time, CF Industries also provides you up to one full day of your normal work schedule per year to volunteer at a charitable organization that supports CF\'s philanthropic goals. Learn more by <a href=\"/paid-time-off/\" target=\"_blank\" rel=\"noopener\">clicking here</a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>To learn more about Paid Parental Leave, please contact your local Human Resources representative.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Charitable Contributions Report</h4>\n<p>Read more about how CF Industries is giving back to our devoted charities <a href=\"https://www.cfindustries.com/reports#8ce496ec-2bda-49a0-b754-2e6ca191ec37\" target=\"_blank\" rel=\"noopener\">here</a> under the latest Charitable Contributions Report.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œParental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Gift Match', '', 'draft', 'closed', 'closed', '', 'employee-gift-match', '', '', '2025-04-29 12:07:30', '2025-04-29 11:07:30', '', '0', 'https://cfibenefits.wpengine.com/?page_id=413', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (415, 1, '2023-05-14 14:19:35', '2023-05-14 19:19:35', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/05/cycle-to-work-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"39%\" global_colors_info=\"{}\" title_text=\"cycle-to-work-banner\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"60%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Cycle to Work</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||60px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" disabled=\"on\" global_colors_info=\"{}\"]<p>Access exclusive deals and discounts.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"||0em||false|false\" custom_margin_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>Cycle to Work</h2>\n<p>Cyclescheme allows you to get a bike and accessories* up to the value of Â£2,500.Â  You then pay a monthly \"salary sacrifice\" to effectively \"hire\" the bike and kit, over a 12-month period. The Cycle to Work scheme is open to all employees.</p>\n<p>Visit <a href=\"http://www.cyclescheme.co.uk/1097b7\" target=\"_blank\" rel=\"noopener\">http://www.cyclescheme.co.uk/1097b7</a>Â and follow the instructions on the website. Once you have ordered a bike (and or accessories), we are notified and confirm your eligibility (or otherwise) to participate in the Cyclescheme. Once we confirm eligibility, Cyclescheme will email a certificate to you, which you use to go and collect your bike. We will begin the deduction from salary in the next available pay run. You pay your monthly deductions for 12 months in equal instalments. If you leave before the end of the 12 months then the outstanding balance is due and will be recovered from your final pay.</p>\n<p>Please be aware that the process can take up to 28 days from start to finish and that you can have a maximum of Â£2,500 owing at any one time. Please make sure that you read through the terms carefully so that you are comfortable with what you are signing up to.</p>\n<p>Please contactÂ <a href=\"mailto:benefits@cffertilisers.co.uk\">HR Shared Services</a>Â with any questions you may have about this benefit.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||1.1em||false|false\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"||0em||false|false\" custom_margin_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p><em>*Items youâ€™reÂ notÂ allowed to save on: GPS ride trackers and navigational computers, cameras (such as GoPros), car bike racks and turbo trainers or rollers.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p><a href=\"http://www.halfords.com/advice/cycling/service/free-bike-check\" target=\"_blank\" rel=\"noopener\">Click here</a> to learn more <strong>Halfords Free Bike Check</strong>.</p>\n<p><a href=\"http://www.sustrans.org.uk/what-you-can-do/cycling/your-bike/bicycle-maintenance-made-easy/m-check-your-bike-11-steps\" target=\"_blank\" rel=\"noopener\">Click here</a> to learn more about <strong>Cycle Maintenance Check</strong>.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.26.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Mobile App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-870-3470</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>\n<h4>Blue365</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Email</strong> <i class=\"fa-regular fa-envelope\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"mailto:support@Blue365deals.com\">support@Blue365deals.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.blue365deals.com/BCBSIL/ \" target=\"_blank\" rel=\"noopener\">www.blue365deals.com/BCBSIL/ </a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" z_index=\"5\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>Employee Referral Guidelines</h4>\n<p>To learn more or to confirm if someone you may know is an eligible referral, search â€œEmployee Referral Bonusâ€ on The Loop.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Cycle to Work', '', 'publish', 'closed', 'closed', '', 'cycle-to-work', '', '', '2025-05-15 12:43:06', '2025-05-15 11:43:06', '', 263, 'https://cfibenefits.wpengine.com/?page_id=415', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (417, 1, '2023-05-14 14:48:13', '2023-05-14 19:48:13', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-time-off-bannerBG.jpg\" custom_padding=\"3.6vw||3.6vw||true|false\" custom_padding_tablet=\"2vw||3vw||false|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 50%|rgba(255,255,255,0) 50%\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/PTO_mobileONLY.jpg\" background_enable_image_phone=\"on\" background_size_phone=\"cover\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"17%\" background_horizontal_offset_phone=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"51%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"0px||0px|2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Time Away from Work</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>To promote a healthy work-life balance, CF Industries provides eligible employees with Time Away From Work.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Public Holidays</h2>\n<p>You will receive up to 8 paid company-observed holidays each year. In addition to Public Holidays, employees also receive a Holiday entitlement.</p>\n<h2>Volunteer Time Off (VTO)</h2>\n<p>Our Volunteer Time Off (VTO) programme provides you up to one full day of your normal work schedule per year to volunteer at a charitable organisation that supports CFâ€™s philanthropic goals related to Environmental Sustainability, Healthy Food Access, STEM Education and Awareness and Local Community Advancement.</p>\n<p>Discuss your volunteer opportunity with your manager and provide supporting information via Workday to complete your VTO request and take advantage of this programme.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p><em><strong>Important Note:</strong> Temporary employees are not eligible for paid vacation benefits. Employees on a leave of absence on January 1 will be granted their paid PTO if they return to work in the calendar year.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Public Holidays:</h4>\n<ul>\n<li>New Yearâ€™s Day</li>\n<li>Good Friday</li>\n<li>Easter Monday</li>\n<li>Early May Bank Holiday</li>\n<li>Spring Bank Holiday</li>\n<li>Summer Bank Holiday</li>\n<li>Christmas Day</li>\n<li>Boxing Day</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ecf9f7\" positioning=\"relative\" z_index=\"10\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, including the VTO policy, FAQs and detailed instructions on how to submit your VTO request in Workday, search Time Away From Work on The Loop.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>TBD app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-258-3312</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Time Away from Work', '', 'publish', 'closed', 'closed', '', 'time-away-from-work', '', '', '2025-07-09 18:10:36', '2025-07-09 17:10:36', '', 263, 'https://cfibenefits.wpengine.com/?page_id=417', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (419, 1, '2023-05-14 15:21:21', '2023-05-14 20:21:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/new-employee-integration.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 64%|rgba(255,255,255,0) 64%\" background_position_tablet=\"top_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"32%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"62%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\" custom_padding__hover_enabled=\"on|desktop\" custom_padding__hover=\"0px||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29.5px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>New Employee Integration</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Give your employees the tools to succeed.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Roadmap to Success</h2>\nCF Industries provides you with a specially-tailored onboarding experience to introduce you to CFâ€™s culture, values, business and people processes to integrate you into the company and set you up for growth and success at CF. The onboarding curriculum was created by CF leaders to be aligned with our performance management and talent development processes and was designed to help you get started on the right foot as you begin your employment journey with CF. \n\nBelow is a sample of what your first 30 days will look like at CF. [/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/integration-pathway.png\" title_text=\"integration-pathway\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||5px||false|false\" custom_margin=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_margin=\"0px||0.9em||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" locked=\"off\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>CFâ€™s Core Curriculum</h2>\n<p>CFâ€™s Core Curriculum is built by leader level and is the foundational learning roadmap to introduce you to our company. The Core Curriculum has learning paths for both employees and team leaders. Courses in the appropriate learning path are assigned to all new employees to complete as they progress through the integration process.</p>\n<h4 style=\"padding-top: .5em;\"><strong>New Employees</strong></h4>\n<p>This process supports you by outlining key activities and resources you and your team leader will undertake through the process of your employment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Road-Map-Leading-Self.jpg\" title_text=\"Road-Map-Leading-Self\" show_in_lightbox=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||5px||false|false\" custom_padding=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_margin=\"0px||0.9em||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" locked=\"off\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<h4 style=\"padding-top: .5em;\"><strong>Team Leaders</strong></h4>\n<p>â€‹â€‹â€‹â€‹â€‹â€‹â€‹This process supports you by providing guidance on how to prepare for your new employee and coach them through the process at CF.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Road-Map-Leading-Teams.jpg\" title_text=\"Road-Map-Leading-Teams\" show_in_lightbox=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||6px||false|false\" custom_padding=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_margin=\"0px||0.9em||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" locked=\"off\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<p>Your learning roadmap outlines the resources, training and personal connections that will provide you with a strong foundation for success at CF.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\n<p>Use the video below as a guide to access your roadmap on what you can expect each week.</p>\" content_phone=\"<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\nUse the video below as a guide to access your roadmap on what you can expect each week.\" content_last_edited=\"on|tablet\" disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|0px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\n<p>Use the video below as a guide to access your roadmap on what you can expect each week.</p>[/et_pb_text][et_pb_video src=\"https://vimeo.com/826702749\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|15px|15px|15px|false|true\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>New Employee Integration Details</h4>\nTo learn more about New Employee Integration and CFâ€™s Core Curriculum search â€œTalent Management & Developmentâ€ on The Loop.[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>TBD app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-258-3312</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Employee Integration', '', 'draft', 'closed', 'closed', '', 'new-employee-integration', '', '', '2026-01-25 21:44:12', '2026-01-25 21:44:12', '', 268, 'https://cfibenefits.wpengine.com/?page_id=419', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (421, 1, '2023-05-14 15:28:50', '2023-05-14 20:28:50', '', 'Road-Map-Leading-Self', '', 'inherit', 'open', 'closed', '', 'road-map-leading-self', '', '', '2023-05-14 15:28:50', '2023-05-14 20:28:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Road-Map-Leading-Self.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (422, 1, '2023-05-14 15:28:55', '2023-05-14 20:28:55', '', 'Road-Map-Leading-Teams', '', 'inherit', 'open', 'closed', '', 'road-map-leading-teams', '', '', '2023-05-14 15:28:55', '2023-05-14 20:28:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Road-Map-Leading-Teams.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (424, 1, '2023-05-14 15:38:38', '2023-05-14 20:38:38', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://vimeo.com/826702749\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" locked=\"off\"]<p><a href=\"/new-employee-integration/\">Click here</a> to return to the <strong>New Employee Integration</strong> page.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Integration Video', '', 'draft', 'closed', 'closed', '', 'employee-integration-video', '', '', '2025-04-29 12:07:38', '2025-04-29 11:07:38', '', '0', 'https://cfibenefits.wpengine.com/?page_id=424', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (426, 1, '2023-05-14 15:47:06', '2023-05-14 20:47:06', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/career-developmentBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"3%\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|300|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"35px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Career Development</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"30%\" background_position=\"bottom_right\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"23px||40px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" background_last_edited=\"on|phone\" background_enable_image_tablet=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>You are constantly evolving, and your career should too.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<p><strong><span>At CF, your growth matters. We foster a learning culture that supports continuous development for both our business and employees. Youâ€™ll find tools, resources, and program</span><span>me</span><span>s designed to help you plan your career and access learning opportunities from day one and throughout your journey.</span></strong></p>\n<h2>CF Leadership Competency Model</h2>\n<p><span>At CF, we believe that what you accomplish matters</span><span>, </span><span>and so does how you accomplish it. Our Performance Management philosophy </span><span>recognises </span><span>both the results you deliver (your goals and business impacts) and the way you achieve them (your leadership competencies). Leadership at CF means leading yourself, others, and business initiatives with integrity, collaboration, and a commitment to our core values.</span></p>\n<p><span>Â </span><span>Our Leadership Competency Model outlines the </span><span>behavioursÂ </span><span>and skills that drive success at every level. By applying these competencies in your daily work, you not only achieve results but also strengthen our culture and reputation. Whether youâ€™re new to CF or an experienced leader, focusing on both what you do and how you do it sets you apart and supports your growth</span><span>- </span><span>here and beyond</span></p>\n<ul></ul>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2026/01/Leadership-Competency-Model-300x296-1.png\" align=\"center\" _builder_version=\"4.27.5\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Career and Individual Development Planning Process</h2>\n<p>CF offers a structured process for career development, including accessible learning content and meaningful conversations with leaders. Together, youâ€™ll create and review your Individual Development Plan (IDP), ensuring you receive the support and feedback needed to succeed.</p>\n<h2>Workday Learning</h2>\n<p><a href=\"https://www.myworkday.com/cfindustries/learning\" target=\"_blank\" rel=\"noopener\">Workday Learning</a> is your central hub for development at CF. Through this platform, you can access a wide range of courses from providers like LinkedIn Learning and Vector Solutions, all in one place. In addition to self-paced learning, Workday is also where you can find and register for instructor-led training sessions, making it easy to participate in live learning experiences that support your growth and career goals.</p>\n<h2>LinkedIn Learning</h2>\n<p>Unlock over 10,000 courses, videos, and learning paths tailored for CF employees. <a href=\"https://lnkd.in/ePR_fxw\" target=\"_blank\" rel=\"noopener\">LinkedIn Learning</a> features expert instructors and content aligned with our leadership competencies, plus resources for professional certifications. Activate your CF LinkedIn Learning licenceÂ via The Loop.</p>\n<h2>Vector Solutions</h2>\n<p>Vector Solutions provides our employees with access to courses that can help broaden their understanding of their specific work environment. With trainings on everything from pump operations to instrumentation troubleshooting, there is something for everyone. Head to Workday Learning to discover more.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" custom_margin_tablet=\"0px||36px||false|false\" custom_margin_phone=\"||36px||false|false\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Career Development</h4>\n<p>To learn more about these programmes search â€œTalent Management &amp; Developmentâ€ on the Loop.</p>\n<p><a href=\"https://www.myworkday.com/cfindustries/learning\" target=\"_blank\" rel=\"noopener\">Workday Learning</a></p>\n<p><a href=\"https://lnkd.in/ePR_fxw\" target=\"_blank\" rel=\"noopener\">LinkedIn Learning</a></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Career Development', '', 'publish', 'closed', 'closed', '', 'career-development', '', '', '2026-01-30 01:01:22', '2026-01-30 01:01:22', '', 268, 'https://cfibenefits.wpengine.com/?page_id=426', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (427, 1, '2023-05-14 15:53:02', '2023-05-14 20:53:02', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leadership-development-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"58%\" width_phone=\"69%\" width_last_edited=\"on|desktop\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||2.7em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Leadership Development</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Develop the skill to manage and lead our teams.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Within CF Industries, leadership development means providing our leaders with opportunities to identify their strengths and weaknesses, and receive constructive feedback to apply to their roles. This is provided through several leadership development programmes, such as:\n<ul>\n	<li>Frontline Leadership Development Programme (FLDP)</li>\n	<li>CF Leading Leaders</li>\n	<li>Executive Development Programme (EDP)</li>\n</ul>\n<h2>Team Leader Foundations</h2>\nEmpowering first-time leaders.\n\nThis comprehensive leadership development programme is designed specifically for all first-time supervisors and/or team leads across CF (people who have direct reports, regardless of title).\n\nOver the course of 6 months, participants will engage in a series of six interactive, live classes held on Microsoft Teams, with individual and site-based cohort activities in between the live classes. Topics include Peer Today, Boss Tomorrow, Emotional Intelligence for Team Leaders, Situational Leadership, Conflict &amp; Difficult Conversations, Coaching, Powerful Questions &amp; Feedback, and Accountability &amp; Managing Performance.\n<h2>Frontline Leadership Development (FLDP)</h2>\nCFâ€™s Frontline Leadership Development Programme (FLDP) was designed in partnership with the Centre for Creative Leadership to help frontline leaders recognise and capitalise on their strengths and provide the skills and tools to address their development opportunities. This programme enhances the leaders understanding of foundational leadership concepts, skills and perspective.\n<h2>Leading Leaders â€” Your Journey to Enhanced Leadership</h2>\nThis programme is a three-month long Functional Leader Development Experience designed to enhance your understanding of effective leadership. Leaders will explore the Fives Roles of Leaders - Strategist, Talent Developer, Internal Influencer, Change Leader and Results Orchestrator. Some of the skills taught also include understanding how to inspire and lead a diverse team while demonstrating courage to challenge the status quo and achieve new possibilities.\n<h2>Executive Development Programme (EDP)</h2>\nThis EDP takes your leadership knowledge to the next level by utilising your greatest strength within CF Industries: the support of your peers. In this cohort-based programme, 15 nominated leaders will expand their leadership knowledge to enhance their business acumen and excel in their position while contributing to the success of the company. This is an expansive programme spanning from 12-18 months that takes a multi-faceted approach to leadership education. Through personalised feedback, leadership assessments and experiental learning exercises, participants can expect to expand their knowledge and grow their professional network in the process.\n<ul></ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Leadership Development Programmes</h4>\n<p>Contact your HR business partner for information on our Leadership Development Programmes.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Leadership Development', '', 'publish', 'closed', 'closed', '', 'leadership-development', '', '', '2026-01-25 22:11:54', '2026-01-25 22:11:54', '', 268, 'https://cfibenefits.wpengine.com/?page_id=427', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (430, 1, '2023-05-14 16:01:57', '2023-05-14 21:01:57', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/mentoring_bannerBG2.jpg\" background_position=\"top_right\" background_vertical_offset=\"30%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"3%\" background_horizontal_offset_phone=\"14%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0.4px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Mentoring@CF</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"21px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Fostering professional development at every level.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>We know mentoring relationships can be transformational to careers. Mentoring@CF is our company-wide mentoring programme developed to promote a culture of learning and development, build connections, and increase engagement. Participation is voluntary. To learn more about this programme, visit MentorcliQ available on The Loop.</p>\n<h2>Mentor Benefits</h2>\n<p>Being a mentor to a fellow employee will not only have a positive impact on the employee themself, but it will improve your professional and social acumen as well!</p>\n<p>Benefits can include:</p>\n<ul>\n<li>Exposing you to new perspectives, ideas and approaches</li>\n<li>Providing the chance to reflect on your own goals</li>\n<li>Developing your personal leadership styles</li>\n<li>Gaining recognition as a subject matter expert and leader</li>\n<li>Deepening your understanding of challenges at various levels</li>\n</ul>\n<h2>Mentee Benefits</h2>\n<p>Before knowing how to effectively teach and challenge others/yourself, you must first learn how to accept new knowledge and apply it to your own work. This programme can help you develop the skills needed to do so.</p>\n<p>Benefits can include:</p>\n<ul>\n<li>Improving your interpersonal relationship skills and personal brand</li>\n<li>Developing your strengths and self-confidence</li>\n<li>Getting guidance on professional development and advancement</li>\n<li>Increasing visibility and recognition within the company</li>\n<li>Acquiring new skills and knowledge</li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Mentoring@CF', '', 'publish', 'closed', 'closed', '', 'mentoringcf', '', '', '2025-05-15 12:12:43', '2025-05-15 11:12:43', '', 268, 'https://cfibenefits.wpengine.com/?page_id=430', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (432, 1, '2026-03-02 12:58:35', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 432, '', '', '2026-03-02 12:58:35', '2026-03-02 12:58:35', '', 268, 'https://cfibenefits.wpengine.com/?p=432', 21, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (433, 1, '2026-03-02 12:58:35', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 433, '', '', '2026-03-02 12:58:35', '2026-03-02 12:58:35', '', 268, 'https://cfibenefits.wpengine.com/?p=433', 20, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (434, 1, '2026-03-02 12:58:34', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 434, '', '', '2026-03-02 12:58:34', '2026-03-02 12:58:34', '', 268, 'https://cfibenefits.wpengine.com/?p=434', 19, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (436, 1, '2026-03-02 12:58:33', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 436, '', '', '2026-03-02 12:58:33', '2026-03-02 12:58:33', '', 263, 'https://cfibenefits.wpengine.com/?p=436', 15, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (437, 1, '2026-03-02 12:58:33', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 437, '', '', '2026-03-02 12:58:33', '2026-03-02 12:58:33', '', 263, 'https://cfibenefits.wpengine.com/?p=437', 14, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (444, 1, '2026-03-02 12:58:31', '2023-05-14 21:07:57', ' ', '', '', 'publish', 'closed', 'closed', '', 444, '', '', '2026-03-02 12:58:31', '2026-03-02 12:58:31', '', 260, 'https://cfibenefits.wpengine.com/?p=444', 10, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (446, 1, '2023-05-14 16:10:29', '2023-05-14 21:10:29', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/talent-management-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"37%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Talent Management</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Ensuring a robust talent pipeline.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Our talent management process is specifically designed to focus on our most important asset â€“ you. Talent management helps improve team productivity, increase employee satisfaction and retain and grow our talent. All these efforts lead to career growth opportunities and a future-ready skilled workforce with succession development plans to ensure the continuity of our business.</p>\n<p>As part of our talent strategy to continue to evolve our talent processes to drive performance, engagement and career development, transparency in how we build our talent pipeline, conduct succession planning and strategically develop our talent is critical to our success and a key component to having robust career development conversations. Transparency with our talent management process means openly communicating the components and outcome of our talent assessment and calibration process.Â </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Talent Management', '', 'draft', 'closed', 'closed', '', 'talent-management', '', '', '2026-01-25 21:51:39', '2026-01-25 21:51:39', '', 268, 'https://cfibenefits.wpengine.com/?page_id=446', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (448, 1, '2023-05-14 16:14:23', '2023-05-14 21:14:23', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/performance-management-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"16%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Performance Management</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||50px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]A coaching partnership.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||10px||false|false\" custom_padding=\"0px||9px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>The relationships between our employees and their managers are held in high regard at CF Industries. We want to empower your professional growth by employing great leaders that help you build your skills through disciplined performance reviews.</p>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" overflow-x_tablet=\"\" overflow-x_phone=\"scroll\" overflow-x_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Goal Setting<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Mid-Year Career Discussion<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"> Employeeâ€™s Self-Assessment/Manager Assessment<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        Januaryâ€“March<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        June<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        Novemberâ€“December<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Align to CFâ€™s priorities and SLT goals</li><!-- [et_pb_line_break_holder] --><li><strong>Operators and Technicians</strong> will have standardised goals set for them in Workday.</li><!-- [et_pb_line_break_holder] --><li>All other employees will create 3 to 6 individual SMART goals that will be reviewed and approved by manager</li></ul></td><!-- [et_pb_line_break_holder] -->      <td> Employees drive voluntary mid-year career discussions with manager.</td><!-- [et_pb_line_break_holder] -->      <td><strong>Annual Performance Review</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Performance Management', '', 'publish', 'closed', 'closed', '', 'performance-management', '', '', '2025-04-27 14:43:15', '2025-04-27 19:43:15', '', 268, 'https://cfibenefits.wpengine.com/?page_id=448', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (450, 1, '2023-05-14 16:18:28', '2023-05-14 21:18:28', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/education-assist-banner.jpg\" custom_padding=\"3.7vw||3.7vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"32%\" background_horizontal_offset_phone=\"16%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"50%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Educational Assistance</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Expand your knowledge and future career opportunities.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries is committed to investing in you to support your professional development. Our Educational Assistance Programme aims to:</p>\n<ul>\n<li>Support you to obtain the skills, knowledge and competency relevant to your current role or likely future role, and encourage both personal and career development</li>\n<li>Encourage lifelong learning and personal development through a partnership arrangement where you commit your own time to studying and the Company commits financial assistance to support you successfully completing your studies</li>\n</ul>\n<h2>Educational Assistance Eligibility</h2>\n<p>All permanent employees can apply for Educational Assistance.</p>\n<p>All programmes of study must be fully approved before the start of the programme to qualify for educational assistance.</p>\n<h2>Whatâ€™s Covered?</h2>\n<ul>\n<li>100% financial support for the eligible programme of study</li>\n<li>50% reimbursement for books and equipment required to support the programme of study - this is 100% for Company apprentices and/or trainees</li>\n<li>Reimbursement of professional subscriptions and relevant fees whilst studying</li>\n<li>Paid study time and leave to undertake all related examinations</li>\n</ul>\n<p>Note: Study costs will be fully funded from the departmental budgets, and must be firstly approved by the employeeâ€™s Manager and site HR Business Partner before the programme of study commences. For Mastersâ€™ Degrees and above programmes of study, additional approval will need to be secured by the Senior VP of Human Resources, CF Industries before this level of programme of study commences.</p>\n<p>Educational Assistance ApplicationÂ <a href=\"/uk/documents/educational-assistance-application/\" target=\"_blank\" rel=\"noopener\"><strong>here</strong></a>.</p>\n<h2>Professional Fees</h2>\n<p>CF Industries recognises the benefits to employees and the Company where employees have professional membership relating to their role. For further details, search â€œCompany Expenses Policyâ€ on The Loop.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Learn More</h4>\n<p>Learn more about the Educational Assistance Programme by visiting The Loop and searching â€œEducational Assistanceâ€.</p>\n<h4 style=\"padding-bottom: .3em;\">How to Apply</h4>\n<p>Employees interested in this programme should complete the <a href=\"/uk/documents/educational-assistance-application/\" target=\"_blank\" rel=\"noopener\">Education Assistance Application</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Educational Assistance', '', 'publish', 'closed', 'closed', '', 'educational-assistance', '', '', '2026-01-30 00:45:41', '2026-01-30 00:45:41', '', 268, 'https://cfibenefits.wpengine.com/?page_id=450', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (452, 1, '2026-03-02 12:58:34', '2023-05-14 21:23:39', ' ', '', '', 'publish', 'closed', 'closed', '', 452, '', '', '2026-03-02 12:58:34', '2026-03-02 12:58:34', '', 268, 'https://cfibenefits.wpengine.com/?p=452', 18, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (455, 1, '2023-05-14 16:26:24', '2023-05-14 21:26:24', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/ayco-financial-banner.jpg\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|tablet\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"top_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"13%\" background_horizontal_offset_phone=\"14%\" background_vertical_offset_tablet=\"0%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"70%\" width_tablet=\"47%\" width_phone=\"55%\" width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||1.7em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" header_font_size_tablet=\"36px\" header_font_size_phone=\"28px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Goldman Sachs Ayco Financial Well-Being</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Be confident in your financial decisions at every&nbsp;step.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"padding-bottom: 1em;\">CF Industries employees have access to a Financial Wellness benefit, provided by Goldman Sachs Ayco. This benefit will help you maximize the value of your pay and benefits, and deliver personalized guidance to support your financial life. Goldman Sachs Ayco can help with daily financial matters such as managing debt as well as planning for life events like buying a home.</p>\n<h2>Ways Goldman Sachs Ayco Can Help You:</h2>\n<ul>\n<li>One-on-one financial coaching to discuss strategies and challenges you\'d like to address</li>\n<li>Tools to map out financial goals and track progress</li>\n<li>Remote or in-person group education to help you learn how to navigate financial changes and challenges</li>\n<li>Resources to prepare you for the next steps on your financial journey</li>\n</ul>\n<h2>Get Started Now</h2>\n<ul>\n<li>Log in to Goldman Sachs Ayco\'s <a href=\"https://accounts.ayco.com/wellness/login?vanityId=cfindustries\" target=\"_blank\" rel=\"noopener\">Financial Wellness Site</a>.\n<ul>\n<li><strong>First-time users:</strong> go to the bottom of the page and click <strong>Create Account</strong>. Enter your Employee ID, last name and zip code to register and create an account.</li>\n<li><strong>Returning users:</strong> Enter your username and password to log in.</li>\n</ul>\n</li>\n<li>Take the Financial Wellness Assessment.</li>\n<li>Review the recommended financial to-doâ€™s and choose a priority to focus on.</li>\n<li>Connect with a financial coach by <a href=\"http://www.ayco.com/login/cfindustries\" target=\"_blank\" rel=\"noopener\">scheduling an appointment</a> or calling 800-527-0012.</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||4em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<em>Advisory services offered by The Ayco Company, L.P. (\"Goldman Sachs Aycoâ€), a registered investment adviser and an affiliate of Goldman Sachs & Co. LLC (\"GS&Co.\") and subsidiary of The Goldman Sachs Group, Inc., a worldwide, full-service investment banking, broker-dealer, asset management, and financial services organization. Brokerage services are offered through GS&Co. and Mercer Allied Company, L.P. (a limited purpose broker-dealer), both affiliates of Goldman Sachs Ayco and members FINRA/SIPC.</em>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-527-0012</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://ayco.com/login/cfindustries\" target=\"_blank\" rel=\"noopener\">ayco.com/login/cfindustries </a>\n\n<span class=\"blue_box_lead-ins\"><strong>GS/Ayco App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/goldman-sachs-wellness/id1600778026\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.gs.pfmg.wellness&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<h4>Goldman Sachs Aycoâ€™s Services</h4>\n<a href=\"/documents/ayco-informational-flyer-and-faq/\" target=\"_blank\" rel=\"noopener\">Click here</a> for an informational flyer and FAQs about Goldman Sachs Ayco\'s services.\n<h4>Earn Strive Points!</h4>\nEarn 40 points by completing the <a href=\"https://accounts.ayco.com/wellness/login?vanityId=cfindustries\" target=\"_blank\" rel=\"noopener\">Financial Wellness Assessment</a>.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Ayco Financial Well-Being', '', 'draft', 'closed', 'closed', '', 'ayco-financial-well-being', '', '', '2025-04-29 12:04:34', '2025-04-29 11:04:34', '', '0', 'https://cfibenefits.wpengine.com/?page_id=455', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (462, 1, '2023-05-14 19:49:17', '2023-05-15 00:49:17', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"54%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px|||0px|false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Use triple tax savings to pay for medical, dental and vision expenses. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>A Health Savings Account (HSA) is a tax-favored personal savings account that works with the Advantage PPO with HSA medical plan. Use your HSA funds to pay for qualified eligible medical expenses such as deductibles, coinsurance, copays, dental and vision care. Through our partnership with Fidelity Investments, you have access to the <a href=\"/documents/netbenefits-accesscard-faq/\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCardÂ®</a>Â to provide you a simple way to pay for qualified expenses.</p>\n<h2>HSA Major Benefits</h2>\n<ul>\n<li>CF Industries contributes to your account.</li>\n<li>Your account always belongs to you; you own it if you leave the company or retire.</li>\n<li>Your balance rolls over from year to year.</li>\n<li>Your contributions lower your taxable income.</li>\n<li>Builds a healthcare nest egg for emergencies or in retirement.</li>\n</ul>\n<h2>Triple Tax Savings</h2>\n<ul>\n<li>Contributions are taken out of your paycheck before taxes.</li>\n<li>Funds in your account grow tax free with interest or investment earnings.</li>\n<li>Funds are withdrawn tax-free when used for eligible expenses.</li>\n</ul>\n<p><strong><em>Reminder:</em></strong><em> if you use your HSA to pay for ineligible expenses before age 65, you will be taxed on those amounts and subject to an additional 20% penalty.</em></p>\n<h2>Three Contributions Added to Your HSA:</h2>\n<ol>\n<li>CF contributions: <strong>$250</strong> to your HSA for employee-only coverage and <strong>$500</strong> for family coverage; CF contributions are prorated based on your hire date if you are a new hire*</li>\n<li>Your pre-tax contributions: from each paycheck<span style=\"font-size: 16px; background-color: #ffffff;\"> </span>can be adjusted any time throughout the year</li>\n<li>CF matches: Dollar for dollar, up to $500 for single coverage or $1,000 for family coverage</li>\n</ol>\n<p><strong><em>*As much as one-half of your deductible could be covered using CF\'s contributions.</em></strong></p>\n<h2>HSA Annual Contributions and IRS Limits</h2>\n<p>Your total contributions plus CF\'s contributions cannot exceed the 2025 IRS limits below:</p>[/et_pb_text][et_pb_code admin_label=\"HSA limits table\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||10px||false|false\" custom_padding=\"0px||||false|false\" locked=\"off\" global_colors_info=\"{}\"]Â <table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Level</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">IRS Total Limits*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Automatic Contribution</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Matching Contribution**</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Your Contribution</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$4,300</td><!-- [et_pb_line_break_holder] -->      <td>$250</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$3,550</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$8,550</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$7,050</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Age 55 or Older</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"4\">Contribute an additional $1,000 on top of these amounts.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||4em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><em>*Married couples with HSA-eligible family coverage share one family HSA contribution limit. If both spouses have eligible self-only coverage, each spouse may contribute up to $4,275 in separate accounts.</em></p>\n<p><em>**Assumes you contribute at least $500 for employee only coverage and $1,000 for family coverage.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-835-5095</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|26px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>HSA Eligibility</h4>\n<p>Because the HSA is a tax-advantaged account, the government requires you meet certain conditions. To participate, you:</p>\n<ul>\n<li>Must be enrolled in the Advantage PPO with an HSA (a high deductible health plan)</li>\n<li>Cannot be enrolled in Medicare</li>\n<li>Cannot be a dependent on someone else\'s tax return</li>\n<li>Cannot be covered by another health insurance plan that is not a High Deductible Health Plan</li>\n<li>Cannot participate in the Health Care Flexible Spending Account <strong><em>but can</em></strong> participate in the Limited Purpose Health Care Spending Account</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>Watch this video to learn more about the HSA</strong></p>[/et_pb_text][et_pb_code _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe src=\"https://flimp.live/CFIndustries_HSA?em=Y\" webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder=\"0\" style=\"width: 100%; height: 360px;\"></iframe>[/et_pb_code][/et_pb_column][/et_pb_section]', 'Health Savings Account', '', 'draft', 'closed', 'closed', '', 'health-savings-account', '', '', '2025-04-29 12:07:53', '2025-04-29 11:07:53', '', '0', 'https://cfibenefits.wpengine.com/?page_id=462', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (465, 1, '2023-05-14 19:54:33', '2023-05-15 00:54:33', '', 'FSRS_NetBenefits_AccessCardSM_FAQS', '', 'inherit', 'open', 'closed', '', 'fsrs_netbenefits_accesscardsm_faqs', '', '', '2023-05-14 19:54:33', '2023-05-15 00:54:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSRS_NetBenefits_AccessCardSM_FAQS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (469, 1, '2023-05-14 20:04:28', '2023-05-15 01:04:28', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-insurance-banner.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"7%\" background_horizontal_offset_phone=\"13%\" background_vertical_offset_phone=\"0%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Protect your loved ones from the unexpected with life insurance.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>We offer a Death in Service benefit through MetLife, which provides your family members with a lump sum of four times qualifying earnings to your nominated beneficiaries if you die in service. Coverage is maintained during periods of temporary absence in respect of injury or ill health and for three years for absence for another reason.</p>\n<p>This benefit covers all employees aged 16 up to a maximum of 75 years old and you donâ€™t have to be a contributing member of a pension scheme. Itâ€™s important to complete your beneficiary designation form as well as to review your designations at least once each year and especially if you experience a life event change.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.metlife.co.uk \" target=\"_blank\" rel=\"noopener\">www.metlife.co.uk </a>\n\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span>Bereavement helpline: \n<strong>0800 917 0096 365</strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|6em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p><a href=\"/uk/documents/life-insurance-beneficiary-nomination-form/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>Life Insurance Beneficiary Nomination Form</strong>.</p>\n<p><a href=\"/uk/documents/metlife-bereavement-guide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>MetLife Bereavement Guide</strong>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_2_line_height=\"1.3em\" custom_margin=\"20px||0px||false|false\" custom_padding=\"||0px||false|false\" disabled=\"on\" global_colors_info=\"{}\"]<h2>Business Travel Accident Age Reductions</h2>[/et_pb_text][et_pb_code disabled_on=\"on|on|on\" _builder_version=\"4.25.1\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Age<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->       <center>% of Benefit Amount</center><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>65 but less <br>than 70</td><!-- [et_pb_line_break_holder] -->        <td><center>65%</center></td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>70 but less <br>than 75</td><!-- [et_pb_line_break_holder] -->        <td><center>45%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>75 but less <br>than 80</td><!-- [et_pb_line_break_holder] -->        <td><center>30%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>80 or over</td><!-- [et_pb_line_break_holder] -->        <td><center>20%</center><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_section]', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2025-04-27 14:39:36', '2025-04-27 19:39:36', '', 272, 'https://cfibenefits.wpengine.com/?page_id=469', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (472, 1, '2023-05-14 20:08:50', '2023-05-15 01:08:50', '', 'Evidence of Insurability Form for Term Life Insurance', '', 'inherit', 'open', 'closed', '', 'evidence-of-insurability-form-for-term-life-insurance', '', '', '2023-05-14 20:08:50', '2023-05-15 01:08:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Evidence-of-Insurability-Form-for-Term-Life-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (474, 1, '2023-05-14 20:30:14', '2023-05-15 01:30:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/disability_banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"28%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"60%\" background_horizontal_offset_phone=\"49%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Income Protection</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Protect your income from the unexpected.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||3em||false|false\" custom_padding=\"2px||20px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF provides a Group Income Protection scheme through Unum. Subject to stringent compulsory medical assessment, it provides financial benefit and rehabilitation support if you are unable to work because of long-term illness or injury preventing you from working. The Group Income Protection scheme covers all employees aged 16 to State Pension Age for a defined period of time.</p>\n<h2>What does Group Income Protection provide?</h2>\n<ul>\n<li>Ensures you receive a proportion of your salary if you are unable to work because of long-term illness or injury</li>\n<li>Supports you during absence</li>\n<li>Eases your return to work at the appropriate time</li>\n</ul>\n<p>The benefit is a proportion of your salary and is payable after you have been off work because of illness or injury after your sick pay has been exhausted. Payments will be equal to 55% of your salary, less the value of sickness related state benefits<strong>Â </strong>for a maximum period of 60 months. We will make payments to you as part of the regular payroll run.</p>[/et_pb_text][et_pb_code disabled_on=\"on|on|on\" admin_label=\"Life Insurance table\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Details*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Short-Term Disability</td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        After a five-day waiting period, the Plan pays 100% of your base salary for up to eight weeks, then 66 2/3% of your base salary for another 18 ** <br><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td>Salary continuation covered by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Long-Term Disability</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Core Long-Term Disability (LTD)</td><!-- [et_pb_line_break_holder] -->      <td>Once your Short-Term Disability benefits are exhausted, Core Long-Term Disability Insurance pays benefits equal to 60% of your base salary, up to a maximum of $10,000 per month.***</td><!-- [et_pb_line_break_holder] -->      <td>Premium paid by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||12em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<em>*For purposes of STD and LTD coverage, base salary is your regular salary or wages assuming you work 2,080 hours per year. Base salary does not include overtime, bonus pay, incentive compensation or any other type of pay or allowances.</em>\n\n<em>**STD benefits will be reduced by any workers compensation, state or statutory benefits you receive while you are on STD. </em>\n\n<em>***Certain job levels are eligible for a maximum benefit of $20,000 per month.</em>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>Please contact <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a> with any specific questions you may have.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p><a href=\"/uk/documents/what-is-income-protection/\" target=\"_blank\" rel=\"noopener\"><strong>Click here</strong></a> to learn more about what Income Protection is.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Income Protection', '', 'publish', 'closed', 'closed', '', 'income-protection', '', '', '2025-05-29 12:19:17', '2025-05-29 11:19:17', '', 272, 'https://cfibenefits.wpengine.com/?page_id=474', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (477, 1, '2023-05-14 20:33:36', '2023-05-15 01:33:36', '', 'Intake Brochure (Disability FML)', '', 'inherit', 'open', 'closed', '', 'intake-brochure-disability-fml', '', '', '2024-03-22 12:26:32', '2024-03-22 17:26:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Intake-Brochure-Disability-FML.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (478, 1, '2023-05-14 20:33:38', '2023-05-15 01:33:38', '', 'Evidence of Insurability Form for Disability Insurance', '', 'inherit', 'open', 'closed', '', 'evidence-of-insurability-form-for-disability-insurance', '', '', '2023-05-14 20:33:38', '2023-05-15 01:33:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Evidence-of-Insurability-Form-for-Disability-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (479, 2, '2023-05-14 20:37:41', '2023-05-15 01:37:41', '', 'paid-parental-leave-bannerBG', '', 'inherit', 'open', 'closed', '', 'paid-parental-leave-bannerbg', '', '', '2023-05-14 20:37:41', '2023-05-15 01:37:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (481, 1, '2023-05-14 20:40:26', '2023-05-15 01:40:26', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k-banner.jpg\" background_position=\"center_right\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 52%|rgba(255,255,255,0) 52%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"5px||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Pension Scheme</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]CF Industries wants you to feel secure and prepared for life after your career. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>The CF Fertilisers UK Limited Pension Scheme is the only scheme which is open to new members, and this is a Master Trust, administered by Mercer. Â The remaining two schemes retain their original names from before the formation of CF Fertilisers UK Limited and are closed to new members.</p>\n<h2>Mercer Master Trust â€“ CF Fertilisers</h2>\n<p>The Mercer Master Trust is a defined contribution pension plan which helps thousands of people, from many different employers, to save for retirement.Â  Like CF, each employer has its own section within the Mercer Master Trust, and you decide how much is paid in.Â  CF also contributes on your behalf.</p>\n<h2>How can I access my plan information?</h2>\n<p>The Mercer Money, a Financial Wellbeing platform and mobile application, which provides a gateway to your retirement savings.Â  Once registered you will be able to access your plan information, member booklets and modelling tools to support you in your retirement planning.</p>\n<p>You will also be able to complete key administration tasks associated with your pension via Mercer Money, such as nominating your beneficiaries, reviewing / amending your investment selections and selecting your target retirement age.Â  Please note, your pension beneficiary selection form is completely separate to your life assurance nomination form as the Mercer Master Trust is governed by a separate board of Trustees.</p>\n<p>You are also able to update your pension contributions within Mercer Money by selecting â€˜Update contributionsâ€™ and clicking the link provided.Â  This will then take you to the relevant system to make the necessary changes.</p>\n<h2>How much can I contribute?</h2>\n<p>You can choose how much you wish to contribute to the Plan and CF will also contribute in line with the following contribution scales:</p>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.4\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"text-align: center;\">Your contribution</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"text-align: center;\">CF contribution</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td style=\"text-align: center;\">3%</td><!-- [et_pb_line_break_holder] -->      <td style=\"text-align: center;\">8%</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td style=\"text-align: center;\">4%</td><!-- [et_pb_line_break_holder] -->      <td style=\"text-align: center;\">9%</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td style=\"text-align: center;\">5%</td><!-- [et_pb_line_break_holder] -->      <td style=\"text-align: center;\">10%</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>How do I leave / join the Mercer Master Trust?</h2>\nYou can manage joining or leaving the pension scheme or updating your contributions via Workday.\n\n<h2>How is the Mercer Master Trust Governed?</h2>\n\nThe Mercer Master Trust is overseen by a board of experienced independent professional trustees, who are legally responsible for governing it in the best interest of all of its members.Â  This includes a strong framework of controls, aimed at giving you value for money, and support in planning for retirement.\n\nMercer are responsible for running the Mercer Master Trust and their duties alongside the Mercer Master Trust Trustees include ensuring it is financially sustainable, managing the key providers, and acting as the investment manager.Â  The Mercer Master Trust is authorised by The Pensions Regulator, to maintain its authorised status the Master Trust is rigorously audited on an annual basis.\n\nMercer partners with Aviva, who provides administration services for Mercer Master Trust members.Â  Aviva looks after your retirement savings account on a day-to-day management basis, including processing contributions, arranging investment fund switches and communicating with you from time to time on behalf of the Mercer Master Trust.\n\n&nbsp;[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>0330 808 9426</strong>\n(9am â€“ 5pm Monday to Friday)\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:/Mercermoney.com\" target=\"_blank\" rel=\"noopener\">Mercermoney.com</a>\n\n<span class=\"blue_box_lead-ins\"><strong>Email: </strong><i class=\"fa-regular fa-envelope\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"mailto:money@mercer.com\"><strong>money@mercer.com </strong></a>\n\n<span class=\"blue_box_lead-ins\"><strong>Mercer App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/gb/app/mercer-money/id1484475031\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.mercer.mercermoney&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|2em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n<li>Click the Profile link</li>\n<li>Select Beneficiaries and follow the online instructions</li>\n<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Student Debt Retirement Savings Program</h2>\n<p>If you have student loans, you can have your repayments treated as retirement contributions and get an employer match that will go into your 401(k) account after the end of the plan year. <span>Learn more about our <a href=\"/student-loan-debt-retirement-program/\">Student Debt Retirement Savings Program</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Pension Scheme', '', 'publish', 'closed', 'closed', '', 'pension-scheme', '', '', '2026-02-02 19:46:41', '2026-02-02 19:46:41', '', 272, 'https://cfibenefits.wpengine.com/?page_id=481', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (485, 2, '2023-05-14 20:45:36', '2023-05-15 01:45:36', '', 'paid-time-off-bannerBG', '', 'inherit', 'open', 'closed', '', 'paid-time-off-bannerbg', '', '', '2023-05-14 20:45:36', '2023-05-15 01:45:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-time-off-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (488, 1, '2023-05-14 20:59:15', '2023-05-15 01:59:15', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/travel-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.3vw||3.3vw||true|false\" custom_padding_tablet=\"3vw||1vw||false|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|desktop\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 66%|rgba(255,255,255,0) 66%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"5%\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"58%\" width_phone=\"59%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||1.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw|2em|2vw||true|false\" custom_padding_phone=\"3vw|1em|3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>Business and Personal Travel</h1>\" content_phone=\"<h1>Business and Personal Travel</h1>\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"0px||0px||false|false\" custom_margin_phone=\"5px||0em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.4px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1 style=\"width: 50%;\">Business Travel</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||120px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Providing additional protection when you travel.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||3em||false|false\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Business Travel with International SOS</h2>\nYou have access to the International SOS programmeÂ for business-related international travel or living abroad. This programmeÂ is available to assist you 24/7 anywhere in the world. Services include:\n<ul>\n	<li>Emergency or routine medical advice or assistance</li>\n	<li>Daily email updates on travel security developments</li>\n	<li>Medical or security evacuation</li>\n	<li>Lost document advice or assistance</li>\n	<li>Translation and interpreter services</li>\n</ul>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||5em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Covered person(s) are ultimately responsible for any cash advances, expenses, services, and/or bail and must provide reimbursement. Covered person(s) must be able to supply a credit card with sufficient funds.</em></p>\n<p><em>**Initial transport by ambulance following a covered medical emergency is excluded.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>215-942-8226 </strong></p>\n<p><a href=\"https://www.hingehealth.com/for/cfindustries/  \" target=\"_blank\" rel=\"noopener\">https://www.hingehealth.com</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:americas@internationalsos.com\" target=\"_blank\" rel=\"noopener\">americas@internationalsos.com</a></p>\n<p><a href=\"/uk/documents/2026-assistance-app-portal-guide/\" target=\"_blank\" rel=\"noopener\">App &amp; Portal Guide</a></p>\n<p><a href=\"/uk/documents/isos-membership-leaflet-cf-industries/\" target=\"_blank\" rel=\"noopener\">International SOS Membership</a></p>\n<p>Your member ID is <strong>11BCMA000183</strong>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n	<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n	<li>Click the Profile link</li>\n	<li>Select Beneficiaries and follow the online instructions</li>\n	<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Business Travel', '', 'publish', 'closed', 'closed', '', 'business-travel', '', '', '2026-01-30 00:56:42', '2026-01-30 00:56:42', '', 272, 'https://cfibenefits.wpengine.com/?page_id=488', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (491, 2, '2023-05-14 21:03:18', '2023-05-15 02:03:18', '', 'PTO', '', 'inherit', 'open', 'closed', '', 'pto-2', '', '', '2023-05-14 21:03:25', '2023-05-15 02:03:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (492, 1, '2023-05-14 21:05:25', '2023-05-15 02:05:25', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leaving-CF-banner.jpg\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"10%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"5px||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Leaving CF</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p><span>What to expect if transitioning away from CF Industries</span>.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Whether you are pursuing career opportunities or simply taking a step back from the workforce, there is information youâ€™ll want to know to act upon leaving.</p>\n<h2>What to Expect When You Leave</h2>\n<ul>\n<li>Medical, Dental and Vision Coverage:\n<ul>\n<li>This coverage ends on your last day of work.</li>\n<li>In most cases, coverage can be continued under COBRA for up to 18 months or you may qualify for Retiree Medical coverage.</li>\n</ul>\n</li>\n<li>Flexible Spending Accounts (FSA):\n<ul>\n<li>You have 90 days from your last day of employment to submit eligible claims for reimbursement via <a href=\"http://netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.\n<ul>\n<li><strong>Note:</strong> This is the same as the Dependent account</li>\n</ul>\n</li>\n<li>Continue to file health claims through the end of the year in which you leave <strong><em>if you continue to contribute to your Health Care Flexible Spending Account (FSA) under COBRA.</em></strong></li>\n<li>Your Dependent Care Flexible Spending Account (DCFSA) participation ends on your last day of work.</li>\n</ul>\n</li>\n<li>Disability and Life Insurance:\n<ul>\n<li>Short-Term and Long-Term Disability ends on your last day of work.</li>\n<li>Basic and Supplemental Life and Accidental Death and Dismemberment (AD&amp;D) Insurance ends on your last day of work.\n<ul>\n<li><strong><em>You may be able to transition coverage to an individual policy. Contact New York Life at 888-737-3855 for more information.</em></strong></li>\n</ul>\n</li>\n<li>401(k) Plan\n<ul>\n<li>To apply for a distribution, log in to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> or call Fidelityâ€‹ at 800-835-5095.</li>\n<li>If the vested value in your account is $1,000 or less when you leave, you may not leave it in the Plan. If you do not elect a distribution, your total vested balance will be paid to you within 90 days after your employment ends.</li>\n<li>If the vested value in your account is more than $1,000 but less than or equal to $5,000 when you leave, you may not leave it in the Plan. If you do not elect a distribution, your total vested account balance will be rolled to a Fidelity Individual Retirement Account (IRA) within 90 days after your employment ends. <strong><em>Your account will be invested in the Fidelity Treasury Only Money Market Fund.</em></strong></li>\n<li>If the vested value in your account is more than $5,000, you may request a distribution or leave it in the Plan. If you leave the vested value in the Plan, the IRS requires for you to receive minimum distribution payments no later than April 1 following the calendar year in which you reach age 70Â½.</li>\n</ul>\n</li>\n<li>Other Benefits\n<ul>\n<li>Tuition Reimbursement, Dario and Strive eligibility end on your last day of work. If you leave CF within 12 months of receiving tuition reimbursement, you will be required to repay the full amount within 30 days of your departure.</li>\n<li>You may continue to use the EAP, if necessary, for up to 12 months after leaving CF Industries.</li>\n<li>To redeem your 2024 points for rewards, you must complete your order via the reward cart by January 24, 2025. It is your responsibility to redeem points before leaving the business for any reason, as you will no longer have access to Strive upon separation from the company.</li>\n</ul>\n</li>\n<li>Vacation Time\n<ul>\n<li>You receive pay for any unused vacation time computed as of your last day of work.</li>\n</ul>\n</li>\n<li>Pay Slips and Tax Documents\n<ul>\n<li>You may access Workday for up to three years following your exit from the company to view and print your pay slips, as well as ADP self-service for important tax documents that you may need to reference later.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>\n<p><strong>Â </strong></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<p><a href=\"/documents/termination-eguide-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view a detailed booklet on what to expect when you leave CF Industries.</p>\n<p><a href=\"/documents/cobra-cost-of-coverage/\" target=\"_blank\" rel=\"noopener\">2025 COBRA Cost of Coverage</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Leaving CF', '', 'draft', 'closed', 'closed', '', 'leaving-cf', '', '', '2025-04-29 12:08:13', '2025-04-29 11:08:13', '', '0', 'https://cfibenefits.wpengine.com/?page_id=492', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (494, 1, '2023-05-14 21:12:33', '2023-05-15 02:12:33', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/retiring-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"10%\" background_horizontal_offset_phone=\"7%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Retiring from CF</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]What to expect upon retiring.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Preparing to Retire</h2>\n<p>Congratulations on preparing for your golden years! Here are the key steps to take before you retire:</p>\n<ul style=\"padding-top: .9em;\">\n<li>30â€“90 days before your planned retirement date:\n<ul>\n<li>Notify your supervisor and Human Resources representative.</li>\n<li>Contact the CF Industries Pension Center at 866-234-9977 to begin the retirement process and request your retirement application.\n<ul>\n<li>For example, if you want to begin your retirement benefits on June 1, you must request your retirement application materials by May 1. If timing delays occur, you will be eligible for pension benefits paid retroactively to your retirement effective date.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>The 401(k) Plan offers a variety of distribution options when you retire. To apply for a distribution, log in to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> or call Fidelityâ€‹ at 800-835-5095.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<a href=\"/documents/retiree-eguide-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view a detailed booklet on what to expect when you retire from CF Industries.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Retiring from CF', '', 'draft', 'closed', 'closed', '', 'retiring-from-cf', '', '', '2025-04-29 12:10:54', '2025-04-29 11:10:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=494', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (497, 1, '2023-05-14 21:15:06', '2023-05-15 02:15:06', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/reporting-death-banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 51%|rgba(255,255,255,0) 51%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"7%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"51%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|35vw|0px||false|false\" custom_padding_tablet=\"2vw|20vw|2vw||true|false\" custom_padding_phone=\"2vw||2vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" custom_padding_last_edited=\"on|desktop\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Death of an Employee</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Helpful resources and things to consider during this delicate time.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Help@hand from Unum</h2>\n<p>Help@hand can provide support to your eligible family members*.</p>\n<p>Getting started with Help@hand:</p>\n<ol>\n<li>Please email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a> and ask them to sign you up.</li>\n<li>Go directly to the <a href=\"https://apps.apple.com/gb/app/help-hand/id1485686894\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=sh.mobile.unum.helpathand&amp;hl=en_US\">Google Play</a> and search <strong>Help@hand</strong> to download the app.</li>\n<li>Enter your details and get started with a wealth of health and wellbeing support.</li>\n<li>Donâ€™t forget to invite your eligible family members* from the app as well.</li>\n</ol>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>* Eligible family members include partner and children up to 18, or up to 24 if in full-time education. Eligibility may vary on services.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||4em||false|false\" custom_padding=\"11px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Bereavement &amp; Probate Support</h2>\nMetLife also offers a probate and bereavement helpline which can also be used for help with coming to terms with the diagnosis of a terminal illness. You can telephone the helpline on <strong>0800 917 0096</strong> 365 days a year, 24/7 or find out more by visiting <a href=\"https://www.metlife.co.uk\" target=\"_blank\" rel=\"noopener\">www.metlife.co.uk</a>. Your family also have access to this helpline.\n\nPlease contact your local HR representiative with any specific questions you may have.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<h4>MetLife</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span> <a href=\"https://www.metlife.co.uk\" target=\"_blank\" rel=\"noopener\">www.metlife.co.uk</a><br /><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span>Bereavement helpline:<br /><strong>0800 917 0096 365</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|6em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p><a href=\"/uk/documents/life-insurance-beneficiary-nomination-form/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>Life Insurance Beneficiary Nomination Form</strong>.</p>\n<p><a href=\"/uk/documents/metlife-bereavement-guide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the <strong>MetLife Bereavement Guide</strong>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n	<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n	<li>Click the Profile link</li>\n	<li>Select Beneficiaries and follow the online instructions</li>\n	<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Death of an Employee', '', 'publish', 'closed', 'closed', '', 'death-of-an-employee', '', '', '2025-06-09 18:48:31', '2025-06-09 17:48:31', '', 650, 'https://cfibenefits.wpengine.com/?page_id=497', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (499, 1, '2023-05-14 21:26:21', '2023-05-15 02:26:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EVP-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 54%|rgba(255,255,255,0) 54%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"22%\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"56%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Value Proposition (EVP)</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Our promise to our employees.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||1em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Employee Value Proposition (EVP) is our offer and promise to the people who work here and who we want to work here. It captures what makes CF different from other organisations and what makes us a great place to work.</p>\n<h2>Our Four EVP Pillars</h2>\n<p>When you choose to work at a company, you should feel confident in your choice. After surveying key leadership and conducting employee focus groups, we found these four key pillars are paramount to employees viewing CF as a great place to work:</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4_pillars.png\" title_text=\"4_pillars\" show_in_lightbox=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Expanding on Our Pillars</h2>\n<ul>\n<li>Feeling <strong>part of our inclusive team</strong> means finding talented people to create a collaborative and open culture.</li>\n<li><strong>Exploring the possibilities</strong> means you will experience challenges while being exposed to a variety of projects and encouraged to commit yourself to learning.</li>\n<li><strong>Playing your part</strong> means, no matter what position you are in, you are expected to lead by example, do things right and take responsibility for your work.</li>\n<li><strong>Making your mark</strong> will happen throughout your time at CF by making impactful contributions and keeping a positive long-term view.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p>For more information, view the International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a> and <a href=\"https://membervideo.internationalsos.com/\" target=\"_blank\" rel=\"noopener\">video</a>. Your member ID is 11BCMA000183.â€‹</p>\n<h4>New York Life</h4>\n<p>For more information, contact New York Life at 800-362-4462 or visit <a href=\"http://www.mynylgbs.com\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.24.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\nVisit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> page to learn more.\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\nExplore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf-industries\" target=\"_blank\" rel=\"noopener\">here</a>.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Employee Value Proposition (EVP)', '', 'draft', 'closed', 'closed', '', 'employee-value-proposition-evp', '', '', '2026-01-25 23:00:53', '2026-01-25 23:00:53', '', 271, 'https://cfibenefits.wpengine.com/?page_id=499', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (501, 1, '2023-05-14 21:28:06', '2023-05-15 02:28:06', '', '4_pillars', '', 'inherit', 'open', 'closed', '', '4_pillars', '', '', '2023-05-14 21:28:06', '2023-05-15 02:28:06', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4_pillars.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (502, 2, '2023-05-14 21:28:12', '2023-05-15 02:28:12', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring_bannerbg2', '', '', '2023-05-14 21:28:24', '2023-05-15 02:28:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring_bannerBG2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (504, 1, '2023-05-14 21:34:56', '2023-05-15 02:34:56', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/blue-ocean-brain-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"11%\" background_horizontal_offset_phone=\"13%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"50%\" width_phone=\"65%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Blue Ocean Brain</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"35px||0px||false|false\" custom_padding_phone=\"35px||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Dive into a culture of inclusion and belonging.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" custom_padding_tablet=\"2px||5em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_padding_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>Designed with You in Mind</h2>\nIn short 10-minute segments, Blue Ocean Brain can impact the way you understand the world around you and how this knowledge can be positively implemented into your work culture. This content is developed by field experts and provides learning sessions to corporate clients in over 50 countries. Currently, Blue Ocean Brain offers over 5,000 different courses designed to challenge your point of view.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong> Questions? </strong>Contact your local HR representative\n\n<strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com</a>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Blue Ocean Brain', '', 'publish', 'closed', 'closed', '', 'blue-ocean-brain-ide-learning', '', '', '2025-05-15 11:44:12', '2025-05-15 10:44:12', '', 271, 'https://cfibenefits.wpengine.com/?page_id=504', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (505, 2, '2023-05-14 21:35:16', '2023-05-15 02:35:16', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring2_landing', '', '', '2023-05-14 21:35:27', '2023-05-15 02:35:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring2_landing.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (506, 2, '2023-05-14 21:58:39', '2023-05-15 02:58:39', '', 'career-development-inset', '', 'inherit', 'open', 'closed', '', 'career-development-inset', '', '', '2023-05-14 21:58:39', '2023-05-15 02:58:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-development-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (508, 2, '2023-05-14 22:04:02', '2023-05-15 03:04:02', '', 'career-developmentBG', '', 'inherit', 'open', 'closed', '', 'career-developmentbg', '', '', '2023-05-14 22:04:02', '2023-05-15 03:04:02', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-developmentBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (513, 1, '2026-03-02 12:58:40', '2023-05-15 03:13:46', ' ', '', '', 'publish', 'closed', 'closed', '', 513, '', '', '2026-03-02 12:58:40', '2026-03-02 12:58:40', '', 650, 'https://cfibenefits.wpengine.com/?p=513', 34, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (515, 1, '2026-03-02 12:58:37', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 515, '', '', '2026-03-02 12:58:37', '2026-03-02 12:58:37', '', 272, 'https://cfibenefits.wpengine.com/?p=515', 26, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (516, 1, '2026-03-02 12:58:37', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 516, '', '', '2026-03-02 12:58:37', '2026-03-02 12:58:37', '', 272, 'https://cfibenefits.wpengine.com/?p=516', 25, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (517, 1, '2026-03-02 12:58:36', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 517, '', '', '2026-03-02 12:58:36', '2026-03-02 12:58:36', '', 272, 'https://cfibenefits.wpengine.com/?p=517', 24, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (518, 1, '2026-03-02 12:58:36', '2023-05-15 03:13:44', ' ', '', '', 'publish', 'closed', 'closed', '', 518, '', '', '2026-03-02 12:58:36', '2026-03-02 12:58:36', '', 272, 'https://cfibenefits.wpengine.com/?p=518', 23, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (521, 1, '2023-05-14 22:19:55', '2023-05-15 03:19:55', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/IRG-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"10%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"60%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0.1px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Inclusion Resource Group&nbsp;(IRG)[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"35px||35px||false|false\" custom_padding_phone=\"30px||35px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Strategies to enhance the employee experience.  [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||0em||false|false\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]The Inclusion Resource Group (IRG) was created to provide a trusted space for meaningful conversations and initiatives that strengthen collaboration and build authentic workplace connections. In partnership with Inclusion & Engagement (I&E), this group encourages employee involvement to build a culture of belonging by implementing strategies focused on meaningful connections with colleagues, community involvement, career development and cultural awareness. This gives our employees the power to do their best work while feeling welcomed and supported.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"2px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Inclusion Resource Group (IRG)', '', 'publish', 'closed', 'closed', '', 'inclusion-resource-group-irg', '', '', '2026-01-30 00:58:32', '2026-01-30 00:58:32', '', 271, 'https://cfibenefits.wpengine.com/?page_id=521', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (524, 2, '2023-05-14 22:19:04', '2023-05-15 03:19:04', '', 'leadership development', '', 'inherit', 'open', 'closed', '', 'leadership-inset', '', '', '2023-05-14 22:19:20', '2023-05-15 03:19:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (526, 2, '2023-05-14 22:29:08', '2023-05-15 03:29:08', '', 'leadership-development-bannerBG', '', 'inherit', 'open', 'closed', '', 'leadership-development-bannerbg', '', '', '2023-05-14 22:29:08', '2023-05-15 03:29:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-development-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_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 (527, 1, '2023-05-14 22:50:10', '2023-05-15 03:50:10', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-council-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Inclusion Council</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" max_height_tablet=\"100%\" max_height_phone=\"100%\" max_height_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]A council of peers dedicated to positive change.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||22px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Inclusion Council (IC) members are nominated by CF senior leadership to be agents of change related to all things inclusion and engagement. The IC gives feedback on current inclusion and engagement initiatives to ensure they stay aligned with overall business strategy. It is important that CF always represents our values through our work environment and the work we produce, and the IC helps keep the company focused on these goals.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_inclusion.jpg\" title_text=\"team_inclusion\" disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Inclusion Council', '', 'draft', 'closed', 'closed', '', 'inclusion-council', '', '', '2026-01-25 23:01:43', '2026-01-25 23:01:43', '', 271, 'https://cfibenefits.wpengine.com/?page_id=527', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (529, 2, '2023-05-14 22:51:39', '2023-05-15 03:51:39', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assistance2', '', '', '2023-05-14 22:51:58', '2023-05-15 03:51:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assistance2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (531, 1, '2023-05-14 22:53:26', '2023-05-15 03:53:26', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-cycle-banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"33%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"45%\" width_phone=\"51%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Life Cycle Surveys</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" background_color=\"RGBA(255,255,255,0)\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Have your voice heard.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]We want to hear from you! Regularly hearing from our employees gives us real-time feedback and actionable ways we can evolve to be a great place to work. Our Employee Engagement and Life Cycle Surveys provide a way for employees at every level of the company to give confidential feedback.\n\nIf you are a CF Industries employee, you can expect to receive the survey when you reach seven, 45, 90 and 180 days with the company. The feedback you provide helps us adjust and strengthen our retention, recruitment and engagement efforts.\n\nWe encourage you to take time when responding to these surveys since all responses are reviewed for consideration. You have the power to help us reach the best place you can or have worked through your career.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Employee Life Cycle Surveys', '', 'draft', 'closed', 'closed', '', 'employee-life-cycle-surveys', '', '', '2025-05-29 12:12:32', '2025-05-29 11:12:32', '', 271, 'https://cfibenefits.wpengine.com/?page_id=531', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (534, 1, '2023-05-14 22:56:01', '2023-05-15 03:56:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/DEI-report-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"10%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"55%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Our Inclusion, Diversity & Equity Journey</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]The positive impact employees help us accomplish.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Strengthening CF Industries by Enhancing Inclusion, Diversity &amp; Equity</h2>\n<p>At CF, we are committed to aligning and measuring our ID&amp;E efforts as it relates to our corporate sustainability goals, business strategies and core values.</p>\n<h2>ID&amp;E 2022 Highlights</h2>\n<p>Our long-term ID&amp;E strategy focuses on three key areas: Representation, Education &amp; Skill Development, and Belonging. In 2022, we advanced on this strategy by:</p>\n<ul>\n<li>Launching a new mentoring program, Mentoring@CF, to develop and retain diverse talent</li>\n<li>Organizing two company-wide philanthropic events</li>\n<li>Incorporating seven, 45, 90 and 180 day â€œbelongingâ€ surveys into our New Hire Integration program</li>\n<li>Continuing our Disrupting Everyday Bias training as part of the core curriculum and onboarding process</li>\n<li>Providing inclusive leadership training</li>\n<li>Volunteering 1,700+ hours through our new Volunteer Time Off (VTO) program to positively impact our communities</li>\n</ul>\n<h2>Next Steps Toward Change</h2>\n<p>When you read through the report, remind yourself of the programs that CF Industries offers to further educate our employees on ID&amp;E and how you can continue the IRGâ€™s efforts to apply this to the world outside of your workspace.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Inclusion, Diversity, and Equity Annual Report</h2>\n<a href=\"https://www.cfindustries.com/reports#8ce496ec-2bda-49a0-b754-2e6ca191ec37\" target=\"_blank\" rel=\"noopener\">Click here</a> to read the full report and explore other impactful reports on CF Industries.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Our Inclusion, Diversity & Equity Journey', '', 'draft', 'closed', 'closed', '', 'our-inclusion-diversity-equity-journey', '', '', '2025-04-29 12:08:22', '2025-04-29 11:08:22', '', '0', 'https://cfibenefits.wpengine.com/?page_id=534', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (538, 2, '2023-05-14 23:23:37', '2023-05-15 04:23:37', '', 'service Anniversary awards', '', 'inherit', 'open', 'closed', '', 'service-award-inset', '', '', '2023-05-15 10:28:23', '2023-05-15 15:28:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (539, 2, '2023-05-14 23:29:39', '2023-05-15 04:29:39', '', 'service-award_banner', '', 'inherit', 'open', 'closed', '', 'service-award_banner', '', '', '2023-05-14 23:29:39', '2023-05-15 04:29:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (541, 2, '2023-05-14 23:49:58', '2023-05-15 04:49:58', '', 'base-pay-banner', '', 'inherit', 'open', 'closed', '', 'base-pay-banner', '', '', '2023-05-14 23:49:58', '2023-05-15 04:49:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/base-pay-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (542, 2, '2023-05-14 23:50:43', '2023-05-15 04:50:43', '', 'base-pay-inset', '', 'inherit', 'open', 'closed', '', 'base-pay-inset', '', '', '2023-05-14 23:50:43', '2023-05-15 04:50:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/base-pay-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (546, 1, '2026-03-02 12:58:38', '2023-05-15 11:23:00', '', 'Inclusion Resource Group', '', 'publish', 'closed', 'closed', '', 546, '', '', '2026-03-02 12:58:38', '2026-03-02 12:58:38', '', 271, 'https://cfibenefits.wpengine.com/?p=546', 28, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (547, 1, '2023-05-15 06:29:58', '2023-05-15 11:29:58', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/new-to-cfi_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>New to CF Industries</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Welcome to the CF team![/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]You represent what makes us uniquely CF, and we are proud to provide programmes to help you be your best inside and outside of work. While there is a variety to choose from, the benefits and programmes you choose to use are <strong>powered by you.</strong>\n<h2>Eligibility</h2>\nYou are eligible to enrol in all benefits if you are a regular, full-time employee. Part time employees are eligible to join pension, medical, dental.\n<h2>Life Event Change</h2>\nOnce you make your benefit elections, you will not be able to make changes unless you experience a Life Event Change. Examples of <a href=\"/uk/life-event-changes/\" target=\"_blank\" rel=\"noopener\">Life Event Changes</a> include a change in:\n<ul>\n	<li>Legal marital status (e.g., marriage, divorce, death of spouse, legal separation)</li>\n	<li>Number of dependants (e.g., birth, adoption, death of dependant, ineligibility due to age)</li>\n	<li>A dependantâ€™s eligibility status (e.g., a dependant child is no longer eligible)</li>\n	<li>Employment or job status</li>\n</ul>\nâ€‹\n\n&nbsp;[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Elect Your Benefits</h2>\nLog into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'New to CF Industries', '', 'publish', 'closed', 'closed', '', 'new-to-cf-industries', '', '', '2025-05-15 11:46:24', '2025-05-15 10:46:24', '', 650, 'https://cfibenefits.wpengine.com/?page_id=547', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (550, 1, '2023-05-15 06:33:50', '2023-05-15 11:33:50', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/benefits-eligibility_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Benefits Eligibility</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]You have the power to select a custom benefits package to meet your unique needs. [/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Covering Yourself</h2>\n<p>Regular, full-time employees are eligible to participate in the CF benefit programs. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent child(ren) up to the age of 26.</p>\n<h2>Covering Your Family Members</h2>\n<p>The following dependents are eligible for benefits:</p>\n<ul>\n<li>Lawful spouse (i.e., person you are legally married to)\n<ul>\n<li>Legally separated spouses and common law spouses are not eligible dependents.</li>\n</ul>\n</li>\n<li>Children under the age of 26 (including stepchildren, legally adopted children, children under your legal guardianship or children you have a legal obligation to provide health insurance coverage under a court order)</li>\n</ul>\n<h2>Important Deadline</h2>\n<p>As a new employee, you must enroll for benefits within <strong>30 days</strong> of your hire date. If you do not enroll during your new hire period, your next opportunity to enroll in benefits is during Annual Enrollment each fall or if you experience a Life Event Change.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Benefits Eligibility', '', 'draft', 'closed', 'closed', '', 'benefits-eligibility', '', '', '2025-04-29 12:06:03', '2025-04-29 11:06:03', '', '0', 'https://cfibenefits.wpengine.com/?page_id=550', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (553, 1, '2026-03-02 12:58:38', '2023-05-15 11:35:47', ' ', '', '', 'publish', 'closed', 'closed', '', 553, '', '', '2026-03-02 12:58:38', '2026-03-02 12:58:38', '', 650, 'https://cfibenefits.wpengine.com/?p=553', 30, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (554, 1, '2023-05-15 06:38:27', '2023-05-15 11:38:27', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-event_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Beneficiary/Life Event Changes</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]When life changes, your benefits should too. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||20px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Beneficiaries</h2>\n<p>CF makes it easy for you to stay prepared for unexpected changes by simplifying the process of adding or updating your beneficiaries at any time.Â Â We offer multiple protection plans to ensure comprehensive coverage for you and your loved ones. If you experience a life event change, be sure to update all your plans.</p>\n<p>Remember to update your beneficiary details regularly to ensure your benefits are distributed according to your wishes and easily located by providers.Â The beneficiary form can be found <a href=\"https://cfindustries.sharepoint.com/sites/Billingham-HR/Shared%20Documents/Forms/AllItems.aspx?id=/sites/Billingham-HR/Shared%20Documents/HR/HR%20How%20to%20Guide%20%26%20FAQs/Live/Workday%20How%20to%20Guides/CF_Beneficiary_Designation_Form%20%281%29.pdf&amp;parent=/sites/Billingham-HR/Shared%20Documents/HR/HR%20How%20to%20Guide%20%26%20FAQs/Live/Workday%20How%20to%20Guides\" target=\"_blank\" rel=\"noopener\">here</a> and how to load the document to Workday can be found <a href=\"https://cfindustries.sharepoint.com/:b:/r/sites/Billingham-HR/Shared%20Documents/HR/HR%20How%20to%20Guide%20%26%20FAQs/Live/Workday%20How%20to%20Guides/How%20to%20load%20documents%20on%20to%20Workday.pdf?csf=1&amp;web=1&amp;e=MgEwR0\" target=\"_blank\" rel=\"noopener\">here</a>.</p>\n<p>There is just one CF form to complete for both the death in service life insurance policy and for the pension scheme. However, you should also update your beneficiaries on the Mercer app or at <a href=\"https://www.mercermoney.com\" target=\"_blank\" rel=\"noopener\"><strong>www.mercermoney.com</strong></a><strong>.</strong></p>\n<h2>Life Event Change</h2>\n<p style=\"padding-bottom: .75em;\">Once you make your benefit elections, you will not be able to make changes unless you experience a Life Event Change. Examples of Life Event Changes include a change in:</p>\n<ul>\n<li>Legal marital status (e.g., marriage, divorce, death of spouse, legal separation)</li>\n<li>Number of dependants (e.g., birth, adoption, death of dependant, ineligibility due to age)</li>\n<li>A dependantâ€™s eligibility status (e.g., a dependant child is no longer eligible)</li>\n<li>Employment or job status</li>\n</ul>[/et_pb_text][et_pb_toggle title=\"Birth or Adoption of a Child\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" disabled_on=\"on|on|on\" module_class=\"toggle_txt_list\" _builder_version=\"4.21.0\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" disabled=\"on\" global_colors_info=\"{}\"]<h3>Reporting a Leaveâ€‹</h3>\n<p>Call New York Lifeâ€™s toll-free number at 800-362-4462 and a representative will walk you through the process. You can also create a new leave request via <a href=\"https://www.mynylgbs.com/auth\" target=\"_blank\" rel=\"noopener\">myNYLGBS.com</a>.</p>\n<h3>Adding Your New Family Member to Benefits</h3>\n<p style=\"padding-bottom: 1em;\">To add a new dependent to your coverage, log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and update Benefits within <strong>30 days</strong> of the birth or adoption.</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Begin or increase your Health Care Health Savings Account (HSA) or Health Care Flexible Sâ€‹pending Account (FSA) contributions.</li>\n<li>Begin or change your contributions to a Dependent Care Flexible Spending Account (DCFSA).</li>\n<li>Update your beneficiary information.\n<ul>\n<li>You can change your beneficiaries at any time in Workday under Benefits. When you update your beneficiary through <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>, previous beneficiary designations are automatically canceled<strong><em>.</em></strong></li>\n</ul>\n</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Marriage or Divorce/Separation\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" disabled_on=\"on|on|on\" module_class=\"toggle_txt_list\" _builder_version=\"4.21.0\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" disabled=\"on\" global_colors_info=\"{}\"]<p style=\"padding-bottom: 1em;\">If you are recently married, divorced or separated, you may consider updating your benefits coverage to reflect the necessary changes. To update your benefits coverage, log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then Benefits within <strong>30 days</strong> of the marriage or divorce.</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Adjust your Health Care Savings Account (HSA) or Health Care Flexible Sâ€‹pending Account (FSA) contributions as needed.</li>\n<li>Adjust your life insurance coverage which may require Evidence of Insurability.</li>\n<li>Update your beneficiary information:\n<ul>\n<li>You can change your beneficiaries at any time in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> under Benefits. When you make updates, previous beneficiary designations are automatically canceled<em>. </em></li>\n</ul>\n</li>\n<li>Contact the Pension Center at 866-234-9977 to update your pension beneficiary.</li>\n<li>Go to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> to update your 401(k) Plan beneficiary.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Death of a Dependent\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" disabled_on=\"on|on|on\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" disabled=\"on\" global_colors_info=\"{}\"]<p style=\"padding-bottom: 1em;\">CF Industriesâ€™ benefits are here to support you in challenging times. Our <a href=\"/employee-assistance-program/\" target=\"_blank\" rel=\"noopener\">Employee Assistance Program (EAP)</a> is available with resources and counseling to help you cope with your loss. There are also steps you may want to take which are outlined below.</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Contact your supervisor and Human Resources representative.</li>\n<li>Review your benefits and remove your dependent from coverage in Workday under Benefits within <strong>30 days </strong>of the death and include requested supporting documentation.</li>\n<li>If your beneficiary is covered under our Life Insurance coverage, contact CF Benefits at 847-405-2400 or <a href=\"mailto:benefits@cfindustries.com\">benefits@cfindustries.com</a>.</li>\n<li>Update your beneficiary information\n<ul>\n<li>You can change your beneficiaries at any time in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> under Benefits. When you make updates, previous beneficiary designations are automatically canceled<em>.</em></li>\n</ul>\n</li>\n<li>Contact the Pension Center at 866-234-9977 to update your pension beneficiary.</li>\n<li>Go to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> to update your 401(k) Plan beneficiary.</li>\n<li>Update your personal information, if needed, in Workday.</li>\n<li>Consider adjusting your Health Care Flexible Spending Account (FSA) and/or Dependent Care Flexible Spending Account (DCFSA) contributions.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Gain or Lose Other Coverage\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" disabled_on=\"on|on|on\" module_class=\"toggle_txt_list\" _builder_version=\"4.24.0\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" custom_margin=\"||5em||false|false\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" disabled=\"on\" global_colors_info=\"{}\"]If you, your spouse or your dependent gains or loses coverage due to a change in employment, significant change in coverage due to your spouseâ€™s employment, or change from full-to part-time employment which results in a gain or loss of coverage, you may be able to make changes to your current CF Industries benefits.  Adding or dropping coverage during annual enrollment or your dependentâ€™s annual enrollment is not considered a life event that would allow you to make changes to your CF benefits.\n<h3>Things to Consider:</h3>\n<ul>\n	<li>To add or drop coverage for you, your spouse, or other dependents you must log into Workday and click the Benefits Icon within 30 days of the life event.\n<ul>\n	<li>You are required to provide documentation to support the type of life event that occurred and the date when coverage is set to begin or end.  Your updated coverage(s) generally become effective the first payroll after notification and approval of your family status change. </li>\n</ul>\n</li>\n	<li>Review your medical, dental and vision coverages.</li>\n	<li>Begin or change your Health Care Savings Account (HSA) or Health Care Flexible Sâ€‹pending Account (FSA) contributions.</li>\n	<li>Begin or change your contributions to a Dependent Care Flexible Spending Account (DCFSA).</li>\n	<li>Enroll in or remove dependents from Life Insurance and Accidental Death and Dismemberment (AD&amp;D) Insurance.*</li>\n</ul>\n<em>*You may be required to provide evidence of insurability.</em>[/et_pb_toggle][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Take Action</h2>\n<p>Log intoÂ <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>Workday</strong></a>Â and then click the Benefits icon to update your beneficiaries and/or update your benefit elections.Â </p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Life Event Changes', '', 'publish', 'closed', 'closed', '', 'life-event-changes', '', '', '2025-05-29 13:19:17', '2025-05-29 12:19:17', '', 650, 'https://cfibenefits.wpengine.com/?page_id=554', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (557, 2, '2023-05-15 07:14:29', '2023-05-15 12:14:29', '', 'short-term-incentive_banner', '', 'inherit', 'open', 'closed', '', 'short-term-incentive_banner', '', '', '2023-05-15 07:14:29', '2023-05-15 12:14:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/short-term-incentive_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (558, 2, '2023-05-15 07:14:40', '2023-05-15 12:14:40', '', 'short-term incentives', '', 'inherit', 'open', 'closed', '', 'short-term-incentive-inset', '', '', '2023-05-15 10:29:23', '2023-05-15 15:29:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/short-term-incentive-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (559, 2, '2023-05-15 07:19:58', '2023-05-15 12:19:58', '', 'long-term incentives', '', 'inherit', 'open', 'closed', '', 'long-term-incentive-incentive', '', '', '2023-05-15 10:29:46', '2023-05-15 15:29:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term-incentive-incentive.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (560, 2, '2023-05-15 07:23:09', '2023-05-15 12:23:09', '', 'long-term-incentive-banner', '', 'inherit', 'open', 'closed', '', 'long-term-incentive-banner', '', '', '2023-05-15 07:23:09', '2023-05-15 12:23:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term-incentive-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (561, 1, '2023-05-15 07:52:11', '2023-05-15 12:52:11', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/requires-notices_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Required Notices</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Review full plan documents and details.[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_3_line_height=\"1.7em\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>General</h3>\n<ul>\n<li><a href=\"/documents/summary-of-benefits-ppo-plan/\" target=\"_blank\" rel=\"noopener\">2024 Standard PPO SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-of-benefits-hsa-plan/\" target=\"_blank\" rel=\"noopener\">2024 Advantage PPO with HSA SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2023-us-required-notices/\" target=\"_blank\" rel=\"noopener\">2023 Annual Required Notices</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-annual-report-welfare-benefits/\" target=\"_blank\" rel=\"noopener\">Summary Annual Report</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Health and Welfare</h3>\n<ul>\n<li><a href=\"/documents/summary-plan-description-health-and-welfare/\" target=\"_blank\" rel=\"noopener\">Health and Welfare Summary Plan Description</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-of-benefits-and-coverage-standard-ppo/\" target=\"_blank\" rel=\"noopener\">2023 Standard PPO SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-of-benefits-and-coverage-advantage-hsa/\" target=\"_blank\" rel=\"noopener\">2023 Advantage HSA SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Retirement</h3>\n<ul>\n<li><a href=\"/documents/safe-harbor-notice/\" target=\"_blank\" rel=\"noopener\">Safe Harbor Notice</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-annual-report-401k/\" target=\"_blank\" rel=\"noopener\">SAR 401(k)</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/annual-funding-notice/\" target=\"_blank\" rel=\"noopener\">Annual Pension Plan Funding Notice </a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-plan-description-retirement/\" target=\"_blank\" rel=\"noopener\">Retirement Summary Plan Description</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Advantage PPO with HSA</h3>\n<ul>\n	<li>The Advantage PPO with HSA has a higher deductible and out-of-pocket maximum.</li>\n	<li>The monthly premium is lower in this plan.</li>\n	<li>This plan can be paired with a <a href=\"#\">Health Savings Account (HSA)</a>.\n<ul>\n	<li>CF Industries also contributes to your HSA to help cover eligible medical expenses.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" global_colors_info=\"{}\"]<h3>Standard PPO</h3>\n<ul>\n<li>The Standard PPO has a lower deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is higher in this plan.</li>\n<li>This plan cannot be paired with an HSA but is eligible for a <a href=\"#\">Flexible Spending Account (FSA)</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>Pay Less with In-Network Providers</h3>\n<p><a href=\"https://www.bcbsil.com/find-care/providers-in-your-network/find-a-doctor-or-hospital?utm_source=QR-Code&amp;utm_medium=AE%2520Guide&amp;utm_campaign=Annual%2520Enrollment%25202020&amp;utm_term=Provider+directory\" target=\"_blank\" rel=\"noopener\">Click here</a> to find a provider in your area or call BCBSIL Health Advocacy Solutions at <strong>888-902-8293</strong>.</p>\n<h3>Get Help Navigating Your Medical Care</h3>\n<p>You or dependents enrolled in a CF Industries medical plan can <strong>contact Blue Cross Blue Shield Health Advocacy Solutions (HAS)</strong> to help you address medical benefits questions, guide you through a new diagnosis, find a provider, shop for lower-cost healthcare, connect you with mental health experts and more! <strong>Call 888-902-8293 for support 24/7 at no cost to you.</strong></p>\n<p>Connect to your Health Advocate Team, dedicated Health Advocate Concierge and Clinical Health Advocates from 7 a.m. to 7 p.m. CT Monday through Friday.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Required Notices', '', 'draft', 'closed', 'closed', '', 'required-notices', '', '', '2025-04-27 14:44:24', '2025-04-27 19:44:24', '', '0', 'https://cfibenefits.wpengine.com/?page_id=561', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (564, 1, '2023-05-15 07:54:23', '2023-05-15 12:54:23', '', 'Annual Funding Notice', '', 'inherit', 'open', 'closed', '', 'annual-funding-notice-3', '', '', '2024-03-22 13:25:12', '2024-03-22 18:25:12', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Annual-Funding-Notice.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (565, 1, '2023-05-15 07:54:27', '2023-05-15 12:54:27', '', 'SafeHarborNotice', '', 'inherit', 'open', 'closed', '', 'safeharbornotice', '', '', '2024-03-22 13:22:06', '2024-03-22 18:22:06', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SafeHarborNotice.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (566, 1, '2023-05-15 07:54:29', '2023-05-15 12:54:29', '', 'SAR - CF Industries 401k - 2017-11092018', '', 'inherit', 'open', 'closed', '', 'sar-cf-industries-401k-2017-11092018', '', '', '2024-03-22 13:23:39', '2024-03-22 18:23:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SAR-CF-Industries-401k-2017-11092018.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (567, 1, '2023-05-15 07:54:31', '2023-05-15 12:54:31', '', 'SAR - CF Industries EE Wlf Ben - 2017-11092018', '', 'inherit', 'open', 'closed', '', 'sar-cf-industries-ee-wlf-ben-2017-11092018', '', '', '2024-03-22 13:14:04', '2024-03-22 18:14:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SAR-CF-Industries-EE-Wlf-Ben-2017-11092018.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (568, 1, '2023-05-15 07:54:38', '2023-05-15 12:54:38', '', 'CF - 2022 U.S. Required Notices10.10.22', '', 'inherit', 'open', 'closed', '', 'cf-2022-u-s-required-notices10-10-22', '', '', '2023-05-15 07:54:38', '2023-05-15 12:54:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-2022-U.S.-Required-Notices10.10.22.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (569, 1, '2023-05-15 07:54:43', '2023-05-15 12:54:43', '', 'Advantage HSA_SBC -249478_0001_CF INDUSTRIES HOLDINGS INC_HSA_01-01-2023 to 12-31-2023_2020-01-01_v2', '', 'inherit', 'open', 'closed', '', 'advantage-hsa_sbc-249478_0001_cf-industries-holdings-inc_hsa_01-01-2023-to-12-31-2023_2020-01-01_v2', '', '', '2024-03-22 13:20:30', '2024-03-22 18:20:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (570, 1, '2023-05-15 07:54:47', '2023-05-15 12:54:47', '', 'Standard PPO_SBC', '', 'inherit', 'open', 'closed', '', 'standard-ppo_sbc', '', '', '2023-05-15 07:54:47', '2023-05-15 12:54:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Standard-PPO_SBC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (572, 1, '2026-03-02 12:58:39', '2023-05-15 12:56:06', '', 'Beneficiary/Life Event', '', 'publish', 'closed', 'closed', '', 572, '', '', '2026-03-02 12:58:39', '2026-03-02 12:58:39', '', 650, 'https://cfibenefits.wpengine.com/?p=572', 31, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (574, 1, '2023-05-15 08:06:20', '2023-05-15 13:06:20', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/contacts_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Important Contacts and Resources</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"20px||50px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"12px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||1em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Help is only a call or click away.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||2em||false|false\" custom_padding_tablet=\"13px||0px|||\" custom_padding_phone=\"13px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Managing Your Benefits\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon to enrol, change or update your benefits information.</p>\n<p>If you have questions, email <strong>HR Shared Services</strong>.</p>[/et_pb_blurb][et_pb_blurb title=\"Wellness\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bluecrest</strong><br />0808 168 9219<br /><a href=\"https://www.bluecrestwellness.com\" target=\"_blank\" rel=\"noopener\">www.bluecrestwellness.com</a><br /><strong>Email: </strong><a href=\"mailto:corporate@bluecrestwellness.com\">corporate@bluecrestwellness.com</a></p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_blurb title=\"Medical\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Bupa</strong>\n<a href=\"https://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk</a>\n<strong>Bupa Anytime HealthLine</strong>: 0345 607 7777\n<strong>Family Mental HealthLine</strong>: 0345 266 7938\n<strong>Menopause HealthLine</strong>: 0345 608 9984\n<strong>My Bupa App:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_blurb][et_pb_blurb title=\"Dental\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bupa</strong><br />0800 237 777<br /><a href=\"http://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk </a><br /><strong>Email:</strong> <a href=\"mailto:DentalMemberServices@bupa.com\">DentalMemberServices@bupa.com</a><br /><strong>My Bupa app:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Chronic Condition Management and Prevention\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/chronic.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Dario</strong><br />833-438-0736 (9 a.m. â€“9 p.m. ET)<br /><a href=\"http://about.dariohealth.com/cfindustries\" target=\"_blank\" rel=\"noopener\">www.about.dariohealth.com/cfindustries</a></p>[/et_pb_blurb][et_pb_blurb title=\"Prescription\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Prime Therapeutics</strong><br /><span class=\"contact_phone\">888-902-8293</span><br /><a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">www.myprime.com</a></p>\n<p><strong>Accredo Specialty Pharmacy</strong><br />833-721-1619<br /><a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">www.accredo.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Vision\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna</strong><br />877-478-7557<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Mental Health\" url=\"https://www.thehartford.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/mental-health.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bupa</strong><br /><strong>Mental health support team:</strong> 0345 600 5446<br /><strong>Help@hand app:</strong> <a href=\"https://apps.apple.com/gb/app/help-hand/id1485686894\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=sh.mobile.unum.helpathand&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Cycle to Work\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/cycle-to-work.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>CycleScheme</strong><br /><a href=\"https://www.cyclescheme.co.uk/1097b7 \" target=\"_blank\" rel=\"noopener\">https://www.cyclescheme.co.uk/1097b7 </a></p>\n<p>If you have questions, email <strong>HR Shared Services</strong>.</p>[/et_pb_blurb][et_pb_blurb title=\"Life Insurance\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>MetLife</strong><br /><strong>Bereavement helpline:</strong> 0800 917 0096 365<br /><a href=\"http://www.metlife.co.uk \" target=\"_blank\" rel=\"noopener\">www.metlife.co.uk </a></p>[/et_pb_blurb][et_pb_blurb title=\"Income Protection\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Unum</strong></p>\n<p>If you have questions, email <strong>HR Shared Services</strong>.</p>[/et_pb_blurb][et_pb_blurb title=\"Pension Scheme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Mercer</strong><br />0330 808 9426 (9am â€“ 5pm Monday to Friday)<br /><strong>Email:</strong> <a href=\"mailto:money@mercer.com \" target=\"_blank\" rel=\"noopener\">money@mercer.com </a><br /><strong>Visit:</strong> <a href=\"https://Mercermoney.com\" target=\"_blank\" rel=\"noopener\">Mercermoney.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Business Travel\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/travel.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>International SOS</strong> <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a><br />(member ID is 11BCMA000183)</p>[/et_pb_blurb][et_pb_blurb title=\"Cigna Additional Programmes\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/health_advo_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna Healthy Rewards</strong><br />800-258-3312<br /><a href=\"http://www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>\n<p><strong>NYL GBS Secure Travel</strong><br />800-362-4462<br /><a href=\"http://www.mynylgbs.com/\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Discount Programme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/perks.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Perkspot</strong><br />866-606-6057<br /><a href=\"https://cfi.perkspot.com/login\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com/login</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2026-01-30 00:41:11', '2026-01-30 00:41:11', '', 650, 'https://cfibenefits.wpengine.com/?page_id=574', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (576, 1, '2023-05-15 09:50:11', '2023-05-15 14:50:11', '', 'service-anniversary-award_page_banner', '', 'inherit', 'open', 'closed', '', 'service-anniversary-award_page_banner', '', '', '2023-05-15 09:50:11', '2023-05-15 14:50:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-anniversary-award_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (577, 1, '2023-05-15 09:51:01', '2023-05-15 14:51:01', '', 'service-anniversary-award_section_inset', '', 'inherit', 'open', 'closed', '', 'service-anniversary-award_section_inset', '', '', '2023-05-15 09:51:01', '2023-05-15 14:51:01', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-anniversary-award_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (578, 1, '2023-05-15 10:22:43', '2023-05-15 15:22:43', '', 'strive_section_inset', '', 'inherit', 'open', 'closed', '', 'strive_section_inset', '', '', '2023-05-15 10:22:43', '2023-05-15 15:22:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (579, 1, '2023-05-15 10:26:11', '2023-05-15 15:26:11', '', 'medical_page_banner', '', 'inherit', 'open', 'closed', '', 'medical_page_banner', '', '', '2023-05-15 10:26:11', '2023-05-15 15:26:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medical_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (581, 1, '2023-05-15 10:33:24', '2023-05-15 15:33:24', '', 'prescription_section_inset', '', 'inherit', 'open', 'closed', '', 'prescription_section_inset', '', '', '2023-05-15 10:33:24', '2023-05-15 15:33:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (583, 1, '2023-05-15 10:38:55', '2023-05-15 15:38:55', '', 'dental_page_banner', '', 'inherit', 'open', 'closed', '', 'dental_page_banner', '', '', '2023-05-15 10:38:55', '2023-05-15 15:38:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (584, 1, '2023-05-15 10:39:18', '2023-05-15 15:39:18', '', 'dental_section_inset', '', 'inherit', 'open', 'closed', '', 'dental_section_inset', '', '', '2023-05-15 10:39:18', '2023-05-15 15:39:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (587, 2, '2023-05-15 12:20:30', '2023-05-15 17:20:30', '', 'HSA-banner', '', 'inherit', 'open', 'closed', '', 'hsa-banner', '', '', '2023-05-15 12:20:30', '2023-05-15 17:20:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (588, 1, '2023-05-15 12:21:50', '2023-05-15 17:21:50', '', 'vision_section_inset', '', 'inherit', 'open', 'closed', '', 'vision_section_inset', '', '', '2023-05-15 12:21:50', '2023-05-15 17:21:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (590, 1, '2023-05-15 12:24:35', '2023-05-15 17:24:35', '', 'proactive-md_section_inset', '', 'inherit', 'open', 'closed', '', 'proactive-md_section_inset', '', '', '2023-05-15 12:24:35', '2023-05-15 17:24:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/proactive-md_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (591, 2, '2023-05-15 12:27:07', '2023-05-15 17:27:07', '', 'ayco financial', '', 'inherit', 'open', 'closed', '', 'ayco-financial-inset', '', '', '2023-05-15 12:27:21', '2023-05-15 17:27:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ayco-financial-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (592, 1, '2023-05-15 12:31:41', '2023-05-15 17:31:41', '', 'chronic-conditions_page_banner2', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner2', '', '', '2023-05-15 12:31:41', '2023-05-15 17:31:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (593, 1, '2023-05-15 12:31:43', '2023-05-15 17:31:43', '', 'chronic-conditions_page_banner', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner', '', '', '2023-05-15 12:31:43', '2023-05-15 17:31:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (594, 1, '2023-05-15 12:35:44', '2023-05-15 17:35:44', '', 'prescription_page_banner', '', 'inherit', 'open', 'closed', '', 'prescription_page_banner', '', '', '2023-05-15 12:35:44', '2023-05-15 17:35:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (595, 1, '2023-05-15 12:35:45', '2023-05-15 17:35:45', '', 'dental_page_banner', '', 'inherit', 'open', 'closed', '', 'dental_page_banner-2', '', '', '2023-05-15 12:35:45', '2023-05-15 17:35:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_page_banner-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (596, 1, '2023-05-15 12:35:46', '2023-05-15 17:35:46', '', 'vision_page_banner', '', 'inherit', 'open', 'closed', '', 'vision_page_banner', '', '', '2023-05-15 12:35:46', '2023-05-15 17:35:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (597, 1, '2023-05-15 12:35:47', '2023-05-15 17:35:47', '', 'proactive-md_page_banner', '', 'inherit', 'open', 'closed', '', 'proactive-md_page_banner', '', '', '2023-05-15 12:35:47', '2023-05-15 17:35:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/proactive-md_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (598, 1, '2023-05-15 12:35:48', '2023-05-15 17:35:48', '', 'chronic-conditions_page_banner2', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner2-2', '', '', '2023-05-15 12:35:48', '2023-05-15 17:35:48', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner2-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (599, 1, '2023-05-15 12:40:28', '2023-05-15 17:40:28', '', 'strive_page_banner', '', 'inherit', 'open', 'closed', '', 'strive_page_banner', '', '', '2023-05-15 12:40:28', '2023-05-15 17:40:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (600, 2, '2023-05-15 12:40:57', '2023-05-15 17:40:57', '', 'FSA', '', 'inherit', 'open', 'closed', '', 'fsa-inset', '', '', '2023-05-15 12:41:04', '2023-05-15 17:41:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSA-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (601, 2, '2023-05-15 12:42:01', '2023-05-15 17:42:01', '', 'life insurance', '', 'inherit', 'open', 'closed', '', 'life-insurance-inset', '', '', '2023-05-15 12:42:10', '2023-05-15 17:42:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-insurance-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (602, 2, '2023-05-15 12:43:40', '2023-05-15 17:43:40', '', 'HSA', '', 'inherit', 'open', 'closed', '', 'hsa-inset', '', '', '2023-05-15 12:43:50', '2023-05-15 17:43:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (603, 1, '2026-03-02 12:58:39', '2023-05-15 17:45:07', ' ', '', '', 'publish', 'closed', 'closed', '', 603, '', '', '2026-03-02 12:58:39', '2026-03-02 12:58:39', '', 650, 'https://cfibenefits.wpengine.com/?p=603', 32, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (604, 2, '2023-05-15 12:46:19', '2023-05-15 17:46:19', '', 'life-insurance-banner', '', 'inherit', 'open', 'closed', '', 'life-insurance-banner', '', '', '2023-05-15 12:46:19', '2023-05-15 17:46:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-insurance-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (605, 1, '2023-05-15 12:46:36', '2023-05-15 17:46:36', '', 'health_advo_icon', '', 'inherit', 'open', 'closed', '', 'health_advo_icon', '', '', '2023-05-15 12:46:36', '2023-05-15 17:46:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/health_advo_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (606, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'medical_icon', '', 'inherit', 'open', 'closed', '', 'medical_icon-2', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medical_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (607, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'prescription_icon', '', 'inherit', 'open', 'closed', '', 'prescription_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (608, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'insurance_icon', '', 'inherit', 'open', 'closed', '', 'insurance_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/insurance_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (609, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'accident_icon', '', 'inherit', 'open', 'closed', '', 'accident_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/accident_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (610, 1, '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', 'HSA_icon', '', 'inherit', 'open', 'closed', '', 'hsa_icon', '', '', '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (611, 1, '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', 'FSA_icon', '', 'inherit', 'open', 'closed', '', 'fsa_icon', '', '', '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSA_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (612, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'dental_icon', '', 'inherit', 'open', 'closed', '', 'dental_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (613, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'vision_icon', '', 'inherit', 'open', 'closed', '', 'vision_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (614, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'disability_icon', '', 'inherit', 'open', 'closed', '', 'disability_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (615, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '401k_icon', '', 'inherit', 'open', 'closed', '', '401k_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (616, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', 'EAP_icon', '', 'inherit', 'open', 'closed', '', 'eap_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EAP_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (617, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', 'long-term_icon', '', 'inherit', 'open', 'closed', '', 'long-term_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (618, 2, '2023-05-15 12:46:44', '2023-05-15 17:46:44', '', 'ayco-financial-banner', '', 'inherit', 'open', 'closed', '', 'ayco-financial-banner', '', '', '2023-05-15 12:46:44', '2023-05-15 17:46:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ayco-financial-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (622, 2, '2023-05-15 13:19:31', '2023-05-15 18:19:31', '', 'HSA-inset', '', 'inherit', 'open', 'closed', '', 'hsa-inset-2', '', '', '2023-05-15 13:19:31', '2023-05-15 18:19:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-inset-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (623, 2, '2023-05-15 13:20:52', '2023-05-15 18:20:52', '', 'disability', '', 'inherit', 'open', 'closed', '', 'disability-inset', '', '', '2023-05-15 13:20:57', '2023-05-15 18:20:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (624, 2, '2023-05-15 13:23:31', '2023-05-15 18:23:31', '', 'disability_banner', '', 'inherit', 'open', 'closed', '', 'disability_banner', '', '', '2023-05-15 13:23:31', '2023-05-15 18:23:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (626, 1, '2023-05-15 13:26:52', '2023-05-15 18:26:52', '', 'medicare-ssa', '', 'inherit', 'open', 'closed', '', 'medicare-ssa', '', '', '2023-05-15 13:26:52', '2023-05-15 18:26:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medicare-ssa.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (627, 1, '2023-05-15 13:31:10', '2023-05-15 18:31:10', '', 'perks', '', 'inherit', 'open', 'closed', '', 'perks', '', '', '2023-05-15 13:31:10', '2023-05-15 18:31:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/perks.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (628, 2, '2023-05-15 13:52:52', '2023-05-15 18:52:52', '', '401(k)', '', 'inherit', 'open', 'closed', '', '401k-inset', '', '', '2023-05-15 13:53:07', '2023-05-15 18:53:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (629, 2, '2023-05-15 13:53:37', '2023-05-15 18:53:37', '', 'business travel', '', 'inherit', 'open', 'closed', '', 'travel-inset', '', '', '2023-05-15 13:53:50', '2023-05-15 18:53:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/travel-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (630, 1, '2023-05-15 13:57:50', '2023-05-15 18:57:50', '', 'chronic', '', 'inherit', 'open', 'closed', '', 'chronic', '', '', '2023-05-15 13:57:50', '2023-05-15 18:57:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (631, 2, '2023-05-15 14:02:49', '2023-05-15 19:02:49', '', 'leaving CF', '', 'inherit', 'open', 'closed', '', 'leaving-inset', '', '', '2023-05-15 14:02:55', '2023-05-15 19:02:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leaving-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (632, 1, '2023-05-15 14:03:32', '2023-05-15 19:03:32', '', 'strive', '', 'inherit', 'open', 'closed', '', 'strive-2', '', '', '2023-05-15 14:03:32', '2023-05-15 19:03:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (634, 2, '2023-05-15 14:32:59', '2023-05-15 19:32:59', '', 'retiring', '', 'inherit', 'open', 'closed', '', 'retiring-inset', '', '', '2023-05-15 14:33:06', '2023-05-15 19:33:06', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/retiring-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (635, 2, '2023-05-15 14:33:32', '2023-05-15 19:33:32', '', 'death of CF employee', '', 'inherit', 'open', 'closed', '', 'reporting-death-inset', '', '', '2023-05-15 14:33:44', '2023-05-15 19:33:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/reporting-death-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (636, 2, '2023-05-15 14:35:21', '2023-05-15 19:35:21', '', '401k-banner', '', 'inherit', 'open', 'closed', '', '401k-banner', '', '', '2023-05-15 14:35:21', '2023-05-15 19:35:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (637, 2, '2023-05-15 14:40:22', '2023-05-15 19:40:22', '', 'travel-banner', '', 'inherit', 'open', 'closed', '', 'travel-banner', '', '', '2023-05-15 14:40:22', '2023-05-15 19:40:22', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/travel-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (639, 2, '2023-05-15 14:51:51', '2023-05-15 19:51:51', '', 'leaving-CF-banner', '', 'inherit', 'open', 'closed', '', 'leaving-cf-banner', '', '', '2023-05-15 14:51:51', '2023-05-15 19:51:51', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leaving-CF-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (640, 2, '2023-05-15 14:58:37', '2023-05-15 19:58:37', '', 'retiring-banner', '', 'inherit', 'open', 'closed', '', 'retiring-banner', '', '', '2023-05-15 14:58:37', '2023-05-15 19:58:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/retiring-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (641, 1, '2023-05-15 14:59:03', '2023-05-15 19:59:03', '', 'hsa-fsa-accounts', '', 'inherit', 'open', 'closed', '', 'hsa-fsa-accounts', '', '', '2023-05-15 14:59:03', '2023-05-15 19:59:03', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/hsa-fsa-accounts.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (643, 2, '2023-05-15 15:05:03', '2023-05-15 20:05:03', '', 'reporting-death-banner', '', 'inherit', 'open', 'closed', '', 'reporting-death-banner', '', '', '2023-05-15 15:05:03', '2023-05-15 20:05:03', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/reporting-death-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (650, 1, '2023-05-15 15:32:07', '2023-05-15 20:32:07', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" title_text=\"medical_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Resources Library</h1>\nOur health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/medical/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Medical</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" title_text=\"medical_page_banner\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/prescription/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Prescription</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg\" title_text=\"prescription_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/dental/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Dental</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" title_text=\"dental_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/vision/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Vision</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg\" title_text=\"vision_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/strive/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Strive Engagement Platform</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" title_text=\"Strive Engagement Platform\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/proactive-md/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Proactive MD</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg\" title_text=\"proactive-md_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Resources Library', '', 'publish', 'closed', 'closed', '', 'resources-library', '', '', '2023-05-15 15:35:23', '2023-05-15 20:35:23', '', '0', 'https://cfibenefits.wpengine.com/?page_id=650', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (652, 2, '2023-05-15 15:34:51', '2023-05-15 20:34:51', '', 'employee value proposition', '', 'inherit', 'open', 'closed', '', 'be-included-inset', '', '', '2023-05-15 15:35:13', '2023-05-15 20:35:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/be-included-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (653, 2, '2023-05-15 15:44:34', '2023-05-15 20:44:34', '', 'inclusion council', '', 'inherit', 'open', 'closed', '', 'inclusion-council-inset', '', '', '2023-05-15 15:44:44', '2023-05-15 20:44:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-council-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (654, 2, '2023-05-15 15:51:21', '2023-05-15 20:51:21', '', 'life cycle surveys', '', 'inherit', 'open', 'closed', '', 'life-cycle_inset', '', '', '2023-05-15 15:51:36', '2023-05-15 20:51:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-cycle_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (655, 2, '2023-05-15 15:58:35', '2023-05-15 20:58:35', '', 'DEI report', '', 'inherit', 'open', 'closed', '', 'dei-report-inset', '', '', '2023-05-15 15:58:45', '2023-05-15 20:58:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/DEI-report-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (657, 2, '2023-05-15 16:04:01', '2023-05-15 21:04:01', '', 'Blue Ocean Brain', '', 'inherit', 'open', 'closed', '', 'blue-ocean-inset', '', '', '2023-05-15 16:04:41', '2023-05-15 21:04:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/blue-ocean-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (658, 2, '2023-05-15 16:45:00', '2023-05-15 21:45:00', '', 'inclusion resource group', '', 'inherit', 'open', 'closed', '', 'inclusion-resource-group-inset', '', '', '2023-05-15 16:45:17', '2023-05-15 21:45:17', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-resource-group-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (659, 2, '2023-05-15 16:47:18', '2023-05-15 21:47:18', '', 'IRG-banner', '', 'inherit', 'open', 'closed', '', 'irg-banner', '', '', '2023-05-15 16:47:18', '2023-05-15 21:47:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/IRG-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (660, 2, '2023-05-15 16:47:19', '2023-05-15 21:47:19', '', 'blue-ocean-brain-banner', '', 'inherit', 'open', 'closed', '', 'blue-ocean-brain-banner', '', '', '2023-05-15 16:47:19', '2023-05-15 21:47:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/blue-ocean-brain-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (661, 2, '2023-05-15 16:47:20', '2023-05-15 21:47:20', '', 'DEI-report-banner', '', 'inherit', 'open', 'closed', '', 'dei-report-banner', '', '', '2023-05-15 16:47:20', '2023-05-15 21:47:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/DEI-report-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (662, 2, '2023-05-15 16:47:49', '2023-05-15 21:47:49', '', 'life-cycle-banner', '', 'inherit', 'open', 'closed', '', 'life-cycle-banner', '', '', '2023-05-15 16:47:49', '2023-05-15 21:47:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-cycle-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (663, 2, '2023-05-15 16:47:50', '2023-05-15 21:47:50', '', 'inclusion-council-banner', '', 'inherit', 'open', 'closed', '', 'inclusion-council-banner', '', '', '2023-05-15 16:47:50', '2023-05-15 21:47:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-council-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (664, 2, '2023-05-15 16:47:51', '2023-05-15 21:47:51', '', 'EVP-banner', '', 'inherit', 'open', 'closed', '', 'evp-banner', '', '', '2023-05-15 16:47:51', '2023-05-15 21:47:51', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EVP-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (666, 1, '2023-05-15 16:58:46', '2023-05-15 21:58:46', '', 'life-event_page_banner', '', 'inherit', 'open', 'closed', '', 'life-event_page_banner', '', '', '2023-05-15 16:58:46', '2023-05-15 21:58:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-event_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (668, 1, '2023-05-15 17:04:33', '2023-05-15 22:04:33', '', 'benefits-eligibility_page_banner', '', 'inherit', 'open', 'closed', '', 'benefits-eligibility_page_banner', '', '', '2023-05-15 17:04:33', '2023-05-15 22:04:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/benefits-eligibility_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (670, 1, '2023-05-15 17:09:31', '2023-05-15 22:09:31', '', 'requires-notices_page_banner', '', 'inherit', 'open', 'closed', '', 'requires-notices_page_banner', '', '', '2023-05-15 17:09:31', '2023-05-15 22:09:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/requires-notices_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (671, 1, '2023-05-15 17:14:13', '2023-05-15 22:14:13', '', 'resources-library_page_banner', '', 'inherit', 'open', 'closed', '', 'resources-library_page_banner', '', '', '2023-05-15 17:14:13', '2023-05-15 22:14:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/resources-library_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_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 (674, 1, '2023-05-15 17:22:34', '2023-05-15 22:22:34', '', 'contacts_page_banner', '', 'inherit', 'open', 'closed', '', 'contacts_page_banner', '', '', '2023-05-15 17:22:34', '2023-05-15 22:22:34', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/contacts_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (675, 3, '2023-05-15 18:33:05', '2023-05-15 23:33:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Dental</h1>[/et_pb_text][et_pb_code admin_label=\"Dental table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        In-Network</br><!-- [et_pb_line_break_holder] -->        Cigna Dental Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Deductible</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Individual</td><!-- [et_pb_line_break_holder] -->        <td>$50 per individual</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Family</td><!-- [et_pb_line_break_holder] -->        <td>$150 per family</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Maximum</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Excludes preventive and orthodontia services</td><!-- [et_pb_line_break_holder] -->        <td>$1,500 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Coinsurance</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Preventive Services</p><!-- [et_pb_line_break_holder] -->          Oral exams and cleanings (two per calendar year), x-rays, non-orthodontic space maintainers (through age 18), topical application of fluoride (through age 18)<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 100%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Basic Services</p><!-- [et_pb_line_break_holder] -->          Emergency care for pain, oral surgery, amalgam/composite fillings, extractions (routine), endodontics (root canals), periodontics<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Major Services</p><!-- [et_pb_line_break_holder] -->          Porcelain crowns, inlays and onlays, partial/complete dentures, denture relines/rebases, removable/fixed bridgework<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 50% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td style=\"font-weight: bold;\">Implants</td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Orthodontia</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Benefit Applies to</td><!-- [et_pb_line_break_holder] -->        <td>Adults and children</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Coinsurance</td><!-- [et_pb_line_break_holder] -->        <td>50% no deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Lifetime Maximum</td><!-- [et_pb_line_break_holder] -->        <td>$2,000 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000 to a maximum of $500,000, however, benefit amounts in excess of $300,000 are limited to 10 times the employeeâ€™s compensation.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Disability CoverageÂ </h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Details*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Short-Term Disability*</td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        Covers 100% of your base salary for up to eight weeks and then 66 2/3% of your base salary for up to 18 weeks* </br><!-- [et_pb_line_break_holder] -->        *STD benefits will be reduced by any state or statutory benefits you receive while you are on STD.<!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td>Salary continuation covered by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Long-Term Disability</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Basic Coverage</td><!-- [et_pb_line_break_holder] -->      <td>Covers 50% of your base salary (up to a maximum monthly benefit of $5,000) after 26 weeks of disability</td><!-- [et_pb_line_break_holder] -->      <td>Premium paid by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Supplemental Coverage**</td><!-- [et_pb_line_break_holder] -->      <td>If you choose to purchase buy-up LTD coverage, this covers 60% of your base salary (up to a maximum monthly benefit of $10,000) after 26 weeks of disability.</td><!-- [et_pb_line_break_holder] -->      <td>$0.218â€‹ per $100 of monthly base salary; premium is deducted from paycheck.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>HSA Limits</h1>[/et_pb_text][et_pb_code admin_label=\"HSA limits table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]Â <!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Level</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">IRS Total Limits*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Automatic Contribution</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Matching Contribution**</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Your Contribution</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$3,850</td><!-- [et_pb_line_break_holder] -->      <td>$250</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$3,100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$7,750</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$6,250</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Age 55 or Older</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"4\">Contribute an additional $1,000 on top of these amount</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>One to five times annual base salary (rounded to nearest $1,000)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Performance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Guaranteed Issue Amount</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>One to five times annual base salary (rounded to nearest $1,000)</td><!-- [et_pb_line_break_holder] -->      <td>$1 million</td><!-- [et_pb_line_break_holder] -->      <td>Lesser of four times salary or $400,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>$50,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000/$500 if under six months of age</td><!-- [et_pb_line_break_holder] -->      <td>All amounts</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Perscription Managment</h1>[/et_pb_text][et_pb_code admin_label=\"Prescription table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Goal Setting<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Mid-Year Career Discussion<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Self-Assessment/Manager Assessment<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        January-March<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        June<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        November-December<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Align to CFâ€™s priorities and Senior Leadership Team goals</li><!-- [et_pb_line_break_holder] -->          <li>Create three-six SMART goals* (reviewed and approved by manager)</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">*Operators and Technicians will have preset goals</p><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Employees are encouraged to begin mid-year discussions with managers regarding goals/status</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Annual performance review</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">Goals = what you achieved</p><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">Leadership competencies = how you achieved them</p><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>PTO</h1>[/et_pb_text][et_pb_code admin_label=\"PTO table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th rowspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service (as of the end of the year)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Paid Vacation Time Granted each January 1<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Full-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Part-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Less than one year</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 80 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 40 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>One â€“ Four years</td><!-- [et_pb_line_break_holder] -->      <td>80 hours</td><!-- [et_pb_line_break_holder] -->      <td>40 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Five â€“ Nine years</td><!-- [et_pb_line_break_holder] -->      <td>120 hours</td><!-- [et_pb_line_break_holder] -->      <td>60 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>10 - 19 years</td><!-- [et_pb_line_break_holder] -->      <td>160 hours (168 for 12-hour shift employees)</td><!-- [et_pb_line_break_holder] -->      <td>80 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>20+ years</td><!-- [et_pb_line_break_holder] -->      <td>200 hours (204 for 12-hour shift employees)</td><!-- [et_pb_line_break_holder] -->      <td>100 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        In-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Out-of-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Copay</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Exam (Once per calendar year)</td><!-- [et_pb_line_break_holder] -->      <td>You pay $10</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Materials</td><!-- [et_pb_line_break_holder] -->      <td>You pay $25</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Glasses (in lieu of contact lenses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Single Vision</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"5\">You pay $25 and then the plan pays 100%</td><!-- [et_pb_line_break_holder] -->      <td>Up to $40</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Bifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $65</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Trifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Progressives</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lenticular</td><!-- [et_pb_line_break_holder] -->      <td>Up to $100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Frames (once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $200</td><!-- [et_pb_line_break_holder] -->      <td>Up to $133</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Contact Lenses (in lieu of glasses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Elective</td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $300</td><!-- [et_pb_line_break_holder] -->      <td>Up to $225</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Therapeutic</td><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Up to $210</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Laser Vision Correction</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Discount available</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'Table Test Page', '', 'private', 'closed', 'closed', '', 'table-test-page', '', '', '2025-04-14 10:23:12', '2025-04-14 15:23:12', '', '0', 'https://cfibenefits.wpengine.com/?page_id=675', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (681, 2, '2023-05-15 18:59:47', '2023-05-15 23:59:47', '', 'service-award-mobileONLY', '', 'inherit', 'open', 'closed', '', 'service-award-mobileonly', '', '', '2023-05-15 18:59:47', '2023-05-15 23:59:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award-mobileONLY.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (682, 1, '2023-05-15 19:03:16', '2023-05-16 00:03:16', '', 'new-to-cfi_banner', '', 'inherit', 'open', 'closed', '', 'new-to-cfi_banner', '', '', '2023-05-15 19:03:16', '2023-05-16 00:03:16', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/new-to-cfi_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (685, 2, '2023-05-15 19:16:26', '2023-05-16 00:16:26', '', 'PTO_mobileONLY', '', 'inherit', 'open', 'closed', '', 'pto_mobileonly', '', '', '2023-05-15 19:16:26', '2023-05-16 00:16:26', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO_mobileONLY.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (689, 1, '2023-05-16 06:53:16', '2023-05-16 11:53:16', '', '2023 Adult Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-adult-wellness-member-guidelines', '', '', '2024-03-21 14:42:18', '2024-03-21 19:42:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Adult-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (690, 1, '2023-05-16 06:53:19', '2023-05-16 11:53:19', '', '2023 Childrens Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-childrens-wellness-member-guidelines', '', '', '2024-03-21 14:34:54', '2024-03-21 19:34:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Childrens-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (691, 1, '2023-05-16 06:53:23', '2023-05-16 11:53:23', '', '2023 Perinatal Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-perinatal-wellness-member-guidelines', '', '', '2024-03-21 14:15:10', '2024-03-21 19:15:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Perinatal-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (697, 3, '2023-05-16 15:41:47', '2023-05-16 20:41:47', '/* page-specific CSS  */\r\n  /* photo zoom on rollover */\r\n.et-zoom-in.et_pb_image:hover img,\r\n.et-zoom-in .et_pb_image_wrap:hover img,\r\n.et-zoom-in a:hover img {\r\n    transform: scale(1.07); \r\n    transition: all .5s 0s ease;\r\n}\r\n\r\n.et-zoom-in,\r\n.et-zoom-in a {\r\n    overflow: hidden;\r\n}\r\n\r\n.et-zoom-in.et_pb_image img,\r\n.et-zoom-in .et_pb_image_wrap img,\r\n.et-zoom-in a img {\r\n    transition: all .5s 0s ease; \r\n}  \r\n\r\n/* change menu dropodwn line height */\r\n#top-menu .sub-menu .menu-item a {\r\n    line-height: 1.4em!important;\r\n    padding: 8px 0!important;\r\n}\r\n\r\n/* change menu dropodwn arrow color */\r\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\r\n\r\n/* adjust mobile menu logo size -- NOT using currently */\r\n\r\n/** @media all and (min-width: 768px) and (max-width: 1345px) {\r\n	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 35px !important;\r\n		max-height: 35px !important;\r\n    }\r\n}\r\n@media all and (max-width: 767px) {\r\n 	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 27px !important;\r\n		max-height: 27px !important;\r\n    }\r\n} **/\r\n\r\n/*** Logo Tablet to mobile ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n	.et_header_style_centered .logo_container {\r\n		height: 60px !important;\r\n		max-height: 60px !important;\r\n} \r\n}\r\n@media all and (max-width: 767px) {\r\n  .et_header_style_centered #main-header {\r\n    padding-bottom: 1em !important;\r\n		padding-top: 0px;\r\n  }\r\n	.et_header_style_centered .logo_container {\r\n		height: 47px !important;\r\n		max-height: 47px !important;\r\n				margin-bottom: 1em !important;\r\n		margin-top: -2.5em !important; \r\n		padding-bottom: 8px;\r\n}\r\n}\r\n/* list styles reg text */\r\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.reg_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* list styles toggles */\r\n.toggle_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.toggle_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.toggle_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.toggle_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.toggle_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* sidebar style tweaks */\r\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\r\n\r\n.reg_txt sup {\r\n  font-size: x-small;\r\n}\r\n\r\n/* =========. Table CSS =============*/\r\n/* COMMON STYLES FOR ALL TABLES */\r\ntable.benefits-table {\r\n  /* Color variables */\r\n  --green-header: #89BB40;\r\n  --green-highlight: #E9F8F7;\r\n  --dark-gray-header: #4d4f33;\r\n  --gray-subheader: #6C777D;\r\n  --gray-highlight: #f4f4f4;\r\n  --blue-header: #0079C1;\r\n  --blue-smoke-header: #4472C4;\r\n  --blue-highlight: #EEF7FC;\r\n  --purple-header: #6361AB;\r\n  --pruple-highlight: #EEF7FC;\r\n  --lime-header: #00505c;\r\n  --lime-highlight: #EFF5E3;\r\n  --magenta-header: #00505c;\r\n  --magenta-highlight: #F5E9F3;\r\n  --orange-header: #0479c0;\r\n  --orange-highlight: #FFF9E5;\r\n  --header-text-color: #FFFFFF;\r\n  --body-text-color: #414241;\r\n  --table-background: #FFFFFF;\r\n  --table-border-color: #404041;\r\n  /* Style rules */\r\n  border-collapse: collapse;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  line-height: 1.3em !important;\r\n  text-align: center;\r\n  vertical-align: middle;\r\n}\r\n\r\ntable.benefits-table th, table.benefits-table td {\r\n  padding: .5em .75em .5em .75em;\r\n}\r\n\r\ntable.benefits-table th {\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table tr.subhead {\r\n  background-color: var(--gray-subheader);\r\n}\r\n\r\ntable.benefits-table tr.subhead th {\r\n  text-align: left;\r\n	font-weight: 700;\r\n	font-size: 105%;\r\n  color: var(--header-text-color);\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table td:first-child {\r\n  text-align: left;\r\n}\r\n\r\ntable.benefits-table td:last-child {\r\n  border-right: 1px solid #fff;\r\n}\r\n\r\ntable.benefits-table td {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tr.header th {\r\n  border-right: 1px solid #fff;\r\n  border-bottom: 0px;\r\n}\r\n\r\ntable.benefits-table tr.network th {\r\n  border-right: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tbody tr:last-child {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table.dependents td:nth-child(1) {\r\n  font-weight: bold;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table p {\r\n  margin: 0;\r\n  font-weight: normal;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table ul {\r\n  padding-inline-start: 1em;\r\n  margin-top: .25em;\r\n}\r\n\r\ntable.benefits-table li {\r\n  margin-bottom: .25em;\r\n	line-height: 1.3em;\r\n}\r\n\r\ntable.benefits-table sup {\r\n  font-size: x-small;\r\n}\r\ntable.benefits-table caption {\r\n  caption-side: bottom;\r\n  margin-top: 1em;\r\n  padding-left: 1em;\r\n  text-indent: -1em;\r\n  text-align: left;\r\n}\r\ntable.benefits-table small {\r\n  font-size: 90%;\r\n}\r\n\r\ntable.benefits-table th.blue-header {\r\n  background-color: var(--blue-header);\r\n  color: white;\r\n}\r\ntable.benefits-table th.green-header {\r\n  background-color: var(--green-header);\r\n}\r\ntable.benefits-table th.orange-header{\r\n  background-color: var(--orange-header);\r\n}\r\ntable.benefits-table td:nth-child(odd) {\r\n  background-color: var(--green-highlight);\r\n}\r\n\r\ntable.benefits-table ul {\r\n  list-style: none;\r\n}\r\n\r\ntable.benefits-table ul li:before {\r\n  content: \"\\25A0\";\r\n	margin-top: -2px !important;\r\n	font-size: 12px !important;\r\n	vertical-align: text-top !important;\r\n  list-style-type: square;\r\n  display: inline-block;\r\n  width: 1.1em !important; /* Also needed for space (tweak if needed) */\r\n  margin-left: -1em !important;\r\n}\r\n\r\n/* /1* ======= alternatives table specific css ============== *1/ */\r\ntable.benefits-table.alternatives td {\r\n  text-align: center;\r\n}\r\n\r\ntable.benefits-table.alternatives td.left-align {\r\n  text-align: left;\r\n}\r\n\r\n.modules {\r\n  --div.background: #FFFFFF;\r\n  --div.border-color: #404041;\r\n  --bg-blue: #3177BC;\r\n  --bg-green: #94BA53;\r\n  --bg-orange: #EC9F45;\r\n  --bg-purple: #6361AB;\r\n  --bg-pink: #E58DA5;\r\n  --body-text-color: #FFFFFF;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  display: flex;\r\n  flex-direction: row;\r\n}\r\n\r\n.module-box {\r\n  border-left: 1px solid #fff;\r\n  border-right: 1px solid #fff;\r\n  width: 120px;\r\n  height: 90px;\r\n  position: relative;\r\n}\r\n\r\n.bg-blue {\r\n  background-color: var(--bg-blue);\r\n}\r\n\r\n.bg-green {\r\n  background-color: var(--bg-green);\r\n}\r\n\r\n.bg-orange {\r\n  background-color: var(--bg-orange);\r\n}\r\n\r\n.bg-purple {\r\n  background-color: var(--bg-purple);\r\n}\r\n\r\n.bg-pink {\r\n  background-color: var(--bg-pink);\r\n}\r\n\r\n.number {\r\n  opacity: 0.4;\r\n  font-size: 60px;\r\n  z-index: 0;\r\n  position: absolute;\r\n  max-width: 100%;\r\n  height: auto;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%)\r\n}\r\n\r\n.text {\r\n  text-align: center;\r\n  position: relative;\r\n  top: 50%;\r\n  -ms-transform: translateY(-50%);\r\n  -webkit-transform: translateY(-50%);\r\n  transform: translateY(-50%);\r\n}\r\n\r\n/* /1* ======= end tables ============== *1/ */\r\n\r\n/* TOP light blue menu styles */\r\n#international-menu {\r\n background-color:rgba(63,169,245,0.1);\r\n	display: flex;\r\n	justify-content: end;\r\n	align-items: center;\r\n	padding-top: 6px;\r\n	padding-bottom: 6px;\r\n}\r\n/*** Responsive Styles Tablet And Below ***/\r\n@media all and (max-width: 980px) {\r\n	#international-menu {padding: 10px 8px !important;}\r\n}\r\n\r\n#international-menu > * {\r\n	margin: 5px 10px;\r\n}\r\n\r\n/*** Responsive Styles Tablet Only ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n#international-menu {\r\n	margin-top: -22px !important;\r\n}  \r\n}\r\n#international-menu img {\r\n	height: 22px !important;\r\n	display: block;\r\n}\r\n\r\n#international-menu .button {\r\n	 color: white;\r\n    background-color: #0071bc;\r\n    padding: 6px 6px !important;\r\n    border: 1px solid #2ea3f2;\r\n    outline: none;\r\n    text-align: center;\r\n    line-height: 1.2em;\r\n}', 'Divi-child', '', 'publish', 'closed', 'closed', '', 'divi-child', '', '', '2025-06-11 22:26:51', '2025-06-11 21:26:51', '', '0', 'https://cfibenefits.wpengine.com/divi-child/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp_3_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 (699, 3, '2023-05-16 16:01:07', '2023-05-16 21:01:07', '', 'usa-canada', '', 'inherit', 'open', 'closed', '', 'usa-canada', '', '', '2023-05-16 16:01:07', '2023-05-16 21:01:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/usa-canada.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (700, 3, '2023-05-16 16:01:08', '2023-05-16 21:01:08', '', 'canada-usa', '', 'inherit', 'open', 'closed', '', 'canada-usa', '', '', '2023-05-16 16:01:08', '2023-05-16 21:01:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/canada-usa.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (704, 1, '2023-05-17 12:03:20', '2023-05-17 17:03:20', '', 'team_congrats', '', 'inherit', 'open', 'closed', '', 'team_congrats', '', '', '2023-05-17 12:03:20', '2023-05-17 17:03:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/team_congrats.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (720, 1, '2023-05-18 06:44:21', '2023-05-18 11:44:21', '', 'Guide to Using GuidanceResources Online', '', 'inherit', 'open', 'closed', '', 'guide-to-using-guidanceresources-online', '', '', '2024-03-21 18:30:02', '2024-03-21 23:30:02', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Guide-to-Using-GuidanceResources-Online.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (721, 1, '2023-05-18 07:45:24', '2023-05-18 12:45:24', '', 'Annual Funding Notice', '', 'inherit', 'open', 'closed', '', 'annual-funding-notice-2', '', '', '2023-05-18 07:45:24', '2023-05-18 12:45:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Annual-Funding-Notice-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (728, 2, '2023-05-18 11:12:35', '2023-05-18 16:12:35', '', 'us', '', 'inherit', 'open', 'closed', '', 'us', '', '', '2023-05-18 11:12:35', '2023-05-18 16:12:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/us.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (729, 2, '2023-05-18 11:12:36', '2023-05-18 16:12:36', '', 'ca', '', 'inherit', 'open', 'closed', '', 'ca', '', '', '2023-05-18 11:12:36', '2023-05-18 16:12:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ca.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (734, 1, '2023-05-18 14:25:28', '2023-05-18 19:25:28', '', 'team_inclusion', '', 'inherit', 'open', 'closed', '', 'team_inclusion', '', '', '2023-05-18 14:25:28', '2023-05-18 19:25:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/team_inclusion.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (769, 1, '2023-06-01 14:21:55', '2023-06-01 19:21:55', '', 'Standard_PPO_248035_0002', '', 'inherit', 'open', 'closed', '', 'standard_ppo_248035_0002', '', '', '2024-03-22 13:18:57', '2024-03-22 18:18:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Standard_PPO_248035_0002.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (770, 1, '2023-06-01 14:33:00', '2023-06-01 19:33:00', '', 'Cigna_Healthy_Rewards', '', 'inherit', 'open', 'closed', '', 'cigna_healthy_rewards', '', '', '2024-03-21 18:43:18', '2024-03-21 23:43:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Cigna_Healthy_Rewards.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (771, 1, '2023-06-01 14:38:03', '2023-06-01 19:38:03', '', 'FSRS_NetBenefits_AccessCardSM_FAQS', '', 'inherit', 'open', 'closed', '', 'fsrs_netbenefits_accesscardsm_faqs-2', '', '', '2024-03-21 19:03:44', '2024-03-22 00:03:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (772, 1, '2023-06-01 14:43:13', '2023-06-01 19:43:13', '', 'NYL GBS Secure Travel', '', 'inherit', 'open', 'closed', '', 'nyl-gbs-secure-travel', '', '', '2024-03-22 12:28:36', '2024-03-22 17:28:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/NYL-GBS-Secure-Travel.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (773, 1, '2023-06-01 14:46:08', '2023-06-01 19:46:08', '', 'MDLIVE', '', 'inherit', 'open', 'closed', '', 'mdlive', '', '', '2024-03-22 13:36:59', '2024-03-22 18:36:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/MDLIVE.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (774, 1, '2023-06-01 14:46:11', '2023-06-01 19:46:11', '', 'Cost_of_Coverage_2023', '', 'inherit', 'open', 'closed', '', 'cost_of_coverage_2023', '', '', '2024-03-22 13:38:10', '2024-03-22 18:38:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Cost_of_Coverage_2023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (775, 1, '2023-06-01 14:49:36', '2023-06-01 19:49:36', '', 'Balanced Drug List', '', 'inherit', 'open', 'closed', '', 'balanced-drug-list', '', '', '2023-06-01 14:49:36', '2023-06-01 19:49:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Balanced-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (776, 1, '2023-06-01 14:49:38', '2023-06-01 19:49:38', '', 'No-Cost Preventive Drug List', '', 'inherit', 'open', 'closed', '', 'no-cost-preventive-drug-list-2', '', '', '2024-03-22 14:15:49', '2024-03-22 19:15:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/No-Cost-Preventive-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (777, 1, '2023-06-01 14:49:40', '2023-06-01 19:49:40', '', 'Preventive Drug Benefit Program', '', 'inherit', 'open', 'closed', '', 'preventive-drug-benefit-program', '', '', '2024-03-22 14:18:22', '2024-03-22 19:18:22', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Preventive-Drug-Benefit-Program.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (778, 1, '2023-06-01 14:52:36', '2023-06-01 19:52:36', '', 'Basic Term Life Insurance (1)', '', 'inherit', 'open', 'closed', '', 'basic-term-life-insurance-1', '', '', '2024-03-22 14:30:31', '2024-03-22 19:30:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Basic-Term-Life-Insurance-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (780, 1, '2023-06-01 14:58:25', '2023-06-01 19:58:25', '', 'Basic Accidental Death and Dismemberment Insurance', '', 'inherit', 'open', 'closed', '', 'basic-accidental-death-and-dismemberment-insurance', '', '', '2024-03-22 14:31:42', '2024-03-22 19:31:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Basic-Accidental-Death-and-Dismemberment-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (781, 1, '2023-06-01 14:58:28', '2023-06-01 19:58:28', '', 'Long Term Disability Insurance', '', 'inherit', 'open', 'closed', '', 'long-term-disability-insurance', '', '', '2024-03-22 14:34:25', '2024-03-22 19:34:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Long-Term-Disability-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (782, 1, '2023-06-01 14:58:30', '2023-06-01 19:58:30', '', 'Voluntary Accidental Death and Dismemberment Insurance', '', 'inherit', 'open', 'closed', '', 'voluntary-accidental-death-and-dismemberment-insurance', '', '', '2024-03-22 14:36:02', '2024-03-22 19:36:02', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Voluntary-Accidental-Death-and-Dismemberment-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (783, 1, '2023-06-01 14:58:32', '2023-06-01 19:58:32', '', 'Voluntary Term Life Insurance', '', 'inherit', 'open', 'closed', '', 'voluntary-term-life-insurance', '', '', '2024-03-22 14:32:59', '2024-03-22 19:32:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Voluntary-Term-Life-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (784, 1, '2023-06-02 11:37:32', '2023-06-02 16:37:32', '', 'Understanding your Explanation of Benefits', '', 'inherit', 'open', 'closed', '', 'understanding-your-explanation-of-benefits', '', '', '2024-03-22 13:39:21', '2024-03-22 18:39:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Understanding-your-Explanation-of-Benefits.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (789, 1, '2023-06-13 06:54:54', '2023-06-13 11:54:54', '', '2022 CF Summary Plan Description (SPD)_Retirement (1)', '', 'inherit', 'open', 'closed', '', '2022-cf-summary-plan-description-spd_retirement-1', '', '', '2024-03-22 13:26:26', '2024-03-22 18:26:26', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/2022-CF-Summary-Plan-Description-SPD_Retirement-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (791, 1, '2023-06-13 07:01:38', '2023-06-13 12:01:38', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/best-premium_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Bluecrest</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Take control of your health with fast, effective health checks.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||6em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Even if you feel great on the outside, itâ€™s important to understand whatâ€™s happening on the inside. Health checks allow you to monitor and improve your health for prevention purposes, giving you an effective way to take charge of your well-being and gain a clearer picture of your overall health.</p>\n<h2>What is a health check?</h2>\n<p>Itâ€™s a series of tests and non-invasive examinations designed to highlight health risks early. If something is flagged, you can take proactive steps to improve your well-being. Test results will be available online within just 10 days of your check and will provide you with detailed advice on how to improve or maintain your health.</p>\n<p>These checks are free of charge for employees. You can add on tests or screenings (such as for cancer or heart disease) for an additional fee.</p>\n<p>Health checks through Bluecrest are convenient to arrange. In Billingham, health checks will be available on-site. Chester employees can choose from a convenient location near the office home address to complete their health check.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<strong><span style=\"color: #3fa9f5;\">Call</span></strong> <strong>0808 168 9219</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://bluecrestwellness.com\" target=\"_blank\" rel=\"noopener\">bluecrestwellness.com</a>\n\n<strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:corporate@bluecrestwellness.com\" target=\"_blank\" rel=\"noopener\">corporate@bluecrestwellness.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<p><a href=\"/uk/documents/bluecrest-guide/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the Bluecrest guide.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Bluecrest', '', 'publish', 'closed', 'closed', '', 'bluecrest', '', '', '2025-05-29 12:16:02', '2025-05-29 11:16:02', '', 260, 'https://cfibenefits.wpengine.com/?page_id=791', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (792, 1, '2023-06-13 12:47:01', '2023-06-13 17:47:01', '', 'integration-pathway', '', 'inherit', 'open', 'closed', '', 'integration-pathway', '', '', '2023-06-13 12:47:01', '2023-06-13 17:47:01', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/integration-pathway.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (793, 1, '2026-03-02 12:58:30', '2023-06-13 17:52:53', ' ', '', '', 'publish', 'closed', 'closed', '', 793, '', '', '2026-03-02 12:58:30', '2026-03-02 12:58:30', '', 260, 'https://cfibenefits.wpengine.com/?p=793', 8, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (794, 1, '2023-06-13 13:23:49', '2023-06-13 18:23:49', '', 'best-premium_section_inset', '', 'inherit', 'open', 'closed', '', 'best-premium_section_inset', '', '', '2023-06-13 13:23:49', '2023-06-13 18:23:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/best-premium_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (795, 1, '2023-06-13 13:29:24', '2023-06-13 18:29:24', '', 'best-premium_page_banner', '', 'inherit', 'open', 'closed', '', 'best-premium_page_banner', '', '', '2023-06-13 13:29:24', '2023-06-13 18:29:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/best-premium_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (797, 1, '2023-06-17 21:43:40', '2023-06-18 02:43:40', '', 'CF_Retiree_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_retiree_eguide_us_052323', '', '', '2023-06-17 21:43:40', '2023-06-18 02:43:40', '', '0', 'https://cfibenefits.wpenginepowered.com/wp-content/uploads/2023/06/CF_Retiree_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (798, 1, '2023-06-17 21:43:54', '2023-06-18 02:43:54', '', 'CF_Termination_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_termination_eguide_us_052323', '', '', '2024-03-22 14:47:52', '2024-03-22 19:47:52', '', '0', 'https://cfibenefits.wpenginepowered.com/wp-content/uploads/2023/06/CF_Termination_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (803, 1, '2023-06-25 16:25:05', '2023-06-25 21:25:05', '', 'CF_Enrollment_eGuide_US_FINAL_041923', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_us_final_041923', '', '', '2023-06-25 16:25:05', '2023-06-25 21:25:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/CF_Enrollment_eGuide_US_FINAL_041923.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (804, 1, '2023-06-26 14:58:50', '2023-06-26 19:58:50', '', '3987-FW-PDF General launch suite- flyer - CF Industries - v2', '', 'inherit', 'open', 'closed', '', '3987-fw-pdf-general-launch-suite-flyer-cf-industries-v2', '', '', '2024-03-21 18:52:26', '2024-03-21 23:52:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (806, 1, '2023-07-11 15:37:23', '2023-07-11 20:37:23', '', 'CF_Retiree_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_retiree_eguide_us_052323-2', '', '', '2024-03-22 14:37:20', '2024-03-22 19:37:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_Retiree_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (807, 1, '2023-07-11 15:37:31', '2023-07-11 20:37:31', '', 'CF_Enrollment_eGuide_US_FINAL_041923', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_us_final_041923-2', '', '', '2024-03-20 12:40:27', '2024-03-20 17:40:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_Enrollment_eGuide_US_FINAL_041923.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (808, 1, '2023-07-11 15:37:42', '2023-07-11 20:37:42', '', 'CF_PPL_Guide_EE_US_FINAL_032023', '', 'inherit', 'open', 'closed', '', 'cf_ppl_guide_ee_us_final_032023', '', '', '2024-03-21 18:33:23', '2024-03-21 23:33:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_PPL_Guide_EE_US_FINAL_032023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (809, 1, '2023-07-11 15:37:45', '2023-07-11 20:37:45', '', 'CF_PPL_Guide_MGR_US_FINAL_032023', '', 'inherit', 'open', 'closed', '', 'cf_ppl_guide_mgr_us_final_032023', '', '', '2024-03-21 18:35:58', '2024-03-21 23:35:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_PPL_Guide_MGR_US_FINAL_032023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (812, 1, '2023-07-11 15:46:28', '2023-07-11 20:46:28', '', 'CF-PPL-Affidavit', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit-2', '', '', '2024-03-21 18:38:43', '2024-03-21 23:38:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF-PPL-Affidavit.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (816, 1, '2023-08-09 16:34:23', '2023-08-09 21:34:23', '', 'bcbsglobalcore-brochure-English', '', 'inherit', 'open', 'closed', '', 'bcbsglobalcore-brochure-english', '', '', '2024-03-21 18:09:50', '2024-03-21 23:09:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/08/bcbsglobalcore-brochure-English.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (818, 1, '2023-08-16 11:20:48', '2023-08-16 16:20:48', '', '2022 CF Summary Plan Description (SPD)_Health and Welfare (2) (1)', '', 'inherit', 'open', 'closed', '', '2022-cf-summary-plan-description-spd_health-and-welfare-2-1', '', '', '2023-08-16 11:20:48', '2023-08-16 16:20:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/08/2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (820, 1, '2023-09-04 08:38:24', '2023-09-04 13:38:24', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"-65px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|desktop\" box_shadow_style=\"preset3\" box_shadow_vertical=\"4px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-2px\" box_shadow_color=\"rgba(0,0,0,0.1)\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_slide heading=\"Welcome to your Total Rewards website\" button_link=\"https://launcher.myapps.microsoft.com/api/signin/442551e3-3e6a-480e-8a71-1113fc06451c?tenantId=f7e17566-3113-4441-bdb9-19f261e20c08\" url_new_window=\"on\" admin_title=\"Mercer button\" _builder_version=\"4.27.4\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg\" button_border_color=\"#3FA9F5\" custom_padding=\"17vw||1vw|49vw|false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg\" background_position_phone=\"top_center\" background_vertical_offset_phone=\"-29px\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#3FA9F5\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#3FA9F5\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#015846\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"5px\" box_shadow_color=\"rgba(0,0,0,0.55)\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"Take Action! Enrollment Ends in:\" date_time=\"2024-11-15 23:59\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"82%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"1.4em||1.4em||true|false\" custom_padding_tablet=\"1.4em||1.4em||true|false\" custom_padding_phone=\"1.4em|0px|1.4em|0px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_title=\"margin-bottom: .5em;\" use_custom_labels=\"on\" label_days_short=\"Days\" label_hours_short=\"Hrs.\" label_mins_short=\"Min.\" label_secs_short=\"Sec.\" locked=\"off\" global_colors_info=\"{}\" custom_css_container_last_edited=\"on|phone\" custom_css_title_last_edited=\"on|desktop\" custom_css_title_phone=\"margin-bottom: .5em !important;\" custom_css_timer_section_last_edited=\"on|desktop\" custom_css_timer_section_phone=\"width: 10vw;\" custom_css_title_tablet=\"margin-bottom: .5em;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(63,169,245,0.1)\" custom_padding=\"13px||20px|||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"7px||0px||false|false\" custom_padding_tablet=\"1em||||false|false\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"30px\" text_line_height=\"1.3em\" custom_margin=\"||23px||false|false\" custom_margin_tablet=\"||27px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"14px||0px||false|false\" text_font_size_tablet=\"28px\" text_font_size_phone=\"26px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]You represent what makes us uniquely CF, and we are proud to provide programmes to help you be your best.[/et_pb_text][et_pb_divider _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"50%\" module_alignment=\"center\" custom_margin=\"0px||4px||false|false\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text module_class=\"philosophy\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_text_color=\"#666666\" text_font_size=\"18px\" text_line_height=\"1.5em\" min_height=\"129px\" custom_margin=\"||21px||false|false\" custom_padding=\"||0px||false|false\" text_font_size_tablet=\"23px\" text_font_size_phone=\"21px\" text_font_size_last_edited=\"on|tablet\" custom_css_main_element=\"font-weight: 400;\" border_color_bottom=\"#55C1E9\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"]<p><span>Whether itâ€™s in your everyday life, at work, or to ensure you are prepared when unplanned events happen, we provide benefits and programmes to encourage and support you</span>. <strong>At CF, we call this suite of programmes Total Rewards</strong>.</p>\n<p>Our Total Rewards are designed to help you Be Rewarded, Be Well, Be Balanced, Be Successful, Be Prepared, and Be Included. Weâ€™ve created this one-stop resource to help you learn about our Total Rewards and find the information you need when you need it. While we offer many options, the benefits you choose are <strong>powered by you</strong>.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your efforts and performance are rewarded through competitive base pay, short-term and long-term incentives, and other pay programmes.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/uk/be-rewarded/\" flip_box_align_front_vertical=\"flex-start\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22,%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|phone\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programmes empower you to achieve your wellness goals and live your best life.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/uk/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"Feel stability and support in and out of work with time away from work and work-life resources.\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/uk/be-balanced/\" flip_box_align_front_vertical=\"flex-start\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 0px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|phone\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"Your ability to learn new skills allows you to achieve your maximum potential.\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/uk/be-successful/\" flip_box_align_front_vertical=\"flex-start\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|desktop\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future and respond to lifeâ€™s curve balls quickly and effectively with the options CF offers.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/uk/be-prepared/\" flip_box_align_front_vertical=\"flex-start\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -7px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/uk/be-included/\" flip_box_align_front_vertical=\"flex-start\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" custom_css_front_image_icon=\"margin-top: 0px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|phone\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/field_BG.jpg\" global_colors_info=\"{}\"][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.62)\" custom_margin=\"||0px||false|false\" custom_padding=\"17px|20px|17px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_text_color=\"#FFFFFF\" text_font_size=\"13px\" text_line_height=\"1.5em\" link_font=\"|700|||on||||\" link_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p><span>This website presents summary information about the CF Industries benefits programme and select policies. Nothing on this website changes any plan and/or contract terms, or any other term of your at-will employment with CF Industries. This website does not include, nor is it intended to include, all programme details, which are contained in governing documents, such as insurance contracts, plan documents, and trust agreements. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits programme at any time, without notice, in accordance with applicable laws and regulations.Â </span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"10px||||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"1em|auto||auto|false|false\" custom_padding=\"2.2em||||false|false\" custom_css_main_element=\"align-items: center;\" border_color_top=\"#4D4D4F\" border_style_top=\"dotted\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/2023_guide.jpg\" title_text=\"2023_guide\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" transform_rotate=\"0deg|0deg|356deg\" width=\"95%\" width_tablet=\"39%\" width_phone=\"58%\" width_last_edited=\"on|desktop\" module_alignment=\"center\" box_shadow_style=\"preset2\" box_shadow_vertical=\"2px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"18px\" text_line_height=\"1.5em\" header_font=\"Montserrat||||||||\" header_text_color=\"#015846\" header_line_height=\"1.2em\" header_font_size_tablet=\"27px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>View the Latest Enrollment Decision eGuide</h1>\n<p style=\"font-weight: 400;\">Our Total Rewards Guide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" button_text=\"Take a look\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#54CE32\" button_bg_color=\"#FFFFFF\" button_border_color=\"#54CE32\" button_border_radius=\"1px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" background_layout=\"dark\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|phone\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#FFFFFF\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#015846\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#015846\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||18px||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||6px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][dipi_image_gallery thumbs_count=\"1\" thumb_height=\"0px\" thumb_horizontal_width=\"16%\" thumbs_navigation_prev_icon_yn=\"on\" thumbs_navigation_prev_icon=\"&#x34;||divi||400\" thumbs_navigation_next_icon_yn=\"on\" thumbs_navigation_next_icon=\"&#x35;||divi||400\" thumbs_navigation_size=\"31\" thumbs_navigation_padding=\"1\" thumbs_navigation_position_horizontal=\"-37px\" thumbs_navigation_position_vertical=\"52%\" main_navigation_prev_icon_yn=\"on\" main_navigation_prev_icon=\"&#x34;||divi||400\" main_navigation_next_icon_yn=\"on\" main_navigation_next_icon=\"&#x35;||divi||400\" main_navigation_size=\"49\" main_navigation_padding=\"5\" main_navigation_color=\"#ffffff\" main_navigation_position_horizontal=\"5px\" thumbs_loop=\"off\" main_navigation=\"on\" thumb_horizontal_width_tablet=\"51%\" thumb_horizontal_width_phone=\"75%\" thumb_horizontal_width_last_edited=\"on|phone\" main_navigation_position_horizontal_tablet=\"5px\" main_navigation_position_horizontal_phone=\"-9px\" main_navigation_position_horizontal_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" height=\"625px\" height_tablet=\"625px\" height_phone=\"372px\" height_last_edited=\"on|phone\" max_height=\"625px\" max_height_tablet=\"625px\" max_height_phone=\"625px\" max_height_last_edited=\"on|phone\" global_colors_info=\"{}\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/strive_slider_image1.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Be Well\" image_description=\"<h3 style=%22padding-bottom: .5em;%22>Participate in Strive, our well-being program.</h3>\nAct now and earn rewards!\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"learn More\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.82) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"Montserrat|200|||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"50px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"15px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#3FA9F5\" content_button_border_color=\"#3FA9F5\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"1px\" content_button_font=\"Montserrat|700||on|||||\" content_button_use_icon=\"on\" content_button_icon=\"&#x24;||divi||400\" content_button_icon_placement=\"right\" content_button_on_hover=\"off\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|desktop\" content_button_bg_color__hover=\"#00C7B1\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#00C7B1\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/yellow-windows-texture.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Eligibility & Enrollment\" image_description=\"<p><b><span class=%22%22>Learn about what youâ€™re eligible for!</span></b></p>\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"Learn More\" button_link=\"/enrollment-overview/\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.78) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.18.0\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_text_color=\"#2D84BB\" header_font_size=\"39px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"17px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#2D84BB\" content_button_border_color=\"#2D84BB\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"0.5px\" content_button_font=\"Open Sans|700||on|||||\" content_button_use_icon=\"on\" content_button_icon_placement=\"right\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(255,255,255,0.4)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|hover\" content_button_bg_color__hover=\"#6CA7D0\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#6CA7D0\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][/dipi_image_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Well\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/medical_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Prepared\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/planning_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options weÂ offer.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Balanced\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/balance_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability andÂ support.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Rewarded\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/award_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Successful\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/success_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Included\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2023/03/inclusion_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'publish', 'closed', 'closed', '', 'home-staging', '', '', '2026-01-31 21:16:13', '2026-01-31 21:16:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=820', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (826, 1, '2023-09-07 10:26:13', '2023-09-07 15:26:13', '', 'best-premiums_home-slider-desktop', '', 'inherit', 'open', 'closed', '', 'best-premiums_home-slider-desktop', '', '', '2023-09-07 10:26:13', '2023-09-07 15:26:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (827, 1, '2023-09-07 10:26:43', '2023-09-07 15:26:43', '', 'best-premiums_home-slider-mobile', '', 'inherit', 'open', 'closed', '', 'best-premiums_home-slider-mobile', '', '', '2023-09-07 10:26:43', '2023-09-07 15:26:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (828, 1, '2023-09-08 06:58:13', '2023-09-08 11:58:13', '[et_pb_fullwidth_slider _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" hover_enabled=\"0\" global_colors_info=\"{}\" auto=\"on\" sticky_enabled=\"0\" admin_label=\"September 2023 home sliders\" template_type=\"module\"][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'September 2023 home sliders', '', 'publish', 'closed', 'closed', '', 'september-2023-home-sliders', '', '', '2023-09-08 06:58:13', '2023-09-08 11:58:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/september-2023-home-sliders/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (829, 1, '2023-09-08 06:59:57', '2023-09-08 11:59:57', '[et_pb_fullwidth_slider _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#FFFFFF\" max_height=\"47%\" auto=\"on\" auto_speed=\"6000\" global_colors_info=\"{}\" admin_label=\"Site launch home sliders\" template_type=\"module\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw||2vw||false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"32vw||9vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\" class=\"slider_subhead\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'Home page sliders - original launch 6-2023', '', 'publish', 'closed', 'closed', '', 'home-page-sliders-original-launch-6-2023', '', '', '2023-09-08 06:59:57', '2023-09-08 11:59:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/home-page-sliders-original-launch-6-2023/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (831, 1, '2023-09-17 21:50:10', '2023-09-18 02:50:10', '[et_pb_section fb_built=\"1\" admin_label=\"cfi oe popup\" _builder_version=\"4.21.0\" _module_preset=\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"cc929701-df66-4ee6-af47-49378dc773fd\" global_colors_info=\"{}\"]<h2 style=\"text-align: center; padding-bottom: .75em;\">Annual Enrollment is Coming!</h2>\n<p style=\"text-align: center;\">Oct. 30 â€“ Nov. 10</p>[/et_pb_text][et_pb_button button_url=\"/us-annual-enrollment/\" button_text=\"See 2024 Benefits\" _builder_version=\"4.21.0\" _module_preset=\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'OE popup', '', 'publish', 'closed', 'closed', '', 'oe-popup', '', '', '2023-10-11 14:59:33', '2023-10-11 19:59:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=dipi_popup_maker&#038;p=831', '0', 'dipi_popup_maker', '', '0');

INSERT IGNORE INTO `wp_3_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 (835, 1, '2023-09-18 06:19:38', '2023-09-18 11:19:38', '', 'oe-popup-bkg', '', 'inherit', 'open', 'closed', '', 'oe-popup-bkg', '', '', '2023-09-18 06:19:38', '2023-09-18 11:19:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (839, 1, '2023-09-26 08:37:13', '2023-09-26 13:37:13', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/secondary-page-banner_OE_2025.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Annual Enrollment 2025</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"26px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_padding=\"||0.5em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Annual Enrollment for your 2025 benefits takes place November 1 â€“ November 15[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" global_module=\"851\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\n\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Nov. 1 â€“ Nov. 15</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Whatâ€™s New for 2025</h2>\n<p>Annual Enrollment is your chance to choose your benefits for the 2025 calendar year. There are minor changes to our plans. Please see highlights noted below.</p>\n<p>Medical inflation averaged between six and eight percent this year, however, largely due to you taking care of your health, our medical plan premiums will increase by only two percent for 2025. <strong>In addition, weâ€™re pleased to </strong><strong>announce that there are no increases to your cost for dental or vision coverage.</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" text_text_color=\"#FFFFFF\" link_font=\"|700|||on|||#FFFFFF|\" link_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"24px\" background_color=\"#3FA9F5\" custom_padding=\"16px|20px|20px|20px|false|true\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>New Resource! CF Benefits Center</h2>\n<p style=\"padding-bottom: .25em;\">Do you have Annual Enrollment questions or need help enrolling? \nConnect with our team of benefit experts: </p>\nEmail: <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a>\nPhone: <strong>(877) 232 â€“ 3630</strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" custom_css_free_form=\".reg_txt_list li ul {padding-bottom: .5em;}||.reg_txt_list li ul li:first-child {padding-top: .4em;} \" locked=\"off\" global_colors_info=\"{}\"]<ul>\n<li><strong>Medical Plan</strong>: Deductibles and out-of-pocket maximums will increase for both the Advantage and Standard PPO. You will receive new medical ID cards reflecting new deductible and out-of-pocket maximums.</li>\n<li><strong>Virtual Visits</strong>: Due to expiration of the IRS provision in place during COVID, virtual visits under both medical plans will now be subject to deductibles and coinsurance when you use MDLive and in-network providers.</li>\n<li><strong>Health Savings Account (HSA)</strong>: IRS annual maximum contribution limits are increasing as follows:\n<ul>\n<li>Individual: $4,300 ($150 increase)</li>\n<li>Family: $8,550 ($250 increase)</li>\n</ul>\n<p>You MUST enroll in the HSA to receive the company contribution ($250 Employee only / $500 Family) funded in January. You do not need to contribute to qualify for the company contribution.</p>\n</li>\n<li><strong>Flexible Spending Account Limit Increases</strong>: The Healthcare Flexible Spending Account annual contribution limit increases to $3,300.Â  The maximum carry-over amount will increase to $660 for tax year 2025.Â  These new limits apply to general Healthcare FSA and the Limited Purpose HCFSA.</li>\n<li><strong>Adoption Assistance</strong>: Weâ€™re pleased to offer a new adoption benefit, providing up to $10,000 of reimbursement for eligible adoption-related expenses per adoption, starting on or after January 1, 2025. Stay tuned for more information.</li>\n<li><strong>Prescription Drug Updates</strong>: The prescription drug formulary, which reflects covered medications, is updated several times throughout the year. Remember to review it periodically to confirm coverage of your current and future medications. Beginning in 2025, weight loss medications will require prior authorization before your prescription will be filled or refilled. If you are impacted by this change you will receive information from BCBS. You may also contact BCBS Health Advocacy Solutions for questions on medications that require prior authorization.</li>\n<li><strong>Student Debt Retirement Savings Program</strong>: CF will treat employeesâ€™ monthly student loan repayments as retirement contributions and provide a match that will go into employeesâ€™ 401(k) accounts after the end of the plan year. This employerâ€™s contribution is subject to the Planâ€™s 6% matching limit, which means that employees who already receive the full 6% match for their 401(k) contributions, will not receive an additional matching contribution for their student loan repayments.Student loans that qualify for this program represent federal or private loans from U.S.-based loan service providers and used to pay for employeesâ€™ own, their spouses or for their dependentsâ€™ undergraduate or graduate higher education.</li>\n</ul>\n<h3><span style=\"color: #54ce32;\"><strong><i class=\"fa-sharp fa-solid fa-circle-exclamation\"></i> NEW</strong></span> Adding coverage for a dependent during AnnualÂ Enrollment?</h3>\n<p>If you are adding a dependent to coverage during Annual Enrollment, you will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn About 2025 Annual Enrollment</h2>\n<p>As part of your Total Rewards, we offer market competitive benefits at affordable prices â€” plus the flexibility to personalize them to meet the needs of you and your family.</p>\n<p>You can enroll in the following benefits during Annual Enrollment:</p>\n<ul>\n<li>Medical</li>\n<li>Dental</li>\n<li>Vision</li>\n<li>Health Savings Account (HSA)</li>\n<li>Flexible Spending Accounts\n<ul>\n<li>Health Care FSA</li>\n<li>Limited Purpose Health Care FSA</li>\n<li>Dependent Care FSA</li>\n</ul>\n</li>\n<li>Voluntary Life Insurance</li>\n</ul>\n<h2>Decide if You Need to Enroll</h2>\n<p>This is a passive enrollment, which means that, with the exception of the Flexible Spending Accounts and Health Savings Account (HSA) elections, most of your benefits will roll forward to next year.</p>\n<p><strong>Â </strong><strong>However, you should take action during Annual</strong> <strong>Enrollment if you want to:</strong></p>\n<ul>\n<li><strong>Enroll in or change your current medical, dental</strong> <strong>or vision elections for 2025. </strong>This includes adding or dropping dependents.</li>\n<li><strong>Contribute to the Health Care, Limited Purpose</strong> <strong>Health Care or Dependent Care Flexible Spending</strong> <strong> </strong>Your 2024 election amounts will not carry forward to 2025.</li>\n<li><strong>Elect to contribute to the Health Savings Account</strong> <strong>(HSA) for 2025, if eligible. </strong>Your 2024 election amount will not carry forward to 2025. Also, you MUST enroll in the HSA to receive the employer contribution (i.e. $250 for employee only or $500 for family coverage).</li>\n<li><strong>Evaluate your voluntary life and AD&amp;D needs and</strong> <strong>decide if you want to change your coverage.Â </strong>During this Annual Enrollment you can enroll in or increase your and your spouseâ€™s voluntary life. <strong>If you add or increase your voluntary employee or spouse life coverage, evidence of insurability (EOI) is required. </strong></li>\n</ul>\n<h2>Who is Eligible?</h2>\n<p>Regular, full-time employees are eligible to participate in the CF Benefits programs. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent child(ren) up to the age of 26.</p>\n<p>Annual Enrollment is your yearly opportunity to enroll in benefits for the following year, make changes to your current elections or add/drop dependents. These choices are <strong><em>effective Jan. 1 through Dec. 31 of the following calendar year</em></strong>. Annual Enrollment is the only time employees can enroll in or make changes to their benefits, unless you experience a qualified change in life status, such as marriage or birth of a child.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.3\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|1.5em|0px|false|false\" custom_padding=\"14px|20px|26px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Important Annual Enrollment Resources</h2>\n<p><strong>Enroll</strong> Nov. 1 â€“ Nov. 15</p>\n<ul>\n<li>In <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> or click the inbox in Workday</li>\n<li>Find \"Enroll\" button at top right of Total Rewards website</li>\n</ul>\n<p>View the <a href=\"/annual-enrollment-2025-information-session-video/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Informational Video</a> before you enroll</p>\n<p><strong>Visit</strong> <a href=\"https://myplanselect.com/access/BC0EB29AF1AA\" target=\"_blank\" rel=\"noopener\">PLANSelect.com</a> â€” a tool to make your best health plan choice</p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-standard-ppo-summary-of-benefits-and-coverage/\" target=\"_blank\" rel=\"noopener\">2025 Standard PPO SBC</a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-advantage-ppo-with-hsa/\" target=\"_blank\" rel=\"noopener\">2025 Advantage PPO with HSA SBC</a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/rx-balanced-drug-list-2025-ae/\" target=\"_blank\" rel=\"noopener\">2025 Balanced Drug List</a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2024-2025-required-notices/\" target=\"_blank\" rel=\"noopener\">2024â€“2025 U.S. Required Notices</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" header_2_text_color=\"#3FA9F5\" header_2_font_size=\"24px\" background_color=\"#FFFFFF\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#00C7B1\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Earn Up to $1,000 in 2025</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/best-premium/\" target=\"_blank\" rel=\"noopener\">Best Premium</a> can save you money while promoting healthier lifestyles! If you and/or your covered spouse complete your annual physical by Nov. 1, you can earn up to $1,000 in 2025.</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>BCBS Health Advocacy Solutions (HAS)</h2>\n<p>HAS can help you navigate healthcare throughout the year!</p>\n<p>Call <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 1px;\" aria-hidden=\"true\"> </i> <strong>888-902-8293</strong></p>\n<p>Visit <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Reminder: Qualified Life Events</h2>\n<p>You can make changes to your benefits during the plan year only if you experience a qualified life event. You have 30 days from the event to submit your change in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>. You will have to submit proof of the event, such as a marriage or birth certificate, along with your request.</p>[/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" global_module=\"851\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\n\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Nov. 1 â€“ Nov. 15</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Annual Enrollment', '', 'draft', 'closed', 'closed', '', 'us-annual-enrollment', '', '', '2025-06-06 19:08:40', '2025-06-06 18:08:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=839', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (841, 1, '2023-09-26 11:11:22', '2023-09-26 16:11:22', '', 'rates', '', 'inherit', 'open', 'closed', '', 'rates', '', '', '2023-09-26 11:11:22', '2023-09-26 16:11:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (844, 1, '2023-09-26 11:15:27', '2023-09-26 16:15:27', '', 'checklist', '', 'inherit', 'open', 'closed', '', 'checklist', '', '', '2023-09-26 11:15:27', '2023-09-26 16:15:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (845, 1, '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', 'enroll', '', 'inherit', 'open', 'closed', '', 'enroll', '', '', '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (846, 1, '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', 'best-premium', '', 'inherit', 'open', 'closed', '', 'best-premium-2', '', '', '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premium.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (850, 1, '2023-09-26 15:14:42', '2023-09-26 20:14:42', '', 'CFIND 24AE-Checklist 2941290FINALSept20', '', 'inherit', 'open', 'closed', '', 'cfind-24ae-checklist-2941290finalsept20', '', '', '2023-09-26 15:14:42', '2023-09-26 20:14:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/CFIND-24AE-Checklist-2941290FINALSept20.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (851, 1, '2023-09-28 21:54:59', '2023-09-29 02:54:59', '[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"row\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-premium-rates/\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\n\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\" url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Nov. 1 â€“ Nov. 15</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row]', 'cf OE 2024 4 across icons', '', 'publish', 'closed', 'closed', '', 'cf-oe-2024-4-across-icons', '', '', '2024-10-22 20:46:52', '2024-10-23 01:46:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/cf-oe-2024-4-across-icons/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (852, 1, '2023-10-02 21:33:31', '2023-10-03 02:33:31', '', 'CF-2024-Annual-Enrollment-Announcement-PortNeal', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-portneal', '', '', '2023-10-02 21:33:31', '2023-10-03 02:33:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (853, 1, '2023-10-02 21:33:35', '2023-10-03 02:33:35', '', 'CF-2024-Annual-Enrollment-Announcement-Woodward', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-woodward', '', '', '2023-10-02 21:33:35', '2023-10-03 02:33:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (854, 1, '2023-10-02 21:33:36', '2023-10-03 02:33:36', '', 'CF_2024_Rates_093023', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_093023', '', '', '2024-03-20 12:54:26', '2024-03-20 17:54:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_2024_Rates_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (855, 1, '2023-10-02 21:33:40', '2023-10-03 02:33:40', '', 'CFIND 24Benefits Offerings flyer 2941269Sept28v2FINAL', '', 'inherit', 'open', 'closed', '', 'cfind-24benefits-offerings-flyer-2941269sept28v2final', '', '', '2023-10-02 21:33:40', '2023-10-03 02:33:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (856, 1, '2023-10-02 21:33:43', '2023-10-03 02:33:43', '', 'CF_AE24_TrainingPoster_US_Donaldsonville_093023', '', 'inherit', 'open', 'closed', '', 'cf_ae24_trainingposter_us_donaldsonville_093023', '', '', '2023-10-02 21:33:43', '2023-10-03 02:33:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_TrainingPoster_US_Donaldsonville_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (857, 1, '2023-10-02 21:33:47', '2023-10-03 02:33:47', '', 'CF_AE24_TrainingPoster_US_PortNeal_093023', '', 'inherit', 'open', 'closed', '', 'cf_ae24_trainingposter_us_portneal_093023', '', '', '2023-10-02 21:33:47', '2023-10-03 02:33:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_TrainingPoster_US_PortNeal_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (858, 1, '2023-10-02 21:33:50', '2023-10-03 02:33:50', '', 'CF_AE24_TrainingPoster_US_Yazoo_093023', '', 'inherit', 'open', 'closed', '', 'cf_ae24_trainingposter_us_yazoo_093023', '', '', '2023-10-02 21:33:50', '2023-10-03 02:33:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_TrainingPoster_US_Yazoo_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (861, 1, '2023-10-08 08:14:22', '2023-10-08 13:14:22', '', 'e-guide', '', 'inherit', 'open', 'closed', '', 'e-guide', '', '', '2023-10-08 08:14:22', '2023-10-08 13:14:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (862, 1, '2023-10-08 08:22:44', '2023-10-08 13:22:44', '', 'CF_AE24_eGuide_US_Final', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_us_final', '', '', '2024-03-22 12:32:10', '2024-03-22 17:32:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_eGuide_US_Final.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (863, 1, '2023-10-08 08:22:51', '2023-10-08 13:22:51', '', 'CF - 2023 U.S. Required Notices10.5.23', '', 'inherit', 'open', 'closed', '', 'cf-2023-u-s-required-notices10-5-23', '', '', '2024-03-22 13:12:26', '2024-03-22 18:12:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2023-U.S.-Required-Notices10.5.23.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (864, 1, '2023-10-08 08:22:53', '2023-10-08 13:22:53', '', 'CF-2024-Annual-Enrollment-Announcement-Woodward (3)', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-woodward-3', '', '', '2024-04-11 11:15:53', '2024-04-11 16:15:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward-3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (865, 1, '2023-10-08 08:22:56', '2023-10-08 13:22:56', '', 'CF-2024-Annual-Enrollment-Announcement-Dville', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-dville', '', '', '2024-04-11 11:01:54', '2024-04-11 16:01:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Dville.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (866, 1, '2023-10-08 08:22:59', '2023-10-08 13:22:59', '', 'CF-2024-Annual-Enrollment-Announcement-Yazoo', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-yazoo', '', '', '2023-10-08 08:22:59', '2023-10-08 13:22:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (867, 1, '2023-10-08 08:23:04', '2023-10-08 13:23:04', '', 'CF-2024-Annual-Enrollment-Announcement-PortNeal (2)', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-portneal-2', '', '', '2024-04-11 11:14:45', '2024-04-11 16:14:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (868, 1, '2023-10-08 08:23:09', '2023-10-08 13:23:09', '', 'CFIND 24AE-Checklist 2941290_Oct5FINAL', '', 'inherit', 'open', 'closed', '', 'cfind-24ae-checklist-2941290_oct5final', '', '', '2024-03-22 15:21:52', '2024-03-22 20:21:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CFIND-24AE-Checklist-2941290_Oct5FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (869, 1, '2023-10-08 08:23:14', '2023-10-08 13:23:14', '', 'CFIND 24Benefits Offerings flyer 2941269Sept28v2FINAL', '', 'inherit', 'open', 'closed', '', 'cfind-24benefits-offerings-flyer-2941269sept28v2final-2', '', '', '2024-03-22 15:24:20', '2024-03-22 20:24:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (872, 1, '2023-10-08 09:20:55', '2023-10-08 14:20:55', '', '2023 CF Summary Plan Description (SPD)_Health and Welfare', '', 'inherit', 'open', 'closed', '', '2023-cf-summary-plan-description-spd_health-and-welfare', '', '', '2024-03-22 13:16:40', '2024-03-22 18:16:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (873, 1, '2023-10-08 09:21:01', '2023-10-08 14:21:01', '', 'gb00200-travel-benefit-medi-passport-FORM-policy 050621 prefilled', '', 'inherit', 'open', 'closed', '', 'gb00200-travel-benefit-medi-passport-form-policy-050621-prefilled', '', '', '2023-10-08 09:21:01', '2023-10-08 14:21:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (876, 1, '2023-10-15 08:17:41', '2023-10-15 13:17:41', '', 'CF-2024-Annual-Enrollment-Announcement-Yazoo', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-yazoo-2', '', '', '2024-04-11 11:17:13', '2024-04-11 16:17:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (879, 1, '2023-10-17 21:39:48', '2023-10-18 02:39:48', '[et_pb_fullwidth_slider admin_label=\"September 2023 home sliders\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'CFI pre OE sliders 2024 enrollment', '', 'publish', 'closed', 'closed', '', 'cfi-pre-oe-sliders-2024-enrollment', '', '', '2023-10-17 21:39:48', '2023-10-18 02:39:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/cfi-pre-oe-sliders-2024-enrollment/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (880, 1, '2023-10-17 22:55:01', '2023-10-18 03:55:01', '', 'OE_desktop_banner', '', 'inherit', 'open', 'closed', '', 'oe_desktop_banner', '', '', '2023-10-17 22:55:01', '2023-10-18 03:55:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_desktop_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (881, 1, '2023-10-17 22:55:03', '2023-10-18 03:55:03', '', 'OE_mobile_banner', '', 'inherit', 'open', 'closed', '', 'oe_mobile_banner', '', '', '2023-10-17 22:55:03', '2023-10-18 03:55:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (883, 1, '2023-10-18 13:03:39', '2023-10-18 18:03:39', '[et_pb_fullwidth_slider admin_label=\"September 2023 home sliders\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"][et_pb_slide heading=\"Annual Enrollment\" button_text=\"See 2024 Benefits\" button_link=\"/us-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" admin_title=\"OE\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_desktop_banner.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Oct. 30 â€“ Nov. 10</h3>[/et_pb_slide][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'OE sliders - oe and best premium', '', 'publish', 'closed', 'closed', '', 'oe-sliders-oe-and-best-premium', '', '', '2023-10-18 13:03:39', '2023-10-18 18:03:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/oe-sliders-oe-and-best-premium/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (885, 1, '2023-10-29 08:58:38', '2023-10-29 13:58:38', '[et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" template_type=\"module\"]<p><strong>Watch this video to learn more about the HSA</strong></p>[/et_pb_text]', 'watch this video', '', 'publish', 'closed', 'closed', '', 'watch-this-video', '', '', '2023-10-29 08:58:38', '2023-10-29 13:58:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/watch-this-video/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (886, 1, '2023-10-29 09:13:43', '2023-10-29 14:13:43', '', 'water_headerBar1', '', 'inherit', 'open', 'closed', '', 'water_headerbar1', '', '', '2023-10-29 09:13:43', '2023-10-29 14:13:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/water_headerBar1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (893, 1, '2023-12-15 10:47:21', '2023-12-15 16:47:21', '', 'APPLICATION FOR EDUCATION ASSISTANCE - FINAL', '', 'inherit', 'open', 'closed', '', 'application-for-education-assistance-final', '', '', '2024-03-21 18:46:21', '2024-03-21 23:46:21', '', 966, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/12/APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (900, 1, '2024-01-04 16:04:11', '2024-01-04 22:04:11', '', 'SBC_248031_249478_0001_CF INDUSTRIES ENTERPRISES LLC_HSA_01-01-2024 to 12-31-2024_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_249478_0001_cf-industries-enterprises-llc_hsa_01-01-2024-to-12-31-2024_2020-01-01_v1', '', '', '2024-03-22 12:45:00', '2024-03-22 17:45:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/01/SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (901, 1, '2024-01-04 16:04:14', '2024-01-04 22:04:14', '', 'SBC_248031_248035_0002_CF INDUSTRIES ENTERPRISES LLC_PPO_01-01-2024 to 12-31-2024_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_248035_0002_cf-industries-enterprises-llc_ppo_01-01-2024-to-12-31-2024_2020-01-01_v1', '', '', '2024-03-22 12:43:04', '2024-03-22 17:43:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/01/SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (903, 1, '2024-01-10 08:35:47', '2024-01-10 14:35:47', '', 'Vision Flyer_1.1.24_CF Industries', '', 'inherit', 'open', 'closed', '', 'vision-flyer_1-1-24_cf-industries', '', '', '2024-03-22 14:23:19', '2024-03-22 19:23:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/01/Vision-Flyer_1.1.24_CF-Industries.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (909, 1, '2024-02-26 13:35:46', '2024-02-26 19:35:46', '', 'Balanced Drug list 2024', '', 'inherit', 'open', 'closed', '', 'balanced-drug-list-2024', '', '', '2024-03-22 14:17:00', '2024-03-22 19:17:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/02/Balanced-Drug-list-2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (910, 1, '2024-02-26 15:25:40', '2024-02-26 21:25:40', '', 'CF_Enrollment_eGuide_022124', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_022124', '', '', '2024-02-26 15:25:40', '2024-02-26 21:25:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/02/CF_Enrollment_eGuide_022124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (911, 1, '2024-02-26 15:25:42', '2024-02-26 21:25:42', '', 'CF_2024_Rates_022124', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_022124', '', '', '2024-02-26 15:25:42', '2024-02-26 21:25:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/02/CF_2024_Rates_022124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (918, 1, '2024-03-05 08:11:31', '2024-03-05 14:11:31', '', 'Dyno Nobel Waggaman NG 104395-94, 95 SBC 1-24', '', 'inherit', 'open', 'closed', '', 'dyno-nobel-waggaman-ng-104395-94-95-sbc-1-24', '', '', '2024-03-05 08:11:31', '2024-03-05 14:11:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (919, 1, '2024-03-05 08:11:35', '2024-03-05 14:11:35', '', 'Dyno Nobel Waggaman LA SPD 3-2020', '', 'inherit', 'open', 'closed', '', 'dyno-nobel-waggaman-la-spd-3-2020', '', '', '2024-03-05 08:11:35', '2024-03-05 14:11:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Dyno-Nobel-Waggaman-LA-SPD-3-2020.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (920, 1, '2024-03-05 08:11:36', '2024-03-05 14:11:36', '', 'CF_UNION_Contacts_022924', '', 'inherit', 'open', 'closed', '', 'cf_union_contacts_022924', '', '', '2024-03-05 08:11:36', '2024-03-05 14:11:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_UNION_Contacts_022924.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (921, 1, '2024-03-05 08:11:41', '2024-03-05 14:11:41', '', 'CF_Enrollment_US_Walla_UNION_eGuide_022624', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_walla_union_eguide_022624', '', '', '2024-03-05 08:11:41', '2024-03-05 14:11:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_Walla_UNION_eGuide_022624.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (922, 1, '2024-03-05 08:11:43', '2024-03-05 14:11:43', '', 'CF_2024_Rates_Walla_UNION_022624', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_walla_union_022624', '', '', '2024-03-05 08:11:43', '2024-03-05 14:11:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_2024_Rates_Walla_UNION_022624.pdf', '0', 'attachment', 'application/pdf', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_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 (923, 1, '2024-03-05 08:11:45', '2024-03-05 14:11:45', '', '04. CF_2024_Enrollment_Checklist_Union', '', 'inherit', 'open', 'closed', '', '04-cf_2024_enrollment_checklist_union', '', '', '2024-03-05 08:11:45', '2024-03-05 14:11:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/04.-CF_2024_Enrollment_Checklist_Union.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (929, 1, '2024-03-08 14:07:11', '2024-03-08 20:07:11', '', 'how to enroll in commuter_2', '', 'inherit', 'open', 'closed', '', 'how-to-enroll-in-commuter_2', '', '', '2024-03-08 14:07:11', '2024-03-08 20:07:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/how-to-enroll-in-commuter_2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (931, 1, '2024-03-08 14:22:38', '2024-03-08 20:22:38', '', 'IL-banner', '', 'inherit', 'open', 'closed', '', 'il-banner', '', '', '2024-03-08 14:22:38', '2024-03-08 20:22:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/IL-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (935, 1, '2024-03-08 16:37:21', '2024-03-08 22:37:21', '', 'landing-commuter', '', 'inherit', 'open', 'closed', '', 'landing-commuter', '', '', '2024-03-08 16:37:21', '2024-03-08 22:37:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/landing-commuter.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (936, 1, '2024-03-14 10:09:16', '2024-03-14 15:09:16', '', 'CF_Enrollment_US_NU_eGuide_030724', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_nu_eguide_030724', '', '', '2024-03-14 10:09:16', '2024-03-14 15:09:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_NU_eGuide_030724.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (966, 3, '2024-03-21 18:46:21', '2024-03-21 23:46:21', 'Follow these instructions and complete the application to apply for Education Assistance.', 'Application for Educational Assistance', '', 'publish', 'closed', 'closed', '', 'application-for-education-assistance', '', '', '2026-01-25 22:25:45', '2026-01-25 22:25:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=966', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1036, 3, '2024-03-26 12:05:15', '2024-03-26 17:05:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.0\" _dynamic_attributes=\"content\" _module_preset=\"_initial\" header_text_color=\"gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75\" global_colors_info=\"{%22gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75%22:%91%22header_text_color%22%93}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][et_pb_blog use_current_loop=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.24.3\" _module_preset=\"default\" header_text_color=\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\" header_font_size=\"21px\" header_line_height=\"1.25em\" body_font=\"Noto Sans||||||||\" body_text_color=\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\" body_font_size=\"15px\" body_line_height=\"1.51em\" body_link_font=\"||||on||||\" text_orientation=\"left\" hover_enabled=\"0\" custom_css_title=\"margin-bottom: .6em !important;\" custom_css_content=\"font-weight: 400 !important;\" global_colors_info=\"{%22gcid-cda0448a-5641-4dd1-8a62-1961108990d4%22:%91%22body_text_color%22,%22header_text_color%22%93}\" header_font=\"||||on||||\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]', 'Theme Builder Layout', '', 'publish', 'open', 'closed', '', 'theme-builder-layout', '', '', '2024-04-09 14:10:50', '2024-04-09 19:10:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_body_layout/theme-builder-layout/', '0', 'et_body_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1039, 3, '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', 'Default Website Template', '', 'publish', 'closed', 'closed', '', 'default-website-template', '', '', '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/default-website-template/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_3_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 (1040, 3, '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results', '', '', '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/search-results/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_3_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 (1042, 3, '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', 'Theme Builder', '', 'publish', 'closed', 'closed', '', 'theme-builder', '', '', '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_theme_builder/theme-builder/', '0', 'et_theme_builder', '', '0');

INSERT IGNORE INTO `wp_3_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 (1043, 3, '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', 'Default Website Template', '', 'publish', 'closed', 'closed', '', 'default-website-template-2', '', '', '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/default-website-template-2/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_3_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 (1044, 3, '2024-03-26 12:07:59', '2024-03-26 17:07:59', '', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results-2', '', '', '2024-03-26 12:07:59', '2024-03-26 17:07:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/search-results-2/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_3_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 (1056, 1, '2024-04-29 07:27:41', '2024-04-29 12:27:41', '', 'FSRA_Health Care FSA', '', 'inherit', 'open', 'closed', '', 'fsra_health-care-fsa', '', '', '2024-04-29 07:27:41', '2024-04-29 12:27:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/FSRA_Health-Care-FSA.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1057, 1, '2024-04-29 07:30:31', '2024-04-29 12:30:31', '', 'FSRA_Limited Purpose FSA with Carry Over', '', 'inherit', 'open', 'closed', '', 'fsra_limited-purpose-fsa-with-carry-over', '', '', '2024-04-29 07:30:31', '2024-04-29 12:30:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/FSRA_Limited-Purpose-FSA-with-Carry-Over.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1064, 1, '2024-05-15 07:26:07', '2024-05-15 12:26:07', '', 'DCFSA Flyer', '', 'inherit', 'open', 'closed', '', 'dcfsa-flyer', '', '', '2024-05-15 07:26:07', '2024-05-15 12:26:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/05/DCFSA-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1069, 1, '2024-06-09 15:26:54', '2024-06-09 20:26:54', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.23.1\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\" sticky_enabled=\"0\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'September 2023 home sliders b/u 6-9-2024', '', 'publish', 'closed', 'closed', '', 'september-2023-home-sliders-b-u-6-9-2024', '', '', '2024-06-09 15:26:54', '2024-06-09 20:26:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/september-2023-home-sliders-b-u-6-9-2024/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1070, 1, '2024-06-09 15:57:28', '2024-06-09 20:57:28', '', 'RX-List-Balanced-IL-2024-April', '', 'inherit', 'open', 'closed', '', 'rx-list-balanced-il-2024-april', '', '', '2024-06-09 15:57:28', '2024-06-09 20:57:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/RX-List-Balanced-IL-2024-April.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1071, 1, '2024-06-10 07:45:34', '2024-06-10 12:45:34', '', 'be-well_slider_image1', '', 'inherit', 'open', 'closed', '', 'be-well_slider_image1', '', '', '2024-06-10 07:45:34', '2024-06-10 12:45:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_slider_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1072, 1, '2024-06-10 07:50:13', '2024-06-10 12:50:13', '', 'be-well_mobile_slider_image1', '', 'inherit', 'open', 'closed', '', 'be-well_mobile_slider_image1', '', '', '2024-06-10 07:50:13', '2024-06-10 12:50:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_mobile_slider_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1077, 1, '2024-07-12 10:08:40', '2024-07-12 15:08:40', '', 'CF_Transition_eGuide_US_FINAL_042524', '', 'inherit', 'open', 'closed', '', 'cf_transition_eguide_us_final_042524', '', '', '2024-07-12 10:08:40', '2024-07-12 15:08:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Transition_eGuide_US_FINAL_042524.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1078, 1, '2024-07-12 10:10:31', '2024-07-12 15:10:31', '', 'Cigna Dental Summary_2024', '', 'inherit', 'open', 'closed', '', 'cigna-dental-summary_2024', '', '', '2024-07-12 10:10:31', '2024-07-12 15:10:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Cigna-Dental-Summary_2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1080, 1, '2024-07-12 10:16:04', '2024-07-12 15:16:04', '', 'Cigna Dental Virtual Care Customer Flyer', '', 'inherit', 'open', 'closed', '', 'cigna-dental-virtual-care-customer-flyer', '', '', '2024-07-12 10:16:04', '2024-07-12 15:16:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/07/Cigna-Dental-Virtual-Care-Customer-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1081, 1, '2024-07-12 10:22:21', '2024-07-12 15:22:21', '', 'F_GROGuide', '', 'inherit', 'open', 'closed', '', 'f_groguide-2', '', '', '2024-07-12 10:22:21', '2024-07-12 15:22:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/F_GROGuide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1083, 1, '2024-07-12 10:30:55', '2024-07-12 15:30:55', '', 'Blue Cross and Blue Shield of Illinois Blue365 Member Overview', '', 'inherit', 'open', 'closed', '', 'blue-cross-and-blue-shield-of-illinois-blue365-member-overview', '', '', '2024-07-12 10:30:55', '2024-07-12 15:30:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/07/Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1087, 1, '2024-08-12 06:33:26', '2024-08-12 11:33:26', '', 'CF_Transition_eGuide_US_FINAL_042524', '', 'inherit', 'open', 'closed', '', 'cf_transition_eguide_us_final_042524-2', '', '', '2024-08-12 06:33:26', '2024-08-12 11:33:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Transition_eGuide_US_FINAL_042524-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1088, 1, '2024-08-12 06:39:01', '2024-08-12 11:39:01', '', 'CF_2024_Rates_093023', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_093023-2', '', '', '2024-08-12 06:39:01', '2024-08-12 11:39:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_2024_Rates_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1091, 1, '2024-08-14 14:09:20', '2024-08-14 19:09:20', '', 'CF_Enrollment_eGuide_US_FINAL_022024', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_us_final_022024', '', '', '2024-08-14 14:09:20', '2024-08-14 19:09:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/CF_Enrollment_eGuide_US_FINAL_022024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1093, 1, '2024-08-14 14:13:39', '2024-08-14 19:13:39', '', 'CF_2024_Rates_COBRA_010924', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_cobra_010924', '', '', '2024-08-14 14:13:39', '2024-08-14 19:13:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/CF_2024_Rates_COBRA_010924.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1095, 1, '2024-08-16 07:27:32', '2024-08-16 12:27:32', '', 'RX-List-Balanced-IL-2024-April-compressed', '', 'inherit', 'open', 'closed', '', 'rx-list-balanced-il-2024-april-compressed', '', '', '2024-08-16 07:27:32', '2024-08-16 12:27:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/RX-List-Balanced-IL-2024-April-compressed.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1100, 1, '2024-09-11 10:43:23', '2024-09-11 15:43:23', '', 'CF_BAM_AccessInstructions', '', 'inherit', 'open', 'closed', '', 'cf_bam_accessinstructions', '', '', '2024-09-11 10:43:23', '2024-09-11 15:43:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/CF_BAM_AccessInstructions.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1101, 1, '2024-09-11 10:53:27', '2024-09-11 15:53:27', '', 'RX-List-Balanced-IL-2024-July', '', 'inherit', 'open', 'closed', '', 'rx-list-balanced-il-2024-july', '', '', '2024-09-11 10:53:27', '2024-09-11 15:53:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/RX-List-Balanced-IL-2024-July.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1102, 1, '2024-09-11 10:55:51', '2024-09-11 15:55:51', '', 'RX-ACA-Preventative-List-IL', '', 'inherit', 'open', 'closed', '', 'rx-aca-preventative-list-il-2', '', '', '2024-09-11 10:55:51', '2024-09-11 15:55:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/RX-ACA-Preventative-List-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1103, 1, '2024-09-11 10:56:51', '2024-09-11 15:56:51', '', '2024 Standard HSA Preventive Drug Program ASO Groups (002)', '', 'inherit', 'open', 'closed', '', '2024-standard-hsa-preventive-drug-program-aso-groups-002', '', '', '2024-09-11 10:56:51', '2024-09-11 15:56:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1104, 1, '2024-09-16 06:48:30', '2024-09-16 11:48:30', '', 'secondary-page-banner_OE_2025', '', 'inherit', 'open', 'closed', '', 'secondary-page-banner_oe_2025', '', '', '2024-09-16 06:48:30', '2024-09-16 11:48:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/secondary-page-banner_OE_2025.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1105, 1, '2024-09-16 06:59:55', '2024-09-16 11:59:55', '', 'best-premium-page-banner_OE_2025', '', 'inherit', 'open', 'closed', '', 'best-premium-page-banner_oe_2025', '', '', '2024-09-16 06:59:55', '2024-09-16 11:59:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1107, 1, '2024-09-16 07:12:42', '2024-09-16 12:12:42', '', '', '', 'inherit', 'open', 'closed', '', 'best-premium-page-banner_oe_2025_2', '', '', '2024-09-16 07:12:50', '2024-09-16 12:12:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1109, 1, '2024-09-22 09:02:59', '2024-09-22 14:02:59', '', '', '', 'inherit', 'open', 'closed', '', 'best-premium-page-banner_oe_2025_mobile', '', '', '2024-09-22 09:03:06', '2024-09-22 14:03:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1110, 1, '2024-09-22 09:07:56', '2024-09-22 14:07:56', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/best-premium/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_2.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_position_phone=\"top_center\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" locked=\"off\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\" sticky_enabled=\"0\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Win Big with Best Premium</h3>\n<p>Complete your annual physical to earn savings, health benefits and rewards.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', '2025 OE best premium single slider', '', 'publish', 'closed', 'closed', '', '2025-oe-best-premium-single-slider', '', '', '2024-09-22 09:07:56', '2024-09-22 14:07:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/2025-oe-best-premium-single-slider/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1117, 1, '2024-10-06 09:59:53', '2024-10-06 14:59:53', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" template_type=\"section\" global_colors_info=\"{}\" _module_preset=\"76e23b29-e8f4-4882-aa8e-f59756f36d44\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" global_colors_info=\"{}\" _module_preset=\"631f5555-be78-4204-934e-8e49e18a2572\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|0px|0px|0px|false|false\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"padding-bottom: .75em;\">Your medical coverage is essential for keeping you healthy today, as well as protecting you if you are ill or injured. You have the option to enroll in coverage through the USW medical and pharmacy PPO, administered by Highmark Blue Cross Blue Shield. The PPO has the following features:</p>\n<ul>\n<li>In-network preventive care is covered at 100%.</li>\n<li>You can choose any provider, but you pay less when you use in-network providers.</li>\n<li>For primary care and specialist visits, you pay a fixed copay. For most other services, you pay the full cost until you meet your deductible.</li>\n<li>Once you meet your deductible you pay 10% of covered services (coinsurance).</li>\n<li>Prescription drug coverage is included.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Union Medical Plan', '', 'publish', 'closed', 'closed', '', 'union-medical-plan', '', '', '2024-10-06 10:27:32', '2024-10-06 15:27:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-medical-plan/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1120, 1, '2024-10-06 10:31:54', '2024-10-06 15:31:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"76e23b29-e8f4-4882-aa8e-f59756f36d44\" template_type=\"section\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"631f5555-be78-4204-934e-8e49e18a2572\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" global_colors_info=\"{}\"]<h4>Vacation</h4>\nYou are eligible for paid vacation after you complete one year of service and work at least 1,040 hours in the previous year. Vacation benefits are offered as specified in your collective bargaining agreement, as shown below:[/et_pb_text][et_pb_code admin_label=\"Dental table\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||14px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style= background-color:#fff;><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Paid Vacation Time Granted Each January<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>1-2 years</td><!-- [et_pb_line_break_holder] -->        <td>40 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>2-5 years</td><!-- [et_pb_line_break_holder] -->        <td>80 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>5-10 years</td><!-- [et_pb_line_break_holder] -->        <td>120 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>10-20 years</td><!-- [et_pb_line_break_holder] -->        <td>160 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>20+ years</td><!-- [et_pb_line_break_holder] -->        <td>200 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" global_colors_info=\"{}\"]<h4>Holidays</h4>\nYou receive a total of 11 paid holidays each year, as specified in your collective bargaining agreement. CF also provides time off for:\n<ul>\n	<li>Military leave</li>\n	<li>Bereavement leave</li>\n	<li>Jury duty</li>\n</ul>\nSee your collective bargaining agreement for details.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Union Time Away From Work', '', 'publish', 'closed', 'closed', '', 'union-time-away-from-work', '', '', '2024-10-06 10:46:24', '2024-10-06 15:46:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-time-away-from-work/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1125, 1, '2024-10-06 10:45:19', '2024-10-06 15:45:19', '[et_pb_module_placeholder selected_tabs=\"all\"]', 'Union 401k Plan', '', 'publish', 'closed', 'closed', '', 'union-401k-plan', '', '', '2024-10-06 10:45:19', '2024-10-06 15:45:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-401k-plan/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1126, 1, '2024-10-06 10:46:57', '2024-10-06 15:46:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"76e23b29-e8f4-4882-aa8e-f59756f36d44\" template_type=\"section\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"631f5555-be78-4204-934e-8e49e18a2572\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" custom_margin=\"||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Whether youâ€™re just getting started in your career or youâ€™re an experienced professional, prepare now for the life you want to lead when you retire. The CF 401(k) Plan can help you plan for retirement and proactively save for the future. The CF 401(k) Plan is administered by Fidelity.</p>\n<p>You are eligible to participate in the 401(k) Plan on your date of hire. CF helps you save by making matching and nonelective contributions to your account.</p>\n<p>If you donâ€™t make your contribution elections to the 401(k) within 30 days of your hire date, you will be auto enrolled at a contribution rate of 3%. You can change your contribution at any time.</p>\n<h4>Your Contributions</h4>\n<p>You can contribute up to 75% of your eligible earnings on a combined pre-tax, after-tax or Roth basis. For 2025, you can contribute up to $23,400 in pre-tax and/or Roth contributions. If you are age 50 or older, you can make an additional catch-up contribution of $7,500.</p>\n<h4>Company Match</h4>\n<p>CF matches 100% of your contributions, up to the first 3% of eligible pay, then 50% of your contributions up to the next 2% of eligible pay.</p>\n<h4>Company Nonelective Contribution</h4>\n<p>CF makes weekly contributions into your 401(k) Plan, which are based either on your age (if youâ€™ve been hired prior to June 23, 2018) or on your length of service (if hired after June 23, 2018).</p>\n<p><strong>Hired before June 23, 2018*</strong></p>[/et_pb_text][et_pb_code admin_label=\"match table\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||14px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style= background-color:#fff;><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Current Age<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        % of Earnings/Payroll<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><25</td><!-- [et_pb_line_break_holder] -->        <td>2.45%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>25-29 years</td><!-- [et_pb_line_break_holder] -->        <td>2.85%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>30-34 years</td><!-- [et_pb_line_break_holder] -->        <td>3.45%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>35-39 years</td><!-- [et_pb_line_break_holder] -->        <td>4.25%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>40-44 years</td><!-- [et_pb_line_break_holder] -->        <td>5.15%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>45-49 years</td><!-- [et_pb_line_break_holder] -->        <td>6.45%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>50-54 years</td><!-- [et_pb_line_break_holder] -->        <td>7.95%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>55-59 years</td><!-- [et_pb_line_break_holder] -->        <td>9.95%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>60+ years</td><!-- [et_pb_line_break_holder] -->        <td>12.55%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Annual limits based on the plan document will apply.</em></p>\n<p><strong>Hired after June 23, 2018</strong></p>[/et_pb_text][et_pb_code admin_label=\"vesting table\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||31px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style= background-color:#fff;><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Days/Years of Vesting Service<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Additional Contributions<br>(% of earnings/payroll)<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Below 120 days</td><!-- [et_pb_line_break_holder] -->        <td>0.0%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>120 days-6 years</td><!-- [et_pb_line_break_holder] -->        <td>2.5%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>7-11 years</td><!-- [et_pb_line_break_holder] -->        <td>5%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>12 or more years</td><!-- [et_pb_line_break_holder] -->        <td>7%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'Union 401k Plan', '', 'publish', 'closed', 'closed', '', 'union-401k-plan-2', '', '', '2024-10-21 19:46:37', '2024-10-22 00:46:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-401k-plan-2/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1135, 1, '2024-10-17 17:16:51', '2024-10-17 22:16:51', '', 'cf-benefits-center-flip', '', 'inherit', 'open', 'closed', '', 'cf-benefits-center-flip', '', '', '2024-10-17 17:16:51', '2024-10-17 22:16:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1136, 1, '2024-10-17 17:20:20', '2024-10-17 22:20:20', '', 'cf-benefits-center-flip2', '', 'inherit', 'open', 'closed', '', 'cf-benefits-center-flip2', '', '', '2024-10-17 17:20:20', '2024-10-17 22:20:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1139, 1, '2024-10-20 22:20:36', '2024-10-21 03:20:36', '', 'cf-benefits-center-mobile', '', 'inherit', 'open', 'closed', '', 'cf-benefits-center-mobile', '', '', '2024-10-20 22:20:36', '2024-10-21 03:20:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1142, 1, '2024-10-21 07:52:13', '2024-10-21 12:52:13', '', 'oe-banner1', '', 'inherit', 'open', 'closed', '', 'oe-banner1', '', '', '2024-10-21 07:52:13', '2024-10-21 12:52:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1143, 1, '2024-10-21 08:04:10', '2024-10-21 13:04:10', '', 'oe-banner2', '', 'inherit', 'open', 'closed', '', 'oe-banner2', '', '', '2024-10-21 08:04:10', '2024-10-21 13:04:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1145, 1, '2024-10-21 15:50:22', '2024-10-21 20:50:22', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#015846\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"5px\" box_shadow_color=\"rgba(0,0,0,0.55)\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"Take Action! Enrollment Ends in:\" date_time=\"2023-11-10 23:56\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"82%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"1.4em||1.4em||true|false\" custom_padding_tablet=\"1.4em||1.4em||true|false\" custom_padding_phone=\"1.4em|0px|1.4em|0px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_title=\"margin-bottom: .5em;\" use_custom_labels=\"on\" label_days_short=\"Days\" label_hours_short=\"Hrs.\" label_mins_short=\"Min.\" label_secs_short=\"Sec.\" locked=\"off\" global_colors_info=\"{}\" custom_css_container_last_edited=\"on|phone\" custom_css_title_last_edited=\"on|desktop\" custom_css_title_phone=\"margin-bottom: .5em !important;\" custom_css_timer_section_last_edited=\"on|desktop\" custom_css_timer_section_phone=\"width: 10vw;\" custom_css_title_tablet=\"margin-bottom: .5em;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section]', 'CF countdown', '', 'publish', 'closed', 'closed', '', 'cf-countdown', '', '', '2024-10-21 15:50:22', '2024-10-21 20:50:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/cf-countdown/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1149, 1, '2024-10-22 08:01:33', '2024-10-22 13:01:33', '', 'test-image', '', 'inherit', 'open', 'closed', '', 'test-image', '', '', '2024-10-22 08:01:33', '2024-10-22 13:01:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/test-image.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1152, 1, '2024-10-22 16:08:44', '2024-10-22 21:08:44', '', 'mercer-banner-desktop', '', 'inherit', 'open', 'closed', '', 'mercer-banner-desktop', '', '', '2024-10-22 16:08:44', '2024-10-22 21:08:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1153, 1, '2024-10-22 16:09:09', '2024-10-22 21:09:09', '', 'mercer-banner-mobile', '', 'inherit', 'open', 'closed', '', 'mercer-banner-mobile', '', '', '2024-10-22 16:09:09', '2024-10-22 21:09:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1155, 1, '2024-10-22 16:31:59', '2024-10-22 21:31:59', '', '2025 Balanced Drug List', '', 'inherit', 'open', 'closed', '', '2025-balanced-drug-list', '', '', '2024-10-22 16:31:59', '2024-10-22 21:31:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025-Balanced-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1157, 1, '2024-10-22 16:34:01', '2024-10-22 21:34:01', '', 'CF_2025_Rates_NU_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_nu_final_102124', '', '', '2024-10-22 16:34:01', '2024-10-22 21:34:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_NU_FINAL_102124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1159, 1, '2024-10-22 16:36:32', '2024-10-22 21:36:32', '', 'CFIND 25AE Checklist US 4145731FINALOct20', '', 'inherit', 'open', 'closed', '', 'cfind-25ae-checklist-us-4145731finaloct20', '', '', '2024-10-22 16:36:32', '2024-10-22 21:36:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1161, 1, '2024-10-22 16:38:02', '2024-10-22 21:38:02', '', 'CF_AE25_eGuide_US_FINAL_102224', '', 'inherit', 'open', 'closed', '', 'cf_ae25_eguide_us_final_102224', '', '', '2024-10-22 16:38:02', '2024-10-22 21:38:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_eGuide_US_FINAL_102224.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1163, 1, '2024-10-22 18:11:49', '2024-10-22 23:11:49', '', 'Union MedicalSPD 8-2024', '', 'inherit', 'open', 'closed', '', 'union-medicalspd-8-2024', '', '', '2024-10-22 18:11:49', '2024-10-22 23:11:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/Union-MedicalSPD-8-2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1164, 1, '2024-10-22 18:13:08', '2024-10-22 23:13:08', '', '2025_Balanced Drug list', '', 'inherit', 'open', 'closed', '', '2025_balanced-drug-list', '', '', '2024-10-22 18:13:08', '2024-10-22 23:13:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025_Balanced-Drug-list.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1165, 1, '2024-10-22 18:13:10', '2024-10-22 23:13:10', '', 'CF_2025_Rates_W_Union_FINAL_101724', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_w_union_final_101724', '', '', '2024-10-22 18:13:10', '2024-10-22 23:13:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1166, 1, '2024-10-22 18:13:14', '2024-10-22 23:13:14', '', 'CF_AE25_eGuide_UNION_US_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_ae25_eguide_union_us_final_102124', '', '', '2024-10-22 18:13:14', '2024-10-22 23:13:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_eGuide_UNION_US_FINAL_102124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1167, 1, '2024-10-22 18:13:16', '2024-10-22 23:13:16', '', 'CF_Waggaman NG 104395-94, 95 SBC 1-2025_2025HighmarkBCBSPlanSBC', '', 'inherit', 'open', 'closed', '', 'cf_waggaman-ng-104395-94-95-sbc-1-2025_2025highmarkbcbsplansbc', '', '', '2024-10-22 18:13:16', '2024-10-22 23:13:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1168, 1, '2024-10-22 18:13:19', '2024-10-22 23:13:19', '', 'CFIND 25AE Checklist Union 4146218FINALOct20', '', 'inherit', 'open', 'closed', '', 'cfind-25ae-checklist-union-4146218finaloct20', '', '', '2024-10-22 18:13:19', '2024-10-22 23:13:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1169, 1, '2024-10-22 18:14:16', '2024-10-22 23:14:16', '', 'CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_ae25_annual-enrollment-guide_union_us_final_102124', '', '', '2024-10-22 18:14:16', '2024-10-22 23:14:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1172, 1, '2024-10-22 20:37:29', '2024-10-23 01:37:29', '', 'oe-banner-mobile', '', 'inherit', 'open', 'closed', '', 'oe-banner-mobile', '', '', '2024-10-22 20:37:29', '2024-10-23 01:37:29', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1174, 1, '2024-10-23 07:16:04', '2024-10-23 12:16:04', '', 'CFIND 25AE Checklist Union 4146218FINALOct20', '', 'inherit', 'open', 'closed', '', 'cfind-25ae-checklist-union-4146218finaloct20-2', '', '', '2024-10-23 07:16:04', '2024-10-23 12:16:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1176, 1, '2024-11-05 15:57:49', '2024-11-05 21:57:49', '', 'CF_AE25_Annual Enrollment Guide_UNION_US_103024', '', 'inherit', 'open', 'closed', '', 'cf_ae25_annual-enrollment-guide_union_us_103024', '', '', '2024-11-05 15:57:49', '2024-11-05 21:57:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/CF_AE25_Annual-Enrollment-Guide_UNION_US_103024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1177, 1, '2024-11-06 13:52:34', '2024-11-06 19:52:34', '', 'CF_AE25_Guide_US_103024', '', 'inherit', 'open', 'closed', '', 'cf_ae25_guide_us_103024', '', '', '2024-11-06 13:52:34', '2024-11-06 19:52:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Guide_US_103024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1179, 1, '2024-11-06 13:55:58', '2024-11-06 19:55:58', '', '2025_Standard PPO_SBC_Nov5', '', 'inherit', 'open', 'closed', '', '2025_standard-ppo_sbc_nov5', '', '', '2024-11-06 13:55:58', '2024-11-06 19:55:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/2025_Standard-PPO_SBC_Nov5.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1181, 1, '2024-11-06 13:57:57', '2024-11-06 19:57:57', '', '2025_248031_Advantage PPO_withHSA_SBC_Nov5', '', 'inherit', 'open', 'closed', '', '2025_248031_advantage-ppo_withhsa_sbc_nov5', '', '', '2024-11-06 13:57:57', '2024-11-06 19:57:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/2025_248031_Advantage-PPO_withHSA_SBC_Nov5.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1185, 1, '2024-11-11 07:36:11', '2024-11-11 13:36:11', '', 'CF - 2024 U.S. Required Notices Final_', '', 'inherit', 'open', 'closed', '', 'cf-2024-u-s-required-notices-final_', '', '', '2024-11-11 07:36:11', '2024-11-11 13:36:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/CF-2024-U.S.-Required-Notices-Final_.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1186, 1, '2024-11-14 11:45:51', '2024-11-14 17:45:51', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://player.vimeo.com/video/1029628106\" admin_label=\"https://player.vimeo.com/video/1029628106\" _builder_version=\"4.27.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.3\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"/us-annual-enrollment/\">Click here</a> to return to the <strong>Open Enrollment</strong> page.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Annual Enrollment 2025 â€” Information Session video', '', 'draft', 'closed', 'closed', '', 'annual-enrollment-2025-information-session-video', '', '', '2025-04-27 14:33:24', '2025-04-27 19:33:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1186', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1189, 1, '2024-11-16 07:37:01', '2024-11-16 13:37:01', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"][et_pb_slide heading=\"2025 Annual Enrollment\" button_text=\"Learn More\" button_link=\"/us-annual-enrollment/\" admin_title=\"OE 2025\" _builder_version=\"4.27.2\" _module_preset=\"e6f9a3d7-8929-4613-95b3-9146785068e1\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner-mobile.jpg\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">November 1 â€“ November 15</h3>[/et_pb_slide][et_pb_slide heading=\"Unlock your total value\" button_text=\"Learn more\" button_link=\"https://launcher.myapps.microsoft.com/api/signin/442551e3-3e6a-480e-8a71-1113fc06451c?tenantId=f7e17566-3113-4441-bdb9-19f261e20c08\" url_new_window=\"on\" admin_title=\"Mercer button\" _builder_version=\"4.27.2\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg\" button_border_color=\"#3FA9F5\" custom_padding=\"17vw||1vw|49vw|false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg\" background_position_phone=\"top_center\" background_vertical_offset_phone=\"-29px\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#3FA9F5\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#3FA9F5\" sticky_transition=\"on\"]<p>An exciting new way to understand your Total Rewards.</p>[/et_pb_slide][et_pb_slide heading=\" CF Benefits Center\" button_text=\"Learn More\" button_link=\"/contacts/\" admin_title=\"CF Benefits Center\" _builder_version=\"4.27.2\" _module_preset=\"ef8e805b-6a23-4d48-beac-86c037006669\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Experience the Dedicated Support You Deserve</h3>\n<p>A better way to get your benefits questions answered.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', '2025 OE all sliders archive', '', 'publish', 'closed', 'closed', '', '2025-oe-all-sliders-archive', '', '', '2024-11-16 07:37:01', '2024-11-16 13:37:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/2025-oe-all-sliders-archive/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_3_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 (1190, 1, '2024-11-16 10:34:44', '2024-11-16 16:34:44', '', '2025 Union_SBC_Highmark BCBS', '', 'inherit', 'open', 'closed', '', '2025-union_sbc_highmark-bcbs', '', '', '2024-11-16 10:34:44', '2024-11-16 16:34:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/2025-Union_SBC_Highmark-BCBS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1195, 1, '2024-12-06 07:45:47', '2024-12-06 13:45:47', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', '2025 Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2025-enrollment-guide', '', '', '2025-04-29 12:03:12', '2025-04-29 11:03:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1195', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1196, 1, '2024-12-06 07:45:12', '2024-12-06 13:45:12', '', 'CF_AE24_eGuide_US_Final', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_us_final-2', '', '', '2024-12-06 07:45:12', '2024-12-06 13:45:12', '', 1195, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/12/CF_AE24_eGuide_US_Final.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1197, 1, '2024-12-10 11:59:04', '2024-12-10 17:59:04', '', 'CF_AE25_Guide_US_103024', '', 'inherit', 'open', 'closed', '', 'cf_ae25_guide_us_103024-2', '', '', '2024-12-10 11:59:04', '2024-12-10 17:59:04', '', 1195, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/12/CF_AE25_Guide_US_103024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1202, 1, '2025-01-09 12:18:19', '2025-01-09 18:18:19', '', 'CF_2025_Rates_NU_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_nu_final_102124-2', '', '', '2025-01-09 12:18:19', '2025-01-09 18:18:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_NU_FINAL_102124-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1204, 1, '2025-01-09 12:42:08', '2025-01-09 18:42:08', '', 'DENTALPPO1_01.01.2025_CF Industries Enterprises, Inc._3333808', '', 'inherit', 'open', 'closed', '', 'dentalppo1_01-01-2025_cf-industries-enterprises-inc-_3333808', '', '', '2025-01-09 12:42:08', '2025-01-09 18:42:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1206, 1, '2025-01-09 13:31:30', '2025-01-09 19:31:30', '', 'VISION1_01.01.2025_CF Industries Enterprises, Inc_33338078', '', 'inherit', 'open', 'closed', '', 'vision1_01-01-2025_cf-industries-enterprises-inc_33338078', '', '', '2025-01-09 13:31:30', '2025-01-09 19:31:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1207, 1, '2025-01-15 08:21:20', '2025-01-15 14:21:20', '', 'CF PPL Affidavit 12.2.2024', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit-12-2-2024', '', '', '2025-01-15 08:21:20', '2025-01-15 14:21:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF-PPL-Affidavit-12.2.2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1208, 1, '2025-01-15 08:29:14', '2025-01-15 14:29:14', '', 'CF_2025_Rates_COBRA_010625', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_cobra_010625', '', '', '2025-01-15 08:29:14', '2025-01-15 14:29:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/CF_2025_Rates_COBRA_010625.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1209, 1, '2025-01-15 11:21:13', '2025-01-15 17:21:13', '', 'NEW CF_AE25_eGuide_US_121724', '', 'inherit', 'open', 'closed', '', 'new-cf_ae25_eguide_us_121724', '', '', '2025-01-15 11:21:13', '2025-01-15 17:21:13', '', 1195, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/12/NEW-CF_AE25_eGuide_US_121724.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1215, 1, '2025-02-03 10:46:17', '2025-02-03 16:46:17', '', 'CF Industries SPD 1-2025', '', 'inherit', 'open', 'closed', '', 'cf-industries-spd-1-2025', '', '', '2025-02-03 10:46:17', '2025-02-03 16:46:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/02/CF-Industries-SPD-1-2025.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1216, 1, '2025-02-05 15:12:22', '2025-02-05 21:12:22', '', '2025 Adult Wellness Guidelines', '', 'inherit', 'open', 'closed', '', '2025-adult-wellness-guidelines', '', '', '2025-02-05 15:12:22', '2025-02-05 21:12:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2025-Adult-Wellness-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1217, 1, '2025-02-05 15:13:16', '2025-02-05 21:13:16', '', '2025 Children\'s Wellness Guidelines', '', 'inherit', 'open', 'closed', '', '2025-childrens-wellness-guidelines', '', '', '2025-02-05 15:13:16', '2025-02-05 21:13:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2025-Childrens-Wellness-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1218, 1, '2025-02-05 15:14:06', '2025-02-05 21:14:06', '', '2025 Perinatal Wellness Guidelines Member Flier', '', 'inherit', 'open', 'closed', '', '2025-perinatal-wellness-guidelines-member-flier', '', '', '2025-02-05 15:14:06', '2025-02-05 21:14:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2025-Perinatal-Wellness-Guidelines-Member-Flier.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1223, 1, '2025-03-11 14:03:05', '2025-03-11 19:03:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">UK total rewards site coming soon.</h2>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'coming soon', '', 'draft', 'closed', 'closed', '', 'coming-soon', '', '', '2025-06-06 19:02:47', '2025-06-06 18:02:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?page_id=1223', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1228, 1, '2025-03-11 14:21:08', '2025-03-11 19:21:08', '', 'ayco-slider2_image1', '', 'inherit', 'open', 'closed', '', 'ayco-slider2_image1-2', '', '', '2025-03-11 14:21:08', '2025-03-11 19:21:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/03/ayco-slider2_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1229, 1, '2025-03-11 14:21:10', '2025-03-11 19:21:10', '', 'ayco-slider2-mobile', '', 'inherit', 'open', 'closed', '', 'ayco-slider2-mobile-2', '', '', '2025-03-11 14:21:10', '2025-03-11 19:21:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/03/ayco-slider2-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1230, 1, '2025-03-11 14:21:12', '2025-03-11 19:21:12', '', 'ppl-slider3_image1', '', 'inherit', 'open', 'closed', '', 'ppl-slider3_image1-2', '', '', '2025-03-11 14:21:12', '2025-03-11 19:21:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/03/ppl-slider3_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1246, 1, '2025-04-14 08:46:37', '2025-04-14 13:46:37', 'Learn more about the income protection options available to you.', 'Bluecrest Guide', '', 'publish', 'closed', 'closed', '', 'bluecrest-guide', '', '', '2025-04-14 08:46:37', '2025-04-14 13:46:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1246', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1247, 1, '2025-04-14 08:46:31', '2025-04-14 13:46:31', '', 'UK Bluecrest Guide', '', 'inherit', 'open', 'closed', '', 'uk-bluecrest-guide', '', '', '2025-04-14 08:46:31', '2025-04-14 13:46:31', '', 1246, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/UK-Bluecrest-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1252, 1, '2025-04-14 10:54:14', '2025-04-14 15:54:14', 'Review this summary to understand what to expect from the Bupa medical benefits.', 'Bupa Select Benefits Summary', '', 'publish', 'closed', 'closed', '', 'bupa-select-benefits-summary', '', '', '2025-04-14 10:54:14', '2025-04-14 15:54:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1252', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1253, 1, '2025-04-14 10:54:06', '2025-04-14 15:54:06', '', 'Bupa Select Benefits Summary', '', 'inherit', 'open', 'closed', '', 'bupa-select-benefits-summary', '', '', '2025-04-14 10:54:06', '2025-04-14 15:54:06', '', 1252, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/Bupa-Select-Benefits-Summary.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1254, 1, '2025-04-14 10:55:37', '2025-04-14 15:55:37', 'Review this guide to understand your private medical benefits to help you make the best decisions for you and your family.', 'Bupa Select Membership Guide', '', 'publish', 'closed', 'closed', '', 'bupa-select-membership-guide', '', '', '2025-04-14 10:55:37', '2025-04-14 15:55:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1254', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1255, 1, '2025-04-14 10:55:33', '2025-04-14 15:55:33', '', 'Bupa Select Membership Guide', '', 'inherit', 'open', 'closed', '', 'bupa-select-membership-guide', '', '', '2025-04-14 10:55:33', '2025-04-14 15:55:33', '', 1254, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/Bupa-Select-Membership-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1264, 1, '2025-04-14 11:34:27', '2025-04-14 16:34:27', 'Review this summary to understand what to expect from your dental benefits.', 'Bupa Dental What to Expect', '', 'publish', 'closed', 'closed', '', 'bupa-dental-what-to-expect', '', '', '2025-04-14 11:34:27', '2025-04-14 16:34:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1264', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1265, 1, '2025-04-14 11:34:21', '2025-04-14 16:34:21', '', 'Bupa Dental What to Expect', '', 'inherit', 'open', 'closed', '', 'bupa-dental-what-to-expect', '', '', '2025-04-14 11:34:21', '2025-04-14 16:34:21', '', 1264, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/Bupa-Dental-What-to-Expect.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1266, 1, '2025-04-14 11:35:52', '2025-04-14 16:35:52', 'Review this guide to understand your dental benefits to help you make the best decisions for you and your family.', 'Bupa Dental Membership Guide', '', 'publish', 'closed', 'closed', '', 'bupa-dental-membership-guide', '', '', '2025-04-14 11:35:52', '2025-04-14 16:35:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1266', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1267, 1, '2025-04-14 11:35:48', '2025-04-14 16:35:48', '', 'Bupa Dental Membership Guide', '', 'inherit', 'open', 'closed', '', 'bupa-dental-membership-guide', '', '', '2025-04-14 11:35:48', '2025-04-14 16:35:48', '', 1266, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/Bupa-Dental-Membership-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1268, 1, '2025-04-14 11:37:15', '2025-04-14 16:37:15', 'Review this guide to understand how to submit your dental claims.', 'Bupa Dental Claim Guide', '', 'publish', 'closed', 'closed', '', 'bupa-dental-claim-guide', '', '', '2025-04-14 11:37:15', '2025-04-14 16:37:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1268', '0', 'pf_document', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_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 (1269, 1, '2025-04-14 11:37:08', '2025-04-14 16:37:08', '', 'Bupa Dental Claim Guide', '', 'inherit', 'open', 'closed', '', 'bupa-dental-claim-guide', '', '', '2025-04-14 11:37:08', '2025-04-14 16:37:08', '', 1268, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/Bupa-Dental-Claim-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1279, 1, '2025-04-14 15:51:27', '2025-04-14 20:51:27', 'Complete the life insurance beneficiary form to nominate who you would like to receive your life insurance benefit.', 'Life Insurance Beneficiary Nomination Form', '', 'publish', 'closed', 'closed', '', 'life-insurance-beneficiary-nomination-form', '', '', '2025-04-14 15:51:27', '2025-04-14 20:51:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1279', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1280, 1, '2025-04-14 15:51:22', '2025-04-14 20:51:22', '', 'Life Insurance Beneficiary Nomination Form', '', 'inherit', 'open', 'closed', '', 'life-insurance-beneficiary-nomination-form', '', '', '2025-04-14 15:51:22', '2025-04-14 20:51:22', '', 1279, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/Life-Insurance-Beneficiary-Nomination-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1281, 1, '2025-04-14 15:52:57', '2025-04-14 20:52:57', 'Review this guide to learn more about the bereavement support and resources available to you through MetLife.', 'MetLife Bereavement Guide', '', 'publish', 'closed', 'closed', '', 'metlife-bereavement-guide', '', '', '2025-04-14 15:52:57', '2025-04-14 20:52:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1281', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1282, 1, '2025-04-14 15:52:52', '2025-04-14 20:52:52', '', 'MetLife Bereavement_Guide', '', 'inherit', 'open', 'closed', '', 'metlife-bereavement_guide', '', '', '2025-04-14 15:52:52', '2025-04-14 20:52:52', '', 1281, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/MetLife-Bereavement_Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1284, 1, '2025-04-14 16:06:58', '2025-04-14 21:06:58', 'Learn more about the income protection options available to you.', 'What is Income Protection', '', 'publish', 'closed', 'closed', '', 'what-is-income-protection', '', '', '2025-04-14 16:06:58', '2025-04-14 21:06:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1284', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1285, 1, '2025-04-14 16:06:53', '2025-04-14 21:06:53', '', 'What is Income Protection', '', 'inherit', 'open', 'closed', '', 'what-is-income-protection', '', '', '2025-04-14 16:06:53', '2025-04-14 21:06:53', '', 1284, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/What-is-Income-Protection.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1295, 1, '2025-04-16 07:13:30', '2025-04-16 12:13:30', '', 'mental-health', '', 'inherit', 'open', 'closed', '', 'mental-health', '', '', '2025-04-16 07:13:30', '2025-04-16 12:13:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/mental-health.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (1296, 1, '2025-04-16 07:20:50', '2025-04-16 12:20:50', '', 'cycle-to-work', '', 'inherit', 'open', 'closed', '', 'cycle-to-work', '', '', '2025-04-16 07:20:50', '2025-04-16 12:20:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/cycle-to-work.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (1298, 1, '2025-04-16 07:37:50', '2025-04-16 12:37:50', '', 'travel', '', 'inherit', 'open', 'closed', '', 'travel', '', '', '2025-04-16 07:37:50', '2025-04-16 12:37:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/travel.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (1309, 1, '2025-04-28 20:52:03', '2025-04-28 19:52:03', '', 'uk-flag', '', 'inherit', 'open', 'closed', '', 'uk-flag', '', '', '2025-04-28 20:52:03', '2025-04-28 19:52:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/uk-flag.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_3_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 (1318, 1, '2025-05-15 11:19:43', '2025-05-15 10:19:43', '', 'Educational Assistance Application', '', 'inherit', 'open', 'closed', '', 'educational-assistance-application', '', '', '2025-05-15 11:58:56', '2025-05-15 10:58:56', '', 966, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/05/Educational-Assistance-Application.docx', '0', 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', '0');

INSERT IGNORE INTO `wp_3_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 (1319, 1, '2025-05-15 11:19:44', '2025-05-15 10:19:44', '', 'Educational Assistance Undertaking Agreement', '', 'inherit', 'open', 'closed', '', 'educational-assistance-undertaking-agreement-2', '', '', '2025-05-15 12:00:33', '2025-05-15 11:00:33', '', 1321, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/05/Educational-Assistance-Undertaking-Agreement.docx', '0', 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', '0');

INSERT IGNORE INTO `wp_3_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 (1320, 1, '2025-05-15 11:25:26', '2025-05-15 10:25:26', '', 'cycle-to-work', '', 'inherit', 'open', 'closed', '', 'cycle-to-work-2', '', '', '2025-05-15 11:25:26', '2025-05-15 10:25:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/05/cycle-to-work.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1321, 1, '2025-05-15 12:00:33', '2025-05-15 11:00:33', '', 'Educational Assistance  Undertaking Agreement', '', 'publish', 'closed', 'closed', '', 'educational-assistance-undertaking-agreement', '', '', '2025-05-15 12:00:33', '2025-05-15 11:00:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1321', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1323, 1, '2025-05-15 12:42:47', '2025-05-15 11:42:47', '', 'cycle-to-work-banner', '', 'inherit', 'open', 'closed', '', 'cycle-to-work-banner', '', '', '2025-05-15 12:42:47', '2025-05-15 11:42:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/05/cycle-to-work-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1324, 1, '2025-05-15 13:34:14', '2025-05-15 12:34:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/contacts_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h1>Privacy Policy</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"20px||50px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"12px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||1em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Help is only a call or click away.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||2em||false|false\" custom_padding_tablet=\"13px||0px|||\" custom_padding_phone=\"13px||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Managing Your Benefits\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon to enrol, change or update your benefits information.</p>\n<p>If you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.</p>[/et_pb_blurb][et_pb_blurb title=\"Wellness\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Bluecrest</strong><br />0808 168 9219<br /><a href=\"https://www.bluecrestwellness.com\" target=\"_blank\" rel=\"noopener\">www.bluecrestwellness.com</a><br /><strong>Email: </strong><a href=\"mailto:corporate@bluecrestwellness.com\">corporate@bluecrestwellness.com</a></p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_blurb title=\"Medical\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<strong>Bupa</strong>\n<a href=\"https://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk</a>\n<strong>Bupa Anytime HealthLine</strong>: 0345 607 7777\n<strong>Family Mental HealthLine</strong>: 0345 266 7938\n<strong>Menopause HealthLine</strong>: 0345 608 9984\n<strong>My Bupa App:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_blurb][et_pb_blurb title=\"Dental\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Bupa</strong><br />0800 237 777<br /><a href=\"http://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk </a><br /><strong>Email:</strong> <a href=\"mailto:DentalMemberServices@bupa.com\">DentalMemberServices@bupa.com</a><br /><strong>My Bupa app:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Well-Being Platform\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Strive Well-Being Platform</strong><br /><a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">www.cftotalrewards-strive.com/en/login/</a><br /><strong>Email:</strong> <a href=\"mailto:support@propelwellness.zendesk.com\">support@propelwellness.zendesk.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Chronic Condition Management and Prevention\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/chronic.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Dario</strong><br />833-438-0736 (9 a.m. â€“9 p.m. ET)<br /><a href=\"http://about.dariohealth.com/cfindustries\" target=\"_blank\" rel=\"noopener\">www.about.dariohealth.com/cfindustries</a></p>[/et_pb_blurb][et_pb_blurb title=\"Prescription\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Prime Therapeutics</strong><br /><span class=\"contact_phone\">888-902-8293</span><br /><a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">www.myprime.com</a></p>\n<p><strong>Accredo Specialty Pharmacy</strong><br />833-721-1619<br /><a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">www.accredo.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Vision\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Cigna</strong><br />877-478-7557<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Mental Health\" url=\"https://www.thehartford.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/mental-health.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Bupa</strong><br /><strong>Mental health support team:</strong> 0345 600 5446<br /><strong>Help@hand app:</strong> <a href=\"https://apps.apple.com/gb/app/help-hand/id1485686894\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=sh.mobile.unum.helpathand&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Cycle to Work\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/cycle-to-work.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<strong>CycleScheme</strong>\n<a href=\"https://www.cyclescheme.co.uk/1097b7 \" target=\"_blank\" rel=\"noopener\">https://www.cyclescheme.co.uk/1097b7 </a>\n\nIf you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.[/et_pb_blurb][et_pb_blurb title=\"Life Insurance\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>MetLife</strong><br /><strong>Bereavement helpline:</strong> 0800 917 0096 365<br /><a href=\"http://www.metlife.co.uk \" target=\"_blank\" rel=\"noopener\">www.metlife.co.uk </a></p>[/et_pb_blurb][et_pb_blurb title=\"Income Protection\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<strong>Unum</strong>\n\nIf you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.[/et_pb_blurb][et_pb_blurb title=\"Pension Scheme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Mercer</strong><br />0330 808 9426 (9am â€“ 5pm Monday to Friday)<br /><strong>Email:</strong> <a href=\"mailto:money@mercer.com \" target=\"_blank\" rel=\"noopener\">money@mercer.com </a><br /><strong>Visit:</strong> <a href=\"https://Mercermoney.com\" target=\"_blank\" rel=\"noopener\">Mercermoney.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Business Travel\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/travel.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Chubb</strong><br />International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a><br />(member ID is 11BCMA000183)<br /><strong>Chubb:</strong> <a href=\"https://www.chubb.com/uk\" target=\"_blank\" rel=\"noopener\">www.chubb.com/uk</a> or +44 (0)20 7173 7796</p>[/et_pb_blurb][et_pb_blurb title=\"Cigna Additional Programmes\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/health_advo_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Cigna Healthy Rewards</strong><br />800-258-3312<br /><a href=\"http://www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>\n<p><strong>NYL GBS Secure Travel</strong><br />800-362-4462<br /><a href=\"http://www.mynylgbs.com/\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Discount Programme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/perks.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><strong>Perkspot</strong><br />866-606-6057<br /><a href=\"https://cfi.perkspot.com/login\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com/login</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Privacy Policy', '', 'draft', 'closed', 'closed', '', 'privacy-policy-2', '', '', '2025-06-06 19:10:46', '2025-06-06 18:10:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?page_id=1324', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1328, 1, '2025-05-16 06:23:31', '2025-05-16 05:23:31', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/contacts_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Cookie Privacy Notice</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"20px||50px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"12px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p><em>Effective Date: 15-May-2025</em></p>\n<h2>Information We Automatically Collect</h2>\n<p>When you visit our website, our server automatically collects (logs) certain types of data to improve the content and services offered to visitors. Such data is reported on an aggregate basis which does not directly identify anyone. Such data may include: the IP address of your computer or other device, how many people visit our website; the pages they visit; how long they stay on our website, and the domain name of the website visitors connect from. Personal information, such as your name and email address, is not included in this analysis.</p>\n<p>Like most websites, we use â€œcookiesâ€ to allow visitors to move quickly through this website. Cookies are small text files that are used to save and retrieve information about your visit to our website. Cookies are transferred from our website to your computer via your web browser. A cookie generated by our website contains no information which directly identifies you and does not gather information from your computer. It contains only an alphanumeric ID.</p>\n<p>The necessary cookies, must always be on to make our site work, but you can refuse other cookies and still fully navigate our website. You may change your cookie preferences at any time by selecting this link: <a href=\"#\" class=\"cky-banner-element\">Customise</a>, or the Customise button on our cookie banner when first visiting our website. You may also instruct your browser to refuse cookies by setting your browser to â€œdo not trackâ€ or an equivalent, and we will honor that setting.</p>\n<p>We also may link to third parties from our website; such third parties might also create cookies if you access their sites using those links. We do not have access to these cookies or any information that these cookies may contain. Please review the privacy policies of such third parties for more information on their policies regarding cookies.</p>\n<p>The tables below sets our further details of the cookies we use.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"13px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3>Necessary cookies (always on)</h3>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" hover_enabled=\"0\" overflow-x_tablet=\"\" overflow-x_phone=\"scroll\" overflow-x_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!DOCTYPE html><!-- [et_pb_line_break_holder] --><html lang=\"en\"><!-- [et_pb_line_break_holder] --><head><!-- [et_pb_line_break_holder] -->    <meta charset=\"UTF-8\"><!-- [et_pb_line_break_holder] -->    <style><!-- [et_pb_line_break_holder] -->        .benefits-table {<!-- [et_pb_line_break_holder] -->            width: 100%;<!-- [et_pb_line_break_holder] -->            table-layout: fixed; /* This is key to forcing equal column widths */<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        .benefits-table th, <!-- [et_pb_line_break_holder] -->        .benefits-table td {<!-- [et_pb_line_break_holder] -->            width: 33.33%; /* Explicitly set each column to 1/3 of the table width */<!-- [et_pb_line_break_holder] -->            overflow: hidden;<!-- [et_pb_line_break_holder] -->            text-overflow: ellipsis; /* Optional: adds ... if text is too long */<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        .blue-header {<!-- [et_pb_line_break_holder] -->            background-color: blue;<!-- [et_pb_line_break_holder] -->            color: white;<!-- [et_pb_line_break_holder] -->            padding: 10px;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    </style><!-- [et_pb_line_break_holder] --></head><!-- [et_pb_line_break_holder] --><body><!-- [et_pb_line_break_holder] -->    <table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->        <thead><!-- [et_pb_line_break_holder] -->            <tr class=\"header\"><!-- [et_pb_line_break_holder] -->                <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->                    Name<!-- [et_pb_line_break_holder] -->                </th><!-- [et_pb_line_break_holder] -->                <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->                    Purpose<!-- [et_pb_line_break_holder] -->                </th><!-- [et_pb_line_break_holder] -->                <th class=\"blue-header\">Expires<!-- [et_pb_line_break_holder] -->                </th><!-- [et_pb_line_break_holder] -->            </tr><!-- [et_pb_line_break_holder] -->        </thead><!-- [et_pb_line_break_holder] -->        <tbody><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->                <td>cloudflare bot \"__cf_bm\"</td><!-- [et_pb_line_break_holder] -->                <td>This cookie, set by Cloudflare, is used to identify and mitigate automatic traffic to protect our website from bad bots.</td><!-- [et_pb_line_break_holder] -->                <td>1 hour</td><!-- [et_pb_line_break_holder] -->            </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->                <td>cookieyes-consent</td><!-- [et_pb_line_break_holder] -->                <td>CookieYes sets this cookie to remember users\' consent preferences so that their preferences are respected on subsequent visits to this site. It does not collect or store any information about the site visitors which directly identifies them.</td><!-- [et_pb_line_break_holder] -->                <td>1 year</td><!-- [et_pb_line_break_holder] -->            </tr><!-- [et_pb_line_break_holder] -->        </tbody><!-- [et_pb_line_break_holder] -->    </table><!-- [et_pb_line_break_holder] --></body><!-- [et_pb_line_break_holder] --></html>[/et_pb_code][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"13px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3>Analytics cookies (optional)</h3>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" overflow-x_tablet=\"\" overflow-x_phone=\"scroll\" overflow-x_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!DOCTYPE html><!-- [et_pb_line_break_holder] --><html lang=\"en\"><!-- [et_pb_line_break_holder] --><head><!-- [et_pb_line_break_holder] -->    <meta charset=\"UTF-8\"><!-- [et_pb_line_break_holder] -->    <style><!-- [et_pb_line_break_holder] -->        .benefits-table {<!-- [et_pb_line_break_holder] -->            width: 100%;<!-- [et_pb_line_break_holder] -->            table-layout: fixed; /* This is key to forcing equal column widths */<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        .benefits-table th, <!-- [et_pb_line_break_holder] -->        .benefits-table td {<!-- [et_pb_line_break_holder] -->            width: 33.33%; /* Explicitly set each column to 1/3 of the table width */<!-- [et_pb_line_break_holder] -->            overflow: hidden;<!-- [et_pb_line_break_holder] -->            text-overflow: ellipsis; /* Optional: adds ... if text is too long */<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        .blue-header {<!-- [et_pb_line_break_holder] -->            background-color: blue;<!-- [et_pb_line_break_holder] -->            color: white;<!-- [et_pb_line_break_holder] -->            padding: 10px;<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    </style><!-- [et_pb_line_break_holder] --></head><!-- [et_pb_line_break_holder] --><body><!-- [et_pb_line_break_holder] -->    <table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->        <thead><!-- [et_pb_line_break_holder] -->            <tr class=\"header\"><!-- [et_pb_line_break_holder] -->                <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->                    Name<!-- [et_pb_line_break_holder] -->                </th><!-- [et_pb_line_break_holder] -->                <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->                    Purpose<!-- [et_pb_line_break_holder] -->                </th><!-- [et_pb_line_break_holder] -->                <th class=\"blue-header\">Expires<!-- [et_pb_line_break_holder] -->                </th><!-- [et_pb_line_break_holder] -->            </tr><!-- [et_pb_line_break_holder] -->        </thead><!-- [et_pb_line_break_holder] -->        <tbody><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->                <td>Matomo ID \"_pk_id.*\"</td><!-- [et_pb_line_break_holder] -->                <td>Matomo sets this cookie to store a unique user ID to recognise new and returning visitors and their interactions with our site.</td><!-- [et_pb_line_break_holder] -->                <td>1 year 1 month</td><!-- [et_pb_line_break_holder] -->            </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->                <td>Matomo Session \"_pk_ses.*\"</td><!-- [et_pb_line_break_holder] -->                <td>Matomo sets this cookie to store a unique session ID for gathering information on how the users use the website.</td><!-- [et_pb_line_break_holder] -->                <td>1 hour</td><!-- [et_pb_line_break_holder] -->            </tr><!-- [et_pb_line_break_holder] -->        </tbody><!-- [et_pb_line_break_holder] -->    </table><!-- [et_pb_line_break_holder] --></body><!-- [et_pb_line_break_holder] --></html>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" disabled_on=\"on|on|on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||2em||false|false\" custom_padding_tablet=\"13px||0px|||\" custom_padding_phone=\"13px||0px|||\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Managing Your Benefits\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon to enrol, change or update your benefits information.</p>\n<p>If you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.</p>[/et_pb_blurb][et_pb_blurb title=\"Wellness\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bluecrest</strong><br />0808 168 9219<br /><a href=\"https://www.bluecrestwellness.com\" target=\"_blank\" rel=\"noopener\">www.bluecrestwellness.com</a><br /><strong>Email: </strong><a href=\"mailto:corporate@bluecrestwellness.com\">corporate@bluecrestwellness.com</a></p>\n<p>&nbsp;</p>[/et_pb_blurb][et_pb_blurb title=\"Medical\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Bupa</strong>\n<a href=\"https://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk</a>\n<strong>Bupa Anytime HealthLine</strong>: 0345 607 7777\n<strong>Family Mental HealthLine</strong>: 0345 266 7938\n<strong>Menopause HealthLine</strong>: 0345 608 9984\n<strong>My Bupa App:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_blurb][et_pb_blurb title=\"Dental\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bupa</strong><br />0800 237 777<br /><a href=\"http://bupa.co.uk \" target=\"_blank\" rel=\"noopener\">bupa.co.uk </a><br /><strong>Email:</strong> <a href=\"mailto:DentalMemberServices@bupa.com\">DentalMemberServices@bupa.com</a><br /><strong>My Bupa app:</strong> <a href=\"https://apps.apple.com/gb/app/my-bupa/id1533430104\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.bupa.bupatouch&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Well-Being Platform\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Strive Well-Being Platform</strong><br /><a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">www.cftotalrewards-strive.com/en/login/</a><br /><strong>Email:</strong> <a href=\"mailto:support@propelwellness.zendesk.com\">support@propelwellness.zendesk.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Chronic Condition Management and Prevention\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/chronic.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Dario</strong><br />833-438-0736 (9 a.m. â€“9 p.m. ET)<br /><a href=\"http://about.dariohealth.com/cfindustries\" target=\"_blank\" rel=\"noopener\">www.about.dariohealth.com/cfindustries</a></p>[/et_pb_blurb][et_pb_blurb title=\"Prescription\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Prime Therapeutics</strong><br /><span class=\"contact_phone\">888-902-8293</span><br /><a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">www.myprime.com</a></p>\n<p><strong>Accredo Specialty Pharmacy</strong><br />833-721-1619<br /><a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">www.accredo.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Vision\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna</strong><br />877-478-7557<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Mental Health\" url=\"https://www.thehartford.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/mental-health.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Bupa</strong><br /><strong>Mental health support team:</strong> 0345 600 5446<br /><strong>Help@hand app:</strong> <a href=\"https://apps.apple.com/gb/app/help-hand/id1485686894\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=sh.mobile.unum.helpathand&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Cycle to Work\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/cycle-to-work.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>CycleScheme</strong>\n<a href=\"https://www.cyclescheme.co.uk/1097b7 \" target=\"_blank\" rel=\"noopener\">https://www.cyclescheme.co.uk/1097b7 </a>\n\nIf you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.[/et_pb_blurb][et_pb_blurb title=\"Life Insurance\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>MetLife</strong><br /><strong>Bereavement helpline:</strong> 0800 917 0096 365<br /><a href=\"http://www.metlife.co.uk \" target=\"_blank\" rel=\"noopener\">www.metlife.co.uk </a></p>[/et_pb_blurb][et_pb_blurb title=\"Income Protection\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>Unum</strong>\n\nIf you have questions, email <a href=\"mailto:hrsharedservices@cffertilisers.co.uk\">HR Shared Services</a>.[/et_pb_blurb][et_pb_blurb title=\"Pension Scheme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Mercer</strong><br />0330 808 9426 (9am â€“ 5pm Monday to Friday)<br /><strong>Email:</strong> <a href=\"mailto:money@mercer.com \" target=\"_blank\" rel=\"noopener\">money@mercer.com </a><br /><strong>Visit:</strong> <a href=\"https://Mercermoney.com\" target=\"_blank\" rel=\"noopener\">Mercermoney.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Business Travel\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/04/travel.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Chubb</strong><br />International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a><br />(member ID is 11BCMA000183)<br /><strong>Chubb:</strong> <a href=\"https://www.chubb.com/uk\" target=\"_blank\" rel=\"noopener\">www.chubb.com/uk</a> or +44 (0)20 7173 7796</p>[/et_pb_blurb][et_pb_blurb title=\"Cigna Additional Programmes\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/health_advo_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Cigna Healthy Rewards</strong><br />800-258-3312<br /><a href=\"http://www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>\n<p><strong>NYL GBS Secure Travel</strong><br />800-362-4462<br /><a href=\"http://www.mynylgbs.com/\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Discount Programme\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/perks.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong>Perkspot</strong><br />866-606-6057<br /><a href=\"https://cfi.perkspot.com/login\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com/login</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Cookie Policy', '', 'publish', 'closed', 'closed', '', 'cookie-policy', '', '', '2025-06-04 16:18:32', '2025-06-04 15:18:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?page_id=1328', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1343, 1, '2025-10-24 13:08:39', '2025-10-24 12:08:39', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', '2026 Enrollment Guide', '', 'draft', 'closed', 'closed', '', '2026-enrollment-guide', '', '', '2025-10-24 13:10:27', '2025-10-24 12:10:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1343', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1344, 1, '2025-10-24 13:08:34', '2025-10-24 12:08:34', '', 'CF_AE26_eGuide_CAN_FINAL_102125', '', 'inherit', 'open', 'closed', '', 'cf_ae26_eguide_can_final_102125', '', '', '2025-10-24 13:08:34', '2025-10-24 12:08:34', '', 1343, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2025/10/CF_AE26_eGuide_CAN_FINAL_102125.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1346, 1, '2025-11-23 17:05:40', '2025-11-23 17:05:40', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/secondary-page-banners-leaders.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Team Leader Foundations</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" max_height_tablet=\"100%\" max_height_phone=\"100%\" max_height_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Empowering first-time leaders.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||22px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>CF Team Leader Foundations</h2>\n<p>This comprehensive leadership development program is designed specifically for all first-time supervisors and/or team leads across CF (people who have direct reports, regardless of title).</p>\n<p>Over the course of 6 months, participants will engage in a series of six interactive, live classes held on Microsoft Teams, with individual and site-based cohort activities in between the live classes. Topics include Peer Today, Boss Tomorrow, Emotional Intelligence for Team Leaders, Situational Leadership, Conflict &amp; Difficult Conversations, Coaching, Powerful Questions &amp; Feedback, and Accountability &amp; Managing Performance.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_inclusion.jpg\" title_text=\"team_inclusion\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Team Leader Foundations', '', 'draft', 'closed', 'closed', '', 'team-leader-foundations', '', '', '2026-01-25 21:51:11', '2026-01-25 21:51:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?page_id=1346', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1355, 3, '2026-01-25 21:14:43', '2026-01-25 21:14:43', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-anniversary-award_page_banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||2vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award-mobileONLY.jpg\" background_enable_image_phone=\"on\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Epic Recognition Programme</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Celebrating the impact you make at CF Industries. [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>At CF Industries, we believe our strength comes from the people who show up every day with dedication, integrity, and a commitment to doing great work. The <strong>Epic Recognition Programme</strong> is our way of shining a light on those moments, big and small, that move us forward. Whether itâ€™s a helping hand during a busy shift, a creative solution that improves safety, or a milestone in your CF journey, Epic ensures your contributions are seen, appreciated, and celebrated.</p>\n<h2>What â€œEpicâ€ Means at CF</h2>\n<p>The name <strong><em>Epic</em></strong> reflects what we value most: exceptional effort, pride in our work, and a culture built on <strong>Excellence, Perseverance, Integrity, and Collaboration</strong>. These four pillars guide the <span>programmeÂ </span>and help us <span>recogniseÂ </span>not just outcomes, but the <span>behaviours</span>, choices, and teamwork that make those results possible. Epic is designed to help all of us celebrate moments that strengthen our culture and support the success we achieve together.</p>\n<h2>Ways We Celebrate You</h2>\n<ul>\n<li><strong>Social Recognition: </strong><span>HonoursÂ </span>everyday <span>behavioursÂ </span>that reflect CFâ€™s values â€“ simple <span>acknowledgementsÂ </span>for encouragement, appreciation, or a job well done.</li>\n</ul>\n<ul>\n<li><strong>Pointsâ€‘Based Recognition: </strong>Rewards employees for going above and beyond in ways that directly contribute to CFâ€™s success.</li>\n</ul>\n<ul>\n<li><strong>Celebration Recognition: </strong>Marks personal and professional milestones such as birthdays, service anniversaries, and development achievements.</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p><em>The long service milestone gifts constitute taxable income to the recipient. The Company will pay the tax and National Insurance liability arising on these awards on behalf of the recipient as part of the annual PAYE Settlement Agreement.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://epicrecognition-cf.achievers.com\" target=\"_blank\" rel=\"noopener\">Epic Platform</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>800-654-2593</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/schwab-mobile/id407358186\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.schwab.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Epic Recognition Programme', '', 'publish', 'closed', 'closed', '', 'epic-recognition-programme', '', '', '2026-02-04 02:46:14', '2026-02-04 02:46:14', '', 246, 'https://cfibenefitsstg.wpengine.com/uk/?page_id=1355', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1357, 1, '2026-01-25 21:29:56', '2026-01-25 21:29:56', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Hinge Health</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Your path to pain free living starts here.[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Take charge of your joint and muscle health with Hinge Healthâ€”available at no cost to you. This virtual programme offers personalised support to help employees recover from injuries, manage chronic pain, and prevent future issues before they start.</p>\n<h2>Support from head to toe</h2>\n<p>You can use Hinge Health to:</p>\n<ul>\n<li>Recover from an injury</li>\n<li>Reduce everyday joint and muscle aches</li>\n<li>Improve your balance and strength</li>\n</ul>\n<p>Within the Hinge Health app, youâ€™ll receive:</p>\n<ul>\n<li>A customised care plan designed by physiotherapist</li>\n<li>Access to exercise therapy sessions you can do in as little as 15 minutes</li>\n</ul>\n<p>This convenient, at-home solution will help you feel better, move more easily, and avoid unnecessary surgeries or medications.</p>\n<p><strong>Take control of your health and build strength from head to toe â€“ anytime, anywhere.</strong></p>\n<p><a href=\"https://www.hingehealth.com/for/cfindustriesuk/\" target=\"_blank\" rel=\"noopener\">Click here</a> to register and take the first step toward feeling better.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>Hinge Health</h4>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px; padding-right: 2px;\" aria-hidden=\"true\"></i> <strong>+44 (0) 8081 892 048</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.hingehealth.com/for/cfindustriesuk\" target=\"_blank\" rel=\"noopener\">hingehealth.com/for/cfindustriesuk</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:global-support@hingehealth.com\" target=\"_blank\" rel=\"noopener\">global-support@hingehealth.com</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hinge Health', '', 'publish', 'closed', 'closed', '', 'hinge-health', '', '', '2026-01-25 21:37:23', '2026-01-25 21:37:23', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/?page_id=1357', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1360, 1, '2026-01-25 22:05:00', '2026-01-25 22:05:00', '', '', '', 'inherit', 'open', 'closed', '', 'leadership-competency-model-300x296', '', '', '2026-01-25 22:05:09', '2026-01-25 22:05:09', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/wp-content/uploads/sites/3/2026/01/Leadership-Competency-Model-300x296-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_3_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 (1361, 1, '2026-01-25 22:25:39', '2026-01-25 22:25:39', '', 'Application for Education Assistance With Fillable Fields_Updated', '', 'inherit', 'open', 'closed', '', 'application-for-education-assistance-with-fillable-fields_updated', '', '', '2026-01-25 22:25:39', '2026-01-25 22:25:39', '', 966, 'https://cfibenefitsstg.wpengine.com/uk/wp-content/uploads/sites/3/2024/03/Application-for-Education-Assistance-With-Fillable-Fields_Updated.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1364, 1, '2026-01-25 23:07:43', '2026-01-25 23:07:43', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 61%|rgba(255,255,255,0) 61%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"61%\" width_last_edited=\"on|tablet\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Family Forming Benefits</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Looking to Grow Your Family? CF Industries is here every step of the way.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<p>Growing your family is an important chapter - and weâ€™re here to support you along the way. Whether itâ€™s fertility guidance, adoption assistance, or time off to spend with your new family member, our programmes are designed to help you navigate this journey with confidence.</p>\n<h2>Adoption Assistance Programme</h2>\n<p>To learn more about this program, <strong>search â€˜Adoption Assistance Programâ€™ on The Loop to review the HR Policy.</strong></p>\n<h2>Pregnancy and Fertility</h2>\n<p>Bupa Select health insurance covers an annual â€˜fertility checkâ€™ and also offers guidance for those experiencing fertility challenges and provides support throughout pregnancy. These benefits are available to members enrolled in Bupa Select.</p>\n<p><a href=\"https://www.bupa.co.uk/health-information/pregnancy\" target=\"_blank\" rel=\"noopener\">Click here</a> for additional information.Â </p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p><strong><em>Disclaimer: </em></strong><em>PPL runs concurrent with federal and state Family Medical Leaves.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<h4>Bupa</h4>\n<p style=\"padding-bottom: .75em;\"><strong>Visit</strong> <a href=\"https://www.bupa.co.uk/health-information/pregnancy\" target=\"_blank\" rel=\"noopener\">bupa.co.uk/health-information/pregnancy</a></p>\n<strong>Call</strong> You can call the confidential Bupa Anytime HealthLine to speak to qualified nurses at any time of the day or night: <strong>0345 607 7777</strong>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Paid Time Off</h4>\n<p><a href=\"/documents/ppl-guide-employee-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Employee</a><br /><a href=\"/documents/ppl-guide-manager-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Manager</a></p>\n<h4>PPL Affidavit</h4>\n<p><a href=\"/documents/ppl-affidavit/\" target=\"_blank\" rel=\"noopener\">Click here</a> to access to the Paid Parental Leave Affidavit.</p>\n<h4>Workday</h4>\n<p>Access <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> to apply for a leave.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œParental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Family Forming Benefits', '', 'publish', 'closed', 'closed', '', 'family-forming-benefits', '', '', '2026-01-26 13:15:17', '2026-01-26 13:15:17', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/?page_id=1364', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1365, 1, '2026-03-02 12:58:33', '2026-01-26 13:16:18', ' ', '', '', 'publish', 'closed', 'closed', '', 1365, '', '', '2026-03-02 12:58:33', '2026-03-02 12:58:33', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/?p=1365', 16, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (1366, 1, '2026-03-02 12:58:29', '2026-01-26 18:08:40', ' ', '', '', 'publish', 'closed', 'closed', '', 1366, '', '', '2026-03-02 12:58:29', '2026-03-02 12:58:29', '', 246, 'https://cfibenefitsstg.wpengine.com/uk/?p=1366', 5, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (1367, 1, '2026-03-02 12:58:31', '2026-01-26 18:09:25', ' ', '', '', 'publish', 'closed', 'closed', '', 1367, '', '', '2026-03-02 12:58:31', '2026-03-02 12:58:31', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/?p=1367', 11, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (1369, 3, '2026-01-30 00:43:41', '2026-01-30 00:43:41', '', 'Educational Assistance Application', '', 'publish', 'closed', 'closed', '', 'educational-assistance-application', '', '', '2026-01-30 00:43:41', '2026-01-30 00:43:41', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/?post_type=pf_document&#038;p=1369', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1370, 3, '2026-01-30 00:43:25', '2026-01-30 00:43:25', '', 'Educational Assistance Application (1)', '', 'inherit', 'open', 'closed', '', 'educational-assistance-application-1', '', '', '2026-01-30 00:43:25', '2026-01-30 00:43:25', '', 1369, 'https://cfibenefitsstg.wpengine.com/uk/wp-content/uploads/sites/3/2026/01/Educational-Assistance-Application-1.docx', '0', 'attachment', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', '0');

INSERT IGNORE INTO `wp_3_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 (1372, 3, '2026-01-30 00:49:28', '2026-01-30 00:49:28', '', '2026 Assistance App Portal Guide', '', 'publish', 'closed', 'closed', '', '2026-assistance-app-portal-guide', '', '', '2026-01-30 00:49:28', '2026-01-30 00:49:28', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/?post_type=pf_document&#038;p=1372', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1373, 3, '2026-01-30 00:48:59', '2026-01-30 00:48:59', '', '2026 Assistance App Portal Guide', '', 'inherit', 'open', 'closed', '', 'assistance-app-portal-guide', '', '', '2026-01-30 00:49:23', '2026-01-30 00:49:23', '', 1372, 'https://cfibenefitsstg.wpengine.com/uk/wp-content/uploads/sites/3/2026/01/Assistance-App-Portal-Guide-.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1374, 3, '2026-01-30 00:53:39', '2026-01-30 00:53:39', '', 'ISOS Membership Leaflet CF Industries', '', 'publish', 'closed', 'closed', '', 'isos-membership-leaflet-cf-industries', '', '', '2026-01-30 00:53:39', '2026-01-30 00:53:39', '', '0', 'https://cfibenefitsstg.wpengine.com/uk/?post_type=pf_document&#038;p=1374', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1375, 3, '2026-01-30 00:53:05', '2026-01-30 00:53:05', '', 'ISOS Membership Leaflet CF Industries', '', 'inherit', 'open', 'closed', '', 'isos-membership-leaflet-cf-industries', '', '', '2026-01-30 00:53:24', '2026-01-30 00:53:24', '', 1374, 'https://cfibenefitsstg.wpengine.com/uk/wp-content/uploads/sites/3/2026/01/ISOS-Membership-Leaflet-CF-Industries.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1379, 1, '2026-03-02 12:39:59', '2026-03-02 12:39:59', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.6\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2026/03/CF-Espresa-Banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.6\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Espresa</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.6\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Personalise your well-being journey with Espresa, your well-being platform and Lifestyle Spending Account (LSA).[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"padding-bottom: .75em;\">Espresa is your well-being platform and Lifestyle Spending Account (LSA) designed to support your physical, financial, social, and emotional well-being. Espresa is comprised of an <strong>LSA wallet</strong>, <strong>challenges </strong>and <strong>communities</strong> to promote activities and connections that support your overall well-being goals.</p>\n<h4><strong>LSA wallet</strong></h4>\n<ul>\n<li>An LSA helps cover well-being expenses that typically arenâ€™t included in traditional health or insurance plans. Through Espresa, you can be reimbursed for <strong>eligible expenses </strong>â€“Â <strong>up to Â£350</strong> â€“ that support your unique well-being goals:\n<ul>\n<li><strong>A Â£200 </strong>â€¯company contribution will be added automatically to yourÂ walletÂ at the start of each program year</li>\n<li><strong>Up to Â£150 </strong>of additionalÂ funds will be available by completing eligible challenges throughout the year</li>\n</ul>\n</li>\n</ul>\n<h4><strong>Challenges:</strong></h4>\n<ul>\n<li>Challenges are activities that you can participate in that promote different aspects of well-being. Challenges include (but are not limited to):\n<ul>\n<li>Completing your health check with <a href=\"/uk/be-well/bluecrest/\">Bluecrest</a></li>\n<li>Giving back through <a href=\"/uk/be-balanced/time-away-from-work/\">Volunteer Time Off</a></li>\n<li>Participating in well-being webinars (<a href=\"/uk/be-prepared/pension-scheme/\">Mercer Master Trust</a>, <a href=\"/uk/hinge-health/\">Hinge Health</a>, etc.)</li>\n</ul>\n</li>\n<li>By completing these challenges, you will earn additional funds in various increments to your wallet, <strong>up to Â£150 per year</strong>.</li>\n</ul>\n<h4><strong>Communities:</strong></h4>\n<ul>\n<li>Espresa communities connect employees with shared interests, providing a space to share knowledge, tips and inspiration. The communities include:\n<ul>\n<li><strong>Eat Well, Be Well:</strong> a community for those passionate about healthy, balanced living</li>\n<li><strong>Financially Fit:</strong> a community for those interested in financial well-being</li>\n<li><strong>In Motion:</strong> a community that empowers each other to stay active and energized through fitness and movement</li>\n<li><strong>Mental Health Matters:</strong> a community dedicated to promoting emotional well-being</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h3>Espresa</h3>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>+1 650-752-6699</strong>, Option 1\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://espresa.com/login\" target=\"_blank\" rel=\"noopener\">espresa.com/login</a>\nLog in with your CF Industries email address\n\n<strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:support@espresa.com\" target=\"_blank\" rel=\"noopener\">support@espresa.com</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p style=\"padding-bottom: .75em;\">Review the <a href=\"/uk/documents/lifestyle-spending-account-guidelines-uk/\" target=\"_blank\" rel=\"noopener\"><u>Espresa guidelines document</u></a> for:</p>\n<ul>\n<li>Login and password reset instructions</li>\n<li>Reimbursement instructions</li>\n<li>A full list of eligible expenses</li>\n<li>Frequently asked questions</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Donâ€™t Miss Out</h2>\n<p  style=\"padding-bottom: .75em;\">Thereâ€™s more to your LSA than sneakers and gym memberships. You can even reimburse expenses such as:</p>\n<ul>\n	<li>Books</li>\n	<li>Fishing gear</li>\n	<li>Art and photography supplies</li>\n	<li>Cooking, dance and music lessons</li>\n	<li>Language courses</li>\n	<li>Hiking equipment</li>\n	<li>And so much more</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Espresa', '', 'publish', 'closed', 'closed', '', 'espresa', '', '', '2026-03-02 13:00:26', '2026-03-02 13:00:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?page_id=1379', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_3_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 (1381, 1, '2026-03-02 12:40:46', '2026-03-02 12:40:46', '', 'CF-Lifestyle-Spending-Account-Guidelines-UK', '', 'inherit', 'open', 'closed', '', 'cf-lifestyle-spending-account-guidelines-uk', '', '', '2026-03-02 12:47:36', '2026-03-02 12:47:36', '', 1383, 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2026/03/CF-Lifestyle-Spending-Account-Guidelines-UK.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_3_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 (1382, 1, '2026-03-02 12:40:59', '2026-03-02 12:40:59', '', '', '', 'inherit', 'open', 'closed', '', 'cf-espresa-banner', '', '', '2026-03-02 12:41:05', '2026-03-02 12:41:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/wp-content/uploads/sites/3/2026/03/CF-Espresa-Banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_3_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 (1383, 1, '2026-03-02 12:47:36', '2026-03-02 12:47:36', '', 'Lifestyle Spending Account Guidelines UK', '', 'publish', 'closed', 'closed', '', 'lifestyle-spending-account-guidelines-uk', '', '', '2026-03-02 12:47:36', '2026-03-02 12:47:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?post_type=pf_document&#038;p=1383', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_3_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 (1386, 1, '2026-03-02 12:58:30', '2026-03-02 12:58:30', ' ', '', '', 'publish', 'closed', 'closed', '', 1386, '', '', '2026-03-02 12:58:30', '2026-03-02 12:58:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?p=1386', 7, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_3_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 (1387, 1, '2026-03-05 22:18:16', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-03-05 22:18:16', '0000-00-00 00:00:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/uk/?p=1387', '0', 'post', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_relevanssi` (
  `doc` bigint(20) NOT NULL DEFAULT 0,
  `term` varchar(50) NOT NULL DEFAULT '0',
  `term_reverse` varchar(50) NOT NULL DEFAULT '0',
  `content` mediumint(9) NOT NULL DEFAULT 0,
  `title` mediumint(9) NOT NULL DEFAULT 0,
  `comment` mediumint(9) NOT NULL DEFAULT 0,
  `tag` mediumint(9) NOT NULL DEFAULT 0,
  `link` mediumint(9) NOT NULL DEFAULT 0,
  `author` mediumint(9) NOT NULL DEFAULT 0,
  `category` mediumint(9) NOT NULL DEFAULT 0,
  `excerpt` mediumint(9) NOT NULL DEFAULT 0,
  `taxonomy` mediumint(9) NOT NULL DEFAULT 0,
  `customfield` mediumint(9) NOT NULL DEFAULT 0,
  `mysqlcolumn` mediumint(9) NOT NULL DEFAULT 0,
  `taxonomy_detail` longtext NOT NULL,
  `customfield_detail` longtext NOT NULL,
  `mysqlcolumn_detail` longtext NOT NULL,
  `type` varchar(210) NOT NULL DEFAULT 'post',
  `item` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`doc`,`term`,`item`),
  KEY `terms` (`term`(20)),
  KEY `relevanssi_term_reverse_idx` (`term_reverse`(10)),
  KEY `typeitem` (`type`(190),`item`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '0096', 6900, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '0330', '0330', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '0345', 5430, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '0736', 6370, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '0800', '0080', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '0808', 8080, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '1097b7', '7b7901', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 13, 31, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 168, 861, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 237, 732, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 266, 662, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 3333808, 8083333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 365, 563, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 438, 834, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 44, 44, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 478, 874, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 5446, 6445, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '5pm', 'mp5', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 600, '006', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 607, 706, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 608, 806, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 7173, 3717, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 7557, 7557, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 777, 777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 7777, 7777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 7796, 6977, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 7938, 8397, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 808, 808, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 8293, 3928, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 833, 338, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 902, 209, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 917, 719, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 9219, 9129, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 9426, 6249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 9984, 4899, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, '9am', 'ma9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'accredo', 'odercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'address', 'sserdda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'advisable', 'elbasivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'aggregate', 'etagergga', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'agree', 'eerga', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'allow', 'wolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'alphanumeric', 'ciremunahpla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'analysis', 'sisylana', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'anonymous', 'suomynona', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'app', 'ppa', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'arbitration', 'noitartibra', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'arising', 'gnisira', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'associate', 'etaicossa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'authority', 'ytirohtua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'automatically', 'yllacitamotua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'basis', 'sisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'belief', 'feileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'bereavement', 'tnemevaereb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'binding', 'gnidnib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'bluecrest', 'tserceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'bluecrestwellness', 'ssenllewtserceulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'browser', 'resworb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'bupa', 'apub', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cases', 'sesac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cf', 'fc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cfndustries', 'seirtsudnfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cftotalrewards', 'sdrawerlatotfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'changes', 'segnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'children', 'nerdlihc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'chubb', 'bbuhc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cigna', 'angic', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'claim', 'mialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'collect', 'tcelloc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'collects', 'stcelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'com', 'moc', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'committed', 'dettimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'computer', 'retupmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'connection', 'noitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'contain', 'niatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'contains', 'sniatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'content', 'tnetnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'controversy', 'ysrevortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cookie', 'eikooc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cookies', 'seikooc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'court', 'truoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cyclescheme', 'emehcselcyc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'dario', 'oirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'dariohealth', 'htlaehoirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'data', 'atad', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'dentalmemberservices', 'secivresrebmemlatned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'directed', 'detcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'disclose', 'esolcsid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'disclosure', 'erusolcsid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'discusses', 'sessucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'dispute', 'etupsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'does', 'seod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'domain', 'niamod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'email', 'liame', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'en', 'ne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'encourage', 'egaruocne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'enforcement', 'tnemecrofne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'enrol', 'lorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'equivalent', 'tnelaviuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'et', 'te', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'exclusively', 'ylevisulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'faith', 'htiaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'files', 'selif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'fully', 'ylluf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'gather', 'rehtag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'gbs', 'sbg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'generated', 'detareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'good', 'doog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'google', 'elgoog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'governmental', 'latnemnrevog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'hand', 'dnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'healthline', 'enilhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'helpline', 'enilpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'holdings', 'sgnidloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'honor', 'ronoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'hr', 'rh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'https', 'sptth', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'id', 'di', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'identifiable', 'elbaifitnedi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'information', 'noitamrofni', 17, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'instruct', 'tcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'intended', 'dednetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'international', 'lanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'introduction', 'noitcudortni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'knowingly', 'ylgniwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'law', 'wal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'link', 'knil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'links', 'sknil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'login', 'nigol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'logs', 'sgol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'menopause', 'esuaponem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'mental', 'latnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'mercer', 'recrem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'mercermoney', 'yenomrecrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'metlife', 'efiltem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'mycigna', 'angicym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'nyl', 'lyn', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'pages', 'segap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'parties', 'seitrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'periodically', 'yllacidoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'personal', 'lanosrep', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'personally', 'yllanosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'play', 'yalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'policies', 'seicilop', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'policy', 'ycilop', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'privacy', 'ycavirp', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'propelwellness', 'ssenllewleporp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'provided', 'dedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'questions', 'snoitseuq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'quickly', 'ylkciuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'read', 'daer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'refuse', 'esufer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'relating', 'gnitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'reported', 'detroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'requested', 'detseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'reread', 'daerer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'resolved', 'devloser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'respecting', 'gnitcepser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'responsible', 'elbisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'retrieve', 'eveirter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'server', 'revres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'services', 'secivres', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'setting', 'gnittes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'shall', 'llahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'shared', 'derahs', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'sites', 'setis', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'small', 'llams', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'sos', 'sos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'specialty', 'ytlaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'store', 'erots', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'strive', 'evirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'terms', 'smret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'text', 'txet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'transferred', 'derrefsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'uk', 'ku', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'unrelated', 'detalernu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'unum', 'munu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'update', 'etadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'updates', 'setadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'use', 'esu', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'using', 'gnisu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visit', 'tisiv', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visitor', 'rotisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visitors', 'srotisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'ways', 'syaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'web', 'bew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'website', 'etisbew', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'websites', 'setisbew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'www', 'www', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'zendesk', 'ksednez', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (32, 'tables', 'selbat', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, '0345', 5430, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 266, 662, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 607, 706, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 608, 806, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, '6pm', 'mp6', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 7777, 7777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 7938, 8397, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, '8am', 'ma8', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, '8pm', 'mp8', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 9984, 4899, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'advice', 'ecivda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'ask', 'ksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'bones', 'senob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'bupa', 'apub', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cancer', 'recnac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'concerned', 'denrecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'concerns', 'snrecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'confidential', 'laitnedifnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'consultation', 'noitatlusnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'consultations', 'snoitatlusnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'day', 'yad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'digital', 'latigid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'family', 'ylimaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'gp', 'pg', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'guidance', 'ecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'health', 'htlaeh', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'healthline', 'enilhtlaeh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'isn', 'nsi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'joints', 'stnioj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'medical', 'lacidem', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'membership', 'pihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'menopausal', 'lasuaponem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'menopause', 'esuaponem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'mental', 'latnem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'muscles', 'selcsum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'need', 'deen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'needing', 'gnideen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'night', 'thgin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'nurses', 'sesrun', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'occur', 'rucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'person', 'nosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'problems', 'smelborp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'referral', 'larrefer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'referrals', 'slarrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'scheme', 'emehcs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'seeking', 'gnikees', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'select', 'tceles', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'speak', 'kaeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'summary', 'yrammus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'support', 'troppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sure', 'erus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'symptoms', 'smotpmys', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'talk', 'klat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'tests', 'stset', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'trained', 'deniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'treatment', 'tnemtaert', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'uk', 'ku', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'unforeseen', 'neeserofnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'wellbeing', 'gniebllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'young', 'gnuoy', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 2024, 4202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 25, 52, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 299, 992, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 300, '003', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 31, 13, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 5089, 9805, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 640, '046', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'accesscard', 'dracssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'account', 'tnuocca', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'accounts', 'stnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'administer', 'retsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'advantaged', 'degatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'ahead', 'daeha', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'annual', 'launna', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'annually', 'yllaunna', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'aside', 'edisa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'balance', 'ecnalab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'balances', 'secnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'basis', 'sisab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'care', 'erac', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'carried', 'deirrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'change', 'egnahc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'claims', 'smialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'click', 'kcilc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'com', 'moc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'consistent', 'tnetsisnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contribute', 'etubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contribution', 'noitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contributions', 'snoitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dcfsa', 'asfcd', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'debit', 'tibed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dental', 'latned', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dependent', 'tnedneped', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dollars', 'srallod', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'elect', 'tcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eligible', 'elbigile', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'enrolled', 'dellorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'expenses', 'sesnepxe', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'experience', 'ecneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fidelity', 'ytiledif', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'file', 'elif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'flexible', 'elbixelf', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'forfeited', 'detiefrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fsa', 'asf', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fsas', 'sasf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'funds', 'sdnuf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hcfsa', 'asfch', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'health', 'htlaeh', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hire', 'erih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hsa', 'ash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'immediate', 'etaidemmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'incurred', 'derrucni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'investments', 'stnemtsevni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'learn', 'nrael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'limited', 'detimil', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'lose', 'esol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'march', 'hcram', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'medical', 'lacidem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'minimum', 'muminim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'netbenefits', 'stifenebten', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'note', 'eton', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'options', 'snoitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'participate', 'etapicitrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'partnership', 'pihsrentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pay', 'yap', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'paycheck', 'kcehcyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'period', 'doirep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'plan', 'nalp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'ppo', 'opp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pre', 'erp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'purpose', 'esoprup', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'qualified', 'deifilauq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'regulations', 'snoitaluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'reimbursed', 'desrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'reimbursement', 'tnemesrubmier', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'rules', 'selur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'select', 'tceles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'separately', 'yletarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'set', 'tes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'simple', 'elpmis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'spending', 'gnidneps', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'spouse', 'esuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'status', 'sutats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'submitted', 'dettimbus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'tax', 'xat', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'taxes', 'sexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'unused', 'desunu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'up', 'pu', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'upfront', 'tnorfpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'use', 'esu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'video', 'oediv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'vision', 'noisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'watch', 'hctaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'year', 'raey', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, '0345', 5430, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 5446, 6445, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 600, '006', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'advice', 'ecivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'aider', 'redia', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'aiders', 'sredia', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'app', 'ppa', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'appropriate', 'etairporppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'aren', 'nera', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'arrange', 'egnarra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'ask', 'ksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'assistance', 'ecnatsissa', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'badge', 'egdab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'behavioural', 'laruoivaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'billingham', 'mahgnillib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'book', 'koob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'bupa', 'apub', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'challenges', 'segnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'chester', 'retsehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'children', 'nerdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cognitive', 'evitingoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'colleagues', 'seugaelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'communications', 'snoitacinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'concerns', 'snrecnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'confidence', 'ecnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'confidential', 'laitnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'consultation', 'noitatlusnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'details', 'sliated', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'directing', 'gnitcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'directly', 'yltcerid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'discuss', 'ssucsid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'displayed', 'deyalpsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'download', 'daolnwod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eligible', 'elbigile', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'emotional', 'lanoitome', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'employee', 'eeyolpme', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'enter', 'retne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'experiencing', 'gnicneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'face', 'ecaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'family', 'ylimaf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'feeling', 'gnileef', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'feelings', 'sgnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'forget', 'tegrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'fully', 'ylluf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'google', 'elgoog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hand', 'dnah', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'health', 'htlaeh', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'helmet', 'temleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'help', 'pleh', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'icbt', 'tbci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'identified', 'deifitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'initial', 'laitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'introduced', 'decudortni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'invite', 'etivni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'judgmentally', 'yllatnemgduj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'label', 'lebal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'lanyards', 'sdraynal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'listed', 'detsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'listen', 'netsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'locations', 'snoitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'members', 'srebmem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'mental', 'latnem', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'mhfa', 'afhm', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'networks', 'skrowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'nurse', 'esrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'play', 'yalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'polo', 'olop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'posters', 'sretsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'practitioner', 'renoititcarp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'problem', 'melborp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'program', 'margorp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'programme', 'emmargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'programmes', 'semmargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'recognised', 'desingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'reduce', 'ecuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'referring', 'gnirrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'role', 'elor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'shared', 'derahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'shirt', 'trihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'signs', 'sngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'speak', 'kaeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'specialist', 'tsilaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'started', 'detrats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'store', 'erots', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'suit', 'tius', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'support', 'troppus', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'supported', 'detroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'symptoms', 'smotpmys', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tackle', 'elkcat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tailor', 'roliat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'team', 'maet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'therapist', 'tsipareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'therapy', 'ypareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'trained', 'deniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'uk', 'ku', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'unum', 'munu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'up', 'pu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'vary', 'yrav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'wealth', 'htlaew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'wellbeing', 'gniebllew', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 902, 209, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocacy', 'ycacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocate', 'etacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocates', 'setacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'application', 'noitacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'area', 'aera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'assistance', 'ecnatsissa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'bcbsil', 'lisbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'benefits', 'stifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'bereavement', 'tnemevaereb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'bluecrest', 'tserceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'bupa', 'apub', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'claim', 'mialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'clinical', 'lacinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'concierge', 'egreicnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'connect', 'tcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'ct', 'tc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dental', 'latned', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'diagnosis', 'sisongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'distribution', 'noitubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'educational', 'lanoitacude', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'equity', 'ytiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'guide', 'ediug', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'help', 'pleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'higher', 'rehgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'hsa', 'ash', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'incentive', 'evitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'incentives', 'sevitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'income', 'emocni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'library', 'yrarbil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'lower', 'rewol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'manufacturing', 'gnirutcafunam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'medical', 'lacidem', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'membership', 'pihsrebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'metlife', 'efiltem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'monthly', 'ylhtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'nomination', 'noitanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'paired', 'deriap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'pocket', 'tekcop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'ppo', 'opp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'premium', 'muimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'programmes', 'semmargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'protection', 'noitcetorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'psus', 'susp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'resource', 'ecruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'rsus', 'susr', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'select', 'tceles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'solutions', 'snoitulos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'standard', 'dradnats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'summary', 'yrammus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'versus', 'susrev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'abilities', 'seitiliba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'accordingly', 'ylgnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'adjusts', 'stsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'annually', 'yllaunna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'attract', 'tcartta', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'base', 'esab', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'button', 'nottub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'compensation', 'noitasnepmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'competitive', 'evititepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'consideration', 'noitaredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'considers', 'sredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'creating', 'gnitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'cycles', 'selcyc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'determining', 'gninimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'duties', 'seitud', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'elements', 'stnemele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'evaluate', 'etaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'evaluates', 'setaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'fair', 'riaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'foundation', 'noitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'framework', 'krowemarf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'holistic', 'citsiloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'incentives', 'sevitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'knowledge', 'egdelwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'labour', 'ruobal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'leverage', 'egarevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'maintain', 'niatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'market', 'tekram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'median', 'naidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'pay', 'yap', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'payslips', 'spilsyap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'point', 'tniop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'recognise', 'esingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'reflects', 'stcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'relevant', 'tnaveler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'remain', 'niamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'responsibilities', 'seitilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'retain', 'niater', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'salary', 'yralas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'scale', 'elacs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'similar', 'ralimis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'skills', 'slliks', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'specific', 'cificeps', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'takes', 'sekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'talent', 'tnelat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'targeted', 'detegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'top', 'pot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'worklet', 'telkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 50, '05', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'aboard', 'draoba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'aip', 'pia', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'ammonium', 'muinomma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'annual', 'launna', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'assigned', 'dengissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'award', 'drawa', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'awards', 'sdrawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'based', 'desab', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'broken', 'nekorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'categories', 'seirogetac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'close', 'esolc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'come', 'emoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'company', 'ynapmoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'consist', 'tsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'corporate', 'etaroproc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'depending', 'gnidneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'distribution', 'noitubirtsid', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'efficiency', 'ycneiciffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'facility', 'ytilicaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'goals', 'slaog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'groups', 'spuorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'improving', 'gnivorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'incentive', 'evitnecni', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'incentives', 'sevitnecni', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'listed', 'detsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'manufacturing', 'gnirutcafunam', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'nitrate', 'etartin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'operations', 'snoitarepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'paid', 'diap', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'percentages', 'segatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'performance', 'ecnamrofrep', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'production', 'noitcudorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'quarter', 'retrauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'quarterly', 'ylretrauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'reliable', 'elbailer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'result', 'tluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'rewarded', 'dedrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'right', 'thgir', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'safely', 'ylefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'safety', 'ytefas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'score', 'erocs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'separate', 'etarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'short', 'trohs', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'site', 'etis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'term', 'mret', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'timeslots', 'stolsemit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'variable', 'elbairav', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'vary', 'yrav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'vip', 'piv', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'well', 'llew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'working', 'gnikrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, '001', 100, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, '0800', '0080', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 5876, 6785, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accept', 'tpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accessible', 'elbissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accessing', 'gnissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accumulate', 'etalumucca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'agreement', 'tnemeerga', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'award', 'drawa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'awarded', 'dedrawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'awards', 'sdrawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'centre', 'ertnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'charles', 'selrahc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'contributors', 'srotubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'details', 'sliated', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'determines', 'senimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'eac', 'cae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'equity', 'ytiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'especially', 'yllaicepse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'grant', 'tnarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'guaranteeing', 'gnieetnaraug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'incentives', 'sevitnecni', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'intentionally', 'yllanoitnetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'investing', 'gnitsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'key', 'yek', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'leaders', 'sredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'leadership', 'pihsredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'link', 'knil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'long', 'gnol', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'maintaining', 'gniniatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'open', 'nepo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'ownership', 'pihsrenwo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'play', 'yalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'potential', 'laitnetop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'recipient', 'tneipicer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'role', 'elor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'schwab', 'bawhcs', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'shareholders', 'sredloherahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'specified', 'deificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'sustained', 'deniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'term', 'mret', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 8293, 3928, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 888, 888, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 90, '09', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 902, 209, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'aca', 'aca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'accredo', 'odercca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'administer', 'retsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'advocate', 'etacovda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'bcbsil', 'lisbcb', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'brand', 'dnarb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'brands', 'sdnarb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'card', 'drac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cards', 'sdrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'care', 'erac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'chemo', 'omehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'choice', 'eciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'coinsurance', 'ecnarusnioc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'com', 'moc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contraceptive', 'evitpecartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'conversation', 'noitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'coverage', 'egarevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'covered', 'derevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cvs', 'svc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'day', 'yad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'delivery', 'yreviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'depends', 'sdneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'directly', 'yltcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'drug', 'gurd', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'drugs', 'sgurd', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'express', 'sserpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'extended', 'dednetxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'facilitate', 'etatilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'filling', 'gnillif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'formulary', 'yralumrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'generic', 'cireneg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'given', 'nevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'health', 'htlaeh', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'hospital', 'latipsoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'hsa', 'ash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'id', 'di', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'implants', 'stnalpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'infusions', 'snoisufni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ingredients', 'stneidergni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'list', 'tsil', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'mail', 'liam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'maintenance', 'ecnanetniam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'medical', 'lacidem', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'medications', 'snoitacidem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'network', 'krowten', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'order', 'redro', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pharmacies', 'seicamrahp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pharmacy', 'ycamrahp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'plans', 'snalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ppo', 'opp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'preferred', 'derreferp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prescribed', 'debircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prescription', 'noitpircserp', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'preventive', 'evitneverp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prime', 'emirp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'retail', 'liater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'scripts', 'stpircs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'setting', 'gnittes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'speak', 'kaeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'specialty', 'ytlaiceps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'supplies', 'seilppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'supply', 'ylppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'taking', 'gnikat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'therapeutics', 'scituepareht', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'tier', 'reit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'walgreens', 'sneerglaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, '0800', '0080', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 237, 732, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 777, 777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'bupa', 'apub', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'claim', 'mialc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'claiming', 'gnimialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dental', 'latned', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dentalmemberservices', 'secivresrebmemlatned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'easy', 'ysae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'fast', 'tsaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'finder', 'rednif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'free', 'eerf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'guide', 'ediug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'gums', 'smug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'hassle', 'elssah', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'instant', 'tnatsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'levels', 'slevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'membership', 'pihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'offers', 'sreffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'oral', 'laro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'pain', 'niap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'practice', 'ecitcarp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'summary', 'yrammus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'teeth', 'hteet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'uk', 'ku', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'view', 'weiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, '000', '000', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 2020, '0202', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 2024, 4202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 2653, 3562, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 3333808, 8083333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 353, 353, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 600, '006', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 665, 566, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'add', 'dda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'afterthought', 'thguohtretfa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'bifocals', 'slacofib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'calling', 'gnillac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'cards', 'sdrac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'centers', 'sretnec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'changing', 'gnignahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'cigna', 'angic', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'coatings', 'sgnitaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'confirm', 'mrifnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contracted', 'detcartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'correction', 'noitcerroc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'costco', 'octsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'coverage', 'egarevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'covered', 'derevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'dependents', 'stnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'detect', 'tceted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'discount', 'tnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'discounted', 'detnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'doctors', 'srotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'early', 'ylrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'exam', 'maxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'exclusive', 'evisulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eye', 'eye', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eyeglasses', 'sessalgeye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'frames', 'semarf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'glasses', 'sessalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'granted', 'detnarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'id', 'di', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'include', 'edulcni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'independent', 'tnednepedni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'institute', 'etutitsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'issue', 'eussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'january', 'yraunaj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'laser', 'resal', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lasik', 'kisal', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lasikp', 'pkisal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lens', 'snel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lenscrafters', 'sretfarcsnel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lenses', 'sesnel', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'let', 'tel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lieu', 'ueil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'locations', 'snoitacol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'logging', 'gniggol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'members', 'srebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'mycigna', 'angicym', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'nationwide', 'ediwnoitan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'network', 'krowten', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'ons', 'sno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'optical', 'lacitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pairs', 'sriap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pearle', 'elraep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'plan', 'nalp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'provider', 'redivorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'providers', 'sredivorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'rate', 'etar', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'remember', 'rebmemer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'schedule', 'eludehcs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'sheet', 'teehs', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'shown', 'nwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'spectacle', 'elcatceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'starting', 'gnitrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'summary', 'yrammus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'sunglasses', 'sessalgnus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'surgery', 'yregrus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'target', 'tegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'tlc', 'clt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'treatments', 'stnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'trifocals', 'slacofirt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'vision', 'noisiv', 23, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'walmart', 'tramlaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'wavelight', 'thgilevaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 120, '021', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 25, 52, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 250, '052', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'access', 'ssecca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'acute', 'etuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'appointment', 'tnemtnioppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'appointments', 'stnemtnioppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'bookmark', 'kramkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'browse', 'esworb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'browser', 'resworb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'called', 'dellac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'care', 'erac', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'center', 'retnec', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'centers', 'sretnec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'check', 'kcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'combined', 'denibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'comfort', 'trofmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'connected', 'detcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'consistent', 'tnetsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'convenient', 'tneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'copay', 'yapoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'daunting', 'gnitnuad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'documents', 'stnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'experiencing', 'gnicneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'health', 'htlaeh', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'helpful', 'lufpleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'hub', 'buh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'keeping', 'gnipeek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'md', 'dm', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'mind', 'dnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'occupational', 'lanoitapucco', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'onsite', 'etisno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'party', 'ytrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'patient', 'tneitap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'portal', 'latrop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'preventive', 'evitneverp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'primary', 'yramirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'proactive', 'evitcaorp', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'promise', 'esimorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'resources', 'secruoser', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'seek', 'kees', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'stay', 'yats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'stop', 'pots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'team', 'maet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'typical', 'lacipyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'upcoming', 'gnimocpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'urgent', 'tnegru', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'visits', 'stisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'well', 'llew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'years', 'sraey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 90, '09', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adjust', 'tsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adoption', 'noitpoda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'advance', 'ecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'affidavit', 'tivadiffa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'allows', 'swolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'apply', 'ylppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'away', 'yawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'base', 'esab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'birth', 'htrib', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'block', 'kcolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'bond', 'dnob', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'child', 'dlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'concurrent', 'tnerrucnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dates', 'setad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'deductions', 'snoitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'depending', 'gnidneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'disclaimer', 'remialcsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eligible', 'elbigile', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expanded', 'dednapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expected', 'detcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'family', 'ylimaf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'federal', 'laredef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'intermittently', 'yltnettimretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'leave', 'evael', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'leaves', 'sevael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'manager', 'reganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'moms', 'smom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'newborn', 'nrobwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'newly', 'ylwen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'normal', 'lamron', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'notice', 'eciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'paid', 'diap', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parental', 'latnerap', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parents', 'stnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'periods', 'sdoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'placement', 'tnemecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'policy', 'ycilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'ppl', 'lpp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'runs', 'snur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'scheduled', 'deludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'state', 'etats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'subject', 'tcejbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'time', 'emit', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'weeks', 'skeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'withholdings', 'sgnidlohhtiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'work', 'krow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'workday', 'yadkrow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'american', 'nacirema', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'association', 'noitaicossa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'believe', 'eveileb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'bi', 'ib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'bring', 'gnirb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'campaign', 'ngiapmac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cancer', 'recnac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'causes', 'sesuac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cf', 'fc', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'chapters', 'sretpahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'charitable', 'elbatirahc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'charities', 'seitirahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'communities', 'seitinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contributions', 'snoitubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'deduction', 'noitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'designated', 'detangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'devoted', 'detoved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'difference', 'ecnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dollar', 'rallod', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'donate', 'etanod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'donation', 'noitanod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'employee', 'eeyolpme', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'gift', 'tfig', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'giving', 'gnivig', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'heart', 'traeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'industries', 'seirtsudni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'lasts', 'stsal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'latest', 'tsetal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'leave', 'evael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'length', 'htgnel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'lives', 'sevil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'local', 'lacol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'match', 'hctam', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'neighbors', 'srobhgien', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'normal', 'lamron', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'organization', 'noitazinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'parental', 'latnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'philanthropic', 'ciporhtnalihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'policy', 'ycilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'ppl', 'lpp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'prefer', 'referp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'read', 'daer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'reoccurring', 'gnirruccoer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'report', 'troper', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'society', 'yteicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'supports', 'stroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'united', 'detinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'volunteer', 'reetnulov', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'weekly', 'ylkeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, '1097b7', '7b7901', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 12, 21, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 28, 82, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 3470, '0743', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 500, '005', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 870, '078', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'accessories', 'seirossecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'allowed', 'dewolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'allows', 'swolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'aware', 'erawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'bcbsil', 'lisbcb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'bike', 'ekib', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'blue365', '563eulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'blue365deals', 'slaed563eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'bonus', 'sunob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cameras', 'saremac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'car', 'rac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'carefully', 'ylluferac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'certificate', 'etacifitrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'check', 'kcehc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'collect', 'tcelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'com', 'moc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'comfortable', 'elbatrofmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'computers', 'sretupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'confirm', 'mrifnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cycle', 'elcyc', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cyclescheme', 'emehcselcyc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'deals', 'slaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'deduction', 'noitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'deductions', 'snoitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'discounts', 'stnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'effectively', 'ylevitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'eligibility', 'ytilibigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'exclusive', 'evisulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'final', 'lanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'finish', 'hsinif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'gopros', 'sorpog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'gps', 'spg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'guidelines', 'senilediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'halfords', 'sdroflah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'http', 'ptth', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'instalments', 'stnemlatsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'kit', 'tik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'maintenance', 'ecnanetniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'mobile', 'elibom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'month', 'htnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'monthly', 'ylhtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'navigational', 'lanoitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'notified', 'deifiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'ordered', 'deredro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'outstanding', 'gnidnatstuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'owing', 'gniwo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'pay', 'yap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'racks', 'skcar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'read', 'daer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'recovered', 'derevocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'referral', 'larrefer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'ride', 'edir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'rollers', 'srellor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'run', 'nur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'sacrifice', 'ecifircas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'salary', 'yralas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'scheme', 'emehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'shared', 'derahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'signing', 'gningis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'sure', 'erus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'terms', 'smret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'trackers', 'srekcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'trainers', 'sreniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'turbo', 'obrut', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'uk', 'ku', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'up', 'pu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'work', 'krow', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'www', 'www', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'absence', 'ecnesba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'advancement', 'tnemecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'awareness', 'ssenerawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'away', 'yawa', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'bank', 'knab', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'boxing', 'gnixob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'charitable', 'elbatirahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'christmas', 'samtsirhc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'day', 'yad', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'early', 'ylrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'easter', 'retsae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'entitlement', 'tnemeltitne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'environmental', 'latnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'faqs', 'sqaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'food', 'doof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'good', 'doog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'granted', 'detnarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'healthy', 'yhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'holiday', 'yadiloh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'holidays', 'syadiloh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'normal', 'lamron', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'observed', 'devresbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'organisation', 'noitasinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'paid', 'diap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'philanthropic', 'ciporhtnalihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'programme', 'emmargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'promote', 'etomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'pto', 'otp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'public', 'cilbup', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'spring', 'gnirps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'stem', 'mets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'summer', 'remmus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'supports', 'stroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'tbd', 'dbt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'temporary', 'yraropmet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'time', 'emit', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'vacation', 'noitacav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'volunteer', 'reetnulov', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'vto', 'otv', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'work', 'krow', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'workday', 'yadkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'year', 'raey', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'employee', 'eeyolpme', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'integration', 'noitargetni', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'video', 'oediv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'accessible', 'elbissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'accomplish', 'hsilpmocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'achieve', 'eveihca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'activate', 'etavitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'apart', 'trapa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'applying', 'gniylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'behaviours', 'sruoivaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'believe', 'eveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'broaden', 'nedaorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'business', 'ssenisub', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'career', 'reerac', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'central', 'lartnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'certifications', 'snoitacifitrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'cf', 'fc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'competencies', 'seicnetepmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'competency', 'ycnetepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'constantly', 'yltnatsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'content', 'tnetnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'core', 'eroc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'courses', 'sesruoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'deliver', 'reviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'development', 'tnempoleved', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'discover', 'revocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'drive', 'evird', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'evolving', 'gnivlove', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'experiences', 'secneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'expert', 'trepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'features', 'serutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'focusing', 'gnisucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'foster', 'retsof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'growth', 'htworg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'head', 'daeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'hub', 'buh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'idp', 'pdi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'impacts', 'stcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instructor', 'rotcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instructors', 'srotcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instrumentation', 'noitatnemurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'integrity', 'ytirgetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leader', 'redael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leaders', 'sredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leadership', 'pihsredael', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leading', 'gnidael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'learning', 'gninrael', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'led', 'del', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'licence', 'ecnecil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'linkedin', 'nideknil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'll', 'll', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'matters', 'srettam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'meaningful', 'lufgninaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'model', 'ledom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'operations', 'snoitarepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'outlines', 'seniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'paced', 'decap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'paths', 'shtap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'philosophy', 'yhposolihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'plus', 'sulp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'process', 'ssecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'programmes', 'semmargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'pump', 'pmup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'range', 'egnar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'recognises', 'sesingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'reputation', 'noitatuper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'results', 'stluser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'sets', 'stes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'solutions', 'snoitulos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'structured', 'derutcurts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'succeed', 'deeccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'supports', 'stroppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'tailored', 'deroliat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'training', 'gniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'trainings', 'sgniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'troubleshooting', 'gnitoohselbuort', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'understanding', 'gnidnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'unlock', 'kcolnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'vector', 'rotcev', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'videos', 'soediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'workday', 'yadkrow', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'accountability', 'ytilibatnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'acumen', 'nemuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'assessments', 'stnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'based', 'desab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'boss', 'ssob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'business', 'ssenisub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'capitalise', 'esilatipac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'centre', 'ertnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'classes', 'sessalc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'cohort', 'trohoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'concepts', 'stpecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'conflict', 'tcilfnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'constructive', 'evitcurtsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'contributing', 'gnitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'courage', 'egaruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'course', 'esruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'creative', 'evitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'demonstrating', 'gnitartsnomed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'designed', 'dengised', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'developer', 'repoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'development', 'tnempoleved', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'difficult', 'tluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'diverse', 'esrevid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'edp', 'pde', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'emotional', 'lanoitome', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'empowering', 'gnirewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhance', 'ecnahne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhanced', 'decnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhances', 'secnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'excel', 'lecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'executive', 'evitucexe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'exercises', 'sesicrexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expand', 'dnapxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expansive', 'evisnapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'experiental', 'latneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'faceted', 'detecaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'feedback', 'kcabdeef', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'fives', 'sevif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'fldp', 'pdlf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'foundational', 'lanoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'foundations', 'snoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'frontline', 'eniltnorf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'functional', 'lanoitcnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'greatest', 'tsetaerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'identify', 'yfitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'influencer', 'recneulfni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'inspire', 'eripsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'intelligence', 'ecnegilletni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'interactive', 'evitcaretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'internal', 'lanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'knowledge', 'egdelwonk', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'lead', 'dael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leader', 'redael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leaders', 'sredael', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leadership', 'pihsredael', 18, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leading', 'gnidael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leads', 'sdael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'live', 'evil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'microsoft', 'tfosorcim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'month', 'htnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'multi', 'itlum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'nominated', 'detanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'opportunities', 'seitinutroppo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'orchestrator', 'rotartsehcro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'participants', 'stnapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'peer', 'reep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'peers', 'sreep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'personalised', 'desilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'perspective', 'evitcepsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'possibilities', 'seitilibissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'powerful', 'lufrewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'programme', 'emmargorp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'programmes', 'semmargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'quo', 'ouq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'recognise', 'esingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'roles', 'selor', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'series', 'seires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'situational', 'lanoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'skill', 'lliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'skills', 'slliks', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'spanning', 'gninnaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strategist', 'tsigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strength', 'htgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strengths', 'shtgnerts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'supervisors', 'srosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'takes', 'sekat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'taught', 'thguat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'team', 'maet', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'teams', 'smaet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'title', 'eltit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'tomorrow', 'worromot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'understanding', 'gnidnatsrednu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'utilising', 'gnisilitu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'weaknesses', 'sessenkaew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'accept', 'tpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'acquiring', 'gniriuqca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'acumen', 'nemuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'advancement', 'tnemecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'approaches', 'sehcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'brand', 'dnarb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'cf', 'fc', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'challenges', 'segnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'chance', 'ecnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'confidence', 'ecnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'deepening', 'gninepeed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'developed', 'depoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'developing', 'gnipoleved', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'development', 'tnempoleved', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'effectively', 'ylevitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'expert', 'trepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'exposing', 'gnisopxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'fellow', 'wollef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'fostering', 'gniretsof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'gaining', 'gniniag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'getting', 'gnitteg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'ideas', 'saedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'improving', 'gnivorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'interpersonal', 'lanosrepretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'knowing', 'gniwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'knowledge', 'egdelwonk', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'leader', 'redael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'levels', 'slevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'matter', 'rettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentee', 'eetnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentor', 'rotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentorcliq', 'qilcrotnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentoring', 'gnirotnem', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'participation', 'noitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'personal', 'lanosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'perspectives', 'sevitcepsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'professional', 'lanoisseforp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'programme', 'emmargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'promote', 'etomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'recognition', 'noitingocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'relationship', 'pihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'relationships', 'spihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'skills', 'slliks', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'strengths', 'shtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'styles', 'selyts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'teach', 'hcaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'themself', 'flesmeht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'transformational', 'lanoitamrofsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'understanding', 'gnidnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'various', 'suoirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'visibility', 'ytilibisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'voluntary', 'yratnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'disciplined', 'denilpicsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'employing', 'gniyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'empower', 'rewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'growth', 'htworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'high', 'hgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'leaders', 'sredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'management', 'tnemeganam', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'managers', 'sreganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'performance', 'ecnamrofrep', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'regard', 'drager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'relationships', 'spihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'reviews', 'sweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, '0012', 2100, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 40, '04', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 527, 725, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'adviser', 'resivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'advisory', 'yrosivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'affiliate', 'etailiffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'affiliates', 'setailiffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'allied', 'deilla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'assessment', 'tnemssessa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'asset', 'tessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'ayco', 'ocya', 12, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'banking', 'gniknab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'being', 'gnieb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'broker', 'rekorb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'brokerage', 'egarekorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'buying', 'gniyub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'challenges', 'segnellahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'changes', 'segnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'coach', 'hcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'code', 'edoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'completing', 'gnitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'confident', 'tnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'create', 'etaerc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'dealer', 'relaed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'debt', 'tbed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'deliver', 'reviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'earn', 'nrae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'enter', 'retne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'faqs', 'sqaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'financial', 'laicnanif', 15, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'finra', 'arnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'goldman', 'namdlog', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'group', 'puorg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'gs', 'sg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'help', 'pleh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'informational', 'lanoitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'investment', 'tnemtsevni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'like', 'ekil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'llc', 'cll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'log', 'gol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'login', 'nigol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'management', 'tnemeganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'map', 'pam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'matters', 'srettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'maximize', 'ezimixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'mercer', 'recrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'offered', 'dereffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'organization', 'noitazinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'points', 'stniop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'prepare', 'eraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'priority', 'ytiroirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'progress', 'ssergorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'recommended', 'dednemmocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'registered', 'deretsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'remote', 'etomer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'returning', 'gninruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'sachs', 'shcas', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'scheduling', 'gniludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'services', 'secivres', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'sipc', 'cpis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'started', 'detrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'strategies', 'seigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'strive', 'evirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'subsidiary', 'yraidisbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'users', 'sresu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'ways', 'syaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'well', 'llew', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'wellness', 'ssenllew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'worldwide', 'ediwdlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'zip', 'piz', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, '000', '000', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 250, '052', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 275, 572, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 500, '005', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 65, 56, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'accesscard', 'dracssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'account', 'tnuocca', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'added', 'dedda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'adjusted', 'detsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'advantaged', 'degatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'assumes', 'semussa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'belongs', 'sgnoleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'builds', 'sdliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'care', 'erac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'cf', 'fc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'coinsurance', 'ecnarusnioc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contribute', 'etubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contribution', 'noitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contributions', 'snoitubirtnoc', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'copays', 'syapoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'couples', 'selpuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'coverage', 'egarevoc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'deductible', 'elbitcuded', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'dollar', 'rallod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'earnings', 'sgninrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'egg', 'gge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'eligible', 'elbigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'emergencies', 'seicnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'enrolled', 'dellorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'exceed', 'deecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'expenses', 'sesnepxe', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'family', 'ylimaf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'favored', 'derovaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'free', 'eerf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'funds', 'sdnuf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'government', 'tnemnrevog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'half', 'flah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'health', 'htlaeh', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'high', 'hgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'hire', 'erih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'hsa', 'ash', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'income', 'emocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'ineligible', 'elbigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'investment', 'tnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'investments', 'stnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'irs', 'sri', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'limit', 'timil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'limits', 'stimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'lower', 'rewol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'major', 'rojam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'matches', 'sehctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'medical', 'lacidem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'medicare', 'eracidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'nest', 'tsen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'participate', 'etapicitrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'pay', 'yap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'paycheck', 'kcehcyap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'penalty', 'ytlanep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'plan', 'nalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'plus', 'sulp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'ppo', 'opp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'pre', 'erp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'prorated', 'detarorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'qualified', 'deifilauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'reminder', 'rednimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'requires', 'seriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'retire', 'eriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'rolls', 'sllor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'savings', 'sgnivas', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'separate', 'etarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'single', 'elgnis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'tax', 'xat', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxed', 'dexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxes', 'sexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'total', 'latot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'triple', 'elpirt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'vision', 'noisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'watch', 'hctaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'withdrawn', 'nwardhtiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'works', 'skrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, '0096', 6900, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, '0800', '0080', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 16, 61, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 365, 563, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 75, 57, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 917, 719, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'absence', 'ecnesba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'accident', 'tnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'aged', 'dega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'beneficiary', 'yraicifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'bereavement', 'tnemevaereb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'contributing', 'gnitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'designation', 'noitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'designations', 'snoitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'die', 'eid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'earnings', 'sgninrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'especially', 'yllaicepse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'form', 'mrof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'helpline', 'enilpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ill', 'lli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'injury', 'yrujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'insurance', 'ecnarusni', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'life', 'efil', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'loved', 'devol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'lump', 'pmul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'maintained', 'deniatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'metlife', 'efiltem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'nominated', 'detanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'nomination', 'noitanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'old', 'dlo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ones', 'seno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'periods', 'sdoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'protect', 'tcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'qualifying', 'gniyfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reason', 'nosaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reductions', 'snoitcuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'respect', 'tcepser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'scheme', 'emehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'service', 'ecivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'sum', 'mus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'temporary', 'yraropmet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'uk', 'ku', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'years', 'sraey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, '080', '080', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 16, 61, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 55, 55, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 60, '06', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'absence', 'ecnesba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'aged', 'dega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'allowances', 'secnawolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'appropriate', 'etairporppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'assuming', 'gnimussa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'benefit', 'tifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'benefits', 'stifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'bonus', 'sunob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'compensation', 'noitasnepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'compulsory', 'yroslupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'defined', 'denifed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'does', 'seod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'eases', 'sesae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'exhausted', 'detsuahxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'group', 'puorg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'illness', 'ssenlli', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'incentive', 'evitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'income', 'emocni', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'injury', 'yrujni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'levels', 'slevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'long', 'gnol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'month', 'htnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'months', 'shtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'overtime', 'emitrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'pay', 'yap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'payable', 'elbayap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'payments', 'stnemyap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'period', 'doirep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'preventing', 'gnitneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'proportion', 'noitroporp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'protect', 'tcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'protection', 'noitcetorp', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'purposes', 'sesoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'reduced', 'decuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'regular', 'raluger', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'rehabilitation', 'noitatilibaher', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'run', 'nur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'salary', 'yralas', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'scheme', 'emehcs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'shared', 'derahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'sick', 'kcis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'sickness', 'ssenkcis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'state', 'etats', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'statutory', 'yrotutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'std', 'dts', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'stringent', 'tnegnirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'supports', 'stroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'type', 'epyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'unable', 'elbanu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'unum', 'munu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'wages', 'segaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'work', 'krow', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'workers', 'srekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'working', 'gnikrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '0330', '0330', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '5pm', 'mp5', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 808, 808, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 9426, 6249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '9am', 'ma9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'able', 'elba', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'acting', 'gnitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'administered', 'deretsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'administration', 'noitartsinimda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'aimed', 'demia', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'alongside', 'edisgnola', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'amending', 'gnidnema', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'application', 'noitacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'arranging', 'gnignarra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'associated', 'detaicossa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'assurance', 'ecnarussa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'audited', 'detidua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'authorised', 'desirohtua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'aviva', 'aviva', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'basis', 'sisab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'behalf', 'flaheb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'beneficiaries', 'seiraicifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'beneficiary', 'yraicifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'board', 'draob', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'booklets', 'stelkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'cf', 'fc', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'changes', 'segnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'closed', 'desolc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'communicating', 'gnitacinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'completely', 'yletelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contribute', 'etubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contribution', 'noitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributions', 'snoitubirtnoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'controls', 'slortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'day', 'yad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'debt', 'tbed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'decide', 'ediced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'defined', 'denifed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'duties', 'seitud', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employer', 'reyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employers', 'sreyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'fertilisers', 'sresilitref', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'financially', 'yllaicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'form', 'mrof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'formation', 'noitamrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'framework', 'krowemarf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'fund', 'dnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'gateway', 'yawetag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'giving', 'gnivig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'governed', 'denrevog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'governing', 'gninrevog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'independent', 'tnednepedni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'investment', 'tnemtsevni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'join', 'nioj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'joining', 'gninioj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'key', 'yek', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'leaving', 'gnivael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'legally', 'yllagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'life', 'efil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'line', 'enil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'link', 'knil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'loans', 'snaol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'looks', 'skool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'maintain', 'niatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'management', 'tnemeganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'master', 'retsam', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'match', 'hctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'members', 'srebmem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'mercer', 'recrem', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'mercermoney', 'yenomrecrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'mobile', 'elibom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'modelling', 'gnilledom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'money', 'yenom', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'names', 'seman', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'nominating', 'gnitanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'nomination', 'noitanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'original', 'lanigiro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'overseen', 'neesrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'pension', 'noisnep', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'pensions', 'snoisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'planning', 'gninnalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'prepared', 'deraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'processing', 'gnissecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'registered', 'deretsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'regulator', 'rotaluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'relevant', 'tnaveler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'remaining', 'gniniamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'repayments', 'stnemyaper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'responsible', 'elbisnopser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'retirement', 'tnemeriter', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'reviewing', 'gniweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'rigorously', 'ylsuorogir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'running', 'gninnur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'savings', 'sgnivas', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'scales', 'selacs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'scheme', 'emehcs', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'schemes', 'semehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'section', 'noitces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'selecting', 'gnitceles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'selection', 'noitceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'selections', 'snoitceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'separate', 'etarapes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'strong', 'gnorts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'student', 'tneduts', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'sustainable', 'elbaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'switches', 'sehctiws', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'target', 'tegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'tasks', 'sksat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'thousands', 'sdnasuoht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'treated', 'detaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'trust', 'tsurt', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'trustees', 'seetsurt', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'uk', 'ku', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'update', 'etadpu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'updating', 'gnitadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wants', 'stnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wellbeing', 'gniebllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wish', 'hsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 215, 512, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 8226, 6228, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 942, 249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'able', 'elba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'abroad', 'daorba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'advances', 'secnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'advice', 'ecivda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ambulance', 'ecnalubma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'americas', 'sacirema', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'assist', 'tsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'assistance', 'ecnatsissa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'bail', 'liab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'beneficiary', 'yraicifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'business', 'ssenisub', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'cash', 'hsac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'covered', 'derevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'credit', 'tiderc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'developments', 'stnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'emergency', 'ycnegreme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'evacuation', 'noitaucave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'excluded', 'dedulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'funds', 'sdnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'hingehealth', 'htlaehegnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'https', 'sptth', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'initial', 'laitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'international', 'lanoitanretni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'internationalsos', 'soslanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'interpreter', 'reterpretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'lost', 'tsol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'medical', 'lacidem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'membership', 'pihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'person', 'nosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'programme', 'emmargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'responsible', 'elbisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'routine', 'enituor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'security', 'ytiruces', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'services', 'secivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'sos', 'sos', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'sufficient', 'tneiciffus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'supply', 'ylppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'translation', 'noitalsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'transport', 'tropsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'travel', 'levart', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ultimately', 'yletamitlu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'updates', 'setadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'world', 'dlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, '000', '000', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 12, 21, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 2024, 4202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 2025, 5202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 30, '03', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 3855, 5583, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, '70Â½', 'Â½07', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 737, 737, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 90, '09', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'account', 'tnuocca', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'act', 'tca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'ad', 'da', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'adp', 'pda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'april', 'lirpa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'balance', 'ecnalab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'basic', 'cisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'care', 'erac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cart', 'trac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cases', 'sesac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cf', 'fc', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'claims', 'smialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cobra', 'arboc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'computed', 'detupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'continue', 'eunitnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'continued', 'deunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'coverage', 'egarevoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dario', 'oirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'day', 'yad', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'days', 'syad', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dcfsa', 'asfcd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'departure', 'erutraped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dependent', 'tnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'disability', 'ytilibasid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'distribution', 'noitubirtsid', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'documents', 'stnemucod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eap', 'pae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'elect', 'tcele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'employment', 'tnemyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'end', 'dne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'ends', 'sdne', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'exit', 'tixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'expect', 'tcepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'fidelityâ€‹', 'â€‹ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'flexible', 'elbixelf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'fsa', 'asf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'fund', 'dnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'invested', 'detsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'ira', 'ari', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'later', 'retal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'leave', 'evael', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'leaving', 'gnivael', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'life', 'efil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'market', 'tekram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'minimum', 'muminim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'months', 'shtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'participation', 'noitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pay', 'yap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'payments', 'stnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'points', 'stniop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'print', 'tnirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pursuing', 'gniusrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'qualify', 'yfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reason', 'nosaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'receiving', 'gniviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'redeem', 'meeder', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reference', 'ecnerefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reimbursement', 'tnemesrubmier', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'repay', 'yaper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'requires', 'seriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'responsibility', 'ytilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'retiree', 'eeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'rolled', 'dellor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'slips', 'spils', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'spending', 'gnidneps', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'strive', 'evirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'supplemental', 'latnemelppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'taking', 'gnikat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'transitioning', 'gninoitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'treasury', 'yrusaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'tuition', 'noitiut', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'unused', 'desunu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'up', 'pu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'vacation', 'noitacav', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'value', 'eulav', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'vested', 'detsev', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'work', 'krow', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'workforce', 'ecrofkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'york', 'kroy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 234, 432, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 30, '03', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 90, '09', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 9977, 7799, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'application', 'noitacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'begin', 'nigeb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'cf', 'fc', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'congratulations', 'snoitalutargnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'delays', 'syaled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'distribution', 'noitubirtsid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'expect', 'tcepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'fidelityâ€‹', 'â€‹ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'golden', 'nedlog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'june', 'enuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'materials', 'slairetam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'notify', 'yfiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'occur', 'rucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'pension', 'noisnep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'planned', 'dennalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'preparing', 'gniraperp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retire', 'eriter', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retirement', 'tnemeriter', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retiring', 'gniriter', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retroactively', 'ylevitcaorter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'timing', 'gnimit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, '0096', 6900, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, '0800', '0080', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 24, 42, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 365, 563, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 917, 719, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'app', 'ppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'ask', 'ksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'beneficiary', 'yraicifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'bereavement', 'tnemevaereb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'children', 'nerdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'coming', 'gnimoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'consider', 'redisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'death', 'htaed', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'delicate', 'etaciled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'diagnosis', 'sisongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'directly', 'yltcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'download', 'daolnwod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'employee', 'eeyolpme', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'enter', 'retne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'family', 'ylimaf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'forget', 'tegrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'getting', 'gnitteg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'hand', 'dnah', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'help', 'pleh', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'helpline', 'enilpleh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'hr', 'rh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'illness', 'ssenlli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'invite', 'etivni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'members', 'srebmem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'metlife', 'efiltem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'nomination', 'noitanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'probate', 'etaborp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'representiative', 'evitaitneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'shared', 'derahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'started', 'detrats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'support', 'troppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'telephone', 'enohpelet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'terminal', 'lanimret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'terms', 'smret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'uk', 'ku', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'unum', 'munu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'up', 'pu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'vary', 'yrav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'view', 'weiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'wealth', 'htlaew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'wellbeing', 'gniebllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 50, '05', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'belonging', 'gnignoleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'blue', 'eulb', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'brain', 'niarb', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'clients', 'stneilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'content', 'tnetnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'countries', 'seirtnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'courses', 'sesruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'currently', 'yltnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'designed', 'dengised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'developed', 'depoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'dive', 'evid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'field', 'dleif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'impact', 'tcapmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'implemented', 'detnemelpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'knowledge', 'egdelwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'mind', 'dnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'minute', 'etunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'ocean', 'naeco', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'point', 'tniop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'positively', 'ylevitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'segments', 'stnemges', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (504, 'world', 'dlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'authentic', 'citnehtua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'awareness', 'ssenerawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'belonging', 'gnignoleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'build', 'dliub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'colleagues', 'seugaelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'connections', 'snoitcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'cultural', 'larutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'encourages', 'segaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'enhance', 'ecnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'focused', 'desucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'group', 'puorg', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'implementing', 'gnitnemelpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'inclusion', 'noisulcni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'involvement', 'tnemevlovni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'irg', 'gri', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'meaningful', 'lufgninaem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'resource', 'ecruoser', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'space', 'ecaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'strategies', 'seigetarts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'supported', 'detroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'trusted', 'detsurt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'welcomed', 'democlew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 180, '081', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 45, 54, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 90, '09', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'actionable', 'elbanoitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'adjust', 'tsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'confidential', 'laitnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'consideration', 'noitaredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'cycle', 'elcyc', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'encourage', 'egaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'engagement', 'tnemegagne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'evolve', 'evlove', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'feedback', 'kcabdeef', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'hear', 'raeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'heard', 'draeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'hearing', 'gniraeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'life', 'efil', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'place', 'ecalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'reach', 'hcaer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'real', 'laer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'recruitment', 'tnemtiurcer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'responding', 'gnidnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'responses', 'sesnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'retention', 'noitneter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'reviewed', 'deweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'seven', 'neves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'survey', 'yevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'surveys', 'syevrus', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'voice', 'eciov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'ways', 'syaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'worked', 'dekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 180, '081', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 2022, 2202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 45, 54, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 700, '007', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 90, '09', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'accomplish', 'hsilpmocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'advanced', 'decnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'aligning', 'gningila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'areas', 'saera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'belonging', 'gnignoleb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'bias', 'saib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'committed', 'dettimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'communities', 'seitinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'continuing', 'gniunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'core', 'eroc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'curriculum', 'mulucirruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'disrupting', 'gnitpursid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'diverse', 'esrevid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'diversity', 'ytisrevid', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'educate', 'etacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'efforts', 'stroffe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'enhancing', 'gnicnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'equity', 'ytiuqe', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'focuses', 'sesucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'id', 'di', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'impact', 'tcapmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'impactful', 'luftcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'inclusion', 'noisulcni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'inclusive', 'evisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'incorporating', 'gnitaroprocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'integration', 'noitargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'irg', 'gri', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'journey', 'yenruoj', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'launching', 'gnihcnual', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'measuring', 'gnirusaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'onboarding', 'gnidraobno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'organizing', 'gnizinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'philanthropic', 'ciporhtnalihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'positively', 'ylevitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'read', 'daer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'relates', 'setaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'remind', 'dnimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'report', 'troper', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'representation', 'noitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'seven', 'neves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'skill', 'lliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strategies', 'seigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strategy', 'ygetarts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strengthening', 'gninehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'surveys', 'syevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'training', 'gniniart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'volunteer', 'reetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'volunteering', 'gnireetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'vto', 'otv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'workspace', 'ecapskrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'world', 'dlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'adoption', 'noitpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'birth', 'htrib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'cf', 'fc', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'change', 'egnahc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'changes', 'segnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'death', 'htaed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dependant', 'tnadneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dependants', 'stnadneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'divorce', 'ecrovid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'elect', 'tcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'elections', 'snoitcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'eligibility', 'ytilibigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'enrol', 'lorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'event', 'tneve', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'examples', 'selpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'industries', 'seirtsudni', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'ineligibility', 'ytilibigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'inside', 'edisni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'join', 'nioj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'legal', 'lagel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'life', 'efil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'make', 'ekam', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'makes', 'sekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'marital', 'latiram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'marriage', 'egairram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'new', 'wen', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'powered', 'derewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'programmes', 'semmargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'proud', 'duorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'represent', 'tneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'status', 'sutats', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'uniquely', 'yleuqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'unless', 'sselnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'welcome', 'emoclew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 26, 62, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 30, '03', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'benefits', 'stifeneb', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'children', 'nerdlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'common', 'nommoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'court', 'truoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'covering', 'gnirevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'custom', 'motsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'deadline', 'enildaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'dependents', 'stnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'eligibility', 'ytilibigile', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'eligible', 'elbigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'enroll', 'llorne', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'fall', 'llaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'guardianship', 'pihsnaidraug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'hire', 'erih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'law', 'wal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'lawful', 'lufwal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'legal', 'lagel', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'legally', 'yllagel', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'married', 'deirram', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'obligation', 'noitagilbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'package', 'egakcap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'ren', 'ner', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'separated', 'detarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'spouse', 'esuops', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'spouses', 'sesuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'stepchildren', 'nerdlihcpets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'unique', 'euqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 234, 432, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 2400, '0042', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 30, '03', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 401, 104, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 405, 504, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 847, 748, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 866, 668, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 9977, 7799, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'able', 'elba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'account', 'tnuocca', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'action', 'noitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'ad', 'da', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'add', 'dda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adding', 'gnidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adjust', 'tsujda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adjusting', 'gnitsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adoption', 'noitpoda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'allow', 'wolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'automatically', 'yllacitamotua', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'begin', 'nigeb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'beneficiaries', 'seiraicifeneb', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'beneficiary', 'yraicifeneb', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'benefits', 'stifeneb', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'birth', 'htrib', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'canceled', 'delecnac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'care', 'erac', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'center', 'retnec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cf', 'fc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'challenging', 'gnignellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'change', 'egnahc', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'changes', 'segnahc', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'com', 'moc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'consider', 'redisnoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'considered', 'deredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'contact', 'tcatnoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'contributions', 'snoitubirtnoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cope', 'epoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'counseling', 'gnilesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'coverage', 'egarevoc', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'coverages', 'segarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'days', 'syad', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dcfsa', 'asfcd', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'death', 'htaed', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependant', 'tnadneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependants', 'stnadneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependent', 'tnedneped', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependents', 'stnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'designations', 'snoitangised', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'divorce', 'ecrovid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'divorced', 'decrovid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'documentation', 'noitatnemucod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'drop', 'pord', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dropping', 'gnippord', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eap', 'pae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'easily', 'ylisae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'elections', 'snoitcele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employment', 'tnemyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'ensure', 'erusne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'event', 'tneve', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'evidence', 'ecnedive', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'examples', 'selpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'experience', 'ecneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'family', 'ylimaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'flexible', 'elbixelf', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'form', 'mrof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'fsa', 'asf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'gain', 'niag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'gains', 'sniag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'generally', 'yllareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'health', 'htlaeh', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'hsa', 'ash', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'icon', 'noci', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'ineligibility', 'ytilibigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'information', 'noitamrofni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'insurability', 'ytilibarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'insurance', 'ecnarusni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'leaveâ€‹', 'â€‹evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'legal', 'lagel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'life', 'efil', 14, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'load', 'daol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'located', 'detacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'log', 'gol', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loses', 'sesol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loss', 'ssol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loved', 'devol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'make', 'ekam', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'makes', 'sekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'marital', 'latiram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'marriage', 'egairram', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'mercer', 'recrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'mercermoney', 'yenomrecrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'multiple', 'elpitlum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'needed', 'dedeen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'new', 'wen', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'notification', 'noitacifiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'number', 'rebmun', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'occurred', 'derrucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'ones', 'seno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'outlined', 'deniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'pension', 'noisnep', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'plans', 'snalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'prepared', 'deraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'previous', 'suoiverp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'process', 'ssecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'recently', 'yltnecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'remember', 'rebmemer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'remove', 'evomer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'reporting', 'gnitroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'representative', 'evitatneserper', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'requested', 'detseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'required', 'deriuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'savings', 'sgnivas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'scheme', 'emehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'separated', 'detarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'set', 'tes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'significant', 'tnacifingis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'simplifying', 'gniyfilpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'sâ€‹pending', 'gnidnepâ€‹s', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'spouse', 'esuops', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'status', 'sutats', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'sure', 'erus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'things', 'sgniht', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'time', 'emit', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'toll', 'llot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'type', 'epyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'unless', 'sselnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'update', 'etadpu', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'updated', 'detadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'updates', 'setadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'updating', 'gnitadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'walk', 'klaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'workday', 'yadkrow', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'york', 'kroy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 2023, 3202, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 2024, 4202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 902, 209, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advantage', 'egatnavda', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocacy', 'ycacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocate', 'etacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocates', 'setacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'annual', 'launna', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'area', 'aera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'bcbsil', 'lisbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'clinical', 'lacinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'concierge', 'egreicnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'connect', 'tcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'ct', 'tc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'description', 'noitpircsed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'diagnosis', 'sisongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'documents', 'stnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'funding', 'gnidnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'general', 'lareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'harbor', 'robrah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'health', 'htlaeh', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'help', 'pleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'higher', 'rehgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'hsa', 'ash', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'lower', 'rewol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'medical', 'lacidem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'monthly', 'ylhtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'notice', 'eciton', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'notices', 'seciton', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'paired', 'deriap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'plan', 'nalp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pocket', 'tekcop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'ppo', 'opp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'premium', 'muimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'report', 'troper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'required', 'deriuqer', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'retirement', 'tnemeriter', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'safe', 'efas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sar', 'ras', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sbc', 'cbs', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'solutions', 'snoitulos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'standard', 'dradnats', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'summary', 'yrammus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'welfare', 'eraflew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '0096', 6900, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '0330', '0330', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '0345', 5430, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '0736', 6370, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '0800', '0080', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '0808', 8080, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '1097b7', '7b7901', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 168, 861, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 237, 732, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 266, 662, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 3333808, 8083333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 365, 563, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 438, 834, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 478, 874, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 5446, 6445, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '5pm', 'mp5', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 600, '006', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 607, 706, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 608, 806, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 7557, 7557, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 777, 777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 7777, 7777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 7938, 8397, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 808, 808, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8293, 3928, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 833, 338, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 902, 209, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 917, 719, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 9219, 9129, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 9426, 6249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 9984, 4899, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '9am', 'ma9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'accredo', 'odercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'app', 'ppa', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'bereavement', 'tnemevaereb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'bluecrest', 'tserceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'bluecrestwellness', 'ssenllewtserceulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'bupa', 'apub', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cigna', 'angic', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'com', 'moc', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'contacts', 'stcatnoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cyclescheme', 'emehcselcyc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'dario', 'oirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'dariohealth', 'htlaehoirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'dentalmemberservices', 'secivresrebmemlatned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'email', 'liame', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'enrol', 'lorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'et', 'te', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'gbs', 'sbg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'google', 'elgoog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hand', 'dnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'healthline', 'enilhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'helpline', 'enilpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hr', 'rh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'https', 'sptth', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'international', 'lanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'login', 'nigol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'menopause', 'esuaponem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mental', 'latnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mercer', 'recrem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mercermoney', 'yenomrecrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'metlife', 'efiltem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mycigna', 'angicym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'nyl', 'lyn', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'play', 'yalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'questions', 'snoitseuq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'services', 'secivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'shared', 'derahs', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'sos', 'sos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'specialty', 'ytlaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'store', 'erots', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'uk', 'ku', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'unum', 'munu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'update', 'etadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'www', 'www', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'blood', 'doolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'diabetes', 'setebaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'library', 'yrarbil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'md', 'dm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'mindfulness', 'ssenlufdnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'pressure', 'erusserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'programs', 'smargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'resources', 'secruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'strive', 'evirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'weight', 'thgiew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'wellness', 'ssenllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'limits', 'stimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'managment', 'tnemganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'page', 'egap', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'perscription', 'noitpircsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'pto', 'otp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'table', 'elbat', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'test', 'tset', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, '0808', 8080, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 168, 861, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 9219, 9129, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'add', 'dda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'advice', 'ecivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'allow', 'wolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'arrange', 'egnarra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'being', 'gnieb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'billingham', 'mahgnillib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'bluecrest', 'tserceulb', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'bluecrestwellness', 'ssenllewtserceulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'cancer', 'recnac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'charge', 'egrahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'check', 'kcehc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'checks', 'skcehc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'chester', 'retsehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'clearer', 'reraelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'convenient', 'tneinevnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'disease', 'esaesid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'early', 'ylrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'effective', 'evitceffe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'examinations', 'snoitanimaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'fast', 'tsaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'fee', 'eef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'flagged', 'deggalf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'gain', 'niag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'giving', 'gnivig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'happening', 'gnineppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'health', 'htlaeh', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'heart', 'traeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'highlight', 'thgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'improve', 'evorpmi', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'inside', 'edisni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'invasive', 'evisavni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'maintain', 'niatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'monitor', 'rotinom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'near', 'raen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'picture', 'erutcip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'prevention', 'noitneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'purposes', 'sesoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'risks', 'sksir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'screenings', 'sgnineercs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'series', 'seires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'test', 'tset', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'tests', 'stset', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'well', 'llew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '003', 300, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '00c7b1', '1b7c00', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '015846', 648510, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '018', 810, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '03', 30, 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '03px', 'xp30', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '04', 40, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '05px', 'xp50', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '072', 270, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '077', 770, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '078', 870, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '08', 80, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '082', 280, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '0px', 'xp0', 27, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 100, '001', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '12em', 'me21', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '14em', 'me41', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '15em', 'me51', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '15px', 'xp51', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 16, 61, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '16em', 'me61', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '16px', 'xp61', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '17px', 'xp71', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '17vw', 'wv71', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '18px', 'xp81', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '1d95135b', 'b53159d1', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '1px', 'xp1', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 200, '002', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 2023, 3202, 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2074b1b2', '2b1b4702', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '20px', 'xp02', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 22, 22, 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '22back', 'kcab22', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '22gcid', 'dicg22', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '22px', 'xp22', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 255, 552, 72, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2c1a5d', 'd5a1c2', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2d84bb', 'bb48d2', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2px', 'xp2', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 300, '003', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '30px', 'xp03', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 31, 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '31px', 'xp13', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '372px', 'xp273', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '37px', 'xp73', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 383842, 248383, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '39px', 'xp93', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '3fa9f5', '5f9af3', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 400, '004', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '40px', 'xp04', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 41, 14, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4180, '0814', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4202, 2024, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4274, 4724, 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '450ms', 'sm054', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4748, 8474, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '478a', 'a874', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 49, 94, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '4ac1', '1ca4', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '4dae', 'ead4', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '50px', 'xp05', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 51, 15, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 52, 25, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 56, 65, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '598e3e25', '52e3e895', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '5a03edfea053', '350aefde30a5', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '5px', 'xp5', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 600, '006', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 62, 26, 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '625px', 'xp526', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '6ca7d0', '0d7ac6', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 700, '007', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 75, 57, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '7px', 'xp7', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '862f', 'f268', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 89, 98, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 91, 19, 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '912c', 'c219', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '91aac1adf8a6', '6a8fda1caa19', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 93, 39, 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '9px', 'xp9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'a544', '445a', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ability', 'ytiliba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'accomplishments', 'stnemhsilpmocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'accordance', 'ecnadrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'achieve', 'eveihca', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'act', 'tca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'agreements', 'stnemeerga', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'alex', 'xela', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'align', 'ngila', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'alignment', 'tnemngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'aligns', 'sngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'allows', 'swolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'amend', 'dnema', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'animation', 'noitamina', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'applaud', 'dualppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'applicable', 'elbacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'award', 'drawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'b69f2de5dcde', 'edcd5ed2f96b', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'b930', '039b', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'background', 'dnuorgkcab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'balanced', 'decnalab', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'balls', 'sllab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'being', 'gnieb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'benefits', 'stifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'best', 'tseb', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'bg', 'gb', 61, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'blood', 'doolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'blur', 'rulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'body', 'ydob', 31, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'border', 'redrob', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'box', 'xob', 24, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'bright', 'thgirb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'builder', 'redliub', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'button', 'nottub', 65, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'carousel', 'lesuorac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'center', 'retnec', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'cf', 'fc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'cftotalrewards', 'sdrawerlatotfc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'changes', 'segnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'child', 'dlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'classroom', 'moorssalc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'colleagues', 'seugaelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'color', 'roloc', 86, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'colors', 'sroloc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'com', 'moc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'competitive', 'evititepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'contained', 'deniatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'container', 'reniatnoc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'content', 'tnetnoc', 80, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'contract', 'tcartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'contracts', 'stcartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'counseling', 'gnilesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'count', 'tnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'css', 'ssc', 32, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'curve', 'evruc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'custom', 'motsuc', 36, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'd5f5', '5f5d', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'dark', 'krad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'decision', 'noisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'default', 'tluafed', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'desc', 'csed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'description', 'noitpircsed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'desktop', 'potksed', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'diabetes', 'setebaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'dipi', 'ipid', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'discrepancy', 'ycnapercsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'diverse', 'esrevid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'divi', 'ivid', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'documents', 'stnemucod', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'duration', 'noitarud', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'earn', 'nrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'edited', 'detide', 26, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'effectively', 'ylevitceffe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'eguide', 'ediuge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'empower', 'rewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enable', 'elbane', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enabled', 'delbane', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'encourage', 'egaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'end', 'dne', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enrollment', 'tnemllorne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'experiences', 'secneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'false', 'eslaf', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'feel', 'leef', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ffffff', 'ffffff', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'flex', 'xelf', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'flip', 'pilf', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'font', 'tnof', 33, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'foster', 'retsof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'future', 'erutuf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'gallery', 'yrellag', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'global', 'labolg', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'goals', 'slaog', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'governing', 'gninrevog', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'gradient', 'tneidarg', 36, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'guide', 'ediug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'h1', '1h', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'header', 'redaeh', 35, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'height', 'thgieh', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'help', 'pleh', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'helping', 'gnipleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'high', 'hgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'highlight', 'thgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'home', 'emoh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'horizontal', 'latnoziroh', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'hover', 'revoh', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'https', 'sptth', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'icon', 'noci', 41, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'image', 'egami', 45, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'image1', '1egami', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'important', 'tnatropmi', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'incentives', 'sevitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'included', 'dedulcni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'inclusion', 'noisulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'inclusive', 'evisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'info', 'ofni', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'inspired', 'deripsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'intended', 'dednetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'item', 'meti', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'join', 'nioj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'jpg', 'gpj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'label', 'lebal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'latest', 'tsetal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'laws', 'swal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'layout', 'tuoyal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'learn', 'nrael', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'letter', 'rettel', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'life', 'efil', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'line', 'enil', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'linear', 'raenil', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'link', 'knil', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'live', 'evil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'locked', 'dekcol', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'long', 'gnol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'loved', 'devol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'main', 'niam', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'makes', 'sekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'margin', 'nigram', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'max', 'xam', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'meet', 'teem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'mentorship', 'pihsrotnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'mindfulness', 'ssenlufdnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'modify', 'yfidom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'module', 'eludom', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'montserrat', 'tarrestnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'navigation', 'noitagivan', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'notice', 'eciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'offer', 'reffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ones', 'seno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'options', 'snoitpo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'overlay', 'yalrevo', 45, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'overlays', 'syalrevo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'padding', 'gniddap', 23, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'pay', 'yap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'performance', 'ecnamrofrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'perks', 'skrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'personal', 'lanosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'perspectives', 'sevitcepsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'phone', 'enohp', 58, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'physical', 'lacisyhp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'placement', 'tnemecalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'plans', 'snalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'policies', 'seicilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'position', 'noitisop', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'potential', 'laitnetop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'powered', 'derewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'prepare', 'eraperp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'prepared', 'deraperp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'presents', 'stneserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'preset', 'teserp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'preset1', '1teserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'preset3', '3teserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'pressure', 'erusserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'prev', 'verp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'priority', 'ytiroirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'programme', 'emmargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'programmes', 'semmargorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'programs', 'smargorp', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'proud', 'duorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'provide', 'edivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'quality', 'ytilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'quickly', 'ylkciuq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'radius', 'suidar', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'reduce', 'ecuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'regulations', 'snoitaluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'represent', 'tneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'reserves', 'sevreser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'respond', 'dnopser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'rewarded', 'dedrawer', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'rewards', 'sdrawer', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'rgba', 'abgr', 24, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'right', 'thgir', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'safeguard', 'draugefas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'safety', 'ytefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'sans', 'snas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'seek', 'kees', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'shadow', 'wodahs', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'short', 'trohs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'sites', 'setis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'size', 'ezis', 26, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'skills', 'slliks', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'slider', 'redils', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'spacing', 'gnicaps', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'stability', 'ytilibats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'start', 'trats', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'stop', 'pots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'stops', 'spots', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'strive', 'evirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'style', 'elyts', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'successful', 'lufsseccus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'suite', 'etius', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'summary', 'yrammus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'support', 'troppus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'svg', 'gvs', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'tablet', 'telbat', 31, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'target', 'tegrat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'term', 'mret', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'terminate', 'etanimret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'terms', 'smret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'text', 'txet', 32, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'texture', 'erutxet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'thing', 'gniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'thumb', 'bmuht', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'thumbs', 'sbmuht', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'title', 'eltit', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'top', 'pot', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'total', 'latot', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'training', 'gniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'transition', 'noitisnart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'trust', 'tsurt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'type', 'epyt', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'uk', 'ku', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'uniquely', 'yleuqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'unplanned', 'dennalpnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'uploads', 'sdaolpu', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'use', 'esu', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'valued', 'deulav', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 've', 'ev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'version', 'noisrev', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'vertical', 'lacitrev', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'vr', 'rv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'website', 'etisbew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'weight', 'thgiew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'welcome', 'emoclew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'well', 'llew', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'wellness', 'ssenllew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'width', 'htdiw', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'windows', 'swodniw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'work', 'krow', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'wp', 'pw', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'yellow', 'wolley', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'yn', 'ny', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 1361, 1631, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'application', 'noitacilppa', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'assistance', 'ecnatsissa', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'college', 'egelloc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'degree', 'eerged', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'educational', 'lanoitacude', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'exam', 'maxe', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'reimbursement', 'tnemesrubmier', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'school', 'loohcs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'tuition', 'noitiut', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 1209, 9021, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'booklet', 'telkoob', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'eguide', 'ediuge', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'overview', 'weivrevo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'plans', 'snalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'summary', 'yrammus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1223, 'coming', 'gnimoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1223, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1223, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1223, 'soon', 'noos', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1223, 'total', 'latot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1223, 'uk', 'ku', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 1247, 7421, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'bluecrest', 'tserceulb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'disability', 'ytilibasid', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'illness', 'ssenlli', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'income', 'emocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'injury', 'yrujni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'long', 'gnol', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'term', 'mret', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1246, 'unum', 'munu', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 1253, 3521, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'bupa', 'apub', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'insurance', 'ecnarusni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'private', 'etavirp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'select', 'tceles', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1252, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 1255, 5521, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'bupa', 'apub', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'insurance', 'ecnarusni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'membership', 'pihsrebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'private', 'etavirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'select', 'tceles', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'summary', 'yrammus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1254, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 1265, 5621, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'bupa', 'apub', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'dental', 'latned', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'expect', 'tcepxe', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'summary', 'yrammus', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1264, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 1267, 7621, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'bupa', 'apub', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'dental', 'latned', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'membership', 'pihsrebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'summary', 'yrammus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1266, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 1269, 9621, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'bupa', 'apub', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'claim', 'mialc', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'dental', 'latned', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1268, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 1280, '0821', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'beneficiary', 'yraicifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'bereavement', 'tnemevaereb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'death', 'htaed', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'form', 'mrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'insurance', 'ecnarusni', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'life', 'efil', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'metlife', 'efiltem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'nominate', 'etanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'nomination', 'noitanimon', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1279, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 1282, 2821, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'beneficiary', 'yraicifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'bereavement', 'tnemevaereb', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'death', 'htaed', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'insurance', 'ecnarusni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'life', 'efil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'metlife', 'efiltem', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1281, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 1285, 5821, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'disability', 'ytilibasid', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'illness', 'ssenlli', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'income', 'emocni', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'injury', 'yrujni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'long', 'gnol', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'protection', 'noitcetorp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'term', 'mret', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1284, 'unum', 'munu', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1321, 1319, 9131, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1321, 'agreement', 'tnemeerga', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1321, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1321, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1321, 'educational', 'lanoitacude', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1321, 'undertaking', 'gnikatrednu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '0096', 6900, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '0330', '0330', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '0345', 5430, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '0736', 6370, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '0800', '0080', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '0808', 8080, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '1097b7', '7b7901', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 168, 861, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 237, 732, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 266, 662, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 3333808, 8083333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 365, 563, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 438, 834, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 44, 44, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 478, 874, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 5446, 6445, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '5pm', 'mp5', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 600, '006', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 607, 706, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 608, 806, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 7173, 3717, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 7557, 7557, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 777, 777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 7777, 7777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 7796, 6977, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 7938, 8397, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 808, 808, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 8293, 3928, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 833, 338, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 902, 209, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 917, 719, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 9219, 9129, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 9426, 6249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 9984, 4899, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, '9am', 'ma9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'accredo', 'odercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'app', 'ppa', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'bereavement', 'tnemevaereb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'bluecrest', 'tserceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'bluecrestwellness', 'ssenllewtserceulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'bupa', 'apub', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'cftotalrewards', 'sdrawerlatotfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'chubb', 'bbuhc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'cigna', 'angic', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'com', 'moc', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'cyclescheme', 'emehcselcyc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'dario', 'oirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'dariohealth', 'htlaehoirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'dentalmemberservices', 'secivresrebmemlatned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'email', 'liame', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'en', 'ne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'enrol', 'lorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'et', 'te', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'gbs', 'sbg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'google', 'elgoog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'hand', 'dnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'healthline', 'enilhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'helpline', 'enilpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'hr', 'rh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'https', 'sptth', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'international', 'lanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'login', 'nigol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'menopause', 'esuaponem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'mental', 'latnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'mercer', 'recrem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'mercermoney', 'yenomrecrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'metlife', 'efiltem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'mycigna', 'angicym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'nyl', 'lyn', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'play', 'yalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'policy', 'ycilop', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'privacy', 'ycavirp', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'propelwellness', 'ssenllewleporp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'questions', 'snoitseuq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'services', 'secivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'shared', 'derahs', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'sos', 'sos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'specialty', 'ytlaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'store', 'erots', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'strive', 'evirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'uk', 'ku', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'unum', 'munu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'update', 'etadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'www', 'www', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1324, 'zendesk', 'ksednez', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '0096', 6900, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '0330', '0330', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '0345', 5430, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '0736', 6370, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '0800', '0080', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '0808', 8080, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '1097b7', '7b7901', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 168, 861, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 237, 732, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 266, 662, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 3333808, 8083333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 365, 563, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 438, 834, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 44, 44, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 478, 874, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 5446, 6445, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '5pm', 'mp5', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 600, '006', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 607, 706, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 608, 806, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 7173, 3717, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 7557, 7557, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 777, 777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 7777, 7777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 7796, 6977, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 7938, 8397, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 808, 808, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 8293, 3928, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 833, 338, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 902, 209, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 917, 719, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 9219, 9129, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 9426, 6249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 9984, 4899, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, '9am', 'ma9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'accredo', 'odercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'address', 'sserdda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'aggregate', 'etagergga', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'allow', 'wolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'alphanumeric', 'ciremunahpla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'analysis', 'sisylana', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'analytics', 'scitylana', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'app', 'ppa', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'automatically', 'yllacitamotua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'banner', 'rennab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'basis', 'sisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'bereavement', 'tnemevaereb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'bluecrest', 'tserceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'bluecrestwellness', 'ssenllewtserceulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'browser', 'resworb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'bupa', 'apub', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'button', 'nottub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'cftotalrewards', 'sdrawerlatotfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'change', 'egnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'chubb', 'bbuhc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'cigna', 'angic', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'collect', 'tcelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'collects', 'stcelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'com', 'moc', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'computer', 'retupmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'contain', 'niatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'contains', 'sniatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'content', 'tnetnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'cookie', 'eikooc', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'cookies', 'seikooc', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'customise', 'esimotsuc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'cyclescheme', 'emehcselcyc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'dario', 'oirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'dariohealth', 'htlaehoirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'data', 'atad', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'dentalmemberservices', 'secivresrebmemlatned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'device', 'ecived', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'directly', 'yltcerid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'does', 'seod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'domain', 'niamod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'email', 'liame', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'en', 'ne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'enrol', 'lorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'equivalent', 'tnelaviuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'et', 'te', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'files', 'selif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'fully', 'ylluf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'gather', 'rehtag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'gbs', 'sbg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'generated', 'detareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'google', 'elgoog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'hand', 'dnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'healthline', 'enilhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'helpline', 'enilpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'honor', 'ronoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'hr', 'rh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'https', 'sptth', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'id', 'di', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'identifies', 'seifitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'identify', 'yfitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'information', 'noitamrofni', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'instruct', 'tcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'international', 'lanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'ip', 'pi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'link', 'knil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'links', 'sknil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'login', 'nigol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'logs', 'sgol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'menopause', 'esuaponem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'mental', 'latnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'mercer', 'recrem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'mercermoney', 'yenomrecrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'metlife', 'efiltem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'mycigna', 'angicym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'necessary', 'yrassecen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'notice', 'eciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'nyl', 'lyn', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'optional', 'lanoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'pages', 'segap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'parties', 'seitrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'play', 'yalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'policies', 'seicilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'policy', 'ycilop', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'preferences', 'secnereferp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'privacy', 'ycavirp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'propelwellness', 'ssenllewleporp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'questions', 'snoitseuq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'quickly', 'ylkciuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'refuse', 'esufer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'reported', 'detroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'retrieve', 'eveirter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'selecting', 'gnitceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'server', 'revres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'services', 'secivres', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'sets', 'stes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'setting', 'gnittes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'shared', 'derahs', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'sites', 'setis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'small', 'llams', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'sos', 'sos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'specialty', 'ytlaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'store', 'erots', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'strive', 'evirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'tables', 'selbat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'text', 'txet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'transferred', 'derrefsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'uk', 'ku', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'unum', 'munu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'update', 'etadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'use', 'esu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'visit', 'tisiv', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'visitors', 'srotisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'web', 'bew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'website', 'etisbew', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'websites', 'setisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'www', 'www', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1328, 'zendesk', 'ksednez', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 1344, 4431, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 2025, 5202, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'booklet', 'telkoob', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'eguide', 'ediuge', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'overview', 'weivrevo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'plans', 'snalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'summary', 'yrammus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1343, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 2593, 3952, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 654, 456, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'achievements', 'stnemeveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'acknowledgements', 'stnemegdelwonkca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'agreement', 'tnemeerga', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'anniversaries', 'seirasrevinna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'appreciated', 'detaicerppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'appreciation', 'noitaicerppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'arising', 'gnisira', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'awards', 'sdrawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'behalf', 'flaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'behaviours', 'sruoivaheb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'believe', 'eveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'big', 'gib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'birthdays', 'syadhtrib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'built', 'tliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'busy', 'ysub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'celebrate', 'etarbelec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'celebrated', 'detarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'celebrating', 'gnitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'celebration', 'noitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'cf', 'fc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'charles', 'selrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'comes', 'semoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'constitute', 'etutitsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'creative', 'evitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'dedication', 'noitacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'directly', 'yltcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'doing', 'gniod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'effort', 'troffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'encouragement', 'tnemegaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'epic', 'cipe', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'excellence', 'ecnellecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'forward', 'drawrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'gifts', 'stfig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'going', 'gniog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'hand', 'dnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'helping', 'gnipleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'honours', 'sruonoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'improves', 'sevorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'incentives', 'sevitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'income', 'emocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'integrity', 'ytirgetni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'liability', 'ytilibail', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'light', 'thgil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'long', 'gnol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'make', 'ekam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'marks', 'skram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'milestone', 'enotselim', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'milestones', 'senotselim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'moments', 'stnemom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'national', 'lanoitan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'outcomes', 'semoctuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'paye', 'eyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'perseverance', 'ecnarevesrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'pillars', 'srallip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'points', 'stniop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'possible', 'elbissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'pride', 'edirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'programme', 'emmargorp', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'recipient', 'tneipicer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'recognise', 'esingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'recognition', 'noitingocer', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'reflects', 'stcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'safety', 'ytefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'schwab', 'bawhcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'seen', 'nees', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'service', 'ecivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'settlement', 'tnemelttes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'shift', 'tfihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'shining', 'gninihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'small', 'llams', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'solution', 'noitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'strength', 'htgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'success', 'sseccus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'tax', 'xat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'teamwork', 'krowmaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'ways', 'syaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1355, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, '048', 840, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 44, 44, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 8081, 1808, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 892, 298, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'aches', 'sehca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'avoid', 'diova', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'better', 'retteb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'cfindustriesuk', 'kuseirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'chronic', 'cinorhc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'convenient', 'tneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'customised', 'desimotsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'easily', 'ylisae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'exercise', 'esicrexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'global', 'labolg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'head', 'daeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'health', 'htlaeh', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'hinge', 'egnih', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'hingehealth', 'htlaehegnih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'incentives', 'sevitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'injuries', 'seirujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'injury', 'yrujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'joint', 'tnioj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'little', 'elttil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'medications', 'snoitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'minutes', 'setunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'muscle', 'elcsum', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'pain', 'niap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'path', 'htap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'personalised', 'desilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'physiotherapist', 'tsiparehtoisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'prevent', 'tneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'programme', 'emmargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'recover', 'revocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'reduce', 'ecuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'solution', 'noitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'starts', 'strats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'strength', 'htgnerts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'support', 'troppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'surgeries', 'seiregrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'therapy', 'ypareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'toe', 'eot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'unnecessary', 'yrassecennu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1357, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, '0345', 5430, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 607, 706, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 7777, 7777, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'adoption', 'noitpoda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'affidavit', 'tivadiffa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'assistance', 'ecnatsissa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'benefits', 'stifeneb', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'bupa', 'apub', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'challenges', 'segnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'chapter', 'retpahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'check', 'kcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'concurrent', 'tnerrucnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'confidence', 'ecnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'confidential', 'laitnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'disclaimer', 'remialcsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'experiencing', 'gnicneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'family', 'ylimaf', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'federal', 'laredef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'fertility', 'ytilitref', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'forming', 'gnimrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'growing', 'gniworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'guidance', 'ecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'healthline', 'enilhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'leave', 'evael', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'leaves', 'sevael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'looking', 'gnikool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'night', 'thgin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'nurses', 'sesrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'paid', 'diap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'parental', 'latnerap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'policy', 'ycilop', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'ppl', 'lpp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'pregnancy', 'ycnangerp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'programme', 'emmargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'programmes', 'semmargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'runs', 'snur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'search', 'hcraes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'select', 'tceles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'speak', 'kaeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'spend', 'dneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'state', 'etats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'uk', 'ku', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1364, 'workday', 'yadkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 1370, '0731', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'application', 'noitacilppa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'educational', 'lanoitacude', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 1373, 3731, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'app', 'ppa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'portal', 'latrop', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1374, 1375, 5731, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1374, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1374, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1374, 'industries', 'seirtsudni', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1374, 'isos', 'sosi', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1374, 'leaflet', 'telfael', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1374, 'membership', 'pihsrebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 150, '051', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 200, '002', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 350, '053', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 650, '056', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 6699, 9966, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 752, 257, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'activities', 'seitivitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'added', 'dedda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'aren', 'nera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'art', 'tra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'aspects', 'stcepsa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'being', 'gnieb', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'bluecrest', 'tserceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'books', 'skoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'challenges', 'segnellahc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'check', 'kcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'communities', 'seitinummoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'community', 'ytinummoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'completing', 'gnitelpmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'comprised', 'desirpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'contribution', 'noitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'cooking', 'gnikooc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'courses', 'sesruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'dance', 'ecnad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'earn', 'nrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'eat', 'tae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'emotional', 'lanoitome', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'empowers', 'srewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'energized', 'dezigrene', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'equipment', 'tnempiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'espresa', 'aserpse', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'financial', 'laicnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'financially', 'yllaicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'fishing', 'gnihsif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'fit', 'tif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'fitness', 'ssentif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'funds', 'sdnuf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'gear', 'raeg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'giving', 'gnivig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'guidelines', 'senilediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'gym', 'myg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'health', 'htlaeh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'hiking', 'gnikih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'hinge', 'egnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'increments', 'stnemercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'inspiration', 'noitaripsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'instructions', 'snoitcurtsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'interested', 'detseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'knowledge', 'egdelwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'language', 'egaugnal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'lessons', 'snossel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'lifestyle', 'elytsefil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'list', 'tsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'login', 'nigol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'lsa', 'asl', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'master', 'retsam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'matters', 'srettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'memberships', 'spihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'mercer', 'recrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'miss', 'ssim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'motion', 'noitom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'movement', 'tnemevom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'music', 'cisum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'option', 'noitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'participating', 'gnitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'passionate', 'etanoissap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'personalise', 'esilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'photography', 'yhpargotohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'physical', 'lacisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'platform', 'mroftalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'promote', 'etomorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'promoting', 'gnitomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'reimburse', 'esrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'reimbursed', 'desrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'reset', 'teser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'shared', 'derahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'sneakers', 'srekaens', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'space', 'ecaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'supplies', 'seilppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'support', 'troppus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'tips', 'spit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'traditional', 'lanoitidart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'trust', 'tsurt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'typically', 'yllacipyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'unique', 'euqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'up', 'pu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'various', 'suoirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'volunteer', 'reetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'wallet', 'tellaw', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'webinars', 'sranibew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'well', 'llew', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1383, 1381, 1831, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1383, 'account', 'tnuocca', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1383, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1383, 'guidelines', 'senilediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1383, 'lifestyle', 'elytsefil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1383, 'spending', 'gnidneps', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_3_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1383, 'uk', 'ku', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_relevanssi_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `query` varchar(200) NOT NULL,
  `hits` mediumint(9) NOT NULL DEFAULT 0,
  `time` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `user_id` bigint(20) NOT NULL DEFAULT 0,
  `ip` varchar(40) NOT NULL DEFAULT '',
  `session_id` varchar(32) NOT NULL DEFAULT '',
  `source` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `query` (`query`(190)),
  KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=178 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1, 'discount progrm', '0', '2025-03-13 19:21:08', '0', '', '6099299ee2ceec0229f2d8581798834b', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2, 'discount progrm', '0', '2025-03-13 19:21:09', '0', '', '6099299ee2ceec0229f2d8581798834b', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3, 'discount program', 4, '2025-03-13 19:21:18', '0', '', '6099299ee2ceec0229f2d8581798834b', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (4, 'discount program', 4, '2025-03-13 19:21:19', '0', '', '6099299ee2ceec0229f2d8581798834b', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (5, 'benefici', 7, '2025-04-17 10:02:10', '0', '', '576e3d26264bd52433ed2351b6140beb', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (6, 'benefici', 7, '2025-04-17 10:02:11', '0', '', '576e3d26264bd52433ed2351b6140beb', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (7, 'base pay', 14, '2025-04-28 16:26:02', '0', '', '0a6841ddb3cbb55c77507609693f3e5c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (8, 'base pay', 14, '2025-04-28 16:26:03', '0', '', '0a6841ddb3cbb55c77507609693f3e5c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (9, 'sick', 1, '2025-06-03 18:11:52', '0', '', '45829e6ee4990900a0a7baf9dab7c0a4', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (10, 'sick', 1, '2025-06-03 18:11:53', '0', '', '45829e6ee4990900a0a7baf9dab7c0a4', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (11, 'enrollment', 1, '2025-06-03 18:45:10', '0', '', 'e0aa19b935278823dfd3267edabe6bb4', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (12, 'enrollment', 1, '2025-06-03 18:45:11', '0', '', 'e0aa19b935278823dfd3267edabe6bb4', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (13, 'business travel', 13, '2025-06-03 19:18:09', '0', '', '30b37c70c87407ca6bcca5c7225a85f7', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (14, 'business travel', 13, '2025-06-03 19:18:10', '0', '', '30b37c70c87407ca6bcca5c7225a85f7', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (15, 'sick pay', 6, '2025-06-03 19:32:14', '0', '', '26a5197f5ae60622a95f8b3a96a0ea43', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (16, 'sick pay', 6, '2025-06-03 19:32:15', '0', '', '26a5197f5ae60622a95f8b3a96a0ea43', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (17, 'medex', '0', '2025-06-03 19:45:13', '0', '', 'ffb370e637d2deb622ce729461842adf', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (18, 'medex', '0', '2025-06-03 19:45:14', '0', '', 'ffb370e637d2deb622ce729461842adf', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (19, 'dario', 4, '2025-06-03 19:45:55', '0', '', 'ffb370e637d2deb622ce729461842adf', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (20, 'dario', 4, '2025-06-03 19:45:55', '0', '', 'ffb370e637d2deb622ce729461842adf', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (21, 'employee assistance', 32, '2025-06-03 19:46:54', '0', '', 'ffb370e637d2deb622ce729461842adf', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (22, 'employee assistance', 32, '2025-06-03 19:46:55', '0', '', 'ffb370e637d2deb622ce729461842adf', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (23, 'sos', 5, '2025-06-03 19:59:13', '0', '', '3aa9c4cf024c12d572b745c91358c8b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (24, 'sos', 5, '2025-06-03 19:59:14', '0', '', '3aa9c4cf024c12d572b745c91358c8b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (25, 'strive', 6, '2025-06-03 19:59:42', '0', '', '3aa9c4cf024c12d572b745c91358c8b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (26, 'strive', 6, '2025-06-03 19:59:42', '0', '', '3aa9c4cf024c12d572b745c91358c8b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (27, 'cycle', 5, '2025-06-03 20:13:02', '0', '', 'da01d29fdf8d5b5f372db7dced65ca78', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (28, 'cycle', 5, '2025-06-03 20:13:03', '0', '', 'da01d29fdf8d5b5f372db7dced65ca78', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (29, 'vdu', '0', '2025-06-03 20:15:31', '0', '', '974a2c0e557a2c16bfffc1211daff489', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (30, 'vdu', '0', '2025-06-03 20:15:32', '0', '', '974a2c0e557a2c16bfffc1211daff489', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (31, 'glasses', 2, '2025-06-03 20:15:39', '0', '', '974a2c0e557a2c16bfffc1211daff489', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (32, 'glasses', 2, '2025-06-03 20:15:40', '0', '', '974a2c0e557a2c16bfffc1211daff489', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (33, 'education', 9, '2025-06-03 20:40:03', '0', '', 'e9c7d73474d69fabc0b420ba11483d4f', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (34, 'education', 9, '2025-06-03 20:40:03', '0', '', 'e9c7d73474d69fabc0b420ba11483d4f', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (35, 'referral', 3, '2025-06-03 20:49:07', '0', '', 'cfeb3c057c26b36f4531b0514021747d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (36, 'referral', 3, '2025-06-03 20:49:08', '0', '', 'cfeb3c057c26b36f4531b0514021747d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (37, 'service anniversary', 13, '2025-06-03 20:49:30', '0', '', 'cfeb3c057c26b36f4531b0514021747d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (38, 'service anniversary', 13, '2025-06-03 20:49:31', '0', '', 'cfeb3c057c26b36f4531b0514021747d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (39, 'mercer money', 5, '2025-06-03 20:51:37', '0', '', 'cfeb3c057c26b36f4531b0514021747d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (40, 'mercer money', 5, '2025-06-03 20:51:37', '0', '', 'cfeb3c057c26b36f4531b0514021747d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (41, 'sick pay', 6, '2025-06-03 21:02:02', '0', '', '4a2a398bc1e5c266b6cab05b3d22e1e0', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (42, 'sick pay', 6, '2025-06-03 21:02:02', '0', '', '4a2a398bc1e5c266b6cab05b3d22e1e0', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (43, 'paternity', '0', '2025-06-03 21:03:30', '0', '', '4a2a398bc1e5c266b6cab05b3d22e1e0', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (44, 'paternity', '0', '2025-06-03 21:03:30', '0', '', '4a2a398bc1e5c266b6cab05b3d22e1e0', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (45, 'matching', '0', '2025-06-03 21:04:10', '0', '', '4a2a398bc1e5c266b6cab05b3d22e1e0', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (46, 'matching', '0', '2025-06-03 21:04:10', '0', '', '4a2a398bc1e5c266b6cab05b3d22e1e0', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (47, 'gift', 2, '2025-06-03 21:05:38', '0', '', '91a13f81b189cbe18457f2eda5e6e28f', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (48, 'gift', 2, '2025-06-03 21:05:39', '0', '', '91a13f81b189cbe18457f2eda5e6e28f', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (49, 'programme', 11, '2025-06-06 20:07:14', 1, '', 'ea40ae2153686f2225ec9c5bc7a3d83e', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (50, 'programme', 11, '2025-06-06 20:07:14', 1, '', 'ea40ae2153686f2225ec9c5bc7a3d83e', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (51, 'leave program', 15, '2025-06-06 20:07:34', 1, '', 'ea40ae2153686f2225ec9c5bc7a3d83e', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (52, 'leave program', 15, '2025-06-06 20:07:35', 1, '', 'ea40ae2153686f2225ec9c5bc7a3d83e', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (53, 'how to apply for a medical leave', 21, '2025-06-06 20:08:01', 1, '', 'ea40ae2153686f2225ec9c5bc7a3d83e', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (54, 'how to apply for a medical leave', 21, '2025-06-06 20:08:02', 1, '', 'ea40ae2153686f2225ec9c5bc7a3d83e', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (55, 'how to apply for a medical leave', 21, '2025-06-06 20:08:22', 1, '', 'ea40ae2153686f2225ec9c5bc7a3d83e', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (56, 'how to apply for a medical leave', 21, '2025-06-06 20:16:51', 1, '', '7ff603f124f55c38ee294d3f397a9a0a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (57, 'how to apply for a medical leave', 21, '2025-06-06 20:16:52', 1, '', '7ff603f124f55c38ee294d3f397a9a0a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (58, 'retirement', 1, '2025-06-08 16:31:47', '0', '', '104d504dc7fb45d60d1164158c4621dd', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (59, 'retirement', 1, '2025-06-08 16:31:48', '0', '', '104d504dc7fb45d60d1164158c4621dd', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (60, 'hr business', 18, '2025-06-08 19:29:21', '0', '', '8aa4b21d10def27921c2c3f5c5f2a291', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (61, 'hr business', 18, '2025-06-08 19:29:22', '0', '', '8aa4b21d10def27921c2c3f5c5f2a291', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (62, 'hr business', 18, '2025-06-08 19:29:41', '0', '', '8aa4b21d10def27921c2c3f5c5f2a291', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (63, 'hr business', 18, '2025-06-08 19:29:42', '0', '', '8aa4b21d10def27921c2c3f5c5f2a291', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (64, 'cycle to work', 22, '2025-06-09 14:32:14', '0', '', 'edc91a7392972c117c392c5c10d36547', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (65, 'cycle to work', 22, '2025-06-09 14:32:15', '0', '', 'edc91a7392972c117c392c5c10d36547', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (66, 'educational assistance', 8, '2025-06-09 14:46:01', '0', '', '3389dd6b8629e8d7ec07bee77971b41a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (67, 'educational assistance', 8, '2025-06-09 14:46:02', '0', '', '3389dd6b8629e8d7ec07bee77971b41a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (68, 'privacy notice', 1, '2025-06-10 08:14:00', '0', '', 'f5819a634dad56cc35b55cffeac998a7', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (69, 'privacy notice', 1, '2025-06-10 08:14:00', '0', '', 'f5819a634dad56cc35b55cffeac998a7', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (70, 'workday', 7, '2025-06-18 17:41:16', '0', '', '7d5c4139602babe8b8a86687db7fd5d7', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (71, 'workday', 7, '2025-06-18 17:41:17', '0', '', '7d5c4139602babe8b8a86687db7fd5d7', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (72, 'medical plan', 17, '2025-06-20 08:33:19', '0', '', '891f7e3e38d0f4f578f3dafcdec5bd4f', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (73, 'medical plan', 17, '2025-06-20 08:33:20', '0', '', '891f7e3e38d0f4f578f3dafcdec5bd4f', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (74, 'medical', 13, '2025-06-20 08:35:00', '0', '', 'aba2b286a034387351af79f6b1281c7d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (75, 'medical', 13, '2025-06-20 08:35:01', '0', '', 'aba2b286a034387351af79f6b1281c7d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (76, 'vip', 1, '2025-06-24 07:10:09', '0', '', 'a83c22bbb96508a90dd227746eced735', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (77, 'vip', 1, '2025-06-24 07:10:09', '0', '', 'a83c22bbb96508a90dd227746eced735', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (78, 'vip', 1, '2025-06-24 12:49:12', '0', '', '935eaa889a5bfe85febac1273fcc8ca2', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (79, 'vip', 1, '2025-06-24 12:49:13', '0', '', '935eaa889a5bfe85febac1273fcc8ca2', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (80, 'loop', 18, '2025-06-24 14:03:09', '0', '', 'ad9107cb95b934cb57f41df2ebb90210', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (81, 'loop', 18, '2025-06-24 14:03:09', '0', '', 'ad9107cb95b934cb57f41df2ebb90210', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (82, 'vip programme', 12, '2025-06-24 14:05:14', '0', '', '023b001becc5f1522b8a9edda184097d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (83, 'vip programme', 12, '2025-06-24 14:05:15', '0', '', '023b001becc5f1522b8a9edda184097d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (84, 'vip', 1, '2025-06-25 05:30:47', '0', '', '0e3c534a9b593ae77b2fd5dbb7f57503', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (85, 'vip', 1, '2025-06-25 05:30:48', '0', '', '0e3c534a9b593ae77b2fd5dbb7f57503', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (86, 'yeti', '0', '2025-06-25 05:39:37', '0', '', '04931121413e77d2b3058fa777f48719', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (87, 'yeti', '0', '2025-06-25 05:39:37', '0', '', '04931121413e77d2b3058fa777f48719', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (88, 'vip', 1, '2025-06-25 14:27:45', '0', '', '54464972584cae612e1f63a5bdb6ce7a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (89, 'vip', 1, '2025-06-25 14:27:46', '0', '', '54464972584cae612e1f63a5bdb6ce7a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (90, 'corporate', 6, '2025-06-25 19:29:04', '0', '', 'd314e7ede1877a03a60228dc8972f784', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (91, 'corporate', 6, '2025-06-25 19:29:05', '0', '', 'd314e7ede1877a03a60228dc8972f784', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (92, 'pension', 5, '2025-07-01 13:22:42', '0', '', '4da777abc8e8bcb0cef80c7aecfbd87c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (93, 'pension', 5, '2025-07-01 13:22:43', '0', '', '4da777abc8e8bcb0cef80c7aecfbd87c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (94, 'pension contributions', 9, '2025-07-01 13:40:35', '0', '', 'cb78ca72474c674840ab0d6ecd362307', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (95, 'pension contributions', 9, '2025-07-01 13:40:35', '0', '', 'cb78ca72474c674840ab0d6ecd362307', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (96, 'pension updates', 6, '2025-07-02 11:21:21', '0', '', '473d1d0ef5b33f3655e595790ecdcad6', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (97, 'pension updates', 6, '2025-07-02 11:21:22', '0', '', '473d1d0ef5b33f3655e595790ecdcad6', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (98, 'perk spot', 5, '2025-07-03 16:57:46', '0', '', 'e5477ccbef0ce3d5ffb6d551a05e5667', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (99, 'perk spot', 5, '2025-07-03 16:57:47', '0', '', 'e5477ccbef0ce3d5ffb6d551a05e5667', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (100, 'unum', 7, '2025-07-23 16:30:54', '0', '', 'acdcc38b9e078c952f71542c003a69f3', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (101, 'unum', 7, '2025-07-23 16:30:54', '0', '', 'acdcc38b9e078c952f71542c003a69f3', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (102, 'massage', '0', '2025-07-29 07:33:21', '0', '', '344cd668ade80133f56c907f12b8217a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (103, 'massage', '0', '2025-07-29 07:33:21', '0', '', '344cd668ade80133f56c907f12b8217a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (104, 'annual enrollment', 5, '2025-09-25 16:33:38', '0', '', 'ba09e346b8e628f8f2fba90ad7405ca9', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (105, 'annual enrollment', 5, '2025-09-25 16:33:39', '0', '', 'ba09e346b8e628f8f2fba90ad7405ca9', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (106, 'apprentice', 1, '2025-10-13 11:01:40', '0', '', '4ac873892ab926acda7cde35725143de', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (107, 'apprentice', 1, '2025-10-13 11:01:41', '0', '', '4ac873892ab926acda7cde35725143de', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (108, 'employee referral bonus program', 31, '2025-10-22 12:08:33', '0', '', '4f617c4d69ea78029cefd3446da14363', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (109, 'employee referral bonus program', 31, '2025-10-22 12:08:33', '0', '', '4f617c4d69ea78029cefd3446da14363', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (110, 2024, '0', '2025-11-25 23:03:04', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (111, 2024, '0', '2025-11-25 23:03:05', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (112, 'vto', 1, '2025-12-08 16:22:15', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (113, 'vto', 1, '2025-12-08 16:22:16', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (114, 'gift match', 3, '2025-12-08 16:24:58', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (115, 'gift match', 3, '2025-12-08 16:24:59', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (116, 'parental', '0', '2025-12-08 16:27:20', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (117, 'parental', '0', '2025-12-08 16:27:20', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (118, 'maven', '0', '2025-12-08 16:28:16', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (119, 'maven', '0', '2025-12-08 16:28:17', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (120, 'financial coaching', 6, '2025-12-08 16:41:22', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (121, 'financial coaching', 6, '2025-12-08 16:41:23', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (122, 'ciba', '0', '2025-12-08 16:43:17', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (123, 'ciba', '0', '2025-12-08 16:43:18', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (124, 'hinge', '0', '2025-12-08 16:43:50', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (125, 'hinge', '0', '2025-12-08 16:43:51', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (126, 'proactive md', 3, '2025-12-08 16:51:40', '0', '', 'bb46b9e381fb2a078b3058c394b7ee51', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (127, 'proactive md', 3, '2025-12-08 16:51:41', '0', '', 'bb46b9e381fb2a078b3058c394b7ee51', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (128, '\"best premium\"', '0', '2025-12-08 16:59:15', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (129, '\"best premium\"', '0', '2025-12-08 16:59:16', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (130, 'livewell', '0', '2025-12-08 17:02:35', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (131, 'livewell', '0', '2025-12-08 17:02:35', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (132, 'lsa', '0', '2025-12-08 17:03:00', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (133, 'lsa', '0', '2025-12-08 17:03:01', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (134, '\"student loan\"', 1, '2025-12-08 17:17:07', '0', '', 'f4a9c1a5e3f0fcf2483244d2a7d1d1e3', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (135, '\"student loan\"', 1, '2025-12-08 17:17:07', '0', '', 'f4a9c1a5e3f0fcf2483244d2a7d1d1e3', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (136, '\"annual enrollment\"', 1, '2025-12-08 17:47:03', '0', '', '5003874ff6398c0b0c51db605773dd1d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (137, '\"annual enrollment\"', 1, '2025-12-08 17:47:04', '0', '', '5003874ff6398c0b0c51db605773dd1d', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (138, 'eap', 1, '2025-12-11 20:38:43', '0', '', 'ddabd4ee9cd9a15116efa5508a95fc60', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (139, 'eap', 1, '2025-12-11 20:38:44', '0', '', 'ddabd4ee9cd9a15116efa5508a95fc60', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (140, 'paternity', '0', '2026-02-11 22:46:20', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (141, 'paternity', '0', '2026-02-11 22:46:21', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (142, 'parental leavepaternity', 1, '2026-02-11 22:46:42', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (143, 'parental leavepaternity', 1, '2026-02-11 22:46:42', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (144, 'parent', 3, '2026-02-11 22:46:52', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (145, 'parent', 3, '2026-02-11 22:46:53', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (146, 'adoption assistance program', 18, '2026-02-11 22:47:41', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (147, 'adoption assistance program', 18, '2026-02-11 22:47:42', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (148, 'insurance', 11, '2026-02-11 22:53:36', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (149, 'insurance', 11, '2026-02-11 22:53:37', '0', '', '3285e50acbd519da2de8690bd32f22dc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (150, 'travel', 4, '2026-02-12 19:03:07', '0', '', '71ea78e0f6f60d34f8e851375fbbe6b6', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (151, 'travel', 4, '2026-02-12 19:03:08', '0', '', '71ea78e0f6f60d34f8e851375fbbe6b6', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (152, 'paternity', '0', '2026-02-13 17:08:06', '0', '', '1dcb1c712169a64911548fe5ba0aa2bc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (153, 'paternity', '0', '2026-02-13 17:08:07', '0', '', '1dcb1c712169a64911548fe5ba0aa2bc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (154, 'parent', 3, '2026-02-13 17:08:15', '0', '', '1dcb1c712169a64911548fe5ba0aa2bc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (155, 'parent', 3, '2026-02-13 17:08:16', '0', '', '1dcb1c712169a64911548fe5ba0aa2bc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (156, 'leave', 5, '2026-02-13 17:08:57', '0', '', '1dcb1c712169a64911548fe5ba0aa2bc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (157, 'leave', 5, '2026-02-13 17:08:58', '0', '', '1dcb1c712169a64911548fe5ba0aa2bc', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (158, 'paternity', '0', '2026-02-17 13:39:33', '0', '', '8671e223f6646b130de07e2dbf705a8a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (159, 'paternity', '0', '2026-02-17 13:39:33', '0', '', '8671e223f6646b130de07e2dbf705a8a', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (160, 'espresa', '0', '2026-02-17 16:29:20', '0', '', '6c127e8572c8055d36944a77f7fb570c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (161, 'espresa', '0', '2026-02-17 16:29:21', '0', '', '6c127e8572c8055d36944a77f7fb570c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (162, 'hinge', 2, '2026-02-17 17:02:14', '0', '', '7edfe5ca81d2f7e15002332f556c628c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (163, 'hinge', 2, '2026-02-17 17:02:14', '0', '', '7edfe5ca81d2f7e15002332f556c628c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (164, 'xps', '0', '2026-02-20 15:20:46', '0', '', 'cf252dcd98b5c798ee226ab421eb918c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (165, 'xps', '0', '2026-02-20 15:20:47', '0', '', 'cf252dcd98b5c798ee226ab421eb918c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (166, 'unum', 7, '2026-02-23 10:17:10', '0', '', '67d4f0feacd4ddc3289960ad1275ceab', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (167, 'unum', 7, '2026-02-23 10:17:10', '0', '', '67d4f0feacd4ddc3289960ad1275ceab', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (168, 'education', 8, '2026-02-23 20:37:33', '0', '', '937778d81c0f97178b1dd7c0cf2dedd9', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (169, 'education', 8, '2026-02-23 20:37:34', '0', '', '937778d81c0f97178b1dd7c0cf2dedd9', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (170, 'program', 14, '2026-02-24 19:50:06', '0', '', '25aa70c271b48afb630d025a4a52c99c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (171, 'program', 14, '2026-02-24 19:50:07', '0', '', '25aa70c271b48afb630d025a4a52c99c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (172, 'organization', '0', '2026-02-24 19:51:00', '0', '', '25aa70c271b48afb630d025a4a52c99c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (173, 'organization', '0', '2026-02-24 19:51:00', '0', '', '25aa70c271b48afb630d025a4a52c99c', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (174, 'behaviour', 3, '2026-02-26 14:57:08', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (175, 'behaviour', 3, '2026-02-26 14:57:09', '0', '', '7f0806b517d6dd61d264fe72597ce678', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (176, 'survivor', '0', '2026-03-04 14:33:05', '0', '', 'b8ed53d8b741cae8048423580d5fe615', '');

INSERT IGNORE INTO `wp_3_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (177, 'survivor', '0', '2026-03-04 14:33:06', '0', '', 'b8ed53d8b741cae8048423580d5fe615', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_relevanssi_stopwords` (
  `stopword` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  PRIMARY KEY (`stopword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_relevanssi_tracking` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `query` varchar(200) NOT NULL,
  `rank` int(11) NOT NULL DEFAULT 0,
  `page` int(11) NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `post_id_timestamp` (`post_id`,`timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (27, 450, 'apprentice', 1, 1, '2025-10-13 11:01:41');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (28, 417, 'vto', 1, 1, '2025-12-08 16:22:15');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (29, 481, 'financial coaching', 3, 1, '2025-12-08 16:41:22');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (30, 650, 'proactive md', 1, 1, '2025-12-08 16:51:41');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (31, 481, '&quot;student loan&quot;', 1, 1, '2025-12-08 17:17:07');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (32, 554, '&quot;annual enrollment&quot;', 1, 1, '2025-12-08 17:47:03');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (33, 554, 'eap', 1, 1, '2025-12-11 20:38:44');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (34, 1364, 'parent', 1, 1, '2026-02-11 22:46:53');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (35, 469, 'insurance', 1, 1, '2026-02-11 22:53:37');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (36, 469, 'travel', 2, 1, '2026-02-12 19:03:08');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (37, 1364, 'parent', 1, 1, '2026-02-13 17:08:16');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (38, 554, 'leave', 5, 1, '2026-02-13 17:08:58');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (39, 1357, 'hinge', 1, 1, '2026-02-17 17:02:14');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (40, 177, 'unum', 1, 1, '2026-02-23 10:17:10');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (41, 650, 'program', 5, 1, '2026-02-24 19:50:07');

INSERT IGNORE INTO `wp_3_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (42, 1364, 'program', 4, 1, '2026-02-24 19:50:07');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_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,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (18, 2, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (41, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (46, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (55, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (62, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (72, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (91, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (100, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (147, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (198, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 7, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (379, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (380, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (381, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (382, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (432, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (433, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (434, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (436, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (437, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (444, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (452, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (513, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (515, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (516, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (517, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (518, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (546, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (553, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (572, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (603, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (793, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (828, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (828, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (828, 9, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (829, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (829, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (829, 9, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 10, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 11, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (879, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (879, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (879, 9, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (883, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (883, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (883, 9, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (885, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (885, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (885, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1036, 12, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1069, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1069, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1069, 9, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1110, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1110, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1110, 9, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 7, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 13, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 7, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 13, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1125, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1125, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1125, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 7, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 13, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1145, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1145, 6, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1145, 7, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1189, 4, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1189, 5, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1189, 9, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1365, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1366, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1367, 3, '0');

INSERT IGNORE INTO `wp_3_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1386, 3, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', '0', '0');

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (2, 2, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 3, 'nav_menu', '', '0', 34);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (4, 4, 'scope', '', '0', 17);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (5, 5, 'layout_type', '', '0', 12);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (6, 6, 'module_width', '', '0', 11);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (7, 7, 'layout_type', '', '0', 5);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (8, 8, 'layout_category', '', '0', '0');

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (9, 9, 'module_width', '', '0', 7);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (10, 10, 'scope', '', '0', 1);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (11, 11, 'layout_type', '', '0', 1);

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (12, 12, 'layout_type', '', '0', '0');

INSERT IGNORE INTO `wp_3_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (13, 13, 'layout_category', '', '0', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_3_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (2, 'Divi', 'divi', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (3, 'main menu', 'main-menu', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (4, 'not_global', 'not_global', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (5, 'module', 'module', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (6, 'regular', 'regular', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (7, 'section', 'section', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (8, 'Section landing pages', 'section-landing-pages', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (9, 'fullwidth', 'fullwidth', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (10, 'global', 'global', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (11, 'row', 'row', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (12, 'layout', 'layout', '0');

INSERT IGNORE INTO `wp_3_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (13, 'Union accordions', 'union-accordions', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
  KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
  KEY `status_claim_id` (`status`,`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1536 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1525, 'action_scheduler_run_recurring_actions_schedule_hook', 'complete', '2026-03-08 19:49:20', '2026-03-08 14:49:20', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999360;s:18:\"\0*\0first_timestamp\";i:1772999360;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999360;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, 1, '2026-03-08 19:49:24', '2026-03-08 14:49:24', 1, NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1526, 'instawp_send_heartbeat', 'complete', '2026-03-08 19:49:23', '2026-03-08 14:49:23', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999363;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2026-03-08 19:49:23', '2026-03-08 14:49:23', 1, NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1527, 'instawp_handle_heartbeat', 'complete', '2026-03-08 19:49:23', '2026-03-08 14:49:23', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999363;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 2, 1, '2026-03-08 19:49:23', '2026-03-08 14:49:23', 1, NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1528, 'instawp_prepare_large_files_list', 'complete', '2026-03-08 19:49:23', '2026-03-08 14:49:23', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999363;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 2, 1, '2026-03-08 19:49:24', '2026-03-08 14:49:24', 1, NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1529, 'instawp_clean_migrate_files', 'complete', '2026-03-08 19:49:23', '2026-03-08 14:49:23', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1772999363;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1772999363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2026-03-08 19:49:24', '2026-03-08 14:49:24', 1, NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1530, 'action_scheduler/migration_hook', 'complete', '2026-03-08 19:50:23', '2026-03-08 14:50:23', 10, '[]', 'O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1772999423;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1772999423;}', 3, 1, '2026-03-08 19:51:29', '2026-03-08 14:51:29', 3, NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1531, 'instawp_send_heartbeat', 'pending', '2026-03-09 19:49:23', '2026-03-09 14:49:23', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773085763;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773085763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1532, 'instawp_handle_heartbeat', 'pending', '2026-03-08 23:49:23', '2026-03-08 18:49:23', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773013763;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:14400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773013763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:14400;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1533, 'instawp_prepare_large_files_list', 'pending', '2026-03-08 20:49:24', '2026-03-08 15:49:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773002964;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:3600;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773002964;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:3600;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1534, 'instawp_clean_migrate_files', 'pending', '2026-03-09 19:49:24', '2026-03-09 14:49:24', 10, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773085764;s:18:\"\0*\0first_timestamp\";i:1772999363;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773085764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);

INSERT IGNORE INTO `wp_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `priority`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (1535, 'action_scheduler_run_recurring_actions_schedule_hook', 'pending', '2026-03-09 19:49:24', '2026-03-09 14:49:24', 20, '[]', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773085764;s:18:\"\0*\0first_timestamp\";i:1772999360;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773085764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 1, '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES (1, 'ActionScheduler');

INSERT IGNORE INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES (2, 'instawp-connect');

INSERT IGNORE INTO `wp_actionscheduler_groups` (`group_id`, `slug`) VALUES (3, 'action-scheduler-migration');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (1, 1525, 'action created', '2026-03-08 19:49:20', '2026-03-08 14:49:20');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (2, 1526, 'action created', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (3, 1527, 'action created', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (4, 1528, 'action created', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (5, 1529, 'action created', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (6, 1530, 'action created', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (7, 1526, 'action started via WP Cron', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (8, 1526, 'action complete via WP Cron', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (9, 1531, 'action created', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (10, 1527, 'action started via WP Cron', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (11, 1527, 'action complete via WP Cron', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (12, 1532, 'action created', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (13, 1528, 'action started via WP Cron', '2026-03-08 19:49:23', '2026-03-08 14:49:23');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (14, 1528, 'action complete via WP Cron', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (15, 1533, 'action created', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (16, 1529, 'action started via WP Cron', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (17, 1529, 'action complete via WP Cron', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (18, 1534, 'action created', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (19, 1525, 'action started via WP Cron', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (20, 1525, 'action complete via WP Cron', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (21, 1535, 'action created', '2026-03-08 19:49:24', '2026-03-08 14:49:24');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (22, 1530, 'action started via Async Request', '2026-03-08 19:51:29', '2026-03-08 14:51:29');

INSERT IGNORE INTO `wp_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (23, 1530, 'action complete via Async Request', '2026-03-08 19:51:29', '2026-03-08 14:51:29');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_blog_versions` (
  `blog_id` bigint(20) NOT NULL DEFAULT 0,
  `db_version` varchar(20) NOT NULL DEFAULT '',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`blog_id`),
  KEY `db_version` (`db_version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_blogmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `blog_id` (`blog_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_blogs` (
  `blog_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `site_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `public` tinyint(4) NOT NULL DEFAULT 1,
  `archived` tinyint(4) NOT NULL DEFAULT 0,
  `mature` tinyint(4) NOT NULL DEFAULT 0,
  `spam` tinyint(4) NOT NULL DEFAULT 0,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  `lang_id` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`blog_id`),
  KEY `domain` (`domain`(50),`path`(5)),
  KEY `lang_id` (`lang_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT IGNORE INTO `wp_blogs` (`blog_id`, `site_id`, `domain`, `path`, `registered`, `last_updated`, `public`, `archived`, `mature`, `spam`, `deleted`, `lang_id`) VALUES (1, 1, 'lsk.yzp.mybluehost.me/website_441840fc', '/', '2023-06-18 08:05:58', '2026-03-05 22:49:21', 1, '0', '0', '0', '0', '0');

INSERT IGNORE INTO `wp_blogs` (`blog_id`, `site_id`, `domain`, `path`, `registered`, `last_updated`, `public`, `archived`, `mature`, `spam`, `deleted`, `lang_id`) VALUES (2, 1, 'lsk.yzp.mybluehost.me/website_441840fc', '/ca/', '2023-06-18 13:15:37', '2026-03-05 22:35:08', 1, '0', '0', '0', '0', '0');

INSERT IGNORE INTO `wp_blogs` (`blog_id`, `site_id`, `domain`, `path`, `registered`, `last_updated`, `public`, `archived`, `mature`, `spam`, `deleted`, `lang_id`) VALUES (3, 1, 'lsk.yzp.mybluehost.me/website_441840fc', '/uk/', '2025-03-11 16:33:14', '2026-03-02 13:00:26', 1, '0', '0', '0', '0', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_cky_banners` (
  `banner_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(190) NOT NULL DEFAULT '',
  `slug` varchar(190) NOT NULL DEFAULT '',
  `status` int(11) NOT NULL DEFAULT 0,
  `settings` longtext NOT NULL,
  `banner_default` int(11) NOT NULL DEFAULT 0,
  `contents` longtext NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`banner_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_cky_banners` (`banner_id`, `name`, `slug`, `status`, `settings`, `banner_default`, `contents`, `date_created`, `date_modified`) VALUES (1, 'GDPR', 'gdpr-1', 1, '{\"settings\":{\"id\":\"banner-1\",\"type\":\"box\",\"preferenceCenterType\":\"popup\",\"position\":\"bottom-left\",\"versionID\":\"6.0.0\",\"applicableLaw\":\"gdpr\",\"languages\":{\"default\":\"en\",\"selected\":[\"en\"]},\"templateGroup\":\"default\",\"customHtml\":{\"status\":false},\"theme\":\"light\",\"consentExpiry\":{\"status\":true,\"value\":\"365\"},\"ruleSet\":[{\"code\":\"ALL\",\"regions\":[]}]},\"behaviours\":{\"reloadBannerOnAccept\":{\"status\":false},\"loadAnalyticsByDefault\":{\"status\":false},\"animations\":{\"onLoad\":\"animate\",\"onHide\":\"sticky\"},\"legacyFunctions\":{\"accept\":{\"action\":\"acceptClose\",\"newTab\":false},\"reject\":{\"action\":\"rejectClose\",\"newTab\":false},\"idle\":{\"action\":\"acceptClose\",\"delay\":\"1000\"},\"navigation\":{\"action\":\"acceptClose\"},\"pageScroll\":{\"action\":\"acceptClose\"}},\"respectGPC\":{\"status\":false}},\"config\":{\"notice\":{\"status\":true,\"tag\":\"notice\",\"type\":\"container\",\"styles\":{\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"brandLogo\":{\"status\":false,\"tag\":\"brand-logo\",\"meta\":{\"url\":\"#\"}},\"buttons\":{\"status\":true,\"tag\":\"notice-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":true,\"tag\":\"accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":true,\"tag\":\"reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"settings\":{\"status\":true,\"tag\":\"settings-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"readMore\":{\"status\":false,\"tag\":\"readmore-button\",\"type\":\"link\",\"meta\":{\"noFollow\":true,\"newTab\":true},\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}},\"donotSell\":{\"status\":false,\"tag\":\"donotsell-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}}}},\"closeButton\":{\"status\":false,\"tag\":\"close-button\"}}},\"categoryPreview\":{\"status\":false,\"type\":\"container\",\"tag\":\"detail-category-preview\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-preview-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-preview-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-category-preview-buttons\",\"elements\":{\"save\":{\"status\":true,\"tag\":\"detail-category-preview-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}}}},\"preferenceCenter\":{\"status\":true,\"tag\":\"detail\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"closeButton\":{\"status\":true,\"type\":\"button\",\"tag\":\"detail-close\"},\"categories\":{\"status\":true,\"tag\":\"detail-categories\",\"type\":\"container\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-category-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":true,\"tag\":\"detail-accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":true,\"tag\":\"detail-reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"save\":{\"status\":true,\"tag\":\"detail-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"detail-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}}}},\"optoutPopup\":{\"status\":false,\"tag\":\"optout-popup\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"optout-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"optout-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"optOption\":{\"status\":true,\"tag\":\"optout-option\",\"type\":\"container\",\"elements\":{\"toggle\":{\"status\":true,\"tag\":\"optout-option-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863dc\"}},\"inactive\":{\"styles\":{\"background-color\":\"#FFFFFF\"}}}},\"title\":{\"type\":\"text\",\"tag\":\"optout-option-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"gpcOption\":{\"type\":\"container\",\"tag\":\"optout-gpc-option\",\"status\":false,\"elements\":{\"description\":{\"type\":\"text\",\"tag\":\"optout-gpc-option-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"optout-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}},\"buttons\":{\"status\":true,\"tag\":\"optout-buttons\",\"type\":\"container\",\"elements\":{\"confirm\":{\"status\":true,\"tag\":\"optout-confirm-button\",\"type\":\"button\",\"styles\":{\"color\":\"#f4f4f4\",\"background-color\":\"#1863dc\",\"border-color\":\"#1863dc\"}},\"cancel\":{\"status\":true,\"tag\":\"optout-cancel-button\",\"type\":\"button\",\"styles\":{\"color\":\"#858585\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#dedfe0\"}}}},\"closeButton\":{\"status\":true,\"tag\":\"optout-close\",\"type\":\"button\"}}},\"auditTable\":{\"status\":true,\"tag\":\"audit-table\",\"type\":\"table\",\"meta\":{\"headers\":[\"id\",\"duration\",\"description\"]},\"styles\":{\"color\":\"#212121\",\"background-color\":\"#f4f4f4\",\"border-color\":\"#ebebeb\"}},\"revisitConsent\":{\"status\":true,\"tag\":\"revisit-consent\",\"position\":\"bottom-left\",\"meta\":{\"url\":\"#\"},\"styles\":{\"background-color\":\"#0056A7\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"revisit-consent-title\",\"status\":true,\"styles\":{\"color\":\"#0056a7\"}}}},\"videoPlaceholder\":{\"status\":true,\"tag\":\"video-placeholder\",\"styles\":{\"background-color\":\"#000000\",\"border-color\":\"#000000\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"placeholder-title\",\"status\":true,\"styles\":{\"color\":\"#ffffff\"}}}}},\"meta\":{\"customCSS\":\"\",\"customHTML\":\"\"}}', 1, '{\"en\":{\"notice\":{\"elements\":{\"title\":\"We value your privacy\",\"description\":\"<p>We use cookies to enhance your browsing experience, serve personalised ads or content, and analyse our traffic. By clicking \\\"Accept All\\\", you consent to our use of cookies.<\\/p>\",\"privacyLink\":\"\",\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"reject\":\"Reject All\",\"settings\":\"Customise\",\"readMore\":\"Cookie Policy\",\"donotSell\":\"Do Not Sell or Share My Personal Information\"}},\"closeButton\":\"Close\"}},\"categoryPreview\":{\"elements\":{\"buttons\":{\"elements\":{\"save\":\"Save My Preferences\"}}}},\"preferenceCenter\":{\"elements\":{\"title\":\"Customise Consent Preferences\",\"description\":\"<p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.<\\/p><p>The cookies that are categorised as \\\"Necessary\\\" are stored on your browser as they are essential for enabling the basic functionalities of the site. <\\/p><p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.<\\/p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.<\\/p>\",\"showMore\":\"Show more\",\"showLess\":\"Show less\",\"category\":{\"elements\":{\"alwaysEnabled\":\"Always Active\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"save\":\"Save My Preferences\",\"reject\":\"Reject All\"}},\"closeButton\":\"Close\"}},\"optoutPopup\":{\"elements\":{\"title\":\"Opt-out Preferences\",\"description\":\"<p>We use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. However, you can opt out of these cookies by checking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button. Once you opt out, you can opt in again at any time by unchecking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button.<\\/p>\",\"optOption\":{\"elements\":{\"title\":\"Do Not Sell or Share My Personal Information\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"gpcOption\":{\"elements\":{\"description\":\"<p>Your opt-out settings for this website have been respected since we detected a <b>Global Privacy Control<\\/b> signal from your browser and, therefore, you cannot change this setting.<\\/p>\"}},\"showLess\":\"Show less\",\"showMore\":\"Show more\",\"buttons\":{\"elements\":{\"cancel\":\"Cancel\",\"confirm\":\"Save My Preferences\"}},\"closeButton\":\"Close\"}},\"revisitConsent\":{\"elements\":{\"title\":\"Consent Preferences\"}},\"auditTable\":{\"elements\":{\"headers\":{\"elements\":{\"id\":\"Cookie\",\"duration\":\"Duration\",\"description\":\"Description\"}},\"message\":\"No cookies to display.\"}},\"videoPlaceholder\":{\"elements\":{\"title\":\"Please accept cookies to access this content\"}}}}', '2025-05-15 23:53:46', '2025-05-15 23:53:46');

INSERT IGNORE INTO `wp_cky_banners` (`banner_id`, `name`, `slug`, `status`, `settings`, `banner_default`, `contents`, `date_created`, `date_modified`) VALUES (2, 'CCPA', 'ccpa-2', '0', '{\"settings\":{\"id\":\"banner-1\",\"type\":\"box\",\"preferenceCenterType\":\"popup\",\"position\":\"bottom-left\",\"versionID\":\"6.0.0\",\"applicableLaw\":\"ccpa\",\"languages\":{\"default\":\"en\",\"selected\":[\"en\"]},\"templateGroup\":\"default\",\"customHtml\":{\"status\":false},\"theme\":\"light\",\"consentExpiry\":{\"status\":true,\"value\":\"365\"},\"ruleSet\":[{\"code\":\"ALL\",\"regions\":[]}]},\"behaviours\":{\"reloadBannerOnAccept\":{\"status\":false},\"loadAnalyticsByDefault\":{\"status\":false},\"animations\":{\"onLoad\":\"animate\",\"onHide\":\"sticky\"},\"legacyFunctions\":{\"accept\":{\"action\":\"acceptClose\",\"newTab\":false},\"reject\":{\"action\":\"rejectClose\",\"newTab\":false},\"idle\":{\"action\":\"acceptClose\",\"delay\":\"1000\"},\"navigation\":{\"action\":\"acceptClose\"},\"pageScroll\":{\"action\":\"acceptClose\"}},\"respectGPC\":{\"status\":false}},\"config\":{\"notice\":{\"status\":true,\"tag\":\"notice\",\"type\":\"container\",\"styles\":{\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"brandLogo\":{\"status\":false,\"tag\":\"brand-logo\",\"meta\":{\"url\":\"#\"}},\"buttons\":{\"status\":true,\"tag\":\"notice-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":false,\"tag\":\"accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":false,\"tag\":\"reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"settings\":{\"status\":false,\"tag\":\"settings-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"readMore\":{\"status\":false,\"tag\":\"readmore-button\",\"type\":\"link\",\"meta\":{\"noFollow\":true,\"newTab\":true},\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}},\"donotSell\":{\"status\":true,\"tag\":\"donotsell-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"transparent\"}}}},\"closeButton\":{\"status\":true,\"tag\":\"close-button\"}}},\"categoryPreview\":{\"status\":false,\"type\":\"container\",\"tag\":\"detail-category-preview\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-preview-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-preview-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-category-preview-buttons\",\"elements\":{\"save\":{\"status\":true,\"tag\":\"detail-category-preview-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}}}},\"preferenceCenter\":{\"status\":false,\"tag\":\"detail\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"closeButton\":{\"status\":true,\"type\":\"button\",\"tag\":\"detail-close\"},\"categories\":{\"status\":true,\"tag\":\"detail-categories\",\"type\":\"container\",\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"detail-category-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"detail-category-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"toggle\":{\"status\":true,\"tag\":\"detail-category-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863DC\"}},\"inactive\":{\"styles\":{\"background-color\":\"#D0D5D2\"}}}}}},\"buttons\":{\"status\":true,\"tag\":\"detail-buttons\",\"type\":\"container\",\"elements\":{\"accept\":{\"status\":true,\"tag\":\"detail-accept-button\",\"type\":\"button\",\"styles\":{\"color\":\"#FFFFFF\",\"background-color\":\"#1863DC\",\"border-color\":\"#1863DC\"}},\"reject\":{\"status\":true,\"tag\":\"detail-reject-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}},\"save\":{\"status\":true,\"tag\":\"detail-save-button\",\"type\":\"button\",\"styles\":{\"color\":\"#1863DC\",\"background-color\":\"transparent\",\"border-color\":\"#1863DC\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"detail-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}}}},\"optoutPopup\":{\"status\":true,\"tag\":\"optout-popup\",\"type\":\"container\",\"styles\":{\"color\":\"#212121\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#F4F4F4\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"optout-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"description\":{\"type\":\"text\",\"tag\":\"optout-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}},\"optOption\":{\"status\":true,\"tag\":\"optout-option\",\"type\":\"container\",\"elements\":{\"toggle\":{\"status\":true,\"tag\":\"optout-option-toggle\",\"type\":\"toggle\",\"states\":{\"active\":{\"styles\":{\"background-color\":\"#1863dc\"}},\"inactive\":{\"styles\":{\"background-color\":\"#FFFFFF\"}}}},\"title\":{\"type\":\"text\",\"tag\":\"optout-option-title\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"gpcOption\":{\"type\":\"container\",\"tag\":\"optout-gpc-option\",\"status\":false,\"elements\":{\"description\":{\"type\":\"text\",\"tag\":\"optout-gpc-option-description\",\"status\":true,\"styles\":{\"color\":\"#212121\"}}}},\"poweredBy\":{\"status\":true,\"tag\":\"optout-powered-by\",\"styles\":{\"background-color\":\"#EDEDED\",\"color\":\"#293C5B\"}},\"buttons\":{\"status\":true,\"tag\":\"optout-buttons\",\"type\":\"container\",\"elements\":{\"confirm\":{\"status\":true,\"tag\":\"optout-confirm-button\",\"type\":\"button\",\"styles\":{\"color\":\"#f4f4f4\",\"background-color\":\"#1863dc\",\"border-color\":\"#1863dc\"}},\"cancel\":{\"status\":true,\"tag\":\"optout-cancel-button\",\"type\":\"button\",\"styles\":{\"color\":\"#858585\",\"background-color\":\"#FFFFFF\",\"border-color\":\"#dedfe0\"}}}},\"closeButton\":{\"status\":true,\"tag\":\"optout-close\",\"type\":\"button\"}}},\"auditTable\":{\"status\":false,\"tag\":\"audit-table\",\"type\":\"table\",\"meta\":{\"headers\":[\"id\",\"duration\",\"description\"]},\"styles\":{\"color\":\"#212121\",\"background-color\":\"#f4f4f4\",\"border-color\":\"#ebebeb\"}},\"revisitConsent\":{\"status\":true,\"tag\":\"revisit-consent\",\"position\":\"bottom-left\",\"meta\":{\"url\":\"#\"},\"styles\":{\"background-color\":\"#0056A7\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"revisit-consent-title\",\"status\":true,\"styles\":{\"color\":\"#0056a7\"}}}},\"videoPlaceholder\":{\"status\":true,\"tag\":\"video-placeholder\",\"styles\":{\"background-color\":\"#000000\",\"border-color\":\"#000000\"},\"elements\":{\"title\":{\"type\":\"text\",\"tag\":\"placeholder-title\",\"status\":true,\"styles\":{\"color\":\"#ffffff\"}}}}},\"meta\":{\"customCSS\":\"\",\"customHTML\":\"\"}}', '0', '{\"en\":{\"notice\":{\"elements\":{\"title\":\"We value your privacy\",\"description\":\"<p>This website or its third-party tools process personal data. You can opt out of the sale of your personal information by clicking on the \\\"Do Not Sell or Share My Personal Information\\\" link.<\\/p>\",\"privacyLink\":\"\",\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"reject\":\"Reject All\",\"settings\":\"Customise\",\"readMore\":\"Cookie Policy\",\"donotSell\":\"Do Not Sell or Share My Personal Information\"}},\"closeButton\":\"Close\"}},\"categoryPreview\":{\"elements\":{\"buttons\":{\"elements\":{\"save\":\"Save My Preferences\"}}}},\"preferenceCenter\":{\"elements\":{\"title\":\"Customise Consent Preferences\",\"description\":\"<p>We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.<\\/p><p>The cookies that are categorised as \\\"Necessary\\\" are stored on your browser as they are essential for enabling the basic functionalities of the site. <\\/p><p>We also use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. These cookies will only be stored in your browser with your prior consent.<\\/p><p>You can choose to enable or disable some or all of these cookies but disabling some of them may affect your browsing experience.<\\/p>\",\"showMore\":\"Show more\",\"showLess\":\"Show less\",\"category\":{\"elements\":{\"alwaysEnabled\":\"Always Active\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"buttons\":{\"elements\":{\"accept\":\"Accept All\",\"save\":\"Save My Preferences\",\"reject\":\"Reject All\"}},\"closeButton\":\"Close\"}},\"optoutPopup\":{\"elements\":{\"title\":\"Opt-out Preferences\",\"description\":\"<p>We use third-party cookies that help us analyse how you use this website, store your preferences, and provide the content and advertisements that are relevant to you. However, you can opt out of these cookies by checking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button. Once you opt out, you can opt in again at any time by unchecking \\\"Do Not Sell or Share My Personal Information\\\" and clicking the \\\"Save My Preferences\\\" button.<\\/p>\",\"optOption\":{\"elements\":{\"title\":\"Do Not Sell or Share My Personal Information\",\"enable\":\"Enable\",\"disable\":\"Disable\"}},\"gpcOption\":{\"elements\":{\"description\":\"<p>Your opt-out settings for this website have been respected since we detected a <b>Global Privacy Control<\\/b> signal from your browser and, therefore, you cannot change this setting.<\\/p>\"}},\"showLess\":\"Show less\",\"showMore\":\"Show more\",\"buttons\":{\"elements\":{\"cancel\":\"Cancel\",\"confirm\":\"Save My Preferences\"}},\"closeButton\":\"Close\"}},\"revisitConsent\":{\"elements\":{\"title\":\"Consent Preferences\"}},\"auditTable\":{\"elements\":{\"headers\":{\"elements\":{\"id\":\"Cookie\",\"duration\":\"Duration\",\"description\":\"Description\"}},\"message\":\"No cookies to display.\"}},\"videoPlaceholder\":{\"elements\":{\"title\":\"Please accept cookies to access this content\"}}}}', '2025-05-15 23:53:46', '2025-05-15 23:53:46');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_cky_cookie_categories` (
  `category_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `slug` varchar(190) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `prior_consent` int(11) NOT NULL DEFAULT 0,
  `visibility` int(11) NOT NULL DEFAULT 1,
  `priority` int(11) NOT NULL DEFAULT 0,
  `sell_personal_data` int(11) NOT NULL DEFAULT 0,
  `meta` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`category_id`),
  UNIQUE KEY `slug` (`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (1, '{\"en\":\"Necessary\"}', 'necessary', '{\"en\":\"<p>Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.<\\/p>\"}', 1, 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-15 23:53:46');

INSERT IGNORE INTO `wp_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (2, '{\"en\":\"Functional\"}', 'functional', '{\"en\":\"<p>Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-15 23:53:46');

INSERT IGNORE INTO `wp_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (3, '{\"en\":\"Analytics\"}', 'analytics', '{\"en\":\"<p>Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-15 23:53:46');

INSERT IGNORE INTO `wp_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (4, '{\"en\":\"Performance\"}', 'performance', '{\"en\":\"<p>Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-15 23:53:46');

INSERT IGNORE INTO `wp_cky_cookie_categories` (`category_id`, `name`, `slug`, `description`, `prior_consent`, `visibility`, `priority`, `sell_personal_data`, `meta`, `date_created`, `date_modified`) VALUES (5, '{\"en\":\"Advertisement\"}', 'advertisement', '{\"en\":\"<p>Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.<\\/p>\"}', '0', 1, '0', 1, '[]', '0000-00-00 00:00:00', '2025-05-15 23:53:46');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_cky_cookies` (
  `cookie_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(190) NOT NULL DEFAULT '',
  `slug` varchar(190) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `duration` text NOT NULL,
  `domain` varchar(190) NOT NULL DEFAULT '',
  `category` bigint(20) NOT NULL,
  `type` text NOT NULL,
  `discovered` int(11) NOT NULL DEFAULT 0,
  `url_pattern` varchar(190) DEFAULT '',
  `meta` longtext DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`cookie_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_dipi_instagram_media` (
  `media_id` bigint(20) NOT NULL,
  `account_id` bigint(20) NOT NULL,
  `parent_id` bigint(20) DEFAULT NULL,
  `timestamp` datetime NOT NULL,
  `caption` text DEFAULT NULL,
  `media_type` text NOT NULL,
  `permalink` text NOT NULL,
  `media_url` text NOT NULL,
  `children_count` int(11) DEFAULT 0,
  PRIMARY KEY (`media_id`,`account_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_access` (
  `idaccess` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `access` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`idaccess`),
  KEY `index_loginidsite` (`login`,`idsite`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_archive_invalidations` (
  `idinvalidation` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idarchive` int(10) unsigned DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `date1` date NOT NULL,
  `date2` date NOT NULL,
  `period` tinyint(3) unsigned NOT NULL,
  `ts_invalidated` datetime DEFAULT NULL,
  `ts_started` datetime DEFAULT NULL,
  `status` tinyint(3) unsigned DEFAULT 0,
  `report` varchar(255) DEFAULT NULL,
  `processing_host` varchar(100) DEFAULT NULL,
  `process_id` varchar(15) DEFAULT NULL,
  PRIMARY KEY (`idinvalidation`),
  KEY `index_idsite_dates_period_name` (`idsite`,`date1`,`period`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_archive_numeric_2025_05` (
  `idarchive` int(10) unsigned NOT NULL,
  `name` varchar(190) NOT NULL,
  `idsite` int(10) unsigned DEFAULT NULL,
  `date1` date DEFAULT NULL,
  `date2` date DEFAULT NULL,
  `period` tinyint(3) unsigned DEFAULT NULL,
  `ts_archived` datetime DEFAULT NULL,
  `value` double DEFAULT NULL,
  PRIMARY KEY (`idarchive`,`name`),
  KEY `index_idsite_dates_period` (`idsite`,`date1`,`date2`,`period`,`name`(6)),
  KEY `index_period_archived` (`period`,`ts_archived`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_brute_force_log` (
  `id_brute_force_log` bigint(20) NOT NULL AUTO_INCREMENT,
  `ip_address` varchar(60) DEFAULT NULL,
  `attempted_at` datetime NOT NULL,
  `login` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id_brute_force_log`),
  KEY `index_ip_address` (`ip_address`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_changes` (
  `idchange` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `created_time` datetime NOT NULL,
  `plugin_name` varchar(60) NOT NULL,
  `version` varchar(20) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `link_name` varchar(255) DEFAULT NULL,
  `link` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`idchange`),
  UNIQUE KEY `unique_plugin_version_title` (`plugin_name`,`version`,`title`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_custom_dimensions` (
  `idcustomdimension` bigint(20) unsigned NOT NULL,
  `idsite` bigint(20) unsigned NOT NULL,
  `name` varchar(100) NOT NULL,
  `index` smallint(5) unsigned NOT NULL,
  `scope` varchar(10) NOT NULL,
  `active` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `extractions` text NOT NULL,
  `case_sensitive` tinyint(3) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`idcustomdimension`,`idsite`),
  UNIQUE KEY `uniq_hash` (`idsite`,`scope`,`index`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_goal` (
  `idsite` int(11) NOT NULL,
  `idgoal` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `description` varchar(255) NOT NULL DEFAULT '',
  `match_attribute` varchar(20) NOT NULL,
  `pattern` varchar(255) NOT NULL,
  `pattern_type` varchar(25) NOT NULL,
  `case_sensitive` tinyint(4) NOT NULL,
  `allow_multiple` tinyint(4) NOT NULL,
  `revenue` double NOT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  `event_value_as_revenue` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`idsite`,`idgoal`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_locks` (
  `key` varchar(70) NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  `expiry_time` bigint(20) unsigned DEFAULT 9999999999,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_log_action` (
  `idaction` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(4096) DEFAULT NULL,
  `hash` int(10) unsigned NOT NULL,
  `type` tinyint(3) unsigned DEFAULT NULL,
  `url_prefix` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`idaction`),
  KEY `index_type_hash` (`type`,`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_log_conversion` (
  `idvisit` bigint(20) unsigned NOT NULL,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `server_time` datetime NOT NULL,
  `idaction_url` int(10) unsigned DEFAULT NULL,
  `idlink_va` bigint(20) unsigned DEFAULT NULL,
  `idgoal` int(11) NOT NULL,
  `buster` int(10) unsigned NOT NULL,
  `idorder` varchar(100) DEFAULT NULL,
  `items` smallint(5) unsigned DEFAULT NULL,
  `url` varchar(4096) NOT NULL,
  `revenue` float DEFAULT NULL,
  `revenue_shipping` double DEFAULT NULL,
  `revenue_subtotal` double DEFAULT NULL,
  `revenue_tax` double DEFAULT NULL,
  `revenue_discount` double DEFAULT NULL,
  `pageviews_before` smallint(5) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `visitor_returning` tinyint(1) DEFAULT NULL,
  `visitor_seconds_since_first` int(10) unsigned DEFAULT NULL,
  `visitor_seconds_since_order` int(10) unsigned DEFAULT NULL,
  `visitor_count_visits` int(10) unsigned NOT NULL DEFAULT 0,
  `referer_keyword` varchar(255) DEFAULT NULL,
  `referer_name` varchar(255) DEFAULT NULL,
  `referer_type` tinyint(3) unsigned DEFAULT NULL,
  `config_browser_name` varchar(40) DEFAULT NULL,
  `config_client_type` tinyint(1) DEFAULT NULL,
  `config_device_brand` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_model` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_type` tinyint(4) DEFAULT NULL,
  `location_city` varchar(255) DEFAULT NULL,
  `location_country` char(3) DEFAULT NULL,
  `location_latitude` decimal(9,6) DEFAULT NULL,
  `location_longitude` decimal(9,6) DEFAULT NULL,
  `location_region` char(3) DEFAULT NULL,
  PRIMARY KEY (`idvisit`,`idgoal`,`buster`),
  UNIQUE KEY `unique_idsite_idorder` (`idsite`,`idorder`),
  KEY `index_idsite_datetime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_log_conversion_item` (
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `server_time` datetime NOT NULL,
  `idvisit` bigint(20) unsigned NOT NULL,
  `idorder` varchar(100) NOT NULL,
  `idaction_sku` int(10) unsigned NOT NULL,
  `idaction_name` int(10) unsigned NOT NULL,
  `idaction_category` int(10) unsigned NOT NULL,
  `idaction_category2` int(10) unsigned NOT NULL,
  `idaction_category3` int(10) unsigned NOT NULL,
  `idaction_category4` int(10) unsigned NOT NULL,
  `idaction_category5` int(10) unsigned NOT NULL,
  `price` double NOT NULL,
  `quantity` int(10) unsigned NOT NULL,
  `deleted` tinyint(3) unsigned NOT NULL,
  PRIMARY KEY (`idvisit`,`idorder`,`idaction_sku`),
  KEY `index_idsite_servertime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_log_link_visit_action` (
  `idlink_va` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `idvisit` bigint(20) unsigned NOT NULL,
  `idaction_url_ref` int(10) unsigned DEFAULT 0,
  `idaction_name_ref` int(10) unsigned DEFAULT NULL,
  `custom_float` double DEFAULT NULL,
  `pageview_position` mediumint(8) unsigned DEFAULT NULL,
  `time_spent` int(10) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `server_time` datetime NOT NULL,
  `idpageview` char(6) DEFAULT NULL,
  `idaction_name` int(10) unsigned DEFAULT NULL,
  `idaction_url` int(10) unsigned DEFAULT NULL,
  `search_cat` varchar(200) DEFAULT NULL,
  `search_count` int(10) unsigned DEFAULT NULL,
  `time_spent_ref_action` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat2` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat3` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat4` int(10) unsigned DEFAULT NULL,
  `idaction_product_cat5` int(10) unsigned DEFAULT NULL,
  `idaction_product_name` int(10) unsigned DEFAULT NULL,
  `product_price` double DEFAULT NULL,
  `idaction_product_sku` int(10) unsigned DEFAULT NULL,
  `idaction_event_action` int(10) unsigned DEFAULT NULL,
  `idaction_event_category` int(10) unsigned DEFAULT NULL,
  `idaction_content_interaction` int(10) unsigned DEFAULT NULL,
  `idaction_content_name` int(10) unsigned DEFAULT NULL,
  `idaction_content_piece` int(10) unsigned DEFAULT NULL,
  `idaction_content_target` int(10) unsigned DEFAULT NULL,
  `time_dom_completion` mediumint(8) unsigned DEFAULT NULL,
  `time_dom_processing` mediumint(8) unsigned DEFAULT NULL,
  `time_network` mediumint(8) unsigned DEFAULT NULL,
  `time_on_load` mediumint(8) unsigned DEFAULT NULL,
  `time_server` mediumint(8) unsigned DEFAULT NULL,
  `time_transfer` mediumint(8) unsigned DEFAULT NULL,
  PRIMARY KEY (`idlink_va`),
  KEY `index_idvisit` (`idvisit`),
  KEY `index_idsite_servertime` (`idsite`,`server_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_log_profiling` (
  `query` text NOT NULL,
  `count` int(10) unsigned DEFAULT NULL,
  `sum_time_ms` float DEFAULT NULL,
  `idprofiling` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idprofiling`),
  UNIQUE KEY `query` (`query`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_log_visit` (
  `idvisit` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsite` int(10) unsigned NOT NULL,
  `idvisitor` binary(8) NOT NULL,
  `visit_last_action_time` datetime NOT NULL,
  `config_id` binary(8) NOT NULL,
  `location_ip` varbinary(16) NOT NULL,
  `last_idlink_va` bigint(20) unsigned DEFAULT NULL,
  `custom_dimension_1` varchar(255) DEFAULT NULL,
  `custom_dimension_2` varchar(255) DEFAULT NULL,
  `custom_dimension_3` varchar(255) DEFAULT NULL,
  `custom_dimension_4` varchar(255) DEFAULT NULL,
  `custom_dimension_5` varchar(255) DEFAULT NULL,
  `profilable` tinyint(1) DEFAULT NULL,
  `user_id` varchar(200) DEFAULT NULL,
  `visit_first_action_time` datetime NOT NULL,
  `visit_goal_buyer` tinyint(1) DEFAULT NULL,
  `visit_goal_converted` tinyint(1) DEFAULT NULL,
  `visitor_returning` tinyint(1) DEFAULT NULL,
  `visitor_seconds_since_first` int(10) unsigned DEFAULT NULL,
  `visitor_seconds_since_order` int(10) unsigned DEFAULT NULL,
  `visitor_count_visits` int(10) unsigned NOT NULL DEFAULT 0,
  `visit_entry_idaction_name` int(10) unsigned DEFAULT NULL,
  `visit_entry_idaction_url` int(10) unsigned DEFAULT NULL,
  `visit_exit_idaction_name` int(10) unsigned DEFAULT NULL,
  `visit_exit_idaction_url` int(10) unsigned DEFAULT 0,
  `visit_total_actions` int(10) unsigned DEFAULT NULL,
  `visit_total_interactions` mediumint(8) unsigned DEFAULT 0,
  `visit_total_searches` smallint(5) unsigned DEFAULT NULL,
  `referer_keyword` varchar(255) DEFAULT NULL,
  `referer_name` varchar(255) DEFAULT NULL,
  `referer_type` tinyint(3) unsigned DEFAULT NULL,
  `referer_url` varchar(1500) DEFAULT NULL,
  `location_browser_lang` varchar(20) DEFAULT NULL,
  `config_browser_engine` varchar(10) DEFAULT NULL,
  `config_browser_name` varchar(40) DEFAULT NULL,
  `config_browser_version` varchar(20) DEFAULT NULL,
  `config_client_type` tinyint(1) DEFAULT NULL,
  `config_device_brand` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_model` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `config_device_type` tinyint(4) DEFAULT NULL,
  `config_os` char(3) DEFAULT NULL,
  `config_os_version` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL,
  `visit_total_events` int(10) unsigned DEFAULT NULL,
  `visitor_localtime` time DEFAULT NULL,
  `visitor_seconds_since_last` int(10) unsigned DEFAULT NULL,
  `config_resolution` varchar(18) DEFAULT NULL,
  `config_cookie` tinyint(1) DEFAULT NULL,
  `config_flash` tinyint(1) DEFAULT NULL,
  `config_java` tinyint(1) DEFAULT NULL,
  `config_pdf` tinyint(1) DEFAULT NULL,
  `config_quicktime` tinyint(1) DEFAULT NULL,
  `config_realplayer` tinyint(1) DEFAULT NULL,
  `config_silverlight` tinyint(1) DEFAULT NULL,
  `config_windowsmedia` tinyint(1) DEFAULT NULL,
  `visit_total_time` int(10) unsigned NOT NULL,
  `location_city` varchar(255) DEFAULT NULL,
  `location_country` char(3) DEFAULT NULL,
  `location_latitude` decimal(9,6) DEFAULT NULL,
  `location_longitude` decimal(9,6) DEFAULT NULL,
  `location_region` char(3) DEFAULT NULL,
  PRIMARY KEY (`idvisit`),
  KEY `index_idsite_config_datetime` (`idsite`,`config_id`,`visit_last_action_time`),
  KEY `index_idsite_datetime` (`idsite`,`visit_last_action_time`),
  KEY `index_idsite_idvisitor_time` (`idsite`,`idvisitor`,`visit_last_action_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_logger_message` (
  `idlogger_message` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tag` varchar(50) DEFAULT NULL,
  `timestamp` timestamp NULL DEFAULT NULL,
  `level` varchar(16) DEFAULT NULL,
  `message` text DEFAULT NULL,
  PRIMARY KEY (`idlogger_message`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_option` (
  `option_name` varchar(191) NOT NULL,
  `option_value` longtext NOT NULL,
  `autoload` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('CronArchive.lastInvalidationTime', 1747083882, '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-10', '{\"value\":\"aoxut51u6p5d2m9z281u97f2r7m3uu1c\",\"time\":1747080135}', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-11', '{\"value\":\"ow02i9d72jjfv3vy7hhu1c9w7oslo3vw\",\"time\":1747080135}', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-12', '{\"value\":\"rebxc6z3prc3shoth3ytiksp4yizvf8s\",\"time\":1747080135}', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('fingerprint_salt_1_2025-05-13', '{\"value\":\"uubi2fj8i0ac4d5hti27dnt60b8ehn82\",\"time\":1747080135}', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('geoip2.loc_db_url', 'https://download.db-ip.com/free/dbip-city-lite-2025-05.mmdb.gz', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('geoip2.updater_last_run_time', 1747008000, '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('install_version', '5.3.1', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('LastCompletedFullArchiving', 1747083882, '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('LastFullArchivingStartTime', 1747083882, '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('MatomoUpdateHistory', '5.3.1,', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('MobileMessaging_DelegatedManagement', 'false', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('piwikUrl', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/plugins/matomo/app/', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('SitesManager_DefaultTimezone', 'America/Chicago', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('TaskScheduler.timetable', 'a:21:{s:60:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.invalidateOutdatedArchives\";i:1747094420;s:59:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.deleteOldFingerprintSalts\";i:1747094420;s:55:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeOutdatedArchives\";i:1747094420;s:55:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeOrphanedArchives\";i:1747612820;s:51:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.updateSpammerList\";i:1747612820;s:61:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.checkSiteHasTrackedVisits_1\";i:1747447200;s:47:\"Piwik\\Plugins\\Login\\Tasks.cleanupBruteForceLogs\";i:1747094420;s:53:\"Piwik\\Plugins\\UsersManager\\Tasks.cleanupExpiredTokens\";i:1747094420;s:63:\"Piwik\\Plugins\\UsersManager\\Tasks.setUserDefaultReportPreference\";i:1747094420;s:54:\"Piwik\\Plugins\\UsersManager\\Tasks.cleanUpExpiredInvites\";i:1747094420;s:49:\"Piwik\\Plugins\\CustomJsTracker\\Tasks.updateTracker\";i:1747087242;s:58:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeInvalidatedArchives\";i:1747094421;s:67:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.purgeInvalidationsForDeletedSites\";i:1747094421;s:51:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteReportData\";i:1747094421;s:48:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteLogData\";i:1747087242;s:52:\"Piwik\\Plugins\\PrivacyManager\\Tasks.anonymizePastData\";i:1747087242;s:63:\"Piwik\\Plugins\\PrivacyManager\\Tasks.deleteLogDataForDeletedSites\";i:1747612821;s:54:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.optimizeArchiveTable\";i:1748736021;s:57:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.cleanupTrackingFailures\";i:1747094421;s:56:\"Piwik\\Plugins\\CoreAdminHome\\Tasks.notifyTrackingFailures\";i:1747612821;s:65:\"Piwik\\Plugins\\CoreUpdater\\Tasks.sendNotificationIfUpdateAvailable\";i:1747094421;}', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('TransactionLevel.testOption', 1, '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('usercountry.location_provider', 'geoip2php', '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('usercountry.switchtoisoregions', 1747080208, '0');

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('useridsalt', 'megG15tMX3BU4ZDv$AfGDS82kpmR68N7VZeBhlMF', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('UsersManager.lastSeen.cfibenefits', 1747080136, 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Actions', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_AIAgents', '5.6.2', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Annotations', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_API', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_BulkTracking', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Contents', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_core', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreAdminHome', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreConsole', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreHome', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CorePluginsAdmin', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreUpdater', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreVisualizations', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CoreVue', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CustomDimensions', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_CustomJsTracker', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Dashboard', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_DevicePlugins', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_DevicesDetection', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Diagnostics', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Ecommerce', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Events', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_FeatureFlags', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_GeoIp2', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Goals', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Heartbeat', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_ImageGraph', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Insights', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Installation', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Intl', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_IntranetMeasurable', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_JsTrackerInstallCheck', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_LanguagesManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Live', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_conversion.pageviews_before', 'SMALLINT UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_conversion.revenue', 'float default NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_interaction', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_name', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_piece', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_content_target', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_event_action', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_event_category', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_name', 'INTEGER(10) UNSIGNED', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat2', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat3', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat4', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_cat5', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_name', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_product_sku', 'INT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idaction_url', 'INTEGER(10) UNSIGNED DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.idpageview', 'CHAR(6) NULL DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.product_price', 'DOUBLE NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.search_cat', 'VARCHAR(200) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.search_count', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.server_time', 'DATETIME NOT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_dom_completion', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_dom_processing', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_network', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_on_load', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_server', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_spent_ref_action', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_link_visit_action.time_transfer', 'MEDIUMINT(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_engine', 'VARCHAR(10) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_name', 'VARCHAR(40) NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_browser_version', 'VARCHAR(20) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_client_type', 'TINYINT( 1 ) NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_cookie', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_brand', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_model', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_device_type', 'TINYINT( 100 ) NULL DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_flash', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_java', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_os', 'CHAR(3) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_os_version', 'VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_pdf', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_quicktime', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_realplayer', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_resolution', 'VARCHAR(18) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_silverlight', 'TINYINT(1) NULL', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.config_windowsmedia', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_browser_lang', 'VARCHAR(20) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_city', 'varchar(255) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_country', 'CHAR(3) NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_latitude', 'decimal(9, 6) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_longitude', 'decimal(9, 6) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.location_region', 'char(3) DEFAULT NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.profilable', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_keyword', 'VARCHAR(255) NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_name', 'VARCHAR(255) NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_type', 'TINYINT(1) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.referer_url', 'VARCHAR(1500) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.user_id', 'VARCHAR(200) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_entry_idaction_name', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_entry_idaction_url', 'INTEGER(11) UNSIGNED NULL  DEFAULT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_exit_idaction_name', 'INTEGER(10) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_exit_idaction_url', 'INTEGER(10) UNSIGNED NULL DEFAULT 0', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_first_action_time', 'DATETIME NOT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_goal_buyer', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_goal_converted', 'TINYINT(1) NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_actions', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_events', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_interactions', 'MEDIUMINT UNSIGNED DEFAULT 0', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_searches', 'SMALLINT(5) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visit_total_time', 'INT(11) UNSIGNED NOT NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_count_visits', 'INT(11) UNSIGNED NOT NULL DEFAULT 01', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_localtime', 'TIME NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_returning', 'TINYINT(1) NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_first', 'INT(11) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_last', 'INT(11) UNSIGNED NULL', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_log_visit.visitor_seconds_since_order', 'INT(11) UNSIGNED NULL1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Login', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_MobileMessaging', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Monolog', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Morpheus', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Overlay', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_PagePerformance', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_PrivacyManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Proxy', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Referrers', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Resolution', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_RssWidget', 1.0, 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_ScheduledReports', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SegmentEditor', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SEO', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_SitesManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Tour', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_Transitions', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserCountry', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserCountryMap', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserId', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UserLanguage', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_UsersManager', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitFrequency', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitorInterest', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitsSummary', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_VisitTime', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_WebsiteMeasurable', '5.3.1', 1);

INSERT IGNORE INTO `wp_matomo_option` (`option_name`, `option_value`, `autoload`) VALUES ('version_WordPress', '0.1.0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_plugin_setting` (
  `plugin_name` varchar(60) NOT NULL,
  `setting_name` varchar(255) NOT NULL,
  `setting_value` longtext NOT NULL,
  `json_encoded` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `user_login` varchar(100) NOT NULL DEFAULT '',
  `idplugin_setting` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idplugin_setting`),
  KEY `plugin_name` (`plugin_name`,`user_login`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_privacy_logdata_anonymizations` (
  `idlogdata_anonymization` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `idsites` text DEFAULT NULL,
  `date_start` datetime NOT NULL,
  `date_end` datetime NOT NULL,
  `anonymize_ip` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `anonymize_location` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `anonymize_userid` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `unset_visit_columns` text NOT NULL,
  `unset_link_visit_action_columns` text NOT NULL,
  `output` mediumtext DEFAULT NULL,
  `scheduled_date` datetime DEFAULT NULL,
  `job_start_date` datetime DEFAULT NULL,
  `job_finish_date` datetime DEFAULT NULL,
  `requester` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`idlogdata_anonymization`),
  KEY `job_start_date` (`job_start_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_report` (
  `idreport` int(11) NOT NULL AUTO_INCREMENT,
  `idsite` int(11) NOT NULL,
  `login` varchar(100) NOT NULL,
  `description` varchar(255) NOT NULL,
  `idsegment` int(11) DEFAULT NULL,
  `period` varchar(10) NOT NULL,
  `hour` tinyint(4) NOT NULL DEFAULT 0,
  `type` varchar(10) NOT NULL,
  `format` varchar(10) NOT NULL,
  `reports` text NOT NULL,
  `parameters` text DEFAULT NULL,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ts_last_sent` timestamp NULL DEFAULT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  `evolution_graph_within_period` tinyint(4) NOT NULL DEFAULT 0,
  `evolution_graph_period_n` int(11) NOT NULL,
  `period_param` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`idreport`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_report_subscriptions` (
  `idreport` int(11) NOT NULL,
  `token` varchar(100) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `ts_subscribed` timestamp NULL DEFAULT current_timestamp(),
  `ts_unsubscribed` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`idreport`,`email`),
  UNIQUE KEY `unique_token` (`token`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_segment` (
  `idsegment` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `definition` text NOT NULL,
  `hash` char(32) DEFAULT NULL,
  `login` varchar(100) NOT NULL,
  `enable_all_users` tinyint(4) NOT NULL DEFAULT 0,
  `enable_only_idsite` int(11) DEFAULT NULL,
  `auto_archive` tinyint(4) NOT NULL DEFAULT 0,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ts_last_edit` timestamp NULL DEFAULT NULL,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`idsegment`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_sequence` (
  `name` varchar(120) NOT NULL,
  `value` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_matomo_sequence` (`name`, `value`) VALUES ('wp_matomo_archive_numeric_2025_05', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_session` (
  `id` varchar(191) NOT NULL,
  `modified` int(11) DEFAULT NULL,
  `lifetime` int(11) DEFAULT NULL,
  `data` mediumtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_matomo_session` (`id`, `modified`, `lifetime`, `data`) VALUES ('f95c1b77b591f7469f3b49a803a2976e07008ec9cc35376ed57f2904adb865b28f38cfeae7a2780183969780194a6fe592d0befc9095fe8d242b28a7a6ddaa45', 1747080142, 1209600, 'a:1:{s:4:\"data\";s:8:\"YTowOnt9\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_site` (
  `idsite` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(90) NOT NULL,
  `main_url` varchar(255) NOT NULL,
  `ts_created` timestamp NULL DEFAULT NULL,
  `ecommerce` tinyint(4) DEFAULT 0,
  `sitesearch` tinyint(4) DEFAULT 1,
  `sitesearch_keyword_parameters` text NOT NULL,
  `sitesearch_category_parameters` text NOT NULL,
  `timezone` varchar(50) NOT NULL,
  `currency` char(3) NOT NULL,
  `exclude_unknown_urls` tinyint(1) DEFAULT 0,
  `excluded_ips` text NOT NULL,
  `excluded_parameters` text NOT NULL,
  `excluded_user_agents` text NOT NULL,
  `excluded_referrers` text NOT NULL,
  `group` varchar(250) NOT NULL,
  `type` varchar(255) NOT NULL,
  `keep_url_fragment` tinyint(4) NOT NULL DEFAULT 0,
  `creator_login` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`idsite`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_matomo_site` (`idsite`, `name`, `main_url`, `ts_created`, `ecommerce`, `sitesearch`, `sitesearch_keyword_parameters`, `sitesearch_category_parameters`, `timezone`, `currency`, `exclude_unknown_urls`, `excluded_ips`, `excluded_parameters`, `excluded_user_agents`, `excluded_referrers`, `group`, `type`, `keep_url_fragment`, `creator_login`) VALUES (1, 'CF Industries Total Rewards United States', 'https://lsk.yzp.mybluehost.me/website_441840fc', '2025-05-12 20:02:15', 1, 1, '', '', 'America/Chicago', 'USD', '0', '', '', '', '', '', 'website', '0', 'super user was set');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_site_setting` (
  `idsite` int(10) unsigned NOT NULL,
  `plugin_name` varchar(60) NOT NULL,
  `setting_name` varchar(255) NOT NULL,
  `setting_value` longtext NOT NULL,
  `json_encoded` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `idsite_setting` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  PRIMARY KEY (`idsite_setting`),
  KEY `idsite` (`idsite`,`plugin_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_site_url` (
  `idsite` int(10) unsigned NOT NULL,
  `url` varchar(190) NOT NULL,
  PRIMARY KEY (`idsite`,`url`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_tracking_failure` (
  `idsite` bigint(20) unsigned NOT NULL,
  `idfailure` smallint(5) unsigned NOT NULL,
  `date_first_occurred` datetime NOT NULL,
  `request_url` mediumtext NOT NULL,
  PRIMARY KEY (`idsite`,`idfailure`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_twofactor_recovery_code` (
  `idrecoverycode` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `recovery_code` varchar(40) NOT NULL,
  PRIMARY KEY (`idrecoverycode`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_user` (
  `login` varchar(100) NOT NULL,
  `password` varchar(255) NOT NULL,
  `email` varchar(100) NOT NULL,
  `twofactor_secret` varchar(40) NOT NULL DEFAULT '',
  `superuser_access` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `date_registered` timestamp NULL DEFAULT NULL,
  `ts_password_modified` timestamp NULL DEFAULT NULL,
  `idchange_last_viewed` int(10) unsigned DEFAULT NULL,
  `invited_by` varchar(100) DEFAULT NULL,
  `invite_token` varchar(191) DEFAULT NULL,
  `invite_link_token` varchar(191) DEFAULT NULL,
  `invite_expired_at` timestamp NULL DEFAULT NULL,
  `invite_accept_at` timestamp NULL DEFAULT NULL,
  `ts_changes_shown` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`login`),
  UNIQUE KEY `uniq_email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`) VALUES ('cfibenefits', '$2y$10$OEEYYw28OusqJqQ.1o4ON.mE4SSG7tFZFfiNSo4Gi/4w9i1VqbXW6', 'tim@bandoliergroup.com', '', 1, '2025-05-12 20:02:15', '2025-05-12 20:02:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`) VALUES ('sharris', '$2y$10$bJxlhBSDML0HctfJ9Y6cReBBIsGSSb7/huiYArzaL5d/3Pr3jVYWm', 'stacey@bandoliergroup.com', '', 1, '2025-05-12 20:02:15', '2025-05-12 20:02:15', NULL, NULL, NULL, NULL, NULL, NULL, NULL);

INSERT IGNORE INTO `wp_matomo_user` (`login`, `password`, `email`, `twofactor_secret`, `superuser_access`, `date_registered`, `ts_password_modified`, `idchange_last_viewed`, `invited_by`, `invite_token`, `invite_link_token`, `invite_expired_at`, `invite_accept_at`, `ts_changes_shown`) VALUES ('simbco', '$2y$10$iGMXUs.X26qMQtUrOsD4o.9Vys4ft5v.z8dsMje2nui8ZoJYM7ZQu', 'simeon@simb.co', '', 1, '2025-05-12 20:02:15', '2025-05-12 20:02:16', NULL, NULL, NULL, NULL, NULL, NULL, NULL);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_user_dashboard` (
  `login` varchar(100) NOT NULL,
  `iddashboard` int(11) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `layout` text NOT NULL,
  PRIMARY KEY (`login`,`iddashboard`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_user_language` (
  `login` varchar(100) NOT NULL,
  `language` varchar(10) NOT NULL,
  `use_12_hour_clock` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`login`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

INSERT IGNORE INTO `wp_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('cfibenefits', 'en', '0');

INSERT IGNORE INTO `wp_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('sharris', 'en', '0');

INSERT IGNORE INTO `wp_matomo_user_language` (`login`, `language`, `use_12_hour_clock`) VALUES ('simbco', 'en', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_matomo_user_token_auth` (
  `idusertokenauth` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `login` varchar(100) NOT NULL,
  `description` varchar(100) NOT NULL,
  `password` varchar(191) NOT NULL,
  `hash_algo` varchar(30) NOT NULL,
  `system_token` tinyint(1) NOT NULL DEFAULT 0,
  `last_used` datetime DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_expired` datetime DEFAULT NULL,
  `secure_only` tinyint(3) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`idusertokenauth`),
  UNIQUE KEY `uniq_password` (`password`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci ROW_FORMAT=DYNAMIC;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=4478 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 'siteurl', 'https://lsk.yzp.mybluehost.me/website_441840fc', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2, 'home', 'https://lsk.yzp.mybluehost.me/website_441840fc', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (3, 'blogname', 'CF Industries Total Rewards United States', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4, 'blogdescription', 'Powered by You', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (5, 'users_can_register', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (6, 'admin_email', 'tim@bandoliergroup.com', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (7, 'start_of_week', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (8, 'use_balanceTags', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (9, 'use_smilies', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (10, 'require_name_email', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (11, 'comments_notify', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (12, 'posts_per_rss', 10, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (13, 'rss_use_excerpt', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (14, 'mailserver_url', 'mail.example.com', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (15, 'mailserver_login', 'login@example.com', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (16, 'mailserver_pass', 'password', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (17, 'mailserver_port', 110, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (18, 'default_category', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (19, 'default_comment_status', 'open', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (20, 'default_ping_status', 'open', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (21, 'default_pingback_flag', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (22, 'posts_per_page', 10, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (23, 'date_format', 'F j, Y', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (24, 'time_format', 'g:i a', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (26, 'comment_moderation', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (27, 'moderation_notify', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (28, 'permalink_structure', '/%postname%/', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (30, 'hack_file', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (31, 'blog_charset', 'UTF-8', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (32, 'moderation_keys', '', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (33, 'active_plugins', 'a:6:{i:0;s:33:\"acf-extended-pro/acf-extended.php\";i:1;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:47:\"better-search-replace/better-search-replace.php\";i:3;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:4;s:29:\"divi-booster/divi-booster.php\";i:5;s:43:\"document-management/document-management.php\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (34, 'category_base', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (36, 'comment_max_links', 2, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (37, 'gmt_offset', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38, 'default_email_category', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (39, 'recently_edited', 'a:4:{i:0;s:72:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/header.php\";i:2;s:71:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/style.css\";i:3;s:75:\"/nas/content/live/cfibenefitsstg/wp-content/themes/Divi-child/functions.php\";i:4;s:0:\"\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (40, 'template', 'Divi', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (41, 'stylesheet', 'Divi-child', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (42, 'comment_registration', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (43, 'html_type', 'text/html', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (44, 'use_trackback', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (45, 'default_role', 'subscriber', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (46, 'db_version', 60717, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (47, 'uploads_use_yearmonth_folders', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (48, 'upload_path', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (49, 'blog_public', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (50, 'default_link_category', 2, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (51, 'show_on_front', 'page', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (52, 'tag_base', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (53, 'show_avatars', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (54, 'avatar_rating', 'G', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (55, 'upload_url_path', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (56, 'thumbnail_size_w', 150, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (57, 'thumbnail_size_h', 150, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (58, 'thumbnail_crop', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (59, 'medium_size_w', 300, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (60, 'medium_size_h', 300, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (61, 'avatar_default', 'mystery', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (62, 'large_size_w', 1024, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (63, 'large_size_h', 1024, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (64, 'image_default_link_type', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (65, 'image_default_size', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (66, 'image_default_align', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (67, 'close_comments_for_old_posts', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (68, 'close_comments_days_old', 14, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (69, 'thread_comments', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (70, 'thread_comments_depth', 5, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (71, 'page_comments', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (72, 'comments_per_page', 50, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (73, 'default_comments_page', 'newest', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (74, 'comment_order', 'asc', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (75, 'sticky_posts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (79, 'uninstall_plugins', 'a:1:{s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (80, 'timezone_string', 'America/Chicago', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (81, 'page_for_posts', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (82, 'page_on_front', 17, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (83, 'default_post_format', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (84, 'link_manager_enabled', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (85, 'finished_splitting_shared_terms', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (86, 'site_icon', 15, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (87, 'medium_large_size_w', 768, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (88, 'medium_large_size_h', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (89, 'wp_page_for_privacy_policy', 3, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (90, 'show_comments_cookies_opt_in', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (91, 'admin_email_lifespan', 1774367898, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (92, 'disallowed_keys', '', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (93, 'comment_previously_approved', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (95, 'auto_update_core_dev', 'enabled', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (96, 'auto_update_core_minor', 'enabled', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (97, 'auto_update_core_major', 'enabled', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (99, 'initial_db_version', 53496, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (100, 'wp_user_roles', 'a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{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:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:16:\"matomo_view_role\";a:2:{s:4:\"name\";s:11:\"Matomo View\";s:12:\"capabilities\";a:1:{s:11:\"view_matomo\";b:1;}}s:17:\"matomo_write_role\";a:2:{s:4:\"name\";s:12:\"Matomo Write\";s:12:\"capabilities\";a:1:{s:12:\"write_matomo\";b:1;}}s:17:\"matomo_admin_role\";a:2:{s:4:\"name\";s:12:\"Matomo Admin\";s:12:\"capabilities\";a:1:{s:12:\"admin_matomo\";b:1;}}s:21:\"matomo_superuser_role\";a:2:{s:4:\"name\";s:17:\"Matomo Super User\";s:12:\"capabilities\";a:1:{s:16:\"superuser_matomo\";b:1;}}}', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (101, 'fresh_site', '0', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (102, 'user_count', 3, 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (103, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (104, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";i:2;s:7:\"block-2\";i:3;s:7:\"block-3\";i:4;s:7:\"block-4\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (105, 'cron', 'a:28:{i:1773000440;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1773001732;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:1773002642;a:1:{s:28:\"cookie_notice_get_app_config\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1773004441;a:2:{s:29:\"dipi_save_google_reviews_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:31:\"dipi_save_facebook_reviews_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773004455;a:1:{s:36:\"dipi_refresh_instagram_access_tokens\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773006551;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"ce6fe7e90e848ba2f225f6e3ad2cd175\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1524;}}}}i:1773006644;a:1:{s:26:\"relevanssi_trim_click_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773012141;a:1:{s:48:\"WPEngineSecurityAuditor_Scans_fingerprint_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1773013226;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773018393;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773021523;a:1:{s:33:\"updraftplus_clean_temporary_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773021703;a:1:{s:35:\"puc_cron_check_updates-divi-booster\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773028052;a:1:{s:46:\"WPEngineSecurityAuditor_Scans_fingerprint_core\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1773028113;a:1:{s:49:\"WPEngineSecurityAuditor_Scans_fingerprint_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1773029487;a:2:{s:39:\"dipi_testimonial_google_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:41:\"dipi_testimonial_facebook_review_callback\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773037034;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773043262;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773043304;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773043458;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773083436;a:1:{s:16:\"dipi_clear_cache\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773086462;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:1773086658;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:1773086659;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:1773237167;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773262503;a:1:{s:24:\"relevanssi_update_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773518462;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1774987768;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (106, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (107, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (108, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (109, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (110, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (111, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (112, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (113, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (114, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (115, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (116, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (117, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (118, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (119, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (121, 'widget_wpe_powered_by_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (122, 'recovery_keys', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (123, 'theme_mods_twentytwentythree', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679083440;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (124, 'https_detection_errors', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (126, 'current_theme', 'Divi Child CFI', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (127, 'theme_switched', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (128, 'theme_mods_genesis-block-theme', 'a:2:{s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1679083767;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:8:\"footer-1\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}}}}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (129, 'genesis_blocks_has_content_to_migrate', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (132, 'finished_updating_comment_type', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (134, 'theme_mods_Divi', 'a:6:{i:0;b:0;s:18:\"custom_css_post_id\";i:6;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1684269706;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}}}}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (136, 'et_pb_cache_notice', 'a:1:{s:6:\"4.20.2\";s:6:\"ignore\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (137, 'et_core_version', '4.27.6', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (139, 'et_divi', 'a:193:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.27.6\";s:31:\"divi_previous_installed_version\";s:6:\"4.27.5\";s:29:\"divi_latest_installed_version\";s:6:\"4.27.6\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:89:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CFI_logo_v3.svg\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#015846|#54ce32|#3fa9f5|#00c7b1|#ff765f|#9835e5\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:15:\"divi_custom_css\";s:9629:\"/* CF Industries Cookie Notice Styles */\r\n.cf-cookie-notice {\r\n    position: fixed;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    background-color: #f5f5f5;\r\n    border-top: 1px solid #ddd;\r\n    padding: 20px;\r\n    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\r\n    z-index: 999999;\r\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\r\n    font-size: 14px;\r\n    line-height: 1.5;\r\n    color: #333;\r\n    display: none;\r\n}\r\n\r\n.cf-cookie-notice.show {\r\n    display: block;\r\n}\r\n\r\n.cf-cookie-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    flex-wrap: wrap;\r\n    gap: 20px;\r\n}\r\n\r\n.cf-cookie-text {\r\n    flex: 1;\r\n    min-width: 300px;\r\n}\r\n\r\n.cf-cookie-text a {\r\n    color: #0066cc;\r\n    text-decoration: underline;\r\n}\r\n\r\n.cf-cookie-text a:hover {\r\n    text-decoration: none;\r\n}\r\n\r\n.cf-cookie-actions {\r\n    display: flex;\r\n    gap: 10px;\r\n    align-items: center;\r\n}\r\n\r\n.cf-cookie-close {\r\n    background-color: #0066cc;\r\n    color: white;\r\n    border: none;\r\n    padding: 8px 20px;\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    transition: background-color 0.3s ease;\r\n}\r\n\r\n.cf-cookie-close:hover {\r\n    background-color: #0052a3;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .cf-cookie-container {\r\n        flex-direction: column;\r\n        text-align: center;\r\n    }\r\n    .cf-cookie-text {\r\n        min-width: auto;\r\n    }\r\n    .cf-cookie-actions {\r\n        width: 100%;\r\n        justify-content: center;\r\n    }\r\n}\r\n\r\n/* page-specific CSS  */\r\n  /* photo zoom on rollover */\r\n.et-zoom-in.et_pb_image:hover img,\r\n.et-zoom-in .et_pb_image_wrap:hover img,\r\n.et-zoom-in a:hover img {\r\n    transform: scale(1.07); \r\n    transition: all .5s 0s ease;\r\n}\r\n\r\n.et-zoom-in,\r\n.et-zoom-in a {\r\n    overflow: hidden;\r\n}\r\n\r\n.et-zoom-in.et_pb_image img,\r\n.et-zoom-in .et_pb_image_wrap img,\r\n.et-zoom-in a img {\r\n    transition: all .5s 0s ease; \r\n}  \r\n\r\n/* change menu dropodwn line height */\r\n#top-menu .sub-menu .menu-item a {\r\n    line-height: 1.4em!important;\r\n    padding: 8px 0!important;\r\n}\r\n\r\n/* change menu dropodwn arrow color */\r\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\r\n\r\n/* adjust mobile menu logo size -- NOT using currently */\r\n\r\n/** @media all and (min-width: 768px) and (max-width: 1345px) {\r\n	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 35px !important;\r\n		max-height: 35px !important;\r\n    }\r\n}\r\n@media all and (max-width: 767px) {\r\n 	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 27px !important;\r\n		max-height: 27px !important;\r\n    }\r\n} **/\r\n\r\n/*** Logo Tablet to mobile ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n	.et_header_style_centered .logo_container {\r\n		height: 60px !important;\r\n		max-height: 60px !important;\r\n} \r\n}\r\n@media all and (max-width: 767px) {\r\n  .et_header_style_centered #main-header {\r\n    padding-bottom: 1em !important;\r\n		padding-top: 0px;\r\n  }\r\n	.et_header_style_centered .logo_container {\r\n		height: 47px !important;\r\n		max-height: 47px !important;\r\n				margin-bottom: 1em !important;\r\n		margin-top: -2.5em !important; \r\n		padding-bottom: 8px;\r\n}\r\n}\r\n/* list styles reg text */\r\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.reg_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* list styles toggles */\r\n.toggle_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.toggle_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.toggle_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.toggle_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.toggle_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* sidebar style tweaks */\r\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\r\n\r\n.reg_txt sup {\r\n  font-size: x-small;\r\n}\r\n\r\n/* =========. Table CSS =============*/\r\n/* COMMON STYLES FOR ALL TABLES */\r\ntable.benefits-table {\r\n  /* Color variables */\r\n  --green-header: #89BB40;\r\n  --green-highlight: #E9F8F7;\r\n  --dark-gray-header: #4d4f33;\r\n  --gray-subheader: #6C777D;\r\n  --gray-highlight: #f4f4f4;\r\n  --blue-header: #0079C1;\r\n  --blue-smoke-header: #4472C4;\r\n  --blue-highlight: #EEF7FC;\r\n  --purple-header: #6361AB;\r\n  --pruple-highlight: #EEF7FC;\r\n  --lime-header: #00505c;\r\n  --lime-highlight: #EFF5E3;\r\n  --magenta-header: #00505c;\r\n  --magenta-highlight: #F5E9F3;\r\n  --orange-header: #0479c0;\r\n  --orange-highlight: #FFF9E5;\r\n  --header-text-color: #FFFFFF;\r\n  --body-text-color: #414241;\r\n  --table-background: #FFFFFF;\r\n  --table-border-color: #404041;\r\n  /* Style rules */\r\n  border-collapse: collapse;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  line-height: 1.3em !important;\r\n  text-align: center;\r\n  vertical-align: middle;\r\n}\r\n\r\ntable.benefits-table th, table.benefits-table td {\r\n  padding: .5em .75em .5em .75em;\r\n}\r\n\r\ntable.benefits-table th {\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table tr.subhead {\r\n  background-color: var(--gray-subheader);\r\n}\r\n\r\ntable.benefits-table tr.subhead th {\r\n  text-align: left;\r\n	font-weight: 700;\r\n	font-size: 105%;\r\n  color: var(--header-text-color);\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table td:first-child {\r\n  text-align: left;\r\n}\r\n\r\ntable.benefits-table td:last-child {\r\n  border-right: 1px solid #fff;\r\n}\r\n\r\ntable.benefits-table td {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tr.header th {\r\n  border-right: 1px solid #fff;\r\n  border-bottom: 0px;\r\n}\r\n\r\ntable.benefits-table tr.network th {\r\n  border-right: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tbody tr:last-child {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table.dependents td:nth-child(1) {\r\n  font-weight: bold;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table p {\r\n  margin: 0;\r\n  font-weight: normal;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table ul {\r\n  padding-inline-start: 1em;\r\n  margin-top: .25em;\r\n}\r\n\r\ntable.benefits-table li {\r\n  margin-bottom: .25em;\r\n	line-height: 1.3em;\r\n}\r\n\r\ntable.benefits-table sup {\r\n  font-size: x-small;\r\n}\r\ntable.benefits-table caption {\r\n  caption-side: bottom;\r\n  margin-top: 1em;\r\n  padding-left: 1em;\r\n  text-indent: -1em;\r\n  text-align: left;\r\n}\r\ntable.benefits-table small {\r\n  font-size: 90%;\r\n}\r\n\r\ntable.benefits-table th.blue-header {\r\n  background-color: var(--blue-header);\r\n  color: white;\r\n}\r\ntable.benefits-table th.green-header {\r\n  background-color: var(--green-header);\r\n}\r\ntable.benefits-table th.orange-header{\r\n  background-color: var(--orange-header);\r\n}\r\ntable.benefits-table td:nth-child(odd) {\r\n  background-color: var(--green-highlight);\r\n}\r\n\r\ntable.benefits-table ul {\r\n  list-style: none;\r\n}\r\n\r\ntable.benefits-table ul li:before {\r\n  content: \"\\25A0\";\r\n	margin-top: -2px !important;\r\n	font-size: 12px !important;\r\n	vertical-align: text-top !important;\r\n  list-style-type: square;\r\n  display: inline-block;\r\n  width: 1.1em !important; /* Also needed for space (tweak if needed) */\r\n  margin-left: -1em !important;\r\n}\r\n\r\n/* /1* ======= alternatives table specific css ============== *1/ */\r\ntable.benefits-table.alternatives td {\r\n  text-align: center;\r\n}\r\n\r\ntable.benefits-table.alternatives td.left-align {\r\n  text-align: left;\r\n}\r\n\r\n.modules {\r\n  --div.background: #FFFFFF;\r\n  --div.border-color: #404041;\r\n  --bg-blue: #3177BC;\r\n  --bg-green: #94BA53;\r\n  --bg-orange: #EC9F45;\r\n  --bg-purple: #6361AB;\r\n  --bg-pink: #E58DA5;\r\n  --body-text-color: #FFFFFF;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  display: flex;\r\n  flex-direction: row;\r\n}\r\n\r\n.module-box {\r\n  border-left: 1px solid #fff;\r\n  border-right: 1px solid #fff;\r\n  width: 120px;\r\n  height: 90px;\r\n  position: relative;\r\n}\r\n\r\n.bg-blue {\r\n  background-color: var(--bg-blue);\r\n}\r\n\r\n.bg-green {\r\n  background-color: var(--bg-green);\r\n}\r\n\r\n.bg-orange {\r\n  background-color: var(--bg-orange);\r\n}\r\n\r\n.bg-purple {\r\n  background-color: var(--bg-purple);\r\n}\r\n\r\n.bg-pink {\r\n  background-color: var(--bg-pink);\r\n}\r\n\r\n.number {\r\n  opacity: 0.4;\r\n  font-size: 60px;\r\n  z-index: 0;\r\n  position: absolute;\r\n  max-width: 100%;\r\n  height: auto;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%)\r\n}\r\n\r\n.text {\r\n  text-align: center;\r\n  position: relative;\r\n  top: 50%;\r\n  -ms-transform: translateY(-50%);\r\n  -webkit-transform: translateY(-50%);\r\n  transform: translateY(-50%);\r\n}\r\n\r\n/* /1* ======= end tables ============== *1/ */\r\n\r\n/* TOP light blue menu styles */\r\n#international-menu {\r\n background-color:rgba(63,169,245,0.1);\r\n	display: flex;\r\n	justify-content: end;\r\n	align-items: center;\r\n	padding-top: 6px;\r\n	padding-bottom: 6px;\r\n}\r\n/*** Responsive Styles Tablet And Below ***/\r\n@media all and (max-width: 980px) {\r\n	#international-menu {padding: 10px 8px !important;}\r\n}\r\n\r\n#international-menu > * {\r\n	margin: 5px 10px;\r\n}\r\n\r\n/*** Responsive Styles Tablet Only ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n#international-menu {\r\n	margin-top: -22px !important;\r\n}  \r\n}\r\n#international-menu img {\r\n	height: 22px !important;\r\n	display: block;\r\n}\r\n\r\n#international-menu .button {\r\n	 color: white;\r\n    background-color: #0071bc;\r\n    padding: 6px 6px !important;\r\n    border: 1px solid #2ea3f2;\r\n    outline: none;\r\n    text-align: center;\r\n    line-height: 1.2em;\r\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:6:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:16:\"dipi_testimonial\";s:3:\"off\";s:16:\"dipi_popup_maker\";s:3:\"off\";s:11:\"pf_document\";s:3:\"off\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:2:\"on\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:1582:\"<script src=\"https://kit.fontawesome.com/459562582f.js\" crossorigin=\"anonymous\"></script>\r\n\r\n\r\n<script>\r\n    jQuery(function($){\r\n        $(\".et-search-form .et-search-field\").attr(\"placeholder\", \"Ask about your Total Rewards\");\r\n    });\r\n</script>\r\n\r\n<script>\r\njQuery(document).ready(function($) {\r\n    // Cookie functions\r\n    function setCookie(name, value, days) {\r\n        const date = new Date();\r\n        date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));\r\n        const expires = \"expires=\" + date.toUTCString();\r\n        document.cookie = name + \"=\" + value + \";\" + expires + \";path=/\";\r\n    }\r\n\r\n    function getCookie(name) {\r\n        const nameEQ = name + \"=\";\r\n        const ca = document.cookie.split(\';\');\r\n        for(let i = 0; i < ca.length; i++) {\r\n            let c = ca[i];\r\n            while (c.charAt(0) === \' \') c = c.substring(1, c.length);\r\n            if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);\r\n        }\r\n        return null;\r\n    }\r\n\r\n    window.acceptCookies = function() {\r\n        setCookie(\'cf_cookie_consent\', \'accepted\', 365);\r\n        $(\'#cfCookieNotice\').removeClass(\'show\');\r\n    }\r\n\r\n    // Check if user has already accepted cookies\r\n    const cookieConsent = getCookie(\'cf_cookie_consent\');\r\n    if (!cookieConsent) {\r\n        setTimeout(function() {\r\n            $(\'#cfCookieNotice\').addClass(\'show\');\r\n        }, 1000);\r\n    }\r\n\r\n    // Honor Do Not Track\r\n    if (navigator.doNotTrack === \"1\" || window.doNotTrack === \"1\") {\r\n        console.log(\"Do Not Track is enabled\");\r\n    }\r\n});\r\n</script>\";s:21:\"divi_integration_body\";s:1196:\"<!-- Google tag (gtag.js) -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-F3C42XYDV9\"></script>\r\n<script>\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag(\'js\', new Date());\r\n\r\n  gtag(\'config\', \'G-F3C42XYDV9\');\r\n</script>\r\n\r\n<!-- CF Industries Style Cookie Notice -->\r\n<div id=\"cfCookieNotice\" class=\"cf-cookie-notice\">\r\n    <div class=\"cf-cookie-container\">\r\n        <div class=\"cf-cookie-text\">\r\n            We use cookies to enhance your website experience, improve functionality, and measure how users interact with our website. To learn more, please visit our <a href=\"https://www.cfindustries.com/privacy-policy\" target=\"_blank\">Privacy Policy</a>. By using our website, you agree to our <a href=\"https://www.cfindustries.com/terms-and-conditions\" target=\"_blank\">Terms and Conditions</a>, including the arbitration agreement contained therein. You may opt-out of the arbitration agreement within 60 days as described in the Terms.\r\n        </div>\r\n        <div class=\"cf-cookie-actions\">\r\n            <button class=\"cf-cookie-close\" onclick=\"acceptCookies()\">Acknowledge</button>\r\n        </div>\r\n    </div>\r\n</div>\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:18:\"divi_dynamic_icons\";s:2:\"on\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:5:\"false\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:21:\"custom_footer_credits\";s:32:\"Copyright 2026 Lockton Companies\";s:24:\"show_footer_social_icons\";b:0;s:12:\"divi_favicon\";s:0:\"\";s:19:\"product_tour_status\";a:3:{i:1;s:3:\"off\";i:2;s:3:\"off\";i:3;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"click\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:962;s:33:\"et_fb_pref_modal_dimension_height\";i:651;s:27:\"et_fb_pref_modal_position_x\";i:387;s:27:\"et_fb_pref_modal_position_y\";i:0;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:444;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:300;s:30:\"et_fb_pref_lv_modal_position_x\";i:1046;s:30:\"et_fb_pref_lv_modal_position_y\";i:623;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:16:\"et_global_colors\";a:63:{s:41:\"gcid-3d6b5102-a896-4646-985f-9e41d99aacac\";a:2:{s:5:\"color\";s:7:\"#353b3e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-ace50098-05a2-4c0d-b4d9-eb47e6ec825f\";a:2:{s:5:\"color\";s:7:\"#000484\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-340a9af0-fa36-48f6-b876-7c76703116ae\";a:2:{s:5:\"color\";s:7:\"#cceaff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75\";a:2:{s:5:\"color\";s:7:\"#25ace2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-eefd35e4-fb54-4576-b3a5-05662703688b\";a:2:{s:5:\"color\";s:7:\"#00004e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-01232a48-5fc4-4588-bcec-3f78ea5f79f3\";a:2:{s:5:\"color\";s:7:\"#0055be\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-321461a7-5be8-4cc2-b76a-a7d96b1f093d\";a:2:{s:5:\"color\";s:7:\"#fdf5cc\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-17556592-1bd6-46f7-bc7d-eb55a273238f\";a:2:{s:5:\"color\";s:7:\"#88dad6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-78e118d1-3492-4b4a-bc86-5e1a93b7daf8\";a:2:{s:5:\"color\";s:7:\"#06060a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d2066622-275e-4e6e-ae5d-cbeb6f5573fd\";a:2:{s:5:\"color\";s:7:\"#66bfff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4e52035f-186f-4a6e-ac12-1a8d3ad03473\";a:2:{s:5:\"color\";s:7:\"#a4d6a8\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-94eab57b-cdc6-4882-81fe-29e6f74f928d\";a:2:{s:5:\"color\";s:7:\"#d1ebd4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-bc64243b-935c-480b-b1b2-7412b7a2645e\";a:2:{s:5:\"color\";s:7:\"#d1eff0\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-fa596e43-660f-4000-b6ba-b3fcdc75c1c8\";a:2:{s:5:\"color\";s:7:\"#dee0e6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1df8f1f0-09f5-425f-880a-3720ce83aeb4\";a:2:{s:5:\"color\";s:7:\"#fce1c2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4aaaea65-0788-495a-af0b-0e678c2e4b06\";a:2:{s:5:\"color\";s:7:\"#003fe2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4aa205f5-d14d-40fd-8dae-010bfa1f9eb2\";a:2:{s:5:\"color\";s:7:\"#f2f2f8\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-85c74074-30e5-4266-a6d8-e65a6598114d\";a:2:{s:5:\"color\";s:7:\"#008eaa\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-35ad434d-7754-4346-9a48-e58426f52749\";a:2:{s:5:\"color\";s:7:\"#fbec9a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-b57a6eab-cb2e-4680-880e-cd8b7a20bc1f\";a:2:{s:5:\"color\";s:7:\"#f7b718\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-5a888119-9ceb-47ca-9c25-8506d322a2a2\";a:2:{s:5:\"color\";s:7:\"#df5927\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-8a74322a-943c-4377-a2fe-77fec65379bf\";a:2:{s:5:\"color\";s:7:\"#889c3b\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-2ec34724-b67f-4fae-8d2e-8c8f6c584418\";a:2:{s:5:\"color\";s:7:\"#454545\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-ecab4fec-ca03-4ff6-ac79-c58d30f54e8a\";a:2:{s:5:\"color\";s:7:\"#dfdb63\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f5083396-9fce-48d7-a0d7-a9bc361c7b00\";a:2:{s:5:\"color\";s:7:\"#4783c6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-86925f6d-446e-4420-8a8c-20a47f53dadb\";a:2:{s:5:\"color\";s:7:\"#9cc8eb\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f2814045-4b28-4951-99ee-c1aafe9e9ac8\";a:2:{s:5:\"color\";s:7:\"#a8bd42\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-6d94d64c-c5eb-4268-ae06-80437a5a7e54\";a:2:{s:5:\"color\";s:7:\"#dfdb63\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d4b26c64-5a38-4dcd-a8b0-53a67b0dedec\";a:2:{s:5:\"color\";s:7:\"#a8bd42\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-4e8c7c58-e7e0-414d-8b03-99eaa2b391fe\";a:2:{s:5:\"color\";s:7:\"#9cc8eb\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-e0f6af37-267d-4398-ad05-815344dea540\";a:2:{s:5:\"color\";s:7:\"#f68b2f\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-cdf7d712-45e8-48ca-b8f8-2ae566fc8e63\";a:2:{s:5:\"color\";s:7:\"#365472\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-68ebc00d-7d46-4b81-9ee1-44e5d8cf251e\";a:2:{s:5:\"color\";s:7:\"#9daab4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-af041903-be3a-4149-bc54-753a1f644683\";a:2:{s:5:\"color\";s:7:\"#693068\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1a7d46a3-bb2a-438b-9196-45bc0669e861\";a:2:{s:5:\"color\";s:7:\"#ffffff\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-22b2cce8-ac1a-472d-836b-f87f90900b89\";a:2:{s:5:\"color\";s:7:\"#5a00af\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-6459a856-7390-4931-beeb-d690da8a94b7\";a:2:{s:5:\"color\";s:7:\"#c4abfa\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1320857d-b9f2-4de4-9f65-919fe483614f\";a:2:{s:5:\"color\";s:7:\"#ffcb95\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-e2e53877-5ebd-4084-bfe0-44c290c619a4\";a:2:{s:5:\"color\";s:7:\"#c1c7cd\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-559b5c97-0edf-4de1-be88-6250d4fca932\";a:2:{s:5:\"color\";s:7:\"#e89aad\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-d0100d4c-8b2f-4e4d-9f51-693db3dbe442\";a:2:{s:5:\"color\";s:19:\"rgba(255,255,255,0)\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-22f064be-0fd4-4ed5-8f12-90db53023731\";a:2:{s:5:\"color\";s:7:\"#fff4ed\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-fb6f2747-2bbb-4c0b-8ac9-6eacf371b0a0\";a:2:{s:5:\"color\";s:7:\"#fbeef1\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-722855e1-ca81-4dd1-977e-7b68c7ff9ff0\";a:2:{s:5:\"color\";s:7:\"#9d73f7\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-b3cec259-36c4-48a4-8f4e-8d7a7a4fc2a6\";a:2:{s:5:\"color\";s:7:\"#0dbdba\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-68b1bd27-428e-4a6b-b021-885f8a15b2ab\";a:2:{s:5:\"color\";s:7:\"#f8df5a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-680aaf21-a123-4f76-bc7e-45663873b6a7\";a:2:{s:5:\"color\";s:7:\"#f8ebd6\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-52da7620-58d6-4b73-9fdd-7e4a34a714d0\";a:2:{s:5:\"color\";s:7:\"#e9f8f7\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-31990cfb-5642-4dbc-b383-9f1b5452de0e\";a:2:{s:5:\"color\";s:7:\"#eef0f2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-f139e9a9-a7de-4375-b290-a9bfef0198c2\";a:2:{s:5:\"color\";s:7:\"#4b5564\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\";a:2:{s:5:\"color\";s:7:\"#222222\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-c0091f5e-a7ea-461f-979e-d36a1483b8ad\";a:2:{s:5:\"color\";s:7:\"#9bc832\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-6a0c00ae-2d94-4460-9b8d-f4cdea2462f0\";a:2:{s:5:\"color\";s:7:\"#d1efef\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-aab697b0-75ac-46e8-9d6a-bd6422ef9cdf\";a:2:{s:5:\"color\";s:7:\"#edf2e5\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-dd503bea-72ce-4a23-a34d-6debfa92889a\";a:2:{s:5:\"color\";s:7:\"#0a0a0a\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-66221e83-bbd6-41ca-bc05-a5b10f6f6573\";a:2:{s:5:\"color\";s:7:\"#969799\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-598e3e25-862f-478a-912c-5a03edfea053\";a:2:{s:5:\"color\";s:7:\"#0093b2\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-3802537f-418f-46fe-9c35-57f1963449a1\";a:2:{s:5:\"color\";s:7:\"#89d93e\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-9b0e15d9-a8d9-4026-818e-f09d95f88a76\";a:2:{s:5:\"color\";s:7:\"#c3ef97\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-83d88ffc-2ee5-4bd7-8f17-df9e3be7bf92\";a:2:{s:5:\"color\";s:7:\"#424242\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-8bb36b0d-4c6e-48a0-989a-551e44a5f764\";a:2:{s:5:\"color\";s:7:\"#00c7b1\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";a:2:{s:5:\"color\";s:7:\"#e8f9e4\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";a:2:{s:5:\"color\";s:7:\"#515151\";s:6:\"active\";s:3:\"yes\";}}s:28:\"et_fb_pref_limited_view_mode\";s:9:\"wireframe\";s:35:\"et_fb_pref_limited_modal_preference\";s:7:\"default\";s:32:\"et_fb_pref_limited_toolbar_click\";s:5:\"false\";s:34:\"et_fb_pref_limited_toolbar_desktop\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_grid\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_hover\";s:5:\"false\";s:32:\"et_fb_pref_limited_toolbar_phone\";s:4:\"true\";s:33:\"et_fb_pref_limited_toolbar_tablet\";s:4:\"true\";s:36:\"et_fb_pref_limited_toolbar_wireframe\";s:4:\"true\";s:31:\"et_fb_pref_limited_toolbar_zoom\";s:4:\"true\";s:27:\"bottom_bar_background_color\";s:7:\"#015846\";s:21:\"bottom_bar_text_color\";s:7:\"#e9f8f7\";s:12:\"header_style\";s:8:\"centered\";s:16:\"show_search_icon\";b:1;s:13:\"nav_fullwidth\";b:1;s:16:\"primary_nav_font\";s:10:\"Montserrat\";s:16:\"menu_link_active\";s:7:\"#3fa9f5\";s:11:\"menu_height\";i:88;s:11:\"logo_height\";i:49;s:21:\"minimized_menu_height\";i:68;s:17:\"hide_primary_logo\";b:0;s:30:\"divi_dynamic_icons_child_theme\";s:5:\"false\";}', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (140, 'widget_aboutmewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (141, 'widget_adsensewidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (142, 'widget_advwidget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (143, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (144, 'shop_single_image_size', 'a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (145, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (146, 'et_support_site_id', '@S5MEc#P4DG7(Uod-NHu', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (147, 'et_safe_mode_plugins_whitelist', 'a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (148, 'et_support_center_installed', 'true', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (149, 'et_images_temp_folder', '/nas/content/live/cfibenefits/wp-content/uploads/et_temp', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (150, 'et_schedule_clean_images_last_time', 1772458085, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (151, 'et_bfb_settings', 'a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (152, 'et_pb_builder_options', 'a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (153, 'et_support_center_setup_done', 'processed', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (154, 'recently_activated', 'a:0:{}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (155, 'et_account_status', 'active', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (156, 'chld_thm_cfg_options_configvars', 'a:40:{s:8:\"addl_css\";N;s:8:\"forcedep\";N;s:8:\"swappath\";N;s:8:\"cssunreg\";N;s:9:\"csswphead\";N;s:10:\"cssnotheme\";N;s:7:\"reorder\";N;s:10:\"parnt_deps\";N;s:10:\"child_deps\";a:1:{i:0;s:10:\"divi-style\";}s:9:\"hasstyles\";i:1;s:11:\"parntloaded\";N;s:11:\"childloaded\";s:10:\"divi-style\";s:11:\"ignoreparnt\";N;s:9:\"qpriority\";i:10;s:9:\"mpriority\";s:2:\"19\";s:7:\"enqueue\";s:7:\"enqueue\";s:8:\"handling\";s:7:\"primary\";s:9:\"templates\";a:44:{i:0;s:25:\"theme-before-wrappers.php\";i:1;s:18:\"sidebar-footer.php\";i:2;s:16:\"options_divi.php\";i:3;s:14:\"theme-head.php\";i:4;s:23:\"page-template-blank.php\";i:5;s:11:\"sidebar.php\";i:6;s:10:\"footer.php\";i:7;s:10:\"header.php\";i:8;s:8:\"page.php\";i:9;s:10:\"single.php\";i:10;s:23:\"single-et_pb_layout.php\";i:11;s:9:\"index.php\";i:12;s:12:\"comments.php\";i:13;s:7:\"404.php\";i:14;s:16:\"theme-header.php\";i:15;s:22:\"theme-after-footer.php\";i:16;s:24:\"post_thumbnails_divi.php\";i:17;s:18:\"single-project.php\";i:18;s:16:\"theme-footer.php\";i:19;s:22:\"theme-after-header.php\";i:20;s:20:\"includes/widgets.php\";i:21;s:23:\"includes/navigation.php\";i:22;s:25:\"includes/social_icons.php\";i:23;s:23:\"includes/no-results.php\";i:24;s:35:\"includes/functions/installation.php\";i:25;s:32:\"includes/functions/tutorials.php\";i:26;s:33:\"includes/builder/deprecations.php\";i:27;s:37:\"includes/builder/template-preview.php\";i:28;s:38:\"includes/builder/comments_template.php\";i:29;s:42:\"includes/builder/frontend-builder/i18n.php\";i:30;s:50:\"includes/builder/frontend-builder/bfb-template.php\";i:31;s:76:\"includes/builder/frontend-builder/theme-builder/frontend-header-template.php\";i:32;s:74:\"includes/builder/frontend-builder/theme-builder/frontend-body-template.php\";i:33;s:76:\"includes/builder/frontend-builder/theme-builder/frontend-footer-template.php\";i:34;s:56:\"includes/builder/frontend-builder/i18n/theme-builder.php\";i:35;s:50:\"includes/builder/frontend-builder/i18n/library.php\";i:36;s:56:\"includes/builder/frontend-builder/i18n/quick-actions.php\";i:37;s:54:\"includes/builder/frontend-builder/i18n/portability.php\";i:38;s:50:\"includes/builder/frontend-builder/i18n/generic.php\";i:39;s:56:\"includes/builder/frontend-builder/i18n/library/packs.php\";i:40;s:64:\"includes/builder/frontend-builder/i18n/library/layouts-short.php\";i:41;s:63:\"includes/builder/frontend-builder/i18n/library/layouts-long.php\";i:42;s:61:\"includes/builder/frontend-builder/i18n/library/categories.php\";i:43;s:61:\"includes/builder/plugin-compat/advanced-custom-fields-pro.php\";}s:7:\"max_sel\";N;s:7:\"imports\";a:2:{s:5:\"child\";a:0:{}s:5:\"parnt\";a:0:{}}s:13:\"child_version\";s:5:\"4.0.3\";s:12:\"child_author\";s:14:\"Elegant Themes\";s:10:\"child_name\";s:14:\"Divi Child CFI\";s:14:\"child_themeuri\";s:42:\"http://www.elegantthemes.com/gallery/divi/\";s:15:\"child_authoruri\";s:28:\"http://www.elegantthemes.com\";s:11:\"child_descr\";s:78:\"Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\";s:10:\"child_tags\";s:246:\"responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready\";s:5:\"parnt\";s:4:\"Divi\";s:5:\"child\";s:10:\"Divi-child\";s:10:\"configtype\";s:5:\"theme\";s:6:\"valkey\";i:1021;s:7:\"rulekey\";i:179;s:5:\"qskey\";i:3915;s:6:\"selkey\";i:3705;s:8:\"querykey\";i:24;s:8:\"tokenkey\";N;s:6:\"recent\";N;s:9:\"converted\";i:1;s:5:\"fsize\";i:568;s:7:\"version\";s:5:\"2.6.0\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (157, 'chld_thm_cfg_options_dict_qs', 'a:3915:{i:1;s:3:\"1:1\";i:2;s:3:\"1:2\";i:3;s:3:\"1:3\";i:4;s:3:\"1:4\";i:5;s:3:\"1:5\";i:6;s:3:\"1:6\";i:7;s:3:\"2:1\";i:8;s:3:\"2:7\";i:9;s:3:\"2:8\";i:10;s:3:\"2:9\";i:11;s:4:\"3:10\";i:12;s:4:\"3:11\";i:13;s:4:\"3:12\";i:14;s:4:\"3:13\";i:15;s:4:\"3:14\";i:16;s:4:\"3:15\";i:17;s:4:\"3:16\";i:18;s:4:\"3:17\";i:19;s:4:\"3:18\";i:20;s:4:\"3:19\";i:21;s:4:\"3:20\";i:22;s:4:\"3:21\";i:23;s:4:\"3:22\";i:24;s:4:\"3:23\";i:25;s:4:\"3:24\";i:26;s:4:\"3:25\";i:27;s:4:\"3:26\";i:28;s:4:\"3:27\";i:29;s:4:\"3:28\";i:30;s:4:\"3:29\";i:31;s:4:\"3:30\";i:32;s:4:\"3:31\";i:33;s:4:\"3:32\";i:34;s:4:\"3:33\";i:35;s:4:\"3:34\";i:36;s:4:\"3:35\";i:37;s:4:\"4:36\";i:38;s:4:\"4:37\";i:39;s:4:\"4:38\";i:40;s:4:\"4:39\";i:41;s:4:\"4:40\";i:42;s:4:\"4:41\";i:43;s:4:\"4:42\";i:44;s:4:\"4:43\";i:45;s:4:\"4:44\";i:46;s:4:\"4:45\";i:47;s:4:\"4:46\";i:48;s:4:\"4:47\";i:49;s:4:\"4:48\";i:50;s:4:\"4:49\";i:51;s:4:\"4:50\";i:52;s:4:\"4:51\";i:53;s:4:\"4:52\";i:54;s:4:\"4:53\";i:55;s:4:\"4:54\";i:56;s:4:\"4:55\";i:57;s:4:\"4:56\";i:58;s:4:\"4:57\";i:59;s:4:\"4:58\";i:60;s:4:\"4:59\";i:61;s:4:\"4:60\";i:62;s:4:\"4:61\";i:63;s:4:\"4:62\";i:64;s:4:\"4:63\";i:65;s:4:\"4:64\";i:66;s:4:\"4:65\";i:67;s:4:\"4:66\";i:68;s:4:\"4:67\";i:69;s:4:\"4:68\";i:70;s:4:\"4:69\";i:71;s:4:\"4:70\";i:72;s:4:\"4:71\";i:73;s:4:\"4:72\";i:74;s:4:\"4:73\";i:75;s:4:\"4:74\";i:76;s:4:\"4:75\";i:77;s:4:\"4:76\";i:78;s:4:\"4:77\";i:79;s:4:\"4:78\";i:80;s:4:\"4:79\";i:81;s:4:\"4:80\";i:82;s:4:\"4:81\";i:83;s:4:\"4:82\";i:84;s:4:\"4:83\";i:85;s:4:\"4:84\";i:86;s:4:\"4:85\";i:87;s:4:\"4:86\";i:88;s:4:\"4:87\";i:89;s:4:\"4:88\";i:90;s:4:\"4:89\";i:91;s:4:\"4:90\";i:92;s:4:\"4:91\";i:93;s:4:\"4:92\";i:94;s:4:\"4:93\";i:95;s:4:\"4:94\";i:96;s:4:\"4:95\";i:97;s:4:\"4:96\";i:98;s:4:\"4:97\";i:99;s:4:\"4:98\";i:100;s:4:\"4:99\";i:101;s:5:\"4:100\";i:102;s:5:\"4:101\";i:103;s:5:\"4:102\";i:104;s:5:\"4:103\";i:105;s:5:\"4:104\";i:106;s:5:\"4:105\";i:107;s:5:\"4:106\";i:108;s:5:\"4:107\";i:109;s:5:\"4:108\";i:110;s:5:\"4:109\";i:111;s:5:\"4:110\";i:112;s:5:\"4:111\";i:113;s:5:\"4:112\";i:114;s:5:\"4:113\";i:115;s:5:\"4:114\";i:116;s:5:\"4:115\";i:117;s:5:\"4:116\";i:118;s:5:\"4:117\";i:119;s:5:\"4:118\";i:120;s:5:\"4:119\";i:121;s:5:\"4:120\";i:122;s:5:\"4:121\";i:123;s:5:\"4:122\";i:124;s:5:\"4:123\";i:125;s:5:\"4:124\";i:126;s:5:\"4:125\";i:127;s:5:\"4:126\";i:128;s:5:\"4:127\";i:129;s:5:\"4:128\";i:130;s:5:\"4:129\";i:131;s:5:\"4:130\";i:132;s:5:\"4:131\";i:133;s:5:\"4:132\";i:134;s:5:\"4:133\";i:135;s:5:\"4:134\";i:136;s:5:\"4:135\";i:137;s:5:\"4:136\";i:138;s:5:\"4:137\";i:139;s:5:\"4:138\";i:140;s:5:\"4:139\";i:141;s:5:\"4:140\";i:142;s:5:\"4:141\";i:143;s:5:\"4:142\";i:144;s:5:\"4:143\";i:145;s:5:\"4:144\";i:146;s:5:\"4:145\";i:147;s:5:\"4:146\";i:148;s:5:\"4:147\";i:149;s:5:\"4:148\";i:150;s:5:\"4:149\";i:151;s:5:\"4:150\";i:152;s:5:\"4:151\";i:153;s:5:\"4:152\";i:154;s:5:\"4:153\";i:155;s:5:\"4:154\";i:156;s:5:\"4:155\";i:157;s:5:\"4:156\";i:158;s:5:\"4:157\";i:159;s:5:\"4:158\";i:160;s:5:\"4:159\";i:161;s:5:\"4:160\";i:162;s:5:\"4:161\";i:163;s:5:\"4:162\";i:164;s:5:\"4:163\";i:165;s:5:\"4:164\";i:166;s:5:\"4:165\";i:167;s:5:\"4:166\";i:168;s:5:\"4:167\";i:169;s:5:\"4:168\";i:170;s:5:\"4:169\";i:171;s:5:\"4:170\";i:172;s:5:\"4:171\";i:173;s:5:\"4:172\";i:174;s:5:\"4:173\";i:175;s:5:\"4:174\";i:176;s:5:\"4:175\";i:177;s:5:\"4:176\";i:178;s:5:\"4:177\";i:179;s:5:\"4:178\";i:180;s:5:\"4:179\";i:181;s:5:\"4:180\";i:182;s:5:\"4:181\";i:183;s:5:\"4:182\";i:184;s:5:\"4:183\";i:185;s:5:\"4:184\";i:186;s:5:\"4:185\";i:187;s:5:\"4:186\";i:188;s:5:\"4:187\";i:189;s:5:\"4:188\";i:190;s:5:\"4:189\";i:191;s:5:\"4:190\";i:192;s:5:\"4:191\";i:193;s:5:\"4:192\";i:194;s:5:\"4:193\";i:195;s:5:\"4:194\";i:196;s:5:\"4:195\";i:197;s:5:\"4:196\";i:198;s:5:\"4:197\";i:199;s:5:\"4:198\";i:200;s:5:\"4:199\";i:201;s:5:\"4:200\";i:202;s:5:\"4:201\";i:203;s:5:\"4:202\";i:204;s:5:\"4:203\";i:205;s:5:\"4:204\";i:206;s:5:\"4:205\";i:207;s:5:\"4:206\";i:208;s:5:\"4:207\";i:209;s:5:\"4:208\";i:210;s:5:\"4:209\";i:211;s:5:\"4:210\";i:212;s:5:\"4:211\";i:213;s:5:\"4:212\";i:214;s:5:\"4:213\";i:215;s:5:\"4:214\";i:216;s:5:\"4:215\";i:217;s:5:\"4:216\";i:218;s:5:\"4:217\";i:219;s:5:\"4:218\";i:220;s:5:\"4:219\";i:221;s:5:\"4:220\";i:222;s:5:\"4:221\";i:223;s:5:\"4:222\";i:224;s:5:\"4:223\";i:225;s:5:\"4:224\";i:226;s:5:\"4:225\";i:227;s:5:\"4:226\";i:228;s:5:\"4:227\";i:229;s:5:\"4:228\";i:230;s:5:\"4:229\";i:231;s:5:\"4:230\";i:232;s:5:\"4:231\";i:233;s:5:\"4:232\";i:234;s:5:\"4:233\";i:235;s:5:\"4:234\";i:236;s:5:\"4:235\";i:237;s:5:\"4:236\";i:238;s:5:\"4:237\";i:239;s:5:\"4:238\";i:240;s:5:\"4:239\";i:241;s:5:\"4:240\";i:242;s:5:\"4:241\";i:243;s:5:\"4:242\";i:244;s:5:\"4:243\";i:245;s:5:\"4:244\";i:246;s:5:\"4:245\";i:247;s:5:\"4:246\";i:248;s:5:\"4:247\";i:249;s:5:\"4:248\";i:250;s:5:\"4:249\";i:251;s:5:\"4:250\";i:252;s:5:\"4:251\";i:253;s:5:\"4:252\";i:254;s:5:\"4:253\";i:255;s:5:\"4:254\";i:256;s:5:\"4:255\";i:257;s:5:\"4:256\";i:258;s:5:\"4:257\";i:259;s:5:\"4:258\";i:260;s:5:\"4:259\";i:261;s:5:\"4:260\";i:262;s:5:\"4:261\";i:263;s:5:\"4:262\";i:264;s:5:\"4:263\";i:265;s:5:\"4:264\";i:266;s:5:\"4:265\";i:267;s:5:\"4:266\";i:268;s:5:\"4:267\";i:269;s:5:\"4:268\";i:270;s:5:\"4:269\";i:271;s:5:\"4:270\";i:272;s:5:\"4:271\";i:273;s:5:\"4:272\";i:274;s:5:\"4:273\";i:275;s:5:\"4:274\";i:276;s:5:\"4:275\";i:277;s:5:\"4:276\";i:278;s:5:\"4:277\";i:279;s:5:\"4:278\";i:280;s:5:\"4:279\";i:281;s:5:\"4:280\";i:282;s:5:\"4:281\";i:283;s:5:\"4:282\";i:284;s:5:\"4:283\";i:285;s:5:\"4:284\";i:286;s:5:\"4:285\";i:287;s:5:\"4:286\";i:288;s:5:\"4:287\";i:289;s:5:\"4:288\";i:290;s:5:\"4:289\";i:291;s:5:\"4:290\";i:292;s:5:\"4:291\";i:293;s:5:\"4:292\";i:294;s:5:\"4:293\";i:295;s:5:\"4:294\";i:296;s:5:\"4:295\";i:297;s:5:\"4:296\";i:298;s:5:\"4:297\";i:299;s:5:\"4:298\";i:300;s:5:\"4:299\";i:301;s:5:\"4:300\";i:302;s:5:\"4:301\";i:303;s:5:\"4:302\";i:304;s:5:\"4:303\";i:305;s:5:\"4:304\";i:306;s:5:\"4:305\";i:307;s:5:\"4:306\";i:308;s:5:\"4:307\";i:309;s:5:\"4:308\";i:310;s:5:\"4:309\";i:311;s:5:\"4:310\";i:312;s:5:\"4:311\";i:313;s:5:\"4:312\";i:314;s:5:\"4:313\";i:315;s:5:\"4:314\";i:316;s:5:\"4:315\";i:317;s:5:\"4:316\";i:318;s:5:\"4:317\";i:319;s:5:\"4:318\";i:320;s:5:\"4:319\";i:321;s:5:\"4:320\";i:322;s:5:\"4:321\";i:323;s:5:\"4:322\";i:324;s:5:\"4:323\";i:325;s:5:\"4:324\";i:326;s:5:\"4:325\";i:327;s:5:\"4:326\";i:328;s:5:\"4:327\";i:329;s:5:\"4:328\";i:330;s:5:\"4:329\";i:331;s:5:\"4:330\";i:332;s:5:\"4:331\";i:333;s:5:\"4:332\";i:334;s:5:\"4:333\";i:335;s:5:\"4:334\";i:336;s:5:\"4:335\";i:337;s:5:\"4:336\";i:338;s:5:\"4:337\";i:339;s:5:\"4:338\";i:340;s:5:\"4:339\";i:341;s:5:\"4:340\";i:342;s:5:\"4:341\";i:343;s:5:\"4:342\";i:344;s:5:\"4:343\";i:345;s:5:\"4:344\";i:346;s:5:\"4:345\";i:347;s:5:\"4:346\";i:348;s:5:\"4:347\";i:349;s:5:\"4:348\";i:350;s:5:\"4:349\";i:351;s:5:\"4:350\";i:352;s:5:\"4:351\";i:353;s:5:\"4:352\";i:354;s:5:\"4:353\";i:355;s:5:\"4:354\";i:356;s:5:\"4:355\";i:357;s:5:\"4:356\";i:358;s:5:\"4:357\";i:359;s:5:\"4:358\";i:360;s:5:\"4:359\";i:361;s:5:\"4:360\";i:362;s:5:\"4:361\";i:363;s:5:\"4:362\";i:364;s:5:\"4:363\";i:365;s:5:\"4:364\";i:366;s:5:\"4:365\";i:367;s:5:\"4:366\";i:368;s:5:\"4:367\";i:369;s:5:\"4:368\";i:370;s:5:\"4:369\";i:371;s:5:\"4:370\";i:372;s:5:\"4:371\";i:373;s:5:\"4:372\";i:374;s:5:\"4:373\";i:375;s:5:\"4:374\";i:376;s:5:\"4:375\";i:377;s:5:\"4:376\";i:378;s:5:\"4:377\";i:379;s:5:\"4:378\";i:380;s:5:\"4:379\";i:381;s:5:\"4:380\";i:382;s:5:\"4:381\";i:383;s:5:\"4:382\";i:384;s:5:\"4:383\";i:385;s:5:\"4:384\";i:386;s:5:\"4:385\";i:387;s:5:\"4:386\";i:388;s:5:\"4:387\";i:389;s:5:\"4:388\";i:390;s:5:\"4:389\";i:391;s:5:\"4:390\";i:392;s:5:\"4:391\";i:393;s:5:\"4:392\";i:394;s:5:\"4:393\";i:395;s:5:\"4:394\";i:396;s:5:\"4:395\";i:397;s:5:\"4:396\";i:398;s:5:\"4:397\";i:399;s:5:\"4:398\";i:400;s:5:\"4:399\";i:401;s:5:\"4:400\";i:402;s:5:\"4:401\";i:403;s:5:\"4:402\";i:404;s:5:\"4:403\";i:405;s:5:\"4:404\";i:406;s:5:\"4:405\";i:407;s:5:\"4:406\";i:408;s:5:\"4:407\";i:409;s:5:\"4:408\";i:410;s:5:\"4:409\";i:411;s:5:\"4:410\";i:412;s:5:\"4:411\";i:413;s:5:\"4:412\";i:414;s:5:\"4:413\";i:415;s:5:\"4:414\";i:416;s:5:\"4:415\";i:417;s:5:\"4:416\";i:418;s:5:\"4:417\";i:419;s:5:\"4:418\";i:420;s:5:\"4:419\";i:421;s:5:\"4:420\";i:422;s:5:\"4:421\";i:423;s:5:\"4:422\";i:424;s:5:\"4:423\";i:425;s:5:\"4:424\";i:426;s:5:\"4:425\";i:427;s:5:\"4:426\";i:428;s:5:\"4:427\";i:429;s:5:\"4:428\";i:430;s:5:\"4:429\";i:431;s:5:\"4:430\";i:432;s:5:\"4:431\";i:433;s:5:\"4:432\";i:434;s:5:\"4:433\";i:435;s:5:\"4:434\";i:436;s:5:\"4:435\";i:437;s:5:\"4:436\";i:438;s:5:\"4:437\";i:439;s:5:\"4:438\";i:440;s:5:\"4:439\";i:441;s:5:\"4:440\";i:442;s:5:\"4:441\";i:443;s:5:\"4:442\";i:444;s:5:\"4:443\";i:445;s:5:\"4:444\";i:446;s:5:\"4:445\";i:447;s:5:\"4:446\";i:448;s:5:\"4:447\";i:449;s:5:\"4:448\";i:450;s:5:\"4:449\";i:451;s:5:\"4:450\";i:452;s:5:\"4:451\";i:453;s:5:\"4:452\";i:454;s:5:\"4:453\";i:455;s:5:\"4:454\";i:456;s:5:\"4:455\";i:457;s:5:\"4:456\";i:458;s:5:\"4:457\";i:459;s:5:\"4:458\";i:460;s:5:\"4:459\";i:461;s:5:\"4:460\";i:462;s:5:\"4:461\";i:463;s:5:\"4:462\";i:464;s:5:\"4:463\";i:465;s:5:\"4:464\";i:466;s:5:\"4:465\";i:467;s:5:\"4:466\";i:468;s:5:\"4:467\";i:469;s:5:\"4:468\";i:470;s:5:\"4:469\";i:471;s:5:\"4:470\";i:472;s:5:\"4:471\";i:473;s:5:\"4:472\";i:474;s:5:\"4:473\";i:475;s:5:\"4:474\";i:476;s:5:\"4:475\";i:477;s:5:\"4:476\";i:478;s:5:\"4:477\";i:479;s:5:\"4:478\";i:480;s:5:\"4:479\";i:481;s:5:\"4:480\";i:482;s:5:\"4:481\";i:483;s:5:\"4:482\";i:484;s:5:\"4:483\";i:485;s:5:\"4:484\";i:486;s:5:\"4:485\";i:487;s:5:\"4:486\";i:488;s:5:\"4:487\";i:489;s:5:\"4:488\";i:490;s:5:\"4:489\";i:491;s:5:\"4:490\";i:492;s:5:\"4:491\";i:493;s:5:\"4:492\";i:494;s:5:\"4:493\";i:495;s:5:\"4:494\";i:496;s:5:\"4:495\";i:497;s:5:\"4:496\";i:498;s:5:\"4:497\";i:499;s:5:\"4:498\";i:500;s:5:\"4:499\";i:501;s:5:\"4:500\";i:502;s:5:\"4:501\";i:503;s:5:\"4:502\";i:504;s:5:\"4:503\";i:505;s:5:\"4:504\";i:506;s:5:\"4:505\";i:507;s:5:\"4:506\";i:508;s:5:\"4:507\";i:509;s:5:\"4:508\";i:510;s:5:\"4:509\";i:511;s:5:\"4:510\";i:512;s:5:\"4:511\";i:513;s:5:\"4:512\";i:514;s:5:\"4:513\";i:515;s:5:\"4:514\";i:516;s:5:\"4:515\";i:517;s:5:\"4:516\";i:518;s:5:\"4:517\";i:519;s:5:\"4:518\";i:520;s:5:\"4:519\";i:521;s:5:\"4:520\";i:522;s:5:\"4:521\";i:523;s:5:\"4:522\";i:524;s:5:\"4:523\";i:525;s:5:\"4:524\";i:526;s:5:\"4:525\";i:527;s:5:\"4:526\";i:528;s:5:\"4:527\";i:529;s:5:\"4:528\";i:530;s:5:\"4:529\";i:531;s:5:\"4:530\";i:532;s:5:\"4:531\";i:533;s:5:\"4:532\";i:534;s:5:\"4:533\";i:535;s:5:\"4:534\";i:536;s:5:\"4:535\";i:537;s:5:\"4:536\";i:538;s:5:\"4:537\";i:539;s:5:\"4:538\";i:540;s:5:\"4:539\";i:541;s:5:\"4:540\";i:542;s:5:\"4:541\";i:543;s:5:\"4:542\";i:544;s:5:\"4:543\";i:545;s:5:\"4:544\";i:546;s:5:\"4:545\";i:547;s:5:\"4:546\";i:548;s:5:\"4:547\";i:549;s:5:\"4:548\";i:550;s:5:\"4:549\";i:551;s:5:\"4:550\";i:552;s:5:\"4:551\";i:553;s:5:\"4:552\";i:554;s:5:\"4:553\";i:555;s:5:\"4:554\";i:556;s:5:\"4:555\";i:557;s:5:\"4:556\";i:558;s:5:\"4:557\";i:559;s:5:\"4:558\";i:560;s:5:\"4:559\";i:561;s:5:\"4:560\";i:562;s:5:\"4:561\";i:563;s:5:\"4:562\";i:564;s:5:\"4:563\";i:565;s:5:\"4:564\";i:566;s:5:\"4:565\";i:567;s:5:\"4:566\";i:568;s:5:\"4:567\";i:569;s:5:\"4:568\";i:570;s:5:\"4:569\";i:571;s:5:\"4:570\";i:572;s:5:\"4:571\";i:573;s:5:\"4:572\";i:574;s:5:\"4:573\";i:575;s:5:\"4:574\";i:576;s:5:\"4:575\";i:577;s:5:\"4:576\";i:578;s:5:\"4:577\";i:579;s:5:\"4:578\";i:580;s:5:\"4:579\";i:581;s:5:\"4:580\";i:582;s:5:\"4:581\";i:583;s:5:\"4:582\";i:584;s:5:\"4:583\";i:585;s:5:\"4:584\";i:586;s:5:\"4:585\";i:587;s:5:\"4:586\";i:588;s:5:\"4:587\";i:589;s:5:\"4:588\";i:590;s:5:\"4:589\";i:591;s:5:\"4:590\";i:592;s:5:\"4:591\";i:593;s:5:\"4:592\";i:594;s:5:\"4:593\";i:595;s:5:\"4:594\";i:596;s:5:\"4:595\";i:597;s:5:\"4:596\";i:598;s:5:\"4:597\";i:599;s:5:\"4:598\";i:600;s:5:\"4:599\";i:601;s:5:\"4:600\";i:602;s:5:\"4:601\";i:603;s:5:\"4:602\";i:604;s:5:\"4:603\";i:605;s:5:\"4:604\";i:606;s:5:\"4:605\";i:607;s:5:\"4:606\";i:608;s:5:\"4:607\";i:609;s:5:\"4:608\";i:610;s:5:\"4:609\";i:611;s:5:\"4:610\";i:612;s:5:\"4:611\";i:613;s:5:\"4:612\";i:614;s:5:\"4:613\";i:615;s:5:\"4:614\";i:616;s:5:\"4:615\";i:617;s:5:\"4:616\";i:618;s:5:\"4:617\";i:619;s:5:\"4:618\";i:620;s:5:\"4:619\";i:621;s:5:\"4:620\";i:622;s:5:\"4:621\";i:623;s:5:\"4:622\";i:624;s:5:\"4:623\";i:625;s:5:\"4:624\";i:626;s:5:\"4:625\";i:627;s:5:\"4:626\";i:628;s:5:\"4:627\";i:629;s:5:\"4:628\";i:630;s:5:\"4:629\";i:631;s:5:\"4:630\";i:632;s:5:\"4:631\";i:633;s:5:\"4:632\";i:634;s:5:\"4:633\";i:635;s:5:\"4:634\";i:636;s:5:\"4:635\";i:637;s:5:\"4:636\";i:638;s:5:\"4:637\";i:639;s:5:\"4:638\";i:640;s:5:\"4:639\";i:641;s:5:\"4:640\";i:642;s:5:\"4:641\";i:643;s:5:\"4:642\";i:644;s:5:\"4:643\";i:645;s:5:\"4:644\";i:646;s:5:\"4:645\";i:647;s:5:\"4:646\";i:648;s:5:\"4:647\";i:649;s:5:\"4:648\";i:650;s:5:\"4:649\";i:651;s:5:\"4:650\";i:652;s:5:\"4:651\";i:653;s:5:\"4:652\";i:654;s:5:\"4:653\";i:655;s:5:\"4:654\";i:656;s:5:\"4:655\";i:657;s:5:\"4:656\";i:658;s:5:\"4:657\";i:659;s:5:\"4:658\";i:660;s:5:\"4:659\";i:661;s:5:\"4:660\";i:662;s:5:\"4:661\";i:663;s:5:\"4:662\";i:664;s:5:\"4:663\";i:665;s:5:\"4:664\";i:666;s:5:\"4:665\";i:667;s:5:\"4:666\";i:668;s:5:\"4:667\";i:669;s:5:\"4:668\";i:670;s:5:\"4:669\";i:671;s:5:\"4:670\";i:672;s:5:\"4:671\";i:673;s:5:\"4:672\";i:674;s:5:\"4:673\";i:675;s:5:\"4:674\";i:676;s:5:\"4:675\";i:677;s:5:\"4:676\";i:678;s:5:\"4:677\";i:679;s:5:\"4:678\";i:680;s:5:\"4:679\";i:681;s:5:\"4:680\";i:682;s:5:\"4:681\";i:683;s:5:\"4:682\";i:684;s:5:\"4:683\";i:685;s:5:\"4:684\";i:686;s:5:\"4:685\";i:687;s:5:\"4:686\";i:688;s:5:\"4:687\";i:689;s:5:\"4:688\";i:690;s:5:\"4:689\";i:691;s:5:\"4:690\";i:692;s:5:\"4:691\";i:693;s:5:\"4:692\";i:694;s:5:\"4:693\";i:695;s:5:\"4:694\";i:696;s:5:\"4:695\";i:697;s:5:\"4:696\";i:698;s:5:\"4:697\";i:699;s:5:\"4:698\";i:700;s:5:\"4:699\";i:701;s:5:\"4:700\";i:702;s:5:\"4:701\";i:703;s:5:\"4:702\";i:704;s:5:\"4:703\";i:705;s:5:\"4:704\";i:706;s:5:\"4:705\";i:707;s:5:\"4:706\";i:708;s:5:\"4:707\";i:709;s:5:\"4:708\";i:710;s:5:\"4:709\";i:711;s:5:\"4:710\";i:712;s:5:\"4:711\";i:713;s:5:\"4:712\";i:714;s:5:\"4:713\";i:715;s:5:\"4:714\";i:716;s:5:\"4:715\";i:717;s:5:\"4:716\";i:718;s:5:\"4:717\";i:719;s:5:\"4:718\";i:720;s:5:\"4:719\";i:721;s:5:\"4:720\";i:722;s:5:\"4:721\";i:723;s:5:\"4:722\";i:724;s:5:\"4:723\";i:725;s:5:\"4:724\";i:726;s:5:\"4:725\";i:727;s:5:\"4:726\";i:728;s:5:\"4:727\";i:729;s:5:\"4:728\";i:730;s:5:\"4:729\";i:731;s:5:\"4:730\";i:732;s:5:\"4:731\";i:733;s:5:\"4:732\";i:734;s:5:\"4:733\";i:735;s:5:\"4:734\";i:736;s:5:\"4:735\";i:737;s:5:\"4:736\";i:738;s:5:\"4:737\";i:739;s:5:\"4:738\";i:740;s:5:\"4:739\";i:741;s:5:\"4:740\";i:742;s:5:\"4:741\";i:743;s:5:\"4:742\";i:744;s:5:\"4:743\";i:745;s:5:\"4:744\";i:746;s:5:\"4:745\";i:747;s:5:\"4:746\";i:748;s:5:\"4:747\";i:749;s:5:\"4:748\";i:750;s:5:\"4:749\";i:751;s:5:\"4:750\";i:752;s:5:\"4:751\";i:753;s:5:\"4:752\";i:754;s:5:\"4:753\";i:755;s:5:\"4:754\";i:756;s:5:\"4:755\";i:757;s:5:\"4:756\";i:758;s:5:\"4:757\";i:759;s:5:\"4:758\";i:760;s:5:\"4:759\";i:761;s:5:\"4:760\";i:762;s:5:\"4:761\";i:763;s:5:\"4:762\";i:764;s:5:\"4:763\";i:765;s:5:\"4:764\";i:766;s:5:\"4:765\";i:767;s:5:\"4:766\";i:768;s:5:\"4:767\";i:769;s:5:\"4:768\";i:770;s:5:\"4:769\";i:771;s:5:\"4:770\";i:772;s:5:\"4:771\";i:773;s:5:\"4:772\";i:774;s:5:\"4:773\";i:775;s:5:\"4:774\";i:776;s:5:\"4:775\";i:777;s:5:\"4:776\";i:778;s:5:\"4:777\";i:779;s:5:\"4:778\";i:780;s:5:\"4:779\";i:781;s:5:\"4:780\";i:782;s:5:\"4:781\";i:783;s:5:\"4:782\";i:784;s:5:\"4:783\";i:785;s:5:\"4:784\";i:786;s:5:\"4:785\";i:787;s:5:\"4:786\";i:788;s:5:\"4:787\";i:789;s:5:\"4:788\";i:790;s:5:\"4:789\";i:791;s:5:\"4:790\";i:792;s:5:\"4:791\";i:793;s:5:\"4:792\";i:794;s:5:\"4:793\";i:795;s:5:\"4:794\";i:796;s:5:\"4:795\";i:797;s:5:\"4:796\";i:798;s:5:\"4:797\";i:799;s:5:\"4:798\";i:800;s:5:\"4:799\";i:801;s:5:\"4:800\";i:802;s:5:\"4:801\";i:803;s:5:\"4:802\";i:804;s:5:\"4:803\";i:805;s:5:\"4:804\";i:806;s:5:\"4:805\";i:807;s:5:\"4:806\";i:808;s:5:\"4:807\";i:809;s:5:\"4:808\";i:810;s:5:\"4:809\";i:811;s:5:\"4:810\";i:812;s:5:\"4:811\";i:813;s:5:\"4:812\";i:814;s:5:\"4:813\";i:815;s:5:\"4:814\";i:816;s:5:\"4:815\";i:817;s:5:\"4:816\";i:818;s:5:\"4:817\";i:819;s:5:\"4:818\";i:820;s:5:\"4:819\";i:821;s:5:\"4:820\";i:822;s:5:\"4:821\";i:823;s:5:\"4:822\";i:824;s:5:\"4:823\";i:825;s:5:\"4:824\";i:826;s:5:\"4:825\";i:827;s:5:\"4:826\";i:828;s:5:\"4:827\";i:829;s:5:\"4:828\";i:830;s:5:\"4:829\";i:831;s:5:\"4:830\";i:832;s:5:\"4:831\";i:833;s:5:\"4:832\";i:834;s:5:\"4:833\";i:835;s:5:\"4:834\";i:836;s:5:\"4:835\";i:837;s:5:\"4:836\";i:838;s:5:\"4:837\";i:839;s:5:\"4:838\";i:840;s:5:\"4:839\";i:841;s:5:\"4:840\";i:842;s:5:\"4:841\";i:843;s:5:\"4:842\";i:844;s:5:\"4:843\";i:845;s:5:\"4:844\";i:846;s:5:\"4:845\";i:847;s:5:\"4:846\";i:848;s:5:\"4:847\";i:849;s:5:\"4:848\";i:850;s:5:\"4:849\";i:851;s:5:\"4:850\";i:852;s:5:\"4:851\";i:853;s:5:\"4:852\";i:854;s:5:\"4:853\";i:855;s:5:\"4:854\";i:856;s:5:\"4:855\";i:857;s:5:\"4:856\";i:858;s:5:\"4:857\";i:859;s:5:\"4:858\";i:860;s:5:\"4:859\";i:861;s:5:\"4:860\";i:862;s:5:\"4:861\";i:863;s:5:\"4:862\";i:864;s:5:\"4:863\";i:865;s:5:\"4:864\";i:866;s:5:\"4:865\";i:867;s:5:\"4:866\";i:868;s:5:\"4:867\";i:869;s:5:\"4:868\";i:870;s:5:\"4:869\";i:871;s:5:\"4:870\";i:872;s:5:\"4:871\";i:873;s:5:\"4:872\";i:874;s:5:\"4:873\";i:875;s:5:\"4:874\";i:876;s:5:\"4:875\";i:877;s:5:\"4:876\";i:878;s:5:\"4:877\";i:879;s:5:\"4:878\";i:880;s:5:\"4:879\";i:881;s:5:\"4:880\";i:882;s:5:\"4:881\";i:883;s:5:\"4:882\";i:884;s:5:\"4:883\";i:885;s:5:\"4:884\";i:886;s:5:\"4:885\";i:887;s:5:\"4:886\";i:888;s:5:\"4:887\";i:889;s:5:\"4:888\";i:890;s:5:\"4:889\";i:891;s:5:\"4:890\";i:892;s:5:\"4:891\";i:893;s:5:\"4:892\";i:894;s:5:\"4:893\";i:895;s:5:\"4:894\";i:896;s:5:\"4:895\";i:897;s:5:\"4:896\";i:898;s:5:\"4:897\";i:899;s:5:\"4:898\";i:900;s:5:\"4:899\";i:901;s:5:\"4:900\";i:902;s:5:\"4:901\";i:903;s:5:\"4:902\";i:904;s:5:\"4:903\";i:905;s:5:\"4:904\";i:906;s:5:\"4:905\";i:907;s:5:\"4:906\";i:908;s:5:\"4:907\";i:909;s:5:\"4:908\";i:910;s:5:\"4:909\";i:911;s:5:\"4:910\";i:912;s:5:\"4:911\";i:913;s:5:\"4:912\";i:914;s:5:\"4:913\";i:915;s:5:\"4:914\";i:916;s:5:\"4:915\";i:917;s:5:\"4:916\";i:918;s:5:\"4:917\";i:919;s:5:\"4:918\";i:920;s:5:\"4:919\";i:921;s:5:\"4:920\";i:922;s:5:\"4:921\";i:923;s:5:\"4:922\";i:924;s:5:\"4:923\";i:925;s:5:\"4:924\";i:926;s:5:\"4:925\";i:927;s:5:\"4:926\";i:928;s:5:\"4:927\";i:929;s:5:\"4:928\";i:930;s:5:\"4:929\";i:931;s:5:\"4:930\";i:932;s:5:\"4:931\";i:933;s:5:\"4:932\";i:934;s:5:\"4:933\";i:935;s:5:\"4:934\";i:936;s:5:\"4:935\";i:937;s:5:\"4:936\";i:938;s:5:\"4:937\";i:939;s:5:\"4:938\";i:940;s:5:\"4:939\";i:941;s:5:\"4:940\";i:942;s:5:\"4:941\";i:943;s:5:\"4:942\";i:944;s:5:\"4:943\";i:945;s:5:\"4:944\";i:946;s:5:\"4:945\";i:947;s:5:\"4:946\";i:948;s:3:\"4:2\";i:949;s:3:\"4:4\";i:950;s:3:\"4:3\";i:951;s:3:\"4:5\";i:952;s:5:\"4:947\";i:953;s:5:\"4:948\";i:954;s:5:\"4:949\";i:955;s:5:\"4:950\";i:956;s:5:\"4:951\";i:957;s:5:\"4:952\";i:958;s:5:\"4:953\";i:959;s:5:\"4:954\";i:960;s:5:\"4:955\";i:961;s:5:\"4:956\";i:962;s:5:\"4:957\";i:963;s:5:\"4:958\";i:964;s:5:\"4:959\";i:965;s:5:\"4:960\";i:966;s:5:\"4:961\";i:967;s:5:\"4:962\";i:968;s:5:\"4:963\";i:969;s:5:\"4:964\";i:970;s:5:\"4:965\";i:971;s:5:\"4:966\";i:972;s:5:\"4:967\";i:973;s:5:\"4:968\";i:974;s:5:\"4:969\";i:975;s:5:\"4:970\";i:976;s:5:\"4:971\";i:977;s:5:\"4:972\";i:978;s:5:\"4:973\";i:979;s:5:\"4:974\";i:980;s:5:\"4:975\";i:981;s:5:\"4:976\";i:982;s:5:\"4:977\";i:983;s:5:\"4:978\";i:984;s:5:\"4:979\";i:985;s:5:\"4:980\";i:986;s:5:\"4:981\";i:987;s:5:\"4:982\";i:988;s:5:\"4:983\";i:989;s:5:\"4:984\";i:990;s:5:\"4:985\";i:991;s:5:\"4:986\";i:992;s:5:\"4:987\";i:993;s:5:\"4:988\";i:994;s:5:\"4:989\";i:995;s:5:\"4:990\";i:996;s:5:\"4:991\";i:997;s:5:\"4:992\";i:998;s:5:\"4:993\";i:999;s:5:\"4:994\";i:1000;s:5:\"4:995\";i:1001;s:5:\"4:996\";i:1002;s:5:\"4:997\";i:1003;s:5:\"4:998\";i:1004;s:5:\"4:999\";i:1005;s:6:\"4:1000\";i:1006;s:6:\"4:1001\";i:1007;s:6:\"4:1002\";i:1008;s:6:\"4:1003\";i:1009;s:6:\"4:1004\";i:1010;s:6:\"4:1005\";i:1011;s:6:\"4:1006\";i:1012;s:6:\"4:1007\";i:1013;s:6:\"4:1008\";i:1014;s:6:\"4:1009\";i:1015;s:6:\"4:1010\";i:1016;s:6:\"4:1011\";i:1017;s:6:\"4:1012\";i:1018;s:6:\"4:1013\";i:1019;s:6:\"4:1014\";i:1020;s:6:\"4:1015\";i:1021;s:6:\"4:1016\";i:1022;s:6:\"4:1017\";i:1023;s:6:\"4:1018\";i:1024;s:6:\"4:1019\";i:1025;s:6:\"4:1020\";i:1026;s:6:\"4:1021\";i:1027;s:6:\"4:1022\";i:1028;s:6:\"4:1023\";i:1029;s:6:\"4:1024\";i:1030;s:6:\"4:1025\";i:1031;s:6:\"4:1026\";i:1032;s:6:\"4:1027\";i:1033;s:6:\"4:1028\";i:1034;s:6:\"4:1029\";i:1035;s:6:\"4:1030\";i:1036;s:6:\"4:1031\";i:1037;s:6:\"4:1032\";i:1038;s:6:\"4:1033\";i:1039;s:6:\"4:1034\";i:1040;s:6:\"4:1035\";i:1041;s:6:\"4:1036\";i:1042;s:6:\"4:1037\";i:1043;s:6:\"4:1038\";i:1044;s:6:\"4:1039\";i:1045;s:6:\"4:1040\";i:1046;s:6:\"4:1041\";i:1047;s:6:\"4:1042\";i:1048;s:6:\"4:1043\";i:1049;s:6:\"4:1044\";i:1050;s:6:\"4:1045\";i:1051;s:6:\"4:1046\";i:1052;s:6:\"4:1047\";i:1053;s:6:\"4:1048\";i:1054;s:6:\"4:1049\";i:1055;s:6:\"4:1050\";i:1056;s:6:\"4:1051\";i:1057;s:6:\"4:1052\";i:1058;s:6:\"4:1053\";i:1059;s:6:\"4:1054\";i:1060;s:6:\"4:1055\";i:1061;s:6:\"4:1056\";i:1062;s:6:\"4:1057\";i:1063;s:6:\"5:1058\";i:1064;s:6:\"5:1059\";i:1065;s:6:\"5:1060\";i:1066;s:6:\"5:1061\";i:1067;s:6:\"5:1062\";i:1068;s:6:\"5:1063\";i:1069;s:6:\"5:1064\";i:1070;s:6:\"5:1065\";i:1071;s:6:\"5:1066\";i:1072;s:6:\"5:1067\";i:1073;s:6:\"5:1068\";i:1074;s:6:\"5:1069\";i:1075;s:6:\"5:1070\";i:1076;s:6:\"5:1071\";i:1077;s:6:\"5:1072\";i:1078;s:6:\"5:1073\";i:1079;s:6:\"5:1074\";i:1080;s:6:\"5:1075\";i:1081;s:6:\"5:1076\";i:1082;s:6:\"5:1077\";i:1083;s:6:\"5:1078\";i:1084;s:6:\"5:1079\";i:1085;s:6:\"5:1080\";i:1086;s:6:\"5:1081\";i:1087;s:6:\"5:1082\";i:1088;s:6:\"5:1083\";i:1089;s:3:\"5:1\";i:1090;s:6:\"5:1084\";i:1091;s:6:\"5:1085\";i:1092;s:6:\"5:1086\";i:1093;s:6:\"6:1087\";i:1094;s:6:\"6:1088\";i:1095;s:4:\"6:36\";i:1096;s:4:\"6:37\";i:1097;s:6:\"6:1089\";i:1098;s:4:\"6:46\";i:1099;s:6:\"6:1090\";i:1100;s:6:\"6:1091\";i:1101;s:6:\"6:1092\";i:1102;s:6:\"6:1093\";i:1103;s:6:\"6:1094\";i:1104;s:6:\"6:1095\";i:1105;s:6:\"6:1096\";i:1106;s:6:\"6:1097\";i:1107;s:6:\"6:1098\";i:1108;s:6:\"6:1099\";i:1109;s:6:\"6:1100\";i:1110;s:6:\"6:1101\";i:1111;s:6:\"6:1102\";i:1112;s:6:\"6:1103\";i:1113;s:6:\"6:1104\";i:1114;s:6:\"6:1105\";i:1115;s:6:\"6:1106\";i:1116;s:6:\"6:1107\";i:1117;s:6:\"6:1108\";i:1118;s:6:\"6:1109\";i:1119;s:6:\"6:1110\";i:1120;s:6:\"6:1111\";i:1121;s:6:\"6:1112\";i:1122;s:6:\"6:1113\";i:1123;s:6:\"6:1114\";i:1124;s:6:\"6:1115\";i:1125;s:6:\"6:1116\";i:1126;s:6:\"6:1117\";i:1127;s:6:\"6:1118\";i:1128;s:6:\"6:1119\";i:1129;s:6:\"6:1120\";i:1130;s:6:\"6:1121\";i:1131;s:6:\"6:1122\";i:1132;s:6:\"6:1123\";i:1133;s:6:\"6:1124\";i:1134;s:6:\"6:1125\";i:1135;s:6:\"6:1126\";i:1136;s:6:\"6:1127\";i:1137;s:6:\"6:1128\";i:1138;s:6:\"6:1129\";i:1139;s:6:\"6:1130\";i:1140;s:6:\"6:1131\";i:1141;s:6:\"6:1132\";i:1142;s:6:\"6:1133\";i:1143;s:6:\"6:1134\";i:1144;s:6:\"6:1135\";i:1145;s:6:\"6:1136\";i:1146;s:6:\"6:1137\";i:1147;s:6:\"6:1060\";i:1148;s:6:\"6:1138\";i:1149;s:6:\"6:1139\";i:1150;s:6:\"6:1140\";i:1151;s:6:\"6:1141\";i:1152;s:6:\"6:1142\";i:1153;s:6:\"6:1143\";i:1154;s:6:\"6:1144\";i:1155;s:6:\"6:1145\";i:1156;s:6:\"6:1146\";i:1157;s:6:\"6:1147\";i:1158;s:6:\"6:1148\";i:1159;s:6:\"6:1149\";i:1160;s:6:\"6:1150\";i:1161;s:6:\"6:1151\";i:1162;s:6:\"6:1152\";i:1163;s:6:\"6:1153\";i:1164;s:6:\"6:1154\";i:1165;s:6:\"6:1155\";i:1166;s:6:\"6:1156\";i:1167;s:6:\"6:1157\";i:1168;s:6:\"6:1158\";i:1169;s:6:\"6:1159\";i:1170;s:6:\"6:1160\";i:1171;s:6:\"6:1161\";i:1172;s:6:\"6:1162\";i:1173;s:6:\"6:1163\";i:1174;s:6:\"6:1164\";i:1175;s:6:\"6:1165\";i:1176;s:6:\"6:1166\";i:1177;s:6:\"6:1167\";i:1178;s:6:\"6:1168\";i:1179;s:6:\"6:1169\";i:1180;s:6:\"6:1170\";i:1181;s:6:\"6:1171\";i:1182;s:6:\"6:1172\";i:1183;s:4:\"6:38\";i:1184;s:6:\"6:1173\";i:1185;s:6:\"6:1174\";i:1186;s:6:\"6:1175\";i:1187;s:4:\"6:78\";i:1188;s:6:\"6:1176\";i:1189;s:6:\"6:1177\";i:1190;s:6:\"6:1178\";i:1191;s:6:\"6:1179\";i:1192;s:6:\"6:1180\";i:1193;s:6:\"6:1181\";i:1194;s:6:\"6:1182\";i:1195;s:6:\"6:1183\";i:1196;s:6:\"6:1184\";i:1197;s:6:\"6:1185\";i:1198;s:6:\"6:1186\";i:1199;s:6:\"6:1187\";i:1200;s:6:\"6:1188\";i:1201;s:6:\"6:1189\";i:1202;s:6:\"6:1190\";i:1203;s:6:\"6:1191\";i:1204;s:6:\"6:1192\";i:1205;s:6:\"6:1193\";i:1206;s:6:\"6:1194\";i:1207;s:6:\"6:1195\";i:1208;s:6:\"6:1196\";i:1209;s:6:\"6:1197\";i:1210;s:6:\"6:1198\";i:1211;s:6:\"6:1199\";i:1212;s:6:\"6:1200\";i:1213;s:6:\"6:1201\";i:1214;s:6:\"6:1202\";i:1215;s:6:\"6:1203\";i:1216;s:6:\"6:1204\";i:1217;s:6:\"6:1205\";i:1218;s:6:\"6:1206\";i:1219;s:6:\"6:1207\";i:1220;s:6:\"6:1208\";i:1221;s:6:\"6:1209\";i:1222;s:6:\"6:1210\";i:1223;s:6:\"6:1211\";i:1224;s:6:\"6:1212\";i:1225;s:6:\"6:1213\";i:1226;s:6:\"6:1214\";i:1227;s:6:\"6:1215\";i:1228;s:6:\"6:1216\";i:1229;s:6:\"6:1217\";i:1230;s:6:\"6:1218\";i:1231;s:6:\"6:1219\";i:1232;s:6:\"6:1220\";i:1233;s:6:\"6:1221\";i:1234;s:6:\"6:1222\";i:1235;s:6:\"6:1223\";i:1236;s:6:\"6:1224\";i:1237;s:6:\"6:1225\";i:1238;s:6:\"6:1226\";i:1239;s:6:\"6:1227\";i:1240;s:6:\"6:1228\";i:1241;s:6:\"6:1229\";i:1242;s:6:\"6:1230\";i:1243;s:6:\"6:1231\";i:1244;s:6:\"6:1232\";i:1245;s:6:\"6:1233\";i:1246;s:6:\"6:1234\";i:1247;s:6:\"6:1235\";i:1248;s:6:\"6:1236\";i:1249;s:6:\"6:1237\";i:1250;s:6:\"6:1238\";i:1251;s:6:\"6:1239\";i:1252;s:6:\"6:1240\";i:1253;s:6:\"6:1241\";i:1254;s:6:\"6:1242\";i:1255;s:6:\"6:1243\";i:1256;s:6:\"6:1244\";i:1257;s:6:\"6:1245\";i:1258;s:6:\"6:1246\";i:1259;s:6:\"6:1247\";i:1260;s:6:\"6:1248\";i:1261;s:6:\"6:1249\";i:1262;s:6:\"6:1250\";i:1263;s:6:\"6:1251\";i:1264;s:6:\"6:1252\";i:1265;s:6:\"6:1253\";i:1266;s:6:\"6:1254\";i:1267;s:6:\"6:1255\";i:1268;s:6:\"6:1256\";i:1269;s:6:\"6:1257\";i:1270;s:6:\"6:1258\";i:1271;s:6:\"6:1259\";i:1272;s:6:\"6:1260\";i:1273;s:6:\"6:1261\";i:1274;s:6:\"6:1262\";i:1275;s:6:\"6:1263\";i:1276;s:6:\"6:1264\";i:1277;s:6:\"6:1265\";i:1278;s:6:\"6:1266\";i:1279;s:6:\"6:1267\";i:1280;s:6:\"6:1268\";i:1281;s:6:\"6:1269\";i:1282;s:6:\"6:1270\";i:1283;s:6:\"6:1271\";i:1284;s:6:\"6:1272\";i:1285;s:6:\"6:1273\";i:1286;s:6:\"6:1274\";i:1287;s:6:\"6:1275\";i:1288;s:6:\"6:1276\";i:1289;s:6:\"6:1277\";i:1290;s:6:\"6:1278\";i:1291;s:6:\"6:1279\";i:1292;s:6:\"6:1280\";i:1293;s:6:\"6:1281\";i:1294;s:6:\"6:1282\";i:1295;s:6:\"6:1283\";i:1296;s:6:\"6:1284\";i:1297;s:6:\"6:1285\";i:1298;s:6:\"6:1286\";i:1299;s:6:\"6:1287\";i:1300;s:6:\"6:1288\";i:1301;s:6:\"6:1289\";i:1302;s:6:\"6:1290\";i:1303;s:6:\"6:1291\";i:1304;s:6:\"6:1292\";i:1305;s:6:\"6:1293\";i:1306;s:6:\"6:1294\";i:1307;s:6:\"6:1295\";i:1308;s:6:\"6:1296\";i:1309;s:6:\"6:1297\";i:1310;s:6:\"6:1298\";i:1311;s:6:\"6:1299\";i:1312;s:6:\"6:1300\";i:1313;s:6:\"6:1301\";i:1314;s:6:\"6:1302\";i:1315;s:6:\"6:1303\";i:1316;s:6:\"6:1304\";i:1317;s:6:\"6:1305\";i:1318;s:6:\"6:1306\";i:1319;s:6:\"6:1307\";i:1320;s:6:\"6:1308\";i:1321;s:6:\"6:1309\";i:1322;s:6:\"6:1310\";i:1323;s:6:\"6:1311\";i:1324;s:6:\"6:1312\";i:1325;s:6:\"6:1313\";i:1326;s:6:\"6:1314\";i:1327;s:6:\"6:1315\";i:1328;s:5:\"6:726\";i:1329;s:6:\"6:1316\";i:1330;s:6:\"6:1317\";i:1331;s:6:\"6:1318\";i:1332;s:6:\"6:1319\";i:1333;s:6:\"6:1320\";i:1334;s:6:\"6:1321\";i:1335;s:6:\"6:1322\";i:1336;s:6:\"6:1323\";i:1337;s:6:\"6:1324\";i:1338;s:6:\"6:1325\";i:1339;s:6:\"6:1326\";i:1340;s:6:\"6:1327\";i:1341;s:6:\"6:1328\";i:1342;s:6:\"6:1329\";i:1343;s:6:\"6:1330\";i:1344;s:6:\"6:1331\";i:1345;s:6:\"6:1332\";i:1346;s:6:\"6:1333\";i:1347;s:6:\"6:1334\";i:1348;s:6:\"6:1335\";i:1349;s:6:\"6:1336\";i:1350;s:6:\"6:1337\";i:1351;s:6:\"6:1338\";i:1352;s:6:\"6:1339\";i:1353;s:6:\"6:1340\";i:1354;s:6:\"6:1027\";i:1355;s:6:\"6:1028\";i:1356;s:6:\"6:1030\";i:1357;s:6:\"6:1031\";i:1358;s:6:\"6:1022\";i:1359;s:6:\"6:1341\";i:1360;s:6:\"6:1342\";i:1361;s:6:\"6:1343\";i:1362;s:6:\"6:1344\";i:1363;s:6:\"6:1345\";i:1364;s:6:\"6:1346\";i:1365;s:6:\"6:1347\";i:1366;s:6:\"6:1348\";i:1367;s:6:\"6:1349\";i:1368;s:6:\"6:1350\";i:1369;s:6:\"6:1351\";i:1370;s:6:\"6:1352\";i:1371;s:6:\"6:1353\";i:1372;s:6:\"6:1354\";i:1373;s:6:\"6:1355\";i:1374;s:5:\"6:959\";i:1375;s:6:\"6:1356\";i:1376;s:6:\"6:1357\";i:1377;s:6:\"6:1358\";i:1378;s:6:\"6:1359\";i:1379;s:6:\"6:1360\";i:1380;s:6:\"6:1361\";i:1381;s:6:\"6:1362\";i:1382;s:6:\"6:1363\";i:1383;s:6:\"6:1364\";i:1384;s:6:\"6:1365\";i:1385;s:6:\"6:1366\";i:1386;s:6:\"6:1367\";i:1387;s:6:\"6:1368\";i:1388;s:6:\"6:1369\";i:1389;s:6:\"6:1370\";i:1390;s:6:\"6:1371\";i:1391;s:6:\"6:1372\";i:1392;s:6:\"6:1373\";i:1393;s:5:\"6:947\";i:1394;s:6:\"6:1374\";i:1395;s:6:\"6:1375\";i:1396;s:6:\"6:1376\";i:1397;s:6:\"6:1377\";i:1398;s:6:\"6:1378\";i:1399;s:6:\"6:1379\";i:1400;s:6:\"6:1380\";i:1401;s:6:\"6:1381\";i:1402;s:6:\"6:1382\";i:1403;s:6:\"6:1383\";i:1404;s:6:\"6:1384\";i:1405;s:6:\"6:1385\";i:1406;s:6:\"6:1386\";i:1407;s:6:\"6:1387\";i:1408;s:6:\"6:1388\";i:1409;s:5:\"6:991\";i:1410;s:6:\"6:1389\";i:1411;s:6:\"6:1390\";i:1412;s:6:\"6:1391\";i:1413;s:6:\"6:1392\";i:1414;s:6:\"6:1393\";i:1415;s:6:\"6:1394\";i:1416;s:6:\"6:1395\";i:1417;s:6:\"6:1396\";i:1418;s:6:\"6:1397\";i:1419;s:6:\"6:1398\";i:1420;s:6:\"6:1399\";i:1421;s:6:\"6:1400\";i:1422;s:6:\"6:1401\";i:1423;s:6:\"6:1402\";i:1424;s:6:\"6:1403\";i:1425;s:6:\"6:1055\";i:1426;s:6:\"6:1404\";i:1427;s:6:\"7:1405\";i:1428;s:6:\"7:1402\";i:1429;s:6:\"7:1406\";i:1430;s:6:\"7:1407\";i:1431;s:6:\"8:1408\";i:1432;s:6:\"8:1409\";i:1433;s:6:\"8:1410\";i:1434;s:6:\"8:1411\";i:1435;s:6:\"8:1412\";i:1436;s:6:\"8:1413\";i:1437;s:6:\"8:1414\";i:1438;s:6:\"8:1415\";i:1439;s:6:\"8:1416\";i:1440;s:6:\"9:1417\";i:1441;s:6:\"9:1418\";i:1442;s:6:\"9:1419\";i:1443;s:6:\"9:1420\";i:1444;s:6:\"9:1421\";i:1445;s:6:\"9:1422\";i:1446;s:6:\"9:1423\";i:1447;s:6:\"9:1424\";i:1448;s:6:\"9:1425\";i:1449;s:6:\"9:1426\";i:1450;s:6:\"9:1427\";i:1451;s:6:\"9:1428\";i:1452;s:6:\"9:1429\";i:1453;s:6:\"9:1430\";i:1454;s:6:\"9:1431\";i:1455;s:6:\"9:1432\";i:1456;s:6:\"9:1433\";i:1457;s:6:\"9:1434\";i:1458;s:6:\"9:1435\";i:1459;s:6:\"9:1436\";i:1460;s:6:\"9:1437\";i:1461;s:6:\"9:1438\";i:1462;s:6:\"9:1439\";i:1463;s:6:\"9:1440\";i:1464;s:6:\"9:1441\";i:1465;s:6:\"9:1135\";i:1466;s:6:\"9:1060\";i:1467;s:6:\"9:1442\";i:1468;s:6:\"9:1443\";i:1469;s:6:\"9:1444\";i:1470;s:6:\"9:1445\";i:1471;s:6:\"9:1446\";i:1472;s:6:\"9:1447\";i:1473;s:6:\"9:1448\";i:1474;s:6:\"9:1124\";i:1475;s:6:\"9:1126\";i:1476;s:6:\"9:1449\";i:1477;s:6:\"9:1450\";i:1478;s:6:\"9:1451\";i:1479;s:6:\"9:1452\";i:1480;s:6:\"9:1453\";i:1481;s:6:\"9:1454\";i:1482;s:6:\"9:1455\";i:1483;s:6:\"9:1456\";i:1484;s:6:\"9:1457\";i:1485;s:6:\"9:1458\";i:1486;s:6:\"9:1459\";i:1487;s:6:\"9:1460\";i:1488;s:6:\"9:1130\";i:1489;s:6:\"9:1461\";i:1490;s:6:\"9:1462\";i:1491;s:6:\"9:1463\";i:1492;s:6:\"9:1133\";i:1493;s:6:\"9:1464\";i:1494;s:6:\"9:1465\";i:1495;s:6:\"9:1466\";i:1496;s:6:\"9:1467\";i:1497;s:6:\"9:1468\";i:1498;s:6:\"9:1142\";i:1499;s:6:\"9:1469\";i:1500;s:6:\"9:1470\";i:1501;s:6:\"9:1147\";i:1502;s:6:\"9:1167\";i:1503;s:6:\"9:1168\";i:1504;s:6:\"9:1169\";i:1505;s:6:\"9:1171\";i:1506;s:6:\"9:1172\";i:1507;s:6:\"9:1471\";i:1508;s:6:\"9:1472\";i:1509;s:6:\"9:1473\";i:1510;s:6:\"9:1474\";i:1511;s:6:\"9:1475\";i:1512;s:6:\"9:1476\";i:1513;s:6:\"9:1477\";i:1514;s:6:\"9:1478\";i:1515;s:6:\"9:1479\";i:1516;s:6:\"9:1480\";i:1517;s:6:\"9:1481\";i:1518;s:6:\"9:1482\";i:1519;s:6:\"9:1483\";i:1520;s:6:\"9:1484\";i:1521;s:6:\"9:1485\";i:1522;s:6:\"9:1486\";i:1523;s:6:\"9:1487\";i:1524;s:6:\"9:1488\";i:1525;s:6:\"9:1489\";i:1526;s:6:\"9:1490\";i:1527;s:6:\"9:1491\";i:1528;s:6:\"9:1492\";i:1529;s:6:\"9:1493\";i:1530;s:6:\"9:1494\";i:1531;s:6:\"9:1495\";i:1532;s:6:\"9:1174\";i:1533;s:6:\"9:1496\";i:1534;s:6:\"9:1497\";i:1535;s:6:\"9:1498\";i:1536;s:6:\"9:1499\";i:1537;s:6:\"9:1500\";i:1538;s:6:\"9:1501\";i:1539;s:6:\"9:1502\";i:1540;s:6:\"9:1503\";i:1541;s:6:\"9:1504\";i:1542;s:6:\"9:1505\";i:1543;s:6:\"9:1506\";i:1544;s:6:\"9:1507\";i:1545;s:6:\"9:1508\";i:1546;s:6:\"9:1509\";i:1547;s:6:\"9:1510\";i:1548;s:6:\"9:1511\";i:1549;s:6:\"9:1512\";i:1550;s:6:\"9:1513\";i:1551;s:6:\"9:1514\";i:1552;s:6:\"9:1515\";i:1553;s:6:\"9:1516\";i:1554;s:6:\"9:1517\";i:1555;s:6:\"9:1518\";i:1556;s:6:\"9:1519\";i:1557;s:6:\"9:1520\";i:1558;s:6:\"9:1521\";i:1559;s:6:\"9:1522\";i:1560;s:6:\"9:1523\";i:1561;s:6:\"9:1524\";i:1562;s:6:\"9:1525\";i:1563;s:6:\"9:1526\";i:1564;s:6:\"9:1527\";i:1565;s:6:\"9:1528\";i:1566;s:6:\"9:1529\";i:1567;s:6:\"9:1530\";i:1568;s:6:\"9:1531\";i:1569;s:6:\"9:1532\";i:1570;s:6:\"9:1533\";i:1571;s:6:\"9:1534\";i:1572;s:6:\"9:1535\";i:1573;s:6:\"9:1536\";i:1574;s:6:\"9:1537\";i:1575;s:6:\"9:1538\";i:1576;s:6:\"9:1539\";i:1577;s:6:\"9:1540\";i:1578;s:6:\"9:1541\";i:1579;s:6:\"9:1542\";i:1580;s:6:\"9:1543\";i:1581;s:6:\"9:1544\";i:1582;s:6:\"9:1545\";i:1583;s:6:\"9:1546\";i:1584;s:6:\"9:1547\";i:1585;s:6:\"9:1548\";i:1586;s:6:\"9:1549\";i:1587;s:6:\"9:1550\";i:1588;s:6:\"9:1551\";i:1589;s:6:\"9:1552\";i:1590;s:6:\"9:1553\";i:1591;s:6:\"9:1554\";i:1592;s:6:\"9:1555\";i:1593;s:6:\"9:1556\";i:1594;s:6:\"9:1557\";i:1595;s:6:\"9:1558\";i:1596;s:6:\"9:1559\";i:1597;s:6:\"9:1560\";i:1598;s:6:\"9:1561\";i:1599;s:6:\"9:1562\";i:1600;s:6:\"9:1563\";i:1601;s:6:\"9:1564\";i:1602;s:6:\"9:1565\";i:1603;s:6:\"9:1566\";i:1604;s:6:\"9:1567\";i:1605;s:6:\"9:1568\";i:1606;s:6:\"9:1569\";i:1607;s:6:\"9:1570\";i:1608;s:6:\"9:1571\";i:1609;s:6:\"9:1572\";i:1610;s:6:\"9:1573\";i:1611;s:6:\"9:1574\";i:1612;s:6:\"9:1575\";i:1613;s:6:\"9:1576\";i:1614;s:6:\"9:1577\";i:1615;s:6:\"9:1578\";i:1616;s:6:\"9:1579\";i:1617;s:6:\"9:1580\";i:1618;s:6:\"9:1581\";i:1619;s:6:\"9:1582\";i:1620;s:6:\"9:1583\";i:1621;s:6:\"9:1262\";i:1622;s:6:\"9:1263\";i:1623;s:6:\"9:1261\";i:1624;s:6:\"9:1584\";i:1625;s:6:\"9:1585\";i:1626;s:6:\"9:1586\";i:1627;s:6:\"9:1587\";i:1628;s:6:\"9:1588\";i:1629;s:6:\"9:1589\";i:1630;s:6:\"9:1590\";i:1631;s:6:\"9:1591\";i:1632;s:6:\"9:1592\";i:1633;s:6:\"9:1593\";i:1634;s:6:\"9:1594\";i:1635;s:6:\"9:1595\";i:1636;s:6:\"9:1596\";i:1637;s:6:\"9:1597\";i:1638;s:6:\"9:1598\";i:1639;s:6:\"9:1279\";i:1640;s:6:\"9:1599\";i:1641;s:6:\"9:1600\";i:1642;s:6:\"9:1601\";i:1643;s:6:\"9:1602\";i:1644;s:6:\"9:1603\";i:1645;s:6:\"9:1604\";i:1646;s:6:\"9:1605\";i:1647;s:6:\"9:1606\";i:1648;s:6:\"9:1607\";i:1649;s:6:\"9:1608\";i:1650;s:6:\"9:1609\";i:1651;s:6:\"9:1610\";i:1652;s:6:\"9:1611\";i:1653;s:6:\"9:1612\";i:1654;s:6:\"9:1613\";i:1655;s:6:\"9:1614\";i:1656;s:6:\"9:1615\";i:1657;s:6:\"9:1616\";i:1658;s:6:\"9:1617\";i:1659;s:6:\"9:1618\";i:1660;s:6:\"9:1619\";i:1661;s:6:\"9:1620\";i:1662;s:6:\"9:1621\";i:1663;s:6:\"9:1622\";i:1664;s:6:\"9:1623\";i:1665;s:6:\"9:1624\";i:1666;s:6:\"9:1625\";i:1667;s:6:\"9:1626\";i:1668;s:6:\"9:1627\";i:1669;s:5:\"9:726\";i:1670;s:6:\"9:1316\";i:1671;s:6:\"9:1628\";i:1672;s:6:\"9:1629\";i:1673;s:6:\"9:1630\";i:1674;s:6:\"9:1631\";i:1675;s:6:\"9:1632\";i:1676;s:6:\"9:1633\";i:1677;s:6:\"9:1634\";i:1678;s:6:\"9:1635\";i:1679;s:6:\"9:1636\";i:1680;s:6:\"9:1637\";i:1681;s:6:\"9:1638\";i:1682;s:6:\"9:1639\";i:1683;s:6:\"9:1640\";i:1684;s:6:\"9:1331\";i:1685;s:6:\"9:1641\";i:1686;s:6:\"9:1642\";i:1687;s:6:\"9:1643\";i:1688;s:6:\"9:1644\";i:1689;s:6:\"9:1645\";i:1690;s:6:\"9:1646\";i:1691;s:6:\"9:1647\";i:1692;s:6:\"9:1346\";i:1693;s:6:\"9:1648\";i:1694;s:6:\"9:1649\";i:1695;s:6:\"9:1650\";i:1696;s:6:\"9:1651\";i:1697;s:6:\"9:1652\";i:1698;s:6:\"9:1405\";i:1699;s:6:\"9:1653\";i:1700;s:6:\"9:1654\";i:1701;s:6:\"9:1655\";i:1702;s:6:\"9:1360\";i:1703;s:6:\"9:1656\";i:1704;s:6:\"9:1657\";i:1705;s:6:\"9:1658\";i:1706;s:6:\"9:1659\";i:1707;s:6:\"9:1057\";i:1708;s:6:\"9:1660\";i:1709;s:6:\"9:1661\";i:1710;s:6:\"9:1662\";i:1711;s:6:\"9:1663\";i:1712;s:6:\"9:1664\";i:1713;s:7:\"10:1665\";i:1714;s:7:\"10:1666\";i:1715;s:7:\"10:1667\";i:1716;s:7:\"10:1668\";i:1717;s:7:\"10:1669\";i:1718;s:7:\"10:1670\";i:1719;s:7:\"10:1671\";i:1720;s:7:\"10:1672\";i:1721;s:7:\"10:1673\";i:1722;s:7:\"10:1674\";i:1723;s:7:\"10:1675\";i:1724;s:7:\"10:1676\";i:1725;s:7:\"10:1677\";i:1726;s:7:\"10:1678\";i:1727;s:7:\"10:1118\";i:1728;s:7:\"10:1679\";i:1729;s:7:\"10:1463\";i:1730;s:7:\"10:1133\";i:1731;s:7:\"10:1680\";i:1732;s:7:\"10:1681\";i:1733;s:7:\"10:1682\";i:1734;s:7:\"10:1060\";i:1735;s:7:\"10:1683\";i:1736;s:7:\"10:1684\";i:1737;s:7:\"10:1685\";i:1738;s:7:\"10:1686\";i:1739;s:7:\"10:1687\";i:1740;s:7:\"10:1688\";i:1741;s:7:\"10:1689\";i:1742;s:7:\"10:1690\";i:1743;s:7:\"10:1486\";i:1744;s:7:\"10:1488\";i:1745;s:7:\"10:1489\";i:1746;s:7:\"10:1452\";i:1747;s:7:\"10:1147\";i:1748;s:7:\"10:1467\";i:1749;s:7:\"10:1468\";i:1750;s:7:\"10:1691\";i:1751;s:7:\"10:1174\";i:1752;s:7:\"10:1171\";i:1753;s:7:\"10:1088\";i:1754;s:7:\"10:1621\";i:1755;s:7:\"10:1692\";i:1756;s:7:\"10:1693\";i:1757;s:7:\"10:1694\";i:1758;s:7:\"10:1695\";i:1759;s:7:\"10:1696\";i:1760;s:6:\"10:726\";i:1761;s:7:\"10:1316\";i:1762;s:7:\"10:1317\";i:1763;s:7:\"10:1634\";i:1764;s:7:\"10:1697\";i:1765;s:7:\"10:1637\";i:1766;s:7:\"10:1640\";i:1767;s:7:\"10:1698\";i:1768;s:7:\"10:1699\";i:1769;s:7:\"10:1331\";i:1770;s:7:\"10:1360\";i:1771;s:7:\"10:1700\";i:1772;s:7:\"10:1701\";i:1773;s:7:\"10:1647\";i:1774;s:7:\"10:1346\";i:1775;s:7:\"10:1702\";i:1776;s:7:\"10:1415\";i:1777;s:7:\"10:1703\";i:1778;s:7:\"11:1354\";i:1779;s:7:\"11:1704\";i:1780;s:7:\"11:1705\";i:1781;s:7:\"12:1706\";i:1782;s:7:\"13:1707\";i:1783;s:7:\"14:1708\";i:1784;s:7:\"14:1709\";i:1785;s:7:\"14:1710\";i:1786;s:7:\"14:1711\";i:1787;s:7:\"14:1712\";i:1788;s:7:\"14:1713\";i:1789;s:7:\"14:1714\";i:1790;s:7:\"15:1715\";i:1791;s:7:\"15:1716\";i:1792;s:7:\"16:1717\";i:1793;s:7:\"16:1497\";i:1794;s:7:\"17:1718\";i:1795;s:7:\"17:1472\";i:1796;s:7:\"17:1471\";i:1797;s:7:\"17:1719\";i:1798;s:7:\"17:1720\";i:1799;s:7:\"17:1721\";i:1800;s:7:\"17:1722\";i:1801;s:7:\"17:1061\";i:1802;s:7:\"17:1723\";i:1803;s:7:\"17:1724\";i:1804;s:7:\"17:1725\";i:1805;s:7:\"17:1726\";i:1806;s:7:\"17:1727\";i:1807;s:7:\"17:1478\";i:1808;s:7:\"17:1728\";i:1809;s:7:\"17:1480\";i:1810;s:7:\"17:1729\";i:1811;s:7:\"17:1730\";i:1812;s:7:\"17:1481\";i:1813;s:7:\"17:1731\";i:1814;s:7:\"17:1484\";i:1815;s:7:\"17:1732\";i:1816;s:7:\"17:1486\";i:1817;s:7:\"17:1487\";i:1818;s:7:\"17:1488\";i:1819;s:7:\"17:1489\";i:1820;s:7:\"17:1436\";i:1821;s:7:\"17:1733\";i:1822;s:7:\"17:1734\";i:1823;s:7:\"18:1168\";i:1824;s:7:\"18:1171\";i:1825;s:7:\"19:1735\";i:1826;s:7:\"19:1169\";i:1827;s:7:\"20:1736\";i:1828;s:7:\"20:1737\";i:1829;s:7:\"20:1738\";i:1830;s:7:\"20:1739\";i:1831;s:7:\"20:1740\";i:1832;s:7:\"20:1741\";i:1833;s:7:\"20:1742\";i:1834;s:7:\"20:1743\";i:1835;s:7:\"21:1744\";i:1836;s:7:\"21:1745\";i:1837;s:7:\"21:1746\";i:1838;s:7:\"21:1747\";i:1839;s:7:\"22:1748\";i:1840;s:7:\"22:1749\";i:1841;s:7:\"22:1750\";i:1842;s:7:\"23:1751\";i:1843;s:7:\"24:1752\";i:1844;s:7:\"24:1753\";i:1845;s:7:\"24:1754\";i:1846;s:7:\"24:1755\";i:1847;s:7:\"24:1756\";i:1848;s:7:\"24:1757\";i:1849;s:7:\"24:1758\";i:1850;s:7:\"24:1759\";i:1851;s:7:\"24:1760\";i:1852;s:7:\"24:1761\";i:1853;s:7:\"24:1762\";i:1854;s:7:\"24:1763\";i:1855;s:7:\"24:1764\";i:1856;s:7:\"24:1765\";i:1857;s:7:\"24:1766\";i:1858;s:7:\"24:1767\";i:1859;s:7:\"24:1768\";i:1860;s:7:\"24:1769\";i:1861;s:7:\"24:1770\";i:1862;s:7:\"24:1771\";i:1863;s:7:\"24:1772\";i:1864;s:7:\"24:1773\";i:1865;s:7:\"24:1774\";i:1866;s:7:\"24:1775\";i:1867;s:7:\"24:1776\";i:1868;s:7:\"24:1777\";i:1869;s:7:\"24:1778\";i:1870;s:7:\"24:1779\";i:1871;s:7:\"24:1780\";i:1872;s:7:\"24:1781\";i:1873;s:7:\"24:1782\";i:1874;s:7:\"24:1783\";i:1875;s:7:\"24:1784\";i:1876;s:7:\"24:1785\";i:1877;s:7:\"24:1786\";i:1878;s:7:\"24:1787\";i:1879;s:7:\"24:1788\";i:1880;s:7:\"24:1789\";i:1881;s:7:\"24:1790\";i:1882;s:7:\"24:1791\";i:1883;s:7:\"24:1792\";i:1884;s:7:\"24:1793\";i:1885;s:7:\"24:1794\";i:1886;s:7:\"24:1795\";i:1887;s:7:\"24:1796\";i:1888;s:7:\"24:1797\";i:1889;s:7:\"24:1798\";i:1890;s:7:\"24:1799\";i:1891;s:7:\"24:1800\";i:1892;s:7:\"24:1801\";i:1893;s:7:\"24:1802\";i:1894;s:7:\"24:1803\";i:1895;s:7:\"24:1804\";i:1896;s:7:\"24:1805\";i:1897;s:7:\"24:1806\";i:1898;s:7:\"24:1807\";i:1899;s:7:\"24:1808\";i:1900;s:7:\"24:1809\";i:1901;s:7:\"24:1810\";i:1902;s:7:\"24:1811\";i:1903;s:7:\"24:1812\";i:1904;s:7:\"24:1813\";i:1905;s:7:\"24:1814\";i:1906;s:7:\"24:1815\";i:1907;s:7:\"24:1816\";i:1908;s:7:\"24:1817\";i:1909;s:7:\"24:1818\";i:1910;s:7:\"24:1819\";i:1911;s:7:\"24:1820\";i:1912;s:7:\"24:1821\";i:1913;s:7:\"24:1822\";i:1914;s:7:\"24:1823\";i:1915;s:7:\"24:1824\";i:1916;s:7:\"24:1825\";i:1917;s:7:\"24:1826\";i:1918;s:7:\"24:1827\";i:1919;s:7:\"24:1828\";i:1920;s:7:\"24:1829\";i:1921;s:7:\"24:1830\";i:1922;s:7:\"24:1831\";i:1923;s:7:\"24:1832\";i:1924;s:7:\"24:1833\";i:1925;s:7:\"24:1834\";i:1926;s:7:\"24:1835\";i:1927;s:7:\"24:1836\";i:1928;s:7:\"24:1837\";i:1929;s:7:\"24:1838\";i:1930;s:7:\"24:1839\";i:1931;s:7:\"24:1840\";i:1932;s:7:\"24:1841\";i:1933;s:7:\"24:1842\";i:1934;s:7:\"24:1843\";i:1935;s:7:\"24:1844\";i:1936;s:7:\"24:1845\";i:1937;s:7:\"24:1846\";i:1938;s:7:\"24:1847\";i:1939;s:7:\"24:1848\";i:1940;s:7:\"24:1849\";i:1941;s:7:\"24:1850\";i:1942;s:7:\"24:1851\";i:1943;s:7:\"24:1852\";i:1944;s:7:\"24:1853\";i:1945;s:7:\"24:1405\";i:1946;s:7:\"24:1854\";i:1947;s:7:\"24:1855\";i:1948;s:7:\"24:1406\";i:1949;s:7:\"24:1856\";i:1950;s:7:\"24:1857\";i:1951;s:7:\"24:1858\";i:1952;s:7:\"24:1859\";i:1953;s:7:\"24:1860\";i:1954;s:7:\"24:1861\";i:1955;s:7:\"24:1368\";i:1956;s:7:\"24:1862\";i:1957;s:7:\"24:1863\";i:1958;s:7:\"24:1864\";i:1959;s:7:\"24:1865\";i:1960;s:7:\"24:1866\";i:1961;s:7:\"24:1867\";i:1962;s:7:\"24:1868\";i:1963;s:7:\"24:1869\";i:1964;s:7:\"24:1870\";i:1965;s:7:\"24:1871\";i:1966;s:7:\"24:1872\";i:1967;s:7:\"24:1873\";i:1968;s:7:\"24:1874\";i:1969;s:7:\"24:1875\";i:1970;s:7:\"24:1876\";i:1971;s:7:\"24:1877\";i:1972;s:7:\"24:1878\";i:1973;s:7:\"24:1879\";i:1974;s:7:\"24:1880\";i:1975;s:7:\"24:1881\";i:1976;s:7:\"24:1882\";i:1977;s:7:\"24:1883\";i:1978;s:7:\"24:1884\";i:1979;s:7:\"24:1885\";i:1980;s:7:\"24:1886\";i:1981;s:7:\"24:1887\";i:1982;s:7:\"24:1888\";i:1983;s:7:\"24:1889\";i:1984;s:7:\"24:1890\";i:1985;s:7:\"24:1891\";i:1986;s:7:\"24:1892\";i:1987;s:7:\"24:1893\";i:1988;s:7:\"24:1894\";i:1989;s:7:\"24:1371\";i:1990;s:7:\"24:1895\";i:1991;s:7:\"24:1896\";i:1992;s:7:\"24:1897\";i:1993;s:7:\"24:1898\";i:1994;s:7:\"24:1357\";i:1995;s:7:\"24:1899\";i:1996;s:7:\"24:1387\";i:1997;s:7:\"24:1900\";i:1998;s:7:\"24:1901\";i:1999;s:7:\"24:1902\";i:2000;s:7:\"24:1903\";i:2001;s:7:\"24:1904\";i:2002;s:7:\"24:1905\";i:2003;s:7:\"24:1906\";i:2004;s:7:\"24:1907\";i:2005;s:7:\"24:1908\";i:2006;s:7:\"24:1374\";i:2007;s:7:\"24:1909\";i:2008;s:7:\"24:1910\";i:2009;s:7:\"24:1911\";i:2010;s:7:\"24:1912\";i:2011;s:7:\"24:1659\";i:2012;s:7:\"24:1388\";i:2013;s:6:\"24:991\";i:2014;s:7:\"24:1913\";i:2015;s:7:\"24:1369\";i:2016;s:7:\"24:1914\";i:2017;s:7:\"24:1915\";i:2018;s:7:\"24:1916\";i:2019;s:7:\"24:1917\";i:2020;s:7:\"24:1386\";i:2021;s:7:\"24:1918\";i:2022;s:7:\"24:1919\";i:2023;s:7:\"24:1385\";i:2024;s:7:\"24:1920\";i:2025;s:7:\"24:1921\";i:2026;s:7:\"24:1922\";i:2027;s:7:\"24:1923\";i:2028;s:7:\"24:1924\";i:2029;s:7:\"24:1360\";i:2030;s:7:\"24:1925\";i:2031;s:7:\"24:1926\";i:2032;s:7:\"24:1927\";i:2033;s:7:\"24:1928\";i:2034;s:7:\"24:1929\";i:2035;s:7:\"24:1930\";i:2036;s:7:\"24:1931\";i:2037;s:7:\"24:1932\";i:2038;s:7:\"24:1933\";i:2039;s:7:\"24:1934\";i:2040;s:7:\"24:1935\";i:2041;s:7:\"24:1936\";i:2042;s:7:\"24:1937\";i:2043;s:7:\"24:1938\";i:2044;s:7:\"24:1378\";i:2045;s:7:\"24:1939\";i:2046;s:7:\"24:1377\";i:2047;s:7:\"24:1940\";i:2048;s:7:\"24:1941\";i:2049;s:7:\"24:1942\";i:2050;s:7:\"24:1943\";i:2051;s:7:\"24:1944\";i:2052;s:7:\"24:1945\";i:2053;s:7:\"24:1946\";i:2054;s:7:\"24:1947\";i:2055;s:7:\"24:1948\";i:2056;s:7:\"24:1949\";i:2057;s:7:\"24:1950\";i:2058;s:7:\"24:1951\";i:2059;s:7:\"24:1952\";i:2060;s:7:\"24:1953\";i:2061;s:7:\"24:1954\";i:2062;s:7:\"24:1955\";i:2063;s:7:\"24:1956\";i:2064;s:7:\"24:1957\";i:2065;s:7:\"24:1958\";i:2066;s:7:\"24:1959\";i:2067;s:7:\"24:1960\";i:2068;s:7:\"24:1961\";i:2069;s:7:\"24:1962\";i:2070;s:7:\"24:1963\";i:2071;s:7:\"24:1964\";i:2072;s:7:\"24:1965\";i:2073;s:7:\"24:1966\";i:2074;s:7:\"24:1967\";i:2075;s:7:\"24:1968\";i:2076;s:7:\"24:1969\";i:2077;s:7:\"24:1970\";i:2078;s:7:\"24:1971\";i:2079;s:7:\"24:1972\";i:2080;s:7:\"24:1973\";i:2081;s:7:\"24:1974\";i:2082;s:7:\"24:1975\";i:2083;s:7:\"24:1976\";i:2084;s:7:\"24:1977\";i:2085;s:7:\"24:1978\";i:2086;s:7:\"24:1979\";i:2087;s:7:\"24:1980\";i:2088;s:7:\"24:1981\";i:2089;s:7:\"24:1982\";i:2090;s:7:\"24:1983\";i:2091;s:7:\"24:1984\";i:2092;s:7:\"24:1985\";i:2093;s:7:\"24:1986\";i:2094;s:7:\"24:1987\";i:2095;s:7:\"24:1988\";i:2096;s:7:\"24:1989\";i:2097;s:7:\"24:1990\";i:2098;s:7:\"24:1991\";i:2099;s:7:\"24:1992\";i:2100;s:7:\"24:1993\";i:2101;s:7:\"24:1994\";i:2102;s:7:\"24:1995\";i:2103;s:7:\"24:1996\";i:2104;s:7:\"24:1997\";i:2105;s:7:\"24:1998\";i:2106;s:7:\"24:1999\";i:2107;s:7:\"24:2000\";i:2108;s:7:\"24:2001\";i:2109;s:7:\"24:2002\";i:2110;s:7:\"24:2003\";i:2111;s:7:\"24:2004\";i:2112;s:7:\"24:2005\";i:2113;s:7:\"24:2006\";i:2114;s:7:\"24:2007\";i:2115;s:7:\"24:2008\";i:2116;s:7:\"24:2009\";i:2117;s:7:\"24:2010\";i:2118;s:7:\"24:2011\";i:2119;s:7:\"24:2012\";i:2120;s:7:\"24:2013\";i:2121;s:7:\"24:2014\";i:2122;s:7:\"24:2015\";i:2123;s:7:\"24:2016\";i:2124;s:7:\"24:2017\";i:2125;s:7:\"24:2018\";i:2126;s:7:\"24:2019\";i:2127;s:7:\"24:1415\";i:2128;s:7:\"24:2020\";i:2129;s:7:\"24:2021\";i:2130;s:7:\"24:2022\";i:2131;s:7:\"24:2023\";i:2132;s:7:\"24:2024\";i:2133;s:7:\"24:2025\";i:2134;s:7:\"24:2026\";i:2135;s:7:\"24:2027\";i:2136;s:7:\"24:2028\";i:2137;s:7:\"24:2029\";i:2138;s:7:\"24:2030\";i:2139;s:7:\"24:2031\";i:2140;s:7:\"24:2032\";i:2141;s:7:\"24:1650\";i:2142;s:7:\"24:2033\";i:2143;s:7:\"24:1651\";i:2144;s:7:\"24:2034\";i:2145;s:7:\"24:2035\";i:2146;s:7:\"24:2036\";i:2147;s:7:\"24:2037\";i:2148;s:7:\"24:2038\";i:2149;s:7:\"24:2039\";i:2150;s:7:\"24:2040\";i:2151;s:7:\"24:2041\";i:2152;s:7:\"24:2042\";i:2153;s:7:\"24:2043\";i:2154;s:7:\"24:2044\";i:2155;s:7:\"24:2045\";i:2156;s:7:\"24:2046\";i:2157;s:7:\"24:2047\";i:2158;s:7:\"24:2048\";i:2159;s:7:\"24:2049\";i:2160;s:7:\"24:2050\";i:2161;s:7:\"24:2051\";i:2162;s:7:\"24:2052\";i:2163;s:7:\"24:2053\";i:2164;s:7:\"24:2054\";i:2165;s:7:\"24:2055\";i:2166;s:7:\"24:2056\";i:2167;s:7:\"24:2057\";i:2168;s:7:\"24:2058\";i:2169;s:7:\"24:2059\";i:2170;s:7:\"24:2060\";i:2171;s:7:\"24:2061\";i:2172;s:7:\"24:2062\";i:2173;s:7:\"24:2063\";i:2174;s:7:\"24:2064\";i:2175;s:7:\"24:2065\";i:2176;s:7:\"24:2066\";i:2177;s:7:\"24:2067\";i:2178;s:7:\"24:2068\";i:2179;s:7:\"24:2069\";i:2180;s:7:\"24:2070\";i:2181;s:7:\"24:2071\";i:2182;s:7:\"24:2072\";i:2183;s:7:\"24:2073\";i:2184;s:7:\"24:1148\";i:2185;s:7:\"24:2074\";i:2186;s:7:\"24:2075\";i:2187;s:7:\"24:2076\";i:2188;s:7:\"24:2077\";i:2189;s:7:\"24:2078\";i:2190;s:7:\"24:2079\";i:2191;s:7:\"24:2080\";i:2192;s:7:\"24:2081\";i:2193;s:7:\"24:2082\";i:2194;s:7:\"24:2083\";i:2195;s:7:\"24:2084\";i:2196;s:7:\"24:2085\";i:2197;s:7:\"24:2086\";i:2198;s:7:\"24:2087\";i:2199;s:7:\"24:2088\";i:2200;s:7:\"24:2089\";i:2201;s:7:\"24:2090\";i:2202;s:7:\"24:2091\";i:2203;s:7:\"24:2092\";i:2204;s:7:\"24:2093\";i:2205;s:7:\"24:2094\";i:2206;s:7:\"24:2095\";i:2207;s:7:\"24:2096\";i:2208;s:7:\"24:2097\";i:2209;s:7:\"24:2098\";i:2210;s:7:\"24:2099\";i:2211;s:7:\"24:2100\";i:2212;s:7:\"24:2101\";i:2213;s:7:\"24:2102\";i:2214;s:7:\"24:2103\";i:2215;s:7:\"24:2104\";i:2216;s:7:\"24:2105\";i:2217;s:7:\"24:2106\";i:2218;s:7:\"24:2107\";i:2219;s:7:\"24:2108\";i:2220;s:7:\"24:2109\";i:2221;s:7:\"24:2110\";i:2222;s:7:\"24:2111\";i:2223;s:7:\"24:2112\";i:2224;s:7:\"24:2113\";i:2225;s:7:\"24:2114\";i:2226;s:7:\"24:2115\";i:2227;s:7:\"24:2116\";i:2228;s:7:\"24:2117\";i:2229;s:7:\"24:2118\";i:2230;s:7:\"24:2119\";i:2231;s:7:\"24:1081\";i:2232;s:7:\"24:2120\";i:2233;s:7:\"24:2121\";i:2234;s:7:\"24:2122\";i:2235;s:7:\"24:2123\";i:2236;s:7:\"24:2124\";i:2237;s:7:\"24:2125\";i:2238;s:7:\"24:2126\";i:2239;s:7:\"24:2127\";i:2240;s:7:\"24:1389\";i:2241;s:7:\"24:2128\";i:2242;s:7:\"24:2129\";i:2243;s:7:\"24:2130\";i:2244;s:7:\"24:2131\";i:2245;s:7:\"24:1346\";i:2246;s:7:\"24:2132\";i:2247;s:7:\"24:2133\";i:2248;s:7:\"24:2134\";i:2249;s:7:\"24:2135\";i:2250;s:7:\"24:2136\";i:2251;s:7:\"24:2137\";i:2252;s:7:\"24:2138\";i:2253;s:7:\"24:2139\";i:2254;s:7:\"24:2140\";i:2255;s:7:\"24:2141\";i:2256;s:7:\"24:2142\";i:2257;s:7:\"24:2143\";i:2258;s:7:\"24:2144\";i:2259;s:7:\"24:2145\";i:2260;s:7:\"24:1349\";i:2261;s:7:\"24:2146\";i:2262;s:7:\"24:2147\";i:2263;s:7:\"24:2148\";i:2264;s:7:\"24:2149\";i:2265;s:7:\"24:2150\";i:2266;s:7:\"24:2151\";i:2267;s:7:\"24:2152\";i:2268;s:7:\"24:2153\";i:2269;s:7:\"24:2154\";i:2270;s:7:\"24:2155\";i:2271;s:7:\"24:2156\";i:2272;s:7:\"24:2157\";i:2273;s:7:\"24:2158\";i:2274;s:7:\"24:2159\";i:2275;s:7:\"24:2160\";i:2276;s:7:\"24:2161\";i:2277;s:7:\"24:2162\";i:2278;s:7:\"24:2163\";i:2279;s:7:\"24:2164\";i:2280;s:7:\"24:1020\";i:2281;s:7:\"24:1085\";i:2282;s:7:\"24:2165\";i:2283;s:7:\"24:2166\";i:2284;s:7:\"24:2167\";i:2285;s:7:\"24:2168\";i:2286;s:7:\"24:2169\";i:2287;s:7:\"24:2170\";i:2288;s:7:\"24:2171\";i:2289;s:7:\"24:2172\";i:2290;s:7:\"24:2173\";i:2291;s:7:\"24:2174\";i:2292;s:7:\"24:2175\";i:2293;s:7:\"24:2176\";i:2294;s:7:\"24:2177\";i:2295;s:7:\"24:2178\";i:2296;s:7:\"24:2179\";i:2297;s:7:\"24:2180\";i:2298;s:7:\"24:2181\";i:2299;s:7:\"24:2182\";i:2300;s:7:\"24:2183\";i:2301;s:7:\"24:2184\";i:2302;s:7:\"24:2185\";i:2303;s:7:\"24:2186\";i:2304;s:7:\"24:2187\";i:2305;s:7:\"24:2188\";i:2306;s:7:\"24:2189\";i:2307;s:7:\"24:2190\";i:2308;s:7:\"24:2191\";i:2309;s:7:\"24:2192\";i:2310;s:7:\"24:2193\";i:2311;s:7:\"24:2194\";i:2312;s:7:\"24:2195\";i:2313;s:7:\"24:2196\";i:2314;s:7:\"24:2197\";i:2315;s:7:\"24:2198\";i:2316;s:7:\"24:2199\";i:2317;s:7:\"24:2200\";i:2318;s:7:\"24:2201\";i:2319;s:7:\"24:2202\";i:2320;s:7:\"24:2203\";i:2321;s:7:\"24:2204\";i:2322;s:7:\"24:2205\";i:2323;s:7:\"24:2206\";i:2324;s:7:\"24:2207\";i:2325;s:7:\"24:2208\";i:2326;s:7:\"24:2209\";i:2327;s:7:\"24:2210\";i:2328;s:7:\"24:2211\";i:2329;s:7:\"24:2212\";i:2330;s:7:\"24:2213\";i:2331;s:7:\"24:2214\";i:2332;s:7:\"24:2215\";i:2333;s:7:\"24:2216\";i:2334;s:7:\"24:2217\";i:2335;s:7:\"24:2218\";i:2336;s:7:\"24:2219\";i:2337;s:7:\"24:2220\";i:2338;s:7:\"24:2221\";i:2339;s:7:\"24:2222\";i:2340;s:7:\"24:2223\";i:2341;s:7:\"24:2224\";i:2342;s:7:\"24:2225\";i:2343;s:7:\"24:2226\";i:2344;s:7:\"24:2227\";i:2345;s:7:\"24:2228\";i:2346;s:7:\"24:2229\";i:2347;s:7:\"24:2230\";i:2348;s:7:\"24:2231\";i:2349;s:7:\"24:2232\";i:2350;s:7:\"24:2233\";i:2351;s:7:\"24:2234\";i:2352;s:7:\"24:2235\";i:2353;s:7:\"24:2236\";i:2354;s:7:\"24:2237\";i:2355;s:7:\"24:2238\";i:2356;s:7:\"24:2239\";i:2357;s:7:\"24:2240\";i:2358;s:7:\"24:2241\";i:2359;s:7:\"24:2242\";i:2360;s:7:\"24:2243\";i:2361;s:7:\"24:2244\";i:2362;s:7:\"24:2245\";i:2363;s:7:\"24:2246\";i:2364;s:7:\"24:2247\";i:2365;s:7:\"24:2248\";i:2366;s:7:\"24:2249\";i:2367;s:7:\"24:2250\";i:2368;s:7:\"24:2251\";i:2369;s:7:\"24:2252\";i:2370;s:7:\"24:2253\";i:2371;s:7:\"24:2254\";i:2372;s:7:\"24:2255\";i:2373;s:7:\"24:2256\";i:2374;s:7:\"24:2257\";i:2375;s:7:\"24:2258\";i:2376;s:7:\"24:2259\";i:2377;s:7:\"24:2260\";i:2378;s:7:\"24:2261\";i:2379;s:7:\"24:2262\";i:2380;s:7:\"24:2263\";i:2381;s:7:\"24:2264\";i:2382;s:7:\"24:2265\";i:2383;s:7:\"24:2266\";i:2384;s:7:\"24:2267\";i:2385;s:7:\"24:2268\";i:2386;s:7:\"24:2269\";i:2387;s:7:\"24:2270\";i:2388;s:7:\"24:2271\";i:2389;s:7:\"24:2272\";i:2390;s:7:\"24:2273\";i:2391;s:7:\"24:2274\";i:2392;s:7:\"24:2275\";i:2393;s:7:\"24:1662\";i:2394;s:7:\"24:2276\";i:2395;s:7:\"24:2277\";i:2396;s:7:\"24:1663\";i:2397;s:7:\"24:2278\";i:2398;s:7:\"24:2279\";i:2399;s:7:\"24:2280\";i:2400;s:7:\"24:2281\";i:2401;s:7:\"24:2282\";i:2402;s:7:\"24:2283\";i:2403;s:7:\"24:2284\";i:2404;s:7:\"24:2285\";i:2405;s:7:\"24:1057\";i:2406;s:7:\"24:2286\";i:2407;s:7:\"24:1661\";i:2408;s:7:\"24:2287\";i:2409;s:7:\"24:2288\";i:2410;s:7:\"24:2289\";i:2411;s:7:\"24:2290\";i:2412;s:7:\"24:2291\";i:2413;s:7:\"24:2292\";i:2414;s:7:\"24:2293\";i:2415;s:7:\"24:2294\";i:2416;s:7:\"24:2295\";i:2417;s:7:\"24:2296\";i:2418;s:7:\"24:2297\";i:2419;s:7:\"24:2298\";i:2420;s:7:\"24:2299\";i:2421;s:7:\"24:2300\";i:2422;s:7:\"24:2301\";i:2423;s:7:\"24:2302\";i:2424;s:7:\"24:2303\";i:2425;s:7:\"24:2304\";i:2426;s:7:\"24:2305\";i:2427;s:7:\"24:2306\";i:2428;s:7:\"24:2307\";i:2429;s:7:\"24:2308\";i:2430;s:7:\"24:2309\";i:2431;s:7:\"24:2310\";i:2432;s:7:\"24:2311\";i:2433;s:7:\"24:2312\";i:2434;s:7:\"24:2313\";i:2435;s:7:\"24:2314\";i:2436;s:7:\"24:2315\";i:2437;s:7:\"24:2316\";i:2438;s:7:\"24:2317\";i:2439;s:7:\"24:2318\";i:2440;s:7:\"24:2319\";i:2441;s:7:\"24:2320\";i:2442;s:7:\"24:2321\";i:2443;s:7:\"24:2322\";i:2444;s:7:\"24:2323\";i:2445;s:7:\"24:2324\";i:2446;s:7:\"24:2325\";i:2447;s:7:\"24:2326\";i:2448;s:7:\"24:2327\";i:2449;s:7:\"24:2328\";i:2450;s:7:\"24:2329\";i:2451;s:7:\"24:2330\";i:2452;s:7:\"24:2331\";i:2453;s:7:\"24:2332\";i:2454;s:7:\"24:2333\";i:2455;s:7:\"24:2334\";i:2456;s:7:\"24:2335\";i:2457;s:7:\"24:2336\";i:2458;s:7:\"24:2337\";i:2459;s:7:\"24:2338\";i:2460;s:7:\"24:2339\";i:2461;s:7:\"24:2340\";i:2462;s:7:\"24:2341\";i:2463;s:7:\"24:2342\";i:2464;s:7:\"24:2343\";i:2465;s:7:\"24:2344\";i:2466;s:7:\"24:2345\";i:2467;s:7:\"24:2346\";i:2468;s:7:\"24:2347\";i:2469;s:7:\"24:2348\";i:2470;s:7:\"24:2349\";i:2471;s:7:\"24:2350\";i:2472;s:7:\"24:2351\";i:2473;s:7:\"24:2352\";i:2474;s:7:\"24:2353\";i:2475;s:7:\"24:1643\";i:2476;s:7:\"24:1644\";i:2477;s:7:\"24:2354\";i:2478;s:7:\"24:2355\";i:2479;s:7:\"24:2356\";i:2480;s:7:\"24:2357\";i:2481;s:7:\"24:2358\";i:2482;s:7:\"24:2359\";i:2483;s:7:\"24:2360\";i:2484;s:7:\"24:2361\";i:2485;s:7:\"24:2362\";i:2486;s:7:\"24:2363\";i:2487;s:7:\"24:2364\";i:2488;s:7:\"24:2365\";i:2489;s:7:\"24:2366\";i:2490;s:7:\"24:2367\";i:2491;s:7:\"24:2368\";i:2492;s:7:\"24:2369\";i:2493;s:7:\"24:2370\";i:2494;s:7:\"24:2371\";i:2495;s:7:\"24:2372\";i:2496;s:7:\"24:2373\";i:2497;s:7:\"24:2374\";i:2498;s:7:\"24:2375\";i:2499;s:7:\"24:2376\";i:2500;s:7:\"24:2377\";i:2501;s:7:\"24:2378\";i:2502;s:7:\"24:2379\";i:2503;s:7:\"24:2380\";i:2504;s:7:\"24:2381\";i:2505;s:7:\"24:2382\";i:2506;s:7:\"24:2383\";i:2507;s:7:\"24:2384\";i:2508;s:7:\"24:2385\";i:2509;s:7:\"24:2386\";i:2510;s:7:\"24:2387\";i:2511;s:7:\"24:2388\";i:2512;s:7:\"24:2389\";i:2513;s:7:\"24:2390\";i:2514;s:7:\"24:2391\";i:2515;s:7:\"24:2392\";i:2516;s:7:\"24:2393\";i:2517;s:7:\"24:1279\";i:2518;s:7:\"24:2394\";i:2519;s:7:\"24:2395\";i:2520;s:7:\"24:2396\";i:2521;s:7:\"24:2397\";i:2522;s:7:\"24:2398\";i:2523;s:7:\"24:2399\";i:2524;s:7:\"24:2400\";i:2525;s:7:\"24:2401\";i:2526;s:7:\"24:2402\";i:2527;s:7:\"24:2403\";i:2528;s:7:\"24:2404\";i:2529;s:7:\"24:2405\";i:2530;s:7:\"24:2406\";i:2531;s:7:\"24:2407\";i:2532;s:7:\"24:2408\";i:2533;s:7:\"24:2409\";i:2534;s:7:\"24:2410\";i:2535;s:7:\"24:2411\";i:2536;s:7:\"24:2412\";i:2537;s:7:\"24:2413\";i:2538;s:7:\"24:2414\";i:2539;s:7:\"24:2415\";i:2540;s:7:\"24:2416\";i:2541;s:7:\"24:2417\";i:2542;s:7:\"24:2418\";i:2543;s:7:\"24:2419\";i:2544;s:7:\"24:2420\";i:2545;s:7:\"24:2421\";i:2546;s:7:\"24:2422\";i:2547;s:7:\"24:2423\";i:2548;s:7:\"24:2424\";i:2549;s:7:\"24:2425\";i:2550;s:7:\"24:2426\";i:2551;s:7:\"24:2427\";i:2552;s:7:\"24:2428\";i:2553;s:7:\"24:2429\";i:2554;s:7:\"24:2430\";i:2555;s:7:\"24:2431\";i:2556;s:7:\"24:2432\";i:2557;s:7:\"24:2433\";i:2558;s:7:\"24:2434\";i:2559;s:7:\"24:1166\";i:2560;s:7:\"24:2435\";i:2561;s:7:\"24:2436\";i:2562;s:7:\"24:2437\";i:2563;s:7:\"24:2438\";i:2564;s:7:\"24:2439\";i:2565;s:7:\"24:2440\";i:2566;s:7:\"24:2441\";i:2567;s:7:\"24:2442\";i:2568;s:7:\"24:2443\";i:2569;s:7:\"24:2444\";i:2570;s:7:\"24:2445\";i:2571;s:7:\"24:2446\";i:2572;s:7:\"24:2447\";i:2573;s:7:\"24:2448\";i:2574;s:7:\"24:2449\";i:2575;s:7:\"24:2450\";i:2576;s:7:\"24:2451\";i:2577;s:7:\"24:2452\";i:2578;s:7:\"24:2453\";i:2579;s:7:\"24:2454\";i:2580;s:7:\"24:2455\";i:2581;s:7:\"24:2456\";i:2582;s:7:\"24:2457\";i:2583;s:7:\"24:2458\";i:2584;s:7:\"24:2459\";i:2585;s:7:\"24:2460\";i:2586;s:7:\"24:2461\";i:2587;s:7:\"24:2462\";i:2588;s:7:\"24:2463\";i:2589;s:7:\"24:2464\";i:2590;s:7:\"24:2465\";i:2591;s:7:\"24:2466\";i:2592;s:7:\"24:2467\";i:2593;s:7:\"24:1637\";i:2594;s:7:\"24:2468\";i:2595;s:7:\"24:1697\";i:2596;s:7:\"24:2469\";i:2597;s:7:\"24:2470\";i:2598;s:7:\"24:2471\";i:2599;s:7:\"24:2472\";i:2600;s:7:\"24:2473\";i:2601;s:7:\"24:1640\";i:2602;s:7:\"24:2474\";i:2603;s:7:\"24:2475\";i:2604;s:7:\"24:1705\";i:2605;s:7:\"24:2476\";i:2606;s:7:\"24:1639\";i:2607;s:7:\"24:2477\";i:2608;s:7:\"24:2478\";i:2609;s:7:\"24:2479\";i:2610;s:7:\"24:2480\";i:2611;s:7:\"24:2481\";i:2612;s:7:\"24:2482\";i:2613;s:7:\"24:2483\";i:2614;s:7:\"24:2484\";i:2615;s:7:\"24:2485\";i:2616;s:7:\"24:2486\";i:2617;s:7:\"24:2487\";i:2618;s:7:\"24:2488\";i:2619;s:7:\"24:2489\";i:2620;s:7:\"24:2490\";i:2621;s:7:\"24:2491\";i:2622;s:7:\"24:2492\";i:2623;s:7:\"24:2493\";i:2624;s:7:\"24:2494\";i:2625;s:5:\"24:38\";i:2626;s:7:\"24:2495\";i:2627;s:7:\"24:2496\";i:2628;s:7:\"24:1088\";i:2629;s:7:\"24:2497\";i:2630;s:7:\"24:2498\";i:2631;s:7:\"24:2499\";i:2632;s:7:\"24:2500\";i:2633;s:7:\"24:2501\";i:2634;s:7:\"24:2502\";i:2635;s:7:\"24:2503\";i:2636;s:7:\"24:2504\";i:2637;s:7:\"24:2505\";i:2638;s:7:\"24:2506\";i:2639;s:7:\"24:2507\";i:2640;s:7:\"24:2508\";i:2641;s:7:\"24:2509\";i:2642;s:7:\"24:2510\";i:2643;s:7:\"24:2511\";i:2644;s:7:\"24:2512\";i:2645;s:7:\"24:2513\";i:2646;s:7:\"24:2514\";i:2647;s:7:\"24:2515\";i:2648;s:7:\"24:2516\";i:2649;s:7:\"24:2517\";i:2650;s:7:\"24:2518\";i:2651;s:7:\"24:2519\";i:2652;s:7:\"24:2520\";i:2653;s:7:\"24:2521\";i:2654;s:7:\"24:2522\";i:2655;s:7:\"24:2523\";i:2656;s:7:\"24:2524\";i:2657;s:7:\"24:2525\";i:2658;s:7:\"24:2526\";i:2659;s:7:\"24:2527\";i:2660;s:7:\"24:2528\";i:2661;s:7:\"24:2529\";i:2662;s:7:\"24:2530\";i:2663;s:7:\"24:2531\";i:2664;s:7:\"24:2532\";i:2665;s:7:\"24:2533\";i:2666;s:7:\"24:2534\";i:2667;s:7:\"24:2535\";i:2668;s:7:\"24:2536\";i:2669;s:7:\"24:2537\";i:2670;s:7:\"24:2538\";i:2671;s:7:\"24:2539\";i:2672;s:7:\"24:2540\";i:2673;s:7:\"24:2541\";i:2674;s:7:\"24:2542\";i:2675;s:7:\"24:2543\";i:2676;s:7:\"24:2544\";i:2677;s:7:\"24:2545\";i:2678;s:7:\"24:2546\";i:2679;s:7:\"24:2547\";i:2680;s:7:\"24:2548\";i:2681;s:7:\"24:2549\";i:2682;s:7:\"24:2550\";i:2683;s:7:\"24:2551\";i:2684;s:7:\"24:2552\";i:2685;s:7:\"24:2553\";i:2686;s:7:\"24:2554\";i:2687;s:7:\"24:2555\";i:2688;s:7:\"24:2556\";i:2689;s:7:\"24:2557\";i:2690;s:7:\"24:2558\";i:2691;s:7:\"24:2559\";i:2692;s:7:\"24:2560\";i:2693;s:7:\"24:2561\";i:2694;s:7:\"24:2562\";i:2695;s:7:\"24:2563\";i:2696;s:7:\"24:2564\";i:2697;s:7:\"24:2565\";i:2698;s:7:\"24:2566\";i:2699;s:7:\"24:2567\";i:2700;s:7:\"24:2568\";i:2701;s:7:\"24:2569\";i:2702;s:7:\"24:2570\";i:2703;s:7:\"24:1691\";i:2704;s:7:\"24:2571\";i:2705;s:7:\"24:2572\";i:2706;s:7:\"24:2573\";i:2707;s:7:\"24:2574\";i:2708;s:7:\"24:2575\";i:2709;s:7:\"24:2576\";i:2710;s:7:\"24:2577\";i:2711;s:7:\"24:2578\";i:2712;s:7:\"24:2579\";i:2713;s:7:\"24:2580\";i:2714;s:7:\"24:2581\";i:2715;s:7:\"24:2582\";i:2716;s:7:\"24:2583\";i:2717;s:7:\"24:2584\";i:2718;s:7:\"24:2585\";i:2719;s:7:\"24:2586\";i:2720;s:7:\"24:2587\";i:2721;s:7:\"24:2588\";i:2722;s:7:\"24:2589\";i:2723;s:7:\"24:2590\";i:2724;s:7:\"24:2591\";i:2725;s:7:\"24:2592\";i:2726;s:7:\"24:2593\";i:2727;s:7:\"24:2594\";i:2728;s:7:\"24:2595\";i:2729;s:7:\"24:2596\";i:2730;s:7:\"24:2597\";i:2731;s:7:\"24:2598\";i:2732;s:7:\"24:2599\";i:2733;s:7:\"24:2600\";i:2734;s:7:\"24:2601\";i:2735;s:7:\"24:2602\";i:2736;s:7:\"24:1060\";i:2737;s:7:\"24:2603\";i:2738;s:7:\"24:2604\";i:2739;s:7:\"24:1684\";i:2740;s:7:\"24:2605\";i:2741;s:7:\"24:2606\";i:2742;s:7:\"24:2607\";i:2743;s:7:\"24:2608\";i:2744;s:7:\"24:2609\";i:2745;s:7:\"24:2610\";i:2746;s:7:\"24:2611\";i:2747;s:7:\"24:2612\";i:2748;s:7:\"24:2613\";i:2749;s:7:\"24:2614\";i:2750;s:7:\"24:2615\";i:2751;s:7:\"24:2616\";i:2752;s:7:\"24:2617\";i:2753;s:7:\"24:2618\";i:2754;s:7:\"24:2619\";i:2755;s:7:\"24:2620\";i:2756;s:7:\"24:2621\";i:2757;s:7:\"24:2622\";i:2758;s:7:\"24:2623\";i:2759;s:7:\"24:2624\";i:2760;s:7:\"24:2625\";i:2761;s:7:\"24:2626\";i:2762;s:7:\"24:2627\";i:2763;s:7:\"24:2628\";i:2764;s:7:\"24:2629\";i:2765;s:7:\"24:2630\";i:2766;s:7:\"24:2631\";i:2767;s:7:\"24:2632\";i:2768;s:7:\"24:2633\";i:2769;s:7:\"24:2634\";i:2770;s:7:\"24:2635\";i:2771;s:7:\"24:2636\";i:2772;s:7:\"24:2637\";i:2773;s:7:\"24:2638\";i:2774;s:7:\"24:2639\";i:2775;s:7:\"24:2640\";i:2776;s:7:\"24:2641\";i:2777;s:7:\"24:2642\";i:2778;s:7:\"24:2643\";i:2779;s:7:\"24:2644\";i:2780;s:7:\"24:2645\";i:2781;s:7:\"24:2646\";i:2782;s:7:\"24:1408\";i:2783;s:7:\"24:1718\";i:2784;s:7:\"24:2647\";i:2785;s:7:\"24:2648\";i:2786;s:7:\"24:2649\";i:2787;s:7:\"24:2650\";i:2788;s:7:\"24:2651\";i:2789;s:7:\"24:2652\";i:2790;s:7:\"24:2653\";i:2791;s:7:\"24:2654\";i:2792;s:7:\"24:2655\";i:2793;s:7:\"24:2656\";i:2794;s:7:\"24:2657\";i:2795;s:7:\"24:2658\";i:2796;s:7:\"24:2659\";i:2797;s:7:\"24:2660\";i:2798;s:7:\"24:2661\";i:2799;s:7:\"24:2662\";i:2800;s:7:\"24:2663\";i:2801;s:7:\"24:2664\";i:2802;s:7:\"24:2665\";i:2803;s:7:\"24:2666\";i:2804;s:7:\"24:2667\";i:2805;s:7:\"24:2668\";i:2806;s:7:\"24:2669\";i:2807;s:7:\"24:2670\";i:2808;s:7:\"24:2671\";i:2809;s:7:\"24:2672\";i:2810;s:7:\"24:2673\";i:2811;s:7:\"24:2674\";i:2812;s:7:\"24:2675\";i:2813;s:7:\"24:2676\";i:2814;s:7:\"24:2677\";i:2815;s:7:\"24:2678\";i:2816;s:7:\"24:2679\";i:2817;s:7:\"24:2680\";i:2818;s:7:\"24:2681\";i:2819;s:7:\"24:2682\";i:2820;s:7:\"24:2683\";i:2821;s:7:\"24:2684\";i:2822;s:7:\"24:2685\";i:2823;s:7:\"24:2686\";i:2824;s:7:\"24:2687\";i:2825;s:7:\"24:1128\";i:2826;s:7:\"24:1129\";i:2827;s:7:\"24:2688\";i:2828;s:7:\"24:2689\";i:2829;s:7:\"24:2690\";i:2830;s:7:\"24:1452\";i:2831;s:7:\"24:2691\";i:2832;s:7:\"24:2692\";i:2833;s:7:\"24:2693\";i:2834;s:7:\"24:2694\";i:2835;s:7:\"24:2695\";i:2836;s:7:\"24:2696\";i:2837;s:7:\"24:2697\";i:2838;s:7:\"24:2698\";i:2839;s:7:\"24:2699\";i:2840;s:7:\"24:2700\";i:2841;s:7:\"24:2701\";i:2842;s:7:\"24:2702\";i:2843;s:7:\"24:2703\";i:2844;s:7:\"24:2704\";i:2845;s:7:\"24:2705\";i:2846;s:7:\"24:2706\";i:2847;s:7:\"24:2707\";i:2848;s:7:\"24:2708\";i:2849;s:7:\"24:2709\";i:2850;s:7:\"24:2710\";i:2851;s:7:\"24:2711\";i:2852;s:7:\"24:2712\";i:2853;s:7:\"24:2713\";i:2854;s:7:\"24:2714\";i:2855;s:7:\"24:2715\";i:2856;s:7:\"24:2716\";i:2857;s:7:\"24:2717\";i:2858;s:7:\"24:2718\";i:2859;s:7:\"24:2719\";i:2860;s:7:\"24:2720\";i:2861;s:7:\"24:2721\";i:2862;s:7:\"24:2722\";i:2863;s:7:\"24:2723\";i:2864;s:7:\"24:2724\";i:2865;s:7:\"24:2725\";i:2866;s:7:\"24:2726\";i:2867;s:7:\"24:2727\";i:2868;s:7:\"24:2728\";i:2869;s:7:\"24:2729\";i:2870;s:7:\"24:2730\";i:2871;s:7:\"24:2731\";i:2872;s:7:\"24:2732\";i:2873;s:7:\"24:2733\";i:2874;s:7:\"24:2734\";i:2875;s:7:\"24:2735\";i:2876;s:7:\"24:2736\";i:2877;s:7:\"24:2737\";i:2878;s:7:\"24:2738\";i:2879;s:7:\"24:2739\";i:2880;s:7:\"24:2740\";i:2881;s:7:\"24:2741\";i:2882;s:7:\"24:1410\";i:2883;s:7:\"24:1411\";i:2884;s:7:\"24:1409\";i:2885;s:7:\"24:2742\";i:2886;s:7:\"24:2743\";i:2887;s:7:\"24:2744\";i:2888;s:7:\"24:1468\";i:2889;s:7:\"24:2745\";i:2890;s:7:\"24:2746\";i:2891;s:7:\"24:2747\";i:2892;s:7:\"24:2748\";i:2893;s:7:\"24:2749\";i:2894;s:7:\"24:2750\";i:2895;s:7:\"24:2751\";i:2896;s:7:\"24:2752\";i:2897;s:7:\"24:2753\";i:2898;s:7:\"24:2754\";i:2899;s:7:\"24:2755\";i:2900;s:7:\"24:2756\";i:2901;s:7:\"24:2757\";i:2902;s:7:\"24:2758\";i:2903;s:7:\"24:2759\";i:2904;s:7:\"24:2760\";i:2905;s:7:\"24:2761\";i:2906;s:7:\"24:2762\";i:2907;s:7:\"24:2763\";i:2908;s:7:\"24:2764\";i:2909;s:7:\"24:2765\";i:2910;s:7:\"24:2766\";i:2911;s:7:\"24:2767\";i:2912;s:7:\"24:2768\";i:2913;s:7:\"24:2769\";i:2914;s:7:\"24:2770\";i:2915;s:7:\"24:2771\";i:2916;s:7:\"24:2772\";i:2917;s:7:\"24:2773\";i:2918;s:7:\"24:2774\";i:2919;s:7:\"24:2775\";i:2920;s:7:\"24:2776\";i:2921;s:7:\"24:2777\";i:2922;s:7:\"24:2778\";i:2923;s:7:\"24:2779\";i:2924;s:7:\"24:2780\";i:2925;s:7:\"24:2781\";i:2926;s:7:\"24:2782\";i:2927;s:7:\"24:2783\";i:2928;s:7:\"24:2784\";i:2929;s:7:\"24:2785\";i:2930;s:7:\"24:2786\";i:2931;s:7:\"24:2787\";i:2932;s:7:\"24:2788\";i:2933;s:7:\"24:2789\";i:2934;s:7:\"24:2790\";i:2935;s:7:\"24:2791\";i:2936;s:7:\"24:2792\";i:2937;s:7:\"24:2793\";i:2938;s:7:\"24:2794\";i:2939;s:7:\"24:2795\";i:2940;s:7:\"24:2796\";i:2941;s:7:\"24:2797\";i:2942;s:7:\"24:2798\";i:2943;s:7:\"24:2799\";i:2944;s:7:\"24:2800\";i:2945;s:7:\"24:2801\";i:2946;s:7:\"24:2802\";i:2947;s:7:\"24:2803\";i:2948;s:7:\"24:2804\";i:2949;s:7:\"24:2805\";i:2950;s:7:\"24:2806\";i:2951;s:7:\"24:2807\";i:2952;s:7:\"24:2808\";i:2953;s:7:\"24:2809\";i:2954;s:7:\"24:2810\";i:2955;s:7:\"24:2811\";i:2956;s:7:\"24:2812\";i:2957;s:7:\"24:2813\";i:2958;s:7:\"24:2814\";i:2959;s:7:\"24:2815\";i:2960;s:7:\"24:2816\";i:2961;s:7:\"24:2817\";i:2962;s:7:\"24:2818\";i:2963;s:7:\"24:2819\";i:2964;s:7:\"24:2820\";i:2965;s:7:\"24:2821\";i:2966;s:7:\"24:2822\";i:2967;s:7:\"24:2823\";i:2968;s:7:\"24:2824\";i:2969;s:7:\"24:2825\";i:2970;s:7:\"24:2826\";i:2971;s:7:\"24:2827\";i:2972;s:7:\"24:2828\";i:2973;s:7:\"24:2829\";i:2974;s:7:\"24:2830\";i:2975;s:7:\"24:2831\";i:2976;s:7:\"24:1167\";i:2977;s:7:\"24:2832\";i:2978;s:7:\"24:2833\";i:2979;s:7:\"24:2834\";i:2980;s:7:\"24:1168\";i:2981;s:7:\"24:2835\";i:2982;s:7:\"24:2836\";i:2983;s:7:\"24:1169\";i:2984;s:7:\"24:2837\";i:2985;s:7:\"24:1170\";i:2986;s:7:\"24:2838\";i:2987;s:7:\"24:2839\";i:2988;s:7:\"24:2840\";i:2989;s:7:\"24:2841\";i:2990;s:7:\"24:2842\";i:2991;s:7:\"24:2843\";i:2992;s:7:\"24:2844\";i:2993;s:7:\"24:2845\";i:2994;s:7:\"24:2846\";i:2995;s:7:\"24:2847\";i:2996;s:7:\"24:2848\";i:2997;s:7:\"24:2849\";i:2998;s:7:\"24:2850\";i:2999;s:7:\"24:2851\";i:3000;s:7:\"24:2852\";i:3001;s:7:\"24:2853\";i:3002;s:7:\"24:2854\";i:3003;s:7:\"24:2855\";i:3004;s:7:\"24:2856\";i:3005;s:7:\"24:2857\";i:3006;s:7:\"24:2858\";i:3007;s:7:\"24:2859\";i:3008;s:7:\"24:2860\";i:3009;s:7:\"24:2861\";i:3010;s:7:\"24:2862\";i:3011;s:7:\"24:2863\";i:3012;s:7:\"24:2864\";i:3013;s:7:\"24:2865\";i:3014;s:7:\"24:2866\";i:3015;s:7:\"24:2867\";i:3016;s:7:\"24:2868\";i:3017;s:7:\"24:2869\";i:3018;s:7:\"24:2870\";i:3019;s:7:\"24:2871\";i:3020;s:7:\"24:2872\";i:3021;s:7:\"24:2873\";i:3022;s:7:\"24:2874\";i:3023;s:7:\"24:2875\";i:3024;s:7:\"24:2876\";i:3025;s:7:\"24:2877\";i:3026;s:7:\"24:2878\";i:3027;s:7:\"24:2879\";i:3028;s:7:\"24:2880\";i:3029;s:7:\"24:2881\";i:3030;s:7:\"24:2882\";i:3031;s:7:\"24:2883\";i:3032;s:7:\"24:2884\";i:3033;s:7:\"24:2885\";i:3034;s:7:\"24:2886\";i:3035;s:7:\"24:2887\";i:3036;s:7:\"24:2888\";i:3037;s:7:\"24:2889\";i:3038;s:7:\"24:2890\";i:3039;s:7:\"24:1160\";i:3040;s:7:\"24:2891\";i:3041;s:7:\"24:2892\";i:3042;s:7:\"24:2893\";i:3043;s:7:\"24:2894\";i:3044;s:7:\"24:2895\";i:3045;s:7:\"24:2896\";i:3046;s:7:\"24:2897\";i:3047;s:7:\"24:2898\";i:3048;s:7:\"24:2899\";i:3049;s:7:\"24:2900\";i:3050;s:7:\"24:2901\";i:3051;s:7:\"24:2902\";i:3052;s:7:\"24:2903\";i:3053;s:7:\"24:2904\";i:3054;s:7:\"24:2905\";i:3055;s:7:\"24:2906\";i:3056;s:7:\"24:2907\";i:3057;s:7:\"24:1151\";i:3058;s:7:\"24:2908\";i:3059;s:7:\"24:2909\";i:3060;s:7:\"24:2910\";i:3061;s:7:\"24:1153\";i:3062;s:7:\"24:2911\";i:3063;s:7:\"24:1154\";i:3064;s:7:\"24:2912\";i:3065;s:7:\"24:1155\";i:3066;s:7:\"24:2913\";i:3067;s:7:\"24:2914\";i:3068;s:7:\"24:2915\";i:3069;s:7:\"24:2916\";i:3070;s:7:\"24:2917\";i:3071;s:7:\"24:2918\";i:3072;s:7:\"24:1156\";i:3073;s:7:\"24:2919\";i:3074;s:7:\"24:2920\";i:3075;s:7:\"24:2921\";i:3076;s:7:\"24:1158\";i:3077;s:7:\"24:2922\";i:3078;s:7:\"24:2923\";i:3079;s:7:\"24:2924\";i:3080;s:7:\"24:2925\";i:3081;s:7:\"24:2926\";i:3082;s:7:\"24:2927\";i:3083;s:7:\"24:2928\";i:3084;s:7:\"24:2929\";i:3085;s:7:\"24:2930\";i:3086;s:7:\"24:2931\";i:3087;s:7:\"24:2932\";i:3088;s:7:\"24:2933\";i:3089;s:7:\"24:2934\";i:3090;s:7:\"24:2935\";i:3091;s:7:\"24:2936\";i:3092;s:7:\"24:2937\";i:3093;s:7:\"24:2938\";i:3094;s:7:\"24:2939\";i:3095;s:7:\"24:2940\";i:3096;s:7:\"24:2941\";i:3097;s:7:\"24:2942\";i:3098;s:7:\"24:2943\";i:3099;s:7:\"24:1473\";i:3100;s:7:\"24:2944\";i:3101;s:7:\"24:1474\";i:3102;s:7:\"24:2945\";i:3103;s:7:\"24:2946\";i:3104;s:7:\"24:2947\";i:3105;s:7:\"24:2948\";i:3106;s:7:\"24:2949\";i:3107;s:7:\"24:2950\";i:3108;s:7:\"24:2951\";i:3109;s:7:\"24:2952\";i:3110;s:7:\"24:2953\";i:3111;s:7:\"24:2954\";i:3112;s:7:\"24:2955\";i:3113;s:7:\"24:2956\";i:3114;s:7:\"24:2957\";i:3115;s:7:\"24:2958\";i:3116;s:7:\"24:2959\";i:3117;s:7:\"24:2960\";i:3118;s:7:\"24:2961\";i:3119;s:7:\"24:2962\";i:3120;s:7:\"24:2963\";i:3121;s:7:\"24:2964\";i:3122;s:7:\"24:2965\";i:3123;s:7:\"24:2966\";i:3124;s:7:\"24:1484\";i:3125;s:7:\"24:2967\";i:3126;s:7:\"24:1724\";i:3127;s:7:\"24:2968\";i:3128;s:7:\"24:1062\";i:3129;s:7:\"24:2969\";i:3130;s:7:\"24:2970\";i:3131;s:7:\"24:2971\";i:3132;s:7:\"24:2972\";i:3133;s:7:\"24:2973\";i:3134;s:7:\"24:2974\";i:3135;s:7:\"24:1064\";i:3136;s:7:\"24:2975\";i:3137;s:7:\"24:2976\";i:3138;s:7:\"24:2977\";i:3139;s:7:\"24:2978\";i:3140;s:7:\"24:1725\";i:3141;s:7:\"24:2979\";i:3142;s:7:\"24:2980\";i:3143;s:7:\"24:2981\";i:3144;s:7:\"24:2982\";i:3145;s:7:\"24:2983\";i:3146;s:7:\"24:2984\";i:3147;s:7:\"24:2985\";i:3148;s:7:\"24:2986\";i:3149;s:7:\"24:2987\";i:3150;s:7:\"24:2988\";i:3151;s:7:\"24:2989\";i:3152;s:7:\"24:2990\";i:3153;s:7:\"24:2991\";i:3154;s:7:\"24:2992\";i:3155;s:7:\"24:2993\";i:3156;s:7:\"24:2994\";i:3157;s:7:\"24:2995\";i:3158;s:7:\"24:2996\";i:3159;s:7:\"24:2997\";i:3160;s:7:\"24:2998\";i:3161;s:7:\"24:2999\";i:3162;s:7:\"24:1485\";i:3163;s:7:\"24:3000\";i:3164;s:7:\"24:3001\";i:3165;s:7:\"24:3002\";i:3166;s:7:\"24:3003\";i:3167;s:7:\"24:3004\";i:3168;s:7:\"24:3005\";i:3169;s:7:\"24:3006\";i:3170;s:7:\"24:3007\";i:3171;s:7:\"24:3008\";i:3172;s:7:\"24:3009\";i:3173;s:7:\"24:3010\";i:3174;s:7:\"24:3011\";i:3175;s:7:\"24:1173\";i:3176;s:7:\"24:3012\";i:3177;s:7:\"24:3013\";i:3178;s:7:\"24:3014\";i:3179;s:7:\"24:3015\";i:3180;s:7:\"24:3016\";i:3181;s:7:\"24:3017\";i:3182;s:7:\"24:3018\";i:3183;s:7:\"24:3019\";i:3184;s:7:\"24:3020\";i:3185;s:7:\"24:3021\";i:3186;s:7:\"24:3022\";i:3187;s:7:\"24:3023\";i:3188;s:7:\"24:1066\";i:3189;s:7:\"24:1067\";i:3190;s:7:\"24:1068\";i:3191;s:7:\"24:1069\";i:3192;s:7:\"24:1070\";i:3193;s:7:\"24:3024\";i:3194;s:7:\"24:1486\";i:3195;s:7:\"24:1487\";i:3196;s:7:\"24:3025\";i:3197;s:7:\"24:3026\";i:3198;s:7:\"24:3027\";i:3199;s:7:\"24:3028\";i:3200;s:7:\"24:3029\";i:3201;s:7:\"24:1489\";i:3202;s:7:\"24:1072\";i:3203;s:7:\"24:1073\";i:3204;s:7:\"24:1074\";i:3205;s:7:\"24:1075\";i:3206;s:7:\"24:1438\";i:3207;s:7:\"24:3030\";i:3208;s:7:\"24:3031\";i:3209;s:7:\"24:3032\";i:3210;s:7:\"24:3033\";i:3211;s:7:\"24:3034\";i:3212;s:7:\"24:3035\";i:3213;s:7:\"24:3036\";i:3214;s:7:\"24:3037\";i:3215;s:7:\"24:3038\";i:3216;s:7:\"24:3039\";i:3217;s:7:\"24:3040\";i:3218;s:7:\"24:3041\";i:3219;s:7:\"24:3042\";i:3220;s:7:\"24:3043\";i:3221;s:7:\"24:3044\";i:3222;s:7:\"24:3045\";i:3223;s:7:\"24:3046\";i:3224;s:7:\"24:3047\";i:3225;s:7:\"24:3048\";i:3226;s:7:\"24:3049\";i:3227;s:7:\"24:3050\";i:3228;s:7:\"24:3051\";i:3229;s:7:\"24:1456\";i:3230;s:7:\"24:1457\";i:3231;s:7:\"24:3052\";i:3232;s:7:\"24:3053\";i:3233;s:7:\"24:3054\";i:3234;s:7:\"24:3055\";i:3235;s:7:\"24:3056\";i:3236;s:7:\"24:3057\";i:3237;s:7:\"24:3058\";i:3238;s:7:\"24:3059\";i:3239;s:7:\"24:1458\";i:3240;s:7:\"24:1459\";i:3241;s:7:\"24:3060\";i:3242;s:7:\"24:3061\";i:3243;s:7:\"24:3062\";i:3244;s:7:\"24:3063\";i:3245;s:7:\"24:3064\";i:3246;s:7:\"24:3065\";i:3247;s:7:\"24:3066\";i:3248;s:7:\"24:3067\";i:3249;s:7:\"24:3068\";i:3250;s:7:\"24:3069\";i:3251;s:7:\"24:1464\";i:3252;s:7:\"24:1437\";i:3253;s:7:\"24:3070\";i:3254;s:7:\"24:3071\";i:3255;s:7:\"24:3072\";i:3256;s:7:\"24:1132\";i:3257;s:7:\"24:3073\";i:3258;s:7:\"24:1135\";i:3259;s:7:\"24:1133\";i:3260;s:7:\"24:3074\";i:3261;s:7:\"24:3075\";i:3262;s:7:\"24:3076\";i:3263;s:7:\"24:3077\";i:3264;s:7:\"24:3078\";i:3265;s:7:\"24:1130\";i:3266;s:7:\"24:3079\";i:3267;s:7:\"24:3080\";i:3268;s:7:\"24:3081\";i:3269;s:7:\"24:3082\";i:3270;s:7:\"24:3083\";i:3271;s:7:\"24:3084\";i:3272;s:7:\"24:3085\";i:3273;s:7:\"24:3086\";i:3274;s:7:\"24:3087\";i:3275;s:7:\"24:3088\";i:3276;s:7:\"24:3089\";i:3277;s:7:\"24:3090\";i:3278;s:7:\"24:3091\";i:3279;s:7:\"24:3092\";i:3280;s:7:\"24:3093\";i:3281;s:7:\"24:3094\";i:3282;s:7:\"24:3095\";i:3283;s:7:\"24:3096\";i:3284;s:7:\"24:3097\";i:3285;s:7:\"24:3098\";i:3286;s:7:\"24:3099\";i:3287;s:7:\"24:3100\";i:3288;s:7:\"24:3101\";i:3289;s:7:\"24:3102\";i:3290;s:7:\"24:3103\";i:3291;s:7:\"24:3104\";i:3292;s:7:\"24:3105\";i:3293;s:7:\"24:3106\";i:3294;s:7:\"24:3107\";i:3295;s:7:\"24:3108\";i:3296;s:7:\"24:3109\";i:3297;s:7:\"24:3110\";i:3298;s:7:\"24:3111\";i:3299;s:7:\"24:3112\";i:3300;s:7:\"24:3113\";i:3301;s:7:\"24:3114\";i:3302;s:7:\"24:3115\";i:3303;s:7:\"24:3116\";i:3304;s:7:\"24:3117\";i:3305;s:7:\"24:3118\";i:3306;s:7:\"24:3119\";i:3307;s:7:\"24:3120\";i:3308;s:5:\"24:36\";i:3309;s:7:\"24:3121\";i:3310;s:5:\"24:37\";i:3311;s:7:\"24:3122\";i:3312;s:7:\"24:3123\";i:3313;s:7:\"24:3124\";i:3314;s:7:\"24:3125\";i:3315;s:7:\"24:3126\";i:3316;s:7:\"24:3127\";i:3317;s:7:\"24:3128\";i:3318;s:7:\"24:3129\";i:3319;s:7:\"24:3130\";i:3320;s:7:\"24:3131\";i:3321;s:7:\"24:3132\";i:3322;s:7:\"24:3133\";i:3323;s:7:\"24:3134\";i:3324;s:7:\"24:3135\";i:3325;s:7:\"24:3136\";i:3326;s:7:\"24:3137\";i:3327;s:7:\"24:1094\";i:3328;s:5:\"24:47\";i:3329;s:5:\"24:48\";i:3330;s:7:\"24:3138\";i:3331;s:7:\"24:3139\";i:3332;s:7:\"24:3140\";i:3333;s:7:\"24:3141\";i:3334;s:7:\"24:3142\";i:3335;s:7:\"24:3143\";i:3336;s:7:\"24:3144\";i:3337;s:7:\"24:3145\";i:3338;s:7:\"24:3146\";i:3339;s:7:\"24:3147\";i:3340;s:7:\"24:3148\";i:3341;s:7:\"24:3149\";i:3342;s:7:\"24:3150\";i:3343;s:7:\"24:3151\";i:3344;s:7:\"24:3152\";i:3345;s:7:\"24:3153\";i:3346;s:7:\"24:3154\";i:3347;s:7:\"24:3155\";i:3348;s:7:\"24:3156\";i:3349;s:7:\"24:3157\";i:3350;s:7:\"24:3158\";i:3351;s:7:\"24:3159\";i:3352;s:7:\"24:3160\";i:3353;s:7:\"24:3161\";i:3354;s:7:\"24:3162\";i:3355;s:7:\"24:3163\";i:3356;s:7:\"24:3164\";i:3357;s:7:\"24:3165\";i:3358;s:7:\"24:3166\";i:3359;s:7:\"24:3167\";i:3360;s:7:\"24:3168\";i:3361;s:7:\"24:3169\";i:3362;s:7:\"24:3170\";i:3363;s:7:\"24:3171\";i:3364;s:7:\"24:3172\";i:3365;s:7:\"24:3173\";i:3366;s:7:\"24:3174\";i:3367;s:7:\"24:3175\";i:3368;s:7:\"24:3176\";i:3369;s:7:\"24:3177\";i:3370;s:7:\"24:3178\";i:3371;s:7:\"24:3179\";i:3372;s:7:\"24:3180\";i:3373;s:7:\"24:3181\";i:3374;s:7:\"24:3182\";i:3375;s:7:\"24:3183\";i:3376;s:7:\"24:3184\";i:3377;s:7:\"24:3185\";i:3378;s:7:\"24:3186\";i:3379;s:7:\"24:3187\";i:3380;s:7:\"24:3188\";i:3381;s:7:\"24:3189\";i:3382;s:7:\"24:3190\";i:3383;s:7:\"24:3191\";i:3384;s:7:\"24:3192\";i:3385;s:7:\"24:3193\";i:3386;s:7:\"24:3194\";i:3387;s:7:\"24:3195\";i:3388;s:7:\"24:3196\";i:3389;s:7:\"24:3197\";i:3390;s:7:\"24:3198\";i:3391;s:7:\"24:3199\";i:3392;s:7:\"24:3200\";i:3393;s:7:\"24:3201\";i:3394;s:7:\"24:3202\";i:3395;s:7:\"24:3203\";i:3396;s:7:\"24:3204\";i:3397;s:7:\"24:3205\";i:3398;s:7:\"24:3206\";i:3399;s:7:\"24:3207\";i:3400;s:7:\"24:3208\";i:3401;s:7:\"24:3209\";i:3402;s:7:\"24:3210\";i:3403;s:7:\"24:3211\";i:3404;s:7:\"24:3212\";i:3405;s:7:\"24:3213\";i:3406;s:7:\"24:3214\";i:3407;s:7:\"24:3215\";i:3408;s:7:\"24:3216\";i:3409;s:7:\"24:3217\";i:3410;s:7:\"24:3218\";i:3411;s:7:\"24:3219\";i:3412;s:7:\"24:3220\";i:3413;s:7:\"24:3221\";i:3414;s:7:\"24:3222\";i:3415;s:7:\"24:3223\";i:3416;s:7:\"24:3224\";i:3417;s:7:\"24:3225\";i:3418;s:7:\"24:3226\";i:3419;s:7:\"24:3227\";i:3420;s:7:\"24:3228\";i:3421;s:7:\"24:3229\";i:3422;s:7:\"24:3230\";i:3423;s:7:\"24:3231\";i:3424;s:7:\"24:3232\";i:3425;s:7:\"24:3233\";i:3426;s:7:\"24:3234\";i:3427;s:7:\"24:3235\";i:3428;s:7:\"24:3236\";i:3429;s:7:\"24:3237\";i:3430;s:7:\"24:3238\";i:3431;s:7:\"24:3239\";i:3432;s:7:\"24:3240\";i:3433;s:7:\"24:3241\";i:3434;s:7:\"24:3242\";i:3435;s:7:\"24:3243\";i:3436;s:7:\"24:3244\";i:3437;s:7:\"24:3245\";i:3438;s:7:\"24:3246\";i:3439;s:7:\"24:3247\";i:3440;s:7:\"24:3248\";i:3441;s:7:\"24:3249\";i:3442;s:7:\"24:3250\";i:3443;s:7:\"24:3251\";i:3444;s:7:\"24:3252\";i:3445;s:7:\"24:3253\";i:3446;s:7:\"24:3254\";i:3447;s:7:\"24:3255\";i:3448;s:7:\"24:3256\";i:3449;s:7:\"24:3257\";i:3450;s:7:\"24:3258\";i:3451;s:7:\"24:3259\";i:3452;s:7:\"24:3260\";i:3453;s:7:\"24:3261\";i:3454;s:7:\"24:3262\";i:3455;s:7:\"24:3263\";i:3456;s:7:\"24:3264\";i:3457;s:7:\"24:3265\";i:3458;s:7:\"24:1146\";i:3459;s:7:\"24:3266\";i:3460;s:7:\"24:3267\";i:3461;s:7:\"24:3268\";i:3462;s:7:\"24:3269\";i:3463;s:7:\"24:3270\";i:3464;s:7:\"24:3271\";i:3465;s:7:\"24:3272\";i:3466;s:7:\"24:3273\";i:3467;s:7:\"24:3274\";i:3468;s:7:\"24:3275\";i:3469;s:7:\"24:3276\";i:3470;s:7:\"24:3277\";i:3471;s:7:\"24:3278\";i:3472;s:7:\"24:3279\";i:3473;s:7:\"24:3280\";i:3474;s:7:\"24:3281\";i:3475;s:7:\"24:3282\";i:3476;s:7:\"24:3283\";i:3477;s:7:\"24:3284\";i:3478;s:7:\"24:3285\";i:3479;s:7:\"24:3286\";i:3480;s:7:\"24:3287\";i:3481;s:7:\"24:3288\";i:3482;s:7:\"24:3289\";i:3483;s:7:\"24:3290\";i:3484;s:7:\"24:3291\";i:3485;s:7:\"24:3292\";i:3486;s:7:\"24:3293\";i:3487;s:7:\"24:3294\";i:3488;s:7:\"24:3295\";i:3489;s:7:\"24:3296\";i:3490;s:7:\"24:3297\";i:3491;s:7:\"24:3298\";i:3492;s:7:\"24:3299\";i:3493;s:7:\"24:3300\";i:3494;s:7:\"24:3301\";i:3495;s:7:\"24:3302\";i:3496;s:7:\"24:3303\";i:3497;s:7:\"24:3304\";i:3498;s:7:\"24:3305\";i:3499;s:7:\"24:3306\";i:3500;s:7:\"24:3307\";i:3501;s:7:\"24:3308\";i:3502;s:7:\"24:3309\";i:3503;s:7:\"24:3310\";i:3504;s:7:\"24:3311\";i:3505;s:7:\"24:3312\";i:3506;s:7:\"24:3313\";i:3507;s:7:\"24:3314\";i:3508;s:7:\"24:3315\";i:3509;s:7:\"24:3316\";i:3510;s:7:\"24:3317\";i:3511;s:7:\"24:3318\";i:3512;s:7:\"24:3319\";i:3513;s:7:\"24:3320\";i:3514;s:7:\"24:3321\";i:3515;s:7:\"24:3322\";i:3516;s:7:\"24:3323\";i:3517;s:7:\"24:3324\";i:3518;s:7:\"24:3325\";i:3519;s:7:\"24:3326\";i:3520;s:7:\"24:3327\";i:3521;s:7:\"24:3328\";i:3522;s:7:\"24:3329\";i:3523;s:7:\"24:3330\";i:3524;s:7:\"24:3331\";i:3525;s:7:\"24:3332\";i:3526;s:7:\"24:3333\";i:3527;s:7:\"24:3334\";i:3528;s:7:\"24:3335\";i:3529;s:7:\"24:3336\";i:3530;s:7:\"24:3337\";i:3531;s:7:\"24:3338\";i:3532;s:7:\"24:3339\";i:3533;s:7:\"24:3340\";i:3534;s:7:\"24:3341\";i:3535;s:7:\"24:3342\";i:3536;s:7:\"24:3343\";i:3537;s:7:\"24:3344\";i:3538;s:7:\"24:3345\";i:3539;s:7:\"24:3346\";i:3540;s:7:\"24:3347\";i:3541;s:7:\"24:3348\";i:3542;s:7:\"24:3349\";i:3543;s:7:\"24:3350\";i:3544;s:7:\"24:3351\";i:3545;s:7:\"24:3352\";i:3546;s:7:\"24:3353\";i:3547;s:7:\"24:3354\";i:3548;s:7:\"24:3355\";i:3549;s:7:\"24:3356\";i:3550;s:7:\"24:3357\";i:3551;s:7:\"24:3358\";i:3552;s:7:\"24:3359\";i:3553;s:7:\"24:3360\";i:3554;s:7:\"24:3361\";i:3555;s:7:\"24:3362\";i:3556;s:7:\"24:3363\";i:3557;s:7:\"24:3364\";i:3558;s:7:\"24:3365\";i:3559;s:7:\"24:3366\";i:3560;s:7:\"24:3367\";i:3561;s:7:\"24:3368\";i:3562;s:7:\"24:3369\";i:3563;s:7:\"24:3370\";i:3564;s:7:\"24:3371\";i:3565;s:7:\"24:3372\";i:3566;s:7:\"24:3373\";i:3567;s:7:\"24:3374\";i:3568;s:7:\"24:3375\";i:3569;s:7:\"24:3376\";i:3570;s:7:\"24:3377\";i:3571;s:7:\"24:3378\";i:3572;s:7:\"24:3379\";i:3573;s:7:\"24:3380\";i:3574;s:7:\"24:3381\";i:3575;s:7:\"24:3382\";i:3576;s:7:\"24:3383\";i:3577;s:7:\"24:3384\";i:3578;s:7:\"24:3385\";i:3579;s:7:\"24:3386\";i:3580;s:7:\"24:3387\";i:3581;s:7:\"24:3388\";i:3582;s:7:\"24:3389\";i:3583;s:7:\"24:3390\";i:3584;s:7:\"24:3391\";i:3585;s:7:\"24:3392\";i:3586;s:7:\"24:3393\";i:3587;s:7:\"24:3394\";i:3588;s:7:\"24:3395\";i:3589;s:7:\"24:3396\";i:3590;s:7:\"24:3397\";i:3591;s:7:\"24:3398\";i:3592;s:7:\"24:3399\";i:3593;s:7:\"24:3400\";i:3594;s:7:\"24:3401\";i:3595;s:7:\"24:3402\";i:3596;s:7:\"24:3403\";i:3597;s:7:\"24:3404\";i:3598;s:7:\"24:3405\";i:3599;s:7:\"24:3406\";i:3600;s:7:\"24:3407\";i:3601;s:7:\"24:3408\";i:3602;s:7:\"24:3409\";i:3603;s:7:\"24:3410\";i:3604;s:7:\"24:3411\";i:3605;s:7:\"24:3412\";i:3606;s:7:\"24:3413\";i:3607;s:7:\"24:3414\";i:3608;s:7:\"24:3415\";i:3609;s:7:\"24:3416\";i:3610;s:7:\"24:3417\";i:3611;s:7:\"24:3418\";i:3612;s:7:\"24:3419\";i:3613;s:7:\"24:3420\";i:3614;s:7:\"24:3421\";i:3615;s:7:\"24:3422\";i:3616;s:7:\"24:3423\";i:3617;s:7:\"24:3424\";i:3618;s:7:\"24:3425\";i:3619;s:7:\"24:3426\";i:3620;s:7:\"24:3427\";i:3621;s:7:\"24:3428\";i:3622;s:7:\"24:3429\";i:3623;s:7:\"24:3430\";i:3624;s:7:\"24:3431\";i:3625;s:7:\"24:3432\";i:3626;s:7:\"24:3433\";i:3627;s:7:\"24:3434\";i:3628;s:7:\"24:3435\";i:3629;s:7:\"24:3436\";i:3630;s:7:\"24:3437\";i:3631;s:7:\"24:3438\";i:3632;s:7:\"24:3439\";i:3633;s:7:\"24:3440\";i:3634;s:7:\"24:1675\";i:3635;s:7:\"24:3441\";i:3636;s:7:\"24:3442\";i:3637;s:7:\"24:3443\";i:3638;s:7:\"24:3444\";i:3639;s:7:\"24:3445\";i:3640;s:7:\"24:3446\";i:3641;s:7:\"24:3447\";i:3642;s:7:\"24:3448\";i:3643;s:7:\"24:3449\";i:3644;s:7:\"24:3450\";i:3645;s:7:\"24:3451\";i:3646;s:7:\"24:3452\";i:3647;s:7:\"24:3453\";i:3648;s:7:\"24:3454\";i:3649;s:7:\"24:3455\";i:3650;s:7:\"24:3456\";i:3651;s:7:\"24:3457\";i:3652;s:7:\"24:3458\";i:3653;s:7:\"24:3459\";i:3654;s:7:\"24:3460\";i:3655;s:7:\"24:3461\";i:3656;s:7:\"24:3462\";i:3657;s:7:\"24:3463\";i:3658;s:7:\"24:3464\";i:3659;s:7:\"24:3465\";i:3660;s:7:\"24:3466\";i:3661;s:7:\"24:3467\";i:3662;s:7:\"24:3468\";i:3663;s:7:\"24:3469\";i:3664;s:7:\"24:3470\";i:3665;s:7:\"24:3471\";i:3666;s:7:\"24:3472\";i:3667;s:7:\"24:3473\";i:3668;s:7:\"24:3474\";i:3669;s:7:\"24:3475\";i:3670;s:7:\"24:3476\";i:3671;s:7:\"24:3477\";i:3672;s:7:\"24:3478\";i:3673;s:7:\"24:3479\";i:3674;s:7:\"24:3480\";i:3675;s:7:\"24:3481\";i:3676;s:7:\"24:3482\";i:3677;s:7:\"24:3483\";i:3678;s:7:\"24:3484\";i:3679;s:7:\"24:3485\";i:3680;s:7:\"24:3486\";i:3681;s:7:\"24:3487\";i:3682;s:7:\"24:3488\";i:3683;s:7:\"24:3489\";i:3684;s:7:\"24:3490\";i:3685;s:7:\"24:3491\";i:3686;s:7:\"24:3492\";i:3687;s:7:\"24:3493\";i:3688;s:7:\"24:3494\";i:3689;s:7:\"24:3495\";i:3690;s:7:\"24:3496\";i:3691;s:7:\"24:3497\";i:3692;s:7:\"24:3498\";i:3693;s:7:\"24:3499\";i:3694;s:7:\"24:3500\";i:3695;s:7:\"24:3501\";i:3696;s:7:\"24:3502\";i:3697;s:7:\"24:3503\";i:3698;s:7:\"24:3504\";i:3699;s:7:\"24:3505\";i:3700;s:7:\"24:3506\";i:3701;s:7:\"24:3507\";i:3702;s:7:\"24:3508\";i:3703;s:7:\"24:3509\";i:3704;s:7:\"24:3510\";i:3705;s:7:\"24:3511\";i:3706;s:7:\"24:3512\";i:3707;s:7:\"24:3513\";i:3708;s:7:\"24:3514\";i:3709;s:7:\"24:3515\";i:3710;s:7:\"24:3516\";i:3711;s:7:\"24:3517\";i:3712;s:7:\"24:3518\";i:3713;s:7:\"24:3519\";i:3714;s:7:\"24:3520\";i:3715;s:7:\"24:3521\";i:3716;s:7:\"24:3522\";i:3717;s:7:\"24:3523\";i:3718;s:7:\"24:3524\";i:3719;s:7:\"24:3525\";i:3720;s:7:\"24:3526\";i:3721;s:7:\"24:3527\";i:3722;s:7:\"24:3528\";i:3723;s:7:\"24:3529\";i:3724;s:7:\"24:3530\";i:3725;s:7:\"24:3531\";i:3726;s:7:\"24:3532\";i:3727;s:7:\"24:3533\";i:3728;s:7:\"24:3534\";i:3729;s:7:\"24:3535\";i:3730;s:7:\"24:3536\";i:3731;s:7:\"24:3537\";i:3732;s:7:\"24:3538\";i:3733;s:7:\"24:3539\";i:3734;s:7:\"24:3540\";i:3735;s:7:\"24:3541\";i:3736;s:7:\"24:3542\";i:3737;s:7:\"24:3543\";i:3738;s:7:\"24:3544\";i:3739;s:7:\"24:3545\";i:3740;s:7:\"24:3546\";i:3741;s:7:\"24:3547\";i:3742;s:7:\"24:3548\";i:3743;s:7:\"24:3549\";i:3744;s:7:\"24:3550\";i:3745;s:7:\"24:3551\";i:3746;s:7:\"24:3552\";i:3747;s:7:\"24:3553\";i:3748;s:7:\"24:3554\";i:3749;s:7:\"24:3555\";i:3750;s:7:\"24:3556\";i:3751;s:7:\"24:1422\";i:3752;s:7:\"24:1423\";i:3753;s:7:\"24:3557\";i:3754;s:7:\"24:1667\";i:3755;s:7:\"24:3558\";i:3756;s:7:\"24:3559\";i:3757;s:7:\"24:1668\";i:3758;s:7:\"24:1666\";i:3759;s:7:\"24:3560\";i:3760;s:7:\"24:3561\";i:3761;s:7:\"24:3562\";i:3762;s:7:\"24:1419\";i:3763;s:7:\"24:3563\";i:3764;s:7:\"24:3564\";i:3765;s:7:\"24:3565\";i:3766;s:7:\"24:3566\";i:3767;s:7:\"24:1421\";i:3768;s:7:\"24:3567\";i:3769;s:7:\"24:3568\";i:3770;s:7:\"24:1417\";i:3771;s:7:\"24:1420\";i:3772;s:7:\"24:3569\";i:3773;s:7:\"24:3570\";i:3774;s:7:\"24:3571\";i:3775;s:7:\"24:3572\";i:3776;s:7:\"24:3573\";i:3777;s:7:\"24:3574\";i:3778;s:7:\"24:3575\";i:3779;s:7:\"24:3576\";i:3780;s:7:\"24:3577\";i:3781;s:7:\"24:3578\";i:3782;s:7:\"24:3579\";i:3783;s:7:\"24:3580\";i:3784;s:7:\"24:3581\";i:3785;s:7:\"24:3582\";i:3786;s:7:\"24:3583\";i:3787;s:7:\"24:3584\";i:3788;s:7:\"24:3585\";i:3789;s:7:\"24:3586\";i:3790;s:7:\"24:3587\";i:3791;s:7:\"24:3588\";i:3792;s:7:\"24:3589\";i:3793;s:7:\"24:3590\";i:3794;s:7:\"24:3591\";i:3795;s:7:\"24:3592\";i:3796;s:7:\"24:3593\";i:3797;s:7:\"24:3594\";i:3798;s:7:\"24:3595\";i:3799;s:7:\"24:3596\";i:3800;s:7:\"24:3597\";i:3801;s:7:\"24:3598\";i:3802;s:7:\"24:3599\";i:3803;s:7:\"24:3600\";i:3804;s:7:\"24:3601\";i:3805;s:7:\"24:3602\";i:3806;s:7:\"24:1424\";i:3807;s:7:\"24:3603\";i:3808;s:7:\"24:3604\";i:3809;s:7:\"24:3605\";i:3810;s:7:\"24:3606\";i:3811;s:7:\"24:3607\";i:3812;s:7:\"24:3608\";i:3813;s:7:\"24:3609\";i:3814;s:7:\"24:3610\";i:3815;s:7:\"24:3611\";i:3816;s:7:\"24:3612\";i:3817;s:7:\"24:3613\";i:3818;s:7:\"24:3614\";i:3819;s:7:\"24:3615\";i:3820;s:7:\"24:3616\";i:3821;s:7:\"24:1426\";i:3822;s:7:\"24:3617\";i:3823;s:7:\"24:3618\";i:3824;s:7:\"24:3619\";i:3825;s:7:\"24:3620\";i:3826;s:7:\"24:3621\";i:3827;s:7:\"24:3622\";i:3828;s:7:\"24:3623\";i:3829;s:7:\"24:3624\";i:3830;s:7:\"24:3625\";i:3831;s:7:\"24:3626\";i:3832;s:7:\"24:3627\";i:3833;s:7:\"24:3628\";i:3834;s:7:\"24:1676\";i:3835;s:7:\"24:3629\";i:3836;s:7:\"24:3630\";i:3837;s:7:\"24:3631\";i:3838;s:7:\"24:3632\";i:3839;s:7:\"24:3633\";i:3840;s:7:\"24:3634\";i:3841;s:7:\"24:3635\";i:3842;s:7:\"24:3636\";i:3843;s:7:\"24:3637\";i:3844;s:7:\"24:3638\";i:3845;s:7:\"24:3639\";i:3846;s:7:\"24:3640\";i:3847;s:7:\"24:3641\";i:3848;s:7:\"24:3642\";i:3849;s:7:\"24:3643\";i:3850;s:7:\"24:3644\";i:3851;s:7:\"24:3645\";i:3852;s:7:\"24:3646\";i:3853;s:7:\"24:3647\";i:3854;s:7:\"24:3648\";i:3855;s:7:\"24:3649\";i:3856;s:7:\"24:3650\";i:3857;s:7:\"24:3651\";i:3858;s:7:\"24:3652\";i:3859;s:7:\"24:3653\";i:3860;s:7:\"24:3654\";i:3861;s:7:\"24:3655\";i:3862;s:7:\"24:1747\";i:3863;s:7:\"24:3656\";i:3864;s:7:\"24:3657\";i:3865;s:7:\"24:3658\";i:3866;s:7:\"24:3659\";i:3867;s:7:\"24:3660\";i:3868;s:7:\"24:3661\";i:3869;s:7:\"24:3662\";i:3870;s:7:\"24:3663\";i:3871;s:7:\"24:3664\";i:3872;s:7:\"24:3665\";i:3873;s:7:\"24:3666\";i:3874;s:7:\"24:3667\";i:3875;s:7:\"24:3668\";i:3876;s:7:\"24:3669\";i:3877;s:7:\"24:3670\";i:3878;s:7:\"24:3671\";i:3879;s:7:\"24:3672\";i:3880;s:7:\"24:3673\";i:3881;s:7:\"24:3674\";i:3882;s:7:\"24:3675\";i:3883;s:7:\"24:3676\";i:3884;s:7:\"24:3677\";i:3885;s:7:\"24:3678\";i:3886;s:7:\"24:3679\";i:3887;s:7:\"24:1744\";i:3888;s:7:\"24:3680\";i:3889;s:7:\"24:1745\";i:3890;s:7:\"24:1746\";i:3891;s:7:\"24:3681\";i:3892;s:7:\"24:3682\";i:3893;s:7:\"24:3683\";i:3894;s:7:\"24:3684\";i:3895;s:7:\"24:3685\";i:3896;s:7:\"24:3686\";i:3897;s:7:\"24:3687\";i:3898;s:7:\"24:3688\";i:3899;s:7:\"24:3689\";i:3900;s:7:\"24:3690\";i:3901;s:7:\"24:3691\";i:3902;s:7:\"24:3692\";i:3903;s:7:\"24:3693\";i:3904;s:7:\"24:3694\";i:3905;s:7:\"24:3695\";i:3906;s:7:\"24:3696\";i:3907;s:7:\"24:3697\";i:3908;s:7:\"24:3698\";i:3909;s:7:\"24:3699\";i:3910;s:7:\"24:3700\";i:3911;s:7:\"24:3701\";i:3912;s:7:\"24:3702\";i:3913;s:7:\"24:3703\";i:3914;s:7:\"24:3704\";i:3915;s:7:\"24:3705\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (158, 'chld_thm_cfg_options_dict_sel', 'a:3705:{i:1;s:666:\".et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce #main-content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #main-content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #main-content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #main-content div.product div.images\";i:2;s:199:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n+1)\";i:3;s:195:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n)\";i:4;s:195:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(3n)\";i:5;s:199:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1), .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item:nth-child(2n+1)\";i:6;s:167:\".et_vertical_nav.et_left_sidebar #main-content .et_post_gallery li.et_gallery_item, .et_vertical_nav.et_right_sidebar #main-content .et_post_gallery li.et_gallery_item\";i:7;s:106:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n)\";i:8;s:90:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.first\";i:9;s:108:\".et_vertical_nav.archive.et_full_width_page.woocommerce #main-content ul.products li.product:nth-child(3n+1)\";i:10;s:24:\".et_pb_column .et_pb_map\";i:11;s:55:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table\";i:12;s:168:\".et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table\";i:13;s:282:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table\";i:14;s:691:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:15;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1)\";i:16;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1)\";i:17;s:142:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4)\";i:18;s:184:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4)\";i:19;s:92:\".et_vertical_nav .et_pb_column_1_3 .et_pb_sum, .et_vertical_nav .et_pb_column_1_4 .et_pb_sum\";i:20;s:124:\".et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top\";i:21;s:87:\".et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:22;s:209:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n)\";i:23;s:213:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(2n+1)\";i:24;s:213:\".et_vertical_nav.archive.et_left_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce #main-content ul.products li.product:nth-child(3n+1)\";i:25;s:54:\".et_vertical_nav .et_pb_column_1_4 .et_audio_container\";i:26;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div\";i:27;s:142:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container\";i:28;s:140:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls\";i:29;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button\";i:30;s:200:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:31;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button\";i:32;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:33;s:170:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total\";i:34;s:178:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:35;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:36;s:14:\".et_pb_section\";i:37;s:24:\".et_pb_fullwidth_section\";i:38;s:10:\".et_pb_row\";i:39;s:34:\".et_pb_column_3_4 .et_pb_row_inner\";i:40;s:34:\".et_pb_column_2_3 .et_pb_row_inner\";i:41;s:70:\".et_pb_column_1_2 .et_pb_row_inner, .et_pb_column_3_5 .et_pb_row_inner\";i:42;s:20:\".et_pb_column_single\";i:43;s:97:\".et_pb_column_single .et_pb_module.et-first-child, .et_pb_column_single .et_pb_module:first-child\";i:44;s:95:\".et_pb_column_single .et_pb_module.et-last-child, .et_pb_column_single .et_pb_module:last-child\";i:45;s:577:\".et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child\";i:46;s:32:\".et_section_specialty>.et_pb_row\";i:47;s:16:\".et_pb_row_inner\";i:48;s:164:\".et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child\";i:49;s:115:\".et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row\";i:50;s:105:\".et_pb_row.et_pb_equal_columns>.et_pb_column, .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column\";i:51;s:16:\".et_pb_grid_item\";i:52;s:52:\".et_pb_shop_grid .woocommerce ul.products li.product\";i:53;s:152:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item img, .et_pb_gallery_grid .et_pb_gallery_item img, .et_pb_portfolio_grid .et_pb_portfolio_item img\";i:54;s:354:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_grid .et_pb_portfolio_item h2\";i:55;s:149:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2\";i:56;s:76:\".et_pb_gallery_item .et_pb_gallery_caption, .et_pb_portfolio_item .post-meta\";i:57;s:302:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_image\";i:58;s:1150:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description\";i:59;s:606:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video\";i:60;s:82:\".et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:61;s:166:\".et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:62;s:688:\".et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_6 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_2_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_5 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:63;s:384:\".et_pb_section_sticky, .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky.et_pb_bottom_divider .et_pb_row:nth-last-child(2)\";i:64;s:118:\".et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_fade.et_pb_menu ul li:hover>ul\";i:65;s:120:\".et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_slide.et_pb_menu ul li:hover>ul\";i:66;s:122:\".et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_expand.et_pb_menu ul li:hover>ul\";i:67;s:130:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover>ul, .et_dropdown_animation_flip.et_pb_menu ul li ul li:hover>ul\";i:68;s:118:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover>ul, .et_dropdown_animation_flip.et_pb_menu ul li:hover>ul\";i:69;s:108:\".et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row, .et_pb_menu.et_pb_menu_fullwidth .et_pb_row\";i:70;s:86:\".et_pb_column_1_3 .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slide_description\";i:71;s:169:\".et_pb_column_1_4 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide .et_pb_slide_description\";i:72;s:432:\".et_pb_column_1_2 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img, .et_pb_column_2_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_3_5 .et_pb_comments_module .comment_avatar img\";i:73;s:390:\".et_pb_column_1_2 .et_pb_comments_module .comment-body, .et_pb_column_1_3 .et_pb_comments_module .comment-body, .et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body, .et_pb_column_2_5 .et_pb_comments_module .comment-body, .et_pb_column_3_5 .et_pb_comments_module .comment-body\";i:74;s:425:\".et_pb_column_1_2 .et_pb_comments_module .comment .children, .et_pb_column_1_3 .et_pb_comments_module .comment .children, .et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children, .et_pb_column_2_5 .et_pb_comments_module .comment .children, .et_pb_column_3_5 .et_pb_comments_module .comment .children\";i:75;s:432:\".et_pb_column_1_2 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link, .et_pb_column_2_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_3_5 .et_pb_comments_module .comment-reply-link\";i:76;s:586:\".et_pb_column_1_2 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_3 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_4 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_6 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_2_5 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_3_5 .et_pb_comments_module #commentform [class*=comment-form-] input\";i:77;s:139:\".et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait\";i:78;s:59:\".et_pb_section_video_bg.et_pb_section_video_bg_desktop_only\";i:79;s:63:\".et_pb_column_4_4 .et_pb_audio_cover_art.has-box-shadow-overlay\";i:80;s:961:\".et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(3), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(3), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(4)\";i:81;s:70:\".et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column\";i:82;s:562:\".et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:83;s:78:\".et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4\";i:84;s:106:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:85;s:406:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:86;s:148:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:87;s:172:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:88;s:78:\".et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4\";i:89;s:106:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:90;s:406:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:91;s:148:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:92;s:172:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:93;s:78:\".et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3\";i:94;s:106:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:95;s:406:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:96;s:148:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:97;s:172:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:98;s:78:\".et_pb_gutters3 .et_pb_column_3_5, .et_pb_gutters3.et_pb_row .et_pb_column_3_5\";i:99;s:106:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:100;s:406:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:101;s:148:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:102;s:172:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:103;s:78:\".et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2\";i:104;s:106:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:105;s:406:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:106;s:148:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:107;s:172:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:108;s:78:\".et_pb_gutters3 .et_pb_column_2_5, .et_pb_gutters3.et_pb_row .et_pb_column_2_5\";i:109;s:106:\".et_pb_gutters3 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:110;s:580:\".et_pb_gutters3 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:111;s:78:\".et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3\";i:112;s:106:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:113;s:580:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:114;s:78:\".et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4\";i:115;s:106:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:116;s:580:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:117;s:78:\".et_pb_gutters3 .et_pb_column_1_5, .et_pb_gutters3.et_pb_row .et_pb_column_1_5\";i:118;s:106:\".et_pb_gutters3 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:119;s:580:\".et_pb_gutters3 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:120;s:78:\".et_pb_gutters3 .et_pb_column_1_6, .et_pb_gutters3.et_pb_row .et_pb_column_1_6\";i:121;s:106:\".et_pb_gutters3 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:122;s:580:\".et_pb_gutters3 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:123;s:532:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:124;s:544:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:125;s:176:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:126;s:136:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:127;s:136:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:128;s:532:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:129;s:544:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:130;s:136:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:131;s:136:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:132;s:754:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:133;s:766:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:134;s:766:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:135;s:210:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:136;s:210:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:137;s:1066:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:138;s:1090:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:139;s:274:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:140;s:274:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:141;s:1510:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:142;s:1534:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:143;s:422:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:144;s:422:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:145;s:532:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:146;s:544:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:147;s:136:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:148;s:136:\".et_pb_gutters3 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:149;s:550:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:150;s:1288:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:151;s:1288:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:152;s:1048:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:153;s:1048:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:154;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:155;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:156;s:146:\".et_pb_gutters3 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:157;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:158;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:159;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:160;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:161;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:162;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:163;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:164;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:165;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:166;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:167;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:168;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:169;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:170;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:171;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:172;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:173;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:174;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:175;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:176;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:177;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:178;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:179;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:180;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:181;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:182;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:183;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:184;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:185;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:186;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:187;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:188;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:189;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:190;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:191;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:192;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:193;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:194;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:195;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:196;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:197;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:198;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:199;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:200;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:201;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:202;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:203;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:204;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:205;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:206;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:207;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:208;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:209;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:210;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:211;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:212;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters3 .et_pb_grid_item.on_last_row, .et_pb_gutters3 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:213;s:75:\".et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product\";i:214;s:173:\".et_pb_gutters3.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:215;s:30:\".et_pb_gutters3 .footer-widget\";i:216;s:41:\".et_pb_gutters3 .footer-widget:last-child\";i:217;s:52:\".et_pb_gutters3.et_pb_footer_columns6 .footer-widget\";i:218;s:61:\".et_pb_gutters3.et_pb_footer_columns6 .footer-widget .fwidget\";i:219;s:52:\".et_pb_gutters3.et_pb_footer_columns5 .footer-widget\";i:220;s:61:\".et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget\";i:221;s:52:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget\";i:222;s:61:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget\";i:223;s:52:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget\";i:224;s:61:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget\";i:225;s:52:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget\";i:226;s:61:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget\";i:227;s:52:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget\";i:228;s:61:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget\";i:229;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:230;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:231;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:232;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:233;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:234;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:235;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:236;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:237;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:238;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:239;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:240;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:241;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:242;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:243;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:244;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:245;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:246;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:247;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:248;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:249;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:250;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:251;s:95:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:252;s:104:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:253;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:254;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:255;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:256;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:257;s:72:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:258;s:81:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:259;s:95:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:260;s:104:\".et_pb_gutters3.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:261;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:262;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:263;s:73:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:264;s:82:\".et_pb_gutters3.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:265;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:266;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:267;s:73:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:268;s:82:\".et_pb_gutters3.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:269;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:270;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:271;s:95:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:272;s:104:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:273;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:274;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:275;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:276;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:277;s:98:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:278;s:107:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:279;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:280;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:281;s:98:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:282;s:107:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:283;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:284;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:285;s:158:\".rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:286;s:158:\".rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:287;s:158:\".rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:288;s:158:\".rtl .et_pb_gutters3 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:289;s:158:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:290;s:186:\".rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:291;s:1348:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:292;s:1348:\".rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:293;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:294;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters3 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:295;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters3 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:296;s:70:\".et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column\";i:297;s:562:\".et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters4.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:298;s:78:\".et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4.et_pb_row .et_pb_column_4_4\";i:299;s:106:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:300;s:406:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:301;s:148:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:302;s:172:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:303;s:78:\".et_pb_gutters4 .et_pb_column_3_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4\";i:304;s:106:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:305;s:406:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:306;s:148:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:307;s:172:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:308;s:78:\".et_pb_gutters4 .et_pb_column_2_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3\";i:309;s:106:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:310;s:406:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:311;s:148:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:312;s:172:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:313;s:78:\".et_pb_gutters4 .et_pb_column_3_5, .et_pb_gutters4.et_pb_row .et_pb_column_3_5\";i:314;s:106:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:315;s:406:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:316;s:148:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:317;s:172:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:318;s:78:\".et_pb_gutters4 .et_pb_column_1_2, .et_pb_gutters4.et_pb_row .et_pb_column_1_2\";i:319;s:106:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:320;s:406:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:321;s:148:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:322;s:172:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:323;s:78:\".et_pb_gutters4 .et_pb_column_2_5, .et_pb_gutters4.et_pb_row .et_pb_column_2_5\";i:324;s:106:\".et_pb_gutters4 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:325;s:580:\".et_pb_gutters4 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:326;s:78:\".et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_1_3\";i:327;s:106:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:328;s:580:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:329;s:78:\".et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_4\";i:330;s:106:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:331;s:580:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:332;s:78:\".et_pb_gutters4 .et_pb_column_1_5, .et_pb_gutters4.et_pb_row .et_pb_column_1_5\";i:333;s:106:\".et_pb_gutters4 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:334;s:580:\".et_pb_gutters4 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:335;s:78:\".et_pb_gutters4 .et_pb_column_1_6, .et_pb_gutters4.et_pb_row .et_pb_column_1_6\";i:336;s:106:\".et_pb_gutters4 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:337;s:580:\".et_pb_gutters4 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:338;s:532:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:339;s:544:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:340;s:176:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:341;s:136:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:342;s:136:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:343;s:532:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:344;s:544:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:345;s:136:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:346;s:136:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:347;s:754:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:348;s:766:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:349;s:766:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:350;s:210:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:351;s:210:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:352;s:1066:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:353;s:1090:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:354;s:274:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:355;s:274:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:356;s:1510:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:357;s:1534:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:358;s:422:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:359;s:422:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:360;s:532:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:361;s:544:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:362;s:136:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:363;s:136:\".et_pb_gutters4 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:364;s:550:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:365;s:1288:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:366;s:1288:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:367;s:1048:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:368;s:1048:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:369;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:370;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:371;s:146:\".et_pb_gutters4 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:372;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:373;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:374;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:375;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:376;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:377;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:378;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:379;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:380;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:381;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:382;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:383;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:384;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:385;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:386;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:387;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:388;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:389;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:390;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:391;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:392;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:393;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:394;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:395;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:396;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:397;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:398;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:399;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:400;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:401;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:402;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:403;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:404;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:405;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:406;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:407;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:408;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:409;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:410;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:411;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:412;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:413;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:414;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:415;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:416;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:417;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:418;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:419;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:420;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:421;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:422;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:423;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:424;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:425;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:426;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:427;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters4 .et_pb_grid_item.on_last_row, .et_pb_gutters4 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:428;s:75:\".et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product\";i:429;s:173:\".et_pb_gutters4.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters4.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:430;s:30:\".et_pb_gutters4 .footer-widget\";i:431;s:41:\".et_pb_gutters4 .footer-widget:last-child\";i:432;s:52:\".et_pb_gutters4.et_pb_footer_columns6 .footer-widget\";i:433;s:61:\".et_pb_gutters4.et_pb_footer_columns6 .footer-widget .fwidget\";i:434;s:52:\".et_pb_gutters4.et_pb_footer_columns5 .footer-widget\";i:435;s:61:\".et_pb_gutters4.et_pb_footer_columns5 .footer-widget .fwidget\";i:436;s:52:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget\";i:437;s:61:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget\";i:438;s:52:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget\";i:439;s:61:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget\";i:440;s:52:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget\";i:441;s:61:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget\";i:442;s:52:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget\";i:443;s:61:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget\";i:444;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:445;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:446;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:447;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:448;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:449;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:450;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:451;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:452;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:453;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:454;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:455;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:456;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:457;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:458;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:459;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:460;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:461;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:462;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:463;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:464;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:465;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:466;s:95:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:467;s:104:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:468;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:469;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:470;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:471;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:472;s:72:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:473;s:81:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:474;s:95:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:475;s:104:\".et_pb_gutters4.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:476;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:477;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:478;s:73:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:479;s:82:\".et_pb_gutters4.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:480;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:481;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:482;s:73:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:483;s:82:\".et_pb_gutters4.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:484;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:485;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:486;s:95:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:487;s:104:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:488;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:489;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:490;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:491;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:492;s:98:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:493;s:107:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:494;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:495;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:496;s:98:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:497;s:107:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:498;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:499;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:500;s:158:\".rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:501;s:158:\".rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:502;s:158:\".rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:503;s:158:\".rtl .et_pb_gutters4 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:504;s:158:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:505;s:186:\".rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:506;s:1348:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:507;s:1348:\".rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:508;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:509;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters4 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:510;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters4 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:511;s:70:\".et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column\";i:512;s:562:\".et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters2.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:513;s:78:\".et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4\";i:514;s:106:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:515;s:406:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:516;s:148:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:517;s:172:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:518;s:78:\".et_pb_gutters2 .et_pb_column_3_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4\";i:519;s:106:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:520;s:406:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:521;s:148:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:522;s:172:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:523;s:78:\".et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3\";i:524;s:106:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:525;s:406:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:526;s:148:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:527;s:172:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:528;s:78:\".et_pb_gutters2 .et_pb_column_3_5, .et_pb_gutters2.et_pb_row .et_pb_column_3_5\";i:529;s:106:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:530;s:406:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:531;s:148:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:532;s:172:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:533;s:78:\".et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2\";i:534;s:106:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:535;s:406:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:536;s:148:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:537;s:172:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:538;s:78:\".et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2.et_pb_row .et_pb_column_2_5\";i:539;s:106:\".et_pb_gutters2 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:540;s:580:\".et_pb_gutters2 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:541;s:78:\".et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3\";i:542;s:106:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:543;s:580:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:544;s:78:\".et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4\";i:545;s:106:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:546;s:580:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:547;s:78:\".et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5\";i:548;s:106:\".et_pb_gutters2 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:549;s:580:\".et_pb_gutters2 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:550;s:78:\".et_pb_gutters2 .et_pb_column_1_6, .et_pb_gutters2.et_pb_row .et_pb_column_1_6\";i:551;s:106:\".et_pb_gutters2 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:552;s:580:\".et_pb_gutters2 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:553;s:532:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:554;s:544:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:555;s:176:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:556;s:136:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:557;s:136:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:558;s:532:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:559;s:544:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:560;s:136:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:561;s:136:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:562;s:754:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:563;s:766:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:564;s:766:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:565;s:210:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:566;s:210:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:567;s:1066:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:568;s:1090:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:569;s:274:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:570;s:274:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:571;s:1510:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:572;s:1534:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:573;s:422:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:574;s:422:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:575;s:532:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:576;s:544:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:577;s:136:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:578;s:136:\".et_pb_gutters2 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:579;s:550:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:580;s:1288:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:581;s:1288:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:582;s:1048:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:583;s:1048:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:584;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:585;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:586;s:146:\".et_pb_gutters2 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:587;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:588;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:589;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:590;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:591;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:592;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:593;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:594;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:595;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:596;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:597;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:598;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:599;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:600;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:601;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:602;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:603;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:604;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:605;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:606;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:607;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:608;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:609;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:610;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:611;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:612;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:613;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:614;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:615;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:616;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:617;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:618;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:619;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:620;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:621;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:622;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:623;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:624;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:625;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:626;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:627;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:628;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:629;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:630;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:631;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:632;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:633;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:634;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:635;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:636;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:637;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:638;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:639;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:640;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:641;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:642;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters2 .et_pb_grid_item.on_last_row, .et_pb_gutters2 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:643;s:75:\".et_pb_gutters2 .et_full_width_page.woocommerce-page ul.products li.product\";i:644;s:173:\".et_pb_gutters2.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:645;s:30:\".et_pb_gutters2 .footer-widget\";i:646;s:41:\".et_pb_gutters2 .footer-widget:last-child\";i:647;s:52:\".et_pb_gutters2.et_pb_footer_columns6 .footer-widget\";i:648;s:61:\".et_pb_gutters2.et_pb_footer_columns6 .footer-widget .fwidget\";i:649;s:52:\".et_pb_gutters2.et_pb_footer_columns5 .footer-widget\";i:650;s:61:\".et_pb_gutters2.et_pb_footer_columns5 .footer-widget .fwidget\";i:651;s:52:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget\";i:652;s:61:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget\";i:653;s:52:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget\";i:654;s:61:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget\";i:655;s:52:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget\";i:656;s:61:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget\";i:657;s:52:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget\";i:658;s:61:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget\";i:659;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:660;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:661;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:662;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:663;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:664;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:665;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:666;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:667;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:668;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:669;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:670;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:671;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:672;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:673;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:674;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:675;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:676;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:677;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:678;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:679;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:680;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:681;s:95:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:682;s:104:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:683;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:684;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:685;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:686;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:687;s:72:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:688;s:81:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:689;s:95:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:690;s:104:\".et_pb_gutters2.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:691;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:692;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:693;s:73:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:694;s:82:\".et_pb_gutters2.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:695;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:696;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:697;s:73:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:698;s:82:\".et_pb_gutters2.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:699;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:700;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:701;s:95:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:702;s:104:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:703;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:704;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:705;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:706;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:707;s:98:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:708;s:107:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:709;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:710;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:711;s:98:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:712;s:107:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:713;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:714;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:715;s:158:\".rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:716;s:158:\".rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:717;s:158:\".rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:718;s:158:\".rtl .et_pb_gutters2 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:719;s:158:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:720;s:186:\".rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:721;s:1348:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:722;s:1348:\".rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:723;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:724;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters2 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:725;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters2 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:726;s:70:\".et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column\";i:727;s:562:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post:last-child\";i:728;s:78:\".et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1.et_pb_row .et_pb_column_4_4\";i:729;s:106:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:730;s:406:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:731;s:148:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:732;s:172:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:733;s:78:\".et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4\";i:734;s:106:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module\";i:735;s:406:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:736;s:148:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:737;s:172:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:738;s:78:\".et_pb_gutters1 .et_pb_column_2_3, .et_pb_gutters1.et_pb_row .et_pb_column_2_3\";i:739;s:106:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_module\";i:740;s:406:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:741;s:148:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:742;s:172:\".et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:743;s:78:\".et_pb_gutters1 .et_pb_column_3_5, .et_pb_gutters1.et_pb_row .et_pb_column_3_5\";i:744;s:106:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_module\";i:745;s:406:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget\";i:746;s:148:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:747;s:172:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:748;s:78:\".et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1.et_pb_row .et_pb_column_1_2\";i:749;s:106:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module\";i:750;s:406:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:751;s:148:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:752;s:172:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:753;s:78:\".et_pb_gutters1 .et_pb_column_2_5, .et_pb_gutters1.et_pb_row .et_pb_column_2_5\";i:754;s:106:\".et_pb_gutters1 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_module\";i:755;s:580:\".et_pb_gutters1 .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_2_5 .et_pb_widget\";i:756;s:78:\".et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1.et_pb_row .et_pb_column_1_3\";i:757;s:106:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_module\";i:758;s:580:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_widget\";i:759;s:78:\".et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column_1_4\";i:760;s:106:\".et_pb_gutters1 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module\";i:761;s:580:\".et_pb_gutters1 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_widget\";i:762;s:78:\".et_pb_gutters1 .et_pb_column_1_5, .et_pb_gutters1.et_pb_row .et_pb_column_1_5\";i:763;s:106:\".et_pb_gutters1 .et_pb_column_1_5 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_module\";i:764;s:580:\".et_pb_gutters1 .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_widget\";i:765;s:78:\".et_pb_gutters1 .et_pb_column_1_6, .et_pb_gutters1.et_pb_row .et_pb_column_1_6\";i:766;s:106:\".et_pb_gutters1 .et_pb_column_1_6 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_module\";i:767;s:580:\".et_pb_gutters1 .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_widget\";i:768;s:532:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:769;s:544:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:770;s:176:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:771;s:136:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:772;s:136:\".et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:773;s:532:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n)\";i:774;s:544:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1)\";i:775;s:136:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:776;s:136:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:777;s:754:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:778;s:766:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:779;s:766:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:780;s:210:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:781;s:210:\".et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:782;s:1066:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n)\";i:783;s:1090:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1)\";i:784;s:274:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row\";i:785;s:274:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row\";i:786;s:1510:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:787;s:1534:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:788;s:422:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row\";i:789;s:422:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:790;s:532:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n)\";i:791;s:544:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_widget:nth-child(2n+1)\";i:792;s:136:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.last_in_row\";i:793;s:136:\".et_pb_gutters1 .et_pb_column_3_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_grid_item.on_last_row\";i:794;s:550:\".et_pb_gutters1 .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_5 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:795;s:1288:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:796;s:1288:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:797;s:1048:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.last_in_row\";i:798;s:1048:\".et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_grid_item.on_last_row\";i:799;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:800;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:801;s:146:\".et_pb_gutters1 .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:802;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4\";i:803;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:804;s:625:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:805;s:709:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n)\";i:806;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(3n+1)\";i:807;s:721:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:808;s:171:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:809;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:810;s:207:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:811;s:231:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:812;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8\";i:813;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_module\";i:814;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_widget\";i:815;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_3_8 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_3_8 .et_pb_grid_item.on_last_row\";i:816;s:137:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4\";i:817;s:165:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:818;s:816:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:819;s:195:\".et_pb_column_3_4>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_3_4>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:820;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4\";i:821;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:822;s:625:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:823;s:709:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:824;s:721:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:825;s:171:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:826;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:827;s:207:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:828;s:231:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:829;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3\";i:830;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_module\";i:831;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_widget\";i:832;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_3 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_3 .et_pb_grid_item.on_last_row\";i:833;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6\";i:834;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:835;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:836;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item.on_last_row\";i:837;s:137:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9\";i:838;s:165:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_module, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_module\";i:839;s:816:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_widget\";i:840;s:195:\".et_pb_column_2_3>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_2_9 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_2_3>.et_pb_row_inner>.et_pb_column_2_9 .et_pb_grid_item.on_last_row\";i:841;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4\";i:842;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_module\";i:843;s:625:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget\";i:844;s:709:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:845;s:721:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_widget:nth-child(2n+1)\";i:846;s:171:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item\";i:847;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_grid_item.on_last_row\";i:848;s:207:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:849;s:231:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:850;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4\";i:851;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_module\";i:852;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_widget\";i:853;s:195:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_4 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_4 .et_pb_grid_item.on_last_row\";i:854;s:137:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6\";i:855;s:165:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_module, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_module\";i:856;s:816:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1>.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner>.et_pb_column_1_6 .et_pb_widget\";i:857;s:159:\".et_pb_column_1_2>.et_pb_row_inner.et_pb_gutters1 .et_pb_grid_item.on_last_row, .et_pb_gutters1 .et_pb_column_1_2>.et_pb_row_inner .et_pb_grid_item.on_last_row\";i:858;s:75:\".et_pb_gutters1 .et_full_width_page.woocommerce-page ul.products li.product\";i:859;s:173:\".et_pb_gutters1.et_left_sidebar.woocommerce-page #main-content ul.products li.product, .et_pb_gutters1.et_right_sidebar.woocommerce-page #main-content ul.products li.product\";i:860;s:30:\".et_pb_gutters1 .footer-widget\";i:861;s:41:\".et_pb_gutters1 .footer-widget:last-child\";i:862;s:52:\".et_pb_gutters1.et_pb_footer_columns6 .footer-widget\";i:863;s:61:\".et_pb_gutters1.et_pb_footer_columns6 .footer-widget .fwidget\";i:864;s:52:\".et_pb_gutters1.et_pb_footer_columns5 .footer-widget\";i:865;s:61:\".et_pb_gutters1.et_pb_footer_columns5 .footer-widget .fwidget\";i:866;s:52:\".et_pb_gutters1.et_pb_footer_columns4 .footer-widget\";i:867;s:61:\".et_pb_gutters1.et_pb_footer_columns4 .footer-widget .fwidget\";i:868;s:52:\".et_pb_gutters1.et_pb_footer_columns3 .footer-widget\";i:869;s:61:\".et_pb_gutters1.et_pb_footer_columns3 .footer-widget .fwidget\";i:870;s:52:\".et_pb_gutters1.et_pb_footer_columns2 .footer-widget\";i:871;s:61:\".et_pb_gutters1.et_pb_footer_columns2 .footer-widget .fwidget\";i:872;s:52:\".et_pb_gutters1.et_pb_footer_columns1 .footer-widget\";i:873;s:61:\".et_pb_gutters1.et_pb_footer_columns1 .footer-widget .fwidget\";i:874;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1)\";i:875;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(1) .fwidget\";i:876;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2)\";i:877;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2) .fwidget\";i:878;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1)\";i:879;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(1) .fwidget\";i:880;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2)\";i:881;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2) .fwidget\";i:882;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1)\";i:883;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget\";i:884;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2)\";i:885;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) .fwidget\";i:886;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1)\";i:887;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(1) .fwidget\";i:888;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2)\";i:889;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2) .fwidget\";i:890;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:891;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:892;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:893;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:894;s:72:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:895;s:81:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:896;s:95:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:897;s:104:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:898;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2)\";i:899;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(-n+2) .fwidget\";i:900;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3)\";i:901;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3) .fwidget\";i:902;s:72:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child\";i:903;s:81:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:first-child .fwidget\";i:904;s:95:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1))\";i:905;s:104:\".et_pb_gutters1.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(-n+3):not(:nth-child(1)) .fwidget\";i:906;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1)\";i:907;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(1) .fwidget\";i:908;s:73:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:909;s:82:\".et_pb_gutters1.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2) .fwidget\";i:910;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1)\";i:911;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(1) .fwidget\";i:912;s:73:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2)\";i:913;s:82:\".et_pb_gutters1.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2) .fwidget\";i:914;s:72:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child\";i:915;s:81:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:first-child .fwidget\";i:916;s:95:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1))\";i:917;s:104:\".et_pb_gutters1.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(-n+4):not(:nth-child(1)) .fwidget\";i:918;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3)\";i:919;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(-n+3) .fwidget\";i:920;s:73:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4)\";i:921;s:82:\".et_pb_gutters1.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) .fwidget\";i:922;s:98:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:923;s:107:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:924;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2)\";i:925;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(2) .fwidget\";i:926;s:98:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2))\";i:927;s:107:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(-n+3):not(:nth-child(2)) .fwidget\";i:928;s:76:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2)\";i:929;s:85:\".et_pb_gutters1.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(2) .fwidget\";i:930;s:158:\".rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:931;s:158:\".rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:932;s:158:\".rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:933;s:158:\".rtl .et_pb_gutters1 .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_5 .et_pb_blog_grid .column.size-1of1\";i:934;s:158:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1\";i:935;s:186:\".rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:936;s:1348:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:937;s:1348:\".rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n), .rtl .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_inner.et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:938;s:200:\".et_pb_column_3_4 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:939;s:200:\".et_pb_column_2_3 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column_2_3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of2\";i:940;s:200:\".et_pb_column_1_2 .et_pb_row_inner.rtl .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1, .rtl .et_pb_gutters1 .et_pb_column_1_2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of1\";i:941;s:156:\".et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item .et_pb_module_header:last-child, .et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child\";i:942;s:138:\".et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container\";i:943;s:534:\".et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap, .et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap\";i:944;s:35:\".et-animated-content#page-container\";i:945;s:65:\".et_hide_nav #page-container, .et_transparent_nav #page-container\";i:946;s:176:\".et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:947;s:28:\".et_header_style_split #logo\";i:948;s:44:\".et_vertical_nav.et_header_style_split #logo\";i:949;s:55:\".et_header_style_split .centered-inline-logo-wrap #logo\";i:950;s:58:\".et_header_style_split.ie .centered-inline-logo-wrap #logo\";i:951;s:70:\".et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap\";i:952;s:75:\".et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field\";i:953;s:28:\"#main-header.et-fixed-header\";i:954;s:117:\".et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:955;s:141:\".et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a\";i:956;s:58:\".et_header_style_centered .et-fixed-header .et-search-form\";i:957;s:66:\".et_header_style_split .et-fixed-header .centered-inline-logo-wrap\";i:958;s:65:\".et_header_style_centered .et-fixed-header #et_search_icon:before\";i:959;s:202:\".et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:960;s:266:\".et_hide_nav.et_fixed_nav .et-fixed-header#main-header, .et_hide_nav.et_fixed_nav .et-fixed-header#top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header\";i:961;s:243:\".et_hide_nav .centered-inline-logo-wrap, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:962;s:28:\".et_hide_nav #page-container\";i:963;s:146:\".et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul\";i:964;s:148:\".et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover>ul\";i:965;s:150:\".et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul\";i:966;s:155:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover>ul\";i:967;s:146:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover>ul\";i:968;s:60:\".et_vertical_nav #et-main-area, .et_vertical_nav #top-header\";i:969;s:28:\".et_vertical_nav #top-header\";i:970;s:45:\".et_vertical_nav #page-container #main-header\";i:971;s:40:\".et_vertical_nav #main-header .container\";i:972;s:217:\".et_vertical_nav #main-header #et-top-navigation, .et_vertical_nav #main-header #et_top_search, .et_vertical_nav #main-header #logo, .et_vertical_nav #main-header #top-menu, .et_vertical_nav #main-header #top-menu-nav\";i:973;s:35:\".et_vertical_nav #main-header #logo\";i:974;s:42:\".et_vertical_nav #main-header #top-menu li\";i:975;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu>ul\";i:976;s:45:\".et_vertical_nav #main-header #top-menu li ul\";i:977;s:48:\".et_vertical_nav #main-header #top-menu li ul ul\";i:978;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu ul\";i:979;s:58:\".et_vertical_nav #main-header #top-menu li.mega-menu ul ul\";i:980;s:44:\".et_vertical_nav #main-header #top-menu>li>a\";i:981;s:50:\".et_vertical_nav #main-header #top-menu>li>a:after\";i:982;s:61:\".et_vertical_nav.et_boxed_layout #page-container #main-header\";i:983;s:135:\".et_vertical_nav.et_header_style_centered #main-header #top-menu-nav, .et_vertical_nav.et_header_style_split #main-header #top-menu-nav\";i:984;s:96:\".et_vertical_nav.et_vertical_right #et-main-area, .et_vertical_nav.et_vertical_right #top-header\";i:985;s:63:\".et_vertical_nav.et_vertical_right #page-container #main-header\";i:986;s:73:\".et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu>ul\";i:987;s:63:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul\";i:988;s:66:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul\";i:989;s:38:\".et_vertical_nav input.et-search-field\";i:990;s:39:\".et_vertical_nav #et_search_icon:before\";i:991;s:49:\".et_vertical_nav #et-top-navigation .et-cart-info\";i:992;s:52:\".et_vertical_nav .container.et_search_form_container\";i:993;s:74:\".et_vertical_nav .container.et_search_form_container .et-search-form input\";i:994;s:70:\".et_vertical_nav .container.et_search_form_container div#et_top_search\";i:995;s:210:\".et_vertical_nav .et_pb_menu_hidden #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_hidden .et-cart-info, .et_vertical_nav .et_pb_menu_visible #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_visible .et-cart-info\";i:996;s:34:\".et_vertical_nav div#et_top_search\";i:997;s:50:\".et_vertical_nav .et_pb_menu_hidden #et_top_search\";i:998;s:51:\".et_vertical_nav .et_pb_menu_visible #et_top_search\";i:999;s:73:\".et_vertical_nav .container.et_search_form_container.et_pb_search_visible\";i:1000;s:42:\".et_vertical_nav .et_pb_search_form_hidden\";i:1001;s:49:\".et_vertical_nav span.et_close_search_field:after\";i:1002;s:43:\".et_vertical_nav span.et_close_search_field\";i:1003;s:38:\".et_vertical_nav .et-search-form input\";i:1004;s:66:\".et_vertical_nav .et_search_form_container input::-moz-placeholder\";i:1005;s:75:\".et_vertical_nav .et_search_form_container input::-webkit-input-placeholder\";i:1006;s:70:\".et_vertical_nav .et_search_form_container input:-ms-input-placeholder\";i:1007;s:33:\".et_vertical_nav .et_search_outer\";i:1008;s:70:\".et_vertical_nav.et_header_style_centered #main-header .et-search-form\";i:1009;s:64:\".et_vertical_nav.et_header_style_centered #et_search_icon:before\";i:1010;s:69:\".et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:1011;s:87:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container\";i:1012;s:108:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible\";i:1013;s:61:\".et_vertical_nav.et_header_style_split #et_search_icon:before\";i:1014;s:730:\".archive.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .single.et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n)\";i:1015;s:252:\".et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1)\";i:1016;s:41:\".et_fullwidth_nav #main-header .container\";i:1017;s:79:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container\";i:1018;s:71:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container\";i:1019;s:50:\".et_fullwidth_secondary_nav #top-header .container\";i:1020;s:8:\"#sidebar\";i:1021;s:10:\"#left-area\";i:1022;s:31:\"#main-content .container:before\";i:1023;s:57:\".et_full_width_page #left-area, .et_no_sidebar #left-area\";i:1024;s:30:\".et_full_width_page #left-area\";i:1025;s:46:\".et_no_sidebar #main-content .container:before\";i:1026;s:40:\".et_full_width_portfolio_page #left-area\";i:1027;s:28:\".et_right_sidebar #left-area\";i:1028;s:26:\".et_right_sidebar #sidebar\";i:1029;s:49:\".et_right_sidebar #main-content .container:before\";i:1030;s:27:\".et_left_sidebar #left-area\";i:1031;s:25:\".et_left_sidebar #sidebar\";i:1032;s:48:\".et_left_sidebar #main-content .container:before\";i:1033;s:39:\".et_pb_gutter.et_pb_gutters4 #left-area\";i:1034;s:39:\".et_pb_gutter.et_pb_gutters2 #left-area\";i:1035;s:39:\".et_pb_gutter.et_pb_gutters1 #left-area\";i:1036;s:37:\".et_pb_gutter.et_pb_gutters4 #sidebar\";i:1037;s:37:\".et_pb_gutter.et_pb_gutters2 #sidebar\";i:1038;s:37:\".et_pb_gutter.et_pb_gutters1 #sidebar\";i:1039;s:43:\".et_pb_gutters4.et_right_sidebar #left-area\";i:1040;s:42:\".et_pb_gutters4.et_left_sidebar #left-area\";i:1041;s:43:\".et_pb_gutters2.et_right_sidebar #left-area\";i:1042;s:42:\".et_pb_gutters2.et_left_sidebar #left-area\";i:1043;s:43:\".et_pb_gutters1.et_right_sidebar #left-area\";i:1044;s:42:\".et_pb_gutters1.et_left_sidebar #left-area\";i:1045;s:77:\".et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before\";i:1046;s:76:\".et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before\";i:1047;s:77:\".et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before\";i:1048;s:76:\".et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before\";i:1049;s:77:\".et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before\";i:1050;s:76:\".et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before\";i:1051;s:63:\".et_vertical_nav.et_vertical_fixed #page-container #main-header\";i:1052;s:151:\".et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation, .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation\";i:1053;s:89:\".et_header_style_fullscreen #et-top-navigation, .et_header_style_slide #et-top-navigation\";i:1054;s:100:\".et_header_style_fullscreen .et_toggle_fullscreen_menu, .et_header_style_slide .et_toggle_slide_menu\";i:1055;s:48:\".et_fixed_nav.et_header_style_slide #main-header\";i:1056;s:64:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header\";i:1057;s:39:\".et_header_style_fullscreen div#et-info\";i:1058;s:318:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_3 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content\";i:1059;s:518:\".et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title\";i:1060;s:11:\".et_pb_post\";i:1061;s:17:\".et_quote_content\";i:1062;s:35:\".et_pb_column_2_3 .et_quote_content\";i:1063;s:72:\".et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_quote_content\";i:1064;s:256:\".et_pb_blog_grid .et_quote_content, .et_pb_column_1_3 .et_quote_content, .et_pb_column_1_4 .et_quote_content, .et_pb_column_1_5 .et_quote_content, .et_pb_column_1_6 .et_quote_content, .et_pb_column_2_5 .et_quote_content, .et_pb_column_3_8 .et_quote_content\";i:1065;s:42:\".et_pb_column_4_4 .et_pb_post .et_pb_slide\";i:1066;s:42:\".et_pb_column_3_4 .et_pb_post .et_pb_slide\";i:1067;s:42:\".et_pb_column_2_3 .et_pb_post .et_pb_slide\";i:1068;s:86:\".et_pb_column_1_2 .et_pb_post .et_pb_slide, .et_pb_column_3_5 .et_pb_post .et_pb_slide\";i:1069;s:130:\".et_pb_column_1_3 .et_pb_post .et_pb_slide, .et_pb_column_2_5 .et_pb_post .et_pb_slide, .et_pb_column_3_8 .et_pb_post .et_pb_slide\";i:1070;s:130:\".et_pb_column_1_4 .et_pb_post .et_pb_slide, .et_pb_column_1_5 .et_pb_post .et_pb_slide, .et_pb_column_1_6 .et_pb_post .et_pb_slide\";i:1071;s:41:\".et_pb_blog_grid .et_pb_post .et_pb_slide\";i:1072;s:82:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art\";i:1073;s:40:\".et_pb_column_3_8 .et_pb_audio_cover_art\";i:1074;s:82:\".et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art\";i:1075;s:124:\".et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art\";i:1076;s:118:\".et_pb_column_1_4 .et_pb_contact_right, .et_pb_column_1_5 .et_pb_contact_right, .et_pb_column_1_6 .et_pb_contact_right\";i:1077;s:148:\".et_pb_column_1_4 .et_pb_number_counter .percent, .et_pb_column_1_5 .et_pb_number_counter .percent, .et_pb_column_1_6 .et_pb_number_counter .percent\";i:1078;s:130:\".et_pb_column_1_4 .et_pb_number_counter h3, .et_pb_column_1_5 .et_pb_number_counter h3, .et_pb_column_1_6 .et_pb_number_counter h3\";i:1079;s:65:\".et_vertical_nav.et_right_sidebar #main-content .container:before\";i:1080;s:64:\".et_vertical_nav.et_left_sidebar #main-content .container:before\";i:1081;s:42:\".et_vertical_nav #top-menu li.mega-menu>ul\";i:1082;s:67:\".et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p\";i:1083;s:117:\".et_vertical_nav .et_pb_column_3_4 .mejs-container, .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls\";i:1084;s:58:\".et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages\";i:1085;s:22:\"#sidebar .et_pb_widget\";i:1086;s:39:\".et_left_sidebar #sidebar .et_pb_widget\";i:1087;s:72:\"[data-et-multi-view-load-tablet-hidden=true]:not(.et_multi_view_swapped)\";i:1088;s:13:\".et_pb_column\";i:1089;s:42:\".et_pb_column .et_pb_row_inner, .et_pb_row\";i:1090;s:152:\".et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child\";i:1091;s:27:\".et_pb_column .et_pb_module\";i:1092;s:46:\".et_section_specialty .et_pb_row>.et_pb_column\";i:1093;s:252:\".et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child\";i:1094;s:32:\".et_pb_column.et_pb_column_empty\";i:1095;s:433:\".et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky_mobile.et_pb_bottom_divider .et_pb_row:nth-last-child(2)\";i:1096;s:178:\".et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child\";i:1097;s:273:\".et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col\";i:1098;s:152:\".et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:1099;s:200:\".et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even)\";i:1100;s:53:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4\";i:1101;s:68:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd)\";i:1102;s:53:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_2\";i:1103;s:164:\".et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_4col .et_pb_column:nth-last-child(-n+2)\";i:1104;s:101:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5\";i:1105;s:133:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(even), .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(even)\";i:1106;s:53:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5\";i:1107;s:68:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5:nth-child(odd)\";i:1108;s:53:\".et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_3_5\";i:1109;s:57:\".et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2)\";i:1110;s:40:\".et_pb_row_5col .et_pb_column:last-child\";i:1111;s:105:\".et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6\";i:1112;s:133:\".et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6:nth-child(3n), .et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n)\";i:1113;s:57:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1114;s:68:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:last-child\";i:1115;s:57:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_2\";i:1116;s:113:\".et_pb_row_1-2_1-6_1-6_1-6 .et_pb_column:nth-last-child(-n+3), .et_pb_row_6col .et_pb_column:nth-last-child(-n+3)\";i:1117;s:49:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2\";i:1118;s:80:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6\";i:1119;s:91:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child\";i:1120;s:57:\".et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1121;s:73:\".et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6:nth-child(even)\";i:1122;s:47:\".et_pb_row_1-6_1-6_1-6_1-6:nth-last-child(-n+3)\";i:1123;s:27:\".et_pb_space.et-hide-mobile\";i:1124;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:1125;s:71:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:1126;s:83:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:1127;s:82:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:1128;s:23:\".et_pb_widget_area_left\";i:1129;s:24:\".et_pb_widget_area_right\";i:1130;s:18:\".et_pb_more_button\";i:1131;s:195:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_5 .et_pb_slider_fullwidth_off h2, .et_pb_column_1_6 .et_pb_slider_fullwidth_off h2, .et_pb_slide_description h2.et_pb_slide_title\";i:1132;s:43:\".et_pb_slide_description .et_pb_slide_title\";i:1133;s:20:\".et_pb_slide_content\";i:1134;s:24:\".et_pb_slide_description\";i:1135;s:48:\".et_pb_slide_with_image .et_pb_slide_description\";i:1136;s:190:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_container, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_container\";i:1137;s:202:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:1138;s:202:\".et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form\";i:1139;s:427:\".et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form\";i:1140;s:349:\".et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_6 .et_pb_newsletter_form\";i:1141;s:308:\".et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form\";i:1142;s:34:\".et_pb_column .et_pb_pricing_table\";i:1143;s:51:\".et_pb_column .et_pb_pricing_1 .et_pb_pricing_table\";i:1144;s:50:\".et_pb_column .et_pb_pricing_table:nth-child(2n+1)\";i:1145;s:49:\".et_pb_column .et_pb_pricing_table:nth-child(n+3)\";i:1146;s:42:\".et_pb_fullwidth_section .et_pb_post_title\";i:1147;s:31:\".et_pb_map_container>.et_pb_map\";i:1148;s:46:\".et_full_width_portfolio_page .et_project_meta\";i:1149;s:27:\".et_always_center_on_mobile\";i:1150;s:8:\".et-menu\";i:1151;s:228:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_fullwidth_menu--style-left_aligned .et_pb_row, .et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row\";i:1152;s:110:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__wrap, .et_pb_menu--style-left_aligned .et_pb_menu__wrap\";i:1153;s:158:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap\";i:1154;s:156:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap\";i:1155;s:164:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__wrap\";i:1156;s:352:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap\";i:1157;s:332:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo\";i:1158;s:136:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot\";i:1159;s:56:\".et_pb_fullwidth_menu .et_pb_row, .et_pb_menu .et_pb_row\";i:1160;s:70:\".et_pb_fullwidth_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu\";i:1161;s:74:\".et_pb_fullwidth_menu .et_mobile_nav_menu, .et_pb_menu .et_mobile_nav_menu\";i:1162;s:66:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu\";i:1163;s:140:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul, .et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul\";i:1164;s:72:\".et_pb_fullwidth_menu .et_mobile_menu ul, .et_pb_menu .et_mobile_menu ul\";i:1165;s:120:\".et_pb_fullwidth_menu .et_pb_mobile_menu_upwards .et_mobile_menu, .et_pb_menu .et_pb_mobile_menu_upwards .et_mobile_menu\";i:1166;s:19:\".et_mobile_nav_menu\";i:1167;s:29:\".et_pb_countdown_timer .title\";i:1168;s:33:\".et_pb_countdown_timer .section p\";i:1169;s:39:\".et_pb_countdown_timer .section p.label\";i:1170;s:45:\".et_pb_countdown_timer .sep.sep.sep.sep.sep p\";i:1171;s:70:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1172;s:76:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label\";i:1173;s:599:\".et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_6 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_2_5 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:1174;s:160:\".et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:1175;s:53:\".et_pb_section_video_bg.et_pb_section_video_bg_tablet\";i:1176;s:41:\".et_pb_bg_layout_light_tablet:not(:hover)\";i:1177;s:62:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_counter_title\";i:1178;s:489:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_post p, .et_pb_bg_layout_light_tablet:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_light_tablet:not(:hover) p.et_pb_title_meta_container a\";i:1179;s:316:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_more_button, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_light_tablet:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_button, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_module.et_pb_button\";i:1180;s:144:\".et_pb_bg_layout_light_tablet:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_post_slider .post-meta a\";i:1181;s:200:\".et_pb_bg_layout_light_tablet:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light_tablet:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1182;s:59:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_video_play\";i:1183;s:66:\".et_pb_bg_layout_light_tablet:not(:hover) .et_pb_forgot_password a\";i:1184;s:120:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-arrow-next, .et_pb_bg_layout_light_tablet:not(:hover) .et-pb-arrow-prev\";i:1185;s:82:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-controllers .et-pb-active-control\";i:1186;s:62:\".et_pb_bg_layout_light_tablet:not(:hover) .et-pb-controllers a\";i:1187;s:274:\".et_pb_bg_layout_light_tablet:not(:hover) h1, .et_pb_bg_layout_light_tablet:not(:hover) h2, .et_pb_bg_layout_light_tablet:not(:hover) h3, .et_pb_bg_layout_light_tablet:not(:hover) h4, .et_pb_bg_layout_light_tablet:not(:hover) h5, .et_pb_bg_layout_light_tablet:not(:hover) h6\";i:1188;s:68:\".et_pb_module .et_pb_bg_layout_light_tablet:not(:hover).et_pb_button\";i:1189;s:310:\".et_pb_bg_layout_dark_tablet:not(:hover), .et_pb_bg_layout_dark_tablet:not(:hover) h1, .et_pb_bg_layout_dark_tablet:not(:hover) h2, .et_pb_bg_layout_dark_tablet:not(:hover) h3, .et_pb_bg_layout_dark_tablet:not(:hover) h4, .et_pb_bg_layout_dark_tablet:not(:hover) h5, .et_pb_bg_layout_dark_tablet:not(:hover) h6\";i:1190;s:482:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_post p, .et_pb_bg_layout_dark_tablet:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_dark_tablet:not(:hover) p.et_pb_title_meta_container a\";i:1191;s:142:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_post_slider .post-meta a\";i:1192;s:125:\".et_pb_bg_layout_dark_tablet:not(:hover) .comment_postinfo a, .et_pb_bg_layout_dark_tablet:not(:hover) .comment_postinfo span\";i:1193;s:85:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_social_media_follow li a.follow_button\";i:1194;s:91:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_social_media_follow li a.follow_button:hover\";i:1195;s:194:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_gallery .et_pb_gallery_pagination ul li a\";i:1196;s:101:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay\";i:1197;s:74:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_portfolio .meta p\";i:1198;s:69:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_menu ul li a\";i:1199;s:75:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_fullwidth_menu ul li a:hover\";i:1200;s:65:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_slide_description\";i:1201;s:61:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_slide_content\";i:1202;s:198:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1203;s:73:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_testimonial_description a\";i:1204;s:67:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s\";i:1205;s:94:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:1206;s:85:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s::-moz-placeholder\";i:1207;s:89:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_s:-ms-input-placeholder\";i:1208;s:78:\".et_pb_bg_layout_dark_tablet:not(:hover).et_pb_search input.et_pb_searchsubmit\";i:1209;s:61:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_counter_title\";i:1210;s:311:\".et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_more_button, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_dark_tablet:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_button, .et_pb_bg_layout_dark_tablet:not(:hover).et_pb_module.et_pb_button\";i:1211;s:494:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_module_meta, .et_pb_text_color_dark_tablet:not(:hover) .et_link_content a.et_link_main_url, .et_pb_text_color_dark_tablet:not(:hover) .et_link_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_pb_audio_module_content h2, .et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote cite, .et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote p\";i:1212;s:423:\".et_pb_text_color_dark_tablet:not(:hover).et_audio_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_link_content a.et_link_main_url, .et_pb_text_color_dark_tablet:not(:hover).et_link_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_pb_audio_module_content h2, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content blockquote cite, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content blockquote p\";i:1213;s:177:\".et_pb_text_color_dark_tablet:not(:hover).et_audio_content, .et_pb_text_color_dark_tablet:not(:hover).et_link_content, .et_pb_text_color_dark_tablet:not(:hover).et_quote_content\";i:1214;s:248:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1215;s:252:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1216;s:195:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1217;s:230:\".et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark_tablet:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1218;s:88:\".et_pb_text_color_dark_tablet:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1219;s:641:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_link_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_quote_content blockquote p\";i:1220;s:290:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1221;s:294:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1222;s:237:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1223;s:272:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1224;s:109:\".et_pb_bg_layout_dark_tablet.et_pb_text_color_dark:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1225;s:74:\".et_pb_newsletter .et_pb_contact_field_last_tablet+.et_pb_newsletter_field\";i:1226;s:105:\"p.et_pb_contact_field_half_tablet+p.et_pb_contact_field_last_tablet:not(.et_pb_contact_field_half_tablet)\";i:1227;s:107:\"p.et_pb_contact_field.et_pb_contact_field_last_tablet+p.et_pb_contact_field.et_pb_contact_field_last_tablet\";i:1228;s:73:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_tablet\";i:1229;s:47:\".et_pb_contact .et_pb_contact_field_half_tablet\";i:1230;s:73:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_tablet\";i:1231;s:47:\".et_pb_contact .et_pb_contact_field_last_tablet\";i:1232;s:85:\".et_pb_blurb.et_pb_text_align_left-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1233;s:86:\".et_pb_blurb.et_pb_text_align_right-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1234;s:90:\".et_pb_blurb.et_pb_text_align_justified-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1235;s:87:\".et_pb_blurb.et_pb_text_align_center-tablet .et_pb_blurb_content .et_pb_blurb_container\";i:1236;s:51:\".et_pb_text_align_left-tablet .et_pb_counter_amount\";i:1237;s:53:\".et_pb_text_align_center-tablet .et_pb_counter_amount\";i:1238;s:52:\".et_pb_text_align_right-tablet .et_pb_counter_amount\";i:1239;s:56:\".et_pb_text_align_justified-tablet .et_pb_counter_amount\";i:1240;s:428:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-tablet h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-tablet .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-tablet h5.et_pb_toggle_title\";i:1241;s:1086:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_title\";i:1242;s:557:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper\";i:1243;s:183:\".et_pb_contact_field.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-tablet .et_pb_contact_field_radio_wrapper\";i:1244;s:181:\".et_pb_contact_field.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-tablet .et_pb_contact_field_radio_wrapper\";i:1245;s:189:\".et_pb_contact_field.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-tablet .et_pb_contact_field_radio_wrapper\";i:1246;s:171:\".et_pb_shop.et_pb_text_align_center-tablet .star-rating, .et_pb_shop.et_pb_text_align_justified-tablet .star-rating, .et_pb_shop.et_pb_text_align_right-tablet .star-rating\";i:1247;s:29:\".et_pb_text_align_left-tablet\";i:1248;s:31:\".et_pb_text_align_center-tablet\";i:1249;s:30:\".et_pb_text_align_right-tablet\";i:1250;s:34:\".et_pb_text_align_justified-tablet\";i:1251;s:206:\".et_pb_text_align_left-tablet .wp-pagenavi, .et_pb_text_align_left-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1252;s:212:\".et_pb_text_align_center-tablet .wp-pagenavi, .et_pb_text_align_center-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1253;s:209:\".et_pb_text_align_right-tablet .wp-pagenavi, .et_pb_text_align_right-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1254;s:221:\".et_pb_text_align_justified-tablet .wp-pagenavi, .et_pb_text_align_justified-tablet.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified-tablet.et_pb_gallery .et_pb_gallery_pagination ul\";i:1255;s:86:\".et_pb_filterable_portfolio.et_pb_text_align_center-tablet .et_pb_portfolio_filters ul\";i:1256;s:89:\".et_pb_filterable_portfolio.et_pb_text_align_justified-tablet .et_pb_portfolio_filters ul\";i:1257;s:85:\".et_pb_filterable_portfolio.et_pb_text_align_right-tablet .et_pb_portfolio_filters ul\";i:1258;s:128:\".et_pb_search.et_pb_text_align_center-tablet .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit\";i:1259;s:63:\".et_pb_search.et_pb_text_align_right-tablet .et_pb_searchsubmit\";i:1260;s:57:\".et_pb_search.et_pb_text_align_right-tablet input.et_pb_s\";i:1261;s:58:\".et_pb_search.et_pb_text_align_center-tablet input.et_pb_s\";i:1262;s:62:\".et_pb_search.et_pb_text_align_left-tablet .et_pb_searchsubmit\";i:1263;s:56:\".et_pb_search.et_pb_text_align_left-tablet input.et_pb_s\";i:1264;s:32:\".et_pb_has_bg_tablet.et_pb_promo\";i:1265;s:31:\".et_pb_no_bg_tablet.et_pb_promo\";i:1266;s:40:\".et_pb_animation_left_tablet.et-animated\";i:1267;s:41:\".et_pb_animation_right_tablet.et-animated\";i:1268;s:39:\".et_pb_animation_top_tablet.et-animated\";i:1269;s:42:\".et_pb_animation_bottom_tablet.et-animated\";i:1270;s:43:\".et_pb_animation_fade_in_tablet.et-animated\";i:1271;s:140:\".et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down, .et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-phone\";i:1272;s:73:\".et_pb_fullwidth_header .scroll-down-container-tablet .scroll-down-tablet\";i:1273;s:41:\".et_pb_divider_position_top_tablet:before\";i:1274;s:44:\".et_pb_divider_position_bottom_tablet:before\";i:1275;s:44:\".et_pb_divider_position_center_tablet:before\";i:1276;s:43:\".et_parallax_bg.et_parallax_bg_tablet_exist\";i:1277;s:37:\".et_parallax_bg.et_parallax_bg_tablet\";i:1278;s:77:\".et_overlay.et_pb_inline_icon_tablet:before, .et_pb_inline_icon_tablet:before\";i:1279;s:74:\".et_pb_woo_custom_button_icon .et_pb_custom_button_icon.et_pb_button:after\";i:1280;s:63:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left\";i:1281;s:64:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right\";i:1282;s:65:\".et_pb_button_module_wrapper.et_pb_button_alignment_tablet_center\";i:1283;s:117:\".et_pb_blurb_position_left_tablet .et_pb_main_blurb_image, .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image\";i:1284;s:125:\".et_pb_blurb_position_left_tablet .et_pb_main_blurb_image img, .et_pb_blurb_position_right_tablet .et_pb_main_blurb_image img\";i:1285;s:93:\".et_pb_blurb_position_left_tablet .et-pb-icon, .et_pb_blurb_position_right_tablet .et-pb-icon\";i:1286;s:107:\".et_pb_blurb_position_left_tablet .et-pb-icon-circle, .et_pb_blurb_position_right_tablet .et-pb-icon-circle\";i:1287;s:121:\".et_pb_blurb_position_left_tablet .et-pb-icon-circle-border, .et_pb_blurb_position_right_tablet .et-pb-icon-circle-border\";i:1288;s:115:\".et_pb_blurb_position_left_tablet .et_pb_blurb_container, .et_pb_blurb_position_right_tablet .et_pb_blurb_container\";i:1289;s:56:\".et_pb_blurb_position_left_tablet .et_pb_blurb_container\";i:1290;s:54:\".et_pb_blurb_position_left_tablet .et_pb_blurb_content\";i:1291;s:57:\".et_pb_blurb_position_right_tablet .et_pb_blurb_container\";i:1292;s:55:\".et_pb_blurb_position_right_tablet .et_pb_blurb_content\";i:1293;s:58:\".et_pb_blurb_position_right_tablet .et_pb_main_blurb_image\";i:1294;s:46:\".et_pb_blurb_position_right_tablet .et-pb-icon\";i:1295;s:56:\".et_pb_blurb_position_top_tablet .et_pb_main_blurb_image\";i:1296;s:44:\".et_pb_blurb_position_top_tablet .et-pb-icon\";i:1297;s:51:\".et_pb_blurb_position_top_tablet .et-pb-icon-circle\";i:1298;s:55:\".et_pb_blurb_position_top_tablet .et_pb_blurb_container\";i:1299;s:53:\".et_pb_blurb_position_top_tablet .et_pb_blurb_content\";i:1300;s:26:\".et_pb_image_sticky_tablet\";i:1301;s:32:\".et_pb_image_bottom_space_tablet\";i:1302;s:119:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1303;s:147:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1304;s:151:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1305;s:30:\".et_pb_column .et_pb_grid_item\";i:1306;s:42:\".et_pb_column .et_pb_grid_item.last_in_row\";i:1307;s:77:\".et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget\";i:1308;s:105:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_column .et_pb_widget:nth-child(2n)\";i:1309;s:109:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n+1), .et_pb_column .et_pb_widget:nth-child(2n+1)\";i:1310;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:1311;s:98:\".et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_blog_grid .column.size-1of2\";i:1312;s:144:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child\";i:1313;s:1659:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1314;s:1250:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1315;s:2168:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1316;s:98:\".et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module\";i:1317;s:282:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1318;s:240:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1319;s:164:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:1320;s:540:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:1321;s:3940:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1322;s:407:\".et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5\";i:1323;s:2967:\".et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1324;s:564:\".et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6\";i:1325;s:4060:\".et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1326;s:147:\".et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6\";i:1327;s:1051:\".et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1328;s:87:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_column .et_pb_widget\";i:1329;s:230:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of2 .last_in_row, .rtl .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .rtl .et_pb_column .et_pb_widget .last_in_row, .rtl .et_pb_column .et_pb_widget:nth-child(2n)\";i:1330;s:260:\".rtl .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1 .et_pb_column .et_pb_widget, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of2, .rtl .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1331;s:53:\".woocommerce-page ul.products li.product:nth-child(n)\";i:1332;s:54:\".woocommerce-page ul.products li.product:nth-child(3n)\";i:1333;s:56:\".woocommerce-page ul.products li.product:nth-child(3n+1)\";i:1334;s:49:\".et_hide_mobile_logo #main-header .logo_container\";i:1335;s:283:\"#page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:1336;s:325:\".et-tb #page-container, .et-tb-has-header #page-container, .et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et-tb-has-header #page-container\";i:1337;s:33:\".et_non_fixed_nav #page-container\";i:1338;s:366:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:1339;s:20:\"#left-area, #sidebar\";i:1340;s:112:\".et_left_sidebar #left-area, .et_left_sidebar #sidebar, .et_right_sidebar #left-area, .et_right_sidebar #sidebar\";i:1341;s:129:\".et_full_width_page .et_gallery_item:nth-child(4n+1), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1)\";i:1342;s:27:\".footer-widget:nth-child(n)\";i:1343;s:39:\"#footer-widgets .footer-widget .fwidget\";i:1344;s:43:\".et_pb_gutters1 .footer-widget:nth-child(n)\";i:1345;s:55:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget\";i:1346;s:15:\"#footer-widgets\";i:1347;s:44:\"#footer-widgets .footer-widget:nth-child(2n)\";i:1348;s:51:\"#footer-widgets .footer-widget:nth-last-child(-n+2)\";i:1349;s:11:\".bottom-nav\";i:1350;s:71:\".woocommerce .cart-collaterals>div, .woocommerce .cart-collaterals>form\";i:1351;s:19:\".shop_table .coupon\";i:1352;s:55:\".checkout .col-1, .checkout .col-2, .checkout .form-row\";i:1353;s:34:\".checkout .col-1, .checkout .col-2\";i:1354;s:25:\"#main-header, #top-header\";i:1355;s:9:\"#top-menu\";i:1356;s:38:\".et_header_style_centered #main-header\";i:1357;s:42:\".et_header_style_centered nav#top-menu-nav\";i:1358;s:35:\".et_header_style_split #main-header\";i:1359;s:101:\".et_header_style_split #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:1360;s:18:\"#et-top-navigation\";i:1361;s:154:\".et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1362;s:99:\".et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation\";i:1363;s:77:\".et_fixed_nav #main-header, .et_non_fixed_nav.et_transparent_nav #main-header\";i:1364;s:89:\".et_vertical_nav.et_left_sidebar #left-area, .et_vertical_nav.et_right_sidebar #left-area\";i:1365;s:37:\"#et-secondary-menu, #et-secondary-nav\";i:1366;s:129:\".et_fixed_nav_temp #main-header, .et_non_fixed_nav.et_transparent_nav_temp #main-header, .et_secondary_nav_only_menu #main-header\";i:1367;s:39:\".et_secondary_nav_only_menu #top-header\";i:1368;s:22:\"#top-header .container\";i:1369;s:8:\"#et-info\";i:1370;s:48:\"#logo, #main-header, .container, .logo_container\";i:1371;s:31:\".et_header_style_centered #logo\";i:1372;s:60:\".et_header_style_centered header#main-header .logo_container\";i:1373;s:57:\".et_header_style_split header#main-header .logo_container\";i:1374;s:33:\".et_vertical_nav span.logo_helper\";i:1375;s:53:\".et_vertical_nav.et_header_style_left .logo_container\";i:1376;s:57:\".et_header_style_left #logo, .et_header_style_split #logo\";i:1377;s:14:\"#et_top_search\";i:1378;s:22:\"#et_search_icon:before\";i:1379;s:111:\".et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:1380;s:83:\".et_header_style_centered .et_search_outer, .et_header_style_split .et_search_outer\";i:1381;s:105:\".et_header_style_split #et_top_search, .et_vertical_nav.et_header_style_split #main-header #et_top_search\";i:1382;s:77:\".et_header_style_left .et-search-form, .et_header_style_split .et-search-form\";i:1383;s:66:\".et_header_style_slide .et_slide_in_menu_container .et-search-form\";i:1384;s:30:\"#footer-info, .et-social-icons\";i:1385;s:16:\".et-social-icons\";i:1386;s:28:\"#top-header .et-social-icons\";i:1387;s:58:\".et_header_style_centered #et-top-navigation .et-cart-info\";i:1388;s:32:\"#et-top-navigation .et-cart-info\";i:1389;s:19:\"#et_mobile_nav_menu\";i:1390;s:153:\".et_header_style_centered .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar), .et_header_style_split .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1391;s:45:\".et_header_style_centered #et_mobile_nav_menu\";i:1392;s:50:\".et_header_style_centered #main-header .mobile_nav\";i:1393;s:99:\".et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page\";i:1394;s:77:\".et_header_style_centered .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1395;s:41:\".et_header_style_centered .et_mobile_menu\";i:1396;s:42:\".et_header_style_split #et_mobile_nav_menu\";i:1397;s:39:\".et_header_style_split nav#top-menu-nav\";i:1398;s:47:\".et_header_style_split #main-header .mobile_nav\";i:1399;s:74:\".et_header_style_split .mobile_menu_bar:not(.et_pb_module.mobile_menu_bar)\";i:1400;s:38:\".et_header_style_split .et_mobile_menu\";i:1401;s:43:\"body.admin-bar.et_vertical_nav #main-header\";i:1402;s:151:\".et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header\";i:1403;s:62:\"body.admin-bar.et_fixed_nav.et_header_style_slide #main-header\";i:1404;s:80:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header\";i:1405;s:210:\"body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:1406;s:155:\"body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:1407;s:64:\"body.admin-bar.et_header_style_slide .et_slide_in_menu_container\";i:1408;s:183:\".et_pb_column_1_2 .et_pb_video_play, .et_pb_column_2_3 .et_pb_video_play, .et_pb_column_3_4 .et_pb_video_play, .et_pb_column_3_5 .et_pb_video_play, .et_pb_column_4_4 .et_pb_video_play\";i:1409;s:253:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_form\";i:1410;s:184:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter\";i:1411;s:274:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter .et_pb_newsletter_description\";i:1412;s:256:\"#main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, .woocommerce-cart #content-area table td, .woocommerce-cart #content-area table th, .woocommerce-cart #content-area table tr, table.cart td, table.cart th, table.cart tr\";i:1413;s:66:\"#content-area table tr, #main-content table.cart tr, table.cart tr\";i:1414;s:33:\".woocommerce .cart_item .quantity\";i:1415;s:59:\".woocommerce-cart table.cart td.actions .coupon .input-text\";i:1416;s:65:\".woocommerce-cart table.cart td.actions .button[name=update_cart]\";i:1417;s:16:\".et_left_tabs_bg\";i:1418;s:64:\".et-tabs-container .et-tabs-control, .tabs-left .et-tabs-control\";i:1419;s:38:\".tabs-left ul.et_shortcodes_mobile_nav\";i:1420;s:40:\".tabs-left ul.et_shortcodes_mobile_nav a\";i:1421;s:27:\".tabs-left .et-tabs-content\";i:1422;s:46:\".et-tabs-container ul.et_shortcodes_mobile_nav\";i:1423;s:49:\".et-tabs-container ul.et_shortcodes_mobile_nav li\";i:1424;s:11:\".et-pricing\";i:1425;s:113:\"body.et_full_width_page .pricing-table, body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";i:1426;s:12:\".pricing-big\";i:1427;s:181:\"body.et_full_width_page .one_fourth, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .three_fourth, body.et_full_width_page .two_third\";i:1428;s:82:\"body.et_full_width_page .et-protected, body.et_full_width_page .et-testimonial-box\";i:1429;s:42:\"body.et_full_width_page .et-protected-form\";i:1430;s:109:\"body.et_left_sidebar .author-shortcodes .author-inner, body.et_right_sidebar .author-shortcodes .author-inner\";i:1431;s:109:\"body.et_left_sidebar .author-shortcodes .author-image, body.et_right_sidebar .author-shortcodes .author-image\";i:1432;s:123:\"body.et_left_sidebar .quote-center .et_quote_additional_sign, body.et_right_sidebar .quote-center .et_quote_additional_sign\";i:1433;s:91:\"body.et_left_sidebar .et_shortcodes_controls, body.et_right_sidebar .et_shortcodes_controls\";i:1434;s:109:\"body.et_left_sidebar .et_shortcodes_controls_arrows a, body.et_right_sidebar .et_shortcodes_controls_arrows a\";i:1435;s:71:\"[data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped)\";i:1436;s:78:\".et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:1437;s:38:\".et_pb_slide_image, .et_pb_slide_video\";i:1438;s:18:\".et_pb_slide_video\";i:1439;s:39:\".et_pb_section_first .et_pb_slide_image\";i:1440;s:86:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title\";i:1441;s:61:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content\";i:1442;s:67:\".et_pb_portfolio_item h2, .et_pb_post h2, .et_pb_title_container h1\";i:1443;s:74:\".et_pb_carousel .et-pb-arrow-prev, .et_pb_carousel:hover .et-pb-arrow-prev\";i:1444;s:74:\".et_pb_carousel .et-pb-arrow-next, .et_pb_carousel:hover .et-pb-arrow-next\";i:1445;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-prev\";i:1446;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-next\";i:1447;s:462:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:1448;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:1449;s:84:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a\";i:1450;s:104:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a\";i:1451;s:105:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a\";i:1452;s:12:\".et_pb_promo\";i:1453;s:798:\".et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_description, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_form\";i:1454;s:109:\".et_pb_column_2_3>.et_pb_newsletter, .et_pb_column_3_4>.et_pb_newsletter, .et_pb_column_4_4>.et_pb_newsletter\";i:1455;s:65:\".et_pb_column_4_4>.et_pb_newsletter .et_pb_newsletter_description\";i:1456;s:37:\".et_pb_slider:hover .et-pb-arrow-prev\";i:1457;s:37:\".et_pb_slider:hover .et-pb-arrow-next\";i:1458;s:18:\".et-pb-controllers\";i:1459;s:34:\".format-gallery .et-pb-controllers\";i:1460;s:65:\".et_transparent_nav .et_pb_section:first-child .et-pb-controllers\";i:1461;s:88:\".et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description\";i:1462;s:88:\".et_pb_slider_show_image .et_pb_slide_image, .et_pb_slider_show_image .et_pb_slide_video\";i:1463;s:45:\".et_pb_slide_description h2.et_pb_slide_title\";i:1464;s:22:\".et_pb_slide_image img\";i:1465;s:43:\".et_pb_section_first .et_pb_slide_image img\";i:1466;s:128:\".et_pb_slide_description, .et_pb_slide_with_image .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:1467;s:20:\".et_pb_tabs_controls\";i:1468;s:23:\".et_pb_tabs_controls li\";i:1469;s:95:\".et_pb_column .et_pb_pricing_table.et-last-child, .et_pb_column .et_pb_pricing_table:last-child\";i:1470;s:55:\".et_pb_column .et_pb_contact p.et_pb_contact_field_half\";i:1471;s:44:\".et_pb_column .et_pb_testimonial_description\";i:1472;s:41:\".et_pb_column .et_pb_testimonial_portrait\";i:1473;s:24:\".et_pb_team_member_image\";i:1474;s:30:\".et_pb_team_member_description\";i:1475;s:53:\".et_pb_blog_grid .et_quote_content, .et_quote_content\";i:1476;s:79:\".et_pb_blog_grid .et_quote_content blockquote p, .et_quote_content blockquote p\";i:1477;s:85:\".et_pb_blog_grid .et_quote_content blockquote cite, .et_quote_content blockquote cite\";i:1478;s:16:\".et_link_content\";i:1479;s:41:\".et_audio_content h2, .et_link_content h2\";i:1480;s:35:\".et_link_content a.et_link_main_url\";i:1481;s:63:\".et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1482;s:80:\".et_pb_blog_grid .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1483;s:17:\".et_audio_content\";i:1484;s:20:\".et_audio_content h2\";i:1485;s:66:\".et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:1486;s:22:\".et_pb_audio_cover_art\";i:1487;s:27:\".et_pb_audio_module_content\";i:1488;s:30:\".et_pb_audio_module_content h2\";i:1489;s:121:\".et_pb_column_1_4 .et_audio_module_meta, .et_pb_column_1_5 .et_audio_module_meta, .et_pb_column_1_6 .et_audio_module_meta\";i:1490;s:15:\".et-hide-mobile\";i:1491;s:127:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:1492;s:585:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:1493;s:159:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:1494;s:169:\".et_pb_slider_with_overlay .et_pb_slide_image, .et_pb_slider_with_overlay .et_pb_slide_video, .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description\";i:1495;s:45:\".et_pb_slider_with_overlay .et_pb_slide_image\";i:1496;s:52:\".et_pb_section_video_bg.et_pb_section_video_bg_phone\";i:1497;s:61:\".et_pb_section_video_bg.et_pb_section_video_bg_desktop_tablet\";i:1498;s:40:\".et_pb_bg_layout_light_phone:not(:hover)\";i:1499;s:61:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_counter_title\";i:1500;s:482:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_post p, .et_pb_bg_layout_light_phone:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_light_phone:not(:hover) p.et_pb_title_meta_container a\";i:1501;s:142:\".et_pb_bg_layout_light_phone:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_light_phone:not(:hover).et_pb_post_slider .post-meta a\";i:1502;s:311:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_more_button, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_light_phone:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_light_phone:not(:hover).et_pb_button, .et_pb_bg_layout_light_phone:not(:hover).et_pb_module.et_pb_button\";i:1503;s:198:\".et_pb_bg_layout_light_phone:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light_phone:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1504;s:58:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_video_play\";i:1505;s:65:\".et_pb_bg_layout_light_phone:not(:hover) .et_pb_forgot_password a\";i:1506;s:118:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-arrow-next, .et_pb_bg_layout_light_phone:not(:hover) .et-pb-arrow-prev\";i:1507;s:81:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-controllers .et-pb-active-control\";i:1508;s:61:\".et_pb_bg_layout_light_phone:not(:hover) .et-pb-controllers a\";i:1509;s:268:\".et_pb_bg_layout_light_phone:not(:hover) h1, .et_pb_bg_layout_light_phone:not(:hover) h2, .et_pb_bg_layout_light_phone:not(:hover) h3, .et_pb_bg_layout_light_phone:not(:hover) h4, .et_pb_bg_layout_light_phone:not(:hover) h5, .et_pb_bg_layout_light_phone:not(:hover) h6\";i:1510;s:67:\".et_pb_module .et_pb_bg_layout_light_phone:not(:hover).et_pb_button\";i:1511;s:303:\".et_pb_bg_layout_dark_phone:not(:hover), .et_pb_bg_layout_dark_phone:not(:hover) h1, .et_pb_bg_layout_dark_phone:not(:hover) h2, .et_pb_bg_layout_dark_phone:not(:hover) h3, .et_pb_bg_layout_dark_phone:not(:hover) h4, .et_pb_bg_layout_dark_phone:not(:hover) h5, .et_pb_bg_layout_dark_phone:not(:hover) h6\";i:1512;s:475:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post .post-meta, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post .post-meta a, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_post p, .et_pb_bg_layout_dark_phone:not(:hover) p.et_pb_title_meta_container, .et_pb_bg_layout_dark_phone:not(:hover) p.et_pb_title_meta_container a\";i:1513;s:140:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_post_slider .post-meta, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_post_slider .post-meta a\";i:1514;s:123:\".et_pb_bg_layout_dark_phone:not(:hover) .comment_postinfo a, .et_pb_bg_layout_dark_phone:not(:hover) .comment_postinfo span\";i:1515;s:84:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_social_media_follow li a.follow_button\";i:1516;s:90:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_social_media_follow li a.follow_button:hover\";i:1517;s:192:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_gallery .et_pb_gallery_pagination ul li a\";i:1518;s:100:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay\";i:1519;s:73:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_portfolio .meta p\";i:1520;s:68:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_menu ul li a\";i:1521;s:74:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_fullwidth_menu ul li a:hover\";i:1522;s:64:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_slide_description\";i:1523;s:60:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_slide_content\";i:1524;s:196:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:1525;s:72:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_testimonial_description a\";i:1526;s:66:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s\";i:1527;s:93:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:1528;s:84:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s::-moz-placeholder\";i:1529;s:88:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_s:-ms-input-placeholder\";i:1530;s:77:\".et_pb_bg_layout_dark_phone:not(:hover).et_pb_search input.et_pb_searchsubmit\";i:1531;s:60:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_counter_title\";i:1532;s:306:\".et_pb_bg_layout_dark_phone:not(:hover) .et_pb_more_button, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_newsletter_button, .et_pb_bg_layout_dark_phone:not(:hover) .et_pb_promo_button, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_button, .et_pb_bg_layout_dark_phone:not(:hover).et_pb_module.et_pb_button\";i:1533;s:683:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_link_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_quote_content blockquote p\";i:1534;s:585:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_audio_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content a.et_link_main_url, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_pb_audio_module_content h2, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content blockquote cite, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content blockquote p\";i:1535;s:258:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_audio_content, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_link_content, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover).et_quote_content\";i:1536;s:302:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1537;s:306:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1538;s:249:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1539;s:284:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1540;s:115:\".et_pb_bg_layout_light_phone.et_pb_text_color_dark_phone:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1541;s:683:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_module_meta, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_link_content a.et_link_main_url, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_link_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_pb_audio_module_content h2, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote cite, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_quote_content blockquote p\";i:1542;s:302:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1543;s:306:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1544;s:249:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-playpause-button button:before, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-volume-button button:before\";i:1545;s:284:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1546;s:115:\".et_pb_bg_layout_dark_phone.et_pb_text_color_dark_tablet:not(:hover) .mejs-container .mejs-controls .mejs-time span\";i:1547;s:73:\".et_pb_newsletter .et_pb_contact_field_last_phone+.et_pb_newsletter_field\";i:1548;s:102:\"p.et_pb_contact_field_half_phone+p.et_pb_contact_field_last_phone:not(.et_pb_contact_field_half_phone)\";i:1549;s:105:\"p.et_pb_contact_field.et_pb_contact_field_last_phone+p.et_pb_contact_field.et_pb_contact_field_last_phone\";i:1550;s:72:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half_phone\";i:1551;s:46:\".et_pb_contact .et_pb_contact_field_half_phone\";i:1552;s:72:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_last_phone\";i:1553;s:46:\".et_pb_contact .et_pb_contact_field_last_phone\";i:1554;s:84:\".et_pb_blurb.et_pb_text_align_left-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1555;s:85:\".et_pb_blurb.et_pb_text_align_right-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1556;s:89:\".et_pb_blurb.et_pb_text_align_justified-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1557;s:86:\".et_pb_blurb.et_pb_text_align_center-phone .et_pb_blurb_content .et_pb_blurb_container\";i:1558;s:50:\".et_pb_text_align_left-phone .et_pb_counter_amount\";i:1559;s:52:\".et_pb_text_align_center-phone .et_pb_counter_amount\";i:1560;s:51:\".et_pb_text_align_right-phone .et_pb_counter_amount\";i:1561;s:55:\".et_pb_text_align_justified-phone .et_pb_counter_amount\";i:1562;s:422:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left-phone h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-phone .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left-phone h5.et_pb_toggle_title\";i:1563;s:1074:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_title\";i:1564;s:551:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper\";i:1565;s:181:\".et_pb_contact_field.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center-phone .et_pb_contact_field_radio_wrapper\";i:1566;s:179:\".et_pb_contact_field.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right-phone .et_pb_contact_field_radio_wrapper\";i:1567;s:187:\".et_pb_contact_field.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified-phone .et_pb_contact_field_radio_wrapper\";i:1568;s:168:\".et_pb_shop.et_pb_text_align_center-phone .star-rating, .et_pb_shop.et_pb_text_align_justified-phone .star-rating, .et_pb_shop.et_pb_text_align_right-phone .star-rating\";i:1569;s:28:\".et_pb_text_align_left-phone\";i:1570;s:30:\".et_pb_text_align_center-phone\";i:1571;s:29:\".et_pb_text_align_right-phone\";i:1572;s:33:\".et_pb_text_align_justified-phone\";i:1573;s:203:\".et_pb_text_align_left-phone .wp-pagenavi, .et_pb_text_align_left-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1574;s:209:\".et_pb_text_align_center-phone .wp-pagenavi, .et_pb_text_align_center-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1575;s:206:\".et_pb_text_align_right-phone .wp-pagenavi, .et_pb_text_align_right-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1576;s:218:\".et_pb_text_align_justified-phone .wp-pagenavi, .et_pb_text_align_justified-phone.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified-phone.et_pb_gallery .et_pb_gallery_pagination ul\";i:1577;s:85:\".et_pb_filterable_portfolio.et_pb_text_align_center-phone .et_pb_portfolio_filters ul\";i:1578;s:88:\".et_pb_filterable_portfolio.et_pb_text_align_justified-phone .et_pb_portfolio_filters ul\";i:1579;s:84:\".et_pb_filterable_portfolio.et_pb_text_align_right-phone .et_pb_portfolio_filters ul\";i:1580;s:126:\".et_pb_search.et_pb_text_align_center-phone .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left-phone .et_pb_searchsubmit\";i:1581;s:62:\".et_pb_search.et_pb_text_align_right-phone .et_pb_searchsubmit\";i:1582;s:56:\".et_pb_search.et_pb_text_align_right-phone input.et_pb_s\";i:1583;s:57:\".et_pb_search.et_pb_text_align_center-phone input.et_pb_s\";i:1584;s:31:\".et_pb_has_bg_phone.et_pb_promo\";i:1585;s:30:\".et_pb_no_bg_phone.et_pb_promo\";i:1586;s:39:\".et_pb_animation_left_phone.et-animated\";i:1587;s:40:\".et_pb_animation_right_phone.et-animated\";i:1588;s:38:\".et_pb_animation_top_phone.et-animated\";i:1589;s:41:\".et_pb_animation_bottom_phone.et-animated\";i:1590;s:42:\".et_pb_animation_fade_in_phone.et-animated\";i:1591;s:139:\".et_pb_fullwidth_header .scroll-down-container-phone .scroll-down, .et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-tablet\";i:1592;s:71:\".et_pb_fullwidth_header .scroll-down-container-phone .scroll-down-phone\";i:1593;s:40:\".et_pb_divider_position_top_phone:before\";i:1594;s:43:\".et_pb_divider_position_bottom_phone:before\";i:1595;s:43:\".et_pb_divider_position_center_phone:before\";i:1596;s:42:\".et_parallax_bg.et_parallax_bg_phone_exist\";i:1597;s:36:\".et_parallax_bg.et_parallax_bg_phone\";i:1598;s:75:\".et_overlay.et_pb_inline_icon_phone:before, .et_pb_inline_icon_phone:before\";i:1599;s:62:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_left\";i:1600;s:63:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_right\";i:1601;s:64:\".et_pb_button_module_wrapper.et_pb_button_alignment_phone_center\";i:1602;s:115:\".et_pb_blurb_position_left_phone .et_pb_main_blurb_image, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image\";i:1603;s:123:\".et_pb_blurb_position_left_phone .et_pb_main_blurb_image img, .et_pb_blurb_position_right_phone .et_pb_main_blurb_image img\";i:1604;s:91:\".et_pb_blurb_position_left_phone .et-pb-icon, .et_pb_blurb_position_right_phone .et-pb-icon\";i:1605;s:105:\".et_pb_blurb_position_left_phone .et-pb-icon-circle, .et_pb_blurb_position_right_phone .et-pb-icon-circle\";i:1606;s:119:\".et_pb_blurb_position_left_phone .et-pb-icon-circle-border, .et_pb_blurb_position_right_phone .et-pb-icon-circle-border\";i:1607;s:113:\".et_pb_blurb_position_left_phone .et_pb_blurb_container, .et_pb_blurb_position_right_phone .et_pb_blurb_container\";i:1608;s:55:\".et_pb_blurb_position_left_phone .et_pb_blurb_container\";i:1609;s:53:\".et_pb_blurb_position_left_phone .et_pb_blurb_content\";i:1610;s:56:\".et_pb_blurb_position_right_phone .et_pb_blurb_container\";i:1611;s:54:\".et_pb_blurb_position_right_phone .et_pb_blurb_content\";i:1612;s:57:\".et_pb_blurb_position_right_phone .et_pb_main_blurb_image\";i:1613;s:45:\".et_pb_blurb_position_right_phone .et-pb-icon\";i:1614;s:55:\".et_pb_blurb_position_top_phone .et_pb_main_blurb_image\";i:1615;s:43:\".et_pb_blurb_position_top_phone .et-pb-icon\";i:1616;s:50:\".et_pb_blurb_position_top_phone .et-pb-icon-circle\";i:1617;s:54:\".et_pb_blurb_position_top_phone .et_pb_blurb_container\";i:1618;s:52:\".et_pb_blurb_position_top_phone .et_pb_blurb_content\";i:1619;s:25:\".et_pb_image_sticky_phone\";i:1620;s:31:\".et_pb_image_bottom_space_phone\";i:1621;s:151:\".et_pb_column .et_pb_grid_item, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1622;s:193:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1623;s:199:\".et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1624;s:385:\".et_pb_column .et_pb_grid_item .last_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .last_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .last_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n)\";i:1625;s:394:\".et_pb_column .et_pb_grid_item .first_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .first_in_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(2n+1), .et_pb_column .et_pb_grid_item:nth-child(2n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1)\";i:1626;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:1627;s:27:\".et_pb_column .et_pb_widget\";i:1628;s:430:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product\";i:1629;s:514:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:1630;s:526:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1)\";i:1631;s:146:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.et_pb_portfolio_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.et_pb_portfolio_item\";i:1632;s:104:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item\";i:1633;s:128:\".et_pb_gutters1 .et_pb_column .et_pb_grid_item.last_in_row, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_grid_item.last_in_row\";i:1634;s:264:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_widget\";i:1635;s:65:\".rtl .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:1636;s:32:\"#comment-wrap li.comment article\";i:1637;s:13:\".comment-body\";i:1638;s:19:\".comment-reply-link\";i:1639;s:91:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url]\";i:1640;s:18:\".comment .children\";i:1641;s:54:\".woocommerce-page ul.products li.product:nth-child(2n)\";i:1642;s:56:\".woocommerce-page ul.products li.product:nth-child(2n+1)\";i:1643;s:35:\".et_mobile_device .et-pb-arrow-prev\";i:1644;s:35:\".et_mobile_device .et-pb-arrow-next\";i:1645;s:78:\"#footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget\";i:1646;s:84:\"#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n)\";i:1647;s:116:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget, .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n)\";i:1648;s:50:\"#footer-widgets .footer-widget .fwidget:last-child\";i:1649;s:41:\"#footer-widgets .footer-widget:last-child\";i:1650;s:276:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active\";i:1651;s:134:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a\";i:1652;s:22:\".woocommerce .form-row\";i:1653;s:161:\"body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:1654;s:25:\"#et-info .et-social-icons\";i:1655;s:45:\"#et-secondary-menu .et_duplicate_social_icons\";i:1656;s:141:\"body.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:1657;s:28:\"#et-info, #et-secondary-menu\";i:1658;s:47:\".et_secondary_nav_two_panels #et-secondary-menu\";i:1659;s:25:\"#top-header .et-cart-info\";i:1660;s:38:\".et_header_style_fullscreen #et-info a\";i:1661;s:62:\".et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:1662;s:55:\".et_header_style_fullscreen .et_slide_in_menu_container\";i:1663;s:102:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu\";i:1664;s:82:\".et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:1665;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev\";i:1666;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:1667;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next\";i:1668;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:1669;s:56:\"body.et_full_width_page .author-shortcodes .author-inner\";i:1670;s:56:\"body.et_full_width_page .author-shortcodes .author-image\";i:1671;s:63:\"body.et_full_width_page .quote-center .et_quote_additional_sign\";i:1672;s:47:\"body.et_full_width_page .et_shortcodes_controls\";i:1673;s:56:\"body.et_full_width_page .et_shortcodes_controls_arrows a\";i:1674;s:38:\".et-box:before, .et-testimonial:before\";i:1675;s:15:\".et-box-content\";i:1676;s:15:\".et-testimonial\";i:1677;s:127:\".et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6\";i:1678;s:331:\".et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child\";i:1679;s:187:\".et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row_1-2_1-2 .et_pb_column.et_pb_column_1_2 .et_pb_column.et_pb_column_1_6:last-child\";i:1680;s:41:\".et_pb_slide_content, a.et_pb_more_button\";i:1681;s:96:\".et_pb_slider_fullwidth_off .et_pb_more_button, .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:1682;s:21:\".et_pb_portfolio_item\";i:1683;s:35:\".et_pb_blog_grid h2, .et_pb_post h2\";i:1684;s:22:\".et_pb_post .post-meta\";i:1685;s:210:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_blog_grid .et_pb_post.format-link>*, .et_pb_blog_grid .et_pb_post.format-quote>*\";i:1686;s:125:\".et_pb_blog_grid .et_pb_post>.et_pb_image_container, .et_pb_blog_grid .et_pb_post>.post-meta, .et_pb_blog_grid .et_pb_post>h2\";i:1687;s:39:\".et_pb_blog_grid .et_pb_post .post-meta\";i:1688;s:346:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:1689;s:107:\".et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_blog_grid .et_quote_content, .et_quote_content\";i:1690;s:145:\".et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide, .et_pb_post>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_slide\";i:1691;s:18:\".et_pb_testimonial\";i:1692;s:190:\".et_pb_column .et_pb_grid_item .on_last_row, .et_pb_column .et_pb_grid_item.et_pb_portfolio_item .on_last_row, .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .on_last_row\";i:1693;s:89:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget\";i:1694;s:961:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget\";i:1695;s:724:\".et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5 .et_pb_widget, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_grid_item, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 .et_pb_widget\";i:1696;s:1258:\".et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-2_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-2>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_1-6_1-6_1-6_1-6>.et_pb_column.et_pb_column_1_6 .et_pb_widget, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_grid_item, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_row_6col>.et_pb_column.et_pb_column_1_6 .et_pb_widget\";i:1697;s:19:\".comment_avatar img\";i:1698;s:33:\"a.comment-reply-link.et_pb_button\";i:1699;s:39:\"a.comment-reply-link.et_pb_button:after\";i:1700;s:68:\"#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget\";i:1701;s:35:\"#footer-widgets .footer-widget.last\";i:1702;s:115:\"#content table.cart td, #content table.cart th, #content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:1703;s:108:\".woocommerce-cart table.cart td.actions .button, .woocommerce-cart table.cart td.actions .coupon .input-text\";i:1704;s:15:\"#page-container\";i:1705;s:8:\"#respond\";i:1706;s:1110:\".et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_4_4 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2)\";i:1707;s:1126:\".et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_no_featured_in_first_row .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_third_featured .et_pb_pricing_table:nth-child(2)\";i:1708;s:130:\".et_pb_column_1_4 .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slide_description\";i:1709;s:184:\".et_pb_column_1_4 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_5 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_6 .et_pb_comments_module .comment_avatar img\";i:1710;s:166:\".et_pb_column_1_4 .et_pb_comments_module .comment-body, .et_pb_column_1_5 .et_pb_comments_module .comment-body, .et_pb_column_1_6 .et_pb_comments_module .comment-body\";i:1711;s:181:\".et_pb_column_1_4 .et_pb_comments_module .comment .children, .et_pb_column_1_5 .et_pb_comments_module .comment .children, .et_pb_column_1_6 .et_pb_comments_module .comment .children\";i:1712;s:184:\".et_pb_column_1_4 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_5 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_6 .et_pb_comments_module .comment-reply-link\";i:1713;s:94:\".et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar\";i:1714;s:97:\".et_pb_row>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text\";i:1715;s:298:\".et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar\";i:1716;s:307:\".et_pb_row>.et_pb_column_1_5 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text, .et_pb_row_inner>.et_pb_column_1_6 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text, .et_pb_row_inner>.et_pb_column_2_9 .et_pb_wc_reviews #reviews #comments ol.commentlist li .comment-text\";i:1717;s:62:\".et_pb_in_customizer.et_pb_login .et_pb_newsletter_description\";i:1718;s:220:\".et_pb_column_1_3 .et_pb_video_play, .et_pb_column_1_4 .et_pb_video_play, .et_pb_column_1_5 .et_pb_video_play, .et_pb_column_1_6 .et_pb_video_play, .et_pb_column_2_5 .et_pb_video_play, .et_pb_column_3_8 .et_pb_video_play\";i:1719;s:289:\".et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait, .et_pb_row_4col .et_pb_testimonial_portrait\";i:1720;s:38:\".et_pb_column .et_pb_team_member_image\";i:1721;s:71:\".et_pb_row_4col .et_pb_column.et_pb_column_1_4 .et_pb_team_member_image\";i:1722;s:44:\".et_pb_column .et_pb_team_member_description\";i:1723;s:30:\".et_quote_content blockquote p\";i:1724;s:33:\".et_quote_content blockquote cite\";i:1725;s:34:\".et_pb_blog_grid .et_quote_content\";i:1726;s:47:\".et_pb_blog_grid .et_quote_content blockquote p\";i:1727;s:50:\".et_pb_blog_grid .et_quote_content blockquote cite\";i:1728;s:19:\".et_link_content h2\";i:1729;s:36:\".et_pb_blog_grid .et_link_content h2\";i:1730;s:52:\".et_pb_blog_grid .et_link_content a.et_link_main_url\";i:1731;s:80:\".et_pb_blog_grid>.et_pb_gallery_post_type>.et_pb_slides>.et_pb_post .et_pb_slide\";i:1732;s:37:\".et_pb_blog_grid .et_audio_content h2\";i:1733;s:1560:\".et_pb_column_1_2>.et_pb_newsletter_layout_left_right, .et_pb_column_1_2>.et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5 .et_pb_newsletter_layout_left_right, .et_pb_column_2_5 .et_pb_newsletter_layout_right_left, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_2_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5>.et_pb_newsletter_layout_left_right, .et_pb_column_3_5>.et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_1-4_3-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_row_3-4_1-4 .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_layout_right_left\";i:1734;s:58:\".et_pb_section_video_bg.et_pb_section_video_bg_tablet_only\";i:1735;s:105:\".et_pb_countdown_timer .section p, .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1736;s:33:\".mfp-img-mobile .mfp-image-holder\";i:1737;s:27:\".mfp-img-mobile img.mfp-img\";i:1738;s:33:\".mfp-img-mobile .mfp-figure:after\";i:1739;s:33:\".mfp-img-mobile .mfp-figure small\";i:1740;s:31:\".mfp-img-mobile .mfp-bottom-bar\";i:1741;s:37:\".mfp-img-mobile .mfp-bottom-bar:empty\";i:1742;s:28:\".mfp-img-mobile .mfp-counter\";i:1743;s:26:\".mfp-img-mobile .mfp-close\";i:1744;s:10:\".mfp-arrow\";i:1745;s:15:\".mfp-arrow-left\";i:1746;s:16:\".mfp-arrow-right\";i:1747;s:14:\".mfp-container\";i:1748;s:339:\"body.et_left_sidebar .one_fourth, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .three_fourth, body.et_left_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .three_fourth, body.et_right_sidebar .two_third\";i:1749;s:156:\"body.et_left_sidebar .et-protected, body.et_left_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected, body.et_right_sidebar .et-testimonial-box\";i:1750;s:81:\"body.et_left_sidebar .et-protected-form, body.et_right_sidebar .et-protected-form\";i:1751;s:38:\"body.et_full_width_page .pricing-table\";i:1752;s:294:\"a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var\";i:1753;s:4:\"body\";i:1754;s:6:\"ol, ul\";i:1755;s:13:\"blockquote, q\";i:1756;s:54:\"blockquote:after, blockquote:before, q:after, q:before\";i:1757;s:10:\"blockquote\";i:1758;s:6:\":focus\";i:1759;s:3:\"ins\";i:1760;s:3:\"del\";i:1761;s:5:\"table\";i:1762;s:52:\"article, aside, footer, header, hgroup, nav, section\";i:1763;s:123:\"body.et_fixed_nav.et_boxed_layout #page-container, body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container\";i:1764;s:123:\"body.et_fixed_nav.et_boxed_layout.et-tb #page-container, body.et_fixed_nav.et_boxed_layout.et-tb-has-header #page-container\";i:1765;s:58:\"body.page-template-page-template-blank-php #page-container\";i:1766;s:24:\"body.et_cover_background\";i:1767;s:7:\"a:hover\";i:1768;s:35:\"p:not(.has-background):last-of-type\";i:1769;s:19:\"p.et_normal_padding\";i:1770;s:6:\"strong\";i:1771;s:11:\"cite, em, i\";i:1772;s:9:\"code, pre\";i:1773;s:8:\"sub, sup\";i:1774;s:3:\"sup\";i:1775;s:3:\"sub\";i:1776;s:2:\"dl\";i:1777;s:5:\"dl dt\";i:1778;s:2:\"dd\";i:1779;s:12:\"blockquote p\";i:1780;s:28:\"embed, iframe, object, video\";i:1781;s:22:\"h1, h2, h3, h4, h5, h6\";i:1782;s:34:\"h1 a, h2 a, h3 a, h4 a, h5 a, h6 a\";i:1783;s:2:\"h1\";i:1784;s:2:\"h2\";i:1785;s:2:\"h3\";i:1786;s:2:\"h4\";i:1787;s:2:\"h5\";i:1788;s:2:\"h6\";i:1789;s:5:\"input\";i:1790;s:20:\"input[type=checkbox]\";i:1791;s:17:\"input[type=radio]\";i:1792;s:117:\"input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea\";i:1793;s:89:\"input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus\";i:1794;s:59:\"input.text, input.title, input[type=text], select, textarea\";i:1795;s:8:\"textarea\";i:1796;s:31:\"button, input, select, textarea\";i:1797;s:3:\"img\";i:1798;s:8:\"#ie8 img\";i:1799;s:6:\".clear\";i:1800;s:8:\"br.clear\";i:1801;s:38:\".et_vertical_nav #page-container:after\";i:1802;s:35:\"#et-secondary-menu li, #top-menu li\";i:1803;s:98:\".woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message\";i:1804;s:2452:\"#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current\";i:1805;s:82:\".et-search-form, .et_mobile_menu, .footer-widget li:before, .nav li ul, blockquote\";i:1806;s:36:\"#et-secondary-nav li ul, #top-header\";i:1807;s:13:\"#main-content\";i:1808;s:12:\"#main-header\";i:1809;s:37:\"#main-header.et-disabled-animations *\";i:1810;s:10:\".container\";i:1811;s:95:\"body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container\";i:1812;s:114:\".et_full_width_page #main-content .container:before, .et_full_width_portfolio_page #main-content .container:before\";i:1813;s:35:\".et_transparent_nav #page-container\";i:1814;s:32:\".et_boxed_layout #page-container\";i:1815;s:685:\".et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header\";i:1816;s:48:\".et_boxed_layout.et_vertical_nav #page-container\";i:1817;s:60:\".et_boxed_layout.et_vertical_nav #page-container #top-header\";i:1818;s:65:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #main-header\";i:1819;s:102:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #page-container #main-header.et_vertical_menu_set\";i:1820;s:32:\".et_vertical_nav #page-container\";i:1821;s:11:\".main_title\";i:1822;s:775:\".woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce-page input.button, .woocommerce-page input.button.alt\";i:1823;s:907:\".woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:1824;s:1021:\".comment-reply-link:hover, .et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:1825;s:1203:\".woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #content input.button:before, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce #respond input#submit:before, .woocommerce a.button.alt:after, .woocommerce a.button:after, .woocommerce a.button:before, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.button:before, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce input.button:before, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #content input.button:before, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page #respond input#submit:before, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page a.button:before, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page button.button:before, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, .woocommerce-page input.button:before\";i:1826;s:393:\".woocommerce #content input.button:before, .woocommerce #respond input#submit:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before, .woocommerce-page #content input.button:before, .woocommerce-page #respond input#submit:before, .woocommerce-page a.button:before, .woocommerce-page button.button:before, .woocommerce-page input.button:before\";i:1827;s:1320:\".et_button_icon_visible .et_pb_button, .et_button_icon_visible.woocommerce #content input.button, .et_button_icon_visible.woocommerce #content input.button.alt, .et_button_icon_visible.woocommerce #respond input#submit, .et_button_icon_visible.woocommerce #respond input#submit.alt, .et_button_icon_visible.woocommerce a.button, .et_button_icon_visible.woocommerce a.button.alt, .et_button_icon_visible.woocommerce button.button, .et_button_icon_visible.woocommerce button.button.alt, .et_button_icon_visible.woocommerce button.button.alt.disabled, .et_button_icon_visible.woocommerce input.button, .et_button_icon_visible.woocommerce input.button.alt, .et_button_icon_visible.woocommerce-page #content input.button, .et_button_icon_visible.woocommerce-page #content input.button.alt, .et_button_icon_visible.woocommerce-page #respond input#submit, .et_button_icon_visible.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.woocommerce-page a.button, .et_button_icon_visible.woocommerce-page a.button.alt, .et_button_icon_visible.woocommerce-page button.button, .et_button_icon_visible.woocommerce-page button.button.alt, .et_button_icon_visible.woocommerce-page button.button.alt.disabled, .et_button_icon_visible.woocommerce-page input.button, .et_button_icon_visible.woocommerce-page input.button.alt\";i:1828;s:1313:\".et_button_icon_visible .et_pb_button:after, .et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_icon_visible.woocommerce #content input.button:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_icon_visible.woocommerce a.button.alt:after, .et_button_icon_visible.woocommerce a.button:after, .et_button_icon_visible.woocommerce button.button.alt:after, .et_button_icon_visible.woocommerce button.button:after, .et_button_icon_visible.woocommerce input.button.alt:after, .et_button_icon_visible.woocommerce input.button:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_icon_visible.woocommerce-page a.button:after, .et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_icon_visible.woocommerce-page button.button:after, .et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_icon_visible.woocommerce-page input.button:after\";i:1829;s:1731:\".et_button_left .et_pb_button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #content input.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page a.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page button.button:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button.alt:hover:after, .et_button_left.et_button_icon_visible.woocommerce-page input.button:hover:after\";i:1830;s:961:\".comment-reply-link:hover:after, .woocommerce #content input.button.alt:hover:after, .woocommerce #content input.button:hover:after, .woocommerce #respond input#submit.alt:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce a.button:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce button.button:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce input.button:hover:after, .woocommerce-page #content input.button.alt:hover:after, .woocommerce-page #content input.button:hover:after, .woocommerce-page #respond input#submit.alt:hover:after, .woocommerce-page #respond input#submit:hover:after, .woocommerce-page a.button.alt:hover:after, .woocommerce-page a.button:hover:after, .woocommerce-page button.button.alt:hover:after, .woocommerce-page button.button:hover:after, .woocommerce-page input.button.alt:hover:after, .woocommerce-page input.button:hover:after\";i:1831;s:1145:\".et_button_left .et_pb_button:after, .et_button_left.woocommerce #content input.button.alt:after, .et_button_left.woocommerce #content input.button:after, .et_button_left.woocommerce #respond input#submit.alt:after, .et_button_left.woocommerce #respond input#submit:after, .et_button_left.woocommerce a.button.alt:after, .et_button_left.woocommerce a.button:after, .et_button_left.woocommerce button.button.alt:after, .et_button_left.woocommerce button.button:after, .et_button_left.woocommerce input.button.alt:after, .et_button_left.woocommerce input.button:after, .et_button_left.woocommerce-page #content input.button.alt:after, .et_button_left.woocommerce-page #content input.button:after, .et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_left.woocommerce-page #respond input#submit:after, .et_button_left.woocommerce-page a.button.alt:after, .et_button_left.woocommerce-page a.button:after, .et_button_left.woocommerce-page button.button.alt:after, .et_button_left.woocommerce-page button.button:after, .et_button_left.woocommerce-page input.button.alt:after, .et_button_left.woocommerce-page input.button:after\";i:1832;s:2992:\".et_button_icon_visible.et_button_left .et_pb_button, .et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled, .et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled, .et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_left .et_pb_button:hover, .et_button_left .et_pb_module .et_pb_button:hover, .et_button_left.woocommerce #content input.button.alt:hover, .et_button_left.woocommerce #content input.button:hover, .et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_left.woocommerce #respond input#submit:hover, .et_button_left.woocommerce a.button.alt:hover, .et_button_left.woocommerce a.button:hover, .et_button_left.woocommerce button.button.alt.disabled:hover, .et_button_left.woocommerce button.button.alt:hover, .et_button_left.woocommerce button.button:hover, .et_button_left.woocommerce input.button.alt:hover, .et_button_left.woocommerce input.button:hover, .et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_left.woocommerce-page #content input.button:hover, .et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_left.woocommerce-page #respond input#submit:hover, .et_button_left.woocommerce-page a.button.alt:hover, .et_button_left.woocommerce-page a.button:hover, .et_button_left.woocommerce-page button.button.alt.disabled:hover, .et_button_left.woocommerce-page button.button.alt:hover, .et_button_left.woocommerce-page button.button:hover, .et_button_left.woocommerce-page input.button.alt:hover, .et_button_left.woocommerce-page input.button:hover\";i:1833;s:2901:\".et_button_icon_visible.et_button_left .et_pb_button:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce a.button:after, .et_button_icon_visible.et_button_left.woocommerce button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce button.button:after, .et_button_icon_visible.et_button_left.woocommerce input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button:after, .et_button_left .et_pb_button:hover:after, .et_button_left.woocommerce #content input.button.alt:hover:after, .et_button_left.woocommerce #content input.button:hover:after, .et_button_left.woocommerce #respond input#submit.alt:hover:after, .et_button_left.woocommerce #respond input#submit:hover:after, .et_button_left.woocommerce a.button.alt:hover:after, .et_button_left.woocommerce a.button:hover:after, .et_button_left.woocommerce button.button.alt:hover:after, .et_button_left.woocommerce button.button:hover:after, .et_button_left.woocommerce input.button.alt:hover:after, .et_button_left.woocommerce input.button:hover:after, .et_button_left.woocommerce-page #content input.button.alt:hover:after, .et_button_left.woocommerce-page #content input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after, .et_button_left.woocommerce-page a.button.alt:hover:after, .et_button_left.woocommerce-page a.button:hover:after, .et_button_left.woocommerce-page button.button.alt:hover:after, .et_button_left.woocommerce-page button.button:hover:after, .et_button_left.woocommerce-page input.button.alt:hover:after, .et_button_left.woocommerce-page input.button:hover:after\";i:1834;s:174:\".et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover\";i:1835;s:1208:\".et_button_no_icon .et_pb_button:after, .et_button_no_icon.woocommerce #content input.button.alt:after, .et_button_no_icon.woocommerce #content input.button:after, .et_button_no_icon.woocommerce #respond input#submit.alt:after, .et_button_no_icon.woocommerce #respond input#submit:after, .et_button_no_icon.woocommerce a.button.alt:after, .et_button_no_icon.woocommerce a.button:after, .et_button_no_icon.woocommerce button.button.alt:after, .et_button_no_icon.woocommerce button.button:after, .et_button_no_icon.woocommerce input.button.alt:after, .et_button_no_icon.woocommerce input.button:after, .et_button_no_icon.woocommerce-page #content input.button.alt:after, .et_button_no_icon.woocommerce-page #content input.button:after, .et_button_no_icon.woocommerce-page #respond input#submit.alt:after, .et_button_no_icon.woocommerce-page #respond input#submit:after, .et_button_no_icon.woocommerce-page a.button.alt:after, .et_button_no_icon.woocommerce-page a.button:after, .et_button_no_icon.woocommerce-page button.button.alt:after, .et_button_no_icon.woocommerce-page button.button:after, .et_button_no_icon.woocommerce-page input.button.alt:after, .et_button_no_icon.woocommerce-page input.button:after\";i:1836;s:6381:\".et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt.disabled, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt.disabled, .et_button_no_icon.woocommerce button.button.alt.disabled:hover, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt.disabled, .et_button_no_icon.woocommerce-page button.button.alt.disabled:hover, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover\";i:1837;s:1292:\".et_button_custom_icon .et_pb_button:after, .et_button_custom_icon.woocommerce #content input.button.alt:after, .et_button_custom_icon.woocommerce #content input.button:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.woocommerce #respond input#submit:after, .et_button_custom_icon.woocommerce a.button.alt:after, .et_button_custom_icon.woocommerce a.button:after, .et_button_custom_icon.woocommerce button.button.alt:after, .et_button_custom_icon.woocommerce button.button:after, .et_button_custom_icon.woocommerce input.button.alt:after, .et_button_custom_icon.woocommerce input.button:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.woocommerce-page #content input.button:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.woocommerce-page #respond input#submit:after, .et_button_custom_icon.woocommerce-page a.button.alt:after, .et_button_custom_icon.woocommerce-page a.button:after, .et_button_custom_icon.woocommerce-page button.button.alt:after, .et_button_custom_icon.woocommerce-page button.button:after, .et_button_custom_icon.woocommerce-page input.button.alt:after, .et_button_custom_icon.woocommerce-page input.button:after\";i:1838;s:3188:\".et_button_custom_icon .et_pb_button:hover:after, .et_button_custom_icon.et_button_icon_visible .et_pb_button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after, .et_button_custom_icon.woocommerce #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce #content input.button:hover:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce #respond input#submit:hover:after, .et_button_custom_icon.woocommerce a.button.alt:hover:after, .et_button_custom_icon.woocommerce a.button:hover:after, .et_button_custom_icon.woocommerce button.button.alt:hover:after, .et_button_custom_icon.woocommerce button.button:hover:after, .et_button_custom_icon.woocommerce input.button.alt:hover:after, .et_button_custom_icon.woocommerce input.button:hover:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page #content input.button:hover:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button:hover:after, .et_button_custom_icon.woocommerce-page button.button.alt:hover:after, .et_button_custom_icon.woocommerce-page button.button:hover:after, .et_button_custom_icon.woocommerce-page input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after\";i:1839;s:75:\"#left-area .post_format-post-format-gallery .wp-block-gallery:first-of-type\";i:1840;s:71:\".entry-content table, body.et-pb-preview #main-content .container table\";i:1841;s:150:\".entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th\";i:1842;s:71:\".entry-content tr td, body.et-pb-preview #main-content .container tr td\";i:1843;s:153:\"#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul\";i:1844;s:153:\"#left-area ol, .comment-content ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol, body.et-pb-preview #main-content .container ol\";i:1845;s:152:\"#left-area ul li ul, .comment-content ul li ol, .comment-content ul li ul, .entry-content ul li ol, body.et-pb-preview #main-content .container ul li ol\";i:1846;s:222:\"#left-area ol li ul, .comment-content ol li ol, .comment-content ol li ul, .entry-content ol li ol, .et-l--body ol li ol, .et-l--footer ol li ol, .et-l--header ol li ol, body.et-pb-preview #main-content .container ol li ol\";i:1847;s:30:\"#left-area ul.wp-block-gallery\";i:1848;s:34:\".comment .children, ol.commentlist\";i:1849;s:19:\".comment-content ul\";i:1850;s:19:\".comment-content ol\";i:1851;s:22:\"#left-area ul.products\";i:1852;s:15:\".gallery-item a\";i:1853;s:33:\".gallery-caption, .gallery-item a\";i:1854;s:266:\"body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:1855;s:135:\"body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:1856;s:85:\"body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_header_style_slide #main-header\";i:1857;s:57:\".et_vertical_fixed.admin-bar #page-container #main-header\";i:1858;s:11:\"#wpadminbar\";i:1859;s:11:\"#top-header\";i:1860;s:13:\"#top-header a\";i:1861;s:30:\"#et-secondary-nav, #top-header\";i:1862;s:26:\".et_duplicate_social_icons\";i:1863;s:88:\"#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a\";i:1864;s:107:\".et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container\";i:1865;s:107:\".et_fixed_nav.et_show_nav.et-tb #page-container, .et_fixed_nav.et_show_nav.et-tb-has-header #page-container\";i:1866;s:157:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:1867;s:207:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:1868;s:157:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container\";i:1869;s:75:\".et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1870;s:99:\".et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:1871;s:53:\".et_fixed_nav #main-header, .et_fixed_nav #top-header\";i:1872;s:83:\".et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation\";i:1873;s:107:\".et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a\";i:1874;s:37:\".et_header_style_left .logo_container\";i:1875;s:53:\".et_header_style_split #et-top-navigation nav>ul>li>a\";i:1876;s:62:\".et_header_style_split #main-header .centered-inline-logo-wrap\";i:1877;s:78:\".et_header_style_split #main-header .centered-inline-logo-wrap .logo_container\";i:1878;s:64:\".et_header_style_split #main-header .centered-inline-logo-wrap a\";i:1879;s:51:\".et_header_style_split #main-header .logo_container\";i:1880;s:36:\".et_header_style_split #top-menu-nav\";i:1881;s:37:\".et_header_style_split #et_top_search\";i:1882;s:53:\".et_header_style_split.et_vertical_nav #et_top_search\";i:1883;s:45:\".et_header_style_split #et_search_icon:before\";i:1884;s:117:\".et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar\";i:1885;s:41:\".et_header_style_split #et-top-navigation\";i:1886;s:57:\".et_header_style_split.et_vertical_nav #et-top-navigation\";i:1887;s:99:\".et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container\";i:1888;s:39:\".et_header_style_split span.logo_helper\";i:1889;s:269:\".et_header_style_split #main-header .et-menu, .et_header_style_split #main-header nav.et-menu-nav, .et_header_style_split #top-header .et-menu, .et_header_style_split #top-header nav.et-menu-nav, .et_header_style_split #top-menu, .et_header_style_split nav#top-menu-nav\";i:1890;s:48:\".safari.et_header_style_split #et-top-navigation\";i:1891;s:49:\".et_header_style_centered #main-header .container\";i:1892;s:65:\".et_header_style_centered.et_vertical_nav #main-header .container\";i:1893;s:60:\".et_header_style_centered #main-header div#et-top-navigation\";i:1894;s:158:\".et_header_style_centered #et-top-navigation, .et_header_style_centered #logo, .et_header_style_centered #top-menu, .et_header_style_centered nav#top-menu-nav\";i:1895;s:54:\".et_header_style_centered #main-header .logo_container\";i:1896;s:76:\".et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:1897;s:40:\".et_header_style_centered #et_top_search\";i:1898;s:48:\".et_header_style_centered #et_search_icon:before\";i:1899;s:40:\".et_header_style_centered #top-menu>li>a\";i:1900;s:92:\".et_hide_search_icon #et_top_search, .et_hide_search_icon .et_slide_menu_top .et-search-form\";i:1901;s:164:\".et_vertical_nav.et_header_style_centered #main-header .logo_container, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:1902;s:168:\".et_vertical_nav.et_header_style_centered header#main-header #top-menu>li>a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu>li>a\";i:1903;s:115:\".et_vertical_nav.et_header_style_left #et-top-navigation, .et_vertical_nav.et_header_style_split #et-top-navigation\";i:1904;s:5:\"#logo\";i:1905;s:110:\".et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo\";i:1906;s:15:\".logo_container\";i:1907;s:16:\"span.logo_helper\";i:1908;s:32:\".et_vertical_nav .logo_container\";i:1909;s:34:\".safari .centered-inline-logo-wrap\";i:1910;s:24:\"#et-define-logo-wrap img\";i:1911;s:36:\".gecko #et-define-logo-wrap.svg-logo\";i:1912;s:13:\".et-cart-info\";i:1913;s:119:\".et_header_style_fullscreen #et-top-navigation a.et-cart-info, .et_header_style_slide #et-top-navigation a.et-cart-info\";i:1914;s:50:\"#et-info-email, #et-info-phone, .et-cart-info span\";i:1915;s:21:\"#et-info-phone:before\";i:1916;s:14:\"#et-info-phone\";i:1917;s:21:\"#et-info-email:before\";i:1918;s:35:\"#et-secondary-menu .et-social-icons\";i:1919;s:31:\"#top-header .et-social-icons li\";i:1920;s:19:\".et-social-icons li\";i:1921;s:17:\".et-social-icon a\";i:1922;s:20:\".et-social-icon span\";i:1923;s:29:\"#top-header .et-social-icon a\";i:1924;s:24:\"#top-menu, #top-menu-nav\";i:1925;s:32:\".et_fixed_nav #et-top-navigation\";i:1926;s:18:\"#et-secondary-menu\";i:1927;s:36:\"#et-info, #et-secondary-menu>ul>li a\";i:1928;s:39:\"#et-secondary-nav, #et-secondary-nav li\";i:1929;s:19:\"#et-secondary-nav a\";i:1930;s:20:\"#et-secondary-nav li\";i:1931;s:31:\"#et-secondary-nav>li:last-child\";i:1932;s:25:\".et-cart-info span:before\";i:1933;s:54:\"#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav\";i:1934;s:12:\"#top-menu li\";i:1935;s:23:\"#top-menu>li:last-child\";i:1936;s:91:\".et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu\";i:1937;s:11:\"#top-menu a\";i:1938;s:109:\"#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover\";i:1939;s:21:\"#et_search_icon:hover\";i:1940;s:31:\"#et_top_search.et_search_opened\";i:1941;s:31:\".et_vertical_nav #et_top_search\";i:1942;s:15:\".et-search-form\";i:1943;s:21:\".et-search-form input\";i:1944;s:43:\".et-search-form .et-search-field::-ms-clear\";i:1945;s:101:\".et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field\";i:1946;s:133:\".et_vertical_nav.et_header_style_centered .et-search-form input, .et_vertical_nav.et_header_style_centered span.et_close_search_field\";i:1947;s:25:\".et_search_form_container\";i:1948;s:35:\".container.et_search_form_container\";i:1949;s:56:\".container.et_search_form_container.et_pb_search_visible\";i:1950;s:40:\".et_pb_search_visible.et_pb_no_animation\";i:1951;s:25:\".et_pb_search_form_hidden\";i:1952;s:26:\"span.et_close_search_field\";i:1953;s:32:\"span.et_close_search_field:after\";i:1954;s:28:\".container.et_menu_container\";i:1955;s:60:\".container.et_search_form_container.et_pb_search_form_hidden\";i:1956;s:16:\".et_search_outer\";i:1957;s:28:\".container.et_pb_menu_hidden\";i:1958;s:19:\"form.et-search-form\";i:1959;s:48:\"input[type=search]::-webkit-search-cancel-button\";i:1960;s:21:\"#left-area .post-meta\";i:1961;s:23:\"#left-area .post-meta a\";i:1962;s:29:\"#left-area .et_featured_image\";i:1963;s:13:\".single .post\";i:1964;s:29:\"body.single .et_audio_content\";i:1965;s:97:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .container\";i:1966;s:94:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper\";i:1967;s:107:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper:last-of-type\";i:1968;s:83:\".et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row\";i:1969;s:106:\".et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row\";i:1970;s:206:\".et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page:not(.et-tb-has-body) #main-content .et_pb_row\";i:1971;s:94:\".et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content\";i:1972;s:52:\".single-project.et_pb_pagebuilder_layout .nav-single\";i:1973;s:35:\".et_password_protected_form p input\";i:1974;s:33:\".et_password_protected_form label\";i:1975;s:45:\".et_password_protected_form .et_submit_button\";i:1976;s:82:\".post-password-required .et_pb_row, .post-password-required p.nocomments.container\";i:1977;s:53:\".post-password-required p.nocomments.container:before\";i:1978;s:12:\"p.demo_store\";i:1979;s:101:\".comment-content address, .entry-content address, body.et-pb-preview #main-content .container address\";i:1980;s:19:\".woocommerce-info a\";i:1981;s:28:\".shop_table .actions .submit\";i:1982;s:37:\".shop_table .actions .checkout-button\";i:1983;s:19:\".col2-set.addresses\";i:1984;s:16:\"table.shop_table\";i:1985;s:40:\".woocommerce-message a.button.wc-forward\";i:1986;s:46:\".woocommerce-message a.button.wc-forward:hover\";i:1987;s:82:\".woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea\";i:1988;s:26:\"p.woocommerce-result-count\";i:1989;s:27:\".entry-summary .entry-title\";i:1990;s:24:\".et_pb_widget .buttons a\";i:1991;s:13:\".product_meta\";i:1992;s:26:\".posted_in a, .tagged_as a\";i:1993;s:17:\".related.products\";i:1994;s:20:\".product .related h2\";i:1995;s:97:\".et_fixed_nav.et_transparent_nav.et-db.et_full_width_page #left-area>.woocommerce-notices-wrapper\";i:1996;s:89:\".woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img\";i:1997;s:83:\".woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3\";i:1998;s:93:\".woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale\";i:1999;s:55:\".woocommerce span.onsale, .woocommerce-page span.onsale\";i:2000;s:190:\".woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img\";i:2001;s:234:\".woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails\";i:2002;s:111:\".woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers\";i:2003;s:77:\".woocommerce .products .star-rating, .woocommerce-page .products .star-rating\";i:2004;s:71:\".woocommerce .star-rating:before, .woocommerce-page .star-rating:before\";i:2005;s:192:\".woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del\";i:2006;s:27:\".entry-summary p.price span\";i:2007;s:26:\".entry-summary p.price del\";i:2008;s:26:\".cart_table_item .quantity\";i:2009;s:31:\"#main-content .cart-subtotal td\";i:2010;s:53:\".woocommerce-checkout #main-content .cart-subtotal td\";i:2011;s:202:\"#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:2012;s:82:\"#main-content table.cart td.actions .button.alt, table.cart td.actions .button.alt\";i:2013;s:38:\"table.cart td.actions .checkout-button\";i:2014;s:66:\".orderby, .woocommerce div.product form.cart .variations td select\";i:2015;s:40:\".cart_totals h2, .shipping_calculator h2\";i:2016;s:170:\".woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart\";i:2017;s:302:\".woocommerce #content div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce-page #content div.product .et_pb_wc_add_to_cart:last-child form.cart, .woocommerce-page div.product .et_pb_wc_add_to_cart:last-child form.cart\";i:2018;s:222:\".woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity\";i:2019;s:223:\".woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty\";i:2020;s:78:\".woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder\";i:2021;s:86:\".woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder\";i:2022;s:76:\".woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder\";i:2023;s:77:\".woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder\";i:2024;s:81:\".woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder\";i:2025;s:298:\".woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus\";i:2026;s:122:\".woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity\";i:2027;s:49:\".woocommerce div.product form.cart .variations td\";i:2028;s:60:\".woocommerce div.product form.cart .variations td:last-child\";i:2029;s:148:\".woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li\";i:2030;s:262:\".woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before\";i:2031;s:34:\"body.woocommerce .woocommerce-tabs\";i:2032;s:124:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, body.woocommerce div.product .woocommerce-tabs ul.tabs\";i:2033;s:78:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active\";i:2034;s:288:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce div.product .woocommerce-tabs ul.tabs li:before\";i:2035;s:148:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a\";i:2036;s:122:\"body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel\";i:2037;s:21:\"#reviews .commentlist\";i:2038;s:105:\".woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li\";i:2039;s:133:\".woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text\";i:2040;s:127:\".woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar\";i:2041;s:147:\".woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta\";i:2042;s:47:\".woocommerce #reviews .commentlist .star-rating\";i:2043;s:460:\".woocommerce #reviews #comments h1, .woocommerce #reviews #comments h2, .woocommerce #reviews #comments h3, .woocommerce #reviews #comments h4, .woocommerce #reviews #comments h5, .woocommerce #reviews #comments h6, .woocommerce-page #reviews #comments h1, .woocommerce-page #reviews #comments h2, .woocommerce-page #reviews #comments h3, .woocommerce-page #reviews #comments h4, .woocommerce-page #reviews #comments h5, .woocommerce-page #reviews #comments h6\";i:2044;s:59:\".woocommerce-error, .woocommerce-info, .woocommerce-message\";i:2045;s:80:\".woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before\";i:2046;s:94:\".woocommerce-page #review_form #respond p.form-submit, .woocommerce-page #reviews #commentform\";i:2047;s:18:\".woocommerce .pswp\";i:2048;s:17:\"div.pp_pic_holder\";i:2049;s:14:\"div.pp_overlay\";i:2050;s:43:\"figure.woocommerce-product-gallery__wrapper\";i:2051;s:56:\".woocommerce div.product div.images .flex-control-thumbs\";i:2052;s:59:\".woocommerce div.product div.images .flex-control-thumbs li\";i:2053;s:75:\".woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n)\";i:2054;s:63:\".woocommerce div.product div.images.woocommerce-product-gallery\";i:2055;s:63:\".woocommerce div.product div.images .flex-control-thumbs li img\";i:2056;s:26:\".single-project #left-area\";i:2057;s:14:\".et_main_title\";i:2058;s:17:\".et_main_title h1\";i:2059;s:37:\".et_main_title .et_project_categories\";i:2060;s:39:\".et_main_title .et_project_categories a\";i:2061;s:23:\".project .entry-content\";i:2062;s:22:\".et_project_meta_title\";i:2063;s:16:\".et_project_meta\";i:2064;s:18:\".et_project_meta p\";i:2065;s:20:\".et_project_meta p a\";i:2066;s:13:\".nav-single a\";i:2067;s:13:\".nav-previous\";i:2068;s:9:\".nav-next\";i:2069;s:19:\".single .et_pb_post\";i:2070;s:35:\".et_portfolio_image, .et_shop_image\";i:2071;s:23:\".et_portfolio_image img\";i:2072;s:45:\".single .et_pb_post.et_pb_no_comments_section\";i:2073;s:49:\".et_pb_pagebuilder_layout .project .entry-content\";i:2074;s:44:\".et_full_width_portfolio_page .entry-content\";i:2075;s:41:\".et_full_width_portfolio_page .nav-single\";i:2076;s:41:\".entry-content .et_pb_member_social_links\";i:2077;s:15:\"#top-menu li li\";i:2078;s:17:\"#top-menu li li a\";i:2079;s:23:\"#et-secondary-nav li ul\";i:2080;s:26:\"#et-secondary-nav li ul ul\";i:2081;s:26:\"#et-secondary-nav li ul li\";i:2082;s:32:\"#et-secondary-nav li.et-hover>ul\";i:2083;s:23:\"#et-secondary-nav li>ul\";i:2084;s:96:\"#et-secondary-nav li.et-touch-hover>ul, #et-secondary-nav li:hover>ul, .nav li.et-touch-hover>ul\";i:2085;s:23:\"#et-secondary-nav li li\";i:2086;s:25:\"#et-secondary-nav li li a\";i:2087;s:31:\"#et-secondary-nav ul li a:hover\";i:2088;s:26:\"#et-secondary-nav li:hover\";i:2089;s:116:\"#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after\";i:2090;s:104:\"#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child\";i:2091;s:50:\"#top-menu li .menu-item-has-children>a:first-child\";i:2092;s:56:\"#top-menu li .menu-item-has-children>a:first-child:after\";i:2093;s:61:\"#et-secondary-nav .menu-item-has-children>a:first-child:after\";i:2094;s:64:\"#et-secondary-nav li .menu-item-has-children>a:first-child:after\";i:2095;s:22:\"#top-menu li.mega-menu\";i:2096;s:25:\"#top-menu li.mega-menu>ul\";i:2097;s:28:\"#top-menu li.mega-menu ul li\";i:2098;s:44:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:2099;s:46:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:2100;s:31:\"#top-menu li.mega-menu ul li li\";i:2101;s:28:\"#top-menu li.mega-menu li>ul\";i:2102;s:28:\"#top-menu li.mega-menu li ul\";i:2103;s:37:\"#top-menu li.mega-menu.et-hover li ul\";i:2104;s:34:\"#top-menu li.mega-menu.et-hover>ul\";i:2105;s:30:\"#top-menu li.mega-menu>ul>li>a\";i:2106;s:42:\"#top-menu li.mega-menu>ul>li>a:first-child\";i:2107;s:48:\"#top-menu li.mega-menu>ul>li>a:first-child:hover\";i:2108;s:27:\"#top-menu li.mega-menu li>a\";i:2109;s:91:\"#top-menu li.mega-menu.mega-menu-parent li li, #top-menu li.mega-menu.mega-menu-parent li>a\";i:2110;s:52:\"#top-menu li.mega-menu.mega-menu-parent li>.sub-menu\";i:2111;s:28:\"#top-menu li.mega-menu>ul>li\";i:2112;s:47:\"#top-menu li.mega-menu.mega-menu-parent-3>ul>li\";i:2113;s:47:\"#top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:2114;s:47:\"#top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:2115;s:66:\"#top-menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:2116;s:34:\"#top-menu li.mega-menu>ul>li>ul>li\";i:2117;s:39:\".et_vertical_nav #top-menu li.mega-menu\";i:2118;s:45:\".et_vertical_nav #top-menu li.mega-menu li>ul\";i:2119;s:44:\".et_vertical_nav #top-menu li.mega-menu li>a\";i:2120;s:45:\".et_vertical_nav #top-menu li.mega-menu>ul>li\";i:2121;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:2122;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:2123;s:60:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4)\";i:2124;s:59:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n)\";i:2125;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1)\";i:2126;s:63:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:2127;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:2128;s:16:\".mobile_menu_bar\";i:2129;s:52:\".et_toggle_slide_menu:after, .mobile_menu_bar:before\";i:2130;s:24:\".mobile_nav .select_page\";i:2131;s:12:\"#main-footer\";i:2132;s:14:\".footer-widget\";i:2133;s:5:\".last\";i:2134;s:34:\".footer-widget .fwidget:last-child\";i:2135;s:33:\"#footer-widgets .footer-widget li\";i:2136;s:40:\"#footer-widgets .footer-widget li:before\";i:2137;s:35:\"#footer-widgets .footer-widget li a\";i:2138;s:41:\"#footer-widgets .footer-widget li a:hover\";i:2139;s:40:\".footer-widget .widget_adsensewidget ins\";i:2140;s:14:\"#footer-bottom\";i:2141;s:16:\"#footer-bottom a\";i:2142;s:12:\"#footer-info\";i:2143;s:14:\"#footer-info a\";i:2144;s:20:\"#footer-info a:hover\";i:2145;s:14:\"#et-footer-nav\";i:2146;s:14:\".bottom-nav li\";i:2147;s:13:\".bottom-nav a\";i:2148;s:19:\".bottom-nav a:hover\";i:2149;s:45:\".aligncenter, div.post .new-post .aligncenter\";i:2150;s:11:\".wp-caption\";i:2151;s:21:\".wp-caption.alignleft\";i:2152;s:22:\".wp-caption.alignright\";i:2153;s:15:\".wp-caption img\";i:2154;s:29:\".wp-caption p.wp-caption-text\";i:2155;s:11:\".alignright\";i:2156;s:10:\".alignleft\";i:2157;s:13:\"img.alignleft\";i:2158;s:14:\"img.alignright\";i:2159;s:11:\".pagination\";i:2160;s:12:\".wp-pagenavi\";i:2161;s:33:\".wp-pagenavi a, .wp-pagenavi span\";i:2162;s:60:\".wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink\";i:2163;s:47:\".wp-pagenavi a:hover, .wp-pagenavi span.current\";i:2164;s:44:\".page.et_pb_pagebuilder_layout #main-content\";i:2165;s:15:\"img#about-image\";i:2166;s:34:\".widget_search .screen-reader-text\";i:2167;s:57:\".widget_search input#s, .widget_search input#searchsubmit\";i:2168;s:17:\".widget_search #s\";i:2169;s:26:\".widget_search #searchform\";i:2170;s:28:\".widget_search #searchsubmit\";i:2171;s:13:\"#searchsubmit\";i:2172;s:12:\"#wp-calendar\";i:2173;s:14:\"#wp-calendar a\";i:2174;s:20:\"#wp-calendar a:hover\";i:2175;s:20:\"#wp-calendar caption\";i:2176;s:15:\"#wp-calendar td\";i:2177;s:21:\"#wp-calendar td#today\";i:2178;s:15:\"#wp-calendar th\";i:2179;s:42:\"#wp-calendar #next a, #wp-calendar #prev a\";i:2180;s:20:\"#wp-calendar #next a\";i:2181;s:20:\"#wp-calendar #prev a\";i:2182;s:11:\".tagcloud a\";i:2183;s:17:\".tagcloud a:hover\";i:2184;s:24:\".et_color_scheme_green a\";i:2185;s:149:\".et_color_scheme_green #top-header, .et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading\";i:2186;s:1389:\".et_color_scheme_green .woocommerce-error, .et_color_scheme_green .woocommerce-info, .et_color_scheme_green .woocommerce-message, .et_color_scheme_green.woocommerce #content input.button, .et_color_scheme_green.woocommerce #content input.button.alt, .et_color_scheme_green.woocommerce #respond input#submit, .et_color_scheme_green.woocommerce #respond input#submit.alt, .et_color_scheme_green.woocommerce a.button, .et_color_scheme_green.woocommerce a.button.alt, .et_color_scheme_green.woocommerce button.button, .et_color_scheme_green.woocommerce button.button.alt, .et_color_scheme_green.woocommerce button.button.alt.disabled, .et_color_scheme_green.woocommerce input.button, .et_color_scheme_green.woocommerce input.button.alt, .et_color_scheme_green.woocommerce-page #content input.button, .et_color_scheme_green.woocommerce-page #content input.button.alt, .et_color_scheme_green.woocommerce-page #respond input#submit, .et_color_scheme_green.woocommerce-page #respond input#submit.alt, .et_color_scheme_green.woocommerce-page a.button, .et_color_scheme_green.woocommerce-page a.button.alt, .et_color_scheme_green.woocommerce-page button.button, .et_color_scheme_green.woocommerce-page button.button.alt, .et_color_scheme_green.woocommerce-page button.button.alt.disabled, .et_color_scheme_green.woocommerce-page input.button, .et_color_scheme_green.woocommerce-page input.button.alt\";i:2187;s:1468:\".et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a, .et_color_scheme_green .bottom-nav li.current-menu-item>a, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green .et_overlay:before, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .form-submit .et_pb_button, .et_color_scheme_green .mobile_menu_bar:before, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce-page div.product span.price\";i:2188;s:125:\".et_color_scheme_green.woocommerce .star-rating span:before, .et_color_scheme_green.woocommerce-page .star-rating span:before\";i:2189;s:211:\".et_color_scheme_green .et-search-form, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .et_pb_pricing li:before, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .nav li ul\";i:2190;s:23:\".et_color_scheme_pink a\";i:2191;s:146:\".et_color_scheme_pink #top-header, .et_color_scheme_pink .et_pb_counter_amount, .et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading\";i:2192;s:1364:\".et_color_scheme_pink .woocommerce-error, .et_color_scheme_pink .woocommerce-info, .et_color_scheme_pink .woocommerce-message, .et_color_scheme_pink.woocommerce #content input.button, .et_color_scheme_pink.woocommerce #content input.button.alt, .et_color_scheme_pink.woocommerce #respond input#submit, .et_color_scheme_pink.woocommerce #respond input#submit.alt, .et_color_scheme_pink.woocommerce a.button, .et_color_scheme_pink.woocommerce a.button.alt, .et_color_scheme_pink.woocommerce button.button, .et_color_scheme_pink.woocommerce button.button.alt, .et_color_scheme_pink.woocommerce button.button.alt.disabled, .et_color_scheme_pink.woocommerce input.button, .et_color_scheme_pink.woocommerce input.button.alt, .et_color_scheme_pink.woocommerce-page #content input.button, .et_color_scheme_pink.woocommerce-page #content input.button.alt, .et_color_scheme_pink.woocommerce-page #respond input#submit, .et_color_scheme_pink.woocommerce-page #respond input#submit.alt, .et_color_scheme_pink.woocommerce-page a.button, .et_color_scheme_pink.woocommerce-page a.button.alt, .et_color_scheme_pink.woocommerce-page button.button, .et_color_scheme_pink.woocommerce-page button.button.alt, .et_color_scheme_pink.woocommerce-page button.button.alt.disabled, .et_color_scheme_pink.woocommerce-page input.button, .et_color_scheme_pink.woocommerce-page input.button.alt\";i:2193;s:1442:\".et_color_scheme_pink #et_search_icon:hover, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_pink .bottom-nav li.current-menu-item>a, .et_color_scheme_pink .comment-reply-link, .et_color_scheme_pink .entry-summary p.price ins, .et_color_scheme_pink .et_overlay:before, .et_color_scheme_pink .et_password_protected_form .et_submit_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_pink .et_pb_contact_submit, .et_color_scheme_pink .et_pb_pricing li a, .et_color_scheme_pink .et_pb_pricing_table_button, .et_color_scheme_pink .et_pb_sum, .et_color_scheme_pink .footer-widget h4, .et_color_scheme_pink .form-submit .et_pb_button, .et_color_scheme_pink .mobile_menu_bar:before, .et_color_scheme_pink.woocommerce #content div.product p.price, .et_color_scheme_pink.woocommerce #content div.product span.price, .et_color_scheme_pink.woocommerce div.product p.price, .et_color_scheme_pink.woocommerce div.product span.price, .et_color_scheme_pink.woocommerce-page #content div.product p.price, .et_color_scheme_pink.woocommerce-page #content div.product span.price, .et_color_scheme_pink.woocommerce-page div.product p.price, .et_color_scheme_pink.woocommerce-page div.product span.price\";i:2194;s:123:\".et_color_scheme_pink.woocommerce .star-rating span:before, .et_color_scheme_pink.woocommerce-page .star-rating span:before\";i:2195;s:206:\".et_color_scheme_pink .et-search-form, .et_color_scheme_pink .et_mobile_menu, .et_color_scheme_pink .et_pb_pricing li:before, .et_color_scheme_pink .footer-widget li:before, .et_color_scheme_pink .nav li ul\";i:2196;s:22:\".et_color_scheme_red a\";i:2197;s:143:\".et_color_scheme_red #top-header, .et_color_scheme_red .et_pb_counter_amount, .et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading\";i:2198;s:1339:\".et_color_scheme_red .woocommerce-error, .et_color_scheme_red .woocommerce-info, .et_color_scheme_red .woocommerce-message, .et_color_scheme_red.woocommerce #content input.button, .et_color_scheme_red.woocommerce #content input.button.alt, .et_color_scheme_red.woocommerce #respond input#submit, .et_color_scheme_red.woocommerce #respond input#submit.alt, .et_color_scheme_red.woocommerce a.button, .et_color_scheme_red.woocommerce a.button.alt, .et_color_scheme_red.woocommerce button.button, .et_color_scheme_red.woocommerce button.button.alt, .et_color_scheme_red.woocommerce button.button.alt.disabled, .et_color_scheme_red.woocommerce input.button, .et_color_scheme_red.woocommerce input.button.alt, .et_color_scheme_red.woocommerce-page #content input.button, .et_color_scheme_red.woocommerce-page #content input.button.alt, .et_color_scheme_red.woocommerce-page #respond input#submit, .et_color_scheme_red.woocommerce-page #respond input#submit.alt, .et_color_scheme_red.woocommerce-page a.button, .et_color_scheme_red.woocommerce-page a.button.alt, .et_color_scheme_red.woocommerce-page button.button, .et_color_scheme_red.woocommerce-page button.button.alt, .et_color_scheme_red.woocommerce-page button.button.alt.disabled, .et_color_scheme_red.woocommerce-page input.button, .et_color_scheme_red.woocommerce-page input.button.alt\";i:2199;s:1416:\".et_color_scheme_red #et_search_icon:hover, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_red .bottom-nav li.current-menu-item>a, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .entry-summary p.price ins, .et_color_scheme_red .et_overlay:before, .et_color_scheme_red .et_password_protected_form .et_submit_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_red .et_pb_contact_submit, .et_color_scheme_red .et_pb_pricing li a, .et_color_scheme_red .et_pb_pricing_table_button, .et_color_scheme_red .et_pb_sum, .et_color_scheme_red .footer-widget h4, .et_color_scheme_red .form-submit .et_pb_button, .et_color_scheme_red .mobile_menu_bar:before, .et_color_scheme_red.woocommerce #content div.product p.price, .et_color_scheme_red.woocommerce #content div.product span.price, .et_color_scheme_red.woocommerce div.product p.price, .et_color_scheme_red.woocommerce div.product span.price, .et_color_scheme_red.woocommerce-page #content div.product p.price, .et_color_scheme_red.woocommerce-page #content div.product span.price, .et_color_scheme_red.woocommerce-page div.product p.price, .et_color_scheme_red.woocommerce-page div.product span.price\";i:2200;s:123:\".et_color_scheme_red .woocommerce .star-rating span:before, .et_color_scheme_red .woocommerce-page .star-rating span:before\";i:2201;s:201:\".et_color_scheme_red .et-search-form, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .et_pb_pricing li:before, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .nav li ul\";i:2202;s:25:\".et_color_scheme_orange a\";i:2203;s:152:\".et_color_scheme_orange #top-header, .et_color_scheme_orange .et_pb_counter_amount, .et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading\";i:2204;s:1414:\".et_color_scheme_orange .woocommerce-error, .et_color_scheme_orange .woocommerce-info, .et_color_scheme_orange .woocommerce-message, .et_color_scheme_orange.woocommerce #content input.button, .et_color_scheme_orange.woocommerce #content input.button.alt, .et_color_scheme_orange.woocommerce #respond input#submit, .et_color_scheme_orange.woocommerce #respond input#submit.alt, .et_color_scheme_orange.woocommerce a.button, .et_color_scheme_orange.woocommerce a.button.alt, .et_color_scheme_orange.woocommerce button.button, .et_color_scheme_orange.woocommerce button.button.alt, .et_color_scheme_orange.woocommerce button.button.alt.disabled, .et_color_scheme_orange.woocommerce input.button, .et_color_scheme_orange.woocommerce input.button.alt, .et_color_scheme_orange.woocommerce-page #content input.button, .et_color_scheme_orange.woocommerce-page #content input.button.alt, .et_color_scheme_orange.woocommerce-page #respond input#submit, .et_color_scheme_orange.woocommerce-page #respond input#submit.alt, .et_color_scheme_orange.woocommerce-page a.button, .et_color_scheme_orange.woocommerce-page a.button.alt, .et_color_scheme_orange.woocommerce-page button.button, .et_color_scheme_orange.woocommerce-page button.button.alt, .et_color_scheme_orange.woocommerce-page button.button.alt.disabled, .et_color_scheme_orange.woocommerce-page input.button, .et_color_scheme_orange.woocommerce-page input.button.alt\";i:2205;s:1494:\".et_color_scheme_orange #et_search_icon:hover, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_orange .bottom-nav li.current-menu-item>a, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange .entry-summary p.price ins, .et_color_scheme_orange .et_overlay:before, .et_color_scheme_orange .et_password_protected_form .et_submit_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_orange .et_pb_contact_submit, .et_color_scheme_orange .et_pb_pricing li a, .et_color_scheme_orange .et_pb_pricing_table_button, .et_color_scheme_orange .et_pb_sum, .et_color_scheme_orange .footer-widget h4, .et_color_scheme_orange .form-submit .et_pb_button, .et_color_scheme_orange .mobile_menu_bar:before, .et_color_scheme_orange.woocommerce #content div.product p.price, .et_color_scheme_orange.woocommerce #content div.product span.price, .et_color_scheme_orange.woocommerce div.product p.price, .et_color_scheme_orange.woocommerce div.product span.price, .et_color_scheme_orange.woocommerce-page #content div.product p.price, .et_color_scheme_orange.woocommerce-page #content div.product span.price, .et_color_scheme_orange.woocommerce-page div.product p.price, .et_color_scheme_orange.woocommerce-page div.product span.price\";i:2206;s:129:\".et_color_scheme_orange .woocommerce .star-rating span:before, .et_color_scheme_orange .woocommerce-page .star-rating span:before\";i:2207;s:216:\".et_color_scheme_orange .et-search-form, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .et_pb_pricing li:before, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .nav li ul\";i:2208;s:1684:\".et_color_scheme_green .et-cart-info, .et_color_scheme_green .et-pb-slider-arrows a, .et_color_scheme_green .et-social-icon a:hover, .et_color_scheme_green .et_audio_content a, .et_color_scheme_green .et_link_content a, .et_color_scheme_green .et_pb_more_button, .et_color_scheme_green .et_pb_newsletter_button, .et_color_scheme_green .et_pb_promo_button, .et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_orange .et-cart-info, .et_color_scheme_orange .et-pb-slider-arrows a, .et_color_scheme_orange .et-social-icon a:hover, .et_color_scheme_orange .et_audio_content a, .et_color_scheme_orange .et_link_content a, .et_color_scheme_orange .et_pb_more_button, .et_color_scheme_orange .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_promo_button, .et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_pink .et-cart-info, .et_color_scheme_pink .et-pb-slider-arrows a, .et_color_scheme_pink .et-social-icon a:hover, .et_color_scheme_pink .et_audio_content a, .et_color_scheme_pink .et_link_content a, .et_color_scheme_pink .et_pb_more_button, .et_color_scheme_pink .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_promo_button, .et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_red .et-cart-info, .et_color_scheme_red .et-pb-slider-arrows a, .et_color_scheme_red .et-social-icon a:hover, .et_color_scheme_red .et_audio_content a, .et_color_scheme_red .et_link_content a, .et_color_scheme_red .et_pb_more_button, .et_color_scheme_red .et_pb_newsletter_button, .et_color_scheme_red .et_pb_promo_button, .et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a\";i:2209;s:38:\"ul.et_pb_side_nav, ul.et_pb_side_nav *\";i:2210;s:17:\"ul.et_pb_side_nav\";i:2211;s:34:\"ul.et_pb_side_nav li.side_nav_item\";i:2212;s:34:\"ul.et_pb_side_nav .side_nav_item a\";i:2213;s:28:\"ul.et_pb_side_nav.et-visible\";i:2214;s:41:\"ul.et_pb_side_nav .side_nav_item a.active\";i:2215;s:28:\".et_pb_scroll_top.et-pb-icon\";i:2216;s:24:\".et_pb_scroll_top:before\";i:2217;s:28:\".et_pb_scroll_top.et-visible\";i:2218;s:27:\".et_pb_scroll_top.et-hidden\";i:2219;s:105:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .et-cart-info\";i:2220;s:108:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .et-cart-info\";i:2221;s:108:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .mobile_menu_bar\";i:2222;s:111:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .mobile_menu_bar\";i:2223;s:157:\".et_pb_no_animation #et_search_icon:before, .et_pb_no_animation #top-menu, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container\";i:2224;s:429:\".et_header_style_slide .et_slide_in_menu_container, .et_header_style_slide .et_slide_in_menu_container #et-info span, .et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a, .et_header_style_slide .et_slide_in_menu_container a, .et_header_style_slide .et_slide_in_menu_container input.et-search-field, .et_header_style_slide .et_slide_menu_top span, .et_header_style_slide .et_slide_menu_top ul.et-social-icons a\";i:2225;s:85:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:2226;s:94:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:2227;s:89:\".et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:2228;s:36:\".mobile_menu_bar.et_pb_header_toggle\";i:2229;s:60:\".et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu\";i:2230;s:382:\".et_header_style_fullscreen #et_top_search, .et_header_style_fullscreen #top-header, .et_header_style_fullscreen .et_slide_menu_top .clear, .et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_slide #et_top_search, .et_header_style_slide #top-header, .et_header_style_slide div#et_mobile_nav_menu, .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul\";i:2231;s:216:\".et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_fullscreen.et_fullwidth_nav .et-search-form, .et_header_style_slide div#et_mobile_nav_menu, .et_header_style_slide.et_fullwidth_nav .et-search-form\";i:2232;s:158:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before, .et_slide_menu_top button#searchsubmit_header:before, .et_toggle_slide_menu:after\";i:2233;s:57:\".et_toggle_slide_menu:after, .et_toggle_slide_menu:before\";i:2234;s:28:\".et_toggle_slide_menu:before\";i:2235;s:27:\".et_toggle_slide_menu:after\";i:2236;s:53:\".et_pb_slide_menu_active .et_toggle_slide_menu:before\";i:2237;s:52:\".et_pb_slide_menu_active .et_toggle_slide_menu:after\";i:2238;s:238:\".et_header_style_fullscreen #top-menu-nav, .et_header_style_slide #top-menu-nav, .et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu, .et_slide_in_menu_container #mobile_menu_slide ul.sub-menu\";i:2239;s:50:\".et_header_style_slide .et_slide_in_menu_container\";i:2240;s:27:\".et_slide_in_menu_container\";i:2241;s:38:\".admin-bar .et_slide_in_menu_container\";i:2242;s:18:\".et_slide_menu_top\";i:2243;s:38:\".et_header_style_slide #page-container\";i:2244;s:76:\".et_slide_menu_top span#et-info-email, .et_slide_menu_top ul.et-social-icons\";i:2245;s:40:\".et_slide_menu_top ul.et-social-icons li\";i:2246;s:33:\".et_slide_menu_top a.et-cart-info\";i:2247;s:24:\".et_slide_menu_top:after\";i:2248;s:34:\".et_slide_menu_top .et-search-form\";i:2249;s:40:\".et_slide_menu_top input.et-search-field\";i:2250;s:45:\".et_slide_menu_top button#searchsubmit_header\";i:2251;s:52:\".et_slide_menu_top button#searchsubmit_header:before\";i:2252;s:23:\".et_slide_menu_top span\";i:2253;s:30:\".et_slide_menu_top div#et-info\";i:2254;s:66:\".et_slide_menu_top, .et_slide_menu_top a, .et_slide_menu_top input\";i:2255;s:48:\".et_slide_in_menu_container ul#mobile_menu_slide\";i:2256;s:122:\".et_slide_in_menu_container #mobile_menu_slide li a, .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a\";i:2257;s:70:\".et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children\";i:2258;s:53:\".et_slide_in_menu_container span.et_mobile_menu_arrow\";i:2259;s:74:\".et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened\";i:2260;s:75:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:2261;s:69:\".et_slide_in_menu_container .et_mobile_menu .menu-item-has-children>a\";i:2262;s:69:\".et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a\";i:2263;s:61:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li\";i:2264;s:89:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened>li\";i:2265;s:54:\".et_slide_in_menu_container .et_mobile_menu li a:hover\";i:2266;s:54:\".et_slide_in_menu_container #mobile_menu_slide li li a\";i:2267;s:60:\".et_slide_in_menu_container #mobile_menu_slide li li a:hover\";i:2268;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a\";i:2269;s:386:\".et_header_style_fullscreen .et_slide_in_menu_container, .et_header_style_fullscreen .et_slide_in_menu_container #et-info span, .et_header_style_fullscreen .et_slide_in_menu_container a, .et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field, .et_header_style_fullscreen .et_slide_menu_top span, .et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a\";i:2270;s:90:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:2271;s:99:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:2272;s:94:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:2273;s:70:\".et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu\";i:2274;s:59:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container\";i:2275;s:83:\".et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container\";i:2276;s:73:\".et-has-admin-bar .et_header_style_fullscreen .et_slide_in_menu_container\";i:2277;s:84:\".et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened\";i:2278;s:109:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before\";i:2279;s:46:\".et_header_style_fullscreen .et_slide_menu_top\";i:2280;s:49:\".et_header_style_fullscreen .et_pb_top_menu_inner\";i:2281;s:289:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before, .et_header_style_fullscreen .et_slide_menu_top, .et_header_style_fullscreen .et_slide_menu_top a, .et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before\";i:2282;s:51:\".et_header_style_fullscreen input::-moz-placeholder\";i:2283;s:60:\".et_header_style_fullscreen input::-webkit-input-placeholder\";i:2284;s:55:\".et_header_style_fullscreen input:-ms-input-placeholder\";i:2285;s:131:\".et_header_style_fullscreen a.et-cart-info, .et_header_style_fullscreen div#et-info, .et_header_style_fullscreen ul.et-social-icons\";i:2286;s:44:\".et_header_style_fullscreen div#et-info span\";i:2287;s:42:\".et_header_style_fullscreen a.et-cart-info\";i:2288;s:65:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons\";i:2289;s:68:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li\";i:2290;s:70:\".et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children\";i:2291;s:48:\".et_header_style_fullscreen ul#mobile_menu_slide\";i:2292;s:75:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu\";i:2293;s:77:\".et_pb_fullscreen_menu_opened .et_pb_fullscreen_nav_container .et_mobile_menu\";i:2294;s:78:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container .et_mobile_menu li\";i:2295;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a\";i:2296;s:81:\".et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow\";i:2297;s:103:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:2298;s:50:\".et_pb_fullscreen_menu_animated .et_mobile_menu li\";i:2299;s:48:\".et_pb_fullscreen_menu_opened .et_mobile_menu li\";i:2300;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1)\";i:2301;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2)\";i:2302;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3)\";i:2303;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4)\";i:2304;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5)\";i:2305;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6)\";i:2306;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7)\";i:2307;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8)\";i:2308;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9)\";i:2309;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10)\";i:2310;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11)\";i:2311;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12)\";i:2312;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13)\";i:2313;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14)\";i:2314;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15)\";i:2315;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16)\";i:2316;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17)\";i:2317;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18)\";i:2318;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19)\";i:2319;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20)\";i:2320;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21)\";i:2321;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22)\";i:2322;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23)\";i:2323;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24)\";i:2324;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25)\";i:2325;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26)\";i:2326;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27)\";i:2327;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28)\";i:2328;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29)\";i:2329;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30)\";i:2330;s:123:\".et_header_style_fullscreen .et-fixed-header #et-top-navigation, .et_header_style_slide .et-fixed-header #et-top-navigation\";i:2331;s:352:\".et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_2_3 .et_pb_countdown_timer .section.sep\";i:2332;s:352:\".et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_2 .et_pb_countdown_timer .section.sep\";i:2333;s:352:\".et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_3_8 .et_pb_countdown_timer .section.sep\";i:2334;s:352:\".et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_3 .et_pb_countdown_timer .section.sep\";i:2335;s:352:\".et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_left_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep, .et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_right_sidebar #main-content .et_pb_column_1_4 .et_pb_countdown_timer .section.sep\";i:2336;s:1559:\".et_is_customize_preview.et_pb_footer_columns1 .footer-widget:first-child, .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:nth-child(5), .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(2), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-child(3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-child(2)\";i:2337;s:1702:\".et_is_customize_preview.et_pb_footer_columns1 .footer-widget:nth-last-child(-n+5), .et_is_customize_preview.et_pb_footer_columns2 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns3 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns4 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns5 .footer-widget:last-child, .et_is_customize_preview.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_2__1_6 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_4_1_2_1_4 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_1_5_3_5_1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_5__3_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-last-child(-n+2), .et_is_customize_preview.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_2_5__3_5 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-last-child(-n+4), .et_is_customize_preview.et_pb_footer_columns_3_5__1_5 .footer-widget:nth-last-child(-n+3), .et_is_customize_preview.et_pb_footer_columns_3_5__2_5 .footer-widget:nth-last-child(-n+4)\";i:2338;s:44:\"#wp-admin-bar-et-use-visual-builder a:before\";i:2339;s:50:\"#wp-admin-bar-et-use-visual-builder:hover a:before\";i:2340;s:88:\"#wp-admin-bar-et-use-visual-builder a:hover, #wp-admin-bar-et-use-visual-builder:hover a\";i:2341;s:107:\".iphone .et_pb_contact_form input, .iphone .et_pb_contact_form select, .iphone .et_pb_contact_form textarea\";i:2342;s:83:\".iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button\";i:2343;s:39:\".chrome.parallax-map-support .et_pb_map\";i:2344;s:18:\".ie .et_pb_divider\";i:2345;s:169:\".ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.left, .ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container.right\";i:2346;s:83:\".ie .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:2347;s:76:\".et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:2348;s:48:\".gecko .et_pb_newsletter .et_pb_newsletter_field\";i:2349;s:48:\".safari .et_pb_gallery_grid .et_pb_gallery_image\";i:2350;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev\";i:2351;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next\";i:2352;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-prev\";i:2353;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-next\";i:2354;s:184:\".et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, .et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:2355;s:58:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left\";i:2356;s:59:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right\";i:2357;s:65:\".logged-in:not(.et-fb) .et_pb_login .et_pb_newsletter_description\";i:2358;s:850:\".et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_6 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_2_5 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p\";i:2359;s:48:\".et-fb.et-db #et-boc .et-l .et_pb_number_counter\";i:2360;s:36:\".et_full_width_page .et_gallery_item\";i:2361;s:50:\".et_full_width_page .et_gallery_item:nth-child(3n)\";i:2362;s:52:\".et_full_width_page .et_gallery_item:nth-child(3n+1)\";i:2363;s:50:\".et_full_width_page .et_gallery_item:nth-child(4n)\";i:2364;s:52:\".et_full_width_page .et_gallery_item:nth-child(4n+1)\";i:2365;s:145:\".single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title, .single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title\";i:2366;s:90:\".single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg\";i:2367;s:72:\".single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container\";i:2368;s:64:\".single .et_pb_fullwidth_section .et_pb_title_featured_container\";i:2369;s:33:\".et-social-facebook a.icon:before\";i:2370;s:32:\".et-social-twitter a.icon:before\";i:2371;s:36:\".et-social-google-plus a.icon:before\";i:2372;s:34:\".et-social-pinterest a.icon:before\";i:2373;s:33:\".et-social-linkedin a.icon:before\";i:2374;s:31:\".et-social-tumblr a.icon:before\";i:2375;s:34:\".et-social-instagram a.icon:before\";i:2376;s:30:\".et-social-skype a.icon:before\";i:2377;s:30:\".et-social-flikr a.icon:before\";i:2378;s:32:\".et-social-myspace a.icon:before\";i:2379;s:33:\".et-social-dribbble a.icon:before\";i:2380;s:32:\".et-social-youtube a.icon:before\";i:2381;s:30:\".et-social-vimeo a.icon:before\";i:2382;s:28:\".et-social-rss a.icon:before\";i:2383;s:29:\".single-project #comment-wrap\";i:2384;s:29:\".rtl .et_pb_blog_grid .column\";i:2385;s:242:\".rtl .et_pb_contact p input[type=checkbox]+label i, .rtl .et_pb_contact p input[type=radio]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .rtl .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2386;s:26:\".rtl .et_pb_contact_select\";i:2387;s:49:\".rtl .et_pb_contact_field[data-type=select]:after\";i:2388;s:70:\".woocommerce-page #content input.button:hover .et_pb_widget li a:hover\";i:2389;s:61:\".woocommerce.et_pb_pagebuilder_layout div.product div.summary\";i:2390;s:25:\".ai1ec-single-event:after\";i:2391;s:96:\".evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot.eventon_details_shading_bot\";i:2392;s:1599:\"#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, a.et_pb_more_button:after\";i:2393;s:103:\".et_pb_custom_button_icon.et_pb_button:after, .et_pb_login .et_pb_custom_button_icon.et_pb_button:after\";i:2394;s:11:\".et-pb-icon\";i:2395;s:10:\".nav li li\";i:2396;s:16:\".et-menu li li a\";i:2397;s:7:\".nav li\";i:2398;s:10:\".nav li ul\";i:2399;s:19:\".nav li.et-hover>ul\";i:2400;s:43:\".nav li.et-touch-hover>ul, .nav li:hover>ul\";i:2401;s:13:\".nav li li ul\";i:2402;s:38:\".nav li.et-reverse-direction-nav li ul\";i:2403;s:13:\".nav li:hover\";i:2404;s:34:\".et_mobile_menu li a, .nav li li a\";i:2405;s:46:\".et_mobile_menu li a:hover, .nav ul li a:hover\";i:2406;s:24:\".et-dropdown-removing>ul\";i:2407;s:35:\".mega-menu .et-dropdown-removing>ul\";i:2408;s:52:\".et-menu .menu-item-has-children>a:first-child:after\";i:2409;s:46:\".et-menu .menu-item-has-children>a:first-child\";i:2410;s:57:\".et-menu li li.menu-item-has-children>a:first-child:after\";i:2411;s:25:\".et-menu-nav li.mega-menu\";i:2412;s:28:\".et-menu-nav li.mega-menu>ul\";i:2413;s:31:\".et-menu-nav li.mega-menu ul li\";i:2414;s:31:\".et-menu-nav li.mega-menu li>ul\";i:2415;s:31:\".et-menu-nav li.mega-menu li ul\";i:2416;s:79:\".et-menu-nav li.mega-menu.et-hover li ul, .et-menu-nav li.mega-menu:hover li ul\";i:2417;s:34:\".et-menu-nav li.mega-menu:hover>ul\";i:2418;s:45:\".et-menu-nav li.mega-menu>ul>li>a:first-child\";i:2419;s:51:\".et-menu-nav li.mega-menu>ul>li>a:first-child:hover\";i:2420;s:30:\".et-menu-nav li.mega-menu li>a\";i:2421;s:97:\".et-menu-nav li.mega-menu.mega-menu-parent li li, .et-menu-nav li.mega-menu.mega-menu-parent li>a\";i:2422;s:55:\".et-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu\";i:2423;s:31:\".et-menu-nav li.mega-menu>ul>li\";i:2424;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-3>ul>li\";i:2425;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-2>ul>li\";i:2426;s:50:\".et-menu-nav li.mega-menu.mega-menu-parent-1>ul>li\";i:2427;s:148:\".et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after, .et_pb_menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:2428;s:43:\".et_fullwidth_nav #top-menu li.mega-menu>ul\";i:2429;s:15:\".et_mobile_menu\";i:2430;s:114:\"#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul\";i:2431;s:21:\".et_mobile_menu li li\";i:2432;s:20:\".et_mobile_menu li a\";i:2433;s:41:\".et_mobile_menu .menu-item-has-children>a\";i:2434;s:44:\".et_mobile_menu li .menu-item-has-children>a\";i:2435;s:23:\".mobile_menu_bar:before\";i:2436;s:13:\".et_pb_widget\";i:2437;s:15:\".et_pb_widget a\";i:2438;s:24:\".et_pb_widget li a:hover\";i:2439;s:19:\".et_pb_widget ul li\";i:2440;s:25:\".et_pb_widget ul li ul li\";i:2441;s:20:\".et_pb_widget select\";i:2442;s:34:\".et_pb_widget_area .et_pb_widget a\";i:2443;s:41:\".et_pb_bg_layout_light .et_pb_widget li a\";i:2444;s:40:\".et_pb_bg_layout_dark .et_pb_widget li a\";i:2445;s:85:\".et-safe-mode-indicator, .et-safe-mode-indicator:focus, .et-safe-mode-indicator:hover\";i:2446;s:13:\".et_pb_button\";i:2447;s:19:\".et_pb_button_inner\";i:2448;s:54:\".et_pb_button:hover, .et_pb_module .et_pb_button:hover\";i:2449;s:19:\".et_pb_button:hover\";i:2450;s:177:\".et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover\";i:2451;s:41:\".et_pb_button:after, .et_pb_button:before\";i:2452;s:83:\".et_pb_button.et_hover_enabled:hover:after, .et_pb_button.et_pb_hovered:hover:after\";i:2453;s:20:\".et_pb_button:before\";i:2454;s:169:\".et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after\";i:2455;s:26:\".et_pb_contact_reset:hover\";i:2456;s:20:\".et_subscribe_loader\";i:2457;s:56:\".et_pb_button_text_loading .et_pb_newsletter_button_text\";i:2458;s:127:\".woocommerce .media-frame .media-frame-toolbar button.button, .woocommerce-page .media-frame .media-frame-toolbar button.button\";i:2459;s:85:\".woocommerce .media-frame button.button, .woocommerce-page .media-frame button.button\";i:2460;s:97:\".woocommerce .media-frame button.button:after, .woocommerce-page .media-frame button.button:after\";i:2461;s:101:\".woocommerce .media-frame button.button-primary, .woocommerce-page .media-frame button.button-primary\";i:2462;s:113:\".woocommerce .media-frame button.button-primary:hover, .woocommerce-page .media-frame button.button-primary:hover\";i:2463;s:115:\".woocommerce .media-frame button.button-primary:active, .woocommerce-page .media-frame button.button-primary:active\";i:2464;s:95:\".woocommerce .media-frame button.button-hero, .woocommerce-page .media-frame button.button-hero\";i:2465;s:107:\".woocommerce .media-frame button.button-hero:hover, .woocommerce-page .media-frame button.button-hero:hover\";i:2466;s:109:\".woocommerce .media-frame button.button-hero:active, .woocommerce-page .media-frame button.button-hero:active\";i:2467;s:13:\"#comment-wrap\";i:2468;s:15:\".comment_avatar\";i:2469;s:17:\".comment_postinfo\";i:2470;s:18:\"span.fn, span.fn a\";i:2471;s:17:\"span.comment_date\";i:2472;s:33:\".comment_area .comment-reply-link\";i:2473;s:45:\".comment-reply-link:hover, .form-submit:hover\";i:2474;s:40:\"#comment-wrap li.comment.depth-5 article\";i:2475;s:17:\".comment #respond\";i:2476;s:12:\"#commentform\";i:2477;s:21:\"#commentform textarea\";i:2478;s:114:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea\";i:2479;s:12:\".form-submit\";i:2480;s:26:\".form-submit .et_pb_button\";i:2481;s:18:\"#reply-title small\";i:2482;s:108:\".et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1\";i:2483;s:108:\".et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2\";i:2484;s:108:\".et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3\";i:2485;s:108:\".et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4\";i:2486;s:108:\".et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_1_5 h5, .et_pb_column_1_6 h5, .et_pb_column_2_5 h5\";i:2487;s:108:\".et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_1_5 h6, .et_pb_column_1_6 h6, .et_pb_column_2_5 h6\";i:2488;s:59:\".clearfix:after, .et_pb_wc_images .et_pb_module_inner:after\";i:2489;s:691:\".et_pb_blurb_content, .et_pb_circle_counter, .et_pb_contact_main_title, .et_pb_countdown_timer_container, .et_pb_counter_title, .et_pb_gallery_item, .et_pb_newsletter_description, .et_pb_number_counter, .et_pb_portfolio_item, .et_pb_post, .et_pb_pricing_content, .et_pb_pricing_heading, .et_pb_promo_description, .et_pb_slide_description, .et_pb_tab, .et_pb_tabs_controls, .et_pb_team_member, .et_pb_testimonial_description_inner, .et_pb_text, .et_pb_toggle_content, .et_pb_toggle_title, .et_pb_wc_add_to_cart, .et_pb_wc_additional_info, .et_pb_wc_breadcrumb, .et_pb_wc_description, .et_pb_wc_meta, .et_pb_wc_price, .et_pb_wc_rating, .et_pb_wc_stock, .et_pb_wc_title, .et_pb_widget, .product\";i:2490;s:23:\".et_pb_wc_price .amount\";i:2491;s:521:\".et_overlay:before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum\";i:2492;s:29:\".et_pb_pricing li span:before\";i:2493;s:123:\".et_audio_content, .et_link_content, .et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content\";i:2494;s:187:\".et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_bottom_inside_divider, .et-fb .section_has_divider.et_fb_element_controls_visible--child>.et_pb_top_inside_divider\";i:2495;s:31:\".section_has_divider .et_pb_row\";i:2496;s:35:\".et_pb_fullwidth_section .et_pb_row\";i:2497;s:36:\".et_pb_column.et_pb_section_parallax\";i:2498;s:37:\".et_pb_css_mix_blend_mode_passthrough\";i:2499;s:19:\".et_pb_module_inner\";i:2500;s:25:\".et_hover_enabled_preview\";i:2501;s:23:\".et_hover_enabled:hover\";i:2502;s:16:\".et_post_gallery\";i:2503;s:23:\"p.et_pb_gallery_caption\";i:2504;s:11:\".et-menu li\";i:2505;s:22:\".et-menu>li:last-child\";i:2506;s:10:\".et-menu a\";i:2507;s:16:\".et-menu a:hover\";i:2508;s:13:\".et-menu li>a\";i:2509;s:232:\".et_pb_all_tabs, .et_pb_column, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_posts_nav a, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background\";i:2510;s:2989:\".et_pb_fullwidth_post_content.et_pb_with_border img, .et_pb_post_content.et_pb_with_border img, .et_pb_with_border, .et_pb_with_border .et_pb_audio_cover_art, .et_pb_with_border .et_pb_contact_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_contact_form .input[type=radio]+label i, .et_pb_with_border .et_pb_contact_form input, .et_pb_with_border .et_pb_contact_form select, .et_pb_with_border .et_pb_contact_form textarea, .et_pb_with_border .et_pb_counter_container, .et_pb_with_border .et_pb_gallery_image img, .et_pb_with_border .et_pb_gallery_item, .et_pb_with_border .et_pb_image_wrap, .et_pb_with_border .et_pb_main_blurb_image, .et_pb_with_border .et_pb_newsletter_form .input[type=checkbox]+label i, .et_pb_with_border .et_pb_newsletter_form .input[type=radio]+label i, .et_pb_with_border .et_pb_newsletter_form input, .et_pb_with_border .et_pb_newsletter_form select, .et_pb_with_border .et_pb_newsletter_form textarea, .et_pb_with_border .et_pb_portfolio_image, .et_pb_with_border .et_pb_portfolio_item, .et_pb_with_border .et_pb_post .et_pb_slides, .et_pb_with_border .et_pb_post .et_pb_video_overlay, .et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder), .et_pb_with_border .et_pb_slide_image img, .et_pb_with_border .et_pb_team_member_image, .et_pb_with_border .et_pb_testimonial_portrait, .et_pb_with_border .et_pb_wc_related_products .et_shop_image>img:not(.woocommerce-placeholder), .et_pb_with_border .et_portfolio_image, .et_pb_with_border .woocommerce-breadcrumb, .et_pb_with_border.et_pb_comments_module .commentlist li img.avatar, .et_pb_with_border.et_pb_comments_module input, .et_pb_with_border.et_pb_comments_module textarea, .et_pb_with_border.et_pb_contact_field .input[type=checkbox]+label i, .et_pb_with_border.et_pb_contact_field .input[type=radio]+label i, .et_pb_with_border.et_pb_contact_field input, .et_pb_with_border.et_pb_contact_field select, .et_pb_with_border.et_pb_contact_field textarea, .et_pb_with_border.et_pb_fullwidth_header .header-image-container img, .et_pb_with_border.et_pb_fullwidth_header .header-logo, .et_pb_with_border.et_pb_fullwidth_menu .et_pb_menu__logo img, .et_pb_with_border.et_pb_menu .et_pb_menu__logo img, .et_pb_with_border.et_pb_posts .et_pb_post, .et_pb_with_border.et_pb_posts_nav span.nav-next a, .et_pb_with_border.et_pb_posts_nav span.nav-previous a, .et_pb_with_border.et_pb_shop .et_shop_image>img, .et_pb_with_border.et_pb_shop .products li, .et_pb_with_border.et_pb_video_slider .et_pb_carousel_item, .et_pb_with_border.et_pb_video_slider .et_pb_slider, .et_pb_with_border.et_pb_wc_images .woocommerce-product-gallery__image, .et_pb_with_border.et_pb_wc_related_products .et_shop_image, .et_pb_with_border.et_pb_wc_related_products .product, .et_pb_with_border.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar, .et_pb_with_border.et_pb_wc_upsells .et_shop_image, .et_pb_with_border.et_pb_wc_upsells .product, .et_pb_with_focus_border .et_pb_newsletter_form input:focus\";i:2511;s:12:\".et_pb_image\";i:2512;s:24:\".et_pb_image.aligncenter\";i:2513;s:53:\".et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image\";i:2514;s:30:\".et_pb_image .et_pb_image_wrap\";i:2515;s:16:\".et_pb_image img\";i:2516;s:19:\".et_pb_image_sticky\";i:2517;s:18:\".et-pb-icon-circle\";i:2518;s:25:\".et-pb-icon-circle-border\";i:2519;s:20:\".et_pb_blurb_content\";i:2520;s:78:\".et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container\";i:2521;s:79:\".et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container\";i:2522;s:83:\".et_pb_blurb.et_pb_text_align_justified .et_pb_blurb_content .et_pb_blurb_container\";i:2523;s:80:\".et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container\";i:2524;s:35:\".et_pb_blurb_content p:last-of-type\";i:2525;s:23:\".et_pb_main_blurb_image\";i:2526;s:54:\".et_pb_blurb .et_pb_module_header a, .et_pb_blurb h4 a\";i:2527;s:30:\".et_pb_blurb .et_pb_image_wrap\";i:2528;s:103:\".et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image\";i:2529;s:111:\".et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img\";i:2530;s:79:\".et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon\";i:2531;s:93:\".et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle\";i:2532;s:107:\".et_pb_blurb_position_left .et-pb-icon-circle-border, .et_pb_blurb_position_right .et-pb-icon-circle-border\";i:2533;s:101:\".et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container\";i:2534;s:49:\".et_pb_blurb_position_left .et_pb_blurb_container\";i:2535;s:47:\".et_pb_blurb_position_left .et_pb_blurb_content\";i:2536;s:50:\".et_pb_blurb_position_right .et_pb_blurb_container\";i:2537;s:48:\".et_pb_blurb_position_right .et_pb_blurb_content\";i:2538;s:51:\".et_pb_blurb_position_right .et_pb_main_blurb_image\";i:2539;s:39:\".et_pb_blurb_position_right .et-pb-icon\";i:2540;s:25:\".et_pb_pricing_table_wrap\";i:2541;s:20:\".et_pb_pricing_table\";i:2542;s:34:\".et_pb_pricing>.box-shadow-overlay\";i:2543;s:21:\".et_pb_featured_table\";i:2544;s:38:\".et_pb_column_4_4 .et_pb_pricing_table\";i:2545;s:55:\".et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table\";i:2546;s:157:\".et_pb_column_1_2 .et_pb_pricing_table, .et_pb_column_2_3 .et_pb_pricing_table, .et_pb_column_3_5 .et_pb_pricing_table, .et_pb_pricing_2 .et_pb_pricing_table\";i:2547;s:277:\".et_pb_column_1_3 .et_pb_pricing_table, .et_pb_column_1_4 .et_pb_pricing_table, .et_pb_column_1_5 .et_pb_pricing_table, .et_pb_column_1_6 .et_pb_pricing_table, .et_pb_column_2_5 .et_pb_pricing_table, .et_pb_column_3_8 .et_pb_pricing_table, .et_pb_pricing_1 .et_pb_pricing_table\";i:2548;s:731:\".et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_pb_column_1_5 .et_pb_pricing_table.et-last-child, .et_pb_column_1_5 .et_pb_pricing_table:last-child, .et_pb_column_1_6 .et_pb_pricing_table.et-last-child, .et_pb_column_1_6 .et_pb_pricing_table:last-child, .et_pb_column_2_5 .et_pb_pricing_table.et-last-child, .et_pb_column_2_5 .et_pb_pricing_table:last-child, .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:2549;s:483:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(3n+1), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(4n+1)\";i:2550;s:478:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+4), .et_pb_column_3_5>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+5)\";i:2551;s:508:\".et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4), .et_pb_column_3_5 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5)\";i:2552;s:22:\".et_pb_pricing_heading\";i:2553;s:70:\".et_pb_pricing_heading .et_pb_pricing_title, .et_pb_pricing_heading h2\";i:2554;s:17:\".et_pb_best_value\";i:2555;s:26:\".et_pb_pricing_content_top\";i:2556;s:42:\".et_pb_pricing_table .et_pb_button_wrapper\";i:2557;s:15:\".et_pb_et_price\";i:2558;s:18:\".et_pb_dollar_sign\";i:2559;s:10:\".et_pb_sum\";i:2560;s:22:\".et_pb_pricing_content\";i:2561;s:44:\".et_pb_featured_table .et_pb_pricing_content\";i:2562;s:17:\".et_pb_pricing li\";i:2563;s:28:\".et_pb_pricing li:last-child\";i:2564;s:53:\".et_pb_pricing.et_pb_pricing_no_bullet li span:before\";i:2565;s:37:\".et_pb_pricing li.et_pb_not_available\";i:2566;s:49:\".et_pb_pricing li.et_pb_not_available span:before\";i:2567;s:19:\".et_pb_pricing li a\";i:2568;s:22:\".et_pb_pricing li span\";i:2569;s:27:\".et_pb_pricing_table_button\";i:2570;s:538:\".et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_1_2 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_2_3 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(1), .et_pb_column_3_5 .et_pb_pricing.et_pb_fourth_featured .et_pb_pricing_table:nth-child(2)\";i:2571;s:42:\".et_pb_testimonial.et_pb_testimonial_no_bg\";i:2572;s:33:\".et_pb_testimonial p:last-of-type\";i:2573;s:63:\".et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before\";i:2574;s:27:\".et_pb_testimonial_portrait\";i:2575;s:34:\".et_pb_testimonial_portrait:before\";i:2576;s:280:\".et_pb_column_1_3 .et_pb_testimonial_portrait, .et_pb_column_1_4 .et_pb_testimonial_portrait, .et_pb_column_1_5 .et_pb_testimonial_portrait, .et_pb_column_1_6 .et_pb_testimonial_portrait, .et_pb_column_2_5 .et_pb_testimonial_portrait, .et_pb_column_3_8 .et_pb_testimonial_portrait\";i:2577;s:68:\".et_pb_testimonial_description, .et_pb_testimonial_description_inner\";i:2578;s:54:\".et_pb_bg_layout_dark .et_pb_testimonial_description a\";i:2579;s:25:\".et_pb_testimonial_author\";i:2580;s:27:\".et_pb_testimonial_author a\";i:2581;s:25:\".et_pb_testimonial:before\";i:2582;s:49:\".et_pb_testimonial.et_pb_testimonial_no_bg:before\";i:2583;s:40:\".et_pb_testimonial.et_pb_icon_off:before\";i:2584;s:93:\".et_pb_testimonial_old_layout, .et_pb_testimonial_old_layout .et_pb_testimonial_description a\";i:2585;s:9:\".et-promo\";i:2586;s:21:\".et-promo-description\";i:2587;s:23:\".et-promo-description p\";i:2588;s:16:\".et-promo-button\";i:2589;s:20:\".et_pb_counter_title\";i:2590;s:43:\".et_pb_bg_layout_light .et_pb_counter_title\";i:2591;s:24:\".et_pb_counter_container\";i:2592;s:21:\".et_pb_counter_amount\";i:2593;s:29:\".et_pb_counter_amount.overlay\";i:2594;s:48:\".et_pb_counters span.et_pb_counter_amount_number\";i:2595;s:111:\".et_pb_counters span.et_pb_counter_amount_number:after, .et_pb_counters span.et_pb_counter_amount_number:before\";i:2596;s:38:\".et_pb_counters.et_pb_section_video>li\";i:2597;s:60:\".et_pb_counters>li.et_pb_section_video .et_pb_counter_amount\";i:2598;s:56:\".et_pb_counters li:last-of-type .et_pb_counter_container\";i:2599;s:44:\".et_pb_text_align_left .et_pb_counter_amount\";i:2600;s:46:\".et_pb_text_align_center .et_pb_counter_amount\";i:2601;s:45:\".et_pb_text_align_right .et_pb_counter_amount\";i:2602;s:49:\".et_pb_text_align_justified .et_pb_counter_amount\";i:2603;s:37:\".et_pb_post .entry-featured-image-url\";i:2604;s:118:\".et_pb_portfolio_item .et_pb_module_header a, .et_pb_portfolio_item h3 a, .et_pb_post .entry-title a, .et_pb_post h2 a\";i:2605;s:60:\".et_pb_portfolio_item .post-meta a, .et_pb_post .post-meta a\";i:2606;s:17:\".et_pb_post .more\";i:2607;s:24:\".et_pb_posts a.more-link\";i:2608;s:54:\".et_pb_has_overlay.et_pb_post .et_pb_image_container a\";i:2609;s:24:\".et_pb_posts .et_pb_post\";i:2610;s:41:\".et_pb_posts.et_pb_section_parallax:hover\";i:2611;s:182:\".et_pb_section_parallax .et_pb_ajax_pagination_container, .et_pb_section_parallax .pagination, .et_pb_section_video .et_pb_ajax_pagination_container, .et_pb_section_video .pagination\";i:2612;s:74:\".post-password-required .et_pb_row, .post-password-required .et_pb_section\";i:2613;s:51:\".post-password-required .et_password_protected_form\";i:2614;s:54:\".post-password-required .et_password_protected_form h1\";i:2615;s:44:\".et_pb_posts.et_pb_module article .et_pb_row\";i:2616;s:67:\".et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row\";i:2617;s:356:\".et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a\";i:2618;s:349:\".et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark .et_pb_post .post-meta, .et_pb_bg_layout_dark .et_pb_post .post-meta a, .et_pb_bg_layout_dark .et_pb_post p, .et_pb_bg_layout_dark p.et_pb_title_meta_container, .et_pb_bg_layout_dark p.et_pb_title_meta_container a\";i:2619;s:16:\".et_pb_blog_grid\";i:2620;s:24:\".et_pb_blog_grid .column\";i:2621;s:28:\".et_pb_blog_grid .et_pb_post\";i:2622;s:39:\".et_pb_blog_grid .et_pb_image_container\";i:2623;s:145:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_image_container\";i:2624;s:45:\".et_pb_image_container img, .et_pb_post a img\";i:2625;s:43:\".et_pb_blog_grid .et_pb_image_container img\";i:2626;s:82:\".et_pb_blog_grid .et_pb_no_thumb .entry-title, .et_pb_blog_grid .et_pb_no_thumb h2\";i:2627;s:34:\".et_pb_blog_grid .et_audio_content\";i:2628;s:19:\".et_pb_blog_grid h2\";i:2629;s:64:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:2630;s:68:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:2631;s:76:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post\";i:2632;s:29:\".et_pb_grid_item.first_in_row\";i:2633;s:35:\".et_pb_grid_item:not(.first_in_row)\";i:2634;s:36:\".et_pb_post>.et_main_video_container\";i:2635;s:50:\".et_pb_post .et_pb_video_overlay .et_pb_video_play\";i:2636;s:44:\".et_pb_post .et_pb_video_overlay_hover:hover\";i:2637;s:52:\".et_pb_blog_grid .et_main_video_overlay:hover:before\";i:2638;s:12:\".et_pb_video\";i:2639;s:16:\".et_pb_video_box\";i:2640;s:22:\".et_pb_video_box video\";i:2641;s:20:\".et_pb_video_overlay\";i:2642;s:24:\".et_pb_video_play:before\";i:2643;s:17:\".et_pb_video_play\";i:2644;s:40:\".et_pb_bg_layout_light .et_pb_video_play\";i:2645;s:26:\".et_pb_video_overlay_hover\";i:2646;s:45:\".et_pb_video .et_pb_video_overlay_hover:hover\";i:2647;s:19:\".et_pb_video_slider\";i:2648;s:66:\".et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover\";i:2649;s:100:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers .et-pb-active-control\";i:2650;s:79:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers a\";i:2651;s:61:\".et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows\";i:2652;s:70:\".et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers\";i:2653;s:136:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel .et_pb_carousel_items\";i:2654;s:96:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out\";i:2655;s:117:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .item-fade-out .et_pb_video_overlay\";i:2656;s:216:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.next .et_pb_carousel_item, .et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group.prev .et_pb_carousel_item\";i:2657;s:115:\".et_pb_video_slider.et_pb_has_box_shadow .et_pb_carousel_items .et-carousel-group .et_pb_carousel_item.item-fade-in\";i:2658;s:26:\".et-pb-is-sliding-carousel\";i:2659;s:15:\".et_pb_carousel\";i:2660;s:39:\".et_pb_carousel:hover .et-pb-arrow-prev\";i:2661;s:39:\".et_pb_carousel:hover .et-pb-arrow-next\";i:2662;s:22:\".et_pb_slider_carousel\";i:2663;s:235:\".et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et_pb_video_play\";i:2664;s:356:\".et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et_pb_video_play\";i:2665;s:21:\".et_pb_carousel_items\";i:2666;s:40:\".et_pb_carousel_items .et-carousel-group\";i:2667;s:47:\".et_pb_carousel_items .et-carousel-group.active\";i:2668;s:79:\".et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child\";i:2669;s:20:\".et_pb_carousel_item\";i:2670;s:52:\".et_pb_carousel_items.columns-6 .et_pb_carousel_item\";i:2671;s:52:\".et_pb_carousel_items.columns-5 .et_pb_carousel_item\";i:2672;s:52:\".et_pb_carousel_items.columns-4 .et_pb_carousel_item\";i:2673;s:52:\".et_pb_carousel_items.columns-3 .et_pb_carousel_item\";i:2674;s:52:\".et_pb_carousel_items.columns-2 .et_pb_carousel_item\";i:2675;s:52:\".et_pb_carousel_items.columns-1 .et_pb_carousel_item\";i:2676;s:26:\".et_pb_carousel_item:after\";i:2677;s:41:\".et_pb_carousel_item .et_pb_video_overlay\";i:2678;s:68:\".et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover\";i:2679;s:38:\".et_pb_carousel_item .et_pb_video_play\";i:2680;s:65:\".et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play\";i:2681;s:53:\".et_pb_carousel_item .et_pb_video_overlay_hover:hover\";i:2682;s:4:\"from\";i:2683;s:2:\"to\";i:2684;s:163:\".et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_5 .et_pb_slider_carousel .et_pb_slide, .et_pb_column_1_6 .et_pb_slider_carousel .et_pb_slide\";i:2685;s:288:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:2686;s:172:\".et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:2687;s:172:\".et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_5 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_6 .et_pb_carousel_item .et_pb_video_play\";i:2688;s:24:\".et_pb_sidebar_no_border\";i:2689;s:22:\".et_pb_fullwidth_image\";i:2690;s:26:\".et_pb_fullwidth_image img\";i:2691;s:24:\".et_pb_promo_description\";i:2692;s:39:\".et_pb_promo_description p:last-of-type\";i:2693;s:47:\".et_pb_module.et_pb_button, .et_pb_promo_button\";i:2694;s:57:\".et_pb_newsletter_button:hover, .et_pb_promo_button:hover\";i:2695;s:222:\".et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo, .et_pb_column_1_5 .et_pb_promo, .et_pb_column_1_6 .et_pb_promo, .et_pb_column_2_5 .et_pb_promo, .et_pb_column_3_5 .et_pb_promo\";i:2696;s:56:\".et_pb_button_module_wrapper.et_pb_button_alignment_left\";i:2697;s:57:\".et_pb_button_module_wrapper.et_pb_button_alignment_right\";i:2698;s:58:\".et_pb_button_module_wrapper.et_pb_button_alignment_center\";i:2699;s:30:\".et_pb_button_module_wrapper>a\";i:2700;s:17:\".et_pb_newsletter\";i:2701;s:53:\".et_pb_newsletter_description, .et_pb_newsletter_form\";i:2702;s:29:\".et_pb_newsletter_description\";i:2703;s:44:\".et_pb_newsletter_description p:last-of-type\";i:2704;s:22:\".et_pb_newsletter_form\";i:2705;s:47:\".et_pb_newsletter_form p.et_pb_newsletter_field\";i:2706;s:73:\".et_pb_newsletter_form p.et_pb_newsletter_field.et_pb_signup_custom_field\";i:2707;s:303:\".et_pb_newsletter_form .input, .et_pb_newsletter_form input[type=password], .et_pb_newsletter_form input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text], .et_pb_newsletter_form p.et_pb_newsletter_field textarea, .et_pb_newsletter_form select, .et_pb_newsletter_form textarea\";i:2708;s:70:\".et_pb_newsletter_form .et_pb_newsletter_field[data-type=select]:after\";i:2709;s:47:\".et_pb_newsletter_form p .et_pb_subscribe_error\";i:2710;s:24:\".et_pb_newsletter_result\";i:2711;s:25:\".et_pb_newsletter_success\";i:2712;s:24:\".et_pb_newsletter_button\";i:2713;s:50:\".et_pb_newsletter_fields, .et_pb_newsletter_footer\";i:2714;s:24:\".et_pb_newsletter_footer\";i:2715;s:91:\".et_pb_feedburner_form .et_pb_newsletter_button, .et_pb_login_form .et_pb_newsletter_button\";i:2716;s:51:\".et_pb_feedburner_form form, .et_pb_login_form form\";i:2717;s:97:\".et_pb_feedburner_form ::-webkit-input-placeholder, .et_pb_login_form ::-webkit-input-placeholder\";i:2718;s:79:\".et_pb_feedburner_form ::-moz-placeholder, .et_pb_login_form ::-moz-placeholder\";i:2719;s:87:\".et_pb_feedburner_form :-ms-input-placeholder, .et_pb_login_form :-ms-input-placeholder\";i:2720;s:12:\".et_pb_no_bg\";i:2721;s:37:\".et_pb_has_bg_hover.et_pb_promo:hover\";i:2722;s:397:\".et_pb_column_1_2 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_3 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_4 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_5 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_1_6 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_2_5 .et_pb_has_bg_hover.et_pb_promo:hover, .et_pb_column_3_5 .et_pb_has_bg_hover.et_pb_promo:hover\";i:2723;s:36:\".et_pb_no_bg_hover.et_pb_promo:hover\";i:2724;s:67:\".et_pb_newsletter .et_pb_contact_field_last+.et_pb_newsletter_field\";i:2725;s:46:\".et_pb_newsletter .et_pb_contact_field--hidden\";i:2726;s:54:\".et_pb_contact_field_options_list label a:empty:before\";i:2727;s:29:\".et_pb_newsletter.et_pb_login\";i:2728;s:39:\".et_pb_newsletter p .et_pb_signup_error\";i:2729;s:42:\".et_pb_newsletter .et_pb_newsletter_fields\";i:2730;s:44:\".et_pb_newsletter .et_pb_newsletter_fields>*\";i:2731;s:66:\".et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half\";i:2732;s:81:\".et_pb_signup .et_pb_newsletter_description, .et_pb_signup .et_pb_newsletter_form\";i:2733;s:132:\".et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description, .et_pb_newsletter_layout_right_left .et_pb_newsletter_description\";i:2734;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_right_left .et_pb_newsletter_form\";i:2735;s:82:\".et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_description\";i:2736;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_form\";i:2737;s:82:\".et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_description\";i:2738;s:75:\".et_pb_newsletter.et_pb_newsletter_layout_bottom_top .et_pb_newsletter_form\";i:2739;s:1802:\".et_pb_column_1_2 .et_pb_newsletter_layout_left_right, .et_pb_column_1_2 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3 .et_pb_newsletter_layout_left_right, .et_pb_column_1_3 .et_pb_newsletter_layout_right_left, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_4 .et_pb_newsletter_layout_left_right, .et_pb_column_1_4 .et_pb_newsletter_layout_right_left, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_4.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_5 .et_pb_newsletter_layout_left_right, .et_pb_column_1_5 .et_pb_newsletter_layout_right_left, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_5.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_1_6 .et_pb_newsletter_layout_left_right, .et_pb_column_1_6 .et_pb_newsletter_layout_right_left, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_1_6.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_2_3 .et_pb_newsletter_layout_left_right, .et_pb_column_2_3 .et_pb_newsletter_layout_right_left, .et_pb_column_3_4 .et_pb_newsletter_layout_left_right, .et_pb_column_3_4 .et_pb_newsletter_layout_right_left, .et_pb_column_3_5 .et_pb_newsletter_layout_left_right, .et_pb_column_3_5 .et_pb_newsletter_layout_right_left, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_left_right, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_layout_right_left, .et_pb_column_4_4 .et_pb_newsletter_layout_left_right, .et_pb_column_4_4 .et_pb_newsletter_layout_right_left, .et_pb_newsletter_layout_bottom_top, .et_pb_newsletter_layout_top_bottom\";i:2740;s:478:\".et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_2_3:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_3_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_left_right, .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter_layout_right_left\";i:2741;s:726:\".et_pb_column_1_2 .et_pb_newsletter_description, .et_pb_column_1_2 .et_pb_newsletter_form, .et_pb_column_1_3 .et_pb_newsletter_description, .et_pb_column_1_3 .et_pb_newsletter_form, .et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column_1_5 .et_pb_newsletter_description, .et_pb_column_1_5 .et_pb_newsletter_form, .et_pb_column_1_6 .et_pb_newsletter_description, .et_pb_column_1_6 .et_pb_newsletter_form, .et_pb_column_2_5 .et_pb_newsletter_description, .et_pb_column_2_5 .et_pb_newsletter_form, .et_pb_column_3_5 .et_pb_newsletter_description, .et_pb_column_3_5 .et_pb_newsletter_form, .et_pb_column_3_8 .et_pb_newsletter_description, .et_pb_column_3_8 .et_pb_newsletter_form\";i:2742;s:27:\".et_pb_tabs, .et_pb_wc_tabs\";i:2743;s:22:\"ul.et_pb_tabs_controls\";i:2744;s:28:\"ul.et_pb_tabs_controls:after\";i:2745;s:57:\".et_pb_tabs_controls li:not(.et_pb_tab_active):last-child\";i:2746;s:25:\".et_pb_tabs_controls li a\";i:2747;s:40:\".et_pb_tabs_controls li.et_pb_tab_active\";i:2748;s:19:\".et_pb_tab_active a\";i:2749;s:25:\".et_pb_tab p:last-of-type\";i:2750;s:15:\".et_pb_all_tabs\";i:2751;s:62:\".et_pb_all_tabs>div, .et_pb_toggle_close .et_pb_toggle_content\";i:2752;s:37:\".et_pb_all_tabs .et_pb_active_content\";i:2753;s:10:\".et_pb_tab\";i:2754;s:18:\".et_pb_tab_content\";i:2755;s:238:\".et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls, .et_pb_column_1_5 .et_pb_tabs_controls, .et_pb_column_1_6 .et_pb_tabs_controls, .et_pb_column_2_5 .et_pb_tabs_controls, .et_pb_column_3_8 .et_pb_tabs_controls\";i:2756;s:256:\".et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_controls li\";i:2757;s:442:\".et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_6 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_2_5 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li\";i:2758;s:13:\".et_pb_toggle\";i:2759;s:19:\".et_pb_toggle_close\";i:2760;s:18:\".et_pb_toggle_open\";i:2761;s:458:\".et_pb_accordion .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left .et_pb_toggle_title, .et_pb_accordion.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title\";i:2762;s:82:\".et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title\";i:2763;s:80:\".et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title\";i:2764;s:26:\".et_pb_toggle_title:before\";i:2765;s:85:\".et_pb_accordion .et_pb_toggle_title:before, .et_pb_toggle .et_pb_toggle_title:before\";i:2766;s:45:\".et_pb_toggle_open .et_pb_toggle_title:before\";i:2767;s:21:\".et_pb_toggle_content\";i:2768;s:36:\".et_pb_toggle_content p:last-of-type\";i:2769;s:10:\".et_pb_map\";i:2770;s:45:\".et_pb_fullwidth_section .et_pb_map_container\";i:2771;s:24:\".et_pb_map_container img\";i:2772;s:14:\".et_pb_map_pin\";i:2773;s:28:\".et_pb_column_2_3 .et_pb_map\";i:2774;s:88:\".et_pb_column_1_2 .et_pb_map, .et_pb_column_3_5 .et_pb_map, .et_pb_column_3_8 .et_pb_map\";i:2775;s:148:\".et_pb_column_1_3 .et_pb_map, .et_pb_column_1_4 .et_pb_map, .et_pb_column_1_5 .et_pb_map, .et_pb_column_1_6 .et_pb_map, .et_pb_column_2_5 .et_pb_map\";i:2776;s:19:\".et_pb_contact_form\";i:2777;s:44:\".et_pb_contact_form [data-conditional-logic]\";i:2778;s:21:\"p.et_pb_contact_field\";i:2779;s:138:\"p.et_pb_contact_field:not(.et_pb_contact_field_last), p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half)\";i:2780;s:93:\"p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last\";i:2781;s:85:\".et_pb_contact_field.et_pb_section_parallax, .et_pb_contact_field.et_pb_section_video\";i:2782;s:22:\".et_pb_contact_field *\";i:2783;s:22:\".et_pb_contact_field a\";i:2784;s:25:\".et_pb_contact_main_title\";i:2785;s:27:\"h1.et_pb_contact_main_title\";i:2786;s:22:\".et-pb-contact-message\";i:2787;s:223:\".et_pb_column_1_3 .et_pb_contact_main_title, .et_pb_column_1_4 .et_pb_contact_main_title, .et_pb_column_1_5 .et_pb_contact_main_title, .et_pb_column_1_6 .et_pb_contact_main_title, .et_pb_column_2_5 .et_pb_contact_main_title\";i:2788;s:25:\".et_pb_contact_form_label\";i:2789;s:20:\".et_pb_contact_right\";i:2790;s:52:\".et_pb_contact_right .et_pb_contact_captcha_question\";i:2791;s:14:\".et_pb_contact\";i:2792;s:40:\".et_pb_contact .et_pb_contact_field_half\";i:2793;s:142:\".et_pb_contact p input, .et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea\";i:2794;s:91:\".et_pb_subscribe .et_pb_contact_field input, .et_pb_subscribe .et_pb_contact_field textarea\";i:2795;s:73:\".et_pb_contact p textarea, .et_pb_subscribe .et_pb_contact_field textarea\";i:2796;s:85:\".et_pb_contact p input::-moz-placeholder, .et_pb_contact p textarea::-moz-placeholder\";i:2797;s:83:\".et_pb_contact p input:-moz-placeholder, .et_pb_contact p textarea:-moz-placeholder\";i:2798;s:28:\".et_pb_contact_right p input\";i:2799;s:190:\".et_pb_contact p input[type=checkbox], .et_pb_contact p input[type=radio], .et_pb_subscribe .et_pb_contact_field input[type=checkbox], .et_pb_subscribe .et_pb_contact_field input[type=radio]\";i:2800;s:214:\".et_pb_contact p input[type=checkbox]+label, .et_pb_contact p input[type=radio]+label, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label\";i:2801;s:222:\".et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2802;s:281:\".et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea\";i:2803;s:216:\".et_pb_subscribe .et_pb_contact_field input[type=checkbox]+label i, .et_pb_subscribe .et_pb_contact_field input[type=text], .et_pb_subscribe .et_pb_contact_field select, .et_pb_subscribe .et_pb_contact_field textarea\";i:2804;s:107:\".et_pb_contact p input[type=radio]+label i, .et_pb_subscribe .et_pb_contact_field input[type=radio]+label i\";i:2805;s:282:\".et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before\";i:2806;s:143:\".et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=checkbox]:checked+label i:before\";i:2807;s:137:\".et_pb_contact p input[type=radio]:checked+label i:before, .et_pb_subscribe .et_pb_contact_field input[type=radio]:checked+label i:before\";i:2808;s:131:\".et_pb_contact p input[type=checkbox]~input[type=text], .et_pb_subscribe .et_pb_contact_field input[type=checkbox]~input[type=text]\";i:2809;s:38:\".et_pb_contact_field[data-type=select]\";i:2810;s:44:\".et_pb_contact_field[data-type=select]:after\";i:2811;s:21:\".et_pb_contact_select\";i:2812;s:33:\".et_pb_contact_select::-ms-expand\";i:2813;s:36:\".et_pb_contact_field_options_wrapper\";i:2814;s:71:\".et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title\";i:2815;s:42:\".et_pb_contact_field_options_wrapper:after\";i:2816;s:128:\".et_pb_contact_field_checkbox, .et_pb_contact_field_options_title, .et_pb_contact_field_radio, .et_pb_contact_field_select_title\";i:2817;s:67:\".et_pb_contact_field_radio_title, .et_pb_contact_field_select_title\";i:2818;s:51:\".et_pb_contact_field textarea.et_pb_contact_message\";i:2819;s:43:\".et_pb_contact_reset, .et_pb_contact_submit\";i:2820;s:34:\".et_pb_contact p .et_contact_error\";i:2821;s:256:\".et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label, .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title, .et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label\";i:2822;s:28:\".et_contact_bottom_container\";i:2823;s:40:\".et_pb_contact_form p[data-id=et_number]\";i:2824;s:46:\".et_pb_contact_form p[data-id=et_number] input\";i:2825;s:1002:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title\";i:2826;s:515:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper\";i:2827;s:169:\".et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper\";i:2828;s:167:\".et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper\";i:2829;s:175:\".et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, .et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper\";i:2830;s:22:\".et_pb_countdown_timer\";i:2831;s:55:\".et_pb_countdown_timer .et_pb_countdown_timer_container\";i:2832;s:31:\".et_pb_countdown_timer h4.title\";i:2833;s:31:\".et_pb_countdown_timer .section\";i:2834;s:38:\".et_pb_countdown_timer .section.values\";i:2835;s:38:\".et_pb_countdown_timer .section.zero p\";i:2836;s:39:\".et_pb_countdown_timer .section p.value\";i:2837;s:27:\".et_pb_countdown_timer .sep\";i:2838;s:104:\".et_pb_column_1_2 .et_pb_countdown_timer .section p, .et_pb_column_3_5 .et_pb_countdown_timer .section p\";i:2839;s:116:\".et_pb_column_1_2 .et_pb_countdown_timer .section p.label, .et_pb_column_3_5 .et_pb_countdown_timer .section p.label\";i:2840;s:243:\".et_pb_column_1_3 .et_pb_countdown_timer .title, .et_pb_column_1_4 .et_pb_countdown_timer .title, .et_pb_column_1_5 .et_pb_countdown_timer .title, .et_pb_column_1_6 .et_pb_countdown_timer .title, .et_pb_column_2_5 .et_pb_countdown_timer .title\";i:2841;s:157:\".et_pb_column_1_3 .et_pb_countdown_timer .section p, .et_pb_column_2_5 .et_pb_countdown_timer .section p, .et_pb_column_3_8 .et_pb_countdown_timer .section p\";i:2842;s:157:\".et_pb_column_1_4 .et_pb_countdown_timer .section p, .et_pb_column_1_5 .et_pb_countdown_timer .section p, .et_pb_column_1_6 .et_pb_countdown_timer .section p\";i:2843;s:352:\".et_pb_column_1_3 .et_pb_countdown_timer .section p.label, .et_pb_column_1_4 .et_pb_countdown_timer .section p.label, .et_pb_column_1_5 .et_pb_countdown_timer .section p.label, .et_pb_column_1_6 .et_pb_countdown_timer .section p.label, .et_pb_column_2_5 .et_pb_countdown_timer .section p.label, .et_pb_column_3_8 .et_pb_countdown_timer .section p.label\";i:2844;s:44:\".et_pb_circle_counter, .et_pb_number_counter\";i:2845;s:21:\".et_pb_circle_counter\";i:2846;s:27:\".et_pb_circle_counter_inner\";i:2847;s:28:\".et_pb_circle_counter canvas\";i:2848;s:30:\".et_pb_circle_counter .percent\";i:2849;s:62:\".et_pb_circle_counter .percent, .et_pb_number_counter .percent\";i:2850;s:32:\".et_pb_circle_counter .percent p\";i:2851;s:100:\".et_pb_circle_counter .percent p, .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type\";i:2852;s:50:\".et_pb_circle_counter h3, .et_pb_number_counter h3\";i:2853;s:86:\".et_pb_circle_counter .et_pb_module_header, .et_pb_number_counter .et_pb_module_header\";i:2854;s:96:\".et_pb_circle_counter.et_pb_with_title .percent, .et_pb_number_counter.et_pb_with_title .percent\";i:2855;s:21:\".et_pb_number_counter\";i:2856;s:28:\".et_pb_number_counter.active\";i:2857;s:28:\".et_pb_number_counter canvas\";i:2858;s:30:\".et_pb_number_counter .percent\";i:2859;s:32:\".et_pb_number_counter .percent p\";i:2860;s:26:\".et_pb_post .entry-content\";i:2861;s:174:\".et_pb_gallery_grid .et_pb_gallery_item .et_pb_gallery_title, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_item h2\";i:2862;s:63:\".et_overlay.et_pb_inline_icon:before, .et_pb_inline_icon:before\";i:2863;s:11:\".et_overlay\";i:2864;s:18:\".et_overlay:before\";i:2865;s:45:\".et_pb_gallery_image:hover .et_overlay:before\";i:2866;s:367:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta, .et_pb_gallery_image:hover .et_overlay, .et_pb_has_overlay:not(.et_pb_image):hover .et_overlay, .et_pb_image.et_pb_has_overlay .et_pb_image_wrap:hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay\";i:2867;s:53:\".et_pb_slider.et_pb_gallery_fullwidth span.et_overlay\";i:2868;s:34:\"#ie7 .et_overlay, #ie8 .et_overlay\";i:2869;s:80:\".et_pb_fullwidth_menu.et_hover_enabled:hover, .et_pb_menu.et_hover_enabled:hover\";i:2870;s:128:\".et_pb_fullwidth_menu .et-menu-nav, .et_pb_fullwidth_menu .et-menu-nav>ul, .et_pb_menu .et-menu-nav, .et_pb_menu .et-menu-nav>ul\";i:2871;s:66:\".et_pb_fullwidth_menu .et-menu-nav>ul, .et_pb_menu .et-menu-nav>ul\";i:2872;s:72:\".et_pb_fullwidth_menu .et-menu-nav>ul ul, .et_pb_menu .et-menu-nav>ul ul\";i:2873;s:92:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a, .et_pb_bg_layout_dark.et_pb_menu ul li a\";i:2874;s:104:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover, .et_pb_bg_layout_dark.et_pb_menu ul li a:hover\";i:2875;s:94:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul, .et_pb_menu .et-menu-nav>ul.upwards li ul\";i:2876;s:106:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li ul li ul, .et_pb_menu .et-menu-nav>ul.upwards li ul li ul\";i:2877;s:120:\".et_pb_fullwidth_menu .et-menu-nav>ul.upwards li.mega-menu ul ul, .et_pb_menu .et-menu-nav>ul.upwards li.mega-menu ul ul\";i:2878;s:27:\".et_pb_menu_inner_container\";i:2879;s:17:\".et_pb_menu__wrap\";i:2880;s:34:\".et_pb_menu__wrap .mobile_menu_bar\";i:2881;s:41:\".et_pb_menu__wrap .mobile_menu_bar:before\";i:2882;s:17:\".et_pb_menu__menu\";i:2883;s:17:\".et_pb_menu__logo\";i:2884;s:21:\".et_pb_menu__logo img\";i:2885;s:32:\".et_pb_menu__search-button:after\";i:2886;s:30:\".et_pb_menu__cart-button:after\";i:2887;s:43:\"a.et_pb_menu__icon, button.et_pb_menu__icon\";i:2888;s:70:\".et_pb_fullwidth_menu .et_pb_menu__wrap, .et_pb_menu .et_pb_menu__wrap\";i:2889;s:88:\".et_pb_fullwidth_menu .et_pb_menu__wrap--visible, .et_pb_menu .et_pb_menu__wrap--visible\";i:2890;s:86:\".et_pb_fullwidth_menu .et_pb_menu__wrap--hidden, .et_pb_menu .et_pb_menu__wrap--hidden\";i:2891;s:78:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav, .et_pb_menu .et_pb_menu__menu>nav\";i:2892;s:84:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul, .et_pb_menu .et_pb_menu__menu>nav>ul\";i:2893;s:90:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li, .et_pb_menu .et_pb_menu__menu>nav>ul>li\";i:2894;s:110:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li.mega-menu, .et_pb_menu .et_pb_menu__menu>nav>ul>li.mega-menu\";i:2895;s:96:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul, .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul\";i:2896;s:112:\".et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul.upwards>li>ul, .et_pb_menu .et_pb_menu__menu>nav>ul.upwards>li>ul\";i:2897;s:116:\".et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a\";i:2898;s:128:\".et_pb_fullwidth_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after, .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:after\";i:2899;s:112:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul\";i:2900;s:118:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li\";i:2901;s:122:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a\";i:2902;s:134:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li\";i:2903;s:138:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a\";i:2904;s:150:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after, .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after\";i:2905;s:70:\".et_pb_fullwidth_menu .et_pb_menu__icon, .et_pb_menu .et_pb_menu__icon\";i:2906;s:52:\".et_pb_fullwidth_menu .et-menu, .et_pb_menu .et-menu\";i:2907;s:58:\".et_pb_fullwidth_menu .et-menu>li, .et_pb_menu .et-menu>li\";i:2908;s:120:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo-wrap, .et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap\";i:2909;s:110:\".et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo, .et_pb_menu--style-left_aligned .et_pb_menu__logo\";i:2910;s:120:\".rtl .et_pb_fullwidth_menu--style-left_aligned .et_pb_menu__logo, .rtl .et_pb_menu--style-left_aligned .et_pb_menu__logo\";i:2911;s:172:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__menu>nav>ul\";i:2912;s:170:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu>nav>ul\";i:2913;s:164:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu\";i:2914;s:172:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav\";i:2915;s:178:\".et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul, .et_pb_menu--style-left_aligned.et_pb_text_align_justified .et_pb_menu__menu>nav>ul\";i:2916;s:112:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__logo-wrap, .et_pb_menu--style-centered .et_pb_menu__logo-wrap\";i:2917;s:214:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__logo, .et_pb_fullwidth_menu--style-centered .et_pb_menu__logo img, .et_pb_menu--style-centered .et_pb_menu__logo, .et_pb_menu--style-centered .et_pb_menu__logo img\";i:2918;s:102:\".et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap, .et_pb_menu--style-centered .et_pb_menu__wrap\";i:2919;s:126:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo\";i:2920;s:262:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo img, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo img\";i:2921;s:126:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap\";i:2922;s:356:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo, .et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot .et_pb_menu__logo-wrap\";i:2923;s:144:\".et_pb_fullwidth_menu--style-inline_centered_logo .et_pb_menu__logo-slot img, .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-slot img\";i:2924;s:134:\".et_pb_fullwidth_menu .et_pb_menu__logo-slot .et-fb-content-placeholder, .et_pb_menu .et_pb_menu__logo-slot .et-fb-content-placeholder\";i:2925;s:94:\".et_pb_fullwidth_menu .et_pb_menu__search-container, .et_pb_menu .et_pb_menu__search-container\";i:2926;s:112:\".et_pb_fullwidth_menu .et_pb_menu__search-container--visible, .et_pb_menu .et_pb_menu__search-container--visible\";i:2927;s:110:\".et_pb_fullwidth_menu .et_pb_menu__search-container--hidden, .et_pb_menu .et_pb_menu__search-container--hidden\";i:2928;s:114:\".et_pb_fullwidth_menu .et_pb_menu__search-container--disabled, .et_pb_menu .et_pb_menu__search-container--disabled\";i:2929;s:74:\".et_pb_fullwidth_menu .et_pb_menu__search, .et_pb_menu .et_pb_menu__search\";i:2930;s:84:\".et_pb_fullwidth_menu .et_pb_menu__search-form, .et_pb_menu .et_pb_menu__search-form\";i:2931;s:86:\".et_pb_fullwidth_menu .et_pb_menu__search-input, .et_pb_menu .et_pb_menu__search-input\";i:2932;s:100:\".et_pb_fullwidth_menu .et_pb_menu__close-search-button, .et_pb_menu .et_pb_menu__close-search-button\";i:2933;s:112:\".et_pb_fullwidth_menu .et_pb_menu__close-search-button:after, .et_pb_menu .et_pb_menu__close-search-button:after\";i:2934;s:60:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul\";i:2935;s:63:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li\";i:2936;s:65:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a\";i:2937;s:68:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards\";i:2938;s:71:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li\";i:2939;s:73:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a\";i:2940;s:79:\".et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul.upwards>li>a:after\";i:2941;s:22:\".et_pb_forgot_password\";i:2942;s:24:\".et_pb_forgot_password a\";i:2943;s:47:\".et_pb_bg_layout_light .et_pb_forgot_password a\";i:2944;s:45:\".et_pb_column .et_pb_team_member_image.et-svg\";i:2945;s:58:\".et_pb_team_member_no_image .et_pb_team_member_description\";i:2946;s:22:\".et_pb_member_position\";i:2947;s:350:\".et_pb_column_1_2 .et_pb_team_member_image, .et_pb_column_1_3 .et_pb_team_member_image, .et_pb_column_1_4 .et_pb_team_member_image, .et_pb_column_1_5 .et_pb_team_member_image, .et_pb_column_1_6 .et_pb_team_member_image, .et_pb_column_2_5 .et_pb_team_member_image, .et_pb_column_3_5 .et_pb_team_member_image, .et_pb_column_3_8 .et_pb_team_member_image\";i:2948;s:448:\".et_pb_column_1_2 .et_pb_team_member_description, .et_pb_column_1_3 .et_pb_team_member_description, .et_pb_column_1_4 .et_pb_team_member_description, .et_pb_column_1_5 .et_pb_team_member_description, .et_pb_column_1_6 .et_pb_team_member_description, .et_pb_column_2_5 .et_pb_team_member_description, .et_pb_column_3_4 .et_pb_team_member_description, .et_pb_column_3_5 .et_pb_team_member_description, .et_pb_column_3_8 .et_pb_team_member_description\";i:2949;s:150:\".et_pb_shop.et_pb_text_align_center .star-rating, .et_pb_shop.et_pb_text_align_justified .star-rating, .et_pb_shop.et_pb_text_align_right .star-rating\";i:2950;s:29:\".et_pb_member_social_links li\";i:2951;s:28:\".et_pb_member_social_links a\";i:2952;s:27:\".et_pb_facebook_icon:before\";i:2953;s:26:\".et_pb_twitter_icon:before\";i:2954;s:25:\".et_pb_google_icon:before\";i:2955;s:27:\".et_pb_linkedin_icon:before\";i:2956;s:31:\".et_pb_member_social_links span\";i:2957;s:83:\".et_audio_content, .et_link_content, .et_pb_audio_module_content, .et_quote_content\";i:2958;s:33:\".et_audio_content .wp-block-audio\";i:2959;s:177:\".et_audio_content h2, .et_link_content a.et_link_main_url, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote cite, .et_quote_content blockquote p\";i:2960;s:361:\".et_pb_text_color_dark .et_audio_content h2, .et_pb_text_color_dark .et_audio_module_meta, .et_pb_text_color_dark .et_link_content a.et_link_main_url, .et_pb_text_color_dark .et_link_content h2, .et_pb_text_color_dark .et_pb_audio_module_content h2, .et_pb_text_color_dark .et_quote_content blockquote cite, .et_pb_text_color_dark .et_quote_content blockquote p\";i:2961;s:309:\".et_pb_text_color_dark.et_audio_content h2, .et_pb_text_color_dark.et_link_content a.et_link_main_url, .et_pb_text_color_dark.et_link_content h2, .et_pb_text_color_dark.et_pb_audio_module_content h2, .et_pb_text_color_dark.et_quote_content blockquote cite, .et_pb_text_color_dark.et_quote_content blockquote p\";i:2962;s:120:\".et_pb_text_color_dark.et_audio_content, .et_pb_text_color_dark.et_link_content, .et_pb_text_color_dark.et_quote_content\";i:2963;s:19:\".et_quote_main_link\";i:2964;s:28:\".et_quote_content blockquote\";i:2965;s:105:\".et_audio_content h2, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote p\";i:2966;s:73:\".et_audio_content h2, .et_link_content h2, .et_quote_content blockquote p\";i:2967;s:70:\".et_link_content a.et_link_main_url, .et_quote_content blockquote cite\";i:2968;s:357:\".et_pb_blog_grid .et_audio_content h2, .et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2\";i:2969;s:118:\".et_pb_column_2_3 .et_audio_content, .et_pb_column_2_3 .et_link_content, .et_pb_column_2_3 .et_pb_audio_module_content\";i:2970;s:218:\".et_pb_column_1_2 .et_audio_content, .et_pb_column_1_2 .et_link_content, .et_pb_column_1_2 .et_quote_content, .et_pb_column_3_5 .et_audio_content, .et_pb_column_3_5 .et_link_content, .et_pb_column_3_5 .et_quote_content\";i:2971;s:92:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content\";i:2972;s:98:\".et_pb_column_1_2 .et_quote_content blockquote p, .et_pb_column_3_5 .et_quote_content blockquote p\";i:2973;s:156:\".et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_2 .et_link_content h2, .et_pb_column_3_5 .et_audio_content h2, .et_pb_column_3_5 .et_link_content h2\";i:2974;s:214:\".et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_3_5 .et_link_content a.et_link_main_url, .et_pb_column_3_5 .et_quote_content blockquote cite\";i:2975;s:507:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_column_1_3 .et_audio_content, .et_pb_column_1_3 .et_link_content, .et_pb_column_1_4 .et_audio_content, .et_pb_column_1_4 .et_link_content, .et_pb_column_1_5 .et_audio_content, .et_pb_column_1_5 .et_link_content, .et_pb_column_1_6 .et_audio_content, .et_pb_column_1_6 .et_link_content, .et_pb_column_2_5 .et_audio_content, .et_pb_column_2_5 .et_link_content, .et_pb_column_3_8 .et_audio_content, .et_pb_column_3_8 .et_link_content\";i:2976;s:898:\".et_pb_blog_grid .et_audio_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_column_1_5 .et_audio_content h2, .et_pb_column_1_5 .et_link_content h2, .et_pb_column_1_5 .et_quote_content blockquote p, .et_pb_column_1_6 .et_audio_content h2, .et_pb_column_1_6 .et_link_content h2, .et_pb_column_1_6 .et_quote_content blockquote p, .et_pb_column_2_5 .et_audio_content h2, .et_pb_column_2_5 .et_link_content h2, .et_pb_column_2_5 .et_quote_content blockquote p, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_3_8 .et_quote_content blockquote p\";i:2977;s:752:\".et_pb_blog_grid .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_column_1_5 .et_link_content a.et_link_main_url, .et_pb_column_1_5 .et_quote_content blockquote cite, .et_pb_column_1_6 .et_link_content a.et_link_main_url, .et_pb_column_1_6 .et_quote_content blockquote cite, .et_pb_column_2_5 .et_link_content a.et_link_main_url, .et_pb_column_2_5 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_quote_content blockquote cite\";i:2978;s:33:\".et_pb_blog_grid .et_link_content\";i:2979;s:139:\".et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:2980;s:35:\".et_audio_container .mejs-container\";i:2981;s:158:\".et_audio_container .mejs-container, .et_audio_container .mejs-container .mejs-controls, .et_audio_container .mejs-embed, .et_audio_container .mejs-embed body\";i:2982;s:127:\".et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded, .et_audio_container .mejs-time.mejs-currenttime-container\";i:2983;s:30:\".et_audio_container .mejs-time\";i:2984;s:174:\".et_audio_container .mejs-android .mejs-time, .et_audio_container .mejs-ios .mejs-time, .et_audio_container .mejs-ipad .mejs-time, .et_audio_container .mejs-iphone .mejs-time\";i:2985;s:164:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:2986;s:210:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:2987;s:38:\".et_audio_container .mejs-controls>div\";i:2988;s:53:\".et_audio_container .mejs-controls div.mejs-time-rail\";i:2989;s:57:\".et_audio_container span.mejs-time-total.mejs-time-slider\";i:2990;s:51:\".et_audio_container .mejs-button.mejs-volume-button\";i:2991;s:168:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:2992;s:214:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:2993;s:166:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle\";i:2994;s:88:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle\";i:2995;s:61:\".et_audio_container .mejs-time-rail .mejs-time-handle-content\";i:2996;s:54:\".et_audio_container .mejs-time-rail .mejs-time-hovered\";i:2997;s:96:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:2998;s:116:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:2999;s:117:\".et_pb_audio_legacy .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";i:3000;s:66:\".et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3001;s:68:\".et_audio_container .mejs-controls div.mejs-horizontal-volume-slider\";i:3002;s:97:\".et_audio_container .mejs-playpause-button button, .et_audio_container .mejs-volume-button button\";i:3003;s:56:\".et_audio_container .mejs-playpause-button button:before\";i:3004;s:111:\".et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before\";i:3005;s:157:\".et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before\";i:3006;s:192:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle\";i:3007;s:69:\".et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span\";i:3008;s:42:\".et_audio_container .mejs-playpause-button\";i:3009;s:60:\".et_audio_container .mejs-controls .mejs-button button:focus\";i:3010;s:67:\".et_audio_container .mejs-playpause-button.mejs-pause button:before\";i:3011;s:53:\".et_audio_container .mejs-volume-button button:before\";i:3012;s:50:\".et_audio_container .mejs-container .mejs-controls\";i:3013;s:334:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3014;s:100:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:3015;s:64:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-time\";i:3016;s:310:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-android .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ios .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-ipad .mejs-time, body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-iphone .mejs-time\";i:3017;s:85:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-button.mejs-volume-button\";i:3018;s:87:\"body.rtl.et-db:not(.et-fb-no-rtl) .et_audio_container .mejs-controls div.mejs-time-rail\";i:3019;s:49:\".et_pb_post .et_pb_gallery_post_type .et_pb_slide\";i:3020;s:52:\".et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide\";i:3021;s:16:\".et_gallery_item\";i:3022;s:30:\".et_gallery_item:nth-child(3n)\";i:3023;s:32:\".et_gallery_item:nth-child(3n+1)\";i:3024;s:19:\".et_pb_audio_module\";i:3025;s:21:\".et_audio_module_meta\";i:3026;s:49:\".et_pb_audio_no_image .et_pb_audio_module_content\";i:3027;s:334:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_1_5 .et_pb_audio_cover_art, .et_pb_column_1_6 .et_pb_audio_cover_art, .et_pb_column_2_5 .et_pb_audio_cover_art, .et_pb_column_3_5 .et_pb_audio_cover_art, .et_pb_column_3_8 .et_pb_audio_cover_art\";i:3028;s:233:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_2_5 .et_pb_audio_module_content, .et_pb_column_3_5 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:3029;s:139:\".et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_1_5 .et_pb_audio_module_content, .et_pb_column_1_6 .et_pb_audio_module_content\";i:3030;s:89:\".et_pb_slide_video .wp-video-shortcode video, .et_pb_slide_video video.wp-video-shortcode\";i:3031;s:13:\".et_pb_slider\";i:3032;s:61:\".et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after\";i:3033;s:26:\".et_pb_slider .et_pb_slide\";i:3034;s:60:\".format-gallery .et_pb_slider.gallery-not-found .et_pb_slide\";i:3035;s:107:\".et_pb_slider.gallery-not-found .et_pb_slide, .et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container\";i:3036;s:42:\".et_pb_section, .et_pb_slider .et_pb_slide\";i:3037;s:38:\".et_pb_slider .et_pb_slide:first-child\";i:3038;s:25:\".et_pb_post>.et_pb_slider\";i:3039;s:30:\".et_pb_slider .et_pb_container\";i:3040;s:12:\".et_pb_slide\";i:3041;s:32:\".et_pb_video_slider .et_pb_slide\";i:3042;s:87:\".et_pb_fullwidth_post_slider .et_pb_container, .et_pb_fullwidth_slider .et_pb_container\";i:3043;s:36:\".et-pb-arrow-next, .et-pb-arrow-prev\";i:3044;s:82:\".et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev\";i:3045;s:63:\".et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control\";i:3046;s:48:\".et-pb-arrow-next:hover, .et-pb-arrow-prev:hover\";i:3047;s:46:\".et-pb-arrow-next span, .et-pb-arrow-prev span\";i:3048;s:17:\".et-pb-arrow-prev\";i:3049;s:17:\".et-pb-arrow-next\";i:3050;s:24:\".et-pb-arrow-prev:before\";i:3051;s:24:\".et-pb-arrow-next:before\";i:3052;s:68:\".format-gallery .et-pb-arrow-next, .format-gallery .et-pb-arrow-prev\";i:3053;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-prev\";i:3054;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-next\";i:3055;s:283:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-prev\";i:3056;s:112:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_2_5 .et_pb_slider:hover .et-pb-arrow-next\";i:3057;s:169:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-prev\";i:3058;s:136:\".et_pb_column_1_4 .et_pb_slider .et_pb_slide, .et_pb_column_1_5 .et_pb_slider .et_pb_slide, .et_pb_column_1_6 .et_pb_slider .et_pb_slide\";i:3059;s:169:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_5 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_6 .et_pb_slider:hover .et-pb-arrow-next\";i:3060;s:20:\".et-pb-controllers a\";i:3061;s:40:\".et-pb-controllers .et-pb-active-control\";i:3062;s:32:\".et_pb_post .et-pb-controllers a\";i:3063;s:31:\".et-pb-controllers a:last-child\";i:3064;s:18:\".et_pb_slide_image\";i:3065;s:47:\".et_pb_slide:first-child .et_pb_slide_image img\";i:3066;s:54:\".et_pb_slide:first-child .et_pb_slide_image img.active\";i:3067;s:48:\".et_pb_media_alignment_center .et_pb_slide_image\";i:3068;s:78:\".et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video\";i:3069;s:38:\".et-pb-active-slide .et_pb_slide_image\";i:3070;s:44:\".et-pb-active-slide .et_pb_slide_description\";i:3071;s:46:\".et_pb_bg_layout_dark .et_pb_slide_description\";i:3072;s:42:\".et_pb_bg_layout_dark .et_pb_slide_content\";i:3073;s:78:\".et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:3074;s:35:\".et_pb_slide_content p:last-of-type\";i:3075;s:30:\".et_pb_slides .et_pb_container\";i:3076;s:43:\".et_pb_slides .et_pb_slider_container_inner\";i:3077;s:112:\".et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner, .et_pb_slides .et_pb_empty_slide.et_pb_container\";i:3078;s:31:\".et_pb_slides .et_pb_temp_slide\";i:3079;s:20:\".et_parallax_bg_wrap\";i:3080;s:15:\".et_parallax_bg\";i:3081;s:195:\".et_parallax_bg.et_parallax_bg__hover, .et_parallax_bg.et_parallax_bg_phone, .et_parallax_bg.et_parallax_bg_tablet, .et_pb_section_parallax_hover:hover .et_parallax_bg:not(.et_parallax_bg__hover)\";i:3082;s:73:\".et_pb_section_parallax_hover:hover .et_parallax_bg.et_parallax_bg__hover\";i:3083;s:114:\".et_pb_module.et_pb_section_parallax, .et_pb_posts_nav a.et_pb_section_parallax, .et_pb_tab.et_pb_section_parallax\";i:3084;s:93:\".et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:3085;s:117:\"body.et-bfb .et_pb_section_parallax .et_pb_parallax_css, body.et-bfb .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:3086;s:148:\".et_pb_section_parallax.et_pb_column .et_pb_module, .et_pb_section_parallax.et_pb_row .et_pb_column, .et_pb_section_parallax.et_pb_row .et_pb_module\";i:3087;s:358:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:3088;s:598:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:3089;s:502:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_6 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description\";i:3090;s:314:\".et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3091;s:394:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_2_5 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_5 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:3092;s:222:\".et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3093;s:336:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_1_5 .et_pb_slide_content, .et_pb_column_1_6 .et_pb_slide_content, .et_pb_column_2_5 .et_pb_slide_content, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content, .et_pb_column_3_5 .et_pb_slide_content\";i:3094;s:274:\".et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:3095;s:211:\".et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_3_5 .et_pb_slide_description h2.et_pb_slide_title\";i:3096;s:323:\".et_pb_column_1_3 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_5 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_1_6 .et_pb_slide_description h2.et_pb_slide_title, .et_pb_column_2_5 .et_pb_slide_description h2.et_pb_slide_title\";i:3097;s:58:\".et_pb_preload .et_pb_section_video_bg, .et_pb_preload>div\";i:3098;s:64:\".et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload\";i:3099;s:21:\".et_pb_preload:before\";i:3100;s:30:\".et_pb_text ol, .et_pb_text ul\";i:3101;s:23:\".et_pb_text>:last-child\";i:3102;s:17:\".et_pb_text_inner\";i:3103;s:177:\".et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6\";i:3104;s:22:\".et_pb_text_align_left\";i:3105;s:24:\".et_pb_text_align_center\";i:3106;s:23:\".et_pb_text_align_right\";i:3107;s:27:\".et_pb_text_align_justified\";i:3108;s:28:\"ul.et_pb_social_media_follow\";i:3109;s:29:\".et_pb_social_media_follow li\";i:3110;s:31:\".et_pb_social_media_follow li a\";i:3111;s:45:\".et_pb_social_media_follow li a.follow_button\";i:3112;s:86:\".et_pb_social_media_follow li.last-child a, .et_pb_social_media_follow li:last-child a\";i:3113;s:132:\".et_pb_social_media_follow.has_follow_button li.last-child a.icon, .et_pb_social_media_follow.has_follow_button li:last-child a.icon\";i:3114;s:51:\".et_pb_social_media_follow li a.follow_button:hover\";i:3115;s:66:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button\";i:3116;s:72:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover\";i:3117;s:36:\".et_pb_social_media_follow li a.icon\";i:3118;s:44:\".et_pb_social_media_follow li a.icon::before\";i:3119;s:50:\".et_pb_social_media_follow li a.icon:hover::before\";i:3120;s:39:\".et_pb_social_media_follow_network_name\";i:3121;s:37:\".et_pb_section.et_section_transparent\";i:3122;s:19:\".et_pb_inner_shadow\";i:3123;s:55:\".et_pb_bottom_inside_divider, .et_pb_top_inside_divider\";i:3124;s:89:\".et_pb_bottom_inside_divider.et-no-transition, .et_pb_top_inside_divider.et-no-transition\";i:3125;s:25:\".et_pb_top_inside_divider\";i:3126;s:28:\".et_pb_bottom_inside_divider\";i:3127;s:64:\".et_pb_section_video:not(.et_pb_menu):not(.et_pb_fullwidth_menu)\";i:3128;s:23:\".et_pb_section_video_bg\";i:3129;s:221:\".et_pb_section_video_bg.et_pb_section_video_bg_hover, .et_pb_section_video_bg.et_pb_section_video_bg_phone, .et_pb_section_video_bg.et_pb_section_video_bg_tablet, .et_pb_section_video_bg.et_pb_section_video_bg_tablet_only\";i:3130;s:82:\".et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play\";i:3131;s:124:\".et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video\";i:3132;s:35:\".et_pb_section_video_bg .mejs-video\";i:3133;s:45:\".et_pb_section_video_bg .mejs-overlay-loading\";i:3134;s:47:\".et_pb_social_network_link .et_pb_section_video\";i:3135;s:59:\".et_pb_section_video_on_hover:hover>.et_pb_section_video_bg\";i:3136;s:140:\".et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover, .et_pb_section_video_on_hover:hover>.et_pb_section_video_bg_hover_inherit\";i:3137;s:77:\".et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty\";i:3138;s:12:\".et_pb_space\";i:3139;s:21:\".et_pb_divider_hidden\";i:3140;s:23:\".et_pb_divider_internal\";i:3141;s:14:\".et_pb_divider\";i:3142;s:21:\".et_pb_divider:before\";i:3143;s:40:\".et_pb_divider:after, .et_pb_space:after\";i:3144;s:37:\".et_pb_divider_position_bottom:before\";i:3145;s:37:\".et_pb_divider_position_center:before\";i:3146;s:23:\".et_pb_fullwidth_header\";i:3147;s:25:\".et_pb_fullwidth_header p\";i:3148;s:31:\".et_pb_fullwidth_header_subhead\";i:3149;s:17:\".et_pb_fullscreen\";i:3150;s:57:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container\";i:3151;s:51:\".et_pb_fullscreen .et_pb_fullwidth_header_container\";i:3152;s:64:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center\";i:3153;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom\";i:3154;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center\";i:3155;s:98:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container\";i:3156;s:114:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content\";i:3157;s:103:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center\";i:3158;s:180:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container\";i:3159;s:194:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center\";i:3160;s:182:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom\";i:3161;s:62:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left\";i:3162;s:63:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:3163;s:179:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container\";i:3164;s:404:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:3165;s:384:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center\";i:3166;s:360:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom\";i:3167;s:78:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content\";i:3168;s:102:\".et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content\";i:3169;s:79:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:3170;s:103:\".et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content\";i:3171;s:181:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom\";i:3172;s:39:\".et_pb_fullwidth_header .header-content\";i:3173;s:80:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content\";i:3174;s:37:\".et_pb_fullwidth_header .header-image\";i:3175;s:88:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button\";i:3176;s:75:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two\";i:3177;s:55:\".et_pb_fullwidth_header .et_pb_fullwidth_header_overlay\";i:3178;s:43:\".et_pb_fullwidth_header .et_pb_parallax_css\";i:3179;s:54:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll\";i:3180;s:56:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a\";i:3181;s:68:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon\";i:3182;s:133:\".et_pb_fullwidth_header .scroll-down-container .scroll-down-phone, .et_pb_fullwidth_header .scroll-down-container .scroll-down-tablet\";i:3183;s:30:\".et_pb_accordion .et_pb_toggle\";i:3184;s:41:\".et_pb_accordion .et_pb_toggle:last-child\";i:3185;s:62:\".et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before\";i:3186;s:76:\".et_pb_counters, .et_pb_pricing, .et_pb_tabs_controls, .et_pb_widget_area ul\";i:3187;s:35:\".et_pb_gallery .et_pb_gallery_items\";i:3188;s:37:\".et_pb_gallery.et_pb_section_parallax\";i:3189;s:43:\".et_pb_gallery.et_pb_section_parallax:hover\";i:3190;s:40:\".et_pb_gallery_grid .et_pb_gallery_items\";i:3191;s:40:\".et_pb_gallery_grid .et_pb_gallery_image\";i:3192;s:20:\".et_pb_gallery_image\";i:3193;s:95:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item, .et_pb_gallery_grid .et_pb_gallery_item\";i:3194;s:38:\".et_pb_portfolio .et_pb_portfolio_item\";i:3195;s:44:\".et_pb_gallery_fullwidth .et_pb_gallery_item\";i:3196;s:95:\".et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item\";i:3197;s:56:\".et_pb_gallery_fullwidth .et_pb_gallery_item:first-child\";i:3198;s:434:\".et_pb_portfolio.et_pb_section_parallax .pagination, .et_pb_portfolio.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio.et_pb_section_video .pagination, .et_pb_portfolio.et_pb_section_video .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_parallax .pagination, .et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_video .pagination, .et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi\";i:3199;s:185:\".et_pb_text_align_left .wp-pagenavi, .et_pb_text_align_left.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_left.et_pb_gallery .et_pb_gallery_pagination ul\";i:3200;s:191:\".et_pb_text_align_center .wp-pagenavi, .et_pb_text_align_center.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_center.et_pb_gallery .et_pb_gallery_pagination ul\";i:3201;s:188:\".et_pb_text_align_right .wp-pagenavi, .et_pb_text_align_right.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_right.et_pb_gallery .et_pb_gallery_pagination ul\";i:3202;s:200:\".et_pb_text_align_justified .wp-pagenavi, .et_pb_text_align_justified.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_text_align_justified.et_pb_gallery .et_pb_gallery_pagination ul\";i:3203;s:52:\".et_pb_filterable_portfolio .et_pb_portfolio_filters\";i:3204;s:149:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters\";i:3205;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:3206;s:79:\".et_pb_filterable_portfolio.et_pb_text_align_center .et_pb_portfolio_filters ul\";i:3207;s:82:\".et_pb_filterable_portfolio.et_pb_text_align_justified .et_pb_portfolio_filters ul\";i:3208;s:78:\".et_pb_filterable_portfolio.et_pb_text_align_right .et_pb_portfolio_filters ul\";i:3209;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:3210;s:57:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:3211;s:69:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:3212;s:68:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:3213;s:63:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover\";i:3214;s:64:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active\";i:3215;s:110:\".et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper\";i:3216;s:97:\".et_pb_filterable_portfolio .et_pb_portfolio_item.active, .et_pb_gallery_grid .et_pb_gallery_item\";i:3217;s:448:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:3218;s:532:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:3219;s:526:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_6 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_2_5 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:3220;s:98:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination, .et_pb_gallery .et_pb_gallery_pagination\";i:3221;s:157:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination\";i:3222;s:104:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_gallery .et_pb_gallery_pagination ul\";i:3223;s:110:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li, .et_pb_gallery .et_pb_gallery_pagination ul li\";i:3224;s:114:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a\";i:3225;s:128:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active\";i:3226;s:34:\".et_pb_gallery_pagination ul:after\";i:3227;s:156:\".et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a, .et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a\";i:3228;s:44:\".et_pb_portfolio_items_wrapper.no_pagination\";i:3229;s:13:\".et_pb_module\";i:3230;s:26:\".et_pb_fullwidth_portfolio\";i:3231;s:38:\".et_pb_fullwidth_portfolio .et_overlay\";i:3232;s:48:\".et_pb_fullwidth_portfolio .et_pb_carousel_group\";i:3233;s:55:\".et_pb_fullwidth_portfolio .et_pb_carousel_group.active\";i:3234;s:79:\".et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group\";i:3235;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_items\";i:3236;s:48:\".et_pb_fullwidth_portfolio .et_pb_portfolio_item\";i:3237;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image\";i:3238;s:53:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image img\";i:3239;s:63:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img\";i:3240;s:62:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img\";i:3241;s:68:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before\";i:3242;s:74:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before\";i:3243;s:82:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay\";i:3244;s:55:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p\";i:3245;s:55:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta\";i:3246;s:102:\".et_pb_fullwidth_portfolio .et_pb_portfolio_title, .et_pb_fullwidth_portfolio h2.et_pb_portfolio_title\";i:3247;s:177:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3, .et_pb_fullwidth_portfolio .et_pb_portfolio_image p\";i:3248;s:124:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image h3\";i:3249;s:73:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay+p.post-meta\";i:3250;s:136:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_pb_module_header, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3\";i:3251;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev\";i:3252;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-next\";i:3253;s:96:\".et_pb_fullwidth_portfolio .et_pb_no_results .entry, .et_pb_post_slider .et_pb_no_results .entry\";i:3254;s:88:\".et_pb_section:not(.et_pb_fullwidth_section) .et_pb_post_slider .et_pb_no_results .entry\";i:3255;s:25:\".et_pb_title_container h1\";i:3256;s:223:\".et_pb_column_1_3 .et_pb_title_container h1, .et_pb_column_1_4 .et_pb_title_container h1, .et_pb_column_1_5 .et_pb_title_container h1, .et_pb_column_1_6 .et_pb_title_container h1, .et_pb_column_2_5 .et_pb_title_container h1\";i:3257;s:35:\".et_pb_post_title.et_pb_featured_bg\";i:3258;s:37:\".et_pb_post_title .et_pb_parallax_css\";i:3259;s:35:\".et_pb_title_featured_container img\";i:3260;s:58:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:3261;s:22:\".et_pb_title_container\";i:3262;s:31:\".et_pb_title_featured_container\";i:3263;s:28:\"p.et_pb_title_meta_container\";i:3264;s:99:\"p.et_pb_title_meta_container .et_pb_title_meta_item--visible+.et_pb_title_meta_item--visible:before\";i:3265;s:63:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container\";i:3266;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above\";i:3267;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below\";i:3268;s:83:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:3269;s:105:\".et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container\";i:3270;s:34:\".et_pb_fullwidth_code.et_pb_module\";i:3271;s:86:\".et_pb_module.et_pb_has_overlay, article.et_pb_has_overlay .et_pb_blog_image_container\";i:3272;s:70:\".et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay\";i:3273;s:31:\".et_pb_slider.et_pb_post_slider\";i:3274;s:31:\".et_pb_post_slider .et_pb_slide\";i:3275;s:50:\".et_pb_post_slider_image_bottom .et_pb_slide_image\";i:3276;s:56:\".et_pb_post_slider_image_bottom .et_pb_slide_description\";i:3277;s:47:\".et_pb_post_slider_image_top .et_pb_slide_image\";i:3278;s:53:\".et_pb_post_slider_image_top .et_pb_slide_description\";i:3279;s:55:\".et_pb_post_slider_image_right .et_pb_slide_description\";i:3280;s:49:\".et_pb_post_slider_image_right .et_pb_slide_image\";i:3281;s:59:\".et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3282;s:57:\".et_pb_slider_with_overlay .et_pb_slide_overlay_container\";i:3283;s:66:\".et_pb_slide_content .post-meta, .et_pb_slide_content .post-meta a\";i:3284;s:31:\".et_pb_slide_content .post-meta\";i:3285;s:162:\".et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3286;s:160:\".et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper\";i:3287;s:104:\".et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a\";i:3288;s:106:\".et_pb_post_slider.et_pb_bg_layout_light .post-meta, .et_pb_post_slider.et_pb_bg_layout_light .post-meta a\";i:3289;s:146:\".et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description, .et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image\";i:3290;s:91:\".et_pb_wc_related_products ul.products li.product, .et_pb_wc_upsells ul.products li.product\";i:3291;s:103:\".et_pb_wc_related_products ul.products li.product a img, .et_pb_wc_upsells ul.products li.product a img\";i:3292;s:103:\".et_pb_wc_related_products ul.products li.product.first, .et_pb_wc_upsells ul.products li.product.first\";i:3293;s:101:\".et_pb_wc_related_products ul.products li.product.last, .et_pb_wc_upsells ul.products li.product.last\";i:3294;s:111:\".et_pb_wc_related_products ul.products.columns-1 li.product, .et_pb_wc_upsells ul.products.columns-1 li.product\";i:3295;s:111:\".et_pb_wc_related_products ul.products.columns-2 li.product, .et_pb_wc_upsells ul.products.columns-2 li.product\";i:3296;s:111:\".et_pb_wc_related_products ul.products.columns-3 li.product, .et_pb_wc_upsells ul.products.columns-3 li.product\";i:3297;s:111:\".et_pb_wc_related_products ul.products.columns-4 li.product, .et_pb_wc_upsells ul.products.columns-4 li.product\";i:3298;s:111:\".et_pb_wc_related_products ul.products.columns-5 li.product, .et_pb_wc_upsells ul.products.columns-5 li.product\";i:3299;s:111:\".et_pb_wc_related_products ul.products.columns-6 li.product, .et_pb_wc_upsells ul.products.columns-6 li.product\";i:3300;s:425:\".et_pb_wc_related_products.et_pb_text_align_center .products .star-rating, .et_pb_wc_related_products.et_pb_text_align_justified .products .star-rating, .et_pb_wc_related_products.et_pb_text_align_right .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_center .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_justified .products .star-rating, .et_pb_wc_upsells.et_pb_text_align_right .products .star-rating\";i:3301;s:83:\".et_pb_wc_related_products .et_shop_image>img, .et_pb_wc_upsells .et_shop_image>img\";i:3302;s:45:\".et_pb_wc_additional_info.et_pb_hide_title h2\";i:3303;s:18:\".et_pb_wc_title h1\";i:3304;s:168:\".et_pb_wc_meta.et_pb_wc_meta_layout_stacked .posted_in, .et_pb_wc_meta.et_pb_wc_meta_layout_stacked .sku_wrapper, .et_pb_wc_meta.et_pb_wc_meta_layout_stacked .tagged_as\";i:3305;s:20:\".et_pb_wc_meta_empty\";i:3306;s:50:\".et_pb_wc_meta .product_meta>span:last-child:after\";i:3307;s:137:\".et_pb_wc_meta.et_pb_wc_no_categories .posted_in, .et_pb_wc_meta.et_pb_wc_no_sku .sku_wrapper, .et_pb_wc_meta.et_pb_wc_no_tags .tagged_as\";i:3308;s:22:\".et_pb_wc_price .price\";i:3309;s:26:\".et_pb_wc_price .price del\";i:3310;s:85:\".et_pb_wc_add_to_cart form.cart .button, .et_pb_wc_add_to_cart form.cart div.quantity\";i:3311;s:31:\".et_pb_wc_add_to_cart form.cart\";i:3312;s:155:\".et_pb_wc_add_to_cart.et_pb_hide_input_quantity .quantity, .et_pb_wc_add_to_cart.et_pb_hide_input_quantity .woocommerce-grouped-product-list-item__quantity\";i:3313;s:45:\".et_pb_wc_add_to_cart.et_pb_hide_stock .stock\";i:3314;s:40:\".et_pb_wc_add_to_cart .variations .label\";i:3315;s:86:\".et_pb_wc_add_to_cart.et_pb_module .et_pb_module_inner form.cart .variations td select\";i:3316;s:41:\".et_pb_wc_add_to_cart .quantity input.qty\";i:3317;s:84:\".et_pb_wc_cart_notice .woocommerce-error, .et_pb_wc_cart_notice .woocommerce-message\";i:3318;s:33:\".et_pb_wc_cart_notice .wc-forward\";i:3319;s:41:\".et_pb_wc_rating .star-rating span.rating\";i:3320;s:28:\".et_pb_wc_rating .et-pb-icon\";i:3321;s:41:\".et_pb_wc_rating .woocommerce-review-link\";i:3322;s:44:\".et_pb_wc_rating .woocommerce-product-rating\";i:3323;s:57:\".et_pb_wc_rating .woocommerce-product-rating .star-rating\";i:3324;s:72:\".et_pb_wc_rating.et_pb_wc_rating_layout_stacked .woocommerce-review-link\";i:3325;s:55:\".et_pb_wc_rating.et_pb_wc_rating_no_rating .star-rating\";i:3326;s:68:\".et_pb_wc_rating.et_pb_wc_rating_no_reviews .woocommerce-review-link\";i:3327;s:73:\".et_pb_wc_reviews.et_pb_comments_module.et_pb_no_comments_count #comments\";i:3328;s:68:\".et_pb_wc_reviews.et_pb_no_comments_count .woocommerce-Reviews-title\";i:3329;s:43:\".et_pb_wc_reviews.et_pb_module .star-rating\";i:3330;s:55:\".et_pb_wc_reviews.et_pb_module .star-rating span:before\";i:3331;s:41:\".et_pb_wc_reviews.et_pb_no_avatar .avatar\";i:3332;s:84:\".et_pb_wc_reviews.et_pb_no_avatar #reviews #comments ol.commentlist li .comment-text\";i:3333;s:29:\".et_pb_wc_stock .out-of-stock\";i:3334;s:25:\".et_pb_wc_stock .in-stock\";i:3335;s:22:\".et_pb_wc_stock .stock\";i:3336;s:257:\"body.woocommerce .et_builder_inner_content.product .et_pb_wc_images div.images, body.woocommerce-page #content .et_builder_inner_content.product .et_pb_wc_images div.images, body.woocommerce-page .et_builder_inner_content.product .et_pb_wc_images div.images\";i:3337;s:67:\".et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav\";i:3338;s:70:\".et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li\";i:3339;s:99:\".et_pb_wc_images .woocommerce-product-gallery--without-images .woocommerce-product-gallery__wrapper\";i:3340;s:45:\".et_pb_wc_images .woocommerce-product-gallery\";i:3341;s:83:\".et_pb_wc_images .woocommerce-product-gallery>.woocommerce-product-gallery__wrapper\";i:3342;s:71:\".et_pb_wc_images .flex-control-nav img, .et_pb_wc_images .flex-viewport\";i:3343;s:44:\".et_pb_wc_breadcrumb .woocommerce-breadcrumb\";i:3344;s:510:\".et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_5 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide\";i:3345;s:130:\".et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3346;s:278:\".et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3347;s:138:\".et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3348;s:418:\".et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3349;s:418:\".et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_5 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_6 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:3350;s:42:\".et_pb_post_slider.et_pb_module .et_pb_row\";i:3351;s:65:\".et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row\";i:3352;s:46:\".et_pb_post_slider.et_pb_module .et_pb_section\";i:3353;s:33:\".et_pb_search .screen-reader-text\";i:3354;s:13:\".et_pb_search\";i:3355;s:67:\".et_pb_search input.et_pb_s, .et_pb_search input.et_pb_searchsubmit\";i:3356;s:54:\".et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:3357;s:45:\".et_pb_search input.et_pb_s::-moz-placeholder\";i:3358;s:49:\".et_pb_search input.et_pb_s:-ms-input-placeholder\";i:3359;s:27:\".et_pb_search input.et_pb_s\";i:3360;s:31:\".et_pb_search .et_pb_searchform\";i:3361;s:38:\".et_pb_search input.et_pb_searchsubmit\";i:3362;s:114:\".et_pb_search.et_pb_text_align_center .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left .et_pb_searchsubmit\";i:3363;s:56:\".et_pb_search.et_pb_text_align_right .et_pb_searchsubmit\";i:3364;s:50:\".et_pb_search.et_pb_text_align_right input.et_pb_s\";i:3365;s:51:\".et_pb_search.et_pb_text_align_center input.et_pb_s\";i:3366;s:63:\".et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit\";i:3367;s:52:\".et_pb_search.et_pb_hide_search_button input.et_pb_s\";i:3368;s:48:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s\";i:3369;s:75:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder\";i:3370;s:66:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder\";i:3371;s:70:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder\";i:3372;s:59:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit\";i:3373;s:36:\".et_pb_comments_module #comment-wrap\";i:3374;s:54:\".et_pb_comments_module.et_pb_no_avatar .comment_avatar\";i:3375;s:52:\".et_pb_comments_module.et_pb_no_avatar .comment-body\";i:3376;s:74:\".et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body\";i:3377;s:65:\".et_pb_comments_module.et_pb_no_reply_button span.reply-container\";i:3378;s:58:\".et_pb_comments_module.et_pb_no_reply_button .comment-body\";i:3379;s:56:\".et_pb_comments_module.et_pb_no_comments_count #comments\";i:3380;s:87:\".et_pb_bg_layout_dark .comment_postinfo a, .et_pb_bg_layout_dark .comment_postinfo span\";i:3381;s:33:\".et_pb_posts_nav.nav-single:after\";i:3382;s:18:\".et_pb_posts_nav a\";i:3383;s:58:\".et_pb_posts_nav .nav-next, .et_pb_posts_nav .nav-previous\";i:3384;s:55:\".et_pb_posts_nav .meta-nav, .et_pb_posts_nav .nav-label\";i:3385;s:17:\".et_pb_code_inner\";i:3386;s:12:\".et-waypoint\";i:3387;s:15:\".et_pb_counters\";i:3388;s:20:\".et_pb_animation_off\";i:3389;s:42:\".et-animated li span .et_pb_counter_amount\";i:3390;s:33:\".et_pb_animation_left.et-animated\";i:3391;s:34:\".et_pb_animation_right.et-animated\";i:3392;s:32:\".et_pb_animation_top.et-animated\";i:3393;s:35:\".et_pb_animation_bottom.et-animated\";i:3394;s:36:\".et_pb_animation_fade_in.et-animated\";i:3395;s:12:\".et_animated\";i:3396;s:21:\".et_animated.infinite\";i:3397;s:17:\".et_had_animation\";i:3398;s:17:\".et_animated.fade\";i:3399;s:20:\".et_animated.fadeTop\";i:3400;s:22:\".et_animated.fadeRight\";i:3401;s:23:\".et_animated.fadeBottom\";i:3402;s:21:\".et_animated.fadeLeft\";i:3403;s:18:\".et_animated.slide\";i:3404;s:21:\".et_animated.slideTop\";i:3405;s:23:\".et_animated.slideRight\";i:3406;s:24:\".et_animated.slideBottom\";i:3407;s:22:\".et_animated.slideLeft\";i:3408;s:19:\".et_animated.bounce\";i:3409;s:22:\".et_animated.bounceTop\";i:3410;s:24:\".et_animated.bounceRight\";i:3411;s:25:\".et_animated.bounceBottom\";i:3412;s:23:\".et_animated.bounceLeft\";i:3413;s:17:\".et_animated.zoom\";i:3414;s:20:\".et_animated.zoomTop\";i:3415;s:22:\".et_animated.zoomRight\";i:3416;s:23:\".et_animated.zoomBottom\";i:3417;s:21:\".et_animated.zoomLeft\";i:3418;s:17:\".et_animated.flip\";i:3419;s:20:\".et_animated.flipTop\";i:3420;s:22:\".et_animated.flipRight\";i:3421;s:23:\".et_animated.flipBottom\";i:3422;s:21:\".et_animated.flipLeft\";i:3423;s:17:\".et_animated.fold\";i:3424;s:20:\".et_animated.foldTop\";i:3425;s:22:\".et_animated.foldRight\";i:3426;s:23:\".et_animated.foldBottom\";i:3427;s:21:\".et_animated.foldLeft\";i:3428;s:17:\".et_animated.roll\";i:3429;s:20:\".et_animated.rollTop\";i:3430;s:22:\".et_animated.rollRight\";i:3431;s:23:\".et_animated.rollBottom\";i:3432;s:21:\".et_animated.rollLeft\";i:3433;s:19:\".box-shadow-overlay\";i:3434;s:45:\".et_pb_section>.box-shadow-overlay~.et_pb_row\";i:3435;s:30:\".et_pb_row>.box-shadow-overlay\";i:3436;s:23:\".has-box-shadow-overlay\";i:3437;s:13:\".et_clickable\";i:3438;s:19:\".screen-reader-text\";i:3439;s:50:\".et_multi_view_hidden, .et_multi_view_hidden_image\";i:3440;s:7:\".et-box\";i:3441;s:22:\".et-box-content strong\";i:3442;s:91:\".et-bio:before, .et-download:before, .et-info:before, .et-shadow:before, .et-warning:before\";i:3443;s:8:\".et-info\";i:3444;s:15:\".et-info:before\";i:3445;s:24:\".et-info .et-box-content\";i:3446;s:172:\".et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6\";i:3447;s:11:\".et-warning\";i:3448;s:18:\".et-warning:before\";i:3449;s:27:\".et-warning .et-box-content\";i:3450;s:190:\".et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6\";i:3451;s:12:\".et-download\";i:3452;s:19:\".et-download:before\";i:3453;s:28:\".et-download .et-box-content\";i:3454;s:196:\".et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6\";i:3455;s:7:\".et-bio\";i:3456;s:14:\".et-bio:before\";i:3457;s:23:\".et-bio .et-box-content\";i:3458;s:166:\".et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6\";i:3459;s:10:\".et-shadow\";i:3460;s:26:\".et-shadow .et-box-content\";i:3461;s:184:\".et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6\";i:3462;s:11:\".et-tooltip\";i:3463;s:15:\".et-tooltip-box\";i:3464;s:17:\".et-tooltip-arrow\";i:3465;s:14:\".et-learn-more\";i:3466;s:30:\".et-learn-more h3.heading-more\";i:3467;s:54:\".et-learn-more h3.heading-more span.et_learnmore_arrow\";i:3468;s:43:\".et-learn-more span.et_learnmore_arrow span\";i:3469;s:49:\".et-learn-more .open span.et_learnmore_arrow span\";i:3470;s:34:\".et-learn-more .learn-more-content\";i:3471;s:51:\".et_slidecontent .et-learn-more .learn-more-content\";i:3472;s:28:\".et-open .learn-more-content\";i:3473;s:29:\".et_shortcodes_controller_nav\";i:3474;s:55:\".et_shortcodes_controls, .et_shortcodes_controls_arrows\";i:3475;s:23:\".et_shortcodes_controls\";i:3476;s:26:\".et_shortcodes_controls li\";i:3477;s:25:\".et_shortcodes_controls a\";i:3478;s:55:\".et_shortcodes_controls .et_shortcodes_active_control a\";i:3479;s:32:\".et_shortcodes_controls_arrows a\";i:3480;s:38:\".et_shortcodes_controls_arrows a:hover\";i:3481;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_prev\";i:3482;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_next\";i:3483;s:104:\".et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:3484;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_next span\";i:3485;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:3486;s:17:\".et-simple-slider\";i:3487;s:130:\".et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6\";i:3488;s:17:\".et-simple-slides\";i:3489;s:30:\".et-simple-slider div.et-slide\";i:3490;s:61:\".one_fourth, .one_half, .one_third, .three_fourth, .two_third\";i:3491;s:9:\".one_half\";i:3492;s:10:\".one_third\";i:3493;s:10:\".two_third\";i:3494;s:11:\".one_fourth\";i:3495;s:13:\".three_fourth\";i:3496;s:43:\"a.big-button, a.icon-button, a.small-button\";i:3497;s:29:\"a.icon-button, a.small-button\";i:3498;s:61:\"a.big-button:hover, a.icon-button:hover, a.small-button:hover\";i:3499;s:22:\"a.bigblue, a.smallblue\";i:3500;s:34:\"a.bigblue:hover, a.smallblue:hover\";i:3501;s:16:\"a.smalllightblue\";i:3502;s:22:\"a.smalllightblue:hover\";i:3503;s:38:\"a.bigteal, a.bigturquoise, a.smallteal\";i:3504;s:56:\"a.bigteal:hover, a.bigturquoise:hover, a.smallteal:hover\";i:3505;s:24:\"a.biggreen, a.smallgreen\";i:3506;s:36:\"a.biggreen:hover, a.smallgreen:hover\";i:3507;s:26:\"a.bigorange, a.smallorange\";i:3508;s:38:\"a.bigorange:hover, a.smallorange:hover\";i:3509;s:13:\"a.smallsilver\";i:3510;s:19:\"a.smallsilver:hover\";i:3511;s:12:\"a.smallblack\";i:3512;s:18:\"a.smallblack:hover\";i:3513;s:20:\"a.bigred, a.smallred\";i:3514;s:32:\"a.bigred:hover, a.smallred:hover\";i:3515;s:11:\"a.smallpink\";i:3516;s:17:\"a.smallpink:hover\";i:3517;s:26:\"a.bigpurple, a.smallpurple\";i:3518;s:38:\"a.bigpurple:hover, a.smallpurple:hover\";i:3519;s:12:\"a.big-button\";i:3520;s:18:\"a.big-button:hover\";i:3521;s:13:\"a.icon-button\";i:3522;s:19:\"a.icon-button:hover\";i:3523;s:26:\"a.icon-button span.et-icon\";i:3524;s:28:\"a.download-icon span.et-icon\";i:3525;s:26:\"a.search-icon span.et-icon\";i:3526;s:27:\"a.refresh-icon span.et-icon\";i:3527;s:28:\"a.question-icon span.et-icon\";i:3528;s:26:\"a.people-icon span.et-icon\";i:3529;s:27:\"a.warning-icon span.et-icon\";i:3530;s:24:\"a.mail-icon span.et-icon\";i:3531;s:25:\"a.heart-icon span.et-icon\";i:3532;s:25:\"a.paper-icon span.et-icon\";i:3533;s:26:\"a.notice-icon span.et-icon\";i:3534;s:25:\"a.stats-icon span.et-icon\";i:3535;s:23:\"a.rss-icon span.et-icon\";i:3536;s:27:\"ul.et_shortcodes_mobile_nav\";i:3537;s:29:\"ul.et_shortcodes_mobile_nav a\";i:3538;s:69:\".et_shortcodes_controls_arrows span, ul.et_shortcodes_mobile_nav span\";i:3539;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_prev span, ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:3540;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_next span, ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:3541;s:18:\".et-tabs-container\";i:3542;s:239:\".et-learn-more h3.heading-more, .et-protected-title, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et-testimonial-author-info, .et_shortcodes_controller_nav, .pricing-content-bottom, .pricing-heading\";i:3543;s:83:\".et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav\";i:3544;s:42:\".et-tabs-container .et-tabs-control:before\";i:3545;s:38:\".et-tabs-container .et-tabs-control li\";i:3546;s:50:\".et-tabs-container .et-tabs-control li:first-child\";i:3547;s:40:\".et-tabs-container .et-tabs-control li a\";i:3548;s:46:\".et-tabs-container .et-tabs-control li a:hover\";i:3549;s:52:\".et-tabs-container .et-tabs-control li.active:before\";i:3550;s:47:\".et-tabs-container .et-tabs-control li.active a\";i:3551;s:28:\".et-tabs-content-wrapper>div\";i:3552;s:43:\".et_sliderfx_slide .et-tabs-content-wrapper\";i:3553;s:47:\".et_sliderfx_slide .et-tabs-content-wrapper>div\";i:3554;s:83:\".et_sliderfx_fade .et_slidecontent, .et_sliderfx_slide .et-tabs-content-wrapper>div\";i:3555;s:45:\".et_sliderfx_slide .et_shortcode_slide_active\";i:3556;s:35:\".et-tabs-container .et-tabs-content\";i:3557;s:48:\".et-tabs-container ul.et_shortcodes_mobile_nav a\";i:3558;s:54:\".et-tabs-container ul.et_shortcodes_mobile_nav a:hover\";i:3559;s:69:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before\";i:3560;s:123:\".author-shortcodes, .et-image-slider, .et-protected, .et-simple-slider, .et-tabs-container, .et-testimonial-box, .tabs-left\";i:3561;s:10:\".tabs-left\";i:3562;s:67:\".tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav\";i:3563;s:73:\".tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li\";i:3564;s:32:\".tabs-left .et-tabs-control li a\";i:3565;s:39:\".tabs-left .et-tabs-control li.active a\";i:3566;s:79:\".tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a\";i:3567;s:55:\".tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap\";i:3568;s:30:\".tabs-left .et-tabs-content h3\";i:3569;s:45:\".tabs-left ul.et_shortcodes_mobile_nav a span\";i:3570;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:3571;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:3572;s:18:\".author-shortcodes\";i:3573;s:32:\".author-shortcodes .author-inner\";i:3574;s:32:\".author-shortcodes .author-image\";i:3575;s:36:\".author-shortcodes .author-image img\";i:3576;s:48:\".author-shortcodes .author-image .author-overlay\";i:3577;s:13:\".et-protected\";i:3578;s:19:\".et-protected-title\";i:3579;s:26:\".et-protected-title:before\";i:3580;s:18:\".et-protected-form\";i:3581;s:20:\".et-protected-form p\";i:3582;s:26:\".et-protected-form p label\";i:3583;s:39:\".et-protected-form p .et_protected_icon\";i:3584;s:43:\".et-protected-form p .et_protected_password\";i:3585;s:29:\".et-protected-form label span\";i:3586;s:26:\".et-protected-form p input\";i:3587;s:39:\".et-protected-form input.etlogin-button\";i:3588;s:34:\".et-simple-slides .et_slidecontent\";i:3589;s:16:\".et-image-slides\";i:3590;s:16:\".et-image-slider\";i:3591;s:15:\".et-image-slide\";i:3592;s:20:\".et-image-slider img\";i:3593;s:17:\".et-image-overlay\";i:3594;s:102:\".author-shortcodes, .et-learn-more, .et-simple-slider, .et-tabs-container, .et-tooltip-box, .tabs-left\";i:3595;s:114:\".author-shortcodes a, .et-learn-more a, .et-simple-slider a, .et-tabs-container a, .et-tooltip-box a, .tabs-left a\";i:3596;s:18:\".et-custom-list ul\";i:3597;s:21:\".et-custom-list ul li\";i:3598;s:28:\".et-custom-list ul li:before\";i:3599;s:22:\".etlist-x ul li:before\";i:3600;s:17:\".etlist-dot ul li\";i:3601;s:24:\".etlist-dot ul li:before\";i:3602;s:24:\".et-custom-list ul li ul\";i:3603;s:14:\".pricing-table\";i:3604;s:19:\".pricing-table-wrap\";i:3605;s:16:\".pricing-heading\";i:3606;s:14:\".pricing-title\";i:3607;s:18:\".pricing-heading p\";i:3608;s:25:\".pricing-table ul.pricing\";i:3609;s:28:\".pricing-table ul.pricing li\";i:3610;s:46:\".pricing-table ul.pricing li span.pricing-mark\";i:3611;s:53:\".pricing-table ul.pricing li.x-mark span.pricing-mark\";i:3612;s:23:\".pricing-content-bottom\";i:3613;s:13:\"span.et-price\";i:3614;s:17:\"span.et-price sup\";i:3615;s:30:\"span.et-price span.dollar-sign\";i:3616;s:28:\".pricing-table a.icon-button\";i:3617;s:32:\".pricing-big .pricing-table-wrap\";i:3618;s:29:\".pricing-big .pricing-heading\";i:3619;s:36:\".pricing-big .pricing-content-bottom\";i:3620;s:19:\".et-testimonial-box\";i:3621;s:27:\".et-testimonial-author-info\";i:3622;s:6:\".t-img\";i:3623;s:10:\".t-img img\";i:3624;s:10:\".t-overlay\";i:3625;s:22:\".t-author, .t-position\";i:3626;s:9:\".t-author\";i:3627;s:11:\".t-position\";i:3628;s:28:\".et-testimonial, .t-position\";i:3629;s:22:\".et-testimonial:before\";i:3630;s:15:\".t-bottom-arrow\";i:3631;s:11:\".et-dropcap\";i:3632;s:9:\".et_quote\";i:3633;s:24:\".et_quote .et_quote_sign\";i:3634;s:28:\".quote-center .et_quote_sign\";i:3635;s:39:\".quote-center .et_quote_additional_sign\";i:3636;s:15:\".et_right_quote\";i:3637;s:13:\".quote-center\";i:3638;s:29:\".quote-center .et_right_quote\";i:3639;s:35:\".et-tabs-container .et-tabs-control\";i:3640;s:27:\".tabs-left .et-tabs-control\";i:3641;s:100:\".author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6\";i:3642;s:74:\".et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a\";i:3643;s:15:\".et_column_last\";i:3644;s:37:\".mfp-wrap .mfp-container button:hover\";i:3645;s:27:\".mfp-wrap .mfp-arrow:active\";i:3646;s:27:\".mfp-wrap .mfp-close:active\";i:3647;s:94:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:3648;s:16:\".mfp-fade.mfp-bg\";i:3649;s:26:\".mfp-fade.mfp-bg.mfp-ready\";i:3650;s:29:\".mfp-fade.mfp-bg.mfp-removing\";i:3651;s:31:\".mfp-fade.mfp-wrap .mfp-content\";i:3652;s:41:\".mfp-fade.mfp-wrap.mfp-ready .mfp-content\";i:3653;s:44:\".mfp-fade.mfp-wrap.mfp-removing .mfp-content\";i:3654;s:7:\".mfp-bg\";i:3655;s:9:\".mfp-wrap\";i:3656;s:21:\".mfp-container:before\";i:3657;s:36:\".mfp-align-top .mfp-container:before\";i:3658;s:12:\".mfp-content\";i:3659;s:62:\".mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content\";i:3660;s:13:\".mfp-ajax-cur\";i:3661;s:65:\".mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close\";i:3662;s:9:\".mfp-zoom\";i:3663;s:29:\".mfp-auto-cursor .mfp-content\";i:3664;s:52:\".mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader\";i:3665;s:23:\".mfp-loading.mfp-figure\";i:3666;s:9:\".mfp-hide\";i:3667;s:14:\".mfp-preloader\";i:3668;s:16:\".mfp-preloader a\";i:3669;s:22:\".mfp-preloader a:hover\";i:3670;s:27:\".mfp-s-ready .mfp-preloader\";i:3671;s:25:\".mfp-s-error .mfp-content\";i:3672;s:34:\"button.mfp-arrow, button.mfp-close\";i:3673;s:24:\"button::-moz-focus-inner\";i:3674;s:10:\".mfp-close\";i:3675;s:34:\".mfp-close:focus, .mfp-close:hover\";i:3676;s:17:\".mfp-close:active\";i:3677;s:28:\".mfp-close-btn-in .mfp-close\";i:3678;s:59:\".mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close\";i:3679;s:12:\".mfp-counter\";i:3680;s:16:\".mfp-arrow:hover\";i:3681;s:18:\".mfp-iframe-holder\";i:3682;s:31:\".mfp-iframe-holder .mfp-content\";i:3683;s:29:\".mfp-iframe-holder .mfp-close\";i:3684;s:18:\".mfp-iframe-scaler\";i:3685;s:25:\".mfp-iframe-scaler iframe\";i:3686;s:47:\".mfp-arrow-left:before, .mfp-arrow-right:before\";i:3687;s:45:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after\";i:3688;s:47:\".mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:3689;s:71:\".mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover\";i:3690;s:16:\".mfp-arrow:after\";i:3691;s:11:\"img.mfp-img\";i:3692;s:11:\".mfp-figure\";i:3693;s:17:\".mfp-figure:after\";i:3694;s:17:\".mfp-figure small\";i:3695;s:18:\".mfp-figure figure\";i:3696;s:15:\".mfp-bottom-bar\";i:3697;s:10:\".mfp-title\";i:3698;s:30:\".mfp-image-holder .mfp-content\";i:3699;s:42:\".mfp-gallery .mfp-image-holder .mfp-figure\";i:3700;s:17:\".mfp-ie7 .mfp-img\";i:3701;s:24:\".mfp-ie7 .mfp-bottom-bar\";i:3702;s:23:\".mfp-ie7 .mfp-container\";i:3703;s:21:\".mfp-ie7 .mfp-content\";i:3704;s:19:\".mfp-ie7 .mfp-close\";i:3705;s:73:\"body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (159, 'chld_thm_cfg_options_dict_query', 'a:24:{i:1;s:34:\"@media all and (min-width: 1405px)\";i:2;s:58:\"@media all and (min-width: 1100px) and (max-width: 1405px)\";i:3;s:57:\"@media all and (min-width: 981px) and (max-width: 1405px)\";i:4;s:33:\"@media all and (min-width: 981px)\";i:5;s:57:\"@media all and (min-width: 981px) and (max-width: 1100px)\";i:6;s:33:\"@media all and (max-width: 980px)\";i:7;s:36:\"@media screen and (max-width: 782px)\";i:8;s:33:\"@media all and (max-width: 768px)\";i:9;s:33:\"@media all and (max-width: 767px)\";i:10;s:33:\"@media all and (max-width: 479px)\";i:11;s:12:\"@media print\";i:12;s:33:\"@media all and (max-width: 981px)\";i:13;s:33:\"@media all and (min-width: 767px)\";i:14;s:33:\"@media all and (min-width: 480px)\";i:15;s:33:\"@media all and (min-width: 980px)\";i:16;s:33:\"@media all and (min-width: 768px)\";i:17;s:56:\"@media all and (min-width: 768px) and (max-width: 980px)\";i:18;s:56:\"@media all and (min-width: 768px) and (max-width: 800px)\";i:19;s:33:\"@media all and (max-width: 380px)\";i:20;s:96:\"@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px)\";i:21;s:33:\"@media all and (max-width: 900px)\";i:22;s:33:\"@media all and (max-width: 959px)\";i:23;s:56:\"@media all and (min-width: 768px) and (max-width: 959px)\";i:24;s:4:\"base\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (160, 'chld_thm_cfg_options_dict_rule', 'a:179:{i:1;s:5:\"width\";i:2;s:5:\"clear\";i:3;s:12:\"margin-right\";i:4;s:9:\"max-width\";i:5;s:10:\"margin-top\";i:6;s:13:\"margin-bottom\";i:7;s:11:\"margin-left\";i:8;s:9:\"font-size\";i:9;s:14:\"padding-bottom\";i:10;s:8:\"position\";i:11;s:6:\"height\";i:12;s:7:\"z-index\";i:13;s:3:\"top\";i:14;s:4:\"left\";i:15;s:5:\"right\";i:16;s:7:\"display\";i:17;s:12:\"padding-left\";i:18;s:11:\"padding-top\";i:19;s:13:\"padding-right\";i:20;s:9:\"direction\";i:21;s:5:\"order\";i:22;s:5:\"float\";i:23;s:9:\"word-wrap\";i:24;s:6:\"bottom\";i:25;s:7:\"content\";i:26;s:10:\"transition\";i:27;s:17:\"-webkit-animation\";i:28;s:14:\"-moz-animation\";i:29;s:12:\"-o-animation\";i:30;s:9:\"animation\";i:31;s:16:\"transform-origin\";i:32;s:27:\"-webkit-backface-visibility\";i:33;s:19:\"backface-visibility\";i:34;s:10:\"box-sizing\";i:35;s:11:\"line-height\";i:36;s:7:\"opacity\";i:37;s:10:\"box-shadow\";i:38;s:9:\"transform\";i:39;s:19:\"transition-duration\";i:40;s:10:\"max-height\";i:41;s:10:\"border-top\";i:42;s:17:\"border-left-width\";i:43;s:17:\"border-left-style\";i:44;s:18:\"border-right-width\";i:45;s:18:\"border-right-style\";i:46;s:11:\"border-left\";i:47;s:10:\"font-style\";i:48;s:15:\"text-decoration\";i:49;s:8:\"overflow\";i:50;s:16:\"background-color\";i:51;s:10:\"min-height\";i:52;s:17:\"-webkit-flex-wrap\";i:53;s:13:\"-ms-flex-wrap\";i:54;s:9:\"flex-wrap\";i:55;s:13:\"border-radius\";i:56;s:12:\"border-right\";i:57;s:11:\"font-weight\";i:58;s:10:\"text-align\";i:59;s:11:\"align-items\";i:60;s:15:\"justify-content\";i:61;s:14:\"flex-direction\";i:62;s:10:\"list-style\";i:63;s:5:\"color\";i:64;s:11:\"text-shadow\";i:65;s:6:\"border\";i:66;s:10:\"flex-basis\";i:67;s:6:\"cursor\";i:68;s:14:\"vertical-align\";i:69;s:11:\"text-indent\";i:70;s:13:\"border-bottom\";i:71;s:17:\"-webkit-flex-flow\";i:72;s:14:\"-moz-flex-flow\";i:73;s:13:\"-ms-flex-flow\";i:74;s:9:\"flex-flow\";i:75;s:23:\"-webkit-justify-content\";i:76;s:20:\"-moz-justify-content\";i:77;s:19:\"-ms-justify-content\";i:78;s:7:\"outline\";i:79;s:19:\"background-position\";i:80;s:24:\"-webkit-text-size-adjust\";i:81;s:20:\"-ms-text-size-adjust\";i:82;s:6:\"quotes\";i:83;s:14:\"border-spacing\";i:84;s:15:\"border-collapse\";i:85;s:11:\"font-family\";i:86;s:14:\"font-smoothing\";i:87;s:23:\"-moz-osx-font-smoothing\";i:88;s:17:\"background-repeat\";i:89;s:21:\"background-attachment\";i:90;s:23:\"-webkit-background-size\";i:91;s:20:\"-moz-background-size\";i:92;s:15:\"background-size\";i:93;s:18:\"-webkit-appearance\";i:94;s:12:\"border-color\";i:95;s:10:\"visibility\";i:96;s:15:\"list-style-type\";i:97;s:19:\"list-style-position\";i:98;s:12:\"font-variant\";i:99;s:14:\"text-transform\";i:100;s:5:\"speak\";i:101;s:12:\"border-width\";i:102;s:12:\"border-style\";i:103;s:9:\"min-width\";i:104;s:22:\"border-top-left-radius\";i:105;s:25:\"border-bottom-left-radius\";i:106;s:19:\"border-bottom-color\";i:107;s:23:\"border-top-right-radius\";i:108;s:22:\"border-radius-topright\";i:109;s:26:\"border-bottom-right-radius\";i:110;s:25:\"border-radius-bottomright\";i:111;s:11:\"empty-cells\";i:112;s:21:\"border-radius-topleft\";i:113;s:24:\"border-radius-bottomleft\";i:114;s:16:\"transition-delay\";i:115;s:10:\"overflow-x\";i:116;s:16:\"background-image\";i:117;s:14:\"outline-offset\";i:118;s:10:\"word-break\";i:119;s:14:\"mix-blend-mode\";i:120;s:22:\"-webkit-flex-direction\";i:121;s:18:\"-ms-flex-direction\";i:122;s:12:\"-webkit-flex\";i:123;s:8:\"-ms-flex\";i:124;s:4:\"flex\";i:125;s:22:\"-webkit-animation-name\";i:126;s:14:\"animation-name\";i:127;s:26:\"-webkit-animation-duration\";i:128;s:23:\"-moz-animation-duration\";i:129;s:21:\"-o-animation-duration\";i:130;s:18:\"animation-duration\";i:131;s:10:\"align-self\";i:132;s:14:\"pointer-events\";i:133;s:15:\"-moz-appearance\";i:134;s:10:\"appearance\";i:135;s:24:\"-moz-backface-visibility\";i:136;s:22:\"-o-backface-visibility\";i:137;s:19:\"border-bottom-width\";i:138;s:19:\"border-bottom-style\";i:139;s:11:\"white-space\";i:140;s:11:\"margin-righ\";i:141;s:9:\"flex-grow\";i:142;s:13:\"align-content\";i:143;s:19:\"-moz-animation-name\";i:144;s:18:\"-ms-animation-name\";i:145;s:17:\"-o-animation-name\";i:146;s:22:\"-ms-animation-duration\";i:147;s:33:\"-webkit-animation-timing-function\";i:148;s:30:\"-moz-animation-timing-function\";i:149;s:29:\"-ms-animation-timing-function\";i:150;s:28:\"-o-animation-timing-function\";i:151;s:25:\"animation-timing-function\";i:152;s:23:\"-webkit-animation-delay\";i:153;s:20:\"-moz-animation-delay\";i:154;s:19:\"-ms-animation-delay\";i:155;s:18:\"-o-animation-delay\";i:156;s:15:\"animation-delay\";i:157;s:27:\"-webkit-animation-fill-mode\";i:158;s:24:\"-moz-animation-fill-mode\";i:159;s:23:\"-ms-animation-fill-mode\";i:160;s:22:\"-o-animation-fill-mode\";i:161;s:19:\"animation-fill-mode\";i:162;s:12:\"table-layout\";i:163;s:19:\"background-repeat-y\";i:164;s:16:\"border-top-width\";i:165;s:16:\"border-top-style\";i:166;s:16:\"border-top-color\";i:167;s:18:\"-webkit-align-self\";i:168;s:15:\"-moz-align-self\";i:169;s:14:\"-ms-align-self\";i:170;s:33:\"-webkit-animation-iteration-count\";i:171;s:25:\"animation-iteration-count\";i:172;s:4:\"clip\";i:173;s:9:\"clip-path\";i:174;s:14:\"letter-spacing\";i:175;s:16:\"list-style-image\";i:176;s:19:\"-webkit-user-select\";i:177;s:16:\"-moz-user-select\";i:178;s:11:\"user-select\";i:179;s:27:\"-webkit-tap-highlight-color\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (161, 'chld_thm_cfg_options_dict_val', 'a:1021:{i:1;s:5:\"315px\";i:2;s:4:\"both\";i:3;s:4:\"60px\";i:4;s:1:\"0\";i:5;s:4:\"none\";i:6;s:5:\"193px\";i:7;s:5:\"250px\";i:8;s:4:\"100%\";i:9;s:7:\"33.333%\";i:10;s:3:\"50%\";i:11;s:4:\"30px\";i:12;s:4:\"50px\";i:13;s:4:\"40px\";i:14;s:4:\"20px\";i:15;s:8:\"absolute\";i:16;s:4:\"80px\";i:17;s:2:\"99\";i:18;s:3:\"7px\";i:19;s:4:\"26px\";i:20;s:5:\"block\";i:21;s:8:\"relative\";i:22;s:2:\"4%\";i:23;s:2:\"2%\";i:24;s:6:\"3.735%\";i:25;s:7:\"4.2415%\";i:26;s:5:\"5.82%\";i:27;s:6:\"2.855%\";i:28;s:11:\"-webkit-box\";i:29;s:8:\"-moz-box\";i:30;s:11:\"-ms-flexbox\";i:31;s:12:\"-webkit-flex\";i:32;s:4:\"flex\";i:33;s:3:\"ltr\";i:34;s:1:\"1\";i:35;s:4:\"left\";i:36;s:4:\"10px\";i:37;s:10:\"break-word\";i:38;s:4:\"18px\";i:39;s:4:\".4em\";i:40;s:4:\"14px\";i:41;s:4:\"auto\";i:42;s:3:\"10%\";i:43;s:21:\"\"3 .column.size-1of3\"\";i:44;s:21:\"\"2 .column.size-1of2\"\";i:45;s:21:\"\"1 .column.size-1of1\"\";i:46;s:19:\"all .2s ease-in-out\";i:47;s:24:\"fadeLeft .4s ease-in-out\";i:48;s:3:\"0 0\";i:49;s:20:\"Grow .4s ease-in-out\";i:50;s:20:\"Grow .8s ease-in-out\";i:51;s:7:\"visible\";i:52;s:23:\"flipInX .6s ease-in-out\";i:53;s:23:\"flipInY .6s ease-in-out\";i:54;s:3:\"26%\";i:55;s:3:\"34%\";i:56;s:4:\"25px\";i:57;s:5:\"right\";i:58;s:5:\"-10px\";i:59;s:10:\"border-box\";i:60;s:4:\"5.5%\";i:61;s:5:\"2.75%\";i:62;s:7:\"20.875%\";i:63;s:7:\"29.667%\";i:64;s:7:\"18.539%\";i:65;s:7:\"73.625%\";i:66;s:7:\"28.353%\";i:67;s:5:\"7.47%\";i:68;s:7:\"46.265%\";i:69;s:7:\"14.941%\";i:70;s:7:\"64.833%\";i:71;s:6:\"4.242%\";i:72;s:7:\"45.758%\";i:73;s:6:\"8.483%\";i:74;s:7:\"16.967%\";i:75;s:5:\"57.8%\";i:76;s:6:\"4.758%\";i:77;s:7:\"45.242%\";i:78;s:6:\"9.516%\";i:79;s:6:\"47.25%\";i:80;s:6:\"44.18%\";i:81;s:6:\"11.64%\";i:82;s:5:\"36.7%\";i:83;s:6:\"7.493%\";i:84;s:7:\"14.986%\";i:85;s:5:\"9.27%\";i:86;s:7:\"13.174%\";i:87;s:7:\"26.347%\";i:88;s:5:\"15.6%\";i:89;s:7:\"17.628%\";i:90;s:7:\"35.256%\";i:91;s:8:\"12.0833%\";i:92;s:7:\"22.759%\";i:93;s:7:\"45.517%\";i:94;s:12:\"46.26485569%\";i:95;s:12:\"28.35314092%\";i:96;s:7:\"18.638%\";i:97;s:12:\"27.67780634%\";i:98;s:12:\"44.17989418%\";i:99;s:7:\"25.573%\";i:100;s:7:\"12.083%\";i:101;s:2:\"8%\";i:102;s:3:\"19%\";i:103;s:3:\"28%\";i:104;s:7:\"28.571%\";i:105;s:3:\"73%\";i:106;s:6:\"5.479%\";i:107;s:7:\"26.027%\";i:108;s:7:\"10.959%\";i:109;s:7:\"44.521%\";i:110;s:7:\"21.918%\";i:111;s:3:\"64%\";i:112;s:5:\"6.25%\";i:113;s:6:\"43.75%\";i:114;s:5:\"12.5%\";i:115;s:3:\"25%\";i:116;s:5:\"56.8%\";i:117;s:6:\"7.042%\";i:118;s:7:\"42.958%\";i:119;s:7:\"14.085%\";i:120;s:3:\"46%\";i:121;s:6:\"8.696%\";i:122;s:7:\"41.304%\";i:123;s:7:\"17.391%\";i:124;s:5:\"35.2%\";i:125;s:7:\"11.364%\";i:126;s:7:\"22.727%\";i:127;s:7:\"14.286%\";i:128;s:7:\"21.053%\";i:129;s:7:\"42.105%\";i:130;s:5:\"13.6%\";i:131;s:7:\"29.412%\";i:132;s:7:\"58.824%\";i:133;s:3:\"40%\";i:134;s:3:\"80%\";i:135;s:12:\"44.52054795%\";i:136;s:12:\"26.02739726%\";i:137;s:7:\"15.625%\";i:138;s:12:\"41.30434783%\";i:139;s:7:\"21.739%\";i:140;s:2:\"3%\";i:141;s:4:\"1.5%\";i:142;s:6:\"22.75%\";i:143;s:7:\"31.333%\";i:144;s:6:\"9.574%\";i:145;s:6:\"74.25%\";i:146;s:5:\"2.02%\";i:147;s:6:\"30.64%\";i:148;s:5:\"4.04%\";i:149;s:6:\"47.98%\";i:150;s:6:\"8.081%\";i:151;s:7:\"65.667%\";i:152;s:6:\"2.284%\";i:153;s:7:\"47.716%\";i:154;s:6:\"4.569%\";i:155;s:6:\"9.137%\";i:156;s:5:\"58.8%\";i:157;s:6:\"2.551%\";i:158;s:7:\"47.449%\";i:159;s:6:\"5.102%\";i:160;s:5:\"48.5%\";i:161;s:6:\"3.093%\";i:162;s:7:\"46.907%\";i:163;s:6:\"6.186%\";i:164;s:5:\"38.2%\";i:165;s:6:\"3.927%\";i:166;s:6:\"7.853%\";i:167;s:6:\"4.787%\";i:168;s:6:\"6.593%\";i:169;s:7:\"13.187%\";i:170;s:5:\"17.6%\";i:171;s:6:\"8.523%\";i:172;s:7:\"17.045%\";i:173;s:8:\"14.1667%\";i:174;s:7:\"10.588%\";i:175;s:7:\"21.176%\";i:176;s:12:\"47.97979798%\";i:177;s:12:\"30.63973064%\";i:178;s:7:\"21.574%\";i:179;s:12:\"30.28764805%\";i:180;s:12:\"46.90721649%\";i:181;s:6:\"29.21%\";i:182;s:7:\"14.167%\";i:183;s:3:\"75%\";i:184;s:7:\"66.667%\";i:185;s:3:\"60%\";i:186;s:3:\"20%\";i:187;s:8:\"16.6667%\";i:188;s:12:\"33.33333333%\";i:189;s:7:\"16.667%\";i:190;s:6:\"normal\";i:191;s:19:\"all .4s ease-in-out\";i:192;s:26:\"margin-top .4s ease-in-out\";i:193;s:7:\"initial\";i:194;s:38:\"fadeIn 1s 1 cubic-bezier(.77,0,.175,1)\";i:195;s:6:\"inline\";i:196;s:22:\"0 0 7px rgba(0,0,0,.1)\";i:197;s:4:\"21px\";i:198;s:4:\"54px\";i:199;s:5:\"-20px\";i:200;s:13:\"translateY(0)\";i:201;s:3:\".7s\";i:202;s:5:\"225px\";i:203;s:4:\"9999\";i:204;s:4:\"28px\";i:205;s:5:\"190px\";i:206;s:5:\"185px\";i:207;s:5:\"-32px\";i:208;s:3:\"3px\";i:209;s:5:\"solid\";i:210;s:5:\"237px\";i:211;s:5:\"-40px\";i:212;s:4:\"19px\";i:213;s:4:\"-3px\";i:214;s:44:\"fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:215;s:43:\"fadeInRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:216;s:42:\"fadeInLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:217;s:43:\"fadeOutLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:218;s:5:\"-45px\";i:219;s:4:\"16px\";i:220;s:4:\"13px\";i:221;s:3:\"90%\";i:222;s:4:\"-5px\";i:223;s:3:\"999\";i:224;s:7:\"79.125%\";i:225;s:4:\"23px\";i:226;s:3:\"1px\";i:227;s:7:\"#e2e2e2\";i:228;s:2:\"\"\"\";i:229;s:3:\"70%\";i:230;s:2:\"9%\";i:231;s:3:\"81%\";i:232;s:6:\"77.25%\";i:233;s:5:\"fixed\";i:234;s:4:\"33px\";i:235;s:4:\"24px\";i:236;s:127:\"left .8s cubic-bezier(.77,0,.175,1),background .4s ease-in-out,opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:237;s:142:\"left .8s cubic-bezier(.77,0,.175,1),background .4s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:238;s:4:\"42px\";i:239;s:4:\"70px\";i:240;s:4:\"45px\";i:241;s:4:\"35px\";i:242;s:4:\"47px\";i:243;s:4:\"32px\";i:244;s:5:\"534px\";i:245;s:5:\"392px\";i:246;s:5:\"345px\";i:247;s:5:\"155px\";i:248;s:5:\"108px\";i:249;s:5:\"340px\";i:250;s:5:\"242px\";i:251;s:5:\"210px\";i:252;s:5:\"145px\";i:253;s:3:\"5px\";i:254;s:4:\"55px\";i:255;s:5:\"195px\";i:256;s:5:\"675px\";i:257;s:4:\"65px\";i:258;s:5:\"215px\";i:259;s:5:\"119px\";i:260;s:6:\"hidden\";i:261;s:4:\"wrap\";i:262;s:7:\"29.666%\";i:263;s:11:\"3px 0 0 3px\";i:264;s:11:\"0 3px 3px 0\";i:265;s:12:\"inline-block\";i:266;s:3:\"500\";i:267;s:3:\"400\";i:268;s:6:\"center\";i:269;s:5:\"50.5%\";i:270;s:5:\"350px\";i:271;s:8:\"flex-end\";i:272;s:13:\"space-between\";i:273;s:6:\"column\";i:274;s:4:\"81px\";i:275;s:3:\"6px\";i:276;s:2:\"5%\";i:277;s:4:\"-1px\";i:278;s:4:\"22px\";i:279;s:4:\"64px\";i:280;s:6:\"1080px\";i:281;s:4:\"#666\";i:282;s:7:\"#2ea3f2\";i:283;s:4:\"#333\";i:284;s:20:\"rgba(255,255,255,.9)\";i:285;s:14:\"rgba(0,0,0,.3)\";i:286;s:4:\"#fff\";i:287;s:7:\"inherit\";i:288;s:20:\"rgba(255,255,255,.8)\";i:289;s:14:\"rgba(0,0,0,.6)\";i:290;s:14:\"rgba(0,0,0,.7)\";i:291;s:24:\"0 1px 3px rgba(0,0,0,.3)\";i:292;s:14:\"2px solid #fff\";i:293;s:11:\"transparent\";i:294;s:4:\"#bbb\";i:295;s:7:\"#e8e8e8\";i:296;s:20:\"rgba(153,153,153,.5)\";i:297;s:4:\"#999\";i:298;s:20:\"rgba(255,255,255,.5)\";i:299;s:7:\"justify\";i:300;s:7:\"pointer\";i:301;s:4:\".7em\";i:302;s:6:\".715em\";i:303;s:40:\"fadeLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:304;s:41:\"fadeRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:305;s:39:\"fadeTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:306;s:42:\"fadeBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:307;s:22:\"attr(data-icon-tablet)\";i:308;s:10:\"table-cell\";i:309;s:3:\"8px\";i:310;s:9:\"2px solid\";i:311;s:3:\"top\";i:312;s:4:\"15px\";i:313;s:4:\"52px\";i:314;s:4:\"96px\";i:315;s:4:\"48px\";i:316;s:4:\"7.5%\";i:317;s:6:\"16.21%\";i:318;s:5:\"11.5%\";i:319;s:7:\"28.333%\";i:320;s:5:\"136px\";i:321;s:6:\"46.25%\";i:322;s:5:\".75em\";i:323;s:5:\"100px\";i:324;s:5:\"-38px\";i:325;s:15:\"rgba(0,0,0,.05)\";i:326;s:3:\"2px\";i:327;s:4:\"53px\";i:328;s:3:\"9px\";i:329;s:4:\"46px\";i:330;s:7:\"-1.5rem\";i:331;s:4:\"3rem\";i:332;s:4:\"51px\";i:333;s:4:\"49px\";i:334;s:4:\"75px\";i:335;s:4:\"27px\";i:336;s:4:\"17px\";i:337;s:5:\"-13px\";i:338;s:7:\"-9999px\";i:339;s:2:\"6%\";i:340;s:4:\"-8px\";i:341;s:5:\"-1rem\";i:342;s:4:\"2rem\";i:343;s:9:\"3px 0 0 0\";i:344;s:9:\"0 3px 0 0\";i:345;s:11:\"0 0 3px 3px\";i:346;s:7:\"0 0 3px\";i:347;s:2:\"10\";i:348;s:4:\"12px\";i:349;s:5:\"300px\";i:350;s:17:\"1px solid #d9d9d9\";i:351;s:5:\"220px\";i:352;s:5:\"222px\";i:353;s:21:\"attr(data-icon-phone)\";i:354;s:4:\"9.5%\";i:355;s:6:\"45.25%\";i:356;s:17:\"1px solid #e0dadf\";i:357;s:5:\"104px\";i:358;s:4:\"58px\";i:359;s:5:\"140px\";i:360;s:7:\"-.75rem\";i:361;s:6:\"1.5rem\";i:362;s:5:\"156px\";i:363;s:5:\"200px\";i:364;s:3:\"16%\";i:365;s:3:\"12%\";i:366;s:6:\".857em\";i:367;s:6:\".287em\";i:368;s:5:\"-3rem\";i:369;s:4:\"6rem\";i:370;s:5:\"280px\";i:371;s:4:\"43px\";i:372;s:4:\"44px\";i:373;s:5:\"384px\";i:374;s:5:\"182px\";i:375;s:5:\"400px\";i:376;s:4:\"36px\";i:377;s:3:\"row\";i:378;s:10:\"scale(.75)\";i:379;s:8:\"baseline\";i:380;s:9:\"5px solid\";i:381;s:12:\"line-through\";i:382;s:8:\"collapse\";i:383;s:28:\"\"Open Sans\",Arial,sans-serif\";i:384;s:11:\"antialiased\";i:385;s:9:\"grayscale\";i:386;s:5:\"1.7em\";i:387;s:9:\"no-repeat\";i:388;s:10:\"top center\";i:389;s:5:\"cover\";i:390;s:3:\"1em\";i:391;s:3:\"700\";i:392;s:6:\"italic\";i:393;s:21:\"Courier New,monospace\";i:394;s:4:\".8em\";i:395;s:4:\".3em\";i:396;s:5:\"1.5em\";i:397;s:8:\"checkbox\";i:398;s:5:\"radio\";i:399;s:14:\"1px solid #bbb\";i:400;s:7:\"#4e4e4e\";i:401;s:7:\"#2d3940\";i:402;s:7:\"#3e3e3e\";i:403;s:3:\"4px\";i:404;s:3:\"\" \"\";i:405;s:68:\"background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out\";i:406;s:2:\"0s\";i:407;s:25:\"0 0 10px 0 rgba(0,0,0,.2)\";i:408;s:6:\"1200px\";i:409;s:6:\"1425px\";i:410;s:23:\"opacity .4s ease-in-out\";i:411;s:7:\"all .2s\";i:412;s:3:\"2em\";i:413;s:21:\"2px solid transparent\";i:414;s:4:\"-1em\";i:415;s:9:\"ETmodules\";i:416;s:5:\"\"\\35\"\";i:417;s:5:\".15em\";i:418;s:5:\"-16px\";i:419;s:14:\"1px solid #eee\";i:420;s:4:\"#555\";i:421;s:4:\"disc\";i:422;s:6:\"inside\";i:423;s:7:\"decimal\";i:424;s:3:\"1.7\";i:425;s:4:\"63px\";i:426;s:6:\"100001\";i:427;s:6:\"100000\";i:428;s:58:\"background-color .4s,transform .4s,opacity .4s ease-in-out\";i:429;s:3:\"600\";i:430;s:5:\"99999\";i:431;s:22:\"0 1px 0 rgba(0,0,0,.1)\";i:432;s:5:\"111px\";i:433;s:5:\"177px\";i:434;s:5:\"147px\";i:435;s:1:\"3\";i:436;s:4:\"66px\";i:437;s:5:\"-33px\";i:438;s:4:\"-9px\";i:439;s:6:\"middle\";i:440;s:1:\"2\";i:441;s:18:\"translate3d(0,0,0)\";i:442;s:3:\"54%\";i:443;s:4:\"-2px\";i:444;s:7:\"\"\\e090\"\";i:445;s:7:\"\"\\e076\"\";i:446;s:17:\"color .3s ease 0s\";i:447;s:42:\"background-color .4s,color .4s ease-in-out\";i:448;s:7:\"\"\\e07a\"\";i:449;s:2:\".7\";i:450;s:5:\"\"\\55\"\";i:451;s:4:\"1000\";i:452;s:41:\"fadeInTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:453;s:42:\"fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:454;s:5:\"\"\\4d\"\";i:455;s:2:\"-1\";i:456;s:13:\"rgba(0,0,0,0)\";i:457;s:4:\"-6px\";i:458;s:4:\"#eee\";i:459;s:7:\"#dadada\";i:460;s:17:\"1px solid #dadada\";i:461;s:7:\"#ef8f61\";i:462;s:4:\"#ccc\";i:463;s:17:\"\"\\53\\53\\53\\53\\53\"\";i:464;s:6:\".587em\";i:465;s:7:\"#ececec\";i:466;s:4:\"39px\";i:467;s:14:\"rgba(0,0,0,.2)\";i:468;s:5:\"150px\";i:469;s:17:\"1px solid #bcc8c9\";i:470;s:7:\"#bcc8c9\";i:471;s:3:\"300\";i:472;s:5:\"1.3em\";i:473;s:7:\"#d9d9d9\";i:474;s:7:\"#f4f4f4\";i:475;s:4:\"#000\";i:476;s:6:\"999999\";i:477;s:7:\"6.6666%\";i:478;s:16:\"opacity .5s ease\";i:479;s:17:\"1px solid #e2e2e2\";i:480;s:6:\"bottom\";i:481;s:3:\"21%\";i:482;s:24:\"0 2px 5px rgba(0,0,0,.1)\";i:483;s:15:\"rgba(0,0,0,.03)\";i:484;s:3:\"800\";i:485;s:3:\"\"3\"\";i:486;s:5:\".67em\";i:487;s:5:\"2.3em\";i:488;s:25:\"1px solid rgba(0,0,0,.03)\";i:489;s:6:\"33.33%\";i:490;s:4:\"62px\";i:491;s:5:\"790px\";i:492;s:5:\"\"\\61\"\";i:493;s:4:\"#222\";i:494;s:20:\"rgba(255,255,255,.7)\";i:495;s:5:\"160px\";i:496;s:7:\"#1f1f1f\";i:497;s:15:\"rgba(0,0,0,.32)\";i:498;s:21:\"rgba(255,255,255,.05)\";i:499;s:3:\"96%\";i:500;s:14:\"1px solid #ddd\";i:501;s:7:\"#f3f3f3\";i:502;s:6:\"0 none\";i:503;s:4:\"#ddd\";i:504;s:4:\"show\";i:505;s:9:\"underline\";i:506;s:4:\"bold\";i:507;s:16:\"Arial,Sans-Serif\";i:508;s:7:\"#9f9f9f\";i:509;s:10:\"capitalize\";i:510;s:3:\"9pt\";i:511;s:15:\"rgba(0,0,0,.15)\";i:512;s:7:\"#7cc68d\";i:513;s:7:\"#c37cc6\";i:514;s:7:\"#cd5c5c\";i:515;s:7:\"#edb059\";i:516;s:14:\"rgba(0,0,0,.4)\";i:517;s:45:\"fadeInRight 1.5s 1 cubic-bezier(.77,0,.175,1)\";i:518;s:5:\"125px\";i:519;s:3:\"\"2\"\";i:520;s:45:\"fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:521;s:44:\"fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:522;s:20:\"rgba(255,255,255,.6)\";i:523;s:7:\"all .7s\";i:524;s:13:\"rotate(45deg)\";i:525;s:9:\"rotate(0)\";i:526;s:3:\".3s\";i:527;s:5:\"320px\";i:528;s:5:\"-100%\";i:529;s:36:\"right .8s cubic-bezier(.77,0,.175,1)\";i:530;s:14:\"rgba(0,0,0,.1)\";i:531;s:62:\"left .8s cubic-bezier(.77,0,.175,1),margin-top .4s ease-in-out\";i:532;s:4:\"11px\";i:533;s:2:\".6\";i:534;s:7:\"all .5s\";i:535;s:14:\"rotate(180deg)\";i:536;s:30:\".5s cubic-bezier(.77,0,.175,1)\";i:537;s:33:\"1s .1s cubic-bezier(.77,0,.175,1)\";i:538;s:2:\".4\";i:539;s:5:\"table\";i:540;s:29:\"1s ease-in-out,padding-top 0s\";i:541;s:3:\".95\";i:542;s:4:\"34px\";i:543;s:14:\"1px solid #fff\";i:544;s:5:\"-31px\";i:545;s:14:\"1s ease-in-out\";i:546;s:15:\".3s ease-in-out\";i:547;s:8:\"scale(1)\";i:548;s:3:\".1s\";i:549;s:3:\".2s\";i:550;s:3:\".4s\";i:551;s:3:\".5s\";i:552;s:3:\".6s\";i:553;s:3:\".8s\";i:554;s:3:\".9s\";i:555;s:2:\"1s\";i:556;s:4:\"1.1s\";i:557;s:4:\"1.2s\";i:558;s:4:\"1.3s\";i:559;s:4:\"1.4s\";i:560;s:4:\"1.5s\";i:561;s:4:\"1.6s\";i:562;s:4:\"1.7s\";i:563;s:4:\"1.8s\";i:564;s:4:\"1.9s\";i:565;s:2:\"2s\";i:566;s:4:\"2.1s\";i:567;s:4:\"2.2s\";i:568;s:4:\"2.3s\";i:569;s:4:\"2.4s\";i:570;s:4:\"2.5s\";i:571;s:4:\"2.6s\";i:572;s:4:\"2.7s\";i:573;s:4:\"2.8s\";i:574;s:4:\"2.9s\";i:575;s:2:\"3s\";i:576;s:7:\"#974df3\";i:577;s:7:\"\"\\e625\"\";i:578;s:7:\"#7e3bd0\";i:579;s:25:\"background-color .5s ease\";i:580;s:3:\"1vw\";i:581;s:6:\"scroll\";i:582;s:7:\"\"\\e093\"\";i:583;s:7:\"\"\\e094\"\";i:584;s:7:\"\"\\e096\"\";i:585;s:7:\"\"\\e095\"\";i:586;s:7:\"\"\\e09d\"\";i:587;s:7:\"\"\\e097\"\";i:588;s:7:\"\"\\e09a\"\";i:589;s:7:\"\"\\e0a2\"\";i:590;s:7:\"\"\\e0a6\"\";i:591;s:7:\"\"\\e0a1\"\";i:592;s:7:\"\"\\e09b\"\";i:593;s:7:\"\"\\e0a3\"\";i:594;s:7:\"\"\\e09c\"\";i:595;s:7:\"\"\\e09e\"\";i:596;s:15:\"attr(data-icon)\";i:597;s:5:\"240px\";i:598;s:17:\"3px solid #2ea3f2\";i:599;s:5:\"-23px\";i:600;s:7:\"#82c0c7\";i:601;s:4:\".5em\";i:602;s:7:\"#29c4a9\";i:603;s:31:\"0 5px 10px rgba(41,196,169,.15)\";i:604;s:22:\"\"Open Sans\",sans-serif\";i:605;s:20:\"rgba(255,255,255,.2)\";i:606;s:58:\"url(./includes/builder/styles/images/subscribe-loader.gif)\";i:607;s:7:\"#f7f7f7\";i:608;s:12:\"0 1px 0 #ccc\";i:609;s:23:\"#0073aa #006799 #006799\";i:610;s:7:\"#0085ba\";i:611;s:15:\"0 1px 0 #006799\";i:612;s:73:\"0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799\";i:613;s:7:\"#008ec2\";i:614;s:7:\"#0073aa\";i:615;s:21:\"inset 0 2px 0 #006799\";i:616;s:7:\"#23282d\";i:617;s:7:\"#fafafa\";i:618;s:35:\"inset 0 2px 5px -3px rgba(0,0,0,.5)\";i:619;s:15:\"translateY(1px)\";i:620;s:4:\"87px\";i:621;s:5:\"110px\";i:622;s:5:\"-30px\";i:623;s:3:\"47%\";i:624;s:9:\"break-all\";i:625;s:1:\"5\";i:626;s:2:\"11\";i:627;s:5:\"unset\";i:628;s:4:\"29px\";i:629;s:9:\"3px solid\";i:630;s:5:\"550px\";i:631;s:10:\"flex-start\";i:632;s:17:\"1px solid #bebebe\";i:633;s:7:\"#fcfcfc\";i:634;s:8:\"1 1 auto\";i:635;s:23:\"0 0 12px rgba(0,0,0,.1)\";i:636;s:5:\"25.5%\";i:637;s:7:\"#bebebe\";i:638;s:5:\"-.5em\";i:639;s:6:\"1.03em\";i:640;s:5:\"1.6em\";i:641;s:5:\"-14px\";i:642;s:3:\"1.5\";i:643;s:4:\"90px\";i:644;s:11:\"content-box\";i:645;s:28:\"inset 0 0 3px rgba(0,0,0,.3)\";i:646;s:4:\"31px\";i:647;s:7:\"#f5f5f5\";i:648;s:5:\"\"\\7c\"\";i:649;s:7:\"#1f6581\";i:650;s:5:\"754px\";i:651;s:15:\"rgba(0,0,0,.35)\";i:652;s:17:\"1px solid #d8d8d8\";i:653;s:5:\"\"\\49\"\";i:654;s:3:\"100\";i:655;s:19:\"all .5s ease-in-out\";i:656;s:14:\"rgba(51,51,51)\";i:657;s:32:\"et_pb_video_slider_item_fade_out\";i:658;s:40:\"et_pb_video_slider_item_overlay_fade_out\";i:659;s:31:\"et_pb_video_slider_item_fade_in\";i:660;s:15:\"rgba(0,0,0,.25)\";i:661;s:3:\"15%\";i:662;s:5:\"18.4%\";i:663;s:5:\"23.5%\";i:664;s:3:\"32%\";i:665;s:3:\"49%\";i:666;s:9:\"scale(.8)\";i:667;s:8:\"-1.39rem\";i:668;s:7:\"2.78rem\";i:669;s:24:\"1px solid rgba(0,0,0,.1)\";i:670;s:13:\"1px solid red\";i:671;s:23:\"padding .4s ease-in-out\";i:672;s:7:\"\"\\e906\"\";i:673;s:5:\"start\";i:674;s:1:\"9\";i:675;s:7:\"\"\\e050\"\";i:676;s:7:\"\"\\e04f\"\";i:677;s:5:\"440px\";i:678;s:5:\"230px\";i:679;s:3:\"-3%\";i:680;s:5:\"105px\";i:681;s:20:\"translate(-50%,-50%)\";i:682;s:9:\"dashicons\";i:683;s:7:\"\"\\f147\"\";i:684;s:9:\"6px solid\";i:685;s:40:\"#666 transparent transparent transparent\";i:686;s:16:\"translateY(-50%)\";i:687;s:3:\"red\";i:688;s:9:\"-moz-flex\";i:689;s:8:\"-ms-flex\";i:690;s:5:\"-1.5%\";i:691;s:14:\"scale(.01,.01)\";i:692;s:3:\"17%\";i:693;s:4:\"38px\";i:694;s:4:\".1em\";i:695;s:10:\"opacity 1s\";i:696;s:4:\"72px\";i:697;s:17:\"1px solid #e5e5e5\";i:698;s:7:\"all .3s\";i:699;s:3:\"55%\";i:700;s:7:\"all .4s\";i:701;s:27:\"2px -2px 5px rgba(0,0,0,.1)\";i:702;s:5:\"-11px\";i:703;s:15:\"translate(0,3%)\";i:704;s:7:\"stretch\";i:705;s:8:\"0 1 auto\";i:706;s:6:\"static\";i:707;s:16:\"calc(100% - 1px)\";i:708;s:6:\"nowrap\";i:709;s:17:\"translate(0,-50%)\";i:710;s:8:\"0 0 auto\";i:711;s:4:\"#aaa\";i:712;s:7:\"#b2b2b2\";i:713;s:3:\"200\";i:714;s:4:\"59px\";i:715;s:5:\"\"\\45\"\";i:716;s:4:\"-7px\";i:717;s:5:\"\"\\60\"\";i:718;s:7:\"\"\\e068\"\";i:719;s:5:\"500px\";i:720;s:5:\"180px\";i:721;s:5:\"442px\";i:722;s:5:\"390px\";i:723;s:5:\"284px\";i:724;s:5:\"380px\";i:725;s:5:\"275px\";i:726;s:5:\"170px\";i:727;s:29:\"inset 0 0 10px rgba(0,0,0,.1)\";i:728;s:9:\"list-item\";i:729;s:5:\"-24px\";i:730;s:5:\"-22px\";i:731;s:5:\"\"\\34\"\";i:732;s:2:\".5\";i:733;s:8:\"fadeLeft\";i:734;s:11:\"ease-in-out\";i:735;s:10:\"fadeBottom\";i:736;s:7:\"#464646\";i:737;s:51:\"url(./includes/builder/styles/images/preloader.gif)\";i:738;s:14:\"rgba(0,0,0,.5)\";i:739;s:9:\"color .3s\";i:740;s:29:\"inset 0 0 7px rgba(0,0,0,.07)\";i:741;s:11:\"display .3s\";i:742;s:13:\"center center\";i:743;s:5:\"100vh\";i:744;s:8:\"row wrap\";i:745;s:11:\"column wrap\";i:746;s:13:\"column nowrap\";i:747;s:11:\"row-reverse\";i:748;s:5:\"800px\";i:749;s:5:\"3.5em\";i:750;s:22:\"height .2s ease-in-out\";i:751;s:7:\"#f9f9f9\";i:752;s:11:\"3px 3px 0 0\";i:753;s:6:\"linear\";i:754;s:3:\"45%\";i:755;s:3:\"33%\";i:756;s:3:\"35%\";i:757;s:8:\"285.75px\";i:758;s:2:\"98\";i:759;s:5:\"\" | \"\";i:760;s:4:\"3.8%\";i:761;s:7:\"2.992em\";i:762;s:3:\"48%\";i:763;s:6:\"30.75%\";i:764;s:6:\"22.15%\";i:765;s:6:\"16.95%\";i:766;s:5:\"13.5%\";i:767;s:11:\"text-bottom\";i:768;s:7:\"#77a464\";i:769;s:2:\"7%\";i:770;s:42:\"slideWidth 1s 1 cubic-bezier(.77,0,.175,1)\";i:771;s:8:\"infinite\";i:772;s:10:\"et_pb_fade\";i:773;s:22:\"translate3d(0,-100%,0)\";i:774;s:13:\"et_pb_fadeTop\";i:775;s:21:\"translate3d(100%,0,0)\";i:776;s:15:\"et_pb_fadeRight\";i:777;s:21:\"translate3d(0,100%,0)\";i:778;s:16:\"et_pb_fadeBottom\";i:779;s:22:\"translate3d(-100%,0,0)\";i:780;s:14:\"et_pb_fadeLeft\";i:781;s:11:\"et_pb_slide\";i:782;s:14:\"et_pb_slideTop\";i:783;s:16:\"et_pb_slideRight\";i:784;s:17:\"et_pb_slideBottom\";i:785;s:15:\"et_pb_slideLeft\";i:786;s:12:\"et_pb_bounce\";i:787;s:15:\"et_pb_bounceTop\";i:788;s:22:\"translate3d(200px,0,0)\";i:789;s:17:\"et_pb_bounceRight\";i:790;s:18:\"et_pb_bounceBottom\";i:791;s:16:\"et_pb_bounceLeft\";i:792;s:10:\"et_pb_zoom\";i:793;s:13:\"et_pb_zoomTop\";i:794;s:15:\"et_pb_zoomRight\";i:795;s:16:\"et_pb_zoomBottom\";i:796;s:14:\"et_pb_zoomLeft\";i:797;s:25:\"perspective(0) rotateX(0)\";i:798;s:10:\"et_pb_flip\";i:799;s:13:\"et_pb_flipTop\";i:800;s:25:\"perspective(0) rotateY(0)\";i:801;s:15:\"et_pb_flipRight\";i:802;s:16:\"et_pb_flipBottom\";i:803;s:14:\"et_pb_flipLeft\";i:804;s:10:\"et_pb_fold\";i:805;s:13:\"et_pb_foldTop\";i:806;s:15:\"et_pb_foldRight\";i:807;s:16:\"et_pb_foldBottom\";i:808;s:14:\"et_pb_foldLeft\";i:809;s:10:\"et_pb_roll\";i:810;s:13:\"et_pb_rollTop\";i:811;s:15:\"et_pb_rollRight\";i:812;s:16:\"et_pb_rollBottom\";i:813;s:14:\"et_pb_rollLeft\";i:814;s:1:\"8\";i:815;s:21:\"rect(1px,1px,1px,1px)\";i:816;s:10:\"inset(50%)\";i:817;s:24:\"0 1px 1px rgba(0,0,0,.1)\";i:818;s:16:\"1px 1px 1px #fff\";i:819;s:17:\"1px solid #e2e2ba\";i:820;s:53:\"url(./epanel/shortcodes/images/shortcodes-sprite.png)\";i:821;s:10:\"-97px -2px\";i:822;s:17:\"1px solid #fbfbef\";i:823;s:7:\"#ada771\";i:824;s:7:\"#f9f9dc\";i:825;s:22:\"inset 0 0 45px #efefc0\";i:826;s:17:\"1px solid #e0b1b1\";i:827;s:11:\"-75px -41px\";i:828;s:17:\"1px solid #fceeec\";i:829;s:7:\"#ad7676\";i:830;s:7:\"#ffd9d5\";i:831;s:22:\"inset 0 0 45px #f0bfba\";i:832;s:17:\"1px solid #b9dbb6\";i:833;s:11:\"-23px -19px\";i:834;s:17:\"1px solid #f1f9f0\";i:835;s:7:\"#7ea57b\";i:836;s:7:\"#dff7dd\";i:837;s:22:\"inset 0 0 45px #cbe5c9\";i:838;s:17:\"1px solid #b3d8d3\";i:839;s:10:\"-23px -2px\";i:840;s:17:\"1px solid #f1fafb\";i:841;s:7:\"#80acb0\";i:842;s:7:\"#ddf5f7\";i:843;s:22:\"inset 0 0 45px #c6edf0\";i:844;s:17:\"1px solid #fafafa\";i:845;s:7:\"#737373\";i:846;s:22:\"inset 0 0 45px #e7e7e7\";i:847;s:5:\"-94px\";i:848;s:5:\"235px\";i:849;s:17:\"1px solid #dbdbdb\";i:850;s:7:\"#6d6e6e\";i:851;s:30:\"1px 1px 5px 1px rgba(0,0,0,.1)\";i:852;s:5:\"129px\";i:853;s:11:\"-120px -2px\";i:854;s:17:\"1px solid #e7e7e7\";i:855;s:17:\"1px -1px 0 0 #fff\";i:856;s:14:\"1px 1px 0 #fff\";i:857;s:18:\"-1px 0 0 0 #e7e7e7\";i:858;s:10:\"-58px -2px\";i:859;s:11:\"-58px -14px\";i:860;s:22:\"inset 1px 1px 0 0 #fff\";i:861;s:10:\"-45px -1px\";i:862;s:11:\"-45px -14px\";i:863;s:7:\"#4c4c4c\";i:864;s:14:\"1px 0 0 0 #fff\";i:865;s:31:\"Century Gothic,Arial,sans-serif\";i:866;s:6:\"30.66%\";i:867;s:6:\"65.32%\";i:868;s:3:\"22%\";i:869;s:3:\"74%\";i:870;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1)\";i:871;s:30:\"1px 1px 0 rgba(255,255,255,.3)\";i:872;s:17:\"1px solid #3e8ff4\";i:873;s:7:\"#2b63a8\";i:874;s:7:\"#88bdff\";i:875;s:26:\"top:#88bdff:0:#60a7ff:100%\";i:876;s:7:\"#23528c\";i:877;s:17:\"1px solid #51b5e4\";i:878;s:7:\"#348db6\";i:879;s:7:\"#8edbff\";i:880;s:26:\"top:#8edbff:0:#60cdff:100%\";i:881;s:7:\"#287295\";i:882;s:17:\"1px solid #48bec0\";i:883;s:7:\"#3da7a9\";i:884;s:7:\"#61eef0\";i:885;s:26:\"top:#61eef0:0:#59dcde:100%\";i:886;s:7:\"#309192\";i:887;s:17:\"1px solid #4dab46\";i:888;s:7:\"#569d51\";i:889;s:7:\"#94e48d\";i:890;s:26:\"top:#94e48d:0:#82cf7c:100%\";i:891;s:7:\"#478542\";i:892;s:17:\"1px solid #db9c51\";i:893;s:7:\"#c7822f\";i:894;s:7:\"#ffcb8c\";i:895;s:26:\"top:#ffcb8c:0:#ffb660:100%\";i:896;s:7:\"#a96c23\";i:897;s:17:\"1px solid #c3c3c3\";i:898;s:7:\"#595a5a\";i:899;s:26:\"top:#f5f5f5:0:#e2e2e2:100%\";i:900;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.9),1px 1px 1px rgba(0,0,0,.1)\";i:901;s:7:\"#454545\";i:902;s:17:\"1px solid #0e0e0e\";i:903;s:7:\"#5b5b5b\";i:904;s:26:\"top:#5b5b5b:0:#383838:100%\";i:905;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.2),1px 1px 1px rgba(0,0,0,.1)\";i:906;s:16:\"-1px -1px 0 #000\";i:907;s:17:\"1px solid #d85353\";i:908;s:7:\"#9a3e3e\";i:909;s:7:\"#ff7979\";i:910;s:26:\"top:#ff7979:0:#ff5f5f:100%\";i:911;s:7:\"#803030\";i:912;s:17:\"1px solid #b15cb9\";i:913;s:7:\"#914d97\";i:914;s:7:\"#e782f1\";i:915;s:26:\"top:#e782f1:0:#d271da:100%\";i:916;s:7:\"#753b7a\";i:917;s:17:\"1px solid #8b53d8\";i:918;s:7:\"#653e9a\";i:919;s:7:\"#b279ff\";i:920;s:26:\"top:#b279ff:0:#a35fff:100%\";i:921;s:7:\"#563386\";i:922;s:26:\"top:#f5f5f5:0:#e1e1e1:100%\";i:923;s:7:\"#404040\";i:924;s:9:\"-3px -2px\";i:925;s:11:\"-206px -2px\";i:926;s:12:\"-169px -19px\";i:927;s:11:\"-164px -2px\";i:928;s:12:\"-151px -33px\";i:929;s:12:\"-188px -19px\";i:930;s:12:\"-131px -33px\";i:931;s:12:\"-131px -18px\";i:932;s:12:\"-147px -17px\";i:933;s:11:\"-147px -2px\";i:934;s:11:\"-184px -2px\";i:935;s:12:\"-171px -36px\";i:936;s:17:\"none outside none\";i:937;s:10:\"-3px -24px\";i:938;s:10:\"-3px -40px\";i:939;s:26:\"top:#f9f9f9:0:#f5f5f5:100%\";i:940;s:7:\"#e7e7e7\";i:941;s:13:\"-1px 0 0 #fff\";i:942;s:5:\"1200%\";i:943;s:12:\"1px 0 0 #fff\";i:944;s:24:\"0 1px 2px rgba(0,0,0,.1)\";i:945;s:5:\"149px\";i:946;s:14:\"0 1px 0 0 #fff\";i:947;s:5:\"148px\";i:948;s:27:\"left:#f9f9f9:0:#f5f5f5:100%\";i:949;s:4:\"-4px\";i:950;s:7:\"#363636\";i:951;s:5:\"117px\";i:952;s:28:\"inset 0 0 4px rgba(0,0,0,.5)\";i:953;s:12:\"0 1px 0 #fff\";i:954;s:11:\"-23px -36px\";i:955;s:4:\"37px\";i:956;s:12:\"-190px -37px\";i:957;s:11:\"-275px -2px\";i:958;s:27:\"top:#f3f3f3:1%:#fefefe:100%\";i:959;s:28:\"inset 0 0 1px rgba(0,0,0,.1)\";i:960;s:28:\"inset 0 0 5px rgba(0,0,0,.6)\";i:961;s:7:\"#201f1f\";i:962;s:10:\"-74px -2px\";i:963;s:11:\"-75px -21px\";i:964;s:11:\"-230px -3px\";i:965;s:7:\"#53b4c7\";i:966;s:9:\"uppercase\";i:967;s:56:\"-moz-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:968;s:59:\"-webkit-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:969;s:54:\"-o-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:970;s:55:\"-ms-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:971;s:57:\"linear-gradient(to bottom,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:972;s:11:\"-74px -20px\";i:973;s:20:\"inset 1px 0 0 0 #fff\";i:974;s:7:\"#94c65c\";i:975;s:13:\"Georgia,serif\";i:976;s:23:\"0 0 18px rgba(0,0,0,.2)\";i:977;s:7:\"#d6d5d5\";i:978;s:17:\"1px solid #d6d5d5\";i:979;s:28:\"inset 0 0 4px rgba(0,0,0,.4)\";i:980;s:7:\"#595959\";i:981;s:4:\"77px\";i:982;s:11:\"-45px -35px\";i:983;s:11:\"-97px -25px\";i:984;s:4:\"57px\";i:985;s:12:\"-206px -20px\";i:986;s:11:\"-251px -2px\";i:987;s:12:\"-251px -22px\";i:988;s:3:\"1.2\";i:989;s:3:\"95%\";i:990;s:4:\".001\";i:991;s:16:\"all .5s ease-out\";i:992;s:2:\".8\";i:993;s:7:\"1000000\";i:994;s:7:\"#0b0b0b\";i:995;s:7:\"1000001\";i:996;s:2:\"\'\'\";i:997;s:4:\"1045\";i:998;s:8:\"progress\";i:999;s:13:\"-moz-zoom-out\";i:1000;s:16:\"-webkit-zoom-out\";i:1001;s:8:\"zoom-out\";i:1002;s:15:\"-webkit-zoom-in\";i:1003;s:12:\"-moz-zoom-in\";i:1004;s:7:\"zoom-in\";i:1005;s:5:\"-.8em\";i:1006;s:4:\"1044\";i:1007;s:4:\"1046\";i:1008;s:3:\".65\";i:1009;s:27:\"Arial,Baskerville,monospace\";i:1010;s:3:\".55\";i:1011;s:5:\"900px\";i:1012;s:6:\"56.25%\";i:1013;s:22:\"0 0 8px rgba(0,0,0,.6)\";i:1014;s:28:\"\'Open Sans\',Arial,sans-serif\";i:1015;s:2:\".2\";i:1016;s:4:\"#444\";i:1017;s:7:\"#bdbdbd\";i:1018;s:5:\"-36px\";i:1019;s:5:\"600px\";i:1020;s:6:\"-300px\";i:1021;s:0:\"\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (162, 'chld_thm_cfg_options_dict_seq', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (163, 'chld_thm_cfg_options_dict_token', 'a:0:{}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (164, 'chld_thm_cfg_options_val_ndx', 'a:3915:{i:1;s:13:\"VE=hT?GUatlBA\";i:2;s:13:\"EH=hT?GUqtlBA\";i:3;s:13:\">J=hT?GU6tlBA\";i:4;s:13:\">J=hT?GU:tlBA\";i:5;s:13:\"EH=hT?GU\"tlBA\";i:6;s:13:\"VE=hT?GUOBlBA\";i:7;s:13:\"VE=hT?GUfulBA\";i:8;s:13:\">J=hT?GU:tlBA\";i:9;s:13:\"EH=hT?GU\"tlBA\";i:10;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:11;s:13:\"9M=hT?GUuBlBA\";i:12;s:13:\"VE=hT?GU!BlBA\";i:13;s:13:\"VE=hT?GU>BlBA\";i:14;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:15;s:12:\"bS=hT?GU/A$A\";i:16;s:13:\"EH=hT?GU~AlBA\";i:17;s:12:\"EH=hT?GUpA$A\";i:18;s:13:\"sP=hT?GUTClBA\";i:19;s:13:\"sP=hT?GUDClBA\";i:20;s:13:\"_X=hT?GUjClBA\";i:21;s:13:\"(a=hT?GUzClBA\";i:22;s:13:\"VE=hT?GUuBlBA\";i:23;s:13:\">J=hT?GU:tlBA\";i:24;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:25;s:13:\"EH=hT?GU\"tlBA\";i:26;s:13:\"(a=hT?GUjClBA\";i:27;s:13:\"yd=hT?GU(ClBA\";i:28;s:13:\"hg=hT?GU_vlBA\";i:29;s:13:\"hg=hT?GUvulBA\";i:30;s:34:\"Sj=hT?GUIDlB;L.4Fx}MBAkn=hT?GU/A$A\";i:31;s:24:\"Am=hT?GUDClB?L.4Fx~5EABA\";i:32;s:24:\"Am=hT?GUoDlB^L.4Fxs@AABA\";i:33;s:46:\"qu=hT?GU5wlB#L.4Fxs@(A1k=hT?GUoDlB^L.4Fx}MBABA\";i:34;s:35:\"pu=hT?GU4DlB#L.4Fxrj*A;C=hT?GUvulBA\";i:35;s:24:\"WE=hT?GUvulBAM.4Fxs@&ABA\";i:36;s:34:\"0d=hT?GU/wlBbL.4Fx}M&A$T=hT?GU/A$A\";i:37;s:46:\"I0=hT?GU}DlBIM.4Fx}MBAeZ=hT?GU}DlBAM.4Fx}MBABA\";i:38;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:39;s:46:\"I0=hT?GUNElBIM.4Fx}MBAeZ=hT?GUNElBAM.4Fx}MBABA\";i:40;s:46:\"I0=hT?GUdElBIM.4Fx}MBAeZ=hT?GUdElBAM.4Fx}MBABA\";i:41;s:46:\"I0=hT?GUtElBIM.4Fx}MBAeZ=hT?GUtElBAM.4Fx}MBABA\";i:42;s:46:\"I0=hT?GU9ElBIM.4Fx}MBAeZ=hT?GU9ElBAM.4Fx}MBABA\";i:43;s:46:\"I0=hT?GU=ElBIM.4Fx}MBAeZ=hT?GU=ElBAM.4Fx}MBABA\";i:44;s:12:\"sP=hT?GU/A$A\";i:45;s:12:\"bS=hT?GU/A$A\";i:46;s:12:\"bS=hT?GU/A$A\";i:47;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:48;s:13:\"VE=hT?GUuBlBA\";i:49;s:13:\">J=hT?GU:tlBA\";i:50;s:43:\"ou=hT?OUCFlB&!DA(afBFB;}C\"#zgAVtjt,ub@3X5FA\";i:51;s:13:\"t8=hT?GUHGlBA\";i:52;s:24:\"d#=hT?GUXGlB#L.4FxrjFABA\";i:53;s:13:\"EH=hT?GU~AlBA\";i:54;s:13:\"VE=hT?GUuBlBA\";i:55;s:67:\"xP=hT?GUnGlBjL.4Fx}MBA[Q=hT?GU/A$A[CSOYM)ZBt8M_Q3nE3kAi\"wBJHNz!PvWA\";i:56;s:13:\"_X=hT?GU,GlBA\";i:57;s:56:\"wP=hT?GU|GlBjL.4Fx}MBA[Q=hT?GU/A$A[CSOYM)ZBtXL_Q3nE3zD$A\";i:58;s:35:\"0d=hT?GU.DlB;L.4FxrjKAw(=hT?GUcHlBA\";i:59;s:13:\"VE=hT?GUvulBA\";i:60;s:89:\"zP=hT?GUt0lBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:61;s:13:\"),=hT?GU8HlBA\";i:62;s:13:\"),=hT?GU<HlBA\";i:63;s:13:\"),=hT?GUBIlBA\";i:64;s:13:\"(a=hT?GU:tlBA\";i:65;s:13:\"z:=hT?GURIlBA\";i:66;s:46:\"l==hT?GUhIlBsM.4Fxs@LA2[=hT?GUhIlB0M.4Fxs@LABA\";i:67;s:79:\"#}=hT?GUxIlBoM.4FxrjMA,>=hT?GU[IlBwM.4FxrjMAl_=hT?GU%IlB8M.4Fxs@<A;C>hT?GUH2lBA\";i:68;s:67:\"n==hT?GUWJlBsM.4Fx}MNA2[=hT?GUWJlB0M.4Fx}MNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:69;s:67:\"n==hT?GUmJlBsM.4FxrjNA2[=hT?GUmJlB0M.4FxrjNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:70;s:68:\"aE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU:tlBIM.4Fxs@&AeZ=hT?GU:tlBAM.4Fxs@&ABA\";i:71;s:13:\"(a=hT?GU2JlBA\";i:72;s:13:\"(a=hT?GU+JlBA\";i:73;s:13:\"9M=hT?GU>BlBA\";i:74;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:75;s:13:\"KV=hT?GU{JlBA\";i:76;s:46:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4Fx~5OABA\";i:77;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:78;s:35:\"XE=hT?GUuBlB(L.4Fx}MBAeZ=hT?GUuBlBA\";i:79;s:13:\"nu=hT?GU4DlBA\";i:80;s:13:\"yd=hT?GU(ClBA\";i:81;s:13:\"sP=hT?GU:tlBA\";i:82;s:13:\">J=hT?GU7KlBA\";i:83;s:13:\"bS=hT?GUDClBA\";i:84;s:13:\"VE=hT?GUuBlBA\";i:85;s:13:\"bS=hT?GU;KlBA\";i:86;s:35:\"XE=hT?GUALlBjL.4Fx}MPA[Q=hT?GU7KlBA\";i:87;s:24:\"WE=hT?GUQLlBjL.4Fx}MPABA\";i:88;s:13:\"bS=hT?GUgLlBA\";i:89;s:13:\"VE=hT?GUwLlBA\";i:90;s:13:\"bS=hT?GUdElBA\";i:91;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:92;s:24:\"WE=hT?GUFMlBjL.4Fxs@QABA\";i:93;s:13:\"bS=hT?GUVMlBA\";i:94;s:13:\"VE=hT?GUlMlBA\";i:95;s:13:\"bS=hT?GU1MlBA\";i:96;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:97;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:98;s:13:\"bS=hT?GUKNlBA\";i:99;s:13:\"VE=hT?GUaNlBA\";i:100;s:13:\"bS=hT?GUqNlBA\";i:101;s:35:\"XE=hT?GU6NlBjL.4Fx~5TA[Q=hT?GU:NlBA\";i:102;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:103;s:13:\"bS=hT?GU:NlBA\";i:104;s:13:\"VE=hT?GU\"NlBA\";i:105;s:13:\"bS=hT?GU9ElBA\";i:106;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:107;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:108;s:13:\"bS=hT?GUfOlBA\";i:109;s:13:\"VE=hT?GUvOlBA\";i:110;s:13:\"bS=hT?GU#OlBA\";i:111;s:24:\"WE=hT?GUuBlBvL.4Fx}MVABA\";i:112;s:13:\"VE=hT?GUQLlBA\";i:113;s:13:\"bS=hT?GUEPlBA\";i:114;s:24:\"WE=hT?GUuBlBvL.4Fx}MQABA\";i:115;s:13:\"VE=hT?GUALlBA\";i:116;s:13:\"bS=hT?GUUPlBA\";i:117;s:24:\"WE=hT?GUuBlBvL.4Fxs@VABA\";i:118;s:13:\"VE=hT?GU0PlBA\";i:119;s:13:\"bS=hT?GU)PlBA\";i:120;s:24:\"WE=hT?GUuBlBvL.4Fx~5WABA\";i:121;s:13:\"VE=hT?GUJQlBA\";i:122;s:13:\"bS=hT?GUZQlBA\";i:123;s:24:\"WE=hT?GUuBlBvL.4FxrjXABA\";i:124;s:12:\">J=hT?GU/A$A\";i:125;s:12:\"EH=hT?GUpA$A\";i:126;s:12:\">J=hT?GU/A$A\";i:127;s:12:\">J=hT?GU/A$A\";i:128;s:12:\"bS=hT?GU/A$A\";i:129;s:12:\">J=hT?GU/A$A\";i:130;s:12:\"EH=hT?GUpA$A\";i:131;s:12:\">J=hT?GU/A$A\";i:132;s:12:\"bS=hT?GU/A$A\";i:133;s:12:\">J=hT?GU/A$A\";i:134;s:12:\"EH=hT?GUpA$A\";i:135;s:13:\"EH=hT?GU~AlBA\";i:136;s:12:\">J=hT?GU/A$A\";i:137;s:12:\"bS=hT?GU/A$A\";i:138;s:12:\">J=hT?GU/A$A\";i:139;s:12:\"EH=hT?GUpA$A\";i:140;s:12:\">J=hT?GU/A$A\";i:141;s:12:\"bS=hT?GU/A$A\";i:142;s:12:\">J=hT?GU/A$A\";i:143;s:12:\"EH=hT?GUpA$A\";i:144;s:12:\">J=hT?GU/A$A\";i:145;s:12:\"bS=hT?GU/A$A\";i:146;s:12:\">J=hT?GU/A$A\";i:147;s:12:\"EH=hT?GUpA$A\";i:148;s:12:\">J=hT?GU/A$A\";i:149;s:12:\"bS=hT?GU/A$A\";i:150;s:12:\"bS=hT?GU/A$A\";i:151;s:12:\">J=hT?GU/A$A\";i:152;s:12:\">J=hT?GU/A$A\";i:153;s:12:\">J=hT?GU/A$A\";i:154;s:12:\"bS=hT?GU/A$A\";i:155;s:13:\"bS=hT?GUUPlBA\";i:156;s:13:\"bS=hT?GUEPlBA\";i:157;s:13:\"bS=hT?GU9ElBA\";i:158;s:13:\"VE=hT?GUuBlBA\";i:159;s:13:\"bS=hT?GUdElBA\";i:160;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:161;s:12:\">J=hT?GU/A$A\";i:162;s:12:\"EH=hT?GUpA$A\";i:163;s:13:\"EH=hT?GU~AlBA\";i:164;s:35:\"XE=hT?GU$LlBjL.4Fxs@QA[Q=hT?GU@LlBA\";i:165;s:12:\"bS=hT?GU/A$A\";i:166;s:24:\"WE=hT?GUFMlBjL.4Fxs@QABA\";i:167;s:13:\"bS=hT?GUVMlBA\";i:168;s:24:\"WE=hT?GU5QlBjL.4Fxs@QABA\";i:169;s:13:\"bS=hT?GU@LlBA\";i:170;s:24:\"WE=hT?GUuBlBvL.4FxrjRABA\";i:171;s:12:\"bS=hT?GU/A$A\";i:172;s:24:\"WE=hT?GU/QlBjL.4Fxs@QABA\";i:173;s:13:\"bS=hT?GUUPlBA\";i:174;s:24:\"WE=hT?GUuBlBvL.4Fxs@VABA\";i:175;s:12:\"bS=hT?GU/A$A\";i:176;s:13:\"VE=hT?GUuBlBA\";i:177;s:13:\"bS=hT?GU1MlBA\";i:178;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:179;s:12:\">J=hT?GU/A$A\";i:180;s:12:\"EH=hT?GUpA$A\";i:181;s:35:\"XE=hT?GU*MlBjL.4FxrjSA[Q=hT?GU`MlBA\";i:182;s:12:\"bS=hT?GU/A$A\";i:183;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:184;s:13:\"bS=hT?GUKNlBA\";i:185;s:24:\"WE=hT?GU*MlBjL.4FxrjSABA\";i:186;s:13:\"bS=hT?GUEPlBA\";i:187;s:24:\"WE=hT?GUuBlBvL.4Fx}MQABA\";i:188;s:12:\"bS=hT?GU/A$A\";i:189;s:24:\"WE=hT?GU~QlBjL.4FxrjSABA\";i:190;s:13:\"bS=hT?GUZQlBA\";i:191;s:24:\"WE=hT?GUuBlBvL.4FxrjXABA\";i:192;s:12:\"bS=hT?GU/A$A\";i:193;s:24:\"WE=hT?GUORlBjL.4FxrjSABA\";i:194;s:13:\"bS=hT?GUZQlBA\";i:195;s:13:\"bS=hT?GUpQlBA\";i:196;s:12:\"bS=hT?GU/A$A\";i:197;s:13:\"VE=hT?GUuBlBA\";i:198;s:13:\"bS=hT?GU9ElBA\";i:199;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:200;s:12:\">J=hT?GU/A$A\";i:201;s:12:\"EH=hT?GUpA$A\";i:202;s:35:\"XE=hT?GUPOlBjL.4FxrjUA[Q=hT?GUfOlBA\";i:203;s:12:\"bS=hT?GU/A$A\";i:204;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:205;s:13:\"bS=hT?GUfOlBA\";i:206;s:24:\"WE=hT?GUeRlBjL.4FxrjUABA\";i:207;s:13:\"bS=hT?GUUPlBA\";i:208;s:13:\"bS=hT?GUkPlBA\";i:209;s:12:\"bS=hT?GU/A$A\";i:210;s:24:\"WE=hT?GUuRlBjL.4FxrjUABA\";i:211;s:13:\"bS=hT?GUZQlBA\";i:212;s:13:\"bS=hT?GUpQlBA\";i:213;s:12:\"bS=hT?GU/A$A\";i:214;s:35:\"XE=hT?GUALlBjL.4Fx}MPA[Q=hT?GU7KlBA\";i:215;s:24:\"WE=hT?GU$LlBjL.4Fxs@QABA\";i:216;s:24:\"?J=hT?GU7KlBvL.4Fx}MPABA\";i:217;s:12:\">J=hT?GU/A$A\";i:218;s:13:\"VE=hT?GU!RlBA\";i:219;s:13:\"bS=hT?GUpQlBA\";i:220;s:13:\"VE=hT?GU0PlBA\";i:221;s:13:\"bS=hT?GU_PlBA\";i:222;s:13:\"VE=hT?GUALlBA\";i:223;s:13:\"bS=hT?GUkPlBA\";i:224;s:13:\"VE=hT?GUQLlBA\";i:225;s:13:\"bS=hT?GUgLlBA\";i:226;s:13:\"VE=hT?GU\"NlBA\";i:227;s:13:\"bS=hT?GUfOlBA\";i:228;s:13:\"VE=hT?GUuBlBA\";i:229;s:13:\"bS=hT?GU7KlBA\";i:230;s:23:\"FH=hT?GUpA$A;CSOYM?IFtA\";i:231;s:13:\"bS=hT?GU@LlBA\";i:232;s:13:\"VE=hT?GUALlBA\";i:233;s:13:\"bS=hT?GUkPlBA\";i:234;s:23:\"FH=hT?GUpA$A;CSOYMB]EtA\";i:235;s:13:\"bS=hT?GUkPlBA\";i:236;s:13:\"VE=hT?GUwLlBA\";i:237;s:13:\"bS=hT?GU@LlBA\";i:238;s:13:\"VE=hT?GUlMlBA\";i:239;s:13:\"bS=hT?GU`MlBA\";i:240;s:13:\"VE=hT?GUQLlBA\";i:241;s:13:\"bS=hT?GUgLlBA\";i:242;s:13:\"VE=hT?GUQLlBA\";i:243;s:13:\"bS=hT?GUgLlBA\";i:244;s:13:\"VE=hT?GUlMlBA\";i:245;s:13:\"bS=hT?GU`MlBA\";i:246;s:13:\"VE=hT?GUALlBA\";i:247;s:13:\"bS=hT?GUkPlBA\";i:248;s:13:\"VE=hT?GU\"NlBA\";i:249;s:13:\"bS=hT?GUfOlBA\";i:250;s:13:\"VE=hT?GU\"NlBA\";i:251;s:13:\"bS=hT?GUfOlBA\";i:252;s:13:\"VE=hT?GUALlBA\";i:253;s:13:\"bS=hT?GUkPlBA\";i:254;s:13:\"VE=hT?GU0PlBA\";i:255;s:13:\"bS=hT?GU_PlBA\";i:256;s:13:\"VE=hT?GUaNlBA\";i:257;s:13:\"bS=hT?GU:NlBA\";i:258;s:13:\"VE=hT?GUaNlBA\";i:259;s:13:\"bS=hT?GU:NlBA\";i:260;s:13:\"VE=hT?GU0PlBA\";i:261;s:13:\"bS=hT?GU_PlBA\";i:262;s:13:\"VE=hT?GUaNlBA\";i:263;s:13:\"bS=hT?GU:NlBA\";i:264;s:13:\"VE=hT?GUvOlBA\";i:265;s:13:\"bS=hT?GU?OlBA\";i:266;s:13:\"VE=hT?GUvOlBA\";i:267;s:13:\"bS=hT?GU?OlBA\";i:268;s:13:\"VE=hT?GUaNlBA\";i:269;s:13:\"bS=hT?GU:NlBA\";i:270;s:13:\"VE=hT?GU\"NlBA\";i:271;s:13:\"bS=hT?GUfOlBA\";i:272;s:13:\"VE=hT?GU!RlBA\";i:273;s:13:\"bS=hT?GUpQlBA\";i:274;s:13:\"VE=hT?GU!RlBA\";i:275;s:13:\"bS=hT?GUpQlBA\";i:276;s:13:\"VE=hT?GU\"NlBA\";i:277;s:13:\"bS=hT?GUfOlBA\";i:278;s:13:\"VE=hT?GUALlBA\";i:279;s:13:\"bS=hT?GUkPlBA\";i:280;s:13:\"VE=hT?GU\"NlBA\";i:281;s:13:\"bS=hT?GUfOlBA\";i:282;s:13:\"VE=hT?GU0PlBA\";i:283;s:13:\"bS=hT?GU_PlBA\";i:284;s:13:\"VE=hT?GUaNlBA\";i:285;s:13:\"bS=hT?GU:NlBA\";i:286;s:23:\"?J=hT?GU/A$A[CSOYM*+EtA\";i:287;s:23:\"?J=hT?GU/A$A[CSOYMLUFtA\";i:288;s:23:\"?J=hT?GU/A$A[CSOYM@1FtA\";i:289;s:12:\"KV=hT?GU/A$A\";i:290;s:12:\"KV=hT?GU/A$A\";i:291;s:12:\"KV=hT?GU/A$A\";i:292;s:12:\"KV=hT?GU/A$A\";i:293;s:12:\"KV=hT?GU/A$A\";i:294;s:23:\"?J=hT?GU/A$A[CSOYMLUFtA\";i:295;s:23:\"?J=hT?GU/A$A[CSOYM@1FtA\";i:296;s:12:\"KV=hT?GU/A$A\";i:297;s:13:\">J=hT?GU>RlBA\";i:298;s:13:\"bS=hT?GUDClBA\";i:299;s:13:\"VE=hT?GUuBlBA\";i:300;s:13:\"bS=hT?GU}DlBA\";i:301;s:35:\"XE=hT?GUDSlBjL.4FxrjZA[Q=hT?GU>RlBA\";i:302;s:24:\"WE=hT?GUTSlBjL.4FxrjZABA\";i:303;s:13:\"bS=hT?GUjSlBA\";i:304;s:13:\"VE=hT?GUzSlBA\";i:305;s:13:\"bS=hT?GU(SlBA\";i:306;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:307;s:24:\"WE=hT?GUYTlBjL.4Fx}MbABA\";i:308;s:13:\"bS=hT?GUoTlBA\";i:309;s:13:\"VE=hT?GU4TlBA\";i:310;s:13:\"bS=hT?GU.TlBA\";i:311;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:312;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:313;s:13:\"bS=hT?GUdUlBA\";i:314;s:13:\"VE=hT?GUtUlBA\";i:315;s:13:\"bS=hT?GU9UlBA\";i:316;s:35:\"XE=hT?GU=UlBjL.4Fxs@dA[Q=hT?GUCVlBA\";i:317;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:318;s:13:\"bS=hT?GUCVlBA\";i:319;s:13:\"VE=hT?GUSVlBA\";i:320;s:13:\"bS=hT?GUiVlBA\";i:321;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:322;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:323;s:13:\"bS=hT?GU&VlBA\";i:324;s:13:\"VE=hT?GU]VlBA\";i:325;s:13:\"bS=hT?GUHWlBA\";i:326;s:24:\"WE=hT?GUuBlBvL.4Fx~5fABA\";i:327;s:13:\"VE=hT?GUTSlBA\";i:328;s:13:\"bS=hT?GUnWlBA\";i:329;s:24:\"WE=hT?GUuBlBvL.4Fx}MaABA\";i:330;s:13:\"VE=hT?GUDSlBA\";i:331;s:14:\"bS=hT?GU}j$ACA\";i:332;s:25:\"WE=hT?GUuBlBvL.4Fx}MYB6FA\";i:333;s:14:\"VE=hT?GU}j%ACA\";i:334;s:14:\"bS=hT?GU~@%ACA\";i:335;s:25:\"WE=hT?GUuBlBvL.4Fx}MiD6FA\";i:336;s:13:\"VE=hT?GUsHlBA\";i:337;s:14:\"bS=hT?GU~@&ACA\";i:338;s:25:\"WE=hT?GUuBlBvL.4Fx}M,E6FA\";i:339;s:12:\">J=hT?GU/A$A\";i:340;s:12:\"EH=hT?GUpA$A\";i:341;s:12:\">J=hT?GU/A$A\";i:342;s:12:\">J=hT?GU/A$A\";i:343;s:12:\"bS=hT?GU/A$A\";i:344;s:12:\">J=hT?GU/A$A\";i:345;s:12:\"EH=hT?GUpA$A\";i:346;s:12:\">J=hT?GU/A$A\";i:347;s:12:\"bS=hT?GU/A$A\";i:348;s:12:\">J=hT?GU/A$A\";i:349;s:12:\"EH=hT?GUpA$A\";i:350;s:13:\"EH=hT?GU~AlBA\";i:351;s:12:\">J=hT?GU/A$A\";i:352;s:12:\"bS=hT?GU/A$A\";i:353;s:12:\">J=hT?GU/A$A\";i:354;s:12:\"EH=hT?GUpA$A\";i:355;s:12:\">J=hT?GU/A$A\";i:356;s:12:\"bS=hT?GU/A$A\";i:357;s:12:\">J=hT?GU/A$A\";i:358;s:12:\"EH=hT?GUpA$A\";i:359;s:12:\">J=hT?GU/A$A\";i:360;s:12:\"bS=hT?GU/A$A\";i:361;s:12:\">J=hT?GU/A$A\";i:362;s:12:\"EH=hT?GUpA$A\";i:363;s:12:\">J=hT?GU/A$A\";i:364;s:12:\"bS=hT?GU/A$A\";i:365;s:12:\"bS=hT?GU/A$A\";i:366;s:12:\">J=hT?GU/A$A\";i:367;s:12:\">J=hT?GU/A$A\";i:368;s:12:\">J=hT?GU/A$A\";i:369;s:12:\"bS=hT?GU/A$A\";i:370;s:14:\"bS=hT?GU}j$ACA\";i:371;s:13:\"bS=hT?GUnWlBA\";i:372;s:13:\"bS=hT?GUiVlBA\";i:373;s:13:\"VE=hT?GUuBlBA\";i:374;s:13:\"bS=hT?GU(SlBA\";i:375;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:376;s:12:\">J=hT?GU/A$A\";i:377;s:12:\"EH=hT?GUpA$A\";i:378;s:13:\"EH=hT?GU~AlBA\";i:379;s:35:\"XE=hT?GU^SlBjL.4Fx}MbA[Q=hT?GUITlBA\";i:380;s:12:\"bS=hT?GU/A$A\";i:381;s:24:\"WE=hT?GUYTlBjL.4Fx}MbABA\";i:382;s:13:\"bS=hT?GUoTlBA\";i:383;s:25:\"WE=hT?GU~@(A]Q#(k)NoQm:CA\";i:384;s:13:\"bS=hT?GUITlBA\";i:385;s:24:\"WE=hT?GUuBlBvL.4Fx~5bABA\";i:386;s:12:\"bS=hT?GU/A$A\";i:387;s:25:\"WE=hT?GU}j)A]Q#(k)NoQm:CA\";i:388;s:14:\"bS=hT?GU}j$ACA\";i:389;s:25:\"WE=hT?GUuBlBvL.4Fx}MYB6FA\";i:390;s:12:\"bS=hT?GU/A$A\";i:391;s:13:\"VE=hT?GUuBlBA\";i:392;s:13:\"bS=hT?GU.TlBA\";i:393;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:394;s:12:\">J=hT?GU/A$A\";i:395;s:12:\"EH=hT?GUpA$A\";i:396;s:35:\"XE=hT?GU}TlBjL.4Fx~5cA[Q=hT?GUNUlBA\";i:397;s:12:\"bS=hT?GU/A$A\";i:398;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:399;s:13:\"bS=hT?GUdUlBA\";i:400;s:24:\"WE=hT?GU}TlBjL.4Fx~5cABA\";i:401;s:13:\"bS=hT?GUnWlBA\";i:402;s:24:\"WE=hT?GUuBlBvL.4Fx}MaABA\";i:403;s:12:\"bS=hT?GU/A$A\";i:404;s:25:\"WE=hT?GU~@)A]Q#(k)Noao:CA\";i:405;s:14:\"bS=hT?GU~@&ACA\";i:406;s:25:\"WE=hT?GUuBlBvL.4Fx}M,E6FA\";i:407;s:12:\"bS=hT?GU/A$A\";i:408;s:24:\"WE=hT?GUdUlBjL.4Fx~5cABA\";i:409;s:14:\"bS=hT?GU~@&ACA\";i:410;s:14:\"bS=hT?GU}j(ACA\";i:411;s:12:\"bS=hT?GU/A$A\";i:412;s:13:\"VE=hT?GUuBlBA\";i:413;s:13:\"bS=hT?GUiVlBA\";i:414;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:415;s:12:\">J=hT?GU/A$A\";i:416;s:12:\"EH=hT?GUpA$A\";i:417;s:35:\"XE=hT?GUyVlBjL.4Fxs@eA[Q=hT?GU&VlBA\";i:418;s:12:\"bS=hT?GU/A$A\";i:419;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:420;s:13:\"bS=hT?GU&VlBA\";i:421;s:25:\"WE=hT?GU}j*A]Q#(k)Nopr:CA\";i:422;s:14:\"bS=hT?GU}j$ACA\";i:423;s:14:\"bS=hT?GU~@$ACA\";i:424;s:12:\"bS=hT?GU/A$A\";i:425;s:25:\"WE=hT?GU~@*A]Q#(k)Nopr:CA\";i:426;s:14:\"bS=hT?GU~@&ACA\";i:427;s:14:\"bS=hT?GU}j(ACA\";i:428;s:12:\"bS=hT?GU/A$A\";i:429;s:35:\"XE=hT?GUDSlBjL.4FxrjZA[Q=hT?GU>RlBA\";i:430;s:24:\"WE=hT?GU^SlBjL.4Fx}MbABA\";i:431;s:24:\"?J=hT?GU>RlBvL.4FxrjZABA\";i:432;s:12:\">J=hT?GU/A$A\";i:433;s:13:\"VE=hT?GUsHlBA\";i:434;s:14:\"bS=hT?GU}j(ACA\";i:435;s:14:\"VE=hT?GU}j%ACA\";i:436;s:14:\"bS=hT?GU}j&ACA\";i:437;s:13:\"VE=hT?GUDSlBA\";i:438;s:14:\"bS=hT?GU~@$ACA\";i:439;s:13:\"VE=hT?GUTSlBA\";i:440;s:13:\"bS=hT?GUjSlBA\";i:441;s:13:\"VE=hT?GUSVlBA\";i:442;s:13:\"bS=hT?GU&VlBA\";i:443;s:13:\"VE=hT?GUuBlBA\";i:444;s:13:\"bS=hT?GU>RlBA\";i:445;s:23:\"FH=hT?GUpA$A;CSOYM@1HtA\";i:446;s:13:\"bS=hT?GUITlBA\";i:447;s:13:\"VE=hT?GUDSlBA\";i:448;s:14:\"bS=hT?GU~@$ACA\";i:449;s:23:\"FH=hT?GUpA$A;CSOYMAlHtA\";i:450;s:14:\"bS=hT?GU~@$ACA\";i:451;s:13:\"VE=hT?GUzSlBA\";i:452;s:13:\"bS=hT?GUITlBA\";i:453;s:13:\"VE=hT?GU4TlBA\";i:454;s:13:\"bS=hT?GUNUlBA\";i:455;s:13:\"VE=hT?GUTSlBA\";i:456;s:13:\"bS=hT?GUjSlBA\";i:457;s:13:\"VE=hT?GUTSlBA\";i:458;s:13:\"bS=hT?GUjSlBA\";i:459;s:13:\"VE=hT?GU4TlBA\";i:460;s:13:\"bS=hT?GUNUlBA\";i:461;s:13:\"VE=hT?GUDSlBA\";i:462;s:14:\"bS=hT?GU~@$ACA\";i:463;s:13:\"VE=hT?GUSVlBA\";i:464;s:13:\"bS=hT?GU&VlBA\";i:465;s:13:\"VE=hT?GUSVlBA\";i:466;s:13:\"bS=hT?GU&VlBA\";i:467;s:13:\"VE=hT?GUDSlBA\";i:468;s:14:\"bS=hT?GU~@$ACA\";i:469;s:14:\"VE=hT?GU}j%ACA\";i:470;s:14:\"bS=hT?GU}j&ACA\";i:471;s:13:\"VE=hT?GUtUlBA\";i:472;s:13:\"bS=hT?GUCVlBA\";i:473;s:13:\"VE=hT?GUtUlBA\";i:474;s:13:\"bS=hT?GUCVlBA\";i:475;s:14:\"VE=hT?GU}j%ACA\";i:476;s:14:\"bS=hT?GU}j&ACA\";i:477;s:13:\"VE=hT?GUtUlBA\";i:478;s:13:\"bS=hT?GUCVlBA\";i:479;s:13:\"VE=hT?GU]VlBA\";i:480;s:13:\"bS=hT?GUXWlBA\";i:481;s:13:\"VE=hT?GU]VlBA\";i:482;s:13:\"bS=hT?GUXWlBA\";i:483;s:13:\"VE=hT?GUtUlBA\";i:484;s:13:\"bS=hT?GUCVlBA\";i:485;s:13:\"VE=hT?GUSVlBA\";i:486;s:13:\"bS=hT?GU&VlBA\";i:487;s:13:\"VE=hT?GUsHlBA\";i:488;s:14:\"bS=hT?GU}j(ACA\";i:489;s:13:\"VE=hT?GUsHlBA\";i:490;s:14:\"bS=hT?GU}j(ACA\";i:491;s:13:\"VE=hT?GUSVlBA\";i:492;s:13:\"bS=hT?GU&VlBA\";i:493;s:13:\"VE=hT?GUDSlBA\";i:494;s:14:\"bS=hT?GU~@$ACA\";i:495;s:13:\"VE=hT?GUSVlBA\";i:496;s:13:\"bS=hT?GU&VlBA\";i:497;s:14:\"VE=hT?GU}j%ACA\";i:498;s:14:\"bS=hT?GU}j&ACA\";i:499;s:13:\"VE=hT?GUtUlBA\";i:500;s:13:\"bS=hT?GUCVlBA\";i:501;s:23:\"?J=hT?GU/A$A[CSOYMifHtA\";i:502;s:23:\"?J=hT?GU/A$A[CSOYM*+HtA\";i:503;s:23:\"?J=hT?GU/A$A[CSOYMtOItA\";i:504;s:12:\"KV=hT?GU/A$A\";i:505;s:12:\"KV=hT?GU/A$A\";i:506;s:12:\"KV=hT?GU/A$A\";i:507;s:12:\"KV=hT?GU/A$A\";i:508;s:12:\"KV=hT?GU/A$A\";i:509;s:23:\"?J=hT?GU/A$A[CSOYM*+HtA\";i:510;s:23:\"?J=hT?GU/A$A[CSOYMtOItA\";i:511;s:12:\"KV=hT?GU/A$A\";i:512;s:14:\">J=hT?GU}j+ACA\";i:513;s:13:\"bS=hT?GUDClBA\";i:514;s:13:\"VE=hT?GUuBlBA\";i:515;s:14:\"bS=hT?GU~@+ACA\";i:516;s:38:\"XE=hT?GU}j,A]Q#(k)No`,xBJt(\",ub@=1IDQA\";i:517;s:26:\"WE=hT?GU~@,A]Q#(k)No`,xBIA\";i:518;s:14:\"bS=hT?GU}j.ACA\";i:519;s:14:\"VE=hT?GU~@.ACA\";i:520;s:14:\"bS=hT?GU}j/ACA\";i:521;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:522;s:26:\"WE=hT?GU~@:A]Q#(k)No`,5BIA\";i:523;s:14:\"bS=hT?GU}j;ACA\";i:524;s:14:\"VE=hT?GU~@;ACA\";i:525;s:14:\"bS=hT?GU}j<ACA\";i:526;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:527;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:528;s:14:\"bS=hT?GU~@=ACA\";i:529;s:14:\"VE=hT?GU}j>ACA\";i:530;s:14:\"bS=hT?GU~@>ACA\";i:531;s:38:\"XE=hT?GU}j?A]Q#(k)No`,)BJt(\",ub@=1uDQA\";i:532;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:533;s:14:\"bS=hT?GU~@?ACA\";i:534;s:14:\"VE=hT?GU}j@ACA\";i:535;s:14:\"bS=hT?GU~@@ACA\";i:536;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:537;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:538;s:14:\"bS=hT?GU~@[ACA\";i:539;s:14:\"VE=hT?GU}j]ACA\";i:540;s:14:\"bS=hT?GU~@]ACA\";i:541;s:25:\"WE=hT?GUuBlBvL.4Fx}Mab6FA\";i:542;s:14:\"VE=hT?GU~@,ACA\";i:543;s:14:\"bS=hT?GU~@^ACA\";i:544;s:25:\"WE=hT?GUuBlBvL.4Fx}M:L6FA\";i:545;s:14:\"VE=hT?GU}j,ACA\";i:546;s:14:\"bS=hT?GU}j_ACA\";i:547;s:25:\"WE=hT?GUuBlBvL.4Fx}Mkd6FA\";i:548;s:14:\"VE=hT?GU}j`ACA\";i:549;s:14:\"bS=hT?GU~@`ACA\";i:550;s:25:\"WE=hT?GUuBlBvL.4Fx}Muf6FA\";i:551;s:14:\"VE=hT?GU~@{ACA\";i:552;s:14:\"bS=hT?GU}j|ACA\";i:553;s:25:\"WE=hT?GUuBlBvL.4Fx}M4h6FA\";i:554;s:12:\">J=hT?GU/A$A\";i:555;s:12:\"EH=hT?GUpA$A\";i:556;s:12:\">J=hT?GU/A$A\";i:557;s:12:\">J=hT?GU/A$A\";i:558;s:12:\"bS=hT?GU/A$A\";i:559;s:12:\">J=hT?GU/A$A\";i:560;s:12:\"EH=hT?GUpA$A\";i:561;s:12:\">J=hT?GU/A$A\";i:562;s:12:\"bS=hT?GU/A$A\";i:563;s:12:\">J=hT?GU/A$A\";i:564;s:12:\"EH=hT?GUpA$A\";i:565;s:13:\"EH=hT?GU~AlBA\";i:566;s:12:\">J=hT?GU/A$A\";i:567;s:12:\"bS=hT?GU/A$A\";i:568;s:12:\">J=hT?GU/A$A\";i:569;s:12:\"EH=hT?GUpA$A\";i:570;s:12:\">J=hT?GU/A$A\";i:571;s:12:\"bS=hT?GU/A$A\";i:572;s:12:\">J=hT?GU/A$A\";i:573;s:12:\"EH=hT?GUpA$A\";i:574;s:12:\">J=hT?GU/A$A\";i:575;s:12:\"bS=hT?GU/A$A\";i:576;s:12:\">J=hT?GU/A$A\";i:577;s:12:\"EH=hT?GUpA$A\";i:578;s:12:\">J=hT?GU/A$A\";i:579;s:12:\"bS=hT?GU/A$A\";i:580;s:12:\"bS=hT?GU/A$A\";i:581;s:12:\">J=hT?GU/A$A\";i:582;s:12:\">J=hT?GU/A$A\";i:583;s:12:\">J=hT?GU/A$A\";i:584;s:12:\"bS=hT?GU/A$A\";i:585;s:14:\"bS=hT?GU}j_ACA\";i:586;s:14:\"bS=hT?GU~@^ACA\";i:587;s:14:\"bS=hT?GU~@@ACA\";i:588;s:13:\"VE=hT?GUuBlBA\";i:589;s:14:\"bS=hT?GU}j/ACA\";i:590;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:591;s:12:\">J=hT?GU/A$A\";i:592;s:12:\"EH=hT?GUpA$A\";i:593;s:13:\"EH=hT?GU~AlBA\";i:594;s:38:\"XE=hT?GU~@/A]Q#(k)No`,5BJt(\",ub@=1YDQA\";i:595;s:12:\"bS=hT?GU/A$A\";i:596;s:26:\"WE=hT?GU~@:A]Q#(k)No`,5BIA\";i:597;s:14:\"bS=hT?GU}j;ACA\";i:598;s:26:\"WE=hT?GU}j}A]Q#(k)No`,5BIA\";i:599;s:14:\"bS=hT?GU}j:ACA\";i:600;s:25:\"WE=hT?GUuBlBvL.4Fx}MDQ6FA\";i:601;s:12:\"bS=hT?GU/A$A\";i:602;s:26:\"WE=hT?GU~@}A]Q#(k)No`,5BIA\";i:603;s:14:\"bS=hT?GU}j_ACA\";i:604;s:25:\"WE=hT?GUuBlBvL.4Fx}Mkd6FA\";i:605;s:12:\"bS=hT?GU/A$A\";i:606;s:13:\"VE=hT?GUuBlBA\";i:607;s:14:\"bS=hT?GU}j<ACA\";i:608;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:609;s:12:\">J=hT?GU/A$A\";i:610;s:12:\"EH=hT?GUpA$A\";i:611;s:38:\"XE=hT?GU~@<A]Q#(k)No`,#BJt(\",ub@=1kDQA\";i:612;s:12:\"bS=hT?GU/A$A\";i:613;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:614;s:14:\"bS=hT?GU~@=ACA\";i:615;s:26:\"WE=hT?GU~@<A]Q#(k)No`,#BIA\";i:616;s:14:\"bS=hT?GU~@^ACA\";i:617;s:25:\"WE=hT?GUuBlBvL.4Fx}M:L6FA\";i:618;s:12:\"bS=hT?GU/A$A\";i:619;s:26:\"WE=hT?GU}j~A/hht,ub@=1kDQA\";i:620;s:14:\"bS=hT?GU}j|ACA\";i:621;s:25:\"WE=hT?GUuBlBvL.4Fx}M4h6FA\";i:622;s:12:\"bS=hT?GU/A$A\";i:623;s:26:\"WE=hT?GU~@~A/hht,ub@=1kDQA\";i:624;s:14:\"bS=hT?GU}j|ACA\";i:625;s:14:\"bS=hT?GU~@|ACA\";i:626;s:12:\"bS=hT?GU/A$A\";i:627;s:13:\"VE=hT?GUuBlBA\";i:628;s:14:\"bS=hT?GU~@@ACA\";i:629;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:630;s:12:\">J=hT?GU/A$A\";i:631;s:12:\"EH=hT?GUpA$A\";i:632;s:38:\"XE=hT?GU}j[A]Q#(k)No`,.BJt(\",ub@=12DQA\";i:633;s:12:\"bS=hT?GU/A$A\";i:634;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:635;s:14:\"bS=hT?GU~@[ACA\";i:636;s:26:\"WE=hT?GU}j\"A/hht,ub@=12DQA\";i:637;s:14:\"bS=hT?GU}j_ACA\";i:638;s:14:\"bS=hT?GU~@_ACA\";i:639;s:12:\"bS=hT?GU/A$A\";i:640;s:26:\"WE=hT?GU~@\"A/hht,ub@=12DQA\";i:641;s:14:\"bS=hT?GU}j|ACA\";i:642;s:14:\"bS=hT?GU~@|ACA\";i:643;s:12:\"bS=hT?GU/A$A\";i:644;s:38:\"XE=hT?GU}j,A]Q#(k)No`,xBJt(\",ub@=1IDQA\";i:645;s:26:\"WE=hT?GU~@/A]Q#(k)No`,5BIA\";i:646;s:26:\"?J=hT?GU}j+A,h#(k)No`,xBIA\";i:647;s:12:\">J=hT?GU/A$A\";i:648;s:14:\"VE=hT?GU}jABEA\";i:649;s:14:\"bS=hT?GU~@|ACA\";i:650;s:14:\"VE=hT?GU}j`ACA\";i:651;s:14:\"bS=hT?GU}j{ACA\";i:652;s:14:\"VE=hT?GU}j,ACA\";i:653;s:14:\"bS=hT?GU~@_ACA\";i:654;s:14:\"VE=hT?GU~@,ACA\";i:655;s:14:\"bS=hT?GU}j.ACA\";i:656;s:14:\"VE=hT?GU}j@ACA\";i:657;s:14:\"bS=hT?GU~@[ACA\";i:658;s:13:\"VE=hT?GUuBlBA\";i:659;s:14:\"bS=hT?GU}j+ACA\";i:660;s:25:\"FH=hT?GUpA$A;CSOYM*+5ZlBA\";i:661;s:14:\"bS=hT?GU}j:ACA\";i:662;s:14:\"VE=hT?GU}j,ACA\";i:663;s:14:\"bS=hT?GU~@_ACA\";i:664;s:25:\"FH=hT?GUpA$A;CSOYM*+JZlBA\";i:665;s:14:\"bS=hT?GU~@_ACA\";i:666;s:14:\"VE=hT?GU~@.ACA\";i:667;s:14:\"bS=hT?GU}j:ACA\";i:668;s:14:\"VE=hT?GU~@;ACA\";i:669;s:14:\"bS=hT?GU}j=ACA\";i:670;s:14:\"VE=hT?GU~@,ACA\";i:671;s:14:\"bS=hT?GU}j.ACA\";i:672;s:14:\"VE=hT?GU~@,ACA\";i:673;s:14:\"bS=hT?GU}j.ACA\";i:674;s:14:\"VE=hT?GU~@;ACA\";i:675;s:14:\"bS=hT?GU}j=ACA\";i:676;s:14:\"VE=hT?GU}j,ACA\";i:677;s:14:\"bS=hT?GU~@_ACA\";i:678;s:14:\"VE=hT?GU}j@ACA\";i:679;s:14:\"bS=hT?GU~@[ACA\";i:680;s:14:\"VE=hT?GU}j@ACA\";i:681;s:14:\"bS=hT?GU~@[ACA\";i:682;s:14:\"VE=hT?GU}j,ACA\";i:683;s:14:\"bS=hT?GU~@_ACA\";i:684;s:14:\"VE=hT?GU}j`ACA\";i:685;s:14:\"bS=hT?GU}j{ACA\";i:686;s:14:\"VE=hT?GU}j>ACA\";i:687;s:14:\"bS=hT?GU~@?ACA\";i:688;s:14:\"VE=hT?GU}j>ACA\";i:689;s:14:\"bS=hT?GU~@?ACA\";i:690;s:14:\"VE=hT?GU}j`ACA\";i:691;s:14:\"bS=hT?GU}j{ACA\";i:692;s:14:\"VE=hT?GU}j>ACA\";i:693;s:14:\"bS=hT?GU~@?ACA\";i:694;s:14:\"VE=hT?GU}j]ACA\";i:695;s:14:\"bS=hT?GU}j^ACA\";i:696;s:14:\"VE=hT?GU}j]ACA\";i:697;s:14:\"bS=hT?GU}j^ACA\";i:698;s:14:\"VE=hT?GU}j>ACA\";i:699;s:14:\"bS=hT?GU~@?ACA\";i:700;s:14:\"VE=hT?GU}j@ACA\";i:701;s:14:\"bS=hT?GU~@[ACA\";i:702;s:14:\"VE=hT?GU}jABEA\";i:703;s:14:\"bS=hT?GU~@|ACA\";i:704;s:14:\"VE=hT?GU}jABEA\";i:705;s:14:\"bS=hT?GU~@|ACA\";i:706;s:14:\"VE=hT?GU}j@ACA\";i:707;s:14:\"bS=hT?GU~@[ACA\";i:708;s:14:\"VE=hT?GU}j,ACA\";i:709;s:14:\"bS=hT?GU~@_ACA\";i:710;s:14:\"VE=hT?GU}j@ACA\";i:711;s:14:\"bS=hT?GU~@[ACA\";i:712;s:14:\"VE=hT?GU}j`ACA\";i:713;s:14:\"bS=hT?GU}j{ACA\";i:714;s:14:\"VE=hT?GU}j>ACA\";i:715;s:14:\"bS=hT?GU~@?ACA\";i:716;s:25:\"?J=hT?GU/A$A[CSOYM*+)YlBA\";i:717;s:25:\"?J=hT?GU/A$A[CSOYM*+OalBA\";i:718;s:25:\"?J=hT?GU/A$A[CSOYM*+TblBA\";i:719;s:12:\"KV=hT?GU/A$A\";i:720;s:12:\"KV=hT?GU/A$A\";i:721;s:12:\"KV=hT?GU/A$A\";i:722;s:12:\"KV=hT?GU/A$A\";i:723;s:12:\"KV=hT?GU/A$A\";i:724;s:25:\"?J=hT?GU/A$A[CSOYM*+OalBA\";i:725;s:25:\"?J=hT?GU/A$A[CSOYM*+TblBA\";i:726;s:12:\"KV=hT?GU/A$A\";i:727;s:12:\">J=hT?GU/A$A\";i:728;s:13:\"bS=hT?GUDClBA\";i:729;s:13:\"VE=hT?GUuBlBA\";i:730;s:12:\"bS=hT?GU/A$A\";i:731;s:34:\"XE=hT?GUdUlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:732;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:733;s:12:\"bS=hT?GU/A$A\";i:734;s:14:\"VE=hT?GU~@ABEA\";i:735;s:12:\"bS=hT?GU/A$A\";i:736;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:737;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:738;s:12:\"bS=hT?GU/A$A\";i:739;s:14:\"VE=hT?GU}jBBEA\";i:740;s:12:\"bS=hT?GU/A$A\";i:741;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:742;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:743;s:12:\"bS=hT?GU/A$A\";i:744;s:14:\"VE=hT?GU~@BBEA\";i:745;s:12:\"bS=hT?GU/A$A\";i:746;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:747;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:748;s:12:\"bS=hT?GU/A$A\";i:749;s:13:\"VE=hT?GU>BlBA\";i:750;s:12:\"bS=hT?GU/A$A\";i:751;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:752;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:753;s:12:\"bS=hT?GU/A$A\";i:754;s:14:\"VE=hT?GU~@&ACA\";i:755;s:12:\"bS=hT?GU/A$A\";i:756;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:757;s:13:\"VE=hT?GU!BlBA\";i:758;s:12:\"bS=hT?GU/A$A\";i:759;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:760;s:13:\"VE=hT?GUdUlBA\";i:761;s:12:\"bS=hT?GU/A$A\";i:762;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:763;s:14:\"VE=hT?GU}jCBEA\";i:764;s:12:\"bS=hT?GU/A$A\";i:765;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:766;s:14:\"VE=hT?GU~@CBEA\";i:767;s:12:\"bS=hT?GU/A$A\";i:768;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:769;s:12:\">J=hT?GU/A$A\";i:770;s:12:\"EH=hT?GUpA$A\";i:771;s:12:\">J=hT?GU/A$A\";i:772;s:12:\">J=hT?GU/A$A\";i:773;s:12:\"bS=hT?GU/A$A\";i:774;s:12:\">J=hT?GU/A$A\";i:775;s:12:\"EH=hT?GUpA$A\";i:776;s:12:\">J=hT?GU/A$A\";i:777;s:12:\"bS=hT?GU/A$A\";i:778;s:12:\">J=hT?GU/A$A\";i:779;s:12:\"EH=hT?GUpA$A\";i:780;s:13:\"EH=hT?GU~AlBA\";i:781;s:12:\">J=hT?GU/A$A\";i:782;s:12:\"bS=hT?GU/A$A\";i:783;s:12:\">J=hT?GU/A$A\";i:784;s:12:\"EH=hT?GUpA$A\";i:785;s:12:\">J=hT?GU/A$A\";i:786;s:12:\"bS=hT?GU/A$A\";i:787;s:12:\">J=hT?GU/A$A\";i:788;s:12:\"EH=hT?GUpA$A\";i:789;s:12:\">J=hT?GU/A$A\";i:790;s:12:\"bS=hT?GU/A$A\";i:791;s:12:\">J=hT?GU/A$A\";i:792;s:12:\"EH=hT?GUpA$A\";i:793;s:12:\">J=hT?GU/A$A\";i:794;s:12:\"bS=hT?GU/A$A\";i:795;s:12:\"bS=hT?GU/A$A\";i:796;s:12:\">J=hT?GU/A$A\";i:797;s:12:\">J=hT?GU/A$A\";i:798;s:12:\">J=hT?GU/A$A\";i:799;s:12:\"bS=hT?GU/A$A\";i:800;s:12:\"bS=hT?GU/A$A\";i:801;s:12:\"bS=hT?GU/A$A\";i:802;s:12:\"bS=hT?GU/A$A\";i:803;s:13:\"VE=hT?GUuBlBA\";i:804;s:12:\"bS=hT?GU/A$A\";i:805;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:806;s:12:\">J=hT?GU/A$A\";i:807;s:12:\"EH=hT?GUpA$A\";i:808;s:13:\"EH=hT?GU~AlBA\";i:809;s:34:\"XE=hT?GU!BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:810;s:12:\"bS=hT?GU/A$A\";i:811;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:812;s:12:\"bS=hT?GU/A$A\";i:813;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:814;s:12:\"bS=hT?GU/A$A\";i:815;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:816;s:12:\"bS=hT?GU/A$A\";i:817;s:25:\"WE=hT?GU}jDB/hht,ub@TD5FA\";i:818;s:12:\"bS=hT?GU/A$A\";i:819;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:820;s:12:\"bS=hT?GU/A$A\";i:821;s:13:\"VE=hT?GUuBlBA\";i:822;s:12:\"bS=hT?GU/A$A\";i:823;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:824;s:12:\">J=hT?GU/A$A\";i:825;s:12:\"EH=hT?GUpA$A\";i:826;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:827;s:12:\"bS=hT?GU/A$A\";i:828;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:829;s:12:\"bS=hT?GU/A$A\";i:830;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:831;s:12:\"bS=hT?GU/A$A\";i:832;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:833;s:12:\"bS=hT?GU/A$A\";i:834;s:24:\"WE=hT?GUdUlBjL.4Fx}MBABA\";i:835;s:12:\"bS=hT?GU/A$A\";i:836;s:24:\"WE=hT?GUuBlBvL.4Fx}MBABA\";i:837;s:12:\"bS=hT?GU/A$A\";i:838;s:25:\"WE=hT?GU}jDB/hht,ub@TD5FA\";i:839;s:12:\"bS=hT?GU/A$A\";i:840;s:12:\"bS=hT?GU/A$A\";i:841;s:12:\"bS=hT?GU/A$A\";i:842;s:13:\"VE=hT?GUuBlBA\";i:843;s:12:\"bS=hT?GU/A$A\";i:844;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:845;s:12:\">J=hT?GU/A$A\";i:846;s:12:\"EH=hT?GUpA$A\";i:847;s:34:\"XE=hT?GU>BlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:848;s:12:\"bS=hT?GU/A$A\";i:849;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:850;s:12:\"bS=hT?GU/A$A\";i:851;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:852;s:12:\"bS=hT?GU/A$A\";i:853;s:12:\"bS=hT?GU/A$A\";i:854;s:12:\"bS=hT?GU/A$A\";i:855;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:856;s:12:\"bS=hT?GU/A$A\";i:857;s:12:\"bS=hT?GU/A$A\";i:858;s:12:\"bS=hT?GU/A$A\";i:859;s:34:\"XE=hT?GUdUlBjL.4Fx}MBA[Q=hT?GU/A$A\";i:860;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:861;s:23:\"?J=hT?GU/A$A@CSOYM)ZBtA\";i:862;s:12:\">J=hT?GU/A$A\";i:863;s:14:\"VE=hT?GU~@DBEA\";i:864;s:12:\"bS=hT?GU/A$A\";i:865;s:14:\"VE=hT?GU}jCBEA\";i:866;s:12:\"bS=hT?GU/A$A\";i:867;s:13:\"VE=hT?GUdUlBA\";i:868;s:12:\"bS=hT?GU/A$A\";i:869;s:13:\"VE=hT?GU!BlBA\";i:870;s:12:\"bS=hT?GU/A$A\";i:871;s:13:\"VE=hT?GU>BlBA\";i:872;s:12:\"bS=hT?GU/A$A\";i:873;s:13:\"VE=hT?GUuBlBA\";i:874;s:12:\"bS=hT?GU/A$A\";i:875;s:25:\"FH=hT?GUpA$A;CSOYM*+cglBA\";i:876;s:12:\"bS=hT?GU/A$A\";i:877;s:13:\"VE=hT?GUdUlBA\";i:878;s:12:\"bS=hT?GU/A$A\";i:879;s:23:\"FH=hT?GUpA$A;CSOYMLUItA\";i:880;s:12:\"bS=hT?GU/A$A\";i:881;s:14:\"VE=hT?GU~@ABEA\";i:882;s:12:\"bS=hT?GU/A$A\";i:883;s:14:\"VE=hT?GU}jBBEA\";i:884;s:12:\"bS=hT?GU/A$A\";i:885;s:13:\"VE=hT?GU!BlBA\";i:886;s:12:\"bS=hT?GU/A$A\";i:887;s:13:\"VE=hT?GU!BlBA\";i:888;s:12:\"bS=hT?GU/A$A\";i:889;s:14:\"VE=hT?GU}jBBEA\";i:890;s:12:\"bS=hT?GU/A$A\";i:891;s:13:\"VE=hT?GUdUlBA\";i:892;s:12:\"bS=hT?GU/A$A\";i:893;s:13:\"VE=hT?GU>BlBA\";i:894;s:12:\"bS=hT?GU/A$A\";i:895;s:13:\"VE=hT?GU>BlBA\";i:896;s:12:\"bS=hT?GU/A$A\";i:897;s:13:\"VE=hT?GUdUlBA\";i:898;s:12:\"bS=hT?GU/A$A\";i:899;s:14:\"VE=hT?GU}jCBEA\";i:900;s:12:\"bS=hT?GU/A$A\";i:901;s:14:\"VE=hT?GU~@BBEA\";i:902;s:12:\"bS=hT?GU/A$A\";i:903;s:14:\"VE=hT?GU~@BBEA\";i:904;s:12:\"bS=hT?GU/A$A\";i:905;s:14:\"VE=hT?GU}jCBEA\";i:906;s:12:\"bS=hT?GU/A$A\";i:907;s:14:\"VE=hT?GU~@BBEA\";i:908;s:12:\"bS=hT?GU/A$A\";i:909;s:14:\"VE=hT?GU~@&ACA\";i:910;s:12:\"bS=hT?GU/A$A\";i:911;s:14:\"VE=hT?GU~@&ACA\";i:912;s:12:\"bS=hT?GU/A$A\";i:913;s:14:\"VE=hT?GU~@BBEA\";i:914;s:12:\"bS=hT?GU/A$A\";i:915;s:13:\"VE=hT?GU>BlBA\";i:916;s:12:\"bS=hT?GU/A$A\";i:917;s:14:\"VE=hT?GU~@DBEA\";i:918;s:12:\"bS=hT?GU/A$A\";i:919;s:14:\"VE=hT?GU~@DBEA\";i:920;s:12:\"bS=hT?GU/A$A\";i:921;s:13:\"VE=hT?GU>BlBA\";i:922;s:12:\"bS=hT?GU/A$A\";i:923;s:13:\"VE=hT?GUdUlBA\";i:924;s:12:\"bS=hT?GU/A$A\";i:925;s:13:\"VE=hT?GU>BlBA\";i:926;s:12:\"bS=hT?GU/A$A\";i:927;s:14:\"VE=hT?GU}jCBEA\";i:928;s:12:\"bS=hT?GU/A$A\";i:929;s:14:\"VE=hT?GU~@BBEA\";i:930;s:12:\"bS=hT?GU/A$A\";i:931;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:932;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:933;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:934;s:12:\"KV=hT?GU/A$A\";i:935;s:12:\"KV=hT?GU/A$A\";i:936;s:12:\"KV=hT?GU/A$A\";i:937;s:12:\"KV=hT?GU/A$A\";i:938;s:12:\"KV=hT?GU/A$A\";i:939;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:940;s:23:\"?J=hT?GU/A$A[CSOYM)ZBtA\";i:941;s:12:\"KV=hT?GU/A$A\";i:942;s:14:\">J>hT?GU}jEBEA\";i:943;s:36:\"jg=hT?GU/A$ATDSOYM)ZBt0k_Q3nE3t`vABA\";i:944;s:67:\"mg=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSAQA;\",ub@TD5FA\";i:945;s:14:\"z:=hT?GU}jFBEA\";i:946;s:13:\"z:=hT?GU~AlBA\";i:947;s:12:\"F0=hT?GU/A$A\";i:948;s:13:\"EH=hT?GU~AlBA\";i:949;s:12:\">J=hT?GU5A$A\";i:950;s:12:\">J=hT?GU/A$A\";i:951;s:12:\"EH=hT?GUpA$A\";i:952;s:13:\"nu=hT?GU~AlBA\";i:953;s:13:\"nu=hT?GU4DlBA\";i:954;s:63:\"ru=hT?GU~@FB/hkt,ub@=1ZEQA/\",ub@=1ZERtzBJHNzijLR$ANDSOYM*+WilBA\";i:955;s:14:\"nu=hT?GU~@GBEA\";i:956;s:12:\"VE=hT?GU/A$A\";i:957;s:13:\"4r=hT?GUDClBA\";i:958;s:14:\"sP>hT?GU}jsCEA\";i:959;s:13:\"F0=hT?GUzClBA\";i:960;s:13:\"(a=hT?GUzClBA\";i:961;s:14:\"\"l=hT?GU~@HBEA\";i:962;s:72:\"aE=hT?GU}jIB/hit,ub@=1hERtnBJHNzijzR$A=CSOYM)ZBtoI_Q3nE3t`xA$T=hT?GU/A$A\";i:963;s:12:\"sP=hT?GU/A$A\";i:964;s:12:\"9M>hT?GU/A$A\";i:965;s:25:\"!M>hT?GUHGlB_M.4Fx}MSz8FA\";i:966;s:14:\"KV>hT?GU~@JBEA\";i:967;s:13:\"F0=hT?GU:tlBA\";i:968;s:13:\"z:=hT?GURIlBA\";i:969;s:46:\"l==hT?GUhIlBsM.4Fxs@LA2[=hT?GUhIlB0M.4Fxs@LABA\";i:970;s:79:\"#}=hT?GUxIlBoM.4FxrjMA,>=hT?GU[IlBwM.4FxrjMAl_=hT?GU%IlB8M.4Fxs@<A;C>hT?GUH2lBA\";i:971;s:67:\"n==hT?GUWJlBsM.4Fx}MNA2[=hT?GUWJlB0M.4Fx}MNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:972;s:67:\"n==hT?GUmJlBsM.4FxrjNA2[=hT?GUmJlB0M.4FxrjNAD\"_Q3nE3Db$AQDSOYMLUUtA\";i:973;s:25:\"zd=hT?GU.DlBzL.4Fx}M308FA\";i:974;s:14:\"Qj=hT?GU~@KBEA\";i:975;s:81:\"4d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYM*+7jlB(L.4Fx}MCA7y=hT?GUjClB@M.4Fx}Mjw6FA\";i:976;s:57:\"ZE=hT?GUcHlBrL.4Fx}MBApI=hT?GUjClBvL.4Fx}MBA$T=hT?GUjClBA\";i:977;s:24:\"d#=hT?GU~AlBkM.4FxrjBABA\";i:978;s:69:\"~X>hT?GU~AlBvL.4Fx}MB26FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:979;s:24:\"ou=hT?GU4DlBIM.4Fx}MBABA\";i:980;s:26:\"Am=hT?GU~@LBz(it,ub@=1PKQA\";i:981;s:62:\"Dm=hT?GU~@MBz(it,ub@=1xERt5BJHNz!PuWxdqI:$vb\"Ic\"s8_Q3nE3so0ABA\";i:982;s:37:\"Bm=hT?GU~@IBz(it,ub@=15ES\"<\",ub@TD5FA\";i:983;s:25:\"Am=hT?GU~@MBz(it,ub@Vd5FA\";i:984;s:13:\"\"l=hT?GUcHlBA\";i:985;s:37:\"@J=hT?GU~@OB/hjt,ub@xJ5F2uLvSQ[zu60WA\";i:986;s:13:\"4r=hT?GUzClBA\";i:987;s:24:\":o=hT?GUcHlBkM.4FxrjBABA\";i:988;s:13:\"VE=hT?GUuBlBA\";i:989;s:25:\"?J=hT?GU}jKB:>ht,ub@TD7FA\";i:990;s:23:\"5r=hT?GU/A$A}CSOYM@1TtA\";i:991;s:25:\"5r=hT?GU}jxCz(it,ub@Vd7FA\";i:992;s:60:\"8r=hT?GU}jMBz(it,ub@Vd5F)0LvSQ[zXv0W7fqI:$vbWUc\"$$_Q3nE3kAgA\";i:993;s:12:\"Qj>hT?GU/A$A\";i:994;s:13:\"/o=hT?GU:tlBA\";i:995;s:14:\"\"l=hT?GU~@PBEA\";i:996;s:24:\"ou=hT?GU4DlBUM.4FxrjBABA\";i:997;s:47:\"1d=hT?GU.DlB^L.4Fx}M%A|e=hT?GUkvlBrL.4Fx}M>#8FA\";i:998;s:36:\"{X=hT?GUN0lBdN.4Fx}MPs8Fp1LvSQ[z?CIA\";i:999;s:13:\"hg=hT?GUDClBA\";i:1000;s:46:\"$M>hT?GUIzlBoM.4Fxrj%A,>=hT?GU\"tlB0M.4Fxrj%ABA\";i:1001;s:35:\"XE=hT?GUuBlB(L.4Fxs@CAHO=hT?GUzClBA\";i:1002;s:61:\"%M>hT?GU/A$AKDSOYM*+*llBsM.4Fx}ME96FKyLvSQ[zM$0WJVqI:$vbu<c\"A\";i:1003;s:62:\"%M>hT?GUHGlBoM.4Fx}M)96F`xLvSQ[z{&0WkUqI:$vb*|c\"Sq_Q3nE3t`1ABA\";i:1004;s:72:\"9r=hT?GU/A$ATDSOYMtODt~l_Q3nE3~R2A,>=hT?GU}jRBc4kt,ub@=1*ES\"/\",ub@=1*EQA\";i:1005;s:61:\"%M>hT?GU/A$AKDSOYM*+amlBsM.4Fx}MO#6FKyLvSQ[z0.0WJVqI:$vbWUd\"A\";i:1006;s:14:\"_X=hT?GU~@SBEA\";i:1007;s:25:\"WE=hT?GU}jTB/hit,ub@Lb5FA\";i:1008;s:14:\"VE=hT?GU~@TBEA\";i:1009;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1010;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1011;s:25:\"5r>hT?GU}jpCEA&(k)No|B;CA\";i:1012;s:24:\"Xx>hT?GUGJlB#L.4FxrjFABA\";i:1013;s:12:\"/o=hT?GU/A$A\";i:1014;s:25:\":o=hT?GU>BlBzL.4Fx}M9&6FA\";i:1015;s:58:\"ru=hT?GU5wlBrL.4Fx}Mz$6FxtLvSQ[zpAz(ht,ub@TD5FWuLvSQ[zpAEA\";i:1016;s:13:\"Qj=hT?GUHGlBA\";i:1017;s:14:\"Qj=hT?GU~@UBEA\";i:1018;s:12:\"sP=hT?GU/A$A\";i:1019;s:12:\">J=hT?GU/A$A\";i:1020;s:12:\"EH=hT?GUpA$A\";i:1021;s:46:\"YE=hT?GUuBlBnL.4Fx}MCAq1=hT?GUDClBAM.4Fxs@CABA\";i:1022;s:12:\"Wx=hT?GU/A$A\";i:1023;s:13:\"Wx=hT?GUDClBA\";i:1024;s:46:\"YE=hT?GUuBlBnL.4Fx}MCAq1=hT?GUDClBAM.4Fxs@CABA\";i:1025;s:24:\"d#=hT?GUXGlBbL.4Fx~5PABA\";i:1026;s:26:\"WE=hT?GU}jVBbLit,ub@=1|EQA\";i:1027;s:71:\"3d=hT?GU(ClB;L.4Fx}MBA;C=hT?GU}jWB/hit,ub@CG5F/1LvSQ[z!K1W1RqI:$vbA2e\"A\";i:1028;s:24:\"d#=hT?GU~AlBbL.4Fx}M&ABA\";i:1029;s:12:\"(a=hT?GU/A$A\";i:1030;s:13:\"nu=hT?GU~AlBA\";i:1031;s:37:\"e#=hT?GUXGlBbL.4Fx}M2,8FxtLvSQ[zLT1WA\";i:1032;s:24:\"d#=hT?GUXGlBIM.4Fx}MPABA\";i:1033;s:13:\"Wx=hT?GUDClBA\";i:1034;s:13:\"4r=hT?GUB4lBA\";i:1035;s:24:\"d#=hT?GULKlBAM.4Fx}MPABA\";i:1036;s:13:\"?2=hT?GUDClBA\";i:1037;s:13:\"/o=hT?GUB4lBA\";i:1038;s:14:\"VE=hT?GU~@YBEA\";i:1039;s:14:\"VE=hT?GU}jZBEA\";i:1040;s:14:\"VE=hT?GU~@ABEA\";i:1041;s:13:\"VE=hT?GUDSlBA\";i:1042;s:14:\"VE=hT?GU}j,ACA\";i:1043;s:13:\"VE=hT?GUdUlBA\";i:1044;s:13:\"?2=hT?GU>RlBA\";i:1045;s:13:\"Wx=hT?GU>RlBA\";i:1046;s:14:\"?2=hT?GU}j+ACA\";i:1047;s:14:\"Wx=hT?GU}j+ACA\";i:1048;s:12:\"?2=hT?GU/A$A\";i:1049;s:12:\"Wx=hT?GU/A$A\";i:1050;s:13:\"4r=hT?GUE#lBA\";i:1051;s:13:\"/o=hT?GUE#lBA\";i:1052;s:14:\"4r=hT?GU}jRCEA\";i:1053;s:14:\"/o=hT?GU}jRCEA\";i:1054;s:13:\"4r=hT?GUe%lBA\";i:1055;s:13:\"/o=hT?GUe%lBA\";i:1056;s:14:\"yd=hT?GU~@ZBEA\";i:1057;s:14:\"F0=hT?GU}jaBEA\";i:1058;s:48:\"I0=hT?GU~@#C/hjt,ub@TD7F2uLvSQ[zRh9W|LqI:$vbpLgA\";i:1059;s:12:\"(a=hT?GU/A$A\";i:1060;s:31:\":o=hT?GU/A$AJDSO}M*+5plBrz4^5FA\";i:1061;s:13:\"/o=hT?GUcHlBA\";i:1062;s:12:\"sP=hT?GU/A$A\";i:1063;s:13:\"_X=hT?GUMHlBA\";i:1064;s:13:\"_X=hT?GU,GlBA\";i:1065;s:14:\"bS=hT?GU}jcBEA\";i:1066;s:49:\"I0=hT?GUTClBIM.4Fx}M5>6F2uLvSQ[zXv1W|LqI:$vb*|f\"A\";i:1067;s:47:\"I0=hT?GUTClBIM.4Fx}MDAeZ=hT?GU}jdBbLjt,ub@<I5FA\";i:1068;s:49:\"I0=hT?GU~@dB/hjt,ub@=1eFRtpBJHNzzguW|LqI:$vbtfg\"A\";i:1069;s:48:\"I0=hT?GU~@dB/hjt,ub@,n5F2uLvSQ[z#31W|LqI:$vbsCgA\";i:1070;s:14:\"?2>hT?GU}jfBEA\";i:1071;s:14:\"?2>hT?GU~@fBEA\";i:1072;s:14:\"?2>hT?GU}jgBEA\";i:1073;s:13:\"?2>hT?GUeBlBA\";i:1074;s:14:\"?2>hT?GU~@gBEA\";i:1075;s:14:\"?2>hT?GU}jhBEA\";i:1076;s:14:\"?2>hT?GU~@gBEA\";i:1077;s:14:\"hg=hT?GU~@hBEA\";i:1078;s:14:\"hg=hT?GU}jiBEA\";i:1079;s:14:\"hg=hT?GU~@iBEA\";i:1080;s:14:\"hg=hT?GU}jjBEA\";i:1081;s:14:\">J=hT?GU~@jBEA\";i:1082;s:14:\"hg=hT?GU}jkBEA\";i:1083;s:45:\"I0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GU/A$AADSOYM)ZBtA\";i:1084;s:14:\"4r=hT?GU~@kBEA\";i:1085;s:14:\"/o=hT?GU~@kBEA\";i:1086;s:15:\"VE=hT?GUO[AA7FA\";i:1087;s:41:\"`X=hT?IUO[lBXL#z6{It4YqI/TwbaUgAlBrz2~5FA\";i:1088;s:13:\"hg=hT?GU6tlBA\";i:1089;s:15:\"VE=hT?GUO[:CbLA\";i:1090;s:26:\"ou=hT?GU4DlBbL.4FxrjYB#FQA\";i:1091;s:12:\"KV=hT?GU/A$A\";i:1092;s:12:\">J=hT?GU/A$A\";i:1093;s:13:\"nu=hT?GU\"tlBA\";i:1094;s:24:\"WE=hT?GUuBlBvL.4Fxs@CABA\";i:1095;s:46:\"I0=hT?GUTClBIM.4Fx}MBAeZ=hT?GUTClBAM.4Fx}MBABA\";i:1096;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1097;s:46:\"I0=hT?GUDClBIM.4Fx}MBAeZ=hT?GUDClBAM.4Fx}MBABA\";i:1098;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1099;s:12:\"bS=hT?GU/A$A\";i:1100;s:13:\"bS=hT?GUDClBA\";i:1101;s:12:\"(a=hT?GU/A$A\";i:1102;s:12:\"bS=hT?GU/A$A\";i:1103;s:13:\"nu=hT?GU~AlBA\";i:1104;s:13:\"(a=hT?GU:tlBA\";i:1105;s:12:\"bS=hT?GU/A$A\";i:1106;s:86:\"ru=hT?OUCFlB&!DA(afBFB;}C\"#zgArLnt,ub@y2xWBtN/_Q3nE30ovD5Fe2LvSQ[zGFoAgA$BJHNzRm8WBABA\";i:1107;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1108;s:12:\">J=hT?GU/A$A\";i:1109;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1110;s:12:\">J=hT?GU/A$A\";i:1111;s:12:\">J=hT?GU/A$A\";i:1112;s:12:\"bS=hT?GU/A$A\";i:1113;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1114;s:12:\">J=hT?GU/A$A\";i:1115;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1116;s:12:\">J=hT?GU/A$A\";i:1117;s:12:\">J=hT?GU/A$A\";i:1118;s:12:\"bS=hT?GU/A$A\";i:1119;s:12:\"bS=hT?GU/A$A\";i:1120;s:26:\"WE=hT?GUO[oIXLFBVElg*NeBQA\";i:1121;s:12:\">J=hT?GU/A$A\";i:1122;s:26:\"WE=hT?GUO[oIXLFBVElg*NeBQA\";i:1123;s:12:\">J=hT?GU/A$A\";i:1124;s:12:\">J=hT?GU/A$A\";i:1125;s:12:\"bS=hT?GU/A$A\";i:1126;s:12:\"bS=hT?GU/A$A\";i:1127;s:37:\"XE=hT?GUO[oIXLFBVElg*NeBS\"(\",ub@TD5FA\";i:1128;s:12:\">J=hT?GU/A$A\";i:1129;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:1130;s:12:\">J=hT?GU/A$A\";i:1131;s:12:\"bS=hT?GU/A$A\";i:1132;s:13:\"nu=hT?GU~AlBA\";i:1133;s:13:\"VE=hT?GUcHlBA\";i:1134;s:24:\"WE=hT?GUcHlB9N.4Fx}MBABA\";i:1135;s:15:\"L&>hT?GUO[=JXLA\";i:1136;s:15:\"L&>hT?GUO[XLXLA\";i:1137;s:23:\"@2=hT?GU/A$AnDSOYMifBtA\";i:1138;s:23:\"Xx=hT?GU/A$AdDSOYMifBtA\";i:1139;s:15:\"nu=hT?GUO[8MbLA\";i:1140;s:26:\"`X=hT?GUoDlB*N.4FxrjYB=FQA\";i:1141;s:15:\"),>hT?GUO[GObLA\";i:1142;s:27:\"`X=hT?GU}jTBbLot,ub@y2_9BtA\";i:1143;s:15:\"z:>hT?GUO[@QXLA\";i:1144;s:13:\"z:>hT?GUXGlBA\";i:1145;s:13:\"?2>hT?GUcHlBA\";i:1146;s:13:\"nu=hT?GU4DlBA\";i:1147;s:14:\"bS=hT?GU}jcBEA\";i:1148;s:56:\"ZE=hT?GU>BlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1149;s:13:\"Wx=hT?GUjClBA\";i:1150;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1151;s:13:\"VE=hT?GU>BlBA\";i:1152;s:26:\"WE=hT?GU?ulBnL.4FxrjYB^FQA\";i:1153;s:24:\"WE=hT?GUvulBnL.4Fxrj%ABA\";i:1154;s:12:\"EH=hT?GUpA$A\";i:1155;s:13:\"sP=hT?GUTClBA\";i:1156;s:46:\"I0=hT?GU^ClBIM.4Fx}MBAeZ=hT?GU^ClBAM.4Fx}MBABA\";i:1157;s:15:\"hg=hT?GUO[#TXLA\";i:1158;s:36:\"e#=hT?GU~AlBbL.4Fx}MCAHO=hT?GU~@IBEA\";i:1159;s:37:\"@J=hT?GUd0lBzL.4Fxrj:AO/>hT?GUO[@QbLA\";i:1160;s:13:\"nu=hT?GU~AlBA\";i:1161;s:15:\"i=>hT?GUO[@QXLA\";i:1162;s:15:\"R@>hT?GUO[JVXLA\";i:1163;s:15:\"R@>hT?GUO[@QXLA\";i:1164;s:15:\"R@>hT?GUO[JVXLA\";i:1165;s:15:\"R@>hT?GUO[uWXLA\";i:1166;s:39:\"pu=hT?GU&FlB`N.4FxrjYBiA3(@\",ub@y2y(BtA\";i:1167;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:1168;s:13:\"nu=hT?GU~AlBA\";i:1169;s:15:\"?2>hT?GUO[dZXLA\";i:1170;s:13:\"nu=hT?GU~AlBA\";i:1171;s:85:\"tu=hT?GU&FlBUM.4FxrjBAHO=hT?GU/A$A=CSOYMj<dtJA,h#(k)No3B:CLXzXJI|+wC<ARt&BJHNzRmQ\"D\"A\";i:1172;s:66:\"Dm=hT?GUuBlBEM.4FxrjYBoA3(+\",ub@y2xWCt8M_Q3nE30oGO5FAwLvSQ[zGF*B$A\";i:1173;s:24:\"0:>hT?GUXGlB~N.4Fxrj%ABA\";i:1174;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1175;s:24:\"Am=hT?GUcHlBcM.4Fx}MCABA\";i:1176;s:26:\"ou=hT?GU4DlBrL.4FxrjYBqAIA\";i:1177;s:15:\"_X=hT?GUO[{ebLA\";i:1178;s:29:\"`X=hT?GUO[ggbLcMVElg*NNKFxlBA\";i:1179;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1180;s:13:\"nu>hT?GU\"tlBA\";i:1181;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1182;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1183;s:15:\"9M=hT?GUO[*hXLA\";i:1184;s:13:\"_X=hT?GU,GlBA\";i:1185;s:15:\"bS=hT?GUO[McbLA\";i:1186;s:13:\"nu=hT?GU4DlBA\";i:1187;s:13:\"nu=hT?GU~AlBA\";i:1188;s:15:\"5}>hT?GUO[PjbLA\";i:1189;s:15:\"5}>hT?GUO[PjXLA\";i:1190;s:15:\"5}>hT?GUO[PjXLA\";i:1191;s:15:\"5}>hT?GUO[0kXLA\";i:1192;s:15:\"5}>hT?GUO[~lbLA\";i:1193;s:15:\"F0>hT?GUO[jnXLA\";i:1194;s:15:\"5}>hT?GUO[~lXLA\";i:1195;s:15:\"5}>hT?GUO[PjXLA\";i:1196;s:15:\"5}>hT?GUO[~lXLA\";i:1197;s:15:\"F0>hT?GUO[~lXLA\";i:1198;s:15:\"F0>hT?GUO[.oXLA\";i:1199;s:15:\"5}>hT?GUO[~lbLA\";i:1200;s:15:\"5}>hT?GUO[0kbLA\";i:1201;s:15:\"5}>hT?GUO[SqbLA\";i:1202;s:15:\"5}>hT?GUO[3rXLA\";i:1203;s:15:\"5}>hT?GUO[SqbLA\";i:1204;s:15:\"5}>hT?GUO[SqXLA\";i:1205;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:1206;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:1207;s:15:\"5}>hT?GUO[SqXLA\";i:1208;s:15:\"F0>hT?GUO[muXLA\";i:1209;s:15:\"5}>hT?GUO[SqXLA\";i:1210;s:15:\"5}>hT?GUO[SqXLA\";i:1211;s:15:\"5}>hT?GUO[BtXLA\";i:1212;s:15:\"mB?hT?GUO[VxXLA\";i:1213;s:15:\"5}>hT?GUO[SqXLA\";i:1214;s:15:\"F0>hT?GUO[.oXLA\";i:1215;s:15:\"5}>hT?GUO[SqXLA\";i:1216;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:1217;s:15:\"5}>hT?GUO[SqXLA\";i:1218;s:15:\"5}>hT?GUO[SqXLA\";i:1219;s:15:\"5}>hT?GUO[SqXLA\";i:1220;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:1221;s:15:\"5}>hT?GUO[SqXLA\";i:1222;s:15:\"5}>hT?GUO[3rXLA\";i:1223;s:15:\"5}>hT?GUO[PjbLA\";i:1224;s:15:\"5}>hT?GUO[p1bLA\";i:1225;s:15:\"F0>hT?GUO[>2XLA\";i:1226;s:15:\"F0>hT?GUO[Y4XLA\";i:1227;s:15:\"F0>hT?GUO[95XLA\";i:1228;s:15:\"5}>hT?GUO[PjXLA\";i:1229;s:15:\"F0>hT?GUO[PjXLA\";i:1230;s:15:\"5}>hT?GUO[95XLA\";i:1231;s:15:\"5}>hT?GUO[SqbLA\";i:1232;s:15:\"F0>hT?GUO[H7XLA\";i:1233;s:15:\"F0>hT?GUO[SqXLA\";i:1234;s:15:\"5}>hT?GUO[SqXLA\";i:1235;s:15:\"F0>hT?GUO[SqXLA\";i:1236;s:15:\"5}>hT?GUO[SqXLA\";i:1237;s:12:\"Wx=hT?GU/A$A\";i:1238;s:12:\"EH=hT?GUpA$A\";i:1239;s:12:\"EH=hT?GUpA$A\";i:1240;s:14:\"EH?hT?GU}j@ACA\";i:1241;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:1242;s:13:\"EH?hT?GUuBlBA\";i:1243;s:13:\"VE=hT?GUuBlBA\";i:1244;s:13:\"z:>hT?GUXGlBA\";i:1245;s:13:\"z:>hT?GULKlBA\";i:1246;s:15:\"z:>hT?GUO[s8XLA\";i:1247;s:15:\"z:>hT?GUO[@QXLA\";i:1248;s:13:\"z:>hT?GUXGlBA\";i:1249;s:15:\"z:>hT?GUO[@QXLA\";i:1250;s:13:\"z:>hT?GULKlBA\";i:1251;s:15:\"z:>hT?GUO[s8XLA\";i:1252;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:1253;s:13:\"c#=hT?GU~AlBA\";i:1254;s:13:\"nu=hT?GU&FlBA\";i:1255;s:15:\"R@>hT?GUO[@QXLA\";i:1256;s:15:\"R@>hT?GUO[JVXLA\";i:1257;s:15:\"R@>hT?GUO[uWXLA\";i:1258;s:15:\"nu=hT?GUO[8MXLA\";i:1259;s:13:\"z:>hT?GUXGlBA\";i:1260;s:15:\"z:>hT?GUO[@QXLA\";i:1261;s:13:\"z:>hT?GULKlBA\";i:1262;s:15:\"z:>hT?GUO[s8XLA\";i:1263;s:13:\"z:>hT?GUXGlBA\";i:1264;s:15:\"z:>hT?GUO[@QXLA\";i:1265;s:13:\"z:>hT?GULKlBA\";i:1266;s:15:\"z:>hT?GUO[s8XLA\";i:1267;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:1268;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:1269;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:1270;s:12:\"4r=hT?GU/A$A\";i:1271;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:1272;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:1273;s:42:\"1:>hT?GUO[@QXL!GVElg*NNKIIlBAM.4FxrjYBBBQA\";i:1274;s:13:\"/o=hT?GUcHlBA\";i:1275;s:26:\"Xx=hT?GUO[$$XLkUVElg*N,AIA\";i:1276;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:1277;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:1278;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:1279;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:1280;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:1281;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:1282;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:1283;s:13:\"nu=hT?GU~AlBA\";i:1284;s:15:\"nu=hT?GUO[8MXLA\";i:1285;s:24:\"Am=hT?GU:tlBcM.4Fxrj:ABA\";i:1286;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:1287;s:13:\"\"l=hT?GU?ulBA\";i:1288;s:13:\"nu=hT?GU~AlBA\";i:1289;s:13:\"nu=hT?GU4DlBA\";i:1290;s:15:\"),=hT?GUO[(,XLA\";i:1291;s:15:\"),=hT?GUO[(,bLA\";i:1292;s:13:\"z:>hT?GUXGlBA\";i:1293;s:13:\"z:>hT?GULKlBA\";i:1294;s:15:\"z:>hT?GUO[@QXLA\";i:1295;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:1296;s:15:\"VE=hT?GUO[3rXLA\";i:1297;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:1298;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:1299;s:15:\"VE?hT?GUO[|;XLA\";i:1300;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:1301;s:15:\"Wx=hT?GUO[+>XLA\";i:1302;s:13:\"z:>hT?GUXGlBA\";i:1303;s:15:\"?2=hT?GUO[+>XLA\";i:1304;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:1305;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:1306;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:1307;s:27:\"ou=hT?GUO[8MXLi\"LvSQ[zFF0WA\";i:1308;s:27:\"ou=hT?GU~@FBG\"#(k)Noa.O/vWA\";i:1309;s:59:\"J0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOAvW=hT?GUO[\"]XLA\";i:1310;s:26:\"@2=hT?GU~@FBbLjt,ub@=1XEQA\";i:1311;s:27:\"@2=hT?GU~@FByWot,ub@y2y(BtA\";i:1312;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:1313;s:24:\"ou=hT?GU4DlBvL.4Fxs@&ABA\";i:1314;s:83:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[oIXL*BVElg*NJA3(&\",ub@2q5FGuLvSQ[zGFZF$A[CSOYM)ZBtA\";i:1315;s:12:\">J=hT?GU/A$A\";i:1316;s:12:\"EH=hT?GUpA$A\";i:1317;s:83:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[oIXL*BVElg*NJA3(&\",ub@2q5FGuLvSQ[zGFZF$A[CSOYM)ZBtA\";i:1318;s:12:\">J=hT?GU/A$A\";i:1319;s:81:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GU\"NlBrL.4Fx}MBApI=hT?GU7KlBvL.4FxrjYBdBRtoBJHNz?MuWA\";i:1320;s:12:\">J=hT?GU/A$A\";i:1321;s:12:\"EH=hT?GUpA$A\";i:1322;s:15:\"bS=hT?GUO[/`XLA\";i:1323;s:12:\"bS=hT?GU/A$A\";i:1324;s:13:\"bS=hT?GUDClBA\";i:1325;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1326;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1327;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1328;s:12:\"bS=hT?GU/A$A\";i:1329;s:12:\"bS=hT?GU/A$A\";i:1330;s:56:\"ZE=hT?GU!BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1331;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1332;s:12:\"bS=hT?GU/A$A\";i:1333;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1334;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1335;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1336;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1337;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:1338;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1339;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1340;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1341;s:59:\"g#=hT?GULKlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAPA$T=hT?GU7KlBA\";i:1342;s:12:\"KV=hT?GU/A$A\";i:1343;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:1344;s:86:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GUO[4}bL*BVElg*N&FRtmBJHNzRmQ\"p\"oI_Q3nE30oSq7FWuLvSQ[z>CIA\";i:1345;s:13:\">J=hT?GU:tlBA\";i:1346;s:12:\"EH=hT?GUpA$A\";i:1347;s:36:\"pu=hT?GU~AlB<M.4Fx}MBAO/=hT?GU~@EBEA\";i:1348;s:13:\"F0=hT?GU^ClBA\";i:1349;s:13:\"F0=hT?GU:tlBA\";i:1350;s:12:\"F0=hT?GU/A$A\";i:1351;s:15:\"F0=hT?GUO[C\"5FA\";i:1352;s:13:\"VE=hT?GUvulBA\";i:1353;s:45:\"f#=hT?GU~AlBbL.4FxrjKAq1=hT?GU/A$AADSOYM)ZBtA\";i:1354;s:12:\">J=hT?GU/A$A\";i:1355;s:23:\"LV=hT?GU/A$AdDSOYMifBtA\";i:1356;s:12:\"KV=hT?GU/A$A\";i:1357;s:23:\"?J=hT?GU/A$AnDSOYMifBtA\";i:1358;s:13:\"nu=hT?GU\"tlBA\";i:1359;s:13:\"EH=hT?GU~AlBA\";i:1360;s:64:\"ZE=hT?GUO[lBcL*BVElg*N&FRtmBJHNzRmQ\"p\"oI_Q3nE30oSq7FWuLvSQ[z>CIA\";i:1361;s:15:\"bS=hT?GUO[/`XLA\";i:1362;s:57:\"ZE=hT?GU?ulBrL.4Fx}M%ApI=hT?GU:tlBvL.4Fx}M%A$T=hT?GU:tlBA\";i:1363;s:12:\"bS=hT?GU/A$A\";i:1364;s:46:\"I0=hT?GU>RlBIM.4Fx}MBAeZ=hT?GU>RlBAM.4Fx}MBABA\";i:1365;s:13:\">J=hT?GU:tlBA\";i:1366;s:13:\"bS=hT?GU:tlBA\";i:1367;s:15:\"z:>hT?GUO[@QXLA\";i:1368;s:24:\"d#=hT?GU\"tlBbL.4Fx}M&ABA\";i:1369;s:13:\"bS=hT?GU|2lBA\";i:1370;s:24:\"d#=hT?GU\"tlBbL.4Fxrj:ABA\";i:1371;s:13:\"bS=hT?GU|2lBA\";i:1372;s:13:\"z:=hT?GU~AlBA\";i:1373;s:13:\"nu=hT?GU~AlBA\";i:1374;s:25:\"!M>hT?GUHGlB_M.4Fx}MSz8FA\";i:1375;s:46:\"I0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBABA\";i:1376;s:13:\"nu=hT?GU~AlBA\";i:1377;s:46:\"I0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBABA\";i:1378;s:24:\"ou=hT?GU4DlBEM.4Fx}MBABA\";i:1379;s:23:\"?J=hT?GU/A$AJDSOYMifBtA\";i:1380;s:13:\"yd=hT?GU(ClBA\";i:1381;s:25:\"ou=hT?GU4DlBEM.4Fx}M:;6FA\";i:1382;s:13:\"z:=hT?GU~AlBA\";i:1383;s:13:\"VE=hT?GUcHlBA\";i:1384;s:13:\"nu=hT?GU\"tlBA\";i:1385;s:13:\"\"l=hT?GU:tlBA\";i:1386;s:13:\"nu=hT?GU~AlBA\";i:1387;s:12:\"F0=hT?GU/A$A\";i:1388;s:15:\"F0=hT?GUO[:CYLA\";i:1389;s:13:\"z:=hT?GU~AlBA\";i:1390;s:12:\"_X>hT?GU5A$A\";i:1391;s:70:\"mg=hT?GUcHlBBN.4FxrjYBrBS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA\";i:1392;s:70:\"mg=hT?GUcHlBBN.4FxrjYBrBS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA\";i:1393;s:12:\"_X>hT?GU5A$A\";i:1394;s:15:\"nu=hT?GUO[8MXLA\";i:1395;s:24:\"zd=hT?GU(ClB(L.4Fx}MCABA\";i:1396;s:13:\"9M=hT?GU>BlBA\";i:1397;s:58:\"g#=hT?GUXGlBrL.4Fx}MBApI=hT?GU~@dBz(ht,ub@TD5FWuLvSQ[zEAEA\";i:1398;s:13:\"\"l=hT?GUYDlBA\";i:1399;s:13:\"nu=hT?GU\"tlBA\";i:1400;s:13:\"nu=hT?GU~AlBA\";i:1401;s:13:\"nu=hT?GU\"tlBA\";i:1402;s:24:\"WE=hT?GU?ulBnL.4Fx~5&ABA\";i:1403;s:24:\"WE=hT?GUvulBnL.4Fx}M&ABA\";i:1404;s:26:\"d#=hT?GU~AlB/N.4FxrjYBYAIA\";i:1405;s:46:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3so#A$T=hT?GU/A$A\";i:1406;s:12:\"bS=hT?GU/A$A\";i:1407;s:13:\"nu=hT?GU~AlBA\";i:1408;s:14:\"sP=hT?GU~@jBEA\";i:1409;s:15:\"KV=hT?GUO[5FYLA\";i:1410;s:13:\"nu=hT?GU4DlBA\";i:1411;s:13:\"9M>hT?GUHGlBA\";i:1412;s:35:\"e#=hT?GU~AlB#L.4FxrjFAHO=hT?GUzClBA\";i:1413;s:96:\"uu=hT?GU4DlBEM.4Fx}Mr}6FgwLvSQ[zkAbLit,ub@=10FRttBJHNz?MvW!mqI:$vbX%h\"e+_Q3nE30oww5FT3LvSQ[zjAEA\";i:1414;s:40:\"pu=hT?GUO[8MXLOWVElg*NNKkElB3L.4Fx}MKABA\";i:1415;s:38:\"0d=hT?GU(ClB;L.4FxrjYBxBRtsBJHNzijcW$A\";i:1416;s:15:\"\"l=hT?GUO[=JYLA\";i:1417;s:46:\"qu=hT?GU4DlBUM.4FxrjBANc=hT?GU.DlBrL.4Fx~5DABA\";i:1418;s:13:\"nu=hT?GU~AlBA\";i:1419;s:98:\"uu=hT?GU4DlBEM.4FxrjYB1BRtuBJHNz?MvWeGqI:$vbaUdZ:CAYzXJI{ZSAln&(k)No`,,CJt>\",ub@y2PcFt1[_Q3nE3LD$A\";i:1420;s:38:\"0d=hT?GU(ClB;L.4FxrjYBxBRtsBJHNzijcW$A\";i:1421;s:15:\"\"l=hT?GUO[=JYLA\";i:1422;s:13:\"\"l=hT?GU:tlBA\";i:1423;s:14:\"\"l=hT?GU~@(CEA\";i:1424;s:13:\"\"l=hT?GU:tlBA\";i:1425;s:13:\"/o=hT?GU:tlBA\";i:1426;s:13:\"VE=hT?GUuBlBA\";i:1427;s:15:\"\"l=hT?GUO[8MYLA\";i:1428;s:15:\"\"l=hT?GUO[8McLA\";i:1429;s:13:\"\"l=hT?GU^ClBA\";i:1430;s:15:\"\"l=hT?GUO[8MYLA\";i:1431;s:56:\"vP=hT?GUO[GOYLqCVElg*NNKBNlB3L.4FxrjYB7BRt2BJHNzRm9(SABA\";i:1432;s:12:\"Wx=hT?GU/A$A\";i:1433;s:13:\"nu=hT?GU4DlBA\";i:1434;s:13:\"bS=hT?GU{JlBA\";i:1435;s:13:\"9M=hT?GUuBlBA\";i:1436;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1437;s:13:\"VE=hT?GUcHlBA\";i:1438;s:24:\"WE=hT?GU>BlBjL.4Fx}MBABA\";i:1439;s:13:\"VE=hT?GUuBlBA\";i:1440;s:13:\"VE=hT?GUTClBA\";i:1441;s:13:\"nu=hT?GU~AlBA\";i:1442;s:26:\"ou=hT?GU4DlBbL.4FxrjYB9BQA\";i:1443;s:37:\"pu=hT?GU4DlB(L.4FxrjYB#BRtlBJHNzLYuWA\";i:1444;s:15:\"KV=hT?GUO[#TYLA\";i:1445;s:13:\"nu=hT?GU4DlBA\";i:1446;s:13:\"VE=hT?GU>BlBA\";i:1447;s:12:\"sP=hT?GU/A$A\";i:1448;s:25:\"WE=hT?GUuBlBvL.4Fx}MD@6FA\";i:1449;s:12:\"\"l=hT?GU/A$A\";i:1450;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUcHlBvL.4Fx}MJABA\";i:1451;s:13:\"VE=hT?GUd0lBA\";i:1452;s:55:\"I0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"A\";i:1453;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1454;s:45:\"1d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A@CSOYM)ZDtA\";i:1455;s:15:\"4r=hT?GUO[^XYLA\";i:1456;s:13:\"nu=hT?GU~AlBA\";i:1457;s:15:\"sP?hT?GUO[dZYLA\";i:1458;s:13:\"nu=hT?GU\"tlBA\";i:1459;s:13:\"),=hT?GUBIlBA\";i:1460;s:119:\"1P=hT?IUO[&acL#zMAIA$(k)No|B;CjXzXJI|+KA]Q#(k)No4O:CDXzXJI{ZCAln#(k)No4O:CIYzXJI{ZCA]Q$(k)No3B:CbXzXJI{ZCA7F$(k)No3B:CA\";i:1461;s:13:\"c#=hT?GU~AlBA\";i:1462;s:57:\"Dm=hT?GUzClBrL.4Fx}M%ApI=hT?GU:tlBvL.4Fx}M%A$T=hT?GU:tlBA\";i:1463;s:13:\"_X=hT?GUzClBA\";i:1464;s:13:\"_X=hT?GUMHlBA\";i:1465;s:37:\"e#=hT?GU~AlBbL.4Fx}MCAO/>hT?GUO[@QXLA\";i:1466;s:14:\"bS=hT?GU}jcBEA\";i:1467;s:13:\"_X=hT?GU,GlBA\";i:1468;s:26:\":o=hT?GUO[McYL8MVElg*N*AIA\";i:1469;s:26:\"5r=hT?GUO[McYL8MVElg*N*AIA\";i:1470;s:13:\"9M>hT?GU:tlBA\";i:1471;s:13:\"9M>hT?GU:tlBA\";i:1472;s:56:\"vP=hT?GUO[xdYLqCVElg*NNK{OlB3L.4FxrjYB[BRt2BJHNzRmPtVABA\";i:1473;s:13:\"VE=hT?GUuBlBA\";i:1474;s:13:\"VE=hT?GU>BlBA\";i:1475;s:15:\"L&>hT?GUO[ggYLA\";i:1476;s:15:\"L&>hT?GUO[*hYLA\";i:1477;s:15:\"L&>hT?GUO[PjYLA\";i:1478;s:15:\"L&>hT?GUO[0kYLA\";i:1479;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:1480;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1481;s:13:\"nu=hT?GU4DlBA\";i:1482;s:13:\"bS=hT?GUzClBA\";i:1483;s:23:\":o=hT?GU/A$ATDSOYMtODtA\";i:1484;s:23:\"5r=hT?GU/A$ATDSOYMtODtA\";i:1485;s:85:\"4d=hT?GU(ClB,L.4FxrjYBACQA.\",ub@y2xWCt#T_Q3nE3kAi\"lBJHNzLYuW(HqI:$vb,BgA&BJHNzRmQ\"D\"A\";i:1486;s:13:\"hg=hT?GUcHlBA\";i:1487;s:13:\"`)=hT?GU,GlBA\";i:1488;s:15:\"nu=hT?GUO[8MbLA\";i:1489;s:13:\"VE=hT?GUuBlBA\";i:1490;s:13:\"nu=hT?GU5wlBA\";i:1491;s:14:\"_X=hT?GU~@aBEA\";i:1492;s:15:\"_X=hT?GUO[jnYLA\";i:1493;s:15:\"_X>hT?GUO[.oYLA\";i:1494;s:15:\"_X>hT?GUO[.ocLA\";i:1495;s:15:\"z:>hT?GUO[@QXLA\";i:1496;s:24:\"ig=hT?GUd0lBeO.4FxrjBABA\";i:1497;s:48:\"qu=hT?GU4DlBUM.4FxrjBAw(>hT?GU~AlBeO.4FxrjYBGCQA\";i:1498;s:67:\"aE=hT?GUvulBnL.4Fx}M&AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtA\";i:1499;s:12:\"bS=hT?GU/A$A\";i:1500;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:1501;s:15:\"hg=hT?GUO[3rYLA\";i:1502;s:26:\"cS=hT?GU0vlB3L.4FxrjYBKGQA\";i:1503;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1504;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1505;s:26:\"`X=hT?GU~@3C/hlt,ub@=1pKQA\";i:1506;s:24:\"`X=hT?GUN0lB.M.4Fx}M>ABA\";i:1507;s:24:\"ou=hT?GU4DlBbL.4Fx}MCABA\";i:1508;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:1509;s:94:\"uu=hT?GU4DlBUM.4FxrjBA;C=hT?GUcHlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:1510;s:13:\"nu=hT?GU4DlBA\";i:1511;s:48:\"I0=hT?GU~@&C/hjt,ub@MI7F2uLvSQ[zGy9W|LqI:$vb*LgA\";i:1512;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1513;s:13:\"_X=hT?GUN0lBA\";i:1514;s:48:\"I0=hT?GU~@dB/hjt,ub@WK5F2uLvSQ[zGy1W|LqI:$vb6AQA\";i:1515;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1516;s:13:\"_X=hT?GUN0lBA\";i:1517;s:15:\"?2>hT?GUO[BtcLA\";i:1518;s:15:\"?2>hT?GUO[BtcLA\";i:1519;s:48:\"I0=hT?GU~@&C/hjt,ub@WK7F2uLvSQ[zGy9W|LqI:$vb[LgA\";i:1520;s:15:\"bS=hT?GUO[XLcLA\";i:1521;s:13:\"_X=hT?GUN0lBA\";i:1522;s:48:\"f#=hT?GU\"tlB#L.4FxrjFA;C=hT?GUvulB(L.4FxrjYB9HQA\";i:1523;s:57:\"OV=hT?GU:tlBEM.4Fxs@&Aq1=hT?GUEvlB7L.4Fxs@&A<v=hT?GUEvlBA\";i:1524;s:13:\"_X=hT?GUoDlBA\";i:1525;s:13:\"_X=hT?GUN0lBA\";i:1526;s:13:\"nu=hT?GU\"tlBA\";i:1527;s:109:\"RV?hT?GUO[^XXLdZVElg*NNK\"ClBqO.4FxrjYBiAJt_\",ub@y28FCtrP`Q3nE30ooI5Fi6LvSQ[zGFFB$A8DSOYMj<cADA,>>hT?GUO[@QXLA\";i:1528;s:13:\"VE=hT?GUuBlBA\";i:1529;s:46:\"vP=hT?GUzClBjL.4Fxs@FA[Q=hT?GUzClBzL.4Fxs@FABA\";i:1530;s:13:\"VE=hT?GUuBlBA\";i:1531;s:26:\"tP=hT?GU:tlBEM.4FxrjYB;BQA\";i:1532;s:13:\"bS=hT?GUt0lBA\";i:1533;s:13:\"nu=hT?GU4DlBA\";i:1534;s:13:\"nu=hT?GU~AlBA\";i:1535;s:15:\"5}>hT?GUO[PjbLA\";i:1536;s:15:\"5}>hT?GUO[PjXLA\";i:1537;s:15:\"5}>hT?GUO[PjXLA\";i:1538;s:15:\"5}>hT?GUO[~lbLA\";i:1539;s:15:\"5}>hT?GUO[0kXLA\";i:1540;s:15:\"F0>hT?GUO[jnXLA\";i:1541;s:15:\"5}>hT?GUO[~lXLA\";i:1542;s:15:\"5}>hT?GUO[PjXLA\";i:1543;s:15:\"5}>hT?GUO[~lXLA\";i:1544;s:15:\"F0>hT?GUO[~lXLA\";i:1545;s:15:\"F0>hT?GUO[.oXLA\";i:1546;s:15:\"5}>hT?GUO[~lbLA\";i:1547;s:15:\"5}>hT?GUO[0kbLA\";i:1548;s:15:\"5}>hT?GUO[SqbLA\";i:1549;s:15:\"5}>hT?GUO[3rXLA\";i:1550;s:15:\"5}>hT?GUO[SqbLA\";i:1551;s:15:\"5}>hT?GUO[SqXLA\";i:1552;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:1553;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:1554;s:15:\"5}>hT?GUO[SqXLA\";i:1555;s:15:\"F0>hT?GUO[muXLA\";i:1556;s:15:\"5}>hT?GUO[SqXLA\";i:1557;s:15:\"5}>hT?GUO[SqXLA\";i:1558;s:15:\"5}>hT?GUO[BtXLA\";i:1559;s:15:\"mB?hT?GUO[VxXLA\";i:1560;s:15:\"5}>hT?GUO[SqXLA\";i:1561;s:15:\"F0>hT?GUO[.oXLA\";i:1562;s:15:\"5}>hT?GUO[SqXLA\";i:1563;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:1564;s:15:\"5}>hT?GUO[SqXLA\";i:1565;s:15:\"5}>hT?GUO[SqXLA\";i:1566;s:15:\"5}>hT?GUO[SqXLA\";i:1567;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:1568;s:15:\"5}>hT?GUO[SqXLA\";i:1569;s:15:\"5}>hT?GUO[3rXLA\";i:1570;s:15:\"5}>hT?GUO[PjbLA\";i:1571;s:15:\"5}>hT?GUO[p1bLA\";i:1572;s:15:\"F0>hT?GUO[>2XLA\";i:1573;s:15:\"F0>hT?GUO[Y4XLA\";i:1574;s:15:\"F0>hT?GUO[95XLA\";i:1575;s:15:\"5}>hT?GUO[PjXLA\";i:1576;s:15:\"F0>hT?GUO[PjXLA\";i:1577;s:15:\"5}>hT?GUO[95XLA\";i:1578;s:15:\"5}>hT?GUO[SqbLA\";i:1579;s:15:\"F0>hT?GUO[H7XLA\";i:1580;s:15:\"F0>hT?GUO[SqXLA\";i:1581;s:15:\"5}>hT?GUO[SqXLA\";i:1582;s:15:\"F0>hT?GUO[SqXLA\";i:1583;s:15:\"5}>hT?GUO[SqXLA\";i:1584;s:12:\"Wx=hT?GU/A$A\";i:1585;s:12:\"EH=hT?GUpA$A\";i:1586;s:12:\"EH=hT?GUpA$A\";i:1587;s:14:\"EH?hT?GU}j@ACA\";i:1588;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:1589;s:13:\"EH?hT?GUuBlBA\";i:1590;s:13:\"VE=hT?GUuBlBA\";i:1591;s:13:\"z:>hT?GUXGlBA\";i:1592;s:13:\"z:>hT?GULKlBA\";i:1593;s:15:\"z:>hT?GUO[s8XLA\";i:1594;s:15:\"z:>hT?GUO[@QXLA\";i:1595;s:13:\"z:>hT?GUXGlBA\";i:1596;s:15:\"z:>hT?GUO[@QXLA\";i:1597;s:13:\"z:>hT?GULKlBA\";i:1598;s:15:\"z:>hT?GUO[s8XLA\";i:1599;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:1600;s:13:\"c#=hT?GU~AlBA\";i:1601;s:13:\"nu=hT?GU&FlBA\";i:1602;s:15:\"R@>hT?GUO[@QXLA\";i:1603;s:15:\"R@>hT?GUO[JVXLA\";i:1604;s:15:\"R@>hT?GUO[uWXLA\";i:1605;s:15:\"nu=hT?GUO[8MXLA\";i:1606;s:13:\"z:>hT?GUXGlBA\";i:1607;s:15:\"z:>hT?GUO[@QXLA\";i:1608;s:13:\"z:>hT?GULKlBA\";i:1609;s:15:\"z:>hT?GUO[s8XLA\";i:1610;s:13:\"z:>hT?GUXGlBA\";i:1611;s:15:\"z:>hT?GUO[@QXLA\";i:1612;s:13:\"z:>hT?GULKlBA\";i:1613;s:15:\"z:>hT?GUO[s8XLA\";i:1614;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:1615;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:1616;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:1617;s:12:\"4r=hT?GU/A$A\";i:1618;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:1619;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:1620;s:15:\"z:>hT?GUO[@QXLA\";i:1621;s:13:\"/o=hT?GUcHlBA\";i:1622;s:26:\"Xx=hT?GUO[$$XLkUVElg*N,AIA\";i:1623;s:29:\"@2=hT?GUO[$$XL~FVElg*NNKIIlBA\";i:1624;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:1625;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:1626;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:1627;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:1628;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:1629;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:1630;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:1631;s:13:\"nu=hT?GU~AlBA\";i:1632;s:15:\"nu=hT?GUO[8MXLA\";i:1633;s:24:\"Am=hT?GU:tlBcM.4Fxrj:ABA\";i:1634;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:1635;s:13:\"\"l=hT?GU?ulBA\";i:1636;s:13:\"nu=hT?GU~AlBA\";i:1637;s:13:\"nu=hT?GU4DlBA\";i:1638;s:15:\"),=hT?GUO[muYLA\";i:1639;s:15:\"),=hT?GUO[mucLA\";i:1640;s:13:\"z:>hT?GUXGlBA\";i:1641;s:13:\"z:>hT?GULKlBA\";i:1642;s:15:\"z:>hT?GUO[@QXLA\";i:1643;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:1644;s:15:\"VE=hT?GUO[3rXLA\";i:1645;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:1646;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:1647;s:15:\"VE?hT?GUO[|;XLA\";i:1648;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:1649;s:15:\"Wx=hT?GUO[+>XLA\";i:1650;s:13:\"z:>hT?GUXGlBA\";i:1651;s:15:\"?2=hT?GUO[+>XLA\";i:1652;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:1653;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:1654;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:1655;s:27:\"ou=hT?GUO[8MXLi\"LvSQ[zFF0WA\";i:1656;s:27:\"ou=hT?GU~@FBG\"#(k)Noa.O/vWA\";i:1657;s:59:\"J0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOAvW=hT?GUO[\"]XLA\";i:1658;s:26:\"@2=hT?GU~@FBbLjt,ub@=1XEQA\";i:1659;s:27:\"@2=hT?GU~@FByWot,ub@y2y(BtA\";i:1660;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:1661;s:24:\"ou=hT?GU4DlBvL.4Fxs@&ABA\";i:1662;s:81:\"i#=hT?GUXGlBfL.4FxrjBA;C=hT?GU\"NlBrL.4Fx}MBApI=hT?GU7KlBvL.4FxrjYBOCRtoBJHNz?MuWA\";i:1663;s:13:\">J=hT?GU7KlBA\";i:1664;s:13:\"EH=hT?GU~AlBA\";i:1665;s:12:\">J=hT?GU/A$A\";i:1666;s:12:\"EH=hT?GUpA$A\";i:1667;s:37:\"XE=hT?GUuBlBjL.4Fx}MBA[Q=hT?GUO[;vYLA\";i:1668;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:1669;s:12:\"bS=hT?GU/A$A\";i:1670;s:12:\"bS=hT?GU/A$A\";i:1671;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1672;s:12:\">J=hT?GU/A$A\";i:1673;s:13:\"EH=hT?GU~AlBA\";i:1674;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1675;s:56:\"ZE=hT?GU>BlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1676;s:12:\">J=hT?GU/A$A\";i:1677;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1678;s:12:\"KV=hT?GU/A$A\";i:1679;s:12:\"?2=hT?GU/A$A\";i:1680;s:48:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzRm9(QABA\";i:1681;s:52:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4?z~5OAq1t`0ACA\";i:1682;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:1683;s:17:\"KV=hT?IUTClBrzAAB\";i:1684;s:75:\"JH=hT?GU~AlBbL.4FxrjYB/HRtnBJHNz?M2WKCqI:$vbaUqi;CDXzXJI|+wCzPi\"oBJHNz?M2WA\";i:1685;s:13:\">J=hT?GU:tlBA\";i:1686;s:12:\"EH=hT?GUpA$A\";i:1687;s:23:\":o=hT?GU/A$ATDSOYMtODtA\";i:1688;s:23:\"5r=hT?GU/A$ATDSOYMtODtA\";i:1689;s:24:\"WE=hT?GUvulBjL.4Fx}M%ABA\";i:1690;s:15:\"bS=hT?GUO[;vcLA\";i:1691;s:13:\"bS=hT?GU:tlBA\";i:1692;s:46:\"I0=hT?GUsHlBIM.4Fx}MBAeZ=hT?GUsHlBAM.4Fx}MBABA\";i:1693;s:13:\"bS=hT?GU:tlBA\";i:1694;s:13:\"bS=hT?GU:tlBA\";i:1695;s:26:\"ou=hT?GU5wlBeO.4FxrjYB;HQA\";i:1696;s:13:\"nu=hT?GU5wlBA\";i:1697;s:24:\"d#=hT?GU\"tlBbL.4Fxrj:ABA\";i:1698;s:15:\"\"l=hT?GUO[8MYLA\";i:1699;s:15:\"\"l=hT?GUO[E0YLA\";i:1700;s:13:\"nu=hT?GU~AlBA\";i:1701;s:15:\"nu=hT?GUO[8MXLA\";i:1702;s:12:\">J=hT?GU/A$A\";i:1703;s:15:\"\"l=hT?GUO[p1YLA\";i:1704;s:37:\"pu=hT?GU4DlBUM.4FxrjBAO/>hT?GUO[@QXLA\";i:1705;s:15:\"sP=hT?GUO[jnYLA\";i:1706;s:12:\"KV=hT?GU/A$A\";i:1707;s:37:\"e#=hT?GU\"tlB#L.4FxrjFAHO=hT?GUO[+>XLA\";i:1708;s:26:\"ou=hT?GUO[8MXLcMVElg*NJAIA\";i:1709;s:57:\"ru=hT?GU5wlBbL.4Fx}M&AYL=hT?GUvulBrL.4Fx}M/A[Q=hT?GUozlBA\";i:1710;s:15:\"F0=hT?GUO[>2YLA\";i:1711;s:14:\"\"l=hT?GU}jLBEA\";i:1712;s:13:\"nu=hT?GU\"tlBA\";i:1713;s:13:\"Wx=hT?GUoDlBA\";i:1714;s:13:\"/o=hT?GUnGlBA\";i:1715;s:13:\"?2=hT?GUoDlBA\";i:1716;s:13:\"4r=hT?GUnGlBA\";i:1717;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1718;s:45:\"1d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A@CSOYM)ZDtA\";i:1719;s:15:\"4r=hT?GUO[^XYLA\";i:1720;s:13:\"nu=hT?GU~AlBA\";i:1721;s:15:\"sP?hT?GUO[dZYLA\";i:1722;s:13:\"nu=hT?GU~AlBA\";i:1723;s:56:\"I0=hT?GUO[JVYL!GVElg*NNK[NlB7L.4FxrjYB*BRttBJHNzRm9(TABA\";i:1724;s:46:\"I0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOABA\";i:1725;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:1726;s:12:\"bS=hT?GU/A$A\";i:1727;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:1728;s:12:\"bS=hT?GU/A$A\";i:1729;s:13:\"_X=hT?GUzClBA\";i:1730;s:26:\"`X=hT?GUnGlB*N.4FxrjYBWAIA\";i:1731;s:13:\"nu=hT?GU4DlBA\";i:1732;s:13:\"nu=hT?GU~AlBA\";i:1733;s:15:\"bS=hT?GUO[{eXLA\";i:1734;s:14:\"bS=hT?GU}jcBEA\";i:1735;s:25:\")a=hT?GU/A$A]CSOYM*+6mlBA\";i:1736;s:26:\"6}>hT?GUO[PjXL:CVElg*N[AIA\";i:1737;s:13:\"nu=hT?GU4DlBA\";i:1738;s:13:\"nu=hT?GU4DlBA\";i:1739;s:56:\"ru=hT?GU5wlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:1740;s:56:\"vP=hT?GUO[Y4YLqCVElg*NNKaSlB3L.4FxrjYBcCRt2BJHNzRm8WaABA\";i:1741;s:48:\"I0=hT?GU~@&C/hjt,ub@WK7F2uLvSQ[zGy9W|LqI:$vb[LgA\";i:1742;s:15:\"?2>hT?GUO[H7cLA\";i:1743;s:36:\"e#=hT?GU\"tlBbL.4Fx}M&A|e=hT?GU~@,CEA\";i:1744;s:13:\"_X=hT?GUzClBA\";i:1745;s:13:\"_X=hT?GUN0lBA\";i:1746;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:1747;s:15:\"hg=hT?GUO[s8YLA\";i:1748;s:13:\"bS?hT?GU~AlBA\";i:1749;s:37:\"e#=hT?GU~AlB%N.4FxrjBA[Q?hT?GUO[SqYLA\";i:1750;s:13:\"F0=hT?GUsHlBA\";i:1751;s:15:\"bS=hT?GUO[[9cLA\";i:1752;s:26:\"`X=hT?GU~@(C/hlt,ub@=1~KQA\";i:1753;s:13:\"VE=hT?GUvulBA\";i:1754;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1755;s:12:\"bS=hT?GU/A$A\";i:1756;s:37:\"XE=hT?GUuBlBjL.4Fx}MBA[Q=hT?GUO[T|XLA\";i:1757;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1758;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1759;s:58:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<e\"PA$T=hT?GU/A$A\";i:1760;s:46:\"vP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:1761;s:12:\"bS=hT?GU/A$A\";i:1762;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1763;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:1764;s:13:\"9M=hT?GU>BlBA\";i:1765;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:1766;s:13:\"KV=hT?GU{JlBA\";i:1767;s:15:\"_X=hT?GUO[+>XLA\";i:1768;s:13:\"_X=hT?GU{JlBA\";i:1769;s:59:\"ZE=hT?GUvulBrL.4Fx}M%ApI=hT?GU:tlBvL.4FxrjYB\"GRtoBJHNz?M2WA\";i:1770;s:12:\">J=hT?GU/A$A\";i:1771;s:15:\"bS=hT?GUO[T|bLA\";i:1772;s:13:\"bS=hT?GU:tlBA\";i:1773;s:13:\"bS=hT?GU:tlBA\";i:1774;s:50:\"I0=hT?GUO[b#YL!GVElg*NJA2W)\",ub@y2Q/Ht^X_Q3nE3kAgA\";i:1775;s:56:\"I0=hT?GUO[$$cL!GVElg*NNKw$lB7L.4FxrjYBEIRttBJHNzRm9(ABCA\";i:1776;s:13:\"bS=hT?GUnGlBA\";i:1777;s:13:\"VE=hT?GUuBlBA\";i:1778;s:57:\"2d=hT?GU/wlB;L.4Fxrj:ATq=hT?GUd0lBcM.4Fxrj:Akn=hT?GUd0lBA\";i:1779;s:13:\"F0=hT?GU:tlBA\";i:1780;s:13:\"nu=hT?GU~AlBA\";i:1781;s:13:\"sP=hT?GU:tlBA\";i:1782;s:13:\"sP=hT?GU:tlBA\";i:1783;s:13:\"(a=hT?GU2JlBA\";i:1784;s:13:\"9M=hT?GU>BlBA\";i:1785;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNzijuWA\";i:1786;s:12:\"KV=hT?GU/A$A\";i:1787;s:46:\"f#=hT?GULKlB#L.4Fxrj*A1k=hT?GUd0lBcM.4Fx~5OABA\";i:1788;s:35:\"e#=hT?GU~AlB#L.4FxrjFA[Q=hT?GUnGlBA\";i:1789;s:13:\"KV=hT?GU:tlBA\";i:1790;s:35:\"e#=hT?GU~AlB#L.4FxrjFA[Q=hT?GUnGlBA\";i:1791;s:13:\"KV=hT?GU:tlBA\";i:1792;s:13:\"VE=hT?GU>BlBA\";i:1793;s:13:\"nu=hT?GU4DlBA\";i:1794;s:56:\"vP=hT?GUO[v(YLqCVElg*NNK#TlB3L.4FxrjYBsCRt2BJHNzRm8WcABA\";i:1795;s:35:\"pu=hT?GU4DlBUM.4Fxs@IApI=hT?GUDClBA\";i:1796;s:13:\"nu=hT?GU4DlBA\";i:1797;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:1798;s:81:\"i#=hT?GUXGlBbL.4FxrjYBuCRtnBJHNz?MuWKCqI:$vbuAS\"(\",ub@TD5FWuLvSQ[zEAyWot,ub@BZ5FA\";i:1799;s:94:\"j#=hT?GU~AlBbL.4FxrjKAYL=hT?GU~AlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:1800;s:15:\"nu=hT?GUO[N/XLA\";i:1801;s:52:\"I0=hT?GUUvlBIM.4FxrjYBOIRtpBJHNzij9r$AADSOYMj<dtDCEA\";i:1802;s:26:\"`X=hT?GUpwlB.M.4FxrjYBQIQA\";i:1803;s:13:\"_X=hT?GU.zlBA\";i:1804;s:48:\"I0=hT?GU~@&C/hjt,ub@MI7F2uLvSQ[zGy9W|LqI:$vb*LgA\";i:1805;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1806;s:13:\"_X=hT?GUN0lBA\";i:1807;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU}jdBbLjt,ub@xJ5FA\";i:1808;s:26:\"`X=hT?GUpwlB.M.4FxrjYBQIQA\";i:1809;s:13:\"_X=hT?GU.zlBA\";i:1810;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1811;s:13:\"_X=hT?GUN0lBA\";i:1812;s:15:\"?2>hT?GUO[y:cLA\";i:1813;s:15:\"?2>hT?GUO[|;cLA\";i:1814;s:38:\"dS=hT?GU~@#CG\"#(k)No@G;C1ZzXJI|+wCgQgA\";i:1815;s:24:\"`X=hT?GU0vlB.M.4Fxs@)ABA\";i:1816;s:48:\"f#=hT?GU\"tlB#L.4FxrjFA;C=hT?GUvulB(L.4FxrjYBWIQA\";i:1817;s:59:\"OV=hT?GU:tlBEM.4Fx}MQ~8FgwLvSQ[z=C2W)\",ub@=1ULRttBJHNzFK2WA\";i:1818;s:15:\"_X=hT?GUO[+>YLA\";i:1819;s:13:\"_X=hT?GUN0lBA\";i:1820;s:13:\"),=hT?GU<HlBA\";i:1821;s:15:\"A^>hT?GUO[Q@YLA\";i:1822;s:13:\"nu=hT?GU4DlBA\";i:1823;s:24:\"`X=hT?GUUvlB.M.4Fx}M(ABA\";i:1824;s:24:\"`X=hT?GU|2lB.M.4Fx}M>ABA\";i:1825;s:26:\"`X=hT?GU~@#C/hlt,ub@=1/KQA\";i:1826;s:26:\"`X=hT?GUO[jncLcMVElg*N?GQA\";i:1827;s:23:\"Xx=hT?GU/A$ACDSOYM)ZBtA\";i:1828;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1829;s:23:\"Am=hT?GU/A$AHDSOYM)ZBtA\";i:1830;s:26:\"ou=hT?GU~@GB:>ht,ub@=10FQA\";i:1831;s:153:\"R0>hT?GUO[muXLoIVElg*NJA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAc4it,ub@Vd5FQwLvSQ[zXv0WhNqI:$vbX%h\"8M_Q3nE3~R0A<v=hT?GU~@jByWit,ub@=1MFS\":\",ub@[p5FA\";i:1832;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:1833;s:26:\"5r=hT?GU~@jBc4it,ub@=11EQA\";i:1834;s:143:\"Km=hT?GU/A$A~CSOYM)ZBtlB_Q3nE3so8A|e=hT?GU~@dB/hlt,ub@=1cFS\">\",ub@y28FDtGO_Q3nE3so6AO/>hT?GUO[@QXLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1835;s:15:\"bS>hT?GUO[1[YLA\";i:1836;s:12:\"5}=hT?GU/A$A\";i:1837;s:13:\"5}=hT?GUuBlBA\";i:1838;s:29:\"Xx=hT?GUO[&aXL!GVElg*NNKfDlBA\";i:1839;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUcHlBvL.4Fx}MJABA\";i:1840;s:13:\"VE=hT?GUd0lBA\";i:1841;s:55:\"I0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"A\";i:1842;s:13:\"VE=hT?GU>BlBA\";i:1843;s:168:\"6P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSAS\"`\",ub@TD5F]6LvSQ[zwAG\"#(k)NoBD:CsczXJI|+wClFgA=BJHNzLYuW}4qI:$vbiAQA\";i:1844;s:112:\"`J>hT?IUHGlB&!5A%Ao_&(k)Noa.f+uWPjqI:$vbaUyK:C~dzXJI|+wC1FgApBJHNzLYvWIoqI:$vbaUvD:CGezXJI|+wC5Fi\"@BJHNzRm8WgABA\";i:1845;s:13:\":`>hT?GU~AlBA\";i:1846;s:13:\"F0?hT?GU~AlBA\";i:1847;s:19:\"),=hT?IU}jXB/h|B5FA\";i:1848;s:70:\"xP=hT?GUzClBjL.4Fx}MBA[Q=hT?GUDClBzL.4Fx}MBA<v=hT?GUzClBZN.4FxrjYB&CQA\";i:1849;s:12:\"/o?hT?GU/A$A\";i:1850;s:13:\"nu>hT?GU~AlBA\";i:1851;s:15:\"nu>hT?GUO[/`YLA\";i:1852;s:26:\"@2?hT?GU/A$A(DSOYMj<e\"fABA\";i:1853;s:13:\"nu=hT?GU4DlBA\";i:1854;s:13:\"F0=hT?GU^ClBA\";i:1855;s:13:\"F0=hT?GU:tlBA\";i:1856;s:13:\"F0=hT?GU:tlBA\";i:1857;s:81:\"\")?hT?GUO[UEdLbfVElg*NM3PtJV`Q3nE30o:C8F<8LvSQ[zGFSi$A:DSOYMj<dtMCFtst,ub@y2PcZtA\";i:1858;s:13:\"nu>hT?GU~AlBA\";i:1859;s:12:\"(a=hT?GU/A$A\";i:1860;s:15:\"(a=hT?GUO[oIZLA\";i:1861;s:15:\"),>hT?GUO[=JZLA\";i:1862;s:15:\"4r>hT?GUO[XLZLA\";i:1863;s:26:\"cS=hT?GUnGlB\"O.4FxrjYBBDQA\";i:1864;s:48:\"1d=hT?GU.DlB(L.4Fx}MBApI>hT?GUHGlBWO.4FxrjYB$CQA\";i:1865;s:15:\"`)=hT?GUO[GOZLA\";i:1866;s:15:\"\"l=hT?GUO[rPZLA\";i:1867;s:48:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE30ooI6FWuLvSQ[zEAEA\";i:1868;s:15:\"),>hT?GUO[=JZLA\";i:1869;s:15:\"KV=hT?GUO[@QZLA\";i:1870;s:12:\"(a=hT?GU/A$A\";i:1871;s:13:\"9M=hT?GUuBlBA\";i:1872;s:53:\"+a=hT?GUnGlBCO.4FxrjYB2A2W@\",ub@y2b4BtVx_Q3nE30oUE6FA\";i:1873;s:15:\"5}>hT?GUO[3rXLA\";i:1874;s:13:\"_X=hT?GUDClBA\";i:1875;s:13:\"_X=hT?GUoDlBA\";i:1876;s:15:\"_X=hT?GUO[{eXLA\";i:1877;s:13:\"_X=hT?GU,GlBA\";i:1878;s:14:\"_X=hT?GU~@SBEA\";i:1879;s:13:\"_X=hT?GUMHlBA\";i:1880;s:13:\"A^?hT?GU~AlBA\";i:1881;s:15:\"A^?hT?GUO[aSZLA\";i:1882;s:15:\"A^?hT?GUO[#TZLA\";i:1883;s:96:\"L0=hT?GUO[oIYL!GVElg*NNKcMlB7L.4FxrjYBxBRttBJHNzRmPtRA;C?hT?GUO[JVZLOWVElg*NNKdZlBpN.4FxrjYB8AIA\";i:1884;s:29:\";`?hT?GUO[^XZLOWVElg*NNK9ZlBA\";i:1885;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:1886;s:56:\"I0=hT?GUO[&aZL!GVElg*NNK=ZlB7L.4FxrjYBVDRttBJHNzRm9(kABA\";i:1887;s:15:\"t8?hT?GUO[3rXLA\";i:1888;s:24:\"!M=hT?GUuBlB(L.4FxrjKABA\";i:1889;s:13:\"VE=hT?GUcHlBA\";i:1890;s:12:\"EH=hT?GUpA$A\";i:1891;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWA\";i:1892;s:72:\"su=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5F{uLvSQ[zEAG\"#(k)No3B:C$YzXJI|+wCuGgA\";i:1893;s:13:\"L&=hT?GU3GlBA\";i:1894;s:15:\"F0>hT?GUO[0kXLA\";i:1895;s:15:\"5}>hT?GUO[0kXLA\";i:1896;s:15:\":`?hT?GUO[0kXLA\";i:1897;s:15:\"F0>hT?GUO[0kXLA\";i:1898;s:15:\"F0>hT?GUO[SqXLA\";i:1899;s:114:\"7:=hT?GUO[xdZLvDVElg*NrAK\"it,ub@y2/>LtaS_Q3nE3kAi\"lBJHNzLYuWPjqI:$vbaUyK:C*ZzXJI|+wC#Hi\"%BJHNzRmPtCApI>hT?GU~@VBEA\";i:1900;s:15:\"KV>hT?GUO[{edLA\";i:1901;s:93:\"5d=hT?GU.DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$ApDSOYMLUDtA\";i:1902;s:15:\"F0=hT?GUO[p1YLA\";i:1903;s:13:\"nu=hT?GU~AlBA\";i:1904;s:13:\"F0=hT?GU:tlBA\";i:1905;s:15:\"sP>hT?GUO[ggZLA\";i:1906;s:71:\"aE=hT?GU~@TBFtht,ub@y2EtKtDH_Q3nE37D$A=CSOYM@1DtoI_Q3nE37D$A[CSOYM@1DtA\";i:1907;s:15:\"9M=hT?GUO[PjZLA\";i:1908;s:24:\"WE=hT?GUcHlBnL.4FxrjBABA\";i:1909;s:12:\"9M>hT?GU/A$A\";i:1910;s:26:\"!M>hT?GUHGlBkM.4FxrjYBjDQA\";i:1911;s:24:\"zd=hT?GU.DlBEM.4Fx}M%ABA\";i:1912;s:13:\"bS=hT?GUzClBA\";i:1913;s:155:\"9d=hT?GU.DlBEM.4FxrjYBFDRtuBJHNzRmPthAeZ=hT?GUO[rPZL~FVElg*NNKzXlBKO.4FxrjYBRBRt$BJHNzijgS$A!DSOYMWDEtXL_Q3nE3ZB$AoDSOYMj<e\"CApI>hT?GUO[:CdLNJVElg*NNKXblBA\";i:1914;s:69:\"J0=hT?GUO[rPZL!GVElg*NNKnblB7L.4FxrjYBFDRttBJHNzRmPthA;C?hT?GUO[.oZLA\";i:1915;s:15:\"F0>hT?GUO[DHYLA\";i:1916;s:103:\"5d=hT?GU(ClBzL.4FxrjYBrDQA;\",ub@TD5F|7LvSQ[zGF~N$A]CSOYM*+>qlB.M.4FxrjYB{CRtxBJHNzRmOAW\"0k_Q3nE30o\"S6FA\";i:1917;s:13:\"nu=hT?GU~AlBA\";i:1918;s:29:\"@2=hT?GUO[jnZL~FVElg*NNK^HlBA\";i:1919;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:1920;s:15:\"/o=hT?GUO[muZLA\";i:1921;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:1922;s:26:\":o=hT?GUO[oIZLqCVElg*NJAIA\";i:1923;s:29:\"@2=hT?GUO[b#XL~FVElg*NNKnblBA\";i:1924;s:15:\"/o=hT?GUO[muZLA\";i:1925;s:56:\"I0=hT?GUO[rPZL!GVElg*NNKzXlB7L.4FxrjYBFDRttBJHNzRmPthABA\";i:1926;s:13:\"nu=hT?GU~AlBA\";i:1927;s:56:\"I0=hT?GUO[rPdL!GVElg*NNK0)lB7L.4FxrjYB!IRttBJHNzRmPtGBCA\";i:1928;s:15:\">J>hT?GUO[:CZLA\";i:1929;s:15:\"KV=hT?GUO[rPZLA\";i:1930;s:59:\"fS=hT?GUO[;vZLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1931;s:83:\"bE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAOA$T=hT?GU/A$AwDSOYMj<dt[Aa4&(k)NouM:CA\";i:1932;s:80:\"K0=hT?GUO[XLYL!GVElg*Nj&Pt8M_Q3nE30o6y5FAwLvSQ[zRh1WcsqI:$vbaU95:CvbzXJI|+wC`FgA\";i:1933;s:67:\"J0=hT?GUO[&aXL!GVElg*Nj&Pt8M_Q3nE30ohN5FAwLvSQ[zRh1W<cqI:$vbaUd5:CA\";i:1934;s:73:\"K0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3so4A<v=hT?GUO[oIZLcMVElg*NnAIAtt,ub@y2PcLtA\";i:1935;s:84:\"L0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3so4A<v=hT?GU/A$ASDSOYMLUCtmu`Q3nE30o&a6F[9LvSQ[zGF!O$A\";i:1936;s:50:\"I0=hT?GUO[oIYL!GVElg*NJA2W)\",ub@y2.hFt^X_Q3nE3ZB$A\";i:1937;s:52:\"I0=hT?GUO[oIYL!GVElg*NJA2W)\",ub@y2.hFt^X_Q3nE3so8ABA\";i:1938;s:81:\"tu=hT?GU&FlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA`BJHNz!PuW~lqI:$vbaU*B:CA\";i:1939;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[:CdL/VVElg*N)FQA\";i:1940;s:59:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU~@6CbLjt,ub@=1pKRt2BJHNzG32WA\";i:1941;s:13:\">J>hT?GUpwlBA\";i:1942;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[Y4dL/VVElg*N)FQA\";i:1943;s:13:\"nu=hT?GU4DlBA\";i:1944;s:14:\"VE=hT?GU~@TBEA\";i:1945;s:14:\"\"l=hT?GU~@eBEA\";i:1946;s:14:\"\"l=hT?GU}jLBEA\";i:1947;s:13:\"\"l=hT?GUDClBA\";i:1948;s:15:\"\"l=hT?GUO[95ZLA\";i:1949;s:12:\"\"l=hT?GU/A$A\";i:1950;s:14:\"\"l=hT?GU~@eBEA\";i:1951;s:15:\"Qj=hT?GUO[H7ZLA\";i:1952;s:54:\"Tj=hT?GUO[s8ZLOWVElg*NNKZFlB3L.4FxrjYBCCRt2BJHNzijlT$A\";i:1953;s:15:\"5}>hT?GUO[SqXLA\";i:1954;s:15:\"z:=hT?GUO[[9ZLA\";i:1955;s:29:\"G0=hT?GUO[:CYLEUVElg*NNKmelBA\";i:1956;s:13:\"nu=hT?GU~AlBA\";i:1957;s:15:\">J>hT?GUO[oIZLA\";i:1958;s:13:\"F0=hT?GU^ClBA\";i:1959;s:13:\"F0=hT?GU:tlBA\";i:1960;s:15:\"F0=hT?GUO[v(ZLA\";i:1961;s:15:\"F0=hT?GUO[_)ZLA\";i:1962;s:15:\"F0=hT?GUO[e+ZLA\";i:1963;s:34:\"Bm=hT?GU/A$A~CSOYM)ZBt#T_Q3nE3kAgA\";i:1964;s:13:\"yd=hT?GU(ClBA\";i:1965;s:14:\"yd=hT?GU~@ZBEA\";i:1966;s:14:\"F0=hT?GU}jaBEA\";i:1967;s:14:\"(a=hT?GU}jaBEA\";i:1968;s:35:\"0d=hT?GU(ClBbL.4Fx}MCA|e=hT?GUuBlBA\";i:1969;s:15:\"Qj=hT?GUO[(,ZLA\";i:1970;s:76:\"mg=hT?GUO[N/ZL*BVElg*NNK;flBjL.4Fx}MBA[Q=hT?GUO[y:ZLqCVElg*NJAJt.\",ub@=1TEQA\";i:1971;s:13:\"hg=hT?GUuBlBA\";i:1972;s:13:\"hg=hT?GUuBlBA\";i:1973;s:14:\"yd=hT?GU~@FBEA\";i:1974;s:15:\"nu=hT?GUO[8MXLA\";i:1975;s:26:\"ou=hT?GUO[8MXL(HVElg*NLAIA\";i:1976;s:13:\"nu=hT?GU4DlBA\";i:1977;s:15:\"sP=hT?GUO[|;ZLA\";i:1978;s:14:\"(a=hT?GU~@aBEA\";i:1979;s:86:\"tu=hT?GUO[8MXL(HVElg*NLAJt)\",ub@PP5FRtLvSQ[zIA/hlt,ub@cY5FT3LvSQ[zGFFB$AzDSOYMj<dtABEA\";i:1980;s:24:\"ou=hT?GU4DlB/N.4Fxs@IABA\";i:1981;s:29:\"Rj=hT?GUO[+>ZLkUVElg*NNKKClBA\";i:1982;s:13:\"nu=hT?GU~AlBA\";i:1983;s:13:\"c#=hT?GU~AlBA\";i:1984;s:15:\"bS>hT?GUO[Q@ZLA\";i:1985;s:29:\"ig=hT?GUO[3rXLkUVElg*NNKKClBA\";i:1986;s:13:\"hg=hT?GUcHlBA\";i:1987;s:35:\"0d=hT?GU.DlBcM.4Fx}MBA;C=hT?GUuBlBA\";i:1988;s:13:\"c#=hT?GU~AlBA\";i:1989;s:13:\"_X>hT?GU4TlBA\";i:1990;s:59:\"lg=hT?GUO[UEYLeGVElg*NJA3(+\",ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FA\";i:1991;s:14:\"hg=hT?GU~@cBEA\";i:1992;s:26:\"ou=hT?GUO[8MbL(HVElg*NLAIA\";i:1993;s:27:\"Am=hT?GUO[^XYL_EVElg*NtEOtA\";i:1994;s:15:\"nu=hT?GUO[8MXLA\";i:1995;s:15:\"(a=hT?GUO[jnZLA\";i:1996;s:13:\"c#=hT?GU~AlBA\";i:1997;s:13:\"nu=hT?GU\"tlBA\";i:1998;s:13:\"hg=hT?GUcHlBA\";i:1999;s:14:\"(a=hT?GU}jPBEA\";i:2000;s:12:\"F0=hT?GU/A$A\";i:2001;s:89:\"tu=hT?GUO[8MXL(HVElg*NLAIAmt,ub@y2b4MtoI_Q3nE3kAgA,BJHNzRm9(tAO/=hT?GU~@EBz(lt,ub@y29yMtA\";i:2002;s:15:\"hg=hT?GUO[1[ZLA\";i:2003;s:14:\"z:=hT?GU~@EBEA\";i:2004;s:50:\"qu=hT?GUO[8MXLi\"LvSQ[zEA/hit,ub@CG5F}4LvSQ[zGFIQ$A\";i:2005;s:67:\"3d=hT?GU.DlB(L.4FxrjKA7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:2006;s:13:\"nu=hT?GU~AlBA\";i:2007;s:27:\"0:=hT?GU~@EBz(lt,ub@y29yMtA\";i:2008;s:13:\"VE=hT?GUuBlBA\";i:2009;s:13:\"yd=hT?GU/wlBA\";i:2010;s:15:\"5}>hT?GUO[3rXLA\";i:2011;s:15:\"KV=hT?GUO[+>XLA\";i:2012;s:74:\"h#=hT?GUXGlBrL.4FxrjYBKERtmBJHNz?MuWUEqI:$vbSARtoBJHNzRmPtFAvW=hT?GU~@SBEA\";i:2013;s:12:\"KV=hT?GU/A$A\";i:2014;s:13:\"nu=hT?GU~AlBA\";i:2015;s:13:\"c#=hT?GUXGlBA\";i:2016;s:13:\"yd=hT?GU.DlBA\";i:2017;s:53:\"1d=hT?GU.DlB;L.4FxrjYBxBRtmBJHNzRmPtRAf+=hT?GUO[k_ZLA\";i:2018;s:14:\">J=hT?GU}jTBEA\";i:2019;s:29:\"?J=hT?GUO[&aZL.IVElg*NNKVhlBA\";i:2020;s:26:\"ou=hT?GUO[8MXL(HVElg*NLAIA\";i:2021;s:13:\">J=hT?GUzClBA\";i:2022;s:29:\"tP=hT?GUO[\"]ZLqCVElg*NNKQQlBA\";i:2023;s:13:\"c#=hT?GULKlBA\";i:2024;s:26:\"ou=hT?GUO[8MXLqCVElg*NdAIA\";i:2025;s:89:\"tu=hT?GUO[8MXLvDVElg*NrA3([\",ub@y29yCtXL_Q3nE3t`6AO/>hT?GUO[@QXL@QVElg*NLAJt.\",ub@y2/>MtA\";i:2026;s:13:\"nu=hT?GU~AlBA\";i:2027;s:13:\"_X=hT?GUMHlBA\";i:2028;s:12:\">J>hT?GU/A$A\";i:2029;s:26:\"*,>hT?GUO[b#ZL(HVElg*NYBQA\";i:2030;s:14:\"z:=hT?GU~@EBEA\";i:2031;s:13:\"c#=hT?GULKlBA\";i:2032;s:26:\"ou=hT?GU4DlB7L.4FxrjYBpBQA\";i:2033;s:15:\"nu=hT?GUO[8MXLA\";i:2034;s:15:\"z:=hT?GUO[4}ZLA\";i:2035;s:37:\"@J=hT?GUO[+>XLvDVElg*NrAJt@\",ub@so5FA\";i:2036;s:12:\">J=hT?GU/A$A\";i:2037;s:26:\"?J=hT?GUnGlBgM.4FxrjYBUEQA\";i:2038;s:13:\"c#=hT?GUXGlBA\";i:2039;s:40:\"pu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKABA\";i:2040;s:12:\"?2=hT?GU/A$A\";i:2041;s:12:\"4r=hT?GU/A$A\";i:2042;s:60:\"ru=hT?GU4DlB#L.4FxrjFAU|>hT?GUO[muXL@QVElg*NLAJt.\",ub@=1TEQA\";i:2043;s:27:\"!M>hT?GUO[lBaLNJVElg*N[}MtA\";i:2044;s:63:\"2d=hT?GU(ClB;L.4Fx}Mf86FrvLvSQ[zEAG\"#(k)Noa.CtwW1RqI:$vbaUU):CA\";i:2045;s:15:\">J?hT?GUO[[9XLA\";i:2046;s:93:\"uu=hT?GU4DlBUM.4FxrjOANc=hT?GU.DlBbL.4Fx~5JAHO=hT?GU}jNB/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@y2.hCtA\";i:2047;s:24:\"zd=hT?GU(ClBbL.4Fx}MCABA\";i:2048;s:12:\"KV=hT?GU/A$A\";i:2049;s:70:\"3d=hT?GU(ClB,L.4FxrjYBaERtrBJHNz?MuWyKqI:$vbSAQA.\",ub@TD5FRtLvSQ[zIAEA\";i:2050;s:137:\"9d=hT?GU(ClB;L.4Fx}MBATq=hT?GUDClBcM.4Fx}MBA;C=hT?GU~@TBc4ht,ub@Vd5FxtLvSQ[zpAz(ht,ub@Vd5FWuLvSQ[zpAbLpt,ub@^D5FI4LvSQ[zGFiC$A!DSOYMWDEtA\";i:2051;s:34:\"pu=hT?GU~AlBbL.4Fx}MBA|e=hT?GU/A$A\";i:2052;s:14:\"\"l=hT?GU~@BBEA\";i:2053;s:12:\"\"l=hT?GU/A$A\";i:2054;s:46:\"l==hT?GU~AlBsM.4FxrjBA2[=hT?GU~AlB0M.4FxrjBABA\";i:2055;s:36:\"0d=hT?GU.DlB(L.4Fx}Ms*6FfzLvSQ[zEAEA\";i:2056;s:68:\"Uj=hT?GU~@UB/hkt,ub@y2xWNtjn_Q3nE30o;v6FKyLvSQ[zGFVR$ANDSOYMj<cAxABA\";i:2057;s:13:\"9M>hT?GUHGlBA\";i:2058;s:55:\"l==hT?GUO[DHaL=JVElg*NNK6ilBwM.4FxrjYBeES\"/\",ub@y2PcNtA\";i:2059;s:149:\"zu=hT?GU4DlB#L.4Fxs@DA+h=hT?GUO[$$ZL0EVElg*NJA3(*\",ub@TD5FVxLvSQ[zEAbLht,ub@MI5F{uLvSQ[zLAc4ht,ub@Vd5FxtLvSQ[zpAz(ht,ub@Vd5FWuLvSQ[zpA/hpt,ub@y2y(DtA\";i:2060;s:137:\"xu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GU~@eBbLot,ub@y2_9Bt;v`Q3nE3\"!vA]9?hT?GUO[AA6FPzLvSQ[ziA/htt,ub@^D5FlxLvSQ[zGFlR$A^DSOYMifBtA\";i:2061;s:13:\"Qj=hT?GUIDlBA\";i:2062;s:13:\"Qj=hT?GUIzlBA\";i:2063;s:48:\"Zx>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5FRtLvSQ[zIAEA\";i:2064;s:15:\"Qj=hT?GUO[=JaLA\";i:2065;s:15:\"F0>hT?GUO[XLeLA\";i:2066;s:13:\"A^?hT?GU~AlBA\";i:2067;s:26:\")a=hT?GUO[+>XL:CVElg*N[AIA\";i:2068;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2069;s:13:\"(a=hT?GUYDlBA\";i:2070;s:13:\"(a=hT?GU{JlBA\";i:2071;s:15:\"bS=hT?GUO[8MaLA\";i:2072;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2073;s:85:\"bE=hT?GU}j(AwW#(k)Noa.w(uWvDqI:$vb;Bi\"mBJHNz`avWUEqI:$vb;Bi\"oBJHNz`avW8MqI:$vbaURd:CA\";i:2074;s:12:\"F0=hT?GU/A$A\";i:2075;s:13:\"VE=hT?GUuBlBA\";i:2076;s:14:\"VE=hT?GU}j(ACA\";i:2077;s:14:\"VE=hT?GU}j(ACA\";i:2078;s:24:\"cS=hT?GU:tlBEM.4Fx}MBABA\";i:2079;s:71:\"aE=hT?GU}j(AwW#(k)Noa.w(uWvDqI:$vb3Bi\"mBJHNz`avWUEqI:$vb3Bi\"oBJHNz`avWA\";i:2080;s:132:\"OH>hT?GUrKlBbL.4Fx}M&A7y=hT?GU~@3C/hjt,ub@=1pKRtpBJHNzij;p$AADSOYM*+7^lBKO.4Fxrj%A%$>hT?GU:tlBCO.4FxrjYBwGS\">\",ub@y2b4NtXL_Q3nE3zD$A\";i:2081;s:13:\"nu=hT?GU~AlBA\";i:2082;s:97:\"uu=hT?GU4DlBUM.4FxrjOAHO=hT?GUO[y:XLFBVElg*N^AJt(\",ub@TD5FWuLvSQ[zpAc4rt,ub@y2n_CtUE`Q3nE30o{e5FA\";i:2083;s:13:\"9M=hT?GUuBlBA\";i:2084;s:13:\"nu=hT?GU~AlBA\";i:2085;s:49:\"1d=hT?GU~@!CFtit,ub@y2_9LtaS_Q3nE3Oa$AHDSOYM)ZRtA\";i:2086;s:27:\"cS=hT?GUO[jnYLcMVElg*Nj&PtA\";i:2087;s:15:\"5}>hT?GUO[SqbLA\";i:2088;s:13:\"c#=hT?GULKlBA\";i:2089;s:12:\"EH=hT?GUpA$A\";i:2090;s:13:\"sP=hT?GUzClBA\";i:2091;s:13:\"bS=hT?GUEvlBA\";i:2092;s:26:\"WE?hT?GU~AlBpN.4FxrjYB8AIA\";i:2093;s:26:\"WE?hT?GU~AlBpN.4FxrjYB8AIA\";i:2094;s:79:\"K0=hT?GUO[+>XL!GVElg*NNK=JlB7L.4FxrjYBVBRttBJHNzRmOAJ\"h=_Q3nE3~R0AvW=hT?GUMHlBA\";i:2095;s:50:\"+a=hT?GUjClBCO.4FxrjYB]AIAit,ub@wc5FD3LvSQ[zGF@AgA\";i:2096;s:13:\"(a=hT?GUN0lBA\";i:2097;s:13:\"sP=hT?GUozlBA\";i:2098;s:90:\"L0=hT?GUO[&aXLvjVElg*NJAJt~AyD1+!RUJgA_BJHNzRm9(yAeZ>hT?GUO[@QaLOWVElg*NNKkElB3L.4Fx}MKABA\";i:2099;s:40:\"7}>hT?GUO[0kXLEUVElg*NNK*BlBhN.4FxrjBABA\";i:2100;s:46:\"vP=hT?GUzClBjL.4Fx}MBA[Q=hT?GUzClBzL.4Fx}MBABA\";i:2101;s:25:\")a=hT?GU~@SBG\"#(k)No@G;CA\";i:2102;s:12:\"9M>hT?GU/A$A\";i:2103;s:59:\"wP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GUO[XLcLqCVElg*N&FRt3BJHNz!P2WA\";i:2104;s:50:\"I0=hT?GUO[rPZL!GVElg*NJA2W)\",ub@y2_9Jt^X_Q3nE3kAgA\";i:2105;s:68:\"9r=hT?GUd0lB?L.4Fx}M/AHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:2106;s:265:\"oC{u)\",ub@{K5FLvLvSQ[zGFQQ$A|CSOYM)ZTt#T_Q3nE3%Z$A{DSOYM)ZRt(,_Q3nE3]W$A?CSOYM)ZRtUE_Q3nE3]W$A@CSOYM)ZRt=J_Q3nE3]W$ABDSOYMj<dtuB/hjt,ub@Lb7F2uLvSQ[zGFQY$AADSOYMAlTth=_Q3nE3~RZBm_&(k)Noa.l_uWPjqI:$vbaUI.;C*ZzXJI|+nBEA((k)No|B;CTXzXJI{ZHA8y&(k)Noa.Nc2W4YqI:$vbaU]K;CA\";i:2107;s:13:\"sP>hT?GU\"tlBA\";i:2108;s:13:\"F0=hT?GU0vlBA\";i:2109;s:57:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%Al_>hT?GU\"tlBA\";i:2110;s:50:\"vP=hT?GUO[&adLFBVElg*N&FS\"(\",ub@y2_9Zt=J_Q3nE3]W$A\";i:2111;s:29:\"6}>hT?GUO[#TeL.IVElg*NNKl[lBA\";i:2112;s:70:\"xP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%AU|>hT?GUO[PjbL:CVElg*N[AIA\";i:2113;s:13:\"_X=hT?GUpwlBA\";i:2114;s:26:\"?J=hT?GUnGlBCO.4FxrjYB]AIA\";i:2115;s:59:\"ZE=hT?GUO[UEcL*BVElg*N&FRtmBJHNz?M2WUEqI:$vbpLi\"oBJHNz?M2WA\";i:2116;s:13:\"(a>hT?GU~AlBA\";i:2117;s:15:\"(a>hT?GUO[VxZLA\";i:2118;s:66:\"%M=hT?GUuBlBEM.4FxrjYBmCRtuBJHNzRmOAc\"8M_Q3nE30oh=5FAwLvSQ[zGFaS$A\";i:2119;s:49:\"vP=hT?GU}jPB/hht,ub@TD5FGuLvSQ[zGFeG$A[CSOYM)ZBtA\";i:2120;s:46:\"vP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ABA\";i:2121;s:146:\"P0=hT?GUO[&aZL!GVElg*NNKdJlB7L.4FxrjYBVDRttBJHNzRm8WNA;C?hT?GU~AlB9N.4Fx}M;46FI4LvSQ[zGF$Y$AhDSOYMj<dtNBc4rt,ub@y2n_ItXL_Q3nE30o$$5FD3LvSQ[zGF@AgA\";i:2122;s:13:\"bS=hT?GUnGlBA\";i:2123;s:49:\"vP=hT?GU~@aB/hht,ub@TD5FGuLvSQ[zGFqS$A[CSOYM)ZBtA\";i:2124;s:13:\"bS=hT?GU:tlBA\";i:2125;s:70:\"bx>hT?GUO[5FXLi\"LvSQ[zpAc4ht,ub@TD7FxtLvSQ[z}CJt(\",ub@TD7FWuLvSQ[z>CIA\";i:2126;s:100:\"og=hT?GUO[aSYL>WVElg*N)FRt$BJHNzijgS$AuDSOYMj<e\",A7y>hT?GUO[&aeLBNVElg*N)FQA)\",ub@WK7FD3LvSQ[zGFjX$A\";i:2127;s:80:\"aE=hT?GUO[McaLFBVElg*N/AJt+\",ub@y2^QCt&a_Q3nE30o$$5F2uLvSQ[zGF9B$AADSOYMj<cAXABA\";i:2128;s:15:\"5}>hT?GUO[SqXLA\";i:2129;s:15:\"5}>hT?GUO[SqXLA\";i:2130;s:15:\"5}>hT?GUO[SqXLA\";i:2131;s:15:\"5}>hT?GUO[SqXLA\";i:2132;s:15:\"5}>hT?GUO[SqXLA\";i:2133;s:145:\"gE=hT?GUEvlB(L.4Fx}M:;8Fo4LvSQ[zGFVp$A|DSOYM)ZRt95`Q3nE3]W$AuDSOYMj<e\"aBZL&(k)Noa.l_2WCaqI:$vbtLgA*BJHNz!P2W5FqI:$vb[Li\"%BJHNzRm9(aBE\">hT?GU\"tlBA\";i:2134;s:59:\"ZE=hT?GUO[UEYL*BVElg*NJA3(&\",ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FA\";i:2135;s:70:\"&M=hT?GU\"tlBEM.4Fx}M%Aq1=hT?GU0vlB7L.4Fx~5(A<v=hT?GU:tlB.M.4FxrjYB)EQA\";i:2136;s:13:\"?2=hT?GU:tlBA\";i:2137;s:50:\"I0=hT?GUO[&aXL!GVElg*NJA2W)\",ub@y2^QCt^X_Q3nE3kAgA\";i:2138;s:15:\"yd@hT?GUO[PjaLA\";i:2139;s:60:\"wP=hT?GUDClBjL.4Fx}MBA[Q=hT?GU}jdB:>ht,ub@TD5Fo4LvSQ[zGFYI$A\";i:2140;s:103:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%A7y>hT?GUO[0kaLA\";i:2141;s:165:\"5P=hT?GU/A$A=CSOYMj<dtCBz(ht,ub@TD5FWuLvSQ[zGFoQ$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSARt*BJHNz!PuWjnqI:$vbaUFh:CfbzXJI{ZCAm_((k)NoHR:C]azXJI|+wC1Ji\"3BJHNz!PuWA\";i:2142;s:15:\"F0>hT?GUO[SqbLA\";i:2143;s:69:\"J0=hT?GUO[&adL!GVElg*NNK@wlB7L.4FxrjYB>IRttBJHNzRmPt*AU|>hT?GUO[PjbLA\";i:2144;s:13:\"nu=hT?GU~AlBA\";i:2145;s:15:\"5}>hT?GUO[~leLA\";i:2146;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbuARtuBJHNzzguWeGqI:$vbuARttBJHNzzguWA\";i:2147;s:13:\"(a=hT?GU:tlBA\";i:2148;s:13:\"bS=hT?GUkvlBA\";i:2149;s:103:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4FxrjYBJHS\"+\",ub@TD7FgwLvSQ[z>C2W)\",ub@TD7FAwLvSQ[z>C2W]\",ub@^D7FA\";i:2150;s:68:\"aE=hT?GUd0lBEM.4Fx}M%Aq1=hT?GU:tlB7L.4Fx}M%A<v=hT?GU:tlBKO.4FxrjBABA\";i:2151;s:105:\"0P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GUO[oIcLqCVElg*N&FS\"+\",ub@TD7FgwLvSQ[z>C2W)\",ub@TD7FAwLvSQ[z>CIAit,ub@y2n_StA\";i:2152;s:26:\"d#=hT?GU\"tlBvL.4FxrjYBEGQA\";i:2153;s:13:\"bS=hT?GUEvlBA\";i:2154;s:113:\"N0=hT?GUO[+>bL!GVElg*NNK>2lB7L.4FxrjYB>GRttBJHNzRmOAp\"lB`Q3nE3\"W$AuDSOYMj<e\",AHO>hT?GU\"tlBGO.4Fxrj%AvW=hT?GU.zlBA\";i:2155;s:26:\"ou=hT?GU\"tlBCO.4FxrjYBaGQA\";i:2156;s:23:\"cS=hT?GU/A$A^CSOYM)ZBtA\";i:2157;s:15:\"Qj=hT?GUO[jnaLA\";i:2158;s:15:\"Qj=hT?GUO[H7ZLA\";i:2159;s:15:\"Qj=hT?GUO[s8ZLA\";i:2160;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:2161;s:15:\"sP=hT?GUO[.oaLA\";i:2162;s:41:\"XE=hT?GU}jCB/hht,ub@y2Q/OtoI_Q3nE30ol%6FA\";i:2163;s:12:\">J=hT?GU/A$A\";i:2164;s:12:\"bS=hT?GU/A$A\";i:2165;s:15:\"z:=hT?GUO[SqaLA\";i:2166;s:13:\"(a=hT?GUTClBA\";i:2167;s:15:\"(a=hT?GUO[jnYLA\";i:2168;s:29:\"ou=hT?GUO[8MXL!GVElg*NNKcMlBA\";i:2169;s:13:\"_X=hT?GUMHlBA\";i:2170;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2171;s:13:\"F0=hT?GUDClBA\";i:2172;s:39:\"pu=hT?GU4DlBCO.4FxrjYB2A2W@\",ub@y2mnJtA\";i:2173;s:123:\"1P=hT?GU~@VB/hht,ub@TD5FGuLvSQ[zoA:>ht,ub@TD5FQwLvSQ[zGF_E$ACDSOYM)ZBt8M_Q3nE30o956FAwLvSQ[zEAbLmt,ub@y2n_OtoI`Q3nE30o:&6FA\";i:2174;s:15:\"(a=hT?GUO[+>XLA\";i:2175;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2176;s:50:\"8}>hT?GUO[0kXL:CVElg*N[A2W@\",ub@y2_9Btv(_Q3nE3sAgA\";i:2177;s:13:\"c#=hT?GUXGlBA\";i:2178;s:13:\"c#=hT?GULKlBA\";i:2179;s:15:\"bS=hT?GUO[JVYLA\";i:2180;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2181;s:26:\"cS=hT?GU/A$AzDSOYMj<cA4ABA\";i:2182;s:23:\"cS=hT?GU/A$A^CSOYM)ZBtA\";i:2183;s:12:\"F0=hT?GU/A$A\";i:2184;s:59:\"fS=hT?GU/A$AFDSOYMLUDtlB_Q3nE30oU)6F[tLvSQ[zEAz(pt,ub@^D5FA\";i:2185;s:15:\"bS=hT?GUO[(,YLA\";i:2186;s:27:\"G0=hT?GU}jTBbLmt,ub@y2n_OtA\";i:2187;s:67:\"xP=hT?GUzClBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA`BJHNz!P2WA\";i:2188;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzApuWeGqI:$vbSARttBJHNzApuWA\";i:2189;s:64:\"ZE=hT?GUO[s8YLeGVElg*NNKfDlBIM.4Fx~5DAeZ=hT?GUO[&aXL~FVElg*NdAIA\";i:2190;s:137:\"8d=hT?GU(ClB^L.4Fx}MBA7y=hT?GUO[oIZL!GVElg*NJA2W)\",ub@y2.hJt^X_Q3nE3kAi\"_BJHNzRmQ\"C\"@Q_Q3nE30o$$6FfzLvSQ[zEAc4lt,ub@y2aLPtp1_Q3nE30oIo6FA\";i:2191;s:39:\"Bm=hT?GU/A$A~CSOYMj<dtvAOc#(k)Noa.l_yWA\";i:2192;s:13:\"nu=hT?GU4DlBA\";i:2193;s:13:\"5}?hT?GUGJlBA\";i:2194;s:15:\"VE=hT?GUO[3rYLA\";i:2195;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2196;s:93:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzRmQ\"V\"8M_Q3nE3kAi\"tBJHNzRmQ\"V\"A\";i:2197;s:126:\"wu=hT?GU4DlBbL.4Fx}MCApI=hT?GU/A$ABDSOYMj<e\"hAq1=hT?GUO[oIZLPDVElg*NNKzXlBAM.4FxrjYB{CQA)\",ub@y2y(GtVx_Q3nE30oUE6F1xLvSQ[zuAEA\";i:2198;s:15:\"F0>hT?GUO[VxaLA\";i:2199;s:15:\"5}?hT?GUO[3rXLA\";i:2200;s:87:\"4d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A)DSOYMj<dt?ADt#(k)No`,lC2W@\",ub@y2xWPtPj_Q3nE30oD,6FA\";i:2201;s:13:\"?2=hT?GUzClBA\";i:2202;s:13:\"?2=hT?GUjClBA\";i:2203;s:26:\"Am=hT?GUO[&aXLZFVElg*NdAIA\";i:2204;s:12:\"\"l=hT?GU/A$A\";i:2205;s:39:\"Bm=hT?GUO[p1aLZFVElg*N^AJt*\",ub@y2mnPtA\";i:2206;s:15:\"yd=hT?GUO[3rXLA\";i:2207;s:79:\"4d=hT?GU)vlB?L.4Fx}M%A;C=hT?GUuBlBEM.4Fxs@CAq1=hT?GUzClB7L.4Fxs@CA<v=hT?GUzClBA\";i:2208;s:111:\"wu=hT?GU5wlBUM.4Fxs@.AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbpLi\"uBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2209;s:13:\"EH=hT?GULKlBA\";i:2210;s:13:\"EH=hT?GUXGlBA\";i:2211;s:13:\"VE=hT?GUuBlBA\";i:2212;s:157:\"#d=hT?GU.DlB;L.4FxrjKAkn=hT?GUcHlBbL.4Fx}M}%8FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5Fo4LvSQ[zFAc4lt,ub@^D5F*xLvSQ[z?CK\"kt,ub@^D7FKyLvSQ[z?CJt/\",ub@^D7FA\";i:2213;s:35:\"pu=hT?GU~AlBnP.4Fxs@MAYL>hT?GUHGlBA\";i:2214;s:13:\"nu=hT?GU4DlBA\";i:2215;s:24:\"6}?hT?GUH2lB<M.4Fx~5.ABA\";i:2216;s:58:\"ZE=hT?GU~@TByWjt,ub@TD5FgwLvSQ[zOAbLit,ub@%Z5FAwLvSQ[zOAEA\";i:2217;s:40:\"H0=hT?GU:tlBeO.4FxrjYBJFRt%BJHNzRm9(hABA\";i:2218;s:15:\"F0>hT?GUO[E0bLA\";i:2219;s:13:\"VE=hT?GUuBlBA\";i:2220;s:13:\"VE=hT?GUvulBA\";i:2221;s:24:\"d#=hT?GUXGlBbL.4Fx}M&ABA\";i:2222;s:56:\"ZE=hT?GUdUlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2223;s:15:\"VE=hT?GUO[95aLA\";i:2224;s:13:\"VE=hT?GU>BlBA\";i:2225;s:13:\"VE=hT?GUuBlBA\";i:2226;s:13:\"nu=hT?GU~AlBA\";i:2227;s:56:\"ZE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2228;s:13:\"yd=hT?GU.DlBA\";i:2229;s:13:\"VE=hT?GUvulBA\";i:2230;s:13:\"VE=hT?GUvulBA\";i:2231;s:94:\"5d=hT?GU)vlB;L.4FxrjYBNFS\"*\",ub@TD7FRtLvSQ[zGFPr$ABDSOYMM%Bt&a_Q3nE3ZB$A^CSOYMM%Bt^X_Q3nE3ZB$A\";i:2232;s:13:\"VE=hT?GU!BlBA\";i:2233;s:13:\"VE=hT?GUuBlBA\";i:2234;s:13:\"VE=hT?GU>BlBA\";i:2235;s:13:\"sP=hT?GUDClBA\";i:2236;s:13:\"EH=hT?GULKlBA\";i:2237;s:13:\"EH=hT?GUXGlBA\";i:2238;s:13:\"EH=hT?GU~AlBA\";i:2239;s:13:\"EH=hT?GU~AlBA\";i:2240;s:24:\"ou=hT?GU~AlBUM.4FxrjOABA\";i:2241;s:34:\"pu=hT?GU4DlB#L.4FxrjFApI>hT?GU/A$A\";i:2242;s:73:\"3d=hT?GU.DlB;L.4Fx}MBAkn=hT?GU/A$A]CSOYM*+>qlBgM.4FxrjYBRFRt+BJHNzRmQ\"H\"A\";i:2243;s:13:\"nu=hT?GU~AlBA\";i:2244;s:15:\"F0>hT?GUO[b#aLA\";i:2245;s:48:\"I0=hT?GUO[&aYL!GVElg*NJA2W)\",ub@TD5FAwLvSQ[zEAEA\";i:2246;s:26:\"d#=hT?GUXGlBCO.4FxrjYB8AIA\";i:2247;s:12:\">J=hT?GU/A$A\";i:2248;s:13:\"bS=hT?GU:tlBA\";i:2249;s:24:\"zd=hT?GU.DlBAM.4Fx}MKABA\";i:2250;s:86:\"4d=hT?GU(ClB;L.4FxrjYB1BS\"*\",ub@TD5F+!LvSQ[zXv0W(,qI:$vbWUc\"h=_Q3nE3~R0Af+=hT?GU}jXBEA\";i:2251;s:26:\"6}>hT?GUO[SqXL@QVElg*NLAIA\";i:2252;s:15:\"5}>hT?GUO[$$aLA\";i:2253;s:15:\"KV@hT?GUO[K&aLA\";i:2254;s:70:\"J0=hT?GUO[+>XL!GVElg*NJA2W)\",ub@=10FRttBJHNz?MuWPjqI/TwbaUk_:CnjYBbFgA\";i:2255;s:14:\"z:=hT?GU~@EBEA\";i:2256;s:48:\"f#=hT?GUXGlB7L.4Fx}MJAU|>hT?GUO[PjXLkUVElg*N,AIA\";i:2257;s:29:\"6}>hT?GUO[PjXLEUVElg*NNK(XlBA\";i:2258;s:15:\"9M>hT?GUO[lBaLA\";i:2259;s:15:\"F0>hT?GUO[e+aLA\";i:2260;s:50:\"I0=hT?GUO[+>XL!GVElg*NJA2W)\",ub@y2EtEt^X_Q3nE3kAgA\";i:2261;s:53:\"qu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKAf+>hT?GUO[b#ZLA\";i:2262;s:27:\"6}>hT?GUO[p1XLNJVElg*N[}MtA\";i:2263;s:15:\"9M>hT?GUO[lBaLA\";i:2264;s:35:\"pu=hT?GU4DlBjL.4FxrjKA$T=hT?GUcHlBA\";i:2265;s:127:\"*M=hT?GUO[(,aLKCVElg*N/AJt+\",uj@y2PcEt&aaU#z5FQYzXJI|+wCeCi\"pBJHNzRm8WNA<v=hT?GUO[y:XL>WVElg*NNK]qlBpN.4FxrjYBjFS\"@\",ub@y2y(BtA\";i:2266;s:45:\"vP=hT?GU/A$A=CSOYMM%BtoI_Q3nE3ZB$A[CSOYM)ZBtA\";i:2267;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3ZB$A[CSOYMM%BtA\";i:2268;s:103:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbaUu{:CA\";i:2269;s:109:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzRm9(kAeZ=hT?GU~@jBbLjt,ub@y2^QKtXL_Q3nE30o$$5FA\";i:2270;s:13:\"c#=hT?GULKlBA\";i:2271;s:13:\"c#=hT?GUXGlBA\";i:2272;s:38:\"pu=hT?GU~@GBz(jt,ub@BZ5FxtLvSQ[zGF_E$A\";i:2273;s:38:\"pu=hT?GU~@GBz(jt,ub@so5FWuLvSQ[zGF_E$A\";i:2274;s:12:\"EH=hT?GUpA$A\";i:2275;s:60:\"IH=hT?GUpA$A@CSOYMM%BtdZ_Q3nE3~R3AeZ>hT?GUO[3raLkUVElg*NYBQA\";i:2276;s:108:\"0P=hT?GU/A$A=CSOYM*+4slBvL.4Fx}MBA$T=hT?GU~@jBbLpt,ub@^D7FI4LvSQ[zGFSC$A]CSOYMXwTtQ@_Q3nE30o(H7Fp1LvSQ[zFAEA\";i:2277;s:15:\"5}>hT?GUO[95bLA\";i:2278;s:15:\"5}>hT?GUO[0kbLA\";i:2279;s:15:\"F0>hT?GUO[E0XLA\";i:2280;s:14:\"(a=hT?GU}jLBEA\";i:2281;s:35:\"e#=hT?GU~AlBbL.4Fx}MCA[Q=hT?GUDClBA\";i:2282;s:63:\"g#=hT?GUXGlBrL.4Fx}M;46FxtLvSQ[zGF8E$A@CSOYMj<dtaAln#(k)No3B:CA\";i:2283;s:13:\"nu=hT?GU~AlBA\";i:2284;s:160:\"tg=hT?GUkvlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgAuBJHNzRm8WLAq1=hT?GUO[b#XLPDVElg*NNK^HlBAM.4FxrjYB\"ARt*BJHNzRmQ\"g\"4}_Q3nE30o1R5FmuLvSQ[zoA/hlt,ub@=1:JQA\";i:2285;s:25:\"WE=hT?GUuBlB9N.4Fx}M;46FA\";i:2286;s:13:\"yd=hT?GU.DlBA\";i:2287;s:109:\"6d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A;CSOYM*+OqlB|P.4Fx}M;46FA$LvSQ[zXv0W8<qI:$vb\"Ic\"$$`Q3nE3~R0A7y>hT?GUO[h=aLA\";i:2288;s:15:\">J?hT?GUO[[9XLA\";i:2289;s:70:\"aE=hT?GUuBlBrL.4Fx}MJApI=hT?GUcHlBvL.4Fx}MBA$T=hT?GUcHlBMQ.4FxrjYBpFQA\";i:2290;s:37:\"pu=hT?GU4DlB*N.4FxrjYB}CQA>\",ub@^D5FA\";i:2291;s:15:\"nu>hT?GUO[Q@aLA\";i:2292;s:52:\",,>hT?GUO[1[aL:CVElg*NB.Otxd`Q3nE30ou{6Fp1LvSQ[zFAEA\";i:2293;s:64:\"J0=hT?GU}jNB/hjt,ub@=10FRtpBJHNzijgS$AADSOYM*+4slBCO.4FxrjYBxFQA\";i:2294;s:15:\"),>hT?GUO[=JZLA\";i:2295;s:76:\"K0=hT?GU}jNB/hjt,ub@=10FRtpBJHNzijgS$AADSOYM*+4slBdN.4Fx}MPs6Fm!LvSQ[zGFWW$A\";i:2296;s:15:\"_X=hT?GUO[T|aLA\";i:2297;s:24:\"@2=hT?GUnGlB/N.4FxrjOABA\";i:2298;s:24:\"Xx=hT?GUnGlB/N.4Fxs@IABA\";i:2299;s:133:\"wu=hT?GUO[8MXLKCVElg*NNK=ZlBEM.4FxrjYBxBRtuBJHNzRm8WNAeZ=hT?GUO[oIYL~FVElg*NNKdJlB9N.4Fx}M;46F/1LvSQ[zGFGG$A]CSOYMj<cA|AO/=hT?GURIlBA\";i:2300;s:15:\"F0>hT?GUO[4}aLA\";i:2301;s:15:\"5}>hT?GUNkBA5FA\";i:2302;s:15:\"F0>hT?GUNkBA7FA\";i:2303;s:15:\"F0>hT?GUNkBA7FA\";i:2304;s:15:\"5}>hT?GUNkBA5FA\";i:2305;s:15:\"5}>hT?GUNkBA7FA\";i:2306;s:15:\":`?hT?GUNkBA7FA\";i:2307;s:15:\"5}>hT?GUNkmBXLA\";i:2308;s:15:\"F0>hT?GUNkmBbLA\";i:2309;s:15:\"F0>hT?GUNkmBbLA\";i:2310;s:15:\"5}>hT?GUNkmBXLA\";i:2311;s:15:\"5}>hT?GUNkmBbLA\";i:2312;s:15:\":`?hT?GUNkmBbLA\";i:2313;s:15:\"5}>hT?GUNk;CXLA\";i:2314;s:15:\"F0>hT?GUNk;CbLA\";i:2315;s:15:\"F0>hT?GUNk;CbLA\";i:2316;s:15:\"5}>hT?GUNk;CXLA\";i:2317;s:15:\"5}>hT?GUNk;CbLA\";i:2318;s:15:\":`?hT?GUNk;CXLA\";i:2319;s:15:\"5}>hT?GUNkVEXLA\";i:2320;s:15:\"F0>hT?GUNkVEbLA\";i:2321;s:15:\"F0>hT?GUNkVEbLA\";i:2322;s:15:\"5}>hT?GUNkVEXLA\";i:2323;s:15:\"5}>hT?GUNkVEbLA\";i:2324;s:15:\":`?hT?GUNkVEXLA\";i:2325;s:15:\"5}>hT?GUO[3rbLA\";i:2326;s:13:\"EH>hT?GUrKlBA\";i:2327;s:191:\"oClB+\",ub@qO5F+uLvSQ[zzb1WoIqI:$vbaUR9:C7XzXJI{ZFAm_#(k)No3B:C2WzXJI|+GAZL$(k)No>M:CQYzXJI{ZSA8y#(k)No>M:CAYzXJI{ZSADt*(k)No`,,CIAvt,ub@=10FRt~BJHNzijcW$AFESOYM*+4slB<M.4Fx}MBA7y>hT?GUNk6FXLA\";i:2328;s:46:\"I0=hT?GUYDlBIM.4Fx~5EAeZ=hT?GUYDlBAM.4Fx~5EABA\";i:2329;s:83:\"tu=hT?GU4DlBbL.4Fx~5EA|e=hT?GUYDlBjL.4Fx}MJA%$>hT?GUYDlBpN.4FxrjYB_A2W^\",ub@y2aLGtA\";i:2330;s:66:\"%M>hT?GUHGlBoM.4Fxrj}BKAK\"kt,ub@y2RcBt.o_Q3nE3H#vD5FayLvSQ[z@HoAgA\";i:2331;s:15:\"F0>hT?GUO[SqbLA\";i:2332;s:238:\"oC9B+\",ub@^D5F+uLvSQ[zzb1WoIqI:$vbaUR9:C;XzXJI{ZCADt$(k)Noa.]QuW8MqI:$vbX%h\"&a_Q3nE3so#AeZ=hT?GU~@jBbLjt,ub@=10FQA\"AyD1+!ROLgACCJHNzijcW$A}DSOYM*+4slBUQ.4Fx}Mr}6FI4LvSQ[zGF6C$AhDSOYMj<sABAvW=hT?GUDClB/N.4FxrjYBYAIAnt,ub@^D5F.4LvSQ[zGF?D$A\";i:2333;s:15:\"),=hT?GUNk>JXLA\";i:2334;s:62:\"%M>hT?GUHGlBoM.4Fx}M)96F`xLvSQ[z{&0WkUqI:$vb*|c\"Sq_Q3nE3t`1ABA\";i:2335;s:61:\"%M>hT?GU/A$AKDSOYM*+*llBsM.4Fx}ME96FKyLvSQ[zM$0WJVqI:$vbu<c\"A\";i:2336;s:66:\"%M>hT?GU/A$AKDSOYMj<sACA,>=hT?GUNkYLXLSKVElg*N+PlBlB0M.4Fxrj}BQAIA\";i:2337;s:77:\"Vj=hT?GUIDlB<M.4Fx~5IA};=hT?GUNk9MXL=JVElg*N+P1BlBwM.4Fxrj}BSAJt/\",ub@y2#yBtA\";i:2338;s:66:\"%M>hT?GU/A$AKDSOYMj<sACA,>=hT?GUNkYLXLSKVElg*N+PlBlB0M.4Fxrj}BQAIA\";i:2339;s:77:\"Vj=hT?GUIDlB<M.4Fx~5IA};=hT?GUNk9MXL=JVElg*N+P1BlBwM.4Fxrj}BSAJt/\",ub@y2#yBtA\";i:2340;s:46:\"l==hT?GU\"tlBsM.4Fxrj%A2[=hT?GU\"tlB0M.4Fxrj%ABA\";i:2341;s:13:\"_X=hT?GUMHlBA\";i:2342;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2343;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2344;s:26:\"6}>hT?GUNkHOXL:CVElg*N[AIA\";i:2345;s:38:\"pu=hT?GU~AlBbL.4Fx}Mo[6F.4LvSQ[zGF?D$A\";i:2346;s:13:\"nu=hT?GU4DlBA\";i:2347;s:13:\"nu=hT?GU\"tlBA\";i:2348;s:13:\"4r=hT?GU:tlBA\";i:2349;s:87:\"z8?hT?GUO[3rZLEUVElg*NNK`BlBzP.4Fx}MPs6FM8LvSQ[zGFXL$ASDSOYMtODtVx`Q3nE3sAgA|BJHNz!PuWA\";i:2350;s:15:\"z:=hT?GUNksPXLA\";i:2351;s:13:\"9M>hT?GUHGlBA\";i:2352;s:52:\"<o=hT?GU~@MBFtlt,ub@TD5FlxLvSQ[zGFlR$AVDSOYMj<sADABA\";i:2353;s:12:\"9M>hT?GU/A$A\";i:2354;s:39:\"#M>hT?GUHGlB_M.4Fxrj}BaAJtBByD1+IT6(D\"A\";i:2355;s:13:\"nu=hT?GU~AlBA\";i:2356;s:38:\"XE=hT?GUNkKVXLlBVElg*N@rMtdZ_Q3nE3]W$A\";i:2357;s:101:\"dx>hT?GUcHlB#L.4Fx}Ml:6FLvLvSQ[zGFfT$A|CSOYM)ZBtJV_Q3nE3H#XL5F{uLvSQ[zIAyWnt,ub@y2b4Ct0k_Q3nE3H#|L5FA\";i:2358;s:14:\"\"l=hT?GU~@eBEA\";i:2359;s:59:\"J0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDA7y>hT?GUNkeZXLA\";i:2360;s:37:\"0d=hT?GU.DlB?L.4Fx}MBAO/=hT?GUNk(abLA\";i:2361;s:13:\"c#=hT?GUXGlBA\";i:2362;s:24:\"?J=hT?GUnGlBzL.4Fx}MBABA\";i:2363;s:13:\"c#=hT?GULKlBA\";i:2364;s:36:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GU}jXBEA\";i:2365;s:179:\"SH=hT?GUpA$A_CSOYMifCtlB_Q3nE3XX$A>CSOYMXwRtrP_Q3nE3so8AHO=hT?GUO[+>XLFBVElg*NJAJt(\",ub@TD5FWuLvSQ[zEAyWjt,ub@=1SLRtuBJHNzij:s$A^CSOYM*+5~lBAM.4Fx}Mr}8F!2LvSQ[z;^1WPjqI:$vbaUS:;CA\";i:2366;s:14:\"/o=hT?GU~@jBEA\";i:2367;s:93:\"5d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A;CSOYMM%BtrP_Q3nE3so8A;C?hT?GU~AlB&O.4Fx}MMApI?hT?GUO[[9XLA\";i:2368;s:76:\"3d=hT?GU(ClB;L.4Fxrj}BoAJt*\",ub@FN5FI4LvSQ[z@H@AgApBJHNzijlT$AIDSOYMj<e\"wABA\";i:2369;s:15:\"),>hT?GUO[b#ZLA\";i:2370;s:37:\"XE=hT?GUuBlBEM.4FxrjYBVBRtpBJHNz?MuWA\";i:2371;s:15:\"5}>hT?GUNkHOXLA\";i:2372;s:92:\"uu=hT?GU5wlBEM.4Fx}MB26FgwLvSQ[zNAbLit,ub@=1tERttBJHNzRmuW%tqI:$vbWARt<BJHNz5uvWCaqI:$vbWAQA\";i:2373;s:70:\"K0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GUnGlBAM.4Fx}MBA;C?hT?GU~AlBCO.4FxrjYB8AIA\";i:2374;s:13:\"yd=hT?GU.DlBA\";i:2375;s:99:\"uu=hT?GUO[8MXLvDVElg*NfA3(*\",ub@TD5FRtLvSQ[zpA/hit,ub@Vd5FfzLvSQ[z@H=B$AyDSOYMj<cALAO/=hT?GUNk|eXLA\";i:2376;s:15:\"bS>hT?GUNkhgXLA\";i:2377;s:101:\"uu=hT?GU4DlB,L.4Fx}Mi(6FbvLvSQ[zkA:>it,ub@=1=ERt)BJHNzRmPtHAvW=hT?GU~@HByWot,ub@y2y(BtPj_Q3nE30oD,6FA\";i:2378;s:26:\"5r?hT?GUxIlB*N.4FxrjYBWAIA\";i:2379;s:15:\"),>hT?GUO[=JZLA\";i:2380;s:26:\"!M>hT?GU/A$AJDSOYMj<sAGABA\";i:2381;s:26:\"!M>hT?GUHGlBkM.4Fxrj}ByAIA\";i:2382;s:13:\"4r?hT?GUxIlBA\";i:2383;s:15:\"9M>hT?GUNkydXLA\";i:2384;s:15:\"9M>hT?GUNk1kXLA\";i:2385;s:13:\"_X=hT?GUDClBA\";i:2386;s:13:\"_X=hT?GU,GlBA\";i:2387;s:13:\"_X=hT?GU,GlBA\";i:2388;s:13:\"_X=hT?GU,GlBA\";i:2389;s:13:\"_X=hT?GU,GlBA\";i:2390;s:13:\"nu=hT?GU4DlBA\";i:2391;s:50:\"qu=hT?GUNk\"lXLi\"LvSQ[zIA/hit,ub@CG5F}4LvSQ[zGFIQ$A\";i:2392;s:12:\"F0=hT?GU/A$A\";i:2393;s:121:\"wu=hT?GU5wlBnP.4FxrjYBIA3(BByD1+ITItC\"GO_Q3nE3so6A1k=hT?GU/A$A~CSOYM)ZRtlB_Q3nE3)AgAuBJHNzijHV$ATDSOYM)ZBt0k_Q3nE3H##T5FA\";i:2394;s:14:\"\"l=hT?GU~@eBEA\";i:2395;s:26:\"6}?hT?GUGJlB<M.4Fxrj}B6AIA\";i:2396;s:64:\"2d=hT?GU(ClB,L.4FxrjYB<ERtrBJHNzRmXtHATq=hT?GUDClBSO.4FxrjYB}AIA\";i:2397;s:15:\"),=hT?GUO[oIaLA\";i:2398;s:110:\"6d=hT?GU(ClB,L.4FxrjYB;DRtrBJHNz?MuW$AVElg*NRAJt+\",ub@=1cFRtuBJHNzijXV$A^CSOYM*+uqlBAM.4Fx}MD@6FT3LvSQ[zGFFB$A\";i:2399;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2400;s:15:\"5}>hT?GUO[SqXLA\";i:2401;s:15:\"5}>hT?GUO[SqXLA\";i:2402;s:15:\"5}>hT?GUO[SqXLA\";i:2403;s:15:\"5}>hT?GUO[SqXLA\";i:2404;s:13:\">J=hT?GUDClBA\";i:2405;s:48:\"qu=hT?GUO[8MXL(HVElg*NlGRtlBJHNz`avWvDqI:$vb:AQA\";i:2406;s:15:\">J=hT?GUO[+>XLA\";i:2407;s:100:\"uu=hT?GUO[8MXLi\"LvSQ[zGFzf$A{DSOYMj<dtzAOc#(k)No3B;CDXzXJI{ZdA7F((k)Noa.V|uW!mqI:$vb\"Ic\"JV`Q3nE3+a$A\";i:2408;s:13:\"c#=hT?GU\"tlBA\";i:2409;s:26:\"ou=hT?GUO[8MXL(HVElg*N)FQA\";i:2410;s:12:\">J=hT?GU/A$A\";i:2411;s:15:\">J=hT?GUNkCtXLA\";i:2412;s:119:\"wu=hT?GUO[N/bLvDVElg*NrA2W&\",ub@Vd5F{uLvSQ[zIAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAyWot,ub@y2y(Bt5F`Q3nE30o!m6FA\";i:2413;s:39:\"7}?hT?GUO[5FXL8MVElg*NJAJt.\",ub@y2!FDtA\";i:2414;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2415;s:53:\"Zx=hT?GU:tlBkM.4Fxrj}B)AJtBByD1+IT2(U\"p1_Q3nE3H#4Y5FA\";i:2416;s:26:\"ou=hT?GUO[8MXLFBVElg*NJAIA\";i:2417;s:35:\"0d=hT?GU.DlB^L.4FxrjKAq1=hT?GUnGlBA\";i:2418;s:34:\"0d=hT?GU.DlB;L.4Fx}MBATq=hT?GU/A$A\";i:2419;s:15:\"bS>hT?GUNkWxXLA\";i:2420;s:13:\"9M>hT?GUHGlBA\";i:2421;s:15:\"F0@hT?GUNk7yXLA\";i:2422;s:15:\"F0@hT?GUNkF0XLA\";i:2423;s:15:\"F0@hT?GUNk$TXLA\";i:2424;s:15:\"F0@hT?GUNkq1XLA\";i:2425;s:15:\"F0@hT?GUNk?2XLA\";i:2426;s:15:\"F0@hT?GUNkZ4XLA\";i:2427;s:14:\"F0@hT?GU~@JBEA\";i:2428;s:15:\"F0@hT?GUNk!5XLA\";i:2429;s:15:\"F0@hT?GUNkI7XLA\";i:2430;s:15:\"F0@hT?GUNkt8XLA\";i:2431;s:15:\"F0@hT?GUNk]9XLA\";i:2432;s:15:\"F0@hT?GUNkc#XLA\";i:2433;s:15:\"F0@hT?GUNk%$XLA\";i:2434;s:15:\"F0@hT?GUNkL&XLA\";i:2435;s:15:\"F0@hT?GUNkw(XLA\";i:2436;s:15:\"F0@hT?GUNk`)XLA\";i:2437;s:15:\"F0@hT?GUNkf+XLA\";i:2438;s:15:\"F0@hT?GUNk),XLA\";i:2439;s:15:\"F0@hT?GUNkO/XLA\";i:2440;s:15:\"F0@hT?GUNkz:XLA\";i:2441;s:15:\"F0@hT?GUNk};XLA\";i:2442;s:15:\"F0@hT?GUNki=XLA\";i:2443;s:15:\"F0@hT?GUNk,>XLA\";i:2444;s:15:\"F0@hT?GUNkR@XLA\";i:2445;s:15:\"F0@hT?GUNk2[XLA\";i:2446;s:15:\"F0@hT?GUNkA^XLA\";i:2447;s:15:\"F0@hT?GUNkl_XLA\";i:2448;s:15:\"F0@hT?GUNk:`XLA\";i:2449;s:15:\"F0@hT?GUNkU|XLA\";i:2450;s:15:\"F0@hT?GUNk5}XLA\";i:2451;s:50:\"I0=hT?GUNkNcbL!GVElg*N&FRtpBJHNzRmY\"k\"^X_Q3nE3]W$A\";i:2452;s:29:\"`X=hT?GUO[N/YLcMVElg*NNKkUlBA\";i:2453;s:26:\"`X=hT?GU~@eB/hlt,ub@=1gFQA\";i:2454;s:26:\"`X=hT?GU~@aB/hlt,ub@=1QFQA\";i:2455;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2456;s:26:\"`X=hT?GU~@SB/hlt,ub@=1;EQA\";i:2457;s:12:\">J=hT?GU/A$A\";i:2458;s:13:\"nu=hT?GU~AlBA\";i:2459;s:77:\"aE=hT?GU}jLBc4ht,ub@=1#ERt)BJHNzRmWAq\"xd`Q3nE30o/V8FmuLvSQ[z`C2W.\",ub@y2!FFtA\";i:2460;s:15:\"5}>hT?GUO[SqbLA\";i:2461;s:42:\"7}>hT?GUO[SqbL1RVElg*N+P44lBkM.4Fxrj}BrBQA\";i:2462;s:14:\"A^?hT?GU~@FBEA\";i:2463;s:24:\"ou=hT?GU\"tlBfP.4FxrjBABA\";i:2464;s:15:\"bS>hT?GUO[3rbLA\";i:2465;s:13:\"Wx>hT?GUGJlBA\";i:2466;s:15:\"hg=hT?GUO[UEYLA\";i:2467;s:13:\"c#=hT?GU~AlBA\";i:2468;s:13:\"9M>hT?GUHGlBA\";i:2469;s:15:\"bS=hT?GUNk6FYLA\";i:2470;s:13:\"Wx>hT?GUGJlBA\";i:2471;s:13:\"9M>hT?GU:tlBA\";i:2472;s:13:\"9M>hT?GU:tlBA\";i:2473;s:24:\":o=hT?GUbKlB<M.4Fx~5IABA\";i:2474;s:24:\"5r=hT?GUbKlB<M.4Fx~5IABA\";i:2475;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:2476;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:2477;s:15:\"),?hT?GUNkEHYLA\";i:2478;s:13:\"`)>hT?GU~AlBA\";i:2479;s:13:\"/o>hT?GU~AlBA\";i:2480;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2481;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2482;s:13:\"9M>hT?GUHGlBA\";i:2483;s:67:\"h#=hT?GUXGlBbL.4Fx~5PAHO=hT?GU/A$A=CSOYM*+EtoI_Q3nE3dF$A[CSOYM)ZBtA\";i:2484;s:13:\">J=hT?GU7KlBA\";i:2485;s:13:\"EH=hT?GU~AlBA\";i:2486;s:12:\">J=hT?GU/A$A\";i:2487;s:12:\"EH=hT?GUpA$A\";i:2488;s:12:\"F0=hT?GU/A$A\";i:2489;s:15:\"F0=hT?GUO[&aYLA\";i:2490;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2491;s:34:\"XE=hT?GUuBlBnL.4Fx}MCA7y=hT?GU/A$A\";i:2492;s:15:\"),=hT?GUNkpIYLA\";i:2493;s:15:\"),=hT?GUNk>JYLA\";i:2494;s:15:\"),=hT?GUNkYLYLA\";i:2495;s:15:\"),=hT?GUNk9MYLA\";i:2496;s:15:\"),=hT?GUNkHOYLA\";i:2497;s:15:\"),=hT?GUNksPYLA\";i:2498;s:15:\"),=hT?GUNk[QYLA\";i:2499;s:15:\"),=hT?GUNkbSYLA\";i:2500;s:15:\"),=hT?GUNk$TYLA\";i:2501;s:15:\"),=hT?GUNkKVYLA\";i:2502;s:15:\"),=hT?GUNkvWYLA\";i:2503;s:15:\"),=hT?GUNk_XYLA\";i:2504;s:15:\"),=hT?GUNkeZYLA\";i:2505;s:15:\"),=hT?GUNk(aYLA\";i:2506;s:12:\"F0=hT?GU/A$A\";i:2507;s:13:\"c#=hT?GULKlBA\";i:2508;s:26:\"?J=hT?GU/A$A[CSOYMj<dtJACA\";i:2509;s:49:\"I0=hT?GU~@SB/hjt,ub@=1;ERtpBJHNzijdT$AADSOYMB]BtA\";i:2510;s:25:\"5r=hT?GUcHlB?L.4Fx}M_=6FA\";i:2511;s:15:\"5}>hT?GUO[0kXLA\";i:2512;s:12:\"bS=hT?GU/A$A\";i:2513;s:39:\"pu=hT?GUNk\"lXL&\"LvSQ[zCAbLkt,ub@y2xWKtA\";i:2514;s:15:\"Qj=hT?GUO[(,ZLA\";i:2515;s:124:\"vB?hT?GUxIlB\"O.4FxrjYBLJRt%BJHNzRm9(CATq>hT?GU}jEByWtt,ub@=1RES\"|\",ub@y2DAyWR9qI:$vbaUht:C1ZzXJI{ZRA]Q*(k)No|B:CbfzXJI|+CACA\";i:2516;s:15:\"),=hT?GUNkNcYLA\";i:2517;s:15:\"),=hT?GUNkNccLA\";i:2518;s:151:\"yu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GUO[1[XLEUVElg*NNK`BlBdN.4Fx}MPs6FW!LvSQ[z6{zWs8qI:$vbaUBt:C1ZzXJI{ZRA]Q*(k)No|B:C$YzXJI|+`D#DgA|BJHNz!PuWA\";i:2519;s:113:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNzApuWeGqI:$vbSARttBJHNzApuWDHqI:$vb{ARt2BJHNzRmQ\"V\"A\";i:2520;s:64:\"ZE=hT?GUO[s8YLeGVElg*NNKfDlBIM.4Fx~5DAeZ=hT?GUO[&aXL~FVElg*NdAIA\";i:2521;s:26:\"zd=hT?GU.DlB.M.4FxrjYB{CQA\";i:2522;s:171:\"#d=hT?GU(ClBEM.4Fx~5DAq1=hT?GU/A$A^CSOYMB]Bt^X_Q3nE3kAi\"_BJHNzRmQ\"C\"@Q_Q3nE3t`yA;C=hT?GUNkydYLmOVElg*N+PLPlB<M.4Fx}MBA7y>hT?GUO[SqXLBNVElg*NNK(nlB/N.4Fxs@IA[Q>hT?GUO[Q@ZLA\";i:2523;s:13:\"5}?hT?GUGJlBA\";i:2524;s:24:\"6}?hT?GUGJlB<M.4Fx~5IABA\";i:2525;s:42:\"Sj=hT?GUO[UEaL0EVElg*N+PbPlB?L.4Fxrj}B?BQA\";i:2526;s:26:\"5r=hT?GUNkydYL_EVElg*N^AIA\";i:2527;s:15:\"5}?hT?GUO[3rXLA\";i:2528;s:24:\"`X=hT?GUMHlBkM.4Fx~5LABA\";i:2529;s:29:\"!M>hT?GUO[lBaL1RVElg*NNK^nlBA\";i:2530;s:13:\"nu=hT?GU~AlBA\";i:2531;s:13:\"nu=hT?GU4DlBA\";i:2532;s:87:\"4d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$A)DSOYMj<dt?ADt#(k)No`,lC2W@\",ub@y2xWPtPj_Q3nE30oD,6FA\";i:2533;s:13:\"?2=hT?GUzClBA\";i:2534;s:33:\"Am=hT?IUO[&aXL#zGFIIlB|FkcwYA:D\"A\";i:2535;s:15:\"yd=hT?GUO[3rXLA\";i:2536;s:79:\"4d=hT?GU)vlB?L.4Fx}M%A;C=hT?GUuBlBEM.4Fxs@CAq1=hT?GUzClB7L.4Fxs@CA<v=hT?GUzClBA\";i:2537;s:111:\"wu=hT?GU5wlBUM.4Fxs@.AHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbpLi\"uBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2538;s:158:\"#d=hT?GU.DlB;L.4FxrjKAkn=hT?GUcHlBbL.4Fxrj}BtHS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAbLpt,ub@^D5FvzLvSQ[zFA/hkt,ub@^D7F`xLvSQ[z?C2W/\",ub@^D7FayLvSQ[z?CIA\";i:2539;s:35:\"pu=hT?GU~AlBnP.4Fxs@MAYL>hT?GUHGlBA\";i:2540;s:13:\"nu=hT?GU4DlBA\";i:2541;s:24:\"6}?hT?GUH2lB<M.4Fx~5.ABA\";i:2542;s:40:\"H0=hT?GU:tlBeO.4FxrjYBJFRt%BJHNzRm9(hABA\";i:2543;s:15:\"F0>hT?GUO[E0bLA\";i:2544;s:15:\"VE=hT?GUO[s8cLA\";i:2545;s:13:\"VE=hT?GUvulBA\";i:2546;s:24:\"d#=hT?GUXGlBbL.4Fx}M&ABA\";i:2547;s:56:\"ZE=hT?GUdUlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA\";i:2548;s:15:\"VE=hT?GUO[95aLA\";i:2549;s:13:\"VE=hT?GU>BlBA\";i:2550;s:13:\"VE=hT?GUuBlBA\";i:2551;s:13:\"nu=hT?GU~AlBA\";i:2552;s:35:\"6r=hT?GUEvlB?L.4Fxs@&A;C=hT?GUcHlBA\";i:2553;s:174:\"0u=hT?GU~AlBnP.4Fxs@MANc=hT?GU(ClB,L.4Fx}Mc16FrvLvSQ[zEAbLht,ub@CG5FQwLvSQ[zGF*B$ACDSOYMj<cAFAeZ=hT?GUO[McXL~FVElg*NNKvDlBFN.4Fxrj}B[BQA;\",ub@cY5F/1LvSQ[zGF6C$AUDSOYMj<e\"4ABA\";i:2554;s:35:\"pu=hT?GU5wlBnP.4Fxs@<A<v=hT?GUnGlBA\";i:2555;s:15:\"Wx=hT?GUO[McXLA\";i:2556;s:88:\"tu=hT?GU4DlBEM.4Fx}MJAq1=hT?GUO[McXLPDVElg*N/A2W+\",ub@y2xWCtoI`Q3nE30oN/6FI4LvSQ[zGFSC$A\";i:2557;s:29:\"G0>hT?GUO[VxaLEUVElg*NNK(XlBA\";i:2558;s:15:\"F0>hT?GUO[E0XLA\";i:2559;s:24:\"ou=hT?GU~AlBUM.4FxrjOABA\";i:2560;s:76:\"3d=hT?GU.DlB;L.4FxrjYBxBS\"*\",ub@TD5FmuLvSQ[z#31W1RqI:$vbaU\"]:CkczXJI|+wC`BgA\";i:2561;s:24:\"d#=hT?GUXGlBnL.4Fx}MCABA\";i:2562;s:26:\"6}>hT?GUO[PjXL@QVElg*NLAIA\";i:2563;s:15:\"5}>hT?GUNk+hYLA\";i:2564;s:15:\"bS=hT?GUNkQjYLA\";i:2565;s:15:\"KV=hT?GUO[+>XLA\";i:2566;s:71:\"aE=hT?GUuBlB(L.4Fx}MB26FQwLvSQ[zEA/hjt,ub@=10FRtpBJHNz?MuW|LqI:$vbX%h\"A\";i:2567;s:15:\"5}>hT?GUO[3rXLA\";i:2568;s:15:\"5}>hT?GUO[PjXLA\";i:2569;s:15:\"5}>hT?GUO[3rXLA\";i:2570;s:246:\"oC!u)\",ub@=1MFQA*\",ub@y2y(OtJV_Q3nE3BB$AHDSOYMM%BtdZ_Q3nE30o$$5FgwLvSQ[zGFII$A^CSOYMj<cAXA<v=hT?GUO[jnYLfTVElg*NtEOt4}_Q3nE30oJV5F/1LvSQ[z@H^H$AUDSOYMj<tttAOc)(k)Noa..>wW5FqI:$vb,Bi\"%BJHNzRm8WrA]9?hT?GUO[AA6Fc8LvSQ[zGFfL$ASDSOYM*+6mlBhN.4FxrjBABA\";i:2571;s:198:\"$d=hT?GU.DlBEM.4FxrjYBFDRtuBJHNzRmPthAeZ=hT?GUO[rPZL~FVElg*NNKzXlBKO.4FxrjYBRBRt$BJHNzijgS$AhDSOYMj<dtSADt)(k)Noa.pIyWz3qI:$vbaUUE:C2ezXJI|+wC=FgApBJHNzApuWIoqI:$vbaUvD:C1ZzXJI|+wC}QgAyBJHNzRm9(mABA\";i:2572;s:13:\"yd=hT?GU.DlBA\";i:2573;s:69:\"J0=hT?GUO[rPZL!GVElg*NNKnblB7L.4FxrjYBFDRttBJHNzRm8WLA;C?hT?GUO[.oZLA\";i:2574;s:15:\"F0>hT?GUNk/oYLA\";i:2575;s:15:\"F0>hT?GUO[DHYLA\";i:2576;s:148:\"9d=hT?GU(ClBzL.4FxrjYBrDQA;\",ub@TD5FY4LvSQ[zFAG\"#(k)No`,9C2W@\",ub@y2_9BtK&_Q3nE3\"!vA6F@hT?GU~AlB.M.4FxrjYB{CRt{BJHNz!PuW1RqI:$vbaUY4:C.YzXJI|+wC:GgA\";i:2577;s:13:\"z:=hT?GU\"tlBA\";i:2578;s:13:\"nu=hT?GU~AlBA\";i:2579;s:23:\"LV=hT?GU/A$ATDSOYMtODtA\";i:2580;s:56:\"I0=hT?GUO[rPZL!GVElg*NNKzXlB7L.4FxrjYBFDRttBJHNzRmPthABA\";i:2581;s:98:\"uu=hT?GU~AlB#L.4Fxs@DA1k=hT?GU~@SBz(it,ub@nH5FRtLvSQ[zS>0W(HqI:$vb)qd\"=J_Q3nE30oH75Fl%LvSQ[z@HYI$A\";i:2582;s:15:\"5}?hT?GUO[5FXLA\";i:2583;s:13:\"c#=hT?GUXGlBA\";i:2584;s:193:\"6P=hT?GUO[+>XLqCVElg*N/AJt+\",ub@TD7FgwLvSQ[zGF2e$A^CSOYMj<e\"[A<v=hT?GUO[jncLvjVElg*N)PPtSq`Q3nE30o>26FI4LvSQ[zGFmO$AhDSOYMj<ttvAOc%(k)Noa.E\"YL:CVElg*NB.OtQ@_Q3nE30o(H5F}4LvSQ[zGF<E$AfDSOYMifBtA\";i:2585;s:14:\"),=hT?GU}jXBEA\";i:2586;s:69:\">`?hT?GUNknuYLOWVElg*NNKZFlBpN.4Fxrj}BOCRt3BJHNzRm*(YABA`Q3nE3H#e+5FA\";i:2587;s:15:\"F0>hT?GUNkF0YLA\";i:2588;s:29:\"G0>hT?GUNkq1YLBNVElg*N+PKSlBA\";i:2589;s:88:\"ng=hT?GUO[8McLeGVElg*N&FRtuBJHNzRmOAx\"8M_Q3nE3]W$AADSOYMj<cADBDt#(k)NoYO:C1ZzXJI|+wCJFgA\";i:2590;s:42:\"<`?hT?GUO[95XLOWVElg*N+PaSlBpN.4Fxrj}BcCQA\";i:2591;s:80:\"?`?hT?GUO[95XLnbVElg*NNK3blBkQ.4Fx}MBA7y>hT?GUO[GOaLBNVElg*N+P6SlB_M.4Fxrj}BgCQA\";i:2592;s:15:\"F0=hT?GUO[#TYLA\";i:2593;s:88:\"4d=hT?GU.DlBtN.4Fxrj}BiCS\"(\",ub@y2_9EtdZ_Q3nE3kAi\"uBJHNzRm)WbAeZ=hT?GU/A$AADSOYMj<dthACA\";i:2594;s:34:\"0d=hT?GU(ClB;L.4Fx~5EAkn=hT?GU/A$A\";i:2595;s:46:\"qu=hT?GU4DlBbL.4FxrjKAYL=hT?GUuBlB(L.4FxrjKABA\";i:2596;s:15:\"bS=hT?GUO[y:XLA\";i:2597;s:65:\"ru=hT?GUO[8MXLOWVElg*NNKumlB3L.4Fx}Mz$6FD3LvSQ[zGF?L$AfDSOYMifBtA\";i:2598;s:39:\"7}>hT?GUO[~laL:CVElg*N[A2W@\",ub@y2mnOtA\";i:2599;s:46:\"qu=hT?GU4DlB#L.4Fxs@DA1k=hT?GUYDlB^L.4Fx}MBABA\";i:2600;s:13:\"nu>hT?GU~AlBA\";i:2601;s:26:\"LV=hT?GUO[UEYL~FVElg*N&FQA\";i:2602;s:12:\"?2=hT?GU/A$A\";i:2603;s:48:\"vP=hT?GUNk%$YLFBVElg*NJAJt(\",ub@TD5FWuLvSQ[zEAEA\";i:2604;s:15:\"F0=hT?GUO[uWYLA\";i:2605;s:13:\"(a=hT?GUTClBA\";i:2606;s:15:\"VE=hT?GUNkL&YLA\";i:2607;s:24:\"FH>hT?GUrKlBbL.4Fx}MCABA\";i:2608;s:117:\"N0=hT?GUO[jnYL!GVElg*NNKQQlB7L.4FxrjYBCCRttBJHNzRmQ\"N\"E0`Q3nE3kAi\")BJHNzRm8WKA7y>hT?GUO[GOaL:CVElg*N=A3(:\",ub@y2.hJtA\";i:2609;s:13:\"z:>hT?GULKlBA\";i:2610;s:29:\"ou=hT?GUO[8MXLzXVElg*NNK(HlBA\";i:2611;s:37:\"pu=hT?GU4DlB3L.4Fx}MKAf+>hT?GUO[rPXLA\";i:2612;s:13:\"_X=hT?GUoDlBA\";i:2613;s:14:\"_X=hT?GU~@VBEA\";i:2614;s:13:\"_X=hT?GUzClBA\";i:2615;s:13:\"_X=hT?GU,GlBA\";i:2616;s:14:\"_X=hT?GU~@SBEA\";i:2617;s:15:\"_X=hT?GUO[+>XLA\";i:2618;s:72:\"su=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5F{uLvSQ[zEAG\"#(k)No3B:C$YzXJI|+wCuGgA\";i:2619;s:13:\"L&=hT?GU3GlBA\";i:2620;s:15:\"c#@hT?GUNkw(YLA\";i:2621;s:15:\"5}>hT?GUO[0kXLA\";i:2622;s:102:\"[`?hT?GUO[0kXLvDVElg*NfA2W*\",ub@y2EtFt#T_Q3nE3H#&\":CjfzXJI{Z5XaL?jVElg*NLKOth=_Q3nE3~R0Af+=hT?GU}jXBEA\";i:2623;s:15:\"F0>hT?GUO[0kXLA\";i:2624;s:13:\"Qj=hT?GUHGlBA\";i:2625;s:82:\"4d=hT?GU.DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$A\";i:2626;s:15:\"Qj=hT?GUNk`)YLA\";i:2627;s:59:\"Uj=hT?GUNkf+YLeGVElg*N&FRtuBJHNz?M2WeGqI:$vbpLi\"tBJHNz?M2WA\";i:2628;s:64:\"g#=hT?GUXGlB#L.4FxrjFA+h=hT?GUO[+>ZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2629;s:13:\"yd=hT?GU.DlBA\";i:2630;s:15:\"L&@hT?GUNk),cLA\";i:2631;s:13:\"yd=hT?GU.DlBA\";i:2632;s:15:\"Qj=hT?GUO[+>ZLA\";i:2633;s:26:\"zd=hT?GU.DlB,L.4FxrjYBEEQA\";i:2634;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[Y4dL/VVElg*N)FQA\";i:2635;s:15:\">J>hT?GUO[Y4ZLA\";i:2636;s:40:\"pu=hT?GUO[8MXL!GVElg*NNK?DlB3L.4Fx}MKABA\";i:2637;s:12:\"?2=hT?GU/A$A\";i:2638;s:60:\"ru=hT?GU4DlB#L.4FxrjFAU|>hT?GUO[muXL@QVElg*NLAJt.\",ub@=1TEQA\";i:2639;s:27:\"!M>hT?GUO[lBaLNJVElg*N[}MtA\";i:2640;s:26:\")a=hT?GUNkO/YLIIVElg*N;AIA\";i:2641;s:42:\"|)?hT?GUO[UEZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2642;s:38:\"uP@hT?GU/A$A`DSOYM*+@klBjP.4FxrjYB2AIA\";i:2643;s:46:\"qu=hT?GU4DlBjL.4FxrjKA$T=hT?GUcHlB.M.4Fx}MBABA\";i:2644;s:15:\"z:>hT?GUO[@QXLA\";i:2645;s:37:\"pu=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FA\";i:2646;s:37:\"pu=hT?GUO[8MXLvDVElg*NrAK\"ht,ub@CG5FA\";i:2647;s:13:\"yd=hT?GU.DlBA\";i:2648;s:26:\"ou=hT?GUO[3rXLKCVElg*N&FQA\";i:2649;s:70:\"K0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOA%$>hT?GUuBlB3L.4FxrjYBbBQA\";i:2650;s:15:\"VE?hT?GUNkz:YLA\";i:2651;s:83:\"4d=hT?GU.DlBnL.4Fxrj}B2CRtnBJHNz?MuWKCqI:$vb;BgAoBJHNz?MuW_EqI:$vb;BgA&BJHNzRmQ\"D\"A\";i:2652;s:13:\"z:>hT?GUXGlBA\";i:2653;s:13:\"z:>hT?GULKlBA\";i:2654;s:15:\"z:>hT?GUO[s8XLA\";i:2655;s:15:\"z:>hT?GUO[@QXLA\";i:2656;s:12:\"(a=hT?GU/A$A\";i:2657;s:48:\"qu=hT?GUO[8MXLlBVElg*NRAJt(\",ub@MI5FPzLvSQ[zEAEA\";i:2658;s:13:\"nu>hT?GU~AlBA\";i:2659;s:57:\"ru=hT?GU4DlBrL.4FxrjKApI=hT?GUcHlBvL.4FxrjKA$T=hT?GUcHlBA\";i:2660;s:38:\"pu=hT?GUO[N/XLi\"LvSQ[z#31W4YqI:$vbSAQA\";i:2661;s:15:\"VE=hT?GUO[3rXLA\";i:2662;s:27:\"ou=hT?GUO[N/XL:CVElg*NiVQtA\";i:2663;s:68:\"J0=hT?GUO[y:XL!GVElg*NNKdJlB7L.4FxrjYBPBRttBJHNzRm8WNAvW=hT?GU~@SBEA\";i:2664;s:15:\"VE?hT?GUO[|;XLA\";i:2665;s:29:\"ou=hT?GUO[N/XL^XVElg*NNK9JlBA\";i:2666;s:15:\"Wx=hT?GUO[+>XLA\";i:2667;s:13:\"z:>hT?GUXGlBA\";i:2668;s:15:\"?2=hT?GUO[+>XLA\";i:2669;s:26:\"@2=hT?GUO[Q@XLkUVElg*NYBQA\";i:2670;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:2671;s:23:\"?J=hT?GU/A$A[CSOYMB]BtA\";i:2672;s:121:\"uu=hT?MU4DlB~/DA(ajBFB4BD\"pVVElg*NNKZVlB=N.4Fxrj}B4CQADByD1+ITeLR\"Q@`Q3nE30oJ`5FO2LvSQ[zGFoAi\"#BJHNzRm8WBA]9>hT?GUO[DHXLA\";i:2673;s:186:\"q#=hT?GUXGlB#L.4FxrjFA;C=hT?GUO[95aLlBVElg*NUBRtnBJHNzzguWKCqI:$vbaUjH:CDXzXJI{ZCAln#(k)No3B:CbXzXJI|+FA7F((k)Noa.x(xWPjqI:$vbxfyq:C3bzXJI|+wCwAS\"DByD1+IT5WR\"\"]`Q3nE3H#/`5F:&LvSQ[z@H&K$A\";i:2674;s:15:\"Qj=hT?GUNkf+YLA\";i:2675;s:64:\"2d=hT?GU.DlB,L.4FxrjYBACRtnBJHNz?MuWPjqI:$vbaUyK:C*ZzXJI|+`DlFgA\";i:2676;s:26:\"WE=hT?GUdUlBnL.4Fxrj}B&CQA\";i:2677;s:26:\"WE=hT?GUO[95aLlBVElg*NUBQA\";i:2678;s:26:\"WE=hT?GU>BlBnL.4FxrjYBaAIA\";i:2679;s:67:\"aE=hT?GUuBlBnL.4FxrjBAHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtA\";i:2680;s:12:\"bS=hT?GU/A$A\";i:2681;s:12:\"EH=hT?GUpA$A\";i:2682;s:13:\"sP=hT?GUTClBA\";i:2683;s:13:\"sP=hT?GUDClBA\";i:2684;s:70:\"3d=hT?GU.DlBEM.4Fx}MJAq1=hT?GU/A$A^CSOYM)ZDt^X_Q3nE3kAgA!BJHNzRm)WfABA\";i:2685;s:27:\")a=hT?GU~@jB:>ot,ub@y2/>CtA\";i:2686;s:63:\"ru=hT?GU4DlBCO.4FxrjYB8AIAit,ub@=1;ERt%BJHNzRmPtCApI>hT?GUzClBA\";i:2687;s:63:\"2d=hT?GU.DlBEM.4FxrjYB*BRtpBJHNzzguW(,qI:$vbWUc\"oI`Q3nE3H#k_5FA\";i:2688;s:24:\"@2=hT?GUDClBAM.4Fxs@CABA\";i:2689;s:27:\"6}>hT?GUO[95XL:CVElg*Nj&OtA\";i:2690;s:50:\"1d=hT?GU(ClBzL.4Fxrj}B+CQA)\",ub@Lb5FD3LvSQ[zGF}AgA\";i:2691;s:40:\"{X=hT?GU^ClB*N.4FxrjYB&ERt2BJHNzRm*(fABA\";i:2692;s:68:\"3d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fxs@CA<v=hT?GUDClB/N.4Fxs@IABA\";i:2693;s:13:\"(a=hT?GUTClBA\";i:2694;s:72:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYMj<sAgA<v=hT?GUMHlB.M.4Fxrj}B:CQA\";i:2695;s:12:\"(a=hT?GU/A$A\";i:2696;s:13:\"nu=hT?GU\"tlBA\";i:2697;s:15:\"5}>hT?GUO[#TaLA\";i:2698;s:15:\":`?hT?GUO[#TaLA\";i:2699;s:26:\"*,>hT?GUO[GOXL@QVElg*NLAIA\";i:2700;s:13:\"yd=hT?GU.DlBA\";i:2701;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2702;s:13:\"sP=hT?GU:tlBA\";i:2703;s:70:\"3d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fxs@CA<v=hT?GUDClB.M.4Fxrj}B>CQA\";i:2704;s:45:\"I0=hT?GUDClBIM.4Fx}MBAeZ=hT?GU/A$AADSOYM)ZBtA\";i:2705;s:12:\"(a=hT?GU/A$A\";i:2706;s:15:\"L&>hT?GUNkVEZLA\";i:2707;s:153:\"yu=hT?GU4DlBUM.4Fxs@IANc=hT?GU.DlB)M.4Fxrj}B]CRtlBJHNzRm*(gA|e=hT?GUNkVEZLFBVElg*NXAIAst,ub@y2^QJtJV`Q3nE30ooI5F<8LvSQ[zGF#L$A:DSOYMj<dt&Ax()(k)Noa.HOyWA\";i:2708;s:82:\"4d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRm)WhAf+=hT?GU}jXBEA\";i:2709;s:67:\"su=hT?GU4DlBUM.4FxrjBAHO=hT?GU/A$A=CSOYM@1DtoI_Q3nE3ZB$A[CSOYM@1DtA\";i:2710;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2711;s:15:\"5}>hT?GUO[SqXLA\";i:2712;s:38:\"pu=hT?GU4DlBrL.4Fx}Mz$6FD3LvSQ[zGF?L$A\";i:2713;s:15:\"5}>hT?GUO[3rXLA\";i:2714;s:117:\"6d=hT?GU(ClB,L.4FxrjYBEERtrBJHNzRmPtoAkn=hT?GU>BlBzL.4FxrjYBzDRt$BJHNzRmXthA7y>hT?GUNk>JZL:CVElg*NiVQtPj_Q3nE3H#5F6FA\";i:2715;s:15:\"F0>hT?GUO[3rXLA\";i:2716;s:13:\"nu=hT?GU~AlBA\";i:2717;s:15:\"5}>hT?GUO[PjbLA\";i:2718;s:59:\"J0=hT?GUjClBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBA7y>hT?GUNk9MZLA\";i:2719;s:70:\"h#=hT?GUXGlBEM.4Fx}MBAq1=hT?GU5A$A^CSOYM)ZBt^X_Q3nE3cAi\"lBJHNzRmXtiABA\";i:2720;s:15:\"5}>hT?GUO[SqXLA\";i:2721;s:149:\"yu=hT?GUO[8MXL(HVElg*N,A2W(\",ub@WK5FQwLvSQ[zoA/hjt,uj@WK5F>+BA!y#(k)NoYO:CAYzXJI{ZHAln&(k)No`,,C3([\",ub@y2/>Cte+_Q3nE3H#(H6FmuLvSQ[zOAbLot,ub@y2b4BtA\";i:2722;s:39:\"pu=hT?GU4DlB3L.4FxrjYBCCRt2BJHNzRmWAS\"A\";i:2723;s:15:\"5}>hT?GUO[PjXLA\";i:2724;s:75:\"su=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FGuLvSQ[zkA:>ot,ub@y2/>Cte+_Q3nE30o#^6FA\";i:2725;s:175:\"0u=hT?GU4DlBUM.4Fxs@IA<v>hT?GUO[5FXLUEVElg*NNKgglBtN.4FxrjYBmAJt+\",ub@=1~ERtuBJHNzij`T$A^CSOYM*+?nlBAM.4Fx}Ms*6FfzLvSQ[zEAG\"#(k)Noa.,>wWIoqI:$vbaU<8:C1ZzXJI|+`D5FgA&BJHNz{,vWA\";i:2726;s:83:\"cx>hT?GUGJlB#L.4Fxs@(A+h=hT?GUHGlB;L.4Fx}MBAkn=hT?GU/A$AuDSOYMj<e\"GA7y>hT?GUO[E0bLA\";i:2727;s:59:\"ru=hT?GUO[8MXLeGVElg*NJA3(+\",ub@%Z5F2uLvSQ[zEAbLjt,ub@%Z5FA\";i:2728;s:48:\"qu=hT?GU4DlB,P.4Fx}Mr}6F%tLvSQ[zOAbLkt,ub@=1CFQA\";i:2729;s:13:\"yd=hT?GU.DlBA\";i:2730;s:13:\"yd=hT?GU.DlBA\";i:2731;s:12:\"bS=hT?GU/A$A\";i:2732;s:13:\"z:>hT?GUXGlBA\";i:2733;s:15:\"z:>hT?GUO[@QXLA\";i:2734;s:13:\"z:>hT?GULKlBA\";i:2735;s:15:\"z:>hT?GUO[s8XLA\";i:2736;s:12:\"bS=hT?GU5A$A\";i:2737;s:35:\"pu=hT?GU4DlB#L.4FxrjFA[Q=hT?GUDClBA\";i:2738;s:13:\"nu>hT?GU~AlBA\";i:2739;s:26:\"cS=hT?GUO[&aXL:CVElg*N[AIA\";i:2740;s:13:\"nu>hT?GU~AlBA\";i:2741;s:26:\"6}>hT?GUNk+hYL@QVElg*NLAIA\";i:2742;s:24:\"ou=hT?GU4DlBfL.4Fx~5AABA\";i:2743;s:37:\"pu=hT?GU4DlBlN.4FxrjYBIAJt)\",ub@PP5FA\";i:2744;s:13:\"yd=hT?GU.DlBA\";i:2745;s:15:\"Wx>hT?GUO[5FXLA\";i:2746;s:13:\"yd=hT?GU.DlBA\";i:2747;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2748;s:14:\"?2>hT?GU~@FBEA\";i:2749;s:13:\"nu=hT?GU~AlBA\";i:2750;s:13:\"VE=hT?GUuBlBA\";i:2751;s:14:\"VE=hT?GU}j(ACA\";i:2752;s:15:\"5}>hT?GUO[PjXLA\";i:2753;s:15:\"5}>hT?GUO[3rXLA\";i:2754;s:13:\"yd=hT?GU.DlBA\";i:2755;s:24:\"d#=hT?GUXGlBnL.4Fx}MCABA\";i:2756;s:88:\"L0=hT?GU}jPB/hjt,ub@=19ERtpBJHNzij$S$AADSOYM*+lllBKO.4Fxrj}BHDS\">\",ub@y2/>Ctgg_Q3nE3bD$A\";i:2757;s:13:\"yd=hT?GU.DlBA\";i:2758;s:52:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@y2zWIt=J_Q3nE3t`xABA\";i:2759;s:26:\"!M=hT?GUuBlBWO.4FxrjYB_EQA\";i:2760;s:35:\"MV@hT?GUuBlBnL.4Fx}MCA|e=hT?GUcHlBA\";i:2761;s:12:\"sP=hT?GU/A$A\";i:2762;s:19:\"bS=hT?IU/A$Aij$SlBA\";i:2763;s:13:\"_X=hT?GU,GlBA\";i:2764;s:34:\"pu=hT?GU~AlB<M.4Fx}MBApI>hT?GU/A$A\";i:2765;s:12:\"9M>hT?GU/A$A\";i:2766;s:13:\"9M>hT?GUHGlBA\";i:2767;s:12:\"EH=hT?GUpA$A\";i:2768;s:13:\"EH=hT?GU~AlBA\";i:2769;s:24:\"zd=hT?GU.DlBvL.4Fxs@CABA\";i:2770;s:15:\"5}>hT?GUO[SqXLA\";i:2771;s:15:\"F0>hT?GUO[muXLA\";i:2772;s:15:\"F0>hT?GUO[muXLA\";i:2773;s:13:\"yd=hT?GU.DlBA\";i:2774;s:46:\"qu=hT?GU4DlB#L.4FxrjFA+h=hT?GUHGlB.M.4Fx}MBABA\";i:2775;s:24:\"WE=hT?GUvulB(L.4Fxrj:ABA\";i:2776;s:151:\"9d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbiAQA}\",ub@y2^QJtJV`Q3nE30ooI5F<8LvSQ[zGF#L$A:DSOYMj<dt&Ax()(k)Noa.HOyWLvqI:$vbaUrP:CA\";i:2777;s:29:\"u8?hT?GUO[3rZL.IVElg*N+P.YlBA\";i:2778;s:72:\"su=hT?GU4DlB#L.4Fxs@DA+h=hT?GUNk$TZL0EVElg*NVAJt*\",ub@nH5FI4LvSQ[zGF6C$A\";i:2779;s:15:\"5}>hT?GUO[~lXLA\";i:2780;s:75:\"3d=hT?GU(ClB,L.4Fxrj}BLDRtlBJHNzLYuW(HqI:$vbiAS\">\",ub@y2EtNt0k_Q3nE3H#yK6FA\";i:2781;s:15:\"F0>hT?GUO[muXLA\";i:2782;s:56:\"vP=hT?GUO[v(YLqCVElg*NNK#TlB3L.4FxrjYBsCRt2BJHNzRm8WcABA\";i:2783;s:56:\"vP=hT?GUO[GOYLqCVElg*NNKBNlB3L.4FxrjYB7BRt2BJHNzRm9(SABA\";i:2784;s:13:\"yd=hT?GU.DlBA\";i:2785;s:15:\"F0>hT?GUO[muXLA\";i:2786;s:15:\"F0>hT?GUO[SqXLA\";i:2787;s:15:\"F0>hT?GUNkvWZLA\";i:2788;s:15:\"5}>hT?GUO[~lXLA\";i:2789;s:14:\"`)=hT?GU~@dBEA\";i:2790;s:13:\"Wx>hT?GUGJlBA\";i:2791;s:119:\"*M>hT?GU/A$A!DSOYMWDUtE0_Q3nE3\"W$ARESOYMj<tt.A.>+(k)Noa.=vyWd~qI:$vbxfBN:C`RFByD1+ITj4G\"@Q|Q.4Fxrj}B:AK\"\"tVElg*N+PuGlBA\";i:2792;s:86:\"F^@hT?GUNkeZZLcsVElg*N+P9ZlB<Q.4Fxrj}B:AK\"atVElg*N+PuGlBUUxt,ub@y2RcDt@QAR.4Fxrj}B:AIA\";i:2793;s:12:\"9M>hT?GU/A$A\";i:2794;s:108:\"uu=hT?GU4DlB<M.4Fx~5IA2[@hT?GUNk(aZLcsVElg*N+P=ZlB<Q.4Fxrj}B<AK\"atVElg*N+P!GlBUUxt,ub@y2:hDt@QAR.4Fxrj}B<AIA\";i:2795;s:15:\"?2@hT?GUO[5FXLA\";i:2796;s:37:\"Yx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@0Q5FA\";i:2797;s:24:\":o=hT?GUnGlB<M.4Fx~5IABA\";i:2798;s:24:\"5r=hT?GUnGlB<M.4Fx~5IABA\";i:2799;s:13:\"bS=hT?GU:tlBA\";i:2800;s:15:\"5}>hT?GUO[SqXLA\";i:2801;s:15:\"5}>hT?GUO[~lXLA\";i:2802;s:48:\"Zx>hT?GUO[5FXLvDVElg*NrA2W&\",ub@CG5F{uLvSQ[zpAEA\";i:2803;s:46:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCABA\";i:2804;s:13:\"nu=hT?GU4DlBA\";i:2805;s:12:\">J=hT?GU/A$A\";i:2806;s:135:\"yu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBrL.4Fx}MBApI=hT?GUNElBvL.4Fx}MBA$T=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"pBJHNz?MuW|LqI:$vbSAS\">\",ub@y2zWKtA\";i:2807;s:15:\"VE=hT?GUNkydZLA\";i:2808;s:15:\"VE=hT?GUNk|eZLA\";i:2809;s:15:\"VE=hT?GUNkhgZLA\";i:2810;s:15:\"VE=hT?GUNk+hZLA\";i:2811;s:15:\"VE=hT?GUNkQjZLA\";i:2812;s:13:\"VE=hT?GUuBlBA\";i:2813;s:37:\"pu=hT?GU4DlBEM.4Fx}MWn6FlxLvSQ[ztN1WA\";i:2814;s:56:\"2d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$AHDSOYM)ZBt#T_Q3nE3kAgA\";i:2815;s:15:\"F0>hT?GUO[muXLA\";i:2816;s:26:\"!M>hT?GU/A$AJDSOYMj<tt,ACA\";i:2817;s:13:\"9M>hT?GUHGlBA\";i:2818;s:15:\"F0>hT?GUO[muXLA\";i:2819;s:112:\"#M>hT?IUHGlBrzAAq1_Q3nK3H#4Y5F>+`D+G&\"ITn4C\"(a.qqCXLnj9CSA|(y2}9C\"iNkVvD=J4M.4c8rjYBYA3(y2mnF\"hNYBxtITHAOAiN,AoA\";i:2820;s:102:\"#M>hT?IU/A$AWHCt&aqI/TybxfO2:Cnj}B+A#(y29yLAiNkVJFDH&!eBgACi|BoIVZzX3e|+wCwARtIT=>GA(awCFBRmOAcA)azB*B\";i:2821;s:14:\"?2>hT?GU~@qCEA\";i:2822;s:55:\"vP=hT?GUNk\"lZLqCVElg*N+PXblB3L.4Fxrj}BnDRt2BJHNzRmY\"V\"A\";i:2823;s:56:\"vP=hT?GUO[xdYLqCVElg*NNK{OlB3L.4FxrjYB[BRt2BJHNzRmPtVABA\";i:2824;s:56:\"vP=hT?GUO[Y4YLqCVElg*NNKaSlB3L.4FxrjYBcCRt2BJHNzRm8WaABA\";i:2825;s:26:\"@2=hT?GUDClB%N.4Fxrj}BpDQA\";i:2826;s:26:\"Xx=hT?GUDClBZN.4Fxrj}BpDQA\";i:2827;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuW%tqI:$vbWAQA\";i:2828;s:24:\"zd=hT?GU.DlB.M.4Fx}MBABA\";i:2829;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:2830;s:59:\"J0=hT?GUjClBIM.4Fxs@AAeZ=hT?GUjClBAM.4Fxs@AAO/>hT?GUO[@QXLA\";i:2831;s:24:\"zd=hT?GU.DlB7L.4Fx~5DABA\";i:2832;s:12:\"(a=hT?GU/A$A\";i:2833;s:29:\"ou=hT?GUO[8MXLOWVElg*NNKpFlBA\";i:2834;s:13:\"nu>hT?GU~AlBA\";i:2835;s:46:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GUjClBAM.4FxrjDABA\";i:2836;s:13:\"z:>hT?GUXGlBA\";i:2837;s:13:\"z:>hT?GULKlBA\";i:2838;s:15:\"z:>hT?GUO[@QXLA\";i:2839;s:15:\"nu=hT?GUO[8MXLA\";i:2840;s:70:\"K0=hT?GU{JlBIM.4Fx}MOAeZ=hT?GU{JlBAM.4Fx}MOACt=hT?GU&FlB[N.4FxrjYBgAIA\";i:2841;s:67:\"3d=hT?GU.DlBbL.4Fx~5CA7y=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:2842;s:24:\"d#=hT?GUXGlBvL.4Fx~5DABA\";i:2843;s:12:\"(a=hT?GU/A$A\";i:2844;s:13:\"c#=hT?GUXGlBA\";i:2845;s:26:\"cS=hT?GU/A$A^CSOYMj<e\"hABA\";i:2846;s:12:\"Wx=hT?GU/A$A\";i:2847;s:144:\"gE=hT?GUuBlBEM.4Fx}M:Aq1=hT?GU~wlB7L.4Fx}M:A<v=hT?GU~wlB#P.4Fx}MBA%$>hT?GU}jNB:>ot,ub@y29yCte+_Q3nE30oJV5FmuLvSQ[zS>0WIoqI:$vbaU?D:C!ezXJI|+CACA\";i:2848;s:14:\"sP=hT?GU~@PBEA\";i:2849;s:15:\"VE?hT?GUNkTqdLA\";i:2850;s:13:\"nu=hT?GU~AlBA\";i:2851;s:15:\"z:>hT?GUO[@QXLA\";i:2852;s:61:\"ru=hT?GU4DlB)M.4Fxs@OA;C=hT?GUuBlBCO.4FxrjYB!AJt@\",ub@y2y(BtA\";i:2853;s:13:\"VE=hT?GUuBlBA\";i:2854;s:13:\"sP=hT?GUzClBA\";i:2855;s:69:\"aE=hT?GUuBlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAi\"+BJHNzRmQ\"H\"A\";i:2856;s:13:\"z:>hT?GUXGlBA\";i:2857;s:15:\"5}>hT?GUO[PjXLA\";i:2858;s:15:\"5}>hT?GUO[PjXLA\";i:2859;s:15:\"5}>hT?GUO[PjXLA\";i:2860;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:2861;s:59:\"J0=hT?GUkvlBIM.4Fxs@$AeZ=hT?GUkvlBAM.4Fxs@$AO/=hT?GUNk4rZLA\";i:2862;s:46:\"I0=hT?GUkvlBIM.4Fxrj(AeZ=hT?GUkvlBAM.4Fxrj(ABA\";i:2863;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:2864;s:12:\"Wx=hT?GU/A$A\";i:2865;s:13:\"nu=hT?GU~AlBA\";i:2866;s:150:\"yu=hT?GUO[8MXL|LVElg*NcBRt?BJHNzRm9(nAvW=hT?GU~@SBbLot,ub@y2_9BtK&_Q3nE3\"!vA6F@hT?GU}jEBz(rt,ub@y2DAyW4YqI:$vbvBi\"{BJHNz!PuW1RqI:$vbxfY4:CbfzXJI|+CACA\";i:2867;s:13:\"nu=hT?GU4DlBA\";i:2868;s:15:\"VE?hT?GUNkTqdLA\";i:2869;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:2870;s:13:\"EH?hT?GUuBlBA\";i:2871;s:14:\"EH?hT?GU}j@ACA\";i:2872;s:13:\"c#=hT?GU~AlBA\";i:2873;s:23:\"Xx=hT?GU/A$AEDSOYMtODtA\";i:2874;s:24:\"@2=hT?GUjClBAM.4Fx}MBABA\";i:2875;s:46:\"YE=hT?GUuBlBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBABA\";i:2876;s:34:\"XE=hT?GUuBlBIM.4Fx}MBA<v=hT?GU/A$A\";i:2877;s:34:\"XE=hT?GUuBlBIM.4Fx}MBA<v=hT?GU/A$A\";i:2878;s:46:\"YE=hT?GUuBlBIM.4Fx}MBAeZ=hT?GU{JlBAM.4Fx}MBABA\";i:2879;s:15:\"A^>hT?GUO[^XXLA\";i:2880;s:15:\"A^>hT?GUO[Q@YLA\";i:2881;s:56:\"ZE=hT?GUuBlBEM.4Fx}MBAq1=hT?GU/A$A^CSOYM)ZBt^X_Q3nE3kAgA\";i:2882;s:26:\"ou=hT?GU&FlB=N.4FxrjYBYAIA\";i:2883;s:27:\"cS=hT?GU/A$A!K[hT?GUNknuZLA\";i:2884;s:13:\"Wx=hT?GU{JlBA\";i:2885;s:15:\"VE?hT?GUO[SqYLA\";i:2886;s:15:\"F0>hT?GUO[0kaLA\";i:2887;s:87:\"tu=hT?GU4DlBnP.4Fxs@MANc=hT?GU.DlB,L.4Fxrj}BzDRtrBJHNzRm8WFAeZ>hT?GUO[SqYL.IVElg*NAbPtA\";i:2888;s:115:\"vu=hT?GUNk\"lXL(HVElg*N,AJt)\",ub@PP5FLvLvSQ[z@HCK$A>CSOYMXwBt+>_Q3nE30oK&5FD3LvSQ[zGFTP$ASDSOYMj<e\"gApI?hT?GUO[[9XLA\";i:2889;s:13:\"`)>hT?GU~AlBA\";i:2890;s:115:\"vu=hT?GUO[N/XLeGVElg*NNK=ZlBIM.4Fxs@CAeZ=hT?GUO[&aZL~FVElg*NXA3([\",ub@y29yCtVx_Q3nE30o/V5F}4LvSQ[zGFIQ$AfDSOYMifBtA\";i:2891;s:15:\"F0>hT?GUO[SqXLA\";i:2892;s:15:\"5}>hT?GUO[~lbLA\";i:2893;s:12:\"(a=hT?GU/A$A\";i:2894;s:15:\"F0>hT?GUO[SqXLA\";i:2895;s:13:\"nu=hT?GU~AlBA\";i:2896;s:13:\"nu=hT?GU4DlBA\";i:2897;s:48:\"I0=hT?GU~@aB/hjt,ub@MI5F2uLvSQ[zRh1W|LqI:$vbuAQA\";i:2898;s:13:\"yd=hT?GU.DlBA\";i:2899;s:13:\"bS?hT?GU~AlBA\";i:2900;s:37:\"e#=hT?GU~AlB%N.4FxrjBA[Q?hT?GUO[SqYLA\";i:2901;s:13:\"VE=hT?GUuBlBA\";i:2902;s:15:\"VE?hT?GUO[SqYLA\";i:2903;s:59:\"J0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUzClBAM.4Fx~5DA7y>hT?GUO[0kaLA\";i:2904;s:70:\"K0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUzClBAM.4Fx~5DA7y>hT?GUO[SqXLUEVElg*N*AIA\";i:2905;s:70:\"3d=hT?GU.DlBEM.4Fx}MBAq1=hT?GUTClB7L.4Fx}MBA<v=hT?GU/A$AyDSOYMj<cALABA\";i:2906;s:15:\"5}>hT?GUO[PjXLA\";i:2907;s:15:\"5}>hT?GUO[~lXLA\";i:2908;s:87:\"4d=hT?GU(ClB;L.4Fx~5CATq=hT?GU/A$A?CSOYMj<u\"fAU|>hT?GUO[#TaL:CVElg*Nj&OtPj_Q3nE3H#4Y6FA\";i:2909;s:23:\"5r=hT?GU/A$A}CSOYM@1DtA\";i:2910;s:15:\"),=hT?GUNk7yZLA\";i:2911;s:24:\"zd=hT?GU.DlBEM.4Fx~5DABA\";i:2912;s:12:\"(a=hT?GU/A$A\";i:2913;s:37:\"0d=hT?GU.DlBbL.4Fx}MCA|e=hT?GUNkF0ZLA\";i:2914;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:2915;s:15:\"9M=hT?GUO[3rXLA\";i:2916;s:26:\"ou=hT?GU~AlBnP.4FxrjYBIAIA\";i:2917;s:15:\"hg=hT?GUO[h=YLA\";i:2918;s:15:\"hg=hT?GUO[e+YLA\";i:2919;s:15:\"hg=hT?GUNkq1ZLA\";i:2920;s:15:\"KV=hT?GUNk?2ZLA\";i:2921;s:13:\"nu=hT?GU~AlBA\";i:2922;s:86:\"hS=hT?GU}j+AZL$(k)No3B:CQYzXJI{ZCA8y#(k)No3B:CAYzXJI{ZASZL,bVElg*NNKKClBbP.4FxrjYB_CQA\";i:2923;s:12:\"EH=hT?GUpA$A\";i:2924;s:12:\"EH=hT?GUpA$A\";i:2925;s:13:\"yd=hT?GU.DlBA\";i:2926;s:13:\"yd=hT?GU.DlBA\";i:2927;s:42:\"7}>hT?GUO[3rXLEUVElg*NNK(XlBhN.4FxrjYBrFQA\";i:2928;s:38:\"0d=hT?GU.DlB7L.4Fx}Mz$6FD3LvSQ[zGF@AgA\";i:2929;s:13:\"_X=hT?GUoDlBA\";i:2930;s:13:\"yd=hT?GU.DlBA\";i:2931;s:15:\"_X=hT?GUO[{eXLA\";i:2932;s:13:\"nu=hT?GU~AlBA\";i:2933;s:83:\"tu=hT?GUO[8MXLUkVElg*N+PxdlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgA&BJHNz{,vWA\";i:2934;s:15:\"9M?hT?GUO[h=ZLA\";i:2935;s:13:\"yd=hT?GU.DlBA\";i:2936;s:24:\"d#=hT?GUXGlBbL.4Fx~5CABA\";i:2937;s:132:\"fE=hT?GUuBlBEM.4Fx}Mz$6FgwLvSQ[zS>0WeGqI:$vb)qd\"^X_Q3nE3t`2AHO@hT?GU/A$AmDSOYM)ZBt4}_Q3nE30o<c5F/1LvSQ[zGF*R$A]CSOYMXwDt.o`Q3nE3sAgA\";i:2938;s:15:\"F0>hT?GUO[SqXLA\";i:2939;s:15:\"t8?hT?GUO[3rXLA\";i:2940;s:13:\"9M>hT?GUHGlBA\";i:2941;s:13:\"9M>hT?GUHGlBA\";i:2942;s:62:\"%M=hT?GUTClBEM.4Fx}Mz$6FgwLvSQ[zS>0WeGqI:$vb)qd\"^X_Q3nE3t`2ABA\";i:2943;s:122:\"xu=hT?GU~AlBbL.4FxrjKAYL=hT?GU~AlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZBt=J_Q3nE3kAgAuBJHNz?MuWhNqI:$vbSARtpBJHNz?MuW|LqI:$vbSAQA\";i:2944;s:80:\"su=hT?GUO[8MXLvDVElg*NrA3(>\",ub@y2aLJtVx_Q3nE30olB6F}4LvSQ[zGFIQ$AyDSOYMj<cALABA\";i:2945;s:113:\"vu=hT?GUO[8MXLvDVElg*NrA2W&\",ub@Lb5F{uLvSQ[zmA/hht,ub@y2^QCte+_Q3nE30oE06FZ1LvSQ[z6{zW;vqI:$vbaUg$:C$YzXJI{Z*zaLA\";i:2946;s:15:\"F0>hT?GUO[SqXLA\";i:2947;s:14:\"L&>hT?GU}jNBEA\";i:2948;s:13:\"L&>hT?GU>BlBA\";i:2949;s:60:\"2d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU>BlBgM.4Fx}M[+6F#zLvSQ[z@H>O$A\";i:2950;s:96:\"bE=hT?GUO[uWYL?DVElg*NNKGOlBCO.4FxrjYB0A2W|\",ub@y2d4LtXL_Q3nE30oY45FPzLvSQ[zGFDH$AIDSOYMj<tt`ACA\";i:2951;s:53:\"YE=hT?GUO[&aXL?DVElg*NNKfDlB9N.4Fx~5CA7y>hT?GUO[0kXLA\";i:2952;s:13:\"nu=hT?GU\"tlBA\";i:2953;s:13:\"yd=hT?GU.DlBA\";i:2954;s:133:\"8d=hT?GU(ClB;L.4Fx~5CATq=hT?GUnGlBbL.4Fx}MBA|e=hT?GU/A$A?CSOYM*+$klBKO.4Fxrj}B,DS\"~\",ub@y2S/LtPj_Q3nE3~R5A[Q>hT?GUNk%$ZL(,YESOYMifBtA\";i:2955;s:166:\"RH>hT?GUrKlBbL.4Fx}MCA7y=hT?GU~@SB/hjt,ub@WK5F2uLvSQ[zS>0W|LqI:$vb)qd\"lB`Q3nE3kAi\"$BJHNz?MuWcsqI:$vbaUmO:C]azXJI|+wC@IgApBJHNzLYvWl%qI:$vbWAQAHErI:$vbWAQA,ErI:$vbWAQA\";i:2956;s:13:\"nu=hT?GU~AlBA\";i:2957;s:13:\"nu=hT?GU4DlBA\";i:2958;s:29:\"cS=hT?GUNkQjYLEUVElg*NNKmelBA\";i:2959;s:37:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GUO[McZLA\";i:2960;s:13:\"nu=hT?GU4DlBA\";i:2961;s:27:\")a=hT?GUO[&aZL:CVElg*Nj&OtA\";i:2962;s:26:\"ou=hT?GU4DlBtN.4FxrjYB8EQA\";i:2963;s:86:\"tu=hT?GUO[8MXL*BVElg*NJA3(&\",ub@TD5FGuLvSQ[zEA:>ht,ub@Lb5F|7LvSQ[zGF&C$AyDSOYMj<cALABA\";i:2964;s:15:\"VE?hT?GUNkTqdLA\";i:2965;s:15:\"5}>hT?GUNkL&dLA\";i:2966;s:68:\"qu=hT?MUyFlB&!~A`B#(y2!FMt(anBlBFDSOYM@1EtDH_Q3nE3H#Pj6FT3LvSQ[z5AEA\";i:2967;s:26:\"zd=hT?GU)vlB_M.4Fxrj}BzJQA\";i:2968;s:24:\"WE?hT?GU\"tlB&O.4Fx}M<ABA\";i:2969;s:13:\"c#=hT?GU~AlBA\";i:2970;s:13:\"nu=hT?GU&FlBA\";i:2971;s:15:\"R@>hT?GUO[@QXLA\";i:2972;s:15:\"R@>hT?GUO[JVXLA\";i:2973;s:15:\"R@>hT?GUO[uWXLA\";i:2974;s:46:\"I0=hT?GU}DlBIM.4Fx~5FAeZ=hT?GU}DlBAM.4Fx~5FABA\";i:2975;s:51:\"1d=hT?GU.DlBbL.4Fx}MCAO/>hT?GUO[@QXL^XVElg*NNK9JlBA\";i:2976;s:116:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3BB$A[CSOYM)ZBtdZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuWIoqI:$vbaUvD:C3bzXJI|+wCwAQA\";i:2977;s:13:\"_X=hT?GUoDlBA\";i:2978;s:26:\"ou=hT?GUO[8MXLvDVElg*NrAIA\";i:2979;s:42:\"XE=hT?GUNkO/ZLlBVElg*NNKCqlBWO.4FxrjYBTBQA\";i:2980;s:64:\"ru=hT?GUO[8MXLPDVElg*NJAIAit,ub@=1hERt2BJHNzijrR$ApDSOYMj<cADABA\";i:2981;s:15:\"9M>hT?GUNk1kXLA\";i:2982;s:13:\"KV@hT?GUuBlBA\";i:2983;s:48:\"qu=hT?GU4DlB3L.4Fx}MKApI>hT?GU{JlB/N.4FxrjYBYAIA\";i:2984;s:13:\"yd=hT?GU.DlBA\";i:2985;s:13:\"nu>hT?GU\"tlBA\";i:2986;s:29:\"`X=hT?GUNkz:ZLcMVElg*N+P;flBA\";i:2987;s:26:\"`X=hT?GUO[jnYLcMVElg*NdAIA\";i:2988;s:26:\"cS=hT?GUzClB3L.4FxrjYBsAIA\";i:2989;s:26:\"`X=hT?GU}jLB/hlt,ub@=1tEQA\";i:2990;s:24:\"`X=hT?GUzClB.M.4Fx~5DABA\";i:2991;s:27:\"`X=hT?GUNkNcXLcMVElg*NAbOtA\";i:2992;s:70:\"3d=hT?GU.DlBrL.4Fx}MBApI=hT?GUcHlBvL.4Fxs@CA$T=hT?GUcHlB/N.4FxrjYBYAIA\";i:2993;s:14:\"9M=hT?GU}jKBEA\";i:2994;s:24:\"ou=hT?GU4DlB#L.4FxrjFABA\";i:2995;s:56:\"2d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwRtrP_Q3nE3Oa$A\";i:2996;s:14:\"L&=hT?GU~@FBEA\";i:2997;s:26:\"zd=hT?GU.DlB,L.4FxrjYBEEQA\";i:2998;s:15:\"5}?hT?GUO[5FXLA\";i:2999;s:100:\"5d=hT?GU.DlBEM.4Fxrj}BhDRtuBJHNz?MuWeGqI:$vbxf/1:CAYzXJI{ZCADt#(k)No+E:CvbzXJI|+wCoARt2BJHNzRmXttABA\";i:3000;s:24:\"zd=hT?GU.DlB3L.4Fx~5JABA\";i:3001;s:13:\"yd=hT?GU.DlBA\";i:3002;s:13:\"bS=hT?GUzClBA\";i:3003;s:37:\"#M>hT?GU/A$AJDSOYMj<ttABbLht,ub@Vd5FA\";i:3004;s:13:\"9M>hT?GUHGlBA\";i:3005;s:26:\"ou=hT?GU~AlBnP.4FxrjYBIAIA\";i:3006;s:26:\"zd=hT?GU.DlB(L.4Fxrj}BEEQA\";i:3007;s:42:\"{X=hT?GUNk,>ZLEUVElg*NNK*BlB.M.4Fxrj}BEEQA\";i:3008;s:13:\"F0=hT?GUDClBA\";i:3009;s:13:\"sP=hT?GUnGlBA\";i:3010;s:15:\"),=hT?GUNkNcYLA\";i:3011;s:226:\"oC1B+\",ub@qO5F+uLvSQ[zPAFtit,ub@y2mnNtaS_Q3nE3kAgAsBJHNz?MuW^XqI:$vb4Ci\"lBJHNzLYuW(HqI:$vbiARt*BJHNzRm)WuAYL>hT?GU/A$AhDSOYMj<cAHAO/=hT?GUNk2[ZLhNVElg*NNKwglB8M.4FxrjYBIAK\")vVElg*NNK$A$AQDSOYMj<cABA+hQizXJI|+CAx(F*LvSQ[zGFgAgA\";i:3012;s:125:\"7d=hT?GU(ClB;L.4Fxrj}BKES\"*\",ub@nH5F[tLvSQ[zGFWO$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNzRmPtoAvW=hT?GU~@eBbLkt,ub@y2`QLt0k_Q3nE3H#Sq6FA\";i:3013;s:13:\"\"l=hT?GU>BlBA\";i:3014;s:26:\"Rj=hT?GUO[(,ZL8MVElg*N*AIA\";i:3015;s:13:\"nu=hT?GU~AlBA\";i:3016;s:13:\"nu=hT?GU~AlBA\";i:3017;s:14:\"Qj=hT?GU~@FBEA\";i:3018;s:13:\"c#=hT?GU~AlBA\";i:3019;s:59:\"J0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[:CZLA\";i:3020;s:57:\"J0=hT?GUzClBIM.4Fx}MBAeZ=hT?GUzClBAM.4Fx}MBAO/>hT?GUXGlBA\";i:3021;s:15:\"5}>hT?GUO[SqXLA\";i:3022;s:15:\"5}>hT?GUO[BtXLA\";i:3023;s:88:\"Fm=hT?GUcHlBcM.4Fx}MCAeZ>hT?GU~AlBUUyt,ub@=11EQA2HrI:$vbWUc\"H7`Q3nE30oaS5FvzLvSQ[z@H4Q$A\";i:3024;s:15:\"`)=hT?GUNkhgYLA\";i:3025;s:35:\"Bm=hT?GUcHlBcM.4Fx}MBA;C?hT?GU~AlBA\";i:3026;s:13:\"yd=hT?GU.DlBA\";i:3027;s:50:\"vP=hT?GU/A$A=CSOYMj<u\"vA[Q=hT?GU/A$A[CSOYMj<u\"vABA\";i:3028;s:15:\"bS>hT?GUNk5}ZLA\";i:3029;s:12:\"\"l=hT?GU/A$A\";i:3030;s:29:\"?J=hT?GUNkNcXLqCVElg*N+PvDlBA\";i:3031;s:15:\"Wx>hT?GUO[5FXLA\";i:3032;s:13:\"nu=hT?GU4DlBA\";i:3033;s:15:\"),=hT?GUO[:CaLA\";i:3034;s:15:\"),=hT?GUO[C\"6FA\";i:3035;s:181:\"1u=hT?GU&FlBrL.4Fx}MBApI=hT?GUNkNcXLKCVElg*NJA3((\",ub@y2zWCtdZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSARt<BJHNz5uvW,7qI:$vbaU^3:CTXzXJI|+wCvDi\"+BJHNzRmQ\"H\"\"]_Q3nE30ooI5FA\";i:3036;s:77:\"su=hT?GU&FlB<M.4Fx~5IA};>hT?GUNkD\"6F:&LvSQ[z@H&K$AlDSOYMj<dtCAx(&(k)Noa.&$xWA\";i:3037;s:15:\":`=hT?GUNk9MXLA\";i:3038;s:26:\"!M>hT?GU/A$ANDSOYMj<sACABA\";i:3039;s:53:\"qu=hT?GU&FlB=N.4Fxrj}BUEQAEByD1+ITiLa\"k__Q3nE3H##^5FA\";i:3040;s:26:\"ou=hT?GU&FlB=N.4Fxrj}BUEQA\";i:3041;s:53:\"qu=hT?GU&FlB=N.4Fxrj}BUES\"?\",ub@y2PcBtk__Q3nE3H##^5FA\";i:3042;s:81:\"tu=hT?GU&FlB#L.4FxrjFAHO=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWtpqI:$vbxfv(:CA\";i:3043;s:15:\"yd=hT?GUNk;CaLA\";i:3044;s:26:\"Am=hT?GUNkVEaL_EVElg*NJAIA\";i:3045;s:26:\"Am=hT?GUcHlBcM.4Fxrj}BaEQA\";i:3046;s:90:\"tu=hT?GU&FlBEM.4Fxrj}B{CRtuBJHNz?MuWeGqI:$vbxfLv:CAYzXJI{ZCAx(1*LvSQ[z@HVR$AqDSOYMj<cADABA\";i:3047;s:26:\"Am=hT?GU?ulB_M.4Fxrj}BeEQA\";i:3048;s:46:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ABA\";i:3049;s:15:\"sP=hT?GUO[y:XLA\";i:3050;s:15:\"(a=hT?GUO[y:XLA\";i:3051;s:26:\"tP=hT?GU/A$A@CSOYMj<dtaACA\";i:3052;s:26:\"G0=hT?GUO[y:XLPDVElg*NJAIA\";i:3053;s:24:\"Am=hT?GUcHlBcM.4Fx}MBABA\";i:3054;s:15:\"R@@hT?GUNkpIaLA\";i:3055;s:30:\"LV=hT?GUNkU|ZL(,gESOYMj<u\"vABA\";i:3056;s:29:\"@2=hT?GUNkNcXL~FVElg*N+PvDlBA\";i:3057;s:26:\"ou=hT?GU&FlB=N.4Fxrj}BUEQA\";i:3058;s:39:\"pu=hT?GU&FlB=N.4FxrjYBYAK\"wt,ub@y2:hNtA\";i:3059;s:13:\">J=hT?GUDClBA\";i:3060;s:23:\"?J=hT?GU/A$A[CSOYMM%BtA\";i:3061;s:15:\"R@>hT?GUO[@QXLA\";i:3062;s:15:\"R@>hT?GUO[@QXLA\";i:3063;s:15:\"R@>hT?GUO[JVXLA\";i:3064;s:15:\"R@>hT?GUO[JVXLA\";i:3065;s:14:\"Qj}izXJI{ZRACA\";i:3066;s:14:\"Qj}izXJI{ZRACA\";i:3067;s:14:\"Qj}izXJI{ZRACA\";i:3068;s:27:\"Rj}izXJI{ZRAx(&(k)Noa.CtuWA\";i:3069;s:39:\"pu=hT?GU&FlB`N.4FxrjYBiA3(@\",ub@y2y(BtA\";i:3070;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:3071;s:15:\"R@>hT?GUO[@QXLA\";i:3072;s:24:\"ou=hT?GU~AlBvL.4Fxs@CABA\";i:3073;s:26:\"ou=hT?GU&FlB=N.4FxrjYBYAIA\";i:3074;s:45:\"vP=hT?GU/A$A=CSOYM@1DtoI_Q3nE3kAi\"oBJHNz`avWA\";i:3075;s:15:\"R@>hT?GUO[@QXLA\";i:3076;s:15:\"i=>hT?GUO[@QbLA\";i:3077;s:24:\"WE=hT?GUuBlB(L.4Fx}MCABA\";i:3078;s:13:\"_X>hT?GUuBlBA\";i:3079;s:15:\"KV@hT?GUO[1[XLA\";i:3080;s:119:\"wu=hT?GU&FlB#L.4Fxs@DA+h=hT?GU~@UBG\"$(k)No3B:C(XzXJI{ZCA7F#(k)NoBD:CrXzXJI{ZEAwW%(k)No3B:C{!IByD1+ITLANtk__Q3nE3H#Bt6FA\";i:3081;s:26:\"!M>hT?GUHGlB0M.4FxrjYBcEQA\";i:3082;s:15:\":`=hT?GUO[DHaLA\";i:3083;s:13:\"nu=hT?GU~AlBA\";i:3084;s:53:\"qu=hT?GU&FlB=N.4FxrjYBYAK\"wt,ub@y2d4Itk__Q3nE3H#Bt6FA\";i:3085;s:15:\"R@@hT?GUNk2[YLA\";i:3086;s:48:\"YE=hT?GUuBlBKO.4Fx}MBAU|>hT?GUO[~lXL,bVElg*NGBQA\";i:3087;s:15:\"R@@hT?GUNkpIaLA\";i:3088;s:29:\"`X=hT?GUO[:CZL.IVElg*NNK:ilBA\";i:3089;s:47:\"I0=hT?GU}jwC/hjt,ub@TD7F2uLvSQ[z>C2W+\",ub@TD7FA\";i:3090;s:14:\"sP=hT?GU~@jBEA\";i:3091;s:54:\"qu=hT?GU&FlB7L.4Fxrj}ByCQAbIrI:$vbxf_):C#bzXJI|+wCwAQA\";i:3092;s:47:\"I0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU}jwCbLjt,ub@TD7FA\";i:3093;s:25:\"tP=hT?GU/A$A@CSOYM*+4slBA\";i:3094;s:26:\"G0=hT?GUNkO/YLPDVElg*NJAIA\";i:3095;s:24:\"Am=hT?GUcHlBcM.4Fx}MBABA\";i:3096;s:27:\"tP=hT?GU}jUBG\"#(k)Noa.,>wWA\";i:3097;s:29:\"6}>hT?GUO[SqXL@QVElg*NNK,rlBA\";i:3098;s:15:\"5}>hT?GUO[PjXLA\";i:3099;s:72:\"su=hT?GUO[N/XL(HVElg*N,AJt)\",ub@PP5F%tLvSQ[z@HdB$A=CSOYMM%BtVx_Q3nE3]W$A\";i:3100;s:26:\"WE=hT?GUNkKVXLlBVElg*NRAIA\";i:3101;s:39:\"pu=hT?GUO[N/XLvDVElg*NrAK\"pt,ub@y2mnEtA\";i:3102;s:13:\"nu=hT?GU5wlBA\";i:3103;s:26:\")a=hT?GUYDlBCO.4Fxrj}BiEQA\";i:3104;s:94:\"uu=hT?GU4DlBUM.4FxrjBA;C=hT?GUcHlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMj<cAXA$T=hT?GU/A$ApDSOYMj<cADABA\";i:3105;s:13:\"nu=hT?GU4DlBA\";i:3106;s:15:\"nu=hT?GUO[8MXLA\";i:3107;s:29:\"ou=hT?GUO[8MXLFBVElg*NNK=JlBA\";i:3108;s:89:\"tu=hT?GUO[8MXLvDVElg*NrA3([\",ub@y2GtNtXL_Q3nE3t`2AO/>hT?GUO[@QXL@QVElg*NLAJt.\",ub@y2/>MtA\";i:3109;s:15:\"),=hT?GUNkpIYLA\";i:3110;s:15:\"),=hT?GUNk>JYLA\";i:3111;s:15:\"),=hT?GUNkYLYLA\";i:3112;s:15:\"),=hT?GUNkHOYLA\";i:3113;s:13:\"nu=hT?GU~AlBA\";i:3114;s:81:\"4d=hT?GU.DlB/N.4FxrjYBYA3(,\",ub@ma5FQwLvSQ[zMA/hjt,ub@uC5F2uLvSQ[zMAbLjt,ub@uC5FA\";i:3115;s:89:\"zP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWA\";i:3116;s:15:\"5}>hT?GUO[SqbLA\";i:3117;s:15:\"5}>hT?GUO[PjbLA\";i:3118;s:15:\"5}>hT?GUO[p1bLA\";i:3119;s:15:\"F0>hT?GUO[>2XLA\";i:3120;s:81:\"tu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWwwqI:$vbaU<c:CA\";i:3121;s:100:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbWAQA\";i:3122;s:12:\"sP=hT?GU/A$A\";i:3123;s:15:\">J>hT?GUO[N/YLA\";i:3124;s:13:\"bS=hT?GUzClBA\";i:3125;s:26:\"`X=hT?GU,GlB*N.4Fxrj}BmEQA\";i:3126;s:14:\"4r>hT?GU}jEBEA\";i:3127;s:26:\"tP=hT?GU/A$A@CSOYMj<cASABA\";i:3128;s:49:\"I0=hT?GUTClBIM.4Fx}M_=6F2uLvSQ[zXv1W|LqI:$vbu<f\"A\";i:3129;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU}jdBbLjt,ub@xJ5FA\";i:3130;s:48:\"I0=hT?GU~@dB/hjt,ub@xJ5F2uLvSQ[zGy1W|LqI:$vb2AQA\";i:3131;s:47:\"I0=hT?GUjClBIM.4FxrjDAeZ=hT?GU~@dBbLjt,ub@xJ5FA\";i:3132;s:25:\"`X=hT?GUoDlB.M.4Fx}Mo[6FA\";i:3133;s:14:\">J>hT?GU~@eBEA\";i:3134;s:13:\"_X=hT?GUMHlBA\";i:3135;s:48:\"I0=hT?GU~@dB/hjt,ub@MI5F2uLvSQ[z#31W|LqI:$vbuAQA\";i:3136;s:48:\"I0=hT?GU~@dB/hjt,ub@WK5F2uLvSQ[zGy1W|LqI:$vb6AQA\";i:3137;s:24:\"`X=hT?GU,GlB.M.4Fxs@EABA\";i:3138;s:13:\"_X=hT?GUMHlBA\";i:3139;s:50:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@=19ERtoBJHNzijzR$A\";i:3140;s:50:\"vP=hT?GU~@IB/hht,ub@=1jES\"(\",ub@=19ERtoBJHNzijzR$A\";i:3141;s:46:\"I0=hT?GUDClBIM.4Fxs@CAeZ=hT?GUDClBAM.4Fxs@CABA\";i:3142;s:37:\"XE=hT?GUd0lB,P.4Fxrj}BOIRtqBJHNz`a3WA\";i:3143;s:24:\"ig=hT?GUcHlB&O.4Fx}MMABA\";i:3144;s:13:\"nu=hT?GU\"tlBA\";i:3145;s:95:\"uu=hT?GU5wlBjL.4Fxrj}B@CRtoBJHNz?MvW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW4YqI:$vbaU]K:CA\";i:3146;s:12:\">J=hT?GU/A$A\";i:3147;s:119:\"Im=hT?GU/A$A~CSOYM)ZBt#T_Q3nE37D$A`CSOYMj<dt/AOc#(k)Noa.I7vWKCqI:$vbSAS\"(\",ub@TD5FWuLvSQ[zEA:>nt,ub@=10FS\">\",ub@y2b4DtA\";i:3148;s:15:\"F0>hT?GUO[Y4XLA\";i:3149;s:13:\"hg=hT?GU0vlBA\";i:3150;s:58:\"ru=hT?GU5wlB#L.4FxrjFApI=hT?GU/A$A[CSOYM*+~plBEM.4Fx}MBABA\";i:3151;s:48:\"qu=hT?GU5wlB#L.4Fxrj*A$T@hT?GUNk),cLlBVElg*NRAIA\";i:3152;s:72:\"3d=hT?GU(ClB^L.4Fxrj}BoEQA.\",ub@y2_9MtlB_Q3nE37D$A`CSOYM@1Dt=J_Q3nE37D$A\";i:3153;s:41:\"jg=hT?GUO[&aZLfTVElg*N6=Qte+_Q3nE30oJV5FA\";i:3154;s:15:\"F0>hT?GUO[95XLA\";i:3155;s:35:\"pu=hT?GU4DlBbL.4Fx}MJA;C?hT?GU~AlBA\";i:3156;s:14:\"\"l=hT?GU~@PBEA\";i:3157;s:26:\"M&>hT?GUuBlB_M.4Fxrj}B+AIA\";i:3158;s:15:\"hg=hT?GUO[&aZLA\";i:3159;s:61:\"2d=hT?GU(ClB;L.4Fx}Mf86F{uLvSQ[zkA:>nt,ub@=10FS\">\",ub@y2/>CtA\";i:3160;s:14:\"\"l=hT?GU~@jBEA\";i:3161;s:15:\"\"l=hT?GUO[y:XLA\";i:3162;s:13:\"_X=hT?GU,GlBA\";i:3163;s:70:\"su=hT?GU5wlB#L.4Fxs@DATq=hT?GU/A$AHDSOYM)ZBtrP_Q3nE3~R1A$T=hT?GU~@jBEA\";i:3164;s:15:\"hg=hT?GUO[&aZLA\";i:3165;s:101:\"6d=hT?GU/wlB,L.4FxrjEA;C=hT?GUd0lB(L.4Fxrj:AHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%ATq?hT?GUy1lBA\";i:3166;s:52:\"Cm=hT?GUO[McYL_EVElg*NJAIAit,ub@=1gFRtxBJHNzRm*(XBCA\";i:3167;s:15:\"5}>hT?GUO[SqXLA\";i:3168;s:15:\"5}>hT?GUO[PjXLA\";i:3169;s:15:\"F0>hT?GUO[PjXLA\";i:3170;s:15:\"5}>hT?GUO[95XLA\";i:3171;s:48:\"1d=hT?GU(ClBbL.4Fxrj:A|e=hT?GUd0lBrL.4Fxrj}BKKQA\";i:3172;s:12:\"/o?hT?GU/A$A\";i:3173;s:15:\"),=hT?GUNkbSeLA\";i:3174;s:26:\"`X=hT?GU,GlBgM.4Fxrj}BwEQA\";i:3175;s:13:\"_X=hT?GUMHlBA\";i:3176;s:83:\"4d=hT?GU.DlB,P.4Fxrj}BOIS\"+\",ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAz(nt,ub@y2PcBtA\";i:3177;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:3178;s:12:\"KV=hT?GU/A$A\";i:3179;s:26:\"?J=hT?GUnGlBzL.4Fxrj}B@CQA\";i:3180;s:12:\"KV=hT?GU/A$A\";i:3181;s:26:\"5r=hT?GUcHlB?L.4Fxrj}BoEQA\";i:3182;s:26:\"?J=hT?GU}jcB:>ht,ub@=10FQA\";i:3183;s:42:\"[2>hT?GUNkKVaL,bVElg*NNKTXlBbP.4FxrjYByIQA\";i:3184;s:15:\"?2>hT?GUNkvWaLA\";i:3185;s:67:\"h#=hT?GUXGlBbL.4Fx~5QAHO=hT?GU/A$A=CSOYMLUFtoI_Q3nE3`F$A[CSOYM)ZBtA\";i:3186;s:12:\">J=hT?GU/A$A\";i:3187;s:12:\"EH=hT?GUpA$A\";i:3188;s:15:\"?2>hT?GUNk_XaLA\";i:3189;s:15:\"?2>hT?GUNkeZaLA\";i:3190;s:15:\"?2>hT?GUNk(aaLA\";i:3191;s:15:\"?2>hT?GUNkvWaLA\";i:3192;s:15:\"?2>hT?GUNkpIXLA\";i:3193;s:13:\"yd=hT?GU.DlBA\";i:3194;s:139:\"8d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMj<dtvA^9#(k)NoBD:CWezXJI|+wC*Fi\"<BJHNzRmQ\"D\"0k`Q3nE30ovD6FB9LvSQ[zGF#L$A;DSOYMj<dt&Aa4$(k)Noa.U|uWA\";i:3195;s:15:\"KV=hT?GUO[3rYLA\";i:3196;s:29:\"cS=hT?GUO[uWYLOWVElg*NNKZFlBA\";i:3197;s:12:\"KV=hT?GU/A$A\";i:3198;s:35:\"e#=hT?GU~AlB#L.4FxrjFA;C=hT?GUuBlBA\";i:3199;s:12:\"KV=hT?GU/A$A\";i:3200;s:12:\"KV=hT?GU/A$A\";i:3201;s:15:\"_X=hT?GUO[jnYLA\";i:3202;s:15:\"hg=hT?GUNkNcaLA\";i:3203;s:15:\"hg=hT?GUNkydaLA\";i:3204;s:15:\"hg=hT?GUNkydYLA\";i:3205;s:15:\"hg=hT?GUNk|eaLA\";i:3206;s:35:\"0d=hT?GU(ClB;L.4Fx~5CAw(=hT?GUcHlBA\";i:3207;s:13:\"hg=hT?GUcHlBA\";i:3208;s:26:\"Xx>hT?GUO[5FXLvDVElg*NrAIA\";i:3209;s:82:\"tu=hT?GU4DlBnP.4FxrjYBIAJt&\",ub@/B5FRtLvSQ[zEA/hit,ub@TD5FPzLvSQ[zEAbLkt,ub@=1CFQA\";i:3210;s:84:\"tu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCApI=hT?GUNkvWXLkUVElg*NNKKClB~N.4Fxrj%ABA\";i:3211;s:15:\"sP>hT?GUNkhgaLA\";i:3212;s:13:\"?2>hT?GU:tlBA\";i:3213;s:69:\"7r?hT?GUO[@QXL7fVE^2*NRA3(y2PcK\"A$qI/TwbiARtITf4QAkn`Q3nF3)Ai\"ITf4QAB\";i:3214;s:15:\"nu=hT?GUNk+haLA\";i:3215;s:13:\"bS=hT?GUDClBA\";i:3216;s:81:\"4d=hT?GU.DlB,L.4FxrjYBEERtlBJHNzLYuWvDqI:$vbSARtmBJHNz`avWUEqI:$vbSARtoBJHNz`avWA\";i:3217;s:50:\"I0=hT?GU/A$ACDSOYMj<dtpA8y#(k)No3B:CAYzXJI|+wC7DgA\";i:3218;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3219;s:27:\"WE=hT?GU}j(AwW#(k)Noa.w(uWA\";i:3220;s:100:\"5d=hT?GU(ClB,L.4Fxrj}BLDRtrBJHNz)duWvDqI:$vbxfc<:C9ZzXJI{ZCAm_&(k)Noa.l_uW5FqI:$vbaU)U:C.YzXJI{ZXACA\";i:3221;s:15:\"5}>hT?GUO[~lXLA\";i:3222;s:15:\"F0>hT?GUO[~lXLA\";i:3223;s:13:\"nu>hT?GU~AlBA\";i:3224;s:13:\"nu=hT?GU~AlBA\";i:3225;s:15:\"/o=hT?GUNk1kaLA\";i:3226;s:15:\"4r=hT?GUNk1kaLA\";i:3227;s:15:\"),=hT?GUNk\"laLA\";i:3228;s:15:\"),=hT?GUO[BtZLA\";i:3229;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:3230;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:3231;s:15:\"5}>hT?GUO[SqXLA\";i:3232;s:12:\"/o=hT?GU/A$A\";i:3233;s:12:\"4r=hT?GU/A$A\";i:3234;s:12:\"/o=hT?GU/A$A\";i:3235;s:12:\"4r=hT?GU/A$A\";i:3236;s:12:\"4r=hT?GU/A$A\";i:3237;s:15:\"?2>hT?GUNk|eaLA\";i:3238;s:12:\"4r=hT?GU/A$A\";i:3239;s:72:\"3d=hT?GU(ClB,L.4FxrjYBACQA.\",ub@WK5FrvLvSQ[zEAbLht,ub@CG5FT3LvSQ[zGFFB$A\";i:3240;s:12:\"`)=hT?GU/A$A\";i:3241;s:143:\"yu=hT?GUO[8MXLi\"LvSQ[zSA/hit,ub@FN5FxtLvSQ[zkAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEA:>nt,ub@FN5FfzLvSQ[z@HfT$AhDSOYMj<e\"KAHO?hT?GUO[dZYLA\";i:3242;s:26:\"!M>hT?GUHGlBpN.4FxrjYB8AIA\";i:3243;s:13:\"bS=hT?GUnGlBA\";i:3244;s:12:\">J=hT?GU/A$A\";i:3245;s:24:\"zd=hT?GU(ClBcM.4Fx}MBABA\";i:3246;s:12:\"9M>hT?GU/A$A\";i:3247;s:360:\"oCaC;\",ub@cY5F\"&LvSQ[z@HnT$Aos[hT?GUNk/oaL(,kESOYMj<ttTBFtYzVElg*N+P>mlB.Q.4Fxrj}B>ERtJCJHNzij(R$AWC[hT?GU~@JBFt4zVElg*NM3Nt@Q|Q.4Fx}M]z6F?jLCJHNzij(R$A#3[hT?GUNkTqaL(,oESOYMj<u\"3A+h9jzXJI|+`D*JgAGg{Q3nE3H#K&6F@@VCJHNzRmXt3A+h`jzXJI|+`D*BgAak{Q3nE3H#Mc5F?jXCJHNzRmWAH\"@QJS.4Fxrj}B@AK\"M3VElg*N+PDHlBV%0t,ub@/B5F?jZCJHNzWHuWp1MJkcwY\"cC\"@QdS.4Fx~5AA+h&kzXJI{ZBACA\";i:3248;s:24:\"Am=hT?GU>BlBcM.4FxrjKABA\";i:3249;s:278:\"oCZ*EByD1+!R?IgALB{Q3nE3soyA+hljzXJI{Z,NaL(,VESOYM*+rjlBrfxt,ub@=1nEQA_NrI:$vbxfG>:C`RKByD1+IT6(d\"@Q<R.4Fxrj}B@EQADQrI:$vbxfG>:Cp`KByD1+IT6(d\"@Q}R.4Fxrj}B@AK\"H2VElg*N+PDHlBrf0t,ub@y2GtDt@QJS.4Fxrj}B@AK\"M3VElg*N+PDHlBV%0t,ub@/B5F?jZCJHNzWHuWp1MJkcwY\"cC\"@QdS.4Fx~5AA+h&kzXJI{ZBACA\";i:3250;s:73:\"E^@hT?GUNk/oaL(,jESOYMj<ttTBFt^yVElg*N+P>mlBUUzt,ub@y2S/OtT|`Q3nE3H#l%6FA\";i:3251;s:15:\"9M?hT?GUO[BtaLA\";i:3252;s:24:\"WE=hT?GU\"NlBjL.4Fx}MPABA\";i:3253;s:348:\"oC$YEByD1+IT[>d\"@Q0R.4Fxrj}B]EQA:LrI:$vbxfm>:CooJByD1+IT[>d\"T|`Q3nE3H#:&6Ff(LvSQ[zzb0Wp1pIkcwYtz|+:C{!JByD1+!R?IgAwC{Q3nE3soyA+hAizXJI{Z,NaL(,nESOYMj<u\"3A+h1jzXJI|+`D*JgA8e{Q3nE3H#K&6F?jVCJHNzRmXt3A+h=jzXJI|+`D*JgA@i{Q3nE3H#xd5F@@WCJHNzRmXtKA+hKkzXJI|+`D=BgAJn{Q3nE3H#xd5F?jYCJHNzRmXtKA+hikzXJI{ZBAx(_.LvSQ[zCAFtR4VElg*NFAK\"x4VElg*NFAK\"[4VElg*NFAIA\";i:3254;s:15:\"mB?hT?GUO[VxXLA\";i:3255;s:15:\"5}>hT?GUO[SqXLA\";i:3256;s:39:\"uP=hT?GU/A$AoDSOYMj<dtQBG\"#(k)Noa.eZwWA\";i:3257;s:106:\"dE=hT?GUcHlBrL.4FxrjKApI=hT?GUcHlBvL.4FxrjKA$T=hT?GUcHlBEM.4FxrjYBiCRtuBJHNz!PxWeGqI:$vbaU~l:CAYzXJI|+yACA\";i:3258;s:56:\"g#=hT?GULKlBbL.4Fxs@TAq1=hT?GU/A$AADSOYM)ZBt1[_Q3nE3LD$A\";i:3259;s:39:\"7}>hT?GUO[~lXL:CVElg*N=A2W@\",ub@y2_9BtA\";i:3260;s:12:\"(a=hT?GU/A$A\";i:3261;s:29:\"ou=hT?GUNk\"lXL(,2ESOYM*+JplBA\";i:3262;s:39:\"pu=hT?GUO[N/XLi\"LvSQ[zIAFtpt,ub@y2mnMtA\";i:3263;s:13:\"nu=hT?GU4DlBA\";i:3264;s:13:\"nu=hT?GU4DlBA\";i:3265;s:61:\"ru=hT?GUO[8MXL*BVElg*NdA3([\",ub@y2n_CtC\"qI:$vbWAQA>\",ub@^D5FA\";i:3266;s:70:\"bx>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5F7vLvSQ[zEAG\"$(k)No3B:C(XzXJI{ZCACA\";i:3267;s:108:\"vu=hT?GU4DlB#L.4Fxs@DAw(=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuW[9qI:$vbaUGu:CpdzXJI|+wC/FgA^BJHNzRm8WhABA\";i:3268;s:13:\"nu=hT?GU~AlBA\";i:3269;s:13:\"nu=hT?GU4DlBA\";i:3270;s:13:\"yd=hT?GU.DlBA\";i:3271;s:14:\"),?hT?GU~@ZBEA\";i:3272;s:26:\"{)=hT?GUcHlBPP.4Fxrj}BvBQA\";i:3273;s:26:\"zd=hT?GU.DlB,L.4Fxrj}BzDQA\";i:3274;s:15:\"z:>hT?GUO[@QXLA\";i:3275;s:13:\"nu=hT?GU~AlBA\";i:3276;s:15:\"z:>hT?GUO[@QXLA\";i:3277;s:13:\"nu=hT?GU~AlBA\";i:3278;s:13:\"nu=hT?GU~AlBA\";i:3279;s:13:\"nu=hT?GU~AlBA\";i:3280;s:13:\"_X=hT?GUMHlBA\";i:3281;s:13:\"nu=hT?GU4DlBA\";i:3282;s:26:\"`X=hT?GUoDlB*N.4FxrjYBWAIA\";i:3283;s:29:\"`X=hT?GUO[{eXLEUVElg*NNK`BlBA\";i:3284;s:15:\"5}?hT?GUO[5FXLA\";i:3285;s:26:\"zd=hT?GU.DlBpN.4Fxrj}ByKQA\";i:3286;s:159:\"!d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU>BlBbL.4Fx}Mo[6F{uLvSQ[z#31WvDqI:$vbaU}4:C+WzXJI{ZCA,h#(k)No3B:CLXzXJI|+wCLHi\"$BJHNzijnV$AIESOYMj<ttVBG\")(k)Noa.pIyW1RqI:$vbA2e\"A\";i:3287;s:15:\"(a=hT?GUO[oIZLA\";i:3288;s:12:\"(a=hT?GU/A$A\";i:3289;s:13:\"yd=hT?GU.DlBA\";i:3290;s:15:\"5}>hT?GUO[SqbLA\";i:3291;s:13:\"z:>hT?GUXGlBA\";i:3292;s:15:\"z:>hT?GUO[@QXLA\";i:3293;s:13:\"z:>hT?GULKlBA\";i:3294;s:15:\"z:>hT?GUO[s8XLA\";i:3295;s:103:\"0P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE30orP5FWuLvSQ[zEAyWjt,ub@TD5FgwLvSQ[zEAbLit,ub@TD5FAwLvSQ[zEAEA*(k)No|B;CA\";i:3296;s:39:\"pu=hT?GUO[8MXLvDVElg*NrAJt(\",ub@y2PcEtA\";i:3297;s:64:\"ru=hT?GUO[8MXLvDVElg*NrA3(&\",ub@y2PcEt1[_Q3nE30ooI5Fp1LvSQ[zFAEA\";i:3298;s:173:\"5P=hT?GU~@jB/hht,ub@,n5FQwLvSQ[zEA/hjt,ub@y2y(Gt8M_Q3nE3kAi\"tBJHNzRmQ\"N\"E0`Q3nE3kAgA}BJHNzijoS$AmDSOYM*+$klBCO.4Fxrj}B}ES\">\",ub@y2cLCtXL_Q3nE3zD$ASDSOYMj<sAgAO/=hT?GUNk2[ZLA\";i:3299;s:12:\">J=hT?GU/A$A\";i:3300;s:15:\">J=hT?GUO[y:XLA\";i:3301;s:29:\"6}>hT?GUO[muXL1RVElg*NNKJllBA\";i:3302;s:29:\"6}>hT?GUO[BtXL1RVElg*NNK/FlBA\";i:3303;s:29:\"6}>hT?GUO[SqXL1RVElg*NNK~FlBA\";i:3304;s:95:\"LH>hT?GUNk6FZLi\"LvSQ[z#31W(HqI:$vb)qg\"dZ_Q3nE3kAi\"uBJHNz?MuWeGqI:$vbSARttBJHNz?MuW!mqI:$vb\"Ic\"A\";i:3305;s:113:\"vu=hT?GU4DlB#L.4FxrjFA+h=hT?GUO[~lYLi\"LvSQ[z#31W(HqI:$vb)qg\"4}_Q3nE30oJV5FmuLvSQ[zS>0W4YqI:$vb)qg\"0k_Q3nE3H#5*6FA\";i:3306;s:15:\"5}>hT?GUO[$$aLA\";i:3307;s:13:\"nu=hT?GU~AlBA\";i:3308;s:26:\"zd=hT?GU.DlBpN.4FxrjYB8AIA\";i:3309;s:15:\"F0>hT?GUO[E0XLA\";i:3310;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3311;s:15:\"sP>hT?GUNk7yaLA\";i:3312;s:72:\"su=hT?GU4DlB#L.4Fxs@DA;C=hT?GUuBlB(L.4Fx}MCA+hQizXJI|+CAx(//LvSQ[zGFvL$A\";i:3313;s:13:\"z:=hT?GU\"tlBA\";i:3314;s:15:\"sP=hT?GUO[xdXLA\";i:3315;s:15:\"bS=hT?GUO[xdXLA\";i:3316;s:26:\"Xx>hT?GUO[5FXLvDVElg*NrAIA\";i:3317;s:118:\"wu=hT?GU4DlBnP.4Fxs@MA<v>hT?GUO[5FXLvDVElg*NfA2W*\",ub@TD5FrvLvSQ[zEAbLht,ub@CG5F{uLvSQ[zIAyWkt,ub@y2RcPt@QIR.4FxrjBABA\";i:3318;s:13:\"nu=hT?GU~AlBA\";i:3319;s:13:\"nu=hT?GU\"tlBA\";i:3320;s:13:\"9M=hT?GU~AlBA\";i:3321;s:35:\"0d=hT?GU(ClB?L.4Fx~5CAYL=hT?GU~AlBA\";i:3322;s:13:\"nu=hT?GU\"tlBA\";i:3323;s:13:\"Wx>hT?GUGJlBA\";i:3324;s:13:\"nu=hT?GU~AlBA\";i:3325;s:13:\"nu=hT?GU4DlBA\";i:3326;s:13:\"nu=hT?GU~AlBA\";i:3327;s:14:\"?2>hT?GU}jWBEA\";i:3328;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:3329;s:13:\">J=hT?GU:tlBA\";i:3330;s:27:\"FH>hT?GUNk6FZL?DVElg*NLKPtA\";i:3331;s:13:\"bS=hT?GU:tlBA\";i:3332;s:26:\"ou=hT?GUO[8MXLi\"LvSQ[zIAEA\";i:3333;s:56:\"2d=hT?GU.DlBrL.4Fx}MBApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA\";i:3334;s:133:\"7d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbtfe\"@QtS.4Fx}Ms*6F@@cCJHNzijoS$ALT]hT?IUO[GOaL#z@H1BlBQGkcwYtzp@:CA\";i:3335;s:27:\"ou=hT?GUNk\"lXL.IVElg*NAbPtA\";i:3336;s:24:\"Am=hT?GUd0lBcM.4Fx}M%ABA\";i:3337;s:13:\"\"l=hT?GU?ulBA\";i:3338;s:83:\"4d=hT?GU.DlBEM.4Fx}MDAq1=hT?GU/A$A^CSOYM*+Bt^X_Q3nE3kAi\"<BJHNzRmXt5A,>?hT?GUO[DHZLA\";i:3339;s:12:\"(a=hT?GU/A$A\";i:3340;s:13:\"nu=hT?GU4DlBA\";i:3341;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3342;s:74:\"3d=hT?GU.DlB,L.4FxrjYB`DRtlBJHNzij=L$A>CSOYMj<cAGApI=hT?GUcHlBzL.4FxrjKABA\";i:3343;s:49:\"YE=hT?GU}j(AwW#(k)No|B:CrXzXJI{ZSA]Q&(k)Noa.%T1WA\";i:3344;s:140:\"vu=hT?MUyFlB&!~A`B#(y2!FMt(anBlB2DSOYMj<sA6AvW?hT?GUNkZ4aL9ZVElg*N+P.olBuO.4Fxrj}BJFRt:BJHNzRmQ\"D\"@Q`Q3nE30ooI5Fy6LvSQ[zGFFB$ArDSOYMj<cADABA\";i:3345;s:109:\"RV?hT?GUNk!5aLdZVElg*N+P}olBqO.4Fxrj}BLFS\"_\",ub@y2#yPtrP`Q3nE30oyK5Fi6LvSQ[zGFdB$A8DSOYMj<dtHAx(&(k)Noa.TquWA\";i:3346;s:55:\"NV?hT?GUNkI7aLdZVElg*N+PNplBqO.4Fxrj}BNFS\"_\",ub@y2d4PtA\";i:3347;s:86:\"ru=hT?MUyFlB&!~A`B#(y2!FMt(anBlB2DSOYMj<sA6AvW?hT?GUNkZ4aL9ZVElg*N+P.olBuO.4Fxrj}BJFQA\";i:3348;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3349;s:60:\"TjXlzXJI|+`DVFgAj5{Q3nE3H##^5F@@eCJHNzRm*(dA+hIizXJI|+`DVFgA\";i:3350;s:71:\"ZE=hT?GUuBlB(|1t,ub@y2y(Bt@Q9S.4FxrjYBYAK\"$7VElg*NNKKClB&qxt,ub@y2y(BtA\";i:3351;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3352;s:60:\"TjXlzXJI|+wC8AQA#crI:$vbaUZF:CooPByD1+IT=>D\"@QER.4FxrjYBeAIA\";i:3353;s:84:\"ru=hT?MUyFlB&!~A`B#(tV@Q=ZQArn((k)Noa.f+xW6yqI:$vbaUyq:C_czXJI|+wCdFgA:BJHNzRm8WeABA\";i:3354;s:84:\"ru=hT?MUyFlB&!~A`B#(tV@Q=ZQArn((k)Noa.}e1W6yqI:$vbxf6]:C_czXJI|+`DeKgA:BJHNzRm*(6ABA\";i:3355;s:13:\"VE=hT?GUuBlBA\";i:3356;s:71:\"ZE=hT?GU>BlB(|1t,ub@y2y(Bt@Q9S.4FxrjYBYAK\"$7VElg*NNKKClB&qxt,ub@y2y(BtA\";i:3357;s:60:\"TjXlzXJI|+wCwAQA#crI:$vbaUUE:CooPByD1+ITItD\"@QER.4FxrjYBYAIA\";i:3358;s:60:\"TjXlzXJI|+wC8AQA#crI:$vbaUZF:CooPByD1+IT=>D\"@QER.4FxrjYBeAIA\";i:3359;s:34:\"MV=hT?GU/A$ApDSOYMLUDt^X_Q3nE3kAgA\";i:3360;s:15:\">J=hT?GUO[&aYLA\";i:3361;s:34:\"@J=hT?GU/A$ApDSOYM@1Et&a_Q3nE3kAgA\";i:3362;s:26:\"d#=hT?GULKlBzL.4FxrjYB;BQA\";i:3363;s:13:\"bS=hT?GU^ClBA\";i:3364;s:59:\"J0=hT?GUnGlBIM.4Fx}MJAeZ=hT?GUnGlBAM.4Fx}MJAO/>hT?GUO[@QXLA\";i:3365;s:71:\"aE=hT?GU}j(AwW#(k)Noa.,h1WvDqI:$vb6ARtmBJHNz`avWUEqI:$vb6ARtoBJHNz`avWA\";i:3366;s:48:\"[J=hT?GUNElBzL.4Fxs@FApI>hT?GU/A$ApDSOYMj<cADABA\";i:3367;s:26:\"ou=hT?GUO[8MXL*BVElg*NdAIA\";i:3368;s:15:\"KV=hT?GUO[+>XLA\";i:3369;s:94:\"5d=hT?GU(ClB,L.4FxrjYBEERtrBJHNz?MuWyKqI:$vbSAQA.\",ub@TD5FrvLvSQ[zEAbLkt,ub@=1CFQAiDrI:$vbWAQA\";i:3370;s:100:\"dx>hT?GUO[5FXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAG\")(k)Noa.pIyW2!qI:$vbWUf\"JV`Q3nE30o:C6FR9LvSQ[zGF#L$A\";i:3371;s:160:\"#d=hT?GU(ClB,L.4FxrjYB`DRtsBJHNz?MuW@QqI:$vbSAS\"*\",ub@TD5FRtLvSQ[zIA/hnt,ub@MI5F[tLvSQ[zEA/hht,ub@Vd5FGuLvSQ[zEA:>ht,ub@Vd5FQwLvSQ[zkAbLit,ub@WK5FT3LvSQ[zGFFB$A\";i:3372;s:15:\"nu=hT?GUO[8MXLA\";i:3373;s:29:\"6}>hT?GUO[SqXL:CVElg*N+P9plBA\";i:3374;s:13:\"nu=hT?GU~AlBA\";i:3375;s:24:\"zd=hT?GU.DlBvL.4Fx}MJABA\";i:3376;s:12:\"bS=hT?GU/A$A\";i:3377;s:13:\"nu=hT?GU~AlBA\";i:3378;s:70:\"K0=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUO[3rbL/VVElg*N)FQA\";i:3379;s:13:\"VE=hT?GUuBlBA\";i:3380;s:13:\"VE=hT?GUuBlBA\";i:3381;s:15:\"Wx>hT?GUO[5FXLA\";i:3382;s:15:\"z:=hT?GUNk%$aLA\";i:3383;s:13:\"yd=hT?GU.DlBA\";i:3384;s:12:\">J>hT?GU/A$A\";i:3385;s:13:\"nu=hT?GU~AlBA\";i:3386;s:13:\"yd=hT?GU.DlBA\";i:3387;s:48:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBjL.4Fxrj}BgAIA\";i:3388;s:13:\"VE=hT?GUuBlBA\";i:3389;s:13:\"nu=hT?GU4DlBA\";i:3390;s:13:\"yd=hT?GU.DlBA\";i:3391;s:13:\"z:>hT?GUXGlBA\";i:3392;s:15:\"z:>hT?GUO[@QXLA\";i:3393;s:13:\"z:>hT?GULKlBA\";i:3394;s:15:\"z:>hT?GUO[s8XLA\";i:3395;s:56:\"IH=hT?GUpA$A?CSOYM)ZBtUE_Q3nE3kAgAoBJHNzRmuW_EqI:$vbSAQA\";i:3396;s:13:\"yd=hT?GU.DlBA\";i:3397;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWv(qI:$vbtLgA\";i:3398;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2y(BtA\";i:3399;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2F\"uWA\";i:3400;s:39:\"pu=hT?GU&FlB5N.4FxrjYBKAK\"ot,ub@y2n_BtA\";i:3401;s:37:\"e#=hT?GUXGlB3L.4Fx}MKApI>hT?GUO[oIZLA\";i:3402;s:170:\"0u=hT?GU4DlBlN.4FxrjYBIA3()\",ub@Vd5F[tLvSQ[zGF=B$A=CSOYMj<dtKA,h#(k)No3B:CLXzXJI{ZCAZL$(k)No>M:CQYzXJI{ZHA8y#(k)No>M:CAYzXJI{ZHA7F((k)Noa.U|0WcsqI:$vbaU.I:C]azXJI|+wCdBgA\";i:3403;s:15:\"L&>hT?GUO[=JXLA\";i:3404;s:15:\"L&>hT?GUO[XLXLA\";i:3405;s:29:\"6}>hT?GUO[PjXL1RVElg*NNKemlBA\";i:3406;s:29:\"6}>hT?GUNk+hYL1RVElg*N+PCqlBA\";i:3407;s:24:\"zd=hT?GU.DlBbL.4Fx}MCABA\";i:3408;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:3409;s:13:\"VE=hT?GUuBlBA\";i:3410;s:15:\"L&>hT?GUNkw(aLA\";i:3411;s:15:\"L&>hT?GUO[PjYLA\";i:3412;s:37:\"0d=hT?GU.DlBbL.4Fx}MCAeZ>hT?GUO[3raLA\";i:3413;s:13:\"yd=hT?GU.DlBA\";i:3414;s:111:\"1P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW.oqI:$vbwCgA`BJHNz!P2WA\";i:3415;s:59:\"ru=hT?GUO[8MXLeGVElg*N/A3(+\",ub@%Z5F2uLvSQ[zkAbLjt,ub@%Z5FA\";i:3416;s:40:\"7}>hT?GUO[95XL:CVElg*Nj&OtVx_Q3nE3t`2ABA\";i:3417;s:15:\"5}>hT?GUNk+hYLA\";i:3418;s:49:\"qu=hT?GUO[8MXLi\"LvSQ[zIA/hit,ub@TD5FlxLvSQ[ztN1WA\";i:3419;s:15:\"5}>hT?GUO[SqXLA\";i:3420;s:13:\"bS?hT?GU~AlBA\";i:3421;s:118:\"XjtjzXJI|+`D2KgAXd{Q3nE3H#r?6F?jVCJHNzRm)W8A+h=jzXJI|+`D2Ki\"JCJHNzRm)WJA+h;hzXJI|+`D5BgAwC{Q3nE3H#Ca5F?jLCJHNzRm)WJABA\";i:3422;s:70:\"bx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3423;s:13:\"VE?hT?GU~AlBA\";i:3424;s:46:\"qu=hT?GU~AlBUM.4Fxs@IANc=hT?GU.DlBbL.4Fx}MCABA\";i:3425;s:13:\"nu=hT?GU4DlBA\";i:3426;s:13:\"nu=hT?GU4DlBA\";i:3427;s:59:\"ax>hT?GUO[5FXLvDVElg*NrA2W*\",ub@TD5FrvLvSQ[zEAbLht,ub@CG5FA\";i:3428;s:91:\"j#=hT?GUXGlB#L.4FxrjFA;C=hT?GU}jCB/hit,ub@TD5F[tLvSQ[zEA/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FA\";i:3429;s:92:\"dx>hT?GUO[5FXLvDVElg*NrA2W&\",ub@CG5F{uLvSQ[zIAc4ht,ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3430;s:50:\"NV@hT?GUuBlBnL.4FxrjYB!A3()\",ub@y2n_Ct(,_Q3nE3)AgA\";i:3431;s:13:\"hg=hT?GUuBlBA\";i:3432;s:13:\"VE=hT?GUuBlBA\";i:3433;s:29:\"Am=hT?GUNkf+aLNJVElg*N+PFhlBA\";i:3434;s:15:\"\"l=hT?GUNk),aLA\";i:3435;s:15:\"F0>hT?GUO[muXLA\";i:3436;s:15:\"5}>hT?GUO[SqXLA\";i:3437;s:175:\"#d=hT?GU(ClB,L.4FxrjYBiERtrBJHNz?MuW=JqI:$vbSAS\":\",ub@[p5FRtLvSQ[zIA/hit,ub@CG5FfzLvSQ[zEAyWkt,ub@y2d4Mtp1_Q3nE30oIo6F6yLvSQ[zGFgAgA}K{Q3nE30o:C5F:yLvSQ[zGFgAgAiM{Q3nE30o:C5FA\";i:3438;s:69:\"3d=hT?GU.DlBrL.4Fxs@CApI=hT?GU/A$A@CSOYMM%Bt=J_Q3nE3kAgA&BJHNzRmQ\"D\"A\";i:3439;s:166:\"zu=hT?GU4DlBUM.4Fxs@IANc=hT?GU.DlB,L.4Fxrj}BsCS\":\",ub@[p5FRtLvSQ[zIAyWot,ub@y2y(Bt0k_Q3nE3H#.o6F#zLvSQ[zGFYQ$APDSOYMj<cABA+hoizXJI|+wCQARt1BJHNzRmQ\"C\"@QYR.4FxrjYBIAIA\";i:3440;s:60:\"wP=hT?GU~@&AZL$(k)No3B:CQYzXJI{Z_{aLPDVElg*NJA2W+\",ub@=10FQA\";i:3441;s:59:\"2d=hT?GU(ClB;L.4Fx~5CAkn=hT?GU/A$A;CSOYMXwBtp1_Q3nE3H#gg6FA\";i:3442;s:15:\"sP=hT?GUNkO/aLA\";i:3443;s:26:\":o=hT?GUO[{eXL8MVElg*N*AIA\";i:3444;s:26:\"5r=hT?GUO[{eXL8MVElg*N*AIA\";i:3445;s:53:\"qu=hT?GU&FlB`N.4FxrjYBiA3()\",ub@y2RcQtk__Q3nE30ooI5FA\";i:3446;s:62:\"lg=hT?GUcHlBEM.4FxrjYBiCRtuBJHNz!PxWeGqI:$vbaU~l:CAYzXJI|+yACA\";i:3447;s:13:\"_X=hT?GUoDlBA\";i:3448;s:13:\"_X=hT?GU,GlBA\";i:3449;s:101:\"dx>hT?GUO[5FXLvDVElg*NrAJt+\",ub@y2y(Ht&a_Q3nE3_I$A^CSOYMj<cAbA<v=hT?GU>RlB&O.4FxrjYBYAK\"st,ub@y2PcJtA\";i:3450;s:100:\"dx>hT?GUO[5FXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAG\")(k)Noa.pIyW2!qI:$vbWUf\"JV`Q3nE30o:C6FR9LvSQ[zGF#L$A\";i:3451;s:13:\"VE=hT?GUuBlBA\";i:3452;s:55:\"I0=hT?GUO[oIZL!GVElg*NNK4YlB7L.4FxrjYB{CRttBJHNzRmQ\"T\"A\";i:3453;s:59:\"ru=hT?GU4DlB#L.4FxrjFA+h=hT?GUNk};aLlBVElg*NRA3(,\",ub@ma5FA\";i:3454;s:24:\"zd=hT?GU.DlB.M.4Fx}MBABA\";i:3455;s:15:\"(a=hT?GUO[oIZLA\";i:3456;s:15:\"),=hT?GUNki=aLA\";i:3457;s:12:\"(a=hT?GU/A$A\";i:3458;s:62:\"2d=hT?GU.DlBEM.4FxrjYB;BRtuBJHNz?MuWeGqI:$vbaURd:CAYzXJI{ZCACA\";i:3459;s:12:\"F0=hT?GU/A$A\";i:3460;s:12:\"(a=hT?GU/A$A\";i:3461;s:12:\"(a=hT?GU/A$A\";i:3462;s:82:\"tu=hT?GU4DlBbL.4Fx}M,E6F%tLvSQ[zGFKC$A?CSOYM@1DtUE_Q3nE37D$A@CSOYM@1Dt=J_Q3nE37D$A\";i:3463;s:26:\"zd=hT?GU.DlB,L.4Fxrj}BzDQA\";i:3464;s:13:\"yd=hT?GU.DlBA\";i:3465;s:13:\"VE?hT?GU~AlBA\";i:3466;s:69:\"7r?hT?GUO[@QXL7fVE^2*NRA3(y2PcK\"A$qI/TwbiARtITf4QAkn`Q3nF3)Ai\"ITf4QAB\";i:3467;s:15:\"`)?hT?GUO[UEZLA\";i:3468;s:57:\"2d=hT?GU.DlBrL.4Fx}M%ApI=hT?GUd0lBvL.4Fx}M/A$T=hT?GUd0lBA\";i:3469;s:13:\"(a=hT?GU>RlBA\";i:3470;s:57:\"2d=hT?GU.DlBrL.4Fxrj~A]Q#(k)No4O;CDXzXJI{ZnB:>ht,ub@Vd7FA\";i:3471;s:24:\"G0=hT?GU>RlB7L.4FxrjZABA\";i:3472;s:13:\"c#=hT?GUYzlBA\";i:3473;s:23:\"5r=hT?GU/A$A=CSOYM)ZBtA\";i:3474;s:58:\"J0=hT?GUDClBIM.4Fxs@CAeZ=hT?GUDClBAM.4Fxs@CA%$>hT?GU}jNBEA\";i:3475;s:67:\"3d=hT?GU(ClB,L.4Fx~5IA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWA\";i:3476;s:27:\"`X=hT?GU}j4CbLot,ub@y2_9RtA\";i:3477;s:25:\"G0=hT?GU~@jBbLit,ub@TD7FA\";i:3478;s:15:\"F0>hT?GUO[jnXLA\";i:3479;s:15:\"F0>hT?GUO[.oXLA\";i:3480;s:15:\"5}>hT?GUO[SqbLA\";i:3481;s:15:\"5}>hT?GUO[~lbLA\";i:3482;s:12:\"9M>hT?GU/A$A\";i:3483;s:62:\"IH=hT?GU~AlBrL.4Fx}MBApI=hT?GUNk,>aLKCVElg*N+P,rlBzL.4Fx}MBABA\";i:3484;s:13:\"bS=hT?GU:tlBA\";i:3485;s:12:\"EH=hT?GUpA$A\";i:3486;s:12:\">J=hT?GU/A$A\";i:3487;s:24:\"WE=hT?GUuBlBjL.4Fx}MBABA\";i:3488;s:15:\"VE=hT?GUNk2[aLA\";i:3489;s:15:\"VE=hT?GUNkA^aLA\";i:3490;s:15:\"VE=hT?GUNkl_aLA\";i:3491;s:15:\"VE=hT?GUNk:`aLA\";i:3492;s:15:\"VE=hT?GUNkU|aLA\";i:3493;s:15:\"nu=hT?GUO[8MXLA\";i:3494;s:14:\"bS@hT?GU~@NBEA\";i:3495;s:13:\"nu=hT?GU~AlBA\";i:3496;s:12:\"(a=hT?GU/A$A\";i:3497;s:13:\"nu=hT?GU4DlBA\";i:3498;s:13:\"nu=hT?GU~AlBA\";i:3499;s:14:\"),=hT?GU}j8CEA\";i:3500;s:13:\"nu=hT?GU~AlBA\";i:3501;s:13:\"_X=hT?GUpwlBA\";i:3502;s:15:\"5}>hT?GUO[95XLA\";i:3503;s:39:\"pu=hT?GUO[8MXL(HVElg*NLAK\"pt,ub@y2mnMtA\";i:3504;s:24:\"tP=hT?GU:tlBvL.4Fx}M%ABA\";i:3505;s:13:\"nu=hT?GU\"tlBA\";i:3506;s:13:\"nu=hT?GU~AlBA\";i:3507;s:15:\"),>hT?GUO[=JZLA\";i:3508;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3509;s:38:\"uP@hT?GU:tlB(P.4Fx}Mw58Fx9LvSQ[zGF@Y$A\";i:3510;s:59:\"wP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWPjqI:$vbaUBN:CA\";i:3511;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3512;s:13:\"nu=hT?GU~AlBA\";i:3513;s:14:\"_X=hT?GU~@SBEA\";i:3514;s:29:\"?J>hT?GUO[:CZL^XVElg*N+P<slBA\";i:3515;s:12:\"bS=hT?GU/A$A\";i:3516;s:70:\"su=hT?GUO[8MXL(HVElg*NLA2W(\",ub@TD5FxtLvSQ[zEAz(ht,ub@TD5FWuLvSQ[zEAEA\";i:3517;s:24:\"ou=hT?GU4DlBUM.4FxrjBABA\";i:3518;s:13:\"nu=hT?GU~AlBA\";i:3519;s:13:\"nu=hT?GU~AlBA\";i:3520;s:13:\"nu=hT?GU4DlBA\";i:3521;s:13:\"nu=hT?GU~AlBA\";i:3522;s:15:\"bS=hT?GUO[jncLA\";i:3523;s:15:\"z:=hT?GUNkWxaLA\";i:3524;s:13:\"nu=hT?GU~AlBA\";i:3525;s:13:\"KV=hT?GU:tlBA\";i:3526;s:15:\"5}>hT?GUNkL&ZLA\";i:3527;s:15:\"5}>hT?GUO[BA5FA\";i:3528;s:14:\"_X=hT?GU}jTBEA\";i:3529;s:13:\"VE=hT?GUuBlBA\";i:3530;s:13:\"Wx>hT?GUGJlBA\";i:3531;s:14:\"bS@hT?GU~@NBEA\";i:3532;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3533;s:13:\"VE=hT?GUuBlBA\";i:3534;s:25:\"tP@hT?GU/A$A`DSOYM*+@klBA\";i:3535;s:14:\"bS@hT?GU~@NBEA\";i:3536;s:12:\"bS=hT?GU/A$A\";i:3537;s:15:\"(a=hT?GUO[&aYLA\";i:3538;s:13:\"bS=hT?GUt0lBA\";i:3539;s:15:\"bS=hT?GUO[McbLA\";i:3540;s:15:\"bS=hT?GUO[mBbLA\";i:3541;s:15:\"bS=hT?GUNkyddLA\";i:3542;s:13:\"bS=hT?GUe%lBA\";i:3543;s:13:\"VE=hT?GUuBlBA\";i:3544;s:14:\"VE=hT?GU}j(ACA\";i:3545;s:15:\"F0>hT?GUO[E0XLA\";i:3546;s:13:\"nu=hT?GU~AlBA\";i:3547;s:41:\"Yx>hT?GUO[5FXL>WVElg*NNK]qlB9N.4Fx}M;46FA\";i:3548;s:147:\"3P=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuW8MqI:$vbaUQQ:CQYzXJI|+wCCCi\"pBJHNzRmPtLA<v=hT?GUO[$$XL>WVElg*NLA3([\",ub@y29yCtXL_Q3nE3zD$ASDSOYM*+y>lBA\";i:3549;s:15:\"5}>hT?GUO[PjXLA\";i:3550;s:15:\"5}>hT?GUO[PjXLA\";i:3551;s:15:\"5}>hT?GUO[PjXLA\";i:3552;s:59:\"ru=hT?GUO[8MXLi\"LvSQ[zIA/hjt,ub@7L5F]6LvSQ[zwAc4st,ub@^D5FA\";i:3553;s:13:\"yd=hT?GU.DlBA\";i:3554;s:72:\"3d=hT?GU(ClB;L.4Fx}MBAw(=hT?GU/A$AiDSOYMXwRte+_Q3nE30o#^6F.4LvSQ[zGF?D$A\";i:3555;s:12:\"4r=hT?GU/A$A\";i:3556;s:24:\"5r=hT?GUcHlB?L.4Fx}MBABA\";i:3557;s:37:\"[2=hT?GUO[b#XL~FVElg*NhAJt@\",ub@so5FA\";i:3558;s:15:\"z:>hT?GUO[@QXLA\";i:3559;s:13:\"nu=hT?GU~AlBA\";i:3560;s:29:\"@2=hT?GUO[b#bL~FVElg*NNK_0lBA\";i:3561;s:29:\"WE?hT?GUO[6yXLOWVElg*NNKZFlBA\";i:3562;s:15:\"5}>hT?GUO[SqXLA\";i:3563;s:15:\"5}>hT?GUO[SqXLA\";i:3564;s:15:\"5}>hT?GUO[SqXLA\";i:3565;s:55:\"YE?hT?GUO[6yXLOWVElg*NNKZFlBpN.4FxrjYB:A2W@\",ub@y2b4BtA\";i:3566;s:24:\"zd=hT?GU.DlBEM.4Fx}MBABA\";i:3567;s:13:\"nu=hT?GU~AlBA\";i:3568;s:24:\"@2>hT?GU:tlBAM.4Fx}M%ABA\";i:3569;s:15:\"bS=hT?GUO[+>bLA\";i:3570;s:13:\"nu=hT?GU~AlBA\";i:3571;s:13:\"?2=hT?GU:tlBA\";i:3572;s:13:\"nu=hT?GU~AlBA\";i:3573;s:15:\"5}>hT?GUO[SqXLA\";i:3574;s:36:\"pu=hT?GU4DlBfL.4Fx~5AAf+=hT?GU}jXBEA\";i:3575;s:15:\"nu=hT?GUO[8MXLA\";i:3576;s:13:\"yd=hT?GU.DlBA\";i:3577;s:13:\"yd=hT?GU.DlBA\";i:3578;s:13:\"yd=hT?GU.DlBA\";i:3579;s:12:\"9M>hT?GU/A$A\";i:3580;s:13:\"9M>hT?GUHGlBA\";i:3581;s:13:\"9M>hT?GUHGlBA\";i:3582;s:77:\"3d=hT?GU.DlB<M.4Fx~5IA};=hT?GUO[;CXL=JVElg*NkVgA$AMDSOYMj<!\"AAl_=hT?GUO[;CXLA\";i:3583;s:66:\"%M>hT?GUHGlBoM.4FxrjYBDBQA/\",ub@y2n_Dt.o_Q3nE30oFh5FayLvSQ[zGFME$A\";i:3584;s:66:\"%M>hT?GUHGlBoM.4FxrjYBFBQA/\",ub@y2F\"vWkUqI:$vbaU@Q:CNZzXJI|+wCKCgA\";i:3585;s:66:\"%M>hT?GUHGlBoM.4FxrjYBHBQA/\",ub@y28FEt.o_Q3nE30oqi5FayLvSQ[zGFcE$A\";i:3586;s:66:\"%M>hT?GUHGlBoM.4FxrjYBJBQA/\",ub@y2aLEt.o_Q3nE30oPj5FayLvSQ[zGFkE$A\";i:3587;s:62:\"%M>hT?GUHGlBoM.4Fx}M~u6F`xLvSQ[z?H0WkUqI:$vbtfa\"Sq_Q3nE3\"!wABA\";i:3588;s:65:\"%M>hT?GU/A$ATESOYMj<ttVAx(A)LvSQ[z@H,D$A;^[hT?GUqtlBUU1t,ub@/B7FA\";i:3589;s:31:\"RjvlzXJI|+fFMAQA/erI:$vb.qFB:CA\";i:3590;s:13:\"yd=hT?GU.DlBA\";i:3591;s:28:\"B^@hT?GUO[6FXLcsVElg*NkV$A$A\";i:3592;s:29:\"B^@hT?GUO[pIXLcsVElg*NkVFBlBA\";i:3593;s:29:\"B^@hT?GUO[YLXLcsVElg*NkVlBlBA\";i:3594;s:29:\"B^@hT?GUO[HOXLcsVElg*NkV*BlBA\";i:3595;s:29:\"B^@hT?GUO[[QXLcsVElg*NkVKClBA\";i:3596;s:29:\"B^@hT?GUO[bSXLcsVElg*NkVaClBA\";i:3597;s:29:\"B^@hT?GUO[$TXLcsVElg*NkVqClBA\";i:3598;s:29:\"B^@hT?GUO[KVXLcsVElg*NkV6ClBA\";i:3599;s:29:\"B^@hT?GUO[vWXLcsVElg*NkV:ClBA\";i:3600;s:29:\"B^@hT?GUO[_XXLcsVElg*NkV\"ClBA\";i:3601;s:29:\"B^@hT?GUO[eZXLcsVElg*NkVPDlBA\";i:3602;s:29:\"B^@hT?GUO[(aXLcsVElg*NkVfDlBA\";i:3603;s:29:\"B^@hT?GUO[ydXLcsVElg*NkV#DlBA\";i:3604;s:29:\"B^@hT?GUO[|eXLcsVElg*NkV?DlBA\";i:3605;s:29:\"B^@hT?GUO[hgXLcsVElg*NkVEElBA\";i:3606;s:29:\"B^@hT?GUO[+hXLcsVElg*NkVUElBA\";i:3607;s:42:\"7}=hT?GUO[h=XL|rVElg*NkVkElB.Q.4Fxrj9CyAIA\";i:3608;s:39:\"7}=hT?GULKlB)Q.4Fxrj9C0AJtEByD1+IT9WF\"A\";i:3609;s:42:\"7}=hT?GUO[BtaL|rVElg*NkV)ElB.Q.4Fxrj9C2AIA\";i:3610;s:39:\"7}=hT?GUXGlB)Q.4Fxrj9C4AJtEByD1+ITQtF\"A\";i:3611;s:29:\"B^@hT?GUO[TqXLcsVElg*NkVZFlBA\";i:3612;s:29:\"B^@hT?GUO[4rXLcsVElg*NkVpFlBA\";i:3613;s:29:\"B^@hT?GUO[nuXLcsVElg*NkV/FlBA\";i:3614;s:29:\"B^@hT?GUO[<vXLcsVElg*NkV~FlBA\";i:3615;s:29:\"B^@hT?GUO[WxXLcsVElg*NkVOGlBA\";i:3616;s:42:\"7}=hT?GUO[@QXL|rVElg*NkVeGlB.Q.4Fxrj9C.AIA\";i:3617;s:42:\"7}=hT?GUO[h=XL|rVElg*NkVuGlB.Q.4Fxrj9C:AIA\";i:3618;s:39:\"7}=hT?GULKlB)Q.4Fxrj9C<AJtEByD1+IT!(G\"A\";i:3619;s:42:\"7}=hT?GUO[BtaL|rVElg*NkV>GlB.Q.4Fxrj9C>AIA\";i:3620;s:39:\"7}=hT?GUXGlB)Q.4Fxrj9C@AJtEByD1+ITR\"DtA\";i:3621;s:29:\"B^@hT?GUO[!5XLcsVElg*NkVTHlBA\";i:3622;s:29:\"B^@hT?GUO[I7XLcsVElg*NkVjHlBA\";i:3623;s:29:\"B^@hT?GUO[t8XLcsVElg*NkVzHlBA\";i:3624;s:29:\"B^@hT?GUO[]9XLcsVElg*NkV(HlBA\";i:3625;s:29:\"B^@hT?GUO[c#XLcsVElg*NkV^HlBA\";i:3626;s:82:\"4d=hT?GU(ClB,L.4FxrjYBACRtrBJHNz?MuW=JqI:$vbSARtlBJHNzLYuW(HqI:$vbiAQAiDrI:$vbWAQA\";i:3627;s:15:\"Qj=hT?GUNkf+YLA\";i:3628;s:15:\"Qj=hT?GUO[%$XLA\";i:3629;s:13:\"yd=hT?GU.DlBA\";i:3630;s:15:\">J?hT?GUO[[9XLA\";i:3631;s:203:\"oC^X>\",ub@y2xWBt@Q=S.4Fxrj9CDBS\")\",ub@{K7FRtLvSQ[z?H1W(HqI:$vbtfe\"DH_Q3nE30o+O5FxtLvSQ[zGF=B$A@CSOYMj<dtKAln#(k)Noa.I7uW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuW%tqI:$vbSARtwBJHNzijZn$A:m]hT?GUO[w(XLA\";i:3632;s:13:\"nu=hT?GU\"tlBA\";i:3633;s:81:\"4d=hT?GU.DlBrL.4Fx}MBApI=hT?GU/A$A@CSOYM)ZDt=J_Q3nE3kAi\"3BJHNzRm<WMAvW=hT?GUMHlBA\";i:3634;s:81:\"_2>hT?GU~@dByWjt,ub@y2n_Ft&a_Q3nE30o@@5F2uLvSQ[zGFDH$AADSOYMj<cAtABA`Q3nE31`Pj5FA\";i:3635;s:29:\"6}>hT?GUO[~laLEUVElg*NNK(XlBA\";i:3636;s:49:\"1d=hT?GU(ClB;L.4Fx}Mo[6FrvLvSQ[zAk0W1RqI:$vbA2e\"A\";i:3637;s:15:\"VE?hT?GUO[),XLA\";i:3638;s:66:\"ZE=hT?GUO[{eXL?DVElg*NdAK\"vt,ub@y21WEt*h`Q3nE30oKC6F]6LvSQ[z#K8E$A\";i:3639;s:56:\"YE?hT?GUO[};XLOWVElg*NkV9JlBpN.4Fxrj9CVBRt3BJHNzRm<WOABA\";i:3640;s:15:\"5}>hT?GUO[i=XLA\";i:3641;s:15:\"VE?hT?GUO[2[XLA\";i:3642;s:69:\"ZE=hT?GUO[uWYL?DVElg*NNKGOlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`tp5FA\";i:3643;s:56:\"YE?hT?GUO[l_XLOWVElg*NkV&KlBpN.4Fxrj9ChBRt3BJHNzRm=(PABA\";i:3644;s:15:\"5}>hT?GUO[:`XLA\";i:3645;s:15:\"VE?hT?GUO[D\"5FA\";i:3646;s:65:\"ZE=hT?GU}jPB/hit,ub@wc5Fl%LvSQ[z#K0E$A,DSOYMj<dt%Am_((k)Noa.=CwWA\";i:3647;s:56:\"YE?hT?GUO[;CYLOWVElg*NkV,LlBpN.4Fxrj9CtBRt3BJHNzRm<WRABA\";i:3648;s:15:\"5}>hT?GUO[VEYLA\";i:3649;s:15:\"VE?hT?GUO[pIYLA\";i:3650;s:80:\"Em=hT?GU}jaBbLht,ub@=19ERtqBJHNzRmOAJ\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tjACA\";i:3651;s:56:\"YE?hT?GUO[YLYLOWVElg*NkV<MlBpN.4Fxrj9C5BRt3BJHNzRm=(SABA\";i:3652;s:15:\"5}>hT?GUO[9MYLA\";i:3653;s:15:\"VE?hT?GUO[N/aLA\";i:3654;s:56:\"YE?hT?GUO[[QYLOWVElg*NkVxNlBpN.4Fxrj}BcCRt3BJHNzRmftTABA\";i:3655;s:15:\"5}>hT?GUO[bSYLA\";i:3656;s:13:\"yd=hT?GU.DlBA\";i:3657;s:185:\"1u=hT?GU~AlB#L.4Fxs@DAw(=hT?GU~@dBz(it,ub@y2r_FtlB_Q3nE31`Y45FQwLvSQ[zOA/hjt,ub@,n5F2uLvSQ[zGF`B$AADSOYMXwEtlB`Q3nE31`}45F!2LvSQ[zkA:>ot,ub@y2eLGte+_Q3nE30oJV5FvzLvSQ[z#KbH$ASDSOYMAlDtA\";i:3658;s:116:\"vu=hT?GU4DlB#L.4Fxs@DAw(=hT?GUO[^XYL_EVElg*NkV+OlBbL.4Fx}M:;6F{uLvSQ[zB[0W1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRm<WVABA\";i:3659;s:86:\"yP=hT?GUnGlBjL.4Fx}MBA[Q=hT?GUnGlBzL.4Fx}MBA;C?hT?GUO[|eYL1RVElg*NNKZFlB@M.4Fxrj9C^BQA\";i:3660;s:198:\"oCmu)\",ub@PP5F[tLvSQ[z>C3(&\",ub@TD7FGuLvSQ[z>C3((\",ub@TD7FQwLvSQ[zS>0WhNqI:$vbyARtpBJHNzijdT$AADSOYMj<e\"FAeZ>hT?GUNk4rXLQQVElg*N+PpFlBCO.4FxrjYB]AIApt,ub@y2ItGtXL_Q3nE3zD$A5p]hT?GU/A$AyDSOYMj<cALABA\";i:3661;s:97:\"uu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A~CSOYM)ZBtlB_Q3nE30otp5F{uLvSQ[zIAz(mt,ub@y2p_CtE0_Q3nE31`2!5FA\";i:3662;s:135:\"xu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU>BlB?L.4Fx~5CA;C=hT?GU}jTB/hit,ub@%Z5F[tLvSQ[z6{0W_EqI:$vbaU!+:C$gzXJI|+fFaCgA[BJHNzRm9(gATq?hT?GUO[1kYLA\";i:3663;s:15:\"4r?hT?GUO[\"lYLA\";i:3664;s:72:\"!}?hT?GUO[5FXLeGVElg*NXA3(+\",ub@MI5F2uLvSQ[zOAbLjt,ub@MI5FU0LvSQ[z#KzH$A\";i:3665;s:26:\"ou=hT?GU4DlBnP.4FxrjYBIAIA\";i:3666;s:24:\"ou=hT?GU4DlBnP.4Fxs@<ABA\";i:3667;s:53:\"1d=hT?GU.DlBtN.4FxrjYBzBRt5BJHNzRmftVAHO>hT?GUO[knYLA\";i:3668;s:112:\"1P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUpwlB~N.4Fxrj%ABA\";i:3669;s:37:\"H0=hT?GU0vlB.M.4Fx}M%AO/>hT?GUO[@QXLA\";i:3670;s:61:\"ru=hT?GUO[8MXL*BVElg*NJA3(&\",ub@=11ES\"(\",ub@TD5FWuLvSQ[zXv0WA\";i:3671;s:82:\"su=hT?GUO[8MXLi\"LvSQ[z@H*B$A`CSOYMj<sAFAZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CECQA\";i:3672;s:15:\"4r?hT?GUO[TqYLA\";i:3673;s:62:\"2d=hT?GU(ClB;L.4Fx}MBAU|>hT?GUO[95bLuWVElg*NkVrPlB3L.4Fx}MKABA\";i:3674;s:26:\"6}>hT?GUO[4rYL@QVElg*NLAIA\";i:3675;s:91:\"?o=hT?GU/A$ABDSOYMXwDt&a_Q3nE3H#Zl6F2uLvSQ[zGFII$AADSOYMj<dtdADt&(k)Noa._9wWCaqI:$vb.q*h:CA\";i:3676;s:91:\"!r=hT?GU/A$ABDSOYMXwDt&a_Q3nE30otp5F2uLvSQ[zGFII$AADSOYMj<tt\"Az(mt,ub@y2p_CtE0_Q3nE31`2!5FA\";i:3677;s:14:\"\"l=hT?GU~@HBEA\";i:3678;s:13:\"4r=hT?GUDClBA\";i:3679;s:13:\"/o=hT?GUDClBA\";i:3680;s:83:\"4d=hT?GU.DlBrL.4Fx}MJApI=hT?GU/A$A@CSOYM)ZDt=J_Q3nE3kAi\"*BJHNzRmftVA7y>hT?GUO[SqXLA\";i:3681;s:29:\"6}>hT?GUO[~lXL[dVElg*NkVFRlBA\";i:3682;s:59:\"ax>hT?GUO[5FXL*BVElg*NXA3(&\",ub@MI5FGuLvSQ[zOA:>ht,ub@MI5FA\";i:3683;s:24:\"ou=hT?GU~AlBbL.4Fx}M&ABA\";i:3684;s:35:\"e#=hT?GUXGlB#L.4FxrjFApI=hT?GU}DlBA\";i:3685;s:15:\"VE=hT?GUNk2[aLA\";i:3686;s:15:\"VE=hT?GUO[<vYLA\";i:3687;s:15:\"VE=hT?GUO[WxYLA\";i:3688;s:15:\"VE=hT?GUO[7yYLA\";i:3689;s:15:\"VE=hT?GUO[F0YLA\";i:3690;s:77:\"su=hT?GUO[8MXLfTVElg*N/A2W;\",ub@y2<hHtC\"qI:$vb.qUk:C1ZzXJI|+JA]Q((k)Noa.+hvWA\";i:3691;s:125:\"1P=hT?GU/A$A=CSOYM*+4slBvL.4FxrjYBPBRtoBJHNz?MuW8MqI:$vbaU!G:CQYzXJI{ZUA8y#(k)Noa.q1uW|LqI:$vb,BgApBJHNzRmQ\"N\"Q@_Q3nE30o_E8FA\";i:3692;s:13:\"nu>hT?GU~AlBA\";i:3693;s:55:\"YE?hT?GUO[Z4YLOWVElg*NkVr#lBpN.4Fxrj9CeCQACByD1+IT_hP\"A\";i:3694;s:15:\"5}>hT?GUO[]9cLA\";i:3695;s:55:\"YE?hT?GUO[c#YLOWVElg*NkVg$lBpN.4Fxrj9CoCQACByD1+ITPAItA\";i:3696;s:15:\"5}>hT?GUO[`)cLA\";i:3697;s:55:\"YE?hT?GUO[f+YLOWVElg*NkVV%lBpN.4Fxrj9CyCQACByD1+ITn4Q\"A\";i:3698;s:15:\"5}>hT?GUO[};cLA\";i:3699;s:55:\"YE?hT?GUO[i=YLOWVElg*NkVK&lBpN.4Fxrj9C8CQACByD1+IT9WR\"A\";i:3700;s:15:\"5}>hT?GUO[A^cLA\";i:3701;s:55:\"YE?hT?GUO[l_YLOWVElg*NkV\"&lBpN.4Fxrj9C+CQACByD1+IT`>R\"A\";i:3702;s:15:\"5}>hT?GUO[BA8FA\";i:3703;s:82:\"aE?hT?GUO[mBZLOWVElg*NkV?(lBpN.4Fxrj}B}CQACByD1+IT_hS\"E0_Q3nE31`:C6FY4LvSQ[z#KkE$A\";i:3704;s:15:\"5}>hT?GUO[EHdLA\";i:3705;s:82:\"aE?hT?GUO[pIZLOWVElg*NNKaylBpN.4Fxrj9C}CQACByD1+ITR\"JtE0_Q3nE31`eG6FY4LvSQ[z#KMM$A\";i:3706;s:15:\"5}>hT?GUNk4rcLA\";i:3707;s:55:\"YE?hT?GUO[sPZLOWVElg*NkV5*lBpN.4Fxrj9CJDQACByD1+IT!(T\"A\";i:3708;s:15:\"5}>hT?GUO[KVdLA\";i:3709;s:55:\"YE?hT?GUO[vWZLOWVElg*NkVu+lBpN.4Fxrj9CTDQACByD1+IT_hU\"A\";i:3710;s:15:\"5}>hT?GUO[NcdLA\";i:3711;s:55:\"YE?hT?GUO[ydZLOWVElg*NkVj,lBpN.4Fxrj9CdDQACByD1+ITR\"KtA\";i:3712;s:15:\"5}>hT?GUO[QjdLA\";i:3713;s:124:\"1P=hT?GUO[y:XLFBVElg*NNKfDlBvL.4FxrjYBPBRtoBJHNz?MuW8MqI:$vb,Bi\"uBJHNzij&U$A^CSOYMXwDt^X_Q3nE3t`6AvW=hT?GUzClB*N.4FxrjYB?FQA\";i:3714;s:13:\"nu>hT?GU~AlBA\";i:3715;s:107:\"5d=hT?GU.DlBAM.4FxrjYB6CRt*BJHNzRm<WgAU|>hT?GUO[;CdL1RVElg*N+P(XlBgQ.4Fxrj9CjDRt3BJHNzRmg\"S\"C\"qI:$vb.q1R:CA\";i:3716;s:15:\"5}>hT?GUO[\"lZLA\";i:3717;s:60:\"2d=hT?GU(ClB;L.4Fx}MJAkn=hT?GUO[jnYLi\"LvSQ[zmA/hit,ub@=1;EQA\";i:3718;s:77:\"Em=hT?GUYDlBbL.4FxrjYB*BRtqBJHNzApuW1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRmg\"V\"A\";i:3719;s:56:\"Cm=hT?GUO[XLYL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRm<WnABA\";i:3720;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CrDQA\";i:3721;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9CtDQA\";i:3722;s:69:\"Dm=hT?GUO[XLYL?DVElg*NNKGOlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`uW6FA\";i:3723;s:56:\"YE=hT?GUO[+>XL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRm<WoABA\";i:3724;s:56:\"kg=hT?GUO[+>XL.oVElg*NkVNJlBLP.4FxrjYB@CRt<BJHNzRmftoABA\";i:3725;s:90:\"Fm=hT?GUO[jnYL_EVElg*N[A2W&\",ub@wc5F{uLvSQ[zB[0W1[qI:$vb.qaS:CWezXJI|+wC*Fi\"<BJHNzRm=(oABA\";i:3726;s:69:\"ZE=hT?GUO[+>XL?DVElg*NNK=JlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`dZ6FA\";i:3727;s:81:\"Em=hT?GUNkNcXLi\"LvSQ[zGF_E$A`CSOYM*+:mlBgQ.4Fxrj9CNBQA}\",ub@y2^QJtJV`Q3nE31`Ca6FA\";i:3728;s:80:\"Em=hT?GUNkNcXLi\"LvSQ[zGF_E$A`CSOYMXwDtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"pABA\";i:3729;s:69:\"Dm=hT?GUO[XLYLi\"LvSQ[zGF_E$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVhdlBA\";i:3730;s:127:\"xu=hT?GU~AlB,L.4FxrjYBEERtnBJHNz?M2WKCqI:$vbpLgAoBJHNz?M2W_EqI:$vbpLgAuBJHNz?M2WhNqI:$vbpLi\"pBJHNz?M2W|LqI:$vbpLgA)BJHNzRmeA3\"A\";i:3731;s:13:\"yd=hT?GU.DlBA\";i:3732;s:58:\"ru=hT?GU4DlB#L.4Fxs@DA1k=hT?GU~@VBbLht,ub@%Z5F{uLvSQ[zoAEA\";i:3733;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C%DQA\";i:3734;s:42:\"$5@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C(DQA\";i:3735;s:85:\"4d=hT?GU.DlBrL.4Fx}MDApI=hT?GU/A$A@CSOYMj<cAOA$T=hT?GU/A$AwDSOYMj<!\"VA7y>hT?GUO[SqXLA\";i:3736;s:29:\"G0>hT?GUNkL&aL.oVElg*NkVGelBA\";i:3737;s:83:\"cx>hT?GUO[5FXLvDVElg*NrA2W(\",ub@TD7FxtLvSQ[z>CJt(\",ub@TD7FWuLvSQ[z>C2W<\",ub@y2p_CtA\";i:3738;s:83:\"4d=hT?GU(ClBcM.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3\"!4A7y>hT?GUO[]9ZL.IVElg*NAbPtA\";i:3739;s:152:\"o#=hT?GUXGlB#L.4FxrjFAHO=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%Akn>hT?GUO[|eYLBNVElg*NkVmelB~N.4Fxrj9C#DQA\";i:3740;s:26:\":o>hT?GUNk4rXLBNVElg*NLAIA\";i:3741;s:100:\"uu=hT?GU4DlBEM.4FxrjYBVBRtuBJHNzApuWeGqI:$vbaU#T:CAYzXJI{ZHAm_&(k)Noa.eZ3WBtqI:$vb.q{e;CTXzXJI{ZUACA\";i:3742;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3743;s:83:\"4d=hT?GU(ClBcM.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3\"!4A7y>hT?GUO[SqXL.IVElg*NAbPtA\";i:3744;s:29:\"6}>hT?GUO[4rcL1RVElg*NNKZFlBA\";i:3745;s:13:\"nu=hT?GU~AlBA\";i:3746;s:37:\"0d=hT?GU.DlB?L.4Fx}MBA;C=hT?GUO[%$ZLA\";i:3747;s:49:\"qu=hT?GU4DlBnP.4FxrjYBIAJt,\",ub@BZ5F{uLvSQ[z?H1WA\";i:3748;s:13:\"L&=hT?GU3GlBA\";i:3749;s:13:\"hg=hT?GUd0lBA\";i:3750;s:46:\"vP=hT?GUDClBjL.4Fxs@CA[Q=hT?GUzClBzL.4Fxs@CABA\";i:3751;s:15:\"bS?hT?GUO[|eYLA\";i:3752;s:24:\"d#=hT?GULKlB.M.4Fxs@EABA\";i:3753;s:98:\"uu=hT?GU4DlBEM.4Fx}Mz$6FgwLvSQ[zkAbLit,ub@=1;ERttBJHNzijPV$AuDSOYMj<dt5BEA((k)Noa.y(4W5FqI:$vb,BgA\";i:3754;s:60:\"J0=hT?GU~@SB/hjt,ub@=1aFRtpBJHNzijdT$AADSOYM)ZDt1[_Q3nE3FF$A\";i:3755;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3756;s:97:\"5d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYM*+?nlB(L.4Fx}MCA7y>hT?GUO[]9ZLBNVElg*NkV+elBgM.4Fx}M[+6FA\";i:3757;s:14:\"4r=hT?GU}jLBEA\";i:3758;s:14:\"/o=hT?GU}jLBEA\";i:3759;s:15:\"sP>hT?GUO[w(ZLA\";i:3760;s:53:\"1d=hT?GU.DlBvL.4FxrjYBVBRt*BJHNzRmftVA7y>hT?GUO[SqXLA\";i:3761;s:108:\"k#=hT?GUXGlB#L.4FxrjFA;C=hT?GUO[`)ZL*BVElg*N&FRtmBJHNz?M2WUEqI:$vbpLi\"oBJHNz?M2W<cqI:$vbxf]K:C|bzXJI|+fF6SgA\";i:3762;s:34:\"0d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A\";i:3763;s:73:\"_2=hT?GU:tlBAM.4Fx}M%A[Q?hT?GUO[|eYL,bVElg*N#GRt3BJHNzRmftsAl_>hT?GU\"tlBA\";i:3764;s:100:\"uu=hT?GU4DlBEM.4FxrjYBVBRtuBJHNz?MvWeGqI:$vbaU#T:CAYzXJI{ZHAm_&(k)Noa.eZ3WBtqI:$vb.q{e;CTXzXJI{ZUACA\";i:3765;s:29:\"?J=hT?GUO[xdXL1RVElg*NNKZFlBA\";i:3766;s:26:\"6}>hT?GUO[4rcL@QVElg*NLAIA\";i:3767;s:57:\"2d=hT?GU.DlBEM.4Fxs@CAq1=hT?GUDClB7L.4Fx~5DA<v=hT?GUDClBA\";i:3768;s:15:\"Wx>hT?GUO[5FXLA\";i:3769;s:26:\")a=hT?GUMHlBCO.4FxrjYB2AIA\";i:3770;s:113:\"6d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMj<9t~A/hit,ub@CG5F>2LvSQ[z#KzH$AdDSOYMj<ttPAZL&(k)Noa.%TyW1[qI:$vb.qb#:CA\";i:3771;s:15:\"sP?hT?GUO[dZYLA\";i:3772;s:26:\"Am=hT?GU>BlBrL.4Fxrj}BsEQA\";i:3773;s:26:\"5r=hT?GU>BlBjL.4Fxrj9C~DQA\";i:3774;s:26:\":o=hT?GU>BlBzL.4Fxrj9C~DQA\";i:3775;s:64:\"fS=hT?GUnGlBKO.4Fxrj9C[BRt)BJHNzRmfttA7y>hT?GUO[SqXL:CVElg*N[AIA\";i:3776;s:70:\"3d=hT?GU.DlBtN.4Fxs@AA7y=hT?GUDClBIM.4Fxs@CAeZ=hT?GUzClBAM.4Fxrj9CCEQA\";i:3777;s:58:\"2d=hT?GU(ClB;L.4Fx}Mo[6FrvLvSQ[zLAbLht,ub@uC5F{uLvSQ[zDAEA\";i:3778;s:35:\"XE=hT?GUcHlBnL.4Fx}MCA|e=hT?GUcHlBA\";i:3779;s:69:\"3d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRmeAZ\"A\";i:3780;s:53:\"YE=hT?GUNkeZaLKCVElg*N/A2W]\",ub@y2<hGte+_Q3nE30oJV5FA\";i:3781;s:138:\"8d=hT?GU.DlBEM.4Fx~5JAq1=hT?GUnGlB7L.4FxrjYB*BRttBJHNzijuW<cqI:$vbxf]K:C8czXJI|+fF,DgA8BJHNzRm*(HAU|>hT?GUO[95XLuWVElg*NkVwglB3L.4Fx}MKABA\";i:3782;s:114:\"6d=hT?GU(ClB;L.4Fx}Mz$6FrvLvSQ[zOAbLht,ub@y2F\"wW(HqI:$vbA2c\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"uAf+=hT?GU}jXBEA\";i:3783;s:63:\"J0=hT?GU~@eB/hjt,ub@y2}9Mt8M_Q3nE3t`8A<v=hT?GU~@eByWot,ub@so5FA\";i:3784;s:14:\"(a=hT?GU~@SBEA\";i:3785;s:13:\"yd=hT?GU.DlBA\";i:3786;s:110:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GUO[oIYL_EVElg*N=A2W&\",ub@%Z5F{uLvSQ[zOAFtvt,ub@y21WEt*h`Q3nE30oKC6F]6LvSQ[z#KwQ$A\";i:3787;s:27:\"ig=hT?GU~@VB:>qt,ub@y2U/MtA\";i:3788;s:13:\"nu=hT?GU~AlBA\";i:3789;s:203:\"oCuu)\",ub@PP5F\"yLvSQ[z7AbLht,ub@CG5F[tLvSQ[z>C3(&\",ub@TD7FGuLvSQ[z>C3((\",ub@TD7FQwLvSQ[zOA/hjt,ub@WK5F2uLvSQ[zOAbLjt,ub@xJ5Fo4LvSQ[z#KzH$AuDSOYMj<!\"tA7y>hT?GUO[y:aL.oVElg*NkVlhlB@M.4Fxrj9CSEQA)\",ub@wc5FA\";i:3790;s:140:\"P0=hT?GUMHlBIM.4Fx}M:;6F2uLvSQ[zoAbLjt,ub@=1QFRt*BJHNzRmftVAU|>hT?GUO[95XL1RVElg*N+PCqlBgQ.4Fxrj9C*DRt3BJHNzRmg\"N\"C\"qI:$vb.qF%:CTXzXJI{ZUACA\";i:3791;s:13:\"VE=hT?GUcHlBA\";i:3792;s:15:\"F0>hT?GUO[6yZLA\";i:3793;s:39:\"dS=hT?GU{JlBKO.4Fxrj9C[BS\">\",ub@y2/>CtA\";i:3794;s:13:\"yd=hT?GU.DlBA\";i:3795;s:79:\"tu=hT?GU4DlBbL.4FxrjKA|e=hT?GUcHlBrL.4Fx}MBApI=hT?GUcHlBvL.4Fx}MBA$T=hT?GUcHlBA\";i:3796;s:69:\"3d=hT?GU(ClB;L.4Fx}MBAkn=hT?GU/A$A;CSOYMXwBtrP_Q3nE3)Ai\"3BJHNzRmeAa\"A\";i:3797;s:26:\"6}>hT?GUO[mBeLuWVElg*N)FQA\";i:3798;s:13:\"mB?hT?GU\"tlBA\";i:3799;s:91:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A<v=hT?GU:tlB.M.4Fxs@EAl_>hT?GU\"tlB(|2t,ub@^D7FA\";i:3800;s:82:\"4d=hT?GU.DlBrL.4Fx}Mr}8FxtLvSQ[z>CJt(\",ub@=1SLRtoBJHNz?M2W|LqI:$vbA27\"T|_Q3nE3\"W$A\";i:3801;s:113:\"6d=hT?GU(ClB;L.4Fx}Mr}6FrvLvSQ[zEAbLht,ub@y2.hCtrP_Q3nE3jD$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVKilBgM.4Fx}M[+6FA\";i:3802;s:114:\"6d=hT?GU(ClB;L.4FxrjYBmAJt*\",ub@TD5FRtLvSQ[zGF`B$A`CSOYMAlDtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tGBbLkt,ub@=1CFQA\";i:3803;s:13:\"Wx=hT?GU|2lBA\";i:3804;s:114:\"6d=hT?GU(ClB;L.4FxrjYB1BS\"*\",ub@TD5FRtLvSQ[zkA/hit,ub@y2EtFtN/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<8AxAf+=hT?GU}jXBEA\";i:3805;s:95:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GUO[oIcL!GVElg*N&FRtpBJHNzRmPt[A<v=hT?GU:tlBA\";i:3806;s:46:\"vP=hT?GUjClBjL.4Fx}MBA[Q=hT?GUnGlBzL.4Fx}MBABA\";i:3807;s:61:\"g#=hT?GUXGlB#L.4FxrjFA;C=hT?GUdUlBvL.4FxrjYBsA3((\",ub@y2PcCtA\";i:3808;s:26:\"WE?hT?GUO[|eYL4YVElg*NLAIA\";i:3809;s:130:\"O0=hT?GU~@VB/hjt,ub@%Z5F2uLvSQ[zGF`B$AADSOYM)ZDtoI`Q3nE31`s85FI4LvSQ[zGF3D$AUDSOYMj<8AXABA`Q3nE31`[95FmuLvSQ[zGFII$ApDSOYMj<cADABA\";i:3810;s:64:\"9}>hT?GUO[EHeLuWVElg*N)FQA)\",ub@WK5FD3LvSQ[zGF?L$A]DSOYMj<!\"xABA\";i:3811;s:13:\"(a=hT?GU:tlBA\";i:3812;s:124:\"2P=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%AeZ=hT?GU:tlBAM.4Fx}M%ApI>hT?GUoDlB~N.4Fxrj%A+h|lzXJI|+nBEA\";i:3813;s:191:\"!d=hT?GU.DlBEM.4Fx}MKAq1=hT?GUYDlB7L.4Fx}MKA<v=hT?GUO[95ZLmOVElg*N+PpFlBeO.4Fxrj9C[BRt)BJHNzRmfttA7y>hT?GUNk>JZL.oVElg+NkV\"ilB&!eBSC#(y2%yNt(a.qD,XLnj9CqE@A]\",ub@^D7FmuLvSQ[zGFII$AtDSOYMifRtA\";i:3814;s:101:\"5d=hT?GU(ClB;L.4Fx}M676FrvLvSQ[zLAbLht,ub@y2.hCtrP_Q3nE3jD$AIESOYMj<8ANAw(?hT?GUO[UEZL,bVElg*NkVKilBA\";i:3815;s:15:\"4r?hT?GUO[[QaLA\";i:3816;s:104:\"M0=hT?GUzClBIM.4Fx}Mr}6F2uLvSQ[zGFKK$AADSOYM*+4slBFN.4Fxrj}B!AJt^\",ub@y2<hGtE0_Q3nE31`O26FT3LvSQ[zGFFB$A\";i:3817;s:55:\"8}>hT?GUO[$TaLuWVElg*NkVwglB\"O.4Fxrj9CyEQA)\",ub@y2_9EtA\";i:3818;s:38:\"|)=hT?GU}jTBz(it,ub@=1~EQA)\",ub@=1QFQA\";i:3819;s:15:\"_X=hT?GUO[+>YLA\";i:3820;s:108:\"6d=hT?GU(ClBcM.4FxrjYB,BS\"*\",ub@nH5F[tLvSQ[zEA/hht,ub@TD5FGuLvSQ[zEA:>ht,ub@TD5FAwLvSQ[zGF_E$A>DSOYMj<cABABA\";i:3821;s:41:\"Sj=hT?GUO[+>ZL0EVElg*N@rNtE0_Q3nE31`Y46FA\";i:3822;s:15:\":`?hT?GUO[_XaLA\";i:3823;s:15:\"F0=hT?GUO[(,YLA\";i:3824;s:29:\")a=hT?GUO[95ZL4YVElg*NkV_klBA\";i:3825;s:85:\"4d=hT?GU.DlBrL.4Fx}MJApI=hT?GU/A$A@CSOYM*+eqlBzL.4Fx}MBA;C?hT?GUO[|eYL1RVElg*NNKZFlBA\";i:3826;s:102:\"M0=hT?GUzClBIM.4Fx~5DAeZ=hT?GUO[+>XL~FVElg*NdA2W<\",ub@y2p_CtoI`Q3nE31`s85FJ1LvSQ[z@H&C$AvDSOYMj<9tBBEA\";i:3827;s:104:\"k#=hT?GUXGlB#L.4FxrjFA;C=hT?GU5A$A`CSOYMLUBtDH_Q3nE3kAi\"mBJHNzM*vWUEqI:$vbX%h\"=J_Q3nE3kAi\"3BJHNzRmftsABA\";i:3828;s:24:\"!M=hT?GUuBlB(L.4FxrjKABA\";i:3829;s:81:\"tu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWCaqI:$vb.qS::CA\";i:3830;s:13:\"nu=hT?GU4DlBA\";i:3831;s:71:\"K0=hT?GUnGlBIM.4Fx}MBAeZ=hT?GU~@jBbLjt,ub@TD5FI4LvSQ[zGF3D$A]CSOYMAlDtA\";i:3832;s:15:\"5}>hT?GUO[NcaLA\";i:3833;s:39:\"v8?hT?GUO[KVaL:CVElg*N[A3(=\",ub@y2EtJtA\";i:3834;s:87:\"4d=hT?GU.DlBEM.4FxrjYBwCRtuBJHNzijXV$A^CSOYMM%Bt^X_Q3nE31`,76FI4LvSQ[z#KAQ$AvDSOYMifRtA\";i:3835;s:114:\"6d=hT?GU(ClB;L.4FxrjYBwCS\"*\",ub@=1cFRtlBJHNzM*vW(HqI:$vbA2c\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<!\"1Af+=hT?GU}jXBEA\";i:3836;s:102:\"5d=hT?GU(ClB^L.4FxrjDAw(=hT?GU~@MBbLht,ub@y2:hJtrP_Q3nE3t`8AZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C&EQA\";i:3837;s:92:\"uu=hT?GU4DlBUM.4Fxs@IAHO=hT?GU/A$A=CSOYMtOCtoI_Q3nE3kAi\"oBJHNz?MuW5FqI:$vbaU)U:C1ZzXJI{ZRACA\";i:3838;s:100:\"5d=hT?GU.DlBtN.4FxrjDA[Q=hT?GUnGlBAM.4Fxrj9C)ERt?BJHNzRm=(zAvW=hT?GUMHlBdN.4FxrjYB\"CRt2BJHNzRmXtgABA\";i:3839;s:110:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3RB$A`CSOYMj<u\"HAZ4@hT?GUO[O/XL{eVElg*NNKDXlB&O.4Fxrj9C+EQA\";i:3840;s:51:\"Cm=hT?GU}jNBbLht,ub@WK5F{uLvSQ[zS>0Wz3qI:$vb.q8<:CA\";i:3841;s:112:\"vu=hT?GU4DlB#L.4Fxs@DA1k=hT?GU}jNB:>it,ub@=1=ERtlBJHNzApuW(HqI:$vb)qd\"N/`Q3nE31`0k5Fs8LvSQ[zGFvL$A!DSOYMj<9tSBEA\";i:3842;s:13:\"VE=hT?GUuBlBA\";i:3843;s:52:\"Zx=hT?GUDClB3L.4Fx}M:;6FPzLvSQ[z#KfT$ApDSOYMj<cADABA\";i:3844;s:26:\"WE=hT?GUO[/oaL!GVElg*NXAIA\";i:3845;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3846;s:12:\"Wx=hT?GU/A$A\";i:3847;s:26:\"6}>hT?GUO[mBeLuWVElg*N)FQA\";i:3848;s:13:\"nu>hT?GU\"tlBA\";i:3849;s:24:\"FH=hT?GULKlBjL.4Fx}M%ABA\";i:3850;s:13:\"4r?hT?GUy1lBA\";i:3851;s:24:\"zd=hT?GU(ClB;L.4Fx~5CABA\";i:3852;s:24:\"zd=hT?GU(ClB;L.4Fx~5OABA\";i:3853;s:151:\"48?hT?GUO[3rZLPjVElg*NLA3(=\",ub@=1RERt%BJHNzRm9(CA6F@hT?GU}jEB/htt,ub@^D5FPzLvSQ[ziAz(rt,ub@y2DAyWR9qI:$vbaUht:CUczXJI|+CADt#(k)Noa.%$uWcsqI:$vbaUyK:CA\";i:3854;s:29:\"!M>hT?GUO[TqaLNJVElg*NkVTnlBA\";i:3855;s:15:\"9M>hT?GUO[CtaLA\";i:3856;s:12:\"9M>hT?GU/A$A\";i:3857;s:29:\"!M>hT?GUO[TqaLNJVElg*NkVTnlBA\";i:3858;s:13:\"9M>hT?GUHGlBA\";i:3859;s:12:\"9M>hT?GU/A$A\";i:3860;s:111:\"Hm=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWoIqI:$vb.qL?:C:azXJI|+wCQAS\")\",ub@=1MFS\">\",ub@y2eLPt6y_Q3nE31`v(6FA\";i:3861;s:95:\"Gm=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWoIqI:$vb.q;?:CjXzXJI{Z.6aLnbVElg*N&FQA:\",ub@y2xWBtA\";i:3862;s:130:\"9:>hT?GUO[@QXLvDVElg*NfA2W&\",ub@CG5F{uLvSQ[zIAz(it,ub@TD5FbvLvSQ[zEAyWjt,ub@TD5FgwLvSQ[zGF8E$A^CSOYM)ZBt^X_Q3nE30oZl5F\"yLvSQ[z7AEA\";i:3863;s:53:\",,=hT?GUO[7yaL5FVElg*NNK1BlB(L.4Fx}MCAYL?hT?GUO[h=ZLA\";i:3864;s:13:\"nu=hT?GU~AlBA\";i:3865;s:108:\"6d=hT?GU.DlB|L.4FxrjYBSAK\"pt,ub@y2mnMtDH_Q3nE3kAi\"mBJHNz`avWUEqI:$vbSARtoBJHNz`avW.oqI:$vbzBgArBJHNzRm<W5ABA\";i:3866;s:24:\"WE=hT?GUuBlBSO.4FxrjKABA\";i:3867;s:15:\">J?hT?GUO[q1aLA\";i:3868;s:30:\">J?hT?KUO[?2aL#z#KkUlBi<9tZBMA\";i:3869;s:37:\">J?hT?MUO[[9XL#z#K0UlBi<9taB[ha..hJ\"A\";i:3870;s:13:\">J?hT?GUcHlBA\";i:3871;s:38:\"SjEmzXJI|+CAx(Y<LvSQ[zFAFt?!VElg*NLAIA\";i:3872;s:13:\"nu=hT?GU~AlBA\";i:3873;s:13:\"nu=hT?GU\"tlBA\";i:3874;s:115:\"%}>hT?GUO[#TaLvDVElg*NfA2W*\",ub@nH5FRtLvSQ[zpAyWot,ub@y2y(BtDH_Q3nE31`8<6FrvLvSQ[zGF8E$A~CSOYMj<dtaAx(#(k)Noa.mn1WA\";i:3875;s:15:\"5}>hT?GUO[#TaLA\";i:3876;s:15:\"5}>hT?GUO[SqXLA\";i:3877;s:13:\"nu=hT?GU~AlBA\";i:3878;s:13:\"nu=hT?GU~AlBA\";i:3879;s:149:\"ix>hT?GUGJlBSO.4FxrjYB}A3(`\",ub@Oi5Fo4LvSQ[zEAc4st,ub@^D5F;vLvSQ[zUAz(qt,ub@TD5FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zEAbLjt,ub@TD5FLvLvSQ[z#KBV$AUDSOYMifBtA\";i:3880;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuW%tqI:$vbSAQA\";i:3881;s:210:\"oCAY&\",ub@y2xWItrP_Q3nE30o1[5FPzLvSQ[zGFSK$A_CSOYM6|BtJV_Q3nE3kAi\"rBJHNz?MuW*hqI:$vbWAS\"@\",ub@y2y(Bt6y_Q3nE31`+>6FQwLvSQ[zEA/hjt,ub@TD5F2uLvSQ[zmAbLjt,ub@%Z5FI4LvSQ[zGF6C$AeDSOYM*+xhlB3L.4Fx}MB26F|7LvSQ[z#KRV$A\";i:3882;s:13:\"9M>hT?GUHGlBA\";i:3883;s:14:\"\"l=hT?GU}jWBEA\";i:3884;s:15:\"5}>hT?GUO[~lXLA\";i:3885;s:129:\"&}>hT?GUO[SqXLZFVElg*NNKfjlB/N.4FxrjOAq1=hT?GUO[&aXLi\"LvSQ[zIAG\"#(k)Noa.%$uW,7qI:$vb.qu{:CvbzXJI|+`D<Ii\"rBJHNz*:vWdZqI:$vb.q>{:CA\";i:3886;s:72:\"3d=hT?GU(ClB;L.4Fx}MBATq=hT?GU/A$AuDSOYMj<e\"zAvW=hT?GUO[jnYLcMVElg*N=AIA\";i:3887;s:199:\"oCmu)\",ub@{K5FfzLvSQ[z#KZV$A?CSO}M)ZBt&a*|5AVE_Q3nE3kAgAoBJHNz?MuW_EqI:$vbSARtrBJHNz)duW8MqI:$vbSARtuBJHNz?MuWeGqI:$vbSARttBJHNz?MuWp10JkcwY)!7\"SAm_((k)NoHR;C2WzXJI|+wC=Ni\"qBJHNzRm9(>ApI>hT?GUO[oIdLA\";i:3888;s:13:\"9M>hT?GUHGlBA\";i:3889;s:17:\"/o=hT?IUnGlBrzgAB\";i:3890;s:13:\"4r=hT?GUnGlBA\";i:3891;s:24:\"G0=hT?GUjClB7L.4FxrjDABA\";i:3892;s:37:\"@J>hT?GU/A$A;CSOYMXwBt5F_Q3nE31`@@6FA\";i:3893;s:14:\"\"l=hT?GU~@OBEA\";i:3894;s:51:\"YE=hT?GUuBlB(L.4Fx}MBA<v>hT?GUO[5FXLeGVElg*NkV]qlBA\";i:3895;s:94:\"5d=hT?GU(ClB|L.4Fx}MFA1k=hT?GU/A$A}CSOYM)ZBtlB_Q3nE3)Ai\"qBJHNzLYuWCaqI:$vb.qO{:C]azXJI|+wC5JgA\";i:3896;s:13:\"nu=hT?GU~AlBA\";i:3897;s:15:\"),=hT?GUNk\"laLA\";i:3898;s:15:\"),=hT?GUO[BtZLA\";i:3899;s:13:\"9M>hT?GUHGlBA\";i:3900;s:95:\"zP=hT?GU:tlBjL.4Fx}M%A[Q=hT?GU:tlBzL.4Fx}M%A1k=hT?GU:tlBKO.4Fxrj%A;C=hT?GUO[\"]bL?DVElg*NNKj3lBA\";i:3901;s:155:\"iE=hT?GUcHlBnL.4Fx}MCA|e=hT?GUcHlB|L.4Fx}MFApI>hT?GU/A$ARDSOYMM%EtdZ_Q3nE3RB$ACDSOYM)ZBt8M_Q3nE3RB$AADSOYM)ZBtDH_Q3nE3kAi\"mBJHNz`avWUEqI:$vbSARtoBJHNz`avWA\";i:3902;s:12:\">J>hT?GU/A$A\";i:3903;s:143:\"?,=hT?GUO[7yaLvDVElg*NfAJt*\",ub@TD5FbvLvSQ[zNAG\"$(k)No+E:C^XzXJI{ZKAm_#(k)No3B:C2WzXJI|+UA^9#(k)No4O:CzXzXJI|+wC)Ii\"3BJHNzRm<W9A7y>hT?GUO[,>aLA\";i:3904;s:50:\"8}>hT?GUO[R@aL5FVElg*NpAIAit,ub@y2y(GtVx_Q3nE3zD$A\";i:3905;s:45:\"vP=hT?GU/A$A=CSOYM)ZBtoI_Q3nE3kAi\"oBJHNz?MuWA\";i:3906;s:70:\"xP=hT?GUO[2[aLvDVElg*NfA2W*\",ub@CG5FrvLvSQ[zEAbLht,ub@CG5F.4LvSQ[zpAEA\";i:3907;s:61:\"3:>hT?GUXGlB.M.4Fx~5JAU|>hT?GUO[y:aLIIVElg*N;A3(+\",ub@y2EtItA\";i:3908;s:13:\"9M=hT?GUuBlBA\";i:3909;s:15:\">J?hT?GUO[[9XLA\";i:3910;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3911;s:64:\"ZE=hT?GUO[A^aL_EVElg*NVA3((\",ub@y22(QtDH_Q3nE3so#AeZ=hT?GU~@jBEA\";i:3912;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt8M_Q3nE3kAi\"tBJHNz?MuWA\";i:3913;s:15:\"F0=hT?GUO[N/YLA\";i:3914;s:34:\"Bm=hT?GU/A$A~CSOYM)ZBtdZ_Q3nE3kAgA\";i:3915;s:13:\"VE=hT?GU>BlBA\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (165, 'theme_mods_Divi-child', 'a:4:{s:16:\"et_pb_css_synced\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:18:\"custom_css_post_id\";i:697;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (169, 'et_google_api_settings', 'a:3:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";s:16:\"use_google_fonts\";s:2:\"on\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (170, 'et_automatic_updates_options', 'a:2:{s:8:\"username\";s:14:\"bandoliergroup\";s:7:\"api_key\";s:40:\"0dcea3c39ae27a3ee8484543219350a142fafca1\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (171, 'et_account_status_last_checked', 1679084971, 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (172, 'dipi_license', '91defe51a4a796632bc4dedbfd3a2789', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (173, 'dipi_license_status', 'valid', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (174, 'dipi_license_limit', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (175, 'dipi_license_site_count', 46, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (176, 'edd_sl_9481ed44b0b7ba0701d45beb14f3f72f', 'a:2:{s:7:\"timeout\";i:1679097561;s:5:\"value\";s:119310:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"msg\":\"No license key has been provided.\",\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (178, 'dipi_login_page', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (179, 'dipi_login_page_link', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (180, 'dipi_browser_scrollbar', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (181, 'dipi_svg_upload', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (182, 'dipi_back_to_top', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (183, 'dipi_btt_button_style', 'display_icon', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (184, 'dipi_btt_custom_link', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (185, 'dipi_btt_link', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (186, 'dipi_btt_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (187, 'dipi_hide_projects', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (188, 'dipi_rename_projects', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (189, 'dipi_rename_projects_singular', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (190, 'dipi_rename_projects_plural', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (191, 'dipi_rename_projects_slug', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (192, 'dipi_rename_testimonials', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (193, 'dipi_rename_testimonials_singular', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (194, 'dipi_rename_testimonials_plural', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (195, 'dipi_rename_testimonials_slug', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (196, 'dipi_hide_library_shortcodes', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (197, 'dipi_disable_conditional_module_display', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (198, 'dipi_hide_edit_in_vb', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (199, 'dipi_hide_admin_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (200, 'dipi_custom_map_marker', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (201, 'dipi_upload_custom_marker', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (202, 'dipi_custom_map_marker_anchor', 'bottom_center', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (203, 'dipi_custom_preloader', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (204, 'dipi_custom_preloader_style', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (205, 'dipi_custom_preloader_image', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (206, 'dipi_upload_preloader', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (207, 'dipi_custom_preloader_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (208, 'dipi_preloader_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (209, 'dipi_menu_styles', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (210, 'dipi_enable_menu_hover_styles', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (211, 'dipi_menu_hover_styles', 'three_dots', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (212, 'dipi_custom_dropdown', 'off', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (213, 'dipi_menu_button', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (214, 'dipi_menu_cta_menu', 'a:1:{i:0;s:1:\"3\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (215, 'dipi_menu_button_text', 'Enroll Now', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (216, 'dipi_menu_button_url', 'https://CFtotalrewards-Statement.com', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (217, 'dipi_menu_button_placement', 'a', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (218, 'dipi_menu_button_classname', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (219, 'dipi_cta_btn_new_tab', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (220, 'dipi_mobile_cta_btn', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (221, 'dipi_menu_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (222, 'dipi_header_underline', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (223, 'dipi_shrink_header', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (224, 'dipi_fixed_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (225, 'dipi_fixed_logo_image', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (226, 'dipi_zoom_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (227, 'dipi_footer_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (228, 'dipi_footer_layout', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (229, 'dipi_select_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (230, 'dipi_hide_bottom_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (231, 'dipi_fixed_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (232, 'dipi_reveal_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (233, 'dipi_reveal_desktop', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (234, 'dipi_reveal_tablet', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (235, 'dipi_reveal_phone', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (236, 'dipi_footer_reveal_posts_type', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (237, 'dipi_footer_reveal_pages_type', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (238, 'dipi_footer_reveal_projects_type', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (239, 'dipi_footer_reveal_testimonials_type', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (240, 'dipi_dipi_settings_reset_button', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (241, 'dipi_dipi_settings_reset_customizer_button', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (242, 'dipi_enable_beta_program', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (243, 'dipi_google_place_id', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (244, 'dipi_google_api_key', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (245, 'dipi_facebook_page_id', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (246, 'dipi_facebook_page_access_token', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (247, 'dipi_export_settings', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (248, 'dipi_export_customizer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (249, 'dipi_export_button', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (250, 'dipi_import_button', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (251, 'dipi_social_icons_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (252, 'dipi_use_dipi_social_icons', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (253, 'dipi_social_links_new_tab', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (254, 'dipi_social_icons_individual_location', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (255, 'dipi_social_icons_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (256, 'dipi_social_icons_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (257, 'dipi_social_icons_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (258, 'dipi_social_media_facebook', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (259, 'dipi_social_media_facebook_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (260, 'dipi_social_media_facebook_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (261, 'dipi_social_media_facebook_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (262, 'dipi_social_media_instagram', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (263, 'dipi_social_media_instagram_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (264, 'dipi_social_media_instagram_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (265, 'dipi_social_media_instagram_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (266, 'dipi_social_media_twitter', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (267, 'dipi_social_media_twitter_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (268, 'dipi_social_media_twitter_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (269, 'dipi_social_media_twitter_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (270, 'dipi_social_media_youtube', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (271, 'dipi_social_media_youtube_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (272, 'dipi_social_media_youtube_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (273, 'dipi_social_media_youtube_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (274, 'dipi_social_media_pinterest', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (275, 'dipi_social_media_pinterest_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (276, 'dipi_social_media_pinterest_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (277, 'dipi_social_media_pinterest_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (278, 'dipi_social_media_vimeo', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (279, 'dipi_social_media_vimeo_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (280, 'dipi_social_media_vimeo_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (281, 'dipi_social_media_vimeo_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (282, 'dipi_social_media_tumblr', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (283, 'dipi_social_media_tumblr_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (284, 'dipi_social_media_tumblr_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (285, 'dipi_social_media_tumblr_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (286, 'dipi_social_media_linkedin', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (287, 'dipi_social_media_linkedin_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (288, 'dipi_social_media_linkedin_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (289, 'dipi_social_media_linkedin_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (290, 'dipi_social_media_flickr', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (291, 'dipi_social_media_flickr_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (292, 'dipi_social_media_flickr_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (293, 'dipi_social_media_flickr_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (294, 'dipi_social_media_dribbble', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (295, 'dipi_social_media_dribbble_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (296, 'dipi_social_media_dribbble_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (297, 'dipi_social_media_dribbble_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (298, 'dipi_social_media_skype', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (299, 'dipi_social_media_skype_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (300, 'dipi_social_media_skype_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (301, 'dipi_social_media_skype_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (302, 'dipi_social_media_google', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (303, 'dipi_social_media_google_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (304, 'dipi_social_media_google_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (305, 'dipi_social_media_google_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (306, 'dipi_social_media_xing', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (307, 'dipi_social_media_xing_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (308, 'dipi_social_media_xing_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (309, 'dipi_social_media_xing_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (310, 'dipi_social_media_whatsapp', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (311, 'dipi_social_media_whatsapp_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (312, 'dipi_social_media_whatsapp_footer', 'off', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (313, 'dipi_social_media_whatsapp_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (314, 'dipi_social_media_snapchat', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (315, 'dipi_social_media_snapchat_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (316, 'dipi_social_media_snapchat_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (317, 'dipi_social_media_snapchat_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (318, 'dipi_blog_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (319, 'dipi_custom_archive_page', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (320, 'dipi_custom_archive_styles', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (321, 'dipi_hide_excerpt_text', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (322, 'dipi_blog_meta_icons', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (323, 'dipi_remove_sidebar', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (324, 'dipi_remove_sidebar_line', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (325, 'dipi_add_read_more_archive', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (326, 'dipi_read_more_button_style', 'text_icon', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (327, 'dipi_read_more_button', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (328, 'dipi_read_more_button_text', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (329, 'dipi_author_box', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (330, 'dipi_blog_nav', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (331, 'dipi_blog_nav_prev', 'Previous Article', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (332, 'dipi_blog_nav_next', 'Next Article', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (333, 'dipi_related_articles', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (334, 'dipi_related_articles_heading', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (335, 'dipi_related_articles_limit', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (336, 'dipi_enable_custom_comments', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (337, 'dipi_custom_comments_title', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (338, 'dipi_mobile_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (339, 'dipi_custom_breakpoints', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (340, 'dipi_breakpoint_mobile', 1120, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (341, 'dipi_fixed_mobile_header', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (342, 'dipi_search_icon_mobile', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (343, 'dipi_mobile_logo', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (344, 'dipi_mobile_logo_url', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (345, 'dipi_mobile_menu_style', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (346, 'dipi_mobile_menu_fullscreen', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (347, 'dipi_hamburger_animation', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (348, 'dipi_hamburger_animation_styles', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (349, 'dipi_hamburger_animation_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (350, 'dipi_collapse_submenu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (351, 'dipi_collapse_submenu_prevent_parent_opening', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (352, 'dipi_modules_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (353, 'dipi_md_masonry_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (354, 'dipi_md_testimonial', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (355, 'dipi_md_countdown', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (356, 'dipi_md_blog_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (357, 'dipi_md_counter', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (358, 'dipi_md_flip_box', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (359, 'dipi_md_button_grid', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (360, 'dipi_md_before_after_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (361, 'dipi_md_floating_multi_images', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (362, 'dipi_md_tilt_image', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (363, 'dipi_md_carousel', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (364, 'dipi_md_typing_text', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (365, 'dipi_md_star_rating', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (366, 'dipi_md_breadcrumbs', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (367, 'dipi_md_pricelist', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (368, 'dipi_md_image_hotspot', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (369, 'dipi_md_hover_box', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (370, 'dipi_md_fancy_text', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (371, 'dipi_md_accordion_image', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (372, 'dipi_md_scroll_image', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (373, 'dipi_md_panorama', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (374, 'dipi_md_reading_progress_bar', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (375, 'dipi_md_image_magnifier', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (376, 'dipi_md_lottie_icon', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (377, 'dipi_md_image_showcase', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (378, 'dipi_md_image_mask', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (379, 'dipi_md_timeline', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (380, 'dipi_md_content_toggle', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (381, 'dipi_md_faq', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (382, 'dipi_md_balloon', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (383, 'dipi_md_gallery_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (384, 'dipi_md_instagram', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (385, 'dipi_md_popup_maker', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (386, 'dipi_md_filterable_grid', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (387, 'dipi_md_video_lightbox', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (388, 'dipi_inject_theme_customizer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (389, 'dipi_before_nav_layout', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (390, 'dipi_after_nav_layout', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (391, 'dipi_nav_layout_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (392, 'dipi_nav_layout_custom', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (393, 'dipi_nav_specific_pages', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (394, 'dipi_before_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (395, 'dipi_after_footer_layout', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (396, 'dipi_footer_layout_homepage', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (397, 'dipi_footer_layout_custom', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (398, 'dipi_footer_specific_pages', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (399, 'dipi_error_page', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (400, 'dipi_select_error_page', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (401, 'dipi_error_page_header', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (402, 'dipi_error_page_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (403, 'dipi_after_nav_post_layout', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (404, 'dipi_after_nav_archives', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (405, 'dipi_after_nav_categories', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (406, 'dipi_after_nav_search', -1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (407, 'edd_api_request_4b98b859d8e70fe5f76bfec2669e8718', 'a:2:{s:7:\"timeout\";i:1679097638;s:5:\"value\";s:119692:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTIzODo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo5ZDBhMTY2MzcyMzE4YzEyYzVjNjg3NDdhZDE0NTYyODpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTIzODo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo5ZDBhMTY2MzcyMzE4YzEyYzVjNjg3NDdhZDE0NTYyODpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (408, 'edd_sl_4b98b859d8e70fe5f76bfec2669e8718', 'a:2:{s:7:\"timeout\";i:1679097657;s:5:\"value\";s:119692:\"{\"new_version\":\"2.20.1\",\"stable_version\":\"2.20.1\",\"name\":\"Divi Pixel\",\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2023-03-03 14:18:07\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTI1Njo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo2OWYyMDJhNDMyMWQ3YzhhNGMyYzY3ZmY1MjY2N2JkZjpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTY3OTY5NTI1Njo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODo2OWYyMDJhNDMyMWQ3YzhhNGMyYzY3ZmY1MjY2N2JkZjpodHRwc0AvL2NmaWJlbmVmaXRzLndwZW5naW5lLmNvbTow\",\"sections\":{\"description\":\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\",\"changelog\":\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"description\":[\"<p>[et_pb_section fb_built=\\\"1\\\" admin_label=\\\"section\\\" _builder_version=\\\"4.16\\\" global_colors_info=\\\"{}\\\"][et_pb_row admin_label=\\\"row\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"][et_pb_column type=\\\"4_4\\\" _builder_version=\\\"4.16\\\" custom_padding=\\\"|||\\\" global_colors_info=\\\"{}\\\" custom_padding__hover=\\\"|||\\\"][et_pb_text admin_label=\\\"Text\\\" _builder_version=\\\"4.16\\\" background_size=\\\"initial\\\" background_position=\\\"top_left\\\" background_repeat=\\\"repeat\\\" global_colors_info=\\\"{}\\\"]<br \\/>\\nDivi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<br \\/>\\n[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"]}\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (409, 'recovery_mode_email_last_sent', 1679087186, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (411, 'et_safe_mode_plugins_allowlist', 'a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (412, 'et_divi_builder_global_presets_ng', 'O:8:\"stdClass\":10:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39c13092-8f78-4190-95b9-956e6631a6df\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"CF Benefits Center slider\";s:7:\"created\";i:1729481166520;s:7:\"updated\";i:1729481166520;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"header_font\";s:21:\"Montserrat|300|||||||\";s:16:\"header_font_size\";s:4:\"51px\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ef8e805b-6a23-4d48-beac-86c037006669\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"SLIDER - image L blue R\";s:7:\"created\";i:1729481315968;s:7:\"updated\";i:1729481315968;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":88:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\";s:22:\"background_image_phone\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"3b667377-0968-42d9-9688-085149b7ea13\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"slider L image horiz lt green\";s:7:\"created\";i:1729601282227;s:7:\"updated\";i:1729601282227;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:97:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"29118def-2483-4270-8d26-15bcc1b9228d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Slider Mercer link\";s:7:\"created\";i:1729622923887;s:7:\"updated\";i:1729622923887;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/test-image.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"e6f9a3d7-8929-4613-95b3-9146785068e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"2025 OE slider\";s:7:\"created\";i:1729646736233;s:7:\"updated\";i:1729646736233;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#015846\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"da526d34-f7b0-4fcf-9337-b0012d54c727\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"2026 OE slide\";s:7:\"created\";i:1761164598332;s:7:\"updated\";i:1761164598332;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#00C7B1\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:89:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/right-image-oe.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"c4fa182e-34ba-418d-b0b4-f6450f2fbd4b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"2026 OE Best Premium\";s:7:\"created\";i:1761164877614;s:7:\"updated\";i:1761164877614;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":89:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/left-image-oe.jpg\";s:22:\"background_image_phone\";s:107:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"display_conditions\";s:260:\"W3siaWQiOiIwNTM0NzNhZi0wNjRmLTQ4NmEtYWQxNy04NDcwYzgzYjlkNDYiLCJjb25kaXRpb24iOiJsb2dnZWRJblN0YXR1cyIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoibG9nZ2VkSW4iLCJhZG1pbkxhYmVsIjoiTG9nZ2VkIEluIFN0YXR1cyIsImVuYWJsZUNvbmRpdGlvbiI6Im9mZiJ9LCJvcGVyYXRvciI6Ik9SIn1d\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (414, 'dipi_instagram_db_version', 1, 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (415, 'dipi_pm_OnceMigrateCbcValues', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (417, 'edd_sl_f08fbf759fdb5fba408fbfa956be94cd', 'a:2:{s:7:\"timeout\";i:1773009352;s:5:\"value\";s:198418:\"{\"name\":\"Divi Pixel\",\"new_version\":\"2.49.1\",\"stable_version\":\"2.49.1\",\"sections\":{\"description\":\"<p>Divi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<\\/p>\\n\",\"changelog\":\"<p><strong>2.49.1 March 5th 2026<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the Button Grid text color issue when the Theme Customizer Button styles are configured<\\/li>\\n<li>Fixed the Advanced Tabs tab icon position issues<\\/li>\\n<li>Fixed the Image Mask issue where images are not rendered<\\/li>\\n<li>Fixed FAQ module not rendering paragraphs<\\/li>\\n<li>Optimized icon registration by moving it to a global file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.49.0 February 25th 2026<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading for Divi 5<\\/li>\\n<li>Added support for custom breakpoints in D5 Carousel and Blog Slider modules<\\/li>\\n<li>Fixed Breadcrumbs not rendering correctly when used in Theme Builder templates<\\/li>\\n<li>Fixed warning in Advanced Tabs when no subtitle is used<\\/li>\\n<li>Fixed the D5 Counter circle\\/half circle line width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.48.1 February 17th 2026<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue where the header overlapped the popup layout in D4<\\/li>\\n<li>Fixed an issue preventing Popup Maker layouts from displaying on archive pages in D4<\\/li>\\n<li>Fixed CSS styling conflicts when using Popup Maker in D5<\\/li>\\n<li>Fixed an issue where the HTML wrapper was added to the D5 Carousel even when no content was present<\\/li>\\n<li>Fixed text formatting issues across multiple modules when using the HTML\\/Rich Text editor<\\/li>\\n<li>Fixed text decoration not working properly in the D5 Button module<\\/li>\\n<li>Removed deprecated code from the D5 Expanding CTA module<\\/li>\\n<li>Fixed an issue where the D5 FAQ module broke the page layout when Canvas was enabled<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.48.0 February 10th 2026<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Advanced Tabs for Divi 5<\\/li>\\n<li>NEW: Balloon module for Divi 5<\\/li>\\n<li>Fixed the no-repeat background option in the D4 Balloon module<\\/li>\\n<li>Fixed syntax error in the D5 Tilt Image module<\\/li>\\n<li>Fixed Conditional Display issue in the D4 Carousel module<\\/li>\\n<li>Fixed the responsive position issue in the Lottie Icon module<\\/li>\\n<li>Fixed D5 Popup Maker width and background issue<\\/li>\\n<li>Fixed the D5 Font Awesome icons issue when used for the D5 Carousel navigation<\\/li>\\n<li>Fixed the Bracket In hover animation position issue<\\/li>\\n<li>Fixed deprecated PHP in Mobile_Detect.php file<\\/li>\\n<li>Fixed the default icon issue on the front-end in the D4 Horizontal Timeline module<\\/li>\\n<li>Fixed image lightbox functionality issue in various D5 modules<\\/li>\\n<li>Fixed the D5 GF Styler button customisation issue when set to the end of the last row<\\/li>\\n<li>Fixed the D5 Lottie Icon issue when converted .lottie icon is used<\\/li>\\n<li>Fixed the Lottie Icon Placement issue in the D4 and D5 modules<\\/li>\\n<li>Fixed SVG alignment issue in the D5 SVG Animator module<\\/li>\\n<li>Fixed various D4 to D5 conversion issues<\\/li>\\n<li>Fixed PHP Warnings in the D5 Pricing Table module<\\/li>\\n<li>Fixed the D5 Raw HTML displayed in various modules in VB<\\/li>\\n<li>Fixed deprecated PHP code in the D5 Masonry Gallery module<\\/li>\\n<li>Removed FontAwesome CDN styles<\\/li>\\n<li>Improved the Divi Library shortcode rendering<\\/li>\\n<li>Added Conditions settings to all D5 modules<\\/li>\\n<li>Added Custom Breakpoints Support to the D5 Carousel module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.47.0 December 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Toggle for Divi 5 Beta<\\/li>\\n<li><strong>NEW:<\\/strong> Added Divi Library component to D5<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic content support to D5 modules<\\/li>\\n<li>Resolved D4 \\u2192 D5 migration issues<\\/li>\\n<li>Optimised asset loading so only JavaScript for modules used on the page is loaded<\\/li>\\n<li>Enhanced spacing selectors in the D5 Hover Box module<\\/li>\\n<li>Improved mobile style selectors so they apply only to Menu modules used in headers<\\/li>\\n<li>Improved the Divi Pixel plugin dashboard<\\/li>\\n<li>Disabled loading of Popup Maker cookies when the Manual trigger is used<\\/li>\\n<li>Fixed the D5 Breadcrumbs module issues<\\/li>\\n<li>Fixed the seconds CSS field in the D5 Countdown module<\\/li>\\n<li>Fixed handle icon color issue in the D5 Before &amp; After Slider<\\/li>\\n<li>Fixed PHP error in the D5 Blog Slider module when used in Theme Builder<\\/li>\\n<li>Fixed \\u201c404 Not Found\\u201d errors for module fonts<\\/li>\\n<li>Fixed PHP warning in the D5 Divider module<\\/li>\\n<li>Fixed taxonomy issue in the D5 Testimonial module<\\/li>\\n<li>Fixed an issue where the D5 Filterable Grid content was not displaying on tablets and mobile devices<\\/li>\\n<li>Fixed issue with opening specific tabs in the D5 Filterable Grid module<\\/li>\\n<li>Fixed link target issue in the D5 Filterable Grid module<\\/li>\\n<li>Fixed image animation issue in the D5 Filterable Grid module<\\/li>\\n<li>Fixed icon PHP error in the D5 Flip Box module<\\/li>\\n<li>Fixed background issue in the D5 Hover Box module when the \\\"Force to Square\\\" option is used<\\/li>\\n<li>Fixed the Coverflow effect issue in the D5 Blog Slider module<\\/li>\\n<li>Fixed undefined variable in the D5 Reading Progress Bar module<\\/li>\\n<li>Fixed button icon issue in the D4 Flip Box module<\\/li>\\n<li>Fixed D4 Testimonial Slider image size responsive settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.46.1 September 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the Fullscreen Mobile menu issue when the Theme Builder header is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.46.0 September 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li>NEW:\\u00a0Table of Contents for Divi 5 Alpha<\\/li>\\n<li>Fixed the issue where Cloudflare blocked some resources<\\/li>\\n<li>Fixed the issue when the Content Toggle selector is used, the toggle button doesn\\u2019t switch<\\/li>\\n<li>Improved the Fullscreen Mobile Menu so it applies to Menu modules used in the header<\\/li>\\n<li>Fixed issue with Theme Customizer Custom CSS field size in Divi 5<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.45.0 August 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> FAQ module for Divi 5 Alpha<\\/li>\\n<li>Fixed D5 Accordion Image button spacing issues in hover mode<\\/li>\\n<li>Fixed D5 Accordion Image title color issue<\\/li>\\n<li>Fixed the FAQ module issue where it shows the wrong title on the WooCommerce Thank You page<\\/li>\\n<li>Fixed the custom Image Mask issue where it blocks SVG files on specific servers<\\/li>\\n<li>Fixed alignment and customisation issues in the parent module of the D5 Pricing Table<\\/li>\\n<li>Added taxonomy-based CSS classes to the Filterable Grid items<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.44.0 July 30th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Accordion Image module for Divi 5 Alpha<\\/li>\\n<li>Resolved the Image Slider minimum height issue<\\/li>\\n<li>Enhanced Back to Top link behaviour with fixed headers<\\/li>\\n<li>Fixed Gravity Forms Styler input field padding inconsistency<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.1 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the PHP error for ModuleClassNamesTrait in the D5 Gravity Forms Styler<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.0 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Divi 5 Gravity Forms Styler Beta<\\/li>\\n<li>Fixed the D5 Panorama display issue with the new D5 flexbox settings<\\/li>\\n<li>Fixed Uncaught TypeError with unsupported operand types in the Testimonial Slider<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.42.0 July 15th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Added Panorama Module support for Divi 5 Alpha<\\/li>\\n<li>Improved the Hover Gallery Content Thumb width and spacing settings<\\/li>\\n<li>Fixed the D5 Counter module console error displayed on the front-end<\\/li>\\n<li>Fixed D5 Carousel Continuous Slide not working on mobiles<\\/li>\\n<li>Fixed D5 Carousel Loop, Autoplay, Navigation and Pagination responsive settings<\\/li>\\n<li>Fixed the issue where the hidden title is showing in the GF Styler source code<\\/li>\\n<li>Fixed sticky posts issue in Filterable Grid<\\/li>\\n<li>Fixed an issue where the Advanced Tabs module unexpectedly broke in the builder<\\/li>\\n<li>Fixed Image Slider issues when Divi Conditions are used<\\/li>\\n<li>Fixed alignment issues with Timeline elements<\\/li>\\n<li>Fixed the Filled Background Hover Menu Effect not working correctly in Firefox and Safari browsers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.41.0 June 25th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Parallax Image Module support for Divi 5 Alpha<\\/li>\\n<li>Fixed the issue where the CSS Class was not being imported in the Divi 5 Carousel module<\\/li>\\n<li>Fixed the flickering issue in the Filterable Grid module when using the Infinite Scroll option<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.40.0 June 18th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Tile Scroll Beta<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.39.0 June 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Lottie Icon Beta<\\/li>\\n<li>Fixed string interpolation in D5 Breadcrumbs and Divider modules<\\/li>\\n<li>Fixed Schema Markup issue in the Breadcrumbs module<\\/li>\\n<li>Fixed fatal error in the D5 Breadcrumbs module<\\/li>\\n<li>Fixed an issue causing the D5 Blog Slider module to break during editing<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.38.0 June 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Scroll Image Beta<\\/li>\\n<li>Fixed meta text alignment on Blog Archive pages when using Divi Pixel<\\/li>\\n<li>Resolved an issue causing the D5 Filterable Grid module to break during editing<\\/li>\\n<li>Corrected padding inconsistencies in the D5 Testimonial Slider module<\\/li>\\n<li>Fixed builder icon display for the D5 Carousel module<\\/li>\\n<li>Addressed animation glitch in the D5 Hover Image Slice effect<\\/li>\\n<li>Resolved PHP warning in the D5 SVG Animator module<\\/li>\\n<li>Resolved PHP warning in the D5 Hover Gallery module<\\/li>\\n<li>Replaced is_callable with is_string in internal checks to avoid false positives and improve code stability<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.37.0 May 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Carousel module for Divi 5<\\/li>\\n<li>Fixed \\\"Hide All Modules\\\" option - 4 modules were still visible despite the setting<\\/li>\\n<li>Fixed Collapsed Container height responsive settings in the Reveal module<\\/li>\\n<li>Fixed D5 modules icon size issue with the latest Divi 5 alpha 14.1<\\/li>\\n<li>Fixed D5 Filterable Grid Custom CSS issue<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.4 May 21th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed PHP notices on newer WordPress versions caused by translations being called too early<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<li>Fixed DIPI_Builder_Module.php fatal error when the cURL extension on a server is disabled<\\/li>\\n<li>Fixed the Image Hotspot issue on mobiles, where multiple tooltips can be opened at once<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.1 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Resolved issue with missing FAQ taxonomy entries<\\/li>\\n<li>Restored missing Divi Library shortcodes<\\/li>\\n<li>Fixed PHP error for RESTController.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.0 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added 34 Divi 5 modules (Beta)<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Close Icon weight option<\\/li>\\n<li>Added option to select multiple mobile menu layouts for translations<\\/li>\\n<li>Fixed the Breadcrumbs issue not displaying on author archive pages<\\/li>\\n<li>Fixed Button Grid displaying issue when custom padding is added<\\/li>\\n<li>Fixed the Filterable Grid\\/Filterable Gallery lightbox issue on mobiles<\\/li>\\n<li>Fixed mobile submenu border issue<\\/li>\\n<li>Fixed compatibility issue with Image Slider used in the Advanced Tabs module<\\/li>\\n<li>Fixed PHP warning in the Tilt Image<\\/li>\\n<li>Improved the Maintenance Mode functionality<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.35.0 March 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Ajax loading functionality to the Filterable Grid module for improved performance<\\/li>\\n<li><strong>NEW:<\\/strong> Added Reverse Order option to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Bulk Actions functionality to the Popup Maker for easier management<\\/li>\\n<li><strong>NEW:<\\/strong> Added an excerpt text field to the FAQ custom post type for better content display<\\/li>\\n<li><strong>NEW:<\\/strong> Added Activate\\/Deactivate button to the Popup Maker dashboard<\\/li>\\n<li><strong>NEW:<\\/strong> Popup Close Animation and duration<\\/li>\\n<li>Fixed Image Hotspot issue where the tooltip disappears before it\\u2019s mouseovered<\\/li>\\n<li>Fixed the not displayed header when the CTA Menu button is positioned as the first item in the menu<\\/li>\\n<li>Fixed the PHP error when the Reset Password button on the login screen is clicked<\\/li>\\n<li>Fixed the issue with the Vertical Content Alignment in the Advanced Tabs module<\\/li>\\n<li>Fixed Table Maker issue, where the column header is displayed when set to 0<\\/li>\\n<li>Improved the Popup Maker anchor links functionality<\\/li>\\n<li>Improved the Popup Maker functionality to trigger multiple popups<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.2 February 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the permalink rewrite rules issue that caused the Divi Library to malfunction<\\/li>\\n<li>Fixed compatibility issues with the Theme Customizer in WordPress 6.7.2<\\/li>\\n<li>Fixed a display issue with the Image Showcase inside the Content Slider module<\\/li>\\n<li>Fixed an issue where anchor links in the custom mobile menu wouldn\\u2019t close the popup.<\\/li>\\n<li>Added the ability to select multiple post statuses in the Filterable Grid module<\\/li>\\n<li>Added an option to simplify item IDs in the Table of Contents module<\\/li>\\n<li>Enhanced Carousel Content Alignment settings for better layout control<\\/li>\\n<li>Optimised the loading of Balloon modules inside the Table Maker<\\/li>\\n<li>Improved the Filled Background Menu Hover Effect for a smoother user experience<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.1 January 20th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Responsive lightbox settings in the Filterable Gallery module<\\/li>\\n<li>Fixed: Rendering of FAQ modules when nested inside Advanced Tab modules<\\/li>\\n<li>Fixed: Critical errors in some configurations on certain servers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.0 January 16th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Non-functional child module link in the Parallax Image module<\\/li>\\n<li>Fixed: Responsive settings issue for Horizontal Timeline navigation<\\/li>\\n<li>Fixed: Gravity Forms Styler Next\\/Prev button issue in multi-step forms<\\/li>\\n<li>Fixed: \\u201cFull\\u201d Col Span option in the Table Maker module<\\/li>\\n<li>Fixed: Password icon alignment on the Custom Login Page<\\/li>\\n<li>Fixed: Margin-bottom issue in the Image Mask module<\\/li>\\n<li>Fixed: Margin-bottom issue in the Star Rating module<\\/li>\\n<li>Fixed: Button link target issue in the Pricing Table module<\\/li>\\n<li>Fixed: Conflict in the Image Showcase\\/Carousel when the Autoplay option is enabled<\\/li>\\n<li>Fixed: Dynamic link option issues across multiple DP modules<\\/li>\\n<li>Fixed: PHP warnings related to the\\u00a0EDD_SL_Plugin_Updater.php\\u00a0file<\\/li>\\n<li>Fixed: Image Slider issue when the Advanced Tabs module is added to the same page<\\/li>\\n<li>Fixed: Thumbs navigation positioning for RTL websites in the Image Slider module<\\/li>\\n<li>Fixed: Custom Mobile Menu anchor links not closing the popup<\\/li>\\n<li>Fixed: Content Image Size issue in the Expanding CTA module<\\/li>\\n<li>Fixed: \\u201cCertain Period\\u201d option in Popup Maker Activity settings<\\/li>\\n<li>Improved: SEO for Filterable Grid and Blog Slider elements<\\/li>\\n<li>Improved: Response headers for Maintenance Mode<\\/li>\\n<li>Improved: Slide Selector option in the Content Slider module when triggered from the same page<\\/li>\\n<li>Added: Scroll To Top functionality for pagination in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added: Clickable Card and Clickable Image options to the Filterable Grid module<\\/li>\\n<li>Added: Clickability of Content Toggle labels<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.33.0 November 21st 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Custom Mobile Menu for Divi<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Exporter<\\/li>\\n<li>Fixed Menu CTA Button and Social Icons positioning issue<\\/li>\\n<li>Fixed Gravity Forms Styler CSS file location for the Orbital theme<\\/li>\\n<li>Fixed Pricing Table Module Text customization issues in child modules<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.32.0 November 14th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added display \\u201cCurrent Category\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option \\u201cHide Filters\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added video support to the Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to filter testimonials by star rating<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to disable Touch Slide on mobiles in Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Retrieve Alt text from Media Library, if no custom Alt text is added<\\/li>\\n<li>Improved the taxonomy position in the Filterable Grid module<\\/li>\\n<li>Fixed Advanced Tabs touch slide issue on mobiles<\\/li>\\n<li>Fixed duplicated Balloon HTML issue<\\/li>\\n<li>Fixed Pricing Table child module border issue<\\/li>\\n<li>Fixed Dropdown Menu Vertical Position issue<\\/li>\\n<li>Fixed Counter module bottom margin issue<\\/li>\\n<li>Fixed FAQ module bottom margin issue<\\/li>\\n<li>Fixed Text Alignment issue in the Pricing Table module<\\/li>\\n<li>Fixed Theme Customizer compatibility with WordPress 6.7<\\/li>\\n<li>Fixed Balloon module link issue when used as mega menu<\\/li>\\n<li>Fixed Blog Slider PHP warning<\\/li>\\n<li>Disabled \\u201cauto\\u201d image size attribute in WordPress 6.7 to prevent image skewing<\\/li>\\n<li>Divi 5 compatibility improvements<\\/li>\\n<li>Minified animate.css file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.31.0 September 18th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Automatically clear Divi cache<\\/li>\\n<li>Added link customization settings to the Pricing Table module<\\/li>\\n<li>Added dynamic video link to the Panorama module<\\/li>\\n<li>Fixed Counter prefix\\/suffix when special characters are added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.30.0 August 27th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added dotLottie support to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Lottie Icon position settings<\\/li>\\n<li><strong>NEW:<\\/strong> Added close animations to the Popup Maker<\\/li>\\n<li>Fixed Image Showcase display issue<\\/li>\\n<li>Fixed Flip Box 3D Content Effect issue<\\/li>\\n<li>Fixed image alignment in the Horizontal Timeline module when SVG is used<\\/li>\\n<li>Fixed child item padding in the Parallax Image module<\\/li>\\n<li>Fixed not working Blog Slider module background<\\/li>\\n<li>Fixed the Carousel issue in the Firefox browser<\\/li>\\n<li>Fixed not working Divi Library shortcodes in the Carousel module<\\/li>\\n<li>Fixed PHP Warning in the Dual Heading module<\\/li>\\n<li>Fixed \\u201cClear Divi Cache\\u201d admin bar showing for non-admin users<\\/li>\\n<li>Removed unwanted H5 tag from the Content Toggle 2nd item<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple Fade animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"},\"license_check\":\"\",\"msg\":\"\",\"homepage\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/\",\"package\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTc3MzYwNjk1Mjo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODpkNTFmMGM0NGVjNGZiY2RlNTU5NDRkZTBhYWJhZDMyYTpodHRwc0AvL2NmdG90YWxyZXdhcmRzLmNvbTow\",\"icons\":{\"1x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-128x128.png\",\"2x\":\"https:\\/\\/www.divi-pixel.com\\/wp-content\\/uploads\\/2020\\/03\\/dp-affiliate-banner-02-256x256.png\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"slug\":\"divi-pixel\",\"url\":\"https:\\/\\/www.divi-pixel.com\\/product\\/divi-pixel\\/?changelog=1\",\"last_updated\":\"2026-03-06 10:56:13\",\"download_link\":\"https:\\/\\/www.divi-pixel.com\\/edd-sl\\/package_download\\/MTc3MzYwNjk1Mjo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODpkNTFmMGM0NGVjNGZiY2RlNTU5NDRkZTBhYWJhZDMyYTpodHRwc0AvL2NmdG90YWxyZXdhcmRzLmNvbTow\",\"upgrade_notice\":\"\",\"description\":[\"<p>Divi Pixel is an all-in-one solution for all Divi users, from absolute beginners to professionals. Create amazing websites using powerful Divi Pixels modules and settings.<\\/p>\\n\"],\"changelog\":[\"<p><strong>2.49.1 March 5th 2026<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the Button Grid text color issue when the Theme Customizer Button styles are configured<\\/li>\\n<li>Fixed the Advanced Tabs tab icon position issues<\\/li>\\n<li>Fixed the Image Mask issue where images are not rendered<\\/li>\\n<li>Fixed FAQ module not rendering paragraphs<\\/li>\\n<li>Optimized icon registration by moving it to a global file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.49.0 February 25th 2026<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading for Divi 5<\\/li>\\n<li>Added support for custom breakpoints in D5 Carousel and Blog Slider modules<\\/li>\\n<li>Fixed Breadcrumbs not rendering correctly when used in Theme Builder templates<\\/li>\\n<li>Fixed warning in Advanced Tabs when no subtitle is used<\\/li>\\n<li>Fixed the D5 Counter circle\\/half circle line width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.48.1 February 17th 2026<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue where the header overlapped the popup layout in D4<\\/li>\\n<li>Fixed an issue preventing Popup Maker layouts from displaying on archive pages in D4<\\/li>\\n<li>Fixed CSS styling conflicts when using Popup Maker in D5<\\/li>\\n<li>Fixed an issue where the HTML wrapper was added to the D5 Carousel even when no content was present<\\/li>\\n<li>Fixed text formatting issues across multiple modules when using the HTML\\/Rich Text editor<\\/li>\\n<li>Fixed text decoration not working properly in the D5 Button module<\\/li>\\n<li>Removed deprecated code from the D5 Expanding CTA module<\\/li>\\n<li>Fixed an issue where the D5 FAQ module broke the page layout when Canvas was enabled<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.48.0 February 10th 2026<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Advanced Tabs for Divi 5<\\/li>\\n<li>NEW: Balloon module for Divi 5<\\/li>\\n<li>Fixed the no-repeat background option in the D4 Balloon module<\\/li>\\n<li>Fixed syntax error in the D5 Tilt Image module<\\/li>\\n<li>Fixed Conditional Display issue in the D4 Carousel module<\\/li>\\n<li>Fixed the responsive position issue in the Lottie Icon module<\\/li>\\n<li>Fixed D5 Popup Maker width and background issue<\\/li>\\n<li>Fixed the D5 Font Awesome icons issue when used for the D5 Carousel navigation<\\/li>\\n<li>Fixed the Bracket In hover animation position issue<\\/li>\\n<li>Fixed deprecated PHP in Mobile_Detect.php file<\\/li>\\n<li>Fixed the default icon issue on the front-end in the D4 Horizontal Timeline module<\\/li>\\n<li>Fixed image lightbox functionality issue in various D5 modules<\\/li>\\n<li>Fixed the D5 GF Styler button customisation issue when set to the end of the last row<\\/li>\\n<li>Fixed the D5 Lottie Icon issue when converted .lottie icon is used<\\/li>\\n<li>Fixed the Lottie Icon Placement issue in the D4 and D5 modules<\\/li>\\n<li>Fixed SVG alignment issue in the D5 SVG Animator module<\\/li>\\n<li>Fixed various D4 to D5 conversion issues<\\/li>\\n<li>Fixed PHP Warnings in the D5 Pricing Table module<\\/li>\\n<li>Fixed the D5 Raw HTML displayed in various modules in VB<\\/li>\\n<li>Fixed deprecated PHP code in the D5 Masonry Gallery module<\\/li>\\n<li>Removed FontAwesome CDN styles<\\/li>\\n<li>Improved the Divi Library shortcode rendering<\\/li>\\n<li>Added Conditions settings to all D5 modules<\\/li>\\n<li>Added Custom Breakpoints Support to the D5 Carousel module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.47.0 December 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Toggle for Divi 5 Beta<\\/li>\\n<li><strong>NEW:<\\/strong> Added Divi Library component to D5<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic content support to D5 modules<\\/li>\\n<li>Resolved D4 \\u2192 D5 migration issues<\\/li>\\n<li>Optimised asset loading so only JavaScript for modules used on the page is loaded<\\/li>\\n<li>Enhanced spacing selectors in the D5 Hover Box module<\\/li>\\n<li>Improved mobile style selectors so they apply only to Menu modules used in headers<\\/li>\\n<li>Improved the Divi Pixel plugin dashboard<\\/li>\\n<li>Disabled loading of Popup Maker cookies when the Manual trigger is used<\\/li>\\n<li>Fixed the D5 Breadcrumbs module issues<\\/li>\\n<li>Fixed the seconds CSS field in the D5 Countdown module<\\/li>\\n<li>Fixed handle icon color issue in the D5 Before &amp; After Slider<\\/li>\\n<li>Fixed PHP error in the D5 Blog Slider module when used in Theme Builder<\\/li>\\n<li>Fixed \\u201c404 Not Found\\u201d errors for module fonts<\\/li>\\n<li>Fixed PHP warning in the D5 Divider module<\\/li>\\n<li>Fixed taxonomy issue in the D5 Testimonial module<\\/li>\\n<li>Fixed an issue where the D5 Filterable Grid content was not displaying on tablets and mobile devices<\\/li>\\n<li>Fixed issue with opening specific tabs in the D5 Filterable Grid module<\\/li>\\n<li>Fixed link target issue in the D5 Filterable Grid module<\\/li>\\n<li>Fixed image animation issue in the D5 Filterable Grid module<\\/li>\\n<li>Fixed icon PHP error in the D5 Flip Box module<\\/li>\\n<li>Fixed background issue in the D5 Hover Box module when the \\\"Force to Square\\\" option is used<\\/li>\\n<li>Fixed the Coverflow effect issue in the D5 Blog Slider module<\\/li>\\n<li>Fixed undefined variable in the D5 Reading Progress Bar module<\\/li>\\n<li>Fixed button icon issue in the D4 Flip Box module<\\/li>\\n<li>Fixed D4 Testimonial Slider image size responsive settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.46.1 September 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the Fullscreen Mobile menu issue when the Theme Builder header is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.46.0 September 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li>NEW:\\u00a0Table of Contents for Divi 5 Alpha<\\/li>\\n<li>Fixed the issue where Cloudflare blocked some resources<\\/li>\\n<li>Fixed the issue when the Content Toggle selector is used, the toggle button doesn\\u2019t switch<\\/li>\\n<li>Improved the Fullscreen Mobile Menu so it applies to Menu modules used in the header<\\/li>\\n<li>Fixed issue with Theme Customizer Custom CSS field size in Divi 5<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.45.0 August 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> FAQ module for Divi 5 Alpha<\\/li>\\n<li>Fixed D5 Accordion Image button spacing issues in hover mode<\\/li>\\n<li>Fixed D5 Accordion Image title color issue<\\/li>\\n<li>Fixed the FAQ module issue where it shows the wrong title on the WooCommerce Thank You page<\\/li>\\n<li>Fixed the custom Image Mask issue where it blocks SVG files on specific servers<\\/li>\\n<li>Fixed alignment and customisation issues in the parent module of the D5 Pricing Table<\\/li>\\n<li>Added taxonomy-based CSS classes to the Filterable Grid items<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.44.0 July 30th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Accordion Image module for Divi 5 Alpha<\\/li>\\n<li>Resolved the Image Slider minimum height issue<\\/li>\\n<li>Enhanced Back to Top link behaviour with fixed headers<\\/li>\\n<li>Fixed Gravity Forms Styler input field padding inconsistency<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.1 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the PHP error for ModuleClassNamesTrait in the D5 Gravity Forms Styler<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.43.0 July 24th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Divi 5 Gravity Forms Styler Beta<\\/li>\\n<li>Fixed the D5 Panorama display issue with the new D5 flexbox settings<\\/li>\\n<li>Fixed Uncaught TypeError with unsupported operand types in the Testimonial Slider<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.42.0 July 15th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW: <\\/strong>Added Panorama Module support for Divi 5 Alpha<\\/li>\\n<li>Improved the Hover Gallery Content Thumb width and spacing settings<\\/li>\\n<li>Fixed the D5 Counter module console error displayed on the front-end<\\/li>\\n<li>Fixed D5 Carousel Continuous Slide not working on mobiles<\\/li>\\n<li>Fixed D5 Carousel Loop, Autoplay, Navigation and Pagination responsive settings<\\/li>\\n<li>Fixed the issue where the hidden title is showing in the GF Styler source code<\\/li>\\n<li>Fixed sticky posts issue in Filterable Grid<\\/li>\\n<li>Fixed an issue where the Advanced Tabs module unexpectedly broke in the builder<\\/li>\\n<li>Fixed Image Slider issues when Divi Conditions are used<\\/li>\\n<li>Fixed alignment issues with Timeline elements<\\/li>\\n<li>Fixed the Filled Background Hover Menu Effect not working correctly in Firefox and Safari browsers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.41.0 June 25th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Parallax Image Module support for Divi 5 Alpha<\\/li>\\n<li>Fixed the issue where the CSS Class was not being imported in the Divi 5 Carousel module<\\/li>\\n<li>Fixed the flickering issue in the Filterable Grid module when using the Infinite Scroll option<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.40.0 June 18th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Tile Scroll Beta<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.39.0 June 11th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Lottie Icon Beta<\\/li>\\n<li>Fixed string interpolation in D5 Breadcrumbs and Divider modules<\\/li>\\n<li>Fixed Schema Markup issue in the Breadcrumbs module<\\/li>\\n<li>Fixed fatal error in the D5 Breadcrumbs module<\\/li>\\n<li>Fixed an issue causing the D5 Blog Slider module to break during editing<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.38.0 June 4th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divi 5 Scroll Image Beta<\\/li>\\n<li>Fixed meta text alignment on Blog Archive pages when using Divi Pixel<\\/li>\\n<li>Resolved an issue causing the D5 Filterable Grid module to break during editing<\\/li>\\n<li>Corrected padding inconsistencies in the D5 Testimonial Slider module<\\/li>\\n<li>Fixed builder icon display for the D5 Carousel module<\\/li>\\n<li>Addressed animation glitch in the D5 Hover Image Slice effect<\\/li>\\n<li>Resolved PHP warning in the D5 SVG Animator module<\\/li>\\n<li>Resolved PHP warning in the D5 Hover Gallery module<\\/li>\\n<li>Replaced is_callable with is_string in internal checks to avoid false positives and improve code stability<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.37.0 May 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Carousel module for Divi 5<\\/li>\\n<li>Fixed \\\"Hide All Modules\\\" option - 4 modules were still visible despite the setting<\\/li>\\n<li>Fixed Collapsed Container height responsive settings in the Reveal module<\\/li>\\n<li>Fixed D5 modules icon size issue with the latest Divi 5 alpha 14.1<\\/li>\\n<li>Fixed D5 Filterable Grid Custom CSS issue<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.4 May 21th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed PHP notices on newer WordPress versions caused by translations being called too early<\\/li>\\n<li>Fixed PHP errors related to deprecated functions<\\/li>\\n<li>Fixed DIPI_Builder_Module.php fatal error when the cURL extension on a server is disabled<\\/li>\\n<li>Fixed the Image Hotspot issue on mobiles, where multiple tooltips can be opened at once<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.1 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Resolved issue with missing FAQ taxonomy entries<\\/li>\\n<li>Restored missing Divi Library shortcodes<\\/li>\\n<li>Fixed PHP error for RESTController.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.36.0 May 8th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added 34 Divi 5 modules (Beta)<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Close Icon weight option<\\/li>\\n<li>Added option to select multiple mobile menu layouts for translations<\\/li>\\n<li>Fixed the Breadcrumbs issue not displaying on author archive pages<\\/li>\\n<li>Fixed Button Grid displaying issue when custom padding is added<\\/li>\\n<li>Fixed the Filterable Grid\\/Filterable Gallery lightbox issue on mobiles<\\/li>\\n<li>Fixed mobile submenu border issue<\\/li>\\n<li>Fixed compatibility issue with Image Slider used in the Advanced Tabs module<\\/li>\\n<li>Fixed PHP warning in the Tilt Image<\\/li>\\n<li>Improved the Maintenance Mode functionality<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.35.0 March 27th 2025<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Ajax loading functionality to the Filterable Grid module for improved performance<\\/li>\\n<li><strong>NEW:<\\/strong> Added Reverse Order option to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Bulk Actions functionality to the Popup Maker for easier management<\\/li>\\n<li><strong>NEW:<\\/strong> Added an excerpt text field to the FAQ custom post type for better content display<\\/li>\\n<li><strong>NEW:<\\/strong> Added Activate\\/Deactivate button to the Popup Maker dashboard<\\/li>\\n<li><strong>NEW:<\\/strong> Popup Close Animation and duration<\\/li>\\n<li>Fixed Image Hotspot issue where the tooltip disappears before it\\u2019s mouseovered<\\/li>\\n<li>Fixed the not displayed header when the CTA Menu button is positioned as the first item in the menu<\\/li>\\n<li>Fixed the PHP error when the Reset Password button on the login screen is clicked<\\/li>\\n<li>Fixed the issue with the Vertical Content Alignment in the Advanced Tabs module<\\/li>\\n<li>Fixed Table Maker issue, where the column header is displayed when set to 0<\\/li>\\n<li>Improved the Popup Maker anchor links functionality<\\/li>\\n<li>Improved the Popup Maker functionality to trigger multiple popups<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.2 February 14th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed the permalink rewrite rules issue that caused the Divi Library to malfunction<\\/li>\\n<li>Fixed compatibility issues with the Theme Customizer in WordPress 6.7.2<\\/li>\\n<li>Fixed a display issue with the Image Showcase inside the Content Slider module<\\/li>\\n<li>Fixed an issue where anchor links in the custom mobile menu wouldn\\u2019t close the popup.<\\/li>\\n<li>Added the ability to select multiple post statuses in the Filterable Grid module<\\/li>\\n<li>Added an option to simplify item IDs in the Table of Contents module<\\/li>\\n<li>Enhanced Carousel Content Alignment settings for better layout control<\\/li>\\n<li>Optimised the loading of Balloon modules inside the Table Maker<\\/li>\\n<li>Improved the Filled Background Menu Hover Effect for a smoother user experience<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.1 January 20th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Responsive lightbox settings in the Filterable Gallery module<\\/li>\\n<li>Fixed: Rendering of FAQ modules when nested inside Advanced Tab modules<\\/li>\\n<li>Fixed: Critical errors in some configurations on certain servers<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.34.0 January 16th 2025<\\/strong><\\/p>\\n<ul>\\n<li>Fixed: Non-functional child module link in the Parallax Image module<\\/li>\\n<li>Fixed: Responsive settings issue for Horizontal Timeline navigation<\\/li>\\n<li>Fixed: Gravity Forms Styler Next\\/Prev button issue in multi-step forms<\\/li>\\n<li>Fixed: \\u201cFull\\u201d Col Span option in the Table Maker module<\\/li>\\n<li>Fixed: Password icon alignment on the Custom Login Page<\\/li>\\n<li>Fixed: Margin-bottom issue in the Image Mask module<\\/li>\\n<li>Fixed: Margin-bottom issue in the Star Rating module<\\/li>\\n<li>Fixed: Button link target issue in the Pricing Table module<\\/li>\\n<li>Fixed: Conflict in the Image Showcase\\/Carousel when the Autoplay option is enabled<\\/li>\\n<li>Fixed: Dynamic link option issues across multiple DP modules<\\/li>\\n<li>Fixed: PHP warnings related to the\\u00a0EDD_SL_Plugin_Updater.php\\u00a0file<\\/li>\\n<li>Fixed: Image Slider issue when the Advanced Tabs module is added to the same page<\\/li>\\n<li>Fixed: Thumbs navigation positioning for RTL websites in the Image Slider module<\\/li>\\n<li>Fixed: Custom Mobile Menu anchor links not closing the popup<\\/li>\\n<li>Fixed: Content Image Size issue in the Expanding CTA module<\\/li>\\n<li>Fixed: \\u201cCertain Period\\u201d option in Popup Maker Activity settings<\\/li>\\n<li>Improved: SEO for Filterable Grid and Blog Slider elements<\\/li>\\n<li>Improved: Response headers for Maintenance Mode<\\/li>\\n<li>Improved: Slide Selector option in the Content Slider module when triggered from the same page<\\/li>\\n<li>Added: Scroll To Top functionality for pagination in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added: Clickable Card and Clickable Image options to the Filterable Grid module<\\/li>\\n<li>Added: Clickability of Content Toggle labels<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.33.0 November 21st 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Custom Mobile Menu for Divi<\\/li>\\n<li><strong>NEW:<\\/strong> Added Popup Maker Exporter<\\/li>\\n<li>Fixed Menu CTA Button and Social Icons positioning issue<\\/li>\\n<li>Fixed Gravity Forms Styler CSS file location for the Orbital theme<\\/li>\\n<li>Fixed Pricing Table Module Text customization issues in child modules<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.32.0 November 14th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added display \\u201cCurrent Category\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option \\u201cHide Filters\\u201d to the Filterable Grid module<\\/li>\\n<li><strong>NEW:<\\/strong> Added video support to the Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to filter testimonials by star rating<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to disable Touch Slide on mobiles in Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Retrieve Alt text from Media Library, if no custom Alt text is added<\\/li>\\n<li>Improved the taxonomy position in the Filterable Grid module<\\/li>\\n<li>Fixed Advanced Tabs touch slide issue on mobiles<\\/li>\\n<li>Fixed duplicated Balloon HTML issue<\\/li>\\n<li>Fixed Pricing Table child module border issue<\\/li>\\n<li>Fixed Dropdown Menu Vertical Position issue<\\/li>\\n<li>Fixed Counter module bottom margin issue<\\/li>\\n<li>Fixed FAQ module bottom margin issue<\\/li>\\n<li>Fixed Text Alignment issue in the Pricing Table module<\\/li>\\n<li>Fixed Theme Customizer compatibility with WordPress 6.7<\\/li>\\n<li>Fixed Balloon module link issue when used as mega menu<\\/li>\\n<li>Fixed Blog Slider PHP warning<\\/li>\\n<li>Disabled \\u201cauto\\u201d image size attribute in WordPress 6.7 to prevent image skewing<\\/li>\\n<li>Divi 5 compatibility improvements<\\/li>\\n<li>Minified animate.css file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.31.0 September 18th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Automatically clear Divi cache<\\/li>\\n<li>Added link customization settings to the Pricing Table module<\\/li>\\n<li>Added dynamic video link to the Panorama module<\\/li>\\n<li>Fixed Counter prefix\\/suffix when special characters are added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.30.0 August 27th 2024<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added dotLottie support to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Lottie Icon position settings<\\/li>\\n<li><strong>NEW:<\\/strong> Added close animations to the Popup Maker<\\/li>\\n<li>Fixed Image Showcase display issue<\\/li>\\n<li>Fixed Flip Box 3D Content Effect issue<\\/li>\\n<li>Fixed image alignment in the Horizontal Timeline module when SVG is used<\\/li>\\n<li>Fixed child item padding in the Parallax Image module<\\/li>\\n<li>Fixed not working Blog Slider module background<\\/li>\\n<li>Fixed the Carousel issue in the Firefox browser<\\/li>\\n<li>Fixed not working Divi Library shortcodes in the Carousel module<\\/li>\\n<li>Fixed PHP Warning in the Dual Heading module<\\/li>\\n<li>Fixed \\u201cClear Divi Cache\\u201d admin bar showing for non-admin users<\\/li>\\n<li>Removed unwanted H5 tag from the Content Toggle 2nd item<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.5 July 26th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue with Testimonial Slider image filters<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue<\\/li>\\n<li>Fixed Masonry Gallery not displaying special characters in lightbox gallery captions<\\/li>\\n<li>Fixed Masonry Gallery issue when the pagination is used<\\/li>\\n<li>Fixed Theme Customizer not working with specific configurations<\\/li>\\n<li>Fixed not working popup trigger in the Balloon module<\\/li>\\n<li>Fixed Advanced Tabs slider on mobiles when RTL language is used<\\/li>\\n<li>Fixed Popup Maker date picker issue when Certain Period option is used<\\/li>\\n<li>Improved functionality of the Reveal module when using multiple selectors simultaneously<\\/li>\\n<li>Added option to include social media icons in multiple menus<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.4 July 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Fixed not working Reveal module in the first tab of Advanced Tabs<\\/li>\\n<li>Fixed Dual Heading issue font size when \\u201cem\\u201d unit is used<\\/li>\\n<li>Fixed Hover Box border issue in Divi Builder<\\/li>\\n<li>Fixed Expanding CTA issue when used in the Balloon mega menu<\\/li>\\n<li>Fixed the Blurb module link not working in the Balloon mega menu<\\/li>\\n<li>Fixed Gravity Forms Styler spacing issue not working in the builder<\\/li>\\n<li>Fixed Gravity Forms Styler province and state filed styling<\\/li>\\n<li>Fixed Image Slider navigation issue when the loop option is enabled<\\/li>\\n<li>Fixed the TOC module spacing issue not working in the builder<\\/li>\\n<li>Fixed text style issue on the login page<\\/li>\\n<li>Fixed Popup Maker issue with responsive settings for Scroll Offset and On Scroll event<\\/li>\\n<li>Fixed Pricing Table suffix placement issue<\\/li>\\n<li>Fixed Parallax Image module height issue when the \\u201cActivate on Container\\u201d option is enabled<\\/li>\\n<li>Fixed the Testimonial Slider popup issue in the Safari browser<\\/li>\\n<li>Fixed the Popup Maker broken close button styling in the Safari browser<\\/li>\\n<li>Fixed Typing Text issue with responsive text alignment settings<\\/li>\\n<li>Added CSS ID &amp; Classes to Floating Images child items<\\/li>\\n<li>Added Toggle Selector to Content Toggle module<\\/li>\\n<li>Added \\u201cAllow Touch Move\\u201d option to the Carousel module<\\/li>\\n<li>Added Menu Order meta box to the FAQ custom post type<\\/li>\\n<li>Improved Popup Maker exit event on mobiles<\\/li>\\n<li>Improved the Before &amp; After Slider functionality when labels are clicked<\\/li>\\n<li>Minor stability improvements<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.3 April 9th 2024<\\/strong><\\/p>\\n<ul>\\n<li>Improved Image Hotspot tooltip animations<\\/li>\\n<li>Improved Advanced Tabs Tab Selector<\\/li>\\n<li>Improved alignment settings in the Table Maker module<\\/li>\\n<li>Added translatable author prefix to the Blog Slider<\\/li>\\n<li>Added touch lens offset settings to the Image Magnifier module<\\/li>\\n<li>Added H tags control in Filterable Grid and Filterable Gallery<\\/li>\\n<li>Added default position to the Reading Progress Bar<\\/li>\\n<li>Added Link Target option to the Blog Slider module<\\/li>\\n<li>Added responsive settings for the Content Slider labels<\\/li>\\n<li>Added new sort options to the Filterable Gallery module<\\/li>\\n<li>Added responsive settings for the Content Toggle labels<\\/li>\\n<li>Added View Box size settings to the Image Mask module<\\/li>\\n<li>Added H tag control to the Start Rating title field<\\/li>\\n<li>Fixed not clickable logo on mobile devices<\\/li>\\n<li>Fixed Timeline mixed layout not working on mobiles on front-end<\\/li>\\n<li>Fixed Image Showcase image not showing in the Advanced Tabs module<\\/li>\\n<li>Fixed extra space issue in the Testimonial Slider module<\\/li>\\n<li>Fixed Advanced Tabs tab margins not calculated correctly on mobiles<\\/li>\\n<li>Fixed not working Vertical Offset option in the Reveal module<\\/li>\\n<li>Fixed PHP 8.2 compatibility issues<\\/li>\\n<li>Fixed Balloon mega menu not working on touch devices<\\/li>\\n<li>Fixed not working border, background and box-shadow in the Timeline child modules<\\/li>\\n<li>Fixed Hover Box background video size issue<\\/li>\\n<li>Fixed Popup Maker layout issue when more than one section is added<\\/li>\\n<li>Fixed collapsed mobile menu not working with the WPML plugin<\\/li>\\n<li>Fixed Before &amp; After Slider not displayed in Content Slider module<\\/li>\\n<li>Fixed border settings in the Carousel module<\\/li>\\n<li>Fixed Image Showcase not working in the Content Slider module<\\/li>\\n<li>Fixed Image Slider navigation position issue on mobile<\\/li>\\n<li>Fixed Info Circle border issue displayed on CPT pages<\\/li>\\n<li>Fixed Info Circle default values<\\/li>\\n<li>Fixed spacing issue in the Table Of Contents module<\\/li>\\n<li>Fixed clickable mobile menu when the full-screen option is used<\\/li>\\n<li>Fixed Expanding CTA responsive issue when Custom Mobile Breakpoint is used<\\/li>\\n<li>Fixed Counter animation viewport issue<\\/li>\\n<li>Updated wpml-config.php file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.29.2 December 21st 2023<\\/p>\\n<ul>\\n<li>Fixed Dual Heading border issue<\\/li>\\n<li>Fixed Divi 4.23.2 compatibility issue<\\/li>\\n<li>Fixed Tripadvisor social icon issue<\\/li>\\n<li>Fixed Table Maker depraciated PHP: automatic conversion of false to array<\\/li>\\n<li>Fixed Flip Box module showing back side<\\/li>\\n<li>Fixed Popup Maker position issue when content is having single tags<\\/li>\\n<li>Fixed Filterable Gallery JS error when Conditional Display is used<\\/li>\\n<li>Improved Blog Slider data attribute format<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.1 December 15th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed parent mobile menu item link issue<\\/li>\\n<li>Fixed Jetpack captcha field width on login screen<\\/li>\\n<li>Fixed not saving Divi Pixel Category and link in Media Library<\\/li>\\n<li>Fixed not showing Read More button for arabic string in Blog Slider<\\/li>\\n<li>Fixed Dual Heading background text stroke color issue<\\/li>\\n<li>Fixed JS error when responsive text settings for TOC module title are used<\\/li>\\n<li>Fixed Gravity Forms Styler border issue when Orbital theme is used<\\/li>\\n<li>Added delay option to the Typing Text module<\\/li>\\n<li>Added archive page styling for search results page<\\/li>\\n<li>Added option to hide Homepage in the Breadcrumbs module<\\/li>\\n<li>Added option to remove Html for empty field in Testimonial Slider<\\/li>\\n<li>Added pagination and load more settings to the Masonry Gallery module<\\/li>\\n<li>Added option to show\\/hide Clear Divi Cache option in the WP toolbar<\\/li>\\n<li>Improved Fix Lazy Loading Image in Filterable Grid and Filterable Gallery<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.29.0 November 24th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table Maker module<\\/li>\\n<li>Added margin, padding and custom CSS filed for Advanced Tabs tab image<\\/li>\\n<li>Added Divider module to WPML config file<\\/li>\\n<li>Added custom CSS field to Advanced Tabs button<\\/li>\\n<li>Added shortcode support to Blog Slider, Parallax Image and Pricing Table modules<\\/li>\\n<li>Added title tag control for the Pricing Table Feature<\\/li>\\n<li>Added ability to translate DIPI category taxonomy<\\/li>\\n<li>Added support of Gravity Forms Styler to different themes<\\/li>\\n<li>Added Link toggle to Tile Scroll child modules<\\/li>\\n<li>Added \\u201cClickable Card\\u201d option to the Blog Slider module<\\/li>\\n<li>Added mobile option for the Ripple Effect Style 2 in the Image Hotspot module<\\/li>\\n<li>Added alt text for image in the Expanding CTA module<\\/li>\\n<li>Fixed Reveal module expanded height issue<\\/li>\\n<li>Fixed Panorama responsive issue<\\/li>\\n<li>Fixed menu hover animation when translation is used<\\/li>\\n<li>Fixed Reveal height in Advanced Tabs, Content Slider and Content Toggle<\\/li>\\n<li>Fixed Flip Box dynamic link issue<\\/li>\\n<li>Fixed not working page exclusion option in the TOC module<\\/li>\\n<li>Fixed not working Carousel link in older Safari browsers<\\/li>\\n<li>Improved Image Hotspot tooltip position on mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.28.0 October 11th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Divider module<\\/li>\\n<li>Fixed Accordion Image rendering issue when used in Theme Builder template<\\/li>\\n<li>Fixed WPML-config.xml file conflict with Polylang plugin<\\/li>\\n<li>Fixed Reveal issue when used in the Content Slider module<\\/li>\\n<li>Fixed Image Slider thumbs navigation not working when Theme Builder is used<\\/li>\\n<li>Fixed Filterable Grid taxonomy select field issue with the Polylang plugin<\\/li>\\n<li>Fixed not working FAQ module order not working in the builder<\\/li>\\n<li>Fixed incorrect image count displayed in the Image Slider lightbox<\\/li>\\n<li>Fixed Gravity Forms Styler unique ID field not showing in the editor<\\/li>\\n<li>Fixed Gravity Forms Styler dropdown arrow position issue<\\/li>\\n<li>Added Custom CSS fields for Hover Gallery images and content icons<\\/li>\\n<li>Added Yelp and Spotify social media icons<\\/li>\\n<li>Added Popup Maker width settings<\\/li>\\n<li>Added Custom CSS ID &amp; Classes to the Timeline child items<\\/li>\\n<li>Updated WPML configuration file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.27.0 September 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Reveal module<\\/li>\\n<li>Added Box Shadow and Border settings to the Typing Text module<\\/li>\\n<li>Added Alt Text for images in the Info Circle module<\\/li>\\n<li>Added option to use icons with links in the Floating Images module<\\/li>\\n<li>Added Load More, Pagination, and Infinite Scroll options to the Masonry Gallery module<\\/li>\\n<li>Added Carousel Image Height control<\\/li>\\n<li>Added responsive settings for Show Table Title in the TOC module<\\/li>\\n<li>Added ACF support to the Price List module<\\/li>\\n<li>Added author prefix &amp; link target setting to the Filterable Grid module<\\/li>\\n<li>Fixed Testimonial Slider issue when content includes unicode symbols<\\/li>\\n<li>Fixed Table of Content issue when the Generate for Whole Page option is enabled<\\/li>\\n<li>Fixed Table of Contents issue when special characters are used in the title<\\/li>\\n<li>Fixed not working CTA button settings in the footer menu<\\/li>\\n<li>Fixed not a clickable logo in the header when the centered header is used<\\/li>\\n<li>Fixed CTA Menu Button styles not applying to the secondary menu<\\/li>\\n<li>Apply mobile menu styles only for the header menu, not for the footer<\\/li>\\n<li>Enabled Divi Pixel taxonomy for all CPT<\\/li>\\n<li>Updated Twitter icon<\\/li>\\n<li>Updated WPML config file<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.26.0 August 9th 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Table of Contents module added<\\/li>\\n<li><strong>NEW:<\\/strong> Clear Divi Cache functionality added to the WP dashboard toolbar<\\/li>\\n<li>Fixed Float Thumbs Over Main Image responsive issues in the Image Slider module<\\/li>\\n<li>Fixed Gravity Forms Styler submit button issue when placed at the end of a row<\\/li>\\n<li>Fixed Image Hotspot warning in the child module<\\/li>\\n<li>Fixed Image Rotator preloader issue when the image is bigger than the viewport height<\\/li>\\n<li>Fixed not clickable logo on mobile when centered header style is used<\\/li>\\n<li>Fixed not working border for the menu CTA button<\\/li>\\n<li>Added Popup Maker WPML support<\\/li>\\n<li>Added Tripadvisor, Twitch, and Yelp social media icons<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.1 July 13th 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added preloader to the Image Rotator module<\\/li>\\n<li>Fixed WPML config file to fix the Pricing Table text field translation issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.25.0 July 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Image Rotate module added<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed Filterable Grid Sticky Filter issue<\\/li>\\n<li>Fixed submenu not opening in some devices when \\u2018Collapse Submenu Items on Mobiles\\u2019 is enabled<\\/li>\\n<li>Fixed rendering issue of Image Gallery in Content Slider<\\/li>\\n<li>Fixed Image Accordion background image not working when the image is not selected in the child module<\\/li>\\n<li>Fixed PHP warning in Expanding CTA module<\\/li>\\n<li>Fixed missing styling of Submit button container in the Gravity Forms Styler module<\\/li>\\n<li>Fixed not working \\u2018Hide Close Button\\u2019\\u00a0 in Popup Maker after PHP 8.0<\\/li>\\n<li>Fixed not working image animation in the Filterable Grid module<\\/li>\\n<li>Fixed archive\\/categories pages excerpt font color issue<\\/li>\\n<li>Fixed Image Hotspot ripple effect issue in Firefox browser<\\/li>\\n<li>Fixed dynamic text not rendering in the Visual Builder in the Text Highlighter module<\\/li>\\n<li>Added option to hide content by default in the Advanced Tabs module<\\/li>\\n<li>Added scroll bar to Filterable Gallery when image caption in lightbox goes out of the screen<\\/li>\\n<li>Added stronger selector to Button Grid for default margin-bottom of child module<\\/li>\\n<li>Added Slide Selector to the Content Slider module<\\/li>\\n<li>Added navigation settings to the Content Slider module<\\/li>\\n<li>Added \\u201cContent as Raw HTML\\u201d to the Blog Slider module<\\/li>\\n<li>Added tab index and field values setting to the Gravity Forms Styler module<\\/li>\\n<li>Added Show More button functionality to the Filterable Grid module<\\/li>\\n<li>Added publishing date, categories, and author to the Filterable Grid module<\\/li>\\n<li>Added filters to the Filterable Grid module<\\/li>\\n<li>Improved Filterable Grid title\\/content hover color functionality<\\/li>\\n<li>Improved \\u201cApply Hover Style to Active Menu Item\\u201d function<\\/li>\\n<li>Improved speed using async images in Blog Slider<\\/li>\\n<li>Improved image link function in the Advanced Tabs module<\\/li>\\n<li>Improved Popup Maker to allow users to trigger popups using a keyboard<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.24.0 June 7th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added full WPML compatibility<\\/li>\\n<li>Fixed not working autoplay speed in the Hover Gallery module<\\/li>\\n<li>Fixed Image Magnifier rendering issue in Divi Builder<\\/li>\\n<li>Fixed the preloader displayed on the blog page when only the homepage setting is enabled<\\/li>\\n<li>Fixed Timeline module displaying issue on front-end of CPT<\\/li>\\n<li>Fixed Timeline responsive issue in Theme Builder<\\/li>\\n<li>Fixed Testimonial Slider avatar issue for WooCommerce reviews<\\/li>\\n<li>Fixed not working Filterable Grid image animation<\\/li>\\n<li>Fixed Advanced Tabs scroll to content on mobiles issue<\\/li>\\n<li>Fixed Advanced Tabs sticky tabs with slider navigation issue<\\/li>\\n<li>Fixed truncated caption in the Filterable Gallery lightbox when an apostrophe is used<\\/li>\\n<li>Added link option for the content image in the Advanced Tabs module<\\/li>\\n<li>Added Image Slider lightbox option for main carousel images<\\/li>\\n<li>Added icon spacing settings to the Tilt Image module<\\/li>\\n<li>Added vertical scroll functionality to the Image Showcase module<\\/li>\\n<li>Added simple Fade animation to the Hover Gallery module<\\/li>\\n<li>Added \\u201cMenu Order\\u201d into Filterable Grid Order By settings<\\/li>\\n<li>Disabled popups displaying in the builder<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.23.1 May 23rd, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed conditional fields issue in the Gravity Forms Styler module<\\/li>\\n<li>Fixed Gravity Forms Styler files loaded when the module is hidden<\\/li>\\n<li>Fixed the z-index of the meta box in the Popup Maker user interface<\\/li>\\n<li>Fixed the wrapping text issue in the last tab in the Content Slider module<\\/li>\\n<li>Fixed Content Slider reloading when Advanced Tabs is used on the same page<\\/li>\\n<li>Fixed Popup Maker issue causing broken website styles on the front-end<\\/li>\\n<li>Added ID tag to FAQ module schema output<\\/li>\\n<li>Added Ajax feature to Gravity Forms Styler module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<br \\/>\\n<strong>2.23.0 May 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Gravity Forms Styler for Divi<\\/li>\\n<li>Fixed issue with the mouse pointer on archive pages when the popup Closing CSS Selector is empty<\\/li>\\n<li>Fixed Theme Customizer issue when the Divi Torque plugin is used<\\/li>\\n<li>Fixed Scroll Image not working in the Carousel module<\\/li>\\n<li>Fixed the select field in the Divi Pixel dashboard<\\/li>\\n<li>Fixed conflict with FluentCRM where the unsubscribe function didn\\u2019t work<\\/li>\\n<li>Fixed Content Slider Move by Pin not working on mobiles<\\/li>\\n<li>Fixed Filterable Grid broken image issue when the featured image is not set and image overlay used<\\/li>\\n<li>Fixed Filterable Grid cursor pointer issue when using post link without lightbox option enabled<\\/li>\\n<li>Fixed conflict with the FluentCRM plugin<\\/li>\\n<li>Fixed the Horizontal Timeline issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed Balloon module background issue<\\/li>\\n<li>Fixed Horizontal Timeline icons displaying issue<\\/li>\\n<li>Fixed Image Mask custom SVG mask not displayed on the front-end on a specific server<\\/li>\\n<li>Fixed Footer Stick to the Bottom not working on tablets and mobiles<\\/li>\\n<li>Fixed Testimonial Slider Read More function not working with non-latin contents<\\/li>\\n<li>Fixed Advanced Tabs Content Vertical Align option not working correctly<\\/li>\\n<li>Added Content Image width settings to the Advanced Tabs module<\\/li>\\n<li>Improved Blog Style 5 layout on tablets<\\/li>\\n<li>Improved Filterable Grid content length when excerpt text is empty<\\/li>\\n<li>Improved Force Footer to the Bottom feature<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.22.0 April 18th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Content Slider module added<\\/li>\\n<li>Added z-index setting in the Balloon module<\\/li>\\n<li>Added z-index setting for the Image Hotspot tooltip<\\/li>\\n<li>Added option to fix anchor link offset issue when Fixed Mobile Header is used<\\/li>\\n<li>Added Quora social media network<\\/li>\\n<li>Added Lazyload images to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Offset setting to the Blog Slider module<\\/li>\\n<li>Fixed Pricing Table not working spacing setting when used in Theme Builder<\\/li>\\n<li>Fixed the issue with adding a new module below the Image Slider<\\/li>\\n<li>Fixed Popup Maker not triggering from the mobile menu item<\\/li>\\n<li>Improved the Filterable Grid performance<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.1 March 29th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Fixed duplicated mobile menu hamburger icon issue<\\/li>\\n<li>Fixed mobile menu hamburger icon animation issue<\\/li>\\n<li>Fixed space added when the reveal footer effect is used<\\/li>\\n<li>Fixed Filled Background menu hover effect styles issues<\\/li>\\n<li>Fixed dropdown menu item animation and styling issues<\\/li>\\n<li>Fixed mobile menu CTA button text color issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.21.0 March 28th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Hover Gallery module added<\\/li>\\n<li>Fixed Filterable Grid link target not working properly<\\/li>\\n<li>Fixed heading level issue in Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Fixed issue with the Author Box sizing<\\/li>\\n<li>Fixed Info Circle issue when button and content links are used at the same time<\\/li>\\n<li>Fixed an issue with the responsive icon selector in the Timeline module<\\/li>\\n<li>Fixed Carousel not displaying when the max-width property is used in the child module<\\/li>\\n<li>Fixed Timeline Font Awesome icons not displayed<\\/li>\\n<li>Fixed PHP warning when the option to display popup on specific pages is enabled, but pages not defined<\\/li>\\n<li>Added sticky filter bar options to Filterable Grid and Filterable Gallery modules<\\/li>\\n<li>Added Post Status option to the Filterable Grid module<\\/li>\\n<li>Added option to display raw HTML in the Filterable Grid module<\\/li>\\n<li>Added displaying order options to the Filterable Grid module<\\/li>\\n<li>Added pagination translation settings for the Filterable Gallery and Filterable Grid<\\/li>\\n<li>Added option to show title and caption in the Carousel image lightbox<\\/li>\\n<li>Added options to display animation in the viewport and only once in the Fancy Text module<\\/li>\\n<li>Added hooks to the Blog Slider module<\\/li>\\n<li>Improved Popup Maker CSS when the Video module is used<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20.1 March 1st, 2023<\\/strong><\\/p>\\n<ul>\\n<li>New features added to the Before &amp; After Slider<\\/li>\\n<li>Added tooltip animation speed to the Image Hotspot module<\\/li>\\n<li>Fixed Filterable Grid duplicated taxonomy issue<\\/li>\\n<li>Fixed post quick edit not saving due to Divi Pixel taxonomy<\\/li>\\n<li>Fixed Advanced Tabs duplicated content on hover issue<\\/li>\\n<li>Fixed Advanced Tabs\\/Timeline module compatibility<\\/li>\\n<li>Fixed console error in Timeline module when Divi Builder is used<\\/li>\\n<li>Fixed Popup Maker console error when CSS selector is not used<\\/li>\\n<li>Fixed Carousel Autoplay option not working after navigation is used<\\/li>\\n<li>Fixed not working CTA Menu button text color on hover<\\/li>\\n<li>Fixed Balloon conflict with 3rd party mega menu plugin<\\/li>\\n<li>Fixed Popup Maker compatibility issue with Envira Gallery Lite plugin<\\/li>\\n<li>Removed title from the custom preloader<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.20 February 22nd, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Filterable Grid module added<\\/li>\\n<li>Fixed issue with Image Hotspot video still playing after the tooltip is closed<\\/li>\\n<li>Fixed issue with rendering custom fields in builder in Timeline modules<\\/li>\\n<li>Fixed not working Blog Slider in the Balloon module<\\/li>\\n<li>Fixed not working Horizontal Timeline when used in the Accordion module<\\/li>\\n<li>Fixed the not working active icon in the Timeline module<\\/li>\\n<li>Fixed Pricing Table justify text option<\\/li>\\n<li>Fixed Button Grid issue when only icon is used<\\/li>\\n<li>Fixed Menu CTA Button text color not working on hover<\\/li>\\n<li>Fixed Image Hotspot icon size responsive settings issue<\\/li>\\n<li>Fixed MailChimp submit button not working in the Balloon module<\\/li>\\n<li>Fixed FAQ module title markup issue visible in SEO tools<\\/li>\\n<li>Added icon padding settings to the Image Hotspot module<\\/li>\\n<li>Added icon padding settings to the Timeline module<\\/li>\\n<li>Added responsive settings for the Carousel Autoplay function<\\/li>\\n<li>Improved the tab selector in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19.1 January 13th, 2023<\\/strong><\\/p>\\n<ul>\\n<li>Added option to make the FAQ module entries searchable<\\/li>\\n<li>Fixed PHP error in filetype hook<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.19 January 12th, 2023<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Parallax Image module<\\/li>\\n<li>Added hover settings for the close button in the Testimonial Slider popup<\\/li>\\n<li>Fixed not working border radius for filled background menu effect<\\/li>\\n<li>Fixed Carousel image lightbox issue when the option is disabled<\\/li>\\n<li>Fixed not working Carousel module link when the Carousel image is clicked<\\/li>\\n<li>Fixed not working module link in Divi Library items (except Balloon module)<\\/li>\\n<li>Fixed Timeline module customization issue when the Divi Builder plugin is used<\\/li>\\n<li>Fixed Media Library image link not showing when Hide All Modules is enabled<\\/li>\\n<li>Fixed issue with Image Slider used in Advanced Tabs module<\\/li>\\n<li>Fixed Masonry Gallery image border not working on frontend<\\/li>\\n<li>Fixed Hover Box dynamic button link issue<\\/li>\\n<li>Fixed Horizontal Timeline displaying issues when the mixed layout is used<\\/li>\\n<li>Fixed Masonry Gallery displaying issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed custom font upload not working when Divi Pixel is activated<\\/li>\\n<li>Fixed Popup Maker issue not opening popup from the mobile menu button<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18.1 December 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 2nd CTA button added to Expanding CTA module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Custom CSS ID &amp; Classes to Horizontal Timeline child modules<\\/li>\\n<li><strong>NEW:<\\/strong> Added Scroll To Content responsive settings in the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Hide popup slug in URL option added<\\/li>\\n<li>Fixed Sticky Tabs not working in the Advanced Tabs module when tabs were added on the left or right<\\/li>\\n<li>Fixed Horizontal Timeline not rendering in Divi Builder when used in the Content Toggle module<\\/li>\\n<li>Fixed Timeline icon issue when the icon is not selected<\\/li>\\n<li>Fixed PHP warnings in the Divi Pixel setting panel (Modules)<\\/li>\\n<li>Fixed the not working button in Carousel when Coverflow effect is used (Firefox browser)<\\/li>\\n<li>Fixed not working Popup Maker closing button<\\/li>\\n<li>Fixed Popup Maker Close on Overlay Click issue<\\/li>\\n<li>Fixed video issue still playing after the popup is closed<\\/li>\\n<li>Fixed Menu module not displaying in the footer when the reveal effect is enabled<\\/li>\\n<li>Fixed PHP warnings in the Carousel module<\\/li>\\n<li>Fixed PHP warnings in the Blog Slider module<\\/li>\\n<li>Fixed Custom Mask\\/Dynamic Content issue in the Image Mask module<\\/li>\\n<li>Fixed the Divi Counter module issue affected by the Divi Pixel plugin<\\/li>\\n<li>Fixed Balloon styling issue when used in footer or header<\\/li>\\n<li>Fixed Content Toggle - header level for front page and builder<\\/li>\\n<li>Fixed SVG Animator not working when iTheme Security plugin is used<\\/li>\\n<li>Fixed Star Rating PHP warning with PHP 8<\\/li>\\n<li>Improved \\u201cHide All Modules\\u201d option in Divi Pixel settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.18 November 17th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Layout Importer<\\/li>\\n<li><strong>NEW:<\\/strong> Reveal the Before &amp; After Slider image after the label is clicked<\\/li>\\n<li><strong>NEW:<\\/strong> Added CPT support and Post Status to Blog Slider module<\\/li>\\n<li><strong>NEW:<\\/strong> Added dynamic field to Scroll Image module<\\/li>\\n<li><strong>NEW:<\\/strong> \\u201cHide All Modules\\u201d option added<\\/li>\\n<li>Fixed Advanced Tabs issue where content is not displayed in the builder<\\/li>\\n<li>Fixed Popup position issue on category pages<\\/li>\\n<li>Fixed popup periodicity function not working<\\/li>\\n<li>Fixed Contact Form success message not displayed in the Popup Maker<\\/li>\\n<li>Fixed the Carousel issue when used in the Balloon module<\\/li>\\n<li>Fixed header white gap when resizing the browser<\\/li>\\n<li>Fixed Hover Box PHP notice<\\/li>\\n<li>Fixed Image Showcase displaying link cursor when the link is not added<\\/li>\\n<li>Improved spacing settings for the Fancy Text animated text<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.17 October 26th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>NEW: Filterable Gallery for Divi<\\/li>\\n<li>Fixed Menu CTA Button placement issue in the Safari browser<\\/li>\\n<li>Added Carousel navigation responsive settings<\\/li>\\n<li>Fixed Floating Images animation in Safari browser<\\/li>\\n<li>Fixed Blurb icon placement issue caused by the Advanced Tabs responsive icon settings<\\/li>\\n<li>Fixed duplicated content showing on hover in the Advanced Tabs module<\\/li>\\n<li>Fixed Advanced Tabs not showing inside the Balloon module<\\/li>\\n<li>Fixed hamburger mobile menu animation when multiple menus are used<\\/li>\\n<li>Fixed duplicated mobile menu displayed on CPT pages<\\/li>\\n<li>Fixed the Panorama module not working with the LatePoint plugin<\\/li>\\n<li>Fixed Popup Maker page search functionality<\\/li>\\n<li>Added Line social network<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16.1 September 14th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added continuous slide animation to the Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to make website elements clickable when the popup is opened<\\/li>\\n<li><strong>NEW:<\\/strong> Added Horizontal Timeline active line position setting<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive tab icon\\/image placement settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added list customization settings to the Advanced Tabs module<\\/li>\\n<li><strong>NEW:<\\/strong> Added Typing Text start animation in viewport<\\/li>\\n<li><strong>NEW:<\\/strong> Added responsive image count option to the Masonry Gallery module<\\/li>\\n<li><strong>NEW:<\\/strong> Added option to use custom images for Timeline line<\\/li>\\n<li>Fixed Expanding CTA button dynamic link issue<\\/li>\\n<li>Fixed Popup Maker Guest user role not saving<\\/li>\\n<li>Fixed Popup video still playing when the popup is closed<\\/li>\\n<li>Fixed Pricing Table module is still available in the Divi Builder when the module is hidden<\\/li>\\n<li>Fixed Masonry Gallery rendering issue when used in the Advanced Tabs module<\\/li>\\n<li>Fixed testimonial length not working with the Chinese language<\\/li>\\n<li>Fixed Image Showcase rendering issues in Safari and Firefox browsers<\\/li>\\n<li>Fixed Horizontal Timeline SVG image not showing<\\/li>\\n<li>Fixed Advanced Tabs default tab issue<\\/li>\\n<li>Fixed Advanced Tabs duplicated tab icons when Theme Builder for product template is used<\\/li>\\n<li>Fixed Carousel equal height issue<\\/li>\\n<li>Fixed Carousel Module duplicated box shadow, borders, padding, and margins in the builder<\\/li>\\n<li>Fixed Carousel Image hover effect transition<\\/li>\\n<li>Fixed FAQ module title alignment not working<\\/li>\\n<li>Fixed Expanding CTA responsive font size settings not working<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.16 July 27th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Pricing Table module<\\/li>\\n<li><strong>NEW:<\\/strong> Advanced Tabs activate on hover option added<\\/li>\\n<li>Improved Divi Builder plugin and Extra Theme support<\\/li>\\n<li>Improved hamburger script and placed it in external JS file so it can be excluded from Delayed JavaScript Execution<\\/li>\\n<li>Fixed Advanced Tabs content width issue on tablets and mobiles<\\/li>\\n<li>Fixed Popup Maker On Load issue in front-end builder<\\/li>\\n<li>Fixed Popup Maker saving issue<\\/li>\\n<li>Fixed customization functionality when the Divi Builder plugin is used<\\/li>\\n<li>Fixed a bug that caused Divi Pixel to not add the Theme Customizer settings<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.1 July 9th, 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Image Slider Loop option not working<\\/li>\\n<li>Fixed not working Custom Map Marker<\\/li>\\n<li>Fixed nonce_check in Popup Maker<\\/li>\\n<li>Fixed et_pb_get_specific_default_font function error<\\/li>\\n<li>Improved Breadcrumbs schema markup<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.15.0 - July 6th, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Tile Scroll module<\\/li>\\n<li>Added option to activate\\/deactivate popups from the Popup Maker CPT dashboard<\\/li>\\n<li>Added option to close popup when browser back button is clicked<\\/li>\\n<li>Added Triggering column to the Popup Maker CPT screen<\\/li>\\n<li>Added z-index control for the Popup Maker overlay<\\/li>\\n<li>Added quick preview option to Popup Maker<\\/li>\\n<li>Added support for the Divi Ghoster plugin<\\/li>\\n<li>Added Horizontal Order Direction to the Masonry Gallery module<\\/li>\\n<li>Added responsive mockup images to the Image Showcase module<\\/li>\\n<li>Fixed FAQ module collapsed icon alignment issue<\\/li>\\n<li>Fixed Info Circle dynamic button link issue<\\/li>\\n<li>Fixed Image Hotspot responsive tooltip displaying issue<\\/li>\\n<li>Fixed dynamic button link in Advanced Tabs and Info Circle modules<\\/li>\\n<li>Fixed SVG Animator triggers animation during customizing other modules<\\/li>\\n<li>Fixed not working responsive Fullwidth Tabs option in the Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.14.0 - June 22nd, 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Popup Maker for Divi<\\/li>\\n<li>Added title H tag control to FAQ module<\\/li>\\n<li>Fixed Horizontal Timeline image\\/icon position responsive settings<\\/li>\\n<li>Fixed Horizontal Timeline navigation not working on mobiles<\\/li>\\n<li>Fixed Collapsed Mobile Menu icon issue for the closed menu<\\/li>\\n<li>Fixed duplicated Google testimonials added during fetching<\\/li>\\n<li>Fixed Back To Top Button icon issue when circle double arrow icon is selected<\\/li>\\n<li>Fixed Masonry Gallery manual order issue<\\/li>\\n<li>Fixed not working Advanced Tabs tab image alignment<\\/li>\\n<li>Fixed Advanced Tabs content area margin issue<\\/li>\\n<li>Fixed Expanding CTA overlay height issue on Android mobiles<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.13.0 - June 8th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added Text Highlighter module<\\/li>\\n<li>Added option to select the active tab on load in the Advanced Tabs module<\\/li>\\n<li>Added ordering settings to the Masonry Gallery module<\\/li>\\n<li>Fixed particles background issue when the parallax option is enabled<\\/li>\\n<li>Fixed Theme Customizer toggles not displaying the correct value<\\/li>\\n<li>Fixed button icons not working when the Dynamic CSS is enabled<\\/li>\\n<li>Fixed Carousel button link dynamic option<\\/li>\\n<li>Fixed collapsed submenu not working when Theme Builder Menu module used<\\/li>\\n<li>Fixed Timeline animations not working in Firefox and Safari browsers<\\/li>\\n<li>Fixed not loading Divi Pixel font when the user is logged in<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.12.0 - May 26th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Particles Background effect<\\/li>\\n<li>Fixed Hotspot Image unwanted square element displayed below module when Lazy Load is used<\\/li>\\n<li>Added animation settings to child modules in the Timeline module<\\/li>\\n<li>Added Image Slider heading customization settings for H tags placed in the description<\\/li>\\n<li>Updated PHP 8 depreciated functions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.11.0 - May 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Expanding CTA module<\\/li>\\n<li>Fixed Advanced Tabs button target issue<\\/li>\\n<li>Fixed Image Gallery navigation issue when used in Advanced Tabs module<\\/li>\\n<li>Fixed Carousel description HTML markup displayed when not used<\\/li>\\n<li>Fixed Carousel image box-shadow issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.10 - May 9th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Maintenance Mode feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Allow TTF, OTF and WOFF file uploads<\\/li>\\n<li>Fixed Image Slider issue when used in Advanced Tabs module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.9 - May 5th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong>\\u00a0Horizontal Timeline module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added option to add overlay image for Scroll Image module and set reveal effect<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added Animate in Viewport and Delay options to the Lottie Icon module<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Added reverse direction animation for autorotate option in Info Circle module<\\/li>\\n<li>Improved JavaScript for Balloon module to address issues when used in Theme Builder<\\/li>\\n<li>Added Telegram social media icon<\\/li>\\n<li>Added link customization settings to FAQ module<\\/li>\\n<li>Added Carousel image\\/icon hover option<\\/li>\\n<li>Fixed Floating Images animations not working in Safari and iOS 15.4.1<\\/li>\\n<li>Fixed Fancy Text prefix goes out of the screen issue<\\/li>\\n<li>Fixed Dual Heading background text displayed in Divi Builder when not used<\\/li>\\n<li>Fixed Advanced Tabs Divi Library item width issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.8 - April 25th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Advanced Tabs module<\\/li>\\n<li>Fixed Image Slider custom thumbnails not displayed on front-end<\\/li>\\n<li>Fixed Image Slider title formatting and HTML tag displayed on front-end<\\/li>\\n<li>Fixed Image Hotspot mobile issue<\\/li>\\n<li>Fixed Image Hotspot box shadow and border-radius issue<\\/li>\\n<li>Fixed Hover Box and Flip Box gradient migration issue<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.2 - April 13th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Author Box and Menu CTA Button font issue<\\/li>\\n<li>Fixed Panorama video controls not working in Safari browser<\\/li>\\n<li>Fixed Panorama default height value not working<\\/li>\\n<li>Fixed Image Slider custom navigation not displayed on the frontend<\\/li>\\n<li>Fixed Divi Pixel settings import issue<\\/li>\\n<li>Fixed Masonry Gallery icon border not working<\\/li>\\n<li>Fixed Dual Heading background animation issue<\\/li>\\n<li>Fixed module link not working in Balloon module<\\/li>\\n<li>Fixed dropdown link background color not working with Theme Builder header<\\/li>\\n<li>Added multi-select field for CTA menu button<\\/li>\\n<li>Added gradient migration for new gradient builder to retain old values<\\/li>\\n<li>Added dynamic images and content to Before &amp; After Slider module<\\/li>\\n<li>Added dynamic content fields to the Grid Button module<\\/li>\\n<li>Added dynamic labels to the Content Toggle module<\\/li>\\n<li>Added dynamic prefix and suffix fields to the Counter module<\\/li>\\n<li>Added dynamic heading content to the Dual Heading module<\\/li>\\n<li>Added dynamic fields for prefix and suffix in Fancy Text module<\\/li>\\n<li>Added dynamic image and image link fields to the Floating Images module<\\/li>\\n<li>Added dynamic image and content fields to Accordion Image module<\\/li>\\n<li>Added dynamic images and content fields to the Image Hotspot module<\\/li>\\n<li>Added dynamic images and content fields to the Balloon module<\\/li>\\n<li>Added dynamic images and content fields to the Carousel module<\\/li>\\n<li>Added dynamic images and content fields to the Flip Box module<\\/li>\\n<li>Added dynamic images and content fields to the Hover Box module<\\/li>\\n<li>Added dynamic images fields to the Image Magnifier module<\\/li>\\n<li>Added dynamic images fields to the Image Mask module<\\/li>\\n<li>Added dynamic images fields to the Image Showcase module<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7.1 - April 6th 2022<\\/strong><\\/p>\\n<ul>\\n<li>Added Projects category and tag slug options<\\/li>\\n<li>Added CSS ID &amp; Classes fields to Image Accordion child items<\\/li>\\n<li>Added Half Circle option to the Counter module<\\/li>\\n<li>Added new gradient support to Divi Pixel modules<\\/li>\\n<li>Added image placeholder to Tilt Image module<\\/li>\\n<li>Fixed Circle Info Button margin not working<\\/li>\\n<li>Fixed Circle Info icon height issue<\\/li>\\n<li>Fixed Circle Info content switch on mobiles not working<\\/li>\\n<li>Fixed Circle Info icons not displayed in Firefox\\/Safari when icon animation is enabled<\\/li>\\n<li>Fixed Facebook and Google API code causing an error on cron<\\/li>\\n<li>Fixed Panorama responsive height issue<\\/li>\\n<li>Fixed Carousel, Content Toggle &amp; Balloon fatal errors sent to the email after WP autosave is triggered<\\/li>\\n<li>Fixed Carousel pagination responsive settings issue<\\/li>\\n<li>Fixed Carousel arrow navigation not working on mobile devices<\\/li>\\n<li>Fixed Masonry Gallery circle icon issue in builder<\\/li>\\n<li>Fixed Image Hotspot spacing issue in Firefox\\/Safari browsers<\\/li>\\n<li>Updated cron timing frequency for license check (twice daily)<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.7 February 23rd 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Info Circle module added<\\/li>\\n<li>Updated Google social media icon<\\/li>\\n<li>Updated Snapchat and TikTok SVG images creating an error<\\/li>\\n<li>Updated Image Hotspot position value step to 0.1<\\/li>\\n<li>Updated hotspot icon line height causing hotspot icon to be not perfectly centred<\\/li>\\n<li>Improved Scroll Image horizontal mouse scroll performance<\\/li>\\n<li>Improved preloader performance<\\/li>\\n<li>Fixed Tilt Image glare effect<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Panorama rendering issues in Divi Builder when the video is used<\\/li>\\n<li>Fixed Panorama height not working when the video is used<\\/li>\\n<li>Fixed Flip Box back button padding not working<\\/li>\\n<li>Fixed Dual Heading module bottom margin and padding not working<\\/li>\\n<li>Fixed Dual Heading text background clipping for the 2nd text not working<\\/li>\\n<li>Fixed Carousel image border radius when box-shadow added not applying properly<\\/li>\\n<li>Fixed custom blog layout style not applying when Theme Builder template is used<\\/li>\\n<li>Fixed Image Slider Divi Library shortcodes not rendering<\\/li>\\n<li>Fixed dropdown arrow displayed on child submenus<\\/li>\\n<li>Fixed Search icon position when CTA Button not used<\\/li>\\n<li>Added support for PHP 8<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6.1 January 19th 2022<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Added language settings for Google testimonials<\\/li>\\n<li><strong>NEW:<\\/strong> Added options to Exclude\\/Include Testimonials by Post ID<\\/li>\\n<li><strong>NEW:<\\/strong> Added 9 new animations to the Floating Images module<\\/li>\\n<li>Updated Floating Images position max and min values<\\/li>\\n<li>Fixed Floating Images transition CSS not working<\\/li>\\n<li>Fixed issue with Menu Hover Effect applies to the centred header logo<\\/li>\\n<li>Fixed Blog Slider random order not working<\\/li>\\n<li>Fixed not working link in Carousel child module<\\/li>\\n<li>Removed Carousel button wrapper HTML markup when the button is not used<\\/li>\\n<li>Added Soundcloud and TikTok icons to Social Media settings<\\/li>\\n<li>Added CSS ID &amp; Classes field to the Image Hotspot child module<\\/li>\\n<li>Added dynamic image support for Image Slider module (front-end only)<\\/li>\\n<li>Fixed JS error after searching when post meta section is empty<\\/li>\\n<li>Fixed Image Slider text displayed on sides when 3D Cube mode is used<\\/li>\\n<li>Fixed SVG Animator default width and height not working in Safari browser<\\/li>\\n<li>Fixed SVG Animator not working when allow_url_fopen is disabled on the server<\\/li>\\n<li>Fixed Tilt Image flickering issue in Chrome browser<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.6 December 8th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> SVG Animator module added<\\/li>\\n<li>Image Slider thumbnails height various units support added<\\/li>\\n<li>Blog Slider backward PHP (&lt;7.2) compatibility issue fixed<\\/li>\\n<li>custom styles did not apply on paginated blog pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.3 November 26th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\" data-border-radius-top-cap=\\\"false\\\" data-border-radius-bottom-cap=\\\"false\\\">\\n<li><strong>NEW:<\\/strong> Image Accordion Always Visible new settings for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Showcase individual images links feature added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider featured image animation effects added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel image animation settings added<\\/li>\\n<li><strong>NEW:<\\/strong> All Divi Pixel modules support new Divi icons<\\/li>\\n<li>Carousel new custom CSS for active slide added<\\/li>\\n<li>Blog Slider navigation responsive settings added<\\/li>\\n<li>Blog Slider featured image border and box-shadow customization settings added<\\/li>\\n<li>Blog Slider new Custom CSS fields for navigation and active slide added<\\/li>\\n<li>Blog Slider pagination not working in builder when multiple instances used issue fixed<\\/li>\\n<li>Content Toggle new Custom CSS fields for toggle button added<\\/li>\\n<li>Image Mask shape 7 not displayed properly on front end issue fixed<\\/li>\\n<li>Masonry Gallery Grid Items border not working issue fixed<\\/li>\\n<li>Accordion module not triggered in Carousel module issue fixed<\\/li>\\n<li>Dropdown menu text color not working on fixed header issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5.2 October 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> 28 new masks added to the Image Mask module<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask selector field improved<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask: option to rotate, scale and flip the mask<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask image Alt Text field added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask upload custom shape option added<\\/li>\\n<li>Image Mask placeholder image added<\\/li>\\n<li>Image Showcase module URL issue fixed<\\/li>\\n<li>Carousel Autoplay stops working when the Pause on Hover option is disabled issue fixed<\\/li>\\n<li>Carousel item doesn\\u2019t take full width when short content is added issue fixed<\\/li>\\n<li>Countdown Timer doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Counter module doesn\\u2019t work in builder issue fixed<\\/li>\\n<li>Image Magnifier module doesn\\u2019t work in builder issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.5.1 September 30th 2021<\\/strong><\\/p>\\n<ul>\\n<li>FAQ module categories missed issue fixed<\\/li>\\n<li>Custom preloader not working issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.5 September 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Dual Heading module added<\\/li>\\n<li>Mobile Menu on WooCommerce pages issues fixed<\\/li>\\n<li>Blog archive custom style not applying for pagination pages issue fixed<\\/li>\\n<li>Image Hotspot tooltip displaying when border radius on the image is used issue fixed<\\/li>\\n<li>Image Hotspot tooltip image default width not applying in the builder issue fixed<\\/li>\\n<li>Image Hotspot new Ripple Effect style added<\\/li>\\n<li>Image Hotspot default image placeholder added<\\/li>\\n<li>Image Hotspot tooltip spacing in builder issue fixed<\\/li>\\n<li>Improved backwards compatibility with outdated PHP versions<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4.2 - September 5th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider thumbnails margin controls added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider responsive settings for Image Overlay added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Slider custom thumbnail option added<\\/li>\\n<li><strong>NEW:<\\/strong> Blog Slider custom CSS field for content added<\\/li>\\n<li><strong>NEW:<\\/strong> Slide Image responsive position control added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay hover settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery Image Overlay responsive settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Price List - Price Prefix and Suffix fields added<\\/li>\\n<li><strong>NEW:<\\/strong> Masonry Gallery image animation options added<\\/li>\\n<li>Custom Map Marker being cropped issue fixed<\\/li>\\n<li>Hover Box double arrow icon issue fixed<\\/li>\\n<li>Testimonial Slider Random order issue fixed<\\/li>\\n<li>Image Showcase in hidden section causing JS error issue fixed<\\/li>\\n<li>Blog Slider active pagination color issue fixed<\\/li>\\n<li>Blog Slider Content custom CSS field added<\\/li>\\n<li>dipi-anim-preload class not removed from the body after the page is loaded issue fixed<\\/li>\\n<li>Image Showcase causing JS error when the module is hidden issue fixed<\\/li>\\n<li>CTA Menu Button text color when Menu module is used issue fixed<\\/li>\\n<li style=\\\"list-style-type: none;\\\"><\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.4.1 August 23rd 2021<\\/strong><\\/p>\\n<p>Divi 4.10+ compatibility<\\/p>\\n<ul>\\n<li>Carousel lightbox functionality issue fixed<\\/li>\\n<li>Masonry Gallery layout grid and lightbox issue fixed<\\/li>\\n<li>Preloader, when Defer jQuery and jQuery Migrate option is enabled issue fixed<\\/li>\\n<li>Image Slider when Defer jQuery and jQuery migrate option is enabled issue fixed<\\/li>\\n<li>Counter module when Dynamic JS Libraries option enabled issue fixed<\\/li>\\n<li>Price List module when Dynamic JS Libraries enabled lightbox issue fixed<\\/li>\\n<li>Testimonial Slider popup when Dynamic JS Libraries enabled issue fixed<\\/li>\\n<li>Conditional Display when Dynamic Module Framework enabled issue fixed<\\/li>\\n<\\/ul>\\n<p>Improvements\\/Fixes<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\" data-border=\\\"false\\\">\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\"><strong>NEW:<\\/strong> Image Slider Autoplay settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\" data-stringify-border=\\\"0\\\">Archive page Style 2 - broken layout on category pages issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.4 August 18th 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Slider module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Hotspot responsive positioning settings added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Open Carousel image in lightbox option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Reverse Carousel slide direction when Autoplay option is enabled<\\/li>\\n<li><strong>NEW:<\\/strong> Price List image lightbox gallery option added<\\/li>\\n<li><strong>NEW:<\\/strong>\\u00a0Masonry Gallery image link option added<\\/li>\\n<li>Carousel item Box Shadow on hover issue fixed<\\/li>\\n<li>Sidebar customization issues fixed<\\/li>\\n<li>Testimonial Slider heading customization settings added<\\/li>\\n<li>Carousel reloading in builder issue fixed<\\/li>\\n<li>Price List responsive settings for the layout and image added<\\/li>\\n<li>Price List module Box Shadow option to the parent module added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.3.2 July 28th 2021<\\/strong><\\/p>\\n<ul>\\n<li>Related Article hover activation issue fixed<\\/li>\\n<li>Footer social icons when credits are disabled issue fixed<\\/li>\\n<li>Menu CTA button - menu selection issue fixed<\\/li>\\n<li>Image Hotspot - tooltip button when Trigger on Click is enabled issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>2.3.1 July 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Menu CTA Button - option for selecting menu added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Showcase - 11 new mockups added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box text line-height default values fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs alignment responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Divi Builder plugin &amp; Extra theme compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Exclude Posts option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive Featured Image border-radius option added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p>2.3 July 7th 2021<\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> FAQ module with Google Structured Data added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider - category class added for single post box<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.5 June 30th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added new Section, Row and Module settings to conditionally display content based on users role or a login status<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Suppress Filters option is added to use the attempted filter by other 3rd party plugins (like WPML)<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mobile Menu Hamburger icon browser compatibility improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline card width when the icon is used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module PHP 7.2 compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Rename Projects tab category slug issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.4 June 18th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">duplicated logo when multiple Theme Builder headers are used issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.3 June 16th 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> apply blog archive style to the native Divi Blog module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> select image size for the Blog Slider module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Divi Library Shortcodes to use in any module<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Option to hide \\u201cEdit in Visual Builder\\u201d link on pages\\/posts overview dashboard pages<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial Read More popup font customization settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider \\u201cOrder By\\u201d settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - hide tooltip option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot - link field to the hotspot child added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot isn\\u2019t interactive anymore issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Hotspot mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider HTML markup displayed for disabled elements issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Accordion TinyMCE editor support added for the description field<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image responsive scroll speed settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Panorama 2D Image mode scroll issue on tablets and mobiles fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider responsive settings for navigation size and padding added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider - testimonials order settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More link disabled when a full testimonial is displayed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Mega Menu width issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Read More Button Text\\u201d doesn\\u2019t apply to the native Divi Blog module issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d doesn\\u2019t apply to the Theme Builder custom header issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">\\u201cChange Logo on Scroll\\u201d performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Collapsed mobile top menu not clickable issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module visibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module displaying on archive pages issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs separator alignment issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Lottie Icon width not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Content Toggle\\/Masonry Gallery compatibility issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Full-width post does not display full-width sections in frontend Divi Builder issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.2 April 21st 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: open tooltip on click<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Hotspot: tooltip animations added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Carousel - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Testimonial slider - display navigation on hover option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel navigation hover settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon module margin in Divi Builder modules list issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Ballon button link target issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">plugin settings modules list updated<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider HTML support for review text added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image content animations improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon Tiny MCE editor for description field added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Balloon button shadow not applying in builder properly issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider not working with Blog module when testimonial CPT is selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Breadcrumbs module fetches taxonomy from pages where taxonomy is not added issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline line border styles issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial custom CSS for Profile Image selector fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.1 April 2nd, 2021<\\/strong><\\/p>\\n<ul>\\n<li>plugin updater issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.2.0 April 1st, 2021<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Ballon module added<\\/li>\\n<li>Blog Slider item not clickable in Firefox browser issue fixed<\\/li>\\n<li>Content Toggle et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li>Content Toggle and Image Showcase compatibility improved<\\/li>\\n<li>Testimonial Slider popup\\/Divi Machine conflict issue fixed<\\/li>\\n<li>API licensing UI and functionality improved<\\/li>\\n<li>Documentation pages UI improved<\\/li>\\n<\\/ul>\\n<p><strong>2.1.2 March 8th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\">Content Toggle issue with dipi_label function issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery et_builder_i18 function replaced with esc_html__ function to support older Divi versions<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Timeline module dipi_label function replaced with esc_html__ function<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.1 March 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Disable LazyLoad in Content Toggle module settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup performance improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Enable Lightbox responsive settings issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Plugin Settings\\/Modules options updated<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.1.0 - February 25th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Content Toggle module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Blog Archive section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Post Navigation section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Author Box section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Related Articles section background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery Disable Lightbox responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Archive background settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d in Firefox displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box \\u201cForce module to be a Square\\u201d ON\\/OFF builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box circle icon issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box WPML support improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image\\/Icon alignment in Timeline not working in Divi Builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel Autoplay option doesn\\u2019t work in Safari issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel items displayed vertically in Safari 8 issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel child item hover icon not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Button Grid on mobiles improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Floating Images Transform settings not working issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box height controls improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box solid border issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase rendering with WP Rocket Lazy Loading in different browsers issues fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Scroll Image mouse scrolling improved<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n2.0.1 - February 5th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW: <\\/strong>Masonry Gallery Coverflow Animations<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Masonry Gallery - disable image lightbox option added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box jQuery variable naming issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">CSS error preventing Divi scripts from compile issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text child module link issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion image responsive settings improved<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image Active On Load and Open On Click issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Accordion Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">fonts in Theme Customizer did not enqueue issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>2.0.0 - January 26th, 2021<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Timeline module added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Added CSS ID &amp; Classes to Button Grid child modules<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> WhatsApp, Snapchat and Xing social media icons added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Active Image size responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\"><strong>NEW:<\\/strong> Image Accordion Opened on Load responsive settings added<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Performance improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Mask SVG markup issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Image Showcase - image positioning tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Primary Header Social Icons positioning when CTA Button is not used issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Masonry Gallery image width causing the problem with the proper displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider Button displaying multiple icons when icon not selected issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default content-length value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Blog Slider default spacing value tweaked<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Error messages when Google reviews are fetched corrected<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hover Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Flip Box module rendering with \\u201cForce Module to be a square\\u201d option enabled - issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image mobile displaying issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot Image arrow color rendering in builder issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Hotspot module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Author Box name improvements<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Fancy Text alignment settings revised<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup displaying mixed testimonials issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Testimonial Slider Read More popup image styling issue fixed<\\/li>\\n<li data-stringify-indent=\\\"0\\\">Carousel module when Divi Library item is used, Divi Builder rendering issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.3 - December 16th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>collapsed mobile menu close animation fixed<\\/li>\\n<li>dropdown menu width max value increased<\\/li>\\n<li>Hamburger Mobile Menu not displayed after WP 5.6 issue fixed<\\/li>\\n<li>minor code improvements in Panorama and Lottie modules<\\/li>\\n<li>Carousel Coverflow mode - disabled slide shadow issue fixed<\\/li>\\n<li>Duplicated Social Icons in Primary Header issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.2 - December 7th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Breadcrumbs active item styles missed on front-end issue fixed<\\/li>\\n<li>Dropdown menu item width control added<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.10.1 - December 5th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Carousel spacing issue fixed<\\/li>\\n<li>plugin package\\/2 new modules Divi Builder rendering issues fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.10.0 - December 4th, 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Showcase module added<\\/li>\\n<li><strong>NEW:<\\/strong> Image Mask module added<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS Class field added to the header CTA button<\\/li>\\n<li><strong>NEW:<\\/strong> Divi Builder support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Extra theme support for modules added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Post Type\\/Taxonomy settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Breadcrumbs module Alignment settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Dynamic button URL to Grid Button module added<\\/li>\\n<li><strong>NEW:<\\/strong> Carousel module CSS ID &amp; Classes added to child items<\\/li>\\n<li>Vertical Navigation style issues fixed<\\/li>\\n<li>Testimonial Slider overflow issue fixed<\\/li>\\n<li>Mobile Menu animation out when Theme Builder header used issue fixed<\\/li>\\n<li>Blog Archive responsive breakpoint updated<\\/li>\\n<li>Hotspot tooltip height on mobiles issue fixed<\\/li>\\n<li>Blog Slider body text and button box-shadow issues fixed<\\/li>\\n<li>Admin Label field added to the Carousel child modules<\\/li>\\n<li>Tooltip image wrapper if image not selected - HTML markup not displayed<\\/li>\\n<li>Post meta alignment on archive page issue fixed<\\/li>\\n<li>Tilt Image mobile height issue fixed<\\/li>\\n<li>Footer Reveal Effect visibility in the front-end builder issue fixed<\\/li>\\n<li>Hide Admin Bar setting issue fixed<\\/li>\\n<li>Hide Admin Bar\\/Hide Top Header\\/Reading Progress Bar issues fixed<\\/li>\\n<li>Breadcrumbs Schema Markup issue fixed<\\/li>\\n<\\/ul>\\n<p>&nbsp;<\\/p>\\n<p><strong>1.9 - 14 October 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Mobile Submenu customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Collapsed Mobile menu icon customization settings added<\\/li>\\n<li><strong>NEW:<\\/strong> Circle animation for Mobile Menu background overlay added<\\/li>\\n<li>Menu Dropdown visibility with Theme Builder Header and Footer Reveal Effect enabled issue fixed<\\/li>\\n<li>default Mobile Menu animation performance issue fixed<\\/li>\\n<li>Centered Inline Logo header alignment fixed<\\/li>\\n<li>Centered header hamburger icon position fixed<\\/li>\\n<li>Stand and Spring style Hamburger icon animation issues fixed<\\/li>\\n<li>Fixed Mobile Menu container gap issue on mobiles fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.2 - 28th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>NEW: Add Arrow to Dropdown Menus<\\/li>\\n<li>NEW: Dropdown Menu width and position controls added<\\/li>\\n<li>NEW: Open Menu Button Link in a New Window option added<\\/li>\\n<li>Header Height\\/Spacing issues fixed<\\/li>\\n<li>Hide Top Bar feature improved<\\/li>\\n<li>Do Not Shrink Header on Scroll feature improved<\\/li>\\n<li>Social Icons in Secondary Menu Firefox issue fixed<\\/li>\\n<li>CTA Menu Button Position First\\/Last issue fixed<\\/li>\\n<li>Centered\\/Centered Inline header style issues fixed<\\/li>\\n<li>Top Bar performance on mobiles improved<\\/li>\\n<li>Mobile Menu paddings issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.8.1 - 15th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Fixed duplicated hamburger icons when more than one menu was used on a page<\\/li>\\n<li>Do Not Shrink Header functionality improved<\\/li>\\n<\\/ul>\\n<p><strong>1.8 - 13th September 2020<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Image Magnifier module<\\/li>\\n<li><strong>NEW:<\\/strong> Lottie Icon module<\\/li>\\n<li>Plugin Settings page responsive issues fixed<\\/li>\\n<li>Plugin Settings Page Toolbar added<\\/li>\\n<li>Hide Admin Bar when user not logged in issue fixed<\\/li>\\n<li>Archive Page Header Injector issue fixed<\\/li>\\n<li>Bottom Bar customization issues fixed<\\/li>\\n<li>Back To Top custom link issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.7.1 - 28th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed Panorama module PHP error for older PHP versions<\\/li>\\n<\\/ul>\\n<p><strong>1.7 - 27th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Panorama module<\\/li>\\n<li><strong>NEW:<\\/strong> Reading Progress Bar module<\\/li>\\n<li><strong>NEW:<\\/strong> Google icon to Social Icons added<\\/li>\\n<li>SVG image upload feature improved<\\/li>\\n<li>Force Footer to Bottom when Theme Builder used issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.6.2 - 20th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed an issue with social icons individual locations<\\/li>\\n<li>Fixed an issue with the revealing footer effect<\\/li>\\n<\\/ul>\\n<p><strong>1.6.1 - 15th August 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed issue in Divi Pixel options panel (WordPress 5.5 compatibility)<\\/li>\\n<li>Fixed an issue where individual social icon locations would break the menus<\\/li>\\n<\\/ul>\\n<p><strong>1.6.0 - 12th August 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Scrollable Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt text field added for Hover Box images<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Carousel module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Accordion Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Custom CSS fields added to Accordion Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Tilt Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Hotspot Image module<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List configurable HTML title tag option added<\\/li>\\n<li><strong>NEW:<\\/strong> Alt Image text field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Label field added to Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> Fixed responsive flex settings for Button Grid and added options for alignment and justification<\\/li>\\n<li><strong>NEW:<\\/strong> Login Page custom logo URL option added<\\/li>\\n<li><strong>NEW:<\\/strong> option to add links to images in Floating Images module<\\/li>\\n<li><strong>NEW:<\\/strong> SVG image preview in Media Library added<\\/li>\\n<li>Tilt Image title customization issue fixed<\\/li>\\n<li>fixed issue with Theme Customizer scripts not loading on FlyWheel hosted sites<\\/li>\\n<li>Hover Box displaying empty heading tags issue fixed<\\/li>\\n<li>duplicated Prefix and Suffix spans in Typing Text module issue fixed<\\/li>\\n<li>Login Page logo size default values fixed<\\/li>\\n<li>Added option to Masonry Gallery to enable lazy loading images compatibility<\\/li>\\n<li>Automatically scroll to the top of the Divi Pixel options page after switching tabs<\\/li>\\n<li>Fixed Masonry Gallery not opening images in a lightbox<\\/li>\\n<li>Accordion Image responsive spacing issue fixed<\\/li>\\n<li>Carousel box-shadow and border child module issue fixed<\\/li>\\n<li>Carousel module left navigation positioning issue in builder fixed<\\/li>\\n<li>Flip Box content displaying issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.5.0 - 8th May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Accordion Module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box: added option to force the module to be a square<\\/li>\\n<li>Fixed \\\"open in new window\\\" option in various modules<\\/li>\\n<li>Improved SVG upload functionality to allow different mime types<\\/li>\\n<li>Fixed Related Articles and Author Box when Theme Builder is used<\\/li>\\n<li>Fixed Blog Slider default columns on tablet and mobiles<\\/li>\\n<li>Fixed \\\"Related Articles\\\" heading, which was sometimes displayed on custom post types<\\/li>\\n<li>Fixed Flex Direction responsive options in Typing Text module<\\/li>\\n<li>Fixed Image Hotspot heading level option in Visual Builder<\\/li>\\n<li>Fixed various typos<\\/li>\\n<li>Added some semicolons here and there to spice up the code (and fix some issues)<\\/li>\\n<\\/ul>\\n<p><strong>1.4.4 - 31st May 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Flip Box Dynamic Height option added<\\/li>\\n<li><strong>NEW:<\\/strong> Flip Box: force module to be a square option added<\\/li>\\n<li>Flip Box Image Overlay builder issue fixed<\\/li>\\n<li>Flip Box icon not displayed on front-end issue fixed<\\/li>\\n<li>Primary Menu customization when Menu Hover Animation disabled issue fixed<\\/li>\\n<li>Masonry Gallery: IE browser issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.3 - 27th May 2020<\\/strong><\\/p>\\n<ul>\\n<li>Flip Box: height issue fixed<\\/li>\\n<li>Flip Box: Back Button not displayed on front-end issue fixed<\\/li>\\n<li>Flip Box: 3D Content Effect issue fixed<\\/li>\\n<\\/ul>\\n<p><strong>1.4.2 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Flip Box module: Dynamic Height option removed<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.1 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li>Plugin Settings\\/Modules section updated<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.4.0 - 23rd May 2020<br \\/>\\n<\\/strong><\\/p>\\n<ul class=\\\"p-rich_text_list p-rich_text_list__bullet\\\" data-stringify-type=\\\"unordered-list\\\" data-indent=\\\"0\\\">\\n<li><strong>NEW:<\\/strong> Fancy Text module added<\\/li>\\n<li>Breadcrumbs Module: responsive padding options added<\\/li>\\n<li>Breadcrumbs: separator icon issue fixed<\\/li>\\n<li>Back To Top Button: box-shadow issue on hover fixed<\\/li>\\n<li>Back To Top Button: custom link issue fixed<\\/li>\\n<li>Menu CTA Button: hover text\\/background issue fixed<\\/li>\\n<li>Secondary Header menu\\/social icons positioning issue fixed<\\/li>\\n<li>Button Grid: icon size and positioning fixed<\\/li>\\n<li>Blog Archive: meta text icons positioning fixed<\\/li>\\n<li>Blog Slider image clickable option added<\\/li>\\n<li>Blog Slider: responsive image height option added<\\/li>\\n<li>Mobile Menu: Theme Builder header issues fixed<\\/li>\\n<li>Custom Mobile Breakpoint: all menu customization settings revised and improved<\\/li>\\n<li>Login Page: form field text size option added<\\/li>\\n<li>Login Page: logo size issue fixed, logo height option added<\\/li>\\n<li>Related Articles: section title font size issue fixed<\\/li>\\n<li>Testimonial Slider: read more popup size on mobiles issue fixed<\\/li>\\n<li>Header Menu: customization setting improved<\\/li>\\n<li>Hover Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Hover Box: module not displayed in Builder\\/Firefox issue fixed<\\/li>\\n<li>Hover Box: responsive height fixed<\\/li>\\n<li>Flip Box: icon, title, description, button wrappers removed if element not added<\\/li>\\n<li>Image Hotspot, Hover Box, Flip Box, Carousel, Tilt Image: configurable HTML title tag option added<\\/li>\\n<\\/ul>\\n<p><strong><br \\/>\\n1.3.1 - 26th April 2020<\\/strong><\\/p>\\n<ul>\\n<li>Fixed a bunch of smaller bugs<\\/li>\\n<\\/ul>\\n<p><strong>1.3.0 - 20th April 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Blog Slider module<\\/li>\\n<li><strong>NEW<\\/strong>: Animation Delay option in Counter module<\\/li>\\n<li><strong>NEW:<\\/strong> Option to enable beta downloads<\\/li>\\n<li>Mobile Menu issue fixed<\\/li>\\n<li>Header\\/Menu Animation issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.2.0 - 26th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Countdown module<\\/li>\\n<li><strong>NEW:<\\/strong> Hover Box module<\\/li>\\n<li>Force Footer to Bottom Firefox issue fixed<\\/li>\\n<li>Filled Background menu animation style Firefox issue fixed<\\/li>\\n<li>Various under the hood improvements<\\/li>\\n<\\/ul>\\n<p><strong>1.1.0 - 16th March 2020<\\/strong><\\/p>\\n<ul>\\n<li><strong>NEW:<\\/strong> Image Hotspot module<\\/li>\\n<li><strong>NEW:<\\/strong> Price List module<\\/li>\\n<li><strong>NEW:<\\/strong> Export\\/Import functionality added to the Divi Pixel options panel<\\/li>\\n<li>Back to top button functionality improved<\\/li>\\n<li>Testimonial Slider mobile issues fixed<\\/li>\\n<li>Testimonial Slider Website URL field added<\\/li>\\n<li>The improved license activation process<\\/li>\\n<li>Licensing API Library updated<\\/li>\\n<\\/ul>\\n<p><strong>1.0.0 - 4th March 2020<\\/strong><\\/p>\\n<ul>\\n<li>Initial Release<\\/li>\\n<\\/ul>\\n\"],\"plugin\":\"divi-pixel\\/divi-pixel.php\",\"id\":\"divi-pixel\\/divi-pixel.php\",\"tested\":null,\"requires\":\"\",\"requires_php\":\"\"}\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (418, 'divibooster_version', '4.8.1', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (419, 'external_updates-divi-booster', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1687054767;s:14:\"checkedVersion\";s:5:\"4.1.6\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:12:\"divi-booster\";s:7:\"version\";s:5:\"4.2.4\";s:12:\"download_url\";s:54:\"https://d3mraia2v9t5x8.cloudfront.net/divi-booster.zip\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";N;s:6:\"tested\";s:7:\"6.2.999\";s:12:\"requires_php\";s:3:\"5.3\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:29:\"divi-booster/divi-booster.php\";}s:11:\"updateClass\";s:35:\"DiviBooster\\Puc_v4p10_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (420, 'dipi_instagram_accounts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (421, 'dipi_facebook_accounts', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (422, 'divi-booster-license_key', 'd2a47153d5db0b4c6eb596570c3af35b', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (423, 'divi-booster-license_status', 'valid', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (425, 'dipi_customizer_option_preloader_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (426, 'dipi_customizer_option_particles_color', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (427, 'dipi_customizer_option_link_color', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (428, 'dipi_customizer_option_particles_color_2', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (429, 'dipi_customizer_option_link_color_2', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (430, 'dipi_customizer_option_btt_btn_background', 'rgba(0,0,0,0.4)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (431, 'dipi_customizer_option_btt_btn_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (432, 'dipi_customizer_option_btt_btn_background_hover', '#000000', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (433, 'dipi_customizer_option_btt_btn_color_hover', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (434, 'dipi_customizer_option_blog_archives_page_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (435, 'dipi_customizer_option_archive_box_icon_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (436, 'dipi_customizer_option_blog_related_box_background_color', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (437, 'dipi_customizer_option_blog_related_box_shadow_color', '#000000', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (438, 'dipi_customizer_option_blog_related_hover_box_shadow_color', '#444444', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (439, 'dipi_customizer_option_mobile_submenu_item_background', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (440, 'dipi_customizer_option_mobile_menu_btn_shadow_color', 'rgba(0,39,56,0.3)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (441, 'dipi_use_particles', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (442, 'dipi_use_particles_note', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (443, 'dipi_use_coming_soon', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (444, 'dipi_coming_soon_page', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (445, 'dipi_coming_soon_vip', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (446, 'dipi_ttf_upload', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (447, 'dipi_rename_projects_icon', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (448, 'dipi_rename_projects_cat_slug', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (449, 'dipi_rename_projects_tag_slug', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (450, 'dipi_rename_projects_notice', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (451, 'dipi_footer_customization', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (452, 'dipi_settings_reset_button', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (453, 'dipi_settings_reset_customizer_button', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (454, 'dipi_google_api_lang', 'en', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (455, 'dipi_instagram_basic_app_id', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (456, 'dipi_instagram_basic_app_secret', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (457, 'dipi_instagram_connect_basic', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (458, 'dipi_instagram_connected_accounts_basic', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (459, 'dipi_instagram_graph_app_id', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (460, 'dipi_instagram_graph_app_secret', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (461, 'dipi_instagram_connect_graph', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (462, 'dipi_instagram_connected_accounts_graph', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (463, 'dipi_layout_importer', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (464, 'dipi_social_media_soundcloud', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (465, 'dipi_social_media_soundcloud_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (466, 'dipi_social_media_soundcloud_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (467, 'dipi_social_media_soundcloud_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (468, 'dipi_social_media_tiktok', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (469, 'dipi_social_media_tiktok_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (470, 'dipi_social_media_tiktok_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (471, 'dipi_social_media_tiktok_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (472, 'dipi_social_media_telegram', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (473, 'dipi_social_media_telegram_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (474, 'dipi_social_media_telegram_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (475, 'dipi_social_media_telegram_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (476, 'dipi_social_media_line', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (477, 'dipi_social_media_line_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (478, 'dipi_social_media_line_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (479, 'dipi_social_media_line_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (480, 'dipi_sidebar_customization', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (481, 'dipi_md_hide_all_modules', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (482, 'dipi_faq_search_enabled', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (483, 'dipi_md_dual_heading', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (484, 'dipi_md_svg_animator', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (485, 'dipi_md_info_circle', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (486, 'dipi_md_advanced_tabs', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (487, 'dipi_md_horizontal_timeline', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (488, 'dipi_md_expanding_cta', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (489, 'dipi_md_text_highlighter', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (490, 'dipi_md_tile_scroll', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (491, 'dipi_md_pricing_table', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (492, 'dipi_md_filterable_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (493, 'dipi_md_parallax_image', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (494, 'dipi_md_hover_gallery', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (495, 'dipi_md_gravity_styler', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (499, 'category_children', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (501, 'et_server_domain_token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJodHRwczpcL1wvd3d3LmVsZWdhbnR0aGVtZXMuY29tIiwiaWF0IjoxNjk4NTg4ODEyLCJ1c2VybmFtZSI6ImJhbmRvbGllcmdyb3VwIiwic3RhdHVzIjoiYWN0aXZlIiwibWF4X2l0ZW1zIjoiNTAiLCJtYXhfdHJhc2hfaXRlbXMiOiI1MCIsImRvbWFpbiI6ImNmdG90YWxyZXdhcmRzLmNvbSIsIm5hbWUiOiJUaW0gTWNDYW5kbGVzcyIsImVtYWlsIjoidGltQGJhbmRvbGllcmdyb3VwLmNvbSIsIm1heF9ieXRlcyI6MTA3Mzc0MTgyNDAwfQ.F7zlBq_zhxIuV7Zi4Z_YIqDojOYFFytM_yGC5sQAh3Fqrp_Ksut7UUP0Jn6ybU7eqLUzN5LqY9q7InCSwk6X3jz15rcbjEaqemeTPlaCt_qVwIlaWW9OUKdjlkz7KiLruHfc1oN5ChGalQVfSA1htzMSJQ0AKXVe2i6Dcp3lOVNal0KmFbryKeRo9XBvPRGyK0hQOGDCtNsv-poC94U1u3U7gmJOQQTHY24UG0sE4NzMZkIrsQjGxO0n10EY4IUCBX_qBbFGuBmFKb5iFipBKuRhRRduFlcqCIVsWk0YfNlrt0dcy1J2thJM5WdzwqZ_2CQsiYqDC81EWTqjM3_TWrBcMSQs7CY8Uzr6Y0lNqGLw17ebyV8wEFxGvMpmlc5B4tJ8U7L-eOymYLvLGfxrFwmBGT90ef5funonlh0FAtOgE3VExBhIcIPltvlCpzWk2IjF5e4FzUg_8PAEXKKBcVZ7w0nNF5W6GcGbb2BPJPNYW-oWNL9OuR0MXRXzrGLGkg9tnEKUhFRWp-trRpoSH-m6ijvHjVsOpfw9u9mMsjWDJmlZXQNLG6ZA-AwUjWexFzx1AgoRhPIorTwavJLIz6l9nUQFrQyq3GlMiaxgSCJ0Z51oCrOllQC7NdzUK7pcahm9SNjcS4nSZ1Hlr2Sw7QZc05Elo8AvEEq9EHxGwe8', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (502, 'et_cloud_refresh_token', 'a:2:{i:1;a:0:{}i:2;a:2:{s:13:\"refresh_token\";s:371:\"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzUxMiJ9.eyJleHAiOjE2ODM4NDc0MTUuNDY1Nzk0LCJqdGkiOiI4ZWY4MGU2Yy1kZjI5LTRhZDQtYmIyZC1iZDYxOWMxZTk2YjUiLCJpYXQiOjE2ODMyNDI2MTUuNDY1Nzk0LCJpc3MiOiJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImF1ZCI6WyJodHRwczovL2Nsb3VkLmVsZWdhbnR0aGVtZXMuY29tLyIsImh0dHBzOi8vY2xvdWQuZWxlZ2FudHRoZW1lcy5jb20vZjJjNGZhYmMwNDM3ZmNmZTM4NTdlNTZhNGE5ZWM0MzAiXSwic3ViIj\";s:13:\"is_full_token\";b:0;}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (508, 'et_divi_builder_global_presets_history_ng', 'O:8:\"stdClass\":2:{s:7:\"history\";a:6:{i:0;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":16:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1697054359974;s:5:\"label\";s:25:\"Preset Created For Button\";}i:1;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":15:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1696910602856;s:5:\"label\";s:22:\"Preset Created For Row\";}i:2;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":16:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1696910640850;s:5:\"label\";s:23:\"Preset Created For Text\";}i:3;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":16:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1696910664192;s:5:\"label\";s:25:\"Preset Created For Button\";}i:4;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":14:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}}}}s:4:\"time\";i:1695005385000;s:5:\"label\";s:20:\"Imported From Layout\";}i:5;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":15:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1695036814365;s:5:\"label\";s:25:\"Preset Created For Button\";}}s:5:\"index\";s:1:\"0\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (509, 'wpe-health-check-site-status-result', '{\"good\":18,\"recommended\":5,\"critical\":1}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (510, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (512, 'WPLANG', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (513, 'new_admin_email', 'tim@bandoliergroup.com', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (515, 'dipi_customizer_option_primary_nav_font_weight', 500, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (517, 'dipi_customizer_option_menu_btn_font_select', 'Montserrat', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (518, 'dipi_customizer_option_menu_btn_icon_display', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (519, 'dipi_customizer_option_menu_btn_padding_1', 4, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (520, 'dipi_customizer_option_menu_btn_padding_2', 9, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (521, 'dipi_customizer_option_menu_btn_padding_3', 4, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (522, 'dipi_customizer_option_menu_btn_padding_4', 9, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (523, 'dipi_customizer_option_menu_btn_background', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (524, 'dipi_customizer_option_menu_btn_hover_effect', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (525, 'dipi_customizer_option_menu_btn_background_hover', 'rgba(255,255,255,0.18)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (526, 'dipi_customizer_option_menu_btn_border_radius', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (527, 'dipi_customizer_option_menu_btn_border_width', 2, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (528, 'dipi_customizer_option_menu_btn_border_color', '#3fa9f5', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (529, 'dipi_customizer_option_menu_btn_text_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (530, 'dipi_customizer_option_menu_btn_hover_text_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (531, 'dipi_customizer_option_menu_btn_hover_border_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (532, 'dipi_customizer_option_fixed_menu_btn_text_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (533, 'dipi_customizer_option_fixed_menu_btn_hover_text_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (534, 'dipi_customizer_option_fixed_menu_btn_background', 'rgba(255,255,255,0.18)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (535, 'dipi_customizer_option_fixed_menu_btn_border_color', '#3fa9f5', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (536, 'dipi_customizer_option_fixed_menu_btn_hover_border_color', '#00c7b1', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (537, 'dipi_customizer_option_fixed_menu_btn_background_hover', '#ffffff', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (548, 'wp_calendar_block_has_published_posts', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (556, 'dipi_md_content_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (567, 'bsr_data', 'a:8:{s:13:\"select_tables\";a:1:{i:0;s:8:\"wp_posts\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:18:\"<h2>Resources</h2>\";s:12:\"replace_with\";s:29:\"<h2>Additional Resources</h2>\";s:15:\"completed_pages\";i:1;s:11:\"total_pages\";i:1;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (600, 'nonce_key', 'l(7Gs%AQ(OjPX?<6|h+x+`+?7c&&1PhhQ1v~U%G,ta9#OZl> f6rSxqS70NHQ8OH', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (601, 'nonce_salt', '{x-jV=`[5qI1`k_crNjkT3e|@`h}7g;Mp9w5^6k-NiV_SOY[_PX_a2aM%qvjd+Z<', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (602, 'rewrite_rules', 'a:176:{s:17:\"^serve-instawp/?$\";s:25:\"index.php?instawp_serve=1\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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:58:\"dipi_cpt_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_cpt_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_cpt_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_cpt_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_cpt_category=$matches[1]&embed=true\";s:46:\"dipi_cpt_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_cpt_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_cpt_category/([^/]+)/?$\";s:39:\"index.php?dipi_cpt_category=$matches[1]\";s:60:\"dipi_media_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:55:\"dipi_media_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dipi_media_category=$matches[1]&feed=$matches[2]\";s:36:\"dipi_media_category/([^/]+)/embed/?$\";s:52:\"index.php?dipi_media_category=$matches[1]&embed=true\";s:48:\"dipi_media_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?dipi_media_category=$matches[1]&paged=$matches[2]\";s:30:\"dipi_media_category/([^/]+)/?$\";s:41:\"index.php?dipi_media_category=$matches[1]\";s:58:\"dipi_faq_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:53:\"dipi_faq_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dipi_faq_category=$matches[1]&feed=$matches[2]\";s:34:\"dipi_faq_category/([^/]+)/embed/?$\";s:50:\"index.php?dipi_faq_category=$matches[1]&embed=true\";s:46:\"dipi_faq_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dipi_faq_category=$matches[1]&paged=$matches[2]\";s:28:\"dipi_faq_category/([^/]+)/?$\";s:39:\"index.php?dipi_faq_category=$matches[1]\";s:44:\"dipi_testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_testimonial/([^/]+)/embed/?$\";s:49:\"index.php?dipi_testimonial=$matches[1]&embed=true\";s:37:\"dipi_testimonial/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_testimonial=$matches[1]&tb=1\";s:45:\"dipi_testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&paged=$matches[2]\";s:52:\"dipi_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_testimonial=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_testimonial=$matches[1]&page=$matches[2]\";s:33:\"dipi_testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"testimonial_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_cat=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_cat/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_cat=$matches[1]&embed=true\";s:44:\"testimonial_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_cat=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_cat/([^/]+)/?$\";s:37:\"index.php?testimonial_cat=$matches[1]\";s:56:\"testimonial_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:51:\"testimonial_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?testimonial_tag=$matches[1]&feed=$matches[2]\";s:32:\"testimonial_tag/([^/]+)/embed/?$\";s:48:\"index.php?testimonial_tag=$matches[1]&embed=true\";s:44:\"testimonial_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?testimonial_tag=$matches[1]&paged=$matches[2]\";s:26:\"testimonial_tag/([^/]+)/?$\";s:37:\"index.php?testimonial_tag=$matches[1]\";s:44:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"dipi_popup_maker/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"dipi_popup_maker/([^/]+)/embed/?$\";s:49:\"index.php?dipi_popup_maker=$matches[1]&embed=true\";s:37:\"dipi_popup_maker/([^/]+)/trackback/?$\";s:43:\"index.php?dipi_popup_maker=$matches[1]&tb=1\";s:45:\"dipi_popup_maker/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&paged=$matches[2]\";s:52:\"dipi_popup_maker/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?dipi_popup_maker=$matches[1]&cpage=$matches[2]\";s:41:\"dipi_popup_maker/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?dipi_popup_maker=$matches[1]&page=$matches[2]\";s:33:\"dipi_popup_maker/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"dipi_popup_maker/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"dipi_popup_maker/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"dipi_popup_maker/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"dipi_popup_maker/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"dipi_faq/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"dipi_faq/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"dipi_faq/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dipi_faq/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"dipi_faq/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"dipi_faq/([^/]+)/embed/?$\";s:41:\"index.php?dipi_faq=$matches[1]&embed=true\";s:29:\"dipi_faq/([^/]+)/trackback/?$\";s:35:\"index.php?dipi_faq=$matches[1]&tb=1\";s:37:\"dipi_faq/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&paged=$matches[2]\";s:44:\"dipi_faq/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?dipi_faq=$matches[1]&cpage=$matches[2]\";s:33:\"dipi_faq/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?dipi_faq=$matches[1]&page=$matches[2]\";s:25:\"dipi_faq/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"dipi_faq/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"dipi_faq/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dipi_faq/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"dipi_faq/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:16:\".*wp-signup.php$\";s:21:\"index.php?signup=true\";s:18:\".*wp-activate.php$\";s:23:\"index.php?activate=true\";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:39:\"index.php?&page_id=17&cpage=$matches[1]\";s:35:\"instawp-database-manager(/(.*))?/?$\";s:47:\"index.php?&instawp-database-manager=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s: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:43:\"(.?.+?)/instawp-database-manager(/(.*))?/?$\";s:67:\"index.php?pagename=$matches[1]&instawp-database-manager=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s: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');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (603, 'mucd_duplicable', 'no', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (743, 'db_upgraded', '', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (866, 'wpe_cache_config', 'a:23:{s:20:\"sanitized_post_types\";a:7:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:7:\"project\";s:7:\"project\";s:16:\"dipi_testimonial\";s:16:\"dipi_testimonial\";s:16:\"dipi_popup_maker\";s:16:\"dipi_popup_maker\";s:11:\"pf_document\";s:11:\"pf_document\";s:8:\"dipi_faq\";s:8:\"dipi_faq\";}s:28:\"sanitized_builtin_post_types\";a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}s:21:\"smarter_cache_enabled\";s:1:\"0\";s:21:\"last_modified_enabled\";s:1:\"0\";s:27:\"wpe_ac_global_last_modified\";s:10:\"1262304000\";s:24:\"post_cache_expires_value\";s:2:\"-1\";s:24:\"page_cache_expires_value\";s:2:\"-1\";s:27:\"project_cache_expires_value\";s:2:\"-1\";s:36:\"dipi_testimonial_cache_expires_value\";s:2:\"-1\";s:36:\"dipi_popup_maker_cache_expires_value\";s:2:\"-1\";s:31:\"pf_document_cache_expires_value\";s:2:\"-1\";s:28:\"dipi_faq_cache_expires_value\";s:2:\"-1\";s:10:\"namespaces\";a:10:{i:0;s:10:\"oembed/1.0\";i:1;s:19:\"wpe/cache-plugin/v1\";i:2;s:21:\"wpe_sign_on_plugin/v1\";i:3;s:13:\"divi-pixel/v1\";i:4;s:13:\"relevanssi/v1\";i:5;s:7:\"divi/v1\";i:6;s:25:\"quadlayers/search-exclude\";i:7;s:5:\"wp/v2\";i:8;s:17:\"wp-site-health/v1\";i:9;s:18:\"wp-block-editor/v1\";}s:30:\"oembed/1.0_cache_expires_value\";s:2:\"-1\";s:39:\"wpe/cache-plugin/v1_cache_expires_value\";s:2:\"-1\";s:41:\"wpe_sign_on_plugin/v1_cache_expires_value\";s:2:\"-1\";s:33:\"divi-pixel/v1_cache_expires_value\";s:2:\"-1\";s:33:\"relevanssi/v1_cache_expires_value\";s:2:\"-1\";s:27:\"divi/v1_cache_expires_value\";s:2:\"-1\";s:45:\"quadlayers/search-exclude_cache_expires_value\";s:2:\"-1\";s:25:\"wp/v2_cache_expires_value\";s:2:\"-1\";s:37:\"wp-site-health/v1_cache_expires_value\";s:2:\"-1\";s:38:\"wp-block-editor/v1_cache_expires_value\";s:2:\"-1\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (867, 'wpe_cache_last_cleared', '2025-06-06 21:48:05', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (892, 'wtfdivi_last_error', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (893, 'wtfdivi', 'a:53:{s:8:\"lastsave\";s:10:\"1698588967\";s:7:\"general\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"general-accessibility\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-icons\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"fixes\";a:53:{s:17:\"014-add-new-icons\";a:2:{s:4:\"url0\";s:0:\"\";s:6:\"urlmax\";s:1:\"0\";}s:20:\"073-add-social-icons\";a:9:{s:8:\"linkedin\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:5:\"flikr\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";}s:27:\"126-customizer-social-icons\";a:2:{s:7:\"enabled\";s:1:\"1\";s:5:\"icons\";s:0:\"\";}s:27:\"004-add-image-before-header\";a:2:{s:3:\"url\";s:0:\"\";s:7:\"linkurl\";s:0:\"\";}s:33:\"018-box-layout-in-front-of-header\";a:3:{s:12:\"headerheight\";s:3:\"120\";s:9:\"headercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:28:\"135-set-mobile-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:29:\"095-secondary-nav-hover-color\";a:1:{s:8:\"hovercol\";s:21:\"rgba(255,255,255,0.7)\";}s:26:\"116-add-text-to-top-header\";a:1:{s:13:\"topheadertext\";s:0:\"\";}s:31:\"119-make-phone-number-clickable\";a:1:{s:8:\"phonenum\";s:0:\"\";}s:42:\"024-scroll-further-before-shrinking-header\";a:1:{s:6:\"offset\";s:3:\"500\";}s:24:\"066-change-header-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:34:\"071-submenu-hover-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:31:\"074-set-header-menu-hover-color\";a:1:{s:3:\"col\";s:16:\"rgba(0,0,0,0.42)\";}s:35:\"087-change-space-between-menu-items\";a:1:{s:15:\"menuitempadding\";s:2:\"22\";}s:20:\"113-change-logo-link\";a:1:{s:7:\"logourl\";s:0:\"\";}s:27:\"121-search-icon-hover-color\";a:1:{s:8:\"hovercol\";s:7:\"#ffffff\";}s:28:\"133-header-title-and-tagline\";a:3:{s:6:\"layout\";s:10:\"horizontal\";s:16:\"titleHeaderLevel\";s:2:\"h2\";s:18:\"taglineHeaderLevel\";s:1:\"p\";}s:34:\"028-add-text-to-mobile-menu-button\";a:1:{s:14:\"menubuttontext\";s:0:\"\";}s:29:\"103-set-mobile-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:43:\"127-change-centered-header-select-page-text\";a:1:{s:14:\"selectpagetext\";s:0:\"\";}s:34:\"142-mobile-menu-select-page-bg-col\";a:1:{s:5:\"bgcol\";s:16:\"rgba(0,0,0,0.05)\";}s:28:\"145-mobile-menu-button-color\";a:1:{s:9:\"buttoncol\";s:7:\"#2ea3f2\";}s:27:\"149-project-cpt-custom-name\";a:3:{s:4:\"slug\";s:7:\"project\";s:4:\"name\";s:7:\"Project\";s:11:\"name_plural\";s:8:\"Projects\";}s:28:\"006-sidebar-background-color\";a:1:{s:5:\"bgcol\";s:4:\"#fff\";}s:28:\"138-set-footer-content-width\";a:1:{s:11:\"mobilewidth\";s:2:\"80\";}s:25:\"148-footer-menu-alignment\";a:1:{s:5:\"align\";s:4:\"left\";}s:20:\"067-edit-footer-html\";a:1:{s:10:\"footerhtml\";s:0:\"\";}s:32:\"115-set-minimum-cta-button-width\";a:1:{s:8:\"ctawidth\";s:3:\"180\";}s:45:\"104-countdown-module-remove-day-trailing-zero\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"016-gallery-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:31:\"017-gallery-module-image-border\";a:1:{s:9:\"bordercol\";s:7:\"#ffffff\";}s:26:\"047-change-map-marker-icon\";a:1:{s:3:\"url\";s:0:\"\";}s:32:\"068-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:43:\"072-filterable-portfolio-module-image-sizes\";a:3:{s:11:\"imagescount\";s:1:\"4\";s:10:\"imagewidth\";s:3:\"225\";s:11:\"imageheight\";s:3:\"169\";}s:24:\"005-adjust-slider-height\";a:1:{s:12:\"sliderheight\";s:3:\"500\";}s:38:\"046-slider-text-transparent-background\";a:3:{s:5:\"bgcol\";s:4:\"#000\";s:7:\"opacity\";s:2:\"50\";s:13:\"border-radius\";s:2:\"15\";}s:28:\"011-custom-css-media-queries\";a:2:{s:7:\"enabled\";s:1:\"1\";s:9:\"customcss\";a:8:{s:7:\"enabled\";a:2:{i:0;s:1:\"0\";i:1;s:1:\"1\";}s:4:\"user\";a:1:{i:0;s:3:\"all\";}s:8:\"pagetype\";a:1:{i:0;s:3:\"all\";}s:13:\"elegantthemes\";a:1:{i:0;s:3:\"all\";}s:7:\"browser\";a:1:{i:0;s:3:\"all\";}s:6:\"device\";a:1:{i:0;s:3:\"all\";}s:12:\"mediaqueries\";a:1:{i:0;s:3:\"all\";}s:3:\"css\";a:1:{i:0;s:0:\"\";}}}s:19:\"033-export-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:19:\"034-import-settings\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:22:\"037-view-generated-css\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:21:\"040-view-generated-js\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:30:\"050-view-generated-footer-html\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:27:\"053-view-generated-htaccess\";a:1:{s:7:\"enabled\";s:1:\"1\";}s:31:\"015-adjust-phone-and-email-size\";a:4:{s:8:\"fontsize\";s:3:\"100\";s:3:\"col\";s:7:\"#ffffff\";s:8:\"hovercol\";s:7:\"#ffffff\";s:5:\"bgcol\";s:7:\"#ffffff\";}s:17:\"019-sidebar-width\";a:1:{s:12:\"sidebarwidth\";s:3:\"285\";}s:29:\"025-set-mobile-menu-bar-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}s:22:\"052-change-logo-height\";a:2:{s:6:\"normal\";s:2:\"43\";s:6:\"shrunk\";s:2:\"30\";}s:22:\"064-set-body-font-size\";a:1:{s:8:\"fontsize\";s:3:\"100\";}s:29:\"075-set-header-menu-font-size\";a:1:{s:12:\"menufontsize\";s:2:\"14\";}s:39:\"077-adjust-page-builder-section-spacing\";a:2:{s:3:\"top\";s:2:\"50\";s:6:\"bottom\";s:2:\"50\";}s:35:\"078-adjust-page-builder-row-spacing\";a:1:{s:3:\"top\";s:2:\"30\";}s:27:\"084-set-bottom-footer-color\";a:1:{s:5:\"bgcol\";s:7:\"#000000\";}s:24:\"065-set-background-color\";a:1:{s:5:\"bgcol\";s:7:\"#ffffff\";}}s:14:\"general-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-links\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"general-speed\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"header\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"header-top\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"header-main\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"header-mobile\";a:1:{s:4:\"open\";s:1:\"0\";}s:5:\"posts\";a:1:{s:4:\"open\";s:1:\"0\";}s:8:\"projects\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"sidebar\";a:1:{s:4:\"open\";s:1:\"0\";}s:6:\"footer\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"footer-layout\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"footer-menu\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"footer-bottombar\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"pagebuilder\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"pagebuilder-divi\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"pagebuilder-classic\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"pagebuilder-visual\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"modules\";a:1:{s:4:\"open\";s:1:\"1\";}s:17:\"modules-accordion\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-countdown\";a:1:{s:4:\"open\";s:1:\"1\";}s:15:\"modules-gallery\";a:1:{s:4:\"open\";s:1:\"0\";}s:23:\"modules-headerfullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"modules-map\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-portfolio\";a:1:{s:4:\"open\";s:1:\"0\";}s:25:\"modules-portfoliofiltered\";a:1:{s:4:\"open\";s:1:\"0\";}s:26:\"modules-portfoliofullwidth\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-postnav\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"modules-postslider\";a:1:{s:4:\"open\";s:1:\"0\";}s:15:\"modules-pricing\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"modules-subscribe\";a:1:{s:4:\"open\";s:1:\"0\";}s:14:\"modules-slider\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"modules-text\";a:1:{s:4:\"open\";s:1:\"0\";}s:7:\"plugins\";a:1:{s:4:\"open\";s:1:\"0\";}s:11:\"plugins-edd\";a:1:{s:4:\"open\";s:1:\"0\";}s:19:\"plugins-woocommerce\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"plugins-other\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"customcss\";a:1:{s:4:\"open\";s:1:\"0\";}s:9:\"developer\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"developer-export\";a:1:{s:4:\"open\";s:1:\"0\";}s:13:\"developer-css\";a:1:{s:4:\"open\";s:1:\"0\";}s:12:\"developer-js\";a:1:{s:4:\"open\";s:1:\"0\";}s:21:\"developer-footer-html\";a:1:{s:4:\"open\";s:1:\"0\";}s:18:\"developer-htaccess\";a:1:{s:4:\"open\";s:1:\"0\";}s:10:\"deprecated\";a:1:{s:4:\"open\";s:1:\"0\";}s:16:\"deprecated-divi4\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi24\";a:1:{s:4:\"open\";s:1:\"0\";}s:17:\"deprecated-divi23\";a:1:{s:4:\"open\";s:1:\"0\";}}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1021, 'wp_attachment_pages_enabled', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1204, 'acfe', 'a:2:{s:7:\"version\";s:8:\"0.8.8.10\";s:7:\"modules\";a:4:{s:11:\"block_types\";a:0:{}s:13:\"options_pages\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}}}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1205, 'acf_version', '6.2.0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1208, 'acfe_plugin_updates', 'a:2:{s:7:\"timeout\";i:1773009353;s:5:\"value\";s:107703:\"{\"name\":\"ACF Extended Pro\",\"new_version\":\"0.9.2.3\",\"stable_version\":\"0.9.2.3\",\"sections\":{\"description\":\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.<\\/p>\\n<p><strong>This plugin requires at least ACF Pro 5.8.<\\/strong>\\nIf you don\'t already own <a href=\\\"https:\\/\\/www.advancedcustomfields.com\\/pro\\/\\\">ACF Pro<\\/a>, you should consider it. It\'s one of the most powerful WordPress plugin available.<\\/p>\\n<h3>&#x2b50; Highlight<\\/h3>\\n* 14+ New ACF Fields\\n* 10+ ACF Fields Enhanced\\n* 4+ New Field Groups Locations\\n* Self\\/Multi\\/Bidirectional Fields\\n* Advanced Fields Validation\\n* Flexible Content as Page Builder\\n* Optimize metadata with Performance Mode\\n* Advanced Front-End Forms Manager\\n* ACF Options Pages \\/ Block Types Manager\\n* ACF &amp; WordPress Meta Overview\\n* WordPress Post Types \\/ Taxonomies Manager\\n* WordPress Options Manager\\n* WordPress Admin Enhancements\\n* WPML &amp; Polylang Multilingual support\\n* ... And many more features<h3>&#x1f48e; Pro Highlight<\\/h3>\\n* 20+ New ACF Fields\\n* 10+ ACF Fields Enhanced\\n* 20+ New Locations\\n* Payment Field with Stripe &amp; PayPal Express\\n* Flexible Content Grid System\\n* Flexible Content Layouts Locations Rules\\n* Templates Manager\\n* Builtin Classic Editor\\n* Settings UI\\n* Screen Layouts\\n* Force Json Sync\\n* Field Visibility Settings\\n* Global Field Conditional Rules\\n* ... And many more features<h3>&#x1f91f; Philosophy<\\/h3>\\n* Seamless integration\\n* No extra menu, ads or notices\\n* Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links<\\/h3>\\n* [Website](https:\\/\\/www.acf-extended.com)\\n* [Documentation](https:\\/\\/www.acf-extended.com\\/features)\\n* [Guides](https:\\/\\/www.acf-extended.com\\/guides)\\n* [Roadmap](https:\\/\\/www.acf-extended.com\\/roadmap)\\n* [GitHub](https:\\/\\/github.com\\/acf-extended\\/ACF-Extended)\\n* [Twitter](https:\\/\\/twitter.com\\/ACFExtended)\\n* [Twitter](https:\\/\\/twitter.com\\/hwkfr) (Personal)\\n* [Slack Community](https:\\/\\/slack.acf-extended.com)<h3>&#x1f9f0; Tools<\\/h3>\\n* [FAQ](https:\\/\\/wordpress.org\\/plugins\\/acf-extended\\/#faq)\\n* [Support](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended)\\n* [Feature Request](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended)\\n* [Reviews](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/reviews\\/#new-post)\\n* [Donation](https:\\/\\/ko-fi.com\\/acfextended)<h3>&#x1f4c1; Field Groups<\\/h3>\\n**[Advanced Settings](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/advanced-settings)**\\nEnable advanced settings for all fields within the Field Group.\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync PHP<\\/a><\\/strong>\\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync Json<\\/a><\\/strong>\\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/categories\\\">Categories<\\/a><\\/strong>\\nSpice up your field groups with a custom taxonomy and filter field groups by terms.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-key\\\">Custom Key<\\/a><\\/strong>\\nSet custom field group key. Example: <code>group_custom_name<\\/code>.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-meta\\\">Custom Meta<\\/a><\\/strong>\\nAdd custom metas (key\\/value) in the field group administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/display-title\\\">Display Title<\\/a><\\/strong>\\nDisplay an alternative field group title in post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/field-group-ui\\\">Field Group UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable enhancements to the Field Group UI for a better user experience.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/force-sync\\\">Force Sync<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAlways keep Json files synchronized with the Field Groups in the database.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/hide-on-screen\\\">Hide on Screen<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/instruction-placement\\\">Instructions Placement<\\/a><\\/strong>\\nNew instruction placements let you display field description \\\"above the fields\\\" or in a \\\"tooltip\\\".<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-post\\\">Location: Advanced Post<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-menu-item\\\">Location: Advanced Menu Item<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nTarget specific \\\"Menu Item Depth\\\" or \\\"Menu Item Type\\\" from the Field Groups Locations rules.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-taxonomy\\\">Location: Advanced Taxonomy Term<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/all-post-types\\\">Location: All post types<\\/a><\\/strong>\\nDisplay field groups on all post types edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/attachment-list\\\">Location: Attachment List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on attachment admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/dashboard\\\">Location: Dashboard Widgets<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups and update ACF Fields from the WP Dashboard.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/field-value\\\">Location: Field Value<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a field group based on the field value of an another field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-archive\\\">Location: Post type Archive<\\/a><\\/strong>\\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-list\\\">Location: Post type List<\\/a><\\/strong>\\nDisplay field group on post types admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/taxonomy-list\\\">Location: Taxonomy List<\\/a><\\/strong>\\nDisplay field group on taxonomies admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/user-list\\\">Location: User List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on user admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/woocommerce\\\">Location: Woocommerce<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on Woocommerce pages.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/wp-settings\\\">Location: WP Settings<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/\\\">Local Field Groups<\\/a><\\/strong>\\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php<\\/code> file, but not in the ACF UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/note\\\">Note<\\/a><\\/strong>\\nAdd a personal note in the field group administration. Only visible to administrators.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/raw-data\\\">Raw Data<\\/a><\\/strong>\\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nA more sophisticated field settings based on specified location (administration\\/front-end). Example: Field is required only in front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/advanced-validation\\\">Advanced Validation<\\/a><\\/strong>\\nA more sophisticated validation conditions (AND\\/OR) with custom error messages based on specified location (administration\\/front-end).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/bidirectional-fields\\\">Self\\/Multi\\/Bidirectional fields<\\/a><\\/strong>\\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-visibility\\\">Field Visibility<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet quick access to \\\"Field Visibility\\\", \\\"Label Visibility\\\", \\\"Instructions Visibility\\\" and \\\"Required Setting\\\" for the following screens: \\\"Everywhere\\\", \\\"Front-end\\\" and \\\"Administration\\\".<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/global-condition\\\">Global Condition<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-instruction-placement\\\">Instruction Placement<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/instruction-read-more\\\">Instruction Read More<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAllow to expand instructions text with a \\\"Read More\\\" link. This feature is useful for lengthy instructions text.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/min-max\\\">Min\\/Max<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-raw-data\\\">Raw data<\\/a><\\/strong>\\nDisplay raw field data in a modal to check your configuration &amp; settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/required-message\\\">Required Message<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/advanced-link\\\">Advanced Link<\\/a><\\/strong>\\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-editor\\\">Block Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-types\\\">Block Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Block Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/button\\\">Button<\\/a><\\/strong>\\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/checkbox\\\">Checkbox<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/clone\\\">Clone<\\/a><\\/strong>\\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/code-editor\\\">Code Editor<\\/a><\\/strong>\\nEdit code using the native WP Core Codemirror library. Default languages: Text\\/HTML, Javascript, CSS, PHP mixed\\/plain.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/color-picker\\\">Color Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/columns\\\">Columns<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion\\/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/countries\\\">Countries<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Country selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/currencies\\\">Currencies<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Currency selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/datepicker\\\">Date\\/Timepicker<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/date-range-picker\\\">Date Range Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/dynamic-render\\\">Dynamic Render<\\/a><\\/strong>\\nDisplay custom HTML\\/PHP content using a simple named hook.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-groups-selector\\\">Field Groups<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-types\\\">Field Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/fields-selector\\\">Fields<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Fields selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/file\\\">File<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, enable multi file upload and dropzone.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/flexible-content\\\">Flexible Content<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\'s behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/forms\\\">Forms<\\/a><\\/strong>\\nSelect any dynamic form (format: checkbox, radio or select).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/google-map\\\">Google Map<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/recaptcha\\\">Google reCaptcha<\\/a><\\/strong>\\nDisplay a reCaptcha field (compatible v2 &amp; v3).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/group\\\">Group<\\/a><\\/strong>\\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/hidden-input\\\">Hidden Input<\\/a><\\/strong>\\nDisplay a hidden input with custom name\\/value<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image\\\">Image<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-selector\\\">Image Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Selector field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-sizes\\\">Image Sizes<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Sizes selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/languages\\\">Languages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menu-locations\\\">Menu Locations<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu Locations selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menus\\\">Menus<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/options-pages\\\">Options Pages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment\\\">Payment<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-cart\\\">Payment Cart<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Cart to easily setup an e-commerce solution.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-selector\\\">Payment Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Selector which let the user switch the payment gateway.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/phone-number\\\">Phone Number<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a fully customizable international Phone Number field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-field\\\">Post Field<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-formats\\\">Post Formats<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Post Format selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Post Object<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation\\/edit.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-statuses\\\">Post Status<\\/a><\\/strong>\\nSelect any post status (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-types\\\">Post Types<\\/a><\\/strong>\\nSelect any post type (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/radio\\\">Radio<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/relationship\\\">Relationship<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/repeater\\\">Repeater<\\/a><\\/strong>\\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/select\\\">Select<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChange the default \\\"Select\\\" placeholder text and Search Input placeholder and allow user to enter custom values.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/slug\\\">Slug<\\/a><\\/strong>\\nA slug text input (ie: <code>my-text-input<\\/code>).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/tab\\\">Tab<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomies\\\">Taxonomies<\\/a><\\/strong>\\nSelect any taxonomy (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomy-terms\\\">Taxonomy Terms<\\/a><\\/strong>\\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/templates-selector\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/textarea\\\">Textarea<\\/a><\\/strong>\\nSwitch font family to monospace and allow tab indent.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/true-false\\\">True\\/False<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nFive new styles have been added to the native True\\/False field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/user-roles\\\">User Roles<\\/a><\\/strong>\\nSelect any user role (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/wysiwyg-editor\\\">WYSIWYG Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-block-types\\\">Block Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/classic-editor\\\">Classic Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/developer-mode\\\">Developer Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-forms\\\">Forms<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce \\\"Actions\\\" for a complete control over the form behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-options-pages\\\">Options Pages UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/performance-mode\\\">Performance Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-post-types\\\">Post Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/rewrite-rules\\\">Rewrite Rules<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/scripts\\\">Scripts UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nRun custom scripts on thousands of posts. Including builtin \\\"Orphan Meta Cleaner\\\", \\\"Script Launcher\\\" and \\\"Performance Converter\\\" scripts.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/settings-ui\\\">Settings UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-taxonomies\\\">Taxonomies UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/templates\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nManage default ACF values in an advanced way and sync templates with Json\\/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/ajax-author-box\\\">Ajax Author Box<\\/a><\\/strong>\\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/enhanced-ui\\\">Enhanced UI<\\/a><\\/strong>\\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS\\/JS only.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/polylang\\\">Polylang<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/screen-layouts\\\">Screen Layouts<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/wpml\\\">WPML<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block  &hellip;<\\/p>\",\"installation\":\"<h4> Wordpress Install <\\/h4>\\n<ol>\\n<li>Install Advanced Custom Fields: Pro<\\/li>\\n<li>Upload the plugin files to the <code>\\/wp-content\\/plugins\\/acf-extended\\/<\\/code> directory, or install the plugin through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.<\\/li>\\n<li>Everything is ready!<\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 0.9.2.3 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.2.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Color Picker - Fixed \\\"Color Palette\\\" when copy\\/pasting with a Flexible Content<\\/li>\\n<li>Field: Date Range Picker - Added \\\"Return Type: Array (default) \\/ String\\\" setting<\\/li>\\n<li>Field: Date Range Picker - Fixed popup priority when displayed inside a modal<\\/li>\\n<li>Field: Flexible Content - Fixed \\\"Search layouts\\\" &amp; \\\"No layouts found\\\" custom text display<\\/li>\\n<li>Field: Flexible Content - Fixed render issue on multilingual setup with custom textdomain<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.2.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Enhanced \\\"Copy\\/Paste\\\" feature to display a proper modal<\\/li>\\n<li>Field: Repeater - Minor CSS tweaks to the \\\"Stylised Button\\\" setting<\\/li>\\n<li>Field: Select - Fixed selected options when copy\\/pasting with a Flexible Content<\\/li>\\n<li>Field: Select - Fixed Select2 becoming disabled when copy\\/pasting with a Flexible Content<\\/li>\\n<li>Module: Enhanced UI - Fixed minor issue with Rankmath on the User Edit screen<\\/li>\\n<li>Module: Forms - Enforced global reCaptcha validation if the field is present in a field group<\\/li>\\n<li>Module: Forms - Added \\\"Success message: Apply shortcodes\\\" setting (enabled by default)<\\/li>\\n<li>Module: Forms - Email - Shortcodes are now disabled by default in the email content<\\/li>\\n<li>Module: Forms - Email - Added \\\"Apply shortcodes\\\" setting to enable shortcodes in the content<\\/li>\\n<\\/ul>\\n<h4> 0.9.2.2 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.2.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Fields - Added \\\"Group by field group\\\" setting<\\/li>\\n<li>Field: Field Types - Added \\\"Group by category\\\" setting<\\/li>\\n<li>Fields: Fixed missing \\\"Add choice\\\" button when using \\\"Display: Checkbox\\\" and \\\"Allow Custom\\\"<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.2.2:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Forms - Enforced front-end fields validation against their respective \\\"Choices\\\" settings<\\/li>\\n<li>Module: Forms - Added security measure for forms allowing user role selection<\\/li>\\n<li>Module: Forms - Added <code>acfe\\/form\\/validate_value<\\/code> hook to validate fields individually on front<\\/li>\\n<li>Module: Forms - Added <code>acfe\\/form\\/pre_validate_value<\\/code> hook to bypass enforced validation<\\/li>\\n<li>Module: Enhanced UI - Fixed missing metabox when visiting its own profile via <code>user-edit.php<\\/code><\\/li>\\n<li>Field Group - Fixed \\\"Display Title\\\" not being displayed on screens with Enhanced UI (ACF 6.6+)<\\/li>\\n<\\/ul>\\n<h4> 0.9.2.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.2.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Grid System - Fixed Copy\\/Paste \\\"Secondary Button\\\" in small columns<\\/li>\\n<li>Field: Flexible Content - Grid System - Fixed multi-level Flexible Content icons in small columns<\\/li>\\n<li>Field: Phone Number - Intl Tel Input JS library is now loaded on-demand<\\/li>\\n<li>Field: Phone Number - Added initialization safe guard logic<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.2.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Legacy Title\\/Toggle settings are now passed on Field Group update<\\/li>\\n<li>Field: Flexible Content - Added <code>acfe\\/compatibility\\/legacy_title_toggle<\\/code> to enforce migration<\\/li>\\n<li>Field: Flexible Content - Added js action <code>acfe\\/fields\\/flexible_content\\/click_action_button<\\/code><\\/li>\\n<li>Field: Flexible Content - Added js filter <code>acfe\\/fields\\/flexible_content\\/prevent_action_button<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed <code>acf\\/fields\\/flexible_content\\/layout_title<\\/code> <code>key<\\/code> variation<\\/li>\\n<li>Field: Flexible Content - Fixed \\\"Copy\\/Paste\\\" icon visibility in multi-level Flexible Content<\\/li>\\n<li>Module: Performance Ultra - Fixed Post Revisions saving uncompressed meta with ACF 6.4+<\\/li>\\n<li>Module: Form - Fixed Form render in the Flexible Content Dynamic Preview<\\/li>\\n<li>Field Group: Fixed ACF popup box style on the Field Group screen<\\/li>\\n<li>Global: Bump WP version up to 6.9<\\/li>\\n<\\/ul>\\n<h4> Version History <\\/h4>\\n<p>Full Changelog: <a href=\\\"https:\\/\\/www.acf-extended.com\\/changelog\\\">https:\\/\\/www.acf-extended.com\\/changelog<\\/a><\\/p>\",\"faq\":\"<h4>Where can I find the documentation?<\\/h4>\\n<p>You\'ll find the documentation of every features on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">official ACF Extended website<\\/a>.<\\/p>\\n<h4>Where can I submit a bug report?<\\/h4>\\n<p>You can file a report on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a> or on the <a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">Github Page<\\/a> if you prefer.<\\/p>\\n<h4>Where can I submit a feature request?<\\/h4>\\n<p>You can submit a feature request on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a>. Feature requests are all listed on the <a href=\\\"https:\\/\\/trello.com\\/b\\/QEgpU7CL\\/acf-extended\\\">Official Trello Board<\\/a>.<\\/p>\\n<h4>What is planned for the next update?<\\/h4>\\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Official Roadmap<\\/a> (or the Trello Board).<\\/p>\\n\"},\"license_check\":\"\",\"msg\":\"No license key has been provided.\",\"homepage\":\"https:\\/\\/www.acf-extended.com\",\"package\":\"\",\"icons\":{\"1x\":\"https:\\/\\/www.acf-extended.com\\/wp-content\\/uploads\\/edd\\/acf-extended-256x256-1-128x128.png\",\"2x\":\"https:\\/\\/www.acf-extended.com\\/wp-content\\/uploads\\/edd\\/acf-extended-256x256-1.png\"},\"banners\":{\"high\":\"https:\\/\\/ps.w.org\\/acf-extended\\/assets\\/banner-1544x500.png\",\"low\":\"https:\\/\\/ps.w.org\\/acf-extended\\/assets\\/banner-772x250.png\"},\"slug\":\"acf-extended\",\"url\":\"https:\\/\\/www.acf-extended.com\\/?download=acf-extended-pro&#038;changelog=1\",\"last_updated\":\"2026-01-15 03:28:02\",\"download_link\":\"\",\"tags\":[\"acf\",\"custom fields\",\"meta\",\"admin\",\"fields\"],\"requires\":\"4.9\",\"tested\":\"6.9\",\"requires_php\":\"5.6\",\"contributors\":{\"hwk-fr\":{\"display_name\":\"hwk-fr\",\"profile\":\"\\/\\/profiles.wordpress.org\\/hwk-fr\",\"avatar\":\"https:\\/\\/wordpress.org\\/grav-redirect.php?user=hwk-fr\"}},\"stable_tag\":\"0.9.2.3\",\"donate_link\":\"https:\\/\\/www.acf-extended.com\",\"short_description\":\"All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields.\",\"license\":\"GPLv2 or later\",\"screenshots\":{\"1\":\"Flexible Content Preview\",\"2\":\"Flexible Content Modal\",\"3\":\"New Fields\",\"4\":\"Post Type List Location\",\"5\":\"Self\\/Multi\\/Bidirectional Fields\",\"6\":\"Developer Mode\",\"7\":\"Dynamic Post Types\",\"8\":\"Enhanced WordPress UI\"},\"faq\":[\"<h4>Where can I find the documentation?<\\/h4>\\n<p>You\'ll find the documentation of every features on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">official ACF Extended website<\\/a>.<\\/p>\\n<h4>Where can I submit a bug report?<\\/h4>\\n<p>You can file a report on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a> or on the <a href=\\\"https:\\/\\/github.com\\/acf-extended\\/ACF-Extended\\\">Github Page<\\/a> if you prefer.<\\/p>\\n<h4>Where can I submit a feature request?<\\/h4>\\n<p>You can submit a feature request on the <a href=\\\"https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/\\\">Plugin Support Forum<\\/a>. Feature requests are all listed on the <a href=\\\"https:\\/\\/trello.com\\/b\\/QEgpU7CL\\/acf-extended\\\">Official Trello Board<\\/a>.<\\/p>\\n<h4>What is planned for the next update?<\\/h4>\\n<p>The content of the upcoming patch and work in progress features are all listed on the <a href=\\\"https:\\/\\/www.acf-extended.com\\/roadmap\\\">Official Roadmap<\\/a> (or the Trello Board).<\\/p>\\n\"],\"warnings\":{\"trimmed_section_description\":true},\"expected_sections\":[\"description\",\"installation\",\"faq\",\"screenshots\",\"changelog\",\"upgrade_notice\",\"other_notes\"],\"alias_sections\":{\"frequently_asked_questions\":\"faq\",\"change_log\":\"changelog\",\"screenshot\":\"screenshots\"},\"valid_headers\":{\"tested\":\"tested\",\"tested up to\":\"tested\",\"requires\":\"requires\",\"requires at least\":\"requires\",\"requires php\":\"requires_php\",\"tags\":\"tags\",\"contributors\":\"contributors\",\"donate link\":\"donate_link\",\"stable tag\":\"stable_tag\",\"license\":\"license\",\"license uri\":\"license_uri\"},\"ignore_tags\":[\"plugin\",\"wordpress\"],\"maximum_field_lengths\":{\"short_description\":150,\"section\":2500,\"section-changelog\":5000,\"section-faq\":5000},\"raw_contents\":\"\\ufeff=== Advanced Custom Fields: Extended PRO ===\\r\\nContributors: hwk-fr\\r\\nDonate link: https:\\/\\/www.acf-extended.com\\r\\nTags: acf, custom fields, meta, admin, fields\\r\\nRequires at least: 4.9\\r\\nTested up to: 6.9\\r\\nRequires PHP: 5.6\\r\\nStable tag: 0.9.2.3\\r\\nLicense: GPLv2 or later\\r\\nLicense URI: http:\\/\\/www.gnu.org\\/licenses\\/gpl-2.0.html\\r\\n\\r\\nAll-in-one enhancement suite that improves WordPress & Advanced Custom Fields.\\r\\n\\r\\n== Description ==\\r\\n\\r\\n\\ud83d\\ude80 All-in-one enhancement suite that improves WordPress & Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements & optimizations.\\r\\n\\r\\n**This plugin requires at least ACF Pro 5.8.**\\r\\nIf you don\'t already own [ACF Pro](https:\\/\\/www.advancedcustomfields.com\\/pro\\/), you should consider it. It\'s one of the most powerful WordPress plugin available.\\r\\n\\r\\n== \\u2b50 Highlight ==\\r\\n\\r\\n* 14+ New ACF Fields\\r\\n* 10+ ACF Fields Enhanced\\r\\n* 4+ New Field Groups Locations\\r\\n* Self\\/Multi\\/Bidirectional Fields\\r\\n* Advanced Fields Validation\\r\\n* Flexible Content as Page Builder\\r\\n* Optimize metadata with Performance Mode\\r\\n* Advanced Front-End Forms Manager\\r\\n* ACF Options Pages \\/ Block Types Manager\\r\\n* ACF & WordPress Meta Overview\\r\\n* WordPress Post Types \\/ Taxonomies Manager\\r\\n* WordPress Options Manager\\r\\n* WordPress Admin Enhancements\\r\\n* WPML & Polylang Multilingual support\\r\\n* ... And many more features\\r\\n\\r\\n== \\ud83d\\udc8e Pro Highlight ==\\r\\n\\r\\n* 20+ New ACF Fields\\r\\n* 10+ ACF Fields Enhanced\\r\\n* 20+ New Locations\\r\\n* Payment Field with Stripe & PayPal Express\\r\\n* Flexible Content Grid System\\r\\n* Flexible Content Layouts Locations Rules\\r\\n* Templates Manager\\r\\n* Builtin Classic Editor\\r\\n* Settings UI\\r\\n* Screen Layouts\\r\\n* Force Json Sync\\r\\n* Field Visibility Settings\\r\\n* Global Field Conditional Rules\\r\\n* ... And many more features\\r\\n\\r\\n== \\ud83e\\udd1f Philosophy ==\\r\\n\\r\\n* Seamless integration\\r\\n* No extra menu, ads or notices\\r\\n* Built by developers, for developers\\r\\n\\r\\n== \\ud83d\\udee0\\ufe0f Links ==\\r\\n\\r\\n* [Website](https:\\/\\/www.acf-extended.com)\\r\\n* [Documentation](https:\\/\\/www.acf-extended.com\\/features)\\r\\n* [Guides](https:\\/\\/www.acf-extended.com\\/guides)\\r\\n* [Roadmap](https:\\/\\/www.acf-extended.com\\/roadmap)\\r\\n* [GitHub](https:\\/\\/github.com\\/acf-extended\\/ACF-Extended)\\r\\n* [Twitter](https:\\/\\/twitter.com\\/ACFExtended)\\r\\n* [Twitter](https:\\/\\/twitter.com\\/hwkfr) (Personal)\\r\\n* [Slack Community](https:\\/\\/slack.acf-extended.com)\\r\\n\\r\\n== \\ud83e\\uddf0 Tools ==\\r\\n\\r\\n* [FAQ](https:\\/\\/wordpress.org\\/plugins\\/acf-extended\\/#faq)\\r\\n* [Support](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended)\\r\\n* [Feature Request](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended)\\r\\n* [Reviews](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/reviews\\/#new-post)\\r\\n* [Donation](https:\\/\\/ko-fi.com\\/acfextended)\\r\\n\\r\\n== \\ud83d\\udcc1 Field Groups ==\\r\\n\\r\\n**[Advanced Settings](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/advanced-settings)**\\r\\nEnable advanced settings for all fields within the Field Group.\\r\\n\\r\\n**[Auto Sync PHP](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync)**\\r\\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.\\r\\n\\r\\n**[Auto Sync Json](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync)**\\r\\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.\\r\\n\\r\\n**[Categories](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/categories)**\\r\\nSpice up your field groups with a custom taxonomy and filter field groups by terms.\\r\\n\\r\\n**[Custom Key](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-key)**\\r\\nSet custom field group key. Example: `group_custom_name`.\\r\\n\\r\\n**[Custom Meta](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-meta)**\\r\\nAdd custom metas (key\\/value) in the field group administration.\\r\\n\\r\\n**[Display Title](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/display-title)**\\r\\nDisplay an alternative field group title in post edition screen.\\r\\n\\r\\n**[Field Group UI](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/field-group-ui)** **(PRO)**\\r\\nEnable enhancements to the Field Group UI for a better user experience.\\r\\n\\r\\n**[Force Sync](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/force-sync)** **(PRO)**\\r\\nAlways keep Json files synchronized with the Field Groups in the database.\\r\\n\\r\\n**[Hide on Screen](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/hide-on-screen)** **(FREE \\/ PRO)**\\r\\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.\\r\\n\\r\\n**[Instructions Placement](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/instruction-placement)**\\r\\nNew instruction placements let you display field description \\\"above the fields\\\" or in a \\\"tooltip\\\".\\r\\n\\r\\n**[Location: Advanced Post](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-post)** **(PRO)**\\r\\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).\\r\\n\\r\\n**[Location: Advanced Menu Item](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-menu-item)** **(PRO)**\\r\\nTarget specific \\\"Menu Item Depth\\\" or \\\"Menu Item Type\\\" from the Field Groups Locations rules.\\r\\n\\r\\n**[Location: Advanced Taxonomy Term](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-taxonomy)** **(PRO)**\\r\\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).\\r\\n\\r\\n**[Location: All post types](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/all-post-types)**\\r\\nDisplay field groups on all post types edition screen.\\r\\n\\r\\n**[Location: Attachment List](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/attachment-list)** **(PRO)**\\r\\nDisplay field group on attachment admin list screen.\\r\\n\\r\\n**[Location: Dashboard Widgets](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/dashboard)** **(PRO)**\\r\\nDisplay field groups and update ACF Fields from the WP Dashboard.\\r\\n\\r\\n**[Location: Field Value](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/field-value)** **(PRO)**\\r\\nDisplay a field group based on the field value of an another field group.\\r\\n\\r\\n**[Location: Post type Archive](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-archive)**\\r\\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.\\r\\n\\r\\n**[Location: Post type List](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-list)**\\r\\nDisplay field group on post types admin list screen.\\r\\n\\r\\n**[Location: Taxonomy List](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/taxonomy-list)**\\r\\nDisplay field group on taxonomies admin list screen.\\r\\n\\r\\n**[Location: User List](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/user-list)** **(PRO)**\\r\\nDisplay field group on user admin list screen.\\r\\n\\r\\n**[Location: Woocommerce](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/woocommerce)** **(PRO)**\\r\\nDisplay field groups on Woocommerce pages.\\r\\n\\r\\n**[Location: WP Settings](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/wp-settings)** **(PRO)**\\r\\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.\\r\\n\\r\\n**[Local Field Groups](https:\\/\\/www.acf-extended.com\\/features\\/)**\\r\\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the `functions.php` file, but not in the ACF UI.\\r\\n\\r\\n**[Note](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/note)**\\r\\nAdd a personal note in the field group administration. Only visible to administrators.\\r\\n\\r\\n**[Permissions](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/permissions)**\\r\\nAdd permission layer to field groups. Choose which roles can view & edit field groups in the post edition screen.\\r\\n\\r\\n**[Raw Data](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/raw-data)**\\r\\nDisplay raw field group data in a modal to check your configuration & settings.\\r\\n\\r\\n== \\u2699\\ufe0f Fields Settings ==\\r\\n\\r\\n**[Advanced Settings](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-advanced-settings)**\\r\\nA more sophisticated field settings based on specified location (administration\\/front-end). Example: Field is required only in front-end.\\r\\n\\r\\n**[Advanced Validation](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/advanced-validation)**\\r\\nA more sophisticated validation conditions (AND\\/OR) with custom error messages based on specified location (administration\\/front-end).\\r\\n\\r\\n**[Self\\/Multi\\/Bidirectional fields](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/bidirectional-fields)**\\r\\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User & Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups & clones.\\r\\n\\r\\n**[Field Visibility](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-visibility)** **(PRO)**\\r\\nGet quick access to \\\"Field Visibility\\\", \\\"Label Visibility\\\", \\\"Instructions Visibility\\\" and \\\"Required Setting\\\" for the following screens: \\\"Everywhere\\\", \\\"Front-end\\\" and \\\"Administration\\\".\\r\\n\\r\\n**[Global Condition](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/global-condition)** **(PRO)**\\r\\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.\\r\\n\\r\\n**[Instruction Placement](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-instruction-placement)** **(PRO)**\\r\\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.\\r\\n\\r\\n**[Instruction Read More](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/instruction-read-more)** **(PRO)**\\r\\nAllow to expand instructions text with a \\\"Read More\\\" link. This feature is useful for lengthy instructions text.\\r\\n\\r\\n**[Min\\/Max](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/min-max)** **(PRO)**\\r\\nMinimum & maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.\\r\\n\\r\\n**[Permissions](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-permissions)**\\r\\nAdd permission layer to fields. Choose which roles can view & edit fields in the post edition screen. (can be combined with field groups permissions).\\r\\n\\r\\n**[Raw data](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-raw-data)**\\r\\nDisplay raw field data in a modal to check your configuration & settings.\\r\\n\\r\\n**[Required Message](https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/required-message)** **(PRO)**\\r\\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.\\r\\n\\r\\n== \\ud83c\\udff7\\ufe0f Fields ==\\r\\n\\r\\n**[Advanced Link](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/advanced-link)**\\r\\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives & terms selection can be filtered in the field administration.\\r\\n\\r\\n**[Block Editor](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-editor)** **(PRO)**\\r\\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.\\r\\n\\r\\n**[Block Types](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-types)** **(PRO)**\\r\\nDisplay an ACF Block Types selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Button](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/button)**\\r\\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.\\r\\n\\r\\n**[Checkbox](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/checkbox)** **(FREE \\/ PRO)**\\r\\nDefine grouped choices values using `## Title` markup in the field\'s choices.\\r\\n\\r\\n**[Clone](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/clone)**\\r\\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.\\r\\n\\r\\n**[Code Editor](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/code-editor)**\\r\\nEdit code using the native WP Core Codemirror library. Default languages: Text\\/HTML, Javascript, CSS, PHP mixed\\/plain.\\r\\n\\r\\n**[Color Picker](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/color-picker)** **(PRO)**\\r\\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.\\r\\n\\r\\n**[Columns](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/columns)** **(FREE \\/ PRO)**\\r\\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion\\/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.\\r\\n\\r\\n**[Countries](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/countries)** **(PRO)**\\r\\nDisplay a Country selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Currencies](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/currencies)** **(PRO)**\\r\\nDisplay a Currency selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Date\\/Timepicker](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/datepicker)** **(FREE \\/ PRO)**\\r\\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.\\r\\n\\r\\n**[Date Range Picker](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/date-range-picker)** **(PRO)**\\r\\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.\\r\\n\\r\\n**[Dynamic Render](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/dynamic-render)**\\r\\nDisplay custom HTML\\/PHP content using a simple named hook.\\r\\n\\r\\n**[Field Groups](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-groups-selector)** **(PRO)**\\r\\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Field Types](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-types)** **(PRO)**\\r\\nDisplay an ACF Field Types selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Fields](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/fields-selector)** **(PRO)**\\r\\nDisplay an ACF Fields selector as radio, checkbox or select field type.\\r\\n\\r\\n**[File](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/file)** **(FREE \\/ PRO)**\\r\\nChoose the uploader type, enable multi file upload and dropzone.\\r\\n\\r\\n**[Flexible Content](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/flexible-content)** **(FREE \\/ PRO)**\\r\\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\'s behavior.\\r\\n\\r\\n**[Forms](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/forms)**\\r\\nSelect any dynamic form (format: checkbox, radio or select).\\r\\n\\r\\n**[Google Map](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/google-map)** **(PRO)**\\r\\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.\\r\\n\\r\\n**[Google reCaptcha](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/recaptcha)**\\r\\nDisplay a reCaptcha field (compatible v2 & v3).\\r\\n\\r\\n**[Group](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/group)**\\r\\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size\\r\\n\\r\\n**[Hidden Input](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/hidden-input)**\\r\\nDisplay a hidden input with custom name\\/value\\r\\n\\r\\n**[Image](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image)** **(FREE \\/ PRO)**\\r\\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail\\r\\n\\r\\n**[Image Selector](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-selector)** **(PRO)**\\r\\nDisplay an Image Selector field.\\r\\n\\r\\n**[Image Sizes](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-sizes)** **(PRO)**\\r\\nDisplay an Image Sizes selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Languages](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/languages)** **(PRO)**\\r\\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML & Polylang.\\r\\n\\r\\n**[Menu Locations](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menu-locations)** **(PRO)**\\r\\nDisplay a Menu Locations selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Menus](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menus)** **(PRO)**\\r\\nDisplay a Menu selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Options Pages](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/options-pages)** **(PRO)**\\r\\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Payment](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment)** **(PRO)**\\r\\nDisplay a Payment Field that supports with Stripe & PayPal Express gateways, working on both front-end and back-end.\\r\\n\\r\\n**[Payment Cart](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-cart)** **(PRO)**\\r\\nDisplay an optional Payment Cart to easily setup an e-commerce solution.\\r\\n\\r\\n**[Payment Selector](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-selector)** **(PRO)**\\r\\nDisplay an optional Payment Selector which let the user switch the payment gateway.\\r\\n\\r\\n**[Phone Number](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/phone-number)** **(PRO)**\\r\\nDisplay a fully customizable international Phone Number field.\\r\\n\\r\\n**[Post Field](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-field)** **(PRO)**\\r\\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.\\r\\n\\r\\n**[Post Formats](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-formats)** **(PRO)**\\r\\nDisplay a Post Format selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Post Object](https:\\/\\/www.acf-extended.com\\/features)** **(FREE \\/ PRO)**\\r\\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation\\/edit.\\r\\n\\r\\n**[Post Status](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-statuses)**\\r\\nSelect any post status (format: checkbox, radio or select)\\r\\n\\r\\n**[Post Types](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-types)**\\r\\nSelect any post type (format: checkbox, radio or select)\\r\\n\\r\\n**[Radio](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/radio)** **(FREE \\/ PRO)**\\r\\nDefine grouped choices values using `## Title` markup in the field\'s choices.\\r\\n\\r\\n**[Relationship](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/relationship)** **(PRO)**\\r\\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.\\r\\n\\r\\n**[Repeater](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/repeater)**\\r\\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.\\r\\n\\r\\n**[Select](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/select)** **(FREE \\/ PRO)**\\r\\nChange the default \\\"Select\\\" placeholder text and Search Input placeholder and allow user to enter custom values.\\r\\n\\r\\n**[Slug](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/slug)**\\r\\nA slug text input (ie: `my-text-input`).\\r\\n\\r\\n**[Tab](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/tab)** **(PRO)**\\r\\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.\\r\\n\\r\\n**[Taxonomies](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomies)**\\r\\nSelect any taxonomy (format: checkbox, radio or select)\\r\\n\\r\\n**[Taxonomy Terms](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomy-terms)**\\r\\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded & saved for the current post (just like the native ACF Taxonomy field)\\r\\n\\r\\n**[Templates](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/templates-selector)** **(PRO)**\\r\\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.\\r\\n\\r\\n**[Textarea](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/textarea)**\\r\\nSwitch font family to monospace and allow tab indent.\\r\\n\\r\\n**[True\\/False](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/true-false)** **(PRO)**\\r\\nFive new styles have been added to the native True\\/False field.\\r\\n\\r\\n**[User Roles](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/user-roles)**\\r\\nSelect any user role (format: checkbox, radio or select)\\r\\n\\r\\n**[WYSIWYG Editor](https:\\/\\/www.acf-extended.com\\/features\\/fields\\/wysiwyg-editor)** **(PRO)**\\r\\nNew settings allowing developers to have more control over the field behavior.\\r\\n\\r\\n== \\ud83d\\udee0\\ufe0f Modules ==\\r\\n\\r\\n**[Block Types UI](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-block-types)** **(FREE \\/ PRO)**\\r\\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF > Block Types menu. Pro version allows to sync Json\\/PHP files.\\r\\n\\r\\n**[Classic Editor](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/classic-editor)** **(PRO)**\\r\\nACF Extended is bundled with a custom merged version of the Classic Editor & Disable Gutenberg plugins.\\r\\n\\r\\n**[Developer Mode](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/developer-mode)** **(FREE \\/ PRO)**\\r\\nThe Developer Mode allow you to view all Posts, Terms, Users & Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.\\r\\n\\r\\n**[Forms](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-forms)** **(FREE \\/ PRO)**\\r\\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce \\\"Actions\\\" for a complete control over the form behavior.\\r\\n\\r\\n**[Options Pages UI](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-options-pages)** **(FREE \\/ PRO)**\\r\\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF > Options Pages menu. Pro version allows to sync Json\\/PHP files.\\r\\n\\r\\n**[Performance Mode](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/performance-mode)** **(FREE \\/ PRO)**\\r\\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra & Hybrid Engines.\\r\\n\\r\\n**[Post Types UI](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-post-types)** **(FREE \\/ PRO)**\\r\\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools > Post Types menu. Pro version allows to sync Json\\/PHP files.\\r\\n\\r\\nAll native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026\\r\\n\\r\\n**[Rewrite Rules](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/rewrite-rules)** **(PRO)**\\r\\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.\\r\\n\\r\\n**[Scripts UI](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/scripts)** **(PRO)**\\r\\nRun custom scripts on thousands of posts. Including builtin \\\"Orphan Meta Cleaner\\\", \\\"Script Launcher\\\" and \\\"Performance Converter\\\" scripts.\\r\\n\\r\\n**[Settings UI](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/settings-ui)** **(FREE \\/ PRO)**\\r\\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF > Settings menu.\\r\\n\\r\\n**[Taxonomies UI](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-taxonomies)** **(FREE \\/ PRO)**\\r\\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools > Taxonomies menu. Pro version allows to sync Json\\/PHP files.\\r\\n\\r\\nAll native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026\\r\\n\\r\\n**[Templates](https:\\/\\/www.acf-extended.com\\/features\\/modules\\/templates)** **(PRO)**\\r\\nManage default ACF values in an advanced way and sync templates with Json\\/PHP files.\\r\\n\\r\\n== \\ud83d\\udda5\\ufe0f WordPress ==\\r\\n\\r\\n**[Ajax Author Box](https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/ajax-author-box)**\\r\\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.\\r\\n\\r\\n**[Enhanced UI](https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/enhanced-ui)**\\r\\nThe Taxonomy, User profile & Settings views have been enhanced for a more consistent administration experience, using CSS\\/JS only.\\r\\n\\r\\n**[Polylang](https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/polylang)**\\r\\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.\\r\\n\\r\\n**[Screen Layouts](https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/screen-layouts)** **(PRO)**\\r\\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.\\r\\n\\r\\n**[WPML](https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/wpml)**\\r\\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.\\r\\n\\r\\n**[WP Options](https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/options)**\\r\\nManage WordPress Options from the Settings > Options page. Options value (strings, serialized & Json) will be displayed in a readable form. Values can be edited or deleted.\\r\\n\\r\\n== \\u2764\\ufe0f Early Supporters ==\\r\\n\\r\\n* Thanks to [Brandon A.](https:\\/\\/twitter.com\\/AsmussenBrandon) for his support & tests\\r\\n* Thanks to [Damien C.](https:\\/\\/twitter.com\\/DamChtlv) for his support & tests\\r\\n* Thanks to [Valentin P.](https:\\/\\/twitter.com\\/Val_Pellegrin) for his support & tests\\r\\n* Thanks to Damian P. for his support & tests\\r\\n* Thanks to [Jaakko S.](https:\\/\\/twitter.com\\/jsaarenk) for his support & tests\\r\\n* Thanks to [Renan A.](https:\\/\\/twitter.com\\/altendorfme) for his support & tests\\r\\n\\r\\n== \\ud83e\\udd70 Donors ==\\r\\n\\r\\n* Thanks to RavenSays\\r\\n* Thanks to Dave A.\\r\\n* Thanks to Rob H.\\r\\n* Thanks to Valentin P.\\r\\n* Thanks to Alan A.\\r\\n* Thanks to Damian C.\\r\\n* Thanks to Andrew\\r\\n* Thanks to Kimantis\\r\\n* Thanks to Anonymous\\r\\n* Thanks to Chris\\r\\n* Thanks to Dennis D.\\r\\n* Thanks to Cody R.\\r\\n* Thanks to Jamie\\r\\n* Thanks to Dave A.\\r\\n* Thanks to Paul M.\\r\\n* Thanks to David B.\\r\\n* Thanks to Swingjac\\r\\n* Thanks to Erik\\r\\n* Thanks to Giancarlo P.\\r\\n* Thanks to Geuer M.\\r\\n\\r\\n== Installation ==\\r\\n\\r\\n= Wordpress Install =\\r\\n\\r\\n1. Install Advanced Custom Fields: Pro\\r\\n2. Upload the plugin files to the `\\/wp-content\\/plugins\\/acf-extended\\/` directory, or install the plugin through the WordPress plugins screen directly.\\r\\n3. Activate the plugin through the \'Plugins\' screen in WordPress.\\r\\n4. Everything is ready!\\r\\n\\r\\n== Frequently Asked Questions ==\\r\\n\\r\\n= Where can I find the documentation? =\\r\\n\\r\\nYou\'ll find the documentation of every features on the [official ACF Extended website](https:\\/\\/www.acf-extended.com\\/features).\\r\\n\\r\\n= Where can I submit a bug report? =\\r\\n\\r\\nYou can file a report on the [Plugin Support Forum](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/) or on the [Github Page](https:\\/\\/github.com\\/acf-extended\\/ACF-Extended) if you prefer.\\r\\n\\r\\n= Where can I submit a feature request? =\\r\\n\\r\\nYou can submit a feature request on the [Plugin Support Forum](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/). Feature requests are all listed on the [Official Trello Board](https:\\/\\/trello.com\\/b\\/QEgpU7CL\\/acf-extended).\\r\\n\\r\\n= What is planned for the next update? =\\r\\n\\r\\nThe content of the upcoming patch and work in progress features are all listed on the [Official Roadmap](https:\\/\\/www.acf-extended.com\\/roadmap) (or the Trello Board).\\r\\n\\r\\n== Screenshots ==\\r\\n\\r\\n1. Flexible Content Preview\\r\\n2. Flexible Content Modal\\r\\n3. New Fields\\r\\n4. Post Type List Location\\r\\n5. Self\\/Multi\\/Bidirectional Fields\\r\\n6. Developer Mode\\r\\n7. Dynamic Post Types\\r\\n8. Enhanced WordPress UI\\r\\n\\r\\n== Changelog ==\\r\\n\\r\\n= 0.9.2.3 =\\r\\n\\r\\n**ACF Extended Pro 0.9.2.3:**\\r\\n\\r\\n* Field: Color Picker - Fixed \\\"Color Palette\\\" when copy\\/pasting with a Flexible Content\\r\\n* Field: Date Range Picker - Added \\\"Return Type: Array (default) \\/ String\\\" setting\\r\\n* Field: Date Range Picker - Fixed popup priority when displayed inside a modal\\r\\n* Field: Flexible Content - Fixed \\\"Search layouts\\\" & \\\"No layouts found\\\" custom text display\\r\\n* Field: Flexible Content - Fixed render issue on multilingual setup with custom textdomain\\r\\n\\r\\n**ACF Extended Basic 0.9.2.3:**\\r\\n\\r\\n* Field: Flexible Content - Enhanced \\\"Copy\\/Paste\\\" feature to display a proper modal\\r\\n* Field: Repeater - Minor CSS tweaks to the \\\"Stylised Button\\\" setting\\r\\n* Field: Select - Fixed selected options when copy\\/pasting with a Flexible Content\\r\\n* Field: Select - Fixed Select2 becoming disabled when copy\\/pasting with a Flexible Content\\r\\n* Module: Enhanced UI - Fixed minor issue with Rankmath on the User Edit screen\\r\\n* Module: Forms - Enforced global reCaptcha validation if the field is present in a field group\\r\\n* Module: Forms - Added \\\"Success message: Apply shortcodes\\\" setting (enabled by default)\\r\\n* Module: Forms - Email - Shortcodes are now disabled by default in the email content\\r\\n* Module: Forms - Email - Added \\\"Apply shortcodes\\\" setting to enable shortcodes in the content\\r\\n\\r\\n= 0.9.2.2 =\\r\\n\\r\\n**ACF Extended Pro 0.9.2.2:**\\r\\n\\r\\n* Field: Fields - Added \\\"Group by field group\\\" setting\\r\\n* Field: Field Types - Added \\\"Group by category\\\" setting\\r\\n* Fields: Fixed missing \\\"Add choice\\\" button when using \\\"Display: Checkbox\\\" and \\\"Allow Custom\\\"\\r\\n\\r\\n**ACF Extended Basic 0.9.2.2:**\\r\\n\\r\\n* Module: Forms - Enforced front-end fields validation against their respective \\\"Choices\\\" settings\\r\\n* Module: Forms - Added security measure for forms allowing user role selection\\r\\n* Module: Forms - Added `acfe\\/form\\/validate_value` hook to validate fields individually on front\\r\\n* Module: Forms - Added `acfe\\/form\\/pre_validate_value` hook to bypass enforced validation\\r\\n* Module: Enhanced UI - Fixed missing metabox when visiting its own profile via `user-edit.php`\\r\\n* Field Group - Fixed \\\"Display Title\\\" not being displayed on screens with Enhanced UI (ACF 6.6+)\\r\\n\\r\\n= 0.9.2.1 =\\r\\n\\r\\n**ACF Extended Pro 0.9.2.1:**\\r\\n\\r\\n* Field: Flexible Content - Grid System - Fixed Copy\\/Paste \\\"Secondary Button\\\" in small columns\\r\\n* Field: Flexible Content - Grid System - Fixed multi-level Flexible Content icons in small columns\\r\\n* Field: Phone Number - Intl Tel Input JS library is now loaded on-demand\\r\\n* Field: Phone Number - Added initialization safe guard logic\\r\\n\\r\\n**ACF Extended Basic 0.9.2.1:**\\r\\n\\r\\n* Field: Flexible Content - Legacy Title\\/Toggle settings are now passed on Field Group update\\r\\n* Field: Flexible Content - Added `acfe\\/compatibility\\/legacy_title_toggle` to enforce migration\\r\\n* Field: Flexible Content - Added js action `acfe\\/fields\\/flexible_content\\/click_action_button`\\r\\n* Field: Flexible Content - Added js filter `acfe\\/fields\\/flexible_content\\/prevent_action_button`\\r\\n* Field: Flexible Content - Fixed `acf\\/fields\\/flexible_content\\/layout_title` `key` variation\\r\\n* Field: Flexible Content - Fixed \\\"Copy\\/Paste\\\" icon visibility in multi-level Flexible Content\\r\\n* Module: Performance Ultra - Fixed Post Revisions saving uncompressed meta with ACF 6.4+\\r\\n* Module: Form - Fixed Form render in the Flexible Content Dynamic Preview\\r\\n* Field Group: Fixed ACF popup box style on the Field Group screen\\r\\n* Global: Bump WP version up to 6.9\\r\\n\\r\\n= Version History =\\r\\n\\r\\nFull Changelog: [https:\\/\\/www.acf-extended.com\\/changelog](https:\\/\\/www.acf-extended.com\\/changelog)\",\"description\":[\"<p>&#x1f680; All-in-one enhancement suite that improves WordPress &amp; Advanced Custom Fields. This plugin aims to provide a powerful administration framework with a wide range of improvements &amp; optimizations.<\\/p>\\n<p><strong>This plugin requires at least ACF Pro 5.8.<\\/strong>\\nIf you don\'t already own <a href=\\\"https:\\/\\/www.advancedcustomfields.com\\/pro\\/\\\">ACF Pro<\\/a>, you should consider it. It\'s one of the most powerful WordPress plugin available.<\\/p>\\n<h3>&#x2b50; Highlight<\\/h3>\\n* 14+ New ACF Fields\\n* 10+ ACF Fields Enhanced\\n* 4+ New Field Groups Locations\\n* Self\\/Multi\\/Bidirectional Fields\\n* Advanced Fields Validation\\n* Flexible Content as Page Builder\\n* Optimize metadata with Performance Mode\\n* Advanced Front-End Forms Manager\\n* ACF Options Pages \\/ Block Types Manager\\n* ACF &amp; WordPress Meta Overview\\n* WordPress Post Types \\/ Taxonomies Manager\\n* WordPress Options Manager\\n* WordPress Admin Enhancements\\n* WPML &amp; Polylang Multilingual support\\n* ... And many more features<h3>&#x1f48e; Pro Highlight<\\/h3>\\n* 20+ New ACF Fields\\n* 10+ ACF Fields Enhanced\\n* 20+ New Locations\\n* Payment Field with Stripe &amp; PayPal Express\\n* Flexible Content Grid System\\n* Flexible Content Layouts Locations Rules\\n* Templates Manager\\n* Builtin Classic Editor\\n* Settings UI\\n* Screen Layouts\\n* Force Json Sync\\n* Field Visibility Settings\\n* Global Field Conditional Rules\\n* ... And many more features<h3>&#x1f91f; Philosophy<\\/h3>\\n* Seamless integration\\n* No extra menu, ads or notices\\n* Built by developers, for developers<h3>&#x1f6e0;&#xfe0f; Links<\\/h3>\\n* [Website](https:\\/\\/www.acf-extended.com)\\n* [Documentation](https:\\/\\/www.acf-extended.com\\/features)\\n* [Guides](https:\\/\\/www.acf-extended.com\\/guides)\\n* [Roadmap](https:\\/\\/www.acf-extended.com\\/roadmap)\\n* [GitHub](https:\\/\\/github.com\\/acf-extended\\/ACF-Extended)\\n* [Twitter](https:\\/\\/twitter.com\\/ACFExtended)\\n* [Twitter](https:\\/\\/twitter.com\\/hwkfr) (Personal)\\n* [Slack Community](https:\\/\\/slack.acf-extended.com)<h3>&#x1f9f0; Tools<\\/h3>\\n* [FAQ](https:\\/\\/wordpress.org\\/plugins\\/acf-extended\\/#faq)\\n* [Support](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended)\\n* [Feature Request](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended)\\n* [Reviews](https:\\/\\/wordpress.org\\/support\\/plugin\\/acf-extended\\/reviews\\/#new-post)\\n* [Donation](https:\\/\\/ko-fi.com\\/acfextended)<h3>&#x1f4c1; Field Groups<\\/h3>\\n**[Advanced Settings](https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/advanced-settings)**\\nEnable advanced settings for all fields within the Field Group.\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync PHP<\\/a><\\/strong>\\nAutomatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/autosync\\\">Auto Sync Json<\\/a><\\/strong>\\nControl which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/categories\\\">Categories<\\/a><\\/strong>\\nSpice up your field groups with a custom taxonomy and filter field groups by terms.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-key\\\">Custom Key<\\/a><\\/strong>\\nSet custom field group key. Example: <code>group_custom_name<\\/code>.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/custom-meta\\\">Custom Meta<\\/a><\\/strong>\\nAdd custom metas (key\\/value) in the field group administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/display-title\\\">Display Title<\\/a><\\/strong>\\nDisplay an alternative field group title in post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/field-group-ui\\\">Field Group UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable enhancements to the Field Group UI for a better user experience.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/force-sync\\\">Force Sync<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAlways keep Json files synchronized with the Field Groups in the database.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/hide-on-screen\\\">Hide on Screen<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nHide Gutenberg Block Editor and 10+ more items to hide in the field group settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/instruction-placement\\\">Instructions Placement<\\/a><\\/strong>\\nNew instruction placements let you display field description \\\"above the fields\\\" or in a \\\"tooltip\\\".<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-post\\\">Location: Advanced Post<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target posts with specific conditions (Post author, date, slug, path etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-menu-item\\\">Location: Advanced Menu Item<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nTarget specific \\\"Menu Item Depth\\\" or \\\"Menu Item Type\\\" from the Field Groups Locations rules.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/advanced-taxonomy\\\">Location: Advanced Taxonomy Term<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of multiple new Field Groups locations allowing developers to target taxonomy and terms with specific conditions (Term name, parent, slug etc...).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/all-post-types\\\">Location: All post types<\\/a><\\/strong>\\nDisplay field groups on all post types edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/attachment-list\\\">Location: Attachment List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on attachment admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/dashboard\\\">Location: Dashboard Widgets<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups and update ACF Fields from the WP Dashboard.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/field-value\\\">Location: Field Value<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a field group based on the field value of an another field group.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-archive\\\">Location: Post type Archive<\\/a><\\/strong>\\nAdd an Archive Option Page under the Post Type admin menu. Display and save any field groups within it.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/post-type-list\\\">Location: Post type List<\\/a><\\/strong>\\nDisplay field group on post types admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/taxonomy-list\\\">Location: Taxonomy List<\\/a><\\/strong>\\nDisplay field group on taxonomies admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/user-list\\\">Location: User List<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field group on user admin list screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/woocommerce\\\">Location: Woocommerce<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on Woocommerce pages.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/locations\\/wp-settings\\\">Location: WP Settings<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay field groups on WP Settings pages: General, Writing, Reading, Discussion, Media and Permalinks.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/\\\">Local Field Groups<\\/a><\\/strong>\\nDisplay local field groups that are loaded by ACF, but not available in the ACF field group administration. Example: Field groups that are registered in the <code>functions.php<\\/code> file, but not in the ACF UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/note\\\">Note<\\/a><\\/strong>\\nAdd a personal note in the field group administration. Only visible to administrators.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to field groups. Choose which roles can view &amp; edit field groups in the post edition screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-groups\\/raw-data\\\">Raw Data<\\/a><\\/strong>\\nDisplay raw field group data in a modal to check your configuration &amp; settings.<h3>&#x2699;&#xfe0f; Fields Settings<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-advanced-settings\\\">Advanced Settings<\\/a><\\/strong>\\nA more sophisticated field settings based on specified location (administration\\/front-end). Example: Field is required only in front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/advanced-validation\\\">Advanced Validation<\\/a><\\/strong>\\nA more sophisticated validation conditions (AND\\/OR) with custom error messages based on specified location (administration\\/front-end).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/bidirectional-fields\\\">Self\\/Multi\\/Bidirectional fields<\\/a><\\/strong>\\nAn advanced bidirectional setting (also called post-to-post) is available for the following fields: Relationship, Post object, User &amp; Taxonomy terms. Fields will work bidirectionally and automatically update each others. Works in groups &amp; clones.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-visibility\\\">Field Visibility<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet quick access to \\\"Field Visibility\\\", \\\"Label Visibility\\\", \\\"Instructions Visibility\\\" and \\\"Required Setting\\\" for the following screens: \\\"Everywhere\\\", \\\"Front-end\\\" and \\\"Administration\\\".<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/global-condition\\\">Global Condition<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nEnable Global Conditional Logic for a specific field, which can then be used in an another Field Group as condition, both as Field Group Condition and Field Condition.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-instruction-placement\\\">Instruction Placement<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nOverride a specific field instruction placement to any position: Below labels, below fields, above fields or tooltip.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/instruction-read-more\\\">Instruction Read More<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nAllow to expand instructions text with a \\\"Read More\\\" link. This feature is useful for lengthy instructions text.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/min-max\\\">Min\\/Max<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nMinimum &amp; maximum items is a global field setting that let you define a specific number of items that can or should be added by the user.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-permissions\\\">Permissions<\\/a><\\/strong>\\nAdd permission layer to fields. Choose which roles can view &amp; edit fields in the post edition screen. (can be combined with field groups permissions).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/field-raw-data\\\">Raw data<\\/a><\\/strong>\\nDisplay raw field data in a modal to check your configuration &amp; settings.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/field-settings\\/required-message\\\">Required Message<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThis setting allow developers to define a custom error message within the field settings for a more intuitive user experience.<h3>&#x1f3f7;&#xfe0f; Fields<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/advanced-link\\\">Advanced Link<\\/a><\\/strong>\\nDisplay a modern Link Selection in a modal. Posts, Post Types Archives &amp; terms selection can be filtered in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-editor\\\">Block Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an isolated Block Editor field on admin screen (with Classic Editor enabled) or on the front-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/block-types\\\">Block Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Block Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/button\\\">Button<\\/a><\\/strong>\\nDisplay a custom submit or button. Built-in ajax call setting. Usage example available in the field administration.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/checkbox\\\">Checkbox<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/clone\\\">Clone<\\/a><\\/strong>\\nAllow users to edit clone fields in a modal. Choose the edit button text, display close button and the modal size.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/code-editor\\\">Code Editor<\\/a><\\/strong>\\nEdit code using the native WP Core Codemirror library. Default languages: Text\\/HTML, Javascript, CSS, PHP mixed\\/plain.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/color-picker\\\">Color Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of advanced settings for the ACF Color Picker. The field can now be displayed as a palette, custom colors can be predefined and RGBA mode is supported.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/columns\\\">Columns<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nOrganize and re-arrange your fields using columns and line-breaks. The field acts like the ACF Accordion\\/Tab field and allow you to create virtually grouped fields which will be displayed inside columns.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/countries\\\">Countries<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Country selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/currencies\\\">Currencies<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Currency selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/datepicker\\\">Date\\/Timepicker<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplay a modern UI of the ACF Datepicker field. CSS and icons have been enhanced to fit WordPress admin UI and colors.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/date-range-picker\\\">Date Range Picker<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Date Range Picker. The field support a wide range of customization, such as: Placeholder, Default dates, Range Restriction, Date restriction, No weekends etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/dynamic-render\\\">Dynamic Render<\\/a><\\/strong>\\nDisplay custom HTML\\/PHP content using a simple named hook.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-groups-selector\\\">Field Groups<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Groups selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/field-types\\\">Field Types<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Field Types selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/fields-selector\\\">Fields<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Fields selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/file\\\">File<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, enable multi file upload and dropzone.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/flexible-content\\\">Flexible Content<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDisplayed an enhanced version of the native Flexible Content field. Dozens of new settings and settings were added, allowing developers to create the most advanced page builder and fully control the field\'s behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/forms\\\">Forms<\\/a><\\/strong>\\nSelect any dynamic form (format: checkbox, radio or select).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/google-map\\\">Google Map<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nA collection of new settings added to the ACF Google Map Field that allow developers to have more control over the field behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/recaptcha\\\">Google reCaptcha<\\/a><\\/strong>\\nDisplay a reCaptcha field (compatible v2 &amp; v3).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/group\\\">Group<\\/a><\\/strong>\\nAllow users to edit group fields in a modal Choose the edit button text, display close button and the modal size<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/hidden-input\\\">Hidden Input<\\/a><\\/strong>\\nDisplay a hidden input with custom name\\/value<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image\\\">Image<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChoose the uploader type, customize the upload folder and set the image as post featured thumbnail<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-selector\\\">Image Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Selector field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/image-sizes\\\">Image Sizes<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an Image Sizes selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/languages\\\">Languages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Language selector as radio, checkbox or select field type, compatible with WPML &amp; Polylang.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menu-locations\\\">Menu Locations<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu Locations selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/menus\\\">Menus<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Menu selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/options-pages\\\">Options Pages<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Options Pages selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment\\\">Payment<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Payment Field that supports with Stripe &amp; PayPal Express gateways, working on both front-end and back-end.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-cart\\\">Payment Cart<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Cart to easily setup an e-commerce solution.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/payment-selector\\\">Payment Selector<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an optional Payment Selector which let the user switch the payment gateway.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/phone-number\\\">Phone Number<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a fully customizable international Phone Number field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-field\\\">Post Field<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Post Field is a new field that allow developers to move native WordPress fields such as Post Title, Date, Status, Visibility, Permalink etc.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-formats\\\">Post Formats<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay a Post Format selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\\">Post Object<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nAllow user to enter custom value which will be saved as a new post, or enable the inline post creation\\/edit.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-statuses\\\">Post Status<\\/a><\\/strong>\\nSelect any post status (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/post-types\\\">Post Types<\\/a><\\/strong>\\nSelect any post type (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/radio\\\">Radio<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nDefine grouped choices values using <code>## Title<\\/code> markup in the field\'s choices.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/relationship\\\">Relationship<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nThe Relationship field includes new settings allowing users to create and edit post on-the-fly from the post edit screen.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/repeater\\\">Repeater<\\/a><\\/strong>\\nAdd stylised to \'Add Row\' button, lock rows and remove repeater\'s actions.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/select\\\">Select<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nChange the default \\\"Select\\\" placeholder text and Search Input placeholder and allow user to enter custom values.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/slug\\\">Slug<\\/a><\\/strong>\\nA slug text input (ie: <code>my-text-input<\\/code>).<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/tab\\\">Tab<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisable the last opened tab user preference. Which means that when the user will refresh the page, it will always load the first tab.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomies\\\">Taxonomies<\\/a><\\/strong>\\nSelect any taxonomy (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/taxonomy-terms\\\">Taxonomy Terms<\\/a><\\/strong>\\nSelect any terms of any taxonomies, allow specific terms, level or childrens (format: checkbox or select). Terms can be loaded &amp; saved for the current post (just like the native ACF Taxonomy field)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/templates-selector\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nDisplay an ACF Extended Templates selector as radio, checkbox or select field type.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/textarea\\\">Textarea<\\/a><\\/strong>\\nSwitch font family to monospace and allow tab indent.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/true-false\\\">True\\/False<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nFive new styles have been added to the native True\\/False field.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/user-roles\\\">User Roles<\\/a><\\/strong>\\nSelect any user role (format: checkbox, radio or select)<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/fields\\/wysiwyg-editor\\\">WYSIWYG Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nNew settings allowing developers to have more control over the field behavior.<h3>&#x1f6e0;&#xfe0f; Modules<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-block-types\\\">Block Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Block Types module allows you to register and manage ACF Block Types from your WordPress admin, in ACF &gt; Block Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/classic-editor\\\">Classic Editor<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nACF Extended is bundled with a custom merged version of the Classic Editor &amp; Disable Gutenberg plugins.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/developer-mode\\\">Developer Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Developer Mode allow you to view all Posts, Terms, Users &amp; Options custom metadata in a readable format. This feature is very useful to check what is actually saved in any WordPress Object.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-forms\\\">Forms<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nManage Advanced ACF Forms from the WordPress administration. This module is an enhanced version of the native ACF Form feature. While all native settings can be used, Dynamic Forms adds many new settings and introduce \\\"Actions\\\" for a complete control over the form behavior.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-options-pages\\\">Options Pages UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Options Pages module allows you to register and manage ACF Options Pages from your WordPress admin, in ACF &gt; Options Pages menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/performance-mode\\\">Performance Mode<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nA unique module that allows developers to optimize database load when dealing with hundreds or thousands of metadata with two different methods: Ultra &amp; Hybrid Engines.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-post-types\\\">Post Types UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Post Types module allows you to register and manage custom post types from your WordPress admin, in Tools &gt; Post Types menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native post types settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/rewrite-rules\\\">Rewrite Rules<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nGet an overview of all WordPress permalinks structures and rules. Test URLs, export rules and flush permalinks from the UI.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/scripts\\\">Scripts UI<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nRun custom scripts on thousands of posts. Including builtin \\\"Orphan Meta Cleaner\\\", \\\"Script Launcher\\\" and \\\"Performance Converter\\\" scripts.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/settings-ui\\\">Settings UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Settings UI allows developers to get an overview of all ACF and ACF Extended settings values from the ACF &gt; Settings menu.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/dynamic-taxonomies\\\">Taxonomies UI<\\/a><\\/strong> <strong>(FREE \\/ PRO)<\\/strong>\\nThe Dynamic Taxonomies module allows you to register and manage custom taxonomies from your WordPress admin, in Tools &gt; Taxonomies menu. Pro version allows to sync Json\\/PHP files.<\\/p>\\n<p>All native taxonomies settings can be set within the UI. ACF Extended also adds more advanced settings allowing to manage posts per page, order etc\\u2026<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/modules\\/templates\\\">Templates<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nManage default ACF values in an advanced way and sync templates with Json\\/PHP files.<h3>&#x1f5a5;&#xfe0f; WordPress<\\/h3>\\n<strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/ajax-author-box\\\">Ajax Author Box<\\/a><\\/strong>\\nThe native WP Author Metabox has been replaced with an Ajax version allowing to manage thousands of users without slowing down the post administration. The new Author box also include an inline search input.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/enhanced-ui\\\">Enhanced UI<\\/a><\\/strong>\\nThe Taxonomy, User profile &amp; Settings views have been enhanced for a more consistent administration experience, using CSS\\/JS only.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/polylang\\\">Polylang<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for Polylang. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block Type) are compatible.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/screen-layouts\\\">Screen Layouts<\\/a><\\/strong> <strong>(PRO)<\\/strong>\\nPost Edit screens have been enhanced allowing up to 3 columns layout and multiple variations.<\\/p>\\n<p><strong><a href=\\\"https:\\/\\/www.acf-extended.com\\/features\\/wordpress\\/wpml\\\">WPML<\\/a><\\/strong>\\nACF Extended adds a new layer of compatibility for WPML. ACF Options Pages and all ACF Extended Modules (Dynamic Post Type, Taxonomy, Options Pages, Block  &hellip;<\\/p>\"],\"installation\":[\"<h4> Wordpress Install <\\/h4>\\n<ol>\\n<li>Install Advanced Custom Fields: Pro<\\/li>\\n<li>Upload the plugin files to the <code>\\/wp-content\\/plugins\\/acf-extended\\/<\\/code> directory, or install the plugin through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \'Plugins\' screen in WordPress.<\\/li>\\n<li>Everything is ready!<\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 0.9.2.3 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.2.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Color Picker - Fixed \\\"Color Palette\\\" when copy\\/pasting with a Flexible Content<\\/li>\\n<li>Field: Date Range Picker - Added \\\"Return Type: Array (default) \\/ String\\\" setting<\\/li>\\n<li>Field: Date Range Picker - Fixed popup priority when displayed inside a modal<\\/li>\\n<li>Field: Flexible Content - Fixed \\\"Search layouts\\\" &amp; \\\"No layouts found\\\" custom text display<\\/li>\\n<li>Field: Flexible Content - Fixed render issue on multilingual setup with custom textdomain<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.2.3:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Enhanced \\\"Copy\\/Paste\\\" feature to display a proper modal<\\/li>\\n<li>Field: Repeater - Minor CSS tweaks to the \\\"Stylised Button\\\" setting<\\/li>\\n<li>Field: Select - Fixed selected options when copy\\/pasting with a Flexible Content<\\/li>\\n<li>Field: Select - Fixed Select2 becoming disabled when copy\\/pasting with a Flexible Content<\\/li>\\n<li>Module: Enhanced UI - Fixed minor issue with Rankmath on the User Edit screen<\\/li>\\n<li>Module: Forms - Enforced global reCaptcha validation if the field is present in a field group<\\/li>\\n<li>Module: Forms - Added \\\"Success message: Apply shortcodes\\\" setting (enabled by default)<\\/li>\\n<li>Module: Forms - Email - Shortcodes are now disabled by default in the email content<\\/li>\\n<li>Module: Forms - Email - Added \\\"Apply shortcodes\\\" setting to enable shortcodes in the content<\\/li>\\n<\\/ul>\\n<h4> 0.9.2.2 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.2.2:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Fields - Added \\\"Group by field group\\\" setting<\\/li>\\n<li>Field: Field Types - Added \\\"Group by category\\\" setting<\\/li>\\n<li>Fields: Fixed missing \\\"Add choice\\\" button when using \\\"Display: Checkbox\\\" and \\\"Allow Custom\\\"<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.2.2:<\\/strong><\\/p>\\n<ul>\\n<li>Module: Forms - Enforced front-end fields validation against their respective \\\"Choices\\\" settings<\\/li>\\n<li>Module: Forms - Added security measure for forms allowing user role selection<\\/li>\\n<li>Module: Forms - Added <code>acfe\\/form\\/validate_value<\\/code> hook to validate fields individually on front<\\/li>\\n<li>Module: Forms - Added <code>acfe\\/form\\/pre_validate_value<\\/code> hook to bypass enforced validation<\\/li>\\n<li>Module: Enhanced UI - Fixed missing metabox when visiting its own profile via <code>user-edit.php<\\/code><\\/li>\\n<li>Field Group - Fixed \\\"Display Title\\\" not being displayed on screens with Enhanced UI (ACF 6.6+)<\\/li>\\n<\\/ul>\\n<h4> 0.9.2.1 <\\/h4>\\n<p><strong>ACF Extended Pro 0.9.2.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Grid System - Fixed Copy\\/Paste \\\"Secondary Button\\\" in small columns<\\/li>\\n<li>Field: Flexible Content - Grid System - Fixed multi-level Flexible Content icons in small columns<\\/li>\\n<li>Field: Phone Number - Intl Tel Input JS library is now loaded on-demand<\\/li>\\n<li>Field: Phone Number - Added initialization safe guard logic<\\/li>\\n<\\/ul>\\n<p><strong>ACF Extended Basic 0.9.2.1:<\\/strong><\\/p>\\n<ul>\\n<li>Field: Flexible Content - Legacy Title\\/Toggle settings are now passed on Field Group update<\\/li>\\n<li>Field: Flexible Content - Added <code>acfe\\/compatibility\\/legacy_title_toggle<\\/code> to enforce migration<\\/li>\\n<li>Field: Flexible Content - Added js action <code>acfe\\/fields\\/flexible_content\\/click_action_button<\\/code><\\/li>\\n<li>Field: Flexible Content - Added js filter <code>acfe\\/fields\\/flexible_content\\/prevent_action_button<\\/code><\\/li>\\n<li>Field: Flexible Content - Fixed <code>acf\\/fields\\/flexible_content\\/layout_title<\\/code> <code>key<\\/code> variation<\\/li>\\n<li>Field: Flexible Content - Fixed \\\"Copy\\/Paste\\\" icon visibility in multi-level Flexible Content<\\/li>\\n<li>Module: Performance Ultra - Fixed Post Revisions saving uncompressed meta with ACF 6.4+<\\/li>\\n<li>Module: Form - Fixed Form render in the Flexible Content Dynamic Preview<\\/li>\\n<li>Field Group: Fixed ACF popup box style on the Field Group screen<\\/li>\\n<li>Global: Bump WP version up to 6.9<\\/li>\\n<\\/ul>\\n<h4> Version History <\\/h4>\\n<p>Full Changelog: <a href=\\\"https:\\/\\/www.acf-extended.com\\/changelog\\\">https:\\/\\/www.acf-extended.com\\/changelog<\\/a><\\/p>\"],\"plugin\":\"acf-extended-pro\\/acf-extended.php\",\"id\":\"acf-extended-pro\\/acf-extended.php\"}\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1211, 'blog_upload_space', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1213, 'relevanssi_admin_search', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1214, 'relevanssi_bg_col', '#ffaf75', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1215, 'relevanssi_cat', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1216, 'relevanssi_class', 'relevanssi-query-term', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1217, 'relevanssi_comment_boost', '0.75', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1218, 'relevanssi_content_boost', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1219, 'relevanssi_css', 'text-decoration: underline; color: #ff0000', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1220, 'relevanssi_db_version', 24, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1221, 'relevanssi_debugging_mode', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1222, 'relevanssi_default_orderby', 'relevance', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1223, 'relevanssi_disable_or_fallback', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1224, 'relevanssi_exact_match_bonus', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1225, 'relevanssi_excat', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1226, 'relevanssi_excerpt_allowable_tags', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1227, 'relevanssi_excerpt_custom_fields', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1228, 'relevanssi_excerpt_length', 30, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1229, 'relevanssi_excerpt_specific_fields', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1230, 'relevanssi_excerpt_type', 'words', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1231, 'relevanssi_excerpts', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1232, 'relevanssi_exclude_posts', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1233, 'relevanssi_expand_highlights', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1234, 'relevanssi_expand_shortcodes', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1235, 'relevanssi_extag', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1236, 'relevanssi_fuzzy', 'always', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1237, 'relevanssi_highlight', 'strong', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1238, 'relevanssi_highlight_comments', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1239, 'relevanssi_highlight_docs', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1240, 'relevanssi_hilite_title', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1241, 'relevanssi_implicit_operator', 'OR', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1242, 'relevanssi_index_author', 'off', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1243, 'relevanssi_index_comments', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1244, 'relevanssi_index_excerpt', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1245, 'relevanssi_index_fields', 'visible', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1246, 'relevanssi_index_image_files', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1247, 'relevanssi_index_post_types', 'a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:11:\"pf_document\";i:3;s:5:\"bogus\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1248, 'relevanssi_index_taxonomies_list', 'a:1:{i:0;s:8:\"category\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1249, 'relevanssi_indexed', 'done', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1250, 'relevanssi_log_queries', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1251, 'relevanssi_log_queries_with_ip', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1252, 'relevanssi_min_word_length', 2, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1253, 'relevanssi_omit_from_logs', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1254, 'relevanssi_polylang_all_languages', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1255, 'relevanssi_punctuation', 'a:4:{s:6:\"quotes\";s:7:\"replace\";s:7:\"hyphens\";s:7:\"replace\";s:10:\"ampersands\";s:7:\"replace\";s:8:\"decimals\";s:6:\"remove\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1256, 'relevanssi_respect_exclude', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1257, 'relevanssi_seo_noindex', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1258, 'relevanssi_show_matches', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1259, 'relevanssi_show_matches_text', '(Search hits: %body% in body, %title% in title, %categories% in categories, %tags% in tags, %taxonomies% in other taxonomies, %comments% in comments. Score: %score%)', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1260, 'relevanssi_stopwords', 'a:1:{s:5:\"en_US\";s:1890:\"a,about,above,across,after,afterwards,again,against,all,almost,alone,along,already,also,although,always,am,among,amongst,amoungst,amount,an,and,another,any,anyhow,anyone,anything,anyway,anywhere,are,around,as,at,back,be,became,because,become,becomes,becoming,been,before,beforehand,behind,below,beside,besides,between,beyond,bill,both,bottom,but,by,call,can,cannot,cant,co,con,could,couldnt,cry,de,describe,detail,do,done,down,due,during,each,eg,eight,either,eleven,else,elsewhere,empty,enough,etc,even,ever,every,everyone,everything,everywhere,except,few,fifteen,fifty,fill,find,fire,first,five,for,former,formerly,forty,found,four,from,front,full,further,get,give,go,had,has,hasnt,have,he,hence,her,here,hereafter,hereby,herein,hereupon,hers,herself,him,himself,his,how,however,hundred,ie,if,in,inc,indeed,interest,into,is,it,its,itself,keep,last,latter,latterly,least,less,ltd,made,many,may,me,meanwhile,might,mill,mine,more,moreover,most,mostly,move,much,must,my,myself,name,namely,neither,never,nevertheless,next,nine,no,nobody,none,noone,nor,not,nothing,now,nowhere,of,off,often,on,once,one,only,onto,or,other,others,otherwise,our,ours,ourselves,out,over,own,part,per,perhaps,please,put,rather,re,same,see,seem,seemed,seeming,seems,serious,several,she,should,show,side,since,sincere,six,sixty,so,some,somehow,someone,something,sometime,sometimes,somewhere,still,such,system,take,ten,than,that,the,their,them,themselves,then,thence,there,thereafter,thereby,therefore,therein,thereupon,these,they,thickv,thin,third,this,those,though,three,through,throughout,thru,thus,to,together,too,toward,towards,twelve,twenty,two,un,under,until,upon,us,very,via,was,we,were,what,whatever,when,whence,whenever,where,whereafter,whereas,whereby,wherein,whereupon,wherever,whether,which,while,whither,who,whoever,whole,whom,whose,why,will,with,within,without,would,yet,you,your,yours,yourself,yourselves\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1261, 'relevanssi_synonyms', 'a:1:{s:5:\"en_US\";s:13:\"signa = cigna\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1262, 'relevanssi_throttle', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1263, 'relevanssi_throttle_limit', 500, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1264, 'relevanssi_title_boost', 5, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1265, 'relevanssi_txt_col', '#ff0000', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1266, 'relevanssi_wpml_only_current', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1267, 'relevanssi_doc_count', 426, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1268, 'relevanssi_terms_count', 8960, 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1269, 'relevanssi_api_key', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1270, 'relevanssi_click_tracking', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1271, 'relevanssi_disable_shortcodes', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1272, 'relevanssi_do_not_call_home', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1273, 'relevanssi_hide_post_controls', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1274, 'relevanssi_index_pdf_parent', 'on', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1275, 'relevanssi_index_post_type_archives', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1276, 'relevanssi_index_subscribers', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1277, 'relevanssi_index_synonyms', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1278, 'relevanssi_index_taxonomies', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1279, 'relevanssi_index_terms', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1280, 'relevanssi_index_users', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1281, 'relevanssi_internal_links', 'noindex', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1282, 'relevanssi_link_boost', '0.75', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1283, 'relevanssi_link_pdf_files', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1284, 'relevanssi_max_excerpts', 1, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1285, 'relevanssi_mysql_columns', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1286, 'relevanssi_post_type_weights', '', 'yes');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1287, 'relevanssi_read_new_files', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1288, 'relevanssi_redirects', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1289, 'relevanssi_related_settings', 'a:10:{s:7:\"enabled\";s:3:\"off\";s:6:\"number\";i:6;s:7:\"nothing\";s:7:\"nothing\";s:9:\"notenough\";s:6:\"random\";s:10:\"post_types\";s:4:\"post\";s:7:\"keyword\";s:5:\"title\";s:6:\"append\";s:0:\"\";s:16:\"cache_for_admins\";s:3:\"off\";s:6:\"months\";i:0;s:8:\"restrict\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1290, 'relevanssi_related_style', 'a:5:{s:5:\"width\";i:250;s:6:\"titles\";s:2:\"on\";s:8:\"excerpts\";s:3:\"off\";s:10:\"thumbnails\";s:2:\"on\";s:17:\"default_thumbnail\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1291, 'relevanssi_send_pdf_files', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1292, 'relevanssi_server_location', 'us', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1293, 'relevanssi_show_post_controls', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1294, 'relevanssi_spamblock', 'a:0:{}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1295, 'relevanssi_thousand_separator', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1296, 'relevanssi_trim_click_logs', 180, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1297, 'relevanssi_update_translations', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1298, 'relevanssi_recency_bonus', 'a:2:{s:5:\"bonus\";s:0:\"\";s:4:\"days\";s:0:\"\";}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1299, 'relevanssi_index_user_fields', '', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1300, 'relevanssi_user_count', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1301, 'relevanssi_taxterm_count', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1342, 'sep_exclude', 'a:15:{i:0;i:820;i:1;i:675;i:2;i:914;i:3;i:3;i:4;i:968;i:5;i:271;i:6;i:272;i:7;i:268;i:8;i:263;i:9;i:260;i:10;i:246;i:11;i:17;i:12;i:1112;i:13;i:908;i:14;i:1186;}', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1373, 'dipi_show_clear_divi_cache_in_adminbar', 'on', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1374, 'dipi_social_media_quora', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1375, 'dipi_social_media_quora_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1376, 'dipi_social_media_quora_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1377, 'dipi_social_media_quora_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1378, 'dipi_social_media_tripadvisor', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1379, 'dipi_social_media_tripadvisor_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1380, 'dipi_social_media_tripadvisor_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1381, 'dipi_social_media_tripadvisor_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1382, 'dipi_social_media_twitch', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1383, 'dipi_social_media_twitch_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1384, 'dipi_social_media_twitch_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1385, 'dipi_social_media_twitch_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1386, 'dipi_social_media_yelp', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1387, 'dipi_social_media_yelp_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1388, 'dipi_social_media_yelp_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1389, 'dipi_social_media_yelp_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1390, 'dipi_social_media_spotify', '', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1391, 'dipi_social_media_spotify_menu', 'none', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1392, 'dipi_social_media_spotify_footer', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1393, 'dipi_social_media_spotify_mobile_menu', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1394, 'dipi_adjust_anchor_links_pos_with_fixed_header', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1395, 'dipi_md_reveal', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1396, 'dipi_md_parallax_images', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1397, 'dipi_md_image_rotator', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1398, 'dipi_md_table_of_contents', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1399, 'dipi_md_advanced_divider', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1400, 'dipi_md_table_maker', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1401, 'dipi_md_accordion_slider', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1402, 'dipi_md_animated_blurb', 'off', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1415, 'updraft_central_localkeys', 'a:4:{i:0;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEArz5mYDo/XvV7pS6+htvbHsUT4a8Jjs2HWAVF6T+kQeYblEIa\r\njrxYQy3OSUV/ppuUzQmjoh3cOrbYxtiuqNQePTrA4ZeCBWdW8NjYvsSfYzy6vlT8\r\n1+s9Y8iyTDNK3gbUcOmGfTZ7xJ5MK77JfQuk8WQftpyqpsqKd1HTNAJqua8TZs7k\r\nbBb8eNDNcSJRFSUNc5OqYShOeV+xLKueXaqsf1UfXAsnezjOn9P1eQN8Nrz5IBh0\r\nP9R+hCZ6z8Rktty+cWXASF7JzgZTpQE/jWroCOiebRIGXcbouAUVNEeRz3LBewKt\r\n9EZs0XJaP0EfPRIL1WbXUB5gpV593NlfZazDCwIDAQABAoIBABHvLeT9MQ0TzGKc\r\nRQ1iJKuieaVoF29Q42ADsiLry3CfDwV+Ol+PMO03G9xty2GOnIzbRq7JpYcwvUCk\r\nXkOS6cFUaPbtXXYWHFSrrIrhbnpmdaoS4olqXq7+lBiuSyQryMQBci0QTVxS4vK7\r\nJL2yWmAF4iT7JY/KPJ93dUjmUmvMLldM3JU6cGRyuO3fSvxNJrZ/mwPSm0ajqGy3\r\nMzV8NAgRyy529qllZu9cS5gXYLdomhfXgIZ1OtE0wWk51m0IhHzb6JlYqFRRM5rq\r\nV7sBTmafCeGOwyr2rSTN8OHu/MkDhvh5r8qq46SsQUBxyIqKRDdJl5di9JkTBzNi\r\novQdNvECgYEA8MxqFNZh/iG4vO8CXKR1UccNf2ohDcWU0mvqmQjTAhK5AAi1SLea\r\nP4qRGTFN8JHr5dSFLLBWDkDOtSl5gdiZij+FxqOnKEEz+Q2DEJp+IwCTPqUiDtUO\r\nQuyCiKGiP/lBloinSxzfPJ+OdwgbGYUS9dyBKI1QR2DtHozBwi6+s1MCgYEAuk6L\r\nSi4xDrgTxnAGMjaWgLdQVHA6xvjEOeyzb33bxKyWgH5/xmYGv3PMFH0ITapWzPiI\r\n6/TN0dhBuZa/i1AzCdnXhbbWe+qVNcEPnwAD9gGZVYdoNcKXb7qsldCF10aWi6D+\r\nW50rU8kBZSeJOWzs2a6go7FXR2miQaPD27T1MmkCgYEA4fVPzkHmLo0CR/iYZMrG\r\ndHivR9MVNVEk99fgir5nE1jyVP/W7WeszNeAlP1ZP9gOXtrwJSFLf5B86C8FID1a\r\nxwoYxG+pWfLljF2LkbcHilztzykyLmzrNw2s5/2UvSduzo1pPujW6pJnI3dtxqLD\r\nSgcjBCSnInPnznUTFN68gJUCgYAJdfOc0LutA6v9Z7Lo2dzKrIRnxUs2z2snhd2W\r\ny81dL2Z1H/ddG9E756V1ZOQHDZ9ayUQqt0O8ZD7yLbWMXYY5+dX39FDv+fmZwTQJ\r\n3vZUh8BBl56zHC6UfeZFtVEWnX8HmCVSgaixmIN5n4hYYi+k3jlKFrdX6QVUT/yi\r\nK45IAQKBgEUveN7yS+bqearBTMe7nKDmrFsT7kfA4n6QEjrsqIoPlruItTVnXndv\r\nc88YiJMHQPYv0qW44g0I/GgpNYlmYfXcgsohKiGRdVGl2MnmiJIa1kdu2VkI1Yiz\r\nC7o52ewrrdVzKuSzrmyIkcrxcEEhu1nzOkE4vGg6sjTjk+fFszeP\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717941669;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyFssQcNl1yOb+VL16C/m\r\nogOArxXjwSorzkJ6Xbw3siLrFy2RCm4s2W7rfpAI2KcOmDTZc6CTtcuVonKbe0lG\r\nsq2iucFQtYJDPN1Uv/owsptiswpkGE8t6pp6PNDbFvfLtwvZ/z2CZAA3zoIjdLCt\r\nOOrCbF0yyxy4HB5QuVDCmw3qcIOvhe/rBV4DALB3CtdyW5aFQ/8Jkbn7CHrZ7apH\r\nAy8FLVEeD9DEvsYDhdk+loTImJnfEqWDxfGyhfokXk8+Ot002jaYaGhh9KpWxkUm\r\nVccagJDZYBDDKL9e2G0gtI4CSDk87nb/ovHIQnlN+xS3twVSro9vJFctL8hCtQv9\r\nbQIDAQAB\r\n-----END PUBLIC KEY-----\";}i:1;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEAoBSwrRsrxBwI6bcCU4fRjq/EmcRAy1j5iBA2G2cRaYLDlrOr\r\nuqBH1yJzvh1qR+5OBL+piTRC9x4nOnu7GGLfvQ6AtcbZLbihvHFBKE9rRKdz28yh\r\n4wZlx9RQf7IrUOroIIbLXcy0HXNPmU6TK7xALzIEv5ROD5YXn+JLZomrL8YepTT0\r\n7Y/VYZn4j6TQDVnAp9dha4dTC3bIsY5fNEvAo8Zb7W6D+RQ+TaGU01JauTKTtnJs\r\nGTiN4VOzbffaTFIS9iCQht9c+Io5c9cMEoNMkj/OB1PyoIHCfAKC2qPGkHDsUR9U\r\noZ52Ra7rza8dBa8FFvLghjEBrlbsr8WdUNM9jwIDAQABAoIBABGplsDS0aZmrXkU\r\nDzamMrH6pMeOhtOo8odXupCVc69flTMIifcifiq3i2u7lSFwor0VZKBV2tmnQw7J\r\n3h/XsPYMJpln4kiQKZBAMr8+3AgMLdVfo7EH4K0GuQcN4oegE5KbLM8hqfHh6jNx\r\nHv3hXHeYnjuBIofHuL2UW1tp7zBrEAQrL61A7BMMVxJ04CC0d7Djfx7y4aR+3JiK\r\n1gMnqBc7XwmQWFr/7mmgEXpBD8McCRpJE0Pf/+TLgxazlMSJ50B2TiWN5v0/tHRA\r\nzH53zvsKEcgAvT/P3X65yQ9+OECVmKYBhZqUXAESPU35RZmfW4y6SjctfqinR6mI\r\nXlLIZfkCgYEAy9pE6zSDwgZMKQUCQJ3u0eu1X752xL/0qLu1GTggQqoHlEE3Y9CR\r\nxu4xjoWA7oCbeYnwm0eVqEfusVR1Mx9OYX83R+7b2gauLDbAynBGRfBC9tAN5PwP\r\nLSZpK6DvBuRNUXRvT3CBMD3i5FdsdMD0V27aeC8F39bnmZ8U16BbPIMCgYEAyQfu\r\nGKW7NAjn/LAO1nf/5Re2zjgy6U2USI2tbLdkseFoLKUM5H3kTlIk92NJ5iSzas+R\r\nTYKtj7fu30Fizxs34oUxxIJ8pEoGMSONZZgIFRUm+gzOjw6C5K/wFgDElTsjPh61\r\nWDVmQQ8LxuENG4JnKAG94kCXb6cBbAfx4jgJhQUCgYEAhY1iSZYGHD9z9gvKBfty\r\nUyVRloB53zzDVShk5TjYKdSrUn3HhCVI3EOBRBZC+f5X3bB5acHkUnON9a+XeP6x\r\noz5tQTtD3fsycNUOSZJ0960Ishpsf/CDINlhXav57VH1NcBKjIjwmmJxG5gK/hLM\r\nAdwmVUa5WoS5BvQp+3qbS3ECgYAfWKA0sar2GylpSl6V7JI3O7Jih3rQzCsCAS14\r\nlUQbRIWE6JuRCVxPJhnjhVThkPl0/zat+mFr1odlwoFQv/K/3Hr9JEehKnW6tct3\r\nevRPrUOtm8+dmOqqFBEArU/54QXGyu0F+xWdsWXpte/gST4ii9r6641xeH4NRVPf\r\nLVO2rQKBgGDslIepjpXXHdJsTalLxjXDcPUO4Xpr5slPA78zMAbnx7eHp8iwvDL+\r\nXRtVKFtreCGB93j/0t8RYPEvhPxzxGItFV1ku043Fbj+J0JWz3d8arknHMX4Afuq\r\nLqo1ee3Oju0ndpoR+mTKGGb9wMHfKG0I5A7O5qprqBdw/xBJsNLa\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717963264;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQLNLNCNOyBqoJUrECw5\r\ncuFEbGqXr5xE+SOQqA1LFvsb43oghGVdox7i9hkO0fagJqHOJ9bW1jzG+sUNXW1O\r\nPEIPExxrOCVVqQvKbtrgE3L+cotqIRadKMUFKJjWVRRxdbmJ04Rmaloa7b2ecq6O\r\nXIoqxNE1l4JL4DyPiqIun2zimxfQlpDZFZwLvPhajakvyOGShYDGfJDzuzUFcPds\r\n14F3qatdLTfbrEQXCmshtk4choEqE6RFn7LZxC13f9XU17YmFIfyllo3CNtrDdms\r\n/BB46UZ5sgL/9Hu779RMz87jA059oQjGxanmIGvkRdnrDvYgGmKS4kfhQG9+ms9X\r\nqwIDAQAB\r\n-----END PUBLIC KEY-----\";}i:2;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEA8oa1nVupRP/OecQ5OSEC6pFJSymDBzSHrEi9qdKUSIG9ErME\r\np9bm7Fb3rQE9gJHa3jdMeE1leDdLHEoOBe1SUqq5wGWqImOxWWp+eVVHc/vJzPWQ\r\nQh9Y16euWmWljLMom8TQis6Cl9WGSh64h3QMlOVPGTM6VCw2hRUSG3NMWibILEF0\r\nmTJwYFsmt9V5vAUgeCCFAhu6XeJzrJP659TiKd71ylAMnnTjUQVOOlXObSFxuaIV\r\nx40HJev3QUeqTVYbBdx61BDeUOB/HunaiWC0Xg7cMrsO6/GyErzxHLAOz1cOUEhK\r\nXwYddtX7/8HE1Yn0R/QURXEiZZlL/Q3smo6I7QIDAQABAoIBABqr0Fi+DhMxu5v+\r\nBZoABKFVuXT723ZFI1+Bv2Pn7dk8dVXTXKF1m38lwEalIoWbZLG37J+1SUGreQXj\r\nKgAiXYGMV3GubIOsKYKPGNoQlBNP/x0ca1EuP9e1j9HOqGJdCIv63MFLHScD+yj3\r\nEG2LCGAuiKCZluJPW26OxudAaobmUp4PfjhFDYhQ3riLTzkQSlU95LQr5c0B2tI1\r\no7hwS2QKkvJtP3VZikQ1wNSS31Vrb5xlrEn7SFbAqiFf5J9D7vhCH3go7uzLboyD\r\nMQO0lcalujHRC9PkkpAfJU9VnMkrGm7Ay6aMaLBStozsbwOYrA7sfLlqUO7HCiS9\r\nggBj+gECgYEA/6PHba9kVkGuXUGPqXTL+6TGgKeko6EgzGCMYJHX7EfjRtBASrL2\r\n+L6I7PArAYHeqrmHn0Ut9Yw9tZCjC+DiO5C4DutJ7WyGoxbekR21VoGiQ88HU9Ys\r\ntW8yq73Z91VB1ldPhjs7zwT/bF5AvE+pZCQcSqQCPKrUCjE4g3hOWu0CgYEA8t4z\r\nIyatI0ebKLGQI10O/EvfAUmZO7L002tOZ7nucF6kHmcAsTsi23DWy1KK65kDmrRL\r\nRzxeQherVJOGXW8/cjo4dJoBrcc0BxDM0L7qVcNdaER4vHauDTFqoBIpJD7CiKtz\r\nWS+2wxnnS51QMh/blbRPJYha00GGU9/utb6lJgECgYEAvk+aBuD8rG5HNWu6XKfz\r\nt4oKsPqcyagJd70kpDvO6Dr4St58DmA/Fh0aaHG/QmcBck2eVoa02UknI4TirNQk\r\n970cGRc2uQcDEGTVGmlod1cYiqyUQuh97jAzI8G5g7S3x67GKCLuuoZ49J8SSF5x\r\nt3hei36fn7R5GIFeFhm5E10CgYBqkW+U7AKq6V++8nMR4WKS+GPJN9dCJ9tf7cUA\r\npMhojE6tfHsESbOY4KGPpA+LI6A+QQCLKIUfsS0ftoAN/aO0ZrGhEHbOHwvIUend\r\navh+W3RgLTNhVx42ccmcpXtiCRvpRnod1171qycfuc6Xv/zlarIUAQoBis37fdZL\r\n73SeAQKBgE6yp54EjGixfWrzE8rABhO4NST/laP9S4RJQLEvO2ikxS16NClbsy/E\r\nrguAyKLRBzyqxGwiMVYmhPgd6e5sSkl5vCibjGy8WST5eBwnfCy3itpbmZ72JEkF\r\nHunp4pP3nf5ZGP5Jflbr4JNeq2/fnkCQFnfrgr3glafOfeiB+2Nl\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717963997;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArgEIgGQloTHOQwYrGod2\r\nYYJz64Y2KOdLb3H2KfvxlxvO5pPHrwfdBrheQ7ERR39x9iZ8UnuLndhE1Y+416l4\r\nf1MSVPab2oG/oDmsKzyPoTVrMBmIPyNMfm+RXTCC4LaOsJNv7rZRHyZB0tXZwn8J\r\ntm0s/H0l1NdGloIjNNAgggrVSxvKSZRNNmb7Hc64K6acT/ZPU9AxqN+g6sxEnFOS\r\nBzHwBZZBp6icqgkUbBAt3uxZp7NEy3W6bIDmg+vFCgLGenp+i5/0nIuQzI/j7Sz4\r\nrio6rUoWR2FQ2YI2Xs2eSRn+fCpAb0JvKBcQf2Q/73FaWfPj9tNfRUktq1qRykDW\r\nRwIDAQAB\r\n-----END PUBLIC KEY-----\";}i:3;a:5:{s:4:\"name\";s:29:\"UpdraftCentral Remote Control\";s:3:\"key\";s:1700:\"-----BEGIN RSA PRIVATE KEY-----\r\nMIIEowIBAAKCAQEAoTnrqsQUzFVjOraTxBXFrPPiHfRcnxN4uWJqOY7JHpPS4Jaf\r\nJ54m5cSObd1hqChT+4Qxn/jdSFdImnc8tVeHf4k0WQeMIFPWANZ/wqWtUlg/A4ea\r\nUXA/Pa/wZWWXuY9ZzneRjKchFiaC33Ez9kVZJ1tfw/F1ugjX9ltnadpk6FVS2r27\r\nPrzHtdWYi4CSBsfyXCfGy+OmgWg3uHaAbEm7qFIiC2Rl/WRYDPvuFN1Z4yrzwBtv\r\n43XerwHE2EJqIUCeN7A9Mvt3vB31SBFsTSKKjb/aTE+f7mSErWaevKpnaUvIKFjw\r\nie5pgQoqaq/nH8MrQqZd0Gb7kUPOCpdn/BXTgQIDAQABAoIBAC3bG3xmaMP1RVPd\r\nugl7Z83ZT+bVKcLU9vFDXJMiWXGo+cGHFZ1fDhEr5pa48J2zWq+e2b52OfnpWW0V\r\nnN63FoLfs1PfIavQLH3whEYIeVOCZenLF8kx88rHz8gHLTBJ5XEj8PHgVzjFm1OS\r\nDwVsk/7trj883g8blNEtDiy9QRYTOnkOFsdmZaLCSMNosdrcenoePXqPugsAkAtQ\r\nNiRvcW1xSyfnuq/kr4Eg9Y2T89hWuBoF+/ScuZ0rGYAlcd/M5GYg/Qru2isicgL8\r\nI2Z5h82pKnaYdEHf1nyHdBSEwQMPRP+zOHxDJijz2bprqdoWxoOWvIpO4MYCjZ6i\r\nW2VDJ0ECgYEA3zs7rUSB4byJBSVtzD7Q4+i11OOJyLAjoS79hQMbF3TyEZP2yGfQ\r\nopS0eZ2VkqTafBKA+qv41SY1M50DrSIf+dAbovnPqSzh3qxSN+tHY85hn4Q80r98\r\nyzBAqlcO1LRvaR11gXQU2u2Gs+67xd4MrpV7hr/vzrcY6B0KjCGr6XcCgYEAuOSb\r\n/IrcAqJkXpUUBMxh/2r5pDe3ad2lyEFkvur5KdjN0UYqjvoCByJaexQLxOCPFoqw\r\nyhyPhR0Pf0cgKpN4e0VyR2+5QD+8BIPSA8iEmLHzUrybVQ/dgGfcjWSbf0MHxQRn\r\nKsCmUtwcXeWTYnDy6G160xg4LTl9eLMZWzL9aMcCgYBordISMinlvQ9TxnVybZJv\r\nDVUW+4xE+7P5hZuEoCw4F7Lb41K6L1R6qNjonqjhF0UNIXAyHCqXaU9RYLO0oGf2\r\nMUyEZDio0E8qqAv2BPJ5LvJAZzZObVULwxjPx/tAa0xDMnlDtzeAYhnkjnKnGrU/\r\nuQEv8xl1Cg836UZk5/VBiQKBgHKxbYn1YZFIx1Zcx/RKDKhy5bVW0rIbSpG07xf3\r\njuTElrgw/ImA0O04BETBJKPWYSyskApwOR9r7YcYyf1fSae+ZqulxJb0cl+ing62\r\nvnoyOSyjzv+vPco/o3Maa9M/83vlxVGh/Ar+e6JLnWe9hRFliIGWTpLPTOQoxZvr\r\nP4NVAoGBANKnWQ05W/Z9wnxlRTtMQep1it92xXEcvWMrLFxU1C0nLz6y7+0NsbTJ\r\nxkATEhruh1spLmUMUy9K1UJfPvYWsjIOH0Sm/d8KjvY7OYxt8jJBRTqdjkPGHFI0\r\nGDznbFzhm19PI+ywo1GgtPjYixmbDNqtBhTKFIfNXMAl/cJR5o64\r\n-----END RSA PRIVATE KEY-----\";s:10:\"extra_info\";a:6:{s:7:\"user_id\";i:1;s:10:\"user_login\";s:11:\"cfibenefits\";s:5:\"ms_id\";i:1;s:10:\"site_title\";s:41:\"CF Industries Total Rewards United States\";s:10:\"mothership\";s:16:\"__updraftpluscom\";s:8:\"key_size\";i:2048;}s:7:\"created\";i:1717964030;s:16:\"publickey_remote\";s:458:\"-----BEGIN PUBLIC KEY-----\r\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn6GfHH2nXY07LsNIaUuc\r\nRXON2Qrdm++DMtTXJLRvE5EwlfU7Sr/zJuxDNVWMNy73oiPei3VoXRZqFuP+Nt1U\r\nN7vtRllReghbIOprGBUZR0Be2W0KheYuIdzE8Bm9xS71SNh+NweN2lQzjeTQ9zLm\r\npkltdRcIJQAo/vV4U72klPcEpGwWmOSIl3YggoeeMgGnd2Wv5gL5URzeHuL7LFi9\r\nRbqHk9yJhT5UkfCU13aicBmcEAt2ul+S7nx4k9j2gwRIvi0lSwXgTnC2LtH7Al1C\r\nSRIfE097nkHjWWHrNdpDVUQy1ff+ZAFU1EQv/FrarhfbcAy0z9NU3r9YhzXZIew+\r\nHQIDAQAB\r\n-----END PUBLIC KEY-----\";}}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1416, 'updraftplus_unlocked_fd', 1, 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1417, 'updraftplus_last_lock_time_fd', '2025-01-15 20:49:31', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1418, 'updraftplus_semaphore_fd', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1419, 'updraft_last_scheduled_fd', 1736974171, 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1420, 'updraft_lock_e2f2c85b7b1a', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1426, 'relevanssi_trim_logs', '0', 'yes');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1427, 'relevanssi_hide_branding', 'on', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1436, 'updraft_lock_3826df803ebf', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1495, 'updraft_lock_a7ef90e3056e', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1529, 'et_divi_builder_presets_history_meta', 'a:1:{s:5:\"index\";s:1:\"1\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1530, 'et_divi_builder_presets_history_item_0', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39c13092-8f78-4190-95b9-956e6631a6df\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"CF Benefits Center slider\";s:7:\"created\";i:1729481166520;s:7:\"updated\";i:1729481166520;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"header_font\";s:21:\"Montserrat|300|||||||\";s:16:\"header_font_size\";s:4:\"51px\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ef8e805b-6a23-4d48-beac-86c037006669\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"SLIDER - image L blue R\";s:7:\"created\";i:1729481315968;s:7:\"updated\";i:1729481315968;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":88:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\";s:22:\"background_image_phone\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"3b667377-0968-42d9-9688-085149b7ea13\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"slider L image horiz lt green\";s:7:\"created\";i:1729601282227;s:7:\"updated\";i:1729601282227;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:97:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"29118def-2483-4270-8d26-15bcc1b9228d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Slider Mercer link\";s:7:\"created\";i:1729622923887;s:7:\"updated\";i:1729622923887;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/test-image.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"e6f9a3d7-8929-4613-95b3-9146785068e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"2025 OE slider\";s:7:\"created\";i:1729646736233;s:7:\"updated\";i:1729646736233;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#015846\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"da526d34-f7b0-4fcf-9337-b0012d54c727\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"2026 OE slide\";s:7:\"created\";i:1761164598332;s:7:\"updated\";i:1761164598332;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#00C7B1\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:89:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/right-image-oe.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1761164598783;s:5:\"label\";s:24:\"Preset Created For Slide\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1531, 'et_divi_builder_presets_history_item_1', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39c13092-8f78-4190-95b9-956e6631a6df\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"CF Benefits Center slider\";s:7:\"created\";i:1729481166520;s:7:\"updated\";i:1729481166520;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"header_font\";s:21:\"Montserrat|300|||||||\";s:16:\"header_font_size\";s:4:\"51px\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ef8e805b-6a23-4d48-beac-86c037006669\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"SLIDER - image L blue R\";s:7:\"created\";i:1729481315968;s:7:\"updated\";i:1729481315968;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":88:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\";s:22:\"background_image_phone\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"3b667377-0968-42d9-9688-085149b7ea13\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"slider L image horiz lt green\";s:7:\"created\";i:1729601282227;s:7:\"updated\";i:1729601282227;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:97:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"29118def-2483-4270-8d26-15bcc1b9228d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Slider Mercer link\";s:7:\"created\";i:1729622923887;s:7:\"updated\";i:1729622923887;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":83:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h2\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#015846\";s:24:\"header_text_color_tablet\";s:7:\"#015846\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#707070\";s:22:\"body_text_color_tablet\";s:7:\"#707070\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/test-image.jpg\";s:22:\"background_image_phone\";s:93:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:4:\"-13%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"20px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#e8f9e4\";s:25:\"background_mask_transform\";s:16:\"rotate_90_degree\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:31:\"background_mask_vertical_offset\";s:3:\"49%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#3FA9F5\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:10:\"on|desktop\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|49vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|6vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|20px|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"e6f9a3d7-8929-4613-95b3-9146785068e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"2025 OE slider\";s:7:\"created\";i:1729646736233;s:7:\"updated\";i:1729646736233;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#015846\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:85:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"20vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"da526d34-f7b0-4fcf-9337-b0012d54c727\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"2026 OE slide\";s:7:\"created\";i:1761164598332;s:7:\"updated\";i:1761164598332;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":68:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#00C7B1\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:89:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/right-image-oe.jpg\";s:22:\"background_image_phone\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:15:\"background_size\";s:6:\"custom\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:22:\"background_image_width\";s:3:\"93%\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:19:\"background_position\";s:9:\"top_right\";s:28:\"background_horizontal_offset\";s:4:\"-35%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:2:\"0%\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:2:\"1%\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#00C7B1\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:9:\"top_right\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"63%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:19:\"button_border_width\";s:5:\"1.5px\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw|35vw|2vw||false|false\";s:21:\"custom_padding_tablet\";s:28:\"19vw|0vw|6vw|0px|false|false\";s:20:\"custom_padding_phone\";s:29:\"32vw|10vw|9vw|0vw|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:3:\"55%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}s:36:\"c4fa182e-34ba-418d-b0b4-f6450f2fbd4b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"2026 OE Best Premium\";s:7:\"created\";i:1761164877614;s:7:\"updated\";i:1761164877614;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":89:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:88:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/left-image-oe.jpg\";s:22:\"background_image_phone\";s:107:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"display_conditions\";s:260:\"W3siaWQiOiIwNTM0NzNhZi0wNjRmLTQ4NmEtYWQxNy04NDcwYzgzYjlkNDYiLCJjb25kaXRpb24iOiJsb2dnZWRJblN0YXR1cyIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoibG9nZ2VkSW4iLCJhZG1pbkxhYmVsIjoiTG9nZ2VkIEluIFN0YXR1cyIsImVuYWJsZUNvbmRpdGlvbiI6Im9mZiJ9LCJvcGVyYXRvciI6Ik9SIn1d\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1761164878402;s:5:\"label\";s:24:\"Preset Created For Slide\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1532, 'et_divi_builder_presets_history_item_2', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1728227674117;s:5:\"label\";s:23:\"Preset Created For Text\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1533, 'et_divi_builder_presets_history_item_3', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":17:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"cc929701-df66-4ee6-af47-49378dc773fd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"OE popup text box2\";s:7:\"created\";i:1696910640702;s:7:\"updated\";i:1696910640702;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Toggle special text box\";s:7:\"created\";i:1728227674068;s:7:\"updated\";i:1728227674068;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:20:\"||1.1em||false|false\";s:14:\"custom_padding\";s:21:\"|0px||0px|false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"OE popup 2\";s:7:\"created\";i:1696910579439;s:7:\"updated\";i:1696910579439;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"76e23b29-e8f4-4882-aa8e-f59756f36d44\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Toggle special section\";s:7:\"created\";i:1728227617213;s:7:\"updated\";i:1728227617213;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}s:36:\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"OE popup row 2\";s:7:\"created\";i:1696910602607;s:7:\"updated\";i:1696910602607;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:87:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"92px||92px||true|false\";}}s:36:\"631f5555-be78-4204-934e-8e49e18a2572\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Toggle special row\";s:7:\"created\";i:1728227639499;s:7:\"updated\";i:1728227639499;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:15:\"background_size\";s:7:\"initial\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:13:\"custom_margin\";s:21:\"0px||0px||false|false\";s:14:\"custom_padding\";s:21:\"0px||0px||false|false\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}s:36:\"2e752210-523a-4bdb-8353-54b13111367f\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button2\";s:7:\"created\";i:1696910664130;s:7:\"updated\";i:1696910664130;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"a3320ee1-8265-4f0f-bbad-c6a63def6cba\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"OE popup button3\";s:7:\"created\";i:1696910901039;s:7:\"updated\";i:1696910901039;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}s:36:\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"popup button v4\";s:7:\"created\";i:1697054359843;s:7:\"updated\";i:1697054359843;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:11:\"|600|||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:19:\"button_border_width\";s:3:\"2px\";}}}s:7:\"default\";s:8:\"_initial\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7b7da3f6-8054-4129-945a-0e6da7489e6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi enrollment tile w/icon\";s:7:\"created\";i:1695744867999;s:7:\"updated\";i:1695744867999;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:15:\"body_text_color\";s:7:\"#3FA9F5\";s:9:\"body_font\";s:11:\"|700|||||||\";s:14:\"body_font_size\";s:4:\"19px\";s:16:\"body_line_height\";s:5:\"1.3em\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8b50e196-7839-4c9f-aed0-0a661c216c10\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"CFI standard toggle\";s:7:\"created\";i:1728223663849;s:7:\"updated\";i:1728223663849;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:9:\"body_font\";s:18:\"Montserrat||||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";}}}s:7:\"default\";s:8:\"_initial\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39c13092-8f78-4190-95b9-956e6631a6df\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"CF Benefits Center slider\";s:7:\"created\";i:1729481166520;s:7:\"updated\";i:1729481166520;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":8:{s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"header_font\";s:21:\"Montserrat|300|||||||\";s:16:\"header_font_size\";s:4:\"51px\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:21:\"et_pb_slide_fullwidth\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Slide Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ef8e805b-6a23-4d48-beac-86c037006669\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"SLIDER - image L blue R\";s:7:\"created\";i:1729481315968;s:7:\"updated\";i:1729481315968;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":88:{s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_color\";s:2:\"on\";s:16:\"background_image\";s:99:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\";s:22:\"background_image_phone\";s:100:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg\";s:23:\"background_enable_image\";s:2:\"on\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:19:\"background_position\";s:8:\"top_left\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:13:\"custom_button\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"button_border_width\";s:5:\"1.5px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1729481316154;s:5:\"label\";s:24:\"Preset Created For Slide\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1534, 'et_divi_builder_presets_history_item_4', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":14:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:8:\"settings\";a:14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}}}}s:4:\"time\";i:1695005385000;s:5:\"label\";s:20:\"Imported From Layout\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1535, 'et_divi_builder_presets_history_item_5', 'O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":6:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":15:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2b319d6b-db69-48e3-8fb5-7d21184678ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Text Preset 1 imported\";s:7:\"created\";i:1679163718000;s:7:\"updated\";i:1679163718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"secondary page intro text\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";s:9:\"text_font\";s:11:\"|300|||||||\";s:15:\"text_text_color\";s:7:\"#2d2d2d\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"30px\";s:14:\"custom_padding\";s:18:\"||1em||false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#C4D600\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"74830f7f-6ee4-427a-8099-eb52e409ee42\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"std_textbox\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";}}s:36:\"bec712a8-bf23-487f-abae-a1b6c24d0a98\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Text Preset 1 imported imported\";s:7:\"created\";i:1679240399000;s:7:\"updated\";i:1679240399000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.3em\";}}s:36:\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\";O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"reg-txt\";s:7:\"created\";i:1680528287000;s:7:\"updated\";i:1680528287000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"0501f943-1e45-4b42-8d9e-e4d3cb136b1e\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"reg-txt imported\";s:7:\"created\";i:1680528610000;s:7:\"updated\";i:1680528610000;s:7:\"version\";s:6:\"4.19.5\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:14:\"ul_item_indent\";s:4:\"24px\";s:12:\"module_class\";s:39:\"proximaCond_header reg_txt reg_txt_list\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#424242\";s:14:\"text_font_size\";s:6:\"17.5px\";s:16:\"text_line_height\";s:6:\"1.55em\";s:9:\"link_font\";s:11:\"|700|||||||\";s:13:\"ul_text_color\";s:7:\"#424242\";s:12:\"ul_font_size\";s:6:\"17.5px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#221F73\";s:18:\"header_2_font_size\";s:4:\"31px\";s:25:\"header_2_font_size_tablet\";s:4:\"31px\";s:24:\"header_2_font_size_phone\";s:4:\"29px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_2_line_height\";s:5:\"1.1em\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:4:\"26px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.1em\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.1em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";}}s:36:\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"cfi landing page title box\";s:7:\"created\";i:1680530409737;s:7:\"updated\";i:1680530409737;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:19:\"Nunito Sans||||||||\";s:15:\"text_text_color\";s:7:\"#505356\";s:14:\"text_font_size\";s:4:\"17px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:18:\"header_2_font_size\";s:4:\"20px\";s:13:\"custom_margin\";s:23:\"0px||0.5em||false|false\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:14:\"custom_padding\";s:26:\"0px|1em|0px|1em|false|true\";s:20:\"header_2_line_height\";s:4:\"25px\";s:13:\"header_2_font\";s:21:\"Montserrat|500|||||||\";s:12:\"border_radii\";s:22:\"on|18px|18px|18px|18px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"21px\";s:24:\"header_2_font_size_phone\";s:7:\"19.25px\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";}}s:36:\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"cfi landing page intro text box\";s:7:\"created\";i:1680540236558;s:7:\"updated\";i:1680540236558;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:12:\"module_class\";s:18:\"proximaCond_header\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:6:\"17.5px\";s:21:\"text_font_size_tablet\";s:4:\"17px\";s:20:\"text_font_size_phone\";s:4:\"17px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:8:\"||||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#3FA9F5\";s:16:\"header_font_size\";s:4:\"38px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"36px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:3:\"85%\";s:12:\"width_tablet\";s:4:\"100%\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:10:\"on|desktop\";s:9:\"max_width\";s:3:\"85%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";}}s:36:\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"lightGreen sidebar box\";s:7:\"created\";i:1683946675473;s:7:\"updated\";i:1683946675473;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:19:\"rgba(84,206,50,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:29:\"0px|-11px|7px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#54CE32\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"lightBlue sidebar box\";s:7:\"created\";i:1683948840135;s:7:\"updated\";i:1683948840135;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:16:\"background_color\";s:20:\"rgba(63,169,245,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:30:\"0px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";}}s:36:\"f93145bb-c944-4df1-9243-f042c6ff8506\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"teal sidebar box\";s:7:\"created\";i:1683949053499;s:7:\"updated\";i:1683949053499;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"ul_font_size\";s:4:\"15px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.5em\";s:12:\"module_class\";s:16:\"reg_text sidebar\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:14:\"text_font_size\";s:4:\"15px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:9:\"link_font\";s:20:\"|700|||on|||#015846|\";s:15:\"link_text_color\";s:7:\"#015846\";s:17:\"header_text_color\";s:7:\"#FDB825\";s:18:\"header_line_height\";s:5:\"1.2em\";s:13:\"header_2_font\";s:21:\"Montserrat|600|||||||\";s:19:\"header_2_text_color\";s:7:\"#015846\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:16:\"background_color\";s:19:\"rgba(0,199,177,0.1)\";s:11:\"positioning\";s:8:\"relative\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:13:\"custom_margin\";s:31:\"22px|-11px|24px|0px|false|false\";s:14:\"custom_padding\";s:29:\"14px|20px|14px|20px|true|true\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#00C7B1\";s:20:\"header_4_line_height\";s:5:\"1.2em\";}}s:36:\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"footnote_txt\";s:7:\"created\";i:1683951586999;s:7:\"updated\";i:1683951586999;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:21:\"reg_text reg_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:14:\"text_font_size\";s:4:\"13px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:13:\"custom_margin\";s:21:\"||0.25em||false|false\";s:14:\"custom_padding\";s:21:\"2px||0px||false|false\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";}}s:36:\"c837fe44-d104-48e5-9e2e-82e356a9a1a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"OE popup text box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}s:36:\"56a8496f-2a64-4eb6-a466-092fd3283adc\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"CF oe popup text box\";s:7:\"created\";i:1695036781441;s:7:\"updated\";i:1695036781441;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"text_font_size\";s:4:\"36px\";s:18:\"header_2_font_size\";s:4:\"46px\";s:14:\"custom_padding\";s:23:\"20px||20px||false|false\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:25:\"header_2_font_size_tablet\";s:4:\"46px\";s:24:\"header_2_font_size_phone\";s:4:\"46px\";s:30:\"header_2_font_size_last_edited\";s:10:\"on|desktop\";s:13:\"custom_margin\";s:19:\"20px||||false|false\";s:21:\"custom_padding_tablet\";s:22:\"20px||9px||false|false\";s:20:\"custom_padding_phone\";s:29:\"20px|18px|9px|18px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"dipi_flip_box\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pixel Flip Box Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"flip-box-home style1\";s:7:\"created\";i:1680281680740;s:7:\"updated\";i:1680281680740;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":45:{s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:7:\"#e8f9e4\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:7:\"#515151\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:14:\"custom_padding\";s:24:\"0.5em||0.5em||true|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"tinted 2-col row\";s:7:\"created\";i:1683946334025;s:7:\"updated\";i:1683946334025;s:7:\"version\";s:6:\"4.20.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f8f7fc\";s:14:\"custom_padding\";s:32:\"1.3em|1.2em|0px|1.2em|false|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c28008c-b729-47c4-bb3e-c93c35020ccb\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup box\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:5:\"720px\";s:12:\"width_tablet\";s:5:\"640px\";s:11:\"width_phone\";s:5:\"300px\";s:17:\"width_last_edited\";s:8:\"on|phone\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"border_width_all\";s:3:\"4px\";s:16:\"border_color_all\";s:7:\"#FFCC00\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"00eedb02-2656-4630-93a4-94b4fc11737b\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"OE popup row\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"background_image\";s:78:\"https://myboydbenefits.com/wp-content/uploads/2023/09/experience-thumbnail.jpg\";s:5:\"width\";s:4:\"100%\";s:14:\"custom_padding\";s:22:\"20px||20px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bc517bec-bfaf-4d7e-875d-a01f059032ec\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"OE popup button\";s:7:\"created\";i:1695005385000;s:7:\"updated\";i:1695005385000;s:7:\"version\";s:6:\"4.19.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#000000\";s:15:\"button_bg_color\";s:7:\"#FFCC00\";s:19:\"button_border_color\";s:7:\"#FFCC00\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:16:\"Oswald|||on|||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:13:\"custom_margin\";s:19:\"||36px||false|false\";s:14:\"custom_padding\";s:15:\"||||false|false\";}}s:36:\"d9967d18-6a4d-481c-8dac-af9b49ea335b\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"CF oe popup button\";s:7:\"created\";i:1695036814303;s:7:\"updated\";i:1695036814303;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_width\";s:3:\"2px\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:11:\"|600|||||||\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1695036814365;s:5:\"label\";s:25:\"Preset Created For Button\";}', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1536, 'updraft_lock_7086054af6c2', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1554, 'updraft_lock_eec504f25929', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1623, 'updraft_lock_cbcb2b169e9f', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1755, 'wpe_feature_flags', 'a:4:{s:29:\"showUpdateProviderHealthPanel\";b:1;s:23:\"showCurrentUpdateSource\";b:1;s:25:\"showUpdateSourceSelection\";b:1;s:19:\"allowSourceOverride\";b:1;}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1756, 'wpe_feature_flags_expiration', 1773001318, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1759, 'updraft_lock_88afb0925ed4', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1766, 'wpe_notices', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1767, 'wpe_notices_expiration', 1773000388, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1777, 'layout_category_children', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1892, 'updraft_lock_7f7c568548d5', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1947, 'updraft_lock_6d6a9cba007c', '0', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2322, 'dipi_facebook_page_token_secret', '6ddfb62b-8b05-444d-9426-bd77744d73cb', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2323, 'dipi_filterable_grid_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2324, 'dipi_needs_permalink_flushing', '0', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2325, 'dipi_testimonials_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2326, 'dipi_popupmaker_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2327, 'dipi_faq_needs_permalink_flushing', 1, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2328, 'dipi_fix_library_permalinks', 1, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2329, 'wpesu-plugin-better-search-replace-expiry', 1773017351, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2330, 'wpesu-plugin-better-search-replace', '{\n	\"name\": \"Better Search Replace\",\n	\"slug\": \"better-search-replace\",\n	\"version\": \"1.4.10\",\n	\"author\": \"<a href=\\\"https://bettersearchreplace.com\\\">WP Engine</a>\",\n	\"author_profile\": \"https://profiles.wordpress.org/wpengine/\",\n	\"requires\": \"3.0.1\",\n	\"tested\": \"6.9\",\n	\"requires_php\": \"\",\n	\"rating\": 86,\n	\"ratings\": {\n		\"1\": 70,\n		\"2\": 17,\n		\"3\": 10,\n		\"4\": 14,\n		\"5\": 415\n	},\n	\"num_ratings\": 526,\n	\"support_threads\": 7,\n	\"support_threads_resolved\": 1,\n	\"active_installs\": 1000000,\n	\"downloaded\": 0,\n	\"last_updated\": \"2025-12-08 12:34pm GMT\",\n	\"added\": \"2015-01-06\",\n	\"homepage\": \"https://bettersearchreplace.com\",\n	\"short_description\": \"\",\n	\"description\": \"<p>When moving your WordPress site to a new domain or server, you will likely run into a need to run a search/replace on the database for everything to work correctly. Fortunately, there are several plugins available for this task, however, all have a different approach to a few key features. This plugin consolidates the best features from these plugins, incorporating the following features in one simple plugin:</p>\\n<ul>\\n<li>Serialization support for all tables</li>\\n<li>The ability to select specific tables</li>\\n<li>The ability to run a &#8220;dry run&#8221; to see how many fields will be updated</li>\\n<li>No server requirements aside from a running installation of WordPress</li>\\n<li>WordPress Multisite support</li>\\n</ul>\\n<blockquote>\\n<p><strong>Time-saving features available in the Pro version:</strong></p>\\n<ul>\\n<li>View exactly what changed during a search/replace</li>\\n<li>Backup and import the database while running a search/replace</li>\\n<li>Priority email support from the developer of the plugin</li>\\n<li>Save or load custom profiles for quickly repeating a search/replace in the future</li>\\n<li>Support and updates for 1 year</li>\\n</ul>\\n<p><strong><a href=\\\"https://bettersearchreplace.com/\\\" rel=\\\"nofollow ugc\\\">Learn more about Better Search Replace Pro</a></strong></p>\\n</blockquote>\\n<p>The search and replace functionality is heavily based on interconnect/it&#8217;s great and open-source Search Replace DB script, modified to use WordPress native database functions to ensure compatibility.</p>\\n<p><strong>Supported Languages</strong></p>\\n<ul>\\n<li>English</li>\\n<li>French</li>\\n<li>German</li>\\n<li>Spanish</li>\\n</ul>\\n<p><strong>Want to contribute?</strong></p>\\n<p>Feel free to open an issue or submit a pull request on <a href=\\\"https://github.com/deliciousbrains/better-search-replace/\\\" rel=\\\"nofollow ugc\\\">GitHub</a>.</p>\\n\",\n	\"download_link\": \"https://wpe-plugin-updates.wpengine.com/better-search-replace/better-search-replace.1.4.10.zip\",\n	\"tags\": {\n		\"search-and-replace\": \"search and replace\",\n		\"search-replace\": \"search replace\",\n		\"search-replace-database\": \"search replace database\",\n		\"update-database-urls\": \"update database urls\",\n		\"update-live-url\": \"update live url\"\n	},\n	\"donate_link\": \"\",\n	\"contributors\": {\n		\"wpengine\": {\n			\"profile\": \"https://profiles.wordpress.org/wpengine/\",\n			\"avatar\": \"https://secure.gravatar.com/avatar/6d44461b684d2f3d8f6fcf3d657cb889?s=96&d=monsterid&r=g\",\n			\"display_name\": \"WP Engine\"\n		},\n		\"deliciousbrains\": {\n			\"profile\": \"https://profiles.wordpress.org/deliciousbrains/\",\n			\"avatar\": \"https://secure.gravatar.com/avatar/c55b6dfd266f44f127170d402922e485?s=96&d=monsterid&r=g\",\n			\"display_name\": \"Delicious Brains\"\n		},\n		\"mattshaw\": {\n			\"profile\": \"https://profiles.wordpress.org/mattshaw/\",\n			\"avatar\": \"https://secure.gravatar.com/avatar/c0ec3df5b2d5cf25ca1ab1fc3fdbe270?s=96&d=monsterid&r=g\",\n			\"display_name\": \"Matt Shaw\"\n		}\n	},\n	\"icons\": [\n		\"https://wpe-plugin-updates.wpengine.com/better-search-replace/assets/icon-128x128.png\",\n		\"https://wpe-plugin-updates.wpengine.com/better-search-replace/assets/icon-256x256.png\"\n	],\n	\"sections\": {\n		\"description\": \"<p>When moving your WordPress site to a new domain or server, you will likely run into a need to run a search/replace on the database for everything to work correctly. Fortunately, there are several plugins available for this task, however, all have a different approach to a few key features. This plugin consolidates the best features from these plugins, incorporating the following features in one simple plugin:</p>\\n<ul>\\n<li>Serialization support for all tables</li>\\n<li>The ability to select specific tables</li>\\n<li>The ability to run a &#8220;dry run&#8221; to see how many fields will be updated</li>\\n<li>No server requirements aside from a running installation of WordPress</li>\\n<li>WordPress Multisite support</li>\\n</ul>\\n<blockquote>\\n<p><strong>Time-saving features available in the Pro version:</strong></p>\\n<ul>\\n<li>View exactly what changed during a search/replace</li>\\n<li>Backup and import the database while running a search/replace</li>\\n<li>Priority email support from the developer of the plugin</li>\\n<li>Save or load custom profiles for quickly repeating a search/replace in the future</li>\\n<li>Support and updates for 1 year</li>\\n</ul>\\n<p><strong><a href=\\\"https://bettersearchreplace.com/\\\" rel=\\\"nofollow ugc\\\">Learn more about Better Search Replace Pro</a></strong></p>\\n</blockquote>\\n<p>The search and replace functionality is heavily based on interconnect/it&#8217;s great and open-source Search Replace DB script, modified to use WordPress native database functions to ensure compatibility.</p>\\n<p><strong>Supported Languages</strong></p>\\n<ul>\\n<li>English</li>\\n<li>French</li>\\n<li>German</li>\\n<li>Spanish</li>\\n</ul>\\n<p><strong>Want to contribute?</strong></p>\\n<p>Feel free to open an issue or submit a pull request on <a href=\\\"https://github.com/deliciousbrains/better-search-replace/\\\" rel=\\\"nofollow ugc\\\">GitHub</a>.</p>\\n\",\n		\"installation\": \"<p>Install Better Search Replace like you would install any other WordPress plugin.</p>\\n<p>Dashboard Method:</p>\\n<ol>\\n<li>Login to your WordPress admin and go to Plugins -&gt; Add New</li>\\n<li>Type &#8220;Better Search Replace&#8221; in the search bar and select this plugin</li>\\n<li>Click &#8220;Install&#8221;, and then &#8220;Activate Plugin&#8221;</li>\\n</ol>\\n<p>Upload Method:</p>\\n<ol>\\n<li>Unzip the plugin and upload the &#8220;better-search-replace&#8221; folder to your &#8216;wp-content/plugins&#8217; directory</li>\\n<li>Activate the plugin through the Plugins menu in WordPress</li>\\n</ol>\\n\",\n		\"faq\": \"\\n<dt id=\'using%20better%20search%20replace\'>\\nUsing Better Search Replace\\n</h4>\\n<p>\\n<p>Once activated, Better Search Replace will add a page under the &#8220;Tools&#8221; menu page in your WordPress admin.</p>\\n</p>\\n<dt id=\'is%20my%20host%20supported%3F\'>\\nIs my host supported?\\n</h4>\\n<p>\\n<p>Yes! This plugin should be compatible with any host.</p>\\n</p>\\n<dt id=\'can%20i%20damage%20my%20site%20with%20this%20plugin%3F\'>\\nCan I damage my site with this plugin?\\n</h4>\\n<p>\\n<p>Yes! Entering a wrong search or replace string could damage your database. Because of this, it is always advisable to have a backup of your database before using this plugin.</p>\\n</p>\\n<dt id=\'how%20does%20this%20work%20on%20wordpress%20multisite%3F\'>\\nHow does this work on WordPress Multisite?\\n</h4>\\n<p>When this plugin is installed on a WordPress multisite network:</p>\\n<ul>\\n<li>Subsite administrators can only search and replace within tables that belong to that subsite by visiting Dashboard &gt; Tools &gt; Better Search Replace from WP Admin of the subsite.</li>\\n<li>Network administrators (i.e. Super Admins) and administrators of the primary site can search and replace across all tables in the multisite network by visiting Dashboard &gt; Tools &gt; Better Search Replace from WP Admin of the primary site.</li>\\n</ul>\\n<p>To change which users have access to the plugin, the user capability can be modified via code using the <code>bsr_capability</code> filter.</p>\\n<dt id=\'how%20can%20i%20use%20this%20plugin%20when%20changing%20urls%3F\'>\\nHow can I use this plugin when changing URLs?\\n</h4>\\n<p>\\n<p>If you&#8217;re moving your site from one server to another and changing the URL of your WordPress installation, the approach below allows you to do so easily without affecting the old site:</p>\\n<ol>\\n<li>Backup the database on your current site</li>\\n<li>Install the database on your new host</li>\\n<li>On the new host, define the new site URL in the <code>wp-config.php</code> file, as shown <a href=\\\"https://codex.wordpress.org/Changing_The_Site_URL#Edit_wp-config.php\\\" rel=\\\"nofollow ugc\\\">here</a></li>\\n<li>Log in at your new admin URL and run Better Search Replace on the old site URL for the new site URL</li>\\n<li>Delete the site_url constant you added to <code>wp-config.php</code>. You may also need to regenerate your .htaccess by going to Settings -&gt; Permalinks and saving the settings.</li>\\n</ol>\\n<p>More information on moving WordPress can be found <a href=\\\"https://codex.wordpress.org/Moving_WordPress\\\" rel=\\\"nofollow ugc\\\">here</a>.</p>\\n</p>\\n\\n\",\n		\"changelog\": \"<h4>1.4.10 &#8211; January 14, 2025</h4>\\n<ul>\\n<li>Fix: Improved security and stability</li>\\n</ul>\\n<h4>1.4.9 &#8211; October 4, 2024</h4>\\n<ul>\\n<li>Security: The plugin now uses its own update mechanism from WP Engine servers</li>\\n<li>New: Dependencies have been updated</li>\\n</ul>\\n<h4>1.4.7 &#8211; May 30, 2024</h4>\\n<ul>\\n<li>Fix: The case-insensitive setting once again allows case-insensitive strings to be matched within serialized data, fixing a regression introduced in version 1.4.6</li>\\n</ul>\\n<h4>1.4.6 &#8211; April 17, 2024</h4>\\n<ul>\\n<li>Changed: Serialized text strings are now only deserialized when containing a match, resulting in faster performance</li>\\n<li>Security: Table names are now escaped when displaying search results</li>\\n</ul>\\n<h4>1.4.5 &#8211; January 18, 2024</h4>\\n<ul>\\n<li>Security: Unserializing an object during search and replace operations now passes <code>\'allowed_classes\' =&gt; false</code> to avoid instantiating the object and potentially running malicious code stored in the database (thanks to Wordfence for responsible disclosure on December 18, 2023 followed by development and testing of the fix by WP Engine)</li>\\n<li>Fix: A regression in version 1.4.4 which caused some search results to be skipped has been fixed to ensure only numeric keyed objects are skipped</li>\\n</ul>\\n<h4>1.4.4 &#8211; December 14, 2023</h4>\\n<ul>\\n<li>Fix: Objects with numerical properties are now skipped to avoid causing errors</li>\\n</ul>\\n<h4>1.4.3 &#8211; September 5, 2023</h4>\\n<ul>\\n<li>New: Links to plugin documentation, support, feedback, and changelog are now available in the footer of WP Admin</li>\\n<li>Improvement: PHP 8.2 and Better Search Replace are now compatible</li>\\n</ul>\\n<h4>1.4.2 &#8211; January 11, 2023</h4>\\n<ul>\\n<li>Security: Arbitrary tab templates in the <code>templates</code> directory can no longer be loaded using a query parameter.</li>\\n</ul>\\n<h4>1.4.1 &#8211; July 25, 2022</h4>\\n<ul>\\n<li>Security: Selected tables are now confirmed to exist before processing the request</li>\\n</ul>\\n<h4>1.4 &#8211; April 7, 2022</h4>\\n<ul>\\n<li>New: Better Search Replace has a brand new user interface</li>\\n<li>Improvement: Default capability required to use the plugin has changed from &#8220;install_plugins&#8221; to &#8220;manage_options&#8221; for compatibility with DISALLOW_FILE_MODS</li>\\n</ul>\\n<h4>1.3.4 &#8211; December 7, 2020</h4>\\n<ul>\\n<li>Improvement: WordPress 5.6 and PHP 8 compatible</li>\\n<li>Fix: Strings that have been serialized twice showing up as false-positives</li>\\n</ul>\\n<h4>1.3.3 &#8211; February 26, 2019</h4>\\n<ul>\\n<li>Fix: Some special characters interfering with search/replace</li>\\n<li>Security: Pass template filenames through <code>sanitize_file_name()</code></li>\\n<li>Security: Verify nonce when downloading diagnostic info</li>\\n</ul>\\n<h4>1.3.2 &#8211; January 3, 2018</h4>\\n<ul>\\n<li>Fix: Only one table searched on some environments (props @Ov3rfly)</li>\\n<li>Tweak: Update text in sidebar</li>\\n</ul>\\n<h4>1.3.1 &#8211; September 14, 2017</h4>\\n<ul>\\n<li>Security: Check if data is serialized before unserializing it</li>\\n<li>Improvement: Increased size of table select</li>\\n</ul>\\n<h4>1.3 &#8211; November 10, 2016</h4>\\n<ul>\\n<li>Improvement: Updated sidebar and added pro version discount</li>\\n<li>Fix: Outdated links to old website</li>\\n<li>Fix: Prevent requests to invalid tabs</li>\\n</ul>\\n<h4>1.2.10 &#8211; June 2, 2016</h4>\\n<ul>\\n<li>Fix: CSS not loaded on details page</li>\\n</ul>\\n<h4>1.2.9 &#8211; December 8, 2015</h4>\\n<ul>\\n<li>Fix: Bug with case-insensitive searches in serialized objects</li>\\n<li>Fix: Bug with early skip due to lack of primary key</li>\\n</ul>\\n<h4>1.2.8 &#8211; November 25, 2015</h4>\\n<ul>\\n<li>Fix: Bug with report details</li>\\n</ul>\\n<h4>1.2.7 &#8211; November 24, 2015</h4>\\n<ul>\\n<li>Fix: Untranslateable string</li>\\n<li>Tweak: Check BSR_PATH instead of ABSPATH to be consistent</li>\\n<li>Tested with 4.4</li>\\n</ul>\\n<h4>1.2.6</h4>\\n<ul>\\n<li>Removed unused code/small cleanup</li>\\n</ul>\\n<h4>1.2.5</h4>\\n<ul>\\n<li>Improved progress bar info and styles</li>\\n<li>Small cleanup</li>\\n</ul>\\n<h4>1.2.4</h4>\\n<ul>\\n<li>Added &#8220;Settings saved&#8221; notice when saving settings</li>\\n<li>Fixed bug with wp_magic_quotes interfering with some search strings</li>\\n</ul>\\n<h4>1.2.3</h4>\\n<ul>\\n<li>Fixed bug with searching for backslashes</li>\\n<li>Fixed potential bug with getting tables in large multisites</li>\\n<li>Fixed potential notice in append_report</li>\\n<li>Improved handling of missing primary keys</li>\\n</ul>\\n<h4>1.2.2</h4>\\n<ul>\\n<li>Fixed AJAX conflict with WooCommerce</li>\\n<li>Fixed a few issues with translations</li>\\n<li>Tweaked &#8220;System Info&#8221; to use get_locale() instead of WP_LANG constant</li>\\n<li>Updated German translation (props @Linus Ziegenhagen)</li>\\n</ul>\\n<h4>1.2.1</h4>\\n<ul>\\n<li>Fixed minor issue with display of progress bar</li>\\n<li>Updated translation file</li>\\n</ul>\\n<h4>1.2</h4>\\n<ul>\\n<li>Switched to AJAX bulk processing for search/replaces</li>\\n<li>Decreased minimum &#8220;Max Page Size&#8221; to 1000</li>\\n<li>Added &#8220;Help&#8221; tab with system info for easier troubleshooting</li>\\n</ul>\\n<h4>1.1.1</h4>\\n<ul>\\n<li>Added ability to change max page size</li>\\n<li>Decreased default page size to prevent white screen issue on some environments</li>\\n</ul>\\n<h4>1.1</h4>\\n<ul>\\n<li>Added ability to change capability required to use plugin</li>\\n<li>Small bugfixes and translation fixes</li>\\n</ul>\\n<h4>1.0.6</h4>\\n<ul>\\n<li>Added table sizes to the database table listing</li>\\n<li>Added French translation (props @Jean Philippe)</li>\\n</ul>\\n<h4>1.0.5</h4>\\n<ul>\\n<li>Added support for case-insensitive searches</li>\\n<li>Added German translation (props @Linus Ziegenhagen)</li>\\n</ul>\\n<h4>1.0.4</h4>\\n<ul>\\n<li>Potential security fixes</li>\\n</ul>\\n<h4>1.0.3</h4>\\n<ul>\\n<li>Fixed issue with searching for special characters like &#8216;\\\\&#8217;</li>\\n<li>Fixed bug with replacing some objects</li>\\n</ul>\\n<h4>1.0.2</h4>\\n<ul>\\n<li>Fixed untranslateable strings on submit button and submenu page.</li>\\n</ul>\\n<h4>1.0.1</h4>\\n<ul>\\n<li>Fixed issue with loading translations and added Spanish translation (props Eduardo Larequi)</li>\\n<li>Fixed bug with reporting timing</li>\\n<li>Updated to use &#8220;Dry Run&#8221; as default</li>\\n<li>Added support for WordPress Multisite (see FAQs for more info)</li>\\n</ul>\\n<h4>1.0</h4>\\n<ul>\\n<li>Initial release</li>\\n</ul>\\n\",\n		\"screenshots\": \"<ol><li><a href=\\\"https://ps.w.org/better-search-replace/assets/screenshot-1.png?rev=2706527\\\"><img src=\\\"https://ps.w.org/better-search-replace/assets/screenshot-1.png?rev=2706527\\\" alt=\\\"The Better Search Replace page added to the &quot;Tools&quot; menu\\\"></a><p>The Better Search Replace page added to the \\\"Tools\\\" menu</p></li><li><a href=\\\"https://ps.w.org/better-search-replace/assets/screenshot-2.png?rev=2706527\\\"><img src=\\\"https://ps.w.org/better-search-replace/assets/screenshot-2.png?rev=2706527\\\" alt=\\\"After running a search/replace dry-run.\\\"></a><p>After running a search/replace dry-run.</p></li></ol>\",\n		\"reviews\": \"<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">No need messing with MySQL any more</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/aaronlkh/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4bb18e06b273dc5bb060186dedd51238?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4bb18e06b273dc5bb060186dedd51238?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/aaronlkh/\\\" class=\\\"reviewer-name\\\">aaronlkh</a> on <span class=\\\"review-date\\\">September 21, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>This plug-in saves me the trouble of using SQL to search and replace in MySQL database. Free version worked well for my use case. A reminder that the best practice is backing up the database before using anything like this.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Such a Powerful Plugin</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/lumiblog/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f5bee397738a30c6fd24a75b80d09679?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f5bee397738a30c6fd24a75b80d09679?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/lumiblog/\\\" class=\\\"reviewer-name\\\">Patrick Lumumba <small>(lumiblog)</small></a> on <span class=\\\"review-date\\\">September 17, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Here is the thing.</p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>I had changed my blog\'s domain name and had issues with the images still on the old domain name. So, they were not loading. At all. </p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>So, I went to ask uncle ChatGPT how to solve the issue. He told me I should try this plugin, and he was even generous enough to give me the instructions. In less than a minute, my issue was resolved. </p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>5 stars from me.</p>\\n<!-- /wp:paragraph -->\\n\\n<!-- wp:paragraph -->\\n<p>Thanks. </p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Easy to use</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/tastymouse/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/419d685eefe2cdfefa03eed25aa2525e?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/419d685eefe2cdfefa03eed25aa2525e?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/tastymouse/\\\" class=\\\"reviewer-name\\\">tastymouse</a> on <span class=\\\"review-date\\\">August 26, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>I have been using this plugin for years but apparently forgot to write a review, while I\'m always happy using it. It\'s a very handy tool to replace a bunch or url\'s</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">doeas nothing</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/vincentd15/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9269b1f6c6135971dadb1d533d5ed0be?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/9269b1f6c6135971dadb1d533d5ed0be?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/vincentd15/\\\" class=\\\"reviewer-name\\\">vincentd15</a> on <span class=\\\"review-date\\\">August 7, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Does nothing on my installation, no error no success message, no update on database, juste reload the page when you it the button</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Didn&#039;t work for shortcode replacement</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/michellefilmla/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8980fbf4c8c2f67e1107b026077382b9?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8980fbf4c8c2f67e1107b026077382b9?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/michellefilmla/\\\" class=\\\"reviewer-name\\\">michelle_film <small>(michellefilmla)</small></a> on <span class=\\\"review-date\\\">August 2, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Maybe it is the free version, but it did not work for replacing a short code with a new one.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Dangerous bug!</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/wavefrontdesign/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8367331fd0c2beb69c45e3b8821bd0f2?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/8367331fd0c2beb69c45e3b8821bd0f2?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/wavefrontdesign/\\\" class=\\\"reviewer-name\\\">wavefrontdesign</a> on <span class=\\\"review-date\\\">July 13, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Seriously?! This really got me some headaches. You don\'t seem to test your tool properly. Dry run is the default option, I love it! But also checking the box above (replace GUIDs) overrules this dry run option silently! It\'s still checked, but the tool will change your actual database! Unacceptable.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Saves a ton of time</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"5 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"5\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/karlgallucks/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b260ece24ecb07e35dcea01ad0522b7c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/b260ece24ecb07e35dcea01ad0522b7c?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/karlgallucks/\\\" class=\\\"reviewer-name\\\">karlgallucks</a> on <span class=\\\"review-date\\\">June 28, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Very useful when you need to edit the same text in a lot of posts. Thanks!</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">You need pay</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/konekopress/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6d54c99e8ba1af4cffbbe5475b794ee0?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/6d54c99e8ba1af4cffbbe5475b794ee0?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/konekopress/\\\" class=\\\"reviewer-name\\\">konekopress</a> on <span class=\\\"review-date\\\">June 14, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>You need pay for use it.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">Useless unless you pay</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"1 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"1\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/consortchorale/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/73e857d89dd88afad154c6e22323f531?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/73e857d89dd88afad154c6e22323f531?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/consortchorale/\\\" class=\\\"reviewer-name\\\">consortchorale</a> on <span class=\\\"review-date\\\">June 9, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>Its a bait &amp; switch.  They say nothing in their \\\"free\\\" version description about there even being a paid version.  All the free version will tell you is how many replacements will happen.  But it won\'t show you what they are.  So its not safe to use, and their description is misleading.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n<div class=\\\"review\\\">\\n\\t<div class=\\\"review-head\\\">\\n\\t\\t<div class=\\\"reviewer-info\\\">\\n\\t\\t\\t<div class=\\\"review-title-section\\\">\\n\\t\\t\\t\\t<h4 class=\\\"review-title\\\">It does the job well</h4>\\n\\t\\t\\t\\t<div class=\\\"star-rating\\\">\\n\\t\\t\\t\\t<div class=\\\"wporg-ratings\\\" aria-label=\\\"4 out of 5 stars\\\" data-title-template=\\\"%s out of 5 stars\\\" data-rating=\\\"4\\\" style=\\\"color:#ffb900;\\\"><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-filled\\\"></span><span class=\\\"star dashicons dashicons-star-empty\\\"></span></div>\\t\\t\\t\\t</div>\\n\\t\\t\\t</div>\\n\\t\\t\\t<p class=\\\"reviewer\\\">\\n\\t\\t\\t\\tBy <a href=\\\"https://profiles.wordpress.org/skylabb/\\\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4163ad18ab864c8e6e8aff102b410ef1?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4163ad18ab864c8e6e8aff102b410ef1?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\\\"https://profiles.wordpress.org/skylabb/\\\" class=\\\"reviewer-name\\\">Steven <small>(skylabb)</small></a> on <span class=\\\"review-date\\\">May 26, 2024</span>\\t\\t\\t</p>\\n\\t\\t</div>\\n\\t</div>\\n\\t<div class=\\\"review-body\\\"><!-- wp:paragraph -->\\n<p>This plugin gets the job done as described. The progress indicator bar is a good feature. Search result details are only available in paid version.</p>\\n<!-- /wp:paragraph --></div>\\n</div>\\n\"\n	}\n}\n', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2335, 'qlse_settings', 'a:1:{s:7:\"entries\";a:8:{s:4:\"post\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:4:\"page\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:17:{i:0;i:820;i:1;i:675;i:2;i:914;i:3;i:3;i:4;i:271;i:5;i:272;i:6;i:268;i:7;i:263;i:8;i:260;i:9;i:246;i:10;i:17;i:11;i:1112;i:12;i:908;i:13;i:1186;i:14;i:504;i:15;i:1274;i:16;i:1349;}}s:7:\"project\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:16:\"dipi_testimonial\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:16:\"dipi_popup_maker\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:11:\"pf_document\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:1:{i:0;i:968;}}s:8:\"dipi_faq\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}s:10:\"attachment\";a:2:{s:3:\"all\";b:0;s:3:\"ids\";a:0:{}}}}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2711, 'matomo-referral-dismissed', 1744488131, 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2714, 'matomo-option', 'a:1:{s:29:\"instance-components-installed\";s:950:\"{\"core\":1,\"CoreVue\":1,\"CorePluginsAdmin\":1,\"CoreAdminHome\":1,\"CoreHome\":1,\"WebsiteMeasurable\":1,\"IntranetMeasurable\":1,\"Diagnostics\":1,\"CoreVisualizations\":1,\"Proxy\":1,\"API\":1,\"Transitions\":1,\"LanguagesManager\":1,\"Actions\":1,\"Dashboard\":1,\"Referrers\":1,\"UserLanguage\":1,\"DevicesDetection\":1,\"Goals\":1,\"Ecommerce\":1,\"SEO\":1,\"Events\":1,\"UserCountry\":1,\"GeoIp2\":1,\"VisitsSummary\":1,\"VisitFrequency\":1,\"VisitTime\":1,\"VisitorInterest\":1,\"RssWidget\":1,\"Monolog\":1,\"Login\":1,\"UsersManager\":1,\"SitesManager\":1,\"Installation\":1,\"CoreUpdater\":1,\"CoreConsole\":1,\"ScheduledReports\":1,\"UserCountryMap\":1,\"Live\":1,\"PrivacyManager\":1,\"ImageGraph\":1,\"Annotations\":1,\"MobileMessaging\":1,\"Overlay\":1,\"SegmentEditor\":1,\"Insights\":1,\"Morpheus\":1,\"Contents\":1,\"BulkTracking\":1,\"Resolution\":1,\"DevicePlugins\":1,\"Heartbeat\":1,\"Intl\":1,\"UserId\":1,\"CustomJsTracker\":1,\"Tour\":1,\"PagePerformance\":1,\"CustomDimensions\":1,\"JsTrackerInstallCheck\":1,\"FeatureFlags\":1,\"WordPress\":1}\";}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2716, 'matomo-install-date', 1747080135, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2717, 'matomo-install-version', '5.3.0', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2718, 'matomo-user-login-1', 'cfibenefits', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2719, 'matomo-user-login-2', 'sharris', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2720, 'matomo-user-login-3', 'simbco', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2721, 'matomo-matomo_salt', '6w9bh5tnr4bwu8frn39bnnk3ply6evee', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2722, 'matomo-roles-setup', 1, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2723, 'matomo-plugin-version-matomo', '5.3.0', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2724, 'matomo-before-cron-matomo_scheduled_archive', 1747083881, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2725, 'matomo-after-cron-matomo_scheduled_archive', 1747083882, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2728, 'matomo-before-cron-matomo_scheduled_geoipdb', 1747080266, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2729, 'matomo-after-cron-matomo_scheduled_geoipdb', 1747080266, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2730, 'matomo-before-cron-matomo_scheduled_sync', 1747080266, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2731, 'matomo-after-cron-matomo_scheduled_sync', 1747080266, 'auto');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2732, 'matomo-errorlogs', 'a:6:{i:0;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772487882;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:1;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772576652;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:2;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772661365;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:3;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772749099;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:4;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772835570;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}i:5;a:3:{s:4:\"name\";s:10:\"user_sync \";s:5:\"value\";i:1772919208;s:7:\"comment\";s:457:\"The Matomo configuration file (config/config.ini.php) is not writable, some of your changes might not be saved.  Please change permissions of the config file to make it writable. => Config.php:376; Config.php:343; Config.php:368; Manager.php:1208; Manager.php:607; FrontController.php:323; Bootstrap.php:125; Bootstrap.php:151; Sync.php:194; Sync.php:94; ScheduledTasks.php:316; class-wp-hook.php:339; class-wp-hook.php:365; plugin.php:570; wp-cron.php:191;\";}}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2733, 'matomo-scheduled-task-failures', 'a:1:{s:13:\"update_geoip2\";s:58:\"An error occurred while updating the geolocation database.\";}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2752, 'cookie_notice_options', 'a:47:{s:15:\"global_override\";b:0;s:13:\"global_cookie\";b:0;s:6:\"app_id\";s:0:\"\";s:7:\"app_key\";s:0:\"\";s:12:\"app_blocking\";b:1;s:18:\"conditional_active\";b:0;s:19:\"conditional_display\";s:4:\"hide\";s:17:\"conditional_rules\";a:0:{}s:11:\"amp_support\";b:0;s:13:\"bot_detection\";b:1;s:21:\"caching_compatibility\";b:1;s:10:\"debug_mode\";b:0;s:8:\"position\";s:6:\"bottom\";s:12:\"message_text\";s:153:\"We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.\";s:9:\"css_class\";s:0:\"\";s:11:\"accept_text\";s:2:\"Ok\";s:11:\"refuse_text\";s:2:\"No\";s:10:\"refuse_opt\";b:0;s:11:\"refuse_code\";s:0:\"\";s:16:\"refuse_code_head\";s:0:\"\";s:14:\"revoke_cookies\";b:0;s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:19:\"revoke_message_text\";s:69:\"You can revoke your consent any time using the Revoke consent button.\";s:11:\"revoke_text\";s:14:\"Revoke consent\";s:11:\"redirection\";b:0;s:8:\"see_more\";b:0;s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:11:\"hide_effect\";s:4:\"fade\";s:9:\"on_scroll\";b:0;s:16:\"on_scroll_offset\";i:100;s:8:\"on_click\";b:0;s:6:\"colors\";a:4:{s:4:\"text\";s:4:\"#fff\";s:6:\"button\";s:7:\"#00a99d\";s:3:\"bar\";s:7:\"#32323a\";s:11:\"bar_opacity\";i:100;}s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:14:\"Privacy policy\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:0;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:16:\"script_placement\";s:6:\"header\";s:9:\"translate\";b:0;s:19:\"deactivation_delete\";b:0;s:13:\"review_notice\";b:1;s:19:\"review_notice_delay\";i:0;s:14:\"update_version\";i:8;s:13:\"update_notice\";b:1;s:18:\"update_notice_diss\";b:0;s:17:\"update_delay_date\";i:0;s:21:\"update_threshold_date\";i:0;s:10:\"csp_notice\";b:0;}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2753, 'cookie_notice_privacy_consent', 'a:10:{s:16:\"wordpress_active\";b:1;s:21:\"wordpress_active_type\";s:3:\"all\";s:19:\"contactform7_active\";b:0;s:24:\"contactform7_active_type\";s:3:\"all\";s:16:\"mailchimp_active\";b:0;s:21:\"mailchimp_active_type\";s:3:\"all\";s:14:\"wpforms_active\";b:0;s:19:\"wpforms_active_type\";s:3:\"all\";s:18:\"woocommerce_active\";b:0;s:23:\"woocommerce_active_type\";s:3:\"all\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2754, 'cookie_notice_status', 'a:4:{s:6:\"status\";s:0:\"\";s:12:\"subscription\";s:5:\"basic\";s:18:\"threshold_exceeded\";b:0;s:19:\"activation_datetime\";i:0;}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2755, 'cookie_notice_version', '2.5.6', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2763, 'cky_missing_tables', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2764, 'wt_cli_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2765, 'cky_cookie_consent_lite_db_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2766, 'cky_banner_template', '', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2767, 'cky_banners_table_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2768, 'cky_cookie_category_table_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (2769, 'cky_cookie_table_version', '3.2.10', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4118, 'googlesitekit_db_version', '1.163.0', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4119, 'googlesitekit_has_connected_admins', 1, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4120, 'googlesitekit_active_modules', 'a:2:{i:0;s:18:\"pagespeed-insights\";i:1;s:11:\"analytics-4\";}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4122, 'googlesitekit_credentials', 'F8Z4BOdV3B0pJ3GwTjZUdHhxVzIvUGhsZ2VLYzZPbENIRlUzVjJSdUhxbTJweFJiU3hWZlI1R2JpRVhGY0ZQNmNnRHNlWFdRWE53Q1h0cm1ZSThiRzVsaHYydkdNcXlUOXo1Q2UwQk1DOFhlR0ZHY1BxTkVVUk8wYzRabVRqdU5tL2haS0I5N1lkdFkvQ2lpdXY0V2V1QmVqTkU2WGdQR1JCSEdBVy9hdmlxWWFrUzdLYmFGMkh5Ny9mYllxeS8yT1NEbCt2aGNkb2sxOGROWDJ0cE5zYUFGMzdLcFNWWnVibXJrNkkvZW1OOHk1ZkZMYmFwRUFFb05RTVRJNm1CZStPY0lLU3grN0pCdUlMK1I4MlRXUXc0VXNlWWVJQjArdWFpelVCaGtpdVVRQWExRFVWelRlWVFFR254QmU1WW1EWXBEdW4xUUpBPT0=', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4123, 'googlesitekitpersistent_remote_features', 'a:28:{s:18:\"adBlockerDetection\";a:1:{s:7:\"enabled\";b:1;}s:9:\"adsModule\";a:1:{s:7:\"enabled\";b:1;}s:6:\"adsPax\";a:1:{s:7:\"enabled\";b:1;}s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:20:\"audienceSegmentation\";a:1:{s:7:\"enabled\";b:1;}s:15:\"conversionInfra\";a:1:{s:7:\"enabled\";b:1;}s:19:\"conversionReporting\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:1;}s:19:\"enhancedMeasurement\";a:1:{s:7:\"enabled\";b:1;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:12:\"ga4Reporting\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:16:\"googleTagGateway\";a:1:{s:7:\"enabled\";b:0;}s:10:\"gteSupport\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:10:\"keyMetrics\";a:1:{s:7:\"enabled\";b:1;}s:9:\"rrmModule\";a:1:{s:7:\"enabled\";b:1;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"setupFlowRefresh\";a:1:{s:7:\"enabled\";b:0;}s:22:\"signInWithGoogleModule\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:16:\"yoastIntegration\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}s:15:\"last_updated_at\";i:1772993874;}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4124, 'googlesitekit_connected_proxy_url', 'https://lsk.yzp.mybluehost.me/website_441840fc/', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4125, 'googlesitekit_search-console_settings', 'a:2:{s:10:\"propertyID\";s:47:\"https://lsk.yzp.mybluehost.me/website_441840fc/\";s:7:\"ownerID\";i:5;}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4126, 'googlesitekit_owner_id', 5, 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4127, 'googlesitekit_analytics-4_settings', 'a:23:{s:7:\"ownerID\";i:5;s:9:\"accountID\";s:9:\"374079765\";s:15:\"adsConversionID\";s:0:\"\";s:10:\"propertyID\";s:9:\"519488970\";s:15:\"webDataStreamID\";s:11:\"13285769038\";s:13:\"measurementID\";s:12:\"G-YC61T032TS\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:11:\"googleTagID\";s:11:\"GT-T9WP7CMM\";s:18:\"googleTagAccountID\";s:10:\"6333525692\";s:20:\"googleTagContainerID\";s:9:\"240404303\";s:32:\"googleTagContainerDestinationIDs\";a:1:{i:0;s:12:\"G-YC61T032TS\";}s:23:\"googleTagLastSyncedAtMs\";i:1768241953691;s:25:\"availableCustomDimensions\";N;s:18:\"propertyCreateTime\";i:1768241623895;s:13:\"adSenseLinked\";b:0;s:25:\"adSenseLinkedLastSyncedAt\";i:0;s:27:\"adsConversionIDMigratedAtMs\";i:0;s:9:\"adsLinked\";b:0;s:21:\"adsLinkedLastSyncedAt\";i:1768929026;s:14:\"detectedEvents\";a:0:{}s:31:\"newConversionEventsLastUpdateAt\";i:0;s:32:\"lostConversionEventsLastUpdateAt\";i:0;}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4128, 'googlesitekit_conversion_tracking', 'a:1:{s:7:\"enabled\";b:1;}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4129, 'googlesitekit_analytics-4_audience_settings', 'a:3:{s:18:\"availableAudiences\";a:2:{i:0;a:5:{s:4:\"name\";s:42:\"properties/519488970/audiences/13285775343\";s:11:\"displayName\";s:12:\"All visitors\";s:11:\"description\";s:9:\"All users\";s:12:\"audienceType\";s:16:\"DEFAULT_AUDIENCE\";s:12:\"audienceSlug\";s:9:\"all-users\";}i:1;a:5:{s:4:\"name\";s:42:\"properties/519488970/audiences/13285775344\";s:11:\"displayName\";s:10:\"Purchasers\";s:11:\"description\";s:45:\"Users who have purchased in the last 540 days\";s:12:\"audienceType\";s:16:\"DEFAULT_AUDIENCE\";s:12:\"audienceSlug\";s:10:\"purchasers\";}}s:30:\"availableAudiencesLastSyncedAt\";i:1768242020;s:36:\"audienceSegmentationSetupCompletedBy\";N;}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4168, 'dipi_show_clear_divi_cache_in_adminbar_only_admin', 'on', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4169, 'dipi_enable_clear_cache_on_schedule', 'on', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4170, 'dipi_clear_cache_schedule', 'daily', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4171, 'dipi_enable_clear_cache_on_wp_hook', 'on', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4172, 'dipi_clear_cache_on_wp_hook', 'a:1:{i:0;s:15:\"after_post_save\";}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4173, 'dipi_cache_notice', '', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4174, 'dipi_enable_social_icons_multiple_menus', 'off', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4175, 'dipi_social_icons_multiple_menus', '', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4176, 'dipi_popup_as_mobile_menu', 'off', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4177, 'dipi_mobile_menu_popup', '0', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4178, 'dipi_popup_select_menu', '', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4377, 'wpe_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1772999750;s:7:\"checked\";a:2:{s:10:\"Divi-child\";s:16:\"4.0.3.1679083872\";s:4:\"Divi\";s:6:\"4.27.6\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.6\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:148:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=0dcea3c39ae27a3ee8484543219350a142fafca1&username=bandoliergroup\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4396, 'wp_notes_notify', 1, 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4425, 'ai1wm_secret_key', 'cKLbesBE4OHt', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4426, 'wpe_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:62:\"https://wpe-downloads.wpengine.com/release/wordpress-6.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:62:\"https://wpe-downloads.wpengine.com/release/wordpress-6.9.1.zip\";s:10:\"no_content\";s:73:\"https://wpe-downloads.wpengine.com/release/wordpress-6.9.1-no-content.zip\";s:11:\"new_bundled\";s:74:\"https://wpe-downloads.wpengine.com/release/wordpress-6.9.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.1\";s:7:\"version\";s:5:\"6.9.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1772999748;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4427, 'ai1wm_updater', 'a:0:{}', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4443, 'wpe_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1773000418;s:8:\"response\";a:8:{s:53:\"child-theme-configurator/child-theme-configurator.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:38:\"w.org/plugins/child-theme-configurator\";s:4:\"slug\";s:24:\"child-theme-configurator\";s:6:\"plugin\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:11:\"new_version\";s:5:\"2.6.7\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/child-theme-configurator/\";s:7:\"package\";s:95:\"https://plugin-updates.wpengine.com/child-theme-configurator/child-theme-configurator.2.6.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:84:\"https://plugin-updates.wpengine.com/child-theme-configurator/assets/icon-128x128.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:98:\"https://plugin-updates.wpengine.com/child-theme-configurator/assets/banner-772x250.jpg?rev=1557885\";s:4:\"high\";b:0;}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.1\";s:8:\"requires\";s:3:\"4.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:94;s:11:\"num_ratings\";i:277;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;}s:35:\"cookie-law-info/cookie-law-info.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:29:\"w.org/plugins/cookie-law-info\";s:4:\"slug\";s:15:\"cookie-law-info\";s:6:\"plugin\";s:35:\"cookie-law-info/cookie-law-info.php\";s:11:\"new_version\";s:5:\"3.4.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/cookie-law-info/\";s:7:\"package\";s:77:\"https://plugin-updates.wpengine.com/cookie-law-info/cookie-law-info.3.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/icon.svg\";s:3:\"svg\";s:67:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/icon.svg\";}s:7:\"banners\";a:2:{s:3:\"low\";s:89:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/banner-772x250.png?rev=3341409\";s:4:\"high\";s:90:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/banner-1544x500.png?rev=3341409\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.9\";s:8:\"requires\";s:5:\"5.0.0\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:3182;s:15:\"support_threads\";i:9;s:24:\"support_threads_resolved\";i:6;}s:31:\"cookie-notice/cookie-notice.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:27:\"w.org/plugins/cookie-notice\";s:4:\"slug\";s:13:\"cookie-notice\";s:6:\"plugin\";s:31:\"cookie-notice/cookie-notice.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cookie-notice/\";s:7:\"package\";s:74:\"https://plugin-updates.wpengine.com/cookie-notice/cookie-notice.2.5.14.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:73:\"https://plugin-updates.wpengine.com/cookie-notice/assets/icon-128x128.png\";s:2:\"2x\";s:73:\"https://plugin-updates.wpengine.com/cookie-notice/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:87:\"https://plugin-updates.wpengine.com/cookie-notice/assets/banner-772x250.png?rev=2466385\";s:4:\"high\";b:0;}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:3020;s:15:\"support_threads\";i:7;s:24:\"support_threads_resolved\";i:0;}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.173.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:79:\"https://plugin-updates.wpengine.com/google-site-kit/google-site-kit.1.173.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://plugin-updates.wpengine.com/google-site-kit/assets/icon-128x128.png\";s:2:\"2x\";s:75:\"https://plugin-updates.wpengine.com/google-site-kit/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:89:\"https://plugin-updates.wpengine.com/google-site-kit/assets/banner-772x250.png?rev=3141863\";s:4:\"high\";s:90:\"https://plugin-updates.wpengine.com/google-site-kit/assets/banner-1544x500.png?rev=3141863\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"5.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:84;s:11:\"num_ratings\";i:978;s:15:\"support_threads\";i:50;s:24:\"support_threads_resolved\";i:39;}s:17:\"matomo/matomo.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:20:\"w.org/plugins/matomo\";s:4:\"slug\";s:6:\"matomo\";s:6:\"plugin\";s:17:\"matomo/matomo.php\";s:11:\"new_version\";s:5:\"5.7.1\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/matomo/\";s:7:\"package\";s:59:\"https://plugin-updates.wpengine.com/matomo/matomo.5.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:66:\"https://plugin-updates.wpengine.com/matomo/assets/icon-128x128.png\";s:2:\"2x\";s:66:\"https://plugin-updates.wpengine.com/matomo/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:80:\"https://plugin-updates.wpengine.com/matomo/assets/banner-772x250.png?rev=2309115\";s:4:\"high\";s:81:\"https://plugin-updates.wpengine.com/matomo/assets/banner-1544x500.png?rev=2309115\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"4.8\";s:12:\"requires_php\";s:5:\"7.2.5\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:92;s:11:\"num_ratings\";i:172;s:15:\"support_threads\";i:5;s:24:\"support_threads_resolved\";i:3;}s:33:\"search-exclude/search-exclude.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:28:\"w.org/plugins/search-exclude\";s:4:\"slug\";s:14:\"search-exclude\";s:6:\"plugin\";s:33:\"search-exclude/search-exclude.php\";s:11:\"new_version\";s:5:\"2.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/search-exclude/\";s:7:\"package\";s:75:\"https://plugin-updates.wpengine.com/search-exclude/search-exclude.2.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://plugin-updates.wpengine.com/search-exclude/assets/icon-128x128.png\";s:2:\"2x\";s:74:\"https://plugin-updates.wpengine.com/search-exclude/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:88:\"https://plugin-updates.wpengine.com/search-exclude/assets/banner-772x250.jpg?rev=2916925\";s:4:\"high\";s:89:\"https://plugin-updates.wpengine.com/search-exclude/assets/banner-1544x500.jpg?rev=2916925\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:215;s:15:\"support_threads\";i:3;s:24:\"support_threads_resolved\";i:1;}s:25:\"divi-pixel/divi-pixel.php\";O:8:\"stdClass\":10:{s:4:\"slug\";s:10:\"divi-pixel\";s:6:\"plugin\";s:25:\"divi-pixel/divi-pixel.php\";s:3:\"url\";s:58:\"https://www.divi-pixel.com/product/divi-pixel/?changelog=1\";s:7:\"package\";s:199:\"https://www.divi-pixel.com/edd-sl/package_download/MTc3MzYwNjk1Mjo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODpkNTFmMGM0NGVjNGZiY2RlNTU5NDRkZTBhYWJhZDMyYTpodHRwc0AvL2NmdG90YWxyZXdhcmRzLmNvbTow\";s:5:\"icons\";a:2:{s:2:\"1x\";s:88:\"https://www.divi-pixel.com/wp-content/uploads/2020/03/dp-affiliate-banner-02-128x128.png\";s:2:\"2x\";s:88:\"https://www.divi-pixel.com/wp-content/uploads/2020/03/dp-affiliate-banner-02-256x256.png\";}s:7:\"banners\";a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:11:\"new_version\";s:6:\"2.49.1\";s:6:\"tested\";s:0:\"\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.7.1\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.9.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://connect.advancedcustomfields.com/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://connect.advancedcustomfields.com/assets/banner-772x250.jpg\";s:4:\"high\";s:67:\"https://connect.advancedcustomfields.com/assets/banner-1544x500.jpg\";}s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"7.4\";s:12:\"release_date\";s:8:\"20260303\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:5:\"7.102\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:93:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/all-in-one-wp-migration.7.102.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:83:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/icon-128x128.png\";s:2:\"2x\";s:83:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:97:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/banner-772x250.png?rev=3427096\";s:4:\"high\";s:98:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3427096\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"3.3\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:11:\"num_ratings\";i:7619;s:15:\"support_threads\";i:17;s:24:\"support_threads_resolved\";i:17;}s:35:\"instawp-connect/instawp-connect.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:29:\"w.org/plugins/instawp-connect\";s:4:\"slug\";s:15:\"instawp-connect\";s:6:\"plugin\";s:35:\"instawp-connect/instawp-connect.php\";s:11:\"new_version\";s:7:\"0.1.2.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/instawp-connect/\";s:7:\"package\";s:79:\"https://plugin-updates.wpengine.com/instawp-connect/instawp-connect.0.1.2.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://plugin-updates.wpengine.com/instawp-connect/assets/icon-128x128.png\";s:2:\"2x\";s:75:\"https://plugin-updates.wpengine.com/instawp-connect/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:89:\"https://plugin-updates.wpengine.com/instawp-connect/assets/banner-772x250.png?rev=3475099\";s:4:\"high\";s:90:\"https://plugin-updates.wpengine.com/instawp-connect/assets/banner-1544x500.png?rev=3475099\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:11:\"num_ratings\";i:11;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;}s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:40:\"w.org/plugins/multisite-clone-duplicator\";s:4:\"slug\";s:26:\"multisite-clone-duplicator\";s:6:\"plugin\";s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";s:11:\"new_version\";s:5:\"1.5.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/multisite-clone-duplicator/\";s:7:\"package\";s:99:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/multisite-clone-duplicator.1.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/assets/icon-128x128.png\";s:2:\"2x\";s:86:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:100:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/assets/banner-772x250.jpg?rev=1011466\";s:4:\"high\";b:0;}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.0\";s:8:\"requires\";s:5:\"4.0.0\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:88;s:11:\"num_ratings\";i:87;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;}s:25:\"relevanssi/relevanssi.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:24:\"w.org/plugins/relevanssi\";s:4:\"slug\";s:10:\"relevanssi\";s:6:\"plugin\";s:25:\"relevanssi/relevanssi.php\";s:11:\"new_version\";s:6:\"4.26.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/relevanssi/\";s:7:\"package\";s:68:\"https://plugin-updates.wpengine.com/relevanssi/relevanssi.4.26.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:70:\"https://plugin-updates.wpengine.com/relevanssi/assets/icon-128x128.png\";s:2:\"2x\";s:70:\"https://plugin-updates.wpengine.com/relevanssi/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:84:\"https://plugin-updates.wpengine.com/relevanssi/assets/banner-772x250.jpg?rev=1647180\";s:4:\"high\";s:85:\"https://plugin-updates.wpengine.com/relevanssi/assets/banner-1544x500.jpg?rev=1647178\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.9\";s:8:\"requires\";s:3:\"4.9\";s:12:\"requires_php\";s:3:\"7.1\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:400;s:15:\"support_threads\";i:18;s:24:\"support_threads_resolved\";i:6;}s:27:\"unconfirmed/unconfirmed.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:25:\"w.org/plugins/unconfirmed\";s:4:\"slug\";s:11:\"unconfirmed\";s:6:\"plugin\";s:27:\"unconfirmed/unconfirmed.php\";s:11:\"new_version\";s:5:\"1.3.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/unconfirmed/\";s:7:\"package\";s:69:\"https://plugin-updates.wpengine.com/unconfirmed/unconfirmed.1.3.7.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.5\";s:8:\"requires\";s:3:\"3.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:11:\"num_ratings\";i:47;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;}s:33:\"relevanssi-premium/relevanssi.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"relevanssi-premium/relevanssi.php\";s:4:\"slug\";s:18:\"relevanssi-premium\";s:6:\"plugin\";s:33:\"relevanssi-premium/relevanssi.php\";s:11:\"new_version\";s:6:\"2.29.0\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:7:\"checked\";a:19:{s:33:\"acf-extended-pro/acf-extended.php\";s:8:\"0.8.8.10\";s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"6.2.0\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:5:\"7.102\";s:47:\"better-search-replace/better-search-replace.php\";s:6:\"1.4.10\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:5:\"2.6.6\";s:31:\"cookie-notice/cookie-notice.php\";s:5:\"2.5.6\";s:35:\"cookie-law-info/cookie-law-info.php\";s:6:\"3.2.10\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.8.1\";s:25:\"divi-pixel/divi-pixel.php\";s:6:\"2.34.2\";s:43:\"document-management/document-management.php\";s:0:\"\";s:35:\"instawp-connect/instawp-connect.php\";s:7:\"0.1.2.6\";s:17:\"matomo/matomo.php\";s:5:\"5.6.1\";s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";s:5:\"1.5.3\";s:25:\"relevanssi/relevanssi.php\";s:6:\"4.26.0\";s:33:\"relevanssi-premium/relevanssi.php\";s:6:\"2.29.0\";s:33:\"search-exclude/search-exclude.php\";s:5:\"2.6.1\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.171.0\";s:27:\"unconfirmed/unconfirmed.php\";s:5:\"1.3.7\";s:27:\"updraftplus/updraftplus.php\";s:9:\"2.24.3.26\";}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4447, 'instawp_large_files_list', 'a:1:{i:0;a:5:{s:4:\"size\";i:131914158;s:4:\"path\";s:55:\"/nas/content/live/cfibenefits/wp-content/uploads/matomo\";s:8:\"pathname\";s:70:\"/nas/content/live/cfibenefits/wp-content/uploads/matomo/DBIP-City.mmdb\";s:8:\"realpath\";s:70:\"/nas/content/live/cfibenefits/wp-content/uploads/matomo/DBIP-City.mmdb\";s:13:\"relative_path\";s:40:\"wp-content/uploads/matomo/DBIP-City.mmdb\";}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4449, 'instawp_sync_tab_roles', 'a:1:{i:0;s:13:\"administrator\";}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4450, 'instawp_heartbeat_failed', 1, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4451, 'action_scheduler_lock_async-request-runner', '69add43257e3b4.74194042|1772999790', 'no');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4454, 'action_scheduler_migration_status', 'complete', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4455, 'as_has_wp_comment_logs', 'no', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4456, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.9.1\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4458, '_transient_jetpack_autoloader_plugin_paths', 'a:1:{i:0;s:32:\"{{WP_PLUGIN_DIR}}/search-exclude\";}', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4459, 'schema-ActionScheduler_StoreSchema', '8.0.1773000398', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4460, 'schema-ActionScheduler_LoggerSchema', '3.0.1773000398', 'auto');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4461, '_transient_timeout_dirsize_cache', 2088360398, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4462, '_transient_dirsize_cache', 'a:3415:{s:91:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/updraft\";i:203070380;s:91:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/upgrade\";i:0;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/ai1wm-backups\";i:689;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/views/tabs\";i:5613;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/views\";i:14439;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/classes/sources\";i:5083;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/classes\";i:55492;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/languages\";i:5019;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/assets/js\";i:7012;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/assets/scss\";i:6287;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/assets/css\";i:23159;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/assets\";i:36458;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector/traits\";i:4915;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-update-source-selector\";i:127352;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/admin/main/tabs/display\";i:4476;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/admin/main/tabs/information\";i:9802;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/admin/main/tabs/staging\";i:18563;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/admin/main/tabs/site-settings\";i:8861;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/admin/main/tabs\";i:43696;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/admin/main\";i:48962;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/admin\";i:50004;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views/general\";i:337;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/views\";i:51969;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/js\";i:19020;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/feature-flags\";i:12530;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/update-providers/providers\";i:1946;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/update-providers\";i:21252;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/css\";i:390431;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/wp-cli\";i:5950;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common/images\";i:83602;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpengine-common\";i:837886;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/force-strong-passwords/languages\";i:13598;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/force-strong-passwords\";i:28402;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/view\";i:13871;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/js/dist\";i:52433;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/js/utils\";i:1912;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/js/components\";i:5788;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/js/services\";i:2006;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/js\";i:65982;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/css\";i:660;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin/security\";i:157;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-cache-plugin\";i:105002;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-wp-sign-on-plugin/inc\";i:13295;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp/wpe-wp-sign-on-plugin\";i:13295;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/mu-plugins-iwp\";i:1159404;s:83:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content\";i:204248780;s:86:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/user\";i:3758;s:92:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/js/widgets\";i:139432;s:84:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/js\";i:2006266;s:90:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/includes\";i:3102798;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/ectoplasm\";i:85004;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/modern\";i:84632;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/sunrise\";i:87233;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/midnight\";i:85783;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/coffee\";i:81473;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/blue\";i:83561;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/ocean\";i:80579;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors/light\";i:84387;s:92:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css/colors\";i:699194;s:85:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/css\";i:2706253;s:89:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/network\";i:127749;s:87:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/maint\";i:7628;s:88:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin/images\";i:428376;s:81:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-admin\";i:9329099;s:84:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/_wpeprivate\";i:1212;s:92:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/widgets\";i:160197;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/certificates\";i:234150;s:88:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/ID3\";i:1165755;s:90:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/fonts\";i:327011;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/mediaelement\";i:721307;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/swfupload\";i:0;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/thickbox\";i:31332;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/development\";i:179856;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/a11y\";i:3461;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:74688;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/interactivity\";i:281823;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:10984;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:17181;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/accordion\";i:7101;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3161;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/form\";i:2255;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5263;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6173;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-library\";i:52118;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-editor/utils\";i:6057;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules/block-editor\";i:6057;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/script-modules\";i:418147;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist/vendor\";i:2665433;s:92:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/dist\";i:22632074;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/langs\";i:15529;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50553;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37709;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/plugins\";i:607194;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/utils\";i:18826;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/themes\";i:898863;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:16653;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/skins/wordpress\";i:25413;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce/skins\";i:235667;s:95:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/tinymce\";i:2856553;s:93:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/jcrop\";i:24976;s:92:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/crop\";i:20004;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/imgareaselect\";i:49553;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/codemirror\";i:1287141;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/jquery/ui\";i:787634;s:94:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/jquery\";i:1304968;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js/plupload\";i:490958;s:87:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/js\";i:31820841;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:94:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Text/Diff\";i:44136;s:89:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Text\";i:56335;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/block-bindings\";i:9582;s:93:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/html-api\";i:541819;s:89:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/l10n\";i:31243;s:91:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/assets\";i:29678;s:88:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/IXR\";i:34269;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/lib\";i:99005;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5739;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:127599;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:16959;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core\";i:506345;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src/PHP52\";i:4910;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/src\";i:1278041;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sodium_compat\";i:1386219;s:94:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/PHPMailer\";i:269336;s:95:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/php-compat\";i:1253;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/theme-compat\";i:15656;s:89:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/pomo\";i:57146;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/nextpage\";i:3039;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/column\";i:1616;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/read-more\";i:2450;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comments\";i:29695;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/home-link\";i:1152;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-time-to-read\";i:1625;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/html\";i:4064;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/site-logo\";i:15830;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/legacy-widget\";i:556;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/social-link\";i:3510;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comments-pagination\";i:6147;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/term-description\";i:2112;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/accordion-heading\";i:5383;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comment-content\";i:1838;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/code\";i:2850;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/navigation\";i:133575;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/table\";i:27622;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/separator\";i:5126;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/avatar\";i:2355;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/term-template\";i:3560;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/pullquote\";i:8775;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/image\";i:59767;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/tag-cloud\";i:3996;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/accordion-item\";i:2896;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/verse\";i:2144;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query-pagination\";i:5775;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/accordion\";i:2137;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/quote\";i:7191;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-terms\";i:2025;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/latest-comments\";i:6816;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/archives\";i:2057;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/gallery\";i:78286;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/accordion-panel\";i:2096;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-author\";i:3388;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-title\";i:2849;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comment-template\";i:3037;s:95:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/rss\";i:5025;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/widget-group\";i:400;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/categories\";i:4020;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/page-list\";i:7860;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query-total\";i:1520;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/social-links\";i:54929;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/group\";i:8413;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/spacer\";i:4737;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/freeform\";i:41685;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/heading\";i:6486;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/footnotes\";i:2642;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/button\";i:14327;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/page-list-item\";i:1109;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/pattern\";i:434;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/term-name\";i:1577;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comment-date\";i:1562;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/shortcode\";i:2940;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/file\";i:11203;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/text-columns\";i:3054;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/missing\";i:678;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/loginout\";i:1474;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/math\";i:1115;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-navigation-link\";i:4032;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/navigation-link\";i:11460;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-content\";i:1913;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/term-count\";i:1462;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-template\";i:7967;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/media-text\";i:16884;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/video\";i:8626;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/search\";i:19425;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/preformatted\";i:1907;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-author-name\";i:1673;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/block\";i:587;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/site-title\";i:3051;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-featured-image\";i:30219;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-excerpt\";i:3307;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/template-part\";i:6686;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/list-item\";i:1471;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-date\";i:1623;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/details\";i:2249;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/paragraph\";i:7441;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-comments-count\";i:1372;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-comments-link\";i:1525;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/embed\";i:11420;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comments-title\";i:1745;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/post-comments-form\";i:10061;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query-title\";i:1750;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/list\";i:2285;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/columns\";i:9271;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/audio\";i:3675;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/terms-query\";i:905;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/more\";i:3270;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/calendar\";i:3821;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/navigation-submenu\";i:6226;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/buttons\";i:11567;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query\";i:13922;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/latest-posts\";i:11447;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/cover\";i:87939;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/site-tagline\";i:2148;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks/query-no-results\";i:901;s:91:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/blocks\";i:1612218;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/style-engine\";i:48218;s:94:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/customize\";i:178682;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:7744;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/XML\";i:7744;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/Parse\";i:25734;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/Cache\";i:46444;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/Net\";i:7380;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/Content/Type\";i:7646;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/Content\";i:7646;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src/HTTP\";i:34052;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/src\";i:686427;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:639;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:639;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:565;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:4035;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:553;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:628;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:628;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:22661;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:22661;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:664;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library/SimplePie\";i:41042;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie/library\";i:56395;s:94:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/SimplePie\";i:744875;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/block-supports\";i:134988;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/rest-api/fields\";i:22750;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/rest-api/endpoints\";i:907136;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/rest-api/search\";i:16917;s:93:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/rest-api\";i:1038730;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/block-patterns\";i:8951;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/widgets\";i:23894;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/commands\";i:29246;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/nux\";i:9830;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/reusable-blocks\";i:2444;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/edit-post\";i:66228;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/customize-widgets\";i:25450;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/patterns\";i:7596;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/format-library\";i:3214;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17728;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/edit-widgets\";i:98410;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/editor\";i:250472;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/admin-ui\";i:5114;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/block-library\";i:822510;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/edit-site\";i:783976;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/preferences\";i:4356;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/components\";i:418369;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/block-directory\";i:15808;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/block-editor\";i:623141;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist/base-styles\";i:15340;s:93:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css/dist\";i:3223126;s:88:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/css\";i:3871769;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sitemaps/providers\";i:17599;s:93:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/sitemaps\";i:47547;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/interactivity-api\";i:62890;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Response\";i:3101;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Auth\";i:2541;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Exception\";i:22464;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Utility\";i:7176;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Transport\";i:35470;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/src\";i:214849;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests/library\";i:261;s:93:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/Requests\";i:215110;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/abilities-api\";i:47953;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/images/crystal\";i:15541;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/images/media\";i:5263;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/images/smilies\";i:10082;s:91:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes/images\";i:102178;s:84:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-includes\";i:51995199;s:72:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html\";i:298837038;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/psd\";i:57197;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/js\";i:1471818;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/widgets\";i:30020;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/functions\";i:25978;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/compat\";i:8707;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests/codeception/wpunit\";i:897;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests/codeception\";i:897;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/tests\";i:897;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/languages\";i:12790271;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/styles/images\";i:47225;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/styles\";i:416102;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js\";i:421552;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css\";i:1529511;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets\";i:1951063;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets\";i:2051672;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/global\";i:7489;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates\";i:35181;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/placeholder\";i:4168;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce\";i:39349;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/display-conditions\";i:19954;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers\";i:3345;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever\";i:4301;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern\";i:122429;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/mask\";i:1901192;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks\";i:2073244;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/ajax-data\";i:12544;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/utils\";i:14266;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/blocks\";i:31652;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg\";i:70065;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/global-presets\";i:47070;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature/icon-manager\";i:351358;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/feature\";i:4999264;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/api/rest\";i:7776;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/api\";i:19028;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/theme-compat\";i:937;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/styles\";i:294;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/scripts\";i:1878;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/plugin-compat\";i:143482;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/woocommerce\";i:491576;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/display-conditions\";i:62119;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type\";i:1806;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite\";i:2433;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute\";i:2433;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/template/border\";i:3026;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field/template\";i:7109;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/field\";i:311780;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/helpers/motion\";i:11631;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/helpers\";i:340263;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/type\";i:32305;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/settings/migration\";i:243030;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module/settings\";i:257161;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/module\";i:2876236;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/templates\";i:3008;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/stores\";i:58884;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/ext\";i:409025;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts/utils\";i:20725;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/scripts\";i:968413;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/taxonomy\";i:8231;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/type\";i:6606;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post/query\";i:1785;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/post\";i:19748;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/i18n\";i:55609;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/img\";i:7212;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/backports\";i:21913;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/block-editor\";i:151543;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css\";i:284578;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/src\";i:1420;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts\";i:3469;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets\";i:1984942;s:171:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/theme-builder-library-local\";i:15212;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4144;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/type\";i:4145;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query\";i:761;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post\";i:9050;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder\";i:301664;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/build\";i:9158479;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/frontend-builder\";i:11701215;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder/images\";i:468352;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/builder\";i:36576742;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes/module-customizer\";i:14381;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/includes\";i:36655373;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/i18n\";i:4909;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/branded-modal\";i:3049;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls/input\";i:2349;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls/ripple\";i:180;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/stories/controls\";i:21115;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/stories\";i:24164;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/utils/color\";i:12264;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/utils\";i:17736;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/constants\";i:1070;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/scripts\";i:137960;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common/images\";i:3401;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/common\";i:198133;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/json-data\";i:186942;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/i18n\";i:1685;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/item-library-local\";i:11421;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/build\";i:1392339;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/social\";i:61869;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/all\";i:575453;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules/base\";i:35318;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/modules\";i:672640;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/epanel\";i:4615;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts/fontawesome\";i:2946412;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/fonts\";i:3796570;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/js\";i:156636;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/css\";i:86011;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images/epanel\";i:22958;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images/svg\";i:13931;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin/images\";i:74939;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/admin\";i:4114156;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/cache\";i:9175;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/lib\";i:30659;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/data\";i:41004;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/email\";i:187341;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/spam\";i:18092;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api/social\";i:814;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/api\";i:236551;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/post\";i:15440;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components/mu-plugins\";i:4814;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/components\";i:766342;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/lib\";i:3191;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store/edit\";i:4338;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store/code-snippets-library\";i:16206;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app/store\";i:20674;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/app\";i:26498;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/code-snippets-library-local\";i:6495;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post/taxonomy\";i:1379;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post/type\";i:2761;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets/post\";i:4140;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core/code-snippets\";i:65773;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core\";i:6637180;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/i18n\";i:846;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/js\";i:48721;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/lib\";i:3535;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store/theme-options-library\";i:14016;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store\";i:14146;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/app\";i:19590;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/theme-options-library-local\";i:5865;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/post/type\";i:2723;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library/post\";i:2723;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/theme-options-library\";i:46169;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/google-fonts/images\";i:131966;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/google-fonts\";i:144106;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/build\";i:822770;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/js\";i:17705;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/css\";i:39931;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes/images\";i:18431;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/shortcodes\";i:120260;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/css\";i:44500;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel/images\";i:92754;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/epanel\";i:1439402;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/cloud/i18n/library\";i:18455;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/cloud/i18n\";i:43315;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/cloud/fonts\";i:4828;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/cloud/build\";i:1749177;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/cloud/images\";i:455;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/cloud\";i:1812305;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/i18n\";i:29945;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/build\";i:2452577;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images/animated/ai\";i:369578;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images/animated\";i:369578;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/ai-app/images\";i:369578;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/ai-app\";i:2869938;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/et-pagebuilder\";i:13215;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/i18n\";i:25153;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/build\";i:1698503;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/images/offer\";i:184821;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/onboarding/images\";i:220011;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/onboarding\";i:1987398;s:100:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/lang\";i:5033639;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/css/dynamic-assets\";i:194460;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin/fonts\";i:131989;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin/img\";i:2856;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/css/tinymce-skin\";i:211353;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/css\";i:451032;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/images\";i:2434;s:95:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi\";i:63968686;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/patterns\";i:346754;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/styles\";i:140995;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/parts\";i:440;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive/templates\";i:5339;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/twentytwentyfive\";i:8415501;s:101:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi-child\";i:49440;s:90:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes\";i:72433655;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/ext\";i:7938;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/includes\";i:52570;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/languages\";i:43785;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/assets/js\";i:13687;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/assets/img\";i:23401;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/assets/css/images\";i:35041;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/assets/css\";i:103809;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/assets/svg\";i:14390;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/assets\";i:155313;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/vendor/brumann/polyfill-unserialize/src\";i:6479;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/vendor/brumann/polyfill-unserialize\";i:7554;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/vendor/brumann\";i:7554;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/vendor\";i:7554;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace/templates\";i:13399;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/better-search-replace\";i:328459;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/walkers\";i:5692;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/fields\";i:328502;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/locations\";i:49210;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/api\";i:132164;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/post-types\";i:66932;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/ajax\";i:23285;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/rest-api\";i:32269;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/tools\";i:863;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/upgrade\";i:8987;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/global\";i:12946;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/acf-field-group\";i:37253;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/acf-post-type\";i:49222;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/acf-taxonomy\";i:48026;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/views\";i:161086;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/post-types\";i:70819;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools\";i:24847;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/admin\";i:321499;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/legacy\";i:1777;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes/forms\";i:78522;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/includes\";i:1389921;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker\";i:130956;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3\";i:268765;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4\";i:582442;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2\";i:851207;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc/datepicker/images\";i:11397;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc/datepicker\";i:61331;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc/color-picker-alpha\";i:27318;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/inc\";i:1070812;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/build/js/pro\";i:1075869;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/build/js\";i:2691255;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/build/css/pro\";i:99543;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/build/css\";i:1639443;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/build\";i:4330698;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/images/field-type-icons\";i:26778;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/images/field-type-previews\";i:665372;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/images/field-states\";i:628;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/images/icons\";i:40922;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets/images\";i:1134025;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/assets\";i:6535535;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/fields\";i:140272;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/locations\";i:3641;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/post-types\";i:11607;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/acf-ui-options-page\";i:14906;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/admin/views\";i:20032;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/admin/post-types\";i:19296;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro/admin\";i:53741;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/pro\";i:280940;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/lang/pro\";i:820389;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/lang\";i:10536559;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/vendor/polyfill-unserialize/src\";i:6482;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/vendor/polyfill-unserialize\";i:7557;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro/vendor\";i:7557;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/advanced-custom-fields-pro\";i:18833862;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/lib/tabs\";i:100761;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/lib/compatibility\";i:85199;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/lib\";i:727334;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/languages\";i:1113589;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/build\";i:18051;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/stopwords\";i:68777;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/premium/gutenberg-sidebar\";i:18051;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/premium/templates\";i:4059;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/premium/tabs\";i:66765;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium/premium\";i:545001;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi-premium\";i:2780860;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/modules\";i:947214;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/fields\";i:358118;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/locations\";i:26307;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/screens\";i:27167;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/field-groups\";i:81586;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/fields-settings\";i:75219;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/admin/views\";i:3181;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/admin/tools\";i:34736;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes/admin\";i:79554;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/includes\";i:1851854;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/assets/js\";i:293715;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/assets/inc/tinymce\";i:2448;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/assets/inc\";i:2448;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/assets/css\";i:257790;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/assets\";i:553953;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/modules/scripts\";i:86541;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/modules\";i:269022;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/fields\";i:540390;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/locations\";i:50550;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/data\";i:286015;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/field-groups\";i:20440;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Util\";i:25648;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Sigma\";i:1820;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/BillingPortal\";i:4461;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Identity\";i:7438;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Issuing\";i:18320;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Reporting\";i:4564;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Exception/OAuth\";i:2673;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Exception\";i:16027;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/HttpClient\";i:27256;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/ApiOperations\";i:13335;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Checkout\";i:7190;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Radar\";i:5424;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Terminal\";i:3982;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/Sigma\";i:1784;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/BillingPortal\";i:3725;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/Identity\";i:7719;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/Issuing\";i:14743;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/Reporting\";i:3718;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/Checkout\";i:2893;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/Radar\";i:7648;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service/Terminal\";i:7044;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib/Service\";i:228061;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/lib\";i:774215;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe/data\";i:227561;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/stripe\";i:1093187;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries/paypal\";i:4329;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/libraries\";i:1097516;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/fields-settings\";i:20824;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/admin/tools\";i:19615;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes/admin\";i:41257;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/includes\";i:2415046;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/js\";i:294118;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/inc/daterangepicker\";i:118888;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/inc/tinymce\";i:3091;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/inc/wp-color-picker-alpha\";i:29235;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/inc/intl-tel-input\";i:139670;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/inc\";i:290884;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/css\";i:184262;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets/images\";i:102444;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro/assets\";i:871708;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/pro\";i:3296472;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro/lang\";i:338446;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/acf-extended-pro\";i:6210380;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/unconfirmed/includes\";i:32935;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/unconfirmed/lib\";i:24100;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/unconfirmed/languages\";i:3272;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/unconfirmed/css\";i:168;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/unconfirmed\";i:64316;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/common\";i:16534;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/javascript\";i:260420;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/font\";i:52446;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/reset\";i:260468;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img/schedules\";i:242166;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/img\";i:514202;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets/css\";i:173477;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/assets\";i:1000545;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/export\";i:55539;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/reset\";i:3295;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/main\";i:50288;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/updater\";i:6474;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/schedules\";i:12137;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/backups\";i:14645;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view/import\";i:58873;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/view\";i:1218330;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib/Exceptions\";i:1996;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar/lib\";i:7938;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar/bandar\";i:9015;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/bandar\";i:9015;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filesystem\";i:18689;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/archiver\";i:43392;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/command\";i:3799;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/database\";i:86055;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/cron\";i:4904;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/iterator\";i:5047;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask/filter\";i:6011;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor/servmask\";i:167897;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/vendor\";i:176912;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/controller\";i:97791;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/export\";i:93005;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model/import\";i:138087;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib/model\";i:282881;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/lib\";i:1775914;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration/storage\";i:1125;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/all-in-one-wp-migration\";i:1980393;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ScrollImage\";i:31903;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/InfoCircle\";i:57336;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/SVGAnimator\";i:21355;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FancyTextChild\";i:2434;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/StarRating\";i:15407;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/GravityFormsStyler\";i:126630;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TileScroll\";i:59530;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/AdvancedTabs\";i:122322;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageShowcase/mockups\";i:1428716;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageShowcase\";i:1447254;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageAccordion\";i:18807;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Breadcrumbs\";i:48919;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/BlogSlider/templates\";i:15177;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/BlogSlider\";i:122719;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageShowcaseChild\";i:4364;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/MasonryGallery\";i:92630;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageGallery\";i:91057;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageGalleryChild\";i:41352;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TiltImage\";i:43382;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TableOfContent\";i:52171;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageMagnifier\";i:13352;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Divider\";i:59593;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TimelineItem\";i:114271;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FilterableGallery\";i:150971;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HorizontalTimeline\";i:85680;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HorizontalTimelineItem\";i:90165;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Counter\";i:57669;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageAccordionChild\";i:38004;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ButtonGridChild\";i:9053;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TypingText\";i:26964;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Balloon\";i:43333;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FlipBox\";i:65736;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TextHighlighter\";i:42061;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HoverBox\";i:57448;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/LottieIcon\";i:29354;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ParallaxImages\";i:5915;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ContentToggle\";i:31862;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PriceList\";i:32133;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FancyText\";i:20245;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageRotator\";i:43961;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ContentSliderChild\";i:28880;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageHotspotChild\";i:73038;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Reveal\";i:26381;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ButtonGrid\";i:8535;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Timeline\";i:41630;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageMask/assets\";i:507858;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageMask\";i:1321988;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/AdvancedTabsItem\";i:113250;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Carousel\";i:73897;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/BeforeAfterSlider\";i:51961;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FloatingMultiImages\";i:5194;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/InfoCircleItem\";i:65670;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ContentSlider\";i:67880;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PricingTable\";i:9925;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/CarouselChild\";i:37073;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Testimonial\";i:129300;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Countdown\";i:38515;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FAQ\";i:56664;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PricingTableItem\";i:53969;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HoverGallery\";i:38403;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/PriceListItem\";i:14785;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TableMaker\";i:85330;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ExpandingCTA\";i:69969;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ImageHotspot\";i:12315;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Base/migrations\";i:41073;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Base\";i:136038;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FloatingMultiImagesChild\";i:18798;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TileScrollItem\";i:7414;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/Panorama\";i:32914;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/FilterableGrid\";i:202310;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/TableMakerChild\";i:43064;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/HoverGalleryItem\";i:50763;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ParallaxImagesItem\";i:17435;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/DualHeading\";i:67181;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules/ReadingProgressBar\";i:6902;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/modules\";i:6424713;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/assets/fonts\";i:70017;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/assets/svg-loaders\";i:20528;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/assets\";i:90545;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/utils/migrations\";i:39635;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/utils\";i:39635;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/options\";i:419912;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes/partials\";i:13497;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/includes\";i:7015399;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/styles\";i:1180561;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/public/js\";i:220977;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/public/css\";i:118988;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/public\";i:339965;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/admin/js\";i:22203;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/admin/css\";i:80852;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist/admin\";i:103055;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/dist\";i:443020;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/logging\";i:1309;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/misc\";i:1245;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/settings/partials\";i:20271;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils/settings\";i:231408;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/utils\";i:233962;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/public/assets\";i:30592;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/public/partials\";i:344327;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/public\";i:425259;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/metabox/css\";i:613;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/metabox\";i:17249;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/assets\";i:110149;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/partials\";i:28603;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/features\";i:3049;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/customizer/js\";i:5430;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/customizer/css\";i:13821;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin/customizer\";i:51357;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/admin\";i:315619;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/MobileMenu/styles\";i:60290;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/MobileMenu\";i:66967;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials/trigger_settings\";i:32793;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials/popup_locations\";i:11112;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials/customization\";i:32703;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin/partials\";i:76608;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker/admin\";i:77556;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/PopupMaker\";i:270713;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features/ClearDiviCache\";i:5823;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/features\";i:343503;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor/js\";i:2106217;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor/composer\";i:37326;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor/css\";i:346912;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/vendor\";i:2491226;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/scripts\";i:4691846;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Breadcrumbs\";i:53391;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/TiltImage\";i:25234;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Divider\";i:57465;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/Counter\";i:28370;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/FlipBox\";i:44381;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/HoverBox\";i:39275;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/LottieIcon\";i:21214;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ContentToggle\";i:30885;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PriceList\";i:15109;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ButtonGrid\";i:10977;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/BeforeAfterSlider\";i:43028;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PricingTable\";i:6832;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PricingTableItem\";i:26754;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/ButtonGridItem\";i:11429;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/HoverGallery\";i:17606;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/PriceListItem\";i:13919;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules/HoverGalleryItem\";i:19146;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/modules\";i:466983;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/utils\";i:7131;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5/traits\";i:8982;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/divi5\";i:1359089;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel/edd\";i:22015;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-pixel\";i:18574588;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt/src\";i:45845;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt\";i:45845;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/firebase\";i:45845;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/paragonie/constant_time_encoding/src\";i:62084;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/paragonie/constant_time_encoding\";i:62084;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/paragonie\";i:62084;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-client/src\";i:2427;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-client\";i:2427;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/cache/src\";i:8825;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/cache\";i:8825;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-message/src\";i:48993;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-message\";i:48993;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-factory/src\";i:5400;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-factory\";i:5400;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test\";i:10105;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log\";i:22521;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log/Psr\";i:22521;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log\";i:22521;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/psr\";i:88166;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src\";i:50320;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises\";i:50320;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Exception\";i:274;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src\";i:212236;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7\";i:212236;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler\";i:78080;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception\";i:9349;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie\";i:32469;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src\";i:240401;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle\";i:240401;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp\";i:502957;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor\";i:23403;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Attribute\";i:1526;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack\";i:10667;s:170:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4680;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl\";i:1871;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2275;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler\";i:305529;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter\";i:64382;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Test\";i:2758;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog\";i:453681;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src\";i:453681;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog\";i:453681;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/monolog\";i:453681;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata\";i:265842;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources\";i:265842;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn\";i:307788;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/stubs\";i:502;s:170:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata\";i:122251;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources\";i:122753;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer\";i:134220;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72\";i:9324;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/deprecation-contracts\";i:1089;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/symfony\";i:452421;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders/src\";i:1640;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders\";i:1640;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/ralouphie\";i:1640;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task\";i:13361;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http\";i:25855;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken\";i:11738;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Utils\";i:10553;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service\";i:13049;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler\";i:6730;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src\";i:147226;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient\";i:147226;s:177:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2/src/Adsense/Resource\";i:56514;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2/src/Adsense\";i:160402;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2/src\";i:175400;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsense.v2\";i:175400;s:189:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1/src/SearchConsole/Resource\";i:17560;s:180:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1/src/SearchConsole\";i:124637;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1/src\";i:130322;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-searchconsole.v1\";i:130322;s:195:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1/src/SiteVerification/Resource\";i:6621;s:186:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1/src/SiteVerification\";i:20689;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1/src\";i:24345;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-siteverification.v1\";i:24345;s:195:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5/src/PagespeedInsights/Resource\";i:2687;s:186:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5/src/PagespeedInsights\";i:102485;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5/src\";i:105744;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-pagespeedonline.v5\";i:105744;s:183:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2/src/TagManager/Resource\";i:100347;s:174:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2/src/TagManager\";i:378883;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2/src\";i:409461;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-tagmanager.v2\";i:409461;s:202:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha/src/GoogleAnalyticsAdmin/Resource\";i:230885;s:193:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha/src/GoogleAnalyticsAdmin\";i:833278;s:172:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha/src\";i:877636;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1alpha\";i:877636;s:193:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta/src/AnalyticsData/Resource\";i:22315;s:184:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta/src/AnalyticsData\";i:267984;s:170:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta/src\";i:273400;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsdata.v1beta\";i:273400;s:182:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1/src/PeopleService/Resource\";i:50884;s:173:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1/src/PeopleService\";i:292720;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1/src\";i:304850;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-people.v1\";i:304850;s:201:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta/src/GoogleAnalyticsAdmin/Resource\";i:78981;s:192:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta/src/GoogleAnalyticsAdmin\";i:313451;s:171:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta/src\";i:330067;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-analyticsadmin.v1beta\";i:330067;s:198:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/src/SubscribewithGoogle/Resource\";i:18026;s:189:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/src/SubscribewithGoogle\";i:92641;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/src\";i:99267;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle\";i:99267;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache\";i:20295;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials\";i:71012;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware\";i:18751;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler\";i:7150;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/CredentialSource\";i:19220;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src\";i:264316;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth\";i:276827;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/google\";i:3154545;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/vendor/composer\";i:248929;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/vendor\";i:249879;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:109367;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File/ASN1\";i:110214;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File\";i:345540;s:188:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:38071;s:177:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:47229;s:191:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:10109;s:180:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:15561;s:177:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:1273;s:173:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:207774;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:207774;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10934;s:173:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1052;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/Common\";i:1455;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:14276;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math\";i:268035;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:22027;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Net\";i:356283;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Exception\";i:7222;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16740;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Common\";i:16740;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:62495;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:110485;s:176:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:6890;s:171:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:95125;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:102015;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:294442;s:172:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:54523;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:54523;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:87519;s:180:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1465;s:175:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:68479;s:170:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:69944;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2920;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:224448;s:177:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:4473;s:172:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:28370;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:32843;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:41563;s:171:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:7580;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:7580;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:11525;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt\";i:1081904;s:174:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:822;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:822;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:10537;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH\";i:21004;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System\";i:21004;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib\";i:2097584;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib\";i:2097900;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib\";i:2097900;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/third-party\";i:7109118;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing\";i:4286;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Util\";i:143108;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Permissions\";i:25350;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Dismissals\";i:9830;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Guards\";i:671;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Remote_Features\";i:11767;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/User\";i:31817;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/User_Surveys\";i:13675;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Notifications\";i:10381;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting\";i:1485;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Storage\";i:58017;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/CLI\";i:4553;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Assets\";i:44459;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards\";i:2242;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception\";i:5244;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients\";i:56511;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication\";i:164114;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Validation/Exception\";i:1167;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Validation\";i:1167;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics\";i:13897;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Admin_Bar\";i:11691;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Prompts\";i:8134;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards\";i:3077;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tags/Enhanced_Conversions\";i:4834;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tags/Google_Tag_Gateway\";i:17131;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tags\";i:41123;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tracking\";i:9793;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/User_Input\";i:17942;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Email\";i:5314;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Contracts\";i:592;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours\";i:6440;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Admin\";i:53860;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/HTTP\";i:1112;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Nonces\";i:2647;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags\";i:9894;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Modules\";i:121991;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Site_Health\";i:30743;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Expirables\";i:8887;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception\";i:3772;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/REST_API\";i:14763;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers\";i:36124;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking\";i:51857;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/Report_Options\";i:4265;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/parts\";i:5332;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/email-report/parts\";i:19269;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates/email-report\";i:23985;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting/templates\";i:29317;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Email_Reporting\";i:216450;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode\";i:21207;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Core\";i:1161638;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Datapoints\";i:12269;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Search_Console/Email_Reporting\";i:35726;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Search_Console\";i:49726;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights\";i:755;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Ads\";i:10643;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/AdSense/Email_Reporting\";i:2161;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/AdSense\";i:27282;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager\";i:32310;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Sign_In_With_Google/Datapoint\";i:2110;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Sign_In_With_Google/Compatibility_Checks\";i:6705;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Sign_In_With_Google\";i:44378;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Conversion_Reporting\";i:12842;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters\";i:11845;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report\";i:48539;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Datapoints\";i:10538;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin\";i:4585;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking\";i:9442;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Email_Reporting\";i:34643;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4\";i:180802;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager\";i:13509;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/Modules\";i:626598;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/vendor/composer\";i:49436;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes/vendor\";i:49436;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/includes\";i:1864735;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/gtg\";i:21592;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/js\";i:7036872;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/sign-in-with-google/v3\";i:723;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/sign-in-with-google\";i:31189;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/common\";i:546;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/block-editor-plugin\";i:118042;s:174:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/subscribe-with-google/v3\";i:412;s:171:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/subscribe-with-google\";i:30131;s:175:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/contribute-with-google/v3\";i:398;s:172:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager/contribute-with-google\";i:30123;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks/reader-revenue-manager\";i:178842;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/blocks\";i:210031;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets/css\";i:874919;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist/assets\";i:8121822;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit/dist\";i:8130671;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/google-site-kit\";i:17140525;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/languages\";i:120569;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/public/js\";i:34185;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/public/css\";i:36468;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/public/images\";i:2581;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/public\";i:73234;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/third-party/scripts/pixelyoursite\";i:1217;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/third-party/scripts\";i:1217;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/third-party\";i:2356;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/includes\";i:98438;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/languages\";i:70354;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/views\";i:8157;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/js\";i:34185;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/modules/shortcode\";i:23404;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/modules/script-blocker/views\";i:9205;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/modules/script-blocker/assets/js\";i:2492;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/modules/script-blocker/assets\";i:2492;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/modules/script-blocker/integrations\";i:1855;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/modules/script-blocker\";i:40014;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/modules\";i:63418;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/css\";i:36468;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public/images\";i:3021;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/public\";i:162010;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/views\";i:70000;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/js\";i:29441;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator/views\";i:5118;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator/classes\";i:9697;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator/assets/js\";i:8170;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator/assets/css\";i:48;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator/assets\";i:8218;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator/data\";i:4935;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cli-policy-generator\";i:32982;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookies/views\";i:7736;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookies/images\";i:440;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookies\";i:54195;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/uninstall-feedback\";i:12836;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookie-scaner/views\";i:7827;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookie-scaner/classes\";i:20681;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookie-scaner/assets/js\";i:14295;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookie-scaner/assets/images\";i:97479;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookie-scaner/assets\";i:111774;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/cookie-scaner\";i:187601;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/ccpa/views\";i:2031;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/ccpa/assets/js\";i:9245;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/ccpa/assets\";i:9245;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules/ccpa\";i:24245;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/modules\";i:311859;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/partials\";i:7576;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/css\";i:33246;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin/images\";i:7710;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/admin\";i:476585;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy/images\";i:257366;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/legacy\";i:1068464;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/includes\";i:82324;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/languages\";i:43020;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/frontend/js\";i:72922;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/frontend/modules/shortcodes/versions/6.0.0\";i:13543;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/frontend/modules/shortcodes/versions\";i:13543;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/frontend/modules/shortcodes\";i:35779;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/frontend/modules\";i:35779;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/frontend/images\";i:11716;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/frontend\";i:138850;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/cache/services\";i:11005;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/cache\";i:12327;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/review-feedback\";i:7124;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/banners/includes/contents\";i:106875;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/banners/includes/configs\";i:35440;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/banners/includes/templates/6.0.0\";i:140092;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/banners/includes/templates\";i:140092;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/banners/includes\";i:316653;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/banners/api\";i:15137;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/banners\";i:333641;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/cookies/includes/contents/categories\";i:16135;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/cookies/includes/contents\";i:16135;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/cookies/includes\";i:52487;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/cookies/api\";i:24597;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/cookies\";i:79457;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/languages/includes\";i:10209;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/languages/api\";i:5082;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/languages\";i:16900;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/uninstall-feedback\";i:16033;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/pageviews/includes\";i:1905;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/pageviews/api\";i:3269;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/pageviews\";i:5981;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/upgrade\";i:21550;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/dashboard/includes\";i:4582;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/dashboard/api\";i:2868;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/dashboard\";i:8056;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/gcm/includes\";i:3939;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/gcm/api\";i:3960;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/gcm\";i:8985;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/policies\";i:990;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/scanner/includes\";i:3790;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/scanner/api\";i:12270;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/scanner\";i:17146;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/settings/includes\";i:23008;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/settings/api\";i:16217;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/settings\";i:40576;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/consentlogs/includes\";i:2168;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/consentlogs/api\";i:4539;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules/consentlogs\";i:8125;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/modules\";i:576891;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/dist/js\";i:1546379;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/dist/img\";i:1541597;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/dist/css\";i:101091;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/dist\";i:3191615;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin/webpack\";i:370;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/admin\";i:5008723;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/integrations/cookieyes/includes\";i:4971;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/integrations/cookieyes\";i:7182;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite/integrations\";i:7182;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info/lite\";i:5280866;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-law-info\";i:6619439;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi/lib/tabs\";i:100761;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi/lib/compatibility\";i:85199;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi/lib\";i:721186;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi/languages\";i:95569;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi/stopwords\";i:65871;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/relevanssi\";i:1086445;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/AssetManager\";i:456;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/vue/dist\";i:9240;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/vue/src/PluginMeasurableSettings\";i:1110;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/vue/src\";i:1110;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/vue\";i:10350;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/stylesheets\";i:307;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/Html\";i:2826;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/Commands\";i:17465;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/lang\";i:935;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/config\";i:395;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress/templates\";i:1374;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins/WordPress\";i:83055;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/plugins\";i:84732;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/views\";i:675;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/User\";i:13295;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Report/views\";i:4227;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Report\";i:16189;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Commands\";i:6455;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Site/Sync\";i:2969;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Site\";i:13595;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/TrackingCode\";i:17816;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Admin/views\";i:133259;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Admin/TrackingSettings\";i:12467;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Admin\";i:299919;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Workarounds/FluentSmtp\";i:732;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Workarounds\";i:2263;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Db\";i:26251;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Updater\";i:587;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/WpStatistics/Importers/Actions\";i:25572;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/WpStatistics/Importers\";i:25572;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/WpStatistics/DataConverters\";i:14119;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/WpStatistics/Exceptions\";i:430;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/WpStatistics/Logger\";i:5595;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/WpStatistics\";i:60734;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo/Ecommerce\";i:41815;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes/WpMatomo\";i:640102;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/classes\";i:648569;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/languages\";i:121;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/assets/js/blocks\";i:19657;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/assets/js\";i:1117992;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/assets/img\";i:185688;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/assets/css\";i:3988;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/assets\";i:1309315;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/js\";i:75491;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/vue/dist\";i:21404;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/vue/src/ReviewLinks\";i:266;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/vue/src/FeedbackQuestion\";i:612;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/vue/src/RateFeature\";i:5311;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/vue/src\";i:6189;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/vue\";i:27593;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/stylesheets\";i:2289;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/config\";i:877;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/templates\";i:10644;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback/images\";i:19525;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Feedback\";i:75545;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/vue/dist\";i:216910;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/vue/src/PasswordConfirmation\";i:272;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/vue/src/PluginSettings\";i:143;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/vue/src/FormField\";i:1662;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/vue/src\";i:2077;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/vue\";i:218987;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/stylesheets\";i:2784;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/Commands\";i:9950;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/config\";i:82;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/templates\";i:16682;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/Model\";i:2043;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin/images\";i:101941;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CorePluginsAdmin\";i:407598;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DBStats/vue/dist\";i:3124;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DBStats/vue\";i:3124;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DBStats/stylesheets\";i:122;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DBStats/Reports\";i:16398;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DBStats/config\";i:82;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DBStats/templates\";i:3407;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DBStats\";i:51291;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Tour/stylesheets\";i:423;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Tour/Dao\";i:1588;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Tour/Engagement\";i:35122;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Tour/config\";i:82;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Tour/templates\";i:3440;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Tour/Widgets\";i:2391;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Tour\";i:51030;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ImageGraph/fonts\";i:94740;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ImageGraph/StaticGraph\";i:34709;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ImageGraph/config\";i:82;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ImageGraph/templates\";i:2686;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ImageGraph\";i:175438;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserId/Settings\";i:3090;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserId/Categories\";i:774;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserId/RecordBuilders\";i:3841;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserId/Reports\";i:3445;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserId/Columns\";i:360;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserId/config\";i:82;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserId\";i:14631;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth/vue/dist\";i:27872;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth/vue\";i:27872;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth/stylesheets\";i:586;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth/Dao\";i:4192;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth/Commands\";i:1406;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth/config\";i:82;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth/templates\";i:2582;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TwoFactorAuth\";i:76878;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/vue/dist\";i:14246;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/vue/src/SegmentGenerator\";i:3953;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/vue/src\";i:3953;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/vue\";i:18199;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/stylesheets\";i:11175;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/Services\";i:1178;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/config\";i:192;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/templates\";i:8203;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor/images\";i:14419;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SegmentEditor\";i:110184;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/Actions\";i:12524;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/Categories\";i:4794;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/RecordBuilders\";i:25751;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/Reports\";i:37941;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/Columns/Metrics\";i:7824;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/Columns\";i:42841;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/Tracker\";i:3585;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/config\";i:82;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/templates\";i:1253;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/DataTable/Filter\";i:5613;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions/DataTable\";i:5613;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Actions\";i:218298;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SEO/Metric\";i:11308;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SEO/config\";i:72;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SEO/templates\";i:3039;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SEO/Widgets\";i:1535;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SEO\";i:18957;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/AIAgents/Providers\";i:2774;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/AIAgents/Categories\";i:1162;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/AIAgents/Reports\";i:3985;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/AIAgents/Columns/Metrics\";i:2068;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/AIAgents/Columns\";i:4431;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/AIAgents/config\";i:72;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/AIAgents\";i:22287;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/WebsiteMeasurable/Settings\";i:4520;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/WebsiteMeasurable/config\";i:82;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/WebsiteMeasurable\";i:21738;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/FeatureFlags/FeatureFlags\";i:393;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/FeatureFlags/Storage\";i:2981;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/FeatureFlags/Commands/FeatureFlagFinder\";i:935;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/FeatureFlags/Commands\";i:4274;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/FeatureFlags/config\";i:839;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/FeatureFlags\";i:12192;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/vue/dist\";i:14099;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/vue\";i:14099;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/data\";i:634416;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/Commands\";i:12722;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/LocationProvider/GeoIp2\";i:34284;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/LocationProvider\";i:42428;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/config\";i:163;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2/templates\";i:2788;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/GeoIp2\";i:751619;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/Actions\";i:2109;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/stylesheets\";i:227;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/Categories\";i:1110;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/RecordBuilders\";i:8304;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/Reports\";i:9852;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/Columns/Metrics\";i:1261;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/Columns\";i:11451;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/config\";i:82;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/templates\";i:1558;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/Widgets\";i:534;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/DataTable/Filter\";i:873;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events/DataTable\";i:873;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Events\";i:59573;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/vue/dist\";i:12734;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/vue/src/DetectionPage\";i:258;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/vue/src\";i:258;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/vue\";i:12992;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/Settings\";i:2705;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/ProfileSummary\";i:939;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/RecordBuilders\";i:6970;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/Reports\";i:9735;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/Updates\";i:986;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/Columns\";i:19640;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/config\";i:82;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection/templates\";i:2955;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicesDetection\";i:97107;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/vue/dist\";i:5974;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/vue\";i:5974;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/stylesheets\";i:946;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/Reports\";i:2798;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/Filter/DataComparisonFilter\";i:8895;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/Filter\";i:33952;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/css\";i:443;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/config\";i:82;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/templates\";i:1919;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/Renderer\";i:13500;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API/DataTable\";i:3174;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/API\";i:186121;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/vue/dist\";i:60363;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/vue/src/TrackingFailures\";i:141;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/vue/src\";i:141;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/vue\";i:60504;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/stylesheets\";i:2386;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/Commands/SetConfig\";i:4231;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/Commands\";i:95090;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/Emails\";i:15699;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/javascripts\";i:8388;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/config\";i:82;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/templates\";i:22033;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/Model\";i:6313;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/Widgets\";i:960;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome/Tasks\";i:2757;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreAdminHome\";i:316410;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Annotations/stylesheets\";i:4029;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Annotations/config\";i:82;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Annotations/templates\";i:5968;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Annotations\";i:42535;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Proxy/config\";i:82;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Proxy\";i:3239;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/stylesheets\";i:689;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/Visualizations/Insight\";i:1138;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/Visualizations\";i:5726;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/config\";i:82;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/templates\";i:9680;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/Widgets\";i:979;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/images\";i:364;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/DataTable/Filter\";i:10707;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights/DataTable\";i:10707;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Insights\";i:58281;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVue/types\";i:10412;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVue/Commands\";i:16489;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVue/polyfills/dist\";i:378842;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVue/polyfills/src\";i:3555;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVue/polyfills\";i:382397;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVue/scripts\";i:1701;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVue\";i:411820;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitFrequency/Reports\";i:3779;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitFrequency/Columns/Metrics\";i:2229;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitFrequency/Columns\";i:2229;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitFrequency/config\";i:82;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitFrequency\";i:15326;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/Diagnostic\";i:1523;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/SMSProvider\";i:6668;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/vue/dist\";i:26696;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/vue\";i:26696;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/stylesheets\";i:817;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/ReportRenderer\";i:6013;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/config\";i:214;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/templates\";i:3519;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging/images\";i:11273;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileMessaging\";i:112324;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ScheduledReports/vue/dist\";i:36187;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ScheduledReports/vue\";i:36187;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ScheduledReports/stylesheets\";i:442;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ScheduledReports/config\";i:8427;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ScheduledReports/templates\";i:6438;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ScheduledReports/ReportEmailGenerator\";i:2772;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ScheduledReports\";i:143116;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/vue/dist\";i:5518;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/vue\";i:5518;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/stylesheets\";i:3135;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/Commands\";i:852;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/Emails\";i:8527;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/config\";i:511;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/templates\";i:30013;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/Security\";i:10388;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login/images\";i:52376;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Login\";i:206931;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Overlay/stylesheets\";i:3165;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Overlay/client\";i:57616;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Overlay/javascripts\";i:13832;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Overlay/config\";i:82;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Overlay/templates\";i:8738;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Overlay/images\";i:719;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Overlay\";i:97606;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/dist\";i:221152;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/WidgetByDimensionContainer\";i:1508;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/SiteSelector\";i:3134;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/Sparkline\";i:53;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/ReportingPage\";i:293;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/MultiPairField\";i:1220;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/Notification\";i:1141;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/DropdownMenu\";i:465;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/EnrichedHeadline\";i:1183;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/PeriodSelector\";i:2691;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/Comparisons\";i:1309;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/EntityDuplicator\";i:2016;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/PasswordStrength\";i:490;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/Progressbar\";i:37;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/Alert\";i:1517;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/DateRangePicker\";i:38;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/FieldArray\";i:244;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/MenuItemsDropdown\";i:1819;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/QuickAccess\";i:1182;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src/ReportExport\";i:790;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue/src\";i:21130;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/vue\";i:242282;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/stylesheets/dataTable\";i:21474;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/stylesheets\";i:50131;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/Categories\";i:3994;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/EntityDuplicator\";i:9888;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/javascripts\";i:1013;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/Columns/Metrics\";i:17604;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/Columns\";i:79494;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/Tracker/LogTable\";i:3554;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/Tracker\";i:14006;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/config\";i:368;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/templates/ReportRenderer\";i:6360;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/templates\";i:51365;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/DataTableRowAction\";i:19371;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/Widgets\";i:7333;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/images\";i:123036;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome/SystemSummary\";i:2354;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreHome\";i:646001;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/Diagnostic\";i:2935;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/vue/dist\";i:12093;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/vue\";i:12093;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/stylesheets\";i:896;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/Commands\";i:6501;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/Categories\";i:928;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/LocationProvider\";i:7979;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/ProfileSummary\";i:1713;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/RecordBuilders\";i:6881;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/Reports\";i:7447;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/Columns\";i:16378;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/config\";i:211;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry/templates\";i:3046;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountry\";i:136714;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreConsole/FeatureFlags\";i:878;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreConsole/Commands\";i:119215;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreConsole/config\";i:82;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreConsole\";i:120418;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitorInterest/RecordBuilders\";i:2735;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitorInterest/Reports\";i:9986;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitorInterest/Columns\";i:3700;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitorInterest/config\";i:82;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitorInterest\";i:24124;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap/stylesheets\";i:10259;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap/Categories\";i:565;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap/svg\";i:2670873;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap/config\";i:82;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap/templates\";i:7058;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap/Widgets\";i:1585;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap/images\";i:3908;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserCountryMap\";i:2708778;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics/Diagnostic\";i:103076;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics/vue/dist\";i:6046;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics/vue\";i:6046;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics/stylesheets\";i:443;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics/Commands\";i:24536;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics/config\";i:3871;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics/templates\";i:326;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Diagnostics\";i:154841;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/Categories\";i:663;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/Visualizations/JqplotGraph\";i:3351;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/Visualizations\";i:5899;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/RecordBuilders\";i:5445;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/Reports\";i:4049;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/Columns/Metrics\";i:10487;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/Columns\";i:25909;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/Tracker\";i:3450;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/JqplotDataGenerator\";i:7049;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance/templates\";i:365;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PagePerformance\";i:74765;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater/ReleaseChannel\";i:3907;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater/Diagnostic\";i:1804;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater/stylesheets\";i:1139;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater/Commands/Update\";i:1526;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater/Commands\";i:21598;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater/config\";i:332;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater/templates\";i:17144;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreUpdater\";i:96182;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserLanguage/RecordBuilders\";i:2785;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserLanguage/Reports\";i:2445;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserLanguage/Columns\";i:1871;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserLanguage/config\";i:82;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UserLanguage\";i:12552;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation/vue/dist\";i:14173;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation/vue\";i:14173;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation/stylesheets\";i:5782;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation/Exception\";i:303;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation/config\";i:82;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation/templates\";i:20919;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation/Widgets\";i:2065;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Installation\";i:120700;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Widgetize/vue/dist\";i:9673;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Widgetize/vue\";i:9673;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Widgetize/stylesheets\";i:849;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Widgetize/config\";i:82;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Widgetize/templates\";i:977;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Widgetize\";i:17615;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Resolution/Settings\";i:708;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Resolution/RecordBuilders\";i:3980;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Resolution/Reports\";i:3277;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Resolution/Columns\";i:2292;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Resolution/config\";i:82;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Resolution\";i:15708;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/BulkTracking/Tracker\";i:10334;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/BulkTracking/config\";i:82;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/BulkTracking\";i:12806;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/Diagnostic\";i:1110;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/FeatureFlags\";i:441;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/vue/dist\";i:109680;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/vue/src/AnonymizeLogData\";i:236;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/vue/src/ManageGdpr\";i:209;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/vue/src/OptOutCustomizer\";i:337;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/vue/src\";i:782;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/vue\";i:110462;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/stylesheets\";i:867;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/Settings\";i:18475;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/Dao\";i:10511;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/Commands\";i:6184;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/Tracker\";i:4727;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/config\";i:218;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/templates\";i:5441;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/Model\";i:34559;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager/Validators\";i:851;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/PrivacyManager\";i:323354;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/fonts/svgs\";i:332331;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/fonts\";i:632901;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/vue/dist\";i:5215;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/vue\";i:5215;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/stylesheets/uibase\";i:3573;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/stylesheets/base\";i:18951;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/stylesheets/ui\";i:24747;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/stylesheets/general\";i:14580;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/stylesheets\";i:79797;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/plugins\";i:16913;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/searchEngines\";i:174979;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/aiAssistants\";i:22820;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/SEO\";i:8688;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/os\";i:97592;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/flags\";i:152330;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/brand\";i:214850;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/devices\";i:5696;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/socials\";i:68974;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist/browsers\";i:413603;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons/dist\";i:1176445;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/icons\";i:1176445;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/config\";i:82;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/templates\";i:28239;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus/images\";i:133605;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Morpheus\";i:2086103;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/vue/dist\";i:30105;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/vue/src/AllWebsitesDashboard\";i:7300;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/vue/src\";i:7300;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/vue\";i:37405;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/Categories\";i:359;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/Reports\";i:2431;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/Columns/Metrics\";i:1668;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/Columns\";i:2050;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/config\";i:72;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/templates\";i:1370;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/images\";i:1621;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/DataTable/Filter\";i:3530;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites/DataTable\";i:3530;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MultiSites\";i:93356;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Dashboard/vue/dist\";i:9600;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Dashboard/vue\";i:9600;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Dashboard/stylesheets\";i:13093;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Dashboard/Categories\";i:572;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Dashboard/config\";i:82;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Dashboard/templates\";i:8231;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Dashboard\";i:66138;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/PluginTrial\";i:13081;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/vue/dist\";i:85430;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/vue\";i:85430;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/stylesheets\";i:27329;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Commands\";i:1091;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Categories\";i:828;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Api/Service\";i:327;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Api\";i:15985;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Emails\";i:2115;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Input\";i:2438;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/config\";i:857;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/templates\";i:26312;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Plugins\";i:6754;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/Widgets\";i:4101;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/images/categories\";i:25135;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace/images\";i:27825;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Marketplace\";i:281426;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/vue/dist\";i:8656;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/vue\";i:8656;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/stylesheets\";i:18733;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/Settings\";i:3474;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/Exception\";i:265;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/Categories\";i:1837;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/Visualizations/VisitorLog\";i:867;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/Visualizations\";i:12325;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/ProfileSummary\";i:3487;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/Reports\";i:4841;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/config\";i:300;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/templates\";i:44811;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/Widgets\";i:1692;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live/images\";i:17764;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Live\";i:226912;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/SiteContentDetection\";i:42531;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/vue/dist\";i:64849;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/vue\";i:64849;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/stylesheets\";i:9324;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/Tracker\";i:2513;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/config\";i:201;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/templates\";i:19902;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager/images\";i:70626;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/SitesManager\";i:345053;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicePlugins/RecordBuilders\";i:1766;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicePlugins/Reports\";i:3241;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicePlugins/Columns\";i:9125;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicePlugins/config\";i:82;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/DevicePlugins\";i:23003;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/vue/dist\";i:8914;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/vue/src/CampaignBuilder\";i:46;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/vue/src\";i:46;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/vue\";i:8960;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/Categories\";i:5648;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/RecordBuilders\";i:19814;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/Reports\";i:31745;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/Columns/Metrics\";i:1590;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/Columns\";i:47148;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/config\";i:82;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/templates\";i:5562;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/Widgets\";i:1176;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/DataTable/Filter\";i:10921;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers/DataTable\";i:10921;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Referrers\";i:226468;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime/Categories\";i:551;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime/RecordBuilders\";i:5650;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime/Reports\";i:6957;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime/Columns\";i:2834;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime/config\";i:82;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime/DataTable/Filter\";i:1612;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime/DataTable\";i:1612;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitTime\";i:26852;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Intl/Commands\";i:34065;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Intl/config\";i:206;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Intl\";i:38777;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/SiteContentDetection\";i:1350;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Diagnostic\";i:2148;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/dist\";i:262059;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/ContainerSelector\";i:855;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/TagmanagerTrackingCode\";i:865;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/VariableSelectType\";i:266;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/Field\";i:134;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/ContainerDashboard\";i:255;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/CopyDialog\";i:373;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/Version\";i:71;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src/Tag\";i:214;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue/src\";i:3033;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/vue\";i:265092;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/stylesheets\";i:3956;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Settings/Storage/Backend\";i:851;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Settings/Storage\";i:851;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Settings\";i:851;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Dao\";i:58478;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Commands\";i:18230;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/API\";i:17110;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Exception\";i:258;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Activity\";i:30033;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Context/Storage\";i:2620;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Context/WebContext\";i:2951;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Context/BaseContext\";i:3126;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Context\";i:51322;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/javascripts\";i:115041;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/UpdateHelper\";i:8363;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Updates\";i:24877;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Template/Trigger\";i:67250;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Template/Variable/PreConfigured\";i:44885;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Template/Variable\";i:139857;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Template/Tag\";i:171124;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Template\";i:389212;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Input\";i:5280;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Access/Capability\";i:2843;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Access\";i:2843;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/config\";i:1649;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/libs/jquery-timepicker\";i:67369;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/libs\";i:67369;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/templates\";i:12297;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/docs\";i:451;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Model/Container\";i:2626;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Model\";i:83257;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/Validators\";i:10182;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/images/icons\";i:49299;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager/images\";i:63780;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/TagManager\";i:1448916;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitsSummary/stylesheets\";i:151;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitsSummary/Reports\";i:12506;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitsSummary/config\";i:82;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitsSummary/templates\";i:4441;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitsSummary/Widgets\";i:1143;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/VisitsSummary\";i:29843;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/vue/dist\";i:11961;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/vue/src/TransitionExporter\";i:757;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/vue/src\";i:757;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/vue\";i:12718;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/stylesheets\";i:6449;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/Categories\";i:778;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/config\";i:82;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/templates\";i:3415;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/Widgets\";i:1120;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions/images\";i:1290;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Transitions\";i:60421;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/vue/dist\";i:11458;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/vue/src/SingleMetricView\";i:1264;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/vue/src/SeriesPicker\";i:451;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/vue/src\";i:1715;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/vue\";i:13173;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/stylesheets\";i:5486;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Metrics/Formatter\";i:1485;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Metrics\";i:1485;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Visualizations/Cloud\";i:852;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution\";i:1332;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Visualizations/JqplotGraph\";i:15484;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Visualizations/HtmlTable\";i:8492;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Visualizations/Sparklines\";i:19217;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Visualizations/Graph\";i:3378;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Visualizations\";i:103464;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/config\";i:82;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/JqplotDataGenerator\";i:21558;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/templates\";i:19761;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations/Widgets\";i:2756;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CoreVisualizations\";i:177260;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/vue/dist\";i:4838;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/vue\";i:4838;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/Categories\";i:3062;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/ProfileSummary\";i:1022;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/Reports\";i:16582;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/Columns\";i:30223;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/Tracker\";i:2846;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/config\";i:82;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/templates\";i:12306;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce/Widgets\";i:1834;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Ecommerce\";i:98766;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/IntranetMeasurable/Tracker\";i:1519;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/IntranetMeasurable/config\";i:82;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/IntranetMeasurable\";i:3206;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/vue/dist\";i:9059;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/vue\";i:9059;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/TranslationWriter/Filter\";i:10592;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/TranslationWriter/Validate\";i:4878;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/TranslationWriter\";i:25467;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/Commands\";i:23896;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/Updates\";i:860;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/config\";i:82;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager/templates\";i:554;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/LanguagesManager\";i:88165;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/JsTrackerInstallCheck/vue/dist\";i:6353;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/JsTrackerInstallCheck/vue/src/JsTrackerInstallCheck\";i:553;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/JsTrackerInstallCheck/vue/src\";i:553;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/JsTrackerInstallCheck/vue\";i:6906;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/JsTrackerInstallCheck/NonceOption\";i:7682;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/JsTrackerInstallCheck\";i:23419;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Monolog/Processor\";i:8904;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Monolog/Handler\";i:7706;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Monolog/config\";i:13812;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Monolog/Formatter\";i:4435;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Monolog\";i:35164;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Heartbeat/Tracker\";i:1593;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Heartbeat/config\";i:82;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Heartbeat\";i:2050;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/dist\";i:124910;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/src/UserPermissionsEdit\";i:3830;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/src/PagedUsersList\";i:3669;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/src/UserInvite\";i:686;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/src/CapabilitiesEdit\";i:1371;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/src/UsersManager\";i:451;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/src/UserEditForm\";i:1016;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue/src\";i:11023;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/vue\";i:135933;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/stylesheets\";i:687;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/UserNotifications\";i:9580;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/Emails\";i:13223;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/config\";i:124;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/templates\";i:14022;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/Sql\";i:6674;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/TokenNotifications\";i:12022;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/Validators\";i:5746;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/Repository\";i:8269;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager/images\";i:1504;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/UsersManager\";i:373732;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomJsTracker/Diagnostic\";i:2953;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomJsTracker/Commands\";i:2625;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomJsTracker/Exception\";i:278;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomJsTracker/TrackingCode\";i:6264;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomJsTracker/config\";i:208;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomJsTracker\";i:22537;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/Dimension\";i:14291;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/FeatureFlags\";i:471;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/vue/dist\";i:25048;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/vue/src/Edit\";i:375;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/vue/src/List\";i:329;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/vue/src\";i:704;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/vue\";i:25752;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/stylesheets\";i:198;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/Dao\";i:12992;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/Commands\";i:10986;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/ProfileSummary\";i:1317;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/RecordBuilders\";i:11612;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/Updates\";i:3206;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/Columns/Metrics\";i:1026;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/Columns\";i:1026;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/Tracker\";i:8368;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/templates\";i:1796;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/docs\";i:2740;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/DataTable/Filter\";i:4352;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions/DataTable\";i:4352;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/CustomDimensions\";i:148669;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileAppMeasurable/config\";i:82;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/MobileAppMeasurable\";i:1760;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/Actions\";i:886;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/Categories\";i:756;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/RecordBuilders\";i:9233;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/Reports\";i:4340;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/Columns/Metrics\";i:1509;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/Columns\";i:8573;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/config\";i:82;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/templates\";i:1315;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents/Widgets\";i:544;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Contents\";i:33756;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/RssWidget/stylesheets\";i:645;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/RssWidget/config\";i:82;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/RssWidget/Widgets\";i:2644;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/RssWidget\";i:8058;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/vue/dist\";i:30627;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/vue\";i:30627;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/stylesheets\";i:930;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Commands\";i:14273;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Categories\";i:2337;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Visualizations\";i:15154;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/RecordBuilders\";i:16799;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Reports\";i:18818;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Updates\";i:1176;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Columns/Metrics/GoalSpecific\";i:24709;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Columns/Metrics\";i:38967;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Columns\";i:44872;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Tracker\";i:4410;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/config\";i:82;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/templates\";i:5927;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/Widgets\";i:1926;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/DataTable/Filter\";i:7341;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals/DataTable\";i:7341;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/Goals\";i:273148;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/vue/dist\";i:2910;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/vue\";i:2910;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/stylesheets\";i:1798;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/Categories\";i:3383;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/config\";i:82;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/templates\";i:7832;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/Widgets\";i:17320;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices/images\";i:2269732;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins/ProfessionalServices\";i:2321564;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/plugins\";i:16788787;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Translation/Loader\";i:5320;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Translation/Weblate\";i:4315;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Translation\";i:20723;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/ViewDataTable\";i:68845;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Archiver\";i:2368;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/AssetManager/UIAssetMerger\";i:11782;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/AssetManager/UIAsset\";i:4275;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/AssetManager/UIAssetFetcher\";i:20302;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/AssetManager\";i:54137;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Twig/Extension\";i:900;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Twig\";i:900;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Session/SaveHandler\";i:5383;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Session\";i:21975;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Visualization\";i:7025;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Segment\";i:22660;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Mail\";i:2892;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Application/Kernel\";i:13877;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Application\";i:22956;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Notification\";i:6801;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Report\";i:6578;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Period\";i:36758;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Widget\";i:24564;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DeviceDetector\";i:4903;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/View\";i:17476;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Scheduler/Schedule\";i:16680;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Scheduler\";i:44634;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/FieldConfig\";i:4664;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Interfaces/Traits/Getters\";i:5630;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Interfaces/Traits/Setters\";i:1342;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Interfaces/Traits\";i:9259;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Interfaces\";i:12926;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Storage/Backend\";i:21885;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Storage\";i:29669;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Plugin\";i:14081;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings/Measurable\";i:9810;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Settings\";i:93468;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Log\";i:1069;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/API/DataTableManipulator\";i:26032;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/API\";i:149713;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Auth\";i:6428;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Http\";i:4535;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Metrics/Sorter\";i:487;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Metrics/Formatter\";i:1326;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Metrics\";i:19413;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Exception/DI\";i:544;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Exception\";i:8345;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Category\";i:10204;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Plugin/Dimension\";i:26592;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Plugin/ConsoleCommand\";i:790;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Plugin\";i:382814;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DataFiles\";i:1638;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/CronArchive/Performance\";i:6286;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/CronArchive\";i:56105;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Measurable/Type\";i:1212;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Measurable\";i:2932;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Policy/Exceptions\";i:473;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Policy\";i:14287;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Container\";i:13391;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/CliMulti\";i:18662;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Email\";i:1012;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DataAccess/LogQueryBuilder\";i:24356;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DataAccess\";i:220751;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Db/Schema\";i:43013;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Db/Adapter/Pdo\";i:8369;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Db/Adapter\";i:15127;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Db\";i:98059;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Updater/Migration/Plugin\";i:5718;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Updater/Migration/Db\";i:35254;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Updater/Migration/Config\";i:2136;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Updater/Migration\";i:47478;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Updater\";i:52496;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/UpdateCheck\";i:2877;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Request\";i:3462;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/ReportRenderer\";i:35220;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Updates\";i:74416;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Changes\";i:9709;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Columns/Join\";i:1174;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Columns\";i:67374;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Access/Role\";i:2351;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Access\";i:9012;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Tracker/Handler\";i:1338;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Tracker/Db/Pdo\";i:13298;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Tracker/Db\";i:27370;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Tracker/Visit\";i:7110;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Tracker\";i:298490;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Intl/Data/Provider\";i:6161;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Intl/Data/Resources\";i:25550;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Intl/Data\";i:31711;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Intl\";i:32801;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Archive/ArchiveInvalidator\";i:1434;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Archive\";i:94618;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Menu\";i:19194;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Validators\";i:9416;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Concurrency/LockBackend\";i:5376;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Concurrency\";i:17503;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DataTable/Row\";i:2035;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DataTable/Filter\";i:140340;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DataTable/Renderer\";i:54115;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/DataTable\";i:269131;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/Config\";i:24574;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/ArchiveProcessor\";i:84245;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core/ProfessionalServices\";i:3470;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/core\";i:3680642;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/qrcodejs2\";i:2101;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/jquery-ui-dist\";i:62519;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/visibilityjs\";i:1095;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/mousetrap\";i:13862;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/jquery.scrollto\";i:8317;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/iframe-resizer\";i:8041;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/chroma-js\";i:2303;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/@materializecss/materialize/dist/js\";i:193149;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/@materializecss/materialize/dist/css\";i:145236;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/@materializecss/materialize/dist\";i:338385;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/@materializecss/materialize\";i:343591;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/@materializecss\";i:343591;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/sprintf-js\";i:2846;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules/jquery-mousewheel\";i:4284;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/node_modules\";i:450184;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/lang\";i:20173489;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/config/environment\";i:956;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/config\";i:84285;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/upgradephp\";i:23918;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2/DataSource\";i:17355;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2/Rule\";i:70872;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2/Container\";i:15221;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2/Controller/Action\";i:27294;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2/Controller\";i:51326;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2/Element\";i:128444;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2/Renderer\";i:62391;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML/QuickForm2\";i:462879;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/HTML\";i:487582;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Authenticator\";i:11872;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Session/Validator\";i:6353;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Session\";i:34679;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Profiler\";i:12086;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Select\";i:1287;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Statement/Mysqli\";i:1309;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Statement\";i:38698;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Table/Row\";i:45193;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Table/Select\";i:1306;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Table/Rowset\";i:13790;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Table\";i:130375;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Adapter/Mysqli\";i:1354;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Adapter/Pdo\";i:23634;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db/Adapter\";i:93666;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend/Db\";i:364087;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/Zend\";i:470045;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/MaxMindGeoIP\";i:90708;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/PiwikTracker\";i:713;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs/jqplot\";i:16194;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/libs\";i:1103174;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox/xhprof/xhprof_lib/utils\";i:55459;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox/xhprof/xhprof_lib/display\";i:48171;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox/xhprof/xhprof_lib\";i:103630;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox/xhprof/support/libxhprof/unit\";i:1639;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox/xhprof/support/libxhprof\";i:2143;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox/xhprof/support\";i:2143;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox/xhprof\";i:117075;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/lox\";i:117075;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/composer/semver/src/Constraint\";i:29908;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/composer/semver/src\";i:83170;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/composer/semver\";i:87622;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/composer/ca-bundle/src\";i:11150;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/composer/ca-bundle/res\";i:230814;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/composer/ca-bundle\";i:245113;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/composer\";i:1132925;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/cache/src/Backend/Factory\";i:271;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/cache/src/Backend\";i:17321;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/cache/src\";i:29327;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/cache\";i:44370;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/matomo-php-tracker\";i:95619;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/referrer-spam-list\";i:41523;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/decompress/src\";i:11974;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/decompress/libs/PclZip\";i:278063;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/decompress/libs\";i:278722;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/decompress\";i:299561;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/regexes/client/hints\";i:19905;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/regexes/client\";i:191453;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/regexes/device\";i:1324247;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/regexes\";i:1688436;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Cache\";i:7521;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Parser/Device\";i:72961;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Parser/Client/Hints\";i:1926;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Parser/Client/Browser/Engine\";i:1815;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Parser/Client/Browser\";i:3939;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Parser/Client\";i:50112;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Parser\";i:160180;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector/Yaml\";i:2778;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/device-detector\";i:1970781;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/ini/src\";i:16594;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/ini\";i:26630;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/network/src\";i:14673;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/network\";i:23798;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/doctrine-cache-fork/lib/Doctrine/Common/Cache\";i:84323;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/doctrine-cache-fork/lib/Doctrine/Common\";i:84323;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/doctrine-cache-fork/lib/Doctrine\";i:84323;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/doctrine-cache-fork/lib\";i:84323;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/doctrine-cache-fork\";i:86846;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo/searchengine-and-social-list\";i:62127;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/matomo\";i:2651255;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tecnickcom/tcpdf/fonts\";i:3942908;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tecnickcom/tcpdf/include/barcodes\";i:301360;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tecnickcom/tcpdf/include\";i:1002333;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tecnickcom/tcpdf/config\";i:6485;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tecnickcom/tcpdf\";i:6373995;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tecnickcom\";i:6373995;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-php73/Resources/stubs\";i:391;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-php73/Resources\";i:391;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-php73\";i:4181;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-intl-normalizer/Resources/stubs\";i:479;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-intl-normalizer/Resources/unidata\";i:122165;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-intl-normalizer/Resources\";i:122644;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-intl-normalizer\";i:135110;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-php80/Resources/stubs\";i:2565;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-php80/Resources\";i:2565;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-php80\";i:12411;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-iconv/Resources/charset\";i:1340138;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-iconv/Resources\";i:1340138;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-iconv\";i:1373402;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:54014;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-mbstring/Resources\";i:54014;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-mbstring\";i:113500;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-ctype\";i:12260;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/polyfill-intl-grapheme\";i:19720;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/process/Exception\";i:6022;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/process/Pipes\";i:16289;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony/process\";i:90154;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/symfony\";i:1760738;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind-db/reader/ext\";i:31538;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16474;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind-db/reader/src/MaxMind/Db\";i:28640;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind-db/reader/src/MaxMind\";i:28640;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind-db/reader/src\";i:28640;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind-db/reader\";i:80389;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind-db\";i:80389;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Util\";i:5518;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Sandbox\";i:10024;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/NodeVisitor\";i:31600;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Error\";i:8948;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Profiler/NodeVisitor\";i:2342;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Profiler/Node\";i:2132;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Profiler/Dumper\";i:6057;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Profiler\";i:14619;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Attribute\";i:417;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Cache\";i:6978;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Extension\";i:88695;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Loader\";i:14225;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Node/Expression/Unary\";i:2283;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Node/Expression/Filter\";i:3158;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Node/Expression/Test\";i:7438;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Node/Expression/Binary\";i:18185;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Node/Expression\";i:70235;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Node\";i:128422;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Resources\";i:15968;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/RuntimeLoader\";i:2473;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/TokenParser\";i:36697;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Test\";i:10754;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src/Runtime\";i:12588;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig/src\";i:544122;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig/twig\";i:546379;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/twig\";i:546379;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/archive_tar/Archive\";i:82909;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/archive_tar/scripts\";i:5086;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/archive_tar\";i:89408;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/pear_exception/PEAR\";i:14832;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/pear_exception\";i:16309;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/console_getopt/Console\";i:13092;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/console_getopt\";i:15071;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/pear-core-minimal/src/PEAR\";i:33793;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/pear-core-minimal/src/OS\";i:11338;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/pear-core-minimal/src\";i:102863;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear/pear-core-minimal\";i:103374;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/pear\";i:224162;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/event-dispatcher/src\";i:1803;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/event-dispatcher\";i:3192;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/log/Psr/Log/Test\";i:9245;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/log/Psr/Log\";i:20829;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/log/Psr\";i:20829;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/log\";i:23260;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/container/src\";i:1407;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr/container\";i:3130;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/psr\";i:29582;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog/Processor\";i:18713;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8103;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3453;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1458;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1424;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog/Handler\";i:230594;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog/Formatter\";i:48529;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src/Monolog\";i:344052;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog/src\";i:344052;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog/monolog\";i:349019;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/monolog\";i:349019;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind/web-service-common/src/Exception\";i:3299;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind/web-service-common/src/WebService/Http\";i:4662;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind/web-service-common/src/WebService\";i:20741;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind/web-service-common/src\";i:24040;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind/web-service-common\";i:36228;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/maxmind\";i:36228;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2/geoip2/src/Exception\";i:1802;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2/geoip2/src/WebService\";i:11885;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2/geoip2/src/Database\";i:10369;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2/geoip2/src/Model\";i:17121;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2/geoip2/src/Record\";i:19339;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2/geoip2/src\";i:61989;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2/geoip2\";i:87807;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/geoip2\";i:87807;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/CacheWarmer\";i:6199;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Debug\";i:7090;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Profiler\";i:22039;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Attribute\";i:1024;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/ControllerMetadata\";i:7718;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Bundle\";i:5968;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Log\";i:5169;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Exception\";i:22951;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/DependencyInjection\";i:35688;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Resources\";i:32610;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Controller/ArgumentResolver\";i:14476;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Controller\";i:37306;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/EventListener\";i:67640;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/CacheClearer\";i:3135;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/HttpCache\";i:69541;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Event\";i:13103;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/DataCollector\";i:63691;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Fragment\";i:24701;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel/Config\";i:1144;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-kernel\";i:493439;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/event-dispatcher/Debug\";i:15952;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/event-dispatcher/Attribute\";i:708;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/event-dispatcher/DependencyInjection\";i:11079;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/event-dispatcher\";i:49662;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/event-dispatcher-contracts\";i:4014;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/service-contracts/Attribute\";i:1504;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/service-contracts/Test\";i:3525;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/service-contracts\";i:18865;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/polyfill-php81/Resources/stubs\";i:1938;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/polyfill-php81/Resources\";i:1938;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/polyfill-php81\";i:5216;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Caster\";i:129298;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Exception\";i:680;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Server\";i:6133;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Resources/js\";i:354;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Resources/functions\";i:1089;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Resources/bin\";i:2276;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Resources/css\";i:3010;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Resources\";i:6729;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Command/Descriptor\";i:7169;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Command\";i:11274;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Test\";i:2598;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Cloner\";i:56879;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Dumper/ContextProvider\";i:7914;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper/Dumper\";i:73859;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/var-dumper\";i:293191;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Session/Flash\";i:8104;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Session/Attribute\";i:8576;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Session/Storage/Proxy\";i:4998;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Session/Storage/Handler\";i:73288;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Session/Storage\";i:118317;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Session\";i:151708;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/File/Exception\";i:6271;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/File\";i:21853;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Exception\";i:3477;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Test/Constraint\";i:14501;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/Test\";i:14501;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation/RateLimiter\";i:2982;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/http-foundation\";i:411954;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/CommandLoader\";i:3841;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Attribute\";i:843;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Helper\";i:120564;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Output\";i:26307;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Exception\";i:4577;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Style\";i:20603;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/SignalRegistry\";i:1601;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/DependencyInjection\";i:5922;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Completion/Output\";i:1810;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Completion\";i:12953;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Resources/bin\";i:9216;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Resources\";i:11983;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/EventListener\";i:2915;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Input\";i:54496;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Question\";i:13702;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Command\";i:48214;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Descriptor\";i:42976;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Formatter\";i:19707;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Event\";i:6528;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Logger\";i:4277;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/CI\";i:3102;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Tester/Constraint\";i:1209;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console/Tester\";i:13991;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/console\";i:484752;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Error\";i:5819;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/ErrorEnhancer\";i:12573;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/ErrorRenderer\";i:30341;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Exception\";i:11820;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Resources/views\";i:16730;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Resources/assets/js\";i:13343;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Resources/assets/css\";i:17168;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Resources/assets/images\";i:14201;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Resources/assets\";i:44712;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Resources/bin\";i:5658;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Resources\";i:67100;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler/Internal\";i:40342;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/error-handler\";i:251455;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/deprecation-contracts\";i:3343;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/monolog-bridge/Processor\";i:12513;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/monolog-bridge/Handler/FingersCrossed\";i:5316;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/monolog-bridge/Handler\";i:34851;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/monolog-bridge/Command\";i:5517;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/monolog-bridge/Formatter\";i:7427;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/monolog-bridge/Messenger\";i:1615;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/monolog-bridge\";i:65984;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/string/Exception\";i:1146;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/string/Slugger\";i:6672;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/string/Resources/data\";i:10683;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/string/Resources\";i:11563;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/string/Inflector\";i:24061;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony/string\";i:133898;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/symfony\";i:2215773;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib/Less/Visitor\";i:36061;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib/Less/SourceMap\";i:16739;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib/Less/Output\";i:3288;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib/Less/Exception\";i:10513;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib/Less/Tree/Mixin\";i:14657;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib/Less/Tree\";i:118387;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib/Less\";i:340192;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/lib\";i:340192;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php/bin\";i:5031;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia/less.php\";i:380300;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/wikimedia\";i:380300;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/opis/closure/src\";i:70643;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/opis/closure\";i:77858;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/opis\";i:77858;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/vendor/composer\";i:320969;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/vendor\";i:321740;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/phpdoc-reader/src/PhpDocReader/PhpParser\";i:7409;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/phpdoc-reader/src/PhpDocReader\";i:17414;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/phpdoc-reader/src\";i:17414;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/phpdoc-reader\";i:19831;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/invoker/src/ParameterResolver/Container\";i:2770;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/invoker/src/ParameterResolver\";i:9886;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/invoker/src/Exception\";i:1683;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/invoker/src/Reflection\";i:1736;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/invoker/src\";i:21413;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/invoker/doc\";i:3474;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/invoker\";i:33414;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Factory\";i:500;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Compiler\";i:22782;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Invoker\";i:4404;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Proxy\";i:3194;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Definition/Helper\";i:10533;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Definition/Exception\";i:888;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Definition/Resolver\";i:27890;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Definition/ObjectDefinition\";i:3373;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Definition/Dumper\";i:4368;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Definition/Source\";i:28751;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Definition\";i:98857;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src/Annotation\";i:2681;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di/src\";i:168614;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di/php-di\";i:174371;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed/php-di\";i:227616;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/prefixed\";i:4576853;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/davaxi/sparkline/src/Sparkline\";i:20579;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/davaxi/sparkline/src\";i:26617;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/davaxi/sparkline\";i:32933;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/davaxi\";i:32933;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/cache\";i:1;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/src/Chart\";i:302129;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/src/Barcode\";i:17199;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/src\";i:795907;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/resources/fonts\";i:60072;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/resources/barcode\";i:2622;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/resources/palettes\";i:800;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart/resources\";i:63494;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach/c-pchart\";i:908108;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/szymach\";i:908108;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tedivm/jshrink/src/JShrink\";i:22687;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tedivm/jshrink/src\";i:22687;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tedivm/jshrink\";i:26667;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/tedivm\";i:26667;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/mustangostang/spyc/examples\";i:1527;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/mustangostang/spyc/php4\";i:35348;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/mustangostang/spyc\";i:95335;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor/mustangostang\";i:95335;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app/vendor\";i:17705919;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/app\";i:60279456;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/node_modules/chart.js/dist\";i:185979;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/node_modules/chart.js\";i:189564;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/node_modules\";i:189564;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo/config\";i:10563;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/matomo\";i:62583799;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/central/js\";i:26213;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/central/classes\";i:5986;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/central/modules\";i:246614;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/central/css\";i:3177;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/central/images\";i:13902;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/central\";i:391412;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/js\";i:43123;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/jquery-ui.dialog.extended\";i:14412;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Backblaze\";i:23757;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/handlebars\";i:395258;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Models\";i:199603;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Blob/Internal\";i:19628;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Blob\";i:301447;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Models\";i:23371;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Serialization\";i:13364;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Atom\";i:82007;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Authentication\";i:23211;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Http\";i:41327;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal/Filters\";i:20939;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common/Internal\";i:324383;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure/Common\";i:371473;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/WindowsAzure\";i:707676;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/PEAR\";i:14029;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/Net\";i:70264;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV/Tools\";i:5144;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/HTTP/WebDAV\";i:5144;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Observer\";i:14146;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2/Adapter\";i:71558;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/HTTP/Request2\";i:169380;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/HTTP\";i:210695;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR/Archive\";i:83212;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/PEAR\";i:412957;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/checkout-embed/assets\";i:11206;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/checkout-embed\";i:18904;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/jquery.serializeJSON\";i:20249;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/labelauty/images\";i:472;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/labelauty\";i:36052;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default\";i:68432;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/jstree/themes/default-dark\";i:73945;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/jstree/themes\";i:142377;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/jstree\";i:594913;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/cloudfiles\";i:150975;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/onedrive\";i:76584;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/tether-shepherd\";i:80786;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/updraftclone\";i:30233;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Verifier\";i:3059;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Task\";i:8322;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Cache\";i:16804;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Auth\";i:36775;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Http\";i:36824;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Utils\";i:9475;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Signer\";i:4000;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/IO\";i:161119;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Logger\";i:18212;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google/Service\";i:498050;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Google\";i:845032;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/blockui\";i:47795;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage\";i:11120;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer\";i:41207;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Dropbox2/OAuth\";i:52327;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/Dropbox2\";i:68223;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/tether\";i:82884;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/select2\";i:265313;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/images\";i:29508;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes/pcloud\";i:12476;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/includes\";i:5453231;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/addons\";i:760097;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/languages\";i:301717;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/methods\";i:457194;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/udaddons\";i:88900;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/css/tether-shepherd\";i:143359;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/css\";i:430588;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php/src\";i:16737;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe/json-patch-php\";i:34562;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/mikemccabe\";i:34562;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-semaphore\";i:9101;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-tasks\";i:47316;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-rpc\";i:83094;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src/updraft-notices\";i:8102;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/src\";i:147613;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs/CI\";i:1206;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft/common-libs\";i:149996;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/team-updraft\";i:149996;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/composer\";i:123090;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/lib\";i:43330;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat/dist\";i:703;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/paragonie/random_compat\";i:46038;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/paragonie\";i:46038;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/src\";i:46833;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message/docs\";i:15040;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr/http-message\";i:65167;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test\";i:9427;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log\";i:20898;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr/log/Psr\";i:20898;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr/log\";i:23891;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/psr\";i:89058;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises/src\";i:57602;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/promises\";i:79743;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7/src\";i:171673;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/psr7\";i:211895;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Handler\";i:59205;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Exception\";i:8419;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src/Cookie\";i:27613;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle/src\";i:197096;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp/guzzle\";i:335492;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzlehttp\";i:627130;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug\";i:13890;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection\";i:4306;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher\";i:48258;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources/unidata\";i:268978;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn/Resources\";i:268978;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-idn\";i:307158;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/stubs\";i:337;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources/unidata\";i:137233;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer/Resources\";i:137570;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-intl-normalizer\";i:150244;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php72\";i:11495;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources/stubs\";i:726;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70/Resources\";i:726;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-php70\";i:6857;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:55556;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring/Resources\";i:56387;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony/polyfill-mbstring\";i:94302;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/symfony\";i:618314;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource\";i:16089;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants\";i:755;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity\";i:22790;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN/Resource\";i:4334;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/CDN\";i:9767;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource\";i:57351;s:170:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception\";i:5636;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum\";i:854;s:170:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants\";i:1917;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload\";i:34608;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore\";i:114248;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource\";i:23040;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log\";i:5833;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message\";i:2972;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http\";i:4183;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection\";i:16997;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants\";i:6623;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions\";i:77739;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service\";i:28878;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common\";i:194611;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud\";i:366792;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib\";i:367448;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud\";i:380269;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/rackspace\";i:380269;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/tests\";i:3595;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders/src\";i:1640;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/ralouphie/getallheaders\";i:8082;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/ralouphie\";i:8082;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/components/jquery\";i:920067;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/components\";i:920067;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection\";i:5787;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache\";i:12244;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log\";i:12255;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception\";i:8744;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header\";i:9844;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message\";i:111359;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator\";i:2390;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources\";i:250394;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl\";i:42554;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http\";i:547692;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception\";i:3464;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common\";i:20491;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth\";i:2078;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception\";i:161;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse\";i:4336;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff\";i:20176;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache\";i:36113;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async\";i:3637;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log\";i:6608;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth\";i:10949;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception\";i:170;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar\";i:12080;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie\";i:27437;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5\";i:6303;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock\";i:7654;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History\";i:4589;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin\";i:131244;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator\";i:5538;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception\";i:2699;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch\";i:26836;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message\";i:6940;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie\";i:6214;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url\";i:1960;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate\";i:9419;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser\";i:26953;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream\";i:23218;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource\";i:21289;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception\";i:5175;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder\";i:11299;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory\";i:10071;s:176:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response\";i:14837;s:175:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request\";i:19774;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor\";i:39430;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command\";i:85906;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description\";i:73510;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service\";i:218051;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle\";i:1030309;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src\";i:1030309;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle/guzzle\";i:1110818;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/guzzle\";i:1110818;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/js\";i:1585;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/languages\";i:85400;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/examples\";i:1788;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/css\";i:1264;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/vendor\";i:87417;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4\";i:114;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p13/Vcs\";i:55223;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p13/DebugBar\";i:13526;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p13/Plugin\";i:35725;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p13/Theme\";i:8422;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p13\";i:192360;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc\";i:192474;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker\";i:393434;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/yahnis-elsts\";i:393434;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:870;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File\";i:268138;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math\";i:127360;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21872;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net\";i:400153;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:522607;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:6238;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:16935;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System\";i:16935;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib\";i:1335869;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib\";i:1344095;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/phpseclib\";i:1344095;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth\";i:27074;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher\";i:27074;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth/src\";i:27074;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/eher/oauth\";i:27840;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor/eher\";i:27840;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/vendor\";i:5873564;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal\";i:583;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/templates/wp-admin/settings\";i:99521;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/templates/wp-admin/advanced\";i:19501;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/templates/wp-admin/notices\";i:11787;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/templates/wp-admin\";i:130809;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/templates\";i:130809;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/images/other-plugins\";i:93886;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/images/icons\";i:23992;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/images/notices\";i:322865;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/images/addons-images\";i:143415;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus/images\";i:822918;s:103:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/updraftplus\";i:16160532;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/document-management/includes/cpt\";i:9660;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/document-management/includes\";i:9660;s:111:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/document-management\";i:11985;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/js/select2/js/i18n\";i:35510;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/js/select2/js\";i:454114;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/js/select2/css\";i:32179;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/js/select2\";i:486293;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/js\";i:492823;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/language\";i:57825;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/lib\";i:42028;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/include\";i:37642;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/template\";i:8230;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/css\";i:373;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator/wp-cli\";i:7062;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/multisite-clone-duplicator\";i:722520;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/views\";i:1224;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/models\";i:1519;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/api/entities/settings\";i:5351;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/api/entities\";i:5351;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/api\";i:5672;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/entity\";i:599;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/services\";i:1966;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib/controllers\";i:18580;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/lib\";i:31478;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/languages\";i:4015;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/assets/backend/img\";i:122246;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/assets/backend\";i:122246;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/assets\";i:122246;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor_packages\";i:5898;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-suggestions/assets/img\";i:26571;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-suggestions/assets\";i:26571;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-suggestions/src/view\";i:2305;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-suggestions/src\";i:10656;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-suggestions\";i:38403;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-dashboard-widget-news/src\";i:48341;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-dashboard-widget-news\";i:49470;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-table-links/src\";i:2025;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-table-links\";i:38256;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-install-tab/src\";i:1320;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-plugin-install-tab\";i:1437;s:171:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-notice-plugin-promote/src/templates\";i:3005;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-notice-plugin-promote/src/Traits\";i:4818;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-notice-plugin-promote/src\";i:21086;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-notice-plugin-promote\";i:21086;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-notice-plugin-required/src\";i:5913;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers/wp-notice-plugin-required\";i:5987;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/quadlayers\";i:154639;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-constants/src\";i:3465;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-constants\";i:34592;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-status/src\";i:52426;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-status\";i:96468;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-assets/src/js\";i:2335;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-assets/src\";i:41289;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-assets/build\";i:8173;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic/jetpack-assets\";i:104628;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor/automattic\";i:235688;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/jetpack_vendor\";i:391457;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/store/js\";i:3864;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/store\";i:3864;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/backend/js\";i:573;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/backend/css\";i:168;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/backend\";i:741;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/gutenberg/js\";i:2333;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/gutenberg/css\";i:208;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/gutenberg\";i:2541;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/settings/js\";i:17106;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/settings/css\";i:2626;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build/settings\";i:19732;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/build\";i:26878;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/jetpack-autoloader\";i:56042;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/composer\";i:114327;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/tests/Collection\";i:26804;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/tests/Single\";i:8068;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/tests/Helpers\";i:12662;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/tests\";i:47534;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/src/Factory\";i:1837;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/src/Entity\";i:5692;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/src/Mapper\";i:1721;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/src/V2\";i:9082;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/src/Builder\";i:4251;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/src/Repository\";i:11564;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/src\";i:43229;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm/.vscode\";i:3801;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-orm\";i:102932;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-plugin-feedback/src\";i:11225;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-plugin-feedback/build/js\";i:17821;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-plugin-feedback/build/css\";i:2753;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-plugin-feedback/build\";i:20574;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino/wp-plugin-feedback\";i:31799;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/franmastromarino\";i:134731;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/automattic/jetpack-autoloader/src\";i:83464;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/automattic/jetpack-autoloader\";i:129076;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/automattic/jetpack-composer-plugin/src\";i:6289;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/automattic/jetpack-composer-plugin\";i:35069;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor/automattic\";i:164145;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/vendor\";i:470319;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude/compatibility\";i:1666;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/search-exclude\";i:1063167;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-dest\";i:21435;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/iwp-serve\";i:24318;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/updates\";i:4003;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/database-manager\";i:2582;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/apis\";i:101580;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/activity-log\";i:30919;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes/sync\";i:252220;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/includes\";i:722032;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/languages\";i:32031;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/js\";i:91139;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/src\";i:5658;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/css\";i:46294;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets/images\";i:5541;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/assets\";i:148632;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/js\";i:90745;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/css\";i:69228;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin/images\";i:5983;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/admin\";i:172313;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/lib\";i:33661;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91627;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/data-stores\";i:107282;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schema\";i:8265;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25921;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66355;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/classes\";i:429738;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce/action-scheduler\";i:556649;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/woocommerce\";i:556649;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/composer\";i:156720;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding/src\";i:61964;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/constant_time_encoding\";i:64369;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/lib\";i:1327;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/dist\";i:703;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat/other\";i:1633;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie/random_compat\";i:5722;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/paragonie\";i:70091;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers/src\";i:86231;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp/connect-helpers\";i:87969;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/instawp\";i:87969;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer/src\";i:11686;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli/wp-config-transformer\";i:23265;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/wp-cli\";i:23265;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:95182;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:96002;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/File\";i:321179;s:183:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37717;s:172:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:45858;s:186:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:10091;s:175:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:14602;s:172:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:892;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:196316;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:196316;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10681;s:168:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1024;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1399;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:13774;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Math\";i:253950;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21505;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Net\";i:363249;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6721;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16354;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16354;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:58699;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:94479;s:171:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5692;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:82874;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:88566;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:258295;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:47943;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:47943;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:79361;s:175:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1257;s:170:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:61885;s:165:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:63142;s:164:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2776;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:213004;s:172:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:3607;s:167:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:22656;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:26263;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:34362;s:166:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:5951;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:5951;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:9495;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1030124;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:789;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:789;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9007;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:18802;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib/System\";i:18802;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib/phpseclib\";i:2011224;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib/phpseclib\";i:2013788;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor/phpseclib\";i:2013788;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/vendor\";i:2909230;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/css\";i:16977;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets/images\";i:78992;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/assets\";i:95969;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/debug\";i:8049;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates/ajax\";i:13990;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate/templates\";i:142809;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect/migrate\";i:243457;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/instawp-connect\";i:4323640;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/js\";i:106073;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/elementor\";i:640;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/mailchimp\";i:5412;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/woocommerce\";i:10217;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/autoptimize\";i:1213;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wordpress\";i:7654;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/litespeed-cache\";i:895;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/amp\";i:6187;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/speed-optimizer\";i:2295;s:127:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/divi\";i:608;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-optimize\";i:1119;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/contact-form-7\";i:9467;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-rocket\";i:2119;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/speedycache\";i:1318;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wpforms\";i:5427;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-fastest-cache\";i:1244;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/hummingbird\";i:1257;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/wp-super-cache\";i:408;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules/breeze\";i:5068;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes/modules\";i:62548;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/includes\";i:446473;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/languages\";i:49800;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/img\";i:1170652;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/microtip\";i:15220;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/modaal/js\";i:68283;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/modaal/css\";i:46714;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/modaal\";i:114997;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/spectrum\";i:46116;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/pagination\";i:62663;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets/chartjs\";i:206293;s:112:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/assets\";i:445289;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/css\";i:94282;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice/templates\";i:16;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/cookie-notice\";i:2393970;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/052-change-logo-height\";i:1825;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/031-fix-pricing-table-excluded-space-bug\";i:683;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/132-visual-builder-hide\";i:814;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/060-greyscale-maps\";i:955;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/090-remove-box-layout-shadow\";i:610;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/028-add-text-to-mobile-menu-button\";i:1429;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/003-add-widget-area-to-header\";i:2248;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/120-better-fullscreen-headers-in-ie\";i:1203;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/015-adjust-phone-and-email-size\";i:1783;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/116-add-text-to-top-header\";i:2016;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/034-import-settings\";i:2418;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/026-hide-header-until-scrolling\";i:1403;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/081-portfolio-module-center-and-fill-image\";i:1049;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/134-visual-builder-save-and-publish-to-left\";i:1250;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/128-add-page-layout-option-to-builder\";i:7713;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/044-genos-pricing-table-bullets\";i:3016;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/135-set-mobile-content-width\";i:3299;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/117-disable-gallery-image-slide-in\";i:665;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/143-collapsible-sidebar\";i:2321;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/110-clickable-slider-image\";i:1033;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/040-view-generated-js\";i:392;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/014-add-new-icons\";i:22113;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/032-make-accordions-start-closed\";i:841;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/039-disable-js-minification\";i:441;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/024-scroll-further-before-shrinking-header\";i:1711;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/129-visual-builder-module-borders\";i:702;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/146-stop-search-box-overlapping-logo-on-mobile\";i:773;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/075-set-header-menu-font-size\";i:646;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/021-fix-header-menu-width-issue\";i:974;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/055-swap-slider-image-and-text-position\";i:486;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline/layout\";i:9838;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/133-header-title-and-tagline\";i:34294;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/101-fullwidth-portfolio-grid-dont-crop-images\";i:1000;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/112-hollow-post-slider-controls\";i:568;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/071-submenu-hover-background-color\";i:666;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/017-gallery-module-image-border\";i:714;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/140-open-image-links-in-lightbox\";i:1725;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/073-add-social-icons\";i:2632;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/115-set-minimum-cta-button-width\";i:782;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/121-search-icon-hover-color\";i:664;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/100-fullwidth-portfolio-grid-add-spacing\";i:1194;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/107-clickable-post-slider-image\";i:831;s:169:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/082-filterable-portfolio-module-center-and-fill-image\";i:1177;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/019-sidebar-width\";i:1405;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/119-make-phone-number-clickable\";i:1364;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/114-make-scroll-down-icon-bounce\";i:817;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/142-mobile-menu-select-page-bg-col\";i:783;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/099-enable-divi-builder-on-custom-post-types\";i:4391;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/137-distraction-free-edd-checkout\";i:1099;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/096-remove-featured-post-height-restriction\";i:759;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/061-open-slider-button-links-in-new-tab\";i:532;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/147-enable-zooming\";i:848;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/004-add-image-before-header\";i:4575;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/094-full-screen-page-builder-settings\";i:2245;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/018-box-layout-in-front-of-header\";i:2179;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/127-change-centered-header-select-page-text\";i:901;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/064-set-body-font-size\";i:650;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/109-hollow-slider-controls\";i:583;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/001-hide-logo\";i:482;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/124-fix-divi-anchor-link-scrolling\";i:1436;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/091-hide-woo-commerce-cart-icon\";i:514;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/057-hide-header-bottom-border\";i:516;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/139-show-module-settings-mobile-icon-on-hover\";i:1146;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/047-change-map-marker-icon\";i:1708;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/153-hide-top-header-on-fixed-nav\";i:1037;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/104-countdown-module-remove-day-trailing-zero\";i:1157;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/105-mobile-menu-exclude-secondary-menu-items\";i:1077;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/106-make-accordions-closable\";i:1249;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/065-set-background-color\";i:668;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/085-make-secondary-menu-text-bold\";i:597;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/098-split-top-header-icons\";i:849;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/023-hide-the-search-icon-on-mobiles\";i:560;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/045-pricing-table-strikethrough\";i:449;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/111-square-post-slider-controls\";i:537;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/103-set-mobile-menu-font-size\";i:677;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/016-gallery-module-image-sizes\";i:4039;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons/templates\";i:3031;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/126-customizer-social-icons\";i:18319;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/113-change-logo-link\";i:1014;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/150-footer-bottom-padding\";i:901;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/070-fix-divi-simple-lightbox\";i:605;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/083-open-social-media-icons-in-new-tab\";i:481;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/069-hide-the-search-icon-completely\";i:452;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/007-hide-dividing-line\";i:706;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/088-fix-pageloader-by-bonfire-issues\";i:799;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/077-adjust-page-builder-section-spacing\";i:986;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/022-app-style-menu-on-mobiles\";i:779;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/063-hide-header-links\";i:669;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/042-genos-pricing-table-style\";i:1697;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/020-fix-submenu-overflow-bug\";i:508;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/074-set-header-menu-hover-color\";i:746;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/097-dont-stretch-featured-images\";i:705;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/068-portfolio-module-image-sizes\";i:4498;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/084-set-bottom-footer-color\";i:582;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/145-mobile-menu-button-color\";i:875;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/029-use-menu-button-on-large-displays\";i:2268;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/148-footer-menu-alignment\";i:841;s:163:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/086-fix-sub-menu-link-colors-on-single-page-nav\";i:2260;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/049-right-align-email-and-phone-number\";i:561;s:161:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/093-show-secondary-nav-social-icons-on-mobile\";i:998;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/087-change-space-between-menu-items\";i:1331;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/058-stop-header-from-shrinking-on-scroll\";i:856;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/050-view-generated-footer-html\";i:403;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/136-enable-divi-builder-by-default\";i:2879;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/067-edit-footer-html\";i:5133;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/144-dont-enqueue-map-scripts-in-excerpts\";i:1669;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/155-add-logo-link-aria-label\";i:1115;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/095-secondary-nav-hover-color\";i:2205;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/089-make-left-aligned-icons-bigger\";i:617;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/053-view-generated-htaccess\";i:403;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/072-filterable-portfolio-module-image-sizes\";i:3931;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/156-hide-divi-cloud\";i:2737;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/008-center-header-menus\";i:1321;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/037-view-generated-css\";i:383;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/006-sidebar-background-color\";i:2318;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/036-disable-minification\";i:435;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/027-fix-slide-formatting-issue\";i:811;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/141-add-main-menu-separators\";i:1911;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/025-set-mobile-menu-bar-color\";i:664;s:160:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/048-increase-text-module-bullet-list-spacing\";i:690;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/035-css-in-external-file\";i:377;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/054-full-width-featured-images\";i:1128;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/076-disable-slider-image-slide-in\";i:629;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/154-fix-gallery-module-content-layout-bug\";i:704;s:158:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/125-swap-post-navigation-next-and-previous\";i:742;s:178:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/080-fix-simple-security-firewall-comment-button-responsiveness\";i:697;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/046-slider-text-transparent-background\";i:2965;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/009-fix-team-member-margin-bug\";i:914;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/108-square-slider-controls\";i:552;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/078-adjust-page-builder-row-spacing\";i:755;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/151-footer-info-padding\";i:894;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/149-project-cpt-custom-name\";i:2678;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/011-custom-css-media-queries\";i:15732;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/005-adjust-slider-height\";i:1270;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/102-woocommerce-four-column-layout\";i:1013;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/118-hide-gallery-titles\";i:653;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/043-genos-pricing-table-corners\";i:3326;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/056-no-gallery-image-distortion\";i:753;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/138-set-footer-content-width\";i:909;s:156:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/013-add-page-builder-to-other-post-types\";i:12747;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/033-export-settings\";i:947;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/062-hide-header-completely\";i:706;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/012-add-floating-widget-area\";i:1771;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/152-footer-menu-padding\";i:915;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/051-genos-subscribe-module-style\";i:2005;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/030-remove-bullets-in-pricing-table\";i:548;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/002-center-theme-info-links\";i:645;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/010-custom-css-all-screen-sizes\";i:910;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/038-js-in-external-file\";i:382;s:143:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/092-enable-gzip-compression\";i:736;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes/066-change-header-height\";i:990;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/fixes\";i:288943;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/supreme-modules-for-divi\";i:1007;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/the-events-calendar\";i:499;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/munder-difflin\";i:557;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wpml\";i:25339;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/post-types-order\";i:490;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/divi-icon-king\";i:1681;s:128:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wp-optimize\";i:267;s:126:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat/wp-rocket\";i:1719;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/compat\";i:32090;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/hooks\";i:8587;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-close-button-styles\";i:2166;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-arrow-styles\";i:2160;s:155:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/dot-navigation-styles\";i:8187;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/image-count\";i:7292;s:157:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-bg-color\";i:2694;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-title\";i:1855;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-dots\";i:2680;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-image-count\";i:2166;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/cursor-arrows\";i:8183;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/grid-image-sizes\";i:18607;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-icons\";i:3356;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-image-count\";i:1848;s:159:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-background-color\";i:2644;s:153:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/lightbox-hide-title\";i:2127;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-swipe-mode\";i:4679;s:146:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/arrow-styles\";i:1464;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-lightbox\";i:2669;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/order\";i:5710;s:152:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/slider-hide-arrows\";i:2691;s:162:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster/disable-grid-slide-in-effect\";i:2950;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins/gallery-booster\";i:93120;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugins\";i:93211;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/classes\";i:31148;s:137:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/deprecated/deprecated-icons\";i:1256;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/deprecated\";i:1256;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/img\";i:15215;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/js\";i:1624;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/languages\";i:77601;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/examples\";i:1788;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/css\";i:1334;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/vendor\";i:52199;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/DebugBar\";i:13954;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Vcs-old\";i:51438;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Plugin\";i:37870;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10/Theme\";i:8853;s:141:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4p10\";i:192960;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc/v4\";i:159;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker/Puc\";i:193119;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/plugin-update-checker\";i:347753;s:132:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/helpers/dynamic-assets\";i:3475;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/helpers\";i:3630;s:129:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/socicon/fonts\";i:736608;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/socicon\";i:764460;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon/fonts\";i:54925;s:142:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/icomoon\";i:94678;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons/svg\";i:46693;s:134:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons/divi-booster-icons\";i:145226;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/icons\";i:949664;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/divi\";i:3466;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/NO_EDIT_shared\";i:53133;s:123:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/plugins\";i:326;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/settings/field_types\";i:8120;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin/settings\";i:8120;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/admin\";i:19887;s:145:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/slider-module-random-order\";i:2952;s:139:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/dbdb-blogmodule-tags\";i:3590;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/socialmediafollownetworks\";i:12938;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/login-module-custom-redirect-url\";i:1853;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/contact-form-confirmation-email\";i:7529;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/blog-module-author-filter\";i:1928;s:138:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/dbdb-posttitle-tags\";i:3547;s:144:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/contactFormEmailBlacklist\";i:43229;s:148:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/email-option-button-animation\";i:2509;s:149:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features/slider-module-link-slide-title\";i:2496;s:118:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/features\";i:84692;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/libs\";i:22963;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/divi5\";i:85;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_accordion\";i:7253;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_video\";i:11963;s:136:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_slide\";i:11187;s:147:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_fullwidth_slider\";i:4405;s:135:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_menu\";i:12346;s:154:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/project_order\";i:8115;s:151:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/active_tab\";i:2099;s:150:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio/tab_order\";i:4908;s:140:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options/et_pb_portfolio\";i:15320;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core/module_options\";i:83810;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster/core\";i:2079421;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/divi-booster\";i:2138252;s:119:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator/js\";i:375630;s:133:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator/includes/classes\";i:279941;s:131:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator/includes/forms\";i:78899;s:130:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator/includes/help\";i:62301;s:125:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator/includes\";i:421141;s:121:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator/lang\";i:300209;s:120:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator/css\";i:416545;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins/child-theme-configurator\";i:1800243;s:91:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/plugins\";i:164817403;s:105:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/config\";i:2990;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp/cache/tracker\";i:543914;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp/cache\";i:543954;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp/latest\";i:40;s:108:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp/tcpdf\";i:40;s:109:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp/assets\";i:40;s:114:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp/templates_c\";i:40;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp/logs\";i:40;s:102:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo/tmp\";i:544194;s:98:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/matomo\";i:132598062;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2026/02\";i:7662592;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2026/01\";i:51328038;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2026/03\";i:1897050;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2026\";i:60887680;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/wtfdivi\";i:423;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/09\";i:3417476;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/12\";i:185319;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/04\";i:1264651;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/06\";i:43819739;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/08\";i:2156144;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/07\";i:15522244;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/05\";i:77174843;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/03\";i:24021691;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023/10\";i:25558535;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2023\";i:193120642;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025/02\";i:1925732;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025/09\";i:2250830;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025/04\";i:1153463;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025/11\";i:865937;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025/06\";i:4249816;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025/05\";i:1938305;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025/10\";i:31914619;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2025\";i:44298702;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/config\";i:3072;s:124:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp/cache/tracker\";i:567214;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp/cache\";i:567254;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp/latest\";i:20;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp/tcpdf\";i:40;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp/assets\";i:40;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp/templates_c\";i:40;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp/logs\";i:40;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo/tmp\";i:568033;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/matomo\";i:707825;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2026/01\";i:3105103;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2026/03\";i:1542635;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2026\";i:4647738;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/wtfdivi\";i:423;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/09\";i:3417476;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/12\";i:185319;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/04\";i:1264651;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/06\";i:43819739;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/08\";i:2156144;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/07\";i:15522244;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/05\";i:77174843;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/03\";i:24021691;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023/10\";i:25558535;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2023\";i:193120642;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2025/02\";i:1925732;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2025/04\";i:7215210;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2025/05\";i:1748845;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2025/03\";i:2202056;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2025/10\";i:1503705;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2025\";i:14595548;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/02\";i:8976091;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/09\";i:3801617;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/01\";i:2817309;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/12\";i:9504752;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/11\";i:7264726;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/06\";i:991185;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/08\";i:14523314;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/07\";i:2781783;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/05\";i:430908;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/03\";i:36289059;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024/10\";i:38535647;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3/2024\";i:125916391;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/3\";i:338988567;s:113:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo/config\";i:2990;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo/tmp/cache\";i:20;s:116:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo/tmp/tcpdf\";i:20;s:117:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo/tmp/assets\";i:20;s:122:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo/tmp/templates_c\";i:20;s:115:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo/tmp/logs\";i:20;s:110:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo/tmp\";i:120;s:106:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/matomo\";i:139830;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2026/02\";i:1512171;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2026/01\";i:15396027;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2026/03\";i:3649205;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2026\";i:20557403;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/wtfdivi\";i:423;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2023/04\";i:1264651;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2023/06\";i:38112863;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2023/08\";i:911445;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2023/05\";i:77174843;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2023/03\";i:24021691;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2023/10\";i:14084481;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2023\";i:155569974;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2025/01\";i:1201908;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2025/11\";i:2037079;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2025/03\";i:947843;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2025/10\";i:3952647;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2025\";i:8139477;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2024/02\";i:1935070;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2024/01\";i:1935070;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2024/12\";i:1852887;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2024/11\";i:1852887;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2024/03\";i:1786997;s:107:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2024/10\";i:5259462;s:104:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2/2024\";i:14622373;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites/2\";i:199029480;s:97:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/sites\";i:538018047;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/02\";i:8976091;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/09\";i:3801617;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/01\";i:2817309;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/12\";i:9504752;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/11\";i:7264726;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/06\";i:991185;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/08\";i:14523314;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/07\";i:2781783;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/05\";i:430908;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/03\";i:56390861;s:99:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024/10\";i:47364584;s:96:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads/2024\";i:154847130;s:91:\"/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/uploads\";i:1123770686;}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4464, 'iwp_connect_helper_error_log', 'a:1:{i:0;a:5:{s:7:\"api_url\";s:55:\"https://app.instawp.io/api/v1/connects/224927/heartbeat\";s:13:\"response_code\";s:3:\"500\";s:4:\"args\";a:1:{i:0;s:25452:\"eyJzaXRlX2luZm9ybWF0aW9uIjp7InRpdGxlIjoiQ0YgSW5kdXN0cmllcyBUb3RhbCBSZXdhcmRzIFVuaXRlZCBTdGF0ZXMiLCJpY29uIjoiaHR0cHM6XC9cL3N0ZWFkaWVzdC13aWxsZXQtNDc2MmJkLmluc3Rhd3AueHl6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDIzXC8wM1wvQ0ZhcHBsZS1pY29uLTE4MHgxODAtMS5wbmciLCJ3cF92ZXJzaW9uIjoiNi45LjEiLCJwaHBfdmVyc2lvbiI6IjguMC4zMCIsInBsdWdpbl92ZXJzaW9uIjoiMC4xLjIuNiIsInRvdGFsX3NpemUiOjE3MTEyMDYyMzgsImZpbGVfc2l6ZSI6MTY1OTg1ODc4MiwiZGJfc2l6ZSI6NTEzNDc0NTYsInRoZW1lIjoiRGl2aSBDaGlsZCBDRkkiLCJwb3N0cyI6MCwicGFnZXMiOiI1NSIsInVzZXJzIjo0LCJjb3JlIjpbeyJ2ZXJzaW9uIjoiNi45LjEiLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVzIjpbXX1dLCJ0aGVtZXMiOlt7InNsdWciOiJEaXZpLWNoaWxkIiwidmVyc2lvbiI6IjQuMC4zLjE2NzkwODM4NzIiLCJwYXJlbnQiOiJEaXZpIiwiYWN0aXZhdGVkIjp0cnVlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2V9LHsic2x1ZyI6IkRpdmkiLCJ2ZXJzaW9uIjoiNC4yNy42IiwicGFyZW50IjoiIiwiYWN0aXZhdGVkIjpmYWxzZSwidXBkYXRlX2F2YWlsYWJsZSI6ZmFsc2UsInVwZGF0ZV92ZXJzaW9uIjoiIiwidXBkYXRlX2VuYWJsZWQiOnRydWV9LHsic2x1ZyI6InR3ZW50eXR3ZW50eWZpdmUiLCJ2ZXJzaW9uIjoiMS4zIiwicGFyZW50IjoidHdlbnR5dHdlbnR5Zml2ZSIsImFjdGl2YXRlZCI6ZmFsc2UsInVwZGF0ZV9hdmFpbGFibGUiOnRydWUsInVwZGF0ZV92ZXJzaW9uIjoiMS40IiwidXBkYXRlX2VuYWJsZWQiOmZhbHNlfV0sInBsdWdpbnMiOlt7InNsdWciOiJhY2YtZXh0ZW5kZWQtcHJvIiwibmFtZSI6ImFjZi1leHRlbmRlZC1wcm9cL2FjZi1leHRlbmRlZC5waHAiLCJ2ZXJzaW9uIjoiMC44LjguMTAiLCJhY3RpdmF0ZWQiOnRydWUsInVwZGF0ZV9hdmFpbGFibGUiOmZhbHNlLCJ1cGRhdGVfdmVyc2lvbiI6IiIsInVwZGF0ZV9lbmFibGVkIjpmYWxzZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL2FjZi1leHRlbmRlZC1wcm9cL2Fzc2V0c1wvaWNvbi0xMjh4MTI4LnBuZyIsImRhdGEiOnsiTmFtZSI6IkFkdmFuY2VkIEN1c3RvbSBGaWVsZHM6IEV4dGVuZGVkIFBSTyIsIlBsdWdpblVSSSI6Imh0dHBzOlwvXC93d3cuYWNmLWV4dGVuZGVkLmNvbSIsIlZlcnNpb24iOiIwLjguOC4xMCIsIkRlc2NyaXB0aW9uIjoiQWxsLWluLW9uZSBlbmhhbmNlbWVudCBzdWl0ZSB0aGF0IGltcHJvdmVzIFdvcmRQcmVzcyAmIEFkdmFuY2VkIEN1c3RvbSBGaWVsZHMuIiwiQXV0aG9yIjoiQUNGIEV4dGVuZGVkIiwiQXV0aG9yVVJJIjoiaHR0cHM6XC9cL3d3dy5hY2YtZXh0ZW5kZWQuY29tIiwiVGV4dERvbWFpbiI6ImFjZmUiLCJEb21haW5QYXRoIjoiXC9sYW5nIiwiTmV0d29yayI6ZmFsc2UsIlJlcXVpcmVzV1AiOiIiLCJSZXF1aXJlc1BIUCI6IiIsIlVwZGF0ZVVSSSI6IiIsIlJlcXVpcmVzUGx1Z2lucyI6IiIsIlRpdGxlIjoiQWR2YW5jZWQgQ3VzdG9tIEZpZWxkczogRXh0ZW5kZWQgUFJPIiwiQXV0aG9yTmFtZSI6IkFDRiBFeHRlbmRlZCJ9fSx7InNsdWciOiJhZHZhbmNlZC1jdXN0b20tZmllbGRzLXBybyIsIm5hbWUiOiJhZHZhbmNlZC1jdXN0b20tZmllbGRzLXByb1wvYWNmLnBocCIsInZlcnNpb24iOiI2LjIuMCIsImFjdGl2YXRlZCI6dHJ1ZSwidXBkYXRlX2F2YWlsYWJsZSI6ZmFsc2UsInVwZGF0ZV92ZXJzaW9uIjoiIiwidXBkYXRlX2VuYWJsZWQiOmZhbHNlLCJpY29uX3VybCI6Imh0dHBzOlwvXC9wcy53Lm9yZ1wvYWR2YW5jZWQtY3VzdG9tLWZpZWxkcy1wcm9cL2Fzc2V0c1wvaWNvbi0xMjh4MTI4LnBuZyIsImRhdGEiOnsiTmFtZSI6IkFkdmFuY2VkIEN1c3RvbSBGaWVsZHMgUFJPIiwiUGx1Z2luVVJJIjoiaHR0cHM6XC9cL3d3dy5hZHZhbmNlZGN1c3RvbWZpZWxkcy5jb20iLCJWZXJzaW9uIjoiNi4yLjAiLCJEZXNjcmlwdGlvbiI6IkN1c3RvbWl6ZSBXb3JkUHJlc3Mgd2l0aCBwb3dlcmZ1bCwgcHJvZmVzc2lvbmFsIGFuZCBpbnR1aXRpdmUgZmllbGRzLiIsIkF1dGhvciI6IldQIEVuZ2luZSIsIkF1dGhvclVSSSI6Imh0dHBzOlwvXC93cGVuZ2luZS5jb21cLz91dG1fc291cmNlPXdvcmRwcmVzcy5vcmcmdXRtX21lZGl1bT1yZWZlcnJhbCZ1dG1fY2FtcGFpZ249cGx1Z2luX2RpcmVjdG9yeSZ1dG1fY29udGVudD1hZHZhbmNlZF9jdXN0b21fZmllbGRzIiwiVGV4dERvbWFpbiI6ImFjZiIsIkRvbWFpblBhdGgiOiJcL2xhbmciLCJOZXR3b3JrIjpmYWxzZSwiUmVxdWlyZXNXUCI6IiIsIlJlcXVpcmVzUEhQIjoiIiwiVXBkYXRlVVJJIjoiaHR0cHM6XC9cL3d3dy5hZHZhbmNlZGN1c3RvbWZpZWxkcy5jb21cL3BybyIsIlJlcXVpcmVzUGx1Z2lucyI6IiIsIlRpdGxlIjoiQWR2YW5jZWQgQ3VzdG9tIEZpZWxkcyBQUk8iLCJBdXRob3JOYW1lIjoiV1AgRW5naW5lIn19LHsic2x1ZyI6ImFsbC1pbi1vbmUtd3AtbWlncmF0aW9uIiwibmFtZSI6ImFsbC1pbi1vbmUtd3AtbWlncmF0aW9uXC9hbGwtaW4tb25lLXdwLW1pZ3JhdGlvbi5waHAiLCJ2ZXJzaW9uIjoiNy4xMDIiLCJhY3RpdmF0ZWQiOmZhbHNlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6dHJ1ZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL2FsbC1pbi1vbmUtd3AtbWlncmF0aW9uXC9hc3NldHNcL2ljb24tMTI4eDEyOC5wbmciLCJkYXRhIjp7Ik5hbWUiOiJBbGwtaW4tT25lIFdQIE1pZ3JhdGlvbiBhbmQgQmFja3VwIiwiUGx1Z2luVVJJIjoiaHR0cHM6XC9cL3NlcnZtYXNrLmNvbVwvIiwiVmVyc2lvbiI6IjcuMTAyIiwiRGVzY3JpcHRpb24iOiJBbGwtaW4tT25lIFdQIE1pZ3JhdGlvbiBtYWtlcyBtb3ZpbmcgeW91ciBlbnRpcmUgV29yZFByZXNzIHNpdGUgc2ltcGxlLiBFeHBvcnQgb3IgaW1wb3J0IHlvdXIgZGF0YWJhc2UsIG1lZGlhLCBwbHVnaW5zLCBhbmQgdGhlbWVzIHdpdGgganVzdCBhIGZldyBjbGlja3MuIiwiQXV0aG9yIjoiU2Vydk1hc2siLCJBdXRob3JVUkkiOiJodHRwczpcL1wvc2Vydm1hc2suY29tXC8iLCJUZXh0RG9tYWluIjoiYWxsLWluLW9uZS13cC1taWdyYXRpb24iLCJEb21haW5QYXRoIjoiXC9sYW5ndWFnZXMiLCJOZXR3b3JrIjp0cnVlLCJSZXF1aXJlc1dQIjoiIiwiUmVxdWlyZXNQSFAiOiIiLCJVcGRhdGVVUkkiOiIiLCJSZXF1aXJlc1BsdWdpbnMiOiIiLCJUaXRsZSI6IkFsbC1pbi1PbmUgV1AgTWlncmF0aW9uIGFuZCBCYWNrdXAiLCJBdXRob3JOYW1lIjoiU2Vydk1hc2sifX0seyJzbHVnIjoiYmV0dGVyLXNlYXJjaC1yZXBsYWNlIiwibmFtZSI6ImJldHRlci1zZWFyY2gtcmVwbGFjZVwvYmV0dGVyLXNlYXJjaC1yZXBsYWNlLnBocCIsInZlcnNpb24iOiIxLjQuMTAiLCJhY3RpdmF0ZWQiOnRydWUsInVwZGF0ZV9hdmFpbGFibGUiOmZhbHNlLCJ1cGRhdGVfdmVyc2lvbiI6IiIsInVwZGF0ZV9lbmFibGVkIjpmYWxzZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL2JldHRlci1zZWFyY2gtcmVwbGFjZVwvYXNzZXRzXC9pY29uLTEyOHgxMjgucG5nIiwiZGF0YSI6eyJOYW1lIjoiQmV0dGVyIFNlYXJjaCBSZXBsYWNlIiwiUGx1Z2luVVJJIjoiaHR0cHM6XC9cL2JldHRlcnNlYXJjaHJlcGxhY2UuY29tIiwiVmVyc2lvbiI6IjEuNC4xMCIsIkRlc2NyaXB0aW9uIjoiQSBzbWFsbCBwbHVnaW4gZm9yIHJ1bm5pbmcgYSBzZWFyY2hcL3JlcGxhY2Ugb24geW91ciBXb3JkUHJlc3MgZGF0YWJhc2UuIiwiQXV0aG9yIjoiV1AgRW5naW5lIiwiQXV0aG9yVVJJIjoiaHR0cHM6XC9cL2JldHRlcnNlYXJjaHJlcGxhY2UuY29tIiwiVGV4dERvbWFpbiI6ImJldHRlci1zZWFyY2gtcmVwbGFjZSIsIkRvbWFpblBhdGgiOiJcL2xhbmd1YWdlcyIsIk5ldHdvcmsiOnRydWUsIlJlcXVpcmVzV1AiOiIiLCJSZXF1aXJlc1BIUCI6IiIsIlVwZGF0ZVVSSSI6ImZhbHNlIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJCZXR0ZXIgU2VhcmNoIFJlcGxhY2UiLCJBdXRob3JOYW1lIjoiV1AgRW5naW5lIn19LHsic2x1ZyI6ImNoaWxkLXRoZW1lLWNvbmZpZ3VyYXRvciIsIm5hbWUiOiJjaGlsZC10aGVtZS1jb25maWd1cmF0b3JcL2NoaWxkLXRoZW1lLWNvbmZpZ3VyYXRvci5waHAiLCJ2ZXJzaW9uIjoiMi42LjYiLCJhY3RpdmF0ZWQiOnRydWUsInVwZGF0ZV9hdmFpbGFibGUiOmZhbHNlLCJ1cGRhdGVfdmVyc2lvbiI6IiIsInVwZGF0ZV9lbmFibGVkIjpmYWxzZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL2NoaWxkLXRoZW1lLWNvbmZpZ3VyYXRvclwvYXNzZXRzXC9pY29uLTEyOHgxMjgucG5nIiwiZGF0YSI6eyJOYW1lIjoiQ2hpbGQgVGhlbWUgQ29uZmlndXJhdG9yIiwiUGx1Z2luVVJJIjoiaHR0cDpcL1wvd3d3LmNoaWxkdGhlbWVwbHVnaW4uY29tIiwiVmVyc2lvbiI6IjIuNi42IiwiRGVzY3JpcHRpb24iOiJXaGVuIHVzaW5nIHRoZSBDdXN0b21pemVyIGlzIG5vdCBlbm91Z2ggLSBDcmVhdGUgY2hpbGQgdGhlbWVzIGFuZCBjdXN0b21pemUgc3R5bGVzLCB0ZW1wbGF0ZXMsIGZ1bmN0aW9ucyBhbmQgbW9yZS4iLCJBdXRob3IiOiJMaWxhZWEgTWVkaWEiLCJBdXRob3JVUkkiOiJodHRwOlwvXC93d3cubGlsYWVhbWVkaWEuY29tIiwiVGV4dERvbWFpbiI6ImNoaWxkLXRoZW1lLWNvbmZpZ3VyYXRvciIsIkRvbWFpblBhdGgiOiJcL2xhbmciLCJOZXR3b3JrIjpmYWxzZSwiUmVxdWlyZXNXUCI6IiIsIlJlcXVpcmVzUEhQIjoiIiwiVXBkYXRlVVJJIjoiIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJDaGlsZCBUaGVtZSBDb25maWd1cmF0b3IiLCJBdXRob3JOYW1lIjoiTGlsYWVhIE1lZGlhIn19LHsic2x1ZyI6ImNvb2tpZS1ub3RpY2UiLCJuYW1lIjoiY29va2llLW5vdGljZVwvY29va2llLW5vdGljZS5waHAiLCJ2ZXJzaW9uIjoiMi41LjYiLCJhY3RpdmF0ZWQiOmZhbHNlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2UsImljb25fdXJsIjoiaHR0cHM6XC9cL3BzLncub3JnXC9jb29raWUtbm90aWNlXC9hc3NldHNcL2ljb24tMTI4eDEyOC5wbmciLCJkYXRhIjp7Ik5hbWUiOiJDb29raWUgTm90aWNlICYgQ29tcGxpYW5jZSBmb3IgR0RQUiBcLyBDQ1BBIiwiUGx1Z2luVVJJIjoiaHR0cHM6XC9cL2Nvb2tpZS1jb21wbGlhbmNlLmNvXC8iLCJWZXJzaW9uIjoiMi41LjYiLCJEZXNjcmlwdGlvbiI6IkNvb2tpZSBOb3RpY2UgYWxsb3dzIHlvdSB0byB5b3UgZWxlZ2FudGx5IGluZm9ybSB1c2VycyB0aGF0IHlvdXIgc2l0ZSB1c2VzIGNvb2tpZXMgYW5kIGhlbHBzIHlvdSBjb21wbHkgd2l0aCBHRFBSLCBDQ1BBIGFuZCBvdGhlciBkYXRhIHByaXZhY3kgbGF3cy4iLCJBdXRob3IiOiJIdS1tYW5pdHkuY28iLCJBdXRob3JVUkkiOiJodHRwczpcL1wvaHUtbWFuaXR5LmNvXC8iLCJUZXh0RG9tYWluIjoiY29va2llLW5vdGljZSIsIkRvbWFpblBhdGgiOiJcL2xhbmd1YWdlcyIsIk5ldHdvcmsiOmZhbHNlLCJSZXF1aXJlc1dQIjoiIiwiUmVxdWlyZXNQSFAiOiIiLCJVcGRhdGVVUkkiOiIiLCJSZXF1aXJlc1BsdWdpbnMiOiIiLCJUaXRsZSI6IkNvb2tpZSBOb3RpY2UgJiBDb21wbGlhbmNlIGZvciBHRFBSIFwvIENDUEEiLCJBdXRob3JOYW1lIjoiSHUtbWFuaXR5LmNvIn19LHsic2x1ZyI6ImNvb2tpZS1sYXctaW5mbyIsIm5hbWUiOiJjb29raWUtbGF3LWluZm9cL2Nvb2tpZS1sYXctaW5mby5waHAiLCJ2ZXJzaW9uIjoiMy4yLjEwIiwiYWN0aXZhdGVkIjpmYWxzZSwidXBkYXRlX2F2YWlsYWJsZSI6ZmFsc2UsInVwZGF0ZV92ZXJzaW9uIjoiIiwidXBkYXRlX2VuYWJsZWQiOmZhbHNlLCJpY29uX3VybCI6Imh0dHBzOlwvXC9wcy53Lm9yZ1wvY29va2llLWxhdy1pbmZvXC9hc3NldHNcL2ljb24tMTI4eDEyOC5wbmciLCJkYXRhIjp7Ik5hbWUiOiJDb29raWVZZXMgfCBHRFBSIENvb2tpZSBDb25zZW50IiwiUGx1Z2luVVJJIjoiaHR0cHM6XC9cL3d3dy5jb29raWV5ZXMuY29tXC8iLCJWZXJzaW9uIjoiMy4yLjEwIiwiRGVzY3JpcHRpb24iOiJBIHNpbXBsZSB3YXkgdG8gc2hvdyB5b3VyIHdlYnNpdGUgY29tcGxpZXMgd2l0aCB0aGUgRVUgQ29va2llIExhdyBcLyBHRFBSLiIsIkF1dGhvciI6IkNvb2tpZVllcyIsIkF1dGhvclVSSSI6Imh0dHBzOlwvXC93d3cuY29va2lleWVzLmNvbVwvIiwiVGV4dERvbWFpbiI6ImNvb2tpZS1sYXctaW5mbyIsIkRvbWFpblBhdGgiOiIiLCJOZXR3b3JrIjpmYWxzZSwiUmVxdWlyZXNXUCI6IiIsIlJlcXVpcmVzUEhQIjoiIiwiVXBkYXRlVVJJIjoiIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJDb29raWVZZXMgfCBHRFBSIENvb2tpZSBDb25zZW50IiwiQXV0aG9yTmFtZSI6IkNvb2tpZVllcyJ9fSx7InNsdWciOiJkaXZpLWJvb3N0ZXIiLCJuYW1lIjoiZGl2aS1ib29zdGVyXC9kaXZpLWJvb3N0ZXIucGhwIiwidmVyc2lvbiI6IjQuOC4xIiwiYWN0aXZhdGVkIjp0cnVlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2UsImljb25fdXJsIjoiaHR0cHM6XC9cL3BzLncub3JnXC9kaXZpLWJvb3N0ZXJcL2Fzc2V0c1wvaWNvbi0xMjh4MTI4LnBuZyIsImRhdGEiOnsiTmFtZSI6IkRpdmkgQm9vc3RlciIsIlBsdWdpblVSSSI6IiIsIlZlcnNpb24iOiI0LjguMSIsIkRlc2NyaXB0aW9uIjoiQnVnIGZpeGVzIGFuZCBlbmhhbmNlbWVudHMgZm9yIEVsZWdhbnQgVGhlbWVzJyBEaXZpIFRoZW1lLiIsIkF1dGhvciI6IkRhbiBNb3Nzb3AiLCJBdXRob3JVUkkiOiJodHRwczpcL1wvZGl2aWJvb3N0ZXIuY29tIiwiVGV4dERvbWFpbiI6ImRpdmktYm9vc3RlciIsIkRvbWFpblBhdGgiOiIiLCJOZXR3b3JrIjpmYWxzZSwiUmVxdWlyZXNXUCI6IiIsIlJlcXVpcmVzUEhQIjoiNS4zIiwiVXBkYXRlVVJJIjoiIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJEaXZpIEJvb3N0ZXIiLCJBdXRob3JOYW1lIjoiRGFuIE1vc3NvcCJ9fSx7InNsdWciOiJkaXZpLXBpeGVsIiwibmFtZSI6ImRpdmktcGl4ZWxcL2RpdmktcGl4ZWwucGhwIiwidmVyc2lvbiI6IjIuMzQuMiIsImFjdGl2YXRlZCI6ZmFsc2UsInVwZGF0ZV9hdmFpbGFibGUiOmZhbHNlLCJ1cGRhdGVfdmVyc2lvbiI6IiIsInVwZGF0ZV9lbmFibGVkIjpmYWxzZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL2RpdmktcGl4ZWxcL2Fzc2V0c1wvaWNvbi0xMjh4MTI4LnBuZyIsImRhdGEiOnsiTmFtZSI6IkRpdmkgUGl4ZWwiLCJQbHVnaW5VUkkiOiJodHRwczpcL1wvd3d3LmRpdmktcGl4ZWwuY29tIiwiVmVyc2lvbiI6IjIuMzQuMiIsIkRlc2NyaXB0aW9uIjoiRGl2aSBQaXhlbCBpcyBhbiBhbGwtaW4tb25lIHNvbHV0aW9uIGZvciBhbGwgRGl2aSB1c2VycywgZnJvbSBhYnNvbHV0ZSBiZWdpbm5lcnMgdG8gZXhwZXJpZW5jZWQgcHJvZmVzc2lvbmFscy4iLCJBdXRob3IiOiJPY3RvbGFiIE9cdTAwZGMiLCJBdXRob3JVUkkiOiJodHRwczpcL1wvd3d3LmRpdmktcGl4ZWwuY29tIiwiVGV4dERvbWFpbiI6ImRpcGktZGl2aS1waXhlbCIsIkRvbWFpblBhdGgiOiJcL2xhbmd1YWdlcyIsIk5ldHdvcmsiOmZhbHNlLCJSZXF1aXJlc1dQIjoiIiwiUmVxdWlyZXNQSFAiOiIiLCJVcGRhdGVVUkkiOiJodHRwczpcL1wvd3d3LmRpdmktcGl4ZWwuY29tIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJEaXZpIFBpeGVsIiwiQXV0aG9yTmFtZSI6Ik9jdG9sYWIgT1x1MDBkYyJ9fSx7InNsdWciOiJkb2N1bWVudC1tYW5hZ2VtZW50IiwibmFtZSI6ImRvY3VtZW50LW1hbmFnZW1lbnRcL2RvY3VtZW50LW1hbmFnZW1lbnQucGhwIiwidmVyc2lvbiI6IiIsImFjdGl2YXRlZCI6dHJ1ZSwidXBkYXRlX2F2YWlsYWJsZSI6ZmFsc2UsInVwZGF0ZV92ZXJzaW9uIjoiIiwidXBkYXRlX2VuYWJsZWQiOmZhbHNlLCJpY29uX3VybCI6Imh0dHBzOlwvXC9wcy53Lm9yZ1wvZG9jdW1lbnQtbWFuYWdlbWVudFwvYXNzZXRzXC9pY29uLTEyOHgxMjgucG5nIiwiZGF0YSI6eyJOYW1lIjoiRG9jdW1lbnQgTWFuYWdtZW50IiwiUGx1Z2luVVJJIjoiIiwiVmVyc2lvbiI6IiIsIkRlc2NyaXB0aW9uIjoiIiwiQXV0aG9yIjoiIiwiQXV0aG9yVVJJIjoiIiwiVGV4dERvbWFpbiI6ImRvY3VtZW50LW1hbmFnZW1lbnQiLCJEb21haW5QYXRoIjoiIiwiTmV0d29yayI6ZmFsc2UsIlJlcXVpcmVzV1AiOiIiLCJSZXF1aXJlc1BIUCI6IiIsIlVwZGF0ZVVSSSI6IiIsIlJlcXVpcmVzUGx1Z2lucyI6IiIsIlRpdGxlIjoiRG9jdW1lbnQgTWFuYWdtZW50IiwiQXV0aG9yTmFtZSI6IiJ9fSx7InNsdWciOiJpbnN0YXdwLWNvbm5lY3QiLCJuYW1lIjoiaW5zdGF3cC1jb25uZWN0XC9pbnN0YXdwLWNvbm5lY3QucGhwIiwidmVyc2lvbiI6IjAuMS4yLjYiLCJhY3RpdmF0ZWQiOmZhbHNlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2UsImljb25fdXJsIjoiaHR0cHM6XC9cL3BzLncub3JnXC9pbnN0YXdwLWNvbm5lY3RcL2Fzc2V0c1wvaWNvbi0xMjh4MTI4LnBuZyIsImRhdGEiOnsiTmFtZSI6Ikluc3RhV1AgQ29ubmVjdCIsIlBsdWdpblVSSSI6IiIsIlZlcnNpb24iOiIwLjEuMi42IiwiRGVzY3JpcHRpb24iOiIxLWNsaWNrIFdvcmRQcmVzcyBwbHVnaW4gZm9yIFN0YWdpbmcsIE1pZ3JhdGlvbnMsIE1hbmFnZW1lbnQsIFN5bmMgYW5kIENvbXBhbmlvbiBwbHVnaW4gZm9yIEluc3RhV1AuIiwiQXV0aG9yIjoiSW5zdGFXUCBUZWFtIiwiQXV0aG9yVVJJIjoiaHR0cHM6XC9cL2luc3Rhd3AuY29tXC8iLCJUZXh0RG9tYWluIjoiaW5zdGF3cC1jb25uZWN0IiwiRG9tYWluUGF0aCI6IlwvbGFuZ3VhZ2VzIiwiTmV0d29yayI6ZmFsc2UsIlJlcXVpcmVzV1AiOiIiLCJSZXF1aXJlc1BIUCI6IiIsIlVwZGF0ZVVSSSI6IiIsIlJlcXVpcmVzUGx1Z2lucyI6IiIsIlRpdGxlIjoiSW5zdGFXUCBDb25uZWN0IiwiQXV0aG9yTmFtZSI6Ikluc3RhV1AgVGVhbSJ9fSx7InNsdWciOiJtYXRvbW8iLCJuYW1lIjoibWF0b21vXC9tYXRvbW8ucGhwIiwidmVyc2lvbiI6IjUuNi4xIiwiYWN0aXZhdGVkIjpmYWxzZSwidXBkYXRlX2F2YWlsYWJsZSI6ZmFsc2UsInVwZGF0ZV92ZXJzaW9uIjoiIiwidXBkYXRlX2VuYWJsZWQiOmZhbHNlLCJpY29uX3VybCI6Imh0dHBzOlwvXC9wcy53Lm9yZ1wvbWF0b21vXC9hc3NldHNcL2ljb24tMTI4eDEyOC5wbmciLCJkYXRhIjp7Ik5hbWUiOiJNYXRvbW8gQW5hbHl0aWNzIC0gRXRoaWNhbCBTdGF0cy4gUG93ZXJmdWwgSW5zaWdodHMuIiwiUGx1Z2luVVJJIjoiIiwiVmVyc2lvbiI6IjUuNi4xIiwiRGVzY3JpcHRpb24iOiJQcml2YWN5IGZyaWVuZGx5LCBHRFBSIGNvbXBsaWFudCBhbmQgc2VsZi1ob3N0ZWQuIE1hdG9tbyBpcyB0aGUgIzEgR29vZ2xlIEFuYWx5dGljcyBhbHRlcm5hdGl2ZSB0aGF0IGdpdmVzIHlvdSBjb250cm9sIG9mIHlvdXIgZGF0YS4gRnJlZSBhbmQgc2VjdXJlLiIsIkF1dGhvciI6Ik1hdG9tbyIsIkF1dGhvclVSSSI6Imh0dHBzOlwvXC9tYXRvbW8ub3JnIiwiVGV4dERvbWFpbiI6Im1hdG9tbyIsIkRvbWFpblBhdGgiOiJcL2xhbmd1YWdlcyIsIk5ldHdvcmsiOmZhbHNlLCJSZXF1aXJlc1dQIjoiIiwiUmVxdWlyZXNQSFAiOiIiLCJVcGRhdGVVUkkiOiIiLCJSZXF1aXJlc1BsdWdpbnMiOiIiLCJUaXRsZSI6Ik1hdG9tbyBBbmFseXRpY3MgLSBFdGhpY2FsIFN0YXRzLiBQb3dlcmZ1bCBJbnNpZ2h0cy4iLCJBdXRob3JOYW1lIjoiTWF0b21vIn19LHsic2x1ZyI6Im11bHRpc2l0ZS1jbG9uZS1kdXBsaWNhdG9yIiwibmFtZSI6Im11bHRpc2l0ZS1jbG9uZS1kdXBsaWNhdG9yXC9tdWx0aXNpdGUtY2xvbmUtZHVwbGljYXRvci5waHAiLCJ2ZXJzaW9uIjoiMS41LjMiLCJhY3RpdmF0ZWQiOmZhbHNlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2UsImljb25fdXJsIjoiaHR0cHM6XC9cL3BzLncub3JnXC9tdWx0aXNpdGUtY2xvbmUtZHVwbGljYXRvclwvYXNzZXRzXC9pY29uLTEyOHgxMjgucG5nIiwiZGF0YSI6eyJOYW1lIjoiTXVsdGlTaXRlIENsb25lIER1cGxpY2F0b3IiLCJQbHVnaW5VUkkiOiJodHRwOlwvXC93b3JkcHJlc3Mub3JnXC9wbHVnaW5zXC9tdWx0aXNpdGUtY2xvbmUtZHVwbGljYXRvclwvIiwiVmVyc2lvbiI6IjEuNS4zIiwiRGVzY3JpcHRpb24iOiJDbG9uZXMgYW4gZXhpc3Rpbmcgc2l0ZSBpbnRvIGEgbmV3IG9uZSBpbiBhIG11bHRpc2l0ZSBpbnN0YWxsYXRpb24gOiBjb3BpZXMgYWxsIHRoZSBwb3N0cywgc2V0dGluZ3MgYW5kIGZpbGVzIiwiQXV0aG9yIjoiSnVsaWVuIE9HRVIsIFBpZXJyZSBEQVJHSEFNLCBEYXZpZCBEQVVHUkVJTEgsIEdMT0JBTElTIG1lZGlhIHN5c3RlbXMiLCJBdXRob3JVUkkiOiJodHRwczpcL1wvZ2l0aHViLmNvbVwvZ2xvYmFsaXMtbXNcL211bHRpc2l0ZS1jbG9uZS1kdXBsaWNhdG9yIiwiVGV4dERvbWFpbiI6Im11bHRpc2l0ZS1jbG9uZS1kdXBsaWNhdG9yIiwiRG9tYWluUGF0aCI6IiIsIk5ldHdvcmsiOnRydWUsIlJlcXVpcmVzV1AiOiI0LjAuMCIsIlJlcXVpcmVzUEhQIjoiIiwiVXBkYXRlVVJJIjoiIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJNdWx0aVNpdGUgQ2xvbmUgRHVwbGljYXRvciIsIkF1dGhvck5hbWUiOiJKdWxpZW4gT0dFUiwgUGllcnJlIERBUkdIQU0sIERhdmlkIERBVUdSRUlMSCwgR0xPQkFMSVMgbWVkaWEgc3lzdGVtcyJ9fSx7InNsdWciOiJyZWxldmFuc3NpIiwibmFtZSI6InJlbGV2YW5zc2lcL3JlbGV2YW5zc2kucGhwIiwidmVyc2lvbiI6IjQuMjYuMCIsImFjdGl2YXRlZCI6ZmFsc2UsInVwZGF0ZV9hdmFpbGFibGUiOmZhbHNlLCJ1cGRhdGVfdmVyc2lvbiI6IiIsInVwZGF0ZV9lbmFibGVkIjpmYWxzZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL3JlbGV2YW5zc2lcL2Fzc2V0c1wvaWNvbi0xMjh4MTI4LnBuZyIsImRhdGEiOnsiTmFtZSI6IlJlbGV2YW5zc2kiLCJQbHVnaW5VUkkiOiJodHRwczpcL1wvd3d3LnJlbGV2YW5zc2kuY29tXC8iLCJWZXJzaW9uIjoiNC4yNi4wIiwiRGVzY3JpcHRpb24iOiJUaGlzIHBsdWdpbiByZXBsYWNlcyBXb3JkUHJlc3Mgc2VhcmNoIHdpdGggYSByZWxldmFuY2Utc29ydGluZyBzZWFyY2guIiwiQXV0aG9yIjoiTWlra28gU2FhcmkiLCJBdXRob3JVUkkiOiJodHRwOlwvXC93d3cubWlra29zYWFyaS5maVwvIiwiVGV4dERvbWFpbiI6InJlbGV2YW5zc2kiLCJEb21haW5QYXRoIjoiIiwiTmV0d29yayI6ZmFsc2UsIlJlcXVpcmVzV1AiOiIiLCJSZXF1aXJlc1BIUCI6IiIsIlVwZGF0ZVVSSSI6IiIsIlJlcXVpcmVzUGx1Z2lucyI6IiIsIlRpdGxlIjoiUmVsZXZhbnNzaSIsIkF1dGhvck5hbWUiOiJNaWtrbyBTYWFyaSJ9fSx7InNsdWciOiJyZWxldmFuc3NpLXByZW1pdW0iLCJuYW1lIjoicmVsZXZhbnNzaS1wcmVtaXVtXC9yZWxldmFuc3NpLnBocCIsInZlcnNpb24iOiIyLjI5LjAiLCJhY3RpdmF0ZWQiOmZhbHNlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2UsImljb25fdXJsIjoiaHR0cHM6XC9cL3BzLncub3JnXC9yZWxldmFuc3NpLXByZW1pdW1cL2Fzc2V0c1wvaWNvbi0xMjh4MTI4LnBuZyIsImRhdGEiOnsiTmFtZSI6IlJlbGV2YW5zc2kgUHJlbWl1bSIsIlBsdWdpblVSSSI6Imh0dHBzOlwvXC93d3cucmVsZXZhbnNzaS5jb21cLyIsIlZlcnNpb24iOiIyLjI5LjAiLCJEZXNjcmlwdGlvbiI6IlRoaXMgcHJlbWl1bSBwbHVnaW4gcmVwbGFjZXMgV29yZFByZXNzIHNlYXJjaCB3aXRoIGEgcmVsZXZhbmNlLXNvcnRpbmcgc2VhcmNoLiIsIkF1dGhvciI6Ik1pa2tvIFNhYXJpIiwiQXV0aG9yVVJJIjoiaHR0cHM6XC9cL3d3dy5taWtrb3NhYXJpLmZpXC8iLCJUZXh0RG9tYWluIjoicmVsZXZhbnNzaSIsIkRvbWFpblBhdGgiOiIiLCJOZXR3b3JrIjpmYWxzZSwiUmVxdWlyZXNXUCI6IiIsIlJlcXVpcmVzUEhQIjoiIiwiVXBkYXRlVVJJIjoiIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJSZWxldmFuc3NpIFByZW1pdW0iLCJBdXRob3JOYW1lIjoiTWlra28gU2FhcmkifX0seyJzbHVnIjoic2VhcmNoLWV4Y2x1ZGUiLCJuYW1lIjoic2VhcmNoLWV4Y2x1ZGVcL3NlYXJjaC1leGNsdWRlLnBocCIsInZlcnNpb24iOiIyLjYuMSIsImFjdGl2YXRlZCI6ZmFsc2UsInVwZGF0ZV9hdmFpbGFibGUiOmZhbHNlLCJ1cGRhdGVfdmVyc2lvbiI6IiIsInVwZGF0ZV9lbmFibGVkIjpmYWxzZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL3NlYXJjaC1leGNsdWRlXC9hc3NldHNcL2ljb24tMTI4eDEyOC5wbmciLCJkYXRhIjp7Ik5hbWUiOiJTZWFyY2ggRXhjbHVkZSIsIlBsdWdpblVSSSI6Imh0dHBzOlwvXC93b3JkcHJlc3Mub3JnXC9wbHVnaW5zXC9zZWFyY2gtZXhjbHVkZSIsIlZlcnNpb24iOiIyLjYuMSIsIkRlc2NyaXB0aW9uIjoiSGlkZSBhbnkgcGFnZSBvciBwb3N0IGZyb20gdGhlIFdvcmRQcmVzcyBzZWFyY2ggcmVzdWx0cyBieSBjaGVja2luZyBvZmYgdGhlIGNoZWNrYm94LiIsIkF1dGhvciI6IlF1YWRMYXllcnMiLCJBdXRob3JVUkkiOiJodHRwczpcL1wvcXVhZGxheWVycy5jb20iLCJUZXh0RG9tYWluIjoic2VhcmNoLWV4Y2x1ZGUiLCJEb21haW5QYXRoIjoiXC9sYW5ndWFnZXMiLCJOZXR3b3JrIjpmYWxzZSwiUmVxdWlyZXNXUCI6IiIsIlJlcXVpcmVzUEhQIjoiNS42IiwiVXBkYXRlVVJJIjoiIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJTZWFyY2ggRXhjbHVkZSIsIkF1dGhvck5hbWUiOiJRdWFkTGF5ZXJzIn19LHsic2x1ZyI6Imdvb2dsZS1zaXRlLWtpdCIsIm5hbWUiOiJnb29nbGUtc2l0ZS1raXRcL2dvb2dsZS1zaXRlLWtpdC5waHAiLCJ2ZXJzaW9uIjoiMS4xNzEuMCIsImFjdGl2YXRlZCI6ZmFsc2UsInVwZGF0ZV9hdmFpbGFibGUiOmZhbHNlLCJ1cGRhdGVfdmVyc2lvbiI6IiIsInVwZGF0ZV9lbmFibGVkIjpmYWxzZSwiaWNvbl91cmwiOiJodHRwczpcL1wvcHMudy5vcmdcL2dvb2dsZS1zaXRlLWtpdFwvYXNzZXRzXC9pY29uLTEyOHgxMjgucG5nIiwiZGF0YSI6eyJOYW1lIjoiU2l0ZSBLaXQgYnkgR29vZ2xlIiwiUGx1Z2luVVJJIjoiaHR0cHM6XC9cL3NpdGVraXQud2l0aGdvb2dsZS5jb20iLCJWZXJzaW9uIjoiMS4xNzEuMCIsIkRlc2NyaXB0aW9uIjoiU2l0ZSBLaXQgaXMgYSBvbmUtc3RvcCBzb2x1dGlvbiBmb3IgV29yZFByZXNzIHVzZXJzIHRvIHVzZSBldmVyeXRoaW5nIEdvb2dsZSBoYXMgdG8gb2ZmZXIgdG8gbWFrZSB0aGVtIHN1Y2Nlc3NmdWwgb24gdGhlIHdlYi4iLCJBdXRob3IiOiJHb29nbGUiLCJBdXRob3JVUkkiOiJodHRwczpcL1wvb3BlbnNvdXJjZS5nb29nbGUuY29tIiwiVGV4dERvbWFpbiI6Imdvb2dsZS1zaXRlLWtpdCIsIkRvbWFpblBhdGgiOiIiLCJOZXR3b3JrIjpmYWxzZSwiUmVxdWlyZXNXUCI6IjUuMiIsIlJlcXVpcmVzUEhQIjoiNy40IiwiVXBkYXRlVVJJIjoiIiwiUmVxdWlyZXNQbHVnaW5zIjoiIiwiVGl0bGUiOiJTaXRlIEtpdCBieSBHb29nbGUiLCJBdXRob3JOYW1lIjoiR29vZ2xlIn19LHsic2x1ZyI6InVuY29uZmlybWVkIiwibmFtZSI6InVuY29uZmlybWVkXC91bmNvbmZpcm1lZC5waHAiLCJ2ZXJzaW9uIjoiMS4zLjciLCJhY3RpdmF0ZWQiOmZhbHNlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2UsImljb25fdXJsIjoiaHR0cHM6XC9cL3BzLncub3JnXC91bmNvbmZpcm1lZFwvYXNzZXRzXC9pY29uLTEyOHgxMjgucG5nIiwiZGF0YSI6eyJOYW1lIjoiVW5jb25maXJtZWQiLCJQbHVnaW5VUkkiOiJodHRwOlwvXC9naXRodWIuY29tXC9ib29uZWJnb3JnZXNcL3VuY29uZmlybWVkIiwiVmVyc2lvbiI6IjEuMy43IiwiRGVzY3JpcHRpb24iOiJBbGxvd3MgYWRtaW5zIG9uIGEgV29yZFByZXNzIE11bHRpc2l0ZSBuZXR3b3JrIHRvIG1hbmFnZSB1bmFjdGl2YXRlZCB1c2VycywgYnkgZWl0aGVyIGFjdGl2YXRpbmcgdGhlbSBtYW51YWxseSBvciByZXNlbmRpbmcgdGhlIGFjdGl2YXRpb24gZW1haWwuIiwiQXV0aG9yIjoiQm9vbmUgQiBHb3JnZXMiLCJBdXRob3JVUkkiOiJodHRwczpcL1wvYm9vbmUuZ29yZy5lcyIsIlRleHREb21haW4iOiJ1bmNvbmZpcm1lZCIsIkRvbWFpblBhdGgiOiJcL2xhbmd1YWdlc1wvIiwiTmV0d29yayI6ZmFsc2UsIlJlcXVpcmVzV1AiOiIiLCJSZXF1aXJlc1BIUCI6IiIsIlVwZGF0ZVVSSSI6IiIsIlJlcXVpcmVzUGx1Z2lucyI6IiIsIlRpdGxlIjoiVW5jb25maXJtZWQiLCJBdXRob3JOYW1lIjoiQm9vbmUgQiBHb3JnZXMifX0seyJzbHVnIjoidXBkcmFmdHBsdXMiLCJuYW1lIjoidXBkcmFmdHBsdXNcL3VwZHJhZnRwbHVzLnBocCIsInZlcnNpb24iOiIyLjI0LjMuMjYiLCJhY3RpdmF0ZWQiOmZhbHNlLCJ1cGRhdGVfYXZhaWxhYmxlIjpmYWxzZSwidXBkYXRlX3ZlcnNpb24iOiIiLCJ1cGRhdGVfZW5hYmxlZCI6ZmFsc2UsImljb25fdXJsIjoiaHR0cHM6XC9cL3BzLncub3JnXC91cGRyYWZ0cGx1c1wvYXNzZXRzXC9pY29uLTEyOHgxMjgucG5nIiwiZGF0YSI6eyJOYW1lIjoiVXBkcmFmdFBsdXMgLSBCYWNrdXBcL1Jlc3RvcmUiLCJQbHVnaW5VUkkiOiJodHRwczpcL1wvdXBkcmFmdHBsdXMuY29tIiwiVmVyc2lvbiI6IjIuMjQuMy4yNiIsIkRlc2NyaXB0aW9uIjoiQmFja3VwIGFuZCByZXN0b3JlOiB0YWtlIGJhY2t1cHMgbG9jYWxseSwgb3IgYmFja3VwIHRvIEFtYXpvbiBTMywgRHJvcGJveCwgR29vZ2xlIERyaXZlLCBSYWNrc3BhY2UsIChTKUZUUCwgV2ViREFWICYgZW1haWwsIG9uIGF1dG9tYXRpYyBzY2hlZHVsZXMuIiwiQXV0aG9yIjoiVXBkcmFmdFBsdXMuQ29tLCBEYXZpZEFuZGVyc29uIiwiQXV0aG9yVVJJIjoiaHR0cHM6XC9cL3VwZHJhZnRwbHVzLmNvbSIsIlRleHREb21haW4iOiJ1cGRyYWZ0cGx1cyIsIkRvbWFpblBhdGgiOiJcL2xhbmd1YWdlcyIsIk5ldHdvcmsiOmZhbHNlLCJSZXF1aXJlc1dQIjoiIiwiUmVxdWlyZXNQSFAiOiIiLCJVcGRhdGVVUkkiOiJodHRwczpcL1wvdXBkcmFmdHBsdXMuY29tXC8iLCJSZXF1aXJlc1BsdWdpbnMiOiIiLCJUaXRsZSI6IlVwZHJhZnRQbHVzIC0gQmFja3VwXC9SZXN0b3JlIiwiQXV0aG9yTmFtZSI6IlVwZHJhZnRQbHVzLkNvbSwgRGF2aWRBbmRlcnNvbiJ9fV0sIm11X3BsdWdpbnMiOltdLCJjb25zb2xpZGF0ZWRfZGF0YSI6eyJ1c2VycyI6eyJhZG1pbmlzdHJhdG9yIjo0LCJub25lIjowfSwicG9zdHMiOnsicG9zdCI6eyJwdWJsaXNoIjowLCJmdXR1cmUiOjAsImRyYWZ0IjowLCJwZW5kaW5nIjowLCJwcml2YXRlIjowLCJ0cmFzaCI6MCwiYXV0by1kcmFmdCI6IjIiLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJwYWdlIjp7InB1Ymxpc2giOiI1NSIsImZ1dHVyZSI6MCwiZHJhZnQiOiIyMCIsInBlbmRpbmciOjAsInByaXZhdGUiOiIxIiwidHJhc2giOjAsImF1dG8tZHJhZnQiOjAsImluaGVyaXQiOjAsInJlcXVlc3QtcGVuZGluZyI6MCwicmVxdWVzdC1jb25maXJtZWQiOjAsInJlcXVlc3QtZmFpbGVkIjowLCJyZXF1ZXN0LWNvbXBsZXRlZCI6MH0sImF0dGFjaG1lbnQiOnsicHVibGlzaCI6MCwiZnV0dXJlIjowLCJkcmFmdCI6MCwicGVuZGluZyI6MCwicHJpdmF0ZSI6MCwidHJhc2giOjAsImF1dG8tZHJhZnQiOjAsImluaGVyaXQiOiI0NTAiLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJyZXZpc2lvbiI6eyJwdWJsaXNoIjowLCJmdXR1cmUiOjAsImRyYWZ0IjowLCJwZW5kaW5nIjowLCJwcml2YXRlIjowLCJ0cmFzaCI6MCwiYXV0by1kcmFmdCI6MCwiaW5oZXJpdCI6IjEiLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJuYXZfbWVudV9pdGVtIjp7InB1Ymxpc2giOiI0NyIsImZ1dHVyZSI6MCwiZHJhZnQiOiIxIiwicGVuZGluZyI6MCwicHJpdmF0ZSI6MCwidHJhc2giOjAsImF1dG8tZHJhZnQiOjAsImluaGVyaXQiOjAsInJlcXVlc3QtcGVuZGluZyI6MCwicmVxdWVzdC1jb25maXJtZWQiOjAsInJlcXVlc3QtZmFpbGVkIjowLCJyZXF1ZXN0LWNvbXBsZXRlZCI6MH0sImN1c3RvbV9jc3MiOnsicHVibGlzaCI6IjIiLCJmdXR1cmUiOjAsImRyYWZ0IjowLCJwZW5kaW5nIjowLCJwcml2YXRlIjowLCJ0cmFzaCI6MCwiYXV0by1kcmFmdCI6MCwiaW5oZXJpdCI6MCwicmVxdWVzdC1wZW5kaW5nIjowLCJyZXF1ZXN0LWNvbmZpcm1lZCI6MCwicmVxdWVzdC1mYWlsZWQiOjAsInJlcXVlc3QtY29tcGxldGVkIjowfSwiY3VzdG9taXplX2NoYW5nZXNldCI6eyJwdWJsaXNoIjowLCJmdXR1cmUiOjAsImRyYWZ0IjowLCJwZW5kaW5nIjowLCJwcml2YXRlIjowLCJ0cmFzaCI6MCwiYXV0by1kcmFmdCI6MCwiaW5oZXJpdCI6MCwicmVxdWVzdC1wZW5kaW5nIjowLCJyZXF1ZXN0LWNvbmZpcm1lZCI6MCwicmVxdWVzdC1mYWlsZWQiOjAsInJlcXVlc3QtY29tcGxldGVkIjowfSwib2VtYmVkX2NhY2hlIjp7InB1Ymxpc2giOjAsImZ1dHVyZSI6MCwiZHJhZnQiOjAsInBlbmRpbmciOjAsInByaXZhdGUiOjAsInRyYXNoIjowLCJhdXRvLWRyYWZ0IjowLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJ1c2VyX3JlcXVlc3QiOnsicHVibGlzaCI6MCwiZnV0dXJlIjowLCJkcmFmdCI6MCwicGVuZGluZyI6MCwicHJpdmF0ZSI6MCwidHJhc2giOjAsImF1dG8tZHJhZnQiOjAsImluaGVyaXQiOjAsInJlcXVlc3QtcGVuZGluZyI6MCwicmVxdWVzdC1jb25maXJtZWQiOjAsInJlcXVlc3QtZmFpbGVkIjowLCJyZXF1ZXN0LWNvbXBsZXRlZCI6MH0sIndwX2Jsb2NrIjp7InB1Ymxpc2giOjAsImZ1dHVyZSI6MCwiZHJhZnQiOjAsInBlbmRpbmciOjAsInByaXZhdGUiOjAsInRyYXNoIjowLCJhdXRvLWRyYWZ0IjowLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJ3cF90ZW1wbGF0ZSI6eyJwdWJsaXNoIjowLCJmdXR1cmUiOjAsImRyYWZ0IjowLCJwZW5kaW5nIjowLCJwcml2YXRlIjowLCJ0cmFzaCI6MCwiYXV0by1kcmFmdCI6MCwiaW5oZXJpdCI6MCwicmVxdWVzdC1wZW5kaW5nIjowLCJyZXF1ZXN0LWNvbmZpcm1lZCI6MCwicmVxdWVzdC1mYWlsZWQiOjAsInJlcXVlc3QtY29tcGxldGVkIjowfSwid3BfdGVtcGxhdGVfcGFydCI6eyJwdWJsaXNoIjowLCJmdXR1cmUiOjAsImRyYWZ0IjowLCJwZW5kaW5nIjowLCJwcml2YXRlIjowLCJ0cmFzaCI6MCwiYXV0by1kcmFmdCI6MCwiaW5oZXJpdCI6MCwicmVxdWVzdC1wZW5kaW5nIjowLCJyZXF1ZXN0LWNvbmZpcm1lZCI6MCwicmVxdWVzdC1mYWlsZWQiOjAsInJlcXVlc3QtY29tcGxldGVkIjowfSwid3BfZ2xvYmFsX3N0eWxlcyI6eyJwdWJsaXNoIjoiMiIsImZ1dHVyZSI6MCwiZHJhZnQiOjAsInBlbmRpbmciOjAsInByaXZhdGUiOjAsInRyYXNoIjowLCJhdXRvLWRyYWZ0IjowLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJ3cF9uYXZpZ2F0aW9uIjp7InB1Ymxpc2giOjAsImZ1dHVyZSI6MCwiZHJhZnQiOjAsInBlbmRpbmciOjAsInByaXZhdGUiOjAsInRyYXNoIjowLCJhdXRvLWRyYWZ0IjowLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJ3cF9mb250X2ZhbWlseSI6eyJwdWJsaXNoIjowLCJmdXR1cmUiOjAsImRyYWZ0IjowLCJwZW5kaW5nIjowLCJwcml2YXRlIjowLCJ0cmFzaCI6MCwiYXV0by1kcmFmdCI6MCwiaW5oZXJpdCI6MCwicmVxdWVzdC1wZW5kaW5nIjowLCJyZXF1ZXN0LWNvbmZpcm1lZCI6MCwicmVxdWVzdC1mYWlsZWQiOjAsInJlcXVlc3QtY29tcGxldGVkIjowfSwid3BfZm9udF9mYWNlIjp7InB1Ymxpc2giOjAsImZ1dHVyZSI6MCwiZHJhZnQiOjAsInBlbmRpbmciOjAsInByaXZhdGUiOjAsInRyYXNoIjowLCJhdXRvLWRyYWZ0IjowLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJkaXBpX3Rlc3RpbW9uaWFsIjp7InB1Ymxpc2giOjAsImZ1dHVyZSI6MCwiZHJhZnQiOjAsInBlbmRpbmciOjAsInByaXZhdGUiOjAsInRyYXNoIjowLCJhdXRvLWRyYWZ0IjowLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9LCJkaXBpX3BvcHVwX21ha2VyIjp7InB1Ymxpc2giOiIxIiwiZnV0dXJlIjowLCJkcmFmdCI6MCwicGVuZGluZyI6MCwicHJpdmF0ZSI6MCwidHJhc2giOjAsImF1dG8tZHJhZnQiOjAsImluaGVyaXQiOjAsInJlcXVlc3QtcGVuZGluZyI6MCwicmVxdWVzdC1jb25maXJtZWQiOjAsInJlcXVlc3QtZmFpbGVkIjowLCJyZXF1ZXN0LWNvbXBsZXRlZCI6MH0sImRpcGlfZmFxIjp7InB1Ymxpc2giOjAsImZ1dHVyZSI6MCwiZHJhZnQiOjAsInBlbmRpbmciOjAsInByaXZhdGUiOjAsInRyYXNoIjowLCJhdXRvLWRyYWZ0IjowLCJpbmhlcml0IjowLCJyZXF1ZXN0LXBlbmRpbmciOjAsInJlcXVlc3QtY29uZmlybWVkIjowLCJyZXF1ZXN0LWZhaWxlZCI6MCwicmVxdWVzdC1jb21wbGV0ZWQiOjB9fX19fQ==\";}s:8:\"response\";a:3:{s:6:\"status\";s:0:\"\";s:7:\"message\";s:43:\"You are not allowed to perform this action.\";s:4:\"data\";a:1:{s:14:\"remove_connect\";s:1:\"1\";}}s:4:\"time\";s:19:\"2026-03-08 20:06:39\";}}', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4465, '_transient_timeout_et_core_path', 1773086805, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4466, '_transient_et_core_path', '/home/cucunicasa2584/web/steadiest-willet-4762bd.instawp.xyz/public_html/wp-content/themes/Divi/core', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4467, '_transient_timeout_et_core_version', 1773086805, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4468, '_transient_et_core_version', '4.27.6', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4469, '_transient_timeout_et_check_mod_pagespeed', 1773086807, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4470, '_transient_et_check_mod_pagespeed', '', 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4471, '_transient_timeout__et_builder_gf_feature_cache', 1773086809, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4472, '_transient__et_builder_gf_feature_cache', 1, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4473, '_transient_googlesitekit_verification_meta_tags', 'a:0:{}', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4474, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"1c21f17420776538dd66fe798dc988fa\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4475, '_transient_timeout_acf_plugin_updates', 1773173218, 'off');

INSERT IGNORE INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (4476, '_transient_acf_plugin_updates', 'a:5:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.7.1\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.9.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://connect.advancedcustomfields.com/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://connect.advancedcustomfields.com/assets/banner-772x250.jpg\";s:4:\"high\";s:67:\"https://connect.advancedcustomfields.com/assets/banner-1544x500.jpg\";}s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"7.4\";s:12:\"release_date\";s:8:\"20260303\";}}s:9:\"no_update\";a:0:{}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"6.2.0\";}}', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=94582 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2, 3, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15, 13, '_wp_attached_file', '2023/03/cfi_logo_tm_rgb_color_pos.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16, 13, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1794;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17, 14, '_wp_attached_file', '2023/03/CFlogo_with_subtitle.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18, 14, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:5678;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19, 15, '_wp_attached_file', '2023/03/CFapple-icon-180x180-1.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20, 15, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:34:\"2023/03/CFapple-icon-180x180-1.png\";s:8:\"filesize\";i:6701;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"CFapple-icon-180x180-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23, 17, '_edit_lock', '1715604088:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (27, 17, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (28, 17, '_et_gb_content_width', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29, 17, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (30, 17, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (31, 17, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (32, 17, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (34, 17, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35, 17, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (36, 17, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (37, 17, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"17\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (38, 17, '_et_pb_custom_css', '.slider_subhead {font-size: 27px !important; color: #333 !important; padding-bottom: .7em; line-height: 1.2;}\n\n/*** Responsive Styles Smartphone Only ***/\n@media all and (max-width: 767px) {\n.slider_subhead {font-size: 27px !important; color: #fff !important; padding-bottom: .7em; line-height: 1.2;} \n}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (39, 17, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41, 17, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42, 17, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (43, 17, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (44, 17, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45, 17, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66, 21, '_wp_attached_file', '2023/03/alex-montage.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67, 21, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:724;s:4:\"file\";s:24:\"2023/03/alex-montage.png\";s:8:\"filesize\";i:122907;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"alex-montage-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14913;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"alex-montage-1024x570.png\";s:5:\"width\";i:1024;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:80659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"alex-montage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12528;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"alex-montage-768x428.png\";s:5:\"width\";i:768;s:6:\"height\";i:428;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52894;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25286;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"alex-montage-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102777;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29515;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"alex-montage-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43809;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"alex-montage-1080x601.png\";s:5:\"width\";i:1080;s:6:\"height\";i:601;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87685;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"alex-montage-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61872;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"alex-montage-1280x713.png\";s:5:\"width\";i:1280;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113950;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"alex-montage-980x546.png\";s:5:\"width\";i:980;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75056;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"alex-montage-480x267.png\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70, 23, '_wp_attached_file', '2023/03/health.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (71, 23, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2023/03/health.png\";s:8:\"filesize\";i:7671;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"health-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"health-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10322;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"health-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25028;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"health-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26470;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"health-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5675;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"health-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72, 24, '_wp_attached_file', '2023/03/wealth.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73, 24, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:18:\"2023/03/wealth.png\";s:8:\"filesize\";i:6899;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"wealth-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"wealth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8574;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"wealth-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18320;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"wealth-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19478;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"wealth-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4955;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"wealth-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74, 25, '_wp_attached_file', '2023/03/self.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (75, 25, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:16:\"2023/03/self.png\";s:8:\"filesize\";i:9524;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"self-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"self-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"self-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32640;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"self-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34998;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"self-446x382.png\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"self-400x446.png\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (80, 17, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (82, 17, '_et_builder_dynamic_assets_loading_attr_threshold', 13);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90, 32, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (91, 32, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92, 32, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93, 32, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94, 32, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (95, 32, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (96, 32, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (97, 32, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (98, 32, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (99, 32, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (100, 32, '_edit_lock', '1684235072:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (102, 32, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (103, 32, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (104, 32, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (105, 32, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"32\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (106, 32, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (107, 32, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (109, 32, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (110, 32, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (111, 32, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (120, 32, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (131, 37, '_wp_attached_file', '2023/03/strive_slider_image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (132, 37, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:765;s:4:\"file\";s:32:\"2023/03/strive_slider_image1.jpg\";s:8:\"filesize\";i:96752;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-300x143.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12503;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10186;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-768x367.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40438;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1536x734.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108761;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22022;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24557;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35096;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1080x516.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65658;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39030;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image1-1280x612.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83529;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-980x469.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image1-480x230.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2019 Popartic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (133, 39, '_wp_attached_file', '2023/03/strive_slider_image2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (134, 39, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:32:\"2023/03/strive_slider_image2.jpg\";s:8:\"filesize\";i:91611;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12239;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8641;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37606;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99179;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20006;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75093;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21728;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30462;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59736;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26366;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76523;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51855;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:69:\"Copyright (c) 2019 Popartic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (139, 41, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (140, 41, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (141, 41, '_menu_item_object_id', 41);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (142, 41, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (143, 41, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (144, 41, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (145, 41, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (146, 41, '_menu_item_url', '/be-rewarded/');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (188, 46, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (189, 46, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (190, 46, '_menu_item_object_id', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (191, 46, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (192, 46, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (193, 46, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (194, 46, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (195, 46, '_menu_item_url', '/be-well/');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (277, 55, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (278, 55, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (279, 55, '_menu_item_object_id', 55);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (280, 55, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (281, 55, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (282, 55, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (283, 55, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (284, 55, '_menu_item_url', '/be-balanced/');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (340, 62, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (341, 62, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (342, 62, '_menu_item_object_id', 62);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (343, 62, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (344, 62, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (345, 62, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (346, 62, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (347, 62, '_menu_item_url', '/be-successful/');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (421, 72, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (422, 72, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (423, 72, '_menu_item_object_id', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (424, 72, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (425, 72, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (426, 72, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (427, 72, '_menu_item_xfn', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (428, 72, '_menu_item_url', '/be-prepared/');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (450, 74, '_wp_attached_file', '2023/03/strive-mobile-image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (451, 74, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2023/03/strive-mobile-image1.jpg\";s:8:\"filesize\";i:85234;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11607;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52328;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8224;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79005;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image1-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94137;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61532;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19136;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26885;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27704;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image1-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40823;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (583, 91, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (584, 91, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (585, 91, '_menu_item_object_id', 91);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (586, 91, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (587, 91, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (588, 91, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (589, 91, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (590, 91, '_menu_item_url', '/be-included/');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (664, 100, '_menu_item_type', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (665, 100, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (666, 100, '_menu_item_object_id', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (667, 100, '_menu_item_object', 'custom');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (668, 100, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (669, 100, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (670, 100, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (671, 100, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (745, 109, '_wp_attached_file', '2023/03/2023_guide.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (746, 109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:646;s:4:\"file\";s:22:\"2023/03/2023_guide.jpg\";s:8:\"filesize\";i:31712;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"2023_guide-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"2023_guide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6434;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17254;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"2023_guide-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27479;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"2023_guide-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"2023_guide-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38511;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (763, 113, '_wp_attached_file', '2023/03/CLI_powered_by_you.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (764, 113, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:2524;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (773, 116, '_wp_attached_file', '2023/03/strive_slider_image3.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (774, 116, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:32:\"2023/03/strive_slider_image3.jpg\";s:8:\"filesize\";i:112565;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13348;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67534;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8822;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45265;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120019;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21568;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23664;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33762;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29517;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"strive_slider_image3-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92661;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63604;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_slider_image3-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (775, 117, '_wp_attached_file', '2023/03/strive-mobile-image2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (776, 117, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2023/03/strive-mobile-image2.jpg\";s:8:\"filesize\";i:88199;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14084;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103998;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"strive-mobile-image2-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122535;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20341;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75443;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23293;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33599;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37283;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive-mobile-image2-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (795, 122, '_wp_attached_file', '2023/03/CLI_powered_by_you_outline.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (796, 122, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:6875;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (805, 125, '_edit_lock', '1720799460:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (806, 125, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (807, 125, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (808, 125, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (809, 125, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (810, 125, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (811, 125, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (812, 125, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (813, 125, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (814, 125, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (815, 125, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (821, 127, '_wp_attached_file', '2023/03/medicalBG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (822, 127, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2023/03/medicalBG.jpg\";s:8:\"filesize\";i:80759;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"medicalBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6005;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"medicalBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"medicalBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4146;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"medicalBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15197;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"medicalBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39978;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6072;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"medicalBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29550;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"medicalBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7450;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"medicalBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24079;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"medicalBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6566;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"medicalBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30524;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"medicalBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21087;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"medicalBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9055;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (823, 125, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (824, 125, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (825, 125, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (826, 125, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"125\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (827, 125, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (828, 125, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (830, 125, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (831, 125, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (832, 125, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (835, 125, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (895, 139, '_wp_attached_file', '2023/03/inclusion_icon.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (896, 139, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1430;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (897, 140, '_wp_attached_file', '2023/03/success_icon.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (898, 140, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:689;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (899, 141, '_wp_attached_file', '2023/03/award_icon.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (900, 141, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1336;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (901, 142, '_wp_attached_file', '2023/03/balance_icon.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (902, 142, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1713;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (903, 143, '_wp_attached_file', '2023/03/planning_icon.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (904, 143, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1080;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (905, 144, '_wp_attached_file', '2023/03/medical_icon.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (906, 144, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1120;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (917, 147, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (918, 147, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (919, 147, '_menu_item_object_id', 125);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (920, 147, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (921, 147, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (922, 147, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (923, 147, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (924, 147, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (926, 148, '_wp_attached_file', '2023/03/ayco-slider2-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (927, 148, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:31:\"2023/03/ayco-slider2-mobile.jpg\";s:8:\"filesize\";i:119804;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13766;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9727;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136563;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163068;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27776;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30518;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46461;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43694;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65029;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (928, 149, '_wp_attached_file', '2023/03/ayco-slider2_image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (929, 149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:31:\"2023/03/ayco-slider2_image1.jpg\";s:8:\"filesize\";i:123010;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12635;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8347;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44209;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123586;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20770;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84028;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22190;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30772;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24879;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"ayco-slider2_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94317;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62858;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"ayco-slider2_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (966, 17, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (967, 17, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1066, 166, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1067, 166, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1068, 166, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1069, 166, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1070, 166, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1071, 166, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1072, 166, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1073, 166, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1074, 166, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1075, 166, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1076, 166, '_edit_lock', '1679280808:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1078, 166, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1079, 166, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1080, 166, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1081, 166, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"166\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1082, 166, '_et_pb_custom_css', '.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1083, 166, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1085, 166, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1086, 166, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1087, 166, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1090, 166, '_et_builder_dynamic_assets_loading_attr_threshold', 6);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1093, 166, '_thumbnail_id', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1094, 167, '_wp_attached_file', '2023/03/ppl-slider3_image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1095, 167, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:30:\"2023/03/ppl-slider3_image1.jpg\";s:8:\"filesize\";i:95002;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11096;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36489;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101398;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17516;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18243;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25381;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59316;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20279;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"ppl-slider3_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76865;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51661;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ppl-slider3_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1099, 169, '_wp_attached_file', '2023/03/ppl-slider3-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1100, 169, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1056;s:6:\"height\";i:1877;s:4:\"file\";s:30:\"2023/03/ppl-slider3-mobile.jpg\";s:8:\"filesize\";i:114412;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13820;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74111;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115617;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138012;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21923;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-1056x675.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95414;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24046;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35456;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36655;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:32:\"ppl-slider3-mobile-1056x1800.jpg\";s:5:\"width\";i:1056;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188055;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"ppl-slider3-mobile-980x1742.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167446;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ppl-slider3-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56385;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1109, 170, '_wp_attached_file', '2023/03/lower_tri-form_1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1110, 170, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:864;s:6:\"height\";i:906;s:4:\"file\";s:28:\"2023/03/lower_tri-form_1.jpg\";s:8:\"filesize\";i:8718;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-286x300.jpg\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-768x805.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10030;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2902;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-864x675.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9506;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4458;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4764;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_1-480x503.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1120, 173, '_wp_attached_file', '2023/03/lower_tri-form_2.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1121, 173, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:867;s:6:\"height\";i:909;s:4:\"file\";s:28:\"2023/03/lower_tri-form_2.png\";s:8:\"filesize\";i:8171;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31345;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10262;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-867x675.png\";s:5:\"width\";i:867;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6467;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11394;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15422;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16258;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_2-480x503.png\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1122, 174, '_wp_attached_file', '2023/03/educate-slider4_image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1123, 174, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:34:\"2023/03/educate-slider4_image1.jpg\";s:8:\"filesize\";i:149313;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13321;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51799;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23395;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105921;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25158;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36779;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88149;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30821;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115100;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1140, 177, '_edit_lock', '1736962956:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1141, 177, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1142, 177, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1143, 177, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1144, 177, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1145, 177, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1146, 177, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1147, 177, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1148, 177, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1149, 177, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1150, 177, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1152, 177, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1153, 177, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1154, 177, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1155, 177, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"177\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1156, 177, '_et_pb_custom_css', '.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1157, 177, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1159, 177, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1160, 177, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1161, 177, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1164, 177, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1172, 183, '_wp_attached_file', '2023/03/educate-slider4_image2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1173, 183, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:34:\"2023/03/educate-slider4_image2.jpg\";s:8:\"filesize\";i:95873;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11650;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7516;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37385;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103379;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17452;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67257;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18156;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25173;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60858;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21756;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"educate-slider4_image2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78955;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52845;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"educate-slider4_image2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19783;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1174, 184, '_wp_attached_file', '2023/03/eap_slider4-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1175, 184, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:30:\"2023/03/eap_slider4-mobile.jpg\";s:8:\"filesize\";i:87888;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13121;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8597;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107977;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"eap_slider4-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127991;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19938;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74918;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21879;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31789;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32491;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_slider4-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1180, 187, '_wp_attached_file', '2023/03/lower_tri-form_3.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1181, 187, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:867;s:6:\"height\";i:909;s:4:\"file\";s:28:\"2023/03/lower_tri-form_3.png\";s:8:\"filesize\";i:8942;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-286x300.png\";s:5:\"width\";i:286;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-768x805.png\";s:5:\"width\";i:768;s:6:\"height\";i:805;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9593;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-867x675.png\";s:5:\"width\";i:867;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7323;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11331;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16275;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17237;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_3-480x503.png\";s:5:\"width\";i:480;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1182, 188, '_wp_attached_file', '2023/03/slider5_image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1183, 188, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:26:\"2023/03/slider5_image1.jpg\";s:8:\"filesize\";i:98183;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"slider5_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12721;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"slider5_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"slider5_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39868;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105168;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20856;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79231;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22427;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"slider5_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31770;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63469;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"slider5_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29908;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"slider5_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81267;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"slider5_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55644;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"slider5_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1196, 189, '_wp_attached_file', '2023/03/diversity_slider5-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1197, 189, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:36:\"2023/03/diversity_slider5-mobile.jpg\";s:8:\"filesize\";i:89042;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13086;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68879;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8472;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"diversity_slider5-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127679;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19396;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79613;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31950;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"diversity_slider5-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52130;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1202, 191, '_wp_attached_file', '2023/03/field_BG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1203, 191, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1300;s:6:\"height\";i:457;s:4:\"file\";s:20:\"2023/03/field_BG.jpg\";s:8:\"filesize\";i:98482;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"field_BG-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10535;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"field_BG-1024x360.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88394;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"field_BG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"field_BG-768x270.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51100;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"field_BG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26544;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"field_BG-1080x457.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123129;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"field_BG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"field_BG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48501;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"field_BG-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"field_BG-400x457.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49489;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"field_BG-1280x450.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133331;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"field_BG-980x345.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82551;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"field_BG-480x169.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2015 Jarek Pawlak/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1226, 196, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1227, 196, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1228, 196, '_menu_item_object_id', 166);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1229, 196, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1230, 196, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1231, 196, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1232, 196, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1233, 196, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1235, 41, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1240, 46, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1241, 147, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1249, 55, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1256, 62, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1264, 72, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1276, 91, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1285, 100, '_wp_old_date', '2023-03-19');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1311, 198, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1312, 198, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1313, 198, '_menu_item_object_id', 177);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1314, 198, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1315, 198, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1316, 198, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1317, 198, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1318, 198, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1346, 201, '_wp_attached_file', '2023/03/counseling_session.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1347, 201, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:749;s:4:\"file\";s:30:\"2023/03/counseling_session.jpg\";s:8:\"filesize\";i:32487;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"counseling_session-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"counseling_session-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6684;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16530;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"counseling_session-500x675.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18181;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"counseling_session-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27215;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"counseling_session-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29693;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"counseling_session-480x719.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43791;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2018 RossHelen/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1369, 203, '_wp_attached_file', '2023/03/eap_section_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1370, 203, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/eap_section_banner.jpg\";s:8:\"filesize\";i:27228;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"eap_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3821;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12417;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33038;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13231;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14743;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17539;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19918;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15515;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"eap_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25244;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"eap_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17483;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"eap_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6831;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1375, 205, '_wp_attached_file', '2023/03/eap_section_banner2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1376, 205, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/eap_section_banner2.jpg\";s:8:\"filesize\";i:32018;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3898;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13382;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36417;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11214;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30934;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11107;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15348;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21835;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11679;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"eap_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27804;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"eap_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19042;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7061;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1384, 207, '_wp_attached_file', '2023/03/fsa_section_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1385, 207, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/fsa_section_banner.jpg\";s:8:\"filesize\";i:13964;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"fsa_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2879;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2942;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7848;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19330;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13378;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6030;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6018;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5685;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15134;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10771;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"fsa_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1398, 208, '_wp_attached_file', '2023/03/med_section_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1399, 208, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/03/med_section_banner.jpg\";s:8:\"filesize\";i:60763;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"med_section_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4323;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30479;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"med_section_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6925;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"med_section_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18537;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22997;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58048;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"med_section_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34416;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33192;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"med_section_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29104;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"med_section_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43943;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"med_section_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28204;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"med_section_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1404, 209, '_wp_attached_file', '2023/03/med_section_banner2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1405, 209, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner2.jpg\";s:8:\"filesize\";i:24895;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3186;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2470;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10176;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27869;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7017;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21288;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7911;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8992;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16411;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21025;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14325;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5427;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1429, 211, '_wp_attached_file', '2023/03/eap_section_banner3.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1430, 211, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/eap_section_banner3.jpg\";s:8:\"filesize\";i:30607;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"eap_section_banner3-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3778;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4359;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12926;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35438;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11048;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30244;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15059;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11453;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"eap_section_banner3-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26965;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"eap_section_banner3-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18462;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"eap_section_banner3-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6848;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1446, 213, '_wp_attached_file', '2023/03/lower_tri-form_4.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1447, 213, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1031;s:6:\"height\";i:607;s:4:\"file\";s:28:\"2023/03/lower_tri-form_4.png\";s:8:\"filesize\";i:6664;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6756;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"lower_tri-form_4-1024x603.png\";s:5:\"width\";i:1024;s:6:\"height\";i:603;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19384;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9939;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10360;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13263;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11222;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-980x577.png\";s:5:\"width\";i:980;s:6:\"height\";i:577;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25169;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"lower_tri-form_4-480x283.png\";s:5:\"width\";i:480;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1494, 219, '_wp_attached_file', '2023/03/med_section_banner3.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1495, 219, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner3.jpg\";s:8:\"filesize\";i:85446;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner3-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3826;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5265;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15735;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54666;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17257;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58452;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18880;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27849;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29051;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22111;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner3-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39203;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner3-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24323;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner3-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1496, 220, '_wp_attached_file', '2023/03/med_section_banner4.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1497, 220, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/med_section_banner4.jpg\";s:8:\"filesize\";i:44397;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner4-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3515;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11607;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31406;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5039;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22066;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5229;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6636;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18704;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5295;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner4-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23873;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner4-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16311;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner4-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1511, 41, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1516, 46, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1517, 147, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1523, 55, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1524, 198, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1529, 62, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1537, 72, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1539, 196, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1548, 91, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1557, 100, '_wp_old_date', '2023-03-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1574, 223, '_wp_attached_file', '2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1575, 223, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE23_eGuide_US_FINAL_111022-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218490;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_US_FINAL_111022-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33297;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE23_eGuide_US_FINAL_111022-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE23_eGuide_US_FINAL_111022-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19172;}}s:8:\"filesize\";i:6386508;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1587, 225, '_wp_attached_file', '2023/03/fsa_section_banner2.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1588, 225, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/03/fsa_section_banner2.jpg\";s:8:\"filesize\";i:58110;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4478;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23255;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41873;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12107;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15936;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25253;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13656;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"fsa_section_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32325;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"fsa_section_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22131;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"fsa_section_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8098;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1592, 226, '_wp_attached_file', '2023/03/pdf-to-come.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1593, 226, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"pdf-to-come-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17494;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"pdf-to-come-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4015;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"pdf-to-come-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11247;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"pdf-to-come-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3122;}}s:8:\"filesize\";i:6114;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1676, 41, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1681, 46, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1682, 147, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1689, 55, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1690, 198, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1695, 62, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1704, 72, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1706, 196, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1715, 91, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1723, 100, '_wp_old_date', '2023-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1735, 233, '_wp_attached_file', '2023/03/blurry_medBG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1736, 233, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:818;s:4:\"file\";s:24:\"2023/03/blurry_medBG.jpg\";s:8:\"filesize\";i:93661;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5937;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1024x524.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21531;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1536x785.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:785;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77916;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9049;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46387;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13798;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1080x552.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38429;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13508;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"blurry_medBG-1280x654.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53596;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-980x501.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32371;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"blurry_medBG-480x245.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1785, 242, '_wp_attached_file', '2023/03/eap_sidebar.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1786, 242, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:560;s:6:\"height\";i:837;s:4:\"file\";s:23:\"2023/03/eap_sidebar.jpg\";s:8:\"filesize\";i:69816;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6763;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17780;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-560x675.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60617;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19824;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29784;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36748;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"eap_sidebar-480x717.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1790, 41, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1795, 46, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1796, 147, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1803, 55, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1804, 198, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1809, 62, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1819, 72, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1821, 196, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1830, 91, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1838, 100, '_wp_old_date', '2023-03-30');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1858, 244, '_wp_attached_file', '2023/03/CFI_logo_v3.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1859, 244, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:10603;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1888, 246, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1889, 246, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1890, 246, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1891, 246, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1892, 246, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1893, 246, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1894, 246, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1895, 246, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1896, 246, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1897, 246, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1898, 246, '_edit_lock', '1715604036:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1900, 248, '_wp_attached_file', '2023/04/checkup-healthPage.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1901, 248, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/04/checkup-healthPage.jpg\";s:8:\"filesize\";i:38533;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5381;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18222;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19832;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19832;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"checkup-healthPage-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1902, 249, '_wp_attached_file', '2023/04/supplemental-med-FLIPPED.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1903, 249, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:36:\"2023/04/supplemental-med-FLIPPED.jpg\";s:8:\"filesize\";i:36522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11059;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29044;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32261;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32261;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"supplemental-med-FLIPPED-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2022 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1904, 250, '_wp_attached_file', '2023/04/dental-appointment.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1905, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/04/dental-appointment.jpg\";s:8:\"filesize\";i:22263;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"dental-appointment-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"dental-appointment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"dental-appointment-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16624;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"dental-appointment-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1906, 251, '_wp_attached_file', '2023/04/vision_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1907, 251, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:24:\"2023/04/vision_inset.jpg\";s:8:\"filesize\";i:33222;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"vision_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"vision_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10636;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27297;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"vision_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29766;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"vision_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2022 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1908, 252, '_wp_attached_file', '2023/04/blurry-medBG_bottom.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1909, 252, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1198;s:6:\"height\";i:350;s:4:\"file\";s:31:\"2023/04/blurry-medBG_bottom.jpg\";s:8:\"filesize\";i:21721;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"blurry-medBG_bottom-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5000;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1024x299.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4407;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-768x224.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9074;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6693;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1080x350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13550;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6750;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-510x350.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8506;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"blurry-medBG_bottom-1080x316.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12872;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-400x350.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7171;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-980x286.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11569;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"blurry-medBG_bottom-480x140.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6389;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:65:\"Copyright (c) 2021 Here/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1910, 253, '_wp_attached_file', '2023/04/canoers_bannerBG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1911, 253, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2023/04/canoers_bannerBG.jpg\";s:8:\"filesize\";i:48856;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10362;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1024x372.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8009;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-768x279.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29918;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17813;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1080x400.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49291;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18676;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25603;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"canoers_bannerBG-1080x393.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47574;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21154;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-980x356.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41421;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"canoers_bannerBG-480x175.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16815;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1912, 246, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1913, 246, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1914, 246, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1915, 246, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"246\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1916, 246, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1917, 246, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1919, 246, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1920, 246, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1927, 246, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1932, 257, '_wp_attached_file', '2023/04/placeholder.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1933, 257, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:23:\"2023/04/placeholder.jpg\";s:8:\"filesize\";i:14954;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12539;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7383;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"placeholder-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20522;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"placeholder-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21777;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"placeholder-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21777;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"placeholder-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23314;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1944, 246, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1972, 41, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1977, 46, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1978, 147, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1985, 55, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1986, 198, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1991, 62, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2001, 72, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2003, 196, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2012, 91, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2020, 100, '_wp_old_date', '2023-03-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2044, 260, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2045, 260, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2046, 260, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2047, 260, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2048, 260, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2049, 260, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2050, 260, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2051, 260, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2052, 260, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2053, 260, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2054, 260, '_edit_lock', '1715603991:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2056, 260, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2057, 260, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2058, 260, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2059, 260, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"260\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2060, 260, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2061, 260, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2063, 260, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2064, 260, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2065, 260, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2070, 260, '_et_builder_dynamic_assets_loading_attr_threshold', 10);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2090, 263, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2091, 263, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2092, 263, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2093, 263, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2094, 263, '_et_pb_side_nav', 'off');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2095, 263, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2096, 263, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2097, 263, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2098, 263, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2099, 263, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2100, 263, '_edit_lock', '1715603943:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2102, 263, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2103, 263, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2104, 263, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2105, 263, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"263\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2106, 263, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2107, 263, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2109, 263, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2110, 263, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2111, 263, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2116, 263, '_et_builder_dynamic_assets_loading_attr_threshold', 8);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2155, 268, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2156, 268, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2157, 268, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2158, 268, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2159, 268, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2160, 268, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2161, 268, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2162, 268, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2163, 268, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2164, 268, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2165, 268, '_edit_lock', '1715603890:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2167, 268, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2168, 268, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2169, 268, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2170, 268, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"268\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2171, 268, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2172, 268, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2174, 268, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2175, 268, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2176, 268, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2179, 268, '_et_builder_dynamic_assets_loading_attr_threshold', 7);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2199, 271, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2200, 271, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2201, 271, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2202, 271, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2203, 271, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2204, 271, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2205, 271, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2206, 271, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2207, 271, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2208, 271, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2209, 271, '_edit_lock', '1769035564:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2211, 271, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2212, 271, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2213, 271, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2214, 271, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"271\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2215, 271, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2216, 271, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2218, 271, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2219, 271, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2220, 271, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2223, 271, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2231, 272, '_edit_lock', '1715603833:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2232, 272, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2233, 272, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2234, 272, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2235, 272, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2236, 272, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2237, 272, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2238, 272, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2239, 272, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2240, 272, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2241, 272, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2243, 272, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2244, 272, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2245, 272, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2246, 272, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"272\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2247, 272, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2248, 272, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2250, 272, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2251, 272, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2252, 272, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2255, 272, '_et_builder_dynamic_assets_loading_attr_threshold', 13);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2267, 41, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2272, 46, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2273, 147, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2280, 55, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2281, 198, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2286, 62, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2296, 72, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2298, 196, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2307, 91, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2315, 100, '_wp_old_date', '2023-04-03');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2364, 277, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2365, 277, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2366, 279, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2367, 279, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2379, 280, '_wp_attached_file', '2023/04/med_section_banner5.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2380, 280, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/04/med_section_banner5.jpg\";s:8:\"filesize\";i:22408;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"med_section_banner5-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3124;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1707;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9177;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23939;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3055;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16314;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2984;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3599;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14514;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2722;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"med_section_banner5-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18469;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"med_section_banner5-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12783;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"med_section_banner5-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2386, 281, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2405, 41, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2410, 46, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2411, 147, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2418, 55, '_wp_old_date', '2023-04-04');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2419, 198, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2424, 62, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2433, 72, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2435, 196, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2443, 91, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2451, 100, '_wp_old_date', '2023-04-04');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2477, 41, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2482, 46, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2483, 147, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2490, 55, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2491, 198, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2496, 62, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2503, 72, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2505, 196, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2514, 91, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2522, 100, '_wp_old_date', '2023-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2676, 308, '_wp_attached_file', '2023/05/new-employee-integration.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2677, 308, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/new-employee-integration.jpg\";s:8:\"filesize\";i:58709;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"new-employee-integration-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3367;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20318;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13403;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35977;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10176;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30674;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10489;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14472;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21888;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11125;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"new-employee-integration-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27813;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"new-employee-integration-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19163;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"new-employee-integration-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2680, 310, '_wp_attached_file', '2023/05/beSuccessful-new_employee2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2681, 310, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/beSuccessful-new_employee2.jpg\";s:8:\"filesize\";i:36123;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5224;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18775;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20419;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20419;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"beSuccessful-new_employee2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22951;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2694, 312, '_wp_attached_file', '2023/05/beSuccessful-career_development.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2695, 312, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:43:\"2023/05/beSuccessful-career_development.jpg\";s:8:\"filesize\";i:42081;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14421;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7479;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24505;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27878;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"beSuccessful-career_development-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2700, 313, '_wp_attached_file', '2023/05/career-development-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2701, 313, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2023/05/career-development-banner.jpg\";s:8:\"filesize\";i:71096;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"career-development-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3471;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"career-development-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2819;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"career-development-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14344;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40578;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8149;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29648;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"career-development-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11501;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23856;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"career-development-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9257;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"career-development-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"career-development-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20738;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"career-development-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7069;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2702, 314, '_wp_attached_file', '2023/05/mentoring.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2703, 314, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/mentoring.jpg\";s:8:\"filesize\";i:40174;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"mentoring-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"mentoring-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"mentoring-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26638;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"mentoring-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30030;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"mentoring-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"mentoring-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31709;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2704, 316, '_wp_attached_file', '2023/05/performance-management.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2705, 316, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:34:\"2023/05/performance-management.jpg\";s:8:\"filesize\";i:28903;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"performance-management-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"performance-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5738;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"performance-management-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19484;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"performance-management-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21355;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"performance-management-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"performance-management-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2710, 317, '_wp_attached_file', '2023/05/performance-management-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2711, 317, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2023/05/performance-management-banner.jpg\";s:8:\"filesize\";i:45540;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"performance-management-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2790;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2335;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10263;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27187;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7125;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17864;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7520;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10334;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"performance-management-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20992;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"performance-management-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14496;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"performance-management-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5344;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2712, 318, '_wp_attached_file', '2023/05/mentoring-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2713, 318, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2023/05/mentoring-banner.jpg\";s:8:\"filesize\";i:71312;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"mentoring-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3522;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22599;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3260;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14636;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40663;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28656;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11755;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16493;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24319;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12309;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"mentoring-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31265;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"mentoring-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21271;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"mentoring-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7222;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2714, 319, '_wp_attached_file', '2023/05/talent.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2715, 319, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:18:\"2023/05/talent.jpg\";s:8:\"filesize\";i:32750;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"talent-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"talent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"talent-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24776;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"talent-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27192;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"talent-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27192;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"talent-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2716, 320, '_wp_attached_file', '2023/05/leadership.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2717, 320, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/leadership.jpg\";s:8:\"filesize\";i:32876;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"leadership-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"leadership-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6378;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"leadership-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20121;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"leadership-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22961;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"leadership-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22961;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"leadership-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2718, 322, '_wp_attached_file', '2023/05/education-assistance.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2719, 322, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/education-assistance.jpg\";s:8:\"filesize\";i:43050;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"education-assistance-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"education-assistance-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9193;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27232;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31702;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"education-assistance-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31702;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"education-assistance-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2720, 323, '_wp_attached_file', '2023/05/education-assist-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2721, 323, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/education-assist-banner.jpg\";s:8:\"filesize\";i:73467;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"education-assist-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3942;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15672;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9773;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36283;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10491;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13586;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25664;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11183;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"education-assist-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33060;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"education-assist-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22327;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"education-assist-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2722, 324, '_wp_attached_file', '2023/05/leadership-devel-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2723, 324, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/leadership-devel-banner.jpg\";s:8:\"filesize\";i:54238;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"leadership-devel-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16998;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11067;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31151;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4509;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18925;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4356;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6596;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18405;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4526;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"leadership-devel-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23575;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"leadership-devel-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15965;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"leadership-devel-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5541;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2724, 325, '_wp_attached_file', '2023/05/talent-management-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2725, 325, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/talent-management-banner.jpg\";s:8:\"filesize\";i:69331;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"talent-management-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3691;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14845;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40395;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8227;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8436;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11471;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24322;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"talent-management-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30942;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"talent-management-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21225;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"talent-management-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2747, 326, '_wp_attached_file', '2023/05/EAP.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2748, 326, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:15:\"2023/05/EAP.jpg\";s:8:\"filesize\";i:37151;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"EAP-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"EAP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8213;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"EAP-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27543;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"EAP-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"EAP-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"EAP-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2749, 327, '_wp_attached_file', '2023/05/paid-parental-leave.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2750, 327, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/paid-parental-leave.jpg\";s:8:\"filesize\";i:35761;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5537;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19391;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22275;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22275;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"paid-parental-leave-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23056;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2755, 328, '_wp_attached_file', '2023/05/paid-time-off.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2756, 328, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:25:\"2023/05/paid-time-off.jpg\";s:8:\"filesize\";i:63617;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"paid-time-off-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"paid-time-off-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10421;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36747;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"paid-time-off-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43307;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"paid-time-off-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2765, 330, '_wp_attached_file', '2023/05/volunteers.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2766, 330, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/volunteers.jpg\";s:8:\"filesize\";i:37837;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"volunteers-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"volunteers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7048;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"volunteers-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22284;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"volunteers-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24820;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"volunteers-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24820;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"volunteers-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26918;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2767, 331, '_wp_attached_file', '2023/05/employee-perks.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2768, 331, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/employee-perks.jpg\";s:8:\"filesize\";i:55744;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"employee-perks-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21632;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"employee-perks-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10343;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38032;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"employee-perks-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44229;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"employee-perks-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2773, 332, '_wp_attached_file', '2023/05/employee-match-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2774, 332, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/employee-match-banner.jpg\";s:8:\"filesize\";i:71275;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"employee-match-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3629;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22773;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4495;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41134;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14545;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15475;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22244;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24569;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16911;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"employee-match-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31464;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"employee-match-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21402;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"employee-match-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7403;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2775, 333, '_wp_attached_file', '2023/05/employee-perks-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2776, 333, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/employee-perks-banner.jpg\";s:8:\"filesize\";i:102493;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"employee-perks-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4457;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35402;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6067;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21822;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67990;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57803;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20922;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27608;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23449;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"employee-perks-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50784;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"employee-perks-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32939;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"employee-perks-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9938;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2777, 334, '_wp_attached_file', '2023/05/PTO-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2778, 334, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/PTO-banner.jpg\";s:8:\"filesize\";i:96510;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"PTO-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4372;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PTO-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5155;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"PTO-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62079;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53613;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"PTO-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25317;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"PTO-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19460;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"PTO-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"PTO-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30619;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"PTO-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2795, 338, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2796, 338, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2829, 348, '_edit_lock', '1770429254:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2830, 348, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2831, 348, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2832, 348, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2833, 348, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2834, 348, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2835, 348, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2836, 348, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2837, 348, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2838, 348, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2839, 348, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2842, 348, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2843, 348, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2844, 348, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2845, 348, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"348\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2846, 348, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2847, 348, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2849, 348, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2850, 348, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2851, 348, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2854, 348, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2857, 348, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2862, 350, '_wp_attached_file', '2023/05/Express-Scripts-Mail-Order-Form.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2863, 350, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"Express-Scripts-Mail-Order-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:277729;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Express-Scripts-Mail-Order-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25942;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Express-Scripts-Mail-Order-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Express-Scripts-Mail-Order-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11116;}}s:8:\"filesize\";i:265663;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2864, 351, '_wp_attached_file', '2023/05/IL-Prescription-Reimbursement-Claim-Form.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2865, 351, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"IL-Prescription-Reimbursement-Claim-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210676;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"IL-Prescription-Reimbursement-Claim-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17061;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"IL-Prescription-Reimbursement-Claim-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"IL-Prescription-Reimbursement-Claim-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5718;}}s:8:\"filesize\";i:1026039;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2866, 352, '_wp_attached_file', '2023/05/Accredo-Specialty-Pharmacy.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2867, 352, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"Accredo-Specialty-Pharmacy-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235809;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Accredo-Specialty-Pharmacy-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37063;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Accredo-Specialty-Pharmacy-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Accredo-Specialty-Pharmacy-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27730;}}s:8:\"filesize\";i:5133471;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2868, 353, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2869, 353, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf.jpg\";s:5:\"width\";i:1090;s:6:\"height\";i:1406;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:395268;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28151;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11886;}}s:8:\"filesize\";i:4609032;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2870, 354, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2871, 354, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275318;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22910;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9360;}}s:8:\"filesize\";i:4651477;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2872, 355, '_wp_attached_file', '2023/05/FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2873, 355, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf.jpg\";s:5:\"width\";i:1091;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220193;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19613;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-793x1024.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8323;}}s:8:\"filesize\";i:3688047;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2874, 356, '_wp_attached_file', '2023/05/Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2875, 356, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321835;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22467;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}}s:8:\"filesize\";i:523106;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2876, 357, '_wp_attached_file', '2023/05/CF-Industries-Basic-and-Vol-Life-Benefit-Summary.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2877, 357, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:56:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344412;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24220;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"CF-Industries-Basic-and-Vol-Life-Benefit-Summary-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9005;}}s:8:\"filesize\";i:283976;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2878, 358, '_wp_attached_file', '2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2879, 358, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"5A-LTI-RSU-Only-2022-010423-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104375;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"5A-LTI-RSU-Only-2022-010423-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44812;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"5A-LTI-RSU-Only-2022-010423-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"5A-LTI-RSU-Only-2022-010423-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40054;}}s:8:\"filesize\";i:134484;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2880, 359, '_wp_attached_file', '2023/05/5B-LTI-RSU-PSU-010423-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2881, 359, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"5B-LTI-RSU-PSU-010423-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113288;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"5B-LTI-RSU-PSU-010423-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44745;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"5B-LTI-RSU-PSU-010423-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"5B-LTI-RSU-PSU-010423-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39935;}}s:8:\"filesize\";i:221881;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2882, 360, '_wp_attached_file', '2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2883, 360, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83185;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42101;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63130;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"4A-Short-Term-Incentive-AIP-2023-010423-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38861;}}s:8:\"filesize\";i:207307;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2884, 361, '_wp_attached_file', '2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2885, 361, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"4C-VIP-MFG-DF-2023-011023-1-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117238;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"4C-VIP-MFG-DF-2023-011023-1-pdf-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45477;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"4C-VIP-MFG-DF-2023-011023-1-pdf-779x1024.jpg\";s:5:\"width\";i:779;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"4C-VIP-MFG-DF-2023-011023-1-pdf-114x150.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40260;}}s:8:\"filesize\";i:261221;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2886, 362, '_wp_attached_file', '2023/05/BCBSIL-Medical-Claim-Form-IL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2887, 362, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"BCBSIL-Medical-Claim-Form-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247175;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"BCBSIL-Medical-Claim-Form-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22568;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"BCBSIL-Medical-Claim-Form-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"BCBSIL-Medical-Claim-Form-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11770;}}s:8:\"filesize\";i:514481;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2888, 363, '_wp_attached_file', '2023/05/MD-Live_User-Guide.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2889, 363, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"MD-Live_User-Guide-pdf.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254275;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"MD-Live_User-Guide-pdf-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22457;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"MD-Live_User-Guide-pdf-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153737;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"MD-Live_User-Guide-pdf-150x113.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9781;}}s:8:\"filesize\";i:2265999;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2890, 364, '_wp_attached_file', '2023/05/Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2891, 364, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:69:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311853;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22319;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}}s:8:\"filesize\";i:795105;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2892, 365, '_wp_attached_file', '2023/05/F_GROGuide.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2893, 365, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"F_GROGuide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183244;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16134;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"F_GROGuide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7685;}}s:8:\"filesize\";i:336996;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2894, 366, '_wp_attached_file', '2023/05/F_ServiceFC.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2895, 366, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceFC-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266715;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceFC-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23136;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceFC-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceFC-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9610;}}s:8:\"filesize\";i:350969;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2896, 367, '_wp_attached_file', '2023/05/F_ServiceFS.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2897, 367, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceFS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247391;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceFS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21189;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceFS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceFS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9121;}}s:8:\"filesize\";i:353708;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2898, 368, '_wp_attached_file', '2023/05/F_ServiceLC.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2899, 368, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"F_ServiceLC-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226775;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"F_ServiceLC-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21009;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"F_ServiceLC-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"F_ServiceLC-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9196;}}s:8:\"filesize\";i:324978;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2922, 371, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2923, 371, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2924, 371, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2925, 371, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2926, 371, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2927, 371, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2928, 371, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2929, 371, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2930, 371, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2931, 371, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2932, 371, '_edit_lock', '1769036003:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2934, 371, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2935, 371, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2936, 371, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2937, 371, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"371\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2938, 371, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2939, 371, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2941, 371, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2942, 371, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2943, 371, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2946, 371, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2984, 373, '_edit_lock', '1715207741:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2985, 373, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2986, 373, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2987, 373, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2988, 373, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2989, 373, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2990, 373, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2991, 373, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2992, 373, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2993, 373, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2994, 373, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2996, 373, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2997, 373, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2998, 373, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2999, 373, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"373\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3000, 373, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3001, 373, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3003, 373, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3004, 373, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3005, 373, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3008, 373, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3015, 375, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3016, 375, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3017, 375, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3018, 375, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3019, 375, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3020, 375, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3021, 375, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3022, 375, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3023, 375, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3024, 375, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3025, 375, '_edit_lock', '1723670641:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3027, 375, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3028, 375, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3029, 375, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3030, 375, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"375\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3031, 375, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3032, 375, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3034, 375, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3035, 375, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3036, 375, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3039, 375, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3049, 376, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3050, 376, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3051, 376, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3052, 376, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3053, 376, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3054, 376, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3055, 376, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3056, 376, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3057, 376, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3058, 376, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3059, 376, '_edit_lock', '1768932458:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3061, 376, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3062, 376, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3063, 376, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3064, 376, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"376\" /]');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3065, 376, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3066, 376, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3068, 376, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3069, 376, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3070, 376, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3075, 376, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3086, 379, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3087, 379, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3088, 379, '_menu_item_object_id', 375);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3089, 379, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3090, 379, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3091, 379, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3092, 379, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3093, 379, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3095, 380, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3096, 380, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3097, 380, '_menu_item_object_id', 373);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3098, 380, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3099, 380, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3100, 380, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3101, 380, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3102, 380, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3104, 381, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3105, 381, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3106, 381, '_menu_item_object_id', 371);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3107, 381, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3108, 381, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3109, 381, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3110, 381, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3111, 381, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3113, 382, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3114, 382, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3115, 382, '_menu_item_object_id', 348);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3116, 382, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3117, 382, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3118, 382, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3119, 382, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3120, 382, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3122, 41, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3123, 46, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3124, 147, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3131, 55, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3132, 198, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3137, 62, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3145, 72, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3147, 196, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3156, 91, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3164, 100, '_wp_old_date', '2023-04-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3170, 383, '_edit_lock', '1726072885:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3171, 383, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3172, 383, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3173, 383, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3174, 383, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3175, 383, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3176, 383, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3177, 383, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3178, 383, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3179, 383, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3180, 383, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3182, 383, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3183, 383, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3184, 383, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3185, 383, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"383\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3186, 383, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3187, 383, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3189, 383, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3190, 383, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3191, 383, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3194, 383, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3198, 385, '_wp_attached_file', '2023/05/HSA-Preventive-Drug-Program.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3199, 385, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"HSA-Preventive-Drug-Program-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203822;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-Program-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24972;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"HSA-Preventive-Drug-Program-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118141;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-Program-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13725;}}s:8:\"filesize\";i:1116684;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3200, 386, '_wp_attached_file', '2023/05/RX-ACA-Preventative-List-IL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3201, 386, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"RX-ACA-Preventative-List-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377723;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31837;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"RX-ACA-Preventative-List-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210814;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15996;}}s:8:\"filesize\";i:166152;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3210, 388, '_edit_lock', '1684070382:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3211, 388, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3212, 388, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3213, 388, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3214, 388, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3215, 388, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3216, 388, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3217, 388, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3218, 388, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3219, 388, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3220, 388, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3222, 388, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3223, 388, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3224, 388, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3225, 388, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"388\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3226, 388, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3227, 388, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3229, 388, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3230, 388, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3231, 388, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3234, 388, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3237, 388, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3238, 390, '_wp_attached_file', '2023/05/Cigna-Dental-Claim-Form.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3239, 390, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Cigna-Dental-Claim-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286139;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Cigna-Dental-Claim-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23490;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Cigna-Dental-Claim-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Cigna-Dental-Claim-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8301;}}s:8:\"filesize\";i:801722;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3240, 391, '_wp_attached_file', '2023/05/CF_2023_Rates_FINAL_102022.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3241, 391, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2023_Rates_FINAL_102022-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250886;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2023_Rates_FINAL_102022-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23366;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2023_Rates_FINAL_102022-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2023_Rates_FINAL_102022-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12174;}}s:8:\"filesize\";i:69057;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3245, 393, '_edit_last', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3246, 393, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3247, 393, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3248, 393, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3249, 393, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3250, 393, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3251, 393, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3252, 393, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3253, 393, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3254, 393, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3255, 393, '_edit_lock', '1736448000:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3258, 393, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3259, 393, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3260, 393, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3261, 393, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"393\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3262, 393, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3263, 393, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3265, 393, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3266, 393, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3267, 393, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3268, 398, '_wp_attached_file', '2023/05/CF_2023_Rates_FINAL_102022-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3269, 398, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"CF_2023_Rates_FINAL_102022-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250886;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"CF_2023_Rates_FINAL_102022-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23366;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"CF_2023_Rates_FINAL_102022-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"CF_2023_Rates_FINAL_102022-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12174;}}s:8:\"filesize\";i:69057;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3271, 393, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3274, 399, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3275, 399, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3276, 399, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3277, 399, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3278, 399, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3279, 399, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3280, 399, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3281, 399, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3282, 399, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3283, 399, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3284, 399, '_edit_lock', '1769024661:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3286, 399, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3287, 399, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3288, 399, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3289, 399, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"399\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3290, 399, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3291, 399, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3293, 399, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3294, 399, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3295, 399, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3298, 399, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3307, 402, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3308, 402, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3309, 402, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3310, 402, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3311, 402, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3312, 402, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3313, 402, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3314, 402, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3315, 402, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3316, 402, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3317, 402, '_edit_lock', '1715193959:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3319, 402, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3320, 402, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3321, 402, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3322, 402, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"402\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3323, 402, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3324, 402, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3326, 402, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3327, 402, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3328, 402, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3331, 402, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3338, 404, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3339, 404, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3340, 404, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3341, 404, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3342, 404, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3343, 404, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3344, 404, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3345, 404, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3346, 404, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3347, 404, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3348, 404, '_edit_lock', '1759302162:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3350, 404, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3351, 404, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3352, 404, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3353, 404, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"404\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3354, 404, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3355, 404, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3357, 404, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3358, 404, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3359, 404, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3363, 404, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3373, 408, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3374, 408, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3375, 408, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3376, 408, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3377, 408, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3378, 408, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3379, 408, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3380, 408, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3381, 408, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3382, 408, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3383, 408, '_edit_lock', '1769025024:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3385, 408, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3386, 408, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3387, 408, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3388, 408, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"408\" /]');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3389, 408, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3390, 408, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3392, 408, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3393, 408, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3394, 408, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3397, 408, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3400, 411, '_wp_attached_file', '2023/05/CF-PPL-Affidavit.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3401, 411, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"CF-PPL-Affidavit-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88800;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8299;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"CF-PPL-Affidavit-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:8:\"filesize\";i:39095;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3415, 413, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3416, 413, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3417, 413, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3418, 413, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3419, 413, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3420, 413, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3421, 413, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3422, 413, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3423, 413, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3424, 413, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3425, 413, '_edit_lock', '1684091668:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3427, 413, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3428, 413, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3429, 413, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3430, 413, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"413\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3431, 413, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3432, 413, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3434, 413, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3435, 413, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3436, 413, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3439, 413, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3442, 413, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3446, 415, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3447, 415, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3448, 415, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3449, 415, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3450, 415, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3451, 415, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3452, 415, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3453, 415, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3454, 415, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3455, 415, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3456, 415, '_edit_lock', '1726072755:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3458, 415, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3459, 415, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3460, 415, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3461, 415, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"415\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3462, 415, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3463, 415, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3465, 415, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3466, 415, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3467, 415, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3470, 415, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3477, 417, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3478, 417, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3479, 417, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3480, 417, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3481, 417, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3482, 417, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3483, 417, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3484, 417, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3485, 417, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3486, 417, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3487, 417, '_edit_lock', '1684093589:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3489, 417, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3490, 417, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3491, 417, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3492, 417, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"417\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3493, 417, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3494, 417, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3496, 417, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3497, 417, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3498, 417, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3501, 417, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3503, 417, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3507, 419, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3508, 419, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3509, 419, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3510, 419, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3511, 419, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3512, 419, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3513, 419, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3514, 419, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3515, 419, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3516, 419, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3517, 419, '_edit_lock', '1769027435:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3519, 419, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3520, 419, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3521, 419, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3522, 419, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"419\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3523, 419, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3524, 419, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3526, 419, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3527, 419, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3528, 419, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3531, 419, '_et_builder_dynamic_assets_loading_attr_threshold', 9);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3533, 419, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3534, 421, '_wp_attached_file', '2023/05/Road-Map-Leading-Self.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3535, 421, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1040;s:4:\"file\";s:33:\"2023/05/Road-Map-Leading-Self.jpg\";s:8:\"filesize\";i:192079;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15518;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-768x420.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58362;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1536x841.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:841;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155519;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26155;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106764;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1080x591.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95438;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35588;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Self-1280x701.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122016;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-980x536.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84450;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"Road-Map-Leading-Self-480x263.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30697;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3536, 422, '_wp_attached_file', '2023/05/Road-Map-Leading-Teams.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3537, 422, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1041;s:4:\"file\";s:34:\"2023/05/Road-Map-Leading-Teams.jpg\";s:8:\"filesize\";i:198884;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15882;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8564;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62243;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1536x842.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161958;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26802;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113754;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28572;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41317;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1080x592.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99848;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35243;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"Road-Map-Leading-Teams-1280x701.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126277;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-980x537.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85556;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"Road-Map-Leading-Teams-480x263.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3542, 424, '_edit_lock', '1684096595:1');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3543, 424, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3544, 424, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3545, 424, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3546, 424, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3547, 424, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3548, 424, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3549, 424, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3550, 424, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3551, 424, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3552, 424, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3554, 424, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3555, 424, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3556, 424, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3557, 424, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"424\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3558, 424, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3559, 424, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3561, 424, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3562, 424, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3563, 424, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3566, 424, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3569, 424, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3577, 426, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3578, 426, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3579, 426, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3580, 426, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3581, 426, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3582, 426, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3583, 426, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3584, 426, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3585, 426, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3586, 426, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3587, 426, '_edit_lock', '1684097096:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3589, 426, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3590, 426, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3591, 426, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3592, 426, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"426\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3593, 426, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3594, 426, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3596, 426, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3597, 426, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3598, 426, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3601, 426, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3603, 426, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3607, 427, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3608, 427, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3609, 427, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3610, 427, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3611, 427, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3612, 427, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3613, 427, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3614, 427, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3615, 427, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3616, 427, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3617, 427, '_edit_lock', '1684097611:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3619, 427, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3620, 427, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3621, 427, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3622, 427, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"427\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3623, 427, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3624, 427, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3626, 427, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3627, 427, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3628, 427, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3637, 427, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3639, 427, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3643, 430, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3644, 430, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3645, 430, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3646, 430, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3647, 430, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3648, 430, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3649, 430, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3650, 430, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3651, 430, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3652, 430, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3653, 430, '_edit_lock', '1684097993:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3655, 430, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3656, 430, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3657, 430, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3658, 430, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"430\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3659, 430, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3660, 430, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3662, 430, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3663, 430, '_et_builder_version', 'VB|Divi|4.24.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3664, 430, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3667, 430, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3670, 430, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3674, 432, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3675, 432, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3676, 432, '_menu_item_object_id', 430);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3677, 432, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3678, 432, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3679, 432, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3680, 432, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3681, 432, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3683, 433, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3684, 433, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3685, 433, '_menu_item_object_id', 427);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3686, 433, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3687, 433, '_menu_item_target', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3688, 433, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3689, 433, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3690, 433, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3692, 434, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3693, 434, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3694, 434, '_menu_item_object_id', 426);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3695, 434, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3696, 434, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3697, 434, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3698, 434, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3699, 434, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3710, 436, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3711, 436, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3712, 436, '_menu_item_object_id', 417);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3713, 436, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3714, 436, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3715, 436, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3716, 436, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3717, 436, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3719, 437, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3720, 437, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3721, 437, '_menu_item_object_id', 415);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3722, 437, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3723, 437, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3724, 437, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3725, 437, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3726, 437, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3728, 438, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3729, 438, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3730, 438, '_menu_item_object_id', 413);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3731, 438, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3732, 438, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3733, 438, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3734, 438, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3735, 438, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3755, 441, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3756, 441, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3757, 441, '_menu_item_object_id', 402);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3758, 441, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3759, 441, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3760, 441, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3761, 441, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3762, 441, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3773, 443, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3774, 443, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3775, 443, '_menu_item_object_id', 393);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3776, 443, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3777, 443, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3778, 443, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3779, 443, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3780, 443, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3782, 444, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3783, 444, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3784, 444, '_menu_item_object_id', 388);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3785, 444, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3786, 444, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3787, 444, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3788, 444, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3789, 444, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3791, 445, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3792, 445, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3793, 445, '_menu_item_object_id', 383);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3794, 445, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3795, 445, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3796, 445, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3797, 445, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3798, 445, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3800, 446, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3801, 446, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3802, 446, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3803, 446, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3804, 446, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3805, 446, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3806, 446, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3807, 446, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3808, 446, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3809, 446, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3810, 446, '_edit_lock', '1769028068:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3812, 446, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3813, 446, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3814, 446, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3815, 446, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"446\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3816, 446, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3817, 446, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3819, 446, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3820, 446, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3821, 446, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3824, 446, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3826, 448, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3827, 448, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3828, 448, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3829, 448, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3830, 448, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3831, 448, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3832, 448, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3833, 448, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3834, 448, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3835, 448, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3836, 448, '_edit_lock', '1769028086:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3838, 448, '_et_pb_built_for_post_type', 'page');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3839, 448, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3840, 448, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3841, 448, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"448\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3842, 448, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3843, 448, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3845, 448, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3846, 448, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3847, 448, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3850, 448, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3852, 450, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3853, 450, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3854, 450, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3855, 450, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3856, 450, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3857, 450, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3858, 450, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3859, 450, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3860, 450, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3861, 450, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3862, 450, '_edit_lock', '1684098997:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3864, 450, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3865, 450, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3866, 450, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3867, 450, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"450\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3868, 450, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3869, 450, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3871, 450, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3872, 450, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3873, 450, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3876, 450, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3878, 450, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3882, 452, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3883, 452, '_menu_item_menu_item_parent', 62);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3884, 452, '_menu_item_object_id', 450);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3885, 452, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3886, 452, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3887, 452, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3888, 452, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3889, 452, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3909, 455, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3910, 455, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3911, 455, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3912, 455, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3913, 455, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3914, 455, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3915, 455, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3916, 455, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3917, 455, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3918, 455, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3919, 455, '_edit_lock', '1723670569:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3921, 455, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3922, 455, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3923, 455, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3924, 455, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"455\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3925, 455, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3926, 455, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3928, 455, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3929, 455, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3930, 455, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3935, 455, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3948, 461, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3949, 461, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3950, 461, '_menu_item_object_id', 455);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3951, 461, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3952, 461, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3953, 461, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3954, 461, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3955, 461, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3957, 462, '_edit_lock', '1684111631:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3958, 462, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3959, 462, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3960, 462, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3961, 462, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3962, 462, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3963, 462, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3964, 462, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3965, 462, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3966, 462, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3967, 462, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3969, 462, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3970, 462, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3971, 462, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3972, 462, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"462\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3973, 462, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3974, 462, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3976, 462, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3977, 462, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3978, 462, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3981, 462, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3987, 465, '_wp_attached_file', '2023/05/FSRS_NetBenefits_AccessCardSM_FAQS.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3988, 465, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:483492;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28821;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11483;}}s:8:\"filesize\";i:1238841;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3990, 462, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (3999, 469, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4000, 469, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4001, 469, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4002, 469, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4003, 469, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4004, 469, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4005, 469, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4006, 469, '_et_pb_truncate_post', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4007, 469, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4008, 469, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4009, 469, '_edit_lock', '1684112687:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4011, 469, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4012, 469, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4013, 469, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4014, 469, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"469\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4015, 469, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4016, 469, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4018, 469, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4019, 469, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4020, 469, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4025, 469, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4027, 472, '_wp_attached_file', '2023/05/Evidence-of-Insurability-Form-for-Term-Life-Insurance.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4028, 472, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1792;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355320;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17598;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-622x1024.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"Evidence-of-Insurability-Form-for-Term-Life-Insurance-pdf-91x150.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6680;}}s:8:\"filesize\";i:194592;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4029, 469, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4040, 474, '_edit_lock', '1726072475:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4041, 474, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4042, 474, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4043, 474, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4044, 474, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4045, 474, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4046, 474, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4047, 474, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4048, 474, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4049, 474, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4050, 474, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4052, 474, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4053, 474, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4054, 474, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4055, 474, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"474\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4056, 474, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4057, 474, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4059, 474, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4060, 474, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4061, 474, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4064, 474, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4067, 477, '_wp_attached_file', '2023/05/Intake-Brochure-Disability-FML.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4068, 477, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"Intake-Brochure-Disability-FML-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:299596;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Intake-Brochure-Disability-FML-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32249;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Intake-Brochure-Disability-FML-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Intake-Brochure-Disability-FML-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18718;}}s:8:\"filesize\";i:238692;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4069, 478, '_wp_attached_file', '2023/05/Evidence-of-Insurability-Form-for-Disability-Insurance.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4070, 478, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1792;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:367560;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-182x300.jpg\";s:5:\"width\";i:182;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17499;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-622x1024.jpg\";s:5:\"width\";i:622;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"Evidence-of-Insurability-Form-for-Disability-Insurance-pdf-91x150.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6598;}}s:8:\"filesize\";i:176181;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4076, 479, '_wp_attached_file', '2023/05/paid-parental-leave-bannerBG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4077, 479, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2023/05/paid-parental-leave-bannerBG.jpg\";s:8:\"filesize\";i:84266;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"paid-parental-leave-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5935;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20911;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6329;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14449;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38576;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15860;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42182;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18122;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26254;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22465;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22038;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"paid-parental-leave-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28828;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"paid-parental-leave-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19709;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"paid-parental-leave-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8741;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4086, 481, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4087, 481, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4088, 481, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4089, 481, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4090, 481, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4091, 481, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4092, 481, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4093, 481, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4094, 481, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4095, 481, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4096, 481, '_edit_lock', '1715192638:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4101, 481, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4102, 481, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4103, 481, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4104, 481, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"481\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4105, 481, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4106, 481, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4108, 481, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4109, 481, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4110, 481, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4119, 481, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4121, 485, '_wp_attached_file', '2023/05/paid-time-off-bannerBG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4122, 485, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/paid-time-off-bannerBG.jpg\";s:8:\"filesize\";i:79673;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"paid-time-off-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6765;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6177;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18153;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44298;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12778;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13075;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16872;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13535;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"paid-time-off-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34610;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"paid-time-off-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24377;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"paid-time-off-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4131, 488, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4132, 488, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4133, 488, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4134, 488, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4135, 488, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4136, 488, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4137, 488, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4138, 488, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4139, 488, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4140, 488, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4141, 488, '_edit_lock', '1684115826:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4143, 488, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4144, 488, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4145, 488, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4146, 488, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"488\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4147, 488, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4148, 488, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4150, 488, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4151, 488, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4152, 488, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4155, 488, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4157, 488, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4161, 491, '_wp_attached_file', '2023/05/PTO-2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4162, 491, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:17:\"2023/05/PTO-2.jpg\";s:8:\"filesize\";i:43518;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"PTO-2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"PTO-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11529;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35369;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"PTO-2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"PTO-2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38354;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4167, 492, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4168, 492, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4169, 492, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4170, 492, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4171, 492, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4172, 492, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4173, 492, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4174, 492, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4175, 492, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4176, 492, '_et_pb_old_content', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4177, 492, '_edit_lock', '1726072944:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4179, 492, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4180, 492, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4181, 492, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4182, 492, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"492\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4183, 492, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4184, 492, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4186, 492, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4187, 492, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4188, 492, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4193, 492, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4199, 494, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4200, 494, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4201, 494, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4202, 494, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4203, 494, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4204, 494, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4205, 494, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4206, 494, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4207, 494, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4208, 494, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4209, 494, '_edit_lock', '1684120622:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4212, 494, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4213, 494, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4214, 494, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4215, 494, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"494\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4216, 494, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4217, 494, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4219, 494, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4220, 494, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4221, 494, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4223, 497, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4224, 497, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4225, 497, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4226, 497, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4227, 497, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4228, 497, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4229, 497, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4230, 497, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4231, 497, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4232, 497, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4233, 497, '_edit_lock', '1684116771:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4235, 497, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4236, 497, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4237, 497, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4238, 497, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"497\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4239, 497, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4240, 497, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4242, 497, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4243, 497, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4244, 497, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4247, 497, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4252, 497, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4256, 499, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4257, 499, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4258, 499, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4259, 499, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4260, 499, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4261, 499, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4262, 499, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4263, 499, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4264, 499, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4265, 499, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4266, 499, '_edit_lock', '1769035405:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4268, 499, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4269, 499, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4270, 499, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4271, 499, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"499\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4272, 499, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4273, 499, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4275, 499, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4276, 499, '_et_builder_version', 'VB|Divi|4.24.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4277, 499, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4280, 499, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4282, 501, '_wp_attached_file', '2023/05/4_pillars.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4283, 501, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:953;s:4:\"file\";s:21:\"2023/05/4_pillars.png\";s:8:\"filesize\";i:88890;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"4_pillars-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28477;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"4_pillars-1024x514.png\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"4_pillars-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12850;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"4_pillars-768x385.png\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101199;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"4_pillars-1536x770.png\";s:5:\"width\";i:1536;s:6:\"height\";i:770;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267533;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44251;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"4_pillars-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171927;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43942;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"4_pillars-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59293;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"4_pillars-1080x542.png\";s:5:\"width\";i:1080;s:6:\"height\";i:542;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159049;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"4_pillars-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58164;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"4_pillars-1280x642.png\";s:5:\"width\";i:1280;s:6:\"height\";i:642;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203187;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"4_pillars-980x492.png\";s:5:\"width\";i:980;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138921;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"4_pillars-480x241.png\";s:5:\"width\";i:480;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54551;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4284, 502, '_wp_attached_file', '2023/05/mentoring_bannerBG2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4285, 502, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2023/05/mentoring_bannerBG2.jpg\";s:8:\"filesize\";i:50643;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"mentoring_bannerBG2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6525;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17207;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43084;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7804;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27619;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7673;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9362;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7668;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"mentoring_bannerBG2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33381;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"mentoring_bannerBG2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23543;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"mentoring_bannerBG2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4286, 499, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4296, 504, '_edit_lock', '1751813982:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4297, 504, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4302, 504, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4303, 504, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4304, 504, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4305, 504, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4306, 504, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4307, 504, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4308, 504, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4309, 504, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4310, 504, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4312, 504, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4313, 504, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4314, 504, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4315, 504, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"504\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4316, 504, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4317, 504, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4319, 504, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4320, 504, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4321, 504, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4324, 504, '_et_builder_dynamic_assets_loading_attr_threshold', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4326, 505, '_wp_attached_file', '2023/05/mentoring2_landing.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4327, 505, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:30:\"2023/05/mentoring2_landing.jpg\";s:8:\"filesize\";i:36632;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10455;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27331;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29540;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29540;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"mentoring2_landing-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4335, 506, '_wp_attached_file', '2023/05/career-development-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4336, 506, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:36:\"2023/05/career-development-inset.jpg\";s:8:\"filesize\";i:32508;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"career-development-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"career-development-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24320;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26709;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"career-development-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26709;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"career-development-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27897;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4342, 508, '_wp_attached_file', '2023/05/career-developmentBG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4343, 508, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/career-developmentBG.jpg\";s:8:\"filesize\";i:74164;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"career-developmentBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6897;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9358;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20391;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57650;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24322;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66295;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26800;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35784;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33831;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30410;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"career-developmentBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43424;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"career-developmentBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29346;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"career-developmentBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4366, 513, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4367, 513, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4368, 513, '_menu_item_object_id', 497);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4369, 513, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4370, 513, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4371, 513, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4372, 513, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4373, 513, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4375, 514, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4376, 514, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4377, 514, '_menu_item_object_id', 492);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4378, 514, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4379, 514, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4380, 514, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4381, 514, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4382, 514, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4384, 515, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4385, 515, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4386, 515, '_menu_item_object_id', 488);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4387, 515, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4388, 515, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4389, 515, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4390, 515, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4391, 515, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4393, 516, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4394, 516, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4395, 516, '_menu_item_object_id', 481);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4396, 516, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4397, 516, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4398, 516, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4399, 516, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4400, 516, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4402, 517, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4403, 517, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4404, 517, '_menu_item_object_id', 474);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4405, 517, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4406, 517, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4407, 517, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4408, 517, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4409, 517, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4411, 518, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4412, 518, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4413, 518, '_menu_item_object_id', 469);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4414, 518, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4415, 518, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4416, 518, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4417, 518, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4418, 518, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4420, 519, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4421, 519, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4422, 519, '_menu_item_object_id', 462);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4423, 519, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4424, 519, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4425, 519, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4426, 519, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4427, 519, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4429, 520, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4430, 520, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4431, 520, '_menu_item_object_id', 494);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4432, 520, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4433, 520, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4434, 520, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4435, 520, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4436, 520, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4438, 521, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4439, 521, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4440, 521, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4441, 521, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4442, 521, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4443, 521, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4444, 521, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4445, 521, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4446, 521, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4447, 521, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4448, 521, '_edit_lock', '1752080838:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4450, 524, '_wp_attached_file', '2023/05/leadership-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4451, 524, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/leadership-inset.jpg\";s:8:\"filesize\";i:45582;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"leadership-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"leadership-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8363;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24656;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"leadership-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24656;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"leadership-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4454, 494, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4456, 521, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4457, 521, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4458, 521, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4459, 521, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"521\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4460, 521, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 98vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4461, 521, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4463, 521, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4464, 521, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4465, 521, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4468, 521, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4471, 494, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4483, 526, '_wp_attached_file', '2023/05/leadership-development-bannerBG.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4484, 526, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2023/05/leadership-development-bannerBG.jpg\";s:8:\"filesize\";i:53981;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"leadership-development-bannerBG-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5590;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18153;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4798;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30369;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20500;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8632;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11345;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8796;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"leadership-development-bannerBG-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23939;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"leadership-development-bannerBG-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17238;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"leadership-development-bannerBG-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4488, 448, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4492, 527, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4493, 527, '_wp_page_template', 'default');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4494, 527, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4495, 527, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4496, 527, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4497, 527, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4498, 527, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4499, 527, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4500, 527, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4501, 527, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4502, 527, '_edit_lock', '1769035765:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4504, 527, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4505, 527, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4506, 527, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4507, 527, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"527\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4508, 527, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 97.5vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4509, 527, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4511, 527, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4512, 527, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4513, 527, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4516, 527, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4518, 527, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4519, 529, '_wp_attached_file', '2023/05/education-assistance2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4520, 529, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:33:\"2023/05/education-assistance2.jpg\";s:8:\"filesize\";i:40750;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"education-assistance2-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"education-assistance2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8896;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20540;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23230;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"education-assistance2-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23230;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"education-assistance2-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22990;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4524, 531, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4525, 531, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4526, 531, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4527, 531, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4528, 531, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4529, 531, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4530, 531, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4531, 531, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4532, 531, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4533, 531, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4534, 531, '_edit_lock', '1769035789:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4540, 531, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4541, 531, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4542, 531, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4543, 531, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"531\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4544, 531, '_et_pb_custom_css', '#page-container {\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n-ms-flex-flow: column;\nflex-flow: column;\nmin-height: 97.5vh;\n}\n#et-main-area {\ndisplay:-webkit-box;\ndisplay:-ms-flexbox;\ndisplay:flex;\n-ms-flex-flow: column;\nflex-flow: column;\n}\n#et-main-area, #main-content {\n-webkit-box-flex: 1 0 auto;\n-ms-flex: 1 0 auto;\nflex: 1 0 auto;\n}\n\n#et-main-area, #main-content {\nbackground-size: 31% auto !important;\nbackground-position: right bottom !important;\nbackground-repeat: no-repeat !important;\nbackground-image: url(https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png)!important;\n}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4545, 531, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4547, 531, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4548, 531, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4549, 531, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4551, 531, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4554, 534, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4555, 534, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4556, 534, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4557, 534, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4558, 534, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4559, 534, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4560, 534, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4561, 534, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4562, 534, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4563, 534, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4564, 534, '_edit_lock', '1744313050:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4567, 534, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4568, 534, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4569, 534, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4570, 534, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"534\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4571, 534, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4572, 534, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4574, 534, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4575, 534, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4576, 534, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4579, 534, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4594, 538, '_wp_attached_file', '2023/05/service-award-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4595, 538, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/service-award-inset.jpg\";s:8:\"filesize\";i:43565;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"service-award-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"service-award-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9199;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23732;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"service-award-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23732;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"service-award-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26606;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4596, 539, '_wp_attached_file', '2023/05/service-award_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4597, 539, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/service-award_banner.jpg\";s:8:\"filesize\";i:63703;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"service-award_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6313;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"service-award_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5949;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"service-award_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15159;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35445;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11080;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28087;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"service-award_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14349;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22507;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"service-award_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11843;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"service-award_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27900;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"service-award_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20203;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"service-award_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4600, 541, '_wp_attached_file', '2023/05/base-pay-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4601, 541, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2023/05/base-pay-banner.jpg\";s:8:\"filesize\";i:55238;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"base-pay-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5983;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13892;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31620;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8245;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23144;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8399;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10631;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20536;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8672;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"base-pay-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25300;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"base-pay-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18336;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"base-pay-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4602, 542, '_wp_attached_file', '2023/05/base-pay-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4603, 542, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/base-pay-inset.jpg\";s:8:\"filesize\";i:39686;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8156;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19877;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"base-pay-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4631, 546, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4632, 546, '_menu_item_menu_item_parent', 91);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4633, 546, '_menu_item_object_id', 521);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4634, 546, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4635, 546, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4636, 546, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4637, 546, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4638, 546, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4640, 41, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4641, 381, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4642, 380, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4643, 379, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4645, 46, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4646, 147, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4647, 445, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4648, 444, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4649, 443, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4651, 441, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4653, 55, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4654, 198, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4656, 438, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4657, 437, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4658, 436, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4659, 62, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4661, 434, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4662, 433, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4663, 432, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4666, 452, '_wp_old_date', '2023-05-14');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4667, 72, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4668, 461, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4669, 196, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4670, 519, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4671, 518, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4672, 517, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4673, 516, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4674, 515, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4675, 514, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4676, 520, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4677, 513, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4678, 91, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4682, 100, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4688, 382, '_wp_old_date', '2023-05-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4693, 547, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4694, 547, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4695, 547, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4696, 547, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4697, 547, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4698, 547, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4699, 547, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4700, 547, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4701, 547, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4702, 547, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4703, 547, '_edit_lock', '1715718186:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4705, 547, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4706, 547, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4707, 547, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4708, 547, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"547\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4709, 547, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4710, 547, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4712, 547, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4713, 547, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4714, 547, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4717, 547, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4723, 550, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4724, 550, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4725, 550, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4726, 550, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4727, 550, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4728, 550, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4729, 550, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4730, 550, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4731, 550, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4732, 550, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4733, 550, '_edit_lock', '1684150314:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4735, 550, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4736, 550, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4737, 550, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4738, 550, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"550\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4739, 550, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4740, 550, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4742, 550, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4743, 550, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4744, 550, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4747, 550, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4750, 552, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4751, 552, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4752, 552, '_menu_item_object_id', 550);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4753, 552, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4754, 552, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4755, 552, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4756, 552, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4757, 552, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4759, 553, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4760, 553, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4761, 553, '_menu_item_object_id', 547);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4762, 553, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4763, 553, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4764, 553, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4765, 553, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4766, 553, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4768, 554, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4769, 554, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4770, 554, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4771, 554, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4772, 554, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4773, 554, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4774, 554, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4775, 554, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4776, 554, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4777, 554, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4778, 554, '_edit_lock', '1769724910:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4780, 554, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4781, 554, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4782, 554, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4783, 554, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"554\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4784, 554, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4785, 554, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4787, 554, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4788, 554, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4789, 554, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4792, 554, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4799, 557, '_wp_attached_file', '2023/05/short-term-incentive_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4800, 557, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2023/05/short-term-incentive_banner.jpg\";s:8:\"filesize\";i:69240;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"short-term-incentive_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6584;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4369;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16663;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39639;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7382;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27448;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7345;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9376;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25190;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7498;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"short-term-incentive_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31276;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"short-term-incentive_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"short-term-incentive_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4801, 558, '_wp_attached_file', '2023/05/short-term-incentive-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4802, 558, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/short-term-incentive-inset.jpg\";s:8:\"filesize\";i:33297;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10698;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26633;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28492;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"short-term-incentive-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30994;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4803, 559, '_wp_attached_file', '2023/05/long-term-incentive-incentive.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4804, 559, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:41:\"2023/05/long-term-incentive-incentive.jpg\";s:8:\"filesize\";i:33546;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24733;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26976;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26976;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"long-term-incentive-incentive-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4805, 560, '_wp_attached_file', '2023/05/long-term-incentive-banner.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4806, 560, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:38:\"2023/05/long-term-incentive-banner.jpg\";s:8:\"filesize\";i:68233;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"long-term-incentive-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5954;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4338;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14701;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36263;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7330;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26060;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7103;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9537;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22743;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7248;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"long-term-incentive-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28380;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"long-term-incentive-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20140;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"long-term-incentive-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4810, 561, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4811, 561, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4812, 561, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4813, 561, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4814, 561, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4815, 561, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4816, 561, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4817, 561, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4818, 561, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4819, 561, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4820, 561, '_edit_lock', '1715717682:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4822, 561, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4823, 561, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4824, 561, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4825, 561, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"561\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4826, 561, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4827, 561, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4829, 561, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4830, 561, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4831, 561, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4833, 564, '_wp_attached_file', '2023/05/Annual-Funding-Notice.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4834, 564, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Annual-Funding-Notice-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64204;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Annual-Funding-Notice-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14901;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Annual-Funding-Notice-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Annual-Funding-Notice-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11820;}}s:8:\"filesize\";i:187263;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4835, 565, '_wp_attached_file', '2023/05/SafeHarborNotice.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4836, 565, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"SafeHarborNotice-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324303;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"SafeHarborNotice-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20231;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"SafeHarborNotice-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"SafeHarborNotice-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7747;}}s:8:\"filesize\";i:179273;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4837, 566, '_wp_attached_file', '2023/05/SAR-CF-Industries-401k-2017-11092018.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4838, 566, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"SAR-CF-Industries-401k-2017-11092018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:308250;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"SAR-CF-Industries-401k-2017-11092018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19764;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"SAR-CF-Industries-401k-2017-11092018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"SAR-CF-Industries-401k-2017-11092018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8220;}}s:8:\"filesize\";i:14025;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4839, 567, '_wp_attached_file', '2023/05/SAR-CF-Industries-EE-Wlf-Ben-2017-11092018.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4840, 567, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220240;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15218;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"SAR-CF-Industries-EE-Wlf-Ben-2017-11092018-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7150;}}s:8:\"filesize\";i:12954;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4841, 568, '_wp_attached_file', '2023/05/CF-2022-U.S.-Required-Notices10.10.22.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4842, 568, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"CF-2022-U.S.-Required-Notices10.10.22-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127172;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14843;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"CF-2022-U.S.-Required-Notices10.10.22-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7951;}}s:8:\"filesize\";i:1273164;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4843, 569, '_wp_attached_file', '2023/05/Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4844, 569, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:107:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:357044;}s:6:\"medium\";a:5:{s:4:\"file\";s:115:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23808;}s:5:\"large\";a:5:{s:4:\"file\";s:116:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:115:\"Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9064;}}s:8:\"filesize\";i:485762;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4845, 570, '_wp_attached_file', '2023/05/Standard-PPO_SBC.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4846, 570, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"Standard-PPO_SBC-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375361;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Standard-PPO_SBC-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24048;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Standard-PPO_SBC-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202656;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Standard-PPO_SBC-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8970;}}s:8:\"filesize\";i:521307;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4847, 571, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4848, 571, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4849, 571, '_menu_item_object_id', 561);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4850, 571, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4851, 571, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4852, 571, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4853, 571, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4854, 571, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4856, 572, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4857, 572, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4858, 572, '_menu_item_object_id', 554);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4859, 572, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4860, 572, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4861, 572, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4862, 572, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4863, 572, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4866, 561, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4883, 574, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4884, 574, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4885, 574, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4886, 574, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4887, 574, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4888, 574, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4889, 574, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4890, 574, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4891, 574, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4892, 574, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4893, 574, '_edit_lock', '1736961990:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4895, 574, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4896, 574, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4897, 574, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4898, 574, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"574\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4899, 574, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4900, 574, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4902, 574, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4903, 574, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4904, 574, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4907, 574, '_et_builder_dynamic_assets_loading_attr_threshold', 20);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4913, 576, '_wp_attached_file', '2023/05/service-anniversary-award_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4914, 576, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:49:\"2023/05/service-anniversary-award_page_banner.jpg\";s:8:\"filesize\";i:23951;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"service-anniversary-award_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3268;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3164;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9707;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24612;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6856;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17963;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7115;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8713;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15181;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7258;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"service-anniversary-award_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19033;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"service-anniversary-award_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13473;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"service-anniversary-award_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4919, 577, '_wp_attached_file', '2023/05/service-anniversary-award_section_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4920, 577, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:51:\"2023/05/service-anniversary-award_section_inset.jpg\";s:8:\"filesize\";i:19093;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7158;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19122;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19933;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19933;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"service-anniversary-award_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4942, 578, '_wp_attached_file', '2023/05/strive_section_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4943, 578, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/strive_section_inset.jpg\";s:8:\"filesize\";i:38210;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10702;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33049;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37337;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37337;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"strive_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4944, 579, '_wp_attached_file', '2023/05/medical_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4945, 579, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:31:\"2023/05/medical_page_banner.jpg\";s:8:\"filesize\";i:12730;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14372;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14372;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"medical_page_banner-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4950, 581, '_wp_attached_file', '2023/05/prescription_section_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4951, 581, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/prescription_section_inset.jpg\";s:8:\"filesize\";i:14842;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10184;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6035;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15621;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16860;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16860;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"prescription_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18081;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4964, 583, '_wp_attached_file', '2023/05/dental_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4965, 583, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/dental_page_banner.jpg\";s:8:\"filesize\";i:25208;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"dental_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3058;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9331;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24737;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3646;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18936;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"dental_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13040;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"dental_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4966, 584, '_wp_attached_file', '2023/05/dental_section_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (4967, 584, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/dental_section_inset.jpg\";s:8:\"filesize\";i:18428;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7783;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21150;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21150;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"dental_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21663;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5107, 587, '_wp_attached_file', '2023/05/HSA-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5108, 587, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/HSA-banner.jpg\";s:8:\"filesize\";i:55263;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"HSA-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2926;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HSA-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1558;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"HSA-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11465;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31934;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24558;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"HSA-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7740;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19183;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"HSA-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5474;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"HSA-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24522;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"HSA-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16627;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"HSA-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5109, 588, '_wp_attached_file', '2023/05/vision_section_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5110, 588, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/vision_section_inset.jpg\";s:8:\"filesize\";i:17522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7270;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17870;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20028;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20028;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"vision_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20402;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5111, 590, '_wp_attached_file', '2023/05/proactive-md_section_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5112, 590, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/05/proactive-md_section_inset.jpg\";s:8:\"filesize\";i:20874;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23018;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23018;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"proactive-md_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5117, 591, '_wp_attached_file', '2023/05/ayco-financial-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5118, 591, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/ayco-financial-inset.jpg\";s:8:\"filesize\";i:37091;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6980;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21585;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24013;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24013;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ayco-financial-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25965;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5119, 592, '_wp_attached_file', '2023/05/chronic-conditions_page_banner2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5120, 592, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2023/05/chronic-conditions_page_banner2.jpg\";s:8:\"filesize\";i:18781;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner2-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2825;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14660;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5853;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5817;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15330;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"chronic-conditions_page_banner2-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner2-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5121, 593, '_wp_attached_file', '2023/05/chronic-conditions_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5122, 593, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:42:\"2023/05/chronic-conditions_page_banner.jpg\";s:8:\"filesize\";i:11838;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13861;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13861;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"chronic-conditions_page_banner-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14712;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5131, 594, '_wp_attached_file', '2023/05/prescription_page_banner.jpg');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5132, 594, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/prescription_page_banner.jpg\";s:8:\"filesize\";i:22972;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"prescription_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3165;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13231;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8999;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22947;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3695;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4491;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14223;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3681;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"prescription_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17702;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"prescription_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"prescription_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5207;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5133, 595, '_wp_attached_file', '2023/05/dental_page_banner-1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5134, 595, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/dental_page_banner-1.jpg\";s:8:\"filesize\";i:25208;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3058;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9331;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24737;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16888;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3646;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"dental_page_banner-1-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18936;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"dental_page_banner-1-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13040;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"dental_page_banner-1-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5135, 596, '_wp_attached_file', '2023/05/vision_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5136, 596, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/vision_page_banner.jpg\";s:8:\"filesize\";i:29225;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"vision_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3339;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10418;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27781;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6070;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20667;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6159;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7623;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16914;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6237;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"vision_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21462;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"vision_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14679;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"vision_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5645;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5137, 597, '_wp_attached_file', '2023/05/proactive-md_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5138, 597, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/proactive-md_page_banner.jpg\";s:8:\"filesize\";i:30741;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"proactive-md_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3603;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11411;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29832;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7991;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28589;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7785;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11399;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18069;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"proactive-md_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22905;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"proactive-md_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15811;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"proactive-md_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6217;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5139, 598, '_wp_attached_file', '2023/05/chronic-conditions_page_banner2-1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5140, 598, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2023/05/chronic-conditions_page_banner2-1.jpg\";s:8:\"filesize\";i:18781;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2825;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11390;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7775;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14660;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5853;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7360;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5817;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"chronic-conditions_page_banner2-1-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15330;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"chronic-conditions_page_banner2-1-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10690;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"chronic-conditions_page_banner2-1-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5152, 599, '_wp_attached_file', '2023/05/strive_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5153, 599, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2023/05/strive_page_banner.jpg\";s:8:\"filesize\";i:54862;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"strive_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3800;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15729;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46727;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6537;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33363;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6380;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9561;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27167;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6532;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"strive_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35177;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"strive_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23482;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"strive_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5158, 600, '_wp_attached_file', '2023/05/FSA-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5159, 600, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/FSA-inset.jpg\";s:8:\"filesize\";i:27509;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"FSA-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FSA-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5843;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17460;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19185;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"FSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19185;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"FSA-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5165, 601, '_wp_attached_file', '2023/05/life-insurance-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5166, 601, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:32:\"2023/05/life-insurance-inset.jpg\";s:8:\"filesize\";i:148684;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28610;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32396;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32396;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"life-insurance-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5170, 602, '_wp_attached_file', '2023/05/HSA-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5171, 602, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:21:\"2023/05/HSA-inset.jpg\";s:8:\"filesize\";i:28250;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"HSA-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HSA-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19761;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"HSA-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"HSA-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5172, 603, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5173, 603, '_menu_item_menu_item_parent', 100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5174, 603, '_menu_item_object_id', 574);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5175, 603, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5176, 603, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5177, 603, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5178, 603, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5179, 603, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5188, 604, '_wp_attached_file', '2023/05/life-insurance-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5189, 604, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/life-insurance-banner.jpg\";s:8:\"filesize\";i:79042;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"life-insurance-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3433;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2436;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15732;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49001;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7386;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35813;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7493;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10481;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27440;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7971;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"life-insurance-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36390;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"life-insurance-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23575;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"life-insurance-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7408;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5190, 605, '_wp_attached_file', '2023/05/health_advo_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5191, 605, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:203;s:6:\"height\";i:199;s:4:\"file\";s:28:\"2023/05/health_advo_icon.png\";s:8:\"filesize\";i:5188;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"health_advo_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5192, 606, '_wp_attached_file', '2023/05/medical_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5193, 606, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:201;s:6:\"height\";i:169;s:4:\"file\";s:24:\"2023/05/medical_icon.png\";s:8:\"filesize\";i:4518;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"medical_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5194, 607, '_wp_attached_file', '2023/05/prescription_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5195, 607, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:185;s:6:\"height\";i:207;s:4:\"file\";s:29:\"2023/05/prescription_icon.png\";s:8:\"filesize\";i:5181;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"prescription_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5196, 608, '_wp_attached_file', '2023/05/insurance_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5197, 608, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:179;s:6:\"height\";i:197;s:4:\"file\";s:26:\"2023/05/insurance_icon.png\";s:8:\"filesize\";i:6359;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"insurance_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8690;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5198, 609, '_wp_attached_file', '2023/05/accident_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5199, 609, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:200;s:6:\"height\";i:139;s:4:\"file\";s:25:\"2023/05/accident_icon.png\";s:8:\"filesize\";i:3419;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"accident_icon-150x139.png\";s:5:\"width\";i:150;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3259;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5200, 610, '_wp_attached_file', '2023/05/HSA_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5201, 610, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:186;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2023/05/HSA_icon.png\";s:8:\"filesize\";i:5241;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"HSA_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7624;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5202, 611, '_wp_attached_file', '2023/05/FSA_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5203, 611, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:209;s:6:\"height\";i:196;s:4:\"file\";s:20:\"2023/05/FSA_icon.png\";s:8:\"filesize\";i:5568;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FSA_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7085;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5204, 612, '_wp_attached_file', '2023/05/dental_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5205, 612, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:208;s:6:\"height\";i:186;s:4:\"file\";s:23:\"2023/05/dental_icon.png\";s:8:\"filesize\";i:5821;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"dental_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5206, 613, '_wp_attached_file', '2023/05/vision_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5207, 613, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:202;s:6:\"height\";i:122;s:4:\"file\";s:23:\"2023/05/vision_icon.png\";s:8:\"filesize\";i:3620;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"vision_icon-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5208, 614, '_wp_attached_file', '2023/05/disability_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5209, 614, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:198;s:6:\"height\";i:152;s:4:\"file\";s:27:\"2023/05/disability_icon.png\";s:8:\"filesize\";i:4590;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"disability_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5210, 615, '_wp_attached_file', '2023/05/401k_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5211, 615, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:164;s:6:\"height\";i:192;s:4:\"file\";s:21:\"2023/05/401k_icon.png\";s:8:\"filesize\";i:4549;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"401k_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5212, 616, '_wp_attached_file', '2023/05/EAP_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5213, 616, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:204;s:6:\"height\";i:119;s:4:\"file\";s:20:\"2023/05/EAP_icon.png\";s:8:\"filesize\";i:4549;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"EAP_icon-150x119.png\";s:5:\"width\";i:150;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3998;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5214, 617, '_wp_attached_file', '2023/05/long-term_icon.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5215, 617, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:26:\"2023/05/long-term_icon.png\";s:8:\"filesize\";i:4637;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"long-term_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5216, 618, '_wp_attached_file', '2023/05/ayco-financial-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5217, 618, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2023/05/ayco-financial-banner.jpg\";s:8:\"filesize\";i:49829;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ayco-financial-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3061;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1916;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32912;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5852;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26526;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6125;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8137;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19539;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"ayco-financial-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25117;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"ayco-financial-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16985;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ayco-financial-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6058;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5248, 622, '_wp_attached_file', '2023/05/HSA-inset-1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5249, 622, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:23:\"2023/05/HSA-inset-1.jpg\";s:8:\"filesize\";i:28250;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6618;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19761;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"HSA-inset-1-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5250, 623, '_wp_attached_file', '2023/05/disability-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5251, 623, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/disability-inset.jpg\";s:8:\"filesize\";i:31333;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"disability-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"disability-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5803;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18670;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20993;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"disability-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20993;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"disability-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22115;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5259, 624, '_wp_attached_file', '2023/05/disability_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5260, 624, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/disability_banner.jpg\";s:8:\"filesize\";i:56090;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"disability_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2930;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"disability_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16731;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"disability_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1769;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"disability_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10977;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"disability_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30752;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"disability_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23530;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6760;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"disability_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9411;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"disability_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18136;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"disability_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7152;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"disability_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23397;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"disability_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15753;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"disability_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5261, 626, '_wp_attached_file', '2023/05/medicare-ssa.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5262, 626, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:24:\"2023/05/medicare-ssa.png\";s:8:\"filesize\";i:3500;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"medicare-ssa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2922;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5267, 627, '_wp_attached_file', '2023/05/perks.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5268, 627, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:17:\"2023/05/perks.png\";s:8:\"filesize\";i:5958;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"perks-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5661;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5276, 628, '_wp_attached_file', '2023/05/401k-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5277, 628, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2023/05/401k-inset.jpg\";s:8:\"filesize\";i:55905;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"401k-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"401k-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34036;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39950;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"401k-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39950;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"401k-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5278, 629, '_wp_attached_file', '2023/05/travel-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5279, 629, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:24:\"2023/05/travel-inset.jpg\";s:8:\"filesize\";i:43234;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"travel-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"travel-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9317;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32315;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36090;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"travel-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36090;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"travel-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5280, 630, '_wp_attached_file', '2023/05/chronic.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5281, 630, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:19:\"2023/05/chronic.png\";s:8:\"filesize\";i:3812;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"chronic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3175;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5282, 631, '_wp_attached_file', '2023/05/leaving-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5283, 631, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:25:\"2023/05/leaving-inset.jpg\";s:8:\"filesize\";i:18255;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"leaving-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7617;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"leaving-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4926;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12750;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"leaving-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"leaving-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14226;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5284, 632, '_wp_attached_file', '2023/05/strive.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5285, 632, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:18:\"2023/05/strive.png\";s:8:\"filesize\";i:5778;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"strive-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5286, 634, '_wp_attached_file', '2023/05/retiring-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5287, 634, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:26:\"2023/05/retiring-inset.jpg\";s:8:\"filesize\";i:33009;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"retiring-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"retiring-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6341;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19634;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22199;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"retiring-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"retiring-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22923;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5288, 635, '_wp_attached_file', '2023/05/reporting-death-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5289, 635, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:33:\"2023/05/reporting-death-inset.jpg\";s:8:\"filesize\";i:49078;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16591;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7542;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32685;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"reporting-death-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5297, 636, '_wp_attached_file', '2023/05/401k-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5298, 636, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2023/05/401k-banner.jpg\";s:8:\"filesize\";i:89579;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"401k-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3231;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"401k-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"401k-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1393;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"401k-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"401k-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55977;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8523;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"401k-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44376;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"401k-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13942;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"401k-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30171;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"401k-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8652;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"401k-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40774;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"401k-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25692;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"401k-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7298;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5305, 637, '_wp_attached_file', '2023/05/travel-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5306, 637, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2023/05/travel-banner.jpg\";s:8:\"filesize\";i:63727;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"travel-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3302;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"travel-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23431;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"travel-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"travel-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14919;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"travel-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44067;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1520;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"travel-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19476;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:611;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"travel-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2280;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"travel-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25429;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"travel-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:636;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"travel-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33090;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"travel-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22149;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"travel-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7074;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5316, 639, '_wp_attached_file', '2023/05/leaving-CF-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5317, 639, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/leaving-CF-banner.jpg\";s:8:\"filesize\";i:31130;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"leaving-CF-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2087;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7290;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19436;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2871;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13437;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3017;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4047;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3257;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"leaving-CF-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14909;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"leaving-CF-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10276;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"leaving-CF-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5324, 640, '_wp_attached_file', '2023/05/retiring-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5325, 640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2023/05/retiring-banner.jpg\";s:8:\"filesize\";i:52676;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"retiring-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2421;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"retiring-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:821;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"retiring-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9684;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28259;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2640;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12798;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2678;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"retiring-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3819;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16277;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"retiring-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2881;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"retiring-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21215;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"retiring-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14010;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"retiring-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5326, 641, '_wp_attached_file', '2023/05/hsa-fsa-accounts.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5327, 641, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:181;s:6:\"height\";i:182;s:4:\"file\";s:28:\"2023/05/hsa-fsa-accounts.png\";s:8:\"filesize\";i:3963;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"hsa-fsa-accounts-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5337, 643, '_wp_attached_file', '2023/05/reporting-death-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5338, 643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/reporting-death-banner.jpg\";s:8:\"filesize\";i:69247;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"reporting-death-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3042;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21414;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2086;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13273;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41211;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7621;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29303;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7872;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12063;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8754;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"reporting-death-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30555;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"reporting-death-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19812;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"reporting-death-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6319;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5379, 650, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5380, 650, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5381, 650, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5382, 650, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5383, 650, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5384, 650, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5385, 650, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5386, 650, '_et_pb_truncate_post', '<p><div class=\"et_pb_section et_pb_section_11 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_7\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" alt=\"\" title=\"medical_icon\" class=\"wp-image-144\" /></span>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9 proximaCond_header  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Resources Library<br />\nOur health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_12 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_8 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_15 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_10 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Medical</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_1 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" fetchpriority=\"high\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" alt=\"\" title=\"medical_page_banner\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-579\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_16 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_11 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Prescription</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_2 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg\" alt=\"\" title=\"prescription_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-581\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_17 et_clickable  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Dental</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_3 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" alt=\"\" title=\"dental_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-584\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_9 et_pb_equal_columns et_pb_gutters2\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_18 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_13 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Vision</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_4 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg\" alt=\"\" title=\"vision_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-588\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_19 et_clickable  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Strive Engagement Platform</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_5 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" alt=\"\" title=\"Strive Engagement Platform\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-578\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_20 et_clickable  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_15 proximaCond_header  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Proactive MD</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_6 et-zoom-in\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"500\" height=\"268\" src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg\" alt=\"\" title=\"proactive-md_section_inset\" srcset=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg 500w, https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset-480x257.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 500px, 100vw\" class=\"wp-image-590\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5387, 650, '_et_pb_truncate_post_date', '2023-10-15 10:10:31');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5388, 650, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5389, 650, '_edit_lock', '1684182606:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5391, 650, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5392, 650, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5393, 650, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5394, 650, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"650\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5395, 650, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5396, 650, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5398, 650, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5399, 650, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5400, 650, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5403, 650, '_et_builder_dynamic_assets_loading_attr_threshold', 10);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5406, 652, '_wp_attached_file', '2023/05/be-included-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5407, 652, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:29:\"2023/05/be-included-inset.jpg\";s:8:\"filesize\";i:31672;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"be-included-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"be-included-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7391;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24266;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27737;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"be-included-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27737;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"be-included-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28381;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5408, 650, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5409, 653, '_wp_attached_file', '2023/05/inclusion-council-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5410, 653, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:35:\"2023/05/inclusion-council-inset.jpg\";s:8:\"filesize\";i:28474;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7368;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20684;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23643;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23643;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"inclusion-council-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23464;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5411, 654, '_wp_attached_file', '2023/05/life-cycle_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5412, 654, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/life-cycle_inset.jpg\";s:8:\"filesize\";i:36329;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8667;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24886;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28287;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28287;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"life-cycle_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29135;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5413, 655, '_wp_attached_file', '2023/05/DEI-report-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5414, 655, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/DEI-report-inset.jpg\";s:8:\"filesize\";i:52780;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20729;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9528;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35431;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40747;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40747;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"DEI-report-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5415, 657, '_wp_attached_file', '2023/05/blue-ocean-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5416, 657, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2023/05/blue-ocean-inset.jpg\";s:8:\"filesize\";i:29755;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6415;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18600;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20881;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20881;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"blue-ocean-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5417, 658, '_wp_attached_file', '2023/05/inclusion-resource-group-inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5418, 658, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:42:\"2023/05/inclusion-resource-group-inset.jpg\";s:8:\"filesize\";i:39823;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7635;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26264;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"inclusion-resource-group-inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5419, 659, '_wp_attached_file', '2023/05/IRG-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5420, 659, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/IRG-banner.jpg\";s:8:\"filesize\";i:78454;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IRG-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4090;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24570;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IRG-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3314;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IRG-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16001;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44443;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9852;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36751;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9819;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IRG-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14793;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26463;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IRG-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10391;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"IRG-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33926;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IRG-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23138;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IRG-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5421, 660, '_wp_attached_file', '2023/05/blue-ocean-brain-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5422, 660, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/05/blue-ocean-brain-banner.jpg\";s:8:\"filesize\";i:36962;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"blue-ocean-brain-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2396;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9031;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24964;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1950;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11210;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1924;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2816;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1952;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"blue-ocean-brain-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19052;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"blue-ocean-brain-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12919;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"blue-ocean-brain-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5423, 661, '_wp_attached_file', '2023/05/DEI-report-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5424, 661, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/DEI-report-banner.jpg\";s:8:\"filesize\";i:83815;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DEI-report-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3179;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14721;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8081;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35375;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8458;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12328;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25865;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9415;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"DEI-report-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34527;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"DEI-report-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22067;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"DEI-report-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5425, 662, '_wp_attached_file', '2023/05/life-cycle-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5426, 662, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/life-cycle-banner.jpg\";s:8:\"filesize\";i:64327;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"life-cycle-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3655;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14552;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39632;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9470;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35173;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10133;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13154;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10660;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"life-cycle-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30338;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"life-cycle-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20597;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"life-cycle-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5427, 663, '_wp_attached_file', '2023/05/inclusion-council-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5428, 663, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/inclusion-council-banner.jpg\";s:8:\"filesize\";i:53791;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"inclusion-council-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16256;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1683;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29573;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4488;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21977;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4739;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6158;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17590;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5175;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"inclusion-council-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22505;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"inclusion-council-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15288;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"inclusion-council-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5429, 664, '_wp_attached_file', '2023/05/EVP-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5430, 664, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2023/05/EVP-banner.jpg\";s:8:\"filesize\";i:55116;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EVP-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3125;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"EVP-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"EVP-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39577;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12921;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37382;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13438;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"EVP-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18635;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23184;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"EVP-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14521;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"EVP-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30138;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"EVP-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20186;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"EVP-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6685;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5462, 666, '_wp_attached_file', '2023/05/life-event_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5463, 666, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:34:\"2023/05/life-event_page_banner.jpg\";s:8:\"filesize\";i:19679;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"life-event_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2991;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8231;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20191;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2812;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15334;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2663;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3475;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12628;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2667;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"life-event_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15695;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"life-event_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11156;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"life-event_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5475, 668, '_wp_attached_file', '2023/05/benefits-eligibility_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5476, 668, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:44:\"2023/05/benefits-eligibility_page_banner.jpg\";s:8:\"filesize\";i:53881;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"benefits-eligibility_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4259;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16402;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47294;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12361;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41702;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13003;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17366;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27633;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13665;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"benefits-eligibility_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35771;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"benefits-eligibility_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23937;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"benefits-eligibility_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5477, 550, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5487, 670, '_wp_attached_file', '2023/05/requires-notices_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5488, 670, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2023/05/requires-notices_page_banner.jpg\";s:8:\"filesize\";i:23574;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"requires-notices_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2861;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8033;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21513;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2463;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2177;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3490;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12983;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2136;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"requires-notices_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16520;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"requires-notices_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11319;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"requires-notices_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5493, 671, '_wp_attached_file', '2023/05/resources-library_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5494, 671, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2023/05/resources-library_page_banner.jpg\";s:8:\"filesize\";i:25536;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"resources-library_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3171;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1950;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9545;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24940;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4199;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15895;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5318;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15215;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4552;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"resources-library_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19205;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"resources-library_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13451;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"resources-library_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5505, 674, '_wp_attached_file', '2023/05/contacts_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5506, 674, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:32:\"2023/05/contacts_page_banner.jpg\";s:8:\"filesize\";i:29064;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"contacts_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3074;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1189;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9547;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26028;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1530;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12514;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1580;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1734;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15423;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1586;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"contacts_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19658;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"contacts_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13415;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"contacts_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5192;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5534, 531, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5599, 675, '_edit_lock', '1712680982:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5604, 675, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5605, 675, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5606, 675, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5607, 675, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5608, 675, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5609, 675, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5610, 675, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5611, 675, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5612, 675, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5613, 675, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5619, 675, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5620, 675, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5621, 675, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5622, 675, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"675\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5623, 675, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5624, 675, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5626, 675, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5627, 675, '_et_builder_version', 'VB|Divi|4.20.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5628, 675, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5661, 681, '_wp_attached_file', '2023/05/service-award-mobileONLY.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5662, 681, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:738;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/05/service-award-mobileONLY.jpg\";s:8:\"filesize\";i:38806;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4828;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16169;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16680;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23677;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17833;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"service-award-mobileONLY-480x195.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16386;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5663, 376, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5691, 682, '_wp_attached_file', '2023/05/new-to-cfi_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5692, 682, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/05/new-to-cfi_banner.jpg\";s:8:\"filesize\";i:30123;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3481;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10961;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28515;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3891;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18340;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3993;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4824;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17318;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3931;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"new-to-cfi_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21888;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"new-to-cfi_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15266;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"new-to-cfi_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5740, 685, '_wp_attached_file', '2023/05/PTO_mobileONLY.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5741, 685, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:712;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2023/05/PTO_mobileONLY.jpg\";s:8:\"filesize\";i:52471;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6830;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21652;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31510;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"PTO_mobileONLY-480x202.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5873, 689, '_wp_attached_file', '2023/05/2023-Adult-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5874, 689, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"2023-Adult-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345272;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"2023-Adult-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26848;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"2023-Adult-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"2023-Adult-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13472;}}s:8:\"filesize\";i:264814;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5875, 690, '_wp_attached_file', '2023/05/2023-Childrens-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5876, 690, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"2023-Childrens-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:325149;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"2023-Childrens-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27726;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"2023-Childrens-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178175;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"2023-Childrens-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13789;}}s:8:\"filesize\";i:384313;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5877, 691, '_wp_attached_file', '2023/05/2023-Perinatal-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5878, 691, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"2023-Perinatal-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:284987;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26193;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"2023-Perinatal-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13521;}}s:8:\"filesize\";i:539486;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6116, 41, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6117, 381, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6118, 380, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6119, 379, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6121, 46, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6122, 147, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6123, 445, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6124, 444, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6125, 443, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6127, 441, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6129, 55, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6130, 198, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6132, 438, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6133, 437, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6134, 436, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6135, 62, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6137, 434, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6138, 433, '_wp_old_date', '2023-05-15');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6139, 432, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6142, 452, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6143, 72, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6144, 461, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6145, 196, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6146, 519, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6147, 518, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6148, 517, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6149, 516, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6150, 515, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6151, 514, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6152, 520, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6153, 513, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6154, 91, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6157, 546, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6161, 100, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6162, 553, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6163, 552, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6164, 572, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6165, 603, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6166, 571, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6167, 382, '_wp_old_date', '2023-05-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6177, 675, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6216, 699, '_wp_attached_file', '2023/05/usa-canada.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6217, 699, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:482;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2023/05/usa-canada.png\";s:8:\"filesize\";i:5856;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"usa-canada-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"usa-canada-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:580;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"usa-canada-400x121.png\";s:5:\"width\";i:400;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4657;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"usa-canada-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6218, 700, '_wp_attached_file', '2023/05/canada-usa.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6219, 700, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:482;s:6:\"height\";i:115;s:4:\"file\";s:22:\"2023/05/canada-usa.png\";s:8:\"filesize\";i:5936;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"canada-usa-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"canada-usa-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:536;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"canada-usa-400x115.png\";s:5:\"width\";i:400;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5774;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"canada-usa-480x115.png\";s:5:\"width\";i:480;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6277, 704, '_wp_attached_file', '2023/05/team_congrats.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6278, 704, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:25:\"2023/05/team_congrats.jpg\";s:8:\"filesize\";i:38388;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"team_congrats-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"team_congrats-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9850;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30083;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33122;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"team_congrats-400x334.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40284;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"team_congrats-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2018 G-Stock Studio/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6690, 41, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6691, 381, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6692, 380, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6693, 379, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6695, 46, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6696, 147, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6697, 445, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6698, 444, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6699, 443, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6701, 441, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6703, 55, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6704, 198, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6706, 438, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6707, 437, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6708, 436, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6709, 62, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6711, 434, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6712, 433, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6713, 432, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6716, 452, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6717, 72, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6718, 461, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6719, 196, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6720, 519, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6721, 518, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6722, 517, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6723, 516, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6724, 515, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6725, 514, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6726, 520, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6727, 513, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6728, 91, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6731, 546, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6735, 100, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6736, 553, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6737, 552, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6738, 572, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6739, 603, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6740, 571, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6741, 382, '_wp_old_date', '2023-05-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6787, 720, '_wp_attached_file', '2023/05/Guide-to-Using-GuidanceResources-Online.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6788, 720, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"Guide-to-Using-GuidanceResources-Online-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185751;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"Guide-to-Using-GuidanceResources-Online-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13265;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"Guide-to-Using-GuidanceResources-Online-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94732;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"Guide-to-Using-GuidanceResources-Online-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6729;}}s:8:\"filesize\";i:927130;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6840, 721, '_wp_attached_file', '2023/05/Annual-Funding-Notice-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6841, 721, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Annual-Funding-Notice-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64204;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Annual-Funding-Notice-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14901;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Annual-Funding-Notice-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Annual-Funding-Notice-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11820;}}s:8:\"filesize\";i:187263;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6939, 728, '_wp_attached_file', '2023/05/us.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6940, 728, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:644;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6941, 729, '_wp_attached_file', '2023/05/ca.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (6942, 729, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:643;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7101, 734, '_wp_attached_file', '2023/05/team_inclusion.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7102, 734, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:26:\"2023/05/team_inclusion.jpg\";s:8:\"filesize\";i:89213;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"team_inclusion-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"team_inclusion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"team_inclusion-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80763;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27511;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"team_inclusion-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"team_inclusion-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42002;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"team_inclusion-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119555;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"team_inclusion-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:75:\"Copyright (c) 2021 Ground Picture/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7685, 41, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7686, 381, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7687, 380, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7688, 379, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7690, 46, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7691, 147, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7692, 445, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7693, 444, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7694, 443, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7696, 441, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7698, 55, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7699, 198, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7701, 438, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7702, 437, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7703, 436, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7704, 62, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7706, 434, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7707, 433, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7708, 432, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7711, 452, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7712, 72, '_wp_old_date', '2023-05-18');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7713, 461, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7714, 196, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7715, 519, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7716, 518, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7717, 517, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7718, 516, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7719, 515, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7720, 514, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7721, 520, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7722, 513, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7723, 91, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7726, 546, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7730, 100, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7731, 553, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7732, 552, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7733, 572, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7734, 603, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7735, 571, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7736, 382, '_wp_old_date', '2023-05-18');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7887, 769, '_wp_attached_file', '2023/06/Standard_PPO_248035_0002.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7888, 769, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"Standard_PPO_248035_0002-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372580;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Standard_PPO_248035_0002-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23845;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Standard_PPO_248035_0002-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198612;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Standard_PPO_248035_0002-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8907;}}s:8:\"filesize\";i:489039;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7900, 770, '_wp_attached_file', '2023/06/Cigna_Healthy_Rewards.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7901, 770, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Cigna_Healthy_Rewards-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304800;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Cigna_Healthy_Rewards-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26548;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Cigna_Healthy_Rewards-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Cigna_Healthy_Rewards-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11513;}}s:8:\"filesize\";i:731619;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7909, 771, '_wp_attached_file', '2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7910, 771, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:483492;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28821;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"FSRS_NetBenefits_AccessCardSM_FAQS-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11483;}}s:8:\"filesize\";i:1238841;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7914, 772, '_wp_attached_file', '2023/06/NYL-GBS-Secure-Travel.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7915, 772, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"NYL-GBS-Secure-Travel-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363949;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"NYL-GBS-Secure-Travel-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24052;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"NYL-GBS-Secure-Travel-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192095;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"NYL-GBS-Secure-Travel-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10608;}}s:8:\"filesize\";i:87036;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7919, 773, '_wp_attached_file', '2023/06/MDLIVE.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7920, 773, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:14:\"MDLIVE-pdf.jpg\";s:5:\"width\";i:1120;s:6:\"height\";i:1440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288990;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"MDLIVE-pdf-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53231;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"MDLIVE-pdf-796x1024.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169443;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"MDLIVE-pdf-117x150.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41485;}}s:8:\"filesize\";i:7938320;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7921, 774, '_wp_attached_file', '2023/06/Cost_of_Coverage_2023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7922, 774, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Cost_of_Coverage_2023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252934;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Cost_of_Coverage_2023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25414;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Cost_of_Coverage_2023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Cost_of_Coverage_2023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14222;}}s:8:\"filesize\";i:55685;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7923, 775, '_wp_attached_file', '2023/06/Balanced-Drug-List.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7924, 775, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"Balanced-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191449;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Balanced-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13651;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Balanced-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109815;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Balanced-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5154;}}s:8:\"filesize\";i:2028636;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7925, 776, '_wp_attached_file', '2023/06/No-Cost-Preventive-Drug-List.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7926, 776, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"No-Cost-Preventive-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377350;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"No-Cost-Preventive-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31845;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"No-Cost-Preventive-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"No-Cost-Preventive-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15992;}}s:8:\"filesize\";i:164391;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7927, 777, '_wp_attached_file', '2023/06/Preventive-Drug-Benefit-Program.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7928, 777, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"Preventive-Drug-Benefit-Program-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202829;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Preventive-Drug-Benefit-Program-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25004;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Preventive-Drug-Benefit-Program-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Preventive-Drug-Benefit-Program-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13709;}}s:8:\"filesize\";i:366928;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7929, 778, '_wp_attached_file', '2023/06/Basic-Term-Life-Insurance-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7930, 778, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"Basic-Term-Life-Insurance-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:330452;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Basic-Term-Life-Insurance-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33652;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Basic-Term-Life-Insurance-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176745;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Basic-Term-Life-Insurance-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22912;}}s:8:\"filesize\";i:423228;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7931, 780, '_wp_attached_file', '2023/06/Basic-Accidental-Death-and-Dismemberment-Insurance.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7932, 780, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:58:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:275081;}s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31854;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"Basic-Accidental-Death-and-Dismemberment-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22594;}}s:8:\"filesize\";i:426070;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7933, 781, '_wp_attached_file', '2023/06/Long-Term-Disability-Insurance.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7934, 781, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"Long-Term-Disability-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287719;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Long-Term-Disability-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33839;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Long-Term-Disability-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Long-Term-Disability-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23229;}}s:8:\"filesize\";i:437434;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7935, 782, '_wp_attached_file', '2023/06/Voluntary-Accidental-Death-and-Dismemberment-Insurance.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7936, 782, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:62:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323254;}s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34800;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173620;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"Voluntary-Accidental-Death-and-Dismemberment-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23252;}}s:8:\"filesize\";i:428352;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7937, 783, '_wp_attached_file', '2023/06/Voluntary-Term-Life-Insurance.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7938, 783, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"Voluntary-Term-Life-Insurance-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:341477;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Voluntary-Term-Life-Insurance-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34437;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Voluntary-Term-Life-Insurance-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181820;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Voluntary-Term-Life-Insurance-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23125;}}s:8:\"filesize\";i:448339;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7968, 784, '_wp_attached_file', '2023/06/Understanding-your-Explanation-of-Benefits.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (7969, 784, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"Understanding-your-Explanation-of-Benefits-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:324372;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"Understanding-your-Explanation-of-Benefits-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29783;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"Understanding-your-Explanation-of-Benefits-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"Understanding-your-Explanation-of-Benefits-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13687;}}s:8:\"filesize\";i:926254;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8044, 41, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8045, 381, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8046, 380, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8047, 379, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8049, 46, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8050, 147, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8051, 445, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8052, 444, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8053, 443, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8055, 441, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8057, 55, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8058, 198, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8060, 438, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8061, 437, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8062, 436, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8063, 62, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8065, 434, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8066, 433, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8067, 432, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8070, 452, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8071, 72, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8072, 461, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8073, 196, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8074, 519, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8075, 518, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8076, 517, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8077, 516, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8078, 515, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8079, 91, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8082, 546, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8086, 100, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8087, 553, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8088, 552, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8089, 572, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8090, 603, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8091, 571, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8092, 382, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8093, 514, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8094, 520, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8095, 513, '_wp_old_date', '2023-05-31');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8165, 789, '_wp_attached_file', '2023/06/2022-CF-Summary-Plan-Description-SPD_Retirement-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8166, 789, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101367;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12365;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"2022-CF-Summary-Plan-Description-SPD_Retirement-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6771;}}s:8:\"filesize\";i:1599271;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8174, 791, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8175, 791, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8176, 791, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8177, 791, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8178, 791, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8179, 791, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8180, 791, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8181, 791, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8182, 791, '_et_pb_truncate_post_date', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8183, 791, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8184, 791, '_edit_lock', '1693838232:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8186, 791, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8187, 791, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8188, 791, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8189, 791, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"791\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8190, 791, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8191, 791, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8193, 791, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8194, 791, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8195, 791, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8198, 791, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8201, 791, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8206, 792, '_wp_attached_file', '2023/06/integration-pathway.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8207, 792, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:878;s:4:\"file\";s:31:\"2023/06/integration-pathway.png\";s:8:\"filesize\";i:87346;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"integration-pathway-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39909;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1024x702.png\";s:5:\"width\";i:1024;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:244654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"integration-pathway-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18549;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"integration-pathway-768x527.png\";s:5:\"width\";i:768;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161576;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56288;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243203;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65317;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"integration-pathway-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100745;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"integration-pathway-1080x741.png\";s:5:\"width\";i:1080;s:6:\"height\";i:741;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266255;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"integration-pathway-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95987;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"integration-pathway-980x672.png\";s:5:\"width\";i:980;s:6:\"height\";i:672;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231537;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"integration-pathway-480x329.png\";s:5:\"width\";i:480;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8216, 793, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8217, 793, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8218, 793, '_menu_item_object_id', 791);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8219, 793, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8220, 793, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8221, 793, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8222, 793, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8223, 793, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8242, 794, '_wp_attached_file', '2023/06/best-premium_section_inset.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8243, 794, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:38:\"2023/06/best-premium_section_inset.jpg\";s:8:\"filesize\";i:21687;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7482;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21079;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22691;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22691;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"best-premium_section_inset-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8248, 795, '_wp_attached_file', '2023/06/best-premium_page_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8249, 795, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2023/06/best-premium_page_banner.jpg\";s:8:\"filesize\";i:29165;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"best-premium_page_banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3356;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1596;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10369;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27337;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2990;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21576;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2768;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4500;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16489;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2692;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"best-premium_page_banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20796;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"best-premium_page_banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14481;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"best-premium_page_banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8335, 797, '_wp_attached_file', '2023/06/CF_Retiree_eGuide_US_052323.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8336, 797, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"CF_Retiree_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178699;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24373;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"CF_Retiree_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15067;}}s:8:\"filesize\";i:2960659;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8337, 798, '_wp_attached_file', '2023/06/CF_Termination_eGuide_US_052323.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8338, 798, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_Termination_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213033;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_Termination_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25234;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_Termination_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_Termination_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14866;}}s:8:\"filesize\";i:2478908;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8483, 41, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8484, 381, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8485, 380, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8486, 379, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8488, 46, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8489, 793, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8490, 147, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8491, 445, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8492, 444, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8493, 443, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8495, 441, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8497, 55, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8498, 198, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8500, 438, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8501, 437, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8502, 436, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8503, 62, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8505, 434, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8506, 433, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8507, 432, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8510, 452, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8511, 72, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8512, 461, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8513, 196, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8514, 519, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8515, 518, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8516, 517, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8517, 516, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8518, 515, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8519, 91, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8522, 546, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8526, 100, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8527, 553, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8528, 552, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8529, 572, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8530, 603, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8531, 571, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8532, 382, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8533, 514, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8534, 520, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8535, 513, '_wp_old_date', '2023-06-13');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8772, 803, '_wp_attached_file', '2023/06/CF_Enrollment_eGuide_US_FINAL_041923.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8773, 803, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117240;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23517;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16625;}}s:8:\"filesize\";i:8407789;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8787, 804, '_wp_attached_file', '2023/06/3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8788, 804, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:63:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281072;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24633;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154423;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11354;}}s:8:\"filesize\";i:585121;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8804, 806, '_wp_attached_file', '2023/07/CF_Retiree_eGuide_US_052323.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8805, 806, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"CF_Retiree_eGuide_US_052323-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178699;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24373;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"CF_Retiree_eGuide_US_052323-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"CF_Retiree_eGuide_US_052323-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15067;}}s:8:\"filesize\";i:2960659;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8806, 807, '_wp_attached_file', '2023/07/CF_Enrollment_eGuide_US_FINAL_041923.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8807, 807, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117240;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23517;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_041923-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16625;}}s:8:\"filesize\";i:8407789;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8808, 808, '_wp_attached_file', '2023/07/CF_PPL_Guide_EE_US_FINAL_032023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8809, 808, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131086;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19113;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_PPL_Guide_EE_US_FINAL_032023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11116;}}s:8:\"filesize\";i:1428521;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8810, 809, '_wp_attached_file', '2023/07/CF_PPL_Guide_MGR_US_FINAL_032023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8811, 809, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130981;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19101;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79409;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"CF_PPL_Guide_MGR_US_FINAL_032023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11112;}}s:8:\"filesize\";i:1496209;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8816, 812, '_wp_attached_file', '2023/07/CF-PPL-Affidavit.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (8817, 812, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"CF-PPL-Affidavit-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88800;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8299;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"CF-PPL-Affidavit-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"CF-PPL-Affidavit-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}}s:8:\"filesize\";i:39095;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9045, 816, '_wp_attached_file', '2023/08/bcbsglobalcore-brochure-English.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9046, 816, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"bcbsglobalcore-brochure-English-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359852;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"bcbsglobalcore-brochure-English-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55554;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"bcbsglobalcore-brochure-English-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208504;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"bcbsglobalcore-brochure-English-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42995;}}s:8:\"filesize\";i:244540;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9254, 818, '_wp_attached_file', '2023/08/2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9255, 818, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:67:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53329;}s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7599;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4558;}}s:8:\"filesize\";i:1147515;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9275, 820, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9276, 820, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9277, 820, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9278, 820, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9279, 820, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9280, 820, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9281, 820, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9282, 820, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9283, 820, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9284, 820, '_et_pb_old_content', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9285, 820, '_edit_lock', '1712680811:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9287, 820, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9288, 820, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9289, 820, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9290, 820, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"820\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9291, 820, '_et_pb_custom_css', '.slider_subhead {font-size: 27px !important; color: #333 !important; padding-bottom: .7em; line-height: 1.2;}\n\n/*** Responsive Styles Smartphone Only ***/\n@media all and (max-width: 767px) {\n.slider_subhead {font-size: 27px !important; color: #fff !important; padding-bottom: .7em; line-height: 1.2;} \n}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9292, 820, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9294, 820, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9295, 820, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9296, 820, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9301, 820, '_et_builder_dynamic_assets_loading_attr_threshold', 15);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9341, 826, '_wp_attached_file', '2023/09/best-premiums_home-slider-desktop.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9342, 826, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:45:\"2023/09/best-premiums_home-slider-desktop.jpg\";s:8:\"filesize\";i:70899;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9532;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55017;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35655;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101859;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18112;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19348;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28585;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59867;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25577;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"best-premiums_home-slider-desktop-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77764;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-desktop-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9343, 827, '_wp_attached_file', '2023/09/best-premiums_home-slider-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9344, 827, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:44:\"2023/09/best-premiums_home-slider-mobile.jpg\";s:8:\"filesize\";i:87439;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10285;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100689;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"best-premiums_home-slider-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121146;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17830;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19870;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30849;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"best-premiums_home-slider-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47326;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9345, 820, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9354, 828, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9355, 828, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9360, 829, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9361, 829, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9568, 831, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9569, 831, 'dipi_popup-active', 'false');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9570, 831, 'pm_sub_setting_triggering_settings', 'trigger_on_load');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9571, 831, 'trigger_manual-custom_css_selector', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9572, 831, 'trigger-closing_css_selector', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9573, 831, 'trigger_on_load-delay-start', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9574, 831, 'trigger_on_load-delay-end', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9575, 831, 'trigger_on_scroll-offset', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9576, 831, 'trigger_autotrigger-offset_units', 'px');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9577, 831, 'trigger_on_inactivity-delay', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9578, 831, 'trigger_autotrigger-periodicity', 'every_time');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9579, 831, 'trigger_autotrigger-periodicity-hours', 24);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9580, 831, 'trigger_autotrigger-activity', 'always');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9581, 831, 'trigger_auto-activ-certain_period-from', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9582, 831, 'trigger_auto-activ-certain_period-to', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9583, 831, 'trigger-remove_link', 'true');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9584, 831, 'trigger-close_on_bg', 'true');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9585, 831, 'trigger-hide_popup_slug', 'false');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9586, 831, 'trigger-close_by_back_btn', 'true');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9587, 831, 'trigger-prev_page_scrolling', 'false');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9588, 831, 'locations_user_roles-all', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9589, 831, 'pm_sub_set_loc_sitearea_settings', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9590, 831, 'post_dipi_popup_bg_color', 'rgba(25,25,25,0.79)');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9591, 831, 'popup_anim_name', 'fadeIn');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9592, 831, 'close_btn_bg_color', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9593, 831, 'dipi_popup_enable_blur', 'true');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9594, 831, 'dipi_custom_overlay_z_index', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9595, 831, 'dipi_custom_clickable_under_overlay', 'false');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9596, 831, 'dipi_custom_hide_close_btn', 'false');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9597, 831, 'dipi_custom_show_close_btn_within_popup_phone', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9598, 831, 'dipi_custom_show_close_btn_within_popup_tablet', 'false');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9599, 831, 'dipi_custom_show_close_btn_within_popup_desktop', 'false');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9600, 831, 'close_btn_icon_color', '#ebf8e6');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9601, 831, 'dipi_custom_close_btn_icon_size', 60);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9602, 831, 'dipi_custom_close_btn_padding', 20);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9603, 831, 'dipi_custom_close_btn_margin', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9604, 831, 'dipi_custom_close_btn_border_radius', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9605, 831, 'dipi_at_pages', 'specific');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9606, 831, 'dipi_at_pages_selected', 'a:1:{i:0;s:2:\"17\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9607, 831, 'dipi_at_exception_selected', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9608, 831, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9609, 831, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9610, 831, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9611, 831, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9612, 831, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9613, 831, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9614, 831, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9615, 831, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9616, 831, '_edit_lock', '1697651992:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9622, 831, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9623, 831, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9624, 831, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9625, 831, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"831\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9626, 831, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9627, 831, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9628, 831, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9629, 831, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9630, 831, '_et_builder_version', 'VB|Divi|4.21.0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9631, 831, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9784, 835, '_wp_attached_file', '2023/09/oe-popup-bkg.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9785, 835, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1740;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2023/09/oe-popup-bkg.jpg\";s:8:\"filesize\";i:68994;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8221;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1024x636.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4952;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-768x477.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28080;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1536x953.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:953;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75215;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11787;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45720;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13058;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18848;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1080x670.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45453;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18074;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"oe-popup-bkg-1280x794.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57714;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-980x608.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39605;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"oe-popup-bkg-480x298.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9791, 831, 'locations_site_area-all-dipi_cpt_category', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (9792, 831, 'popup_pos_location_name', 'center_center');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10008, 839, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10009, 839, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10010, 839, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10011, 839, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10012, 839, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10013, 839, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10014, 839, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10015, 839, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10016, 839, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10017, 839, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10018, 839, '_edit_lock', '1769712265:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10020, 839, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10021, 839, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10022, 839, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10023, 839, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"839\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10024, 839, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10025, 839, '_et_pb_gutter_width', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10027, 839, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10028, 839, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10029, 839, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10034, 839, '_et_builder_dynamic_assets_loading_attr_threshold', 19);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10042, 841, '_wp_attached_file', '2023/09/rates.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10043, 841, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1803;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10044, 844, '_wp_attached_file', '2023/09/checklist.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10045, 844, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1768;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10047, 845, '_wp_attached_file', '2023/09/enroll.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10048, 845, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1550;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10049, 846, '_wp_attached_file', '2023/09/best-premium.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10050, 846, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:2046;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10168, 850, '_wp_attached_file', '2023/09/CFIND-24AE-Checklist-2941290FINALSept20.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10169, 850, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224077;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19280;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"CFIND-24AE-Checklist-2941290FINALSept20-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9235;}}s:8:\"filesize\";i:1272529;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10248, 851, '_et_pb_row_layout', '1_4,1_4,1_4,1_4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10249, 851, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10254, 851, '_et_pb_excluded_global_options', '[]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10463, 852, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10464, 852, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202455;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50498;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41714;}}s:8:\"filesize\";i:442658;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10465, 853, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10466, 853, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214961;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51544;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-Woodward-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41770;}}s:8:\"filesize\";i:292696;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10467, 854, '_wp_attached_file', '2023/10/CF_2024_Rates_093023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10468, 854, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"CF_2024_Rates_093023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221452;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21996;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"CF_2024_Rates_093023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12140;}}s:8:\"filesize\";i:54635;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10469, 855, '_wp_attached_file', '2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10470, 855, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366843;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26362;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11447;}}s:8:\"filesize\";i:1955680;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10471, 856, '_wp_attached_file', '2023/10/CF_AE24_TrainingPoster_US_Donaldsonville_093023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10472, 856, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:2176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183584;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16390;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66714;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CF_AE24_TrainingPoster_US_Donaldsonville_093023-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9537;}}s:8:\"filesize\";i:607182;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10473, 857, '_wp_attached_file', '2023/10/CF_AE24_TrainingPoster_US_PortNeal_093023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10474, 857, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:2176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181969;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16449;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"CF_AE24_TrainingPoster_US_PortNeal_093023-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9604;}}s:8:\"filesize\";i:606865;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10475, 858, '_wp_attached_file', '2023/10/CF_AE24_TrainingPoster_US_Yazoo_093023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10476, 858, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:2176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194906;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16763;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf-663x1024.jpg\";s:5:\"width\";i:663;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71325;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"CF_AE24_TrainingPoster_US_Yazoo_093023-pdf-97x150.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9771;}}s:8:\"filesize\";i:608516;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10695, 861, '_wp_attached_file', '2023/10/e-guide.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10696, 861, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1030;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10701, 862, '_wp_attached_file', '2023/10/CF_AE24_eGuide_US_Final.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10702, 862, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE24_eGuide_US_Final-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164468;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25838;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE24_eGuide_US_Final-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16577;}}s:8:\"filesize\";i:1966686;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10703, 863, '_wp_attached_file', '2023/10/CF-2023-U.S.-Required-Notices10.5.23.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10704, 863, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF-2023-U.S.-Required-Notices10.5.23-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115905;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF-2023-U.S.-Required-Notices10.5.23-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13647;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF-2023-U.S.-Required-Notices10.5.23-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71456;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF-2023-U.S.-Required-Notices10.5.23-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6837;}}s:8:\"filesize\";i:1022260;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10705, 864, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward-3.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10706, 864, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214961;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51544;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137744;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-Woodward-3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41770;}}s:8:\"filesize\";i:292696;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10707, 865, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Dville.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10708, 865, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210995;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51315;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"CF-2024-Annual-Enrollment-Announcement-Dville-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41815;}}s:8:\"filesize\";i:442780;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10709, 866, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10710, 866, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238037;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52863;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42083;}}s:8:\"filesize\";i:445927;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10711, 867, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal-2.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10712, 867, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202455;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50498;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"CF-2024-Annual-Enrollment-Announcement-PortNeal-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41714;}}s:8:\"filesize\";i:442658;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10713, 868, '_wp_attached_file', '2023/10/CFIND-24AE-Checklist-2941290_Oct5FINAL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10714, 868, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224861;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19317;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"CFIND-24AE-Checklist-2941290_Oct5FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9221;}}s:8:\"filesize\";i:1270823;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10715, 869, '_wp_attached_file', '2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10716, 869, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:63:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:366843;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26362;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11447;}}s:8:\"filesize\";i:1955680;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10745, 872, '_wp_attached_file', '2023/10/2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10746, 872, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:63:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30356;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5509;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4054;}}s:8:\"filesize\";i:1586802;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10747, 873, '_wp_attached_file', '2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (10748, 873, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:73:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180932;}s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14641;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7029;}}s:8:\"filesize\";i:2753818;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11526, 876, '_wp_attached_file', '2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11527, 876, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238400;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52933;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150756;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CF-2024-Annual-Enrollment-Announcement-Yazoo-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42145;}}s:8:\"filesize\";i:445923;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11576, 41, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11577, 381, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11578, 380, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11579, 379, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11581, 46, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11582, 793, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11583, 147, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11584, 445, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11585, 444, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11586, 443, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11588, 441, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11590, 55, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11591, 198, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11593, 438, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11594, 437, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11595, 436, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11596, 62, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11598, 434, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11599, 433, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11600, 432, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11603, 452, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11604, 72, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11605, 461, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11606, 196, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11607, 519, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11608, 518, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11609, 517, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11610, 516, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11611, 515, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11612, 91, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11615, 546, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11619, 100, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11620, 553, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11621, 552, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11622, 572, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11623, 603, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11624, 571, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11625, 382, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11626, 514, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11627, 520, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11628, 513, '_wp_old_date', '2023-06-23');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11678, 879, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11679, 879, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11687, 880, '_wp_attached_file', '2023/10/OE_desktop_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11688, 880, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:29:\"2023/10/OE_desktop_banner.jpg\";s:8:\"filesize\";i:74343;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7714;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45025;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29139;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83916;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12600;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53827;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13359;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19251;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49018;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15050;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"OE_desktop_banner-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63479;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42487;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"OE_desktop_banner-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14289;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11689, 881, '_wp_attached_file', '2023/10/OE_mobile_banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11690, 881, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:28:\"2023/10/OE_mobile_banner.jpg\";s:8:\"filesize\";i:89538;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9300;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54586;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84339;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"OE_mobile_banner-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14311;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60144;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15946;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24123;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26299;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"OE_mobile_banner-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41407;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11711, 883, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11712, 883, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11732, 885, '_et_pb_module_type', 'et_pb_text');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11733, 885, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11748, 886, '_wp_attached_file', '2023/10/water_headerBar1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11749, 886, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2023/10/water_headerBar1.jpg\";s:8:\"filesize\";i:78449;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"water_headerBar1-300x56.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2709;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1024x192.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4223;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-768x144.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18895;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1536x288.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77111;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18988;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64158;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21446;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30605;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1080x203.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40065;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22388;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"water_headerBar1-1280x240.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54607;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"water_headerBar1-980x184.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32021;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"water_headerBar1-480x90.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11779, 41, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11780, 381, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11781, 380, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11782, 379, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11784, 46, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11785, 793, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11786, 147, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11787, 445, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11788, 444, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11789, 443, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11791, 441, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11793, 55, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11794, 198, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11796, 438, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11797, 437, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11798, 436, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11799, 62, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11801, 434, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11802, 433, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11803, 432, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11806, 452, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11807, 72, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11808, 461, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11809, 196, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11810, 519, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11811, 518, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11812, 517, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11813, 516, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11814, 515, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11815, 91, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11818, 546, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11822, 100, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11824, 553, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11825, 552, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11826, 572, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11827, 603, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11828, 571, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11829, 382, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11830, 514, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11831, 520, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (11832, 513, '_wp_old_date', '2023-10-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12481, 893, '_wp_attached_file', '2023/12/APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12482, 893, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19607;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5645;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4548;}}s:8:\"filesize\";i:141657;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12988, 900, '_wp_attached_file', '2024/01/SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12989, 900, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:103:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:349862;}s:6:\"medium\";a:5:{s:4:\"file\";s:111:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23800;}s:5:\"large\";a:5:{s:4:\"file\";s:112:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:111:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9199;}}s:8:\"filesize\";i:505109;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12990, 901, '_wp_attached_file', '2024/01/SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12991, 901, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:103:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:360755;}s:6:\"medium\";a:5:{s:4:\"file\";s:111:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23868;}s:5:\"large\";a:5:{s:4:\"file\";s:112:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194090;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:111:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9308;}}s:8:\"filesize\";i:507750;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13019, 903, '_wp_attached_file', '2024/01/Vision-Flyer_1.1.24_CF-Industries.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13020, 903, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"Vision-Flyer_1.1.24_CF-Industries-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222822;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Vision-Flyer_1.1.24_CF-Industries-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Vision-Flyer_1.1.24_CF-Industries-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Vision-Flyer_1.1.24_CF-Industries-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9187;}}s:8:\"filesize\";i:266073;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13493, 41, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13494, 381, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13495, 380, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13496, 379, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13498, 46, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13499, 793, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13500, 147, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13501, 445, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13502, 444, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13503, 443, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13505, 441, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13507, 55, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13508, 198, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13510, 438, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13511, 437, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13512, 436, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13513, 62, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13515, 434, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13516, 433, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13517, 432, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13520, 452, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13521, 72, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13522, 461, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13523, 196, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13524, 519, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13525, 518, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13526, 517, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13527, 516, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13528, 515, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13529, 91, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13532, 546, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13536, 100, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13538, 553, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13539, 552, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13540, 572, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13541, 603, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13542, 571, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13543, 382, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13544, 514, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13545, 520, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13546, 513, '_wp_old_date', '2023-11-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13972, 908, '_edit_lock', '1761679366:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13973, 908, '_edit_last', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13974, 908, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13975, 908, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13976, 908, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13977, 908, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13978, 908, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13979, 908, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13980, 908, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13981, 908, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13982, 908, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13984, 908, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13985, 908, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13986, 908, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13987, 908, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"908\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13988, 908, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13989, 908, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13991, 908, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13992, 908, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13993, 908, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (13998, 908, '_et_builder_dynamic_assets_loading_attr_threshold', 21);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14226, 909, '_wp_attached_file', '2024/02/Balanced-Drug-list-2024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14227, 909, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Balanced-Drug-list-2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178326;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Balanced-Drug-list-2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10715;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Balanced-Drug-list-2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Balanced-Drug-list-2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3971;}}s:8:\"filesize\";i:3134681;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14236, 910, '_wp_attached_file', '2024/02/CF_Enrollment_eGuide_022124.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14237, 910, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"CF_Enrollment_eGuide_022124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142966;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CF_Enrollment_eGuide_022124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21723;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_022124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"CF_Enrollment_eGuide_022124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14086;}}s:8:\"filesize\";i:4929841;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14238, 911, '_wp_attached_file', '2024/02/CF_2024_Rates_022124.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14239, 911, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"CF_2024_Rates_022124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172309;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_022124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18307;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"CF_2024_Rates_022124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_022124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10375;}}s:8:\"filesize\";i:49174;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14298, 914, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14299, 914, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14300, 914, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14301, 914, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14302, 914, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14303, 914, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14304, 914, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14305, 914, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14306, 914, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14307, 914, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14308, 914, '_edit_lock', '1712680939:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14310, 914, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14311, 914, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14312, 914, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14313, 914, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"914\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14314, 914, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14315, 914, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14317, 914, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14318, 914, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14319, 914, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14322, 914, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14325, 914, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14333, 918, '_wp_attached_file', '2024/03/Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14334, 918, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350212;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19744;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184336;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6249;}}s:8:\"filesize\";i:485240;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14335, 919, '_wp_attached_file', '2024/03/Dyno-Nobel-Waggaman-LA-SPD-3-2020.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14336, 919, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69902;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9357;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Dyno-Nobel-Waggaman-LA-SPD-3-2020-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5260;}}s:8:\"filesize\";i:1783467;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14337, 920, '_wp_attached_file', '2024/03/CF_UNION_Contacts_022924.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14338, 920, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"CF_UNION_Contacts_022924-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167614;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"CF_UNION_Contacts_022924-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20462;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"CF_UNION_Contacts_022924-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"CF_UNION_Contacts_022924-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11617;}}s:8:\"filesize\";i:45755;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14339, 921, '_wp_attached_file', '2024/03/CF_Enrollment_US_Walla_UNION_eGuide_022624.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14340, 921, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144935;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19665;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"CF_Enrollment_US_Walla_UNION_eGuide_022624-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11710;}}s:8:\"filesize\";i:3241577;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14341, 922, '_wp_attached_file', '2024/03/CF_2024_Rates_Walla_UNION_022624.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14342, 922, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"CF_2024_Rates_Walla_UNION_022624-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194939;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"CF_2024_Rates_Walla_UNION_022624-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19091;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"CF_2024_Rates_Walla_UNION_022624-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111673;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"CF_2024_Rates_Walla_UNION_022624-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10380;}}s:8:\"filesize\";i:52364;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14343, 923, '_wp_attached_file', '2024/03/04.-CF_2024_Enrollment_Checklist_Union.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14344, 923, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"04.-CF_2024_Enrollment_Checklist_Union-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203930;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"04.-CF_2024_Enrollment_Checklist_Union-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75170;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"04.-CF_2024_Enrollment_Checklist_Union-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"04.-CF_2024_Enrollment_Checklist_Union-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66552;}}s:8:\"filesize\";i:120116;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14562, 928, '_edit_lock', '1736961904:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14563, 928, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14564, 928, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14565, 928, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14566, 928, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14567, 928, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14568, 928, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14569, 928, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14570, 928, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14571, 928, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14572, 928, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14574, 928, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14575, 928, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14576, 928, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14577, 928, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"928\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14578, 928, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14579, 928, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14581, 928, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14582, 928, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14583, 928, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14586, 928, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14589, 929, '_wp_attached_file', '2024/03/how-to-enroll-in-commuter_2.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14590, 929, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"how-to-enroll-in-commuter_2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125523;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"how-to-enroll-in-commuter_2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13867;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"how-to-enroll-in-commuter_2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"how-to-enroll-in-commuter_2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7298;}}s:8:\"filesize\";i:1050022;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14592, 931, '_wp_attached_file', '2024/03/IL-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14593, 931, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2024/03/IL-banner.jpg\";s:8:\"filesize\";i:48283;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IL-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3717;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IL-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IL-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4589;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IL-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14994;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IL-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48104;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"IL-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13407;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IL-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43535;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"IL-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14806;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"IL-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19085;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"IL-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26618;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"IL-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16306;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"IL-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35421;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"IL-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22898;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IL-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7250;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14597, 933, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14598, 933, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14599, 933, '_menu_item_object_id', 928);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14600, 933, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14601, 933, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14602, 933, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14603, 933, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14604, 933, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14606, 41, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14607, 381, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14608, 380, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14609, 379, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14611, 46, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14612, 793, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14613, 147, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14614, 445, '_wp_old_date', '2024-02-09');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14615, 444, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14616, 443, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14618, 441, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14620, 55, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14621, 198, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14623, 438, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14624, 437, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14625, 436, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14626, 62, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14628, 434, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14629, 433, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14630, 432, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14633, 452, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14634, 72, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14635, 461, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14636, 196, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14637, 519, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14638, 518, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14639, 517, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14640, 516, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14641, 515, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14642, 91, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14645, 546, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14649, 100, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14651, 553, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14652, 552, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14653, 572, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14654, 603, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14655, 571, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14656, 382, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14657, 514, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14658, 520, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14659, 513, '_wp_old_date', '2024-02-09');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14660, 935, '_wp_attached_file', '2024/03/landing-commuter.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14661, 935, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:28:\"2024/03/landing-commuter.jpg\";s:8:\"filesize\";i:18038;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"landing-commuter-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"landing-commuter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7195;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"landing-commuter-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19607;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"landing-commuter-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"landing-commuter-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"landing-commuter-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:70:\"Copyright (c) 2017 DGLimages/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14887, 41, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14888, 381, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14889, 380, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14890, 379, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14892, 46, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14893, 793, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14894, 147, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14895, 445, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14896, 444, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14897, 443, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14899, 441, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14901, 55, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14902, 198, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14904, 438, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14905, 437, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14906, 436, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14907, 62, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14909, 434, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14910, 433, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14911, 432, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14914, 452, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14915, 72, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14916, 461, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14917, 196, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14918, 519, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14919, 518, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14920, 517, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14921, 516, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14922, 515, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14923, 933, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14924, 91, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14927, 546, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14931, 100, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14932, 553, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14933, 552, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14934, 572, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14935, 603, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14936, 571, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14937, 382, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14938, 514, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14939, 520, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14940, 513, '_wp_old_date', '2024-03-08');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14948, 936, '_wp_attached_file', '2024/03/CF_Enrollment_US_NU_eGuide_030724.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14949, 936, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"CF_Enrollment_US_NU_eGuide_030724-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145040;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_030724-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23826;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"CF_Enrollment_US_NU_eGuide_030724-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_030724-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16131;}}s:8:\"filesize\";i:5993647;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14986, 940, '_edit_lock', '1749669074:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14987, 940, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14988, 940, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans, open enrollment');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14989, 940, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14990, 940, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14991, 940, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14992, 940, 'attachment', 1248);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (14993, 940, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15030, 940, '_wp_old_slug', 'enrollment-guide');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15047, 945, '_edit_lock', '1738789933:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15048, 945, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15049, 945, 'keywords', 'Pregnancy, prenatal, postpartum, baby, pregnant, breastfeeding, ultrasound, child');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15050, 945, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15051, 945, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15052, 945, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15053, 945, 'attachment', 1218);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15054, 945, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15100, 948, '_edit_lock', '1738789869:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15101, 948, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15102, 948, 'keywords', 'child, children, well child, wellness, well visit, checkup, check up, immunization, shots, screening, vaccination, vaccine, sleep, vision, baby, birth, pediatrician, preventive, preventative, child health screen');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15103, 948, '_keywords', 'field_62990de13ee7e');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15104, 948, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15105, 948, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15106, 948, 'attachment', 1217);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15107, 948, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15118, 951, '_edit_lock', '1738789958:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15119, 951, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15120, 951, 'keywords', 'adult health, my health, preventive care, screening, checkup, check up, wellness, well visit, immunization, shots, vaccination, vaccine, mammogram, prostate, cholesterol, diabetes, colon, flu');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15121, 951, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15122, 951, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15123, 951, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15124, 951, 'attachment', 1216);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15125, 951, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15135, 952, '_edit_lock', '1711141268:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15136, 952, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15137, 952, 'keywords', 'Blue Cross and Blue Shield, travel, abroad, overseas, travel medical, BCBS, global, worldwide, Blue Cross Blue Shield Global Core, international, trip, emergency travel benefit');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15138, 952, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15139, 952, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15140, 952, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15141, 952, 'attachment', 816);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15142, 952, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15148, 953, '_edit_lock', '1746707430:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15149, 953, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15150, 953, 'keywords', 'Advantage PPO, HDHP, HSA, preventive drug, preventive, medication, prescription, Rx, rx, no-cost, no cost, BlueCross BlueShield, BCBS, free, prescribe, health savings account, ACA');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15151, 953, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15152, 953, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15153, 953, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15154, 385, '_wp_old_slug', 'hsa-preventive-drug-program');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15155, 953, 'attachment', 1238);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15156, 953, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15166, 955, '_edit_lock', '1746707371:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15167, 955, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15168, 955, 'keywords', 'preventive drug list, preventive, medication, prescription, Rx, rx, no-cost, no cost, over-the-counter, OTC, BlueCross BlueShield, BCBS, free, prescribe, ACA');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15169, 955, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15170, 955, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15171, 955, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15172, 955, 'attachment', 1237);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15173, 955, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15179, 956, '_edit_lock', '1711063160:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15180, 956, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15181, 956, 'keywords', 'Cigna, dental, claim, claim form, reimbursement, dental bill');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15182, 956, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15183, 956, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15184, 956, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15185, 956, 'attachment', 390);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15186, 956, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15226, 960, '_edit_lock', '1720798070:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15227, 960, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15228, 960, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15229, 960, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15230, 960, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15231, 960, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15232, 960, 'attachment', 1081);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15233, 960, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15242, 961, '_edit_lock', '1711141900:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15243, 961, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15244, 961, 'keywords', 'Paid Parental Leave, PPL, newborn, baby, adoption, adopt, maternity, paternity, leave, birth, child');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15245, 961, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15246, 961, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15247, 961, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15248, 961, 'attachment', 808);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15249, 961, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15257, 963, '_edit_lock', '1711140594:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15258, 963, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15259, 963, 'keywords', 'Paid Parental Leave, PPL, newborn, baby, adoption, adopt, maternity, paternity, leave, birth, manager, leader');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15260, 963, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15261, 963, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15262, 963, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15263, 963, 'attachment', 809);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15264, 963, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15270, 964, '_edit_lock', '1736951156:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15271, 964, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15272, 964, 'keywords', 'Paid Parental Leave, PPL, newborn, baby, adoption, adopt, maternity, paternity, leave, birth, affidavit,  PPL form, paid parental form');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15273, 964, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15274, 964, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15275, 964, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15276, 964, 'attachment', 1207);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15277, 964, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15282, 965, '_edit_lock', '1711064594:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15283, 965, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15284, 965, 'keywords', 'Cigna, healthy rewards, discounts, myCigna, memberships, Lasik, lasik, hearing aids, fitness, gym, perks');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15285, 965, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15286, 965, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15287, 965, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15288, 965, 'attachment', 770);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15289, 965, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15300, 966, '_edit_lock', '1711140955:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15301, 966, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15302, 966, 'keywords', 'Education assistance, education application, tuition, degree, exam, education, college, reimbursement, school');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15303, 966, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15304, 966, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15305, 966, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15306, 966, 'attachment', 893);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15307, 966, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15312, 967, '_edit_lock', '1744315446:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15319, 967, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15320, 967, 'keywords', 'financial, money, personal finance, coaching, budget, estate plan, invest, taxes, Ayco');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15321, 967, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15322, 967, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15323, 967, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15324, 967, 'attachment', 1229);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15325, 967, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15334, 968, '_edit_lock', '1714394037:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15335, 968, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15336, 968, 'keywords', 'Flexible spending account, FSA, healthcare fsa, health care fsa, HCFSA, Fidelity, investments, medical expenses, pre-tax, medical funds, medical savings, NetBenefits, accesscard, FSA reimburse');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15337, 968, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15338, 968, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15339, 968, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15340, 968, 'attachment', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15341, 968, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15342, 969, '_edit_lock', '1714393660:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15343, 969, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15344, 969, 'keywords', 'Fidelity, investments, flexible spending account, FSA, healthcare fsa, health care fsa, HCFSA, limited fsa, limited purpose, pre-tax,  NetBenefits, accesscard, dental fsa, vision fsa');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15345, 969, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15346, 969, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15347, 969, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15348, 969, 'attachment', 1056);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15349, 969, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15351, 969, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15352, 969, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15353, 970, '_edit_lock', '1711128202:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15354, 970, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15355, 970, 'keywords', 'NetBenefis, accesscard, FSA, HSA, debit card, expenses, health care fsa, healthcare fsa, limited fsa, limited purpose fsa, fsa funds, health savings account');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15356, 970, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15357, 970, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15358, 970, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15359, 970, 'attachment', 771);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15360, 970, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15367, 971, '_edit_lock', '1714393733:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15368, 971, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15369, 971, 'keywords', 'Fidelity, NetBenefis, accesscard, limited Purpose FSA, FSA, limited fsa, carryover, carry over, lose it');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15370, 971, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15371, 971, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15372, 971, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15373, 971, 'attachment', 1057);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15374, 971, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15393, 974, '_edit_lock', '1741805788:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15394, 974, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15395, 974, 'keywords', 'New York Life, NYL, GBS, disability, leave, long term, short term, LTD, STD, family medical leave, FMLA, medical leave');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15396, 974, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15397, 974, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15398, 974, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15399, 974, 'attachment', 1222);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15400, 974, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15413, 975, '_edit_lock', '1711128537:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15414, 975, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15415, 975, 'keywords', 'New York Life, NYL, travel, abroad, international, passport, luggage, overseas, global, worldwide, trip, embassy, travel emergency, emergency travel');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15416, 975, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15417, 975, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15418, 975, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15419, 975, 'attachment', 772);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15420, 975, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15455, 978, '_edit_lock', '1746652356:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15460, 978, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15461, 978, 'keywords', 'Summary of Benefits and Coverage, SBC, PPO, Standard PPO Plan, Premium, cost, medical cost, medical deductible, healthcare cost, medical premium, BlueCross BlueShield, BCBS, medical PPO plan, regular medical');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15462, 978, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15463, 978, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15464, 978, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15465, 978, 'attachment', 1234);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15466, 978, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15468, 980, '_edit_lock', '1750264162:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15469, 980, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15470, 980, 'keywords', 'Summary of Benefits and Coverage, SBC, Advantage HSA, Premium, cost, medical cost, medical deductible, healthcare cost, medical premium, BlueCross BlueShield, BCBS');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15471, 980, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15472, 980, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15473, 980, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15474, 980, 'attachment', 1233);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15475, 980, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15477, 981, '_edit_lock', '1760982503:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15478, 981, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15479, 981, 'keywords', 'annual required notices 2023, required notices 2023, required notices');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15480, 981, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15481, 981, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15482, 981, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15483, 981, 'attachment', 1235);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15484, 981, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15486, 982, '_edit_lock', '1749239374:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15487, 982, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15488, 982, 'keywords', 'Annual Report, Health and Welfare, health plan report, welfare plan report, required notices');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15489, 982, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15490, 982, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15491, 982, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15492, 982, 'attachment', 1245);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15493, 982, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15495, 984, '_edit_lock', '1726076954:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15496, 984, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15497, 984, 'keywords', 'Summary Plan Description, SPD, health summary, welfare summary, health plan, fertility, IVF, infertility, hearing aid');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15498, 984, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15499, 984, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15500, 984, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15501, 984, 'attachment', 872);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15502, 984, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15504, 985, '_edit_lock', '1711131447:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15505, 985, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15506, 985, 'keywords', 'Summary of Benefits and Coverage, SBC, PPO, Standard PPO Plan, Premium, cost, medical cost, medical deductible, healthcare cost, medical premium, BlueCross BlueShield, BCBS');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15507, 985, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15508, 985, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15509, 985, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15510, 985, 'attachment', 769);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15511, 985, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15513, 986, '_edit_lock', '1750263687:1');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15514, 986, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15515, 986, 'keywords', 'Summary of Benefits and Coverage, SBC, Advantage HSA, Premium, cost, medical cost, medical deductible, healthcare cost, medical premium, BlueCross BlueShield, BCBS');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15516, 986, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15517, 986, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15518, 986, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15519, 986, 'attachment', 569);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15520, 986, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15522, 987, '_edit_lock', '1715717896:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15523, 987, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15524, 987, 'keywords', 'Safe Harbor Notice, 401(k) plan, required notices, 401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15525, 987, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15526, 987, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15527, 987, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15528, 987, 'attachment', 565);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15529, 987, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15531, 988, '_edit_lock', '1715717773:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15532, 988, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15533, 988, 'keywords', '401(k) plan, annual report, required notices, 401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15534, 988, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15535, 988, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15536, 988, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15537, 988, 'attachment', 566);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15538, 988, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15540, 990, '_edit_lock', '1711131802:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15541, 990, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15542, 990, 'keywords', 'Pension Plan, funding notice, annual funding notice, required notices');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15543, 990, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15544, 990, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15545, 990, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15546, 564, '_wp_old_slug', 'annual-funding-notice');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15547, 990, 'attachment', 564);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15548, 990, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15550, 991, '_edit_lock', '1715717952:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15551, 991, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15552, 991, 'keywords', 'Retirement, Summary Plan Description, SPD, 401(k) plan, pension plan, requried notices, pension, cash balance, 401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15553, 991, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15554, 991, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15555, 991, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15556, 991, 'attachment', 789);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15557, 991, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15571, 994, '_edit_lock', '1711132422:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15572, 994, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15573, 994, 'keywords', 'BlueCross BlueShield, BCBS, medical claim, medical payment, claim form, form, reimbursement, Appeal');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15574, 994, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15575, 994, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15576, 994, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15577, 994, 'attachment', 362);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15578, 994, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15580, 995, '_edit_lock', '1721072320:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15581, 995, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15582, 995, 'keywords', 'MD Live, virtual care, virtual appointment, BlueCross BlueShield, BCBS, mdlive, virtual health care, home appointment, virtual appointment, after hours care');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15583, 995, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15584, 995, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15585, 995, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15586, 995, 'attachment', 773);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15587, 995, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15598, 997, '_edit_lock', '1711132644:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15599, 997, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15600, 997, 'keywords', 'BlueCross BlueShield, BCBS, Explanation of Benefits, EOB, covered services, medical benefits, medical coverage, medical cost');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15601, 997, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15602, 997, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15603, 997, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15604, 997, 'attachment', 784);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15605, 997, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15616, 999, '_edit_lock', '1711132820:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15617, 999, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15618, 999, 'keywords', 'Express Scripts, prescription, mail order, 90-day, 90-day supply, prescription delivery, home delivery, Rx, rx, order form, form');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15619, 999, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15620, 999, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15621, 999, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15622, 350, '_wp_old_slug', 'express-scripts-mail-order-form');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15623, 999, 'attachment', 350);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15624, 999, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15626, 1000, '_edit_lock', '1711134663:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15627, 1000, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15628, 1000, 'keywords', 'Prescription, reimbursement, prescription claim, claim form, form, BlueCross BlueShield, BCBS');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15629, 1000, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15630, 1000, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15631, 1000, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15632, 1000, 'attachment', 351);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15633, 1000, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15635, 1002, '_edit_lock', '1711134749:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15636, 1002, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15637, 1002, 'keywords', 'Accredo Pharmacy, Accredo, prescription, specialty prescription, medication, Rx, rx, BlueCross BlueShield, BCBS, specialty medicine, specialty condition');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15638, 1002, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15639, 1002, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15640, 1002, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15641, 1002, 'attachment', 352);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15642, 1002, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15644, 1003, '_edit_lock', '1711134839:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15645, 1003, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15646, 1003, 'keywords', 'preventive drug list, preventive, medication, prescription, Rx, rx, no-cost, no cost, over-the-counter, OTC, BlueCross BlueShield, BCBS, free, prescribe, ACA');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15647, 1003, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15648, 1003, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15649, 1003, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15650, 776, '_wp_old_slug', 'no-cost-preventive-drug-list');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15651, 1003, 'attachment', 776);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15652, 1003, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15663, 1005, '_edit_lock', '1712851774:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15664, 1005, '_edit_last', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15665, 1005, 'keywords', 'Advantage PPO, HDHP, HSA, preventive drug, preventive, medication, prescription, Rx, rx, no-cost, no cost, BlueCross BlueShield, BCBS, free, prescribe, health savings account, ACA');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15666, 1005, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15667, 1005, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15668, 1005, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15669, 1005, 'attachment', 777);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15670, 1005, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15672, 1006, '_edit_lock', '1736450350:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15673, 1006, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15674, 1006, 'keywords', 'Dental coverage, dental network, dental exam, orthodontia, implants, dentures, Cigna');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15675, 1006, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15676, 1006, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15677, 1006, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15678, 1006, 'attachment', 1204);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15679, 1006, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15681, 1007, '_edit_lock', '1736618379:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15682, 1007, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15683, 1007, 'keywords', 'Vision coverage, eye exam, eyewear, contacts, frames, copay, Cigna, glasses, safety glasses');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15684, 1007, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15685, 1007, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15686, 1007, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15687, 1007, 'attachment', 1206);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15688, 1007, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15690, 1008, '_edit_lock', '1711135285:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15691, 1008, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15692, 1008, 'keywords', 'Vision Insurance, FAQ, eyewear, eye exam, Cigna');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15693, 1008, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15694, 1008, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15695, 1008, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15696, 1008, 'attachment', 903);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15697, 1008, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15717, 1011, '_edit_lock', '1736950691:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15718, 1011, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15719, 1011, 'keywords', 'Paid Parental Leave, PPL, newborn, baby, adoption, adopt, maternity, paternity, leave, birth, affidavit, PPL form, paid parental form');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15720, 1011, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15721, 1011, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15722, 1011, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15723, 1011, 'attachment', 812);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15724, 1011, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15726, 1012, '_edit_lock', '1711135707:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15727, 1012, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15728, 1012, 'keywords', 'Basic Life Insurance, life insurance, New York Life, NYL');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15729, 1012, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15730, 1012, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15731, 1012, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15732, 1012, 'attachment', 778);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15733, 1012, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15735, 1013, '_edit_lock', '1711135778:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15736, 1013, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15737, 1013, 'keywords', 'Accidental Death and Dismemberment, AD&D, life insurance, injury, New York Life, NYL,  ADD insurance');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15738, 1013, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15739, 1013, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15740, 1013, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15741, 1013, 'attachment', 780);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15742, 1013, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15744, 1014, '_edit_lock', '1711135861:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15745, 1014, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15746, 1014, 'keywords', 'Voluntary Life Insurance, life insurance, New York Life, NYL, VOL');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15747, 1014, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15748, 1014, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15749, 1014, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15750, 1014, 'attachment', 783);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15751, 1014, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15753, 1015, '_edit_lock', '1711135945:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15754, 1015, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15755, 1015, 'keywords', 'Long Term Disability, LTD, life insurance, injury, long term illness, New York Life, NYL');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15756, 1015, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15757, 1015, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15758, 1015, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15759, 1015, 'attachment', 781);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15760, 1015, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15762, 1016, '_edit_lock', '1711136049:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15763, 1016, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15764, 1016, 'keywords', 'Voluntary Accidental Death and Dismemberment, AD&D, injury, life insurance, New York Life, NYL, accident ');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15765, 1016, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15766, 1016, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15767, 1016, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15768, 1016, 'attachment', 782);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15769, 1016, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15771, 1018, '_edit_lock', '1741805869:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15772, 1018, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15773, 1018, 'keywords', 'Retirement, guide, transition, 401(k), pension, planning, cash balance');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15774, 1018, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15775, 1018, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15776, 1018, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15777, 1018, 'attachment', 1223);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15778, 1018, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15780, 1019, '_edit_lock', '1711136312:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15781, 1019, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15782, 1019, 'keywords', 'Retirement, cash balance formula, pension, 401(k), FAQ, cash balance');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15783, 1019, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15784, 1019, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15785, 1019, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15786, 1019, 'attachment', 353);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15787, 1019, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15789, 1021, '_edit_lock', '1712860479:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15790, 1021, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15791, 1021, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, financial assistance, legal guidance, work life solutions, counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15792, 1021, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15793, 1021, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15794, 1021, '_attachment_type', 'field_6335b2546f643');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15795, 1021, 'attachment', 365);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15796, 1021, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15798, 1022, '_edit_lock', '1711136338:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15799, 1022, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15800, 1022, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, financial assistance, accountant, financial planner, counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15801, 1022, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15802, 1022, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15803, 1022, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15804, 1022, 'attachment', 366);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15805, 1022, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15807, 1023, '_edit_lock', '1711136422:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15808, 1023, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15809, 1023, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, work life solutions, childcare, elder care, pet care, counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15810, 1023, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15811, 1023, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15812, 1023, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15813, 1023, 'attachment', 367);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15814, 1023, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15816, 1025, '_edit_lock', '1711136501:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15817, 1025, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15818, 1025, 'keywords', 'GuidanceResources, Guidance Resources, EAP, employee assistance, compsych, legal guidance, attorney, counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15819, 1025, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15820, 1025, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15821, 1025, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15822, 1025, 'attachment', 368);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15823, 1025, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15825, 1027, '_edit_lock', '1711136559:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15826, 1027, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15827, 1027, 'keywords', 'Cigna, healthy rewards, discounts, myCigna, memberships, Lasik, lasik, hearing aids, fitness, gym');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15828, 1027, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15829, 1027, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15830, 1027, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15831, 1027, 'attachment', 770);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15832, 1027, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15846, 1029, '_edit_lock', '1741807983:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15850, 1029, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15851, 1029, 'keywords', 'Leaving CF, retirement, termination, transition, employment, retiring, resignation, resignation policy');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15852, 1029, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15853, 1029, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15854, 1029, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15855, 1029, 'attachment', 1224);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15856, 1029, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (15892, 839, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16038, 1036, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16039, 1036, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16041, 1039, '_et_autogenerated_title', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16042, 1039, '_et_default', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16043, 1039, '_et_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16044, 1039, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16045, 1039, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16046, 1039, '_et_body_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16047, 1039, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16048, 1039, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16049, 1039, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16050, 1040, '_et_autogenerated_title', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16051, 1040, '_et_default', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16052, 1040, '_et_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16053, 1040, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16054, 1040, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16055, 1040, '_et_body_layout_id', 1036);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16056, 1040, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16057, 1040, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16058, 1040, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16059, 1040, '_et_use_on', 'search');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16062, 1036, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16063, 1036, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16064, 1036, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16065, 1036, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1036\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16066, 1036, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16067, 1036, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16068, 1036, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16069, 1036, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16070, 1036, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16071, 1036, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16072, 1036, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16073, 1036, '_et_builder_version', 'VB|Divi|4.24.3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16074, 1043, '_et_autogenerated_title', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16075, 1043, '_et_default', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16076, 1043, '_et_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16077, 1043, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16078, 1043, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16079, 1043, '_et_body_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16080, 1043, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16081, 1043, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16082, 1043, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16083, 1044, '_et_autogenerated_title', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16084, 1044, '_et_default', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16085, 1044, '_et_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16086, 1044, '_et_header_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16087, 1044, '_et_header_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16088, 1044, '_et_body_layout_id', 1036);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16089, 1044, '_et_body_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16090, 1044, '_et_footer_layout_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16091, 1044, '_et_footer_layout_enabled', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16092, 1044, '_et_use_on', 'search');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16093, 1042, '_et_template', 1043);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16094, 1042, '_et_template', 1044);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16099, 1039, '_et_theme_builder_marked_as_unused', '2024-03-26 17:07:59');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16100, 1040, '_et_theme_builder_marked_as_unused', '2024-03-26 17:07:59');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16122, 820, '_relevanssi_pin_keywords', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16123, 820, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16124, 675, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16125, 675, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16128, 914, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16129, 914, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16130, 3, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16131, 3, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16132, 3, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16133, 3, '_edit_lock', '1712680973:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16170, 865, '_relevanssi_pin', 'Donaldsonvill');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16182, 867, '_relevanssi_pin', 'port neal');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16192, 864, '_relevanssi_pin', 'Woodward');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16202, 876, '_relevanssi_pin', 'Yazoo');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16219, 1056, '_wp_attached_file', '2024/03/FSRA_Health-Care-FSA.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16220, 1056, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"FSRA_Health-Care-FSA-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180058;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"FSRA_Health-Care-FSA-pdf-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16315;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"FSRA_Health-Care-FSA-pdf-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113818;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"FSRA_Health-Care-FSA-pdf-113x150.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7512;}}s:8:\"filesize\";i:362875;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16221, 1057, '_wp_attached_file', '2024/03/FSRA_Limited-Purpose-FSA-with-Carry-Over.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16222, 1057, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261344;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19601;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"FSRA_Limited-Purpose-FSA-with-Carry-Over-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8121;}}s:8:\"filesize\";i:286212;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16223, 971, '_wp_old_date', '2024-03-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16224, 968, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16225, 968, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16226, 968, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16227, 968, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16228, 968, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16370, 481, '_relevanssi_pin', '401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16371, 481, '_relevanssi_pin', 401);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16372, 481, '_relevanssi_pin', 401);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16380, 908, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16381, 908, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16400, 402, '_relevanssi_pin', 'proactive md');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16401, 402, '_relevanssi_pin', 'pmd');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16402, 402, '_relevanssi_pin', 'clinic');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16421, 373, '_relevanssi_pin', 'short term');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16422, 373, '_relevanssi_pin', 'short-term');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16432, 271, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16433, 271, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16439, 272, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16440, 272, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16446, 268, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16447, 268, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16453, 263, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16454, 263, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16460, 260, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16461, 260, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16467, 246, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16468, 246, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16470, 17, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16471, 17, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16508, 561, '_relevanssi_pin', '401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16510, 988, '_relevanssi_pin', 401);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16511, 988, '_relevanssi_pin', 'annual report');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16512, 988, '_relevanssi_pin', 'required notices');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16513, 988, '_relevanssi_pin', '401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16514, 987, '_relevanssi_pin', 'Safe Harbor Notice');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16515, 987, '_relevanssi_pin', 401);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16516, 987, '_relevanssi_pin', 'required notices');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16517, 987, '_relevanssi_pin', '401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16520, 991, '_relevanssi_pin', 'Retirement');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16521, 991, '_relevanssi_pin', 'Summary Plan Description');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16522, 991, '_relevanssi_pin', 'SPD');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16523, 991, '_relevanssi_pin', 401);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16524, 991, '_relevanssi_pin', 'pension plan');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16525, 991, '_relevanssi_pin', 'requried notices');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16526, 991, '_relevanssi_pin', 'pension');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16527, 991, '_relevanssi_pin', 'cash balance');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16528, 991, '_relevanssi_pin', '401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16538, 547, '_relevanssi_pin', '401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16545, 1063, '_edit_lock', '1715775885:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16546, 1063, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16547, 1064, '_wp_attached_file', '2024/05/DCFSA-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16548, 1064, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:19:\"DCFSA-Flyer-pdf.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139920;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"DCFSA-Flyer-pdf-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12775;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"DCFSA-Flyer-pdf-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"DCFSA-Flyer-pdf-113x150.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5944;}}s:8:\"filesize\";i:186479;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16549, 1063, '_relevanssi_pin', 'Fidelity');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16550, 1063, '_relevanssi_pin', 'flexible spending account');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16551, 1063, '_relevanssi_pin', 'DCFSA');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16552, 1063, '_relevanssi_pin', 'dependent care fsa');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16553, 1063, '_relevanssi_pin', 'dependent care');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16554, 1063, '_relevanssi_pin', 'childcare');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16555, 1063, 'keywords', 'Fidelity, flexible spending account, DCFSA, dependent care fsa, dependent care, childcare');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16556, 1063, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16557, 1063, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16558, 1063, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16559, 1063, 'attachment', 1064);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16560, 1063, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16666, 1069, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16667, 1069, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16668, 17, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16685, 1070, '_wp_attached_file', '2024/03/RX-List-Balanced-IL-2024-April.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16686, 1070, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"RX-List-Balanced-IL-2024-April-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178343;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"RX-List-Balanced-IL-2024-April-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11297;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"RX-List-Balanced-IL-2024-April-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"RX-List-Balanced-IL-2024-April-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4600;}}s:8:\"filesize\";i:3117402;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16803, 1071, '_wp_attached_file', '2024/06/be-well_slider_image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16804, 1071, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:33:\"2024/06/be-well_slider_image1.jpg\";s:8:\"filesize\";i:51946;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7070;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26083;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73308;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11126;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11332;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15833;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43234;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13857;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"be-well_slider_image1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56204;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37437;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"be-well_slider_image1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13050;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16806, 1072, '_wp_attached_file', '2024/06/be-well_mobile_slider_image1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (16807, 1072, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:40:\"2024/06/be-well_mobile_slider_image1.jpg\";s:8:\"filesize\";i:71197;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9430;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"be-well_mobile_slider_image1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"be-well_mobile_slider_image1-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87170;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"be-well_mobile_slider_image1-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103717;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17420;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71444;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19270;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29080;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28125;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"be-well_mobile_slider_image1-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17641, 481, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17657, 1077, '_wp_attached_file', '2024/03/CF_Transition_eGuide_US_FINAL_042524.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17658, 1077, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Transition_eGuide_US_FINAL_042524-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210236;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Transition_eGuide_US_FINAL_042524-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25935;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Transition_eGuide_US_FINAL_042524-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Transition_eGuide_US_FINAL_042524-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15594;}}s:8:\"filesize\";i:2360348;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17660, 1078, '_wp_attached_file', '2024/03/Cigna-Dental-Summary_2024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17661, 1078, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Cigna-Dental-Summary_2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246777;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Cigna-Dental-Summary_2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18469;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Cigna-Dental-Summary_2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Cigna-Dental-Summary_2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7616;}}s:8:\"filesize\";i:120012;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17662, 1079, '_edit_lock', '1720797559:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17663, 1079, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17664, 1080, '_wp_attached_file', '2024/07/Cigna-Dental-Virtual-Care-Customer-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17665, 1080, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273218;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21966;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155901;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"Cigna-Dental-Virtual-Care-Customer-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9565;}}s:8:\"filesize\";i:1074868;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17669, 1079, 'keywords', 'Cigna, dental, virtual care');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17670, 1079, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17671, 1079, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17672, 1079, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17673, 1079, 'attachment', 1080);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17674, 1079, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17676, 1079, '_wp_old_slug', 'cigna-dental-virtual-care-customer-flyercigna-dental-virtual-care');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17680, 1079, '_relevanssi_pin', 'Cigna');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17681, 1079, '_relevanssi_pin', 'dental');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17682, 1079, '_relevanssi_pin', 'virtual care');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17692, 1081, '_wp_attached_file', '2024/03/F_GROGuide.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17693, 1081, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:18:\"F_GROGuide-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235512;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19165;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"F_GROGuide-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127109;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"F_GROGuide-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8370;}}s:8:\"filesize\";i:336989;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17697, 1082, '_edit_lock', '1720798990:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17698, 1082, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17699, 1083, '_wp_attached_file', '2024/07/Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17700, 1083, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350097;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74099;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219352;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59921;}}s:8:\"filesize\";i:542796;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17705, 1082, 'keywords', 'Blue365, perks, discounts, savings');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17706, 1082, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17707, 1082, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17708, 1082, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17709, 1082, 'attachment', 1083);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17710, 1082, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17711, 1082, '_relevanssi_pin', 'Blue365');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17712, 1082, '_relevanssi_pin', 'perks');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17713, 1082, '_relevanssi_pin', 'discounts');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17714, 1082, '_relevanssi_pin', 'savings');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17737, 995, '_relevanssi_pin', 'Tele');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17738, 995, '_relevanssi_pin', 'teleconference');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17739, 995, '_relevanssi_pin', 'teledoc');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17740, 995, '_relevanssi_pin', 'televideo');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17741, 995, '_relevanssi_pin', 'MDLive');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17745, 125, '_relevanssi_pin', 'mental');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17746, 125, '_relevanssi_pin', 'therapy');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (17747, 125, '_relevanssi_pin', 'counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18313, 1087, '_wp_attached_file', '2024/03/CF_Transition_eGuide_US_FINAL_042524-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18314, 1087, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210236;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25935;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"CF_Transition_eGuide_US_FINAL_042524-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15594;}}s:8:\"filesize\";i:2371852;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18315, 1088, '_wp_attached_file', '2024/03/CF_2024_Rates_093023.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18316, 1088, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:28:\"CF_2024_Rates_093023-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206093;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20699;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"CF_2024_Rates_093023-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"CF_2024_Rates_093023-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11765;}}s:8:\"filesize\";i:54635;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18558, 1091, '_wp_attached_file', '2024/08/CF_Enrollment_eGuide_US_FINAL_022024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18559, 1091, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145014;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23771;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_eGuide_US_FINAL_022024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16134;}}s:8:\"filesize\";i:5950073;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18581, 1093, '_wp_attached_file', '2024/08/CF_2024_Rates_COBRA_010924.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18582, 1093, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2024_Rates_COBRA_010924-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89504;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2024_Rates_COBRA_010924-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16088;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2024_Rates_COBRA_010924-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2024_Rates_COBRA_010924-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11640;}}s:8:\"filesize\";i:31290;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18593, 547, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18605, 455, '_relevanssi_pin', 'aayco');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18607, 375, '_relevanssi_pin', 'stocks');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18651, 1094, '_edit_lock', '1746707697:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18652, 1094, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18653, 1095, '_wp_attached_file', '2024/08/RX-List-Balanced-IL-2024-April-compressed.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18654, 1095, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"RX-List-Balanced-IL-2024-April-compressed-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179183;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"RX-List-Balanced-IL-2024-April-compressed-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12137;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"RX-List-Balanced-IL-2024-April-compressed-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"RX-List-Balanced-IL-2024-April-compressed-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5440;}}s:8:\"filesize\";i:1600090;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18655, 1094, 'keywords', 'Balanced Drug List, Rx, rx, prescription, preferred medication, generic drugs, BlueCross BlueShield, BCBS, BCBSIL, covered drugs');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18656, 1094, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18657, 1094, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18658, 1094, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18659, 1094, 'attachment', 1239);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18660, 1094, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18664, 561, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18705, 1099, '_edit_lock', '1726069315:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18706, 1100, '_wp_attached_file', '2024/09/CF_BAM_AccessInstructions.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18707, 1100, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"CF_BAM_AccessInstructions-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323235;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"CF_BAM_AccessInstructions-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54647;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"CF_BAM_AccessInstructions-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186929;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"CF_BAM_AccessInstructions-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41843;}}s:8:\"filesize\";i:856718;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18708, 1099, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18709, 1099, 'keywords', 'BAM, Blue Access, Blue Access medical, blue access members');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18710, 1099, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18711, 1099, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18712, 1099, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18713, 1099, 'attachment', 1100);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18714, 1099, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18715, 125, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18724, 1101, '_wp_attached_file', '2024/08/RX-List-Balanced-IL-2024-July.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18725, 1101, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"RX-List-Balanced-IL-2024-July-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171962;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"RX-List-Balanced-IL-2024-July-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13786;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"RX-List-Balanced-IL-2024-July-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"RX-List-Balanced-IL-2024-July-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6579;}}s:8:\"filesize\";i:5692499;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18727, 1102, '_wp_attached_file', '2024/03/RX-ACA-Preventative-List-IL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18728, 1102, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"RX-ACA-Preventative-List-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337883;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28764;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"RX-ACA-Preventative-List-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"RX-ACA-Preventative-List-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15360;}}s:8:\"filesize\";i:168323;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18729, 1103, '_wp_attached_file', '2024/03/2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18730, 1103, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:64:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208652;}s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25354;}s:5:\"large\";a:5:{s:4:\"file\";s:73:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13839;}}s:8:\"filesize\";i:1069096;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18735, 984, '_relevanssi_pin', 'fertility');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18736, 984, '_relevanssi_pin', 'IVF');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18737, 984, '_relevanssi_pin', 'infertility');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18738, 984, '_relevanssi_pin', 'hearing aid');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18741, 474, '_relevanssi_pin', 'Medical leave');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18742, 474, '_relevanssi_pin', 'personal leave');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18743, 474, '_relevanssi_pin', 'FML');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18744, 474, '_relevanssi_pin', 'FMLA');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18745, 474, '_relevanssi_pin', 'LTD');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18750, 415, '_relevanssi_pin', 'Car');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18751, 415, '_relevanssi_pin', 'car rental');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18752, 415, '_relevanssi_pin', 'well on target');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18753, 415, '_relevanssi_pin', 'gym');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18758, 383, '_relevanssi_pin', 'formulary');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18760, 492, '_relevanssi_pin', '401k');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18761, 492, '_relevanssi_pin', 401);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18762, 492, '_relevanssi_pin', 'Quit');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18763, 492, '_relevanssi_pin', 'resign');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18764, 492, '_relevanssi_pin', 'resignation');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18765, 492, '_relevanssi_pin', 'severance');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18766, 492, '_relevanssi_pin', 'terminate');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18781, 1104, '_wp_attached_file', '2024/09/secondary-page-banner_OE_2025.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18782, 1104, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2024/09/secondary-page-banner_OE_2025.jpg\";s:8:\"filesize\";i:24470;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"secondary-page-banner_OE_2025-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3342;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1982;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10401;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27624;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4848;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22511;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4684;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6284;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16745;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4484;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"secondary-page-banner_OE_2025-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21304;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"secondary-page-banner_OE_2025-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14598;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"secondary-page-banner_OE_2025-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18787, 1105, '_wp_attached_file', '2024/09/best-premium-page-banner_OE_2025.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18788, 1105, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:44:\"2024/09/best-premium-page-banner_OE_2025.jpg\";s:8:\"filesize\";i:55638;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8117;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5426;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30050;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82106;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14084;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56661;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22113;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48980;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24422;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"best-premium-page-banner_OE_2025-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63114;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42460;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"best-premium-page-banner_OE_2025-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15098;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18789, 1107, '_wp_attached_file', '2024/09/best-premium-page-banner_OE_2025_2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18790, 1107, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:46:\"2024/09/best-premium-page-banner_OE_2025_2.jpg\";s:8:\"filesize\";i:71188;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7518;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4352;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31024;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94891;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12653;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60388;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20407;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54108;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18009;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"best-premium-page-banner_OE_2025_2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71334;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46384;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"best-premium-page-banner_OE_2025_2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18796, 1109, '_wp_attached_file', '2024/09/best-premium-page-banner_OE_2025_mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18797, 1109, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:51:\"2024/09/best-premium-page-banner_OE_2025_mobile.jpg\";s:8:\"filesize\";i:182086;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13719;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"best-premium-page-banner_OE_2025_mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"best-premium-page-banner_OE_2025_mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189502;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"best-premium-page-banner_OE_2025_mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230257;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21214;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107041;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23923;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38203;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"best-premium-page-banner_OE_2025_mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82858;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18804, 1110, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (18805, 1110, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19098, 1112, '_edit_lock', '1729642082:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19099, 1112, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19100, 1112, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19101, 1112, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19102, 1112, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19103, 1112, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19104, 1112, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19105, 1112, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19106, 1112, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19107, 1112, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19108, 1112, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19110, 1112, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19111, 1112, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19112, 1112, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19113, 1112, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1112\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19114, 1112, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19115, 1112, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19117, 1112, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19118, 1112, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19119, 1112, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19126, 1112, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19148, 1117, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19149, 1117, '_edit_lock', '1728228575:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19154, 1117, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19155, 1117, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19156, 1117, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19157, 1117, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1117\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19158, 1117, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19159, 1117, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19161, 1117, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19162, 1117, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19163, 1117, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19164, 1117, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19165, 1117, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19166, 1117, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19167, 1117, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19168, 1117, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19177, 1117, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19191, 1120, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19192, 1120, '_edit_lock', '1728229477:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19194, 1120, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19195, 1120, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19196, 1120, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19197, 1120, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1120\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19198, 1120, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19199, 1120, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19201, 1120, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19202, 1120, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19203, 1120, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19204, 1120, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19205, 1120, '_et_builder_version', 'VB|Divi|4.27.2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19206, 1120, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19207, 1120, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19208, 1120, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19221, 1125, '_et_pb_module_type', 'et_pb_unknown');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19222, 1125, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19225, 1126, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19226, 1126, '_edit_lock', '1760556307:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19228, 1126, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19229, 1126, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19230, 1126, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19231, 1126, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1126\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19232, 1126, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19233, 1126, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19235, 1126, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19236, 1126, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19237, 1126, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19238, 1126, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19239, 1126, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19240, 1126, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19241, 1126, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19242, 1126, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19525, 1112, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19526, 1112, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19848, 1135, '_wp_attached_file', '2024/10/cf-benefits-center-flip.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19849, 1135, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:35:\"2024/10/cf-benefits-center-flip.jpg\";s:8:\"filesize\";i:91497;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12247;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45012;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130250;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22661;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33721;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75638;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32961;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98422;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65044;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"cf-benefits-center-flip-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22323;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2024 Drazen Zigic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19850, 1136, '_wp_attached_file', '2024/10/cf-benefits-center-flip2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (19851, 1136, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:36:\"2024/10/cf-benefits-center-flip2.jpg\";s:8:\"filesize\";i:98140;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12507;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72743;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7695;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46942;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137198;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21013;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95908;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34480;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79065;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32649;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-flip2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103543;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67993;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"cf-benefits-center-flip2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2024 Drazen Zigic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20127, 474, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20135, 399, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20142, 492, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20180, 1139, '_wp_attached_file', '2024/10/cf-benefits-center-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20181, 1139, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:37:\"2024/10/cf-benefits-center-mobile.jpg\";s:8:\"filesize\";i:135706;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14955;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"cf-benefits-center-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"cf-benefits-center-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139720;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"cf-benefits-center-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167052;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24146;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108625;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26832;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40975;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42230;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"cf-benefits-center-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67131;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2024 Drazen Zigic/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20325, 1142, '_wp_attached_file', '2024/10/oe-banner1.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20326, 1142, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:22:\"2024/10/oe-banner1.jpg\";s:8:\"filesize\";i:97800;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"oe-banner1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12125;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"oe-banner1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7212;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"oe-banner1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45172;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123895;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"oe-banner1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21028;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"oe-banner1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22424;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"oe-banner1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32975;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74154;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"oe-banner1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33067;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"oe-banner1-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95216;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"oe-banner1-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64468;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"oe-banner1-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20332, 1143, '_wp_attached_file', '2024/10/oe-banner2.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20333, 1143, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:22:\"2024/10/oe-banner2.jpg\";s:8:\"filesize\";i:105863;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"oe-banner2-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13205;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75155;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"oe-banner2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7099;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"oe-banner2-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49659;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135697;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91300;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23244;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"oe-banner2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33894;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81360;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"oe-banner2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31410;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"oe-banner2-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104058;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"oe-banner2-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70961;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"oe-banner2-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20414, 1145, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20513, 1125, '_edit_lock', '1729557024:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20659, 1149, '_wp_attached_file', '2024/10/test-image.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20660, 1149, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:22:\"2024/10/test-image.jpg\";s:8:\"filesize\";i:63572;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"test-image-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7480;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"test-image-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"test-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4876;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"test-image-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27061;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"test-image-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73785;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"test-image-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13105;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"test-image-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54045;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"test-image-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14116;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"test-image-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20395;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"test-image-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44302;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"test-image-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18580;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"test-image-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56730;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"test-image-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38507;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"test-image-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13879;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20953, 1152, '_wp_attached_file', '2024/10/mercer-banner-desktop.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20954, 1152, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:33:\"2024/10/mercer-banner-desktop.jpg\";s:8:\"filesize\";i:69891;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9527;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6175;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32643;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88509;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16086;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65133;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17276;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24846;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53151;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21308;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"mercer-banner-desktop-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68233;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46221;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"mercer-banner-desktop-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20955, 1153, '_wp_attached_file', '2024/10/mercer-banner-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20956, 1153, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:32:\"2024/10/mercer-banner-mobile.jpg\";s:8:\"filesize\";i:78479;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9761;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"mercer-banner-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6678;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"mercer-banner-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85175;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"mercer-banner-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100798;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17551;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67113;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19253;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28303;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27990;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"mercer-banner-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20966, 1154, '_edit_lock', '1761065624:1');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20967, 1154, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20968, 1155, '_wp_attached_file', '2024/10/2025-Balanced-Drug-List.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20969, 1155, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"2025-Balanced-Drug-List-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174708;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2025-Balanced-Drug-List-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15967;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2025-Balanced-Drug-List-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2025-Balanced-Drug-List-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8743;}}s:8:\"filesize\";i:4760783;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20970, 1154, 'keywords', '2025 Balanced Drug List, Rx, rx, prescription, preferred medication, generic drugs, BlueCross BlueShield, BCBS, BCBSIL, covered drugs');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20971, 1154, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20972, 1154, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20973, 1154, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20974, 1154, 'attachment', 1313);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20975, 1154, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20976, 1156, '_edit_lock', '1736450305:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20977, 1156, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20978, 1157, '_wp_attached_file', '2024/10/CF_2025_Rates_NU_FINAL_102124.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20979, 1157, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"CF_2025_Rates_NU_FINAL_102124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191633;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"CF_2025_Rates_NU_FINAL_102124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18441;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"CF_2025_Rates_NU_FINAL_102124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"CF_2025_Rates_NU_FINAL_102124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10394;}}s:8:\"filesize\";i:50784;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20980, 1156, 'keywords', 'Premiums, rates, 2025 rates, monthly cost of coverage, medical, dental, vision, voluntary life and voluntary AD&D');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20981, 1156, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20982, 1156, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20983, 1156, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20984, 1156, 'attachment', 1202);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20985, 1156, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20986, 1158, '_edit_lock', '1729632893:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20987, 1158, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20988, 1159, '_wp_attached_file', '2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20989, 1159, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:49:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202930;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17685;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108477;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"CFIND-25AE-Checklist-US-4145731FINALOct20-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8379;}}s:8:\"filesize\";i:1225351;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20990, 1158, 'keywords', '2025 Annual Enrollment, enrollment steps, how to enroll');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20991, 1158, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20992, 1158, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20993, 1158, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20994, 1158, 'attachment', 1159);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20995, 1158, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20996, 1160, '_edit_lock', '1733252615:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20997, 1160, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20998, 1161, '_wp_attached_file', '2024/10/CF_AE25_eGuide_US_FINAL_102224.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (20999, 1161, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE25_eGuide_US_FINAL_102224-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164822;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE25_eGuide_US_FINAL_102224-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27281;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE25_eGuide_US_FINAL_102224-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102421;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE25_eGuide_US_FINAL_102224-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17292;}}s:8:\"filesize\";i:3174143;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21000, 1160, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans, open enrollment, 2025 enrollment');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21001, 1160, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21002, 1160, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21003, 1160, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21004, 1160, 'attachment', 1177);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21005, 1160, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21006, 839, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21007, 839, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21080, 1163, '_wp_attached_file', '2024/10/Union-MedicalSPD-8-2024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21081, 1163, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Union-MedicalSPD-8-2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67975;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Union-MedicalSPD-8-2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9252;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Union-MedicalSPD-8-2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Union-MedicalSPD-8-2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5230;}}s:8:\"filesize\";i:1801879;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21082, 1164, '_wp_attached_file', '2024/10/2025_Balanced-Drug-list.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21083, 1164, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"2025_Balanced-Drug-list-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174708;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2025_Balanced-Drug-list-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15967;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"2025_Balanced-Drug-list-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2025_Balanced-Drug-list-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8743;}}s:8:\"filesize\";i:4760783;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21084, 1165, '_wp_attached_file', '2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21085, 1165, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"CF_2025_Rates_W_Union_FINAL_101724-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195070;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"CF_2025_Rates_W_Union_FINAL_101724-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19068;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"CF_2025_Rates_W_Union_FINAL_101724-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"CF_2025_Rates_W_Union_FINAL_101724-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10387;}}s:8:\"filesize\";i:52113;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21086, 1166, '_wp_attached_file', '2024/10/CF_AE25_eGuide_UNION_US_FINAL_102124.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21087, 1166, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173861;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24472;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_AE25_eGuide_UNION_US_FINAL_102124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14718;}}s:8:\"filesize\";i:2860726;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21088, 1167, '_wp_attached_file', '2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21089, 1167, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:70:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350103;}s:6:\"medium\";a:5:{s:4:\"file\";s:78:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22854;}s:5:\"large\";a:5:{s:4:\"file\";s:79:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:78:\"CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9322;}}s:8:\"filesize\";i:279816;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21090, 1168, '_wp_attached_file', '2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21091, 1168, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188491;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16925;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8281;}}s:8:\"filesize\";i:1225145;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21092, 1169, '_wp_attached_file', '2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21093, 1169, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173861;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24472;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14718;}}s:8:\"filesize\";i:2860726;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21279, 1172, '_wp_attached_file', '2024/10/oe-banner-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21280, 1172, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:28:\"2024/10/oe-banner-mobile.jpg\";s:8:\"filesize\";i:89714;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10485;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96119;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"oe-banner-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114031;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13220;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53062;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22979;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27493;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"oe-banner-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21306, 41, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21307, 381, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21308, 380, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21309, 379, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21311, 46, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21312, 793, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21313, 147, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21314, 445, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21315, 444, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21316, 443, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21318, 441, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21320, 55, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21321, 198, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21323, 438, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21324, 437, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21325, 436, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21326, 62, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21328, 434, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21329, 433, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21330, 432, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21333, 452, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21334, 72, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21335, 461, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21336, 196, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21337, 519, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21338, 518, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21339, 517, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21340, 516, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21341, 515, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21342, 933, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21343, 91, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21346, 546, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21350, 100, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21351, 553, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21352, 552, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21353, 572, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21354, 603, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21355, 571, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21356, 382, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21357, 514, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21358, 520, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21359, 513, '_wp_old_date', '2024-03-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21516, 1174, '_wp_attached_file', '2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20-1.pdf');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21517, 1174, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188491;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16925;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100161;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CFIND-25AE-Checklist-Union-4146218FINALOct20-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8281;}}s:8:\"filesize\";i:1225248;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21681, 1176, '_wp_attached_file', '2024/11/CF_AE25_Annual-Enrollment-Guide_UNION_US_103024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21682, 1176, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173861;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24472;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99587;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"CF_AE25_Annual-Enrollment-Guide_UNION_US_103024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14718;}}s:8:\"filesize\";i:2847402;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21688, 1177, '_wp_attached_file', '2024/10/CF_AE25_Guide_US_103024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21689, 1177, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE25_Guide_US_103024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166870;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29329;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE25_Guide_US_103024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19340;}}s:8:\"filesize\";i:3287141;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21690, 1178, '_edit_lock', '1730922878:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21691, 1178, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21692, 1179, '_wp_attached_file', '2024/11/2025_Standard-PPO_SBC_Nov5.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21693, 1179, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"2025_Standard-PPO_SBC_Nov5-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359481;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"2025_Standard-PPO_SBC_Nov5-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23691;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"2025_Standard-PPO_SBC_Nov5-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"2025_Standard-PPO_SBC_Nov5-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9154;}}s:8:\"filesize\";i:395508;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21694, 1178, 'keywords', '2025 Summary of Benefits and Coverage, SBC, PPO, Standard PPO Plan, Premium, cost, medical cost, medical deductible, healthcare cost, medical premium, BlueCross BlueShield, BCBS');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21695, 1178, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21696, 1178, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21697, 1178, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21698, 1178, 'attachment', 1179);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21699, 1178, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21700, 1180, '_edit_lock', '1747165536:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21701, 1180, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21702, 1181, '_wp_attached_file', '2024/11/2025_248031_Advantage-PPO_withHSA_SBC_Nov5.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21703, 1181, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346125;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23488;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"2025_248031_Advantage-PPO_withHSA_SBC_Nov5-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9069;}}s:8:\"filesize\";i:389216;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21704, 1180, 'keywords', '2025 Summary of Benefits and Coverage, SBC, Advantage HSA, Premium, cost, medical cost, medical deductible, healthcare cost, medical premium, BlueCross BlueShield, BCBS, medical with HSA');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21705, 1180, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21706, 1180, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21707, 1180, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21708, 1180, 'attachment', 1233);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21709, 1180, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21898, 1185, '_wp_attached_file', '2024/11/CF-2024-U.S.-Required-Notices-Final_.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (21899, 1185, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF-2024-U.S.-Required-Notices-Final_-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155938;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF-2024-U.S.-Required-Notices-Final_-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16150;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF-2024-U.S.-Required-Notices-Final_-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF-2024-U.S.-Required-Notices-Final_-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7558;}}s:8:\"filesize\";i:1042218;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22000, 1186, '_edit_lock', '1731608033:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22001, 1186, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22002, 1186, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22003, 1186, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22004, 1186, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22005, 1186, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22006, 1186, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22007, 1186, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22008, 1186, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22009, 1186, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22010, 1186, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22012, 1186, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22013, 1186, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22014, 1186, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22015, 1186, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1186\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22016, 1186, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22017, 1186, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22019, 1186, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22020, 1186, '_et_builder_version', 'VB|Divi|4.27.3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22021, 1186, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22030, 1186, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22033, 1186, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22034, 1186, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22049, 1189, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22050, 1189, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22055, 41, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22056, 381, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22057, 380, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22058, 379, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22060, 46, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22061, 793, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22062, 147, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22063, 445, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22064, 444, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22065, 443, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22067, 441, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22069, 55, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22070, 198, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22072, 438, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22073, 437, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22074, 436, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22075, 62, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22077, 434, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22078, 433, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22079, 432, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22082, 452, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22083, 72, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22084, 461, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22085, 196, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22086, 519, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22087, 518, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22088, 517, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22089, 516, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22090, 515, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22091, 933, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22092, 91, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22095, 546, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22099, 100, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22100, 553, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22101, 552, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22102, 572, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22103, 603, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22104, 571, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22105, 382, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22106, 514, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22107, 520, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22108, 513, '_wp_old_date', '2024-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22111, 1190, '_wp_attached_file', '2024/11/2025-Union_SBC_Highmark-BCBS.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22112, 1190, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"2025-Union_SBC_Highmark-BCBS-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350103;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"2025-Union_SBC_Highmark-BCBS-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22854;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"2025-Union_SBC_Highmark-BCBS-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2025-Union_SBC_Highmark-BCBS-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9322;}}s:8:\"filesize\";i:279811;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22652, 455, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22683, 1195, '_edit_lock', '1746709150:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22684, 1195, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22685, 1196, '_wp_attached_file', '2024/12/CF_AE24_eGuide_US_Final.pdf');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22686, 1196, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE24_eGuide_US_Final-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164468;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25838;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE24_eGuide_US_Final-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE24_eGuide_US_Final-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16577;}}s:8:\"filesize\";i:1966686;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22687, 1195, 'keywords', 'Benefits Guide, eGuide, booklet, summary, overview, Enrollment, benefit information, enrollment guide, benefit plans,  2025 enrollment');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22688, 1195, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22689, 1195, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22690, 1195, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22691, 1195, 'attachment', 1209);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22692, 1195, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22713, 1197, '_wp_attached_file', '2024/12/CF_AE25_Guide_US_103024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (22714, 1197, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"CF_AE25_Guide_US_103024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166870;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29329;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"CF_AE25_Guide_US_103024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"CF_AE25_Guide_US_103024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19340;}}s:8:\"filesize\";i:3287141;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23152, 1202, '_wp_attached_file', '2024/10/CF_2025_Rates_NU_FINAL_102124-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23153, 1202, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_2025_Rates_NU_FINAL_102124-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191633;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_2025_Rates_NU_FINAL_102124-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18441;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_2025_Rates_NU_FINAL_102124-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_2025_Rates_NU_FINAL_102124-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10394;}}s:8:\"filesize\";i:50784;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23178, 1204, '_wp_attached_file', '2024/03/DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23179, 1204, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:68:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239456;}s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17813;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7466;}}s:8:\"filesize\";i:126531;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23222, 1206, '_wp_attached_file', '2024/03/VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23223, 1206, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:65:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224821;}s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16898;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7512;}}s:8:\"filesize\";i:537461;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23342, 1207, '_wp_attached_file', '2024/03/CF-PPL-Affidavit-12.2.2024.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23343, 1207, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF-PPL-Affidavit-12.2.2024-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153791;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF-PPL-Affidavit-12.2.2024-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13113;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF-PPL-Affidavit-12.2.2024-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89200;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF-PPL-Affidavit-12.2.2024-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6320;}}s:8:\"filesize\";i:190174;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23347, 1208, '_wp_attached_file', '2024/08/CF_2025_Rates_COBRA_010625.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23348, 1208, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2025_Rates_COBRA_010625-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91899;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2025_Rates_COBRA_010625-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16534;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2025_Rates_COBRA_010625-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2025_Rates_COBRA_010625-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12022;}}s:8:\"filesize\";i:32312;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23352, 1209, '_wp_attached_file', '2024/12/NEW-CF_AE25_eGuide_US_121724.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23353, 1209, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:36:\"NEW-CF_AE25_eGuide_US_121724-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166870;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"NEW-CF_AE25_eGuide_US_121724-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29329;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"NEW-CF_AE25_eGuide_US_121724-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"NEW-CF_AE25_eGuide_US_121724-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19340;}}s:8:\"filesize\";i:3303676;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23357, 928, '_relevanssi_pin', 'uber');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23361, 574, '_relevanssi_pin', 'OSV');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23362, 574, '_relevanssi_pin', 'Benefits Center');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23363, 574, '_relevanssi_pin', 'OneSource Virtual');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23376, 177, '_relevanssi_pin', 'mental');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23377, 177, '_relevanssi_pin', 'therapy');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23378, 177, '_relevanssi_pin', 'counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23379, 177, '_relevanssi_pin', 'Lifelock');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23388, 1211, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23389, 1211, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23390, 1211, '_edit_lock', '1736973407:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23392, 1211, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23393, 1211, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23394, 1211, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23395, 1211, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1211\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23396, 1211, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23397, 1211, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23399, 1211, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23400, 1211, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23401, 1211, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23402, 1211, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23403, 1211, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23404, 1211, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23405, 1211, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23406, 1211, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23407, 1211, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23408, 1211, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23411, 1211, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23416, 1211, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23418, 1211, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23434, 1213, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23435, 1213, '_menu_item_menu_item_parent', 72);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23436, 1213, '_menu_item_object_id', 1211);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23437, 1213, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23438, 1213, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23439, 1213, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23440, 1213, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23441, 1213, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23443, 41, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23444, 381, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23445, 380, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23446, 379, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23448, 46, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23449, 793, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23450, 147, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23451, 445, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23452, 444, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23453, 443, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23455, 441, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23457, 55, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23458, 198, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23460, 438, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23461, 437, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23462, 436, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23463, 62, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23465, 434, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23466, 433, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23467, 432, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23470, 452, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23471, 72, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23472, 461, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23473, 196, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23474, 519, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23475, 518, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23476, 517, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23477, 516, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23478, 515, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23479, 933, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23480, 91, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23483, 546, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23487, 100, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23488, 553, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23489, 552, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23490, 572, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23491, 603, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23492, 571, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23493, 382, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23494, 514, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23495, 520, '_wp_old_date', '2024-11-16');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23496, 513, '_wp_old_date', '2024-11-16');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23538, 928, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23564, 402, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23574, 1215, '_wp_attached_file', '2025/02/CF-Industries-SPD-1-2025.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23575, 1215, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"CF-Industries-SPD-1-2025-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67975;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"CF-Industries-SPD-1-2025-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9252;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"CF-Industries-SPD-1-2025-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41218;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"CF-Industries-SPD-1-2025-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5230;}}s:8:\"filesize\";i:1802057;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23580, 408, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23592, 574, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23608, 177, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23618, 1216, '_wp_attached_file', '2024/03/2025-Adult-Wellness-Guidelines.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23619, 1216, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"2025-Adult-Wellness-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:334998;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"2025-Adult-Wellness-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24475;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"2025-Adult-Wellness-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168396;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"2025-Adult-Wellness-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12028;}}s:8:\"filesize\";i:957696;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23620, 1217, '_wp_attached_file', '2024/03/2025-Childrens-Wellness-Guidelines.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23621, 1217, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"2025-Childrens-Wellness-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237991;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"2025-Childrens-Wellness-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21742;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"2025-Childrens-Wellness-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"2025-Childrens-Wellness-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11481;}}s:8:\"filesize\";i:532600;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23622, 1218, '_wp_attached_file', '2024/03/2025-Perinatal-Wellness-Guidelines-Member-Flier.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23623, 1218, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:55:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243364;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20397;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129884;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"2025-Perinatal-Wellness-Guidelines-Member-Flier-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11026;}}s:8:\"filesize\";i:1043823;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23828, 1222, '_wp_attached_file', '2024/03/How-to-file-your-Leave-or-Disability-Request.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23829, 1222, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:52:\"How-to-file-your-Leave-or-Disability-Request-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252829;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"How-to-file-your-Leave-or-Disability-Request-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21510;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"How-to-file-your-Leave-or-Disability-Request-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"How-to-file-your-Leave-or-Disability-Request-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9173;}}s:8:\"filesize\";i:272168;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23846, 1223, '_wp_attached_file', '2024/03/CF_Transition_eGuide_US_010625pm.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23847, 1223, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"CF_Transition_eGuide_US_010625pm-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210236;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"CF_Transition_eGuide_US_010625pm-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25935;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"CF_Transition_eGuide_US_010625pm-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"CF_Transition_eGuide_US_010625pm-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15594;}}s:8:\"filesize\";i:2361019;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23852, 1224, '_wp_attached_file', '2024/03/CF_Transition_eGuide_US_010625pm-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23853, 1224, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"CF_Transition_eGuide_US_010625pm-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210236;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"CF_Transition_eGuide_US_010625pm-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25935;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"CF_Transition_eGuide_US_010625pm-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"CF_Transition_eGuide_US_010625pm-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15594;}}s:8:\"filesize\";i:2361019;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (23854, 1029, '_relevanssi_pin', 'resignation');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26491, 1226, '_edit_lock', '1743017559:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26492, 1226, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26493, 1226, 'keywords', 'Cobra cost of coverage');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26494, 1226, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26495, 1226, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26496, 1226, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26497, 1226, 'attachment', 1208);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (26498, 1226, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29675, 41, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29676, 381, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29677, 380, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29678, 379, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29680, 46, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29681, 793, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29682, 147, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29683, 445, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29684, 444, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29685, 443, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29687, 441, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29689, 55, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29690, 198, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29692, 438, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29693, 437, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29694, 436, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29695, 62, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29697, 434, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29698, 433, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29699, 432, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29702, 452, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29703, 72, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29704, 461, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29705, 196, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29706, 519, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29707, 518, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29708, 517, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29709, 516, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29710, 1213, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29711, 515, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29712, 933, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29713, 91, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29716, 546, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29719, 100, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29720, 553, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29721, 552, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29722, 572, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29723, 603, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29724, 571, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29725, 382, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29726, 514, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29727, 520, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29728, 513, '_wp_old_date', '2025-01-15');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29729, 534, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29730, 534, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29738, 504, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29756, 1229, '_wp_attached_file', '2025/04/Financial-Wellness-Goldman-Sachs-Ayco-CF-Industries.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29757, 1229, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"Financial-Wellness-Goldman-Sachs-Ayco-CF-Industries-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301427;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"Financial-Wellness-Goldman-Sachs-Ayco-CF-Industries-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25669;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"Financial-Wellness-Goldman-Sachs-Ayco-CF-Industries-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"Financial-Wellness-Goldman-Sachs-Ayco-CF-Industries-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11797;}}s:8:\"filesize\";i:649554;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29758, 967, '_relevanssi_pin', 'tax documents');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29759, 967, '_relevanssi_pin', 'tax document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29760, 1229, '_relevanssi_pin', 'tax documents');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (29761, 1229, '_relevanssi_pin', 'tax document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35188, 1233, '_wp_attached_file', '2025/05/SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2025-to-12-31-2025_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35189, 1233, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:103:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:346125;}s:6:\"medium\";a:5:{s:4:\"file\";s:111:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23488;}s:5:\"large\";a:5:{s:4:\"file\";s:112:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:111:\"SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9069;}}s:8:\"filesize\";i:389216;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35190, 1234, '_wp_attached_file', '2025/05/SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2025-to-12-31-2025_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35191, 1234, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:103:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359481;}s:6:\"medium\";a:5:{s:4:\"file\";s:111:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23691;}s:5:\"large\";a:5:{s:4:\"file\";s:112:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:111:\"SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2025-to-12-31-2025_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9154;}}s:8:\"filesize\";i:395508;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35340, 1235, '_wp_attached_file', '2024/03/CF-2024-U.S.-Required-Notices-Final.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35341, 1235, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:43:\"CF-2024-U.S.-Required-Notices-Final-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155852;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"CF-2024-U.S.-Required-Notices-Final-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16064;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"CF-2024-U.S.-Required-Notices-Final-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"CF-2024-U.S.-Required-Notices-Final-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7472;}}s:8:\"filesize\";i:1086120;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35342, 981, '_wp_old_slug', '2023-us-required-notices');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35371, 1237, '_wp_attached_file', '2024/03/RX-ACA-Preventive-List-IL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35372, 1237, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"RX-ACA-Preventive-List-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:354570;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"RX-ACA-Preventive-List-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28965;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"RX-ACA-Preventive-List-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"RX-ACA-Preventive-List-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15494;}}s:8:\"filesize\";i:189142;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35377, 1238, '_wp_attached_file', '2024/03/HSA-Preventive-Drug-List_IL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35378, 1238, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"HSA-Preventive-Drug-List_IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206159;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-List_IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24640;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"HSA-Preventive-Drug-List_IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"HSA-Preventive-Drug-List_IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13291;}}s:8:\"filesize\";i:494992;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35379, 1239, '_wp_attached_file', '2024/10/RX-List-Balanced-2025-IL.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35380, 1239, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"RX-List-Balanced-2025-IL-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172639;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"RX-List-Balanced-2025-IL-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14027;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"RX-List-Balanced-2025-IL-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"RX-List-Balanced-2025-IL-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6815;}}s:8:\"filesize\";i:4800990;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35386, 1094, '_wp_old_slug', 'rx-balanced-drug-list-april-2024');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (35399, 383, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41684, 1245, '_wp_attached_file', '2024/03/2023-SAR-CF-Industries-Welfare-Benefit-Plan.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41685, 1245, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:51:\"2023-SAR-CF-Industries-Welfare-Benefit-Plan-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173974;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"2023-SAR-CF-Industries-Welfare-Benefit-Plan-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12639;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"2023-SAR-CF-Industries-Welfare-Benefit-Plan-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"2023-SAR-CF-Industries-Welfare-Benefit-Plan-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}}s:8:\"filesize\";i:81963;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41693, 1246, '_wp_attached_file', '2024/03/CF_Enrollment_US_NU_eGuide_031925.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (41694, 1246, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"CF_Enrollment_US_NU_eGuide_031925-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146662;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_031925-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25441;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"CF_Enrollment_US_NU_eGuide_031925-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_031925-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17736;}}s:8:\"filesize\";i:5294465;}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42386, 246, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42396, 272, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42688, 1248, '_wp_attached_file', '2024/03/CF_Enrollment_US_NU_eGuide_031925-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (42689, 1248, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:43:\"CF_Enrollment_US_NU_eGuide_031925-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146662;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"CF_Enrollment_US_NU_eGuide_031925-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25441;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"CF_Enrollment_US_NU_eGuide_031925-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"CF_Enrollment_US_NU_eGuide_031925-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17736;}}s:8:\"filesize\";i:5294465;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45106, 1250, '_wp_attached_file', '2025/06/CF_Enrollment_US_Walla_UNION_eGuide_0625.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (45107, 1250, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"CF_Enrollment_US_Walla_UNION_eGuide_0625-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149689;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"CF_Enrollment_US_Walla_UNION_eGuide_0625-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22506;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"CF_Enrollment_US_Walla_UNION_eGuide_0625-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88857;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"CF_Enrollment_US_Walla_UNION_eGuide_0625-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14570;}}s:8:\"filesize\";i:3974194;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46978, 41, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46979, 381, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46980, 380, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46981, 379, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46983, 46, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46984, 793, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46985, 147, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46986, 445, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46987, 444, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46988, 443, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46990, 441, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46992, 55, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46993, 198, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46995, 438, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46996, 437, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46997, 436, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (46998, 62, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47000, 434, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47001, 433, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47002, 432, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47005, 452, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47006, 72, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47007, 461, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47008, 196, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47009, 519, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47010, 518, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47011, 517, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47012, 516, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47013, 1213, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47014, 515, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47015, 933, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47016, 91, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47018, 546, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47021, 100, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47022, 553, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47023, 552, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47024, 572, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47025, 603, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47026, 571, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47027, 382, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47028, 514, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47029, 520, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47030, 513, '_wp_old_date', '2025-04-10');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47031, 504, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47032, 504, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47033, 504, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (47034, 504, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60805, 1257, '_edit_lock', '1760983552:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60806, 1257, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60807, 1258, '_wp_attached_file', '2025/09/Dependent-Documentation-Requirements.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60808, 1258, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"Dependent-Documentation-Requirements-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124213;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"Dependent-Documentation-Requirements-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11891;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"Dependent-Documentation-Requirements-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69887;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"Dependent-Documentation-Requirements-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6489;}}s:8:\"filesize\";i:132655;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60809, 1257, 'keywords', 'Dependendents, eligibility, documentation, proof, supporting documents, life event, adding dependent');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60810, 1257, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60811, 1257, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60812, 1257, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60813, 1257, 'attachment', 1258);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60814, 1257, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60900, 1259, '_edit_lock', '1769028042:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60901, 1259, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60902, 1259, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60903, 1259, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60904, 1259, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60905, 1259, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60906, 1259, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60907, 1259, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60908, 1259, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60909, 1259, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60910, 1259, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60912, 1259, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60913, 1259, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60914, 1259, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60915, 1259, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1259\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60916, 1259, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60917, 1259, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60919, 1259, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60920, 1259, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60921, 1259, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60924, 1259, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60926, 1259, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60997, 1261, '_wp_attached_file', '2025/09/secondary-page-banners-leaders.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (60998, 1261, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:42:\"2025/09/secondary-page-banners-leaders.jpg\";s:8:\"filesize\";i:41614;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"secondary-page-banners-leaders-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3949;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"secondary-page-banners-leaders-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20892;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"secondary-page-banners-leaders-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1951;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"secondary-page-banners-leaders-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13672;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"secondary-page-banners-leaders-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37543;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"secondary-page-banners-leaders-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4884;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"secondary-page-banners-leaders-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28149;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"secondary-page-banners-leaders-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4757;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"secondary-page-banners-leaders-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6507;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"secondary-page-banners-leaders-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22486;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"secondary-page-banners-leaders-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4677;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:43:\"secondary-page-banners-leaders-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28658;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"secondary-page-banners-leaders-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19615;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"secondary-page-banners-leaders-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61002, 41, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61003, 381, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61004, 380, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61005, 379, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61007, 46, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61008, 793, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61009, 147, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61010, 445, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61011, 444, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61012, 443, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61014, 441, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61016, 55, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61017, 198, '_wp_old_date', '2025-07-06');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61019, 438, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61020, 437, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61021, 436, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61022, 62, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61024, 434, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61025, 433, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61026, 432, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61029, 452, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61030, 72, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61031, 461, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61032, 196, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61033, 519, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61034, 518, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61035, 517, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61036, 516, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61037, 1213, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61038, 515, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61039, 933, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61042, 91, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61051, 546, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61054, 100, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61055, 553, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61056, 552, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61057, 572, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61058, 603, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61059, 571, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61060, 382, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61061, 514, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61062, 520, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61063, 513, '_wp_old_date', '2025-07-06');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61104, 1264, '_wp_attached_file', '2025/09/landing-page-banners-leaders.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61105, 1264, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:500;s:6:\"height\";i:268;s:4:\"file\";s:40:\"2025/09/landing-page-banners-leaders.jpg\";s:8:\"filesize\";i:26933;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"landing-page-banners-leaders-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16075;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"landing-page-banners-leaders-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9748;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"landing-page-banners-leaders-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"landing-page-banners-leaders-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29028;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"landing-page-banners-leaders-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29028;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"landing-page-banners-leaders-480x257.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30092;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:77:\"Copyright (c) 2019 Onchira Wongsiri/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61106, 268, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61389, 1270, '_wp_attached_file', '2025/09/2026-oe-cfi-banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61390, 1270, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2025/09/2026-oe-cfi-banner.jpg\";s:8:\"filesize\";i:31453;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"2026-oe-cfi-banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3009;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15304;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9735;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28236;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4614;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4662;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5707;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16373;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4624;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"2026-oe-cfi-banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21380;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"2026-oe-cfi-banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14153;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"2026-oe-cfi-banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61396, 1271, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61397, 1271, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61425, 1272, '_wp_attached_file', '2025/09/right-image-oe.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61426, 1272, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:26:\"2025/09/right-image-oe.jpg\";s:8:\"filesize\";i:88314;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"right-image-oe-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7601;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"right-image-oe-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"right-image-oe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4988;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"right-image-oe-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31069;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"right-image-oe-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96941;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"right-image-oe-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13960;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"right-image-oe-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68839;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"right-image-oe-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15048;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"right-image-oe-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22556;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"right-image-oe-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54222;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"right-image-oe-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21753;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"right-image-oe-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72139;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"right-image-oe-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46325;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"right-image-oe-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14571;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61430, 1273, '_wp_attached_file', '2025/09/left-image-oe.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61431, 1273, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1650;s:6:\"height\";i:795;s:4:\"file\";s:25:\"2025/09/left-image-oe.jpg\";s:8:\"filesize\";i:110164;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"left-image-oe-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9885;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"left-image-oe-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"left-image-oe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6293;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"left-image-oe-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38941;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"left-image-oe-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113736;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"left-image-oe-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17883;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"left-image-oe-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76658;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"left-image-oe-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19126;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"left-image-oe-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27870;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"left-image-oe-1080x520.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65819;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"left-image-oe-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"left-image-oe-1280x617.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85973;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"left-image-oe-980x472.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56628;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"left-image-oe-480x231.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18800;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61700, 1274, '_edit_lock', '1759076526:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61701, 1274, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61702, 1274, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61703, 1274, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61704, 1274, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61705, 1274, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61706, 1274, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61707, 1274, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61708, 1274, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61709, 1274, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61710, 1274, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61712, 1274, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61713, 1274, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61714, 1274, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61715, 1274, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1274\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61716, 1274, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61717, 1274, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61719, 1274, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61720, 1274, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61721, 1274, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (61724, 1274, '_et_builder_dynamic_assets_loading_attr_threshold', 15);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62383, 41, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62384, 381, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62385, 380, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62386, 379, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62388, 46, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62389, 793, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62390, 147, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62391, 445, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62392, 444, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62393, 443, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62395, 441, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62396, 55, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62397, 198, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62399, 438, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62400, 437, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62401, 436, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62402, 62, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62404, 434, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62405, 433, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62407, 432, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62410, 452, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62411, 72, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62412, 461, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62413, 196, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62414, 519, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62415, 518, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62416, 517, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62417, 516, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62418, 1213, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62419, 515, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62420, 933, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62421, 91, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62423, 546, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62426, 100, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62427, 553, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62428, 552, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62429, 572, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62430, 603, '_wp_old_date', '2025-09-25');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62431, 571, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62432, 382, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62433, 514, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62434, 520, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62435, 513, '_wp_old_date', '2025-09-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62440, 404, '_relevanssi_pin', 'mental');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62441, 404, '_relevanssi_pin', 'therapy');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62442, 404, '_relevanssi_pin', 'counseling');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (62455, 260, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (63090, 1280, '_wp_attached_file', '2025/10/Dependent-Documentation-Requirements-Union.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (63091, 1280, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"Dependent-Documentation-Requirements-Union-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131343;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"Dependent-Documentation-Requirements-Union-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12632;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"Dependent-Documentation-Requirements-Union-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"Dependent-Documentation-Requirements-Union-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6635;}}s:8:\"filesize\";i:133796;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (63105, 1274, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65411, 1287, '_edit_lock', '1760555953:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65412, 1287, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65413, 1288, '_wp_attached_file', '2025/10/CF_2026_Rates_NU_FINAL_100225.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65414, 1288, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"CF_2026_Rates_NU_FINAL_100225-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194947;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"CF_2026_Rates_NU_FINAL_100225-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18798;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"CF_2026_Rates_NU_FINAL_100225-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"CF_2026_Rates_NU_FINAL_100225-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10271;}}s:8:\"filesize\";i:50929;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65429, 1287, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65430, 1287, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65431, 1287, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65432, 1287, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65433, 1287, 'attachment', 1288);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65434, 1287, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65439, 1287, '_wp_old_slug', '2025-us-preimum-rates');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65444, 1291, '_edit_lock', '1762137601:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65445, 1291, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65446, 1292, '_wp_attached_file', '2025/10/CF-Industries-_-Hinge-Health-OE-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65447, 1292, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"CF-Industries-_-Hinge-Health-OE-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187454;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"CF-Industries-_-Hinge-Health-OE-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16303;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"CF-Industries-_-Hinge-Health-OE-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105865;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"CF-Industries-_-Hinge-Health-OE-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7143;}}s:8:\"filesize\";i:1703879;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65448, 1291, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65449, 1291, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65450, 1291, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65451, 1291, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65452, 1291, 'attachment', 1343);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65453, 1291, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65454, 1293, '_edit_lock', '1760558026:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65455, 1293, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65456, 1294, '_wp_attached_file', '2025/10/Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65457, 1294, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:67:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258513;}s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19966;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8907;}}s:8:\"filesize\";i:286542;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65458, 1293, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65459, 1293, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65460, 1293, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65461, 1293, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65462, 1293, 'attachment', 1294);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65463, 1293, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65464, 1295, '_edit_lock', '1760558259:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65465, 1295, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65466, 1296, '_wp_attached_file', '2025/10/Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc3333808-3.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65467, 1296, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:67:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc3333808-3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224018;}s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc3333808-3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17706;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc3333808-3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc3333808-3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8368;}}s:8:\"filesize\";i:672087;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65468, 1295, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65469, 1295, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65470, 1295, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65471, 1295, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65472, 1295, 'attachment', 1296);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65473, 1295, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65474, 1297, '_edit_lock', '1760555081:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65475, 1297, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65476, 1298, '_wp_attached_file', '2025/10/SBC_248031_248035_0002_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65477, 1298, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:100:\"SBC_248031_248035_0002_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:360231;}s:6:\"medium\";a:5:{s:4:\"file\";s:108:\"SBC_248031_248035_0002_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22605;}s:5:\"large\";a:5:{s:4:\"file\";s:109:\"SBC_248031_248035_0002_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193234;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:108:\"SBC_248031_248035_0002_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8019;}}s:8:\"filesize\";i:552138;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65478, 1297, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65479, 1297, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65480, 1297, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65481, 1297, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65482, 1297, 'attachment', 1298);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65483, 1297, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65484, 1299, '_edit_lock', '1760555381:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65485, 1299, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65486, 1300, '_wp_attached_file', '2025/10/SBC_248031_249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65487, 1300, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:100:\"SBC_248031_249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344440;}s:6:\"medium\";a:5:{s:4:\"file\";s:108:\"SBC_248031_249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22314;}s:5:\"large\";a:5:{s:4:\"file\";s:109:\"SBC_248031_249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187759;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:108:\"SBC_248031_249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7894;}}s:8:\"filesize\";i:561385;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65488, 1299, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65489, 1299, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65490, 1299, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65491, 1299, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65492, 1299, 'attachment', 1300);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65493, 1299, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65498, 1301, '_edit_lock', '1761140534:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65499, 1301, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65500, 1302, '_wp_attached_file', '2025/10/CF_2026_Rates_W_Union_FINAL_100225.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65501, 1302, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"CF_2026_Rates_W_Union_FINAL_100225-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174561;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"CF_2026_Rates_W_Union_FINAL_100225-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18191;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"CF_2026_Rates_W_Union_FINAL_100225-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"CF_2026_Rates_W_Union_FINAL_100225-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10193;}}s:8:\"filesize\";i:50775;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65502, 1301, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65503, 1301, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65504, 1301, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65505, 1301, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65506, 1301, 'attachment', 1302);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65507, 1301, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65556, 1126, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65619, 1305, '_wp_attached_file', '2025/10/CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65620, 1305, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:57:\"CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:350176;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20306;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184662;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6925;}}s:8:\"filesize\";i:1080946;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65633, 1307, '_wp_attached_file', '2025/10/CF_Contacts_UNION_100325.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65634, 1307, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"CF_Contacts_UNION_100325-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171765;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"CF_Contacts_UNION_100325-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18353;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"CF_Contacts_UNION_100325-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"CF_Contacts_UNION_100325-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9263;}}s:8:\"filesize\";i:39393;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65639, 1308, '_wp_attached_file', '2025/10/Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (65640, 1308, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:69:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258513;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19966;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8907;}}s:8:\"filesize\";i:286542;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66706, 1309, '_edit_lock', '1760983718:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66707, 1309, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66708, 1310, '_wp_attached_file', '2025/10/CF-2026-US-Required-Notices-10.15.25.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66709, 1310, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF-2026-US-Required-Notices-10.15.25-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130448;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF-2026-US-Required-Notices-10.15.25-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14936;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF-2026-US-Required-Notices-10.15.25-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF-2026-US-Required-Notices-10.15.25-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7631;}}s:8:\"filesize\";i:785744;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66710, 1309, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66711, 1309, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66712, 1309, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66713, 1309, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66714, 1309, 'attachment', 1310);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66715, 1309, '_attachment', 'field_62990e003ee7f');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66746, 1311, '_edit_lock', '1760983678:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66747, 1311, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66748, 1312, '_wp_attached_file', '2025/10/CF_AE26_Mailer_US_FINAL_100825.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66749, 1312, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE26_Mailer_US_FINAL_100825-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:270970;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE26_Mailer_US_FINAL_100825-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31192;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE26_Mailer_US_FINAL_100825-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155716;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE26_Mailer_US_FINAL_100825-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18298;}}s:8:\"filesize\";i:2006288;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66750, 1311, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66751, 1311, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66752, 1311, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66753, 1311, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66754, 1311, 'attachment', 1312);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66755, 1311, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66756, 1313, '_wp_attached_file', '2024/10/balanced-il-2025.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (66757, 1313, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"balanced-il-2025-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170519;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"balanced-il-2025-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11311;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"balanced-il-2025-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"balanced-il-2025-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4061;}}s:8:\"filesize\";i:3443764;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67165, 1314, '_wp_attached_file', '2025/10/CF-Industries-_-Hinge-Health-OE-Flyer_101825-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67166, 1314, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"CF-Industries-_-Hinge-Health-OE-Flyer_101825-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183304;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"CF-Industries-_-Hinge-Health-OE-Flyer_101825-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16066;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"CF-Industries-_-Hinge-Health-OE-Flyer_101825-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CF-Industries-_-Hinge-Health-OE-Flyer_101825-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7008;}}s:8:\"filesize\";i:1698913;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67167, 1315, '_edit_lock', '1761103447:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67168, 1315, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67169, 1316, '_wp_attached_file', '2025/10/CF_AE26_EnrollChecklist_FINAL_101725-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67170, 1316, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:46:\"CF_AE26_EnrollChecklist_FINAL_101725-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:197559;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"CF_AE26_EnrollChecklist_FINAL_101725-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22105;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"CF_AE26_EnrollChecklist_FINAL_101725-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"CF_AE26_EnrollChecklist_FINAL_101725-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12637;}}s:8:\"filesize\";i:163758;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67171, 1315, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67172, 1315, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67173, 1315, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67174, 1315, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67175, 1315, 'attachment', 1316);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67176, 1315, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67194, 1317, '_edit_lock', '1761478178:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67195, 1317, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67196, 1318, '_wp_attached_file', '2025/10/CF_AE26_EnrollChecklist_UNION_FINAL_101725.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67197, 1318, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:50:\"CF_AE26_EnrollChecklist_UNION_FINAL_101725-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192775;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"CF_AE26_EnrollChecklist_UNION_FINAL_101725-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22083;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"CF_AE26_EnrollChecklist_UNION_FINAL_101725-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112915;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"CF_AE26_EnrollChecklist_UNION_FINAL_101725-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12620;}}s:8:\"filesize\";i:159568;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67198, 1317, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67199, 1317, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67200, 1317, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67201, 1317, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67202, 1317, 'attachment', 1318);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67203, 1317, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67458, 41, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67459, 381, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67460, 380, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67461, 379, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67463, 46, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67464, 793, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67465, 147, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67466, 445, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67467, 444, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67468, 443, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67470, 441, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67471, 55, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67472, 198, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67474, 438, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67475, 437, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67476, 436, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67477, 62, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67479, 434, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67480, 433, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67482, 432, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67485, 452, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67486, 72, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67487, 461, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67488, 196, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67489, 519, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67490, 518, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67491, 517, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67492, 516, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67493, 1213, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67494, 515, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67495, 933, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67496, 91, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67498, 546, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67501, 100, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67502, 553, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67503, 552, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67504, 572, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67505, 603, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67506, 571, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67507, 382, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67508, 514, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67509, 520, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67510, 513, '_wp_old_date', '2025-10-01');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67519, 1320, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67520, 1320, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67564, 1325, '_wp_attached_file', '2025/10/cfi-right-image-oe-mobile.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (67565, 1325, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:932;s:6:\"height\";i:1656;s:4:\"file\";s:37:\"2025/10/cfi-right-image-oe-mobile.jpg\";s:8:\"filesize\";i:116479;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10706;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"cfi-right-image-oe-mobile-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75349;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6672;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"cfi-right-image-oe-mobile-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117609;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"cfi-right-image-oe-mobile-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139885;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19100;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-932x675.jpg\";s:5:\"width\";i:932;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84651;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21670;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35878;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"cfi-right-image-oe-mobile-480x853.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56358;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68128, 1326, '_edit_lock', '1761341070:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68129, 1326, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68130, 1327, '_wp_attached_file', '2025/10/Ben-Sum_DPPO1_01.01.2026.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68131, 1327, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:32:\"Ben-Sum_DPPO1_01.01.2026-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258513;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Ben-Sum_DPPO1_01.01.2026-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19966;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Ben-Sum_DPPO1_01.01.2026-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Ben-Sum_DPPO1_01.01.2026-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8907;}}s:8:\"filesize\";i:286542;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68132, 1326, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68133, 1326, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68134, 1326, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68135, 1326, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68136, 1326, 'attachment', 1327);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68137, 1326, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68138, 1329, '_edit_lock', '1761689669:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68139, 1329, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68140, 1330, '_wp_attached_file', '2025/10/Ben-Sum_VIS1_01.01.2026.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68141, 1330, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:31:\"Ben-Sum_VIS1_01.01.2026-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224018;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Ben-Sum_VIS1_01.01.2026-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17706;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Ben-Sum_VIS1_01.01.2026-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Ben-Sum_VIS1_01.01.2026-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8368;}}s:8:\"filesize\";i:672087;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68142, 1329, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68143, 1329, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68144, 1329, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68145, 1329, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68146, 1329, 'attachment', 1330);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68147, 1329, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68568, 1332, '_wp_attached_file', '2025/10/CF_AE26_eGuide_UNION_US_FINAL_101325.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68569, 1332, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"CF_AE26_eGuide_UNION_US_FINAL_101325-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109141;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"CF_AE26_eGuide_UNION_US_FINAL_101325-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24487;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"CF_AE26_eGuide_UNION_US_FINAL_101325-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"CF_AE26_eGuide_UNION_US_FINAL_101325-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18103;}}s:8:\"filesize\";i:3197894;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68570, 1333, '_edit_lock', '1768931023:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68571, 1333, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68572, 1333, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68573, 1333, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68574, 1333, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68575, 1333, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68576, 1333, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68577, 1333, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68578, 1332, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68579, 1332, '_relevanssi_hide_content', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68580, 1332, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68581, 1333, 'attachment', 1332);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68582, 1333, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68583, 1333, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68642, 1334, '_wp_attached_file', '2025/10/CF_AE26_eGuide_US_FINAL_102125.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68643, 1334, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE26_eGuide_US_FINAL_102125-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119375;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE26_eGuide_US_FINAL_102125-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26178;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE26_eGuide_US_FINAL_102125-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76343;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE26_eGuide_US_FINAL_102125-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19211;}}s:8:\"filesize\";i:7421200;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68644, 1335, '_edit_lock', '1761689662:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68645, 1335, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68646, 1335, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68647, 1335, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68648, 1335, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68649, 1335, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68650, 1335, 'attachment', 1334);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (68651, 1335, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70178, 1341, '_edit_lock', '1762136770:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70182, 1341, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70183, 1341, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70184, 1341, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70185, 1341, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70186, 1341, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70187, 1341, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70188, 1341, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70189, 1341, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70190, 1341, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70191, 1341, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70193, 1341, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70194, 1341, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70195, 1341, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70196, 1341, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1341\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70197, 1341, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70198, 1341, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70200, 1341, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70201, 1341, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70202, 1341, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70221, 1343, '_wp_attached_file', '2025/10/CF-Industries-2025-OE-Flyer-Updated-10.22.2025.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70222, 1343, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"CF-Industries-2025-OE-Flyer-Updated-10.22.2025-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183789;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"CF-Industries-2025-OE-Flyer-Updated-10.22.2025-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16493;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"CF-Industries-2025-OE-Flyer-Updated-10.22.2025-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"CF-Industries-2025-OE-Flyer-Updated-10.22.2025-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7445;}}s:8:\"filesize\";i:1653570;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70232, 1341, '_et_builder_dynamic_assets_loading_attr_threshold', 2);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70235, 1341, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70623, 1344, '_et_pb_module_type', 'et_pb_fullwidth_slider');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (70624, 1344, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72751, 1346, '_edit_lock', '1768931003:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72752, 1347, '_wp_attached_file', '2025/11/PRW41-CF-Industries-PCP-and-Consent-Form.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72753, 1347, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:48:\"PRW41-CF-Industries-PCP-and-Consent-Form-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:290052;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"PRW41-CF-Industries-PCP-and-Consent-Form-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20797;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"PRW41-CF-Industries-PCP-and-Consent-Form-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"PRW41-CF-Industries-PCP-and-Consent-Form-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7547;}}s:8:\"filesize\";i:241346;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72754, 1346, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72755, 1346, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72756, 1346, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72757, 1346, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72758, 1346, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72759, 1346, 'attachment', 1347);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72760, 1346, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72898, 1348, '_wp_attached_file', '2025/11/Fidelity-HSA-preview.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72899, 1348, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:32:\"2025/11/Fidelity-HSA-preview.jpg\";s:8:\"filesize\";i:21595;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Fidelity-HSA-preview-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10152;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Fidelity-HSA-preview-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5929;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"Fidelity-HSA-preview-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16803;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"Fidelity-HSA-preview-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18233;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"Fidelity-HSA-preview-510x338.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26346;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"Fidelity-HSA-preview-400x338.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20564;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"Fidelity-HSA-preview-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20058;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72994, 1349, '_edit_lock', '1763655197:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72995, 1349, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72996, 1349, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72997, 1349, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72998, 1349, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (72999, 1349, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73000, 1349, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73001, 1349, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73002, 1349, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73003, 1349, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73004, 1349, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73006, 1349, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73007, 1349, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73008, 1349, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73009, 1349, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1349\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73010, 1349, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73011, 1349, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73013, 1349, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73014, 1349, '_et_builder_version', 'VB|Divi|4.27.4');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73015, 1349, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73020, 1349, '_et_builder_dynamic_assets_loading_attr_threshold', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73031, 1349, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73076, 41, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73077, 381, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73078, 380, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73079, 379, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73081, 46, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73082, 793, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73083, 147, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73084, 445, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73085, 444, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73086, 443, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73088, 441, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73089, 55, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73090, 198, '_wp_old_date', '2025-10-22');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73092, 438, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73093, 437, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73094, 436, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73095, 62, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73097, 434, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73098, 433, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73100, 432, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73103, 452, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73104, 72, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73105, 461, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73106, 196, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73107, 519, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73108, 518, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73109, 517, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73110, 516, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73111, 1213, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73112, 515, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73113, 933, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73114, 91, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73116, 546, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73119, 100, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73121, 553, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73122, 552, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73123, 572, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73124, 603, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73125, 571, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73126, 382, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73127, 514, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73128, 520, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (73129, 513, '_wp_old_date', '2025-10-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74250, 41, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74251, 381, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74252, 380, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74253, 379, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74255, 46, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74256, 793, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74257, 147, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74258, 445, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74259, 444, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74260, 443, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74262, 441, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74263, 55, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74264, 198, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74266, 438, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74267, 437, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74268, 436, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74269, 62, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74271, 434, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74272, 433, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74274, 432, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74277, 452, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74278, 72, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74279, 461, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74280, 196, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74281, 519, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74282, 518, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74283, 517, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74284, 516, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74285, 1213, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74286, 515, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74287, 933, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74288, 91, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74290, 546, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74294, 100, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74296, 553, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74297, 552, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74298, 572, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74299, 603, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74300, 571, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74301, 382, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74302, 514, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74303, 520, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74304, 513, '_wp_old_date', '2025-11-14');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74388, 1349, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74389, 1349, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74390, 1349, '_relevanssi_hide_post', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74391, 1349, '_relevanssi_noindex_reason', 'Relevanssi index exclude');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74837, 1354, '_edit_lock', '1763916766:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74838, 1354, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74839, 1354, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74840, 1354, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74841, 1354, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74842, 1354, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74843, 1354, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74844, 1354, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74845, 1354, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74846, 1354, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (74847, 1354, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85194, 376, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85195, 376, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85196, 41, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85197, 381, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85198, 380, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85199, 379, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85200, 46, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85201, 793, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85202, 147, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85203, 445, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85204, 444, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85205, 443, '_wp_old_date', '2025-11-20');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85207, 441, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85208, 55, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85209, 198, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85211, 438, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85212, 437, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85213, 436, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85214, 62, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85216, 434, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85217, 433, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85219, 432, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85222, 452, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85223, 72, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85224, 461, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85225, 196, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85226, 519, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85227, 518, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85228, 517, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85229, 516, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85230, 1213, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85231, 515, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85232, 933, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85233, 91, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85235, 546, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85238, 100, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85240, 553, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85241, 552, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85242, 572, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85243, 603, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85244, 571, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85245, 382, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85246, 514, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85247, 520, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85248, 513, '_wp_old_date', '2025-11-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85285, 1368, '_wp_attached_file', '2026/01/CF_2026_Rates_NU_FINAL_100225.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85286, 1368, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"CF_2026_Rates_NU_FINAL_100225-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194947;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"CF_2026_Rates_NU_FINAL_100225-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18798;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"CF_2026_Rates_NU_FINAL_100225-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"CF_2026_Rates_NU_FINAL_100225-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10271;}}s:8:\"filesize\";i:50929;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85287, 1367, '_edit_lock', '1768936167:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85288, 1367, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85289, 1367, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85290, 1367, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85291, 1367, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85292, 1367, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85293, 1367, 'attachment', 1368);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85294, 1367, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85303, 1369, '_edit_lock', '1768936290:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85304, 1369, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85305, 1370, '_wp_attached_file', '2026/01/member-preventive-drug-list-il.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85306, 1370, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"member-preventive-drug-list-il-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321461;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"member-preventive-drug-list-il-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27947;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"member-preventive-drug-list-il-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184766;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"member-preventive-drug-list-il-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15103;}}s:8:\"filesize\";i:145379;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85307, 1369, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85308, 1369, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85309, 1369, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85310, 1369, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85311, 1369, 'attachment', 1370);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85312, 1369, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85314, 1372, '_edit_lock', '1768936401:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85315, 1372, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85316, 1373, '_wp_attached_file', '2026/01/2026-HSA-Standard-Preventive-Drug-List_Member_Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85317, 1373, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:59:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208601;}s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24670;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13307;}}s:8:\"filesize\";i:1068795;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85318, 1372, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85319, 1372, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85320, 1372, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85321, 1372, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85322, 1372, 'attachment', 1373);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85323, 1372, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85325, 1375, '_edit_lock', '1769014573:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85326, 1375, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85327, 1376, '_wp_attached_file', '2026/01/balanced-il-2026.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85328, 1376, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:24:\"balanced-il-2026-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170418;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"balanced-il-2026-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11310;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"balanced-il-2026-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101201;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"balanced-il-2026-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4057;}}s:8:\"filesize\";i:3445489;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85329, 1375, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85330, 1375, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85331, 1375, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85332, 1375, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85333, 1375, 'attachment', 1376);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85334, 1375, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85354, 1380, '_wp_attached_file', '2026/01/CF_2026_Rates_NU_FINAL_100225-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85355, 1380, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_2026_Rates_NU_FINAL_100225-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194947;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_2026_Rates_NU_FINAL_100225-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18798;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_2026_Rates_NU_FINAL_100225-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_2026_Rates_NU_FINAL_100225-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10271;}}s:8:\"filesize\";i:50929;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85356, 1379, '_edit_lock', '1769023367:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85357, 1379, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85358, 1379, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85359, 1379, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85360, 1379, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85361, 1379, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85362, 1379, 'attachment', 1380);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85363, 1379, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85365, 1381, '_edit_lock', '1769024193:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85366, 1382, '_wp_attached_file', '2026/01/Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85367, 1382, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:67:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:258513;}s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19966;}s:5:\"large\";a:5:{s:4:\"file\";s:76:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145706;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8907;}}s:8:\"filesize\";i:286542;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85368, 1381, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85369, 1381, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85370, 1381, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85371, 1381, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85372, 1381, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85373, 1381, 'attachment', 1382);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85374, 1381, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85382, 1384, '_edit_lock', '1769024330:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85383, 1385, '_wp_attached_file', '2026/01/CF_2026_Rates_NU_FINAL_100225-2.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85384, 1385, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_2026_Rates_NU_FINAL_100225-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194947;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_2026_Rates_NU_FINAL_100225-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18798;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_2026_Rates_NU_FINAL_100225-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_2026_Rates_NU_FINAL_100225-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10271;}}s:8:\"filesize\";i:50929;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85385, 1384, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85386, 1384, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85387, 1384, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85388, 1384, 'attachment_type', 'document');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85389, 1384, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85390, 1384, 'attachment', 1385);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85391, 1384, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85394, 1386, '_edit_lock', '1769024486:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85395, 1387, '_wp_attached_file', '2026/01/Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc_3333808.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85396, 1387, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:66:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224018;}s:6:\"medium\";a:5:{s:4:\"file\";s:74:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17706;}s:5:\"large\";a:5:{s:4:\"file\";s:75:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:74:\"Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc_3333808-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8368;}}s:8:\"filesize\";i:672087;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85397, 1386, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85398, 1386, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85399, 1386, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85400, 1386, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85401, 1386, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85402, 1386, 'attachment', 1387);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85403, 1386, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85405, 393, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85413, 399, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85414, 399, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85431, 41, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85432, 381, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85433, 380, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85434, 379, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85435, 46, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85436, 793, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85437, 147, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85438, 445, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85439, 444, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85440, 443, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85441, 441, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85442, 55, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85443, 198, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85445, 438, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85446, 437, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85447, 436, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85448, 62, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85450, 434, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85451, 433, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85453, 432, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85456, 452, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85457, 72, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85458, 461, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85459, 196, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85460, 519, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85461, 518, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85462, 517, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85463, 516, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85464, 1213, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85465, 515, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85466, 933, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85467, 91, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85469, 546, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85472, 100, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85474, 553, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85475, 552, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85476, 572, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85477, 603, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85478, 571, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85479, 382, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85480, 514, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85481, 520, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85482, 513, '_wp_old_date', '2026-01-20');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85489, 408, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85490, 408, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85504, 263, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85524, 1389, '_edit_lock', '1769026420:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85525, 1389, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85526, 1390, '_wp_attached_file', '2026/01/2026-Healthy-Rewards-Moms-Meals-Customer-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85527, 1390, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:54:\"2026-Healthy-Rewards-Moms-Meals-Customer-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:458286;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"2026-Healthy-Rewards-Moms-Meals-Customer-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37317;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"2026-Healthy-Rewards-Moms-Meals-Customer-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"2026-Healthy-Rewards-Moms-Meals-Customer-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16662;}}s:8:\"filesize\";i:1722012;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85528, 1389, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85529, 1389, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85530, 1389, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85531, 1389, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85532, 1389, 'attachment', 1390);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85533, 1389, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85535, 1389, '_wp_old_slug', '2026-healthy-rewards');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85536, 1392, '_edit_lock', '1769026484:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85537, 1392, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85538, 1393, '_wp_attached_file', '2026/01/Healthy-Rewards-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85539, 1393, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:29:\"Healthy-Rewards-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211765;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Healthy-Rewards-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19139;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Healthy-Rewards-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120220;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Healthy-Rewards-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9486;}}s:8:\"filesize\";i:40809;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85540, 1392, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85541, 1392, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85542, 1392, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85543, 1392, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85544, 1392, 'attachment', 1393);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85545, 1392, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85546, 1394, '_edit_lock', '1769026602:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85547, 1395, '_wp_attached_file', '2026/01/Healthy-Rewards-Lasik-Vision-Correction-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85548, 1395, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:53:\"Healthy-Rewards-Lasik-Vision-Correction-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:312199;}s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"Healthy-Rewards-Lasik-Vision-Correction-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30604;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"Healthy-Rewards-Lasik-Vision-Correction-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"Healthy-Rewards-Lasik-Vision-Correction-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14231;}}s:8:\"filesize\";i:568902;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85549, 1394, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85550, 1394, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85551, 1394, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85552, 1394, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85553, 1394, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85554, 1394, 'attachment', 1395);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85555, 1394, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85557, 1396, '_edit_lock', '1769027266:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85558, 1396, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85559, 1397, '_wp_attached_file', '2026/01/Active-Fit-Customer-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85560, 1397, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"Active-Fit-Customer-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:434283;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Active-Fit-Customer-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33324;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"Active-Fit-Customer-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213422;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Active-Fit-Customer-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13952;}}s:8:\"filesize\";i:3577271;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85561, 1396, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85562, 1396, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85563, 1396, 'attachment_type', 'document');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85564, 1396, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85565, 1396, 'attachment', 1397);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85566, 1396, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85568, 415, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85578, 419, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85579, 419, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85581, 1259, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85582, 1259, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85583, 446, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85584, 446, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85585, 448, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85586, 448, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85602, 1401, '_wp_attached_file', '2026/01/CF-Leadership-Model.png');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85603, 1401, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:363;s:6:\"height\";i:363;s:4:\"file\";s:31:\"2026/01/CF-Leadership-Model.png\";s:8:\"filesize\";i:150186;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"CF-Leadership-Model-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"CF-Leadership-Model-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9004;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"CF-Leadership-Model-363x250.png\";s:5:\"width\";i:363;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73283;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"CF-Leadership-Model-363x284.png\";s:5:\"width\";i:363;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82847;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85622, 1403, '_edit_lock', '1769030457:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85623, 1403, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85624, 1404, '_wp_attached_file', '2026/01/Application-for-Education-Assistance-With-Fillable-Fields_Updated.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85625, 1404, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:73:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196034;}s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15320;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"Application-for-Education-Assistance-With-Fillable-Fields_Updated-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6596;}}s:8:\"filesize\";i:262759;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85626, 1403, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85627, 1403, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85628, 1403, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85629, 1403, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85630, 1403, 'attachment', 1404);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85631, 1403, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85639, 1405, '_edit_lock', '1769034284:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85640, 1405, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85641, 1406, '_wp_attached_file', '2026/01/2026-Ayco-Flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85642, 1406, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"2026-Ayco-Flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301427;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2026-Ayco-Flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25669;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2026-Ayco-Flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2026-Ayco-Flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11797;}}s:8:\"filesize\";i:657293;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85643, 1405, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85644, 1405, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85645, 1405, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85646, 1405, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85647, 1405, 'attachment', 1406);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85648, 1405, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85687, 1411, '_edit_lock', '1769034385:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85688, 1411, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85689, 1412, '_wp_attached_file', '2026/01/Assistance-App-Portal-Guide-.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85690, 1412, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:35:\"Assistance-App-Portal-Guide-pdf.jpg\";s:5:\"width\";i:1707;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210599;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Assistance-App-Portal-Guide-pdf-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15381;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Assistance-App-Portal-Guide-pdf-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87875;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Assistance-App-Portal-Guide-pdf-150x84.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7184;}}s:8:\"filesize\";i:1440257;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85691, 1411, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85692, 1411, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85693, 1411, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85694, 1411, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85695, 1411, 'attachment', 1412);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85696, 1411, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85698, 1413, '_edit_lock', '1769034530:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85699, 1413, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85700, 1414, '_wp_attached_file', '2026/01/ISOS-Membership-Leaflet-CF-Industries.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85701, 1414, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:45:\"ISOS-Membership-Leaflet-CF-Industries-pdf.jpg\";s:5:\"width\";i:1059;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187090;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"ISOS-Membership-Leaflet-CF-Industries-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15749;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"ISOS-Membership-Leaflet-CF-Industries-pdf-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94414;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"ISOS-Membership-Leaflet-CF-Industries-pdf-106x150.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7226;}}s:8:\"filesize\";i:893338;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85702, 1413, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85703, 1413, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85704, 1413, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85705, 1413, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85706, 1413, 'attachment', 1414);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85707, 1413, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85709, 1416, '_edit_lock', '1769035233:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85710, 1416, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85711, 1417, '_wp_attached_file', '2026/01/Secure-Travel-Customer-Flyer-Update.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85712, 1417, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:43:\"Secure-Travel-Customer-Flyer-Update-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255542;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Secure-Travel-Customer-Flyer-Update-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21841;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Secure-Travel-Customer-Flyer-Update-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139895;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Secure-Travel-Customer-Flyer-Update-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10811;}}s:8:\"filesize\";i:121087;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85713, 1416, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85714, 1416, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85715, 1416, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85716, 1416, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85717, 1416, 'attachment', 1417);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85718, 1416, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85729, 499, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85730, 499, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85739, 271, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85743, 527, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85744, 527, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85745, 531, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85746, 531, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85757, 521, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85767, 1418, '_edit_lock', '1769370895:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85768, 1418, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85769, 1418, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85770, 1418, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85771, 1418, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85772, 1418, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85773, 1418, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85774, 1418, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85775, 1418, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85776, 1418, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85777, 1418, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85779, 1418, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85780, 1418, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85781, 1418, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85782, 1418, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1418\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85783, 1418, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85784, 1418, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85786, 1418, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85787, 1418, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85788, 1418, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85810, 1419, '_edit_lock', '1769105715:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85811, 1419, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85812, 1419, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85813, 1419, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85814, 1419, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85815, 1419, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85816, 1419, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85817, 1419, '_et_pb_first_image', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85818, 1419, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85819, 1419, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85820, 1419, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85822, 1419, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85823, 1419, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85824, 1419, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85825, 1419, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1419\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85826, 1419, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85827, 1419, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85829, 1419, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85830, 1419, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85831, 1419, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85833, 1419, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85841, 1422, '_edit_lock', '1769105537:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85842, 1422, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85843, 1423, '_wp_attached_file', '2026/01/CF-PPL-Affidavit-12.19.25.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85844, 1423, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:33:\"CF-PPL-Affidavit-12.19.25-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180875;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"CF-PPL-Affidavit-12.19.25-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14411;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"CF-PPL-Affidavit-12.19.25-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"CF-PPL-Affidavit-12.19.25-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6313;}}s:8:\"filesize\";i:214381;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85845, 1422, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85846, 1422, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85847, 1422, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85848, 1422, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85849, 1422, 'attachment', 1423);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85850, 1422, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85853, 1419, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85854, 1419, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85859, 1424, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85860, 1424, '_menu_item_menu_item_parent', 55);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85861, 1424, '_menu_item_object_id', 1419);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85862, 1424, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85863, 1424, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85864, 1424, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85865, 1424, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85866, 1424, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85868, 41, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85869, 381, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85870, 380, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85871, 379, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85872, 46, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85873, 793, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85874, 147, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85875, 445, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85876, 444, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85877, 443, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85878, 441, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85879, 55, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85880, 198, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85881, 438, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85882, 437, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85883, 436, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85884, 62, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85885, 452, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85886, 434, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85887, 433, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85888, 432, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85889, 72, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85890, 461, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85891, 196, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85892, 519, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85893, 518, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85894, 517, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85896, 516, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85899, 1213, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85900, 515, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85901, 933, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85902, 91, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85903, 546, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85904, 100, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85906, 553, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85907, 552, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85908, 572, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85909, 603, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85910, 571, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85911, 382, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85912, 514, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85913, 520, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85914, 513, '_wp_old_date', '2026-01-21');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85931, 1419, '_et_builder_dynamic_assets_loading_attr_threshold', 5);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85956, 1426, '_edit_lock', '1769106436:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85957, 1426, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85958, 1426, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85959, 1426, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85960, 1426, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85961, 1426, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85962, 1426, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85963, 1426, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85964, 1426, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85965, 1426, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85966, 1426, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85968, 1426, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85969, 1426, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85970, 1426, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85971, 1426, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1426\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85972, 1426, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85973, 1426, '_et_pb_gutter_width', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85975, 1426, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85976, 1426, '_et_builder_version', 'VB|Divi|4.27.5');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85977, 1426, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (85999, 1426, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86008, 1429, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86009, 1429, '_menu_item_menu_item_parent', 46);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86010, 1429, '_menu_item_object_id', 1426);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86011, 1429, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86012, 1429, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86013, 1429, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86014, 1429, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86015, 1429, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86018, 1426, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86268, 1418, '_relevanssi_pin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86269, 1418, '_relevanssi_unpin_keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86270, 1433, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86271, 1433, '_menu_item_menu_item_parent', 41);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86272, 1433, '_menu_item_object_id', 1418);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86273, 1433, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86274, 1433, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86275, 1433, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86276, 1433, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86277, 1433, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86279, 41, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86280, 381, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86281, 380, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86282, 379, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86283, 46, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86284, 793, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86285, 147, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86286, 445, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86287, 444, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86288, 443, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86289, 441, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86290, 1429, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86291, 55, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86292, 198, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86293, 438, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86294, 437, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86295, 436, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86296, 1424, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86297, 62, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86298, 452, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86299, 434, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86300, 433, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86301, 432, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86302, 72, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86303, 461, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86304, 196, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86305, 519, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86306, 518, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86307, 517, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86308, 516, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86309, 1213, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86310, 515, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86311, 933, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86312, 91, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86313, 546, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86314, 100, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86316, 553, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86317, 552, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86318, 572, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86319, 603, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86320, 571, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86321, 382, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86322, 514, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86323, 520, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86324, 513, '_wp_old_date', '2026-01-22');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86372, 1418, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86375, 1418, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86835, 41, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86836, 381, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86837, 380, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86838, 379, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86839, 1433, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86840, 46, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86841, 793, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86842, 147, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86843, 445, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86844, 444, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86845, 443, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86846, 441, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86847, 1429, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86848, 55, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86849, 198, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86850, 438, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86851, 437, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86852, 436, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86853, 1424, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86854, 62, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86855, 452, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86856, 434, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86857, 433, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86858, 432, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86859, 72, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86860, 461, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86861, 196, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86862, 519, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86863, 518, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86864, 517, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86865, 516, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86866, 1213, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86867, 515, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86868, 933, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86869, 91, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86870, 546, '_wp_old_date', '2026-01-25');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86871, 100, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86872, 553, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86873, 552, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86874, 572, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86875, 603, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86876, 571, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86877, 382, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86878, 514, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86879, 520, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86880, 513, '_wp_old_date', '2026-01-25');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86894, 1439, '_wp_attached_file', '2026/01/CF_Enrollment_US_NU_eGuide_012126.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86895, 1439, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:41:\"CF_Enrollment_US_NU_eGuide_012126-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105324;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_012126-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22982;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"CF_Enrollment_US_NU_eGuide_012126-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65567;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"CF_Enrollment_US_NU_eGuide_012126-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17205;}}s:8:\"filesize\";i:5443797;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86896, 1438, '_edit_lock', '1772079151:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86897, 1438, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86898, 1438, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86899, 1438, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86900, 1438, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86901, 1438, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86902, 1438, 'attachment', 1487);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86903, 1438, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86904, 1440, '_edit_lock', '1769715214:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86905, 1441, '_wp_attached_file', '2026/01/CF_2026_Rates_NU_FINAL_100225-3.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86906, 1441, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:39:\"CF_2026_Rates_NU_FINAL_100225-3-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196995;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"CF_2026_Rates_NU_FINAL_100225-3-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"CF_2026_Rates_NU_FINAL_100225-3-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"CF_2026_Rates_NU_FINAL_100225-3-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12339;}}s:8:\"filesize\";i:50929;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86907, 1440, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86908, 1440, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86909, 1440, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86910, 1440, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86911, 1440, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86912, 1440, 'attachment', 1441);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86913, 1440, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86914, 1444, '_wp_attached_file', '2026/01/member-preventive-drug-list-il-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86915, 1444, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"member-preventive-drug-list-il-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:314331;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"member-preventive-drug-list-il-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20814;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"member-preventive-drug-list-il-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"member-preventive-drug-list-il-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7964;}}s:8:\"filesize\";i:145379;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86916, 1443, '_edit_lock', '1769712901:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86917, 1443, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86918, 1443, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86919, 1443, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86920, 1443, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86921, 1443, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86922, 1443, 'attachment', 1444);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86923, 1443, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86924, 1446, '_wp_attached_file', '2026/01/balanced-il-2026-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86925, 1446, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:26:\"balanced-il-2026-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172839;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"balanced-il-2026-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13768;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"balanced-il-2026-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103776;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"balanced-il-2026-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6491;}}s:8:\"filesize\";i:3445489;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86926, 1445, '_edit_lock', '1769712959:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86927, 1445, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86928, 1445, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86929, 1445, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86930, 1445, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86931, 1445, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86932, 1445, 'attachment', 1446);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86933, 1445, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86934, 1448, '_wp_attached_file', '2026/01/2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86935, 1448, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:61:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208067;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24149;}s:5:\"large\";a:5:{s:4:\"file\";s:70:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12755;}}s:8:\"filesize\";i:1068795;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86936, 1447, '_edit_lock', '1769713308:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86937, 1447, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86938, 1447, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86939, 1447, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86940, 1447, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86941, 1447, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86942, 1447, 'attachment', 1448);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86943, 1447, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86960, 1450, '_wp_attached_file', '2026/01/2026_227423.0925-IL-Group-QIP-Perinatal-Wellness-Member-Guidelines-002.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86961, 1450, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:78:\"2026_227423.0925-IL-Group-QIP-Perinatal-Wellness-Member-Guidelines-002-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237824;}s:6:\"medium\";a:5:{s:4:\"file\";s:86:\"2026_227423.0925-IL-Group-QIP-Perinatal-Wellness-Member-Guidelines-002-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16914;}s:5:\"large\";a:5:{s:4:\"file\";s:87:\"2026_227423.0925-IL-Group-QIP-Perinatal-Wellness-Member-Guidelines-002-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:86:\"2026_227423.0925-IL-Group-QIP-Perinatal-Wellness-Member-Guidelines-002-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7531;}}s:8:\"filesize\";i:1073159;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86962, 1449, '_edit_lock', '1769713378:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86963, 1449, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86964, 1449, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86965, 1449, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86966, 1449, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86967, 1449, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86968, 1449, 'attachment', 1450);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86969, 1449, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86970, 1451, '_edit_lock', '1769713480:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86971, 1452, '_wp_attached_file', '2026/01/2026_02682.0925-IL-Group-QIP-Childrens-Wellness-Member-Guidelines-002.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86972, 1452, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:77:\"2026_02682.0925-IL-Group-QIP-Childrens-Wellness-Member-Guidelines-002-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232729;}s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"2026_02682.0925-IL-Group-QIP-Childrens-Wellness-Member-Guidelines-002-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18241;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"2026_02682.0925-IL-Group-QIP-Childrens-Wellness-Member-Guidelines-002-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"2026_02682.0925-IL-Group-QIP-Childrens-Wellness-Member-Guidelines-002-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7986;}}s:8:\"filesize\";i:572047;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86973, 1451, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86974, 1451, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86975, 1451, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86976, 1451, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86977, 1451, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86978, 1451, 'attachment', 1452);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86979, 1451, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86980, 1454, '_wp_attached_file', '2026/01/2026_22960.0925-IL-Group-QIP-Adult-Wellness-Member-Guidelines.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86981, 1454, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:69:\"2026_22960.0925-IL-Group-QIP-Adult-Wellness-Member-Guidelines-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264109;}s:6:\"medium\";a:5:{s:4:\"file\";s:77:\"2026_22960.0925-IL-Group-QIP-Adult-Wellness-Member-Guidelines-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18880;}s:5:\"large\";a:5:{s:4:\"file\";s:78:\"2026_22960.0925-IL-Group-QIP-Adult-Wellness-Member-Guidelines-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:77:\"2026_22960.0925-IL-Group-QIP-Adult-Wellness-Member-Guidelines-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8059;}}s:8:\"filesize\";i:718304;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86982, 1453, '_edit_lock', '1769714121:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86983, 1453, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86984, 1453, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86985, 1453, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86986, 1453, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86987, 1453, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86988, 1453, 'attachment', 1454);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (86989, 1453, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87003, 1458, '_wp_attached_file', '2026/01/Dental-myCigna-overview-flyer.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87004, 1458, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"Dental-myCigna-overview-flyer-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237894;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Dental-myCigna-overview-flyer-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21017;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Dental-myCigna-overview-flyer-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134013;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Dental-myCigna-overview-flyer-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9968;}}s:8:\"filesize\";i:160745;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87005, 1457, '_edit_lock', '1769715163:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87006, 1457, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87007, 1457, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87008, 1457, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87009, 1457, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87010, 1457, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87011, 1457, 'attachment', 1458);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87012, 1457, '_attachment', 'field_62990e003ee7f');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87081, 1461, '_edit_lock', '1769715458:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87082, 1462, '_wp_attached_file', '2026/01/CF-2026-US-Annual-Notices-10.15.25.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87083, 1462, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:42:\"CF-2026-US-Annual-Notices-10.15.25-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130448;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"CF-2026-US-Annual-Notices-10.15.25-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14948;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"CF-2026-US-Annual-Notices-10.15.25-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"CF-2026-US-Annual-Notices-10.15.25-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7633;}}s:8:\"filesize\";i:785744;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87084, 1461, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87085, 1461, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87086, 1461, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87087, 1461, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87088, 1461, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87089, 1461, 'attachment', 1462);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87090, 1461, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87092, 1464, '_wp_attached_file', '2026/01/2024-SAR-CF-Industries-Welfare-Benefit-Plan.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87093, 1464, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:51:\"2024-SAR-CF-Industries-Welfare-Benefit-Plan-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174830;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"2024-SAR-CF-Industries-Welfare-Benefit-Plan-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12748;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"2024-SAR-CF-Industries-Welfare-Benefit-Plan-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"2024-SAR-CF-Industries-Welfare-Benefit-Plan-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5972;}}s:8:\"filesize\";i:81943;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87094, 1463, '_edit_lock', '1769715540:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87095, 1463, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87096, 1463, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87097, 1463, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87098, 1463, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87099, 1463, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87100, 1463, 'attachment', 1464);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87101, 1463, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87103, 1465, '_edit_lock', '1769715635:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87104, 1466, '_wp_attached_file', '2026/01/SBC_248031_248035_0002_StandardPPO_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87105, 1466, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:112:\"SBC_248031_248035_0002_StandardPPO_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:360231;}s:6:\"medium\";a:5:{s:4:\"file\";s:120:\"SBC_248031_248035_0002_StandardPPO_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22616;}s:5:\"large\";a:5:{s:4:\"file\";s:121:\"SBC_248031_248035_0002_StandardPPO_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193821;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:120:\"SBC_248031_248035_0002_StandardPPO_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8019;}}s:8:\"filesize\";i:552138;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87106, 1465, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87107, 1465, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87108, 1465, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87109, 1465, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87110, 1465, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87111, 1465, 'attachment', 1466);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87112, 1465, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87114, 1469, '_wp_attached_file', '2026/01/SBC_248031_249478_0001_HDHP_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87115, 1469, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:105:\"SBC_248031_249478_0001_HDHP_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:344440;}s:6:\"medium\";a:5:{s:4:\"file\";s:113:\"SBC_248031_249478_0001_HDHP_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22321;}s:5:\"large\";a:5:{s:4:\"file\";s:114:\"SBC_248031_249478_0001_HDHP_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:113:\"SBC_248031_249478_0001_HDHP_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7899;}}s:8:\"filesize\";i:561385;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87116, 1468, '_edit_lock', '1769715715:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87117, 1468, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87118, 1468, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87119, 1468, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87120, 1468, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87121, 1468, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87122, 1468, 'attachment', 1469);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87123, 1468, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87138, 1472, '_wp_attached_file', '2026/01/CF_Transition_eGuide_US_012626pm.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87139, 1472, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:40:\"CF_Transition_eGuide_US_012626pm-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129933;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"CF_Transition_eGuide_US_012626pm-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22118;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"CF_Transition_eGuide_US_012626pm-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78533;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"CF_Transition_eGuide_US_012626pm-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14881;}}s:8:\"filesize\";i:2415091;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87140, 1471, '_edit_lock', '1769716907:3');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87141, 1471, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87142, 1471, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87143, 1471, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87144, 1471, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87145, 1471, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87146, 1471, 'attachment', 1472);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87147, 1471, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87149, 1474, '_wp_attached_file', '2026/01/CF_2026_Rates_COBRA_092625.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87150, 1474, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:34:\"CF_2026_Rates_COBRA_092625-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88101;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"CF_2026_Rates_COBRA_092625-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15846;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"CF_2026_Rates_COBRA_092625-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54957;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"CF_2026_Rates_COBRA_092625-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11566;}}s:8:\"filesize\";i:42362;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87151, 1473, '_edit_lock', '1770176290:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87152, 1473, '_edit_last', 3);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87153, 1473, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87154, 1473, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87155, 1473, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87156, 1473, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87157, 1473, 'attachment', 1474);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87158, 1473, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87247, 554, '_relevanssi_pin', 'add child');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87248, 554, '_relevanssi_pin', 'adding child');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87249, 554, '_relevanssi_pin', 'birth');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87262, 1477, '_wp_attached_file', '2026/01/hinge-health.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87263, 1477, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1057;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87268, 1478, '_wp_attached_file', '2026/01/hinge-07.svg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87269, 1478, '_wp_attachment_metadata', 'a:1:{s:8:\"filesize\";i:1580;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87859, 375, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (87866, 373, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88577, 1480, '_edit_lock', '1770429580:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88578, 1480, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88579, 1481, '_wp_attached_file', '2026/02/CF_AE26_eGuide_US_FINAL_102125.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88580, 1481, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"CF_AE26_eGuide_US_FINAL_102125-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119375;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"CF_AE26_eGuide_US_FINAL_102125-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26194;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CF_AE26_eGuide_US_FINAL_102125-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76617;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CF_AE26_eGuide_US_FINAL_102125-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19206;}}s:8:\"filesize\";i:7421200;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88581, 1480, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88582, 1480, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88583, 1480, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88584, 1480, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88585, 1480, 'attachment', 1481);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88586, 1480, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (88590, 1480, '_wp_old_slug', '2026-annual-enrollment-guide-2');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (90313, 908, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92329, 1487, '_wp_attached_file', '2026/01/CF_Enrollment_US_NU_eGuide_FINAL_022326.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (92330, 1487, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:47:\"CF_Enrollment_US_NU_eGuide_FINAL_022326-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105324;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"CF_Enrollment_US_NU_eGuide_FINAL_022326-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22982;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"CF_Enrollment_US_NU_eGuide_FINAL_022326-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65567;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"CF_Enrollment_US_NU_eGuide_FINAL_022326-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17205;}}s:8:\"filesize\";i:5368962;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93002, 1488, '_edit_lock', '1772417201:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93003, 1488, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93004, 1488, '_wp_page_template', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93005, 1488, '_et_pb_post_hide_nav', 'default');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93006, 1488, '_et_pb_page_layout', 'et_right_sidebar');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93007, 1488, '_et_pb_side_nav', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93008, 1488, '_et_pb_use_builder', 'on');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93009, 1488, '_et_pb_first_image', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93010, 1488, '_et_pb_truncate_post', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93011, 1488, '_et_pb_truncate_post_date', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93012, 1488, '_et_pb_old_content', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93014, 1488, '_et_pb_built_for_post_type', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93015, 1488, '_et_pb_ab_subjects', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93016, 1488, '_et_pb_enable_shortcode_tracking', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93017, 1488, '_et_pb_ab_current_shortcode', '[et_pb_split_track id=\"1488\" /]');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93018, 1488, '_et_pb_custom_css', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93019, 1488, '_et_pb_gutter_width', 3);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93021, 1488, '_global_colors_info', '{}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93022, 1488, '_et_builder_version', 'VB|Divi|4.27.6');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93023, 1488, '_et_pb_show_page_creation', 'off');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93028, 1488, '_et_builder_dynamic_assets_loading_attr_threshold', 4);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93034, 1488, '_thumbnail_id', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93116, 1500, '_wp_attached_file', '2026/03/CF-Lifestyle-Spending-Account-Guidelines-US.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93117, 1500, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:51:\"CF-Lifestyle-Spending-Account-Guidelines-US-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247266;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"CF-Lifestyle-Spending-Account-Guidelines-US-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15701;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"CF-Lifestyle-Spending-Account-Guidelines-US-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130950;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"CF-Lifestyle-Spending-Account-Guidelines-US-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6385;}}s:8:\"filesize\";i:611230;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93118, 1501, '_edit_lock', '1772422216:1');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93119, 1501, '_edit_last', 1);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93120, 1501, 'keywords', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93121, 1501, '_keywords', 'field_62990de13ee7e');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93122, 1501, 'attachment_type', 'document');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93123, 1501, '_attachment_type', 'field_6335b2546f643');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93124, 1501, 'attachment', 1500);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93125, 1501, '_attachment', 'field_62990e003ee7f');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93129, 1504, '_wp_attached_file', '2026/03/CF-Espresa-Banner.jpg');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93130, 1504, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2026/03/CF-Espresa-Banner.jpg\";s:8:\"filesize\";i:94552;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"CF-Espresa-Banner-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4748;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1024x162.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34801;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7557;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-768x121.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20243;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1536x243.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72765;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22532;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63084;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25179;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33931;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1080x171.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38333;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28764;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"CF-Espresa-Banner-1280x202.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52308;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"CF-Espresa-Banner-980x155.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32069;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"CF-Espresa-Banner-480x76.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:73:\"Copyright (c) 2025 Media_Photos/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93134, 41, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93135, 381, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93136, 380, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93137, 379, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93138, 1433, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93139, 46, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93140, 793, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93141, 147, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93142, 445, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93143, 444, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93144, 443, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93145, 441, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93146, 1429, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93147, 55, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93148, 198, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93149, 438, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93150, 437, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93151, 436, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93152, 1424, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93153, 62, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93154, 452, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93155, 434, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93156, 433, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93157, 432, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93158, 72, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93159, 461, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93160, 196, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93161, 519, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93162, 518, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93163, 517, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93164, 1506, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93165, 1506, '_menu_item_menu_item_parent', '0');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93166, 1506, '_menu_item_object_id', 1488);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93167, 1506, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93168, 1506, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93169, 1506, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93170, 1506, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93171, 1506, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93172, 1506, '_menu_item_orphaned', 1772423165);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93173, 516, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93174, 1213, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93175, 515, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93176, 933, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93177, 91, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93178, 546, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93179, 100, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93180, 553, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93181, 552, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93182, 572, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93183, 603, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93184, 571, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93185, 382, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93186, 514, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93187, 520, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93188, 513, '_wp_old_date', '2026-01-29');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93194, 1508, '_menu_item_type', 'post_type');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93195, 1508, '_menu_item_menu_item_parent', 46);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93196, 1508, '_menu_item_object_id', 1488);

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93197, 1508, '_menu_item_object', 'page');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93198, 1508, '_menu_item_target', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93199, 1508, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93200, 1508, '_menu_item_xfn', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (93201, 1508, '_menu_item_url', '');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94110, 1521, '_wp_attached_file', '2026/03/Dependent-Documentation-Requirements.pdf');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94111, 1521, '_wp_attachment_metadata', 'a:2:{s:5:\"sizes\";a:4:{s:4:\"full\";a:5:{s:4:\"file\";s:44:\"Dependent-Documentation-Requirements-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124213;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"Dependent-Documentation-Requirements-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11890;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"Dependent-Documentation-Requirements-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70170;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"Dependent-Documentation-Requirements-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6494;}}s:8:\"filesize\";i:132655;}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94575, 17, '_et_dynamic_cached_shortcodes', 'a:12:{i:0;s:13:\"dipi_flip_box\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:11:\"et_pb_blurb\";i:5;s:12:\"et_pb_button\";i:6;s:21:\"et_pb_countdown_timer\";i:7;s:9:\"et_pb_cta\";i:8;s:13:\"et_pb_divider\";i:9;s:22:\"et_pb_fullwidth_slider\";i:10;s:11:\"et_pb_image\";i:11;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94576, 17, '_et_dynamic_cached_attributes', 'a:239:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/left-image-oe.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:110:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:15:\"button_use_icon\";s:2:\"on\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";s:18:\"display_conditions\";s:260:\"W3siaWQiOiIwNTM0NzNhZi0wNjRmLTQ4NmEtYWQxNy04NDcwYzgzYjlkNDYiLCJjb25kaXRpb24iOiJsb2dnZWRJblN0YXR1cyIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoibG9nZ2VkSW4iLCJhZG1pbkxhYmVsIjoiTG9nZ2VkIEluIFN0YXR1cyIsImVuYWJsZUNvbmRpdGlvbiI6Im9mZiJ9LCJvcGVyYXRvciI6Ik9SIn1d\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94577, 17, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"1\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94578, 17, '_et_builder_module_features_cache', 'a:2:{i:0;s:57:\"{\"gph\":\"1\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"tb\":[],\"wpe\":[]}\";i:1;a:28:{s:46:\"et_pb_section_677cea7c11a466e210a645dde60dc8fe\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6cb0529270be228b55a3d2147fc00a0e\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0fbb279fe04026141bd8f4521d22bed4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fc74b0f75a97e02678d01f3e885410d8\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_c666c1798cb54efb24b5d069da03b95d\";a:6:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dddb48d4ea2061da7073c24e92b2b576\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d8642309579f6e3fa559c873d5ded873\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b6bef8e51965db178d8691f6d9f4cfd4\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_72f072691719ffcdb10872fb105dd96f\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_ee20453443bee664cf3144d139246732\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1557fd37d540c8676a1387b9037bb284\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_c6d18e4aaa7dcf91b94c50b94bb42bac\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_550eaaf0cc7364b278b2687867e05fd5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_830866b29b23899106aeba1514442176\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_06549cacf19e069899a7bd0c46d2e030\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_a9cd6d0620321d2613e91fe9edd45060\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_93ead5c32f77e9c73fec5c6a7be62ccd\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"dipi_flip_box_d0c89a27c488322a856ef1a97975effd\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b235d30a6e2c44b757377ed2d07410ee\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_78bc1a6d854094b0b0020e4bd925fe11\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2cc915f059c9e734acaadd800e49aa2d\";a:4:{s:3:\"bor\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_d6eb064747448d914f3c2195f1efe33f\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3ef8b5236bc6d7288bed3e43f9b144db\";a:4:{s:3:\"bor\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_805651e5404f7cd17e57d52512be7047\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_3bfbe73205451d480e6a24ec632100ba\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d43ee074215591a040f0abf3cb60694\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f2857ff77be58945a8d66d18a89c2774\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_83628415c07468e2d8b4867090a3c19c\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94579, 791, '_et_dynamic_cached_shortcodes', 'a:6:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:10:\"et_pb_text\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94580, 791, '_et_dynamic_cached_attributes', 'a:239:{s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:12:\"ul_font_size\";s:4:\"16px\";s:14:\"ul_line_height\";s:5:\"1.5em\";s:14:\"ul_item_indent\";s:5:\"1.7em\";s:9:\"text_font\";s:18:\"Montserrat||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:16:\"text_line_height\";s:5:\"1.5em\";s:14:\"custom_padding\";s:26:\"17vw||5vw|42vw|false|false\";s:19:\"border_width_bottom\";s:3:\"1px\";s:19:\"border_color_bottom\";s:7:\"#3FA9F5\";s:19:\"border_style_bottom\";s:6:\"dashed\";s:13:\"custom_margin\";s:23:\"40px||36px||false|false\";s:13:\"header_2_font\";s:18:\"Montserrat||||||||\";s:19:\"header_2_text_color\";s:7:\"#4D4F53\";s:12:\"module_class\";s:15:\"toggle_txt_list\";s:9:\"link_font\";s:35:\"Montserrat|700|||on|||#015846|solid\";s:18:\"header_2_font_size\";s:4:\"28px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_line_height\";s:5:\"1.2em\";s:12:\"ol_font_size\";s:4:\"16px\";s:14:\"ol_line_height\";s:5:\"1.5em\";s:11:\"ol_position\";s:7:\"outside\";s:14:\"ol_item_indent\";s:3:\"1em\";s:15:\"link_text_color\";s:7:\"#015846\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"26px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:13:\"ul_text_color\";s:7:\"#424242\";s:19:\"header_3_text_color\";s:7:\"#221F73\";s:18:\"header_3_font_size\";s:6:\"19.5px\";s:25:\"header_3_font_size_tablet\";s:4:\"27px\";s:24:\"header_3_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:13:\"header_4_font\";s:22:\"Nunito Sans|700|||||||\";s:18:\"header_4_font_size\";s:4:\"19px\";s:20:\"header_4_line_height\";s:5:\"1.2em\";s:19:\"header_4_text_color\";s:7:\"#221F73\";s:20:\"custom_margin_tablet\";s:20:\"||0.5em||false|false\";s:19:\"custom_margin_phone\";s:20:\"||0.5em||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_tablet\";s:21:\"off|30px|30px|4px|4px\";s:18:\"border_radii_phone\";s:21:\"off|30px|30px|4px|4px\";s:24:\"border_radii_last_edited\";s:9:\"on|tablet\";s:23:\"header_2_letter_spacing\";s:6:\"-0.1pt\";s:32:\"header_2_line_height_last_edited\";s:10:\"on|desktop\";s:26:\"header_2_line_height_phone\";s:4:\"22px\";s:27:\"header_2_line_height_tablet\";s:4:\"24px\";s:21:\"text_font_size_tablet\";s:4:\"36px\";s:20:\"text_font_size_phone\";s:4:\"29px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"header_font\";s:21:\"Montserrat|200|||||||\";s:23:\"header_font_last_edited\";s:10:\"on|desktop\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"55px\";s:23:\"header_font_size_tablet\";s:4:\"50px\";s:22:\"header_font_size_phone\";s:4:\"46px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"100%\";s:12:\"width_tablet\";s:4:\"auto\";s:11:\"width_phone\";s:4:\"100%\";s:17:\"width_last_edited\";s:9:\"on|tablet\";s:9:\"max_width\";s:4:\"100%\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"header_3_letter_spacing\";s:5:\"0.1px\";s:16:\"background_color\";s:7:\"#3FA9F5\";s:11:\"positioning\";s:8:\"relative\";s:16:\"border_width_top\";s:3:\"2px\";s:16:\"border_color_top\";s:7:\"#3FA9F5\";s:13:\"header_5_font\";s:11:\"|600|||||||\";s:18:\"header_5_font_size\";s:4:\"15px\";s:21:\"custom_padding_tablet\";s:29:\"19vw|0px|9vw|40vw|false|false\";s:20:\"custom_padding_phone\";s:30:\"20vw|15vw|14vw|0px|false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:22:\"text_text_shadow_style\";s:7:\"preset3\";s:22:\"text_text_shadow_color\";s:7:\"#4D4D4D\";s:26:\"header_2_text_shadow_style\";s:7:\"preset3\";s:26:\"header_2_text_shadow_color\";s:7:\"#4D4D4D\";s:23:\"background_enable_color\";s:2:\"on\";s:11:\"front_title\";s:7:\"Be Well\";s:17:\"front_image_width\";s:5:\"100px\";s:18:\"flip_box_animation\";s:19:\"flip_vertically_ttb\";s:19:\"front_side_bg_color\";s:7:\"#FFFFFF\";s:18:\"back_side_bg_color\";s:41:\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\";s:16:\"front_title_font\";s:18:\"Montserrat||||||||\";s:22:\"front_title_text_color\";s:7:\"#015846\";s:21:\"front_title_font_size\";s:5:\"1.9vw\";s:28:\"front_title_font_size_tablet\";s:4:\"36px\";s:27:\"front_title_font_size_phone\";s:4:\"32px\";s:33:\"front_title_font_size_last_edited\";s:9:\"on|tablet\";s:26:\"front_title_letter_spacing\";s:7:\"-0.01vw\";s:23:\"front_title_line_height\";s:3:\"1em\";s:30:\"front_title_line_height_tablet\";s:5:\"1.2em\";s:29:\"front_title_line_height_phone\";s:5:\"1.2em\";s:35:\"front_title_line_height_last_edited\";s:8:\"on|phone\";s:21:\"back_title_text_color\";s:7:\"#63666A\";s:14:\"back_desc_font\";s:18:\"Montserrat||||||||\";s:20:\"back_desc_text_color\";s:41:\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\";s:19:\"back_desc_font_size\";s:4:\"15px\";s:21:\"back_desc_line_height\";s:6:\"1.55em\";s:18:\"custom_back_button\";s:2:\"on\";s:21:\"back_button_text_size\";s:4:\"18px\";s:22:\"back_button_text_color\";s:7:\"#FFFFFF\";s:20:\"back_button_bg_color\";s:7:\"#00C7B1\";s:27:\"back_button_bg_color__hover\";s:7:\"#54CE32\";s:35:\"back_button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:24:\"back_button_border_color\";s:7:\"#00C7B1\";s:31:\"back_button_border_color__hover\";s:7:\"#54CE32\";s:39:\"back_button_border_color__hover_enabled\";s:10:\"on|desktop\";s:25:\"back_button_border_radius\";s:3:\"1px\";s:26:\"back_button_letter_spacing\";s:5:\"0.3px\";s:16:\"back_button_font\";s:21:\"Montserrat|600|||||||\";s:16:\"back_button_icon\";s:17:\"&#x24;||divi||400\";s:26:\"back_button_custom_padding\";s:21:\"6px||4px||false|false\";s:22:\"custom_css_front_title\";s:28:\"font-weight: 500 !important;\";s:22:\"custom_css_back_button\";s:31:\"margin-bottom: .5em !important;\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:20:\"rgba(78,86,107,0.22)\";s:18:\"use_dynamic_height\";s:2:\"on\";s:18:\"global_colors_info\";s:137:\"{\"gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6\":[\"back_side_bg_color\"],\"gcid-960c3cc5-eeb5-4318-80ec-d4f0d798be6a\":[\"back_desc_text_color\"]}\";s:19:\"box_shadow_position\";s:5:\"outer\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:7:\"#3FA9F5\";s:23:\"background_enable_image\";s:2:\"on\";s:16:\"background_image\";s:91:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/left-image-oe.jpg\";s:15:\"background_size\";s:6:\"custom\";s:19:\"background_position\";s:8:\"top_left\";s:17:\"background_repeat\";s:6:\"repeat\";s:16:\"button_alignment\";s:6:\"center\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#00C7B1\";s:19:\"button_border_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:3:\"1px\";s:21:\"button_letter_spacing\";s:5:\"0.4px\";s:11:\"button_font\";s:18:\"Montserrat||||||||\";s:23:\"button_text_size_tablet\";s:4:\"22px\";s:22:\"button_text_size_phone\";s:4:\"16px\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:19:\"button_border_width\";s:5:\"1.5px\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:21:\"Montserrat|500|||||||\";s:14:\"body_font_size\";s:4:\"22px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"image_icon_width\";s:3:\"45%\";s:22:\"image_icon_width_phone\";s:3:\"30%\";s:28:\"image_icon_width_last_edited\";s:10:\"on|desktop\";s:25:\"image_icon_custom_padding\";s:18:\"||0px||false|false\";s:24:\"image_icon_custom_margin\";s:18:\"||0px||false|false\";s:28:\"open_toggle_background_color\";s:7:\"#eff6fd\";s:30:\"closed_toggle_background_color\";s:7:\"#eff6fd\";s:10:\"icon_color\";s:7:\"#3FA9F5\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"30px\";s:15:\"open_icon_color\";s:7:\"#00C7B1\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"30px\";s:10:\"title_font\";s:11:\"|600|||||||\";s:15:\"title_font_size\";s:4:\"20px\";s:14:\"body_link_font\";s:23:\"Montserrat|700|||on||||\";s:20:\"body_link_text_color\";s:7:\"#015846\";s:17:\"body_ul_font_size\";s:4:\"16px\";s:19:\"body_ul_line_height\";s:5:\"1.5em\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:10:\"max_height\";s:3:\"47%\";s:4:\"auto\";s:2:\"on\";s:14:\"use_bg_overlay\";s:2:\"on\";s:16:\"bg_overlay_color\";s:13:\"rgba(0,0,0,0)\";s:23:\"bg_overlay_color_tablet\";s:13:\"rgba(0,0,0,0)\";s:22:\"bg_overlay_color_phone\";s:16:\"rgba(0,0,0,0.37)\";s:28:\"bg_overlay_color_last_edited\";s:8:\"on|phone\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:26:\"arrows_custom_color_tablet\";s:7:\"#75bff4\";s:25:\"arrows_custom_color_phone\";s:7:\"#FFFFFF\";s:31:\"arrows_custom_color_last_edited\";s:8:\"on|phone\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:27:\"dot_nav_custom_color_tablet\";s:7:\"#3FA9F5\";s:26:\"dot_nav_custom_color_phone\";s:7:\"#FFFFFF\";s:32:\"dot_nav_custom_color_last_edited\";s:8:\"on|phone\";s:12:\"header_level\";s:2:\"h3\";s:18:\"header_font_tablet\";s:21:\"Montserrat|200|||||||\";s:17:\"header_font_phone\";s:21:\"Montserrat|300|||||||\";s:24:\"header_text_color_tablet\";s:7:\"#FFFFFF\";s:23:\"header_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"header_text_color_last_edited\";s:8:\"on|phone\";s:22:\"body_text_color_tablet\";s:7:\"#FFFFFF\";s:21:\"body_text_color_phone\";s:7:\"#FFFFFF\";s:27:\"body_text_color_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:5:\"0.2px\";s:26:\"body_letter_spacing_tablet\";s:5:\"0.2px\";s:25:\"body_letter_spacing_phone\";s:5:\"0.5px\";s:31:\"body_letter_spacing_last_edited\";s:8:\"on|phone\";s:22:\"background_last_edited\";s:8:\"on|phone\";s:22:\"background_image_phone\";s:110:\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\";s:29:\"background_enable_image_phone\";s:2:\"on\";s:28:\"background_horizontal_offset\";s:2:\"0%\";s:35:\"background_horizontal_offset_tablet\";s:3:\"-8%\";s:34:\"background_horizontal_offset_phone\";s:3:\"0px\";s:26:\"background_vertical_offset\";s:2:\"0%\";s:32:\"background_vertical_offset_phone\";s:4:\"30px\";s:28:\"background_enable_mask_style\";s:2:\"on\";s:34:\"background_enable_mask_style_phone\";s:3:\"off\";s:21:\"background_mask_style\";s:13:\"corner-square\";s:21:\"background_mask_color\";s:7:\"#3FA9F5\";s:25:\"background_mask_transform\";s:15:\"flip_horizontal\";s:20:\"background_mask_size\";s:5:\"cover\";s:26:\"background_mask_size_phone\";s:6:\"custom\";s:24:\"background_mask_position\";s:8:\"top_left\";s:33:\"background_mask_horizontal_offset\";s:4:\"-47%\";s:39:\"background_mask_horizontal_offset_phone\";s:2:\"0%\";s:31:\"background_mask_vertical_offset\";s:3:\"69%\";s:37:\"background_mask_vertical_offset_phone\";s:2:\"0%\";s:23:\"button_text_color_phone\";s:7:\"#FFFFFF\";s:29:\"button_text_color_last_edited\";s:9:\"on|tablet\";s:15:\"button_use_icon\";s:2:\"on\";s:11:\"button_icon\";s:17:\"&#x24;||divi||400\";s:15:\"button_on_hover\";s:3:\"off\";s:22:\"background_size_tablet\";s:5:\"cover\";s:21:\"background_size_phone\";s:5:\"cover\";s:29:\"background_image_width_tablet\";s:3:\"75%\";s:34:\"background_mask_aspect_ratio_phone\";s:8:\"portrait\";s:27:\"background_mask_width_phone\";s:4:\"100%\";s:28:\"background_mask_height_phone\";s:4:\"100%\";s:21:\"body_font_size_tablet\";s:4:\"19px\";s:20:\"body_font_size_phone\";s:4:\"18px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:22:\"background_color_phone\";s:7:\"#FFFFFF\";s:29:\"background_enable_color_phone\";s:2:\"on\";s:24:\"button_text_color_tablet\";s:7:\"#3FA9F5\";s:22:\"custom_css_slide_title\";s:18:\"text-shadow: none;\";s:28:\"custom_css_slide_description\";s:18:\"text-shadow: none;\";s:22:\"background_image_width\";s:3:\"93%\";s:18:\"display_conditions\";s:260:\"W3siaWQiOiIwNTM0NzNhZi0wNjRmLTQ4NmEtYWQxNy04NDcwYzgzYjlkNDYiLCJjb25kaXRpb24iOiJsb2dnZWRJblN0YXR1cyIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoibG9nZ2VkSW4iLCJhZG1pbkxhYmVsIjoiTG9nZ2VkIEluIFN0YXR1cyIsImVuYWJsZUNvbmRpdGlvbiI6Im9mZiJ9LCJvcGVyYXRvciI6Ik9SIn1d\";}');

INSERT IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (94581, 791, 'et_enqueued_post_fonts', 'a:3:{s:6:\"family\";a:2:{s:16:\"et-gf-montserrat\";s:137:\"Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic\";s:15:\"et-gf-open-sans\";s:94:\"Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"1\",\"divi\":\"4.27.6\",\"wp\":\"6.9.1\",\"enable_all_character_sets\":\"false\"}\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

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

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2, 1, '2023-03-17 20:00:59', '2023-03-17 20:00:59', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2023-03-17 20:00:59', '2023-03-17 20:00:59', '', '0', 'https://cfibenefits.wpengine.com/?page_id=2', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (3, 1, '2023-03-17 20:00:59', '2023-03-17 20:00:59', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://lsk.yzp.mybluehost.me/website_441840fc.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'closed', '', 'privacy-policy', '', '', '2024-04-09 11:42:53', '2024-04-09 16:42:53', '', '0', 'https://cfibenefits.wpengine.com/?page_id=3', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (6, 1, '2023-03-17 20:29:20', '2023-03-17 20:29:20', '/* page-specific CSS  */\n  /* photo zoom on rollover */\n.et-zoom-in.et_pb_image:hover img,\n.et-zoom-in .et_pb_image_wrap:hover img,\n.et-zoom-in a:hover img {\n    transform: scale(1.07); \n    transition: all .5s 0s ease;\n}\n\n.et-zoom-in,\n.et-zoom-in a {\n    overflow: hidden;\n}\n\n.et-zoom-in.et_pb_image img,\n.et-zoom-in .et_pb_image_wrap img,\n.et-zoom-in a img {\n    transition: all .5s 0s ease; \n}  \n\n/* change menu dropodwn line height */\n#top-menu .sub-menu .menu-item a {\n    line-height: 1.4em!important;\n    padding: 8px 0!important;\n}\n\n/* change menu dropodwn arrow color */\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\n\n/* adjust mobile menu logo size */\n\n@media all and (min-width: 768px) and (max-width: 1345px) {\n	.et_header_style_centered #logo,\n	.et_header_style_centered .logo_container {\n		height: 45px !important;\n		max-height: 45px !important;\n    }\n}\n@media all and (max-width: 767px) {\n 	.et_header_style_centered #logo,\n	.et_header_style_centered .logo_container {\n		height: 27px !important;\n		max-height: 27px !important;\n    }\n}\n@media (max-width: 767px) {\n  .et_header_style_centered #logo, .et_header_style_centered .logo_container {\n    height: 27px!important;\n    max-height: 27px!important;\n    margin-top: -25px;\n  }\n  .et_header_style_centered #main-header {\n    padding: 32px 0 15px 0 !important;\n  }\n}\n/* list styles */\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\n\n.reg_txt_list li:last-child {padding-bottom: 0em;}\n\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\n\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\n\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\n\n/* sidebar style tweaks */\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\n\n/* =========. Table CSS =============*/\n/* COMMON STYLES FOR ALL TABLES */\ntable.benefits-table {\n  /* Color variables */\n  --green-header: #89BB40;\n  --green-highlight: #E9F8F7;\n  --dark-gray-header: #4d4f33;\n  --gray-subheader: #6C777D;\n  --gray-highlight: #f4f4f4;\n  --blue-header: #0079C1;\n  --blue-smoke-header: #4472C4;\n  --blue-highlight: #EEF7FC;\n  --purple-header: #6361AB;\n  --pruple-highlight: #EEF7FC;\n  --lime-header: #00505c;\n  --lime-highlight: #EFF5E3;\n  --magenta-header: #00505c;\n  --magenta-highlight: #F5E9F3;\n  --orange-header: #0479c0;\n  --orange-highlight: #FFF9E5;\n  --header-text-color: #FFFFFF;\n  --body-text-color: #414241;\n  --table-background: #FFFFFF;\n  --table-border-color: #404041;\n  /* Style rules */\n  border-collapse: collapse;\n  color: var(--body-text-color);\n  font-size: 15px;\n  line-height: 1.3em !important;\n  text-align: center;\n  vertical-align: middle;\n}\n\ntable.benefits-table th, table.benefits-table td {\n  padding: .5em .75em .5em .75em;\n}\n\ntable.benefits-table th {\n  font-weight: normal;\n  font-size: 110%;\n}\n\ntable.benefits-table tr.subhead {\n  background-color: var(--gray-subheader);\n}\n\ntable.benefits-table tr.subhead th {\n  text-align: left;\n	font-weight: 700;\n	font-size: 105%;\n  color: var(--header-text-color);\n  font-weight: normal;\n  font-size: 110%;\n}\n\ntable.benefits-table td:first-child {\n  text-align: left;\n}\n\ntable.benefits-table td:last-child {\n  border-right: 1px solid #fff;\n}\n\ntable.benefits-table td {\n  border-bottom: 1px solid #000;\n}\n\ntable.benefits-table tr.header th {\n  border-right: 1px solid #fff;\n  border-bottom: 0px;\n}\n\ntable.benefits-table tr.network th {\n  border-right: 1px solid #000;\n}\n\ntable.benefits-table tbody tr:last-child {\n  border-bottom: 1px solid #000;\n}\n\ntable.benefits-table.dependents td:nth-child(1) {\n  font-weight: bold;\n  color: #000\n}\n\ntable.benefits-table p {\n  margin: 0;\n  font-weight: normal;\n  color: #000\n}\n\ntable.benefits-table ul {\n  padding-inline-start: 1em;\n  margin-top: .25em;\n}\n\ntable.benefits-table li {\n  margin-bottom: .25em;\n	line-height: 1.3em;\n}\n\ntable.benefits-table sup {\n  font-size: x-small;\n}\ntable.benefits-table caption {\n  caption-side: bottom;\n  margin-top: 1em;\n  padding-left: 1em;\n  text-indent: -1em;\n  text-align: left;\n}\ntable.benefits-table small {\n  font-size: 90%;\n}\n\ntable.benefits-table th.blue-header {\n  background-color: var(--blue-header);\n  color: white;\n}\ntable.benefits-table th.green-header {\n  background-color: var(--green-header);\n}\ntable.benefits-table th.orange-header{\n  background-color: var(--orange-header);\n}\ntable.benefits-table td:nth-child(odd) {\n  background-color: var(--green-highlight);\n}\n\ntable.benefits-table ul {\n  list-style: none;\n}\n\ntable.benefits-table ul li:before {\n  content: \"\\25A0\";\n  list-style-type: square;\n  display: inline-block;\n  width: 1em; /* Also needed for space (tweak if needed) */\n  margin-left: -1em;\n}\n\n/* /1* ======= alternatives table specific css ============== *1/ */\ntable.benefits-table.alternatives td {\n  text-align: center;\n}\n\ntable.benefits-table.alternatives td.left-align {\n  text-align: left;\n}\n\n.modules {\n  --div.background: #FFFFFF;\n  --div.border-color: #404041;\n  --bg-blue: #3177BC;\n  --bg-green: #94BA53;\n  --bg-orange: #EC9F45;\n  --bg-purple: #6361AB;\n  --bg-pink: #E58DA5;\n  --body-text-color: #FFFFFF;\n  color: var(--body-text-color);\n  font-size: 15px;\n  display: flex;\n  flex-direction: row;\n}\n\n.module-box {\n  border-left: 1px solid #fff;\n  border-right: 1px solid #fff;\n  width: 120px;\n  height: 90px;\n  position: relative;\n}\n\n.bg-blue {\n  background-color: var(--bg-blue);\n}\n\n.bg-green {\n  background-color: var(--bg-green);\n}\n\n.bg-orange {\n  background-color: var(--bg-orange);\n}\n\n.bg-purple {\n  background-color: var(--bg-purple);\n}\n\n.bg-pink {\n  background-color: var(--bg-pink);\n}\n\n.number {\n  opacity: 0.4;\n  font-size: 60px;\n  z-index: 0;\n  position: absolute;\n  max-width: 100%;\n  height: auto;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%)\n}\n\n.text {\n  text-align: center;\n  position: relative;\n  top: 50%;\n  -ms-transform: translateY(-50%);\n  -webkit-transform: translateY(-50%);\n  transform: translateY(-50%);\n}\n\n/* /1* ======= end tables ============== *1/ */', 'Divi', '', 'publish', 'closed', 'closed', '', 'divi', '', '', '2023-05-16 11:26:19', '2023-05-16 16:26:19', '', '0', 'https://cfibenefits.wpengine.com/?p=6', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (13, 2, '2023-03-17 21:42:56', '2023-03-17 21:42:56', '', 'cfi_logo_tm_rgb_color_pos', '', 'inherit', 'open', 'closed', '', 'cfi_logo_tm_rgb_color_pos', '', '', '2023-03-17 21:42:56', '2023-03-17 21:42:56', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/cfi_logo_tm_rgb_color_pos.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (14, 2, '2023-03-17 22:07:43', '2023-03-17 22:07:43', '', 'CFlogo_with_subtitle', '', 'inherit', 'open', 'closed', '', 'cflogo_with_subtitle', '', '', '2023-03-17 22:07:43', '2023-03-17 22:07:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFlogo_with_subtitle.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (15, 1, '2023-03-18 18:05:15', '2023-03-18 18:05:15', '', 'CFapple-icon-180x180', '', 'inherit', 'open', 'closed', '', 'cfapple-icon-180x180', '', '', '2023-03-18 18:05:15', '2023-03-18 18:05:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFapple-icon-180x180-1.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (17, 1, '2023-03-18 18:06:51', '2023-03-18 18:06:51', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"-65px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|desktop\" box_shadow_style=\"preset3\" box_shadow_vertical=\"4px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-2px\" box_shadow_color=\"rgba(0,0,0,0.1)\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"https://www.cftotalrewards-strive.com/en/home/earn-2024/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.25.1\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_slider_image1.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_mobile_slider_image1.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Win Big with Best Premium</h3>\n<p>Complete your annual physical to earn savings, health benefits and rewards.</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"3b667377-0968-42d9-9688-085149b7ea13\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_slide heading=\"2026 Annual Enrollment\" button_text=\"Learn more\" button_link=\"/us-annual-enrollment/\" admin_title=\"OE\" _builder_version=\"4.27.4\" _module_preset=\"e6f9a3d7-8929-4613-95b3-9146785068e1\" background_color=\"#00C7B1\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/right-image-oe.jpg\" button_border_color=\"#FFFFFF\" custom_padding=\"17vw|35vw|2vw||false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/cfi-right-image-oe-mobile.jpg\" background_position_phone=\"top_center\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" button_bg_color__hover=\"rgba(255,255,255,0.19)\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">October 30 â€“ November 14</h3>\nSelect benefits that meet the needs of you and your family.[/et_pb_slide][et_pb_slide heading=\"Unlock your total value\" button_text=\"Learn more\" button_link=\"https://launcher.myapps.microsoft.com/api/signin/442551e3-3e6a-480e-8a71-1113fc06451c?tenantId=f7e17566-3113-4441-bdb9-19f261e20c08\" url_new_window=\"on\" admin_title=\"Mercer button\" _builder_version=\"4.27.2\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg\" button_border_color=\"#3FA9F5\" custom_padding=\"17vw||1vw|49vw|false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg\" background_position_phone=\"top_center\" background_vertical_offset_phone=\"-29px\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#3FA9F5\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#3FA9F5\" sticky_transition=\"on\"]<p>An exciting new way to understand your Total Rewards.</p>[/et_pb_slide][et_pb_slide heading=\" CF Benefits Center\" button_text=\"Learn More\" button_link=\"/contacts/\" admin_title=\"CF Benefits Center\" _builder_version=\"4.27.2\" _module_preset=\"ef8e805b-6a23-4d48-beac-86c037006669\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Experience the Dedicated Support You Deserve</h3>\n<p>A better way to get your benefits questions answered.</p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\"Annual Enrollment\" button_text=\"See 2024 Benefits\" button_link=\"/us-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" admin_title=\"OE\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_desktop_banner.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Oct. 30 â€“ Nov. 10</h3>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#015846\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"5px\" box_shadow_color=\"rgba(0,0,0,0.55)\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"Take Action! Enrollment Ends:\" date_time=\"2025-11-14 23:59\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"82%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"1.4em||1.4em||true|false\" custom_padding_tablet=\"1.4em||1.4em||true|false\" custom_padding_phone=\"1.4em|0px|1.4em|0px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_title=\"margin-bottom: .5em;\" use_custom_labels=\"on\" label_days_short=\"Days\" label_hours_short=\"Hrs.\" label_mins_short=\"Min.\" label_secs_short=\"Sec.\" locked=\"off\" global_colors_info=\"{}\" custom_css_container_last_edited=\"on|phone\" custom_css_title_last_edited=\"on|desktop\" custom_css_title_phone=\"margin-bottom: .5em !important;\" custom_css_timer_section_last_edited=\"on|desktop\" custom_css_timer_section_phone=\"width: 10vw;\" custom_css_title_tablet=\"margin-bottom: .5em;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(63,169,245,0.1)\" custom_padding=\"13px||20px|||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"7px||0px||false|false\" custom_padding_tablet=\"1em||||false|false\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"30px\" text_line_height=\"1.3em\" custom_margin=\"||23px||false|false\" custom_margin_tablet=\"||27px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"14px||0px||false|false\" text_font_size_tablet=\"28px\" text_font_size_phone=\"26px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>You represent what makes us uniquely CF, and we are proud to provide programs to help you be your best.</p>[/et_pb_text][et_pb_divider _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"50%\" module_alignment=\"center\" custom_margin=\"0px||4px||false|false\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text module_class=\"philosophy\" _builder_version=\"4.21.0\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" text_text_color=\"#666666\" text_font_size=\"18px\" text_line_height=\"1.5em\" min_height=\"129px\" custom_margin=\"||21px||false|false\" custom_padding=\"||0px||false|false\" text_font_size_tablet=\"23px\" text_font_size_phone=\"21px\" text_font_size_last_edited=\"on|tablet\" custom_css_main_element=\"font-weight: 400;\" border_color_bottom=\"#55C1E9\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"]<span>Whether itâ€™s in your everyday life, at work, or to ensure you are prepared when unplanned events happen, we provide benefits and programs to encourage and support you</span>. <strong>At CF, we call this suite of programs Total Rewards</strong>.\n\nOur Total Rewards are designed to help you Be Rewarded, Be Well, Be Balanced, Be Successful, Be Prepared, and Be Included. Weâ€™ve created this one-stop resource to help you learn about our Total Rewards and find the information you need when you need it. While we offer many options, the benefits you choose are <strong>powered by you</strong>.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-rewarded/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22,%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-balanced/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 26px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-successful/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-prepared/\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 15px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Join your colleagues to foster an inclusive culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-included/\" _builder_version=\"4.27.4\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" custom_css_front_image_icon=\"margin-top: -20px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/field_BG.jpg\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin_tablet=\"-1em||||false|false\" custom_margin_phone=\"-1em||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"New to CF Industries?\" button_url=\"/new-to-cf-industries/\" button_text=\"Discover More \" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#73bef4\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\"]<p>Welcome! Click the button below for eligibility and enrollment information. You must enroll for benefits within <strong>30 days</strong> of your hire date or wait until the next Annual Enrollment period.â€‹</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Need to Change Your Benefits?\" button_url=\"/life-event-changes/\" button_text=\"Act Now \" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\"]<p>If you have a qualified change in life status, you are required to make the change in Workday within <strong>30 days</strong> of the qualified change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Latest Benefits eGuide\" button_url=\"/documents/2026-us-enrollment-guide/\" url_new_window=\"on\" button_text=\"Take a Look\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" link_option_url_new_window=\"on\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\"]<p>Our Benefits eGuide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.62)\" custom_margin=\"||0px||false|false\" custom_padding=\"17px|20px|17px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.23.1\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font_size=\"13px\" text_line_height=\"1.5em\" link_font=\"|700|||on||||\" link_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p><span>This website presents summary information about the CF Industries benefits program and select policies. Nothing on this website changes any plan and/or contract terms, or any other term of your at-will employment with CF Industries. This website does not include, nor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, and trust agreements. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, without notice, in accordance with applicable laws and regulations. View required noticesÂ </span><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/required-notices/\" target=\"_blank\" rel=\"noopener noreferrer\">here</a><span>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"10px||||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"1em|auto||auto|false|false\" custom_padding=\"2.2em||||false|false\" custom_css_main_element=\"align-items: center;\" border_color_top=\"#4D4D4F\" border_style_top=\"dotted\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/2023_guide.jpg\" title_text=\"2023_guide\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" transform_rotate=\"0deg|0deg|356deg\" width=\"95%\" width_tablet=\"39%\" width_phone=\"58%\" width_last_edited=\"on|desktop\" module_alignment=\"center\" box_shadow_style=\"preset2\" box_shadow_vertical=\"2px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"2b319d6b-db69-48e3-8fb5-7d21184678ec\" text_font=\"Montserrat||||||||\" text_font_size=\"18px\" text_line_height=\"1.5em\" header_font=\"Montserrat||||||||\" header_text_color=\"#015846\" header_line_height=\"1.2em\" header_font_size_tablet=\"27px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>View the Latest Enrollment Decision eGuide</h1>\n<p style=\"font-weight: 400;\">Our Total Rewards Guide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" button_text=\"Take a look\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#54CE32\" button_bg_color=\"#FFFFFF\" button_border_color=\"#54CE32\" button_border_radius=\"1px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" background_layout=\"dark\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|phone\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#FFFFFF\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#015846\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#015846\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||18px||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||6px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][dipi_image_gallery thumbs_count=\"1\" thumb_height=\"0px\" thumb_horizontal_width=\"16%\" thumbs_navigation_prev_icon_yn=\"on\" thumbs_navigation_prev_icon=\"&#x34;||divi||400\" thumbs_navigation_next_icon_yn=\"on\" thumbs_navigation_next_icon=\"&#x35;||divi||400\" thumbs_navigation_size=\"31\" thumbs_navigation_padding=\"1\" thumbs_navigation_position_horizontal=\"-37px\" thumbs_navigation_position_vertical=\"52%\" main_navigation_prev_icon_yn=\"on\" main_navigation_prev_icon=\"&#x34;||divi||400\" main_navigation_next_icon_yn=\"on\" main_navigation_next_icon=\"&#x35;||divi||400\" main_navigation_size=\"49\" main_navigation_padding=\"5\" main_navigation_color=\"#ffffff\" main_navigation_position_horizontal=\"5px\" thumbs_loop=\"off\" main_navigation=\"on\" thumb_horizontal_width_tablet=\"51%\" thumb_horizontal_width_phone=\"75%\" thumb_horizontal_width_last_edited=\"on|phone\" main_navigation_position_horizontal_tablet=\"5px\" main_navigation_position_horizontal_phone=\"-9px\" main_navigation_position_horizontal_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" height=\"625px\" height_tablet=\"625px\" height_phone=\"372px\" height_last_edited=\"on|phone\" max_height=\"625px\" max_height_tablet=\"625px\" max_height_phone=\"625px\" max_height_last_edited=\"on|phone\" global_colors_info=\"{}\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image1.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Be Well\" image_description=\"<h3 style=%22padding-bottom: .5em;%22>Participate in Strive, our well-being program.</h3>\nAct now and earn rewards!\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"learn More\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.82) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"Montserrat|200|||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"50px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"15px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#3FA9F5\" content_button_border_color=\"#3FA9F5\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"1px\" content_button_font=\"Montserrat|700||on|||||\" content_button_use_icon=\"on\" content_button_icon=\"&#x24;||divi||400\" content_button_icon_placement=\"right\" content_button_on_hover=\"off\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|desktop\" content_button_bg_color__hover=\"#00C7B1\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#00C7B1\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/yellow-windows-texture.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Eligibility & Enrollment\" image_description=\"<p><b><span class=%22%22>Learn about what youâ€™re eligible for!</span></b></p>\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"Learn More\" button_link=\"/enrollment-overview/\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.78) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.18.0\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_text_color=\"#2D84BB\" header_font_size=\"39px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"17px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#2D84BB\" content_button_border_color=\"#2D84BB\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"0.5px\" content_button_font=\"Open Sans|700||on|||||\" content_button_use_icon=\"on\" content_button_icon_placement=\"right\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(255,255,255,0.4)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|hover\" content_button_bg_color__hover=\"#6CA7D0\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#6CA7D0\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][/dipi_image_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Well\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Prepared\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options weÂ offer.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Balanced\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability andÂ support.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Rewarded\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Successful\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Included\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home', '', 'publish', 'closed', 'closed', '', '17-2', '', '', '2026-02-09 10:10:01', '2026-02-09 16:10:01', '', '0', 'https://cfibenefits.wpengine.com/?page_id=17', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (18, 1, '2023-03-18 18:06:02', '2023-03-18 18:06:02', '{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-divi', '', '', '2023-03-18 18:06:02', '2023-03-18 18:06:02', '', '0', 'https://cfibenefits.wpengine.com/?p=18', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (21, 1, '2023-03-18 18:16:47', '2023-03-18 18:16:47', '', 'alex-montage', '', 'inherit', 'open', 'closed', '', 'alex-montage', '', '', '2023-03-18 18:16:47', '2023-03-18 18:16:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/alex-montage.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (23, 1, '2023-03-18 18:17:43', '2023-03-18 18:17:43', '', 'health', '', 'inherit', 'open', 'closed', '', 'health', '', '', '2023-03-18 18:17:43', '2023-03-18 18:17:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/health.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (24, 1, '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', 'wealth', '', 'inherit', 'open', 'closed', '', 'wealth', '', '', '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/wealth.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (25, 1, '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', 'self', '', 'inherit', 'open', 'closed', '', 'self', '', '', '2023-03-18 18:17:44', '2023-03-18 18:17:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/self.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (32, 1, '2023-03-19 00:53:31', '2023-03-19 05:53:31', '[et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_code _builder_version=\"4.20.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style=\"border: none;\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th></th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"orange-header\"><!-- [et_pb_line_break_holder] -->        Advantage PPO with HSA<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"orange-header\"><!-- [et_pb_line_break_holder] -->        Standard PPO<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"orange-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Deductible</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>$1,500</td><!-- [et_pb_line_break_holder] -->      <td>$3,000</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$2,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$3,000*</td><!-- [et_pb_line_break_holder] -->      <td>$6,000*</td><!-- [et_pb_line_break_holder] -->      <td>$2,000**</td><!-- [et_pb_line_break_holder] -->      <td>$4,000**</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Out-of-Pocket Limit</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>$3,000</td><!-- [et_pb_line_break_holder] -->      <td>$6,000</td><!-- [et_pb_line_break_holder] -->      <td>$2,500</td><!-- [et_pb_line_break_holder] -->      <td>$5,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td>$6,000</td><!-- [et_pb_line_break_holder] -->      <td>$12,000</td><!-- [et_pb_line_break_holder] -->      <td>$5,000</td><!-- [et_pb_line_break_holder] -->      <td>$10,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>CF Health Savings Account (HSA) Contribution<br><br><em>(Prorated for month of hire)</em><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><strong>Initial contribution:</strong> $250 individual / $500 family<br><br><strong>Matching contribution:</strong> Dollar-for-dollar up to $500 individual / $1,000 family<br><br>CFâ€™s initial and matching contributions can offset your deductible by as much as 50%</td><!-- [et_pb_line_break_holder] -->      <td  colspan=\"2\">Not applicable</td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Physician Office Visits</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td>100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Primary Care Visit</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->   <tr><!-- [et_pb_line_break_holder] -->      <td>Specialist Visit</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Urgent Care</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Hospital Care</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Emergency Room Care</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\">10% coinsurance (deductible does not apply)</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\">10% coinsurance (deductible does not apply)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Outpatient/Inpatient Services</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td>30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'tables', '', 'draft', 'closed', 'closed', '', 'tables', '', '', '2023-05-16 06:04:31', '2023-05-16 11:04:31', '', '0', 'https://cfibenefits.wpengine.com/?page_id=32', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (37, 2, '2023-03-19 03:09:36', '2023-03-19 03:09:36', '', 'strive_slider_image1', '', 'inherit', 'open', 'closed', '', 'strive_slider_image1', '', '', '2023-03-19 03:09:36', '2023-03-19 03:09:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (39, 2, '2023-03-19 03:56:36', '2023-03-19 03:56:36', '', 'strive_slider_image2', '', 'inherit', 'open', 'closed', '', 'strive_slider_image2', '', '', '2023-03-19 03:56:36', '2023-03-19 03:56:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (41, 1, '2026-03-01 21:48:07', '2023-03-19 04:16:12', '', 'Be Rewarded', '', 'publish', 'closed', 'closed', '', 'be-rewarded', '', '', '2026-03-01 21:48:07', '2026-03-02 03:48:07', '', '0', 'https://cfibenefits.wpengine.com/?p=41', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (46, 1, '2026-03-01 21:48:09', '2023-03-19 04:18:22', '', 'Be Well', '', 'publish', 'closed', 'closed', '', 'be-well', '', '', '2026-03-01 21:48:09', '2026-03-02 03:48:09', '', '0', 'https://cfibenefits.wpengine.com/?p=46', 6, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (55, 1, '2026-03-01 21:48:12', '2023-03-19 04:22:17', '', 'Be BalancedÂ ', '', 'publish', 'closed', 'closed', '', 'be-balanced', '', '', '2026-03-01 21:48:12', '2026-03-02 03:48:12', '', '0', 'https://cfibenefits.wpengine.com/?p=55', 15, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (62, 1, '2026-03-01 21:48:14', '2023-03-19 04:25:41', '', 'Be Successful', '', 'publish', 'closed', 'closed', '', 'be-successful', '', '', '2026-03-01 21:48:14', '2026-03-02 03:48:14', '', '0', 'https://cfibenefits.wpengine.com/?p=62', 21, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (72, 1, '2026-03-01 21:48:16', '2023-03-19 04:26:10', '', 'Be Prepared', '', 'publish', 'closed', 'closed', '', 'be-prepared', '', '', '2026-03-01 21:48:16', '2026-03-02 03:48:16', '', '0', 'https://cfibenefits.wpengine.com/?p=72', 26, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (74, 2, '2023-03-19 04:53:24', '2023-03-19 04:53:24', '', 'strive-mobile-image1', '', 'inherit', 'open', 'closed', '', 'strive-mobile-image1', '', '', '2023-03-19 04:53:24', '2023-03-19 04:53:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive-mobile-image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (91, 1, '2026-03-01 21:48:19', '2023-03-19 13:17:33', '', 'Be Included', '', 'publish', 'closed', 'closed', '', 'be-included', '', '', '2026-03-01 21:48:19', '2026-03-02 03:48:19', '', '0', 'https://cfibenefits.wpengine.com/?p=91', 36, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (100, 1, '2026-03-01 21:48:20', '2023-03-19 13:20:45', '', 'Resources Library', '', 'publish', 'closed', 'closed', '', 'rresource-library', '', '', '2026-03-01 21:48:20', '2026-03-02 03:48:20', '', '0', 'https://cfibenefits.wpengine.com/?p=100', 38, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (109, 1, '2023-03-19 08:31:33', '2023-03-19 13:31:33', '', '2023_guide', '', 'inherit', 'open', 'closed', '', '2023_guide', '', '', '2023-03-19 08:31:33', '2023-03-19 13:31:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/2023_guide.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (113, 1, '2023-03-19 08:56:29', '2023-03-19 13:56:29', '', 'CLI_powered_by_you', '', 'inherit', 'open', 'closed', '', 'cli_powered_by_you', '', '', '2023-03-19 08:56:29', '2023-03-19 13:56:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CLI_powered_by_you.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (116, 2, '2023-03-19 09:40:32', '2023-03-19 14:40:32', '', 'strive_slider_image3', '', 'inherit', 'open', 'closed', '', 'strive_slider_image3', '', '', '2023-03-19 09:40:32', '2023-03-19 14:40:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive_slider_image3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (117, 2, '2023-03-19 09:57:22', '2023-03-19 14:57:22', '', 'strive-mobile-image2', '', 'inherit', 'open', 'closed', '', 'strive-mobile-image2', '', '', '2023-03-19 09:57:22', '2023-03-19 14:57:22', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/strive-mobile-image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (122, 1, '2023-03-19 10:34:43', '2023-03-19 15:34:43', '', 'CLI_powered_by_you_outline', '', 'inherit', 'open', 'closed', '', 'cli_powered_by_you_outline', '', '', '2023-03-19 10:34:43', '2023-03-19 15:34:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CLI_powered_by_you_outline.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (125, 1, '2023-03-19 10:40:08', '2023-03-19 15:40:08', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/04/med_section_banner5.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"53%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Medical Coverage</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||51px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Protection for you and your family for routine medical or behavioral health needs and when unforeseen issues arise.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"padding-bottom: .9em;\">CF Industries partners with Blue Cross Blue Shield of Illinois (BCBSIL) to provide you the option between two comprehensive PPO medical options â€” the Advantage PPO with HSA and the Standard PPO.</p>\n<p style=\"padding-bottom: .9em;\">Both plan options include:</p>\n<ul>\n<li>In-network preventive care covered at 100%, no cost to you</li>\n<li>The same network of providers and facilities</li>\n<li>Comprehensive coverage for the same services; you pay the full cost of services until you meet your deductible, which varies based on the option you choose</li>\n<li>Paying 10% of covered services (coinsurance) once you meet your deductible</li>\n<li>Prescription drug coverage provided through Prime Therapeutics</li>\n<li>MDLive virtual care covered at 100%, no cost to you</li>\n<li>Access to <a href=\"/family-forming-benefits/\">Maven</a> and <a href=\"/hinge-health/\">Hinge Health</a></li>\n</ul>\n<ul></ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.20.2\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Advantage PPO with HSA</h3>\n<ul>\n<li>The Advantage PPO with HSA has a higher deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is lower in this plan.</li>\n<li>This plan can be paired with a <a href=\"/health-savings-account/\">Health Savings Account (HSA)</a>.\n<ul>\n<li>CF Industries also contributes to your HSA to help cover eligible medical expenses.</li>\n</ul>\n</li>\n<li>You can participate in a Limited Purpose HCFSA if you are enrolled in the Advantage PPO with HSA medical option. For more details on a Limited Purpose HCFSA, visit the <a href=\"/flexible-spending-account/\">Flexible Spending Account page</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" global_colors_info=\"{}\"]<h3>Standard PPO</h3>\n<ul>\n<li>The Standard PPO has a lower deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is higher in this plan.</li>\n<li>This plan cannot be paired with an HSA but is eligible for a general purpose <a href=\"/flexible-spending-account/\">Healthcare Flexible Spending Account (HCFSA)</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||6px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<h2>Virtual Medical Care with MDLive</h2>\nVirtual visits offer flexibility to receive medical or behavioral health care without an in-person office appointment required. Virtual visits offered by MDLive, and other in-network providers, will be covered under the CF medical plan and subject to deductible and coinsurance. This coverage applies to both medical and behavioral health services. When you use the MDLive service, you will be connected to a board-certified MDLiveÂ® doctor or therapist, 24 hours a day, seven days a week, where you can discuss a variety of health concerns or issues and come up with a treatment plan or next steps. They can also write prescriptions and send to a nearby pharmacy, if needed.\n\n<strong>Virtual visit doctors and therapists can assist you with the following concerns:</strong>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<ul>\n<li>General Health</li>\n<li>Pediatric Care</li>\n<li>Behavioral Health Counseling</li>\n<li>Allergies</li>\n<li>Cold/Flu</li>\n<li>Anxiety and Depression</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"0px||0.25em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<ul>\n<li>Asthma</li>\n<li>Ear infections</li>\n<li>Sleep Disorders</li>\n<li>Sinus infections</li>\n<li>Pink eye</li>\n<li>Smoking Addiction</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.26.0\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"padding-bottom: .9em;\">Register for an account on the <a href=\"https://mdlive.com/bcbsil\" target=\"_blank\" rel=\"noopener\">MDLive website</a> or by using their mobile app. Once you create an account, log in to make an appointment, and start chatting with a doctor or therapist. For more details on how to register for an account, click <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/md-live-flyer/\" target=\"_blank\" rel=\"noopener\">here</a>.</p>\n<p>Have additional questions? MDLiveâ€™s Customer Service Team at<strong> 888.676.4204</strong> can answer any questions you may have on using their services. You can also submit an online form by visiting <a href=\"https://mdlive.com/bcbsil\" target=\"_blank\" rel=\"noopener\">mdlive.com/bcbsil</a>.</p>\n<p>Virtual visits with some BCBS in-network providers <strong>may</strong> also be covered at 100%. Check with your in-network provider to determine if they are set up as a virtual care provider with 100% coverage.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.27.5\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Get Help Navigating Your Medical Care</h3>\n<p>If you or your dependents are enrolled in a CF Industries medical plan, <strong>Blue Cross Blue Shield Health Advocacy Solutions</strong> can help with benefit questions, claims, finding providers, cost comparisons, mental health resources, and more.</p>\n<p><strong>Call 888-902-8293 for free, 24/7 support.</strong></p>\n<ul>\n<li><strong>Health Advocates</strong>, including Nurseline, are available anytime for general guidance.</li>\n<li><strong>Clinicians</strong> are available from 7 a.m. to 6 p.m. CT for complex medical questions, such as new diagnoses or medications.</li>\n</ul>\n<p>Even if itâ€™s after hours, advocates can provide resources and guidance to help you navigate the health care system.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Pay Less with In-Network Providers</h4>\n<p><a href=\"https://www.bcbsil.com/find-care/find-a-doctor-or-hospital?utm_source=QR-Code&amp;utm_medium=AE%2520Guide&amp;utm_campaign=Annual%2520Enrollment%25202020&amp;utm_term=Provider+directory\" target=\"_blank\" rel=\"noopener\">Click here</a> to find a provider in your area or call BCBSIL Health Advocacy Solutions at <strong>888-902-8293</strong>.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Medical Rate Sheet</h4>\n<p><a href=\"/documents/2026-medical-rates-sheet/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the medical rate sheet.</p>\n<p>Compare your options â€“ Use the <a href=\"//myplanselect.com/access/BC0EB29AF1AA\" target=\"_blank\" rel=\"noopener\">PLANSelect tool</a> to compare your estimated out-of-pocket costs for each medical option.</p>\n<h4>BCBS Wellness Guides</h4>\n<p>BCBS offers wellness guidelines that provide routine commendations for a <a href=\"/documents/2026-il-group-qip-perinatal-wellness/\" target=\"_blank\" rel=\"noopener\">healthy pregnancy</a>, <a href=\"/documents/2026-il-group-qip-childrens-wellness/\" target=\"_blank\" rel=\"noopener\">children\'s health</a> and <a href=\"/documents/2026-il-group-qip-adult-wellness/\" target=\"_blank\" rel=\"noopener\">adult\'s health</a>.</p>\n<h4>Healthcare Coverage When You are Traveling or Living Abroad</h4>\n<p><a href=\"/documents/bcbs-globalcore-brochure/\" target=\"_blank\" rel=\"noopener\">Click here</a> to learn more about BCBS global healthcare coverage when traveling or living abroad.</p>\n<h4>Account Access</h4>\n<p><a href=\"/documents/cf-bam-access-instructions/\" target=\"_blank\" rel=\"noopener\">Click here</a> for instructions on how to access your Blue Access for Members (BAM) account.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_padding=\"0px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row admin_label=\"medical-plan-details\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||8px||false|false\" global_colors_info=\"{}\"]<h2>Medical Plan Details</h2>[/et_pb_text][et_pb_code _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||18px|||\" overflow-x_tablet=\"\" overflow-x_phone=\"scroll\" overflow-x_last_edited=\"on|phone\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style=\"border: none;\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th></th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"blue-header\" style=\"text-align: center\"><!-- [et_pb_line_break_holder] -->        <strong>Advantage PPO with HSA</strong><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"blue-header\" style=\"text-align: center\"><!-- [et_pb_line_break_holder] -->        <strong>Standard PPO</strong><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">In-Network</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Out-of-Network</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Deductible</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$1,700</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$3,400</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$1,200</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$2,400</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$3,400*</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$6,800*</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$2,400**</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$4,800**</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Annual Out-of-Pocket Limit</p></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$3,400</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$6,800</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$2,700</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$5,400</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$6,800</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$13,600</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$5,400</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">$10,800</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>CF Health Savings Account (HSA) Contribution<br><br><em>(Prorated for month of hire)</em><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"  style=\"text-align: center\"><strong>Initial contribution:</strong> $250 individual / $500 family<br><br><strong>Matching contribution:</strong> Dollar-for-dollar up to $500 individual / $1,000 family<br><br>CFâ€™s initial and matching contributions can offset your deductible by as much as 50%</td><!-- [et_pb_line_break_holder] -->      <td  colspan=\"2\"  style=\"text-align: center\">Not applicable</td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Physician Office Visits</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">100% covered, no deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Primary Care Visit</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td   style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\"   style=\"text-align: center\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"3\"   style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->   <tr><!-- [et_pb_line_break_holder] -->      <td>Specialist Visit</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Urgent Care</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"5\">Hospital Care</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Emergency Room Care</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"  style=\"text-align: center\">10% coinsurance after deductible</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"  style=\"text-align: center\">10% coinsurance <br>(deductible does not apply)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Outpatient/Inpatient Services</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">10% after deductible</td><!-- [et_pb_line_break_holder] -->      <td  style=\"text-align: center\">30% after deductible</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||1em||false|false\" global_colors_info=\"{}\"]<em>* If you have family coverage, any covered family member or combination of family members must satisfy the family deductible before the plan pays benefits, even if only one person uses the plan.</em>\n\n<em>** When one family member satisfies the individual deductible, the plan pays benefits for that individual. Then any covered family member or any combination of family members can satisfy the family deductible.</em>\n\nNote:  An individual may only be insured once under medical, dental or vision coverage as an Employee, Spouse, or Dependent Child.  For example, if both you and your spouse work at CF, you cannot cover each other under your medical, dental or vision coverage (i.e. dual coverage is not allowed).  Likewise, only one parent can cover your dependent children, not both.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" custom_padding=\"20px||||false|false\" disabled=\"on\" global_colors_info=\"{}\"]<h2>Employee Monthly Contributions</h2>\n<p style=\"font-weight: 500;\">Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"||40px||false|false\" custom_padding_tablet=\"||24px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.26.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.4em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>FSAs</h2>\n<p>CF Industries partners with Fidelity Reimbursement Account Services (Fidelity) to administer our three Flexible Spending Account options â€” the Health Care Flexible Spending Account (HCFSA), the Limited Purpose Health Care Flexible Spending Account (Limited Purpose HCFSA) and the Dependent Care Flexible Spending Account (DCFSA). <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/flexible-spending-account/\">Learn more</a></p>\n<h2>HSAs</h2>\n<p>A Health Savings Account (HSA) is a tax-favored personal savings account that works with the Advantage PPO with HSA medical plan. Use your HSA funds to pay for qualified eligible medical expenses such as deductibles, coinsurance, copays, dental and vision care. <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/health-savings-account/\">Learn more</a></p>[/et_pb_text][et_pb_toggle title=\"Transparency in Coverage\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.5\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<p>The link below contains information regarding in-network negotiated rates and out-of-network billed charges and allowed amounts under the CF Industries medical plan, as required to be disclosed effective July 1, 2022, pursuant to the Transparency in Coverage Rule.</p>\n<p><a href=\"https://www.bcbsil.com/asomrf?EIN=421431650\" target=\"_blank\" rel=\"noopener\">Click here</a> to be directed to the BCBS website.</p>\n<p>You may contact a BCBSIL Health Advocacy Solutions (HAS) representative at <strong>888.902.8293</strong> if you have any questions or need assistance.</p>[/et_pb_toggle][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"0px|0px|24px|0px|false|false\" custom_margin_tablet=\"||3em||false|false\" custom_margin_phone=\"||2em||false|false\" custom_margin_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h2>FSAs vs. HSAs</h2>\nVisit the Flexible Spending Account <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/flexible-spending-account/\">(FSA)</a> and Health Savings Account <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/health-savings-account/\">(HSA)</a> pages to learn more about these tax-favorable spending accounts and how they can be utilized .[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Medical', '', 'publish', 'closed', 'closed', '', 'medical', '', '', '2026-01-29 20:04:28', '2026-01-30 02:04:28', '', '0', 'https://cfibenefits.wpengine.com/?page_id=125', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (127, 1, '2023-03-19 10:39:58', '2023-03-19 15:39:58', '', 'medicalBG', '', 'inherit', 'open', 'closed', '', 'medicalbg', '', '', '2023-03-19 10:39:58', '2023-03-19 15:39:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/medicalBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (139, 1, '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', 'inclusion_icon', '', 'inherit', 'open', 'closed', '', 'inclusion_icon', '', '', '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/inclusion_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (140, 1, '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', 'success_icon', '', 'inherit', 'open', 'closed', '', 'success_icon', '', '', '2023-03-19 19:13:27', '2023-03-20 00:13:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/success_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (141, 1, '2023-03-19 19:13:28', '2023-03-20 00:13:28', '', 'award_icon', '', 'inherit', 'open', 'closed', '', 'award_icon', '', '', '2023-03-19 19:13:28', '2023-03-20 00:13:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/award_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (142, 1, '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', 'balance_icon', '', 'inherit', 'open', 'closed', '', 'balance_icon', '', '', '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/balance_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (143, 1, '2023-03-19 19:13:29', '2023-03-20 00:13:29', '', 'planning icon', '', 'inherit', 'open', 'closed', '', 'planning_icon', '', '', '2023-03-31 11:56:52', '2023-03-31 16:56:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/planning_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (144, 1, '2023-03-19 19:13:30', '2023-03-20 00:13:30', '', 'medical_icon', '', 'inherit', 'open', 'closed', '', 'medical_icon', '', '', '2023-03-19 19:13:30', '2023-03-20 00:13:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/medical_icon.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (147, 1, '2026-03-01 21:48:10', '2023-03-20 00:47:37', ' ', '', '', 'publish', 'closed', 'closed', '', 147, '', '', '2026-03-01 21:48:10', '2026-03-02 03:48:10', '', '0', 'https://cfibenefits.wpengine.com/?p=147', 9, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (148, 2, '2023-03-19 19:47:54', '2023-03-20 00:47:54', '', 'ayco-slider2-mobile', '', 'inherit', 'open', 'closed', '', 'ayco-slider2-mobile', '', '', '2023-03-19 19:47:54', '2023-03-20 00:47:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (149, 2, '2023-03-19 19:47:57', '2023-03-20 00:47:57', '', 'ayco-slider2_image1', '', 'inherit', 'open', 'closed', '', 'ayco-slider2_image1', '', '', '2023-03-19 19:47:57', '2023-03-20 00:47:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ayco-slider2_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (166, 1, '2023-03-19 21:55:34', '2023-03-20 02:55:34', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/fsa_section_banner2.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"1vw||1vw||true|false\" custom_padding_phone=\"0.5vw||0.5vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"56%\" width_last_edited=\"on|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>Flexible Spending Accounts (FSA)</h1>\" content_phone=\"<h1>Flexible Spending Accounts (FSA)</h1>\" content_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Flexible Spending \nAccounts (FSA)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Set aside pre-tax dollars to pay for eligible health and dependent care expenses for you and your eligible family members.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries partners with Fidelity Reimbursement Account Services (Fidelity) to administer our three Flexible Spending Account options â€” the Health Care Flexible Spending Account (HCFSA), the Limited Purpose Health Care Flexible Spending Account (Limited Purpose HCFSA) and the Dependent Care Flexible Spending Account (DCFSA).</p>\n<p>You are eligible to participate in our FSA program on your first day of work. If you elect to participate in our FSA program, contributions will be taken out of your paycheck on a pre-tax basis, in equal amounts. For the HCFSA and Limited Purpose HCFSA, your full annual balance is available to you upfront for immediate use. The DCFSA funds are available as your contributions post to your account throughout the year.</p>\n<h2>Our three types of FSA options are:</h2>\n<h3>Health Care Flexible Spending Account (HCFSA)</h3>\n<p><span>ClickÂ </span><a href=\"https://sponsor.fidelity.com/bin-public/06_PSW_Website/documents/FlexibleSpending_HCFSA_Brochure.pdf\" target=\"_blank\" rel=\"noopener\">here</a><span> to learn more about a Health Care Flexible Spending Account. </span>You can contribute up to <strong>$3,400</strong> annually, with pre-tax dollars, to pay for eligible expenses you and your dependent(s) may have. Eligible expenses include non-reimbursed medical, dental, prescription and vision expenses incurred during the plan year. You are eligible to select your annual contribution during your new hire period, annual enrollment or if you experience a qualified change in status consistent with the change. Through our partnership with Fidelity Investments, you have access to the <a href=\"/documents/netbenefits-accesscard-faq/\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCard</a> to provide you a simple way to pay for eligible expenses. You can pay out-of-pocket for eligible expenses and submit for reimbursement.</p>\n<p><strong>Please note</strong>: You are not eligible for the HCFSA if you are enrolled in the Advantage PPO with HSA medical plan option.</p>\n<h3>Limited Purpose HCFSA</h3>\n<p>If you are enrolled in the Advantage PPO with HSA medical option, you may contribute up to $3,400 annually, with pre-tax dollars, to pay for eligible expenses incurred during the plan year. <strong>Please note:</strong> A limited purpose HCFSA can be used for eligible dental and vision expenses <strong>only</strong>. You are eligible to select your annual contribution during your new hire period, annual enrollment or if you experience a qualified change in status consistent with the change. Through our partnership with Fidelity Investments, you have access to the <a href=\"/documents/netbenefits-accesscard-faq/\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCard</a> to provide you a simple way to pay for eligible expenses.</p>\n<h3>Dependent Care Flexible Spending Account (DCFSA)</h3>\n<p><span>Click <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/dcfsa-flyer/\" target=\"_blank\" rel=\"noopener\">here</a> to learn more about a Dependent Care Flexible Spending Account. </span>Set aside up to <strong>$5,000</strong> annually, or up to $2,500 if you and your spouse both work and file taxes separately, on a pre-tax basis to pay for qualified dependent care expenses. This account does not have a debit card; all claims must be submitted for reimbursement on <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.</p>\n<h2>Plan Ahead: Use It or Lose it</h2>\n<p style=\"padding-bottom: .5em;\">The Flexible Spending Accounts (FSAs), are based on IRS regulations and are subject to â€˜use it or lose itâ€™ rules. This means a portion, or all unused funds may be forfeited.</p>\n<ul>\n<li><strong>For the HCFSA and Limited Purpose HCFSA:</strong> <span>ClickÂ </span><a href=\"/documents/limited-purpose-fsa-with-carryover-flyer/\" target=\"_blank\" rel=\"noopener\">here</a><span> for more details on how to use a Limited Purpose HCFSA through Fidelity.Â </span>All eligible expenses must be incurred by December 31 of the plan year and submitted to <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">Fidelity</a> for reimbursement by March 31 of the following year. <span>A minimum of $25 and up to $660 of your unused 2025 year-end balance can be carried over to the 2026 plan year. Balances over $660 and under $25 will be forfeited.</span></li>\n<li><strong>For the DCFSA:</strong> All eligible expenses must be incurred by March 15 and submitted to <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">Fidelity</a> by March 31 of the following year. After March 31, any unused funds will be forfeited.</li>\n</ul>\n<p>For more information about the Tax-Advantaged Accounts, call Fidelity at <strong>800-835-5095</strong> or visit <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>833-299-5089</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.netbenefits.com/\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Fidelity app</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/fidelity-investments/id348177453\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.fidelity.android&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.25.1\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Purpose Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/dcfsa-flyer/\" target=\"_blank\" rel=\"noopener\"><span>DCFSA Flyer</span></a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<strong>Watch this video to learn more about the Limited Purpose HCFSA</strong>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe src=\"https://flimp.live/CFIndustries_LimitedPurposeFSA?em=Y\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allowfullscreen=\"\" frameborder=\"0\" style=\"width: 100%; \"></iframe>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<strong>Watch this video to learn more about the Dependent Care FSA</strong>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<iframe src=\"https://flimp.live/CFIndustries_DependentCareFSA?em=Y\" webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder=\"0\" style=\"width: 100%;\"></iframe>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Flexible Spending Account', '', 'publish', 'closed', 'closed', '', 'flexible-spending-account', '', '', '2026-01-29 13:23:33', '2026-01-29 19:23:33', '', '0', 'https://cfibenefits.wpengine.com/?page_id=166', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (167, 2, '2023-03-19 22:06:19', '2023-03-20 03:06:19', '', 'ppl-slider3_image1', '', 'inherit', 'open', 'closed', '', 'ppl-slider3_image1', '', '', '2023-03-19 22:06:19', '2023-03-20 03:06:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ppl-slider3_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (169, 2, '2023-03-19 22:09:15', '2023-03-20 03:09:15', '', 'ppl-slider3-mobile', '', 'inherit', 'open', 'closed', '', 'ppl-slider3-mobile', '', '', '2023-03-19 22:09:15', '2023-03-20 03:09:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (170, 1, '2023-03-19 22:19:59', '2023-03-20 03:19:59', '', 'lower_tri-form_1', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_1', '', '', '2023-03-19 22:19:59', '2023-03-20 03:19:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (173, 1, '2023-03-19 22:35:56', '2023-03-20 03:35:56', '', 'lower_tri-form_2', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_2', '', '', '2023-03-19 22:35:56', '2023-03-20 03:35:56', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_2.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (174, 2, '2023-03-19 22:39:47', '2023-03-20 03:39:47', '', 'educate-slider4_image1', '', 'inherit', 'open', 'closed', '', 'educate-slider4_image1', '', '', '2023-03-19 22:39:47', '2023-03-20 03:39:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/educate-slider4_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (177, 1, '2023-03-19 23:05:16', '2023-03-20 04:05:16', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_section_banner3.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Assistance Program</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Free, confidential support 24/7 to help you and your family tackle lifeâ€™s challenges.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Employee Assistance Program (EAP) provides confidential support, consultation, resources and information to help you and your household family members balance work and family as well as manage personal difficulties. EAP services are available on your first day of employment at no cost to you and your dependents.</p>\n<h2 style=\"padding-bottom: .2em;\">How can the EAP help me?</h2>\n<p style=\"padding-bottom: .5em;\"><span>The EAP provides unlimited phone-based assessment, evaluation, and referral for treatment if necessary. You and your family members can receive up to five in-person or virtual sessions (per topic, each year) with a licensed counselor through the EAP.</span> The program is designed to help you with a variety of concerns and problems. A few examples are:</p>\n<ul>\n<li>Relationship issues</li>\n<li>Family and parenting challenges</li>\n<li>Legal and financial matters</li>\n<li>Bereavement and other losses</li>\n<li>Child and elder care</li>\n</ul>\n<h2 style=\"padding-bottom: .2em;\">When should I use the EAP?</h2>\n<p>Waiting or ignoring a challenge can make things worse. Whenever you need to talk to someone objective, experienced and nonjudgmental â€” the sooner, the better. That is why our EAP is here to support you 24/7. <span>For life-threatening situations, please call 911.</span></p>\n<h2 style=\"padding-bottom: .2em;\">Is the EAP confidential?</h2>\n<p>The EAP is strictly confidential. No one will know youâ€™ve contacted the program, and your name is not reported to CF Industries.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<h2 style=\"padding-bottom: .3em;\">Tools and Services Available Through Guidance Resources</h2>\n\n<h3 style=\"padding-bottom: .3em;\">On-Demand Training</h3>\nShort, no cost training sessions are available anytime on a variety of topics. Visit <a href=\"http://www.guidanceresources.com\" target=\"_blank\" rel=\"noopener\">www.guidanceresources.com</a><strong> (Web ID: CFIND) &gt; Site Highlights &gt; Access</strong> for on-demand training on stress, parenting and more.\n<h3 style=\"padding-bottom: .3em;\">Planning and Research Services</h3>\nPlanning a wedding or family vacation? Guidance Resources can help. Call <strong>866-465-8943</strong> and a Resource Specialist will research solutions to meet your needs. Within a few business days youâ€™ll receive a full report of information and options. In addition to events, Guidance Resources can help you find home remodelers, pet boarding, summer camps and more.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>866-465-8943</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.guidanceresources.com\" target=\"_blank\" rel=\"noopener\">guidanceresources.com</a><br />(Company ID: <strong>CFIND</strong>)</p>\n<p><strong><span style=\"color: #3fa9f5;\">Guidance Resources App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/guidancenow/id556008763\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.compsych.gro\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<p>For assistance logging into the Guidance Resources website, refer to this <a href=\"/documents/guide-to-using-guidance-resources-online/\" target=\"_blank\" rel=\"noopener\">Guide</a>.</p>\n<p>For more information regarding the programs and services available through our EAP, visit the <a href=\"/resource-library/\" target=\"_blank\" rel=\"noopener\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>Employee Resources</h4>\n<p>â€‹Visit the Loop and search â€œEmployee Assistance Programâ€ to view more details on the programs and services available.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Assistance Program', '', 'publish', 'closed', 'closed', '', 'employee-assistance-program', '', '', '2025-06-06 14:39:07', '2025-06-06 19:39:07', '', '0', 'https://cfibenefits.wpengine.com/?page_id=177', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (183, 2, '2023-03-19 23:29:04', '2023-03-20 04:29:04', '', 'educate-slider4_image2', '', 'inherit', 'open', 'closed', '', 'educate-slider4_image2', '', '', '2023-03-19 23:29:04', '2023-03-20 04:29:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/educate-slider4_image2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (184, 2, '2023-03-19 23:30:20', '2023-03-20 04:30:20', '', 'eap_slider4-mobile', '', 'inherit', 'open', 'closed', '', 'eap_slider4-mobile', '', '', '2023-03-19 23:30:20', '2023-03-20 04:30:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_slider4-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (187, 1, '2023-03-19 23:49:19', '2023-03-20 04:49:19', '', 'lower_tri-form_3', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_3', '', '', '2023-03-19 23:49:19', '2023-03-20 04:49:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_3.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (188, 2, '2023-03-19 23:57:32', '2023-03-20 04:57:32', '', 'slider5_image1', '', 'inherit', 'open', 'closed', '', 'slider5_image1', '', '', '2023-03-19 23:57:32', '2023-03-20 04:57:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/slider5_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (189, 2, '2023-03-20 00:03:27', '2023-03-20 05:03:27', '', 'diversity_slider5-mobile', '', 'inherit', 'open', 'closed', '', 'diversity_slider5-mobile', '', '', '2023-03-20 00:03:27', '2023-03-20 05:03:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (191, 2, '2023-03-20 00:32:21', '2023-03-20 05:32:21', '', 'field_BG', '', 'inherit', 'open', 'closed', '', 'field_bg', '', '', '2023-03-20 00:32:21', '2023-03-20 05:32:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/field_BG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (196, 1, '2026-03-01 21:48:17', '2023-03-20 13:32:25', '', 'Flexible Spending Accounts', '', 'publish', 'closed', 'closed', '', 196, '', '', '2026-03-01 21:48:17', '2026-03-02 03:48:17', '', '0', 'https://cfibenefits.wpengine.com/?p=196', 28, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (198, 1, '2026-03-01 21:48:12', '2023-03-20 13:39:31', ' ', '', '', 'publish', 'closed', 'closed', '', 198, '', '', '2026-03-01 21:48:12', '2026-03-02 03:48:12', '', '0', 'https://cfibenefits.wpengine.com/?p=198', 16, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (201, 1, '2023-03-20 08:57:52', '2023-03-20 13:57:52', '', 'counseling_session', '', 'inherit', 'open', 'closed', '', 'counseling_session', '', '', '2023-03-20 08:57:52', '2023-03-20 13:57:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/counseling_session.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (203, 1, '2023-03-20 09:17:47', '2023-03-20 14:17:47', '', 'eap_section_banner', '', 'inherit', 'open', 'closed', '', 'eap_section_banner', '', '', '2023-03-20 09:17:47', '2023-03-20 14:17:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (205, 1, '2023-03-20 09:23:04', '2023-03-20 14:23:04', '', 'eap_section_banner2', '', 'inherit', 'open', 'closed', '', 'eap_section_banner2', '', '', '2023-03-20 09:23:04', '2023-03-20 14:23:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (207, 1, '2023-03-20 09:27:55', '2023-03-20 14:27:55', '', 'fsa_section_banner', '', 'inherit', 'open', 'closed', '', 'fsa_section_banner', '', '', '2023-03-20 09:27:55', '2023-03-20 14:27:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/fsa_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (208, 1, '2023-03-20 09:40:11', '2023-03-20 14:40:11', '', 'med_section_banner', '', 'inherit', 'open', 'closed', '', 'med_section_banner', '', '', '2023-03-20 09:40:11', '2023-03-20 14:40:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (209, 1, '2023-03-20 09:45:09', '2023-03-20 14:45:09', '', 'med_section_banner2', '', 'inherit', 'open', 'closed', '', 'med_section_banner2', '', '', '2023-03-20 09:45:09', '2023-03-20 14:45:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (211, 1, '2023-03-20 09:52:07', '2023-03-20 14:52:07', '', 'eap_section_banner3', '', 'inherit', 'open', 'closed', '', 'eap_section_banner3', '', '', '2023-03-20 09:52:07', '2023-03-20 14:52:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_section_banner3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (213, 1, '2023-03-20 10:00:09', '2023-03-20 15:00:09', '', 'lower_tri-form_4', '', 'inherit', 'open', 'closed', '', 'lower_tri-form_4', '', '', '2023-03-20 10:00:09', '2023-03-20 15:00:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/lower_tri-form_4.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (219, 1, '2023-03-20 10:43:48', '2023-03-20 15:43:48', '', 'med_section_banner3', '', 'inherit', 'open', 'closed', '', 'med_section_banner3', '', '', '2023-03-20 10:43:48', '2023-03-20 15:43:48', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner3.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (220, 1, '2023-03-20 10:46:27', '2023-03-20 15:46:27', '', 'med_section_banner4', '', 'inherit', 'open', 'closed', '', 'med_section_banner4', '', '', '2023-03-20 10:46:27', '2023-03-20 15:46:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/med_section_banner4.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (223, 1, '2023-03-21 07:03:32', '2023-03-21 12:03:32', '', 'CF_AE23_eGuide_US_FINAL_111022', '', 'inherit', 'open', 'closed', '', 'cf_ae23_eguide_us_final_111022', '', '', '2023-03-21 07:03:32', '2023-03-21 12:03:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (225, 1, '2023-03-21 07:19:58', '2023-03-21 12:19:58', '', 'fsa_section_banner2', '', 'inherit', 'open', 'closed', '', 'fsa_section_banner2', '', '', '2023-03-21 07:19:58', '2023-03-21 12:19:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/fsa_section_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (226, 1, '2023-03-21 07:25:53', '2023-03-21 12:25:53', '', 'pdf-to-come', '', 'inherit', 'open', 'closed', '', 'pdf-to-come', '', '', '2023-03-21 07:25:53', '2023-03-21 12:25:53', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/pdf-to-come.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (233, 1, '2023-03-30 23:13:59', '2023-03-31 04:13:59', '', 'blurry_medBG', '', 'inherit', 'open', 'closed', '', 'blurry_medbg', '', '', '2023-03-30 23:13:59', '2023-03-31 04:13:59', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/blurry_medBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (242, 1, '2023-03-31 13:22:12', '2023-03-31 18:22:12', '', 'eap_sidebar', '', 'inherit', 'open', 'closed', '', 'eap_sidebar', '', '', '2023-03-31 13:22:12', '2023-03-31 18:22:12', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/eap_sidebar.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (244, 1, '2023-03-31 13:41:40', '2023-03-31 18:41:40', '', 'CFI_logo_v3', '', 'inherit', 'open', 'closed', '', 'cfi_logo_v3', '', '', '2023-03-31 13:41:40', '2023-03-31 18:41:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/03/CFI_logo_v3.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (246, 1, '2023-04-03 08:29:36', '2023-04-03 13:29:36', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" title_text=\"award_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Rewarded</h1>\nYour efforts and performance are rewarded through competitive base pay, short-term and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/base-pay/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Base Pay</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Base Pay</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Base Pay</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/base-pay-inset.jpg\" title_text=\"base pay\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/short-term-incentives-aip-vip/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Paid Parental Leave</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Paid Parental Leave</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Short-Term Incentives</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/short-term-incentive-inset.jpg\" title_text=\"short-term incentives\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/long-term-incentives/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Long-Term Incentives</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term-incentive-incentive.jpg\" title_text=\"long-term incentives\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/epic-recognition-program/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Service Anniversary Awards</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Service Anniversary Awards</h2>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Epic Recognition Program</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award-inset.jpg\" title_text=\"service Anniversary awards\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Rewarded', '', 'publish', 'closed', 'closed', '', 'be-rewarded', '', '', '2026-01-25 14:46:54', '2026-01-25 20:46:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=246', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (248, 1, '2023-04-03 08:24:41', '2023-04-03 13:24:41', '', 'checkup-healthPage', '', 'inherit', 'open', 'closed', '', 'checkup-healthpage', '', '', '2023-04-03 08:24:41', '2023-04-03 13:24:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/checkup-healthPage.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (249, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'supplemental-med-FLIPPED', '', 'inherit', 'open', 'closed', '', 'supplemental-med-flipped', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/supplemental-med-FLIPPED.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (250, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'dental-appointment', '', 'inherit', 'open', 'closed', '', 'dental-appointment', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/dental-appointment.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (251, 1, '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', 'vision_inset', '', 'inherit', 'open', 'closed', '', 'vision_inset', '', '', '2023-04-03 08:24:42', '2023-04-03 13:24:42', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/vision_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (252, 1, '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', 'blurry-medBG_bottom', '', 'inherit', 'open', 'closed', '', 'blurry-medbg_bottom', '', '', '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/blurry-medBG_bottom.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (253, 1, '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', 'canoers_bannerBG', '', 'inherit', 'open', 'closed', '', 'canoers_bannerbg', '', '', '2023-04-03 08:24:46', '2023-04-03 13:24:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/canoers_bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (257, 1, '2023-04-03 09:08:23', '2023-04-03 14:08:23', '', 'placeholder', '', 'inherit', 'open', 'closed', '', 'placeholder', '', '', '2023-04-03 09:08:23', '2023-04-03 14:08:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/placeholder.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (260, 1, '2023-04-03 12:40:49', '2023-04-03 17:40:49', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" title_text=\"medical_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Well</h1>\n<p>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for mindfulness, diabetes, blood pressure management, weight management and more, our programs help you live your best life â€” at work and beyond.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/best-premium/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Best Premium</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/best-premium_section_inset.jpg\" title_text=\"best-premium_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.21.0\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/medical/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Medical</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" title_text=\"medical_page_banner\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/prescription/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Prescription</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg\" title_text=\"prescription_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/dental/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Dental</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" title_text=\"dental_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/vision/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Vision</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg\" title_text=\"vision_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/proactive-md/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Proactive MD</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg\" title_text=\"proactive-md_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/hinge-health/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Hinge Health</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" title_text=\"strive_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Well', '', 'publish', 'closed', 'closed', '', 'be-well', '', '', '2026-01-22 12:47:15', '2026-01-22 18:47:15', '', '0', 'https://cfibenefits.wpengine.com/?page_id=260', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (263, 1, '2023-04-03 14:05:44', '2023-04-03 19:05:44', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" title_text=\"balance_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"12%\" width_phone=\"20%\" width_last_edited=\"on|phone\" max_width=\"20%\" module_alignment=\"center\" custom_margin=\"0px||1.5em||false|false\" custom_margin_tablet=\"0px||1.5em||false|false\" custom_margin_phone=\"0px||1.5em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" header_font=\"Montserrat||||||||\" header_line_height=\"1.1em\" header_font_tablet=\"Montserrat||||||||\" header_font_phone=\"Montserrat||||||||\" header_font_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"35px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"1.1em\" header_line_height_phone=\"1.1em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Balanced</h1>\nBe balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/employee-assistance-program/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Assistance Program</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP.jpg\" title_text=\"EAP\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/employee-gift-match/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_phone=\"<h2 style=%22text-align: center;%22>Employee Gift Match</h2>\" content_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_letter_spacing=\"0pt\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Gift<br>Match</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/volunteers.jpg\" title_text=\"employee gift match\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/employee-perks/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Employee Perks</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/employee-perks.jpg\" title_text=\"employee perks\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/paid-time-off/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Paid Time Off</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/PTO-2.jpg\" title_text=\"PTO\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/family-forming-benefits/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Family Forming Benefits</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave.jpg\" title_text=\"paid-parental-leave\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.5\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Balanced', '', 'publish', 'closed', 'closed', '', 'be-balanced', '', '', '2026-01-25 14:53:22', '2026-01-25 20:53:22', '', '0', 'https://cfibenefits.wpengine.com/?page_id=263', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (268, 1, '2023-04-03 14:39:05', '2023-04-03 19:39:05', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"20px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" title_text=\"success_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"12%\" width_phone=\"20%\" width_last_edited=\"on|phone\" max_width=\"20%\" module_alignment=\"center\" custom_margin=\"0px||1.5em||false|false\" custom_margin_tablet=\"0px||1.5em||false|false\" custom_margin_phone=\"0px||1.5em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" header_font=\"Montserrat||||||||\" header_line_height=\"1.1em\" header_font_tablet=\"Montserrat||||||||\" header_font_phone=\"Montserrat||||||||\" header_font_last_edited=\"on|tablet\" header_font_size_tablet=\"38px\" header_font_size_phone=\"35px\" header_font_size_last_edited=\"on|phone\" header_line_height_tablet=\"1.1em\" header_line_height_phone=\"1.1em\" header_line_height_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Successful</h1>\n<p><span>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/education-assistance/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" header_2_line_height=\"1.2em\" global_colors_info=\"{}\" locked=\"off\"]<h2 style=\"text-align: center;\">Education Assistance</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/education-assistance.jpg\" title_text=\"education assistance\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_center\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/career-development/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Career Development</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/career-development-inset.jpg\" title_text=\"career-development-inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/leadership-development/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Leadership Development</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leadership-inset.jpg\" title_text=\"leadership development\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/mentoringcf/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\" locked=\"off\"]<h2 style=\"text-align: center;\">Mentoring@CF</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/mentoring2_landing.jpg\" title_text=\"mentoring\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_enable_color=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_enable_color=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Successful', '', 'publish', 'closed', 'closed', '', 'be-successful', '', '', '2026-01-21 14:39:15', '2026-01-21 20:39:15', '', '0', 'https://cfibenefits.wpengine.com/?page_id=268', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (271, 1, '2023-04-03 15:04:39', '2023-04-03 20:04:39', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" title_text=\"inclusion_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Included</h1>\n<p><span>Join your colleagues to foster an inclusive and belonging culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/inclusion-resource-group-irg/\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Inclusion Resource Group</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-resource-group-inset.jpg\" title_text=\"inclusion resource group\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_enable_color=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\" background_enable_color=\"off\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Included', '', 'publish', 'closed', 'closed', '', 'be-included', '', '', '2026-01-21 16:48:29', '2026-01-21 22:48:29', '', '0', 'https://cfibenefits.wpengine.com/?page_id=271', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (272, 1, '2023-04-03 15:08:22', '2023-04-03 20:08:22', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" title_text=\"planning icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" locked=\"off\" global_colors_info=\"{}\"]<h1>Be Prepared</h1>\n<p>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer. We also want to ensure you feel equipped for a time without CF - including leaving the company, retiring or if you are the dependent of a CF employee who passes away.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/ayco-financial-well-being/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Ayco Financial Well-Being</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/ayco-financial-inset.jpg\" title_text=\"ayco financial \" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/flexible-spending-account/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Flexible Spending Accounts</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/FSA-inset.jpg\" title_text=\"FSA\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/health-savings-account/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Health Savings Account</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA-inset.jpg\" title_text=\"HSA\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/life-insurance/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Life Insurance</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-insurance-inset.jpg\" title_text=\"life insurance\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/disability/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Disability</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/disability-inset.jpg\" title_text=\"disability\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">401(k) Plan</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k-inset.jpg\" title_text=\"401(k)\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.27.4\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.24.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/business-and-personal-travel/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Business and Personal Travel</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/travel-inset.jpg\" title_text=\"business and personal travel\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/commuter-benefits-illinois-residents/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Commuter Benefits<br />(Illinois Residents)</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/landing-commuter.jpg\" title_text=\"landing-commuter\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.24.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/retiring-from-cf/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Retiring From CF</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/retiring-inset.jpg\" title_text=\"retiring\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/retiring-from-cf/\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/death-of-an-employee/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Death of CF Employee</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/reporting-death-inset.jpg\" title_text=\"death of CF employee\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]', 'Be Prepared', '', 'publish', 'closed', 'closed', '', 'be-prepared', '', '', '2025-06-18 06:24:44', '2025-06-18 11:24:44', '', '0', 'https://cfibenefits.wpengine.com/?page_id=272', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (277, 1, '2023-04-04 20:04:46', '2023-04-05 01:04:46', '[et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"rgba(63,169,245,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" template_type=\"module\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\nPlease refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.[/et_pb_text]', 'CF for employees box', '', 'publish', 'closed', 'closed', '', 'cf-for-employees-box', '', '', '2023-04-04 20:04:46', '2023-04-05 01:04:46', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/cf-for-employees-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (279, 1, '2023-04-04 20:05:52', '2023-04-05 01:05:52', '[et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" template_type=\"module\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text]', 'revised employees only box', '', 'publish', 'closed', 'closed', '', 'revised-employees-only-box', '', '', '2023-04-04 20:05:52', '2023-04-05 01:05:52', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/revised-employees-only-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (280, 1, '2023-04-04 21:01:47', '2023-04-05 02:01:47', '', 'med_section_banner5', '', 'inherit', 'open', 'closed', '', 'med_section_banner5', '', '', '2023-04-04 21:01:47', '2023-04-05 02:01:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/04/med_section_banner5.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (281, 1, '2023-04-05 11:34:57', '2023-04-05 16:34:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-rewarded/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" front_title_font_size_tablet=\"1.7vw\" front_title_font_size_phone=\"1.7vw\" front_title_font_size_last_edited=\"on|desktop\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-balanced/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-finances/\" custom_css_front_image_icon=\"padding-top: 26px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-successful/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-successful/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" link_option_url=\"/your-wellness/\" custom_css_front_image_icon=\"padding-top: 15px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-included/\" _builder_version=\"4.20.2\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" link_option_url=\"/your-health/\" custom_css_front_image_icon=\"margin-top: -20px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section]', 'flipping card section - scaling titles', '', 'publish', 'closed', 'closed', '', 'flipping-card-section-scaling-titles', '', '', '2023-04-05 11:34:57', '2023-04-05 16:34:57', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/flipping-card-section-scaling-titles/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (308, 2, '2023-05-03 16:50:27', '2023-05-03 21:50:27', '', 'new-employee-integration', '', 'inherit', 'open', 'closed', '', 'new-employee-integration-2', '', '', '2023-05-03 16:50:27', '2023-05-03 21:50:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/new-employee-integration.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (310, 2, '2023-05-03 16:53:30', '2023-05-03 21:53:30', '', 'beSuccessful-new_employee2', '', 'inherit', 'open', 'closed', '', 'besuccessful-new_employee2', '', '', '2023-05-03 16:53:30', '2023-05-03 21:53:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/beSuccessful-new_employee2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (312, 2, '2023-05-03 17:04:29', '2023-05-03 22:04:29', '', 'career development', '', 'inherit', 'open', 'closed', '', 'besuccessful-career_development', '', '', '2023-05-03 17:04:49', '2023-05-03 22:04:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/beSuccessful-career_development.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (313, 2, '2023-05-04 13:21:14', '2023-05-04 18:21:14', '', 'career-development-banner', '', 'inherit', 'open', 'closed', '', 'career-development-banner', '', '', '2023-05-04 13:21:14', '2023-05-04 18:21:14', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-development-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (314, 2, '2023-05-04 16:07:11', '2023-05-04 21:07:11', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring', '', '', '2023-05-04 16:07:11', '2023-05-04 21:07:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (316, 2, '2023-05-04 16:32:14', '2023-05-04 21:32:14', '', 'performance management', '', 'inherit', 'open', 'closed', '', 'performance-management-2', '', '', '2023-05-04 16:32:29', '2023-05-04 21:32:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/performance-management.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (317, 2, '2023-05-04 16:44:12', '2023-05-04 21:44:12', '', 'performance management', '', 'inherit', 'open', 'closed', '', 'performance-management-banner', '', '', '2023-05-14 23:12:08', '2023-05-15 04:12:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/performance-management-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (318, 2, '2023-05-04 16:44:23', '2023-05-04 21:44:23', '', 'mentoring-banner', '', 'inherit', 'open', 'closed', '', 'mentoring-banner', '', '', '2023-05-04 16:44:23', '2023-05-04 21:44:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (319, 2, '2023-05-04 16:50:15', '2023-05-04 21:50:15', '', 'talent', '', 'inherit', 'open', 'closed', '', 'talent', '', '', '2023-05-04 16:50:15', '2023-05-04 21:50:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/talent.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (320, 2, '2023-05-04 17:05:46', '2023-05-04 22:05:46', '', 'leadership development', '', 'inherit', 'open', 'closed', '', 'leadership', '', '', '2023-05-04 17:05:54', '2023-05-04 22:05:54', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (322, 2, '2023-05-04 17:21:27', '2023-05-04 22:21:27', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assistance-2', '', '', '2023-05-04 17:21:31', '2023-05-04 22:21:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assistance.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (323, 2, '2023-05-04 17:25:33', '2023-05-04 22:25:33', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assist-banner', '', '', '2023-05-14 23:00:41', '2023-05-15 04:00:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assist-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (324, 2, '2023-05-04 17:25:34', '2023-05-04 22:25:34', '', 'leadership-devel-banner', '', 'inherit', 'open', 'closed', '', 'leadership-devel-banner', '', '', '2023-05-04 17:25:34', '2023-05-04 22:25:34', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-devel-banner.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (325, 2, '2023-05-04 17:25:36', '2023-05-04 22:25:36', '', 'talent-management-banner', '', 'inherit', 'open', 'closed', '', 'talent-management-banner', '', '', '2023-05-04 17:25:36', '2023-05-04 22:25:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/talent-management-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (326, 2, '2023-05-04 18:40:17', '2023-05-04 23:40:17', '', 'EAP', '', 'inherit', 'open', 'closed', '', 'eap', '', '', '2023-05-04 18:40:17', '2023-05-04 23:40:17', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EAP.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (327, 2, '2023-05-04 18:51:24', '2023-05-04 23:51:24', '', 'paid-parental-leave', '', 'inherit', 'open', 'closed', '', 'paid-parental-leave-2', '', '', '2023-05-04 18:51:24', '2023-05-04 23:51:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-parental-leave.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (328, 2, '2023-05-04 19:03:27', '2023-05-05 00:03:27', '', 'paid time off', '', 'inherit', 'open', 'closed', '', 'paid-time-off-2', '', '', '2023-05-04 19:03:38', '2023-05-05 00:03:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-time-off.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (330, 2, '2023-05-05 16:35:00', '2023-05-05 21:35:00', '', 'employee gift match', '', 'inherit', 'open', 'closed', '', 'volunteers', '', '', '2023-05-05 16:35:14', '2023-05-05 21:35:14', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/volunteers.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (331, 2, '2023-05-05 16:35:38', '2023-05-05 21:35:38', '', 'employee perks', '', 'inherit', 'open', 'closed', '', 'employee-perks-2', '', '', '2023-05-05 16:35:45', '2023-05-05 21:35:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-perks.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (332, 2, '2023-05-05 16:36:49', '2023-05-05 21:36:49', '', 'employee-match-banner', '', 'inherit', 'open', 'closed', '', 'employee-match-banner', '', '', '2023-05-05 16:36:49', '2023-05-05 21:36:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-match-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (333, 2, '2023-05-05 16:36:50', '2023-05-05 21:36:50', '', 'employee-perks-banner', '', 'inherit', 'open', 'closed', '', 'employee-perks-banner', '', '', '2023-05-05 16:36:50', '2023-05-05 21:36:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/employee-perks-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (334, 2, '2023-05-05 16:36:52', '2023-05-05 21:36:52', '', 'PTO-banner', '', 'inherit', 'open', 'closed', '', 'pto-banner', '', '', '2023-05-05 16:36:52', '2023-05-05 21:36:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (338, 2, '2023-05-12 22:36:20', '2023-05-13 03:36:20', '[et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" template_type=\"module\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text]', 'lightBlue sidebar box', '', 'publish', 'closed', 'closed', '', 'lightblue-sidebar-box', '', '', '2023-05-12 22:36:20', '2023-05-13 03:36:20', '', '0', 'https://cfibenefits.wpengine.com/et_pb_layout/lightblue-sidebar-box/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (348, 1, '2023-05-14 06:44:58', '2023-05-14 11:44:58', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/resources-library_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Resource Library</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Learn more about our benefits and programs. [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_3_line_height=\"1.7em\" locked=\"off\" global_colors_info=\"{}\"]<h3>Medical</h3>\n<ul>\n<li><a href=\"/documents/2026-us-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Benefits Enrollment Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/bcbs-medical-claim-form/\" target=\"_blank\" rel=\"noopener\">Medical Claim Form</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/md-live-flyer/\" target=\"_blank\" rel=\"noopener\">MD Live</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2026-cost-of-coverage/\" target=\"_blank\" rel=\"noopener\">2026 Cost of Coverage</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/bcbs-explanation-of-benefits-flyer/\" target=\"_blank\" rel=\"noopener\">Understanding your Explanation of Benefits</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/bcbs-globalcore-brochure/\" target=\"_blank\" rel=\"noopener\">Healthcare coverage when you are traveling or living abroad</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Prescription</h3>\n<ul>\n<li><a href=\"/documents/express-scripts-mail-order-form/\" target=\"_blank\" rel=\"noopener\">Express Scripts Mail Order Form</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/prescription-reimbursement-claim-form/\" target=\"_blank\" rel=\"noopener\">Prescription Reimbursement Claim Form</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/accredo-specialty-pharmacy-brochure/\" target=\"_blank\" rel=\"noopener\">Accredo Specialty Pharmacy Brochure</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2026-member-preventive-drug-list-2/\" target=\"_blank\" rel=\"noopener\">No-Cost Preventive Drug List</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2026-balanced-drug-list/\" target=\"_blank\" rel=\"noopener\">2026 Balanced Drug List</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2026-hsa-standard-preventive-drug-list/\" target=\"_blank\" rel=\"noopener\">Preventive Drug Benefit Program</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Dental</h3>\n<ul>\n<li><a href=\"/documents/2026-dental-plans/\" target=\"_blank\" rel=\"noopener\">2026 Dental Plans</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Vision</h3>\n<ul>\n<li><a href=\"/documents/2026-vision-plans/\" target=\"_blank\" rel=\"noopener\">2026 Vision Plans</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/vision-flyer/\" target=\"_blank\" rel=\"noopener\">Vision FAQ</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Paid Time Off</h3>\n<ul>\n<li><a href=\"/documents/ppl-guide-employee-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Employee</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/ppl-guide-manager-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Manager</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/ppl-affidavit/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave Affidavit</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Life Insurance</h3>\n<ul>\n<li><a href=\"/documents/summary-of-benefits-basic-term-life-insurance/\" target=\"_blank\" rel=\"noopener\">Basic Term Life Insurance</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-of-benefits-basic-add-insurance/\" target=\"_blank\" rel=\"noopener\">Basic Accidental Death and Dismemberment Insurance</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-of-benefits-voluntary-term-life-insurance/\" target=\"_blank\" rel=\"noopener\">Voluntary Term Life Insurance</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-of-benefits-long-term-disability-insurance/\" target=\"_blank\" rel=\"noopener\">Long Term Disability Insurance</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-of-benefits-voluntary-add-insurance/\" target=\"_blank\" rel=\"noopener\">Voluntary Accidental Death and Dismemberment Insurance</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Retirement</h3>\n<ul>\n<li><a href=\"/documents/termination-eguide-us/\" target=\"_blank\" rel=\"noopener\">Retiree Benefits Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/cash-balance-guide/\" target=\"_blank\" rel=\"noopener\">Cash Balance Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Employee Assistance Program</h3>\n<ul>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/guide-to-using-guidance-resources-online/\" target=\"_blank\" rel=\"noopener\">Using Guidance Resources Online</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/eap-financial-resources-flyer/\" target=\"_blank\" rel=\"noopener\">Financial Resources Available</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/eap-work-life-solutions-flyer/\" target=\"_blank\" rel=\"noopener\">Work-Life Solutions</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/eap-legal-guidance-flyer/\" target=\"_blank\" rel=\"noopener\">Legal Guidance</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Employee Perks</h3>\n<ul>\n<li><a href=\"/documents/cigna-health-rewards/\" target=\"_blank\" rel=\"noopener\">Cigna Healthy Rewards</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Education Assistance</h3>\n<ul>\n<li><a href=\"/documents/application-for-education-assistance/\" target=\"_blank\" rel=\"noopener\">Education Assistance Application</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"]<h3>Short Term Incentives</h3>\n<ul>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf\" target=\"_blank\" rel=\"noopener\">Corporate Incentive</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf\" target=\"_blank\" rel=\"noopener\">Manufacturing and Distribution Facilities</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Long-Term Incentives (Equity)</h3>\n<ul>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/5B-LTI-RSU-PSU-010423-1.pdf\" target=\"_blank\" rel=\"noopener\">RSUs versus PSUs</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n	<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf\" target=\"_blank\" rel=\"noopener\">More About RSUs</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Advantage PPO with HSA</h3>\n<ul>\n	<li>The Advantage PPO with HSA has a higher deductible and out-of-pocket maximum.</li>\n	<li>The monthly premium is lower in this plan.</li>\n	<li>This plan can be paired with a <a href=\"#\">Health Savings Account (HSA)</a>.\n<ul>\n	<li>CF Industries also contributes to your HSA to help cover eligible medical expenses.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" global_colors_info=\"{}\"]<h3>Standard PPO</h3>\n<ul>\n<li>The Standard PPO has a lower deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is higher in this plan.</li>\n<li>This plan cannot be paired with an HSA but is eligible for a <a href=\"#\">Flexible Spending Account (FSA)</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>Pay Less with In-Network Providers</h3>\n<p><a href=\"https://www.bcbsil.com/find-care/providers-in-your-network/find-a-doctor-or-hospital?utm_source=QR-Code&amp;utm_medium=AE%2520Guide&amp;utm_campaign=Annual%2520Enrollment%25202020&amp;utm_term=Provider+directory\" target=\"_blank\" rel=\"noopener\">Click here</a> to find a provider in your area or call BCBSIL Health Advocacy Solutions at <strong>888-902-8293</strong>.</p>\n<h3>Get Help Navigating Your Medical Care</h3>\n<p>You or dependents enrolled in a CF Industries medical plan can <strong>contact Blue Cross Blue Shield Health Advocacy Solutions (HAS)</strong> to help you address medical benefits questions, guide you through a new diagnosis, find a provider, shop for lower-cost healthcare, connect you with mental health experts and more! <strong>Call 888-902-8293 for support 24/7 at no cost to you.</strong></p>\n<p>Connect to your Health Advocate Team, dedicated Health Advocate Concierge and Clinical Health Advocates from 7 a.m. to 7 p.m. CT Monday through Friday.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Resource Library', '', 'publish', 'closed', 'closed', '', 'resource-library', '', '', '2026-02-06 19:55:36', '2026-02-07 01:55:36', '', '0', 'https://cfibenefits.wpengine.com/?page_id=348', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (350, 1, '2023-05-14 07:01:23', '2023-05-14 12:01:23', '', 'Express Scripts Mail Order Form', '', 'inherit', 'open', 'closed', '', 'express-scripts-mail-order-form-2', '', '', '2024-03-22 13:42:29', '2024-03-22 18:42:29', '', 999, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Express-Scripts-Mail-Order-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (351, 1, '2023-05-14 07:01:29', '2023-05-14 12:01:29', '', 'IL Prescription Reimbursement Claim Form', '', 'inherit', 'open', 'closed', '', 'il-prescription-reimbursement-claim-form', '', '', '2024-03-22 14:13:02', '2024-03-22 19:13:02', '', 1000, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/IL-Prescription-Reimbursement-Claim-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (352, 1, '2023-05-14 07:01:41', '2023-05-14 12:01:41', '', 'Accredo Specialty Pharmacy', '', 'inherit', 'open', 'closed', '', 'accredo-specialty-pharmacy', '', '', '2024-03-22 14:14:26', '2024-03-22 19:14:26', '', 1002, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Accredo-Specialty-Pharmacy.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (353, 1, '2023-05-14 07:01:55', '2023-05-14 12:01:55', '', 'FINAL CF_Industries_2022_Guide_US_Cash_Balance_v1 (2)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_cash_balance_v1-2', '', '', '2024-03-22 14:38:26', '2024-03-22 19:38:26', '', 1019, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Cash_Balance_v1-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (354, 1, '2023-05-14 07:02:09', '2023-05-14 12:02:09', '', 'FINAL CF_Industries_2022_Guide_US_Legacy_v2 (2)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_legacy_v2-2', '', '', '2023-05-14 07:02:09', '2023-05-14 12:02:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Legacy_v2-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (355, 1, '2023-05-14 07:02:20', '2023-05-14 12:02:20', '', 'FINAL CF_Industries_2022_Guide_US_Section_16_v6 (1)', '', 'inherit', 'open', 'closed', '', 'final-cf_industries_2022_guide_us_section_16_v6-1', '', '', '2023-05-14 07:02:20', '2023-05-14 12:02:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FINAL-CF_Industries_2022_Guide_US_Section_16_v6-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (356, 1, '2023-05-14 07:02:23', '2023-05-14 12:02:23', '', 'Ben Sum_DPPO1_01.01.2023_CF Industries Enterprises, Inc_3333808', '', 'inherit', 'open', 'closed', '', 'ben-sum_dppo1_01-01-2023_cf-industries-enterprises-inc_3333808', '', '', '2024-03-22 14:20:15', '2024-03-22 19:20:15', '', 1006, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Ben-Sum_DPPO1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (357, 1, '2023-05-14 07:02:25', '2023-05-14 12:02:25', '', 'CF Industries Basic and Vol Life Benefit Summary', '', 'inherit', 'open', 'closed', '', 'cf-industries-basic-and-vol-life-benefit-summary', '', '', '2023-05-14 07:02:25', '2023-05-14 12:02:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-Industries-Basic-and-Vol-Life-Benefit-Summary.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (358, 1, '2023-05-14 07:02:28', '2023-05-14 12:02:28', '', '5A-LTI-RSU-Only-2022-010423 (1)', '', 'inherit', 'open', 'closed', '', '5a-lti-rsu-only-2022-010423-1', '', '', '2023-05-14 07:02:28', '2023-05-14 12:02:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/5A-LTI-RSU-Only-2022-010423-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (359, 1, '2023-05-14 07:02:30', '2023-05-14 12:02:30', '', '5B-LTI-RSU-PSU-010423 (1)', '', 'inherit', 'open', 'closed', '', '5b-lti-rsu-psu-010423-1', '', '', '2023-05-14 07:02:30', '2023-05-14 12:02:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/5B-LTI-RSU-PSU-010423-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (360, 1, '2023-05-14 07:02:33', '2023-05-14 12:02:33', '', '4A-Short-Term-Incentive-AIP-2023-010423', '', 'inherit', 'open', 'closed', '', '4a-short-term-incentive-aip-2023-010423', '', '', '2023-05-14 07:02:33', '2023-05-14 12:02:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4A-Short-Term-Incentive-AIP-2023-010423.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (361, 1, '2023-05-14 07:02:36', '2023-05-14 12:02:36', '', '4C-VIP-MFG-DF-2023-011023 (1)', '', 'inherit', 'open', 'closed', '', '4c-vip-mfg-df-2023-011023-1', '', '', '2023-05-14 07:02:36', '2023-05-14 12:02:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4C-VIP-MFG-DF-2023-011023-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (362, 1, '2023-05-14 07:02:39', '2023-05-14 12:02:39', '', 'BCBSIL Medical Claim Form IL', '', 'inherit', 'open', 'closed', '', 'bcbsil-medical-claim-form-il', '', '', '2024-03-22 13:35:48', '2024-03-22 18:35:48', '', 994, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/BCBSIL-Medical-Claim-Form-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (363, 1, '2023-05-14 07:02:46', '2023-05-14 12:02:46', '', 'MD Live_User Guide', '', 'inherit', 'open', 'closed', '', 'md-live_user-guide', '', '', '2023-05-14 07:02:46', '2023-05-14 12:02:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/MD-Live_User-Guide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (364, 1, '2023-05-14 07:02:49', '2023-05-14 12:02:49', '', 'Ben Sum_VIS1_01.01.2023_CF Industries Enterprises, Inc_3333808', '', 'inherit', 'open', 'closed', '', 'ben-sum_vis1_01-01-2023_cf-industries-enterprises-inc_3333808', '', '', '2024-03-22 14:21:33', '2024-03-22 19:21:33', '', 1007, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Ben-Sum_VIS1_01.01.2023_CF-Industries-Enterprises-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (365, 1, '2023-05-14 07:02:52', '2023-05-14 12:02:52', '', 'F_GROGuide', '', 'inherit', 'open', 'closed', '', 'f_groguide', '', '', '2024-03-22 14:39:35', '2024-03-22 19:39:35', '', 1021, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_GROGuide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (366, 1, '2023-05-14 07:02:55', '2023-05-14 12:02:55', '', 'F_ServiceFC', '', 'inherit', 'open', 'closed', '', 'f_servicefc', '', '', '2024-03-22 14:41:02', '2024-03-22 19:41:02', '', 1022, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceFC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (367, 1, '2023-05-14 07:02:58', '2023-05-14 12:02:58', '', 'F_ServiceFS', '', 'inherit', 'open', 'closed', '', 'f_servicefs', '', '', '2024-03-22 14:42:13', '2024-03-22 19:42:13', '', 1023, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceFS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (368, 1, '2023-05-14 07:03:01', '2023-05-14 12:03:01', '', 'F_ServiceLC', '', 'inherit', 'open', 'closed', '', 'f_servicelc', '', '', '2024-03-22 14:43:23', '2024-03-22 19:43:23', '', 1025, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/F_ServiceLC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (371, 1, '2023-05-14 07:21:48', '2023-05-14 12:21:48', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/base-pay-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"21%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Base Pay</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Creating an environment to attract and retain top talent.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>The foundation of CF Industriesâ€™ compensation framework is based on a holistic approach to engage you, our employees, by including all elements of compensation: salary, short-term and long-term incentives.</p>\n<p>We leverage these elements to:</p>\n<ul>\n<li>Attract and retain top talent</li>\n<li>Provide fair and competitive wage</li>\n<li>Recognize and reward exceptional performance</li>\n<li>Maintain sustainability across business cycles</li>\n</ul>\n<h2>Base Pay</h2>\n<p>Base pay reflects an employee\'s annual compensation at a specific point in time, and considers your specific knowledge, skills and abilities which align with your specific duties and responsibilities. Our base pay takes into consideration the relevant labor conditions and is targeted at the market median midpoint. Similar to how we evaluate your skills when determining your pay, CF annually evaluates our own pay scale and adjusts accordingly to remain fair and competitive.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>View Your Pay worklet Online</h2>\n<ul>\n<li>Go to <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a></li>\n<li>Sign in with your username and password.</li>\n<li>Click on the Pay worklet.</li>\n<li>Click on the Payslips button.</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Base Pay', '', 'publish', 'closed', 'closed', '', 'base-pay', '', '', '2026-01-21 16:53:23', '2026-01-21 22:53:23', '', '0', 'https://cfibenefits.wpengine.com/?page_id=371', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (373, 1, '2023-05-14 07:30:18', '2023-05-14 12:30:18', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/short-term-incentive_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"22%\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Short-Term Incentives (AIP/VIP)</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Do It Right. Do It Well. Be Rewarded.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Our company performance is a direct result of working safely, ensuring reliable operations and improving workplace efficiency. We know that better results happen when we do it right and do it well every time. With CFâ€™s annual incentives, you are rewarded when you help the company achieve these performance goals.</p>\n<h2>Short-Term Incentive Options</h2>\n<p>Depending on your position within CF Industries, you may be assigned to your specific incentive plan when you come aboard. Short-term incentives are broken down into two groups which vary based on how the incentives are earned and when they are paid:</p>\n<h2>Corporate</h2>\n<h3>Annual Incentive Plan (AIP) and Variable Incentive Plan (VIP-Corporate)</h3>\n<p>As a corporate employee, your annual incentive award is based on how well the company does during the plan year in four separate performance categories and account for different percentages of the award. Your annual incentive award is paid out in one payment after the close of the year.</p>\n<p>Annual incentive awards are paid out in the first quarter <span>of the following year.</span></p>\n<h2>Manufacturing and Distribution Facilities</h2>\n<h3>Variable Incentive Plan (VIP-Manufacturing and Distribution)</h3>\n<p>As a manufacturing or distribution facility employee, your award is based on the same performance categories listed above under Corporate AND safety and production goals for your facility. Safety and production goals consist of site-wide ammonia production and your individual safety score.</p>\n<p>Variable incentive awards are paid out in two timeslots: 50% of your award will be paid out based on the company performance categories in the first quarter following the close of the year. The other 50% will be paid out in quarterly amounts based on site goals.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.24.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more details about our short-term incentives, search â€œShort-Term Incentivesâ€ on The Loop.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Short Term Incentives (AIP/VIP)', '', 'publish', 'closed', 'closed', '', 'short-term-incentives-aip-vip', '', '', '2026-02-18 07:20:17', '2026-02-18 13:20:17', '', '0', 'https://cfibenefits.wpengine.com/?page_id=373', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (375, 1, '2023-05-14 07:35:46', '2023-05-14 12:35:46', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term-incentive-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"19%\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Long-Term Incentives</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"25%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Investing in our top leadership and key contributors.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries offers awards that intentionally reflect our values, especially our focus on maintaining a long-term view. Our leaders and key contributors play an important part in increasing the value of the company over time, and we reward these efforts by providing opportunities to accumulate company ownership through long-term incentives.</p>\n<p>CF determines each year which leaders and key contributors are eligible for the long-term incentives. The amount you are awarded is based on your role, your performance and your potential. Our long-term incentives are designed to align leadership interests with our shareholdersâ€™ by guaranteeing CFâ€™s sustained success.</p>\n<h2>First-time Recipient?</h2>\n<p>You will need to open an account or link an existing Charles Schwab account to CF. You will receive an email from Charles Schwab with information on how to open or link your account.</p>\n<h2>Accessing Your Award</h2>\n<p>In January of each year, your Award Agreement will be accessible on the <a href=\"https://eac.schwab.com\" target=\"_blank\" rel=\"noopener\">Charles Schwab Equity Awards Center (EAC)</a> website. You will need to log on to the EAC to review your grant details and accept your Award Agreement within a specified time period.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>800-654-2593</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/schwab-mobile/id407358186\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.schwab.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more details about our long-term incentives, search â€œLong-Term Incentivesâ€ on The Loop.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Long-Term Incentives', '', 'publish', 'closed', 'closed', '', 'long-term-incentives', '', '', '2026-02-03 20:30:36', '2026-02-04 02:30:36', '', '0', 'https://cfibenefits.wpengine.com/?page_id=375', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (376, 1, '2023-05-14 07:50:33', '2023-05-14 12:50:33', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-anniversary-award_page_banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||2vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award-mobileONLY.jpg\" background_enable_image_phone=\"on\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Service Anniversary Awards</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Celebrating the impact you make at CF Industries. [/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Service Anniversary Awards</h2>\nWorkplaces should be a community of people who surround you every day to be champions of your success. We can think of no better way to continue to <strong>champion you</strong> than by rewarding your hard work! Service Anniversary Rewards are an opportunity to recognize and thank you for the dedication you have shown throughout your time at CF Industries.\n\nCF Industries believes that, when recognizing our success as a company, we must first recognize everyone that was involved in making that success possible. When an employee reaches an important professional milestone, it is a clear indicator of their commitment to their work and CFâ€™s overall success.\n\nEmployees with service anniversaries ranging from five to 50 years will receive a signed letter, plaque and a stipend between $100 to $1,150 that employees will then use to choose gifts from a selected company catalogue.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_congrats.jpg\" title_text=\"team_congrats\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>800-654-2593</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://eac.schwab.com/\" target=\"_blank\" rel=\"noopener\">Charles Schwab</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">App</span></strong> <i class=\"fa-regular fa-mobile-notch\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://apps.apple.com/us/app/schwab-mobile/id407358186\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.schwab.mobile&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Service Anniversary Awards', '', 'draft', 'closed', 'closed', '', 'service-anniversary-awards', '', '', '2026-01-20 12:07:38', '2026-01-20 18:07:38', '', '0', 'https://cfibenefits.wpengine.com/?page_id=376', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (379, 1, '2026-03-01 21:48:08', '2023-05-14 12:54:32', ' ', '', '', 'publish', 'closed', 'closed', '', 379, '', '', '2026-03-01 21:48:08', '2026-03-02 03:48:08', '', '0', 'https://cfibenefits.wpengine.com/?p=379', 4, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (380, 1, '2026-03-01 21:48:08', '2023-05-14 12:54:32', '', 'Short-Term Incentives', '', 'publish', 'closed', 'closed', '', 'short-term-incentives-2', '', '', '2026-03-01 21:48:08', '2026-03-02 03:48:08', '', '0', 'https://cfibenefits.wpengine.com/?p=380', 3, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (381, 1, '2026-03-01 21:48:08', '2023-05-14 12:54:32', ' ', '', '', 'publish', 'closed', 'closed', '', 381, '', '', '2026-03-01 21:48:08', '2026-03-02 03:48:08', '', '0', 'https://cfibenefits.wpengine.com/?p=381', 2, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (382, 1, '2026-03-01 21:48:22', '2023-05-14 12:54:41', ' ', '', '', 'publish', 'closed', 'closed', '', 382, '', '', '2026-03-01 21:48:22', '2026-03-02 03:48:22', '', '0', 'https://cfibenefits.wpengine.com/?p=382', 44, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (383, 1, '2023-05-14 07:58:14', '2023-05-14 12:58:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"56%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Prescription Drug Coverage</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Automatically get prescription drug coverage when you enroll in a CF Industries medical plan.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p>The CF Industries medical plans provide prescription drug coverage through Prime Therapeutics. Prime Therapeutics provides you access to a wide network of pharmacies such as CVS and Walgreens. To find an in-network pharmacy, visit <a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a> and click on â€œFind a Pharmacy.â€</p>\n<p>The cost for each prescription depends on the formulary tier it is in:</p>\n<ul>\n<li><strong>Generic â€“</strong> Generic drugs have the same active ingredients as the brand-name.</li>\n<li><strong>Preferred brand â€“</strong> These drugs are not available in the generic form.</li>\n<li><strong>Non-preferred brand â€“</strong> Some non-preferred brands are covered on the Prime Therapeutics formulary list. Those not on the list are not covered.</li>\n<li><strong>Specialty -</strong> Specialty medications are provided through Accredo. Contact Accredo directly by calling 833-721-1619 or visiting <a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">accredo.com</a>. You can also contact a BCBSIL health advocate at 888-902-8293 to help facilitate the conversation with Accredo.</li>\n</ul>\n<h2>Mail Order / Home Delivery Pharmacy</h2>\n<p>You have the choice of filling maintenance medications in a 90-day supply through Express Scripts Mail Order or at a retail pharmacy (Primeâ€™s Extended Supply Network Pharmacies).</p>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||8px||false|false\" global_colors_info=\"{}\"]<h2>Prescription Coverage At-a-Glance*</h2>[/et_pb_text][et_pb_code admin_label=\"Prescription table\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Type of Prescription<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Advantage PPO with HSA (In-Network)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Standard PPO<!-- [et_pb_line_break_holder] -->        (In-Network)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        You pay:<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        You pay:<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Preventive Medications</td><!-- [et_pb_line_break_holder] -->        <td>Some covered at no cost; for others, the 10% coinsurance will apply, but not the deductible.</td><!-- [et_pb_line_break_holder] -->        <td>Some covered at no cost; for others, your copay is based on the drug tier</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Generic</td><!-- [et_pb_line_break_holder] -->        <td>100% until deductible is met; 10% after deductible is met</td><!-- [et_pb_line_break_holder] -->        <td>$20 copay<!-- [et_pb_line_break_holder] -->(90-day supply at Mail Order or Extended Supply Network Pharmacies**)</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Preferred Brand</td><!-- [et_pb_line_break_holder] -->        <td>100% until deductible is met; 10% after deductible is met</td><!-- [et_pb_line_break_holder] -->        <td>$40 copay (30-day supply)<br><br><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$80 copay (90-day supply at Mail Order or Extended Supply Network Pharmacies**)</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Non-Preferred Brand</td><!-- [et_pb_line_break_holder] -->        <td>100% until deductible is met;<!-- [et_pb_line_break_holder] -->10% after deductible is met<!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] -->        <td>$55 copay (30-day supply)<br><br><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->$110 copay (90-day supply at Mail Order or Extended Supply Network Pharmacies**)</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\" ><!-- [et_pb_line_break_holder] -->        <th colspan=\"3\">Other Features</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>How prescription costs apply to your plan</td><!-- [et_pb_line_break_holder] -->        <td>Coinsurance counts towards deductible and out-of-pocket maximum.</td><!-- [et_pb_line_break_holder] -->        <td>Copay counts towards out-of-pocket maximum only.</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Can you use HSA to pay for prescriptions?</td><!-- [et_pb_line_break_holder] -->        <td>Yes</td><!-- [et_pb_line_break_holder] -->        <td>No</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||4em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Drugs that need a health care provider to administer them and often given to you in a hospital, doctorâ€™s office or other health care setting may be covered under your medical benefit (i.e. contraceptive implants or chemo infusions). If you are taking/prescribed a drug that is not on the list, call the number on your ID card to speak with a BCBSIL health advocate to confirm coverage.</em></p>\n<p><em>**Extended Supply Network Pharmacies fill 90-day supplies of maintenance medications.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.21.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>BCBSIL Health Advocate</h4>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" header_4_line_height=\"1.3em\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<h4>ID Cards</h4>\n<p>Your medical plan ID card has your Prime Therapeutics Plan information.</p>\n<h4>ACA Preventive Drug List</h4>\n<p>This includes medications <a href=\"/documents/2026-member-preventive-drug-list/\" target=\"_blank\" rel=\"noopener\">covered at no cost</a> under both medical plans.</p>\n<h4>HSA Preventive Drug List</h4>\n<p>This applies only to those enrolled in the Advantage PPO with HSA. You pay 10% coinsurance for the preventive medications on this <a href=\"/documents/2026-hsa-standard-preventive-drug-list-member-flyer/\" target=\"_blank\" rel=\"noopener\">list</a>.</p>\n<h4>Balanced Formulary Drug List</h4>\n<p>Visit <a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">MyPrime.com</a> or <a href=\"https://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">BCBSIL.com</a> for the most up-to-date list under our medical plans, or view the list <a href=\"/documents/2026-balanced-formulary-drug-list/\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Prescription', '', 'publish', 'closed', 'closed', '', 'prescription', '', '', '2026-01-20 13:17:31', '2026-01-20 19:17:31', '', '0', 'https://cfibenefits.wpengine.com/?page_id=383', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (385, 1, '2023-05-14 08:07:01', '2023-05-14 13:07:01', '', 'HSA Preventive Drug Program', '', 'inherit', 'open', 'closed', '', 'hsa-preventive-drug-program-2', '', '', '2024-03-21 18:12:05', '2024-03-21 23:12:05', '', 953, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-Preventive-Drug-Program.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (386, 1, '2023-05-14 08:07:04', '2023-05-14 13:07:04', '', 'RX-ACA-Preventative-List-IL', '', 'inherit', 'open', 'closed', '', 'rx-aca-preventative-list-il', '', '', '2024-03-21 18:16:04', '2024-03-21 23:16:04', '', 955, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/RX-ACA-Preventative-List-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (388, 1, '2023-05-14 08:21:52', '2023-05-14 13:21:52', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_page_banner-1.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Dental</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]With our dental plan, take a proactive approach to your oral health to support your overall health.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p>We partner with Cigna to offer you a dental plan with access to the large national Total Cigna DPPO network. <strong>Your DPPO plan allows you to see any licensed dentist, however, using an in-network dentist may minimize your out-of-pocket expenses.</strong></p>\n<h2>Avoid Surprise Bills by Staying In-Network</h2>\n<p>Our dental plan contracts with providers in the Cigna DPPO network at lower, negotiated rates. This means you pay less when you use an in-network provider. If you go out-of-network, the dental plan will pay a percentage based on the type of service, up to an allowed amount. You may be billed for additional costs.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||8px||false|false\" global_colors_info=\"{}\"]<h2>In-Network Dental Coverage At-a-Glance</h2>[/et_pb_text][et_pb_code admin_label=\"Dental table\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||14px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        In-Network</br><!-- [et_pb_line_break_holder] -->        Cigna Dental Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Deductible</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Individual</td><!-- [et_pb_line_break_holder] -->        <td>$50 per individual</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Family</td><!-- [et_pb_line_break_holder] -->        <td>$150 per family</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Maximum</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Excludes preventive and orthodontia services</td><!-- [et_pb_line_break_holder] -->        <td>$1,500 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Coinsurance</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Preventive Services</p><!-- [et_pb_line_break_holder] -->          Oral exams and cleanings (two per calendar year), x-rays, non-orthodontic space maintainers (through age 18), topical application of fluoride (through age 18)<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 100%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Basic Services</p><!-- [et_pb_line_break_holder] -->          Emergency care for pain, oral surgery, amalgam/composite fillings, extractions (routine), endodontics (root canals), periodontics<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Major Services</p><!-- [et_pb_line_break_holder] -->          Porcelain crowns, inlays and onlays, partial/complete dentures, denture relines/rebases, removable/fixed bridgework<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 50% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td style=\"font-weight: bold;\">Implants</td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Orthodontia</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Benefit Applies to</td><!-- [et_pb_line_break_holder] -->        <td>Adults and children</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Coinsurance</td><!-- [et_pb_line_break_holder] -->        <td>50% no deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Lifetime Maximum</td><!-- [et_pb_line_break_holder] -->        <td>$2,000 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||1em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>Disclaimer: Out of network services are covered based on the percentages noted in chart above, subject to the non-network reimbursement rate. For services provided by a non-network dentist, Cigna Dental will reimburse according to the Maximum Reimbursable Charge.</em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" text_font_size=\"16px\" custom_margin=\"||34px|||\" global_colors_info=\"{}\"]<h2>Cigna Virtual Care with Teledentix</h2>\n<p>Our Cigna Dental Plan gives you access to virtual consultations with dentists, anytime, anywhere.</p>\n<p><br />Weâ€™ve all been there â€“ out of the blue a toothache strikes, or you chip a tooth. Whenever unexpected medical issues arise, we often find ourselves nowhere near our doctor or the office is suddenly closed. Then you think to yourself, â€œWhat should I do next?â€</p>\n<p>If you participate in CFâ€™s dental plan with Cigna, you have access to 24/7 virtual dental care. Teledentix offers virtual dental consultations with board certified dentists, nationwide, at any time of the day or night.</p>\n<p>Whether you are having a dental emergency, or you just want to speak with a dentist about an oral health concern, you can video chat live with a provider to help you determine next steps. These quick 5 to 10-minute consultations can give you the peace of mind that you need until youâ€™re able to speak with your dentist. While Cigna recommends contacting your dentist first to see if they can provide virtual care, Teledentix is available wherever that is not an option.</p>\n<p>Make sure youâ€™re prepared in case the unexpected happens. Log on to your <a href=\"https://myCigna.com\" target=\"_blank\" rel=\"noopener\">myCigna.com</a> account and follow the prompts to the virtual care portal.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-244-6224</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.myCigna.com\" target=\"_blank\" rel=\"noopener\">www.myCigna.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Account:</strong></span><strong>3333808</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<h4>Find an In-Network Dental Provider</h4>\n<p>You can find a Cigna dental provider by clicking <a href=\"http://www.mycigna.com/\" target=\"_blank\" rel=\"noopener\">here</a> or by calling 800-244-6224 and using the automated Dental Office Locator.</p>\n<h4>ID Cards</h4>\n<p>Cigna does not issue printed dental ID cards, however you can easily access your ID card <a href=\"https://my.cigna.com/web/public/guest\" target=\"_blank\" rel=\"noopener\">online</a> or through the Cigna mobile app. Your dental provider can also confirm your coverage by using your Social Security number.</p>\n<h4>Claim Form</h4>\n<p>If you visit an out-of-network provider, you or your provider need to submit this <a href=\"/documents/cignal-dental-claim-form/\" target=\"_blank\" rel=\"noopener\">online claim form</a> for reimbursement or visit <a href=\"https://my.cigna.com/web/public/consumer/registration/name\" target=\"_blank\" rel=\"noopener\">myCigna</a> to create an account and submit your form.</p>\n<h4>Dental Rate Sheet</h4>\n<p><a href=\"/documents/2026-dental-rate-sheet/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the dental rates.</p>\n<h4>Dental Plan Summary</h4>\n<p><a href=\"/documents/2026-dental-plan-summary/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view your Dental Plan Summary.<br /><a href=\"/documents/dental-mycigna-overview-flyer/\" target=\"_blank\" rel=\"noopener\">myCigna Overview Flyer</a></p>\n<h4>Dental Virtual Care</h4>\n<p>Access dental care 24/7/365 without leaving home. Click <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/cigna-dental-virtual-care-customer-flyer/\">here</a> to learn more about Cigna Healthcare Dental Virtual Care.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Dental', '', 'publish', 'closed', 'closed', '', 'dental', '', '', '2026-01-29 13:18:50', '2026-01-29 19:18:50', '', '0', 'https://cfibenefits.wpengine.com/?page_id=388', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (390, 1, '2023-05-14 08:33:13', '2023-05-14 13:33:13', '', 'Cigna Dental Claim Form', '', 'inherit', 'open', 'closed', '', 'cigna-dental-claim-form', '', '', '2024-03-21 18:18:51', '2024-03-21 23:18:51', '', 956, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Cigna-Dental-Claim-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (391, 1, '2023-05-14 08:33:15', '2023-05-14 13:33:15', '', 'CF_2023_Rates_FINAL_102022', '', 'inherit', 'open', 'closed', '', 'cf_2023_rates_final_102022', '', '', '2023-05-14 08:33:15', '2023-05-14 13:33:15', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF_2023_Rates_FINAL_102022.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (393, 1, '2023-05-14 08:42:01', '2023-05-14 13:42:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>The Cigna Vision plan offers comprehensive coverage for routine eye exams, lenses, frames, and more, helping you maintain clear vision and overall well-being. Eye health is essential because regular exams can detect early signs of conditions like glaucoma, diabetes, and high blood pressure, often before symptoms appear.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" locked=\"off\" global_colors_info=\"{}\"]<p>Cigna Vision powered by the EyeMed network, which includes over 24,000 independent provider locations such as Lens CraftersÂ®, Pearle VisionÂ®, Target OpticalÂ®, Walmart Vision CenterÂ®, and more. To find EyeMed network providers, call (888) 353-2653 or log in to <a href=\"https://my.cigna.com/\" target=\"_blank\" rel=\"noopener\">mycigna.com</a>. While you may visit any provider, youâ€™ll save more out-of-pocket when you choose in-network providers. Our vision plan covers eye exams, frames, lenses and contact lenses.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||10px||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]<h2>In-Network Vision Coverage At-a-Glance</h2>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.24.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        In-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\" style=\"width:33%;\"><!-- [et_pb_line_break_holder] -->        Out-of-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Copay</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Exam (Once per calendar year)</td><!-- [et_pb_line_break_holder] -->      <td>You pay $10</td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $60</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Glasses (in lieu of contact lenses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Single Vision</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"5\">You pay $25 and then the plan pays 100%</td><!-- [et_pb_line_break_holder] -->      <td>Up to $40</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Bifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $65</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Trifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Progressives</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lenticular</td><!-- [et_pb_line_break_holder] -->      <td>Up to $100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Frames (once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $200</td><!-- [et_pb_line_break_holder] -->      <td>Up to $133</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Contact Lenses (in lieu of glasses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Elective</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"2\">Plan pays up to $300</td><!-- [et_pb_line_break_holder] -->      <td>Up to $225</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Therapeutic</td><!-- [et_pb_line_break_holder] -->      <td>Up to $210</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Laser Vision Correction</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td colspan=\"2\"><center>Discount available</center></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||20px||false|false\" custom_padding=\"0px||20px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Whatâ€™s Not Covered</h2>\n<p>The expenses not covered under the vision plan include (but are not limited to):</p>\n<ul>\n<li>Non-prescription eyeglasses, lenses or contact lenses</li>\n<li>Spectacle lens treatments, â€œadd-ons,â€ or lens coatings not shown as covered in the Schedule of Vision Coverage</li>\n<li>Prescription sunglasses</li>\n<li>Two pairs of glasses in lieu of bifocals or trifocals</li>\n</ul>\n<h2>Laser Vision Correction</h2>\n<p>Under Cigna, members and their eligible dependents are granted access to exclusive savings on Lasik Eye Surgery at one of Cignaâ€™s 600 contracted locations nationwide under LasikPlus, TLC Laser Eye Centers and The LASIK Vision Institute. Cigna members and dependents can receive up to $1,000 off the cost of lasik surgery at locations with an \"all laser\" Wavelight Laser. As always, please reach out to your member services or visit <a href=\"http://www.mycigna.com/\" target=\"_blank\" rel=\"noopener\">myCigna</a> to confirm your discount coverage on the surgery or schedule your free Lasik eye exam today!</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Contact box\" _builder_version=\"4.23.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-353-2653</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.myCigna.com\" target=\"_blank\" rel=\"noopener\">www.myCigna.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Account:</strong></span><strong>3333808</strong></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Find an In-Network Vision Provider</h4>\n<p>You can find a Cigna vision provider by clicking <a href=\"https://eyedoclocator.eyemedvisioncare.com/cigna/en\" target=\"_blank\" rel=\"noopener\">here</a> or calling 888-353-2653.</p>\n<h4>ID Cards</h4>\n<p>Cigna does not issue printed Vision ID cards, however you can easily access your ID card <a href=\"https://my.cigna.com/\" target=\"_blank\" rel=\"noopener\">online</a> or through the Cigna mobile app. Your Vision provider can also confirm your coverage by using your Social Security number.</p>\n<h4>Laser Vision Correction</h4>\n<p>Our vision plan provides you with access to discounted services for Laser Vision Correction through LasikPlus, TLC Laser Eye Centers and The LASIK Vision Institute. Visit <a href=\"http://www.mycigna.com/\" target=\"_blank\" rel=\"noopener\">myCigna</a> or call 855-665-2020 for information.</p>\n<h4>Vision Rate Sheet</h4>\n<p><a href=\"/documents/2026-vision-rate-sheet/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the vision rates.</p>\n<h4>Vision Plan Summary</h4>\n<p><a href=\"/documents/2026-vision-plan-summary/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view the Vision Plan Summary.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" admin_label=\"Employee box\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Vision', '', 'publish', 'closed', 'closed', '', 'vision', '', '', '2026-01-29 13:21:22', '2026-01-29 19:21:22', '', '0', 'https://cfibenefits.wpengine.com/?page_id=393', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (398, 1, '2023-05-14 09:16:41', '2023-05-14 14:16:41', '', 'CF_2023_Rates_FINAL_102022', '', 'inherit', 'open', 'closed', '', 'cf_2023_rates_final_102022-2', '', '', '2023-05-14 09:16:41', '2023-05-14 14:16:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF_2023_Rates_FINAL_102022-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (399, 1, '2023-05-14 09:21:01', '2023-05-14 14:21:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.24.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Strive Well-Being Program</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Learn how to take your well-being to the next level and earn rewards along the way.[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Strive is CF Industriesâ€™ well-being program that provides a simple way to help you take charge of your physical, financial and emotional health at home and work while earning reduced medical premiums and gift cards. Access Strive anytime, anywhere by connecting with your smart phone or computer.\n<h2>Rewards and Incentives</h2>\n<strong>Employees regardless of medical plan enrollment</strong>\n<ul>\n	<li>All employees have the opportunity to participate in the program to earn points. Points may be redeemed for gift cards up to $650 per year.</li>\n</ul>\n<strong>Spouses enrolled in the medical plan</strong>\n<ul>\n	<li>Spouses have the opportunity to earn points which may be redeemed for gift cards up to $250 per year.</li>\n</ul>\n<p style=\"padding-bottom: .75em;\"><strong>Spouses not enrolled in the medical plan</strong></p>\n\n<ul>\n	<li>Spouses not covered under the medical plan cannot earn rewards, but are welcome to participate and strive towards a healthier lifestyle!</li>\n</ul>\n<h3>Strive Tools and Resources Include (not limited to):</h3>\n<ul>\n	<li>Activity tracking and goal setting</li>\n	<li>Device integration with most tracking devices</li>\n	<li>Unlimited individual and team challenges</li>\n	<li>Guided video workouts</li>\n	<li>Meditation and mindfulness tools</li>\n	<li>Self-paced individual programs</li>\n	<li>Recipes</li>\n</ul>\n<h3>How to Earn Your Strive Rewards</h3>\n<ol>\n	<li>Take five minutes to register on the <a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">Strive platform</a>.</li>\n	<li>Complete your Well-Being Assessment (WBA). You\'ll earn points while helping Strive learn about you, your interests and your goals!</li>\n	<li>Participate in a mix of activities focused on physical, financial, emotional and work-related goals.</li>\n	<li>Get your spouse \"striving\" for rewards too! If they\'re covered under a CF Industries medical plan, they\'re eligible for all the fun and benefits. Spouses not covered under the medical plan are welcome to participate as well, but will not earn rewards.</li>\n	<li>It\'s not a sprint â€“ it\'s a marathon! Stay engaged all 12 months to earn your maximum points and rewards.</li>\n	<li>Make it fun! Engage your co-workers in friendly competition with team challenges.</li>\n</ol>\nTo redeem your 2024 points for rewards, you must complete your order via the reward cart by January 24, 2025. It is your responsibility to redeem points before leaving the business for any reason, as you will no longer have access to Strive upon separation from the company.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.24.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>Strive Program Support</h4>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px; padding-right: 2px;\" aria-hidden=\"true\"></i> <strong>888-339-4131</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.cftotalrewards-strive.com/en/login/\" target=\"_blank\" rel=\"noopener\">cftotalrewards-strive<wbr />.com</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:support@propelwellness.zendesk.com\" target=\"_blank\" rel=\"noopener\">support@propelwellness.zendesk<wbr />.com</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p>For more details about our long-term incentives, visit the <a href=\"/resource-library/\">Resource Library</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Strive', '', 'draft', 'closed', 'closed', '', 'strive', '', '', '2026-01-21 13:44:20', '2026-01-21 19:44:20', '', '0', 'https://cfibenefits.wpengine.com/?page_id=399', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (402, 1, '2023-05-14 09:33:53', '2023-05-14 14:33:53', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"43%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"54%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Your Health Center with Proactive MD</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Take care of your health while at work using our onsite health center. [/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>CF Industries partners with a third-party provider, Proactive MD, to provide exceptional, consistent care through the CF Health Centers.</p>\n<h2>Take Care with Proactive MD</h2>\n<p>With a combined 250+ years of healthcare experience, including 120+ years of primary care, the leadership team at Proactive MD offers a variety of services to help employees feel their best while at work, as well as helpful tools that you can use from the comfort of your own home. These services include:</p>\n<ul>\n<li>Well-being visits</li>\n<li>Occupational care</li>\n<li>Preventive care</li>\n<li>Urgent care</li>\n<li>Acute care</li>\n</ul>\n<p>Keep in mind: Occupational and preventive care are <strong>provided at no cost to you. </strong>If you are experiencing health issues and need to seek non-preventive, non-occupational care, your visit will only require a<strong> $25 copayâ€”less than a typical doctorâ€™s office visit.</strong></p>\n<h2>Stay Connected in the Hub</h2>\n<p style=\"padding-bottom: .75em;\">We know keeping track of appointments can be daunting â€“ thatâ€™s why we offer a one-stop-shop called our â€œHealth Center Hubâ€ to keep all of your appointments with Proactive MD in one place, as well as important documents and helpful resources. Visit the <a href=\"https://healthcenters.proactive-md.com/cf-industries\" target=\"_blank\" rel=\"noopener\">Proactive MD website</a> today and bookmark it on your browser for convenient access to:</p>\n<ul>\n<li>Check upcoming appointments</li>\n<li>Access your Patient Portal</li>\n<li>Confirm health center location and hours</li>\n<li>Find health center contact information</li>\n<li>Browse Resources</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p>Stay connected to your health center and access care team support by visiting <a href=\"https://healthcenters.proactive-md.com/cf-industries/\" target=\"_blank\" rel=\"noopener\">CF Industries Health Centers</a><span>.</span></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:promise@proactive.md\" target=\"_blank\" rel=\"noopener\">promise@proactive.md</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.24.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://proactivemd.myezyaccess.com/Patient/Main.aspx\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Proactive MD', '', 'publish', 'closed', 'closed', '', 'proactive-md', '', '', '2026-01-22 12:43:03', '2026-01-22 18:43:03', '', '0', 'https://cfibenefits.wpengine.com/?page_id=402', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (404, 1, '2023-05-14 09:41:39', '2023-05-14 14:41:39', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/chronic-conditions_page_banner2-1.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"11%\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"52%\" width_phone=\"58%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Chronic Condition Management and Prevention</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Prevent and manage chronic conditions for free with Dario.</p>[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]Dario is a confidential chronic condition management and prevention program offered by CF Industries at no cost to you. Darioâ€™s condition-based program includes the top five chronic conditions impacting our employees and dependents.\n<h2>Who\'s Eligible?</h2>\nAll CF employees regardless of coverage are eligible to participate in this program. Dependents age 18+ covered under a CF medical plan are eligible to participate, as well. Once you enroll in the program, you will be asked to provide personal health information to see if you qualify. All information that you share to Dario is held as confidential.\n<h2>Chronic Disease Condition &amp; Prevention Modules</h2>\nDarioâ€™s Healthy Living programs help members live better and healthier lives. These programs include easy-to-use mobile apps, smart measurement devices, one-on-one health coaching by chat or phone and tips for healthier living.\n<h3>Emotional Well-Being</h3>\nFeeling stressed, anxious or depressed? Get support anytime, anywhere from Dario\'s Emotional Well-Being module. Fill out a confidential assessment to receive recommendations including self-guided programs, one-on-one coaching and referrals to qualified therapists. This all-in-one program, complete with self-guided Cognitive Behavioral Therapy (CBT), can help with stress, sleep, anxiety, depression, mindfulness and relationships.\n<h3>Weight Management</h3>\nThe Dario Weight Management module helps participants lose weight <em>and</em> keep it off. Participants receive a free Dario Smart Scale to connect directly to the app. They will also have access to personalized health coaching for support and motivation. By utilizing Darioâ€™s tracking tools, nutrition guidance, exercise recommendations and more, participants are prepared for a successful journey!\n<h3>Diabetes Management</h3>\nThose impacted by diabetes have access to the Diabetes Management module. Participants receive a free pocket-sized Smart Glucometer to connect directly to the app. The mobile app makes it easy to track blood glucose readings and activities, chat with coaches and get tips for better managing your diabetes. Lancets and strips are automatically replenished so participants never run out. Participants may also add an emergency contact to alert during a hypoglycemic event.\n\n<h3>Blood Pressure Management</h3>\nThe Blood Pressure Management module can help participants understand how to better keep blood pressure under control. Participants receive a free digital blood pressure cuff to connect to the app for easy monitoring. Participants also have access to a health coach for guidance on healthy eating, exercising and managing stress.\n<h3>Musculoskeletal (Joint)</h3>\nTackle joint pain and improve posture with Dario\'s musculoskeletal module. Participants receive a free Dario Move kit, complete with a wearable sensor that shows real-time movement in the app, to guide exercise sessions. Participants have access to video tips to improve joint health and understand pain, as well as a dedicated coach to help you move into better health.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>833-438-0736 </strong> \n(9 a.m. â€“ 9 p.m. ET)\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://about.dariohealth.com/cfindustries\" target=\"_blank\" rel=\"noopener\">www.about.dariohealth.com/cfindustries </a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://23284-1.portal.athenahealth.com/\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Start Now for Free</h2>\n<ul>\n<li>Get started now by clicking <a href=\"https://about.dariohealth.com/cfindustries/\" target=\"_blank\" rel=\"noopener\">here</a>.</li>\n<li>Scroll down and select GET ME STARTED.</li>\n<li>Enter the requested information.</li>\n<li>Select the module you think may be right for you.</li>\n</ul>\n<p>All information you share is confidential.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Chronic Condition and Prevention Management', '', 'draft', 'closed', 'closed', '', 'chronic-condition-and-prevention-management', '', '', '2025-10-01 02:04:52', '2025-10-01 07:04:52', '', '0', 'https://cfibenefits.wpengine.com/?page_id=404', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (408, 1, '2023-05-14 13:59:25', '2023-05-14 18:59:25', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 61%|rgba(255,255,255,0) 61%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"61%\" width_last_edited=\"on|tablet\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Paid Parental Leave</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Time away from work to bond and adjust to your newly expanded family.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CF Industries provides Paid Parental Leave (PPL) to provide you time away from work to bond with your new family member â€“ whether they be newborn or newly adopted.</p>\n<h2>Eligibility</h2>\n<p>Regular, active full-time employees are eligible for PPL after the completion of 12 months of service. This leave applies to both birth moms and non-birth parents.</p>\n<h2>Benefit Amount</h2>\n<p>CFâ€™s PPL allows eligible employees the opportunity to take up to four weeks of leave at 100% of <a href=\"/base-pay/\" target=\"_blank\" rel=\"noopener\">base pay</a>. PPL is paid through payroll on your regularly scheduled pay dates and is subject to all normal withholdings and deductions.</p>\n<h2>Requirements</h2>\n<p>Employees must provide at least a 90-day notice and must take their leave within six months after the birth or adoption of your child. PPL can be taken intermittently or in one continuous block of time, depending on your work location.</p>\n<h2>How to Apply</h2>\n<p>You are required to apply for leave in Workday at least 90 days in advance of the expected due date or adoption placement date. All leave periods are subject to manager review and approval.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" locked=\"off\" global_colors_info=\"{}\"]<p><strong><em>Disclaimer: </em></strong><em>PPL runs concurrent with federal and state Family Medical Leaves.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\nTo learn more about Paid Parental Leave, please contact your local Human Resources representative.[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Paid Time Off</h4>\n<p><a href=\"/documents/ppl-guide-employee-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Employee</a><br /><a href=\"/documents/ppl-guide-manager-us/\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Manager</a></p>\n<h4>PPL Affidavit</h4>\n<p><a href=\"/documents/ppl-affidavit/\" target=\"_blank\" rel=\"noopener\">Click here</a> to access to the Paid Parental Leave Affidavit.</p>\n<h4>Workday</h4>\n<p>Access <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> to apply for a leave.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œParental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Parental Leave', '', 'draft', 'closed', 'closed', '', 'paid-parental-leave', '', '', '2026-01-21 13:50:23', '2026-01-21 19:50:23', '', '0', 'https://cfibenefits.wpengine.com/?page_id=408', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (411, 1, '2023-05-14 14:03:35', '2023-05-14 19:03:35', '', 'CF PPL Affidavit', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit', '', '', '2023-05-14 14:03:35', '2023-05-14 19:03:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-PPL-Affidavit.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (413, 1, '2023-05-14 14:14:02', '2023-05-14 19:14:02', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/employee-match-banner.jpg\" background_position=\"top_left\" background_vertical_offset=\"3%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 56%|rgba(255,255,255,0) 56%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"46%\" background_vertical_offset_phone=\"3%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"54%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"0px||0px|2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Gift Match</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_padding=\"0px||1em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>The more you give, the more CF gives with the Annual Giving Campaign.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]At CF Industries, we believe in making a difference not only in the lives of our employees, but the lives of all our neighbors in our communities.\n\nWe partner with the local <a href=\"https://www.cancer.org/about-us/local/illinois.html\" target=\"_blank\" rel=\"noopener\">American Cancer Society</a>, <a href=\"https://www.heart.org/en/affiliates/illinois/chicago\" target=\"_blank\" rel=\"noopener\">American Heart Association</a>, and local United Way chapters to bring an Employee Gift Match program to support the causes our employees believe in. During our Annual Giving Campaign at the end of each year, for every dollar you contribute to our designated charities, CF Industries will match that donation dollar-for-dollar.\n\nYour contributions can be through either a one-time payroll deduction or a reoccurring bi-weekly deduction that lasts the length of the campaign. Simply choose the amount you would like to donate and how often, and CF will begin the match process.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>To learn more about Paid Parental Leave, please contact your local Human Resources representative.</p>[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Charitable Contributions Report</h4>\n<p>Read more about how CF Industries is giving back to our devoted charities <a href=\"https://www.cfindustries.com/reports#8ce496ec-2bda-49a0-b754-2e6ca191ec37\" target=\"_blank\" rel=\"noopener\">here</a> under the latest Charitable Contributions Report.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œParental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Gift Match', '', 'publish', 'closed', 'closed', '', 'employee-gift-match', '', '', '2026-01-21 13:59:12', '2026-01-21 19:59:12', '', '0', 'https://cfibenefits.wpengine.com/?page_id=413', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (415, 1, '2023-05-14 14:19:35', '2023-05-14 19:19:35', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/employee-perks-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"39%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"60%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Perks</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||60px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Access exclusive deals and discounts.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"||0em||false|false\" custom_margin_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h2>PerkSpot Discounts</h2>\n<p>CF Industries partners with <a href=\"https://pslogin.perkspot.com/login?communityId=400&amp;passwordLogin=True\" target=\"_blank\" rel=\"noopener\">PerkSpot</a> to offer you exclusive discounts at some of your favorite national and local merchants. Discounts cover a wide variety of deals including, but not limited to:</p>\n<ul>\n<li>Auto/home Insurance</li>\n<li>Will Protection</li>\n<li>Identity Protection</li>\n<li>Travel</li>\n<li>Computers</li>\n<li>Dining</li>\n<li>Cell phones</li>\n</ul>\n<h2>Cigna Healthy Rewards</h2>\n<p>Enjoy savings with Cigna Healthy Rewards! Get discounts on wellness programs, gym memberships, fitness devices, vision care, hearing aids, and more. Available to employees and dependents enrolled in the Cigna dental or vision plan. Visit <a href=\"https://discoverhealthyrewards.sites.cigna.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Cigna Discover Healthy Rewards</a><span>Â to learn how to turn those healthier habits into a wealthier wallet!</span></p>\n<h2>Blue365</h2>\n<p>By being a Blue Cross Blue Shield of Illinois (BCBSIL) member, you have access to Blue365, a discount program that can help you save money on health and wellness products and services from top retailers that are not covered by insurance. Sign up for Blue365 here to receive weekly featured deals straight to your inbox.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Mobile App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-870-3470</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.https://www.cigna.com/static/www-cigna-com/docs/ifp/m-26-fly-all-997215-ifp-healthy-rewards-broker-customer-flyer.pdf.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>\n<h4>Blue365</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Email</strong> <i class=\"fa-regular fa-envelope\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"mailto:support@Blue365deals.com\">support@Blue365deals.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.blue365deals.com/BCBSIL/ \" target=\"_blank\" rel=\"noopener\">www.blue365deals.com/BCBSIL/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Cigna Healthy Rewards</h4>\n<p><a href=\"/documents/2026-healthy-rewards/\" target=\"_blank\" rel=\"noopener\">Healthy Rewards</a></p>\n<p><a href=\"/documents/2026-healthy-rewards-moms-meals\" target=\"_blank\" rel=\"noopener\">Healthy Rewards Moms Meals</a></p>\n<p><a href=\"/documents/2026-healthy-rewards-lasik-vision-correction/\" target=\"_blank\" rel=\"noopener\">Healthy Rewards Lasik Vision Correction</a></p>\n<p><a href=\"/documents/2026-active-and-fit/\" target=\"_blank\" rel=\"noopener\">Active &amp; Fit</a></p>\n<h4>Blue365</h4>\n<p>Click <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/blue-cross-and-blue-shield-of-illinois-blue365-member-overview/\" target=\"_blank\" rel=\"noopener\">here</a> to learn more about the Blue365 program through BCBSIL.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" z_index=\"5\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\" disabled=\"on\" sticky_enabled=\"0\"]<h2>For Employees Only</h2>\n<h4>Employee Referral Guidelines</h4>\n<p>To learn more or to confirm if someone you may know is an eligible referral, search â€œEmployee Referral Bonusâ€ on The Loop.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Perks', '', 'publish', 'closed', 'closed', '', 'employee-perks', '', '', '2026-01-29 13:02:28', '2026-01-29 19:02:28', '', '0', 'https://cfibenefits.wpengine.com/?page_id=415', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (417, 1, '2023-05-14 14:48:13', '2023-05-14 19:48:13', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-time-off-bannerBG.jpg\" custom_padding=\"3.6vw||3.6vw||true|false\" custom_padding_tablet=\"2vw||3vw||false|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 50%|rgba(255,255,255,0) 50%\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/PTO_mobileONLY.jpg\" background_enable_image_phone=\"on\" background_size_phone=\"cover\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"17%\" background_horizontal_offset_phone=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"51%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"0px||0px|2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Paid Time Off</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>To promote a healthy work-life balance, CF Industries provides eligible employees with Paid Time Off (PTO).</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Paid Holidays</h2>\nYou will receive up to 9 paid company-observed holidays each year (72 hours)\n<h2>Paid Time Off</h2>\nEach January 1, you are granted Paid Time Off (PTO) based on your projected length of continuous service at the end of that year (although PTO is earned ratably throughout the year).[/et_pb_text][et_pb_code admin_label=\"PTO table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th rowspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service (as of the end of the year)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"blue-header\" style=\"text-align: center\"><!-- [et_pb_line_break_holder] -->        Paid Time Off (PTO) Granted each January 1<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Regular Full-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Regular Part-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Less than one year</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 180 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 90 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>One â€“ Four years</td><!-- [et_pb_line_break_holder] -->      <td>180 hours</td><!-- [et_pb_line_break_holder] -->      <td>90 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Five â€“ Nine years</td><!-- [et_pb_line_break_holder] -->      <td>228 hours</td><!-- [et_pb_line_break_holder] -->      <td>114 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>10 - 19 years</td><!-- [et_pb_line_break_holder] -->      <td>264 hours</td><!-- [et_pb_line_break_holder] -->      <td>132 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>20+ years</td><!-- [et_pb_line_break_holder] -->      <td>300 hours</td><!-- [et_pb_line_break_holder] -->      <td>150 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" locked=\"off\" global_colors_info=\"{}\"]<p><em><strong>Important Note:</strong> Temporary employees are not eligible for PTO. Employees on a leave of absence on January 1 will be granted their paid PTO if they return to work in the calendar year.</em></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Volunteer Time Off (VTO)</h2>\n<p>Our Volunteer Time Off (VTO) program provides you up to one full day of your normal work schedule per year to volunteer at a charitable organization that supports CF\'s philanthropic goals related to Environmental Sustainability, Healthy Food Access, STEM Education and Awareness and Local Community Advancement.</p>\n<p>Discuss your volunteer opportunity with your manager and provide supporting information via Workday to complete your VTO request and take advantage of this program.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.24.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Company-Observed Holidays:</h4>\n<ul>\n	<li>New Yearâ€™s Day</li>\n	<li>Martin Luther King Jr. Day</li>\n	<li>Memorial Day</li>\n	<li>Fourth of July</li>\n	<li>Labor Day</li>\n	<li>Thanksgiving</li>\n	<li>Day After Thanksgiving</li>\n	<li>Christmas Eve (Observed)</li>\n	<li>Christmas Day</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ecf9f7\" positioning=\"relative\" z_index=\"10\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\nFor more information, including the VTO policy, FAQs and detailed instructions on how to submit your VTO request in Workday, search â€œPaid Time Offâ€ on The Loop.\n<h4>Leave of Absence</h4>\nIn some cases, employees may need to take a leave of absence instead of paid time off. To learn more about different types of leave, contact your HR representative.[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>TBD app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-258-3312</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Paid Time Off', '', 'publish', 'closed', 'closed', '', 'paid-time-off', '', '', '2026-01-29 13:22:16', '2026-01-29 19:22:16', '', '0', 'https://cfibenefits.wpengine.com/?page_id=417', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (419, 1, '2023-05-14 15:21:21', '2023-05-14 20:21:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/new-employee-integration.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 64%|rgba(255,255,255,0) 64%\" background_position_tablet=\"top_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"32%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"62%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\" custom_padding__hover_enabled=\"on|desktop\" custom_padding__hover=\"0px||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29.5px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>New Employee Integration</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Give your employees the tools to succeed.</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Roadmap to Success</h2>\nCF Industries provides you with a specially-tailored onboarding experience to introduce you to CFâ€™s culture, values, business and people processes to integrate you into the company and set you up for growth and success at CF. The onboarding curriculum was created by CF leaders to be aligned with our performance management and talent development processes and was designed to help you get started on the right foot as you begin your employment journey with CF. \n\nBelow is a sample of what your first 30 days will look like at CF. [/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/integration-pathway.png\" title_text=\"integration-pathway\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||5px||false|false\" custom_margin=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_margin=\"0px||0.9em||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" locked=\"off\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>CFâ€™s Core Curriculum</h2>\n<p>CFâ€™s Core Curriculum is built by leader level and is the foundational learning roadmap to introduce you to our company. The Core Curriculum has learning paths for both employees and team leaders. Courses in the appropriate learning path are assigned to all new employees to complete as they progress through the integration process.</p>\n<h4 style=\"padding-top: .5em;\"><strong>New Employees</strong></h4>\n<p>This process supports you by outlining key activities and resources you and your team leader will undertake through the process of your employment.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Road-Map-Leading-Self.jpg\" title_text=\"Road-Map-Leading-Self\" show_in_lightbox=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||5px||false|false\" custom_padding=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_margin=\"0px||0.9em||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" locked=\"off\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<h4 style=\"padding-top: .5em;\"><strong>Team Leaders</strong></h4>\n<p>â€‹â€‹â€‹â€‹â€‹â€‹â€‹This process supports you by providing guidance on how to prepare for your new employee and coach them through the process at CF.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/Road-Map-Leading-Teams.jpg\" title_text=\"Road-Map-Leading-Teams\" show_in_lightbox=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||6px||false|false\" custom_padding=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_font_size=\"14px\" custom_margin=\"0px||0.9em||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" locked=\"off\"]<p>Click image to enlarge</p>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"24px||1.1em||false|false\" global_colors_info=\"{}\"]<p>Your learning roadmap outlines the resources, training and personal connections that will provide you with a strong foundation for success at CF.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\n<p>Use the video below as a guide to access your roadmap on what you can expect each week.</p>\" content_phone=\"<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\nUse the video below as a guide to access your roadmap on what you can expect each week.\" content_last_edited=\"on|tablet\" disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|0px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Viewing Your Roadmap</h4>\n<p>Use the video below as a guide to access your roadmap on what you can expect each week.</p>[/et_pb_text][et_pb_video src=\"https://vimeo.com/826702749\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_margin=\"0px||||false|false\" custom_padding=\"0px|15px|15px|15px|false|true\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>New Employee Integration Details</h4>\nTo learn more about New Employee Integration and CFâ€™s Core Curriculum search â€œTalent Management & Developmentâ€ on The Loop.[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>PerkSpot</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>866-606-6057</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://cfi.perkspot.com\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com </a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>TBD app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/perkspot/id1550845231\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.perkspotmobile&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>\n<h4>Cigna Healthy Rewards</h4>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-258-3312</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http:www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'New Employee Integration', '', 'draft', 'closed', 'closed', '', 'new-employee-integration', '', '', '2026-01-21 14:30:35', '2026-01-21 20:30:35', '', '0', 'https://cfibenefits.wpengine.com/?page_id=419', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (421, 1, '2023-05-14 15:28:50', '2023-05-14 20:28:50', '', 'Road-Map-Leading-Self', '', 'inherit', 'open', 'closed', '', 'road-map-leading-self', '', '', '2023-05-14 15:28:50', '2023-05-14 20:28:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Road-Map-Leading-Self.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (422, 1, '2023-05-14 15:28:55', '2023-05-14 20:28:55', '', 'Road-Map-Leading-Teams', '', 'inherit', 'open', 'closed', '', 'road-map-leading-teams', '', '', '2023-05-14 15:28:55', '2023-05-14 20:28:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Road-Map-Leading-Teams.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (424, 1, '2023-05-14 15:38:38', '2023-05-14 20:38:38', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://vimeo.com/826702749\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" locked=\"off\"]<p><a href=\"/new-employee-integration/\">Click here</a> to return to the <strong>New Employee Integration</strong> page.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Employee Integration Video', '', 'publish', 'closed', 'closed', '', 'employee-integration-video', '', '', '2023-05-16 07:16:57', '2023-05-16 12:16:57', '', '0', 'https://cfibenefits.wpengine.com/?page_id=424', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (426, 1, '2023-05-14 15:47:06', '2023-05-14 20:47:06', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/career-developmentBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"3%\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|300|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"35px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Career Development</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"30%\" background_position=\"bottom_right\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"23px||40px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" background_last_edited=\"on|phone\" background_enable_image_tablet=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]At CF, your growth matters. We foster a learning culture that supports continuous development for both our business and employees. Youâ€™ll find tools, resources, and programs designed to help you plan your career and access learning opportunities from day one and throughout your journey.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin_tablet=\"||0em||false|false\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>CF Leadership Competency Model</h2>\n<p>At CF, we believe that what you accomplish matters, and so does how you accomplish it. Our Performance Management philosophy recognizes both the results you deliver (your goals and business impacts) and the way you achieve them (your leadership competencies). Leadership at CF means leading yourself, others, and business initiatives with integrity, collaboration, and a commitment to our core values.</p>\n<p>Our Leadership Competency Model outlines the behaviors and skills that drive success at every level. By applying these competencies in your daily work, you not only achieve results but also strengthen our culture and reputation. Whether youâ€™re new to CF or an experienced leader, focusing on both what you do and how you do it sets you apart and supports your growth- here and beyond.</p>\n<p><img src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/01/CF-Leadership-Model-300x300.png\" width=\"300\" height=\"300\" alt=\"\" class=\"wp-image-1401 aligncenter size-medium\" /></p>\n<p>&nbsp;</p>\n<h2>Career and Individual Development Planning Process</h2>\n<p>CF offers a structured process for career development, including accessible learning content and meaningful conversations with leaders. Together, youâ€™ll create and review your Individual Development Plan (IDP), ensuring you receive the support and feedback needed to succeed.</p>\n<h2>Workday Learning</h2>\n<p><a href=\"https://www.myworkday.com/cfindustries/learning\" target=\"_blank\" rel=\"noopener\">Workday Learning</a> is your central hub for development at CF. Through this platform, you can access a wide range of courses from providers like LinkedIn Learning and Vector Solutions, all in one place. In addition to self-paced learning, Workday is also where you can find and register for instructor-led training sessions, making it easy to participate in live learning experiences that support your growth and career goals.</p>\n<h2>LinkedIn Learning</h2>\n<p>Unlock over 10,000 courses, videos, and learning paths tailored for CF employees. <a href=\"https://lnkd.in/ePR_fxw\" target=\"_blank\" rel=\"noopener\">LinkedIn Learning</a> features expert instructors and content aligned with our leadership competencies, plus resources for professional certifications. Activate your CF LinkedIn Learning license via The Loop.</p>\n<h2>Vector Solutions</h2>\n<p>Vector Solutions provides our employees with access to courses that can help broaden their understanding of their specific work environment. With trainings on everything from pump operations to instrumentation troubleshooting, there is something for everyone. Head to Workday Learning to discover more.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" custom_margin_tablet=\"0px||36px||false|false\" custom_margin_phone=\"||36px||false|false\" custom_margin_last_edited=\"on|phone\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Career Development</h4>\n<p>To learn more about these programs search â€œTalent Management &amp; Developmentâ€ on The Loop.</p>\n<p><a href=\"https://www.myworkday.com/cfindustries/learning\" target=\"_blank\" rel=\"noopener\">Workday Learning</a></p>\n<p><a href=\"https://lnkd.in/ePR_fxw\" target=\"_blank\" rel=\"noopener\">LinkedIn Learning</a></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Career Development', '', 'publish', 'closed', 'closed', '', 'career-development', '', '', '2026-01-29 13:32:16', '2026-01-29 19:32:16', '', '0', 'https://cfibenefits.wpengine.com/?page_id=426', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (427, 1, '2023-05-14 15:53:02', '2023-05-14 20:53:02', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leadership-development-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"58%\" width_phone=\"69%\" width_last_edited=\"on|desktop\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||2.7em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Leadership Development</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Develop the skill to manage and lead our teams.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Within CF Industries, leadership development means providing our leaders with opportunities to identify their strengths and weaknesses, and receive constructive feedback to apply to their roles. This is provided through several leadership development programs, such as:</p>\n<ul>\n<li>Frontline Leadership Development Program (FLDP)</li>\n<li>CF Leading Leaders</li>\n<li>Executive Development Program (EDP)</li>\n</ul>\n<h2>Team Leader Foundations</h2>\n<p>Empowering first-time leaders.</p>\n<p>This comprehensive leadership development program is designed specifically for all first-time supervisors and/or team leads across CF (people who have direct reports, regardless of title).</p>\n<p>Over the course of 6 months, participants will engage in a series of six interactive, live classes held on Microsoft Teams, with individual and site-based cohort activities in between the live classes. Topics include Peer Today, Boss Tomorrow, Emotional Intelligence for Team Leaders, Situational Leadership, Conflict &amp; Difficult Conversations, Coaching, Powerful Questions &amp; Feedback, and Accountability &amp; Managing Performance.</p>\n<h2>Frontline Leadership Development (FLDP)</h2>\n<p>CFâ€™s Frontline Leadership Development Program (FLDP) was designed in partnership with the Center for Creative Leadership to help frontline leaders recognize and capitalize on their strengths and provide the skills and tools to address their development opportunities. This program enhances the leaders understanding of foundational leadership concepts, skills and perspective.</p>\n<h2>Leading Leaders â€” Your Journey to Enhanced Leadership</h2>\n<p>This program is a three-month long Functional Leader Development Experience designed to enhance your understanding of effective leadership. Leaders will explore the Fives Roles of Leaders - Strategist, Talent Developer, Internal Influencer, Change Leader and Results Orchestrator. Some of the skills taught also include understanding how to inspire and lead a diverse team while demonstrating courage to challenge the status quo and achieve new possibilities.</p>\n<h2>Executive Development Program (EDP)</h2>\n<p>This EDP takes your leadership knowledge to the next level by utilizing your greatest strength within CF Industries: the support of your peers. In this cohort-based program, 15 nominated leaders will expand their leadership knowledge to enhance their business acumen and excel in their position while contributing to the success of the company. This is an expansive program spanning from 12-18 months that takes a multi-faceted approach to leadership education. Through personalized feedback, leadership assessments and experiential learning exercises, participants can expect to expand their knowledge and grow their professional network in the process.</p>\n<ul></ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Leadership Development Programs</h4>\nContact your HR business partner for information on our Leadership Development Programs.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Leadership Development', '', 'publish', 'closed', 'closed', '', 'leadership-development', '', '', '2026-01-21 15:15:50', '2026-01-21 21:15:50', '', '0', 'https://cfibenefits.wpengine.com/?page_id=427', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (430, 1, '2023-05-14 16:01:57', '2023-05-14 21:01:57', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/mentoring_bannerBG2.jpg\" background_position=\"top_right\" background_vertical_offset=\"30%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"3%\" background_horizontal_offset_phone=\"14%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0.4px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Mentoring@CF</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"21px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Fostering professional development at every level.[/et_pb_text][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>We know mentoring relationships can be transformational to careers. Mentoring@CF is our company-wide mentoring program developed to promote a culture of learning and development, build connections, and increase engagement. Participation is voluntary. To learn more about this program, visit MentorcliQ available on The Loop.</p>\n<h2>Mentor Benefits</h2>\n<p>Being a mentor to a fellow employee will not only have a positive impact on the employee themself, but it will improve your professional and social acumen as well!</p>\n<p>Benefits can include:</p>\n<ul>\n<li>Exposing you to new perspectives, ideas and approaches</li>\n<li>Providing the change to reflect on your own goals</li>\n<li>Developing your personal leadership styles</li>\n<li>Gaining recognition as a subject matter expert and leader</li>\n<li>Deepening your understanding of challenges at various levels</li>\n</ul>\n<h2>Mentee Benefits</h2>\n<p>Before knowing how to effectively teach and challenge others/yourself, you must first learn how to accept new knowledge and apply it to your own work. This program can help you develop the skills needed to do so.</p>\n<p>Benefits can include:</p>\n<ul>\n<li>Improving your interpersonal relationship skills and personal brand</li>\n<li>Developing your strengths and self-confidence</li>\n<li>Getting guidance on professional development and advancement</li>\n<li>Increasing visibility and recognition within the company</li>\n<li>Acquiring new skills and knowledge</li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Mentoring@CF', '', 'publish', 'closed', 'closed', '', 'mentoringcf', '', '', '2024-02-09 15:38:54', '2024-02-09 21:38:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=430', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (432, 1, '2026-03-01 21:48:16', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 432, '', '', '2026-03-01 21:48:16', '2026-03-02 03:48:16', '', '0', 'https://cfibenefits.wpengine.com/?p=432', 25, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (433, 1, '2026-03-01 21:48:15', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 433, '', '', '2026-03-01 21:48:15', '2026-03-02 03:48:15', '', '0', 'https://cfibenefits.wpengine.com/?p=433', 24, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (434, 1, '2026-03-01 21:48:15', '2023-05-14 21:08:00', ' ', '', '', 'publish', 'closed', 'closed', '', 434, '', '', '2026-03-01 21:48:15', '2026-03-02 03:48:15', '', '0', 'https://cfibenefits.wpengine.com/?p=434', 23, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (436, 1, '2026-03-01 21:48:13', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 436, '', '', '2026-03-01 21:48:13', '2026-03-02 03:48:13', '', '0', 'https://cfibenefits.wpengine.com/?p=436', 19, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (437, 1, '2026-03-01 21:48:13', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 437, '', '', '2026-03-01 21:48:13', '2026-03-02 03:48:13', '', '0', 'https://cfibenefits.wpengine.com/?p=437', 18, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (438, 1, '2026-03-01 21:48:13', '2023-05-14 21:07:59', ' ', '', '', 'publish', 'closed', 'closed', '', 438, '', '', '2026-03-01 21:48:13', '2026-03-02 03:48:13', '', '0', 'https://cfibenefits.wpengine.com/?p=438', 17, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (441, 1, '2026-03-01 21:48:11', '2023-05-14 21:07:58', ' ', '', '', 'publish', 'closed', 'closed', '', 441, '', '', '2026-03-01 21:48:11', '2026-03-02 03:48:11', '', '0', 'https://cfibenefits.wpengine.com/?p=441', 13, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (443, 1, '2026-03-01 21:48:11', '2023-05-14 21:07:57', ' ', '', '', 'publish', 'closed', 'closed', '', 443, '', '', '2026-03-01 21:48:11', '2026-03-02 03:48:11', '', '0', 'https://cfibenefits.wpengine.com/?p=443', 12, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (444, 1, '2026-03-01 21:48:11', '2023-05-14 21:07:57', ' ', '', '', 'publish', 'closed', 'closed', '', 444, '', '', '2026-03-01 21:48:11', '2026-03-02 03:48:11', '', '0', 'https://cfibenefits.wpengine.com/?p=444', 11, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (445, 1, '2026-03-01 21:48:10', '2023-05-14 21:07:57', ' ', '', '', 'publish', 'closed', 'closed', '', 445, '', '', '2026-03-01 21:48:10', '2026-03-02 03:48:10', '', '0', 'https://cfibenefits.wpengine.com/?p=445', 10, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (446, 1, '2023-05-14 16:10:29', '2023-05-14 21:10:29', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/talent-management-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"37%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Talent Management</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Ensuring a robust talent pipeline.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Our talent management process is specifically designed to focus on our most important asset â€“ you. Talent management helps improve team productivity, increase employee satisfaction and retain and grow our talent. All these efforts lead to career growth opportunities and a future-ready skilled workforce with succession development plans to ensure the continuity of our business.</p>\n<p>As part of our talent strategy to continue to evolve our talent processes to drive performance, engagement and career development, transparency in how we build our talent pipeline, conduct succession planning and strategically develop our talent is critical to our success and a key component to having robust career development conversations. Transparency with our talent management process means openly communicating the components and outcome of our talent assessment and calibration process.Â </p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Talent Management', '', 'draft', 'closed', 'closed', '', 'talent-management', '', '', '2026-01-21 14:41:07', '2026-01-21 20:41:07', '', '0', 'https://cfibenefits.wpengine.com/?page_id=446', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (448, 1, '2023-05-14 16:14:23', '2023-05-14 21:14:23', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/performance-management-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"16%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Performance Management</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||50px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]A coaching partnership.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||10px||false|false\" custom_padding=\"0px||9px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>The relationships between our employees and their managers are held in high regard at CF Industries. We want to empower your professional growth by employing great leaders that help you build your skills through disciplined performance reviews.</p>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.21.0\" _module_preset=\"default\" hover_enabled=\"0\" overflow-x_tablet=\"\" overflow-x_phone=\"scroll\" overflow-x_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Goal Setting<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Mid-Year Career Discussion<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"> Employeeâ€™s Self-Assessment/Manager Assessment<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        Januaryâ€“March<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        June<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        Novemberâ€“December<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Align to CFâ€™s priorities and SLT goals</li><!-- [et_pb_line_break_holder] --><li><strong>Operators and Technicians</strong> will have standardized goals set for them in Workday.</li><!-- [et_pb_line_break_holder] --><li>All other employees will create 3 to 6 individual SMART goals that will be reviewed and approved by manager</li></ul></td><!-- [et_pb_line_break_holder] -->      <td> Employees drive voluntary mid-year career discussions with manager.</td><!-- [et_pb_line_break_holder] -->      <td><strong>Annual Performance Review</strong></td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Performance Management', '', 'draft', 'closed', 'closed', '', 'performance-management', '', '', '2026-01-21 14:41:25', '2026-01-21 20:41:25', '', '0', 'https://cfibenefits.wpengine.com/?page_id=448', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (450, 1, '2023-05-14 16:18:28', '2023-05-14 21:18:28', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/education-assist-banner.jpg\" custom_padding=\"3.7vw||3.7vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"32%\" background_horizontal_offset_phone=\"16%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"50%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Education Assistance</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"1.5em||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Expand your knowledge and future career opportunities.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]CF Industries is committed to investing in you to support your professional development. Our Education Assistance Program was created to help you further your knowledge, skills and job effectiveness through higher education.â€‹\n<h2>Education Assistance Eligibility</h2>\nAll full-time, active employees in the U.S. and Canada are eligible for benefits under this program. The education assistance program is for covered, approved tuition expenses at an accredited institution. The course must be job-related, satisfactorily completed outside regular working hours and lead to a degree.\n\nAll courses must be approved before they begin to qualify for education assistance reimbursement. After completing the course, submit all required documentation, including course approval, grades, and receipts, within 30 days for reimbursement processing.\n<h2>Whatâ€™s Covered?</h2>\nThe Education Assistance Program reimburses up to $10,000 of eligible, approved tuition expenses each calendar year for covered education programs. Covered degree programs at approved and accredited educational institutions include:\n<ul>\n	<li>Associate degree</li>\n	<li>Bachelorâ€™s degree</li>\n	<li>Advanced degree (e.g., Masterâ€™s and MBA)</li>\n</ul>\n<h2>Whatâ€™s Not Covered?</h2>\n<ul>\n	<li>Fees</li>\n	<li>Books</li>\n	<li>Computer access charges</li>\n	<li>Parking</li>\n	<li>Supplies</li>\n</ul>\n<h2>Education Assistance</h2>\nEducation Assistance Application <a href=\"/documents/application-for-education-assistance/\" target=\"_blank\" rel=\"noopener\">here</a>.\n<h2>Job-Related Courses and Exams <em>(Not Degree-Related)</em></h2>\nCF supports your professional development by reimbursing 100% of the cost for job-related courses and exams upon successful completion, even if they are not part of a degree program. Professional development plans should be created in collaboration with your manager and approved before you begin any course or exams.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Learn More</h4>\n<p>Learn more about the Education Assistance Program by visiting The Loop and searching â€œEducation Assistanceâ€.</p>\n<h4 style=\"padding-bottom: .3em;\">How to Apply</h4>\n<p>Employees interested in this program should complete theÂ <a href=\"/documents/2026-application-for-education-assistance/\" target=\"_blank\" rel=\"noopener\">Education Assistance Application</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Education Assistance', '', 'publish', 'closed', 'closed', '', 'education-assistance', '', '', '2026-01-21 15:21:10', '2026-01-21 21:21:10', '', '0', 'https://cfibenefits.wpengine.com/?page_id=450', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (452, 1, '2026-03-01 21:48:15', '2023-05-14 21:23:39', ' ', '', '', 'publish', 'closed', 'closed', '', 452, '', '', '2026-03-01 21:48:15', '2026-03-02 03:48:15', '', '0', 'https://cfibenefits.wpengine.com/?p=452', 22, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (455, 1, '2023-05-14 16:26:24', '2023-05-14 21:26:24', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/ayco-financial-banner.jpg\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|tablet\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"top_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"13%\" background_horizontal_offset_phone=\"14%\" background_vertical_offset_tablet=\"0%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width=\"70%\" width_tablet=\"47%\" width_phone=\"55%\" width_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"|||10%|false|false\" custom_margin_phone=\"|||1.7em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.3px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"0px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"28px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Goldman Sachs Ayco Financial Well-Being</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Be confident in your financial decisions at every&nbsp;step.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"padding-bottom: 1em;\">CF Industries employees have access to a Financial Wellness benefit, provided by Goldman Sachs Ayco. This benefit will help you maximize the value of your pay and benefits and deliver personalized guidance to support your financial life. Goldman Sachs Ayco can help with daily financial matters such as managing debt as well as planning for life events like buying a home.</p>\n<h2>Ways Goldman Sachs Ayco Can Help You:</h2>\n<ul>\n<li>One-on-one financial coaching to discuss strategies and challenges you\'d like to address</li>\n<li>Tools to map out financial goals and track progress</li>\n<li>Remote or in-person group education to help you learn how to navigate financial changes and challenges</li>\n<li>Resources to prepare you for the next steps on your financial journey</li>\n</ul>\n<h2>Get Started Now</h2>\n<ul>\n<li>Log in to Goldman Sachs Ayco\'s <a href=\"https://accounts.ayco.com/wellness/login?vanityId=cfindustries\" target=\"_blank\" rel=\"noopener\">Financial Wellness Site</a>.\n<ul>\n<li><strong>First-time users:</strong> go to the bottom of the page and click <strong>Create Account</strong>. Enter your Employee ID, last name and zip code to register and create an account.</li>\n<li><strong>Returning users:</strong> Enter your username and password to log in.</li>\n</ul>\n</li>\n<li>Take the Financial Wellness Assessment.</li>\n<li>Review the recommended financial to-doâ€™s and choose a priority to focus on.</li>\n<li>Connect with a financial coach by <a href=\"http://www.ayco.com/login/cfindustries\" target=\"_blank\" rel=\"noopener\">scheduling an appointment</a> or calling 800-527-0012.</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||4em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>Advisory services offered by Goldman Sachs Wealth Services, L.P. (the â€œAdviserâ€), a registered investment adviser, affiliate of Goldman Sachs &amp; Co. LLC (â€œGS&amp;Co.â€), and subsidiary of The Goldman Sachs Group, Inc., a worldwide, full-service investment banking, broker-dealer, asset management, and financial services organization. Goldman Sachs Ayco is a brand of Goldman Sachs Wealth Services, L.P. Brokerage services are offered through GS&amp;Co. and Mercer Allied Company, L.P. (a limited purpose broker-dealer), both affiliates of the Adviser and members FINRA/SIPC.</em></p>\n<p><em>Â©2026 Goldman Sachs Wealth Services, L.P. All Rights Reserved. For more information on Goldman Sachs Wealth Services, visit <a href=\"https://www.gs.com/ayco\" target=\"_blank\" rel=\"noopener\">www.gs.com/ayco</a>.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-527-0012</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://accounts.ayco.com/wellness/login?vanityId=cfindustries \" target=\"_blank\" rel=\"noopener\">accounts.ayco.com/wellness/</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>GS/Ayco App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/goldman-sachs-wellness/id1600778026\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.gs.pfmg.wellness&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<h4>Goldman Sachs Aycoâ€™s Services</h4>\n<a href=\"/documents/2026-ayco-flyer/\" target=\"_blank\" rel=\"noopener\">Click here</a> for an informational flyer and FAQs about Goldman Sachs Ayco\'s services.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Ayco Financial Well-Being', '', 'publish', 'closed', 'closed', '', 'ayco-financial-well-being', '', '', '2026-01-21 15:24:54', '2026-01-21 21:24:54', '', '0', 'https://cfibenefits.wpengine.com/?page_id=455', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (461, 1, '2026-03-01 21:48:16', '2023-05-15 00:47:08', ' ', '', '', 'publish', 'closed', 'closed', '', 461, '', '', '2026-03-01 21:48:16', '2026-03-02 03:48:16', '', '0', 'https://cfibenefits.wpengine.com/?p=461', 27, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (462, 1, '2023-05-14 19:49:17', '2023-05-15 00:49:17', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"54%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px|||0px|false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"30px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Health Savings Account</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Use triple tax savings to pay for medical, dental and vision expenses. [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]A Health Savings Account (HSA) is a tax-favored personal savings account that works with the Advantage PPO with HSA medical plan. Use your HSA funds to pay for qualified eligible medical expenses such as deductibles, coinsurance, copays, dental and vision care. Through our partnership with Fidelity Investments, you have access to the <a href=\"/documents/netbenefits-accesscard-faq/\" target=\"_blank\" rel=\"noopener\">NetBenefits AccessCardÂ®</a>Â to provide you a simple way to pay for qualified expenses.\n<h2>HSA Major Benefits</h2>\n<ul>\n	<li>CF Industries contributes to your account.</li>\n	<li>Your account always belongs to you; you own it if you leave the company or retire.</li>\n	<li>Your balance rolls over from year to year.</li>\n	<li>Your contributions lower your taxable income.</li>\n	<li>Builds a healthcare nest egg for emergencies or in retirement.</li>\n</ul>\n<h2>Triple Tax Savings</h2>\n<ul>\n	<li>Contributions are taken out of your paycheck before taxes.</li>\n	<li>Funds in your account grow tax free with interest or investment earnings.</li>\n	<li>Funds are withdrawn tax-free when used for eligible expenses.</li>\n</ul>\n<strong><em>Reminder:</em></strong><em> if you use your HSA to pay for ineligible expenses before age 65, you will be taxed on those amounts and subject to an additional 20% penalty.</em>\n<h2>Three Types of Contributions to Your HSA:</h2>\n<ol>\n	<li>CF Contributions*: <strong>$250</strong>Â for employee-only coverage and <strong>$500</strong> for family coverage. For new hires, contributions are prorated based on your hire date.</li>\n	<li>Your Pre-Tax Contributions: Deducted from each paycheck<span style=\"font-size: 16px; background-color: #ffffff;\"> and </span>adjustable any time throughout the year.</li>\n	<li>CF\'s Company Match*: Dollar-for-dollar match, up to $500 for single coverage or $1,000 for family coverage.</li>\n</ol>\n<strong><em>*CF\'s contributions can help cover a significant portion of your medical deductible.Â </em></strong>\n<h2>HSA Annual Contributions and IRS Limits</h2>\nThe combined total of your contributions and CFâ€™s contributions cannot exceed the 2026 IRS limits: $4,400 for individual coverage or $8,750 for family coverage, plus an additional $1,000 catch-up contribution if you are age 55 or older. These limits include all company contributions as well as your own contributions to the Health Savings Account.[/et_pb_text][et_pb_code admin_label=\"HSA limits table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"0px||10px||false|false\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Â <table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Level</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">IRS Total Limits*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Automatic Contribution</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Matching Contribution**</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Your Contribution</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$4,400</td><!-- [et_pb_line_break_holder] -->      <td>$250</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$3,650</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$8,750</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$7,250</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Age 55 or Older</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"4\">Contribute an additional $1,000 on top of these amounts.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||4em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Married couples with HSA-eligible family coverage share one family HSA contribution limit. If both spouses have eligible self-only coverage, each spouse may contribute up to $4,375 in separate accounts.</em></p>\n<p><em>**Assumes you contribute at least $500 for employee only coverage and $1,000 for family coverage.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-835-5095</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|26px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>HSA Eligibility</h4>\n<p>Because the HSA is a tax-advantaged account, the government requires you meet certain conditions. To participate, you:</p>\n<ul>\n<li>Must be enrolled in the Advantage PPO with an HSA (a high deductible health plan)</li>\n<li>Cannot be enrolled in Medicare</li>\n<li>Cannot be a dependent on someone else\'s tax return</li>\n<li>Cannot be covered by another health insurance plan that is not a High Deductible Health Plan</li>\n<li>Cannot participate in the Health Care Flexible Spending Account <strong><em>but can</em></strong> participate in the Limited Purpose Health Care Spending Account</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" global_colors_info=\"{}\"]<p><strong>Watch this video to learn more about the HSA</strong></p>[/et_pb_text][et_pb_code _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"]<iframe src=\"https://flimp.live/CFIndustries_HSA?em=Y\" webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder=\"0\" style=\"width: 100%;\"></iframe>[/et_pb_code][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"1em||10px||false|false\" global_colors_info=\"{}\"]<p><strong>Watch this video to learn how to invest your HSA</strong></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/11/Fidelity-HSA-preview.jpg\" title_text=\"Fidelity-HSA-preview\" url=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.com%2Fv3%2F__https%3A%2Fwww.brainshark.com%2F1%2Fplayer%2Ffidelityemg%3Ffb%3D0%26r3f1%3D91abd5868a87dfcd9dd7acd3998a988481d7d3a6d384939780919cc6aac597969d919b9cc3acccdd%26custom%3Dhsa_investing__%3B!!FAeht5GD8g2E5sE!86X53xXl04mjr0yI7IHZj7Ol9vycsDeUNAqjjxf9OCACrY-uAbCMeeJnrmiBCBI4vTh96RNio9ZAMMPMWrFGdLq381Da%24&data=05%7C02%7Ckelly.oconnor%40lockton.com%7C9285d9ae4028445df4e108de02bc0f0d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638951203888618091%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=%2BctNuweDQiv7PDT2jNh9mJHvbwrtZNYmxGfoTnCOoxo%3D&reserved=0\" url_new_window=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" border_width_all=\"1px\" border_color_all=\"rgba(0,0,0,0.23)\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"]<p><strong><a href=\"https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.com%2Fv3%2F__https%3A%2Fwww.brainshark.com%2F1%2Fplayer%2Ffidelityemg%3Ffb%3D0%26r3f1%3D91abd5868a87dfcd9dd7acd3998a988481d7d3a6d384939780919cc6aac597969d919b9cc3acccdd%26custom%3Dhsa_investing__%3B!!FAeht5GD8g2E5sE!86X53xXl04mjr0yI7IHZj7Ol9vycsDeUNAqjjxf9OCACrY-uAbCMeeJnrmiBCBI4vTh96RNio9ZAMMPMWrFGdLq381Da%24&amp;data=05%7C02%7Ckelly.oconnor%40lockton.com%7C9285d9ae4028445df4e108de02bc0f0d%7Cf206620208c04832a4b47fa0855bb8ed%7C0%7C0%7C638951203888618091%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&amp;sdata=%2BctNuweDQiv7PDT2jNh9mJHvbwrtZNYmxGfoTnCOoxo%3D&amp;reserved=0\" target=\"_blank\" rel=\"noopener\">Watch this video to learn how to invest your HSA</a></strong></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Health Savings Account', '', 'publish', 'closed', 'closed', '', 'health-savings-account', '', '', '2026-01-21 15:54:44', '2026-01-21 21:54:44', '', '0', 'https://cfibenefits.wpengine.com/?page_id=462', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (465, 1, '2023-05-14 19:54:33', '2023-05-15 00:54:33', '', 'FSRS_NetBenefits_AccessCardSM_FAQS', '', 'inherit', 'open', 'closed', '', 'fsrs_netbenefits_accesscardsm_faqs', '', '', '2023-05-14 19:54:33', '2023-05-15 00:54:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSRS_NetBenefits_AccessCardSM_FAQS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (469, 1, '2023-05-14 20:04:28', '2023-05-15 01:04:28', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-insurance-banner.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"7%\" background_horizontal_offset_phone=\"13%\" background_vertical_offset_phone=\"0%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Protect your loved ones from the unexpected with life insurance.[/et_pb_text][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>CF Industries offers life insurance coverage designed to provide financial protection for you and your loved ones. CF Industries provides Basic Life, Accidental Death and Dismemberment (AD&amp;D) and Business Travel Accident coverage at no cost to you. You also have the option to purchase Voluntary Life Insurance for yourself and dependents for additional protection.</p>\n<p>Life insurance takes effect on your first day of employment. The life insurance options listed below work together to provide coverage for you and your eligible dependents.</p>\n<h2>Basic Life, AD&amp;D and Business Travel Accident (BTA) Insurance</h2>\n<p>CF Industries automatically provides you with this coverage which takes effect on your first day of employment. The Basic Life and AD&amp;D coverage is equal to one time your annual base salary (<em>rounded up to the next $1,000</em>)*. The Company also provides Business Travel Accident Insurance coverage equal to two times your base salary if you die or are seriously injured while traveling for work.***</p>\n<h2>Voluntary Life Insurance</h2>\n<p>You have the option to purchase additional life insurance for yourself and dependents.</p>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Guaranteed Issue Amount</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>One to five times annual base salary (rounded to nearest $1,000)</td><!-- [et_pb_line_break_holder] -->      <td>$1 million</td><!-- [et_pb_line_break_holder] -->      <td>Lesser of four times salary or $400,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse*</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>$50,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000/$500 if under six months of age</td><!-- [et_pb_line_break_holder] -->      <td>All amounts</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"0px||1em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><em>*Coverage amount is reduced by 35% once the employee reaches age 65. This applies to (Basic Life, AD&amp;D, Voluntary Life and Voluntary AD&amp;D for employee and covered spouse).</em></p>\n<p><em>**Unmarried child(ren) under the age 26 are eligible for coverage.</em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"0px||0.25em||false|false\" custom_padding=\"0px||1em||false|false\" locked=\"off\" global_colors_info=\"{}\"]An individual may only be insured once under Voluntary Life or AD&D coverage as an Employee, Spouse, or Dependent Child.  For example, if both you and your spouse work at CF, you cannot cover each other under spousal life insurance. Likewise, only one parent can cover your dependent children, not both.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Voluntary AD&amp;D Insurance</h2>\nYou may also purchase Voluntary AD&D Insurance for yourself and dependents to provide you with additional coverage. Evidence of Insurability is not required for Voluntary AD&D:[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000 to a maximum of $500,000, however, benefit amounts in excess of $300,000 are limited to 10 times the employeeâ€™s compensation.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse*</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<em>**Unmarried children under the age of 26 are eligible for coverage.</em>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-835-5095</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Evidence of Insurability (EOI) for Voluntary Life Insurance</h4>\nFor new hires, the guaranteed issue amount for voluntary employee life insurance is the lesser of four times your annual base salary or $400,000. Any amount exceeding $400,000 requires evidence of insurability (EOI). Voluntary spousal coverage elected as a new hire or within 30 days of marriage will require EOI for amounts above $50,000. \n\nAll other coverage amounts added or increased during annual enrollment or as part of a life event are subject to EOI. \n\nYour elected life coverage amount will take effect upon approval by the insurance carrier.  [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"default\" header_2_line_height=\"1.3em\" custom_margin=\"20px||0px||false|false\" custom_padding=\"||10px||false|false\" global_colors_info=\"{}\"]<h2>Business Travel Accident***</h2>\nBusiness Travel Accident Insurance coverage amounts are subject to age-based reductions. Your BTA coverage will decrease according to the percentages listed in the chart below.[/et_pb_text][et_pb_code _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||-1px|||\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Age<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->       <center>% of Benefit Amount</center><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>65 but less <br>than 70</td><!-- [et_pb_line_break_holder] -->        <td><center>65%</center></td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>70 but less <br>than 75</td><!-- [et_pb_line_break_holder] -->        <td><center>45%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>75 but less <br>than 80</td><!-- [et_pb_line_break_holder] -->        <td><center>30%</center></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>80 or over</td><!-- [et_pb_line_break_holder] -->        <td><center>20%</center><!-- [et_pb_line_break_holder] --></td><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><em>***Coverage under the Business Travel Accident Policy does not include travel to countries considered to be a War Risk. This includes Afghanistan, Belarus, Egypt, Gaza, Iraq, Israel, Lebanon, Palestine, Pakistan, Russia, Sudan, Somalia, Syria, Ukraine, and the West Bank.</em></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Life Insurance', '', 'publish', 'closed', 'closed', '', 'life-insurance', '', '', '2026-01-25 14:28:57', '2026-01-25 20:28:57', '', '0', 'https://cfibenefits.wpengine.com/?page_id=469', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (472, 1, '2023-05-14 20:08:50', '2023-05-15 01:08:50', '', 'Evidence of Insurability Form for Term Life Insurance', '', 'inherit', 'open', 'closed', '', 'evidence-of-insurability-form-for-term-life-insurance', '', '', '2023-05-14 20:08:50', '2023-05-15 01:08:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Evidence-of-Insurability-Form-for-Term-Life-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (474, 1, '2023-05-14 20:30:14', '2023-05-15 01:30:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/disability_banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"28%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"60%\" background_horizontal_offset_phone=\"49%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Disability Coverage</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Protect your income from the unexpected.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" custom_padding=\"2px||20px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Disability coverage helps replace a portion of your income if you are unable to work due to a covered illness or injury. CF Industries provides Short-Term Disability (STD) and  Long-Term Disability (LTD) at no cost to you. You automatically receive this coverage on your first day of employment.[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.27.5\" _module_preset=\"default\" custom_margin=\"||10px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Details*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Short-Term Disability</td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        After a five-day waiting period and approval of your disability, the Plan pays 100% of your base salary for up to eight weeks, then 66 2/3% of your base salary for another 18 **<br><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td>Salary continuation covered by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Long-Term Disability</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Long-Term Disability (LTD)</td><!-- [et_pb_line_break_holder] -->      <td>Once your Short-Term Disability benefits are exhausted, Long-Term Disability Insurance pays benefits equal to 60% of your base salary, up to a maximum of $10,000 per month.***</td><!-- [et_pb_line_break_holder] -->      <td>Premium paid by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_padding=\"2px||12em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<em>*For purposes of STD and LTD coverage, base salary is your regular salary or wages assuming you work 2,080 hours per year. Base salary does not include overtime, bonus pay, incentive compensation or any other type of pay or allowances.</em>\n\n<em>**STD benefits will be reduced by any workers compensation, state or statutory benefits you receive while you are on STD. </em>\n\n<em>***Certain job levels are eligible for a maximum benefit of $20,000 per month.</em>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-362-4462</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.mynylgbs.com\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Reporting a Leave</h4>\nTo report a disability claim of Family Medical Leave, refer to <a href=\"/documents/disability-intake-claim-brochure/\" target=\"_blank\" rel=\"noopener\"><strong>How to File Your Disability Claim</strong></a>.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Disability', '', 'publish', 'closed', 'closed', '', 'disability', '', '', '2026-01-21 16:14:32', '2026-01-21 22:14:32', '', '0', 'https://cfibenefits.wpengine.com/?page_id=474', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (477, 1, '2023-05-14 20:33:36', '2023-05-15 01:33:36', '', 'Intake Brochure (Disability FML)', '', 'inherit', 'open', 'closed', '', 'intake-brochure-disability-fml', '', '', '2024-03-22 12:26:32', '2024-03-22 17:26:32', '', 974, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Intake-Brochure-Disability-FML.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (478, 1, '2023-05-14 20:33:38', '2023-05-15 01:33:38', '', 'Evidence of Insurability Form for Disability Insurance', '', 'inherit', 'open', 'closed', '', 'evidence-of-insurability-form-for-disability-insurance', '', '', '2023-05-14 20:33:38', '2023-05-15 01:33:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Evidence-of-Insurability-Form-for-Disability-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (479, 2, '2023-05-14 20:37:41', '2023-05-15 01:37:41', '', 'paid-parental-leave-bannerBG', '', 'inherit', 'open', 'closed', '', 'paid-parental-leave-bannerbg', '', '', '2023-05-14 20:37:41', '2023-05-15 01:37:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (481, 1, '2023-05-14 20:40:26', '2023-05-15 01:40:26', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k-banner.jpg\" background_position=\"center_right\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 52%|rgba(255,255,255,0) 52%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"5px||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>401(k) Plan</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]CF Industries wants you to feel secure and prepared for life after your career. [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>To help you reach your long-term financial goals, CF Industries partners with Fidelity to offer you a 401(k) Plan. If you do nothing, CF auto enrolls you in the program at 6% contribution.</p>\n<h2>Eligibility</h2>\n<p>You are eligible to participate in our 401(k) Plan 60 days after your date of hire. Your eligible earnings include base pay, scheduled overtime, shift differentials and Annual Incentive Plan (AIP) or Variable Incentive Plan (VIP) payouts.</p>\n<h2>Employee Contributions</h2>\n<ul>\n<li>For 2026, you may save up to $24,500 to your 401(k).</li>\n<li>If you are or will be 50 or older in 2026, you may save an additional catch-up contribution of $8,000.</li>\n<li>Contribute up to 7â€‹5% of eligible earnings on a combined pre-tax, after-tax or Roth basis.</li>\n<li>You may save a percentage of your eligible earnings as pre-tax, traditional after-tax or as Roth 401(k) contributions (or any combinations of these).</li>\n<li>Starting January 1, 2026, as part of SECURE 2.0 legislation, if you are age 50 or older and earned more than $145,000 in 2025 FICA wages you are required to make your 401(k) catch-up contributions on a Roth (after-tax) basis, rather than as traditional pre-tax contributions.</li>\n</ul>\n<p>If you take no action, you will be auto-enrolled at 6 percent. Every year after, your contribution percentage will increase by 1% until it reaches a maximum of 10%.</p>\n<h2>Company Contributions</h2>\n<p>The Company matches 100%, dollar for dollar, up to the first 6% of your contributions. If you arenâ€™t contributing at least 6% to your 401(k), you are leaving free money on the table!</p>\n<p>In addition to this, CF also contributes to your retirement savings through an automatic annual company contribution. The annual contribution is equal to a percentage of your eligible earnings, and no action is necessary to receive this benefit. After the end of the calendar year, employees who have been with the Company through December 31 will receive their contribution via deposit to their Fidelity account during the first quarter.</p>\n<p>These contributions are made based on employeesâ€™ length of service with the CF:</p>\n<ul>\n<li>Less than 5 years - 4%</li>\n<li>Less than 10 but more than 5 years - 5%</li>\n<li>Less than 15 but more than 10 years - 6%</li>\n<li>15 or more years of service - 7%</li>\n</ul>\n<h2>Vesting</h2>\n<p>You are always vested in your own 401(k) contributions. You are 100% vested in Company contributions after two years of service, which means the Company contributions are 100% vested in company matching contributions after two years of service, and after three years in automatic company contributions.</p>\n<h2>Rollover Information</h2>\n<p>You may transfer â€” or roll over â€” money from another employerâ€™s qualified plan (or an IRA specifically intended to facilitate a rollover) into the CF Industries Holdings, Inc. 401(k) Plan.</p>\n<p>To arrange a rollover, contact Fidelity to find out more about a Qualified Rollover.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-835-5095</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>\n\n<span class=\"blue_box_lead-ins\"><strong>Account:</strong></span><strong>09650</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Fidelity App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/fidelity-investments/id348177453\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.fidelity.android&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|2em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n<li>Click the Profile link</li>\n<li>Select Beneficiaries and follow the online instructions</li>\n<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Student Debt Retirement Savings Program</h2>\n<p>If you have student loans, you can have your repayments treated as retirement contributions and get an employer match that will go into your 401(k) account after the end of the plan year. <span>Learn more about our <a href=\"/student-loan-debt-retirement-program/\">Student Debt Retirement Savings Program</a>.</span></p>[/et_pb_text][/et_pb_column][/et_pb_section]', '401(k) Plan', '', 'publish', 'closed', 'closed', '', '401k-plan', '', '', '2026-01-29 13:34:14', '2026-01-29 19:34:14', '', '0', 'https://cfibenefits.wpengine.com/?page_id=481', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (485, 2, '2023-05-14 20:45:36', '2023-05-15 01:45:36', '', 'paid-time-off-bannerBG', '', 'inherit', 'open', 'closed', '', 'paid-time-off-bannerbg', '', '', '2023-05-14 20:45:36', '2023-05-15 01:45:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/paid-time-off-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (488, 1, '2023-05-14 20:59:15', '2023-05-15 01:59:15', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/travel-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.3vw||3.3vw||true|false\" custom_padding_tablet=\"3vw||1vw||false|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|desktop\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 66%|rgba(255,255,255,0) 66%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"5%\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"58%\" width_phone=\"59%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||1.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw|2em|2vw||true|false\" custom_padding_phone=\"3vw|1em|3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>Business and Personal Travel</h1>\" content_phone=\"<h1>Business and Personal Travel</h1>\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.4px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"0px||0px||false|false\" custom_margin_phone=\"5px||0em||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.4px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1 style=\"width: 50%;\">Business and Personal Travel</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Providing additional protection when you travel.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Business Travel with International SOS</h2>\n<p>You have access to the International SOâ€‹S program for business-related international travel or living abroad. â€‹This program is available to assist you 24/7 anywhereâ€‹ in the world. Services include:</p>\n<ul>\n<li>Emergency or routine medical advice or assistance</li>\n<li>Daily email updates on travel security developments</li>\n<li>Medical or security evacuation</li>\n<li>Lost document advice or assistance</li>\n<li>Translation and interpreter services</li>\n</ul>\n<h2>New York Life Secure Travel</h2>\n<p>CF Industries partners with New York Life (NYL) to provide employees with additional protection during personal travel. This benefit applies to individuals enrolled in Basic AD&amp;D or Voluntary AD&amp;D coverage who are traveling at least 100 miles away from home. NYL Secure Travel provides 24/7 access to emergency travel assistance, emergency medical transportation, and helpful pre-trip planning resources. Whether youâ€™re across the country or across the globe, support is just a phone call awayâ€”anytime, day or night.</p>\n<p>During your trip, New York Life can assist with:</p>\n<ul>\n<li>24-hour multilingual assistance and referral to interpretation and translation services</li>\n<li>Referrals to physicians, dentists, medical facilities, and legal assistance providers\n<ul>\n<li>Arrangements for payment of medical expenses up to $10,000 if required prior to treatment*</li>\n</ul>\n</li>\n<li>Assistance with lost or stolen items, including luggage and prescription replacement services*</li>\n<li>Emergency cash advances, up to $1,500*</li>\n</ul>\n<p>In an emergency, New York Life is there when things are out of your control to provide you with peace of mind by:</p>\n<ul>\n<li>Assisting with making emergency travel arrangements*</li>\n<li>Arranging and covering the cost of transportation to the nearest adequate medical facility; emergency evacuation and repatriation provided, when medically necessary**</li>\n<li>Arranging and covering costs associated with returning a deceased covered personâ€™s remains to their place of residence for burial</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Covered person(s) are ultimately responsible for any cash advances, expenses, and/or services, and must provide reimbursement. Covered person(s) must be able to supply a credit card with sufficient funds.</em></p>\n<p><em>**Initial transport by ambulance following a covered medical emergency is excluded.</em></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p>Call <strong>215-942-8226</strong> or email <strong><a href=\"mailto:americas@internationalsos.com\">americas@internationalsos.com</a></strong></p>\n<p><strong><a href=\"mailto:americas@internationalsos.com\" target=\"_blank\" rel=\"noopener\"></a></strong><a href=\"/documents/2026-assistance-app-and-portal-guide/\" target=\"_blank\" rel=\"noopener\">App &amp; Portal Guide</a></p>\n<p><a href=\"/documents/2026-isos-membership-leaflet/\" target=\"_blank\" rel=\"noopener\">International SOS Membership</a></p>\n<p>Your member ID is 11BCMA000183.</p>\n<h4>New York Life</h4>\n<p>For more information, contact New York Life at <strong>347-708-1824 </strong> orÂ click <a href=\"/documents/2026-secure-travel-customer-flyer/\" target=\"_blank\" rel=\"noopener\">here</a> to learn more.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n	<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n	<li>Click the Profile link</li>\n	<li>Select Beneficiaries and follow the online instructions</li>\n	<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Business and Personal Travel', '', 'publish', 'closed', 'closed', '', 'business-and-personal-travel', '', '', '2026-01-29 13:29:51', '2026-01-29 19:29:51', '', '0', 'https://cfibenefits.wpengine.com/?page_id=488', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (491, 2, '2023-05-14 21:03:18', '2023-05-15 02:03:18', '', 'PTO', '', 'inherit', 'open', 'closed', '', 'pto-2', '', '', '2023-05-14 21:03:25', '2023-05-15 02:03:25', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO-2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (492, 1, '2023-05-14 21:05:25', '2023-05-15 02:05:25', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/leaving-CF-banner.jpg\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"10%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"5px||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Leaving CF</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p><span>What to expect if transitioning away from CF Industries</span>.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Whether you are pursuing career opportunities or simply taking a step back from the workforce, there is information youâ€™ll want to know to act upon leaving the company.</p>\n<h2>What to Expect When You Leave</h2>\n<ul>\n<li>Medical, Dental and Vision Coverage:\n<ul>\n<li>This coverage ends on your last day of employment.</li>\n<li>In most cases, coverage can be continued under COBRA for up to 18 months or in some instances coverage may be continued for up to 36 months.</li>\n</ul>\n</li>\n<li>Flexible Spending Accounts (FSA):\n<ul>\n<li>Your participation in the Health Care or Dependent Care FSA ends on your last day of employment.</li>\n<li>You have 90 days from your last day of employment to submit eligible claims for reimbursement via <a href=\"http://netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a>.</li>\n<li>You may be eligible to continue participation in the Health Care FSA through COBRA.</li>\n</ul>\n</li>\n<li>Disability and Life Insurance:\n<ul>\n<li>Short-Term and Long-Term Disability ends on your last day of employment.</li>\n<li>Basic and Supplemental Life and Accidental Death and Dismemberment (AD&amp;D) Insurance ends on your last day of employment.\n<ul>\n<li><strong><em>You may be able to transition your life insurance coverage to an individual policy. Contact New York Life at 888-737-3855 for more information.</em></strong></li>\n</ul>\n</li>\n<li>401(k) Plan\n<ul>\n<li>To request a distribution or rollover to another qualified plan, log in to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> or call Fidelityâ€‹ at 800-835-5095.</li>\n<li>If the vested value in your account is $1,000 or less when you leave, you may not leave it in the Plan. If you do not elect a distribution, your total vested balance will be paid to you within 90 days after your employment ends.</li>\n<li>If the vested value in your account is more than $1,000 but less than or equal to $5,000 when you leave, you may not leave it in the Plan. If you do not elect a distribution, your total vested account balance will be rolled to a Fidelity Individual Retirement Account (IRA) within 90 days after your employment ends. <strong><em>Your account will be invested in the Fidelity Treasury Only Money Market Fund.</em></strong></li>\n<li>If the vested value in your account is more than $5,000, you may request a distribution or leave it in the Plan. If you leave the vested value in the Plan, the IRS requires for you to receive minimum distribution payments no later than April 1 following the calendar year in which you reach age 70Â½.</li>\n</ul>\n</li>\n<li>Other Benefits\n<ul>\n<li>Tuition Reimbursement ends on your last day of employment. If you leave CF within 12 months of receiving tuition reimbursement, you are required to repay the full amount within 30 days of your departure.</li>\n<li><span>You may continue to use the EAP, if necessary, for up to three months after leaving CF Industries.</span></li>\n</ul>\n</li>\n<li>Paid Time Off (PTO)\n<ul>\n<li><span>Any unused Carry-over PTO balance will be paid out in full upon termination of employment or retirement</span></li>\n<li><span>If your employement ends for any reason other than retirement, you will receive a prorated portion of your current year\'s PTO entitement, minus any PTO already used.</span></li>\n<li><span>If you meet retirement eligibility criteria, defined as being at least age 55 with a minimum of 5 years of service, your full, unused PTO balance for the current year will be paid out in a lump sum in the next available payroll following your retirement date.</span></li>\n</ul>\n</li>\n<li>Pay Slips and Tax Documents\n<ul>\n<li>You may access Workday for up to three years following your exit from the company to view and print your pay slips, as well as ADP self-service for important tax documents that you may need to reference later.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>\n<p><strong>Â </strong></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<p><a href=\"/documents/cf-transition-eguide-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view a detailed booklet on what to expect when you leave CF Industries.</p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/cf-2026-rates-cobra/\" target=\"_blank\" rel=\"noopener\">2026 COBRA Cost of Coverage</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Leaving CF', '', 'publish', 'closed', 'closed', '', 'leaving-cf', '', '', '2026-02-03 20:26:52', '2026-02-04 02:26:52', '', '0', 'https://cfibenefits.wpengine.com/?page_id=492', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (494, 1, '2023-05-14 21:12:33', '2023-05-15 02:12:33', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/retiring-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 62%|rgba(255,255,255,0) 62%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"10%\" background_horizontal_offset_phone=\"7%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Retiring from CF</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]What to expect upon retiring.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Preparing to Retire</h2>\n<p>Congratulations on preparing for your golden years! Here are the key steps to take before you retire:</p>\n<ul style=\"padding-top: .9em;\">\n<li>30â€“90 days before your planned retirement date:\n<ul>\n<li>Notify your supervisor and Human Resources representative.</li>\n<li>Contact the CF Industries Pension Center at 866-234-9977 to begin the retirement process and request your retirement application.\n<ul>\n<li>For example, if you want to begin your retirement benefits on June 1, you must request your retirement application materials by May 1. If timing delays occur, you will be eligible for pension benefits paid retroactively to your retirement effective date.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>The 401(k) Plan offers a variety of distribution options when you retire. To apply for a distribution, log in to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> or call Fidelityâ€‹ at 800-835-5095.</li>\n<li>Medical, Dental and Vision Coverage:\n<ul>\n<li>This coverage ends on your last day of work.</li>\n<li>In most cases, coverage can be continued under COBRA for up to 18 months or in some instances coverage may be continued for up to 36 months.</li>\n<li>If you are Medicare eligible, please remember to timely enroll in Medicare to avoid lately enrollment penalties. Contact Medicare for more information on enrollment deadlines.</li>\n</ul>\n</li>\n<li>Flexible Spending Accounts (FSA):\n<ul>\n<li>Your participation in the Health Care or Dependent Care FSA ends on your last day of employment</li>\n<li>You have 90 days from your last day of employment to submit eligible claims for reimbursement via netbenefits.com</li>\n<li>You may be eligible to continue participation in the Health Case FSA through COBRA</li>\n</ul>\n</li>\n<li>Disability and Life Insurance:\n<ul>\n<li>Short-Term and Long-Term Disability ends on your last day of employment</li>\n<li>Basic and Supplemental Life and Accidental Death and Dismemberment (AD&amp;D) Insurance ends on your last day of employment.</li>\n<li>You may be able to transition your life insurance coverage to an individual policy. Contact New York Life at 888-737-3855 for more information.</li>\n</ul>\n</li>\n<li>401(k) Plan\n<ul>\n<li>To request a distribution or rollover to another qualified plan log in to netbenefits.com or call Fidelity at 800-835-5095.</li>\n<li>If the vested value in your account is $1,000 or less when you leave, you may not leave it in the Plan. If you do not elect a distribution, your total vested balance will be paid to you within 90 days after your employment ends.</li>\n<li>If the vested value in your account is more than $1,000 but less than or equal to $5,000 when you leave, you may not leave it in the Plan. If you do not elect a distribution, your total vested account balance will be rolled to a Fidelity Individual Retirement Account (IRA) within 90 days after your employment ends. Your account will be invested in the Fidelity Treasury Only Money Market Fund.</li>\n<li>If the vested value in your account is more than $5,000, you may request a distribution or leave it in the Plan. If you leave the vested value in the Plan, the IRS requires for you to receive minimum distribution payments no later than April 1 following the calendar year in which you reach age 70Â½.</li>\n</ul>\n</li>\n<li>Other Benefits\n<ul>\n<li>Tuition Reimbursement ends on your last day of work. If you leave CF within 12 months of receiving tuition reimbursement, you are required to repay the full amount within 30 days of your departure.</li>\n<li>You may continue to use the EAP, if necessary, for up to three months after leaving CF Industries.</li>\n</ul>\n</li>\n<li>Paid Time Off (PTO)\n<ul>\n<li>Any unused Carry-over PTO balance will be paid out in full upon termination of employment or retirement.</li>\n<li>If your employment ends for any reason other than retirement, you will receive a prorated portion of your current yearâ€™s PTO entitlement, minus any PTO already used.</li>\n<li>If you meet retirement eligibility criteria, defined as being at least age 55 with a minimum of 5 years of service, your full, unused PTO balance for the current year will be paid out in a lump sum in the next available payroll following your retirement date.</li>\n</ul>\n</li>\n<li>Pay Slips and Tax Documents\n<ul>\n<li>You may access Workday for up to three years following your exit from the company to view and print your pay slips, as well as ADP self-service for important tax documents that you may need to reference later.</li>\n</ul>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<p><a href=\"/documents/cf-transition-eguide-us/\" target=\"_blank\" rel=\"noopener\">Click here</a> to view a detailed booklet on what to expect when you leave CF Industries.</p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/cf-2026-rates-cobra/\" target=\"_blank\" rel=\"noopener\">2026 COBRA Cost of Coverage</a></p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Retiring from CF', '', 'publish', 'closed', 'closed', '', 'retiring-from-cf', '', '', '2026-02-03 20:28:29', '2026-02-04 02:28:29', '', '0', 'https://cfibenefits.wpengine.com/?page_id=494', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (497, 1, '2023-05-14 21:15:06', '2023-05-15 02:15:06', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/reporting-death-banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 51%|rgba(255,255,255,0) 51%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"7%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"51%\" width_phone=\"69%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px|35vw|0px||false|false\" custom_padding_tablet=\"2vw|20vw|2vw||true|false\" custom_padding_phone=\"2vw||2vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" custom_padding_last_edited=\"on|desktop\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h1>Death of an Employee</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Helpful resources and things to consider during this delicate time.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Death of a CF Industries Employee</h2>\nIf you are a dependent of a CF Industries employee who has passed away, there are steps and resources you may wish to consider. Our <a href=\"/employee-assistance-program/\" target=\"_blank\" rel=\"noopener\">Employee Assistance Program (EAP)</a> is available with resources to help you cope with your loss. Surviving spouses or dependents will retain EAP benefits through the date of death and for an additional three months thereafter.\n<h2>Things to Consider:</h2>\n<ul>\n	<li>Please notify local Human Resources of the death.  Human Resources will send the beneficiary on file a letter providing important benefit information (including options to continue health care coverage), life insurance and accident insurance claim forms with other instructions.</li>\n	<li>Covered dependents may continue medical, dental and vision coverage under COBRA for up to 36 months.</li>\n	<li>Dependents may be able to continue to use your Health Care Flexible Spending Account (FSA) through the end of the calendar year in which you die if they continue to contribute to the account under COBRA.</li>\n	<li>Dependent Care Flexible Spending Account (DCFSA) participation ends as of the date of the employeeâ€™s death.</li>\n	<li>Dependents covered by Dependent Life Insurance can convert coverage to an individual policy within 31 days of the date of your death.</li>\n	<li>The value of the employeeâ€™s 401(k) Plan account becomes 100% vested (owned) and is paid to the designated beneficiary on file.</li>\n	<li>If the employee qualifies for benefits under our pension plan before pension payments have begun, designated beneficiaries may be eligible to receive Plan benefits.</li>\n</ul>\n<strong>Â </strong>\n\n<strong>Â </strong>\n\n<strong>Â </strong>\n\n<strong>Â </strong>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p>For more information, view the International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a> and <a href=\"https://membervideo.internationalsos.com/\" target=\"_blank\" rel=\"noopener\">video</a>. Your member ID is 11BCMA000183.â€‹</p>\n<h4>New York Life</h4>\n<p>For more information, contact New York Life at 800-362-4462 or visit <a href=\"http://www.mynylgbs.com\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Choose a Beneficiary</h2>\n<p style=\"padding-bottom: .75em;\">Designating a beneficiary ensures your account is distributed according to your wishes. It is important to review your designation regularly and update it after important life events.</p>\n<h4>Simple Steps to Update Your Beneficiary:</h4>\n<ul>\n	<li>Log on to <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">Fidelity NetBenefits</a>Â®</li>\n	<li>Click the Profile link</li>\n	<li>Select Beneficiaries and follow the online instructions</li>\n	<li>After you have completed your beneficiary designation, you will be able to view it on <a href=\"https://nb.fidelity.com/public/nb/default/home\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Death of an Employee', '', 'publish', 'closed', 'closed', '', 'death-of-an-employee', '', '', '2026-01-29 14:29:37', '2026-01-29 20:29:37', '', '0', 'https://cfibenefits.wpengine.com/?page_id=497', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (499, 1, '2023-05-14 21:26:21', '2023-05-15 02:26:21', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EVP-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 54%|rgba(255,255,255,0) 54%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"22%\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"56%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Value Proposition (EVP)</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Our promise to our employees.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||1em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Employee Value Proposition (EVP) is our offer and promise to the people who work here and who we want to work here. It captures what makes CF different from other organizations and what makes us a great place to work.</p>\n<h2>Our Four EVP Pillars</h2>\n<p>When you choose to work at a company, you should feel confident in your choice. After surveying key leadership and conducting employee focus groups, we found these four key pillars are paramount to employees viewing CF as a great place to work:</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/4_pillars.png\" title_text=\"4_pillars\" show_in_lightbox=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Expanding on Our Pillars</h2>\n<ul>\n<li>Feeling <strong>part of our inclusive team</strong> means finding talented people to create a collaborative and open culture.</li>\n<li><strong>Exploring the possibilities</strong> means you will experience challenges while being exposed to a variety of projects and encourage to commit yourself to learning.</li>\n<li><strong>Playing your part</strong> means, no matter what position you are in, you are expected to lead by example, do things right and take responsibility for your work.</li>\n<li><strong>Making your mark</strong> will happen throughout your time at CF by making impactful contributions and keeping positive long-term view.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h4>International SOS</h4>\n<p>For more information, view the International SOS <a href=\"https://www.internationalsos.com/elearning/comprehensive/\" target=\"_blank\" rel=\"noopener\">guide</a> and <a href=\"https://membervideo.internationalsos.com/\" target=\"_blank\" rel=\"noopener\">video</a>. Your member ID is 11BCMA000183.â€‹</p>\n<h4>New York Life</h4>\n<p>For more information, contact New York Life at 800-362-4462 or visit <a href=\"http://www.mynylgbs.com\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.24.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Learn More</h2>\nVisit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> page to learn more.\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\nExplore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf-industries\" target=\"_blank\" rel=\"noopener\">here</a>.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Employee Value Proposition (EVP)', '', 'draft', 'closed', 'closed', '', 'employee-value-proposition-evp', '', '', '2026-01-21 16:43:24', '2026-01-21 22:43:24', '', '0', 'https://cfibenefits.wpengine.com/?page_id=499', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (501, 1, '2023-05-14 21:28:06', '2023-05-15 02:28:06', '', '4_pillars', '', 'inherit', 'open', 'closed', '', '4_pillars', '', '', '2023-05-14 21:28:06', '2023-05-15 02:28:06', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/4_pillars.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (502, 2, '2023-05-14 21:28:12', '2023-05-15 02:28:12', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring_bannerbg2', '', '', '2023-05-14 21:28:24', '2023-05-15 02:28:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring_bannerBG2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (504, 1, '2023-05-14 21:34:56', '2023-05-15 02:34:56', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/blue-ocean-brain-banner.jpg\" background_position=\"center_right\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"11%\" background_horizontal_offset_phone=\"13%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"50%\" width_phone=\"65%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\" sticky_enabled=\"0\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Blue Ocean Brain</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"35px||0px||false|false\" custom_padding_phone=\"35px||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||0px||false|false\" custom_padding_phone=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" hover_enabled=\"0\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Dive into a culture of inclusion and belonging.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" custom_padding_tablet=\"2px||5em||false|false\" custom_padding_phone=\"||1em||false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Designed with You in Mind</h2>\nIn short 10-minute segments, Blue Ocean Brain can impact the way you understand the world around you and how this knowledge can be positively implemented into your work culture. This content is developed by field experts and provides learning sessions to corporate clients in over 50 countries. Currently, Blue Ocean Brain offers over 5,000 different courses designed to challenge your point of view.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Blue Ocean Brain (ID&E Learning)', '', 'draft', 'closed', 'closed', '', 'blue-ocean-brain-ide-learning', '', '', '2025-07-06 09:59:41', '2025-07-06 14:59:41', '', '0', 'https://cfibenefits.wpengine.com/?page_id=504', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (505, 2, '2023-05-14 21:35:16', '2023-05-15 02:35:16', '', 'mentoring', '', 'inherit', 'open', 'closed', '', 'mentoring2_landing', '', '', '2023-05-14 21:35:27', '2023-05-15 02:35:27', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/mentoring2_landing.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (506, 2, '2023-05-14 21:58:39', '2023-05-15 02:58:39', '', 'career-development-inset', '', 'inherit', 'open', 'closed', '', 'career-development-inset', '', '', '2023-05-14 21:58:39', '2023-05-15 02:58:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-development-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (508, 2, '2023-05-14 22:04:02', '2023-05-15 03:04:02', '', 'career-developmentBG', '', 'inherit', 'open', 'closed', '', 'career-developmentbg', '', '', '2023-05-14 22:04:02', '2023-05-15 03:04:02', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/career-developmentBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (513, 1, '2026-03-01 21:48:23', '2023-05-15 03:13:46', ' ', '', '', 'publish', 'closed', 'closed', '', 513, '', '', '2026-03-01 21:48:23', '2026-03-02 03:48:23', '', '0', 'https://cfibenefits.wpengine.com/?p=513', 47, 'nav_menu_item', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (514, 1, '2026-03-01 21:48:23', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 514, '', '', '2026-03-01 21:48:23', '2026-03-02 03:48:23', '', '0', 'https://cfibenefits.wpengine.com/?p=514', 45, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (515, 1, '2026-03-01 21:48:19', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 515, '', '', '2026-03-01 21:48:19', '2026-03-02 03:48:19', '', '0', 'https://cfibenefits.wpengine.com/?p=515', 34, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (516, 1, '2026-03-01 21:48:18', '2023-05-15 03:13:45', ' ', '', '', 'publish', 'closed', 'closed', '', 516, '', '', '2026-03-01 21:48:18', '2026-03-02 03:48:18', '', '0', 'https://cfibenefits.wpengine.com/?p=516', 32, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (517, 1, '2026-03-01 21:48:18', '2023-05-15 03:13:45', '', 'Disability Coverage', '', 'publish', 'closed', 'closed', '', 517, '', '', '2026-03-01 21:48:18', '2026-03-02 03:48:18', '', '0', 'https://cfibenefits.wpengine.com/?p=517', 31, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (518, 1, '2026-03-01 21:48:17', '2023-05-15 03:13:44', ' ', '', '', 'publish', 'closed', 'closed', '', 518, '', '', '2026-03-01 21:48:17', '2026-03-02 03:48:17', '', '0', 'https://cfibenefits.wpengine.com/?p=518', 30, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (519, 1, '2026-03-01 21:48:17', '2023-05-15 03:13:44', ' ', '', '', 'publish', 'closed', 'closed', '', 519, '', '', '2026-03-01 21:48:17', '2026-03-02 03:48:17', '', '0', 'https://cfibenefits.wpengine.com/?p=519', 29, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (520, 1, '2026-03-01 21:48:23', '2023-05-15 03:15:47', ' ', '', '', 'publish', 'closed', 'closed', '', 520, '', '', '2026-03-01 21:48:23', '2026-03-02 03:48:23', '', '0', 'https://cfibenefits.wpengine.com/?p=520', 46, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (521, 1, '2023-05-14 22:19:55', '2023-05-15 03:19:55', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/IRG-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||4vw||false|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"10%\" background_horizontal_offset_phone=\"28%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"60%\" width_last_edited=\"on|tablet\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0.1px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Inclusion Resource Group&nbsp;(IRG)[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|tablet\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"35px||35px||false|false\" custom_padding_phone=\"30px||35px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Strategies to enhance the employee experience.  [/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" custom_padding_tablet=\"||1em||false|false\" custom_padding_phone=\"||0em||false|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]The Inclusion Resource Group (IRG) was created to provide a trusted space for meaningful conversations and initiatives that strengthen collaboration and build authentic workplace connections. In partnership with Inclusion & Engagement (I&E), this group encourages employee involvement to build a culture of belonging by implementing strategies focused on meaningful connections with colleagues, community involvement, career development and cultural awareness. This gives our employees the power to do their best work while feeling welcomed and supported.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"2px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Inclusion Resource Group (IRG)', '', 'publish', 'closed', 'closed', '', 'inclusion-resource-group-irg', '', '', '2026-01-21 16:51:18', '2026-01-21 22:51:18', '', '0', 'https://cfibenefits.wpengine.com/?page_id=521', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (524, 2, '2023-05-14 22:19:04', '2023-05-15 03:19:04', '', 'leadership development', '', 'inherit', 'open', 'closed', '', 'leadership-inset', '', '', '2023-05-14 22:19:20', '2023-05-15 03:19:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (526, 2, '2023-05-14 22:29:08', '2023-05-15 03:29:08', '', 'leadership-development-bannerBG', '', 'inherit', 'open', 'closed', '', 'leadership-development-bannerbg', '', '', '2023-05-14 22:29:08', '2023-05-15 03:29:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leadership-development-bannerBG.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (527, 1, '2023-05-14 22:50:10', '2023-05-15 03:50:10', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-council-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Inclusion Council</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" max_height_tablet=\"100%\" max_height_phone=\"100%\" max_height_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]A council of peers dedicated to positive change.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||22px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Inclusion Council (IC) members are nominated by CF senior leadership to be agents of change related to all things inclusion and engagement. The IC gives feedback on current inclusion and engagement initiatives to ensure they stay aligned with overall business strategy. It is important that CF always represents our values through our work environment and the work we produce, and the IC helps keep the company focused on these goals.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_inclusion.jpg\" title_text=\"team_inclusion\" disabled_on=\"on|on|off\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Inclusion Council', '', 'draft', 'closed', 'closed', '', 'inclusion-council', '', '', '2026-01-21 16:49:25', '2026-01-21 22:49:25', '', '0', 'https://cfibenefits.wpengine.com/?page_id=527', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (529, 2, '2023-05-14 22:51:39', '2023-05-15 03:51:39', '', 'education assistance', '', 'inherit', 'open', 'closed', '', 'education-assistance2', '', '', '2023-05-14 22:51:58', '2023-05-15 03:51:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/education-assistance2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (531, 1, '2023-05-14 22:53:26', '2023-05-15 03:53:26', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-cycle-banner.jpg\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"33%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"45%\" width_phone=\"51%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px||0px|10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Employee Life Cycle Surveys</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" background_color=\"RGBA(255,255,255,0)\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Have your voice heard.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]We want to hear from you! Regularly hearing from our employees gives us real-time feedback and actionable ways we can evolve to be a great place to work. Our Employee Engagement and Life Cycle Surveys provide a way for employees at every level of the company to give confidential feedback.\n\nIf you are a CF Industries employee, you can expect to receive the survey when you reach seven, 45, 90 and 180 days with the company. The feedback you provide helps us adjust and strengthen our retention, recruitment and engagement efforts.\n\nWe encourage you to take time when responding to these surveys since all responses are reviewed for consideration. You have the power to help us reach the best place you can or have worked through your career.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Employee Life Cycle Surveys', '', 'draft', 'closed', 'closed', '', 'employee-life-cycle-surveys', '', '', '2026-01-21 16:49:48', '2026-01-21 22:49:48', '', '0', 'https://cfibenefits.wpengine.com/?page_id=531', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (534, 1, '2023-05-14 22:56:01', '2023-05-15 03:56:01', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/DEI-report-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"16%\" background_horizontal_offset_phone=\"10%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"53%\" width_phone=\"55%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"0px|||10%|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Our Inclusion, Diversity & Equity Journey</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]The positive impact employees help us accomplish.[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Strengthening CF Industries by Enhancing Inclusion, Diversity &amp; Equity</h2>\n<p>At CF, we are committed to aligning and measuring our ID&amp;E efforts as it relates to our corporate sustainability goals, business strategies and core values.</p>\n<h2>ID&amp;E 2022 Highlights</h2>\n<p>Our long-term ID&amp;E strategy focuses on three key areas: Representation, Education &amp; Skill Development, and Belonging. In 2022, we advanced on this strategy by:</p>\n<ul>\n<li>Launching a new mentoring program, Mentoring@CF, to develop and retain diverse talent</li>\n<li>Organizing two company-wide philanthropic events</li>\n<li>Incorporating seven, 45, 90 and 180 day â€œbelongingâ€ surveys into our New Hire Integration program</li>\n<li>Continuing our Disrupting Everyday Bias training as part of the core curriculum and onboarding process</li>\n<li>Providing inclusive leadership training</li>\n<li>Volunteering 1,700+ hours through our new Volunteer Time Off (VTO) program to positively impact our communities</li>\n</ul>\n<h2>Next Steps Toward Change</h2>\n<p>When you read through the report, remind yourself of the programs that CF Industries offers to further educate our employees on ID&amp;E and how you can continue the IRGâ€™s efforts to apply this to the world outside of your workspace.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Inclusion, Diversity, and Equity Annual Report</h2>\n<a href=\"https://www.cfindustries.com/reports#8ce496ec-2bda-49a0-b754-2e6ca191ec37\" target=\"_blank\" rel=\"noopener\">Click here</a> to read the full report and explore other impactful reports on CF Industries.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Our Inclusion, Diversity & Equity Journey', '', 'draft', 'closed', 'closed', '', 'our-inclusion-diversity-equity-journey', '', '', '2025-04-10 14:24:10', '2025-04-10 19:24:10', '', '0', 'https://cfibenefits.wpengine.com/?page_id=534', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (538, 2, '2023-05-14 23:23:37', '2023-05-15 04:23:37', '', 'service Anniversary awards', '', 'inherit', 'open', 'closed', '', 'service-award-inset', '', '', '2023-05-15 10:28:23', '2023-05-15 15:28:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (539, 2, '2023-05-14 23:29:39', '2023-05-15 04:29:39', '', 'service-award_banner', '', 'inherit', 'open', 'closed', '', 'service-award_banner', '', '', '2023-05-14 23:29:39', '2023-05-15 04:29:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (541, 2, '2023-05-14 23:49:58', '2023-05-15 04:49:58', '', 'base-pay-banner', '', 'inherit', 'open', 'closed', '', 'base-pay-banner', '', '', '2023-05-14 23:49:58', '2023-05-15 04:49:58', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/base-pay-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (542, 2, '2023-05-14 23:50:43', '2023-05-15 04:50:43', '', 'base-pay-inset', '', 'inherit', 'open', 'closed', '', 'base-pay-inset', '', '', '2023-05-14 23:50:43', '2023-05-15 04:50:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/base-pay-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (546, 1, '2026-03-01 21:48:20', '2023-05-15 11:23:00', '', 'Inclusion Resource Group', '', 'publish', 'closed', 'closed', '', 546, '', '', '2026-03-01 21:48:20', '2026-03-02 03:48:20', '', '0', 'https://cfibenefits.wpengine.com/?p=546', 37, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (547, 1, '2023-05-15 06:29:58', '2023-05-15 11:29:58', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/new-to-cfi_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>New to CF Industries</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Welcome to the CF team![/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]Welcome to CF Industries! You represent what makes us uniquely CF, and we are proud to provide programs to help you be your best inside and outside of work. While there is a variety to choose from, the benefits and programs you choose to use are <strong>powered by you.</strong>\n<h2>Eligibility</h2>\nYou are eligible to enroll in all benefits if you are a regular, full-time employee. The exception to this is the 401(k) Plan which you are eligible for 60 days after your hire date.\n<h2>Important Deadline</h2>\nAs a new employee, you must enroll for benefits within <strong>30 days</strong> of your hire date. If you do not enroll during your new hire period, your next opportunity to enroll in benefits is during Annual Enrollment each fall or if you experience a Qualifying Life Event.\n<h2>Enrolling in Your Benefits</h2>\nLog into Workday and then click the Benefits icon to begin your new hire enrollment process.\n<h3>Reminders</h3>\n<ol>\n	<li>Complete your enrollment within 30 days of your hire date.</li>\n	<li>If adding dependents, you will need to have their date of birth and social security number.</li>\n	<li>Upload documentation (i.e. marriage certificate, birth certificate etc.) for the dependents you are adding to coverage.</li>\n	<li>Designate beneficiaries for your life insurance coverage(s).</li>\n</ol>\nYou may enroll in the 401(k) Plan 60 days after your date of hire. Visit <a href=\"https://nb.fidelity.com/static/mybenefits/netbenefitslogin/#/login\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a> to enroll in the 401(k) Plan.\n<h2>Qualifying Life Event</h2>\nOnce you make your benefit elections, you will not be able to make changes until the next Annual Enrollment unless you experience a Qualifying Life Event. You have 30 days from the date of the Qualifying Life EventÂ  to submit your change request in Workday and provide supporting documentation. Examples of <a href=\"/qualifying-life-events/\">Qualifying Life Events</a> include a change in:\n<ul>\n	<li>Legal marital status (e.g., marriage, divorce, death of spouse, legal separation)</li>\n	<li>Number of dependents (e.g., birth, adoption, death of dependent, ineligibility due to age)</li>\n	<li>A dependentâ€™s eligibility status (e.g., a dependent child is no longer eligible)</li>\n	<li>Employment or job statusâ€‹</li>\n</ul>\n<span>For more information on Qualifying Life events, visit the </span><a href=\"/qualifying-life-events/\">Life Event Changes</a> page.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.5\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p><a href=\"/documents/2026-us-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">2026 Enrollment eGuide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></p>\n<h4 style=\"padding-bottom: .2em;\">CF Benefits Center</h4>\n<p>Do you have enrollment questions or need help enrolling?<br />Connect with our team of benefit experts:</p>\n<p>Email: <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a></p>\n<p>Phone: <strong>877-232-3630</strong></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'New to CF Industries', '', 'publish', 'closed', 'closed', '', 'new-to-cf-industries', '', '', '2026-02-06 19:37:17', '2026-02-07 01:37:17', '', '0', 'https://cfibenefits.wpengine.com/?page_id=547', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (550, 1, '2023-05-15 06:33:50', '2023-05-15 11:33:50', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/benefits-eligibility_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Benefits Eligibility</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]You have the power to select a custom benefits package to meet your unique needs. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Covering Yourself</h2>\n<p>Regular, full-time employees are eligible to participate in the CF benefit programs. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent child(ren) up to the age of 26.</p>\n<h2>Covering Your Family Members</h2>\n<p>The following dependents are eligible for benefits:</p>\n<ul>\n<li>Lawful spouse (i.e., person you are legally married to)\n<ul>\n<li>Legally separated spouses or divorced spouses, domestic partners and common law spouses are not considered eligible dependents.</li>\n</ul>\n</li>\n<li>Children under the age of 26 (including stepchildren, legally adopted children, children under your legal guardianship or children you have a legal obligation to provide health insurance coverage under a court order)</li>\n</ul>\n<h2>Important Deadline</h2>\n<p>As a new employee, you must enroll for benefits withinÂ <strong>30 days</strong><span>Â of your hire date. To cover your dependents, you must provide supporting documentation to verify their eligibility within 30 days of your date of hire.</span></p>\n<p><span>If you do not enroll during your new hire period, your next opportunity to enroll in benefits is during Annual Enrollment each fall or if you experience a Qualifying Life Event.</span></p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>To learn more about your dependents\' eligibility, please contact the CF Benefits Center by calling <strong>877-232-3630</strong> or emailing <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Resources</h2>\n<a href=\"/documents/dependent-documentation-requirements/\" target=\"_blank\" rel=\"noopener\">List of Required Documentation</a>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Benefits Eligibility', '', 'publish', 'closed', 'closed', '', 'benefits-eligibility', '', '', '2026-01-29 14:45:56', '2026-01-29 20:45:56', '', '0', 'https://cfibenefits.wpengine.com/?page_id=550', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (552, 1, '2026-03-01 21:48:21', '2023-05-15 11:35:47', ' ', '', '', 'publish', 'closed', 'closed', '', 552, '', '', '2026-03-01 21:48:21', '2026-03-02 03:48:21', '', '0', 'https://cfibenefits.wpengine.com/?p=552', 40, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (553, 1, '2026-03-01 21:48:21', '2023-05-15 11:35:47', ' ', '', '', 'publish', 'closed', 'closed', '', 553, '', '', '2026-03-01 21:48:21', '2026-03-02 03:48:21', '', '0', 'https://cfibenefits.wpengine.com/?p=553', 39, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (554, 1, '2023-05-15 06:38:27', '2023-05-15 11:38:27', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-event_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Qualifying Life Events</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]When life changes, your benefits should too. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||20px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>You can make changes to your benefits during the middle of the plan year if you experience a Qualifying Life Event. You have <strong>30</strong> <strong>days</strong> from the event to submit your change in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>. Additionally, you will need to submit proof of the event and provide documentation, such as a marriage certificate, birth certificate, etc., to support your dependent\'s eligibility. Your requested benefit change must be consistent with the type of life event that you or your dependent experienced. The CF Benefits Center can help with any questions and follow-ups you may have.</p>[/et_pb_text][et_pb_toggle title=\"Birth or Adoption of a Child\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]<h3>Reporting a Leaveâ€‹</h3>\n<p>Call New York Lifeâ€™s toll-free number at 800-362-4462 and a representative will walk you through the process. You can also create a new leave request via <a href=\"https://www.mynylgbs.com/auth\" target=\"_blank\" rel=\"noopener\">myNYLGBS.com</a>.</p>\n<h3>Adding Your New Family Member to Benefits</h3>\n<p style=\"padding-bottom: 1em;\">To add a new dependent to your coverage, log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and update Benefits within <strong>30 days</strong> of the birth or adoption. <span>You are required to submit proof of the event and provide documentation, such as a hospital birth record/letter, birth certificate, finalized adoption paperwork, etc., to support your dependent\'s eligibility.</span></p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Begin or increase your Health Care Health Savings Account (HSA) or Health Care Flexible Sâ€‹pending Account (FSA) contributions.</li>\n<li>Begin or change your contributions to a Dependent Care Flexible Spending Account (DCFSA).</li>\n<li>Update your beneficiary information.\n<ul>\n<li>You can change your beneficiaries at any time in Workday under Benefits. When you update your beneficiary through <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>, previous beneficiary designations are automatically canceled<strong><em>.</em></strong></li>\n</ul>\n</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Marriage or Divorce/Separation\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]<p style=\"padding-bottom: 1em;\">If you are recently married, divorced or legally separated, you may consider updating your benefits coverage to reflect the necessary changes. To update your benefits coverage, log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then Benefits within <strong>30 days</strong>Â <span>of the marriage, divorce, or separation. You are required to submit proof of the event, and if you are adding coverage, you must also provide documentation to support your dependent\'s eligibility. Note, once you are divorced or legally separated, your spouse is no longer eligible for coverage under the CF plan â€“ you MUST remove them from CF benefit coverage.</span></p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Adjust your Health Care Savings Account (HSA) or Health Care Flexible Sâ€‹pending Account (FSA) contributions as needed.</li>\n<li>Adjust your life insurance coverage which may require Evidence of Insurability.</li>\n<li>Update your beneficiary information:\n<ul>\n<li>You can change your beneficiaries at any time in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> under Benefits. When you make updates, previous beneficiary designations are automatically canceled<em>. </em></li>\n</ul>\n</li>\n<li>Contact the Pension Center at 866-234-9977 to update your pension beneficiary.</li>\n<li>Go to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> to update your 401(k) Plan beneficiary.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Death of a Dependent\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.5\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]<p style=\"padding-bottom: 1em;\">CF Industriesâ€™ benefits are here to support you in challenging times. Our <a href=\"/employee-assistance-program/\" target=\"_blank\" rel=\"noopener\">Employee Assistance Program (EAP)</a> is available with resources and counseling to help you cope with your loss. There are also steps you may want to take which are outlined below.</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>Contact your supervisor and Human Resources representative.</li>\n<li>Review your benefits and remove your dependent from coverage in Workday under Benefits within <strong>30 days </strong>of the death and include requested supporting documentation.</li>\n<li>If your beneficiary is covered under our Life Insurance coverage, contact CF Benefits at 847-405-2400 or <a href=\"mailto:benefits@cfindustries.com\">benefits@cfindustries.com</a>.</li>\n<li>Update your beneficiary information\n<ul>\n<li>You can change your beneficiaries at any time in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> under Benefits<em>.</em></li>\n</ul>\n</li>\n<li>Contact the Pension Center at 866-234-9977 to update your pension beneficiary.</li>\n<li>Go to <a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">netbenefits.com</a> to update your 401(k) Plan beneficiary.</li>\n<li>Update your personal information, if needed, in Workday.</li>\n<li>Consider adjusting your Health Care Flexible Spending Account (FSA) and/or Dependent Care Flexible Spending Account (DCFSA) contributions.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Gain or Lose Other Coverage\" open_toggle_background_color=\"#eff6fd\" closed_toggle_background_color=\"#eff6fd\" icon_color=\"#3FA9F5\" use_icon_font_size=\"on\" icon_font_size=\"30px\" open_icon_color=\"#00C7B1\" open_use_icon_font_size=\"on\" open_icon_font_size=\"30px\" module_class=\"toggle_txt_list\" _builder_version=\"4.27.5\" _module_preset=\"default\" title_font=\"|600|||||||\" title_font_size=\"20px\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.5em\" body_link_font=\"Montserrat|700|||on||||\" body_link_text_color=\"#015846\" body_ul_font_size=\"16px\" body_ul_line_height=\"1.5em\" custom_margin=\"||5em||false|false\" border_width_all=\"0px\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" border_color_bottom=\"#3FA9F5\" global_colors_info=\"{}\"]<p>If you, your spouse or your dependent gains or loses coverage due to a change in employment, significant change in coverage due to your spouseâ€™s employment, or change from full-to part-time employment which results in a gain or loss of coverage, you may be able to make changes to your current CF Industries benefits. Additionally, in certain situations, you may be eligible to make changes to your benefits if your spouseâ€™s Annual Enrollment period does not align with CFâ€™s Annual Enrollment period.</p>\n<h3>Things to Consider:</h3>\n<ul>\n<li>To add or drop coverage for you, your spouse, or other dependents you must log into Workday and click the Benefits Icon within 30 days of the life event. You are required to provide documentation to support the type of life event that occurred and the date when coverage is set to begin or end. If you are adding a new dependent, you will need to provide documentation, such as a marriage certificate, birth certificate, etc. to support your dependents eligibility.</li>\n<li>Review your medical, dental and vision coverages.</li>\n<li>Begin or change your Health Care Savings Account (HSA) or Health Care Flexible Sâ€‹pending Account (FSA) contributions.</li>\n<li>Begin or change your contributions to a Dependent Care Flexible Spending Account (DCFSA).</li>\n<li>Enroll in or remove dependents from Life Insurance and Accidental Death and Dismemberment (AD&amp;D) Insurance.*</li>\n</ul>\n<p><em>*You may be required to provide evidence of insurability.</em></p>[/et_pb_toggle][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p>For assistance in processing a Life Event please contact the CF Benefits Center by calling <strong>877-232â€“3630</strong> or emailing <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a>.</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Resources</h2>\n<a href=\"/documents/dependent-documentation-requirements/\" target=\"_blank\" rel=\"noopener\">List of Required Documentation</a>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Qualifying Life Events', '', 'publish', 'closed', 'closed', '', 'qualifying-life-events', '', '', '2026-01-29 16:07:49', '2026-01-29 22:07:49', '', '0', 'https://cfibenefits.wpengine.com/?page_id=554', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (557, 2, '2023-05-15 07:14:29', '2023-05-15 12:14:29', '', 'short-term-incentive_banner', '', 'inherit', 'open', 'closed', '', 'short-term-incentive_banner', '', '', '2023-05-15 07:14:29', '2023-05-15 12:14:29', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/short-term-incentive_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (558, 2, '2023-05-15 07:14:40', '2023-05-15 12:14:40', '', 'short-term incentives', '', 'inherit', 'open', 'closed', '', 'short-term-incentive-inset', '', '', '2023-05-15 10:29:23', '2023-05-15 15:29:23', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/short-term-incentive-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (559, 2, '2023-05-15 07:19:58', '2023-05-15 12:19:58', '', 'long-term incentives', '', 'inherit', 'open', 'closed', '', 'long-term-incentive-incentive', '', '', '2023-05-15 10:29:46', '2023-05-15 15:29:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term-incentive-incentive.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (560, 2, '2023-05-15 07:23:09', '2023-05-15 12:23:09', '', 'long-term-incentive-banner', '', 'inherit', 'open', 'closed', '', 'long-term-incentive-banner', '', '', '2023-05-15 07:23:09', '2023-05-15 12:23:09', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term-incentive-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (561, 1, '2023-05-15 07:52:11', '2023-05-15 12:52:11', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/requires-notices_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Required Notices</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Review full plan documents and details.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_3_line_height=\"1.7em\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h3>General</h3>\n<ul>\n<li><a href=\"/documents/2026-us-annual-notices/\" target=\"_blank\" rel=\"noopener\">Annual Required Notices</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2024-sar-cf-industries/\" target=\"_blank\" rel=\"noopener\">Summary Annual Report</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Health and Welfare</h3>\n<ul>\n<li><a href=\"/documents/summary-plan-description-health-and-welfare/\" target=\"_blank\" rel=\"noopener\">Health and Welfare Summary Plan Description</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/sbc-standard-ppo-cf-industries-holdings/\" target=\"_blank\" rel=\"noopener\">2026 Standard PPO SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/sbc-hdhp-cf-industries/\" target=\"_blank\" rel=\"noopener\">2026 Advantage HSA SBC</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2026-us-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">2026 Benefits Enrollment guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/2026-annual-enrollment-eguide/\" target=\"_blank\" rel=\"noopener\">2026 Annual Enrollment Guide</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<h3>Retirement</h3>\n<ul>\n<li><a href=\"/documents/safe-harbor-notice/\" target=\"_blank\" rel=\"noopener\">Safe Harbor Notice</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-annual-report-401k/\" target=\"_blank\" rel=\"noopener\">SAR 401(k)</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/annual-funding-notice/\" target=\"_blank\" rel=\"noopener\">Annual Pension Plan Funding Notice </a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n<li><a href=\"/documents/summary-plan-description-retirement/\" target=\"_blank\" rel=\"noopener\">Retirement Summary Plan Description</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"bc6a43eb-8a73-4b79-a47c-88067c31b0d0\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" custom_margin_tablet=\"||-1em||false|false\" custom_margin_phone=\"||-1em||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding_tablet=\"2px||0px||false|false\" custom_padding_phone=\"2px||0px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h3>Advantage PPO with HSA</h3>\n<ul>\n	<li>The Advantage PPO with HSA has a higher deductible and out-of-pocket maximum.</li>\n	<li>The monthly premium is lower in this plan.</li>\n	<li>This plan can be paired with a <a href=\"#\">Health Savings Account (HSA)</a>.\n<ul>\n	<li>CF Industries also contributes to your HSA to help cover eligible medical expenses.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" global_colors_info=\"{}\"]<h3>Standard PPO</h3>\n<ul>\n<li>The Standard PPO has a lower deductible and out-of-pocket maximum.</li>\n<li>The monthly premium is higher in this plan.</li>\n<li>This plan cannot be paired with an HSA but is eligible for a <a href=\"#\">Flexible Spending Account (FSA)</a>.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>888-902-8293</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>\n<p><span class=\"blue_box_lead-ins\"><strong>BCBSIL app</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>Pay Less with In-Network Providers</h3>\n<p><a href=\"https://www.bcbsil.com/find-care/providers-in-your-network/find-a-doctor-or-hospital?utm_source=QR-Code&amp;utm_medium=AE%2520Guide&amp;utm_campaign=Annual%2520Enrollment%25202020&amp;utm_term=Provider+directory\" target=\"_blank\" rel=\"noopener\">Click here</a> to find a provider in your area or call BCBSIL Health Advocacy Solutions at <strong>888-902-8293</strong>.</p>\n<h3>Get Help Navigating Your Medical Care</h3>\n<p>You or dependents enrolled in a CF Industries medical plan can <strong>contact Blue Cross Blue Shield Health Advocacy Solutions (HAS)</strong> to help you address medical benefits questions, guide you through a new diagnosis, find a provider, shop for lower-cost healthcare, connect you with mental health experts and more! <strong>Call 888-902-8293 for support 24/7 at no cost to you.</strong></p>\n<p>Connect to your Health Advocate Team, dedicated Health Advocate Concierge and Clinical Health Advocates from 7 a.m. to 7 p.m. CT Monday through Friday.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h3 style=\"padding-bottom: .3em;\">Employee Monthly Contributions</h3>\n<p>Please refer to the <a href=\"#\" target=\"_blank\" rel=\"noopener\">Rate Sheet</a> for costs of our medical plans.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Required Notices', '', 'publish', 'closed', 'closed', '', 'required-notices', '', '', '2026-02-06 20:01:46', '2026-02-07 02:01:46', '', '0', 'https://cfibenefits.wpengine.com/?page_id=561', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (564, 1, '2023-05-15 07:54:23', '2023-05-15 12:54:23', '', 'Annual Funding Notice', '', 'inherit', 'open', 'closed', '', 'annual-funding-notice-3', '', '', '2024-03-22 13:25:12', '2024-03-22 18:25:12', '', 990, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Annual-Funding-Notice.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (565, 1, '2023-05-15 07:54:27', '2023-05-15 12:54:27', '', 'SafeHarborNotice', '', 'inherit', 'open', 'closed', '', 'safeharbornotice', '', '', '2024-03-22 13:22:06', '2024-03-22 18:22:06', '', 987, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SafeHarborNotice.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (566, 1, '2023-05-15 07:54:29', '2023-05-15 12:54:29', '', 'SAR - CF Industries 401k - 2017-11092018', '', 'inherit', 'open', 'closed', '', 'sar-cf-industries-401k-2017-11092018', '', '', '2024-03-22 13:23:39', '2024-03-22 18:23:39', '', 988, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SAR-CF-Industries-401k-2017-11092018.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (567, 1, '2023-05-15 07:54:31', '2023-05-15 12:54:31', '', 'SAR - CF Industries EE Wlf Ben - 2017-11092018', '', 'inherit', 'open', 'closed', '', 'sar-cf-industries-ee-wlf-ben-2017-11092018', '', '', '2024-03-22 13:14:04', '2024-03-22 18:14:04', '', 982, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/SAR-CF-Industries-EE-Wlf-Ben-2017-11092018.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (568, 1, '2023-05-15 07:54:38', '2023-05-15 12:54:38', '', 'CF - 2022 U.S. Required Notices10.10.22', '', 'inherit', 'open', 'closed', '', 'cf-2022-u-s-required-notices10-10-22', '', '', '2023-05-15 07:54:38', '2023-05-15 12:54:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/CF-2022-U.S.-Required-Notices10.10.22.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (569, 1, '2023-05-15 07:54:43', '2023-05-15 12:54:43', '', 'Advantage HSA_SBC -249478_0001_CF INDUSTRIES HOLDINGS INC_HSA_01-01-2023 to 12-31-2023_2020-01-01_v2', '', 'inherit', 'open', 'closed', '', 'advantage-hsa_sbc-249478_0001_cf-industries-holdings-inc_hsa_01-01-2023-to-12-31-2023_2020-01-01_v2', '', '', '2024-03-22 13:20:30', '2024-03-22 18:20:30', '', 986, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Advantage-HSA_SBC-249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2023-to-12-31-2023_2020-01-01_v2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (570, 1, '2023-05-15 07:54:47', '2023-05-15 12:54:47', '', 'Standard PPO_SBC', '', 'inherit', 'open', 'closed', '', 'standard-ppo_sbc', '', '', '2023-05-15 07:54:47', '2023-05-15 12:54:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Standard-PPO_SBC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (571, 1, '2026-03-01 21:48:22', '2023-05-15 12:56:06', ' ', '', '', 'publish', 'closed', 'closed', '', 571, '', '', '2026-03-01 21:48:22', '2026-03-02 03:48:22', '', '0', 'https://cfibenefits.wpengine.com/?p=571', 43, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (572, 1, '2026-03-01 21:48:21', '2023-05-15 12:56:06', ' ', '', '', 'publish', 'closed', 'closed', '', 572, '', '', '2026-03-01 21:48:21', '2026-03-02 03:48:21', '', '0', 'https://cfibenefits.wpengine.com/?p=572', 41, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (574, 1, '2023-05-15 08:06:20', '2023-05-15 13:06:20', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/contacts_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Important Contacts and Resources</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"20px||50px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"12px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||1em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Help is only a call or click away.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin_tablet=\"||0px||false|false\" custom_margin_phone=\"||0px||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||2em||false|false\" custom_padding_tablet=\"13px||0px|||\" custom_padding_phone=\"13px||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Managing Your Benefits\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/EAP_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p>Log into <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> and then click the Benefits icon to enroll, change or update your benefits information.</p>\n<p>If you have questions, contact the CF Benefits Center by calling 877-232â€“3630 or emailing <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a><span>.</span></p>[/et_pb_blurb][et_pb_blurb title=\"Medical\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<strong>BlueCross BlueShield</strong>\n<span class=\"contact_phone\">888-902-8293</span>\n<a href=\"https://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a>\n<strong>App:</strong> <a href=\"https://apps.apple.com/us/app/bcbsil/id571088532\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.hcsc.android.providerfinderil&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a>\n\n<strong>BCBSIL Health Advocacy Solutions</strong>\n888-902-8293\n\n<strong>MDLive </strong>\n888-680-8646\n<strong>App: </strong><a href=\"https://apps.apple.com/us/app/mdlive/id839671393\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.mdlive.mobile&amp;hl=en_US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_blurb][et_pb_blurb title=\"Prescription\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Prime Therapeutics</strong><br /><span class=\"contact_phone\">888-902-8293</span><br /><a href=\"https://www.myprime.com/\" target=\"_blank\" rel=\"noopener\">www.myprime.com</a></p>\n<p><strong>Accredo Specialty Pharmacy</strong><br />833-721-1619<br /><a href=\"http://www.accredo.com\" target=\"_blank\" rel=\"noopener\">www.accredo.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Dental\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Cigna</strong><br />800-244-6224<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Vision\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Cigna</strong><br />877-478-7557<br /><a href=\"http://www.mycigna.com\" target=\"_blank\" rel=\"noopener\">www.mycigna.com</a><br />Account: 3333808<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/mycigna/id569266174\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.cigna.mobile.mycigna\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Joint and Muscle Support\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/01/hinge-07.svg\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\" title_text=\"hinge-07\" sticky_enabled=\"0\"]<p><strong>Hinge Health</strong><br /><a href=\"https://www.hingehealth.com/for/cfindustries/\" target=\"_blank\" rel=\"noopener\">hingehealth.com</a><br />855-902-2777</p>[/et_pb_blurb][et_pb_blurb title=\"Family Forming Support\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.5\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Maven</strong><br /><a href=\"https://www.mavenclinic.com/maven-enrollment/maven\" target=\"_blank\" rel=\"noopener\">mavenclinic.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Financial Well-Being\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/401k_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Ayco</strong><br />800-527-0012<br /><a href=\"http://www.ayco.com/login/cfindustries\" target=\"_blank\" rel=\"noopener\">www.ayco.com/login/cfindustries</a><br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/goldman-sachs-wellness/id1600778026\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.gs.pfmg.wellness&amp;pli=1\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Accident and Critical Illness\" url=\"https://www.thehartford.com/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/accident_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" disabled=\"on\" global_colors_info=\"{}\"]<p>The Hartford<br /><span class=\"contact_phone\">800.523.2233</span><br /><a href=\"https://www.thehartford.com/\" target=\"_blank\" rel=\"noopener\">thehartford.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Employee Assistance Program\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Guidance Resources</strong><br />866-465-8943<br /><a href=\"https://guidanceresources.com \" target=\"_blank\" rel=\"noopener\">www.guidanceresources.com</a> (Company ID: CFIND)<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/guidancenow/id556008763\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.compsych.gro\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Health Savings Account (HSA) and Flexible Spending Accounts (FSA)\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/hsa-fsa-accounts.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Fidelity NetBenefits</strong><br />800-835-5095<br /><a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a><br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/fidelity-investments/id348177453\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.fidelity.android&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"CF Industries Health Center\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/long-term_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Proactive MD</strong><br /><a href=\"https://healthcenters.proactive-md.com/cf-industries/\" target=\"_blank\" rel=\"noopener\">CF Industries Health Centers</a><br /><strong>Email:</strong> <a href=\"mailto:promise@proactive.md\">promise@proactive.md</a><br /><a href=\"https://23284-1.portal.athenahealth.com/\" target=\"_blank\" rel=\"noopener\">Patient Portal</a></p>[/et_pb_blurb][et_pb_blurb title=\"Life and Disability\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/insurance_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>New York LifeÂ Â Â  </strong><br />800-362-4462<br /><a href=\"http://www.mynylgbs.com\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a></p>[/et_pb_blurb][et_pb_blurb title=\"Medicare and Social Security\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medicare-ssa.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Medicare</strong><br /><a href=\"https://www.medicare.gov/\" target=\"_blank\" rel=\"noopener\">www.medicare.gov</a></p>\n<p><strong>Social Security</strong><br /><a href=\"https://www.ssa.gov\" target=\"_blank\" rel=\"noopener\">www.ssa.gov</a></p>[/et_pb_blurb][et_pb_blurb title=\"Discount Program\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/perks.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Perkspot</strong><br />866-606-6057<br /><a href=\"https://cfi.perkspot.com/login\" target=\"_blank\" rel=\"noopener\">cfi.perkspot.com/login</a></p>[/et_pb_blurb][et_pb_blurb title=\"401(k)\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/HSA_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Fidelity Investments</strong><br />800-835-5095<br /><a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a><br />Account: 09650<br /><strong>App:</strong> <a href=\"https://apps.apple.com/us/app/fidelity-investments/id348177453\" target=\"_blank\" rel=\"noopener\">App Store</a> or <a href=\"https://play.google.com/store/apps/details?id=com.fidelity.android&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a></p>[/et_pb_blurb][et_pb_blurb title=\"Pension\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/FSA_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>CF Industries Pension Center</strong><br />866-234-9977<br />â€‹<a href=\"https://ypr.aon.com/cfindustries/#/\" target=\"_blank\" rel=\"noopener\">ypr.aon.com/cfindustries</a></p>[/et_pb_blurb][et_pb_blurb title=\"Cigna Additional Programs\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/health_advo_icon.png\" icon_placement=\"left\" image_icon_width=\"75px\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font_size=\"21px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_font_size=\"16px\" body_line_height=\"1.6em\" body_link_font=\"|700|||on|||#015846|\" body_link_text_color=\"#015846\" body_ul_font_size=\"15px\" body_ul_line_height=\"1.5em\" custom_margin=\"||1.5em||false|false\" custom_padding=\"||1.5em||false|false\" animation=\"off\" link_option_url_new_window=\"on\" custom_css_blurb_content=\"font-weight: 400;\" border_width_bottom=\"1px\" border_color_bottom=\"#00C7B1\" global_colors_info=\"{}\"]<p><strong>Cigna Healthy Rewards</strong><br />800-258-3312<br /><a href=\"http://www.cigna.com/rewards\" target=\"_blank\" rel=\"noopener\">www.cigna.com/rewards</a></p>\n<p><strong>NYL GBS Secure Travel</strong><br />800-362-4462<br /><a href=\"http://www.mynylgbs.com/\" target=\"_blank\" rel=\"noopener\">www.mynylgbs.com</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Contacts', '', 'publish', 'closed', 'closed', '', 'contacts', '', '', '2026-01-29 19:39:23', '2026-01-30 01:39:23', '', '0', 'https://cfibenefits.wpengine.com/?page_id=574', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (576, 1, '2023-05-15 09:50:11', '2023-05-15 14:50:11', '', 'service-anniversary-award_page_banner', '', 'inherit', 'open', 'closed', '', 'service-anniversary-award_page_banner', '', '', '2023-05-15 09:50:11', '2023-05-15 14:50:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-anniversary-award_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (577, 1, '2023-05-15 09:51:01', '2023-05-15 14:51:01', '', 'service-anniversary-award_section_inset', '', 'inherit', 'open', 'closed', '', 'service-anniversary-award_section_inset', '', '', '2023-05-15 09:51:01', '2023-05-15 14:51:01', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-anniversary-award_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (578, 1, '2023-05-15 10:22:43', '2023-05-15 15:22:43', '', 'strive_section_inset', '', 'inherit', 'open', 'closed', '', 'strive_section_inset', '', '', '2023-05-15 10:22:43', '2023-05-15 15:22:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (579, 1, '2023-05-15 10:26:11', '2023-05-15 15:26:11', '', 'medical_page_banner', '', 'inherit', 'open', 'closed', '', 'medical_page_banner', '', '', '2023-05-15 10:26:11', '2023-05-15 15:26:11', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medical_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (581, 1, '2023-05-15 10:33:24', '2023-05-15 15:33:24', '', 'prescription_section_inset', '', 'inherit', 'open', 'closed', '', 'prescription_section_inset', '', '', '2023-05-15 10:33:24', '2023-05-15 15:33:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (583, 1, '2023-05-15 10:38:55', '2023-05-15 15:38:55', '', 'dental_page_banner', '', 'inherit', 'open', 'closed', '', 'dental_page_banner', '', '', '2023-05-15 10:38:55', '2023-05-15 15:38:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (584, 1, '2023-05-15 10:39:18', '2023-05-15 15:39:18', '', 'dental_section_inset', '', 'inherit', 'open', 'closed', '', 'dental_section_inset', '', '', '2023-05-15 10:39:18', '2023-05-15 15:39:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (587, 2, '2023-05-15 12:20:30', '2023-05-15 17:20:30', '', 'HSA-banner', '', 'inherit', 'open', 'closed', '', 'hsa-banner', '', '', '2023-05-15 12:20:30', '2023-05-15 17:20:30', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (588, 1, '2023-05-15 12:21:50', '2023-05-15 17:21:50', '', 'vision_section_inset', '', 'inherit', 'open', 'closed', '', 'vision_section_inset', '', '', '2023-05-15 12:21:50', '2023-05-15 17:21:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (590, 1, '2023-05-15 12:24:35', '2023-05-15 17:24:35', '', 'proactive-md_section_inset', '', 'inherit', 'open', 'closed', '', 'proactive-md_section_inset', '', '', '2023-05-15 12:24:35', '2023-05-15 17:24:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/proactive-md_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (591, 2, '2023-05-15 12:27:07', '2023-05-15 17:27:07', '', 'ayco financial', '', 'inherit', 'open', 'closed', '', 'ayco-financial-inset', '', '', '2023-05-15 12:27:21', '2023-05-15 17:27:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ayco-financial-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (592, 1, '2023-05-15 12:31:41', '2023-05-15 17:31:41', '', 'chronic-conditions_page_banner2', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner2', '', '', '2023-05-15 12:31:41', '2023-05-15 17:31:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (593, 1, '2023-05-15 12:31:43', '2023-05-15 17:31:43', '', 'chronic-conditions_page_banner', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner', '', '', '2023-05-15 12:31:43', '2023-05-15 17:31:43', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (594, 1, '2023-05-15 12:35:44', '2023-05-15 17:35:44', '', 'prescription_page_banner', '', 'inherit', 'open', 'closed', '', 'prescription_page_banner', '', '', '2023-05-15 12:35:44', '2023-05-15 17:35:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (595, 1, '2023-05-15 12:35:45', '2023-05-15 17:35:45', '', 'dental_page_banner', '', 'inherit', 'open', 'closed', '', 'dental_page_banner-2', '', '', '2023-05-15 12:35:45', '2023-05-15 17:35:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_page_banner-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (596, 1, '2023-05-15 12:35:46', '2023-05-15 17:35:46', '', 'vision_page_banner', '', 'inherit', 'open', 'closed', '', 'vision_page_banner', '', '', '2023-05-15 12:35:46', '2023-05-15 17:35:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (597, 1, '2023-05-15 12:35:47', '2023-05-15 17:35:47', '', 'proactive-md_page_banner', '', 'inherit', 'open', 'closed', '', 'proactive-md_page_banner', '', '', '2023-05-15 12:35:47', '2023-05-15 17:35:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/proactive-md_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (598, 1, '2023-05-15 12:35:48', '2023-05-15 17:35:48', '', 'chronic-conditions_page_banner2', '', 'inherit', 'open', 'closed', '', 'chronic-conditions_page_banner2-2', '', '', '2023-05-15 12:35:48', '2023-05-15 17:35:48', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic-conditions_page_banner2-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (599, 1, '2023-05-15 12:40:28', '2023-05-15 17:40:28', '', 'strive_page_banner', '', 'inherit', 'open', 'closed', '', 'strive_page_banner', '', '', '2023-05-15 12:40:28', '2023-05-15 17:40:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (600, 2, '2023-05-15 12:40:57', '2023-05-15 17:40:57', '', 'FSA', '', 'inherit', 'open', 'closed', '', 'fsa-inset', '', '', '2023-05-15 12:41:04', '2023-05-15 17:41:04', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSA-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (601, 2, '2023-05-15 12:42:01', '2023-05-15 17:42:01', '', 'life insurance', '', 'inherit', 'open', 'closed', '', 'life-insurance-inset', '', '', '2023-05-15 12:42:10', '2023-05-15 17:42:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-insurance-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (602, 2, '2023-05-15 12:43:40', '2023-05-15 17:43:40', '', 'HSA', '', 'inherit', 'open', 'closed', '', 'hsa-inset', '', '', '2023-05-15 12:43:50', '2023-05-15 17:43:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (603, 1, '2026-03-01 21:48:22', '2023-05-15 17:45:07', ' ', '', '', 'publish', 'closed', 'closed', '', 603, '', '', '2026-03-01 21:48:22', '2026-03-02 03:48:22', '', '0', 'https://cfibenefits.wpengine.com/?p=603', 42, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (604, 2, '2023-05-15 12:46:19', '2023-05-15 17:46:19', '', 'life-insurance-banner', '', 'inherit', 'open', 'closed', '', 'life-insurance-banner', '', '', '2023-05-15 12:46:19', '2023-05-15 17:46:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-insurance-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (605, 1, '2023-05-15 12:46:36', '2023-05-15 17:46:36', '', 'health_advo_icon', '', 'inherit', 'open', 'closed', '', 'health_advo_icon', '', '', '2023-05-15 12:46:36', '2023-05-15 17:46:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/health_advo_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (606, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'medical_icon', '', 'inherit', 'open', 'closed', '', 'medical_icon-2', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medical_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (607, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'prescription_icon', '', 'inherit', 'open', 'closed', '', 'prescription_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/prescription_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (608, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'insurance_icon', '', 'inherit', 'open', 'closed', '', 'insurance_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/insurance_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (609, 1, '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', 'accident_icon', '', 'inherit', 'open', 'closed', '', 'accident_icon', '', '', '2023-05-15 12:46:37', '2023-05-15 17:46:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/accident_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (610, 1, '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', 'HSA_icon', '', 'inherit', 'open', 'closed', '', 'hsa_icon', '', '', '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (611, 1, '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', 'FSA_icon', '', 'inherit', 'open', 'closed', '', 'fsa_icon', '', '', '2023-05-15 12:46:38', '2023-05-15 17:46:38', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/FSA_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (612, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'dental_icon', '', 'inherit', 'open', 'closed', '', 'dental_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/dental_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (613, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'vision_icon', '', 'inherit', 'open', 'closed', '', 'vision_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/vision_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (614, 1, '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', 'disability_icon', '', 'inherit', 'open', 'closed', '', 'disability_icon', '', '', '2023-05-15 12:46:39', '2023-05-15 17:46:39', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (615, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '401k_icon', '', 'inherit', 'open', 'closed', '', '401k_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (616, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', 'EAP_icon', '', 'inherit', 'open', 'closed', '', 'eap_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EAP_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (617, 1, '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', 'long-term_icon', '', 'inherit', 'open', 'closed', '', 'long-term_icon', '', '', '2023-05-15 12:46:40', '2023-05-15 17:46:40', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/long-term_icon.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (618, 2, '2023-05-15 12:46:44', '2023-05-15 17:46:44', '', 'ayco-financial-banner', '', 'inherit', 'open', 'closed', '', 'ayco-financial-banner', '', '', '2023-05-15 12:46:44', '2023-05-15 17:46:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ayco-financial-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (622, 2, '2023-05-15 13:19:31', '2023-05-15 18:19:31', '', 'HSA-inset', '', 'inherit', 'open', 'closed', '', 'hsa-inset-2', '', '', '2023-05-15 13:19:31', '2023-05-15 18:19:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/HSA-inset-1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (623, 2, '2023-05-15 13:20:52', '2023-05-15 18:20:52', '', 'disability', '', 'inherit', 'open', 'closed', '', 'disability-inset', '', '', '2023-05-15 13:20:57', '2023-05-15 18:20:57', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (624, 2, '2023-05-15 13:23:31', '2023-05-15 18:23:31', '', 'disability_banner', '', 'inherit', 'open', 'closed', '', 'disability_banner', '', '', '2023-05-15 13:23:31', '2023-05-15 18:23:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/disability_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (626, 1, '2023-05-15 13:26:52', '2023-05-15 18:26:52', '', 'medicare-ssa', '', 'inherit', 'open', 'closed', '', 'medicare-ssa', '', '', '2023-05-15 13:26:52', '2023-05-15 18:26:52', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/medicare-ssa.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (627, 1, '2023-05-15 13:31:10', '2023-05-15 18:31:10', '', 'perks', '', 'inherit', 'open', 'closed', '', 'perks', '', '', '2023-05-15 13:31:10', '2023-05-15 18:31:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/perks.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (628, 2, '2023-05-15 13:52:52', '2023-05-15 18:52:52', '', '401(k)', '', 'inherit', 'open', 'closed', '', '401k-inset', '', '', '2023-05-15 13:53:07', '2023-05-15 18:53:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (629, 2, '2023-05-15 13:53:37', '2023-05-15 18:53:37', '', 'business travel', '', 'inherit', 'open', 'closed', '', 'travel-inset', '', '', '2023-05-15 13:53:50', '2023-05-15 18:53:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/travel-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (630, 1, '2023-05-15 13:57:50', '2023-05-15 18:57:50', '', 'chronic', '', 'inherit', 'open', 'closed', '', 'chronic', '', '', '2023-05-15 13:57:50', '2023-05-15 18:57:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/chronic.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (631, 2, '2023-05-15 14:02:49', '2023-05-15 19:02:49', '', 'leaving CF', '', 'inherit', 'open', 'closed', '', 'leaving-inset', '', '', '2023-05-15 14:02:55', '2023-05-15 19:02:55', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leaving-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (632, 1, '2023-05-15 14:03:32', '2023-05-15 19:03:32', '', 'strive', '', 'inherit', 'open', 'closed', '', 'strive-2', '', '', '2023-05-15 14:03:32', '2023-05-15 19:03:32', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/strive.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (634, 2, '2023-05-15 14:32:59', '2023-05-15 19:32:59', '', 'retiring', '', 'inherit', 'open', 'closed', '', 'retiring-inset', '', '', '2023-05-15 14:33:06', '2023-05-15 19:33:06', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/retiring-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (635, 2, '2023-05-15 14:33:32', '2023-05-15 19:33:32', '', 'death of CF employee', '', 'inherit', 'open', 'closed', '', 'reporting-death-inset', '', '', '2023-05-15 14:33:44', '2023-05-15 19:33:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/reporting-death-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (636, 2, '2023-05-15 14:35:21', '2023-05-15 19:35:21', '', '401k-banner', '', 'inherit', 'open', 'closed', '', '401k-banner', '', '', '2023-05-15 14:35:21', '2023-05-15 19:35:21', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/401k-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (637, 2, '2023-05-15 14:40:22', '2023-05-15 19:40:22', '', 'travel-banner', '', 'inherit', 'open', 'closed', '', 'travel-banner', '', '', '2023-05-15 14:40:22', '2023-05-15 19:40:22', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/travel-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (639, 2, '2023-05-15 14:51:51', '2023-05-15 19:51:51', '', 'leaving-CF-banner', '', 'inherit', 'open', 'closed', '', 'leaving-cf-banner', '', '', '2023-05-15 14:51:51', '2023-05-15 19:51:51', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/leaving-CF-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (640, 2, '2023-05-15 14:58:37', '2023-05-15 19:58:37', '', 'retiring-banner', '', 'inherit', 'open', 'closed', '', 'retiring-banner', '', '', '2023-05-15 14:58:37', '2023-05-15 19:58:37', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/retiring-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (641, 1, '2023-05-15 14:59:03', '2023-05-15 19:59:03', '', 'hsa-fsa-accounts', '', 'inherit', 'open', 'closed', '', 'hsa-fsa-accounts', '', '', '2023-05-15 14:59:03', '2023-05-15 19:59:03', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/hsa-fsa-accounts.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (643, 2, '2023-05-15 15:05:03', '2023-05-15 20:05:03', '', 'reporting-death-banner', '', 'inherit', 'open', 'closed', '', 'reporting-death-banner', '', '', '2023-05-15 15:05:03', '2023-05-15 20:05:03', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/reporting-death-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (650, 1, '2023-05-15 15:32:07', '2023-05-15 20:32:07', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(255,255,255,0) 29%|#ffffff 91%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"0px||20px||false|false\" custom_padding_tablet=\"||15px||false|false\" custom_padding_phone=\"||6px||false|false\" global_colors_info=\"{}\" background__hover_enabled=\"off|desktop\"][et_pb_row _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"24px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.19.5\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" title_text=\"medical_icon\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"8%\" width_tablet=\"8%\" width_phone=\"8%\" width_last_edited=\"on|desktop\" max_width=\"18%\" module_alignment=\"center\" custom_padding=\"10px||||false|false\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"71ee9ed2-ef93-4b3b-bb19-6beb3ce3219c\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Resources Library</h1>\nOur health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.19.5\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/medical/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Medical</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/medical_page_banner.jpg\" title_text=\"medical_page_banner\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/prescription/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Prescription</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/prescription_section_inset.jpg\" title_text=\"prescription_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/dental/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Dental</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/dental_section_inset.jpg\" title_text=\"dental_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||2.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/vision/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Vision</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/vision_section_inset.jpg\" title_text=\"vision_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off|||17.5px|17.5px\" border_radii_phone=\"off||||17.5px\" border_radii_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/strive/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Strive Engagement Platform</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_section_inset.jpg\" title_text=\"Strive Engagement Platform\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(84,206,50,0.1)\" custom_padding=\"1.5em||0px||false|false\" link_option_url=\"/proactive-md/\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: space-between;\" border_radii=\"on|18px|18px|18px|18px\" border_radii_tablet=\"off|18px|18px|17.5px|17.5px\" border_radii_phone=\"on|18px|18px|18px|18px\" border_radii_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"58082c11-fb26-40c5-8f37-cbecfc0e5e9a\" locked=\"off\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Proactive MD</h2>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/proactive-md_section_inset.jpg\" title_text=\"proactive-md_section_inset\" align=\"center\" force_fullwidth=\"on\" module_class=\"et-zoom-in\" _builder_version=\"4.20.2\" _module_preset=\"default\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" position_origin_a_tablet=\"bottom_center\" position_origin_a_phone=\"bottom_center\" position_origin_a_last_edited=\"on|desktop\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|desktop\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|desktop\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" positioning_tablet=\"relative\" positioning_phone=\"relative\" positioning_last_edited=\"on|tablet\" border_radii=\"off|||18px|18px\" border_radii_tablet=\"off||||18px\" border_radii_phone=\"off|||18px|18px\" border_radii_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" transform_styles__hover_enabled=\"on|hover\" overflow-y__hover_enabled=\"off|desktop\" overflow-y__hover=\"hidden\" overflow-x__hover_enabled=\"off|desktop\" transform_scale__hover_enabled=\"on|hover\" transform_translate__hover_enabled=\"on|desktop\" transform_rotate__hover_enabled=\"on|desktop\" transform_skew__hover_enabled=\"on|desktop\" transform_origin__hover_enabled=\"on|desktop\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Resources Library', '', 'publish', 'closed', 'closed', '', 'resources-library', '', '', '2023-05-15 15:35:23', '2023-05-15 20:35:23', '', '0', 'https://cfibenefits.wpengine.com/?page_id=650', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (652, 2, '2023-05-15 15:34:51', '2023-05-15 20:34:51', '', 'employee value proposition', '', 'inherit', 'open', 'closed', '', 'be-included-inset', '', '', '2023-05-15 15:35:13', '2023-05-15 20:35:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/be-included-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (653, 2, '2023-05-15 15:44:34', '2023-05-15 20:44:34', '', 'inclusion council', '', 'inherit', 'open', 'closed', '', 'inclusion-council-inset', '', '', '2023-05-15 15:44:44', '2023-05-15 20:44:44', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-council-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (654, 2, '2023-05-15 15:51:21', '2023-05-15 20:51:21', '', 'life cycle surveys', '', 'inherit', 'open', 'closed', '', 'life-cycle_inset', '', '', '2023-05-15 15:51:36', '2023-05-15 20:51:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-cycle_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (655, 2, '2023-05-15 15:58:35', '2023-05-15 20:58:35', '', 'DEI report', '', 'inherit', 'open', 'closed', '', 'dei-report-inset', '', '', '2023-05-15 15:58:45', '2023-05-15 20:58:45', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/DEI-report-inset.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (657, 2, '2023-05-15 16:04:01', '2023-05-15 21:04:01', '', 'Blue Ocean Brain', '', 'inherit', 'open', 'closed', '', 'blue-ocean-inset', '', '', '2023-05-15 16:04:41', '2023-05-15 21:04:41', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/blue-ocean-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (658, 2, '2023-05-15 16:45:00', '2023-05-15 21:45:00', '', 'inclusion resource group', '', 'inherit', 'open', 'closed', '', 'inclusion-resource-group-inset', '', '', '2023-05-15 16:45:17', '2023-05-15 21:45:17', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-resource-group-inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (659, 2, '2023-05-15 16:47:18', '2023-05-15 21:47:18', '', 'IRG-banner', '', 'inherit', 'open', 'closed', '', 'irg-banner', '', '', '2023-05-15 16:47:18', '2023-05-15 21:47:18', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/IRG-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (660, 2, '2023-05-15 16:47:19', '2023-05-15 21:47:19', '', 'blue-ocean-brain-banner', '', 'inherit', 'open', 'closed', '', 'blue-ocean-brain-banner', '', '', '2023-05-15 16:47:19', '2023-05-15 21:47:19', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/blue-ocean-brain-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (661, 2, '2023-05-15 16:47:20', '2023-05-15 21:47:20', '', 'DEI-report-banner', '', 'inherit', 'open', 'closed', '', 'dei-report-banner', '', '', '2023-05-15 16:47:20', '2023-05-15 21:47:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/DEI-report-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (662, 2, '2023-05-15 16:47:49', '2023-05-15 21:47:49', '', 'life-cycle-banner', '', 'inherit', 'open', 'closed', '', 'life-cycle-banner', '', '', '2023-05-15 16:47:49', '2023-05-15 21:47:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-cycle-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (663, 2, '2023-05-15 16:47:50', '2023-05-15 21:47:50', '', 'inclusion-council-banner', '', 'inherit', 'open', 'closed', '', 'inclusion-council-banner', '', '', '2023-05-15 16:47:50', '2023-05-15 21:47:50', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/inclusion-council-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (664, 2, '2023-05-15 16:47:51', '2023-05-15 21:47:51', '', 'EVP-banner', '', 'inherit', 'open', 'closed', '', 'evp-banner', '', '', '2023-05-15 16:47:51', '2023-05-15 21:47:51', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/EVP-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (666, 1, '2023-05-15 16:58:46', '2023-05-15 21:58:46', '', 'life-event_page_banner', '', 'inherit', 'open', 'closed', '', 'life-event_page_banner', '', '', '2023-05-15 16:58:46', '2023-05-15 21:58:46', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/life-event_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (668, 1, '2023-05-15 17:04:33', '2023-05-15 22:04:33', '', 'benefits-eligibility_page_banner', '', 'inherit', 'open', 'closed', '', 'benefits-eligibility_page_banner', '', '', '2023-05-15 17:04:33', '2023-05-15 22:04:33', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/benefits-eligibility_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (670, 1, '2023-05-15 17:09:31', '2023-05-15 22:09:31', '', 'requires-notices_page_banner', '', 'inherit', 'open', 'closed', '', 'requires-notices_page_banner', '', '', '2023-05-15 17:09:31', '2023-05-15 22:09:31', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/requires-notices_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (671, 1, '2023-05-15 17:14:13', '2023-05-15 22:14:13', '', 'resources-library_page_banner', '', 'inherit', 'open', 'closed', '', 'resources-library_page_banner', '', '', '2023-05-15 17:14:13', '2023-05-15 22:14:13', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/resources-library_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (674, 1, '2023-05-15 17:22:34', '2023-05-15 22:22:34', '', 'contacts_page_banner', '', 'inherit', 'open', 'closed', '', 'contacts_page_banner', '', '', '2023-05-15 17:22:34', '2023-05-15 22:22:34', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/contacts_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (675, 3, '2023-05-15 18:33:05', '2023-05-15 23:33:05', '[et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Dental</h1>[/et_pb_text][et_pb_code admin_label=\"Dental table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        In-Network</br><!-- [et_pb_line_break_holder] -->        Cigna Dental Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Deductible</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Individual</td><!-- [et_pb_line_break_holder] -->        <td>$50 per individual</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Family</td><!-- [et_pb_line_break_holder] -->        <td>$150 per family</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Annual Maximum</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Excludes preventive and orthodontia services</td><!-- [et_pb_line_break_holder] -->        <td>$1,500 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Coinsurance</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Preventive Services</p><!-- [et_pb_line_break_holder] -->          Oral exams and cleanings (two per calendar year), x-rays, non-orthodontic space maintainers (through age 18), topical application of fluoride (through age 18)<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 100%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Basic Services</p><!-- [et_pb_line_break_holder] -->          Emergency care for pain, oral surgery, amalgam/composite fillings, extractions (routine), endodontics (root canals), periodontics<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><!-- [et_pb_line_break_holder] -->          <p style=\"font-weight: bold;\">Major Services</p><!-- [et_pb_line_break_holder] -->          Porcelain crowns, inlays and onlays, partial/complete dentures, denture relines/rebases, removable/fixed bridgework<!-- [et_pb_line_break_holder] -->        </td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 50% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td style=\"font-weight: bold;\">Implants</td><!-- [et_pb_line_break_holder] -->        <td>Plan pays 80% after deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->        <th colspan=\"2\">Orthodontia</th><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Benefit Applies to</td><!-- [et_pb_line_break_holder] -->        <td>Adults and children</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Coinsurance</td><!-- [et_pb_line_break_holder] -->        <td>50% no deductible</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Lifetime Maximum</td><!-- [et_pb_line_break_holder] -->        <td>$2,000 per person</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000 to a maximum of $500,000, however, benefit amounts in excess of $300,000 are limited to 10 times the employeeâ€™s compensation.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $50,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Disability CoverageÂ </h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Details*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Cost</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Short-Term Disability*</td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        Covers 100% of your base salary for up to eight weeks and then 66 2/3% of your base salary for up to 18 weeks* </br><!-- [et_pb_line_break_holder] -->        *STD benefits will be reduced by any state or statutory benefits you receive while you are on STD.<!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td>Salary continuation covered by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Long-Term Disability</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Basic Coverage</td><!-- [et_pb_line_break_holder] -->      <td>Covers 50% of your base salary (up to a maximum monthly benefit of $5,000) after 26 weeks of disability</td><!-- [et_pb_line_break_holder] -->      <td>Premium paid by CF Industries</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Supplemental Coverage**</td><!-- [et_pb_line_break_holder] -->      <td>If you choose to purchase buy-up LTD coverage, this covers 60% of your base salary (up to a maximum monthly benefit of $10,000) after 26 weeks of disability.</td><!-- [et_pb_line_break_holder] -->      <td>$0.218â€‹ per $100 of monthly base salary; premium is deducted from paycheck.</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>HSA Limits</h1>[/et_pb_text][et_pb_code admin_label=\"HSA limits table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]Â <!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Coverage Level</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">IRS Total Limits*</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Automatic Contribution</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">CF Matching Contribution**</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Your Contribution</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Individual Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$3,850</td><!-- [et_pb_line_break_holder] -->      <td>$250</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$3,100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Family Coverage</td><!-- [et_pb_line_break_holder] -->      <td>$7,750</td><!-- [et_pb_line_break_holder] -->      <td>$500</td><!-- [et_pb_line_break_holder] -->      <td>$1,000</td><!-- [et_pb_line_break_holder] -->      <td>$6,250</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Age 55 or Older</td><!-- [et_pb_line_break_holder] -->      <td colspan=\"4\">Contribute an additional $1,000 on top of these amount</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Life Insurance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Guaranteed Issue Amount</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>One to five times annual base salary (rounded to nearest $1,000)</td><!-- [et_pb_line_break_holder] -->      <td>$1 million</td><!-- [et_pb_line_break_holder] -->      <td>Lesser of four times salary or $400,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>$50,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000/$500 if under six months of age</td><!-- [et_pb_line_break_holder] -->      <td>All amounts</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Performance</h1>[/et_pb_text][et_pb_code admin_label=\"Life Insurance table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"></th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Benefit Amount</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Maximum</th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\">Guaranteed Issue Amount</th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Employee*</td><!-- [et_pb_line_break_holder] -->      <td>One to five times annual base salary (rounded to nearest $1,000)</td><!-- [et_pb_line_break_holder] -->      <td>$1 million</td><!-- [et_pb_line_break_holder] -->      <td>Lesser of four times salary or $400,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Spouse**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $10,000</td><!-- [et_pb_line_break_holder] -->      <td>$500,000</td><!-- [et_pb_line_break_holder] -->      <td>$50,000</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Child(ren)**</td><!-- [et_pb_line_break_holder] -->      <td>Units of $5,000</td><!-- [et_pb_line_break_holder] -->      <td>$20,000/$500 if under six months of age</td><!-- [et_pb_line_break_holder] -->      <td>All amounts</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Perscription Managment</h1>[/et_pb_text][et_pb_code admin_label=\"Prescription table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Goal Setting<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Mid-Year Career Discussion<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Self-Assessment/Manager Assessment<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        January-March<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        June<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th style=\"text-align: center;\"><!-- [et_pb_line_break_holder] -->        November-December<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Align to CFâ€™s priorities and Senior Leadership Team goals</li><!-- [et_pb_line_break_holder] -->          <li>Create three-six SMART goals* (reviewed and approved by manager)</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">*Operators and Technicians will have preset goals</p><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Employees are encouraged to begin mid-year discussions with managers regarding goals/status</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->      <td><!-- [et_pb_line_break_holder] -->        <ul><!-- [et_pb_line_break_holder] -->          <li>Annual performance review</li><!-- [et_pb_line_break_holder] -->        </ul><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">Goals = what you achieved</p><!-- [et_pb_line_break_holder] -->        <p style=\"font-weight: bold;\">Leadership competencies = how you achieved them</p><!-- [et_pb_line_break_holder] -->      </td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>PTO</h1>[/et_pb_text][et_pb_code admin_label=\"PTO table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th rowspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service (as of the end of the year)<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th colspan=\"2\" class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Paid Vacation Time Granted each January 1<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Full-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th><!-- [et_pb_line_break_holder] -->        Part-Time<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Less than one year</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 80 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->      <td>Pro-rated portion of 40 hours, based on month of hire</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>One â€“ Four years</td><!-- [et_pb_line_break_holder] -->      <td>80 hours</td><!-- [et_pb_line_break_holder] -->      <td>40 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Five â€“ Nine years</td><!-- [et_pb_line_break_holder] -->      <td>120 hours</td><!-- [et_pb_line_break_holder] -->      <td>60 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>10 - 19 years</td><!-- [et_pb_line_break_holder] -->      <td>160 hours (168 for 12-hour shift employees)</td><!-- [et_pb_line_break_holder] -->      <td>80 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>20+ years</td><!-- [et_pb_line_break_holder] -->      <td>200 hours (204 for 12-hour shift employees)</td><!-- [et_pb_line_break_holder] -->      <td>100 hours</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h1>Vision</h1>[/et_pb_text][et_pb_code admin_label=\"Vision table\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights vision-coverage\"><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Coverage<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        In-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Out-of-Network Cigna</br><!-- [et_pb_line_break_holder] -->        Vision Plan<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] -->  <tbody><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Copay</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Exam (Once per calendar year)</td><!-- [et_pb_line_break_holder] -->      <td>You pay $10</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Materials</td><!-- [et_pb_line_break_holder] -->      <td>You pay $25</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Glasses (in lieu of contact lenses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Single Vision</td><!-- [et_pb_line_break_holder] -->      <td rowspan=\"5\">You pay $25 and then the plan pays 100%</td><!-- [et_pb_line_break_holder] -->      <td>Up to $40</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Bifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $65</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lined Trifocal</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Progressives</td><!-- [et_pb_line_break_holder] -->      <td>Up to $75</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Lenticular</td><!-- [et_pb_line_break_holder] -->      <td>Up to $100</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Frames (once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $200</td><!-- [et_pb_line_break_holder] -->      <td>Up to $133</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Contact Lenses (in lieu of glasses; once per calendar year)</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Elective</td><!-- [et_pb_line_break_holder] -->      <td>Plan pays up to $300</td><!-- [et_pb_line_break_holder] -->      <td>Up to $225</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td>Therapeutic</td><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Up to $210</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr class=\"subhead\"><!-- [et_pb_line_break_holder] -->      <th colspan=\"3\">Laser Vision Correction</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tr><!-- [et_pb_line_break_holder] -->      <td></td><!-- [et_pb_line_break_holder] -->      <td>Discount available</td><!-- [et_pb_line_break_holder] -->      <td>N/A</td><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->  </tbody><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'Table Test Page', '', 'private', 'closed', 'closed', '', 'table-test-page', '', '', '2024-04-09 11:43:01', '2024-04-09 16:43:01', '', '0', 'https://cfibenefits.wpengine.com/?page_id=675', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (681, 2, '2023-05-15 18:59:47', '2023-05-15 23:59:47', '', 'service-award-mobileONLY', '', 'inherit', 'open', 'closed', '', 'service-award-mobileonly', '', '', '2023-05-15 18:59:47', '2023-05-15 23:59:47', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/service-award-mobileONLY.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (682, 1, '2023-05-15 19:03:16', '2023-05-16 00:03:16', '', 'new-to-cfi_banner', '', 'inherit', 'open', 'closed', '', 'new-to-cfi_banner', '', '', '2023-05-15 19:03:16', '2023-05-16 00:03:16', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/new-to-cfi_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (685, 2, '2023-05-15 19:16:26', '2023-05-16 00:16:26', '', 'PTO_mobileONLY', '', 'inherit', 'open', 'closed', '', 'pto_mobileonly', '', '', '2023-05-15 19:16:26', '2023-05-16 00:16:26', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/PTO_mobileONLY.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (689, 1, '2023-05-16 06:53:16', '2023-05-16 11:53:16', '', '2023 Adult Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-adult-wellness-member-guidelines', '', '', '2024-03-21 14:42:18', '2024-03-21 19:42:18', '', 951, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Adult-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (690, 1, '2023-05-16 06:53:19', '2023-05-16 11:53:19', '', '2023 Childrens Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-childrens-wellness-member-guidelines', '', '', '2024-03-21 14:34:54', '2024-03-21 19:34:54', '', 948, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Childrens-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (691, 1, '2023-05-16 06:53:23', '2023-05-16 11:53:23', '', '2023 Perinatal Wellness Member Guidelines', '', 'inherit', 'open', 'closed', '', '2023-perinatal-wellness-member-guidelines', '', '', '2024-03-21 14:15:10', '2024-03-21 19:15:10', '', 945, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/2023-Perinatal-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (697, 3, '2023-05-16 15:41:47', '2023-05-16 20:41:47', '/* CF Industries Cookie Notice Styles */\r\n.cf-cookie-notice {\r\n    position: fixed;\r\n    bottom: 0;\r\n    left: 0;\r\n    right: 0;\r\n    background-color: #f5f5f5;\r\n    border-top: 1px solid #ddd;\r\n    padding: 20px;\r\n    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);\r\n    z-index: 999999;\r\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\r\n    font-size: 14px;\r\n    line-height: 1.5;\r\n    color: #333;\r\n    display: none;\r\n}\r\n\r\n.cf-cookie-notice.show {\r\n    display: block;\r\n}\r\n\r\n.cf-cookie-container {\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    flex-wrap: wrap;\r\n    gap: 20px;\r\n}\r\n\r\n.cf-cookie-text {\r\n    flex: 1;\r\n    min-width: 300px;\r\n}\r\n\r\n.cf-cookie-text a {\r\n    color: #0066cc;\r\n    text-decoration: underline;\r\n}\r\n\r\n.cf-cookie-text a:hover {\r\n    text-decoration: none;\r\n}\r\n\r\n.cf-cookie-actions {\r\n    display: flex;\r\n    gap: 10px;\r\n    align-items: center;\r\n}\r\n\r\n.cf-cookie-close {\r\n    background-color: #0066cc;\r\n    color: white;\r\n    border: none;\r\n    padding: 8px 20px;\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    transition: background-color 0.3s ease;\r\n}\r\n\r\n.cf-cookie-close:hover {\r\n    background-color: #0052a3;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n    .cf-cookie-container {\r\n        flex-direction: column;\r\n        text-align: center;\r\n    }\r\n    .cf-cookie-text {\r\n        min-width: auto;\r\n    }\r\n    .cf-cookie-actions {\r\n        width: 100%;\r\n        justify-content: center;\r\n    }\r\n}\r\n\r\n/* page-specific CSS  */\r\n  /* photo zoom on rollover */\r\n.et-zoom-in.et_pb_image:hover img,\r\n.et-zoom-in .et_pb_image_wrap:hover img,\r\n.et-zoom-in a:hover img {\r\n    transform: scale(1.07); \r\n    transition: all .5s 0s ease;\r\n}\r\n\r\n.et-zoom-in,\r\n.et-zoom-in a {\r\n    overflow: hidden;\r\n}\r\n\r\n.et-zoom-in.et_pb_image img,\r\n.et-zoom-in .et_pb_image_wrap img,\r\n.et-zoom-in a img {\r\n    transition: all .5s 0s ease; \r\n}  \r\n\r\n/* change menu dropodwn line height */\r\n#top-menu .sub-menu .menu-item a {\r\n    line-height: 1.4em!important;\r\n    padding: 8px 0!important;\r\n}\r\n\r\n/* change menu dropodwn arrow color */\r\n#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {color: #3FA9F5 !important;}\r\n\r\n/* adjust mobile menu logo size -- NOT using currently */\r\n\r\n/** @media all and (min-width: 768px) and (max-width: 1345px) {\r\n	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 35px !important;\r\n		max-height: 35px !important;\r\n    }\r\n}\r\n@media all and (max-width: 767px) {\r\n 	.et_header_style_centered #logo,\r\n	.et_header_style_centered .logo_container {\r\n		height: 27px !important;\r\n		max-height: 27px !important;\r\n    }\r\n} **/\r\n\r\n/*** Logo Tablet to mobile ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n	.et_header_style_centered .logo_container {\r\n		height: 60px !important;\r\n		max-height: 60px !important;\r\n} \r\n}\r\n@media all and (max-width: 767px) {\r\n  .et_header_style_centered #main-header {\r\n    padding-bottom: 1em !important;\r\n		padding-top: 0px;\r\n  }\r\n	.et_header_style_centered .logo_container {\r\n		height: 47px !important;\r\n		max-height: 47px !important;\r\n				margin-bottom: 1em !important;\r\n		margin-top: -2.5em !important; \r\n		padding-bottom: 8px;\r\n}\r\n}\r\n/* list styles reg text */\r\n.reg_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.reg_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.reg_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.reg_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.reg_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* list styles toggles */\r\n.toggle_txt_list li {padding-bottom: .5em; font-size: 15px;}\r\n\r\n.toggle_txt_list li:last-child {padding-bottom: 0em;}\r\n\r\n.toggle_txt_list ul ul {list-style: square; padding-bottom: 0px;}\r\n\r\n.toggle_txt_list ul ul li::marker {color: #00c7b1 !important;}\r\n\r\n.toggle_txt_list ul ul li:first-child {padding-top: .7em;}\r\n\r\n/* sidebar style tweaks */\r\n.blue_box_lead-ins {color: #3fa9f5; padding-right: .6em !important;}\r\n\r\n.reg_txt sup {\r\n  font-size: x-small;\r\n}\r\n\r\n/* =========. Table CSS =============*/\r\n/* COMMON STYLES FOR ALL TABLES */\r\ntable.benefits-table {\r\n  /* Color variables */\r\n  --green-header: #89BB40;\r\n  --green-highlight: #E9F8F7;\r\n  --dark-gray-header: #4d4f33;\r\n  --gray-subheader: #6C777D;\r\n  --gray-highlight: #f4f4f4;\r\n  --blue-header: #0079C1;\r\n  --blue-smoke-header: #4472C4;\r\n  --blue-highlight: #EEF7FC;\r\n  --purple-header: #6361AB;\r\n  --pruple-highlight: #EEF7FC;\r\n  --lime-header: #00505c;\r\n  --lime-highlight: #EFF5E3;\r\n  --magenta-header: #00505c;\r\n  --magenta-highlight: #F5E9F3;\r\n  --orange-header: #0479c0;\r\n  --orange-highlight: #FFF9E5;\r\n  --header-text-color: #FFFFFF;\r\n  --body-text-color: #414241;\r\n  --table-background: #FFFFFF;\r\n  --table-border-color: #404041;\r\n  /* Style rules */\r\n  border-collapse: collapse;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  line-height: 1.3em !important;\r\n  text-align: center;\r\n  vertical-align: middle;\r\n}\r\n\r\ntable.benefits-table th, table.benefits-table td {\r\n  padding: .5em .75em .5em .75em;\r\n}\r\n\r\ntable.benefits-table th {\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table tr.subhead {\r\n  background-color: var(--gray-subheader);\r\n}\r\n\r\ntable.benefits-table tr.subhead th {\r\n  text-align: left;\r\n	font-weight: 700;\r\n	font-size: 105%;\r\n  color: var(--header-text-color);\r\n  font-weight: normal;\r\n  font-size: 110%;\r\n}\r\n\r\ntable.benefits-table td:first-child {\r\n  text-align: left;\r\n}\r\n\r\ntable.benefits-table td:last-child {\r\n  border-right: 1px solid #fff;\r\n}\r\n\r\ntable.benefits-table td {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tr.header th {\r\n  border-right: 1px solid #fff;\r\n  border-bottom: 0px;\r\n}\r\n\r\ntable.benefits-table tr.network th {\r\n  border-right: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table tbody tr:last-child {\r\n  border-bottom: 1px solid #000;\r\n}\r\n\r\ntable.benefits-table.dependents td:nth-child(1) {\r\n  font-weight: bold;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table p {\r\n  margin: 0;\r\n  font-weight: normal;\r\n  color: #000\r\n}\r\n\r\ntable.benefits-table ul {\r\n  padding-inline-start: 1em;\r\n  margin-top: .25em;\r\n}\r\n\r\ntable.benefits-table li {\r\n  margin-bottom: .25em;\r\n	line-height: 1.3em;\r\n}\r\n\r\ntable.benefits-table sup {\r\n  font-size: x-small;\r\n}\r\ntable.benefits-table caption {\r\n  caption-side: bottom;\r\n  margin-top: 1em;\r\n  padding-left: 1em;\r\n  text-indent: -1em;\r\n  text-align: left;\r\n}\r\ntable.benefits-table small {\r\n  font-size: 90%;\r\n}\r\n\r\ntable.benefits-table th.blue-header {\r\n  background-color: var(--blue-header);\r\n  color: white;\r\n}\r\ntable.benefits-table th.green-header {\r\n  background-color: var(--green-header);\r\n}\r\ntable.benefits-table th.orange-header{\r\n  background-color: var(--orange-header);\r\n}\r\ntable.benefits-table td:nth-child(odd) {\r\n  background-color: var(--green-highlight);\r\n}\r\n\r\ntable.benefits-table ul {\r\n  list-style: none;\r\n}\r\n\r\ntable.benefits-table ul li:before {\r\n  content: \"\\25A0\";\r\n	margin-top: -2px !important;\r\n	font-size: 12px !important;\r\n	vertical-align: text-top !important;\r\n  list-style-type: square;\r\n  display: inline-block;\r\n  width: 1.1em !important; /* Also needed for space (tweak if needed) */\r\n  margin-left: -1em !important;\r\n}\r\n\r\n/* /1* ======= alternatives table specific css ============== *1/ */\r\ntable.benefits-table.alternatives td {\r\n  text-align: center;\r\n}\r\n\r\ntable.benefits-table.alternatives td.left-align {\r\n  text-align: left;\r\n}\r\n\r\n.modules {\r\n  --div.background: #FFFFFF;\r\n  --div.border-color: #404041;\r\n  --bg-blue: #3177BC;\r\n  --bg-green: #94BA53;\r\n  --bg-orange: #EC9F45;\r\n  --bg-purple: #6361AB;\r\n  --bg-pink: #E58DA5;\r\n  --body-text-color: #FFFFFF;\r\n  color: var(--body-text-color);\r\n  font-size: 15px;\r\n  display: flex;\r\n  flex-direction: row;\r\n}\r\n\r\n.module-box {\r\n  border-left: 1px solid #fff;\r\n  border-right: 1px solid #fff;\r\n  width: 120px;\r\n  height: 90px;\r\n  position: relative;\r\n}\r\n\r\n.bg-blue {\r\n  background-color: var(--bg-blue);\r\n}\r\n\r\n.bg-green {\r\n  background-color: var(--bg-green);\r\n}\r\n\r\n.bg-orange {\r\n  background-color: var(--bg-orange);\r\n}\r\n\r\n.bg-purple {\r\n  background-color: var(--bg-purple);\r\n}\r\n\r\n.bg-pink {\r\n  background-color: var(--bg-pink);\r\n}\r\n\r\n.number {\r\n  opacity: 0.4;\r\n  font-size: 60px;\r\n  z-index: 0;\r\n  position: absolute;\r\n  max-width: 100%;\r\n  height: auto;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%)\r\n}\r\n\r\n.text {\r\n  text-align: center;\r\n  position: relative;\r\n  top: 50%;\r\n  -ms-transform: translateY(-50%);\r\n  -webkit-transform: translateY(-50%);\r\n  transform: translateY(-50%);\r\n}\r\n\r\n/* /1* ======= end tables ============== *1/ */\r\n\r\n/* TOP light blue menu styles */\r\n#international-menu {\r\n background-color:rgba(63,169,245,0.1);\r\n	display: flex;\r\n	justify-content: end;\r\n	align-items: center;\r\n	padding-top: 6px;\r\n	padding-bottom: 6px;\r\n}\r\n/*** Responsive Styles Tablet And Below ***/\r\n@media all and (max-width: 980px) {\r\n	#international-menu {padding: 10px 8px !important;}\r\n}\r\n\r\n#international-menu > * {\r\n	margin: 5px 10px;\r\n}\r\n\r\n/*** Responsive Styles Tablet Only ***/\r\n@media all and (min-width: 768px) and (max-width: 980px) {\r\n#international-menu {\r\n	margin-top: -22px !important;\r\n}  \r\n}\r\n#international-menu img {\r\n	height: 22px !important;\r\n	display: block;\r\n}\r\n\r\n#international-menu .button {\r\n	 color: white;\r\n    background-color: #0071bc;\r\n    padding: 6px 6px !important;\r\n    border: 1px solid #2ea3f2;\r\n    outline: none;\r\n    text-align: center;\r\n    line-height: 1.2em;\r\n}', 'Divi-child', '', 'publish', 'closed', 'closed', '', 'divi-child', '', '', '2025-07-15 20:58:44', '2025-07-16 01:58:44', '', '0', 'https://cfibenefits.wpengine.com/divi-child/', '0', 'custom_css', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (699, 3, '2023-05-16 16:01:07', '2023-05-16 21:01:07', '', 'usa-canada', '', 'inherit', 'open', 'closed', '', 'usa-canada', '', '', '2023-05-16 16:01:07', '2023-05-16 21:01:07', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/usa-canada.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (700, 3, '2023-05-16 16:01:08', '2023-05-16 21:01:08', '', 'canada-usa', '', 'inherit', 'open', 'closed', '', 'canada-usa', '', '', '2023-05-16 16:01:08', '2023-05-16 21:01:08', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/canada-usa.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (704, 1, '2023-05-17 12:03:20', '2023-05-17 17:03:20', '', 'team_congrats', '', 'inherit', 'open', 'closed', '', 'team_congrats', '', '', '2023-05-17 12:03:20', '2023-05-17 17:03:20', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/team_congrats.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (720, 1, '2023-05-18 06:44:21', '2023-05-18 11:44:21', '', 'Guide to Using GuidanceResources Online', '', 'inherit', 'open', 'closed', '', 'guide-to-using-guidanceresources-online', '', '', '2024-03-21 18:30:02', '2024-03-21 23:30:02', '', 960, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Guide-to-Using-GuidanceResources-Online.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (721, 1, '2023-05-18 07:45:24', '2023-05-18 12:45:24', '', 'Annual Funding Notice', '', 'inherit', 'open', 'closed', '', 'annual-funding-notice-2', '', '', '2023-05-18 07:45:24', '2023-05-18 12:45:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/Annual-Funding-Notice-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (728, 2, '2023-05-18 11:12:35', '2023-05-18 16:12:35', '', 'us', '', 'inherit', 'open', 'closed', '', 'us', '', '', '2023-05-18 11:12:35', '2023-05-18 16:12:35', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/us.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (729, 2, '2023-05-18 11:12:36', '2023-05-18 16:12:36', '', 'ca', '', 'inherit', 'open', 'closed', '', 'ca', '', '', '2023-05-18 11:12:36', '2023-05-18 16:12:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/ca.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (734, 1, '2023-05-18 14:25:28', '2023-05-18 19:25:28', '', 'team_inclusion', '', 'inherit', 'open', 'closed', '', 'team_inclusion', '', '', '2023-05-18 14:25:28', '2023-05-18 19:25:28', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/05/team_inclusion.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (769, 1, '2023-06-01 14:21:55', '2023-06-01 19:21:55', '', 'Standard_PPO_248035_0002', '', 'inherit', 'open', 'closed', '', 'standard_ppo_248035_0002', '', '', '2024-03-22 13:18:57', '2024-03-22 18:18:57', '', 985, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Standard_PPO_248035_0002.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (770, 1, '2023-06-01 14:33:00', '2023-06-01 19:33:00', '', 'Cigna_Healthy_Rewards', '', 'inherit', 'open', 'closed', '', 'cigna_healthy_rewards', '', '', '2024-03-21 18:43:18', '2024-03-21 23:43:18', '', 965, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Cigna_Healthy_Rewards.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (771, 1, '2023-06-01 14:38:03', '2023-06-01 19:38:03', '', 'FSRS_NetBenefits_AccessCardSM_FAQS', '', 'inherit', 'open', 'closed', '', 'fsrs_netbenefits_accesscardsm_faqs-2', '', '', '2024-03-21 19:03:44', '2024-03-22 00:03:44', '', 969, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/FSRS_NetBenefits_AccessCardSM_FAQS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (772, 1, '2023-06-01 14:43:13', '2023-06-01 19:43:13', '', 'NYL GBS Secure Travel', '', 'inherit', 'open', 'closed', '', 'nyl-gbs-secure-travel', '', '', '2024-03-22 12:28:36', '2024-03-22 17:28:36', '', 975, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/NYL-GBS-Secure-Travel.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (773, 1, '2023-06-01 14:46:08', '2023-06-01 19:46:08', '', 'MDLIVE', '', 'inherit', 'open', 'closed', '', 'mdlive', '', '', '2024-03-22 13:36:59', '2024-03-22 18:36:59', '', 995, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/MDLIVE.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (774, 1, '2023-06-01 14:46:11', '2023-06-01 19:46:11', '', 'Cost_of_Coverage_2023', '', 'inherit', 'open', 'closed', '', 'cost_of_coverage_2023', '', '', '2024-03-22 13:38:10', '2024-03-22 18:38:10', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Cost_of_Coverage_2023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (775, 1, '2023-06-01 14:49:36', '2023-06-01 19:49:36', '', 'Balanced Drug List', '', 'inherit', 'open', 'closed', '', 'balanced-drug-list', '', '', '2023-06-01 14:49:36', '2023-06-01 19:49:36', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Balanced-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (776, 1, '2023-06-01 14:49:38', '2023-06-01 19:49:38', '', 'No-Cost Preventive Drug List', '', 'inherit', 'open', 'closed', '', 'no-cost-preventive-drug-list-2', '', '', '2024-03-22 14:15:49', '2024-03-22 19:15:49', '', 1003, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/No-Cost-Preventive-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (777, 1, '2023-06-01 14:49:40', '2023-06-01 19:49:40', '', 'Preventive Drug Benefit Program', '', 'inherit', 'open', 'closed', '', 'preventive-drug-benefit-program', '', '', '2024-03-22 14:18:22', '2024-03-22 19:18:22', '', 1005, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Preventive-Drug-Benefit-Program.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (778, 1, '2023-06-01 14:52:36', '2023-06-01 19:52:36', '', 'Basic Term Life Insurance (1)', '', 'inherit', 'open', 'closed', '', 'basic-term-life-insurance-1', '', '', '2024-03-22 14:30:31', '2024-03-22 19:30:31', '', 1012, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Basic-Term-Life-Insurance-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (780, 1, '2023-06-01 14:58:25', '2023-06-01 19:58:25', '', 'Basic Accidental Death and Dismemberment Insurance', '', 'inherit', 'open', 'closed', '', 'basic-accidental-death-and-dismemberment-insurance', '', '', '2024-03-22 14:31:42', '2024-03-22 19:31:42', '', 1013, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Basic-Accidental-Death-and-Dismemberment-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (781, 1, '2023-06-01 14:58:28', '2023-06-01 19:58:28', '', 'Long Term Disability Insurance', '', 'inherit', 'open', 'closed', '', 'long-term-disability-insurance', '', '', '2024-03-22 14:34:25', '2024-03-22 19:34:25', '', 1015, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Long-Term-Disability-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (782, 1, '2023-06-01 14:58:30', '2023-06-01 19:58:30', '', 'Voluntary Accidental Death and Dismemberment Insurance', '', 'inherit', 'open', 'closed', '', 'voluntary-accidental-death-and-dismemberment-insurance', '', '', '2024-03-22 14:36:02', '2024-03-22 19:36:02', '', 1016, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Voluntary-Accidental-Death-and-Dismemberment-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (783, 1, '2023-06-01 14:58:32', '2023-06-01 19:58:32', '', 'Voluntary Term Life Insurance', '', 'inherit', 'open', 'closed', '', 'voluntary-term-life-insurance', '', '', '2024-03-22 14:32:59', '2024-03-22 19:32:59', '', 1014, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Voluntary-Term-Life-Insurance.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (784, 1, '2023-06-02 11:37:32', '2023-06-02 16:37:32', '', 'Understanding your Explanation of Benefits', '', 'inherit', 'open', 'closed', '', 'understanding-your-explanation-of-benefits', '', '', '2024-03-22 13:39:21', '2024-03-22 18:39:21', '', 997, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/Understanding-your-Explanation-of-Benefits.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (789, 1, '2023-06-13 06:54:54', '2023-06-13 11:54:54', '', '2022 CF Summary Plan Description (SPD)_Retirement (1)', '', 'inherit', 'open', 'closed', '', '2022-cf-summary-plan-description-spd_retirement-1', '', '', '2024-03-22 13:26:26', '2024-03-22 18:26:26', '', 991, 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/2022-CF-Summary-Plan-Description-SPD_Retirement-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (791, 1, '2023-06-13 07:01:38', '2023-06-13 12:01:38', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/best-premium_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Best Premium</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Take Control of Your Healthâ€”and Your Savingsâ€”with the Best Premium Program[/et_pb_text][et_pb_text _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>CF Industries invites you and your covered spouse to participate in the Best Premium program to take charge of your health and earn medical premium savings along the way!</p>\n<p>The program has consistently delivered strong resultsâ€”employee feedback highlights measurable health improvements, with many participants successfully moving from high-risk to lower-risk categories. Those who participate year after year show even better health outcomes, thanks to early detection and timely follow-up with their doctor.</p>\n<h2>Participation</h2>\n<p>To qualify, employees and their covered spouses must undergo a routine annual physical examination and submit the necessary documentation.</p>\n<h2>Medical Premium Savings</h2>\n<p>By completing the Best Premium requirements between <strong>November 2, 2025</strong>, and <strong>November 1, 2026</strong>, you can earn up to <strong>$1,000</strong> toward your 2027 annual medical plan premium cost ($500 for employee-only participation).</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_4_text_color=\"#4d4f53\" custom_padding=\"16px||20px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Submission Process</h2>\n<p><strong>Employees and spouses: On-site or near-site annual screening with Proactive MD (PMD)</strong></p>\n<p>If you complete your annual physical at a CF Industries near-site event or directly on-site, PMD will submit your Best Premium forms for you, you do not need to take action.</p>\n<p><em>This is not applicable for employees at Waggaman and Northbrook. Please follow the instructions below, even if you complete your screening at a near-site or on-site event.</em></p>\n<p><strong>Employees Only: Annual physical with your primary care provider (PCP) </strong><br />If you have your annual physical at your PCP,Â <strong>bring yourÂ Physician ScreeningÂ Form</strong>Â for your PCP to complete.</p>\n<ul>\n<li><strong>Accessing your forms:Â </strong>In <a href=\"https://espresa.com/login\" target=\"_blank\" rel=\"noopener\">Espresa</a>, click on the â€˜Complete your Best Premiumâ€™ tile and follow the steps in eHealthScreenings to download your paperwork.</li>\n<li><strong>Submitting your forms:Â </strong>In <a href=\"https://espresa.com/login\" target=\"_blank\" rel=\"noopener\">Espresa</a>, click on the â€˜Complete your Best Premiumâ€™ tile and follow the steps in eHealthScreenings toÂ submitÂ your completed forms. YourÂ PCPÂ can also fax these inÂ for you to: <strong>210-767-2245.</strong></li>\n</ul>\n<p><strong>Spouses Only: Annual physical with your primary care provider (PCP)</strong></p>\n<p>If you have your annual physical at your PCP, bring your Physician Screening Form for your PCP to complete.</p>\n<p><strong>Accessing your forms:Â </strong></p>\n<ul>\n<li>Go to <a href=\"https://www.ehealthscreenings.com/signup\" target=\"_blank\" rel=\"noopener\">https://www.ehealthscreenings.com/signup</a></li>\n<li>Under the NOT YET REGISTERED? box, enter the Screening key: <strong>PRW41</strong> and click Submit.</li>\n<li>Enter your assigned default username and password and click â€œVerify My Accountâ€.\n<ul>\n<li>For your assigned default username and password use the following format:\n<ul>\n<li>USERNAME: First Initial + Last Initial + DOB (MMDDYYYY) (example: John Smith born 4/23/1975 is JS04231975)</li>\n<li>PASSWORD: Last Name + Last 4 SSN (example: John Smith with social security number 123456789 is Smith6789)<br /><element style=\"font-size: 14px;\"><em>*Note â€“ Username and Password are case sensitive</em></element></li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li>Update account information and click â€œSubmitâ€.</li>\n<li>Follow the steps within eHealthScreenings by selecting â€œClick to Selectâ€ on Step 1 and enter the details for your PCP visit.</li>\n<li>Enter your appointment information, request your screening form (download) and complete the consent electronically. Once complete, click â€œContinueâ€.</li>\n<li>Once you complete the consent form, you will receive a confirmation page, where you can download the Physician Screening Form.</li>\n</ul>\n<p><strong>Submitting your forms:Â </strong></p>\n<ul>\n<li>Once your screening is complete, log back into the <a href=\"https://www.ehealthscreenings.com/signup\" target=\"_blank\" rel=\"noopener\">eHealthScreenings portal</a> to upload the completed Physician Screening Form in Step 2. Your PCP can also fax the completed form in for you to: <strong>210-767-2245.</strong></li>\n</ul>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" header_4_text_color=\"#4d4f53\" custom_padding=\"16px||20px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Submission Process</h2>\n<strong><span>Employees and </span><span>s</span><span>pouses: </span><span>On-</span><span>s</span><span>ite or </span><span>n</span><span>ear-site annual </span><span>screening</span><span> with Proactive MD</span><span> (PMD)</span></strong>\n\n<span>If you complete your annual physical at a CF Industries near-site event</span><span> or directly on-site</span><span>, PMD will submit your Best Premium forms for you, you do not need to take action.</span><span> <em>This is not applicable for employees at Waggaman and Northbrook. Please follow the instructions below</em></span><em><span>, even if you complete your screening at a near-site event</span><span>.</span></em><span>Â </span>\n\n<strong><span>Employees </span><span>O</span><span>nly: Annual physical with your primary care provider (PCP) </span></strong>\n<span>If you have your annual physical at your PCP,Â <strong>bring yourÂ Best PremiumÂ forms</strong>Â for your PCP to complete.</span><span>Â </span>\n<ul>\n	<li><strong><span>Accessing your forms:Â </span></strong><span>In </span><span><a href=\"https://espresa.com/login\" target=\"_blank\" rel=\"noopener\">Espresa</a></span><span>, click on the â€˜</span><span>Complete your </span><span>Best Premiumâ€™ tile and follow the </span><span>steps in eHealth </span><span>to download your paperwork.</span><span></span></li>\n	<li><strong><span>Submitting your forms:Â </span></strong><span>In </span><span><a href=\"https://espresa.com/login\" target=\"_blank\" rel=\"noopener\">Espresa</a></span><span>, click on the â€˜</span><span>Complete your </span><span>Best Premiumâ€™ tile and follow the </span><span>steps in eHealth</span><span> toÂ submitÂ your completed forms. YourÂ PCPÂ can also fax these inÂ for you</span><span> to: <strong>210-767-2245.</strong></span></li>\n</ul>\n<strong><span>Spouses </span><span>O</span><span>nly: </span><span>Annual physical with your primary care provider (PCP)</span></strong>\n\n<span>If you have your annual physical at your PCP, bring your Best Premium forms for your PCP to complete.</span>\n<ul>\n	<li><strong><span>Accessing your forms:Â </span></strong><span>Spouses can access Best Premium forms </span><a href=\"/documents/screening-pcp-form-and-consent-forms/\" target=\"_blank\" rel=\"noopener\"><span>here</span></a><span>.<strong></strong></span><span>Â </span></li>\n	<li><strong><span>Submitting your forms:Â </span></strong><span>Spouses can access the </span><span><a href=\"https://www.ehealthscreenings.com/signup\" target=\"_blank\" rel=\"noopener\">eHealth Screenings portal</a></span><span> to upload yo</span><span>u</span><span>r forms.Â Your PCP can also fax these in for you</span><span> to: <strong>210-767-2245.</strong></span></li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.6\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" header_4_text_color=\"#4d4f53\" custom_margin=\"||3em||false|false\" custom_padding=\"16px||20px|31px|false|false\" border_width_top=\"0px\" locked=\"off\" global_colors_info=\"{}\"]<strong>Important:</strong> For manual fax submissions, <strong>both pages</strong> (the PCP form and the consent form) must be submitted to ensure eligibility.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Questions?</h2>\n<strong>For technical assistance, contact eHealthScreenings:</strong>\n<ul>\n	<li>Email: <a href=\"mailto:help@ehealthscreenings.com\">help@ehealthscreenings.com</a></li>\n	<li>Phone: <strong>(888) 708â€“8807</strong></li>\n</ul>\n<strong>For program questions, contact your HR Manager.</strong>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Best Premium', '', 'publish', 'closed', 'closed', '', 'best-premium', '', '', '2026-03-05 14:21:43', '2026-03-05 20:21:43', '', '0', 'https://cfibenefits.wpengine.com/?page_id=791', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (792, 1, '2023-06-13 12:47:01', '2023-06-13 17:47:01', '', 'integration-pathway', '', 'inherit', 'open', 'closed', '', 'integration-pathway', '', '', '2023-06-13 12:47:01', '2023-06-13 17:47:01', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/integration-pathway.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (793, 1, '2026-03-01 21:48:09', '2023-06-13 17:52:53', ' ', '', '', 'publish', 'closed', 'closed', '', 793, '', '', '2026-03-01 21:48:09', '2026-03-02 03:48:09', '', '0', 'https://cfibenefits.wpengine.com/?p=793', 7, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (794, 1, '2023-06-13 13:23:49', '2023-06-13 18:23:49', '', 'best-premium_section_inset', '', 'inherit', 'open', 'closed', '', 'best-premium_section_inset', '', '', '2023-06-13 13:23:49', '2023-06-13 18:23:49', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/best-premium_section_inset.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (795, 1, '2023-06-13 13:29:24', '2023-06-13 18:29:24', '', 'best-premium_page_banner', '', 'inherit', 'open', 'closed', '', 'best-premium_page_banner', '', '', '2023-06-13 13:29:24', '2023-06-13 18:29:24', '', '0', 'https://cfibenefits.wpengine.com/wp-content/uploads/2023/06/best-premium_page_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (797, 1, '2023-06-17 21:43:40', '2023-06-18 02:43:40', '', 'CF_Retiree_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_retiree_eguide_us_052323', '', '', '2023-06-17 21:43:40', '2023-06-18 02:43:40', '', '0', 'https://cfibenefits.wpenginepowered.com/wp-content/uploads/2023/06/CF_Retiree_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (798, 1, '2023-06-17 21:43:54', '2023-06-18 02:43:54', '', 'CF_Termination_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_termination_eguide_us_052323', '', '', '2024-03-22 14:47:52', '2024-03-22 19:47:52', '', 1029, 'https://cfibenefits.wpenginepowered.com/wp-content/uploads/2023/06/CF_Termination_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (803, 1, '2023-06-25 16:25:05', '2023-06-25 21:25:05', '', 'CF_Enrollment_eGuide_US_FINAL_041923', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_us_final_041923', '', '', '2023-06-25 16:25:05', '2023-06-25 21:25:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/CF_Enrollment_eGuide_US_FINAL_041923.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (804, 1, '2023-06-26 14:58:50', '2023-06-26 19:58:50', '', '3987-FW-PDF General launch suite- flyer - CF Industries - v2', '', 'inherit', 'open', 'closed', '', '3987-fw-pdf-general-launch-suite-flyer-cf-industries-v2', '', '', '2024-03-21 18:52:26', '2024-03-21 23:52:26', '', 967, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/3987-FW-PDF-General-launch-suite-flyer-CF-Industries-v2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (806, 1, '2023-07-11 15:37:23', '2023-07-11 20:37:23', '', 'CF_Retiree_eGuide_US_052323', '', 'inherit', 'open', 'closed', '', 'cf_retiree_eguide_us_052323-2', '', '', '2024-03-22 14:37:20', '2024-03-22 19:37:20', '', 1018, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_Retiree_eGuide_US_052323.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (807, 1, '2023-07-11 15:37:31', '2023-07-11 20:37:31', '', 'CF_Enrollment_eGuide_US_FINAL_041923', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_us_final_041923-2', '', '', '2024-03-20 12:40:27', '2024-03-20 17:40:27', '', 940, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_Enrollment_eGuide_US_FINAL_041923.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (808, 1, '2023-07-11 15:37:42', '2023-07-11 20:37:42', '', 'CF_PPL_Guide_EE_US_FINAL_032023', '', 'inherit', 'open', 'closed', '', 'cf_ppl_guide_ee_us_final_032023', '', '', '2024-03-21 18:33:23', '2024-03-21 23:33:23', '', 961, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_PPL_Guide_EE_US_FINAL_032023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (809, 1, '2023-07-11 15:37:45', '2023-07-11 20:37:45', '', 'CF_PPL_Guide_MGR_US_FINAL_032023', '', 'inherit', 'open', 'closed', '', 'cf_ppl_guide_mgr_us_final_032023', '', '', '2024-03-21 18:35:58', '2024-03-21 23:35:58', '', 963, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_PPL_Guide_MGR_US_FINAL_032023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (812, 1, '2023-07-11 15:46:28', '2023-07-11 20:46:28', '', 'CF-PPL-Affidavit', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit-2', '', '', '2024-03-21 18:38:43', '2024-03-21 23:38:43', '', 964, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF-PPL-Affidavit.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (816, 1, '2023-08-09 16:34:23', '2023-08-09 21:34:23', '', 'bcbsglobalcore-brochure-English', '', 'inherit', 'open', 'closed', '', 'bcbsglobalcore-brochure-english', '', '', '2024-03-21 18:09:50', '2024-03-21 23:09:50', '', 952, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/08/bcbsglobalcore-brochure-English.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (818, 1, '2023-08-16 11:20:48', '2023-08-16 16:20:48', '', '2022 CF Summary Plan Description (SPD)_Health and Welfare (2) (1)', '', 'inherit', 'open', 'closed', '', '2022-cf-summary-plan-description-spd_health-and-welfare-2-1', '', '', '2023-08-16 11:20:48', '2023-08-16 16:20:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/08/2022-CF-Summary-Plan-Description-SPD_Health-and-Welfare-2-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (820, 1, '2023-09-04 08:38:24', '2023-09-04 13:38:24', '[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"-65px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|desktop\" box_shadow_style=\"preset3\" box_shadow_vertical=\"4px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-2px\" box_shadow_color=\"rgba(0,0,0,0.1)\" global_colors_info=\"{}\"][et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\"2026 Annual Enrollment\" button_text=\"Learn More\" button_link=\"/us-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" admin_title=\"OE\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/right-image-oe.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">October 30 â€“ November 14</h3>\n<p>Select benefits that meet the needs of you and your family.</p>[/et_pb_slide][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/left-image-oe.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" display_conditions=\"W3siaWQiOiIwNTM0NzNhZi0wNjRmLTQ4NmEtYWQxNy04NDcwYzgzYjlkNDYiLCJjb25kaXRpb24iOiJsb2dnZWRJblN0YXR1cyIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoibG9nZ2VkSW4iLCJhZG1pbkxhYmVsIjoiTG9nZ2VkIEluIFN0YXR1cyIsImVuYWJsZUNvbmRpdGlvbiI6Im9mZiJ9LCJvcGVyYXRvciI6Ik9SIn1d\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_slide heading=\" CF Benefits Center\" button_text=\"Learn More\" button_link=\"/contacts/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Experience the Dedicated Support You Deserve</h3>\n<p>A better way to get your benefits questions answered.</p>[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_slider disabled_on=\"on|on|on\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/best-premium/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_2.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_position_phone=\"top_center\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" locked=\"off\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Win Big with Best Premium</h3>\n<p>Complete your annual physical to earn savings, health benefits and rewards.</p>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#015846\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"5px\" box_shadow_color=\"rgba(0,0,0,0.55)\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"Take Action! Enrollment Begins in:\" date_time=\"2025-10-30 00:00\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"82%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"1.4em||1.4em||true|false\" custom_padding_tablet=\"1.4em||1.4em||true|false\" custom_padding_phone=\"1.4em|0px|1.4em|0px|true|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" custom_css_title=\"margin-bottom: .5em;\" use_custom_labels=\"on\" label_days_short=\"Days\" label_hours_short=\"Hrs.\" label_mins_short=\"Min.\" label_secs_short=\"Sec.\" locked=\"off\" global_colors_info=\"{}\" custom_css_container_last_edited=\"on|phone\" custom_css_title_last_edited=\"on|desktop\" custom_css_title_phone=\"margin-bottom: .5em !important;\" custom_css_timer_section_last_edited=\"on|desktop\" custom_css_timer_section_phone=\"width: 10vw;\" custom_css_title_tablet=\"margin-bottom: .5em;\" sticky_enabled=\"0\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"rgba(63,169,245,0.1)\" custom_padding=\"13px||20px|||\" global_colors_info=\"{}\"][et_pb_row use_custom_gutter=\"on\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"7px||0px||false|false\" custom_padding_tablet=\"1em||||false|false\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"default\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"30px\" text_line_height=\"1.3em\" custom_margin=\"||23px||false|false\" custom_margin_tablet=\"||27px||false|false\" custom_margin_phone=\"||30px||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"14px||0px||false|false\" text_font_size_tablet=\"28px\" text_font_size_phone=\"26px\" text_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<p>You represent what makes us uniquely CF, and we are proud to provide programs to help you be your best.</p>[/et_pb_text][et_pb_divider _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"50%\" module_alignment=\"center\" custom_margin=\"0px||4px||false|false\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_text module_class=\"philosophy\" _builder_version=\"4.21.0\" _module_preset=\"default\" text_font=\"Montserrat||||||||\" text_text_color=\"#666666\" text_font_size=\"18px\" text_line_height=\"1.5em\" min_height=\"129px\" custom_margin=\"||21px||false|false\" custom_padding=\"||0px||false|false\" text_font_size_tablet=\"23px\" text_font_size_phone=\"21px\" text_font_size_last_edited=\"on|tablet\" custom_css_main_element=\"font-weight: 400;\" border_color_bottom=\"#55C1E9\" border_style_bottom=\"dashed\" global_colors_info=\"{}\"]<span>Whether itâ€™s in your everyday life, at work, or to ensure you are prepared when unplanned events happen, we provide benefits and programs to encourage and support you</span>. <strong>At CF, we call this suite of programs Total Rewards</strong>.\n\nOur Total Rewards are designed to help you Be Rewarded, Be Well, Be Balanced, Be Successful, Be Prepared, and Be Included. Weâ€™ve created this one-stop resource to help you learn about our Total Rewards and find the information you need when you need it. While we offer many options, the benefits you choose are <strong>powered by you</strong>.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"40px||40px|||\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"||1.5em||false|false\" custom_margin_tablet=\"||1em||false|false\" custom_margin_phone=\"||1em||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Rewarded\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-rewarded/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22,%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-well/\" flip_box_align_back_vertical=\"flex-start\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Balanced\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability and support.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-balanced/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 26px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Successful\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-successful/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"margin-top: -22px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Prepared\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options we offer.</p>\" use_back_button=\"on\" back_button_text=\"Learn more\" back_button_link=\"/be-successful/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" custom_css_front_image_icon=\"padding-top: 15px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-598e3e25-862f-478a-912c-5a03edfea053%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"padding-top: 0px !important;\" custom_css_front_image_icon_phone=\"padding-top: 0px !important;\"][/dipi_flip_box][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][dipi_flip_box front_title=\"Be Included\" front_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" back_content=\"<p style=%22text-align: center;%22>Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>\" use_back_button=\"on\" back_button_text=\"Learn More\" back_button_link=\"/be-included/\" _builder_version=\"4.21.0\" _module_preset=\"2074b1b2-d5f5-4dae-b930-b69f2de5dcde\" front_title_font_size=\"1.7vw\" back_desc_letter_spacing=\"-0.3px\" custom_css_front_image_icon=\"margin-top: -20px !important;\" locked=\"off\" global_colors_info=\"{%22gcid-1d95135b-4ac1-4748-a544-91aac1adf8a6%22:%91%22back_side_bg_color%22%93}\" custom_css_front_image_icon_last_edited=\"on|tablet\" custom_css_front_image_icon_tablet=\"margin-top: 0px;\" custom_css_front_image_icon_phone=\"margin-top: 0px;\"][/dipi_flip_box][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/field_BG.jpg\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin_tablet=\"-1em||||false|false\" custom_margin_phone=\"-1em||||false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"New to CF Industries?\" button_url=\"/new-to-cf-industries/\" button_text=\"Discover More \" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_bg_color__hover=\"#73bef4\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\"]<p>Welcome! Click the button below for eligibility and enrollment information. You must enroll for benefits within <strong>30 days</strong> of your hire date or wait until the next Annual Enrollment period.â€‹</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Need to Change Your Benefits?\" button_url=\"/life-event-changes/\" button_text=\"Act Now \" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\"]<p>If you have a qualified change in life status, you are required to make the change in Workday within <strong>30 days</strong> of the qualified change.</p>[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(0,0,0,0.48)\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\"][et_pb_cta title=\"Latest Benefits eGuide\" button_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/06/CF_Enrollment_eGuide_US_FINAL_041923.pdf\" url_new_window=\"on\" button_text=\"Take a Look\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat||||||||\" header_font_size=\"26px\" header_line_height=\"1.15em\" body_font=\"Montserrat||||||||\" body_font_size=\"16.5px\" body_line_height=\"1.55em\" background_color=\"RGBA(255,255,255,0)\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#ffffff\" button_bg_color=\"#3FA9F5\" button_border_color=\"#3FA9F5\" button_border_radius=\"1px\" button_letter_spacing=\"0.2px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" button_alignment=\"center\" button_custom_padding=\"6px||5px||false|false\" custom_padding=\"|17px||17px|false|true\" header_font_size_tablet=\"26px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|desktop\" button_border_color_tablet=\"#3FA9F5\" button_border_color_phone=\"#3FA9F5\" button_border_color_last_edited=\"on|desktop\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" custom_css_promo_description=\"font-weight: 500;\" border_radii=\"on|7px|7px|7px|7px\" global_colors_info=\"{}\" button_bg_color__hover=\"#73bef4\" button_bg_color__hover_enabled=\"on|desktop\" button_border_color__hover=\"#73bef4\" button_border_color__hover_enabled=\"on|desktop\"]<p>Our Benefits eGuide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"10px||||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,3_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"1em|auto||auto|false|false\" custom_padding=\"2.2em||||false|false\" custom_css_main_element=\"align-items: center;\" border_color_top=\"#4D4D4F\" border_style_top=\"dotted\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/2023_guide.jpg\" title_text=\"2023_guide\" url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" align_tablet=\"center\" align_phone=\"center\" align_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" transform_rotate=\"0deg|0deg|356deg\" width=\"95%\" width_tablet=\"39%\" width_phone=\"58%\" width_last_edited=\"on|desktop\" module_alignment=\"center\" box_shadow_style=\"preset2\" box_shadow_vertical=\"2px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"2b319d6b-db69-48e3-8fb5-7d21184678ec\" text_font=\"Montserrat||||||||\" text_font_size=\"18px\" text_line_height=\"1.5em\" header_font=\"Montserrat||||||||\" header_text_color=\"#015846\" header_line_height=\"1.2em\" header_font_size_tablet=\"27px\" header_font_size_phone=\"26px\" header_font_size_last_edited=\"on|phone\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h1>View the Latest Enrollment Decision eGuide</h1>\n<p style=\"font-weight: 400;\">Our Total Rewards Guide highlights the plans and programs offered to you and help guide you to enroll in the programs to best meet your needs.</p>[/et_pb_text][et_pb_button button_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/CF_AE23_eGuide_US_FINAL_111022.pdf\" url_new_window=\"on\" button_text=\"Take a look\" button_alignment=\"left\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"18px\" button_text_color=\"#54CE32\" button_bg_color=\"#FFFFFF\" button_border_color=\"#54CE32\" button_border_radius=\"1px\" button_font=\"Montserrat|600|||||||\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" background_layout=\"dark\" button_text_size_tablet=\"18px\" button_text_size_phone=\"17px\" button_text_size_last_edited=\"on|phone\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|hover\" button_bg_color__hover=\"#FFFFFF\" button_bg_enable_color__hover=\"on\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#015846\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#015846\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||18px||false|false\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||6px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][dipi_image_gallery thumbs_count=\"1\" thumb_height=\"0px\" thumb_horizontal_width=\"16%\" thumbs_navigation_prev_icon_yn=\"on\" thumbs_navigation_prev_icon=\"&#x34;||divi||400\" thumbs_navigation_next_icon_yn=\"on\" thumbs_navigation_next_icon=\"&#x35;||divi||400\" thumbs_navigation_size=\"31\" thumbs_navigation_padding=\"1\" thumbs_navigation_position_horizontal=\"-37px\" thumbs_navigation_position_vertical=\"52%\" main_navigation_prev_icon_yn=\"on\" main_navigation_prev_icon=\"&#x34;||divi||400\" main_navigation_next_icon_yn=\"on\" main_navigation_next_icon=\"&#x35;||divi||400\" main_navigation_size=\"49\" main_navigation_padding=\"5\" main_navigation_color=\"#ffffff\" main_navigation_position_horizontal=\"5px\" thumbs_loop=\"off\" main_navigation=\"on\" thumb_horizontal_width_tablet=\"51%\" thumb_horizontal_width_phone=\"75%\" thumb_horizontal_width_last_edited=\"on|phone\" main_navigation_position_horizontal_tablet=\"5px\" main_navigation_position_horizontal_phone=\"-9px\" main_navigation_position_horizontal_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" height=\"625px\" height_tablet=\"625px\" height_phone=\"372px\" height_last_edited=\"on|phone\" max_height=\"625px\" max_height_tablet=\"625px\" max_height_phone=\"625px\" max_height_last_edited=\"on|phone\" global_colors_info=\"{}\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image1.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Be Well\" image_description=\"<h3 style=%22padding-bottom: .5em;%22>Participate in Strive, our well-being program.</h3>\nAct now and earn rewards!\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"learn More\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.82) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h1\" header_font=\"Montserrat|200|||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"50px\" header_line_height=\"1.2em\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"15px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#3FA9F5\" content_button_border_color=\"#3FA9F5\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"1px\" content_button_font=\"Montserrat|700||on|||||\" content_button_use_icon=\"on\" content_button_icon=\"&#x24;||divi||400\" content_button_icon_placement=\"right\" content_button_on_hover=\"off\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|desktop\" content_button_bg_color__hover=\"#00C7B1\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#00C7B1\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][dipi_image_gallery_child item_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/yellow-windows-texture.jpg\" label=\"slider 2 Meet Alex\" main_carousel_show_content=\"on\" image_title=\"Eligibility & Enrollment\" image_description=\"<p><b><span class=%22%22>Learn about what youâ€™re eligible for!</span></b></p>\" c_vr_placement=\"bottom\" use_button=\"on\" button_text=\"Learn More\" button_link=\"/enrollment-overview/\" button_link_target=\"on\" show_content_overlay=\"on\" use_content_animation=\"on\" content_container_padding=\"30px|40px|30px|40px|false|false\" content_width=\"100%\" overlay_bg_color=\"RGBA(255,255,255,0)\" overlay_bg_use_color_gradient=\"on\" overlay_bg_color_gradient_stops=\"rgba(255,255,255,0) 62%|rgba(255,255,255,0.78) 62%\" overlay_bg_color_gradient_overlays_image=\"on\" overlay_bg_color_gradient_start=\"rgba(255,255,255,0)\" overlay_bg_color_gradient_start_position=\"62%\" overlay_bg_color_gradient_end=\"rgba(255,255,255,0.72)\" overlay_bg_color_gradient_end_position=\"62%\" content_container_padding_tablet=\"30px|40px|30px|40px|false|false\" content_container_padding_phone=\"||22px||false|false\" content_container_padding_last_edited=\"on|desktop\" overlay_bg_color_tablet=\"RGBA(255,255,255,0)\" overlay_bg_color_phone=\"rgba(255,255,255,0.03)\" overlay_bg_color_last_edited=\"on|phone\" overlay_bg_use_color_gradient_phone=\"on\" overlay_bg_color_gradient_type_tablet=\"linear\" overlay_bg_color_gradient_type_phone=\"linear\" overlay_bg_color_gradient_stops_phone=\"rgba(255,255,255,0) 41%|rgba(255,255,255,0.8) 56%\" overlay_bg_color_gradient_start_position_phone=\"0%\" overlay_bg_color_gradient_end_phone=\"rgba(255,255,255,0.18)\" overlay_bg_color_gradient_end_position_phone=\"89%\" _builder_version=\"4.18.0\" _module_preset=\"default\" header_font=\"|300|||||||\" header_text_align=\"center\" header_text_color=\"#2D84BB\" header_font_size=\"39px\" header_line_height=\"1.2em\" body_text_align=\"center\" body_text_color=\"#383842\" body_font_size=\"18px\" body_letter_spacing=\"0px\" body_line_height=\"1.6em\" header_1_text_color=\"#2D84BB\" custom_content_button=\"on\" content_button_text_size=\"17px\" content_button_text_color=\"#ffffff\" content_button_bg_color=\"#2D84BB\" content_button_border_color=\"#2D84BB\" content_button_border_radius=\"2px\" content_button_letter_spacing=\"0.5px\" content_button_font=\"Open Sans|700||on|||||\" content_button_use_icon=\"on\" content_button_icon_placement=\"right\" content_button_custom_margin=\"|||0px|false|false\" background_layout=\"dark\" hover_transition_duration=\"450ms\" header_font_tablet=\"|300|||||||\" header_font_phone=\"|600|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"39px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"17px\" body_font_size_phone=\"16px\" body_font_size_last_edited=\"on|phone\" body_line_height_tablet=\"1.5em\" body_line_height_phone=\"1.4em\" body_line_height_last_edited=\"on|phone\" header_1_text_color_tablet=\"#2C1A5D\" header_1_text_color_phone=\"#2C1A5D\" header_1_text_color_last_edited=\"on|desktop\" custom_css_content_title=\"padding-bottom: 0px;||\" custom_css_content_body=\"padding-bottom: 0px;||\" header_text_shadow_style=\"preset3\" header_text_shadow_color=\"rgba(255,255,255,0.4)\" box_shadow_style_content_button=\"preset1\" box_shadow_blur_content_button=\"20px\" box_shadow_color_content_button=\"rgba(255,255,255,0.77)\" global_colors_info=\"{}\" content_button_bg_color__hover_enabled=\"on|hover\" content_button_bg_color__hover=\"#6CA7D0\" content_button_bg_enable_color__hover=\"on\" content_button_border_color__hover_enabled=\"on|desktop\" content_button_border_color__hover=\"#6CA7D0\" custom_css_content_body_last_edited=\"on|phone\" custom_css_content_body_phone=\"padding-bottom: 0px;||margin-bottom: -5px;\" overlay_bg_enable_color_phone=\"on\" custom_css_content_body_tablet=\"padding-bottom: 0px;||\" overlay_bg_color_gradient_type__hover=\"linear\" image_bg_color_gradient_type__hover=\"linear\"][/dipi_image_gallery_child][/dipi_image_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Well\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/medical_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Our health plans and well-being programs give you power to achieve your wellness goals. With programs for weight management, diabetes, blood pressure management, mindfulness and more, our programs help you live your best life â€” at work and beyond.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Prepared\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/planning_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Prepare yourself and loved ones for a bright future with retirement plans, disability and life coverage, spending accounts and more. Respond to lifeâ€™s curve balls quickly and effectively with the options weÂ offer.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Balanced\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/balance_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Be balanced in and out of work with our Employee Assistance Program, paid time off and other benefits perks. From counseling and legal support to financial and work-life resources, you can feel stability andÂ support.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" admin_label=\"Health column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_all_tablet=\"\" border_width_all_phone=\"\" border_width_all_last_edited=\"on|tablet\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Rewarded\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/award_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your contributions and performance are rewarded through competitive base pay, short- and long-term incentives (if applicable) and other pay programs. We also have programs to highlight and applaud your accomplishments and years-of-service.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"wealth column\" _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" border_width_right=\"1.5px\" border_color_right=\"rgba(1,88,70,0.15)\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Successful\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/success_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p>Your ability to learn new skills and perspectives provide you with experiences to achieve your maximum potential. Grow and achieve your career goals through high-quality classroom training, virtual learning, mentorship programs and collaboration opportunities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" admin_label=\"self column\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"|2.5%|||false|false\" custom_padding_tablet=\"|0%|||false|false\" custom_padding_phone=\"|0%|||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_blurb title=\"Be Included\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/inclusion_icon.svg\" image_icon_width=\"32%\" icon_placement_tablet=\"\" icon_placement_phone=\"\" icon_placement_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat||||||||\" header_text_align=\"center\" header_text_color=\"#015846\" header_font_size=\"32px\" body_font=\"Montserrat||||||||\" body_text_align=\"center\" body_text_color=\"#515151\" body_font_size=\"17px\" body_line_height=\"1.6em\" animation=\"off\" header_font_size_tablet=\"32px\" header_font_size_phone=\"32px\" header_font_size_last_edited=\"on|phone\" custom_css_blurb_content=\"font-weight: 400;\" global_colors_info=\"{}\"]<p style=\"font-weight: 400;\">Join your colleagues to foster an inclusive and diverse culture at CF. Itâ€™s the right thing to do. Inclusion also aligns with CFâ€™s Safety at Work priority. We seek to safeguard each otherâ€™s physical and personal well-being by helping each other feel welcome, valued, and inspired so we can all do our best work.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Home Staging', '', 'publish', 'closed', 'closed', '', 'home-staging', '', '', '2025-10-08 18:11:00', '2025-10-08 23:11:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=820', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (826, 1, '2023-09-07 10:26:13', '2023-09-07 15:26:13', '', 'best-premiums_home-slider-desktop', '', 'inherit', 'open', 'closed', '', 'best-premiums_home-slider-desktop', '', '', '2023-09-07 10:26:13', '2023-09-07 15:26:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (827, 1, '2023-09-07 10:26:43', '2023-09-07 15:26:43', '', 'best-premiums_home-slider-mobile', '', 'inherit', 'open', 'closed', '', 'best-premiums_home-slider-mobile', '', '', '2023-09-07 10:26:43', '2023-09-07 15:26:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (828, 1, '2023-09-08 06:58:13', '2023-09-08 11:58:13', '[et_pb_fullwidth_slider _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" hover_enabled=\"0\" global_colors_info=\"{}\" auto=\"on\" sticky_enabled=\"0\" admin_label=\"September 2023 home sliders\" template_type=\"module\"][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'September 2023 home sliders', '', 'publish', 'closed', 'closed', '', 'september-2023-home-sliders', '', '', '2023-09-08 06:58:13', '2023-09-08 11:58:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/september-2023-home-sliders/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (829, 1, '2023-09-08 06:59:57', '2023-09-08 11:59:57', '[et_pb_fullwidth_slider _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#FFFFFF\" max_height=\"47%\" auto=\"on\" auto_speed=\"6000\" global_colors_info=\"{}\" admin_label=\"Site launch home sliders\" template_type=\"module\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw||2vw||false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"32vw||9vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\" class=\"slider_subhead\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'Home page sliders - original launch 6-2023', '', 'publish', 'closed', 'closed', '', 'home-page-sliders-original-launch-6-2023', '', '', '2023-09-08 06:59:57', '2023-09-08 11:59:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/home-page-sliders-original-launch-6-2023/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (831, 1, '2023-09-17 21:50:10', '2023-09-18 02:50:10', '[et_pb_section fb_built=\"1\" admin_label=\"cfi oe popup\" _builder_version=\"4.21.0\" _module_preset=\"8f544c32-ffd0-4f4a-8830-5af969ce44b4\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"8ef4ead8-0fe7-4914-bfe7-b96ae9ef88a0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"cc929701-df66-4ee6-af47-49378dc773fd\" global_colors_info=\"{}\"]<h2 style=\"text-align: center; padding-bottom: .75em;\">Annual Enrollment is Coming!</h2>\n<p style=\"text-align: center;\">Oct. 30 â€“ Nov. 10</p>[/et_pb_text][et_pb_button button_url=\"/us-annual-enrollment/\" button_text=\"See 2024 Benefits\" _builder_version=\"4.21.0\" _module_preset=\"96f8f16d-c645-4fea-a4c9-974ccba3ae4f\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]', 'OE popup', '', 'publish', 'closed', 'closed', '', 'oe-popup', '', '', '2023-10-11 14:59:33', '2023-10-11 19:59:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=dipi_popup_maker&#038;p=831', '0', 'dipi_popup_maker', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (835, 1, '2023-09-18 06:19:38', '2023-09-18 11:19:38', '', 'oe-popup-bkg', '', 'inherit', 'open', 'closed', '', 'oe-popup-bkg', '', '', '2023-09-18 06:19:38', '2023-09-18 11:19:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/oe-popup-bkg.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (839, 1, '2023-09-26 08:37:13', '2023-09-26 13:37:13', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/2026-oe-cfi-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Annual Enrollment 2026</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"26px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" custom_padding=\"||0.5em||false|false\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Annual Enrollment for your 2026 benefits takes place October 30 â€“ November 14</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/documents/2026-annual-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"/documents/2026-annual-enrollment-guide/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"/documents/2026-annual-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-enrollment-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-enrollment-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-enrollment-checklist/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Oct.&nbsp;30&nbsp;â€“&nbsp;Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" use_custom_gutter=\"on\" gutter_width=\"2\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0.5em||false|false\" custom_css_free_form=\".reg_txt_list li ul {padding-bottom: .5em;}||.reg_txt_list li ul li:first-child {padding-top: .4em;} \" locked=\"off\" global_colors_info=\"{}\"]<h2>Whatâ€™s New For 2026</h2>\n<p style=\"padding-bottom: .75em;\">Annual Enrollment is your chance to choose your benefits for the 2026 calendar year. Please see highlights below of what will change in 2026.</p>\n<ul>\n<li><strong>Verify Your Covered Dependents:</strong>Â <span style=\"color: #ff0000;\"><strong>Action Required!</strong></span> Log in to Workday to make your benefit elections. If you\'re currently covering dependents, you must complete your enrollment and confirm their continued eligibility for 2026. Otherwise, they will be removed from coverage effective January 1, 2026, and your coverage level will be changed to â€˜Employee Onlyâ€™ coverage. <em>(No supporting documentation is required for existing dependents.)</em></li>\n<li><strong>Hinge Health: </strong>Get personalized support for joint and muscle pain through a digital musculoskeletal (MSK) care program led by licensed physical therapists. Available atÂ <strong>no additional cost</strong> to individuals enrolled in either medical plan. Obtain more information in January by logging into your <strong>BCBSIL.com</strong> account.<em></em></li>\n<li><strong>Maven Fertility and Family Building Support</strong>: Virtual support is available to guide you through every step of your family-building journeyâ€”whether you\'re trying to conceive, exploring fertility treatments like IUI, IVF, or egg freezing, or navigating your options. It is available at <strong>no additional cost</strong> to individuals enrolled in either medical plan.</li>\n<li><strong>Virtual Visits</strong>: The IRS has restored the ability to provide virtual visits at 100% coverage under both medical plans. That means you will pay nothing out of your pocket when you use MDLive, and in some instances, your own in-network providers. Use virtual visits for non-emergency medical concerns, behavioral health support, and more!</li>\n<li><strong>Medical and Dental Premiums:</strong>\n<ul>\n<li>Medical inflation is averaging between 7% and 10% this year, and the CF medical plan has experienced its largest cost increase in the past five years. As a result, medical premiums will increase by 4%.</li>\n<li>Dental claims are also higher, resulting in a 5% rise in dental premiums.Â  However, there will be no change to your vision premiums.</li>\n</ul>\n</li>\n<li><strong>Medical Plan</strong>: Deductibles and out-of-pocket maximums will increase for both the Advantage and Standard PPO. You will receive new medical ID cards reflecting new deductible and out-of-pocket maximums.<strong></strong></li>\n<li><strong>Health Savings Account (HSA)</strong>: IRS annual maximum contribution limits are increasing to:\n<ul>\n<li>Individual: $4,400 ($100 increase)</li>\n<li>Family: $8,750 ($200 increase)</li>\n</ul>\n<p>The HSA is available to those enrolled in the Advantage PPO with HSA medical plan and you MUST enroll in the HSA to receive the company contribution of $250 employee only / $500 family, which is funded in January. You do not need to contribute to qualify for the company contribution.</p>\n</li>\n</ul>\n<ul>\n<li><strong>Flexible Spending Account (FSA) Limits</strong>:\n<ul>\n<li><strong>Health Care and Limited Purpose Health Care FSAs: </strong>The 2026 Health Care Flexible Spending Account annual contribution limit is $3,400 and the maximum carry-over amount is <span>$680 (amount you can carry over into 2027)</span>.Â  These limits apply to the general Health Care FSA and the Limited Purpose Health Care FSA.</li>\n<li><strong>Â Dependent Care FSA: </strong>Limit will increase from $5,000 to $7,500.</li>\n</ul>\n</li>\n</ul>\n<ul>\n<li><strong>Spouse Accidental Death &amp; Dismemberment (AD&amp;D) Insurance: </strong>Coverage amounts after age 65 will be reduced by 35%. There is no longer a limit for voluntary AD&amp;D coverage.</li>\n<li><strong>401(k)</strong>\n<ul>\n<li>You can contribute up to 75% of your eligible earnings on a combined pre-tax, after-tax or Roth basis.Â  The projected contribution limit for 2026 is up to $24,500 in pre-tax and/or Roth contributions.Â  If you are age 50 or older, the projected annual catch-up contribution is $8,000.</li>\n<li>Catch-up Contributions: Beginning January 1, 2026, under the SECURE 2.0 legislation, employees aged 50 and older who earned more than $145,000 in FICA wages during 2025 will be required to make their 401(k) catch-up contributions as Roth (after-tax) contributions, rather than traditional pre-tax contributions.</li>\n</ul>\n</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><strong>Review your benefits and take action during Annual</strong>Â <strong>Enrollment:</strong></p>\n<ul>\n<li><strong>Add or drop dependents and review dependents you are currently covering.</strong> At the end of the enrollment process, be sure to check the box to confirm your covered dependents remain eligible for coverage in 2026. If you do not complete this step, your dependents will be dropped from coverage in 2026. If you are adding new dependents, supporting documentation is required.</li>\n<li><strong>Enroll in or change your current medical, dental</strong>Â <strong>or vision elections for 2026.Â </strong>This includes adding or dropping dependents. If you are adding new dependents, supporting documentation is required.</li>\n<li><strong>Contribute to the Health Care, Limited Purpose</strong>Â <strong>Health Care or Dependent Care Flexible Spending.</strong>Â Your 2025 election amounts will not carry forward to 2026.</li>\n<li><strong>Elect to contribute to the Health Savings Account</strong>Â <strong>(HSA) for 2026, if eligible.Â </strong>Your 2025 election amount will not carry forward to 2026. Also, you MUST enroll in the HSA to receive the employer contribution of $250 for employee-only coverage or $500 for family coverage.</li>\n<li><strong>Evaluate your life insurance needs and</strong>Â <strong>decide if you want to change your coverage.Â </strong>During this Annual Enrollment you can enroll in or increase your and your spouseâ€™s voluntary life.Â <strong>If you add or increase your voluntary employee or spouse life coverage, evidence of insurability (EOI) is required.</strong></li>\n</ul>\n<p>Annual Enrollment is your yearly opportunity to enroll in benefits for 2026, make changes to your current elections or add/drop dependents. These choices are <strong><em>effective January 1 through December 31, 2026</em></strong>. Annual Enrollment is the only time you can enroll in or make changes to your benefits, unless you experience a qualifying life event, such as marriage or birth of a child.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Adding coverage for a new dependent during Annual Enrollment</h2>\nIf you are adding a new dependent to coverage during Annual Enrollment, you will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependent\'s eligibility.\n<h2>Learn About 2026 Annual Enrollment</h2>\nAs part of your Total Rewards, we offer competitive benefits at affordable prices â€” plus the flexibility to personalize them to meet the needs of you and your family.\n\nYou can enroll in or make changes to the following benefits during Annual Enrollment:\n<ul>\n	<li>Medical</li>\n	<li>Dental</li>\n	<li>Vision</li>\n	<li>Health Savings Account (HSA)</li>\n	<li>Flexible Spending Accounts\n<ul>\n	<li>Health Care FSA</li>\n	<li>Limited Purpose Health Care FSA</li>\n	<li>Dependent Care FSA</li>\n</ul>\n</li>\n	<li>Voluntary Life Insurance</li>\n</ul>\n<h2><span>Action Required</span></h2>\nAction Item:Â  This is an active enrollment, meaning that <strong>you must take action and enroll in Workday</strong>.Â  <u>If you do not take action to enroll and complete the dependent attestation, your current benefit elections, excluding FSA and HSA, will automatically carry over into 2026. However, any dependents currently covered <strong>will be removed </strong>from your coverage effective January 1, 2026, and your coverage level will change to â€˜Employee Onlyâ€™ coverage.</u><strong>Â </strong>\n\n<strong>Review your benefits and take action during Annual</strong>Â <strong>Enrollment:</strong>\n<ul>\n	<li><strong>Enroll in or change your current medical, dental</strong>Â <strong>or vision elections for 2026.Â </strong>This includes adding or dropping dependents. If you are adding new dependents, supporting documentation is required.</li>\n	<li><strong>Review dependents you are currently covering.</strong>Â  At the end of the enrollment process, be sure to check the box to attest that your covered dependents, as defined by the plan, remain eligible for coverage in 2026.</li>\n	<li><strong>Contribute to the Health Care, Limited Purpose</strong>Â <strong>Health Care or Dependent Care Flexible Spending.</strong>Â Your 2025 election amounts will not carry forward to 2026.</li>\n	<li><strong>Elect to contribute to the Health Savings Account</strong>Â <strong>(HSA) for 2026, if eligible.Â </strong>Your 2025 election amount will not carry forward to 2026. Also, you MUST enroll in the HSA to receive the employer contribution of $250 for employee only coverage or $500 for family coverage.</li>\n	<li><strong>Evaluate your voluntary life and AD&amp;D needs and</strong>Â <strong>decide if you want to change your coverage.Â </strong>During this Annual Enrollment you can enroll in or increase your and your spouseâ€™s voluntary life.Â <strong>If you add or increase your voluntary employee or spouse life coverage, evidence of insurability (EOI) is required.</strong></li>\n</ul>\n<h2>Who is Eligible?</h2>\n\nRegular, full-time employees are eligible to participate in the CF Benefits programs. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent child(ren) up to the age of 26. <span>For more information about eligible dependents, visit the <a href=\"/benefits-eligibility/\">Benefits Eligibility</a> page.</span>\n\nAnnual Enrollment is your yearly opportunity to enroll in benefits for the following year, make changes to your current elections or add/drop dependents. These choices are <strong><em>effective Jan. 1 through Dec. 31 of the following calendar year</em></strong>. Annual Enrollment is the only time employees can enroll in or make changes to their benefits, unless you experience a qualified change in life status, such as marriage or birth of a child.[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" text_text_color=\"#FFFFFF\" link_font=\"|700|||on|||#FFFFFF|\" link_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"24px\" background_color=\"#3FA9F5\" custom_padding=\"16px|20px|20px|20px|false|true\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>CF Benefits Center</h2>\n<p style=\"padding-bottom: .25em;\">Do you have Annual Enrollment questions or need help enrolling?\nConnect with our team of benefit experts.</p>\nCall <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 1px;\" aria-hidden=\"true\"> </i> <strong>(877) 232-3630</strong>\nEmail: <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|1.5em|0px|false|false\" custom_padding=\"14px|20px|26px|20px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Important Annual Enrollment Resources</h2>\n<p><strong>Enroll</strong> Oct. 30 â€“ Nov. 14</p>\n<ul>\n<li>In <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> or click the inbox in Workday</li>\n<li>Find \"Enroll\" button at top right of Total Rewards website</li>\n</ul>\n<p><strong>Visit</strong> <a href=\"https://flimpdecisions.net/welcome/BC0EB29AF1AA\" target=\"_blank\" rel=\"noopener\">PLANSelect.com</a> â€” a tool to make your best health plan choice</p>\n<p><a href=\"/documents/annual-enrollment-mailer/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Mailer</a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/annual-enrollment-2026-information-session-video/\"><span>Annual Enrollment Information Session Video</span></a></p>\n<p><a href=\"/documents/hinge-health-flyer/\" target=\"_blank\" rel=\"noopener\">Hinge Health Flyer</a></p>\n<p><a href=\"/documents/2026-dental-summary/\" target=\"_blank\" rel=\"noopener\">2026 Dental Summary</a></p>\n<p><a href=\"/documents/2026-vision-summary/\" target=\"_blank\" rel=\"noopener\">2026 Vision Summary</a></p>\n<p><a href=\"/documents/2026-standard-ppo-sbc/\" target=\"_blank\" rel=\"noopener\">2026 Standard PPO SBC</a></p>\n<p><a href=\"/documents/2026-advantage-ppo-with-hsa-sbc/\" target=\"_blank\" rel=\"noopener\">2026 Advantage PPO with HSA SBC</a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/rx-balanced-drug-list-2025-ae/\" target=\"_blank\" rel=\"noopener\">2025 Balanced Drug List</a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-2026-u-s-required-notices/\" target=\"_blank\" rel=\"noopener\">2025â€“2026 U.S. Required Notices</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" header_2_text_color=\"#3FA9F5\" header_2_font_size=\"24px\" background_color=\"#FFFFFF\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#00C7B1\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Earn Up to $1,000 in 2026</h2>\n<a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/best-premium/\" target=\"_blank\" rel=\"noopener\">Best Premium</a> can save you money while promoting healthier lifestyles! If you and/or your covered spouse complete your annual physical by Nov.&nbsp;1, you can earn up to $1,000 in 2026.[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.21.0\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>BCBS Health Advocacy Solutions (HAS)</h2>\n<p>HAS can help you navigate healthcare throughout the year!</p>\n<p>Call <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 1px;\" aria-hidden=\"true\"> </i> <strong>888-902-8293</strong></p>\n<p>Visit <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"http://www.bcbsil.com/\" target=\"_blank\" rel=\"noopener\">www.bcbsil.com</a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Reminder: Qualified Life Events</h2>\n<p>You can make changes to your benefits during the plan year only if you experience a qualified life event. You have 30 days from the event to submit your change in <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a>. You will have to submit proof of the event, such as a marriage or birth certificate, along with your request.</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|1.5em|0px|false|false\" custom_padding=\"14px|20px|26px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Adding Coverage for a New Dependent During Annual Enrollment</h2>\n<p>If you are adding a new dependent to coverage during Annual Enrollment, you will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependent\'s eligibility. See list of <a href=\"/documents/dependent-documentation-requirements/\" target=\"_blank\" rel=\"noopener\"><u>dependent documentation requirement</u></a><strong><u>s</u></strong> for additional details.</p>[/et_pb_text][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"0px||0px||false|false\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/documents/2026-annual-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"/documents/2026-annual-enrollment-guide/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"/documents/2026-annual-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-enrollment-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-enrollment-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-enrollment-checklist/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Oct.&nbsp;30&nbsp;â€“&nbsp;Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]', 'Annual Enrollment', '', 'draft', 'closed', 'closed', '', 'us-annual-enrollment', '', '', '2026-01-29 12:44:24', '2026-01-29 18:44:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=839', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (841, 1, '2023-09-26 11:11:22', '2023-09-26 16:11:22', '', 'rates', '', 'inherit', 'open', 'closed', '', 'rates', '', '', '2023-09-26 11:11:22', '2023-09-26 16:11:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (844, 1, '2023-09-26 11:15:27', '2023-09-26 16:15:27', '', 'checklist', '', 'inherit', 'open', 'closed', '', 'checklist', '', '', '2023-09-26 11:15:27', '2023-09-26 16:15:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (845, 1, '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', 'enroll', '', 'inherit', 'open', 'closed', '', 'enroll', '', '', '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (846, 1, '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', 'best-premium', '', 'inherit', 'open', 'closed', '', 'best-premium-2', '', '', '2023-09-26 11:16:43', '2023-09-26 16:16:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premium.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (850, 1, '2023-09-26 15:14:42', '2023-09-26 20:14:42', '', 'CFIND 24AE-Checklist 2941290FINALSept20', '', 'inherit', 'open', 'closed', '', 'cfind-24ae-checklist-2941290finalsept20', '', '', '2023-09-26 15:14:42', '2023-09-26 20:14:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/CFIND-24AE-Checklist-2941290FINALSept20.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (851, 1, '2023-09-28 21:54:59', '2023-09-29 02:54:59', '[et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" saved_tabs=\"all\" global_colors_info=\"{}\" template_type=\"row\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-annual-enrollment-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.2\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2025-us-ae-checklist/\n\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday Oct.&nbsp;30&nbsp;â€“&nbsp;Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row]', 'cf OE 2024 4 across icons', '', 'publish', 'closed', 'closed', '', 'cf-oe-2024-4-across-icons', '', '', '2025-10-15 14:01:24', '2025-10-15 19:01:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/cf-oe-2024-4-across-icons/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (852, 1, '2023-10-02 21:33:31', '2023-10-03 02:33:31', '', 'CF-2024-Annual-Enrollment-Announcement-PortNeal', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-portneal', '', '', '2023-10-02 21:33:31', '2023-10-03 02:33:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (853, 1, '2023-10-02 21:33:35', '2023-10-03 02:33:35', '', 'CF-2024-Annual-Enrollment-Announcement-Woodward', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-woodward', '', '', '2023-10-02 21:33:35', '2023-10-03 02:33:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (854, 1, '2023-10-02 21:33:36', '2023-10-03 02:33:36', '', 'CF_2024_Rates_093023', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_093023', '', '', '2024-03-20 12:54:26', '2024-03-20 17:54:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_2024_Rates_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (855, 1, '2023-10-02 21:33:40', '2023-10-03 02:33:40', '', 'CFIND 24Benefits Offerings flyer 2941269Sept28v2FINAL', '', 'inherit', 'open', 'closed', '', 'cfind-24benefits-offerings-flyer-2941269sept28v2final', '', '', '2023-10-02 21:33:40', '2023-10-03 02:33:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (856, 1, '2023-10-02 21:33:43', '2023-10-03 02:33:43', '', 'CF_AE24_TrainingPoster_US_Donaldsonville_093023', '', 'inherit', 'open', 'closed', '', 'cf_ae24_trainingposter_us_donaldsonville_093023', '', '', '2023-10-02 21:33:43', '2023-10-03 02:33:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_TrainingPoster_US_Donaldsonville_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (857, 1, '2023-10-02 21:33:47', '2023-10-03 02:33:47', '', 'CF_AE24_TrainingPoster_US_PortNeal_093023', '', 'inherit', 'open', 'closed', '', 'cf_ae24_trainingposter_us_portneal_093023', '', '', '2023-10-02 21:33:47', '2023-10-03 02:33:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_TrainingPoster_US_PortNeal_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (858, 1, '2023-10-02 21:33:50', '2023-10-03 02:33:50', '', 'CF_AE24_TrainingPoster_US_Yazoo_093023', '', 'inherit', 'open', 'closed', '', 'cf_ae24_trainingposter_us_yazoo_093023', '', '', '2023-10-02 21:33:50', '2023-10-03 02:33:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_TrainingPoster_US_Yazoo_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (861, 1, '2023-10-08 08:14:22', '2023-10-08 13:14:22', '', 'e-guide', '', 'inherit', 'open', 'closed', '', 'e-guide', '', '', '2023-10-08 08:14:22', '2023-10-08 13:14:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (862, 1, '2023-10-08 08:22:44', '2023-10-08 13:22:44', '', 'CF_AE24_eGuide_US_Final', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_us_final', '', '', '2024-03-22 12:32:10', '2024-03-22 17:32:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF_AE24_eGuide_US_Final.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (863, 1, '2023-10-08 08:22:51', '2023-10-08 13:22:51', '', 'CF - 2023 U.S. Required Notices10.5.23', '', 'inherit', 'open', 'closed', '', 'cf-2023-u-s-required-notices10-5-23', '', '', '2024-03-22 13:12:26', '2024-03-22 18:12:26', '', 981, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2023-U.S.-Required-Notices10.5.23.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (864, 1, '2023-10-08 08:22:53', '2023-10-08 13:22:53', '', 'CF-2024-Annual-Enrollment-Announcement-Woodward (3)', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-woodward-3', '', '', '2024-04-11 11:15:53', '2024-04-11 16:15:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Woodward-3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (865, 1, '2023-10-08 08:22:56', '2023-10-08 13:22:56', '', 'CF-2024-Annual-Enrollment-Announcement-Dville', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-dville', '', '', '2024-04-11 11:01:54', '2024-04-11 16:01:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Dville.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (866, 1, '2023-10-08 08:22:59', '2023-10-08 13:22:59', '', 'CF-2024-Annual-Enrollment-Announcement-Yazoo', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-yazoo', '', '', '2023-10-08 08:22:59', '2023-10-08 13:22:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (867, 1, '2023-10-08 08:23:04', '2023-10-08 13:23:04', '', 'CF-2024-Annual-Enrollment-Announcement-PortNeal (2)', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-portneal-2', '', '', '2024-04-11 11:14:45', '2024-04-11 16:14:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-PortNeal-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (868, 1, '2023-10-08 08:23:09', '2023-10-08 13:23:09', '', 'CFIND 24AE-Checklist 2941290_Oct5FINAL', '', 'inherit', 'open', 'closed', '', 'cfind-24ae-checklist-2941290_oct5final', '', '', '2024-03-22 15:21:52', '2024-03-22 20:21:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CFIND-24AE-Checklist-2941290_Oct5FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (869, 1, '2023-10-08 08:23:14', '2023-10-08 13:23:14', '', 'CFIND 24Benefits Offerings flyer 2941269Sept28v2FINAL', '', 'inherit', 'open', 'closed', '', 'cfind-24benefits-offerings-flyer-2941269sept28v2final-2', '', '', '2024-03-22 15:24:20', '2024-03-22 20:24:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CFIND-24Benefits-Offerings-flyer-2941269Sept28v2FINAL-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (872, 1, '2023-10-08 09:20:55', '2023-10-08 14:20:55', '', '2023 CF Summary Plan Description (SPD)_Health and Welfare', '', 'inherit', 'open', 'closed', '', '2023-cf-summary-plan-description-spd_health-and-welfare', '', '', '2024-03-22 13:16:40', '2024-03-22 18:16:40', '', 984, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/2023-CF-Summary-Plan-Description-SPD_Health-and-Welfare.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (873, 1, '2023-10-08 09:21:01', '2023-10-08 14:21:01', '', 'gb00200-travel-benefit-medi-passport-FORM-policy 050621 prefilled', '', 'inherit', 'open', 'closed', '', 'gb00200-travel-benefit-medi-passport-form-policy-050621-prefilled', '', '', '2023-10-08 09:21:01', '2023-10-08 14:21:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/gb00200-travel-benefit-medi-passport-FORM-policy-050621-prefilled.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (876, 1, '2023-10-15 08:17:41', '2023-10-15 13:17:41', '', 'CF-2024-Annual-Enrollment-Announcement-Yazoo', '', 'inherit', 'open', 'closed', '', 'cf-2024-annual-enrollment-announcement-yazoo-2', '', '', '2024-04-11 11:17:13', '2024-04-11 16:17:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/CF-2024-Annual-Enrollment-Announcement-Yazoo-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (879, 1, '2023-10-17 21:39:48', '2023-10-18 02:39:48', '[et_pb_fullwidth_slider admin_label=\"September 2023 home sliders\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'CFI pre OE sliders 2024 enrollment', '', 'publish', 'closed', 'closed', '', 'cfi-pre-oe-sliders-2024-enrollment', '', '', '2023-10-17 21:39:48', '2023-10-18 02:39:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/cfi-pre-oe-sliders-2024-enrollment/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (880, 1, '2023-10-17 22:55:01', '2023-10-18 03:55:01', '', 'OE_desktop_banner', '', 'inherit', 'open', 'closed', '', 'oe_desktop_banner', '', '', '2023-10-17 22:55:01', '2023-10-18 03:55:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_desktop_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (881, 1, '2023-10-17 22:55:03', '2023-10-18 03:55:03', '', 'OE_mobile_banner', '', 'inherit', 'open', 'closed', '', 'oe_mobile_banner', '', '', '2023-10-17 22:55:03', '2023-10-18 03:55:03', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (883, 1, '2023-10-18 13:03:39', '2023-10-18 18:03:39', '[et_pb_fullwidth_slider admin_label=\"September 2023 home sliders\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"][et_pb_slide heading=\"Annual Enrollment\" button_text=\"See 2024 Benefits\" button_link=\"/us-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" admin_title=\"OE\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_desktop_banner.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Oct. 30 â€“ Nov. 10</h3>[/et_pb_slide][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'OE sliders - oe and best premium', '', 'publish', 'closed', 'closed', '', 'oe-sliders-oe-and-best-premium', '', '', '2023-10-18 13:03:39', '2023-10-18 18:03:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/oe-sliders-oe-and-best-premium/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (885, 1, '2023-10-29 08:58:38', '2023-10-29 13:58:38', '[et_pb_text _builder_version=\"4.21.0\" _module_preset=\"fc555d7f-d06d-4b9c-9e3e-b182eabd9bae\" text_line_height=\"1.2em\" custom_margin=\"||10px||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" template_type=\"module\"]<p><strong>Watch this video to learn more about the HSA</strong></p>[/et_pb_text]', 'watch this video', '', 'publish', 'closed', 'closed', '', 'watch-this-video', '', '', '2023-10-29 08:58:38', '2023-10-29 13:58:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/blog/et_pb_layout/watch-this-video/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (886, 1, '2023-10-29 09:13:43', '2023-10-29 14:13:43', '', 'water_headerBar1', '', 'inherit', 'open', 'closed', '', 'water_headerbar1', '', '', '2023-10-29 09:13:43', '2023-10-29 14:13:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/water_headerBar1.jpg', '0', 'attachment', 'image/jpeg', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (893, 1, '2023-12-15 10:47:21', '2023-12-15 16:47:21', '', 'APPLICATION FOR EDUCATION ASSISTANCE - FINAL', '', 'inherit', 'open', 'closed', '', 'application-for-education-assistance-final', '', '', '2024-03-21 18:46:21', '2024-03-21 23:46:21', '', 966, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/12/APPLICATION-FOR-EDUCATION-ASSISTANCE-FINAL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (900, 1, '2024-01-04 16:04:11', '2024-01-04 22:04:11', '', 'SBC_248031_249478_0001_CF INDUSTRIES ENTERPRISES LLC_HSA_01-01-2024 to 12-31-2024_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_249478_0001_cf-industries-enterprises-llc_hsa_01-01-2024-to-12-31-2024_2020-01-01_v1', '', '', '2024-03-22 12:45:00', '2024-03-22 17:45:00', '', 980, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/01/SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (901, 1, '2024-01-04 16:04:14', '2024-01-04 22:04:14', '', 'SBC_248031_248035_0002_CF INDUSTRIES ENTERPRISES LLC_PPO_01-01-2024 to 12-31-2024_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_248035_0002_cf-industries-enterprises-llc_ppo_01-01-2024-to-12-31-2024_2020-01-01_v1', '', '', '2024-03-22 12:43:04', '2024-03-22 17:43:04', '', 978, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/01/SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2024-to-12-31-2024_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (903, 1, '2024-01-10 08:35:47', '2024-01-10 14:35:47', '', 'Vision Flyer_1.1.24_CF Industries', '', 'inherit', 'open', 'closed', '', 'vision-flyer_1-1-24_cf-industries', '', '', '2024-03-22 14:23:19', '2024-03-22 19:23:19', '', 1008, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/01/Vision-Flyer_1.1.24_CF-Industries.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (908, 1, '2024-02-19 15:21:14', '2024-02-19 21:21:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" disabled_on=\"on|on|on\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-council-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.3\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" text_text_color=\"#FFFFFF\" text_font_size=\"18px\" text_line_height=\"1.2em\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Union Benefits</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/2026-oe-cfi-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.5\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Union Benefits</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"26px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/documents/2026-union-ae-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"#\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"/documents/2026-union-ae-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.5\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" disabled=\"on\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/documents/2026-union-ae-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"#\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"/documents/2026-union-ae-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-annual-enrollment-checklist-union/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-annual-enrollment-checklist-union/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-annual-enrollment-checklist-union/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday \nOct.Â 30Â â€“Â Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"22px\" text_line_height=\"1.5em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>This site provides an overview of each of our benefit plans and the medical and pharmacy plan provided through United Steel Workers Health and Welfare Fund (USW).</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For 2026</h2>\n<p style=\"padding-bottom: .75em;\">Annual Enrollment is your chance to choose your benefits for the 2026 calendar year. Please see highlights below of what will change in 2026.</p>\n<ul>\n<li><strong>Verify Your Covered Dependents:</strong>Â <span style=\"color: #ff0000;\"><strong>Action Required!</strong></span> Log in to Workday to make your benefit elections. If you\'re currently covering dependents, you must complete your enrollment and confirm their continued eligibility for 2026. Otherwise, they will be removed from coverage effective January 1, 2026, and your coverage level will be changed to â€˜Employee Onlyâ€™ coverage. <em>(No supporting documentation is required for existing dependents.)</em></li>\n<li>Â <strong>Medical and Dental Premiums</strong>\n<ul>\n<li>Your cost for medical coverage will increase by 4%.</li>\n<li>Your cost for dental coverage will increase by 5%.</li>\n</ul>\n</li>\n<li><strong>Flexible Spending Account (FSA) Limits</strong>:\n<ul>\n<li><strong>Health Care FSA: </strong>The 2026 Health Care Flexible Spending Account annual contribution limit is $3,400 and the maximum carry-over amount <span>has increased to $680 (up to $680 can be carried over into 2027).</span></li>\n<li><strong>Â Dependent Care FSA: </strong>Limit will increase from $5,000 to $7,500.</li>\n</ul>\n</li>\n<li><strong>Voluntary Spouse Accidental Death &amp; Dismemberment (AD&amp;D) Insurance: </strong>Coverage amounts after age 65 will be reduced by 35%.Â  The age limit for voluntary spouse AD&amp;D has been removed.</li>\n<li><span><strong>Catch-up Contributions</strong>: Beginning January 1, 2026, under the SECURE 2.0 legislation, employees aged 50 and older who earned more than $145,000 in FICA wages during 2025 will be required to make their 401(k) catch-up contributions as Roth (after-tax) contributions, rather than traditional pre-tax contributions.</span></li>\n</ul>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"0px||1em||false|false\" custom_padding=\"0px||0px||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h3>Review your benefits and take action during Annual Enrollment:</h3>\n<ul>\n<li><strong>Add or drop dependents and review dependents you are currently covering.</strong>Â  At the end of the enrollment process, be sure to check the box to confirm your covered dependents remain eligible for coverage in 2026. If you do not complete this step, they will be dropped from coverage in 2026. If you are adding new dependents, supporting documentation is required.</li>\n<li><strong>Enroll in or change your current medical, dental</strong>Â <strong>or vision elections for 2026.Â </strong></li>\n<li><strong>Contribute to the Health Care or Dependent Care Flexible Spending. </strong>Your 2025 election amounts will not carry forward to 2026.</li>\n<li><strong>Evaluate your voluntary life and AD&amp;D needs </strong>andÂ decide if you want to change your coverage.Â During this Annual Enrollment you can enroll in or increase your and your spouseâ€™s voluntary life.Â If you add or increase your voluntary employee or spouse life coverage, evidence of insurability (EOI) is required.</li>\n</ul>\n<p>Annual Enrollment is your yearly opportunity to enroll in benefits for 2026, make changes to your current elections or add/drop dependents. These choices areÂ effective<strong><em> January 1 through December 31, 2026</em></strong>. Annual Enrollment is the only time you can enroll in or make changes to your benefits, unless you experience a qualifying life event, such as marriage or birth of a child.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3>Mid-Year changes: Qualifying life events</h3>\n<p>You can make changes to your benefits during the plan year only if you experience a qualifying life event. You have <strong>30</strong>Â <strong>days</strong>Â from the event to submit your change inÂ <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>Workday</strong></a>. You will have to submit proof of the event and provide documentation, such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility. Your requested benefit change must be consistent with the type of life event that you or your dependent experienced.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Who is Eligible</h2>\n\nYou are eligible to enroll in benefits if you are a full-time employee regularly scheduled to work 30 or more hours per week. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent children under the age of 26. You will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility.\n\nCoverage for your domestic partner<sup style=\"font-size: 11px;\">1</sup> may be available under the medical plan, however coverage is not available for any other health &amp; welfare benefits. Domestic partnerships consisting of an employee and one other person of the same or opposite gender are eligible if specific requirements are met. If you have a domestic partner, you must submit a notarized Affidavit of Domestic Partnership.[/et_pb_text][et_pb_toggle title=\"Medical Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"padding-bottom: .75em;\">Your medical coverage is essential for keeping you healthy today, as well as protecting you if you are ill or injured. You have the option to enroll in coverage through the USW medical and pharmacy PPO, administered by Highmark Blue Cross Blue Shield. The PPO has the following features:</p>\n<ul>\n<li>In-network preventive care is covered at 100%.</li>\n<li>You can choose any provider, but you pay less when you use in-network providers.</li>\n<li>For primary care and specialist visits, you pay a fixed copay. For most other services, you pay the full cost until you meet your deductible.</li>\n<li>Once you meet your deductible you pay 10% of covered services (coinsurance).</li>\n<li>Prescription drug coverage is included.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Dental Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>You have the option to enroll in a Dental PPO featuring the Cigna Total Network. The Plan offers 100% coverage for in-network preventive care and covers a percentage of other services. You can use any provider, but you pay less when you use a provider in the Cigna Total Network.</p>[/et_pb_toggle][et_pb_toggle title=\"Vision Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>Taking care of your eyes is important to your overall well-being. You have the option to enroll in vision coverage through Cigna, which offers a large network of providers. Vision coverage helps pay for eye exams, frames, lenses and contact lenses for you and your eligible dependents.</p>[/et_pb_toggle][et_pb_toggle title=\"Life and AD&D Insurance\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>Itâ€™s always a good idea to plan for the unexpected, no matter what your age or stage in life. CF provides automatic Basic Life, AD&amp;D and Business Travel Accident Insurance and you have the optionÂ to enroll in additional coverage for more protection.</p>\n<h4>Basic Life, AD&amp;D and Business Travel Accident Insurance</h4>\n<p>CF provides you with Basic Life and AD&amp;D Insurance coverage equal to one time your annual base salary (rounded up to the next $1,000). The Company also provides Business Travel Accident Insurance coverage of two times your base salary if you die or are seriously injured while traveling for work.</p>\n<h4>Voluntary Life Insurance</h4>\n<p>If you need more coverage than the basic coverage provided by CF, you have the option to purchase Voluntary Life Insurance for yourself, your spouse or your child(ren). You will need to complete evidence of insurability (EOI) if you are adding or increasing voluntary employee or spouse life coverage during annual enrollment or as part of a qualified life event.</p>\n<h4>Voluntary AD&amp;D Insurance</h4>\n<p>You can also purchase Voluntary AD&amp;D Insurance for yourself, your spouse or child(ren) to provide additional coverage.</p>[/et_pb_toggle][et_pb_toggle title=\"Time Away From Work\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>[dipi_library_layout id=\"1120\"]</p>[/et_pb_toggle][et_pb_toggle title=\"401(k) Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>[dipi_library_layout id=\"1126\"]</p>[/et_pb_toggle][et_pb_toggle title=\"Employee Assistance Program\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>The Employee Assistance Program (EAP) provides confidential support, consultation, resources and information to help you and your household family members balance work and family, as well as manage personal difficulties. EAP services are available on your first day of employment at no cost to you and your dependents.</p>[/et_pb_toggle][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" background_color=\"#cdeaf4\" custom_padding=\"12px|9px|12px|12px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>This website presents general summary information about CF Industries benefits program and select policies. Nothing on this website changes any plan and/or contract terms, or any other terms and conditions of your employment with CF Industries. This website does not include, nor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, trust agreements or collective bargaining agreement. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, in accordance with applicable laws and regulations or applicable contract.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||1.5em||false|false\" custom_padding=\"12px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><sup style=\"font-size: 11px;\">1</sup> Under IRS regulations, domestic partners are not eligible for pre-tax deductions and the value of the coverage is subject to taxation (imputed income).</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"||1.5em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p><strong>Action Item:</strong>Â  This is an active enrollment, which means that you must take action and enroll in Workday.Â  <u>If you do not take action to enroll and complete the dependent attestation, your current benefit elections, excluding FSA and HSA, will automatically carry over into 2026. However, any dependents currently covered <strong>will be removed </strong>from your coverage effective January 1, 2026, and your coverage level will change to â€˜Employee Onlyâ€™ coverage.</u></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_text_color=\"#FFFFFF\" link_font=\"|700|||on|||#FFFFFF|\" link_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"24px\" background_color=\"#3FA9F5\" custom_padding=\"16px|20px|20px|20px|false|true\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>CF Benefits Center</h2>\n<p style=\"padding-bottom: .25em;\">Do you have benefits questions or need help enrolling? Connect with our team of benefit experts.</p>\n<p>Call <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 1px;\" aria-hidden=\"true\"> </i> <strong>(877) 232-3630</strong><br />Email: <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>2026 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026.pdf\" target=\"_blank\" rel=\"noopener\">2026 Highmark BCBS SBC</a><br /><a href=\"/documents/2026-union-ae-guide/\" target=\"_blank\" rel=\"noopener\">2026 Benefits Guide</a>Â <br /><a href=\"/documents/2026-us-premium-rates-union/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/02/CF-Industries-SPD-1-2025.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_Contacts_UNION_100325.pdf\" target=\"_blank\" rel=\"noopener\">Contact Sheet</a><br /><a href=\"/documents/2026-dental-summary/\" target=\"_blank\" rel=\"noopener\">Dental Plan Summary</a><br /><a href=\"/documents/2026-vision-summary/\" target=\"_blank\" rel=\"noopener\">Vision Plan Summary</a><br /><a href=\"/documents/summary-of-benefits-basic-term-life-insurance/\" target=\"_blank\" rel=\"noopener\">Basic Term Life Insurance</a><br /><a href=\"/documents/summary-of-benefits-basic-add-insurance/\" target=\"_blank\" rel=\"noopener\">Basic Accidental Death and Dismemberment Insurance</a><br /><a href=\"/documents/summary-of-benefits-voluntary-term-life-insurance/\" target=\"_blank\" rel=\"noopener\">Voluntary Term Life Insurance</a><br /><a href=\"/documents/summary-of-benefits-long-term-disability-insurance/\" target=\"_blank\" rel=\"noopener\">Long Term Disability Insurance</a><br /><a href=\"/documents/summary-of-benefits-voluntary-add-insurance/\" target=\"_blank\" rel=\"noopener\">Voluntary Accidental Death and Dismemberment Insurance</a><br /><a href=\"/documents/2025-2026-u-s-required-notices/\" target=\"_blank\" rel=\"noopener\">2025 â€“ 2026 U.S. Required Notices</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf\" target=\"_blank\" rel=\"noopener\">2025 Highmark BCBS SBC</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/06/CF_Enrollment_US_Walla_UNION_eGuide_0625.pdf\" target=\"_blank\" rel=\"noopener\">2025 Benefits Guide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/02/CF-Industries-SPD-1-2025.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Annual Enrollment</h2>\n<p>Enroll in Workday Nov. 1 â€“ 15</p>\n<p><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>ENROLL HERE </strong></a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf\" target=\"_blank\" rel=\"noopener\">Highmark BCBS SBC</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment Checklist</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025-Balanced-Drug-List.pdf\" target=\"_blank\" rel=\"noopener\">2025 Balanced Drug List</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>United Steel Workers Health and Welfare Fund</h2>\n<p><em>COBRA for Medical</em><br />SHWF Administrative Office<br /><strong>888-296-7493</strong></p>\n<p><em>COBRA for Dental, Vision, and FSA</em><br />Onesource Virtual <strong>833-323-5465</strong><br /><a href=\"mailto:CFCOBRA@onesourcevirtual.com\" target=\"_blank\" rel=\"noopener\">CFCOBRA@onesourcevirtual.com</a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.6\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|24px|0px|false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Eligibility Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/03/Dependent-Documentation-Requirements.pdf\" target=\"_blank\" rel=\"noopener\">Dependent Documentation Requirements</a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|1.5em|0px|false|false\" custom_padding=\"14px|20px|26px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Adding coverage for a new dependent during Annual Enrollment</h2>\nIf you are adding a new dependent to coverage during Annual Enrollment, you will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependent\'s eligibility.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"_initial\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>2024 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_Walla_UNION_eGuide_022624.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment eGuide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/04.-CF_2024_Enrollment_Checklist_Union.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment Checklist</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_2024_Rates_Walla_UNION_022624.pdf\" target=\"_blank\" rel=\"noopener\">Medical Rate Sheet</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/Union-MedicalSPD-8-2024.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24.pdf\" target=\"_blank\" rel=\"noopener\">Union SBC</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\r\n<h3>To File Claims for Reimbursement</h3>\r\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\r\n<h3>Eligible Expenses</h3>\r\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\r\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Doctorâ€™s visit copays</li>\r\n<li>Prescription drug copays</li>\r\n<li>Medical and dental deductibles</li>\r\n<li>Over-the-counter items</li>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n<li>Dental cleanings</li>\r\n<li>Eye exams</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\r\n<ul>\r\n<li>Child or adult daycare*</li>\r\n<li>Nursery school</li>\r\n<li>Preschool (excluding kindergarten)</li>\r\n</ul>\r\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.25.1\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]This site provides you with details for each of our benefit plans as well as the medical and pharmacy plan provided through United Steel Workers Health and Welfare Fund (USW).[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Annual Enrollment</h2>\nThere will be no changes to your benefit options for 2025, however, there will be a 2% increase to your medical plan cost of coverage. [/et_pb_text][et_pb_text _builder_version=\"4.27.3\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" text_text_color=\"#FFFFFF\" link_font=\"|700|||on|||#FFFFFF|\" link_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"24px\" background_color=\"#3FA9F5\" custom_padding=\"16px|20px|20px|20px|false|true\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>CF Benefits Center</h2>\n<p style=\"padding-bottom: .25em;\">Do you have questions on your benefits?<br />Connect with our team of benefit experts:</p>\n<p>Email: <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a><br />Phone: <strong>(877) 232 â€“ 3630</strong></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #54ce32;\"><strong><i class=\"fa-sharp fa-solid fa-circle-exclamation\"></i> <strong>NEW</strong></strong></span><strong> Adding coverage for a dependent during Annual Enrollment?</strong></h3>\n<p>If you are adding a dependent to coverage during Annual Enrollment, you will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility.</p>\n<p><span style=\"color: #54ce32;\"><strong>NEW</strong></span>Â Flexible Spending Account Limit Increases: The Healthcare Flexible Spending Account annual contribution limit increases to $3,300. The maximum carry-over amount will increase to $660 for tax year 2025.</p>\n<h3>Decide if you need to enroll</h3>\n<p>This is a passive enrollment, which means with the exception of the Flexible Spending Account elections, most of your benefits will roll forward to next year.<strong>Â However, you should take action during Annual</strong>Â <strong>Enrollment if you want to:</strong></p>\n<ul>\n<li><strong>Enroll in or drop medical, dental</strong>Â <strong>or vision elections for 2025.Â </strong>This includes adding or dropping dependents.</li>\n<li><strong>Contribute to the Health Care or Dependent Care Flexible Spending.</strong>Â Your 2024 election amounts will not carry forward to 2025.</li>\n<li><strong>Evaluate your voluntary life and AD&amp;D needs and</strong>Â <strong>decide if you want to change your coverage</strong>.Â If you add or increase your voluntary life or your spouseâ€™s voluntary life coverage, you will need to complete evidence of insurability (EOI).<strong>Â  </strong></li>\n<li><strong>Review your beneficiary designations.</strong></li>\n</ul>\n<p><strong>You can enroll in the following benefits during Annual Enrollment:</strong></p>\n<ul>\n<li>Medical</li>\n<li>Dental</li>\n<li>Vision</li>\n<li>Flexible Spending Accounts\n<ul>\n<li>Health Care FSA</li>\n<li>Dependent Care FSA</li>\n</ul>\n</li>\n<li>Voluntary Life and Accident Insurance</li>\n</ul>\n<h3><strong>Mid-Year changes: Qualified life events </strong></h3>\n<p>You can make changes to your benefits during the plan year only if you experience a qualified life event. You haveÂ <strong>30</strong>Â <strong>days</strong>Â from the event to submit your change inÂ <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>Workday</strong></a>. You will have to submit proof of the event, such as a marriage or birth certificate, along with your request.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.3\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3><strong>Mid-Year changes: Qualified life events </strong></h3>\nYou can make changes to your benefits during the plan year only if you experience a qualified life event. You haveÂ <strong>30</strong>Â <strong>days</strong>Â from the event to submit your change inÂ <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>Workday</strong></a>. You will have to submit proof of the event, such as a marriage or birth certificate, along with your request.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Eligibility</h2>\n<p>You are eligible to enroll in benefits if you are a full-time employee regularly scheduled to work 30 or more hours per week. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent children under the age of 26. You will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility.</p>\n<p>Coverage for your domestic partner<sup style=\"font-size: 11px;\">1</sup> may be available under the medical plan, however coverage is not available for any other health &amp; welfare benefits. Domestic partnerships consisting of an employee and one other person of the same or opposite gender are eligible if specific requirements are met. If you meet the definition of a domestic partner, you must submit a notarized Affidavit of Domestic Partnership <span>and supporting documentation</span> <strong>within 30 days of adding to CF coverage</strong>.</p>[/et_pb_text][et_pb_toggle title=\"Medical Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"padding-bottom: .75em;\">Your medical coverage is essential for keeping you healthy today, as well as protecting you if you are ill or injured. You have the option to enroll in coverage through the USW medical and pharmacy PPO, administered by Highmark Blue Cross Blue Shield. The PPO has the following features:</p>\r\n\r\n<ul>\r\n	<li>In-network preventive care is covered at 100%.</li>\r\n	<li>You can choose any provider, but you pay less when you use in-network providers.</li>\r\n	<li>For primary care and specialist visits, you pay a fixed copay. For most other services, you pay the full cost until you meet your deductible.</li>\r\n	<li>Once you meet your deductible you pay 10% of covered services (coinsurance).</li>\r\n	<li>Prescription drug coverage is included.</li>\r\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Dental Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>You have the option to enroll in a Dental PPO featuring the Cigna Total Network. The Plan offers 100% coverage for in-network preventive care and covers a percentage of other services. You can use any provider, but you pay less when you use a provider in the Cigna Total Network.</p>[/et_pb_toggle][et_pb_toggle title=\"Vision Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>Taking care of your eyes is important to your overall well-being. You have the option to enroll in vision coverage through Cigna, which offers a large network of providers. Vision coverage helps pay for eye exams, frames, lenses and contact lenses for you and your eligible dependents.</p>[/et_pb_toggle][et_pb_toggle title=\"Life and AD&D Insurance\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]Itâ€™s always a good idea to plan for the unexpected, no matter what your age or stage in life. CF provides automatic Basic Life, AD&amp;D and Business Travel Accident Insurance and you have the optionÂ to enroll in additional coverage for more protection.\n<h4>Basic Life, AD&amp;D and Business Travel Accident Insurance</h4>\nCF provides you with Basic Life and AD&amp;D Insurance coverage equal to one time your annual base salary (rounded up to the next $1,000). The Company also provides Business Travel Accident Insurance coverage of two times your base salary if you die or are seriously injured while traveling for work.\n<h4>Voluntary Life Insurance</h4>\nIf you need more coverage than the basic coverage provided by CF, you have the option to purchase Voluntary Life Insurance for yourself, your spouse or your child(ren). You will need to complete evidence of insurability (EOI) if you are adding or increasing voluntary employee or spouse life coverage during annual enrollment or as part of a qualified life event.\n<h4>Voluntary AD&amp;D Insurance</h4>\nYou can also purchase Voluntary AD&D Insurance for yourself, your spouse or child(ren) to provide additional coverage.[/et_pb_toggle][et_pb_toggle title=\"Time Away From Work\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][dipi_library_layout id=\"1120\"][/et_pb_toggle][et_pb_toggle title=\"401(k) Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][dipi_library_layout id=\"1126\"][/et_pb_toggle][et_pb_toggle title=\"Employee Assistance Program\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]The Employee Assistance Program (EAP) provides confidential support, consultation, resources and information to help you and your household family members balance work and family, as well as manage personal difficulties. EAP services are available on your first day of employment at no cost to you and your dependents.[/et_pb_toggle][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" background_color=\"#cdeaf4\" custom_padding=\"12px|9px|12px|12px|false|false\" locked=\"off\" global_colors_info=\"{}\"]This website presents general summary information about CF Industries benefits program and select policies. Nothing on this website changes any plan and/or contract terms, or any other terms and conditions of your employment with CF Industries. This website does not include, nor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, trust agreements or collective bargaining agreement. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, in accordance with applicable laws and regulations or applicable contract.[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" custom_padding=\"12px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><sup style=\"font-size: 11px;\">1</sup> Under IRS regulations, domestic partners are not eligible for pre-tax deductions and the value of the coverage is subject to taxation (imputed income).</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf\" target=\"_blank\" rel=\"noopener\">2025 Highmark BCBS SBC</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/06/CF_Enrollment_US_Walla_UNION_eGuide_0625.pdf\" target=\"_blank\" rel=\"noopener\">2025 Benefits Guide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/02/CF-Industries-SPD-1-2025.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Annual Enrollment</h2>\n<p>Enroll in Workday Nov. 1 â€“ 15</p>\n<p><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>ENROLL HERE </strong></a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf\" target=\"_blank\" rel=\"noopener\">Highmark BCBS SBC</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment Checklist</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025-Balanced-Drug-List.pdf\" target=\"_blank\" rel=\"noopener\">2025 Balanced Drug List</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>United Steel Workers Health and Welfare Fund</h2>\n<p><em>COBRA for Medical</em><br />SHWF Administrative Office<br /><strong>888-296-7493</strong></p>\n<p><em>COBRA for Dental, Vision, and FSA</em><br />Onesource Virtual <strong>833-323-5465</strong><br /><a href=\"mailto:CFCOBRA@onesourcevirtual.com\" target=\"_blank\" rel=\"noopener\">CFCOBRA@onesourcevirtual.com</a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Eligibility Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Dependent-Documentation-Requirements-Union.pdf\" target=\"_blank\" rel=\"noopener\">Dependent Documentation Requirements</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\r\n<h3>To File Claims for Reimbursement</h3>\r\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\r\n<h3>Eligible Expenses</h3>\r\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\r\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Doctorâ€™s visit copays</li>\r\n<li>Prescription drug copays</li>\r\n<li>Medical and dental deductibles</li>\r\n<li>Over-the-counter items</li>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n<li>Dental cleanings</li>\r\n<li>Eye exams</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\r\n<ul>\r\n<li>Child or adult daycare*</li>\r\n<li>Nursery school</li>\r\n<li>Preschool (excluding kindergarten)</li>\r\n</ul>\r\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Union Benefits', '', 'publish', 'closed', 'closed', '', 'unionbenefits', '', '', '2026-03-05 16:49:21', '2026-03-05 22:49:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=908', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (909, 1, '2024-02-26 13:35:46', '2024-02-26 19:35:46', '', 'Balanced Drug list 2024', '', 'inherit', 'open', 'closed', '', 'balanced-drug-list-2024', '', '', '2024-03-22 14:17:00', '2024-03-22 19:17:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/02/Balanced-Drug-list-2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (910, 1, '2024-02-26 15:25:40', '2024-02-26 21:25:40', '', 'CF_Enrollment_eGuide_022124', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_022124', '', '', '2024-02-26 15:25:40', '2024-02-26 21:25:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/02/CF_Enrollment_eGuide_022124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (911, 1, '2024-02-26 15:25:42', '2024-02-26 21:25:42', '', 'CF_2024_Rates_022124', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_022124', '', '', '2024-02-26 15:25:42', '2024-02-26 21:25:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/02/CF_2024_Rates_022124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (914, 1, '2024-03-03 15:34:44', '2024-03-03 21:34:44', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 61%|rgba(255,255,255,0) 61%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"22%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"61%\" width_last_edited=\"on|tablet\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.24.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Welcome to CF!</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.24.2\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Starting April 1 through April 30, you will be eligible to enroll in CFâ€™s benefits.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]This site provides you with details for each of our benefit plans as well as the medical and pharmacy plan provided through United Steel Workers Health and Welfare Fund (USW).\n<h2>Eligibility</h2>\nYou are eligible to enroll in benefits if you are a full-time employee regularly scheduled to work 30 or more hours per week. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent children under the age of 26.\n\nCoverage for your domestic partner* may be available under the medical plan, however coverage is not available for any other health &amp; welfare benefits. Domestic partnerships consisting of an employee and one other person of the same or opposite gender are eligible if specific requirements are met. If you meet the definition of a domestic partner, you must submit a notarized Affidavit of Domestic Partnership at the time of enrollment.\n<h2>Medical Plan</h2>\nYour medical coverage is essential for keeping you healthy today, as well as protecting you if you are ill or injured. You have the option of enrolling in coverage through the USW medical and pharmacy PPO, administered by Highmark Blue Cross Blue Shield. The PPO has the following features:\n<ul>\n	<li>In-network preventive care is covered at 100%.</li>\n	<li>You can choose any provider, but you pay less when you use in-network providers.</li>\n	<li>For primary care and specialist visits, you pay a fixed copay. For most other services, you pay the full cost until you meet your deductible.</li>\n	<li>Once you meet your deductible you pay 10% of covered services (coinsurance).</li>\n	<li>Prescription drug coverage is included.</li>\n</ul>\n<h2>Dental Plan</h2>\nYou have the option of enrolling in a Dental PPO featuring the Total Cigna DPPO network. The Plan offers 100% coverage for in-network preventive care and covers a percentage of other services. You can use any provider, but you pay less when you use a provider in the Cigna DPPO network.\n<h2>Vision Plan</h2>\nTaking care of your eyes is important to your overall well-being. You have the option of enrolling in vision coverage through Cigna, which offers a large network of providers. Vision coverage helps pay for eye exams, frames, lenses and contact lenses for you and your eligible dependents.\n<h2>Life and AD&amp;D Insurance</h2>\nItâ€™s always a good idea to plan for the unexpected, no matter what your age or stage in life. CF provides <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/life-insurance/\">automatic Basic Life, AD&amp;D and Business Travel Accident Insurance</a> and you have the option of enrolling in additional coverage for more protection.\n<h3>Basic Life, AD&amp;D and Business Travel Accident Insurance</h3>\nCF provides you with Basic Life and AD&amp;D Insurance coverage equal to one time your annual base salary (rounded up to the next $1,000). The Company also provides Business Travel Accident Insurance coverage of two times your base salary if you die or are seriously injured while traveling for work.\n<h3>Voluntary Life Insurance</h3>\nIf you need more coverage than the basic coverage provided by CF, you have the option of purchasing Voluntary Life Insurance.\n<h3>Voluntary AD&amp;D Insurance</h3>\nYou can also purchase Voluntary AD&amp;D Insurance to provide you additional coverage. You have the option of purchasing Voluntary AD&amp;D Insurance.\n<h2>Time Away from Work</h2>\n<h3>Vacation</h3>\nYou are eligible for paid vacation after you complete one year of service and work at least 1,040 hours in the previous year. Vacation benefits are offered as specified in your collective bargaining agreement, as shown below:[/et_pb_text][et_pb_text _builder_version=\"4.20.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" locked=\"off\" global_colors_info=\"{}\"]<p><strong><em>Disclaimer: </em></strong><em>PPL runs concurrent with federal and state Family Medical Leaves.</em></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\nTo learn more about Paid Parental Leave, please contact your local Human Resources representative.[/et_pb_text][et_pb_text _builder_version=\"4.21.0\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>Paid Time Off</h4>\n<a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_PPL_Guide_EE_US_FINAL_032023.pdf\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Employee</a>\n<a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/07/CF_PPL_Guide_MGR_US_FINAL_032023.pdf\" target=\"_blank\" rel=\"noopener\">Paid Parental Leave - Manager</a>\n<h4>PPL Affidavit</h4>\n<a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/CF-PPL-Affidavit.pdf\" target=\"_blank\" rel=\"noopener\">Click here</a> to access to the Paid Parental Leave Affidavit.\n<h4>Workday</h4>\nAccess <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> to apply for a leave.[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>PPL Policy and FAQ</h4>\n<p>Visit the Loop and search â€œParental Leaveâ€ to view the PPL Policy and review Frequently Asked Questions.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h3>To File Claims for Reimbursement</h3>\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\n<h3>Eligible Expenses</h3>\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\n<ul>\n<li>Doctorâ€™s visit copays</li>\n<li>Prescription drug copays</li>\n<li>Medical and dental deductibles</li>\n<li>Over-the-counter items</li>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\n<ul>\n<li>Hearing aids</li>\n<li>Eyeglasses</li>\n<li>Dental cleanings</li>\n<li>Eye exams</li>\n</ul>\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\n<ul>\n<li>Child or adult daycare*</li>\n<li>Nursery school</li>\n<li>Preschool (excluding kindergarten)</li>\n</ul>\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'unionbenefits', '', 'draft', 'closed', 'closed', '', 'unionbenefits-2', '', '', '2024-10-06 08:50:50', '2024-10-06 13:50:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=914', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (918, 1, '2024-03-05 08:11:31', '2024-03-05 14:11:31', '', 'Dyno Nobel Waggaman NG 104395-94, 95 SBC 1-24', '', 'inherit', 'open', 'closed', '', 'dyno-nobel-waggaman-ng-104395-94-95-sbc-1-24', '', '', '2024-03-05 08:11:31', '2024-03-05 14:11:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (919, 1, '2024-03-05 08:11:35', '2024-03-05 14:11:35', '', 'Dyno Nobel Waggaman LA SPD 3-2020', '', 'inherit', 'open', 'closed', '', 'dyno-nobel-waggaman-la-spd-3-2020', '', '', '2024-03-05 08:11:35', '2024-03-05 14:11:35', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Dyno-Nobel-Waggaman-LA-SPD-3-2020.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (920, 1, '2024-03-05 08:11:36', '2024-03-05 14:11:36', '', 'CF_UNION_Contacts_022924', '', 'inherit', 'open', 'closed', '', 'cf_union_contacts_022924', '', '', '2024-03-05 08:11:36', '2024-03-05 14:11:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_UNION_Contacts_022924.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (921, 1, '2024-03-05 08:11:41', '2024-03-05 14:11:41', '', 'CF_Enrollment_US_Walla_UNION_eGuide_022624', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_walla_union_eguide_022624', '', '', '2024-03-05 08:11:41', '2024-03-05 14:11:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_Walla_UNION_eGuide_022624.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (922, 1, '2024-03-05 08:11:43', '2024-03-05 14:11:43', '', 'CF_2024_Rates_Walla_UNION_022624', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_walla_union_022624', '', '', '2024-03-05 08:11:43', '2024-03-05 14:11:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_2024_Rates_Walla_UNION_022624.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (923, 1, '2024-03-05 08:11:45', '2024-03-05 14:11:45', '', '04. CF_2024_Enrollment_Checklist_Union', '', 'inherit', 'open', 'closed', '', '04-cf_2024_enrollment_checklist_union', '', '', '2024-03-05 08:11:45', '2024-03-05 14:11:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/04.-CF_2024_Enrollment_Checklist_Union.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (928, 1, '2024-03-08 14:02:14', '2024-03-08 20:02:14', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|tablet\" admin_label=\"header section\" _builder_version=\"4.24.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/IL-banner.jpg\" background_position=\"center_right\" custom_margin=\"0px||||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 52%|rgba(255,255,255,0) 52%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"5%\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw|0px|true|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.24.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"5px||0px||false|false\" custom_margin_phone=\"5px||||false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Commuter Benefits (Illinois Residents)</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]<p>Pre-tax commuter benefits let you save money on your commute by using pre-tax dollars for eligible transit and parking expenses. Illinois employees can enroll in transit and/or parking benefits. Once enrolled, youâ€™ll have separate transit and parking accounts through Fidelity - funds cannot be transferred between accounts. These benefits apply only to <strong>your</strong> commuting expenses; spouses and dependents are not eligible.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>What to Expect When You Enroll</h2>\n<ul>\n<li><strong>Tax Savings</strong> â€“ Contributions are deducted pre-tax each month.</li>\n<li><strong>Convenience</strong> â€“ Use the NetBenefits CommuterCard for easy payment of qualified expenses.</li>\n<li><strong>Flexible Spending</strong> â€“ If a purchase exceeds your monthly election, you can pay the balance with another form of payment.</li>\n</ul>\n<h2>Monthly Maximums</h2>\n<p>The IRS sets monthly limits for pre-tax commuter benefits. For 2026, the maximum is <strong>$340 for parking</strong> and <strong>$340 for transit</strong>. Deductions are taken from your last paycheck of each month.</p>\n<h3>NetBenefits CommuterCard</h3>\n<p>CF Industries partners with Fidelity to manage commuter benefits. After enrolling at <a href=\"http://www.NetBenefits.com\" target=\"_blank\" rel=\"noopener\">www.NetBenefits.com</a>, you\'ll receive a CommuterCard that can be used to:</p>\n<ul>\n<li>Buy transit passes, tokens, or fare cards at valid terminals,</li>\n<li>Pay for parking near your workplace or commuter lot, or</li>\n<li>Link to your NetBenefits online account and track your activity.</li>\n</ul>\n<p>Your election must be entered into Fidelity by the <strong>15th of the month</strong> to apply for that monthâ€™s deduction.</p>\n<p>If your card balance doesnâ€™t cover a purchase, you can split the payment with another form of payment.</p>\n<p>For reimbursement issues, contact Fidelity at <strong>833-299-5089</strong>.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call Fidelity</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>833-299-5089</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|1.5em|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p style=\"padding-bottom: .75em;\">For more information on how to enroll in your Illinois Commuter Benefits, click <a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/how-to-enroll-in-commuter_2.pdf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Uber for Business - Northbrook, IL Employees</h2>\nWe are partnering with Uber for Business to provide on-demand transportation to-and-from nearby Metra train stations to our Northbrook office. For more information search â€œUber for Businessâ€ on The Loop.[/et_pb_text][/et_pb_column][/et_pb_section]', 'Commuter Benefits (Illinois Residents)', '', 'publish', 'closed', 'closed', '', 'commuter-benefits-illinois-residents', '', '', '2026-01-29 14:46:38', '2026-01-29 20:46:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=928', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (929, 1, '2024-03-08 14:07:11', '2024-03-08 20:07:11', '', 'how to enroll in commuter_2', '', 'inherit', 'open', 'closed', '', 'how-to-enroll-in-commuter_2', '', '', '2024-03-08 14:07:11', '2024-03-08 20:07:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/how-to-enroll-in-commuter_2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (931, 1, '2024-03-08 14:22:38', '2024-03-08 20:22:38', '', 'IL-banner', '', 'inherit', 'open', 'closed', '', 'il-banner', '', '', '2024-03-08 14:22:38', '2024-03-08 20:22:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/IL-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (933, 1, '2026-03-01 21:48:19', '2024-03-08 22:28:20', ' ', '', '', 'publish', 'closed', 'closed', '', 933, '', '', '2026-03-01 21:48:19', '2026-03-02 03:48:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?p=933', 35, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (935, 1, '2024-03-08 16:37:21', '2024-03-08 22:37:21', '', 'landing-commuter', '', 'inherit', 'open', 'closed', '', 'landing-commuter', '', '', '2024-03-08 16:37:21', '2024-03-08 22:37:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/landing-commuter.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (936, 1, '2024-03-14 10:09:16', '2024-03-14 15:09:16', '', 'CF_Enrollment_US_NU_eGuide_030724', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_nu_eguide_030724', '', '', '2024-03-14 10:09:16', '2024-03-14 15:09:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_NU_eGuide_030724.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (940, 3, '2024-03-20 12:50:06', '2024-03-20 17:50:06', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', 'Enrollment eGuide US', '', 'publish', 'closed', 'closed', '', 'enrollment-eguide-us', '', '', '2025-06-11 14:13:05', '2025-06-11 19:13:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=940', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (945, 3, '2024-03-21 14:15:10', '2024-03-21 19:15:10', 'Your wellness guide to a healthy pregnancy and postpartum journey.', 'Perinatal Wellness Member Guidelines', '', 'publish', 'closed', 'closed', '', 'perinatal-wellness-member-guidelines', '', '', '2025-02-05 15:14:22', '2025-02-05 21:14:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=945', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (948, 3, '2024-03-21 14:34:54', '2024-03-21 19:34:54', 'Put your child on the path to a healthy tomorrow by ensuring they get the right care, health screenings, and immunizations when they need it.', 'Children\'s Wellness Member Guidelines', '', 'publish', 'closed', 'closed', '', 'childrens-wellness-member-guidelines', '', '', '2025-02-05 15:13:23', '2025-02-05 21:13:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=948', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (951, 3, '2024-03-21 14:42:18', '2024-03-21 19:42:18', 'Put your best foot forward by making preventive care a priority with regular wellness visits, health screenings, and recommended immunizations.', 'Adult Wellness Member Guidelines', '', 'publish', 'closed', 'closed', '', 'adult-wellness-member-guidelines', '', '', '2025-02-05 15:12:30', '2025-02-05 21:12:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=951', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (952, 3, '2024-03-21 18:09:50', '2024-03-21 23:09:50', 'Access healthcare benefits, such as doctors and hospitals, when you are traveling or living abroad.', 'BCBS Globalcore Brochure', '', 'publish', 'closed', 'closed', '', 'bcbs-globalcore-brochure', '', '', '2024-03-21 18:09:50', '2024-03-21 23:09:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=952', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (953, 3, '2024-03-21 18:12:05', '2024-03-21 23:12:05', 'If you are enrolled in the Advantage PPO with HSA, the preventive drug benefit program provides certain preventive medications at no cost to you.', 'HSA Preventive Drug Program', '', 'publish', 'closed', 'closed', '', 'hsa-preventive-drug-program', '', '', '2025-05-08 07:32:36', '2025-05-08 12:32:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=953', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (955, 3, '2024-03-21 18:16:04', '2024-03-21 23:16:04', 'Access certain prescription and over-the-counter (OTC) preventive medicines at no cost to you when you use an in-network pharmacy or doctor.', 'Rx ACA Preventive List', '', 'publish', 'closed', 'closed', '', 'rx-aca-preventive-list', '', '', '2025-05-08 07:31:45', '2025-05-08 12:31:45', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=955', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (956, 3, '2024-03-21 18:18:51', '2024-03-21 23:18:51', 'If you visit an out-of-network dental provider, you or your provider may submit thisÂ online claim formÂ for reimbursement.', 'Cignal Dental Claim Form', '', 'publish', 'closed', 'closed', '', 'cignal-dental-claim-form', '', '', '2024-03-21 18:18:51', '2024-03-21 23:18:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=956', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (960, 3, '2024-03-21 18:30:02', '2024-03-21 23:30:02', 'Follow these simple steps to explore the online resources available to you through GuidanceResources.', 'Guide to Using Guidance Resources Online', '', 'publish', 'closed', 'closed', '', 'guide-to-using-guidance-resources-online', '', '', '2024-07-12 10:22:27', '2024-07-12 15:22:27', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=960', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (961, 3, '2024-03-21 18:33:23', '2024-03-21 23:33:23', 'CF offers all employees Paid Parental Leave (PPL) to allow time away from work to bond with a newborn or newly-adopted child.', 'PPL Guide Employee US', '', 'publish', 'closed', 'closed', '', 'ppl-guide-employee-us', '', '', '2024-03-21 18:33:23', '2024-03-21 23:33:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=961', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (963, 3, '2024-03-21 18:35:58', '2024-03-21 23:35:58', 'As a manager, this guide provides you with the tools you need to properly advise employees about Paid Parental Leave (PPL).', 'PPL Guide Manager US', '', 'publish', 'closed', 'closed', '', 'ppl-guide-manager-us', '', '', '2024-03-21 18:35:58', '2024-03-21 23:35:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=963', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (964, 3, '2024-03-21 18:38:43', '2024-03-21 23:38:43', 'Complete this affidavit when requesting Paid Parental Leave (PPL).', 'PPL Affidavit', '', 'publish', 'closed', 'closed', '', 'ppl-affidavit', '', '', '2025-01-15 08:21:28', '2025-01-15 14:21:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=964', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (965, 3, '2024-03-21 18:43:18', '2024-03-21 23:43:18', 'Healthy choices will earn you healthy discounts when you use Cigna Healthy Rewards.', 'Cigna Healthy Rewards', '', 'publish', 'closed', 'closed', '', 'cigna-healthy-rewards', '', '', '2024-03-21 18:43:18', '2024-03-21 23:43:18', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=965', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (966, 3, '2024-03-21 18:46:21', '2024-03-21 23:46:21', 'Follow these instructions and complete the application to apply for Education Assistance.', 'Application for Education Assistance', '', 'publish', 'closed', 'closed', '', 'application-for-education-assistance', '', '', '2024-03-21 18:46:21', '2024-03-21 23:46:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=966', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (967, 3, '2024-03-21 18:52:26', '2024-03-21 23:52:26', 'CF Industries provides employees access to a Personal Financial Management program called Goldman Sachs Ayco\r\nFinancial Wellness.', 'Ayco Informational Flyer and FAQ', '', 'publish', 'closed', 'closed', '', 'ayco-informational-flyer-and-faq', '', '', '2025-04-10 14:33:13', '2025-04-10 19:33:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=967', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (968, 3, '2024-04-29 07:33:56', '0000-00-00 00:00:00', 'Learn more about the Health Care Flexible Spending Account (HCFSA).', 'Health Care Flexible Spending Account Flyer', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-04-29 07:33:56', '2024-04-29 12:33:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=968', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (969, 3, '2024-03-21 19:03:44', '2024-03-22 00:03:44', 'Review Frequently Asked Questions about the Health Care and Limited Purpose FSA.', 'Limited Purpose HCFSA FAQ', '', 'publish', 'closed', 'closed', '', 'limited-purpose-hcfsa-faq', '', '', '2024-04-29 07:28:22', '2024-04-29 12:28:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=969', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (970, 3, '2024-03-21 19:08:16', '2024-03-22 00:08:16', 'Learn more about the NetBenefits AccessCard, a special-purpose Visa card that provides an easy, automatic way to pay for qualified FSA and/or HSA expenses.', 'NetBenefits AccessCard FAQ', '', 'publish', 'closed', 'closed', '', 'netbenefits-accesscard-faq', '', '', '2024-03-22 12:21:51', '2024-03-22 17:21:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=970', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (971, 3, '2024-04-29 07:30:40', '2024-04-29 12:30:40', 'A portion of your unused Limited Purpose FSA balance may be carried over into the next plan year instead of â€œlosing itâ€. Learn more.', 'Limited Purpose FSA with Carryover Flyer', '', 'publish', 'closed', 'closed', '', 'limited-purpose-fsa-with-carryover-flyer', '', '', '2024-04-29 07:30:40', '2024-04-29 12:30:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=971', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (974, 3, '2024-03-22 12:26:32', '2024-03-22 17:26:32', 'Review this document to learn more regarding how to report a disability or leave claim.', 'Disability Intake Claim Brochure', '', 'publish', 'closed', 'closed', '', 'disability-intake-claim-brochure', '', '', '2025-03-12 13:58:46', '2025-03-12 18:58:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=974', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (975, 3, '2024-03-22 12:28:36', '2024-03-22 17:28:36', 'Emergencies can happen while traveling, but help is only a phone call away with New York Life Group Benefit Solutions (NYL GBS) Secure Travel.', 'New York Life GBS Secure Travel Flyer', '', 'publish', 'closed', 'closed', '', 'new-york-life-gbs-secure-travel-flyer', '', '', '2024-03-22 12:28:36', '2024-03-22 17:28:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=975', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (978, 3, '2024-03-22 12:43:04', '2024-03-22 17:43:04', 'The Summary of Benefits and Coverage (SBC) document will help you choose a health plan and show how the plan would share the cost for covered health care services under the Standard PPO Plan.', 'Summary of Benefits PPO Plan', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-ppo-plan', '', '', '2025-05-07 16:14:42', '2025-05-07 21:14:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=978', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (980, 3, '2024-03-22 12:44:59', '2024-03-22 17:44:59', 'The Summary of Benefits and Coverage (SBC) document will help you choose a health plan and show how the plan would share the cost for covered health care services under the Advantage PPO with HSA Plan.', 'Summary of Benefits HSA Plan', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-hsa-plan', '', '', '2025-06-18 11:31:40', '2025-06-18 16:31:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=980', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (981, 3, '2024-03-22 13:12:26', '2024-03-22 18:12:26', 'Review the required annual notices pertaining to CF benefits offerings in 2025.', '2025 US Required Notices', '', 'publish', 'closed', 'closed', '', '2025-us-required-notices', '', '', '2025-05-08 07:31:07', '2025-05-08 12:31:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=981', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (982, 3, '2024-03-22 13:14:03', '2024-03-22 18:14:03', 'A summary of the annual report of the CF Industries Employee Welfare Benefit Plan, a health, life insurance, dental, vision, long-term disability and death benefits plan.', 'Summary Annual Report Welfare Benefits', '', 'publish', 'closed', 'closed', '', 'summary-annual-report-welfare-benefits', '', '', '2025-06-06 14:51:47', '2025-06-06 19:51:47', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=982', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (984, 3, '2024-03-22 13:16:40', '2024-03-22 18:16:40', 'View this Summary Plan Description for CF Industries Employee Welfare Benefit Plan to better understand your benefits.', 'Summary Plan Description Health and Welfare', '', 'publish', 'closed', 'closed', '', 'summary-plan-description-health-and-welfare', '', '', '2024-09-11 11:02:29', '2024-09-11 16:02:29', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=984', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (985, 3, '2024-03-22 13:18:57', '2024-03-22 18:18:57', 'The Summary of Benefits and Coverage (SBC) document will help you choose a health plan and show how the plan would share the cost for covered health care services under the Standard PPO Plan.', 'Summary of Benefits and Coverage Standard PPO', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-standard-ppo', '', '', '2024-03-22 13:18:57', '2024-03-22 18:18:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=985', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (986, 3, '2024-03-22 13:20:30', '2024-03-22 18:20:30', 'The Summary of Benefits and Coverage (SBC) document will help you choose a health plan and show how the plan would share the cost for covered health care services under the Advantage PPO with HSA Plan.', 'Summary of Benefits and Coverage Advantage HSA', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-and-coverage-advantage-hsa', '', '', '2024-03-22 13:20:30', '2024-03-22 18:20:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=986', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (987, 3, '2024-03-22 13:22:06', '2024-03-22 18:22:06', 'This notice provides important information regarding plan features for the CF Industries 401(k) Plan.', 'Safe Harbor Notice', '', 'publish', 'closed', 'closed', '', 'safe-harbor-notice', '', '', '2024-05-14 15:20:33', '2024-05-14 20:20:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=987', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (988, 3, '2024-03-22 13:23:39', '2024-03-22 18:23:39', 'A summary of the annual report of the CF Industries 401(k) Plan.', 'Summary Annual Report 401(k)', '', 'publish', 'closed', 'closed', '', 'summary-annual-report-401k', '', '', '2024-05-14 15:18:28', '2024-05-14 20:18:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=988', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (990, 3, '2024-03-22 13:25:12', '2024-03-22 18:25:12', 'A supplement to the annual funding notice for the CF Industries Pension Plan showing changes to how pension plans are calculated based on updated federal laws.', 'Annual Funding Notice', '', 'publish', 'closed', 'closed', '', 'annual-funding-notice', '', '', '2024-03-22 13:25:12', '2024-03-22 18:25:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=990', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (991, 3, '2024-03-22 13:26:26', '2024-03-22 18:26:26', 'View this Summary Plan Description for Retirement Benefits Plans to better understand your 401(k) and Pension benefits.', 'Summary Plan Description Retirement', '', 'publish', 'closed', 'closed', '', 'summary-plan-description-retirement', '', '', '2024-05-14 15:21:21', '2024-05-14 20:21:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=991', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (994, 3, '2024-03-22 13:35:48', '2024-03-22 18:35:48', 'Complete this form to submit a medical claim to BlueCross BlueShield of Illinois.', 'BCBS Medical Claim Form', '', 'publish', 'closed', 'closed', '', 'bcbs-medical-claim-form', '', '', '2024-03-22 13:35:48', '2024-03-22 18:35:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=994', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (995, 3, '2024-03-22 13:36:59', '2024-03-22 18:36:59', 'Learn more about how to activate an account under BCBS of IL to utilize MD Live\'s virtual health care program, 24/7.', 'MD Live Flyer', '', 'publish', 'closed', 'closed', '', 'md-live-flyer', '', '', '2024-07-12 10:46:26', '2024-07-12 15:46:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=995', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (997, 3, '2024-03-22 13:39:21', '2024-03-22 18:39:21', 'Understand your Explanantion of Benefits (EOB), a detailed look at the covered services and how much you may owe your provider after benefits are applied.', 'BCBS Explanation of Benefits Flyer', '', 'publish', 'closed', 'closed', '', 'bcbs-explanation-of-benefits-flyer', '', '', '2024-03-22 13:39:21', '2024-03-22 18:39:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=997', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (999, 3, '2024-03-22 13:42:29', '2024-03-22 18:42:29', 'Complete this form to confirm home delivery details for Express Scripts 90-day supply or more prescriptions.', 'Express Scripts Mail Order Form', '', 'publish', 'closed', 'closed', '', 'express-scripts-mail-order-form', '', '', '2024-03-22 13:42:29', '2024-03-22 18:42:29', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=999', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1000, 3, '2024-03-22 14:13:02', '2024-03-22 19:13:02', 'Complete this form to request reimbursement for an out-of-pocket prescription drug purchase.', 'Prescription Reimbursement Claim Form', '', 'publish', 'closed', 'closed', '', 'prescription-reimbursement-claim-form', '', '', '2024-03-22 14:13:02', '2024-03-22 19:13:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1000', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1002, 3, '2024-03-22 14:14:26', '2024-03-22 19:14:26', 'Learn more about the specialty prescriptions for complex health issues provided through Accredo Specialty Pharmacy.', 'Accredo Specialty Pharmacy Brochure', '', 'publish', 'closed', 'closed', '', 'accredo-specialty-pharmacy-brochure', '', '', '2024-03-22 14:14:26', '2024-03-22 19:14:26', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1002', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1003, 3, '2024-03-22 14:15:49', '2024-03-22 19:15:49', 'Access certain prescription and over-the-counter (OTC) preventive medicines at no cost to you when you use an in-network pharmacy or doctor.', 'No Cost Preventive Drug List', '', 'publish', 'closed', 'closed', '', 'no-cost-preventive-drug-list', '', '', '2024-03-22 14:15:49', '2024-03-22 19:15:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1003', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1005, 3, '2024-03-22 14:18:21', '2024-03-22 19:18:21', 'If you are enrolled in the Advantage PPO with HSA, the preventive drug benefit program provides certain preventive medications at no cost to you.', 'Preventive Drug Benefit Program Flyer', '', 'publish', 'closed', 'closed', '', 'preventive-drug-benefit-program-flyer', '', '', '2024-03-22 14:18:21', '2024-03-22 19:18:21', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1005', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1006, 3, '2024-03-22 14:20:15', '2024-03-22 19:20:15', 'Review a summary of what is covered under the Cigna Dental Plan.', 'Summary of Benefits Dental', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-dental', '', '', '2025-01-09 12:42:17', '2025-01-09 18:42:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1006', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1007, 3, '2024-03-22 14:21:33', '2024-03-22 19:21:33', 'Review a summary of what is covered under the Cigna Vision Plan.', 'Summary of Benefits Vision', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-vision', '', '', '2025-01-09 13:31:53', '2025-01-09 19:31:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1007', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1008, 3, '2024-03-22 14:23:19', '2024-03-22 19:23:19', 'Learn more about Cigna Vision and find answers to Frequently Asked Questions about your Vision Plan.', 'Vision Flyer', '', 'publish', 'closed', 'closed', '', 'vision-flyer', '', '', '2024-03-22 14:23:19', '2024-03-22 19:23:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1008', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1011, 3, '2024-03-22 14:27:17', '2024-03-22 19:27:17', 'Complete this affidavit when requesting Paid Parental Leave (PPL).', 'PPL Affidavit', '', 'publish', 'closed', 'closed', '', 'ppl-affidavit-2', '', '', '2024-03-22 14:27:17', '2024-03-22 19:27:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1011', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1012, 3, '2024-03-22 14:30:31', '2024-03-22 19:30:31', 'The Summary of Benefits under Employer-Paid Term Life Insurance for all active, full-time U.S. employees.', 'Summary of Benefits Basic Term Life Insurance', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-basic-term-life-insurance', '', '', '2024-03-22 14:30:31', '2024-03-22 19:30:31', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1012', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1013, 3, '2024-03-22 14:31:42', '2024-03-22 19:31:42', 'The Summary of Benefits under Basic Accidental Death and Dismemberment Insurance for all active, full-time U.S. employees.', 'Summary of Benefits Basic AD&D Insurance', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-basic-add-insurance', '', '', '2024-03-22 14:31:42', '2024-03-22 19:31:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1013', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1014, 3, '2024-03-22 14:32:59', '2024-03-22 19:32:59', 'The Summary of Benefits under Voluntary Employee-Paid Term Life Insurance for all active, full-time U.S. employees.', 'Summary of Benefits Voluntary Term Life Insurance', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-voluntary-term-life-insurance', '', '', '2024-03-22 14:32:59', '2024-03-22 19:32:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1014', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1015, 3, '2024-03-22 14:34:25', '2024-03-22 19:34:25', 'The Summary of Benefits under Long-Term Disability Insurance for all active, full-time U.S. employees.', 'Summary of Benefits Long Term Disability Insurance', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-long-term-disability-insurance', '', '', '2024-03-22 14:34:25', '2024-03-22 19:34:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1015', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1016, 3, '2024-03-22 14:36:02', '2024-03-22 19:36:02', 'The Summary of Benefits under Voluntary Employee-Paid Accidental Death and Dismemberment Insurance for all active, full-time U.S. employees.', 'Summary of Benefits Voluntary AD&D Insurance', '', 'publish', 'closed', 'closed', '', 'summary-of-benefits-voluntary-add-insurance', '', '', '2024-03-22 14:36:02', '2024-03-22 19:36:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1016', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1018, 3, '2024-03-22 14:37:20', '2024-03-22 19:37:20', 'This guide provides details about the transition of your benefits from a full-time employee to a retiree of CF.', 'Retiree eGuide US', '', 'publish', 'closed', 'closed', '', 'retiree-eguide-us', '', '', '2025-03-12 13:59:40', '2025-03-12 18:59:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1018', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1019, 3, '2024-03-22 14:38:25', '2024-03-22 19:38:25', 'This booklet is for U.S. employees earning retirement benefits under the Cash Balance formula of the CF Industries Pension Plan (hired on or after January 1, 2004 and legacy Terra employees hired on or after July 1, 2003).', 'Cash Balance Guide', '', 'publish', 'closed', 'closed', '', 'cash-balance-guide', '', '', '2024-03-22 14:38:25', '2024-03-22 19:38:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1019', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1021, 3, '2024-03-22 14:39:35', '2024-03-22 19:39:35', 'Follow these simple steps to explore the online resources available to you through GuidanceResources.', 'Guide to Using Guidance Resources Online', '', 'draft', 'closed', 'closed', '', 'guide-to-using-guidance-resources-online-2', '', '', '2024-04-11 13:36:44', '2024-04-11 18:36:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1021', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1022, 3, '2024-03-22 14:41:02', '2024-03-22 19:41:02', 'Learn more about GuidanceResources Â® in-house staff of Certified Public Accountants, Certified Financial Planners and other professionals dedicated exclusively to providing financial information to you by phone.', 'EAP Financial Resources Flyer', '', 'publish', 'closed', 'closed', '', 'eap-financial-resources-flyer', '', '', '2024-03-22 14:41:02', '2024-03-22 19:41:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1022', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1023, 3, '2024-03-22 14:42:13', '2024-03-22 19:42:13', 'Learn more about GuidanceResources Â® Work-Life Solutions team dedicated to providing assistance with topics such as finding childcare, housing, pet care, and more.', 'EAP Work-Life Solutions Flyer', '', 'publish', 'closed', 'closed', '', 'eap-work-life-solutions-flyer', '', '', '2024-03-22 14:42:13', '2024-03-22 19:42:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1023', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1025, 3, '2024-03-22 14:43:23', '2024-03-22 19:43:23', 'Learn more about GuidanceResources Â® highly trained, caring clinicians who will talk with you about your situation and schedule a\r\nphone appointment for you with one of our staff attorneys.', 'EAP Legal Guidance Flyer', '', 'publish', 'closed', 'closed', '', 'eap-legal-guidance-flyer', '', '', '2024-03-22 14:43:23', '2024-03-22 19:43:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1025', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1027, 3, '2024-03-22 14:44:43', '2024-03-22 19:44:43', 'Healthy choices will earn you healthy discounts when you use Cigna Healthy Rewards.', 'Cigna Health Rewards', '', 'publish', 'closed', 'closed', '', 'cigna-health-rewards', '', '', '2024-03-22 14:44:43', '2024-03-22 19:44:43', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1027', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1029, 3, '2024-03-22 14:47:52', '2024-03-22 19:47:52', 'This guide provides details about your transition away from CF Industries due to retirement or career change.', 'Termination eGuide US', '', 'publish', 'closed', 'closed', '', 'termination-eguide-us', '', '', '2025-03-12 14:02:16', '2025-03-12 19:02:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1029', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1036, 3, '2024-03-26 12:05:15', '2024-03-26 17:05:15', '[et_pb_section fb_built=\"1\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.22.0\" _dynamic_attributes=\"content\" _module_preset=\"_initial\" header_text_color=\"gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75\" global_colors_info=\"{%22gcid-0c2b18dd-e54c-4f71-8731-6f48df1f2c75%22:%91%22header_text_color%22%93}\"]@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IjxoMT4iLCJhZnRlciI6IjwvaDE+In19@[/et_pb_text][et_pb_blog use_current_loop=\"on\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.24.3\" _module_preset=\"default\" header_text_color=\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\" header_font_size=\"21px\" header_line_height=\"1.25em\" body_font=\"Noto Sans||||||||\" body_text_color=\"gcid-cda0448a-5641-4dd1-8a62-1961108990d4\" body_font_size=\"15px\" body_line_height=\"1.51em\" body_link_font=\"||||on||||\" text_orientation=\"left\" hover_enabled=\"0\" custom_css_title=\"margin-bottom: .6em !important;\" custom_css_content=\"font-weight: 400 !important;\" global_colors_info=\"{%22gcid-cda0448a-5641-4dd1-8a62-1961108990d4%22:%91%22body_text_color%22,%22header_text_color%22%93}\" header_font=\"||||on||||\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]', 'Theme Builder Layout', '', 'publish', 'open', 'closed', '', 'theme-builder-layout', '', '', '2024-04-09 14:10:50', '2024-04-09 19:10:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_body_layout/theme-builder-layout/', '0', 'et_body_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1039, 3, '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', 'Default Website Template', '', 'publish', 'closed', 'closed', '', 'default-website-template', '', '', '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/default-website-template/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1040, 3, '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results', '', '', '2024-03-26 12:06:58', '2024-03-26 17:06:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/search-results/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1042, 3, '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', 'Theme Builder', '', 'publish', 'closed', 'closed', '', 'theme-builder', '', '', '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_theme_builder/theme-builder/', '0', 'et_theme_builder', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1043, 3, '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', 'Default Website Template', '', 'publish', 'closed', 'closed', '', 'default-website-template-2', '', '', '2024-03-26 12:07:58', '2024-03-26 17:07:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/default-website-template-2/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1044, 3, '2024-03-26 12:07:59', '2024-03-26 17:07:59', '', 'Search Results', '', 'publish', 'closed', 'closed', '', 'search-results-2', '', '', '2024-03-26 12:07:59', '2024-03-26 17:07:59', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_template/search-results-2/', '0', 'et_template', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1056, 1, '2024-04-29 07:27:41', '2024-04-29 12:27:41', '', 'FSRA_Health Care FSA', '', 'inherit', 'open', 'closed', '', 'fsra_health-care-fsa', '', '', '2024-04-29 07:27:41', '2024-04-29 12:27:41', '', 969, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/FSRA_Health-Care-FSA.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1057, 1, '2024-04-29 07:30:31', '2024-04-29 12:30:31', '', 'FSRA_Limited Purpose FSA with Carry Over', '', 'inherit', 'open', 'closed', '', 'fsra_limited-purpose-fsa-with-carry-over', '', '', '2024-04-29 07:30:31', '2024-04-29 12:30:31', '', 971, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/FSRA_Limited-Purpose-FSA-with-Carry-Over.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1063, 1, '2024-05-15 07:26:19', '2024-05-15 12:26:19', 'Review Frequently Asked Questions about the Dependent Care Flexible Spending Account.', 'DCFSA Flyer', '', 'publish', 'closed', 'closed', '', 'dcfsa-flyer', '', '', '2024-05-15 07:26:19', '2024-05-15 12:26:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1063', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1064, 1, '2024-05-15 07:26:07', '2024-05-15 12:26:07', '', 'DCFSA Flyer', '', 'inherit', 'open', 'closed', '', 'dcfsa-flyer', '', '', '2024-05-15 07:26:07', '2024-05-15 12:26:07', '', 1063, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/05/DCFSA-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1069, 1, '2024-06-09 15:26:54', '2024-06-09 20:26:54', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.23.1\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/strive/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive_slider_image3.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/strive-mobile-image2.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\" sticky_enabled=\"0\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Participate in Strive, our well-being program</h3>\n<p>Act now and earn rewards!</p>[/et_pb_slide][et_pb_slide heading=\"Be Prepared\" button_text=\"Learn More\" button_link=\"/ayco-financial-well-being/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#75bff4\" dot_nav_custom_color=\"#3FA9F5\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;%22>Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>\" content_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2_image1.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e9f8f7\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" background_layout=\"light\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|4vw|9vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|tablet\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ayco-slider2-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" content__hover_enabled=\"off|desktop\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Advice you can bank on with Ayco Financial Well-Being</h3>\n<p>Plan for your future with Ayco to help you achieve financial well-being.</p>[/et_pb_slide][et_pb_slide heading=\"Be Balanced\" button_text=\"Learn More\" button_link=\"/paid-parental-leave/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#00C7B1\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"3%\" background_mask_vertical_offset=\"62%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"27vw||13vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/ppl-slider3-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Paid Parental Leave: Time to bond with your growing family</h3>\n<p>Bond with your newborn or newly adopted child.</p>[/et_pb_slide][et_pb_slide heading=\"Be Successful\" button_text=\"Learn More\" button_link=\"/education-assistance/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" heading_tablet=\"Be Successful\" heading_phone=\"Be Successful\" heading_last_edited=\"on|phone\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" content_tablet=\"<h3 class=%22slider_subhead%22 style=%22color: #333 !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_phone=\"<h3 class=%22slider_subhead%22 style=%22color: #fff !important%22>Further your knowledge and skills through the Education Assistance Program</h3>\nImprove your job effectiveness through higher education.\" content_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_level=\"h2\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#015846\" header_font_size=\"55px\" body_text_color=\"#707070\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/educate-slider4_image2.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#e8f9e4\" background_mask_transform=\"rotate_90_degree\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_vertical_offset=\"49%\" custom_button=\"on\" button_text_color=\"#3FA9F5\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"17vw||5vw|49vw|false|false\" custom_padding_tablet=\"19vw|0px|6vw|40vw|false|false\" custom_padding_phone=\"20vw|20px|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#015846\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#707070\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|desktop\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_color_phone=\"#FFFFFF\" background_last_edited=\"on|phone\" background_enable_color_phone=\"on\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_slider4-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-13%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"20px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"#3FA9F5\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|desktop\" custom_css_slide_title=\"text-shadow: none;\" custom_css_slide_description=\"text-shadow: none;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 class=\"slider_subhead\" style=\"color: #333 !important;\">Our Education Assistance Program is here to support you</h3>\n<p><span>Further your knowledge, skills and job effectiveness.</span></p>[/et_pb_slide][et_pb_slide heading=\"Be Included\" button_text=\"Learn More\" button_link=\"/our-inclusion-diversity-equity-journey/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.21.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/slider5_image1.jpg\" background_enable_image=\"on\" background_position=\"top_right\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"rotate_90_degree|flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"1%\" background_mask_vertical_offset=\"48%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width=\"51%\" width_tablet=\"52%\" width_phone=\"100%\" width_last_edited=\"on|desktop\" custom_padding=\"18vw||4vw|0px|false|false\" custom_padding_tablet=\"19vw||6vw|0px|false|false\" custom_padding_phone=\"29vw||18vw||false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/diversity_slider5-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"0%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" custom_css_slide_container=\"margin-left: 2.5% !important;\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; padding-bottom: .7em; line-height: 1.2;\">Inclusion, Diversity andÂ EquityÂ Report</h3>\n<p>Our ID&amp;E Annual Report highlights how we continue to make strides in our journey to build a culture of belonging.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'September 2023 home sliders b/u 6-9-2024', '', 'publish', 'closed', 'closed', '', 'september-2023-home-sliders-b-u-6-9-2024', '', '', '2024-06-09 15:26:54', '2024-06-09 20:26:54', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/september-2023-home-sliders-b-u-6-9-2024/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1070, 1, '2024-06-09 15:57:28', '2024-06-09 20:57:28', '', 'RX-List-Balanced-IL-2024-April', '', 'inherit', 'open', 'closed', '', 'rx-list-balanced-il-2024-april', '', '', '2024-06-09 15:57:28', '2024-06-09 20:57:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/RX-List-Balanced-IL-2024-April.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1071, 1, '2024-06-10 07:45:34', '2024-06-10 12:45:34', '', 'be-well_slider_image1', '', 'inherit', 'open', 'closed', '', 'be-well_slider_image1', '', '', '2024-06-10 07:45:34', '2024-06-10 12:45:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_slider_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1072, 1, '2024-06-10 07:50:13', '2024-06-10 12:50:13', '', 'be-well_mobile_slider_image1', '', 'inherit', 'open', 'closed', '', 'be-well_mobile_slider_image1', '', '', '2024-06-10 07:50:13', '2024-06-10 12:50:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/06/be-well_mobile_slider_image1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1077, 1, '2024-07-12 10:08:40', '2024-07-12 15:08:40', '', 'CF_Transition_eGuide_US_FINAL_042524', '', 'inherit', 'open', 'closed', '', 'cf_transition_eguide_us_final_042524', '', '', '2024-07-12 10:08:40', '2024-07-12 15:08:40', '', 1029, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Transition_eGuide_US_FINAL_042524.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1078, 1, '2024-07-12 10:10:31', '2024-07-12 15:10:31', '', 'Cigna Dental Summary_2024', '', 'inherit', 'open', 'closed', '', 'cigna-dental-summary_2024', '', '', '2024-07-12 10:10:31', '2024-07-12 15:10:31', '', 1006, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Cigna-Dental-Summary_2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1079, 1, '2024-07-12 10:16:14', '2024-07-12 15:16:14', 'View this flyer to learn more about Cigna\'s virtual care offerings for dental services.', 'Cigna Dental Virtual Care Customer Flyer', '', 'publish', 'closed', 'closed', '', 'cigna-dental-virtual-care-customer-flyer', '', '', '2024-07-12 10:18:11', '2024-07-12 15:18:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1079', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1080, 1, '2024-07-12 10:16:04', '2024-07-12 15:16:04', '', 'Cigna Dental Virtual Care Customer Flyer', '', 'inherit', 'open', 'closed', '', 'cigna-dental-virtual-care-customer-flyer', '', '', '2024-07-12 10:16:04', '2024-07-12 15:16:04', '', 1079, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/07/Cigna-Dental-Virtual-Care-Customer-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1081, 1, '2024-07-12 10:22:21', '2024-07-12 15:22:21', '', 'F_GROGuide', '', 'inherit', 'open', 'closed', '', 'f_groguide-2', '', '', '2024-07-12 10:22:21', '2024-07-12 15:22:21', '', 960, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/F_GROGuide.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1082, 1, '2024-07-12 10:31:04', '2024-07-12 15:31:04', 'View this flyer to learn more about the Blue365 employee perks program through Blue Cross Blue Shield of IL.', 'Blue Cross and Blue Shield of Illinois Blue365 Member Overview', '', 'publish', 'closed', 'closed', '', 'blue-cross-and-blue-shield-of-illinois-blue365-member-overview', '', '', '2024-07-12 10:31:40', '2024-07-12 15:31:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1082', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1083, 1, '2024-07-12 10:30:55', '2024-07-12 15:30:55', '', 'Blue Cross and Blue Shield of Illinois Blue365 Member Overview', '', 'inherit', 'open', 'closed', '', 'blue-cross-and-blue-shield-of-illinois-blue365-member-overview', '', '', '2024-07-12 10:30:55', '2024-07-12 15:30:55', '', 1082, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/07/Blue-Cross-and-Blue-Shield-of-Illinois-Blue365-Member-Overview.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1087, 1, '2024-08-12 06:33:26', '2024-08-12 11:33:26', '', 'CF_Transition_eGuide_US_FINAL_042524', '', 'inherit', 'open', 'closed', '', 'cf_transition_eguide_us_final_042524-2', '', '', '2024-08-12 06:33:26', '2024-08-12 11:33:26', '', 1018, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Transition_eGuide_US_FINAL_042524-1.pdf', '0', 'attachment', 'application/pdf', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1088, 1, '2024-08-12 06:39:01', '2024-08-12 11:39:01', '', 'CF_2024_Rates_093023', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_093023-2', '', '', '2024-08-12 06:39:01', '2024-08-12 11:39:01', '', 1007, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_2024_Rates_093023.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1091, 1, '2024-08-14 14:09:20', '2024-08-14 19:09:20', '', 'CF_Enrollment_eGuide_US_FINAL_022024', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_eguide_us_final_022024', '', '', '2024-08-14 14:09:20', '2024-08-14 19:09:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/CF_Enrollment_eGuide_US_FINAL_022024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1093, 1, '2024-08-14 14:13:39', '2024-08-14 19:13:39', '', 'CF_2024_Rates_COBRA_010924', '', 'inherit', 'open', 'closed', '', 'cf_2024_rates_cobra_010924', '', '', '2024-08-14 14:13:39', '2024-08-14 19:13:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/CF_2024_Rates_COBRA_010924.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1094, 1, '2024-08-16 07:27:44', '2024-08-16 12:27:44', 'View this list to help guide you and your doctor in selecting an appropriate medication for you.', 'RX Balanced Drug List 2025', '', 'publish', 'closed', 'closed', '', 'rx-balanced-drug-list-2025', '', '', '2025-05-08 07:37:05', '2025-05-08 12:37:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1094', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1095, 1, '2024-08-16 07:27:32', '2024-08-16 12:27:32', '', 'RX-List-Balanced-IL-2024-April-compressed', '', 'inherit', 'open', 'closed', '', 'rx-list-balanced-il-2024-april-compressed', '', '', '2024-08-16 07:27:32', '2024-08-16 12:27:32', '', 1094, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/RX-List-Balanced-IL-2024-April-compressed.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1099, 1, '2024-09-11 10:43:44', '2024-09-11 15:43:44', 'View this document for instructions on how to access your Blue Access for Members (BAM) account.', 'CF BAM Access Instructions', '', 'publish', 'closed', 'closed', '', 'cf-bam-access-instructions', '', '', '2024-09-11 10:43:44', '2024-09-11 15:43:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1099', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1100, 1, '2024-09-11 10:43:23', '2024-09-11 15:43:23', '', 'CF_BAM_AccessInstructions', '', 'inherit', 'open', 'closed', '', 'cf_bam_accessinstructions', '', '', '2024-09-11 10:43:23', '2024-09-11 15:43:23', '', 1099, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/CF_BAM_AccessInstructions.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1101, 1, '2024-09-11 10:53:27', '2024-09-11 15:53:27', '', 'RX-List-Balanced-IL-2024-July', '', 'inherit', 'open', 'closed', '', 'rx-list-balanced-il-2024-july', '', '', '2024-09-11 10:53:27', '2024-09-11 15:53:27', '', 1094, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/RX-List-Balanced-IL-2024-July.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1102, 1, '2024-09-11 10:55:51', '2024-09-11 15:55:51', '', 'RX-ACA-Preventative-List-IL', '', 'inherit', 'open', 'closed', '', 'rx-aca-preventative-list-il-2', '', '', '2024-09-11 10:55:51', '2024-09-11 15:55:51', '', 955, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/RX-ACA-Preventative-List-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1103, 1, '2024-09-11 10:56:51', '2024-09-11 15:56:51', '', '2024 Standard HSA Preventive Drug Program ASO Groups (002)', '', 'inherit', 'open', 'closed', '', '2024-standard-hsa-preventive-drug-program-aso-groups-002', '', '', '2024-09-11 10:56:51', '2024-09-11 15:56:51', '', 953, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2024-Standard-HSA-Preventive-Drug-Program-ASO-Groups-002.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1104, 1, '2024-09-16 06:48:30', '2024-09-16 11:48:30', '', 'secondary-page-banner_OE_2025', '', 'inherit', 'open', 'closed', '', 'secondary-page-banner_oe_2025', '', '', '2024-09-16 06:48:30', '2024-09-16 11:48:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/secondary-page-banner_OE_2025.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1105, 1, '2024-09-16 06:59:55', '2024-09-16 11:59:55', '', 'best-premium-page-banner_OE_2025', '', 'inherit', 'open', 'closed', '', 'best-premium-page-banner_oe_2025', '', '', '2024-09-16 06:59:55', '2024-09-16 11:59:55', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1107, 1, '2024-09-16 07:12:42', '2024-09-16 12:12:42', '', '', '', 'inherit', 'open', 'closed', '', 'best-premium-page-banner_oe_2025_2', '', '', '2024-09-16 07:12:50', '2024-09-16 12:12:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1109, 1, '2024-09-22 09:02:59', '2024-09-22 14:02:59', '', '', '', 'inherit', 'open', 'closed', '', 'best-premium-page-banner_oe_2025_mobile', '', '', '2024-09-22 09:03:06', '2024-09-22 14:03:06', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1110, 1, '2024-09-22 09:07:56', '2024-09-22 14:07:56', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"][et_pb_slide heading=\"Be Well\" button_text=\"Learn More\" button_link=\"/best-premium/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#FFFFFF\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_2.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/09/best-premium-page-banner_OE_2025_mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_position_phone=\"top_center\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" locked=\"off\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\" sticky_enabled=\"0\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Win Big with Best Premium</h3>\n<p>Complete your annual physical to earn savings, health benefits and rewards.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', '2025 OE best premium single slider', '', 'publish', 'closed', 'closed', '', '2025-oe-best-premium-single-slider', '', '', '2024-09-22 09:07:56', '2024-09-22 14:07:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/2025-oe-best-premium-single-slider/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1112, 1, '2024-10-06 08:52:46', '2024-10-06 13:52:46', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-council-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" text_text_color=\"#FFFFFF\" text_font_size=\"18px\" text_line_height=\"1.2em\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>2025 Annual Enrollment</h1>\nNovember 1 â€“ November 15[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.25.1\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]This site provides you with details for each of our benefit plans as well as the medical and pharmacy plan provided through United Steel Workers Health and Welfare Fund (USW).[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Annual Enrollment</h2>\nThere will be no changes to your benefit options for 2025, however, there will be a 2% increase to your medical plan cost of coverage. [/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" text_text_color=\"#FFFFFF\" link_font=\"|700|||on|||#FFFFFF|\" link_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"24px\" background_color=\"#3FA9F5\" custom_padding=\"16px|20px|20px|20px|false|true\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>New Resource! CF Benefits Center</h2>\n<p style=\"padding-bottom: .25em;\">Do you have Annual Enrollment questions or need help enrolling? \nConnect with our team of benefit experts: </p>\nEmail: <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a>\nPhone: <strong>(877) 232 â€“ 3630</strong>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3><span style=\"color: #54ce32;\"><strong><i class=\"fa-sharp fa-solid fa-circle-exclamation\"></i> <strong>NEW</strong></strong></span><strong> Adding coverage for a dependent during Annual Enrollment?</strong></h3>\nIf you are adding a dependent to coverage during Annual Enrollment, you will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility.\n\n<span style=\"color: #54ce32;\"><strong>NEW</strong></span>Â Flexible Spending Account Limit Increases: The Healthcare Flexible Spending Account annual contribution limit increases to $3,300. The maximum carry-over amount will increase to $660 for tax year 2025.\n<h3>Decide if you need to enroll</h3>\nThis is a passive enrollment, which means with the exception of the Flexible Spending Account elections, most of your benefits will roll forward to next year.<strong>Â However, you should take action during Annual</strong>Â <strong>Enrollment if you want to:</strong>\n<ul>\n	<li><strong>Enroll in or drop medical, dental</strong>Â <strong>or vision elections for 2025.Â </strong>This includes adding or dropping dependents.</li>\n	<li><strong>Contribute to the Health Care or Dependent Care Flexible Spending.</strong>Â Your 2024 election amounts will not carry forward to 2025.</li>\n	<li><strong>Evaluate your voluntary life and AD&amp;D needs and</strong>Â <strong>decide if you want to change your coverage</strong>.Â If you add or increase your voluntary life or your spouseâ€™s voluntary life coverage, you will need to complete evidence of insurability (EOI).<strong>Â  </strong></li>\n	<li><strong>Review your beneficiary designations.</strong></li>\n</ul>\n<strong>You can enroll in the following benefits during Annual Enrollment:</strong>\n<ul>\n	<li>Medical</li>\n	<li>Dental</li>\n	<li>Vision</li>\n	<li>Flexible Spending Accounts\n<ul>\n	<li>Health Care FSA</li>\n	<li>Dependent Care FSA</li>\n</ul>\n</li>\n	<li>Voluntary Life and Accident Insurance</li>\n</ul>\n<h3><strong>Mid-Year changes: Qualified life events </strong></h3>\nYou can make changes to your benefits during the plan year only if you experience a qualified life event. You haveÂ <strong>30</strong>Â <strong>days</strong>Â from the event to submit your change inÂ <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>Workday</strong></a>. You will have to submit proof of the event, such as a marriage or birth certificate, along with your request.\n\n&nbsp;[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Eligibility</h2>\n<p>You are eligible to enroll in benefits if you are a full-time employee regularly scheduled to work 30 or more hours per week. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent children under the age of 26.</p>\n<p>Coverage for your domestic partner<sup style=\"font-size: 11px;\">1</sup> may be available under the medical plan, however coverage is not available for any other health &amp; welfare benefits. Domestic partnerships consisting of an employee and one other person of the same or opposite gender are eligible if specific requirements are met. If you meet the definition of a domestic partner, you must submit a notarized Affidavit of Domestic Partnership within 30 days of adding to CF coverage.Â </p>[/et_pb_text][et_pb_toggle title=\"Medical Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"padding-bottom: .75em;\">Your medical coverage is essential for keeping you healthy today, as well as protecting you if you are ill or injured. You have the option to enroll in coverage through the USW medical and pharmacy PPO, administered by Highmark Blue Cross Blue Shield. The PPO has the following features:</p>\r\n\r\n<ul>\r\n	<li>In-network preventive care is covered at 100%.</li>\r\n	<li>You can choose any provider, but you pay less when you use in-network providers.</li>\r\n	<li>For primary care and specialist visits, you pay a fixed copay. For most other services, you pay the full cost until you meet your deductible.</li>\r\n	<li>Once you meet your deductible you pay 10% of covered services (coinsurance).</li>\r\n	<li>Prescription drug coverage is included.</li>\r\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Dental Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>You have the option to enroll in a Dental PPO featuring the Cigna Total Network. The Plan offers 100% coverage for in-network preventive care and covers a percentage of other services. You can use any provider, but you pay less when you use a provider in the Cigna Total Network.</p>[/et_pb_toggle][et_pb_toggle title=\"Vision Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>Taking care of your eyes is important to your overall well-being. You have the option to enroll in vision coverage through Cigna, which offers a large network of providers. Vision coverage helps pay for eye exams, frames, lenses and contact lenses for you and your eligible dependents.</p>[/et_pb_toggle][et_pb_toggle title=\"Life and AD&D Insurance\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>Itâ€™s always a good idea to plan for the unexpected, no matter what your age or stage in life. CF provides automatic Basic Life, AD&amp;D and Business Travel Accident Insurance and you have the optionÂ to enroll in additional coverage for more protection.</p>\n<h4>Basic Life, AD&amp;D and Business Travel Accident Insurance</h4>\n<p>CF provides you with Basic Life and AD&amp;D Insurance coverage equal to one time your annual base salary (rounded up to the next $1,000). The Company also provides Business Travel Accident Insurance coverage of two times your base salary if you die or are seriously injured while traveling for work.</p>\n<h4>Voluntary Life Insurance</h4>\n<p>If you need more coverage than the basic coverage provided by CF, you have the optionÂ to purchase Voluntary Life Insurance.Â  You will need to complete evidence of insurability (EOI) if you are adding or increasing voluntary employee or spouse life coverage during annual enrollment or as part of a qualified life event.</p>\n<h4>Voluntary AD&amp;D Insurance</h4>\n<p>You can also purchase Voluntary AD&amp;D Insurance to provide additional coverage. You have the optionÂ to purchase this coverage.</p>[/et_pb_toggle][et_pb_toggle title=\"Time Away From Work\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][dipi_library_layout id=\"1120\"][/et_pb_toggle][et_pb_toggle title=\"401(k) Plan\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][dipi_library_layout id=\"1126\"][/et_pb_toggle][et_pb_toggle title=\"Employee Assistance Program\" _builder_version=\"4.27.2\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]The Employee Assistance Program (EAP) provides confidential support, consultation, resources and information to help you and your household family members balance work and family, as well as manage personal difficulties. EAP services are available on your first day of employment at no cost to you and your dependents.[/et_pb_toggle][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" background_color=\"#cdeaf4\" custom_padding=\"12px|9px|12px|12px|false|false\" locked=\"off\" global_colors_info=\"{}\"]This website presents general summary information about CF Industries benefits program and select policies. Nothing on this website changes any plan and/or contract terms, or any other terms and conditions of your employment with CF Industries. This website does not include, nor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, trust agreements or collective bargaining agreement. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, in accordance with applicable laws and regulations or applicable contract.[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" custom_padding=\"12px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><sup style=\"font-size: 11px;\">1</sup> Under IRS regulations, domestic partners are not eligible for pre-tax deductions and the value of the coverage is subject to taxation (imputed income).</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Annual Enrollment</h2>\n<p>Enroll in Workday Nov. 1 â€“ 15</p>\n<p><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>ENROLL HERE </strong></a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf\" target=\"_blank\" rel=\"noopener\">Highmark BCBS SBC</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment Checklist</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025-Balanced-Drug-List.pdf\" target=\"_blank\" rel=\"noopener\">2025 Balanced Drug List</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>United Steel Workers Health and Welfare Fund</h2>\n<p><em>COBRA for Medical</em><br />SHWF Administrative Office<br /><strong>888-296-7493</strong></p>\n<p><em>COBRA for Dental, Vision, and FSA</em><br />Onesource Virtual <strong>833-323-5465</strong><br /><a href=\"mailto:CFCOBRA@onesourcevirtual.com\" target=\"_blank\" rel=\"noopener\">CFCOBRA@onesourcevirtual.com</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" locked=\"off\" global_colors_info=\"{}\"]<h2>2024 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_Walla_UNION_eGuide_022624.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment eGuide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/04.-CF_2024_Enrollment_Checklist_Union.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment Checklist</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_2024_Rates_Walla_UNION_022624.pdf\" target=\"_blank\" rel=\"noopener\">Medical Rate Sheet</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/Union-MedicalSPD-8-2024.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24.pdf\" target=\"_blank\" rel=\"noopener\">Union SBC</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\r\n<h3>To File Claims for Reimbursement</h3>\r\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\r\n<h3>Eligible Expenses</h3>\r\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\r\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Doctorâ€™s visit copays</li>\r\n<li>Prescription drug copays</li>\r\n<li>Medical and dental deductibles</li>\r\n<li>Over-the-counter items</li>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n<li>Dental cleanings</li>\r\n<li>Eye exams</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\r\n<ul>\r\n<li>Child or adult daycare*</li>\r\n<li>Nursery school</li>\r\n<li>Preschool (excluding kindergarten)</li>\r\n</ul>\r\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'UnionBenefits-staging', '', 'draft', 'closed', 'closed', '', 'unionbenefits-staging', '', '', '2024-10-22 19:07:44', '2024-10-23 00:07:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1112', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1117, 1, '2024-10-06 09:59:53', '2024-10-06 14:59:53', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" template_type=\"section\" global_colors_info=\"{}\" _module_preset=\"76e23b29-e8f4-4882-aa8e-f59756f36d44\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" global_colors_info=\"{}\" _module_preset=\"631f5555-be78-4204-934e-8e49e18a2572\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|0px|0px|0px|false|false\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p style=\"padding-bottom: .75em;\">Your medical coverage is essential for keeping you healthy today, as well as protecting you if you are ill or injured. You have the option to enroll in coverage through the USW medical and pharmacy PPO, administered by Highmark Blue Cross Blue Shield. The PPO has the following features:</p>\n<ul>\n<li>In-network preventive care is covered at 100%.</li>\n<li>You can choose any provider, but you pay less when you use in-network providers.</li>\n<li>For primary care and specialist visits, you pay a fixed copay. For most other services, you pay the full cost until you meet your deductible.</li>\n<li>Once you meet your deductible you pay 10% of covered services (coinsurance).</li>\n<li>Prescription drug coverage is included.</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Union Medical Plan', '', 'publish', 'closed', 'closed', '', 'union-medical-plan', '', '', '2024-10-06 10:27:32', '2024-10-06 15:27:32', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-medical-plan/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1120, 1, '2024-10-06 10:31:54', '2024-10-06 15:31:54', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"76e23b29-e8f4-4882-aa8e-f59756f36d44\" template_type=\"section\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"631f5555-be78-4204-934e-8e49e18a2572\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" global_colors_info=\"{}\"]<h4>Vacation</h4>\nYou are eligible for paid vacation after you complete one year of service and work at least 1,040 hours in the previous year. Vacation benefits are offered as specified in your collective bargaining agreement, as shown below:[/et_pb_text][et_pb_code admin_label=\"Dental table\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||14px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style= background-color:#fff;><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Length of Service<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Paid Vacation Time Granted Each January<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>1-2 years</td><!-- [et_pb_line_break_holder] -->        <td>40 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>2-5 years</td><!-- [et_pb_line_break_holder] -->        <td>80 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>5-10 years</td><!-- [et_pb_line_break_holder] -->        <td>120 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>10-20 years</td><!-- [et_pb_line_break_holder] -->        <td>160 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>20+ years</td><!-- [et_pb_line_break_holder] -->        <td>200 hours</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" global_colors_info=\"{}\"]<h4>Holidays</h4>\nYou receive a total of 11 paid holidays each year, as specified in your collective bargaining agreement. CF also provides time off for:\n<ul>\n	<li>Military leave</li>\n	<li>Bereavement leave</li>\n	<li>Jury duty</li>\n</ul>\nSee your collective bargaining agreement for details.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Union Time Away From Work', '', 'publish', 'closed', 'closed', '', 'union-time-away-from-work', '', '', '2024-10-06 10:46:24', '2024-10-06 15:46:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-time-away-from-work/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1125, 1, '2024-10-06 10:45:19', '2024-10-06 15:45:19', '[et_pb_module_placeholder selected_tabs=\"all\"]', 'Union 401k Plan', '', 'publish', 'closed', 'closed', '', 'union-401k-plan', '', '', '2024-10-06 10:45:19', '2024-10-06 15:45:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-401k-plan/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1126, 1, '2024-10-06 10:46:57', '2024-10-06 15:46:57', '[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"76e23b29-e8f4-4882-aa8e-f59756f36d44\" template_type=\"section\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"631f5555-be78-4204-934e-8e49e18a2572\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"a0d67527-e085-4ab5-ab9b-c026a9eb5300\" custom_margin=\"||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Whether youâ€™re just getting started in your career or youâ€™re an experienced professional, prepare now for the life you want to lead when you retire. The CF 401(k) Plan can help you plan for retirement and proactively save for the future. The CF 401(k) Plan is administered by Fidelity.</p>\n<p>You are eligible to participate in the 401(k) Plan on your date of hire. CF helps you save by making matching and nonelective contributions to your account.</p>\n<p>If you donâ€™t make your contribution elections to the 401(k) within 30 days of your hire date, you will be auto enrolled at a contribution rate of 3%. You can change your contribution at any time.</p>\n<h4>Your Contributions</h4>\n<p>You can contribute up to 75% of your eligible earnings on a combined pre-tax, after-tax or Roth basis. <span>The projected contribution limit for 2026 is up to $24,500 in pre-tax an</span><span>d</span><span>/or Roth contributions.Â  If you are 50 or older, </span><span>the projected additional </span><span>catch-up contribution is </span><span>$8,000. </span></p>\n<h4>Company Match</h4>\n<p>CF matches 100% of your contributions, up to the first 3% of eligible pay, then 50% of your contributions up to the next 2% of eligible pay.</p>\n<h4>Company Nonelective Contribution</h4>\n<p>CF makes weekly contributions into your 401(k) Plan, which are based either on your age (if youâ€™ve been hired prior to June 23, 2018) or on your length of service (if hired after June 23, 2018).</p>\n<p><strong>Hired before June 23, 2018*</strong></p>[/et_pb_text][et_pb_code admin_label=\"match table\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||14px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style= background-color:#fff;><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Current Age<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        % of Earnings/Payroll<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td><25</td><!-- [et_pb_line_break_holder] -->        <td>2.45%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>25-29 years</td><!-- [et_pb_line_break_holder] -->        <td>2.85%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>30-34 years</td><!-- [et_pb_line_break_holder] -->        <td>3.45%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>35-39 years</td><!-- [et_pb_line_break_holder] -->        <td>4.25%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>40-44 years</td><!-- [et_pb_line_break_holder] -->        <td>5.15%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>45-49 years</td><!-- [et_pb_line_break_holder] -->        <td>6.45%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>50-54 years</td><!-- [et_pb_line_break_holder] -->        <td>7.95%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>55-59 years</td><!-- [et_pb_line_break_holder] -->        <td>9.95%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->            <tr><!-- [et_pb_line_break_holder] -->        <td>60+ years</td><!-- [et_pb_line_break_holder] -->        <td>12.55%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||0.5em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><em>*Annual limits based on the plan document will apply.</em></p>\n<p><strong>Hired after June 23, 2018</strong></p>[/et_pb_text][et_pb_code admin_label=\"vesting table\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_margin=\"||31px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<!-- [et_pb_line_break_holder] --><table class=\"benefits-table column-highlights\" style= background-color:#fff;><!-- [et_pb_line_break_holder] -->  <thead><!-- [et_pb_line_break_holder] -->    <tr class=\"header\"><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Days/Years of Vesting Service<!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->      <th class=\"blue-header\"><!-- [et_pb_line_break_holder] -->        Additional Contributions<br>(% of earnings/payroll)<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      </th><!-- [et_pb_line_break_holder] -->    </tr><!-- [et_pb_line_break_holder] -->    <tbody><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>Below 120 days</td><!-- [et_pb_line_break_holder] -->        <td>0.0%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>120 days-6 years</td><!-- [et_pb_line_break_holder] -->        <td>2.5%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>7-11 years</td><!-- [et_pb_line_break_holder] -->        <td>5%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      <tr><!-- [et_pb_line_break_holder] -->        <td>12 or more years</td><!-- [et_pb_line_break_holder] -->        <td>7%</td><!-- [et_pb_line_break_holder] -->      </tr><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    </tbody><!-- [et_pb_line_break_holder] -->  </thead><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></table><!-- [et_pb_line_break_holder] -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]', 'Union 401k Plan', '', 'publish', 'closed', 'closed', '', 'union-401k-plan-2', '', '', '2025-10-15 14:30:04', '2025-10-15 19:30:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/union-401k-plan-2/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1135, 1, '2024-10-17 17:16:51', '2024-10-17 22:16:51', '', 'cf-benefits-center-flip', '', 'inherit', 'open', 'closed', '', 'cf-benefits-center-flip', '', '', '2024-10-17 17:16:51', '2024-10-17 22:16:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1136, 1, '2024-10-17 17:20:20', '2024-10-17 22:20:20', '', 'cf-benefits-center-flip2', '', 'inherit', 'open', 'closed', '', 'cf-benefits-center-flip2', '', '', '2024-10-17 17:20:20', '2024-10-17 22:20:20', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-flip2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1139, 1, '2024-10-20 22:20:36', '2024-10-21 03:20:36', '', 'cf-benefits-center-mobile', '', 'inherit', 'open', 'closed', '', 'cf-benefits-center-mobile', '', '', '2024-10-20 22:20:36', '2024-10-21 03:20:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/cf-benefits-center-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1142, 1, '2024-10-21 07:52:13', '2024-10-21 12:52:13', '', 'oe-banner1', '', 'inherit', 'open', 'closed', '', 'oe-banner1', '', '', '2024-10-21 07:52:13', '2024-10-21 12:52:13', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner1.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1143, 1, '2024-10-21 08:04:10', '2024-10-21 13:04:10', '', 'oe-banner2', '', 'inherit', 'open', 'closed', '', 'oe-banner2', '', '', '2024-10-21 08:04:10', '2024-10-21 13:04:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1145, 1, '2024-10-21 15:50:22', '2024-10-21 20:50:22', '[et_pb_section fb_built=\"1\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#015846\" background_enable_image=\"off\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||0px||false|false\" box_shadow_style=\"preset6\" box_shadow_vertical=\"5px\" box_shadow_color=\"rgba(0,0,0,0.55)\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row _builder_version=\"4.17.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_countdown_timer title=\"Take Action! Enrollment Ends in:\" date_time=\"2023-11-10 23:56\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"82%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px||0px||false|false\" custom_padding=\"1.4em||1.4em||true|false\" custom_padding_tablet=\"1.4em||1.4em||true|false\" custom_padding_phone=\"1.4em|0px|1.4em|0px|true|true\" custom_padding_last_edited=\"on|phone\" custom_css_title=\"margin-bottom: .5em;\" use_custom_labels=\"on\" label_days_short=\"Days\" label_hours_short=\"Hrs.\" label_mins_short=\"Min.\" label_secs_short=\"Sec.\" locked=\"off\" global_colors_info=\"{}\" custom_css_container_last_edited=\"on|phone\" custom_css_title_last_edited=\"on|desktop\" custom_css_title_phone=\"margin-bottom: .5em !important;\" custom_css_timer_section_last_edited=\"on|desktop\" custom_css_timer_section_phone=\"width: 10vw;\" custom_css_title_tablet=\"margin-bottom: .5em;\"][/et_pb_countdown_timer][/et_pb_column][/et_pb_row][/et_pb_section]', 'CF countdown', '', 'publish', 'closed', 'closed', '', 'cf-countdown', '', '', '2024-10-21 15:50:22', '2024-10-21 20:50:22', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/cf-countdown/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1149, 1, '2024-10-22 08:01:33', '2024-10-22 13:01:33', '', 'test-image', '', 'inherit', 'open', 'closed', '', 'test-image', '', '', '2024-10-22 08:01:33', '2024-10-22 13:01:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/test-image.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1152, 1, '2024-10-22 16:08:44', '2024-10-22 21:08:44', '', 'mercer-banner-desktop', '', 'inherit', 'open', 'closed', '', 'mercer-banner-desktop', '', '', '2024-10-22 16:08:44', '2024-10-22 21:08:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1153, 1, '2024-10-22 16:09:09', '2024-10-22 21:09:09', '', 'mercer-banner-mobile', '', 'inherit', 'open', 'closed', '', 'mercer-banner-mobile', '', '', '2024-10-22 16:09:09', '2024-10-22 21:09:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1154, 1, '2024-10-22 16:32:20', '2024-10-22 21:32:20', 'View this list to help guide you and your doctor in selecting an appropriate medication for you. (Updated for 2025 in Oct. 2024)', 'RX Balanced Drug List 2025 AE', '', 'publish', 'closed', 'closed', '', 'rx-balanced-drug-list-2025-ae', '', '', '2025-10-20 13:11:57', '2025-10-20 18:11:57', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1154', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1155, 1, '2024-10-22 16:31:59', '2024-10-22 21:31:59', '', '2025 Balanced Drug List', '', 'inherit', 'open', 'closed', '', '2025-balanced-drug-list', '', '', '2024-10-22 16:31:59', '2024-10-22 21:31:59', '', 1154, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025-Balanced-Drug-List.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1156, 1, '2024-10-22 16:34:20', '2024-10-22 21:34:20', 'See your 2025 monthly cost of coverage for medical, dental, vision, voluntary life and voluntary AD&D.', '2025 US  Premium Rates', '', 'publish', 'closed', 'closed', '', '2025-us-premium-rates', '', '', '2025-01-09 12:18:28', '2025-01-09 18:18:28', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1156', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1157, 1, '2024-10-22 16:34:01', '2024-10-22 21:34:01', '', 'CF_2025_Rates_NU_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_nu_final_102124', '', '', '2024-10-22 16:34:01', '2024-10-22 21:34:01', '', 1156, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_NU_FINAL_102124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1158, 1, '2024-10-22 16:36:46', '2024-10-22 21:36:46', 'This checklist provides easy steps to take as you enroll for your 2025 benefits.', '2025 US AE Checklist', '', 'publish', 'closed', 'closed', '', '2025-us-ae-checklist', '', '', '2024-10-22 16:36:46', '2024-10-22 21:36:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1158', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1159, 1, '2024-10-22 16:36:32', '2024-10-22 21:36:32', '', 'CFIND 25AE Checklist US 4145731FINALOct20', '', 'inherit', 'open', 'closed', '', 'cfind-25ae-checklist-us-4145731finaloct20', '', '', '2024-10-22 16:36:32', '2024-10-22 21:36:32', '', 1158, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1160, 1, '2024-10-22 16:38:14', '2024-10-22 21:38:14', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', '2025 Annual Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2025-annual-enrollment-guide', '', '', '2024-11-06 13:54:05', '2024-11-06 19:54:05', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1160', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1161, 1, '2024-10-22 16:38:02', '2024-10-22 21:38:02', '', 'CF_AE25_eGuide_US_FINAL_102224', '', 'inherit', 'open', 'closed', '', 'cf_ae25_eguide_us_final_102224', '', '', '2024-10-22 16:38:02', '2024-10-22 21:38:02', '', 1160, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_eGuide_US_FINAL_102224.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1163, 1, '2024-10-22 18:11:49', '2024-10-22 23:11:49', '', 'Union MedicalSPD 8-2024', '', 'inherit', 'open', 'closed', '', 'union-medicalspd-8-2024', '', '', '2024-10-22 18:11:49', '2024-10-22 23:11:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/Union-MedicalSPD-8-2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1164, 1, '2024-10-22 18:13:08', '2024-10-22 23:13:08', '', '2025_Balanced Drug list', '', 'inherit', 'open', 'closed', '', '2025_balanced-drug-list', '', '', '2024-10-22 18:13:08', '2024-10-22 23:13:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025_Balanced-Drug-list.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1165, 1, '2024-10-22 18:13:10', '2024-10-22 23:13:10', '', 'CF_2025_Rates_W_Union_FINAL_101724', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_w_union_final_101724', '', '', '2024-10-22 18:13:10', '2024-10-22 23:13:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1166, 1, '2024-10-22 18:13:14', '2024-10-22 23:13:14', '', 'CF_AE25_eGuide_UNION_US_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_ae25_eguide_union_us_final_102124', '', '', '2024-10-22 18:13:14', '2024-10-22 23:13:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_eGuide_UNION_US_FINAL_102124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1167, 1, '2024-10-22 18:13:16', '2024-10-22 23:13:16', '', 'CF_Waggaman NG 104395-94, 95 SBC 1-2025_2025HighmarkBCBSPlanSBC', '', 'inherit', 'open', 'closed', '', 'cf_waggaman-ng-104395-94-95-sbc-1-2025_2025highmarkbcbsplansbc', '', '', '2024-10-22 18:13:16', '2024-10-22 23:13:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1168, 1, '2024-10-22 18:13:19', '2024-10-22 23:13:19', '', 'CFIND 25AE Checklist Union 4146218FINALOct20', '', 'inherit', 'open', 'closed', '', 'cfind-25ae-checklist-union-4146218finaloct20', '', '', '2024-10-22 18:13:19', '2024-10-22 23:13:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1169, 1, '2024-10-22 18:14:16', '2024-10-22 23:14:16', '', 'CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_ae25_annual-enrollment-guide_union_us_final_102124', '', '', '2024-10-22 18:14:16', '2024-10-22 23:14:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1172, 1, '2024-10-22 20:37:29', '2024-10-23 01:37:29', '', 'oe-banner-mobile', '', 'inherit', 'open', 'closed', '', 'oe-banner-mobile', '', '', '2024-10-22 20:37:29', '2024-10-23 01:37:29', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1174, 1, '2024-10-23 07:16:04', '2024-10-23 12:16:04', '', 'CFIND 25AE Checklist Union 4146218FINALOct20', '', 'inherit', 'open', 'closed', '', 'cfind-25ae-checklist-union-4146218finaloct20-2', '', '', '2024-10-23 07:16:04', '2024-10-23 12:16:04', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-Union-4146218FINALOct20-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1176, 1, '2024-11-05 15:57:49', '2024-11-05 21:57:49', '', 'CF_AE25_Annual Enrollment Guide_UNION_US_103024', '', 'inherit', 'open', 'closed', '', 'cf_ae25_annual-enrollment-guide_union_us_103024', '', '', '2024-11-05 15:57:49', '2024-11-05 21:57:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/CF_AE25_Annual-Enrollment-Guide_UNION_US_103024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1177, 1, '2024-11-06 13:52:34', '2024-11-06 19:52:34', '', 'CF_AE25_Guide_US_103024', '', 'inherit', 'open', 'closed', '', 'cf_ae25_guide_us_103024', '', '', '2024-11-06 13:52:34', '2024-11-06 19:52:34', '', 1160, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Guide_US_103024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1178, 1, '2024-11-06 13:56:08', '2024-11-06 19:56:08', 'The Summary of Benefits and Coverage (SBC) document will help you choose a health plan and show how the plan would share the cost for covered health care services under the Standard PPO Plan.', '2025 Standard PPO Summary of Benefits and Coverage', '', 'publish', 'closed', 'closed', '', '2025-standard-ppo-summary-of-benefits-and-coverage', '', '', '2024-11-06 13:56:08', '2024-11-06 19:56:08', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1178', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1179, 1, '2024-11-06 13:55:58', '2024-11-06 19:55:58', '', '2025_Standard PPO_SBC_Nov5', '', 'inherit', 'open', 'closed', '', '2025_standard-ppo_sbc_nov5', '', '', '2024-11-06 13:55:58', '2024-11-06 19:55:58', '', 1178, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/2025_Standard-PPO_SBC_Nov5.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1180, 1, '2024-11-06 13:58:10', '2024-11-06 19:58:10', 'The Summary of Benefits and Coverage (SBC) document will help you choose a health plan and show how the plan would share the cost for covered health care services under the Advantage PPO with HSA Plan.', '2025 Advantage PPO with HSA', '', 'publish', 'closed', 'closed', '', '2025-advantage-ppo-with-hsa', '', '', '2025-05-07 16:15:46', '2025-05-07 21:15:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1180', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1181, 1, '2024-11-06 13:57:57', '2024-11-06 19:57:57', '', '2025_248031_Advantage PPO_withHSA_SBC_Nov5', '', 'inherit', 'open', 'closed', '', '2025_248031_advantage-ppo_withhsa_sbc_nov5', '', '', '2024-11-06 13:57:57', '2024-11-06 19:57:57', '', 1180, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/2025_248031_Advantage-PPO_withHSA_SBC_Nov5.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1185, 1, '2024-11-11 07:36:11', '2024-11-11 13:36:11', '', 'CF - 2024 U.S. Required Notices Final_', '', 'inherit', 'open', 'closed', '', 'cf-2024-u-s-required-notices-final_', '', '', '2024-11-11 07:36:11', '2024-11-11 13:36:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/CF-2024-U.S.-Required-Notices-Final_.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1186, 1, '2024-11-14 11:45:51', '2024-11-14 17:45:51', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://player.vimeo.com/video/1029628106\" admin_label=\"https://player.vimeo.com/video/1029628106\" _builder_version=\"4.27.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_video][et_pb_text _builder_version=\"4.27.3\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"/us-annual-enrollment/\">Click here</a> to return to the <strong>Open Enrollment</strong> page.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Annual Enrollment 2025 â€” Information Session video', '', 'publish', 'closed', 'closed', '', 'annual-enrollment-2025-information-session-video', '', '', '2024-11-14 12:16:02', '2024-11-14 18:16:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1186', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1189, 1, '2024-11-16 07:37:01', '2024-11-16 13:37:01', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"][et_pb_slide heading=\"2025 Annual Enrollment\" button_text=\"Learn More\" button_link=\"/us-annual-enrollment/\" admin_title=\"OE 2025\" _builder_version=\"4.27.2\" _module_preset=\"e6f9a3d7-8929-4613-95b3-9146785068e1\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner-mobile.jpg\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">November 1 â€“ November 15</h3>[/et_pb_slide][et_pb_slide heading=\"Unlock your total value\" button_text=\"Learn more\" button_link=\"https://launcher.myapps.microsoft.com/api/signin/442551e3-3e6a-480e-8a71-1113fc06451c?tenantId=f7e17566-3113-4441-bdb9-19f261e20c08\" url_new_window=\"on\" admin_title=\"Mercer button\" _builder_version=\"4.27.2\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg\" button_border_color=\"#3FA9F5\" custom_padding=\"17vw||1vw|49vw|false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg\" background_position_phone=\"top_center\" background_vertical_offset_phone=\"-29px\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#3FA9F5\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#3FA9F5\" sticky_transition=\"on\"]<p>An exciting new way to understand your Total Rewards.</p>[/et_pb_slide][et_pb_slide heading=\" CF Benefits Center\" button_text=\"Learn More\" button_link=\"/contacts/\" admin_title=\"CF Benefits Center\" _builder_version=\"4.27.2\" _module_preset=\"ef8e805b-6a23-4d48-beac-86c037006669\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Experience the Dedicated Support You Deserve</h3>\n<p>A better way to get your benefits questions answered.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', '2025 OE all sliders archive', '', 'publish', 'closed', 'closed', '', '2025-oe-all-sliders-archive', '', '', '2024-11-16 07:37:01', '2024-11-16 13:37:01', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/2025-oe-all-sliders-archive/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1190, 1, '2024-11-16 10:34:44', '2024-11-16 16:34:44', '', '2025 Union_SBC_Highmark BCBS', '', 'inherit', 'open', 'closed', '', '2025-union_sbc_highmark-bcbs', '', '', '2024-11-16 10:34:44', '2024-11-16 16:34:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/11/2025-Union_SBC_Highmark-BCBS.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1195, 1, '2024-12-06 07:45:47', '2024-12-06 13:45:47', 'Review this Benefits Guide to understand your benefits options and access tools and resources to help you make the best decisions for you and your family.', '2025 Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2025-enrollment-guide', '', '', '2025-01-15 11:21:19', '2025-01-15 17:21:19', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1195', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1196, 1, '2024-12-06 07:45:12', '2024-12-06 13:45:12', '', 'CF_AE24_eGuide_US_Final', '', 'inherit', 'open', 'closed', '', 'cf_ae24_eguide_us_final-2', '', '', '2024-12-06 07:45:12', '2024-12-06 13:45:12', '', 1195, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/12/CF_AE24_eGuide_US_Final.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1197, 1, '2024-12-10 11:59:04', '2024-12-10 17:59:04', '', 'CF_AE25_Guide_US_103024', '', 'inherit', 'open', 'closed', '', 'cf_ae25_guide_us_103024-2', '', '', '2024-12-10 11:59:04', '2024-12-10 17:59:04', '', 1195, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/12/CF_AE25_Guide_US_103024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1202, 1, '2025-01-09 12:18:19', '2025-01-09 18:18:19', '', 'CF_2025_Rates_NU_FINAL_102124', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_nu_final_102124-2', '', '', '2025-01-09 12:18:19', '2025-01-09 18:18:19', '', 1156, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_NU_FINAL_102124-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1204, 1, '2025-01-09 12:42:08', '2025-01-09 18:42:08', '', 'DENTALPPO1_01.01.2025_CF Industries Enterprises, Inc._3333808', '', 'inherit', 'open', 'closed', '', 'dentalppo1_01-01-2025_cf-industries-enterprises-inc-_3333808', '', '', '2025-01-09 12:42:08', '2025-01-09 18:42:08', '', 1006, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/DENTALPPO1_01.01.2025_CF-Industries-Enterprises-Inc._3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1206, 1, '2025-01-09 13:31:30', '2025-01-09 19:31:30', '', 'VISION1_01.01.2025_CF Industries Enterprises, Inc_33338078', '', 'inherit', 'open', 'closed', '', 'vision1_01-01-2025_cf-industries-enterprises-inc_33338078', '', '', '2025-01-09 13:31:30', '2025-01-09 19:31:30', '', 1007, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/VISION1_01.01.2025_CF-Industries-Enterprises-Inc_33338078.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1207, 1, '2025-01-15 08:21:20', '2025-01-15 14:21:20', '', 'CF PPL Affidavit 12.2.2024', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit-12-2-2024', '', '', '2025-01-15 08:21:20', '2025-01-15 14:21:20', '', 964, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF-PPL-Affidavit-12.2.2024.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1208, 1, '2025-01-15 08:29:14', '2025-01-15 14:29:14', '', 'CF_2025_Rates_COBRA_010625', '', 'inherit', 'open', 'closed', '', 'cf_2025_rates_cobra_010625', '', '', '2025-01-15 08:29:14', '2025-01-15 14:29:14', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/08/CF_2025_Rates_COBRA_010625.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1209, 1, '2025-01-15 11:21:13', '2025-01-15 17:21:13', '', 'NEW CF_AE25_eGuide_US_121724', '', 'inherit', 'open', 'closed', '', 'new-cf_ae25_eguide_us_121724', '', '', '2025-01-15 11:21:13', '2025-01-15 17:21:13', '', 1195, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/12/NEW-CF_AE25_eGuide_US_121724.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1211, 1, '2025-01-15 14:33:02', '2025-01-15 20:33:02', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/mentoring_bannerBG2.jpg\" background_position=\"top_right\" background_vertical_offset=\"30%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 55%|rgba(255,255,255,0) 55%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 63%|rgba(255,255,255,0) 63%\" background_position_phone=\"center_right\" background_horizontal_offset_tablet=\"3%\" background_horizontal_offset_phone=\"14%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing_tablet=\"0.5px\" header_letter_spacing_phone=\"0.4px\" header_letter_spacing_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Student Loan Debt Retirement Program</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"23px||0px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"21px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]You don\'t have to choose between saving for retirement and paying your student loans. [/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||2em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><span>The CF Industries 401(k) Plan can boost your savings. </span>When you join the CF Industries 401(k) Plan, CF Industries will consider your monthly student debt payments as if theyâ€™re contributions to your retirement plan â€” increasing the company match dollars added to your 401(k).</p>\n<p>Weâ€™re pleased to bring you this amazing benefit, and we hope youâ€™ll take full advantage of it. To learn more about your options, try the Student Debt tool at <a href=\"https://www.fidelity.com/go/student-debt\" target=\"_blank\" rel=\"noopener\">fidelity.com/go/student-debt</a></p>\n<p>For more information about the program, watch the Student Debt Retirement Program video below.</p>[/et_pb_text][et_pb_video src=\"https://player.vimeo.com/video/1047269968\" admin_label=\"https://player.vimeo.com/video/1047269968\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||3em||false|false\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Mentoring@CF</h4>\nSearch â€œMentoring@CFâ€ on The Loop to learn more.[/et_pb_text][et_pb_text _builder_version=\"4.24.0\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>800-835-5095</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"http://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>\n\n<span class=\"blue_box_lead-ins\"><strong>Account:</strong></span><strong>09650</strong>\n\n<span class=\"blue_box_lead-ins\"><strong>Fidelity App</strong> <i class=\"fa-regular fa-mobile-notch\" style=\"padding-left: 1px;\" aria-hidden=\"true\"></i></span><a href=\"https://apps.apple.com/us/app/fidelity-investments/id348177453\" target=\"_blank\" rel=\"noopener\">App Store</a>Â | <a href=\"https://play.google.com/store/apps/details?id=com.fidelity.android&amp;hl=en_US&amp;gl=US\" target=\"_blank\" rel=\"noopener\">Google Play</a>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Student Loan Debt Retirement Program', '', 'publish', 'closed', 'closed', '', 'student-loan-debt-retirement-program', '', '', '2025-09-25 11:01:16', '2025-09-25 16:01:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1211', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1213, 1, '2026-03-01 21:48:18', '2025-01-15 20:54:25', ' ', '', '', 'publish', 'closed', 'closed', '', 1213, '', '', '2026-03-01 21:48:18', '2026-03-02 03:48:18', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?p=1213', 33, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1215, 1, '2025-02-03 10:46:17', '2025-02-03 16:46:17', '', 'CF Industries SPD 1-2025', '', 'inherit', 'open', 'closed', '', 'cf-industries-spd-1-2025', '', '', '2025-02-03 10:46:17', '2025-02-03 16:46:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/02/CF-Industries-SPD-1-2025.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1216, 1, '2025-02-05 15:12:22', '2025-02-05 21:12:22', '', '2025 Adult Wellness Guidelines', '', 'inherit', 'open', 'closed', '', '2025-adult-wellness-guidelines', '', '', '2025-02-05 15:12:22', '2025-02-05 21:12:22', '', 951, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2025-Adult-Wellness-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1217, 1, '2025-02-05 15:13:16', '2025-02-05 21:13:16', '', '2025 Children\'s Wellness Guidelines', '', 'inherit', 'open', 'closed', '', '2025-childrens-wellness-guidelines', '', '', '2025-02-05 15:13:16', '2025-02-05 21:13:16', '', 948, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2025-Childrens-Wellness-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1218, 1, '2025-02-05 15:14:06', '2025-02-05 21:14:06', '', '2025 Perinatal Wellness Guidelines Member Flier', '', 'inherit', 'open', 'closed', '', '2025-perinatal-wellness-guidelines-member-flier', '', '', '2025-02-05 15:14:06', '2025-02-05 21:14:06', '', 945, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2025-Perinatal-Wellness-Guidelines-Member-Flier.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1222, 1, '2025-03-12 13:53:37', '2025-03-12 18:53:37', '', 'How to file your Leave or Disability Request', '', 'inherit', 'open', 'closed', '', 'how-to-file-your-leave-or-disability-request', '', '', '2025-03-12 13:53:37', '2025-03-12 18:53:37', '', 974, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/How-to-file-your-Leave-or-Disability-Request.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1223, 1, '2025-03-12 13:59:34', '2025-03-12 18:59:34', '', 'CF_Transition_eGuide_US_010625pm', '', 'inherit', 'open', 'closed', '', 'cf_transition_eguide_us_010625pm', '', '', '2025-03-12 13:59:34', '2025-03-12 18:59:34', '', 1018, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Transition_eGuide_US_010625pm.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1224, 1, '2025-03-12 14:02:09', '2025-03-12 19:02:09', '', 'CF_Transition_eGuide_US_010625pm', '', 'inherit', 'open', 'closed', '', 'cf_transition_eguide_us_010625pm-2', '', '', '2025-03-12 14:02:09', '2025-03-12 19:02:09', '', 1029, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Transition_eGuide_US_010625pm-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1226, 1, '2025-03-26 13:41:41', '2025-03-26 18:41:41', '', 'Cobra cost of coverage', '', 'publish', 'closed', 'closed', '', 'cobra-cost-of-coverage', '', '', '2025-03-26 13:41:56', '2025-03-26 18:41:56', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1226', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1229, 1, '2025-04-10 14:32:05', '2025-04-10 19:32:05', '', 'Financial Wellness - Goldman Sachs Ayco - CF Industries', '', 'inherit', 'open', 'closed', '', 'financial-wellness-goldman-sachs-ayco-cf-industries', '', '', '2025-04-10 14:33:13', '2025-04-10 19:33:13', '', 967, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/04/Financial-Wellness-Goldman-Sachs-Ayco-CF-Industries.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1233, 1, '2025-05-07 16:03:44', '2025-05-07 21:03:44', '', 'SBC_248031_249478_0001_CF INDUSTRIES ENTERPRISES LLC_HSA_01-01-2025 to 12-31-2025_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_249478_0001_cf-industries-enterprises-llc_hsa_01-01-2025-to-12-31-2025_2020-01-01_v1', '', '', '2025-05-07 16:15:47', '2025-05-07 21:15:47', '', 1180, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/05/SBC_248031_249478_0001_CF-INDUSTRIES-ENTERPRISES-LLC_HSA_01-01-2025-to-12-31-2025_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1234, 1, '2025-05-07 16:03:47', '2025-05-07 21:03:47', '', 'SBC_248031_248035_0002_CF INDUSTRIES ENTERPRISES LLC_PPO_01-01-2025 to 12-31-2025_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_248035_0002_cf-industries-enterprises-llc_ppo_01-01-2025-to-12-31-2025_2020-01-01_v1', '', '', '2025-05-07 16:14:42', '2025-05-07 21:14:42', '', 978, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/05/SBC_248031_248035_0002_CF-INDUSTRIES-ENTERPRISES-LLC_PPO_01-01-2025-to-12-31-2025_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1235, 1, '2025-05-08 07:18:53', '2025-05-08 12:18:53', '', 'CF - 2024 U.S. Required Notices Final', '', 'inherit', 'open', 'closed', '', 'cf-2024-u-s-required-notices-final', '', '', '2025-05-08 07:18:53', '2025-05-08 12:18:53', '', 981, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF-2024-U.S.-Required-Notices-Final.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1237, 1, '2025-05-08 07:31:40', '2025-05-08 12:31:40', '', 'RX-ACA-Preventive-List-IL', '', 'inherit', 'open', 'closed', '', 'rx-aca-preventive-list-il', '', '', '2025-05-08 07:31:40', '2025-05-08 12:31:40', '', 955, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/RX-ACA-Preventive-List-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1238, 1, '2025-05-08 07:32:30', '2025-05-08 12:32:30', '', 'HSA Preventive Drug List_IL', '', 'inherit', 'open', 'closed', '', 'hsa-preventive-drug-list_il', '', '', '2025-05-08 07:32:30', '2025-05-08 12:32:30', '', 953, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/HSA-Preventive-Drug-List_IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1239, 1, '2025-05-08 07:35:23', '2025-05-08 12:35:23', '', 'RX-List-Balanced-2025-IL', '', 'inherit', 'open', 'closed', '', 'rx-list-balanced-2025-il', '', '', '2025-05-08 07:35:23', '2025-05-08 12:35:23', '', 1154, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/RX-List-Balanced-2025-IL.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1245, 1, '2025-06-06 14:43:45', '2025-06-06 19:43:45', '', '2023 SAR CF Industries Welfare Benefit Plan', '', 'inherit', 'open', 'closed', '', '2023-sar-cf-industries-welfare-benefit-plan', '', '', '2025-06-06 14:43:45', '2025-06-06 19:43:45', '', 982, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/2023-SAR-CF-Industries-Welfare-Benefit-Plan.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1246, 1, '2025-06-06 14:53:22', '2025-06-06 19:53:22', '', 'CF_Enrollment_US_NU_eGuide_031925', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_nu_eguide_031925', '', '', '2025-06-06 14:53:22', '2025-06-06 19:53:22', '', 940, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_NU_eGuide_031925.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1248, 1, '2025-06-11 14:12:53', '2025-06-11 19:12:53', '', 'CF_Enrollment_US_NU_eGuide_031925 (1)', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_nu_eguide_031925-1', '', '', '2025-06-11 14:12:53', '2025-06-11 19:12:53', '', 940, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_NU_eGuide_031925-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1250, 1, '2025-06-25 13:46:34', '2025-06-25 18:46:34', '', 'CF_Enrollment_US_Walla_UNION_eGuide_0625', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_walla_union_eguide_0625', '', '', '2025-06-25 13:46:34', '2025-06-25 18:46:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/06/CF_Enrollment_US_Walla_UNION_eGuide_0625.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1257, 1, '2025-09-25 11:11:40', '2025-09-25 16:11:40', 'Learn more about the documentation required when adding a new dependent to your medical, dental and vision coverage.\r\n', 'Dependent Documentation Requirements', '', 'publish', 'closed', 'closed', '', 'dependent-documentation-requirements', '', '', '2025-09-25 11:40:50', '2025-09-25 16:40:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1257', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1258, 1, '2025-09-25 11:11:26', '2025-09-25 16:11:26', '', 'Dependent Documentation Requirements', '', 'inherit', 'open', 'closed', '', 'dependent-documentation-requirements', '', '', '2025-09-25 11:11:26', '2025-09-25 16:11:26', '', 1257, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/Dependent-Documentation-Requirements.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1259, 1, '2025-09-25 12:58:54', '2025-09-25 17:58:54', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/secondary-page-banners-leaders.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Team Leader Foundations</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" max_height_tablet=\"100%\" max_height_phone=\"100%\" max_height_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\"]Empowering first-time leaders.[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||22px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>CF Team Leader Foundations</h2>\n<p>This comprehensive leadership development program is designed specifically for all first-time supervisors and/or team leads across CF (people who have direct reports, regardless of title).</p>\n<p>Over the course of 6 months, participants will engage in a series of six interactive, live classes held on Microsoft Teams, with individual and site-based cohort activities in between the live classes. Topics include Peer Today, Boss Tomorrow, Emotional Intelligence for Team Leaders, Situational Leadership, Conflict &amp; Difficult Conversations, Coaching, Powerful Questions &amp; Feedback, and Accountability &amp; Managing Performance.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/team_inclusion.jpg\" title_text=\"team_inclusion\" disabled_on=\"on|on|on\" _builder_version=\"4.21.0\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"22px|0px|24px|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4 style=\"padding-bottom: .3em;\">Inclusion Resource Group</h4>\n<p>For more information, search â€œIRGâ€ on The Loop.</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" custom_padding=\"14px|20px|22px|20px|false|true\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Call</span></strong> <i class=\"fa-regular fa-phone-volume\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <strong>855-462-7238</strong></p>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://blueoceanbrain.com/\" target=\"_blank\" rel=\"noopener\">blueoceanbrain.com/ </a></p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|12em|0px|false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Learn More</h2>\n<p>Employees may visit the <a href=\"https://careers.cfindustries.com/about-us\" target=\"_blank\" rel=\"noopener\">CF Careers</a> intranet page to learn more.</p>\n<h2 style=\"padding-top: .5em;\">Resources</h2>\n<h4>Why CF?</h4>\n<p>Explore how CF Industries continues to make a positive impact on our employees <a href=\"https://careers.cfindustries.com/why-cf\" target=\"_blank\" rel=\"noopener\">here</a>.</p>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Team Leader Foundations', '', 'draft', 'closed', 'closed', '', 'team-leader-foundations', '', '', '2026-01-21 14:40:41', '2026-01-21 20:40:41', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1259', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1261, 1, '2025-09-25 14:30:19', '2025-09-25 19:30:19', '', '', '', 'inherit', 'open', 'closed', '', 'secondary-page-banners-leaders', '', '', '2025-09-25 14:30:25', '2025-09-25 19:30:25', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/secondary-page-banners-leaders.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1264, 1, '2025-09-25 14:40:15', '2025-09-25 19:40:15', '', 'landing-page-banners-leaders', '', 'inherit', 'open', 'closed', '', 'landing-page-banners-leaders', '', '', '2025-09-25 14:40:15', '2025-09-25 19:40:15', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/landing-page-banners-leaders.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1270, 1, '2025-09-26 13:34:48', '2025-09-26 18:34:48', '', '', '', 'inherit', 'open', 'closed', '', '2026-oe-cfi-banner', '', '', '2025-09-26 13:34:52', '2025-09-26 18:34:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/2026-oe-cfi-banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1271, 1, '2025-09-26 13:42:48', '2025-09-26 18:42:48', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Unlock your total value\" button_link=\"/us-annual-enrollment/\" admin_title=\"Mercer link\" _builder_version=\"4.27.2\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>An exciting new way to understand your Total Rewards.</p>[/et_pb_slide][et_pb_slide heading=\"2025 Annual Enrollment\" button_text=\"Learn More\" button_link=\"/us-annual-enrollment/\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" admin_title=\"OE\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"Montserrat|200|||||||\" header_font_size=\"55px\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#015846\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/oe-banner2.jpg\" background_enable_image=\"on\" background_size=\"custom\" background_image_width=\"93%\" background_position=\"top_right\" background_horizontal_offset=\"-35%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#00C7B1\" background_mask_size=\"cover\" background_mask_position=\"top_right\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"63%\" custom_button=\"on\" button_border_width=\"1.5px\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"55%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_padding=\"20vw|35vw|2vw||false|false\" custom_padding_tablet=\"19vw|0vw|6vw|0px|false|false\" custom_padding_phone=\"32vw|10vw|9vw|0vw|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/OE_mobile_banner.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0%\" background_vertical_offset_phone=\"1%\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">November 1 â€“ November 15</h3>[/et_pb_slide][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"https://www.cftotalrewards-strive.com/en/login/\" url_new_window=\"on\" use_bg_overlay=\"on\" bg_overlay_color=\"rgba(0,0,0,0)\" arrows_custom_color=\"#FFFFFF\" dot_nav_custom_color=\"#FFFFFF\" admin_title=\"Best Premium\" bg_overlay_color_tablet=\"rgba(0,0,0,0)\" bg_overlay_color_phone=\"rgba(0,0,0,0.37)\" bg_overlay_color_last_edited=\"on|phone\" arrows_custom_color_tablet=\"#75bff4\" arrows_custom_color_phone=\"#FFFFFF\" arrows_custom_color_last_edited=\"on|phone\" dot_nav_custom_color_tablet=\"#3FA9F5\" dot_nav_custom_color_phone=\"#FFFFFF\" dot_nav_custom_color_last_edited=\"on|phone\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_level=\"h3\" header_font=\"Montserrat|200|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"55px\" body_text_color=\"#FFFFFF\" body_letter_spacing=\"0.2px\" body_line_height=\"1.4em\" background_color=\"#3FA9F5\" background_enable_color=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-desktop.jpg\" background_enable_image=\"on\" background_position=\"top_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"0%\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" background_mask_color=\"#3FA9F5\" background_mask_transform=\"flip_horizontal\" background_mask_size=\"cover\" background_mask_position=\"top_left\" background_mask_horizontal_offset=\"-47%\" background_mask_vertical_offset=\"69%\" custom_button=\"on\" button_text_color=\"#FFFFFF\" button_border_width=\"1.5px\" button_border_color=\"#FFFFFF\" button_border_radius=\"1px\" button_font=\"Montserrat||||||||\" button_use_icon=\"on\" button_icon=\"&#x24;||divi||400\" button_on_hover=\"off\" text_orientation=\"left\" width_tablet=\"auto\" width_phone=\"100%\" width_last_edited=\"on|tablet\" display_conditions=\"W3siaWQiOiIwNTM0NzNhZi0wNjRmLTQ4NmEtYWQxNy04NDcwYzgzYjlkNDYiLCJjb25kaXRpb24iOiJsb2dnZWRJblN0YXR1cyIsImNvbmRpdGlvblNldHRpbmdzIjp7ImRpc3BsYXlSdWxlIjoibG9nZ2VkSW4iLCJhZG1pbkxhYmVsIjoiTG9nZ2VkIEluIFN0YXR1cyIsImVuYWJsZUNvbmRpdGlvbiI6Im9uIn0sIm9wZXJhdG9yIjoiT1IifV0=\" custom_padding=\"17vw||5vw|42vw|false|false\" custom_padding_tablet=\"19vw|0px|9vw|40vw|false|false\" custom_padding_phone=\"20vw|15vw|14vw|0px|false|false\" custom_padding_last_edited=\"on|phone\" header_font_tablet=\"Montserrat|200|||||||\" header_font_phone=\"Montserrat|300|||||||\" header_font_last_edited=\"on|desktop\" header_text_color_tablet=\"#FFFFFF\" header_text_color_phone=\"#FFFFFF\" header_text_color_last_edited=\"on|phone\" header_font_size_tablet=\"50px\" header_font_size_phone=\"46px\" header_font_size_last_edited=\"on|phone\" body_text_color_tablet=\"#FFFFFF\" body_text_color_phone=\"#FFFFFF\" body_text_color_last_edited=\"on|tablet\" body_font_size_tablet=\"19px\" body_font_size_phone=\"18px\" body_font_size_last_edited=\"on|phone\" body_letter_spacing_tablet=\"0.2px\" body_letter_spacing_phone=\"0.5px\" body_letter_spacing_last_edited=\"on|phone\" background_last_edited=\"on|phone\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/best-premiums_home-slider-mobile.jpg\" background_enable_image_phone=\"on\" background_size_tablet=\"cover\" background_size_phone=\"cover\" background_image_width_tablet=\"75%\" background_horizontal_offset_tablet=\"-8%\" background_horizontal_offset_phone=\"0px\" background_vertical_offset_phone=\"30px\" background_enable_mask_style_phone=\"off\" background_mask_aspect_ratio_phone=\"portrait\" background_mask_size_phone=\"custom\" background_mask_width_phone=\"100%\" background_mask_height_phone=\"100%\" background_mask_horizontal_offset_phone=\"0%\" background_mask_vertical_offset_phone=\"0%\" button_text_color_tablet=\"\" button_text_color_phone=\"#FFFFFF\" button_text_color_last_edited=\"on|tablet\" global_colors_info=\"{}\" custom_css_after__hover_enabled=\"off|hover\" custom_css_slide_button__hover_enabled=\"off|hover\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'Archive banners 9-2025', '', 'publish', 'closed', 'closed', '', 'archive-banners-9-2025', '', '', '2025-09-26 13:42:48', '2025-09-26 18:42:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/archive-banners-9-2025/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1272, 1, '2025-09-26 13:56:02', '2025-09-26 18:56:02', '', '', '', 'inherit', 'open', 'closed', '', 'right-image-oe', '', '', '2025-09-26 13:56:07', '2025-09-26 18:56:07', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/right-image-oe.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1273, 1, '2025-09-26 14:04:37', '2025-09-26 19:04:37', '', 'left-image-oe', '', 'inherit', 'open', 'closed', '', 'left-image-oe', '', '', '2025-09-26 14:04:37', '2025-09-26 19:04:37', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/left-image-oe.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1274, 1, '2025-09-28 10:53:37', '2025-09-28 15:53:37', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" disabled_on=\"on|on|on\" admin_label=\"header section\" _builder_version=\"4.20.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/inclusion-council-banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"9%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"3vw||3vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"63%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.3\" _module_preset=\"_initial\" text_text_color=\"#FFFFFF\" text_font_size=\"18px\" text_line_height=\"1.2em\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Union Benefits</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/2026-oe-cfi-banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"69%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Annual Enrollment 2026</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"26px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.21.0\" _module_preset=\"default\" custom_margin=\"||2em||false|false\" saved_tabs=\"all\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"/documents/2026-union-ae-guide/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/10/e-guide.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"#\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"/documents/2026-union-ae-guide/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide </a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/rates.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" body_text_color=\"#4d4f53\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-us-premium-rates-union/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-annual-enrollment-checklist-union/\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/checklist.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-annual-enrollment-checklist-union/\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/documents/2026-annual-enrollment-checklist-union/\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Checklist</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_color=\"#eff6fd\" custom_padding=\"17px|10px|10px|10px|false|true\" border_radii=\"on|10px|10px|10px|10px\" global_colors_info=\"{}\"][et_pb_blurb url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" url_new_window=\"on\" image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/09/enroll.svg\" _builder_version=\"4.27.4\" _module_preset=\"7b7da3f6-8054-4129-945a-0e6da7489e6d\" body_font=\"Montserrat|700|||||||\" custom_padding=\"||10px||false|false\" link_option_url=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" link_option_url_new_window=\"on\" custom_css_blurb_image=\"margin-bottom: .75em\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Enroll in Workday \nOct.Â 30Â â€“Â Nov. 14</a></p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_margin=\"0px||||false|false\" custom_padding=\"0px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"22px\" text_line_height=\"1.5em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>This site provides an overview of each of our benefit plans and the medical and pharmacy plan provided through United Steel Workers Health and Welfare Fund (USW).</p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>For 2026</h2>\n<p style=\"padding-bottom: .75em;\">Annual Enrollment is your chance to choose your benefits for the 2026 calendar year. Please see highlights below of what will change in 2026.</p>\n<ul>\n<li><strong>Verify Your Covered Dependents:</strong>Â <span style=\"color: #ff0000;\"><strong>Action Required!</strong></span> Log in to Workday to make your benefit elections. If you\'re currently covering dependents, you must complete your enrollment and confirm their continued eligibility for 2026. Otherwise, they will be removed from coverage effective January 1, 2026, and your coverage level will be changed to â€˜Employee Onlyâ€™ coverage. <em>(No supporting documentation is required for existing dependents.)</em></li>\n<li>Â <strong>Medical and Dental Premiums</strong>\n<ul>\n<li>Your cost for medical coverage will increase by 4%.</li>\n<li>Your cost for dental coverage will increase by 5%.</li>\n</ul>\n</li>\n<li><strong>Flexible Spending Account (FSA) Limits</strong>:\n<ul>\n<li><strong>Health Care FSA: </strong>The 2026 Health Care Flexible Spending Account annual contribution limit is $3,400 and the maximum carry-over amount <span>has increased to $680 (up to $680 can be carried over into 2027).</span></li>\n<li><strong>Â Dependent Care FSA: </strong>Limit will increase from $5,000 to $7,500.</li>\n</ul>\n</li>\n<li><strong>Voluntary Spouse Accidental Death &amp; Dismemberment (AD&amp;D) Insurance: </strong>Coverage amounts after age 65 will be reduced by 35%.Â  The age limit for voluntary spouse AD&amp;D has been removed.</li>\n<li><span><strong>Catch-up Contributions</strong>: Beginning January 1, 2026, under the SECURE 2.0 legislation, employees aged 50 and older who earned more than $145,000 in FICA wages during 2025 will be required to make their 401(k) catch-up contributions as Roth (after-tax) contributions, rather than traditional pre-tax contributions.</span></li>\n</ul>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"0px||1em||false|false\" custom_padding=\"0px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3>Review your benefits and take action during Annual Enrollment:</h3>\n<ul>\n<li><strong>Add or drop dependents and review dependents you are currently covering.</strong>Â  At the end of the enrollment process, be sure to check the box to confirm your covered dependents remain eligible for coverage in 2026. If you do not complete this step, they will be dropped from coverage in 2026. If you are adding new dependents, supporting documentation is required.</li>\n<li><strong>Enroll in or change your current medical, dental</strong>Â <strong>or vision elections for 2026.Â </strong></li>\n<li><strong>Contribute to the Health Care or Dependent Care Flexible Spending. </strong>Your 2025 election amounts will not carry forward to 2026.</li>\n<li><strong>Evaluate your voluntary life and AD&amp;D needs </strong>andÂ decide if you want to change your coverage.Â During this Annual Enrollment you can enroll in or increase your and your spouseâ€™s voluntary life.Â If you add or increase your voluntary employee or spouse life coverage, evidence of insurability (EOI) is required.</li>\n</ul>\n<p>Annual Enrollment is your yearly opportunity to enroll in benefits for 2026, make changes to your current elections or add/drop dependents. These choices areÂ effective<strong><em> January 1 through December 31, 2026</em></strong>. Annual Enrollment is the only time you can enroll in or make changes to your benefits, unless you experience a qualifying life event, such as marriage or birth of a child.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.5em||false|false\" locked=\"off\" global_colors_info=\"{}\"]<h3>Mid-Year changes: Qualifying life events</h3>\n<p>You can make changes to your benefits during the plan year only if you experience a qualifying life event. You have <strong>30</strong>Â <strong>days</strong>Â from the event to submit your change inÂ <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>Workday</strong></a>. You will have to submit proof of the event and provide documentation, such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility. Your requested benefit change must be consistent with the type of life event that you or your dependent experienced.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<h2>Who is Eligible</h2>\n\nYou are eligible to enroll in benefits if you are a full-time employee regularly scheduled to work 30 or more hours per week. You can also enroll your legally married spouse and your (or your eligible spouseâ€™s) legal dependent children under the age of 26. You will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependentâ€™s eligibility.\n\nCoverage for your domestic partner<sup style=\"font-size: 11px;\">1</sup> may be available under the medical plan, however coverage is not available for any other health &amp; welfare benefits. Domestic partnerships consisting of an employee and one other person of the same or opposite gender are eligible if specific requirements are met. If you have a domestic partner, you must submit a notarized Affidavit of Domestic Partnership.[/et_pb_text][et_pb_toggle title=\"Medical Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p style=\"padding-bottom: .75em;\">Your medical coverage is essential for keeping you healthy today, as well as protecting you if you are ill or injured. You have the option to enroll in coverage through the USW medical and pharmacy PPO, administered by Highmark Blue Cross Blue Shield. The PPO has the following features:</p>\n<ul>\n<li>In-network preventive care is covered at 100%.</li>\n<li>You can choose any provider, but you pay less when you use in-network providers.</li>\n<li>For primary care and specialist visits, you pay a fixed copay. For most other services, you pay the full cost until you meet your deductible.</li>\n<li>Once you meet your deductible you pay 10% of covered services (coinsurance).</li>\n<li>Prescription drug coverage is included.</li>\n</ul>[/et_pb_toggle][et_pb_toggle title=\"Dental Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>You have the option to enroll in a Dental PPO featuring the Cigna Total Network. The Plan offers 100% coverage for in-network preventive care and covers a percentage of other services. You can use any provider, but you pay less when you use a provider in the Cigna Total Network.</p>[/et_pb_toggle][et_pb_toggle title=\"Vision Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>Taking care of your eyes is important to your overall well-being. You have the option to enroll in vision coverage through Cigna, which offers a large network of providers. Vision coverage helps pay for eye exams, frames, lenses and contact lenses for you and your eligible dependents.</p>[/et_pb_toggle][et_pb_toggle title=\"Life and AD&D Insurance\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>Itâ€™s always a good idea to plan for the unexpected, no matter what your age or stage in life. CF provides automatic Basic Life, AD&amp;D and Business Travel Accident Insurance and you have the optionÂ to enroll in additional coverage for more protection.</p>\n<h4>Basic Life, AD&amp;D and Business Travel Accident Insurance</h4>\n<p>CF provides you with Basic Life and AD&amp;D Insurance coverage equal to one time your annual base salary (rounded up to the next $1,000). The Company also provides Business Travel Accident Insurance coverage of two times your base salary if you die or are seriously injured while traveling for work.</p>\n<h4>Voluntary Life Insurance</h4>\n<p>If you need more coverage than the basic coverage provided by CF, you have the option to purchase Voluntary Life Insurance for yourself, your spouse or your child(ren). You will need to complete evidence of insurability (EOI) if you are adding or increasing voluntary employee or spouse life coverage during annual enrollment or as part of a qualified life event.</p>\n<h4>Voluntary AD&amp;D Insurance</h4>\n<p>You can also purchase Voluntary AD&amp;D Insurance for yourself, your spouse or child(ren) to provide additional coverage.</p>[/et_pb_toggle][et_pb_toggle title=\"Time Away From Work\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>[dipi_library_layout id=\"1120\"]</p>[/et_pb_toggle][et_pb_toggle title=\"401(k) Plan\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>[dipi_library_layout id=\"1126\"]</p>[/et_pb_toggle][et_pb_toggle title=\"Employee Assistance Program\" _builder_version=\"4.27.4\" _module_preset=\"8b50e196-7839-4c9f-aed0-0a661c216c10\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"]<p>The Employee Assistance Program (EAP) provides confidential support, consultation, resources and information to help you and your household family members balance work and family, as well as manage personal difficulties. EAP services are available on your first day of employment at no cost to you and your dependents.</p>[/et_pb_toggle][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" background_color=\"#cdeaf4\" custom_padding=\"12px|9px|12px|12px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<p>This website presents general summary information about CF Industries benefits program and select policies. Nothing on this website changes any plan and/or contract terms, or any other terms and conditions of your employment with CF Industries. This website does not include, nor is it intended to include, all program details, which are contained in governing documents, such as insurance contracts, plan documents, trust agreements or collective bargaining agreement. If there is any discrepancy between the information on this website and the governing documents, the governing documents will take control. CF Industries reserves the right to amend, modify, reduce, or terminate any part of its benefits program at any time, in accordance with applicable laws and regulations or applicable contract.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"8c6d1b2c-ca87-4458-9cd5-3a574a62b1a8\" custom_margin=\"||1.5em||false|false\" custom_padding=\"12px||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"]<p><sup style=\"font-size: 11px;\">1</sup> Under IRS regulations, domestic partners are not eligible for pre-tax deductions and the value of the coverage is subject to taxation (imputed income).</p>[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.4\" _module_preset=\"f93145bb-c944-4df1-9243-f042c6ff8506\" custom_margin=\"||1.5em||false|false\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<p><strong>Action Item:</strong>Â  This is an active enrollment, which means that you must take action and enroll in Workday.Â  <u>If you do not take action to enroll and complete the dependent attestation, your current benefit elections, excluding FSA and HSA, will automatically carry over into 2026. However, any dependents currently covered <strong>will be removed </strong>from your coverage effective January 1, 2026, and your coverage level will change to â€˜Employee Onlyâ€™ coverage.</u></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_text_color=\"#FFFFFF\" link_font=\"|700|||on|||#FFFFFF|\" link_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"24px\" background_color=\"#3FA9F5\" custom_padding=\"16px|20px|20px|20px|false|true\" border_radii=\"on|8px|8px|8px|8px\" border_width_all=\"2px\" border_color_all=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>CF Benefits Center</h2>\n<p style=\"padding-bottom: .25em;\">Do you have Annual Enrollment questions or need help enrolling?\nConnect with our team of benefit experts.</p>\nCall <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 1px;\" aria-hidden=\"true\"> </i> <strong>(877) 232-3630</strong>\nEmail: <a href=\"mailto:CFBenefits@onesourcevirtual.com\">CFBenefits@onesourcevirtual.com</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>2026 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026.pdf\" target=\"_blank\" rel=\"noopener\">2026 Highmark BCBS SBC</a><br /><a href=\"/documents/2026-union-ae-guide/\" target=\"_blank\" rel=\"noopener\">2026 Benefits Guide</a>Â <br /><a href=\"/documents/2026-us-premium-rates-union/\" target=\"_blank\" rel=\"noopener\">2026 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/02/CF-Industries-SPD-1-2025.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_Contacts_UNION_100325.pdf\" target=\"_blank\" rel=\"noopener\">Contact Sheet</a><br /><a href=\"/documents/2026-dental-summary/\" target=\"_blank\" rel=\"noopener\">Dental Plan Summary</a><br /><a href=\"/documents/2026-vision-summary/\" target=\"_blank\" rel=\"noopener\">Vision Plan Summary</a><br /><a href=\"/documents/summary-of-benefits-basic-term-life-insurance/\" target=\"_blank\" rel=\"noopener\">Basic Term Life Insurance</a><br /><a href=\"/documents/summary-of-benefits-basic-add-insurance/\" target=\"_blank\" rel=\"noopener\">Basic Accidental Death and Dismemberment Insurance</a><br /><a href=\"/documents/summary-of-benefits-voluntary-term-life-insurance/\" target=\"_blank\" rel=\"noopener\">Voluntary Term Life Insurance</a><br /><a href=\"/documents/summary-of-benefits-long-term-disability-insurance/\" target=\"_blank\" rel=\"noopener\">Long Term Disability Insurance</a><br /><a href=\"/documents/summary-of-benefits-voluntary-add-insurance/\" target=\"_blank\" rel=\"noopener\">Voluntary Accidental Death and Dismemberment Insurance</a><br /><a href=\"/documents/2025-2026-u-s-required-notices/\" target=\"_blank\" rel=\"noopener\">2025 â€“ 2026 U.S. Required Notices</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf\" target=\"_blank\" rel=\"noopener\">2025 Highmark BCBS SBC</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/06/CF_Enrollment_US_Walla_UNION_eGuide_0625.pdf\" target=\"_blank\" rel=\"noopener\">2025 Benefits Guide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/02/CF-Industries-SPD-1-2025.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_4_line_height=\"1.3em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#ebf9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"24px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>2025 Annual Enrollment</h2>\n<p>Enroll in Workday Nov. 1 â€“ 15</p>\n<p><a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\"><strong>ENROLL HERE </strong></a></p>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_Waggaman-NG-104395-94-95-SBC-1-2025_2025HighmarkBCBSPlanSBC.pdf\" target=\"_blank\" rel=\"noopener\">Highmark BCBS SBC</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_AE25_Annual-Enrollment-Guide_UNION_US_FINAL_102124.pdf\" target=\"_blank\" rel=\"noopener\">Annual Enrollment Guide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CF_2025_Rates_W_Union_FINAL_101724.pdf\" target=\"_blank\" rel=\"noopener\">2025 Premium Rates</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/CFIND-25AE-Checklist-US-4145731FINALOct20.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment Checklist</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/2025-Balanced-Drug-List.pdf\" target=\"_blank\" rel=\"noopener\">2025 Balanced Drug List</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>United Steel Workers Health and Welfare Fund</h2>\n<p><em>COBRA for Medical</em><br />SHWF Administrative Office<br /><strong>888-296-7493</strong></p>\n<p><em>COBRA for Dental, Vision, and FSA</em><br />Onesource Virtual <strong>833-323-5465</strong><br /><a href=\"mailto:CFCOBRA@onesourcevirtual.com\" target=\"_blank\" rel=\"noopener\">CFCOBRA@onesourcevirtual.com</a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|24px|0px|false|false\" locked=\"off\" global_colors_info=\"{}\"]<h2>Eligibility Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Dependent-Documentation-Requirements-Union.pdf\" target=\"_blank\" rel=\"noopener\">Dependent Documentation Requirements</a></p>[/et_pb_text][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" custom_margin=\"0px|-11px|1.5em|0px|false|false\" custom_padding=\"14px|20px|26px|20px|false|true\" locked=\"off\" global_colors_info=\"{}\"]<h2>Adding coverage for a new dependent during Annual Enrollment</h2>\nIf you are adding a new dependent to coverage during Annual Enrollment, you will need to provide documentation such as a marriage certificate, birth certificate, etc., to support your dependent\'s eligibility.[/et_pb_text][et_pb_text disabled_on=\"on|on|on\" _builder_version=\"4.27.2\" _module_preset=\"_initial\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>2024 Plan Year Resources</h2>\n<p><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_Enrollment_US_Walla_UNION_eGuide_022624.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment eGuide</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/04.-CF_2024_Enrollment_Checklist_Union.pdf\" target=\"_blank\" rel=\"noopener\">Enrollment Checklist</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/CF_2024_Rates_Walla_UNION_022624.pdf\" target=\"_blank\" rel=\"noopener\">Medical Rate Sheet</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/Union-MedicalSPD-8-2024.pdf\" target=\"_blank\" rel=\"noopener\">Union Medical SPD</a><br /><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/03/Dyno-Nobel-Waggaman-NG-104395-94-95-SBC-1-24.pdf\" target=\"_blank\" rel=\"noopener\">Union SBC</a></p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.20.2\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"_initial\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\r\n<h3>To File Claims for Reimbursement</h3>\r\n<p>Log in to <a href=\"https://www.netbenefits.com\" target=\"_blank\" rel=\"noopener\">www.netbenefits.com</a>.</p>\r\n<h3>Eligible Expenses</h3>\r\n<p>Below is an overview of eligible FSA expenses. For an extensive list of Health Care &amp; Limited Purpose HCFSA expenses, <a href=\"https://www.irs.gov/publications/p502\" target=\"_blank\" rel=\"noopener\">click here</a>. For a complete list of Dependent Care FSA expenses, <a href=\"https://www.irs.gov/publications/p503\" target=\"_blank\" rel=\"noopener\">click here</a>.</p>\r\n<p style=\"padding-bottom: .2em;\"><strong>Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Doctorâ€™s visit copays</li>\r\n<li>Prescription drug copays</li>\r\n<li>Medical and dental deductibles</li>\r\n<li>Over-the-counter items</li>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Limited Healthcare FSA</strong></p>\r\n<ul>\r\n<li>Hearing aids</li>\r\n<li>Eyeglasses</li>\r\n<li>Dental cleanings</li>\r\n<li>Eye exams</li>\r\n</ul>\r\n<p style=\"padding-bottom: .2em;\"><strong>Dependent Care FSA</strong></p>\r\n<ul>\r\n<li>Child or adult daycare*</li>\r\n<li>Nursery school</li>\r\n<li>Preschool (excluding kindergarten)</li>\r\n</ul>\r\n<p style=\"font-size: 12px; line-height: 1.3;\"><em>* An eligible dependent is a tax dependent child under age 13 or a tax dependent spouse, parent, or child unable to care for themselves. </em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', '2026 Union Benefits', '', 'publish', 'closed', 'closed', '', '2026-union-benefits', '', '', '2025-10-27 10:42:24', '2025-10-27 15:42:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1274', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1280, 1, '2025-10-03 12:59:11', '2025-10-03 17:59:11', '', 'Dependent Documentation Requirements Union', '', 'inherit', 'open', 'closed', '', 'dependent-documentation-requirements-union', '', '', '2025-10-03 12:59:11', '2025-10-03 17:59:11', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Dependent-Documentation-Requirements-Union.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1287, 1, '2025-10-15 13:58:44', '2025-10-15 18:58:44', '', '2026 US Premium Rates', '', 'publish', 'closed', 'closed', '', '2026-us-premium-rates', '', '', '2025-10-15 14:00:34', '2025-10-15 19:00:34', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1287', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1288, 1, '2025-10-15 13:32:23', '2025-10-15 18:32:23', '', 'CF_2026_Rates_NU_FINAL_100225', '', 'inherit', 'open', 'closed', '', 'cf_2026_rates_nu_final_100225', '', '', '2025-10-15 13:32:23', '2025-10-15 18:32:23', '', 1287, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_2026_Rates_NU_FINAL_100225.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1291, 1, '2025-10-15 14:02:49', '2025-10-15 19:02:49', '', 'Hinge Health Flyer', '', 'publish', 'closed', 'closed', '', 'hinge-health-flyer', '', '', '2025-11-02 20:30:00', '2025-11-03 02:30:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1291', '0', 'pf_document', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1292, 1, '2025-10-15 14:02:38', '2025-10-15 19:02:38', '', 'CF Industries _ Hinge Health OE Flyer', '', 'inherit', 'open', 'closed', '', 'cf-industries-_-hinge-health-oe-flyer', '', '', '2025-10-15 14:02:38', '2025-10-15 19:02:38', '', 1291, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF-Industries-_-Hinge-Health-OE-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1293, 1, '2025-10-15 14:04:39', '2025-10-15 19:04:39', '', '2026 Dental Summary', '', 'publish', 'closed', 'closed', '', '2026-dental-summary', '', '', '2025-10-15 14:04:39', '2025-10-15 19:04:39', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1293', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1294, 1, '2025-10-15 14:04:32', '2025-10-15 19:04:32', '', 'Ben Sum_DPPO1_01.01.2026_CF Industries Holdings, Inc_3333808', '', 'inherit', 'open', 'closed', '', 'ben-sum_dppo1_01-01-2026_cf-industries-holdings-inc_3333808', '', '', '2025-10-15 14:04:32', '2025-10-15 19:04:32', '', 1293, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1295, 1, '2025-10-15 14:05:33', '2025-10-15 19:05:33', '', '2026 Vision Summary', '', 'publish', 'closed', 'closed', '', '2026-vision-summary', '', '', '2025-10-15 14:05:33', '2025-10-15 19:05:33', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1295', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1296, 1, '2025-10-15 14:05:25', '2025-10-15 19:05:25', '', 'Ben Sum_VIS1_01.01.2026_CF Industries Holdings, Inc3333808 (3)', '', 'inherit', 'open', 'closed', '', 'ben-sum_vis1_01-01-2026_cf-industries-holdings-inc3333808-3', '', '', '2025-10-15 14:05:25', '2025-10-15 19:05:25', '', 1295, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc3333808-3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1297, 1, '2025-10-15 14:06:38', '2025-10-15 19:06:38', '', '2026 Standard PPO SBC', '', 'publish', 'closed', 'closed', '', '2026-standard-ppo-sbc', '', '', '2025-10-15 14:06:38', '2025-10-15 19:06:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1297', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1298, 1, '2025-10-15 14:06:31', '2025-10-15 19:06:31', '', 'SBC_248031_248035_0002_CF INDUSTRIES HOLDINGS INC_PPO_01-01-2026 to 12-31-2026_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_248035_0002_cf-industries-holdings-inc_ppo_01-01-2026-to-12-31-2026_2020-01-01_v1', '', '', '2025-10-15 14:06:31', '2025-10-15 19:06:31', '', 1297, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/SBC_248031_248035_0002_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1299, 1, '2025-10-15 14:07:38', '2025-10-15 19:07:38', '', '2026 Advantage PPO with HSA SBC', '', 'publish', 'closed', 'closed', '', '2026-advantage-ppo-with-hsa-sbc', '', '', '2025-10-15 14:07:38', '2025-10-15 19:07:38', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1299', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1300, 1, '2025-10-15 14:07:31', '2025-10-15 19:07:31', '', 'SBC_248031_249478_0001_CF INDUSTRIES HOLDINGS INC_HSA_01-01-2026 to 12-31-2026_2020-01-01_v1', '', 'inherit', 'open', 'closed', '', 'sbc_248031_249478_0001_cf-industries-holdings-inc_hsa_01-01-2026-to-12-31-2026_2020-01-01_v1', '', '', '2025-10-15 14:07:31', '2025-10-15 19:07:31', '', 1299, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/SBC_248031_249478_0001_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1301, 1, '2025-10-15 14:12:48', '2025-10-15 19:12:48', '', '2026 US Premium Rates Union', '', 'publish', 'closed', 'closed', '', '2026-us-premium-rates-union', '', '', '2025-10-15 14:12:48', '2025-10-15 19:12:48', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1301', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1302, 1, '2025-10-15 14:12:38', '2025-10-15 19:12:38', '', 'CF_2026_Rates_W_Union_FINAL_100225', '', 'inherit', 'open', 'closed', '', 'cf_2026_rates_w_union_final_100225', '', '', '2025-10-15 14:12:38', '2025-10-15 19:12:38', '', 1301, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_2026_Rates_W_Union_FINAL_100225.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1305, 1, '2025-10-15 14:50:09', '2025-10-15 19:50:09', '', 'CF Industries Waggaman NG 104395-94, 95 SBC 1-2026', '', 'inherit', 'open', 'closed', '', 'cf-industries-waggaman-ng-104395-94-95-sbc-1-2026', '', '', '2025-10-15 14:50:09', '2025-10-15 19:50:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF-Industries-Waggaman-NG-104395-94-95-SBC-1-2026.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1307, 1, '2025-10-15 14:53:09', '2025-10-15 19:53:09', '', 'CF_Contacts_UNION_100325', '', 'inherit', 'open', 'closed', '', 'cf_contacts_union_100325', '', '', '2025-10-15 14:53:09', '2025-10-15 19:53:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_Contacts_UNION_100325.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1308, 1, '2025-10-15 14:55:09', '2025-10-15 19:55:09', '', 'Ben Sum_DPPO1_01.01.2026_CF Industries Holdings, Inc_3333808 (1)', '', 'inherit', 'open', 'closed', '', 'ben-sum_dppo1_01-01-2026_cf-industries-holdings-inc_3333808-1', '', '', '2025-10-15 14:55:09', '2025-10-15 19:55:09', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1309, 1, '2025-10-20 12:51:24', '2025-10-20 17:51:24', '', '2025 â€“ 2026 U.S. Required Notices', '', 'publish', 'closed', 'closed', '', '2025-2026-u-s-required-notices', '', '', '2025-10-20 12:51:24', '2025-10-20 17:51:24', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1309', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1310, 1, '2025-10-20 12:51:18', '2025-10-20 17:51:18', '', 'CF-2026-US-Required-Notices-10.15.25', '', 'inherit', 'open', 'closed', '', 'cf-2026-us-required-notices-10-15-25', '', '', '2025-10-20 12:51:18', '2025-10-20 17:51:18', '', 1309, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF-2026-US-Required-Notices-10.15.25.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1311, 1, '2025-10-20 13:08:52', '2025-10-20 18:08:52', '', 'Annual Enrollment Mailer', '', 'publish', 'closed', 'closed', '', 'annual-enrollment-mailer', '', '', '2025-10-20 13:08:52', '2025-10-20 18:08:52', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1311', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1312, 1, '2025-10-20 13:08:43', '2025-10-20 18:08:43', '', 'CF_AE26_Mailer_US_FINAL_100825', '', 'inherit', 'open', 'closed', '', 'cf_ae26_mailer_us_final_100825', '', '', '2025-10-20 13:08:43', '2025-10-20 18:08:43', '', 1311, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_AE26_Mailer_US_FINAL_100825.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1313, 1, '2025-10-20 13:11:53', '2025-10-20 18:11:53', '', 'balanced-il-2025', '', 'inherit', 'open', 'closed', '', 'balanced-il-2025', '', '', '2025-10-20 13:11:53', '2025-10-20 18:11:53', '', 1154, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/balanced-il-2025.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1314, 1, '2025-10-21 22:10:13', '2025-10-22 03:10:13', '', 'CF Industries _ Hinge Health OE Flyer_101825 (1)', '', 'inherit', 'open', 'closed', '', 'cf-industries-_-hinge-health-oe-flyer_101825-1', '', '', '2025-10-21 22:10:13', '2025-10-22 03:10:13', '', 1291, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF-Industries-_-Hinge-Health-OE-Flyer_101825-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1315, 1, '2025-10-21 22:11:30', '2025-10-22 03:11:30', '', '2026 Enrollment Checklist', '', 'publish', 'closed', 'closed', '', '2026-enrollment-checklist', '', '', '2025-10-21 22:11:30', '2025-10-22 03:11:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1315', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1316, 1, '2025-10-21 22:11:23', '2025-10-22 03:11:23', '', 'CF_AE26_EnrollChecklist_FINAL_101725 (1)', '', 'inherit', 'open', 'closed', '', 'cf_ae26_enrollchecklist_final_101725-1', '', '', '2025-10-21 22:11:23', '2025-10-22 03:11:23', '', 1315, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_AE26_EnrollChecklist_FINAL_101725-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1317, 1, '2025-10-21 22:28:10', '2025-10-22 03:28:10', '', '2026 Annual Enrollment Checklist Union', '', 'publish', 'closed', 'closed', '', '2026-annual-enrollment-checklist-union', '', '', '2025-10-21 22:28:10', '2025-10-22 03:28:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1317', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1318, 1, '2025-10-21 22:27:36', '2025-10-22 03:27:36', '', 'CF_AE26_EnrollChecklist_UNION_FINAL_101725', '', 'inherit', 'open', 'closed', '', 'cf_ae26_enrollchecklist_union_final_101725', '', '', '2025-10-21 22:27:36', '2025-10-22 03:27:36', '', 1317, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_AE26_EnrollChecklist_UNION_FINAL_101725.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1320, 1, '2025-10-22 14:38:46', '2025-10-22 19:38:46', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.3\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" locked=\"off\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"Unlock your total value\" button_text=\"Learn more\" button_link=\"https://launcher.myapps.microsoft.com/api/signin/442551e3-3e6a-480e-8a71-1113fc06451c?tenantId=f7e17566-3113-4441-bdb9-19f261e20c08\" url_new_window=\"on\" admin_title=\"Mercer button\" _builder_version=\"4.27.2\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg\" button_border_color=\"#3FA9F5\" custom_padding=\"17vw||1vw|49vw|false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg\" background_position_phone=\"top_center\" background_vertical_offset_phone=\"-29px\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#3FA9F5\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#3FA9F5\" sticky_transition=\"on\"]<p>An exciting new way to understand your Total Rewards.</p>[/et_pb_slide][et_pb_slide heading=\" CF Benefits Center\" button_text=\"Learn More\" button_link=\"/contacts/\" admin_title=\"CF Benefits Center\" _builder_version=\"4.27.2\" _module_preset=\"ef8e805b-6a23-4d48-beac-86c037006669\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Experience the Dedicated Support You Deserve</h3>\n<p>A better way to get your benefits questions answered.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', 'current 2025 OE pre OE slider', '', 'publish', 'closed', 'closed', '', 'current-2025-oe-pre-oe-slider', '', '', '2025-10-22 14:38:46', '2025-10-22 19:38:46', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/current-2025-oe-pre-oe-slider/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1325, 1, '2025-10-22 15:29:39', '2025-10-22 20:29:39', '', '', '', 'inherit', 'open', 'closed', '', 'cfi-right-image-oe-mobile', '', '', '2025-10-22 15:29:44', '2025-10-22 20:29:44', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/cfi-right-image-oe-mobile.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1326, 1, '2025-10-24 16:24:50', '2025-10-24 21:24:50', '', '2026 Dental Plans', '', 'publish', 'closed', 'closed', '', '2026-dental-plans', '', '', '2025-10-24 16:24:50', '2025-10-24 21:24:50', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1326', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1327, 1, '2025-10-24 16:24:36', '2025-10-24 21:24:36', '', 'Ben Sum_DPPO1_01.01.2026', '', 'inherit', 'open', 'closed', '', 'ben-sum_dppo1_01-01-2026', '', '', '2025-10-24 16:24:36', '2025-10-24 21:24:36', '', 1326, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Ben-Sum_DPPO1_01.01.2026.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1329, 1, '2025-10-24 16:27:23', '2025-10-24 21:27:23', '', '2026 Vision Plans', '', 'publish', 'closed', 'closed', '', '2026-vision-plans', '', '', '2025-10-24 16:27:23', '2025-10-24 21:27:23', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1329', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1330, 1, '2025-10-24 16:27:12', '2025-10-24 21:27:12', '', 'Ben Sum_VIS1_01.01.2026', '', 'inherit', 'open', 'closed', '', 'ben-sum_vis1_01-01-2026', '', '', '2025-10-24 16:27:12', '2025-10-24 21:27:12', '', 1329, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/Ben-Sum_VIS1_01.01.2026.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1332, 1, '2025-10-27 10:37:23', '2025-10-27 15:37:23', '', 'CF_AE26_eGuide_UNION_US_FINAL_101325', '', 'inherit', 'open', 'closed', '', 'cf_ae26_eguide_union_us_final_101325', '', '', '2025-10-27 10:38:17', '2025-10-27 15:38:17', '', 1333, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_AE26_eGuide_UNION_US_FINAL_101325.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1333, 1, '2025-10-27 10:38:17', '2025-10-27 15:38:17', '', '2026 Union AE Guide', '', 'publish', 'closed', 'closed', '', '2026-union-ae-guide', '', '', '2025-10-27 10:38:17', '2025-10-27 15:38:17', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1333', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1334, 1, '2025-10-27 11:34:37', '2025-10-27 16:34:37', '', 'CF_AE26_eGuide_US_FINAL_102125', '', 'inherit', 'open', 'closed', '', 'cf_ae26_eguide_us_final_102125', '', '', '2025-10-27 11:35:42', '2025-10-27 16:35:42', '', 1335, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF_AE26_eGuide_US_FINAL_102125.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1335, 1, '2025-10-27 11:35:42', '2025-10-27 16:35:42', '', '2026 Annual Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2026-annual-enrollment-guide', '', '', '2025-10-27 11:35:42', '2025-10-27 16:35:42', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1335', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1341, 1, '2025-11-02 20:18:55', '2025-11-03 02:18:55', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_video src=\"https://player.vimeo.com/video/1133005415\" admin_label=\"https://player.vimeo.com/video/1133005415\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" border_color_all=\"rgba(0,0,0,0.21)\" border_width_all=\"1px\" sticky_enabled=\"0\"][/et_pb_video][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" text_line_height=\"1.8em\" link_font_size=\"16px\" header_3_font_size=\"21px\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"/us-annual-enrollment/\">Click here</a> to return to the <strong>Open Enrollment</strong> page.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Annual Enrollment 2026 Information Session Video', '', 'publish', 'closed', 'closed', '', 'annual-enrollment-2026-information-session-video', '', '', '2025-11-02 20:30:58', '2025-11-03 02:30:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1341', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1343, 1, '2025-11-02 20:29:50', '2025-11-03 02:29:50', '', 'CF Industries 2025 OE Flyer (Updated 10.22.2025)', '', 'inherit', 'open', 'closed', '', 'cf-industries-2025-oe-flyer-updated-10-22-2025', '', '', '2025-11-02 20:29:50', '2025-11-03 02:29:50', '', 1291, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/CF-Industries-2025-OE-Flyer-Updated-10.22.2025.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1344, 1, '2025-11-04 07:07:36', '2025-11-04 13:07:36', '[et_pb_fullwidth_slider disabled_on=\"off|off|off\" admin_label=\"September 2023 home sliders\" _builder_version=\"4.27.4\" _module_preset=\"default\" header_font=\"Montserrat|300|||||||\" header_font_size=\"51px\" body_font=\"Montserrat|500|||||||\" body_font_size=\"22px\" background_color=\"#3FA9F5\" max_height=\"47%\" auto=\"on\" locked=\"off\" global_colors_info=\"{}\" template_type=\"module\"][et_pb_slide heading=\"2026 Annual Enrollment\" button_text=\"Learn more\" button_link=\"/us-annual-enrollment/\" admin_title=\"OE\" _builder_version=\"4.27.4\" _module_preset=\"e6f9a3d7-8929-4613-95b3-9146785068e1\" background_color=\"#00C7B1\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/09/right-image-oe.jpg\" button_border_color=\"#FFFFFF\" custom_padding=\"17vw|35vw|2vw||false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/10/cfi-right-image-oe-mobile.jpg\" background_position_phone=\"top_center\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#FFFFFF\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#FFFFFF\" button_bg_color__hover=\"rgba(255,255,255,0.19)\" button_bg_enable_color__hover=\"on\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">October 30 â€“ November 14</h3>\nSelect benefits that meet the needs of you and your family.[/et_pb_slide][et_pb_slide heading=\"Want to save $1,000?\" button_text=\"Complete by Nov. 1\" button_link=\"/best-premium/\" admin_title=\"Best Premium\" _builder_version=\"4.27.4\" _module_preset=\"c4fa182e-34ba-418d-b0b4-f6450f2fbd4b\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<p>With Best Premium, when you and your spouse get a physical, youâ€™ll each save $500 on your CF medical premium.</p>[/et_pb_slide][et_pb_slide heading=\"Unlock your total value\" button_text=\"Learn more\" button_link=\"https://launcher.myapps.microsoft.com/api/signin/442551e3-3e6a-480e-8a71-1113fc06451c?tenantId=f7e17566-3113-4441-bdb9-19f261e20c08\" url_new_window=\"on\" admin_title=\"Mercer button\" _builder_version=\"4.27.2\" _module_preset=\"29118def-2483-4270-8d26-15bcc1b9228d\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-desktop.jpg\" button_border_color=\"#3FA9F5\" custom_padding=\"17vw||1vw|49vw|false|false\" background_image_phone=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2024/10/mercer-banner-mobile.jpg\" background_position_phone=\"top_center\" background_vertical_offset_phone=\"-29px\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" button_bg_color__hover_enabled=\"on|hover\" button_text_color__hover_enabled=\"on|hover\" button_text_color__hover=\"#3FA9F5\" button_border_color__hover_enabled=\"on|hover\" button_border_color__hover=\"#3FA9F5\" sticky_transition=\"on\"]<p>An exciting new way to understand your Total Rewards.</p>[/et_pb_slide][et_pb_slide heading=\" CF Benefits Center\" button_text=\"Learn More\" button_link=\"/contacts/\" admin_title=\"CF Benefits Center\" _builder_version=\"4.27.2\" _module_preset=\"ef8e805b-6a23-4d48-beac-86c037006669\" locked=\"off\" global_colors_info=\"{}\" custom_css_slide_container_last_edited=\"on|phone\" custom_css_slide_container_tablet=\"margin-left: 1.6em !important;\" custom_css_slide_container_phone=\"margin-left: 1.6em !important;\" sticky_transition=\"on\"]<h3 style=\"font-size: 27px !important; line-height: 1.2em !important; padding-bottom: .7em;\">Experience the Dedicated Support You Deserve</h3>\n<p>A better way to get your benefits questions answered.</p>[/et_pb_slide][/et_pb_fullwidth_slider]', '2026 OE banners ALL 11-4-2025', '', 'publish', 'closed', 'closed', '', '2026-oe-banners-all-11-4-2025', '', '', '2025-11-04 07:07:36', '2025-11-04 13:07:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/et_pb_layout/2026-oe-banners-all-11-4-2025/', '0', 'et_pb_layout', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1346, 1, '2025-11-14 09:10:36', '2025-11-14 15:10:36', '', 'Screening PCP Form and Consent Forms', '', 'publish', 'closed', 'closed', '', 'screening-pcp-form-and-consent-forms', '', '', '2025-11-14 09:10:36', '2025-11-14 15:10:36', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1346', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1347, 1, '2025-11-14 09:10:29', '2025-11-14 15:10:29', '', 'PRW41 CF Industries PCP and Consent Form', '', 'inherit', 'open', 'closed', '', 'prw41-cf-industries-pcp-and-consent-form', '', '', '2025-11-14 09:10:29', '2025-11-14 15:10:29', '', 1346, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/11/PRW41-CF-Industries-PCP-and-Consent-Form.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1348, 1, '2025-11-14 13:33:30', '2025-11-14 19:33:30', '', 'Fidelity-HSA-preview', '', 'inherit', 'open', 'closed', '', 'fidelity-hsa-preview', '', '', '2025-11-14 13:33:30', '2025-11-14 19:33:30', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2025/11/Fidelity-HSA-preview.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1349, 1, '2025-11-14 15:39:48', '2025-11-14 21:39:48', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.21.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/life-insurance-banner.jpg\" custom_margin=\"0px||0px||false|false\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_tablet=\"center_right\" background_position_phone=\"top_right\" background_horizontal_offset_tablet=\"7%\" background_horizontal_offset_phone=\"13%\" background_vertical_offset_phone=\"0%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"\" width_phone=\"52%\" width_last_edited=\"on|phone\" custom_margin=\"0px||0px||false|false\" custom_margin_tablet=\"\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px|||0px|false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Lifemark</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" custom_padding_last_edited=\"on|phone\" padding_top_2=\"6px\" padding_top_bottom_link_2=\"false\" padding_left_right_link_2=\"false\" _builder_version=\"4.21.0\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_4.png\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_right\" custom_margin=\"||||true\" custom_padding=\"35px||35px||false|false\" custom_padding_tablet=\"23px||0px||false|false\" custom_padding_phone=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.20.2\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.20.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" hover_enabled=\"0\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The first step to better health is knowing where you currently stand.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_padding=\"2px||0.5em||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Things like blood glucose, cholesterol, blood pressure, and body composition are all important indicators of health, and in 20 minutes, you can measure them and learn how to reduce key health risks.</p>\n<p>Through Lifemark, we will be hosting on-site clinics at our manufacturing locations to give you comprehensive (and free) screenings so you can get a sense of your current state of health, and how to improve it.</p>\n<h2>What is a health screening?</h2>\n<p>A screening is a non-invasive test to measure specific health indicators through a non-fasting finger stick. A healthcare professional will explain the tests, review the results and answer any questions you may have.</p>\n<h2>How do I register?</h2>\n<p><a href=\"https://portals.lifemark.ca/Lifemark/\" target=\"_blank\" rel=\"noopener\"><strong>Click here</strong></a><strong>Â </strong>to book your appointment. Registration closes the day before each screening.</p>\n<ul>\n<li>On the registration site home page, click â€˜Sign upâ€™ and use Company Code:Â <strong>CFINDUSÂ </strong></li>\n<li>Enter your name and email address, and then click submit.</li>\n<li>Complete the registration process by clicking on the link emailed to you to create a password.</li>\n</ul>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text disabled_on=\"off|off|off\" _builder_version=\"4.27.4\" _module_preset=\"b2730c0e-8c33-4505-b6a9-5d28397b6c05\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>1-855-444-0834</strong> then press 0</p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.lifemarkworkhealth.ca/services/workplace-wellness/biometric-health-screening \" target=\"_blank\" rel=\"noopener\">lifemarkworkhealth.ca/services/workplace-wellness/biometric-health-screening </a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:help@lifemark.ca \" target=\"_blank\" rel=\"noopener\">help@lifemark.ca </a></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"7dfbe9fd-ca0d-4232-9cbd-bff1f3c29392\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<ul>\n<li><a href=\"https://lsk.yzp.mybluehost.me/website_441840fc/ca/documents/lifemark-frequently-asked-questions/\" target=\"_blank\" rel=\"noopener\">Frequently Asked Questions</a><i class=\"fa-regular fa-file-pdf\" style=\"padding-left: 6px;\" aria-hidden=\"true\"></i></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_section]', 'Lifemark', '', 'draft', 'closed', 'closed', '', 'lifemark', '', '', '2025-11-20 10:13:16', '2025-11-20 16:13:16', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1349', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1354, 1, '2025-11-23 10:54:49', '0000-00-00 00:00:00', '', 'Team Leader Foundations', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-11-23 10:54:49', '2025-11-23 16:54:49', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1354', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1367, 3, '2026-01-20 12:50:03', '2026-01-20 18:50:03', '', '2026 Medical Rates Sheet', '', 'publish', 'closed', 'closed', '', '2026-medical-rates-sheet', '', '', '2026-01-20 12:50:03', '2026-01-20 18:50:03', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1367', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1368, 3, '2026-01-20 12:48:02', '2026-01-20 18:48:02', '2026 Medical Rates Sheet', 'CF_2026_Rates_NU_FINAL_100225', '', 'inherit', 'open', 'closed', '', 'cf_2026_rates_nu_final_100225-2', '', '', '2026-01-20 12:48:29', '2026-01-20 18:48:29', '', 1367, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF_2026_Rates_NU_FINAL_100225.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1369, 3, '2026-01-20 13:12:57', '2026-01-20 19:12:57', '', '2026 Member Preventive Drug List', '', 'publish', 'closed', 'closed', '', '2026-member-preventive-drug-list', '', '', '2026-01-20 13:12:57', '2026-01-20 19:12:57', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1369', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1370, 3, '2026-01-20 13:12:31', '2026-01-20 19:12:31', '', '2026 Member Preventive Drug List', '', 'inherit', 'open', 'closed', '', 'member-preventive-drug-list-il', '', '', '2026-01-20 13:12:47', '2026-01-20 19:12:47', '', 1369, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/member-preventive-drug-list-il.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1372, 3, '2026-01-20 13:14:27', '2026-01-20 19:14:27', '', '2026 HSA Standard Preventive Drug List Member Flyer', '', 'publish', 'closed', 'closed', '', '2026-hsa-standard-preventive-drug-list-member-flyer', '', '', '2026-01-20 13:14:27', '2026-01-20 19:14:27', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1372', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1373, 3, '2026-01-20 13:14:16', '2026-01-20 19:14:16', '', '2026 HSA Standard Preventive Drug List Member Flyer', '', 'inherit', 'open', 'closed', '', '2026-hsa-standard-preventive-drug-list_member_flyer', '', '', '2026-01-20 13:14:22', '2026-01-20 19:14:22', '', 1372, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2026-HSA-Standard-Preventive-Drug-List_Member_Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1375, 3, '2026-01-20 13:16:40', '2026-01-20 19:16:40', '', '2026 Balanced Formulary Drug List', '', 'publish', 'closed', 'closed', '', '2026-balanced-formulary-drug-list', '', '', '2026-01-20 13:16:40', '2026-01-20 19:16:40', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1375', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1376, 3, '2026-01-20 13:16:26', '2026-01-20 19:16:26', '', '2026 Balanced Formulary Drug List', '', 'inherit', 'open', 'closed', '', 'balanced-il-2026', '', '', '2026-01-20 13:16:33', '2026-01-20 19:16:33', '', 1375, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/balanced-il-2026.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1379, 3, '2026-01-21 13:22:01', '2026-01-21 19:22:01', '', '2026 Dental Rate Sheet', '', 'publish', 'closed', 'closed', '', '2026-dental-rate-sheet', '', '', '2026-01-21 13:22:01', '2026-01-21 19:22:01', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1379', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1380, 3, '2026-01-21 13:21:01', '2026-01-21 19:21:01', '', '2026 Dental Rate Sheet', '', 'inherit', 'open', 'closed', '', 'cf_2026_rates_nu_final_100225-3', '', '', '2026-01-21 13:21:24', '2026-01-21 19:21:24', '', 1379, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF_2026_Rates_NU_FINAL_100225-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1381, 3, '2026-01-21 13:23:42', '2026-01-21 19:23:42', '', '2026 Dental Plan Summary', '', 'publish', 'closed', 'closed', '', '2026-dental-plan-summary', '', '', '2026-01-21 13:23:42', '2026-01-21 19:23:42', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1381', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1382, 3, '2026-01-21 13:23:12', '2026-01-21 19:23:12', '', '2026 Dental Plan Summary', '', 'inherit', 'open', 'closed', '', 'ben-sum_dppo1_01-01-2026_cf-industries-holdings-inc_3333808-2', '', '', '2026-01-21 13:23:26', '2026-01-21 19:23:26', '', 1381, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Ben-Sum_DPPO1_01.01.2026_CF-Industries-Holdings-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1384, 3, '2026-01-21 13:40:03', '2026-01-21 19:40:03', '', '2026 Vision Rate Sheet', '', 'publish', 'closed', 'closed', '', '2026-vision-rate-sheet', '', '', '2026-01-21 13:40:03', '2026-01-21 19:40:03', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1384', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1385, 3, '2026-01-21 13:39:16', '2026-01-21 19:39:16', '', '2026 Vision Rate Sheet', '', 'inherit', 'open', 'closed', '', 'cf_2026_rates_nu_final_100225-4', '', '', '2026-01-21 13:39:43', '2026-01-21 19:39:43', '', 1384, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF_2026_Rates_NU_FINAL_100225-2.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1386, 3, '2026-01-21 13:42:28', '2026-01-21 19:42:28', '', '2026 Vision Plan Summary', '', 'publish', 'closed', 'closed', '', '2026-vision-plan-summary', '', '', '2026-01-21 13:42:28', '2026-01-21 19:42:28', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1386', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1387, 3, '2026-01-21 13:42:03', '2026-01-21 19:42:03', '', '2026 Vision Plan Summary', '', 'inherit', 'open', 'closed', '', 'ben-sum_vis1_01-01-2026_cf-industries-holdings-inc_3333808', '', '', '2026-01-21 13:42:21', '2026-01-21 19:42:21', '', 1386, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Ben-Sum_VIS1_01.01.2026_CF-Industries-Holdings-Inc_3333808.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1389, 3, '2026-01-21 14:08:33', '2026-01-21 20:08:33', '', '2026 Healthy Rewards Moms Meals', '', 'publish', 'closed', 'closed', '', '2026-healthy-rewards-moms-meals', '', '', '2026-01-21 14:15:54', '2026-01-21 20:15:54', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1389', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1390, 3, '2026-01-21 14:08:22', '2026-01-21 20:08:22', '', '2026 Healthy Rewards Moms Meals Customer Flyer', '', 'inherit', 'open', 'closed', '', '2026-healthy-rewards-moms-meals-customer-flyer', '', '', '2026-01-21 14:08:22', '2026-01-21 20:08:22', '', 1389, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2026-Healthy-Rewards-Moms-Meals-Customer-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1391, 3, '2026-01-21 14:14:59', '2026-01-21 20:14:59', '', '2026 Healthy Rewards Moms Meals', '', 'inherit', 'closed', 'closed', '', '1389-autosave-v1', '', '', '2026-01-21 14:14:59', '2026-01-21 20:14:59', '', 1389, 'https://cfibenefitsstg.wpengine.com/?p=1391', '0', 'revision', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1392, 3, '2026-01-21 14:16:57', '2026-01-21 20:16:57', '', '2026 Healthy Rewards', '', 'publish', 'closed', 'closed', '', '2026-healthy-rewards', '', '', '2026-01-21 14:16:57', '2026-01-21 20:16:57', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1392', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1393, 3, '2026-01-21 14:16:35', '2026-01-21 20:16:35', '', '2026 Healthy Rewards', '', 'inherit', 'open', 'closed', '', 'healthy-rewards-flyer', '', '', '2026-01-21 14:16:48', '2026-01-21 20:16:48', '', 1392, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Healthy-Rewards-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1394, 3, '2026-01-21 14:18:27', '2026-01-21 20:18:27', '', '2026 Healthy Rewards Lasik Vision Correction', '', 'publish', 'closed', 'closed', '', '2026-healthy-rewards-lasik-vision-correction', '', '', '2026-01-21 14:18:27', '2026-01-21 20:18:27', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1394', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1395, 3, '2026-01-21 14:17:50', '2026-01-21 20:17:50', '', '2026 Healthy Rewards Lasik Vision Correction', '', 'inherit', 'open', 'closed', '', 'healthy-rewards-lasik-vision-correction-flyer', '', '', '2026-01-21 14:18:14', '2026-01-21 20:18:14', '', 1394, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Healthy-Rewards-Lasik-Vision-Correction-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1396, 3, '2026-01-21 14:19:50', '2026-01-21 20:19:50', '', '2026 Active and Fit', '', 'publish', 'closed', 'closed', '', '2026-active-and-fit', '', '', '2026-01-21 14:19:50', '2026-01-21 20:19:50', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1396', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1397, 3, '2026-01-21 14:19:26', '2026-01-21 20:19:26', '', '2026 Active and Fit', '', 'inherit', 'open', 'closed', '', 'active-fit-customer-flyer', '', '', '2026-01-21 14:19:43', '2026-01-21 20:19:43', '', 1396, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Active-Fit-Customer-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1401, 3, '2026-01-21 14:49:28', '2026-01-21 20:49:28', '', 'CF Leadership Model', '', 'inherit', 'open', 'closed', '', 'cf-leadership-model', '', '', '2026-01-21 14:49:28', '2026-01-21 20:49:28', '', '0', 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF-Leadership-Model.png', '0', 'attachment', 'image/png', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1403, 3, '2026-01-21 15:20:39', '2026-01-21 21:20:39', '', '2026 Application for Education Assistance', '', 'publish', 'closed', 'closed', '', '2026-application-for-education-assistance', '', '', '2026-01-21 15:20:39', '2026-01-21 21:20:39', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1403', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1404, 3, '2026-01-21 15:20:12', '2026-01-21 21:20:12', '', '2026 Application for Education Assistance', '', 'inherit', 'open', 'closed', '', 'application-for-education-assistance-with-fillable-fields_updated', '', '', '2026-01-21 15:20:35', '2026-01-21 21:20:35', '', 1403, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Application-for-Education-Assistance-With-Fillable-Fields_Updated.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1405, 3, '2026-01-21 15:23:48', '2026-01-21 21:23:48', '', '2026 Ayco Flyer', '', 'publish', 'closed', 'closed', '', '2026-ayco-flyer', '', '', '2026-01-21 15:23:48', '2026-01-21 21:23:48', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1405', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1406, 3, '2026-01-21 15:23:38', '2026-01-21 21:23:38', '', '2026 Ayco Flyer', '', 'inherit', 'open', 'closed', '', '2026-ayco-flyer', '', '', '2026-01-21 15:23:38', '2026-01-21 21:23:38', '', 1405, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2026-Ayco-Flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1411, 3, '2026-01-21 16:28:00', '2026-01-21 22:28:00', '', '2026 Assistance App and Portal Guide', '', 'publish', 'closed', 'closed', '', '2026-assistance-app-and-portal-guide', '', '', '2026-01-21 16:28:00', '2026-01-21 22:28:00', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1411', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1412, 3, '2026-01-21 16:27:40', '2026-01-21 22:27:40', '', '2026 Assistance App and Portal Guide', '', 'inherit', 'open', 'closed', '', 'assistance-app-portal-guide', '', '', '2026-01-21 16:27:54', '2026-01-21 22:27:54', '', 1411, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Assistance-App-Portal-Guide-.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1413, 3, '2026-01-21 16:29:21', '2026-01-21 22:29:21', '', '2026 ISOS Membership Leaflet', '', 'publish', 'closed', 'closed', '', '2026-isos-membership-leaflet', '', '', '2026-01-21 16:29:21', '2026-01-21 22:29:21', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1413', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1414, 3, '2026-01-21 16:29:08', '2026-01-21 22:29:08', '', 'ISOS Membership Leaflet - CF Industries', '', 'inherit', 'open', 'closed', '', 'isos-membership-leaflet-cf-industries', '', '', '2026-01-21 16:29:08', '2026-01-21 22:29:08', '', 1413, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/ISOS-Membership-Leaflet-CF-Industries.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1416, 3, '2026-01-21 16:32:32', '2026-01-21 22:32:32', '', '2026 Secure Travel Customer Flyer', '', 'publish', 'closed', 'closed', '', '2026-secure-travel-customer-flyer', '', '', '2026-01-21 16:32:32', '2026-01-21 22:32:32', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1416', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1417, 3, '2026-01-21 16:31:28', '2026-01-21 22:31:28', '', '2026 Secure Travel Customer Flyer', '', 'inherit', 'open', 'closed', '', 'secure-travel-customer-flyer-update', '', '', '2026-01-21 16:32:25', '2026-01-21 22:32:25', '', 1416, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Secure-Travel-Customer-Flyer-Update.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1418, 3, '2026-01-25 13:54:54', '2026-01-25 19:54:54', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" admin_label=\"header section\" _builder_version=\"4.27.5\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/service-award_banner.jpg\" background_position=\"top_right\" background_vertical_offset=\"21%\" custom_padding=\"3.5vw||3.5vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"top_right\" background_horizontal_offset_phone=\"9%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"58%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Epic Recognition Program</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]<p>Celebrating the impact you make at CF Industries</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]At CF Industries, we believe our strength comes from the people who show up every day with dedication, integrity, and a commitment to doing great work. The <strong>Epic Recognition Program</strong> is our way of shining a light on those moments, big and small, that move us forward. Whether itâ€™s a helping hand during a busy shift, a creative solution that improves safety, or a milestone in your CF journey, Epic ensures your contributions are seen, appreciated, and celebrated.\n<h2>What â€œEpicâ€ Means at CF</h2>\n<p style=\"padding-bottom: .75em;\">The name <em><strong>Epic</strong></em> reflects what we value most: exceptional effort, pride in our work, and a culture built on <strong>Excellence, Perseverance, Integrity, and Collaboration</strong>. These four pillars guide the program and help us recognize not just outcomes, but the behaviors, choices, and teamwork that make those results possible. Epic is designed to help all of us celebrate moments that strengthen our culture and support the success we achieve together.</p>\n<h2>Ways We Celebrate You</h2>\n<ul>\n	<li><strong>Social Recognition:</strong> Honors everyday behaviors that reflect CFâ€™s values â€“ simple acknowledgments for encouragement, appreciation, or a job well done.</li>\n	<li><strong>Points Based Recognition:</strong> Rewards employees for going above and beyond in ways that directly contribute to CFâ€™s success.</li>\n	<li><strong>Celebration Recognition:</strong> Marks personal and professional milestones such as birthdays, service anniversaries, and development achievements.</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<p><strong><span style=\"color: #3fa9f5;\">Visit</span></strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"https://epicrecognition-cf.achievers.com\" target=\"_blank\" rel=\"noopener\">Epic Platform</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Epic Recognition Program', '', 'publish', 'closed', 'closed', '', 'epic-recognition-program', '', '', '2026-02-03 20:43:42', '2026-02-04 02:43:42', '', '0', 'https://cfibenefitsstg.wpengine.com/?page_id=1418', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1419, 3, '2026-01-22 12:15:03', '2026-01-22 18:15:03', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.5\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/paid-parental-leave-bannerBG.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 57%|rgba(255,255,255,0) 57%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"19%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.20.2\" _module_preset=\"default\" width_tablet=\"67%\" width_phone=\"67%\" width_last_edited=\"on|phone\" max_width_last_edited=\"off|desktop\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2.5em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\" max_width__hover_enabled=\"off|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.20.2\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_letter_spacing=\"0.5px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"31px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Family Forming Benefits</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_3.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Looking to Grow Your Family? CF Industries is here every step of the way.[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||1.1em||false|false\" global_colors_info=\"{}\"]<p>Growing your family is an important chapter - and weâ€™re here to support you along the way. Whether itâ€™s fertility benefits, adoption assistance, or time off to spend with your new family member, our programs are designed to help you navigate this journey with confidence.</p>\n<h2 style=\"padding-bottom: .2em;\">Paid Parental Leave</h2>\n<p>CF Industries provides Paid Parental Leave (PPL) to support your time away from work to bond with your new family member â€“ whether they be newborn or newly adopted.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<h3 style=\"padding-bottom: .3em;\">Eligibility</h3>\nRegular, active full-time employees are eligible for PPL after the completion of 12 months of service. This leave applies to both birth moms and non-birth parents.\n<h3 style=\"padding-bottom: .3em;\">Benefit Amount</h3>\nCF Industriesâ€™ PPL allows eligible employees the opportunity to take up to four weeks of leave at 100% of base pay. PPL is paid through payroll on your regularly scheduled pay dates and is subject to all normal withholdings and deductions.\n<h3 style=\"padding-bottom: .3em;\">Requirements</h3>\nEmployees must provide at least a 90-day notice and must take their leave within six months after a birth or adoption. PPL can be taken intermittently or in one continuous block of time, depending on your work location.\n<h3 style=\"padding-bottom: .3em;\">How to Apply</h3>\nYou must submit your leave request in Workday at least 90 days prior to your requested leave date(s). Typically, this means 90 days prior to your expected due date or adoption placement. Requested leave periods are subject to manager review and approval. Remember to attach the signed PPL Affidavit to your Workday request.\n\n<em>Your Paid Parental Leave runs concurrently with applicable federal and state Family and Medical Leave provisions. If you are eligible for paid leave benefits under state or local law, the Paid Parental Leave program will be coordinated to prevent duplication of benefits. Your combined paid leave benefits will not exceed 100% of your regular base pay.</em>[/et_pb_text][et_pb_text _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2em||false|false\" global_colors_info=\"{}\"]<h2 style=\"padding-bottom: .2em;\">Adoption Assistance Program</h2>\n<p>If you are interested in adoption, you may be eligible for reimbursement of up to $10,000 from CF Industries for Qualified Adoption Expenses. This can include adoption agency fees, legal fees, travel costs and more. To learn more about this program, <strong>search â€˜Adoption Assistance Programâ€™ on The Loop to review the HR Policy.</strong></p>\n<h2 style=\"padding-bottom: .2em;\">Maven Fertility and Family Building</h2>\n<p>Get the support every family deserves with Maven, a leading virtual care platform designed to help you or your loved ones navigate fertility and family building. With Maven, employees or covered spouses on either Blue Cross Blue Sheild (BCBS) medical plan will receive 24/7 guidance all in one free app, including:</p>\n<ul>\n<li>Answers, day or night â€“ 24/7 support from a personal care team</li>\n<li>Unlimited video visits â€“ connect with 600 award-winning specialists</li>\n<li>Helpful resources â€“ learn from experts through articles, videos and classes</li>\n</ul>\n<p>Get support with things like:</p>\n<ul>\n<li>Fertility guidance for faster results</li>\n<li>Egg freezing support</li>\n<li>Adoption and surrogacy education / information</li>\n<li>Male fertility support</li>\n<li>General health and wellness</li>\n<li>Mental and emotional support</li>\n</ul>\n<p><a href=\"https://www.mavenclinic.com/maven-enrollment/maven\" target=\"_blank\" rel=\"noopener\">Register now</a> to receive expert support, emotional care, and practical tools to make informed decisions and feel confident throughout the fertility and family building process.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|800|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Additional Resources</h2>\n<h4>Paid Parental Leave (PPL)</h4>\nTo learn more about PPL, please contact your local Human Resources representative or search â€˜Paid Parental Leaveâ€™ on The Loop to view the PPL Policy and Frequently Asked Questions.\n<h4>PPL Affidavit</h4>\n<a href=\"/documents/2026-cf-ppl-affidavit/\" target=\"_blank\" rel=\"noopener\">Click here</a> to access the Paid Parental Leave Affidavit.\n<h4 style=\"padding-bottom: .2em;\">Workday</h4>\nAccess <a href=\"https://www.myworkday.com/wday/authgwy/cfindustries/login.htmld\" target=\"_blank\" rel=\"noopener\">Workday</a> to apply for Paid Parental Leave.\n<h3 style=\"padding-bottom: .2em;\">Adoption Assistance Program</h3>\nTo learn more about Adoption Assistance, pleaseÂ search â€˜Adoption Assistance Programâ€™ on The Loop to view the HR Policy.\n<h3 style=\"padding-bottom: .2em;\">Maven</h3>\n<strong>Visit</strong> <a href=\"https://www.mavenclinic.com/maven-enrollment/maven\" target=\"_blank\" rel=\"noopener\">mavenclinic.com</a>\n<strong>Email</strong> <a href=\"mailto:support@mavenclinic.com\" target=\"_blank\" rel=\"noopener\">support@mavenclinic.com</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" module_class=\"reg_text sidebar\" _builder_version=\"4.21.0\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"rgba(0,199,177,0.1)\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<h4>Employee Resources</h4>\n<p>â€‹Visit the Loop and search â€œEmployee Assistance Programâ€ to view more details on the programs and services available.</p>[/et_pb_text][et_pb_image src=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/eap_sidebar.jpg\" title_text=\"eap_sidebar\" disabled_on=\"on|on|on\" _builder_version=\"4.27.5\" _module_preset=\"default\" disabled=\"on\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]', 'Family Forming Benefits', '', 'publish', 'closed', 'closed', '', 'family-forming-benefits', '', '', '2026-01-29 12:43:22', '2026-01-29 18:43:22', '', '0', 'https://cfibenefitsstg.wpengine.com/?page_id=1419', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1422, 3, '2026-01-22 12:06:20', '2026-01-22 18:06:20', '', '2026 CF PPL Affidavit', '', 'publish', 'closed', 'closed', '', '2026-cf-ppl-affidavit', '', '', '2026-01-22 12:06:20', '2026-01-22 18:06:20', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1422', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1423, 3, '2026-01-22 12:05:58', '2026-01-22 18:05:58', '', '2026 CF PPL Affidavit', '', 'inherit', 'open', 'closed', '', 'cf-ppl-affidavit-12-19-25', '', '', '2026-01-22 12:06:10', '2026-01-22 18:06:10', '', 1422, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF-PPL-Affidavit-12.19.25.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1424, 3, '2026-03-01 21:48:14', '2026-01-22 18:16:02', ' ', '', '', 'publish', 'closed', 'closed', '', 1424, '', '', '2026-03-01 21:48:14', '2026-03-02 03:48:14', '', '0', 'https://cfibenefitsstg.wpengine.com/?p=1424', 20, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1426, 3, '2026-01-22 12:42:26', '2026-01-22 18:42:26', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.5\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/05/strive_page_banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"43%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"54%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.21.0\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Hinge Health</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.5\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Your path to pain free living starts here.[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.5\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p>Take charge of your joint and muscle health with Hinge Healthâ€”available at no cost to you. This virtual program offers personalized support to help employees enrolled in either BCBS medical plan (and covered dependents over age 18) recover from injuries, manage chronic pain, and prevent future issues before they start.</p>\n<h2>Support from Head to Toe</h2>\n<p>You can use Hinge Health to:</p>\n<ul>\n<li>Recover from an injury</li>\n<li>Relieve pelvic pain and discomfort</li>\n<li>Reduce everyday joint and muscle aches</li>\n<li>Improve your balance and strength</li>\n</ul>\n<p>Within the Hinge Health app, youâ€™ll receive:</p>\n<ul>\n<li>A customized care plan designed by physical therapists</li>\n<li>Access to exercise therapy sessions you can do in as little as 15 minutes â€“ anytime, anywhere</li>\n<li>Wearable sensors to guide your movements and track progress</li>\n<li>Dedicated health coach and physical therapist to keep you motivated to stay on track</li>\n</ul>\n<p>This convenient, at-home solution will help you feel better, move more easily, and avoid unnecessary surgeries or medications.</p>\n<p><strong>Take control of your health and build strength from head to toe â€“ anytime, anywhere.</strong></p>\n<p>Employees on either BCBS medical plan (and covered dependents over age 18):</p>\n<p><a href=\"https://www.hingehealth.com/for/cfindustries/\" target=\"_blank\" rel=\"noopener\">Click here</a> to register and take the first step toward feeling better.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" hover_enabled=\"0\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Contact Information</h2>\n<h3>Hinge Health</h3>\n<p><span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>855-902-2777</strong></p>\n<p><span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://www.hingehealth.com/for/cfindustries/  \" target=\"_blank\" rel=\"noopener\">hingehealth.com</a></p>\n<p><strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:help@hingehealth.com\" target=\"_blank\" rel=\"noopener\">help@hingehealth.com</a></p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.5\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<h4>How to Make an Appointment</h4>\n<p>Log into Proactive MDâ€™s <a href=\"https://proactivemd.myezyaccess.com/Patient/Main.aspx\" target=\"_blank\" rel=\"noopener\">Patient Portal</a> to access your nearest health centerâ€™s contact information and schedule an appointment.</p>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"on|on|on\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.20.2\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" disabled=\"on\" locked=\"off\" global_colors_info=\"{}\"]<h2>For Employees Only</h2>\n<p>For more information, please visit The Loop and search the keyword \"________ \" to find helpful resources.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Hinge Health', '', 'publish', 'closed', 'closed', '', 'hinge-health', '', '', '2026-01-29 15:25:50', '2026-01-29 21:25:50', '', '0', 'https://cfibenefitsstg.wpengine.com/?page_id=1426', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1429, 3, '2026-03-01 21:48:12', '2026-01-22 18:44:02', ' ', '', '', 'publish', 'closed', 'closed', '', 1429, '', '', '2026-03-01 21:48:12', '2026-03-02 03:48:12', '', '0', 'https://cfibenefitsstg.wpengine.com/?p=1429', 14, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1433, 1, '2026-03-01 21:48:09', '2026-01-25 19:55:31', ' ', '', '', 'publish', 'closed', 'closed', '', 1433, '', '', '2026-03-01 21:48:09', '2026-03-02 03:48:09', '', '0', 'https://cfibenefitsstg.wpengine.com/?p=1433', 5, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1438, 3, '2026-01-29 12:54:07', '2026-01-29 18:54:07', '', '2026 US Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2026-us-enrollment-guide', '', '', '2026-02-25 22:14:30', '2026-02-26 04:14:30', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1438', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1439, 3, '2026-01-29 12:53:27', '2026-01-29 18:53:27', '', '2026 US Enrollment Guide', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_nu_eguide_012126', '', '', '2026-01-29 12:53:47', '2026-01-29 18:53:47', '', 1438, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF_Enrollment_US_NU_eGuide_012126.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1440, 3, '2026-01-29 12:55:32', '2026-01-29 18:55:32', '', '2026 Cost of Coverage', '', 'publish', 'closed', 'closed', '', '2026-cost-of-coverage', '', '', '2026-01-29 12:55:32', '2026-01-29 18:55:32', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1440', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1441, 3, '2026-01-29 12:54:59', '2026-01-29 18:54:59', '', '2026 Cost of Coverage', '', 'inherit', 'open', 'closed', '', 'cf_2026_rates_nu_final_100225-5', '', '', '2026-01-29 12:55:12', '2026-01-29 18:55:12', '', 1440, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF_2026_Rates_NU_FINAL_100225-3.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1443, 3, '2026-01-29 12:56:51', '2026-01-29 18:56:51', '', '2026 Member Preventive Drug List', '', 'publish', 'closed', 'closed', '', '2026-member-preventive-drug-list-2', '', '', '2026-01-29 12:56:51', '2026-01-29 18:56:51', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1443', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1444, 3, '2026-01-29 12:56:19', '2026-01-29 18:56:19', '', '2026 Member Preventive Drug List', '', 'inherit', 'open', 'closed', '', 'member-preventive-drug-list-il-2', '', '', '2026-01-29 12:56:30', '2026-01-29 18:56:30', '', 1443, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/member-preventive-drug-list-il-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1445, 3, '2026-01-29 12:57:57', '2026-01-29 18:57:57', '', '2026 Balanced Drug List', '', 'publish', 'closed', 'closed', '', '2026-balanced-drug-list', '', '', '2026-01-29 12:57:57', '2026-01-29 18:57:57', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1445', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1446, 3, '2026-01-29 12:57:32', '2026-01-29 18:57:32', '', '2026 Balanced Drug List', '', 'inherit', 'open', 'closed', '', 'balanced-il-2026-2', '', '', '2026-01-29 12:57:44', '2026-01-29 18:57:44', '', 1445, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/balanced-il-2026-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1447, 3, '2026-01-29 12:59:01', '2026-01-29 18:59:01', '', '2026 HSA Standard Preventive Drug List', '', 'publish', 'closed', 'closed', '', '2026-hsa-standard-preventive-drug-list', '', '', '2026-01-29 12:59:01', '2026-01-29 18:59:01', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1447', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1448, 3, '2026-01-29 12:58:31', '2026-01-29 18:58:31', '', '2026 HSA Standard Preventive Drug List', '', 'inherit', 'open', 'closed', '', '2026-hsa-standard-preventive-drug-list_member_flyer-2', '', '', '2026-01-29 12:58:43', '2026-01-29 18:58:43', '', 1447, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2026-HSA-Standard-Preventive-Drug-List_Member_Flyer-1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1449, 3, '2026-01-29 13:04:56', '2026-01-29 19:04:56', '', '2026 IL Group QIP Perinatal Wellness', '', 'publish', 'closed', 'closed', '', '2026-il-group-qip-perinatal-wellness', '', '', '2026-01-29 13:04:56', '2026-01-29 19:04:56', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1449', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1450, 3, '2026-01-29 13:04:16', '2026-01-29 19:04:16', '', '2026 IL Group QIP Perinatal Wellness', '', 'inherit', 'open', 'closed', '', '2026_227423-0925-il-group-qip-perinatal-wellness-member-guidelines-002', '', '', '2026-01-29 13:04:39', '2026-01-29 19:04:39', '', 1449, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2026_227423.0925-IL-Group-QIP-Perinatal-Wellness-Member-Guidelines-002.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1451, 3, '2026-01-29 13:06:06', '2026-01-29 19:06:06', '', '2026 IL Group QIP Childrens Wellness', '', 'publish', 'closed', 'closed', '', '2026-il-group-qip-childrens-wellness', '', '', '2026-01-29 13:06:31', '2026-01-29 19:06:31', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1451', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1452, 3, '2026-01-29 13:05:34', '2026-01-29 19:05:34', '', '2026 IL Group QIP Childrens Wellness', '', 'inherit', 'open', 'closed', '', '2026_02682-0925-il-group-qip-childrens-wellness-member-guidelines-002', '', '', '2026-01-29 13:05:51', '2026-01-29 19:05:51', '', 1451, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2026_02682.0925-IL-Group-QIP-Childrens-Wellness-Member-Guidelines-002.pdf', '0', 'attachment', 'application/pdf', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1453, 3, '2026-01-29 13:07:45', '2026-01-29 19:07:45', '', '2026 IL Group QIP Adult Wellness', '', 'publish', 'closed', 'closed', '', '2026-il-group-qip-adult-wellness', '', '', '2026-01-29 13:07:45', '2026-01-29 19:07:45', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1453', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1454, 3, '2026-01-29 13:07:12', '2026-01-29 19:07:12', '', '2026 IL Group QIP Adult Wellness', '', 'inherit', 'open', 'closed', '', '2026_22960-0925-il-group-qip-adult-wellness-member-guidelines', '', '', '2026-01-29 13:07:28', '2026-01-29 19:07:28', '', 1453, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2026_22960.0925-IL-Group-QIP-Adult-Wellness-Member-Guidelines.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1457, 3, '2026-01-29 13:18:14', '2026-01-29 19:18:14', '', 'Dental- myCigna overview flyer', '', 'publish', 'closed', 'closed', '', 'dental-mycigna-overview-flyer', '', '', '2026-01-29 13:18:14', '2026-01-29 19:18:14', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1457', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1458, 3, '2026-01-29 13:17:50', '2026-01-29 19:17:50', '', 'Dental- myCigna overview flyer', '', 'inherit', 'open', 'closed', '', 'dental-mycigna-overview-flyer', '', '', '2026-01-29 13:17:50', '2026-01-29 19:17:50', '', 1457, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/Dental-myCigna-overview-flyer.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1461, 3, '2026-01-29 13:39:24', '2026-01-29 19:39:24', '', '2026 US Annual Notices', '', 'publish', 'closed', 'closed', '', '2026-us-annual-notices', '', '', '2026-01-29 13:39:24', '2026-01-29 19:39:24', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1461', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1462, 3, '2026-01-29 13:38:51', '2026-01-29 19:38:51', '', '2026 US Annual Notices', '', 'inherit', 'open', 'closed', '', 'cf-2026-us-annual-notices-10-15-25', '', '', '2026-01-29 13:39:09', '2026-01-29 19:39:09', '', 1461, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF-2026-US-Annual-Notices-10.15.25.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1463, 3, '2026-01-29 13:40:36', '2026-01-29 19:40:36', '', '2024 SAR - CF Industries', '', 'publish', 'closed', 'closed', '', '2024-sar-cf-industries', '', '', '2026-01-29 13:40:36', '2026-01-29 19:40:36', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1463', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1464, 3, '2026-01-29 13:40:09', '2026-01-29 19:40:09', '', '2024 SAR - CF Industries', '', 'inherit', 'open', 'closed', '', '2024-sar-cf-industries-welfare-benefit-plan', '', '', '2026-01-29 13:40:21', '2026-01-29 19:40:21', '', 1463, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/2024-SAR-CF-Industries-Welfare-Benefit-Plan.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1465, 3, '2026-01-29 13:42:26', '2026-01-29 19:42:26', '', 'SBC Standard PPO CF INDUSTRIES HOLDINGS', '', 'publish', 'closed', 'closed', '', 'sbc-standard-ppo-cf-industries-holdings', '', '', '2026-01-29 13:42:26', '2026-01-29 19:42:26', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1465', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1466, 3, '2026-01-29 13:41:47', '2026-01-29 19:41:47', '', 'SBC Standard PPO CF INDUSTRIES HOLDINGS', '', 'inherit', 'open', 'closed', '', 'sbc_248031_248035_0002_standardppo_cf-industries-holdings-inc_ppo_01-01-2026-to-12-31-2026_2020-01-01_v1', '', '', '2026-01-29 13:42:11', '2026-01-29 19:42:11', '', 1465, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/SBC_248031_248035_0002_StandardPPO_CF-INDUSTRIES-HOLDINGS-INC_PPO_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1468, 3, '2026-01-29 13:43:46', '2026-01-29 19:43:46', '', 'SBC HDHP CF INDUSTRIES', '', 'publish', 'closed', 'closed', '', 'sbc-hdhp-cf-industries', '', '', '2026-01-29 13:43:46', '2026-01-29 19:43:46', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1468', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1469, 3, '2026-01-29 13:43:05', '2026-01-29 19:43:05', '', 'SBC HDHP CF INDUSTRIES', '', 'inherit', 'open', 'closed', '', 'sbc_248031_249478_0001_hdhp_cf-industries-holdings-inc_hsa_01-01-2026-to-12-31-2026_2020-01-01_v1', '', '', '2026-01-29 13:43:27', '2026-01-29 19:43:27', '', 1468, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/SBC_248031_249478_0001_HDHP_CF-INDUSTRIES-HOLDINGS-INC_HSA_01-01-2026-to-12-31-2026_2020-01-01_v1.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1471, 3, '2026-01-29 14:03:27', '2026-01-29 20:03:27', '', 'CF Transition eGuide US', '', 'publish', 'closed', 'closed', '', 'cf-transition-eguide-us', '', '', '2026-01-29 14:03:27', '2026-01-29 20:03:27', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1471', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1472, 3, '2026-01-29 14:02:59', '2026-01-29 20:02:59', '', 'CF Transition eGuide US', '', 'inherit', 'open', 'closed', '', 'cf_transition_eguide_us_012626pm', '', '', '2026-01-29 14:03:13', '2026-01-29 20:03:13', '', 1471, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF_Transition_eGuide_US_012626pm.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1473, 3, '2026-01-29 14:04:53', '2026-01-29 20:04:53', '', 'CF 2026 Rates COBRA', '', 'publish', 'closed', 'closed', '', 'cf-2026-rates-cobra', '', '', '2026-01-29 14:04:53', '2026-01-29 20:04:53', '', '0', 'https://cfibenefitsstg.wpengine.com/?post_type=pf_document&#038;p=1473', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1474, 3, '2026-01-29 14:04:20', '2026-01-29 20:04:20', '', 'CF 2026 Rates COBRA', '', 'inherit', 'open', 'closed', '', 'cf_2026_rates_cobra_092625', '', '', '2026-01-29 14:04:33', '2026-01-29 20:04:33', '', 1473, 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/CF_2026_Rates_COBRA_092625.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1477, 1, '2026-01-29 19:36:29', '2026-01-30 01:36:29', '', 'hinge-health', '', 'inherit', 'open', 'closed', '', 'hinge-health-2', '', '', '2026-01-29 19:36:29', '2026-01-30 01:36:29', '', '0', 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/hinge-health.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1478, 1, '2026-01-29 19:39:11', '2026-01-30 01:39:11', '', 'hinge-07', '', 'inherit', 'open', 'closed', '', 'hinge-07', '', '', '2026-01-29 19:39:11', '2026-01-30 01:39:11', '', '0', 'https://cfibenefitsstg.wpengine.com/wp-content/uploads/2026/01/hinge-07.svg', '0', 'attachment', 'image/svg+xml', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1480, 1, '2026-02-06 19:59:48', '2026-02-07 01:59:48', '', '2026 Annual Enrollment Guide', '', 'publish', 'closed', 'closed', '', '2026-annual-enrollment-eguide', '', '', '2026-02-06 20:00:51', '2026-02-07 02:00:51', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1480', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1481, 1, '2026-02-06 19:59:32', '2026-02-07 01:59:32', '', 'CF_AE26_eGuide_US_FINAL_102125', '', 'inherit', 'open', 'closed', '', 'cf_ae26_eguide_us_final_102125-2', '', '', '2026-02-06 19:59:32', '2026-02-07 01:59:32', '', 1480, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/02/CF_AE26_eGuide_US_FINAL_102125.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1487, 1, '2026-02-25 22:14:17', '2026-02-26 04:14:17', '', 'CF_Enrollment_US_NU_eGuide_FINAL_022326', '', 'inherit', 'open', 'closed', '', 'cf_enrollment_us_nu_eguide_final_022326', '', '', '2026-02-25 22:14:17', '2026-02-26 04:14:17', '', 1438, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/01/CF_Enrollment_US_NU_eGuide_FINAL_022326.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1488, 1, '2026-03-01 20:07:58', '2026-03-02 02:07:58', '[et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" admin_label=\"header section\" _builder_version=\"4.27.6\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"112deg\" background_color_gradient_stops=\"#3fa9f5 1%|#3fa9f5 53%|rgba(255,255,255,0) 53%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/03/CF-Espresa-Banner.jpg\" custom_padding=\"3.25vw||3.25vw||true|false\" custom_padding_tablet=\"2vw||2vw||true|false\" custom_padding_phone=\"2vw||2vw||true|false\" hover_enabled=\"0\" background_last_edited=\"on|phone\" use_background_color_gradient_tablet=\"on\" use_background_color_gradient_phone=\"on\" background_color_gradient_stops_tablet=\"#3fa9f5 0%|#3fa9f5 60%|rgba(255,255,255,0) 60%\" background_color_gradient_stops_phone=\"#3fa9f5 0%|#3fa9f5 59%|rgba(255,255,255,0) 59%\" background_position_phone=\"center_right\" background_horizontal_offset_phone=\"43%\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.21.0\" _module_preset=\"default\" width_tablet=\"65%\" width_phone=\"54%\" width_last_edited=\"on|phone\" custom_margin_tablet=\"|||3em|false|false\" custom_margin_phone=\"|||2em|false|false\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_css_main_element=\"align-items: center !important;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"align-items: center !important;\" custom_css_main_element_phone=\"align-items: center !important;\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_css_main_element=\"display: flex;||flex-direction: column;||justify-content: center;\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"display: flex;||flex-direction: column;||justify-content: center;\" custom_css_main_element_phone=\"display: flex;||flex-direction: column;||justify-content: center;\"][et_pb_text content_tablet=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_phone=\"<h1>HEALTH SAVINGS<br>ACCOUNT (HSA)</h1>\" content_last_edited=\"off|desktop\" _builder_version=\"4.27.6\" _module_preset=\"0b50e57f-b832-49c7-98c9-cec37200d9c3\" header_font=\"Montserrat|300|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"41px\" header_line_height=\"1.2em\" custom_margin=\"5px||||false|false\" custom_margin_tablet=\"2em||-1.5em||false|false\" custom_margin_phone=\"||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|tablet\" header_font_size_tablet=\"36px\" header_font_size_phone=\"29px\" header_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h1>Espresa</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.20.2\" _module_preset=\"default\" background_image=\"https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2023/03/lower_tri-form_2.png\" background_size=\"custom\" background_image_width=\"20%\" background_image_height=\"0%\" background_position=\"bottom_right\" custom_padding=\"20px||50px||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"20px||||false|false\" background_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"13px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text admin_label=\"Intro box\" _builder_version=\"4.27.6\" _module_preset=\"b4352afb-c3cd-4ce1-9c36-6a63d7e54b82\" text_font=\"Montserrat|300|||||||\" text_text_color=\"#015846\" text_font_size=\"27px\" text_line_height=\"1.3em\" link_font=\"|800|||||||\" border_width_bottom=\"0px\" border_color_bottom=\"#DAD7CB\" border_style_bottom=\"solid\" global_colors_info=\"{}\"]Personalize your well-being journey with Espresa, your well-being platform and Lifestyle Spending Account (LSA).[/et_pb_text][et_pb_text ol_item_indent=\"1.8em\" _builder_version=\"4.27.6\" _module_preset=\"74830f7f-6ee4-427a-8099-eb52e409ee42\" custom_margin=\"||2.5em||false|false\" global_colors_info=\"{}\"]<p  style=\"padding-bottom: .75em;\">Espresa is your well-being platform and Lifestyle Spending Account (LSA) designed to support your physical, financial, social, and emotional well-being. Espresa is comprised of an <strong>LSA wallet</strong>, <strong>challenges </strong>and <strong>communities</strong> to promote activities and connections that support your overall well-being goals.</p>\n\n<h4><strong>LSA wallet</strong></h4>\n<ul>\n	<li>An LSA helps cover well-being expenses that typicallyÂ arenâ€™tÂ included in traditional health or insurance plans. Through Espresa, you can be reimbursed for <strong>eligible expenses </strong>â€“Â <strong>up to $500</strong> â€“ that support your unique well-being goals:\n<ul>\n	<li><strong>AÂ </strong><strong>$300</strong>â€¯company contribution will be added automatically to yourÂ walletÂ at the start of each program year</li>\n	<li><strong>Up toÂ </strong><strong>$200Â </strong>of additionalÂ funds will be<strong>Â </strong>available by completing eligible challenges throughout the year</li>\n</ul>\n</li>\n</ul>\n<h4><strong>Challenges:</strong></h4>\n<ul>\n	<li>Challenges are activities that you can participate in that promote different aspects of well-being. Challenges include (but are not limited to):\n<ul>\n	<li>Completing <a href=\"/best-premium/\">Best Premium</a></li>\n	<li>Giving back through <a href=\"/paid-time-off/\">Volunteer Time Off</a></li>\n	<li>Participating in well-being webinars (<a href=\"/ayco-financial-well-being/\">Ayco</a>, <a href=\"/hinge-health/\">Hinge Health</a>, <a href=\"/family-forming-benefits/\">Maven</a>, etc.)</li>\n</ul>\n</li>\n	<li>By completing these challenges, you will earn additional funds in various increments to your wallet, <strong>up to $200 per year</strong>.</li>\n</ul>\n<h4><strong>Communities:</strong></h4>\n<ul>\n	<li>Espresa communities connect employees with shared interests, providing a space to share knowledge, tips and inspiration. The communities include:\n<ul>\n	<li><strong>Eat Well, Be Well:</strong> a community for those passionate about healthy, balanced living</li>\n	<li><strong>Financially Fit:</strong> a community for those interested in financial well-being</li>\n	<li><strong>In Motion:</strong> a community that empowers each other to stay active and energized through fitness and movement</li>\n	<li><strong>Mental Health Matters:</strong> a community dedicated to promoting emotional well-being</li>\n</ul>\n</li>\n</ul>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"default\" background_enable_image=\"off\" background_size=\"initial\" background_position=\"bottom_left\" custom_padding=\"0px||20px||false|true\" custom_padding_tablet=\"||||false|false\" custom_padding_phone=\"||||false|false\" custom_padding_last_edited=\"on|desktop\" custom_css_main_element=\"margin-top: 6px;\" global_colors_info=\"{}\"][et_pb_text ul_item_indent=\"1.5em\" admin_label=\"Contact box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#e9f8f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#3FA9F5\" locked=\"off\" global_colors_info=\"{}\"]<h2>Contact Information</h2>\n<h3>Espresa</h3>\n<span class=\"blue_box_lead-ins\"><strong>Call</strong> <i class=\"fa-regular fa-phone-volume\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><strong>+1 650-752-6699</strong>, Option 1\n\n<span class=\"blue_box_lead-ins\"><strong>Visit</strong> <i class=\"fa-regular fa-arrow-up-right-from-square\" style=\"padding-left: 2px;\" aria-hidden=\"true\"></i></span><a href=\"https://espresa.com/login\" target=\"_blank\" rel=\"noopener\">espresa.com/login</a>\nLog in with your CF Industries email address\n\n<strong><span style=\"color: #3fa9f5;\">Email</span></strong> <i class=\"fa-regular fa-envelope\" style=\"color: #3fa9f5; padding-left: 1px;\" aria-hidden=\"true\"></i> <a href=\"mailto:support@espresa.com\" target=\"_blank\" rel=\"noopener\">support@espresa.com</a>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Resources box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" background_color=\"#effaeb\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#54CE32\" locked=\"off\" global_colors_info=\"{}\"]<h2>Additional Resources</h2>\n<p style=\"padding-bottom: .75em;\">Review the <a href=\"/documents/lifestyle-spending-account-guidelines-us/\" target=\"_blank\" rel=\"noopener\"><u>Espresa guidelines document</u></a> for:</p>\n<ul>\n<li>Login and password reset instructions</li>\n<li>Reimbursement instructions</li>\n<li>A full list of eligible expenses</li>\n<li>Frequently asked questions</li>\n</ul>[/et_pb_text][et_pb_text ul_item_indent=\"1.5em\" disabled_on=\"off|off|off\" admin_label=\"Employee box\" module_class=\"reg_text sidebar\" _builder_version=\"4.27.6\" _module_preset=\"bec712a8-bf23-487f-abae-a1b6c24d0a98\" text_font=\"Montserrat||||||||\" text_font_size=\"15px\" text_line_height=\"1.5em\" link_font=\"|700|||on|||#015846|\" link_text_color=\"#015846\" ul_font_size=\"15px\" header_text_color=\"#FDB825\" header_line_height=\"1.2em\" header_2_font=\"Montserrat|600|||||||\" header_2_text_color=\"#015846\" header_2_line_height=\"1.2em\" header_3_font_size=\"19.5px\" header_3_letter_spacing=\"0.1px\" header_3_line_height=\"1.2em\" header_5_font=\"|600|||||||\" header_5_font_size=\"15px\" background_color=\"#eef9f7\" positioning=\"relative\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" custom_margin=\"22px|-11px|24px|0px|false|false\" custom_padding=\"14px|20px|14px|20px|true|true\" border_width_top=\"2px\" border_color_top=\"#00C7B1\" locked=\"off\" global_colors_info=\"{}\"]<h2>Donâ€™t Miss Out</h2>\n<p  style=\"padding-bottom: .75em;\">Thereâ€™s more to your LSA than sneakers and gym memberships. You can even reimburse expenses such as:</p>\n<ul>\n	<li>Books</li>\n	<li>Fishing gear</li>\n	<li>Art and photography supplies</li>\n	<li>Cooking, dance and music lessons</li>\n	<li>Language courses</li>\n	<li>Hiking equipment</li>\n	<li>And so much more</li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]', 'Espresa', '', 'publish', 'closed', 'closed', '', 'espresa', '', '', '2026-03-01 21:45:02', '2026-03-02 03:45:02', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?page_id=1488', '0', 'page', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1500, 1, '2026-03-01 21:27:19', '2026-03-02 03:27:19', '', 'CF-Lifestyle-Spending-Account-Guidelines-US', '', 'inherit', 'open', 'closed', '', 'cf-lifestyle-spending-account-guidelines-us', '', '', '2026-03-01 21:28:12', '2026-03-02 03:28:12', '', 1501, 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/03/CF-Lifestyle-Spending-Account-Guidelines-US.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1501, 1, '2026-03-01 21:28:12', '2026-03-02 03:28:12', '', 'Lifestyle Spending Account Guidelines US', '', 'publish', 'closed', 'closed', '', 'lifestyle-spending-account-guidelines-us', '', '', '2026-03-01 21:28:12', '2026-03-02 03:28:12', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?post_type=pf_document&#038;p=1501', '0', 'pf_document', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1504, 1, '2026-03-01 21:42:48', '2026-03-02 03:42:48', '', '', '', 'inherit', 'open', 'closed', '', 'cf-espresa-banner', '', '', '2026-03-01 21:42:53', '2026-03-02 03:42:53', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/03/CF-Espresa-Banner.jpg', '0', 'attachment', 'image/jpeg', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1506, 1, '2026-03-01 21:46:05', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2026-03-01 21:46:05', '0000-00-00 00:00:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?p=1506', 1, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1507, 1, '2026-03-01 21:46:40', '2026-03-02 03:46:40', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-divi-child', '', '', '2026-03-01 21:46:40', '2026-03-02 03:46:40', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-global-styles-divi-child/', '0', 'wp_global_styles', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1508, 1, '2026-03-01 21:48:10', '2026-03-02 03:48:10', ' ', '', '', 'publish', 'closed', 'closed', '', 1508, '', '', '2026-03-01 21:48:10', '2026-03-02 03:48:10', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?p=1508', 8, 'nav_menu_item', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1519, 1, '2026-03-05 14:36:29', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-03-05 14:36:29', '0000-00-00 00:00:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?p=1519', '0', 'post', '', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1521, 1, '2026-03-05 16:48:58', '2026-03-05 22:48:58', '', 'Dependent Documentation Requirements', '', 'inherit', 'open', 'closed', '', 'dependent-documentation-requirements-2', '', '', '2026-03-05 16:48:58', '2026-03-05 22:48:58', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/wp-content/uploads/2026/03/Dependent-Documentation-Requirements.pdf', '0', 'attachment', 'application/pdf', '0');

INSERT IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1523, 5, '2026-03-05 17:31:58', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-03-05 17:31:58', '0000-00-00 00:00:00', '', '0', 'https://lsk.yzp.mybluehost.me/website_441840fc/?p=1523', '0', 'post', '', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_registration_log` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(255) NOT NULL DEFAULT '',
  `IP` varchar(30) NOT NULL DEFAULT '',
  `blog_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`ID`),
  KEY `IP` (`IP`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT IGNORE INTO `wp_registration_log` (`ID`, `email`, `IP`, `blog_id`, `date_registered`) VALUES (1, 'tim@bandoliergroup.com', '98.97.15.92', 2, '2023-06-18 08:15:37');

INSERT IGNORE INTO `wp_registration_log` (`ID`, `email`, `IP`, `blog_id`, `date_registered`) VALUES (2, 'tim@bandoliergroup.com', '24.207.204.29', 3, '2025-03-11 11:33:14');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_relevanssi` (
  `doc` bigint(20) NOT NULL DEFAULT 0,
  `term` varchar(50) NOT NULL DEFAULT '0',
  `term_reverse` varchar(50) NOT NULL DEFAULT '0',
  `content` mediumint(9) NOT NULL DEFAULT 0,
  `title` mediumint(9) NOT NULL DEFAULT 0,
  `comment` mediumint(9) NOT NULL DEFAULT 0,
  `tag` mediumint(9) NOT NULL DEFAULT 0,
  `link` mediumint(9) NOT NULL DEFAULT 0,
  `author` mediumint(9) NOT NULL DEFAULT 0,
  `category` mediumint(9) NOT NULL DEFAULT 0,
  `excerpt` mediumint(9) NOT NULL DEFAULT 0,
  `taxonomy` mediumint(9) NOT NULL DEFAULT 0,
  `customfield` mediumint(9) NOT NULL DEFAULT 0,
  `mysqlcolumn` mediumint(9) NOT NULL DEFAULT 0,
  `taxonomy_detail` longtext NOT NULL,
  `customfield_detail` longtext NOT NULL,
  `mysqlcolumn_detail` longtext NOT NULL,
  `type` varchar(210) NOT NULL DEFAULT 'post',
  `item` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`doc`,`term`,`item`),
  KEY `terms` (`term`(20)),
  KEY `relevanssi_term_reverse_idx` (`term_reverse`(10)),
  KEY `typeitem` (`type`(190),`item`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 1971, 1791, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'actor', 'rotca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'angeles', 'selegna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'aspiring', 'gniripsa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'awesome', 'emosewa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'bike', 'ekib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'blog', 'golb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'caught', 'thguac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'city', 'ytic', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'coladas', 'sadaloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'content', 'tnetnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'dashboard', 'draobhsad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'delete', 'eteled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'dog', 'god', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'doohickey', 'yekcihood', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'doohickeys', 'syekcihood', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'employs', 'syolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'founded', 'dednuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'fun', 'nuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'gettin', 'nitteg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'gotham', 'mahtog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'hi', 'ih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'introduces', 'secudortni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'jack', 'kcaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'kinds', 'sdnik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'like', 'ekil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'located', 'detacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'los', 'sol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'messenger', 'regnessem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'named', 'deman', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'navigation', 'noitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'night', 'thgin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'page', 'egap', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'pages', 'segap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'people', 'elpoep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'piÃ±a', 'aÃ±ip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'potential', 'laitnetop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'public', 'cilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'quality', 'ytilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'rain', 'niar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'sample', 'elpmas', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'say', 'yas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'site', 'etis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'themes', 'semeht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'user', 'resu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'visitors', 'srotisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'wordpress', 'sserpdrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (2, 'xyz', 'zyx', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'accepts', 'stpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'address', 'sserdda', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'administrative', 'evitartsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'administrators', 'srotartsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'agent', 'tnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'anonymized', 'dezimynona', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'approve', 'evorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'article', 'elcitra', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'articles', 'selcitra', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'automated', 'detamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'automattic', 'cittamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'avoid', 'diova', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'behaves', 'sevaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'browser', 'resworb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'called', 'dellac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cftotalrewards', 'sdrawerlatotfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'checked', 'dekcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'close', 'esolc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'collect', 'tcelloc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'comment', 'tnemmoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'comments', 'stnemmoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'contains', 'sniatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'content', 'tnetnoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'context', 'txetnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'convenience', 'ecneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cookie', 'eikooc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'cookies', 'seikooc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'data', 'atad', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'delete', 'eteled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'detection', 'noitceted', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'determine', 'enimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'discarded', 'dedracsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'display', 'yalpsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'download', 'daolnwod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'edit', 'tide', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'edited', 'detide', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'email', 'liame', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'embed', 'debme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'embedded', 'deddebme', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'erase', 'esare', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'exact', 'tcaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'exif', 'fixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'expires', 'seripxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'exported', 'detropxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'extract', 'tcartxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'gps', 'spg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'gravatar', 'ratavarg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'hash', 'hsah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'hold', 'dloh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'holding', 'gnidloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'https', 'sptth', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'images', 'segami', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'included', 'dedulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'including', 'gnidulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'indefinitely', 'yletinifedni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'indicates', 'setacidni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'instead', 'daetsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'interaction', 'noitcaretni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'ip', 'pi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'leave', 'evael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'left', 'tfel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'location', 'noitacol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'log', 'gol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'logged', 'deggol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'login', 'nigol', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'media', 'aidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'metadata', 'atadatem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'moderation', 'noitaredom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'monitor', 'rotinom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'obliged', 'degilbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'opt', 'tpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'party', 'ytrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'persist', 'tsisrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'personal', 'lanosrep', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'picture', 'erutcip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'policy', 'ycilop', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'privacy', 'ycavirp', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'profile', 'eliforp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'provided', 'dedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'public', 'cilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'publish', 'hsilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'purposes', 'sesoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'queue', 'eueuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'remember', 'rebmemer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'removed', 'devomer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'request', 'tseuqer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'reset', 'teser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'retained', 'deniater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'rights', 'sthgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'saved', 'devas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'saving', 'gnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'screen', 'neercs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'sent', 'tnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'service', 'ecivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'set', 'tes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'shown', 'nwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'site', 'etis', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'spam', 'maps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'string', 'gnirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'suggested', 'detseggus', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'temporary', 'yraropmet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'text', 'txet', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'tracking', 'gnikcart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'upload', 'daolpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'uploading', 'gnidaolpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'user', 'resu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'users', 'sresu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'videos', 'soediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visible', 'elbisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visited', 'detisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visitor', 'rotisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'visitors', 'srotisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'website', 'etisbew', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'websites', 'setisbew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'weeks', 'skeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (3, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (32, 'tables', 'selbat', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 100, '001', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 2022, 2202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 24, 42, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 8886764204, 4024676888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 8889028293, 3928209888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 902, 209, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'abroad', 'daorba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'access', 'ssecca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'account', 'tnuocca', 17, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'addiction', 'noitcidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'administer', 'retsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'advantage', 'egatnavda', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'advocacy', 'ycacovda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'advocates', 'setacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'allergies', 'seigrella', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'allowed', 'dewolla', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'answer', 'rewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'anxiety', 'yteixna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'app', 'ppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'appointment', 'tnemtnioppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'area', 'aera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'arise', 'esira', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'assist', 'tsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'asthma', 'amhtsa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'bam', 'mab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'bcbs', 'sbcb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'bcbsil', 'lisbcb', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'behavioral', 'laroivaheb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'billed', 'dellib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'blue', 'eulb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'board', 'draob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'care', 'erac', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'certified', 'deifitrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cf', 'fc', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'charges', 'segrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'chatting', 'gnittahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'check', 'kcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'children', 'nerdlihc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'click', 'kcilc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'clinicians', 'snaicinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'coinsurance', 'ecnarusnioc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cold', 'dloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'combination', 'noitanibmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'come', 'emoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'commendations', 'snoitadnemmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'compare', 'erapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'comparisons', 'snosirapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'complex', 'xelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'comprehensive', 'evisneherpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'concerns', 'snrecnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'connected', 'detcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contains', 'sniatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'contributions', 'snoitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'copays', 'syapoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cost', 'tsoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'costs', 'stsoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'counseling', 'gnilesnuoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cover', 'revoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'coverage', 'egarevoc', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'covered', 'derevoc', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'cross', 'ssorc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'ct', 'tc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'customer', 'remotsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'dcfsa', 'asfcd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'deductible', 'elbitcuded', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'dental', 'latned', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'dependent', 'tnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'depression', 'noisserped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'details', 'sliated', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'determine', 'enimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'diagnoses', 'sesongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'directed', 'detcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'disclosed', 'desolcsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'disorders', 'sredrosid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'doctor', 'rotcod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'doctors', 'srotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'dual', 'laud', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'ear', 'rae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employee', 'eeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'enrolled', 'dellorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'estimated', 'detamitse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'expenses', 'sesnepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'family', 'ylimaf', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'favorable', 'elbarovaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'favored', 'derovaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'fidelity', 'ytiledif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'finding', 'gnidnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'flexibility', 'ytilibixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'flexible', 'elbixelf', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'flu', 'ulf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'fsas', 'sasf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'funds', 'sdnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'general', 'lareneg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'global', 'labolg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'guidance', 'ecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'guidelines', 'senilediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'guides', 'sediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'hcfsa', 'asfch', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'health', 'htlaeh', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'healthcare', 'erachtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'help', 'pleh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'higher', 'rehgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'hinge', 'egnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'hours', 'sruoh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'hsa', 'ash', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'hsas', 'sash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'illinois', 'sionilli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'individual', 'laudividni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'industries', 'seirtsudni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'infections', 'snoitcefni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'insured', 'derusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'issues', 'seussi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'july', 'yluj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'learn', 'nrael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'likewise', 'esiwekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'limited', 'detimil', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'living', 'gnivil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'lower', 'rewol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'maven', 'nevam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'mdlive', 'evildm', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'medical', 'lacidem', 23, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'medications', 'snoitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'meet', 'teem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'member', 'rebmem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'members', 'srebmem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'mental', 'latnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'mobile', 'elibom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'monthly', 'ylhtnom', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'nearby', 'ybraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'negotiated', 'detaitogen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'network', 'krowten', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'nurseline', 'enilesrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'option', 'noitpo', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'options', 'snoitpo', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pages', 'segap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'paired', 'deriap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'partners', 'srentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pay', 'yap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'paying', 'gniyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pays', 'syap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pediatric', 'cirtaidep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'person', 'nosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pink', 'knip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'plan', 'nalp', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'plans', 'snalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'planselect', 'tcelesnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pocket', 'tekcop', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'ppo', 'opp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pregnancy', 'ycnangerp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'premium', 'muimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'prescriptions', 'snoitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'preventive', 'evitneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'provide', 'edivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'provider', 'redivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'providers', 'sredivorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'purpose', 'esoprup', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'pursuant', 'tnausrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'questions', 'snoitseuq', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'rate', 'etar', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'rates', 'setar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'refer', 'refer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'register', 'retsiger', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'required', 'deriuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'routine', 'enituor', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'rule', 'elur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'satisfies', 'seifsitas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'satisfy', 'yfsitas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'savings', 'sgnivas', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'send', 'dnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'service', 'ecivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'services', 'secivres', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'set', 'tes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'seven', 'neves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sheet', 'teehs', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'shield', 'dleihs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sinus', 'sunis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'sleep', 'peels', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'smoking', 'gnikoms', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'solutions', 'snoitulos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'spending', 'gnidneps', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'spouse', 'esuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'standard', 'dradnats', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'therapist', 'tsipareht', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'therapists', 'stsipareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'therapy', 'ypareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'tool', 'loot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'transparency', 'ycnerapsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'traveling', 'gnilevart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'treatment', 'tnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'unforeseen', 'neeserofnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'uses', 'sesu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'using', 'gnisu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'utilized', 'dezilitu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'varies', 'seirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'virtual', 'lautriv', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'vision', 'noisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'visits', 'stisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'vs', 'sv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'website', 'etisbew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'week', 'keew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'wellness', 'ssenllew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'works', 'skrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'write', 'etirw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (125, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 25, 52, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 299, 992, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 31, 13, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 400, '004', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 5089, 9805, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 660, '066', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'accesscard', 'dracssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'account', 'tnuocca', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'accounts', 'stnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'administer', 'retsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'advantaged', 'degatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'ahead', 'daeha', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'annual', 'launna', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'annually', 'yllaunna', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'aside', 'edisa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'balance', 'ecnalab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'balances', 'secnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'basis', 'sisab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'care', 'erac', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'carried', 'deirrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'change', 'egnahc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'claims', 'smialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'click', 'kcilc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'com', 'moc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'consistent', 'tnetsisnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contribute', 'etubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contribution', 'noitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'contributions', 'snoitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dcfsa', 'asfcd', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'debit', 'tibed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dental', 'latned', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dependent', 'tnedneped', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'dollars', 'srallod', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'elect', 'tcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eligible', 'elbigile', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'enrolled', 'dellorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'expenses', 'sesnepxe', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'experience', 'ecneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fidelity', 'ytiledif', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'file', 'elif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'flexible', 'elbixelf', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'forfeited', 'detiefrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fsa', 'asf', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'fsas', 'sasf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'funds', 'sdnuf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hcfsa', 'asfch', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'health', 'htlaeh', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hire', 'erih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'hsa', 'ash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'immediate', 'etaidemmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'incurred', 'derrucni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'investments', 'stnemtsevni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'learn', 'nrael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'limited', 'detimil', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'lose', 'esol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'march', 'hcram', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'medical', 'lacidem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'minimum', 'muminim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'netbenefits', 'stifenebten', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'note', 'eton', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'options', 'snoitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'participate', 'etapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'partnership', 'pihsrentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pay', 'yap', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'paycheck', 'kcehcyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'period', 'doirep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'plan', 'nalp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'post', 'tsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'ppo', 'opp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'pre', 'erp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'purpose', 'esoprup', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'qualified', 'deifilauq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'regulations', 'snoitaluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'reimbursed', 'desrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'reimbursement', 'tnemesrubmier', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'rules', 'selur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'select', 'tceles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'separately', 'yletarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'set', 'tes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'simple', 'elpmis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'spending', 'gnidneps', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'spouse', 'esuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'status', 'sutats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'submitted', 'dettimbus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'tax', 'xat', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'taxes', 'sexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'unused', 'desunu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'up', 'pu', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'upfront', 'tnorfpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'use', 'esu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'video', 'oediv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'vision', 'noisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'watch', 'hctaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (166, 'year', 'raey', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 24, 42, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 465, 564, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 866, 668, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 8943, 3498, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 911, 119, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'assistance', 'ecnatsissa', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'available', 'elbaliava', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'bereavement', 'tnemevaereb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'boarding', 'gnidraob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'camps', 'spmac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'care', 'erac', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cfind', 'dnifc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'challenges', 'segnellahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'child', 'dlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'concerns', 'snrecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'confidential', 'laitnedifnoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'consultation', 'noitatlusnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'contacted', 'detcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'counseling', 'gnilesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'counselor', 'rolesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'demand', 'dnamed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'difficulties', 'seitluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eap', 'pae', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'elder', 'redle', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'employee', 'eeyolpme', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'evaluation', 'noitaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'examples', 'selpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'family', 'ylimaf', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'guidance', 'ecnadiug', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'guidanceresources', 'secruoserecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'help', 'pleh', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'household', 'dlohesuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'id', 'di', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'ignoring', 'gnirongi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'licensed', 'desnecil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'lifelock', 'kcolefil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'logging', 'gniggol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'losses', 'sessol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'matters', 'srettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'members', 'srebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'nonjudgmental', 'latnemgdujnon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'objective', 'evitcejbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'parenting', 'gnitnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'pet', 'tep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'planning', 'gninnalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'problems', 'smelborp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'program', 'margorp', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'referral', 'larrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'relationship', 'pihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'remodelers', 'sreledomer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'report', 'troper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'reported', 'detroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'research', 'hcraeser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'resource', 'ecruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'resources', 'secruoser', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'services', 'secivres', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'sessions', 'snoisses', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'situations', 'snoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'solutions', 'snoitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'sooner', 'renoos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'specialist', 'tsilaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'stress', 'sserts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'strictly', 'yltcirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'summer', 'remmus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'support', 'troppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tackle', 'elkcat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'talk', 'klat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'therapy', 'ypareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'threatening', 'gninetaerht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'topic', 'cipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'training', 'gniniart', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'treatment', 'tnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'unlimited', 'detimilnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'vacation', 'noitacav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'variety', 'yteirav', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 've', 'ev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'waiting', 'gnitiaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'web', 'bew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'wedding', 'gniddew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'worse', 'esrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (177, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 2026, 6202, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 902, 209, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'abroad', 'daorba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'accidental', 'latnedicca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'accredo', 'odercca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocacy', 'ycacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocate', 'etacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'advocates', 'setacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'affidavit', 'tivadiffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'application', 'noitacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'area', 'aera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'assistance', 'ecnatsissa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'basic', 'cisab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'bcbsil', 'lisbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'benefits', 'stifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'brochure', 'eruhcorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cash', 'hsac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cigna', 'angic', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'claim', 'mialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'clinical', 'lacinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'concierge', 'egreicnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'connect', 'tcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cost', 'tsoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'ct', 'tc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'death', 'htaed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'diagnosis', 'sisongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'dismemberment', 'tnemrebmemsid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'distribution', 'noitubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'drug', 'gurd', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'education', 'noitacude', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'employee', 'eeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'equity', 'ytiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'explanation', 'noitanalpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'express', 'sserpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'form', 'mrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'guidance', 'ecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'guide', 'ediug', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'help', 'pleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'higher', 'rehgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'hsa', 'ash', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'incentive', 'evitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'incentives', 'sevitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'insurance', 'ecnarusni', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'leave', 'evael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'library', 'yrarbil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'life', 'efil', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'long', 'gnol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'lower', 'rewol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'mail', 'liam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'manufacturing', 'gnirutcafunam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'md', 'dm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'medical', 'lacidem', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'monthly', 'ylhtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'paid', 'diap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'paired', 'deriap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'parental', 'latnerap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'perks', 'skrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'plans', 'snalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'pocket', 'tekcop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'ppo', 'opp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'premium', 'muimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'preventive', 'evitneverp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'psus', 'susp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'resource', 'ecruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'retiree', 'eeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'rsus', 'susr', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'scripts', 'stpircs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'solutions', 'snoitulos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'specialty', 'ytlaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'standard', 'dradnats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'term', 'mret', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'understanding', 'gnidnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'versus', 'susrev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'vision', 'noisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'voluntary', 'yratnulov', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (348, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'abilities', 'seitiliba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'accordingly', 'ylgnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'adjusts', 'stsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'annually', 'yllaunna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'attract', 'tcartta', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'base', 'esab', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'button', 'nottub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'compensation', 'noitasnepmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'competitive', 'evititepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'consideration', 'noitaredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'considers', 'sredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'creating', 'gnitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'cycles', 'selcyc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'determining', 'gninimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'duties', 'seitud', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'elements', 'stnemele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'evaluate', 'etaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'evaluates', 'setaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'fair', 'riaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'foundation', 'noitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'framework', 'krowemarf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'holistic', 'citsiloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'incentives', 'sevitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'knowledge', 'egdelwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'labor', 'robal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'leverage', 'egarevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'maintain', 'niatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'market', 'tekram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'median', 'naidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'midpoint', 'tniopdim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'pay', 'yap', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'payslips', 'spilsyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'point', 'tniop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'reflects', 'stcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'relevant', 'tnaveler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'remain', 'niamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'responsibilities', 'seitilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'retain', 'niater', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'salary', 'yralas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'scale', 'elacs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'similar', 'ralimis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'skills', 'slliks', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'specific', 'cificeps', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'takes', 'sekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'talent', 'tnelat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'targeted', 'detegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'top', 'pot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'wage', 'egaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (371, 'worklet', 'telkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 50, '05', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'aboard', 'draoba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'aip', 'pia', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'ammonia', 'ainomma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'annual', 'launna', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'assigned', 'dengissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'award', 'drawa', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'awards', 'sdrawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'based', 'desab', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'broken', 'nekorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'categories', 'seirogetac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'close', 'esolc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'come', 'emoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'company', 'ynapmoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'consist', 'tsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'corporate', 'etaroproc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'depending', 'gnidneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'distribution', 'noitubirtsid', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'efficiency', 'ycneiciffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'facility', 'ytilicaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'following', 'gniwollof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'goals', 'slaog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'groups', 'spuorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'improving', 'gnivorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'incentive', 'evitnecni', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'incentives', 'sevitnecni', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'listed', 'detsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'manufacturing', 'gnirutcafunam', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'operations', 'snoitarepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'paid', 'diap', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'payment', 'tnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'percentages', 'segatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'performance', 'ecnamrofrep', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'plan', 'nalp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'production', 'noitcudorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'quarter', 'retrauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'quarterly', 'ylretrauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'reliable', 'elbailer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'result', 'tluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'rewarded', 'dedrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'right', 'thgir', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'safely', 'ylefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'safety', 'ytefas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'score', 'erocs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'separate', 'etarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'short', 'trohs', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'site', 'etis', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'term', 'mret', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'timeslots', 'stolsemit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'variable', 'elbairav', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'vary', 'yrav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'vip', 'piv', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'well', 'llew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'working', 'gnikrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (373, 'year', 'raey', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 2593, 3952, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 654, 456, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accept', 'tpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accessible', 'elbissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accessing', 'gnissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'accumulate', 'etalumucca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'agreement', 'tnemeerga', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'award', 'drawa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'awarded', 'dedrawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'awards', 'sdrawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'charles', 'selrahc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'contributors', 'srotubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'details', 'sliated', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'determines', 'senimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'eac', 'cae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'equity', 'ytiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'especially', 'yllaicepse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'grant', 'tnarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'guaranteeing', 'gnieetnaraug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'incentives', 'sevitnecni', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'intentionally', 'yllanoitnetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'investing', 'gnitsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'key', 'yek', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'leaders', 'sredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'leadership', 'pihsredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'link', 'knil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'long', 'gnol', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'maintaining', 'gniniatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'open', 'nepo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'ownership', 'pihsrenwo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'play', 'yalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'potential', 'laitnetop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'recipient', 'tneipicer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'role', 'elor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'schwab', 'bawhcs', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'shareholders', 'sredloherahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'specified', 'deificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'stocks', 'skcots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'sustained', 'deniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'term', 'mret', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (375, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 150, '051', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 2593, 3952, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 50, '05', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 654, 456, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'anniversaries', 'seirasrevinna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'anniversary', 'yrasrevinna', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'awards', 'sdrawa', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'believes', 'seveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'catalogue', 'eugolatac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'celebrating', 'gnitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'champion', 'noipmahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'champions', 'snoipmahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'charles', 'selrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'clear', 'raelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'dedication', 'noitacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'gifts', 'stfig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'hard', 'drah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'incentives', 'sevitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'indicator', 'rotacidni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'involved', 'devlovni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'letter', 'rettel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'milestone', 'enotselim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'plaque', 'euqalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'possible', 'elbissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'ranging', 'gnignar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'reaches', 'sehcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'recognize', 'ezingocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'recognizing', 'gnizingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'rewarding', 'gnidrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'schwab', 'bawhcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'selected', 'detceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'service', 'ecivres', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'shown', 'nwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'signed', 'dengis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'stipend', 'dnepits', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'success', 'sseccus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'surround', 'dnuorrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'thank', 'knaht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'think', 'kniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'workplaces', 'secalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (376, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 8293, 3928, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 888, 888, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 90, '09', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 902, 209, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'aca', 'aca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'accredo', 'odercca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'administer', 'retsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'advocate', 'etacovda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'bcbsil', 'lisbcb', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'brand', 'dnarb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'brands', 'sdnarb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'card', 'drac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cards', 'sdrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'care', 'erac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'chemo', 'omehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'choice', 'eciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'coinsurance', 'ecnarusnioc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'com', 'moc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contraceptive', 'evitpecartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'conversation', 'noitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'coverage', 'egarevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'covered', 'derevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'cvs', 'svc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'day', 'yad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'delivery', 'yreviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'depends', 'sdneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'directly', 'yltcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'drug', 'gurd', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'drugs', 'sgurd', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'express', 'sserpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'extended', 'dednetxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'facilitate', 'etatilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'filling', 'gnillif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'form', 'mrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'formulary', 'yralumrof', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'generic', 'cireneg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'given', 'nevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'health', 'htlaeh', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'hospital', 'latipsoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'hsa', 'ash', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'id', 'di', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'implants', 'stnalpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'infusions', 'snoisufni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ingredients', 'stneidergni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'list', 'tsil', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'mail', 'liam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'maintenance', 'ecnanetniam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'medical', 'lacidem', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'medications', 'snoitacidem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'network', 'krowten', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'order', 'redro', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pharmacies', 'seicamrahp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'pharmacy', 'ycamrahp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'plans', 'snalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'ppo', 'opp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'preferred', 'derreferp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prescribed', 'debircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prescription', 'noitpircserp', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'preventive', 'evitneverp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'prime', 'emirp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'retail', 'liater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'scripts', 'stpircs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'setting', 'gnittes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'speak', 'kaeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'specialty', 'ytlaiceps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'supplies', 'seilppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'supply', 'ylppus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'taking', 'gnikat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'therapeutics', 'scituepareht', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'tier', 'reit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'walgreens', 'sneerglaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (383, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 24, 42, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 244, 442, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 3333808, 8083333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 365, 563, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 6224, 4226, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'access', 'ssecca', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'allowed', 'dewolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'allows', 'swolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'app', 'ppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'arise', 'esira', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'automated', 'detamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'avoid', 'diova', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'based', 'desab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'billed', 'dellib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'bills', 'sllib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'blue', 'eulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'board', 'draob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'cards', 'sdrac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'care', 'erac', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'case', 'esac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'certified', 'deifitrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'chart', 'trahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'chat', 'tahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'chip', 'pihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'cigna', 'angic', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'claim', 'mialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'closed', 'desolc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'concern', 'nrecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'consultations', 'snoitatlusnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contacting', 'gnitcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contracts', 'stcartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'costs', 'stsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dental', 'latned', 24, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dentist', 'tsitned', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dentists', 'stsitned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'determine', 'enimreted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'disclaimer', 'remialcsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'dppo', 'oppd', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'easily', 'ylisae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'emergency', 'ycnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'form', 'mrof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'happens', 'sneppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'having', 'gnivah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'id', 'di', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'issue', 'eussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'large', 'egral', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'leaving', 'gnivael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'licensed', 'desnecil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'locator', 'rotacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'lower', 'rewol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'mind', 'dnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'minimize', 'eziminim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'minute', 'etunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'mobile', 'elibom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'mycigna', 'angicym', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'national', 'lanoitan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'nationwide', 'ediwnoitan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'near', 'raen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'negotiated', 'detaitogen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'network', 'krowten', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'night', 'thgin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'noted', 'deton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'office', 'eciffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'online', 'enilno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'option', 'noitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'oral', 'laro', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'peace', 'ecaep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'percentage', 'egatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'percentages', 'segatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'plan', 'nalp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'prepared', 'deraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'printed', 'detnirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'prompts', 'stpmorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'provider', 'redivorp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'quick', 'kciuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'rate', 'etar', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'rates', 'setar', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'recommends', 'sdnemmocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'reimbursable', 'elbasrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'reimburse', 'esrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'reimbursement', 'tnemesrubmier', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'sheet', 'teehs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'speak', 'kaeps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'staying', 'gniyats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'strikes', 'sekirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'submit', 'timbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'suddenly', 'ylneddus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'summary', 'yrammus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'sure', 'erus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'surprise', 'esirprus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'teledentix', 'xitnedelet', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'think', 'kniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'tooth', 'htoot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'toothache', 'ehcahtoot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'total', 'latot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'type', 'epyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'unexpected', 'detcepxenu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'using', 'gnisu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 've', 'ev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'virtual', 'lautriv', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (388, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, '000', '000', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 2020, '0202', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 2653, 3562, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 3333808, 8083333, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 353, 353, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 600, '006', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 665, 566, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'add', 'dda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'app', 'ppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'appear', 'raeppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'bifocals', 'slacofib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'blood', 'doolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'cards', 'sdrac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'centers', 'sretnec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'cigna', 'angic', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'clear', 'raelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'coatings', 'sgnitaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'confirm', 'mrifnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contracted', 'detcartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'correction', 'noitcerroc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'coverage', 'egarevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'covered', 'derevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'crafters', 'sretfarc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'dependents', 'stnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'detect', 'tceted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'diabetes', 'setebaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'discount', 'tnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'discounted', 'detnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'early', 'ylrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'easily', 'ylisae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'essential', 'laitnesse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'exam', 'maxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'exams', 'smaxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'exclusive', 'evisulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eye', 'eye', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eyeglasses', 'sessalgeye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'eyemed', 'demeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'frames', 'semarf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'glance', 'ecnalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'glasses', 'sessalg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'glaucoma', 'amocualg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'granted', 'detnarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'helping', 'gnipleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'high', 'hgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'id', 'di', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'independent', 'tnednepedni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'institute', 'etutitsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'issue', 'eussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'laser', 'resal', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lasik', 'kisal', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lasikplus', 'sulpkisal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lens', 'snel', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lenses', 'sesnel', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'lieu', 'ueil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'locations', 'snoitacol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'maintain', 'niatniam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'members', 'srebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'mobile', 'elibom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'mycigna', 'angicym', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'nationwide', 'ediwnoitan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'network', 'krowten', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'ons', 'sno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'optical', 'lacitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pairs', 'sriap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pearle', 'elraep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'plan', 'nalp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'powered', 'derewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'pressure', 'erusserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'printed', 'detnirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'provider', 'redivorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'providers', 'sredivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'rate', 'etar', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'rates', 'setar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'routine', 'enituor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'schedule', 'eludehcs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'sheet', 'teehs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'shown', 'nwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'signs', 'sngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'spectacle', 'elcatceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'summary', 'yrammus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'sunglasses', 'sessalgnus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'surgery', 'yregrus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'symptoms', 'smotpmys', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'target', 'tegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'tlc', 'clt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'treatments', 'stnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'trifocals', 'slacofirt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'vision', 'noisiv', 24, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'walmart', 'tramlaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'wavelight', 'thgilevaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (393, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 2024, 4202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 250, '052', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 339, 933, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 4131, 1314, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 650, '056', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'activity', 'ytivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'being', 'gnieb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'cards', 'sdrac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'cart', 'trac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'cftotalrewards', 'sdrawerlatotfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'challenges', 'segnellahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'competition', 'noititepmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'computer', 'retupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'connecting', 'gnitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'covered', 'derevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'device', 'ecived', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'devices', 'secived', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'earn', 'nrae', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'earning', 'gninrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'emotional', 'lanoitome', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'engaged', 'degagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'enrolled', 'dellorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'financial', 'laicnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'focused', 'desucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'friendly', 'yldneirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'fun', 'nuf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'gift', 'tfig', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'goal', 'laog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'guided', 'dediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'healthier', 'reihtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'helping', 'gnipleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'incentives', 'sevitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'integration', 'noitargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'leaving', 'gnivael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'library', 'yrarbil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'lifestyle', 'elytsefil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'marathon', 'nohtaram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'medical', 'lacidem', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'meditation', 'noitatidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'mindfulness', 'ssenlufdnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'minutes', 'setunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'mix', 'xim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'months', 'shtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'opportunity', 'ytinutroppo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'paced', 'decap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'participate', 'etapicitrap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'physical', 'lacisyhp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'plan', 'nalp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'points', 'stniop', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'premiums', 'smuimerp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'program', 'margorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'propelwellness', 'ssenllewleporp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'reason', 'nosaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'recipes', 'sepicer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'redeem', 'meeder', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'redeemed', 'demeeder', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'reduced', 'decuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'responsibility', 'ytilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'reward', 'drawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'rewards', 'sdrawer', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'setting', 'gnittes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'smart', 'trams', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'spouses', 'sesuops', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'sprint', 'tnirps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'strive', 'evirts', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'striving', 'gnivirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'team', 'maet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'tools', 'sloot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'tracking', 'gnikcart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'unlimited', 'detimilnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'wba', 'abw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'welcome', 'emoclew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'well', 'llew', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'workers', 'srekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'workouts', 'stuokrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (399, 'zendesk', 'ksednez', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 120, '021', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 25, 52, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 250, '052', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'access', 'ssecca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'acute', 'etuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'appointment', 'tnemtnioppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'appointments', 'stnemtnioppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'bookmark', 'kramkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'browse', 'esworb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'browser', 'resworb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'called', 'dellac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'care', 'erac', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'center', 'retnec', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'centers', 'sretnec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'check', 'kcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'clinic', 'cinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'combined', 'denibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'comfort', 'trofmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'connected', 'detcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'consistent', 'tnetsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'convenient', 'tneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'copay', 'yapoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'daunting', 'gnitnuad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'documents', 'stnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'experiencing', 'gnicneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'health', 'htlaeh', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'helpful', 'lufpleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'hub', 'buh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'keeping', 'gnipeek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'md', 'dm', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'mind', 'dnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'non', 'non', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'occupational', 'lanoitapucco', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'onsite', 'etisno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'party', 'ytrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'patient', 'tneitap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'pmd', 'dmp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'portal', 'latrop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'preventive', 'evitneverp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'primary', 'yramirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'proactive', 'evitcaorp', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'promise', 'esimorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'resources', 'secruoser', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'seek', 'kees', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'services', 'secivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'stay', 'yats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'stop', 'pots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'team', 'maet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'typical', 'lacipyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'upcoming', 'gnimocpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'urgent', 'tnegru', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'visits', 'stisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'well', 'llew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (402, 'years', 'sraey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, '0736', 6370, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 438, 834, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'access', 'ssecca', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'add', 'dda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'alert', 'trela', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'anxiety', 'yteixna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'anxious', 'suoixna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'app', 'ppa', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'appointment', 'tnemtnioppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'apps', 'sppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'behavioral', 'laroivaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'being', 'gnieb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'better', 'retteb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'blood', 'doolb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'cbt', 'tbc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'chat', 'tahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'chronic', 'cinorhc', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'clicking', 'gnikcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'coach', 'hcaoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'coaches', 'sehcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'coaching', 'gnihcaoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'cognitive', 'evitingoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'condition', 'noitidnoc', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'conditions', 'snoitidnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'confidential', 'laitnedifnoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'connect', 'tcennoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'counseling', 'gnilesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'cuff', 'ffuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'dario', 'oirad', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'dariohealth', 'htlaehoirad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'dependents', 'stnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'depressed', 'desserped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'depression', 'noisserped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'devices', 'secived', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'diabetes', 'setebaid', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'digital', 'latigid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'directly', 'yltcerid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'disease', 'esaesid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'easy', 'ysae', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'eating', 'gnitae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'emergency', 'ycnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'emotional', 'lanoitome', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'enter', 'retne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'et', 'te', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'exercise', 'esicrexe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'exercising', 'gnisicrexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'free', 'eerf', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'glucometer', 'retemoculg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'glucose', 'esoculg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'guidance', 'ecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'guided', 'dediug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'healthier', 'reihtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'healthy', 'yhtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'help', 'pleh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'hypoglycemic', 'cimecylgopyh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'impacted', 'detcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'impacting', 'gnitcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'improve', 'evorpmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'information', 'noitamrofni', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'joint', 'tnioj', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'kit', 'tik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'lancets', 'stecnal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'lives', 'sevil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'living', 'gnivil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'lose', 'esol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'makes', 'sekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'management', 'tnemeganam', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'managing', 'gniganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'md', 'dm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'measurement', 'tnemerusaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'mindfulness', 'ssenlufdnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'mobile', 'elibom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'module', 'eludom', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'modules', 'seludom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'monitoring', 'gnirotinom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'motivation', 'noitavitom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'movement', 'tnemevom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'musculoskeletal', 'lateleksolucsum', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'nutrition', 'noitirtun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'pain', 'niap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'participants', 'stnapicitrap', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'participate', 'etapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'patient', 'tneitap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'posture', 'erutsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'prepared', 'deraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'pressure', 'erusserp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'prevent', 'tneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'prevention', 'noitneverp', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'program', 'margorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'programs', 'smargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'qualify', 'yfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'readings', 'sgnidaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'real', 'laer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'receive', 'eviecer', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'recommendations', 'snoitadnemmocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'referrals', 'slarrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'relationships', 'spihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'replenished', 'dehsinelper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'requested', 'detseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'run', 'nur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'scale', 'elacs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'scroll', 'llorcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'select', 'tceles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'self', 'fles', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'sensor', 'rosnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'share', 'erahs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'shows', 'swohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'sized', 'dezis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'sleep', 'peels', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'smart', 'trams', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'started', 'detrats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'stress', 'sserts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'stressed', 'desserts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'strips', 'spirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'successful', 'lufsseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'tackle', 'elkcat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'therapists', 'stsipareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'therapy', 'ypareht', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'think', 'kniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'tips', 'spit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'tracking', 'gnikcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'understand', 'dnatsrednu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'utilizing', 'gnizilitu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'wearable', 'elbaraew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'weight', 'thgiew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'well', 'llew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (404, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 90, '09', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adjust', 'tsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adoption', 'noitpoda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'advance', 'ecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'affidavit', 'tivadiffa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'allows', 'swolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'apply', 'ylppa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'away', 'yawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'base', 'esab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'birth', 'htrib', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'block', 'kcolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'bond', 'dnob', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'child', 'dlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'concurrent', 'tnerrucnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dates', 'setad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'deductions', 'snoitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'depending', 'gnidneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'disclaimer', 'remialcsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eligible', 'elbigile', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expanded', 'dednapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expected', 'detcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'family', 'ylimaf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'federal', 'laredef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'intermittently', 'yltnettimretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'leave', 'evael', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'leaves', 'sevael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'manager', 'reganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'moms', 'smom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'newborn', 'nrobwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'newly', 'ylwen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'normal', 'lamron', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'notice', 'eciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'paid', 'diap', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parental', 'latnerap', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'parents', 'stnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'periods', 'sdoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'placement', 'tnemecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'policy', 'ycilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'ppl', 'lpp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'runs', 'snur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'scheduled', 'deludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'state', 'etats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'subject', 'tcejbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'time', 'emit', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'weeks', 'skeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'withholdings', 'sgnidlohhtiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'work', 'krow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'workday', 'yadkrow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (408, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'american', 'nacirema', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'association', 'noitaicossa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'believe', 'eveileb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'bi', 'ib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'bring', 'gnirb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'campaign', 'ngiapmac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cancer', 'recnac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'causes', 'sesuac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'chapters', 'sretpahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'charitable', 'elbatirahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'charities', 'seitirahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'communities', 'seitinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'contributions', 'snoitubirtnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'deduction', 'noitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'designated', 'detangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'devoted', 'detoved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'difference', 'ecnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'dollar', 'rallod', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'donate', 'etanod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'donation', 'noitanod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'employee', 'eeyolpme', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'gift', 'tfig', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'giving', 'gnivig', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'heart', 'traeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'lasts', 'stsal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'latest', 'tsetal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'leave', 'evael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'length', 'htgnel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'lives', 'sevil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'local', 'lacol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'match', 'hctam', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'neighbors', 'srobhgien', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'parental', 'latnerap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'policy', 'ycilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'ppl', 'lpp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'read', 'daer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'reoccurring', 'gnirruccoer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'report', 'troper', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'society', 'yteicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'united', 'detinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'weekly', 'ylkeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (413, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 3470, '0743', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 870, '078', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'aids', 'sdia', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'auto', 'otua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'bcbsil', 'lisbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'blue365', '563eulb', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'blue365deals', 'slaed563eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'bonus', 'sunob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'car', 'rac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cell', 'llec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cigna', 'angic', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'com', 'moc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'computers', 'sretupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'correction', 'noitcerroc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'deals', 'slaed', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'devices', 'secived', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'dining', 'gninid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'discount', 'tnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'discounts', 'stnuocsid', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'discover', 'revocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'enjoy', 'yojne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'exclusive', 'evisulcxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'favorite', 'etirovaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'featured', 'derutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'fit', 'tif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'fitness', 'ssentif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'guidelines', 'senilediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'gym', 'myg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'habits', 'stibah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'healthier', 'reihtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'healthy', 'yhtlaeh', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'hearing', 'gniraeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'identity', 'ytitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'illinois', 'sionilli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'inbox', 'xobni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'lasik', 'kisal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'meals', 'slaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'memberships', 'spihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'merchants', 'stnahcrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'mobile', 'elibom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'moms', 'smom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'national', 'lanoitan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'perks', 'skrep', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'perkspot', 'topskrep', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'phones', 'senohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'products', 'stcudorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'protection', 'noitcetorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'referral', 'larrefer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'rental', 'latner', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'retailers', 'sreliater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'rewards', 'sdrawer', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'sign', 'ngis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'straight', 'thgiarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'target', 'tegrat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'turn', 'nrut', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'vision', 'noisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'wallet', 'tellaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'wealthier', 'reihtlaew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'weekly', 'ylkeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'wellness', 'ssenllew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (415, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 72, 27, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'absence', 'ecnesba', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'advancement', 'tnemecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'awareness', 'ssenerawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cases', 'sesac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'charitable', 'elbatirahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'christmas', 'samtsirhc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'day', 'yad', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'environmental', 'latnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'eve', 'eve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'faqs', 'sqaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'food', 'doof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'fourth', 'htruof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'granted', 'detnarg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'healthy', 'yhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'holidays', 'syadiloh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'instead', 'daetsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'january', 'yraunaj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'jr', 'rj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'july', 'yluj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'king', 'gnik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'labor', 'robal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'leave', 'evael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'length', 'htgnel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'luther', 'rehtul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'martin', 'nitram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'memorial', 'lairomem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'normal', 'lamron', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'observed', 'devresbo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'organization', 'noitazinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'paid', 'diap', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'philanthropic', 'ciporhtnalihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'projected', 'detcejorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'promote', 'etomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'provides', 'sedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'pto', 'otp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'ratably', 'ylbatar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'stem', 'mets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'supports', 'stroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'tbd', 'dbt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'temporary', 'yraropmet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'thanksgiving', 'gnivigsknaht', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'time', 'emit', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'volunteer', 'reetnulov', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'vto', 'otv', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'work', 'krow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'workday', 'yadkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (417, 'year', 'raey', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '0px', 'xp0', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '11px', 'xp11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 30, '03', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 4210, '0124', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 4232, 2324, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '7dfbe9fd', 'df9ebfd7', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, '9cbd', 'dbc9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'additional', 'lanoitidda', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'appropriate', 'etairporppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'assigned', 'dengissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'bff1f3c29392', '29392c3f1ffb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'builder', 'redliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'built', 'tliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'ca0d', 'd0ac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'cf', 'fc', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'cigna', 'angic', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'click', 'kcilc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'coach', 'hcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'colors', 'sroloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'content', 'tnetnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'core', 'eroc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'courses', 'sesruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'curriculum', 'mulucirruc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'custom', 'motsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'dependent', 'tnedneped', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'development', 'tnempoleved', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'disabled', 'delbasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'edited', 'detide', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'employee', 'eeyolpme', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'employment', 'tnemyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'enlarge', 'egralne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'et', 'te', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'exams', 'smaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'expect', 'tcepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'eye', 'eye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'false', 'eslaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'foot', 'toof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'foundation', 'noitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'foundational', 'lanoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'global', 'labolg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'growth', 'htworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'guide', 'ediug', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'image', 'egami', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'info', 'ofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'integrate', 'etargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'integration', 'noitargetni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'introduce', 'ecudortni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'leader', 'redael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'leaders', 'sredael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'learning', 'gninrael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'locked', 'dekcol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'look', 'kool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'margin', 'nigram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'module', 'eludom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'new', 'wen', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'onboarding', 'gnidraobno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'outlines', 'seniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'outlining', 'gniniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'path', 'htap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'paths', 'shtap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'pb', 'bp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'prepare', 'eraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'preset', 'teserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'process', 'ssecorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'processes', 'sessecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'progress', 'ssergorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'resources', 'secruoser', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'roadmap', 'pamdaor', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'sample', 'elpmas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'set', 'tes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'specially', 'yllaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'started', 'detrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'strong', 'gnorts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'succeed', 'deeccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'success', 'sseccus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'supports', 'stroppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tablet', 'telbat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tailored', 'deroliat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'talent', 'tnelat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tbd', 'dbt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'team', 'maet', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'text', 'txet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'â€‹â€‹â€‹â€‹â€‹â€‹â€‹this', 'sihtâ€‹â€‹â€‹â€‹â€‹â€‹â€‹', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'training', 'gniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'undertake', 'ekatrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'version', 'noisrev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'video', 'oediv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'viewing', 'gniweiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'week', 'keew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (419, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'employee', 'eeyolpme', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'integration', 'noitargetni', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (424, 'video', 'oediv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'access', 'ssecca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'accessible', 'elbissecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'accomplish', 'hsilpmocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'achieve', 'eveihca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'activate', 'etavitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'apart', 'trapa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'applying', 'gniylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'behaviors', 'sroivaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'believe', 'eveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'broaden', 'nedaorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'business', 'ssenisub', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'career', 'reerac', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'central', 'lartnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'certifications', 'snoitacifitrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'cf', 'fc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'competencies', 'seicnetepmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'competency', 'ycnetepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'content', 'tnetnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'core', 'eroc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'courses', 'sesruoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'deliver', 'reviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'development', 'tnempoleved', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'discover', 'revocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'drive', 'evird', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'experiences', 'secneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'expert', 'trepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'features', 'serutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'focusing', 'gnisucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'foster', 'retsof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'growth', 'htworg', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'head', 'daeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'hub', 'buh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'idp', 'pdi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'impacts', 'stcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instructor', 'rotcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instructors', 'srotcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'instrumentation', 'noitatnemurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'integrity', 'ytirgetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leader', 'redael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leaders', 'sredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leadership', 'pihsredael', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'leading', 'gnidael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'learning', 'gninrael', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'led', 'del', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'license', 'esnecil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'linkedin', 'nideknil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'll', 'll', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'matters', 'srettam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'meaningful', 'lufgninaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'model', 'ledom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'operations', 'snoitarepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'outlines', 'seniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'paced', 'decap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'paths', 'shtap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'philosophy', 'yhposolihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'plus', 'sulp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'process', 'ssecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'pump', 'pmup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'range', 'egnar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'recognizes', 'sezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'reputation', 'noitatuper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'results', 'stluser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'sets', 'stes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'solutions', 'snoitulos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'structured', 'derutcurts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'succeed', 'deeccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'supports', 'stroppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'tailored', 'deroliat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'training', 'gniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'trainings', 'sgniniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'troubleshooting', 'gnitoohselbuort', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'understanding', 'gnidnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'unlock', 'kcolnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'vector', 'rotcev', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'videos', 'soediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (426, 'workday', 'yadkrow', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'accountability', 'ytilibatnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'acumen', 'nemuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'approach', 'hcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'assessments', 'stnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'based', 'desab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'boss', 'ssob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'business', 'ssenisub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'capitalize', 'ezilatipac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'classes', 'sessalc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'cohort', 'trohoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'concepts', 'stpecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'conflict', 'tcilfnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'constructive', 'evitcurtsnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'contributing', 'gnitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'courage', 'egaruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'course', 'esruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'creative', 'evitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'demonstrating', 'gnitartsnomed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'designed', 'dengised', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'developer', 'repoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'development', 'tnempoleved', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'difficult', 'tluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'diverse', 'esrevid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'edp', 'pde', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'emotional', 'lanoitome', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'empowering', 'gnirewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhance', 'ecnahne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhanced', 'decnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'enhances', 'secnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'excel', 'lecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'executive', 'evitucexe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'exercises', 'sesicrexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expand', 'dnapxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expansive', 'evisnapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'experiential', 'laitneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'faceted', 'detecaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'feedback', 'kcabdeef', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'fives', 'sevif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'fldp', 'pdlf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'foundational', 'lanoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'foundations', 'snoitadnuof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'frontline', 'eniltnorf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'functional', 'lanoitcnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'greatest', 'tsetaerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'identify', 'yfitnedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'influencer', 'recneulfni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'inspire', 'eripsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'intelligence', 'ecnegilletni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'interactive', 'evitcaretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'internal', 'lanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'knowledge', 'egdelwonk', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'lead', 'dael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leader', 'redael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leaders', 'sredael', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leadership', 'pihsredael', 18, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leading', 'gnidael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'leads', 'sdael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'live', 'evil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'microsoft', 'tfosorcim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'month', 'htnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'multi', 'itlum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'nominated', 'detanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'opportunities', 'seitinutroppo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'orchestrator', 'rotartsehcro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'participants', 'stnapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'partner', 'rentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'peer', 'reep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'peers', 'sreep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'perspective', 'evitcepsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'possibilities', 'seitilibissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'powerful', 'lufrewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'program', 'margorp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'programs', 'smargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'quo', 'ouq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'roles', 'selor', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'series', 'seires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'situational', 'lanoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'skill', 'lliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'skills', 'slliks', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'spanning', 'gninnaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strategist', 'tsigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strength', 'htgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'strengths', 'shtgnerts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'supervisors', 'srosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'takes', 'sekat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'taught', 'thguat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'team', 'maet', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'teams', 'smaet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'title', 'eltit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'tomorrow', 'worromot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'understanding', 'gnidnatsrednu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'utilizing', 'gnizilitu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (427, 'weaknesses', 'sessenkaew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'accept', 'tpecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'acquiring', 'gniriuqca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'acumen', 'nemuca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'advancement', 'tnemecnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'approaches', 'sehcaorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'brand', 'dnarb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'cf', 'fc', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'challenge', 'egnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'challenges', 'segnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'confidence', 'ecnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'deepening', 'gninepeed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'developed', 'depoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'developing', 'gnipoleved', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'development', 'tnempoleved', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'effectively', 'ylevitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'expert', 'trepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'exposing', 'gnisopxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'fellow', 'wollef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'fostering', 'gniretsof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'gaining', 'gniniag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'getting', 'gnitteg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'ideas', 'saedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'improving', 'gnivorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'interpersonal', 'lanosrepretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'knowing', 'gniwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'knowledge', 'egdelwonk', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'leader', 'redael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'levels', 'slevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'loop', 'pool', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'matter', 'rettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentee', 'eetnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentor', 'rotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentorcliq', 'qilcrotnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'mentoring', 'gnirotnem', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'needed', 'dedeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'participation', 'noitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'personal', 'lanosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'perspectives', 'sevitcepsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'professional', 'lanoisseforp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'promote', 'etomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'recognition', 'noitingocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'relationship', 'pihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'relationships', 'spihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'skills', 'slliks', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'strengths', 'shtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'styles', 'selyts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'teach', 'hcaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'themself', 'flesmeht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'transformational', 'lanoitamrofsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'understanding', 'gnidnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'various', 'suoirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'visibility', 'ytilibisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'voluntary', 'yratnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (430, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'asset', 'tessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'calibration', 'noitarbilac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'career', 'reerac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'communicating', 'gnitacinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'component', 'tnenopmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'components', 'stnenopmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'conduct', 'tcudnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'continuity', 'ytiunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'critical', 'lacitirc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'development', 'tnempoleved', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'drive', 'evird', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'evolve', 'evlove', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'growth', 'htworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'having', 'gnivah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'lead', 'dael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'management', 'tnemeganam', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'openly', 'ylnepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'outcome', 'emoctuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'pipeline', 'enilepip', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'process', 'ssecorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'processes', 'sessecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'productivity', 'ytivitcudorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'ready', 'ydaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'robust', 'tsubor', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'satisfaction', 'noitcafsitas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'skilled', 'delliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'strategically', 'yllacigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'strategy', 'ygetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'succession', 'noisseccus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'talent', 'tnelat', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'transparency', 'ycnerapsnart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (446, 'workforce', 'ecrofkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'disciplined', 'denilpicsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'employing', 'gniyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'empower', 'rewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'growth', 'htworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'high', 'hgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'leaders', 'sredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'management', 'tnemeganam', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'managers', 'sreganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'performance', 'ecnamrofrep', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'regard', 'drager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'relationships', 'spihsnoitaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'reviews', 'sweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (448, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 30, '03', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'accredited', 'detidercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'advanced', 'decnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'application', 'noitacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'approved', 'devorppa', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'assistance', 'ecnatsissa', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'associate', 'etaicossa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'bachelor', 'rolehcab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'begin', 'nigeb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'books', 'skoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'canada', 'adanac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'charges', 'segrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'committed', 'dettimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'completing', 'gnitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'computer', 'retupmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'course', 'esruoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'courses', 'sesruoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'covered', 'derevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'created', 'detaerc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'degree', 'eerged', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'development', 'tnempoleved', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'documentation', 'noitatnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'education', 'noitacude', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'educational', 'lanoitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'effectiveness', 'ssenevitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'exams', 'smaxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'expand', 'dnapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'expenses', 'sesnepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'fees', 'seef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'grades', 'sedarg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'higher', 'rehgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'institution', 'noitutitsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'institutions', 'snoitutitsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'interested', 'detseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'investing', 'gnitsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'job', 'boj', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'knowledge', 'egdelwonk', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'lead', 'dael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'master', 'retsam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'mba', 'abm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'parking', 'gnikrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'processing', 'gnissecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'professional', 'lanoisseforp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'program', 'margorp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'qualify', 'yfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'receipts', 'stpiecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'reimbursement', 'tnemesrubmier', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'reimburses', 'sesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'reimbursing', 'gnisrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'related', 'detaler', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'satisfactorily', 'ylirotcafsitas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'searching', 'gnihcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'skills', 'slliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'successful', 'lufsseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'supplies', 'seilppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'supports', 'stroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'tuition', 'noitiut', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'visiting', 'gnitisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'working', 'gnikrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (450, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, '0012', 2100, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 527, 725, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'aayco', 'ocyaa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'adviser', 'resivda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'advisory', 'yrosivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'affiliate', 'etailiffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'affiliates', 'setailiffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'allied', 'deilla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'assessment', 'tnemssessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'asset', 'tessa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'ayco', 'ocya', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'banking', 'gniknab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'being', 'gnieb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'brand', 'dnarb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'broker', 'rekorb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'brokerage', 'egarekorb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'buying', 'gniyub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'challenges', 'segnellahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'changes', 'segnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'coach', 'hcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'code', 'edoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'confident', 'tnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'create', 'etaerc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'dealer', 'relaed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'debt', 'tbed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'deliver', 'reviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'discuss', 'ssucsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'enter', 'retne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'faqs', 'sqaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'financial', 'laicnanif', 14, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'finra', 'arnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'goldman', 'namdlog', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'group', 'puorg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'gs', 'sg', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'help', 'pleh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'informational', 'lanoitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'investment', 'tnemtsevni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'like', 'ekil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'llc', 'cll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'log', 'gol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'management', 'tnemeganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'map', 'pam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'matters', 'srettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'maximize', 'ezimixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'mercer', 'recrem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'offered', 'dereffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'organization', 'noitazinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'prepare', 'eraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'priority', 'ytiroirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'progress', 'ssergorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'recommended', 'dednemmocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'registered', 'deretsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'remote', 'etomer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'reserved', 'devreser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'returning', 'gninruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'rights', 'sthgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'sachs', 'shcas', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'scheduling', 'gniludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'services', 'secivres', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'sipc', 'cpis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'started', 'detrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'strategies', 'seigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'subsidiary', 'yraidisbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'username', 'emanresu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'users', 'sresu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'ways', 'syaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'wealth', 'htlaew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'well', 'llew', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'wellness', 'ssenllew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'worldwide', 'ediwdlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (455, 'zip', 'piz', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, '000', '000', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 250, '052', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 375, 573, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 400, '004', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 500, '005', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 55, 55, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 65, 56, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 750, '057', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'accesscard', 'dracssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'account', 'tnuocca', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'adjustable', 'elbatsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'advantage', 'egatnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'advantaged', 'degatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'amounts', 'stnuoma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'assumes', 'semussa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'belongs', 'sgnoleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'builds', 'sdliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'care', 'erac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'catch', 'hctac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'coinsurance', 'ecnarusnioc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'combined', 'denibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'company', 'ynapmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contribute', 'etubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contribution', 'noitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'contributions', 'snoitubirtnoc', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'copays', 'syapoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'couples', 'selpuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'coverage', 'egarevoc', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'deducted', 'detcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'deductible', 'elbitcuded', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'dental', 'latned', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'dollar', 'rallod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'earnings', 'sgninrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'egg', 'gge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'eligible', 'elbigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'emergencies', 'seicnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'enrolled', 'dellorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'exceed', 'deecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'expenses', 'sesnepxe', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'family', 'ylimaf', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'favored', 'derovaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'free', 'eerf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'funds', 'sdnuf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'government', 'tnemnrevog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'health', 'htlaeh', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'high', 'hgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'hires', 'serih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'hsa', 'ash', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'income', 'emocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'ineligible', 'elbigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'invest', 'tsevni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'investment', 'tnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'investments', 'stnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'irs', 'sri', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'learn', 'nrael', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'limit', 'timil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'limits', 'stimil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'lower', 'rewol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'major', 'rojam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'match', 'hctam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'medical', 'lacidem', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'medicare', 'eracidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'nest', 'tsen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'older', 'redlo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'participate', 'etapicitrap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'pay', 'yap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'paycheck', 'kcehcyap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'penalty', 'ytlanep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'plan', 'nalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'plus', 'sulp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'ppo', 'opp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'pre', 'erp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'prorated', 'detarorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'qualified', 'deifilauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'reminder', 'rednimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'requires', 'seriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'retire', 'eriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'rolls', 'sllor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'savings', 'sgnivas', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'separate', 'etarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'significant', 'tnacifingis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'single', 'elgnis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'tax', 'xat', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxable', 'elbaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxed', 'dexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'taxes', 'sexat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'total', 'latot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'triple', 'elpirt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'types', 'sepyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'up', 'pu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'video', 'oediv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'vision', 'noisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'watch', 'hctaw', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'withdrawn', 'nwardhtiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'works', 'skrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (462, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, '000', '000', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 26, 62, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 30, '03', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 35, 53, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 400, '004', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 50, '05', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 65, 56, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'accident', 'tnedicca', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ad', 'da', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'added', 'dedda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'additional', 'lanoitidda', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'afghanistan', 'natsinahgfa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'age', 'ega', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'amounts', 'stnuoma', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'annual', 'launna', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'bank', 'knab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'base', 'esab', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'basic', 'cisab', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'belarus', 'suraleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'bta', 'atb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'business', 'ssenisub', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'carrier', 'reirrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'chart', 'trahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'child', 'dlihc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'children', 'nerdlihc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'considered', 'deredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'countries', 'seirtnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'cover', 'revoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'coverage', 'egarevoc', 17, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'day', 'yad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'decrease', 'esaerced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'dependent', 'tnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'dependents', 'stnedneped', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'die', 'eid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'effect', 'tceffe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'egypt', 'tpyge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'elected', 'detcele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'employee', 'eeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'employment', 'tnemyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'eoi', 'ioe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'equal', 'lauqe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'evidence', 'ecnedive', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'exceeding', 'gnideecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'gaza', 'azag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'guaranteed', 'deetnaraug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'hires', 'serih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'includes', 'sedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'increased', 'desaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'injured', 'derujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'insurability', 'ytilibarusni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'insurance', 'ecnarusni', 17, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'insured', 'derusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'iraq', 'qari', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'israel', 'learsi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'issue', 'eussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'lebanon', 'nonabel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'lesser', 'ressel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'life', 'efil', 19, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'likewise', 'esiwekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'listed', 'detsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'loved', 'devol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'marriage', 'egairram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ones', 'seno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'option', 'noitpo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'pakistan', 'natsikap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'palestine', 'enitselap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'percentages', 'segatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'protect', 'tcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'protection', 'noitcetorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'provide', 'edivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'provides', 'sedivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'purchase', 'esahcrup', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reaches', 'sehcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reduced', 'decuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'reductions', 'snoitcuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ren', 'ner', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'requires', 'seriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'risk', 'ksir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'rounded', 'dednuor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'russia', 'aissur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'salary', 'yralas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'seriously', 'ylsuoires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'somalia', 'ailamos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'spousal', 'lasuops', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'spouse', 'esuops', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'subject', 'tcejbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'sudan', 'nadus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'syria', 'airys', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'takes', 'sekat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'times', 'semit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'travel', 'levart', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'ukraine', 'eniarku', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'unmarried', 'deirramnu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'voluntary', 'yratnulov', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'war', 'raw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'west', 'tsew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'work', 'krow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (469, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, '080', '080', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'allowances', 'secnawolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'assuming', 'gnimussa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'bonus', 'sunob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'claim', 'mialc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'compensation', 'noitasnepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'coverage', 'egarevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'disability', 'ytilibasid', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'fml', 'lmf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'fmla', 'almf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'illness', 'ssenlli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'incentive', 'evitnecni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'income', 'emocni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'injury', 'yrujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'leave', 'evael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'levels', 'slevel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'month', 'htnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'overtime', 'emitrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'protect', 'tcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'purposes', 'sesoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'reduced', 'decuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'replace', 'ecalper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'report', 'troper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'reporting', 'gnitroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'salary', 'yralas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'state', 'etats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'statutory', 'yrotutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'std', 'dts', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'type', 'epyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'wages', 'segaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'workers', 'srekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (474, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '000', '000', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '09650', '05690', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 10, '01', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 100, '001', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 145, 541, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 15, 51, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 2026, 6202, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 31, 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 401, 104, 12, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '401k', 'k104', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 50, '05', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 60, '06', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, '7â€‹5', '5â€‹7', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'account', 'tnuocca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'action', 'noitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'addition', 'noitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'aip', 'pia', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'annual', 'launna', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'aren', 'nera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'arrange', 'egnarra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'auto', 'otua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'automatic', 'citamotua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'base', 'esab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'basis', 'sisab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'beneficiary', 'yraicifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'catch', 'hctac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'cf', 'fc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'combinations', 'snoitanibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'combined', 'denibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'company', 'ynapmoc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributing', 'gnitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contribution', 'noitubirtnoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'contributions', 'snoitubirtnoc', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'debt', 'tbed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'deposit', 'tisoped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'differentials', 'slaitnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'dollar', 'rallod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'earnings', 'sgninrae', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'eligible', 'elbigile', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'employer', 'reyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'end', 'dne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'enrolls', 'sllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'facilitate', 'etatilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'fica', 'acif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'fidelity', 'ytiledif', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'financial', 'laicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'holdings', 'sgnidloh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'incentive', 'evitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'intended', 'dednetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'ira', 'ari', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'leaving', 'gnivael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'legislation', 'noitalsigel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'length', 'htgnel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'loans', 'snaol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'match', 'hctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'matches', 'sehctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'matching', 'gnihctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'money', 'yenom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'netbenefits', 'stifenebten', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'older', 'redlo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'overtime', 'emitrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'payouts', 'stuoyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'percent', 'tnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'percentage', 'egatnecrep', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'plan', 'nalp', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'pre', 'erp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'prepared', 'deraperp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'qualified', 'deifilauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'quarter', 'retrauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'reaches', 'sehcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'repayments', 'stnemyaper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'retirement', 'tnemeriter', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'roll', 'llor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'rollover', 'revollor', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'roth', 'htor', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'save', 'evas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'savings', 'sgnivas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'scheduled', 'deludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'secure', 'eruces', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'service', 'ecivres', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'shift', 'tfihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'starting', 'gnitrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'student', 'tneduts', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'table', 'elbat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'tax', 'xat', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'traditional', 'lanoitidart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'transfer', 'refsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'treated', 'detaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'up', 'pu', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'variable', 'elbairav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'vested', 'detsev', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'vesting', 'gnitsev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'vip', 'piv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wages', 'segaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wants', 'stnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (481, 'years', 'sraey', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 1824, 4281, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 215, 512, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 24, 42, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 347, 743, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 708, 807, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 8226, 6228, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 942, 249, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'able', 'elba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'abroad', 'daorba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ad', 'da', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'additional', 'lanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'adequate', 'etauqeda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'advances', 'secnavda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'advice', 'ecivda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ambulance', 'ecnalubma', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'americas', 'sacirema', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'anytime', 'emityna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'anywhereâ€‹', 'â€‹erehwyna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'arrangements', 'stnemegnarra', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'arranging', 'gnignarra', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'assist', 'tsissa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'assistance', 'ecnatsissa', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'assisting', 'gnitsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'associated', 'detaicossa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'away', 'yawa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'basic', 'cisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'beneficiary', 'yraicifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'burial', 'lairub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'business', 'ssenisub', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'cash', 'hsac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'country', 'yrtnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'covered', 'derevoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'covering', 'gnirevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'credit', 'tiderc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'daily', 'yliad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'deceased', 'desaeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'dentists', 'stsitned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'developments', 'stnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'emergency', 'ycnegreme', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'evacuation', 'noitaucave', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'excluded', 'dedulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'expenses', 'sesnepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'facilities', 'seitilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'facility', 'ytilicaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'funds', 'sdnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'globe', 'ebolg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'hour', 'ruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'important', 'tnatropmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'individuals', 'slaudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'initial', 'laitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'international', 'lanoitanretni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'internationalsos', 'soslanoitanretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'interpretation', 'noitaterpretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'interpreter', 'reterpretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'life', 'efil', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'lost', 'tsol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'luggage', 'egaggul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'medical', 'lacidem', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'medically', 'yllacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'membership', 'pihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'miles', 'selim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'mind', 'dnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'multilingual', 'laugnilitlum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'new', 'wen', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'night', 'thgin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'nyl', 'lyn', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'payment', 'tnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'peace', 'ecaep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'person', 'nosrep', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'personal', 'lanosrep', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'physicians', 'snaicisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'pre', 'erp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'prior', 'roirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'program', 'margorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'protection', 'noitcetorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provide', 'edivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'referral', 'larrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'referrals', 'slarrefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'remains', 'sniamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'repatriation', 'noitairtaper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'replacement', 'tnemecalper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'residence', 'ecnediser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'responsible', 'elbisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'returning', 'gninruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'routine', 'enituor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'secure', 'eruces', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'security', 'ytiruces', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'services', 'secivres', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'sos', 'sos', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'stolen', 'nelots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'sufficient', 'tneiciffus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'supply', 'ylppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'â€‹this', 'sihtâ€‹', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'translation', 'noitalsnart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'transport', 'tropsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'transportation', 'noitatropsnart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'travel', 'levart', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'treatment', 'tnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'trip', 'pirt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'ultimately', 'yletamitlu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'updates', 'setadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'voluntary', 'yratnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'world', 'dlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (488, 'york', 'kroy', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, '000', '000', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 30, '03', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 36, 63, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 3855, 5583, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 401, 104, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, '401k', 'k104', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 55, 55, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, '70Â½', 'Â½07', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 737, 737, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 90, '09', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'account', 'tnuocca', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'act', 'tca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'ad', 'da', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'adp', 'pda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'april', 'lirpa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'balance', 'ecnalab', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'basic', 'cisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'care', 'erac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'carry', 'yrrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cases', 'sesac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cf', 'fc', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cobra', 'arboc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'continue', 'eunitnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'continued', 'deunitnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'coverage', 'egarevoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'criteria', 'airetirc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'current', 'tnerruc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'day', 'yad', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'days', 'syad', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'defined', 'denifed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'departure', 'erutraped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'disability', 'ytilibasid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'distribution', 'noitubirtsid', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'documents', 'stnemucod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eap', 'pae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'elect', 'tcele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'employement', 'tnemeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'employment', 'tnemyolpme', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'ends', 'sdne', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'entitement', 'tnemetitne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'exit', 'tixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'expect', 'tcepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'fidelityâ€‹', 'â€‹ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'following', 'gniwollof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'fsa', 'asf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'fund', 'dnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'instances', 'secnatsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'insurance', 'ecnarusni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'invested', 'detsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'ira', 'ari', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'know', 'wonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'later', 'retal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'leave', 'evael', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'leaving', 'gnivael', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'life', 'efil', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'lump', 'pmul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'market', 'tekram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'minimum', 'muminim', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'minus', 'sunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'months', 'shtnom', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'opportunities', 'seitinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'paid', 'diap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'participation', 'noitapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'payments', 'stnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'plan', 'nalp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'print', 'tnirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'prorated', 'detarorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pto', 'otp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'pursuing', 'gniusrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'quit', 'tiuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reason', 'nosaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'receiving', 'gniviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reference', 'ecnerefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'reimbursement', 'tnemesrubmier', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'repay', 'yaper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'requires', 'seriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'resign', 'ngiser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'resignation', 'noitangiser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'retirement', 'tnemeriter', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'rolled', 'dellor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'rollover', 'revollor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'service', 'ecivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'severance', 'ecnareves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'simply', 'ylpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'slips', 'spils', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'sum', 'mus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'supplemental', 'latnemelppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'taking', 'gnikat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'terminate', 'etanimret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'termination', 'noitanimret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'transitioning', 'gninoitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'treasury', 'yrusaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'tuition', 'noitiut', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'unused', 'desunu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'up', 'pu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'value', 'eulav', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'vested', 'detsev', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'workforce', 'ecrofkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'years', 'sraey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (492, 'york', 'kroy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, '000', '000', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 18, 81, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 234, 432, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 30, '03', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 36, 63, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 3855, 5583, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 401, 104, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 5095, 5905, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 55, 55, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, '70Â½', 'Â½07', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 737, 737, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 800, '008', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 835, 538, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 866, 668, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 90, '09', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 9977, 7799, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'account', 'tnuocca', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'ad', 'da', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'adp', 'pda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'application', 'noitacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'april', 'lirpa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'avoid', 'diova', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'balance', 'ecnalab', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'basic', 'cisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'begin', 'nigeb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'benefits', 'stifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'care', 'erac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'carry', 'yrrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'case', 'esac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'cases', 'sesac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'cf', 'fc', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'cobra', 'arboc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'congratulations', 'snoitalutargnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'continue', 'eunitnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'continued', 'deunitnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'coverage', 'egarevoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'criteria', 'airetirc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'current', 'tnerruc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'date', 'etad', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'day', 'yad', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'days', 'syad', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'deadlines', 'senildaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'defined', 'denifed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'delays', 'syaled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'departure', 'erutraped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'disability', 'ytilibasid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'distribution', 'noitubirtsid', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'documents', 'stnemucod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'eap', 'pae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'effective', 'evitceffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'elect', 'tcele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'eligible', 'elbigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'employment', 'tnemyolpme', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'ends', 'sdne', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'entitlement', 'tnemeltitne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'exit', 'tixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'expect', 'tcepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'fidelityâ€‹', 'â€‹ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'following', 'gniwollof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'fsa', 'asf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'fund', 'dnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'golden', 'nedlog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'individual', 'laudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'instances', 'secnatsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'insurance', 'ecnarusni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'invested', 'detsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'ira', 'ari', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'june', 'enuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'lately', 'yletal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'later', 'retal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'leave', 'evael', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'leaving', 'gnivael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'life', 'efil', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'log', 'gol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'lump', 'pmul', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'market', 'tekram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'materials', 'slairetam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'medicare', 'eracidem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'minimum', 'muminim', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'minus', 'sunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'months', 'shtnom', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'netbenefits', 'stifenebten', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'notify', 'yfiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'occur', 'rucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'paid', 'diap', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'participation', 'noitapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'payments', 'stnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'penalties', 'seitlanep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'pension', 'noisnep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'plan', 'nalp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'planned', 'dennalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'preparing', 'gniraperp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'print', 'tnirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'prorated', 'detarorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'pto', 'otp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'reach', 'hcaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'reason', 'nosaer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'receiving', 'gniviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'reference', 'ecnerefer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'reimbursement', 'tnemesrubmier', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'remember', 'rebmemer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'repay', 'yaper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'request', 'tseuqer', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'requires', 'seriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retire', 'eriter', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retirement', 'tnemeriter', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retiring', 'gniriter', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'retroactively', 'ylevitcaorter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'rolled', 'dellor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'rollover', 'revollor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'self', 'fles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'service', 'ecivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'short', 'trohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'slips', 'spils', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'sum', 'mus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'supplemental', 'latnemelppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'termination', 'noitanimret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'timely', 'ylemit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'timing', 'gnimit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'treasury', 'yrusaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'tuition', 'noitiut', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'unused', 'desunu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'up', 'pu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'value', 'eulav', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'vested', 'detsev', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'years', 'sraey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (494, 'york', 'kroy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 100, '001', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 31, 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 36, 63, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'able', 'elba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'accident', 'tnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'according', 'gnidrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'account', 'tnuocca', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'begun', 'nugeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'beneficiaries', 'seiraicifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'beneficiary', 'yraicifeneb', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'benefits', 'stifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'care', 'erac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'claim', 'mialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'cobra', 'arboc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'completed', 'detelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'consider', 'redisnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'continue', 'eunitnoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'convert', 'trevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'cope', 'epoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'coverage', 'egarevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'date', 'etad', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'dcfsa', 'asfcd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'death', 'htaed', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'delicate', 'etaciled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'dependent', 'tnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'dependents', 'stnedneped', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'designated', 'detangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'designating', 'gnitangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'designation', 'noitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'die', 'eid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'distributed', 'detubirtsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'eap', 'pae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'employee', 'eeyolpme', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'ends', 'sdne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'file', 'elif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'flexible', 'elbixelf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'forms', 'smrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'human', 'namuh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'important', 'tnatropmi', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'instructions', 'snoitcurtsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'insurance', 'ecnarusni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'international', 'lanoitanretni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'letter', 'rettel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'life', 'efil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'loss', 'ssol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'notify', 'yfiton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'owned', 'denwo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'participation', 'noitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'passed', 'dessap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'payments', 'stnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'pension', 'noisnep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'policy', 'ycilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'profile', 'eliforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'qualifies', 'seifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'resources', 'secruoser', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'send', 'dnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'sos', 'sos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'steps', 'spets', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'surviving', 'gnivivrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'things', 'sgniht', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'update', 'etadpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'vested', 'detsev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'wish', 'hsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'wishes', 'sehsiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (497, 'york', 'kroy', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, '11bcma000183', '381000amcb11', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'captures', 'serutpac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'cf', 'fc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'challenges', 'segnellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'choice', 'eciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'collaborative', 'evitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'commit', 'timmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'conducting', 'gnitcudnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'confident', 'tnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'encourage', 'egaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'evp', 'pve', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'example', 'elpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'expanding', 'gnidnapxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'expected', 'detcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'exploring', 'gnirolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'exposed', 'desopxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'finding', 'gnidnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'focus', 'sucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'great', 'taerg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'groups', 'spuorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'impactful', 'luftcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'inclusive', 'evisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'international', 'lanoitanretni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'keeping', 'gnipeek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'key', 'yek', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'lead', 'dael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'learning', 'gninrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'makes', 'sekam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'making', 'gnikam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'mark', 'kram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'matter', 'rettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'means', 'snaem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'organizations', 'snoitazinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'paramount', 'tnuomarap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'people', 'elpoep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'pillars', 'srallip', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'place', 'ecalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'playing', 'gniyalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'position', 'noitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'positive', 'evitisop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'possibilities', 'seitilibissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'projects', 'stcejorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'promise', 'esimorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'proposition', 'noitisoporp', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'responsibility', 'ytilibisnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'sos', 'sos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'surveying', 'gniyevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'talented', 'detnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'value', 'eulav', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'view', 'weiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'viewing', 'gniweiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'work', 'krow', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (499, 'york', 'kroy', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'authentic', 'citnehtua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'awareness', 'ssenerawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'belonging', 'gnignoleb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'build', 'dliub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'colleagues', 'seugaelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'community', 'ytinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'connections', 'snoitcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'cultural', 'larutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'culture', 'erutluc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'employees', 'seeyolpme', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'encourages', 'segaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'enhance', 'ecnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'focused', 'desucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'group', 'puorg', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'implementing', 'gnitnemelpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'inclusion', 'noisulcni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'involvement', 'tnemevlovni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'irg', 'gri', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'meaningful', 'lufgninaem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'resource', 'ecruoser', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'space', 'ecaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'strategies', 'seigetarts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'supported', 'detroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'trusted', 'detsurt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'welcomed', 'democlew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (521, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'agents', 'stnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'aligned', 'dengila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'change', 'egnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'council', 'licnuoc', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'engagement', 'tnemegagne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'environment', 'tnemnorivne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'focused', 'desucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'ic', 'ci', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'inclusion', 'noisulcni', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'initiatives', 'sevitaitini', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'nominated', 'detanimon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'peers', 'sreep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'positive', 'evitisop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'produce', 'ecudorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'related', 'detaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'represents', 'stneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'senior', 'roines', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'strategy', 'ygetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (527, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 180, '081', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 45, 54, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 90, '09', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'actionable', 'elbanoitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'adjust', 'tsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'confidential', 'laitnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'consideration', 'noitaredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'cycle', 'elcyc', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'efforts', 'stroffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'employee', 'eeyolpme', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'encourage', 'egaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'engagement', 'tnemegagne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'evolve', 'evlove', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'feedback', 'kcabdeef', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'gives', 'sevig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'hear', 'raeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'heard', 'draeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'hearing', 'gniraeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'life', 'efil', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'place', 'ecalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'reach', 'hcaer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'real', 'laer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'recruitment', 'tnemtiurcer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'responding', 'gnidnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'responses', 'sesnopser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'retention', 'noitneter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'reviewed', 'deweiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'seven', 'neves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'survey', 'yevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'surveys', 'syevrus', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'voice', 'eciov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'ways', 'syaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (531, 'worked', 'dekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 180, '081', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 2022, 2202, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 45, 54, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 700, '007', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 90, '09', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'accomplish', 'hsilpmocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'advanced', 'decnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'aligning', 'gningila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'areas', 'saera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'belonging', 'gnignoleb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'bias', 'saib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'business', 'ssenisub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'committed', 'dettimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'communities', 'seitinummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'continuing', 'gniunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'core', 'eroc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'corporate', 'etaroproc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'curriculum', 'mulucirruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'develop', 'poleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'disrupting', 'gnitpursid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'diverse', 'esrevid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'diversity', 'ytisrevid', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'educate', 'etacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'efforts', 'stroffe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'enhancing', 'gnicnahne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'equity', 'ytiuqe', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'focuses', 'sesucof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'id', 'di', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'impact', 'tcapmi', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'impactful', 'luftcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'inclusion', 'noisulcni', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'inclusive', 'evisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'incorporating', 'gnitaroprocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'integration', 'noitargetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'irg', 'gri', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'journey', 'yenruoj', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'launching', 'gnihcnual', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'leadership', 'pihsredael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'measuring', 'gnirusaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'onboarding', 'gnidraobno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'organizing', 'gnizinagro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'philanthropic', 'ciporhtnalihp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'positively', 'ylevitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'read', 'daer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'relates', 'setaler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'remind', 'dnimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'report', 'troper', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'representation', 'noitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'retain', 'niater', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'seven', 'neves', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'skill', 'lliks', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strategies', 'seigetarts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strategy', 'ygetarts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'strengthening', 'gninehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'surveys', 'syevrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'sustainability', 'ytilibaniatsus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'talent', 'tnelat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'training', 'gniniart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'volunteer', 'reetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'volunteering', 'gnireetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'vto', 'otv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'wide', 'ediw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'workspace', 'ecapskrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (534, 'world', 'dlrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 232, 232, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 30, '03', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 3630, '0363', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 401, 104, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, '401k', 'k104', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 60, '06', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'adding', 'gnidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'adoption', 'noitpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'age', 'ega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'begin', 'nigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'beneficiaries', 'seiraicifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'benefits', 'stifeneb', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'birth', 'htrib', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'certificate', 'etacifitrec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'cf', 'fc', 8, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'cfbenefits', 'stifenebfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'change', 'egnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'changes', 'segnahc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'date', 'etad', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'days', 'syad', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'deadline', 'enildaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'death', 'htaed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dependent', 'tnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'dependents', 'stnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'designate', 'etangised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'divorce', 'ecrovid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'documentation', 'noitatnemucod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'eguide', 'ediuge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'elections', 'snoitcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'eligibility', 'ytilibigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'employment', 'tnemyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'enroll', 'llorne', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'enrolling', 'gnillorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'enrollment', 'tnemllorne', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'event', 'tneve', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'events', 'stneve', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'examples', 'selpmaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'exception', 'noitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'experience', 'ecneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'fall', 'llaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'hire', 'erih', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'industries', 'seirtsudni', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'ineligibility', 'ytilibigileni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'inside', 'edisni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'legal', 'lagel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'life', 'efil', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'make', 'ekam', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'makes', 'sekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'marital', 'latiram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'marriage', 'egairram', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'new', 'wen', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'number', 'rebmun', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'onesourcevirtual', 'lautrivecruoseno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'outside', 'edistuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'page', 'egap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'powered', 'derewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'proud', 'duorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'qualifying', 'gniyfilauq', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'reminders', 'srednimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'represent', 'tneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'status', 'sutats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'team', 'maet', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'uniquely', 'yleuqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'unless', 'sselnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'upload', 'daolpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'variety', 'yteirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'visit', 'tisiv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'welcome', 'emoclew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'workday', 'yadkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (547, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 232, 232, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 26, 62, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 30, '03', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 3630, '0363', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'benefits', 'stifeneb', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'cfbenefits', 'stifenebfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'children', 'nerdlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'common', 'nommoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'considered', 'deredisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'court', 'truoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'covering', 'gnirevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'custom', 'motsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'days', 'syad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'deadline', 'enildaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'dependent', 'tnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'dependents', 'stnedneped', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'divorced', 'decrovid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'documentation', 'noitatnemucod', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'domestic', 'citsemod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'eligibility', 'ytilibigile', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'eligible', 'elbigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'emailing', 'gniliame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'enroll', 'llorne', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'event', 'tneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'fall', 'llaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'guardianship', 'pihsnaidraug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'hire', 'erih', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'law', 'wal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'lawful', 'lufwal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'legal', 'lagel', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'legally', 'yllagel', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'list', 'tsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'married', 'deirram', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'obligation', 'noitagilbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'onesourcevirtual', 'lautrivecruoseno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'order', 'redro', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'package', 'egakcap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'provide', 'edivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'qualifying', 'gniyfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'ren', 'ner', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'separated', 'detarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'spouse', 'esuops', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'spouses', 'sesuops', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'stepchildren', 'nerdlihcpets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'unique', 'euqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (550, 'verify', 'yfirev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 232, 232, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 234, 432, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 2400, '0042', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 30, '03', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 362, 263, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 3630, '0363', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 401, 104, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 405, 504, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 4462, 2644, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 847, 748, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 866, 668, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 9977, 7799, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'able', 'elba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'account', 'tnuocca', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'ad', 'da', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'add', 'dda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adding', 'gnidda', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'additionally', 'yllanoitidda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adjust', 'tsujda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adjusting', 'gnitsujda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'adoption', 'noitpoda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'align', 'ngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'assistance', 'ecnatsissa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'automatically', 'yllacitamotua', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'begin', 'nigeb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'beneficiaries', 'seiraicifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'beneficiary', 'yraicifeneb', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'benefit', 'tifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'benefits', 'stifeneb', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'birth', 'htrib', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'canceled', 'delecnac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'care', 'erac', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'center', 'retnec', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'certificate', 'etacifitrec', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cf', 'fc', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cfbenefits', 'stifenebfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cfindustries', 'seirtsudnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'challenging', 'gnignellahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'change', 'egnahc', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'changes', 'segnahc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'child', 'dlihc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'com', 'moc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'consider', 'redisnoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'consistent', 'tnetsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'contact', 'tcatnoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'contributions', 'snoitubirtnoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'cope', 'epoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'counseling', 'gnilesnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'coverage', 'egarevoc', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'coverages', 'segarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'create', 'etaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'current', 'tnerruc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'days', 'syad', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dcfsa', 'asfcd', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'death', 'htaed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependent', 'tnedneped', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dependents', 'stnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'designations', 'snoitangised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'divorce', 'ecrovid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'divorced', 'decrovid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'documentation', 'noitatnemucod', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'drop', 'pord', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eap', 'pae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eligibility', 'ytilibigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'emailing', 'gniliame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'employment', 'tnemyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'event', 'tneve', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'events', 'stneve', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'evidence', 'ecnedive', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'finalized', 'dezilanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'flexible', 'elbixelf', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'fsa', 'asf', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'gain', 'niag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'gains', 'sniag', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'health', 'htlaeh', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'hospital', 'latipsoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'hsa', 'ash', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'increase', 'esaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'information', 'noitamrofni', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'insurability', 'ytilibarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'insurance', 'ecnarusni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'leaveâ€‹', 'â€‹evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'legally', 'yllagel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'letter', 'rettel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'life', 'efil', 11, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'list', 'tsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'log', 'gol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loses', 'sesol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'loss', 'ssol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'make', 'ekam', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'marriage', 'egairram', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'member', 'rebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'middle', 'elddim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'mynylgbs', 'sbglynym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'needed', 'dedeen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'netbenefits', 'stifenebten', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'new', 'wen', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'occurred', 'derrucco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'onesourcevirtual', 'lautrivecruoseno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'outlined', 'deniltuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'paperwork', 'krowrepap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'pension', 'noisnep', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'period', 'doirep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'plan', 'nalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'previous', 'suoiverp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'processing', 'gnissecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'proof', 'foorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'provide', 'edivorp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'qualifying', 'gniyfilauq', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'recently', 'yltnecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'record', 'drocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'remove', 'evomer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'reporting', 'gnitroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'representative', 'evitatneserper', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'requested', 'detseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'require', 'eriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'required', 'deriuqer', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'resources', 'secruoser', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'savings', 'sgnivas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'separated', 'detarapes', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'separation', 'noitarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'set', 'tes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'significant', 'tnacifingis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'situations', 'snoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'sâ€‹pending', 'gnidnepâ€‹s', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'spouse', 'esuops', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'submit', 'timbus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'supervisor', 'rosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'support', 'troppus', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'supporting', 'gnitroppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'things', 'sgniht', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'time', 'emit', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'toll', 'llot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'type', 'epyt', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'update', 'etadpu', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'updates', 'setadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'updating', 'gnitadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'ups', 'spu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'walk', 'klaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'workday', 'yadkrow', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (554, 'york', 'kroy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 2026, 6202, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, '401k', 'k104', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 888, 888, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 902, 209, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advantage', 'egatnavda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocacy', 'ycacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocate', 'etacovda', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'advocates', 'setacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'annual', 'launna', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'area', 'aera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'bcbsil', 'lisbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cf', 'fc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'clinical', 'lacinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'concierge', 'egreicnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'connect', 'tcennoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contributes', 'setubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cost', 'tsoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'ct', 'tc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'description', 'noitpircsed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'diagnosis', 'sisongaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'documents', 'stnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'enrollment', 'tnemllorne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'friday', 'yadirf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'funding', 'gnidnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'general', 'lareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'guide', 'ediug', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'harbor', 'robrah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'health', 'htlaeh', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'help', 'pleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'higher', 'rehgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'hsa', 'ash', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'lower', 'rewol', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'medical', 'lacidem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'monday', 'yadnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'monthly', 'ylhtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'notice', 'eciton', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'notices', 'seciton', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'paired', 'deriap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'plan', 'nalp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'pocket', 'tekcop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'ppo', 'opp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'premium', 'muimerp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'refer', 'refer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'report', 'troper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'required', 'deriuqer', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'retirement', 'tnemeriter', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'safe', 'efas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sar', 'ras', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sbc', 'cbs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'sheet', 'teehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'shop', 'pohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'solutions', 'snoitulos', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'standard', 'dradnats', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'summary', 'yrammus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'welfare', 'eraflew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (561, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '0012', 2100, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, '09650', '05690', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 1619, 9161, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 232, 232, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 234, 432, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 244, 442, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 258, 852, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 2777, 7772, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 3312, 2133, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 3333808, 8083333, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 362, 263, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 3630, '0363', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 4462, 2644, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 465, 564, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 478, 874, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 5095, 5905, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 527, 725, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6057, 7506, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 606, 606, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 6224, 4226, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 680, '086', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 721, 127, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 7557, 7557, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 800, '008', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8005232233, 3322325008, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8293, 3928, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 835, 538, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8646, 6468, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 866, 668, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 877, 778, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 888, 888, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 8943, 3498, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 902, 209, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 9977, 7799, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'account', 'tnuocca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'accredo', 'odercca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'advocacy', 'ycacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'aon', 'noa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'app', 'ppa', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'ayco', 'ocya', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'bcbsil', 'lisbcb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'bluecross', 'ssorceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'blueshield', 'dleihseulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'calling', 'gnillac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'center', 'retnec', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'centers', 'sretnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfbenefits', 'stifenebfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfi', 'ifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfind', 'dnifc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cfindustries', 'seirtsudnifc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'cigna', 'angic', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'com', 'moc', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'contacts', 'stcatnoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'emailing', 'gniliame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'fidelity', 'ytiledif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'gbs', 'sbg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'google', 'elgoog', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'gov', 'vog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'guidance', 'ecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hartford', 'droftrah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hinge', 'egnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'hingehealth', 'htlaehegnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'icon', 'noci', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'investments', 'stnemtsevni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'login', 'nigol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'maven', 'nevam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mavenclinic', 'cinilcnevam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'md', 'dm', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mdlive', 'evildm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'medicare', 'eracidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mycigna', 'angicym', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'mynylgbs', 'sbglynym', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'myprime', 'emirpym', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'netbenefits', 'stifenebten', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'nyl', 'lyn', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'onesource', 'ecruoseno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'onesourcevirtual', 'lautrivecruoseno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'osv', 'vso', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'patient', 'tneitap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'perkspot', 'topskrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'play', 'yalp', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'prime', 'emirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'proactive', 'evitcaorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'promise', 'esimorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'solutions', 'snoitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'specialty', 'ytlaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'ssa', 'ass', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'store', 'erots', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'thehartford', 'droftraheht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'therapeutics', 'scituepareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'update', 'etadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'www', 'www', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'york', 'kroy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (574, 'ypr', 'rpy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'blood', 'doolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'diabetes', 'setebaid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'engagement', 'tnemegagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'goals', 'slaog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'library', 'yrarbil', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'live', 'evil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'management', 'tnemeganam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'md', 'dm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'mindfulness', 'ssenlufdnim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'power', 'rewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'pressure', 'erusserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'programs', 'smargorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'resources', 'secruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'strive', 'evirts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'weight', 'thgiew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'wellness', 'ssenllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (650, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'insurance', 'ecnarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'life', 'efil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'limits', 'stimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'managment', 'tnemganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'page', 'egap', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'perscription', 'noitpircsrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'pto', 'otp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'table', 'elbat', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'test', 'tset', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (675, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 123456789, 987654321, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 1975, 5791, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 2025, 5202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 2027, 7202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 210, '012', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 2245, 5422, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 23, 32, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 708, 807, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 767, 767, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 8807, 7088, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'accessing', 'gnissecca', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'action', 'noitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'annual', 'launna', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'applicable', 'elbacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'assigned', 'dengissa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'best', 'tseb', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'born', 'nrob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'box', 'xob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'bring', 'gnirb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'care', 'erac', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'case', 'esac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'categories', 'seirogetac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'click', 'kcilc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'complete', 'etelpmoc', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'completed', 'detelpmoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'completing', 'gnitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'confirmation', 'noitamrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'consent', 'tnesnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'consistently', 'yltnetsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'continue', 'eunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'default', 'tluafed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'delivered', 'dereviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'detection', 'noitceted', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'directly', 'yltcerid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'dob', 'bod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'documentation', 'noitatnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'download', 'daolnwod', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'ear', 'rae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'early', 'ylrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'earn', 'nrae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'ehealth', 'htlaehe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'ehealthscreenings', 'sgnineercshtlaehe', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'electronically', 'yllacinortcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'employees', 'seeyolpme', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'enter', 'retne', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'espresa', 'aserpse', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'event', 'tneve', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'examination', 'noitanimaxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'example', 'elpmaxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'fax', 'xaf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'follow', 'wollof', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'form', 'mrof', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'format', 'tamrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'forms', 'smrof', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'health', 'htlaeh', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'high', 'hgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'hr', 'rh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'https', 'sptth', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'improvements', 'stnemevorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'information', 'noitamrofni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'initial', 'laitini', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'instructions', 'snoitcurtsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'invites', 'setivni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'ite', 'eti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'john', 'nhoj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'js04231975', '57913240sj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'key', 'yek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'lower', 'rewol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'manual', 'launam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'md', 'dm', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'measurable', 'elbarusaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'medical', 'lacidem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'mmddyyyy', 'yyyyddmm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'moving', 'gnivom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'near', 'raen', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'necessary', 'yrassecen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'nly', 'yln', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'northbrook', 'koorbhtron', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'note', 'eton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'november', 'rebmevon', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'number', 'rebmun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'outcomes', 'semoctuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'pages', 'segap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'paperwork', 'krowrepap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'participants', 'stnapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'participate', 'etapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'participation', 'noitapicitrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'password', 'drowssap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'pcp', 'pcp', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'physical', 'lacisyhp', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'physician', 'naicisyhp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'pmd', 'dmp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'portal', 'latrop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'pouses', 'sesuop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'premium', 'muimerp', 16, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'primary', 'yramirp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'proactive', 'evitcaorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'process', 'ssecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'program', 'margorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'provider', 'redivorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'prw41', '14wrp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'qualify', 'yfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'questions', 'snoitseuq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'registered', 'deretsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'risk', 'ksir', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'routine', 'enituor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'savings', 'sgnivas', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'screening', 'gnineercs', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'screenings', 'sgnineercs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'security', 'ytiruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'selecting', 'gnitceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'sensitive', 'evitisnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'signup', 'pungis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'site', 'etis', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'smith', 'htims', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'smith6789', '9876htims', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'spouses', 'sesuops', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'ssn', 'nss', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'step', 'pets', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'steps', 'spets', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'strong', 'gnorts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'submission', 'noissimbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'submissions', 'snoissimbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'submit', 'timbus', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'submitted', 'dettimbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'submitting', 'gnittimbus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'successfully', 'yllufsseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'technical', 'lacinhcet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'thanks', 'sknaht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'tile', 'elit', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'timely', 'ylemit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'undergo', 'ogrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'update', 'etadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'upload', 'daolpu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'username', 'emanresu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'verify', 'yfirev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'waggaman', 'namaggaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (791, 'yo', 'oy', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '003', 300, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '00c7b1', '1b7c00', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '015846', 648510, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '018', 810, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '03', 30, 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '03px', 'xp30', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '04', 40, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '05px', 'xp50', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '072', 270, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '077', 770, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '078', 870, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '08', 80, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '082', 280, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '0px', 'xp0', 25, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 100, '001', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '12em', 'me21', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 14, 41, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '14em', 'me41', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '15em', 'me51', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '15px', 'xp51', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 16, 61, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '16em', 'me61', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '16px', 'xp61', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '17px', 'xp71', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '17vw', 'wv71', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '18px', 'xp81', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '1d95135b', 'b53159d1', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '1px', 'xp1', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 200, '002', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 2023, 3202, 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2074b1b2', '2b1b4702', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '20px', 'xp02', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 22, 22, 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '22back', 'kcab22', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '22gcid', 'dicg22', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '22px', 'xp22', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 255, 552, 72, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '26px', 'xp62', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2c1a5d', 'd5a1c2', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2d84bb', 'bb48d2', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '2px', 'xp2', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 30, '03', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 300, '003', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '30px', 'xp03', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 31, 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '31px', 'xp13', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '372px', 'xp273', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '37px', 'xp73', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 383842, 248383, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '39px', 'xp93', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '3fa9f5', '5f9af3', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 400, '004', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '40px', 'xp04', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 41, 14, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4180, '0814', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4202, 2024, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4210, '0124', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '450ms', 'sm054', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 4748, 8474, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '478a', 'a874', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 49, 94, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '4ac1', '1ca4', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '4dae', 'ead4', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '50px', 'xp05', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 51, 15, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 52, 25, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 56, 65, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '598e3e25', '52e3e895', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '5a03edfea053', '350aefde30a5', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '5px', 'xp5', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 600, '006', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 62, 26, 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '625px', 'xp526', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '6ca7d0', '0d7ac6', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 700, '007', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 75, 57, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '862f', 'f268', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 89, 98, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 91, 19, 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '912c', 'c219', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '91aac1adf8a6', '6a8fda1caa19', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 93, 39, 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, '9px', 'xp9', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'a544', '445a', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ability', 'ytiliba', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'accomplishments', 'stnemhsilpmocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'accounts', 'stnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'achieve', 'eveihca', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'act', 'tca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'alex', 'xela', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'align', 'ngila', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'alignment', 'tnemngila', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'aligns', 'sngila', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'animation', 'noitamina', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'annual', 'launna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'answered', 'derewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'applaud', 'dualppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'applicable', 'elbacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'assistance', 'ecnatsissa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'award', 'drawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'b69f2de5dcde', 'edcd5ed2f96b', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'b930', '039b', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'background', 'dnuorgkcab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'balanced', 'decnalab', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'balls', 'sllab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'being', 'gnieb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'benefits', 'stifeneb', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'best', 'tseb', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'bg', 'gb', 61, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'big', 'gib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'blood', 'doolb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'blur', 'rulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'body', 'ydob', 31, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'border', 'redrob', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'box', 'xob', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'bright', 'thgirb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'builder', 'redliub', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'button', 'nottub', 66, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'career', 'reerac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'carousel', 'lesuorac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'center', 'retnec', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'cf', 'fc', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'cftotalrewards', 'sdrawerlatotfc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'change', 'egnahc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'child', 'dlihc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'classroom', 'moorssalc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'collaboration', 'noitaroballoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'colleagues', 'seugaelloc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'color', 'roloc', 86, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'colors', 'sroloc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'com', 'moc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'competitive', 'evititepmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'container', 'reniatnoc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'content', 'tnetnoc', 80, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'contributions', 'snoitubirtnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'counseling', 'gnilesnuoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'count', 'tnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'coverage', 'egarevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'created', 'detaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'css', 'ssc', 34, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'curve', 'evruc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'custom', 'motsuc', 38, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'd5f5', '5f5d', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'dark', 'krad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'date', 'etad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'days', 'syad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'decision', 'noisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'default', 'tluafed', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'desc', 'csed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'description', 'noitpircsed', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'deserve', 'evresed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'desktop', 'potksed', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'diabetes', 'setebaid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'dipi', 'ipid', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'disability', 'ytilibasid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'diverse', 'esrevid', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'divi', 'ivid', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'duration', 'noitarud', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'earn', 'nrae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'edited', 'detide', 26, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'effectively', 'ylevitceffe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'eguide', 'ediuge', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'eligibility', 'ytilibigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'eligible', 'elbigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enable', 'elbane', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enabled', 'delbane', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'encourage', 'egaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'end', 'dne', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enroll', 'llorne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'enrollment', 'tnemllorne', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ensure', 'erusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'experience', 'ecneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'experiences', 'secneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'false', 'eslaf', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'feel', 'leef', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ffffff', 'ffffff', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'financial', 'laicnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'flex', 'xelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'flip', 'pilf', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'font', 'tnof', 33, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'foster', 'retsof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'future', 'erutuf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'gallery', 'yrellag', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'global', 'labolg', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'goals', 'slaog', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'gradient', 'tneidarg', 36, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'grow', 'worg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'guide', 'ediug', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'h1', '1h', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'header', 'redaeh', 35, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'height', 'thgieh', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'help', 'pleh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'helping', 'gnipleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'high', 'hgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'highlight', 'thgilhgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'highlights', 'sthgilhgih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'hire', 'erih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'home', 'emoh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'horizontal', 'latnoziroh', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'hover', 'revoh', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'https', 'sptth', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'icon', 'noci', 43, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'image', 'egami', 47, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'image1', '1egami', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'important', 'tnatropmi', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'incentives', 'sevitnecni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'included', 'dedulcni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'inclusion', 'noisulcni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'inclusive', 'evisulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'info', 'ofni', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'inspired', 'deripsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'item', 'meti', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'join', 'nioj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'jpg', 'gpj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'label', 'lebal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'latest', 'tsetal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'layout', 'tuoyal', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'learn', 'nrael', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'learning', 'gninrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'legal', 'lagel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'letter', 'rettel', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'level', 'level', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'life', 'efil', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'line', 'enil', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'linear', 'raenil', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'link', 'knil', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'live', 'evil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'locked', 'dekcol', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'long', 'gnol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'loved', 'devol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'main', 'niam', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'makes', 'sekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'management', 'tnemeganam', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'margin', 'nigram', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'max', 'xam', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'meet', 'teem', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'mentorship', 'pihsrotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'mindfulness', 'ssenlufdnim', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'module', 'eludom', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'montserrat', 'tarrestnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'navigation', 'noitagivan', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'need', 'deen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'needs', 'sdeen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'november', 'rebmevon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'october', 'rebotco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'offer', 'reffo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'offered', 'dereffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'ones', 'seno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'opportunities', 'seitinutroppo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'options', 'snoitpo', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'overlay', 'yalrevo', 45, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'overlays', 'syalrevo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'padding', 'gniddap', 24, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'paid', 'diap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'pay', 'yap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'performance', 'ecnamrofrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'period', 'doirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'perks', 'skrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'personal', 'lanosrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'perspectives', 'sevitcepsrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'phone', 'enohp', 55, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'physical', 'lacisyhp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'placement', 'tnemecalp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'planning', 'gninnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'plans', 'snalp', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'position', 'noitisop', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'potential', 'laitnetop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'power', 'rewop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'powered', 'derewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'premium', 'muimerp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'prepare', 'eraperp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'prepared', 'deraperp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'preset', 'teserp', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'preset1', '1teserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'preset3', '3teserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'pressure', 'erusserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'prev', 'verp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'priority', 'ytiroirp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'program', 'margorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'programs', 'smargorp', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'proud', 'duorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'provide', 'edivorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'qualified', 'deifilauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'quality', 'ytilauq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'quickly', 'ylkciuq', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'radius', 'suidar', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'represent', 'tneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'respond', 'dnopser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'retirement', 'tnemeriter', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'rewarded', 'dedrawer', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'rewards', 'sdrawer', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'rgba', 'abgr', 24, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'right', 'thgir', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'safeguard', 'draugefas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'safety', 'ytefas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'sans', 'snas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'seek', 'kees', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'service', 'ecivres', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'shadow', 'wodahs', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'short', 'trohs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'size', 'ezis', 26, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'skills', 'slliks', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'slider', 'redils', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'spacing', 'gnicaps', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'spouse', 'esuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'stability', 'ytilibats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'staging', 'gnigats', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'start', 'trats', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'stop', 'pots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'stops', 'spots', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'strive', 'evirts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'style', 'elyts', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'success', 'sseccus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'successful', 'lufsseccus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'suite', 'etius', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'support', 'troppus', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'svg', 'gvs', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'tablet', 'telbat', 35, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'target', 'tegrat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'term', 'mret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'text', 'txet', 32, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'texture', 'erutxet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'thing', 'gniht', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'thumb', 'bmuht', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'thumbs', 'sbmuht', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'title', 'eltit', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'top', 'pot', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'total', 'latot', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'training', 'gniniart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'transition', 'noitisnart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'type', 'epyt', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'uniquely', 'yleuqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'unplanned', 'dennalpnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'uploads', 'sdaolpu', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'use', 'esu', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'valued', 'deulav', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 've', 'ev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'version', 'noisrev', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'vertical', 'lacitrev', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'virtual', 'lautriv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'vr', 'rv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'wait', 'tiaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'weight', 'thgiew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'welcome', 'emoclew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'well', 'llew', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'wellness', 'ssenllew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'width', 'htdiw', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'win', 'niw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'windows', 'swodniw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'work', 'krow', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'workday', 'yadkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'wp', 'pw', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'years', 'sraey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'yellow', 'wolley', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (820, 'yn', 'ny', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, '000', '000', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 100, '001', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 14, 41, 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 145, 541, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 200, '002', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 2025, 5202, 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 2026, 6202, 35, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 2027, 7202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 232, 232, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 250, '052', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 26, 62, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 30, '03', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 31, 13, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 35, 53, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 3630, '0363', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 400, '004', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 401, 104, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 50, '05', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 500, '005', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 65, 56, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 680, '086', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 75, 57, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 750, '057', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 8293, 3928, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 902, 209, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'ability', 'ytiliba', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'account', 'tnuocca', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'accounts', 'stnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'action', 'noitca', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'ad', 'da', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'add', 'dda', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'adding', 'gnidda', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'advantage', 'egatnavda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'advocacy', 'ycacovda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'affordable', 'elbadroffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'age', 'ega', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'aged', 'dega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'amounts', 'stnuoma', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'annual', 'launna', 29, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'attest', 'tsetta', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'attestation', 'noitatsetta', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'available', 'elbaliava', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'averaging', 'gnigareva', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'basis', 'sisab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'bcbs', 'sbcb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'bcbsil', 'lisbcb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'beginning', 'gninnigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'behavioral', 'laroivaheb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'benefit', 'tifeneb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'benefits', 'stifeneb', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'best', 'tseb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'birth', 'htrib', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'box', 'xob', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'building', 'gnidliub', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'button', 'nottub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'calendar', 'radnelac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'cards', 'sdrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'care', 'erac', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'carry', 'yrrac', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'catch', 'hctac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'certificate', 'etacifitrec', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'cf', 'fc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'cfbenefits', 'stifenebfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'chance', 'ecnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'change', 'egnahc', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'changed', 'degnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'changes', 'segnahc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'check', 'kcehc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'checklist', 'tsilkcehc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'choice', 'eciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'choices', 'seciohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'com', 'moc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'combined', 'denibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'company', 'ynapmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'competitive', 'evititepmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'complete', 'etelpmoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'conceive', 'eviecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'concerns', 'snrecnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'confirm', 'mrifnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'continued', 'deunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'contribute', 'etubirtnoc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'contribution', 'noitubirtnoc', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'contributions', 'snoitubirtnoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'cost', 'tsoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'coverage', 'egarevoc', 24, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'covered', 'derevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'covering', 'gnirevoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'current', 'tnerruc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'currently', 'yltnerruc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'dec', 'ced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'decide', 'ediced', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'deductible', 'elbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'defined', 'denifed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'dental', 'latned', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'dependent', 'tnedneped', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'dependents', 'stnedneped', 18, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'digital', 'latigid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'documentation', 'noitatnemucod', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'drop', 'pord', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'dropped', 'deppord', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'dropping', 'gnippord', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'earn', 'nrae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'earnings', 'sgninrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'effective', 'evitceffe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'egg', 'gge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'elect', 'tcele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'election', 'noitcele', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'elections', 'snoitcele', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'eligibility', 'ytilibigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'eligible', 'elbigile', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'emergency', 'ycnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'employee', 'eeyolpme', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'employer', 'reyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'end', 'dne', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'enroll', 'llorne', 19, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'enrolled', 'dellorne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'enrolling', 'gnillorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'enrollment', 'tnemllorne', 29, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'eoi', 'ioe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'evaluate', 'etaulave', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'event', 'tneve', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'evidence', 'ecnedive', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'experience', 'ecneirepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'exploring', 'gnirolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'family', 'ylimaf', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'fertility', 'ytilitref', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'fica', 'acif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'flexibility', 'ytilibixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'flexible', 'elbixelf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'following', 'gniwollof', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'forward', 'drawrof', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'freezing', 'gnizeerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'fsa', 'asf', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'fsas', 'sasf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'funded', 'dednuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'general', 'lareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'guide', 'ediug', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'health', 'htlaeh', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'healthier', 'reihtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'higher', 'rehgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'hinge', 'egnih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'hsa', 'ash', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'id', 'di', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'inbox', 'xobni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'includes', 'sedulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'increase', 'esaercni', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'individuals', 'slaudividni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'inflation', 'noitalfni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'instances', 'secnatsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'insurability', 'ytilibarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'insurance', 'ecnarusni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'irs', 'sri', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'item', 'meti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'iui', 'iui', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'ivf', 'fvi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'jan', 'naj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'january', 'yraunaj', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'joint', 'tnioj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'largest', 'tsegral', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'led', 'del', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'legally', 'yllagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'legislation', 'noitalsigel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'level', 'level', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'licensed', 'desnecil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'life', 'efil', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'lifestyles', 'selytsefil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'limit', 'timil', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'limited', 'detimil', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'limits', 'stimil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'logging', 'gniggol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'longer', 'regnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'mailer', 'reliam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'make', 'ekam', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'marriage', 'egairram', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'maven', 'nevam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'maximum', 'mumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'maximums', 'smumixam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'mdlive', 'evildm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'meaning', 'gninaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'medical', 'lacidem', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'meet', 'teem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'msk', 'ksm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'muscle', 'elcsum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'musculoskeletal', 'lateleksolucsum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'navigate', 'etagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'navigating', 'gnitagivan', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'need', 'deen', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'needs', 'sdeen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'new', 'wen', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'notices', 'seciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'nov', 'von', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'november', 'rebmevon', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'obtain', 'niatbo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'oct', 'tco', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'october', 'rebotco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'offer', 'reffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'older', 'redlo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'onesourcevirtual', 'lautrivecruoseno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'opportunity', 'ytinutroppo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'pain', 'niap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'past', 'tsap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'personalize', 'ezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'physical', 'lacisyhp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'place', 'ecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'plan', 'nalp', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'planselect', 'tcelesnalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'plus', 'sulp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'pocket', 'tekcop', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'ppo', 'opp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'pre', 'erp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'premium', 'muimerp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'premiums', 'smuimerp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'prices', 'secirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'process', 'ssecorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'programs', 'smargorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'projected', 'detcejorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'promoting', 'gnitomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'proof', 'foorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'provide', 'edivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'providers', 'sredivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'purpose', 'esoprup', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'qualified', 'deifilauq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'qualify', 'yfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'qualifying', 'gniyfilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'rates', 'setar', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'receive', 'eviecer', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'reduced', 'decuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'reflecting', 'gnitcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'remain', 'niamer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'reminder', 'rednimer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'removed', 'devomer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'ren', 'ner', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'required', 'deriuqer', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'requirement', 'tnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'restored', 'derotser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'result', 'tluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'resulting', 'gnitluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'review', 'weiver', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'rewards', 'sdrawer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'rise', 'esir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'roth', 'htor', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'savings', 'sgnivas', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'sbc', 'cbs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'session', 'noisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'solutions', 'snoitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'spending', 'gnidneps', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'spouse', 'esuops', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'standard', 'dradnats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'status', 'sutats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'step', 'pets', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'submit', 'timbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'summary', 'yrammus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'support', 'troppus', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'supporting', 'gnitroppus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'sure', 'erus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'takes', 'sekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'tax', 'xat', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'therapists', 'stsipareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'time', 'emit', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'tool', 'loot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'top', 'pot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'traditional', 'lanoitidart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'treatments', 'stnemtaert', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'trying', 'gniyrt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'unless', 'sselnu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'up', 'pu', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'use', 'esu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'verify', 'yfirev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'virtual', 'lautriv', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'vision', 'noisiv', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'visit', 'tisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'visits', 'stisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'voluntary', 'yratnulov', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'wages', 'segaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'want', 'tnaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'website', 'etisbew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'workday', 'yadkrow', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'year', 'raey', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'yearly', 'ylraey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (839, 'years', 'sraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, '040', '040', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 100, '001', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 26, 62, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 30, '03', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'accident', 'tnedicca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'ad', 'da', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'additional', 'lanoitidda', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'administered', 'deretsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'affidavit', 'tivadiffa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'age', 'ega', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'agreement', 'tnemeerga', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'april', 'lirpa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'automatic', 'citamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'available', 'elbaliava', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'bargaining', 'gniniagrab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'basic', 'cisab', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'benefits', 'stifeneb', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'business', 'ssenisub', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'care', 'erac', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'child', 'dlihc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'children', 'nerdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'cigna', 'angic', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'click', 'kcilc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'coinsurance', 'ecnarusnioc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'collective', 'evitcelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'complete', 'etelpmoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'concurrent', 'tnerrucnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'consisting', 'gnitsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'contact', 'tcatnoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'copay', 'yapoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'coverage', 'egarevoc', 14, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'definition', 'noitinifed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'dental', 'latned', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'dependent', 'tnedneped', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'die', 'eid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'disclaimer', 'remialcsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'domestic', 'citsemod', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'dppo', 'oppd', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'drug', 'gurd', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'eligible', 'elbigile', 9, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'employee', 'eeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'enroll', 'llorne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'enrolling', 'gnillorne', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'enrollment', 'tnemllorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'essential', 'laitnesse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'exams', 'smaxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'excluding', 'gnidulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'eye', 'eye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'eyes', 'seye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'faq', 'qaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'features', 'serutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'featuring', 'gnirutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'federal', 'laredef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'fixed', 'dexif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'frames', 'semarf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'fsa', 'asf', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'fund', 'dnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'gender', 'redneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'good', 'doog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'highmark', 'kramhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'hours', 'sruoh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'idea', 'aedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'ill', 'lli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'injured', 'derujni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'insurance', 'ecnarusni', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'keeping', 'gnipeek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'large', 'egral', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'leave', 'evael', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'leaves', 'sevael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'legally', 'yllagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'lenses', 'sesnel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'life', 'efil', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'list', 'tsil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'local', 'lacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'matter', 'rettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'medical', 'lacidem', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'meet', 'teem', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'met', 'tem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'network', 'krowten', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'notarized', 'deziraton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'offered', 'dereffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'offers', 'sreffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'opposite', 'etisoppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'option', 'noitpo', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'overview', 'weivrevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'paid', 'diap', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'parental', 'latnerap', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'partner', 'rentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'partnerships', 'spihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'pay', 'yap', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'percentage', 'egatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'pharmacy', 'ycamrahp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'plan', 'nalp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'policy', 'ycilop', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'ppl', 'lpp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'ppo', 'opp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'preventive', 'evitneverp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'previous', 'suoiverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'primary', 'yramirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'protecting', 'gnitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'provided', 'dedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'provider', 'redivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'providers', 'sredivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'provides', 'sedivorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'purchase', 'esahcrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'purchasing', 'gnisahcrup', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'resources', 'secruoser', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'rounded', 'dednuor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'runs', 'snur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'salary', 'yralas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'scheduled', 'deludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'seriously', 'ylsuoires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'services', 'secivres', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'shown', 'nwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'specialist', 'tsilaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'specified', 'deificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'spouse', 'esuops', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'stage', 'egats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'starting', 'gnitrats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'state', 'etats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'steel', 'leets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'taking', 'gnikat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'time', 'emit', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'total', 'latot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'travel', 'levart', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'unionbenefits', 'stifenebnoinu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'united', 'detinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'usw', 'wsu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'vacation', 'noitacav', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'vision', 'noisiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'visits', 'stisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'voluntary', 'yratnulov', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'week', 'keew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'welcome', 'emoclew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'welfare', 'eraflew', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'well', 'llew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'work', 'krow', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'workday', 'yadkrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'workers', 'srekrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (914, 'year', 'raey', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, '15th', 'ht51', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 2026, 6202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 299, 992, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 340, '043', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 5089, 9805, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 833, 338, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'accounts', 'stnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'activity', 'ytivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'apply', 'ylppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'balance', 'ecnalab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'benefits', 'stifeneb', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'business', 'ssenisub', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'buy', 'yub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'cards', 'sdrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'commute', 'etummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'commuter', 'retummoc', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'commutercard', 'dracretummoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'commuting', 'gnitummoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'convenience', 'ecneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'deducted', 'detcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'deduction', 'noitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'deductions', 'snoitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'demand', 'dnamed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'dependents', 'stnedneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'doesn', 'nseod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'dollars', 'srallod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'election', 'noitcele', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'eligible', 'elbigile', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'enroll', 'llorne', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'enrolling', 'gnillorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'entered', 'deretne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'exceeds', 'sdeecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'expect', 'tcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'expenses', 'sesnepxe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'fare', 'eraf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'fidelity', 'ytiledif', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'flexible', 'elbixelf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'form', 'mrof', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'funds', 'sdnuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'il', 'li', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'illinois', 'sionilli', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'let', 'tel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'limits', 'stimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'link', 'knil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'll', 'll', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'lot', 'tol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'maximums', 'smumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'metra', 'artem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'money', 'yenom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'month', 'htnom', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'monthly', 'ylhtnom', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'near', 'raen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'nearby', 'ybraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'netbenefits', 'stifenebten', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'northbrook', 'koorbhtron', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'parking', 'gnikrap', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'partnering', 'gnirentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'passes', 'sessap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'pay', 'yap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'paycheck', 'kcehcyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'payment', 'tnemyap', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'pre', 'erp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'purchase', 'esahcrup', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'residents', 'stnediser', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'save', 'evas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'separate', 'etarapes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'sets', 'stes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'spending', 'gnidneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'split', 'tilps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'stations', 'snoitats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'tax', 'xat', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'terminals', 'slanimret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'tokens', 'snekot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'track', 'kcart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'train', 'niart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'transferred', 'derrefsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'transit', 'tisnart', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'transportation', 'noitatropsnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'uber', 'rebu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'used', 'desu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'using', 'gnisu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'valid', 'dilav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'workplace', 'ecalpkrow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (928, 'www', 'www', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 1248, 8421, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'booklet', 'telkoob', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'eguide', 'ediuge', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'open', 'nepo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'overview', 'weivrevo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'plans', 'snalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'summary', 'yrammus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (940, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 1218, 8121, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'baby', 'ybab', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'breastfeeding', 'gnideeftsaerb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'child', 'dlihc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'guidelines', 'senilediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'member', 'rebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'perinatal', 'latanirep', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'postpartum', 'mutraptsop', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'pregnancy', 'ycnangerp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'pregnant', 'tnangerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'prenatal', 'latanerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'ultrasound', 'dnuosartlu', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (945, 'wellness', 'ssenllew', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 1217, 7121, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'baby', 'ybab', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'birth', 'htrib', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'check', 'kcehc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'checkup', 'pukcehc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'children', 'nerdlihc', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'ensuring', 'gnirusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'guidelines', 'senilediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'immunization', 'noitazinummi', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'immunizations', 'snoitazinummi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'member', 'rebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'path', 'htap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'pediatrician', 'naicirtaidep', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'preventative', 'evitatneverp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'preventive', 'evitneverp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'screen', 'neercs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'screening', 'gnineercs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'screenings', 'sgnineercs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'shots', 'stohs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'sleep', 'peels', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'tomorrow', 'worromot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'up', 'pu', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'vaccination', 'noitaniccav', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'vaccine', 'eniccav', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'vision', 'noisiv', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'visit', 'tisiv', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'well', 'llew', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (948, 'wellness', 'ssenllew', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 1216, 6121, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'adult', 'tluda', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'check', 'kcehc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'checkup', 'pukcehc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'cholesterol', 'loretselohc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'colon', 'noloc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'diabetes', 'setebaid', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'flu', 'ulf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'foot', 'toof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'forward', 'drawrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'guidelines', 'senilediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'immunization', 'noitazinummi', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'immunizations', 'snoitazinummi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'making', 'gnikam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'mammogram', 'margommam', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'member', 'rebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'preventive', 'evitneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'priority', 'ytiroirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'prostate', 'etatsorp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'recommended', 'dednemmocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'regular', 'raluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'screening', 'gnineercs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'screenings', 'sgnineercs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'shots', 'stohs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'up', 'pu', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'vaccination', 'noitaniccav', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'vaccine', 'eniccav', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'visit', 'tisiv', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'visits', 'stisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'well', 'llew', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (951, 'wellness', 'ssenllew', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 816, 618, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'abroad', 'daorba', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'bcbs', 'sbcb', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'blue', 'eulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 4, '0', '', '{\"keywords\":4}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'brochure', 'eruhcorb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'core', 'eroc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'cross', 'ssorc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'doctors', 'srotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'emergency', 'ycnegreme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'global', 'labolg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'globalcore', 'eroclabolg', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'healthcare', 'erachtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'hospitals', 'slatipsoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'international', 'lanoitanretni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'overseas', 'saesrevo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'shield', 'dleihs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'travel', 'levart', '0', '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'trip', 'pirt', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (952, 'worldwide', 'ediwdlrow', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 1238, 8321, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'aca', 'aca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'account', 'tnuocca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'drug', 'gurd', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'free', 'eerf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'hdhp', 'phdh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'health', 'htlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'hsa', 'ash', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'medication', 'noitacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'medications', 'snoitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'ppo', 'opp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'prescribe', 'ebircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'prescription', 'noitpircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'preventive', 'evitneverp', 2, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'program', 'margorp', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'rx', 'xr', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (953, 'savings', 'sgnivas', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 1237, 7321, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'aca', 'aca', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'drug', 'gurd', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'free', 'eerf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'medication', 'noitacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'medicines', 'senicidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'otc', 'cto', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'prescribe', 'ebircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'preventive', 'evitneverp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'rx', 'xr', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (955, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 390, '093', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'cigna', 'angic', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'cignal', 'langic', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'claim', 'mialc', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'dental', 'latned', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'form', 'mrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'online', 'enilno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'provider', 'redivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (956, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 1081, 1801, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'assistance', 'ecnatsissa', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'compsych', 'hcyspmoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'counseling', 'gnilesnuoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'eap', 'pae', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'employee', 'eeyolpme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'guidance', 'ecnadiug', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'online', 'enilno', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'resources', 'secruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (960, 'using', 'gnisu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 808, 808, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'adopt', 'tpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'adoption', 'noitpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'allow', 'wolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'baby', 'ybab', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'birth', 'htrib', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'bond', 'dnob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'child', 'dlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'employee', 'eeyolpme', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'maternity', 'ytinretam', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'newborn', 'nrobwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'newly', 'ylwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'parental', 'latnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'paternity', 'ytinretap', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'ppl', 'lpp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (961, 'work', 'krow', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 809, 908, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'adopt', 'tpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'adoption', 'noitpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'advise', 'esivda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'baby', 'ybab', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'birth', 'htrib', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'leader', 'redael', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'manager', 'reganam', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'maternity', 'ytinretam', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'need', 'deen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'newborn', 'nrobwen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'parental', 'latnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'paternity', 'ytinretap', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'ppl', 'lpp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'properly', 'ylreporp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (963, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 1207, 7021, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'adopt', 'tpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'adoption', 'noitpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'affidavit', 'tivadiffa', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'baby', 'ybab', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'birth', 'htrib', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'form', 'mrof', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'maternity', 'ytinretam', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'newborn', 'nrobwen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'parental', 'latnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'paternity', 'ytinretap', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'ppl', 'lpp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (964, 'requesting', 'gnitseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 770, '077', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'aids', 'sdia', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'cigna', 'angic', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'discounts', 'stnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'earn', 'nrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'fitness', 'ssentif', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'gym', 'myg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'healthy', 'yhtlaeh', 3, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'hearing', 'gniraeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'lasik', 'kisal', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'memberships', 'spihsrebmem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'mycigna', 'angicym', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'perks', 'skrep', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'rewards', 'sdrawer', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (965, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 893, 398, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'application', 'noitacilppa', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'apply', 'ylppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'assistance', 'ecnatsissa', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'college', 'egelloc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'degree', 'eerged', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'education', 'noitacude', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'exam', 'maxe', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'instructions', 'snoitcurtsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'reimbursement', 'tnemesrubmier', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'school', 'loohcs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (966, 'tuition', 'noitiut', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 1229, 9221, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'ayco', 'ocya', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'budget', 'tegdub', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'called', 'dellac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'coaching', 'gnihcaoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'documents', 'stnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'estate', 'etatse', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'faq', 'qaf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'finance', 'ecnanif', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'financial', 'laicnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'goldman', 'namdlog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'informational', 'lanoitamrofni', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'invest', 'tsevni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'management', 'tnemeganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'money', 'yenom', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'plan', 'nalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'sachs', 'shcas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'tax', 'xat', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'taxes', 'sexat', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (967, 'wellness', 'ssenllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 1056, 6501, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'accesscard', 'dracssecca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'account', 'tnuocca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'dental', 'latned', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'faq', 'qaf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'fidelity', 'ytiledif', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'flexible', 'elbixelf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', 6, '0', '', '{\"keywords\":6}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'hcfsa', 'asfch', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'investments', 'stnemtsevni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'limited', 'detimil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'netbenefits', 'stifenebten', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'pre', 'erp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'purpose', 'esoprup', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'spending', 'gnidneps', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'tax', 'xat', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (969, 'vision', 'noisiv', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 771, 177, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'accesscard', 'dracssecca', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'account', 'tnuocca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'automatic', 'citamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'card', 'drac', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'care', 'erac', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'debit', 'tibed', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'faq', 'qaf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', 6, '0', '', '{\"keywords\":6}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'funds', 'sdnuf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'health', 'htlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'limited', 'detimil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'netbenefis', 'sifenebten', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'netbenefits', 'stifenebten', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'pay', 'yap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'savings', 'sgnivas', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'special', 'laiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'visa', 'asiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (970, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 1057, 7501, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'accesscard', 'dracssecca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'carried', 'deirrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'carry', 'yrrac', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'carryover', 'revoyrrac', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'fidelity', 'ytiledif', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'fsa', 'asf', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'instead', 'daetsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'limited', 'detimil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'lose', 'esol', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'losing', 'gnisol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'netbenefis', 'sifenebten', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'portion', 'noitrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'purpose', 'esoprup', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'unused', 'desunu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (971, 'year', 'raey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 1222, 2221, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'brochure', 'eruhcorb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'claim', 'mialc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'disability', 'ytilibasid', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'family', 'ylimaf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'fmla', 'almf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'gbs', 'sbg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'intake', 'ekatni', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'life', 'efil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'long', 'gnol', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'new', 'wen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'nyl', 'lyn', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'report', 'troper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'short', 'trohs', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'std', 'dts', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'term', 'mret', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (974, 'york', 'kroy', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 772, 277, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'abroad', 'daorba', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'embassy', 'yssabme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'emergencies', 'seicnegreme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'emergency', 'ycnegreme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'gbs', 'sbg', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'global', 'labolg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'happen', 'neppah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'international', 'lanoitanretni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'life', 'efil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'luggage', 'egaggul', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'new', 'wen', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'nyl', 'lyn', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'overseas', 'saesrevo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'passport', 'tropssap', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'secure', 'eruces', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'solutions', 'snoitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'travel', 'levart', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'trip', 'pirt', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'worldwide', 'ediwdlrow', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (975, 'york', 'kroy', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 1234, 4321, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'deductible', 'elbitcuded', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 5, '0', '', '{\"keywords\":5}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'plan', 'nalp', 3, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'ppo', 'opp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'premium', 'muimerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'regular', 'raluger', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'sbc', 'cbs', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'standard', 'dradnats', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (978, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 1233, 3321, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'deductible', 'elbitcuded', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'hsa', 'ash', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'plan', 'nalp', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'ppo', 'opp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'premium', 'muimerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'sbc', 'cbs', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (980, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 1235, 5321, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 2023, 3202, '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 2025, 5202, 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'annual', 'launna', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'notices', 'seciton', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'offerings', 'sgnireffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'pertaining', 'gniniatrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'required', 'deriuqer', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (981, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 1245, 5421, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'annual', 'launna', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'notices', 'seciton', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'report', 'troper', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'required', 'deriuqer', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'term', 'mret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (982, 'welfare', 'eraflew', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 872, 278, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'aid', 'dia', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'description', 'noitpircsed', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'fertility', 'ytilitref', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'health', 'htlaeh', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'hearing', 'gniraeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'infertility', 'ytilitrefni', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'ivf', 'fvi', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'plan', 'nalp', 2, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'spd', 'dps', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (984, 'welfare', 'eraflew', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 769, 967, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'coverage', 'egarevoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'deductible', 'elbitcuded', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'ppo', 'opp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'premium', 'muimerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'sbc', 'cbs', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'standard', 'dradnats', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (985, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 569, 965, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'advantage', 'egatnavda', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'coverage', 'egarevoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'deductible', 'elbitcuded', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'hsa', 'ash', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'ppo', 'opp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'premium', 'muimerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'sbc', 'cbs', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (986, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 401, 104, 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, '401k', 'k104', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 565, 565, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'features', 'serutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'harbor', 'robrah', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'notice', 'eciton', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'notices', 'seciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'plan', 'nalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'regarding', 'gnidrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (987, 'safe', 'efas', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 401, 104, 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, '401k', 'k104', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 566, 665, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'annual', 'launna', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'notices', 'seciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'report', 'troper', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (988, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 564, 465, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'annual', 'launna', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'calculated', 'detaluclac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'changes', 'segnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'federal', 'laredef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'funding', 'gnidnuf', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'laws', 'swal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'notice', 'eciton', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'notices', 'seciton', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'pension', 'noisnep', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'required', 'deriuqer', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'showing', 'gniwohs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'supplement', 'tnemelppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (990, 'updated', 'detadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 401, 104, 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, '401k', 'k104', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 789, 987, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'better', 'retteb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'cash', 'hsac', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'description', 'noitpircsed', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'notices', 'seciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'pension', 'noisnep', 3, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'plan', 'nalp', 3, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'requried', 'deiruqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'retirement', 'tnemeriter', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'spd', 'dps', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'summary', 'yrammus', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (991, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 362, 263, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'appeal', 'laeppa', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'bcbs', 'sbcb', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'bluecross', 'ssorceulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'blueshield', 'dleihseulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'claim', 'mialc', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'form', 'mrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'illinois', 'sionilli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'medical', 'lacidem', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'payment', 'tnemyap', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'reimbursement', 'tnemesrubmier', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (994, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 24, 42, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 773, 377, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'activate', 'etavitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'appointment', 'tnemtnioppa', '0', '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'bcbs', 'sbcb', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'home', 'emoh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'hours', 'sruoh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'il', 'li', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'live', 'evil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'md', 'dm', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'mdlive', 'evildm', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'tele', 'elet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'teleconference', 'ecnerefnocelet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'teledoc', 'codelet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'televideo', 'oedivelet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'utilize', 'ezilitu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (995, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', 4, '0', '', '{\"keywords\":4}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 784, 487, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'applied', 'deilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'bcbs', 'sbcb', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'benefits', 'stifeneb', 2, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'cost', 'tsoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'coverage', 'egarevoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'detailed', 'deliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'eob', 'boe', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'explanantion', 'noitnanalpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'explanation', 'noitanalpxe', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'look', 'kool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'owe', 'ewo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'provider', 'redivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (997, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 350, '053', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 90, '09', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'confirm', 'mrifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'delivery', 'yreviled', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'express', 'sserpxe', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'form', 'mrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'mail', 'liam', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'order', 'redro', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'prescription', 'noitpircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'prescriptions', 'snoitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'rx', 'xr', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'scripts', 'stpircs', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (999, 'supply', 'ylppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 351, 153, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'claim', 'mialc', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'drug', 'gurd', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'form', 'mrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'pocket', 'tekcop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'prescription', 'noitpircserp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'purchase', 'esahcrup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'reimbursement', 'tnemesrubmier', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1000, 'request', 'tseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 352, 253, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'accredo', 'odercca', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'brochure', 'eruhcorb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'complex', 'xelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'condition', 'noitidnoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'medication', 'noitacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'medicine', 'enicidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'pharmacy', 'ycamrahp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'prescription', 'noitpircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'prescriptions', 'snoitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'provided', 'dedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'rx', 'xr', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1002, 'specialty', 'ytlaiceps', 2, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 776, 677, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'aca', 'aca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'cost', 'tsoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'free', 'eerf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'medication', 'noitacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'medicines', 'senicidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'network', 'krowten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'otc', 'cto', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'pharmacy', 'ycamrahp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'prescribe', 'ebircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'prescription', 'noitpircserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'preventive', 'evitneverp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'rx', 'xr', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1003, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 777, 777, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'aca', 'aca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'account', 'tnuocca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'benefit', 'tifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'certain', 'niatrec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'drug', 'gurd', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'free', 'eerf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'hdhp', 'phdh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'health', 'htlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'medication', 'noitacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'medications', 'snoitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'ppo', 'opp', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'prescribe', 'ebircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'prescription', 'noitpircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'preventive', 'evitneverp', 2, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'program', 'margorp', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'rx', 'xr', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1005, 'savings', 'sgnivas', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 1204, 4021, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'benefits', 'stifeneb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'cigna', 'angic', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'coverage', 'egarevoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'dental', 'latned', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'dentures', 'serutned', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'exam', 'maxe', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'implants', 'stnalpmi', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'network', 'krowten', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'orthodontia', 'aitnodohtro', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1006, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 1206, 6021, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'benefits', 'stifeneb', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'cigna', 'angic', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'contacts', 'stcatnoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'copay', 'yapoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'coverage', 'egarevoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'exam', 'maxe', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'eye', 'eye', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'eyewear', 'raeweye', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'frames', 'semarf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'glasses', 'sessalg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'safety', 'ytefas', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1007, 'vision', 'noisiv', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 903, 309, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'answers', 'srewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'cigna', 'angic', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'exam', 'maxe', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'eye', 'eye', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'eyewear', 'raeweye', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'faq', 'qaf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'insurance', 'ecnarusni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1008, 'vision', 'noisiv', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 812, 218, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'adopt', 'tpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'adoption', 'noitpoda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'affidavit', 'tivadiffa', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'baby', 'ybab', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'birth', 'htrib', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'complete', 'etelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'form', 'mrof', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'leave', 'evael', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'maternity', 'ytinretam', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'newborn', 'nrobwen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'parental', 'latnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'paternity', 'ytinretap', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'ppl', 'lpp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1011, 'requesting', 'gnitseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 778, 877, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'basic', 'cisab', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'employer', 'reyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'insurance', 'ecnarusni', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'life', 'efil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'new', 'wen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'nyl', 'lyn', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'term', 'mret', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1012, 'york', 'kroy', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 780, '087', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'ad', 'da', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'add', 'dda', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'basic', 'cisab', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'injury', 'yrujni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'insurance', 'ecnarusni', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'life', 'efil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'new', 'wen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'nyl', 'lyn', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1013, 'york', 'kroy', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 783, 387, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'insurance', 'ecnarusni', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'life', 'efil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'new', 'wen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'nyl', 'lyn', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'term', 'mret', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'vol', 'lov', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'voluntary', 'yratnulov', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1014, 'york', 'kroy', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 781, 187, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'disability', 'ytilibasid', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'illness', 'ssenlli', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'injury', 'yrujni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'insurance', 'ecnarusni', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'life', 'efil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'long', 'gnol', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'new', 'wen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'nyl', 'lyn', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'term', 'mret', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1015, 'york', 'kroy', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 782, 287, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'accident', 'tnedicca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'accidental', 'latnedicca', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'ad', 'da', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'death', 'htaed', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'dismemberment', 'tnemrebmemsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'injury', 'yrujni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'insurance', 'ecnarusni', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'life', 'efil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'new', 'wen', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'nyl', 'lyn', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'paid', 'diap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'voluntary', 'yratnulov', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1016, 'york', 'kroy', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 1223, 3221, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 401, 104, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'balance', 'ecnalab', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'cash', 'hsac', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'eguide', 'ediuge', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'pension', 'noisnep', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'planning', 'gninnalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'retiree', 'eeriter', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'retirement', 'tnemeriter', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1018, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 2003, 3002, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 2004, 4002, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 353, 353, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 401, 104, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'balance', 'ecnalab', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'booklet', 'telkoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'cash', 'hsac', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'earning', 'gninrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'faq', 'qaf', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'formula', 'alumrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'hired', 'derih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'january', 'yraunaj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'july', 'yluj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'legacy', 'ycagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'pension', 'noisnep', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1019, 'terra', 'arret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 365, 563, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'assistance', 'ecnatsissa', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'compsych', 'hcyspmoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'counseling', 'gnilesnuoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'eap', 'pae', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'employee', 'eeyolpme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'financial', 'laicnanif', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'follow', 'wollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'guidance', 'ecnadiug', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'legal', 'lagel', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'life', 'efil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'online', 'enilno', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'resources', 'secruoser', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'solutions', 'snoitulos', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'using', 'gnisu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1021, 'work', 'krow', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 366, 663, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'accountant', 'tnatnuocca', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'accountants', 'stnatnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'assistance', 'ecnatsissa', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'certified', 'deifitrec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'compsych', 'hcyspmoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'counseling', 'gnilesnuoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'eap', 'pae', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'employee', 'eeyolpme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'exclusively', 'ylevisulcxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'financial', 'laicnanif', 2, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'guidance', 'ecnadiug', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'house', 'esuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'planner', 'rennalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'planners', 'srennalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'professionals', 'slanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'public', 'cilbup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'resources', 'secruoser', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1022, 'staff', 'ffats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 367, 763, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'childcare', 'eracdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'compsych', 'hcyspmoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'counseling', 'gnilesnuoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'eap', 'pae', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'elder', 'redle', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'employee', 'eeyolpme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'finding', 'gnidnif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'guidance', 'ecnadiug', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'housing', 'gnisuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'life', 'efil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'pet', 'tep', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'resources', 'secruoser', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'solutions', 'snoitulos', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1023, 'work', 'krow', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 368, 863, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'appointment', 'tnemtnioppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'assistance', 'ecnatsissa', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'attorney', 'yenrotta', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'attorneys', 'syenrotta', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'caring', 'gnirac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'clinicians', 'snaicinilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'compsych', 'hcyspmoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'counseling', 'gnilesnuoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'eap', 'pae', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'employee', 'eeyolpme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'guidance', 'ecnadiug', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'guidanceresources', 'secruoserecnadiug', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'highly', 'ylhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'legal', 'lagel', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'phone', 'enohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'resources', 'secruoser', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'situation', 'noitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'staff', 'ffats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'talk', 'klat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1025, 'trained', 'deniart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 770, '077', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'aids', 'sdia', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'cigna', 'angic', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'discounts', 'stnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'earn', 'nrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'fitness', 'ssentif', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'gym', 'myg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'health', 'htlaeh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'healthy', 'yhtlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'hearing', 'gniraeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'lasik', 'kisal', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'memberships', 'spihsrebmem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'mycigna', 'angicym', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'rewards', 'sdrawer', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1027, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 1224, 4221, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'career', 'reerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'change', 'egnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'eguide', 'ediuge', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'employment', 'tnemyolpme', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'leaving', 'gnivael', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'policy', 'ycilop', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'resignation', 'noitangiser', 1, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'retirement', 'tnemeriter', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'retiring', 'gniriter', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'termination', 'noitanimret', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1029, 'transition', 'noitisnart', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 1064, 4601, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'care', 'erac', 3, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'childcare', 'eracdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'dcfsa', 'asfcd', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'dependent', 'tnedneped', 3, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'fidelity', 'ytiledif', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'flexible', 'elbixelf', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'fsa', 'asf', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1063, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 1080, '0801', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'care', 'erac', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'cigna', 'angic', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'customer', 'remotsuc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'dental', 'latned', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'flyer', 'reylf', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'offerings', 'sgnireffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1079, 'virtual', 'lautriv', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 1083, 3801, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'blue', 'eulb', 2, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'blue365', '563eulb', 2, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'cross', 'ssorc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'discounts', 'stnuocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'employee', 'eeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'flyer', 'reylf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'il', 'li', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'illinois', 'sionilli', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'member', 'rebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'overview', 'weivrevo', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'perks', 'skrep', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'shield', 'dleihs', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1082, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 1239, 9321, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'appropriate', 'etairporppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'balanced', 'decnalab', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'bcbsil', 'lisbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'covered', 'derevoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'drugs', 'sgurd', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'generic', 'cireneg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'list', 'tsil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'medication', 'noitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'preferred', 'derreferp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'prescription', 'noitpircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'rx', 'xr', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'selecting', 'gnitceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1094, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 1100, '0011', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'access', 'ssecca', 2, 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'bam', 'mab', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'blue', 'eulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'instructions', 'snoitcurtsni', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1099, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 1313, 3131, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 2024, 4202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 2025, 5202, 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'ae', 'ea', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'appropriate', 'etairporppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'balanced', 'decnalab', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'bcbsil', 'lisbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'covered', 'derevoc', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'drugs', 'sgurd', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'generic', 'cireneg', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'list', 'tsil', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'medication', 'noitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'oct', 'tco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'preferred', 'derreferp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'prescription', 'noitpircserp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'rx', 'xr', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'selecting', 'gnitceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'updated', 'detadpu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1154, 'view', 'weiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 1202, 2021, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 2025, 5202, 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'ad', 'da', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'life', 'efil', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'premium', 'muimerp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'premiums', 'smuimerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1156, 'voluntary', 'yratnulov', 2, '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 1159, 9511, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 2025, 5202, 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'ae', 'ea', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'annual', 'launna', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'checklist', 'tsilkcehc', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'easy', 'ysae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'enroll', 'llorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'enrollment', 'tnemllorne', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1158, 'steps', 'spets', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 1177, 7711, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'booklet', 'telkoob', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'eguide', 'ediuge', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', 4, '0', '', '{\"keywords\":4}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'open', 'nepo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'overview', 'weivrevo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'plans', 'snalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'summary', 'yrammus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1160, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 1179, 9711, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'benefits', 'stifeneb', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'coverage', 'egarevoc', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'deductible', 'elbitcuded', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'ppo', 'opp', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'premium', 'muimerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'sbc', 'cbs', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'standard', 'dradnats', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1178, 'summary', 'yrammus', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 1233, 3321, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'advantage', 'egatnavda', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'bcbs', 'sbcb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'benefits', 'stifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'bluecross', 'ssorceulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'blueshield', 'dleihseulb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'deductible', 'elbitcuded', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'health', 'htlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'healthcare', 'erachtlaeh', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'hsa', 'ash', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'medical', 'lacidem', '0', '0', '0', '0', '0', '0', '0', '0', '0', 4, '0', '', '{\"keywords\":4}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'ppo', 'opp', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'premium', 'muimerp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'sbc', 'cbs', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1180, 'summary', 'yrammus', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 1209, 9021, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'access', 'ssecca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'benefit', 'tifeneb', '0', '0', '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'benefits', 'stifeneb', 2, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'booklet', 'telkoob', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'eguide', 'ediuge', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', 3, '0', '', '{\"keywords\":3}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'family', 'ylimaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'guide', 'ediug', 1, 1, '0', '0', '0', '0', '0', '0', '0', 2, '0', '', '{\"keywords\":2}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'help', 'pleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'information', 'noitamrofni', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'overview', 'weivrevo', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'plans', 'snalp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'summary', 'yrammus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1195, 'understand', 'dnatsrednu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, '09650', '05690', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 401, 104, 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 5095, 5905, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 800, '008', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 835, 538, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'account', 'tnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'added', 'dedda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'advantage', 'egatnavda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'amazing', 'gnizama', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'app', 'ppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'boost', 'tsoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'bring', 'gnirb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'choose', 'esoohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'consider', 'redisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'debt', 'tbed', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'dollars', 'srallod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'fidelity', 'ytiledif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'google', 'elgoog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'hope', 'epoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'join', 'nioj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'loan', 'naol', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'loans', 'snaol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'match', 'hctam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'mentoring', 'gnirotnem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'monthly', 'ylhtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'options', 'snoitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'paying', 'gniyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'payments', 'stnemyap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'play', 'yalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'pleased', 'desaelp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'program', 'margorp', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'retirement', 'tnemeriter', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'saving', 'gnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'savings', 'sgnivas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'store', 'erots', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'student', 'tneduts', 6, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'tool', 'loot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'try', 'yrt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'watch', 'hctaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1211, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1226, 1208, 8021, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1226, 'cobra', 'arboc', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1226, 'cost', 'tsoc', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1226, 'coverage', 'egarevoc', '0', 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1226, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 1258, 8521, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'adding', 'gnidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'coverage', 'egarevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'dental', 'latned', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'dependendents', 'stnednedneped', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'dependent', 'tnedneped', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'documentation', 'noitatnemucod', 1, 1, '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'documents', 'stnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'eligibility', 'ytilibigile', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'event', 'tneve', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'learn', 'nrael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'life', 'efil', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'medical', 'lacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'new', 'wen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'proof', 'foorp', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'required', 'deriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'requirements', 'stnemeriuqer', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'supporting', 'gnitroppus', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"keywords\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1257, 'vision', 'noisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 462, 264, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 7238, 8327, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'accountability', 'ytilibatnuocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'activities', 'seitivitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'blueoceanbrain', 'niarbnaecoeulb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'boss', 'ssob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'careers', 'sreerac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'cf', 'fc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'classes', 'sessalc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'coaching', 'gnihcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'cohort', 'trohoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'com', 'moc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'comprehensive', 'evisneherpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'conflict', 'tcilfnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'continues', 'seunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'conversations', 'snoitasrevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'course', 'esruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'difficult', 'tluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'direct', 'tcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'emotional', 'lanoitome', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'empowering', 'gnirewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'engage', 'egagne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'explore', 'erolpxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'feedback', 'kcabdeef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'foundations', 'snoitadnuof', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'group', 'puorg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'held', 'dleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'inclusion', 'noisulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'individual', 'laudividni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'intelligence', 'ecnegilletni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'interactive', 'evitcaretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'intranet', 'tenartni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'irg', 'gri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'leader', 'redael', 2, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'leaders', 'sredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'leadership', 'pihsredael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'leads', 'sdael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'learn', 'nrael', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'live', 'evil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'managing', 'gniganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'microsoft', 'tfosorcim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'months', 'shtnom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'participants', 'stnapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'peer', 'reep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'performance', 'ecnamrofrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'positive', 'evitisop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'powerful', 'lufrewop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'regardless', 'sseldrager', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'reports', 'stroper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'resource', 'ecruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'series', 'seires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'situational', 'lanoitautis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'specifically', 'yllacificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'supervisors', 'srosivrepus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'team', 'maet', 4, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'teams', 'smaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'time', 'emit', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'title', 'eltit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'tomorrow', 'worromot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'topics', 'scipot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1259, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, '000', '000', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 100, '001', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 1120, '0211', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 1126, 6211, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 13, 31, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 14, 41, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 145, 541, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 20, '02', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 2024, 4202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 2025, 5202, 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 2026, 6202, 22, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 2027, 7202, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 232, 232, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 26, 62, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 296, 692, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 30, '03', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 31, 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 323, 323, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 35, 53, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 3630, '0363', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 400, '004', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 401, 104, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 50, '05', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 5465, 5645, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 65, 56, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 680, '086', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 7493, 3947, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 833, 338, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 877, 778, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 888, 888, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'accident', 'tnedicca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'accidental', 'latnedicca', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'accordance', 'ecnadrocca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'action', 'noitca', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'ad', 'da', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'add', 'dda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'adding', 'gnidda', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'administered', 'deretsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'administrative', 'evitartsinimda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'adult', 'tluda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'affidavit', 'tivadiffa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'age', 'ega', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'aged', 'dega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'agreement', 'tnemeerga', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'agreements', 'stnemeerga', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'aids', 'sdia', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'amend', 'dnema', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'amounts', 'stnuoma', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'annual', 'launna', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'applicable', 'elbacilppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'assistance', 'ecnatsissa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'attestation', 'noitatsetta', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'automatic', 'citamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'available', 'elbaliava', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'bargaining', 'gniniagrab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'basic', 'cisab', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'bcbs', 'sbcb', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'beginning', 'gninnigeb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'being', 'gnieb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'benefit', 'tifeneb', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'benefits', 'stifeneb', 13, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'birth', 'htrib', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'box', 'xob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'business', 'ssenisub', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'calendar', 'radnelac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'care', 'erac', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'carried', 'deirrac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'carry', 'yrrac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'catch', 'hctac', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'certificate', 'etacifitrec', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cf', 'fc', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cfbenefits', 'stifenebfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cfcobra', 'arbocfc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'chance', 'ecnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'change', 'egnahc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'changed', 'degnahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'changes', 'segnahc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'check', 'kcehc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'checklist', 'tsilkcehc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'child', 'dlihc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'children', 'nerdlihc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'choose', 'esoohc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cigna', 'angic', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'claims', 'smialc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cleanings', 'sgninaelc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'click', 'kcilc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cobra', 'arboc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'coinsurance', 'ecnarusnioc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'collective', 'evitcelloc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'com', 'moc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'complete', 'etelpmoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'conditions', 'snoitidnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'confidential', 'laitnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'confirm', 'mrifnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'consistent', 'tnetsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'consisting', 'gnitsisnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'consultation', 'noitatlusnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'contained', 'deniatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'continued', 'deunitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'contract', 'tcartnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'contracts', 'stcartnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'contribution', 'noitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'contributions', 'snoitubirtnoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'copay', 'yapoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'copays', 'syapoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cost', 'tsoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'counter', 'retnuoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'coverage', 'egarevoc', 31, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'covered', 'derevoc', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'covering', 'gnirevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'covers', 'srevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'current', 'tnerruc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'currently', 'yltnerruc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'daycare', 'eracyad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'days', 'syad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'death', 'htaed', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'december', 'rebmeced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'decide', 'ediced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'deductible', 'elbitcuded', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'deductibles', 'selbitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'deductions', 'snoitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'dental', 'latned', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'dependent', 'tnedneped', 16, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'dependents', 'stnedneped', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'die', 'eid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'difficulties', 'seitluciffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'disability', 'ytilibasid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'discrepancy', 'ycnapercsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'dismemberment', 'tnemrebmemsid', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'doctor', 'rotcod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'documentation', 'noitatnemucod', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'documents', 'stnemucod', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'does', 'seod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'domestic', 'citsemod', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'drop', 'pord', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'dropped', 'deppord', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'drug', 'gurd', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eap', 'pae', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'earned', 'denrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'effective', 'evitceffe', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eguide', 'ediuge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'election', 'noitcele', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'elections', 'snoitcele', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eligibility', 'ytilibigile', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eligible', 'elbigile', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'employee', 'eeyolpme', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'employment', 'tnemyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'end', 'dne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'enroll', 'llorne', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'enrolling', 'gnillorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'enrollment', 'tnemllorne', 20, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eoi', 'ioe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'equal', 'lauqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'essential', 'laitnesse', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'et', 'te', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'evaluate', 'etaulave', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'event', 'tneve', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'events', 'stneve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'evidence', 'ecnedive', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'exams', 'smaxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'excluding', 'gnidulcxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'existing', 'gnitsixe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'experience', 'ecneirepxe', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'experienced', 'decneirepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'extensive', 'evisnetxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eye', 'eye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eyeglasses', 'sessalgeye', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'eyes', 'seye', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'family', 'ylimaf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'features', 'serutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'featuring', 'gnirutaef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'fica', 'acif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'file', 'elif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'fixed', 'dexif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'flexible', 'elbixelf', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'following', 'gniwollof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'forward', 'drawrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'frames', 'semarf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'fsa', 'asf', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'fund', 'dnuf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'gender', 'redneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'general', 'lareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'global', 'labolg', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'good', 'doog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'governing', 'gninrevog', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'guide', 'ediug', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'hcfsa', 'asfch', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'health', 'htlaeh', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'healthcare', 'erachtlaeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'hearing', 'gniraeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'highlights', 'sthgilhgih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'highmark', 'kramhgih', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'hours', 'sruoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'household', 'dlohesuoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'hsa', 'ash', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'idea', 'aedi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'ill', 'lli', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'imputed', 'detupmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'income', 'emocni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'increase', 'esaercni', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'increased', 'desaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'increasing', 'gnisaercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'industries', 'seirtsudni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'injured', 'derujni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'insurability', 'ytilibarusni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'insurance', 'ecnarusni', 15, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'intended', 'dednetni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'irs', 'sri', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'item', 'meti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'items', 'smeti', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'january', 'yraunaj', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'keeping', 'gnipeek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'kindergarten', 'netragrednik', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'large', 'egral', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'laws', 'swal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'legally', 'yllagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'legislation', 'noitalsigel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'lenses', 'sesnel', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'level', 'level', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'life', 'efil', 17, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'limit', 'timil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'limited', 'detimil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'limits', 'stimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'list', 'tsil', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'log', 'gol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'long', 'gnol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'make', 'ekam', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'marriage', 'egairram', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'married', 'deirram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'matter', 'rettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'maximum', 'mumixam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'medical', 'lacidem', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'meet', 'teem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'members', 'srebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'met', 'tem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'mid', 'dim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'modify', 'yfidom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'module', 'eludom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'need', 'deen', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'needs', 'sdeen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'netbenefits', 'stifenebten', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'network', 'krowten', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'new', 'wen', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'notarized', 'deziraton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'notices', 'seciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'nov', 'von', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'nursery', 'yresrun', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'oct', 'tco', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'offers', 'sreffo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'office', 'eciffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'older', 'redlo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'onesource', 'ecruoseno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'onesourcevirtual', 'lautrivecruoseno', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'opposite', 'etisoppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'option', 'noitpo', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'overview', 'weivrevo', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'parent', 'tnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'partner', 'rentrap', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'partners', 'srentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'partnership', 'pihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'partnerships', 'spihsrentrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'pay', 'yap', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'pb', 'bp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'percentage', 'egatnecrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'person', 'nosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'pharmacy', 'ycamrahp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'plan', 'nalp', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'policies', 'seicilop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'ppo', 'opp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'pre', 'erp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'premium', 'muimerp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'premiums', 'smuimerp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'preschool', 'loohcserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'prescription', 'noitpircserp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'presents', 'stneserp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'preventive', 'evitneverp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'primary', 'yramirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'program', 'margorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'proof', 'foorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'protecting', 'gnitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'protection', 'noitcetorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'provide', 'edivorp', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'provided', 'dedivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'provider', 'redivorp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'providers', 'sredivorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'provides', 'sedivorp', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'purchase', 'esahcrup', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'purpose', 'esoprup', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'qualifying', 'gniyfilauq', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'rate', 'etar', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'rates', 'setar', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'reduce', 'ecuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'reduced', 'decuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'regulations', 'snoitaluger', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'remain', 'niamer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'removed', 'devomer', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'ren', 'ner', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'requested', 'detseuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'required', 'deriuqer', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'requirements', 'stnemeriuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'reserves', 'sevreser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'resources', 'secruoser', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'right', 'thgir', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'roth', 'htor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'rounded', 'dednuor', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'salary', 'yralas', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'sbc', 'cbs', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'scheduled', 'deludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'school', 'loohcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'section', 'noitces', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'secure', 'eruces', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'select', 'tceles', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'seriously', 'ylsuoires', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'services', 'secivres', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'sheet', 'teehs', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'shield', 'dleihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'shwf', 'fwhs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'site', 'etis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'spd', 'dps', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'specialist', 'tsilaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'specific', 'cificeps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'spending', 'gnidneps', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'spouse', 'esuops', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'stage', 'egats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'steel', 'leets', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'subject', 'tcejbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'submit', 'timbus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'summary', 'yrammus', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'support', 'troppus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'supporting', 'gnitroppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'sure', 'erus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'taking', 'gnikat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'tax', 'xat', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'taxation', 'noitaxat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'term', 'mret', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'terminate', 'etanimret', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'terms', 'smret', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'time', 'emit', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'times', 'semit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'today', 'yadot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'total', 'latot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'traditional', 'lanoitidart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'travel', 'levart', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'traveling', 'gnilevart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'trust', 'tsurt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'type', 'epyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'unable', 'elbanu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'unexpected', 'detcepxenu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'union', 'noinu', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'united', 'detinu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'unless', 'sselnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'up', 'pu', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'use', 'esu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'usw', 'wsu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'verify', 'yfirev', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'vision', 'noisiv', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'visits', 'stisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'voluntary', 'yratnulov', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'wages', 'segaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'want', 'tnaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'website', 'etisbew', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'week', 'keew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'welfare', 'eraflew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'well', 'llew', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'work', 'krow', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'workday', 'yadkrow', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'workers', 'srekrow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'www', 'www', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'year', 'raey', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1274, 'yearly', 'ylraey', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1287, 1288, 8821, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1287, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1287, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1287, 'premium', 'muimerp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1287, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1291, 1343, 3431, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1291, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1291, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1291, 'health', 'htlaeh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1291, 'hinge', 'egnih', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1293, 1294, 4921, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1293, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1293, 'dental', 'latned', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1293, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1293, 'summary', 'yrammus', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1295, 1296, 6921, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1295, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1295, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1295, 'summary', 'yrammus', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1295, 'vision', 'noisiv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1297, 1298, 8921, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1297, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1297, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1297, 'ppo', 'opp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1297, 'sbc', 'cbs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1297, 'standard', 'dradnats', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1299, 1300, '0031', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1299, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1299, 'advantage', 'egatnavda', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1299, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1299, 'hsa', 'ash', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1299, 'ppo', 'opp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1299, 'sbc', 'cbs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1301, 1302, 2031, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1301, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1301, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1301, 'premium', 'muimerp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1301, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1301, 'union', 'noinu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1309, 1310, '0131', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1309, 2025, 5202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1309, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1309, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1309, 'notices', 'seciton', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1309, 'required', 'deriuqer', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1311, 1312, 2131, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1311, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1311, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1311, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1311, 'mailer', 'reliam', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1315, 1316, 6131, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1315, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1315, 'checklist', 'tsilkcehc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1315, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1315, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1317, 1318, 8131, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1317, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1317, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1317, 'checklist', 'tsilkcehc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1317, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1317, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1317, 'union', 'noinu', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1326, 1327, 7231, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1326, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1326, 'dental', 'latned', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1326, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1326, 'plans', 'snalp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1329, 1330, '0331', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1329, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1329, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1329, 'plans', 'snalp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1329, 'vision', 'noisiv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1335, 1334, 4331, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1335, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1335, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1335, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1335, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1335, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'enrollment', 'tnemllorne', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'information', 'noitamrofni', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'open', 'nepo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'page', 'egap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'return', 'nruter', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'session', 'noisses', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1341, 'video', 'oediv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1346, 1347, 7431, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1346, 'consent', 'tnesnoc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1346, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1346, 'form', 'mrof', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1346, 'forms', 'smrof', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1346, 'pcp', 'pcp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1346, 'screening', 'gnineercs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1354, 'foundations', 'snoitadnuof', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1354, 'leader', 'redael', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1354, 'team', 'maet', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1367, 1368, 8631, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1367, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1367, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1367, 'medical', 'lacidem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1367, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1367, 'sheet', 'teehs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 1370, '0731', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'member', 'rebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1369, 'preventive', 'evitneverp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 1373, 3731, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'hsa', 'ash', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'member', 'rebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'preventive', 'evitneverp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1372, 'standard', 'dradnats', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1375, 1376, 6731, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1375, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1375, 'balanced', 'decnalab', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1375, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1375, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1375, 'formulary', 'yralumrof', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1375, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 1380, '0831', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'dental', 'latned', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'rate', 'etar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1379, 'sheet', 'teehs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1381, 1382, 2831, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1381, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1381, 'dental', 'latned', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1381, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1381, 'plan', 'nalp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1381, 'summary', 'yrammus', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1384, 1385, 5831, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1384, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1384, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1384, 'rate', 'etar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1384, 'sheet', 'teehs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1384, 'vision', 'noisiv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1386, 1387, 7831, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1386, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1386, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1386, 'plan', 'nalp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1386, 'summary', 'yrammus', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1386, 'vision', 'noisiv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1389, 1390, '0931', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1389, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1389, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1389, 'healthy', 'yhtlaeh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1389, 'meals', 'slaem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1389, 'moms', 'smom', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1389, 'rewards', 'sdrawer', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1392, 1393, 3931, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1392, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1392, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1392, 'healthy', 'yhtlaeh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1392, 'rewards', 'sdrawer', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 1395, 5931, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 'correction', 'noitcerroc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 'healthy', 'yhtlaeh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 'lasik', 'kisal', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 'rewards', 'sdrawer', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1394, 'vision', 'noisiv', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1396, 1397, 7931, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1396, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1396, 'active', 'evitca', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1396, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1396, 'fit', 'tif', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1403, 1404, 4041, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1403, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1403, 'application', 'noitacilppa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1403, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1403, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1403, 'education', 'noitacude', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1405, 1406, 6041, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1405, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1405, 'ayco', 'ocya', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1405, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1405, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1411, 1412, 2141, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1411, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1411, 'app', 'ppa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1411, 'assistance', 'ecnatsissa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1411, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1411, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1411, 'portal', 'latrop', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1413, 1414, 4141, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1413, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1413, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1413, 'isos', 'sosi', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1413, 'leaflet', 'telfael', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1413, 'membership', 'pihsrebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1416, 1417, 7141, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1416, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1416, 'customer', 'remotsuc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1416, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1416, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1416, 'secure', 'eruces', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1416, 'travel', 'levart', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'achieve', 'eveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'achievements', 'stnemeveihca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'acknowledgments', 'stnemgdelwonkca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'anniversaries', 'seirasrevinna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'appreciated', 'detaicerppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'appreciation', 'noitaicerppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'based', 'desab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'behaviors', 'sroivaheb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'believe', 'eveileb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'big', 'gib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'birthdays', 'syadhtrib', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'built', 'tliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'busy', 'ysub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'celebrate', 'etarbelec', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'celebrated', 'detarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'celebrating', 'gnitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'celebration', 'noitarbelec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'cf', 'fc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'choices', 'seciohc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'collaboration', 'noitaroballoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'comes', 'semoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'commitment', 'tnemtimmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'contribute', 'etubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'contributions', 'snoitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'creative', 'evitaerc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'culture', 'erutluc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'day', 'yad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'dedication', 'noitacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'development', 'tnempoleved', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'directly', 'yltcerid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'doing', 'gniod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'effort', 'troffe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'employees', 'seeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'encouragement', 'tnemegaruocne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'ensures', 'serusne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'epic', 'cipe', 7, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'excellence', 'ecnellecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'exceptional', 'lanoitpecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'forward', 'drawrof', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'going', 'gniog', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'great', 'taerg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'hand', 'dnah', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'helping', 'gnipleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'honors', 'sronoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'impact', 'tcapmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'improves', 'sevorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'industries', 'seirtsudni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'information', 'noitamrofni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'integrity', 'ytirgetni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'job', 'boj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'just', 'tsuj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'light', 'thgil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'make', 'ekam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'marks', 'skram', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'milestone', 'enotselim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'milestones', 'senotselim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'moments', 'stnemom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'outcomes', 'semoctuo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'people', 'elpoep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'perseverance', 'ecnarevesrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'pillars', 'srallip', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'points', 'stniop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'possible', 'elbissop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'pride', 'edirp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'professional', 'lanoisseforp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'program', 'margorp', 3, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'recognition', 'noitingocer', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'recognize', 'ezingocer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'reflect', 'tcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'reflects', 'stcelfer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'rewards', 'sdrawer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'safety', 'ytefas', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'seen', 'nees', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'shift', 'tfihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'shining', 'gninihs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'simple', 'elpmis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'small', 'llams', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'solution', 'noitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'strength', 'htgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'strengthen', 'nehtgnerts', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'success', 'sseccus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'support', 'troppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'teamwork', 'krowmaet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'up', 'pu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'value', 'eulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'values', 'seulav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'way', 'yaw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'ways', 'syaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'well', 'llew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1418, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, '000', '000', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 10, '01', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 100, '001', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 12, 21, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 24, 42, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 600, '006', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 90, '09', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'adopted', 'detpoda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'adoption', 'noitpoda', 12, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'affidavit', 'tivadiffa', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'agency', 'ycnega', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'allows', 'swolla', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'answers', 'srewsna', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'applicable', 'elbacilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'applies', 'seilppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'apply', 'ylppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'approval', 'lavorppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'articles', 'selcitra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'assistance', 'ecnatsissa', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'attach', 'hcatta', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'award', 'drawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'away', 'yawa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'base', 'esab', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'bcbs', 'sbcb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'benefit', 'tifeneb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'benefits', 'stifeneb', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'birth', 'htrib', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'block', 'kcolb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'blue', 'eulb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'bond', 'dnob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'building', 'gnidliub', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'care', 'erac', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'cf', 'fc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'chapter', 'retpahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'classes', 'sessalc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'combined', 'denibmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'completion', 'noitelpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'concurrently', 'yltnerrucnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'confidence', 'ecnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'confident', 'tnedifnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'continuous', 'suounitnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'coordinated', 'detanidrooc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'costs', 'stsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'covered', 'derevoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'cross', 'ssorc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'date', 'etad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'dates', 'setad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'day', 'yad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'days', 'syad', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'decisions', 'snoisiced', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'deductions', 'snoitcuded', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'depending', 'gnidneped', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'deserves', 'sevresed', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'designed', 'dengised', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'details', 'sliated', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'duplication', 'noitacilpud', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'education', 'noitacude', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'egg', 'gge', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'eligibility', 'ytilibigile', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'eligible', 'elbigile', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'emotional', 'lanoitome', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'employee', 'eeyolpme', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'employees', 'seeyolpme', 5, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'exceed', 'deecxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'expected', 'detcepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'expenses', 'sesnepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'expert', 'trepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'experts', 'strepxe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'family', 'ylimaf', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'faster', 'retsaf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'federal', 'laredef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'fees', 'seef', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'fertility', 'ytilitref', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'forming', 'gnimrof', 1, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'freezing', 'gnizeerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'general', 'lareneg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'grow', 'worg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'growing', 'gniworg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'guidance', 'ecnadiug', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'health', 'htlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'help', 'pleh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'hr', 'rh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'human', 'namuh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'important', 'tnatropmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'include', 'edulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'including', 'gnidulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'industries', 'seirtsudni', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'informed', 'demrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'interested', 'detseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'intermittently', 'yltnettimretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'law', 'wal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'leading', 'gnidael', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'learn', 'nrael', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'leave', 'evael', 17, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'legal', 'lagel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'like', 'ekil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'local', 'lacol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'location', 'noitacol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'looking', 'gnikool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'loop', 'pool', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'loved', 'devol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'male', 'elam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'manager', 'reganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'maven', 'nevam', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'mavenclinic', 'cinilcnevam', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'means', 'snaem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'member', 'rebmem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'moms', 'smom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'months', 'shtnom', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'navigate', 'etagivan', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'new', 'wen', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'newborn', 'nrobwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'newly', 'ylwen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'night', 'thgin', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'non', 'non', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'normal', 'lamron', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'notice', 'eciton', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'ones', 'seno', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'opportunity', 'ytinutroppo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'paid', 'diap', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'parental', 'latnerap', 8, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'parents', 'stnerap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'pay', 'yap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'payroll', 'lloryap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'periods', 'sdoirep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'personal', 'lanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'placement', 'tnemecalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'plan', 'nalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'platform', 'mroftalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'policy', 'ycilop', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'ppl', 'lpp', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'practical', 'lacitcarp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'prevent', 'tneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'prior', 'roirp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'process', 'ssecorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'program', 'margorp', 7, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'programs', 'smargorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'provide', 'edivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'provides', 'sedivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'provisions', 'snoisivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'qualified', 'deifilauq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'receive', 'eviecer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'regular', 'raluger', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'regularly', 'ylraluger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'remember', 'rebmemer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'representative', 'evitatneserper', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'request', 'tseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'requested', 'detseuqer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'requirements', 'stnemeriuqer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'resources', 'secruoser', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'results', 'stluser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'review', 'weiver', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'runs', 'snur', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'scheduled', 'deludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'search', 'hcraes', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'service', 'ecivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'services', 'secivres', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'sheild', 'dliehs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'signed', 'dengis', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'specialists', 'stsilaiceps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'spend', 'dneps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'spouses', 'sesuops', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'state', 'etats', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'subject', 'tcejbus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'submit', 'timbus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'support', 'troppus', 10, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'surrogacy', 'ycagorrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'taken', 'nekat', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'team', 'maet', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'things', 'sgniht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'time', 'emit', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'tools', 'sloot', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'travel', 'levart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'typically', 'yllacipyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'unlimited', 'detimilnu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'up', 'pu', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'video', 'oediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'videos', 'soediv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'view', 'weiv', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'visits', 'stisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'way', 'yaw', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'weeks', 'skeew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'wellness', 'ssenllew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'winning', 'gninniw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'withholdings', 'sgnidlohhtiw', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'work', 'krow', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1419, 'workday', 'yadkrow', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1422, 1423, 3241, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1422, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1422, 'affidavit', 'tivadiffa', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1422, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1422, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1422, 'ppl', 'lpp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 15, 51, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 18, 81, 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 2777, 7772, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 855, 558, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 902, 209, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'access', 'ssecca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'aches', 'sehca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'additional', 'lanoitidda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'age', 'ega', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'anytime', 'emityna', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'app', 'ppa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'appointment', 'tnemtnioppa', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'avoid', 'diova', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'balance', 'ecnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'bcbs', 'sbcb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'better', 'retteb', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'build', 'dliub', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'care', 'erac', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'center', 'retnec', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'charge', 'egrahc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'chronic', 'cinorhc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'click', 'kcilc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'coach', 'hcaoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'contact', 'tcatnoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'control', 'lortnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'convenient', 'tneinevnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'cost', 'tsoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'covered', 'derevoc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'customized', 'dezimotsuc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'dependents', 'stnedneped', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'discomfort', 'trofmocsid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'easily', 'ylisae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'email', 'liame', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'employees', 'seeyolpme', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'enrolled', 'dellorne', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'everyday', 'yadyreve', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'exercise', 'esicrexe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'feel', 'leef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'feeling', 'gnileef', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'free', 'eerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'future', 'erutuf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'guide', 'ediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'head', 'daeh', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'health', 'htlaeh', 9, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'help', 'pleh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'helpful', 'lufpleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'hinge', 'egnih', 5, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'hingehealth', 'htlaehegnih', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'home', 'emoh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'improve', 'evorpmi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'information', 'noitamrofni', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'injuries', 'seirujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'injury', 'yrujni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'issues', 'seussi', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'joint', 'tnioj', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'keyword', 'drowyek', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'little', 'elttil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'll', 'll', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'loop', 'pool', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'make', 'ekam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'manage', 'eganam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'md', 'dm', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'medical', 'lacidem', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'medications', 'snoitacidem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'minutes', 'setunim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'motivated', 'detavitom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'movements', 'stnemevom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'muscle', 'elcsum', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'nearest', 'tseraen', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'offers', 'sreffo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'pain', 'niap', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'path', 'htap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'patient', 'tneitap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'pelvic', 'civlep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'personalized', 'dezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'physical', 'lacisyhp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'plan', 'nalp', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'portal', 'latrop', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'prevent', 'tneverp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'proactive', 'evitcaorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'progress', 'ssergorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'receive', 'eviecer', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'recover', 'revocer', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'reduce', 'ecuder', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'register', 'retsiger', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'relieve', 'eveiler', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'resources', 'secruoser', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'schedule', 'eludehcs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'search', 'hcraes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'sensors', 'srosnes', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'sessions', 'snoisses', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'solution', 'noitulos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'starts', 'strats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'step', 'pets', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'strength', 'htgnerts', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'support', 'troppus', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'surgeries', 'seiregrus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'therapist', 'tsipareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'therapists', 'stsipareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'therapy', 'ypareht', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'toe', 'eot', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'track', 'kcart', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'unnecessary', 'yrassecennu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'use', 'esu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'virtual', 'lautriv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'visit', 'tisiv', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1426, 'wearable', 'elbaraew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1438, 1487, 7841, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1438, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1438, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1438, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1438, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1440, 1441, 1441, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1440, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1440, 'cost', 'tsoc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1440, 'coverage', 'egarevoc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1440, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1443, 1444, 4441, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1443, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1443, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1443, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1443, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1443, 'member', 'rebmem', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1443, 'preventive', 'evitneverp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1445, 1446, 6441, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1445, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1445, 'balanced', 'decnalab', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1445, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1445, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1445, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 1448, 8441, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 'drug', 'gurd', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 'hsa', 'ash', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 'list', 'tsil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 'preventive', 'evitneverp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1447, 'standard', 'dradnats', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 1450, '0541', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 'group', 'puorg', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 'il', 'li', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 'perinatal', 'latanirep', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 'qip', 'piq', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1449, 'wellness', 'ssenllew', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 1452, 2541, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 'childrens', 'snerdlihc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 'group', 'puorg', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 'il', 'li', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 'qip', 'piq', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1451, 'wellness', 'ssenllew', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 1454, 4541, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 'adult', 'tluda', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 'group', 'puorg', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 'il', 'li', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 'qip', 'piq', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1453, 'wellness', 'ssenllew', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1457, 1458, 8541, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1457, 'dental', 'latned', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1457, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1457, 'flyer', 'reylf', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1457, 'mycigna', 'angicym', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1457, 'overview', 'weivrevo', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1461, 1462, 2641, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1461, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1461, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1461, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1461, 'notices', 'seciton', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1463, 1464, 4641, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1463, 2024, 4202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1463, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1463, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1463, 'industries', 'seirtsudni', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1463, 'sar', 'ras', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 1466, 6641, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 'holdings', 'sgnidloh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 'industries', 'seirtsudni', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 'ppo', 'opp', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 'sbc', 'cbs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1465, 'standard', 'dradnats', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1468, 1469, 9641, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1468, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1468, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1468, 'hdhp', 'phdh', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1468, 'industries', 'seirtsudni', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1468, 'sbc', 'cbs', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1471, 1472, 2741, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1471, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1471, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1471, 'eguide', 'ediuge', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1471, 'transition', 'noitisnart', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1473, 1474, 4741, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1473, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1473, 'cf', 'fc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1473, 'cobra', 'arboc', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1473, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1473, 'rates', 'setar', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1480, 1481, 1841, '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1480, 2026, 6202, '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1480, 'annual', 'launna', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1480, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1480, 'enrollment', 'tnemllorne', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1480, 'guide', 'ediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 200, '002', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 300, '003', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 500, '005', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 650, '056', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 6699, 9966, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 752, 257, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'account', 'tnuocca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'active', 'evitca', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'activities', 'seitivitca', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'added', 'dedda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'additional', 'lanoitidda', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'address', 'sserdda', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'aren', 'nera', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'art', 'tra', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'asked', 'deksa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'aspects', 'stcepsa', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'automatically', 'yllacitamotua', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'available', 'elbaliava', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'ayco', 'ocya', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'balanced', 'decnalab', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'being', 'gnieb', 11, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'best', 'tseb', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'books', 'skoob', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'cf', 'fc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'challenges', 'segnellahc', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'com', 'moc', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'communities', 'seitinummoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'community', 'ytinummoc', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'company', 'ynapmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'completing', 'gnitelpmoc', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'comprised', 'desirpmoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'connect', 'tcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'connections', 'snoitcennoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'contact', 'tcatnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'contribution', 'noitubirtnoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'cooking', 'gnikooc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'courses', 'sesruoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'cover', 'revoc', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'dance', 'ecnad', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'dedicated', 'detacided', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'designed', 'dengised', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'different', 'tnereffid', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'document', 'tnemucod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'don', 'nod', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'earn', 'nrae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'eat', 'tae', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'eligible', 'elbigile', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'email', 'liame', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'emotional', 'lanoitome', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'employees', 'seeyolpme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'empowers', 'srewopme', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'energized', 'dezigrene', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'equipment', 'tnempiuqe', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'espresa', 'aserpse', 10, 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'expenses', 'sesnepxe', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'financial', 'laicnanif', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'financially', 'yllaicnanif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'fishing', 'gnihsif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'fit', 'tif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'fitness', 'ssentif', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'frequently', 'yltneuqerf', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'funds', 'sdnuf', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'gear', 'raeg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'giving', 'gnivig', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'goals', 'slaog', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'guidelines', 'senilediug', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'gym', 'myg', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'health', 'htlaeh', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'healthy', 'yhtlaeh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'helps', 'spleh', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'hiking', 'gnikih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'hinge', 'egnih', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'include', 'edulcni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'included', 'dedulcni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'increments', 'stnemercni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'industries', 'seirtsudni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'information', 'noitamrofni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'inspiration', 'noitaripsni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'instructions', 'snoitcurtsni', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'insurance', 'ecnarusni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'interested', 'detseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'interests', 'stseretni', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'journey', 'yenruoj', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'knowledge', 'egdelwonk', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'language', 'egaugnal', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'lessons', 'snossel', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'lifestyle', 'elytsefil', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'limited', 'detimil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'list', 'tsil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'living', 'gnivil', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'log', 'gol', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'login', 'nigol', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'lsa', 'asl', 6, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'matters', 'srettam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'maven', 'nevam', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'memberships', 'spihsrebmem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'mental', 'latnem', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'miss', 'ssim', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'motion', 'noitom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'movement', 'tnemevom', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'music', 'cisum', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'option', 'noitpo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'overall', 'llarevo', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'participate', 'etapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'participating', 'gnitapicitrap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'passionate', 'etanoissap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'password', 'drowssap', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'personalize', 'ezilanosrep', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'photography', 'yhpargotohp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'physical', 'lacisyhp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'plans', 'snalp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'platform', 'mroftalp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'premium', 'muimerp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'program', 'margorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'promote', 'etomorp', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'promoting', 'gnitomorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'providing', 'gnidivorp', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'questions', 'snoitseuq', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'reimburse', 'esrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'reimbursed', 'desrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'reimbursement', 'tnemesrubmier', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'reset', 'teser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'resources', 'secruoser', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'review', 'weiver', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'share', 'erahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'shared', 'derahs', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'sneakers', 'srekaens', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'social', 'laicos', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'space', 'ecaps', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'spending', 'gnidneps', 2, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'start', 'trats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'stay', 'yats', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'supplies', 'seilppus', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'support', 'troppus', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'time', 'emit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'tips', 'spit', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'traditional', 'lanoitidart', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'typically', 'yllacipyt', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'unique', 'euqinu', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'up', 'pu', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'various', 'suoirav', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'visit', 'tisiv', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'volunteer', 'reetnulov', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'wallet', 'tellaw', 4, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'webinars', 'sranibew', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'well', 'llew', 13, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1488, 'year', 'raey', 3, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1501, 1500, '0051', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1501, 'account', 'tnuocca', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1501, 'document', 'tnemucod', '0', '0', '0', '0', '0', '0', '0', '0', '0', 1, '0', '', '{\"attachment_type\":1}', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1501, 'guidelines', 'senilediug', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1501, 'lifestyle', 'elytsefil', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');

INSERT IGNORE INTO `wp_relevanssi` (`doc`, `term`, `term_reverse`, `content`, `title`, `comment`, `tag`, `link`, `author`, `category`, `excerpt`, `taxonomy`, `customfield`, `mysqlcolumn`, `taxonomy_detail`, `customfield_detail`, `mysqlcolumn_detail`, `type`, `item`) VALUES (1501, 'spending', 'gnidneps', '0', 1, '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '', '', 'post', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_relevanssi_log` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `query` varchar(200) NOT NULL,
  `hits` mediumint(9) NOT NULL DEFAULT 0,
  `time` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `user_id` bigint(20) NOT NULL DEFAULT 0,
  `ip` varchar(40) NOT NULL DEFAULT '',
  `session_id` varchar(32) NOT NULL DEFAULT '',
  `source` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `query` (`query`(190)),
  KEY `session_id` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3671 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1, 'best premium', 20, '2024-06-10 12:58:23', 1, '', 'c33ceb0d6ee442ee9ff3e7c8dc5d6ec3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2, 'best premium', 20, '2024-06-10 12:58:24', 1, '', 'c33ceb0d6ee442ee9ff3e7c8dc5d6ec3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3, 'best premium', 20, '2024-06-10 12:59:03', 1, '', 'c33ceb0d6ee442ee9ff3e7c8dc5d6ec3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (4, 'best premium', 20, '2024-06-10 12:59:04', 1, '', 'c33ceb0d6ee442ee9ff3e7c8dc5d6ec3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (5, 'blue 365', 29, '2024-06-10 13:27:00', '0', '', '7fed7967cfaa6cb4903c3569638af20e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (6, 'blue 365', 29, '2024-06-10 13:27:02', '0', '', '7fed7967cfaa6cb4903c3569638af20e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (7, 'eap', 8, '2024-06-10 14:39:59', '0', '', '7e1f2b8617aedc02a78c7a12d101c1a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (8, 'eap', 8, '2024-06-10 14:40:00', '0', '', '7e1f2b8617aedc02a78c7a12d101c1a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (9, 'best premium', 20, '2024-06-10 14:50:28', '0', '', 'c9c238d4d60edcb4f25a7d610687ef1f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (10, 'best premium', 20, '2024-06-10 14:50:29', '0', '', 'c9c238d4d60edcb4f25a7d610687ef1f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (11, 'blue 365', 29, '2024-06-10 15:12:43', '0', '', '98117a6d04ff7a983f66a8122554e973', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (12, 'blue 365', 29, '2024-06-10 15:12:44', '0', '', '98117a6d04ff7a983f66a8122554e973', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (13, 'discounts', 3, '2024-06-11 15:25:58', '0', '', '375b5d2f3f71cb96e386f8ab0d23d525', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (14, 'discounts', 3, '2024-06-11 15:26:00', '0', '', '375b5d2f3f71cb96e386f8ab0d23d525', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (15, 'travel', 8, '2024-06-11 19:17:13', '0', '', '13b4a826e79029611aa6a871abc85ae6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (16, 'travel', 8, '2024-06-11 19:17:15', '0', '', '13b4a826e79029611aa6a871abc85ae6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (17, 'mental', 8, '2024-06-11 21:14:04', '0', '', '1833a53333092bcea556e277d2340d4c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (18, 'mental', 8, '2024-06-11 21:14:06', '0', '', '1833a53333092bcea556e277d2340d4c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (19, 'perkspot', 4, '2024-06-11 21:47:36', '0', '', '270dc8b59f5c0bcf0fa538bb454d6db1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (20, 'perkspot', 4, '2024-06-11 21:47:38', '0', '', '270dc8b59f5c0bcf0fa538bb454d6db1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (21, 'baby', 7, '2024-06-12 19:09:30', '0', '', '8204a6713b73a06ac09f292b1ea18ef3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (22, 'baby', 7, '2024-06-12 19:09:32', '0', '', '8204a6713b73a06ac09f292b1ea18ef3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (23, 'safety boot', 2, '2024-06-13 17:07:31', '0', '', '183636c66b6794c6751940ff31fe3ad1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (24, 'mental health', 45, '2024-06-13 17:07:33', '0', '', '183636c66b6794c6751940ff31fe3ad1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (25, 'safety boot', 2, '2024-06-13 17:07:33', '0', '', '183636c66b6794c6751940ff31fe3ad1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (26, 'mental health', 45, '2024-06-13 17:07:34', '0', '', '183636c66b6794c6751940ff31fe3ad1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (27, 'counseling', 6, '2024-06-13 17:11:19', '0', '', '183636c66b6794c6751940ff31fe3ad1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (28, 'counseling', 6, '2024-06-13 17:11:20', '0', '', '183636c66b6794c6751940ff31fe3ad1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (29, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-06-13 19:06:05', '0', '', '013e198a7a22105c1333122758241a66', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (30, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-06-13 19:06:06', '0', '', '013e198a7a22105c1333122758241a66', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (31, 'pension', 9, '2024-06-14 15:50:30', '0', '', '2b4128dc34e9afaa8757ebb30d023f86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (32, 'pension', 9, '2024-06-14 15:50:32', '0', '', '2b4128dc34e9afaa8757ebb30d023f86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (33, 'medical plans', 36, '2024-06-14 20:20:19', 1, '', '0cb4a6740f1291793a8cefc89857be85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (34, 'medical plans', 36, '2024-06-14 20:20:20', 1, '', '0cb4a6740f1291793a8cefc89857be85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (35, 'vacation policy', 6, '2024-06-14 20:21:24', 1, '', '0cb4a6740f1291793a8cefc89857be85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (36, 'vacation policy', 6, '2024-06-14 20:21:25', 1, '', '0cb4a6740f1291793a8cefc89857be85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (37, 'resignation policy', 5, '2024-06-14 20:21:50', 1, '', '0cb4a6740f1291793a8cefc89857be85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (38, 'resignation policy', 5, '2024-06-14 20:21:51', 1, '', '0cb4a6740f1291793a8cefc89857be85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (39, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-06-15 01:56:19', '0', '', '58e4583465cd0bb00dc510211d6daec1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (40, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-06-15 01:56:21', '0', '', '58e4583465cd0bb00dc510211d6daec1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (41, 'employee assistance', 63, '2024-06-17 12:11:26', '0', '', 'd45366c8ebd8fe2f4cbaa094fbda0cb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (42, 'employee assistance', 63, '2024-06-17 12:11:28', '0', '', 'd45366c8ebd8fe2f4cbaa094fbda0cb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (43, 'strive', 7, '2024-06-17 16:46:28', '0', '', 'e99593210ecd294b9ba81c86eae92858', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (44, 'strive', 7, '2024-06-17 16:46:30', '0', '', 'e99593210ecd294b9ba81c86eae92858', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (45, 'resignation policy', 5, '2024-06-17 17:32:13', '0', '', 'b508bcfc6ea9794536b1c0caae84f093', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (46, 'resignation policy', 5, '2024-06-17 17:32:15', '0', '', 'b508bcfc6ea9794536b1c0caae84f093', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (47, 'safety boot', 2, '2024-06-17 17:32:35', '0', '', 'b508bcfc6ea9794536b1c0caae84f093', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (48, 'safety boot', 2, '2024-06-17 17:32:36', '0', '', 'b508bcfc6ea9794536b1c0caae84f093', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (49, 'blue 365', 29, '2024-06-17 17:36:35', '0', '', 'f7093355a2b0c94a041f45e4c6336af4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (50, 'blue 365', 29, '2024-06-17 17:36:36', '0', '', 'f7093355a2b0c94a041f45e4c6336af4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (51, 'has', '0', '2024-06-17 17:36:59', '0', '', 'f7093355a2b0c94a041f45e4c6336af4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (52, 'has', '0', '2024-06-17 17:37:00', '0', '', 'f7093355a2b0c94a041f45e4c6336af4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (55, 'hsa contribution', 19, '2024-06-17 17:48:12', '0', '', '5c71333a025d22cfd0d9c07add0e4606', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (56, 'hsa contribution', 19, '2024-06-17 17:48:14', '0', '', '5c71333a025d22cfd0d9c07add0e4606', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (57, 'resignation policy', 5, '2024-06-17 18:43:49', '0', '', '9b4fa82300242ab27138e1db7098d734', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (58, 'resignation policy', 5, '2024-06-17 18:43:50', '0', '', '9b4fa82300242ab27138e1db7098d734', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (59, 'safety boot', 2, '2024-06-17 18:43:51', '0', '', '9b4fa82300242ab27138e1db7098d734', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (60, 'safety boot', 2, '2024-06-17 18:43:52', '0', '', '9b4fa82300242ab27138e1db7098d734', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (61, 'dario', 3, '2024-06-17 20:59:07', '0', '', '28aff8fd4b583dd850ab23934ec98deb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (62, 'dario', 3, '2024-06-17 20:59:09', '0', '', '28aff8fd4b583dd850ab23934ec98deb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (63, 'personal', 13, '2024-06-17 21:17:03', '0', '', 'c7faa2437424e94298b5939ec59271fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (64, 'personal', 13, '2024-06-17 21:17:04', '0', '', 'c7faa2437424e94298b5939ec59271fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (65, 'intermittent short term disability', 23, '2024-06-17 21:50:46', '0', '', '4ba1fdfe00ba9e4633c8b6483863bde3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (66, 'intermittent short term disability', 23, '2024-06-17 21:50:48', '0', '', '4ba1fdfe00ba9e4633c8b6483863bde3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (67, 'summary plan description', 54, '2024-06-17 21:51:53', '0', '', '4ba1fdfe00ba9e4633c8b6483863bde3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (68, 'summary plan description', 54, '2024-06-17 21:51:54', '0', '', '4ba1fdfe00ba9e4633c8b6483863bde3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (69, 'summary plan description', 54, '2024-06-17 22:00:01', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (70, 'summary plan description', 54, '2024-06-17 22:00:03', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (71, 'summary plan description', 54, '2024-06-17 22:00:26', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (72, 'summary plan description', 54, '2024-06-17 22:00:27', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (73, 'summary plan description', 54, '2024-06-17 22:00:40', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (74, 'summary plan description', 54, '2024-06-17 22:00:41', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (75, 'summary of benefits short term', 67, '2024-06-17 22:02:18', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (76, 'summary of benefits short term', 67, '2024-06-17 22:02:20', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (77, 'summary of benefits short term', 67, '2024-06-17 22:03:44', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (78, 'summary of benefits short term', 67, '2024-06-17 22:03:45', '0', '', '03f54a950dd0d24e4209b7b6480da3d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (79, 'education', 8, '2024-06-18 13:46:00', '0', '', 'e0fd66cd6388e4b7fedd3f2de05b0a0f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (80, 'education', 8, '2024-06-18 13:46:01', '0', '', 'e0fd66cd6388e4b7fedd3f2de05b0a0f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (81, 'spouse', 15, '2024-06-18 15:16:05', '0', '', 'a9333f851abc3e01c0d1fe4154ffc151', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (82, 'spouse', 15, '2024-06-18 15:16:07', '0', '', 'a9333f851abc3e01c0d1fe4154ffc151', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (85, 'pension plan', 50, '2024-06-18 17:44:05', '0', '', 'd5e0c9df3947f8e84f54e915264d8e73', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (86, 'pension plan', 50, '2024-06-18 17:44:07', '0', '', 'd5e0c9df3947f8e84f54e915264d8e73', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (87, 'pension plan', 50, '2024-06-18 17:45:18', '0', '', 'bbd3a17890974c9564a4555d7275f9d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (88, 'pension plan', 50, '2024-06-18 17:45:20', '0', '', 'bbd3a17890974c9564a4555d7275f9d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (89, 'pension plan', 50, '2024-06-18 17:45:50', '0', '', 'bbd3a17890974c9564a4555d7275f9d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (90, 'pension plan', 50, '2024-06-18 17:45:51', '0', '', 'bbd3a17890974c9564a4555d7275f9d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (91, 'strive well', 18, '2024-06-18 19:36:26', '0', '', '460643053f3430730c2ac8aa3a3f2252', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (92, 'strive well', 18, '2024-06-18 19:36:28', '0', '', '460643053f3430730c2ac8aa3a3f2252', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (93, 'maternity leave', 13, '2024-06-18 19:55:18', '0', '', 'ff50c0bc3300c0e0c332b99605bae767', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (94, 'maternity leave', 13, '2024-06-18 19:55:19', '0', '', 'ff50c0bc3300c0e0c332b99605bae767', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (95, 'ivf', '0', '2024-06-19 04:38:05', '0', '', '6c2330bfc04c69e83d2dccd7e8935592', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (96, 'ivf', '0', '2024-06-19 04:38:06', '0', '', '6c2330bfc04c69e83d2dccd7e8935592', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (97, 'infertility', '0', '2024-06-19 04:38:19', '0', '', '6c2330bfc04c69e83d2dccd7e8935592', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (98, 'infertility', '0', '2024-06-19 04:38:20', '0', '', '6c2330bfc04c69e83d2dccd7e8935592', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (99, 'commuter benefits', 54, '2024-06-19 15:26:44', '0', '', '88411afd5d6ccedec115158aa6d04d15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (100, 'commuter benefits', 54, '2024-06-19 15:26:45', '0', '', '88411afd5d6ccedec115158aa6d04d15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (101, 'beneficiary change', 19, '2024-06-19 17:12:02', '0', '', '20d3cf2fe69aafc68aa3183b62e44e6a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (102, 'beneficiary change', 19, '2024-06-19 17:12:04', '0', '', '20d3cf2fe69aafc68aa3183b62e44e6a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (103, 'transitional guide', 24, '2024-06-19 17:12:34', '0', '', '20d3cf2fe69aafc68aa3183b62e44e6a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (104, 'transitional guide', 24, '2024-06-19 17:12:35', '0', '', '20d3cf2fe69aafc68aa3183b62e44e6a', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (105, 'beneficiary', 4, '2024-06-19 17:14:43', '0', '', '20d3cf2fe69aafc68aa3183b62e44e6a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (106, 'beneficiary', 4, '2024-06-19 17:14:44', '0', '', '20d3cf2fe69aafc68aa3183b62e44e6a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (107, 'maternity', 4, '2024-06-19 20:38:24', '0', '', 'f9554ca9c83683a5670cf0370678a823', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (108, 'maternity', 4, '2024-06-19 20:38:25', '0', '', 'f9554ca9c83683a5670cf0370678a823', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (109, 'has', '0', '2024-06-20 14:29:32', '0', '', 'b5d6eed213ff8e69ccf605058bc7fe3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (110, 'has', '0', '2024-06-20 14:29:33', '0', '', 'b5d6eed213ff8e69ccf605058bc7fe3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (111, 'cobra', 2, '2024-06-20 15:59:50', '0', '', 'd52898a35559b9bea0324b49756f393e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (112, 'cobra', 2, '2024-06-20 15:59:51', '0', '', 'd52898a35559b9bea0324b49756f393e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (113, 'therapy', 1, '2024-06-20 18:02:28', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (114, 'therapy', 1, '2024-06-20 18:02:29', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (115, 'mental', 8, '2024-06-20 18:02:48', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (116, 'mental', 8, '2024-06-20 18:02:49', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (117, 'televideo', '0', '2024-06-20 18:03:18', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (118, 'televideo', '0', '2024-06-20 18:03:19', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (119, 'teleconference', '0', '2024-06-20 18:03:27', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (120, 'teleconference', '0', '2024-06-20 18:03:28', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (121, 'tele', 1, '2024-06-20 18:03:34', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (122, 'tele', 1, '2024-06-20 18:03:35', '0', '', 'bb7c6ced4364130031771ff3ea01aa33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (123, 'how much vacation can i carry over?', 5, '2024-06-20 19:46:53', '0', '', '8056df4cf07280222005ada27624f46c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (124, 'how much vacation can i carry over?', 5, '2024-06-20 19:46:54', '0', '', '8056df4cf07280222005ada27624f46c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (125, 'can i buy vacation days?', 16, '2024-06-20 19:58:14', 1, '', '7cbf8a0d8e933542540c710c04187bf9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (126, 'can i buy vacation days?', 16, '2024-06-20 19:58:16', 1, '', '7cbf8a0d8e933542540c710c04187bf9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (127, 'health advocacy solutions', 46, '2024-06-20 20:37:31', 1, '', '91ce2a19d4f41dc60abf3a6ded8bd1ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (128, 'health advocacy solutions', 46, '2024-06-20 20:37:32', 1, '', '91ce2a19d4f41dc60abf3a6ded8bd1ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (129, 'health advocacy solutions', 46, '2024-06-20 20:40:25', 1, '', '91ce2a19d4f41dc60abf3a6ded8bd1ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (130, 'health advocacy solutions', 46, '2024-06-20 20:40:26', 1, '', '91ce2a19d4f41dc60abf3a6ded8bd1ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (131, 'resignation', 1, '2024-06-20 20:40:49', 1, '', '91ce2a19d4f41dc60abf3a6ded8bd1ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (132, 'resignation', 1, '2024-06-20 20:40:50', 1, '', '91ce2a19d4f41dc60abf3a6ded8bd1ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (133, 'maternity leave', 13, '2024-06-20 20:51:15', '0', '', '55060cabb05a48bdd249641b3b78c7d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (134, 'maternity leave', 13, '2024-06-20 20:51:16', '0', '', '55060cabb05a48bdd249641b3b78c7d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (135, 'beneficiary', 4, '2024-06-23 22:08:45', '0', '', '7e226c50a4251fc3b4578476628b9583', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (136, 'beneficiary', 4, '2024-06-23 22:08:46', '0', '', '7e226c50a4251fc3b4578476628b9583', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (137, 'summary plan', 54, '2024-06-23 22:09:31', '0', '', '7e226c50a4251fc3b4578476628b9583', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (138, 'summary plan', 54, '2024-06-23 22:09:32', '0', '', '7e226c50a4251fc3b4578476628b9583', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (139, 'cobra', 2, '2024-06-24 11:50:47', '0', '', '96bfeb75a2adc6d357eccce97dc3565e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (140, 'cobra', 2, '2024-06-24 11:50:48', '0', '', '96bfeb75a2adc6d357eccce97dc3565e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (141, 'irg', 8, '2024-06-24 17:36:09', '0', '', '07a0340828769fe2288282b1a433ab3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (142, 'irg', 8, '2024-06-24 17:36:10', '0', '', '07a0340828769fe2288282b1a433ab3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (143, 'enroll irg', 31, '2024-06-24 17:36:31', '0', '', '07a0340828769fe2288282b1a433ab3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (144, 'enroll irg', 31, '2024-06-24 17:36:32', '0', '', '07a0340828769fe2288282b1a433ab3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (145, 'safety', 2, '2024-06-24 20:11:11', '0', '', '263f17a9c267ff1593fe680bd0a571cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (146, 'safety', 2, '2024-06-24 20:11:12', '0', '', '263f17a9c267ff1593fe680bd0a571cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (147, 'ivf', '0', '2024-06-24 20:11:36', '0', '', '263f17a9c267ff1593fe680bd0a571cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (148, 'ivf', '0', '2024-06-24 20:11:37', '0', '', '263f17a9c267ff1593fe680bd0a571cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (149, 'blue 365', 29, '2024-06-24 20:17:31', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (150, 'blue 365', 29, '2024-06-24 20:17:32', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (151, 'mental', 8, '2024-06-24 20:18:17', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (152, 'mental', 8, '2024-06-24 20:18:18', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (153, 'commuter', 1, '2024-06-24 20:20:52', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (154, 'commuter', 1, '2024-06-24 20:20:53', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (155, 'vacation', 3, '2024-06-24 20:21:01', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (156, 'vacation', 3, '2024-06-24 20:21:03', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (157, 'spdvacation', '0', '2024-06-24 20:21:29', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (158, 'spdvacation', '0', '2024-06-24 20:21:30', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (159, 'spd', 2, '2024-06-24 20:21:35', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (160, 'spd', 2, '2024-06-24 20:21:36', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (161, 'pension', 9, '2024-06-24 20:21:48', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (162, 'pension', 9, '2024-06-24 20:21:49', '0', '', '875a42a7615e20ba055b575a46493f12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (163, 'resignation', 1, '2024-06-24 20:25:28', '0', '', '33d9d358cb6667996d6131aae4377a69', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (164, 'resignation', 1, '2024-06-24 20:25:30', '0', '', '33d9d358cb6667996d6131aae4377a69', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (165, 'teledoc', '0', '2024-06-25 13:16:26', '0', '', 'cd03fb7d03c34898df75c9d4ee7c22a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (166, 'teledoc', '0', '2024-06-25 13:16:27', '0', '', 'cd03fb7d03c34898df75c9d4ee7c22a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (167, 'health advocacy', 44, '2024-06-25 13:20:15', '0', '', 'cd03fb7d03c34898df75c9d4ee7c22a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (168, 'health advocacy', 44, '2024-06-25 13:20:16', '0', '', 'cd03fb7d03c34898df75c9d4ee7c22a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (169, 'leaves', 1, '2024-06-25 17:07:39', '0', '', '5edcf7b79ac0372ce3a7fe1b3985f4a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (170, 'leaves', 1, '2024-06-25 17:07:41', '0', '', '5edcf7b79ac0372ce3a7fe1b3985f4a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (171, 'personal leave', 24, '2024-06-25 17:12:21', '0', '', '5edcf7b79ac0372ce3a7fe1b3985f4a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (172, 'personal leave', 24, '2024-06-25 17:12:22', '0', '', '5edcf7b79ac0372ce3a7fe1b3985f4a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (173, 'medical leave', 37, '2024-06-25 17:14:08', '0', '', '5edcf7b79ac0372ce3a7fe1b3985f4a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (174, 'medical leave', 37, '2024-06-25 17:14:09', '0', '', '5edcf7b79ac0372ce3a7fe1b3985f4a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (177, 'short term medical', 47, '2024-06-25 17:23:52', '0', '', '06b182c032ae97264c096f8335747e7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (178, 'short term medical', 47, '2024-06-25 17:23:53', '0', '', '06b182c032ae97264c096f8335747e7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (181, 'short term disability', 22, '2024-06-25 22:00:21', '0', '', 'a6eb516a24fe228e1ad824217ec2664c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (182, 'short term disability', 22, '2024-06-25 22:00:22', '0', '', 'a6eb516a24fe228e1ad824217ec2664c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (183, 'vto', 2, '2024-06-26 14:43:41', '0', '', '8cf8a6f46b8185d11534083ce70c8597', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (184, 'vto', 2, '2024-06-26 14:43:42', '0', '', '8cf8a6f46b8185d11534083ce70c8597', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (185, 'best premium', 20, '2024-06-26 15:29:49', '0', '', 'f834853ef5b769c6332d48206ea747bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (186, 'best premium', 20, '2024-06-26 15:29:54', '0', '', 'f834853ef5b769c6332d48206ea747bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (187, 'best premium', 20, '2024-06-26 15:29:54', '0', '', 'f834853ef5b769c6332d48206ea747bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (188, 'best premium', 20, '2024-06-26 15:29:55', '0', '', 'f834853ef5b769c6332d48206ea747bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (189, '2024 benefits program', 71, '2024-06-26 17:10:53', '0', '', '0fa62aeef34d63dac58af74de1dd8e53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (190, '2024 benefits program', 71, '2024-06-26 17:10:55', '0', '', '0fa62aeef34d63dac58af74de1dd8e53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (191, 'pension plan', 50, '2024-06-26 17:13:34', '0', '', '0fa62aeef34d63dac58af74de1dd8e53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (192, 'pension plan', 50, '2024-06-26 17:13:36', '0', '', '0fa62aeef34d63dac58af74de1dd8e53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (193, 'employee referall', 62, '2024-06-27 17:05:21', '0', '', '0bd68032dc29bd03044e6b8693d5809f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (194, 'employee referall', 62, '2024-06-27 17:05:22', '0', '', '0bd68032dc29bd03044e6b8693d5809f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (195, 'employee referal bonus', 63, '2024-06-27 17:05:34', '0', '', '0bd68032dc29bd03044e6b8693d5809f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (196, 'employee referal bonus', 63, '2024-06-27 17:05:35', '0', '', '0bd68032dc29bd03044e6b8693d5809f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (197, 'pension', 9, '2024-06-27 22:48:25', '0', '', 'e79b73427ff4d9fb13ac4400dd740851', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (198, 'pension', 9, '2024-06-27 22:48:27', '0', '', 'e79b73427ff4d9fb13ac4400dd740851', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (199, 'fertility', '0', '2024-06-28 16:19:41', '0', '', '958ed30cef36a1fea12883220676ae3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (200, 'fertility', '0', '2024-06-28 16:19:42', '0', '', '958ed30cef36a1fea12883220676ae3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (201, 'aayco', '0', '2024-07-01 15:42:58', '0', '', '49a9e93510f160d46e9b8011bd719885', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (202, 'aayco', '0', '2024-07-01 15:42:59', '0', '', '49a9e93510f160d46e9b8011bd719885', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (203, 'ayco financial services', 20, '2024-07-01 15:43:13', '0', '', '49a9e93510f160d46e9b8011bd719885', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (204, 'ayco financial services', 20, '2024-07-01 15:43:14', '0', '', '49a9e93510f160d46e9b8011bd719885', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (205, 'eap program', 32, '2024-07-01 16:06:16', '0', '', 'e21c4bfc6811d37d4bdd7cad3839a710', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (206, 'eap program', 32, '2024-07-01 16:06:17', '0', '', 'e21c4bfc6811d37d4bdd7cad3839a710', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (207, 'budget', 1, '2024-07-02 01:09:52', '0', '', 'ca9fd767b39ea3204adefb2b28ba25fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (208, 'budget', 1, '2024-07-02 01:09:53', '0', '', 'ca9fd767b39ea3204adefb2b28ba25fa', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (209, 'perkspot', 4, '2024-07-02 01:10:22', '0', '', 'ca9fd767b39ea3204adefb2b28ba25fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (210, 'perkspot', 4, '2024-07-02 01:10:23', '0', '', 'ca9fd767b39ea3204adefb2b28ba25fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (211, 'best premium', 20, '2024-07-02 12:39:22', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (212, 'best premium', 20, '2024-07-02 12:39:24', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (213, 'pension plan', 50, '2024-07-02 12:39:38', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (214, 'pension plan', 50, '2024-07-02 12:39:39', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (215, 'blue 365', 29, '2024-07-02 12:39:59', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (216, 'blue 365', 29, '2024-07-02 12:40:00', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (217, 'summary plan desccription', 54, '2024-07-02 12:41:21', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (218, 'summary plan desccription', 54, '2024-07-02 12:41:22', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (219, 'spd', 2, '2024-07-02 12:41:34', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (220, 'spd', 2, '2024-07-02 12:41:35', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (221, 'mental', 8, '2024-07-02 12:42:11', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (222, 'mental', 8, '2024-07-02 12:42:12', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (223, 'therapy', 1, '2024-07-02 12:43:25', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (224, 'therapy', 1, '2024-07-02 12:43:26', '0', '', 'ce83dcd5e2f3d389b18dd1fc8b0a31bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (225, 'has', '0', '2024-07-02 12:45:32', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (226, 'has', '0', '2024-07-02 12:45:33', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (227, 'maternity', 4, '2024-07-02 12:45:54', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (228, 'maternity', 4, '2024-07-02 12:45:55', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (229, 'cobra', 2, '2024-07-02 12:46:46', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (230, 'cobra', 2, '2024-07-02 12:46:47', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (231, 'beneficiary', 4, '2024-07-02 12:46:58', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (232, 'beneficiary', 4, '2024-07-02 12:47:00', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (233, 'personal leave', 24, '2024-07-02 12:47:15', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (234, 'personal leave', 24, '2024-07-02 12:47:16', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (235, 'spouse', 15, '2024-07-02 12:47:41', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (236, 'spouse', 15, '2024-07-02 12:47:42', '0', '', '6060c8ba98629be1e31a5474c3073ebd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (237, 'counceling', '0', '2024-07-02 13:30:45', '0', '', '79bfaae61b4fb5efee74cb814517aba5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (238, 'counceling', '0', '2024-07-02 13:30:46', '0', '', '79bfaae61b4fb5efee74cb814517aba5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (239, 'counseling', 6, '2024-07-02 13:30:56', '0', '', '79bfaae61b4fb5efee74cb814517aba5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (240, 'counseling', 6, '2024-07-02 13:30:57', '0', '', '79bfaae61b4fb5efee74cb814517aba5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (241, 'medical leave', 37, '2024-07-02 13:45:06', '0', '', 'a333d59182b940be05fb8e85e4a79213', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (242, 'medical leave', 37, '2024-07-02 13:45:07', '0', '', 'a333d59182b940be05fb8e85e4a79213', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (243, 'short term disability', 22, '2024-07-02 13:47:18', '0', '', 'a333d59182b940be05fb8e85e4a79213', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (244, 'short term disability', 22, '2024-07-02 13:47:19', '0', '', 'a333d59182b940be05fb8e85e4a79213', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (245, 'pension', 9, '2024-07-02 16:07:28', '0', '', '84f34504f05d3b5b45bd4054756cf08f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (246, 'pension', 9, '2024-07-02 16:07:29', '0', '', '84f34504f05d3b5b45bd4054756cf08f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (247, 401, 12, '2024-07-02 20:44:37', '0', '', '7cdc765b4a22bc2bd8d763ead9801218', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (248, 401, 12, '2024-07-02 20:44:38', '0', '', '7cdc765b4a22bc2bd8d763ead9801218', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (249, 'short term disability', 22, '2024-07-06 16:08:16', '0', '', '63979f73b9193001196533a3ec860e59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (250, 'short term disability', 22, '2024-07-06 16:08:18', '0', '', '63979f73b9193001196533a3ec860e59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (251, 'stocks', '0', '2024-07-06 19:29:26', '0', '', '57fe54924ae9576f8cef40fbba3d6f53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (252, 'stocks', '0', '2024-07-06 19:29:27', '0', '', '57fe54924ae9576f8cef40fbba3d6f53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (253, 'prime therapudics', 3, '2024-07-08 22:28:25', '0', '', '172f4d235986e71491003e904635bab4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (254, 'prime therapudics', 3, '2024-07-08 22:28:26', '0', '', '172f4d235986e71491003e904635bab4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (255, 'short term disability', 22, '2024-07-09 14:46:24', '0', '', 'f10f798e36b9f023b8502d678c793646', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (256, 'short term disability', 22, '2024-07-09 14:46:25', '0', '', 'f10f798e36b9f023b8502d678c793646', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (257, 'retirement', 10, '2024-07-09 15:33:51', '0', '', '9069bef214ee7b65baf417f638b13ff8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (258, 'retirement', 10, '2024-07-09 15:33:53', '0', '', '9069bef214ee7b65baf417f638b13ff8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (259, 'qrg', '0', '2024-07-09 19:09:13', '0', '', '187882579fe8a22f55abb98ce1f42e70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (260, 'qrg', '0', '2024-07-09 19:09:14', '0', '', '187882579fe8a22f55abb98ce1f42e70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (261, 'benefit change', 58, '2024-07-09 19:09:23', '0', '', '187882579fe8a22f55abb98ce1f42e70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (262, 'benefit change', 58, '2024-07-09 19:09:24', '0', '', '187882579fe8a22f55abb98ce1f42e70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (263, 'perk spot', 6, '2024-07-09 20:13:52', '0', '', '2657de0da8b17521f2e8cea284b80c73', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (264, 'perk spot', 6, '2024-07-09 20:13:54', '0', '', '2657de0da8b17521f2e8cea284b80c73', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (265, 'short term disability', 22, '2024-07-10 20:36:13', '0', '', 'f5efe481aafe4ea703294e8c42b5b96d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (266, 'short term disability', 22, '2024-07-10 20:36:15', '0', '', 'f5efe481aafe4ea703294e8c42b5b96d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (267, 'summary plan description', 54, '2024-07-11 19:32:20', '0', '', 'ceb6fb5867b72dca8b4ed0f1c8d62a73', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (268, 'summary plan description', 54, '2024-07-11 19:32:21', '0', '', 'ceb6fb5867b72dca8b4ed0f1c8d62a73', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (269, 'teleconference', '0', '2024-07-11 19:36:01', '0', '', 'aca39639b1bc904b727f76f6f7020e02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (270, 'teleconference', '0', '2024-07-11 19:36:03', '0', '', 'aca39639b1bc904b727f76f6f7020e02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (271, 'teledoc', '0', '2024-07-11 19:36:10', '0', '', 'aca39639b1bc904b727f76f6f7020e02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (272, 'teledoc', '0', '2024-07-11 19:36:11', '0', '', 'aca39639b1bc904b727f76f6f7020e02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (273, 'tele', 3, '2024-07-12 15:49:22', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (274, 'tele', 3, '2024-07-12 15:49:23', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (275, 'quit', 1, '2024-07-12 15:49:35', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (276, 'quit', 1, '2024-07-12 15:49:36', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (277, 'resign', 2, '2024-07-12 15:49:44', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (278, 'resign', 2, '2024-07-12 15:49:45', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (279, 'personal leave', 24, '2024-07-12 15:50:00', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (280, 'personal leave', 24, '2024-07-12 15:50:01', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (281, 'medical leave', 37, '2024-07-12 15:50:16', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (282, 'medical leave', 37, '2024-07-12 15:50:17', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (283, 'mental', 9, '2024-07-12 15:54:56', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (284, 'mental', 9, '2024-07-12 15:54:57', 1, '', 'db6b2ac9e4aef83d125a1e0f2bac53eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (285, 'therapy', 3, '2024-07-12 15:55:31', 1, '', 'b9ca324bc7bb42174f8566d6aabb00f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (286, 'therapy', 3, '2024-07-12 15:55:32', 1, '', 'b9ca324bc7bb42174f8566d6aabb00f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (287, 'counseling', 8, '2024-07-12 15:55:48', 1, '', 'b9ca324bc7bb42174f8566d6aabb00f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (288, 'counseling', 8, '2024-07-12 15:55:49', 1, '', 'b9ca324bc7bb42174f8566d6aabb00f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (289, 'mcdonalds', '0', '2024-07-12 16:58:44', '0', '', 'fe0a3f4dc9b3cb78e24d3928e9c4977c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (290, 'mcdonalds', '0', '2024-07-12 16:58:45', '0', '', 'fe0a3f4dc9b3cb78e24d3928e9c4977c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (291, 'safety boot', 2, '2024-07-12 16:59:16', '0', '', 'fe0a3f4dc9b3cb78e24d3928e9c4977c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (292, 'safety boot', 2, '2024-07-12 16:59:17', '0', '', 'fe0a3f4dc9b3cb78e24d3928e9c4977c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (293, 'eap', 8, '2024-07-15 10:44:19', '0', '', '6b0c893d1aa82a020b2cf74e02e98997', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (294, 'eap', 8, '2024-07-15 10:44:21', '0', '', '6b0c893d1aa82a020b2cf74e02e98997', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (295, 'vanguard', '0', '2024-07-15 12:25:34', '0', '', '8996ecdbda09263ee90b5dae3d210676', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (296, 'vanguard', '0', '2024-07-15 12:25:35', '0', '', '8996ecdbda09263ee90b5dae3d210676', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (297, 'beneficiary', 4, '2024-07-15 17:00:49', '0', '', 'a9c1b447e5ef2bea7403818f164a9975', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (298, 'beneficiary', 4, '2024-07-15 17:00:51', '0', '', 'a9c1b447e5ef2bea7403818f164a9975', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (299, 'quit', 1, '2024-07-15 19:20:46', '0', '', '02c0fc449f18fda69e3c1b2551c85de8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (300, 'quit', 1, '2024-07-15 19:20:47', '0', '', '02c0fc449f18fda69e3c1b2551c85de8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (301, 'personal leave', 24, '2024-07-15 19:21:14', '0', '', '02c0fc449f18fda69e3c1b2551c85de8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (302, 'personal leave', 24, '2024-07-15 19:21:15', '0', '', '02c0fc449f18fda69e3c1b2551c85de8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (303, 'hsa', 13, '2024-07-16 18:45:28', '0', '', '2fa7a2fb925f56783e2641cdcf22cdb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (304, 'hsa', 13, '2024-07-16 18:45:29', '0', '', '2fa7a2fb925f56783e2641cdcf22cdb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (305, 'cigna', 15, '2024-07-16 18:50:49', '0', '', '2fa7a2fb925f56783e2641cdcf22cdb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (306, 'cigna', 15, '2024-07-16 18:50:49', '0', '', '2fa7a2fb925f56783e2641cdcf22cdb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (307, '2022 cf summary plan description spd health and welfare.pdf', 91, '2024-07-16 20:57:36', '0', '', '848cdb93dc89b79770ece63574c32b0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (308, '2022 cf summary plan description spd health and welfare.pdf', 91, '2024-07-16 20:57:37', '0', '', '848cdb93dc89b79770ece63574c32b0b', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (309, 'teledoc', 1, '2024-07-16 23:57:07', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (310, 'teledoc', 1, '2024-07-16 23:57:08', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (311, 'medical leave', 37, '2024-07-16 23:58:24', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (312, 'medical leave', 37, '2024-07-16 23:58:25', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (313, 'quit', 1, '2024-07-16 23:59:02', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (314, 'quit', 1, '2024-07-16 23:59:03', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (315, 'blue 365', 32, '2024-07-16 23:59:18', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (316, 'blue 365', 32, '2024-07-16 23:59:19', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (317, 'mental', 9, '2024-07-16 23:59:42', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (318, 'mental', 9, '2024-07-16 23:59:42', '0', '', 'ab0d22d895bf186837ab9a4bd27fc05d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (319, 'uber for business', 10, '2024-07-17 18:39:19', '0', '', 'f45a8873bf4706405cc1360ff747b8f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (320, 'uber for business', 10, '2024-07-17 18:39:20', '0', '', 'f45a8873bf4706405cc1360ff747b8f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (321, 'commuter benefits', 54, '2024-07-18 12:35:54', '0', '', '8f592609e67d1b923b26b721b5f2631c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (322, 'commuter benefits', 54, '2024-07-18 12:35:55', '0', '', '8f592609e67d1b923b26b721b5f2631c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (323, 'employment verification', 8, '2024-07-18 17:53:37', '0', '', '02f85e69778f9643014a1663e782e352', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (324, 'employment verification', 8, '2024-07-18 17:53:38', '0', '', '02f85e69778f9643014a1663e782e352', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (327, 'gym membership', 3, '2024-07-18 18:48:35', '0', '', '3e6958fe86475bdffce4c212f70701c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (328, 'gym membership', 3, '2024-07-18 18:48:36', '0', '', '3e6958fe86475bdffce4c212f70701c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (329, 'enrollment guide', 34, '2024-07-18 20:19:12', '0', '', '8d2fd4d5ec6617b389bb8bcd34eb0ca8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (330, 'enrollment guide', 34, '2024-07-18 20:19:13', '0', '', '8d2fd4d5ec6617b389bb8bcd34eb0ca8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (331, 'benefit guide', 64, '2024-07-18 20:25:14', '0', '', 'b0fecbe3be82913f80478c945c7dd8bc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (332, 'benefit guide', 64, '2024-07-18 20:25:15', '0', '', 'b0fecbe3be82913f80478c945c7dd8bc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (333, 'counseling', 8, '2024-07-19 19:55:14', '0', '', '8072fbad324ead5a6a1c183a046607e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (334, 'counseling', 8, '2024-07-19 19:55:15', '0', '', '8072fbad324ead5a6a1c183a046607e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (335, 'funeral', '0', '2024-07-22 11:48:50', '0', '', '96e185775d73febfcc123c4ab6b42148', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (336, 'funeral', '0', '2024-07-22 11:48:52', '0', '', '96e185775d73febfcc123c4ab6b42148', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (337, 'family medical leave', 39, '2024-07-23 13:34:44', '0', '', 'd9a94fcf9e41d79635c2e77340997825', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (338, 'family medical leave', 39, '2024-07-23 13:34:45', '0', '', 'd9a94fcf9e41d79635c2e77340997825', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (339, 'summary plan description', 54, '2024-07-23 19:06:53', '0', '', '421c2325ba8ecd73d62e388608d27504', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (340, 'summary plan description', 54, '2024-07-23 19:06:54', '0', '', '421c2325ba8ecd73d62e388608d27504', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (341, 'counseling', 8, '2024-07-23 19:30:43', '0', '', 'a5adc0564d9c4fa103f227d74bbca193', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (342, 'counseling', 8, '2024-07-23 19:30:44', '0', '', 'a5adc0564d9c4fa103f227d74bbca193', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (343, 'virtual appointment', 13, '2024-07-24 14:30:37', '0', '', 'ca8ef0d5bcf040e4213e0751c9a463c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (344, 'virtual appointment', 13, '2024-07-24 14:30:38', '0', '', 'ca8ef0d5bcf040e4213e0751c9a463c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (345, 'teledoc', 1, '2024-07-24 14:31:53', '0', '', 'ca8ef0d5bcf040e4213e0751c9a463c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (346, 'teledoc', 1, '2024-07-24 14:31:56', '0', '', 'ca8ef0d5bcf040e4213e0751c9a463c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (347, 'free virtual', 20, '2024-07-24 14:33:31', '0', '', 'ca8ef0d5bcf040e4213e0751c9a463c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (348, 'free virtual', 20, '2024-07-24 14:33:31', '0', '', 'ca8ef0d5bcf040e4213e0751c9a463c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (349, 'uber for business', 10, '2024-07-24 18:50:19', '0', '', 'fe9a58a58c452a3a9311abba162d22c0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (350, 'uber for business', 10, '2024-07-24 18:50:20', '0', '', 'fe9a58a58c452a3a9311abba162d22c0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (351, 'sick time', 36, '2024-07-24 19:35:25', '0', '', '02828df22a9d3d9e20a60cbc43d6b6fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (352, 'sick time', 36, '2024-07-24 19:35:26', '0', '', '02828df22a9d3d9e20a60cbc43d6b6fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (353, 'pension plans', 20, '2024-07-24 19:57:50', '0', '', 'f521f7c92a1694ead2b3979126e67f78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (354, 'pension plans', 20, '2024-07-24 19:57:51', '0', '', 'f521f7c92a1694ead2b3979126e67f78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (355, 'retirement', 10, '2024-07-24 20:26:24', '0', '', '3e02c63fcda75b71d7dee57c024bbd29', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (356, 'retirement', 10, '2024-07-24 20:26:26', '0', '', '3e02c63fcda75b71d7dee57c024bbd29', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (357, 'workday', 8, '2024-07-26 13:50:35', '0', '', '7f905c5263cb06d77dab5166f16f24cb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (358, 'workday', 8, '2024-07-26 13:50:36', '0', '', '7f905c5263cb06d77dab5166f16f24cb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (359, 'hsa', 13, '2024-07-26 14:51:00', '0', '', '3275434f17d985a8261109cca646b104', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (360, 'hsa', 13, '2024-07-26 14:51:01', '0', '', '3275434f17d985a8261109cca646b104', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (361, 'workday', 8, '2024-07-28 00:29:28', '0', '', 'e43d908a180246a17f17b9843ebc6b65', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (362, 'workday', 8, '2024-07-28 00:29:31', '0', '', 'e43d908a180246a17f17b9843ebc6b65', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (363, 'sick time', 36, '2024-07-30 10:57:00', '0', '', 'ada30a00b2d6cf062bc6e62aafb04e99', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (364, 'sick time', 36, '2024-07-30 10:57:02', '0', '', 'ada30a00b2d6cf062bc6e62aafb04e99', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (365, 'paid sick time', 40, '2024-07-30 10:58:14', '0', '', 'ada30a00b2d6cf062bc6e62aafb04e99', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (366, 'paid sick time', 40, '2024-07-30 10:58:15', '0', '', 'ada30a00b2d6cf062bc6e62aafb04e99', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (367, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-07-30 11:35:13', '0', '', '6a95b8b030423a5227abf879f0e3485c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (368, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-07-30 11:35:14', '0', '', '6a95b8b030423a5227abf879f0e3485c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (369, 'retirement summary plan description', 55, '2024-07-30 15:49:47', '0', '', '8aaa6abc5a96770109fc2780c4fb591f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (370, 'retirement summary plan description', 55, '2024-07-30 15:49:48', '0', '', '8aaa6abc5a96770109fc2780c4fb591f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (371, 'ny life', 37, '2024-07-30 17:00:04', '0', '', '71e7ec847c53a69ab0df90417299476d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (372, 'ny life', 37, '2024-07-30 17:00:05', '0', '', '71e7ec847c53a69ab0df90417299476d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (373, 'patient portal', 4, '2024-07-31 10:02:28', '0', '', '5254273170109b54bf717772990206e8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (374, 'patient portal', 4, '2024-07-31 10:02:29', '0', '', '5254273170109b54bf717772990206e8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (375, 'linkedin', 1, '2024-07-31 13:59:32', '0', '', '50538e284499ac2d11f2830231f40f2d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (376, 'linkedin', 1, '2024-07-31 13:59:33', '0', '', '50538e284499ac2d11f2830231f40f2d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (377, 'gym', 2, '2024-07-31 18:26:36', '0', '', '0e52f8617755f5b8a22312bc1c989653', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (378, 'gym', 2, '2024-07-31 18:26:37', '0', '', '0e52f8617755f5b8a22312bc1c989653', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (379, 'fitness', 3, '2024-07-31 18:37:04', '0', '', 'f6c7ba017cc2d1c6449a11170b6a0dc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (380, 'fitness', 3, '2024-07-31 18:37:05', '0', '', 'f6c7ba017cc2d1c6449a11170b6a0dc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (381, 'mental health', 46, '2024-07-31 18:38:02', '0', '', 'f6c7ba017cc2d1c6449a11170b6a0dc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (382, 'mental health', 46, '2024-07-31 18:38:03', '0', '', 'f6c7ba017cc2d1c6449a11170b6a0dc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (385, 'mental health', 46, '2024-07-31 22:29:02', '0', '', 'a51677e90d848dbcf00393c92c2c979a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (386, 'mental health', 46, '2024-07-31 22:29:03', '0', '', 'a51677e90d848dbcf00393c92c2c979a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (387, 'death', 9, '2024-08-01 17:11:17', '0', '', 'bd7967adbdba8df9f8f356eb00fbd37b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (388, 'death', 9, '2024-08-01 17:11:19', '0', '', 'bd7967adbdba8df9f8f356eb00fbd37b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (389, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-08-02 00:30:31', '0', '', '98cce6185acafa081de9d280a764ac2c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (390, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-08-02 00:30:32', '0', '', '98cce6185acafa081de9d280a764ac2c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (391, 'spouse life', 34, '2024-08-03 23:47:57', '0', '', '216a9ee369bc5cd6c7510d0dd01b66e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (392, 'spouse life', 34, '2024-08-03 23:47:58', '0', '', '216a9ee369bc5cd6c7510d0dd01b66e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (393, 'label/php-shells', '0', '2024-08-05 18:04:59', '0', '', 'f87f692a3be0259812c38d6d91c17493', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (394, 'label/php-shells', '0', '2024-08-05 18:05:01', '0', '', '07a6cb91027ed2480babf20739ce1c28', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (395, 'employee assistance program', 68, '2024-08-05 18:29:00', '0', '', 'b88d73318902cc0253779e721062394b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (396, 'employee assistance program', 68, '2024-08-05 18:29:02', '0', '', 'b88d73318902cc0253779e721062394b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (397, 'label/php-shells', '0', '2024-08-05 18:36:49', '0', '', '644999f1a23cba266c3b9a2897b359d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (398, 'label/php-shells', '0', '2024-08-05 18:36:50', '0', '', '644999f1a23cba266c3b9a2897b359d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (399, 'termination eguide', 4, '2024-08-05 19:39:10', '0', '', 'e0e5fcf0adce628452583ff81e138d0f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (400, 'termination eguide', 4, '2024-08-05 19:39:12', '0', '', 'e0e5fcf0adce628452583ff81e138d0f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (401, 'medicare enrollment', 17, '2024-08-05 21:07:14', '0', '', '0b5cc09106c516ee5660b13919073550', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (402, 'medicare enrollment', 17, '2024-08-05 21:07:15', '0', '', '0b5cc09106c516ee5660b13919073550', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (403, 'summary plan description', 54, '2024-08-05 21:09:48', '0', '', '0b5cc09106c516ee5660b13919073550', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (404, 'summary plan description', 54, '2024-08-05 21:09:50', '0', '', '0b5cc09106c516ee5660b13919073550', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (405, 'workday', 8, '2024-08-06 14:45:25', '0', '', '427c4cdb63fb83fa105487eeda1c3640', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (406, 'workday', 8, '2024-08-06 14:45:26', '0', '', '427c4cdb63fb83fa105487eeda1c3640', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (407, 'goldman', 2, '2024-08-06 15:22:51', '0', '', 'a47d85e12957078084604f8ec2490086', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (408, 'goldman', 2, '2024-08-06 15:22:52', '0', '', 'a47d85e12957078084604f8ec2490086', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (409, '2024 enrollment guide', 41, '2024-08-06 16:25:12', '0', '', '971a37a7354880ac51e513e1c04e365c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (410, '2024 enrollment guide', 41, '2024-08-06 16:25:13', '0', '', '971a37a7354880ac51e513e1c04e365c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (411, 'vacation', 3, '2024-08-06 17:11:50', '0', '', '3b1fcd514db682a9819e9ff1e328da4f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (412, 'vacation', 3, '2024-08-06 17:11:51', '0', '', '3b1fcd514db682a9819e9ff1e328da4f', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (413, 'pay scale', 27, '2024-08-06 17:17:42', '0', '', '1dbba7a5b5bda5d187052adc91e03073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (414, 'pay scale', 27, '2024-08-06 17:17:43', '0', '', '1dbba7a5b5bda5d187052adc91e03073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (415, '401k', 7, '2024-08-06 17:21:27', '0', '', '1dbba7a5b5bda5d187052adc91e03073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (416, '401k', 7, '2024-08-06 17:21:28', '0', '', '1dbba7a5b5bda5d187052adc91e03073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (417, 'pa', 57, '2024-08-06 17:26:58', '0', '', '7a4497d3da39c47f2c1782761cebea57', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (418, 'pa', 57, '2024-08-06 17:26:59', '0', '', '7a4497d3da39c47f2c1782761cebea57', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (419, 'benefit guide', 64, '2024-08-06 18:09:12', '0', '', '75ba322245f16447be0602dc94a36c60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (420, 'benefit guide', 64, '2024-08-06 18:09:13', '0', '', '75ba322245f16447be0602dc94a36c60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (421, 'perkspot', 4, '2024-08-06 18:57:21', '0', '', '6da7b685e3dceebbd384c3066caab360', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (422, 'perkspot', 4, '2024-08-06 18:57:23', '0', '', '6da7b685e3dceebbd384c3066caab360', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (423, 'car', 50, '2024-08-06 19:18:55', '0', '', 'b0b528409f16d59544b19ead3554d0eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (424, 'car', 50, '2024-08-06 19:18:56', '0', '', 'b0b528409f16d59544b19ead3554d0eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (425, 'label/php-shells', '0', '2024-08-06 20:03:46', '0', '', '8c217325c16d41c646525cb4f3bec179', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (426, 'label/php-shells', '0', '2024-08-06 20:03:47', '0', '', '8c217325c16d41c646525cb4f3bec179', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (427, 'label/php-shells', '0', '2024-08-07 01:06:57', '0', '', '1a18d0a934d051eacb3e31712c25efbb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (428, 'label/php-shells', '0', '2024-08-07 01:06:58', '0', '', '1a18d0a934d051eacb3e31712c25efbb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (429, 'safety glasses', 8, '2024-08-08 13:11:23', '0', '', '7ee636cd5eab16bb9f82f8fe7355833d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (430, 'safety glasses', 8, '2024-08-08 13:11:24', '0', '', '7ee636cd5eab16bb9f82f8fe7355833d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (431, 'paid time off', 40, '2024-08-08 13:25:14', '0', '', '3aa1cc21303bb69c027f408e3382d2d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (432, 'paid time off', 40, '2024-08-08 13:25:15', '0', '', '3aa1cc21303bb69c027f408e3382d2d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (433, 'remote work', 45, '2024-08-08 17:53:45', '0', '', '5e6e24cefc1fd8e37d0418b0d61f5063', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (434, 'remote work', 45, '2024-08-08 17:53:46', '0', '', '5e6e24cefc1fd8e37d0418b0d61f5063', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (435, 'incentive', 9, '2024-08-08 18:30:26', '0', '', 'f03eb2875ebdf0591630140b16a1b319', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (436, 'incentive', 9, '2024-08-08 18:30:27', '0', '', 'f03eb2875ebdf0591630140b16a1b319', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (437, 'perkspot', 4, '2024-08-08 18:43:06', '0', '', '1b98258ef932e9a68fc5daf18098500a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (438, 'perkspot', 4, '2024-08-08 18:43:07', '0', '', '1b98258ef932e9a68fc5daf18098500a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (439, 'hsa spending', 18, '2024-08-08 21:16:04', '0', '', 'f682a35c404e591b268803fa39d3bcc1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (440, 'hsa spending', 18, '2024-08-08 21:16:06', '0', '', 'f682a35c404e591b268803fa39d3bcc1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (441, 'discounts', 4, '2024-08-11 14:33:15', '0', '', '71eca1a1f0ac9be5e5d5a7cd048fb27c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (442, 'discounts', 4, '2024-08-11 14:33:16', '0', '', '71eca1a1f0ac9be5e5d5a7cd048fb27c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (443, 'fmla', 1, '2024-08-12 12:50:24', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (444, 'fmla', 1, '2024-08-12 12:50:26', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (445, 'family medical leave', 39, '2024-08-12 12:50:44', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (446, 'family medical leave', 39, '2024-08-12 12:50:45', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (447, 'family medical leave', 39, '2024-08-12 12:50:55', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (448, 'family medical leave', 39, '2024-08-12 12:50:56', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (449, 'fml', 1, '2024-08-12 12:51:17', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (450, 'fml', 1, '2024-08-12 12:51:18', '0', '', '8fc5bec5daeb40de053fc9ba89f8af1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (451, 'label/php-shells', '0', '2024-08-13 08:49:26', '0', '', '2d8809515de7b8f6181a7b1ad750aa02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (452, 'label/php-shells', '0', '2024-08-13 08:49:27', '0', '', '2d8809515de7b8f6181a7b1ad750aa02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (453, 'perkspot', 4, '2024-08-13 13:32:49', '0', '', '7b8e99eef08fbd298b7d1b2e2e4268d1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (454, 'perkspot', 4, '2024-08-13 13:32:51', '0', '', '7b8e99eef08fbd298b7d1b2e2e4268d1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (455, 'maternity', 4, '2024-08-13 13:54:23', '0', '', '537d120205b8fdc91ba04dc6f60587fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (456, 'maternity', 4, '2024-08-13 13:54:24', '0', '', '537d120205b8fdc91ba04dc6f60587fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (457, 'well on target bcbs', 39, '2024-08-13 19:54:08', '0', '', 'ecf7839be1e79203d94249d7074d90fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (458, 'well on target bcbs', 39, '2024-08-13 19:54:12', '0', '', 'ecf7839be1e79203d94249d7074d90fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (459, 'car rental', 54, '2024-08-14 01:58:14', '0', '', '1a7553b23c8d797f67dd677795631380', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (460, 'car rental', 54, '2024-08-14 01:58:15', '0', '', '1a7553b23c8d797f67dd677795631380', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (461, 'perk spot', 7, '2024-08-14 02:09:50', '0', '', '7bdd42ea1d5b5475867bf3dce8c77488', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (462, 'perk spot', 7, '2024-08-14 02:09:51', '0', '', '7bdd42ea1d5b5475867bf3dce8c77488', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (463, 'retiring', 2, '2024-08-14 13:56:07', '0', '', 'e2bad77f86816905a2cc9fdf6f02878a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (464, 'retiring', 2, '2024-08-14 13:56:08', '0', '', 'e2bad77f86816905a2cc9fdf6f02878a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (465, 'disability', 7, '2024-08-14 13:56:31', '0', '', 'e2bad77f86816905a2cc9fdf6f02878a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (466, 'disability', 7, '2024-08-14 13:56:32', '0', '', 'e2bad77f86816905a2cc9fdf6f02878a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (467, 'aon contact', 41, '2024-08-14 14:05:00', '0', '', 'a14b24ecc29ff6207954c5d8d0ab2d7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (468, 'aon contact', 41, '2024-08-14 14:05:01', '0', '', 'a14b24ecc29ff6207954c5d8d0ab2d7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (469, 'frozen pension plan', 50, '2024-08-14 14:05:17', '0', '', 'a14b24ecc29ff6207954c5d8d0ab2d7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (470, 'frozen pension plan', 50, '2024-08-14 14:05:18', '0', '', 'a14b24ecc29ff6207954c5d8d0ab2d7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (471, 'lasik', 3, '2024-08-14 18:20:31', '0', '', 'a0cdc65f7df47ca269f6c0e042ac6df9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (472, 'lasik', 3, '2024-08-14 18:20:32', '0', '', 'a0cdc65f7df47ca269f6c0e042ac6df9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (473, 'identity theft', 1, '2024-08-14 18:21:12', '0', '', 'a0cdc65f7df47ca269f6c0e042ac6df9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (474, 'identity theft', 1, '2024-08-14 18:21:13', '0', '', 'a0cdc65f7df47ca269f6c0e042ac6df9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (475, 'claim', 15, '2024-08-14 18:28:54', '0', '', 'c112963d5a4d65f3bd586f78cdf4d3de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (476, 'claim', 15, '2024-08-14 18:28:56', '0', '', 'c112963d5a4d65f3bd586f78cdf4d3de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (477, 'standard ppo sbc', 14, '2024-08-14 21:22:42', 1, '', 'e8e81c6f372622d3a9e35a57f2e7ee60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (478, 'standard ppo sbc', 14, '2024-08-14 21:22:44', 1, '', 'e8e81c6f372622d3a9e35a57f2e7ee60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (479, 'standard ppo sbc', 14, '2024-08-14 21:23:18', 1, '', 'e8e81c6f372622d3a9e35a57f2e7ee60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (480, 'standard ppo sbc', 14, '2024-08-14 21:23:19', 1, '', 'e8e81c6f372622d3a9e35a57f2e7ee60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (481, 'perkspot', 4, '2024-08-15 15:12:06', '0', '', '64736c1145dbf89b2f981f1d94a8374d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (482, 'perkspot', 4, '2024-08-15 15:12:07', '0', '', '64736c1145dbf89b2f981f1d94a8374d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (483, 'commuter benefit', 51, '2024-08-15 18:32:36', '0', '', '660e624e75e859ae97791157e8f0ea21', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (484, 'commuter benefit', 51, '2024-08-15 18:32:37', '0', '', '660e624e75e859ae97791157e8f0ea21', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (485, 'paid parental', 16, '2024-08-15 19:10:30', '0', '', '29851530bccdeeb5188e80b08880ee75', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (486, 'paid parental', 16, '2024-08-15 19:10:31', '0', '', '29851530bccdeeb5188e80b08880ee75', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (487, 'pension', 9, '2024-08-16 02:08:55', '0', '', '41efb6cfae661f49a7fc72bd4798fd6c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (488, 'pension', 9, '2024-08-16 02:08:56', '0', '', '41efb6cfae661f49a7fc72bd4798fd6c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (489, 'perkspot', 4, '2024-08-16 10:52:16', '0', '', '1eca8990f106ebce53ecb8c00a311989', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (490, 'perkspot', 4, '2024-08-16 10:52:18', '0', '', '1eca8990f106ebce53ecb8c00a311989', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (491, 'verify employment', 8, '2024-08-16 14:51:17', '0', '', 'd2af583546dd8e1d023e83f14f8ea18c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (492, 'verify employment', 8, '2024-08-16 14:51:19', '0', '', 'd2af583546dd8e1d023e83f14f8ea18c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (493, 'employment verification', 8, '2024-08-16 14:51:40', '0', '', 'd2af583546dd8e1d023e83f14f8ea18c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (494, 'employment verification', 8, '2024-08-16 14:51:40', '0', '', 'd2af583546dd8e1d023e83f14f8ea18c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (495, 'dario', 3, '2024-08-16 18:12:30', '0', '', '8abd5a9baaedb829348e13c02813d194', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (496, 'dario', 3, '2024-08-16 18:12:31', '0', '', '8abd5a9baaedb829348e13c02813d194', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (497, 'adoption', 7, '2024-08-19 10:29:36', '0', '', '5f794bc80237d57138f6d97613aab73d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (498, 'adoption', 7, '2024-08-19 10:29:37', '0', '', '5f794bc80237d57138f6d97613aab73d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (499, 'adoption', 7, '2024-08-19 10:30:32', '0', '', '5f794bc80237d57138f6d97613aab73d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (500, 'adoption', 7, '2024-08-19 10:30:33', '0', '', '5f794bc80237d57138f6d97613aab73d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (501, 'perkspot', 4, '2024-08-19 20:16:30', '0', '', '61010eb7dc310ca2644a293ecd7f6c29', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (502, 'perkspot', 4, '2024-08-19 20:16:32', '0', '', '61010eb7dc310ca2644a293ecd7f6c29', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (503, 'perkspot', 4, '2024-08-19 22:54:17', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (504, 'perkspot', 4, '2024-08-19 22:54:18', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (505, 'adoption', 7, '2024-08-19 22:54:26', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (506, 'adoption', 7, '2024-08-19 22:54:27', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (507, 'standard ppo sbc', 14, '2024-08-19 22:54:41', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (508, 'standard ppo sbc', 14, '2024-08-19 22:54:42', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (509, 'family medical leave', 40, '2024-08-19 22:54:54', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (510, 'family medical leave', 40, '2024-08-19 22:54:56', '0', '', '51d7f733a72afc47c895a0e3cd7c23c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (511, 'lasik', 3, '2024-08-19 22:55:05', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (512, 'lasik', 3, '2024-08-19 22:55:06', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (513, 'identity theft', 1, '2024-08-19 22:55:18', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (514, 'identity theft', 1, '2024-08-19 22:55:19', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (515, 'pay scale', 27, '2024-08-19 22:55:32', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (516, 'pay scale', 27, '2024-08-19 22:55:33', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (517, 'remote work', 45, '2024-08-19 22:55:44', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (518, 'remote work', 45, '2024-08-19 22:55:45', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (519, 'employment verification', 8, '2024-08-19 22:57:03', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (520, 'employment verification', 8, '2024-08-19 22:57:04', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (521, 'car rental', 54, '2024-08-19 22:58:01', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (522, 'car rental', 54, '2024-08-19 22:58:03', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (523, 'aon contact', 41, '2024-08-19 22:59:31', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (524, 'aon contact', 41, '2024-08-19 22:59:32', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (525, 'goldman', 2, '2024-08-19 23:00:32', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (526, 'goldman', 2, '2024-08-19 23:00:33', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (529, 'fmla', 1, '2024-08-19 23:00:57', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (530, 'fmla', 1, '2024-08-19 23:00:58', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (531, 'discounts', 4, '2024-08-19 23:02:18', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (532, 'discounts', 4, '2024-08-19 23:02:19', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (533, 'incentive', 9, '2024-08-19 23:02:32', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (534, 'incentive', 9, '2024-08-19 23:02:33', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (535, 'well on target', 19, '2024-08-19 23:02:46', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (536, 'well on target', 19, '2024-08-19 23:02:47', '0', '', 'fa0d7446c505c76018f34d7842bca9df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (537, 'frozen pension plan', 51, '2024-08-19 23:05:06', '0', '', 'ec8425559e446f58d448e90dd11e21b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (538, 'frozen pension plan', 51, '2024-08-19 23:05:07', '0', '', 'ec8425559e446f58d448e90dd11e21b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (539, 'benefit guide', 66, '2024-08-19 23:33:36', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (540, 'benefit guide', 66, '2024-08-19 23:33:38', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (541, '2024 enrollment guide', 46, '2024-08-19 23:34:00', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (542, '2024 enrollment guide', 46, '2024-08-19 23:34:01', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (543, 'incentive', 9, '2024-08-19 23:34:27', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (544, 'workday', 8, '2024-08-19 23:34:28', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (545, 'incentive', 9, '2024-08-19 23:34:32', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (546, 'workday', 8, '2024-08-19 23:34:32', '0', '', '3d603413db9d3c6fe71d6d4217d7f37a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (547, 'adoption', 7, '2024-08-19 23:35:19', '0', '', '82e74bf48464a00bfc49ad8579fe3779', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (548, 'adoption', 7, '2024-08-19 23:35:20', '0', '', '82e74bf48464a00bfc49ad8579fe3779', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (549, 'label/php-shells', '0', '2024-08-20 00:09:35', '0', '', '6c4f739f13da9f8aaa4e32d370604000', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (550, 'label/php-shells', '0', '2024-08-20 00:09:36', '0', '', '6c4f739f13da9f8aaa4e32d370604000', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (551, 'forumlary', '0', '2024-08-20 14:53:35', '0', '', 'b1b260cc159fa7d4ea21de7a36895574', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (552, 'forumlary', '0', '2024-08-20 14:53:36', '0', '', 'b1b260cc159fa7d4ea21de7a36895574', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (553, 'formulary', 1, '2024-08-20 14:53:44', '0', '', 'b1b260cc159fa7d4ea21de7a36895574', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (554, 'formulary', 1, '2024-08-20 14:53:45', '0', '', 'b1b260cc159fa7d4ea21de7a36895574', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (555, 'hearing aids', 9, '2024-08-21 14:28:48', '0', '', 'ed46428baf84a73a995c89c452f6e09e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (556, 'hearing aids', 9, '2024-08-21 14:28:49', '0', '', 'ed46428baf84a73a995c89c452f6e09e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (557, 'label/php-shells', '0', '2024-08-22 01:40:07', '0', '', '176ef4aa46a15d91f5a49e08e519253d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (558, 'label/php-shells', '0', '2024-08-22 01:40:08', '0', '', '176ef4aa46a15d91f5a49e08e519253d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (559, 'maternity leave', 13, '2024-08-22 15:45:49', '0', '', '8861c1073fd4304365296fffab8468b3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (560, 'maternity leave', 13, '2024-08-22 15:45:50', '0', '', '8861c1073fd4304365296fffab8468b3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (561, 'timing of medical coverage', 38, '2024-08-22 16:05:03', '0', '', '4ea480f45015aa56eb975d740e1d71c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (562, 'timing of medical coverage', 38, '2024-08-22 16:05:05', '0', '', '4ea480f45015aa56eb975d740e1d71c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (563, 'when does medical coverage end when you terminate', 43, '2024-08-22 16:07:10', '0', '', '4ea480f45015aa56eb975d740e1d71c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (564, 'when does medical coverage end when you terminate', 43, '2024-08-22 16:07:11', '0', '', '4ea480f45015aa56eb975d740e1d71c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (565, 'pension', 9, '2024-08-23 12:18:27', '0', '', '39a9411a91678545c69dbfc200a3e07b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (566, 'pension', 9, '2024-08-23 12:18:28', '0', '', '39a9411a91678545c69dbfc200a3e07b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (567, 'fmla', 1, '2024-08-23 20:02:46', '0', '', '7d5db0dc5b618a9b555f4216aac40a3c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (568, 'fmla', 1, '2024-08-23 20:02:51', '0', '', '7d5db0dc5b618a9b555f4216aac40a3c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (569, 'workday', 8, '2024-08-23 23:12:50', '0', '', '63748b8e0b9b7157c31b2478896aa374', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (570, 'workday', 8, '2024-08-23 23:12:51', '0', '', '63748b8e0b9b7157c31b2478896aa374', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (571, 'tax documents', 14, '2024-08-23 23:13:27', '0', '', '63748b8e0b9b7157c31b2478896aa374', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (572, 'tax documents', 14, '2024-08-23 23:13:28', '0', '', '63748b8e0b9b7157c31b2478896aa374', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (573, 'gym', 2, '2024-08-24 21:36:13', '0', '', 'c3c771fe6707227ed260f0570b793e56', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (574, 'gym', 2, '2024-08-24 21:36:15', '0', '', 'c3c771fe6707227ed260f0570b793e56', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (575, 'life insurance', 32, '2024-08-26 12:47:53', '0', '', '5c26172203b59d48648436203e9466c0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (576, 'life insurance', 32, '2024-08-26 12:47:54', '0', '', '5c26172203b59d48648436203e9466c0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (577, 'perk spot', 7, '2024-08-26 15:21:38', '0', '', 'd18aa3676502a1029d4bb04128c11c25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (578, 'perk spot', 7, '2024-08-26 15:21:39', '0', '', 'd18aa3676502a1029d4bb04128c11c25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (579, 'volunteer', 3, '2024-08-26 18:05:34', '0', '', '714938b79f049847fa0303d4b232663f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (580, 'volunteer', 3, '2024-08-26 18:05:35', '0', '', '714938b79f049847fa0303d4b232663f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (581, 'discount', 5, '2024-08-26 18:06:10', '0', '', '714938b79f049847fa0303d4b232663f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (582, 'discount', 5, '2024-08-26 18:06:11', '0', '', '714938b79f049847fa0303d4b232663f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (583, 'ltd', '0', '2024-08-26 19:25:05', '0', '', '0980b8db04568fac1c887c8db035fd19', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (584, 'ltd', '0', '2024-08-26 19:25:07', '0', '', '0980b8db04568fac1c887c8db035fd19', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (585, 'enroll', 27, '2024-08-26 19:55:25', '0', '', '95d7d37a1c19706d74f689d7f8bf5b1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (586, 'enroll', 27, '2024-08-26 19:55:26', '0', '', '95d7d37a1c19706d74f689d7f8bf5b1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (587, 'sign in', 5, '2024-08-26 19:55:51', '0', '', '95d7d37a1c19706d74f689d7f8bf5b1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (588, 'sign in', 5, '2024-08-26 19:55:51', '0', '', '95d7d37a1c19706d74f689d7f8bf5b1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (589, 'signa', '0', '2024-08-26 19:56:18', '0', '', '95d7d37a1c19706d74f689d7f8bf5b1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (590, 'signa', '0', '2024-08-26 19:56:19', '0', '', '95d7d37a1c19706d74f689d7f8bf5b1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (591, 'formulary', 1, '2024-08-26 22:46:35', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (592, 'formulary', 1, '2024-08-26 22:46:37', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (593, 'ltd', '0', '2024-08-26 22:47:11', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (594, 'ltd', '0', '2024-08-26 22:47:12', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (595, 'cigna', 15, '2024-08-26 22:48:13', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (596, 'cigna', 15, '2024-08-26 22:48:15', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (597, 'when does medical coverage end when you terminte', 43, '2024-08-26 22:49:02', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (598, 'when does medical coverage end when you terminte', 43, '2024-08-26 22:49:03', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (599, 'hearing aid', 23, '2024-08-26 22:49:27', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (600, 'hearing aid', 23, '2024-08-26 22:49:27', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (601, 'tax document', 88, '2024-08-26 22:52:19', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (602, 'tax document', 88, '2024-08-26 22:52:20', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (603, 'gym', 2, '2024-08-26 22:54:40', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (604, 'gym', 2, '2024-08-26 22:54:41', '0', '', 'b4bed2a5f0dccce2c29b39464eb8f30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (605, 'volunteer', 3, '2024-08-26 22:59:32', '0', '', '9d1bbfec3f2ba111cfe503eda8921511', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (606, 'volunteer', 3, '2024-08-26 22:59:33', '0', '', '9d1bbfec3f2ba111cfe503eda8921511', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (607, 'terminate', '0', '2024-08-26 23:00:05', '0', '', '9d1bbfec3f2ba111cfe503eda8921511', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (608, 'terminate', '0', '2024-08-26 23:00:06', '0', '', '9d1bbfec3f2ba111cfe503eda8921511', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (609, 'discount', 5, '2024-08-26 23:02:09', '0', '', '9d1bbfec3f2ba111cfe503eda8921511', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (610, 'discount', 5, '2024-08-26 23:02:10', '0', '', '9d1bbfec3f2ba111cfe503eda8921511', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (611, 'label/php-shells', '0', '2024-08-27 00:30:56', '0', '', '0d78e57e7e2e3911b51423c1c7141086', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (612, 'label/php-shells', '0', '2024-08-27 00:30:57', '0', '', '0d78e57e7e2e3911b51423c1c7141086', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (613, 'best premium', 21, '2024-08-27 17:37:41', '0', '', 'c74d4a49b046faeb2031176451e465e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (614, 'best premium', 21, '2024-08-27 17:37:42', '0', '', 'c74d4a49b046faeb2031176451e465e2', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (615, 'summary plan description', 55, '2024-08-28 17:41:22', '0', '', '2a1b3727a60223a4ee25c3bce122972b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (616, 'summary plan description', 55, '2024-08-28 17:41:24', '0', '', '2a1b3727a60223a4ee25c3bce122972b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (617, 'bereavement', 1, '2024-08-29 13:08:07', '0', '', '633d2d28e82a33128abbcb7e1197a004', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (618, 'bereavement', 1, '2024-08-29 13:08:09', '0', '', '633d2d28e82a33128abbcb7e1197a004', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (619, 'summary plan description health and welfare', 74, '2024-08-29 13:12:19', '0', '', '633d2d28e82a33128abbcb7e1197a004', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (620, 'summary plan description health and welfare', 74, '2024-08-29 13:12:20', '0', '', '633d2d28e82a33128abbcb7e1197a004', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (621, 'vacation', 3, '2024-08-29 13:22:30', '0', '', 'f12ec3741967b89c85bef406899bf249', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (622, 'vacation', 3, '2024-08-29 13:22:31', '0', '', 'f12ec3741967b89c85bef406899bf249', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (623, 'bereavement time off', 36, '2024-08-29 13:23:06', '0', '', 'f12ec3741967b89c85bef406899bf249', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (624, 'bereavement time off', 36, '2024-08-29 13:23:07', '0', '', 'f12ec3741967b89c85bef406899bf249', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (625, 'death of family member', 33, '2024-08-29 13:24:38', '0', '', 'f12ec3741967b89c85bef406899bf249', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (626, 'death of family member', 33, '2024-08-29 13:24:39', '0', '', 'f12ec3741967b89c85bef406899bf249', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (627, 'leave', 13, '2024-08-29 13:25:14', '0', '', '9a6ac32f8bc1c1618f1591b000e98119', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (628, 'leave', 13, '2024-08-29 13:25:15', '0', '', '9a6ac32f8bc1c1618f1591b000e98119', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (629, 'bereavement pay', 27, '2024-08-29 13:25:39', '0', '', '9a6ac32f8bc1c1618f1591b000e98119', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (630, 'bereavement pay', 27, '2024-08-29 13:25:40', '0', '', '9a6ac32f8bc1c1618f1591b000e98119', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (631, 'funeral', '0', '2024-08-29 13:25:54', '0', '', '9a6ac32f8bc1c1618f1591b000e98119', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (632, 'funeral', '0', '2024-08-29 13:25:55', '0', '', '9a6ac32f8bc1c1618f1591b000e98119', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (633, 'eap', 8, '2024-08-29 14:07:26', '0', '', 'f0d982f8880c7b4e6135f888cab19d60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (634, 'eap', 8, '2024-08-29 14:07:27', '0', '', 'f0d982f8880c7b4e6135f888cab19d60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (635, 'pension', 9, '2024-08-29 20:54:48', '0', '', '783dcdaac9e1feeaa335d87b48d807ac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (636, 'pension', 9, '2024-08-29 20:54:49', '0', '', '783dcdaac9e1feeaa335d87b48d807ac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (637, 'pension', 9, '2024-08-29 21:31:29', '0', '', 'e3e2c3e940ccfc6edee73b3b47382b99', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (638, 'pension', 9, '2024-08-29 21:31:30', '0', '', 'e3e2c3e940ccfc6edee73b3b47382b99', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (639, 'pension', 9, '2024-08-30 04:26:34', '0', '', '8131dbac537d4ef5fa324b7830175f93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (640, 'pension', 9, '2024-08-30 04:26:35', '0', '', '8131dbac537d4ef5fa324b7830175f93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (641, 'pension', 9, '2024-08-30 19:12:04', '0', '', 'bd04ef3d257c6d5d4e0483821a29252f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (642, 'pension', 9, '2024-08-30 19:12:05', '0', '', 'bd04ef3d257c6d5d4e0483821a29252f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (643, 'health advocacy', 44, '2024-08-31 01:36:30', '0', '', '16f5012c6c9a16e29bce86261c3582d2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (644, 'health advocacy', 44, '2024-08-31 01:36:32', '0', '', '16f5012c6c9a16e29bce86261c3582d2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (645, 'perk', 7, '2024-08-31 02:27:31', '0', '', '40ee6f564d25a02d58174dff0f7c5b03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (646, 'perk', 7, '2024-08-31 02:27:32', '0', '', '40ee6f564d25a02d58174dff0f7c5b03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (647, 'label/php-shells', '0', '2024-08-31 06:39:52', '0', '', 'c379077c6c87ce093ee1962ea0aca58e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (648, 'label/php-shells', '0', '2024-08-31 06:39:53', '0', '', 'c379077c6c87ce093ee1962ea0aca58e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (649, 'perk', 7, '2024-08-31 09:39:05', '0', '', 'c356369f4085699c3ffdebc782b0098f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (650, 'perk', 7, '2024-08-31 09:39:07', '0', '', 'c356369f4085699c3ffdebc782b0098f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (651, 'perks', 7, '2024-08-31 23:17:55', '0', '', 'b737c1258ed091a39094127542c29db4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (652, 'perks', 7, '2024-08-31 23:17:56', '0', '', 'b737c1258ed091a39094127542c29db4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (653, 'label/php-shells', '0', '2024-09-01 04:15:49', '0', '', '36e674b276fa82cd3c059e7a6336a79b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (654, 'label/php-shells', '0', '2024-09-01 04:15:50', '0', '', '36e674b276fa82cd3c059e7a6336a79b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (655, 'pay scale', 27, '2024-09-01 06:23:34', '0', '', '65d3aa613eefed96f24b3cb84b2d821c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (656, 'pay scale', 27, '2024-09-01 06:23:35', '0', '', '65d3aa613eefed96f24b3cb84b2d821c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (657, 'talent management', 13, '2024-09-02 02:35:56', '0', '', 'f0e0b9a26dfe1c4b376820dd9af6de25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (658, 'talent management', 13, '2024-09-02 02:35:59', '0', '', 'f0e0b9a26dfe1c4b376820dd9af6de25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (659, 'label/php-shells', '0', '2024-09-02 17:06:50', '0', '', 'cd97064949a5c778feca1b1fc85c2f0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (660, 'label/php-shells', '0', '2024-09-02 17:06:51', '0', '', 'cd97064949a5c778feca1b1fc85c2f0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (661, 'bereavment', '0', '2024-09-03 13:03:00', '0', '', 'd3d8fb0b217bde4a7f8b30406cbc0461', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (662, 'bereavment', '0', '2024-09-03 13:03:02', '0', '', 'd3d8fb0b217bde4a7f8b30406cbc0461', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (663, 'pension', 9, '2024-09-03 18:11:50', '0', '', 'f430bd978249c48947f9515786226b78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (664, 'pension', 9, '2024-09-03 18:11:51', '0', '', 'f430bd978249c48947f9515786226b78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (665, 'submit an expense for glasses', 23, '2024-09-03 18:48:23', '0', '', '6d6f4638b46e848315f0bff4c77c2183', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (666, 'submit an expense for glasses', 23, '2024-09-03 18:48:24', '0', '', '6d6f4638b46e848315f0bff4c77c2183', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (667, 'label/php-shells', '0', '2024-09-04 02:29:30', '0', '', 'fb5733a3c71acf0bcfdf711e3e7295b3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (668, 'label/php-shells', '0', '2024-09-04 02:29:32', '0', '', 'fb5733a3c71acf0bcfdf711e3e7295b3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (669, 'cigna', 15, '2024-09-04 13:56:36', '0', '', 'f792e912a915c80dfc71027635fe2739', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (670, 'cigna', 15, '2024-09-04 13:56:37', '0', '', 'f792e912a915c80dfc71027635fe2739', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (671, 'summary plan description', 55, '2024-09-04 17:32:55', '0', '', '54857a820582f434da19495e9178e44e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (672, 'summary plan description', 55, '2024-09-04 17:32:57', '0', '', '54857a820582f434da19495e9178e44e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (673, 'death', 9, '2024-09-04 22:32:06', '0', '', '921ba79c15abf10dacc2ac9b166949ab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (674, 'death', 9, '2024-09-04 22:32:07', '0', '', '921ba79c15abf10dacc2ac9b166949ab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (675, 'death of a family member', 33, '2024-09-04 23:06:18', '0', '', 'b490c7eb53be00342fb50783b0fb4d96', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (676, 'death of a family member', 33, '2024-09-04 23:06:19', '0', '', 'b490c7eb53be00342fb50783b0fb4d96', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (677, 'talent managment', 8, '2024-09-04 23:30:36', '0', '', '7876e3ec93d7265f4333ae01286f53e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (678, 'talent managment', 8, '2024-09-04 23:30:37', '0', '', '7876e3ec93d7265f4333ae01286f53e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (679, 'label/php-shells', '0', '2024-09-05 03:30:31', '0', '', 'a3aceec57ce14a4ef705751704eb36da', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (680, 'label/php-shells', '0', '2024-09-05 03:30:32', '0', '', 'a3aceec57ce14a4ef705751704eb36da', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (681, 'supplemental', 2, '2024-09-05 13:04:00', '0', '', '6bd5e7012ab756d6f54ae2513a6f57e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (682, 'supplemental', 2, '2024-09-05 13:04:02', '0', '', '6bd5e7012ab756d6f54ae2513a6f57e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (683, '401k loans', 7, '2024-09-05 19:58:03', '0', '', '7b8b573de1e03d1569d693a454e31d77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (684, '401k loans', 7, '2024-09-05 19:58:04', '0', '', '7b8b573de1e03d1569d693a454e31d77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (685, 'label/php-shells', '0', '2024-09-06 11:18:47', '0', '', '9a1d323ce91a556dbf5850376781b0c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (686, 'label/php-shells', '0', '2024-09-06 11:18:48', '0', '', '9a1d323ce91a556dbf5850376781b0c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (687, 'perks', 7, '2024-09-06 13:09:41', '0', '', '40c0ea6e0d42719f961ef4ae14aaee40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (688, 'perks', 7, '2024-09-06 13:09:43', '0', '', '40c0ea6e0d42719f961ef4ae14aaee40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (689, 'pension', 9, '2024-09-06 20:13:31', '0', '', '3685b772bbfaafd06e683e062b228746', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (690, 'pension', 9, '2024-09-06 20:13:32', '0', '', '3685b772bbfaafd06e683e062b228746', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (691, 'label/php-shells', '0', '2024-09-07 20:35:15', '0', '', '1f57db235d9600f33a071e0e345e3557', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (692, 'label/php-shells', '0', '2024-09-07 20:35:15', '0', '', '1f57db235d9600f33a071e0e345e3557', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (693, 'hsa', 13, '2024-09-09 13:43:02', '0', '', '8f6186602b7bdce43fbea03d89e106b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (694, 'hsa', 13, '2024-09-09 13:43:04', '0', '', '8f6186602b7bdce43fbea03d89e106b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (695, 'sick leave', 13, '2024-09-09 16:15:20', '0', '', '25520b44f4f545e2e2063acff3a8c0df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (696, 'sick leave', 13, '2024-09-09 16:15:21', '0', '', '25520b44f4f545e2e2063acff3a8c0df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (697, 'vacation', 3, '2024-09-09 16:39:35', '0', '', '48f09f69cde3ea5230862b4ce0875228', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (698, 'vacation', 3, '2024-09-09 16:39:36', '0', '', '48f09f69cde3ea5230862b4ce0875228', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (699, 'perk spot', 7, '2024-09-09 21:03:19', '0', '', 'fee15a28096b483e2b1c6d92defc7890', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (700, 'perk spot', 7, '2024-09-09 21:03:21', '0', '', 'fee15a28096b483e2b1c6d92defc7890', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (701, 'loan', '0', '2024-09-10 15:09:16', '0', '', 'e5a4c9ea7a57b7e005dc057e017012bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (702, 'loan', '0', '2024-09-10 15:09:17', '0', '', 'e5a4c9ea7a57b7e005dc057e017012bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (703, 'pension', 9, '2024-09-10 16:41:15', '0', '', '9375b998b30821a709c8ee3818e384e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (704, 'pension', 9, '2024-09-10 16:41:16', '0', '', '9375b998b30821a709c8ee3818e384e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (705, 'pension', 9, '2024-09-10 18:20:26', '0', '', '7b984ab2855894b35f5537ccbfb7779b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (706, 'pension', 9, '2024-09-10 18:20:27', '0', '', '7b984ab2855894b35f5537ccbfb7779b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (707, 'label/php-shells', '0', '2024-09-11 02:40:57', '0', '', 'dfcbad88c1feb1e01b2c24f1ce475607', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (708, 'label/php-shells', '0', '2024-09-11 02:40:58', '0', '', 'dfcbad88c1feb1e01b2c24f1ce475607', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (709, 'employment verification', 8, '2024-09-11 15:20:25', '0', '', 'bb6c012f9489cb9b0af3786dd5ea8bd1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (710, 'employment verification', 8, '2024-09-11 15:20:28', '0', '', 'bb6c012f9489cb9b0af3786dd5ea8bd1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (711, 'cigna', 15, '2024-09-11 16:03:38', 1, '', '85d32d1b4437f7d979cdadcbf9ee4454', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (712, 'cigna', 15, '2024-09-11 16:03:47', 1, '', '85d32d1b4437f7d979cdadcbf9ee4454', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (713, 'cigna', 15, '2024-09-11 16:03:51', 1, '', '85d32d1b4437f7d979cdadcbf9ee4454', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (714, 'cigna', 15, '2024-09-11 16:03:52', 1, '', '85d32d1b4437f7d979cdadcbf9ee4454', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (715, 'signa', '0', '2024-09-11 16:11:38', 1, '', 'ef331d9198b42138c56c6e9ebdea5d47', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (716, 'signa', '0', '2024-09-11 16:11:39', 1, '', 'ef331d9198b42138c56c6e9ebdea5d47', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (717, 'signa', 15, '2024-09-11 16:49:56', 1, '', '19b1a9b7d7c546fcb1a039738d30c073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (718, 'signa', 15, '2024-09-11 16:49:57', 1, '', '19b1a9b7d7c546fcb1a039738d30c073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (719, 'summary plan description', 55, '2024-09-11 17:33:58', '0', '', '0e3f0aeb7c7d913fc4cdec42dabb306d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (720, 'summary plan description', 55, '2024-09-11 17:33:59', '0', '', '0e3f0aeb7c7d913fc4cdec42dabb306d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (721, 'summary plan description', 55, '2024-09-11 18:13:35', '0', '', 'cebf2c9977d73628e7e4da9dfd8ba758', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (722, 'summary plan description', 55, '2024-09-11 18:13:36', '0', '', 'cebf2c9977d73628e7e4da9dfd8ba758', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (723, 'summary plan description', 55, '2024-09-11 19:01:13', '0', '', 'b273d2fe89a567b11dac696ce0b835d4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (724, 'summary plan description', 55, '2024-09-11 19:01:14', '0', '', 'b273d2fe89a567b11dac696ce0b835d4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (725, 'label/php-shells', '0', '2024-09-12 03:22:14', '0', '', 'ff9e030f68d82381c2b0f9773c5371f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (726, 'label/php-shells', '0', '2024-09-12 03:22:15', '0', '', 'ff9e030f68d82381c2b0f9773c5371f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (727, 'perkspot', 4, '2024-09-12 08:38:34', '0', '', 'e2036bb7a1d553a73968971d2502c355', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (728, 'perkspot', 4, '2024-09-12 08:38:35', '0', '', 'e2036bb7a1d553a73968971d2502c355', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (729, 'perkspot', 4, '2024-09-12 09:03:04', '0', '', 'b9fae2790292c94b4d0e9f58fc4a70bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (730, 'perkspot', 4, '2024-09-12 09:03:05', '0', '', 'b9fae2790292c94b4d0e9f58fc4a70bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (731, 'vision plan', 52, '2024-09-12 15:51:42', '0', '', '58ee6683f074bdc4937524f8d0cfeac6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (732, 'vision plan', 52, '2024-09-12 15:51:43', '0', '', '58ee6683f074bdc4937524f8d0cfeac6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (733, 'pension website', 15, '2024-09-12 17:41:34', '0', '', '4d620dfa17294ebc72262894e5c7a290', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (734, 'pension website', 15, '2024-09-12 17:41:35', '0', '', '4d620dfa17294ebc72262894e5c7a290', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (735, 'pension', 9, '2024-09-12 17:44:22', '0', '', '4d620dfa17294ebc72262894e5c7a290', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (736, 'pension', 9, '2024-09-12 17:44:23', '0', '', '4d620dfa17294ebc72262894e5c7a290', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (737, 'summary plan description', 55, '2024-09-12 18:15:35', '0', '', '67f2740932ada3cd8520b9486fd9db53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (738, 'summary plan description', 55, '2024-09-12 18:15:36', '0', '', '67f2740932ada3cd8520b9486fd9db53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (739, 'short term disability', 22, '2024-09-13 11:45:20', '0', '', '640b73f0e8a4780475f60b0fd68f2ca5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (740, 'short term disability', 22, '2024-09-13 11:45:21', '0', '', '640b73f0e8a4780475f60b0fd68f2ca5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (743, 'summery benefits', 55, '2024-09-13 18:25:36', '0', '', '7fade30620e6a22fe36e655d920632d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (744, 'summery benefits', 55, '2024-09-13 18:25:37', '0', '', '7fade30620e6a22fe36e655d920632d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (745, 'summery benefits', 55, '2024-09-13 18:26:12', '0', '', '7fade30620e6a22fe36e655d920632d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (746, 'summery benefits', 55, '2024-09-13 18:26:13', '0', '', '7fade30620e6a22fe36e655d920632d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (747, 'summery', '0', '2024-09-13 18:39:31', '0', '', 'dbd6c2e51a6361588d16175d1ca65cae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (748, 'summery', '0', '2024-09-13 18:39:32', '0', '', 'dbd6c2e51a6361588d16175d1ca65cae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (749, 'healthy rewards', 15, '2024-09-16 14:43:00', '0', '', '4f624bfd2f143a9b56d66f14627eaf24', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (750, 'healthy rewards', 15, '2024-09-16 14:43:03', '0', '', '4f624bfd2f143a9b56d66f14627eaf24', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (751, 'perks', 7, '2024-09-17 03:24:17', '0', '', '92cb4cb67b63ee8f3cf8cc28b6dd9c51', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (752, 'perks', 7, '2024-09-17 03:24:18', '0', '', '92cb4cb67b63ee8f3cf8cc28b6dd9c51', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (753, 'perk', 7, '2024-09-17 03:38:18', '0', '', '82839fa587216709de4778c600caf105', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (754, 'perk', 7, '2024-09-17 03:38:19', '0', '', '82839fa587216709de4778c600caf105', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (755, 'flex', 12, '2024-09-17 16:35:47', '0', '', 'b9e4331088a8b40b5bf794ef9eb1e71e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (756, 'flex', 12, '2024-09-17 16:35:48', '0', '', 'b9e4331088a8b40b5bf794ef9eb1e71e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (757, 'cobra premium', 15, '2024-09-17 17:14:11', '0', '', 'caf1c9741d00fec8306d007c548fd650', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (758, 'cobra premium', 15, '2024-09-17 17:14:12', '0', '', 'caf1c9741d00fec8306d007c548fd650', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (759, 'retirement booklet', 12, '2024-09-17 22:10:50', '0', '', '3ea8aed690a566818a9be4c694cd1166', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (760, 'retirement booklet', 12, '2024-09-17 22:10:52', '0', '', '3ea8aed690a566818a9be4c694cd1166', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (761, 'identity theft', 1, '2024-09-18 12:04:12', '0', '', 'f77f6999a8956ac901212e82fdedf5fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (762, 'identity theft', 1, '2024-09-18 12:04:13', '0', '', 'f77f6999a8956ac901212e82fdedf5fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (763, 'termination', 1, '2024-09-18 14:24:15', '0', '', 'c552f825ef62e195b44f651692b3e571', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (764, 'termination', 1, '2024-09-18 14:24:17', '0', '', 'c552f825ef62e195b44f651692b3e571', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (765, 'summary plan description', 55, '2024-09-18 17:15:55', '0', '', '1cf5ebdc7962d24d19131ef49832c1e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (766, 'summary plan description', 55, '2024-09-18 17:15:56', '0', '', '1cf5ebdc7962d24d19131ef49832c1e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (767, 'pension', 9, '2024-09-19 00:56:15', '0', '', '3a468cc7f925a409118a31b253b0c656', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (768, 'pension', 9, '2024-09-19 00:56:17', '0', '', '3a468cc7f925a409118a31b253b0c656', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (769, 'terra legacy', 1, '2024-09-19 01:00:08', '0', '', '3a468cc7f925a409118a31b253b0c656', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (770, 'terra legacy', 1, '2024-09-19 01:00:09', '0', '', '3a468cc7f925a409118a31b253b0c656', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (771, 'perk', 7, '2024-09-19 13:02:45', '0', '', 'e7972d1df1f7a956583eb6a45ccc74a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (772, 'perk', 7, '2024-09-19 13:02:46', '0', '', 'e7972d1df1f7a956583eb6a45ccc74a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (773, 'benefits@cfindustries.com', 87, '2024-09-19 14:05:20', '0', '', 'a7ca70c52ddf7d72164abc972bc96639', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (774, 'benefits@cfindustries.com', 87, '2024-09-19 14:05:21', '0', '', 'a7ca70c52ddf7d72164abc972bc96639', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (775, 'pensin', '0', '2024-09-19 18:43:43', '0', '', 'd33de0f2b4dbf2c75e69e239551d8772', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (776, 'pensin', '0', '2024-09-19 18:43:44', '0', '', 'd33de0f2b4dbf2c75e69e239551d8772', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (777, 'pension', 9, '2024-09-19 18:43:51', '0', '', 'd33de0f2b4dbf2c75e69e239551d8772', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (778, 'pension', 9, '2024-09-19 18:43:52', '0', '', 'd33de0f2b4dbf2c75e69e239551d8772', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (779, 'pension', 9, '2024-09-20 15:14:18', '0', '', '2441388df612681837fd890df39a18f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (780, 'pension', 9, '2024-09-20 15:14:20', '0', '', '2441388df612681837fd890df39a18f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (781, 'strive', 7, '2024-09-20 17:43:11', '0', '', 'f5c13f262010bc5dfbc78e8806c59d56', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (782, 'strive', 7, '2024-09-20 17:43:12', '0', '', 'f5c13f262010bc5dfbc78e8806c59d56', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (783, 'summary plan description', 55, '2024-09-20 18:32:26', '0', '', '06e494795688f059f38c5514b4b7f4ce', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (784, 'summary plan description', 55, '2024-09-20 18:32:27', '0', '', '06e494795688f059f38c5514b4b7f4ce', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (785, 'military leave', 13, '2024-09-20 18:41:36', '0', '', '0776659088b93bf258ca5b58f562acc1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (786, 'military leave', 13, '2024-09-20 18:41:37', '0', '', '0776659088b93bf258ca5b58f562acc1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (787, 'userra', '0', '2024-09-20 18:44:49', '0', '', '0776659088b93bf258ca5b58f562acc1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (788, 'userra', '0', '2024-09-20 18:44:50', '0', '', '0776659088b93bf258ca5b58f562acc1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (789, 'carryover vacation', 4, '2024-09-22 14:44:04', '0', '', '40911704ef4b310a6069c33944979171', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (790, 'carryover vacation', 4, '2024-09-22 14:44:05', '0', '', '40911704ef4b310a6069c33944979171', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (791, 'vacation hours', 9, '2024-09-22 14:45:16', '0', '', '513a44e14aa7b91dff836c7b32b849f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (792, 'vacation hours', 9, '2024-09-22 14:45:17', '0', '', '513a44e14aa7b91dff836c7b32b849f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (793, 'perks', 7, '2024-09-23 11:34:26', '0', '', '4215473fc448640df3e5622ca24f2526', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (794, 'perks', 7, '2024-09-23 11:34:27', '0', '', '4215473fc448640df3e5622ca24f2526', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (795, 'perks', 7, '2024-09-23 11:46:17', '0', '', 'd3f1bd0d75f7eb1e8727fff2836fd9e4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (796, 'perks', 7, '2024-09-23 11:46:18', '0', '', 'd3f1bd0d75f7eb1e8727fff2836fd9e4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (797, 'secure 2.0', 64, '2024-09-23 16:41:17', '0', '', '2acf1b4dd96e461eabd3783a59241c42', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (798, 'secure 2.0', 64, '2024-09-23 16:41:18', '0', '', '2acf1b4dd96e461eabd3783a59241c42', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (799, 'tuition', 3, '2024-09-23 16:42:16', '0', '', '2acf1b4dd96e461eabd3783a59241c42', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (800, 'tuition', 3, '2024-09-23 16:42:17', '0', '', '2acf1b4dd96e461eabd3783a59241c42', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (801, 'discount', 5, '2024-09-23 16:58:52', '0', '', 'c2d22a9896dfd04e035aa94ba14820c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (802, 'discount', 5, '2024-09-23 16:58:53', '0', '', 'c2d22a9896dfd04e035aa94ba14820c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (803, 'perkspot', 4, '2024-09-23 18:46:06', '0', '', 'dedebabdb2b58a0c79c0c01b3dce6e2c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (804, 'perkspot', 4, '2024-09-23 18:46:07', '0', '', 'dedebabdb2b58a0c79c0c01b3dce6e2c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (805, 'gym', 3, '2024-09-23 19:44:01', '0', '', 'cc1f8b254cba796f02038471b80ac478', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (806, 'gym', 3, '2024-09-23 19:44:03', '0', '', 'cc1f8b254cba796f02038471b80ac478', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (807, 'fitness membership', 3, '2024-09-23 19:59:57', '0', '', '935ba0b25f904bce13e3d4768c709bfc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (808, 'fitness membership', 3, '2024-09-23 19:59:58', '0', '', '935ba0b25f904bce13e3d4768c709bfc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (809, 'has', '0', '2024-09-23 20:56:33', '0', '', '8016f1c7b2cd87124d8c1002c6b6a8fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (810, 'has', '0', '2024-09-23 20:56:34', '0', '', '8016f1c7b2cd87124d8c1002c6b6a8fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (811, 'pension', 9, '2024-09-24 03:59:19', '0', '', 'ca6b49418b6993ba5d5444bbd5cb4d50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (812, 'pension', 9, '2024-09-24 03:59:20', '0', '', 'ca6b49418b6993ba5d5444bbd5cb4d50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (813, 'mental health', 46, '2024-09-24 17:45:35', '0', '', '03578e586429cd897fddeb442799752f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (814, 'mental health', 46, '2024-09-24 17:45:37', '0', '', '03578e586429cd897fddeb442799752f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (815, 'pension', 9, '2024-09-25 21:02:34', '0', '', '8626be64b9f5cbe94db0d1502cad6744', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (816, 'pension', 9, '2024-09-25 21:02:35', '0', '', '8626be64b9f5cbe94db0d1502cad6744', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (817, 'short term disability', 22, '2024-09-25 21:16:57', '0', '', '4047cb49a7cc58592012e6864e9f7732', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (818, 'short term disability', 22, '2024-09-25 21:16:57', '0', '', '4047cb49a7cc58592012e6864e9f7732', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (819, 'pension', 9, '2024-09-26 16:39:59', '0', '', 'd9ac2e66b40d698316ed51c1830ab843', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (820, 'pension', 9, '2024-09-26 16:40:00', '0', '', 'd9ac2e66b40d698316ed51c1830ab843', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (821, 'pension', 9, '2024-09-27 14:32:57', '0', '', '0935747f2b1f94a75a9b92ce2d49d1de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (822, 'pension', 9, '2024-09-27 14:32:59', '0', '', '0935747f2b1f94a75a9b92ce2d49d1de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (823, 'short term disability', 22, '2024-09-27 15:27:37', '0', '', 'de914dad7bd75b4e7ae9659668ad225c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (824, 'short term disability', 22, '2024-09-27 15:27:38', '0', '', 'de914dad7bd75b4e7ae9659668ad225c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (825, 'cigna', 15, '2024-09-27 16:17:52', '0', '', '5040a7bb5abeb20cf29ed5703b71a4e4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (826, 'cigna', 15, '2024-09-27 16:17:53', '0', '', '5040a7bb5abeb20cf29ed5703b71a4e4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (827, 'submit a claim', 20, '2024-09-27 17:56:54', '0', '', '4a1cb3a6bfbbe35932f2153e28876ff5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (828, 'submit a claim', 20, '2024-09-27 17:56:56', '0', '', '4a1cb3a6bfbbe35932f2153e28876ff5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (829, 'fmla', 2, '2024-09-27 18:31:07', '0', '', '0485f43ec97c92b7dfee0fa976021bc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (830, 'fmla', 2, '2024-09-27 18:31:08', '0', '', '0485f43ec97c92b7dfee0fa976021bc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (831, 'fmls', '0', '2024-09-27 18:32:01', '0', '', '0485f43ec97c92b7dfee0fa976021bc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (832, 'fmls', '0', '2024-09-27 18:32:02', '0', '', '0485f43ec97c92b7dfee0fa976021bc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (833, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-09-28 12:32:53', '0', '', '5bd5a266b97887a6a0eaddf975076c81', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (834, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-09-28 12:32:54', '0', '', '5bd5a266b97887a6a0eaddf975076c81', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (835, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-09-28 16:04:48', '0', '', 'c262e936e2e31d8fae6842a2d4396974', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (836, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-09-28 16:04:50', '0', '', 'c262e936e2e31d8fae6842a2d4396974', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (837, 'preventive medications list', 21, '2024-09-29 21:06:39', '0', '', 'dad30699b4d45d9bf12b6778732ff259', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (838, 'preventive medications list', 21, '2024-09-29 21:06:40', '0', '', 'dad30699b4d45d9bf12b6778732ff259', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (839, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-09-30 09:08:28', '0', '', '5485e737edc0e227e1b2675fca65b006', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (840, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-09-30 09:08:29', '0', '', '5485e737edc0e227e1b2675fca65b006', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (841, 'fml', 2, '2024-09-30 18:47:53', '0', '', 'be60e9265c8014bd3ab2e20d293cb887', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (842, 'fml', 2, '2024-09-30 18:47:54', '0', '', 'be60e9265c8014bd3ab2e20d293cb887', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (843, 'enrollment date', 28, '2024-09-30 19:06:36', '0', '', 'bd1206018fcb88ab1546969ace4adb13', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (844, 'enrollment date', 28, '2024-09-30 19:06:37', '0', '', 'bd1206018fcb88ab1546969ace4adb13', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (845, 'cobra', 3, '2024-10-01 14:24:27', '0', '', '6648babb44f156178601cd9fe18bbec0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (846, 'cobra', 3, '2024-10-01 14:24:28', '0', '', '6648babb44f156178601cd9fe18bbec0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (849, 'bereavement time off', 36, '2024-10-01 15:38:36', '0', '', '7135448e34ce399a80a8efe292ae1c62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (850, 'bereavement time off', 36, '2024-10-01 15:38:37', '0', '', '7135448e34ce399a80a8efe292ae1c62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (851, 'perks', 7, '2024-10-01 15:39:45', '0', '', '7135448e34ce399a80a8efe292ae1c62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (852, 'perks', 7, '2024-10-01 15:39:46', '0', '', '7135448e34ce399a80a8efe292ae1c62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (853, 'bereavement', 1, '2024-10-01 17:02:50', '0', '', 'c76d9518ce2542d827d6b1d0b2bfef4b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (854, 'bereavement', 1, '2024-10-01 17:02:52', '0', '', 'c76d9518ce2542d827d6b1d0b2bfef4b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (855, 'new york life', 43, '2024-10-02 17:22:26', '0', '', '9ea7f4d12fa74a8afcc657ef7f83d5a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (856, 'new york life', 43, '2024-10-02 17:22:28', '0', '', '9ea7f4d12fa74a8afcc657ef7f83d5a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (857, 'well-being', 18, '2024-10-02 18:02:26', '0', '', '411536f9f715b0afae07b9ef14476c86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (858, 'well-being', 18, '2024-10-02 18:02:28', '0', '', '411536f9f715b0afae07b9ef14476c86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (859, 'dario', 3, '2024-10-03 12:18:43', '0', '', '07d9e6909dd3add400db53b8d86a1a08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (860, 'dario', 3, '2024-10-03 12:18:44', '0', '', '07d9e6909dd3add400db53b8d86a1a08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (861, 'live', 9, '2024-10-03 12:20:44', '0', '', '07d9e6909dd3add400db53b8d86a1a08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (862, 'live', 9, '2024-10-03 12:20:45', '0', '', '07d9e6909dd3add400db53b8d86a1a08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (863, 'md live', 11, '2024-10-03 12:21:18', '0', '', '07d9e6909dd3add400db53b8d86a1a08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (864, 'md live', 11, '2024-10-03 12:21:19', '0', '', '07d9e6909dd3add400db53b8d86a1a08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (865, 'dario', 3, '2024-10-03 12:28:00', '0', '', '40c3f5256ee9153633f2dc024b258edc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (866, 'dario', 3, '2024-10-03 12:28:01', '0', '', '40c3f5256ee9153633f2dc024b258edc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (867, 'disability', 7, '2024-10-03 16:42:21', '0', '', 'f0c0b4461c6386cbda37c3673dd1a312', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (868, 'disability', 7, '2024-10-03 16:42:22', '0', '', 'f0c0b4461c6386cbda37c3673dd1a312', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (869, 'parental', 7, '2024-10-03 16:42:45', '0', '', 'f0c0b4461c6386cbda37c3673dd1a312', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (870, 'parental', 7, '2024-10-03 16:42:46', '0', '', 'f0c0b4461c6386cbda37c3673dd1a312', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (871, 'sick', '0', '2024-10-04 18:48:44', '0', '', '22b4951ab3a8a86f2973096560237538', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (872, 'sick', '0', '2024-10-04 18:48:45', '0', '', '22b4951ab3a8a86f2973096560237538', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (873, 'project engineer', 3, '2024-10-06 19:15:58', '0', '', '35dfbdd49e19ecb37763fbe5e0734647', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (874, 'project engineer', 3, '2024-10-06 19:15:59', '0', '', '35dfbdd49e19ecb37763fbe5e0734647', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (875, 'cigna', 16, '2024-10-07 14:09:24', '0', '', 'b33d2867ddbe86e5ec477f68364f3f93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (876, 'cigna', 16, '2024-10-07 14:09:25', '0', '', 'b33d2867ddbe86e5ec477f68364f3f93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (877, 'new york  life', 44, '2024-10-07 14:09:45', '0', '', 'b33d2867ddbe86e5ec477f68364f3f93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (878, 'new york  life', 44, '2024-10-07 14:09:46', '0', '', 'b33d2867ddbe86e5ec477f68364f3f93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (879, 'benefits package', 56, '2024-10-07 16:22:12', '0', '', '4c1b16fc00e2337a23b74f5ee169adc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (880, 'benefits package', 56, '2024-10-07 16:22:13', '0', '', '4c1b16fc00e2337a23b74f5ee169adc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (881, 'benifit guide', 28, '2024-10-07 16:51:54', '0', '', '63437031b8df46811f715c5e03851532', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (882, 'benifit guide', 28, '2024-10-07 16:51:55', '0', '', '63437031b8df46811f715c5e03851532', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (883, 'vacation', 4, '2024-10-07 16:57:12', '0', '', 'fdb46000069e83cab09525e46e811a33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (884, 'vacation', 4, '2024-10-07 16:57:13', '0', '', 'fdb46000069e83cab09525e46e811a33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (885, 'pension', 9, '2024-10-08 02:06:51', '0', '', '7c7599293d0ad99eb7fafac389641d8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (886, 'pension', 9, '2024-10-08 02:06:52', '0', '', '7c7599293d0ad99eb7fafac389641d8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (887, 'retirement', 11, '2024-10-08 18:52:54', '0', '', 'e00b510e60087c10948b614a39bd278c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (888, 'retirement', 11, '2024-10-08 18:52:55', '0', '', 'e00b510e60087c10948b614a39bd278c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (889, '/home/page/uploadimg', 22, '2024-10-09 06:40:23', '0', '', '6997345604e498ea3ee9643d4a7507b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (890, '/home/page/uploadimg', 22, '2024-10-09 06:40:24', '0', '', '6997345604e498ea3ee9643d4a7507b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (891, 'wp-login', 47, '2024-10-09 12:03:16', '0', '', '3eacb9e3b10cac8328e8d8541cff32c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (892, 'wp-login', 47, '2024-10-09 12:03:17', '0', '', '3eacb9e3b10cac8328e8d8541cff32c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (893, 'pension', 9, '2024-10-09 21:58:28', '0', '', 'c36c2627acba2488322bbccce24b1265', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (894, 'pension', 9, '2024-10-09 21:58:29', '0', '', 'c36c2627acba2488322bbccce24b1265', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (895, 'memberships', 3, '2024-10-10 13:27:29', '0', '', '0aa95ca6ded815a9fade41642da32a23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (896, 'memberships', 3, '2024-10-10 13:27:30', '0', '', '0aa95ca6ded815a9fade41642da32a23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (897, 'union medical spd', 36, '2024-10-10 19:53:52', '0', '', '7074b87c2c3b27e618288758ba9e4366', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (898, 'union medical spd', 36, '2024-10-10 19:53:53', '0', '', '7074b87c2c3b27e618288758ba9e4366', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (901, 'union sbc', 7, '2024-10-10 20:02:23', '0', '', 'c997ac9615073e5d85bae13cbdca1197', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (902, 'union sbc', 7, '2024-10-10 20:02:24', '0', '', 'c997ac9615073e5d85bae13cbdca1197', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (903, 'union', 1, '2024-10-11 03:49:21', 1, '', '9b2eb6916abd68685fa5b21f262d50c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (904, 'union', 1, '2024-10-11 03:49:23', 1, '', '9b2eb6916abd68685fa5b21f262d50c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (905, 'union', '0', '2024-10-11 03:53:21', 1, '', '9b2eb6916abd68685fa5b21f262d50c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (906, 'union', '0', '2024-10-11 03:53:23', 1, '', '9b2eb6916abd68685fa5b21f262d50c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (907, 'std', 2, '2024-10-11 14:57:48', '0', '', '92173f534ae1e69b9ab8fabaeeb70459', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (908, 'std', 2, '2024-10-11 14:57:50', '0', '', '92173f534ae1e69b9ab8fabaeeb70459', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (909, 'union', '0', '2024-10-11 15:25:04', '0', '', 'ae347eb9568eba95ca79d45f8e6803a9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (910, 'union', '0', '2024-10-11 15:25:05', '0', '', 'ae347eb9568eba95ca79d45f8e6803a9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (911, 'cobra', 3, '2024-10-12 13:38:01', '0', '', 'a31a8c31f37fbc9478c2462299dd5c9a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (912, 'cobra', 3, '2024-10-12 13:38:02', '0', '', 'a31a8c31f37fbc9478c2462299dd5c9a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (913, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-10-12 17:55:25', '0', '', '52eb1617d7cb3e945e5ab4fbe5bd3cf2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (914, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-10-12 17:55:26', '0', '', '52eb1617d7cb3e945e5ab4fbe5bd3cf2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (915, 'perk', 7, '2024-10-13 18:42:33', '0', '', '605fec1e8cdeb449715f9e1d3c9e30b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (916, 'perk', 7, '2024-10-13 18:42:34', '0', '', '605fec1e8cdeb449715f9e1d3c9e30b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (921, 'sick time off', 36, '2024-10-14 12:34:15', '0', '', '6f9a7aea90588408909d37b11697cbc2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (922, 'sick time off', 36, '2024-10-14 12:34:16', '0', '', '6f9a7aea90588408909d37b11697cbc2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (923, 'strive', 7, '2024-10-14 15:48:57', '0', '', '6a82bdf544ee54cc1097b16247aeaf64', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (924, 'strive', 7, '2024-10-14 15:48:58', '0', '', '6a82bdf544ee54cc1097b16247aeaf64', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (925, 'hrm contact', 41, '2024-10-14 19:35:30', '0', '', '19bbb7d2c122ec4b8630d810aff70bec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (926, 'hrm contact', 41, '2024-10-14 19:35:31', '0', '', '19bbb7d2c122ec4b8630d810aff70bec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (927, 'hrm contact', 41, '2024-10-14 19:56:54', '0', '', '10f95a814744eecc7511fdc8384e1a23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (928, 'hrm contact', 41, '2024-10-14 19:56:55', '0', '', '10f95a814744eecc7511fdc8384e1a23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (929, 'hrm contact', 41, '2024-10-14 20:58:37', '0', '', '5bee0c5070e9054315e81ff8f443e74e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (930, 'hrm contact', 41, '2024-10-14 20:58:38', '0', '', '5bee0c5070e9054315e81ff8f443e74e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (931, 'pension', 9, '2024-10-15 17:54:31', '0', '', 'd04732f616a19135da0e30d47b06da17', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (932, 'pension', 9, '2024-10-15 17:54:33', '0', '', 'd04732f616a19135da0e30d47b06da17', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (933, 'hsa', 13, '2024-10-15 18:29:37', '0', '', '58a136c48f9e4aef09900dc58664ec45', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (934, 'hsa', 13, '2024-10-15 18:29:38', '0', '', '58a136c48f9e4aef09900dc58664ec45', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (935, 'sick time', 36, '2024-10-15 20:14:37', '0', '', '87fbe25a236c119ecf6d4ad378f16110', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (936, 'sick time', 36, '2024-10-15 20:14:39', '0', '', '87fbe25a236c119ecf6d4ad378f16110', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (937, 'sick time', 36, '2024-10-15 20:37:12', '0', '', '77284050f3b950510f8614f21b4c224a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (938, 'sick time', 36, '2024-10-15 20:37:12', '0', '', '77284050f3b950510f8614f21b4c224a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (939, '401k', 7, '2024-10-16 14:25:32', '0', '', '21116711999091b0f014948ce0b816ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (940, '401k', 7, '2024-10-16 14:25:33', '0', '', '21116711999091b0f014948ce0b816ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (941, 'affidavit of domestic partnership', 9, '2024-10-16 16:08:49', '0', '', 'f225920b513572a2e1ed473460bc393a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (942, 'affidavit of domestic partnership', 9, '2024-10-16 16:08:50', '0', '', 'f225920b513572a2e1ed473460bc393a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (943, 'dario', 3, '2024-10-16 16:13:22', '0', '', 'f225920b513572a2e1ed473460bc393a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (944, 'dario', 3, '2024-10-16 16:13:23', '0', '', 'f225920b513572a2e1ed473460bc393a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (945, 'bereavement', 1, '2024-10-16 16:57:16', '0', '', '30918ce2d5fdb4c85a9e219360df927b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (946, 'bereavement', 1, '2024-10-16 16:57:17', '0', '', '30918ce2d5fdb4c85a9e219360df927b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (947, 'colonial', '0', '2024-10-16 20:58:52', '0', '', '9298ebcb774e38a50a67f1799b6f60ff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (948, 'colonial', '0', '2024-10-16 20:58:54', '0', '', '9298ebcb774e38a50a67f1799b6f60ff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (949, 'accident', 7, '2024-10-16 20:59:02', '0', '', '9298ebcb774e38a50a67f1799b6f60ff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (950, 'accident', 7, '2024-10-16 20:59:03', '0', '', '9298ebcb774e38a50a67f1799b6f60ff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (951, 'hsa', 13, '2024-10-18 13:41:37', '0', '', 'f7e248eaaf856bd22b25f1731912782e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (952, 'hsa', 13, '2024-10-18 13:41:38', '0', '', 'f7e248eaaf856bd22b25f1731912782e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (953, 'setting up hsa', 43, '2024-10-18 13:42:04', '0', '', 'f7e248eaaf856bd22b25f1731912782e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (954, 'setting up hsa', 43, '2024-10-18 13:42:05', '0', '', 'f7e248eaaf856bd22b25f1731912782e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (955, 'life events', 28, '2024-10-18 15:47:23', '0', '', '7a984eea96c50efa0224a81bd6e8b40f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (956, 'life events', 28, '2024-10-18 15:47:24', '0', '', '7a984eea96c50efa0224a81bd6e8b40f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (957, 'hrm contact', 41, '2024-10-18 19:49:26', '0', '', 'ea389b6e94039a2e0aa72abc803443a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (958, 'hrm contact', 41, '2024-10-18 19:49:27', '0', '', 'ea389b6e94039a2e0aa72abc803443a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (959, 'goose eggs', '0', '2024-10-18 20:39:10', 1, '', 'aa16e88a4e4b771bba525c5d13e240f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (960, 'goose eggs', '0', '2024-10-18 20:39:11', 1, '', 'aa16e88a4e4b771bba525c5d13e240f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (961, 'union benefits', 55, '2024-10-20 22:14:33', '0', '', '6c00d2cb893691573557112d261ad660', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (962, 'union benefits', 55, '2024-10-20 22:14:34', '0', '', '6c00d2cb893691573557112d261ad660', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (963, 'admin-data-down', 4, '2024-10-20 22:26:18', '0', '', 'a1062877dca6cc30f28b972baf149837', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (964, 'admin-data-down', 4, '2024-10-20 22:26:19', '0', '', 'a1062877dca6cc30f28b972baf149837', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (965, 'open enrollment', 52, '2024-10-20 23:10:12', '0', '', 'f54f3c8ecc9783e20f22ddbc1d182dc7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (966, 'open enrollment', 52, '2024-10-20 23:10:13', '0', '', 'f54f3c8ecc9783e20f22ddbc1d182dc7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (967, 'dependent care', 48, '2024-10-21 14:25:41', '0', '', '103c2cdb7f30e065f446a171c6a7eea7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (968, 'dependent care', 48, '2024-10-21 14:25:42', '0', '', '103c2cdb7f30e065f446a171c6a7eea7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (969, 'pension', 9, '2024-10-21 18:26:59', '0', '', '1199907d3ce2dac777eed779d54758d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (970, 'pension', 9, '2024-10-21 18:27:00', '0', '', '1199907d3ce2dac777eed779d54758d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (971, 'planselect tool', 13, '2024-10-22 18:44:56', '0', '', '172e0d7a9c93c7212c10fe207e06ecdd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (972, 'planselect tool', 13, '2024-10-22 18:44:57', '0', '', '172e0d7a9c93c7212c10fe207e06ecdd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (973, 'enrollment guide', 39, '2024-10-23 13:54:21', '0', '', 'a2429788b9a57c68ba4074f1c3521408', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (974, 'enrollment guide', 39, '2024-10-23 13:54:22', '0', '', 'a2429788b9a57c68ba4074f1c3521408', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (975, 'vacation', 3, '2024-10-23 18:31:36', '0', '', '1540d3fd008488b218e2d9dae480ae79', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (976, 'vacation', 3, '2024-10-23 18:31:37', '0', '', '1540d3fd008488b218e2d9dae480ae79', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (979, 'benefits phone number', 65, '2024-10-23 20:07:03', '0', '', '0e51d0bd08f8336bbe68397d8c085bec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (980, 'benefits phone number', 65, '2024-10-23 20:07:04', '0', '', '0e51d0bd08f8336bbe68397d8c085bec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (981, 'pension', 9, '2024-10-24 12:48:55', '0', '', '8ce8249d2d9b87b24b85f57934213107', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (982, 'pension', 9, '2024-10-24 12:48:56', '0', '', '8ce8249d2d9b87b24b85f57934213107', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (983, 'rental car', 54, '2024-10-24 19:39:14', '0', '', '060ff76be8158439b4f70e368ae08dc2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (984, 'rental car', 54, '2024-10-24 19:39:18', '0', '', '060ff76be8158439b4f70e368ae08dc2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (985, 'retirement', 11, '2024-10-24 21:19:39', '0', '', '6435ff5b513367169a0749d1ea63b07f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (986, 'retirement', 11, '2024-10-24 21:19:40', '0', '', '6435ff5b513367169a0749d1ea63b07f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (987, 'project engineer', 3, '2024-10-25 18:47:35', '0', '', '0fbd8a901765974b4c4bb6a9005c3251', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (988, 'project engineer', 3, '2024-10-25 18:47:36', '0', '', '0fbd8a901765974b4c4bb6a9005c3251', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (989, 'telus', '0', '2024-10-26 15:40:23', '0', '', '851550a14e32bc5148b3c7f9ea0f47b1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (990, 'telus', '0', '2024-10-26 15:40:24', '0', '', '851550a14e32bc5148b3c7f9ea0f47b1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (991, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-10-26 21:35:43', '0', '', 'fdbc2682eb00ab836068d77ac8d7b10b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (992, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-10-26 21:35:44', '0', '', 'fdbc2682eb00ab836068d77ac8d7b10b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (993, 'cobra for child over 26', 21, '2024-10-27 13:37:49', '0', '', '6d25a5857d1bde5f172af2bc3e60a8a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (994, 'cobra for child over 26', 21, '2024-10-27 13:37:50', '0', '', '6d25a5857d1bde5f172af2bc3e60a8a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (995, 'cobra for child turning 26', 22, '2024-10-27 13:38:56', '0', '', '6d25a5857d1bde5f172af2bc3e60a8a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (996, 'cobra for child turning 26', 22, '2024-10-27 13:38:57', '0', '', '6d25a5857d1bde5f172af2bc3e60a8a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1005, '/index/thinkview/display', '0', '2024-10-27 15:25:08', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1006, '/index/thinkview/display', '0', '2024-10-27 15:25:09', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1007, '/index/thinkrequest/input', '0', '2024-10-27 15:25:11', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1008, '/index/thinkrequest/input', '0', '2024-10-27 15:25:12', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1009, '/index/thinktemplatedriverfile/write', 1, '2024-10-27 15:25:13', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1010, '/index/thinktemplatedriverfile/write', 1, '2024-10-27 15:25:13', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1011, '/index/thinkviewdriverphp/display', '0', '2024-10-27 15:25:15', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1012, '/index/thinkviewdriverphp/display', '0', '2024-10-27 15:25:16', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1013, '/index/thinkcontainer/invokefunction', '0', '2024-10-27 15:25:17', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1014, '/index/thinkcontainer/invokefunction', '0', '2024-10-27 15:25:18', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1015, 'captcha', '0', '2024-10-27 15:25:19', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1016, 'captcha', '0', '2024-10-27 15:25:20', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1017, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-10-27 15:25:23', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1018, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-10-27 15:25:24', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1019, 'index/thinkerror/apperror', '0', '2024-10-27 15:25:25', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1020, 'index/thinkerror/apperror', '0', '2024-10-27 15:25:26', '0', '', '0d5f72a82eb6cffd2a9ab7ba797c5101', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1029, '/index/thinkview/display', '0', '2024-10-27 15:46:52', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1030, '/index/thinkview/display', '0', '2024-10-27 15:46:53', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1031, '/index/thinkrequest/input', '0', '2024-10-27 15:46:54', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1032, '/index/thinkrequest/input', '0', '2024-10-27 15:46:55', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1033, '/index/thinktemplatedriverfile/write', 1, '2024-10-27 15:46:56', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1034, '/index/thinktemplatedriverfile/write', 1, '2024-10-27 15:46:57', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1035, '/index/thinkviewdriverphp/display', '0', '2024-10-27 15:46:58', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1036, '/index/thinkviewdriverphp/display', '0', '2024-10-27 15:46:58', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1037, '/index/thinkcontainer/invokefunction', '0', '2024-10-27 15:46:59', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1038, '/index/thinkcontainer/invokefunction', '0', '2024-10-27 15:47:00', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1039, 'captcha', '0', '2024-10-27 15:47:03', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1040, 'captcha', '0', '2024-10-27 15:47:03', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1041, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-10-27 15:47:07', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1042, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-10-27 15:47:07', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1043, 'index/thinkerror/apperror', '0', '2024-10-27 15:47:10', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1044, 'index/thinkerror/apperror', '0', '2024-10-27 15:47:11', '0', '', 'fd6ea85bb243f0aab37d0c2690ac7120', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1045, 'disability', 6, '2024-10-28 12:14:54', '0', '', 'df7eb04253e2b4ad702fd536e528f824', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1046, 'disability', 6, '2024-10-28 12:14:55', '0', '', 'df7eb04253e2b4ad702fd536e528f824', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1047, 'new north america paid', 38, '2024-10-28 15:23:43', '0', '', '89c49061c8da0db9f0889d59c7e4a078', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1048, 'new north america paid', 38, '2024-10-28 15:23:44', '0', '', '89c49061c8da0db9f0889d59c7e4a078', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1049, '2024 annual enrollment guide', 57, '2024-10-28 16:25:05', '0', '', '49ec9e63a78ec24005ae4b27fda08d23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1050, '2024 annual enrollment guide', 57, '2024-10-28 16:25:06', '0', '', '49ec9e63a78ec24005ae4b27fda08d23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1051, 'pension', 9, '2024-10-28 16:39:26', '0', '', '8cf46f55e71690ac450c021e7d539a05', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1052, 'pension', 9, '2024-10-28 16:39:26', '0', '', '8cf46f55e71690ac450c021e7d539a05', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1053, 'sick', '0', '2024-10-28 17:05:01', '0', '', 'a9990a646dff9176316fad15f05f61e0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1054, 'sick', '0', '2024-10-28 17:05:01', '0', '', 'a9990a646dff9176316fad15f05f61e0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1055, 'medical leave', 39, '2024-10-28 17:05:15', '0', '', 'a9990a646dff9176316fad15f05f61e0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1056, 'medical leave', 39, '2024-10-28 17:05:16', '0', '', 'a9990a646dff9176316fad15f05f61e0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1057, 'retirement', 11, '2024-10-28 17:18:21', '0', '', '240bf6b8455be232e1668df5ccfbbbae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1058, 'retirement', 11, '2024-10-28 17:18:22', '0', '', '240bf6b8455be232e1668df5ccfbbbae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1059, '401k', 7, '2024-10-28 18:14:55', '0', '', 'e85f39c822b62caaa00e6939e149cc76', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1060, '401k', 7, '2024-10-28 18:14:56', '0', '', 'e85f39c822b62caaa00e6939e149cc76', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1061, 'vision plan', 54, '2024-10-28 18:29:37', '0', '', 'dabb0ec870290e59215bc84846911959', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1062, 'vision plan', 54, '2024-10-28 18:29:38', '0', '', 'dabb0ec870290e59215bc84846911959', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1063, 'pension', 9, '2024-10-28 18:37:08', '0', '', 'ca9c4b03ec399d908b5865bb33aee2a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1064, 'pension', 9, '2024-10-28 18:37:09', '0', '', 'ca9c4b03ec399d908b5865bb33aee2a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1065, 'pay schedule', 33, '2024-10-29 14:47:09', '0', '', '1f89c96b9f32c2db2e880492d71859bb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1066, 'pay schedule', 33, '2024-10-29 14:47:10', '0', '', '1f89c96b9f32c2db2e880492d71859bb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1067, 'berevement', '0', '2024-10-29 16:25:15', '0', '', '764ec81f778d8aa5a10f40133442f01b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1068, 'berevement', '0', '2024-10-29 16:25:16', '0', '', '764ec81f778d8aa5a10f40133442f01b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1069, 'strive', 7, '2024-10-29 19:34:23', '0', '', 'fcee433461b64d0ac8cf8ba3fc8eba18', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1070, 'strive', 7, '2024-10-29 19:34:24', '0', '', 'fcee433461b64d0ac8cf8ba3fc8eba18', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1071, 'has', '0', '2024-10-29 22:13:13', '0', '', '3de0cc32b790e972800355a31668f635', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1072, 'has', '0', '2024-10-29 22:13:14', '0', '', '3de0cc32b790e972800355a31668f635', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1073, 'sick time', 36, '2024-10-30 15:56:20', '0', '', '6d02302056090b3ab2bd718810a43eca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1074, 'sick time', 36, '2024-10-30 15:56:21', '0', '', '6d02302056090b3ab2bd718810a43eca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1075, 'supervisor relief', 2, '2024-10-30 19:53:09', '0', '', '86df9080b7c38aabd5e60a7439dfde63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1076, 'supervisor relief', 2, '2024-10-30 19:53:10', '0', '', '86df9080b7c38aabd5e60a7439dfde63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1077, 'time and pay', 48, '2024-10-30 19:53:42', '0', '', '86df9080b7c38aabd5e60a7439dfde63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1078, 'time and pay', 48, '2024-10-30 19:53:43', '0', '', '86df9080b7c38aabd5e60a7439dfde63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1079, 'time and pay', 48, '2024-10-30 19:54:11', '0', '', '86df9080b7c38aabd5e60a7439dfde63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1080, 'time and pay', 48, '2024-10-30 19:54:13', '0', '', '86df9080b7c38aabd5e60a7439dfde63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1081, 'relief pay', 26, '2024-10-30 19:55:15', '0', '', 'c693307bb8afeb480ec95d89d10e49dd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1082, 'relief pay', 26, '2024-10-30 19:55:16', '0', '', 'c693307bb8afeb480ec95d89d10e49dd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1083, 'dario', 3, '2024-10-31 13:16:00', '0', '', '3b2673804a7788b02df7e8d3a7f6f266', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1084, 'dario', 3, '2024-10-31 13:16:02', '0', '', '3b2673804a7788b02df7e8d3a7f6f266', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1085, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-11-01 14:33:25', '0', '', '139b3712c6a6f6097d8efbc19bfde94e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1086, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-11-01 14:33:26', '0', '', '139b3712c6a6f6097d8efbc19bfde94e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1095, '/index/thinkview/display', '0', '2024-11-02 23:19:20', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1096, '/index/thinkview/display', '0', '2024-11-02 23:19:21', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1097, '/index/thinkrequest/input', '0', '2024-11-02 23:19:23', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1098, '/index/thinkrequest/input', '0', '2024-11-02 23:19:24', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1099, '/index/thinktemplatedriverfile/write', 1, '2024-11-02 23:19:27', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1100, '/index/thinktemplatedriverfile/write', 1, '2024-11-02 23:19:28', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1101, '/index/thinkviewdriverphp/display', '0', '2024-11-02 23:19:30', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1102, '/index/thinkviewdriverphp/display', '0', '2024-11-02 23:19:30', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1103, '/index/thinkcontainer/invokefunction', '0', '2024-11-02 23:19:32', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1104, '/index/thinkcontainer/invokefunction', '0', '2024-11-02 23:19:33', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1105, 'captcha', '0', '2024-11-02 23:19:34', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1106, 'captcha', '0', '2024-11-02 23:19:35', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1107, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-11-02 23:19:39', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1108, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-11-02 23:19:39', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1109, 'index/thinkerror/apperror', '0', '2024-11-02 23:19:41', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1110, 'index/thinkerror/apperror', '0', '2024-11-02 23:19:42', '0', '', '525ce040d9fa21f8caad4e6c26ddb867', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1111, 'vip', 2, '2024-11-04 13:57:59', '0', '', '8d63d6a37e7337e56e0a3ccd158bd3cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1112, 'vip', 2, '2024-11-04 13:58:00', '0', '', '8d63d6a37e7337e56e0a3ccd158bd3cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1113, 'aon', 1, '2024-11-04 17:27:20', '0', '', '1a709ab89bfc8319b17e0c1051412f36', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1114, 'aon', 1, '2024-11-04 17:27:21', '0', '', '1a709ab89bfc8319b17e0c1051412f36', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1115, 'planseclect', '0', '2024-11-04 17:51:03', '0', '', 'd82ff2114cd40bbae989f669d196437d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1116, 'planseclect', '0', '2024-11-04 17:51:04', '0', '', 'd82ff2114cd40bbae989f669d196437d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1117, 'planselect', 2, '2024-11-04 17:51:15', '0', '', 'd82ff2114cd40bbae989f669d196437d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1118, 'planselect', 2, '2024-11-04 17:51:16', '0', '', 'd82ff2114cd40bbae989f669d196437d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1119, 'student loan', 1, '2024-11-04 17:54:54', '0', '', 'd82ff2114cd40bbae989f669d196437d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1120, 'student loan', 1, '2024-11-04 17:54:54', '0', '', 'd82ff2114cd40bbae989f669d196437d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1121, 'non qualified plan summary plan description', 60, '2024-11-04 18:28:59', '0', '', 'c63050ce3a3815989a09aaef7abb4c77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1122, 'non qualified plan summary plan description', 60, '2024-11-04 18:29:00', '0', '', 'c63050ce3a3815989a09aaef7abb4c77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1123, '401k', 7, '2024-11-05 10:03:24', '0', '', '2bfc9a0a28296868dd614706c0705cb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1124, '401k', 7, '2024-11-05 10:03:25', '0', '', '2bfc9a0a28296868dd614706c0705cb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1125, 'pension', 9, '2024-11-05 14:59:43', '0', '', 'a70bf619e9bd35868ee52f5b5cb23b0f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1126, 'pension', 9, '2024-11-05 14:59:45', '0', '', 'a70bf619e9bd35868ee52f5b5cb23b0f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1127, 'pension', 9, '2024-11-05 15:20:46', '0', '', '036063e2952fcef6415044ba2b3fb13d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1128, 'pension', 9, '2024-11-05 15:20:46', '0', '', '036063e2952fcef6415044ba2b3fb13d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1129, 'uber for business', 12, '2024-11-05 19:55:44', '0', '', 'eba7033e2ce7ac52d1a22ad32a412ff5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1130, 'uber for business', 12, '2024-11-05 19:55:45', '0', '', 'eba7033e2ce7ac52d1a22ad32a412ff5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1131, 'uber', '0', '2024-11-05 20:09:04', '0', '', '0e1fa9395a0882bf9e79c87f5808bdf8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1132, 'uber', '0', '2024-11-05 20:09:05', '0', '', '0e1fa9395a0882bf9e79c87f5808bdf8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1133, 'uber', '0', '2024-11-05 20:50:02', '0', '', 'e546aea11cbfebb5cb939adba70f9034', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1134, 'uber', '0', '2024-11-05 20:50:03', '0', '', 'e546aea11cbfebb5cb939adba70f9034', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1135, 'benefits in transition', 58, '2024-11-06 01:28:17', '0', '', '4728ab5c1e7be3d3799f47892ca41c44', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1136, 'benefits in transition', 58, '2024-11-06 01:28:18', '0', '', '4728ab5c1e7be3d3799f47892ca41c44', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1137, 'one source virtual', 23, '2024-11-06 13:51:10', '0', '', 'd308a4bba3e0a9bca2816fa0298930dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1138, 'one source virtual', 23, '2024-11-06 13:51:11', '0', '', 'd308a4bba3e0a9bca2816fa0298930dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1139, 'benefits in transition', 58, '2024-11-06 16:55:51', '0', '', '6dd494c8ead11a7923de34834202a703', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1140, 'benefits in transition', 58, '2024-11-06 16:55:52', '0', '', '6dd494c8ead11a7923de34834202a703', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1141, 'birth', 9, '2024-11-07 20:20:23', '0', '', '424fae8a2430c1960a2c3bd5ca9502a9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1142, 'birth', 9, '2024-11-07 20:20:24', '0', '', '424fae8a2430c1960a2c3bd5ca9502a9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1143, 'affadavit', '0', '2024-11-07 20:22:14', '0', '', '424fae8a2430c1960a2c3bd5ca9502a9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1144, 'affadavit', '0', '2024-11-07 20:22:15', '0', '', '424fae8a2430c1960a2c3bd5ca9502a9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1145, 'birth', 9, '2024-11-07 20:45:40', '0', '', '87cae7786ad52bad743fc740d278e19d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1146, 'birth', 9, '2024-11-07 20:45:41', '0', '', '87cae7786ad52bad743fc740d278e19d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1147, '401k', 7, '2024-11-07 21:56:02', '0', '', '420020d03ad7465b392c930fd1a961b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1148, '401k', 7, '2024-11-07 21:56:04', '0', '', '420020d03ad7465b392c930fd1a961b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1149, 'lifelock', '0', '2024-11-08 17:43:26', '0', '', '186d762ec0281ca1620c7b2741b26d76', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1150, 'lifelock', '0', '2024-11-08 17:43:27', '0', '', '186d762ec0281ca1620c7b2741b26d76', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1151, 'life lock', 31, '2024-11-08 17:43:37', '0', '', '186d762ec0281ca1620c7b2741b26d76', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1152, 'life lock', 31, '2024-11-08 17:43:38', '0', '', '186d762ec0281ca1620c7b2741b26d76', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1153, 'adoption', 8, '2024-11-08 18:51:34', '0', '', 'f68dde5513b046126e7269b419aeff63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1154, 'adoption', 8, '2024-11-08 18:51:35', '0', '', 'f68dde5513b046126e7269b419aeff63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1155, 'change benefits', 66, '2024-11-08 23:03:46', '0', '', 'aa18ae43383a46a570cda47c627baf15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1156, 'change benefits', 66, '2024-11-08 23:03:47', '0', '', 'aa18ae43383a46a570cda47c627baf15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1157, 'birth', 9, '2024-11-08 23:04:17', '0', '', 'aa18ae43383a46a570cda47c627baf15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1158, 'birth', 9, '2024-11-08 23:04:18', '0', '', 'aa18ae43383a46a570cda47c627baf15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1159, 'vacation cash-out', 8, '2024-11-08 23:05:27', '0', '', 'a893a2e8fc459326fe5aa1b03bf1f29a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1160, 'vacation cash-out', 8, '2024-11-08 23:05:28', '0', '', 'a893a2e8fc459326fe5aa1b03bf1f29a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1161, 'vacation', 3, '2024-11-08 23:09:12', '0', '', 'a893a2e8fc459326fe5aa1b03bf1f29a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1162, 'vacation', 3, '2024-11-08 23:09:13', '0', '', 'a893a2e8fc459326fe5aa1b03bf1f29a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1163, 'dependent care fsa', 51, '2024-11-08 23:16:18', '0', '', 'ff31b7666c92f48fc55b05a2f377252a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1164, 'dependent care fsa', 51, '2024-11-08 23:16:20', '0', '', 'ff31b7666c92f48fc55b05a2f377252a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1165, 'cobra', 3, '2024-11-09 14:06:11', '0', '', '1c14b6809a621ce662bd169a8c3fec2e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1166, 'cobra', 3, '2024-11-09 14:06:12', '0', '', '1c14b6809a621ce662bd169a8c3fec2e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1167, 'pension', 9, '2024-11-09 14:07:10', '0', '', '1c14b6809a621ce662bd169a8c3fec2e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1168, 'pension', 9, '2024-11-09 14:07:11', '0', '', '1c14b6809a621ce662bd169a8c3fec2e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1169, 'child', 17, '2024-11-10 18:05:02', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1170, 'child', 17, '2024-11-10 18:05:04', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1171, 'birth', 9, '2024-11-10 18:05:20', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1172, 'birth', 9, '2024-11-10 18:05:21', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1173, 'add dependent', 35, '2024-11-10 18:05:50', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1174, 'add dependent', 35, '2024-11-10 18:05:51', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1175, 'voluntary life', 29, '2024-11-10 18:12:16', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1176, 'voluntary life', 29, '2024-11-10 18:12:17', '0', '', '47ca3815b2fcc4d845343f36c1971a14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1177, 'pension', 9, '2024-11-11 13:44:02', '0', '', 'f266fd2f341329a76d5384cea82dec15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1178, 'pension', 9, '2024-11-11 13:44:04', '0', '', 'f266fd2f341329a76d5384cea82dec15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1179, 'summary plan description', 58, '2024-11-11 17:07:09', '0', '', 'e817d0a57a2f6845e8629f13c6e9c9f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1180, 'summary plan description', 58, '2024-11-11 17:07:10', '0', '', 'e817d0a57a2f6845e8629f13c6e9c9f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1181, 'canada', 1, '2024-11-11 20:36:17', '0', '', 'fbbcb741216d5d3e974dff49ef894033', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1182, 'canada', 1, '2024-11-11 20:36:18', '0', '', 'fbbcb741216d5d3e974dff49ef894033', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1183, 'perkspot', 4, '2024-11-11 20:48:55', '0', '', 'a356c722ca7015621912c27f8f0e2375', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1184, 'perkspot', 4, '2024-11-11 20:48:56', '0', '', 'a356c722ca7015621912c27f8f0e2375', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1185, 'birth', 9, '2024-11-11 21:29:38', '0', '', 'f3e3b5459de879f9e0f4da6fdf0c4a33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1186, 'birth', 9, '2024-11-11 21:29:40', '0', '', 'f3e3b5459de879f9e0f4da6fdf0c4a33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1187, 'workday', 8, '2024-11-12 00:37:35', '0', '', 'd1088430be997e3a7fbedca420b4e30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1188, 'workday', 8, '2024-11-12 00:37:36', '0', '', 'd1088430be997e3a7fbedca420b4e30e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1189, 'evidence of insurability', 3, '2024-11-12 14:30:29', '0', '', 'df15d4e710867d6566db0885254c5e14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1190, 'evidence of insurability', 3, '2024-11-12 14:30:31', '0', '', 'df15d4e710867d6566db0885254c5e14', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1191, 'fsa', 16, '2024-11-12 16:52:46', '0', '', 'ac90ec388466d39f34efe9c04ff46e86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1192, 'fsa', 16, '2024-11-12 16:52:48', '0', '', 'ac90ec388466d39f34efe9c04ff46e86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1193, 'summary plan description', 58, '2024-11-12 20:15:16', '0', '', '42fb0a829ff989567f84424ebd13ad03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1194, 'summary plan description', 58, '2024-11-12 20:15:17', '0', '', '42fb0a829ff989567f84424ebd13ad03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1195, 'jury duty', 4, '2024-11-13 14:18:51', '0', '', 'c363ed9f4509b9c46305cfc124992def', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1196, 'jury duty', 4, '2024-11-13 14:18:52', '0', '', 'c363ed9f4509b9c46305cfc124992def', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1197, '2025 benefits eguide', 64, '2024-11-13 14:44:34', '0', '', 'f4bb8989c76de8adaa048df53d848810', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1198, '2025 benefits eguide', 64, '2024-11-13 14:44:35', '0', '', 'f4bb8989c76de8adaa048df53d848810', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1199, 'quick reference guide', 31, '2024-11-13 16:53:11', '0', '', '6c0863062480eb894d84d77664e61b77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1200, 'quick reference guide', 31, '2024-11-13 16:53:12', '0', '', '6c0863062480eb894d84d77664e61b77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1201, 'canada', 1, '2024-11-13 21:27:23', '0', '', '742351313c508956c4d1bb0937f5e736', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1202, 'canada', 1, '2024-11-13 21:27:24', '0', '', '742351313c508956c4d1bb0937f5e736', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1203, 'dependent', 20, '2024-11-14 02:34:48', '0', '', '628fe42ae60c7787746ea7e19aa4298e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1204, 'dependent', 20, '2024-11-14 02:34:49', '0', '', '628fe42ae60c7787746ea7e19aa4298e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1205, 'stock purchase', 4, '2024-11-14 15:48:32', '0', '', 'ac7d0b40d53d9b4c7b0f82cf8e58dace', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1206, 'stock purchase', 4, '2024-11-14 15:48:33', '0', '', 'ac7d0b40d53d9b4c7b0f82cf8e58dace', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1207, 'parental', 7, '2024-11-14 16:26:59', '0', '', 'd4b9611677cc529f9a54f45e04e87c3b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1208, 'parental', 7, '2024-11-14 16:27:00', '0', '', 'd4b9611677cc529f9a54f45e04e87c3b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1209, 'cost of coverage', 37, '2024-11-14 16:40:38', '0', '', 'b3258a2bdb924a08ac659d557e225f30', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1210, 'cost of coverage', 37, '2024-11-14 16:40:40', '0', '', 'b3258a2bdb924a08ac659d557e225f30', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1211, 'sick time', 36, '2024-11-14 17:04:29', '0', '', '89a08d33060828348ff9166e3a51a892', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1212, 'sick time', 36, '2024-11-14 17:04:30', '0', '', '89a08d33060828348ff9166e3a51a892', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1213, 'sick', '0', '2024-11-14 17:05:38', '0', '', '76742fd3866b4bc6e7915ca6eec4fb21', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1214, 'sick', '0', '2024-11-14 17:05:39', '0', '', '76742fd3866b4bc6e7915ca6eec4fb21', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1215, 'summary plan description', 58, '2024-11-14 18:19:39', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1216, 'summary plan description', 58, '2024-11-14 18:19:40', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1217, 'osvsummary plan description', 53, '2024-11-14 18:24:34', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1218, 'osvsummary plan description', 53, '2024-11-14 18:24:35', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1219, 'osv', '0', '2024-11-14 18:24:41', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1220, 'osv', '0', '2024-11-14 18:24:42', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1221, 'one source virtual', 23, '2024-11-14 18:24:57', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1222, 'one source virtual', 23, '2024-11-14 18:24:58', '0', '', '452c9e4aca10f3c3787937868fc3513d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1223, 'loan', 1, '2024-11-14 20:17:45', '0', '', '6701429416ed9ce87d8a509e2c171424', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1224, 'loan', 1, '2024-11-14 20:17:46', '0', '', '6701429416ed9ce87d8a509e2c171424', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1225, 'in network therapists', 13, '2024-11-14 21:52:12', '0', '', 'ca1decffb4fefe4f31b171053058d5ce', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1226, 'in network therapists', 13, '2024-11-14 21:52:13', '0', '', 'ca1decffb4fefe4f31b171053058d5ce', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1227, 'workday', 8, '2024-11-15 02:15:47', '0', '', '0660094e2f10771b0390015ea620bc91', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1228, 'workday', 8, '2024-11-15 02:15:49', '0', '', '0660094e2f10771b0390015ea620bc91', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1229, 'osv', '0', '2024-11-16 00:10:15', '0', '', '96deb612d915f08294b2c4c4ef8c73b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1230, 'osv', '0', '2024-11-16 00:10:16', '0', '', '96deb612d915f08294b2c4c4ef8c73b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1231, 'workday', 8, '2024-11-16 02:10:29', '0', '', 'c7565011a0d588f96184b55692350295', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1232, 'workday', 8, '2024-11-16 02:10:30', '0', '', 'c7565011a0d588f96184b55692350295', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1233, 'will', '0', '2024-11-17 12:10:12', '0', '', '80163d9947483ed3672e9e3b27ccf43c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1234, 'will', '0', '2024-11-17 12:10:14', '0', '', '80163d9947483ed3672e9e3b27ccf43c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1235, 'missed enrollment', 18, '2024-11-18 15:32:40', '0', '', '563a799948e587dc996db352bc9e4a52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1236, 'missed enrollment', 18, '2024-11-18 15:32:41', '0', '', '563a799948e587dc996db352bc9e4a52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1237, 'benefits', 60, '2024-11-18 17:09:07', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1238, 'benefits', 60, '2024-11-18 17:09:09', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1239, 'child', 17, '2024-11-18 17:09:14', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1240, 'child', 17, '2024-11-18 17:09:16', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1241, 'birth', 9, '2024-11-18 17:10:29', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1242, 'birth', 9, '2024-11-18 17:10:30', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1243, 'parental', 7, '2024-11-18 17:11:45', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1244, 'parental', 7, '2024-11-18 17:11:46', '0', '', 'ccf569a69fc0863fc9419610ad760eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1245, 'pension', 9, '2024-11-18 17:35:08', '0', '', 'a74e4566ca6384100746d6f2f44368c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1246, 'pension', 9, '2024-11-18 17:35:10', '0', '', 'a74e4566ca6384100746d6f2f44368c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1247, 'holiday schedule', 12, '2024-11-18 23:27:59', '0', '', '80df18c3ae55098bfe833b8c8aa82c86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1248, 'holiday schedule', 12, '2024-11-18 23:28:00', '0', '', '80df18c3ae55098bfe833b8c8aa82c86', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1249, 'sick days', 16, '2024-11-19 16:26:26', '0', '', '99533c73f5a529d260954be3735c83dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1250, 'sick days', 16, '2024-11-19 16:26:27', '0', '', '99533c73f5a529d260954be3735c83dc', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1251, 'sick time off', 36, '2024-11-19 16:26:54', '0', '', '99533c73f5a529d260954be3735c83dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1252, 'sick time off', 36, '2024-11-19 16:26:55', '0', '', '99533c73f5a529d260954be3735c83dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1253, 'relocation', '0', '2024-11-19 18:27:02', '0', '', 'dffd2c0d034cd231aeb61ce998272aee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1254, 'relocation', '0', '2024-11-19 18:27:03', '0', '', 'dffd2c0d034cd231aeb61ce998272aee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1255, 'pension', 9, '2024-11-20 19:17:42', '0', '', '604c20c0b2f2261c00844a987dad1d3d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1256, 'pension', 9, '2024-11-20 19:17:43', '0', '', '604c20c0b2f2261c00844a987dad1d3d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1257, 'program highlight', 28, '2024-11-21 17:35:01', '0', '', 'd75d3edb0f28b23b8808593c1912ed1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1258, 'program highlight', 28, '2024-11-21 17:35:03', '0', '', 'd75d3edb0f28b23b8808593c1912ed1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1259, 'workday', 8, '2024-11-21 18:42:32', '0', '', 'f646087193b65ffeb1b6630c14dcce3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1260, 'workday', 8, '2024-11-21 18:42:33', '0', '', 'f646087193b65ffeb1b6630c14dcce3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1269, '/index/thinkview/display', '0', '2024-11-21 19:50:43', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1270, '/index/thinkview/display', '0', '2024-11-21 19:50:44', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1271, '/index/thinkrequest/input', '0', '2024-11-21 19:50:46', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1272, '/index/thinkrequest/input', '0', '2024-11-21 19:50:47', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1273, '/index/thinktemplatedriverfile/write', 1, '2024-11-21 19:50:54', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1274, '/index/thinktemplatedriverfile/write', 1, '2024-11-21 19:50:55', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1275, '/index/thinkviewdriverphp/display', '0', '2024-11-21 19:51:00', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1276, '/index/thinkviewdriverphp/display', '0', '2024-11-21 19:51:01', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1277, '/index/thinkcontainer/invokefunction', '0', '2024-11-21 19:51:08', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1278, '/index/thinkcontainer/invokefunction', '0', '2024-11-21 19:51:09', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1279, 'captcha', '0', '2024-11-21 19:51:15', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1280, 'captcha', '0', '2024-11-21 19:51:16', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1281, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-11-21 19:51:22', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1282, 'index/thinkmodule/action/param1/${@phpinfo()}', 5, '2024-11-21 19:51:23', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1283, 'index/thinkerror/apperror', '0', '2024-11-21 19:51:28', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1284, 'index/thinkerror/apperror', '0', '2024-11-21 19:51:29', '0', '', '1139896af82629e0bab875ccfd58a0cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1285, 'bonus', 2, '2024-11-21 20:07:44', '0', '', 'b4f0e2674e31905bdaa3fe36abb9b2a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1286, 'bonus', 2, '2024-11-21 20:07:45', '0', '', 'b4f0e2674e31905bdaa3fe36abb9b2a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1287, 'pension', 9, '2024-11-21 20:59:26', '0', '', 'd71d1b3b5b242bbc333884d25e1448d2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1288, 'pension', 9, '2024-11-21 20:59:28', '0', '', 'd71d1b3b5b242bbc333884d25e1448d2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1291, 'compsyche', '0', '2024-11-24 17:31:13', '0', '', 'a33da7e9121cabf08689a0dbc85b65f8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1292, 'compsyche', '0', '2024-11-24 17:31:14', '0', '', 'a33da7e9121cabf08689a0dbc85b65f8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1293, 'workday', 8, '2024-11-25 02:26:42', '0', '', '4c78e0797b3662a2a4837204cbb281e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1294, 'workday', 8, '2024-11-25 02:26:43', '0', '', '4c78e0797b3662a2a4837204cbb281e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1295, 'birth', 9, '2024-11-25 02:43:40', '0', '', '01b078d761935d22783d11d59ca0ee9f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1296, 'birth', 9, '2024-11-25 02:43:41', '0', '', '01b078d761935d22783d11d59ca0ee9f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1297, 'pension', 9, '2024-11-25 15:45:12', '0', '', 'db4e659e60b14a104fdbc2ddcd5bc1d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1298, 'pension', 9, '2024-11-25 15:45:14', '0', '', 'db4e659e60b14a104fdbc2ddcd5bc1d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1299, 'benefits team', 65, '2024-11-25 16:52:08', '0', '', '14e61df40986ec1055126f4518eaaf8d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1300, 'benefits team', 65, '2024-11-25 16:52:10', '0', '', '14e61df40986ec1055126f4518eaaf8d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1301, 'verizon', '0', '2024-11-25 21:17:13', '0', '', '0e21c077fe254cc3982792cfeaff9e07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1302, 'verizon', '0', '2024-11-25 21:17:14', '0', '', '0e21c077fe254cc3982792cfeaff9e07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1303, 'day care', 57, '2024-11-26 14:31:36', '0', '', '54db12dd8b55685494fd389f0e8d7ad2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1304, 'day care', 57, '2024-11-26 14:31:38', '0', '', '54db12dd8b55685494fd389f0e8d7ad2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1305, 'weibo/share/sharebox', 9, '2024-11-27 00:38:32', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1306, 'weibo/share/sharebox', 9, '2024-11-27 00:38:34', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1307, '/home/page/uploadimg', 22, '2024-11-27 00:38:39', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1308, '/home/page/uploadimg', 22, '2024-11-27 00:38:40', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1309, 'thinkapp/invokefunction', '0', '2024-11-27 00:38:43', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1310, 'thinkapp/invokefunction', '0', '2024-11-27 00:38:44', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1311, 'thinkapp/invokefunction', '0', '2024-11-27 00:38:44', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1312, 'thinkapp/invokefunction', '0', '2024-11-27 00:38:44', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1313, 'thinkapp/invokefunction', '0', '2024-11-27 00:38:45', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1314, 'thinkapp/invokefunction', '0', '2024-11-27 00:38:45', '0', '', 'ec64039ee27f07f5913ff2a61d1d8426', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1315, 'short-term incentives', 21, '2024-11-27 06:19:22', '0', '', '27ada2f469a415b5102715ee5cf2de89', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1316, 'short-term incentives', 21, '2024-11-27 06:19:23', '0', '', '27ada2f469a415b5102715ee5cf2de89', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1317, 'perkspot', 4, '2024-11-27 16:06:05', '0', '', '6da398b4989426858f65860a8ccb1a32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1318, 'perkspot', 4, '2024-11-27 16:06:06', '0', '', '6da398b4989426858f65860a8ccb1a32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1319, '401 (k)', 13, '2024-11-27 16:27:27', '0', '', 'bf736fbe7f16ad2fa641406fd06c3d5d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1320, '401 (k)', 13, '2024-11-27 16:27:28', '0', '', 'bf736fbe7f16ad2fa641406fd06c3d5d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1321, 'pto', 1, '2024-11-27 17:10:46', '0', '', 'b81c57c15753483ae592ddaa05a85630', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1322, 'pto', 1, '2024-11-27 17:10:47', '0', '', 'b81c57c15753483ae592ddaa05a85630', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1323, '/index/index/name/${@phpinfo()}', '0', '2024-11-29 20:31:04', '0', '', 'bc68c448c10735b78ed780aed5ca3f02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1324, '/index/index/name/${@phpinfo()}', '0', '2024-11-29 20:31:05', '0', '', 'bc68c448c10735b78ed780aed5ca3f02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1325, '/index/index/name/${@phpinfo()}', '0', '2024-11-29 20:31:11', '0', '', 'bc68c448c10735b78ed780aed5ca3f02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1326, '/index/index/name/${@phpinfo()}', '0', '2024-11-29 20:31:12', '0', '', 'bc68c448c10735b78ed780aed5ca3f02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1327, '/index/index/name/${@phpinfo()}', '0', '2024-11-30 13:16:17', '0', '', '384c0cd68d2b0ca89654916f62d4162a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1328, '/index/index/name/${@phpinfo()}', '0', '2024-11-30 13:16:18', '0', '', '384c0cd68d2b0ca89654916f62d4162a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1329, '/index/index/name/${@phpinfo()}', '0', '2024-11-30 13:16:23', '0', '', '384c0cd68d2b0ca89654916f62d4162a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1330, '/index/index/name/${@phpinfo()}', '0', '2024-11-30 13:16:24', '0', '', '384c0cd68d2b0ca89654916f62d4162a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1331, 'label/php-shells', '0', '2024-12-02 12:21:34', '0', '', '0c6c1cdfd37d50c7df705d7f83719171', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1332, 'label/php-shells', '0', '2024-12-02 12:21:35', '0', '', '0c6c1cdfd37d50c7df705d7f83719171', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1333, 'perk spot', 7, '2024-12-02 13:13:36', '0', '', '1571a9bc750a554730df8c6a16f08dd7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1334, 'perk spot', 7, '2024-12-02 13:13:37', '0', '', '1571a9bc750a554730df8c6a16f08dd7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1335, 'vto', 2, '2024-12-02 16:25:31', '0', '', 'e6b15613b54537f2ac180f69ea57efbb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1336, 'vto', 2, '2024-12-02 16:25:32', '0', '', 'e6b15613b54537f2ac180f69ea57efbb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1337, 'employment verification', 8, '2024-12-03 14:32:54', '0', '', '73f468466fe50d2bbf244d8466fbfdc4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1338, 'employment verification', 8, '2024-12-03 14:32:55', '0', '', '73f468466fe50d2bbf244d8466fbfdc4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1339, 'osv', '0', '2024-12-03 16:49:07', '0', '', '4c2dfe826a4262e02bc8b7f38a884ade', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1340, 'osv', '0', '2024-12-03 16:49:08', '0', '', '4c2dfe826a4262e02bc8b7f38a884ade', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1341, 'benefits help', 81, '2024-12-03 16:49:23', '0', '', '4c2dfe826a4262e02bc8b7f38a884ade', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1342, 'benefits help', 81, '2024-12-03 16:49:25', '0', '', '4c2dfe826a4262e02bc8b7f38a884ade', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1343, 'pension', 9, '2024-12-03 17:02:15', '0', '', '789988ffe15655ece16423a3d8bdb164', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1344, 'pension', 9, '2024-12-03 17:02:16', '0', '', '789988ffe15655ece16423a3d8bdb164', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1345, 'kelly', '0', '2024-12-03 17:57:56', '0', '', '1c2a705b509b468eab1eb730ab77e3be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1346, 'kelly', '0', '2024-12-03 17:57:57', '0', '', '1c2a705b509b468eab1eb730ab77e3be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1347, 'benefits guide', 73, '2024-12-03 17:58:12', '0', '', '1c2a705b509b468eab1eb730ab77e3be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1348, 'benefits guide', 73, '2024-12-03 17:58:13', '0', '', '1c2a705b509b468eab1eb730ab77e3be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1349, 'label/php-shells', '0', '2024-12-04 00:15:40', '0', '', 'e3ed1014a13fff03ca6ff6a5a42e5973', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1350, 'label/php-shells', '0', '2024-12-04 00:15:41', '0', '', 'e3ed1014a13fff03ca6ff6a5a42e5973', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1351, 'employee review', 76, '2024-12-04 19:27:55', '0', '', '62186c100e9b1aaa7a95cd5cde816580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1352, 'employee review', 76, '2024-12-04 19:27:56', '0', '', '62186c100e9b1aaa7a95cd5cde816580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1353, 'perkspot', 4, '2024-12-04 20:55:16', '0', '', 'fc34fa8bc5ef14a1349fc312914fbfdd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1354, 'perkspot', 4, '2024-12-04 20:55:17', '0', '', 'fc34fa8bc5ef14a1349fc312914fbfdd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1355, 'label/php-shells', '0', '2024-12-04 21:11:25', '0', '', '8ac8f9fe63eeb5c8af64ed51f5dc273f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1356, 'label/php-shells', '0', '2024-12-04 21:11:26', '0', '', '8ac8f9fe63eeb5c8af64ed51f5dc273f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1357, 'osv', '0', '2024-12-04 21:25:27', '0', '', '2bb18eca6dce34cf68ead8cad53b4e0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1358, 'osv', '0', '2024-12-04 21:25:28', '0', '', '2bb18eca6dce34cf68ead8cad53b4e0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1359, 'funeral leave', 13, '2024-12-05 13:01:01', '0', '', '03fadcf7d893b7d5fc617ceba4065c8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1360, 'funeral leave', 13, '2024-12-05 13:01:03', '0', '', '03fadcf7d893b7d5fc617ceba4065c8e', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1361, 'death in the family', 22, '2024-12-05 13:01:23', '0', '', '03fadcf7d893b7d5fc617ceba4065c8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1362, 'death in the family', 22, '2024-12-05 13:01:24', '0', '', '03fadcf7d893b7d5fc617ceba4065c8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1363, 'eap', 8, '2024-12-05 15:22:29', '0', '', 'd6004656f6601bd2ac5b3e9d2cf65636', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1364, 'eap', 8, '2024-12-05 15:22:31', '0', '', 'd6004656f6601bd2ac5b3e9d2cf65636', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1365, 'rehire policy', 6, '2024-12-05 16:14:30', '0', '', 'b4efdfe5753089b3538914be0271ec4d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1366, 'rehire policy', 6, '2024-12-05 16:14:32', '0', '', 'b4efdfe5753089b3538914be0271ec4d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1367, 'pension program', 34, '2024-12-05 19:16:36', '0', '', 'd43080ab9dba9065a32aeca1d0e4eea0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1368, 'pension program', 34, '2024-12-05 19:16:37', '0', '', 'd43080ab9dba9065a32aeca1d0e4eea0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1369, 'sbp', '0', '2024-12-05 20:32:34', '0', '', 'ef028e1b13885444574ebbc11dbad441', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1370, 'sbp', '0', '2024-12-05 20:32:35', '0', '', 'ef028e1b13885444574ebbc11dbad441', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1371, 'fidelity', 13, '2024-12-05 20:32:57', '0', '', 'ef028e1b13885444574ebbc11dbad441', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1372, 'fidelity', 13, '2024-12-05 20:32:58', '0', '', 'ef028e1b13885444574ebbc11dbad441', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1373, 'cobra', 3, '2024-12-05 21:48:57', '0', '', '8601e315e5a5af6dcd2339f5d69380f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1374, 'cobra', 3, '2024-12-05 21:48:58', '0', '', '8601e315e5a5af6dcd2339f5d69380f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1375, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-12-06 02:13:19', '0', '', 'c6abbfc2c562c3f83300a5d0c7a4d3f2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1376, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-12-06 02:13:20', '0', '', 'c6abbfc2c562c3f83300a5d0c7a4d3f2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1377, '2025 annual enrollment', 38, '2024-12-06 16:40:49', '0', '', '5f9b6aadc91e05fce0ea014def7a2f4a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1378, '2025 annual enrollment', 38, '2024-12-06 16:40:51', '0', '', '5f9b6aadc91e05fce0ea014def7a2f4a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1379, 'holidays', 1, '2024-12-06 19:41:37', '0', '', '34644d6ee4f77d3316a99dfdf6b465f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1380, 'holidays', 1, '2024-12-06 19:41:38', '0', '', '34644d6ee4f77d3316a99dfdf6b465f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1381, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-12-07 06:20:54', '0', '', 'a954cb114e47ac6f6d874888b8a1e862', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1382, 'lzk2lug7umbtltm8vc1dqfmtmzhbcmak', '0', '2024-12-07 06:20:55', '0', '', 'a954cb114e47ac6f6d874888b8a1e862', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1383, 'perks', 7, '2024-12-07 19:56:15', '0', '', '6c35a45c428a924e851dc7b6e0af8509', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1384, 'perks', 7, '2024-12-07 19:56:16', '0', '', '6c35a45c428a924e851dc7b6e0af8509', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1385, 'candidate login page', 15, '2024-12-07 23:37:46', '0', '', 'edfdf9ad85c6f9532b26ad4424588fd7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1386, 'candidate login page', 15, '2024-12-07 23:37:47', '0', '', 'edfdf9ad85c6f9532b26ad4424588fd7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1387, 'label/php-shells', '0', '2024-12-08 17:43:56', '0', '', 'cbf6e7a951261ef050c599080f6e270f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1388, 'label/php-shells', '0', '2024-12-08 17:43:58', '0', '', 'cbf6e7a951261ef050c599080f6e270f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1389, 'cobra', 3, '2024-12-09 16:03:23', '0', '', '9c222e132e71134346d6131b2cf789af', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1390, 'cobra', 3, '2024-12-09 16:03:25', '0', '', '9c222e132e71134346d6131b2cf789af', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1391, 'tutition', '0', '2024-12-09 20:27:36', '0', '', '6c704a41b6b5635d919305aa63bc7a3f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1392, 'tutition', '0', '2024-12-09 20:27:38', '0', '', '6c704a41b6b5635d919305aa63bc7a3f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1393, 'tuition', 3, '2024-12-09 20:27:46', '0', '', '6c704a41b6b5635d919305aa63bc7a3f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1394, 'tuition', 3, '2024-12-09 20:27:46', '0', '', '6c704a41b6b5635d919305aa63bc7a3f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1395, 'ppl', 6, '2024-12-10 11:30:18', '0', '', 'a4a48acd7208ba2574a5b8ad3d99eeb3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1396, 'ppl', 6, '2024-12-10 11:30:19', '0', '', 'a4a48acd7208ba2574a5b8ad3d99eeb3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1397, 'pay grade', 27, '2024-12-10 14:50:06', '0', '', '0102809038a706398376de8f928d04c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1398, 'pay grade', 27, '2024-12-10 14:50:08', '0', '', '0102809038a706398376de8f928d04c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1399, 'cobra', 3, '2024-12-10 15:38:08', '0', '', '9ec1f386794b2365424707e90c02dd40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1400, 'cobra', 3, '2024-12-10 15:38:09', '0', '', '9ec1f386794b2365424707e90c02dd40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1401, 'telehealth', '0', '2024-12-10 16:50:23', '0', '', '8e32f9d79ef3a9df051a4f676e9fbec0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1402, 'telehealth', '0', '2024-12-10 16:50:25', '0', '', '8e32f9d79ef3a9df051a4f676e9fbec0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1403, '2025 rates', 18, '2024-12-10 18:18:23', '0', '', '220c40c2b801022f308b96566bfda62f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1404, '2025 rates', 18, '2024-12-10 18:18:25', '0', '', '220c40c2b801022f308b96566bfda62f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1405, 'dental', 24, '2024-12-10 18:28:32', '0', '', '3957d1708e6c785f8e63495fc951c945', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1406, 'dental', 24, '2024-12-10 18:28:34', '0', '', '3957d1708e6c785f8e63495fc951c945', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1407, 'accidental death', 9, '2024-12-11 14:28:35', '0', '', 'ccb817e3f389b2cda39903f4dfcd7643', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1408, 'accidental death', 9, '2024-12-11 14:28:37', '0', '', 'ccb817e3f389b2cda39903f4dfcd7643', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1409, 'total compensation packages', 8, '2024-12-12 01:53:16', '0', '', '4ecd2727b5f40a5a3c9891700bf1923f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1410, 'total compensation packages', 8, '2024-12-12 01:53:17', '0', '', '4ecd2727b5f40a5a3c9891700bf1923f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1411, 'workday', 8, '2024-12-13 14:46:19', '0', '', '1224dcf6cc42fdcba1b399d0338d8ed6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1412, 'workday', 8, '2024-12-13 14:46:22', '0', '', '1224dcf6cc42fdcba1b399d0338d8ed6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1413, 'international health care coverage', 71, '2024-12-13 20:33:13', '0', '', 'bcbf960f92c452fce93cc3b13511f88d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1414, 'international health care coverage', 71, '2024-12-13 20:33:15', '0', '', 'bcbf960f92c452fce93cc3b13511f88d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1415, 'college lone', 1, '2024-12-14 15:34:01', '0', '', 'c92508851b63da6924b68cea733231c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1416, 'college lone', 1, '2024-12-14 15:34:03', '0', '', 'c92508851b63da6924b68cea733231c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1417, 'short term disability', 21, '2024-12-16 17:13:45', '0', '', '27a08c3123922e6e04ac66c31c91931f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1418, 'short term disability', 21, '2024-12-16 17:13:47', '0', '', '27a08c3123922e6e04ac66c31c91931f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1419, 'short term disability', 21, '2024-12-16 20:17:34', '0', '', '0a014eec4b5b82c3cfd8fe1150faf0e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1420, 'short term disability', 21, '2024-12-16 20:17:35', '0', '', '0a014eec4b5b82c3cfd8fe1150faf0e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1421, '401k', 7, '2024-12-16 22:45:50', '0', '', '2c3bdb86d7838cac39cf55bf1d300212', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1422, '401k', 7, '2024-12-16 22:45:51', '0', '', '2c3bdb86d7838cac39cf55bf1d300212', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1423, 'workday', 8, '2024-12-17 07:05:07', '0', '', '72c9d9930957923a9f4b5270e3686ea4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1424, 'workday', 8, '2024-12-17 07:05:08', '0', '', '72c9d9930957923a9f4b5270e3686ea4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1425, 'workday', 8, '2024-12-17 10:06:41', '0', '', '6bd5eea1dfe4c16d709a059055d38d80', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1426, 'workday', 8, '2024-12-17 10:06:42', '0', '', '6bd5eea1dfe4c16d709a059055d38d80', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1427, 'captcha', '0', '2024-12-17 13:17:43', '0', '', '8174a023eebc3ce0358bd929e8928844', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1428, 'captcha', '0', '2024-12-17 13:17:44', '0', '', '8174a023eebc3ce0358bd929e8928844', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1429, 'captcha', '0', '2024-12-17 13:17:45', '0', '', '8174a023eebc3ce0358bd929e8928844', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1430, 'captcha', '0', '2024-12-17 13:17:46', '0', '', '8174a023eebc3ce0358bd929e8928844', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1431, 'captcha', '0', '2024-12-17 13:17:46', '0', '', '8174a023eebc3ce0358bd929e8928844', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1432, 'captcha', '0', '2024-12-17 13:17:47', '0', '', '8174a023eebc3ce0358bd929e8928844', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1433, 'paid time off', 40, '2024-12-17 15:40:17', '0', '', '36116ae7a6f10faed8e6e90534669bac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1434, 'paid time off', 40, '2024-12-17 15:40:18', '0', '', '36116ae7a6f10faed8e6e90534669bac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1435, 'discounts', 4, '2024-12-17 15:43:49', '0', '', '36116ae7a6f10faed8e6e90534669bac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1436, 'discounts', 4, '2024-12-17 15:43:50', '0', '', '36116ae7a6f10faed8e6e90534669bac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1437, 'strive', 7, '2024-12-17 16:28:11', '0', '', '2d8a0c1f2a058fe1e70ddd8305de24c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1438, 'strive', 7, '2024-12-17 16:28:12', '0', '', '2d8a0c1f2a058fe1e70ddd8305de24c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1441, 'student debt retirement savings program', 40, '2024-12-17 19:48:21', '0', '', '70dae91fe780c0f3d7a1c97cf16b27a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1442, 'student debt retirement savings program', 40, '2024-12-17 19:48:23', '0', '', '70dae91fe780c0f3d7a1c97cf16b27a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1443, 'sick', '0', '2024-12-18 11:57:47', '0', '', '1d638306b40a3b2642de99db31f06aeb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1444, 'sick', '0', '2024-12-18 11:57:48', '0', '', '1d638306b40a3b2642de99db31f06aeb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1445, 'annual enrollment', 33, '2024-12-18 17:56:05', '0', '', '760dfdd0c3a756674b6b1b4e146c6d97', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1446, 'annual enrollment', 33, '2024-12-18 17:56:06', '0', '', '760dfdd0c3a756674b6b1b4e146c6d97', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1447, 'strive', 7, '2024-12-23 23:09:09', '0', '', '9b58fe8f21428c38b074bccc112774a8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1448, 'strive', 7, '2024-12-23 23:09:10', '0', '', '9b58fe8f21428c38b074bccc112774a8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1449, 'fsa', 16, '2024-12-25 21:27:15', '0', '', '7049b54a307515d79acf75a1655e1d11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1450, 'fsa', 16, '2024-12-25 21:27:16', '0', '', '7049b54a307515d79acf75a1655e1d11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1451, 'ppl', 6, '2024-12-26 20:41:51', '0', '', 'dbc9a078b134ebb01475c1338b441fb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1452, 'ppl', 6, '2024-12-26 20:41:53', '0', '', 'dbc9a078b134ebb01475c1338b441fb0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1453, 'ppl policy and review frequently asked questions', 40, '2024-12-26 20:50:28', '0', '', '13dc02b1e67e363ee5a702fd30e462c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1454, 'ppl policy and review frequently asked questions', 40, '2024-12-26 20:50:30', '0', '', '13dc02b1e67e363ee5a702fd30e462c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1455, 'fidelity', 13, '2024-12-30 01:20:26', '0', '', '944ffed3f5c93e1a99212544ff50a963', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1456, 'fidelity', 13, '2024-12-30 01:20:27', '0', '', '944ffed3f5c93e1a99212544ff50a963', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1457, 'tuition', 3, '2024-12-30 14:37:48', 1, '', '3c4d4229572b7bc629efc1a142f0b512', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1458, 'tuition', 3, '2024-12-30 14:37:50', 1, '', '3c4d4229572b7bc629efc1a142f0b512', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1459, 'pension', 9, '2024-12-30 18:13:45', '0', '', '0c8cd0176df3a0cc84a8aa80214d9db4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1460, 'pension', 9, '2024-12-30 18:13:47', '0', '', '0c8cd0176df3a0cc84a8aa80214d9db4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1461, 'cf pension', 61, '2024-12-30 18:17:52', '0', '', '3629713840b104e5777a39c45b362382', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1462, 'cf pension', 61, '2024-12-30 18:17:53', '0', '', '3629713840b104e5777a39c45b362382', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1463, 'pension plan', 55, '2024-12-30 18:19:09', '0', '', '3629713840b104e5777a39c45b362382', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1464, 'pension plan', 55, '2024-12-30 18:19:10', '0', '', '3629713840b104e5777a39c45b362382', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1465, 'pension contribution', 21, '2024-12-30 18:19:20', '0', '', '3629713840b104e5777a39c45b362382', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1466, 'pension contribution', 21, '2024-12-30 18:19:21', '0', '', '3629713840b104e5777a39c45b362382', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1467, 'cash balance', 17, '2024-12-30 18:33:10', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1468, 'cash balance', 17, '2024-12-30 18:33:11', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1469, 'cash balance', 17, '2024-12-30 18:33:37', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1470, 'cash balance', 17, '2024-12-30 18:33:38', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1471, 'cf pension', 61, '2024-12-30 18:33:54', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1472, 'cf pension', 61, '2024-12-30 18:33:55', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1473, 'pension', 9, '2024-12-30 18:34:31', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1474, 'pension', 9, '2024-12-30 18:34:32', '0', '', '4b1614b94c42765d897d2c587bfa793f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1475, 'bcbs cards', 31, '2024-12-30 20:32:30', '0', '', '73fcb968d784b0d79ecd4c87e48be8b3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1476, 'bcbs cards', 31, '2024-12-30 20:32:31', '0', '', '73fcb968d784b0d79ecd4c87e48be8b3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1477, 'short term disability', 21, '2024-12-31 17:22:10', '0', '', '19cef47498a06bc53d999457efe2881e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1478, 'short term disability', 21, '2024-12-31 17:22:11', '0', '', '19cef47498a06bc53d999457efe2881e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1479, 'student loan', 1, '2024-12-31 18:36:20', '0', '', '6cecccb65f6654f86f3132713b3831d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1480, 'student loan', 1, '2024-12-31 18:36:21', '0', '', '6cecccb65f6654f86f3132713b3831d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1481, 'student debt retirement savings', 21, '2024-12-31 18:43:43', '0', '', '6cecccb65f6654f86f3132713b3831d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1482, 'student debt retirement savings', 21, '2024-12-31 18:43:44', '0', '', '6cecccb65f6654f86f3132713b3831d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1483, 'perk spot', 7, '2024-12-31 20:55:08', '0', '', '64391ad5893413d0266ca0c7786bbcfe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1484, 'perk spot', 7, '2024-12-31 20:55:09', '0', '', '64391ad5893413d0266ca0c7786bbcfe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1485, 'osv', '0', '2025-01-02 18:08:55', '0', '', '8b2b290a220f10d671907e776ab40250', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1486, 'osv', '0', '2025-01-02 18:08:56', '0', '', '8b2b290a220f10d671907e776ab40250', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1487, 'ce benefits center', 97, '2025-01-02 18:09:04', '0', '', '8b2b290a220f10d671907e776ab40250', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1488, 'ce benefits center', 97, '2025-01-02 18:09:05', '0', '', '8b2b290a220f10d671907e776ab40250', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1489, 'benefits hotline', 61, '2025-01-02 20:20:54', '0', '', 'd979fc162b9efede4e9357c38e32b041', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1490, 'benefits hotline', 61, '2025-01-02 20:20:56', '0', '', 'd979fc162b9efede4e9357c38e32b041', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1491, 'retirement forms', 12, '2025-01-03 13:28:04', '0', '', 'e771aa096443642d236441e4ed65634f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1492, 'retirement forms', 12, '2025-01-03 13:28:05', '0', '', 'e771aa096443642d236441e4ed65634f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1493, 'bearavment', '0', '2025-01-03 14:20:41', '0', '', '3796fc37b81d55e6dbe7cc4983ac79a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1494, 'bearavment', '0', '2025-01-03 14:20:42', '0', '', '3796fc37b81d55e6dbe7cc4983ac79a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1495, 'death', 9, '2025-01-03 14:20:48', '0', '', '3796fc37b81d55e6dbe7cc4983ac79a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1496, 'death', 9, '2025-01-03 14:20:49', '0', '', '3796fc37b81d55e6dbe7cc4983ac79a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1497, 'grievance', '0', '2025-01-03 14:21:26', '0', '', '3796fc37b81d55e6dbe7cc4983ac79a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1498, 'grievance', '0', '2025-01-03 14:21:27', '0', '', '3796fc37b81d55e6dbe7cc4983ac79a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1499, 'qualifying life event', 30, '2025-01-06 00:44:11', '0', '', 'a8e44198dda85bf02a90b04ade7c4847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1500, 'qualifying life event', 30, '2025-01-06 00:44:13', '0', '', 'a8e44198dda85bf02a90b04ade7c4847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1501, 'union', '0', '2025-01-06 15:32:42', '0', '', 'cbf9ba6998062bf7428c19af020cc713', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1502, 'union', '0', '2025-01-06 15:32:43', '0', '', 'cbf9ba6998062bf7428c19af020cc713', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1503, 'uber', '0', '2025-01-06 15:32:49', '0', '', 'cbf9ba6998062bf7428c19af020cc713', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1504, 'uber', '0', '2025-01-06 15:32:50', '0', '', 'cbf9ba6998062bf7428c19af020cc713', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1505, 'osc', '0', '2025-01-06 15:37:51', '0', '', 'bb12a5b5985a35d80de5b0ec8c2a03fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1506, 'osc', '0', '2025-01-06 15:37:52', '0', '', 'bb12a5b5985a35d80de5b0ec8c2a03fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1507, 'osv', '0', '2025-01-06 15:37:58', '0', '', 'bb12a5b5985a35d80de5b0ec8c2a03fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1508, 'osv', '0', '2025-01-06 15:37:58', '0', '', 'bb12a5b5985a35d80de5b0ec8c2a03fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1509, 'lifelock', '0', '2025-01-06 15:39:26', '0', '', 'bb12a5b5985a35d80de5b0ec8c2a03fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1510, 'lifelock', '0', '2025-01-06 15:39:27', '0', '', 'bb12a5b5985a35d80de5b0ec8c2a03fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1511, 'planselect', 2, '2025-01-06 15:46:10', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1512, 'planselect', 2, '2025-01-06 15:46:11', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1513, 'bereavement', 1, '2025-01-06 15:49:08', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1514, 'bereavement', 1, '2025-01-06 15:49:09', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1515, 'bereavement', 1, '2025-01-06 15:49:17', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1516, 'bereavement', 1, '2025-01-06 15:49:18', '0', '', '453e64decc8e27f031be755b89b9041b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1517, 'does cf match roth contributions', 62, '2025-01-06 20:35:10', '0', '', 'f7b3de7e079220448b9042c710fbaf10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1518, 'does cf match roth contributions', 62, '2025-01-06 20:35:14', '0', '', 'f7b3de7e079220448b9042c710fbaf10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1519, 'w-2', '0', '2025-01-06 20:47:19', '0', '', 'ed7bf534e59f0b2df895b32e31867631', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1520, 'w-2', '0', '2025-01-06 20:47:20', '0', '', 'ed7bf534e59f0b2df895b32e31867631', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1521, 'adp', 1, '2025-01-06 20:47:44', '0', '', 'ed7bf534e59f0b2df895b32e31867631', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1522, 'adp', 1, '2025-01-06 20:47:44', '0', '', 'ed7bf534e59f0b2df895b32e31867631', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1523, 'fidelity', 13, '2025-01-06 20:54:58', '0', '', 'ed7bf534e59f0b2df895b32e31867631', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1524, 'fidelity', 13, '2025-01-06 20:54:59', '0', '', 'ed7bf534e59f0b2df895b32e31867631', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1525, 'summary plan description', 59, '2025-01-07 21:05:18', '0', '', 'cd5a09d9ee0550f5a0b947e80668f741', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1526, 'summary plan description', 59, '2025-01-07 21:05:20', '0', '', 'cd5a09d9ee0550f5a0b947e80668f741', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1527, 'summary plan description', 59, '2025-01-07 21:05:29', '0', '', 'cd5a09d9ee0550f5a0b947e80668f741', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1528, 'summary plan description', 59, '2025-01-07 21:05:30', '0', '', 'cd5a09d9ee0550f5a0b947e80668f741', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1529, 'student', 1, '2025-01-07 21:05:49', '0', '', 'cd5a09d9ee0550f5a0b947e80668f741', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1530, 'student', 1, '2025-01-07 21:05:50', '0', '', 'cd5a09d9ee0550f5a0b947e80668f741', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1531, 'education assistance summary plan description', 66, '2025-01-07 21:49:11', '0', '', 'e77648ae070d303605a18a3aa70aec24', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1532, 'education assistance summary plan description', 66, '2025-01-07 21:49:13', '0', '', 'e77648ae070d303605a18a3aa70aec24', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1533, 'cobra', 3, '2025-01-08 15:09:46', '0', '', 'de4da7b770211fb765d02933ba360bf9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1534, 'cobra', 3, '2025-01-08 15:09:47', '0', '', 'de4da7b770211fb765d02933ba360bf9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1535, '2025 cobra', 16, '2025-01-08 15:39:17', '0', '', '15a79b123648007a5121023d11b5137d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1536, '2025 cobra', 16, '2025-01-08 15:39:18', '0', '', '15a79b123648007a5121023d11b5137d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1537, 'union', '0', '2025-01-08 15:47:24', '0', '', '382cf5c7a18a762e8e84ac958f9eeb52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1538, 'union', '0', '2025-01-08 15:47:26', '0', '', '382cf5c7a18a762e8e84ac958f9eeb52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1539, 'dario', 3, '2025-01-08 16:38:36', '0', '', '1bfb2958b5503ed9883c560eafae4d25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1540, 'dario', 3, '2025-01-08 16:38:37', '0', '', '1bfb2958b5503ed9883c560eafae4d25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1541, 'cobra', 3, '2025-01-10 16:58:04', '0', '', '3e82f69d1ef745fb7eeeeaba635c8fac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1542, 'cobra', 3, '2025-01-10 16:58:05', '0', '', '3e82f69d1ef745fb7eeeeaba635c8fac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1543, 'spd', 2, '2025-01-10 18:23:33', '0', '', '5bfc04a0909fa52b6c98c3a3040dbf90', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1544, 'spd', 2, '2025-01-10 18:23:34', '0', '', '5bfc04a0909fa52b6c98c3a3040dbf90', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1545, 'pension lump sum', 33, '2025-01-11 15:48:34', '0', '', '1b7d38fb0675e4de8eab998b7972ed92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1546, 'pension lump sum', 33, '2025-01-11 15:48:35', '0', '', '1b7d38fb0675e4de8eab998b7972ed92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1547, 'gm supplier', '0', '2025-01-11 22:52:23', '0', '', 'f612ff23cf2e54cbcb47e1b373526572', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1548, 'gm supplier', '0', '2025-01-11 22:52:24', '0', '', 'f612ff23cf2e54cbcb47e1b373526572', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1549, 'gm discount', 5, '2025-01-11 22:52:51', '0', '', 'f612ff23cf2e54cbcb47e1b373526572', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1550, 'gm discount', 5, '2025-01-11 22:52:51', '0', '', 'f612ff23cf2e54cbcb47e1b373526572', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1551, 'gm supplier', '0', '2025-01-11 23:18:40', '0', '', '1d14f2a65949071020baf1371606857b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1552, 'gm supplier', '0', '2025-01-11 23:18:41', '0', '', '1d14f2a65949071020baf1371606857b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1553, 'gm discount', 5, '2025-01-11 23:18:54', '0', '', '1d14f2a65949071020baf1371606857b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1554, 'gm discount', 5, '2025-01-11 23:18:55', '0', '', '1d14f2a65949071020baf1371606857b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1555, 'afidavit', '0', '2025-01-12 13:23:58', '0', '', 'f342eac42a5acdea553c0a73b8caa5ae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1556, 'afidavit', '0', '2025-01-12 13:23:59', '0', '', 'f342eac42a5acdea553c0a73b8caa5ae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1557, 'affidavit', 4, '2025-01-12 13:24:17', '0', '', 'f342eac42a5acdea553c0a73b8caa5ae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1558, 'affidavit', 4, '2025-01-12 13:24:18', '0', '', 'f342eac42a5acdea553c0a73b8caa5ae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1559, 'change hsa contribution', 32, '2025-01-12 19:31:50', '0', '', '7bea6c7105770095699b1930fcd825f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1560, 'change hsa contribution', 32, '2025-01-12 19:31:51', '0', '', '7bea6c7105770095699b1930fcd825f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1561, 'vacation', 3, '2025-01-13 12:01:31', '0', '', '9cd45fc2f8aaf8745e6c200184dda7b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1562, 'vacation', 3, '2025-01-13 12:01:33', '0', '', '9cd45fc2f8aaf8745e6c200184dda7b4', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1563, 'summary plan description 401(k)', 59, '2025-01-13 15:48:09', '0', '', 'd555c1b24e10139c8b434c2b2525af40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1564, 'summary plan description 401(k)', 59, '2025-01-13 15:48:11', '0', '', 'd555c1b24e10139c8b434c2b2525af40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1565, 'uber', '0', '2025-01-13 20:00:54', '0', '', 'b0a625b844db37a5be1092903bedcb0a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1566, 'uber', '0', '2025-01-13 20:00:56', '0', '', 'b0a625b844db37a5be1092903bedcb0a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1567, 'cobra', 3, '2025-01-13 22:33:58', '0', '', '1275c5dff9f8173e1e82e4b65b01ecaf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1568, 'cobra', 3, '2025-01-13 22:33:59', '0', '', '1275c5dff9f8173e1e82e4b65b01ecaf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1569, 'car rentals', 52, '2025-01-14 15:47:54', '0', '', 'e7ea5c0288e065fad9076459af8d916f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1570, 'car rentals', 52, '2025-01-14 15:47:56', '0', '', 'e7ea5c0288e065fad9076459af8d916f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1571, 'fmla', 2, '2025-01-14 21:24:14', '0', '', 'f2655fce324dd69fcdf298655ed23e91', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1572, 'fmla', 2, '2025-01-14 21:24:15', '0', '', 'f2655fce324dd69fcdf298655ed23e91', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1573, 'uber', 1, '2025-01-15 17:27:38', 1, '', '2a7980b2f294ec49f5578df0339b0c34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1574, 'uber', 1, '2025-01-15 17:27:39', 1, '', '2a7980b2f294ec49f5578df0339b0c34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1575, 'osv', 1, '2025-01-15 17:29:01', 1, '', '2a7980b2f294ec49f5578df0339b0c34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1576, 'osv', 1, '2025-01-15 17:29:02', 1, '', '2a7980b2f294ec49f5578df0339b0c34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1577, 'summary plan description', 59, '2025-01-15 18:34:17', '0', '', '9ad3479424f64d811b749b3f499496a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1578, 'summary plan description', 59, '2025-01-15 18:34:18', '0', '', '9ad3479424f64d811b749b3f499496a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1579, 'maternit', 4, '2025-01-15 21:14:52', '0', '', '8a6f03c423d5e204f2b331d17d6fcb11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1580, 'maternit', 4, '2025-01-15 21:14:53', '0', '', '8a6f03c423d5e204f2b331d17d6fcb11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1581, 'osv', 1, '2025-01-15 21:30:15', '0', '', 'f840fcecbea9c49120d4ce539a95d980', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1582, 'osv', 1, '2025-01-15 21:30:16', '0', '', 'f840fcecbea9c49120d4ce539a95d980', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1583, 'osv', 1, '2025-01-16 03:56:36', '0', '', 'df3fd8eb6b1a6e61dab3165d0335d263', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1584, 'osv', 1, '2025-01-16 03:56:41', '0', '', 'df3fd8eb6b1a6e61dab3165d0335d263', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1585, 'eap', 8, '2025-01-16 18:37:51', '0', '', '288969ae502e266c7633eeb3b9465c85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1586, 'eap', 8, '2025-01-16 18:37:53', '0', '', '288969ae502e266c7633eeb3b9465c85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1587, 'summary plan description', 60, '2025-01-16 18:39:36', '0', '', '288969ae502e266c7633eeb3b9465c85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1588, 'summary plan description', 60, '2025-01-16 18:39:37', '0', '', '288969ae502e266c7633eeb3b9465c85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1589, 'ppl', 6, '2025-01-16 21:45:30', '0', '', '184e1d65d5609ba304b3d3609ae33ef9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1590, 'ppl', 6, '2025-01-16 21:45:31', '0', '', '184e1d65d5609ba304b3d3609ae33ef9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1591, 'compensation grades', 2, '2025-01-16 21:55:02', '0', '', '65e0de8ccf32bbd8cf3e63a67f782448', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1592, 'compensation grades', 2, '2025-01-16 21:55:03', '0', '', '65e0de8ccf32bbd8cf3e63a67f782448', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1593, 'pension', 9, '2025-01-17 03:11:55', '0', '', '39ebb46325d5c2a990564261bd06c1b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1594, 'pension', 9, '2025-01-17 03:11:56', '0', '', '39ebb46325d5c2a990564261bd06c1b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1595, 'union benefits', 61, '2025-01-17 18:02:09', '0', '', 'b8f1179385008a0dbf97e5769e2eafa7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1596, 'union benefits', 61, '2025-01-17 18:02:11', '0', '', 'b8f1179385008a0dbf97e5769e2eafa7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1597, 'summary plan description', 60, '2025-01-17 19:00:26', '0', '', '5e2b59ec9001a39fffedc614f33fa752', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1598, 'summary plan description', 60, '2025-01-17 19:00:27', '0', '', '5e2b59ec9001a39fffedc614f33fa752', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1599, 'perk', 7, '2025-01-18 16:32:10', '0', '', '492ccdb2f169688f7d8efb9d166c8643', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1600, 'perk', 7, '2025-01-18 16:32:11', '0', '', '492ccdb2f169688f7d8efb9d166c8643', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1601, 'perkspot', 4, '2025-01-20 20:10:33', '0', '', 'dced9705f4bb57327ec0e7428aaec9b0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1602, 'perkspot', 4, '2025-01-20 20:10:34', '0', '', 'dced9705f4bb57327ec0e7428aaec9b0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1603, 'ot on holiday', 7, '2025-01-21 01:54:40', '0', '', '51f8bb93ad34421cff3ee90f33652315', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1604, 'ot on holiday', 7, '2025-01-21 01:54:41', '0', '', '51f8bb93ad34421cff3ee90f33652315', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1605, 'hsa', 14, '2025-01-21 18:29:50', '0', '', '80906d28aa6cbbf9f05c694ae9908354', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1606, 'hsa', 14, '2025-01-21 18:29:51', '0', '', '80906d28aa6cbbf9f05c694ae9908354', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1607, 'welcome', 3, '2025-01-21 18:55:38', '0', '', '58972d26d84c8d9e4b47062e7b4718cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1608, 'welcome', 3, '2025-01-21 18:55:39', '0', '', '58972d26d84c8d9e4b47062e7b4718cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1609, 'discounts', 4, '2025-01-21 21:35:33', '0', '', 'cb76ab55610193f73daa9983577acada', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1610, 'discounts', 4, '2025-01-21 21:35:34', '0', '', 'cb76ab55610193f73daa9983577acada', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1611, 'contact my dental coverage', 61, '2025-01-22 13:18:16', '0', '', '2623e5bf0663f97a76b8bc68dc4e10b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1612, 'contact my dental coverage', 61, '2025-01-22 13:18:17', '0', '', '2623e5bf0663f97a76b8bc68dc4e10b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1613, 'dependent', 20, '2025-01-22 14:00:37', '0', '', '2c4ffed1e3bf96681f60be229ac58f17', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1614, 'dependent', 20, '2025-01-22 14:00:38', '0', '', '2c4ffed1e3bf96681f60be229ac58f17', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1615, 'beneficiary change', 19, '2025-01-22 22:10:46', '0', '', 'e0a9d557e8d9fa274a4fa8c65c84ecf7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1616, 'beneficiary change', 19, '2025-01-22 22:10:47', '0', '', 'e0a9d557e8d9fa274a4fa8c65c84ecf7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1617, 'wage verification', 2, '2025-01-23 20:43:05', '0', '', '18bb78f223d31ef4f52a9fff152c1a39', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1618, 'wage verification', 2, '2025-01-23 20:43:06', '0', '', '18bb78f223d31ef4f52a9fff152c1a39', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1619, 'perkspot', 4, '2025-01-23 22:45:44', '0', '', '7d02cde072f3b03ce2920388e99ba47e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1620, 'perkspot', 4, '2025-01-23 22:45:45', '0', '', '7d02cde072f3b03ce2920388e99ba47e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1621, 'pension', 9, '2025-01-23 23:06:29', '0', '', '9ff35949470f5977104bfd7c2f2a6aae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1622, 'pension', 9, '2025-01-23 23:06:30', '0', '', '9ff35949470f5977104bfd7c2f2a6aae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1623, 'cigna dental', 32, '2025-01-24 12:13:33', '0', '', '31fb2cff50df93180232435241777719', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1624, 'cigna dental', 32, '2025-01-24 12:13:35', '0', '', '31fb2cff50df93180232435241777719', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1625, 'bereavement', 1, '2025-01-24 16:10:06', '0', '', '12f72dc31b0295c4f5105aa784ef6cba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1626, 'bereavement', 1, '2025-01-24 16:10:07', '0', '', '12f72dc31b0295c4f5105aa784ef6cba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1627, 'osv', 1, '2025-01-24 16:16:26', '0', '', '4912f8bb6eb4deb5ac383aa846239bd5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1628, 'osv', 1, '2025-01-24 16:16:27', '0', '', '4912f8bb6eb4deb5ac383aa846239bd5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1629, 'vto', 2, '2025-01-24 17:54:15', '0', '', '6e20da45a9ee211fe10c3fb29c5bd456', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1630, 'vto', 2, '2025-01-24 17:54:16', '0', '', '6e20da45a9ee211fe10c3fb29c5bd456', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1631, 'student loan', 3, '2025-01-24 22:05:21', '0', '', '8af5cf98483cb899fc1fdfd7cf6bcdf6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1632, 'student loan', 3, '2025-01-24 22:05:22', '0', '', '8af5cf98483cb899fc1fdfd7cf6bcdf6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1633, 'adp', 1, '2025-01-25 01:01:26', '0', '', '49bd41d5355badd4b8e09d2d5d4047fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1634, 'adp', 1, '2025-01-25 01:01:27', '0', '', '49bd41d5355badd4b8e09d2d5d4047fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1635, 'workda', 8, '2025-01-25 18:14:38', '0', '', '8fc0f8681abaa379c8f531a2600b4c32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1636, 'workda', 8, '2025-01-25 18:14:39', '0', '', '8fc0f8681abaa379c8f531a2600b4c32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1637, 'formulary', 2, '2025-01-27 14:46:12', '0', '', 'ca7de983432cf2ae5ea639cb40ae1c13', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1638, 'formulary', 2, '2025-01-27 14:46:14', '0', '', 'ca7de983432cf2ae5ea639cb40ae1c13', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1639, 'dario', 3, '2025-01-27 16:24:45', '0', '', '9a5dcbd0c3175eb7a1df53ccf9fc943e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1640, 'dario', 3, '2025-01-27 16:24:46', '0', '', '9a5dcbd0c3175eb7a1df53ccf9fc943e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1641, 'workday', 8, '2025-01-27 16:53:14', '0', '', '04b26022fd5bc630c4d0cd1b1c91b82c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1642, 'workday', 8, '2025-01-27 16:53:15', '0', '', '04b26022fd5bc630c4d0cd1b1c91b82c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1643, 'cobra', 3, '2025-01-27 20:48:48', '0', '', '86cbf2ac06b0b2f37674ef39d542bd06', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1644, 'cobra', 3, '2025-01-27 20:48:49', '0', '', '86cbf2ac06b0b2f37674ef39d542bd06', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1645, 'perks', 7, '2025-01-27 23:35:11', '0', '', '6ca26c7281a96af0ee5543aa8a40849a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1646, 'perks', 7, '2025-01-27 23:35:12', '0', '', '6ca26c7281a96af0ee5543aa8a40849a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1647, 'diversity', 4, '2025-01-29 15:37:45', '0', '', '2f7507ecec32f4c91daf89139301a609', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1648, 'diversity', 4, '2025-01-29 15:37:46', '0', '', '2f7507ecec32f4c91daf89139301a609', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1649, 'adoption', 8, '2025-01-29 20:31:49', '0', '', 'c2899234b91d4f3bfdf3bd12f3b1418f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1650, 'adoption', 8, '2025-01-29 20:31:50', '0', '', 'c2899234b91d4f3bfdf3bd12f3b1418f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1651, 'interview', '0', '2025-01-30 01:51:46', '0', '', '0b00d6f0a60dd9516817b9690ca44517', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1652, 'interview', '0', '2025-01-30 01:51:47', '0', '', '0b00d6f0a60dd9516817b9690ca44517', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1653, 'musculoskeletal', 1, '2025-01-30 16:20:25', '0', '', 'b60d7cb0ec4f669809c03c970f132b70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1654, 'musculoskeletal', 1, '2025-01-30 16:20:26', '0', '', 'b60d7cb0ec4f669809c03c970f132b70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1655, 'short term disability', 21, '2025-01-30 16:40:22', '0', '', '8abb9127536d4d8e042a364a860f44d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1656, 'short term disability', 21, '2025-01-30 16:40:23', '0', '', '8abb9127536d4d8e042a364a860f44d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1657, 'pension plan', 56, '2025-01-31 20:45:26', '0', '', 'dd85f5524f1723fce14841aa9e130b30', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1658, 'pension plan', 56, '2025-01-31 20:45:27', '0', '', 'dd85f5524f1723fce14841aa9e130b30', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1659, '401k', 7, '2025-02-02 06:31:53', '0', '', 'd8de1c84774e1618585e817d55ea070d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1660, '401k', 7, '2025-02-02 06:31:55', '0', '', 'd8de1c84774e1618585e817d55ea070d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1661, 'linked', 1, '2025-02-03 14:49:03', '0', '', '9d388c6f37a77ecb71fe826ed80df033', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1662, 'linked', 1, '2025-02-03 14:49:04', '0', '', '9d388c6f37a77ecb71fe826ed80df033', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1663, 'adoption', 8, '2025-02-03 18:44:42', '0', '', '6646838d1c1d4af5fe11041845c2b5f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1664, 'adoption', 8, '2025-02-03 18:44:44', '0', '', '6646838d1c1d4af5fe11041845c2b5f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1665, 'proactive md', 9, '2025-02-04 14:52:05', '0', '', '03476fa184518c287cd9b0572d17b22b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1666, 'proactive md', 9, '2025-02-04 14:52:06', '0', '', '03476fa184518c287cd9b0572d17b22b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1667, 'ayco', 3, '2025-02-04 15:49:20', '0', '', 'ff7a30fe3a35dd2ed83f75c69c8ab416', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1668, 'ayco', 3, '2025-02-04 15:49:21', '0', '', 'ff7a30fe3a35dd2ed83f75c69c8ab416', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1669, 'pension', 9, '2025-02-04 16:16:56', '0', '', '1b40a80bcc88c57827c090f58c0e4944', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1670, 'pension', 9, '2025-02-04 16:16:57', '0', '', '1b40a80bcc88c57827c090f58c0e4944', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1671, 'transitional guide', 30, '2025-02-04 16:20:51', '0', '', '1b40a80bcc88c57827c090f58c0e4944', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1672, 'transitional guide', 30, '2025-02-04 16:20:52', '0', '', '1b40a80bcc88c57827c090f58c0e4944', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1673, 'ppl', 6, '2025-02-04 18:17:17', '0', '', '585cf7d1cbf843b0987618e8e6196fbf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1674, 'ppl', 6, '2025-02-04 18:17:18', '0', '', '585cf7d1cbf843b0987618e8e6196fbf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1675, 'adoption', 8, '2025-02-04 19:12:58', '0', '', '8cb538c8866f5c2fee9adf94f46645c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1676, 'adoption', 8, '2025-02-04 19:12:59', '0', '', '8cb538c8866f5c2fee9adf94f46645c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1677, 'w2', '0', '2025-02-04 19:39:26', '0', '', 'f44c53f4f4538bdfc098619424c8eb62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1678, 'w2', '0', '2025-02-04 19:39:27', '0', '', 'f44c53f4f4538bdfc098619424c8eb62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1679, 'fmla', 2, '2025-02-06 12:27:38', '0', '', '5982872e10ee3a16e25c2e6a277fbbef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1680, 'fmla', 2, '2025-02-06 12:27:40', '0', '', '5982872e10ee3a16e25c2e6a277fbbef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1681, '401k', 7, '2025-02-06 14:34:24', '0', '', 'bdde94ca6a98390a19068636730672f4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1682, '401k', 7, '2025-02-06 14:34:26', '0', '', 'bdde94ca6a98390a19068636730672f4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1683, 'short term disability', 21, '2025-02-06 14:48:10', '0', '', '10c2167c7a4e4f8459621cb26d258c0e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1684, 'short term disability', 21, '2025-02-06 14:48:12', '0', '', '10c2167c7a4e4f8459621cb26d258c0e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1685, 'ayco', 3, '2025-02-06 19:11:26', '0', '', 'afa5a57b99fe1d7b9c567ea6aadb8ac9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1686, 'ayco', 3, '2025-02-06 19:11:28', '0', '', 'afa5a57b99fe1d7b9c567ea6aadb8ac9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1687, 'paternity leave', 13, '2025-02-06 20:20:48', '0', '', 'aa5faacf80a3aba272760f9f1a083806', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1688, 'paternity leave', 13, '2025-02-06 20:20:49', '0', '', 'aa5faacf80a3aba272760f9f1a083806', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1689, 'workday', 8, '2025-02-07 02:48:31', '0', '', 'ffbb2c4f0a478e5156bc6b26d095a5c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1690, 'workday', 8, '2025-02-07 02:48:32', '0', '', 'ffbb2c4f0a478e5156bc6b26d095a5c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1691, 'lump sum', 26, '2025-02-07 12:48:30', '0', '', '01023692357a7eb33525e7a8793944f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1692, 'lump sum', 26, '2025-02-07 12:48:31', '0', '', '01023692357a7eb33525e7a8793944f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1693, 'cf legacy lump sum', 80, '2025-02-07 12:51:36', '0', '', '01023692357a7eb33525e7a8793944f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1694, 'cf legacy lump sum', 80, '2025-02-07 12:51:37', '0', '', '01023692357a7eb33525e7a8793944f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1695, 'sick', '0', '2025-02-07 16:44:35', '0', '', '007c6772a4cac1a2005e87cf3b7aa1c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1696, 'sick', '0', '2025-02-07 16:44:36', '0', '', '007c6772a4cac1a2005e87cf3b7aa1c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1697, '401k summary plan description', 60, '2025-02-07 16:48:14', '0', '', '8e6c52159f104e0b662f0699ba03a2f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1698, '401k summary plan description', 60, '2025-02-07 16:48:15', '0', '', '8e6c52159f104e0b662f0699ba03a2f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1699, 'joint pain', 1, '2025-02-07 19:14:08', '0', '', '06eb92ab67f2ffb13eea04faf2277b9e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1700, 'joint pain', 1, '2025-02-07 19:14:10', '0', '', '06eb92ab67f2ffb13eea04faf2277b9e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1701, 'aunnual enrollment', 19, '2025-02-07 19:51:26', '0', '', '065b21efbfb02a812e05a571e30546cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1702, 'aunnual enrollment', 19, '2025-02-07 19:51:27', '0', '', '065b21efbfb02a812e05a571e30546cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1703, 'fmla', 2, '2025-02-07 20:55:29', '0', '', '5c0962ddd8bcb415b1ad4c0f54d5db2d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1704, 'fmla', 2, '2025-02-07 20:55:30', '0', '', '5c0962ddd8bcb415b1ad4c0f54d5db2d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1705, 'uber', 1, '2025-02-07 21:20:44', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1706, 'uber', 1, '2025-02-07 21:20:45', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1707, 'formulary', 2, '2025-02-07 21:21:21', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1708, 'formulary', 2, '2025-02-07 21:21:22', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1709, 'student loan', 3, '2025-02-07 21:22:28', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1710, 'student loan', 3, '2025-02-07 21:22:29', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1711, 'osv', 1, '2025-02-07 21:22:48', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1712, 'osv', 1, '2025-02-07 21:22:49', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1713, 'ppl', 6, '2025-02-07 21:23:10', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1714, 'ppl', 6, '2025-02-07 21:23:11', '0', '', 'f6aeaa5716649241b949b5c80d2970bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1715, 'osv', 1, '2025-02-07 23:09:21', '0', '', 'f27861d3aabec7944dbc40f077e7a48a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1716, 'osv', 1, '2025-02-07 23:09:22', '0', '', 'f27861d3aabec7944dbc40f077e7a48a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1717, 'cf benefits center', 90, '2025-02-07 23:10:55', '0', '', 'f27861d3aabec7944dbc40f077e7a48a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1718, 'cf benefits center', 90, '2025-02-07 23:10:56', '0', '', 'f27861d3aabec7944dbc40f077e7a48a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1719, 'accidental death', 9, '2025-02-08 17:25:47', '0', '', '614bbfb857133d3a536fd190afbf4efc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1720, 'accidental death', 9, '2025-02-08 17:25:48', '0', '', '614bbfb857133d3a536fd190afbf4efc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1721, 'w2', '0', '2025-02-09 18:30:15', '0', '', '5c1972e4ceded8a9a9bd53d1b03c81e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1722, 'w2', '0', '2025-02-09 18:30:16', '0', '', '5c1972e4ceded8a9a9bd53d1b03c81e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1723, 'benefit change', 66, '2025-02-09 19:43:46', '0', '', '40f40b242e953ea356a97260b1cfe180', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1724, 'benefit change', 66, '2025-02-09 19:43:48', '0', '', '40f40b242e953ea356a97260b1cfe180', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1725, 'uber', 1, '2025-02-10 15:47:29', '0', '', '306c379f63758238ab8ad82cbec7778a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1726, 'uber', 1, '2025-02-10 15:47:30', '0', '', '306c379f63758238ab8ad82cbec7778a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1727, 'birth', 9, '2025-02-10 16:30:37', '0', '', '512ad732864e1344bf1ae8b84776542c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1728, 'birth', 9, '2025-02-10 16:30:38', '0', '', '512ad732864e1344bf1ae8b84776542c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1729, 'diabetes', 3, '2025-02-10 19:03:00', '0', '', 'e3d775447e4f4955d0def2fecddb16a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1730, 'diabetes', 3, '2025-02-10 19:03:01', '0', '', 'e3d775447e4f4955d0def2fecddb16a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1733, 'legal help', 53, '2025-02-10 19:06:12', '0', '', 'd0fdd576fe984fd240a5b112e2a4622c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1734, 'legal help', 53, '2025-02-10 19:06:13', '0', '', 'd0fdd576fe984fd240a5b112e2a4622c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1735, 'fidelity', 14, '2025-02-10 21:26:21', '0', '', '60f81f13f67a2cca067b03aae7558443', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1736, 'fidelity', 14, '2025-02-10 21:26:22', '0', '', '60f81f13f67a2cca067b03aae7558443', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1737, 'diabetes', 3, '2025-02-11 15:39:12', '0', '', '0ba1e1c8b21bad76988f83839f0d7529', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1738, 'diabetes', 3, '2025-02-11 15:39:13', '0', '', '0ba1e1c8b21bad76988f83839f0d7529', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1739, 'diabetes', 3, '2025-02-11 17:11:55', '0', '', '995bd06fcbcdd72a59d12d7414a6dc58', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1740, 'diabetes', 3, '2025-02-11 17:11:56', '0', '', '995bd06fcbcdd72a59d12d7414a6dc58', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1741, 'diabetes', 3, '2025-02-11 18:18:35', '0', '', 'fd2b78397312c35e51701e507b290d64', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1742, 'diabetes', 3, '2025-02-11 18:18:37', '0', '', 'fd2b78397312c35e51701e507b290d64', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1743, 'cf perkspot', 61, '2025-02-11 18:42:47', '0', '', 'e6dacc655728236becf2ff883f23081b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1744, 'cf perkspot', 61, '2025-02-11 18:42:48', '0', '', 'e6dacc655728236becf2ff883f23081b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1745, 'login', 2, '2025-02-11 23:19:06', '0', '', '6703e0883cd8df457027e9f330b82c3d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1746, 'login', 2, '2025-02-11 23:19:07', '0', '', '6703e0883cd8df457027e9f330b82c3d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1747, 'comp', 48, '2025-02-12 17:44:09', '0', '', '595ba978dfcf5d016190900f00d69217', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1748, 'comp', 48, '2025-02-12 17:44:11', '0', '', '595ba978dfcf5d016190900f00d69217', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1749, 'paternity', 4, '2025-02-12 19:45:05', '0', '', '177a523ce0f5cb810973955dcf210cf5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1750, 'paternity', 4, '2025-02-12 19:45:07', '0', '', '177a523ce0f5cb810973955dcf210cf5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1751, 'disability', 6, '2025-02-13 18:14:31', '0', '', 'ed3e206a63209a15a25500644094409d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1752, 'disability', 6, '2025-02-13 18:14:32', '0', '', 'ed3e206a63209a15a25500644094409d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1753, 'fmla', 2, '2025-02-13 18:15:20', '0', '', 'aad1327844be3e62e7d3a500e1f29f35', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1754, 'fmla', 2, '2025-02-13 18:15:21', '0', '', 'aad1327844be3e62e7d3a500e1f29f35', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1755, 'ms', 24, '2025-02-13 21:27:57', '0', '', '24d77cfd4af4bf8f55b8a710f4220460', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1756, 'ms', 24, '2025-02-13 21:27:58', '0', '', '24d77cfd4af4bf8f55b8a710f4220460', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1757, 'pension', 9, '2025-02-16 09:59:36', '0', '', '46cb3c02e91d15c41d82a6a7dba48769', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1758, 'pension', 9, '2025-02-16 09:59:37', '0', '', '46cb3c02e91d15c41d82a6a7dba48769', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1759, 'uber for business', 13, '2025-02-17 20:36:22', '0', '', '96d839182a52d9ea71043dec05463e77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1760, 'uber for business', 13, '2025-02-17 20:36:23', '0', '', '96d839182a52d9ea71043dec05463e77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1761, 'creating a budget to buy a home', 12, '2025-02-18 16:09:32', '0', '', 'd1b01fb63ca95154505b05dde1e18f27', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1762, 'creating a budget to buy a home', 12, '2025-02-18 16:09:33', '0', '', 'd1b01fb63ca95154505b05dde1e18f27', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1763, 'budget to purchase a home', 14, '2025-02-18 16:45:15', '0', '', 'ca8ee370a98479fcd34abb5e29724d4c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1764, 'budget to purchase a home', 14, '2025-02-18 16:45:15', '0', '', 'ca8ee370a98479fcd34abb5e29724d4c', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1765, 'budget', 1, '2025-02-18 17:14:17', '0', '', 'd6a4bb3f828a4047b935cf3019244c16', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1766, 'budget', 1, '2025-02-18 17:14:17', '0', '', 'd6a4bb3f828a4047b935cf3019244c16', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1767, 'vacation', 3, '2025-02-18 20:06:17', '0', '', 'a22f5a49dad0fccb887d6c35a4a30615', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1768, 'vacation', 3, '2025-02-18 20:06:18', '0', '', 'a22f5a49dad0fccb887d6c35a4a30615', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1769, 'buy a home', 10, '2025-02-19 14:16:29', '0', '', '4eed4529f2559e2ccf02f3da6d722cc2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1770, 'buy a home', 10, '2025-02-19 14:16:30', '0', '', '4eed4529f2559e2ccf02f3da6d722cc2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1771, 'fidelity', 14, '2025-02-19 20:05:51', '0', '', '205490f1659cba1be82ec4b9a35ca513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1772, 'fidelity', 14, '2025-02-19 20:05:52', '0', '', '205490f1659cba1be82ec4b9a35ca513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1773, 'voluntary child life', 38, '2025-02-19 21:19:09', '0', '', 'ac8238dc208dcc1dd911738542916ce4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1774, 'voluntary child life', 38, '2025-02-19 21:19:11', '0', '', 'ac8238dc208dcc1dd911738542916ce4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1775, 'adoption', 8, '2025-02-20 13:22:45', '0', '', 'c755d8e661f88d34286d27449eb043cc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1776, 'adoption', 8, '2025-02-20 13:22:47', '0', '', 'c755d8e661f88d34286d27449eb043cc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1777, 'create a budget', 11, '2025-02-20 14:35:32', '0', '', '178a8b374009bebaedfd0d2e7f0b8c77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1778, 'create a budget', 11, '2025-02-20 14:35:34', '0', '', '178a8b374009bebaedfd0d2e7f0b8c77', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1779, 'perscription formulary', 2, '2025-02-20 15:39:39', '0', '', '61ee13c99f30aba7a8e76015eed72210', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1780, 'perscription formulary', 2, '2025-02-20 15:39:40', '0', '', '61ee13c99f30aba7a8e76015eed72210', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1781, 'striv', 7, '2025-02-20 16:26:34', '0', '', 'fd0ab5fcb35c51c55e5d6fb39b95ec4a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1782, 'striv', 7, '2025-02-20 16:26:35', '0', '', 'fd0ab5fcb35c51c55e5d6fb39b95ec4a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1783, 'derio', '0', '2025-02-21 14:48:35', '0', '', '50420637f5e8797b99b8f2be930ca55c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1784, 'derio', '0', '2025-02-21 14:48:36', '0', '', '50420637f5e8797b99b8f2be930ca55c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1785, 'dario', 3, '2025-02-21 14:49:31', '0', '', '50420637f5e8797b99b8f2be930ca55c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1786, 'dario', 3, '2025-02-21 14:49:32', '0', '', '50420637f5e8797b99b8f2be930ca55c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1787, 1095, '0', '2025-02-21 16:26:24', '0', '', 'f8af60e61cd3324a797500354f299c12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1788, 1095, '0', '2025-02-21 16:26:25', '0', '', 'f8af60e61cd3324a797500354f299c12', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1789, 'employee assistance program', 69, '2025-02-21 18:58:10', '0', '', '8ef18d840d8e4a20357a4a90b2b78a2b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1790, 'employee assistance program', 69, '2025-02-21 18:58:12', '0', '', '8ef18d840d8e4a20357a4a90b2b78a2b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1791, 'eap', 8, '2025-02-21 18:58:18', '0', '', '8ef18d840d8e4a20357a4a90b2b78a2b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1792, 'eap', 8, '2025-02-21 18:58:19', '0', '', '8ef18d840d8e4a20357a4a90b2b78a2b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1793, '1095-c', '0', '2025-02-21 21:39:09', '0', '', '8bddf03e145ca9dae0e686a77ac2be5e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1794, '1095-c', '0', '2025-02-21 21:39:11', '0', '', '8bddf03e145ca9dae0e686a77ac2be5e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1795, 'strive', 7, '2025-02-22 14:24:17', '0', '', '76c73b1dc043125dadcab44f97d734c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1796, 'strive', 7, '2025-02-22 14:24:19', '0', '', '76c73b1dc043125dadcab44f97d734c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1797, 'pension plan', 56, '2025-02-23 16:11:34', '0', '', 'b3156e934183e737758c75b26b80ffd9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1798, 'pension plan', 56, '2025-02-23 16:11:35', '0', '', 'b3156e934183e737758c75b26b80ffd9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1799, 'strive', 7, '2025-02-24 14:21:33', '0', '', 'c6abd9c35ee17ece7d8327a5cf2f15e8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1800, 'strive', 7, '2025-02-24 14:21:34', '0', '', 'c6abd9c35ee17ece7d8327a5cf2f15e8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1801, 'credit monitoring', 3, '2025-02-24 14:31:31', '0', '', '836e6abd52de853f8ffa3ab19b5fa1ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1802, 'credit monitoring', 3, '2025-02-24 14:31:32', '0', '', '836e6abd52de853f8ffa3ab19b5fa1ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1803, 'eap', 8, '2025-02-24 16:57:07', '0', '', '2546238e692845c97c7f2465686bfdb8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1804, 'eap', 8, '2025-02-24 16:57:08', '0', '', '2546238e692845c97c7f2465686bfdb8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1805, 'employee hotline', 64, '2025-02-24 16:58:58', '0', '', '2546238e692845c97c7f2465686bfdb8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1806, 'employee hotline', 64, '2025-02-24 16:59:00', '0', '', '2546238e692845c97c7f2465686bfdb8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1807, 'suicide prevention', 1, '2025-02-24 23:00:42', '0', '', 'ba4f895f9bbbe38161242c88becae7a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1808, 'suicide prevention', 1, '2025-02-24 23:00:43', '0', '', 'ba4f895f9bbbe38161242c88becae7a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1809, 'gardner school', 6, '2025-02-25 14:48:45', '0', '', '4f4dc1fb49e35ab76cbb835995ea9d10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1810, 'gardner school', 6, '2025-02-25 14:48:47', '0', '', '4f4dc1fb49e35ab76cbb835995ea9d10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1811, 'legal help', 53, '2025-02-25 15:09:43', '0', '', 'fc90ba67f38ae55c3c9287ea097a35f1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1812, 'legal help', 53, '2025-02-25 15:09:44', '0', '', 'fc90ba67f38ae55c3c9287ea097a35f1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1813, 'legal assistance', 15, '2025-02-25 15:12:43', '0', '', 'fc90ba67f38ae55c3c9287ea097a35f1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1814, 'legal assistance', 15, '2025-02-25 15:12:44', '0', '', 'fc90ba67f38ae55c3c9287ea097a35f1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1815, 'legal matters', 8, '2025-02-25 15:18:57', '0', '', '154a2b3a4e0a3375e0899c0cd2cf4d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1816, 'legal matters', 8, '2025-02-25 15:18:58', '0', '', '154a2b3a4e0a3375e0899c0cd2cf4d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1817, 'variable incentive program', 33, '2025-02-25 15:29:23', '0', '', 'ba38b5d3a675fa08d8bc507803214f80', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1818, 'variable incentive program', 33, '2025-02-25 15:29:24', '0', '', 'ba38b5d3a675fa08d8bc507803214f80', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1819, 'myhrbusinesspartner', '0', '2025-02-25 18:23:56', '0', '', '1d297ba19b8af78ce4ebb749893405e5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1820, 'myhrbusinesspartner', '0', '2025-02-25 18:23:57', '0', '', '1d297ba19b8af78ce4ebb749893405e5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1821, 'label/php-shells', '0', '2025-02-25 20:19:12', '0', '', 'a368b260b3657e0a6ec97d16c7c26a02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1822, 'label/php-shells', '0', '2025-02-25 20:19:13', '0', '', 'a368b260b3657e0a6ec97d16c7c26a02', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1823, 'summary plan description', 60, '2025-02-25 21:45:43', '0', '', '045f475905200a8fa948083aa478c77e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1824, 'summary plan description', 60, '2025-02-25 21:45:44', '0', '', '045f475905200a8fa948083aa478c77e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1825, 'legal', 7, '2025-02-26 17:14:58', '0', '', '93d30b65e7e0f5a65c30c21fc3088e55', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1826, 'legal', 7, '2025-02-26 17:14:59', '0', '', '93d30b65e7e0f5a65c30c21fc3088e55', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1827, 'legal', 7, '2025-02-26 19:00:37', '0', '', '89fa9b1d195b78bcd05355fa7587b4a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1828, 'legal', 7, '2025-02-26 19:00:38', '0', '', '89fa9b1d195b78bcd05355fa7587b4a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1829, 'pension', 9, '2025-02-28 00:11:16', '0', '', '03e3e281ceea07596c10f61407c87eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1830, 'pension', 9, '2025-02-28 00:11:17', '0', '', '03e3e281ceea07596c10f61407c87eff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1831, 'vip', 2, '2025-02-28 13:49:14', '0', '', 'fac0b94a3dcdf55ea12952802eb556f4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1832, 'vip', 2, '2025-02-28 13:49:16', '0', '', 'fac0b94a3dcdf55ea12952802eb556f4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1833, 'vip', 2, '2025-03-04 18:34:44', '0', '', '6ac14ffe30f05ceaeb1f30cab5e3db92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1834, 'vip', 2, '2025-03-04 18:34:45', '0', '', '6ac14ffe30f05ceaeb1f30cab5e3db92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1835, 'life change event', 39, '2025-03-04 19:07:26', '0', '', 'bfa1f44bb9570bc047285cb44e42c232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1836, 'life change event', 39, '2025-03-04 19:07:27', '0', '', 'bfa1f44bb9570bc047285cb44e42c232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1837, 'life changeing event notice', 38, '2025-03-04 19:08:38', '0', '', 'bfa1f44bb9570bc047285cb44e42c232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1838, 'life changeing event notice', 38, '2025-03-04 19:08:39', '0', '', 'bfa1f44bb9570bc047285cb44e42c232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1839, 'how many days from the event can you submit your change in workday', 34, '2025-03-04 19:12:45', '0', '', 'bfa1f44bb9570bc047285cb44e42c232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1840, 'how many days from the event can you submit your change in workday', 34, '2025-03-04 19:12:46', '0', '', 'bfa1f44bb9570bc047285cb44e42c232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1841, 'life event change', 39, '2025-03-04 19:16:53', '0', '', '5c47c9df7407aecec82821e64337ff2e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1842, 'life event change', 39, '2025-03-04 19:16:54', '0', '', '5c47c9df7407aecec82821e64337ff2e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1843, 'new baby', 37, '2025-03-04 20:26:39', '0', '', '5285df91afc15f492e598ed3b3ce28f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1844, 'new baby', 37, '2025-03-04 20:26:40', '0', '', '5285df91afc15f492e598ed3b3ce28f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1845, 'life changing event', 31, '2025-03-04 22:41:34', '0', '', '04e52c56ef9e7e93988a1752dfb62ba0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1846, 'life changing event', 31, '2025-03-04 22:41:35', '0', '', '04e52c56ef9e7e93988a1752dfb62ba0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1847, 'lehigh', '0', '2025-03-05 20:40:48', '0', '', 'ead7d7842545194ed80f4d8c24ba4fcb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1848, 'lehigh', '0', '2025-03-05 20:40:49', '0', '', 'ead7d7842545194ed80f4d8c24ba4fcb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1849, 'one source virtual', 23, '2025-03-06 13:29:36', '0', '', '6c27620a016ad4862edde9a7a3d29462', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1850, 'one source virtual', 23, '2025-03-06 13:29:37', '0', '', '6c27620a016ad4862edde9a7a3d29462', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1851, 'benefits hotline', 62, '2025-03-06 13:30:03', '0', '', '6c27620a016ad4862edde9a7a3d29462', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1852, 'benefits hotline', 62, '2025-03-06 13:30:05', '0', '', '6c27620a016ad4862edde9a7a3d29462', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1853, 'turbo tax', 13, '2025-03-06 22:07:41', '0', '', '1b31d3399bc4eb23cef2332ff231042c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1854, 'turbo tax', 13, '2025-03-06 22:07:42', '0', '', '1b31d3399bc4eb23cef2332ff231042c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1855, 'w-2', '0', '2025-03-07 21:21:31', '0', '', 'd14ac72fff604e75913cf76b09accf9a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1856, 'w-2', '0', '2025-03-07 21:21:32', '0', '', 'd14ac72fff604e75913cf76b09accf9a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1857, 'label/php-shells', '0', '2025-03-07 23:11:37', '0', '', '066c763729475ed5e766cef58eceee06', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1858, 'label/php-shells', '0', '2025-03-07 23:11:38', '0', '', '066c763729475ed5e766cef58eceee06', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1859, 'mental health', 47, '2025-03-08 09:02:42', '0', '', '685e115a98d40d9400a1bc29966e4de7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1860, 'mental health', 47, '2025-03-08 09:02:44', '0', '', '685e115a98d40d9400a1bc29966e4de7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1861, 'boot voucher', '0', '2025-03-08 12:13:08', '0', '', '3b68e1ea360880125b673fe5960b83ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1862, 'boot voucher', '0', '2025-03-08 12:13:09', '0', '', '3b68e1ea360880125b673fe5960b83ca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1863, 'teledoc', 1, '2025-03-09 20:08:12', '0', '', 'b87b157814ff07cfc60553006ede61d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1864, 'teledoc', 1, '2025-03-09 20:08:14', '0', '', 'b87b157814ff07cfc60553006ede61d7', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1865, 'long term', 22, '2025-03-10 20:56:03', '0', '', '672eb8f20a42a9f97d47d7ce9975dc98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1866, 'long term', 22, '2025-03-10 20:56:05', '0', '', '672eb8f20a42a9f97d47d7ce9975dc98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1867, 'disability', 6, '2025-03-10 20:56:47', '0', '', '672eb8f20a42a9f97d47d7ce9975dc98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1868, 'disability', 6, '2025-03-10 20:56:48', '0', '', '672eb8f20a42a9f97d47d7ce9975dc98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1869, 'ltd', '0', '2025-03-11 18:26:15', '0', '', '4a487137d6b8aa9a6fb5890d7492d4e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1870, 'ltd', '0', '2025-03-11 18:26:17', '0', '', '4a487137d6b8aa9a6fb5890d7492d4e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1871, 'long term disability', 22, '2025-03-11 18:26:38', '0', '', '4a487137d6b8aa9a6fb5890d7492d4e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1872, 'long term disability', 22, '2025-03-11 18:26:39', '0', '', '4a487137d6b8aa9a6fb5890d7492d4e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1873, 'health advocacy', 46, '2025-03-11 18:51:40', '0', '', 'c46e239448ce8fa3f2fab7dd299e4fbe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1874, 'health advocacy', 46, '2025-03-11 18:51:40', '0', '', 'c46e239448ce8fa3f2fab7dd299e4fbe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1875, 'mental health', 47, '2025-03-11 20:22:12', '0', '', '8e7382efc0fe80ea4ceef3392863854c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1876, 'mental health', 47, '2025-03-11 20:22:13', '0', '', '8e7382efc0fe80ea4ceef3392863854c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1877, 'fertility', 1, '2025-03-12 18:33:28', '0', '', '3628d2baf9b83f586fe357bf933535a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1878, 'fertility', 1, '2025-03-12 18:33:29', '0', '', '3628d2baf9b83f586fe357bf933535a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1879, 'adoption assistance', 19, '2025-03-12 19:32:28', '0', '', 'a34f6e9d3d7b98365be913d5aa66e362', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1880, 'adoption assistance', 19, '2025-03-12 19:32:29', '0', '', 'a34f6e9d3d7b98365be913d5aa66e362', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1881, 'adoption', 8, '2025-03-12 19:32:44', '0', '', 'a34f6e9d3d7b98365be913d5aa66e362', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1882, 'adoption', 8, '2025-03-12 19:32:45', '0', '', 'a34f6e9d3d7b98365be913d5aa66e362', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1883, 'cigna vision coverage', 41, '2025-03-13 17:33:47', '0', '', '038095d15f12899627dd4dea09264447', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1884, 'cigna vision coverage', 41, '2025-03-13 17:33:48', '0', '', '038095d15f12899627dd4dea09264447', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1885, 'health club', 46, '2025-03-13 20:25:26', '0', '', 'c9ae832ab5d46b6060626013309eb716', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1886, 'health club', 46, '2025-03-13 20:25:27', '0', '', 'c9ae832ab5d46b6060626013309eb716', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1887, 'tuition', 3, '2025-03-14 21:47:10', '0', '', '3f6ffce318140b3701650956bb1ce241', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1888, 'tuition', 3, '2025-03-14 21:47:11', '0', '', '3f6ffce318140b3701650956bb1ce241', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1889, 'label/php-shells', '0', '2025-03-15 13:05:39', '0', '', '9c328d342d73f28091a5d43c3567a211', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1890, 'label/php-shells', '0', '2025-03-15 13:05:41', '0', '', '9c328d342d73f28091a5d43c3567a211', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1891, 'dental', 24, '2025-03-15 15:34:01', '0', '', '8d39ff0773eb865536f050d028e31001', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1892, 'dental', 24, '2025-03-15 15:34:02', '0', '', '8d39ff0773eb865536f050d028e31001', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1893, 'label/php-shells', '0', '2025-03-17 01:33:47', '0', '', '32bdc4d994a7114525032475a30509e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1894, 'label/php-shells', '0', '2025-03-17 01:33:48', '0', '', '32bdc4d994a7114525032475a30509e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1895, 'pension account', 33, '2025-03-17 15:25:07', '0', '', 'f43eceb971f69c7618c0eca990413716', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1896, 'pension account', 33, '2025-03-17 15:25:08', '0', '', 'f43eceb971f69c7618c0eca990413716', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1897, 'cf pension site', 67, '2025-03-17 15:31:46', '0', '', 'f43eceb971f69c7618c0eca990413716', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1898, 'cf pension site', 67, '2025-03-17 15:31:47', '0', '', 'f43eceb971f69c7618c0eca990413716', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1899, 'rates', 6, '2025-03-17 16:00:53', '0', '', '384180ee9abb55ff0c5b74bd0efb75e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1900, 'rates', 6, '2025-03-17 16:00:54', '0', '', '384180ee9abb55ff0c5b74bd0efb75e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1901, 'early retirement', 13, '2025-03-18 16:39:08', '0', '', '273c20d658d66784827ccadef50989db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1902, 'early retirement', 13, '2025-03-18 16:39:10', '0', '', '273c20d658d66784827ccadef50989db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1903, 'dario health', 46, '2025-03-19 05:36:55', '0', '', '2914c06e40ae49a8e458e5c661789761', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1904, 'dario health', 46, '2025-03-19 05:36:56', '0', '', '2914c06e40ae49a8e458e5c661789761', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1905, 'planselect', 2, '2025-03-19 05:41:29', '0', '', '2914c06e40ae49a8e458e5c661789761', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1906, 'planselect', 2, '2025-03-19 05:41:30', '0', '', '2914c06e40ae49a8e458e5c661789761', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1907, 'linked in', 1, '2025-03-19 15:49:08', '0', '', 'c523f3ff37f8b16ee769f07f986f6907', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1908, 'linked in', 1, '2025-03-19 15:49:10', '0', '', 'c523f3ff37f8b16ee769f07f986f6907', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1909, 'rates', 6, '2025-03-19 17:56:34', '0', '', '1dd8b026fab1b48e679216759728531e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1910, 'rates', 6, '2025-03-19 17:56:35', '0', '', '1dd8b026fab1b48e679216759728531e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1911, 'vacation time', 36, '2025-03-19 18:25:57', '0', '', '6a45262700819565b884f7ee9a008d54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1912, 'vacation time', 36, '2025-03-19 18:25:58', '0', '', '6a45262700819565b884f7ee9a008d54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1913, 'pension', 9, '2025-03-19 20:55:21', '0', '', '1f17641ff2fad4eef0baea529762d6ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1914, 'pension', 9, '2025-03-19 20:55:22', '0', '', '1f17641ff2fad4eef0baea529762d6ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1915, 'cash balance', 17, '2025-03-19 20:59:30', '0', '', '1f17641ff2fad4eef0baea529762d6ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1916, 'cash balance', 17, '2025-03-19 20:59:31', '0', '', '1f17641ff2fad4eef0baea529762d6ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1917, 'totally vested', 3, '2025-03-20 19:20:52', '0', '', '5c3a78555d868808b9b93b6b0f143c33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1918, 'totally vested', 3, '2025-03-20 19:20:54', '0', '', '5c3a78555d868808b9b93b6b0f143c33', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1919, 'fmla', 2, '2025-03-24 05:17:56', '0', '', '1a574a058e5f202bef9cf461ffa8f7c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1920, 'fmla', 2, '2025-03-24 05:17:57', '0', '', '1a574a058e5f202bef9cf461ffa8f7c3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1921, 'fmla', 2, '2025-03-24 06:28:51', '0', '', '3f813d91272ae53d646516bcbcdf36ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1922, 'fmla', 2, '2025-03-24 06:28:53', '0', '', '3f813d91272ae53d646516bcbcdf36ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1923, 'parental leave', 13, '2025-03-24 12:56:25', '0', '', '040fa53a6613a79c015a3a37cdecdeed', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1924, 'parental leave', 13, '2025-03-24 12:56:26', '0', '', '040fa53a6613a79c015a3a37cdecdeed', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1925, 'short term disability', 21, '2025-03-24 16:28:38', '0', '', '01600f45fe01600d490cb6f910b214a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1926, 'short term disability', 21, '2025-03-24 16:28:39', '0', '', '01600f45fe01600d490cb6f910b214a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1927, 'perks', 7, '2025-03-24 16:37:56', '0', '', '75cc00be65564c6937171af8a1bd7894', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1928, 'perks', 7, '2025-03-24 16:37:56', '0', '', '75cc00be65564c6937171af8a1bd7894', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1929, 'rates', 6, '2025-03-24 16:39:58', '0', '', '75cc00be65564c6937171af8a1bd7894', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1930, 'rates', 6, '2025-03-24 16:39:59', '0', '', '75cc00be65564c6937171af8a1bd7894', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1931, '/nonexistentcontroller', '0', '2025-03-24 19:18:06', '0', '', 'ee73cc7831ee825454a5f386983b6033', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1932, '/nonexistentcontroller', '0', '2025-03-24 19:18:07', '0', '', 'ee73cc7831ee825454a5f386983b6033', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1933, 'legacy', 1, '2025-03-25 13:23:43', '0', '', 'da8b84fee16a10e5c4c9106442d2e5ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1934, 'legacy', 1, '2025-03-25 13:23:44', '0', '', 'da8b84fee16a10e5c4c9106442d2e5ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1935, 'change of life', 38, '2025-03-25 14:19:37', '0', '', '560adafcce55ebae76306364a562d5ac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1936, 'change of life', 38, '2025-03-25 14:19:38', '0', '', '560adafcce55ebae76306364a562d5ac', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1937, 'vto', 2, '2025-03-25 17:54:17', '0', '', 'b140de450f2e9d5f5610df74ac3244f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1938, 'vto', 2, '2025-03-25 17:54:19', '0', '', 'b140de450f2e9d5f5610df74ac3244f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1939, 'fertility', 1, '2025-03-25 20:08:09', '0', '', '4e5dbb8d2333d2fe22fa1cd97552c01b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1940, 'fertility', 1, '2025-03-25 20:08:10', '0', '', '4e5dbb8d2333d2fe22fa1cd97552c01b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1941, 'ivf', 1, '2025-03-25 20:08:29', '0', '', '4e5dbb8d2333d2fe22fa1cd97552c01b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1942, 'ivf', 1, '2025-03-25 20:08:29', '0', '', '4e5dbb8d2333d2fe22fa1cd97552c01b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1943, 'bereavement', 1, '2025-03-25 21:59:23', '0', '', '9316424b128356a1cec2a80437220fb1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1944, 'bereavement', 1, '2025-03-25 21:59:24', '0', '', '9316424b128356a1cec2a80437220fb1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1945, 'cobra', 3, '2025-03-26 14:32:38', '0', '', '82a5755130eb3a1864fefd9f397e2962', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1946, 'cobra', 3, '2025-03-26 14:32:39', '0', '', '82a5755130eb3a1864fefd9f397e2962', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1947, 'parental leave', 13, '2025-03-26 16:05:10', '0', '', '92e7c00da853e32d06a8d871a67399e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1948, 'parental leave', 13, '2025-03-26 16:05:11', '0', '', '92e7c00da853e32d06a8d871a67399e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1949, 'aon', 1, '2025-03-27 14:26:47', '0', '', '5d8370acc282ad0d36bcbadef22f1e0c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1950, 'aon', 1, '2025-03-27 14:26:48', '0', '', '5d8370acc282ad0d36bcbadef22f1e0c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1951, 'blue point', 42, '2025-03-27 14:29:53', '0', '', '5d8370acc282ad0d36bcbadef22f1e0c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1952, 'blue point', 42, '2025-03-27 14:29:54', '0', '', '5d8370acc282ad0d36bcbadef22f1e0c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1953, 'adoption', 8, '2025-03-27 17:50:57', '0', '', '5060693e04d7b56a515eb89a4f580f4e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1954, 'adoption', 8, '2025-03-27 17:50:58', '0', '', '5060693e04d7b56a515eb89a4f580f4e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1955, 'us summary plan description', 60, '2025-03-27 18:33:48', '0', '', '84ce5b359198fdf16a6770c067ac9285', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1956, 'us summary plan description', 60, '2025-03-27 18:33:49', '0', '', '84ce5b359198fdf16a6770c067ac9285', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1957, 'short term disability', 21, '2025-03-28 13:30:58', '0', '', '98aa3c67ae9e8dab6c4dc005bd0b8b61', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1958, 'short term disability', 21, '2025-03-28 13:30:59', '0', '', '98aa3c67ae9e8dab6c4dc005bd0b8b61', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1959, 'adoption', 8, '2025-03-28 14:05:09', '0', '', 'ebe9cdb3c1550543c6c29b9898920fe2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1960, 'adoption', 8, '2025-03-28 14:05:10', '0', '', 'ebe9cdb3c1550543c6c29b9898920fe2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1961, 'add beneficiary', 34, '2025-03-28 14:26:01', '0', '', '7423aa4549902eecf4e81e8b12f9f531', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1962, 'add beneficiary', 34, '2025-03-28 14:26:03', '0', '', '7423aa4549902eecf4e81e8b12f9f531', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1963, 'add dependent', 36, '2025-03-28 15:00:11', '0', '', '6d1f2120c8a364078a5f4f3093dc1a1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1964, 'add dependent', 36, '2025-03-28 15:00:12', '0', '', '6d1f2120c8a364078a5f4f3093dc1a1e', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1965, 'beneficiary', 4, '2025-03-28 15:21:41', '0', '', '4d5944a33d960068d759591f3b89fe07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1966, 'beneficiary', 4, '2025-03-28 15:21:42', '0', '', '4d5944a33d960068d759591f3b89fe07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1967, 'pension', 9, '2025-03-29 15:18:51', '0', '', '4b4e76fd6253e3e2cd9927183187d411', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1968, 'pension', 9, '2025-03-29 15:18:53', '0', '', '4b4e76fd6253e3e2cd9927183187d411', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1969, 'values', 4, '2025-03-31 15:07:08', '0', '', '77f4e6cde92a9aa47a667e5a3b01279d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1970, 'values', 4, '2025-03-31 15:07:09', '0', '', '77f4e6cde92a9aa47a667e5a3b01279d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1971, 'perkspot', 4, '2025-03-31 16:39:34', '0', '', '7255e29295b819c12b715058c63500c2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1972, 'perkspot', 4, '2025-03-31 16:39:35', '0', '', '7255e29295b819c12b715058c63500c2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1973, 'pension', 9, '2025-04-01 13:34:11', '0', '', 'cc745ad6f0dcb34f2f2e8c267e870a1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1974, 'pension', 9, '2025-04-01 13:34:12', '0', '', 'cc745ad6f0dcb34f2f2e8c267e870a1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1975, 'gym', 3, '2025-04-01 18:50:17', '0', '', '63c0229033c4c2df2dde8dfa7a3d382d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1976, 'gym', 3, '2025-04-01 18:50:18', '0', '', '63c0229033c4c2df2dde8dfa7a3d382d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1977, 'paternity leave', 13, '2025-04-02 16:30:19', '0', '', 'c003d56667896252bbe298389fb528ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1978, 'paternity leave', 13, '2025-04-02 16:30:20', '0', '', 'c003d56667896252bbe298389fb528ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1981, 'maternity leave', 13, '2025-04-02 16:39:14', '0', '', '28d9abc5cc8a8947ab8fa76f85ff4052', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1982, 'maternity leave', 13, '2025-04-02 16:39:15', '0', '', '28d9abc5cc8a8947ab8fa76f85ff4052', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1985, 'maternity leave canada', 14, '2025-04-02 17:13:28', '0', '', '7166ff121e50bb28817be7ee524e9628', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1986, 'maternity leave canada', 14, '2025-04-02 17:13:29', '0', '', '7166ff121e50bb28817be7ee524e9628', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1987, 'new york life', 44, '2025-04-03 14:16:51', '0', '', '3beac6b3d843bb56ad25529da7899757', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1988, 'new york life', 44, '2025-04-03 14:16:52', '0', '', '3beac6b3d843bb56ad25529da7899757', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1989, 'sun life', 29, '2025-04-03 15:59:26', '0', '', '812ae31ff3426216dfd391f04d2fe855', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1990, 'sun life', 29, '2025-04-03 15:59:28', '0', '', '812ae31ff3426216dfd391f04d2fe855', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1991, 'canada', 1, '2025-04-03 16:02:59', '0', '', '812ae31ff3426216dfd391f04d2fe855', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1992, 'canada', 1, '2025-04-03 16:03:00', '0', '', '812ae31ff3426216dfd391f04d2fe855', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1993, 'add', 33, '2025-04-05 00:50:32', '0', '', '5c8bbc625e8839045b8e3f30a7057253', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1994, 'add', 33, '2025-04-05 00:50:33', '0', '', '5c8bbc625e8839045b8e3f30a7057253', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1995, 'accidental death', 9, '2025-04-05 00:50:59', '0', '', '5c8bbc625e8839045b8e3f30a7057253', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1996, 'accidental death', 9, '2025-04-05 00:51:00', '0', '', '5c8bbc625e8839045b8e3f30a7057253', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1997, 'will and testament', '0', '2025-04-07 20:44:25', '0', '', '914c5ac63787bcabff0e7e63021ac393', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1998, 'will and testament', '0', '2025-04-07 20:44:26', '0', '', '914c5ac63787bcabff0e7e63021ac393', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (1999, 'pension', 9, '2025-04-07 23:29:41', '0', '', '64df5027a5d0e0f80093e44d4d0bc3ff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2000, 'pension', 9, '2025-04-07 23:29:42', '0', '', '64df5027a5d0e0f80093e44d4d0bc3ff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2001, 'early distribution', 6, '2025-04-07 23:47:43', '0', '', 'c7cc3dd4833c056cda2a9d050b8995a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2002, 'early distribution', 6, '2025-04-07 23:47:44', '0', '', 'c7cc3dd4833c056cda2a9d050b8995a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2003, 'pension distribution', 12, '2025-04-07 23:48:31', '0', '', 'c7cc3dd4833c056cda2a9d050b8995a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2004, 'pension distribution', 12, '2025-04-07 23:48:32', '0', '', 'c7cc3dd4833c056cda2a9d050b8995a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2005, 'cigna', 15, '2025-04-08 15:51:51', '0', '', 'e50e34d99601bdfd67e1cad83465c062', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2006, 'cigna', 15, '2025-04-08 15:51:53', '0', '', 'e50e34d99601bdfd67e1cad83465c062', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2007, 'us summary plan description', 60, '2025-04-08 17:47:12', '0', '', '33e8f81900b1ec50cdece207deefed75', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2008, 'us summary plan description', 60, '2025-04-08 17:47:13', '0', '', '33e8f81900b1ec50cdece207deefed75', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2009, 'can i buy individual stocks with 401k', 15, '2025-04-08 17:49:48', '0', '', '33e8f81900b1ec50cdece207deefed75', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2010, 'can i buy individual stocks with 401k', 15, '2025-04-08 17:49:48', '0', '', '33e8f81900b1ec50cdece207deefed75', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2011, 'wfh', '0', '2025-04-08 18:50:33', '0', '', '38256d20622cf78bbcca6970a0a7cdd5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2012, 'wfh', '0', '2025-04-08 18:50:34', '0', '', '38256d20622cf78bbcca6970a0a7cdd5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2013, 'long term disability', 22, '2025-04-09 21:34:29', '0', '', 'f9e4ef78b70a2d3c366408df70b635b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2014, 'long term disability', 22, '2025-04-09 21:34:31', '0', '', 'f9e4ef78b70a2d3c366408df70b635b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2015, 'workday remote phone', 17, '2025-04-09 21:36:16', '0', '', 'dff11def44e71bd3a63deb5f2e650332', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2016, 'workday remote phone', 17, '2025-04-09 21:36:17', '0', '', 'dff11def44e71bd3a63deb5f2e650332', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2017, 'workday phone access', 41, '2025-04-09 21:36:34', '0', '', 'dff11def44e71bd3a63deb5f2e650332', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2018, 'workday phone access', 41, '2025-04-09 21:36:35', '0', '', 'dff11def44e71bd3a63deb5f2e650332', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2019, 'workday access', 38, '2025-04-09 21:52:21', '0', '', 'ec2abebd6935c89caa8bf73d36c76bb1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2020, 'workday access', 38, '2025-04-09 21:52:22', '0', '', 'ec2abebd6935c89caa8bf73d36c76bb1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2021, 'workday ap', 45, '2025-04-09 21:55:41', '0', '', 'e78bdb54af11359a32f5740be0077393', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2022, 'workday ap', 45, '2025-04-09 21:55:42', '0', '', 'e78bdb54af11359a32f5740be0077393', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2023, 'workday ap', 45, '2025-04-09 21:56:00', '0', '', 'e78bdb54af11359a32f5740be0077393', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2024, 'workday ap', 45, '2025-04-09 21:56:01', '0', '', 'e78bdb54af11359a32f5740be0077393', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2025, 'long term disability', 22, '2025-04-10 00:01:59', '0', '', '9b7e2ea6376e2f8bdb05804ecf6c410b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2026, 'long term disability', 22, '2025-04-10 00:02:00', '0', '', '9b7e2ea6376e2f8bdb05804ecf6c410b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2027, 'workday cell', 10, '2025-04-10 14:50:02', '0', '', '89ac4920223423f582af886e2ec5662e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2028, 'workday cell', 10, '2025-04-10 14:50:03', '0', '', '89ac4920223423f582af886e2ec5662e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2029, 'strive', 7, '2025-04-10 21:21:49', '0', '', '6b1bc0a110355e0cec138fc1cefcff18', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2030, 'strive', 7, '2025-04-10 21:21:50', '0', '', '6b1bc0a110355e0cec138fc1cefcff18', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2031, 'concur', 1, '2025-04-12 10:40:10', '0', '', '5d00e813d09ced065931d9a598b6c68c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2032, 'concur', 1, '2025-04-12 10:40:11', '0', '', '5d00e813d09ced065931d9a598b6c68c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2033, 'captcha', '0', '2025-04-12 20:13:54', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2034, 'captcha', '0', '2025-04-12 20:13:54', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2035, 'captcha', '0', '2025-04-12 20:13:55', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2036, 'captcha', '0', '2025-04-12 20:13:55', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2037, 'captcha', '0', '2025-04-12 20:13:55', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2038, 'captcha', '0', '2025-04-12 20:13:55', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2039, 'captcha', '0', '2025-04-12 20:13:55', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2040, 'captcha', '0', '2025-04-12 20:13:56', '0', '', 'ad0e852988d2c5dce94223a70556f513', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2041, 'captcha', '0', '2025-04-12 21:10:55', '0', '', 'a300043c1d5387585a71826655cdf800', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2042, 'captcha', '0', '2025-04-12 21:10:56', '0', '', 'a300043c1d5387585a71826655cdf800', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2043, 'captcha', '0', '2025-04-12 21:10:57', '0', '', 'a300043c1d5387585a71826655cdf800', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2044, 'captcha', '0', '2025-04-12 21:10:58', '0', '', 'a300043c1d5387585a71826655cdf800', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2045, 'bereavement', 1, '2025-04-14 13:52:29', '0', '', 'b3077c4b1638c427b07cd801e81fe563', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2046, 'bereavement', 1, '2025-04-14 13:52:30', '0', '', 'b3077c4b1638c427b07cd801e81fe563', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2047, 'best premium', 26, '2025-04-14 15:34:22', '0', '', 'dfe6aa5597bdf52d0d597f8b99e779de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2048, 'best premium', 26, '2025-04-14 15:34:24', '0', '', 'dfe6aa5597bdf52d0d597f8b99e779de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2049, 'captcha', '0', '2025-04-15 13:53:57', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2050, 'captcha', '0', '2025-04-15 13:53:58', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2051, 'captcha', '0', '2025-04-15 13:54:00', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2052, 'captcha', '0', '2025-04-15 13:54:01', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2053, 'captcha', '0', '2025-04-15 13:54:01', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2054, 'captcha', '0', '2025-04-15 13:54:02', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2055, 'captcha', '0', '2025-04-15 13:54:02', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2056, 'captcha', '0', '2025-04-15 13:54:03', '0', '', '8a1675cabdb80fa2da76ea030052d215', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2057, 'rates', 6, '2025-04-15 16:52:41', '0', '', '0d818af103f91ff8e6e30f42e7438a85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2058, 'rates', 6, '2025-04-15 16:52:42', '0', '', '0d818af103f91ff8e6e30f42e7438a85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2059, 'rates', 6, '2025-04-15 18:27:30', '0', '', '37bbe2e2553e1cec3a793f6ba87a963e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2060, 'rates', 6, '2025-04-15 18:27:31', '0', '', '37bbe2e2553e1cec3a793f6ba87a963e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2061, 'mcc retirement', 12, '2025-04-16 15:09:08', '0', '', '598163c0f6c80ca4252c6e3e383ae28f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2062, 'mcc retirement', 12, '2025-04-16 15:09:10', '0', '', '598163c0f6c80ca4252c6e3e383ae28f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2063, 'retirement', 12, '2025-04-17 12:05:23', '0', '', 'cf5a473a8a22f918b92b601c7db8d1af', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2064, 'retirement', 12, '2025-04-17 12:05:25', '0', '', 'cf5a473a8a22f918b92b601c7db8d1af', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2067, 'defined benefit pension', 59, '2025-04-17 14:20:08', '0', '', '2f6e54bfec9c366bf439a98fac6b2479', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2068, 'defined benefit pension', 59, '2025-04-17 14:20:09', '0', '', '2f6e54bfec9c366bf439a98fac6b2479', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2069, 'pension', 9, '2025-04-17 15:02:33', '0', '', '0b2cfb519c097d850ef7001b895f8553', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2070, 'pension', 9, '2025-04-17 15:02:34', '0', '', '0b2cfb519c097d850ef7001b895f8553', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2071, 'pension plan for years of service', 62, '2025-04-17 15:51:56', '0', '', 'fe643dd1dd356889ec7dca53569c9349', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2072, 'pension plan for years of service', 62, '2025-04-17 15:51:57', '0', '', 'fe643dd1dd356889ec7dca53569c9349', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2073, 'loans', 3, '2025-04-17 18:24:40', '0', '', 'fbfa04ca7338a73db2ab4d792e19af6b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2074, 'loans', 3, '2025-04-17 18:24:41', '0', '', 'fbfa04ca7338a73db2ab4d792e19af6b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2075, '401k', 7, '2025-04-18 02:57:49', '0', '', '9db9c6afc0e19dfd3b9697bf612f81b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2076, '401k', 7, '2025-04-18 02:57:50', '0', '', '9db9c6afc0e19dfd3b9697bf612f81b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2077, 'kathrine var', 10, '2025-04-18 03:49:43', '0', '', '750c277bc8dde101c61e957cb843a18f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2078, 'kathrine var', 10, '2025-04-18 03:49:44', '0', '', '750c277bc8dde101c61e957cb843a18f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2079, 'tax', 13, '2025-04-18 16:21:18', '0', '', 'fce63500776995c6efd6c275087e827b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2080, 'tax', 13, '2025-04-18 16:21:19', '0', '', 'fce63500776995c6efd6c275087e827b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2083, 'perk spot', 7, '2025-04-18 17:33:39', '0', '', '20e94f291dbda4807711398a483a8c28', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2084, 'perk spot', 7, '2025-04-18 17:33:40', '0', '', '20e94f291dbda4807711398a483a8c28', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2085, 'life event changes', 30, '2025-04-21 20:06:44', '0', '', '8f6928c475ca82178d8980b091bf985a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2086, 'life event changes', 30, '2025-04-21 20:06:45', '0', '', '8f6928c475ca82178d8980b091bf985a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2087, 'dependent verification', 20, '2025-04-22 15:14:40', '0', '', '43971fb0933a8e2bcf7ccafeed2c30cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2088, 'dependent verification', 20, '2025-04-22 15:14:41', '0', '', '43971fb0933a8e2bcf7ccafeed2c30cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2089, 'qualifying life event', 29, '2025-04-22 15:27:31', '0', '', '01d78ad19a4b20c10a3a7cc4c7803f96', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2090, 'qualifying life event', 29, '2025-04-22 15:27:32', '0', '', '01d78ad19a4b20c10a3a7cc4c7803f96', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2091, 'strive', 7, '2025-04-22 16:22:33', '0', '', 'eb0d1695ec56766be0edca380fb8dad2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2092, 'strive', 7, '2025-04-22 16:22:34', '0', '', 'eb0d1695ec56766be0edca380fb8dad2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2093, 'passport', 1, '2025-04-22 16:56:53', '0', '', '007960480e274d715cdb35e19ae9e743', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2094, 'passport', 1, '2025-04-22 16:56:53', '0', '', '007960480e274d715cdb35e19ae9e743', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2095, 'ltd policy', 6, '2025-04-23 16:07:05', '0', '', '7a5c8934d4bcc98ce87106cfbeda30d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2096, 'ltd policy', 6, '2025-04-23 16:07:06', '0', '', '7a5c8934d4bcc98ce87106cfbeda30d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2097, 'peer 2 peer', 2, '2025-04-23 16:11:24', '0', '', '7a5c8934d4bcc98ce87106cfbeda30d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2098, 'peer 2 peer', 2, '2025-04-23 16:11:25', '0', '', '7a5c8934d4bcc98ce87106cfbeda30d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2099, 'perkspot', 4, '2025-04-23 20:40:00', '0', '', '3cfa87b1c1e7a0492ab8a61bc74add92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2100, 'perkspot', 4, '2025-04-23 20:40:02', '0', '', '3cfa87b1c1e7a0492ab8a61bc74add92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2101, 'short term disability', 20, '2025-04-27 23:07:19', '0', '', '8f7c42f3dc5a5ce76ac546d7c276a25a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2102, 'short term disability', 20, '2025-04-27 23:07:20', '0', '', '8f7c42f3dc5a5ce76ac546d7c276a25a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2103, 'thomas and company', 21, '2025-04-28 12:31:12', '0', '', 'ca1d7e75ac95d470b2ba27ed77f6e0c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2104, 'thomas and company', 21, '2025-04-28 12:31:13', '0', '', 'ca1d7e75ac95d470b2ba27ed77f6e0c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2105, 'employment verification', 8, '2025-04-28 12:31:27', '0', '', 'ca1d7e75ac95d470b2ba27ed77f6e0c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2106, 'employment verification', 8, '2025-04-28 12:31:28', '0', '', 'ca1d7e75ac95d470b2ba27ed77f6e0c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2107, 'employment verification', 8, '2025-04-28 13:09:15', '0', '', '801037cd8b10ade865bc405a9d778603', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2108, 'employment verification', 8, '2025-04-28 13:09:16', '0', '', '801037cd8b10ade865bc405a9d778603', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2109, 'cobra', 4, '2025-04-28 19:18:49', '0', '', 'cb1dc174186292e7620e7585a6ac9c6b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2110, 'cobra', 4, '2025-04-28 19:18:50', '0', '', 'cb1dc174186292e7620e7585a6ac9c6b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2111, 'life event qrg', 29, '2025-04-28 20:13:01', '0', '', 'a2c8a098f7d9825a5c889c6171d9bbc0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2112, 'life event qrg', 29, '2025-04-28 20:13:03', '0', '', 'a2c8a098f7d9825a5c889c6171d9bbc0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2113, 'qrg', '0', '2025-04-28 20:13:51', '0', '', 'a2c8a098f7d9825a5c889c6171d9bbc0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2114, 'qrg', '0', '2025-04-28 20:13:52', '0', '', 'a2c8a098f7d9825a5c889c6171d9bbc0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2115, 'summary plan description', 60, '2025-04-29 13:03:35', '0', '', 'a720190dbe0e24e203516ee038d96a92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2116, 'summary plan description', 60, '2025-04-29 13:03:36', '0', '', 'a720190dbe0e24e203516ee038d96a92', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2117, 'gym membership', 3, '2025-04-30 18:42:11', '0', '', '93149fc6e1916247612832a9d8253df8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2118, 'gym membership', 3, '2025-04-30 18:42:12', '0', '', '93149fc6e1916247612832a9d8253df8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2119, 'fmla', 2, '2025-05-01 14:05:26', '0', '', 'caa8b664da6ad2fd6eda48d7808bff0d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2120, 'fmla', 2, '2025-05-01 14:05:28', '0', '', 'caa8b664da6ad2fd6eda48d7808bff0d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2121, 'waggaman', '0', '2025-05-01 20:18:20', '0', '', '9b07b9e68151ba6a62f765bd65039fec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2122, 'waggaman', '0', '2025-05-01 20:18:21', '0', '', '9b07b9e68151ba6a62f765bd65039fec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2123, 'union', '0', '2025-05-01 20:18:36', '0', '', '9b07b9e68151ba6a62f765bd65039fec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2124, 'union', '0', '2025-05-01 20:18:37', '0', '', '9b07b9e68151ba6a62f765bd65039fec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2125, 'how many days vacation can you carry over', 17, '2025-05-02 18:21:35', '0', '', '33cae218c6b0eae91c6cf8193da565f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2126, 'how many days vacation can you carry over', 17, '2025-05-02 18:21:36', '0', '', '33cae218c6b0eae91c6cf8193da565f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2127, 'mental health', 46, '2025-05-05 14:55:07', '0', '', '9691cdc6e7ccfcd04eeccf859333d985', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2128, 'mental health', 46, '2025-05-05 14:55:08', '0', '', '9691cdc6e7ccfcd04eeccf859333d985', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2129, 'benefits in transition', 63, '2025-05-05 17:28:44', '0', '', '804103d004e4db4133bd97bf5644d386', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2130, 'benefits in transition', 63, '2025-05-05 17:28:45', '0', '', '804103d004e4db4133bd97bf5644d386', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2131, 'how many days vacation can you carry over', 17, '2025-05-05 19:33:50', '0', '', '803b989588a548e069272a17523921b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2132, 'how many days vacation can you carry over', 17, '2025-05-05 19:33:51', '0', '', '803b989588a548e069272a17523921b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2133, 'pension resourses', 9, '2025-05-06 23:20:26', '0', '', '2178faaf505e231cc447e4b73fcf5580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2134, 'pension resourses', 9, '2025-05-06 23:20:28', '0', '', '2178faaf505e231cc447e4b73fcf5580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2135, 'bereavement', 1, '2025-05-07 15:25:09', '0', '', 'f1fa674dbbe4e087e5f1dcc1d146c6e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2136, 'bereavement', 1, '2025-05-07 15:25:10', '0', '', 'f1fa674dbbe4e087e5f1dcc1d146c6e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2137, 'retirement age', 60, '2025-05-07 18:19:11', '0', '', '125ff99e1a032ffb5646062365d420df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2138, 'retirement age', 60, '2025-05-07 18:19:13', '0', '', '125ff99e1a032ffb5646062365d420df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2139, 'parental', 7, '2025-05-08 14:41:58', '0', '', '241e91bb6892f332733fb7e1dc63960a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2140, 'parental', 7, '2025-05-08 14:41:59', '0', '', '241e91bb6892f332733fb7e1dc63960a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2141, 'vacation accrual', 3, '2025-05-08 15:47:02', '0', '', '364af588935d23b3546a03710d6b1570', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2142, 'vacation accrual', 3, '2025-05-08 15:47:04', '0', '', '364af588935d23b3546a03710d6b1570', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2143, 'identity theft', 1, '2025-05-08 16:00:58', '0', '', '1ce0c08a0a82b70fcaf2b545da4682d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2144, 'identity theft', 1, '2025-05-08 16:00:59', '0', '', '1ce0c08a0a82b70fcaf2b545da4682d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2145, 'medical', 36, '2025-05-08 16:38:54', '0', '', 'fd069b331a20b21c778e451d39f0de27', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2146, 'medical', 36, '2025-05-08 16:38:55', '0', '', 'fd069b331a20b21c778e451d39f0de27', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2147, 'discounts', 4, '2025-05-09 01:44:35', '0', '', '91224031c08b464eb57eea49e62af381', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2148, 'discounts', 4, '2025-05-09 01:44:36', '0', '', '91224031c08b464eb57eea49e62af381', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2149, 'intermittent fmla', 3, '2025-05-10 15:57:11', '0', '', 'e528fed13b8ac1ceaf608d8fdb493997', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2150, 'intermittent fmla', 3, '2025-05-10 15:57:12', '0', '', 'e528fed13b8ac1ceaf608d8fdb493997', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2151, 'gym', 3, '2025-05-13 14:40:09', '0', '', '212afb28fae5ed5ca93de1d12440dacc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2152, 'gym', 3, '2025-05-13 14:40:11', '0', '', '212afb28fae5ed5ca93de1d12440dacc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2153, 'new york life', 43, '2025-05-13 16:13:48', '0', '', '2c9bcf871163951adb6abf04a25c36ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2154, 'new york life', 43, '2025-05-13 16:13:49', '0', '', '2c9bcf871163951adb6abf04a25c36ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2155, 'benefits', 62, '2025-05-13 17:33:29', '0', '', '292fde1380ba2862a0b5b1bf8f0d286f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2156, 'benefits', 62, '2025-05-13 17:33:31', '0', '', '292fde1380ba2862a0b5b1bf8f0d286f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2157, 'plan', 55, '2025-05-13 20:07:39', '0', '', '41fbda5c6c34639a49047fbc8e79e809', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2158, 'plan', 55, '2025-05-13 20:07:40', '0', '', '41fbda5c6c34639a49047fbc8e79e809', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2159, 'clothing', '0', '2025-05-14 14:08:12', '0', '', '3a46ad39b832608751f42061390f8a37', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2160, 'clothing', '0', '2025-05-14 14:08:13', '0', '', '3a46ad39b832608751f42061390f8a37', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2161, 'benefits', 62, '2025-05-14 14:29:03', '0', '', '50050120ce4fd57491eedf6fd3dc8f54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2162, 'benefits', 62, '2025-05-14 14:29:05', '0', '', '50050120ce4fd57491eedf6fd3dc8f54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2163, 'benefits', 62, '2025-05-14 15:13:25', '0', '', '7e834fea2393c30ef7456dd28d4a6833', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2164, 'benefits', 62, '2025-05-14 15:13:29', '0', '', '7e834fea2393c30ef7456dd28d4a6833', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2165, 'exercise', 2, '2025-05-14 15:36:35', '0', '', '48b816a02e1d5a7d0b5f5ffd1d78348f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2166, 'exercise', 2, '2025-05-14 15:36:36', '0', '', '48b816a02e1d5a7d0b5f5ffd1d78348f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2167, 'new hire', 37, '2025-05-14 21:44:41', '0', '', 'bb2ed7a4eaab56fa48656ab2450970ba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2168, 'new hire', 37, '2025-05-14 21:44:42', '0', '', 'bb2ed7a4eaab56fa48656ab2450970ba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2169, 'excercise', '0', '2025-05-15 14:33:47', '0', '', 'efb81c3775b88484dfb88ebf0a17c2a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2170, 'excercise', '0', '2025-05-15 14:33:49', '0', '', 'efb81c3775b88484dfb88ebf0a17c2a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2171, '/home/page/uploadimg', 22, '2025-05-15 15:02:34', '0', '', 'bc4cf941d8618c5b2618e0015d5cf5df', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2172, '/home/page/uploadimg', 22, '2025-05-15 15:02:35', '0', '', 'bc4cf941d8618c5b2618e0015d5cf5df', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2173, 'legal assistance', 15, '2025-05-15 16:18:24', '0', '', '20ad577d671238031ece3f06195016eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2174, 'legal assistance', 15, '2025-05-15 16:18:25', '0', '', '20ad577d671238031ece3f06195016eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2175, 'rates', 6, '2025-05-16 01:11:25', '0', '', 'b4123c4f86e09430bccb09bb85c70ebc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2176, 'rates', 6, '2025-05-16 01:11:27', '0', '', 'b4123c4f86e09430bccb09bb85c70ebc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2177, 'bereavement leave policy', 16, '2025-05-17 12:14:49', '0', '', '260ce12df86b57ff9872838e950600d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2178, 'bereavement leave policy', 16, '2025-05-17 12:14:50', '0', '', '260ce12df86b57ff9872838e950600d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2179, 'perkspot', 4, '2025-05-19 15:47:29', '0', '', '65d2708bd2e525d4943e3a86142b18e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2180, 'perkspot', 4, '2025-05-19 15:47:31', '0', '', '65d2708bd2e525d4943e3a86142b18e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2181, 'workday', 9, '2025-05-19 16:50:48', '0', '', 'a3fa07aa7f99532c096efa54d608be88', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2182, 'workday', 9, '2025-05-19 16:50:49', '0', '', 'a3fa07aa7f99532c096efa54d608be88', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2183, 'pension', 9, '2025-05-20 13:01:17', '0', '', '6b8a50013326881f7cc6563cd09f35e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2184, 'pension', 9, '2025-05-20 13:01:17', '0', '', '6b8a50013326881f7cc6563cd09f35e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2185, 'my spouse got a new job with cheaper insurance does that count as a life event', 66, '2025-05-20 17:46:07', '0', '', 'a7a7a0b79e7ae4f1dbd7c4b6bbcb909f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2186, 'my spouse got a new job with cheaper insurance does that count as a life event', 66, '2025-05-20 17:46:08', '0', '', 'a7a7a0b79e7ae4f1dbd7c4b6bbcb909f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2187, 'pay scale chart', 30, '2025-05-20 20:31:02', '0', '', '314665b769787fe04440cb3aa57873f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2188, 'pay scale chart', 30, '2025-05-20 20:31:03', '0', '', '314665b769787fe04440cb3aa57873f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2189, 'salary structure', 3, '2025-05-20 20:33:50', '0', '', '314665b769787fe04440cb3aa57873f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2190, 'salary structure', 3, '2025-05-20 20:33:51', '0', '', '314665b769787fe04440cb3aa57873f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2191, 'total rewards portal', 17, '2025-05-21 12:23:24', '0', '', '7d02514b42147fd180bebcd30c8e2801', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2192, 'total rewards portal', 17, '2025-05-21 12:23:25', '0', '', '7d02514b42147fd180bebcd30c8e2801', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2193, 'long term disability', 22, '2025-05-22 16:44:55', '0', '', 'b86b81a426dc0d9ad6fe64dd788dd210', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2194, 'long term disability', 22, '2025-05-22 16:44:55', '0', '', 'b86b81a426dc0d9ad6fe64dd788dd210', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2195, 'paid parental leave', 19, '2025-05-22 20:38:45', '0', '', 'a986f853285212f814be015bb9234e39', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2196, 'paid parental leave', 19, '2025-05-22 20:38:46', '0', '', 'a986f853285212f814be015bb9234e39', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2197, 'summary plan description', 60, '2025-05-25 14:35:36', '0', '', '70cbb32f00efb3d1acad33f6dbb74e60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2198, 'summary plan description', 60, '2025-05-25 14:35:36', '0', '', '70cbb32f00efb3d1acad33f6dbb74e60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2199, 'rates', 6, '2025-05-27 15:59:32', '0', '', 'cecefd5920338041f2ece0be27590ea9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2200, 'rates', 6, '2025-05-27 15:59:32', '0', '', 'cecefd5920338041f2ece0be27590ea9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2201, 'sbc', 8, '2025-05-28 14:11:52', '0', '', '1548895aa63900accd91be4e9bfca043', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2202, 'sbc', 8, '2025-05-28 14:11:53', '0', '', '1548895aa63900accd91be4e9bfca043', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2203, 'compsych', 4, '2025-05-28 15:11:00', '0', '', 'fe6b4f469d9b6c8305fe107c99ebb2dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2204, 'compsych', 4, '2025-05-28 15:11:01', '0', '', 'fe6b4f469d9b6c8305fe107c99ebb2dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2205, 'summary plan description', 60, '2025-05-28 15:24:41', '0', '', '2039c8797ce8deb41769b91ce3f18052', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2206, 'summary plan description', 60, '2025-05-28 15:24:42', '0', '', '2039c8797ce8deb41769b91ce3f18052', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2207, 'access me', 33, '2025-05-28 22:11:40', '0', '', '8ac72a4366f8a65e19aa256d8ef3b62a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2208, 'access me', 33, '2025-05-28 22:11:41', '0', '', '8ac72a4366f8a65e19aa256d8ef3b62a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2209, 'thomas and company', 21, '2025-05-29 14:02:26', '0', '', 'bd3758f2ff82e044a0ee22a1d95d7903', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2210, 'thomas and company', 21, '2025-05-29 14:02:27', '0', '', 'bd3758f2ff82e044a0ee22a1d95d7903', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2211, 'pension', 9, '2025-05-29 14:54:28', '0', '', '6187bbb503887c191ae91d8de278b148', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2212, 'pension', 9, '2025-05-29 14:54:29', '0', '', '6187bbb503887c191ae91d8de278b148', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2213, 'compsych', 4, '2025-05-29 19:44:21', '0', '', '52813c6f4f2b98e44f6bb5ff1b82ba5b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2214, 'compsych', 4, '2025-05-29 19:44:22', '0', '', '52813c6f4f2b98e44f6bb5ff1b82ba5b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2215, 'beneficiar', 4, '2025-05-30 22:16:45', '0', '', 'a77af17f4868332ab29d622de1ec7f3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2216, 'beneficiar', 4, '2025-05-30 22:16:46', '0', '', 'a77af17f4868332ab29d622de1ec7f3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2217, 'internship', '0', '2025-06-01 17:33:47', '0', '', '4ad041a8c4d4958f274f62a45078048f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2218, 'internship', '0', '2025-06-01 17:33:48', '0', '', '4ad041a8c4d4958f274f62a45078048f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2219, 'internship', '0', '2025-06-01 18:23:38', '0', '', '490f98d5b0e32813e84f03cc233fee31', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2220, 'internship', '0', '2025-06-01 18:23:39', '0', '', '490f98d5b0e32813e84f03cc233fee31', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2221, 'spouse', 15, '2025-06-02 13:53:49', '0', '', '55de5c29aca01874444788b290ea4054', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2222, 'spouse', 15, '2025-06-02 13:53:50', '0', '', '55de5c29aca01874444788b290ea4054', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2223, 'change coverage', 39, '2025-06-02 13:55:54', '0', '', '621fd9009c2137b9997336c65fd17ed6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2224, 'change coverage', 39, '2025-06-02 13:55:55', '0', '', '621fd9009c2137b9997336c65fd17ed6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2225, 'cf direct', 60, '2025-06-02 16:25:12', '0', '', 'a45f767094c9c7d8b5dbc35291d54eb2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2226, 'cf direct', 60, '2025-06-02 16:25:12', '0', '', 'a45f767094c9c7d8b5dbc35291d54eb2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2227, 'cf direct', 60, '2025-06-02 16:25:23', '0', '', 'a45f767094c9c7d8b5dbc35291d54eb2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2228, 'cf direct', 60, '2025-06-02 16:25:24', '0', '', 'a45f767094c9c7d8b5dbc35291d54eb2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2229, 'rates', 6, '2025-06-03 14:06:20', '0', '', 'e3f599eaae51070289746cb549c639eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2230, 'rates', 6, '2025-06-03 14:06:20', '0', '', 'e3f599eaae51070289746cb549c639eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2231, 'inclusion council', 8, '2025-06-03 15:13:41', '0', '', '4c1d0b52263af4431aebaf54e543f57f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2232, 'inclusion council', 8, '2025-06-03 15:13:42', '0', '', '4c1d0b52263af4431aebaf54e543f57f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2233, 'osv', 1, '2025-06-04 14:48:32', '0', '', 'c187596abea0de41dfac69903012e9a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2234, 'osv', 1, '2025-06-04 14:48:32', '0', '', 'c187596abea0de41dfac69903012e9a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2235, 'disabily', '0', '2025-06-04 17:00:38', '0', '', '441d7e4525c35a58db3caadfb9da042c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2236, 'disabily', '0', '2025-06-04 17:00:38', '0', '', '441d7e4525c35a58db3caadfb9da042c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2237, 'disability', 6, '2025-06-04 17:00:46', '0', '', '441d7e4525c35a58db3caadfb9da042c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2238, 'disability', 6, '2025-06-04 17:00:46', '0', '', '441d7e4525c35a58db3caadfb9da042c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2239, 'flexible work', 46, '2025-06-05 15:22:09', '0', '', '4aad57cebf770b9da514348cdf04b9e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2240, 'flexible work', 46, '2025-06-05 15:22:10', '0', '', '4aad57cebf770b9da514348cdf04b9e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2241, 'cobra rates', 10, '2025-06-05 17:44:48', '0', '', '9b59f81969d1c185ab619362bfce6cba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2242, 'cobra rates', 10, '2025-06-05 17:44:49', '0', '', '9b59f81969d1c185ab619362bfce6cba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2243, 'adoption', 8, '2025-06-06 15:16:26', '0', '', 'd0e31f76935ab851342777b6d8b6ab66', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2244, 'adoption', 8, '2025-06-06 15:16:27', '0', '', 'd0e31f76935ab851342777b6d8b6ab66', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2245, 'perkspot', 4, '2025-06-07 01:59:12', '0', '', 'be3ca0a89ed717d2dfd84b615b1f4c20', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2246, 'perkspot', 4, '2025-06-07 01:59:12', '0', '', 'be3ca0a89ed717d2dfd84b615b1f4c20', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2247, 'employee pricing', 63, '2025-06-08 21:03:37', '0', '', '32e8d4d877179daf9464ab3a41eea988', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2248, 'employee pricing', 63, '2025-06-08 21:03:38', '0', '', '32e8d4d877179daf9464ab3a41eea988', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2249, 'bevearement', '0', '2025-06-09 00:51:45', '0', '', '202f63c057b58dd6115c1c392665d75e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2250, 'bevearement', '0', '2025-06-09 00:51:46', '0', '', '202f63c057b58dd6115c1c392665d75e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2251, 'bevearment', '0', '2025-06-09 00:51:56', '0', '', '202f63c057b58dd6115c1c392665d75e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2252, 'bevearment', '0', '2025-06-09 00:51:56', '0', '', '202f63c057b58dd6115c1c392665d75e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2253, 'funeral', '0', '2025-06-09 00:52:09', '0', '', '202f63c057b58dd6115c1c392665d75e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2254, 'funeral', '0', '2025-06-09 00:52:09', '0', '', '202f63c057b58dd6115c1c392665d75e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2255, 'commuter', 1, '2025-06-09 16:30:50', '0', '', '0b068093474c43417a04b1c4e1a2ca5a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2256, 'commuter', 1, '2025-06-09 16:30:50', '0', '', '0b068093474c43417a04b1c4e1a2ca5a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2257, 'commuter', 1, '2025-06-09 16:54:52', '0', '', '2425281e07f12f3d21f90380e37ab663', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2258, 'commuter', 1, '2025-06-09 16:54:53', '0', '', '2425281e07f12f3d21f90380e37ab663', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2259, 'sti guide', 31, '2025-06-09 21:35:50', '0', '', '292e405e41b70decdb544f52462cb013', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2260, 'sti guide', 31, '2025-06-09 21:35:50', '0', '', '292e405e41b70decdb544f52462cb013', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2261, 'bereavment pay', 28, '2025-06-10 16:51:48', '0', '', '5fa50c5df30ebb5291c71e0bf13985ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2262, 'bereavment pay', 28, '2025-06-10 16:51:49', '0', '', '5fa50c5df30ebb5291c71e0bf13985ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2263, 'bereavment pay', 28, '2025-06-10 16:51:59', '0', '', '5fa50c5df30ebb5291c71e0bf13985ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2264, 'bereavment pay', 28, '2025-06-10 16:52:00', '0', '', '5fa50c5df30ebb5291c71e0bf13985ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2265, 'bereavment pay', 28, '2025-06-10 16:52:13', '0', '', '5fa50c5df30ebb5291c71e0bf13985ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2266, 'bereavment pay', 28, '2025-06-10 16:52:14', '0', '', '5fa50c5df30ebb5291c71e0bf13985ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2267, 'strive', 7, '2025-06-11 13:11:07', '0', '', '5510f047c9a1f1760db0f24e2e5ac1fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2268, 'strive', 7, '2025-06-11 13:11:07', '0', '', '5510f047c9a1f1760db0f24e2e5ac1fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2269, 'roth', 1, '2025-06-11 16:39:02', '0', '', '39bd0596c363ecb900013fd56225a5a8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2270, 'roth', 1, '2025-06-11 16:39:03', '0', '', '39bd0596c363ecb900013fd56225a5a8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2271, 'adoption', 8, '2025-06-11 17:54:26', '0', '', '031c802198b0f6d5aadf96fcc7928b3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2272, 'adoption', 8, '2025-06-11 17:54:27', '0', '', '031c802198b0f6d5aadf96fcc7928b3e', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2273, 'fertility', 1, '2025-06-11 17:58:56', '0', '', 'c83c96ed24ef9bcb613b8d2c2be79f63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2274, 'fertility', 1, '2025-06-11 17:58:57', '0', '', 'c83c96ed24ef9bcb613b8d2c2be79f63', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2275, 'commuter', 1, '2025-06-11 18:35:22', '0', '', 'c2800c5b81efefa0045c875df4da0caa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2276, 'commuter', 1, '2025-06-11 18:35:22', '0', '', 'c2800c5b81efefa0045c875df4da0caa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2277, 'gym membership', 3, '2025-06-11 18:44:39', '0', '', 'c2800c5b81efefa0045c875df4da0caa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2278, 'gym membership', 3, '2025-06-11 18:44:40', '0', '', 'c2800c5b81efefa0045c875df4da0caa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2279, 'pension', 9, '2025-06-11 18:49:42', '0', '', 'f79698f6fe9acad046f9a41751324bd5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2280, 'pension', 9, '2025-06-11 18:49:42', '0', '', 'f79698f6fe9acad046f9a41751324bd5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2281, 'fertility', 1, '2025-06-11 20:12:26', '0', '', 'a9d253d0612276eb810d814a3d445b53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2282, 'fertility', 1, '2025-06-11 20:12:26', '0', '', 'a9d253d0612276eb810d814a3d445b53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2283, 'change life insurance', 42, '2025-06-12 15:57:43', '0', '', '7d318d280882ffddb351351852776a97', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2284, 'change life insurance', 42, '2025-06-12 15:57:44', '0', '', '7d318d280882ffddb351351852776a97', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2285, 'short term disability', 20, '2025-06-12 18:24:46', '0', '', '74be1c98ab482415a1efd04f50715b00', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2286, 'short term disability', 20, '2025-06-12 18:24:47', '0', '', '74be1c98ab482415a1efd04f50715b00', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2287, 'ymca', '0', '2025-06-12 18:26:15', '0', '', 'b3d3e19205636fbc892bd651e898a6d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2288, 'ymca', '0', '2025-06-12 18:26:16', '0', '', 'b3d3e19205636fbc892bd651e898a6d6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2289, 'strive', 7, '2025-06-16 14:04:42', '0', '', '6efea03aa7d4af1392d1872da7738cf4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2290, 'strive', 7, '2025-06-16 14:04:43', '0', '', '6efea03aa7d4af1392d1872da7738cf4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2291, 'cobra', 4, '2025-06-16 21:36:22', '0', '', '7644ffcb2416570128435530925c19f2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2292, 'cobra', 4, '2025-06-16 21:36:22', '0', '', '7644ffcb2416570128435530925c19f2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2293, 'fertility', 1, '2025-06-17 16:22:59', '0', '', '73f876e9dff9eba6f10928082a64ad60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2294, 'fertility', 1, '2025-06-17 16:22:59', '0', '', '73f876e9dff9eba6f10928082a64ad60', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2295, 'gym discounts', 4, '2025-06-17 17:51:44', '0', '', '66a235e436eeaf1ec45510b842b81c7e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2296, 'gym discounts', 4, '2025-06-17 17:51:44', '0', '', '66a235e436eeaf1ec45510b842b81c7e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2297, 'health savings account', 58, '2025-06-17 17:53:38', '0', '', '66a235e436eeaf1ec45510b842b81c7e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2298, 'health savings account', 58, '2025-06-17 17:53:38', '0', '', '66a235e436eeaf1ec45510b842b81c7e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2299, 'pto', 2, '2025-06-17 18:09:33', '0', '', '9e5a98bcf232fb5b4582c8b61228d4f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2300, 'pto', 2, '2025-06-17 18:09:33', '0', '', '9e5a98bcf232fb5b4582c8b61228d4f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2301, 'fertility', 1, '2025-06-17 18:51:30', '0', '', '672e9073de4468e37efd9eb47949712b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2302, 'fertility', 1, '2025-06-17 18:51:31', '0', '', '672e9073de4468e37efd9eb47949712b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2303, 'base pay package4', 35, '2025-06-17 19:07:04', '0', '', '9a83b85f0f3df950f5ffe972cc853ed4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2304, 'base pay package4', 35, '2025-06-17 19:07:04', '0', '', '9a83b85f0f3df950f5ffe972cc853ed4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2305, 'carryover hours', 7, '2025-06-17 20:16:46', '0', '', '818f6aeb43866f70325f9d5f630155b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2306, 'carryover hours', 7, '2025-06-17 20:16:47', '0', '', '818f6aeb43866f70325f9d5f630155b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2307, 'adoption', 8, '2025-06-18 15:10:41', '0', '', '8a8e60627268d35f89e7259373f0948f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2308, 'adoption', 8, '2025-06-18 15:10:41', '0', '', '8a8e60627268d35f89e7259373f0948f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2309, 'adotpion', '0', '2025-06-18 15:11:41', '0', '', '8a8e60627268d35f89e7259373f0948f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2310, 'adotpion', '0', '2025-06-18 15:11:42', '0', '', '8a8e60627268d35f89e7259373f0948f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2311, 'new york life', 43, '2025-06-18 17:36:04', '0', '', '7d5c4139602babe8b8a86687db7fd5d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2312, 'new york life', 43, '2025-06-18 17:36:06', '0', '', '7d5c4139602babe8b8a86687db7fd5d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2313, 'cash balance', 17, '2025-06-18 20:01:18', '0', '', '6aab96ac0b8a0d0d0f9aefb9d3e6b1c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2314, 'cash balance', 17, '2025-06-18 20:01:19', '0', '', '6aab96ac0b8a0d0d0f9aefb9d3e6b1c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2315, 'travel', 8, '2025-06-19 16:20:28', '0', '', '284fccae523728b3edb8d0a8956fdb1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2316, 'travel', 8, '2025-06-19 16:20:29', '0', '', '284fccae523728b3edb8d0a8956fdb1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2317, 'travel', 8, '2025-06-19 16:36:03', '0', '', '7b02cc1db512537f130dafc7ed319593', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2318, 'travel', 8, '2025-06-19 16:36:04', '0', '', '7b02cc1db512537f130dafc7ed319593', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2319, 'travel', 8, '2025-06-19 17:47:08', '0', '', 'b4d6d1097e9b25c4b54cf6ae2fd21594', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2320, 'travel', 8, '2025-06-19 17:47:09', '0', '', 'b4d6d1097e9b25c4b54cf6ae2fd21594', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2321, 'commuter', 1, '2025-06-20 15:03:12', '0', '', '6ca3f9ad150a38d244c18b385d2631c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2322, 'commuter', 1, '2025-06-20 15:03:13', '0', '', '6ca3f9ad150a38d244c18b385d2631c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2323, 'origin', '0', '2025-06-20 16:51:12', '0', '', '872741a47824dccdc17b3f9d909c23ba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2324, 'origin', '0', '2025-06-20 16:51:12', '0', '', '872741a47824dccdc17b3f9d909c23ba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2325, 'retire', 12, '2025-06-22 14:03:00', '0', '', '2b51a9db686e8f62196b92ac1518604a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2326, 'retire', 12, '2025-06-22 14:03:00', '0', '', '2b51a9db686e8f62196b92ac1518604a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2327, 'retire', 12, '2025-06-22 14:03:56', '0', '', '2b51a9db686e8f62196b92ac1518604a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2328, 'retire', 12, '2025-06-22 14:03:56', '0', '', '2b51a9db686e8f62196b92ac1518604a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2329, 'benefit transition guide', 74, '2025-06-23 15:08:28', '0', '', 'e475d80e25ce7bb4ce8d870beca7106b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2330, 'benefit transition guide', 74, '2025-06-23 15:08:29', '0', '', 'e475d80e25ce7bb4ce8d870beca7106b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2331, 'eap', 8, '2025-06-23 15:38:15', '0', '', '0585421dea1c836609b69719d6989aeb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2332, 'eap', 8, '2025-06-23 15:38:16', '0', '', '0585421dea1c836609b69719d6989aeb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2333, 'short term', 20, '2025-06-24 12:38:42', '0', '', '72c91913a2a3c917e41dddf9c60601de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2334, 'short term', 20, '2025-06-24 12:38:43', '0', '', '72c91913a2a3c917e41dddf9c60601de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2335, 'vacation', 3, '2025-06-24 14:53:34', '0', '', 'eceba9f4d16c7e6339592c1f08ae1245', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2336, 'vacation', 3, '2025-06-24 14:53:35', '0', '', 'eceba9f4d16c7e6339592c1f08ae1245', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2337, 'bereavement', 1, '2025-06-24 16:44:25', '0', '', 'e4891cb04044c879662aa0244b5fae7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2338, 'bereavement', 1, '2025-06-24 16:44:26', '0', '', 'e4891cb04044c879662aa0244b5fae7b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2339, 'perk spot', 7, '2025-06-24 17:55:34', '0', '', 'ae9fd14e1e40653d205264860d87d104', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2340, 'perk spot', 7, '2025-06-24 17:55:35', '0', '', 'ae9fd14e1e40653d205264860d87d104', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2341, 'fmla', 2, '2025-06-24 18:14:25', '0', '', 'b17c6058ad9a29868fc9526e62f98473', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2342, 'fmla', 2, '2025-06-24 18:14:26', '0', '', 'b17c6058ad9a29868fc9526e62f98473', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2343, 'rates', 6, '2025-06-24 19:06:32', '0', '', 'b2dec6bafcad1ff052c747322bf8c494', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2344, 'rates', 6, '2025-06-24 19:06:33', '0', '', 'b2dec6bafcad1ff052c747322bf8c494', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2345, 'cobra', 4, '2025-06-24 19:07:53', '0', '', 'b2dec6bafcad1ff052c747322bf8c494', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2346, 'cobra', 4, '2025-06-24 19:07:53', '0', '', 'b2dec6bafcad1ff052c747322bf8c494', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2347, 'rates', 6, '2025-06-24 21:19:52', '0', '', '239fd680d2f3d2a75ecbec71442c6ef7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2348, 'rates', 6, '2025-06-24 21:19:52', '0', '', '239fd680d2f3d2a75ecbec71442c6ef7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2349, 'sick pay', 28, '2025-06-24 22:55:56', '0', '', '47620dd324679a8bec8ccbe8ea322b34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2350, 'sick pay', 28, '2025-06-24 22:55:56', '0', '', '47620dd324679a8bec8ccbe8ea322b34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2351, 'rates', 6, '2025-06-25 13:27:50', '0', '', 'b3e8a0cc142cd1bfd5f2b5145a75171e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2352, 'rates', 6, '2025-06-25 13:27:50', '0', '', 'b3e8a0cc142cd1bfd5f2b5145a75171e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2353, 'benefit transition guide', 74, '2025-06-25 15:27:42', '0', '', 'cb7d627b955c78f6fc116b39008b705b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2354, 'benefit transition guide', 74, '2025-06-25 15:27:43', '0', '', 'cb7d627b955c78f6fc116b39008b705b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2355, 'hcfsa', 8, '2025-06-25 19:47:30', '0', '', 'ecedc092ef1f21dd21fd0a088afd984f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2356, 'hcfsa', 8, '2025-06-25 19:47:31', '0', '', 'ecedc092ef1f21dd21fd0a088afd984f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2357, 'active and fit', 39, '2025-06-26 14:12:33', '0', '', '6e448de740939f9458189ac7665f81ab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2358, 'active and fit', 39, '2025-06-26 14:12:34', '0', '', '6e448de740939f9458189ac7665f81ab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2359, 529, '0', '2025-06-26 14:22:20', '0', '', 'cb770ae7054b1fb7ddebfd01c25630d5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2360, 529, '0', '2025-06-26 14:22:21', '0', '', 'cb770ae7054b1fb7ddebfd01c25630d5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2361, 'union', '0', '2025-06-26 16:08:01', '0', '', 'f0017f08126a65cbb9bc629536db3634', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2362, 'union', '0', '2025-06-26 16:08:02', '0', '', 'f0017f08126a65cbb9bc629536db3634', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2363, '401k', 7, '2025-06-26 20:45:57', '0', '', '9cee856854d45097596117b273f0ed6e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2364, '401k', 7, '2025-06-26 20:45:58', '0', '', '9cee856854d45097596117b273f0ed6e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2365, 'summary plan description retirement', 61, '2025-06-26 20:48:35', '0', '', '9cee856854d45097596117b273f0ed6e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2366, 'summary plan description retirement', 61, '2025-06-26 20:48:36', '0', '', '9cee856854d45097596117b273f0ed6e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2367, 'summary plan description 401(k)', 60, '2025-06-27 13:46:55', '0', '', '4b57e9f6a02a19a59407450861db3f50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2368, 'summary plan description 401(k)', 60, '2025-06-27 13:46:56', '0', '', '4b57e9f6a02a19a59407450861db3f50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2369, 'summary plan description', 60, '2025-06-27 14:00:32', '0', '', '4ff626c3e63e321bca752884ce3a9777', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2370, 'summary plan description', 60, '2025-06-27 14:00:33', '0', '', '4ff626c3e63e321bca752884ce3a9777', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2371, 'fmla', 2, '2025-06-27 17:39:32', '0', '', '2ece241d1206652221983f3d924a9c05', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2372, 'fmla', 2, '2025-06-27 17:39:33', '0', '', '2ece241d1206652221983f3d924a9c05', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2373, 'how to use paid time off', 53, '2025-06-27 20:13:14', '0', '', '01322be958b5d6dafce4112d05fa367d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2374, 'how to use paid time off', 53, '2025-06-27 20:13:15', '0', '', '01322be958b5d6dafce4112d05fa367d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2375, 'adoption', 8, '2025-06-30 13:13:30', '0', '', 'e16a20fb531e6bc4ce2fdeba6c1e28d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2376, 'adoption', 8, '2025-06-30 13:13:30', '0', '', 'e16a20fb531e6bc4ce2fdeba6c1e28d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2377, 'adoption assistance', 19, '2025-06-30 13:17:12', '0', '', '9a344150c335fd05d073b6645cd57648', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2378, 'adoption assistance', 19, '2025-06-30 13:17:13', '0', '', '9a344150c335fd05d073b6645cd57648', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2379, 'adoption', 8, '2025-06-30 13:17:52', '0', '', '9a344150c335fd05d073b6645cd57648', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2380, 'adoption', 8, '2025-06-30 13:17:53', '0', '', '9a344150c335fd05d073b6645cd57648', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2381, 'pto', 2, '2025-06-30 17:45:47', '0', '', '4cdfbc10f631bded964f3c503139925b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2382, 'pto', 2, '2025-06-30 17:45:48', '0', '', '4cdfbc10f631bded964f3c503139925b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2383, 'adoption', 8, '2025-06-30 20:23:31', '0', '', '20eea236c83f8dc768eedaee314517f2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2384, 'adoption', 8, '2025-06-30 20:23:32', '0', '', '20eea236c83f8dc768eedaee314517f2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2385, 'perk', 7, '2025-07-01 13:43:01', '0', '', 'cb78ca72474c674840ab0d6ecd362307', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2386, 'perk', 7, '2025-07-01 13:43:02', '0', '', 'cb78ca72474c674840ab0d6ecd362307', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2387, 'employee contributions', 63, '2025-07-01 16:31:08', '0', '', '3825461f962e9773d8b2d6e54ee3e389', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2388, 'employee contributions', 63, '2025-07-01 16:31:09', '0', '', '3825461f962e9773d8b2d6e54ee3e389', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2389, 'cobra rates', 10, '2025-07-01 16:31:26', '0', '', '3825461f962e9773d8b2d6e54ee3e389', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2390, 'cobra rates', 10, '2025-07-01 16:31:27', '0', '', '3825461f962e9773d8b2d6e54ee3e389', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2391, 'rates', 6, '2025-07-01 19:55:13', '0', '', '15693f52e3125d52326f821e25e2ed4c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2392, 'rates', 6, '2025-07-01 19:55:14', '0', '', '15693f52e3125d52326f821e25e2ed4c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2393, 'adoption', 8, '2025-07-02 13:08:36', '0', '', 'd4dbd1c5a07bf77250519b9ef6dc8234', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2394, 'adoption', 8, '2025-07-02 13:08:37', '0', '', 'd4dbd1c5a07bf77250519b9ef6dc8234', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2395, 'adoption claim form', 31, '2025-07-02 13:19:59', '0', '', '6deaa0983310535748a45b02255f069c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2396, 'adoption claim form', 31, '2025-07-02 13:19:59', '0', '', '6deaa0983310535748a45b02255f069c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2397, 'increase pension contributions', 24, '2025-07-02 14:30:54', '0', '', 'f693adbb39601cf08afbdf973438f1cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2398, 'increase pension contributions', 24, '2025-07-02 14:30:55', '0', '', 'f693adbb39601cf08afbdf973438f1cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2399, 'long term disability', 22, '2025-07-02 21:36:00', '0', '', 'a46b7852cc3c3d0ab7fb871c490dbeef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2400, 'long term disability', 22, '2025-07-02 21:36:01', '0', '', 'a46b7852cc3c3d0ab7fb871c490dbeef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2401, 'pension', 9, '2025-07-03 16:06:31', '0', '', 'e4078f28b633f4df49cf117a6758a03d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2402, 'pension', 9, '2025-07-03 16:06:32', '0', '', 'e4078f28b633f4df49cf117a6758a03d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2403, 'perk spot', 7, '2025-07-03 16:57:04', '0', '', 'e5477ccbef0ce3d5ffb6d551a05e5667', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2404, 'perk spot', 7, '2025-07-03 16:57:05', '0', '', 'e5477ccbef0ce3d5ffb6d551a05e5667', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2405, 'eoi', 2, '2025-07-03 21:18:46', '0', '', '1a8de0f82994ae5909665418638da2f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2406, 'eoi', 2, '2025-07-03 21:18:46', '0', '', '1a8de0f82994ae5909665418638da2f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2407, 'perk spot', 7, '2025-07-03 21:34:54', '0', '', 'ae198d4ced67034fc220d3a152eff603', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2408, 'perk spot', 7, '2025-07-03 21:34:55', '0', '', 'ae198d4ced67034fc220d3a152eff603', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2409, 'pension', 9, '2025-07-07 21:43:28', '0', '', 'd9623cbdd529030fecefffc2b1e6a3c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2410, 'pension', 9, '2025-07-07 21:43:29', '0', '', 'd9623cbdd529030fecefffc2b1e6a3c9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2411, 'workday', 9, '2025-07-07 23:30:16', '0', '', '3d10febd5a03fbd05a0267bf9aba9b08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2412, 'workday', 9, '2025-07-07 23:30:17', '0', '', '3d10febd5a03fbd05a0267bf9aba9b08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2413, 'update beneficiriaries', 8, '2025-07-08 18:25:37', '0', '', '655e5ac8dcd0048569bae6a7f3857906', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2414, 'update beneficiriaries', 8, '2025-07-08 18:25:38', '0', '', '655e5ac8dcd0048569bae6a7f3857906', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2415, 'foundation', 3, '2025-07-08 19:42:17', '0', '', '5d6d2a5c99482df23b9054aae0f6063e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2416, 'foundation', 3, '2025-07-08 19:42:18', '0', '', '5d6d2a5c99482df23b9054aae0f6063e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2417, 'origin', '0', '2025-07-09 14:23:29', '0', '', '56f618f19ff43090a92b2f7a21ed8041', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2418, 'origin', '0', '2025-07-09 14:23:30', '0', '', '56f618f19ff43090a92b2f7a21ed8041', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2419, 'origin', '0', '2025-07-09 14:23:41', '0', '', '56f618f19ff43090a92b2f7a21ed8041', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2420, 'origin', '0', '2025-07-09 14:23:42', '0', '', '56f618f19ff43090a92b2f7a21ed8041', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2421, 'eap', 8, '2025-07-09 16:20:31', '0', '', 'bc417197d43a9f23624c31c0ede516d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2422, 'eap', 8, '2025-07-09 16:20:32', '0', '', 'bc417197d43a9f23624c31c0ede516d0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2423, 'bereavement', 1, '2025-07-09 16:26:07', '0', '', '4974db01b1be514adc22b2fc44e4097c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2424, 'bereavement', 1, '2025-07-09 16:26:08', '0', '', '4974db01b1be514adc22b2fc44e4097c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2425, 'leaving', 5, '2025-07-10 14:37:18', '0', '', '96bc10700a0bd16f33f4c357e673ae28', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2426, 'leaving', 5, '2025-07-10 14:37:19', '0', '', '96bc10700a0bd16f33f4c357e673ae28', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2427, 'parental leave', 13, '2025-07-10 19:28:17', '0', '', 'ae946d99bce6aee0280218ccb8891587', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2428, 'parental leave', 13, '2025-07-10 19:28:18', '0', '', 'ae946d99bce6aee0280218ccb8891587', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2429, 'short term disability', 19, '2025-07-11 16:03:18', '0', '', '4dc64b7c5f9213a2a311254bd74b6c27', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2430, 'short term disability', 19, '2025-07-11 16:03:19', '0', '', '4dc64b7c5f9213a2a311254bd74b6c27', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2431, 'payscale', '0', '2025-07-11 22:49:55', '0', '', '11a2f95b5a0f6e6b8212003ed957b66d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2432, 'payscale', '0', '2025-07-11 22:49:56', '0', '', '11a2f95b5a0f6e6b8212003ed957b66d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2433, 'log in screen', 23, '2025-07-13 00:47:47', '0', '', 'b09a2c70495a36da7a0c455a3cd8d2ab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2434, 'log in screen', 23, '2025-07-13 00:47:49', '0', '', 'b09a2c70495a36da7a0c455a3cd8d2ab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2435, 'summary of benefits', 65, '2025-07-13 14:54:51', '0', '', 'e86242dd26534a54004725ae3abb76c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2436, 'summary of benefits', 65, '2025-07-13 14:54:53', '0', '', 'e86242dd26534a54004725ae3abb76c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2437, 'pension', 9, '2025-07-15 14:54:02', '0', '', 'bac0f5a619ddad3ed09805c510133904', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2438, 'pension', 9, '2025-07-15 14:54:02', '0', '', 'bac0f5a619ddad3ed09805c510133904', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2439, 'affidavit', 4, '2025-07-15 20:54:36', '0', '', '5bf4b8c8670d961337ede59945c8a90a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2440, 'affidavit', 4, '2025-07-15 20:54:37', '0', '', '5bf4b8c8670d961337ede59945c8a90a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2441, 'pension', 9, '2025-07-16 12:51:38', '0', '', '43c0be6cbd8f6c338ec327bddb477997', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2442, 'pension', 9, '2025-07-16 12:51:38', '0', '', '43c0be6cbd8f6c338ec327bddb477997', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2443, 'retirement plan', 56, '2025-07-16 12:55:21', '0', '', '4bd2b4858c400672672513563200804f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2444, 'retirement plan', 56, '2025-07-16 12:55:22', '0', '', '4bd2b4858c400672672513563200804f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2445, 'fmla', 2, '2025-07-16 13:57:34', '0', '', 'e86bae15aa930a1ed2316fe4a9bc7f67', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2446, 'fmla', 2, '2025-07-16 13:57:35', '0', '', 'e86bae15aa930a1ed2316fe4a9bc7f67', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2447, 'acupuncture', '0', '2025-07-16 14:28:57', '0', '', 'e13c1c1bcc62b926845f9f7c2b3d7bda', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2448, 'acupuncture', '0', '2025-07-16 14:28:57', '0', '', 'e13c1c1bcc62b926845f9f7c2b3d7bda', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2449, '401k', 7, '2025-07-16 16:50:33', '0', '', 'd812f48d5681325b193d7b18fc65ff70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2450, '401k', 7, '2025-07-16 16:50:34', '0', '', 'd812f48d5681325b193d7b18fc65ff70', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2451, 'careers', 8, '2025-07-17 15:24:40', '0', '', 'fd98e1d915728fc31569f8eccfe20b7a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2452, 'careers', 8, '2025-07-17 15:24:41', '0', '', 'fd98e1d915728fc31569f8eccfe20b7a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2453, 'transit', 4, '2025-07-17 15:43:40', '0', '', '340ef6846428c175eea51ac5750896be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2454, 'transit', 4, '2025-07-17 15:43:41', '0', '', '340ef6846428c175eea51ac5750896be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2455, 'dario', 3, '2025-07-18 15:11:22', '0', '', '609d83d4886290d48e537fb03b8e8aa1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2456, 'dario', 3, '2025-07-18 15:11:23', '0', '', '609d83d4886290d48e537fb03b8e8aa1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2457, 'omnia', '0', '2025-07-20 23:50:30', '0', '', '552280c8245a6e656b7f904adb127462', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2458, 'omnia', '0', '2025-07-20 23:50:31', '0', '', '552280c8245a6e656b7f904adb127462', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2459, 'blue ocean brain', 35, '2025-07-21 15:37:39', '0', '', 'e8487a3dc2dd9ed294a13cdccddffc9d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2460, 'blue ocean brain', 35, '2025-07-21 15:37:40', '0', '', 'e8487a3dc2dd9ed294a13cdccddffc9d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2461, 'bob', '0', '2025-07-21 15:38:10', '0', '', 'e8487a3dc2dd9ed294a13cdccddffc9d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2462, 'bob', '0', '2025-07-21 15:38:11', '0', '', 'e8487a3dc2dd9ed294a13cdccddffc9d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2463, 'blue ocean brain', 35, '2025-07-21 15:38:23', '0', '', 'e8487a3dc2dd9ed294a13cdccddffc9d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2464, 'blue ocean brain', 35, '2025-07-21 15:38:24', '0', '', 'e8487a3dc2dd9ed294a13cdccddffc9d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2465, 'aon', 1, '2025-07-21 18:07:53', '0', '', 'a813407942de194f67b3082405a347e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2466, 'aon', 1, '2025-07-21 18:07:54', '0', '', 'a813407942de194f67b3082405a347e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2467, 'vesting peroiod', 3, '2025-07-21 20:26:15', '0', '', 'be19319bad56ee7a8c54f0e6d81d4f59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2468, 'vesting peroiod', 3, '2025-07-21 20:26:16', '0', '', 'be19319bad56ee7a8c54f0e6d81d4f59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2469, 'benifits package', 1, '2025-07-22 02:15:45', '0', '', 'b96ad497df759cdf50618fec09ccec3c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2470, 'benifits package', 1, '2025-07-22 02:15:46', '0', '', 'b96ad497df759cdf50618fec09ccec3c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2471, 'giving', 2, '2025-07-22 21:32:14', '0', '', 'd802ebf074b09e90f0021ac21c142535', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2472, 'giving', 2, '2025-07-22 21:32:14', '0', '', 'd802ebf074b09e90f0021ac21c142535', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2473, 'employee gift match program', 66, '2025-07-22 21:33:48', '0', '', 'd802ebf074b09e90f0021ac21c142535', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2474, 'employee gift match program', 66, '2025-07-22 21:33:48', '0', '', 'd802ebf074b09e90f0021ac21c142535', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2475, 'relocate', '0', '2025-07-23 20:14:10', '0', '', 'b1b841794cf128f39c57caefc28506f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2476, 'relocate', '0', '2025-07-23 20:14:11', '0', '', 'b1b841794cf128f39c57caefc28506f5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2477, 'uber for business', 12, '2025-07-23 20:33:47', '0', '', 'ec1d6bc4f046b0cc78b2e66bf4140a50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2478, 'uber for business', 12, '2025-07-23 20:33:48', '0', '', 'ec1d6bc4f046b0cc78b2e66bf4140a50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2479, 'workday', 9, '2025-07-24 13:53:52', '0', '', 'e18bd16b2f84e58ccdaf3990d71445a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2480, 'workday', 9, '2025-07-24 13:53:54', '0', '', 'e18bd16b2f84e58ccdaf3990d71445a5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2481, 'change 401k ele', 25, '2025-07-24 19:40:18', '0', '', 'a49a669862f6c7bea8af56ab8c78ff2a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2482, 'change 401k ele', 25, '2025-07-24 19:40:19', '0', '', 'a49a669862f6c7bea8af56ab8c78ff2a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2483, 'car rental', 54, '2025-07-24 20:15:16', '0', '', 'f0dc603d18c0d64e1c6d6a0b7ea8f352', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2484, 'car rental', 54, '2025-07-24 20:15:17', '0', '', 'f0dc603d18c0d64e1c6d6a0b7ea8f352', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2485, 'car rental', 54, '2025-07-24 20:15:34', '0', '', 'f0dc603d18c0d64e1c6d6a0b7ea8f352', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2486, 'car rental', 54, '2025-07-24 20:15:35', '0', '', 'f0dc603d18c0d64e1c6d6a0b7ea8f352', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2487, 'pension', 9, '2025-07-25 00:13:09', '0', '', '322f96a5c7e11746610b7f209bab492a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2488, 'pension', 9, '2025-07-25 00:13:10', '0', '', '322f96a5c7e11746610b7f209bab492a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2489, 'pension', 9, '2025-07-25 19:10:44', '0', '', '8089c3863d4c8413fee8d2620c1dbca2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2490, 'pension', 9, '2025-07-25 19:10:45', '0', '', '8089c3863d4c8413fee8d2620c1dbca2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2491, 'referral', 4, '2025-07-28 17:56:32', '0', '', '799e1cc1991308d365b24e9a2a98121d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2492, 'referral', 4, '2025-07-28 17:56:32', '0', '', '799e1cc1991308d365b24e9a2a98121d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2493, 'retirement eligibility', 17, '2025-07-28 18:29:11', '0', '', 'a7668c9f19f716e3fddf24c4d3473366', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2494, 'retirement eligibility', 17, '2025-07-28 18:29:11', '0', '', 'a7668c9f19f716e3fddf24c4d3473366', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2495, 'tax', 13, '2025-07-28 18:52:27', '0', '', '874f754181d093c72bfc594123c3c5eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2496, 'tax', 13, '2025-07-28 18:52:28', '0', '', '874f754181d093c72bfc594123c3c5eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2497, 'flexible work', 45, '2025-07-28 20:57:12', '0', '', '159ab88d663470bf0394a18afe67597d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2498, 'flexible work', 45, '2025-07-28 20:57:13', '0', '', '159ab88d663470bf0394a18afe67597d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2499, 'work from home', 47, '2025-07-28 20:57:23', '0', '', '159ab88d663470bf0394a18afe67597d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2500, 'work from home', 47, '2025-07-28 20:57:24', '0', '', '159ab88d663470bf0394a18afe67597d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2501, 'age verification', 54, '2025-07-28 20:57:37', '0', '', '159ab88d663470bf0394a18afe67597d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2502, 'age verification', 54, '2025-07-28 20:57:38', '0', '', '159ab88d663470bf0394a18afe67597d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2503, 'red light', 46, '2025-07-29 16:54:44', '0', '', '34d5f67cd4f7c52d56ed4e2c4669abbd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2504, 'red light', 46, '2025-07-29 16:54:45', '0', '', '34d5f67cd4f7c52d56ed4e2c4669abbd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2505, 'red light therapy', 47, '2025-07-29 17:12:56', '0', '', '495774a65fcbf70b4fa806da03d56c1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2506, 'red light therapy', 47, '2025-07-29 17:12:57', '0', '', '495774a65fcbf70b4fa806da03d56c1a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2507, 'retirement', 12, '2025-07-29 18:34:19', '0', '', '597099788caa1923bd487ee1ac5f5da1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2508, 'retirement', 12, '2025-07-29 18:34:19', '0', '', '597099788caa1923bd487ee1ac5f5da1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2509, 'strive', 7, '2025-07-29 18:35:43', '0', '', '28a4ae97c98e2bcb7886eda16c9e23d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2510, 'strive', 7, '2025-07-29 18:35:43', '0', '', '28a4ae97c98e2bcb7886eda16c9e23d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2511, 'moving', '0', '2025-07-30 04:28:45', '0', '', '74a40e9f846783a2e6aef6463cb0a674', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2512, 'moving', '0', '2025-07-30 04:28:46', '0', '', '74a40e9f846783a2e6aef6463cb0a674', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2513, 'bereavement', 1, '2025-07-30 11:53:42', '0', '', 'd096d7142a0450cadca3a6f87a5e7cf7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2514, 'bereavement', 1, '2025-07-30 11:53:42', '0', '', 'd096d7142a0450cadca3a6f87a5e7cf7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2515, 'rental', 8, '2025-07-30 17:30:03', '0', '', 'c6a80103fc86ebd849957f8bcde93081', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2516, 'rental', 8, '2025-07-30 17:30:04', '0', '', 'c6a80103fc86ebd849957f8bcde93081', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2517, 'hsa', 14, '2025-07-31 15:10:05', '0', '', 'd03b93aeca168324ab4f3c041b338a83', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2518, 'hsa', 14, '2025-07-31 15:10:06', '0', '', 'd03b93aeca168324ab4f3c041b338a83', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2519, 'relocation', '0', '2025-07-31 16:16:32', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2520, 'relocation', '0', '2025-07-31 16:16:33', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2521, 'assignment', '0', '2025-07-31 16:16:40', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2522, 'assignment', '0', '2025-07-31 16:16:41', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2523, 'adoption', 8, '2025-07-31 16:16:47', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2524, 'adoption', 8, '2025-07-31 16:16:48', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2525, 'vacation', 3, '2025-07-31 16:21:18', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2526, 'vacation', 3, '2025-07-31 16:21:18', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2527, 'sick time', 35, '2025-07-31 16:21:44', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2528, 'sick time', 35, '2025-07-31 16:21:44', '0', '', 'a0bf9a1ae46b410694866556e5a310c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2529, 'where to adjust amount contribute to 401k', 19, '2025-08-01 15:06:40', '0', '', '8a6d1946a16f58476b8d66e58403cefc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2530, 'where to adjust amount contribute to 401k', 19, '2025-08-01 15:06:41', '0', '', '8a6d1946a16f58476b8d66e58403cefc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2531, '401k roll over', 20, '2025-08-02 15:36:05', '0', '', 'd080530aa24e195be82a1e7ffbec7007', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2532, '401k roll over', 20, '2025-08-02 15:36:05', '0', '', 'd080530aa24e195be82a1e7ffbec7007', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2533, 'best premium', 26, '2025-08-05 01:44:31', '0', '', '97b29b65cdf0d2c21dd911b57aea79be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2534, 'best premium', 26, '2025-08-05 01:44:32', '0', '', '97b29b65cdf0d2c21dd911b57aea79be', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2535, 'summary plan description', 60, '2025-08-05 13:16:32', '0', '', '82511abb5fffb90a21129217ebc0f073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2536, 'summary plan description', 60, '2025-08-05 13:16:33', '0', '', '82511abb5fffb90a21129217ebc0f073', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2537, 'eoi form', 20, '2025-08-05 16:47:16', '0', '', 'b6664d85d366cac72a160a2ea826f117', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2538, 'eoi form', 20, '2025-08-05 16:47:17', '0', '', 'b6664d85d366cac72a160a2ea826f117', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2539, 'cobra', 4, '2025-08-05 18:17:02', '0', '', '4cb9869a88a0faf1db9ec27fb5559e03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2540, 'cobra', 4, '2025-08-05 18:17:03', '0', '', '4cb9869a88a0faf1db9ec27fb5559e03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2541, 'kaiser', '0', '2025-08-05 18:49:34', '0', '', 'cde397202590e9816ff7d3f373ee4444', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2542, 'kaiser', '0', '2025-08-05 18:49:34', '0', '', 'cde397202590e9816ff7d3f373ee4444', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2543, 'summary plan description', 60, '2025-08-05 22:02:19', '0', '', 'cd4a3fe4a4a9f3a37efe98f98a013fbd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2544, 'summary plan description', 60, '2025-08-05 22:02:20', '0', '', 'cd4a3fe4a4a9f3a37efe98f98a013fbd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2545, 'time off', 35, '2025-08-06 12:35:53', '0', '', 'd60785441d9f475a7f8e960bb9ad7e8d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2546, 'time off', 35, '2025-08-06 12:35:54', '0', '', 'd60785441d9f475a7f8e960bb9ad7e8d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2547, 'individual development plan', 59, '2025-08-06 17:10:18', '0', '', '1a60f9633eeb88b2371ee1ba7ad8d18f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2548, 'individual development plan', 59, '2025-08-06 17:10:18', '0', '', '1a60f9633eeb88b2371ee1ba7ad8d18f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2549, 'sap-concur', 1, '2025-08-07 02:02:10', '0', '', 'a252ac4f318301907864824215e78f7e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2550, 'sap-concur', 1, '2025-08-07 02:02:11', '0', '', 'a252ac4f318301907864824215e78f7e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2551, 'disability', 6, '2025-08-07 11:17:36', '0', '', '08e2d2daacf28ede4d4f710dc910a3c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2552, 'disability', 6, '2025-08-07 11:17:37', '0', '', '08e2d2daacf28ede4d4f710dc910a3c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2553, 'summary plan description', 60, '2025-08-07 19:09:08', '0', '', 'ba8b93daeed0eac4ea8064afadeea744', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2554, 'summary plan description', 60, '2025-08-07 19:09:08', '0', '', 'ba8b93daeed0eac4ea8064afadeea744', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2555, 'can i increase hsa mid-year', 33, '2025-08-07 19:59:31', '0', '', 'e0f8b74488bc80bfb6de8febe21b474c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2556, 'can i increase hsa mid-year', 33, '2025-08-07 19:59:32', '0', '', 'e0f8b74488bc80bfb6de8febe21b474c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2557, 'benefits hotline', 62, '2025-08-08 12:06:32', '0', '', 'ae126ca9776087cbbd40ddb00bb88b0c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2558, 'benefits hotline', 62, '2025-08-08 12:06:33', '0', '', 'ae126ca9776087cbbd40ddb00bb88b0c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2559, 'employment verification', 8, '2025-08-08 17:02:07', '0', '', '681533fac1a7f3e688fdc0302bfd16a0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2560, 'employment verification', 8, '2025-08-08 17:02:07', '0', '', '681533fac1a7f3e688fdc0302bfd16a0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2561, 'proof of employment', 9, '2025-08-08 17:03:07', '0', '', '681533fac1a7f3e688fdc0302bfd16a0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2562, 'proof of employment', 9, '2025-08-08 17:03:08', '0', '', '681533fac1a7f3e688fdc0302bfd16a0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2563, 'guide', 30, '2025-08-08 17:34:34', '0', '', 'c1b1f5923ccc96442ae73a9d7517ca44', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2564, 'guide', 30, '2025-08-08 17:34:35', '0', '', 'c1b1f5923ccc96442ae73a9d7517ca44', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2565, 'patenity leave', 13, '2025-08-11 15:02:13', '0', '', 'e74c9ebb165ff8dda89b3a4732fe5a67', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2566, 'patenity leave', 13, '2025-08-11 15:02:13', '0', '', 'e74c9ebb165ff8dda89b3a4732fe5a67', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2567, 'pension', 9, '2025-08-11 16:36:08', '0', '', 'ad5304e966f49e877cd5ea25c4ec18b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2568, 'pension', 9, '2025-08-11 16:36:09', '0', '', 'ad5304e966f49e877cd5ea25c4ec18b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2569, 'hearing aids', 10, '2025-08-11 17:30:01', '0', '', 'e202415f9140b3e26bedbe172a12d091', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2570, 'hearing aids', 10, '2025-08-11 17:30:02', '0', '', 'e202415f9140b3e26bedbe172a12d091', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2571, 'termination of employment', 8, '2025-08-12 13:56:34', '0', '', 'a47bda1cdb3f7e313a197efccf0c3972', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2572, 'termination of employment', 8, '2025-08-12 13:56:35', '0', '', 'a47bda1cdb3f7e313a197efccf0c3972', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2573, 'perks', 7, '2025-08-12 15:25:33', '0', '', '5b21ce10a40266c3043052f1a129fb93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2574, 'perks', 7, '2025-08-12 15:25:34', '0', '', '5b21ce10a40266c3043052f1a129fb93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2575, 'perk', 7, '2025-08-12 15:26:33', '0', '', '5b21ce10a40266c3043052f1a129fb93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2576, 'perk', 7, '2025-08-12 15:26:34', '0', '', '5b21ce10a40266c3043052f1a129fb93', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2577, 'dario', 3, '2025-08-12 15:52:47', '0', '', 'eb05145ce4eaffb783afe7294aacad00', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2578, 'dario', 3, '2025-08-12 15:52:48', '0', '', 'eb05145ce4eaffb783afe7294aacad00', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2579, 'chronic care', 46, '2025-08-12 15:53:08', '0', '', 'eb05145ce4eaffb783afe7294aacad00', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2580, 'chronic care', 46, '2025-08-12 15:53:09', '0', '', 'eb05145ce4eaffb783afe7294aacad00', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2581, 'eligible dependent', 29, '2025-08-12 19:40:20', '0', '', 'bbec36362ff9b818ed2464415bedf439', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2582, 'eligible dependent', 29, '2025-08-12 19:40:20', '0', '', 'bbec36362ff9b818ed2464415bedf439', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2583, 'tuition', 3, '2025-08-13 14:11:21', '0', '', '941e2009d7d4dca4115e03d572b88fa9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2584, 'tuition', 3, '2025-08-13 14:11:22', '0', '', '941e2009d7d4dca4115e03d572b88fa9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2585, 'pension', 9, '2025-08-13 17:29:57', '0', '', '7be8ac60356976cd38227e101228c317', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2586, 'pension', 9, '2025-08-13 17:29:58', '0', '', '7be8ac60356976cd38227e101228c317', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2589, 'perk spots', 7, '2025-08-14 10:21:06', '0', '', 'ee03608bc7bb1baa379fece93268fa50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2590, 'perk spots', 7, '2025-08-14 10:21:07', '0', '', 'ee03608bc7bb1baa379fece93268fa50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2591, 'perkspot', 4, '2025-08-14 17:09:25', '0', '', '758bfb7f90cc7566c4a34ac2bda71cc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2592, 'perkspot', 4, '2025-08-14 17:09:26', '0', '', '758bfb7f90cc7566c4a34ac2bda71cc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2593, '401k', 7, '2025-08-14 17:20:50', '0', '', '3b7e45734fd665c4f5d58111e85bc267', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2594, '401k', 7, '2025-08-14 17:20:51', '0', '', '3b7e45734fd665c4f5d58111e85bc267', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2595, 'adoption', 8, '2025-08-14 19:53:48', '0', '', 'a09e36d99e8998fdfcbb94f5e32ff78e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2596, 'adoption', 8, '2025-08-14 19:53:49', '0', '', 'a09e36d99e8998fdfcbb94f5e32ff78e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2597, 'one source vital', 14, '2025-08-14 22:08:51', '0', '', '05b8862d32579599321935da4edb4c16', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2598, 'one source vital', 14, '2025-08-14 22:08:51', '0', '', '05b8862d32579599321935da4edb4c16', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2599, 'holiday', 1, '2025-08-15 16:17:05', '0', '', '6363cd63f41593769a3d05c98e0b03a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2600, 'holiday', 1, '2025-08-15 16:17:05', '0', '', '6363cd63f41593769a3d05c98e0b03a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2601, 'fmla', 2, '2025-08-18 13:52:43', '0', '', 'd4cce90e874f9c27e9f4efedf4a791bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2602, 'fmla', 2, '2025-08-18 13:52:43', '0', '', 'd4cce90e874f9c27e9f4efedf4a791bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2603, 'thomas', '0', '2025-08-18 14:30:30', '0', '', '54ce8673a6126c46748adb5fa176ab78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2604, 'thomas', '0', '2025-08-18 14:30:30', '0', '', '54ce8673a6126c46748adb5fa176ab78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2605, 'rates', 6, '2025-08-18 17:04:37', '0', '', 'fb3fd1314bab57a8b5eabd9c06d4d665', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2606, 'rates', 6, '2025-08-18 17:04:38', '0', '', 'fb3fd1314bab57a8b5eabd9c06d4d665', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2607, 'holiday', 1, '2025-08-18 20:14:23', '0', '', 'e1062d3513f896cd5f741e09f4b6d736', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2608, 'holiday', 1, '2025-08-18 20:14:24', '0', '', 'e1062d3513f896cd5f741e09f4b6d736', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2609, 'outplacement', '0', '2025-08-19 17:08:41', '0', '', '5095c52268c9aab9024146aec7d85e2f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2610, 'outplacement', '0', '2025-08-19 17:08:42', '0', '', '5095c52268c9aab9024146aec7d85e2f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2611, 'annual enrollment', 31, '2025-08-20 15:44:28', '0', '', 'ebf7ed01114f42361f9c74fca3947d90', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2612, 'annual enrollment', 31, '2025-08-20 15:44:28', '0', '', 'ebf7ed01114f42361f9c74fca3947d90', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2613, 'unemployment insurance employer account number', 40, '2025-08-20 17:28:46', '0', '', 'bff67a63f4cca34d746bd5d511739a32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2614, 'unemployment insurance employer account number', 40, '2025-08-20 17:28:46', '0', '', 'bff67a63f4cca34d746bd5d511739a32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2615, 'unemployment insurance', 18, '2025-08-20 17:28:58', '0', '', 'bff67a63f4cca34d746bd5d511739a32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2616, 'unemployment insurance', 18, '2025-08-20 17:28:58', '0', '', 'bff67a63f4cca34d746bd5d511739a32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2617, 'fmlo', '0', '2025-08-20 19:04:58', '0', '', '968d31e73c6b159ab83807293cdbcc28', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2618, 'fmlo', '0', '2025-08-20 19:04:59', '0', '', '968d31e73c6b159ab83807293cdbcc28', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2619, 'fmla', 2, '2025-08-20 19:09:12', '0', '', '94e1cf0123236314216a4a89288aee5c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2620, 'fmla', 2, '2025-08-20 19:09:13', '0', '', '94e1cf0123236314216a4a89288aee5c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2621, 'careers', 8, '2025-08-20 19:56:19', '0', '', '9a33d8ac44990da56a79e4e47b930869', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2622, 'careers', 8, '2025-08-20 19:56:20', '0', '', '9a33d8ac44990da56a79e4e47b930869', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2623, 'holidays', 1, '2025-08-20 19:57:16', '0', '', '9a33d8ac44990da56a79e4e47b930869', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2624, 'holidays', 1, '2025-08-20 19:57:17', '0', '', '9a33d8ac44990da56a79e4e47b930869', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2625, 'hsa', 14, '2025-08-22 16:50:18', '0', '', 'eb96095013f7eabc6da5b6cdf9cc8719', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2626, 'hsa', 14, '2025-08-22 16:50:18', '0', '', 'eb96095013f7eabc6da5b6cdf9cc8719', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2627, 'compsych', 4, '2025-08-23 12:24:45', '0', '', 'd0241ec6ce5c301499db752e4b7ac668', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2628, 'compsych', 4, '2025-08-23 12:24:46', '0', '', 'd0241ec6ce5c301499db752e4b7ac668', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2629, 'retirement', 12, '2025-08-24 12:23:13', '0', '', 'bb4c317ce047b7c41e54bbc6dc438959', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2630, 'retirement', 12, '2025-08-24 12:23:14', '0', '', 'bb4c317ce047b7c41e54bbc6dc438959', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2631, 'parental leave', 13, '2025-08-25 13:24:37', '0', '', '3d92f890692b678d4379f258ab42ad80', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2632, 'parental leave', 13, '2025-08-25 13:24:38', '0', '', '3d92f890692b678d4379f258ab42ad80', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2633, 'bereavement', 1, '2025-08-25 14:29:12', '0', '', 'ed90e22001acf17d691a5b7b9fe686de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2634, 'bereavement', 1, '2025-08-25 14:29:13', '0', '', 'ed90e22001acf17d691a5b7b9fe686de', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2635, 'affidavit', 4, '2025-08-25 16:49:39', '0', '', '0fb2eeab1135854c0bf0e315eeb4b0c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2636, 'affidavit', 4, '2025-08-25 16:49:40', '0', '', '0fb2eeab1135854c0bf0e315eeb4b0c5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2637, 'last will', '0', '2025-08-25 19:03:00', '0', '', '4c4b11734af4f08412ffcb00ad6f286f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2638, 'last will', '0', '2025-08-25 19:03:01', '0', '', '4c4b11734af4f08412ffcb00ad6f286f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2639, 'will', '0', '2025-08-25 19:03:06', '0', '', '4c4b11734af4f08412ffcb00ad6f286f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2640, 'will', '0', '2025-08-25 19:03:07', '0', '', '4c4b11734af4f08412ffcb00ad6f286f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2641, 'will', '0', '2025-08-25 19:16:30', '0', '', 'b5857bb37efe74400cb2d3df7db8e82f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2642, 'will', '0', '2025-08-25 19:16:31', '0', '', 'b5857bb37efe74400cb2d3df7db8e82f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2643, '401k', 7, '2025-08-26 13:54:38', '0', '', 'aa679938af683dedbb7bdd2e260967bb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2644, '401k', 7, '2025-08-26 13:54:39', '0', '', 'aa679938af683dedbb7bdd2e260967bb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2645, 'proof of employment', 9, '2025-08-27 20:11:32', '0', '', 'ce355d05b7bba9a9bdbcecd4297834e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2646, 'proof of employment', 9, '2025-08-27 20:11:33', '0', '', 'ce355d05b7bba9a9bdbcecd4297834e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2647, 'osv', 1, '2025-08-27 20:58:27', '0', '', '778559bb0fd43d0f02e9c37f134f6c21', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2648, 'osv', 1, '2025-08-27 20:58:28', '0', '', '778559bb0fd43d0f02e9c37f134f6c21', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2649, 'ppl', 6, '2025-08-28 16:19:21', '0', '', '2ae37e478ac9481350a7d1a58f2fdaad', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2650, 'ppl', 6, '2025-08-28 16:19:22', '0', '', '2ae37e478ac9481350a7d1a58f2fdaad', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2651, 'new york life', 43, '2025-08-28 20:28:42', '0', '', 'f039868faba8429ba8df4af021abfaf6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2652, 'new york life', 43, '2025-08-28 20:28:43', '0', '', 'f039868faba8429ba8df4af021abfaf6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2653, 'new york life', 43, '2025-08-28 20:35:12', '0', '', '56073811322cdaa03b2bac511733768d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2654, 'new york life', 43, '2025-08-28 20:35:13', '0', '', '56073811322cdaa03b2bac511733768d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2655, '401(k) summary plan description', 60, '2025-08-29 15:09:06', '0', '', 'ea4b150b9b3d4b5fc91e2cd80519a30f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2656, '401(k) summary plan description', 60, '2025-08-29 15:09:06', '0', '', 'ea4b150b9b3d4b5fc91e2cd80519a30f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2657, 'pension', 9, '2025-08-29 19:11:49', '0', '', '5609703624ad9e5a5213832be83f9a65', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2658, 'pension', 9, '2025-08-29 19:11:50', '0', '', '5609703624ad9e5a5213832be83f9a65', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2659, 'trust', '0', '2025-08-30 21:08:21', '0', '', '8869271f943ed6b624a03d9508cbf95c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2660, 'trust', '0', '2025-08-30 21:08:22', '0', '', '8869271f943ed6b624a03d9508cbf95c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2663, 'short term disability', 19, '2025-09-02 17:09:08', '0', '', '7e8410e4aa039881d69bc6b7e67410f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2664, 'short term disability', 19, '2025-09-02 17:09:08', '0', '', '7e8410e4aa039881d69bc6b7e67410f7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2665, 'family medical leave', 46, '2025-09-02 20:33:12', '0', '', '6af97632e4245992bacb76c02a64a66a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2666, 'family medical leave', 46, '2025-09-02 20:33:13', '0', '', '6af97632e4245992bacb76c02a64a66a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2667, 'perks', 7, '2025-09-02 21:04:06', '0', '', '3e65edae31275e5b423769f77959f0e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2668, 'perks', 7, '2025-09-02 21:04:07', '0', '', '3e65edae31275e5b423769f77959f0e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2669, 'label/php-shells', '0', '2025-09-02 23:25:22', '0', '', 'e62dbb0b87bf1d75b44d57f18d40faea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2670, 'label/php-shells', '0', '2025-09-02 23:25:23', '0', '', 'e62dbb0b87bf1d75b44d57f18d40faea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2671, 'sunlife california', '0', '2025-09-03 20:41:34', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2672, 'sunlife california', '0', '2025-09-03 20:41:34', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2673, 'need to visit a massage', 47, '2025-09-03 20:42:11', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2674, 'need to visit a massage', 47, '2025-09-03 20:42:12', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2675, 'need to visit a massage', 47, '2025-09-03 20:42:28', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2676, 'need to visit a massage', 47, '2025-09-03 20:42:28', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2677, 'massage', '0', '2025-09-03 20:42:42', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2678, 'massage', '0', '2025-09-03 20:42:43', '0', '', '708bb0180a2c1c7333ce3299f0435a8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2679, 'summary plan description 401(k)', 60, '2025-09-04 14:09:14', '0', '', '0d82e0b4a51b4d684044cec7faedfece', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2680, 'summary plan description 401(k)', 60, '2025-09-04 14:09:15', '0', '', '0d82e0b4a51b4d684044cec7faedfece', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2681, '401k summary plan', 60, '2025-09-04 14:14:31', '0', '', '0d82e0b4a51b4d684044cec7faedfece', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2682, '401k summary plan', 60, '2025-09-04 14:14:32', '0', '', '0d82e0b4a51b4d684044cec7faedfece', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2683, 'volunteer time off policy', 36, '2025-09-04 18:26:08', '0', '', 'c897be248921f5f605d5aaa6203def98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2684, 'volunteer time off policy', 36, '2025-09-04 18:26:09', '0', '', 'c897be248921f5f605d5aaa6203def98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2685, 'adoption', 8, '2025-09-04 20:14:04', '0', '', '84dfb673be9f7918c60fd43b423041db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2686, 'adoption', 8, '2025-09-04 20:14:04', '0', '', '84dfb673be9f7918c60fd43b423041db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2687, 'annual enrollment', 31, '2025-09-05 18:12:19', '0', '', 'c72f746ea3e3f74e494194581678a764', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2688, 'annual enrollment', 31, '2025-09-05 18:12:20', '0', '', 'c72f746ea3e3f74e494194581678a764', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2689, 'pension', 9, '2025-09-08 12:34:56', '0', '', 'fbbe6f408fb774add1c86fe9b594bfab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2690, 'pension', 9, '2025-09-08 12:34:57', '0', '', 'fbbe6f408fb774add1c86fe9b594bfab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2691, 'bereavement', 1, '2025-09-08 14:55:26', '0', '', '7acf85f744d4b0da66b9738037d09d1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2692, 'bereavement', 1, '2025-09-08 14:55:26', '0', '', '7acf85f744d4b0da66b9738037d09d1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2693, '\'>\"<svg/onload=confirm(\'xss-s\')>', '0', '2025-09-09 19:06:25', '0', '', 'ab610a27678a66ea5f1a4302bd23240b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2694, '\'>\"<svg/onload=confirm(\'xss-s\')>', '0', '2025-09-09 19:06:26', '0', '', 'ab610a27678a66ea5f1a4302bd23240b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2695, 'login', 2, '2025-09-09 19:31:06', '0', '', '9bb121ea38bc4e39801e6edea1a537b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2696, 'login', 2, '2025-09-09 19:31:06', '0', '', '9bb121ea38bc4e39801e6edea1a537b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2697, '\'>\"<svg/onload=confirm(\'xss-s\')>', '0', '2025-09-09 21:40:54', '0', '', '980c61d869e04fd40dc9abf28946a470', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2698, '\'>\"<svg/onload=confirm(\'xss-s\')>', '0', '2025-09-09 21:40:55', '0', '', '980c61d869e04fd40dc9abf28946a470', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2699, 'jury duty', 4, '2025-09-10 11:22:59', '0', '', 'be7ea62196d26712a6630702ff893353', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2700, 'jury duty', 4, '2025-09-10 11:23:00', '0', '', 'be7ea62196d26712a6630702ff893353', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2701, 'pto', 2, '2025-09-10 15:22:13', '0', '', '7fdfb13dff8196f35715de96ef624d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2702, 'pto', 2, '2025-09-10 15:22:14', '0', '', '7fdfb13dff8196f35715de96ef624d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2705, 'short term disability', 19, '2025-09-10 15:24:48', '0', '', '7fdfb13dff8196f35715de96ef624d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2706, 'short term disability', 19, '2025-09-10 15:24:48', '0', '', '7fdfb13dff8196f35715de96ef624d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2707, 'w-2', '0', '2025-09-10 16:58:02', '0', '', 'f62872703819ff97680f4253f88fab67', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2708, 'w-2', '0', '2025-09-10 16:58:03', '0', '', 'f62872703819ff97680f4253f88fab67', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2709, 'vision', 18, '2025-09-10 17:37:23', '0', '', '1f249b1304573b4e26eb85b16ee4c3ed', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2710, 'vision', 18, '2025-09-10 17:37:23', '0', '', '1f249b1304573b4e26eb85b16ee4c3ed', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2711, 'uniforms', '0', '2025-09-10 18:10:40', '0', '', 'e4112ce530d73d1d1c8ac753e17417b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2712, 'uniforms', '0', '2025-09-10 18:10:41', '0', '', 'e4112ce530d73d1d1c8ac753e17417b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2713, 'annual enrollment', 31, '2025-09-11 14:23:53', '0', '', '481407ec62204b8ee56e8d1390661989', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2714, 'annual enrollment', 31, '2025-09-11 14:23:54', '0', '', '481407ec62204b8ee56e8d1390661989', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2715, 'retirement summary plan', 61, '2025-09-12 13:44:32', '0', '', '4f7f61feac6ce88083441f6d921000d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2716, 'retirement summary plan', 61, '2025-09-12 13:44:32', '0', '', '4f7f61feac6ce88083441f6d921000d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2717, 'bereavement', 1, '2025-09-15 07:21:59', '0', '', 'd1c7bb56136ed26e4c453f0886322b58', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2718, 'bereavement', 1, '2025-09-15 07:22:00', '0', '', 'd1c7bb56136ed26e4c453f0886322b58', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2719, 'vision', 18, '2025-09-15 14:22:23', '0', '', '897b72f61a89ea67bad19837ce109823', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2720, 'vision', 18, '2025-09-15 14:22:24', '0', '', '897b72f61a89ea67bad19837ce109823', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2721, 'variable incentive program', 32, '2025-09-15 19:02:25', '0', '', '5bd1a9abca9ed67493b106889a931f5b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2722, 'variable incentive program', 32, '2025-09-15 19:02:26', '0', '', '5bd1a9abca9ed67493b106889a931f5b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2723, 'ymca', '0', '2025-09-16 00:15:36', '0', '', 'a5c9d5d44e843b3015f97efab3bfd7e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2724, 'ymca', '0', '2025-09-16 00:15:36', '0', '', 'a5c9d5d44e843b3015f97efab3bfd7e6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2725, 'std', 2, '2025-09-16 13:25:43', '0', '', 'f85cf46f4e304ea7cb18cbffc4ec901f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2726, 'std', 2, '2025-09-16 13:25:44', '0', '', 'f85cf46f4e304ea7cb18cbffc4ec901f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2727, 'rates', 6, '2025-09-16 17:13:18', '0', '', '9125105a5aaf7a353ab0f9412290b4cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2728, 'rates', 6, '2025-09-16 17:13:18', '0', '', '9125105a5aaf7a353ab0f9412290b4cf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2729, 'termin', 3, '2025-09-16 18:33:56', '0', '', '5bfc3212e41972b4e8740854ea77cd68', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2730, 'termin', 3, '2025-09-16 18:33:57', '0', '', '5bfc3212e41972b4e8740854ea77cd68', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2731, 'thomas', '0', '2025-09-16 20:05:54', '0', '', '32f35db526ae74bd03ae7e8c71e9687c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2732, 'thomas', '0', '2025-09-16 20:05:55', '0', '', '32f35db526ae74bd03ae7e8c71e9687c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2733, 'operator salery', '0', '2025-09-17 10:41:20', '0', '', '7138b2f5d890414234421a6d99b32ccd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2734, 'operator salery', '0', '2025-09-17 10:41:20', '0', '', '7138b2f5d890414234421a6d99b32ccd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2735, 'operator salary', 3, '2025-09-17 10:41:37', '0', '', '7138b2f5d890414234421a6d99b32ccd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2736, 'operator salary', 3, '2025-09-17 10:41:37', '0', '', '7138b2f5d890414234421a6d99b32ccd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2737, 'operator pay', 28, '2025-09-17 10:42:25', '0', '', '7138b2f5d890414234421a6d99b32ccd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2738, 'operator pay', 28, '2025-09-17 10:42:26', '0', '', '7138b2f5d890414234421a6d99b32ccd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2739, 'retirement', 12, '2025-09-17 13:35:13', '0', '', '1649e46bac0be670de55ba2d2fc1489b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2740, 'retirement', 12, '2025-09-17 13:35:14', '0', '', '1649e46bac0be670de55ba2d2fc1489b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2741, 'rates', 6, '2025-09-17 19:56:45', '0', '', '3b159a35ca84b480b5eff21ffe1beda4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2742, 'rates', 6, '2025-09-17 19:56:46', '0', '', '3b159a35ca84b480b5eff21ffe1beda4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2743, 'short term', 19, '2025-09-18 08:34:02', '0', '', '1e80103acb3b343410d85f077f333b9a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2744, 'short term', 19, '2025-09-18 08:34:03', '0', '', '1e80103acb3b343410d85f077f333b9a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2745, 'fmla', 2, '2025-09-18 08:35:53', '0', '', 'cbbc1570d35b7842f5e060a8eae4bb1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2746, 'fmla', 2, '2025-09-18 08:35:53', '0', '', 'cbbc1570d35b7842f5e060a8eae4bb1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2747, 'short term', 19, '2025-09-18 15:06:34', '0', '', '8a3fa60faa659a1e32c56d05eb93c586', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2748, 'short term', 19, '2025-09-18 15:06:34', '0', '', '8a3fa60faa659a1e32c56d05eb93c586', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2749, 'std', 2, '2025-09-18 15:06:48', '0', '', '8a3fa60faa659a1e32c56d05eb93c586', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2750, 'std', 2, '2025-09-18 15:06:49', '0', '', '8a3fa60faa659a1e32c56d05eb93c586', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2751, 'linkedin', 1, '2025-09-18 17:17:01', '0', '', '23f4fb4f0dbbcb9388474e563d0071f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2752, 'linkedin', 1, '2025-09-18 17:17:01', '0', '', '23f4fb4f0dbbcb9388474e563d0071f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2753, 'benefit guide', 74, '2025-09-19 14:23:34', '0', '', '17ef0f0ce8b54a31657e535118e68206', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2754, 'benefit guide', 74, '2025-09-19 14:23:35', '0', '', '17ef0f0ce8b54a31657e535118e68206', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2755, 'rates', 6, '2025-09-19 16:21:17', '0', '', '1768938f7bb45e977356c20088aecd0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2756, 'rates', 6, '2025-09-19 16:21:18', '0', '', '1768938f7bb45e977356c20088aecd0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2757, 'healthcare enrollment', 37, '2025-09-19 16:42:31', '0', '', '6328bec0d442df7274573e14d4c6bedf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2758, 'healthcare enrollment', 37, '2025-09-19 16:42:31', '0', '', '6328bec0d442df7274573e14d4c6bedf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2759, 'carry over', 2, '2025-09-19 22:42:25', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2760, 'carry over', 2, '2025-09-19 22:42:25', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2761, 'vacation carryover', 4, '2025-09-19 22:42:43', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2762, 'vacation carryover', 4, '2025-09-19 22:42:44', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2763, 'carryover', 1, '2025-09-19 22:42:57', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2764, 'carryover', 1, '2025-09-19 22:42:58', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2765, 'cash put', 5, '2025-09-19 22:43:05', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2766, 'cash put', 5, '2025-09-19 22:43:06', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2767, 'cashout', '0', '2025-09-19 22:43:13', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2768, 'cashout', '0', '2025-09-19 22:43:13', '0', '', 'be9fd49bff05b1f2a458196d15dcbae9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2769, 'how to file your leave', 19, '2025-09-22 15:12:13', '0', '', 'ab5494ea5cd1b3613332263badac2136', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2770, 'how to file your leave', 19, '2025-09-22 15:12:14', '0', '', 'ab5494ea5cd1b3613332263badac2136', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2771, 'debt retirement', 13, '2025-09-22 15:52:36', '0', '', '0a43c1a781c74ffd5030468bfb12370c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2772, 'debt retirement', 13, '2025-09-22 15:52:37', '0', '', '0a43c1a781c74ffd5030468bfb12370c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2773, 'education assistance', 17, '2025-09-22 19:46:24', '0', '', '1f6b980e81afd0db85352219bbe58f11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2774, 'education assistance', 17, '2025-09-22 19:46:24', '0', '', '1f6b980e81afd0db85352219bbe58f11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2775, 'annual enrollment', 31, '2025-09-22 19:46:41', '0', '', '1f6b980e81afd0db85352219bbe58f11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2776, 'annual enrollment', 31, '2025-09-22 19:46:42', '0', '', '1f6b980e81afd0db85352219bbe58f11', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2777, 'summary plan description', 60, '2025-09-23 17:46:01', '0', '', '79021ff0c74b5fabe51a41001fa43e00', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2778, 'summary plan description', 60, '2025-09-23 17:46:01', '0', '', '79021ff0c74b5fabe51a41001fa43e00', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2779, 'portanl', '0', '2025-09-23 21:23:29', '0', '', '29c1e203c9f8872b1c50974112e76495', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2780, 'portanl', '0', '2025-09-23 21:23:29', '0', '', '29c1e203c9f8872b1c50974112e76495', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2781, 'portal', 4, '2025-09-23 21:23:34', '0', '', '29c1e203c9f8872b1c50974112e76495', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2782, 'portal', 4, '2025-09-23 21:23:35', '0', '', '29c1e203c9f8872b1c50974112e76495', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2783, 'pension', 9, '2025-09-24 17:18:41', '0', '', 'ff1eea6747b2f74ea15676382ea8e136', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2784, 'pension', 9, '2025-09-24 17:18:42', '0', '', 'ff1eea6747b2f74ea15676382ea8e136', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2785, 'pto policy', 6, '2025-09-24 18:52:08', '0', '', '62c9b54c9d063904c4b4d93cfacaeac0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2786, 'pto policy', 6, '2025-09-24 18:52:09', '0', '', '62c9b54c9d063904c4b4d93cfacaeac0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2787, 'pto carry over', 4, '2025-09-24 18:52:59', '0', '', '62c9b54c9d063904c4b4d93cfacaeac0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2788, 'pto carry over', 4, '2025-09-24 18:53:00', '0', '', '62c9b54c9d063904c4b4d93cfacaeac0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2789, 'vacation policy', 7, '2025-09-24 18:53:32', '0', '', '62c9b54c9d063904c4b4d93cfacaeac0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2790, 'vacation policy', 7, '2025-09-24 18:53:33', '0', '', '62c9b54c9d063904c4b4d93cfacaeac0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2791, 'fmla', 2, '2025-09-25 01:34:30', '0', '', '6fdb793926fb109ca5b4aaa51fc7836c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2792, 'fmla', 2, '2025-09-25 01:34:31', '0', '', '6fdb793926fb109ca5b4aaa51fc7836c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2793, 'one', '0', '2025-09-25 14:09:21', '0', '', 'ffefa2edbf97910b555eccd7b3d95bd3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2794, 'one', '0', '2025-09-25 14:09:22', '0', '', 'ffefa2edbf97910b555eccd7b3d95bd3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2795, 'proft sharing', '0', '2025-09-25 17:04:53', '0', '', '84dc51b7ec4441c04862818c88980d7d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2796, 'proft sharing', '0', '2025-09-25 17:04:54', '0', '', '84dc51b7ec4441c04862818c88980d7d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2797, 'profit sharing', '0', '2025-09-25 17:04:59', '0', '', '84dc51b7ec4441c04862818c88980d7d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2798, 'profit sharing', '0', '2025-09-25 17:05:00', '0', '', '5f4896f0af9d298d19ad5570eae7904a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2799, 'onesourcevirtual', 5, '2025-09-26 17:50:19', '0', '', '19fa03d576fb0d8e2a619ab59b0f6b57', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2800, 'onesourcevirtual', 5, '2025-09-26 17:50:19', '0', '', '19fa03d576fb0d8e2a619ab59b0f6b57', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2801, 'qle', '0', '2025-09-26 20:58:36', '0', '', '3df29f03c7cb5ad3c0911aeb358dfc37', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2802, 'qle', '0', '2025-09-26 20:58:37', '0', '', '3df29f03c7cb5ad3c0911aeb358dfc37', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2803, 'qualifying life event', 30, '2025-09-26 20:58:48', '0', '', '3df29f03c7cb5ad3c0911aeb358dfc37', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2804, 'qualifying life event', 30, '2025-09-26 20:58:48', '0', '', '3df29f03c7cb5ad3c0911aeb358dfc37', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2805, 'interships', '0', '2025-09-27 01:58:30', '0', '', '225cfb41a22d58fcb6dfdb8288fea3e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2806, 'interships', '0', '2025-09-27 01:58:30', '0', '', '225cfb41a22d58fcb6dfdb8288fea3e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2807, 'perks', 7, '2025-09-27 19:47:25', '0', '', 'cc262cebc8bdd2bdb9f4bfdc7fbe7e8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2808, 'perks', 7, '2025-09-27 19:47:25', '0', '', 'cc262cebc8bdd2bdb9f4bfdc7fbe7e8b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2809, 'paid parental leave', 19, '2025-09-29 15:03:37', '0', '', '6b0fccdb014c468734b0a677e5e2a0c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2810, 'paid parental leave', 19, '2025-09-29 15:03:38', '0', '', '6b0fccdb014c468734b0a677e5e2a0c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2811, 'hsa', 14, '2025-09-29 18:33:58', '0', '', '5f743a09783286a673759fcb0f5f781b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2812, 'hsa', 14, '2025-09-29 18:33:59', '0', '', '5f743a09783286a673759fcb0f5f781b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2813, 'roll over', 16, '2025-09-29 19:08:07', '0', '', 'a4532e323e06a3aabc59f488d8121877', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2814, 'roll over', 16, '2025-09-29 19:08:08', '0', '', 'a4532e323e06a3aabc59f488d8121877', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2815, 'absence rollover', 2, '2025-09-29 19:08:29', '0', '', 'a4532e323e06a3aabc59f488d8121877', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2816, 'absence rollover', 2, '2025-09-29 19:08:30', '0', '', 'a4532e323e06a3aabc59f488d8121877', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2817, 'cf perks', 62, '2025-09-30 14:04:08', '0', '', '66bdb2325e25b80073d6e98b8f740e0d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2818, 'cf perks', 62, '2025-09-30 14:04:09', '0', '', '66bdb2325e25b80073d6e98b8f740e0d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2819, 'corbra', '0', '2025-09-30 16:44:00', '0', '', '8422ca7949db1aee9bd76429064e19d2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2820, 'corbra', '0', '2025-09-30 16:44:01', '0', '', '8422ca7949db1aee9bd76429064e19d2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2821, 'rsu', 1, '2025-09-30 16:48:23', '0', '', '2411828f2ce391c35d23ee103ace0e7f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2822, 'rsu', 1, '2025-09-30 16:48:23', '0', '', '2411828f2ce391c35d23ee103ace0e7f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2823, 'vacation', 3, '2025-09-30 16:55:37', '0', '', 'b97de8ea423497b027cbc8c0e04e6803', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2824, 'vacation', 3, '2025-09-30 16:55:37', '0', '', 'b97de8ea423497b027cbc8c0e04e6803', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2825, 'cash out', 5, '2025-09-30 16:56:12', '0', '', 'b97de8ea423497b027cbc8c0e04e6803', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2826, 'cash out', 5, '2025-09-30 16:56:13', '0', '', 'b97de8ea423497b027cbc8c0e04e6803', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2827, 'vacation', 3, '2025-09-30 16:56:24', '0', '', 'b97de8ea423497b027cbc8c0e04e6803', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2828, 'vacation', 3, '2025-09-30 16:56:25', '0', '', 'b97de8ea423497b027cbc8c0e04e6803', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2829, 'netbenifits', '0', '2025-10-01 14:23:15', '0', '', '1caa23ecc488e46028d8b3f32be3a979', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2830, 'netbenifits', '0', '2025-10-01 14:23:16', '0', '', '1caa23ecc488e46028d8b3f32be3a979', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2831, 'pension', 9, '2025-10-01 14:27:46', '0', '', 'c71485817334bfff85ff69b2e3d6b3c4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2832, 'pension', 9, '2025-10-01 14:27:47', '0', '', 'c71485817334bfff85ff69b2e3d6b3c4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2833, 'rates', 6, '2025-10-01 18:23:50', '0', '', '1d50eba1329f78e5249cf630e6f34550', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2834, 'rates', 6, '2025-10-01 18:23:50', '0', '', '1d50eba1329f78e5249cf630e6f34550', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2835, 'rates', 6, '2025-10-01 18:58:26', '0', '', 'c8cd0c25b7ffa134da6ddd3d8554af68', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2836, 'rates', 6, '2025-10-01 18:58:26', '0', '', 'c8cd0c25b7ffa134da6ddd3d8554af68', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2837, 'cobra', 4, '2025-10-01 20:32:42', '0', '', '339b8108e1def314f43080bf324f1549', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2838, 'cobra', 4, '2025-10-01 20:32:42', '0', '', '339b8108e1def314f43080bf324f1549', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2839, 'long term disability', 23, '2025-10-02 12:11:29', '0', '', '4b2944f1935e42e3ab4363dbc766a1f8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2840, 'long term disability', 23, '2025-10-02 12:11:30', '0', '', '4b2944f1935e42e3ab4363dbc766a1f8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2841, 'planselect', 2, '2025-10-03 07:55:28', '0', '', '6cf47b77dda99470c87d594642497991', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2842, 'planselect', 2, '2025-10-03 07:55:29', '0', '', '6cf47b77dda99470c87d594642497991', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2843, 'deferral', '0', '2025-10-03 17:59:02', '0', '', '3bc17c6adcc1f0716f7b900bb54c075c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2844, 'deferral', '0', '2025-10-03 17:59:03', '0', '', '3bc17c6adcc1f0716f7b900bb54c075c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2845, 'bonus defer', 2, '2025-10-03 17:59:12', '0', '', '3bc17c6adcc1f0716f7b900bb54c075c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2846, 'bonus defer', 2, '2025-10-03 17:59:13', '0', '', '3bc17c6adcc1f0716f7b900bb54c075c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2847, 'deferred compensation', 2, '2025-10-03 18:00:44', '0', '', '3bc17c6adcc1f0716f7b900bb54c075c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2848, 'deferred compensation', 2, '2025-10-03 18:00:45', '0', '', '3bc17c6adcc1f0716f7b900bb54c075c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2849, 'captcha', '0', '2025-10-03 23:51:41', '0', '', '25b1f1f18bb99cd25b246f4c80e6349c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2850, 'captcha', '0', '2025-10-03 23:51:42', '0', '', '25b1f1f18bb99cd25b246f4c80e6349c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2851, 'travel policy', 14, '2025-10-04 19:18:04', '0', '', '90ea3f1b41ab124a6420393cf38bff6a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2852, 'travel policy', 14, '2025-10-04 19:18:05', '0', '', '90ea3f1b41ab124a6420393cf38bff6a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2853, 'workday', 9, '2025-10-05 21:28:53', '0', '', '169d284d8d889435b3fcec4431da07b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2854, 'workday', 9, '2025-10-05 21:28:53', '0', '', '169d284d8d889435b3fcec4431da07b2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2855, 'international travel', 10, '2025-10-06 14:20:17', '0', '', '24252f902695b638824052b1e40fbee9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2856, 'international travel', 10, '2025-10-06 14:20:17', '0', '', '24252f902695b638824052b1e40fbee9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2857, 'international health insurance', 55, '2025-10-06 14:27:52', '0', '', '62b2ca16879498e8e3a2a037791ee7e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2858, 'international health insurance', 55, '2025-10-06 14:27:53', '0', '', '62b2ca16879498e8e3a2a037791ee7e7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2859, 'rates', 6, '2025-10-06 16:40:43', '0', '', 'cbaddbeb57e9e5265db41d6be634d66f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2860, 'rates', 6, '2025-10-06 16:40:44', '0', '', 'cbaddbeb57e9e5265db41d6be634d66f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2861, 'planselect tool', 15, '2025-10-06 18:46:58', '0', '', '866f671b81be9265f690b2e085768c8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2862, 'planselect tool', 15, '2025-10-06 18:46:58', '0', '', '866f671b81be9265f690b2e085768c8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2863, 'open enrollment', 24, '2025-10-07 13:48:11', '0', '', '50a40a9a382881688c1da050532c9dc4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2864, 'open enrollment', 24, '2025-10-07 13:48:12', '0', '', '50a40a9a382881688c1da050532c9dc4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2865, 'adding new dependent', 39, '2025-10-07 15:04:32', '0', '', 'f601ed37a9cc8441d4532cfbf72d4c20', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2866, 'adding new dependent', 39, '2025-10-07 15:04:33', '0', '', 'f601ed37a9cc8441d4532cfbf72d4c20', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2867, 'summary plan description', 59, '2025-10-08 12:39:52', '0', '', '1e41508dbe62a6a68ee2a419966ccb15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2868, 'summary plan description', 59, '2025-10-08 12:39:53', '0', '', '1e41508dbe62a6a68ee2a419966ccb15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2869, 'open enrollment', 24, '2025-10-08 22:52:22', '0', '', 'c9ea20852d38300d4bc0bc1441dadc4c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2870, 'open enrollment', 24, '2025-10-08 22:52:23', '0', '', 'c9ea20852d38300d4bc0bc1441dadc4c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2871, 'explanation of benefits', 62, '2025-10-08 23:21:53', '0', '', '6b69a2c6131342dcb78c3edf30888b15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2872, 'explanation of benefits', 62, '2025-10-08 23:21:54', '0', '', '6b69a2c6131342dcb78c3edf30888b15', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2873, 'vacation', 3, '2025-10-09 03:10:03', '0', '', 'a4ce2688cad38536d6bac9589289a41b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2874, 'vacation', 3, '2025-10-09 03:10:03', '0', '', 'a4ce2688cad38536d6bac9589289a41b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2875, 'eoi', 2, '2025-10-09 21:44:10', '0', '', 'fff74ae8f6032e8f913468f9031ee35e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2876, 'eoi', 2, '2025-10-09 21:44:11', '0', '', 'fff74ae8f6032e8f913468f9031ee35e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2877, 'holiday in hotel', 1, '2025-10-09 23:03:53', '0', '', '3ac3e096a6d5d07c46cc71e6c9863294', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2878, 'holiday in hotel', 1, '2025-10-09 23:03:53', '0', '', '3ac3e096a6d5d07c46cc71e6c9863294', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2879, 'retirement plan', 55, '2025-10-10 04:50:58', '0', '', 'a9fa805b052c022ede8914ec45e7b35b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2880, 'retirement plan', 55, '2025-10-10 04:50:58', '0', '', 'a9fa805b052c022ede8914ec45e7b35b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2881, 'adoption', 7, '2025-10-10 12:45:02', '0', '', '9988a76ebc8f40234b8db782e372542b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2882, 'adoption', 7, '2025-10-10 12:45:03', '0', '', '9988a76ebc8f40234b8db782e372542b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2883, 'blue 365', 34, '2025-10-10 13:56:35', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2884, 'blue 365', 34, '2025-10-10 13:56:36', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2885, 'bcbsil app', 39, '2025-10-10 13:57:04', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2886, 'bcbsil app', 39, '2025-10-10 13:57:04', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2887, 'guidance resources', 47, '2025-10-10 14:01:39', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2888, 'guidance resources', 47, '2025-10-10 14:01:39', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2889, 'compsych', 4, '2025-10-10 14:03:11', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2890, 'compsych', 4, '2025-10-10 14:03:12', '0', '', '5a580f258346564b87cbc84d50def04b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2891, 2026, 2, '2025-10-13 00:24:15', '0', '', 'b04998bad8a81a2e42201c2b9b8f2b2a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2892, 2026, 2, '2025-10-13 00:24:15', '0', '', 'b04998bad8a81a2e42201c2b9b8f2b2a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2893, 'rates', 6, '2025-10-13 16:50:28', '0', '', 'a71226ddf13683d7eb6a86655f4786d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2894, 'rates', 6, '2025-10-13 16:50:29', '0', '', 'a71226ddf13683d7eb6a86655f4786d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2895, 'plan select', 59, '2025-10-13 18:08:26', '0', '', '49ba9992d0042e70e212c475aeb79476', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2896, 'plan select', 59, '2025-10-13 18:08:26', '0', '', '49ba9992d0042e70e212c475aeb79476', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2897, 'sev', 4, '2025-10-13 19:23:48', '0', '', 'b523c1f6008996e4528c994ec2a548cb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2898, 'sev', 4, '2025-10-13 19:23:49', '0', '', 'b523c1f6008996e4528c994ec2a548cb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2899, 'physicians form', 19, '2025-10-14 10:56:31', '0', '', 'b5b0a86b2ff2a577e7acf1a3cfd1bb08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2900, 'physicians form', 19, '2025-10-14 10:56:32', '0', '', 'b5b0a86b2ff2a577e7acf1a3cfd1bb08', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2901, 'pension plan', 55, '2025-10-14 14:14:50', '0', '', '11862e7ab76f4f5d9e1c410ef151deb7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2902, 'pension plan', 55, '2025-10-14 14:14:51', '0', '', '11862e7ab76f4f5d9e1c410ef151deb7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2903, 'pension plan', 55, '2025-10-14 14:16:24', '0', '', 'b4a62ccdb0be7cdedad6e80575cb4904', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2904, 'pension plan', 55, '2025-10-14 14:16:25', '0', '', 'b4a62ccdb0be7cdedad6e80575cb4904', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2905, 'pension plan', 55, '2025-10-14 14:16:57', '0', '', 'b4a62ccdb0be7cdedad6e80575cb4904', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2906, 'pension plan', 55, '2025-10-14 14:16:57', '0', '', 'b4a62ccdb0be7cdedad6e80575cb4904', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2907, 'pension', 9, '2025-10-14 14:53:18', '0', '', '2b5a39df9d5b9ed03f72b20e53a42412', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2908, 'pension', 9, '2025-10-14 14:53:18', '0', '', '2b5a39df9d5b9ed03f72b20e53a42412', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2909, 'birth of child', 20, '2025-10-14 16:02:29', '0', '', 'fc28aad7372625f17a3bf03d0628247a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2910, 'birth of child', 20, '2025-10-14 16:02:30', '0', '', 'fc28aad7372625f17a3bf03d0628247a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2911, 'fsa store', 26, '2025-10-14 18:18:09', '0', '', 'c8f7bdeef283bfb5ec2dae6105238f10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2912, 'fsa store', 26, '2025-10-14 18:18:10', '0', '', 'c8f7bdeef283bfb5ec2dae6105238f10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2913, 'rates', 6, '2025-10-15 15:47:07', '0', '', '33d6bbc882cfef7262cd6b763b0208cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2914, 'rates', 6, '2025-10-15 15:47:08', '0', '', '33d6bbc882cfef7262cd6b763b0208cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2915, 'network healthcare providers', 30, '2025-10-15 17:52:02', '0', '', '452035d90c3174963f77d75ca4262495', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2916, 'network healthcare providers', 30, '2025-10-15 17:52:02', '0', '', '452035d90c3174963f77d75ca4262495', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2917, 'referance bonus', 2, '2025-10-16 04:04:11', '0', '', '3154fd2f3ae2043ac57b9119f95c6182', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2918, 'referance bonus', 2, '2025-10-16 04:04:12', '0', '', '3154fd2f3ae2043ac57b9119f95c6182', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2919, 'refferal bonus', 2, '2025-10-16 04:04:41', '0', '', '3154fd2f3ae2043ac57b9119f95c6182', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2920, 'refferal bonus', 2, '2025-10-16 04:04:42', '0', '', '3154fd2f3ae2043ac57b9119f95c6182', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2921, 'cobra rates', 12, '2025-10-16 20:53:29', '0', '', '726b606aea1ecc0be631c7e0f8494b62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2922, 'cobra rates', 12, '2025-10-16 20:53:29', '0', '', '726b606aea1ecc0be631c7e0f8494b62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2923, 'tele', 2, '2025-10-17 01:11:49', '0', '', '15de519b18a3482263f3913cf856784e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2924, 'tele', 2, '2025-10-17 01:11:50', '0', '', '15de519b18a3482263f3913cf856784e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2925, 'short term disability', 19, '2025-10-17 14:23:12', '0', '', 'e510a823b9c7638b328aa5758ba01f5f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2926, 'short term disability', 19, '2025-10-17 14:23:13', '0', '', 'e510a823b9c7638b328aa5758ba01f5f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2927, 'domestic partner', 14, '2025-10-20 20:11:50', '0', '', 'a79407447058cd1046078922682039e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2928, 'domestic partner', 14, '2025-10-20 20:11:51', '0', '', 'a79407447058cd1046078922682039e9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2929, 'domestic partner', 14, '2025-10-20 20:25:29', '0', '', '11a520b702e6a182e6c6ab8dc6642d10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2930, 'domestic partner', 14, '2025-10-20 20:25:30', '0', '', '11a520b702e6a182e6c6ab8dc6642d10', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2931, 'guide', 29, '2025-10-21 15:54:37', '0', '', '0e9f6fb9a77050cf14ee69d8af0c6268', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2932, 'guide', 29, '2025-10-21 15:54:37', '0', '', '0e9f6fb9a77050cf14ee69d8af0c6268', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2933, 'one source virtual', 23, '2025-10-21 19:18:45', '0', '', '9ec9542a59c1aeac0da6a239623b67ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2934, 'one source virtual', 23, '2025-10-21 19:18:45', '0', '', '9ec9542a59c1aeac0da6a239623b67ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2935, 'pension', 9, '2025-10-22 16:17:28', '0', '', '6f4e29553aeff1ae03b96fab1d16e371', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2936, 'pension', 9, '2025-10-22 16:17:29', '0', '', '6f4e29553aeff1ae03b96fab1d16e371', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2937, 'dependent care fsa', 51, '2025-10-22 19:03:05', '0', '', '9a1b13595c219b2fd44f7ee975014afc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2938, 'dependent care fsa', 51, '2025-10-22 19:03:06', '0', '', '9a1b13595c219b2fd44f7ee975014afc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2939, 'cf collegiate scholarship', 59, '2025-10-22 21:11:06', '0', '', '090f4902236115491bdfbddd7301f612', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2940, 'cf collegiate scholarship', 59, '2025-10-22 21:11:07', '0', '', '090f4902236115491bdfbddd7301f612', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2941, 'carefirst', '0', '2025-10-22 22:26:55', '0', '', 'da1d15b82090be35ecef595048fa98bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2942, 'carefirst', '0', '2025-10-22 22:26:55', '0', '', 'da1d15b82090be35ecef595048fa98bf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2943, 'dependent care', 50, '2025-10-24 15:02:07', '0', '', '9ef868025538cb38e8b9927b2fe7b123', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2944, 'dependent care', 50, '2025-10-24 15:02:08', '0', '', '9ef868025538cb38e8b9927b2fe7b123', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2945, 'cobra', 4, '2025-10-26 16:20:02', '0', '', '87a782c7b442f6610190df8344fd255b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2946, 'cobra', 4, '2025-10-26 16:20:02', '0', '', '87a782c7b442f6610190df8344fd255b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2947, 'perkspot', 4, '2025-10-27 21:22:23', '0', '', '9272e4673ff17558629769206f88bacc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2948, 'perkspot', 4, '2025-10-27 21:22:24', '0', '', '9272e4673ff17558629769206f88bacc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2949, '2026 annual enrollment guide', 64, '2025-10-28 12:35:12', '0', '', '5296c77e1a16379ba1a5a6ea06f61650', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2950, '2026 annual enrollment guide', 64, '2025-10-28 12:35:12', '0', '', '5296c77e1a16379ba1a5a6ea06f61650', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2951, '2025 premium rates', 33, '2025-10-28 16:34:31', '0', '', '2e5fc16716104b3e5519223c52901b31', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2952, '2025 premium rates', 33, '2025-10-28 16:34:32', '0', '', '2e5fc16716104b3e5519223c52901b31', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2953, 'cancer policy', 6, '2025-10-29 13:55:15', '0', '', '60dd862aa387e4123388a9abff8569f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2954, 'cancer policy', 6, '2025-10-29 13:55:15', '0', '', '60dd862aa387e4123388a9abff8569f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2955, 'cancer insurance', 19, '2025-10-29 13:55:49', '0', '', '60dd862aa387e4123388a9abff8569f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2956, 'cancer insurance', 19, '2025-10-29 13:55:50', '0', '', '60dd862aa387e4123388a9abff8569f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2957, 'best premium', 28, '2025-10-29 13:56:24', '0', '', '60dd862aa387e4123388a9abff8569f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2958, 'best premium', 28, '2025-10-29 13:56:24', '0', '', '60dd862aa387e4123388a9abff8569f0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2959, 'one source virtual', 23, '2025-10-29 18:07:36', '0', '', '3a63d7fdda5d2c686212874f51daee03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2960, 'one source virtual', 23, '2025-10-29 18:07:37', '0', '', '3a63d7fdda5d2c686212874f51daee03', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2961, 'statement of benefits for dependent spouse', 66, '2025-10-29 20:51:49', '0', '', 'b6cb22d9a468bc08055c0695afc1acc8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2962, 'statement of benefits for dependent spouse', 66, '2025-10-29 20:51:49', '0', '', 'b6cb22d9a468bc08055c0695afc1acc8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2963, 'pension', 9, '2025-10-29 22:45:24', '0', '', '5490f9966ca6581cddd20df06b303cd8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2964, 'pension', 9, '2025-10-29 22:45:25', '0', '', '5490f9966ca6581cddd20df06b303cd8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2965, 'perks', 7, '2025-10-29 23:35:10', '0', '', '1553e0c32826c932a510fe76543508a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2966, 'perks', 7, '2025-10-29 23:35:11', '0', '', '1553e0c32826c932a510fe76543508a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2967, 'osv', 1, '2025-10-30 13:18:47', '0', '', '5dd536cf3ee9dcefef00a3a08fef1c90', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2968, 'osv', 1, '2025-10-30 13:18:48', '0', '', '5dd536cf3ee9dcefef00a3a08fef1c90', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2969, 'life insurance', 34, '2025-10-30 15:00:49', '0', '', '3a14a48604a800a0b489a500401671d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2970, 'life insurance', 34, '2025-10-30 15:00:50', '0', '', '3a14a48604a800a0b489a500401671d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2971, 'voluntary child life', 39, '2025-10-30 15:14:08', '0', '', '861dfb549967a6f7989832e954f0e66a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2972, 'voluntary child life', 39, '2025-10-30 15:14:09', '0', '', '861dfb549967a6f7989832e954f0e66a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2973, 'paid parental leave', 19, '2025-10-30 15:31:31', '0', '', 'b85c2c62a5af4f210b04eaf6c26c714b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2974, 'paid parental leave', 19, '2025-10-30 15:31:32', '0', '', 'b85c2c62a5af4f210b04eaf6c26c714b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2975, 'accidental death', 10, '2025-10-30 15:55:08', '0', '', '731dbb4c895ea8dbf00db2ef221a4707', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2976, 'accidental death', 10, '2025-10-30 15:55:09', '0', '', '731dbb4c895ea8dbf00db2ef221a4707', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2977, 'dependent eligibility', 22, '2025-10-30 19:47:02', '0', '', 'c74b4da07847cb3b9e49acef13fec3e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2978, 'dependent eligibility', 22, '2025-10-30 19:47:03', '0', '', 'c74b4da07847cb3b9e49acef13fec3e2', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2979, 'cobra rates', 12, '2025-10-31 17:39:37', '0', '', '81c9bdaddf754c6269ad4da2c41e5139', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2980, 'cobra rates', 12, '2025-10-31 17:39:37', '0', '', '81c9bdaddf754c6269ad4da2c41e5139', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2981, 2024, 19, '2025-10-31 17:48:15', '0', '', '654178f7bd31de12faf0c672c7c74a50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2982, 2024, 19, '2025-10-31 17:48:15', '0', '', '654178f7bd31de12faf0c672c7c74a50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2983, '26 years of age', 70, '2025-10-31 18:41:58', '0', '', 'fc53ec158f08ebd0653021c74a1ffb9f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2984, '26 years of age', 70, '2025-10-31 18:41:59', '0', '', 'fc53ec158f08ebd0653021c74a1ffb9f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2985, 'perks', 7, '2025-11-02 19:08:06', '0', '', '66cb5ca6f7bb4a394851f4d49eaee22e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2986, 'perks', 7, '2025-11-02 19:08:07', '0', '', '66cb5ca6f7bb4a394851f4d49eaee22e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2987, 'eoi', 2, '2025-11-03 14:42:22', '0', '', 'ae0f8cdeaeeefde448e56b72b8e44b06', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2988, 'eoi', 2, '2025-11-03 14:42:23', '0', '', 'ae0f8cdeaeeefde448e56b72b8e44b06', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2989, 'benifits guide', 30, '2025-11-03 15:04:36', '0', '', 'd8ccb700a2c40733746e502ccb4b6cc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2990, 'benifits guide', 30, '2025-11-03 15:04:37', '0', '', 'd8ccb700a2c40733746e502ccb4b6cc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2991, 'pto', 2, '2025-11-03 15:10:19', '0', '', 'd2b598ec6a28ce682809eebb1eaa0228', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2992, 'pto', 2, '2025-11-03 15:10:20', '0', '', 'd2b598ec6a28ce682809eebb1eaa0228', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2993, 'pet', 2, '2025-11-03 17:52:45', '0', '', 'ae7d4ad0411ed59c8b149dd690482a25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2994, 'pet', 2, '2025-11-03 17:52:46', '0', '', 'ae7d4ad0411ed59c8b149dd690482a25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2995, 'eoi', 2, '2025-11-03 20:21:06', '0', '', '6cde231ccbaa1a2f21859769b5460b54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2996, 'eoi', 2, '2025-11-03 20:21:07', '0', '', '6cde231ccbaa1a2f21859769b5460b54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2997, 'evidence of insurability', 3, '2025-11-03 20:21:31', '0', '', '6cde231ccbaa1a2f21859769b5460b54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2998, 'evidence of insurability', 3, '2025-11-03 20:21:32', '0', '', '6cde231ccbaa1a2f21859769b5460b54', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (2999, 'pto', 2, '2025-11-04 04:04:41', '0', '', 'cb9483b71d097996d9aa2cd8d2912825', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3000, 'pto', 2, '2025-11-04 04:04:42', '0', '', 'cb9483b71d097996d9aa2cd8d2912825', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3003, 'vacation by back', 3, '2025-11-04 14:07:37', '0', '', 'df635bffccce0cfea4a6e8b1aad1755c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3004, 'vacation by back', 3, '2025-11-04 14:07:38', '0', '', 'df635bffccce0cfea4a6e8b1aad1755c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3005, 'plan details', 61, '2025-11-04 17:50:50', '0', '', '48ea8f0ca559214a1e7ae03f7411c264', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3006, 'plan details', 61, '2025-11-04 17:50:51', '0', '', '48ea8f0ca559214a1e7ae03f7411c264', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3007, 'osv', 1, '2025-11-04 18:23:25', '0', '', '0462575cd30dbc142ed806bb4c324229', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3008, 'osv', 1, '2025-11-04 18:23:25', '0', '', '0462575cd30dbc142ed806bb4c324229', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3009, 'strive', 7, '2025-11-04 19:30:13', '0', '', 'd50dfe5ebba22ce4c261eef4a1b1f6ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3010, 'strive', 7, '2025-11-04 19:30:14', '0', '', 'd50dfe5ebba22ce4c261eef4a1b1f6ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3011, 'flexible fsa', 18, '2025-11-04 22:49:56', '0', '', 'edf6387c35651e03a30eb5e15e6acda5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3012, 'flexible fsa', 18, '2025-11-04 22:49:57', '0', '', 'edf6387c35651e03a30eb5e15e6acda5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3013, 'limited fsa', 22, '2025-11-04 22:50:10', '0', '', 'edf6387c35651e03a30eb5e15e6acda5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3014, 'limited fsa', 22, '2025-11-04 22:50:11', '0', '', 'edf6387c35651e03a30eb5e15e6acda5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3015, 'maven', 1, '2025-11-05 17:55:27', '0', '', '6bafe0389aa475a2fb756b6b5639d4f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3016, 'maven', 1, '2025-11-05 17:55:28', '0', '', '6bafe0389aa475a2fb756b6b5639d4f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3017, 'ppo', 18, '2025-11-05 18:08:53', '0', '', '1798c23bdbb900892e7b456e3becfdfe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3018, 'ppo', 18, '2025-11-05 18:08:53', '0', '', '1798c23bdbb900892e7b456e3becfdfe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3019, 'fertility', 2, '2025-11-05 18:11:57', '0', '', '1798c23bdbb900892e7b456e3becfdfe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3020, 'fertility', 2, '2025-11-05 18:11:57', '0', '', '1798c23bdbb900892e7b456e3becfdfe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3021, 'fertility', 2, '2025-11-05 21:20:53', '0', '', '24d083a88eb1c1a96b87d460a66b80f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3022, 'fertility', 2, '2025-11-05 21:20:54', '0', '', '24d083a88eb1c1a96b87d460a66b80f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3023, 'plan booklet', 56, '2025-11-05 21:30:03', '0', '', '0b2a3defff7fe018cb51b063addb93a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3024, 'plan booklet', 56, '2025-11-05 21:30:03', '0', '', '0b2a3defff7fe018cb51b063addb93a1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3025, 'accidental death and dismemberment beneficiary', 12, '2025-11-05 21:52:00', '0', '', 'ca4e5d2f743b7dec70ecc2e877aca2fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3026, 'accidental death and dismemberment beneficiary', 12, '2025-11-05 21:52:01', '0', '', 'ca4e5d2f743b7dec70ecc2e877aca2fa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3027, 'beneficiary change', 18, '2025-11-05 21:59:57', '0', '', 'b3a4f9fc75395506586b069700abe612', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3028, 'beneficiary change', 18, '2025-11-05 21:59:58', '0', '', 'b3a4f9fc75395506586b069700abe612', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3029, '2026 cobra', 20, '2025-11-05 23:09:10', '0', '', '1e3b12633aef5461d24495ed7c0ccae5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3030, '2026 cobra', 20, '2025-11-05 23:09:11', '0', '', '1e3b12633aef5461d24495ed7c0ccae5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3031, 'limited purpose', 17, '2025-11-05 23:40:05', '0', '', '435b06478ed9269e6cd7757272e6d81c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3032, 'limited purpose', 17, '2025-11-05 23:40:05', '0', '', '435b06478ed9269e6cd7757272e6d81c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3033, '2027 best premium', 28, '2025-11-06 15:27:24', '0', '', 'b8c0caa8d789242c4e20c868fcabd822', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3034, '2027 best premium', 28, '2025-11-06 15:27:25', '0', '', 'b8c0caa8d789242c4e20c868fcabd822', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3035, 'pcp form', 18, '2025-11-06 15:34:02', '0', '', 'b8c0caa8d789242c4e20c868fcabd822', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3036, 'pcp form', 18, '2025-11-06 15:34:03', '0', '', 'b8c0caa8d789242c4e20c868fcabd822', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3037, '401k', 7, '2025-11-06 16:59:46', '0', '', 'a01276587588e1de3c601b9c941fcaaa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3038, '401k', 7, '2025-11-06 16:59:46', '0', '', 'a01276587588e1de3c601b9c941fcaaa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3039, 'proof of insurability', 4, '2025-11-06 19:19:37', '0', '', '6ea482f45a4730ef748cf7f86f084a62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3040, 'proof of insurability', 4, '2025-11-06 19:19:37', '0', '', '6ea482f45a4730ef748cf7f86f084a62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3041, 'evidence of insurability (eoi) form', 21, '2025-11-06 19:20:58', '0', '', '6ea482f45a4730ef748cf7f86f084a62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3042, 'evidence of insurability (eoi) form', 21, '2025-11-06 19:20:58', '0', '', '6ea482f45a4730ef748cf7f86f084a62', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3043, 'add new spouse', 51, '2025-11-06 20:15:40', '0', '', '7d5db598bd1a93f907fe2db55670ed29', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3044, 'add new spouse', 51, '2025-11-06 20:15:41', '0', '', '7d5db598bd1a93f907fe2db55670ed29', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3045, 'global core', 6, '2025-11-06 21:10:21', '0', '', '3881a4ce4670055ece6c91e9f7f873e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3046, 'global core', 6, '2025-11-06 21:10:22', '0', '', '3881a4ce4670055ece6c91e9f7f873e1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3047, 'cobra rates', 12, '2025-11-06 21:21:36', '0', '', '3c433d65f932fc9b82aa346f8c7b6ffa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3048, 'cobra rates', 12, '2025-11-06 21:21:36', '0', '', '3c433d65f932fc9b82aa346f8c7b6ffa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3049, 'cobra', 4, '2025-11-06 22:13:37', '0', '', 'f53cd2e47ceb149433dd8c0f87109ed3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3050, 'cobra', 4, '2025-11-06 22:13:38', '0', '', 'f53cd2e47ceb149433dd8c0f87109ed3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3051, 'ltd', '0', '2025-11-06 22:22:24', '0', '', 'bac4081df1cfebc26ac05e2ca536f1fc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3052, 'ltd', '0', '2025-11-06 22:22:25', '0', '', 'bac4081df1cfebc26ac05e2ca536f1fc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3053, 'long term disability', 23, '2025-11-06 22:22:40', '0', '', 'bac4081df1cfebc26ac05e2ca536f1fc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3054, 'long term disability', 23, '2025-11-06 22:22:40', '0', '', 'bac4081df1cfebc26ac05e2ca536f1fc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3055, 'eoi', 2, '2025-11-06 22:54:46', '0', '', 'e123e3ea12670be19668a37c85a10ed0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3056, 'eoi', 2, '2025-11-06 22:54:47', '0', '', 'e123e3ea12670be19668a37c85a10ed0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3057, 'best premium 2027', 28, '2025-11-07 13:25:13', '0', '', 'b7567342e9ed3dccacf2387b952a4e9c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3058, 'best premium 2027', 28, '2025-11-07 13:25:13', '0', '', 'b7567342e9ed3dccacf2387b952a4e9c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3059, '2027 best premium', 28, '2025-11-07 13:25:54', '0', '', 'b7567342e9ed3dccacf2387b952a4e9c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3060, '2027 best premium', 28, '2025-11-07 13:25:54', '0', '', 'b7567342e9ed3dccacf2387b952a4e9c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3061, 'mercer pension', 10, '2025-11-10 14:43:50', '0', '', '57af50eb18ad92e0f8884d93657b641f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3062, 'mercer pension', 10, '2025-11-10 14:43:51', '0', '', '57af50eb18ad92e0f8884d93657b641f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3063, 'maven', 1, '2025-11-10 17:49:43', '0', '', 'f859232b57200423150eeadf6ef6a8ae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3064, 'maven', 1, '2025-11-10 17:49:44', '0', '', 'f859232b57200423150eeadf6ef6a8ae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3065, 'gym', 3, '2025-11-10 21:10:18', '0', '', '56bed18498583f5853bf4d0175fb6767', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3066, 'gym', 3, '2025-11-10 21:10:19', '0', '', '56bed18498583f5853bf4d0175fb6767', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3067, 'fmla', 2, '2025-11-11 17:24:18', '0', '', '4caf28f8f14347f7f4eaafe14ce04458', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3068, 'fmla', 2, '2025-11-11 17:24:18', '0', '', '4caf28f8f14347f7f4eaafe14ce04458', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3069, 'new york life', 44, '2025-11-11 17:50:29', '0', '', '3ad92ee8e0346a2b359e57d61997c9ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3070, 'new york life', 44, '2025-11-11 17:50:30', '0', '', '3ad92ee8e0346a2b359e57d61997c9ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3071, 'limited fsa', 22, '2025-11-11 20:16:01', '0', '', 'd2af6dc3618b1dd806ddde687a19f7ad', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3072, 'limited fsa', 22, '2025-11-11 20:16:02', '0', '', 'd2af6dc3618b1dd806ddde687a19f7ad', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3073, 'fidelity limited purpose', 25, '2025-11-11 20:16:12', '0', '', 'd2af6dc3618b1dd806ddde687a19f7ad', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3074, 'fidelity limited purpose', 25, '2025-11-11 20:16:13', '0', '', 'd2af6dc3618b1dd806ddde687a19f7ad', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3075, 'workday mobile', 11, '2025-11-12 13:43:47', '0', '', '0efe1f4a155699904679778894c92b9f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3076, 'workday mobile', 11, '2025-11-12 13:43:47', '0', '', '0efe1f4a155699904679778894c92b9f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3077, 'global', 4, '2025-11-12 17:02:19', '0', '', '3597bb37668938563a9f33683071eae6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3078, 'global', 4, '2025-11-12 17:02:19', '0', '', '3597bb37668938563a9f33683071eae6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3079, 'eoi paper', 4, '2025-11-12 18:44:36', '0', '', '1af5650e9c57b9a5151fe83460ec3522', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3080, 'eoi paper', 4, '2025-11-12 18:44:37', '0', '', '1af5650e9c57b9a5151fe83460ec3522', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3081, 'dependent care fsa', 51, '2025-11-12 18:48:27', '0', '', '3b0788a3df89b0283396759fc4891d6e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3082, 'dependent care fsa', 51, '2025-11-12 18:48:27', '0', '', '3b0788a3df89b0283396759fc4891d6e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3083, '2025 benefits', 67, '2025-11-13 00:27:47', '0', '', '5ad81e6c9b287b8428f16a709aa939d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3084, '2025 benefits', 67, '2025-11-13 00:27:48', '0', '', '5ad81e6c9b287b8428f16a709aa939d9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3085, 'cash out', 5, '2025-11-13 04:01:29', '0', '', 'c6c3456baf05136ac54a2a81750706e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3086, 'cash out', 5, '2025-11-13 04:01:30', '0', '', 'c6c3456baf05136ac54a2a81750706e3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3087, 'life insurance', 34, '2025-11-13 15:39:09', '0', '', '14278ecee43ffa7d9185f350a95fefa3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3088, 'life insurance', 34, '2025-11-13 15:39:09', '0', '', '14278ecee43ffa7d9185f350a95fefa3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3089, '401k', 7, '2025-11-13 21:41:16', '0', '', 'fcb34caaf952e0a13b4693895783cdc5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3090, '401k', 7, '2025-11-13 21:41:16', '0', '', 'fcb34caaf952e0a13b4693895783cdc5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3091, 'global', 4, '2025-11-14 15:10:53', '0', '', '94ebc6473fdb13b78743823d591bca3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3092, 'global', 4, '2025-11-14 15:10:53', '0', '', '94ebc6473fdb13b78743823d591bca3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3093, 'pension', 9, '2025-11-14 18:25:46', '0', '', 'c621d14e4f48cf53d1eb915ce932d73e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3094, 'pension', 9, '2025-11-14 18:25:47', '0', '', 'c621d14e4f48cf53d1eb915ce932d73e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3095, 'perks', 7, '2025-11-16 16:04:17', '0', '', '6b0b89832ef062d5f8fc14d7df66aaa8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3096, 'perks', 7, '2025-11-16 16:04:18', '0', '', '6b0b89832ef062d5f8fc14d7df66aaa8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3097, 'cintas', '0', '2025-11-17 20:53:17', '0', '', '9db679c43b56a0062af73413dcf93552', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3098, 'cintas', '0', '2025-11-17 20:53:18', '0', '', '9db679c43b56a0062af73413dcf93552', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3099, 'perkspot', 4, '2025-11-18 00:01:23', '0', '', '872b9148936ba3baf4dfcf85a3c71358', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3100, 'perkspot', 4, '2025-11-18 00:01:23', '0', '', '872b9148936ba3baf4dfcf85a3c71358', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3101, 'required notices', 17, '2025-11-18 15:35:07', '0', '', 'ee4fd96cb519be6b5f4f5de5531d9847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3102, 'required notices', 17, '2025-11-18 15:35:08', '0', '', 'ee4fd96cb519be6b5f4f5de5531d9847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3103, '2024 cost of coverage', 48, '2025-11-18 15:35:39', '0', '', 'ee4fd96cb519be6b5f4f5de5531d9847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3104, '2024 cost of coverage', 48, '2025-11-18 15:35:40', '0', '', 'ee4fd96cb519be6b5f4f5de5531d9847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3105, 2024, 15, '2025-11-18 15:35:52', '0', '', 'ee4fd96cb519be6b5f4f5de5531d9847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3106, 2024, 15, '2025-11-18 15:35:53', '0', '', 'ee4fd96cb519be6b5f4f5de5531d9847', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3107, 'buzz', '0', '2025-11-18 17:45:16', '0', '', 'da05c2e76e98838c7016a03f9e475444', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3108, 'buzz', '0', '2025-11-18 17:45:16', '0', '', 'da05c2e76e98838c7016a03f9e475444', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3109, 2024, 15, '2025-11-18 18:14:00', '0', '', 'f5800f9d575875571122c153fdb1feb6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3110, 2024, 15, '2025-11-18 18:14:01', '0', '', 'f5800f9d575875571122c153fdb1feb6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3111, 2024, 15, '2025-11-19 22:07:57', '0', '', 'c7f4b6c570bed8dd13a83c0428be9641', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3112, 2024, 15, '2025-11-19 22:07:58', '0', '', 'c7f4b6c570bed8dd13a83c0428be9641', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3113, 'colonial', '0', '2025-11-20 14:15:42', '0', '', '2cadf44011af371c29df8d68f846961b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3114, 'colonial', '0', '2025-11-20 14:15:42', '0', '', '2cadf44011af371c29df8d68f846961b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3115, 2024, 15, '2025-11-20 14:54:05', '0', '', 'a620041aea823184eac380541f622a39', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3116, 2024, 15, '2025-11-20 14:54:05', '0', '', 'a620041aea823184eac380541f622a39', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3117, 'cobra rates', 11, '2025-11-20 15:40:34', '0', '', '12566be56e0d87bdd7c6dcf2a58e8422', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3118, 'cobra rates', 11, '2025-11-20 15:40:35', '0', '', '12566be56e0d87bdd7c6dcf2a58e8422', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3119, 'eoi', 2, '2025-11-20 15:59:20', '0', '', '20ba37732b7d85f17f274a0c7f539a26', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3120, 'eoi', 2, '2025-11-20 15:59:21', '0', '', '20ba37732b7d85f17f274a0c7f539a26', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3121, 'eoi', 2, '2025-11-20 16:00:08', '0', '', '20ba37732b7d85f17f274a0c7f539a26', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3122, 'eoi', 2, '2025-11-20 16:00:09', '0', '', '20ba37732b7d85f17f274a0c7f539a26', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3123, 2024, 5, '2025-11-20 16:28:26', '0', '', 'becfb468027ad427064983887b5abcdc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3124, 2024, 5, '2025-11-20 16:28:27', '0', '', 'becfb468027ad427064983887b5abcdc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3125, 'workday', 9, '2025-11-20 17:02:11', '0', '', '4b816a208318b2ec4a32c8990e1adf0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3126, 'workday', 9, '2025-11-20 17:02:12', '0', '', '4b816a208318b2ec4a32c8990e1adf0b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3127, 'perk spot', 7, '2025-11-20 17:30:06', '0', '', '5d24d4e2de7ed1ab7e32444e1a171b13', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3128, 'perk spot', 7, '2025-11-20 17:30:06', '0', '', '5d24d4e2de7ed1ab7e32444e1a171b13', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3129, 'discounts', 4, '2025-11-20 17:45:23', '0', '', 'c359af6710be6d5bd00b046e16bce547', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3130, 'discounts', 4, '2025-11-20 17:45:24', '0', '', 'c359af6710be6d5bd00b046e16bce547', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3131, 'global core', 6, '2025-11-20 19:13:13', '0', '', 'c3bed97d1691c60b54e2f4a30d00635a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3132, 'global core', 6, '2025-11-20 19:13:13', '0', '', 'c3bed97d1691c60b54e2f4a30d00635a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3133, 'velocity', '0', '2025-11-22 08:36:43', '0', '', 'ff0882f901b8b8b0ab571b5bbb0b27fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3134, 'velocity', '0', '2025-11-22 08:36:44', '0', '', 'ff0882f901b8b8b0ab571b5bbb0b27fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3135, 'ehs', '0', '2025-11-22 08:42:40', '0', '', 'ff0882f901b8b8b0ab571b5bbb0b27fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3136, 'ehs', '0', '2025-11-22 08:42:41', '0', '', 'ff0882f901b8b8b0ab571b5bbb0b27fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3137, 'workday', 9, '2025-11-22 16:46:51', '0', '', 'af016809ce428127ef124cdccad269fe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3138, 'workday', 9, '2025-11-22 16:46:52', '0', '', 'af016809ce428127ef124cdccad269fe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3139, 'perks', 7, '2025-11-23 06:13:19', '0', '', '8ed7c0bd76b7d8749490cc16a3dab6a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3140, 'perks', 7, '2025-11-23 06:13:20', '0', '', '8ed7c0bd76b7d8749490cc16a3dab6a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3141, 'evidence of insurability', 3, '2025-11-24 14:27:40', '0', '', '1730fed93056ef539cc9c2df9dd6deee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3142, 'evidence of insurability', 3, '2025-11-24 14:27:41', '0', '', '1730fed93056ef539cc9c2df9dd6deee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3143, 'fmla', 2, '2025-11-25 14:44:33', '0', '', '26fc3caaf5b09fbf3f5bb4958c309e87', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3144, 'fmla', 2, '2025-11-25 14:44:33', '0', '', '26fc3caaf5b09fbf3f5bb4958c309e87', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3145, 'summary plan description', 59, '2025-11-25 14:45:24', '0', '', '94b72459908768f5ab2d724e3fa7eb66', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3146, 'summary plan description', 59, '2025-11-25 14:45:24', '0', '', '94b72459908768f5ab2d724e3fa7eb66', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3147, 'annual enrollment', 28, '2025-11-25 15:12:04', '0', '', '86c0309591ed74bd77d15c9a20246cbb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3148, 'annual enrollment', 28, '2025-11-25 15:12:04', '0', '', '86c0309591ed74bd77d15c9a20246cbb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3149, 'life event', 29, '2025-11-25 16:22:50', '0', '', '482f9ab90980575e553857d209f95937', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3150, 'life event', 29, '2025-11-25 16:22:51', '0', '', '482f9ab90980575e553857d209f95937', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3151, 'parental leave', 13, '2025-11-25 20:08:32', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3152, 'parental leave', 13, '2025-11-25 20:08:33', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3153, 'parental', 7, '2025-11-25 20:08:40', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3154, 'parental', 7, '2025-11-25 20:08:41', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3155, 2024, 5, '2025-11-25 20:10:21', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3156, 2024, 5, '2025-11-25 20:10:22', '0', '', '0c766bbbbcc965951d5ec54ef51d0a8e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3157, 'short term disability', 19, '2025-11-25 20:17:58', '0', '', 'e19686c67caa83ceb964b6915492485b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3158, 'short term disability', 19, '2025-11-25 20:17:59', '0', '', 'e19686c67caa83ceb964b6915492485b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3159, 2024, 5, '2025-11-25 23:03:30', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3160, 2024, 5, '2025-11-25 23:03:31', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3161, 'premium rates', 16, '2025-11-25 23:04:41', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3162, 'premium rates', 16, '2025-11-25 23:04:43', '0', '', 'ed9940ab086c211ace915a2c4d3c59a4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3163, 'birth', 9, '2025-11-26 13:51:58', '0', '', '25db819e2543d605b928e2542d768cf6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3164, 'birth', 9, '2025-11-26 13:51:59', '0', '', '25db819e2543d605b928e2542d768cf6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3165, 'workday', 9, '2025-11-26 18:06:21', '0', '', '438b7aa33dcece0d4c4e7323637844a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3166, 'workday', 9, '2025-11-26 18:06:22', '0', '', '438b7aa33dcece0d4c4e7323637844a6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3167, 'funeral leave', 13, '2025-11-27 12:26:54', '0', '', 'ae9af47157b1c47525262c56fe96fe98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3168, 'funeral leave', 13, '2025-11-27 12:26:55', '0', '', 'ae9af47157b1c47525262c56fe96fe98', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3169, 'workday', 9, '2025-11-29 03:43:43', '0', '', '4ef70a70f501d8e339a10a10fc567b9b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3170, 'workday', 9, '2025-11-29 03:43:44', '0', '', '4ef70a70f501d8e339a10a10fc567b9b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3171, 'ayco', 3, '2025-12-01 20:45:55', '0', '', 'dbce4fc8420a386052e66c9c1050ac9b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3172, 'ayco', 3, '2025-12-01 20:45:56', '0', '', 'dbce4fc8420a386052e66c9c1050ac9b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3173, 'employment', 8, '2025-12-02 16:50:30', '0', '', 'c8243658b238bd43c0cd4321487f7670', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3174, 'employment', 8, '2025-12-02 16:50:31', '0', '', 'c8243658b238bd43c0cd4321487f7670', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3175, 'benefits center', 59, '2025-12-03 13:24:14', '0', '', '070a9b302415491f98d858d27af45374', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3176, 'benefits center', 59, '2025-12-03 13:24:15', '0', '', '070a9b302415491f98d858d27af45374', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3177, 'health advocate', 45, '2025-12-03 20:47:44', '0', '', '97bdcd1e857ec3a657e67055b72f7596', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3178, 'health advocate', 45, '2025-12-03 20:47:45', '0', '', '97bdcd1e857ec3a657e67055b72f7596', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3179, 'bcbs claims', 31, '2025-12-03 22:34:29', '0', '', '89120077c76014641ddf99c6d9ac62ae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3180, 'bcbs claims', 31, '2025-12-03 22:34:30', '0', '', '89120077c76014641ddf99c6d9ac62ae', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3181, 'mentoring', 4, '2025-12-03 22:41:28', '0', '', 'f78f4bcd7c63ae26ebed552206da4dc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3182, 'mentoring', 4, '2025-12-03 22:41:28', '0', '', 'f78f4bcd7c63ae26ebed552206da4dc9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3183, 'pension', 9, '2025-12-04 18:41:38', '0', '', 'a4fd7bacb7435b6e443962981c83f3db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3184, 'pension', 9, '2025-12-04 18:41:38', '0', '', 'a4fd7bacb7435b6e443962981c83f3db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3185, 'do we offer a 401k match?', 24, '2025-12-04 19:05:00', '0', '', 'd0c4899b2bdab1ae6d84087bef71e6fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3186, 'do we offer a 401k match?', 24, '2025-12-04 19:05:01', '0', '', 'd0c4899b2bdab1ae6d84087bef71e6fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3187, 'annual enrollment guide', 46, '2025-12-04 19:07:48', '0', '', 'd0c4899b2bdab1ae6d84087bef71e6fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3188, 'annual enrollment guide', 46, '2025-12-04 19:07:49', '0', '', 'd0c4899b2bdab1ae6d84087bef71e6fb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3189, 'dental', 26, '2025-12-04 19:17:09', '0', '', 'cc21cecd953535117762f16ff180b407', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3190, 'dental', 26, '2025-12-04 19:17:10', '0', '', 'cc21cecd953535117762f16ff180b407', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3191, 2024, 5, '2025-12-04 19:17:33', '0', '', 'cc21cecd953535117762f16ff180b407', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3192, 2024, 5, '2025-12-04 19:17:34', '0', '', 'cc21cecd953535117762f16ff180b407', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3193, 'workers comp', 46, '2025-12-04 21:10:01', '0', '', 'b6ffd410a845887d76200357bb978f3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3194, 'workers comp', 46, '2025-12-04 21:10:02', '0', '', 'b6ffd410a845887d76200357bb978f3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3195, 'annua', 23, '2025-12-05 17:22:19', '0', '', 'f11ce5639836a5d7d73c7a38cf6675f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3196, 'annua', 23, '2025-12-05 17:22:19', '0', '', 'f11ce5639836a5d7d73c7a38cf6675f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3197, 'has', '0', '2025-12-05 20:25:41', '0', '', '4e79c2adf9c0ae0c94b8d459e0fc6164', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3198, 'has', '0', '2025-12-05 20:25:41', '0', '', '4e79c2adf9c0ae0c94b8d459e0fc6164', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3199, 'workday', 9, '2025-12-05 20:37:24', '0', '', 'a53ca591ef33ff484616c3379210d21f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3200, 'workday', 9, '2025-12-05 20:37:25', '0', '', 'a53ca591ef33ff484616c3379210d21f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3201, 'injury', 4, '2025-12-06 20:00:59', '0', '', '0f9d912ab21c11e867b286049e062ba5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3202, 'injury', 4, '2025-12-06 20:01:00', '0', '', '0f9d912ab21c11e867b286049e062ba5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3203, 'lsa', '0', '2025-12-08 15:45:49', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3204, 'lsa', '0', '2025-12-08 15:45:49', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3205, 'hinge', 2, '2025-12-08 15:46:38', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3206, 'hinge', 2, '2025-12-08 15:46:38', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3207, 'ciba', '0', '2025-12-08 15:46:52', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3208, 'ciba', '0', '2025-12-08 15:46:53', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3209, 'first aid', 22, '2025-12-08 15:47:59', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3210, 'first aid', 22, '2025-12-08 15:48:00', '0', '', '9d36895a5fc99f280639057ed778d392', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3211, 'vto', 1, '2025-12-08 16:22:44', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3212, 'vto', 1, '2025-12-08 16:22:44', '0', '', '7abd7665d38e6efa29dcd88acfaf07db', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3213, 'maven', 1, '2025-12-08 16:28:30', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3214, 'maven', 1, '2025-12-08 16:28:30', '0', '', '7a13f451d471b630fcab87ba5a33a6b8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3215, 'ciba', '0', '2025-12-08 16:43:07', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3216, 'ciba', '0', '2025-12-08 16:43:07', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3217, 'hinge', 2, '2025-12-08 16:43:37', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3218, 'hinge', 2, '2025-12-08 16:43:38', '0', '', '750872271c3c0e22fcf63d68dbe6c8fe', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3219, 'proactive md', 9, '2025-12-08 16:51:25', '0', '', 'bb46b9e381fb2a078b3058c394b7ee51', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3220, 'proactive md', 9, '2025-12-08 16:51:26', '0', '', 'bb46b9e381fb2a078b3058c394b7ee51', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3221, '\"best premium\"', 2, '2025-12-08 16:59:23', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3222, '\"best premium\"', 2, '2025-12-08 16:59:24', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3223, 'livewell', '0', '2025-12-08 17:02:25', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3224, 'livewell', '0', '2025-12-08 17:02:26', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3225, 'lsa', '0', '2025-12-08 17:02:48', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3226, 'lsa', '0', '2025-12-08 17:02:49', '0', '', 'd2027b7f9109476a2f694af05601134a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3227, 'rates', 6, '2025-12-08 17:45:37', '0', '', '5003874ff6398c0b0c51db605773dd1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3228, 'rates', 6, '2025-12-08 17:45:38', '0', '', '5003874ff6398c0b0c51db605773dd1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3229, 'plan select', 56, '2025-12-08 17:46:30', '0', '', '5003874ff6398c0b0c51db605773dd1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3230, 'plan select', 56, '2025-12-08 17:46:30', '0', '', '5003874ff6398c0b0c51db605773dd1d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3231, 'maven', 1, '2025-12-09 17:45:54', '0', '', '185b9d4d35067d901913c73604807bae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3232, 'maven', 1, '2025-12-09 17:45:55', '0', '', '185b9d4d35067d901913c73604807bae', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3233, 'roth ira', 3, '2025-12-09 21:47:17', '0', '', 'f64a2499883a564b362fed748512a99c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3234, 'roth ira', 3, '2025-12-09 21:47:18', '0', '', 'f64a2499883a564b362fed748512a99c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3235, '2026 benefits', 69, '2025-12-10 15:54:57', '0', '', '410f8ee2e2b8f32ea953360a78e43052', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3236, '2026 benefits', 69, '2025-12-10 15:54:58', '0', '', '410f8ee2e2b8f32ea953360a78e43052', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3237, 'where is my total rewards portal?', 15, '2025-12-10 17:33:04', '0', '', '410118995f883097acb0217b56dec523', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3238, 'where is my total rewards portal?', 15, '2025-12-10 17:33:04', '0', '', '410118995f883097acb0217b56dec523', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3239, 'canada benefits', 55, '2025-12-10 17:37:43', '0', '', 'ec447c21b7aacf2c400edfbab42766dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3240, 'canada benefits', 55, '2025-12-10 17:37:43', '0', '', 'ec447c21b7aacf2c400edfbab42766dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3241, 'flex credits', 13, '2025-12-10 17:38:12', '0', '', 'ec447c21b7aacf2c400edfbab42766dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3242, 'flex credits', 13, '2025-12-10 17:38:13', '0', '', 'ec447c21b7aacf2c400edfbab42766dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3243, 'cobra', 3, '2025-12-10 19:55:13', '0', '', 'e664f5ed03995d8669819d6539647c3b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3244, 'cobra', 3, '2025-12-10 19:55:14', '0', '', 'e664f5ed03995d8669819d6539647c3b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3245, 'canada', 1, '2025-12-12 14:20:10', '0', '', '3025c65e68899dca565bec4617b3315e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3246, 'canada', 1, '2025-12-12 14:20:11', '0', '', '3025c65e68899dca565bec4617b3315e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3247, 'sunlife', '0', '2025-12-12 14:20:41', '0', '', '3025c65e68899dca565bec4617b3315e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3248, 'sunlife', '0', '2025-12-12 14:20:42', '0', '', '3025c65e68899dca565bec4617b3315e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3249, 'sunlife', '0', '2025-12-12 15:05:35', '0', '', '81eb3767e2b35a378820896db567c2b1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3250, 'sunlife', '0', '2025-12-12 15:05:36', '0', '', '81eb3767e2b35a378820896db567c2b1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3251, 'rates', 6, '2025-12-12 16:03:24', '0', '', '9df8f057c5b277250805718962fa6a87', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3252, 'rates', 6, '2025-12-12 16:03:25', '0', '', '9df8f057c5b277250805718962fa6a87', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3253, 'annual enrollment', 28, '2025-12-12 17:02:05', '0', '', 'c2095911cd590e4c7067a957ad0e7e78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3254, 'annual enrollment', 28, '2025-12-12 17:02:05', '0', '', 'c2095911cd590e4c7067a957ad0e7e78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3255, 'annual enrollment', 28, '2025-12-12 17:26:42', '0', '', 'c3d5df2d87cff805fa23367d8f26c4d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3256, 'annual enrollment', 28, '2025-12-12 17:26:43', '0', '', 'c3d5df2d87cff805fa23367d8f26c4d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3257, 'annual enrollment', 28, '2025-12-12 17:57:59', '0', '', '47d8aceea3accc641b5315bf93af6d4f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3258, 'annual enrollment', 28, '2025-12-12 17:58:00', '0', '', '47d8aceea3accc641b5315bf93af6d4f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3261, 'supplemental benefit & deferral plan', 71, '2025-12-12 20:15:27', '0', '', '1f47ebee10c6e9d8f6f15f3bc58a309a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3262, 'supplemental benefit & deferral plan', 71, '2025-12-12 20:15:27', '0', '', '1f47ebee10c6e9d8f6f15f3bc58a309a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3263, 'deferral plan', 52, '2025-12-12 20:33:15', '0', '', '794b62a2fc4bd2f69b7949324bc9658e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3264, 'deferral plan', 52, '2025-12-12 20:33:15', '0', '', '794b62a2fc4bd2f69b7949324bc9658e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3265, 'defined benefit plan', 71, '2025-12-13 14:09:14', '0', '', '976e2df937344f029245f319a75604a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3266, 'defined benefit plan', 71, '2025-12-13 14:09:15', '0', '', '976e2df937344f029245f319a75604a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3267, 'cobra rates', 9, '2025-12-16 16:09:31', '0', '', 'e000ad9016cbf5af41cf407f07512455', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3268, 'cobra rates', 9, '2025-12-16 16:09:31', '0', '', 'e000ad9016cbf5af41cf407f07512455', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3269, 'family status change', 24, '2025-12-16 19:06:46', '0', '', '505864ba93528c9cbd3824941aea97cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3270, 'family status change', 24, '2025-12-16 19:06:47', '0', '', '505864ba93528c9cbd3824941aea97cd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3271, 'nutrition', '0', '2025-12-16 22:55:54', '0', '', 'a7cd3639bd0821ba0fa4ae6850893ae2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3272, 'nutrition', '0', '2025-12-16 22:55:55', '0', '', 'a7cd3639bd0821ba0fa4ae6850893ae2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3273, 'wellbeing', 1, '2025-12-17 15:43:52', '0', '', '49ed992587bc148d99365186af933c45', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3274, 'wellbeing', 1, '2025-12-17 15:43:53', '0', '', '49ed992587bc148d99365186af933c45', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3275, 'well-being', 17, '2025-12-17 15:44:03', '0', '', '49ed992587bc148d99365186af933c45', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3276, 'well-being', 17, '2025-12-17 15:44:04', '0', '', '49ed992587bc148d99365186af933c45', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3277, 'cigna', 14, '2025-12-17 20:51:52', '0', '', '8e17ce4f4a65a463d763172c4116b037', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3278, 'cigna', 14, '2025-12-17 20:51:53', '0', '', '8e17ce4f4a65a463d763172c4116b037', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3279, 'aaon', '0', '2025-12-18 13:57:19', '0', '', 'af82e15f2644be7a38195d29dabfa742', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3280, 'aaon', '0', '2025-12-18 13:57:19', '0', '', 'af82e15f2644be7a38195d29dabfa742', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3281, 'ayco', 3, '2025-12-18 14:01:25', '0', '', 'af82e15f2644be7a38195d29dabfa742', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3282, 'ayco', 3, '2025-12-18 14:01:25', '0', '', 'af82e15f2644be7a38195d29dabfa742', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3283, '401k', 7, '2025-12-18 18:29:39', '0', '', 'cc4c19943af2748e6c862624ac9d22c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3284, '401k', 7, '2025-12-18 18:29:39', '0', '', 'cc4c19943af2748e6c862624ac9d22c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3285, '402k', '0', '2025-12-18 18:29:53', '0', '', 'cc4c19943af2748e6c862624ac9d22c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3286, '402k', '0', '2025-12-18 18:29:54', '0', '', 'cc4c19943af2748e6c862624ac9d22c8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3287, 'cobra rates', 9, '2025-12-18 20:25:55', '0', '', '2de6183764427d812b0eebcd51cb3a43', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3288, 'cobra rates', 9, '2025-12-18 20:25:56', '0', '', '2de6183764427d812b0eebcd51cb3a43', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3289, 'mandatory 401(k)', 14, '2025-12-20 18:28:42', '0', '', '9d20d26211f6ef0a47f12e552a245fdb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3290, 'mandatory 401(k)', 14, '2025-12-20 18:28:43', '0', '', '9d20d26211f6ef0a47f12e552a245fdb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3291, 'handbook', '0', '2025-12-22 16:37:40', '0', '', '8f24a617322cbce5c7878d06202053b0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3292, 'handbook', '0', '2025-12-22 16:37:41', '0', '', '8f24a617322cbce5c7878d06202053b0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3293, 'relocation', '0', '2025-12-22 19:49:20', '0', '', 'f9adfe4d397c11078ffb067aaab8e193', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3294, 'relocation', '0', '2025-12-22 19:49:20', '0', '', 'f9adfe4d397c11078ffb067aaab8e193', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3295, 'annual enrollment', 28, '2025-12-23 22:39:53', '0', '', '486375fc0152bda03e267c991ca0fcc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3296, 'annual enrollment', 28, '2025-12-23 22:39:54', '0', '', '486375fc0152bda03e267c991ca0fcc6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3297, 'fmla', 2, '2025-12-24 07:34:38', '0', '', '9ac6444ec0aeaea4cbccf969efd63fa0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3298, 'fmla', 2, '2025-12-24 07:34:39', '0', '', '9ac6444ec0aeaea4cbccf969efd63fa0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3299, 'fml', 2, '2025-12-24 07:34:48', '0', '', '9ac6444ec0aeaea4cbccf969efd63fa0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3300, 'fml', 2, '2025-12-24 07:34:49', '0', '', '9ac6444ec0aeaea4cbccf969efd63fa0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3301, 'family medical leave', 43, '2025-12-24 07:36:38', '0', '', '5715f26124645bad0532794431a9b557', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3302, 'family medical leave', 43, '2025-12-24 07:36:39', '0', '', '5715f26124645bad0532794431a9b557', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3305, 'summary plan description student loan debt retirement', 60, '2025-12-24 16:02:45', '0', '', '598edade743e5154545b0cb3a9b324ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3306, 'summary plan description student loan debt retirement', 60, '2025-12-24 16:02:46', '0', '', '598edade743e5154545b0cb3a9b324ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3307, 'summary plan description', 59, '2025-12-24 16:12:55', '0', '', 'db47c1dc1ed1e3f59df022e89fdbfc17', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3308, 'summary plan description', 59, '2025-12-24 16:12:56', '0', '', 'db47c1dc1ed1e3f59df022e89fdbfc17', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3309, '2025 summary plan description', 66, '2025-12-24 16:15:31', '0', '', 'f14d298dbfbbb25457dfb83e8da59303', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3310, '2025 summary plan description', 66, '2025-12-24 16:15:32', '0', '', 'f14d298dbfbbb25457dfb83e8da59303', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3311, 'supplemental 401', 14, '2025-12-29 22:56:08', '0', '', '68cbb18dc5e52307dfcd5a45777734fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3312, 'supplemental 401', 14, '2025-12-29 22:56:09', '0', '', '68cbb18dc5e52307dfcd5a45777734fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3313, '401(k) matching', 14, '2025-12-29 22:57:32', '0', '', '68cbb18dc5e52307dfcd5a45777734fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3314, '401(k) matching', 14, '2025-12-29 22:57:32', '0', '', '68cbb18dc5e52307dfcd5a45777734fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3315, 'supplemental benefit', 51, '2025-12-29 23:03:50', '0', '', '68cbb18dc5e52307dfcd5a45777734fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3316, 'supplemental benefit', 51, '2025-12-29 23:03:51', '0', '', '68cbb18dc5e52307dfcd5a45777734fd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3317, '2026 wage rate schedule', 34, '2025-12-30 22:02:36', '0', '', 'ec8ca23d7326d9a130f00efa69f1225a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3318, '2026 wage rate schedule', 34, '2025-12-30 22:02:37', '0', '', 'ec8ca23d7326d9a130f00efa69f1225a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3319, 'captcha', '0', '2026-01-01 11:48:25', '0', '', '0ff8138396c3dbcec4d2019874a201b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3320, 'captcha', '0', '2026-01-01 11:48:25', '0', '', '0ff8138396c3dbcec4d2019874a201b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3321, 'osv', 1, '2026-01-02 16:11:23', '0', '', '742384fb0cb58dbfb542f8ba04e81e23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3322, 'osv', 1, '2026-01-02 16:11:24', '0', '', '742384fb0cb58dbfb542f8ba04e81e23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3323, 'rates', 6, '2026-01-02 20:36:48', '0', '', '9d0a2e504ce67ebf315e814bde35ed9c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3324, 'rates', 6, '2026-01-02 20:36:49', '0', '', '9d0a2e504ce67ebf315e814bde35ed9c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3325, 'annual enrollment', 28, '2026-01-02 21:21:01', '0', '', '1cc94f51061beda47d2d77c8960a3db9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3326, 'annual enrollment', 28, '2026-01-02 21:21:02', '0', '', '1cc94f51061beda47d2d77c8960a3db9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3327, 'limited fsa', 22, '2026-01-02 22:38:49', '0', '', 'a0fa814dc57d5adeb1d4477e6a6fdedc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3328, 'limited fsa', 22, '2026-01-02 22:38:49', '0', '', 'a0fa814dc57d5adeb1d4477e6a6fdedc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3329, 'annual enrollment', 28, '2026-01-03 01:11:14', '0', '', 'aedd4c2c38dedd9e291fa8222e4e19dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3330, 'annual enrollment', 28, '2026-01-03 01:11:14', '0', '', 'aedd4c2c38dedd9e291fa8222e4e19dc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3331, 'pto cash out', 7, '2026-01-04 00:22:13', '0', '', '7efada01c7dcaf7c071a532fbd2fb56f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3332, 'pto cash out', 7, '2026-01-04 00:22:13', '0', '', '7efada01c7dcaf7c071a532fbd2fb56f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3333, 'pto', 2, '2026-01-04 00:22:37', '0', '', '7efada01c7dcaf7c071a532fbd2fb56f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3334, 'pto', 2, '2026-01-04 00:22:37', '0', '', '7efada01c7dcaf7c071a532fbd2fb56f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3335, 'adoption', 7, '2026-01-05 15:53:31', '0', '', '9414ed2fc84183ff078acd6ce0f67533', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3336, 'adoption', 7, '2026-01-05 15:53:32', '0', '', '9414ed2fc84183ff078acd6ce0f67533', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3337, 'planselect tool', 14, '2026-01-05 16:13:46', '0', '', 'ed6b67744897c96b7e19cb7f6d636bb5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3338, 'planselect tool', 14, '2026-01-05 16:13:47', '0', '', 'ed6b67744897c96b7e19cb7f6d636bb5', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3339, 'cintas', '0', '2026-01-05 16:23:39', '0', '', 'ab974d969b65f282685347ea2ce7ff78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3340, 'cintas', '0', '2026-01-05 16:23:39', '0', '', 'ab974d969b65f282685347ea2ce7ff78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3341, 'rates', 6, '2026-01-05 16:40:45', '0', '', 'daba20d6d007bfeec23f1454ed7ad5b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3342, 'rates', 6, '2026-01-05 16:40:46', '0', '', 'daba20d6d007bfeec23f1454ed7ad5b4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3343, 'rates', 6, '2026-01-05 17:52:44', '0', '', '72fd70a54594bce29e21af7fc2d15d07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3344, 'rates', 6, '2026-01-05 17:52:44', '0', '', '72fd70a54594bce29e21af7fc2d15d07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3345, 'mdlive', 4, '2026-01-05 19:55:11', '0', '', 'e7635f4605ad15765c813625efd29e24', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3346, 'mdlive', 4, '2026-01-05 19:55:11', '0', '', 'e7635f4605ad15765c813625efd29e24', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3347, 'annual enrollment', 28, '2026-01-05 22:08:51', '0', '', '52b2728e0dd937db82107c56cfbddf76', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3348, 'annual enrollment', 28, '2026-01-05 22:08:51', '0', '', '52b2728e0dd937db82107c56cfbddf76', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3349, 'benefits number', 58, '2026-01-06 13:40:10', '0', '', '8733ab8e20d5f95e262081c57582b2e0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3350, 'benefits number', 58, '2026-01-06 13:40:11', '0', '', '8733ab8e20d5f95e262081c57582b2e0', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3351, 'cobra', 3, '2026-01-06 16:40:15', '0', '', 'cf138fca2d9e854ba74f0fc463bb6b3c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3352, 'cobra', 3, '2026-01-06 16:40:16', '0', '', 'cf138fca2d9e854ba74f0fc463bb6b3c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3353, 'funeral', '0', '2026-01-06 18:38:26', '0', '', 'a50ab77bb056db0cab7609b9947716d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3354, 'funeral', '0', '2026-01-06 18:38:27', '0', '', 'a50ab77bb056db0cab7609b9947716d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3355, 'bereavment', '0', '2026-01-06 18:38:36', '0', '', 'a50ab77bb056db0cab7609b9947716d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3356, 'bereavment', '0', '2026-01-06 18:38:36', '0', '', 'a50ab77bb056db0cab7609b9947716d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3357, 'passport health', 46, '2026-01-06 20:49:44', '0', '', '419d9b80d48c613c8837eced1fec91f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3358, 'passport health', 46, '2026-01-06 20:49:44', '0', '', '419d9b80d48c613c8837eced1fec91f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3359, 'passport health', 46, '2026-01-06 20:50:02', '0', '', '419d9b80d48c613c8837eced1fec91f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3360, 'passport health', 46, '2026-01-06 20:50:02', '0', '', '419d9b80d48c613c8837eced1fec91f9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3361, 'rates', 6, '2026-01-06 21:42:37', '0', '', 'ef092a492677b05ba28ba1021a95a32a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3362, 'rates', 6, '2026-01-06 21:42:38', '0', '', 'ef092a492677b05ba28ba1021a95a32a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3363, 'vip', 2, '2026-01-07 14:20:59', '0', '', 'e9ea318ff7e58d73a57ad153c549c41d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3364, 'vip', 2, '2026-01-07 14:21:00', '0', '', 'e9ea318ff7e58d73a57ad153c549c41d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3365, '2026 benefits', 69, '2026-01-07 18:06:34', '0', '', '1f20cede6ef7d0abf89d30033123e95a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3366, '2026 benefits', 69, '2026-01-07 18:06:35', '0', '', '1f20cede6ef7d0abf89d30033123e95a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3367, 'pension', 9, '2026-01-07 19:08:06', '0', '', '79a387441c8e8fcaea94f331f9b87d53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3368, 'pension', 9, '2026-01-07 19:08:06', '0', '', '79a387441c8e8fcaea94f331f9b87d53', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3369, 'perkspot', 4, '2026-01-08 14:49:10', '0', '', '335bac098f530cf6f98fd11a9dc33372', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3370, 'perkspot', 4, '2026-01-08 14:49:11', '0', '', '335bac098f530cf6f98fd11a9dc33372', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3371, 'retiree', 3, '2026-01-08 14:54:20', '0', '', '335bac098f530cf6f98fd11a9dc33372', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3372, 'retiree', 3, '2026-01-08 14:54:20', '0', '', '335bac098f530cf6f98fd11a9dc33372', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3373, 'fmla', 2, '2026-01-09 15:50:04', '0', '', 'd1d1e802678413e7cdbffd22387beaba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3374, 'fmla', 2, '2026-01-09 15:50:05', '0', '', 'd1d1e802678413e7cdbffd22387beaba', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3375, 'relocation', '0', '2026-01-10 20:52:46', '0', '', '8416487dfed7b8e0b9fe22c5c45f2232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3376, 'relocation', '0', '2026-01-10 20:52:47', '0', '', '8416487dfed7b8e0b9fe22c5c45f2232', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3377, 'summary plan description', 59, '2026-01-12 17:10:25', '0', '', '85a1922b2c84a32ae6f042f8c23b75ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3378, 'summary plan description', 59, '2026-01-12 17:10:26', '0', '', '85a1922b2c84a32ae6f042f8c23b75ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3379, 'perk', 7, '2026-01-12 17:45:37', '0', '', 'f66f313a47b7e40d40af36c7fc2ca52f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3380, 'perk', 7, '2026-01-12 17:45:38', '0', '', 'f66f313a47b7e40d40af36c7fc2ca52f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3381, 'short term incentives', 19, '2026-01-12 18:11:32', '0', '', '909f432de6d082858f618c7d47aaaa85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3382, 'short term incentives', 19, '2026-01-12 18:11:33', '0', '', '909f432de6d082858f618c7d47aaaa85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3383, '401k rollover', 7, '2026-01-12 20:54:04', '0', '', 'd5d44418f31a6725f320bb7aed6982a3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3384, '401k rollover', 7, '2026-01-12 20:54:05', '0', '', 'd5d44418f31a6725f320bb7aed6982a3', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3385, 'nylgbs', 6, '2026-01-12 23:23:58', '0', '', '9d2c59100fafea249de23048c79cba95', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3386, 'nylgbs', 6, '2026-01-12 23:23:58', '0', '', '9d2c59100fafea249de23048c79cba95', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3387, 'pension', 9, '2026-01-13 00:55:43', '0', '', 'f9e4acb2a9d0069004347c8e636466a2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3388, 'pension', 9, '2026-01-13 00:55:43', '0', '', 'f9e4acb2a9d0069004347c8e636466a2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3389, 'pension', 9, '2026-01-13 13:47:42', '0', '', '3a42dc42adf4fcf54c81e051e0c361cb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3390, 'pension', 9, '2026-01-13 13:47:42', '0', '', '3a42dc42adf4fcf54c81e051e0c361cb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3391, '2026 rates', 19, '2026-01-13 15:09:55', '0', '', '10911f55646cc8f6804d83cfdd2bbdcd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3392, '2026 rates', 19, '2026-01-13 15:09:56', '0', '', '10911f55646cc8f6804d83cfdd2bbdcd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3393, '2026 medical', 47, '2026-01-13 15:11:01', '0', '', '10911f55646cc8f6804d83cfdd2bbdcd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3394, '2026 medical', 47, '2026-01-13 15:11:02', '0', '', '10911f55646cc8f6804d83cfdd2bbdcd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3395, 'short term disability', 19, '2026-01-13 17:55:29', '0', '', '7476da26c5db19de43fe5bc9f9970a3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3396, 'short term disability', 19, '2026-01-13 17:55:30', '0', '', '7476da26c5db19de43fe5bc9f9970a3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3397, 'maternity', 4, '2026-01-13 17:58:23', '0', '', '7476da26c5db19de43fe5bc9f9970a3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3398, 'maternity', 4, '2026-01-13 17:58:23', '0', '', '7476da26c5db19de43fe5bc9f9970a3a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3399, 'strive', 6, '2026-01-13 21:48:11', '0', '', '404fd4cdb16362000ab9718f0c665027', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3400, 'strive', 6, '2026-01-13 21:48:12', '0', '', '404fd4cdb16362000ab9718f0c665027', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3401, '401(k', 14, '2026-01-13 22:15:02', '0', '', '62a2ad03676302ad734d5ae9a33433ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3402, '401(k', 14, '2026-01-13 22:15:02', '0', '', '62a2ad03676302ad734d5ae9a33433ea', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3403, 'maven', 1, '2026-01-14 16:35:46', '0', '', '4d954ac7cf9bedd18285a45841189caf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3404, 'maven', 1, '2026-01-14 16:35:47', '0', '', '4d954ac7cf9bedd18285a45841189caf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3405, 'bonus', 2, '2026-01-14 20:19:04', '0', '', '27ad7bb43f543198c2abb8c9f5cd8c09', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3406, 'bonus', 2, '2026-01-14 20:19:04', '0', '', '27ad7bb43f543198c2abb8c9f5cd8c09', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3407, 'education assistance', 17, '2026-01-14 20:44:28', '0', '', '4a287bdf7f24cc319ce4b86ac9349c1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3408, 'education assistance', 17, '2026-01-14 20:44:29', '0', '', '4a287bdf7f24cc319ce4b86ac9349c1e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3409, 'status change', 14, '2026-01-14 22:42:58', '0', '', 'dd6f41d3bde348d6eccbbbcdb49c9457', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3410, 'status change', 14, '2026-01-14 22:42:59', '0', '', 'dd6f41d3bde348d6eccbbbcdb49c9457', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3411, 'pension', 9, '2026-01-15 15:02:47', '0', '', '7db7c6b42be4a1d0c8f452715bd38f50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3412, 'pension', 9, '2026-01-15 15:02:47', '0', '', '7db7c6b42be4a1d0c8f452715bd38f50', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3413, 'legacy', 1, '2026-01-15 15:06:32', '0', '', 'b1297c1328b63426f2db0b4175ee8ebf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3414, 'legacy', 1, '2026-01-15 15:06:32', '0', '', 'b1297c1328b63426f2db0b4175ee8ebf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3415, 'hinge', 2, '2026-01-15 15:55:15', '0', '', '1664440b9321021c9e67f2d8df8ba3cc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3416, 'hinge', 2, '2026-01-15 15:55:15', '0', '', '1664440b9321021c9e67f2d8df8ba3cc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3417, 'maven fertility', 2, '2026-01-15 15:56:03', '0', '', '1664440b9321021c9e67f2d8df8ba3cc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3418, 'maven fertility', 2, '2026-01-15 15:56:03', '0', '', '1664440b9321021c9e67f2d8df8ba3cc', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3419, 'w2', '0', '2026-01-15 20:26:28', '0', '', '248767bb64f9ede1ec8fc3657b28a11a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3420, 'w2', '0', '2026-01-15 20:26:28', '0', '', '248767bb64f9ede1ec8fc3657b28a11a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3421, 'w-2', '0', '2026-01-15 20:26:35', '0', '', '248767bb64f9ede1ec8fc3657b28a11a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3422, 'w-2', '0', '2026-01-15 20:26:35', '0', '', '248767bb64f9ede1ec8fc3657b28a11a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3423, 'pension', 9, '2026-01-15 20:36:04', '0', '', '634c9fa3875e4c0df0b46091a3cc7237', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3424, 'pension', 9, '2026-01-15 20:36:05', '0', '', '634c9fa3875e4c0df0b46091a3cc7237', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3425, 'maternity', 4, '2026-01-16 12:54:55', '0', '', '92546b7362276384665b99d1a0caf446', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3426, 'maternity', 4, '2026-01-16 12:54:56', '0', '', '92546b7362276384665b99d1a0caf446', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3427, 'short term disability', 19, '2026-01-16 20:33:28', '0', '', 'cfba66e69c8faf13575b2332dcf439ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3428, 'short term disability', 19, '2026-01-16 20:33:29', '0', '', 'cfba66e69c8faf13575b2332dcf439ef', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3429, 'retiremnt plan', 52, '2026-01-18 22:45:28', '0', '', '47748fb915191e8789db584794cc8909', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3430, 'retiremnt plan', 52, '2026-01-18 22:45:28', '0', '', '47748fb915191e8789db584794cc8909', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3431, 'service anniversary', 21, '2026-01-20 18:09:37', 3, '', '2565e72d32bfca8dde7ba4de145c4abb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3432, 'service anniversary', 21, '2026-01-20 18:09:37', 3, '', '2565e72d32bfca8dde7ba4de145c4abb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3433, 'perks', 6, '2026-01-23 00:00:02', 3, '', 'a385ce7fd9c1d0865b729c47664b48eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3434, 'perks', 6, '2026-01-23 00:00:04', 3, '', 'a385ce7fd9c1d0865b729c47664b48eb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3435, 'cobra rates', 12, '2026-02-02 15:21:26', '0', '', '292352d4b491991c8297e2181b7294a8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3436, 'cobra rates', 12, '2026-02-02 15:21:26', '0', '', '292352d4b491991c8297e2181b7294a8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3437, 'rates', 8, '2026-02-02 18:01:28', '0', '', '733be91858114bb11aa7ad3d049a3f43', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3438, 'rates', 8, '2026-02-02 18:01:28', '0', '', '733be91858114bb11aa7ad3d049a3f43', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3439, 'fml', 2, '2026-02-02 19:26:08', '0', '', 'c313da28ac73a017a0be7dedcd774cdd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3440, 'fml', 2, '2026-02-02 19:26:09', '0', '', 'c313da28ac73a017a0be7dedcd774cdd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3441, 'affidavit', 5, '2026-02-02 20:04:31', '0', '', '9b64f659795b980055f443ab6e748a79', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3442, 'affidavit', 5, '2026-02-02 20:04:31', '0', '', '9b64f659795b980055f443ab6e748a79', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3443, 'affidavit', 5, '2026-02-02 20:14:59', '0', '', '0a15d93d98c21fc2313630e4769e0e67', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3444, 'affidavit', 5, '2026-02-02 20:15:00', '0', '', '457f5bd763333193aa2dd8a6c70b9f78', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3445, 2024, 2, '2026-02-02 22:27:51', '0', '', 'b1255267bcf1417e40474a2ec460452c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3446, 2024, 2, '2026-02-02 22:27:51', '0', '', 'b1255267bcf1417e40474a2ec460452c', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3447, 'change benefit', 53, '2026-02-03 18:43:40', '0', '', '157f2f91630c8338eeb6f9ee3a04a02a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3448, 'change benefit', 53, '2026-02-03 18:43:41', '0', '', '157f2f91630c8338eeb6f9ee3a04a02a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3449, 'rates', 8, '2026-02-04 03:04:55', '0', '', '71cbd49a2d3ee0379c05224503c2f047', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3450, 'rates', 8, '2026-02-04 03:04:55', '0', '', '71cbd49a2d3ee0379c05224503c2f047', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3451, 'retirement', 11, '2026-02-04 13:53:16', '0', '', '8fd32f0efe8e1fc8652e9741950dc9d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3452, 'retirement', 11, '2026-02-04 13:53:17', '0', '', '8fd32f0efe8e1fc8652e9741950dc9d8', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3453, '/index/thinkview/display', '0', '2026-02-04 16:00:25', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3454, '/index/thinkview/display', '0', '2026-02-04 16:00:26', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3455, '/index/thinkrequest/input', '0', '2026-02-04 16:00:29', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3456, '/index/thinkrequest/input', '0', '2026-02-04 16:00:29', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3457, '/index/thinktemplatedriverfile/write', 1, '2026-02-04 16:00:31', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3458, '/index/thinktemplatedriverfile/write', 1, '2026-02-04 16:00:32', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3459, '/index/thinkviewdriverphp/display', '0', '2026-02-04 16:00:35', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3460, '/index/thinkviewdriverphp/display', '0', '2026-02-04 16:00:36', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3461, '/index/thinkcontainer/invokefunction', '0', '2026-02-04 16:00:41', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3462, '/index/thinkcontainer/invokefunction', '0', '2026-02-04 16:00:41', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3463, 'index/thinkmodule/action/param1/${@phpinfo()}', 1, '2026-02-04 16:00:48', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3464, 'index/thinkmodule/action/param1/${@phpinfo()}', 1, '2026-02-04 16:00:49', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3465, 'index/thinkerror/apperror', '0', '2026-02-04 16:00:52', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3466, 'index/thinkerror/apperror', '0', '2026-02-04 16:00:53', '0', '', '16ee7214b6c7a24c09115f8c8dd9697b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3467, 'new hire', 36, '2026-02-04 16:30:25', '0', '', '86d903fb202b1f63e3fb096a293a804b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3468, 'new hire', 36, '2026-02-04 16:30:26', '0', '', '86d903fb202b1f63e3fb096a293a804b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3469, 'benefit book', 50, '2026-02-04 22:07:20', '0', '', '0bbe227d69e1ac4aa323ad2209f171d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3470, 'benefit book', 50, '2026-02-04 22:07:20', '0', '', '0bbe227d69e1ac4aa323ad2209f171d7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3471, 'pension', 9, '2026-02-04 22:40:58', '0', '', '9aef9488ea98919b823870d9e397cfca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3472, 'pension', 9, '2026-02-04 22:40:59', '0', '', '9aef9488ea98919b823870d9e397cfca', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3473, 'eap', 9, '2026-02-04 23:56:50', '0', '', '28f662d73be4ffd8b833001e47f532f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3474, 'eap', 9, '2026-02-04 23:56:51', '0', '', '28f662d73be4ffd8b833001e47f532f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3475, 'mental health', 47, '2026-02-04 23:58:30', '0', '', '28f662d73be4ffd8b833001e47f532f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3476, 'mental health', 47, '2026-02-04 23:58:30', '0', '', '28f662d73be4ffd8b833001e47f532f3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3477, 'policy', 8, '2026-02-05 03:56:29', '0', '', 'f38b3552ed4b572a27f8f6c128359458', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3478, 'policy', 8, '2026-02-05 03:56:30', '0', '', 'f38b3552ed4b572a27f8f6c128359458', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3479, 'overtime', 2, '2026-02-05 04:05:08', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3480, 'overtime', 2, '2026-02-05 04:05:09', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3481, 'hourly work', 35, '2026-02-05 04:08:02', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3482, 'hourly work', 35, '2026-02-05 04:08:03', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3483, 'shift work', 36, '2026-02-05 04:08:52', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3484, 'shift work', 36, '2026-02-05 04:08:53', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3485, 'shift diffrental', 2, '2026-02-05 04:09:55', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3486, 'shift diffrental', 2, '2026-02-05 04:09:56', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3489, 'policy on overtime', 10, '2026-02-05 04:12:24', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3490, 'policy on overtime', 10, '2026-02-05 04:12:24', '0', '', 'bc4ec09465f6a163c933f87ecf8dcd25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3491, 'call out', '0', '2026-02-05 04:17:09', '0', '', '54a874a1376c794122c7b13ebdc04d34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3492, 'call out', '0', '2026-02-05 04:17:09', '0', '', '54a874a1376c794122c7b13ebdc04d34', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3493, '5 years of service', 23, '2026-02-07 03:37:16', '0', '', '81afc02b1fd2dad881705e26b12fa42d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3494, '5 years of service', 23, '2026-02-07 03:37:17', '0', '', '81afc02b1fd2dad881705e26b12fa42d', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3495, '/index/thinkview/display', '0', '2026-02-08 08:41:00', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3496, '/index/thinkview/display', '0', '2026-02-08 08:41:01', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3497, '/index/thinkrequest/input', '0', '2026-02-08 08:41:03', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3498, '/index/thinkrequest/input', '0', '2026-02-08 08:41:03', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3499, '/index/thinktemplatedriverfile/write', 1, '2026-02-08 08:41:05', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3500, '/index/thinktemplatedriverfile/write', 1, '2026-02-08 08:41:05', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3501, '/index/thinkviewdriverphp/display', '0', '2026-02-08 08:41:08', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3502, '/index/thinkviewdriverphp/display', '0', '2026-02-08 08:41:08', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3503, '/index/thinkcontainer/invokefunction', '0', '2026-02-08 08:41:10', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3504, '/index/thinkcontainer/invokefunction', '0', '2026-02-08 08:41:11', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3505, 'index/thinkmodule/action/param1/${@phpinfo()}', 1, '2026-02-08 08:41:15', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3506, 'index/thinkmodule/action/param1/${@phpinfo()}', 1, '2026-02-08 08:41:15', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3507, 'index/thinkerror/apperror', '0', '2026-02-08 08:41:18', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3508, 'index/thinkerror/apperror', '0', '2026-02-08 08:41:18', '0', '', 'f55f89c72389555e5ec4cf0ff3bd3299', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3509, 'bearavment', '0', '2026-02-09 17:05:12', '0', '', '6e281321d523754ed285ab69305d4623', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3510, 'bearavment', '0', '2026-02-09 17:05:13', '0', '', '6e281321d523754ed285ab69305d4623', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3511, 'berea', 1, '2026-02-09 17:05:28', '0', '', '6e281321d523754ed285ab69305d4623', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3512, 'berea', 1, '2026-02-09 17:05:29', '0', '', '6e281321d523754ed285ab69305d4623', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3513, 'rates', 8, '2026-02-09 18:03:18', '0', '', 'f4bab6bc0cdba93dc2ce6bd3a67ddc23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3514, 'rates', 8, '2026-02-09 18:03:18', '0', '', 'f4bab6bc0cdba93dc2ce6bd3a67ddc23', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3515, 'fmla', 2, '2026-02-09 19:28:20', '0', '', 'd34bf6b3b672c5d72be9c93bb7a16983', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3516, 'fmla', 2, '2026-02-09 19:28:21', '0', '', 'd34bf6b3b672c5d72be9c93bb7a16983', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3517, 'one source virutal', 8, '2026-02-09 20:46:18', '0', '', '8ac14c35ddc452172b52e68c2a391949', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3518, 'one source virutal', 8, '2026-02-09 20:46:18', '0', '', '8ac14c35ddc452172b52e68c2a391949', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3519, 'one source virtual', 14, '2026-02-09 20:46:30', '0', '', '8ac14c35ddc452172b52e68c2a391949', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3520, 'one source virtual', 14, '2026-02-09 20:46:31', '0', '', '8ac14c35ddc452172b52e68c2a391949', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3521, 'out of pocket', 7, '2026-02-09 23:23:00', '0', '', 'e7fa0406984d43e529b1ba1a22a7ad4e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3522, 'out of pocket', 7, '2026-02-09 23:23:01', '0', '', 'e7fa0406984d43e529b1ba1a22a7ad4e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3523, 'perkspot', 3, '2026-02-10 06:00:21', '0', '', 'b9593a59000a345b68f36209ffa82704', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3524, 'perkspot', 3, '2026-02-10 06:00:22', '0', '', 'b9593a59000a345b68f36209ffa82704', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3525, 'fmla', 2, '2026-02-10 18:18:02', '0', '', 'b42b25eeb98d4429db1560f8cf1cb47b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3526, 'fmla', 2, '2026-02-10 18:18:03', '0', '', 'b42b25eeb98d4429db1560f8cf1cb47b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3527, 'cancer', 1, '2026-02-10 18:24:00', '0', '', 'b42b25eeb98d4429db1560f8cf1cb47b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3528, 'cancer', 1, '2026-02-10 18:24:01', '0', '', 'b42b25eeb98d4429db1560f8cf1cb47b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3529, 'parental leave', 14, '2026-02-11 16:04:20', '0', '', '770647c7ad9d2b35f9b52780ffbe7b89', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3530, 'parental leave', 14, '2026-02-11 16:04:21', '0', '', '770647c7ad9d2b35f9b52780ffbe7b89', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3531, 'affidavit', 5, '2026-02-11 19:33:28', '0', '', 'c7addf2bcdbbca3ce93ce5acb667f2c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3532, 'affidavit', 5, '2026-02-11 19:33:29', '0', '', 'c7addf2bcdbbca3ce93ce5acb667f2c7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3533, 'work time', 50, '2026-02-11 20:54:40', '0', '', '9bbcdbaa564bc63062c8966923be7caa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3534, 'work time', 50, '2026-02-11 20:54:41', '0', '', '9bbcdbaa564bc63062c8966923be7caa', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3535, 'parental leave', 14, '2026-02-12 14:45:44', '0', '', 'a6fbb1927f566994482b1e1d24a7a164', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3536, 'parental leave', 14, '2026-02-12 14:45:45', '0', '', 'a6fbb1927f566994482b1e1d24a7a164', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3537, 'cobra rates', 12, '2026-02-16 18:15:47', '0', '', '51e6bf7760ed9bf848ee7fbefc0f5aeb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3538, 'cobra rates', 12, '2026-02-16 18:15:47', '0', '', '51e6bf7760ed9bf848ee7fbefc0f5aeb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3539, 'business and personal travel', 23, '2026-02-17 15:48:20', '0', '', '91b882061615e84da9b94b388516978f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3540, 'business and personal travel', 23, '2026-02-17 15:48:21', '0', '', '91b882061615e84da9b94b388516978f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3541, 'ppl', 7, '2026-02-17 18:55:04', '0', '', '827e5a22ded6e17c8a8fd21a79967daf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3542, 'ppl', 7, '2026-02-17 18:55:05', '0', '', '827e5a22ded6e17c8a8fd21a79967daf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3543, 'onesource', 4, '2026-02-18 16:24:32', '0', '', '3b63867f1c94fbf27d2fe81ba87c9599', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3544, 'onesource', 4, '2026-02-18 16:24:33', '0', '', '3b63867f1c94fbf27d2fe81ba87c9599', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3545, 'out of network benefit', 55, '2026-02-18 20:52:18', '0', '', 'a050a8fce767f0eb0be1ad0aa72040ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3546, 'out of network benefit', 55, '2026-02-18 20:52:18', '0', '', 'a050a8fce767f0eb0be1ad0aa72040ec', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3547, 'affadavit', '0', '2026-02-19 05:24:06', '0', '', 'df17d5dcca8c94d677701c45e8be725e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3548, 'affadavit', '0', '2026-02-19 05:24:07', '0', '', 'df17d5dcca8c94d677701c45e8be725e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3549, 'parental leave', 14, '2026-02-19 05:27:05', '0', '', '6958cb2abbba8ed21eba435931094722', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3550, 'parental leave', 14, '2026-02-19 05:27:05', '0', '', '6958cb2abbba8ed21eba435931094722', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3551, 'perkspot', 3, '2026-02-19 16:48:35', '0', '', 'dcfb209c562860d09b0f81030f5e7f18', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3552, 'perkspot', 3, '2026-02-19 16:48:36', '0', '', 'dcfb209c562860d09b0f81030f5e7f18', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3553, 'retirement', 11, '2026-02-19 18:42:32', '0', '', '0c6fe378abbe246a9e17f874e72b06c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3554, 'retirement', 11, '2026-02-19 18:42:33', '0', '', '0c6fe378abbe246a9e17f874e72b06c1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3555, 'military', '0', '2026-02-19 21:21:07', '0', '', 'bf6200636f66efd676736c6164aa9401', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3556, 'military', '0', '2026-02-19 21:21:08', '0', '', 'bf6200636f66efd676736c6164aa9401', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3557, 'retirement', 11, '2026-02-21 15:18:30', '0', '', '358c9e9a086aee2c9eb622266cdae0f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3558, 'retirement', 11, '2026-02-21 15:18:31', '0', '', '358c9e9a086aee2c9eb622266cdae0f6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3559, 'maven', 3, '2026-02-22 01:38:26', '0', '', '03f9cd7cc7fea9b30816b53ab9f585b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3560, 'maven', 3, '2026-02-22 01:38:26', '0', '', '03f9cd7cc7fea9b30816b53ab9f585b9', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3561, 'counselling', '0', '2026-02-23 10:15:45', '0', '', '67d4f0feacd4ddc3289960ad1275ceab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3562, 'counselling', '0', '2026-02-23 10:15:45', '0', '', '67d4f0feacd4ddc3289960ad1275ceab', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3563, 'rates', 8, '2026-02-23 16:26:58', '0', '', 'b44f783f6403ed88cf2ddbef0702b23f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3564, 'rates', 8, '2026-02-23 16:26:58', '0', '', 'b44f783f6403ed88cf2ddbef0702b23f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3565, 'rates', 8, '2026-02-23 16:33:42', '0', '', 'b44f783f6403ed88cf2ddbef0702b23f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3566, 'rates', 8, '2026-02-23 16:33:43', '0', '', 'b44f783f6403ed88cf2ddbef0702b23f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3567, 'therapy', 3, '2026-02-23 16:53:59', '0', '', '40bdd7139fc96cdae64b392180d06faf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3568, 'therapy', 3, '2026-02-23 16:54:00', '0', '', '40bdd7139fc96cdae64b392180d06faf', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3569, 'cf benefits', 77, '2026-02-24 14:45:13', '0', '', '3931cd0d78313edd47dee55bd65161a2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3570, 'cf benefits', 77, '2026-02-24 14:45:14', '0', '', '3931cd0d78313edd47dee55bd65161a2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3571, 'osv', 1, '2026-02-24 14:50:39', '0', '', '3931cd0d78313edd47dee55bd65161a2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3572, 'osv', 1, '2026-02-24 14:50:40', '0', '', '3931cd0d78313edd47dee55bd65161a2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3573, 'tax', 11, '2026-02-24 18:55:13', '0', '', '5603a17dc026fb9fc06d3e7b326c9ec2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3574, 'tax', 11, '2026-02-24 18:55:13', '0', '', '5603a17dc026fb9fc06d3e7b326c9ec2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3575, 'blue health', 58, '2026-02-24 20:06:58', '0', '', '8883ded5d7925dbd2caa4881030235bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3576, 'blue health', 58, '2026-02-24 20:06:59', '0', '', '8883ded5d7925dbd2caa4881030235bd', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3577, 'bereavement', 1, '2026-02-24 22:50:20', '0', '', '8b114971ef845f1d2cfe7a4dcf04a7bb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3578, 'bereavement', 1, '2026-02-24 22:50:20', '0', '', '8b114971ef845f1d2cfe7a4dcf04a7bb', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3579, 'home loans', 12, '2026-02-25 16:01:24', '0', '', '6b9b16bb4cb50abb694dc7e37aa6453f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3580, 'home loans', 12, '2026-02-25 16:01:25', '0', '', '6b9b16bb4cb50abb694dc7e37aa6453f', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3581, 'relocation', '0', '2026-02-25 17:52:53', '0', '', 'bc9ace14764be27f6907fba497dc9a4a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3582, 'relocation', '0', '2026-02-25 17:52:53', '0', '', 'bc9ace14764be27f6907fba497dc9a4a', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3583, 'paid parental leave', 19, '2026-02-25 21:38:33', '0', '', 'db53e245988b702a81a14ed0a3a4b952', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3584, 'paid parental leave', 19, '2026-02-25 21:38:34', '0', '', 'db53e245988b702a81a14ed0a3a4b952', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3585, 'paid parental', 15, '2026-02-25 21:56:43', '0', '', '6b8ae04db18aaba6a7ff6bbf39002d13', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3586, 'paid parental', 15, '2026-02-25 21:56:44', '0', '', '6b8ae04db18aaba6a7ff6bbf39002d13', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3587, 'rates', 8, '2026-02-25 22:27:33', '0', '', 'a3daf2b4e4b62b9c7a6397f1d5a39f25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3588, 'rates', 8, '2026-02-25 22:27:34', '0', '', 'a3daf2b4e4b62b9c7a6397f1d5a39f25', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3589, 'pension', 9, '2026-02-26 03:45:53', '0', '', 'f03f74bdf5af25489ce80a44dea70e85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3590, 'pension', 9, '2026-02-26 03:45:54', '0', '', 'f03f74bdf5af25489ce80a44dea70e85', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3591, 'pension', 9, '2026-02-26 04:14:54', '0', '', '4e8dec9fe1142a573e0055e7f62b1c44', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3592, 'pension', 9, '2026-02-26 04:14:55', '0', '', '4e8dec9fe1142a573e0055e7f62b1c44', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3593, 'pension', 9, '2026-02-26 14:31:51', '0', '', '44c63ec1e9dc83f177c283b473733f32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3594, 'pension', 9, '2026-02-26 14:31:51', '0', '', '44c63ec1e9dc83f177c283b473733f32', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3595, 'ppl', 7, '2026-02-26 19:00:21', '0', '', '66d91f0592ae49a2a361b75bad1bd150', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3596, 'ppl', 7, '2026-02-26 19:00:22', '0', '', '66d91f0592ae49a2a361b75bad1bd150', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3597, '/index/thinkview/display', '0', '2026-02-27 07:17:54', '0', '', '93a7790f136d4bdc4f52f74723a32497', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3598, '/index/thinkview/display', '0', '2026-02-27 07:17:54', '0', '', '93a7790f136d4bdc4f52f74723a32497', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3599, '/index/thinkrequest/input', '0', '2026-02-27 07:17:57', '0', '', '93a7790f136d4bdc4f52f74723a32497', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3600, '/index/thinkrequest/input', '0', '2026-02-27 07:17:58', '0', '', '93a7790f136d4bdc4f52f74723a32497', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3601, 'work day', 43, '2026-02-27 18:44:08', '0', '', 'f21a5e57d3c06799a479665d90b022ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3602, 'work day', 43, '2026-02-27 18:44:09', '0', '', 'f21a5e57d3c06799a479665d90b022ee', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3603, 'workday', 9, '2026-02-27 19:01:07', '0', '', '344ed5c2400442cfdfe15ca3250f7bff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3604, 'workday', 9, '2026-02-27 19:01:08', '0', '', '344ed5c2400442cfdfe15ca3250f7bff', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3605, 'best premium', 22, '2026-03-02 15:55:00', '0', '', 'e55ba0c904ef9a4880ef2de310e88dd4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3606, 'best premium', 22, '2026-03-02 15:55:01', '0', '', 'e55ba0c904ef9a4880ef2de310e88dd4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3607, 'espresa', 1, '2026-03-02 17:02:37', '0', '', 'd8eecbc5a9ca14b8b1b6f96c7fa07d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3608, 'espresa', 1, '2026-03-02 17:02:38', '0', '', 'd8eecbc5a9ca14b8b1b6f96c7fa07d52', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3609, 'bereaement', '0', '2026-03-02 17:57:48', '0', '', '05cac1c1c873807dbccb0de49e603e07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3610, 'bereaement', '0', '2026-03-02 17:57:49', '0', '', '05cac1c1c873807dbccb0de49e603e07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3611, 'bereavement', 1, '2026-03-02 17:58:08', '0', '', '05cac1c1c873807dbccb0de49e603e07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3612, 'bereavement', 1, '2026-03-02 17:58:09', '0', '', '05cac1c1c873807dbccb0de49e603e07', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3613, 'pension', 9, '2026-03-02 18:47:23', '0', '', '1977b730153221af691a4a8daeaa89d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3614, 'pension', 9, '2026-03-02 18:47:24', '0', '', '1977b730153221af691a4a8daeaa89d3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3615, 'dependent care', 46, '2026-03-02 19:10:17', '0', '', 'b7f89bd16e3cd9b61445a925184285f1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3616, 'dependent care', 46, '2026-03-02 19:10:19', '0', '', 'b7f89bd16e3cd9b61445a925184285f1', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3617, 'qualifying hsa expenses', 27, '2026-03-02 20:37:37', '0', '', '12cc34bfbc29d13c77256a7620840580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3618, 'qualifying hsa expenses', 27, '2026-03-02 20:37:38', '0', '', '12cc34bfbc29d13c77256a7620840580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3619, 'hsa qualifying expenses', 27, '2026-03-02 20:45:08', '0', '', '0e118b9d9ae05696c5c1858702a95e3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3620, 'hsa qualifying expenses', 27, '2026-03-02 20:45:09', '0', '', '0e118b9d9ae05696c5c1858702a95e3e', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3621, 'retirement', 11, '2026-03-02 21:00:51', '0', '', 'f8f25b43263202f08a57f57772bb0580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3622, 'retirement', 11, '2026-03-02 21:00:52', '0', '', 'f8f25b43263202f08a57f57772bb0580', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3623, 'what is the name of life insurance', 33, '2026-03-02 21:16:37', '0', '', '0a5887ed9fe8cc6b5540a095b5b4e4a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3624, 'what is the name of life insurance', 33, '2026-03-02 21:16:38', '0', '', '0a5887ed9fe8cc6b5540a095b5b4e4a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3625, 'what is the name of the life insurance company', 39, '2026-03-02 21:19:46', '0', '', '0a5887ed9fe8cc6b5540a095b5b4e4a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3626, 'what is the name of the life insurance company', 39, '2026-03-02 21:19:47', '0', '', '0a5887ed9fe8cc6b5540a095b5b4e4a7', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3627, 'match', 4, '2026-03-02 22:06:48', '0', '', 'afc270182b9c354475fd9bc658ce965b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3628, 'match', 4, '2026-03-02 22:06:49', '0', '', 'afc270182b9c354475fd9bc658ce965b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3629, 'best premium', 22, '2026-03-02 22:31:25', '0', '', 'ede9f65de22983a850ef1f2336866a3b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3630, 'best premium', 22, '2026-03-02 22:31:26', '0', '', 'ede9f65de22983a850ef1f2336866a3b', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3631, 'best premium', 22, '2026-03-03 13:23:13', '0', '', 'd2e74512944acdebcb1ea163c1ce8141', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3632, 'best premium', 22, '2026-03-03 13:23:14', '0', '', 'd2e74512944acdebcb1ea163c1ce8141', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3633, 'tenants', '0', '2026-03-03 14:09:35', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3634, 'tenants', '0', '2026-03-03 14:09:37', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3635, 'tenet', '0', '2026-03-03 14:09:44', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3636, 'tenet', '0', '2026-03-03 14:09:45', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3637, 'tenant', '0', '2026-03-03 14:10:18', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3638, 'tenant', '0', '2026-03-03 14:10:19', '0', '', 'e34521b65bb20e21b3215ce1d6bc7920', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3639, 'hsa change', 23, '2026-03-03 16:09:14', '0', '', 'bf368e845682504c3da8ddda76b54717', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3640, 'hsa change', 23, '2026-03-03 16:09:15', '0', '', 'bf368e845682504c3da8ddda76b54717', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3641, 'compsych', 4, '2026-03-03 16:37:25', '0', '', '35ab355d9561ae4fd0012aaebf305628', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3642, 'compsych', 4, '2026-03-03 16:37:26', '0', '', '35ab355d9561ae4fd0012aaebf305628', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3643, 'retirement', 11, '2026-03-03 16:52:24', '0', '', '382454d0a640169d193d9364bac14384', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3644, 'retirement', 11, '2026-03-03 16:52:25', '0', '', '382454d0a640169d193d9364bac14384', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3645, 'health advo', 48, '2026-03-03 17:22:07', '0', '', '6183697a9f875cc7476055146bc2ba65', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3646, 'health advo', 48, '2026-03-03 17:22:09', '0', '', '6183697a9f875cc7476055146bc2ba65', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3647, 'spd', 2, '2026-03-04 16:25:05', '0', '', '12c24532f54131fefba541222b9f1ee4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3648, 'spd', 2, '2026-03-04 16:25:06', '0', '', '12c24532f54131fefba541222b9f1ee4', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3649, 'variable incentive program', 32, '2026-03-04 18:30:58', '0', '', '706be5c37bcd0454a932aede5906bfe2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3650, 'variable incentive program', 32, '2026-03-04 18:30:58', '0', '', '706be5c37bcd0454a932aede5906bfe2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3651, 'ppl', 7, '2026-03-04 22:23:19', '0', '', 'a7bf80ed9301dd4f8d352c23c50cc4c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3652, 'ppl', 7, '2026-03-04 22:23:20', '0', '', 'a7bf80ed9301dd4f8d352c23c50cc4c6', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3653, 'mental health assessment', 50, '2026-03-05 09:02:12', '0', '', 'ebe20c804e6ca3c69119cb5889bc6f30', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3654, 'mental health assessment', 50, '2026-03-05 09:02:13', '0', '', 'ebe20c804e6ca3c69119cb5889bc6f30', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3655, 'compsych', 4, '2026-03-05 16:28:29', '0', '', '578cd8821092470b2d435499ede69d94', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3656, 'compsych', 4, '2026-03-05 16:28:31', '0', '', '578cd8821092470b2d435499ede69d94', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3657, 'assessment', 3, '2026-03-05 21:57:08', '0', '', '0109509807b0f099c3a1512f0a9f7e59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3658, 'assessment', 3, '2026-03-05 21:57:09', '0', '', '0109509807b0f099c3a1512f0a9f7e59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3659, 'mental health assessment', 50, '2026-03-05 21:57:33', '0', '', '0109509807b0f099c3a1512f0a9f7e59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3660, 'mental health assessment', 50, '2026-03-05 21:57:34', '0', '', '0109509807b0f099c3a1512f0a9f7e59', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3661, 'benefit center', 54, '2026-03-05 22:38:16', '0', '', 'dcbc420be23f15d8c0393ca5d2d55da3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3662, 'benefit center', 54, '2026-03-05 22:38:17', '0', '', 'dcbc420be23f15d8c0393ca5d2d55da3', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3663, 'aaniversary', '0', '2026-03-06 00:08:37', '0', '', 'c2d01868e756ca6630799b33d25b6a40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3664, 'aaniversary', '0', '2026-03-06 00:08:38', '0', '', 'c2d01868e756ca6630799b33d25b6a40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3665, 'anniversary', '0', '2026-03-06 00:09:09', '0', '', 'c2d01868e756ca6630799b33d25b6a40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3666, 'anniversary', '0', '2026-03-06 00:09:10', '0', '', 'c2d01868e756ca6630799b33d25b6a40', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3667, '401k', 7, '2026-03-06 15:05:26', '0', '', '6221fc7810acba9f3132f62f98f042e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3668, '401k', 7, '2026-03-06 15:05:27', '0', '', '6221fc7810acba9f3132f62f98f042e2', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3669, 'spouse', 13, '2026-03-07 03:52:07', '0', '', 'c948665065dde8245af22488a342a190', '');

INSERT IGNORE INTO `wp_relevanssi_log` (`id`, `query`, `hits`, `time`, `user_id`, `ip`, `session_id`, `source`) VALUES (3670, 'spouse', 13, '2026-03-07 03:52:08', '0', '', 'c948665065dde8245af22488a342a190', '');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_relevanssi_stopwords` (
  `stopword` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  PRIMARY KEY (`stopword`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_relevanssi_tracking` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `post_id` int(11) NOT NULL DEFAULT 0,
  `query` varchar(200) NOT NULL,
  `rank` int(11) NOT NULL DEFAULT 0,
  `page` int(11) NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `post_id_timestamp` (`post_id`,`timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=792 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (577, 417, 'pto', 1, 1, '2025-09-10 15:22:14');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (578, 373, 'short term', 1, 1, '2025-09-10 15:24:31');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (579, 474, 'short term disability', 2, 1, '2025-09-10 15:24:48');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (580, 839, 'annual enrollment', 2, 1, '2025-09-11 14:23:54');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (581, 177, 'bereavement', 1, 1, '2025-09-15 07:22:00');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (582, 373, 'variable incentive program', 1, 1, '2025-09-15 19:02:26');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (583, 474, 'std', 1, 1, '2025-09-16 13:25:44');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (584, 371, 'operator salary', 3, 1, '2025-09-17 10:41:37');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (585, 494, 'retirement', 3, 1, '2025-09-17 13:35:14');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (586, 474, 'fmla', 1, 1, '2025-09-18 08:35:53');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (587, 474, 'std', 1, 1, '2025-09-18 15:06:48');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (588, 426, 'linkedin', 1, 1, '2025-09-18 17:17:01');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (589, 1211, 'debt retirement', 2, 1, '2025-09-22 15:52:36');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (590, 450, 'education assistance', 1, 1, '2025-09-22 19:46:24');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (591, 839, 'annual enrollment', 2, 1, '2025-09-22 19:46:42');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (592, 494, 'pension', 4, 1, '2025-09-24 17:18:42');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (593, 417, 'pto policy', 1, 1, '2025-09-24 18:52:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (594, 474, 'fmla', 1, 1, '2025-09-25 01:34:31');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (595, 550, 'onesourcevirtual', 2, 1, '2025-09-26 17:50:19');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (596, 839, 'qualifying life event', 3, 1, '2025-09-26 20:58:48');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (597, 348, 'paid parental leave', 2, 1, '2025-09-29 15:03:38');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (598, 462, 'hsa', 5, 1, '2025-09-29 18:33:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (599, 417, 'absence rollover', 2, 1, '2025-09-29 19:08:30');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (600, 415, 'cf perks', 2, 1, '2025-09-30 14:04:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (601, 348, 'rsu', 1, 1, '2025-09-30 16:48:23');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (602, 417, 'vacation', 2, 1, '2025-09-30 16:55:37');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (603, 494, 'pension', 4, 1, '2025-10-01 14:27:47');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (604, 492, 'cobra', 3, 1, '2025-10-01 20:32:42');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (605, 474, 'long term disability', 3, 1, '2025-10-02 12:11:30');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (606, 488, 'travel policy', 1, 1, '2025-10-04 19:18:05');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (607, 488, 'international travel', 1, 1, '2025-10-06 14:20:17');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (608, 125, 'international health insurance', 2, 1, '2025-10-06 14:27:53');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (609, 839, 'open enrollment', 2, 1, '2025-10-07 13:48:12');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (610, 839, 'adding new dependent', 1, 1, '2025-10-07 15:04:33');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (611, 839, 'open enrollment', 2, 1, '2025-10-08 22:52:23');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (612, 417, 'vacation', 2, 1, '2025-10-09 03:10:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (613, 492, 'vacation', 3, 1, '2025-10-09 03:10:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (614, 469, 'eoi', 2, 1, '2025-10-09 21:44:11');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (615, 408, 'adoption', 1, 1, '2025-10-10 12:45:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (616, 554, 'adoption', 2, 1, '2025-10-10 12:45:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (617, 125, 'bcbsil app', 1, 1, '2025-10-10 13:57:04');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (618, 177, 'guidance resources', 2, 1, '2025-10-10 14:01:39');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (619, 574, 'guidance resources', 4, 1, '2025-10-10 14:01:39');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (620, 348, 'guidance resources', 5, 1, '2025-10-10 14:01:39');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (621, 839, 2026, 1, 1, '2025-10-13 00:24:15');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (622, 125, 'plan select', 1, 1, '2025-10-13 18:08:26');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (623, 494, 'pension', 4, 1, '2025-10-14 14:53:18');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (624, 554, 'birth of child', 1, 1, '2025-10-14 16:02:30');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (625, 166, 'fsa store', 1, 1, '2025-10-14 18:18:10');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (626, 125, 'network healthcare providers', 3, 1, '2025-10-15 17:52:02');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (627, 474, 'short term disability', 2, 1, '2025-10-17 14:23:13');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (628, 550, 'domestic partner', 1, 1, '2025-10-20 20:11:51');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (630, 574, 'one source virtual', 8, 1, '2025-10-21 19:18:45');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (631, 415, 'perkspot', 1, 1, '2025-10-27 21:22:24');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (632, 791, 'best premium', 1, 1, '2025-10-29 13:56:24');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (633, 348, 'one source virtual', 4, 1, '2025-10-29 18:07:37');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (634, 415, 'perks', 2, 1, '2025-10-29 23:35:11');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (635, 574, 'osv', 1, 1, '2025-10-30 13:18:48');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (636, 408, 'paid parental leave', 1, 1, '2025-10-30 15:31:32');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (637, 348, 'accidental death', 2, 1, '2025-10-30 15:55:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (638, 550, 'dependent eligibility', 3, 1, '2025-10-30 19:47:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (639, 554, '26 years of age', 4, 1, '2025-10-31 18:41:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (640, 469, 'eoi', 2, 1, '2025-11-03 14:42:23');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (641, 417, 'pto', 1, 1, '2025-11-03 15:10:20');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (642, 492, 'pto', 2, 1, '2025-11-04 04:04:42');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (643, 417, 'vacation', 2, 1, '2025-11-04 14:06:36');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (644, 574, 'osv', 1, 1, '2025-11-04 18:23:25');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (645, 399, 'strive', 1, 1, '2025-11-04 19:30:13');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (646, 839, 'maven', 1, 1, '2025-11-05 17:55:28');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (647, 561, 'ppo', 8, 1, '2025-11-05 18:08:53');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (648, 839, 'fertility', 2, 1, '2025-11-05 21:20:54');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (649, 125, 'plan booklet', 2, 1, '2025-11-05 21:30:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (650, 554, 'beneficiary change', 1, 1, '2025-11-05 21:59:58');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (651, 791, '2027 best premium', 1, 1, '2025-11-06 15:27:25');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (652, 481, '401k', 4, 1, '2025-11-06 16:59:46');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (653, 469, 'proof of insurability', 3, 1, '2025-11-06 19:19:37');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (654, 554, 'add new spouse', 2, 1, '2025-11-06 20:15:41');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (655, 469, 'eoi', 2, 1, '2025-11-06 22:54:47');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (656, 791, '2027 best premium', 1, 1, '2025-11-07 13:25:54');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (657, 839, 'maven', 1, 1, '2025-11-10 17:49:44');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (658, 415, 'gym', 1, 1, '2025-11-10 21:10:19');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (659, 474, 'fmla', 1, 1, '2025-11-11 17:24:18');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (660, 166, 'fidelity limited purpose', 2, 1, '2025-11-11 20:16:13');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (661, 481, '401k', 4, 1, '2025-11-13 21:41:16');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (662, 415, 'perks', 2, 1, '2025-11-16 16:04:18');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (663, 415, 'perkspot', 1, 1, '2025-11-18 00:01:23');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (664, 492, 'cobra rates', 4, 1, '2025-11-20 15:40:35');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (665, 839, 'eoi', 1, 1, '2025-11-20 15:59:21');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (666, 469, 'eoi', 2, 1, '2025-11-20 16:00:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (667, 839, 'workday', 2, 1, '2025-11-20 17:02:12');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (668, 415, 'perk spot', 1, 1, '2025-11-20 17:30:06');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (669, 415, 'discounts', 2, 1, '2025-11-20 17:45:24');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (670, 554, 'workday', 1, 1, '2025-11-22 16:46:52');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (671, 415, 'perks', 2, 1, '2025-11-23 06:13:20');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (672, 469, 'evidence of insurability', 1, 1, '2025-11-24 14:27:41');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (673, 474, 'fmla', 1, 1, '2025-11-25 14:44:33');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (674, 839, 'annual enrollment', 1, 1, '2025-11-25 15:12:04');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (675, 554, 'life event', 1, 1, '2025-11-25 16:22:51');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (676, 413, 'parental leave', 8, 1, '2025-11-25 20:08:33');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (677, 413, 'parental', 5, 1, '2025-11-25 20:08:41');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (678, 474, 'short term disability', 2, 1, '2025-11-25 20:17:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (679, 393, 2024, 1, 1, '2025-11-25 23:03:31');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (680, 554, 'birth', 1, 1, '2025-11-26 13:51:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (681, 417, 'funeral leave', 3, 1, '2025-11-27 12:26:55');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (682, 348, 'funeral leave', 6, 1, '2025-11-27 12:26:55');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (683, 455, 'ayco', 1, 1, '2025-12-01 20:45:56');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (684, 348, 'health advocate', 2, 1, '2025-12-03 20:47:44');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (685, 430, 'mentoring', 1, 1, '2025-12-03 22:41:28');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (686, 494, 'pension', 4, 1, '2025-12-04 18:41:38');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (687, 839, 'annua', 1, 1, '2025-12-05 17:22:19');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (688, 371, 'workday', 6, 1, '2025-12-05 20:37:25');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (689, 474, 'injury', 1, 1, '2025-12-06 20:01:00');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (690, 417, 'vto', 1, 1, '2025-12-08 16:22:44');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (691, 839, 'maven', 1, 1, '2025-12-08 16:28:30');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (692, 402, 'proactive md', 1, 1, '2025-12-08 16:51:25');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (693, 791, '&quot;best premium&quot;', 1, 1, '2025-12-08 16:59:24');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (694, 839, 'maven', 1, 1, '2025-12-09 17:45:55');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (695, 481, 'roth ira', 2, 1, '2025-12-09 21:47:18');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (696, 839, '2026 benefits', 1, 1, '2025-12-10 15:54:58');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (697, 839, 'where is my total rewards portal?', 5, 1, '2025-12-10 17:33:04');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (698, 125, 'rates', 5, 1, '2025-12-12 16:03:25');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (699, 839, 'annual enrollment', 1, 1, '2025-12-12 17:02:05');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (700, 1341, 'annual enrollment', 3, 1, '2025-12-12 17:02:05');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (702, 839, 'annual enrollment', 1, 1, '2025-12-12 17:26:43');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (703, 481, 'supplemental benefit &amp; deferral plan', 9, 1, '2025-12-12 20:15:27');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (704, 481, 'deferral plan', 2, 1, '2025-12-12 20:33:15');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (705, 554, 'family status change', 1, 1, '2025-12-16 19:06:47');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (706, 455, 'ayco', 1, 1, '2025-12-18 14:01:25');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (707, 839, 'annual enrollment', 1, 1, '2025-12-23 22:39:54');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (708, 474, 'fml', 1, 1, '2025-12-24 07:34:49');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (709, 474, 'family medical leave', 1, 1, '2025-12-24 07:36:39');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (710, 125, 'family medical leave', 3, 1, '2025-12-24 07:36:39');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (711, 1211, 'summary plan description student loan debt retirement', 2, 1, '2025-12-24 16:02:46');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (712, 481, 'summary plan description student loan debt retirement', 4, 1, '2025-12-24 16:02:46');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (713, 481, 'supplemental 401', 1, 1, '2025-12-29 22:56:08');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (714, 371, '2026 wage rate schedule', 6, 1, '2025-12-30 22:02:37');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (715, 574, 'osv', 1, 1, '2026-01-02 16:11:24');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (716, 839, 'annual enrollment', 1, 1, '2026-01-02 21:21:02');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (717, 166, 'limited fsa', 1, 1, '2026-01-02 22:38:49');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (718, 839, 'annual enrollment', 1, 1, '2026-01-03 01:11:14');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (719, 125, 'planselect tool', 1, 1, '2026-01-05 16:13:47');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (720, 839, 'mdlive', 4, 1, '2026-01-05 19:55:11');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (721, 839, 'annual enrollment', 1, 1, '2026-01-05 22:08:51');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (722, 492, 'cobra', 2, 1, '2026-01-06 16:40:16');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (723, 373, 'vip', 1, 1, '2026-01-07 14:21:00');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (724, 415, 'perkspot', 1, 1, '2026-01-08 14:49:11');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (725, 348, 'retiree', 2, 1, '2026-01-08 14:54:20');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (726, 415, 'perk', 1, 1, '2026-01-12 17:45:38');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (727, 373, 'short term incentives', 1, 1, '2026-01-12 18:11:33');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (728, 481, '401k rollover', 1, 1, '2026-01-12 20:54:05');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (729, 474, 'nylgbs', 2, 1, '2026-01-12 23:23:58');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (730, 494, 'pension', 4, 1, '2026-01-13 13:47:42');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (731, 574, 'pension', 8, 1, '2026-01-13 13:47:42');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (732, 474, 'short term disability', 2, 1, '2026-01-13 17:55:30');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (733, 399, 'strive', 1, 1, '2026-01-13 21:48:11');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (734, 481, '401(k', 1, 1, '2026-01-13 22:15:02');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (735, 450, 'education assistance', 1, 1, '2026-01-14 20:44:28');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (736, 554, 'status change', 1, 1, '2026-01-14 22:42:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (737, 554, 'pension', 2, 1, '2026-01-15 15:02:47');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (738, 839, 'maven fertility', 2, 1, '2026-01-15 15:56:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (739, 554, 'pension', 2, 1, '2026-01-15 20:36:05');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (740, 373, 'short term disability', 1, 1, '2026-01-16 20:33:29');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (741, 474, 'short term disability', 2, 1, '2026-01-16 20:33:29');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (742, 481, 'retiremnt plan', 2, 1, '2026-01-18 22:45:28');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (743, 415, 'perks', 2, 1, '2026-01-23 00:00:04');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (744, 474, 'fml', 1, 1, '2026-02-02 19:26:08');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (745, 554, 'change benefit', 1, 1, '2026-02-03 18:43:41');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (746, 494, 'retirement', 3, 1, '2026-02-04 13:53:17');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (747, 547, 'new hire', 1, 1, '2026-02-04 16:30:26');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (748, 554, 'pension', 2, 1, '2026-02-04 22:40:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (749, 494, 'pension', 4, 1, '2026-02-04 22:40:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (750, 177, 'eap', 4, 1, '2026-02-04 23:56:51');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (751, 348, 'mental health', 3, 1, '2026-02-04 23:58:30');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (752, 1418, 'shift diffrental', 2, 1, '2026-02-05 04:09:55');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (753, 177, 'berea', 1, 1, '2026-02-09 17:05:29');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (754, 547, 'one source virtual', 9, 1, '2026-02-09 20:46:31');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (755, 125, 'out of pocket', 1, 1, '2026-02-09 23:23:01');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (756, 415, 'perkspot', 1, 1, '2026-02-10 06:00:22');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (757, 474, 'fmla', 1, 1, '2026-02-10 18:18:03');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (758, 348, 'parental leave', 2, 1, '2026-02-11 16:04:21');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (759, 371, 'work time', 10, 1, '2026-02-11 20:54:41');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (760, 574, 'onesource', 1, 1, '2026-02-18 16:24:32');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (761, 393, 'out of network benefit', 4, 1, '2026-02-18 20:52:18');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (762, 415, 'perkspot', 1, 1, '2026-02-19 16:48:36');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (763, 494, 'retirement', 3, 1, '2026-02-19 18:42:33');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (764, 492, 'retirement', 4, 1, '2026-02-19 18:42:33');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (765, 1419, 'maven', 1, 1, '2026-02-22 01:38:26');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (766, 177, 'therapy', 2, 1, '2026-02-23 16:54:00');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (767, 554, 'cf benefits', 1, 1, '2026-02-24 14:45:14');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (768, 574, 'osv', 1, 1, '2026-02-24 14:50:40');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (769, 415, 'blue health', 3, 1, '2026-02-24 20:06:59');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (770, 177, 'bereavement', 1, 1, '2026-02-24 22:50:20');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (771, 177, 'home loans', 4, 1, '2026-02-25 16:01:25');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (772, 348, 'paid parental leave', 2, 1, '2026-02-25 21:38:34');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (773, 554, 'work day', 1, 1, '2026-02-27 18:44:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (774, 554, 'workday', 1, 1, '2026-02-27 19:01:08');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (775, 791, 'best premium', 1, 1, '2026-03-02 15:55:01');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (776, 1488, 'espresa', 1, 1, '2026-03-02 17:02:38');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (777, 177, 'bereavement', 1, 1, '2026-03-02 17:58:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (778, 462, 'qualifying hsa expenses', 1, 1, '2026-03-02 20:37:38');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (779, 125, 'qualifying hsa expenses', 4, 1, '2026-03-02 20:37:38');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (780, 462, 'hsa qualifying expenses', 1, 1, '2026-03-02 20:45:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (781, 494, 'retirement', 3, 1, '2026-03-02 21:00:51');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (782, 413, 'match', 1, 1, '2026-03-02 22:06:49');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (783, 791, 'best premium', 1, 1, '2026-03-02 22:31:26');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (784, 791, 'best premium', 1, 1, '2026-03-03 13:23:13');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (785, 462, 'hsa change', 2, 1, '2026-03-03 16:09:15');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (786, 494, 'retirement', 3, 1, '2026-03-03 16:52:24');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (787, 561, 'health advo', 3, 1, '2026-03-03 17:22:09');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (788, 373, 'variable incentive program', 1, 1, '2026-03-04 18:30:58');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (789, 125, 'mental health assessment', 1, 1, '2026-03-05 09:02:13');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (790, 574, 'benefit center', 3, 1, '2026-03-05 22:38:17');

INSERT IGNORE INTO `wp_relevanssi_tracking` (`id`, `post_id`, `query`, `rank`, `page`, `timestamp`) VALUES (791, 481, '401k', 4, 1, '2026-03-06 15:05:27');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_signups` (
  `signup_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  `title` longtext NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `activation_key` varchar(50) NOT NULL DEFAULT '',
  `meta` longtext DEFAULT NULL,
  PRIMARY KEY (`signup_id`),
  KEY `activation_key` (`activation_key`),
  KEY `user_email` (`user_email`),
  KEY `user_login_email` (`user_login`,`user_email`),
  KEY `domain_path` (`domain`(140),`path`(51))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT IGNORE INTO `wp_signups` (`signup_id`, `domain`, `path`, `title`, `user_login`, `user_email`, `registered`, `activated`, `active`, `activation_key`, `meta`) VALUES (1, '', '', '', 'jasminekonkin', 'jasmine.konkin@cfindustries.com', '2025-06-11 17:02:21', '2025-06-11 17:02:23', 1, '76da7d09f52dfb37', 'a:2:{s:11:\"add_to_blog\";i:3;s:8:\"new_role\";s:16:\"matomo_view_role\";}');

INSERT IGNORE INTO `wp_signups` (`signup_id`, `domain`, `path`, `title`, `user_login`, `user_email`, `registered`, `activated`, `active`, `activation_key`, `meta`) VALUES (2, '', '', '', 'rebeccakershberg', 'Rebecca.Kershberg@lockton.com', '2025-12-17 22:48:06', '2025-12-19 19:33:15', 1, 'ea6faf052e726370', 'a:2:{s:11:\"add_to_blog\";i:1;s:8:\"new_role\";s:13:\"administrator\";}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_site` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `domain` (`domain`(140),`path`(51))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT IGNORE INTO `wp_site` (`id`, `domain`, `path`) VALUES (1, 'steadiest-willet-4762bd.instawp.xyz', '/');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_sitemeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `site_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `site_id` (`site_id`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'site_name', 'CF Industries Benefits Sites');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (2, 1, 'admin_email', 'tim@bandoliergroup.com');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (3, 1, 'admin_user_id', 1);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (4, 1, 'registration', 'none');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (5, 1, 'upload_filetypes', 'jpg jpeg png gif mov avi mpg 3gp 3g2 midi mid pdf doc ppt odt pptx docx pps ppsx xls xlsx key mp3 ogg wma m4a wav mp4 m4v webm ogv wmv flv');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (6, 1, 'blog_upload_space', 100);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (7, 1, 'fileupload_maxk', 10000);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (8, 1, 'site_admins', 'a:4:{i:0;s:11:\"cfibenefits\";i:1;s:7:\"sharris\";i:2;s:6:\"simbco\";i:3;s:16:\"rebeccakershberg\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (9, 1, 'allowedthemes', 'a:3:{s:10:\"Divi-child\";b:1;s:4:\"Divi\";b:1;s:13:\"twentyfifteen\";b:1;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (10, 1, 'illegal_names', 'a:9:{i:0;s:3:\"www\";i:1;s:3:\"web\";i:2;s:4:\"root\";i:3;s:5:\"admin\";i:4;s:4:\"main\";i:5;s:6:\"invite\";i:6;s:13:\"administrator\";i:7;s:5:\"files\";i:8;s:4:\"blog\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (11, 1, 'wpmu_upgrade_site', 60717);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (12, 1, 'welcome_email', 'Howdy USERNAME,\r\n\r\nYour new SITE_NAME site has been successfully set up at:\r\nBLOG_URL\r\n\r\nYou can log in to the administrator account with the following information:\r\n\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLog in here: BLOG_URLwp-login.php\r\n\r\nWe hope you enjoy your new site. Thanks!\r\n\r\n--The Team @ SITE_NAME');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (13, 1, 'first_post', 'Welcome to <a href=\"SITE_URL\">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (14, 1, 'siteurl', 'https://lsk.yzp.mybluehost.me/website_441840fc/');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (15, 1, 'add_new_users', '0');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (16, 1, 'upload_space_check_disabled', 1);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (17, 1, 'subdomain_install', '0');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (18, 1, 'global_terms_enabled', '0');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (19, 1, 'ms_files_rewriting', '0');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (20, 1, 'initial_db_version', 53496);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (21, 1, 'active_sitewide_plugins', 'a:8:{s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";i:1687093837;s:25:\"divi-pixel/divi-pixel.php\";i:1703779875;s:33:\"relevanssi-premium/relevanssi.php\";i:1710971443;s:33:\"search-exclude/search-exclude.php\";i:1712680733;s:27:\"unconfirmed/unconfirmed.php\";i:1766172753;s:35:\"google-site-kit/google-site-kit.php\";i:1768241829;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:1772754023;s:35:\"instawp-connect/instawp-connect.php\";i:1772999362;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (22, 1, 'WPLANG', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (23, 1, 'wpe_upload_space_usage', 'a:2:{i:1;a:2:{s:6:\"kbytes\";s:1:\"0\";s:4:\"type\";s:10:\"production\";}i:0;a:2:{s:6:\"kbytes\";s:6:\"299448\";s:4:\"type\";s:10:\"production\";}}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (24, 1, 'wpe_upload_space_usage_ttl', 1711828569);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (25, 1, 'external_updates-divi-booster', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1772998582;s:14:\"checkedVersion\";s:5:\"4.8.1\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:12:\"divi-booster\";s:7:\"version\";s:5:\"5.0.2\";s:12:\"download_url\";s:54:\"https://d3mraia2v9t5x8.cloudfront.net/divi-booster.zip\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";N;s:6:\"tested\";s:5:\"6.9.1\";s:12:\"requires_php\";s:3:\"7.0\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:29:\"divi-booster/divi-booster.php\";}s:11:\"updateClass\";s:35:\"DiviBooster\\Puc_v4p10_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (26, 1, 'user_count', 5);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (27, 1, 'blog_count', 3);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (28, 1, 'et_account_status', 'active');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (29, 1, 'wp_force_deactivated_plugins', 'a:0:{}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (30, 1, 'can_compress_scripts', '0');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (31, 1, 'recently_activated', 'a:0:{}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (32, 1, 'mucd_copy_files', 'yes');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (33, 1, 'mucd_keep_users', 'yes');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (34, 1, 'mucd_log', 'no');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (35, 1, 'mucd_log_dir', '/nas/content/live/cfibenefitsstg/wp-content/uploads/multisite-clone-duplicator-logs/');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (36, 1, 'mucd_disable_enhanced_site_select', 'no');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (37, 1, 'mucd_duplicables', 'all');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (38, 1, 'site_meta_supported', '0');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (39, 1, 'registrationnotification', 'yes');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (40, 1, 'welcome_user_email', 'Howdy USERNAME,\r\n\r\nYour new account is set up.\r\n\r\nYou can log in with the following information:\r\nUsername: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\r\nThanks!\r\n\r\n--The Team @ SITE_NAME');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (41, 1, 'et_automatic_updates_options', 'a:2:{s:8:\"username\";s:14:\"bandoliergroup\";s:7:\"api_key\";s:40:\"0dcea3c39ae27a3ee8484543219350a142fafca1\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (42, 1, 'menu_items', 'a:0:{}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (43, 1, 'first_page', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (44, 1, 'first_comment', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (45, 1, 'first_comment_url', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (46, 1, 'first_comment_author', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (47, 1, 'limited_email_domains', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (48, 1, 'banned_email_domains', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (49, 1, 'new_admin_email', 'tim@bandoliergroup.com');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (50, 1, 'first_comment_email', '');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (51, 1, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.1.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-6.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.1\";s:7:\"version\";s:5:\"6.9.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1773000395;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (52, 1, '_site_transient_et_update_all_plugins', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:10:{s:33:\"acf-extended-pro/acf-extended.php\";s:8:\"0.8.8.10\";s:47:\"better-search-replace/better-search-replace.php\";s:5:\"1.4.7\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:5:\"2.6.5\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.4.0\";s:25:\"divi-pixel/divi-pixel.php\";s:6:\"2.29.2\";s:43:\"document-management/document-management.php\";s:0:\"\";s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";s:5:\"1.5.3\";s:25:\"relevanssi/relevanssi.php\";s:6:\"4.22.2\";s:33:\"relevanssi-premium/relevanssi.php\";s:6:\"2.25.2\";s:33:\"search-exclude/search-exclude.php\";s:5:\"2.0.9\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1723464298;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (54, 1, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1773000397;s:7:\"checked\";a:3:{s:10:\"Divi-child\";s:16:\"4.0.3.1679083872\";s:4:\"Divi\";s:6:\"4.27.6\";s:16:\"twentytwentyfive\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (55, 1, '_site_transient_et_update_themes', 'O:8:\"stdClass\":4:{s:7:\"checked\";a:2:{s:10:\"Divi-child\";s:16:\"4.0.3.1679083872\";s:4:\"Divi\";s:6:\"4.27.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:148:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=0dcea3c39ae27a3ee8484543219350a142fafca1&username=bandoliergroup\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"last_checked\";i:1744056213;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (56, 1, 'auto_update_themes', 'a:1:{i:0;s:4:\"Divi\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (57, 1, 'relevanssi_api_key', 'e914b078');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (58, 1, 'external_updates-updraftplus', 'O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1747412535;s:14:\"checkedVersion\";s:9:\"2.24.3.26\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:11:\"updraftplus\";s:7:\"version\";s:9:\"2.25.5.26\";s:12:\"download_url\";s:301:\"https://teamupdraft.com/?udm_action=download&slug=updraftplus&muid=2&etoken=EtJv5c%2BPZx6FSr0FHi0bsVI9rzE7Z1X%2BpF%2BI2tWVoRGs91WZrhP%2FV%2Blgp3BKfv3%2B6DBK71D%2BULJzHDqIL4VsdWNfsvyHQWVBvW68JlpR12Fgf4OGtjxn7UUUxDtIEEmTrWJa7Dazdi7ha%2B9ywoRtO81e%2BgKNdtGpliBcPxyG2utvgG1uMUN1gdzxzw%2BXhvtL&ig=/cf174b55\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:36:\"https://teamupdraft.com/updraftplus/\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:27:\"updraftplus/updraftplus.php\";}s:11:\"updateClass\";s:23:\"Puc_v4p13_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (59, 1, 'updraftplus-addons_siteid', '0d779f21163d99c84fef9701d4176d66');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (60, 1, 'updraftplus_options', 'a:60:{s:19:\"updraftplus_version\";s:9:\"2.24.3.26\";s:20:\"updraft_updraftvault\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";a:5:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:16:\"instance_enabled\";i:1;}}}s:15:\"updraft_dropbox\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-53ecf9eb66c3482a9c0f1282fb7eb8a1\";a:7:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:7:\"Dropbox\";}}}s:10:\"updraft_s3\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-59934cd610ed2faf260b8a17c0aeb382\";a:8:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:9:\"Amazon S3\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:8:\"STANDARD\";s:22:\"server_side_encryption\";s:1:\"0\";}}}s:18:\"updraft_cloudfiles\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-56fc301d556b2f9143a2a7656b04679a\";a:8:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:21:\"Rackspace Cloud Files\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}s:19:\"updraft_googledrive\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-eb1ad030fb966cc4d08551274fc3357e\";a:7:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:12:\"Google Drive\";s:6:\"folder\";s:11:\"UpdraftPlus\";}}}s:16:\"updraft_onedrive\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e5cd5949a7c9362dc6ba6336c6564a28\";a:8:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:3:\"url\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:12:\"endpoint_tld\";s:3:\"com\";s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:18:\"Microsoft OneDrive\";}}}s:11:\"updraft_ftp\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-510269039b6eee3f3d48ca7a67e4b34e\";a:8:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:3:\"FTP\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}s:13:\"updraft_azure\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6b870d519dfb62f2957234cfc2aae18d\";a:8:{s:12:\"account_name\";s:0:\"\";s:3:\"key\";s:0:\"\";s:9:\"container\";s:0:\"\";s:8:\"endpoint\";s:21:\"blob.core.windows.net\";s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:15:\"Microsoft Azure\";s:9:\"directory\";s:0:\"\";}}}s:12:\"updraft_sftp\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-c247d04f3b69f6c28c068e8069b94844\";a:11:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:10:\"SFTP / SCP\";s:4:\"host\";s:0:\"\";s:4:\"port\";s:2:\"22\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:3:\"key\";s:0:\"\";s:11:\"fingerprint\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"scp\";s:1:\"0\";}}}s:19:\"updraft_googlecloud\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8b880bed9583b2d4e2a3953a29a444e1\";a:9:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:10:\"project_id\";s:0:\"\";s:11:\"bucket_path\";s:0:\"\";s:13:\"storage_class\";s:8:\"STANDARD\";s:15:\"bucket_location\";s:2:\"us\";s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:12:\"Google Cloud\";}}}s:17:\"updraft_backblaze\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-a136fd7578e0f752fc2139992393a7b3\";a:9:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:9:\"Backblaze\";s:10:\"account_id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:20:\"single_bucket_key_id\";s:0:\"\";s:11:\"bucket_name\";s:0:\"\";s:11:\"backup_path\";s:0:\"\";s:20:\"object_lock_duration\";s:1:\"0\";}}}s:14:\"updraft_webdav\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f2440f3f9faffc8f32e0b533342f9822\";a:5:{s:3:\"url\";s:10:\"webdav:///\";s:12:\"enable_chunk\";s:1:\"1\";s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:6:\"WebDAV\";}}}s:17:\"updraft_s3generic\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-bd024897ba02527086fdc3c6eecb549c\";a:9:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:23:\"S3-Compatible (Generic)\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";s:19:\"bucket_access_style\";s:10:\"path_style\";s:17:\"signature_version\";s:2:\"v4\";}}}s:14:\"updraft_pcloud\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5319882e716a0a711941a1f4fa7d64b9\";a:8:{s:7:\"pclauth\";s:0:\"\";s:11:\"pcllocation\";s:1:\"1\";s:8:\"folderid\";i:0;s:8:\"uploadid\";i:0;s:6:\"folder\";s:0:\"\";s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:6:\"pCloud\";}}}s:17:\"updraft_openstack\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-712a3d3133823698ff7475fc68fdf5dc\";a:9:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:17:\"OpenStack (Swift)\";s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}s:20:\"updraft_dreamobjects\";a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-3bde46e540773bf0522f7b2b42d3a128\";a:7:{s:16:\"instance_enabled\";s:1:\"1\";s:26:\"instance_conditional_logic\";a:1:{s:4:\"type\";s:0:\"\";}s:14:\"instance_label\";s:12:\"DreamObjects\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-east-1.dream.io\";}}}s:29:\"updraftplus_tour_cancelled_on\";s:10:\"backup_now\";s:22:\"updraft_backup_history\";a:10:{i:1736974171;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2025-01-15-1449_CF_Industries_Total_Rewards_Unit_aea260a6f32b-plugins.zip\";}s:12:\"plugins-size\";i:19929823;s:2:\"db\";s:74:\"backup_2025-01-15-1449_CF_Industries_Total_Rewards_Unit_aea260a6f32b-db.gz\";s:7:\"db-size\";i:1919824;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:8:\"plugins0\";s:40:\"9e3afc993f347138bc5871038fcff4e9a77998ec\";s:3:\"db0\";s:40:\"ed3d2d55f700113fb54ef814bbcac3d11919e7bf\";}s:6:\"sha256\";a:2:{s:8:\"plugins0\";s:64:\"99e923abc769edda66cb8f2fb504316020f4ce0c3402c35c63bb78f5bdba67fe\";s:3:\"db0\";s:64:\"e4129558e32a94e34a8a7a8dd3e604cba99665e22d7d2a4c60388ff2d34ba097\";}}s:5:\"nonce\";s:12:\"aea260a6f32b\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:7:\"plugins\";i:1736974171;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1732651828;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-11-26-1410_CF_Industries_Total_Rewards_Unit_6d6a9cba007c-themes.zip\";}s:11:\"themes-size\";i:20961650;s:2:\"db\";s:74:\"backup_2024-11-26-1410_CF_Industries_Total_Rewards_Unit_6d6a9cba007c-db.gz\";s:7:\"db-size\";i:1918391;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"37c6092734ea9a78cae9a96b958732feb18df573\";s:3:\"db0\";s:40:\"6cedfb081b93049cb3b1314c67ea2eafd8187d44\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"d90a990d56c7b89e645e0dabafdccb9906dddb81a7f4492290453510497289d5\";s:3:\"db0\";s:64:\"f20e585c4124c80687c76421913ec4de179318afd172ad18b7d75292c4bc297f\";}}s:5:\"nonce\";s:12:\"6d6a9cba007c\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1732651829;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1731183673;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-11-09-1421_CF_Industries_Total_Rewards_Unit_7f7c568548d5-themes.zip\";}s:11:\"themes-size\";i:20959346;s:2:\"db\";s:74:\"backup_2024-11-09-1421_CF_Industries_Total_Rewards_Unit_7f7c568548d5-db.gz\";s:7:\"db-size\";i:1911431;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"a62377ff2e869d269cdfb6072002a535a191cd43\";s:3:\"db0\";s:40:\"44f69599c2bd3695d1b39c96ca0e23b9ef89f1f3\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"e564560fd488ce20909cf04d28e7746226815a153a47224882e38026be46a213\";s:3:\"db0\";s:64:\"4f8ccea5efded17ee5dd9f133865c0ecc0010d4aef3fe152fd8044db643321e6\";}}s:5:\"nonce\";s:12:\"7f7c568548d5\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1731183673;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1727856284;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-10-02-0304_CF_Industries_Total_Rewards_Unit_88afb0925ed4-themes.zip\";}s:11:\"themes-size\";i:21040819;s:2:\"db\";s:74:\"backup_2024-10-02-0304_CF_Industries_Total_Rewards_Unit_88afb0925ed4-db.gz\";s:7:\"db-size\";i:1853665;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"b760f04f5229428ad15e7a8070595f0178f345ee\";s:3:\"db0\";s:40:\"70f86091e7763cdd9765280d6ed1c48b320f3059\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"880b4d4ef9525fa564d77578fa1b365d76c643e634c242b5f9c1efadc1f9cf63\";s:3:\"db0\";s:64:\"3a0979a51c31b13c0bec499e680c5ab2cb9b7d2be0cf2dd8119162bcb1f51630\";}}s:5:\"nonce\";s:12:\"88afb0925ed4\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1727856284;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1723493191;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-08-12-1506_CF_Industries_Total_Rewards_Unit_cbcb2b169e9f-themes.zip\";}s:11:\"themes-size\";i:21039148;s:2:\"db\";s:74:\"backup_2024-08-12-1506_CF_Industries_Total_Rewards_Unit_cbcb2b169e9f-db.gz\";s:7:\"db-size\";i:1841223;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"ad99ce275136473099e650515a03bd1194b6ef65\";s:3:\"db0\";s:40:\"d44855adc7fd6bb2e65c559a711c8782aea59996\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"4f2e23394c3f551a36b003dd22d3a1d9286f1ba5065cef6661d779a653b597bb\";s:3:\"db0\";s:64:\"37847005d1603a0882d3ffdbedcf82b9df4d79a400ec94ec547a192bb9c50c2f\";}}s:5:\"nonce\";s:12:\"cbcb2b169e9f\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1723493191;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1721293044;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-07-18-0357_CF_Industries_Total_Rewards_Unit_eec504f25929-themes.zip\";}s:11:\"themes-size\";i:20941369;s:2:\"db\";s:74:\"backup_2024-07-18-0357_CF_Industries_Total_Rewards_Unit_eec504f25929-db.gz\";s:7:\"db-size\";i:1907511;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"cf572be37a16cf4f0e3b9717103c480e46754dc9\";s:3:\"db0\";s:40:\"66f3f741d23ac87d0d4df36e9f713e4f00a8a0a3\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"bdd6c8fc8367edb5e560f3979eb4f27d52cd520d2f8876273480d13ee7cf7d48\";s:3:\"db0\";s:64:\"9bf822f51d8ff7c887dd63f5dd55e244955032314fe7d2bec48a3ac10936312b\";}}s:5:\"nonce\";s:12:\"eec504f25929\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1721293044;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1720858003;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-07-13-0306_CF_Industries_Total_Rewards_Unit_7086054af6c2-themes.zip\";}s:11:\"themes-size\";i:20926114;s:2:\"db\";s:74:\"backup_2024-07-13-0306_CF_Industries_Total_Rewards_Unit_7086054af6c2-db.gz\";s:7:\"db-size\";i:1899457;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"279624796434d327531c8bcc5b8e9c2db27aa69b\";s:3:\"db0\";s:40:\"3f82520036b40e05bf66daebff04785a5405d757\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"2824675ef07e02cb4e6663d4c920e87d2a5de3dc6f6103e7301281a37ec34088\";s:3:\"db0\";s:64:\"b25a2670c4c01544a415730669e3e7ce44a90720821a52e8e010b339c6f166ed\";}}s:5:\"nonce\";s:12:\"7086054af6c2\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1720858003;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1719995239;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-07-03-0327_CF_Industries_Total_Rewards_Unit_a7ef90e3056e-themes.zip\";}s:11:\"themes-size\";i:20126276;s:2:\"db\";s:74:\"backup_2024-07-03-0327_CF_Industries_Total_Rewards_Unit_a7ef90e3056e-db.gz\";s:7:\"db-size\";i:1898612;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"06f40598aa14b2a35bc51217c8b12124135e2152\";s:3:\"db0\";s:40:\"1db68873d4e7e35fffcf3b861bd8cdcb5a6b28b6\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"291e3ddec879bd90f28e85a09b3b6f3410cd62218010ae1277d4e2cb07fbd9b7\";s:3:\"db0\";s:64:\"9bb2f6a6a67688666eb39dce6d0f9bdf10a63e1bc5562e426a8dec3993aad9b3\";}}s:5:\"nonce\";s:12:\"a7ef90e3056e\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1719995240;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1718265680;a:15:{s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-06-13-0301_CF_Industries_Total_Rewards_Unit_3826df803ebf-themes.zip\";}s:11:\"themes-size\";i:20123498;s:2:\"db\";s:74:\"backup_2024-06-13-0301_CF_Industries_Total_Rewards_Unit_3826df803ebf-db.gz\";s:7:\"db-size\";i:1871960;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:7:\"themes0\";s:40:\"f7d941683faf03574991729f72a250d1dad88ae1\";s:3:\"db0\";s:40:\"250e7f5c6f6d0216b1f089066b80ff08b672e7d9\";}s:6:\"sha256\";a:2:{s:7:\"themes0\";s:64:\"f324c69eaf34e693c6b36e920407f04e9b9d3ae1434d4014378465c22941940f\";s:3:\"db0\";s:64:\"b63bb74699cbe516e361e645cae5b1a0c5f379e6154a454755ce344b28231d18\";}}s:5:\"nonce\";s:12:\"3826df803ebf\";s:7:\"service\";a:1:{i:0;s:12:\"updraftvault\";}s:20:\"service_instance_ids\";a:1:{s:12:\"updraftvault\";a:1:{i:0;s:34:\"s-b437d78e7c0048d97653d35282c56dcc\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:1:{s:6:\"themes\";i:1718265680;}s:5:\"label\";s:30:\"Automatic backup before update\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;s:10:\"autobackup\";b:1;}i:1717942216;a:22:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2024-06-09-0910_CF_Industries_Total_Rewards_Unit_e2f2c85b7b1a-plugins.zip\";}s:12:\"plugins-size\";i:19929823;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2024-06-09-0910_CF_Industries_Total_Rewards_Unit_e2f2c85b7b1a-themes.zip\";}s:11:\"themes-size\";i:20123498;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2024-06-09-0910_CF_Industries_Total_Rewards_Unit_e2f2c85b7b1a-uploads.zip\";}s:12:\"uploads-size\";i:367829717;s:10:\"mu-plugins\";a:1:{i:0;s:83:\"backup_2024-06-09-0910_CF_Industries_Total_Rewards_Unit_e2f2c85b7b1a-mu-plugins.zip\";}s:15:\"mu-plugins-size\";i:621792;s:6:\"others\";a:1:{i:0;s:79:\"backup_2024-06-09-0910_CF_Industries_Total_Rewards_Unit_e2f2c85b7b1a-others.zip\";}s:11:\"others-size\";i:4459778;s:2:\"db\";s:74:\"backup_2024-06-09-0910_CF_Industries_Total_Rewards_Unit_e2f2c85b7b1a-db.gz\";s:7:\"db-size\";i:1822126;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"45aebdab721297d5ee8594202cb7311585d726db\";s:7:\"themes0\";s:40:\"f1cad0bae8b923ed5414316493ee377262ddc697\";s:8:\"uploads0\";s:40:\"6b0a4064b58704216d99f2704366de2643e0c847\";s:11:\"mu-plugins0\";s:40:\"01ae88ea2fcf0599895b6ead977680750ef1e691\";s:7:\"others0\";s:40:\"ac52228a5d82ffea0eedd61800d6242a9c2eef7a\";s:3:\"db0\";s:40:\"fde6d88f317dc92cec0b47fdde4a9c53a452784b\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"033a60840481693af056350ed746ea73365b4692b445a57fe6f08eb1ea142168\";s:7:\"themes0\";s:64:\"1eb53ddd8db37d54c30f95b43856811ddf27e5d8726bc306dfda6cd547e228ec\";s:8:\"uploads0\";s:64:\"23e09952421b2f7f4e3f3123d2d4f54c7897d3dafb6cc9b5fa8972d2ed52074c\";s:11:\"mu-plugins0\";s:64:\"b5020614c1f9b59a3235e2eaeb778428a2f0d06b866a3c5e4a24d36d5661d989\";s:7:\"others0\";s:64:\"89d4803040981a64be2c4f135602df4111486abe71a2a06f4c30c2bc4a180bc4\";s:3:\"db0\";s:64:\"2a806fadb8616486288dc3f6d6f5824e573a052d7480b6de70049be2024dcbe9\";}}s:5:\"nonce\";s:12:\"e2f2c85b7b1a\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:5:{s:7:\"plugins\";i:1717942216;s:6:\"themes\";i:1717942237;s:7:\"uploads\";i:1717942644;s:10:\"mu-plugins\";i:1717942674;s:6:\"others\";i:1717942675;}s:5:\"label\";s:20:\"CFI staging 6-9-2024\";s:18:\"created_by_version\";s:9:\"2.24.3.26\";s:21:\"last_saved_by_version\";s:9:\"2.24.3.26\";s:12:\"is_multisite\";b:1;}}s:19:\"updraft_last_backup\";a:6:{s:26:\"nonincremental_backup_time\";i:1736974171;s:11:\"backup_time\";i:1736974171;s:12:\"backup_array\";a:5:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2025-01-15-1449_CF_Industries_Total_Rewards_Unit_aea260a6f32b-plugins.zip\";}s:12:\"plugins-size\";i:19929823;s:2:\"db\";s:74:\"backup_2025-01-15-1449_CF_Industries_Total_Rewards_Unit_aea260a6f32b-db.gz\";s:7:\"db-size\";i:1919824;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:2:{s:8:\"plugins0\";s:40:\"9e3afc993f347138bc5871038fcff4e9a77998ec\";s:3:\"db0\";s:40:\"ed3d2d55f700113fb54ef814bbcac3d11919e7bf\";}s:6:\"sha256\";a:2:{s:8:\"plugins0\";s:64:\"99e923abc769edda66cb8f2fb504316020f4ce0c3402c35c63bb78f5bdba67fe\";s:3:\"db0\";s:64:\"e4129558e32a94e34a8a7a8dd3e604cba99665e22d7d2a4c60388ff2d34ba097\";}}}s:7:\"success\";i:0;s:6:\"errors\";a:2:{i:0;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:117:\"UpdraftPlus_BackupModule_updraftvault: No settings were found - please go to the Settings tab and check your settings\";}i:1;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:117:\"UpdraftPlus_BackupModule_updraftvault: No settings were found - please go to the Settings tab and check your settings\";}}s:12:\"backup_nonce\";s:12:\"aea260a6f32b\";}s:25:\"updraft_retain_extrarules\";a:0:{}s:13:\"updraft_email\";s:0:\"\";s:27:\"updraft_report_warningsonly\";a:1:{i:0;s:1:\"0\";}s:26:\"updraft_report_wholebackup\";a:1:{i:0;s:1:\"0\";}s:16:\"updraft_extradbs\";a:0:{}s:25:\"updraft_include_more_path\";a:0:{}s:16:\"updraft_interval\";s:6:\"manual\";s:22:\"updraft_startday_files\";i:0;s:23:\"updraft_starttime_files\";s:5:\"00:00\";s:14:\"updraft_retain\";i:2;s:25:\"updraft_interval_database\";s:6:\"manual\";s:19:\"updraft_startday_db\";i:0;s:20:\"updraft_starttime_db\";s:5:\"00:00\";s:17:\"updraft_retain_db\";i:2;s:15:\"updraft_service\";a:1:{i:0;s:12:\"updraftvault\";}s:23:\"updraft_include_plugins\";i:1;s:22:\"updraft_include_themes\";i:1;s:23:\"updraft_include_uploads\";i:1;s:31:\"updraft_include_uploads_exclude\";s:45:\"backup*,*backups,backwpup*,wp-clone,snapshots\";s:38:\"updraft_include_uploads_exclude_entity\";i:1;s:26:\"updraft_include_mu-plugins\";i:1;s:30:\"updraft_include_wpcore_exclude\";s:0:\"\";s:22:\"updraft_include_others\";i:1;s:30:\"updraft_include_others_exclude\";s:58:\"upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log\";s:37:\"updraft_include_others_exclude_entity\";i:1;s:24:\"updraft_encryptionphrase\";s:0:\"\";s:19:\"updraft_split_every\";i:400;s:20:\"updraft_delete_local\";i:1;s:11:\"updraft_dir\";s:7:\"updraft\";s:26:\"updraft_autobackup_default\";i:0;s:22:\"updraft_include_wpcore\";b:0;s:20:\"updraft_include_more\";b:0;s:22:\"updraft_backupdb_nonwp\";s:1:\"0\";s:23:\"updraft_report_dbbackup\";a:1:{i:0;s:1:\"0\";}s:18:\"updraft_debug_mode\";b:0;s:26:\"updraft_ssl_useservercerts\";b:0;s:25:\"updraft_ssl_disableverify\";b:0;s:17:\"updraft_ssl_nossl\";b:0;s:18:\"updraft_log_syslog\";b:0;s:21:\"updraft_include_blogs\";b:0;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (61, 1, 'auto_update_plugins', 'a:1:{i:0;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (65, 1, 'updraftcentral_client_log', 'a:43:{i:0;a:7:{s:4:\"time\";i:1717942108;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:42:\"Command received: updraftplus.get_fragment\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:1;a:7:{s:4:\"time\";i:1717942158;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:42:\"Command received: updraftplus.get_fragment\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:2;a:7:{s:4:\"time\";i:1717942201;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:42:\"Command received: updraftplus.get_fragment\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:3;a:7:{s:4:\"time\";i:1717942216;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:39:\"Command received: updraftplus.backupnow\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:4;a:7:{s:4:\"time\";i:1717942221;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:5;a:7:{s:4:\"time\";i:1717942231;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:6;a:7:{s:4:\"time\";i:1717942241;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:7;a:7:{s:4:\"time\";i:1717942251;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:8;a:7:{s:4:\"time\";i:1717942261;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:9;a:7:{s:4:\"time\";i:1717942271;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:10;a:7:{s:4:\"time\";i:1717942281;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:11;a:7:{s:4:\"time\";i:1717942291;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:12;a:7:{s:4:\"time\";i:1717942301;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:13;a:7:{s:4:\"time\";i:1717942311;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:14;a:7:{s:4:\"time\";i:1717942321;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:15;a:7:{s:4:\"time\";i:1717942336;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:16;a:7:{s:4:\"time\";i:1717942342;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:17;a:7:{s:4:\"time\";i:1717942351;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:18;a:7:{s:4:\"time\";i:1717942361;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:19;a:7:{s:4:\"time\";i:1717942371;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:20;a:7:{s:4:\"time\";i:1717942381;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:21;a:7:{s:4:\"time\";i:1717942391;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:22;a:7:{s:4:\"time\";i:1717942401;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:23;a:7:{s:4:\"time\";i:1717942411;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:24;a:7:{s:4:\"time\";i:1717942421;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:25;a:7:{s:4:\"time\";i:1717942431;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:26;a:7:{s:4:\"time\";i:1717942442;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:27;a:7:{s:4:\"time\";i:1717942452;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:28;a:7:{s:4:\"time\";i:1717942462;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:29;a:7:{s:4:\"time\";i:1717942471;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:30;a:7:{s:4:\"time\";i:1717942481;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:31;a:7:{s:4:\"time\";i:1717942510;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:32;a:7:{s:4:\"time\";i:1717942511;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:33;a:7:{s:4:\"time\";i:1717942521;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:34;a:7:{s:4:\"time\";i:1717942551;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:35;a:7:{s:4:\"time\";i:1717942581;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:36;a:7:{s:4:\"time\";i:1717942611;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:37;a:7:{s:4:\"time\";i:1717942641;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:38;a:7:{s:4:\"time\";i:1717942671;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:39;a:7:{s:4:\"time\";i:1717942701;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:45:\"Command received: updraftplus.backup_progress\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:40;a:7:{s:4:\"time\";i:1717942917;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:42:\"Command received: updraftplus.get_fragment\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:41;a:7:{s:4:\"time\";i:1717942933;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:42:\"Command received: updraftplus.get_fragment\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:13:\"75.132.181.32\";s:15:\"http_user_agent\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:25:\"http_secondary_user_agent\";s:35:\"class-udrpc.js/0.3.3 (27/July/2016)\";}i:42;a:6:{s:4:\"time\";i:1717945434;s:5:\"level\";s:4:\"info\";s:7:\"message\";s:39:\"Command received: core.execute_commands\";s:18:\"key_name_indicator\";s:25:\"0.central.updraftplus.com\";s:9:\"remote_ip\";s:14:\"97.107.138.114\";s:15:\"http_user_agent\";s:61:\"WordPress/6.3.4; class-udrpc.php/2.0; https://updraftplus.com\";}}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (66, 1, 'updraft_lastmessage', 'Deleting old log file: log.cf0ec1ec5a50.txt (Apr 20 18:18:10)');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (68, 1, 'updraftplus-addons_options', 'a:4:{s:5:\"email\";s:22:\"tim@bandoliergroup.com\";s:8:\"password\";s:15:\"AEMdz#8@Eu2hAtD\";s:11:\"auto_update\";s:1:\"0\";s:16:\"auto_udc_connect\";s:1:\"1\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (79, 1, '_site_transient_et_update_plugins', 'O:8:\"stdClass\":3:{s:7:\"checked\";a:15:{s:33:\"acf-extended-pro/acf-extended.php\";s:8:\"0.8.8.10\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:5:\"7.102\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:5:\"2.6.6\";s:31:\"cookie-notice/cookie-notice.php\";s:5:\"2.5.6\";s:35:\"cookie-law-info/cookie-law-info.php\";s:6:\"3.2.10\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.8.1\";s:43:\"document-management/document-management.php\";s:0:\"\";s:35:\"instawp-connect/instawp-connect.php\";s:7:\"0.1.2.6\";s:17:\"matomo/matomo.php\";s:5:\"5.6.1\";s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";s:5:\"1.5.3\";s:25:\"relevanssi/relevanssi.php\";s:6:\"4.26.0\";s:33:\"relevanssi-premium/relevanssi.php\";s:6:\"2.29.0\";s:33:\"search-exclude/search-exclude.php\";s:5:\"2.6.1\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.171.0\";s:27:\"unconfirmed/unconfirmed.php\";s:5:\"1.3.7\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1773000417;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (88, 1, 'matomo-global-option', 'a:2:{s:15:\"version_history\";a:1:{i:0;s:5:\"5.3.0\";}s:12:\"core_version\";s:5:\"5.3.1\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (89, 1, 'matomo-site-id-1', 1);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (90, 1, 'matomo-site-id-3', 1);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (91, 1, 'matomo-site-id-2', 1);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (92, 1, 'cookie_notice_options', 'a:45:{s:15:\"global_override\";b:1;s:6:\"app_id\";s:20:\"timbandoliergroupcom\";s:7:\"app_key\";s:14:\"abi6iqp5hlqteq\";s:12:\"message_text\";s:153:\"We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.\";s:11:\"accept_text\";s:2:\"Ok\";s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:14:\"Privacy policy\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:0;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:11:\"refuse_text\";s:2:\"No\";s:19:\"revoke_message_text\";s:69:\"You can revoke your consent any time using the Revoke consent button.\";s:11:\"revoke_text\";s:14:\"Revoke consent\";s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:16:\"refuse_code_head\";s:0:\"\";s:11:\"refuse_code\";s:0:\"\";s:16:\"on_scroll_offset\";i:100;s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:19:\"conditional_display\";s:4:\"hide\";s:17:\"conditional_rules\";a:0:{}s:16:\"script_placement\";s:6:\"header\";s:8:\"position\";s:6:\"bottom\";s:11:\"hide_effect\";s:4:\"fade\";s:6:\"colors\";a:4:{s:4:\"text\";s:4:\"#fff\";s:6:\"button\";s:7:\"#00a99d\";s:3:\"bar\";s:7:\"#32323a\";s:11:\"bar_opacity\";i:100;}s:9:\"css_class\";s:0:\"\";s:12:\"app_blocking\";b:0;s:18:\"conditional_active\";b:0;s:13:\"bot_detection\";b:0;s:10:\"debug_mode\";b:0;s:11:\"amp_support\";b:0;s:21:\"caching_compatibility\";b:0;s:10:\"csp_notice\";b:0;s:10:\"refuse_opt\";b:0;s:14:\"revoke_cookies\";b:0;s:11:\"redirection\";b:0;s:9:\"on_scroll\";b:0;s:8:\"on_click\";b:0;s:19:\"deactivation_delete\";b:0;s:8:\"see_more\";b:0;s:14:\"update_version\";i:8;s:13:\"update_notice\";b:1;s:13:\"review_notice\";b:1;s:19:\"review_notice_delay\";i:0;s:9:\"translate\";b:0;s:13:\"global_cookie\";b:0;s:18:\"update_notice_diss\";b:0;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (93, 1, 'cookie_notice_privacy_consent', 'a:10:{s:16:\"wordpress_active\";b:1;s:21:\"wordpress_active_type\";s:3:\"all\";s:19:\"contactform7_active\";b:0;s:24:\"contactform7_active_type\";s:3:\"all\";s:16:\"mailchimp_active\";b:0;s:21:\"mailchimp_active_type\";s:3:\"all\";s:14:\"wpforms_active\";b:0;s:19:\"wpforms_active_type\";s:3:\"all\";s:18:\"woocommerce_active\";b:0;s:23:\"woocommerce_active_type\";s:3:\"all\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (94, 1, 'cookie_notice_status', 'a:4:{s:6:\"status\";s:0:\"\";s:12:\"subscription\";s:5:\"basic\";s:18:\"threshold_exceeded\";b:0;s:19:\"activation_datetime\";i:0;}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (95, 1, 'cookie_notice_version', '2.5.6');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (96, 1, 'using_application_passwords', 1);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (98, 1, '_site_transient_ai1wm_last_check_for_updates', 1773000396);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (99, 1, '_site_transient_timeout_theme_roots', 1773002197);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (100, 1, '_site_transient_theme_roots', 'a:3:{s:10:\"Divi-child\";s:7:\"/themes\";s:4:\"Divi\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (101, 1, '_site_transient_timeout_wp_theme_files_patterns-b2b6e7f172677ab74300ef58723b7493', 1773002206);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (102, 1, '_site_transient_wp_theme_files_patterns-b2b6e7f172677ab74300ef58723b7493', 'a:2:{s:7:\"version\";s:16:\"4.0.3.1679083872\";s:8:\"patterns\";a:0:{}}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (103, 1, '_site_transient_timeout_wp_theme_files_patterns-f8ad6585b45deef069dafa1a7bff5590', 1773002206);

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (104, 1, '_site_transient_wp_theme_files_patterns-f8ad6585b45deef069dafa1a7bff5590', 'a:2:{s:7:\"version\";s:6:\"4.27.6\";s:8:\"patterns\";a:0:{}}');

INSERT IGNORE INTO `wp_sitemeta` (`meta_id`, `site_id`, `meta_key`, `meta_value`) VALUES (105, 1, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1773000418;s:8:\"response\";a:8:{s:53:\"child-theme-configurator/child-theme-configurator.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:38:\"w.org/plugins/child-theme-configurator\";s:4:\"slug\";s:24:\"child-theme-configurator\";s:6:\"plugin\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:11:\"new_version\";s:5:\"2.6.7\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/child-theme-configurator/\";s:7:\"package\";s:95:\"https://plugin-updates.wpengine.com/child-theme-configurator/child-theme-configurator.2.6.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:84:\"https://plugin-updates.wpengine.com/child-theme-configurator/assets/icon-128x128.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:98:\"https://plugin-updates.wpengine.com/child-theme-configurator/assets/banner-772x250.jpg?rev=1557885\";s:4:\"high\";b:0;}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.1\";s:8:\"requires\";s:3:\"4.0\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:94;s:11:\"num_ratings\";i:277;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;}s:35:\"cookie-law-info/cookie-law-info.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:29:\"w.org/plugins/cookie-law-info\";s:4:\"slug\";s:15:\"cookie-law-info\";s:6:\"plugin\";s:35:\"cookie-law-info/cookie-law-info.php\";s:11:\"new_version\";s:5:\"3.4.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/cookie-law-info/\";s:7:\"package\";s:77:\"https://plugin-updates.wpengine.com/cookie-law-info/cookie-law-info.3.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/icon.svg\";s:3:\"svg\";s:67:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/icon.svg\";}s:7:\"banners\";a:2:{s:3:\"low\";s:89:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/banner-772x250.png?rev=3341409\";s:4:\"high\";s:90:\"https://plugin-updates.wpengine.com/cookie-law-info/assets/banner-1544x500.png?rev=3341409\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.9\";s:8:\"requires\";s:5:\"5.0.0\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:3182;s:15:\"support_threads\";i:9;s:24:\"support_threads_resolved\";i:6;}s:31:\"cookie-notice/cookie-notice.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:27:\"w.org/plugins/cookie-notice\";s:4:\"slug\";s:13:\"cookie-notice\";s:6:\"plugin\";s:31:\"cookie-notice/cookie-notice.php\";s:11:\"new_version\";s:6:\"2.5.14\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cookie-notice/\";s:7:\"package\";s:74:\"https://plugin-updates.wpengine.com/cookie-notice/cookie-notice.2.5.14.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:73:\"https://plugin-updates.wpengine.com/cookie-notice/assets/icon-128x128.png\";s:2:\"2x\";s:73:\"https://plugin-updates.wpengine.com/cookie-notice/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:87:\"https://plugin-updates.wpengine.com/cookie-notice/assets/banner-772x250.png?rev=2466385\";s:4:\"high\";b:0;}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:3020;s:15:\"support_threads\";i:7;s:24:\"support_threads_resolved\";i:0;}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.173.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:79:\"https://plugin-updates.wpengine.com/google-site-kit/google-site-kit.1.173.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://plugin-updates.wpengine.com/google-site-kit/assets/icon-128x128.png\";s:2:\"2x\";s:75:\"https://plugin-updates.wpengine.com/google-site-kit/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:89:\"https://plugin-updates.wpengine.com/google-site-kit/assets/banner-772x250.png?rev=3141863\";s:4:\"high\";s:90:\"https://plugin-updates.wpengine.com/google-site-kit/assets/banner-1544x500.png?rev=3141863\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"5.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:84;s:11:\"num_ratings\";i:978;s:15:\"support_threads\";i:50;s:24:\"support_threads_resolved\";i:39;}s:17:\"matomo/matomo.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:20:\"w.org/plugins/matomo\";s:4:\"slug\";s:6:\"matomo\";s:6:\"plugin\";s:17:\"matomo/matomo.php\";s:11:\"new_version\";s:5:\"5.7.1\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/matomo/\";s:7:\"package\";s:59:\"https://plugin-updates.wpengine.com/matomo/matomo.5.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:66:\"https://plugin-updates.wpengine.com/matomo/assets/icon-128x128.png\";s:2:\"2x\";s:66:\"https://plugin-updates.wpengine.com/matomo/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:80:\"https://plugin-updates.wpengine.com/matomo/assets/banner-772x250.png?rev=2309115\";s:4:\"high\";s:81:\"https://plugin-updates.wpengine.com/matomo/assets/banner-1544x500.png?rev=2309115\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"4.8\";s:12:\"requires_php\";s:5:\"7.2.5\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:92;s:11:\"num_ratings\";i:172;s:15:\"support_threads\";i:5;s:24:\"support_threads_resolved\";i:3;}s:33:\"search-exclude/search-exclude.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:28:\"w.org/plugins/search-exclude\";s:4:\"slug\";s:14:\"search-exclude\";s:6:\"plugin\";s:33:\"search-exclude/search-exclude.php\";s:11:\"new_version\";s:5:\"2.6.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/search-exclude/\";s:7:\"package\";s:75:\"https://plugin-updates.wpengine.com/search-exclude/search-exclude.2.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://plugin-updates.wpengine.com/search-exclude/assets/icon-128x128.png\";s:2:\"2x\";s:74:\"https://plugin-updates.wpengine.com/search-exclude/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:88:\"https://plugin-updates.wpengine.com/search-exclude/assets/banner-772x250.jpg?rev=2916925\";s:4:\"high\";s:89:\"https://plugin-updates.wpengine.com/search-exclude/assets/banner-1544x500.jpg?rev=2916925\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:215;s:15:\"support_threads\";i:3;s:24:\"support_threads_resolved\";i:1;}s:25:\"divi-pixel/divi-pixel.php\";O:8:\"stdClass\":10:{s:4:\"slug\";s:10:\"divi-pixel\";s:6:\"plugin\";s:25:\"divi-pixel/divi-pixel.php\";s:3:\"url\";s:58:\"https://www.divi-pixel.com/product/divi-pixel/?changelog=1\";s:7:\"package\";s:199:\"https://www.divi-pixel.com/edd-sl/package_download/MTc3MzYwNjk1Mjo5MWRlZmU1MWE0YTc5NjYzMmJjNGRlZGJmZDNhMjc4OTozMjcxODpkNTFmMGM0NGVjNGZiY2RlNTU5NDRkZTBhYWJhZDMyYTpodHRwc0AvL2NmdG90YWxyZXdhcmRzLmNvbTow\";s:5:\"icons\";a:2:{s:2:\"1x\";s:88:\"https://www.divi-pixel.com/wp-content/uploads/2020/03/dp-affiliate-banner-02-128x128.png\";s:2:\"2x\";s:88:\"https://www.divi-pixel.com/wp-content/uploads/2020/03/dp-affiliate-banner-02-256x256.png\";}s:7:\"banners\";a:2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:11:\"new_version\";s:6:\"2.49.1\";s:6:\"tested\";s:0:\"\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.7.1\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"6.9.1\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://connect.advancedcustomfields.com/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://connect.advancedcustomfields.com/assets/banner-772x250.jpg\";s:4:\"high\";s:67:\"https://connect.advancedcustomfields.com/assets/banner-1544x500.jpg\";}s:8:\"requires\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"7.4\";s:12:\"release_date\";s:8:\"20260303\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:5:\"7.102\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:93:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/all-in-one-wp-migration.7.102.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:83:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/icon-128x128.png\";s:2:\"2x\";s:83:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:97:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/banner-772x250.png?rev=3427096\";s:4:\"high\";s:98:\"https://plugin-updates.wpengine.com/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3427096\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"3.3\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:11:\"num_ratings\";i:7619;s:15:\"support_threads\";i:17;s:24:\"support_threads_resolved\";i:17;}s:35:\"instawp-connect/instawp-connect.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:29:\"w.org/plugins/instawp-connect\";s:4:\"slug\";s:15:\"instawp-connect\";s:6:\"plugin\";s:35:\"instawp-connect/instawp-connect.php\";s:11:\"new_version\";s:7:\"0.1.2.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/instawp-connect/\";s:7:\"package\";s:79:\"https://plugin-updates.wpengine.com/instawp-connect/instawp-connect.0.1.2.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:75:\"https://plugin-updates.wpengine.com/instawp-connect/assets/icon-128x128.png\";s:2:\"2x\";s:75:\"https://plugin-updates.wpengine.com/instawp-connect/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:89:\"https://plugin-updates.wpengine.com/instawp-connect/assets/banner-772x250.png?rev=3475099\";s:4:\"high\";s:90:\"https://plugin-updates.wpengine.com/instawp-connect/assets/banner-1544x500.png?rev=3475099\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.9.1\";s:8:\"requires\";s:3:\"5.6\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:11:\"num_ratings\";i:11;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;}s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:40:\"w.org/plugins/multisite-clone-duplicator\";s:4:\"slug\";s:26:\"multisite-clone-duplicator\";s:6:\"plugin\";s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";s:11:\"new_version\";s:5:\"1.5.3\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/multisite-clone-duplicator/\";s:7:\"package\";s:99:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/multisite-clone-duplicator.1.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/assets/icon-128x128.png\";s:2:\"2x\";s:86:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:100:\"https://plugin-updates.wpengine.com/multisite-clone-duplicator/assets/banner-772x250.jpg?rev=1011466\";s:4:\"high\";b:0;}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.0.0\";s:8:\"requires\";s:5:\"4.0.0\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:88;s:11:\"num_ratings\";i:87;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;}s:25:\"relevanssi/relevanssi.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:24:\"w.org/plugins/relevanssi\";s:4:\"slug\";s:10:\"relevanssi\";s:6:\"plugin\";s:25:\"relevanssi/relevanssi.php\";s:11:\"new_version\";s:6:\"4.26.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/relevanssi/\";s:7:\"package\";s:68:\"https://plugin-updates.wpengine.com/relevanssi/relevanssi.4.26.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:70:\"https://plugin-updates.wpengine.com/relevanssi/assets/icon-128x128.png\";s:2:\"2x\";s:70:\"https://plugin-updates.wpengine.com/relevanssi/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:84:\"https://plugin-updates.wpengine.com/relevanssi/assets/banner-772x250.jpg?rev=1647180\";s:4:\"high\";s:85:\"https://plugin-updates.wpengine.com/relevanssi/assets/banner-1544x500.jpg?rev=1647178\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.9\";s:8:\"requires\";s:3:\"4.9\";s:12:\"requires_php\";s:3:\"7.1\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:11:\"num_ratings\";i:400;s:15:\"support_threads\";i:18;s:24:\"support_threads_resolved\";i:6;}s:27:\"unconfirmed/unconfirmed.php\";O:8:\"stdClass\":17:{s:2:\"id\";s:25:\"w.org/plugins/unconfirmed\";s:4:\"slug\";s:11:\"unconfirmed\";s:6:\"plugin\";s:27:\"unconfirmed/unconfirmed.php\";s:11:\"new_version\";s:5:\"1.3.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/unconfirmed/\";s:7:\"package\";s:69:\"https://plugin-updates.wpengine.com/unconfirmed/unconfirmed.1.3.7.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.5\";s:8:\"requires\";s:3:\"3.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:11:\"num_ratings\";i:47;s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;}s:33:\"relevanssi-premium/relevanssi.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"relevanssi-premium/relevanssi.php\";s:4:\"slug\";s:18:\"relevanssi-premium\";s:6:\"plugin\";s:33:\"relevanssi-premium/relevanssi.php\";s:11:\"new_version\";s:6:\"2.29.0\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:7:\"checked\";a:19:{s:33:\"acf-extended-pro/acf-extended.php\";s:8:\"0.8.8.10\";s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"6.2.0\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:5:\"7.102\";s:47:\"better-search-replace/better-search-replace.php\";s:6:\"1.4.10\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:5:\"2.6.6\";s:31:\"cookie-notice/cookie-notice.php\";s:5:\"2.5.6\";s:35:\"cookie-law-info/cookie-law-info.php\";s:6:\"3.2.10\";s:29:\"divi-booster/divi-booster.php\";s:5:\"4.8.1\";s:25:\"divi-pixel/divi-pixel.php\";s:6:\"2.34.2\";s:43:\"document-management/document-management.php\";s:0:\"\";s:35:\"instawp-connect/instawp-connect.php\";s:7:\"0.1.2.6\";s:17:\"matomo/matomo.php\";s:5:\"5.6.1\";s:57:\"multisite-clone-duplicator/multisite-clone-duplicator.php\";s:5:\"1.5.3\";s:25:\"relevanssi/relevanssi.php\";s:6:\"4.26.0\";s:33:\"relevanssi-premium/relevanssi.php\";s:6:\"2.29.0\";s:33:\"search-exclude/search-exclude.php\";s:5:\"2.6.1\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.171.0\";s:27:\"unconfirmed/unconfirmed.php\";s:5:\"1.3.7\";s:27:\"updraftplus/updraftplus.php\";s:9:\"2.24.3.26\";}}');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (18, 2, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (41, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (46, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (55, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (62, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (72, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (91, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (100, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (147, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (196, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (198, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (277, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (279, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (281, 7, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (338, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (379, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (380, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (381, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (382, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (432, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (433, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (434, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (436, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (437, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (438, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (441, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (443, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (444, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (445, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (452, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (461, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (513, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (514, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (515, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (516, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (517, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (518, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (519, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (520, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (546, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (552, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (553, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (571, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (572, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (603, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (793, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (828, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (828, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (828, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (829, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (829, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (829, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 10, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (851, 11, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (879, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (879, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (879, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (883, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (883, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (883, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (885, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (885, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (885, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (933, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1036, 12, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1069, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1069, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1069, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1110, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1110, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1110, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 7, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1117, 13, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 7, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1120, 13, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1125, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1125, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1125, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 7, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1126, 13, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1145, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1145, 6, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1145, 7, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1189, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1189, 5, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1189, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1213, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1271, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1271, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1271, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1320, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1320, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1320, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1344, 4, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1344, 5, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1344, 9, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1424, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1429, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1433, 3, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1507, 14, '0');

INSERT IGNORE INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1508, 3, '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', '0', '0');

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (2, 2, 'wp_theme', '', '0', 1);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (3, 3, 'nav_menu', '', '0', 47);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (4, 4, 'scope', '', '0', 20);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (5, 5, 'layout_type', '', '0', 15);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (6, 6, 'module_width', '', '0', 11);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (7, 7, 'layout_type', '', '0', 5);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (8, 8, 'layout_category', '', '0', '0');

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (9, 9, 'module_width', '', '0', 10);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (10, 10, 'scope', '', '0', 1);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (11, 11, 'layout_type', '', '0', 1);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (12, 12, 'layout_type', '', '0', '0');

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (13, 13, 'layout_category', '', '0', 3);

INSERT IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (14, 14, 'wp_theme', '', '0', 1);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (2, 'Divi', 'divi', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (3, 'main menu', 'main-menu', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (4, 'not_global', 'not_global', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (5, 'module', 'module', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (6, 'regular', 'regular', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (7, 'section', 'section', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (8, 'Section landing pages', 'section-landing-pages', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (9, 'fullwidth', 'fullwidth', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (10, 'global', 'global', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (11, 'row', 'row', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (12, 'layout', 'layout', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (13, 'Union accordions', 'union-accordions', '0');

INSERT IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (14, 'Divi-child', 'divi-child', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=185 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'cfibenefits');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (2, 1, 'first_name', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (3, 1, 'last_name', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (4, 1, 'description', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (5, 1, 'rich_editing', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (6, 1, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (7, 1, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (8, 1, 'admin_color', 'fresh');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (9, 1, 'use_ssl', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (10, 1, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (11, 1, 'locale', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (13, 1, 'wp_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (14, 1, 'dismissed_wp_pointers', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (15, 1, 'show_welcome_panel', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (17, 1, 'session_tokens', 'a:1:{s:64:\"75aa0ff808fdcc1300fdf2052641a46588c6f81a2e38cbe6fca880c8a6eb7577\";a:5:{s:10:\"expiration\";i:1772768867;s:2:\"ip\";s:11:\"97.88.79.69\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1772596067;s:12:\"matomo-ui-ta\";s:10:\"8e20d169ac\";}}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (18, 1, 'WPE_LAST_LOGIN_TIME', 1679083458);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (19, 1, 'WPE_LOGGED_REQUEST_IDS', 'a:0:{}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (20, 1, 'wp_dashboard_quick_press_last_post_id', 1519);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (21, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:11:\"47.24.182.0\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (22, 2, 'nickname', 'sharris');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (23, 2, 'first_name', 's');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (24, 2, 'last_name', 'harris');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (25, 2, 'description', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (26, 2, 'rich_editing', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (27, 2, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (28, 2, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (29, 2, 'admin_color', 'fresh');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (30, 2, 'use_ssl', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (31, 2, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (32, 2, 'locale', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (33, 2, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (34, 2, 'wp_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (35, 2, 'dismissed_wp_pointers', 'theme_editor_notice');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (36, 2, 'default_password_nag', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (38, 2, 'wp_dashboard_quick_press_last_post_id', 896);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (39, 2, 'community-events-location', 'a:1:{s:2:\"ip\";s:9:\"98.97.2.0\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (40, 1, 'default_password_nag', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (41, 1, 'wp_user-settings', 'libraryContent=browse&imgsize=&editor=tinymce');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (42, 1, 'wp_user-settings-time', 1772750668);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (43, 1, 'wp_persisted_preferences', 'a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-03-18T18:11:13.885Z\";s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (44, 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\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (45, 1, 'metaboxhidden_nav-menus', 'a:13:{i:0;s:21:\"add-post-type-project\";i:1;s:30:\"add-post-type-dipi_testimonial\";i:2;s:30:\"add-post-type-dipi_popup_maker\";i:3;s:22:\"add-post-type-dipi_faq\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:21:\"add-dipi_cpt_category\";i:7;s:23:\"add-dipi_media_category\";i:8;s:20:\"add-project_category\";i:9;s:15:\"add-project_tag\";i:10;s:21:\"add-dipi_faq_category\";i:11;s:19:\"add-testimonial_cat\";i:12;s:19:\"add-testimonial_tag\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (46, 2, 'wp_user-settings', 'imgsize=&libraryContent=browse');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (47, 2, 'wp_user-settings-time', 1679236805);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (48, 1, 'nav_menu_recently_edited', 3);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (49, 3, 'nickname', 'simbco');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (50, 3, 'first_name', 's');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (51, 3, 'last_name', 'bateman');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (52, 3, 'description', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (53, 3, 'rich_editing', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (54, 3, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (55, 3, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (56, 3, 'admin_color', 'fresh');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (57, 3, 'use_ssl', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (58, 3, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (59, 3, 'locale', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (60, 3, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (61, 3, 'wp_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (62, 3, 'dismissed_wp_pointers', 'theme_editor_notice');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (63, 3, 'default_password_nag', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (64, 3, 'session_tokens', 'a:2:{s:64:\"7998924bb05908e6b3911dbcae9f65c0b01af0ea5595b61084c736c7fa302010\";a:4:{s:10:\"expiration\";i:1769103446;s:2:\"ip\";s:12:\"50.39.234.13\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1768930646;}s:64:\"7b3ab58a8caf08a3a7de9a19779dcf8b818f09dc87322a27199b4a1ef64cb9af\";a:4:{s:10:\"expiration\";i:1770140285;s:2:\"ip\";s:12:\"45.143.82.34\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";s:5:\"login\";i:1768930685;}}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (65, 3, 'wp_dashboard_quick_press_last_post_id', 1436);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (66, 3, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"94.156.149.0\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (67, 2, 'nav_menu_recently_edited', 3);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (68, 2, '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\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (69, 2, 'metaboxhidden_nav-menus', 'a:13:{i:0;s:21:\"add-post-type-project\";i:1;s:30:\"add-post-type-dipi_testimonial\";i:2;s:30:\"add-post-type-dipi_popup_maker\";i:3;s:22:\"add-post-type-dipi_faq\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:21:\"add-dipi_cpt_category\";i:7;s:23:\"add-dipi_media_category\";i:8;s:20:\"add-project_category\";i:9;s:15:\"add-project_tag\";i:10;s:21:\"add-dipi_faq_category\";i:11;s:19:\"add-testimonial_cat\";i:12;s:19:\"add-testimonial_tag\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (70, 1, 'source_domain', 'cftotalrewards.com');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (71, 1, 'primary_blog', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (72, 1, 'wp_2_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (73, 1, 'wp_2_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (74, 2, 'primary_blog', 2);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (75, 2, 'source_domain', 'cftotalrewards.com');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (76, 2, 'wp_2_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (77, 2, 'wp_2_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (78, 2, 'wp_2_dashboard_quick_press_last_post_id', 750);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (79, 2, 'wp_2_user-settings', 'imgsize=&libraryContent=browse');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (80, 2, 'wp_2_user-settings-time', 1679236805);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (81, 3, 'primary_blog', 2);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (82, 3, 'source_domain', 'cftotalrewards.com');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (83, 3, 'wp_2_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (84, 3, 'wp_2_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (85, 3, 'wp_2_dashboard_quick_press_last_post_id', 1028);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (86, 1, 'wp_2_user-settings', 'libraryContent=browse&imgsize=&editor=tinymce');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (87, 1, 'wp_2_user-settings-time', 1772750451);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (88, 1, 'wp_2_dashboard_quick_press_last_post_id', 1062);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (89, 2, 'session_tokens', 'a:1:{s:64:\"d986c203681a10ad93cb16e2760730b6c60487fd787e36e17508c8f9901df325\";a:4:{s:10:\"expiration\";i:1704427654;s:2:\"ip\";s:11:\"98.97.2.253\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\";s:5:\"login\";i:1704254854;}}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (90, 3, 'wp_user-settings', 'editor=tinymce&libraryContent=browse&posts_list_mode=excerpt&imgsize=');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (91, 3, 'wp_user-settings-time', 1769024930);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (92, 3, 'edit_pf_document_per_page', 20);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (93, 3, 'wp_2_user-settings', 'editor=tinymce&libraryContent=browse&posts_list_mode=excerpt&imgsize=');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (94, 3, 'wp_2_user-settings-time', 1769126040);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (95, 3, 'closedpostboxes_pf_document', 'a:0:{}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (96, 3, 'metaboxhidden_pf_document', 'a:0:{}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (97, 1, 'quadlayers_search-exclude_notice_hidden_0', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (98, 1, 'quadlayers_search-exclude_notice_hidden_1', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (99, 3, 'wp_3_capabilities', 'a:0:{}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (100, 3, 'wp_3_user_level', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (101, 1, 'wp_3_capabilities', 'a:0:{}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (102, 1, 'wp_3_user_level', '0');SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (103, 1, 'wp_3_user-settings', 'libraryContent=browse&imgsize=&editor=tinymce');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (104, 1, 'wp_3_user-settings-time', 1772750485);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (105, 1, 'wp_3_dashboard_quick_press_last_post_id', 1387);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (106, 3, 'wp_3_dashboard_quick_press_last_post_id', 1368);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (107, 3, 'quadlayers_search-exclude_notice_hidden_0', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (108, 3, 'wp_3_user-settings', 'editor=tinymce&libraryContent=browse&posts_list_mode=excerpt&imgsize=');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (109, 3, 'wp_3_user-settings-time', 1769720524);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (110, 3, 'quadlayers_search-exclude_notice_hidden_1', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (111, 4, 'nickname', 'jasminekonkin');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (112, 4, 'first_name', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (113, 4, 'last_name', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (114, 4, 'description', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (115, 4, 'rich_editing', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (116, 4, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (117, 4, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (118, 4, 'admin_color', 'fresh');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (119, 4, 'use_ssl', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (120, 4, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (121, 4, 'locale', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (124, 4, 'dismissed_wp_pointers', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (125, 4, 'primary_blog', 3);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (126, 4, 'source_domain', 'cftotalrewards.com');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (127, 4, 'wp_3_capabilities', 'a:1:{s:16:\"matomo_view_role\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (128, 4, 'wp_3_user_level', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (129, 4, 'session_tokens', 'a:3:{s:64:\"32bfb1cecf79d218c9fd21fe27d8392b44105bd75a1b59107af892fb53f201fe\";a:4:{s:10:\"expiration\";i:1749834309;s:2:\"ip\";s:13:\"24.207.204.29\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1749661509;}s:64:\"7cd08b8ea7a7f2b4d3e634704deff81371a2889b81cffb847e7e9a1538f86edb\";a:5:{s:10:\"expiration\";i:1749835281;s:2:\"ip\";s:13:\"24.207.204.29\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15\";s:5:\"login\";i:1749662481;s:12:\"matomo-ui-ta\";s:10:\"777a20de04\";}s:64:\"30e605580dee426261da83911ac9fc8923766837a1e8de0cda82413f214ebb6f\";a:5:{s:10:\"expiration\";i:1749835333;s:2:\"ip\";s:13:\"24.207.204.29\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15\";s:5:\"login\";i:1749662533;s:12:\"matomo-ui-ta\";s:10:\"72112bf872\";}}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (130, 5, 'nickname', 'rebeccakershberg');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (131, 5, 'first_name', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (132, 5, 'last_name', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (133, 5, 'description', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (134, 5, 'rich_editing', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (135, 5, 'syntax_highlighting', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (136, 5, 'comment_shortcuts', 'false');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (137, 5, 'admin_color', 'fresh');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (138, 5, 'use_ssl', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (139, 5, 'show_admin_bar_front', 'true');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (140, 5, 'locale', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (143, 5, 'dismissed_wp_pointers', '');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (144, 5, 'primary_blog', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (145, 5, 'source_domain', 'cftotalrewards.com');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (146, 5, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (147, 5, 'wp_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (148, 5, 'wp_2_capabilities', 'a:1:{s:13:\"administrator\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (149, 5, 'wp_2_user_level', 10);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (150, 5, 'session_tokens', 'a:1:{s:64:\"0dfd58e44cd6ba881ebfd0285da8a4b0753105d59e31fa944eb9dd3ff51140b5\";a:4:{s:10:\"expiration\";i:1773171350;s:2:\"ip\";s:14:\"98.232.148.231\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36\";s:5:\"login\";i:1772998550;}}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (151, 5, 'wp_dashboard_quick_press_last_post_id', 1523);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (152, 5, 'wp_googlesitekit_tracking_optin', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (154, 5, 'wp_googlesitekit_site_verification_file', '86bf55b668c6e40e');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (155, 5, 'wp_googlesitekit_access_token', 'FakA9gVzmmFRn1Luc/pNxFFtTjVHdnpDeEx3OVVTMkoyWW53QlNQMEZjQkNhbEJtckVHR2FYSTNBVlV0YzhPakxMQ0h5SkRTbHpQN0t5V0NhRVNxT2I3M0FEMFpqRExSZCtlYXFwZlNEazVkNFN3ejczVmJuc2ZUeTVFVHFBNEhJSmdhcTVydmIvdld3Uk93OG5KY0xnMVEyd1NtM29jUUJtQXNoM2pEOGk2UC9yTkk2WGNQcStVKy8wckFHTVpvWW1hREMwSGw1U2hET1lKV1kxaFNJNHNoNUxrNVhZTW1ZallvOXVEMURUNHpnaWY4SVhHNmExTHpHRTNwNEZmTTcrcGxDWUtkRzdVZFZjWllaS2JXMU1FbkdCaVFZQ3l0aDRUeW9MeWdhZ3J6eVgxTzV1TXhNMTJ1N2szUUlVOGYyM1dSakQ3QW80NXI3eFFUL29vRWtaQWdSVjFYN0xVdUhXRGZyb0xQZ04rSGkxSFlVb0NPVCtZRXl5U0QrYW1zWDVkRG50bldkNjZzZzFCS2ZrZWh4S2pSMWl3emczWVVZYVM0eWdUSnloZUdpMEErM3liejdXWkY0YnM9');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (156, 5, 'wp_googlesitekit_access_token_expires_in', 3599);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (157, 5, 'wp_googlesitekit_access_token_created_at', 1772998555);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (158, 5, 'wp_googlesitekit_refresh_token', 'ndJIm70tiJlLS/2dJM1AqTIrdFpoenZ6VXdVVkpWZlIvTVc0UWU3RFp6VDZweisrUXZIamJ0OEJjdGNtdlU1cncrdThMajZoeHBjZFByaHpGWlBFS2tZQkFYUUdHM3ZCeTZnOU9ZYzhuR0dwVVFTNUc2Z2Q3MGI0OWNodHZvSTV5M3RVSUdCbmQ1b2YrQ24zdUJYQmZrRWlObjJralJyM1ZuakxaT0N4a1FsYkNlS0dhKytLb1N2S2lqMGVpaklxcExudHcvS25VTEtzVTJ3eEN0clhuMml6ZUpLbjJWVTFESXFHZkk5VmFGTUhIcy8yb3owckd0UmR1REdTSGtsd0tHSWg4VEhCKzh3WkVYcWs2RStTUzhRMU1pckhMVXpYTnBkYldMYVlDKzVYVFMwa0hGd3VaNkR3WmZMQXJoZ3VLc3dJV0xTdmRqc3lrVEZ6');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (159, 5, 'wp_googlesitekit_auth_scopes', 'a:7:{i:0;s:48:\"https://www.googleapis.com/auth/siteverification\";i:1;s:42:\"https://www.googleapis.com/auth/webmasters\";i:2;s:6:\"openid\";i:3;s:50:\"https://www.googleapis.com/auth/analytics.readonly\";i:4;s:51:\"https://www.googleapis.com/auth/tagmanager.readonly\";i:5;s:46:\"https://www.googleapis.com/auth/userinfo.email\";i:6;s:48:\"https://www.googleapis.com/auth/userinfo.profile\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (160, 5, 'wp_googlesitekit_additional_auth_scopes', 'a:0:{}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (161, 5, 'wp_googlesitekit_profile', 'a:4:{s:5:\"email\";s:42:\"strategic.communications.lockton@gmail.com\";s:5:\"photo\";s:96:\"https://lh3.googleusercontent.com/a/ACg8ocJ2B-apomBs_IGC1ZC_YyBm9WwUIuTVxymHcfblDpUW4fIOzYM=s100\";s:9:\"full_name\";s:32:\"Lockton Strategic Communications\";s:12:\"last_updated\";i:1772998555;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (162, 5, 'wp_googlesitekitpersistent_initial_version', '1.168.0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (163, 5, 'wp_googlesitekit_site_verified_meta', 'verified');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (164, 5, 'wp_googlesitekit_survey_timeouts', 'a:3:{s:14:\"view_dashboard\";i:1768328354;s:18:\"view_ads_setup_cta\";i:1768328355;s:18:\"view_ga4_dashboard\";i:1768328414;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (165, 5, 'wp_googlesitekitpersistent_dismissed_items', 'a:1:{s:27:\"gathering-data-notification\";i:1768328439;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (166, 3, 'nav_menu_recently_edited', 3);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (167, 3, '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\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (168, 3, 'metaboxhidden_nav-menus', 'a:16:{i:0;s:21:\"add-post-type-project\";i:1;s:30:\"add-post-type-dipi_testimonial\";i:2;s:30:\"add-post-type-dipi_popup_maker\";i:3;s:25:\"add-post-type-pf_document\";i:4;s:22:\"add-post-type-dipi_faq\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:21:\"add-dipi_cpt_category\";i:8;s:23:\"add-dipi_media_category\";i:9;s:21:\"add-document category\";i:10;s:20:\"add-project_category\";i:11;s:15:\"add-project_tag\";i:12;s:28:\"add-acf-field-group-category\";i:13;s:21:\"add-dipi_faq_category\";i:14;s:19:\"add-testimonial_cat\";i:15;s:19:\"add-testimonial_tag\";}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (169, 1, 'quadlayers_search-exclude_notice_hidden_2', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (170, 5, 'wp_3_capabilities', 'a:1:{s:21:\"matomo_superuser_role\";b:1;}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (171, 5, 'wp_3_user_level', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (172, 5, 'quadlayers_search-exclude_notice_hidden_0', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (173, 5, 'quadlayers_search-exclude_notice_hidden_1', 1);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (174, 5, 'plugins_per_page', 999);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (175, 5, 'wp_user-settings', 'mfold=o');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (176, 5, 'wp_user-settings-time', 1772998918);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (177, 5, 'show_welcome_panel', '0');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (178, 5, '_application_passwords', 'a:3:{i:0;a:7:{s:4:\"uuid\";s:36:\"eb6b2c43-5b84-4d8e-84bf-182040e83323\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:15:\"bluehost-956802\";s:8:\"password\";s:49:\"$generic$nKt_yCkNggOi1YtTsuAqp9HrZsoLc4Ipz_RYeBTL\";s:7:\"created\";i:1772999320;s:9:\"last_used\";i:1772999321;s:7:\"last_ip\";s:12:\"159.65.64.73\";}i:1;a:7:{s:4:\"uuid\";s:36:\"f956343c-ec02-46f3-86f3-ddf7bd4ff501\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:15:\"bluehost-811669\";s:8:\"password\";s:49:\"$generic$NEBS-1eHe4s_N9yEMrJs9aCQ5-fthWUJ5TKmPBGr\";s:7:\"created\";i:1772999378;s:9:\"last_used\";i:1772999379;s:7:\"last_ip\";s:12:\"159.65.64.73\";}i:2;a:7:{s:4:\"uuid\";s:36:\"9d2aad79-cf8a-473a-91ba-901decafbc5e\";s:6:\"app_id\";s:36:\"b2d6b918-c4a4-5b68-a18c-8a5f341a35c8\";s:4:\"name\";s:15:\"bluehost-699091\";s:8:\"password\";s:49:\"$generic$n8pSPwF5o5lJ9ab5mer1ympURtJ4x-YmRWOrYye6\";s:7:\"created\";i:1773000086;s:9:\"last_used\";i:1773000088;s:7:\"last_ip\";s:12:\"159.65.64.73\";}}');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (179, 5, 'wp_2_user-settings', 'mfold=o');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (180, 5, 'wp_2_user-settings-time', 1772999737);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (181, 5, 'wp_2_dashboard_quick_press_last_post_id', 1068);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (182, 5, 'wp_3_user-settings', 'mfold=o');

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (183, 5, 'wp_3_user-settings-time', 1773000279);

INSERT IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (184, 5, 'wp_3_dashboard_quick_press_last_post_id', 1388);SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";

CREATE TABLE IF NOT EXISTS `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  `spam` tinyint(4) NOT NULL DEFAULT 0,
  `deleted` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT IGNORE INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`, `spam`, `deleted`) VALUES (1, 'cfibenefits', '$wp$2y$10$7qslMZq0bmh3ml3a.Xgs1ODHUcMt7OGP.gLjJUxxTyhwiR5q.cWwC', 'cfibenefits', 'tim@bandoliergroup.com', 'https://lsk.yzp.mybluehost.me/website_441840fc', '2023-03-17 20:00:59', '', '0', 'cfibenefits', '0', '0');

INSERT IGNORE INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`, `spam`, `deleted`) VALUES (2, 'sharris', '$P$B0v4ObCTlYbOEaXNbKApb3iz2.6wMn1', 'sharris', 'stacey@bandoliergroup.com', '', '2023-03-17 20:04:56', '', '0', 's harris', '0', '0');

INSERT IGNORE INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`, `spam`, `deleted`) VALUES (3, 'simbco', '$wp$2y$10$3Lw8POMsnM2Nc0XwrxVgmuHv.zNsyILviECWGoSJe28ZxabROu/5C', 'simbco', 'simeon@simb.co', '', '2023-05-02 16:19:23', '', '0', 's bateman', '0', '0');

INSERT IGNORE INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`, `spam`, `deleted`) VALUES (4, 'jasminekonkin', '$P$B90mRgyP0tpNu0e/lZnst5MTBgl9Xh0', 'jasminekonkin', 'jasmine.konkin@cfindustries.com', '', '2025-06-11 17:02:21', '', '0', 'jasminekonkin', '0', '0');

INSERT IGNORE INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`, `spam`, `deleted`) VALUES (5, 'rebeccakershberg', '$wp$2y$10$XgMnS/izIXr1NjwIMKUC/eKOipRwarKmrpy9ntESb8tpT2R1Bn/oa', 'rebeccakershberg', 'Rebecca.Kershberg@lockton.com', '', '2025-12-19 19:33:14', '', '0', 'rebeccakershberg', '0', '0');